diff --git a/kernel/tools/perf/actions.py b/kernel/tools/perf/actions.py index ddacf5ec53..0236981cda 100644 --- a/kernel/tools/perf/actions.py +++ b/kernel/tools/perf/actions.py @@ -24,5 +24,5 @@ def install(): pisitools.domove("/usr/etc/bash_completion.d/perf", "/etc/bash_completion.d") pisitools.removeDir("/usr/etc") - #pisitools.domove("/usr/lib64/libperf-gtk.so", "/usr/lib/") + pisitools.domove("/usr/lib64/libperf-gtk.so", "/usr/lib/") pisitools.removeDir("/usr/lib64") diff --git a/kernel/tools/perf/files/patches/fs-aufs-4.9-posix_acl.patch b/kernel/tools/perf/files/patches/fs-aufs-4.9-posix_acl.patch deleted file mode 100644 index 29385a999d..0000000000 --- a/kernel/tools/perf/files/patches/fs-aufs-4.9-posix_acl.patch +++ /dev/null @@ -1,86 +0,0 @@ -diff -Nuar linux-4.9.orig/fs/aufs/posix_acl.c linux-4.9/fs/aufs/posix_acl.c ---- linux-4.9.orig/fs/aufs/posix_acl.c 2017-04-09 09:33:00.155052337 +0300 -+++ linux-4.9/fs/aufs/posix_acl.c 2017-04-09 09:34:03.760053849 +0300 -@@ -1,5 +1,18 @@ - /* - * Copyright (C) 2014-2016 Junjiro R. Okajima -+ * -+ * This program, aufs is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program. If not, see . - */ - - /* -@@ -36,6 +49,8 @@ - - /* always topmost only */ - acl = get_acl(h_inode, type); -+ if (!IS_ERR_OR_NULL(acl)) -+ set_cached_acl(inode, type, acl); - - out: - ii_read_unlock(inode); -@@ -77,8 +92,10 @@ - ssz = au_sxattr(dentry, inode, &arg); - dput(dentry); - err = ssz; -- if (ssz >= 0) -+ if (ssz >= 0) { - err = 0; -+ set_cached_acl(inode, type, acl); -+ } - - out: - return err; -diff -Nuar linux-4.9.orig/fs/aufs/xattr.c linux-4.9/fs/aufs/xattr.c ---- linux-4.9.orig/fs/aufs/xattr.c 2017-04-09 09:33:00.160052337 +0300 -+++ linux-4.9/fs/aufs/xattr.c 2017-04-09 09:34:08.757053967 +0300 -@@ -1,11 +1,26 @@ - /* - * Copyright (C) 2014-2016 Junjiro R. Okajima -+ * -+ * This program, aufs is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program. If not, see . - */ - - /* - * handling xattr functions - */ - -+#include -+#include - #include - #include "aufs.h" - -@@ -309,7 +324,11 @@ - }; - - static const struct xattr_handler *au_xattr_handlers[] = { -- &au_xattr_handler, -+#ifdef CONFIG_FS_POSIX_ACL -+ &posix_acl_access_xattr_handler, -+ &posix_acl_default_xattr_handler, -+#endif -+ &au_xattr_handler, /* must be last */ - NULL - }; - diff --git a/kernel/tools/perf/files/patches/linux/patch-5.6.4.xz b/kernel/tools/perf/files/patches/linux/patch-5.6.4.xz new file mode 100644 index 0000000000..98bfc2b1ca Binary files /dev/null and b/kernel/tools/perf/files/patches/linux/patch-5.6.4.xz differ diff --git a/kernel/tools/perf/files/patches/mageia/3rd-3rdparty-1.0-tree.patch b/kernel/tools/perf/files/patches/mageia/3rd-3rdparty-1.0-tree.patch deleted file mode 100644 index 233389b482..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-3rdparty-1.0-tree.patch +++ /dev/null @@ -1,181 +0,0 @@ - - 3rdparty/mkbuild.pl | 92 +++++++++++++++++++++++++++++++++++++++++++++ - Documentation/3rdparty.txt | 76 +++++++++++++++++++++++++++++++++++++ - 2 files changed, 168 insertions(+) - -diff -Nurp linux-2.6.37/3rdparty/mkbuild.pl linux-2.6.37.3rdparty/3rdparty/mkbuild.pl ---- linux-2.6.37/3rdparty/mkbuild.pl 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/mkbuild.pl 2004-04-23 14:59:03.000000000 +0300 -@@ -0,0 +1,92 @@ -+#!/usr/bin/perl -w -+# -+# Version 1.0 -+# -+# Copyright 2001 Jeff Garzik -+# Copyright 2002 Juan Quintela -+# Copyright 2003 Nicolas Planel -+# -+# This software may be used and distributed according to the terms -+# of the GNU General Public License, incorporated herein by reference. -+# -+# -+# Run "mkbuild.pl" -+# -+# This program generates the following files -+# Makefile -+# Makefile.drivers -+# Config.in -+# using the information in the subdirs of this directory. -+# -+# subdirs need to have: -+# a Config.in file -+# a Makefile with a O_TARGET/L_TARGET targets -+# The config.in should set a CONFIG_ to m/y. -+ -+use strict; -+ -+opendir(THISDIR, "."); -+# get dirs without . and .. garbage -+my (@modules) = grep(!/\.\.?$/,grep(-d, readdir(THISDIR))); -+closedir(THISDIR); -+ -+generate_kconfig(@modules); -+generate_makefile(@modules); -+exit(0); -+ -+########################################################################## -+ -+sub generate_makefile { -+ my (@modules) = @_; -+ -+ local *F; -+ open F, "> Makefile" or die "Cannot create new Makefile: $!\n"; -+ print F <<'EOM'; -+# -+# THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT. -+# -+ -+EOM -+ printf F "obj- := 3rdparty.o # Dummy rule to force built-in.o to be made\n"; -+ printf F "obj-\$(%s) += %s\n", to_CONFIG($_), $_ . '/' foreach @modules; -+} -+ -+sub generate_kconfig { -+ my (@modules) = @_; -+ -+ local *F; -+ open F, "> Kconfig" or die "Cannot create Kconfig: $!\n"; -+ print F <<"EOM"; -+# -+# THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT. -+# -+ -+menu "Unofficial 3rd party kernel additions" -+ -+EOM -+ -+ foreach (@modules) { -+ die "No Kconfig in $_.\n" if ! -r "$_/Kconfig"; -+ print F "source 3rdparty/$_/Kconfig\n"; -+ } -+ print F "\n\nendmenu\n"; -+} -+ -+sub to_CONFIG { -+ local $_ = $_[0]; -+ tr/a-z/A-Z/; -+ s/[\-\. ]/_/g; -+ "CONFIG_$_"; -+} -+ -+sub find_target { -+ my ($module_dir) = @_; -+ -+ local *F; -+ open(F, "$module_dir/Makefile") or die "$module_dir/Makefile: $!\n"; -+ while () { -+ chomp; -+ return $1 if (/[LO]_TARGET.*:=\s+(\S+)/); -+ } -+} -+ -diff -Nurp linux-2.6.37/Documentation/3rdparty.txt linux-2.6.37.3rdparty/Documentation/3rdparty.txt ---- linux-2.6.37/Documentation/3rdparty.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/Documentation/3rdparty.txt 2003-11-22 01:07:26.000000000 +0200 -@@ -0,0 +1,76 @@ -+ -+Third-Party Kernel Source Module Support, or -+an easy way to add modules to your kernel build. -+ -+ -+ -+Vendors quite often add additional drivers and features to the kernel -+which require nothing more than modifying Kconfig, Makefile, and -+adding one or more files to a sub-directory. As a single discrete task, -+this is not a problem. However, using patches to add modules to the -+kernel very often results in patch conflicts, resulting in needless time -+wastage as developers regenerate an otherwise working kernel patch. -+ -+This is designed as a solution to these problems. It is NOT designed as -+a replacement for the kernel build system, but merely as a tool for -+vendors and system administrators to ease the pain of patch management. -+ -+The key feature of this system is the distinct lack of patches. Drivers -+are installed via unpacking a tarball. -+ -+ -+ -+Adding a directory to the build (usually from a tarball) -+-------------------------------------------------------- -+If a directory exists inside the 3rdparty sub-directory that contains a -+proper Makefile, it can be added to the build. It also needs a -+Kconfig file. -+ -+ cd /usr/src/linux-2.4.3/3rdparty -+ bzcat /tmp/my-driver2.tar.bz2 | tar xf - # creates "my2" dir -+ -+ -+Limitations -+----------- -+There are some limitations to this system. This system is only -+designed to support a very common case. If you find yourself running -+into limitations (kernel build experts can spot them right off), -+then you should probably be patching the kernel instead of using -+mkbuild.pl for that particular module. -+ -+FIXME: actually list the limitations -+ -+ -+ -+Other notes -+----------- -+Link order is controlled by the order of mkbuild.pl executions. -+ -+"make mrproper" will erase Makefile.meta, and empty Kconfig, Makefile, -+and Makefile.drivers. -+ -+IMPORTANT NOTE: Because this feature modifies the kernel's makefiles and -+configuration system, you MUST complete all mkbuild.pl runs before -+running any "make" command. -+ -+Building in the 3rdparty dir -+---------------------------- -+ -+If you use modules that: -+ - are contained in one subdir with the name of the module -+ - has a Makefile -+ - has a Kconfig file -+ -+The system calls the ./mkbuild.pl script. It will search for -+subdirectories, and will try to build each of them as a module. -+Things to note: -+ -+ The dependencies will be done in a module called: -+ -+ 3rdparty// -+ -+depending of CONFIG_. -+ -+ is the value of O_TARGET/L_TARGET. -+ -+ diff --git a/kernel/tools/perf/files/patches/mageia/3rd-3rdparty-merge.patch b/kernel/tools/perf/files/patches/mageia/3rd-3rdparty-merge.patch deleted file mode 100644 index 72c6c8b075..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-3rdparty-merge.patch +++ /dev/null @@ -1,191 +0,0 @@ - -Include 3rdparty directory into the main build-system. - -Original author is unknown. -(Was either Juan Quintela or Jeff Garzik) - -Signed-off-by: Luiz Fernando N. Capitulino -Signed-off-by: Herton Ronaldo Krzesinski -Signed-off-by: Thomas Backlund - - Makefile | 2 +- - arch/alpha/Kconfig | 1 + - arch/ia64/Kconfig | 2 ++ - arch/mips/Kconfig | 2 ++ - arch/powerpc/Kconfig | 2 ++ - arch/sparc/Kconfig | 2 ++ - arch/x86/Kconfig | 2 ++ - scripts/kconfig/Makefile | 33 ++++++++++++++++++--------------- - 8 files changed, 30 insertions(+), 16 deletions(-) - -diff -Nurp linux-4.2.2/arch/alpha/Kconfig linux-4.2.2-3rd/arch/alpha/Kconfig ---- linux-4.2.2/arch/alpha/Kconfig 2015-08-30 21:34:09.000000000 +0300 -+++ linux-4.2.2-3rd/arch/alpha/Kconfig 2015-09-29 23:02:44.024347272 +0300 -@@ -750,3 +750,4 @@ source "crypto/Kconfig" - - source "lib/Kconfig" - -+source "3rdparty/Kconfig" -diff -Nurp linux-4.2.2/arch/ia64/Kconfig linux-4.2.2-3rd/arch/ia64/Kconfig ---- linux-4.2.2/arch/ia64/Kconfig 2015-08-30 21:34:09.000000000 +0300 -+++ linux-4.2.2-3rd/arch/ia64/Kconfig 2015-09-29 23:02:44.024347272 +0300 -@@ -613,3 +613,5 @@ source "lib/Kconfig" - - config IOMMU_HELPER - def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB) -+ -+source "3rdparty/Kconfig" -diff -Nurp linux-4.2.2/arch/mips/Kconfig linux-4.2.2-3rd/arch/mips/Kconfig ---- linux-4.2.2/arch/mips/Kconfig 2015-08-30 21:34:09.000000000 +0300 -+++ linux-4.2.2-3rd/arch/mips/Kconfig 2015-09-29 23:02:44.024347272 +0300 -@@ -2944,3 +2944,5 @@ source "crypto/Kconfig" - source "lib/Kconfig" - - source "arch/mips/kvm/Kconfig" -+ -+source "3rdparty/Kconfig" -diff -Nurp linux-4.2.2/arch/powerpc/Kconfig linux-4.2.2-3rd/arch/powerpc/Kconfig ---- linux-4.2.2/arch/powerpc/Kconfig 2015-08-30 21:34:09.000000000 +0300 -+++ linux-4.2.2-3rd/arch/powerpc/Kconfig 2015-09-29 23:02:44.025347276 +0300 -@@ -1112,3 +1112,5 @@ config PPC_LIB_RHEAP - source "arch/powerpc/kvm/Kconfig" - - source "kernel/livepatch/Kconfig" -+ -+source "3rdparty/Kconfig" -diff -Nurp linux-4.2.2/arch/sparc/Kconfig linux-4.2.2-3rd/arch/sparc/Kconfig ---- linux-4.2.2/arch/sparc/Kconfig 2015-08-30 21:34:09.000000000 +0300 -+++ linux-4.2.2-3rd/arch/sparc/Kconfig 2015-09-29 23:02:44.025347276 +0300 -@@ -569,3 +569,5 @@ source "security/Kconfig" - source "crypto/Kconfig" - - source "lib/Kconfig" -+ -+source "3rdparty/Kconfig" -diff -Nurp linux-4.2.2/arch/x86/Kconfig linux-4.2.2-3rd/arch/x86/Kconfig ---- linux-4.2.2/arch/x86/Kconfig 2015-08-30 21:34:09.000000000 +0300 -+++ linux-4.2.2-3rd/arch/x86/Kconfig 2015-09-29 23:02:44.025347276 +0300 -@@ -2601,3 +2601,5 @@ source "crypto/Kconfig" - source "arch/x86/kvm/Kconfig" - - source "lib/Kconfig" -+ -+source "3rdparty/Kconfig" -diff -Nurp linux-4.2.2/Makefile linux-4.2.2-3rd/Makefile ---- linux-4.2.2/Makefile 2015-09-29 22:13:44.743650710 +0300 -+++ linux-4.2.2-3rd/Makefile 2015-09-29 23:02:44.026347280 +0300 -@@ -546,7 +546,7 @@ scripts: scripts_basic include/config/au - - # Objects we will link into vmlinux / subdirs we need to visit - init-y := init/ --drivers-y := drivers/ sound/ firmware/ -+drivers-y := drivers/ sound/ firmware/ 3rdparty/ - net-y := net/ - libs-y := lib/ - core-y := usr/ -diff -Nurp linux-4.9/scripts/kconfig/Makefile linux-4.9-3rd/scripts/kconfig/Makefile ---- linux-4.9/scripts/kconfig/Makefile -+++ linux-4.9-3rd/scripts/kconfig/Makefile -@@ -18,28 +18,28 @@ endif - # We need this, in case the user has it in its environment - unexport CONFIG_ - --xconfig: $(obj)/qconf -+xconfig: $(obj)/qconf 3rdparty/Makefile - $< $(silent) $(Kconfig) - --gconfig: $(obj)/gconf -+gconfig: $(obj)/gconf 3rdparty/Makefile - $< $(silent) $(Kconfig) - --menuconfig: $(obj)/mconf -+menuconfig: $(obj)/mconf 3rdparty/Makefile - $< $(silent) $(Kconfig) - --config: $(obj)/conf -+config: $(obj)/conf 3rdparty/Makefile - $< $(silent) --oldaskconfig $(Kconfig) - --nconfig: $(obj)/nconf -+nconfig: $(obj)/nconf 3rdparty/Makefile - $< $(silent) $(Kconfig) - --silentoldconfig: $(obj)/conf -+silentoldconfig: $(obj)/conf 3rdparty/Makefile - $(Q)mkdir -p include/config include/generated - $(Q)test -e include/generated/autoksyms.h || \ - touch include/generated/autoksyms.h - $< $(silent) --$@ $(Kconfig) - --localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf -+localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf 3rdparty/Makefile - $(Q)mkdir -p include/config include/generated - $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config - $(Q)if [ -f .config ]; then \ -@@ -82,7 +82,7 @@ simple-targets := oldconfig allnoconfig - alldefconfig randconfig listnewconfig olddefconfig - PHONY += $(simple-targets) - --$(simple-targets): $(obj)/conf -+$(simple-targets): $(obj)/conf 3rdparty/Makefile - $< $(silent) --$@ $(Kconfig) - - PHONY += oldnoconfig savedefconfig defconfig -@@ -90,12 +90,12 @@ PHONY += oldnoconfig savedefconfig defco - # oldnoconfig is an alias of olddefconfig, because people already are dependent - # on its behavior (sets new symbols to their default value but not 'n') with the - # counter-intuitive name. --oldnoconfig: olddefconfig -+oldnoconfig: olddefconfig 3rdparty/Makefile - --savedefconfig: $(obj)/conf -+savedefconfig: $(obj)/conf 3rdparty/Makefile - $< $(silent) --$@=defconfig $(Kconfig) - --defconfig: $(obj)/conf -+defconfig: $(obj)/conf 3rdparty/Makefile - ifeq ($(KBUILD_DEFCONFIG),) - $< $(silent) --defconfig $(Kconfig) - else -@@ -108,26 +108,26 @@ else - endif - endif - --%_defconfig: $(obj)/conf -+%_defconfig: $(obj)/conf 3rdparty/Makefile - $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig) - - configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@) - --%.config: $(obj)/conf -+%.config: $(obj)/conf 3rdparty/Makefile - $(if $(call configfiles),, $(error No configuration exists for this target on this architecture)) - $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles) - +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig - - PHONY += kvmconfig --kvmconfig: kvm_guest.config -+kvmconfig: kvm_guest.config 3rdparty/Makefile - @: - - PHONY += xenconfig --xenconfig: xen.config -+xenconfig: xen.config 3rdparty/Makefile - @: - - PHONY += tinyconfig --tinyconfig: -+tinyconfig: - $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config - - # Help text used by make help -@@ -190,6 +190,9 @@ gconf-objs := gconf.o zconf.tab.o - - hostprogs-y := conf nconf mconf kxgettext qconf gconf - -+3rdparty/Makefile: -+ pushd $(srctree)/3rdparty ; $(PERL) ./mkbuild.pl ; popd -+ - clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck - clean-files += zconf.tab.c zconf.lex.c zconf.hash.c gconf.glade.h - clean-files += config.pot linux.pot diff --git a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-0.5.35.patch b/kernel/tools/perf/files/patches/mageia/3rd-acerhk-0.5.35.patch deleted file mode 100644 index 5d61570f7b..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-0.5.35.patch +++ /dev/null @@ -1,4212 +0,0 @@ - 3rdparty/acerhk/AUTHORS | 1 - 3rdparty/acerhk/COPYING | 340 ++++ - 3rdparty/acerhk/INSTALL | 109 + - 3rdparty/acerhk/Makefile | 65 - 3rdparty/acerhk/NEWS | 16 - 3rdparty/acerhk/README | 215 ++ - 3rdparty/acerhk/acerhk.c | 2999 ++++++++++++++++++++++++++++++++++++++++ - 3rdparty/acerhk/acerhk.h | 91 + - 3rdparty/acerhk/doc/FAQ | 150 ++ - 3rdparty/acerhk/doc/IOCTL | 61 - 3rdparty/acerhk/doc/acertm.def | 56 - 3rdparty/acerhk/doc/keycodes | 26 - 3rdparty/acerhk/doc/md95400.def | 14 - 13 files changed, 4143 insertions(+) -diff -Nurp linux-2.6.37/3rdparty/acerhk/acerhk.c linux-2.6.37.3rdparty/3rdparty/acerhk/acerhk.c ---- linux-2.6.37/3rdparty/acerhk/acerhk.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/acerhk.c 2007-02-10 17:46:23.000000000 +0200 -@@ -0,0 +1,2999 @@ -+/********************************************************************* -+ * Filename: acerhk.c -+ * Version: 0.5 -+ * -+ * Copyright (C) 2002-2006, Olaf Tauber (olaf-tauber@versanet.de) -+ * -+ * Description: kernel driver for Acer Travelmate and similar -+ * laptops special keys -+ * Author: Olaf Tauber -+ * Created at: Mon Apr 29 22:16:42 2002 -+ * Modified at: Mon Oct 16 21:36:44 2006 -+ * Modified by: Olaf Tauber -+ * Modified at: Thu Nov 24 13:03:01 2005 -+ * Modified by: Antonio Cuni -+ * Modified at: Wed Oct 27 19:47:11 CEST 2004 -+ * Modified by: Joachim Fenkes -+ * -+ * This program is free software; you can redistribute -+ * it and/or modify it under the terms of the GNU General -+ * Public License as published by the Free Software -+ * Foundation; either version 2 of the License, or (at your -+ * option) any later version. -+ * -+ * This program is distributed in the hope that it will be -+ * useful, but WITHOUT ANY WARRANTY; without even the implied -+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -+ * PURPOSE. See the GNU General Public License for more -+ * details. -+ * -+ * You should have received a copy of the GNU General Public -+ * License along with this program; if not, write to the -+ * Free Software Foundation, Inc., 59 Temple Place, -+ * Suite 330, Boston, MA 02111-1307 USA -+ * -+ * -+ */ -+ -+#ifndef AUTOCONF_INCLUDED -+#include -+#endif -+ -+/* This driver is heavily dependent on the architecture, don't let -+ * anyone without an X86 machine use it. On laptops with AMD64 -+ * architecture this driver is only useable in 32 bit mode. -+ */ -+#ifdef CONFIG_X86 -+ -+#include -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) -+#define KERNEL26 -+#include -+#else -+#include -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15) -+#define STATIC_INPUT_DEV -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include "acerhk.h" -+ -+/* #define ACERDEBUG */ -+/* #define DUMMYHW */ -+ -+#define ACERHK_VERSION "0.5.35" -+#define MODULE_NAME "acerhk" -+ -+/* maximum number of polling loops, adjust it if needed to values between -+ * 1 and 32 -+ */ -+#define MAX_POLLING_LOOPS 16U -+ -+/* maximum length for model string */ -+#define ACERHK_MODEL_STRLEN 16 -+/* size of mapped areas */ -+#define AREA_SIZE 0xffff -+/* needed for colussi algorithm */ -+#define XSIZE 20 -+ -+/* Module parameters */ -+static int poll=1; -+static int autowlan; -+static int usedritek=1; -+static int wlan_state=-1; -+static int bluetooth_state=-1; -+static int verbose; -+static unsigned int force_series; -+#ifdef KERNEL26 -+module_param(poll, int, 0444); -+module_param(autowlan, int, 0444); -+module_param(usedritek, int, 0444); -+module_param(verbose, int, 0444); -+module_param(wlan_state, int, 0444); -+module_param(bluetooth_state, int, 0444); -+module_param(force_series, uint, 0444); -+#else -+MODULE_PARM(poll, "i"); -+MODULE_PARM(autowlan, "i"); -+MODULE_PARM(wlan_state, "i"); -+MODULE_PARM(bluetooth_state, "i"); -+MODULE_PARM(usedritek, "i"); -+MODULE_PARM(verbose, "i"); -+MODULE_PARM(force_series, "i"); -+#endif -+MODULE_PARM_DESC(poll, "start polling timer"); -+MODULE_PARM_DESC(autowlan, "automatic switching of wlan hardware"); -+MODULE_PARM_DESC(wlan_state, "(assumed) initial state of WLAN LED/hardware"); -+MODULE_PARM_DESC(bluetooth_state, "(assumed) initial state of Bluetooth LED/hardware"); -+MODULE_PARM_DESC(usedritek, "enable dritek keyboard extension"); -+MODULE_PARM_DESC(verbose, "output additional information"); -+MODULE_PARM_DESC(force_series, "force laptop series, skip autodetection"); -+ -+/* input device */ -+static struct input_dev *acerhk_input_dev_ptr; -+#ifdef STATIC_INPUT_DEV -+static struct input_dev acerhk_input_dev; -+#endif -+ -+/* mapped IO area from 0xf0000 */ -+static void *reg1; -+/* mapped IO area from 0xe0000 */ -+static void *reg2; -+/* Pointer to mapped area at 0x400 on 520 series */ -+static void *preg400; -+/* location of IO routine in mapped area */ -+static unsigned int bios_routine; -+/* index of CMOS port to get key event */ -+static unsigned int cmos_index; -+/* function for bios call */ -+static bios_call call_bios; -+/* address of model string */ -+static char *acerhk_model_addr; -+/* copied string, maximum length 16 ('TravelMate xxx') */ -+static char acerhk_model_string[ACERHK_MODEL_STRLEN]; -+/* type of hardware access */ -+static t_acer_type acerhk_type; -+/* travelmate series */ -+static unsigned int acerhk_series; -+/* supported features for this model */ -+static unsigned int acerhk_model_features; -+/* map of acer key codes to acer key names */ -+static unsigned char acerhk_key2name[0xff]; -+/* map of acer key names to key events */ -+static t_map_name2event acerhk_name2event; -+/* timer for polling key presses */ -+static struct timer_list acerhk_timer_poll; -+/* polling active */ -+static int acerhk_polling_state; -+/* polling delay */ -+static unsigned acerhk_polling_delay = HZ/5; -+/* wlan hardware toggle */ -+static int acerhk_wlan_state; -+/* bluetooth hardware toggle */ -+static int acerhk_bluetooth_state; -+ -+/* bluetooth blinking state; added by Antonio Cuni -+ possible values: -+ -1: blinking disabled (default) -+ 0: blinking enabled, led currently off -+ 1: blinking enabled, led currently on -+*/ -+static int acerhk_blueled_blinking = -1; -+/* delay between two changes of state, in jiffies */ -+static unsigned acerhk_blueled_blinking_delay; -+/* timer for blinking */ -+static struct timer_list acerhk_timer_blinking; -+ -+/* function prototypes */ -+static void start_polling(void); -+static void stop_polling(void); -+ -+/* Added by Antonio Cuni */ -+static void start_blinking(void); -+static void stop_blinking(void); -+ -+/* {{{ Experimental use of dritek keyboard extension */ -+ -+#define EC_STATUS_REG 0x66 /* Status register of EC (R) */ -+#define EC_CNTL_REG 0x66 /* Controller command register of EC (W) */ -+#define EC_DATA_REG 0x62 /* EC data register (R/W) */ -+ -+#ifdef KERNEL26 -+ -+#include -+ -+#define KBD_STATUS_REG 0x64 /* Status register (R) */ -+#define KBD_CNTL_REG 0x64 /* Controller command register (W) */ -+#define KBD_DATA_REG 0x60 /* Keyboard data register (R/W) */ -+ -+#else -+ -+#ifndef KEY_MEDIA -+#define KEY_MEDIA 226 -+#endif -+ -+#define preempt_disable() do { } while (0) -+#define preempt_enable_no_resched() do { } while (0) -+#define preempt_enable() do { } while (0) -+#define preempt_check_resched() do { } while (0) -+#include -+ -+#endif -+ -+static inline int my_i8042_read_status(void) -+{ -+ return inb(KBD_STATUS_REG); -+} -+static int my_i8042_wait_write(void) -+{ -+ int i = 0; -+ while ((my_i8042_read_status() & 0x02) && (i < 10000)) { -+ udelay(50); -+ i++; -+ } -+ return -(i == 10000); -+} -+static void send_kbd_cmd(unsigned char cmd, unsigned char val) -+{ -+ if (usedritek) { -+ preempt_disable(); -+ if (!my_i8042_wait_write()) -+ outb(cmd, KBD_CNTL_REG); -+ if (!my_i8042_wait_write()) -+ outb(val, KBD_DATA_REG); -+ preempt_enable_no_resched(); -+ } else { -+ printk(KERN_INFO"acerhk: request for accessing EC ignored\n" -+ KERN_INFO"acerhk: Use of dritek keyboard extension not enabled, use module\n" -+ KERN_INFO"acerhk: parameter usedritek=1 to do that (possibly dangerous)\n"); -+ } -+} -+#ifdef ACERDEBUG -+static inline int my_i8042_read_ecstatus(void) -+{ -+ return inb(EC_STATUS_REG); -+} -+static int my_i8042_wait_ecwrite(void) -+{ -+ int i = 0; -+ while ((my_i8042_read_ecstatus() & 0x02) && (i < 10000)) { -+ udelay(50); -+ i++; -+ } -+ return -(i == 10000); -+} -+static void send_ec_cmd(unsigned char cmd, unsigned char val) -+{ -+ if (usedritek) { -+ preempt_disable(); -+ if (!my_i8042_wait_ecwrite()) -+ outb(cmd, EC_CNTL_REG); -+ if (!my_i8042_wait_ecwrite()) -+ outb(val, EC_DATA_REG); -+ preempt_enable_no_resched(); -+ } else { -+ printk(KERN_INFO"acerhk: request for accessing EC ignored\n" -+ KERN_INFO"acerhk: Use of dritek keyboard extension not enabled, use module\n" -+ KERN_INFO"acerhk: parameter usedritek=1 to do that (possibly dangerous)\n"); -+ } -+} -+#endif -+#ifdef ACERDEBUG -+static void enable_mute_led_ec(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling mute led via EC\n"); -+ send_kbd_cmd(0x59, 0x94); -+} -+static void disable_mute_led_ec(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling mute led via EC\n"); -+ send_kbd_cmd(0x59, 0x95); -+} -+static void enable_dmm_function(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling WLAN via EC variant 2\n"); -+ send_kbd_cmd(0x45, 0xd3); -+} -+#endif -+static void enable_wlan_ec_1(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling WLAN via EC variant 1\n"); -+ send_kbd_cmd(0xe7, 0x01); -+ acerhk_wlan_state = 1; -+} -+static void disable_wlan_ec_1(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling WLAN via EC variant 1\n"); -+ send_kbd_cmd(0xe7, 0x00); -+ acerhk_wlan_state = 0; -+} -+static void enable_bluetooth_ec_1(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling Bluetooth via EC variant 1\n"); -+ send_kbd_cmd(0xe7, 0x03); -+ acerhk_bluetooth_state = 1; -+} -+static void disable_bluetooth_ec_1(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling Bluetooth via EC variant 1\n"); -+ send_kbd_cmd(0xe7, 0x02); -+ acerhk_bluetooth_state = 0; -+} -+static void enable_wlan_ec_2(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling WLAN via EC variant 2\n"); -+ send_kbd_cmd(0x45, acerhk_bluetooth_state ? 0xa2 : 0xa0); -+ acerhk_wlan_state = 1; -+} -+static void disable_wlan_ec_2(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling WLAN via EC variant 2\n"); -+ send_kbd_cmd(0x45, acerhk_bluetooth_state ? 0xa1 : 0xa3); -+ acerhk_wlan_state = 0; -+} -+static void enable_bluetooth_ec_2(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling Bluetooth via EC variant 2\n"); -+ send_kbd_cmd(0x45, acerhk_wlan_state ? 0xa2 : 0xa1); -+ acerhk_bluetooth_state = 1; -+} -+static void disable_bluetooth_ec_2(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling Bluetooth via EC variant 2\n"); -+ send_kbd_cmd(0x45, acerhk_wlan_state ? 0xa0 : 0xa3); -+ acerhk_bluetooth_state = 0; -+} -+#ifdef ACERDEBUG -+static void enable_wireless_ec(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling wireless hardware\n"); -+ if (usedritek) { -+ preempt_disable(); -+ if (!my_i8042_wait_ecwrite()) -+ outb(0x4d, EC_CNTL_REG); -+ if (!my_i8042_wait_ecwrite()) -+ outb(0xd2, EC_DATA_REG); -+ if (!my_i8042_wait_ecwrite()) -+ outb(0x01, EC_DATA_REG); -+ preempt_enable_no_resched(); -+ } -+ acerhk_wlan_state = 1; -+} -+static void disable_wireless_ec(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling wireless hardware\n"); -+ if (usedritek) { -+ preempt_disable(); -+ if (!my_i8042_wait_ecwrite()) -+ outb(0x4d, EC_CNTL_REG); -+ if (!my_i8042_wait_ecwrite()) -+ outb(0xd2, EC_DATA_REG); -+ if (!my_i8042_wait_ecwrite()) -+ outb(0x00, EC_DATA_REG); -+ preempt_enable_no_resched(); -+ } -+ acerhk_wlan_state = 0; -+} -+#endif -+static void enable_dritek_keyboard(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling dritek keyboard extension\n"); -+ send_kbd_cmd(0x59, 0x90); -+} -+static void disable_dritek_keyboard(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling dritek keyboard extension\n"); -+ send_kbd_cmd(0x59, 0x91); -+} -+static void enable_mail_led_ec_1(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling mail led via EC variant 1\n"); -+ send_kbd_cmd(0xe8, 0x01); -+} -+static void disable_mail_led_ec_1(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling mail led via EC variant 1\n"); -+ send_kbd_cmd(0xe8, 0x00); -+} -+ -+static void enable_mail_led_ec_2(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling mail led via EC variant 2\n"); -+ send_kbd_cmd(0x59, 0x92); -+} -+static void disable_mail_led_ec_2(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling mail led via EC variant 2\n"); -+ send_kbd_cmd(0x59, 0x93); -+} -+static void enable_mail_led_ec_3(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: enabling mail led via EC variant 3\n"); -+ if (usedritek) { -+ preempt_disable(); -+ if (!my_i8042_wait_write()) -+ outl(0x80008894, 0xCF8); -+ if (!my_i8042_wait_write()) -+ outw(0xC061, 0xCFC); -+ preempt_enable_no_resched(); -+ } -+} -+static void disable_mail_led_ec_3(void) -+{ -+ if (verbose) -+ printk(KERN_INFO "acerhk: disabling mail led via EC variant 3\n"); -+ if (usedritek) { -+ preempt_disable(); -+ if (!my_i8042_wait_write()) -+ outl(0x80008894, 0xCF8); -+ if (!my_i8042_wait_write()) -+ outw(0xC060, 0xCFC); -+ preempt_enable_no_resched(); -+ } -+} -+ -+/* }}} */ -+ -+/* {{{ string search functions */ -+ -+/* This is the Colussi algorithm, the code is taken from -+ http://www-igm.univ-mlv.fr/~lecroq/string -+*/ -+int preColussi(char *x, int m, int *h, int *next, int *shift) -+{ -+ int i, k, nd, q, r, s; -+ int hmax[XSIZE], kmin[XSIZE], nhd0[XSIZE], rmin[XSIZE]; -+ /* Computation of hmax */ -+ i = k = 1; -+ do { -+ while (x[i] == x[i - k]) -+ i++; -+ hmax[k] = i; -+ q = k + 1; -+ while (hmax[q - k] + k < i) { -+ hmax[q] = hmax[q - k] + k; -+ q++; -+ } -+ k = q; -+ if (k == i + 1) -+ i = k; -+ } while (k <= m); /* Computation of kmin */ -+ memset(kmin, 0, m*sizeof(int)); -+ r = 0; -+ for (i = m; i >= 1; --i) -+ if (hmax[i] < m) -+ kmin[hmax[i]] = i; /* Computation of rmin */ -+ for (i = m - 1; i >= 0; --i) { -+ if (hmax[i + 1] == m) -+ r = i + 1; -+ if (kmin[i] == 0) -+ rmin[i] = r; -+ else -+ rmin[i] = 0; -+ } /* Computation of h */ -+ s = -1; -+ r = m; -+ for (i = 0; i < m; ++i) -+ if (kmin[i] == 0) -+ h[--r] = i; -+ else -+ h[++s] = i; -+ nd = s; /* Computation of shift */ -+ for (i = 0; i <= nd; ++i) -+ shift[i] = kmin[h[i]]; -+ for (i = nd + 1; i < m; ++i) -+ shift[i] = rmin[h[i]]; -+ shift[m] = rmin[0]; /* Computation of nhd0 */ -+ s = 0; -+ for (i = 0; i < m; ++i) { -+ nhd0[i] = s; -+ if (kmin[i] > 0) -+ ++s; -+ } /* Computation of next */ -+ for (i = 0; i <= nd; ++i) -+ next[i] = nhd0[h[i] - kmin[h[i]]]; -+ for (i = nd + 1; i < m; ++i) -+ next[i] = nhd0[m - rmin[h[i]]]; -+ next[m] = nhd0[m - rmin[h[m - 1]]]; return(nd); -+} -+ -+int COLUSSI(char *x, int m, char *y, int n) { -+ int i, j, last, nd, -+ h[XSIZE], next[XSIZE], shift[XSIZE]; /* Processing */ -+ int match_pos; /* position of first match */ -+ nd = preColussi(x, m, h, next, shift); /* Searching */ -+ i = j = 0; -+ last = -1; -+ match_pos = -1; -+ while ( (match_pos == -1) -+ && (j <= n - m) ) { -+ while (i < m && last < j + h[i] && -+ x[h[i]] == y[j + h[i]]) -+ i++; -+ if (i >= m || last >= j + h[i]) { -+ /* Match found, bail out */ -+ match_pos = j; -+ i = m; -+ } -+ if (i > nd) -+ last = j + m - 1; -+ j += shift[i]; -+ i = next[i]; -+ } -+ return match_pos; -+} -+ -+/* }}} */ -+ -+/* {{{ hardware access functions */ -+ -+/* call_bios_ -+ * -+ * call request handler in mapped system rom -+ * -+ * the request is handed over via all 6 general purpose registers, results are -+ * taken from them and copied back to buf -+ */ -+static asmlinkage void call_bios_6xx(struct register_buffer *buf) -+{ -+ if (bios_routine) { -+ local_irq_disable(); -+ __asm__ __volatile__( -+ "movl %1,%%edx\n\t" -+ "pusha\n\t" -+ "movl %%edx,%%ebp\n\t" -+ "movl (%%ebp),%%eax\n\t" -+ "movl 4(%%ebp),%%ebx\n\t" -+ "movl 8(%%ebp),%%ecx\n\t" -+ "movl 12(%%ebp),%%edx\n\t" -+ "movl 16(%%ebp),%%edi\n\t" -+ "movl 20(%%ebp),%%esi\n\t" -+ "pushl %%ebp\n\t" -+ "call *%0\n\t" -+ "popl %%ebp\n\t" -+ "movl %%eax, (%%ebp)\n\t" -+ "movl %%ebx, 4(%%ebp)\n\t" -+ "movl %%ecx, 8(%%ebp)\n\t" -+ "movl %%edx, 12(%%ebp)\n\t" -+ "movl %%edi, 16(%%ebp)\n\t" -+ "movl %%esi, 20(%%ebp)\n\t" -+ "popa\n\t" -+ : -+ :"m" (bios_routine), "m" (buf) -+ :"%eax", "%ebx", "%ecx", "%edx", "%edi", "%esi", "%ebp" -+ ); -+ local_irq_enable(); -+ } -+} -+ -+static asmlinkage void call_bios_52x(struct register_buffer *buf) -+{ -+ if (bios_routine) { -+ local_irq_disable(); -+ __asm__ __volatile__( -+ "movl %2,%%edx\n\t" -+ "pusha\n\t" -+ "movl %%edx,%%ebp\n\t" -+ "movl (%%ebp),%%eax\n\t" -+ "movl 4(%%ebp),%%ebx\n\t" -+ "movl 8(%%ebp),%%ecx\n\t" -+ "movl 12(%%ebp),%%edx\n\t" -+ "movl 16(%%ebp),%%edi\n\t" -+ "movl 20(%%ebp),%%esi\n\t" -+ "pushl %%ebp\n\t" -+ "movl %1, %%ebp\n\t" -+ "call *%0\n\t" -+ "popl %%ebp\n\t" -+ "movl %%eax, (%%ebp)\n\t" -+ "movl %%ebx, 4(%%ebp)\n\t" -+ "movl %%ecx, 8(%%ebp)\n\t" -+ "movl %%edx, 12(%%ebp)\n\t" -+ "movl %%edi, 16(%%ebp)\n\t" -+ "movl %%esi, 20(%%ebp)\n\t" -+ "popa\n\t" -+ : -+ :"m" (bios_routine), "m" (preg400), "m" (buf) -+ :"%eax", "%ebx", "%ecx", "%edx", "%edi", "%esi", "%ebp" -+ ); -+ local_irq_enable(); -+ } -+} -+ -+#define PRINT_BUFFER(x) \ -+ printk(KERN_INFO"acerhk: eax=0x%x ebx=0x%x ecx=0x%x edx=0x%x\n" \ -+ "acerhk: edi=0x%x esi=0x%x ebp=0x%x\n", \ -+ x.eax, x.ebx, x.ecx, x.edx, x.edi, x.esi, x.ebp); -+ -+/* get_fnkey_event -+ * -+ * gets the first (oldest) key id from the queue of events -+ * -+ * return value: id of key -+ */ -+static int get_fnkey_event(void) -+{ -+ struct register_buffer regs; -+ regs.eax = 0x9610; -+ regs.ebx = 0x61C; -+ /* clear other registers, some models need this */ -+ regs.ecx = 0; -+ regs.edx = 0; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ return regs.eax & 0xffff; -+} -+ -+/* get_thermal_event -+ * -+ * does what? -+ * -+ * return value: event ? -+ */ -+static int get_thermal_event(void) -+{ -+ struct register_buffer regs; -+ if (acerhk_model_features & TM_F_THERMAL) { -+ regs.eax = 0x9612; -+ regs.ebx = 0x12e; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: thermal event = 0x%x\n", regs.eax); -+ } else { -+ regs.eax = 0x00; -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: thermal event not supported\n"); -+ } -+ return regs.eax & 0xffff; -+} -+ -+#ifdef ACERDEBUG -+/* pbutton_fct -+ * -+ * does what? -+ * -+ * return value: ? -+ */ -+static int pbutton_fct(void) -+{ -+ struct register_buffer regs; -+ if (acerhk_model_features & TM_F_PBUTTON) { -+ regs.eax = 0x9612; -+ regs.ebx = 0x10b; -+ regs.ecx = 0x2; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: pbutton = 0x%x\n", regs.eax); -+ } else { -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: pbutton function not supported\n"); -+ regs.eax = 0x00; -+ } -+ return regs.eax & 0xffff; -+} -+#endif -+ -+/* wbutton_fct_1 -+ * -+ * turn on installed Bluetooth hardware together with the corresponding LED -+ * -+ * val: 0 turns off the LED -+ * 1 turns the LED to green/blue -+ * -+ * return value: ? -+ */ -+static int wbutton_fct_1(int val) -+{ -+ struct register_buffer regs; -+ if (acerhk_model_features & TM_F_WBUTTON) { -+ acerhk_bluetooth_state = val; -+ regs.eax = 0x9610; -+ regs.ebx = ((val & 0xff) << 8) | 0x34; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: wbutton1 = 0x%x\n", regs.eax); -+ } else { -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: wbutton function 1 not supported\n"); -+ regs.eax = 0x00; -+ } -+ return regs.eax & 0xffff; -+} -+ -+/* wbutton_fct_2 -+ * -+ * turn on installed WLAN hardware together with the corresponding LED -+ * -+ * val: 0 turns off the LED -+ * 1 turns the LED to orange -+ * -+ * return value: ? -+ */ -+static int wbutton_fct_2(int val) -+{ -+ struct register_buffer regs; -+ if (acerhk_model_features & TM_F_WBUTTON) { -+ acerhk_wlan_state = val; -+ regs.eax = 0x9610; -+ regs.ebx = ((val & 0xff) << 8) | 0x35; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: wbutton2 = 0x%x\n", regs.eax); -+ } else { -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: wbutton function 2 not supported\n"); -+ regs.eax = 0x00; -+ } -+ return regs.eax & 0xffff; -+} -+ -+/* get_cmos_index -+ * -+ * gets index of CMOS port from ROM. The number of events is monitored -+ * in this port. -+ * -+ * return value: index of CMOS port -+ */ -+static int get_cmos_index(void) -+{ -+ struct register_buffer regs; -+ regs.eax = 0x9610; -+ regs.ebx = 0x51C; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ cmos_index = regs.ecx & 0xff; -+ if (verbose) -+ printk(KERN_INFO"acerhk: cmos index set to 0x%x\n", cmos_index); -+ return cmos_index; -+} -+ -+/* get_nr_events -+ * -+ * gets the number of cached events (keys pressed) in queue. Up to 31 events -+ * are cached. -+ * -+ * return value: number of events in queue -+ */ -+static int get_nr_events(void) -+{ -+ unsigned long flags; -+ unsigned char c = 0; -+ -+ spin_lock_irqsave (&rtc_lock, flags); -+#ifndef DUMMYHW -+ if (cmos_index) -+ c = CMOS_READ(cmos_index); -+ else if (verbose > 3) -+ printk(KERN_INFO"acerhk: get_nr_events - no valid cmos index set\n"); -+#endif -+ spin_unlock_irqrestore (&rtc_lock, flags); -+ return c; -+} -+ -+/* set_mail_led -+ * -+ * change state of mail led -+ * -+ * val: 0 - switch led off -+ * 1 - switch led on (blinking) -+ * -+ * return value: 1 - action succesfull (val valid) -+ * 0 - no action taken (val invalid) -+ */ -+static int set_mail_led(int val) -+{ -+ struct register_buffer regs; -+ if (acerhk_model_features & TM_F_MAIL_LED) { -+ regs.eax = 0x9610; -+ regs.ebx = ((val & 0xff) << 8) | 0x31; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: mail led set to = 0x%x\n", val); -+ } else if (acerhk_model_features & TM_F_MAIL_LED_EC) { -+ if (val == 1) -+ enable_mail_led_ec_1(); -+ else if (val == 0) -+ disable_mail_led_ec_1(); -+ } else if (acerhk_model_features & TM_F_MAIL_LED_EC2) { -+ if (val == 1) -+ enable_mail_led_ec_2(); -+ else if (val == 0) -+ disable_mail_led_ec_2(); -+ } else if (acerhk_model_features & TM_F_MAIL_LED_EC3) { -+ if (val == 1) -+ enable_mail_led_ec_3(); -+ else if (val == 0) -+ disable_mail_led_ec_3(); -+ } else { -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: mail led not supported\n"); -+ regs.eax = 0x00; -+ } -+ return regs.eax & 0xffff; -+} -+ -+/* launch_connect -+ * -+ * does what? -+ * val: 1 - only known value from windows driver -+ */ -+static int launch_connect(int val) -+{ -+ struct register_buffer regs; -+ if (acerhk_model_features & TM_F_CONNECT) { -+ regs.eax = 0x9610; -+ regs.ebx = ((val & 0xff) << 8) | 0x2e; -+ preempt_disable(); -+ call_bios(®s); -+ preempt_enable_no_resched(); -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: connect(%d) = 0x%x\n", val, regs.eax); -+ } else { -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: connect not supported\n"); -+ regs.eax = 0x00; -+ } -+ return regs.eax & 0xffff; -+} -+ -+/* }}} */ -+ -+/* {{{ hardware probing */ -+ -+static struct proc_dir_entry *proc_acer_dir; -+ -+static unsigned int __init find_hk_area(void) -+{ -+ int offset, sig; -+ unsigned int fkt; -+ fkt = 0; -+ sig = -1; /* offset to signature in io area */ -+ /* Look for signature, start at 0xf0000, search until 0xffff0 */ -+ for (offset = 0;offset < 0xfffd; offset += 16) { -+ if (readl(reg1 + offset) == 0x30552142) { -+ sig = offset; -+ offset = 0xffff; -+ } -+ } -+ if (sig < 0) -+ printk(KERN_WARNING"acerhk: could not find request handler, possibly not all functions available\n"); -+ else { -+ /* compute location of bios routine */ -+ fkt = readl(reg1 + sig + 5); -+ /* adjust fkt to address of mapped IO area */ -+ if (fkt >= 0xf0000) -+ fkt = (unsigned int)reg1 + fkt - 0xf0000; -+ else if (fkt >= 0xe0000) -+ fkt = (unsigned int)reg1 + fkt - 0xe0000; -+ else -+ fkt = 0; -+ } -+ return fkt; -+} -+ -+static void print_features(void) -+{ -+ int i; -+ printk(KERN_INFO"acerhk: supported keys:"); -+ for (i = 0; i < 255; i++) { -+ switch (acerhk_key2name[i]) { -+ case k_help: printk(" help"); break; -+ case k_setup: printk(" setup"); break; -+ case k_p1: printk(" p1"); break; -+ case k_p2: printk(" p2"); break; -+ case k_p3: printk(" p3"); break; -+ case k_www: printk(" www"); break; -+ case k_mail: printk(" mail"); break; -+ case k_wireless: printk(" wireless"); break; -+ case k_power: printk(" power"); break; -+ case k_mute: printk(" mute"); break; -+ case k_volup: printk(" volup"); break; -+ case k_voldn: printk(" voldn"); break; -+ case k_res: printk(" res"); break; -+ case k_close: printk(" close"); break; -+ case k_open: printk(" open"); break; -+ case k_wireless2: printk(" wireless2"); break; -+ case k_play: printk(" play"); break; -+ case k_stop: printk(" stop"); break; -+ case k_prev: printk(" prev"); break; -+ case k_next: printk(" next"); break; -+ case k_display: printk(" display"); break; -+ default: break; -+ } -+ } -+ printk("\n"); -+ if (acerhk_model_features & TM_F_MUTE_LED_EC) -+ printk(KERN_INFO"acerhk: mute led is supported\n"); -+ if (acerhk_model_features & TM_F_MAIL_LED) -+ printk(KERN_INFO"acerhk: mail led is supported\n"); -+ else if (acerhk_model_features & TM_F_MAIL_LED_EC) -+ printk(KERN_INFO"acerhk: mail led (EC) is supported\n"); -+ else if (acerhk_model_features & TM_F_MAIL_LED_EC2) -+ printk(KERN_INFO"acerhk: mail led (EC2) is supported\n"); -+ else if (acerhk_model_features & TM_F_MAIL_LED_EC3) -+ printk(KERN_INFO"acerhk: mail led (EC3) is supported\n"); -+ if (acerhk_model_features & TM_F_WLAN_EC1) -+ printk(KERN_INFO"acerhk: wlan control (EC1) is supported\n"); -+ else if (acerhk_model_features & TM_F_WLAN_EC2) -+ printk(KERN_INFO"acerhk: wlan control (EC2) is supported\n"); -+ if (acerhk_model_features & TM_F_BLUE_EC1) -+ printk(KERN_INFO"acerhk: bluetooth control (EC1) is supported\n"); -+ else if (acerhk_model_features & TM_F_BLUE_EC2) -+ printk(KERN_INFO"acerhk: bluetooth control (EC2) is supported\n"); -+ printk(KERN_INFO"acerhk: supported functions:"); -+ if (acerhk_model_features & TM_F_CONNECT) -+ printk(" connect"); -+ if (acerhk_model_features & TM_F_THERMAL) -+ printk(" thermal"); -+ if (acerhk_model_features & TM_F_PBUTTON) -+ printk(" pbutton"); -+ if (acerhk_model_features & TM_F_WBUTTON) -+ printk(" wbutton"); -+ printk("\n"); -+} -+ -+static void __init setup_keymap_model(unsigned int series) -+{ -+ /* clear mapping keycode -> keyname, */ -+ memset(&acerhk_key2name[0], k_none, sizeof(acerhk_key2name)); -+ /* first set the common keys, namely FnF1 and FnF2, */ -+ acerhk_key2name[1] = k_help; -+ acerhk_key2name[2] = k_setup; -+ /* then set known keycodes according to model */ -+ switch (series) { -+ case 110: -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[3] = k_power; -+ acerhk_key2name[8] = k_mute; -+ acerhk_key2name[32] = k_volup; -+ acerhk_key2name[33] = k_voldn; -+ /* C110 generates 2 extra codes when opening/closing the lid */ -+ acerhk_key2name[74] = k_close; -+ acerhk_key2name[75] = k_open; -+ break; -+ case 300: /* treat C300 like C100 with Bluetooth button */ -+ acerhk_key2name[68] = k_wireless2; -+ case 100: -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[49] = k_www; -+ acerhk_key2name[54] = k_mail; -+ acerhk_key2name[3] = k_power; -+ acerhk_key2name[8] = k_mute; -+ acerhk_key2name[32] = k_volup; -+ acerhk_key2name[33] = k_voldn; -+ break; -+ default: -+ /* only the two common keys are supported */ -+ break; -+ case 210: -+ acerhk_key2name[19] = k_p1; -+ acerhk_key2name[20] = k_p2; -+ acerhk_key2name[17] = k_www; -+ acerhk_key2name[18] = k_mail; -+ break; -+ case 220: -+ case 260: /* 260 with same keys? */ -+ acerhk_key2name[49] = k_p1; -+ acerhk_key2name[19] = k_p2; -+ acerhk_key2name[18] = k_www; -+ acerhk_key2name[17] = k_mail; -+ break; -+ case 230: -+ case 280: /* 280 with same keys? */ -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[54] = k_www; -+ break; -+ case 1500: -+ acerhk_key2name[0x49] = k_setup; -+ acerhk_key2name[0x36] = k_www; -+ acerhk_key2name[0x31] = k_mail; -+ acerhk_key2name[0x11] = k_p1; -+ acerhk_key2name[0x12] = k_p2; -+ acerhk_key2name[0x30] = k_wireless; -+ acerhk_key2name[0x44] = k_wireless2; -+ acerhk_key2name[0x03] = k_power; -+ break; -+ case 240: -+ acerhk_key2name[0x31] = k_www; -+ acerhk_key2name[0x36] = k_mail; -+ acerhk_key2name[0x11] = k_p1; -+ acerhk_key2name[0x12] = k_p2; -+ acerhk_key2name[0x44] = k_wireless; -+ acerhk_key2name[0x30] = k_wireless2; -+ acerhk_key2name[0x03] = k_power; -+ acerhk_key2name[0x08] = k_mute; -+ // acerhk_key2name[] = k_volup; -+ // acerhk_key2name[] = k_voldn; -+ break; -+ case 2900: -+ acerhk_key2name[0x31] = k_mail; /* with led */ -+ acerhk_key2name[0x36] = k_www; -+ acerhk_key2name[0x11] = k_p1; -+ acerhk_key2name[0x12] = k_p2; -+ acerhk_key2name[0x30] = k_wireless; /* wireless, with led, related with autowlan=1 */ -+ break; -+ case 250: /* enriqueg@altern.org */ -+ /* TravelMate 254LMi_DT manual common for 240/250 series, but key order -+ differ from 240 already present on acerhk driver */ -+ /* TravelMate 254LMi_DT: 6 buttons: left to right: mail, www, p1, p2, bluetooth, wireless */ -+ acerhk_key2name[0x31] = k_mail; /* with led */ -+ acerhk_key2name[0x36] = k_www; -+ acerhk_key2name[0x11] = k_p1; -+ acerhk_key2name[0x12] = k_p2; -+ acerhk_key2name[0x44] = k_wireless2; /* bluetooth, hw optional */ -+ acerhk_key2name[0x30] = k_wireless; /* wireless, with led, related with autowlan=1 */ -+ acerhk_key2name[0x03] = k_power; /* Fn+F3 */ -+ acerhk_key2name[0x08] = k_mute; /* Fn+F8 */ -+ break; -+ case 380: -+ /* TM 380 has same codes as TM 370, with an additional one */ -+ acerhk_key2name[0x03] = k_power; -+ case 370: -+ acerhk_key2name[0x30] = k_wireless; -+ acerhk_key2name[0x11] = k_p1; -+ acerhk_key2name[0x12] = k_p2; -+ acerhk_key2name[0x13] = k_p3; -+ acerhk_key2name[0x36] = k_www; -+ acerhk_key2name[0x31] = k_mail; -+ break; -+ case 360: -+ /* 360 series has the same layout as 350, with an -+ additional wireless key */ -+ acerhk_key2name[64] = k_wireless; -+ case 350: -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[20] = k_p3; -+ acerhk_key2name[21] = k_www; -+ acerhk_key2name[19] = k_mail; -+ break; -+ case 520: -+ acerhk_key2name[19] = k_p1; -+ acerhk_key2name[20] = k_p2; -+ acerhk_key2name[17] = k_www; -+ acerhk_key2name[18] = k_mail; -+ break; -+ case 610: -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[19] = k_p3; -+ acerhk_key2name[21] = k_www; -+ acerhk_key2name[20] = k_mail; -+ acerhk_key2name[64] = k_wireless; -+ break; -+ case 630: -+ /* 630 has all keys of 620 plus one */ -+ acerhk_key2name[8] = k_mute; -+ case 620: -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[19] = k_p3; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[3] = k_power; -+ acerhk_key2name[32] = k_volup; -+ acerhk_key2name[33] = k_voldn; -+ break; -+ case 290: -+ case 420: -+ case 430: -+ case 530: -+ case 540: -+ case 650: -+ case 660: -+ case 800: -+ case 1450: -+ case 2300: -+ case 2350: -+ case 4000: -+ case 4050: -+ case 6000: -+ case 8000: -+ case 4100: -+ case 4150: -+ case 4500: -+ case 4600: -+ case 4650: -+ case 1680: -+ case 1690: -+ /* keys are handled by dritek EC */ -+ acerhk_key2name[1] = k_none; -+ acerhk_key2name[2] = k_none; -+ break; -+ case 1300: -+ case 1310: -+ case 1350: -+ case 1360: -+ case 1400: -+ case 1700: -+ case 1800: -+ case 2000: -+ case 2010: -+ case 2020: -+ /* Aspire 13xx series laptops use dritek hardware, no -+ acerhk-mapping needed -+ VolUp and VolDown are managed as normal keys -+ 1300/1310 series should have P1, P2, Mail, WWW, Mute buttons -+ 1353 has bluetooth, wifi, p1, p2, www, mail, help, setup, power -+ and mute -+ Aspire 1400/1450/Ferrari use dritek EC, too -+ 1450 should have bluetooth, wifi, p1, p2, www, mail, help, -+ setup, power and mute -+ Aspire 1700 uses dritek EC, too -+ 1700 should have bluetooth, wifi, p1, p2, www, mail, help, -+ setup, power and mute -+ need the MM-buttons Activation? (forward, shuffle, ...) -+ 2000 hast lots of MM buttons -+ 2010 should have bluetooth, wifi, p1, p2, www, mail, help, -+ setup, power and mute -+ */ -+ acerhk_key2name[1] = k_none; -+ acerhk_key2name[2] = k_none; -+ break; -+ case 1600: -+ /* Aspire 1600 has acer keycode 0x49 for FnF2 */ -+ acerhk_key2name[73] = k_setup; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[19] = k_p3; -+ acerhk_key2name[3] = k_power; -+ acerhk_key2name[8] = k_mute; -+ /* VolUp and VolDown keys doesn't seem to be managed as special keys -+ but as normal keys ! */ -+ break; -+ case 5020: /* Aspire 5020 has 0x6a for Fn+F2 */ -+ acerhk_key2name[2] = k_none; -+ acerhk_key2name[106] = k_setup; -+ acerhk_key2name[3] = k_power; -+ acerhk_key2name[5] = k_display; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[68] = k_wireless2; -+ break; -+ case 2410: /* TM 2410 is very similar to Aspire 5020, but has 0x6s for Fn-F3 */ -+ acerhk_key2name[2] = k_none; -+ acerhk_key2name[106] = k_setup; -+ acerhk_key2name[109] = k_power; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[68] = k_wireless2; -+ break; -+ case 40100: -+ /* Medion MD40100, 4 keys */ -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[55] = k_res; -+ break; -+ case 96500: -+ case 95400: -+ /* Medion MD95400, many keys */ -+ acerhk_key2name[49] = k_mail; /* 1 */ -+ acerhk_key2name[54] = k_www; /* 2 */ -+ acerhk_key2name[48] = k_wireless; /* 3 */ -+ acerhk_key2name[68] = k_wireless2; /* 4 (Bluetooth) */ -+ -+ acerhk_key2name[17] = k_p1; /* 5 */ -+ acerhk_key2name[18] = k_p2; /* 6 */ -+ acerhk_key2name[36] = k_play; /* 7 */ -+ acerhk_key2name[37] = k_stop; /* 8 */ -+ acerhk_key2name[34] = k_prev; /* 9 */ -+ acerhk_key2name[35] = k_next; /* 10 */ -+ acerhk_key2name[33] = k_voldn; /* 11 */ -+ acerhk_key2name[32] = k_volup; /* 12 */ -+ acerhk_key2name[38] = k_p3; /* 13 */ -+ acerhk_key2name[8] = k_mute; /* 14 */ -+ -+ acerhk_key2name[1] = k_help; /* FN+F1 (Help) */ -+ acerhk_key2name[5] = k_display; /* FN+F3 (Display switch) */ -+ acerhk_key2name[6] = k_res; /* FN+F4 (Display ein/ausschalten) */ -+ break; -+ case 42200: -+ /* Medion MD42200, 7 keys, no setup */ -+ acerhk_key2name[2] = k_none; -+ acerhk_key2name[5] = k_display; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ break; -+ case 9783: -+ /* Medion MD9783, 6 keys + info, no setup */ -+ acerhk_key2name[2] = k_none; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[19] = k_p3; -+ acerhk_key2name[8] = k_mute; -+ break; -+ case 7400: -+ /* Amilo Pro V2000 does not have Help and Setup key (?) -+ Amilo M 7400 has Help key, disabling only setup -+ */ -+ acerhk_key2name[2] = k_none; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ break; -+ case 1559: -+ acerhk_key2name[6] = k_display; /* FN+F4 (Display ein/ausschalten) */ -+ case 1555: -+ /* AOpen (Ahtec Signal 1555M) is similar to FS Amilo M */ -+ acerhk_key2name[2] = k_none; -+ acerhk_key2name[48] = k_wireless; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[34] = k_prev; -+ acerhk_key2name[35] = k_next; -+ acerhk_key2name[36] = k_play; -+ acerhk_key2name[37] = k_stop; -+ break; -+ case 6800: -+ case 7820: -+ /* Amilo D does not have Setup key */ -+ acerhk_key2name[2] = k_none; -+ acerhk_key2name[49] = k_mail; -+ acerhk_key2name[54] = k_www; -+ acerhk_key2name[17] = k_p1; -+ acerhk_key2name[18] = k_p2; -+ acerhk_key2name[19] = k_p3; -+ acerhk_key2name[8] = k_mute; -+ break; -+ } -+} -+ -+static void __init setup_model_features(unsigned int series) -+{ -+ switch (series) { -+ case 200: -+ case 210: -+ case 520: -+ /* nothing special */ -+ acerhk_model_features = 0; -+ acerhk_type = TM_old; -+ break; -+ case 220: -+ case 230: -+ case 260: -+ case 280: -+ case 360: -+ case 40100: /* Medion MD40100 */ -+ case 95400: /* Medion MD95400 */ -+ case 96500: /* Medion MD96500 */ -+ /* all special functions, no mail led */ -+ acerhk_model_features = 0x00f00000; -+ acerhk_type = TM_new; -+ break; -+ case 42200: /* Medion MD42200 */ -+ /* has WLAN button, should call connect() */ -+ acerhk_model_features = TM_F_WBUTTON | TM_F_CONNECT; -+ acerhk_type = TM_old; -+ break; -+ case 9783: /* Medion MD9783 */ -+ /* only email led */ -+ acerhk_model_features = TM_F_MAIL_LED; -+ acerhk_type = TM_new; -+ break; -+ case 1600: -+ acerhk_type = TM_new; -+ /* Do Aspire 1600 series have special functions or not ? I enable -+ them, perhaps it helps with problems Francois Valenduc has */ -+ acerhk_model_features = 0x00f00000; -+ break; -+ case 300: -+ case 100: -+ case 110: -+ case 240: -+ case 350: -+ case 610: -+ case 620: -+ case 630: -+ /* all special functions, mail led */ -+ acerhk_model_features = TM_F_MAIL_LED | 0x00f00000; -+ acerhk_type = TM_new; -+ break; -+ case 370: -+ case 380: -+ case 2410: -+ case 2900: /* Medion MD2900 */ -+ case 2100: /* TM 2100 uses same driver as 5020 */ -+ case 5020: /* Aspire 5020 is still old hardware */ -+ acerhk_model_features = TM_F_MAIL_LED | TM_F_CONNECT| TM_F_WBUTTON; -+ acerhk_type = TM_new; -+ break; -+ case 7400: -+ case 1555: -+ case 1559: -+ /* all special functions for Fujitsu-Siemens Amilo M7400, Pro V2000; AOpen */ -+ acerhk_model_features = 0x00f00000; -+ acerhk_type = TM_new; -+ break; -+ case 6800: -+ case 7820: -+ /* mail led and all special functions for FS Amilo D */ -+ acerhk_model_features = TM_F_MAIL_LED | 0x00f00000; -+ acerhk_type = TM_new; -+ break; -+ case 2350: -+ case 4050: -+ acerhk_wlan_state = 1; // Default state is on -+ case 290: -+ /* no special functions, wireless hardware controlled by EC */ -+ acerhk_model_features = TM_F_WLAN_EC2 | TM_F_BLUE_EC2; -+ acerhk_type = TM_dritek; -+ break; -+ case 650: -+ case 1300: -+ case 1310: -+ case 1400: -+ case 1700: -+ /* all special functions, wireless hardware can be controlled */ -+ acerhk_model_features = 0x00f00000; -+ acerhk_type = TM_dritek; -+ break; -+ case 4100: -+ case 4600: -+ case 1680: -+ case 1690: /* Aspire 1680/1690 should be similar to TM 4100/4600 */ -+ /* mail led, wireless and bluetooth controlled the old way, but keys are -+ controlled by normal keyboard controller, so mark as dritek and -+ deactivate dritek use */ -+ acerhk_model_features = TM_F_MAIL_LED | TM_F_WBUTTON; -+ acerhk_type = TM_dritek; -+ usedritek=0; -+ break; -+ case 660: -+ case 800: -+ /* all special functions, mail led */ -+ acerhk_model_features = TM_F_MAIL_LED | 0x00f00000; -+ acerhk_type = TM_dritek; -+ break; -+ case 1350: -+ case 1360: -+ /* mail led, handled by EC, wireless HW is not (yet) controllable ? */ -+ acerhk_model_features = TM_F_MAIL_LED_EC|TM_F_WLAN_EC1; -+ acerhk_type = TM_dritek; -+ break; -+ case 1450: -+ /* Bluetooth/Wlan led, Mail led handled by EC (variant 3) */ -+ acerhk_model_features = TM_F_MAIL_LED_EC3|TM_F_WBUTTON; -+ acerhk_type = TM_dritek; -+ break; -+ case 1500: -+ /* Bluetooth/Wlan led */ -+ acerhk_model_features = TM_F_WBUTTON; -+ acerhk_type = TM_new; -+ break; -+ case 420: -+ case 430: -+ /* all functions and dritek EC, mail LED is handled by EC, second -+ variant. An additional led is available, mute. (really?) -+ */ -+ acerhk_type = TM_dritek; -+ acerhk_model_features = TM_F_MUTE_LED_EC|TM_F_MAIL_LED_EC2; -+ break; -+ case 2300: -+ case 4000: -+ case 4500: -+ /* wireless hardware, hopefully under control of my driver */ -+ acerhk_type = TM_dritek; -+ acerhk_model_features = TM_F_BLUE_EC1|TM_F_WLAN_EC1; -+ break; -+ case 3200: -+ /* test, if this model uses old style wlan control */ -+ acerhk_model_features = TM_F_WBUTTON; -+ acerhk_type = TM_dritek; -+ break; -+ case 6000: -+ case 8000: -+ /* 6000 and 8000 have wireless hardware, but I don't know how to handle, -+ so I choose no features */ -+ acerhk_type = TM_dritek; -+ break; -+ case 530: -+ case 540: -+ case 2000: -+ /* No features (?) dritek EC, mail LED is handled by EC but -+ different from other Aspire series */ -+ acerhk_type = TM_dritek; -+ acerhk_model_features = TM_F_MAIL_LED_EC2; -+ break; -+ case 4150: -+ case 4650: -+ /* Dritek EC, bluetooth, wifi, mail */ -+ /* According to Andreas Stumpfl his TM 4652LMi does also work as series -+ 3200, which might mean that the BIOS function accesses the EC */ -+ acerhk_type = TM_dritek; -+ acerhk_model_features = TM_F_MAIL_LED_EC2 | TM_F_WLAN_EC2 | TM_F_BLUE_EC2; -+ break; -+ case 1800: -+ case 2010: -+ case 2020: -+ /* Dritek EC, bluetooth, wifi, mail */ -+ acerhk_type = TM_dritek; -+ acerhk_model_features = TM_F_MAIL_LED_EC2 | TM_F_WLAN_EC2 | TM_F_BLUE_EC2; -+ acerhk_wlan_state = 1; // Default state is on -+ break; -+ case 250: /* enriqueg@altern.org */ -+ /* TravelMate254LMi_DT : mail led, bluetooth (button present, hw optional), wifi (with led) */ -+ acerhk_model_features = TM_F_MAIL_LED| -+ TM_F_WBUTTON ; -+ acerhk_type = TM_new; -+ acerhk_wlan_state = 0; //Initial state is off on 254LMi_DT -+ break; -+ default: -+ /* nothing special */ -+ acerhk_model_features = 0; -+ acerhk_type = TM_unknown; -+ break; -+ } -+ /* set the correct bios call function according to type */ -+ if ((acerhk_type == TM_new) || (acerhk_type == TM_dritek)) { -+ call_bios = call_bios_6xx; -+ if (verbose > 2) -+ printk(KERN_INFO"acerhk: using call_bios_6xx mode\n"); -+ } else { -+ call_bios = call_bios_52x; -+ if (verbose > 2) -+ printk(KERN_INFO"acerhk: using call_bios_52x mode\n"); -+ } -+ /* remove key file on dritek hardware */ -+ if (acerhk_type == TM_dritek) { -+ remove_proc_entry("key", proc_acer_dir); -+ } -+ /* setup available keys */ -+ setup_keymap_model(acerhk_series); -+ if (verbose > 1) -+ print_features(); -+} -+ -+static unsigned int __init determine_laptop_series(char * str) -+{ -+ /* 0 means unknown series, handled like TM 200 */ -+ unsigned int series = 0; -+ if (strncmp(str, "TravelMate ", 11) == 0) { -+ switch (str[11]) { -+ case 'C': -+ if (str[12] == '1') { -+ if (str[13] == '0') { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates TM C100 series\n"); -+ series = 100; -+ } else if (str[13] == '1') { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates TM C110 series\n"); -+ series = 110; -+ } -+ } else if (str[12] == '3') { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates TM C300 series\n"); -+ series = 300; -+ } -+ break; -+ case 'F': -+ if (str[12] == '4') { -+ series = 230; -+ } -+ break; -+ case '2': -+ if (str[14] == '0') { -+ /* newer Travelmate 2xxx series */ -+ switch (str[12]) { -+ case '0': -+ case '5': -+ series = 2000; // 2000 and 2500 are the same -+ break; -+ case '1': -+ if (str[13] == '0') -+ series = 2100; -+ break; -+ case '2': -+ case '7': -+ series = 2200; // 2200 and 2700 are the same -+ break; -+ case '3': -+ if (str[13] == '0') -+ series = 4000; // 2300 is the same as 4000 -+ else if (str[13] == '5') -+ series = 4050; // 2350 is the same as 4050 -+ break; -+ case '4': -+ if (str[13] == '1') -+ series = 2410; -+ break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM 2xxx series\n"); -+ break; -+ } -+ } else { -+ /* older Travelmate 2xx series */ -+ switch (str[12]) { -+ case '0': series = 200; break; -+ case '1': series = 210; break; -+ case '2': series = 220; break; -+ case '4': series = 240; break; -+ case '5': series = 250; break; /* enriqueg@altern.org */ -+ case '6': series = 260; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM 2xx series\n"); -+ break; -+ } -+ } -+ break; -+ case '3': -+ switch (str[12]) { -+ case '0': series = 3200; break; /* TM 3000 works like TM 3200 */ -+ /* Travelmate 3xx series */ -+ case '5': series = 350; break; -+ case '6': series = 360; break; -+ case '7': series = 370; break; -+ case '8': series = 380; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM 3xx series\n"); -+ break; -+ } -+ break; -+ case '4': -+ if ( (strnlen(str, ACERHK_MODEL_STRLEN-1) == 15) && -+ (str[14] == '0') ) { /* Travelmate 4xxx series */ -+ switch (str[12]) { -+ case '0': /* 4000 and 4500 are the same */ -+ case '5': -+ series = 4000; -+ break; -+ case '1': -+ case '6': /* 4100 and 4600 are the same */ -+ series = 4100; -+ break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM 4xxx series\n"); -+ break; -+ } -+ } else { /* Travelmate 4xx series */ -+ switch (str[12]) { -+ case '2': series = 420; break; -+ case '3': series = 430; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM 4xx series\n"); -+ break; -+ } -+ } -+ break; -+ case '5': /* Travelmate 5xx series */ -+ if (str[12] == '2') -+ series = 520; -+ else if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM 5xx series\n"); -+ break; -+ case '6': /* older Travelmate 6xx series */ -+ switch (str[12]) { -+ case '1': series = 610; break; -+ case '2': series = 620; break; -+ case '3': series = 630; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM 6xx series\n"); -+ break; -+ } -+ break; -+ default: -+ printk(KERN_INFO"acerhk: model string indicates unknown TM xxx series\n"); -+ break; -+ } -+ if (series && verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates TM %d series\n", series); -+ } -+ /* newer Travelmate series do not have a space after 'TravelMate' */ -+ else if (strncmp(str, "TravelMate", 10) == 0) { -+ switch (str[10]) { -+ case '2': -+ if (str[11] == '9') { -+ series = 290; -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM2xx series\n"); -+ } -+ break; -+ case '3': -+ if (str[11] == '2' && str[14] == '3') { -+ // TM 3200 uses "TravelMate32003" -+ series = 3200; -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM3xxx series\n"); -+ } -+ break; -+ case '4': -+ switch (str[11]) { -+ case '3': series = 430; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM4xx series\n"); -+ break; -+ } -+ break; -+ case '5': -+ switch (str[11]) { -+ case '3': series = 530; break; -+ case '4': series = 540; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM5xx series\n"); -+ break; -+ } -+ break; -+ case '6': -+ switch (str[11]) { -+ case '5': series = 650; break; -+ case '6': series = 660; break; -+ case '0': -+ if (strncmp(str, "TravelMate60003", 15) == 0) { -+ series = 6000; break; -+ } -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM6xx series\n"); -+ break; -+ } -+ break; -+ case '8': -+ if (strncmp(str, "TravelMate80003", 15) == 0) { -+ series = 8000; -+ } else if (str[11] == '0') { -+ series = 800; -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown TM8xx series\n"); -+ } -+ break; -+ default: -+ printk(KERN_INFO"acerhk: model string indicates unknown TMxxx series\n"); -+ break; -+ } -+ if (series && verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates TM%d series\n", series); -+ } -+ else if (strncmp(str, "Aspire ", 7) == 0) { -+ switch(str[7]) { -+ case '1': /* Aspire 1xxx series */ -+ switch(str[8]) { -+ case '3': /* Aspire 13xx series */ -+ switch (str[9]) { -+ case '0': series = 1300; break; -+ case '1': series = 1310; break; -+ case '5': series = 1350; break; -+ case '6': series = 1360; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 13xx series\n"); -+ break; -+ } -+ break; -+ case '4': /* Aspire 14xx series */ -+ switch (str[9]) { -+ case '0': series = 1400; break; -+ case '5': series = 1450; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 14xx series\n"); -+ break; -+ } -+ break; -+ case '5': series = 1500; break; -+ case '6': /* Aspire 14xx series */ -+ switch (str[9]) { -+ case '0': series = 1600; break; -+ case '8': -+ case '9': series = 1680; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 16xx series\n"); -+ break; -+ } -+ break; -+ case '7': series = 1700; break; -+ case '8': series = 1800; break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 1xxx series\n"); -+ break; -+ } -+ break; -+ case '2': /* Aspire 2xxx series */ -+ if (str[8] == '0') { -+ switch (str[9]) { -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 20xx series\n"); -+ break; -+ case '0': series = 2000; break; -+ case '1': series = 2010; break; -+ case '2': series = 2020; break; -+ } -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 2xxx series\n"); -+ } -+ break; -+ case '3': /* Aspire 3xxx series */ -+ if (str[8] == '0') { -+ switch (str[9]) { -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 30xx series\n"); -+ break; -+ case '2': series = 5020; break; /* Aspire 3020/5020 are identical */ -+ } -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 3xxx series\n"); -+ } -+ break; -+ case '5': /* Aspire 5xxx series */ -+ if (str[8] == '0') { -+ switch (str[9]) { -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 50xx series\n"); -+ break; -+ case '2': series = 5020; break; -+ } -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire 5xxx series\n"); -+ } -+ break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Aspire series\n"); -+ break; -+ } -+ if (series && verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates Aspire %d series\n", series); -+ } -+ else if (strncmp(str, "Extensa ", 8) == 0) { -+ /* Extensa series */ -+ switch (str[8]) { -+ case '3': -+ switch (str[9]) { -+ case '0': -+ series = 3000; break; -+ default: break; -+ } -+ break; -+ default: break; -+ } -+ if (series && verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates Extensa %d series\n", series); -+ else if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown Extensa series\n"); -+ } -+ else if (strncmp(str, "Amilo ", 6) == 0) { -+ switch (str[6]) { -+ case 'D': /* complete string is "Amilo D-Series", there seems to be no model number */ -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates FS Amilo D series\n"); -+ /* this is the model number of my Amilo */ -+ series = 7820; -+ break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown FS Amilo XX series\n"); -+ series = 7820; -+ } -+ } -+ else if (strncmp(str, "AMILO ", 6) == 0) { -+ switch (str[6]) { -+ case 'D': /* AMILO D 6800 P4-2000 */ -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates FS AMILO D series\n"); -+ series = 6800; -+ break; -+ case 'M': -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates FS AMILO M(7400) series\n"); -+ series = 7400; -+ break; -+ case 'P': -+ /* it is assumed, that 'AMILO P' appears only on Amilo Pro Series */ -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates FS AMILO Pro (V2000) series\n"); -+ series = 7400; -+ break; -+ default: -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates unknown FS AMILO XX series\n"); -+ series = 6800; -+ } -+ } -+ else if (strncmp(str, "MEDIONPC", 8) == 0) { -+ uint medionmodel; -+ if ((medionmodel = COLUSSI("WIM 2040", 4, reg1, AREA_SIZE)) >= 0) { -+ printk(KERN_INFO"acerhk: found Medion model string:'%s'\n", (char*)reg1+medionmodel); -+ series = 96500; -+ } else { -+ if ((medionmodel = COLUSSI("MD 9", 4, reg1, AREA_SIZE)) >= 0) { -+ printk(KERN_INFO"acerhk: found Medion model string:'%s'\n", (char*)reg1+medionmodel); -+ } -+ series = 95400; -+ } -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates a medion MD %d\n", series); -+ } -+ else if (strncmp(str, "MEDIONNB", 8) == 0) { -+ /* Search for the Product string of the MD9783. */ -+ if (COLUSSI("MD 42200", 8, reg1, AREA_SIZE) >= 0) { -+ if (verbose>1) -+ printk(KERN_INFO"acerhk: model string indicates a Medion MD 42200\n"); -+ series = 42200; -+ } else if (COLUSSI("MD 9783", 7, reg1, AREA_SIZE) >= 0){ -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates a medion MD 9783\n"); -+ series = 9783; -+ } else if (COLUSSI("WIM 2000", 7, reg1, AREA_SIZE) >= 0){ -+ if (verbose>1) -+ printk(KERN_INFO"acerhk: model string indicates a Medion MD 2900\n"); -+ series = 2900; -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates a medion MD40100\n"); -+ series = 40100; -+ } -+ } else if (strncmp(str, "AOpen", 5) == 0) { -+ if (strncmp(str, "AOpen*EzRestore", 15) == 0) { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates a AOpen 1559\n"); -+ series = 1559; -+ } else { -+ /* Unless I know of other models no further differentiation, -+ although there is a second part of the model string */ -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates a AOpen\n"); -+ series = 1555; -+ } -+ } else if (strncmp(str, "CL56", 4) == 0) { -+ /* Unless I know of other models no further differentiation, -+ although there are strings with more numbers ("CL561" on a Compal -+ CL56/Zepto 4200, reported by Stian B. Barmen) -+ It has the same functions as Acer Aspire 2010 -+ */ -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates a Compal CL56 (or similar)\n"); -+ series = 2010; -+ } else if (strncmp(str, "Geneva2", 7) == 0) { -+ /* This might be an Aspire 9110 which is very similar to 4650 */ -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates an Aspire 9110\n"); -+ series = 4650; -+ } else { -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: model string indicates no supported hardware\n"); -+ } -+ return (series); -+} -+ -+static void __init probe_model(void) { -+ int offset; /* offset from beginning of reg1 to Model string */ -+ if (verbose) -+ printk(KERN_INFO"acerhk: start search for model string at %p\n", reg1); -+ /* first we look for Travelmate, if it isn't one we try to identify other -+ laptops, such as Medion or Aspire */ -+ offset = COLUSSI("Travel", 6, reg1, AREA_SIZE); -+ /* Try to detect Aspire laptops */ -+ if (offset < 0) -+ offset = COLUSSI("Aspire", 6, reg1, AREA_SIZE); -+ /* Try to detect Extensa laptops */ -+ if (offset < 0) -+ offset = COLUSSI("Extensa", 7, reg1, AREA_SIZE); -+ /* Try to detect Medion laptops */ -+ if (offset < 0) -+ offset = COLUSSI("MEDION", 6, reg1, AREA_SIZE); -+ /* Try to detect AOpen laptops */ -+ if (offset < 0) -+ offset = COLUSSI("AOpen", 5, reg1, AREA_SIZE); -+ /* Try to detect Fujitsu Siemens Amilo laptops */ -+ if (offset < 0) -+ offset = COLUSSI("Amilo", 5, reg1, AREA_SIZE); -+ if (offset < 0) -+ offset = COLUSSI("AMILO", 5, reg1, AREA_SIZE); -+ /* Try to detect Compal */ -+ if (offset < 0) -+ offset = COLUSSI("CL56", 4, reg1, AREA_SIZE); -+ /* That might be an Aspire 9110 */ -+ if (offset < 0) -+ offset = COLUSSI("Geneva2", 7, reg1, AREA_SIZE); -+ if (offset >= 0) { -+ acerhk_model_addr = reg1 + offset; -+ /* copy the string, but not more than 15 characters */ -+ strncpy(acerhk_model_string, acerhk_model_addr, ACERHK_MODEL_STRLEN-1); -+ if (verbose) -+ printk(KERN_INFO"acerhk: found model string '%s' at %p\n", -+ acerhk_model_string, acerhk_model_addr); -+ if (bios_routine && verbose > 2) -+ printk(KERN_INFO"acerhk: offset from model string to function address: 0x%lx\n", -+ bios_routine - (unsigned long)acerhk_model_addr); -+ acerhk_series = determine_laptop_series(acerhk_model_string); -+ } else { -+ printk(KERN_WARNING"acerhk: Could not find model string, will assume type 200 series\n"); -+ acerhk_series = 200; -+ } -+} -+ -+/* }}} */ -+ -+/* {{{ key polling and translation */ -+ -+static void print_mapping(void) -+{ -+ printk(KERN_INFO"acerhk: key mapping:\n"); -+ printk("acerhk: help 0x%x\n", acerhk_name2event[k_help]); -+ printk("acerhk: setup 0x%x\n", acerhk_name2event[k_setup]); -+ printk("acerhk: p1 0x%x\n", acerhk_name2event[k_p1]); -+ printk("acerhk: p2 0x%x\n", acerhk_name2event[k_p2]); -+ printk("acerhk: p3 0x%x\n", acerhk_name2event[k_p3]); -+ printk("acerhk: www 0x%x\n", acerhk_name2event[k_www]); -+ printk("acerhk: mail 0x%x\n", acerhk_name2event[k_mail]); -+ printk("acerhk: wireless 0x%x\n", acerhk_name2event[k_wireless]); -+ printk("acerhk: power 0x%x\n", acerhk_name2event[k_power]); -+ printk("acerhk: mute 0x%x\n", acerhk_name2event[k_mute]); -+ printk("acerhk: volup 0x%x\n", acerhk_name2event[k_volup]); -+ printk("acerhk: voldn 0x%x\n", acerhk_name2event[k_voldn]); -+ printk("acerhk: res 0x%x\n", acerhk_name2event[k_res]); -+ printk("acerhk: close 0x%x\n", acerhk_name2event[k_close]); -+ printk("acerhk: open 0x%x\n", acerhk_name2event[k_open]); -+ printk("acerhk: wireless2 0x%x\n", acerhk_name2event[k_wireless2]); -+ printk("acerhk: play 0x%x\n", acerhk_name2event[k_play]); -+ printk("acerhk: stop 0x%x\n", acerhk_name2event[k_stop]); -+ printk("acerhk: prev 0x%x\n", acerhk_name2event[k_prev]); -+ printk("acerhk: next 0x%x\n", acerhk_name2event[k_next]); -+ printk("acerhk: display 0x%x\n", acerhk_name2event[k_display]); -+} -+ -+static void set_keymap_name(t_key_names name, unsigned int key) -+{ -+ acerhk_name2event[name] = key; -+} -+ -+static void init_keymap_input(void) -+{ -+ /* these values for input keys are chosen to match the key names on the -+ actual Acer laptop */ -+ set_keymap_name(k_none, KEY_RESERVED); -+ set_keymap_name(k_help, KEY_HELP); -+ set_keymap_name(k_setup, KEY_CONFIG); -+ set_keymap_name(k_p1, KEY_PROG1); -+ set_keymap_name(k_p2, KEY_PROG2); -+ set_keymap_name(k_p3, KEY_PROG3); -+ set_keymap_name(k_www, KEY_WWW); -+ set_keymap_name(k_mail, KEY_MAIL); -+ set_keymap_name(k_wireless, KEY_XFER); -+ set_keymap_name(k_power, KEY_POWER); -+ set_keymap_name(k_mute, KEY_MUTE); -+ set_keymap_name(k_volup, KEY_VOLUMEUP); -+ set_keymap_name(k_voldn, KEY_VOLUMEDOWN); -+ set_keymap_name(k_res, KEY_CONFIG); -+ set_keymap_name(k_close, KEY_CLOSE); -+ set_keymap_name(k_open, KEY_OPEN); -+ /* I am not really happy with the selections for wireless and wireless2, -+ but coffee looks good. Michal Veselenyi proposed this value */ -+ set_keymap_name(k_wireless2, KEY_COFFEE); -+ set_keymap_name(k_play, KEY_PLAYPAUSE); -+ set_keymap_name(k_stop, KEY_STOPCD); -+ set_keymap_name(k_prev, KEY_PREVIOUSSONG); -+ set_keymap_name(k_next, KEY_NEXTSONG); -+ set_keymap_name(k_display, KEY_MEDIA); /* also not happy with this */ -+ if (verbose > 1) -+ print_mapping(); -+} -+ -+static int filter_idle_value(int keycode) -+{ -+ int validkey = 0; -+ if (keycode != 0x0 && -+ keycode != 0x9610 && -+ keycode != 0xc100 && /* Francois Valenduc, Aspire 1601 LC */ -+ keycode != 0x8610 && -+ keycode != 0x861 && -+ keycode != 0x8650 && -+ keycode != 0x865) -+ validkey = keycode; -+ if (verbose > 4 && !validkey) -+ printk(KERN_INFO"acerhk: throw away idle value 0x%x\n", keycode); -+ return validkey; -+} -+ -+static void send_key_event(t_key_names key) -+{ -+ unsigned int input_key; -+ if (key != k_none) { -+ /* convert key name to kernel keycode */ -+ input_key = acerhk_name2event[key]; -+ if (verbose > 2) -+ printk(KERN_INFO"acerhk: translated acer key name 0x%x to input key 0x%x\n", -+ key, input_key); -+ /* send press and release together, as there is no such event from acer as 'release' */ -+ input_report_key(acerhk_input_dev_ptr, input_key, 1); -+ input_report_key(acerhk_input_dev_ptr, input_key, 0); -+ } -+} -+ -+static t_key_names transl8_key_code(int keycode) -+{ -+ t_key_names keyname = k_none; -+ /* first filter out idle values */ -+ if ( (keycode = filter_idle_value(keycode)) ) { -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: received key code 0x%x\n", keycode); -+ /* translate keycode to key name */ -+ if (keycode >= 0 && keycode <= 255) -+ keyname = acerhk_key2name[keycode]; -+ else { -+ if (verbose > 3) -+ printk(KERN_INFO"acerhk: keycode 0x%x too big, will use only 8 bits\n", keycode); -+ /* use only lower 8 bits of value to distinguish keys */ -+ keyname = acerhk_key2name[keycode&0xff]; -+ } -+ /* produce some log information for higher verbosity levels */ -+ if (keyname != k_none && verbose > 2) -+ printk(KERN_INFO"acerhk: translated acer key code 0x%x to key name 0x%x\n", -+ keycode, keyname); -+ else if (keyname == k_none && verbose > 3) -+ printk(KERN_INFO"acerhk: translated acer key code 0x%x to no key\n", -+ keycode); -+ if (autowlan) { -+ /* if automatic switching of wlan hardware is enabled, do it here -+ on wireless key press */ -+ if (keyname == k_wireless2) { -+ if (acerhk_bluetooth_state) -+ wbutton_fct_1(0); -+ else -+ wbutton_fct_1(1); -+ } -+ if (keyname == k_wireless) { -+ if (acerhk_wlan_state) -+ wbutton_fct_2(0); -+ else -+ wbutton_fct_2(1); -+ } -+ } -+ } -+ return keyname; -+} -+ -+/* polling timer handler */ -+static void acerhk_poll_event(unsigned long save_size) -+{ -+#ifndef DUMMYHW -+ unsigned int max = MAX_POLLING_LOOPS; -+ /* make sure not to loop more then 32 times */ -+ if (!max || max > 32) -+ max = 32; -+ if (acerhk_type != TM_dritek) { -+ while (get_nr_events() && max--) { -+ send_key_event(transl8_key_code(get_fnkey_event())); -+ } -+ } else { -+ send_key_event(transl8_key_code(get_fnkey_event())); -+ } -+#endif -+ acerhk_timer_poll.expires = jiffies + acerhk_polling_delay; -+ add_timer(&acerhk_timer_poll); -+} -+ -+/* blinking timer handler; added by Antonio Cuni */ -+static void acerhk_blink_event(unsigned long not_used) -+{ -+ if (acerhk_blueled_blinking != -1) { -+ acerhk_blueled_blinking = !acerhk_blueled_blinking; -+#ifndef DUMMYHW -+ wbutton_fct_1(acerhk_blueled_blinking); -+#endif -+ acerhk_timer_blinking.expires = jiffies + acerhk_blueled_blinking_delay; -+ add_timer(&acerhk_timer_blinking); -+ } -+ else -+ printk(KERN_WARNING "acerhk: blinking event called, but blinking not active\n"); -+} -+ -+static void init_input(void) -+{ -+ int i; -+ -+#ifndef KERNEL26 -+ /* request keyboard input module */ -+ request_module("keybdev"); -+ if (verbose > 3) -+ printk(KERN_INFO"requested keyboard input driver\n"); -+#endif -+ -+#ifndef STATIC_INPUT_DEV -+ /* allocate acerhk input device */ -+ acerhk_input_dev_ptr=input_allocate_device(); -+ /* enter some name */ -+ acerhk_input_dev_ptr->name = "Acer hotkey driver"; -+#else -+ acerhk_input_dev_ptr=&acerhk_input_dev; -+#endif -+ -+ /* some laptops have a mail led, should I announce it here? */ -+ acerhk_input_dev_ptr->evbit[0] = BIT(EV_KEY); -+ /* announce keys to input system -+ * the generated keys can be changed on runtime, -+ * but to publish those changes the device needs to -+ * get reconnected (I dont't know any other way) -+ * Therefore I enable all possible keys */ -+ for (i = KEY_RESERVED; i < BTN_MISC; i++) -+ set_bit(i, acerhk_input_dev_ptr->keybit); -+ /* set mapping keyname -> input event */ -+ init_keymap_input(); -+ if (verbose) -+ printk(KERN_INFO"acerhk: registered input device\n"); -+ input_register_device(acerhk_input_dev_ptr); -+ init_timer(&acerhk_timer_poll); -+ acerhk_polling_state = 0; -+} -+ -+static void stop_polling(void) -+{ -+ if (acerhk_polling_state == 1) { -+ del_timer(&acerhk_timer_poll); -+ if (verbose) -+ printk(KERN_INFO"acerhk: key polling stopped\n"); -+ acerhk_polling_state = 0; -+ } else -+ if (verbose) -+ printk(KERN_INFO"acerhk: key polling not active\n"); -+} -+ -+static void start_polling(void) -+{ -+ if (acerhk_polling_state != 1) { -+ acerhk_timer_poll.function = acerhk_poll_event; -+ acerhk_timer_poll.expires = jiffies + acerhk_polling_delay; -+ acerhk_timer_poll.data = get_nr_events(); -+ add_timer(&acerhk_timer_poll); -+ acerhk_polling_state = 1; -+ if (acerhk_type == TM_dritek) { -+ printk(KERN_INFO"acerhk: Your hardware does not need polling enabled for hotkeys to work, " -+ "you can safely disable polling by using the module parameter poll=0 (unless you " -+ "want to play around with the driver and see if there are buttons which need polling).\n"); -+ } -+ if (verbose) -+ printk(KERN_INFO"acerhk: starting key polling, every %d ms\n", acerhk_polling_delay); -+ } else -+ if (verbose) -+ printk(KERN_INFO"acerhk: key polling already active\n"); -+} -+ -+/* addedd by Antonio Cuni */ -+static void start_blinking(void) -+{ -+ if (acerhk_blueled_blinking == -1) { -+ // blinking was disabled... enable it! -+ acerhk_timer_blinking.function = acerhk_blink_event; -+ acerhk_timer_blinking.expires = jiffies + acerhk_blueled_blinking_delay; -+ acerhk_timer_blinking.data = 0; // not used -+ add_timer(&acerhk_timer_blinking); -+ acerhk_blueled_blinking = 0; -+ if (verbose) -+ printk(KERN_INFO "acerhk: starting blueled blinking\n"); -+ } else -+ if (verbose) -+ printk(KERN_INFO "acerhk: blueled already blinking\n"); -+} -+ -+/* Added by Antonio Cuni */ -+static void stop_blinking(void) -+{ -+ if (acerhk_blueled_blinking != -1) { -+ del_timer(&acerhk_timer_blinking); -+ if (verbose) -+ printk(KERN_INFO "acerhk: blueled blinking stopped\n"); -+ acerhk_blueled_blinking = -1; -+ } -+} -+ -+static void release_input(void) -+{ -+ stop_polling(); -+ input_unregister_device(acerhk_input_dev_ptr); -+} -+ -+/* }}} */ -+ -+/* {{{ procfs functions */ -+ -+#ifndef CONFIG_PROC_FS -+ -+static int acerhk_proc_init(void) -+{ -+ return 1; -+} -+#else -+ -+/* This macro frees the machine specific function from bounds checking and -+ * things like that... */ -+#define PRINT_PROC(fmt,args...) \ -+ do { \ -+ *len += sprintf( buffer+*len, fmt, ##args ); \ -+ if (*begin + *len > offset + size) \ -+ return( 0 ); \ -+ if (*begin + *len < offset) { \ -+ *begin += *len; \ -+ *len = 0; \ -+ } \ -+ } while(0) -+ -+static int pc_proc_infos( char *buffer, int *len, -+ off_t *begin, off_t offset, int size ) -+{ -+ PRINT_PROC( "Acer hotkeys version %s\n", ACERHK_VERSION); -+ PRINT_PROC( "Model(Type)\t: %s(", acerhk_model_string); -+ switch(acerhk_type) { -+ default: -+ PRINT_PROC( "unknown)\n"); -+ break; -+ case TM_old: -+ PRINT_PROC( "old)\n"); -+ break; -+ case TM_new: -+ PRINT_PROC( "new)\n"); -+ break; -+ case TM_dritek: -+ PRINT_PROC( "Dritek)\n"); -+ break; -+ } -+ if (bios_routine != 0) { -+ PRINT_PROC( "request handler\t: 0x%x\n", bios_routine); -+ if (cmos_index) { -+ PRINT_PROC( "CMOS index\t: 0x%x\n", cmos_index); -+ PRINT_PROC( "events pending\t: %u\n", get_nr_events()); -+ } else { -+ PRINT_PROC( "CMOS index\t: not available\n"); -+ } -+ if (acerhk_polling_state == 1) -+ PRINT_PROC( "kernel polling\t: active\n"); -+ else -+ PRINT_PROC( "kernel polling\t: inactive\n"); -+ PRINT_PROC( "autoswitch wlan\t: "); -+ if (autowlan == 1) -+ PRINT_PROC( "enabled\n"); -+ else -+ PRINT_PROC( "disabled\n"); -+ } else { -+ PRINT_PROC( "request handler\t: not found\n"); -+ PRINT_PROC( "kernel polling\t: not possible\n"); -+ } -+ /* model specific infos */ -+ if (acerhk_type == TM_dritek) { -+ PRINT_PROC( "use of Dritek EC: "); -+ if (usedritek) -+ PRINT_PROC( "enabled\n"); -+ else -+ PRINT_PROC( "disabled\n"); -+ } -+ if (acerhk_type == TM_old) -+ PRINT_PROC( "preg400\t\t: 0x%p\n", preg400); -+ return (1); -+} -+ -+static int acerhk_proc_info( char *buffer, char **start, off_t offset, -+ int size, int *eof, void *data ) -+{ -+ int len = 0; -+ off_t begin = 0; -+ -+ *eof = pc_proc_infos( buffer, &len, &begin, offset, size ); -+ -+ if (offset >= begin + len) -+ return( 0 ); -+ *start = buffer + (offset - begin); -+ return( size < begin + len - offset ? size : begin + len - offset ); -+ -+} -+ -+static int acerhk_proc_key( char *buffer, char **start, off_t offset, -+ int size, int *eof, void *data ) -+{ -+ if (size >= 5 && offset == 0) { -+ if (acerhk_type == TM_dritek || acerhk_polling_state == 1) { -+ snprintf(buffer+offset, size, "n/a\n"); -+ } else { -+ snprintf(buffer+offset, size, "0x%02x\n", filter_idle_value(get_fnkey_event())); -+ } -+ *eof = 1; -+ return 5; -+ } -+ *eof = 1; -+ return 0; -+} -+ -+static int acerhk_proc_led(struct file* file, const char* buffer, -+ unsigned long count, void* data) -+{ -+ char str[4]; -+ int len; -+ if (count > 4) -+ len = 4; -+ else -+ len = count; -+ if (copy_from_user(str, buffer, len)) -+ return -EFAULT; -+ str[3] = '\0'; -+ if ( ( (len >= 2) && (!strncmp(str, "on", 2) || !strncmp(str, "an", 2)) ) -+ || str[0] == '1') -+ set_mail_led(1); -+ else -+ set_mail_led(0); -+ return len; -+} -+ -+static int acerhk_proc_wirelessled(struct file* file, const char* buffer, -+ unsigned long count, void* data) -+{ -+ char str[4]; -+ int len; -+ if (count > 4) -+ len = 4; -+ else -+ len = count; -+ if (copy_from_user(str, buffer, len)) -+ return -EFAULT; -+ str[3] = '\0'; -+ if ( ( (len >= 2) && (!strncmp(str, "on", 2) || !strncmp(str, "an", 2)) ) -+ || str[0] == '1') { -+ if (acerhk_model_features & TM_F_WLAN_EC1) -+ enable_wlan_ec_1(); -+ else if (acerhk_model_features & TM_F_WLAN_EC2) -+ enable_wlan_ec_2(); -+ else -+ wbutton_fct_2(1); -+ } -+ else { -+ if (acerhk_model_features & TM_F_WLAN_EC1) -+ disable_wlan_ec_1(); -+ else if (acerhk_model_features & TM_F_WLAN_EC2) -+ disable_wlan_ec_2(); -+ else -+ wbutton_fct_2(0); -+ } -+ return len; -+} -+ -+ -+/* Modified by Antonio Cuni: added support for blinking -+ possible values: -+ - off, 0: led always off -+ - on, an, 1: led alway on -+ - n (a number): led blinking; n is the delay between -+ two changes of state, in jiffies; n must -+ be > 50, to prevent the user from overloading -+ the kernel. -+ -+ */ -+static int acerhk_proc_blueled(struct file* file, const char* buffer, -+ unsigned long count, void* data) -+{ -+ const int MAXLEN=11; -+ char str[MAXLEN]; -+ int len; -+ int isNumber; -+ -+ if (count > MAXLEN) -+ len = MAXLEN; -+ else -+ len = count; -+ if (copy_from_user(str, buffer, len)) -+ return -EFAULT; -+ str[MAXLEN - 1] = '\0'; -+ -+ /* try to parse a number */ -+ isNumber = sscanf(str, "%u", &acerhk_blueled_blinking_delay); -+ /* if the delay is 0, turn off the led */ -+ if (isNumber && acerhk_blueled_blinking_delay != 0 && acerhk_blueled_blinking_delay != 1) { -+ if (acerhk_blueled_blinking_delay < 50) -+ printk(KERN_INFO"acerhk: blinking request rejected. The delay must be > 50.\n"); -+ else { -+ if (verbose) -+ printk(KERN_INFO"acerhk: blinking delay set to %u.\n", acerhk_blueled_blinking_delay); -+ start_blinking(); -+ } -+ } else if (acerhk_blueled_blinking_delay == 1 || !strncmp(str, "on", 2) || !strncmp(str, "an", 2)) { -+ stop_blinking(); -+ if (acerhk_model_features & TM_F_BLUE_EC1) -+ enable_bluetooth_ec_1(); -+ else if (acerhk_model_features & TM_F_BLUE_EC2) -+ enable_bluetooth_ec_2(); -+ else -+ wbutton_fct_1(1); -+ } else { -+ /* it's 0 or everything else */ -+ stop_blinking(); -+ if (acerhk_model_features & TM_F_BLUE_EC1) -+ disable_bluetooth_ec_1(); -+ else if (acerhk_model_features & TM_F_BLUE_EC2) -+ disable_bluetooth_ec_2(); -+ else -+ wbutton_fct_1(0); -+ } -+ return len; -+} -+ -+#ifdef ACERDEBUG -+static void do_debug(const char* buffer, unsigned long len) -+{ -+ unsigned int h, i; -+ switch (buffer[0]) { -+ case 'b': -+ /* test WLAN on TM 4001 */ -+ switch (buffer[1]) { -+ case '0': -+ disable_wlan_ec_1(); -+ break; -+ case '1': -+ default: -+ enable_wlan_ec_1(); -+ } -+ break; -+ case 'B': -+ /* test BLUETOOTH on TM 4001 */ -+ switch (buffer[1]) { -+ case '0': -+ disable_bluetooth_ec_1(); -+ break; -+ case '1': -+ default: -+ enable_bluetooth_ec_1(); -+ } -+ break; -+ case 'D': -+ /* test "DMM Function Enabled" entry of TM 4150/4650 */ -+ enable_dmm_function(); -+ break; -+ case 'i': -+ case '1': -+#ifndef KERNEL26 -+ MOD_INC_USE_COUNT; -+#endif -+ break; -+ case 'e': -+ switch (buffer[1]) { -+ case '1': -+ start_polling(); -+ break; -+ default: -+ stop_polling(); -+ } -+ break; -+ case 'k': -+ for (i = 0; i <= 255;i++) { -+ input_report_key(acerhk_input_dev_ptr, i, 1); -+ input_report_key(acerhk_input_dev_ptr, i, 0); -+ } -+ break; -+ case 'm': -+ /* set mapping key names -> input events */ -+ sscanf(&buffer[2],"%x", &i); -+ h = buffer[1] - '0' + 1; -+ printk("acerhk: key name %x maps to %x\n", h, i); -+ acerhk_name2event[h] = i; -+ break; -+ case 'M': -+ /* test mute LED on dritek hardware */ -+ switch (buffer[1]) { -+ case '0': -+ disable_mute_led_ec(); -+ break; -+ case '1': -+ default: -+ enable_mute_led_ec(); -+ } -+ break; -+ case 'p': -+ printk("acerhk: pbutton = 0x%x\n", pbutton_fct()); -+ break; -+ case 's': -+ /* send key event to test the key translation in input system */ -+ sscanf(&buffer[1],"%x", &h); -+ printk("acerhk: sending key event 0x%x\n", h); -+ input_report_key(acerhk_input_dev_ptr, h, 1); -+ input_report_key(acerhk_input_dev_ptr, h, 0); -+ break; -+ case 'S': -+ /* simulate key codes to test the key translation in acerhk */ -+ sscanf(&buffer[1],"%x", &h); -+ send_key_event(transl8_key_code(h)); -+ break; -+ case 't': -+ printk("acerhk: thermal event = 0x%x\n", get_thermal_event()); -+ break; -+ case 'w': -+ /* test the wbutton functions, someone really needs to have another look -+ at the windows driver */ -+ switch (buffer[1]) { -+ case '2': -+ printk("acerhk: wbutton_2(%d) = 0x%x\n", buffer[2]-'0', wbutton_fct_2(buffer[2]-'0')); -+ break; -+ case '1': -+ default: -+ printk("acerhk: wbutton_1(%d) = 0x%x\n", buffer[2]-'0', wbutton_fct_1(buffer[2]-'0')); -+ } -+ break; -+ case 'W': -+ /* test wireless HW/LED on some models using dritek hardware */ -+ switch (buffer[1]) { -+ case '0': -+ disable_wireless_ec(); -+ break; -+ case '1': -+ default: -+ enable_wireless_ec(); -+ } -+ break; -+ case 'v': -+ verbose = buffer[1]-'0'; -+ printk("acerhk: verbosity level changed to %d\n", verbose); -+ break; -+ case 'd': -+ case '0': -+ default: -+#ifndef KERNEL26 -+ MOD_DEC_USE_COUNT; -+#endif -+ break; -+ } -+} -+ -+static int acerhk_proc_debug(struct file* file, const char* buffer, -+ unsigned long count, void* data) -+{ -+ char str[5]; -+ int len; -+ if (count > 5) -+ len = 5; -+ else -+ len = count; -+ if (copy_from_user(str, buffer, len)) -+ return -EFAULT; -+ str[4] = '\0'; -+ do_debug(str, len); -+ return len; -+} -+#endif -+ -+static int acerhk_proc_init(void) -+{ -+ int retval; -+ struct proc_dir_entry *entry; -+ /* create own directory */ -+ proc_acer_dir = proc_mkdir("driver/acerhk", NULL); -+ if (proc_acer_dir == NULL) { -+ retval = 0; -+ printk(KERN_INFO"acerhk: could not create /proc/driver/acerhk\n"); -+ } -+ else { -+ proc_acer_dir->owner = THIS_MODULE; -+ /* now create several files, first general info ... */ -+ entry = create_proc_read_entry("info", -+ 0444, proc_acer_dir, acerhk_proc_info, NULL); -+ if (entry == NULL) { -+ printk(KERN_INFO"acerhk: cannot create info file\n"); -+ remove_proc_entry("driver/acerhk", NULL); -+ retval = 0; -+ } else { -+ entry->owner = THIS_MODULE; -+ /* ... last pressed key ... */ -+ entry = create_proc_read_entry("key", -+ 0444, proc_acer_dir, acerhk_proc_key, NULL); -+ if (entry == NULL) { -+ printk(KERN_INFO"acerhk: cannot create key file\n"); -+ remove_proc_entry("info", proc_acer_dir); -+ remove_proc_entry("driver/acerhk", NULL); -+ retval = 0; -+ } else { -+ entry->owner = THIS_MODULE; -+ /* ... and led control file */ -+ entry = create_proc_entry("led", 0222, proc_acer_dir); -+ if (entry == NULL) { -+ printk(KERN_INFO"acerhk: cannot create LED file\n"); -+ remove_proc_entry("info", proc_acer_dir); -+ remove_proc_entry("key", proc_acer_dir); -+ remove_proc_entry("driver/acerhk", NULL); -+ retval = 0; -+ } -+ else { -+ entry->write_proc = acerhk_proc_led; -+ entry->owner = THIS_MODULE; -+ /* ... and wireless led controll file */ -+ entry = create_proc_entry("wirelessled", 0222, proc_acer_dir); -+ if (entry == NULL) { -+ printk(KERN_INFO"acerhk: cannot create wirelessled file\n"); -+ remove_proc_entry("info", proc_acer_dir); -+ remove_proc_entry("key", proc_acer_dir); -+ remove_proc_entry("led", proc_acer_dir); -+ remove_proc_entry("driver/acerhk", NULL); -+ retval = 0; -+ } -+ else { -+ entry->write_proc = acerhk_proc_wirelessled; -+ entry->owner = THIS_MODULE; -+ /* ... and bluetooth led controll file */ -+ entry = create_proc_entry("blueled", 0222, proc_acer_dir); -+ if (entry == NULL) { -+ printk(KERN_INFO"acerhk: cannot create blueled file\n"); -+ remove_proc_entry("info", proc_acer_dir); -+ remove_proc_entry("key", proc_acer_dir); -+ remove_proc_entry("led", proc_acer_dir); -+ remove_proc_entry("wirelessled", proc_acer_dir); -+ remove_proc_entry("driver/acerhk", NULL); -+ retval = 0; -+ } else { -+ entry->write_proc = acerhk_proc_blueled; -+ entry->owner = THIS_MODULE; -+ retval = 1; -+#ifdef ACERDEBUG -+ /* add extra file for debugging purposes */ -+ entry = create_proc_entry("debug", 0222, proc_acer_dir); -+ if (entry == NULL) { -+ printk(KERN_INFO"acerhk: cannot create debug file\n"); -+ remove_proc_entry("info", proc_acer_dir); -+ remove_proc_entry("key", proc_acer_dir); -+ remove_proc_entry("led", proc_acer_dir); -+ remove_proc_entry("wirelessled", proc_acer_dir); -+ remove_proc_entry("blueled", proc_acer_dir); -+ remove_proc_entry("driver/acerhk", NULL); -+ retval = 0; -+ } -+ else { -+ entry->write_proc = acerhk_proc_debug; -+ entry->owner = THIS_MODULE; -+ retval = 1; -+ } -+#endif -+ } -+ } -+ } -+ } -+ } -+ } -+ return retval; -+} -+ -+static void acerhk_proc_cleanup(void) -+{ -+ if (proc_acer_dir) { -+ remove_proc_entry("info", proc_acer_dir); -+ /* On dritek type hardware key file is already removed */ -+ if (acerhk_type != TM_dritek) -+ remove_proc_entry("key", proc_acer_dir); -+ remove_proc_entry("led", proc_acer_dir); -+ remove_proc_entry("wirelessled", proc_acer_dir); -+ remove_proc_entry("blueled", proc_acer_dir); -+#ifdef ACERDEBUG -+ remove_proc_entry("debug", proc_acer_dir); -+#endif -+ remove_proc_entry("driver/acerhk", NULL); -+ proc_acer_dir = NULL; -+ } -+} -+ -+#endif /* CONFIG_PROC_FS */ -+ -+/* }}} */ -+ -+/* {{{ file operations */ -+ -+static int acerhk_ioctl( struct inode *inode, struct file *file, -+ unsigned int cmd, unsigned long arg ) -+{ -+ int retval; -+ switch( cmd ) { -+ case ACERHK_GET_KEYCOUNT: -+ { -+ char nr; -+ nr = get_nr_events(); -+ put_user(nr, (char*)arg); -+ retval = 0; -+ break; -+ } -+ case ACERHK_GET_KEYID: -+ { -+ char id; -+ id = get_fnkey_event(); -+ put_user(id, (char*)arg); -+ retval = 0; -+ break; -+ } -+ case ACERHK_CONNECT: -+ launch_connect(1); -+ retval = 0; -+ break; -+ case ACERHK_START_POLLING: -+ start_polling(); -+ retval = 0; -+ break; -+ case ACERHK_STOP_POLLING: -+ stop_polling(); -+ retval = 0; -+ break; -+ case ACERHK_DISCONNECT: -+ launch_connect(0); -+ retval = 0; -+ break; -+ case ACERHK_GET_THERMAL_EVENT: -+ { -+ short event; -+ event = get_thermal_event(); -+ put_user(event, (short*)arg); -+ retval = 0; -+ break; -+ } -+ case ACERHK_MAIL_LED_OFF: -+ set_mail_led(0); -+ retval = 0; -+ break; -+ case ACERHK_MAIL_LED_ON: -+ set_mail_led(1); -+ retval = 0; -+ break; -+ case ACERHK_GET_KEY_MAP: -+ if (copy_to_user((t_map_name2event*)arg, &acerhk_name2event, sizeof(acerhk_name2event))) -+ retval = -EFAULT; -+ else -+ retval = 0; -+ break; -+ case ACERHK_SET_KEY_MAP: -+ if (copy_from_user(&acerhk_name2event, (t_map_name2event*)arg, sizeof(acerhk_name2event))) -+ retval = -EFAULT; -+ else { -+ if (verbose) { -+ printk(KERN_INFO"acerhk: changed key mapping\n"); -+ print_mapping(); -+ } -+ retval = 0; -+ } -+ break; -+ default: -+ retval = -EINVAL; -+ } -+ return retval; -+} -+ -+#ifdef ACERDEBUG -+static ssize_t acerhk_write (struct file* file, const char* buffer, size_t length, loff_t* offset) -+{ -+ if (length) -+ do_debug(buffer, length); -+ return length; -+} -+#endif -+ -+static int acerhk_open( struct inode *inode, struct file *file ) -+{ -+ return 0; -+} -+ -+static int acerhk_release( struct inode *inode, struct file *file ) -+{ -+ return 0; -+} -+ -+static struct file_operations acerhk_fops = { -+ owner: THIS_MODULE, -+ ioctl: acerhk_ioctl, -+ open: acerhk_open, -+#ifdef ACERDEBUG -+ write: acerhk_write, -+#endif -+ release: acerhk_release, -+}; -+ -+static struct miscdevice acerhk_dev = { -+ MISC_DYNAMIC_MINOR, -+ "acerhk", -+ &acerhk_fops -+}; -+ -+/* }}} */ -+ -+static void __init model_init(void) -+{ -+ /* set callroutine, features and keymap for model */ -+ setup_model_features(acerhk_series); -+ /* override initial state of wireless hardware if specified by module options */ -+ if (wlan_state >= 0) acerhk_wlan_state = wlan_state; -+ if (bluetooth_state >= 0) acerhk_bluetooth_state = bluetooth_state; -+ /* Launch connect only if available */ -+ if (acerhk_model_features & TM_F_CONNECT) { -+ if (verbose) -+ printk(KERN_INFO"acerhk: Model type %d, calling launch_connect(1)\n", -+ acerhk_type); -+ launch_connect(1); -+ } -+ if ( acerhk_type != TM_dritek ) { -+ get_cmos_index(); -+ } -+ if ( acerhk_type == TM_dritek ) { -+ enable_dritek_keyboard(); -+ } -+ /* added by Antonio Cuni */ -+ init_timer(&acerhk_timer_blinking); -+} -+ -+ -+static void __exit acerhk_cleanup_module (void); -+static int __init acerhk_init(void) -+{ -+ int ret; -+ -+ ret = misc_register( &acerhk_dev ); -+ if (ret) { -+ printk(KERN_ERR "acerhk: can't misc_register on minor=%d\n", ACERHK_MINOR); -+ ret = -EAGAIN; -+ } -+ else if (!acerhk_proc_init()) { -+ printk(KERN_ERR "acerhk: can't create procfs entries\n"); -+ ret = -ENOMEM; -+ misc_deregister( &acerhk_dev ); -+ } -+ else { -+ reg1 = ioremap(0xf0000, 0xffff); -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: area from 0xf000 to 0xffff mapped to %p\n", reg1); -+ reg2 = ioremap(0xe0000, 0xffff); -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: area from 0xe000 to 0xffff mapped to %p\n", reg2); -+ /* the area 0x400 is used as data area by earlier (520) series */ -+ preg400 = ioremap(0x400, 0xfff); -+ if (verbose > 1) -+ printk(KERN_INFO"acerhk: area from 0x400 to 0x13ff mapped to %p\n", preg400); -+ /* attach to input system */ -+ init_input(); -+ memset(acerhk_model_string, 0x00, ACERHK_MODEL_STRLEN); -+#ifdef DUMMYHW -+ acerhk_model_addr = (void*)0x12345678; -+ /* copy the string, but not more than 15 characters */ -+ strncpy(acerhk_model_string, "TravelmateDummy", ACERHK_MODEL_STRLEN-1); -+ /* set callroutine for model */ -+ if (force_series) -+ acerhk_series = force_series; -+ else -+ acerhk_series = 2000; -+ setup_model_features(acerhk_series); -+ printk(KERN_INFO "Acer Travelmate hotkey driver v" ACERHK_VERSION " dummy\n"); -+ if ( acerhk_type == TM_dritek ) -+ enable_dritek_keyboard(); -+ if (poll) -+ start_polling(); -+ init_timer(&acerhk_timer_blinking); -+#else -+ bios_routine = find_hk_area(); -+ if (!force_series) -+ probe_model(); -+ else { -+ if (verbose) -+ printk(KERN_INFO"acerhk: forced laptop series to %d\n", force_series); -+ acerhk_series = force_series; -+ } -+ /* do model specific initialization */ -+ model_init(); -+ /* Without a bios routine we cannot do anything except on dritek -+ type HW, unload on other types */ -+ if (bios_routine || (acerhk_type == TM_dritek)) { -+ ret = 0; -+ if (verbose && bios_routine) -+ printk(KERN_INFO"acerhk: bios routine found at 0x%x\n", bios_routine); -+ printk(KERN_INFO "Acer Travelmate hotkey driver v" ACERHK_VERSION "\n"); -+ /* If automatic switching of wlan is wanted but polling is disabled, -+ automatically enable it */ -+ if (!poll && autowlan) { -+ printk(KERN_INFO "Automatic switching of wireless hardware needs polling, enabling it\n"); -+ poll = 1; -+ } -+ /* start automatic polling of key presses if wanted and bios routine found */ -+ if (poll && bios_routine) -+ start_polling(); -+ } else { -+ printk(KERN_ERR "acerhk: can't find bios routine, cannot do anything for you, sorry!\n"); -+ ret = -ENOMEM; -+ acerhk_cleanup_module(); -+ } -+#endif -+ } -+ return ret; -+} -+ -+static void __exit acerhk_cleanup_module (void) -+{ -+ acerhk_proc_cleanup(); -+ stop_blinking(); -+ if (reg1) -+ iounmap(reg1); -+ if (reg2) -+ iounmap(reg2); -+ if (preg400) -+ iounmap(preg400); -+ release_input(); -+ misc_deregister( &acerhk_dev ); -+ if ( acerhk_type == TM_dritek ) { -+ disable_dritek_keyboard(); -+ } -+ if (verbose > 2) -+ printk(KERN_INFO "acerhk: unloaded\n"); -+} -+ -+module_init(acerhk_init); -+module_exit(acerhk_cleanup_module); -+ -+MODULE_AUTHOR("Olaf Tauber"); -+MODULE_DESCRIPTION("AcerHotkeys extra buttons keyboard driver"); -+MODULE_LICENSE("GPL"); -+ -+#ifndef KERNEL26 -+EXPORT_NO_SYMBOLS; -+#endif -+ -+#else -+#error This driver is only available for X86 architecture -+#endif -+/* -+ * Local variables: -+ * c-indent-level: 4 -+ * tab-width: 4 -+ * End: -+ */ -+ -diff -Nurp linux-2.6.37/3rdparty/acerhk/acerhk.h linux-2.6.37.3rdparty/3rdparty/acerhk/acerhk.h ---- linux-2.6.37/3rdparty/acerhk/acerhk.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/acerhk.h 2005-06-17 00:10:12.000000000 +0300 -@@ -0,0 +1,91 @@ -+#ifndef __ACERHK_H__ -+#define __ACERHK_H__ -+ -+#include -+ -+#define ACERHK_MINOR MISC_DYNAMIC_MINOR -+ -+#define ACERHK_GET_KEYCOUNT _IOR('p', 0x01, char) /* Get number of cached key presses */ -+#define ACERHK_GET_KEYID _IOR('p', 0x02, char) /* Get first key in queue */ -+#define ACERHK_CONNECT _IO('p', 0x03) /* ? */ -+#define ACERHK_DISCONNECT _IO('p', 0x04) /* ? */ -+#define ACERHK_GET_THERMAL_EVENT _IOR('p', 0x05, short) /* ? */ -+#define ACERHK_MAIL_LED_OFF _IO('p', 0x10) /* switch mail LED off */ -+#define ACERHK_MAIL_LED_ON _IO('p', 0x11) /* switch mail LED on (blinking) */ -+#define ACERHK_START_POLLING _IO('p', 0x12) /* poll keys in kernel, send real key events */ -+#define ACERHK_STOP_POLLING _IO('p', 0x13) /* stop key polling in kernel */ -+#define ACERHK_GET_KEY_MAP _IOR('p', 0x20, int) /* Get mapping of key names to key events, */ -+#define ACERHK_SET_KEY_MAP _IOW('p', 0x21, int) /* Set mapping of key names to key events */ -+ -+/* all possible keys (known to me) */ -+typedef enum e_key_names { -+ k_none = 0, -+ k_help = 1, /* Fn+F1 */ -+ k_setup = 2, /* Fn+F2 */ -+ k_p1 = 3, -+ k_p2 = 4, -+ k_p3 = 5, -+ k_www = 6, -+ k_mail = 7, -+ k_wireless = 8, -+ k_power = 9, /* Fn+F3 */ -+ k_mute = 10, /* Fn+F8 */ -+ k_volup = 11, /* Fn+Up */ -+ k_voldn = 12, /* Fn+Down */ -+ k_res = 13, /* resolution change on Medion MD 40100 */ -+ k_close = 14, /* if lid is closed in tablet mode */ -+ k_open = 15, /* if lid is opend in tablet mode */ -+ k_wireless2 = 16, /* second wireless button on TM 243LC */ -+ k_play = 17, /* Play/Pause found on AOpen */ -+ k_stop = 18, /* Stop/Eject found on AOpen */ -+ k_prev = 19, /* Prev found on AOpen */ -+ k_next = 20, /* Next found on AOpen */ -+ k_display = 21 /* Change internal/external display on MD 42200 */ -+} t_key_names; -+#define NR_KEY_NAMES 22 -+typedef unsigned int t_map_name2event[NR_KEY_NAMES]; -+ -+#ifdef __KERNEL__ -+ -+/* available features */ -+#define TM_F_WLAN_EC1 0x00000010 -+#define TM_F_BLUE_EC1 0x00000020 -+#define TM_F_WLAN_EC2 0x00000040 -+#define TM_F_BLUE_EC2 0x00000080 -+#define TM_F_MUTE_LED_EC 0x00001000 -+#define TM_F_MAIL_LED 0x00010000 -+#define TM_F_MAIL_LED_EC 0x00020000 -+#define TM_F_MAIL_LED_EC2 0x00040000 -+#define TM_F_MAIL_LED_EC3 0x00080000 -+ -+#define TM_F_CONNECT 0x00100000 -+#define TM_F_THERMAL 0x00200000 -+#define TM_F_PBUTTON 0x00400000 -+#define TM_F_WBUTTON 0x00800000 -+ -+typedef enum acer_type { -+ TM_unknown, -+ /* 200, 210, 520, 600 and 730 series, Medion MD42200 */ -+ TM_old, -+ /* C100, C110, 220, 230, 240, 260, 350, 360, 610, 620, 630, 740 series -+ Medion MD40100, Aspire 1600, FS Amilo */ -+ TM_new, -+ /* Aspire 13xx, 14xx, 1700, TM 290, 650, 660, 800 */ -+ TM_dritek -+} t_acer_type; -+ -+struct register_buffer { -+ unsigned int eax; -+ unsigned int ebx; -+ unsigned int ecx; -+ unsigned int edx; -+ unsigned int edi; -+ unsigned int esi; -+ unsigned int ebp; -+}; -+ -+typedef asmlinkage void (*bios_call) (struct register_buffer *); -+ -+#endif -+ -+#endif -diff -Nurp linux-2.6.37/3rdparty/acerhk/AUTHORS linux-2.6.37.3rdparty/3rdparty/acerhk/AUTHORS ---- linux-2.6.37/3rdparty/acerhk/AUTHORS 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/AUTHORS 2006-11-10 00:02:55.000000000 +0200 -@@ -0,0 +1 @@ -+Olaf Tauber -\ Ingen nyrad vid filslut -diff -Nurp linux-2.6.37/3rdparty/acerhk/COPYING linux-2.6.37.3rdparty/3rdparty/acerhk/COPYING ---- linux-2.6.37/3rdparty/acerhk/COPYING 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/COPYING 2002-05-08 22:01:52.000000000 +0300 -@@ -0,0 +1,340 @@ -+ GNU GENERAL PUBLIC LICENSE -+ Version 2, June 1991 -+ -+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. -+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -+ Everyone is permitted to copy and distribute verbatim copies -+ of this license document, but changing it is not allowed. -+ -+ Preamble -+ -+ The licenses for most software are designed to take away your -+freedom to share and change it. By contrast, the GNU General Public -+License is intended to guarantee your freedom to share and change free -+software--to make sure the software is free for all its users. This -+General Public License applies to most of the Free Software -+Foundation's software and to any other program whose authors commit to -+using it. (Some other Free Software Foundation software is covered by -+the GNU Library General Public License instead.) You can apply it to -+your programs, too. -+ -+ When we speak of free software, we are referring to freedom, not -+price. Our General Public Licenses are designed to make sure that you -+have the freedom to distribute copies of free software (and charge for -+this service if you wish), that you receive source code or can get it -+if you want it, that you can change the software or use pieces of it -+in new free programs; and that you know you can do these things. -+ -+ To protect your rights, we need to make restrictions that forbid -+anyone to deny you these rights or to ask you to surrender the rights. -+These restrictions translate to certain responsibilities for you if you -+distribute copies of the software, or if you modify it. -+ -+ For example, if you distribute copies of such a program, whether -+gratis or for a fee, you must give the recipients all the rights that -+you have. You must make sure that they, too, receive or can get the -+source code. And you must show them these terms so they know their -+rights. -+ -+ We protect your rights with two steps: (1) copyright the software, and -+(2) offer you this license which gives you legal permission to copy, -+distribute and/or modify the software. -+ -+ Also, for each author's protection and ours, we want to make certain -+that everyone understands that there is no warranty for this free -+software. If the software is modified by someone else and passed on, we -+want its recipients to know that what they have is not the original, so -+that any problems introduced by others will not reflect on the original -+authors' reputations. -+ -+ Finally, any free program is threatened constantly by software -+patents. We wish to avoid the danger that redistributors of a free -+program will individually obtain patent licenses, in effect making the -+program proprietary. To prevent this, we have made it clear that any -+patent must be licensed for everyone's free use or not licensed at all. -+ -+ The precise terms and conditions for copying, distribution and -+modification follow. -+ -+ GNU GENERAL PUBLIC LICENSE -+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION -+ -+ 0. This License applies to any program or other work which contains -+a notice placed by the copyright holder saying it may be distributed -+under the terms of this General Public License. The "Program", below, -+refers to any such program or work, and a "work based on the Program" -+means either the Program or any derivative work under copyright law: -+that is to say, a work containing the Program or a portion of it, -+either verbatim or with modifications and/or translated into another -+language. (Hereinafter, translation is included without limitation in -+the term "modification".) Each licensee is addressed as "you". -+ -+Activities other than copying, distribution and modification are not -+covered by this License; they are outside its scope. The act of -+running the Program is not restricted, and the output from the Program -+is covered only if its contents constitute a work based on the -+Program (independent of having been made by running the Program). -+Whether that is true depends on what the Program does. -+ -+ 1. You may copy and distribute verbatim copies of the Program's -+source code as you receive it, in any medium, provided that you -+conspicuously and appropriately publish on each copy an appropriate -+copyright notice and disclaimer of warranty; keep intact all the -+notices that refer to this License and to the absence of any warranty; -+and give any other recipients of the Program a copy of this License -+along with the Program. -+ -+You may charge a fee for the physical act of transferring a copy, and -+you may at your option offer warranty protection in exchange for a fee. -+ -+ 2. You may modify your copy or copies of the Program or any portion -+of it, thus forming a work based on the Program, and copy and -+distribute such modifications or work under the terms of Section 1 -+above, provided that you also meet all of these conditions: -+ -+ a) You must cause the modified files to carry prominent notices -+ stating that you changed the files and the date of any change. -+ -+ b) You must cause any work that you distribute or publish, that in -+ whole or in part contains or is derived from the Program or any -+ part thereof, to be licensed as a whole at no charge to all third -+ parties under the terms of this License. -+ -+ c) If the modified program normally reads commands interactively -+ when run, you must cause it, when started running for such -+ interactive use in the most ordinary way, to print or display an -+ announcement including an appropriate copyright notice and a -+ notice that there is no warranty (or else, saying that you provide -+ a warranty) and that users may redistribute the program under -+ these conditions, and telling the user how to view a copy of this -+ License. (Exception: if the Program itself is interactive but -+ does not normally print such an announcement, your work based on -+ the Program is not required to print an announcement.) -+ -+These requirements apply to the modified work as a whole. If -+identifiable sections of that work are not derived from the Program, -+and can be reasonably considered independent and separate works in -+themselves, then this License, and its terms, do not apply to those -+sections when you distribute them as separate works. But when you -+distribute the same sections as part of a whole which is a work based -+on the Program, the distribution of the whole must be on the terms of -+this License, whose permissions for other licensees extend to the -+entire whole, and thus to each and every part regardless of who wrote it. -+ -+Thus, it is not the intent of this section to claim rights or contest -+your rights to work written entirely by you; rather, the intent is to -+exercise the right to control the distribution of derivative or -+collective works based on the Program. -+ -+In addition, mere aggregation of another work not based on the Program -+with the Program (or with a work based on the Program) on a volume of -+a storage or distribution medium does not bring the other work under -+the scope of this License. -+ -+ 3. You may copy and distribute the Program (or a work based on it, -+under Section 2) in object code or executable form under the terms of -+Sections 1 and 2 above provided that you also do one of the following: -+ -+ a) Accompany it with the complete corresponding machine-readable -+ source code, which must be distributed under the terms of Sections -+ 1 and 2 above on a medium customarily used for software interchange; or, -+ -+ b) Accompany it with a written offer, valid for at least three -+ years, to give any third party, for a charge no more than your -+ cost of physically performing source distribution, a complete -+ machine-readable copy of the corresponding source code, to be -+ distributed under the terms of Sections 1 and 2 above on a medium -+ customarily used for software interchange; or, -+ -+ c) Accompany it with the information you received as to the offer -+ to distribute corresponding source code. (This alternative is -+ allowed only for noncommercial distribution and only if you -+ received the program in object code or executable form with such -+ an offer, in accord with Subsection b above.) -+ -+The source code for a work means the preferred form of the work for -+making modifications to it. For an executable work, complete source -+code means all the source code for all modules it contains, plus any -+associated interface definition files, plus the scripts used to -+control compilation and installation of the executable. However, as a -+special exception, the source code distributed need not include -+anything that is normally distributed (in either source or binary -+form) with the major components (compiler, kernel, and so on) of the -+operating system on which the executable runs, unless that component -+itself accompanies the executable. -+ -+If distribution of executable or object code is made by offering -+access to copy from a designated place, then offering equivalent -+access to copy the source code from the same place counts as -+distribution of the source code, even though third parties are not -+compelled to copy the source along with the object code. -+ -+ 4. You may not copy, modify, sublicense, or distribute the Program -+except as expressly provided under this License. Any attempt -+otherwise to copy, modify, sublicense or distribute the Program is -+void, and will automatically terminate your rights under this License. -+However, parties who have received copies, or rights, from you under -+this License will not have their licenses terminated so long as such -+parties remain in full compliance. -+ -+ 5. You are not required to accept this License, since you have not -+signed it. However, nothing else grants you permission to modify or -+distribute the Program or its derivative works. These actions are -+prohibited by law if you do not accept this License. Therefore, by -+modifying or distributing the Program (or any work based on the -+Program), you indicate your acceptance of this License to do so, and -+all its terms and conditions for copying, distributing or modifying -+the Program or works based on it. -+ -+ 6. Each time you redistribute the Program (or any work based on the -+Program), the recipient automatically receives a license from the -+original licensor to copy, distribute or modify the Program subject to -+these terms and conditions. You may not impose any further -+restrictions on the recipients' exercise of the rights granted herein. -+You are not responsible for enforcing compliance by third parties to -+this License. -+ -+ 7. If, as a consequence of a court judgment or allegation of patent -+infringement or for any other reason (not limited to patent issues), -+conditions are imposed on you (whether by court order, agreement or -+otherwise) that contradict the conditions of this License, they do not -+excuse you from the conditions of this License. If you cannot -+distribute so as to satisfy simultaneously your obligations under this -+License and any other pertinent obligations, then as a consequence you -+may not distribute the Program at all. For example, if a patent -+license would not permit royalty-free redistribution of the Program by -+all those who receive copies directly or indirectly through you, then -+the only way you could satisfy both it and this License would be to -+refrain entirely from distribution of the Program. -+ -+If any portion of this section is held invalid or unenforceable under -+any particular circumstance, the balance of the section is intended to -+apply and the section as a whole is intended to apply in other -+circumstances. -+ -+It is not the purpose of this section to induce you to infringe any -+patents or other property right claims or to contest validity of any -+such claims; this section has the sole purpose of protecting the -+integrity of the free software distribution system, which is -+implemented by public license practices. Many people have made -+generous contributions to the wide range of software distributed -+through that system in reliance on consistent application of that -+system; it is up to the author/donor to decide if he or she is willing -+to distribute software through any other system and a licensee cannot -+impose that choice. -+ -+This section is intended to make thoroughly clear what is believed to -+be a consequence of the rest of this License. -+ -+ 8. If the distribution and/or use of the Program is restricted in -+certain countries either by patents or by copyrighted interfaces, the -+original copyright holder who places the Program under this License -+may add an explicit geographical distribution limitation excluding -+those countries, so that distribution is permitted only in or among -+countries not thus excluded. In such case, this License incorporates -+the limitation as if written in the body of this License. -+ -+ 9. The Free Software Foundation may publish revised and/or new versions -+of the General Public License from time to time. Such new versions will -+be similar in spirit to the present version, but may differ in detail to -+address new problems or concerns. -+ -+Each version is given a distinguishing version number. If the Program -+specifies a version number of this License which applies to it and "any -+later version", you have the option of following the terms and conditions -+either of that version or of any later version published by the Free -+Software Foundation. If the Program does not specify a version number of -+this License, you may choose any version ever published by the Free Software -+Foundation. -+ -+ 10. If you wish to incorporate parts of the Program into other free -+programs whose distribution conditions are different, write to the author -+to ask for permission. For software which is copyrighted by the Free -+Software Foundation, write to the Free Software Foundation; we sometimes -+make exceptions for this. Our decision will be guided by the two goals -+of preserving the free status of all derivatives of our free software and -+of promoting the sharing and reuse of software generally. -+ -+ NO WARRANTY -+ -+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -+REPAIR OR CORRECTION. -+ -+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -+POSSIBILITY OF SUCH DAMAGES. -+ -+ END OF TERMS AND CONDITIONS -+ -+ How to Apply These Terms to Your New Programs -+ -+ If you develop a new program, and you want it to be of the greatest -+possible use to the public, the best way to achieve this is to make it -+free software which everyone can redistribute and change under these terms. -+ -+ To do so, attach the following notices to the program. It is safest -+to attach them to the start of each source file to most effectively -+convey the exclusion of warranty; and each file should have at least -+the "copyright" line and a pointer to where the full notice is found. -+ -+ -+ Copyright (C) 19yy -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, or -+ (at your option) any later version. -+ -+ This program is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ GNU General Public License for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with this program; if not, write to the Free Software -+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -+ -+ -+Also add information on how to contact you by electronic and paper mail. -+ -+If the program is interactive, make it output a short notice like this -+when it starts in an interactive mode: -+ -+ Gnomovision version 69, Copyright (C) 19yy name of author -+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. -+ This is free software, and you are welcome to redistribute it -+ under certain conditions; type `show c' for details. -+ -+The hypothetical commands `show w' and `show c' should show the appropriate -+parts of the General Public License. Of course, the commands you use may -+be called something other than `show w' and `show c'; they could even be -+mouse-clicks or menu items--whatever suits your program. -+ -+You should also get your employer (if you work as a programmer) or your -+school, if any, to sign a "copyright disclaimer" for the program, if -+necessary. Here is a sample; alter the names: -+ -+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program -+ `Gnomovision' (which makes passes at compilers) written by James Hacker. -+ -+ , 1 April 1989 -+ Ty Coon, President of Vice -+ -+This General Public License does not permit incorporating your program into -+proprietary programs. If your program is a subroutine library, you may -+consider it more useful to permit linking proprietary applications with the -+library. If this is what you want to do, use the GNU Library General -+Public License instead of this License. -diff -Nurp linux-2.6.37/3rdparty/acerhk/doc/acertm.def linux-2.6.37.3rdparty/3rdparty/acerhk/doc/acertm.def ---- linux-2.6.37/3rdparty/acerhk/doc/acertm.def 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/doc/acertm.def 2003-08-24 19:46:37.000000000 +0300 -@@ -0,0 +1,56 @@ -+ -+ -+ -+ -+ -+ -+ -+ -+ Konfiguration -+ -+ Mute/Unmute -+ Lauter -+ Leiser -+ -+ Terminal -+ XEmacs -+ Play/Pause -+ Play/Pause -+ -+ -+ -+ -diff -Nurp linux-2.6.37/3rdparty/acerhk/doc/FAQ linux-2.6.37.3rdparty/3rdparty/acerhk/doc/FAQ ---- linux-2.6.37/3rdparty/acerhk/doc/FAQ 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/doc/FAQ 2005-11-10 19:45:33.000000000 +0200 -@@ -0,0 +1,150 @@ -+****************************************************************************** -+ -+Q: I have a (non Acer) notebook which is not recognized by your driver but I -+think it should. What information do you need? -+ -+A: If it is a non-Acer laptop I would like to know, what makes you think that -+your laptop would work with my driver. A windows driver/utility package of the -+name "LaunchManager" or "EasyButton" is a good hint. If it is clear that your -+hardware is okay, I need the string with your model name from BIOS. Please -+don't ask me how to do it. To find out which functions of your laptop the -+driver will support, it is best, if you can tell me where to get this -+"LaunchManager" or "EasyButton" package. -+If it is a model from 2003 or newer then chances are good that it's a dritek -+type one. In this case try the option "force_series=6000" to at least enable -+the keys. -+ -+****************************************************************************** -+ -+Q: Why can't I activate my wireless hardware on Acer TM 420/430/6000/8000 ...? -+ -+A: On many newer laptops (Dritek type) I do not now how to do this, -+sorry. Someone would need to find out how windows does it. Volunteers? -+ -+****************************************************************************** -+ -+Q: I know that wireless hardware is supported on my Aspire 1690/TravelMate4600, -+but I cannot get it to work, why? -+ -+A: On these model (and similar) the wireless hardware is controlled on two -+different levels. One is controlled by acerhk's xxxled file, the other level -+is controlled by the key itself. To actually activate the hardware you need to -+write '1' to the xxled file and you need to press the corresponding button. -+Example: -+echo 1 > /proc/driver/acerhk/wirelessled -+ -+ -+****************************************************************************** -+ -+Q: Why do I always get 0x00 from /proc/driver/acerhk/key? -+ -+A1: Check the type of your laptop if /proc/driver/acerhk/info. If it is -+"Dritek", you cannot read the keys from the driver. Starting from version -+0.5.17 you get "n/a" out of the key file in this case. -+A2: If you have polling enabled (default) you will almost always read 0x00 -+from this file. This is because in every polling cycle it is checked for key -+events and if there is one, it is instantly translated and sent to the kernel -+input system. Starting with version 0.5.20 you get "n/a" out of the key file -+in this case. -+ -+****************************************************************************** -+ -+Q: When I press a key, nothing happens. Why are they not working? -+ -+A: Most keys won't do anything by themself. If nothing happens, that is -+because no programm knows what to do with the new keys. You need to assign -+actions to them, use the hotkey manager of your desktop to do that. If -+using Gnome, you find it under desktop settings - keyboard shortcuts. -+ -+****************************************************************************** -+ -+Q: The driver works for my laptop, but not all of the keys are working. What -+can I do? -+ -+A: There are some keys/key combinations which generate an ACPI event, -+e.g. Fn+F4 on some models or the lid button. -+If you have a different laptop than the one which got detected (or you used -+"force_series=xxx" anyway), then it is possible that the mapping acerhk uses -+to translate the codes from the buttons to key events is wrong. -+In this case, load the driver with "verbose=4" and press the buttons which do -+not work. Then look for messages from acerhk of the form "translated acer key -+code xxx to no key". Note these codes together with the button they belong to -+and send me this list along with the model name of your laptop. -+If you do not see a usable name in /proc/driver/acerhk/info please try the -+tools dmidecode/biosdecode/vpddecode to find this name. -+ -+****************************************************************************** -+Q: I press the wireless key but the hardware doesn't get activated, what's wrong? -+ -+A: The driver is only on older models (non-Dritek type) able to read -+keypresses by itself and toggle the hardware/LED automatically (with option -+autowlan=1). On Dritek type models this must be done by writing the desired -+value to one of the wireless files in the proc filesystem. In most -+cases this would be /proc/drivers/acerhk/wirelessled to control wlan -+hardware (blueled for Bluetooth hardware): -+ -+echo 1 > /proc/driver/acerhk/wirelessled -+ -+But you could use a hotkey manager to do that automatically when you press the -+button. In this case be aware that on some models the button generates -+different key events according to the actual state of the wireless hardware. -+ -+****************************************************************************** -+ -+Q: My keys do not work, I only get kernel messages of the form: -+atkbd.c: Unknown key pressed (translated set 2, code 0xf4 on isa0060/serio0). -+atkbd.c: Use 'setkeycodes e074 ' to make it known. -+ -+A: Press each of the buttons and note the mentioned -+code for it (e074 in this example). You should get a list like this: -+P1 e074 -+P2 e075 -+... -+If you are finished with it, look into /usr/include/linux/input.h, using -+your favourite text viewer/editor. Search for "KEY_STOP". You should see -+the following line in the file: -+ -+#define KEY_STOP 128 -+ -+After it many more lines with equal #defines should be visible. Look for -+key names which best match the names of your buttons, e.g. KEY_PROG1, -+KEY_WWW and so on. Note the numbers assigned to the names, for KEY_STOP -+this would be 128, for KEY_PROG1 148. -+Now you have a list with three items per entry, your button, a code -+from the kernel messages and a corresponding number from the file -+linux.h: -+P1 e074 148 -+P2 e075 149 -+... -+For each line in this list, issue the setkeycodes command as mentioned -+in the kernel message: -+setkeycodes e074 148 -+setkeycodes e075 149 -+... -+After doing that, the keys should be available for your hotkey manager. -+ -+****************************************************************************** -+ -+Q: My WLAN hardware gets activated through /proc/driver/acerhk/wirelessled, -+but the LED is not working. Why not? -+ -+A: Try if adding the option "led=1" to your wireless module helps. For the -+ipw2200 driver it works, as Didier CLERC found out: -+ -+ I have to load the module "ipw2200" with the option "led=1", then -+ the wifi button blinks until a network is detected. -+ -+****************************************************************************** -+ -+Q: I have an unsupported laptop, but the driver works when I force the series -+to a type like 610 or 2100. Only my buttons doesn't get recognized, why? -+ -+A: On models of the type TM_new (like TravelMate 600, 2100 and many other, see -+acerhk.c, function setup_model_features for details) the buttons use different -+codes on different models. Therefore the driver needs to know these codes. You -+can get them if you load the driver with verbose=4, press the buttons and key -+combinations (Fn+xx) you are interested in and look for kernel messages of the -+form "acerhk: translated acer key code 0xnn to ...". Write down the key code -+for each button/key combination and send them to me so I can patch the -+driver. I also need your model string to make autodetection work, so include -+/proc/driver/acerk/info. -\ Ingen nyrad vid filslut -diff -Nurp linux-2.6.37/3rdparty/acerhk/doc/IOCTL linux-2.6.37.3rdparty/3rdparty/acerhk/doc/IOCTL ---- linux-2.6.37/3rdparty/acerhk/doc/IOCTL 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/doc/IOCTL 2004-01-31 22:38:17.000000000 +0200 -@@ -0,0 +1,61 @@ -+Documentation of possible IOCTLs used by acerhk -++++++++++++++++++++++++++++++++++++++++++++++++ -+ -+ACERHK_GET_KEYCOUNT -+ Read the number of unread key presses in queue -+ Parameter: pointer to char -+ -+ACERHK_GET_KEYID -+ Read the code of the first key press (oldest) in queue -+ Parameter: pointer to char -+ -+ACERHK_CONNECT -+ Don't know what it does, used in windows driver -+ -+ACERHK_DISCONNECT -+ Don't know what it does, used in windows driver -+ -+ACERHK_GET_THERMAL_EVENT -+ Don't know what it does, used in windows driver -+ Parameter: pointer to short -+ -+ACERHK_MAIL_LED_OFF -+ Switch off the LED of the mail button(if available) -+ -+ACERHK_MAIL_LED_ON -+ Switch on the LED of the mail button (if available) -+ -+ACERHK_START_POLLING -+ Start polling (and translation to key events) in kernel -+ -+ACERHK_STOP_POLLING -+ Stop polling in kernel -+ -+ACERHK_GET_KEY_MAP -+ Get mapping of key names to key events -+ Parameter: pointer to t_map_name2event -+ -+ACERHK_SET_KEY_MAP -+ Set mapping of key names to key events -+ Parameter: pointer to t_map_name2event -+ -+IOCTLs used by windows driver -++++++++++++++++++++++++++++++ -+device name: -+\DosDevices\HOTKEY -+\Device\HOTKEY -+ -+ -+630 series: -+0x222404 -+ Get CMOS index -+0x222408 -+ ACERHK_GET_KEYCOUNT -+0x22240C -+ ACERHK_GET_KEYID -+0x222410 -+ ACERHK_MAIL_LED_OFF/ACERHK_MAIL_LED_ON -+0x222414 -+ ACERHK_CONNECT/ACERHK_DISCONNECT -+0x222418 -+ ACERHK_GET_THERMAL_EVENT -diff -Nurp linux-2.6.37/3rdparty/acerhk/doc/keycodes linux-2.6.37.3rdparty/3rdparty/acerhk/doc/keycodes ---- linux-2.6.37/3rdparty/acerhk/doc/keycodes 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/doc/keycodes 2004-04-18 20:42:59.000000000 +0300 -@@ -0,0 +1,26 @@ -+standard X keycodes with older (acerhk controlled) hardware from Acer -+********************************************************************* -+help (Fn+F1) 226 -+setup (Fn+F2) 129 -+p1 153 -+p2 144 -+p3 171 -+www 178 -+mail 236 -+wireless 147 -+power (Fn+F3) 222 -+mute (Fn+F8) 166 -+volup (Fn+Up) 158 -+voldn (Fn+Down) 165 -+ -+standard X keycodes with newer (acerhk activated) hardware from Dritek -+********************************************************************** -+help (Fn+F1) 226 -+setup (Fn+F2) 129 -+p1 153 -+p2 144 -+www 178 -+mail 236 -+volup (Fn+Up) 176 -+voldn (Fn+Down) 174 -+mute (Fn+F8) 160 -diff -Nurp linux-2.6.37/3rdparty/acerhk/doc/md95400.def linux-2.6.37.3rdparty/3rdparty/acerhk/doc/md95400.def ---- linux-2.6.37/3rdparty/acerhk/doc/md95400.def 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/doc/md95400.def 2005-03-01 22:46:53.000000000 +0200 -@@ -0,0 +1,14 @@ -+ -+ -+ -+Mail -+Web -+Play/Pause -+Stop -+Previous -+Next -+Leiser -+Lauter -+ -+ -+ -diff -Nurp linux-2.6.37/3rdparty/acerhk/INSTALL linux-2.6.37.3rdparty/3rdparty/acerhk/INSTALL ---- linux-2.6.37/3rdparty/acerhk/INSTALL 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/INSTALL 2005-12-07 14:27:16.000000000 +0200 -@@ -0,0 +1,109 @@ -+Installation -+************ -+ -+1. You need the kernel sources (or kernel headers for your kernel) -+installed to compile the driver. -+ -+2. Your kernel needs loadable module support with version information for -+modules enabled. Usage of procfs is highly recommended. -+If you want the driver to generate regular keyboard events using -+kernel version 2.4 you need the input system of the kernel enabled -+(Input core support AND keyboard support). In kernel version 2.6 all -+needed functionality should be available by default. -+ -+In most cases you can skip the next step, the Makefile tries do determine -+the correct directory on its own. Change KERNELSRC only if the autodetection -+does not work for you. Otherwise proceed directly with step 4. -+ -+3. Before you compile the driver, change KERNELSRC in the makefile to your -+path to the kernel build environment. If you are using a self compiled kernel, -+point it to the root of your sources. If you are using a packaged kernel of -+your distribution, install the package with kernel headers -+(Debian:kernel-headers) and point KERNELSRC to where the headers and config -+files are located. If you are using Debian, this -+would be "/lib/modules//build". -+ -+4. Do: -+ make -+to compile the driver. If you run into problems because of the makefile not -+recognizing your kernel version correctly, try this: -+ make acerhk.o - kernel version 2.4 -+ make acerhk.ko - kernel version 2.6 -+ -+5. Do: -+ make install -+to automatically copy the driver into the kernel module library. If you've -+done so, proceed directly with step 8. If you want to install the module -+binary yourself (because you want a different location), use steps 6 and 7 -+instead. -+ -+6. Copy the created file "acerhk.o" ("acerhk.ko" with version 2.6) to your -+kernel modules path. In Debian this could be -+"/lib/modules//kernel/drivers/extra/". -+ -+7. Update module dependencies: depmod -a -+ -+8. Try loading the module with: -+ insmod/modprobe acerhk -+If it succeeds - congratulations! If you have procfs enabled, you can try the -+following to test the driver: -+ -+Non-Dritek models: -+Press one of the special keys and after that: -+ cat /proc/driver/acerhk/key -+to read the (hexadezimal) code of the key pressed. It should -+be different from 0x00. -+(Note: You mustn't have the polling feature enabled for this to work, so load -+ the module with poll=0) -+ -+Dritek-models: -+Press one of the special keys and look for the generated key with "xev". If -+there is none, then you should see at least kernel messages about using -+setkeycodes. -+ -+If your notebook has a mail led you can try this: -+ echo on > /proc/driver/acerhk/led -+This should sete the mail led to blinking mode. -+ echo off > /proc/driver/acerhk/led -+turns it off again. -+See README for further usage information. -+ -+If the module didn't load look into your kernel messages what went wrong. If -+you see something like the following lines: -+ acerhk: could not find request handler -+ acerhk: can't find ROM area -+ acerhk: unloaded -+then your hardware is not recognized. See README for supported models. If it -+won't work on your notebook, please contact me and I will see if I can fix -+that. -+ -+Integrating the driver into kernel tree version 2.6 -+*************************************************** -+ -+If you want the driver to fully integrate into the kernel tree of version 2.6 -+proceed as follows: -+1. Copy the acerhk directory into the source tree, for instance -+ /usr/src/linux/drivers/misc/acerhk -+2. Include the driver directory in the config files. Add to the Kconfig -+file of the parent directory(/usr/src/linux/drivers/misc/Kconfig): -+ -+config ACERHK -+ tristate "Acerhk driver" -+ depends on EXPERIMENTAL -+ ---help--- -+ This is an experimental acer keyboard driver for -+ acer laptops -+ -+3. Include the acer directory in it's parents -+Makefile(/usr/src/linux/drivers/misc/Makefile): -+ -+obj-$(CONFIG_ACERHK) += acerhk/ -+ -+4. In this case you also need to activate the misc drivers first -+(/usr/src/linux/drivers/Kconfig): -+ -+source "drivers/misc/Kconfig" -+ -+If that's done, you should be able to select the driver from the configuration -+programm and build the module. -+ -diff -Nurp linux-2.6.37/3rdparty/acerhk/Makefile linux-2.6.37.3rdparty/3rdparty/acerhk/Makefile ---- linux-2.6.37/3rdparty/acerhk/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/Makefile 2006-08-16 19:11:08.000000000 +0300 -@@ -0,0 +1,65 @@ -+# change KERNELSRC to the location of your kernel build tree only if -+# autodetection does not work -+#KERNELSRC=/usr/src/linux -+KERNELSRC?=/lib/modules/`uname -r`/build -+# Starting with 2.6.18, the kernel version is in utsrelease.h instead of version.h, accomodate both cases -+KERNELVERSION=$(shell awk -F\" '/REL/ {print $$2}' $(shell grep -s -l REL $(KERNELSRC)/include/linux/version.h $(KERNELSRC)/include/linux/utsrelease.h)) -+KERNELMAJOR=$(shell echo $(KERNELVERSION)|head -c3) -+ -+# next line is for kernel 2.6, if you integrate the driver in the kernel tree -+# /usr/src/linux/drivers/acerhk - or something similar -+# don't forget to add the following line to the parent dir's Makefile: -+# (/usr/src/linux/drivers/Makefile) -+# obj-m += acerhk/ -+CONFIG_ACERHK?=m -+obj-$(CONFIG_ACERHK) += acerhk.o -+ -+CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -+INCLUDE=-I$(KERNELSRC)/include -+ -+ifeq ($(KERNELMAJOR), 2.6) -+TARGET := acerhk.ko -+else -+TARGET := acerhk.o -+endif -+ -+SOURCE := acerhk.c -+ -+all: $(TARGET) -+ -+help: -+ @echo Possible targets: -+ @echo -e all\\t- default target, builds kernel module -+ @echo -e install\\t- copies module binary to /lib/modules/$(KERNELVERSION)/extra/ -+ @echo -e clean\\t- removes all binaries and temporary files -+ -+# this target is only for me, don't use it yourself (Olaf) -+export: -+ sh export.sh -+ -+acerhk.ko: $(SOURCE) acerhk.h -+ $(MAKE) -C $(KERNELSRC) SUBDIRS=$(PWD) modules -+ -+acerhk.o: $(SOURCE) acerhk.h -+ $(CC) $(INCLUDE) $(CFLAGS) -DMODVERSIONS -DMODULE -D__KERNEL__ -o $(TARGET) $(SOURCE) -+ -+asm: $(SOURCE) -+ifeq ($(KERNELMAJOR), 2.6) -+ $(CC) $(INCLUDE) $(INCLUDE)/asm-i386/mach-default $(CFLAGS) -fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE) -+else -+ $(CC) $(INCLUDE) $(CFLAGS) -fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE) -+endif -+ -+clean: -+ rm -f *~ *.o *.s *.ko .acerhk* *.mod.c -+ -+load: $(TARGET) -+ insmod $(TARGET) -+ -+unload: -+ rmmod acerhk -+ -+install: $(TARGET) -+ mkdir -p /lib/modules/$(KERNELVERSION)/extra -+ cp -v $(TARGET) /lib/modules/$(KERNELVERSION)/extra/ -+ depmod -a -diff -Nurp linux-2.6.37/3rdparty/acerhk/NEWS linux-2.6.37.3rdparty/3rdparty/acerhk/NEWS ---- linux-2.6.37/3rdparty/acerhk/NEWS 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/NEWS 2003-02-28 02:47:18.000000000 +0200 -@@ -0,0 +1,16 @@ -+2003-02-28 Version 0.5.0 -+ completely changed key polling/translation -+ support for more series -+2002-07-06 Version 0.4.2 -+ added debug functionality -+ bugfix with 520/210 -+2002-06-24 Version 0.4.1 -+ added support for TM 210 series -+ removed nvram dependency -+2002-06-15 Version 0.4 -+ added model recognition -+ added kernel polling an key event generation -+ added support for 520 series -+ -+2002-04-29 Version 0.3 -+ Initial release -\ Ingen nyrad vid filslut -diff -Nurp linux-2.6.37/3rdparty/acerhk/README linux-2.6.37.3rdparty/3rdparty/acerhk/README ---- linux-2.6.37/3rdparty/acerhk/README 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/acerhk/README 2006-11-10 00:01:46.000000000 +0200 -@@ -0,0 +1,215 @@ -+ -+What is this driver good for? -+***************************** -+ -+This driver will give access to the special keys on notebooks of the -+Acer Travelmate series, which are not handled by the keyboard -+driver. -+It also works on notebooks from other manufacturers (some Medion, -+Fujitsu-Siemens, ...). -+ -+It also has some other related functionality (depending on the model): -+- controlling LEDs (Mail, Wireless) -+- enable/disable wireless hardware -+ -+Usage -+***** -+ -+The driver provides a device /dev/misc/acerhk where you can access all -+functions through IOCTL's, look into acerhk.h for their definitions. -+I use devfs and don't care about the minor number. You may want to change -+ACERHK_MINOR in acerhk.h. -+If you don't use devfs you need to create the device node. The device uses -+major 10 (misc character devices), the minor is chosen by the kernel (if -+ACERHK_MINOR equals MISC_DYNAMIC_MINOR) or by yourself (any other value). -+Use something like -+ mknod /dev/acerhk c 10 123 -+to create the device node. -+You can also use most functions through procfs. You will find some files in -+/proc/driver/acerhk: -+ led - write "on" or "off" to set the mail led state -+ key - read it to get a key press, only useful on non-dritek models -+ and only if polling is disabled -+ This file exists only on non-dritek models -+ info - some information about the driver, including the number of -+ pending keys -+ wirelessled - write "on" or "off" to set the led state and enable -+ wlan hardware -+ On some laptops you need to load the ipw2200 (others -+ too?) with option "led=1" to make the led work. -+ blueled - write "on" or "off" to set the led state and enable -+ bluetooth hardware -+ write a value n >= 50 to let the led blink every n jiffies -+ Do not use blinking mode where not only the led but also the -+ bluetooth hardware is controlled! -+ -+Probably the best way to use the driver is to let it poll for the keys itself -+and generate real key events. this is the normal case when loading the module -+without an additional parameter : -+ -+ modprobe acerhk -+ -+or you can use the ioctl as specified in acerhk.h to control the polling. If -+your kernel has keyboard input support you will get real key events when -+pressing the special keys. -+You can then use whatever software you like to make use of those keys, -+i.e. 'hotkeys' or Linux Easy Access Keyboard 'lineakd'. I prefer hotkeys, just -+in case anyone is interested, you can find a sample configuration for this -+programm in doc/acertm.def. -+Gnome >= 2.4 has built in support for multimedia keys (acme), that's -+what I use now. -+ -+Have a look at -+ http://mmkc.sourceforge.net/ -+ -+Note: If you have one of the newer models using dritek hardware you don't need -+polling (nor the file /proc/driver/acerhk/key) to use your buttons. On this -+hardware the driver only needs to send a special command to the keyboard -+controller to make them work. The actual key presses are then handled by the -+normal keyboard driver of the kernel. You can switch of polling by -+loading the module with poll=0. It saves you precious cpu time. -+ -+ -+Module parameters -+***************** -+name values meaning -+autowlan 0,1 disable(default)/enable automatic switching of wlan hardware -+ on wireless keypress, only useful for older (no -+ dritek-hardware) models, works only will poll=1 -+poll 0,1 disable/enable(default) kernel polling of key events -+verbose 0-4 verbosity level, see below -+usedritek 0,1 disable/enable(default) use of dritek hardware on newer -+ series, needed to activate the keys on such models -+force_series set this to the laptop series number you want the driver to -+ assume, skip autodetection (look at function -+ setup_model_features() for possible values) -+ -+Debugging -+********* -+ -+You can make the the driver be more verbose. To do this, add the following -+parameter when loading the module: -+ -+ verbose= -+ -+n is an integer, 0 (default) means no additional information while increasing -+values provide an increasing amount of information. Currently 3 is maximum, -+bigger values will have the same effect as 3. The existing verbosity levels -+will generate information about: -+ Level Information -+ 1 state changes and variable initialization -+ 2 model probing -+ 3 key translation, only known keys -+ 4 key translation, also unknown keys -+ 5 misc. information (idle values) -+ -+If you have rather serious problems you can activate debugging functionality -+in the driver. To do this, uncomment the '#define ACERDEBUG' in acerhk.c. You -+will find a new file in /proc/driver/acerhk, named 'debug'. You cannot read -+from this file, but you can write commands consisting of up to 4 digits. The -+first one specifies the action, while the latter can give additional -+parameters. Implemented are: -+ 'd' decrement module usage counter -+ 'i' increment module usage counter -+ -+ 'p' call function pbutton_fct() -+ 't' call function get_thermal_event() -+ 'w1x' call function wbutton_fct_1() with parameter x (0-9) -+ 'w2x' call function wbutton_fct_2() with parameter x (0-9) -+ -+ 'vx' change verbosity level to x (0-9) -+ -+ 'mxyy' set mapping of key name x to key event yy (hex) -+ 'sxx' send key event xx (hex) to input system -+ 'Sxx' simulate acer key press with code xx (hex) -+ -+ 'e0' stop kernel polling -+ 'e1' start kernel polling -+ -+Example: -+ -+1) echo d > /proc/driver/acerhk/debug -+ -+will decrement the usage counter, very useful if a program using the driver -+segfaulted. This way you can still unload the driver. -+ -+2) echo v4 > /proc/driver/acerhk/debug -+ -+will set the verbosity level to maximum. -+ -+Keycodes -+******** -+ -+see doc/keycodes -+Also see http://bernd-wurst.de/linux/tm800.php#mmkeys (only in german) -+ -+If you have one of the newer models with the dritek hardware, use kernel 2.6 -+and get (after enabling it) kernel messages of the form: -+ -+ atkbd.c: Unknown key pressed (translated set 2, code 0xf4 on -+ isa0060/serio0). -+ atkbd.c: Use 'setkeycodes e074 ' to make it known. -+ -+then you should do exactly what your told. In this case you could do -+ -+ setkeycodes e074 158 -+ -+to map the button with scancode e074 (hex) to keycode 158 (decimal). To find -+out the scancodes of the buttons either look into the kernel log or into the -+file MMKEYBD.CFG of the windows launch manager package. There you should find -+lines like this: -+ -+Key 1 = 1,E0,74,E0,F4,F500,P1 -+ ** ** ** -+ -+The important information is marked in the example above. The numbers give the -+scancode produced by the button which's name is given last. -+The keycode you give as parameter to setkeycodes is one out of the header file -+linux/input.h, in the example above the one for KEY_BACK. -+Important note: I received mails from a number of people where setkeycodes -+rejected keycodes above a certain value. This is caused by an outdated version -+of setkeycodes, use a more recent one. -+To ease the setup of keymappings for the newer series I will try to include -+setup scripts for the different notebook series. If I have enough time to -+spare I will perhaps expand the driver itself do to that. -+ -+How does it work? -+***************** -+ -+The driver is based on the windows Me for series 610 driver and -+resembles its structure and functionality. -+Key presses are events, which are stored in a FIFO queue with 31 -+entries. You can access the event count via CMOS nvram, but the access to -+the actual queue (and other functionality like switching the mail led) is -+done through calling a system ROM function. -+Upon loading the driver looks for this function, if it cannot find it, -+loading aborts. -+Newer Dritek Hardware: -+Button handling is done entirely by the EC (embbedded/environment -+controller) which behaves like an extended keyboard controller. My -+driver only enables/disables this extension. -+ -+ -+Credits -+******* -+ -+Leif Jensen, whose driver inspired me to do the probing stuff -+http://www.math.columbia.edu/~jensen/linux/acertm/ -+ -+Thanks to all who contributed patches to this driver or who just tried it out -+on their laptops, without them it wouldn't support anything else but my -+TM 613. -+ -+Contact -+******* -+ -+If you have problems with the driver, please include the following information: -+1. name of your laptop (e.g. Acer TM 4001) -+2. content of /proc/driver/acerhk/info, if available -+3. kernel output after loading the module with verbose=2 -+ -+Email: Olaf Tauber -+ -+The latest version can be found here: -+ -+http://www.informatik.hu-berlin.de/~tauber/acerhk diff --git a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-2.6.36-buildfix.patch b/kernel/tools/perf/files/patches/mageia/3rd-acerhk-2.6.36-buildfix.patch deleted file mode 100644 index 47a71053a6..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-2.6.36-buildfix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- linux-2.6.35/3rdparty/acerhk/acerhk.c.orig 2010-10-03 12:50:33.000000000 +0000 -+++ linux-2.6.35/3rdparty/acerhk/acerhk.c 2010-10-03 13:13:22.093868410 +0000 -@@ -2730,7 +2730,7 @@ static void acerhk_proc_cleanup(void) - - /* {{{ file operations */ - --static int acerhk_ioctl( struct inode *inode, struct file *file, -+static long acerhk_ioctl( struct inode *inode, struct file *file, - unsigned int cmd, unsigned long arg ) - { - int retval; -@@ -2827,7 +2827,7 @@ static int acerhk_release( struct inode - - static struct file_operations acerhk_fops = { - owner: THIS_MODULE, -- ioctl: acerhk_ioctl, -+ unlocked_ioctl: acerhk_ioctl, - open: acerhk_open, - #ifdef ACERDEBUG - write: acerhk_write, diff --git a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-extra-cflags.patch b/kernel/tools/perf/files/patches/mageia/3rd-acerhk-extra-cflags.patch deleted file mode 100644 index 7971c6993f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-extra-cflags.patch +++ /dev/null @@ -1,33 +0,0 @@ -CFLAGS use isn't allowed anymore with 2.6.24, we must use EXTRA_CFLAGS -in its place - -Signed-off-by: Herton Ronaldo Krzesinski - ---- linux-2.6.23/3rdparty/acerhk/Makefile.orig 2007-11-08 21:32:43.000000000 -0200 -+++ linux-2.6.23/3rdparty/acerhk/Makefile 2007-11-08 21:33:28.000000000 -0200 -@@ -14,7 +14,7 @@ - CONFIG_ACERHK?=m - obj-$(CONFIG_ACERHK) += acerhk.o - --CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -+EXTRA_CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe - INCLUDE=-I$(KERNELSRC)/include - - ifeq ($(KERNELMAJOR), 2.6) -@@ -41,13 +41,13 @@ acerhk.ko: $(SOURCE) acerhk.h - $(MAKE) -C $(KERNELSRC) SUBDIRS=$(PWD) modules - - acerhk.o: $(SOURCE) acerhk.h -- $(CC) $(INCLUDE) $(CFLAGS) -DMODVERSIONS -DMODULE -D__KERNEL__ -o $(TARGET) $(SOURCE) -+ $(CC) $(INCLUDE) $(EXTRA_CFLAGS) -DMODVERSIONS -DMODULE -D__KERNEL__ -o $(TARGET) $(SOURCE) - - asm: $(SOURCE) - ifeq ($(KERNELMAJOR), 2.6) -- $(CC) $(INCLUDE) $(INCLUDE)/asm-i386/mach-default $(CFLAGS) -fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE) -+ $(CC) $(INCLUDE) $(INCLUDE)/asm-i386/mach-default $(EXTRA_CFLAGS) -fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE) - else -- $(CC) $(INCLUDE) $(CFLAGS) -fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE) -+ $(CC) $(INCLUDE) $(EXTRA_CFLAGS) -fverbose-asm -S -DMODVERSIONS -DMODULE -D__KERNEL__ $(SOURCE) - endif - - clean: diff --git a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-fix-build-with-function-tracer.patch b/kernel/tools/perf/files/patches/mageia/3rd-acerhk-fix-build-with-function-tracer.patch deleted file mode 100644 index c8d000b598..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-fix-build-with-function-tracer.patch +++ /dev/null @@ -1,22 +0,0 @@ -Fix acerhk build with FUNCTION_TRACER enabled. - -Signed-off-by: Herton Ronaldo Krzesinski ---- - 3rdparty/acerhk/Makefile | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff -p -up linux-2.6.31/3rdparty/acerhk/Makefile.orig linux-2.6.31/3rdparty/acerhk/Makefile ---- linux-2.6.31/3rdparty/acerhk/Makefile.orig 2009-10-02 16:39:06.000000000 -0300 -+++ linux-2.6.31/3rdparty/acerhk/Makefile 2009-10-02 16:45:13.000000000 -0300 -@@ -14,7 +14,10 @@ - CONFIG_ACERHK?=m - obj-$(CONFIG_ACERHK) += acerhk.o - --EXTRA_CFLAGS+=-c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -+CFLAGS_acerhk.o += -c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -+ifdef CONFIG_FUNCTION_TRACER -+CFLAGS_REMOVE_acerhk.o = -pg -+endif - INCLUDE=-I$(KERNELSRC)/include - - ifeq ($(KERNELMAJOR), 2.6) diff --git a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-fix-include.patch b/kernel/tools/perf/files/patches/mageia/3rd-acerhk-fix-include.patch deleted file mode 100644 index cba269847d..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-fix-include.patch +++ /dev/null @@ -1,23 +0,0 @@ - -AUTOCONF_INCLUDED is not defined anymore in 2.6.38, so old include got exposed. - -Fix by removing the offending bits. - -Signed-off-by: Thomas Backlund - - 3rdparty/acerhk/acerhk.c | 4 ---- - 1 file changed, 4 deletions(-) - ---- linux-2.6.38/3rdparty/acerhk/acerhk.c.orig 2011-03-20 13:57:32.000000000 +0200 -+++ linux-2.6.38/3rdparty/acerhk/acerhk.c 2011-03-20 15:00:45.768659568 +0200 -@@ -35,10 +35,6 @@ - * - */ - --#ifndef AUTOCONF_INCLUDED --#include --#endif -- - /* This driver is heavily dependent on the architecture, don't let - * anyone without an X86 machine use it. On laptops with AMD64 - * architecture this driver is only useable in 32 bit mode. diff --git a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-kbuild.patch b/kernel/tools/perf/files/patches/mageia/3rd-acerhk-kbuild.patch deleted file mode 100644 index f0c419add6..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-kbuild.patch +++ /dev/null @@ -1,37 +0,0 @@ -Fix Makefile and add Kconfig for the acerhk driver ---- - 3rdparty/acerhk/Kconfig | 8 8 + 0 - 0 ! - 3rdparty/acerhk/Makefile | 6 3 + 3 - 0 ! - 2 files changed, 11 insertions(+), 3 deletions(-) - -Index: linux-2.6.21/3rdparty/acerhk/Makefile -=================================================================== ---- linux-2.6.21.orig/3rdparty/acerhk/Makefile 2007-05-15 15:34:48.000000000 +0200 -+++ linux-2.6.21/3rdparty/acerhk/Makefile 2007-05-15 15:37:17.000000000 +0200 -@@ -1,10 +1,10 @@ - # change KERNELSRC to the location of your kernel build tree only if - # autodetection does not work - #KERNELSRC=/usr/src/linux --KERNELSRC?=/lib/modules/`uname -r`/build -+#KERNELSRC?=/lib/modules/`uname -r`/build - # Starting with 2.6.18, the kernel version is in utsrelease.h instead of version.h, accomodate both cases --KERNELVERSION=$(shell awk -F\" '/REL/ {print $$2}' $(shell grep -s -l REL $(KERNELSRC)/include/linux/version.h $(KERNELSRC)/include/linux/utsrelease.h)) --KERNELMAJOR=$(shell echo $(KERNELVERSION)|head -c3) -+#KERNELVERSION=$(shell awk -F\" '/REL/ {print $$2}' $(shell grep -s -l REL $(KERNELSRC)/include/linux/version.h $(KERNELSRC)/include/linux/utsrelease.h)) -+#KERNELMAJOR=$(shell echo $(KERNELVERSION)|head -c3) - - # next line is for kernel 2.6, if you integrate the driver in the kernel tree - # /usr/src/linux/drivers/acerhk - or something similar -Index: linux-2.6.21/3rdparty/acerhk/Kconfig -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-2.6.21/3rdparty/acerhk/Kconfig 2007-05-15 15:39:30.000000000 +0200 -@@ -0,0 +1,8 @@ -+config ACERHK -+ tristate "Acerhk driver" -+ depends on EXPERIMENTAL && X86 -+ ---help--- -+ This is an experimental acer keyboard driver for -+ acer laptops. If you have a notebook with a ipw2X00 -+ wireless card, it allows you to turn off the rf_kill -+ diff --git a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-proc_dir_entry-owner.patch b/kernel/tools/perf/files/patches/mageia/3rd-acerhk-proc_dir_entry-owner.patch deleted file mode 100644 index e5821d462f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-acerhk-proc_dir_entry-owner.patch +++ /dev/null @@ -1,67 +0,0 @@ -Updated for owner removal from struct proc_dir_entry (2.6.30) - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - 3rdparty/acerhk/acerhk.c | 7 ------- - 1 file changed, 7 deletions(-) - -diff -p -up linux-2.6.29/3rdparty/acerhk/acerhk.c.orig linux-2.6.29/3rdparty/acerhk/acerhk.c ---- linux-2.6.29/3rdparty/acerhk/acerhk.c.orig 2009-05-22 02:42:44.000000000 -0300 -+++ linux-2.6.29/3rdparty/acerhk/acerhk.c 2009-05-22 02:43:45.000000000 -0300 -@@ -2626,7 +2626,6 @@ static int acerhk_proc_init(void) - printk(KERN_INFO"acerhk: could not create /proc/driver/acerhk\n"); - } - else { -- proc_acer_dir->owner = THIS_MODULE; - /* now create several files, first general info ... */ - entry = create_proc_read_entry("info", - 0444, proc_acer_dir, acerhk_proc_info, NULL); -@@ -2635,7 +2634,6 @@ static int acerhk_proc_init(void) - remove_proc_entry("driver/acerhk", NULL); - retval = 0; - } else { -- entry->owner = THIS_MODULE; - /* ... last pressed key ... */ - entry = create_proc_read_entry("key", - 0444, proc_acer_dir, acerhk_proc_key, NULL); -@@ -2645,7 +2643,6 @@ static int acerhk_proc_init(void) - remove_proc_entry("driver/acerhk", NULL); - retval = 0; - } else { -- entry->owner = THIS_MODULE; - /* ... and led control file */ - entry = create_proc_entry("led", 0222, proc_acer_dir); - if (entry == NULL) { -@@ -2657,7 +2654,6 @@ static int acerhk_proc_init(void) - } - else { - entry->write_proc = acerhk_proc_led; -- entry->owner = THIS_MODULE; - /* ... and wireless led controll file */ - entry = create_proc_entry("wirelessled", 0222, proc_acer_dir); - if (entry == NULL) { -@@ -2670,7 +2666,6 @@ static int acerhk_proc_init(void) - } - else { - entry->write_proc = acerhk_proc_wirelessled; -- entry->owner = THIS_MODULE; - /* ... and bluetooth led controll file */ - entry = create_proc_entry("blueled", 0222, proc_acer_dir); - if (entry == NULL) { -@@ -2683,7 +2678,6 @@ static int acerhk_proc_init(void) - retval = 0; - } else { - entry->write_proc = acerhk_proc_blueled; -- entry->owner = THIS_MODULE; - retval = 1; - #ifdef ACERDEBUG - /* add extra file for debugging purposes */ -@@ -2700,7 +2694,6 @@ static int acerhk_proc_init(void) - } - else { - entry->write_proc = acerhk_proc_debug; -- entry->owner = THIS_MODULE; - retval = 1; - } - #endif diff --git a/kernel/tools/perf/files/patches/mageia/3rd-aes2501-kbuild.patch b/kernel/tools/perf/files/patches/mageia/3rd-aes2501-kbuild.patch deleted file mode 100644 index 1dcf8fa061..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-aes2501-kbuild.patch +++ /dev/null @@ -1,47 +0,0 @@ -Fix Makefile and add Kconfig for the aes2501 driver. - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - linux-2.6.23/3rdparty/aes2501/Kconfig | 10 ++++++++++ - linux-2.6.23/3rdparty/aes2501/Makefile | 19 +------------------ - 2 files changed, 11 insertions(+), 18 deletions(-) - -diff -p -up linux-2.6.23/3rdparty/aes2501/Kconfig.orig linux-2.6.23/3rdparty/aes2501/Kconfig ---- linux-2.6.23/3rdparty/aes2501/Kconfig.orig 2008-01-13 23:14:47.000000000 -0200 -+++ linux-2.6.23/3rdparty/aes2501/Kconfig 2008-01-13 23:35:21.000000000 -0200 -@@ -0,0 +1,10 @@ -+config AES2501 -+ tristate "AuthenTec AES2501 Fingerprint Sensor Driver" -+ depends on USB -+ default m -+ ---help--- -+ Say Y here if you have a AuthenTec AES2501 Fingerprint -+ Sensor device. -+ -+ To compile this driver as a module, choose M here: the -+ module will be called aes2501. -diff -p -up linux-2.6.23/3rdparty/aes2501/Makefile.orig linux-2.6.23/3rdparty/aes2501/Makefile ---- linux-2.6.23/3rdparty/aes2501/Makefile.orig 2008-01-13 23:14:36.000000000 -0200 -+++ linux-2.6.23/3rdparty/aes2501/Makefile 2008-01-13 23:21:33.000000000 -0200 -@@ -1,19 +1,2 @@ -- --obj-m := aes2501.o -- --KERNELDIR ?= /lib/modules/$(shell uname -r)/build -- --PWD := $(shell pwd) -- --all: usertest -- $(MAKE) -C $(KERNELDIR) M=$(PWD) -- --usertest: -- gcc -I. -o usertest usertest.c -- --clean: -- rm -f *.o *~ aes2501.ko aes2501.mod.c Module.symvers usertest -- rm -rf .tmp_versions -- rm -f .*.cmd -- -+obj-$(CONFIG_AES2501) := aes2501.o - diff --git a/kernel/tools/perf/files/patches/mageia/3rd-aes2501-r19.patch b/kernel/tools/perf/files/patches/mageia/3rd-aes2501-r19.patch deleted file mode 100644 index a5f95e790f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-aes2501-r19.patch +++ /dev/null @@ -1,2356 +0,0 @@ - 3rdparty/aes2501/ChangeLog | 95 ++ - 3rdparty/aes2501/Makefile | 19 - 3rdparty/aes2501/aes2501.c | 1629 ++++++++++++++++++++++++++++++++++++++++ - 3rdparty/aes2501/aes2501.h | 40 - 3rdparty/aes2501/aes2501_regs.h | 464 +++++++++++ - 3rdparty/aes2501/usertest.c | 78 + - 6 files changed, 2325 insertions(+) -diff -Nurp linux-2.6.37/3rdparty/aes2501/aes2501.c linux-2.6.37.3rdparty/3rdparty/aes2501/aes2501.c ---- linux-2.6.37/3rdparty/aes2501/aes2501.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/aes2501/aes2501.c 2008-01-14 03:07:30.000000000 +0200 -@@ -0,0 +1,1629 @@ -+ -+/* -+ * aes2501.c -- AuthenTec AES2501 Fingerprint Sensor Driver for Linux -+ * -+ * Maintainer: Cyrille Bagard -+ * -+ * Copyright (C) 2007 Cyrille Bagard -+ * -+ * This file is part of the AES2501 driver. -+ * -+ * the AES2501 driver is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * the AES2501 driver is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with the AES2501 driver; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ */ -+ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+ -+#include "aes2501.h" -+#include "aes2501_regs.h" -+ -+ -+static int major = 0; -+ -+module_param(major, int, 0); -+MODULE_PARM_DESC(major, "major number"); -+ -+ -+//#define DEBUG -+ -+ -+#define PRINTK_INFO(fmt, arg...) printk(KERN_INFO "aes2501: " fmt, ## arg) -+ -+#define PRINTK_CRIT(fmt, arg...) printk(KERN_CRIT "aes2501: " fmt, ## arg) -+ -+#define PRINTK_DBG(fmt, arg...) printk(KERN_DEBUG "aes2501: " fmt, ## arg) -+ -+ -+static struct workqueue_struct *comm_queue; -+ -+ -+static char *finger_print = NULL; -+static size_t finger_print_len; -+ -+ -+ -+static DECLARE_WAIT_QUEUE_HEAD(wq); -+static int flag = 0; -+ -+ -+ -+struct usb_aes2501 *_dev; -+ -+ -+ -+ -+ -+ -+struct aes2501 { -+ -+ struct usb_device *udev; -+ -+ int temp; -+ -+ unsigned char *int_in_buffer; -+ struct urb *int_in_urb; -+ -+}; -+ -+ -+/* -+#define VENDOR_ID 0x08f7 -+#define PRODUCT_ID 0x0002 -+*/ -+ -+#define VENDOR_ID 0x08ff -+#define PRODUCT_ID 0x2580 -+ -+ -+/* Table of devices that work with this driver */ -+ -+static struct usb_device_id id_table [] = { -+ { USB_DEVICE(VENDOR_ID, PRODUCT_ID) }, -+ { } -+}; -+ -+MODULE_DEVICE_TABLE(usb, id_table); -+ -+ -+/* Get a minor range for your devices from the usb maintainer */ -+#define USB_AES2501_MINOR_BASE 192 -+ -+ -+ -+#define WRITES_IN_FLIGHT 8 /* ??? */ -+ -+ -+ -+enum AES2501_Status { -+ -+ AESS_INIT_DONE, -+ AESS_IS_SCANNING, -+ -+ AESS_COUNT -+ -+}; -+ -+ -+#define BULK_OUT_BUFFER_SIZE 32 -+ -+ -+/* Read a register value from a dump sent by the device. */ -+static int read_register_value(const uint8_t *, Aes2501Registers); -+ -+/* Tells if a finger motion is still detected. */ -+static int sum_histogram_values(const uint8_t *, uint8_t); -+ -+ -+/* Structure to hold all device specific stuff */ -+struct usb_aes2501 { -+ -+ struct usb_device *udev; /* the usb device for this device */ -+ struct usb_interface *interface; /* the interface for this device */ -+ struct semaphore limit_sem; /* limiting the number of writes in progress */ -+ unsigned char *bulk_in_buffer; /* the buffer to receive data */ -+ size_t bulk_in_size; /* the size of the receive buffer */ -+ __u8 bulk_in_endpointAddr; /* the address of the bulk in endpoint */ -+ uint8_t bulk_out_buffer[BULK_OUT_BUFFER_SIZE]; /* the buffer to send data (32 / 8 = 4) */ -+ size_t bulk_out_buffer_used; /* the quantity of buffered data to send */ -+ __u8 bulk_out_endpointAddr; /* the address of the bulk out endpoint */ -+ struct kref kref; -+ struct mutex io_mutex; /* synchronize I/O with disconnect */ -+ -+ DECLARE_BITMAP(status, AESS_COUNT); /* Information about what has been set / is running */ -+ -+ struct work_struct scan_work; -+ uint8_t stop_scan; /* Flag to stop finger detecting during module removal */ -+}; -+ -+ -+#define to_aes2501_dev(r) container_of(r, struct usb_aes2501, kref) -+ -+static struct usb_driver aes2501_driver; -+ -+static void aes2501_delete(struct kref *kref) -+{ -+ struct usb_aes2501 *dev; -+ -+ dev = to_aes2501_dev(kref); -+ -+ usb_put_dev(dev->udev); -+ kfree(dev->bulk_in_buffer); -+ kfree(dev); -+ -+} -+ -+ -+static int aes2501_open(struct inode *inode, struct file *file); -+/* -+struct usb_aes2501 *_dev; -+static int aes2501_open(struct inode *inode, struct file *file) -+{ -+ printk(KERN_INFO "Plop !\n"); -+ -+ -+ -+ return 0; -+} -+*/ -+ -+static ssize_t aes2501_read(struct file *file, char *buffer, size_t count, loff_t *ppos) -+{ -+ int read_len; -+ -+ //printk(KERN_INFO "aes2501_read ! got %d -> need (%d ; %d)\n", finger_print_len, *ppos, count); -+ -+ if (flag == 0) -+ printk(KERN_INFO "Process %i (%s) is going to sleep\n", current->pid, current->comm); -+ -+ wait_event_interruptible(wq, flag == 1); -+ -+ if (signal_pending(current)) -+ return -ERESTARTSYS; -+ -+ if (finger_print_len == 0) -+ return -ENODATA; -+ -+ if (unlikely((*ppos < 0) || (loff_t)(*ppos + count) < 0)) -+ return -EINVAL; -+ -+ if (*ppos + count > finger_print_len) -+ read_len = finger_print_len - *ppos; -+ else read_len = count; -+ -+ if (read_len > 0) -+ { -+ if (!access_ok(VERIFY_WRITE, buffer, read_len)) -+ return -EFAULT; -+ -+ read_len -= copy_to_user(buffer, finger_print + *ppos, read_len); -+ *ppos += read_len; -+ -+ } -+ -+ /* !!!! */ -+ else flag = 0; -+ -+ return read_len; -+ -+} -+ -+ -+ -+static int detect_finger_on_aes2501(struct usb_aes2501 *dev); -+ -+static void do_scanning(struct work_struct *work); -+ -+ -+// ioctl - I/O control -+static int aes2501_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ struct usb_aes2501 *dev; -+ int retval; -+ -+ dev = _dev; -+ -+ -+ printk(KERN_INFO "Get IOCtl :: cmd = %d vs %d\n", cmd, (AES2501_IOC_TEST)); -+ -+ switch (cmd) { -+ -+ case AES2501_IOC_TEST: -+ -+#if defined(_arch_um__) || !(LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 20)) -+ INIT_WORK(&dev->scan_work, do_scanning); -+#else -+ INIT_WORK(&dev->scan_work, do_scanning, NULL); -+#endif -+ -+ retval = queue_work(comm_queue, &dev->scan_work); -+ -+ -+ } -+ -+ -+ -+ return 0; -+ -+ -+#if 0 -+ int retval = 0; -+ switch ( cmd ) { -+ case CASE1:/* for writing data to arg */ -+ if (copy_from_user(&data, (int *)arg, sizeof(int))) -+ return -EFAULT; -+ break; -+ case CASE2:/* for reading data from arg */ -+ if (copy_to_user((int *)arg, &data, sizeof(int))) -+ return -EFAULT; -+ break; -+ default: -+ retval = -EINVAL; -+ } -+ return retval; -+#endif -+} -+ -+ -+ -+static const struct file_operations aes2501_fops = { -+ .owner = THIS_MODULE, -+ .read = aes2501_read,/* -+ .write = aes2501_write,*/ -+ .open = aes2501_open,/* -+ .release = skel_release,*/ -+ .ioctl = aes2501_ioctl -+}; -+ -+ -+ -+/* -+static int send_data_to_aes2501(struct usb_aes2501 *dev, unsigned char *buffer, int len) -+{ -+#ifdef DEBUG -+ int i; -+#endif -+ int bytes_written; -+ int ret; -+ -+#ifdef DEBUG -+ printk(KERN_INFO "\n:: OUT :: len=%d\n", len); -+ -+ for (i = 0; i < len; i++) -+ { -+ if (i > 0 && i % 16 == 0) -+ printk("\n"); -+ if (i % 16 == 0) -+ printk(KERN_INFO " %05x: ", i); -+ -+ if (i % 8 == 0) -+ printk(" "); -+ -+ printk("%02x ", buffer[i]); -+ -+ } -+ -+ printk("\n"); -+#endif -+ -+ ret = usb_bulk_msg(dev->udev, -+ usb_sndbulkpipe(dev->udev, dev->bulk_out_endpointAddr), -+ buffer, -+ len, -+ &bytes_written, 4000); -+ -+ if (ret < 0) -+ PRINTK_CRIT("error while sending data: %d\n", ret); -+ -+ if (bytes_written != len) -+ printk(KERN_INFO "did not write all ! %d vs %d\n", bytes_written, len); -+ -+ return ret; -+ -+} -+*/ -+ -+static int flush_aes2501_bulk_out(struct usb_aes2501 *dev) -+{ -+ int ret; -+ int bytes_written; -+ -+ ret = 0; -+ -+ if (dev->bulk_out_buffer_used > 0) { -+ -+ ret = usb_bulk_msg(dev->udev, -+ usb_sndbulkpipe(dev->udev, dev->bulk_out_endpointAddr), -+ dev->bulk_out_buffer, -+ dev->bulk_out_buffer_used, -+ &bytes_written, 4000); -+ -+ if (ret < 0) -+ PRINTK_CRIT("error while sending data: %d\n", ret); -+ -+ else if (bytes_written != dev->bulk_out_buffer_used) -+ { -+ printk(KERN_INFO "did not write all ! %d vs %d\n", bytes_written, dev->bulk_out_buffer_used); -+ /*ret = ... */ -+ } -+ -+ dev->bulk_out_buffer_used = 0; -+ -+ } -+ -+ return ret; -+ -+} -+ -+ -+static int write_aes2501_register(struct usb_aes2501 *dev, uint8_t reg, uint8_t data) -+{ -+ int ret; -+ -+ if (dev->bulk_out_buffer_used == BULK_OUT_BUFFER_SIZE) -+ ret = flush_aes2501_bulk_out(dev); -+ else -+ ret = 0; -+ -+ dev->bulk_out_buffer[dev->bulk_out_buffer_used++] = reg; -+ dev->bulk_out_buffer[dev->bulk_out_buffer_used++] = data; -+ -+ return ret; -+ -+} -+ -+ -+static int recv_data_to_aes2501(struct usb_aes2501 *dev, unsigned char *buffer, int len) -+{ -+ int bytes_read; -+ int ret; -+#ifdef DEBUG -+ int i; -+#endif -+ -+ ret = usb_bulk_msg(dev->udev, -+ usb_rcvbulkpipe(dev->udev, dev->bulk_in_endpointAddr), -+ buffer, -+ len, -+ &bytes_read, 4000); -+ -+ if (ret < 0) -+ PRINTK_CRIT("error while sending data: %d\n", ret); -+ -+ if (bytes_read != len) -+ printk(KERN_INFO "did not read all ! %d vs %d\n", bytes_read, len); -+ -+#ifdef DEBUG -+ if (ret == 0) -+ { -+ printk(KERN_INFO "\n:: IN :: len=%d\n", len); -+ -+ for (i = 0; i < len; i++) -+ { -+ if (i > 0 && i % 16 == 0) -+ printk("\n"); -+ if (i % 16 == 0) -+ printk(KERN_INFO " %05x: ", i); -+ -+ if (i % 8 == 0) -+ printk(" "); -+ -+ printk("%02x ", buffer[i]); -+ -+ } -+ -+ printk("\n"); -+ -+ } -+#endif -+ -+ return ret; -+ -+} -+ -+ -+ -+static int standby_aes2501(struct usb_aes2501 *dev) -+{ -+ -+ //unsigned char cmd[] = "\xac\x01\xad\x1a\x81\x02"; -+ -+ -+ unsigned char buffer[4]; -+ -+ -+ -+ -+ printk(KERN_INFO ">> Standby aes2501 !\n"); -+ -+ -+ //msleep(800); -+ -+ write_aes2501_register(dev, AES2501_REG_TREGC, AES2501_TREGC_ENABLE); -+ write_aes2501_register(dev, AES2501_REG_TREGD, 0x1a); -+ -+ flush_aes2501_bulk_out(dev); -+ -+ /** -+ * TODO: -+ * - lire ici les deux octets. -+ * - voir pour inverser les commandes. -+ */ -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL2, 0x02/* AES2501_CTRL2_READ_REGS ??? */); -+ flush_aes2501_bulk_out(dev); -+ -+ //send_data_to_aes2501(dev, cmd, 6); -+ recv_data_to_aes2501(dev, buffer, 2); -+ -+ -+ -+ printk(KERN_INFO " %02x %02x\n", buffer[0], buffer[1]); -+ -+ -+ if ((buffer[1] & AES2501_STAT_SCAN) == buffer[1]) -+ { -+ PRINTK_DBG("scan state: "); -+ -+ switch (buffer[1]) -+ { -+ case STATE_WAITING_FOR_FINGER: -+ printk("'Waiting for finger'\n"); -+ break; -+ case STATE_FINGER_SETTLING_DELAY: -+ printk("'In Finger settling delay'\n"); -+ break; -+ case STATE_POWER_UP_DELAY: -+ printk("'In power up delay'\n"); -+ break; -+ case STATE_WAITING_TO_START_SCAN: -+ printk("'Waiting to start image scan'\n"); -+ break; -+ case STATE_PRELOADING_SUBARRAY_0: -+ printk("'Pre-loading subarray 0'\n"); -+ break; -+ case STATE_SETUP_FOR_ROW_ADVANCE: -+ printk("'Setup for row advance'\n"); -+ break; -+ case STATE_WAITING_FOR_ROW_ADVANCE: -+ printk("'Waiting for row advance'\n"); -+ break; -+ case STATE_PRELOADING_COL_0: -+ printk("'Pre-loading column 0'\n"); -+ break; -+ case STATE_SETUP_FOR_COL_ADVANCE: -+ printk("'Setup for column advance'\n"); -+ break; -+ case STATE_WAITING_FOR_COL_ADVANCE: -+ printk("'Waiting for column advance'\n"); -+ break; -+ case STATE_WAITING_FOR_SCAN_START: -+ printk("'Waiting for scan start'\n"); -+ break; -+ case STATE_WAITING_FOR_SCAN_END: -+ printk("'Waiting for scan end'\n"); -+ break; -+ case STATE_WAITING_FOR_ROW_SETUP: -+ printk("'Waiting for row setup'\n"); -+ break; -+ case STATE_WAITING_FOR_COL_TIME: -+ printk("'Waiting for one column time (depends on scan rate)'\n"); -+ break; -+ case STATE_WAITING_FOR_QUEUED_DATA: -+ printk("'Waiting for queued data transmission to be completed'\n"); -+ break; -+ case STATE_WAIT_FOR_128_US: -+ printk("'Wait for 128 us'\n"); -+ break; -+ default: -+ printk("none (?!)\n"); -+ break; -+ -+ } -+ -+ } -+ -+ if (buffer[1] & AES2501_STAT_ERROR) -+ PRINTK_DBG("got serial interface framing error\n"); -+ -+ if (buffer[1] & AES2501_STAT_PAUSED) -+ PRINTK_DBG("scan was paused due to input buffer full\n"); -+ -+ if (buffer[1] & AES2501_STAT_RESET) -+ PRINTK_DBG("master reset input has been asserted\n"); -+ -+ -+ -+ -+ return 0; -+ -+ -+} -+ -+ -+ -+ -+static int setup_aes2501(struct usb_aes2501 *dev) -+{ -+ //unsigned char patch_msg[] = "\x80\x01"; -+ -+ -+ //unsigned char cmd[] = "\x80\x01\x81\x02"; -+ -+ //unsigned char cmd_00[] = "\xb0\x27"; -+ //unsigned char cmd_01[] = "\x80\x01\x82\x40"; -+ //unsigned char cmd_02[] = "\xff\x00"; -+ //unsigned char cmd_03[] = "\x80\x01\x82\x40\x83\x00\x88\x02\x89\x10\x8a\x05\x8c\x00\x8e\x13\x91\x44\x92\x34\x95\x16\x96\x16\x97\x18\xa1\x70\xa2\x02\xa7\x00\xac\x01\xad\x1a\x80\x04\x81\x04\xb4\x00";/*42*/ -+ //unsigned char cmd_04[] = "\x80\x01\x82\x40"; -+ -+ //unsigned char cmd2[] = "\x80\x01\xa8\x41\x82\x42\x83\x53\x80\x04\x81\x02";/*12*/ -+ -+ //unsigned char cmd3_00[] = "\xff\x00"; -+ //unsigned char cmd3_01[] = "\x80\x01\xa8\x41\x82\x42\x83\x53\x80\x04\x81\x02";/*12*/ -+ -+ //unsigned char cmd4[] = "\x80\x01\x82\x40\xb0\x27\x94\x0a\x80\x04\x83\x45\xa8\x41";/*14*/ -+ -+ //unsigned char cmd5_00[] = "\xb0\x27"; -+ //unsigned char cmd5_01[] = "\x80\x01\x82\x40"; -+ //unsigned char cmd5_02[] = "\xff\x00"; -+ //unsigned char cmd5_03[] = "\x80\x02"; -+ //unsigned char cmd5_04[] = "\x81\x02"; -+ -+ -+ int i; -+ -+ unsigned char buffer[128]; -+ -+ -+ /* To be sure the device will respond */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ //send_data_to_aes2501(dev, patch_msg, 2); -+ flush_aes2501_bulk_out(dev);/* ... */ -+ -+ printk(KERN_INFO ">> Setting up aes2501 !\n"); -+ -+ /* Part 1 */ -+ -+ printk(KERN_INFO " -- part 1 --\n"); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_READ_REGS); -+ flush_aes2501_bulk_out(dev); -+ -+ //send_data_to_aes2501(dev, cmd, 4); -+ recv_data_to_aes2501(dev, buffer, 126); -+ -+ -+ -+ //send_data_to_aes2501(dev, cmd_00, 2); -+ -+ write_aes2501_register(dev, 0xb0, 0x27);/* Reserved */ -+ -+ -+ -+ //send_data_to_aes2501(dev, cmd_01, 4); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ -+ for (i = 0; i <= 10; i++) -+ { -+ //msleep(200); -+ //send_data_to_aes2501(dev, cmd_02, 2); -+ write_aes2501_register(dev, 0xff, 0x00);/* Reserved */ -+ } -+ -+ //msleep(100); -+ -+ -+ //send_data_to_aes2501(dev, cmd_03, 42); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_DETCTRL, AES2501_DETCTRL_DRATE_CONTINUOUS | AES2501_DETCTRL_SDELAY_31_MS); -+ write_aes2501_register(dev, AES2501_REG_COLSCAN, AES2501_COLSCAN_SRATE_128_US); -+ write_aes2501_register(dev, AES2501_REG_MEASDRV, AES2501_MEASDRV_MDRIVE_0_325 | AES2501_MEASDRV_MEASURE_SQUARE); -+ write_aes2501_register(dev, AES2501_REG_MEASFREQ, AES2501_MEASFREQ_2M); -+ write_aes2501_register(dev, AES2501_REG_DEMODPHASE1, DEMODPHASE_NONE);/* Default */ -+ write_aes2501_register(dev, AES2501_REG_DEMODPHASE2, DEMODPHASE_NONE); -+ write_aes2501_register(dev, AES2501_REG_CHANGAIN, AES2501_CHANGAIN_STAGE2_4X | AES2501_CHANGAIN_STAGE1_16X); -+ write_aes2501_register(dev, AES2501_REG_ADREFHI, 0x44); -+ write_aes2501_register(dev, AES2501_REG_ADREFLO, 0x34); -+ write_aes2501_register(dev, AES2501_REG_STRTCOL, 0x16); -+ write_aes2501_register(dev, AES2501_REG_ENDCOL, 0x16); -+ write_aes2501_register(dev, AES2501_REG_DATFMT, AES2501_DATFMT_BIN_IMG | 0x08);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_TREG1, 0x70);/* Reserved + 0xXX */ -+ write_aes2501_register(dev, 0xa2, 0x02);/* Reserved */ -+ write_aes2501_register(dev, 0xa7, 0x00);/* Reserved */ -+ write_aes2501_register(dev, AES2501_REG_TREGC, AES2501_TREGC_ENABLE); -+ write_aes2501_register(dev, AES2501_REG_TREGD, 0x1a); -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_REG_UPDATE); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_SET_ONE_SHOT); -+ write_aes2501_register(dev, AES2501_REG_LPONT, AES2501_LPONT_MIN_VALUE); -+ -+ -+ flush_aes2501_bulk_out(dev); -+ -+ recv_data_to_aes2501(dev, buffer, 20); -+ -+ -+ -+ //send_data_to_aes2501(dev, cmd_04, 4); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ -+ /* Part 2 */ -+ -+ printk(KERN_INFO " -- part 2 --\n"); -+ -+ //msleep(100); -+ -+ //send_data_to_aes2501(dev, cmd2, 12); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_AUTOCALOFFSET, 0x41); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x42);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_DETCTRL, 0x53);/* Cumul ??? */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_REG_UPDATE); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_READ_REGS); -+ -+ -+ -+ -+ flush_aes2501_bulk_out(dev); -+ -+ -+ recv_data_to_aes2501(dev, buffer, 126); -+ -+ /* Part 3 */ -+ -+ printk(KERN_INFO " -- part 3 --\n"); -+ -+ i = 0; -+ -+ printk(KERN_INFO " reg 0xaf = 0x%x\n", buffer[0x5f]); -+ while (buffer[0x5f] == 0x6b) -+ { -+ //msleep(200); -+ -+ -+ //send_data_to_aes2501(dev, cmd3_00, 2); -+ write_aes2501_register(dev, 0xff, 0x00);/* Reserved */ -+ -+ //msleep(80); -+ -+ //send_data_to_aes2501(dev, cmd3_01, 12); -+ -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_AUTOCALOFFSET, 0x41); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x42);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_DETCTRL, 0x53);/* Cumul ??? */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_REG_UPDATE); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_READ_REGS); -+ -+ flush_aes2501_bulk_out(dev); -+ -+ -+ -+ -+ recv_data_to_aes2501(dev, buffer, 126); -+ -+ printk(KERN_INFO " +reg 0xaf = 0x%x\n", buffer[0x5f]); -+ -+ if (++i == 13) break; -+ -+ } -+ -+ -+ -+ -+ -+ /* Part 4 */ -+ -+ printk(KERN_INFO " -- part 4 --\n"); -+ -+ //send_data_to_aes2501(dev, cmd4, 14); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ write_aes2501_register(dev, 0xb0, 0x27);/* Reserved */ -+ write_aes2501_register(dev, AES2501_REG_ENDROW, 0x0a); -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_REG_UPDATE); -+ write_aes2501_register(dev, AES2501_REG_DETCTRL, 0x45);/* ???? */ -+ write_aes2501_register(dev, AES2501_REG_AUTOCALOFFSET, 0x41); -+ -+ -+ -+ -+ -+ -+ /* ... */ -+ -+ -+/* -+ for (i = 0; i < 126; i += 10) -+ { -+ printk(KERN_INFO " %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x", -+ buffer[i + 0], buffer[i + 1], buffer[i + 2], buffer[i + 3], buffer[i + 4], -+ buffer[i + 5], buffer[i + 6], buffer[i + 7], buffer[i + 8], buffer[i + 9]); -+ -+ if (i % 20 == 0) -+ printk(KERN_INFO "\n "); -+ -+ } -+ -+ printk(KERN_INFO "\n"); -+*/ -+ -+ -+ -+ /* Part 5 */ -+ -+ printk(KERN_INFO " -- part 5 --\n"); -+ -+ //send_data_to_aes2501(dev, cmd5_00, 2); -+ -+ write_aes2501_register(dev, 0xb0, 0x27);/* Reserved */ -+ -+ //send_data_to_aes2501(dev, cmd5_01, 4); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ -+ //msleep(200); -+ -+ -+ //send_data_to_aes2501(dev, cmd5_02, 2); -+ //send_data_to_aes2501(dev, cmd5_01, 4); -+ //send_data_to_aes2501(dev, cmd5_01, 4); -+ -+ write_aes2501_register(dev, 0xff, 0x00);/* Reserved */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ -+ -+ -+ //msleep(50); -+ -+ //send_data_to_aes2501(dev, cmd5_01, 4); -+ //send_data_to_aes2501(dev, cmd5_01, 4); -+ //send_data_to_aes2501(dev, cmd5_01, 4); -+ //send_data_to_aes2501(dev, cmd5_03, 2); -+ //send_data_to_aes2501(dev, cmd5_03, 2); -+ //send_data_to_aes2501(dev, cmd5_04, 2); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* ??? */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_SCAN_RESET); -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_SCAN_RESET); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_READ_REGS); -+ flush_aes2501_bulk_out(dev); -+ -+ -+ recv_data_to_aes2501(dev, buffer, 126); -+ -+ -+ -+ -+ -+ return 0; -+ -+} -+ -+static int detect_finger_on_aes2501(struct usb_aes2501 *dev) -+{ -+ //uint8_t cmd1[] = "\x80\x01\x82\x40"; -+ //uint8_t cmd2[] = "\x80\x01\x82\x40\x83\x00\x88\x02\x89\x10\x8a\x05\x8c\x00\x8e\x13\x91\x44\x92\x34\x95\x16\x96\x16\x97\x18\xa1\x70\xa2\x02\xa7\x00\xac\x01\xad\x1a\x80\x04\x81\x04\xb4\x00";/*42*/ -+ -+ -+ unsigned char buffer[22]; -+ unsigned i, sum; -+ -+ //send_data_to_aes2501(dev, cmd1, 4); -+ -+ //msleep(30); -+ -+ -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* Reserved */ -+ write_aes2501_register(dev, AES2501_REG_DETCTRL, AES2501_DETCTRL_DRATE_CONTINUOUS | AES2501_DETCTRL_SDELAY_31_MS); -+ write_aes2501_register(dev, AES2501_REG_COLSCAN, AES2501_COLSCAN_SRATE_128_US);/* not the faster ??? */ -+ write_aes2501_register(dev, AES2501_REG_MEASDRV, AES2501_MEASDRV_MDRIVE_0_325 | AES2501_MEASDRV_MEASURE_SQUARE); -+ write_aes2501_register(dev, AES2501_REG_MEASFREQ, AES2501_MEASFREQ_2M); -+ write_aes2501_register(dev, AES2501_REG_DEMODPHASE1, DEMODPHASE_NONE);/* Default */ -+ write_aes2501_register(dev, AES2501_REG_DEMODPHASE2, DEMODPHASE_NONE); -+ write_aes2501_register(dev, AES2501_REG_CHANGAIN, AES2501_CHANGAIN_STAGE2_4X | AES2501_CHANGAIN_STAGE1_16X); -+ write_aes2501_register(dev, AES2501_REG_ADREFHI, 0x44); -+ write_aes2501_register(dev, AES2501_REG_ADREFLO, 0x34); -+ write_aes2501_register(dev, AES2501_REG_STRTCOL, 0x16); -+ write_aes2501_register(dev, AES2501_REG_ENDCOL, 0x16); -+ write_aes2501_register(dev, AES2501_REG_DATFMT, AES2501_DATFMT_BIN_IMG | 0x08); -+ write_aes2501_register(dev, AES2501_REG_TREG1, 0x70);/* Reserved + 0xXX */ -+ write_aes2501_register(dev, 0xa2, 0x02);/* Reserved */ -+ write_aes2501_register(dev, 0xa7, 0x00);/* Reserved */ -+ write_aes2501_register(dev, AES2501_REG_TREGC, AES2501_TREGC_ENABLE); -+ write_aes2501_register(dev, AES2501_REG_TREGD, 0x1a); -+ -+ flush_aes2501_bulk_out(dev); -+ -+ /** -+ * TODO: -+ * - lire ici les deux octets. -+ * - voir pour inverser les commandes. -+ */ -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_REG_UPDATE); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_SET_ONE_SHOT); -+ write_aes2501_register(dev, AES2501_REG_LPONT, AES2501_LPONT_MIN_VALUE); -+ -+ flush_aes2501_bulk_out(dev); -+ -+ -+ //send_data_to_aes2501(dev, cmd2, 42); -+ -+ recv_data_to_aes2501(dev, buffer, 20); -+ -+ -+ /* One column is returned here but I don't know which one. -+ Maybe an average over the whole sensor area. */ -+ sum = 0; -+ for (i = 1; i != 9; i++) { -+ sum += (buffer[i] & 0xf) + (buffer[i] >> 4); -+ } -+ -+ -+ //printk(KERN_INFO "===finger=== sum = %d vs %d\n", sum, 20); -+ -+ -+ /* -+ return (sum > aes->fingerTh1); -+ */ -+ -+ return sum > 20; -+ -+} -+ -+ -+static unsigned read_fingerprint_on_aes2501(struct usb_aes2501 *dev, void *raw_, unsigned maxstrip) -+{ -+ //unsigned char patch_msg[] = "\x80\x01"; -+ -+ /* 8e xx = set gain */ -+ //uint8_t cmd1_00[] = "0x80\x01\x82\x40"; -+ //uint8_t cmd1_01[] = "0x80\x01\x82\x40\x83\x00\x88\x02\x8c\x7c\x89\x10\x8d\x24\x9b\x00\x9c\x6c\x9d\x09\x9e\x54\x9f\x78\xa2\x02\xa7\x00\xb6\x26\xb7\x1a\x80\x04\x98\x23\x95\x10\x96\x1f\x8e\x00\x91\x70\x92\x20\x81\x04\xb4\x00";/*50*/ -+ -+ //uint8_t cmd2[] = "\x98\x23\x95\x10\x96\x1f\x8e\x03\x91\x70\x92\x20\x81\x04";/*14*/ -+ -+ //uint8_t cmd3[] = "\x98\x22\x95\x00\x96\x2f\x8e\x03\x91\x5b\x92\x20\x81\x04";/*14*/ -+ -+ uint8_t buf[1705]; -+ uint8_t *raw = (uint8_t *) raw_; -+ unsigned nstrips; -+ -+ int threshold; -+ int sum; -+ -+ -+ //send_data_to_aes2501(dev, patch_msg, 2); -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ flush_aes2501_bulk_out(dev); -+ -+ -+ -+ //send_data_to_aes2501(dev, cmd1_00, 4); -+ -+ -+ //send_data_to_aes2501(dev, cmd1_01, 50); -+ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_MASTER_RESET); -+ write_aes2501_register(dev, AES2501_REG_EXCITCTRL, 0x40);/* Reserved */ -+ write_aes2501_register(dev, AES2501_REG_DETCTRL, AES2501_DETCTRL_SDELAY_31_MS | AES2501_DETCTRL_DRATE_CONTINUOUS); -+ write_aes2501_register(dev, AES2501_REG_COLSCAN, AES2501_COLSCAN_SRATE_128_US); -+ write_aes2501_register(dev, AES2501_REG_DEMODPHASE2, 0x7c);/* ... */ -+ write_aes2501_register(dev, AES2501_REG_MEASDRV, AES2501_MEASDRV_MEASURE_SQUARE | AES2501_MEASDRV_MDRIVE_0_325); -+ write_aes2501_register(dev, AES2501_REG_DEMODPHASE1, 0x24);/* ... */ -+ write_aes2501_register(dev, AES2501_REG_CHWORD1, 0x00);/* Challenge Word */ -+ write_aes2501_register(dev, AES2501_REG_CHWORD2, 0x6c);/* Challenge Word */ -+ write_aes2501_register(dev, AES2501_REG_CHWORD3, 0x09);/* Challenge Word */ -+ write_aes2501_register(dev, AES2501_REG_CHWORD4, 0x54);/* Challenge Word */ -+ write_aes2501_register(dev, AES2501_REG_CHWORD5, 0x78);/* Challenge Word */ -+ write_aes2501_register(dev, 0xa2, 0x02);/* Reserved */ -+ write_aes2501_register(dev, 0xa7, 0x00);/* Reserved */ -+ write_aes2501_register(dev, 0xb6, 0x26);/* Reserved */ -+ write_aes2501_register(dev, 0xb7, 0x1a);/* Reserved */ -+ write_aes2501_register(dev, AES2501_REG_CTRL1, AES2501_CTRL1_REG_UPDATE); -+ write_aes2501_register(dev, AES2501_REG_IMAGCTRL, AES2501_IMAGCTRL_TST_REG_ENABLE | AES2501_IMAGCTRL_HISTO_DATA_ENABLE | AES2501_IMAGCTRL_IMG_DATA_DISABLE); -+ write_aes2501_register(dev, AES2501_REG_STRTCOL, 0x10); -+ write_aes2501_register(dev, AES2501_REG_ENDCOL, 0x1f); -+ write_aes2501_register(dev, AES2501_REG_CHANGAIN, AES2501_CHANGAIN_STAGE1_2X | AES2501_CHANGAIN_STAGE2_2X); -+ write_aes2501_register(dev, AES2501_REG_ADREFHI, 0x70); -+ write_aes2501_register(dev, AES2501_REG_ADREFLO, 0x20); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_SET_ONE_SHOT); -+ write_aes2501_register(dev, AES2501_REG_LPONT, AES2501_LPONT_MIN_VALUE); -+ -+ ///////recv_data_to_aes2501(dev, buf, 159); -+ /* TODO: calibration e.g setting gain (0x8e xx) */ -+ -+ -+ -+ -+ //send_data_to_aes2501(dev, cmd2, 14); -+ -+ -+ -+ write_aes2501_register(dev, AES2501_REG_IMAGCTRL, AES2501_IMAGCTRL_TST_REG_ENABLE | AES2501_IMAGCTRL_HISTO_DATA_ENABLE | AES2501_IMAGCTRL_IMG_DATA_DISABLE); -+ write_aes2501_register(dev, AES2501_REG_STRTCOL, 0x10); -+ write_aes2501_register(dev, AES2501_REG_ENDCOL, 0x1f); -+ write_aes2501_register(dev, AES2501_REG_CHANGAIN, AES2501_CHANGAIN_STAGE1_16X); -+ write_aes2501_register(dev, AES2501_REG_ADREFHI, 0x70); -+ write_aes2501_register(dev, AES2501_REG_ADREFLO, 0x20); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_SET_ONE_SHOT); -+ -+ flush_aes2501_bulk_out(dev); -+ -+ -+ recv_data_to_aes2501(dev, buf, 159); -+ -+ nstrips = 0; -+ do { -+ printk(KERN_INFO "-start-\n"); -+ /* Timing in this loop is critical. It decides how fast you can move your finger. -+ If one loop takes tl second, the maximum speed is: -+ (16/500 * 25.4) / tl [mm per sec] -+ */ -+ //send_data_to_aes2501(dev, cmd3, 14); -+ -+ write_aes2501_register(dev, AES2501_REG_IMAGCTRL, AES2501_IMAGCTRL_TST_REG_ENABLE | AES2501_IMAGCTRL_HISTO_DATA_ENABLE); -+ write_aes2501_register(dev, AES2501_REG_STRTCOL, 0x00); -+ write_aes2501_register(dev, AES2501_REG_ENDCOL, 0x2f); -+ write_aes2501_register(dev, AES2501_REG_CHANGAIN, AES2501_CHANGAIN_STAGE1_16X); -+ write_aes2501_register(dev, AES2501_REG_ADREFHI, 0x5b); -+ write_aes2501_register(dev, AES2501_REG_ADREFLO, 0x20); -+ write_aes2501_register(dev, AES2501_REG_CTRL2, AES2501_CTRL2_SET_ONE_SHOT); -+ -+ flush_aes2501_bulk_out(dev); -+ -+ -+ -+ recv_data_to_aes2501(dev, buf, 1705); -+ memcpy(raw, buf+1, 192*8); -+ raw += 192*8; -+ -+ printk(KERN_INFO "-end of copy-\n"); -+ -+ -+ threshold = read_register_value((buf + 1 + 192*8 + 1 + 16*2 + 1 + 8), _AES2501_REG_DATFMT); -+ /*if (threshold < 0) -+ return threshold;*/ -+ -+ threshold &= 0x0f; -+ -+ sum = sum_histogram_values((buf + 1 + 192*8), threshold); -+ /*if (threshold < 0) -+ return threshold;*/ -+ -+ nstrips++; -+ printk(KERN_INFO "-end- %d vs %d\n", nstrips, maxstrip); -+ } while (sum > 0 && nstrips < maxstrip); -+ printk(KERN_INFO "nstrips = %u\n", nstrips); -+ if (nstrips == maxstrip) -+ printk(KERN_INFO "nstrips == %u, swiping the finger too slowly?\n", maxstrip); -+ return nstrips; -+} -+ -+ -+ -+/** -+ * Read a register value from a dump sent by the device. -+ * @data: list of couples . -+ * @target: index of the register to process. -+ * @return: -EILSEQ,-EINVAL if error, value > 0 if a finger is here. -+ */ -+int read_register_value(const uint8_t *data, Aes2501Registers target) -+{ -+ int result; -+ uint8_t offset; -+ -+ if (*data == FIRST_AES2501_REG) -+ { -+ offset = target; -+ -+ if (!(FIRST_AES2501_REG <= offset && offset <= LAST_AES2501_REG)) -+ result = -EINVAL; -+ -+ else -+ { -+ offset -= FIRST_AES2501_REG; -+ offset *= 2; -+ -+ result = data[++offset]; -+ -+ } -+ -+ } -+ else result = -EILSEQ; -+ -+ return result; -+ -+} -+ -+ -+/** -+ * Tells if a finger motion is still detected. -+ * @data: start point of data to handle, preceded by 0xde. -+ * @threshold: index of values set to 1 by the device. -+ * @return: -EILSEQ,-EINVAL if error, value > 0 if a finger is here. -+ * -+ * Histograms always are a 16-uint16_t long message, where -+ * histogram[i] = number of pixels of value i. -+ */ -+int sum_histogram_values(const uint8_t *data, uint8_t threshold) -+{ -+ int result; -+ uint16_t *histogram; -+ uint8_t i; -+ -+ if (*data == 0xde) -+ { -+ if (threshold > 0x0f) -+ result = -EINVAL; -+ -+ else -+ { -+ result = 0; -+ histogram = (uint16_t *)(data + 1); -+ -+ for (i = threshold; i < 16; i++) -+ result += histogram[i]; -+ -+ } -+ -+ } -+ else result = -EILSEQ; -+ -+ return result; -+ -+} -+ -+ -+ -+/********************************************************** -+ ** Image processing -+ **********************************************************/ -+ -+/* This function finds overlapping parts of two frames -+ * Based on calculating normalized hamming distance -+ * between two frames -+ */ -+ -+static unsigned find_overlap(const uint8_t *first_frame, -+ const uint8_t *second_frame, -+ uint32_t frame_height, -+ uint32_t frame_width, -+ uint32_t *min_error) -+{ -+ uint32_t dy, i; -+ uint32_t error, not_overlapped_height = 0; -+ *min_error = 255 * frame_height * frame_width; -+ for (dy = 0; dy < frame_height; dy++) { -+ /* Calculating difference (error) between parts of frames */ -+ error = 0; -+ for (i = 0; i < frame_width * (frame_height - dy); i++) { -+ /* Using ? operator to avoid abs function */ -+ error += first_frame[i] > second_frame[i] ? -+ (first_frame[i] - second_frame[i]) : -+ (second_frame[i] - first_frame[i]); -+ } -+ -+ /* Normalizing error */ -+ error *= 15; -+ error /= i; -+ if (error < *min_error) { -+ *min_error = error; -+ not_overlapped_height = dy; -+ } -+ first_frame += frame_width; -+ } -+ -+ return not_overlapped_height; -+} -+ -+ -+/* This function assembles frames to single image, returns image height -+ * TODO: add Doxygen comments -+ */ -+static unsigned assemble(const uint8_t *input, /* Raw data received from device */ -+ uint8_t *output, /* Output buffer */ -+ uint32_t frame_height, /* Height of each frame */ -+ uint32_t frame_width, /* Width of each frame */ -+ uint32_t frames_count, /* Frames count */ -+ /*int overlap, */ -+ uint8_t reversed, -+ uint32_t *errors_sum -+ ) -+{ -+ uint8_t *assembled = output; -+ uint32_t frame, column, row, image_height = frame_height; -+ uint32_t error, not_overlapped; -+ -+ *errors_sum = 0; -+ -+ if (frames_count < 1) return 0; -+ -+ /* Rotating given data by 90 degrees -+ * Taken from document describing aes2501 image format -+ * TODO: move reversing detection here */ -+ if (reversed) { -+ output += (frames_count - 1) * frame_width * frame_height; -+ } -+ -+ for (frame = 0; frame < frames_count; frame++) { -+ for (column = 0; column < frame_width; column++) { -+ for (row = 0; row < (frame_height / 2); row++) { -+ output[frame_width * ( 2 * row) + column] = *input & 0x0F; -+ output[frame_width * ( 2 * row + 1) + column] = *input >> 4; -+ input++; -+ } -+ } -+ -+ if (reversed) { -+ output -= frame_width * frame_height; -+ } -+ else { -+ output += frame_width * frame_height; -+ } -+ } -+ -+ /* Detecting where frames overlaped */ -+ output = assembled; -+ for (frame = 1; frame < frames_count; frame++) -+ { -+ output += frame_width * frame_height; -+ not_overlapped = find_overlap(assembled, output, frame_height, frame_width, &error); -+ *errors_sum += error; -+ image_height += not_overlapped; -+ assembled += frame_width * not_overlapped; -+ memcpy(assembled, output, frame_width * frame_height); -+ } -+ -+ return image_height; -+} -+ -+ -+ -+static void store_new_aes2501_pnm(const uint8_t *data, unsigned int width, unsigned int height) -+{ -+ char header[20]; -+ __kernel_size_t header_len; -+ int i; -+ char *iter; -+ -+ sprintf(header, "P5\n%u %u\n255\n", width, height); -+ header_len = strlen(header); -+ -+ finger_print_len = header_len + width * height; -+ finger_print = kzalloc(finger_print_len, GFP_KERNEL); -+ -+ memcpy(finger_print, header, header_len); -+ -+ for (i = 0, iter = &finger_print[header_len]; i < width * height; i++, iter++) -+ *iter = (data[i] << 4) + 0x0f; -+ -+} -+ -+ -+ -+static void do_scanning(struct work_struct *work) -+{ -+ struct usb_aes2501 *dev; -+ -+ /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ -+ -+ uint8_t *raw, *cooked; -+ unsigned swidth = 192; -+ unsigned sheight = 16; -+ unsigned maxstrip = 150; -+ unsigned nstrips, height, mindiff_sum, mindiff_sum_r; -+ -+ /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ -+ -+ dev = container_of(work, struct usb_aes2501, scan_work); -+ -+ -+ -+ -+ -+ -+ setup_aes2501(dev); -+ -+ while (!detect_finger_on_aes2501(dev)) -+ { -+ if (dev->stop_scan) -+ { -+ PRINTK_INFO("aborting scan due to module removal\n"); -+ return; -+ } -+ }; -+ -+ /* We don't need physical continuity of allocated memory */ -+ raw = (uint8_t *)vmalloc((3 * maxstrip * sheight * swidth) / 2); -+ if (raw == NULL) -+ { -+ PRINTK_CRIT("failed to allocate memory\n"); -+ return; -+ } -+ -+ cooked = raw + (maxstrip * sheight * swidth)/2; -+ -+ -+ -+ printk(KERN_INFO "Raw is 0x%p\n", raw); -+ -+ -+ printk(KERN_INFO "Scanning...\n"); -+ nstrips = read_fingerprint_on_aes2501(dev, raw, maxstrip); -+ -+ printk(KERN_INFO "Assembling...\n"); -+ -+ -+ height = assemble(raw, cooked, 16, 192, nstrips, 0, &mindiff_sum); -+ height = assemble(raw, cooked, 16, 192, nstrips, 1, &mindiff_sum_r); -+ -+ -+ printk(KERN_INFO "Mindiff normal: %d, mindiff reversed: %d\n", mindiff_sum, mindiff_sum_r); -+ -+ if (mindiff_sum_r < mindiff_sum) -+ { -+ PRINTK_INFO("reversed image detected\n"); -+ } -+ else -+ { -+ height = assemble(raw, cooked, 16, 192, nstrips, 0, &mindiff_sum); -+ } -+ -+ printk(KERN_INFO "First height :: %d\n", height); -+ -+#if 0 -+ if (height < 100) { -+ /* It was a "touch", not a finger scan. */ -+ printk(KERN_INFO "Was only a 'touch' ;( [%d]\n", height); -+ /*break;*/ -+ } -+ else -+ -+ { -+ //store_new_aes2501_pnm(cooked, swidth, height); -+ height = assemble(raw, cooked, nstrips, 1, sensor_reversed); -+ printk(KERN_INFO "Second height :: %d\n", height); -+ store_new_aes2501_pnm(cooked, swidth, height); -+ } -+#endif -+ store_new_aes2501_pnm(cooked, swidth, height); -+ standby_aes2501(dev); -+ -+ vfree(raw); -+ -+ flag = 1; -+ wake_up_interruptible(&wq); -+ -+ -+} -+ -+ -+static int aes2501_open(struct inode *inode, struct file *file) -+{ -+ struct usb_aes2501 *dev; -+ -+ //return 0; -+ -+ -+ dev = _dev; -+ -+ printk(KERN_INFO "Plop !\n"); -+ -+ -+ return 0; -+} -+ -+ -+ -+ -+ -+ -+/* -+ * usb class driver info in order to get a minor number from the usb core, -+ * and to have the device registered with the driver core -+ */ -+static struct usb_class_driver aes2501_class = { -+ .name = "aes2501%d", -+ .fops = &aes2501_fops, -+ .minor_base = USB_AES2501_MINOR_BASE, -+}; -+ -+static int aes2501_probe(struct usb_interface *interface, const struct usb_device_id *id) -+{ -+ int retval; -+ struct usb_aes2501 *dev; -+ struct usb_host_interface *iface_desc; -+ __u8 i; -+ struct usb_endpoint_descriptor *endpoint; -+ __u16 buffer_size; -+ -+ -+ -+#if 0 -+ /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ -+ -+ uint8_t *raw, *cooked; -+ unsigned swidth = 192; -+ unsigned sheight = 16; -+ unsigned maxstrip = 150; -+ unsigned nstrips, height; -+ -+ /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ -+ -+ -+ raw = (uint8_t *)__get_free_page(GFP_KERNEL);//kmalloc((3 * maxstrip * sheight * swidth) / 2, GFP_KERNEL); -+ cooked = raw + (maxstrip * sheight * swidth)/2; -+#endif -+ -+ printk(KERN_INFO "aes2501 probe !\n"); -+ -+ -+ retval = -ENOMEM; -+ -+ /* Allocate memory for our device state and initialize it */ -+ -+ dev = kzalloc(sizeof(*dev), GFP_KERNEL); -+ if (dev == NULL) -+ { -+ PRINTK_CRIT("out of memory\n"); -+ goto error; -+ } -+ -+ _dev = dev; -+ -+ dev->stop_scan = 0; -+ -+ kref_init(&dev->kref); -+ sema_init(&dev->limit_sem, WRITES_IN_FLIGHT); -+ mutex_init(&dev->io_mutex); -+ -+ dev->udev = usb_get_dev(interface_to_usbdev(interface)); -+ dev->interface = interface; -+ -+ printk(KERN_INFO "num_altsetting == %d\n", interface->num_altsetting); -+ -+ /** -+ * Set up the endpoint information. -+ * Use only the first bulk-in and bulk-out endpoints. -+ */ -+ -+ iface_desc = interface->cur_altsetting; -+ -+ printk(KERN_INFO "BULK COUNT %d\n", iface_desc->desc.bNumEndpoints); -+ -+ for (i = 0; i < iface_desc->desc.bNumEndpoints; ++i) -+ { -+ endpoint = &iface_desc->endpoint[i].desc; -+ -+ if (!dev->bulk_in_endpointAddr && /*usb_endpoint_is_bulk_in(endpoint))*/ -+ ((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) -+ == USB_DIR_IN) && -+ ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) -+ == USB_ENDPOINT_XFER_BULK)) -+ { -+ /* We found a bulk in endpoint */ -+ buffer_size = le16_to_cpu(endpoint->wMaxPacketSize); -+ dev->bulk_in_size = buffer_size; -+ dev->bulk_in_endpointAddr = endpoint->bEndpointAddress; -+ dev->bulk_in_buffer = kmalloc(buffer_size, GFP_KERNEL); -+ -+ printk(KERN_INFO "BULK IN %d ; size = %d\n", i, buffer_size); -+ -+ if (dev->bulk_in_buffer == NULL) -+ { -+ PRINTK_CRIT("could not allocate bulk_in_buffer\n"); -+ goto error; -+ } -+ -+ } -+ -+ if (!dev->bulk_out_endpointAddr && /*usb_endpoint_is_bulk_out(endpoint))*/ -+ ((endpoint->bEndpointAddress & USB_ENDPOINT_DIR_MASK) -+ == USB_DIR_OUT) && -+ ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) -+ == USB_ENDPOINT_XFER_BULK)) -+ { -+ printk(KERN_INFO "BULK OUT %d\n", i); -+ -+ /* We found a bulk out endpoint */ -+ dev->bulk_out_endpointAddr = endpoint->bEndpointAddress; -+ } -+ -+ } -+ -+ if (!(dev->bulk_in_endpointAddr && dev->bulk_out_endpointAddr)) -+ { -+ PRINTK_CRIT("could not find both bulk-in and bulk-out endpoints\n"); -+ goto error; -+ } -+ -+/* -+ dev->once_tasklet = kzalloc(sizeof(*dev->once_tasklet), GFP_KERNEL); -+ if (dev->once_tasklet == NULL) -+ { -+ PRINTK_CRIT("out of memory\n"); -+ goto error; -+ } -+*/ -+ /* Save our data pointer in this interface device */ -+ usb_set_intfdata(interface, dev); -+ -+ /* We can register the device now, as it is ready */ -+ retval = usb_register_dev(interface, &aes2501_class); -+ if (retval) { -+ /* something prevented us from registering this driver */ -+ PRINTK_CRIT("not able to get a minor for this device\n"); -+ usb_set_intfdata(interface, NULL); -+ goto error; -+ } -+ -+ /* Let the user know what node this device is now attached to */ -+ PRINTK_INFO("device now attached to aes2501-%d\n", interface->minor); -+ -+#if 0 -+ setup_aes2501(dev); -+ -+ while (!detect_finger_on_aes2501(dev)); -+ -+ -+ printk(KERN_INFO "Raw is 0x%p\n", raw); -+ -+ -+ printk(KERN_INFO "Scanning...\n"); -+ nstrips = read_fingerprint_on_aes2501(dev, raw, maxstrip); -+ -+ printk(KERN_INFO "Assembling...\n"); -+ -+ height = assemble(raw, cooked, nstrips, 1); -+ if (height < 100) { -+ /* It was a "touch", not a finger scan. */ -+ printk(KERN_INFO "Was only a 'touch' ;(\n"); -+ /*break;*/ -+ } -+ else -+ { -+ store_new_aes2501_pnm(cooked, swidth, height); -+ height = assemble(raw, cooked, nstrips, 0); -+ store_new_aes2501_pnm(cooked, swidth, height); -+ } -+ -+ standby_aes2501(dev); -+#endif -+ -+ return 0; -+ -+error: -+ if (dev != NULL) -+ kref_put(&dev->kref, aes2501_delete); -+ -+ return retval; -+ -+} -+ -+ -+static void aes2501_disconnect(struct usb_interface *interface) -+{ -+ int minor; -+ struct usb_aes2501 *dev; -+ -+ minor = interface->minor; -+ -+ /* Prevent aes2501_open() from racing aes2501_disconnect() */ -+ lock_kernel(); -+ -+ dev = usb_get_intfdata(interface); -+ usb_set_intfdata(interface, NULL); -+ -+ /* Give back our minor */ -+ usb_deregister_dev(interface, &aes2501_class); -+ -+ /* Prevent more I/O from starting */ -+ mutex_lock(&dev->io_mutex); -+ dev->interface = NULL; -+ mutex_unlock(&dev->io_mutex); -+ -+ unlock_kernel(); -+ -+ /* Decrement our usage count */ -+ kref_put(&dev->kref, aes2501_delete); -+ -+ PRINTK_INFO("aes2501 device #%d now disconnected\n", minor); -+ -+ -+ -+ -+ printk(KERN_INFO "aes2501 disconnect !\n"); -+ -+ -+} -+ -+ -+static struct usb_driver aes2501_driver = { -+ .name = "aes2501", -+ .probe = aes2501_probe, -+ .disconnect = aes2501_disconnect, -+ .id_table = id_table, -+}; -+ -+ -+static int __init aes2501_init(void) -+{ -+ int retval; -+ -+ comm_queue = create_singlethread_workqueue("aes2501"); -+ if (comm_queue == NULL) { -+ PRINTK_CRIT("could not create work queue\n"); -+ return -ENOMEM; -+ } -+ -+ retval = usb_register(&aes2501_driver); -+ if (retval == -EINVAL) -+ { -+ printk(KERN_ERR "usb_register failed. Error number %d\n", retval); -+ destroy_workqueue(comm_queue); -+ return retval; -+ } -+ -+ return 0; -+ -+} -+ -+static void __exit aes2501_exit(void) -+{ -+ _dev->stop_scan = 1; -+ destroy_workqueue(comm_queue); -+ usb_deregister(&aes2501_driver); -+} -+ -+module_init(aes2501_init); -+module_exit(aes2501_exit); -+ -+MODULE_AUTHOR("Cyrille Bagard"); -+MODULE_DESCRIPTION("AES 2501 fingerprint scanner driver"); -+MODULE_LICENSE("GPL"); -diff -Nurp linux-2.6.37/3rdparty/aes2501/aes2501.h linux-2.6.37.3rdparty/3rdparty/aes2501/aes2501.h ---- linux-2.6.37/3rdparty/aes2501/aes2501.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/aes2501/aes2501.h 2008-01-14 03:07:30.000000000 +0200 -@@ -0,0 +1,40 @@ -+ -+/* -+ * aes2501.h -- AuthenTec AES2501 Fingerprint Sensor Driver for Linux -+ * -+ * Maintainer: Cyrille Bagard -+ * -+ * Copyright (C) 2007 Cyrille Bagard -+ * -+ * This file is part of the AES2501 driver. -+ * -+ * the AES2501 driver is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * the AES2501 driver is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with the AES2501 driver; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ */ -+ -+ -+#ifndef __AES2501_H -+#define __AES2501_H -+ -+ -+#define AES2501_IOC_MAGIC 'N' -+ -+ -+#define AES2501_IOC_TEST _IOW(AES2501_IOC_MAGIC, 1, int) -+ -+ -+ -+ -+#endif /* __AES2501_H */ -diff -Nurp linux-2.6.37/3rdparty/aes2501/aes2501_regs.h linux-2.6.37.3rdparty/3rdparty/aes2501/aes2501_regs.h ---- linux-2.6.37/3rdparty/aes2501/aes2501_regs.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/aes2501/aes2501_regs.h 2008-01-14 03:07:30.000000000 +0200 -@@ -0,0 +1,464 @@ -+ -+/* -+ * aes2501_regs.h -- AuthenTec AES2501 Fingerprint Sensor Driver for Linux -+ * -+ * Maintainer: Cyrille Bagard -+ * -+ * Copyright (C) 2007 Cyrille Bagard -+ * -+ * This file is part of the AES2501 driver. -+ * -+ * the AES2501 driver is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * the AES2501 driver is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with the AES2501 driver; if not, write to the Free Software -+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -+ * -+ */ -+ -+ -+#ifndef __AES2501_REGS_H -+#define __AES2501_REGS_H -+ -+ -+ -+/* -+ * AES2501 Control Register 1 (CTRL1) -+ */ -+ -+#define AES2501_REG_CTRL1 0x80 -+ -+#define AES2501_CTRL1_MASTER_RESET 0x01 /* Master reset, same as Power On Reset */ -+#define AES2501_CTRL1_SCAN_RESET 0x02 /* Scan reset: stop and restart the scan sequencer */ -+#define AES2501_CTRL1_REG_UPDATE 0x04 /* 1 = continuously updated, 0 = updated prior to starting a scan */ -+ -+ -+/* -+ * AES2501 Control Register 2 (CTRL2) -+ */ -+ -+#define AES2501_REG_CTRL2 0x81 -+ -+#define AES2501_CTRL2_CONTINUOUS 0x01 /* 1 = continuous scans, 0 = single scans */ -+#define AES2501_CTRL2_READ_REGS 0x02 /* Read the current state of the local registers in the Sensor IC */ -+#define AES2501_CTRL2_SET_ONE_SHOT 0x04 /* Set the one-shot flip-flop */ -+#define AES2501_CTRL2_CLR_ONE_SHOT 0x08 /* Clear the one-shot flip-flop */ -+#define AES2501_CTRL2_READ_ID 0x10 /* Read the ID register of the chip */ -+ -+ -+/* -+ * AES2501 Excitation Common Control Register (EXCITCTRL) -+ */ -+ -+#define AES2501_REG_EXCITCTRL 0x82 -+ -+#define AES2501_EXCITCTRL_LO_PWR 0x01 /* If set, enable detection in sleep/suspend mode */ -+#define AES2501_EXCITCTRL_AUTO_CAL 0x02 /* If set, perform finger detection calibration */ -+#define AES2501_EXCITCTRL_SGC_ENABLE 0x04 /* ??? */ -+#define AES2501_EXCITCTRL_SGC_RESTART 0x08 /* ??? */ -+ -+#define AES2501_EXCITCTRL_EXCIT_SQR 0x20 /* Select the (1=square | 0=sine) wave finger drive signal */ -+#define AES2501_EXCITCTRL_EXCIT_BOOST 0x10 /* TODO: understand this part */ -+ -+ -+/* -+ * AES2501 Detect Control Register (DETCTRL) -+ */ -+ -+#define AES2501_REG_DETCTRL 0x83 -+ -+enum aes2501_detection_rate { -+ -+ AES2501_DETCTRL_DRATE_CONTINUOUS = 0x00, /* Detection cycles occur continuously */ -+ AES2501_DETCTRL_DRATE_16_MS = 0x01, /* Detection cycles occur every 16.62 ms */ -+ AES2501_DETCTRL_DRATE_31_MS = 0x02, /* Detection cycles occur every 31.24 ms */ -+ AES2501_DETCTRL_DRATE_62_MS = 0x03, /* Detection cycles occur every 62.50 ms */ -+ AES2501_DETCTRL_DRATE_125_MS = 0x04, /* Detection cycles occur every 125.0 ms */ -+ AES2501_DETCTRL_DRATE_250_MS = 0x05, /* Detection cycles occur every 250.0 ms */ -+ AES2501_DETCTRL_DRATE_500_MS = 0x06, /* Detection cycles occur every 500.0 ms */ -+ AES2501_DETCTRL_DRATE_1_S = 0x07 /* Detection cycles occur every 1 s */ -+ -+}; -+ -+enum aes2501_settling_delay { -+ -+ AES2501_DETCTRL_SDELAY_31_MS = 0x00, /* 31.25 ms */ -+ AES2501_DETCTRL_SSDELAY_62_MS = 0x10, /* 62.5 ms */ -+ AES2501_DETCTRL_SSDELAY_125_MS = 0x20, /* 125 ms */ -+ AES2501_DETCTRL_SSDELAY_250_MS = 0x30 /* 250 ms */ -+ -+}; -+ -+ -+ -+ -+ -+/* -+ * AES2501 Column Scan Rate Register (COLSCAN) -+ */ -+ -+#define AES2501_REG_COLSCAN 0x88 -+ -+enum aes2501_col_scan_rate { -+ -+ AES2501_COLSCAN_SRATE_32_US = 0x00, /* 32 us */ -+ AES2501_COLSCAN_SRATE_64_US = 0x01, /* 64 us */ -+ AES2501_COLSCAN_SRATE_128_US = 0x02, /* 128 us */ -+ AES2501_COLSCAN_SRATE_256_US = 0x03, /* 256 us */ -+ AES2501_COLSCAN_SRATE_512_US = 0x04, /* 512 us */ -+ AES2501_COLSCAN_SRATE_1024_US = 0x05, /* 1024 us */ -+ AES2501_COLSCAN_SRATE_2048_US = 0x06, /* 2048 us */ -+ -+}; -+ -+ -+/* -+ * AES2501 Measure Drive Register (MEASDRV) -+ */ -+ -+#define AES2501_REG_MEASDRV 0x89 -+ -+enum aes2501_mesure_drive { -+ -+ AES2501_MEASDRV_MDRIVE_0_325 = 0x00, /* 0.325 Vpp */ -+ AES2501_MEASDRV_MDRIVE_0_65 = 0x01, /* 0.65 Vpp */ -+ AES2501_MEASDRV_MDRIVE_1_3 = 0x02, /* 1.3 Vpp */ -+ AES2501_MEASDRV_MDRIVE_2_6 = 0x03 /* 2.6 Vpp */ -+ -+}; -+ -+#define AES2501_MEASDRV_SQUARE 0x20 /* Select (1=square | 0=sine) wave drive during measure */ -+#define AES2501_MEASDRV_MEASURE_SQUARE 0x10 /* 0 = use mesure drive setting, 1 = when sine wave is selected */ -+ -+ -+/* -+ * AES2501 Measure Frequency Register (MEASFREQ) -+ */ -+ -+#define AES2501_REG_MEASFREQ 0x8a -+ -+enum aes2501_measure_freq { -+ -+ AES2501_MEASFREQ_125K = 0x01, /* 125 kHz */ -+ AES2501_MEASFREQ_250K = 0x02, /* 250 kHz */ -+ AES2501_MEASFREQ_500K = 0x03, /* 500 kHz */ -+ AES2501_MEASFREQ_1M = 0x04, /* 1 MHz */ -+ AES2501_MEASFREQ_2M = 0x05 /* 2 MHz */ -+ -+}; -+ -+ -+ -+ -+/* -+ * AES2501 Demod Phase 2 Register (DEMODPHASE2) -+ */ -+ -+#define AES2501_REG_DEMODPHASE2 0x8c -+ -+#define DEMODPHASE_NONE 0x00 -+ -+#define DEMODPHASE_180_00 0x40 /* 180 degrees */ -+#define DEMODPHASE_2_81 0x01 /* 2.8125 degrees */ -+ -+ -+/* -+ * AES2501 Demod Phase 1 Register (DEMODPHASE1) -+ */ -+ -+#define AES2501_REG_DEMODPHASE1 0x8d -+ -+#define DEMODPHASE_1_40 0x40 /* 1.40625 degrees */ -+#define DEMODPHASE_0_02 0x01 /* 0.02197256 degrees */ -+ -+ -+/* -+ * AES2501 Channel Gain Register (CHANGAIN) -+ */ -+ -+#define AES2501_REG_CHANGAIN 0x8e -+ -+enum aes2501_sensor_gain1 { -+ -+ AES2501_CHANGAIN_STAGE1_2X = 0x00, /* 2x */ -+ AES2501_CHANGAIN_STAGE1_4X = 0x01, /* 4x */ -+ AES2501_CHANGAIN_STAGE1_8X = 0x02, /* 8x */ -+ AES2501_CHANGAIN_STAGE1_16X = 0x03 /* 16x */ -+ -+}; -+ -+enum aes2501_sensor_gain2 { -+ -+ AES2501_CHANGAIN_STAGE2_2X = 0x00, /* 2x */ -+ AES2501_CHANGAIN_STAGE2_4X = 0x10, /* 4x */ -+ AES2501_CHANGAIN_STAGE2_8X = 0x20, /* 8x */ -+ AES2501_CHANGAIN_STAGE2_16X = 0x30 /* 16x */ -+ -+}; -+ -+ -+ -+/* -+ * AES2501 A/D Reference High Register (ADREFHI) -+ */ -+ -+#define AES2501_REG_ADREFHI 0x91 -+ -+ -+/* -+ * AES2501 A/D Reference Low Register (ADREFLO) -+ */ -+ -+#define AES2501_REG_ADREFLO 0x92 -+ -+ -+/* -+ * AES2501 Start Row Register (STRTROW) -+ */ -+ -+#define AES2501_REG_STRTROW 0x93 -+ -+ -+/* -+ * AES2501 End Row Register (ENDROW) -+ */ -+ -+#define AES2501_REG_ENDROW 0x94 -+ -+ -+/* -+ * AES2501 Start Column Register (STRTCOL) -+ */ -+ -+#define AES2501_REG_STRTCOL 0x95 -+ -+ -+/* -+ * AES2501 End Column Register (ENDCOL) -+ */ -+ -+#define AES2501_REG_ENDCOL 0x96 -+ -+ -+/* -+ * AES2501 Data Format Register (DATFMT) -+ */ -+ -+#define AES2501_REG_DATFMT 0x97 -+ -+#define AES2501_DATFMT_EIGHT 0x40 /* 1 = 8-bit data, 0 = 4-bit data */ -+#define AES2501_DATFMT_LOW_RES 0x20 /* TODO: understand this part */ -+#define AES2501_DATFMT_BIN_IMG 0x10 /* TODO: understand this part */ -+ -+/* TODO: Threshold */ -+ -+ -+/* -+ * AES2501 Image Data Control Register (IMAGCTRL) -+ */ -+ -+#define AES2501_REG_IMAGCTRL 0x98 -+ -+#define AES2501_IMAGCTRL_IMG_DATA_DISABLE 0x01 /* If set, image data message and authentication message are not returned when imaging */ -+#define AES2501_IMAGCTRL_HISTO_DATA_ENABLE 0x02 /* if set, send histogram message when imaging */ -+#define AES2501_IMAGCTRL_HISTO_EACH_ROW 0x04 /* A histo message is sent at the end of (1=each row | 0 = scanning) */ -+#define AES2501_IMAGCTRL_HISTO_FULL_ARRAY 0x08 /* 1 = full image array, 0 = 64x64 center */ -+#define AES2501_IMAGCTRL_REG_FIRST 0x10 /* Registers are returned (1=before | 0=after) image data */ -+#define AES2501_IMAGCTRL_TST_REG_ENABLE 0x20 /* If set, Test Registers are returned with register messages */ -+ -+ -+ -+ -+ -+ -+ -+ -+/* -+ * AES2501 Status Register (STAT) -+ */ -+ -+#define AES2501_REG_STAT 0x9a -+ -+#define AES2501_STAT_SCAN 0x0f /* Scan state */ -+#define AES2501_STAT_ERROR 0x10 /* Framing error */ -+#define AES2501_STAT_PAUSED 0x20 /* Scan paused */ -+#define AES2501_STAT_RESET 0x40 /* Reset occurred */ -+ -+enum aes2501_scan_state { -+ -+ STATE_WAITING_FOR_FINGER = 0x00, /* Waiting for finger */ -+ STATE_FINGER_SETTLING_DELAY = 0x01, /* In Finger settling delay */ -+ STATE_POWER_UP_DELAY = 0x02, /* In power up delay */ -+ STATE_WAITING_TO_START_SCAN = 0x03, /* Waiting to start image scan */ -+ STATE_PRELOADING_SUBARRAY_0 = 0x04, /* Pre-loading subarray 0 */ -+ STATE_SETUP_FOR_ROW_ADVANCE = 0x05, /* Setup for row advance */ -+ STATE_WAITING_FOR_ROW_ADVANCE = 0x06, /* Waiting for row advance */ -+ STATE_PRELOADING_COL_0 = 0x07, /* Pre-loading column 0 */ -+ STATE_SETUP_FOR_COL_ADVANCE = 0x08, /* Setup for column advance */ -+ STATE_WAITING_FOR_COL_ADVANCE = 0x09, /* Waiting for column advance */ -+ STATE_WAITING_FOR_SCAN_START = 0x0a, /* Waiting for scan start */ -+ STATE_WAITING_FOR_SCAN_END = 0x0b, /* Waiting for scan end */ -+ STATE_WAITING_FOR_ROW_SETUP = 0x0c, /* Waiting for row setup */ -+ STATE_WAITING_FOR_COL_TIME = 0x0d, /* Waiting for one column time (depends on scan rate) */ -+ STATE_WAITING_FOR_QUEUED_DATA = 0x0e, /* Waiting for queued data transmission to be completed */ -+ STATE_WAIT_FOR_128_US = 0x0f /* Wait for 128 us */ -+ -+}; -+ -+ -+/* -+ * AES2501 Challenge Word 1 Register (CHWORD1) -+ */ -+ -+#define AES2501_REG_CHWORD1 0x9b -+ -+#define AES2501_CHWORD1_IS_FINGER 0x01 /* If set, finger is present */ -+ -+ -+/* -+ * AES2501 Challenge Word 2 Register (CHWORD2) -+ */ -+ -+#define AES2501_REG_CHWORD2 0x9c -+ -+ -+/* -+ * AES2501 Challenge Word 3 Register (CHWORD3) -+ */ -+ -+#define AES2501_REG_CHWORD3 0x9d -+ -+ -+/* -+ * AES2501 Challenge Word 4 Register (CHWORD4) -+ */ -+ -+#define AES2501_REG_CHWORD4 0x9e -+ -+ -+/* -+ * AES2501 Challenge Word 5 Register (CHWORD5) -+ */ -+ -+#define AES2501_REG_CHWORD5 0x9f -+ -+ -+ -+ -+ -+/* -+ * AES2501 Test Register 1 (TREG1) -+ */ -+ -+#define AES2501_REG_TREG1 0xa1 -+ -+#define AES2501_TREG1_SBIAS_UNLCK 0x10 /* 1 = unlock the controlling of sense amp bias, 0 = sense amp bias changes */ -+ -+enum aes2501_sense_amp_bias { -+ -+ AES2501_TREG1_SAMP_BIAS_2_UA = 0x00, /* 2.5 uA */ -+ AES2501_TREG1_SAMP_BIAS_5_UA = 0x01, /* 5 uA */ -+ AES2501_TREG1_SAMP_BIAS_8_UA = 0x02, /* 8 uA */ -+ AES2501_TREG1_SAMP_BIAS_10_UA = 0x03 /* 10 uA */ -+ -+}; -+ -+ -+ -+ -+/* -+ * AES2501 Auto-Calibration Offset Register (AUTOCALOFFSET) -+ */ -+ -+#define AES2501_REG_AUTOCALOFFSET 0xa8 -+ -+ -+ -+ -+ -+/* -+ * AES2501 Test Register C (TREGC) -+ */ -+ -+#define AES2501_REG_TREGC 0xac -+ -+#define AES2501_TREGC_ENABLE 0x01 /* Enable the reading of the register in TREGD */ -+ -+ -+/* -+ * AES2501 Test Register D (TREGD) -+ */ -+ -+#define AES2501_REG_TREGD 0xad -+ -+ -+ -+ -+ -+/* -+ * AES2501 Low Power Oscillator On Time Register (LPONT) -+ */ -+ -+#define AES2501_REG_LPONT 0xb4 -+ -+/* -+ * This register sets the low power oscillator on time. -+ * Units are roughly equivalent to milliseconds. -+ */ -+ -+#define AES2501_LPONT_MIN_VALUE 0x00 /* 0 ms */ -+#define AES2501_LPONT_MAX_VALUE 0x1f /* About 16 ms */ -+ -+ -+ -+#define ENUM_REG(reg) _ ## reg = reg -+ -+typedef enum _Aes2501Registers -+{ -+ ENUM_REG(AES2501_REG_CTRL1), -+ ENUM_REG(AES2501_REG_CTRL2), -+ ENUM_REG(AES2501_REG_EXCITCTRL), -+ ENUM_REG(AES2501_REG_DETCTRL), -+ ENUM_REG(AES2501_REG_COLSCAN), -+ ENUM_REG(AES2501_REG_MEASDRV), -+ ENUM_REG(AES2501_REG_MEASFREQ), -+ ENUM_REG(AES2501_REG_DEMODPHASE2), -+ ENUM_REG(AES2501_REG_DEMODPHASE1), -+ ENUM_REG(AES2501_REG_CHANGAIN), -+ ENUM_REG(AES2501_REG_ADREFHI), -+ ENUM_REG(AES2501_REG_ADREFLO), -+ ENUM_REG(AES2501_REG_STRTROW), -+ ENUM_REG(AES2501_REG_ENDROW), -+ ENUM_REG(AES2501_REG_STRTCOL), -+ ENUM_REG(AES2501_REG_ENDCOL), -+ ENUM_REG(AES2501_REG_DATFMT), -+ ENUM_REG(AES2501_REG_IMAGCTRL), -+ ENUM_REG(AES2501_REG_STAT), -+ ENUM_REG(AES2501_REG_CHWORD1), -+ ENUM_REG(AES2501_REG_CHWORD2), -+ ENUM_REG(AES2501_REG_CHWORD3), -+ ENUM_REG(AES2501_REG_CHWORD4), -+ ENUM_REG(AES2501_REG_CHWORD5), -+ ENUM_REG(AES2501_REG_TREG1), -+ ENUM_REG(AES2501_REG_AUTOCALOFFSET), -+ ENUM_REG(AES2501_REG_TREGC), -+ ENUM_REG(AES2501_REG_TREGD), -+ ENUM_REG(AES2501_REG_LPONT) -+ -+} Aes2501Registers; -+ -+ -+#define FIRST_AES2501_REG 0x80 -+#define LAST_AES2501_REG 0x9f -+ -+ -+ -+#endif /* __AES2501_REGS_H */ -diff -Nurp linux-2.6.37/3rdparty/aes2501/ChangeLog linux-2.6.37.3rdparty/3rdparty/aes2501/ChangeLog ---- linux-2.6.37/3rdparty/aes2501/ChangeLog 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/aes2501/ChangeLog 2008-01-14 03:07:30.000000000 +0200 -@@ -0,0 +1,95 @@ -+2007-11-05 Cyrille Bagard -+ -+ * aes2501.c: -+ Apply Vasily Khoruzhick's new patch: rewrite image processing functions. -+ Thus, there should be no more significant common points with aes2501-wy. -+ -+2007-11-05 Cyrille Bagard -+ -+ * aes2501.c: -+ In order to respect the license of aes2501-wy, on which this driver is -+ based, begin to rewrite some functions. Thus, better handle histograms. -+ One more strip is often processed, but that is more logical like this. -+ -+ * aes2501_regs.h: -+ Enumerate all used registers for convenience. -+ -+2007-11-03 Cyrille Bagard -+ -+ * aes2501.c: -+ Clean the code. Take care of signals when processes are awaking. -+ Apply Vasily Khoruzhick's new patch: autodetect picture reversing needs -+ and fix kernel oops in case of module removal. -+ -+ * Makefile: -+ Remove hidden files and clean the rules. KERNELDIR has to be overrided -+ from the sheel if needed now. -+ -+2007-10-29 Cyrille Bagard -+ -+ * aes2501.c: -+ Apply Vasily Khoruzhick's patch and thus increase the resulting pictures -+ quality. Many thanks to him ! -+ -+ * Makefile: -+ Add two new rules: usertest and clean. -+ -+ * usertest.c: -+ Initial commit. -+ -+2007-08-27 Cyrille Bagard -+ -+ * aes2501.c: -+ Make INIT_WORK macro working with 2.6.20+ kernels. Many thanks to -+ Miguel Gea Milvaques for the patch ! -+ -+2007-06-13 Cyrille Bagard -+ -+ * aes2501.c: -+ * aes2501_regs.h: -+ Complete translation of all binary communications using well documented -+ registers and values (as often as possible). -+ -+2007-06-13 Cyrille Bagard -+ -+ * aes2501.c: -+ Increase communication speed by buffering bulk out. Output data -+ need to be flushed at the end now. -+ -+2007-06-13 Cyrille Bagard -+ -+ * aes2501.c: -+ * aes2501_regs.h: -+ Translate binary data used in finger detection. Some register values -+ still need to be understood. Note: some hex values are reserved bits -+ in registers. -+ -+2007-06-12 Cyrille Bagard -+ -+ * aes2501.c: -+ Begin the binary translation: the "standby" function now uses understood -+ instructions and prints debug status information if needed. CTRL2 register -+ value needs to be checked. -+ -+ * aes2501_regs.h: -+ Define the interesting hex values for the following registers: -+ CTRL2, STAT, TREGC and TREGD. -+ -+2007-06-12 Cyrille Bagard -+ -+ * aes2501.c: -+ Clean the driver a little bit by removing old piece of code to handle -+ a character device in the old way. -+ -+2007-06-12 Cyrille Bagard -+ -+ * aes2501.c: -+ Use an own work queue. Scanning now starts with the AES2501_IOC_TEST -+ ioctl command. Reading the /dev entry blocks until data is available. -+ -+2007-06-12 Cyrille Bagard -+ -+ * aes2501.c: -+ * aes2501.h: -+ * Makefile: -+ Initial [crappy] commit. -diff -Nurp linux-2.6.37/3rdparty/aes2501/Makefile linux-2.6.37.3rdparty/3rdparty/aes2501/Makefile ---- linux-2.6.37/3rdparty/aes2501/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/aes2501/Makefile 2008-01-14 03:07:30.000000000 +0200 -@@ -0,0 +1,19 @@ -+ -+obj-m := aes2501.o -+ -+KERNELDIR ?= /lib/modules/$(shell uname -r)/build -+ -+PWD := $(shell pwd) -+ -+all: usertest -+ $(MAKE) -C $(KERNELDIR) M=$(PWD) -+ -+usertest: -+ gcc -I. -o usertest usertest.c -+ -+clean: -+ rm -f *.o *~ aes2501.ko aes2501.mod.c Module.symvers usertest -+ rm -rf .tmp_versions -+ rm -f .*.cmd -+ -+ -diff -Nurp linux-2.6.37/3rdparty/aes2501/usertest.c linux-2.6.37.3rdparty/3rdparty/aes2501/usertest.c ---- linux-2.6.37/3rdparty/aes2501/usertest.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/aes2501/usertest.c 2008-01-14 03:07:30.000000000 +0200 -@@ -0,0 +1,78 @@ -+/** -+ * AES2501 Device Driver -+ * Userspace test program -+ * -+ * Compile with: -+ * gcc -I. -o usertest usertest.c -+ */ -+ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+ -+#define BUFFER_SIZE 256 -+ -+ -+int main(int argc, char *argv[]) -+{ -+ int fd_in; -+ int fd_out; -+ char buffer[BUFFER_SIZE]; -+ size_t len; -+ -+ fd_in = -1; -+ fd_out = -1; -+ -+ -+ int data, rdata; -+ -+ -+ -+ fd_in = open("/dev/aes2501", O_RDONLY); -+ if (fd_in == -1) { -+ perror("open() -- "); -+ goto err; -+ } -+ -+ fd_out = open("/root/pic.pnm", O_CREAT | O_WRONLY); -+ if (fd_out == -1) { -+ perror("open() -- "); -+ goto err; -+ } -+ -+ -+ -+ data = 0x55555555; -+ ioctl(fd_in, AES2501_IOC_TEST, data); -+ //ioctl(fd_in, CASE2, &rdata); -+ -+ printf("IOCTL test: written: '%x' - received: '%x'\n", data, rdata); -+ -+ -+ -+ -+ /* Write the fingerprint */ -+ while ((len = read(fd_in, buffer, BUFFER_SIZE)) > 0) -+ write(fd_out, buffer, len); -+ -+ close(fd_in); -+ close(fd_out); -+ -+ return EXIT_SUCCESS; -+ -+ err: -+ -+ if (fd_in != -1) -+ close(fd_in); -+ -+ if (fd_out != -1) -+ close(fd_out); -+ -+ return EXIT_FAILURE; -+ -+} diff --git a/kernel/tools/perf/files/patches/mageia/3rd-aes2501-rmmod-oops-fix.patch b/kernel/tools/perf/files/patches/mageia/3rd-aes2501-rmmod-oops-fix.patch deleted file mode 100644 index f11cc2e531..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-aes2501-rmmod-oops-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ -Prevent oops on module removal when we don't have the device available. - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - linux-2.6.23/3rdparty/aes2501/aes2501.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff -p -up linux-2.6.23/3rdparty/aes2501/aes2501.c.orig linux-2.6.23/3rdparty/aes2501/aes2501.c ---- linux-2.6.23/3rdparty/aes2501/aes2501.c.orig 2008-01-13 23:37:38.000000000 -0200 -+++ linux-2.6.23/3rdparty/aes2501/aes2501.c 2008-01-13 23:38:26.000000000 -0200 -@@ -1616,7 +1616,8 @@ static int __init aes2501_init(void) - - static void __exit aes2501_exit(void) - { -- _dev->stop_scan = 1; -+ if (_dev) -+ _dev->stop_scan = 1; - destroy_workqueue(comm_queue); - usb_deregister(&aes2501_driver); - } diff --git a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-1.60.patch b/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-1.60.patch deleted file mode 100644 index b328f41a5f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-1.60.patch +++ /dev/null @@ -1,26410 +0,0 @@ -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/crt.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/crt.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/crt.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/crt.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,589 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ntoskernel.h" -+#include "crt_exports.h" -+ -+#ifdef CONFIG_X86_64 -+/* Windows long is 32-bit, so strip single 'l' in integer formats */ -+static void strip_l_modifier(char *str) -+{ -+ char *ptr = str; -+ int in_format = 0; -+ char *lptr = NULL; -+ char last = 0; -+ char *end_ptr; -+ char *wptr; -+ -+ /* Replace single 'l' inside integer formats with '\0' */ -+ for (ptr = str; *ptr; ptr++) { -+ if (!in_format) { -+ if (*ptr == '%') -+ in_format = 1; -+ last = *ptr; -+ continue; -+ } -+ switch (*ptr) { -+ case 'd': -+ case 'i': -+ case 'o': -+ case 'u': -+ case 'x': -+ case 'X': -+ case 'p': -+ case 'n': -+ case 'm': -+ if (lptr) { -+ *lptr = '\0'; -+ lptr = NULL; -+ } -+ in_format = 0; -+ break; -+ case 'c': -+ case 'C': -+ case 's': -+ case 'S': -+ case 'f': -+ case 'e': -+ case 'E': -+ case 'g': -+ case 'G': -+ case 'a': -+ case 'A': -+ lptr = NULL; -+ in_format = 0; -+ break; -+ case '%': -+ lptr = NULL; -+ if (last == '%') -+ in_format = 0; -+ else -+ in_format = 1; /* ignore previous junk */ -+ break; -+ case 'l': -+ if (last == 'l') -+ lptr = NULL; -+ else -+ lptr = ptr; -+ break; -+ default: -+ break; -+ } -+ last = *ptr; -+ } -+ -+ /* Purge zeroes from the resulting string */ -+ end_ptr = ptr; -+ wptr = str; -+ for (ptr = str; ptr < end_ptr; ptr++) -+ if (*ptr != 0) -+ *(wptr++) = *ptr; -+ *wptr = 0; -+} -+ -+/* -+ * va_list on x86_64 Linux is designed to allow passing arguments in registers -+ * even to variadic functions. va_list is a structure holding pointers to the -+ * register save area, which holds the arguments passed in registers, and to -+ * the stack, which may have the arguments that did not fit the registers. -+ * va_list also holds offsets in the register save area for the next general -+ * purpose and floating point registers that the next va_arg() would fetch. -+ * -+ * Unlike Linux, the Windows va_list is just a pointer to the stack. No -+ * arguments are passed in the registers. That's why we construct the Linux -+ * va_list so that the register save area is never used. For that goal, we set -+ * the offsets to the maximal allowed values, meaning that the arguments passed -+ * in the registers have been exhausted. The values are 48 for general purpose -+ * registers (6 registers, 8 bytes each) and 304 for floating point registers -+ * (16 registers, 16 bytes each, on top of general purpose register). -+ */ -+ -+struct x86_64_va_list { -+ int gp_offset; -+ int fp_offset; -+ void *overflow_arg_area; -+ void *reg_save_area; -+}; -+ -+#define VA_LIST_DECL(_args) \ -+ va_list _args##new; \ -+ struct x86_64_va_list *_args##x; -+#define VA_LIST_PREP(_args) \ -+do { \ -+ _args##x = (struct x86_64_va_list *)&_args##new; \ -+ _args##x->gp_offset = 6 * 8; /* GP registers exhausted */ \ -+ _args##x->fp_offset = 6 * 8 + 16 * 16; /* FP registers exhausted */ \ -+ _args##x->overflow_arg_area = (void *)_args; \ -+ _args##x->reg_save_area = NULL; \ -+} while (0) -+#define VA_LIST_CONV(_args) (_args##new) -+#define VA_LIST_FREE(_args) -+#define FMT_DECL(_fmt) \ -+ char *_fmt##copy; \ -+ int _fmt##len; -+#define FMT_PREP(_fmt) \ -+do { \ -+ _fmt##len = strlen(format) + 1; \ -+ _fmt##copy = kmalloc(_fmt##len, irql_gfp()); \ -+ if (_fmt##copy) { \ -+ memcpy(_fmt##copy, format, _fmt##len); \ -+ strip_l_modifier(_fmt##copy); \ -+ } \ -+} while (0) -+#define FMT_CONV(_fmt) (_fmt##copy ? _fmt##copy : format) -+#define FMT_FREE(_fmt) kfree(_fmt##copy) -+ -+#else /* !CONFIG_X86_64 */ -+ -+#define VA_LIST_DECL(_args) -+#define VA_LIST_PREP(_args) -+#define VA_LIST_CONV(_args) (_args) -+#define VA_LIST_FREE(_args) -+#define FMT_DECL(_fmt) -+#define FMT_PREP(_fmt) -+#define FMT_CONV(_fmt) (format) -+#define FMT_FREE(_fmt) -+ -+#endif /* !CONFIG_X86_64 */ -+ -+__attribute__((format(printf, 2, 3))) -+noregparm INT WIN_FUNC(_win_sprintf,12) -+ (char *buf, const char *format, ...) -+{ -+ va_list args; -+ int res; -+ FMT_DECL(format) -+ -+ FMT_PREP(format); -+ va_start(args, format); -+ res = vsprintf(buf, FMT_CONV(format), args); -+ va_end(args); -+ FMT_FREE(format); -+ -+ TRACE2("buf: %p: %s", buf, buf); -+ return res; -+} -+ -+noregparm INT WIN_FUNC(swprintf,12) -+ (wchar_t *buf, const wchar_t *format, ...) -+{ -+ TODO(); -+ EXIT2(return 0); -+} -+ -+noregparm INT WIN_FUNC(_win_vsprintf,3) -+ (char *str, const char *format, va_list ap) -+{ -+ INT i; -+ VA_LIST_DECL(ap) -+ FMT_DECL(format) -+ -+ VA_LIST_PREP(ap); -+ FMT_PREP(format); -+ -+ i = vsprintf(str, FMT_CONV(format), VA_LIST_CONV(ap)); -+ TRACE2("str: %p: %s", str, str); -+ -+ FMT_FREE(format); -+ VA_LIST_FREE(ap); -+ EXIT2(return i); -+} -+ -+__attribute__((format(printf, 3, 4))) -+noregparm INT WIN_FUNC(_win_snprintf,12) -+ (char *buf, SIZE_T count, const char *format, ...) -+{ -+ va_list args; -+ int res; -+ FMT_DECL(format) -+ -+ FMT_PREP(format); -+ va_start(args, format); -+ res = vsnprintf(buf, count, FMT_CONV(format), args); -+ va_end(args); -+ TRACE2("buf: %p: %s", buf, buf); -+ -+ FMT_FREE(format); -+ return res; -+} -+ -+__attribute__((format(printf, 3, 4))) -+noregparm INT WIN_FUNC(_win__snprintf,12) -+ (char *buf, SIZE_T count, const char *format, ...) -+{ -+ va_list args; -+ int res; -+ FMT_DECL(format) -+ -+ FMT_PREP(format); -+ va_start(args, format); -+ res = vsnprintf(buf, count, FMT_CONV(format), args); -+ va_end(args); -+ TRACE2("buf: %p: %s", buf, buf); -+ -+ FMT_FREE(format); -+ return res; -+} -+ -+noregparm INT WIN_FUNC(_win_vsnprintf,4) -+ (char *str, SIZE_T size, const char *format, va_list ap) -+{ -+ INT i; -+ VA_LIST_DECL(ap) -+ FMT_DECL(format) -+ -+ VA_LIST_PREP(ap); -+ FMT_PREP(format); -+ -+ i = vsnprintf(str, size, FMT_CONV(format), VA_LIST_CONV(ap)); -+ TRACE2("str: %p: %s", str, str); -+ -+ FMT_FREE(format); -+ VA_LIST_FREE(ap); -+ EXIT2(return i); -+} -+ -+noregparm INT WIN_FUNC(_win__vsnprintf,4) -+ (char *str, SIZE_T size, const char *format, va_list ap) -+{ -+ INT i; -+ VA_LIST_DECL(ap) -+ FMT_DECL(format) -+ -+ VA_LIST_PREP(ap); -+ FMT_PREP(format); -+ -+ i = vsnprintf(str, size, FMT_CONV(format), VA_LIST_CONV(ap)); -+ TRACE2("str: %p: %s", str, str); -+ -+ FMT_FREE(format); -+ VA_LIST_FREE(ap); -+ EXIT2(return i); -+} -+ -+noregparm INT WIN_FUNC(_win__vsnwprintf,4) -+ (wchar_t *str, SIZE_T size, const wchar_t *format, va_list ap) -+{ -+ int ret; -+ -+ TODO(); /* format expansion not implemented */ -+ _win_wcsncpy(str, format, size); -+ ret = _win_wcslen(format); -+ if (ret >= size) -+ ret = -1; -+ return ret; -+} -+ -+noregparm char *WIN_FUNC(_win_strncpy,3) -+ (char *dst, char *src, SIZE_T n) -+{ -+ return strncpy(dst, src, n); -+} -+ -+noregparm SIZE_T WIN_FUNC(_win_strlen,1) -+ (const char *s) -+{ -+ return strlen(s); -+} -+ -+noregparm INT WIN_FUNC(_win_strncmp,3) -+ (const char *s1, const char *s2, SIZE_T n) -+{ -+ return strncmp(s1, s2, n); -+} -+ -+noregparm INT WIN_FUNC(_win_strcmp,2) -+ (const char *s1, const char *s2) -+{ -+ return strcmp(s1, s2); -+} -+ -+noregparm INT WIN_FUNC(_win_stricmp,2) -+ (const char *s1, const char *s2) -+{ -+ return stricmp(s1, s2); -+} -+ -+noregparm char *WIN_FUNC(_win_strncat,3) -+ (char *dest, const char *src, SIZE_T n) -+{ -+ return strncat(dest, src, n); -+} -+ -+noregparm INT WIN_FUNC(_win_wcscmp,2) -+ (const wchar_t *s1, const wchar_t *s2) -+{ -+ while (*s1 && *s1 == *s2) { -+ s1++; -+ s2++; -+ } -+ return *s1 - *s2; -+} -+ -+noregparm INT WIN_FUNC(_win_wcsicmp,2) -+ (const wchar_t *s1, const wchar_t *s2) -+{ -+ while (*s1 && tolower((char)*s1) == tolower((char)*s2)) { -+ s1++; -+ s2++; -+ } -+ return tolower((char)*s1) - tolower((char)*s2); -+} -+ -+noregparm SIZE_T WIN_FUNC(_win_wcslen,1) -+ (const wchar_t *s) -+{ -+ const wchar_t *t = s; -+ while (*t) -+ t++; -+ return t - s; -+} -+ -+noregparm wchar_t *WIN_FUNC(_win_wcsncpy,3) -+ (wchar_t *dest, const wchar_t *src, SIZE_T n) -+{ -+ const wchar_t *s; -+ wchar_t *d; -+ s = src + n; -+ d = dest; -+ while (src < s && (*d++ = *src++)) -+ ; -+ if (s > src) -+ memset(d, 0, (s - src) * sizeof(wchar_t)); -+ return dest; -+} -+ -+noregparm wchar_t *WIN_FUNC(_win_wcscpy,2) -+ (wchar_t *dest, const wchar_t *src) -+{ -+ wchar_t *d = dest; -+ while ((*d++ = *src++)) -+ ; -+ return dest; -+} -+ -+noregparm wchar_t *WIN_FUNC(_win_wcscat,2) -+ (wchar_t *dest, const wchar_t *src) -+{ -+ wchar_t *d; -+ d = dest; -+ while (*d) -+ d++; -+ while ((*d++ = *src++)) -+ ; -+ return dest; -+} -+ -+noregparm INT WIN_FUNC(_win_towupper,1) -+ (wchar_t c) -+{ -+ return toupper(c); -+} -+ -+noregparm INT WIN_FUNC(_win_towlower,1) -+ (wchar_t c) -+{ -+ return tolower(c); -+} -+ -+noregparm INT WIN_FUNC(_win_tolower,1) -+ (INT c) -+{ -+ return tolower(c); -+} -+ -+noregparm INT WIN_FUNC(_win_toupper,1) -+ (INT c) -+{ -+ return toupper(c); -+} -+ -+noregparm void *WIN_FUNC(_win_strcpy,2) -+ (void *to, const void *from) -+{ -+ return strcpy(to, from); -+} -+ -+noregparm char *WIN_FUNC(_win_strstr,2) -+ (const char *s1, const char *s2) -+{ -+ return strstr(s1, s2); -+} -+ -+noregparm char *WIN_FUNC(_win_strchr,2) -+ (const char *s, int c) -+{ -+ return strchr(s, c); -+} -+ -+noregparm char *WIN_FUNC(_win_strrchr,2) -+ (const char *s, int c) -+{ -+ return strrchr(s, c); -+} -+ -+noregparm void *WIN_FUNC(_win_memmove,3) -+ (void *to, void *from, SIZE_T count) -+{ -+ return memmove(to, from, count); -+} -+ -+noregparm void *WIN_FUNC(_win_memchr,3) -+ (const void *s, INT c, SIZE_T n) -+{ -+ return memchr(s, c, n); -+} -+ -+noregparm void *WIN_FUNC(_win_memcpy,3) -+ (void *to, const void *from, SIZE_T n) -+{ -+ return memcpy(to, from, n); -+} -+ -+noregparm void *WIN_FUNC(_win_memset,3) -+ (void *s, char c, SIZE_T count) -+{ -+ return memset(s, c, count); -+} -+ -+noregparm int WIN_FUNC(_win_memcmp,3) -+ (void *s1, void *s2, SIZE_T n) -+{ -+ return memcmp(s1, s2, n); -+} -+ -+noregparm void WIN_FUNC(_win_srand,1) -+ (UINT seed) -+{ -+ prandom_seed(seed); -+} -+ -+noregparm int WIN_FUNC(rand,0) -+ (void) -+{ -+ char buf[6]; -+ int i, n; -+ -+ get_random_bytes(buf, sizeof(buf)); -+ for (n = i = 0; i < sizeof(buf); i++) -+ n += buf[i]; -+ return n; -+} -+ -+noregparm int WIN_FUNC(_win_atoi,1) -+ (const char *ptr) -+{ -+ int i = simple_strtol(ptr, NULL, 10); -+ return i; -+} -+ -+noregparm int WIN_FUNC(_win_isdigit,1) -+ (int c) -+{ -+ return isdigit(c); -+} -+ -+noregparm int WIN_FUNC(_win_isprint,1) -+ (int c) -+{ -+ return isprint(c); -+} -+ -+wstdcall s64 WIN_FUNC(_alldiv,2) -+ (s64 a, s64 b) -+{ -+ return a / b; -+} -+ -+wstdcall u64 WIN_FUNC(_aulldiv,2) -+ (u64 a, u64 b) -+{ -+ return a / b; -+} -+ -+wstdcall s64 WIN_FUNC(_allmul,2) -+ (s64 a, s64 b) -+{ -+ return a * b; -+} -+ -+wstdcall u64 WIN_FUNC(_aullmul,2) -+ (u64 a, u64 b) -+{ -+ return a * b; -+} -+ -+wstdcall s64 WIN_FUNC(_allrem,2) -+ (s64 a, s64 b) -+{ -+ return a % b; -+} -+ -+wstdcall u64 WIN_FUNC(_aullrem,2) -+ (u64 a, u64 b) -+{ -+ return a % b; -+} -+ -+regparm3 s64 WIN_FUNC(_allshl,2) -+ (s64 a, u8 b) -+{ -+ return a << b; -+} -+ -+regparm3 u64 WIN_FUNC(_aullshl,2) -+ (u64 a, u8 b) -+{ -+ return a << b; -+} -+ -+regparm3 s64 WIN_FUNC(_allshr,2) -+ (s64 a, u8 b) -+{ -+ return a >> b; -+} -+ -+regparm3 u64 WIN_FUNC(_aullshr,2) -+ (u64 a, u8 b) -+{ -+ return a >> b; -+} -+ -+int stricmp(const char *s1, const char *s2) -+{ -+ while (*s1 && tolower(*s1) == tolower(*s2)) { -+ s1++; -+ s2++; -+ } -+ return *s1 - *s2; -+} -+ -+void dump_bytes(const char *ctx, const u8 *from, int len) -+{ -+ int i, j; -+ u8 *buf; -+ -+ buf = kmalloc(len * 3 + 1, irql_gfp()); -+ if (!buf) { -+ ERROR("couldn't allocate memory"); -+ return; -+ } -+ for (i = j = 0; i < len; i++, j += 3) { -+ sprintf(&buf[j], "%02x ", from[i]); -+ } -+ buf[j] = 0; -+ printk(KERN_DEBUG "%s: %p: %s\n", ctx, from, buf); -+ kfree(buf); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/divdi3.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/divdi3.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/divdi3.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/divdi3.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,329 @@ -+/* 64-bit multiplication and division -+ Copyright (C) 1989, 1992-1999, 2000, 2001, 2002, 2003 -+ Free Software Foundation, Inc. -+ This file is part of the GNU C Library. -+ -+ The GNU C Library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Lesser General Public -+ License as published by the Free Software Foundation; either -+ version 2.1 of the License, or (at your option) any later version. -+ -+ The GNU C Library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Lesser General Public License for more details. -+ -+ You should have received a copy of the GNU Lesser General Public -+ License along with the GNU C Library; if not, write to the Free -+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -+ 02111-1307 USA. */ -+ -+#include -+#include -+ -+#if BITS_PER_LONG != 32 -+#error This is for 32-bit targets only -+#endif -+ -+typedef unsigned int UQItype __attribute__ ((mode (QI))); -+typedef int SItype __attribute__ ((mode (SI))); -+typedef unsigned int USItype __attribute__ ((mode (SI))); -+typedef int DItype __attribute__ ((mode (DI))); -+typedef unsigned int UDItype __attribute__ ((mode (DI))); -+#define Wtype SItype -+#define HWtype SItype -+#define DWtype DItype -+#define UWtype USItype -+#define UHWtype USItype -+#define UDWtype UDItype -+#define W_TYPE_SIZE 32 -+ -+#include "longlong.h" -+ -+#if defined(__BIG_ENDIAN) -+struct DWstruct { Wtype high, low;}; -+#elif defined(__LITTLE_ENDIAN) -+struct DWstruct { Wtype low, high;}; -+#else -+#error Unhandled endianity -+#endif -+typedef union { struct DWstruct s; DWtype ll; } DWunion; -+ -+/* Prototypes of exported functions. */ -+extern DWtype __divdi3 (DWtype u, DWtype v); -+extern DWtype __moddi3 (DWtype u, DWtype v); -+extern UDWtype __udivdi3 (UDWtype u, UDWtype v); -+extern UDWtype __umoddi3 (UDWtype u, UDWtype v); -+ -+static UDWtype -+__udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp) -+{ -+ DWunion ww; -+ DWunion nn, dd; -+ DWunion rr; -+ UWtype d0, d1, n0, n1, n2; -+ UWtype q0, q1; -+ UWtype b, bm; -+ -+ nn.ll = n; -+ dd.ll = d; -+ -+ d0 = dd.s.low; -+ d1 = dd.s.high; -+ n0 = nn.s.low; -+ n1 = nn.s.high; -+ -+#if !UDIV_NEEDS_NORMALIZATION -+ if (d1 == 0) -+ { -+ if (d0 > n1) -+ { -+ /* 0q = nn / 0D */ -+ -+ udiv_qrnnd (q0, n0, n1, n0, d0); -+ q1 = 0; -+ -+ /* Remainder in n0. */ -+ } -+ else -+ { -+ /* qq = NN / 0d */ -+ -+ if (d0 == 0) -+ d0 = 1 / d0; /* Divide intentionally by zero. */ -+ -+ udiv_qrnnd (q1, n1, 0, n1, d0); -+ udiv_qrnnd (q0, n0, n1, n0, d0); -+ -+ /* Remainder in n0. */ -+ } -+ -+ if (rp != NULL) -+ { -+ rr.s.low = n0; -+ rr.s.high = 0; -+ *rp = rr.ll; -+ } -+ } -+ -+#else /* UDIV_NEEDS_NORMALIZATION */ -+ -+ if (d1 == 0) -+ { -+ if (d0 > n1) -+ { -+ /* 0q = nn / 0D */ -+ -+ count_leading_zeros (bm, d0); -+ -+ if (bm != 0) -+ { -+ /* Normalize, i.e. make the most significant bit of the -+ denominator set. */ -+ -+ d0 = d0 << bm; -+ n1 = (n1 << bm) | (n0 >> (W_TYPE_SIZE - bm)); -+ n0 = n0 << bm; -+ } -+ -+ udiv_qrnnd (q0, n0, n1, n0, d0); -+ q1 = 0; -+ -+ /* Remainder in n0 >> bm. */ -+ } -+ else -+ { -+ /* qq = NN / 0d */ -+ -+ if (d0 == 0) -+ d0 = 1 / d0; /* Divide intentionally by zero. */ -+ -+ count_leading_zeros (bm, d0); -+ -+ if (bm == 0) -+ { -+ /* From (n1 >= d0) /\ (the most significant bit of d0 is set), -+ conclude (the most significant bit of n1 is set) /\ (the -+ leading quotient digit q1 = 1). -+ -+ This special case is necessary, not an optimization. -+ (Shifts counts of W_TYPE_SIZE are undefined.) */ -+ -+ n1 -= d0; -+ q1 = 1; -+ } -+ else -+ { -+ /* Normalize. */ -+ -+ b = W_TYPE_SIZE - bm; -+ -+ d0 = d0 << bm; -+ n2 = n1 >> b; -+ n1 = (n1 << bm) | (n0 >> b); -+ n0 = n0 << bm; -+ -+ udiv_qrnnd (q1, n1, n2, n1, d0); -+ } -+ -+ /* n1 != d0... */ -+ -+ udiv_qrnnd (q0, n0, n1, n0, d0); -+ -+ /* Remainder in n0 >> bm. */ -+ } -+ -+ if (rp != NULL) -+ { -+ rr.s.low = n0 >> bm; -+ rr.s.high = 0; -+ *rp = rr.ll; -+ } -+ } -+#endif /* UDIV_NEEDS_NORMALIZATION */ -+ -+ else -+ { -+ if (d1 > n1) -+ { -+ /* 00 = nn / DD */ -+ -+ q0 = 0; -+ q1 = 0; -+ -+ /* Remainder in n1n0. */ -+ if (rp != NULL) -+ { -+ rr.s.low = n0; -+ rr.s.high = n1; -+ *rp = rr.ll; -+ } -+ } -+ else -+ { -+ /* 0q = NN / dd */ -+ -+ count_leading_zeros (bm, d1); -+ if (bm == 0) -+ { -+ /* From (n1 >= d1) /\ (the most significant bit of d1 is set), -+ conclude (the most significant bit of n1 is set) /\ (the -+ quotient digit q0 = 0 or 1). -+ -+ This special case is necessary, not an optimization. */ -+ -+ /* The condition on the next line takes advantage of that -+ n1 >= d1 (true due to program flow). */ -+ if (n1 > d1 || n0 >= d0) -+ { -+ q0 = 1; -+ sub_ddmmss (n1, n0, n1, n0, d1, d0); -+ } -+ else -+ q0 = 0; -+ -+ q1 = 0; -+ -+ if (rp != NULL) -+ { -+ rr.s.low = n0; -+ rr.s.high = n1; -+ *rp = rr.ll; -+ } -+ } -+ else -+ { -+ UWtype m1, m0; -+ /* Normalize. */ -+ -+ b = W_TYPE_SIZE - bm; -+ -+ d1 = (d1 << bm) | (d0 >> b); -+ d0 = d0 << bm; -+ n2 = n1 >> b; -+ n1 = (n1 << bm) | (n0 >> b); -+ n0 = n0 << bm; -+ -+ udiv_qrnnd (q0, n1, n2, n1, d1); -+ umul_ppmm (m1, m0, q0, d0); -+ -+ if (m1 > n1 || (m1 == n1 && m0 > n0)) -+ { -+ q0--; -+ sub_ddmmss (m1, m0, m1, m0, d1, d0); -+ } -+ -+ q1 = 0; -+ -+ /* Remainder in (n1n0 - m1m0) >> bm. */ -+ if (rp != NULL) -+ { -+ sub_ddmmss (n1, n0, n1, n0, m1, m0); -+ rr.s.low = (n1 << b) | (n0 >> bm); -+ rr.s.high = n1 >> bm; -+ *rp = rr.ll; -+ } -+ } -+ } -+ } -+ -+ ww.s.low = q0; -+ ww.s.high = q1; -+ return ww.ll; -+} -+ -+DWtype -+__divdi3 (DWtype u, DWtype v) -+{ -+ Wtype c = 0; -+ DWtype w; -+ -+ if (u < 0) -+ { -+ c = ~c; -+ u = -u; -+ } -+ if (v < 0) -+ { -+ c = ~c; -+ v = -v; -+ } -+ w = __udivmoddi4 (u, v, NULL); -+ if (c) -+ w = -w; -+ return w; -+} -+ -+DWtype -+__moddi3 (DWtype u, DWtype v) -+{ -+ Wtype c = 0; -+ DWtype w; -+ -+ if (u < 0) -+ { -+ c = ~c; -+ u = -u; -+ } -+ if (v < 0) -+ v = -v; -+ __udivmoddi4 (u, v, &w); -+ if (c) -+ w = -w; -+ return w; -+} -+ -+UDWtype -+__udivdi3 (UDWtype u, UDWtype v) -+{ -+ return __udivmoddi4 (u, v, NULL); -+} -+ -+UDWtype -+__umoddi3 (UDWtype u, UDWtype v) -+{ -+ UDWtype w; -+ -+ __udivmoddi4 (u, v, &w); -+ return w; -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/hal.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/hal.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/hal.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/hal.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,157 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ntoskernel.h" -+#include "hal_exports.h" -+ -+wstdcall void WIN_FUNC(WRITE_PORT_ULONG,2) -+ (ULONG_PTR port, ULONG value) -+{ -+ outl(value, port); -+} -+ -+wstdcall ULONG WIN_FUNC(READ_PORT_ULONG,1) -+ (ULONG_PTR port) -+{ -+ return inl(port); -+} -+ -+wstdcall void WIN_FUNC(WRITE_PORT_USHORT,2) -+ (ULONG_PTR port, USHORT value) -+{ -+ outw(value, port); -+} -+ -+wstdcall USHORT WIN_FUNC(READ_PORT_USHORT,1) -+ (ULONG_PTR port) -+{ -+ return inw(port); -+} -+ -+wstdcall void WIN_FUNC(WRITE_PORT_UCHAR,2) -+ (ULONG_PTR port, UCHAR value) -+{ -+ outb(value, port); -+} -+ -+wstdcall UCHAR WIN_FUNC(READ_PORT_UCHAR,1) -+ (ULONG_PTR port) -+{ -+ return inb(port); -+} -+ -+wstdcall void WIN_FUNC(WRITE_PORT_BUFFER_USHORT,3) -+ (ULONG_PTR port, USHORT *buf, ULONG count) -+{ -+ outsw(port, buf, count); -+} -+ -+wstdcall void WIN_FUNC(READ_PORT_BUFFER_USHORT,3) -+ (ULONG_PTR port, USHORT *buf, ULONG count) -+{ -+ insw(port, buf, count); -+} -+ -+wstdcall void WIN_FUNC(WRITE_PORT_BUFFER_ULONG,3) -+ (ULONG_PTR port, ULONG *buf, ULONG count) -+{ -+ outsl(port, buf, count); -+} -+ -+wstdcall void WIN_FUNC(READ_PORT_BUFFER_ULONG,3) -+ (ULONG_PTR port, ULONG *buf, ULONG count) -+{ -+ insl(port, buf, count); -+} -+ -+wstdcall USHORT WIN_FUNC(READ_REGISTER_USHORT,1) -+ (void __iomem *reg) -+{ -+ return readw(reg); -+} -+ -+wstdcall void WIN_FUNC(WRITE_REGISTER_ULONG,2) -+ (void __iomem *reg, UINT val) -+{ -+ writel(val, reg); -+} -+ -+wstdcall void WIN_FUNC(WRITE_REGISTER_USHORT,2) -+ (void __iomem *reg, USHORT val) -+{ -+ writew(val, reg); -+} -+ -+wstdcall void WIN_FUNC(WRITE_REGISTER_UCHAR,2) -+ (void __iomem *reg, UCHAR val) -+{ -+ writeb(val, reg); -+} -+ -+wstdcall void WIN_FUNC(KeStallExecutionProcessor,1) -+ (ULONG usecs) -+{ -+ udelay(usecs); -+} -+ -+wstdcall KIRQL WIN_FUNC(KeGetCurrentIrql,0) -+ (void) -+{ -+ return current_irql(); -+} -+ -+wfastcall KIRQL WIN_FUNC(KfRaiseIrql,1) -+ (KIRQL newirql) -+{ -+ return raise_irql(newirql); -+} -+ -+wfastcall void WIN_FUNC(KfLowerIrql,1) -+ (KIRQL oldirql) -+{ -+ lower_irql(oldirql); -+} -+ -+wfastcall KIRQL WIN_FUNC(KfAcquireSpinLock,1) -+ (NT_SPIN_LOCK *lock) -+{ -+ return nt_spin_lock_irql(lock, DISPATCH_LEVEL); -+} -+ -+wfastcall void WIN_FUNC(KfReleaseSpinLock,2) -+ (NT_SPIN_LOCK *lock, KIRQL oldirql) -+{ -+ nt_spin_unlock_irql(lock, oldirql); -+} -+ -+wfastcall void WIN_FUNC(KefAcquireSpinLockAtDpcLevel,1) -+ (NT_SPIN_LOCK *lock) -+{ -+#ifdef DEBUG_IRQL -+ if (current_irql() != DISPATCH_LEVEL) -+ ERROR("irql != DISPATCH_LEVEL"); -+#endif -+ nt_spin_lock(lock); -+} -+ -+wfastcall void WIN_FUNC(KefReleaseSpinLockFromDpcLevel,1) -+ (NT_SPIN_LOCK *lock) -+{ -+#ifdef DEBUG_IRQL -+ if (current_irql() != DISPATCH_LEVEL) -+ ERROR("irql != DISPATCH_LEVEL"); -+#endif -+ nt_spin_unlock(lock); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/iw_ndis.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/iw_ndis.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/iw_ndis.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/iw_ndis.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,2001 @@ -+ /* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+ -+#include "iw_ndis.h" -+#include "wrapndis.h" -+ -+#ifdef CONFIG_WIRELESS_EXT -+ -+static int freq_chan[] = { 2412, 2417, 2422, 2427, 2432, 2437, 2442, -+ 2447, 2452, 2457, 2462, 2467, 2472, 2484 }; -+ -+static const char *network_names[] = {"IEEE 802.11FH", "IEEE 802.11b", -+ "IEEE 802.11a", "IEEE 802.11g", "Auto"}; -+ -+static int set_essid(struct ndis_device *wnd, const char *ssid, int ssid_len) -+{ -+ NDIS_STATUS res; -+ struct ndis_essid req; -+ -+ if (ssid_len > NDIS_ESSID_MAX_SIZE) -+ return -EINVAL; -+ -+ memset(&req, 0, sizeof(req)); -+ req.length = ssid_len; -+ if (ssid_len) -+ memcpy(&req.essid, ssid, ssid_len); -+ -+ res = mp_set(wnd, OID_802_11_SSID, &req, sizeof(req)); -+ if (res) { -+ WARNING("setting essid failed (%08X)", res); -+ EXIT2(return -EINVAL); -+ } -+ memcpy(&wnd->essid, &req, sizeof(req)); -+ EXIT2(return 0); -+} -+ -+static int set_iw_auth_mode(struct ndis_device *wnd, int wpa_version, -+ int auth_80211_alg) -+{ -+ NDIS_STATUS res; -+ ULONG auth_mode; -+ -+ ENTER2("%d, %d", wpa_version, auth_80211_alg); -+ if (wpa_version & IW_AUTH_WPA_VERSION_WPA2) { -+ if (wnd->iw_auth_key_mgmt & IW_AUTH_KEY_MGMT_802_1X) -+ auth_mode = Ndis802_11AuthModeWPA2; -+ else -+ auth_mode = Ndis802_11AuthModeWPA2PSK; -+ } else if (wpa_version & IW_AUTH_WPA_VERSION_WPA) { -+ if (wnd->iw_auth_key_mgmt & IW_AUTH_KEY_MGMT_802_1X) -+ auth_mode = Ndis802_11AuthModeWPA; -+ else if (wnd->iw_auth_key_mgmt & IW_AUTH_KEY_MGMT_PSK) -+ auth_mode = Ndis802_11AuthModeWPAPSK; -+ else -+ auth_mode = Ndis802_11AuthModeWPANone; -+ } else if (auth_80211_alg & IW_AUTH_ALG_SHARED_KEY) { -+ if (auth_80211_alg & IW_AUTH_ALG_OPEN_SYSTEM) -+ auth_mode = Ndis802_11AuthModeAutoSwitch; -+ else -+ auth_mode = Ndis802_11AuthModeShared; -+ } else -+ auth_mode = Ndis802_11AuthModeOpen; -+ -+ res = mp_set_int(wnd, OID_802_11_AUTHENTICATION_MODE, auth_mode); -+ if (res) { -+ WARNING("setting auth mode to %u failed (%08X)", -+ auth_mode, res); -+ if (res == NDIS_STATUS_INVALID_DATA) -+ EXIT2(return -EINVAL); -+ return -EOPNOTSUPP; -+ } -+ wnd->iw_auth_wpa_version = wpa_version; -+ wnd->iw_auth_80211_alg = auth_80211_alg; -+ EXIT2(return 0); -+} -+ -+static int set_auth_mode(struct ndis_device *wnd) -+{ -+ return set_iw_auth_mode(wnd, wnd->iw_auth_wpa_version, -+ wnd->iw_auth_80211_alg); -+} -+ -+static enum ndis_priv_filter ndis_priv_mode(struct ndis_device *wnd) -+{ -+ if (wnd->iw_auth_wpa_version & IW_AUTH_WPA_VERSION_WPA2 || -+ wnd->iw_auth_wpa_version & IW_AUTH_WPA_VERSION_WPA) -+ return Ndis802_11PrivFilter8021xWEP; -+ else -+ return Ndis802_11PrivFilterAcceptAll; -+} -+ -+static int set_priv_filter(struct ndis_device *wnd) -+{ -+ NDIS_STATUS res; -+ ULONG flags; -+ -+ flags = ndis_priv_mode(wnd); -+ ENTER2("filter: %d", flags); -+ res = mp_set_int(wnd, OID_802_11_PRIVACY_FILTER, flags); -+ if (res) -+ TRACE2("setting privacy filter to %d failed (%08X)", -+ flags, res); -+ EXIT2(return 0); -+} -+ -+static int set_encr_mode(struct ndis_device *wnd) -+{ -+ return set_iw_encr_mode(wnd, wnd->iw_auth_cipher_pairwise, -+ wnd->iw_auth_cipher_group); -+} -+ -+static int set_assoc_params(struct ndis_device *wnd) -+{ -+ TRACE2("wpa_version=0x%x auth_alg=0x%x key_mgmt=0x%x " -+ "cipher_pairwise=0x%x cipher_group=0x%x", -+ wnd->iw_auth_wpa_version, wnd->iw_auth_80211_alg, -+ wnd->iw_auth_key_mgmt, wnd->iw_auth_cipher_pairwise, -+ wnd->iw_auth_cipher_group); -+ set_auth_mode(wnd); -+ set_priv_filter(wnd); -+ set_encr_mode(wnd); -+ return 0; -+} -+ -+static int iw_set_essid(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ int length; -+ -+ ENTER2(""); -+ /* there is no way to turn off essid other than to set to -+ * random bytes; instead, we use off to mean any */ -+ if (wrqu->essid.flags) { -+ length = wrqu->essid.length; -+ /* Strip '\0' appended by wireless extensions 19 and older */ -+ if (length > 0 && extra[length - 1] == '\0') -+ length--; -+ TRACE2("%d", length); -+ if (length <= 0 || length > NDIS_ESSID_MAX_SIZE) -+ EXIT2(return -EINVAL); -+ } else -+ length = 0; -+ -+ set_assoc_params(wnd); -+ -+ if (set_essid(wnd, extra, length)) -+ EXIT2(return -EINVAL); -+ -+ EXIT2(return 0); -+} -+ -+static int iw_get_essid(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ struct ndis_essid req; -+ -+ ENTER2(""); -+ memset(&req, 0, sizeof(req)); -+ res = mp_query(wnd, OID_802_11_SSID, &req, sizeof(req)); -+ if (res) { -+ WARNING("getting essid failed (%08X)", res); -+ EXIT2(return -EOPNOTSUPP); -+ } -+ memcpy(extra, req.essid, req.length); -+ if (req.length > 0) -+ wrqu->essid.flags = 1; -+ else -+ wrqu->essid.flags = 0; -+ wrqu->essid.length = req.length; -+ EXIT2(return 0); -+} -+ -+/* index must be 0 - N, as per NDIS */ -+static int add_wep_key(struct ndis_device *wnd, char *key, int key_len, -+ int index) -+{ -+ struct ndis_encr_key ndis_key; -+ NDIS_STATUS res; -+ -+ ENTER2("key index: %d, length: %d", index, key_len); -+ if (key_len <= 0 || key_len > NDIS_ENCODING_TOKEN_MAX) { -+ WARNING("invalid key length (%d)", key_len); -+ EXIT2(return -EINVAL); -+ } -+ if (index < 0 || index >= MAX_ENCR_KEYS) { -+ WARNING("invalid key index (%d)", index); -+ EXIT2(return -EINVAL); -+ } -+ ndis_key.struct_size = sizeof(ndis_key); -+ ndis_key.length = key_len; -+ memcpy(&ndis_key.key, key, key_len); -+ ndis_key.index = index; -+ -+ if (index == wnd->encr_info.tx_key_index) { -+ ndis_key.index |= (1 << 31); -+ res = set_iw_encr_mode(wnd, IW_AUTH_CIPHER_WEP104, -+ IW_AUTH_CIPHER_NONE); -+ if (res) -+ WARNING("encryption couldn't be enabled (%08X)", res); -+ } -+ TRACE2("key %d: " MACSTRSEP, index, MAC2STR(key)); -+ res = mp_set(wnd, OID_802_11_ADD_WEP, &ndis_key, sizeof(ndis_key)); -+ if (res) { -+ WARNING("adding encryption key %d failed (%08X)", -+ index+1, res); -+ EXIT2(return -EINVAL); -+ } -+ -+ /* Atheros driver messes up ndis_key during ADD_WEP, so -+ * don't rely on that; instead use info in key and key_len */ -+ wnd->encr_info.keys[index].length = key_len; -+ memcpy(&wnd->encr_info.keys[index].key, key, key_len); -+ -+ EXIT2(return 0); -+} -+ -+static int set_infra_mode(struct ndis_device *wnd, -+ enum ndis_infrastructure_mode mode) -+{ -+ NDIS_STATUS res; -+ unsigned int i; -+ -+ ENTER2("%d", mode); -+ res = mp_query_int(wnd, OID_802_11_INFRASTRUCTURE_MODE, -+ &wnd->infrastructure_mode); -+ if (res != NDIS_STATUS_SUCCESS) { -+ WARNING("getting operating mode failed (%08X)", res); -+ EXIT2(return -EINVAL); -+ } -+ if (wnd->infrastructure_mode == mode) -+ EXIT2(return 0); -+ res = mp_set_int(wnd, OID_802_11_INFRASTRUCTURE_MODE, mode); -+ if (res) { -+ WARNING("setting operating mode to %d failed (%08X)", -+ mode, res); -+ EXIT2(return -EINVAL); -+ } -+ /* NDIS drivers clear keys when infrastructure mode is -+ * changed. But Linux tools assume otherwise. So set the -+ * keys */ -+ if (wnd->iw_auth_key_mgmt == 0 || -+ wnd->iw_auth_key_mgmt == IW_AUTH_KEY_MGMT_802_1X) { -+ for (i = 0; i < MAX_ENCR_KEYS; i++) { -+ if (wnd->encr_info.keys[i].length > 0) -+ add_wep_key(wnd, wnd->encr_info.keys[i].key, -+ wnd->encr_info.keys[i].length, i); -+ } -+ } -+ wnd->infrastructure_mode = mode; -+ EXIT2(return 0); -+} -+ -+static int iw_set_infra_mode(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ enum ndis_infrastructure_mode ndis_mode; -+ -+ ENTER2("%d", wrqu->mode); -+ switch (wrqu->mode) { -+ case IW_MODE_ADHOC: -+ ndis_mode = Ndis802_11IBSS; -+ break; -+ case IW_MODE_INFRA: -+ ndis_mode = Ndis802_11Infrastructure; -+ break; -+ case IW_MODE_AUTO: -+ ndis_mode = Ndis802_11AutoUnknown; -+ break; -+ default: -+ EXIT2(return -EINVAL); -+ } -+ -+ if (set_infra_mode(wnd, ndis_mode)) -+ EXIT2(return -EINVAL); -+ -+ EXIT2(return 0); -+} -+ -+static int iw_get_infra_mode(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ int ndis_mode, iw_mode; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ res = mp_query_int(wnd, OID_802_11_INFRASTRUCTURE_MODE, &ndis_mode); -+ if (res) { -+ WARNING("getting operating mode failed (%08X)", res); -+ EXIT2(return -EOPNOTSUPP); -+ } -+ -+ switch (ndis_mode) { -+ case Ndis802_11IBSS: -+ iw_mode = IW_MODE_ADHOC; -+ break; -+ case Ndis802_11Infrastructure: -+ iw_mode = IW_MODE_INFRA; -+ break; -+ case Ndis802_11AutoUnknown: -+ iw_mode = IW_MODE_AUTO; -+ break; -+ default: -+ ERROR("invalid operating mode (%u)", ndis_mode); -+ EXIT2(return -EINVAL); -+ } -+ wrqu->mode = iw_mode; -+ EXIT2(return 0); -+} -+ -+static const char *network_type_to_name(int net_type) -+{ -+ if (net_type >= 0 && net_type < ARRAY_SIZE(network_names)) -+ return network_names[net_type]; -+ else -+ return network_names[ARRAY_SIZE(network_names) - 1]; -+} -+ -+static int iw_get_network_type(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ unsigned int network_type; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ res = mp_query_int(wnd, OID_802_11_NETWORK_TYPE_IN_USE, -+ &network_type); -+ if (res) { -+ WARNING("getting network type failed: %08X", res); -+ network_type = -1; -+ } -+ strncpy(wrqu->name, network_type_to_name(network_type), -+ sizeof(wrqu->name) - 1); -+ wrqu->name[sizeof(wrqu->name)-1] = 0; -+ return 0; -+} -+ -+static int iw_get_freq(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ struct ndis_configuration req; -+ -+ ENTER2(""); -+ memset(&req, 0, sizeof(req)); -+ res = mp_query(wnd, OID_802_11_CONFIGURATION, &req, sizeof(req)); -+ if (res) { -+ WARNING("getting configuration failed (%08X)", res); -+ EXIT2(return -EOPNOTSUPP); -+ } -+ -+ memset(&(wrqu->freq), 0, sizeof(struct iw_freq)); -+ -+ /* see comment in wireless.h above the "struct iw_freq" -+ definition for an explanation of this if -+ NOTE: 1000000 is due to the kHz -+ */ -+ if (req.ds_config > 1000000) { -+ wrqu->freq.m = req.ds_config / 10; -+ wrqu->freq.e = 1; -+ } -+ else -+ wrqu->freq.m = req.ds_config; -+ -+ /* convert from kHz to Hz */ -+ wrqu->freq.e += 3; -+ -+ return 0; -+} -+ -+static int iw_set_freq(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ struct ndis_configuration req; -+ -+ ENTER2(""); -+ /* this OID is valid only when not associated */ -+ if (netif_carrier_ok(wnd->net_dev)) -+ EXIT2(return 0); -+ memset(&req, 0, sizeof(req)); -+ res = mp_query(wnd, OID_802_11_CONFIGURATION, &req, sizeof(req)); -+ if (res) { -+ WARNING("getting configuration failed (%08X)", res); -+ EXIT2(return 0); -+ } -+ -+ if (wrqu->freq.m < 1000 && wrqu->freq.e == 0) { -+ if (wrqu->freq.m >= 1 && wrqu->freq.m <= ARRAY_SIZE(freq_chan)) -+ req.ds_config = freq_chan[wrqu->freq.m - 1] * 1000; -+ else -+ return -EINVAL; -+ } else { -+ int i; -+ req.ds_config = wrqu->freq.m; -+ for (i = wrqu->freq.e; i > 0; i--) -+ req.ds_config *= 10; -+ req.ds_config /= 1000; -+ } -+ res = mp_set(wnd, OID_802_11_CONFIGURATION, &req, sizeof(req)); -+ if (res) -+ WARNING("setting configuration failed (%08X)", res); -+ return 0; -+} -+ -+static int iw_get_tx_power(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ ndis_tx_power_level ndis_power; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ res = mp_query(wnd, OID_802_11_TX_POWER_LEVEL, -+ &ndis_power, sizeof(ndis_power)); -+ if (res) -+ return -EOPNOTSUPP; -+ wrqu->txpower.flags = IW_TXPOW_MWATT; -+ wrqu->txpower.disabled = 0; -+ wrqu->txpower.fixed = 0; -+ wrqu->txpower.value = ndis_power; -+ return 0; -+} -+ -+static int iw_set_tx_power(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ ndis_tx_power_level ndis_power; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ if (wrqu->txpower.disabled) -+ ndis_power = 0; -+ else { -+ if (wrqu->txpower.flags == IW_TXPOW_MWATT) -+ ndis_power = wrqu->txpower.value; -+ else { // wrqu->txpower.flags == IW_TXPOW_DBM -+ if (wrqu->txpower.value > 20) -+ ndis_power = 128; -+ else if (wrqu->txpower.value < -43) -+ ndis_power = 127; -+ else { -+ signed char tmp; -+ tmp = wrqu->txpower.value; -+ tmp = -12 - tmp; -+ tmp <<= 2; -+ ndis_power = (unsigned char)tmp; -+ } -+ } -+ } -+ TRACE2("%d", ndis_power); -+ res = mp_set(wnd, OID_802_11_TX_POWER_LEVEL, -+ &ndis_power, sizeof(ndis_power)); -+ if (res) -+ EXIT2(return -EOPNOTSUPP); -+ if (ndis_power == 0) -+ res = disassociate(wnd, 0); -+ EXIT2(return 0); -+} -+ -+static int iw_get_bitrate(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ ULONG ndis_rate; -+ int res; -+ -+ ENTER2(""); -+ res = mp_query(wnd, OID_GEN_LINK_SPEED, &ndis_rate, sizeof(ndis_rate)); -+ if (res) { -+ WARNING("getting bitrate failed (%08X)", res); -+ ndis_rate = 0; -+ } -+ -+ wrqu->bitrate.value = ndis_rate * 100; -+ return 0; -+} -+ -+static int iw_set_bitrate(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ int i, n; -+ NDIS_STATUS res; -+ UCHAR rates[NDIS_MAX_RATES_EX]; -+ -+ ENTER2(""); -+ if (wrqu->bitrate.fixed == 0) -+ EXIT2(return 0); -+ -+ res = mp_query_info(wnd, OID_802_11_SUPPORTED_RATES, &rates, -+ sizeof(rates), &n, NULL); -+ if (res) { -+ WARNING("getting bit rate failed (%08X)", res); -+ EXIT2(return 0); -+ } -+ for (i = 0; i < n; i++) { -+ if (rates[i] & 0x80) -+ continue; -+ if ((rates[i] & 0x7f) * 500000 > wrqu->bitrate.value) { -+ TRACE2("setting rate %d to 0", -+ (rates[i] & 0x7f) * 500000); -+ rates[i] = 0; -+ } -+ } -+ -+ res = mp_set(wnd, OID_802_11_DESIRED_RATES, &rates, n); -+ if (res) { -+ WARNING("setting bit rate failed (%08X)", res); -+ EXIT2(return 0); -+ } -+ -+ return 0; -+} -+ -+static int iw_set_dummy(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ /* Do nothing. Used for ioctls that are not implemented. */ -+ return 0; -+} -+ -+static int iw_get_rts_threshold(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ ndis_rts_threshold threshold; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ res = mp_query(wnd, OID_802_11_RTS_THRESHOLD, -+ &threshold, sizeof(threshold)); -+ if (res) -+ return -EOPNOTSUPP; -+ -+ wrqu->rts.value = threshold; -+ return 0; -+} -+ -+static int iw_set_rts_threshold(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ ndis_rts_threshold threshold; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ threshold = wrqu->rts.value; -+ res = mp_set(wnd, OID_802_11_RTS_THRESHOLD, -+ &threshold, sizeof(threshold)); -+ if (res == NDIS_STATUS_INVALID_DATA) -+ return -EINVAL; -+ if (res) -+ return -EOPNOTSUPP; -+ -+ return 0; -+} -+ -+static int iw_get_frag_threshold(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ ndis_fragmentation_threshold frag_threshold; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ res = mp_query(wnd, OID_802_11_FRAGMENTATION_THRESHOLD, -+ &frag_threshold, sizeof(frag_threshold)); -+ if (res) -+ return -ENOTSUPP; -+ -+ wrqu->frag.value = frag_threshold; -+ return 0; -+} -+ -+static int iw_set_frag_threshold(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ ndis_rts_threshold threshold; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ threshold = wrqu->frag.value; -+ res = mp_set(wnd, OID_802_11_FRAGMENTATION_THRESHOLD, -+ &threshold, sizeof(threshold)); -+ if (res == NDIS_STATUS_INVALID_DATA) -+ return -EINVAL; -+ if (res) -+ return -EOPNOTSUPP; -+ return 0; -+} -+ -+int get_ap_address(struct ndis_device *wnd, mac_address ap_addr) -+{ -+ NDIS_STATUS res; -+ -+ res = mp_query(wnd, OID_802_11_BSSID, ap_addr, ETH_ALEN); -+ TRACE2(MACSTRSEP, MAC2STR(ap_addr)); -+ if (res) { -+ TRACE2("res: %08X", res); -+ memset(ap_addr, 0x0, ETH_ALEN); -+ EXIT2(return -EOPNOTSUPP); -+ } -+ EXIT2(return 0); -+} -+ -+static int iw_get_ap_address(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ mac_address ap_addr; -+ -+ ENTER2(""); -+ get_ap_address(wnd, ap_addr); -+ memcpy(wrqu->ap_addr.sa_data, ap_addr, ETH_ALEN); -+ wrqu->ap_addr.sa_family = ARPHRD_ETHER; -+ EXIT2(return 0); -+} -+ -+static int iw_set_ap_address(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ mac_address ap_addr; -+ -+ ENTER2(""); -+ memcpy(ap_addr, wrqu->ap_addr.sa_data, ETH_ALEN); -+ TRACE2(MACSTRSEP, MAC2STR(ap_addr)); -+ res = mp_set(wnd, OID_802_11_BSSID, ap_addr, ETH_ALEN); -+ /* user apps may set ap's mac address, which is not required; -+ * they may fail to work if this function fails, so return -+ * success */ -+ if (res) -+ WARNING("setting AP mac address failed (%08X)", res); -+ -+ EXIT2(return 0); -+} -+ -+int set_ndis_auth_mode(struct ndis_device *wnd, ULONG auth_mode) -+{ -+ NDIS_STATUS res; -+ -+ ENTER2("%d", auth_mode); -+ res = mp_set_int(wnd, OID_802_11_AUTHENTICATION_MODE, auth_mode); -+ if (res) { -+ WARNING("setting auth mode to %u failed (%08X)", -+ auth_mode, res); -+ if (res == NDIS_STATUS_INVALID_DATA) -+ EXIT2(return -EINVAL); -+ return -EOPNOTSUPP; -+ } -+ switch (auth_mode) { -+ case Ndis802_11AuthModeWPA: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_WPA; -+ wnd->iw_auth_key_mgmt = IW_AUTH_KEY_MGMT_802_1X; -+ break; -+ case Ndis802_11AuthModeWPAPSK: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_WPA; -+ wnd->iw_auth_key_mgmt = IW_AUTH_KEY_MGMT_PSK; -+ case Ndis802_11AuthModeWPANone: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_DISABLED; -+ wnd->iw_auth_key_mgmt = IW_AUTH_KEY_MGMT_PSK; -+ break; -+ case Ndis802_11AuthModeWPA2: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_WPA2; -+ wnd->iw_auth_key_mgmt = IW_AUTH_KEY_MGMT_802_1X; -+ break; -+ case Ndis802_11AuthModeWPA2PSK: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_WPA2; -+ wnd->iw_auth_key_mgmt = IW_AUTH_KEY_MGMT_PSK; -+ break; -+ case Ndis802_11AuthModeOpen: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_DISABLED; -+ wnd->iw_auth_80211_alg = IW_AUTH_ALG_OPEN_SYSTEM; -+ break; -+ case Ndis802_11AuthModeShared: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_DISABLED; -+ wnd->iw_auth_80211_alg = IW_AUTH_ALG_SHARED_KEY; -+ break; -+ case Ndis802_11AuthModeAutoSwitch: -+ wnd->iw_auth_wpa_version = IW_AUTH_WPA_VERSION_DISABLED; -+ wnd->iw_auth_80211_alg = IW_AUTH_ALG_SHARED_KEY; -+ wnd->iw_auth_80211_alg |= IW_AUTH_ALG_OPEN_SYSTEM; -+ break; -+ default: -+ WARNING("invalid authentication algorithm: %d", auth_mode); -+ break; -+ } -+ EXIT2(return 0); -+} -+ -+int get_ndis_auth_mode(struct ndis_device *wnd) -+{ -+ ULONG mode; -+ NDIS_STATUS res; -+ -+ res = mp_query_int(wnd, OID_802_11_AUTHENTICATION_MODE, &mode); -+ if (res) { -+ WARNING("getting authentication mode failed (%08X)", res); -+ EXIT2(return -EOPNOTSUPP); -+ } -+ TRACE2("%d", mode); -+ return mode; -+} -+ -+int set_iw_encr_mode(struct ndis_device *wnd, int cipher_pairwise, -+ int cipher_groupwise) -+{ -+ NDIS_STATUS res; -+ ULONG ndis_mode; -+ -+ ENTER2("%d, %d", cipher_pairwise, cipher_groupwise); -+ if (cipher_pairwise & IW_AUTH_CIPHER_CCMP) -+ ndis_mode = Ndis802_11Encryption3Enabled; -+ else if (cipher_pairwise & IW_AUTH_CIPHER_TKIP) -+ ndis_mode = Ndis802_11Encryption2Enabled; -+ else if (cipher_pairwise & -+ (IW_AUTH_CIPHER_WEP40 | IW_AUTH_CIPHER_WEP104)) -+ ndis_mode = Ndis802_11Encryption1Enabled; -+ else if (cipher_groupwise & IW_AUTH_CIPHER_CCMP) -+ ndis_mode = Ndis802_11Encryption3Enabled; -+ else if (cipher_groupwise & IW_AUTH_CIPHER_TKIP) -+ ndis_mode = Ndis802_11Encryption2Enabled; -+ else -+ ndis_mode = Ndis802_11EncryptionDisabled; -+ -+ res = mp_set_int(wnd, OID_802_11_ENCRYPTION_STATUS, ndis_mode); -+ if (res) { -+ WARNING("setting encryption mode to %u failed (%08X)", -+ ndis_mode, res); -+ if (res == NDIS_STATUS_INVALID_DATA) -+ EXIT2(return -EINVAL); -+ return -EOPNOTSUPP; -+ } -+ wnd->iw_auth_cipher_pairwise = cipher_pairwise; -+ wnd->iw_auth_cipher_group = cipher_groupwise; -+ EXIT2(return 0); -+} -+ -+int get_ndis_encr_mode(struct ndis_device *wnd) -+{ -+ ULONG mode; -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ res = mp_query_int(wnd, OID_802_11_ENCRYPTION_STATUS, &mode); -+ if (res) { -+ WARNING("getting encryption status failed (%08X)", res); -+ EXIT2(return -EOPNOTSUPP); -+ } else -+ EXIT2(return mode); -+} -+ -+static int iw_get_encr(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ int index, mode; -+ struct encr_info *encr_info = &wnd->encr_info; -+ -+ ENTER2("wnd = %p", wnd); -+ wrqu->data.length = 0; -+ extra[0] = 0; -+ -+ index = (wrqu->encoding.flags & IW_ENCODE_INDEX); -+ TRACE2("index = %u", index); -+ if (index > 0) -+ index--; -+ else -+ index = encr_info->tx_key_index; -+ -+ if (index < 0 || index >= MAX_ENCR_KEYS) { -+ WARNING("encryption index out of range (%u)", index); -+ EXIT2(return -EINVAL); -+ } -+ -+ if (index != encr_info->tx_key_index) { -+ if (encr_info->keys[index].length > 0) { -+ wrqu->data.flags |= IW_ENCODE_ENABLED; -+ wrqu->data.length = encr_info->keys[index].length; -+ memcpy(extra, encr_info->keys[index].key, -+ encr_info->keys[index].length); -+ } -+ else -+ wrqu->data.flags |= IW_ENCODE_DISABLED; -+ -+ EXIT2(return 0); -+ } -+ -+ /* transmit key */ -+ mode = get_ndis_encr_mode(wnd); -+ if (mode < 0) -+ EXIT2(return -EOPNOTSUPP); -+ -+ if (mode == Ndis802_11EncryptionDisabled || -+ mode == Ndis802_11EncryptionNotSupported) -+ wrqu->data.flags |= IW_ENCODE_DISABLED; -+ else { -+ if (mode == Ndis802_11Encryption1KeyAbsent || -+ mode == Ndis802_11Encryption2KeyAbsent || -+ mode == Ndis802_11Encryption3KeyAbsent) -+ wrqu->data.flags |= IW_ENCODE_NOKEY; -+ else { -+ wrqu->data.flags |= IW_ENCODE_ENABLED; -+ wrqu->encoding.flags |= index+1; -+ wrqu->data.length = encr_info->keys[index].length; -+ memcpy(extra, encr_info->keys[index].key, -+ encr_info->keys[index].length); -+ } -+ } -+ mode = get_ndis_auth_mode(wnd); -+ if (mode < 0) -+ EXIT2(return -EOPNOTSUPP); -+ -+ if (mode == Ndis802_11AuthModeOpen) -+ wrqu->data.flags |= IW_ENCODE_OPEN; -+ else if (mode == Ndis802_11AuthModeAutoSwitch) -+ wrqu->data.flags |= IW_ENCODE_RESTRICTED; -+ else // Ndis802_11AuthModeAutoSwitch, Ndis802_11AuthModeWPA etc. -+ wrqu->data.flags |= IW_ENCODE_RESTRICTED; -+ -+ EXIT2(return 0); -+} -+ -+/* remove_key is for both wep and wpa */ -+static int remove_key(struct ndis_device *wnd, int index, -+ mac_address bssid) -+{ -+ NDIS_STATUS res; -+ if (wnd->encr_info.keys[index].length == 0) -+ EXIT2(return 0); -+ wnd->encr_info.keys[index].length = 0; -+ memset(&wnd->encr_info.keys[index].key, 0, -+ sizeof(wnd->encr_info.keys[index].length)); -+ if (wnd->iw_auth_cipher_pairwise == IW_AUTH_CIPHER_TKIP || -+ wnd->iw_auth_cipher_pairwise == IW_AUTH_CIPHER_CCMP || -+ wnd->iw_auth_cipher_group == IW_AUTH_CIPHER_TKIP || -+ wnd->iw_auth_cipher_group == IW_AUTH_CIPHER_CCMP) { -+ struct ndis_remove_key rmkey; -+ rmkey.struct_size = sizeof(rmkey); -+ rmkey.index = index; -+ if (bssid) { -+ /* pairwise key */ -+ if (memcmp(bssid, "\xff\xff\xff\xff\xff\xff", -+ ETH_ALEN) != 0) -+ rmkey.index |= (1 << 30); -+ memcpy(rmkey.bssid, bssid, sizeof(rmkey.bssid)); -+ } else -+ memset(rmkey.bssid, 0xff, sizeof(rmkey.bssid)); -+ if (mp_set(wnd, OID_802_11_REMOVE_KEY, &rmkey, sizeof(rmkey))) -+ EXIT2(return -EINVAL); -+ } else { -+ ndis_key_index keyindex = index; -+ res = mp_set_int(wnd, OID_802_11_REMOVE_WEP, keyindex); -+ if (res) { -+ WARNING("removing encryption key %d failed (%08X)", -+ keyindex, res); -+ EXIT2(return -EINVAL); -+ } -+ } -+ /* if it is transmit key, disable encryption */ -+ if (index == wnd->encr_info.tx_key_index) { -+ res = set_iw_encr_mode(wnd, IW_AUTH_CIPHER_NONE, -+ IW_AUTH_CIPHER_NONE); -+ if (res) -+ WARNING("changing encr status failed (%08X)", res); -+ } -+ TRACE2("key %d removed", index); -+ EXIT2(return 0); -+} -+ -+static int iw_set_wep(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ unsigned int index, key_len; -+ struct encr_info *encr_info = &wnd->encr_info; -+ unsigned char *key; -+ -+ ENTER2(""); -+ index = (wrqu->encoding.flags & IW_ENCODE_INDEX); -+ TRACE2("index = %u", index); -+ -+ /* iwconfig gives index as 1 - N */ -+ if (index > 0) -+ index--; -+ else -+ index = encr_info->tx_key_index; -+ -+ if (index >= MAX_ENCR_KEYS) { -+ WARNING("encryption index out of range (%u)", index); -+ EXIT2(return -EINVAL); -+ } -+ -+ /* remove key if disabled */ -+ if (wrqu->data.flags & IW_ENCODE_DISABLED) { -+ if (remove_key(wnd, index, NULL)) -+ EXIT2(return -EINVAL); -+ else -+ EXIT2(return 0); -+ } -+ -+ /* global encryption state (for all keys) */ -+ if (wrqu->data.flags & IW_ENCODE_OPEN) -+ res = set_ndis_auth_mode(wnd, Ndis802_11AuthModeOpen); -+ else // if (wrqu->data.flags & IW_ENCODE_RESTRICTED) -+ res = set_ndis_auth_mode(wnd, Ndis802_11AuthModeShared); -+ if (res) { -+ WARNING("setting authentication mode failed (%08X)", res); -+ EXIT2(return -EINVAL); -+ } -+ -+ TRACE2("key length: %d", wrqu->data.length); -+ -+ if (wrqu->data.length > 0) { -+ key_len = wrqu->data.length; -+ key = extra; -+ } else { // must be set as tx key -+ if (encr_info->keys[index].length == 0) { -+ WARNING("key %d is not set", index+1); -+ EXIT2(return -EINVAL); -+ } -+ key_len = encr_info->keys[index].length; -+ key = encr_info->keys[index].key; -+ encr_info->tx_key_index = index; -+ } -+ -+ if (add_wep_key(wnd, key, key_len, index)) -+ EXIT2(return -EINVAL); -+ -+ if (index == encr_info->tx_key_index) { -+ /* if transmit key is at index other than 0, some -+ * drivers, at least Atheros and TI, want another -+ * (global) non-transmit key to be set; don't know why */ -+ if (index != 0) { -+ int i; -+ for (i = 0; i < MAX_ENCR_KEYS; i++) -+ if (i != index && -+ encr_info->keys[i].length != 0) -+ break; -+ if (i == MAX_ENCR_KEYS) { -+ if (index == 0) -+ i = index + 1; -+ else -+ i = index - 1; -+ if (add_wep_key(wnd, key, key_len, i)) -+ WARNING("couldn't add broadcast key" -+ " at %d", i); -+ } -+ } -+ /* ndis drivers want essid to be set after setting encr */ -+ set_essid(wnd, wnd->essid.essid, wnd->essid.length); -+ } -+ EXIT2(return 0); -+} -+ -+static int iw_set_nick(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ if (wrqu->data.length >= sizeof(wnd->nick)) -+ return -EINVAL; -+ memcpy(wnd->nick, extra, wrqu->data.length); -+ wnd->nick[wrqu->data.length] = 0; -+ return 0; -+} -+ -+static int iw_get_nick(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ wrqu->data.length = strlen(wnd->nick); -+ memcpy(extra, wnd->nick, wrqu->data.length); -+ return 0; -+} -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27) && !defined(IW_REQUEST_FLAG_COMPAT) -+#define iwe_stream_add_event(a, b, c, d, e) iwe_stream_add_event(b, c, d, e) -+#define iwe_stream_add_point(a, b, c, d, e) iwe_stream_add_point(b, c, d, e) -+#define iwe_stream_add_value(a, b, c, d, e, f) \ -+ iwe_stream_add_value(b, c, d, e, f) -+#define iwe_stream_lcp_len(a) IW_EV_LCP_LEN -+#endif -+ -+static char *ndis_translate_scan(struct net_device *dev, -+ struct iw_request_info *info, char *event, -+ char *end_buf, void *item) -+{ -+ struct iw_event iwe; -+ char *current_val; -+ char *ret; -+ int i, nrates; -+ unsigned char custom_str[64]; -+ struct ndis_wlan_bssid *bssid; -+ struct ndis_wlan_bssid_ex *bssid_ex; -+ int extended; -+ -+ ENTER2("%p, %p", event, item); -+ bssid = item; -+ bssid_ex = item; -+ extended = (bssid->length > offsetof(struct ndis_wlan_bssid_ex, var)); -+ -+ /* add mac address */ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = SIOCGIWAP; -+ iwe.u.ap_addr.sa_family = ARPHRD_ETHER; -+ iwe.len = IW_EV_ADDR_LEN; -+ memcpy(iwe.u.ap_addr.sa_data, bssid->mac, ETH_ALEN); -+ ret = iwe_stream_add_event(info, event, end_buf, &iwe, IW_EV_ADDR_LEN); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ /* add essid */ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = SIOCGIWESSID; -+ iwe.u.data.length = bssid->ssid.length; -+ if (iwe.u.data.length > IW_ESSID_MAX_SIZE) -+ iwe.u.data.length = IW_ESSID_MAX_SIZE; -+ iwe.u.data.flags = 1; -+ iwe.len = IW_EV_POINT_LEN + iwe.u.data.length; -+ ret = iwe_stream_add_point(info, event, end_buf, &iwe, -+ bssid->ssid.essid); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ /* add protocol name */ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = SIOCGIWNAME; -+ strncpy(iwe.u.name, network_type_to_name(bssid->net_type), IFNAMSIZ); -+ ret = iwe_stream_add_event(info, event, end_buf, &iwe, IW_EV_CHAR_LEN); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ /* add mode */ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = SIOCGIWMODE; -+ if (bssid->mode == Ndis802_11IBSS) -+ iwe.u.mode = IW_MODE_ADHOC; -+ else if (bssid->mode == Ndis802_11Infrastructure) -+ iwe.u.mode = IW_MODE_MASTER; -+ else // if (bssid->mode == Ndis802_11AutoUnknown) -+ iwe.u.mode = IW_MODE_AUTO; -+ ret = iwe_stream_add_event(info, event, end_buf, &iwe, IW_EV_UINT_LEN); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ /* add freq */ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = SIOCGIWFREQ; -+ iwe.u.freq.m = bssid->config.ds_config; -+ if (bssid->config.ds_config > 1000000) { -+ iwe.u.freq.m = bssid->config.ds_config / 10; -+ iwe.u.freq.e = 1; -+ } -+ else -+ iwe.u.freq.m = bssid->config.ds_config; -+ /* convert from kHz to Hz */ -+ iwe.u.freq.e += 3; -+ iwe.len = IW_EV_FREQ_LEN; -+ ret = iwe_stream_add_event(info, event, end_buf, &iwe, IW_EV_FREQ_LEN); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ /* add qual */ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVQUAL; -+ i = 100 * (bssid->rssi - WL_NOISE) / (WL_SIGMAX - WL_NOISE); -+ if (i < 0) -+ i = 0; -+ else if (i > 100) -+ i = 100; -+ iwe.u.qual.level = bssid->rssi; -+ iwe.u.qual.noise = WL_NOISE; -+ iwe.u.qual.qual = i; -+ iwe.len = IW_EV_QUAL_LEN; -+ ret = iwe_stream_add_event(info, event, end_buf, &iwe, IW_EV_QUAL_LEN); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ /* add key info */ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = SIOCGIWENCODE; -+ if (bssid->privacy == Ndis802_11PrivFilterAcceptAll) -+ iwe.u.data.flags = IW_ENCODE_DISABLED; -+ else -+ iwe.u.data.flags = IW_ENCODE_ENABLED | IW_ENCODE_NOKEY; -+ iwe.u.data.length = 0; -+ iwe.len = IW_EV_POINT_LEN; -+ ret = iwe_stream_add_point(info, event, end_buf, &iwe, -+ bssid->ssid.essid); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ /* add rate */ -+ memset(&iwe, 0, sizeof(iwe)); -+ current_val = event + iwe_stream_lcp_len(info); -+ iwe.cmd = SIOCGIWRATE; -+ if (extended) -+ nrates = ARRAY_SIZE(bssid->rates); -+ else -+ nrates = ARRAY_SIZE(bssid_ex->rates_ex); -+ for (i = 0; i < nrates; i++) { -+ if (bssid_ex->rates_ex[i] & 0x7f) { -+ iwe.u.bitrate.value = ((bssid->rates[i] & 0x7f) * -+ 500000); -+ ret = iwe_stream_add_value(info, event, current_val, -+ end_buf, &iwe, -+ IW_EV_PARAM_LEN); -+ if (ret == current_val) -+ return NULL; -+ current_val = ret; -+ } -+ } -+ -+ if ((current_val - event) > iwe_stream_lcp_len(info)) -+ event = current_val; -+ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ sprintf(custom_str, "bcn_int=%d", bssid->config.beacon_period); -+ iwe.u.data.length = strlen(custom_str); -+ ret = iwe_stream_add_point(info, event, end_buf, &iwe, custom_str); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ sprintf(custom_str, "atim=%u", bssid->config.atim_window); -+ iwe.u.data.length = strlen(custom_str); -+ ret = iwe_stream_add_point(info, event, end_buf, &iwe, custom_str); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ -+ TRACE2("%d, %zu", bssid->length, sizeof(*bssid)); -+ if (extended) { -+ struct ndis_variable_ies *iep = bssid_ex->var; -+ unsigned char *end = (unsigned char *)&bssid_ex->fixed + -+ bssid_ex->ie_length; -+ -+ while (&iep->length < end && &iep->data[iep->length] <= end) { -+ unsigned char ielen = iep->length + 2; -+ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVGENIE; -+ iwe.u.data.length = ielen; -+ ret = iwe_stream_add_point(info, event, end_buf, &iwe, -+ (char *)iep); -+ if (ret == event) -+ return NULL; -+ event = ret; -+ iep = (typeof(iep))&iep->data[iep->length]; -+ } -+ } -+ TRACE2("event = %p, current_val = %p", event, current_val); -+ EXIT2(return event); -+} -+ -+static int set_scan(struct ndis_device *wnd) -+{ -+ NDIS_STATUS res; -+ -+ ENTER2(""); -+ res = mp_set(wnd, OID_802_11_BSSID_LIST_SCAN, NULL, 0); -+ if (res) { -+ WARNING("scanning failed (%08X)", res); -+ EXIT2(return -EOPNOTSUPP); -+ } -+ wnd->scan_timestamp = jiffies; -+ EXIT2(return 0); -+} -+ -+static int iw_set_scan(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ return set_scan(wnd); -+} -+ -+static int iw_get_scan(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ unsigned int i, buf_len, needed, data_len; -+ NDIS_STATUS res; -+ struct ndis_bssid_list *bssid_list = NULL; -+ char *event = extra; -+ struct ndis_wlan_bssid *cur_item; -+ -+ ENTER2(""); -+ if (time_before(jiffies, wnd->scan_timestamp + 3 * HZ)) -+ return -EAGAIN; -+ /* try with space for a few scan items */ -+ buf_len = sizeof(ULONG) + offsetof(struct ndis_wlan_bssid_ex, var) * 8; -+ -+ /* Try many times, as the needed space may grow between queries */ -+ for (i = 0; i < 10; i++) { -+ bssid_list = kzalloc(buf_len, GFP_KERNEL); -+ if (!bssid_list) { -+ ERROR("couldn't allocate %u bytes for scan results", -+ buf_len); -+ return -ENOMEM; -+ } -+ -+ needed = 0; -+ data_len = 0; -+ res = mp_query_info(wnd, OID_802_11_BSSID_LIST, bssid_list, -+ buf_len, &data_len, &needed); -+ TRACE2("try %d: given %d bytes, needed %d, written %d", -+ i, buf_len, needed, data_len); -+ if (needed <= buf_len) -+ break; -+ kfree(bssid_list); -+ buf_len = needed; -+ } -+ if (res) { -+ WARNING("getting BSSID list failed (%08X)", res); -+ kfree(bssid_list); -+ EXIT2(return -EOPNOTSUPP); -+ } -+ -+ /* some drivers don't set bssid_list->num_items to 0 if -+ OID_802_11_BSSID_LIST returns no items (prism54 driver, e.g.,) */ -+ TRACE2("items: %d", bssid_list->num_items); -+ cur_item = &bssid_list->bssid[0]; -+ for (i = 0; i < bssid_list->num_items; i++) { -+ TRACE2("item %d: len %d, remaining data %d", -+ i, cur_item->length, data_len); -+ /* drop truncated items */ -+ if (cur_item->length > data_len) -+ break; -+ event = ndis_translate_scan(dev, info, event, -+ extra + wrqu->data.length, -+ cur_item); -+ if (!event) { -+ kfree(bssid_list); -+ return -E2BIG; -+ } -+ data_len -= cur_item->length; -+ cur_item = (struct ndis_wlan_bssid *)((char *)cur_item + -+ cur_item->length); -+ } -+ wrqu->data.length = event - extra; -+ wrqu->data.flags = 0; -+ kfree(bssid_list); -+ EXIT2(return 0); -+} -+ -+static int iw_set_power_mode(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ enum ndis_power power_mode; -+ -+ if (wrqu->power.disabled == 1) -+ power_mode = NDIS_POWER_OFF; -+ else if (wrqu->power.flags & IW_POWER_MIN) -+ power_mode = NDIS_POWER_MIN; -+ else // if (wrqu->power.flags & IW_POWER_MAX) -+ power_mode = NDIS_POWER_MAX; -+ -+ TRACE2("%d", power_mode); -+ res = mp_set(wnd, OID_802_11_POWER_MODE, -+ &power_mode, sizeof(power_mode)); -+ if (res) -+ WARNING("setting power mode failed (%08X)", res); -+ return 0; -+} -+ -+static int iw_get_power_mode(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ enum ndis_power power_mode; -+ -+ ENTER2(""); -+ res = mp_query(wnd, OID_802_11_POWER_MODE, -+ &power_mode, sizeof(power_mode)); -+ if (res) -+ return -ENOTSUPP; -+ -+ if (power_mode == NDIS_POWER_OFF) -+ wrqu->power.disabled = 1; -+ else { -+ if (wrqu->power.flags != 0) -+ return 0; -+ wrqu->power.flags |= IW_POWER_ALL_R; -+ wrqu->power.flags |= IW_POWER_TIMEOUT; -+ wrqu->power.value = 0; -+ wrqu->power.disabled = 0; -+ -+ if (power_mode == NDIS_POWER_MIN) -+ wrqu->power.flags |= IW_POWER_MIN; -+ else // if (power_mode == NDIS_POWER_MAX) -+ wrqu->power.flags |= IW_POWER_MAX; -+ } -+ return 0; -+} -+ -+static int iw_get_sensitivity(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ ndis_rssi rssi_trigger; -+ -+ ENTER2(""); -+ res = mp_query(wnd, OID_802_11_RSSI_TRIGGER, -+ &rssi_trigger, sizeof(rssi_trigger)); -+ if (res) -+ return -EOPNOTSUPP; -+ wrqu->param.value = rssi_trigger; -+ wrqu->param.disabled = (rssi_trigger == 0); -+ wrqu->param.fixed = 1; -+ return 0; -+} -+ -+static int iw_set_sensitivity(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ ndis_rssi rssi_trigger; -+ -+ ENTER2(""); -+ if (wrqu->param.disabled) -+ rssi_trigger = 0; -+ else -+ rssi_trigger = wrqu->param.value; -+ res = mp_set(wnd, OID_802_11_RSSI_TRIGGER, -+ &rssi_trigger, sizeof(rssi_trigger)); -+ if (res == NDIS_STATUS_INVALID_DATA) -+ return -EINVAL; -+ if (res) -+ return -EOPNOTSUPP; -+ return 0; -+} -+ -+static int iw_get_ndis_stats(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ struct iw_statistics *stats = &wnd->iw_stats; -+ memcpy(&wrqu->qual, &stats->qual, sizeof(stats->qual)); -+ return 0; -+} -+ -+static int iw_get_range(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct iw_range *range = (struct iw_range *)extra; -+ struct iw_point *data = &wrqu->data; -+ struct ndis_device *wnd = netdev_priv(dev); -+ unsigned int i, n; -+ NDIS_STATUS res; -+ UCHAR rates[NDIS_MAX_RATES_EX]; -+ ndis_tx_power_level tx_power; -+ -+ ENTER2(""); -+ data->length = sizeof(struct iw_range); -+ memset(range, 0, sizeof(struct iw_range)); -+ -+ range->txpower_capa = IW_TXPOW_MWATT; -+ range->num_txpower = 0; -+ -+ res = mp_query(wnd, OID_802_11_TX_POWER_LEVEL, -+ &tx_power, sizeof(tx_power)); -+ if (!res) { -+ range->num_txpower = 1; -+ range->txpower[0] = tx_power; -+ } -+ -+ range->we_version_compiled = WIRELESS_EXT; -+ range->we_version_source = 19; -+ -+ range->retry_capa = IW_RETRY_LIMIT; -+ range->retry_flags = IW_RETRY_LIMIT; -+ range->min_retry = 0; -+ range->max_retry = 255; -+ -+ range->num_channels = 1; -+ -+ range->max_qual.qual = 100; -+ range->max_qual.level = 154; -+ range->max_qual.noise = 154; -+ range->sensitivity = 3; -+ -+ range->max_encoding_tokens = 4; -+ range->num_encoding_sizes = 2; -+ range->encoding_size[0] = 5; -+ range->encoding_size[1] = 13; -+ -+ range->num_bitrates = 0; -+ memset(&rates, 0, sizeof(rates)); -+ res = mp_query_info(wnd, OID_802_11_SUPPORTED_RATES, -+ &rates, sizeof(rates), &n, NULL); -+ if (res) -+ WARNING("getting bit rates failed: %08X", res); -+ else { -+ for (i = 0; i < n && range->num_bitrates < IW_MAX_BITRATES; i++) -+ if (rates[i] & 0x80) -+ continue; -+ else if (rates[i] & 0x7f) { -+ range->bitrate[range->num_bitrates] = -+ (rates[i] & 0x7f) * 500000; -+ range->num_bitrates++; -+ } -+ } -+ -+ range->num_channels = ARRAY_SIZE(freq_chan); -+ -+ for (i = 0; i < ARRAY_SIZE(freq_chan) && i < IW_MAX_FREQUENCIES; i++) { -+ range->freq[i].i = i + 1; -+ range->freq[i].m = freq_chan[i] * 100000; -+ range->freq[i].e = 1; -+ } -+ range->num_frequency = i; -+ -+ range->min_rts = 0; -+ range->max_rts = 2347; -+ range->min_frag = 256; -+ range->max_frag = 2346; -+ -+ /* Event capability (kernel + driver) */ -+ range->event_capa[0] = (IW_EVENT_CAPA_K_0 | -+ IW_EVENT_CAPA_MASK(SIOCGIWTHRSPY) | -+ IW_EVENT_CAPA_MASK(SIOCGIWAP) | -+ IW_EVENT_CAPA_MASK(SIOCGIWSCAN)); -+ range->event_capa[1] = IW_EVENT_CAPA_K_1; -+ range->event_capa[4] = (IW_EVENT_CAPA_MASK(IWEVTXDROP) | -+ IW_EVENT_CAPA_MASK(IWEVCUSTOM) | -+ IW_EVENT_CAPA_MASK(IWEVREGISTERED) | -+ IW_EVENT_CAPA_MASK(IWEVEXPIRED)); -+ -+ range->enc_capa = 0; -+ -+ if (test_bit(Ndis802_11Encryption2Enabled, &wnd->capa.encr)) -+ range->enc_capa |= IW_ENC_CAPA_CIPHER_TKIP; -+ if (test_bit(Ndis802_11Encryption3Enabled, &wnd->capa.encr)) -+ range->enc_capa |= IW_ENC_CAPA_CIPHER_CCMP; -+ -+ if (test_bit(Ndis802_11AuthModeWPA, &wnd->capa.auth) || -+ test_bit(Ndis802_11AuthModeWPAPSK, &wnd->capa.auth)) -+ range->enc_capa |= IW_ENC_CAPA_WPA; -+ if (test_bit(Ndis802_11AuthModeWPA2, &wnd->capa.auth) || -+ test_bit(Ndis802_11AuthModeWPA2PSK, &wnd->capa.auth)) -+ range->enc_capa |= IW_ENC_CAPA_WPA2; -+ -+ return 0; -+} -+ -+void set_default_iw_params(struct ndis_device *wnd) -+{ -+ wnd->iw_auth_key_mgmt = 0; -+ wnd->iw_auth_wpa_version = 0; -+ set_infra_mode(wnd, Ndis802_11Infrastructure); -+ set_ndis_auth_mode(wnd, Ndis802_11AuthModeOpen); -+ set_priv_filter(wnd); -+ set_iw_encr_mode(wnd, IW_AUTH_CIPHER_NONE, IW_AUTH_CIPHER_NONE); -+} -+ -+static int deauthenticate(struct ndis_device *wnd) -+{ -+ int ret; -+ -+ ENTER2(""); -+ ret = disassociate(wnd, 1); -+ set_default_iw_params(wnd); -+ EXIT2(return ret); -+} -+ -+NDIS_STATUS disassociate(struct ndis_device *wnd, int reset_ssid) -+{ -+ NDIS_STATUS res; -+ u8 buf[NDIS_ESSID_MAX_SIZE]; -+ int i; -+ -+ TRACE2(""); -+ res = mp_set(wnd, OID_802_11_DISASSOCIATE, NULL, 0); -+ /* disassociate causes radio to be turned off; if reset_ssid -+ * is given, set ssid to random to enable radio */ -+ if (reset_ssid) { -+ get_random_bytes(buf, sizeof(buf)); -+ for (i = 0; i < sizeof(buf); i++) -+ buf[i] = 'a' + (buf[i] % 26); -+ set_essid(wnd, buf, sizeof(buf)); -+ } -+ return res; -+} -+ -+static int iw_set_mlme(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ struct iw_mlme *mlme = (struct iw_mlme *)extra; -+ -+ ENTER2(""); -+ switch (mlme->cmd) { -+ case IW_MLME_DEAUTH: -+ return deauthenticate(wnd); -+ case IW_MLME_DISASSOC: -+ TRACE2("cmd=%d reason_code=%d", mlme->cmd, mlme->reason_code); -+ return disassociate(wnd, 1); -+ default: -+ return -EOPNOTSUPP; -+ } -+ -+ return 0; -+} -+ -+static int iw_set_genie(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ /* -+ * NDIS drivers do not allow IEs to be configured; this is -+ * done by the driver based on other configuration. Return 0 -+ * to avoid causing issues with user space programs that -+ * expect this function to succeed. -+ */ -+ return 0; -+} -+ -+static int iw_set_auth(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ TRACE2("index=%d value=%d", wrqu->param.flags & IW_AUTH_INDEX, -+ wrqu->param.value); -+ switch (wrqu->param.flags & IW_AUTH_INDEX) { -+ case IW_AUTH_WPA_VERSION: -+ wnd->iw_auth_wpa_version = wrqu->param.value; -+ break; -+ case IW_AUTH_CIPHER_PAIRWISE: -+ wnd->iw_auth_cipher_pairwise = wrqu->param.value; -+ break; -+ case IW_AUTH_CIPHER_GROUP: -+ wnd->iw_auth_cipher_group = wrqu->param.value; -+ break; -+ case IW_AUTH_KEY_MGMT: -+ wnd->iw_auth_key_mgmt = wrqu->param.value; -+ break; -+ case IW_AUTH_80211_AUTH_ALG: -+ wnd->iw_auth_80211_alg = wrqu->param.value; -+ break; -+ case IW_AUTH_WPA_ENABLED: -+ if (wrqu->param.value) -+ deauthenticate(wnd); -+ break; -+#ifdef IW_AUTH_MFP -+ case IW_AUTH_MFP: -+ if (wrqu->param.value == IW_AUTH_MFP_DISABLED || -+ wrqu->param.value == IW_AUTH_MFP_OPTIONAL) -+ break; -+ WARNING("MFP not implemented"); -+ return -EOPNOTSUPP; -+#endif -+ case IW_AUTH_TKIP_COUNTERMEASURES: -+ case IW_AUTH_DROP_UNENCRYPTED: -+ case IW_AUTH_RX_UNENCRYPTED_EAPOL: -+ case IW_AUTH_PRIVACY_INVOKED: -+ TRACE2("%d not implemented: %d", -+ wrqu->param.flags & IW_AUTH_INDEX, wrqu->param.value); -+ break; -+ default: -+ WARNING("invalid cmd %d", wrqu->param.flags & IW_AUTH_INDEX); -+ return -EOPNOTSUPP; -+ } -+ return 0; -+} -+ -+static int iw_get_auth(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ ENTER2("index=%d", wrqu->param.flags & IW_AUTH_INDEX); -+ switch (wrqu->param.flags & IW_AUTH_INDEX) { -+ case IW_AUTH_WPA_VERSION: -+ wrqu->param.value = wnd->iw_auth_wpa_version; -+ break; -+ case IW_AUTH_CIPHER_PAIRWISE: -+ wrqu->param.value = wnd->iw_auth_cipher_pairwise; -+ break; -+ case IW_AUTH_CIPHER_GROUP: -+ wrqu->param.value = wnd->iw_auth_cipher_group; -+ break; -+ case IW_AUTH_KEY_MGMT: -+ wrqu->param.value = wnd->iw_auth_key_mgmt; -+ break; -+ case IW_AUTH_80211_AUTH_ALG: -+ wrqu->param.value = wnd->iw_auth_80211_alg; -+ break; -+ default: -+ WARNING("invalid cmd %d", wrqu->param.flags & IW_AUTH_INDEX); -+ return -EOPNOTSUPP; -+ } -+ return 0; -+} -+ -+static int iw_set_encodeext(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; -+ struct ndis_device *wnd = netdev_priv(dev); -+ struct ndis_add_key ndis_key; -+ int i, keyidx; -+ NDIS_STATUS res; -+ u8 *addr; -+ -+ keyidx = wrqu->encoding.flags & IW_ENCODE_INDEX; -+ ENTER2("%d", keyidx); -+ if (keyidx) -+ keyidx--; -+ else -+ keyidx = wnd->encr_info.tx_key_index; -+ -+ if (keyidx < 0 || keyidx >= MAX_ENCR_KEYS) -+ return -EINVAL; -+ -+ if (ext->alg == WPA_ALG_WEP) { -+ if (!test_bit(Ndis802_11Encryption1Enabled, &wnd->capa.encr)) -+ EXIT2(return -1); -+ if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) -+ wnd->encr_info.tx_key_index = keyidx; -+ if (add_wep_key(wnd, ext->key, ext->key_len, keyidx)) -+ EXIT2(return -1); -+ else -+ EXIT2(return 0); -+ } -+ if ((wrqu->encoding.flags & IW_ENCODE_DISABLED) || -+ ext->alg == IW_ENCODE_ALG_NONE || ext->key_len == 0) -+ EXIT2(return remove_key(wnd, keyidx, ndis_key.bssid)); -+ -+ if (ext->key_len > sizeof(ndis_key.key)) { -+ TRACE2("incorrect key length (%u)", ext->key_len); -+ EXIT2(return -1); -+ } -+ -+ memset(&ndis_key, 0, sizeof(ndis_key)); -+ -+ ndis_key.struct_size = -+ sizeof(ndis_key) - sizeof(ndis_key.key) + ext->key_len; -+ ndis_key.length = ext->key_len; -+ ndis_key.index = keyidx; -+ -+ if (ext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) { -+ for (i = 0; i < 6; i++) -+ ndis_key.rsc |= (((u64)ext->rx_seq[i]) << (i * 8)); -+ TRACE2("0x%llx", ndis_key.rsc); -+ ndis_key.index |= 1 << 29; -+ } -+ -+ addr = ext->addr.sa_data; -+ if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) { -+ /* group key */ -+ if (wnd->infrastructure_mode == Ndis802_11IBSS) -+ memset(ndis_key.bssid, 0xff, ETH_ALEN); -+ else -+ get_ap_address(wnd, ndis_key.bssid); -+ } else { -+ /* pairwise key */ -+ ndis_key.index |= (1 << 30); -+ memcpy(ndis_key.bssid, addr, ETH_ALEN); -+ } -+ TRACE2(MACSTRSEP, MAC2STR(ndis_key.bssid)); -+ -+ if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) -+ ndis_key.index |= (1 << 31); -+ -+ if (ext->alg == IW_ENCODE_ALG_TKIP && ext->key_len == 32) { -+ /* wpa_supplicant gives us the Michael MIC RX/TX keys in -+ * different order than NDIS spec, so swap the order here. */ -+ memcpy(ndis_key.key, ext->key, 16); -+ memcpy(ndis_key.key + 16, ext->key + 24, 8); -+ memcpy(ndis_key.key + 24, ext->key + 16, 8); -+ } else -+ memcpy(ndis_key.key, ext->key, ext->key_len); -+ -+ res = mp_set(wnd, OID_802_11_ADD_KEY, &ndis_key, ndis_key.struct_size); -+ if (res) { -+ TRACE2("adding key failed (%08X), %u", -+ res, ndis_key.struct_size); -+ EXIT2(return -1); -+ } -+ wnd->encr_info.keys[keyidx].length = ext->key_len; -+ memcpy(&wnd->encr_info.keys[keyidx].key, ndis_key.key, ext->key_len); -+ if (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) -+ wnd->encr_info.tx_key_index = keyidx; -+ TRACE2("key %d added", keyidx); -+ -+ EXIT2(return 0); -+} -+ -+static int iw_get_encodeext(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ /* struct iw_encode_ext *ext = (struct iw_encode_ext *) extra; */ -+ /* TODO */ -+ ENTER2(""); -+ return 0; -+} -+ -+static int iw_set_pmksa(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct iw_pmksa *pmksa = (struct iw_pmksa *)extra; -+ struct ndis_pmkid pmkid; -+ NDIS_STATUS res; -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ /* TODO: must keep local list of PMKIDs since NDIS drivers -+ * expect that all PMKID entries are included whenever a new -+ * one is added. */ -+ -+ ENTER2("%d", pmksa->cmd); -+ if ((pmksa->cmd == IW_PMKSA_ADD || pmksa->cmd == IW_PMKSA_REMOVE) && -+ (!(wnd->iw_auth_wpa_version & IW_AUTH_WPA_VERSION_WPA2))) -+ EXIT2(return -EOPNOTSUPP); -+ -+ memset(&pmkid, 0, sizeof(pmkid)); -+ if (pmksa->cmd == IW_PMKSA_ADD) { -+ pmkid.bssid_info_count = 1; -+ memcpy(pmkid.bssid_info[0].bssid, pmksa->bssid.sa_data, -+ ETH_ALEN); -+ memcpy(pmkid.bssid_info[0].pmkid, pmksa->pmkid, IW_PMKID_LEN); -+ } -+ pmkid.length = sizeof(pmkid); -+ -+ res = mp_set(wnd, OID_802_11_PMKID, &pmkid, pmkid.length); -+ if (res == NDIS_STATUS_FAILURE) -+ EXIT2(return -EOPNOTSUPP); -+ TRACE2("OID_802_11_PMKID -> %d", res); -+ if (res) -+ return -EINVAL; -+ -+ return 0; -+} -+ -+#define WEXT(id) [id - SIOCIWFIRST] -+ -+static const iw_handler ndis_handler[] = { -+ WEXT(SIOCGIWNAME) = iw_get_network_type, -+ WEXT(SIOCSIWESSID) = iw_set_essid, -+ WEXT(SIOCGIWESSID) = iw_get_essid, -+ WEXT(SIOCSIWMODE) = iw_set_infra_mode, -+ WEXT(SIOCGIWMODE) = iw_get_infra_mode, -+ WEXT(SIOCGIWFREQ) = iw_get_freq, -+ WEXT(SIOCSIWFREQ) = iw_set_freq, -+ WEXT(SIOCGIWTXPOW) = iw_get_tx_power, -+ WEXT(SIOCSIWTXPOW) = iw_set_tx_power, -+ WEXT(SIOCGIWRATE) = iw_get_bitrate, -+ WEXT(SIOCSIWRATE) = iw_set_bitrate, -+ WEXT(SIOCGIWRTS) = iw_get_rts_threshold, -+ WEXT(SIOCSIWRTS) = iw_set_rts_threshold, -+ WEXT(SIOCGIWFRAG) = iw_get_frag_threshold, -+ WEXT(SIOCSIWFRAG) = iw_set_frag_threshold, -+ WEXT(SIOCGIWAP) = iw_get_ap_address, -+ WEXT(SIOCSIWAP) = iw_set_ap_address, -+ WEXT(SIOCSIWENCODE) = iw_set_wep, -+ WEXT(SIOCGIWENCODE) = iw_get_encr, -+ WEXT(SIOCSIWSCAN) = iw_set_scan, -+ WEXT(SIOCGIWSCAN) = iw_get_scan, -+ WEXT(SIOCGIWPOWER) = iw_get_power_mode, -+ WEXT(SIOCSIWPOWER) = iw_set_power_mode, -+ WEXT(SIOCGIWRANGE) = iw_get_range, -+ WEXT(SIOCGIWSTATS) = iw_get_ndis_stats, -+ WEXT(SIOCGIWSENS) = iw_get_sensitivity, -+ WEXT(SIOCSIWSENS) = iw_set_sensitivity, -+ WEXT(SIOCGIWNICKN) = iw_get_nick, -+ WEXT(SIOCSIWNICKN) = iw_set_nick, -+ WEXT(SIOCSIWCOMMIT) = iw_set_dummy, -+ WEXT(SIOCSIWMLME) = iw_set_mlme, -+ WEXT(SIOCSIWGENIE) = iw_set_genie, -+ WEXT(SIOCSIWAUTH) = iw_set_auth, -+ WEXT(SIOCGIWAUTH) = iw_get_auth, -+ WEXT(SIOCSIWENCODEEXT) = iw_set_encodeext, -+ WEXT(SIOCGIWENCODEEXT) = iw_get_encodeext, -+ WEXT(SIOCSIWPMKSA) = iw_set_pmksa, -+}; -+ -+/* private ioctl's */ -+ -+static int priv_reset(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int res; -+ ENTER2(""); -+ res = mp_reset(netdev_priv(dev)); -+ if (res) { -+ WARNING("reset failed: %08X", res); -+ return -EOPNOTSUPP; -+ } -+ return 0; -+} -+ -+static int priv_deauthenticate(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int res; -+ ENTER2(""); -+ res = deauthenticate(netdev_priv(dev)); -+ return res; -+} -+ -+static int priv_power_profile(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ struct miniport *mp; -+ ULONG profile_inf; -+ -+ ENTER2(""); -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ if (!mp->pnp_event_notify) -+ EXIT2(return -EOPNOTSUPP); -+ -+ /* 1 for AC and 0 for Battery */ -+ if (wrqu->param.value) -+ profile_inf = NdisPowerProfileAcOnLine; -+ else -+ profile_inf = NdisPowerProfileBattery; -+ -+ LIN2WIN4(mp->pnp_event_notify, wnd->nmb->mp_ctx, -+ NdisDevicePnPEventPowerProfileChanged, -+ &profile_inf, sizeof(profile_inf)); -+ EXIT2(return 0); -+} -+ -+static int priv_network_type(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ enum network_type network_type; -+ NDIS_STATUS res; -+ char type; -+ -+ ENTER2(""); -+ type = wrqu->param.value; -+ if (type == 'f') -+ network_type = Ndis802_11FH; -+ else if (type == 'b') -+ network_type = Ndis802_11DS; -+ else if (type == 'a') -+ network_type = Ndis802_11OFDM5; -+ else if (type == 'g' || type == 'n') -+ network_type = Ndis802_11OFDM24; -+ else -+ network_type = Ndis802_11Automode; -+ -+ res = mp_set_int(wnd, OID_802_11_NETWORK_TYPE_IN_USE, network_type); -+ if (res) { -+ WARNING("setting network type to %d failed (%08X)", -+ network_type, res); -+ EXIT2(return -EINVAL); -+ } -+ -+ EXIT2(return 0); -+} -+ -+static int priv_media_stream_mode(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ NDIS_STATUS res; -+ int mode; -+ -+ ENTER2(""); -+ if (wrqu->param.value > 0) -+ mode = Ndis802_11MediaStreamOn; -+ else -+ mode = Ndis802_11MediaStreamOff; -+ res = mp_set_int(wnd, OID_802_11_MEDIA_STREAM_MODE, mode); -+ if (res) { -+ WARNING("oid failed (%08X)", res); -+ EXIT2(return -EINVAL); -+ } -+ EXIT2(return 0); -+} -+ -+static int priv_reload_defaults(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ int res; -+ ENTER2(""); -+ res = mp_set_int(wnd, OID_802_11_RELOAD_DEFAULTS, -+ Ndis802_11ReloadWEPKeys); -+ if (res) { -+ WARNING("reloading defaults failed: %08X", res); -+ return -EOPNOTSUPP; -+ } -+ return 0; -+} -+ -+static const struct iw_priv_args priv_args[] = { -+ {PRIV_RESET, 0, 0, "ndis_reset"}, -+ {PRIV_POWER_PROFILE, IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, -+ "power_profile"}, -+ {PRIV_DEAUTHENTICATE, 0, 0, "deauthenticate"}, -+ {PRIV_NETWORK_TYPE, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | 1, 0, -+ "network_type"}, -+ {PRIV_MEDIA_STREAM_MODE, IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, -+ "media_stream"}, -+ -+ {PRIV_RELOAD_DEFAULTS, 0, 0, "reload_defaults"}, -+}; -+ -+#define WEPRIV(id) [id - SIOCIWFIRSTPRIV] -+ -+static const iw_handler priv_handler[] = { -+ WEPRIV(PRIV_RESET) = priv_reset, -+ WEPRIV(PRIV_POWER_PROFILE) = priv_power_profile, -+ WEPRIV(PRIV_DEAUTHENTICATE) = priv_deauthenticate, -+ WEPRIV(PRIV_NETWORK_TYPE) = priv_network_type, -+ WEPRIV(PRIV_MEDIA_STREAM_MODE) = priv_media_stream_mode, -+ WEPRIV(PRIV_RELOAD_DEFAULTS) = priv_reload_defaults, -+}; -+ -+const struct iw_handler_def ndis_handler_def = { -+ .num_standard = ARRAY_SIZE(ndis_handler), -+ .num_private = ARRAY_SIZE(priv_handler), -+ .num_private_args = ARRAY_SIZE(priv_args), -+ -+ .standard = (iw_handler *)ndis_handler, -+ .private = (iw_handler *)priv_handler, -+ .private_args = (struct iw_priv_args *)priv_args, -+ .get_wireless_stats = get_iw_stats, -+}; -+ -+#endif -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/iw_ndis.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/iw_ndis.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/iw_ndis.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/iw_ndis.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,194 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _IW_NDIS_H_ -+#define _IW_NDIS_H_ -+ -+#include "ndis.h" -+ -+#define WL_NOISE -96 /* typical noise level in dBm */ -+#define WL_SIGMAX -32 /* typical maximum signal level in dBm */ -+ -+struct ndis_encr_key { -+ ULONG struct_size; -+ ULONG index; -+ ULONG length; -+ UCHAR key[NDIS_ENCODING_TOKEN_MAX]; -+}; -+ -+struct ndis_add_key { -+ ULONG struct_size; -+ ndis_key_index index; -+ ULONG length; -+ mac_address bssid; -+ UCHAR pad[6]; -+ ndis_key_rsc rsc; -+ UCHAR key[NDIS_ENCODING_TOKEN_MAX]; -+}; -+ -+struct ndis_remove_key { -+ ULONG struct_size; -+ ndis_key_index index; -+ mac_address bssid; -+}; -+ -+struct ndis_fixed_ies { -+ UCHAR time_stamp[8]; -+ USHORT beacon_interval; -+ USHORT capa; -+}; -+ -+struct ndis_variable_ies { -+ UCHAR elem_id; -+ UCHAR length; -+ UCHAR data[]; -+}; -+ -+enum ndis_reload_defaults { Ndis802_11ReloadWEPKeys }; -+ -+struct ndis_assoc_info { -+ ULONG length; -+ USHORT req_ies; -+ struct req_ie { -+ USHORT capa; -+ USHORT listen_interval; -+ mac_address cur_ap_address; -+ } req_ie; -+ ULONG req_ie_length; -+ ULONG offset_req_ies; -+ USHORT resp_ies; -+ struct resp_ie { -+ USHORT capa; -+ USHORT status_code; -+ USHORT assoc_id; -+ } resp_ie; -+ ULONG resp_ie_length; -+ ULONG offset_resp_ies; -+}; -+ -+struct ndis_configuration_fh { -+ ULONG length; -+ ULONG hop_pattern; -+ ULONG hop_set; -+ ULONG dwell_time; -+}; -+ -+struct ndis_configuration { -+ ULONG length; -+ ULONG beacon_period; -+ ULONG atim_window; -+ ULONG ds_config; -+ struct ndis_configuration_fh fh_config; -+}; -+ -+struct ndis_wlan_bssid { -+ ULONG length; -+ mac_address mac; -+ UCHAR reserved[2]; -+ struct ndis_essid ssid; -+ ULONG privacy; -+ ndis_rssi rssi; -+ UINT net_type; -+ struct ndis_configuration config; -+ UINT mode; -+ UCHAR rates[NDIS_MAX_RATES]; -+}; -+ -+struct ndis_wlan_bssid_ex { -+ ULONG length; -+ mac_address mac; -+ UCHAR reserved[2]; -+ struct ndis_essid ssid; -+ ULONG privacy; -+ ndis_rssi rssi; -+ UINT net_type; -+ struct ndis_configuration config; -+ UINT mode; -+ UCHAR rates_ex[NDIS_MAX_RATES_EX]; -+ ULONG ie_length; -+ struct ndis_fixed_ies fixed; -+ struct ndis_variable_ies var[]; -+}; -+ -+/* we use bssid_list as bssid_list_ex also */ -+struct ndis_bssid_list { -+ ULONG num_items; -+ struct ndis_wlan_bssid bssid[1]; -+}; -+ -+enum ndis_priv_filter { -+ Ndis802_11PrivFilterAcceptAll, Ndis802_11PrivFilter8021xWEP -+}; -+ -+enum network_type { -+ Ndis802_11FH, Ndis802_11DS, Ndis802_11OFDM5, Ndis802_11OFDM24, -+ /* MSDN site uses Ndis802_11Automode, which is not mentioned -+ * in DDK, so add one and assign it to -+ * Ndis802_11NetworkTypeMax */ -+ Ndis802_11Automode, Ndis802_11NetworkTypeMax = Ndis802_11Automode -+}; -+ -+struct network_type_list { -+ ULONG num; -+ enum network_type types[1]; -+}; -+ -+enum ndis_power { -+ NDIS_POWER_OFF = 0, NDIS_POWER_MAX, NDIS_POWER_MIN, -+}; -+ -+struct ndis_auth_req { -+ ULONG length; -+ mac_address bssid; -+ ULONG flags; -+}; -+ -+struct ndis_bssid_info { -+ mac_address bssid; -+ UCHAR pmkid[IW_PMKID_LEN]; -+}; -+ -+struct ndis_pmkid { -+ ULONG length; -+ ULONG bssid_info_count; -+ struct ndis_bssid_info bssid_info[1]; -+}; -+ -+int get_ap_address(struct ndis_device *wnd, mac_address mac); -+int set_ndis_auth_mode(struct ndis_device *wnd, ULONG auth_mode); -+int get_ndis_encr_mode(struct ndis_device *wnd); -+int set_iw_encr_mode(struct ndis_device *wnd, int cipher_pairwise, -+ int cipher_groupwise); -+int get_ndis_auth_mode(struct ndis_device *wnd); -+NDIS_STATUS disassociate(struct ndis_device *wnd, int reset_ssid); -+void set_default_iw_params(struct ndis_device *wnd); -+extern const struct iw_handler_def ndis_handler_def; -+ -+#define PRIV_RESET SIOCIWFIRSTPRIV+16 -+#define PRIV_POWER_PROFILE SIOCIWFIRSTPRIV+17 -+#define PRIV_NETWORK_TYPE SIOCIWFIRSTPRIV+18 -+#define PRIV_DEAUTHENTICATE SIOCIWFIRSTPRIV+19 -+#define PRIV_MEDIA_STREAM_MODE SIOCIWFIRSTPRIV+20 -+#define PRIV_RELOAD_DEFAULTS SIOCIWFIRSTPRIV+23 -+ -+/* these have to match what is in wpa_supplicant */ -+ -+enum wpa_alg { WPA_ALG_NONE, WPA_ALG_WEP, WPA_ALG_TKIP, WPA_ALG_CCMP }; -+enum wpa_cipher { CIPHER_NONE, CIPHER_WEP40, CIPHER_TKIP, CIPHER_CCMP, -+ CIPHER_WEP104 }; -+enum wpa_key_mgmt { KEY_MGMT_802_1X, KEY_MGMT_PSK, KEY_MGMT_NONE, -+ KEY_MGMT_802_1X_NO_WPA, KEY_MGMT_WPA_NONE }; -+ -+#endif // IW_NDIS_H -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/lin2win.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/lin2win.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/lin2win.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/lin2win.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,111 @@ -+/* -+ * Copyright (C) 2006 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifdef CONFIG_X86_64 -+ -+u64 lin2win0(void *func); -+u64 lin2win1(void *func, u64 arg1); -+u64 lin2win2(void *func, u64 arg1, u64 arg2); -+u64 lin2win3(void *func, u64 arg1, u64 arg2, u64 arg3); -+u64 lin2win4(void *func, u64 arg1, u64 arg2, u64 arg3, u64 arg4); -+u64 lin2win5(void *func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5); -+u64 lin2win6(void *func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, -+ u64 arg6); -+ -+#define LIN2WIN0(func) \ -+({ \ -+ if (0) \ -+ func(); \ -+ lin2win0(func); \ -+}) -+ -+#define LIN2WIN1(func, arg1) \ -+({ \ -+ if (0) \ -+ func(arg1); \ -+ lin2win1(func, (u64)arg1); \ -+}) -+ -+#define LIN2WIN2(func, arg1, arg2) \ -+({ \ -+ if (0) \ -+ func(arg1, arg2); \ -+ lin2win2(func, (u64)arg1, (u64)arg2); \ -+}) -+ -+#define LIN2WIN3(func, arg1, arg2, arg3) \ -+({ \ -+ if (0) \ -+ func(arg1, arg2, arg3); \ -+ lin2win3(func, (u64)arg1, (u64)arg2, (u64)arg3); \ -+}) -+ -+#define LIN2WIN4(func, arg1, arg2, arg3, arg4) \ -+({ \ -+ if (0) \ -+ func(arg1, arg2, arg3, arg4); \ -+ lin2win4(func, (u64)arg1, (u64)arg2, (u64)arg3, (u64)arg4); \ -+}) -+ -+#define LIN2WIN5(func, arg1, arg2, arg3, arg4, arg5) \ -+({ \ -+ if (0) \ -+ func(arg1, arg2, arg3, arg4, arg5); \ -+ lin2win5(func, (u64)arg1, (u64)arg2, (u64)arg3, (u64)arg4, \ -+ (u64)arg5); \ -+}) -+ -+#define LIN2WIN6(func, arg1, arg2, arg3, arg4, arg5, arg6) \ -+({ \ -+ if (0) \ -+ func(arg1, arg2, arg3, arg4, arg5, arg6); \ -+ lin2win6(func, (u64)arg1, (u64)arg2, (u64)arg3, (u64)arg4, \ -+ (u64)arg5, (u64)arg6); \ -+}) -+ -+#else // CONFIG_X86_64 -+ -+#define LIN2WIN1(func, arg1) \ -+({ \ -+ TRACE6("calling %p", func); \ -+ func(arg1); \ -+}) -+#define LIN2WIN2(func, arg1, arg2) \ -+({ \ -+ TRACE6("calling %p", func); \ -+ func(arg1, arg2); \ -+}) -+#define LIN2WIN3(func, arg1, arg2, arg3) \ -+({ \ -+ TRACE6("calling %p", func); \ -+ func(arg1, arg2, arg3); \ -+}) -+#define LIN2WIN4(func, arg1, arg2, arg3, arg4) \ -+({ \ -+ TRACE6("calling %p", func); \ -+ func(arg1, arg2, arg3, arg4); \ -+}) -+#define LIN2WIN5(func, arg1, arg2, arg3, arg4, arg5) \ -+({ \ -+ TRACE6("calling %p", func); \ -+ func(arg1, arg2, arg3, arg4, arg5); \ -+}) -+#define LIN2WIN6(func, arg1, arg2, arg3, arg4, arg5, arg6) \ -+({ \ -+ TRACE6("calling %p", func); \ -+ func(arg1, arg2, arg3, arg4, arg5, arg6); \ -+}) -+ -+#endif // CONFIG_X86_64 -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/lin2win.S linux-4.6-rc6-ndis/3rdparty/ndiswrapper/lin2win.S ---- linux-4.6-rc6/3rdparty/ndiswrapper/lin2win.S 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/lin2win.S 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,138 @@ -+/* -+ * Copyright (C) 2011 Pavel Roskin -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include -+ -+ .text -+ -+#define WORD_BYTES 8 -+#define LINUX_REG_ARGS 6 -+#define WINDOWS_REG_ARGS 4 -+ -+/* %rbp is saved to create a stack frame, which can help with debugging */ -+#define SAVED_REGS 1 -+ -+/* -+ * When calling a Windows function, stack space is allocated for at least 4 -+ * arguments even if the number of arguments is less than 4. The value of -+ * true is -1 in assembler, so we multiply it by another true value. -+ */ -+#define stack_args(argc) \ -+ (WINDOWS_REG_ARGS + \ -+ (0 < 1) * (argc > WINDOWS_REG_ARGS) * (argc - WINDOWS_REG_ARGS)) -+ -+/* Full required change of stack pointer, in words */ -+#define stack_words_raw(argc) (stack_args(argc) + SAVED_REGS + 1) -+ -+/* Full actual change of stack pointer, in words (must be even) */ -+#define stack_words_aligned(argc) ((stack_words_raw(argc) + 1) & ~1) -+ -+/* Space allocated for Linux arguments on stack */ -+#define stack_space(argc) \ -+ ((stack_words_aligned(argc) - SAVED_REGS - 1) * WORD_BYTES) -+ -+/* -+ * lin2win_win_arg(N) gives the address of the Nth Windows argument on our -+ * stack frame. %rsp points to the first argument. The Nth argument is -+ * therefore at ((N - 1) * 8)(%rsp). -+ * -+ * Don't call with N less than 5! -+ */ -+#define lin2win_win_arg(n) ((n - 1) * WORD_BYTES)(%rsp) -+ -+/* -+ * lin2win_lin_arg(N, ARGC) gives the address of the Nth Linux argument after -+ * the stack has been prepared for a Windows function call with ARGC arguments. -+ * -+ * When called from Linux, the Nth argument is at ((N - 6) * 8)(%rsp). We add -+ * the allocated stack space and saved registers to compensate for %rsp change. -+ * -+ * Don't call with N less than 7! -+ */ -+#define lin2win_lin_arg(n, argc) \ -+ (stack_space(argc) + \ -+ (SAVED_REGS + n - LINUX_REG_ARGS) * WORD_BYTES)(%rsp) -+ -+/* -+ * lin2win(func, winarg1, winarg2, ...) -+ * Call Windows FUNC function with ARGC arguments WINARG1, WINARG2, ... -+ * We get (ARGC + 1) arguments. -+ */ -+.macro lin2win name, argc -+ .type \name, @function -+ ENTRY(\name) -+ -+ /* Create a call frame - it's optional, but good for debugging */ -+ .cfi_startproc -+ push %rbp -+ .cfi_def_cfa %rsp, 2 * WORD_BYTES -+ .cfi_offset %rbp, -2 * WORD_BYTES -+ mov %rsp, %rbp -+ .cfi_def_cfa %rbp, 2 * WORD_BYTES -+ -+ /* Allocate space for Windows arguments */ -+ sub $stack_space(\argc), %rsp -+ -+ /* arg7 to winarg6 */ -+ .if (\argc >= 6) -+ mov lin2win_lin_arg(7, \argc), %r11 -+ mov %r11, lin2win_win_arg(6) -+ .endif -+ -+ /* arg6 to winarg5 */ -+ .if (\argc >= 5) -+ mov %r9, lin2win_win_arg(5) -+ .endif -+ -+ /* arg5 to winarg4 */ -+ .if (\argc >= 4) -+ mov %r8, %r9 -+ .endif -+ -+ /* arg4 to winarg3 */ -+ .if (\argc >= 3) -+ mov %rcx, %r8 -+ .endif -+ -+ /* arg3 to winarg2 - nothing needed, both are in %rdx */ -+ -+ /* arg2 to winarg1 */ -+ .if (\argc >= 1) -+ mov %rsi, %rcx -+ .endif -+ -+ /* Call function (arg1) */ -+ call *%rdi -+ -+ /* Reclaim space for Windows arguments */ -+ add $stack_space(\argc), %rsp -+ -+ /* Return to the caller */ -+ leave -+ .cfi_def_cfa %rsp, WORD_BYTES -+ .cfi_restore %rbp -+ ret -+ .cfi_endproc -+ .size \name, (. - \name) -+.endm -+ -+/* Define lin2winN functions */ -+lin2win lin2win0, 0 -+lin2win lin2win1, 1 -+lin2win lin2win2, 2 -+lin2win lin2win3, 3 -+lin2win lin2win4, 4 -+lin2win lin2win5, 5 -+lin2win lin2win6, 6 -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/loader.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/loader.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/loader.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/loader.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,967 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ndis.h" -+#include "loader.h" -+#include "wrapndis.h" -+#include "pnp.h" -+ -+#include -+#include -+#include -+#include -+ -+/* -+ Network adapter: ClassGuid = {4d36e972-e325-11ce-bfc1-08002be10318} -+ Network client: ClassGuid = {4d36e973-e325-11ce-bfc1-08002be10318} -+ PCMCIA adapter: ClassGuid = {4d36e977-e325-11ce-bfc1-08002be10318} -+ USB: ClassGuid = {36fc9e60-c465-11cf-8056-444553540000} -+*/ -+ -+/* the indices used here must match macros WRAP_NDIS_DEVICE etc. */ -+static struct guid class_guids[] = { -+ /* Network */ -+ { .data1 = 0x4d36e972, .data2 = 0xe325, .data3 = 0x11ce }, -+ /* USB WDM */ -+ { .data1 = 0x36fc9e60, .data2 = 0xc465, .data3 = 0x11cf }, -+ /* Bluetooth */ -+ { .data1 = 0xe0cbf06c, .data2 = 0xcd8b, .data3 = 0x4647 }, -+ /* ivtcorporation.com's bluetooth device claims this is -+ * bluetooth guid */ -+ { .data1 = 0xf12d3cf8, .data2 = 0xb11d, .data3 = 0x457e}, -+}; -+ -+struct mutex loader_mutex; -+static struct completion loader_complete; -+ -+static struct nt_list wrap_devices; -+static struct nt_list wrap_drivers; -+ -+static int wrap_device_type(int data1) -+{ -+ int i; -+ for (i = 0; i < ARRAY_SIZE(class_guids); i++) -+ if (data1 == class_guids[i].data1) -+ return i; -+ ERROR("unknown device: 0x%x\n", data1); -+ return -1; -+} -+ -+/* load driver for given device, if not already loaded */ -+struct wrap_driver *load_wrap_driver(struct wrap_device *wd) -+{ -+ int ret; -+ struct nt_list *cur; -+ struct wrap_driver *wrap_driver; -+ -+ ENTER1("device: %04X:%04X:%04X:%04X", wd->vendor, wd->device, -+ wd->subvendor, wd->subdevice); -+ mutex_lock(&loader_mutex); -+ wrap_driver = NULL; -+ nt_list_for_each(cur, &wrap_drivers) { -+ wrap_driver = container_of(cur, struct wrap_driver, list); -+ if (!stricmp(wrap_driver->name, wd->driver_name)) { -+ TRACE1("driver %s already loaded", wrap_driver->name); -+ break; -+ } else -+ wrap_driver = NULL; -+ } -+ mutex_unlock(&loader_mutex); -+ -+ if (!wrap_driver) { -+ char *argv[] = {"loadndisdriver", WRAP_CMD_LOAD_DRIVER, -+#if DEBUG >= 1 -+ "1", -+#else -+ "0", -+#endif -+ UTILS_VERSION, wd->driver_name, -+ wd->conf_file_name, NULL}; -+ char *env[] = {NULL}; -+ -+ TRACE1("loading driver %s", wd->driver_name); -+ mutex_lock(&loader_mutex); -+ reinit_completion(&loader_complete); -+ ret = call_usermodehelper("/sbin/loadndisdriver", argv, env, -+ UMH_WAIT_PROC); -+ if (ret) { -+ mutex_unlock(&loader_mutex); -+ ERROR("couldn't load driver %s; check system log " -+ "for messages from 'loadndisdriver'", -+ wd->driver_name); -+ EXIT1(return NULL); -+ } -+ wait_for_completion(&loader_complete); -+ TRACE1("%s", wd->driver_name); -+ wrap_driver = NULL; -+ nt_list_for_each(cur, &wrap_drivers) { -+ wrap_driver = container_of(cur, struct wrap_driver, -+ list); -+ if (!stricmp(wrap_driver->name, wd->driver_name)) { -+ wd->driver = wrap_driver; -+ break; -+ } else -+ wrap_driver = NULL; -+ } -+ mutex_unlock(&loader_mutex); -+ if (wrap_driver) -+ TRACE1("driver %s is loaded", wrap_driver->name); -+ else -+ ERROR("couldn't load driver '%s'", wd->driver_name); -+ } -+ EXIT1(return wrap_driver); -+} -+ -+/* load the driver files from userspace. */ -+static int load_sys_files(struct wrap_driver *driver, -+ struct load_driver *load_driver) -+{ -+ int i, err; -+ -+ TRACE1("num_pe_images = %d", load_driver->num_sys_files); -+ TRACE1("loading driver: %s", load_driver->name); -+ strncpy(driver->name, load_driver->name, sizeof(driver->name)); -+ driver->name[sizeof(driver->name)-1] = 0; -+ TRACE1("driver: %s", driver->name); -+ err = 0; -+ driver->num_pe_images = 0; -+ for (i = 0; i < load_driver->num_sys_files; i++) { -+ struct pe_image *pe_image; -+ pe_image = &driver->pe_images[driver->num_pe_images]; -+ -+ strncpy(pe_image->name, load_driver->sys_files[i].name, -+ sizeof(pe_image->name)); -+ pe_image->name[sizeof(pe_image->name)-1] = 0; -+ TRACE1("image size: %zu bytes", load_driver->sys_files[i].size); -+ -+#ifdef CONFIG_X86_64 -+#ifdef PAGE_KERNEL_EXECUTABLE -+ pe_image->image = -+ __vmalloc(load_driver->sys_files[i].size, -+ GFP_KERNEL | __GFP_HIGHMEM, -+ PAGE_KERNEL_EXECUTABLE); -+#elif defined PAGE_KERNEL_EXEC -+ pe_image->image = -+ __vmalloc(load_driver->sys_files[i].size, -+ GFP_KERNEL | __GFP_HIGHMEM, -+ PAGE_KERNEL_EXEC); -+#else -+#error x86_64 should have either PAGE_KERNEL_EXECUTABLE or PAGE_KERNEL_EXEC -+#endif -+#else -+ /* hate to play with kernel macros, but PAGE_KERNEL_EXEC is -+ * not available to modules! */ -+#ifdef cpu_has_nx -+ if (cpu_has_nx) -+ pe_image->image = -+ __vmalloc(load_driver->sys_files[i].size, -+ GFP_KERNEL | __GFP_HIGHMEM, -+ __pgprot(__PAGE_KERNEL & ~_PAGE_NX)); -+ else -+ pe_image->image = -+ vmalloc(load_driver->sys_files[i].size); -+#else -+ pe_image->image = -+ vmalloc(load_driver->sys_files[i].size); -+#endif -+#endif -+ if (!pe_image->image) { -+ ERROR("couldn't allocate memory"); -+ err = -ENOMEM; -+ break; -+ } -+ TRACE1("image is at %p", pe_image->image); -+ -+ if (copy_from_user(pe_image->image, -+ load_driver->sys_files[i].data, -+ load_driver->sys_files[i].size)) { -+ ERROR("couldn't load file %s", -+ load_driver->sys_files[i].name); -+ err = -EFAULT; -+ break; -+ } -+ pe_image->size = load_driver->sys_files[i].size; -+ driver->num_pe_images++; -+ } -+ -+ if (!err && link_pe_images(driver->pe_images, driver->num_pe_images)) { -+ ERROR("couldn't prepare driver '%s'", load_driver->name); -+ err = -EINVAL; -+ } -+ -+ if (driver->num_pe_images < load_driver->num_sys_files || err) { -+ for (i = 0; i < driver->num_pe_images; i++) -+ if (driver->pe_images[i].image) -+ vfree(driver->pe_images[i].image); -+ driver->num_pe_images = 0; -+ EXIT1(return err); -+ } else -+ EXIT1(return 0); -+} -+ -+struct wrap_bin_file *get_bin_file(char *bin_file_name) -+{ -+ int i = 0; -+ struct wrap_driver *driver, *cur; -+ -+ ENTER1("%s", bin_file_name); -+ mutex_lock(&loader_mutex); -+ driver = NULL; -+ nt_list_for_each_entry(cur, &wrap_drivers, list) { -+ for (i = 0; i < cur->num_bin_files; i++) -+ if (!stricmp(cur->bin_files[i].name, bin_file_name)) { -+ driver = cur; -+ break; -+ } -+ if (driver) -+ break; -+ } -+ mutex_unlock(&loader_mutex); -+ if (!driver) { -+ TRACE1("couldn't find bin file '%s'", bin_file_name); -+ return NULL; -+ } -+ -+ if (!driver->bin_files[i].data) { -+ char *argv[] = {"loadndisdriver", WRAP_CMD_LOAD_BIN_FILE, -+#if DEBUG >= 1 -+ "1", -+#else -+ "0", -+#endif -+ UTILS_VERSION, driver->name, -+ driver->bin_files[i].name, NULL}; -+ char *env[] = {NULL}; -+ int ret; -+ -+ TRACE1("loading bin file %s/%s", driver->name, -+ driver->bin_files[i].name); -+ mutex_lock(&loader_mutex); -+ reinit_completion(&loader_complete); -+ ret = call_usermodehelper("/sbin/loadndisdriver", argv, env, -+ UMH_WAIT_PROC); -+ if (ret) { -+ mutex_unlock(&loader_mutex); -+ ERROR("couldn't load file %s/%s; check system log " -+ "for messages from 'loadndisdriver' (%d)", -+ driver->name, driver->bin_files[i].name, ret); -+ EXIT1(return NULL); -+ } -+ wait_for_completion(&loader_complete); -+ mutex_unlock(&loader_mutex); -+ if (!driver->bin_files[i].data) { -+ WARNING("couldn't load binary file %s", -+ driver->bin_files[i].name); -+ EXIT1(return NULL); -+ } -+ } -+ EXIT2(return &(driver->bin_files[i])); -+} -+ -+/* called with loader_mutex down */ -+static int add_bin_file(struct load_driver_file *driver_file) -+{ -+ struct wrap_driver *driver, *cur; -+ struct wrap_bin_file *bin_file; -+ int i = 0; -+ -+ driver = NULL; -+ nt_list_for_each_entry(cur, &wrap_drivers, list) { -+ for (i = 0; i < cur->num_bin_files; i++) -+ if (!stricmp(cur->bin_files[i].name, -+ driver_file->name)) { -+ driver = cur; -+ break; -+ } -+ if (driver) -+ break; -+ } -+ if (!driver) { -+ ERROR("couldn't find %s", driver_file->name); -+ return -EINVAL; -+ } -+ bin_file = &driver->bin_files[i]; -+ strncpy(bin_file->name, driver_file->name, sizeof(bin_file->name)); -+ bin_file->name[sizeof(bin_file->name)-1] = 0; -+ bin_file->data = vmalloc(driver_file->size); -+ if (!bin_file->data) { -+ ERROR("couldn't allocate memory"); -+ return -ENOMEM; -+ } -+ bin_file->size = driver_file->size; -+ if (copy_from_user(bin_file->data, driver_file->data, bin_file->size)) { -+ ERROR("couldn't copy data"); -+ free_bin_file(bin_file); -+ return -EFAULT; -+ } -+ return 0; -+} -+ -+void free_bin_file(struct wrap_bin_file *bin_file) -+{ -+ TRACE2("unloading %s", bin_file->name); -+ if (bin_file->data) -+ vfree(bin_file->data); -+ bin_file->data = NULL; -+ bin_file->size = 0; -+ EXIT2(return); -+} -+ -+/* load firmware files from userspace */ -+static int load_bin_files_info(struct wrap_driver *driver, -+ struct load_driver *load_driver) -+{ -+ struct wrap_bin_file *bin_files; -+ int i; -+ -+ ENTER1("%s, %d", load_driver->name, load_driver->num_bin_files); -+ driver->num_bin_files = 0; -+ driver->bin_files = NULL; -+ if (load_driver->num_bin_files == 0) -+ EXIT1(return 0); -+ bin_files = kzalloc(load_driver->num_bin_files * sizeof(*bin_files), -+ GFP_KERNEL); -+ if (!bin_files) { -+ ERROR("couldn't allocate memory"); -+ EXIT1(return -ENOMEM); -+ } -+ -+ for (i = 0; i < load_driver->num_bin_files; i++) { -+ strncpy(bin_files[i].name, load_driver->bin_files[i].name, -+ sizeof(bin_files[i].name)); -+ bin_files[i].name[sizeof(bin_files[i].name)-1] = 0; -+ TRACE2("loaded bin file %s", bin_files[i].name); -+ } -+ driver->num_bin_files = load_driver->num_bin_files; -+ driver->bin_files = bin_files; -+ EXIT1(return 0); -+} -+ -+/* load settings for a device. called with loader_mutex down */ -+static int load_settings(struct wrap_driver *wrap_driver, -+ struct load_driver *load_driver) -+{ -+ int i, num_settings; -+ -+ ENTER1("%p, %p", wrap_driver, load_driver); -+ -+ num_settings = 0; -+ for (i = 0; i < load_driver->num_settings; i++) { -+ struct load_device_setting *load_setting = -+ &load_driver->settings[i]; -+ struct wrap_device_setting *setting; -+ ULONG data1; -+ -+ setting = kzalloc(sizeof(*setting), GFP_KERNEL); -+ if (!setting) { -+ ERROR("couldn't allocate memory"); -+ break; -+ } -+ strncpy(setting->name, load_setting->name, -+ sizeof(setting->name)); -+ setting->name[sizeof(setting->name)-1] = 0; -+ strncpy(setting->value, load_setting->value, -+ sizeof(setting->value)); -+ setting->value[sizeof(setting->value)-1] = 0; -+ TRACE2("%p: %s=%s", setting, setting->name, setting->value); -+ -+ if (strcmp(setting->name, "driver_version") == 0) { -+ strncpy(wrap_driver->version, setting->value, -+ sizeof(wrap_driver->version)); -+ wrap_driver->version[sizeof(wrap_driver->version)-1] = 0; -+ } else if (strcmp(setting->name, "class_guid") == 0 && -+ sscanf(setting->value, "%x", &data1) == 1) { -+ wrap_driver->dev_type = wrap_device_type(data1); -+ if (wrap_driver->dev_type < 0) { -+ WARNING("unknown guid: %x", data1); -+ wrap_driver->dev_type = 0; -+ } -+ } -+ InsertTailList(&wrap_driver->settings, &setting->list); -+ num_settings++; -+ } -+ /* it is not a fatal error if some settings couldn't be loaded */ -+ if (num_settings > 0) -+ EXIT1(return 0); -+ else -+ EXIT1(return -EINVAL); -+} -+ -+void unload_wrap_device(struct wrap_device *wd) -+{ -+ struct nt_list *cur; -+ ENTER1("unloading device %p (%04X:%04X:%04X:%04X), driver %s", wd, -+ wd->vendor, wd->device, wd->subvendor, wd->subdevice, -+ wd->driver_name); -+ mutex_lock(&loader_mutex); -+ while ((cur = RemoveHeadList(&wd->settings))) { -+ struct wrap_device_setting *setting; -+ setting = container_of(cur, struct wrap_device_setting, list); -+ kfree(setting); -+ } -+ RemoveEntryList(&wd->list); -+ mutex_unlock(&loader_mutex); -+ kfree(wd); -+ EXIT1(return); -+} -+ -+/* should be called with loader_mutex down */ -+void unload_wrap_driver(struct wrap_driver *driver) -+{ -+ int i; -+ struct driver_object *drv_obj; -+ struct nt_list *cur, *next; -+ -+ ENTER1("unloading driver: %s (%p)", driver->name, driver); -+ TRACE1("freeing %d images", driver->num_pe_images); -+ drv_obj = driver->drv_obj; -+ for (i = 0; i < driver->num_pe_images; i++) -+ if (driver->pe_images[i].image) { -+ TRACE1("freeing image at %p", -+ driver->pe_images[i].image); -+ vfree(driver->pe_images[i].image); -+ } -+ -+ TRACE1("freeing %d bin files", driver->num_bin_files); -+ for (i = 0; i < driver->num_bin_files; i++) { -+ TRACE1("freeing image at %p", driver->bin_files[i].data); -+ if (driver->bin_files[i].data) -+ vfree(driver->bin_files[i].data); -+ } -+ kfree(driver->bin_files); -+ RtlFreeUnicodeString(&drv_obj->name); -+ RemoveEntryList(&driver->list); -+ nt_list_for_each_safe(cur, next, &driver->settings) { -+ struct wrap_device_setting *setting; -+ struct ndis_configuration_parameter *param; -+ -+ setting = container_of(cur, struct wrap_device_setting, list); -+ TRACE2("%p", setting); -+ param = setting->encoded; -+ if (param) { -+ TRACE2("%p", param); -+ if (param->type == NdisParameterString) -+ RtlFreeUnicodeString(¶m->data.string); -+ ExFreePool(param); -+ } -+ kfree(setting); -+ } -+ /* this frees driver */ -+ free_custom_extensions(drv_obj->drv_ext); -+ kfree(drv_obj->drv_ext); -+ TRACE1("drv_obj: %p", drv_obj); -+ -+ EXIT1(return); -+} -+ -+/* call the entry point of the driver */ -+static int start_wrap_driver(struct wrap_driver *driver) -+{ -+ int i; -+ NTSTATUS ret, res; -+ struct driver_object *drv_obj; -+ typeof(driver->pe_images[0].entry) entry; -+ -+ ENTER1("%s", driver->name); -+ drv_obj = driver->drv_obj; -+ for (ret = res = 0, i = 0; i < driver->num_pe_images; i++) -+ /* dlls are already started by loader */ -+ if (driver->pe_images[i].type == IMAGE_FILE_EXECUTABLE_IMAGE) { -+ entry = driver->pe_images[i].entry; -+ drv_obj->start = driver->pe_images[i].entry; -+ drv_obj->driver_size = driver->pe_images[i].size; -+ TRACE1("entry: %p, %p, drv_obj: %p", -+ entry, *entry, drv_obj); -+ res = LIN2WIN2(entry, drv_obj, &drv_obj->name); -+ ret |= res; -+ TRACE1("entry returns %08X", res); -+ break; -+ } -+ if (ret) { -+ ERROR("driver initialization failed: %08X", ret); -+ RtlFreeUnicodeString(&drv_obj->name); -+ /* this frees ndis_driver */ -+ free_custom_extensions(drv_obj->drv_ext); -+ kfree(drv_obj->drv_ext); -+ TRACE1("drv_obj: %p", drv_obj); -+ ObDereferenceObject(drv_obj); -+ EXIT1(return -EINVAL); -+ } -+ EXIT1(return 0); -+} -+ -+/* -+ * add driver to list of loaded driver but make sure this driver is -+ * not loaded before. called with loader_mutex down -+ */ -+static int add_wrap_driver(struct wrap_driver *driver) -+{ -+ struct wrap_driver *tmp; -+ -+ ENTER1("name: %s", driver->name); -+ nt_list_for_each_entry(tmp, &wrap_drivers, list) { -+ if (stricmp(tmp->name, driver->name) == 0) { -+ ERROR("cannot add duplicate driver"); -+ EXIT1(return -EBUSY); -+ } -+ } -+ InsertHeadList(&wrap_drivers, &driver->list); -+ EXIT1(return 0); -+} -+ -+/* load a driver from userspace and initialize it. called with -+ * loader_mutex down */ -+static int load_user_space_driver(struct load_driver *load_driver) -+{ -+ struct driver_object *drv_obj; -+ struct ansi_string ansi_reg; -+ struct wrap_driver *wrap_driver = NULL; -+ -+ ENTER1("%p", load_driver); -+ drv_obj = allocate_object(sizeof(*drv_obj), OBJECT_TYPE_DRIVER, NULL); -+ if (!drv_obj) { -+ ERROR("couldn't allocate memory"); -+ EXIT1(return -ENOMEM); -+ } -+ TRACE1("drv_obj: %p", drv_obj); -+ drv_obj->drv_ext = kzalloc(sizeof(*(drv_obj->drv_ext)), GFP_KERNEL); -+ if (!drv_obj->drv_ext) { -+ ERROR("couldn't allocate memory"); -+ ObDereferenceObject(drv_obj); -+ EXIT1(return -ENOMEM); -+ } -+ InitializeListHead(&drv_obj->drv_ext->custom_ext); -+ if (IoAllocateDriverObjectExtension(drv_obj, -+ (void *)WRAP_DRIVER_CLIENT_ID, -+ sizeof(*wrap_driver), -+ (void **)&wrap_driver) != -+ STATUS_SUCCESS) -+ EXIT1(return -ENOMEM); -+ TRACE1("driver: %p", wrap_driver); -+ memset(wrap_driver, 0, sizeof(*wrap_driver)); -+ InitializeListHead(&wrap_driver->list); -+ InitializeListHead(&wrap_driver->settings); -+ wrap_driver->drv_obj = drv_obj; -+ RtlInitAnsiString(&ansi_reg, "/tmp"); -+ if (RtlAnsiStringToUnicodeString(&drv_obj->name, &ansi_reg, TRUE) != -+ STATUS_SUCCESS) { -+ ERROR("couldn't initialize registry path"); -+ free_custom_extensions(drv_obj->drv_ext); -+ kfree(drv_obj->drv_ext); -+ TRACE1("drv_obj: %p", drv_obj); -+ ObDereferenceObject(drv_obj); -+ EXIT1(return -EINVAL); -+ } -+ strncpy(wrap_driver->name, load_driver->name, sizeof(wrap_driver->name)); -+ wrap_driver->name[sizeof(wrap_driver->name)-1] = 0; -+ if (load_sys_files(wrap_driver, load_driver) || -+ load_bin_files_info(wrap_driver, load_driver) || -+ load_settings(wrap_driver, load_driver) || -+ start_wrap_driver(wrap_driver) || -+ add_wrap_driver(wrap_driver)) { -+ unload_wrap_driver(wrap_driver); -+ ObDereferenceObject(drv_obj); -+ EXIT1(return -EINVAL); -+ } else { -+ printk(KERN_INFO "%s: driver %s (%s) loaded\n", -+ DRIVER_NAME, wrap_driver->name, wrap_driver->version); -+ add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE); -+ EXIT1(return 0); -+ } -+} -+ -+static struct pci_device_id wrap_pci_id_table[] = { -+ { -+ .vendor = PCI_ANY_ID, -+ .device = PCI_ANY_ID, -+ .subvendor = PCI_ANY_ID, -+ .subdevice = PCI_ANY_ID, -+ .class = 0, -+ .class_mask = 0, -+ .driver_data = 0 -+ } -+}; -+ -+static struct pci_driver wrap_pci_driver = { -+ .name = DRIVER_NAME, -+ .id_table = wrap_pci_id_table, -+ .probe = wrap_pnp_start_pci_device, -+ .remove = wrap_pnp_remove_pci_device, -+ .suspend = wrap_pnp_suspend_pci_device, -+ .resume = wrap_pnp_resume_pci_device, -+}; -+ -+#ifdef ENABLE_USB -+static struct usb_device_id wrap_usb_id_table[] = { -+ { -+ .driver_info = 1 -+ }, -+}; -+ -+static struct usb_driver wrap_usb_driver = { -+ .name = DRIVER_NAME, -+ .id_table = wrap_usb_id_table, -+ .probe = wrap_pnp_start_usb_device, -+ .disconnect = wrap_pnp_remove_usb_device, -+ .suspend = wrap_pnp_suspend_usb_device, -+ .resume = wrap_pnp_resume_usb_device, -+}; -+#endif -+ -+/* register drivers for pci and usb */ -+static void register_devices(void) -+{ -+ int res; -+ -+ res = pci_register_driver(&wrap_pci_driver); -+ if (res < 0) { -+ ERROR("couldn't register pci driver: %d", res); -+ wrap_pci_driver.name = NULL; -+ } -+ -+#ifdef ENABLE_USB -+ res = usb_register(&wrap_usb_driver); -+ if (res < 0) { -+ ERROR("couldn't register usb driver: %d", res); -+ wrap_usb_driver.name = NULL; -+ } -+#endif -+ EXIT1(return); -+} -+ -+static void unregister_devices(void) -+{ -+ struct nt_list *cur, *next; -+ -+ mutex_lock(&loader_mutex); -+ nt_list_for_each_safe(cur, next, &wrap_devices) { -+ struct wrap_device *wd; -+ wd = container_of(cur, struct wrap_device, list); -+ set_bit(HW_DISABLED, &wd->hw_status); -+ } -+ mutex_unlock(&loader_mutex); -+ -+ if (wrap_pci_driver.name) -+ pci_unregister_driver(&wrap_pci_driver); -+#ifdef ENABLE_USB -+ if (wrap_usb_driver.name) -+ usb_deregister(&wrap_usb_driver); -+#endif -+} -+ -+struct wrap_device *load_wrap_device(struct load_device *load_device) -+{ -+ int ret; -+ struct nt_list *cur; -+ struct wrap_device *wd = NULL; -+ char vendor[5], device[5], subvendor[5], subdevice[5], bus[5]; -+ -+ ENTER1("%04x, %04x, %04x, %04x", load_device->vendor, -+ load_device->device, load_device->subvendor, -+ load_device->subdevice); -+ if (sprintf(vendor, "%04x", load_device->vendor) == 4 && -+ sprintf(device, "%04x", load_device->device) == 4 && -+ sprintf(subvendor, "%04x", load_device->subvendor) == 4 && -+ sprintf(subdevice, "%04x", load_device->subdevice) == 4 && -+ sprintf(bus, "%04x", load_device->bus) == 4) { -+ char *argv[] = {"loadndisdriver", WRAP_CMD_LOAD_DEVICE, -+#if DEBUG >= 1 -+ "1", -+#else -+ "0", -+#endif -+ UTILS_VERSION, vendor, device, -+ subvendor, subdevice, bus, NULL}; -+ char *env[] = {NULL}; -+ TRACE2("%s, %s, %s, %s, %s", vendor, device, -+ subvendor, subdevice, bus); -+ mutex_lock(&loader_mutex); -+ reinit_completion(&loader_complete); -+ ret = call_usermodehelper("/sbin/loadndisdriver", argv, env, -+ UMH_WAIT_PROC); -+ if (ret) { -+ mutex_unlock(&loader_mutex); -+ TRACE1("couldn't load device %04x:%04x; check system " -+ "log for messages from 'loadndisdriver'", -+ load_device->vendor, load_device->device); -+ EXIT1(return NULL); -+ } -+ wait_for_completion(&loader_complete); -+ wd = NULL; -+ nt_list_for_each(cur, &wrap_devices) { -+ wd = container_of(cur, struct wrap_device, list); -+ TRACE2("%p, %04x, %04x, %04x, %04x", wd, wd->vendor, -+ wd->device, wd->subvendor, wd->subdevice); -+ if (wd->vendor == load_device->vendor && -+ wd->device == load_device->device) -+ break; -+ else -+ wd = NULL; -+ } -+ mutex_unlock(&loader_mutex); -+ } else -+ wd = NULL; -+ EXIT1(return wd); -+} -+ -+struct wrap_device *get_wrap_device(void *dev, int bus) -+{ -+ struct nt_list *cur; -+ struct wrap_device *wd; -+ -+ mutex_lock(&loader_mutex); -+ wd = NULL; -+ nt_list_for_each(cur, &wrap_devices) { -+ wd = container_of(cur, struct wrap_device, list); -+ if (bus == WRAP_PCI_BUS && -+ wrap_is_pci_bus(wd->dev_bus) && wd->pci.pdev == dev) -+ break; -+ else if (bus == WRAP_USB_BUS && -+ wrap_is_usb_bus(wd->dev_bus) && wd->usb.udev == dev) -+ break; -+ else -+ wd = NULL; -+ } -+ mutex_unlock(&loader_mutex); -+ return wd; -+} -+ -+/* called with loader_mutex is down */ -+static long wrapper_ioctl(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ struct load_driver *load_driver; -+ struct load_device load_device; -+ struct load_driver_file load_bin_file; -+ int ret; -+ void __user *addr = (void __user *)arg; -+ -+ ENTER1("cmd: 0x%x", cmd); -+ -+ ret = 0; -+ switch (cmd) { -+ case WRAP_IOCTL_LOAD_DEVICE: -+ if (copy_from_user(&load_device, addr, sizeof(load_device))) { -+ ret = -EFAULT; -+ break; -+ } -+ TRACE2("%04x, %04x, %04x, %04x", load_device.vendor, -+ load_device.device, load_device.subvendor, -+ load_device.subdevice); -+ if (load_device.vendor) { -+ struct wrap_device *wd; -+ wd = kzalloc(sizeof(*wd), GFP_KERNEL); -+ if (!wd) { -+ ret = -ENOMEM; -+ break; -+ } -+ InitializeListHead(&wd->settings); -+ wd->dev_bus = WRAP_BUS(load_device.bus); -+ wd->vendor = load_device.vendor; -+ wd->device = load_device.device; -+ wd->subvendor = load_device.subvendor; -+ wd->subdevice = load_device.subdevice; -+ strncpy(wd->conf_file_name, load_device.conf_file_name, -+ sizeof(wd->conf_file_name)); -+ wd->conf_file_name[sizeof(wd->conf_file_name)-1] = 0; -+ strncpy(wd->driver_name, load_device.driver_name, -+ sizeof(wd->driver_name)); -+ wd->driver_name[sizeof(wd->driver_name)-1] = 0; -+ InsertHeadList(&wrap_devices, &wd->list); -+ ret = 0; -+ } else -+ ret = -EINVAL; -+ break; -+ case WRAP_IOCTL_LOAD_DRIVER: -+ TRACE1("loading driver at %p", addr); -+ load_driver = vmalloc(sizeof(*load_driver)); -+ if (!load_driver) { -+ ret = -ENOMEM; -+ break; -+ } -+ if (copy_from_user(load_driver, addr, sizeof(*load_driver))) -+ ret = -EFAULT; -+ else -+ ret = load_user_space_driver(load_driver); -+ vfree(load_driver); -+ break; -+ case WRAP_IOCTL_LOAD_BIN_FILE: -+ if (copy_from_user(&load_bin_file, addr, sizeof(load_bin_file))) -+ ret = -EFAULT; -+ else -+ ret = add_bin_file(&load_bin_file); -+ break; -+ default: -+ ERROR("unknown ioctl 0x%x", cmd); -+ ret = -EINVAL; -+ break; -+ } -+ complete(&loader_complete); -+ EXIT1(return ret); -+} -+ -+#ifdef CONFIG_COMPAT -+static int copy_load_driver_file32(struct load_driver_file *k, -+ struct load_driver_file32 __user *u) -+{ -+ u32 data; -+ -+ if (copy_from_user(&k->driver_name, &u->driver_name, -+ sizeof(u->driver_name) + sizeof(u->name))) -+ return -EFAULT; -+ -+ if (get_user(k->size, &u->size)) -+ return -EFAULT; -+ if (get_user(data, &u->data)) -+ return -EFAULT; -+ -+ k->data = (void __user *)(unsigned long)data; -+ return 0; -+} -+ -+static int copy_load_driver32(struct load_driver *k, -+ struct load_driver32 __user *u) -+{ -+ int i; -+ -+ if (copy_from_user(&k->name, &u->name, -+ sizeof(u->name) + sizeof(u->conf_file_name))) -+ return -EFAULT; -+ -+ if (get_user(k->num_sys_files, &u->num_sys_files)) -+ return -EFAULT; -+ -+ for (i = 0; i < k->num_sys_files; i++) -+ if (copy_load_driver_file32(&k->sys_files[i], &u->sys_files[i])) -+ return -EFAULT; -+ -+ if (get_user(k->num_settings, &u->num_settings)) -+ return -EFAULT; -+ -+ if (copy_from_user(&k->settings, &u->settings, -+ sizeof(u->settings[0]) * k->num_settings)) -+ return -EFAULT; -+ -+ if (get_user(k->num_bin_files, &u->num_bin_files)) -+ return -EFAULT; -+ -+ for (i = 0; i < k->num_bin_files; i++) -+ if (copy_load_driver_file32(&k->bin_files[i], &u->bin_files[i])) -+ return -EFAULT; -+ -+ return 0; -+} -+ -+static long wrapper_ioctl_compat(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ int ret = 0; -+ void __user *addr = (void __user *)arg; -+ struct load_driver *kdriver; -+ struct load_driver32 __user *udriver = addr; -+ struct load_driver_file kfile; -+ struct load_driver_file32 __user *ufile = addr; -+ -+ ENTER1("cmd: 0x%x", cmd); -+ -+ switch (cmd) { -+ case WRAP_IOCTL_LOAD_DEVICE32: -+ return wrapper_ioctl(file, WRAP_IOCTL_LOAD_DEVICE, arg); -+ case WRAP_IOCTL_LOAD_DRIVER32: -+ TRACE1("loading driver at %p", addr); -+ kdriver = vmalloc(sizeof(*kdriver)); -+ if (!kdriver) { -+ ret = -ENOMEM; -+ break; -+ } -+ -+ ret = copy_load_driver32(kdriver, udriver); -+ if (!ret) -+ ret = load_user_space_driver(kdriver); -+ -+ vfree(kdriver); -+ break; -+ case WRAP_IOCTL_LOAD_BIN_FILE32: -+ ret = copy_load_driver_file32(&kfile, ufile); -+ if (ret) -+ break; -+ -+ ret = add_bin_file(&kfile); -+ break; -+ default: -+ ERROR("unknown ioctl 0x%x", cmd); -+ ret = -EINVAL; -+ break; -+ } -+ complete(&loader_complete); -+ EXIT1(return ret); -+} -+#endif -+ -+static int wrapper_ioctl_release(struct inode *inode, struct file *file) -+{ -+ ENTER1(""); -+ complete(&loader_complete); -+ return 0; -+} -+ -+static struct file_operations wrapper_fops = { -+ .owner = THIS_MODULE, -+ .unlocked_ioctl = wrapper_ioctl, -+#ifdef CONFIG_COMPAT -+ .compat_ioctl = wrapper_ioctl_compat, -+#endif -+ .release = wrapper_ioctl_release, -+}; -+ -+static struct miscdevice wrapper_misc = { -+ .name = DRIVER_NAME, -+ .minor = MISC_DYNAMIC_MINOR, -+ .fops = &wrapper_fops -+}; -+ -+int loader_init(void) -+{ -+ int err; -+ -+ InitializeListHead(&wrap_drivers); -+ InitializeListHead(&wrap_devices); -+ mutex_init(&loader_mutex); -+ init_completion(&loader_complete); -+ if ((err = misc_register(&wrapper_misc)) < 0) { -+ ERROR("couldn't register module (%d)", err); -+ unregister_devices(); -+ EXIT1(return err); -+ } -+ register_devices(); -+ EXIT1(return 0); -+} -+ -+void loader_exit(void) -+{ -+ struct nt_list *cur, *next; -+ -+ ENTER1(""); -+ misc_deregister(&wrapper_misc); -+ unregister_devices(); -+ mutex_lock(&loader_mutex); -+ nt_list_for_each_safe(cur, next, &wrap_drivers) { -+ struct wrap_driver *driver; -+ driver = container_of(cur, struct wrap_driver, list); -+ unload_wrap_driver(driver); -+ } -+ mutex_unlock(&loader_mutex); -+ EXIT1(return); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/loader.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/loader.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/loader.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/loader.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,112 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _LOADER_H_ -+#define _LOADER_H_ -+ -+#if LINUX_VERSION_CODE > KERNEL_VERSION(4,0,0) -+#include -+#endif -+ -+#include "ndiswrapper.h" -+ -+#ifndef __KERNEL__ -+#define __user -+#endif -+ -+struct load_driver_file { -+ char driver_name[MAX_DRIVER_NAME_LEN]; -+ char name[MAX_DRIVER_NAME_LEN]; -+ size_t size; -+ void __user *data; -+}; -+ -+struct load_device_setting { -+ char name[MAX_SETTING_NAME_LEN]; -+ char value[MAX_SETTING_VALUE_LEN]; -+}; -+ -+struct load_device { -+ int bus; -+ int vendor; -+ int device; -+ int subvendor; -+ int subdevice; -+ char conf_file_name[MAX_DRIVER_NAME_LEN]; -+ char driver_name[MAX_DRIVER_NAME_LEN]; -+}; -+ -+struct load_driver { -+ char name[MAX_DRIVER_NAME_LEN]; -+ char conf_file_name[MAX_DRIVER_NAME_LEN]; -+ unsigned int num_sys_files; -+ struct load_driver_file sys_files[MAX_DRIVER_PE_IMAGES]; -+ unsigned int num_settings; -+ struct load_device_setting settings[MAX_DEVICE_SETTINGS]; -+ unsigned int num_bin_files; -+ struct load_driver_file bin_files[MAX_DRIVER_BIN_FILES]; -+}; -+ -+#define WRAP_IOCTL_LOAD_DEVICE _IOW(('N' + 'd' + 'i' + 'S'), 0, \ -+ struct load_device *) -+#define WRAP_IOCTL_LOAD_DRIVER _IOW(('N' + 'd' + 'i' + 'S'), 1, \ -+ struct load_driver *) -+#define WRAP_IOCTL_LOAD_BIN_FILE _IOW(('N' + 'd' + 'i' + 'S'), 2, \ -+ struct load_driver_file *) -+ -+#ifdef CONFIG_COMPAT -+struct load_driver_file32 { -+ char driver_name[MAX_DRIVER_NAME_LEN]; -+ char name[MAX_DRIVER_NAME_LEN]; -+ u32 size; -+ u32 data; -+}; -+ -+struct load_driver32 { -+ char name[MAX_DRIVER_NAME_LEN]; -+ char conf_file_name[MAX_DRIVER_NAME_LEN]; -+ u32 num_sys_files; -+ struct load_driver_file32 sys_files[MAX_DRIVER_PE_IMAGES]; -+ u32 num_settings; -+ struct load_device_setting settings[MAX_DEVICE_SETTINGS]; -+ u32 num_bin_files; -+ struct load_driver_file32 bin_files[MAX_DRIVER_BIN_FILES]; -+} __packed; -+ -+#define WRAP_IOCTL_LOAD_DEVICE32 _IOW(('N' + 'd' + 'i' + 'S'), 0, u32) -+#define WRAP_IOCTL_LOAD_DRIVER32 _IOW(('N' + 'd' + 'i' + 'S'), 1, u32) -+#define WRAP_IOCTL_LOAD_BIN_FILE32 _IOW(('N' + 'd' + 'i' + 'S'), 2, u32) -+#endif -+ -+#define WRAP_CMD_LOAD_DEVICE "load_device" -+#define WRAP_CMD_LOAD_DRIVER "load_driver" -+#define WRAP_CMD_LOAD_BIN_FILE "load_bin_file" -+ -+int loader_init(void); -+void loader_exit(void); -+ -+#ifdef __KERNEL__ -+struct wrap_device *load_wrap_device(struct load_device *load_device); -+struct wrap_driver *load_wrap_driver(struct wrap_device *device); -+struct wrap_bin_file *get_bin_file(char *bin_file_name); -+void free_bin_file(struct wrap_bin_file *bin_file); -+void unload_wrap_driver(struct wrap_driver *driver); -+void unload_wrap_device(struct wrap_device *wd); -+struct wrap_device *get_wrap_device(void *dev, int bus_type); -+ -+extern struct mutex loader_mutex; -+#endif -+ -+#endif /* LOADER_H */ -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/longlong.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/longlong.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/longlong.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/longlong.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,1333 @@ -+/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. -+ Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000 -+ Free Software Foundation, Inc. -+ -+ This file is part of the GNU C Library. -+ -+ The GNU C Library is free software; you can redistribute it and/or -+ modify it under the terms of the GNU Lesser General Public -+ License as published by the Free Software Foundation; either -+ version 2.1 of the License, or (at your option) any later version. -+ -+ The GNU C Library is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ Lesser General Public License for more details. -+ -+ You should have received a copy of the GNU Lesser General Public -+ License along with the GNU C Library; if not, write to the Free -+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -+ 02111-1307 USA. */ -+ -+/* You have to define the following before including this file: -+ -+ UWtype -- An unsigned type, default type for operations (typically a "word") -+ UHWtype -- An unsigned type, at least half the size of UWtype. -+ UDWtype -- An unsigned type, at least twice as large a UWtype -+ W_TYPE_SIZE -- size in bits of UWtype -+ -+ UQItype -- Unsigned 8 bit type. -+ SItype, USItype -- Signed and unsigned 32 bit types. -+ DItype, UDItype -- Signed and unsigned 64 bit types. -+ -+ On a 32 bit machine UWtype should typically be USItype; -+ on a 64 bit machine, UWtype should typically be UDItype. -+*/ -+ -+#define __BITS4 (W_TYPE_SIZE / 4) -+#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) -+#define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) -+#define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) -+ -+#ifndef W_TYPE_SIZE -+#define W_TYPE_SIZE 32 -+#define UWtype USItype -+#define UHWtype USItype -+#define UDWtype UDItype -+#endif -+ -+/* Define auxiliary asm macros. -+ -+ 1) umul_ppmm(high_prod, low_prod, multipler, multiplicand) multiplies two -+ UWtype integers MULTIPLER and MULTIPLICAND, and generates a two UWtype -+ word product in HIGH_PROD and LOW_PROD. -+ -+ 2) __umulsidi3(a,b) multiplies two UWtype integers A and B, and returns a -+ UDWtype product. This is just a variant of umul_ppmm. -+ -+ 3) udiv_qrnnd(quotient, remainder, high_numerator, low_numerator, -+ denominator) divides a UDWtype, composed by the UWtype integers -+ HIGH_NUMERATOR and LOW_NUMERATOR, by DENOMINATOR and places the quotient -+ in QUOTIENT and the remainder in REMAINDER. HIGH_NUMERATOR must be less -+ than DENOMINATOR for correct operation. If, in addition, the most -+ significant bit of DENOMINATOR must be 1, then the pre-processor symbol -+ UDIV_NEEDS_NORMALIZATION is defined to 1. -+ -+ 4) sdiv_qrnnd(quotient, remainder, high_numerator, low_numerator, -+ denominator). Like udiv_qrnnd but the numbers are signed. The quotient -+ is rounded towards 0. -+ -+ 5) count_leading_zeros(count, x) counts the number of zero-bits from the -+ msb to the first nonzero bit in the UWtype X. This is the number of -+ steps X needs to be shifted left to set the msb. Undefined for X == 0, -+ unless the symbol COUNT_LEADING_ZEROS_0 is defined to some value. -+ -+ 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts -+ from the least significant end. -+ -+ 7) add_ssaaaa(high_sum, low_sum, high_addend_1, low_addend_1, -+ high_addend_2, low_addend_2) adds two UWtype integers, composed by -+ HIGH_ADDEND_1 and LOW_ADDEND_1, and HIGH_ADDEND_2 and LOW_ADDEND_2 -+ respectively. The result is placed in HIGH_SUM and LOW_SUM. Overflow -+ (i.e. carry out) is not stored anywhere, and is lost. -+ -+ 8) sub_ddmmss(high_difference, low_difference, high_minuend, low_minuend, -+ high_subtrahend, low_subtrahend) subtracts two two-word UWtype integers, -+ composed by HIGH_MINUEND_1 and LOW_MINUEND_1, and HIGH_SUBTRAHEND_2 and -+ LOW_SUBTRAHEND_2 respectively. The result is placed in HIGH_DIFFERENCE -+ and LOW_DIFFERENCE. Overflow (i.e. carry out) is not stored anywhere, -+ and is lost. -+ -+ If any of these macros are left undefined for a particular CPU, -+ C macros are used. */ -+ -+/* The CPUs come in alphabetical order below. -+ -+ Please add support for more CPUs here, or improve the current support -+ for the CPUs below! -+ (E.g. WE32100, IBM360.) */ -+ -+#if defined (__GNUC__) && !defined (NO_ASM) -+ -+/* We sometimes need to clobber "cc" with gcc2, but that would not be -+ understood by gcc1. Use cpp to avoid major code duplication. */ -+#if __GNUC__ < 2 -+#define __CLOBBER_CC -+#define __AND_CLOBBER_CC -+#else /* __GNUC__ >= 2 */ -+#define __CLOBBER_CC : "cc" -+#define __AND_CLOBBER_CC , "cc" -+#endif /* __GNUC__ < 2 */ -+ -+#if defined (__alpha) && W_TYPE_SIZE == 64 -+#define umul_ppmm(ph, pl, m0, m1) \ -+ do { \ -+ UDItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("umulh %r1,%2,%0" \ -+ : "=r" ((UDItype) ph) \ -+ : "%rJ" (__m0), \ -+ "rI" (__m1)); \ -+ (pl) = __m0 * __m1; \ -+ } while (0) -+#define UMUL_TIME 46 -+#ifndef LONGLONG_STANDALONE -+#define udiv_qrnnd(q, r, n1, n0, d) \ -+ do { UDItype __r; \ -+ (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \ -+ (r) = __r; \ -+ } while (0) -+extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype); -+#define UDIV_TIME 220 -+#endif /* LONGLONG_STANDALONE */ -+#ifdef __alpha_cix__ -+#define count_leading_zeros(COUNT,X) \ -+ __asm__("ctlz %1,%0" : "=r"(COUNT) : "r"(X)) -+#define count_trailing_zeros(COUNT,X) \ -+ __asm__("cttz %1,%0" : "=r"(COUNT) : "r"(X)) -+#define COUNT_LEADING_ZEROS_0 64 -+#else -+extern const UQItype __clz_tab[]; -+#define count_leading_zeros(COUNT,X) \ -+ do { \ -+ UDItype __xr = (X), __t, __a; \ -+ __asm__("cmpbge $31,%1,%0" : "=r"(__t) : "r"(__xr)); \ -+ __a = __clz_tab[__t ^ 0xff] - 1; \ -+ __asm__("extbl %1,%2,%0" : "=r"(__t) : "r"(__xr), "r"(__a)); \ -+ (COUNT) = 64 - (__clz_tab[__t] + __a*8); \ -+ } while (0) -+#define count_trailing_zeros(COUNT,X) \ -+ do { \ -+ UDItype __xr = (X), __t, __a; \ -+ __asm__("cmpbge $31,%1,%0" : "=r"(__t) : "r"(__xr)); \ -+ __t = ~__t & -~__t; \ -+ __a = ((__t & 0xCC) != 0) * 2; \ -+ __a += ((__t & 0xF0) != 0) * 4; \ -+ __a += ((__t & 0xAA) != 0); \ -+ __asm__("extbl %1,%2,%0" : "=r"(__t) : "r"(__xr), "r"(__a)); \ -+ __a <<= 3; \ -+ __t &= -__t; \ -+ __a += ((__t & 0xCC) != 0) * 2; \ -+ __a += ((__t & 0xF0) != 0) * 4; \ -+ __a += ((__t & 0xAA) != 0); \ -+ (COUNT) = __a; \ -+ } while (0) -+#endif /* __alpha_cix__ */ -+#endif /* __alpha */ -+ -+#if defined (__arc__) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("add.f %1, %4, %5\n\tadc %0, %2, %3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "%r" ((USItype) (ah)), \ -+ "rIJ" ((USItype) (bh)), \ -+ "%r" ((USItype) (al)), \ -+ "rIJ" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("sub.f %1, %4, %5\n\tsbc %0, %2, %3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "r" ((USItype) (ah)), \ -+ "rIJ" ((USItype) (bh)), \ -+ "r" ((USItype) (al)), \ -+ "rIJ" ((USItype) (bl))) -+/* Call libgcc routine. */ -+#define umul_ppmm(w1, w0, u, v) \ -+do { \ -+ DWunion __w; \ -+ __w.ll = __umulsidi3 (u, v); \ -+ w1 = __w.s.high; \ -+ w0 = __w.s.low; \ -+} while (0) -+#define __umulsidi3 __umulsidi3 -+UDItype __umulsidi3 (USItype, USItype); -+#endif -+ -+#if defined (__arm__) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("adds %1, %4, %5\n\tadc %0, %2, %3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "%r" ((USItype) (ah)), \ -+ "rI" ((USItype) (bh)), \ -+ "%r" ((USItype) (al)), \ -+ "rI" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("subs %1, %4, %5\n\tsbc %0, %2, %3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "r" ((USItype) (ah)), \ -+ "rI" ((USItype) (bh)), \ -+ "r" ((USItype) (al)), \ -+ "rI" ((USItype) (bl))) -+#define umul_ppmm(xh, xl, a, b) \ -+{register USItype __t0, __t1, __t2; \ -+ __asm__ ("%@ Inlined umul_ppmm\n" \ -+ " mov %2, %5, lsr #16\n" \ -+ " mov %0, %6, lsr #16\n" \ -+ " bic %3, %5, %2, lsl #16\n" \ -+ " bic %4, %6, %0, lsl #16\n" \ -+ " mul %1, %3, %4\n" \ -+ " mul %4, %2, %4\n" \ -+ " mul %3, %0, %3\n" \ -+ " mul %0, %2, %0\n" \ -+ " adds %3, %4, %3\n" \ -+ " addcs %0, %0, #65536\n" \ -+ " adds %1, %1, %3, lsl #16\n" \ -+ " adc %0, %0, %3, lsr #16" \ -+ : "=&r" ((USItype) (xh)), \ -+ "=r" ((USItype) (xl)), \ -+ "=&r" (__t0), "=&r" (__t1), "=r" (__t2) \ -+ : "r" ((USItype) (a)), \ -+ "r" ((USItype) (b)));} -+#define UMUL_TIME 20 -+#define UDIV_TIME 100 -+#endif /* __arm__ */ -+ -+#if defined (__hppa) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("add %4,%5,%1\n\taddc %2,%3,%0" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "%rM" ((USItype) (ah)), \ -+ "rM" ((USItype) (bh)), \ -+ "%rM" ((USItype) (al)), \ -+ "rM" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("sub %4,%5,%1\n\tsubb %2,%3,%0" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "rM" ((USItype) (ah)), \ -+ "rM" ((USItype) (bh)), \ -+ "rM" ((USItype) (al)), \ -+ "rM" ((USItype) (bl))) -+#if defined (_PA_RISC1_1) -+#define umul_ppmm(w1, w0, u, v) \ -+ do { \ -+ union \ -+ { \ -+ UDItype __f; \ -+ struct {USItype __w1, __w0;} __w1w0; \ -+ } __t; \ -+ __asm__ ("xmpyu %1,%2,%0" \ -+ : "=x" (__t.__f) \ -+ : "x" ((USItype) (u)), \ -+ "x" ((USItype) (v))); \ -+ (w1) = __t.__w1w0.__w1; \ -+ (w0) = __t.__w1w0.__w0; \ -+ } while (0) -+#define UMUL_TIME 8 -+#else -+#define UMUL_TIME 30 -+#endif -+#define UDIV_TIME 40 -+#define count_leading_zeros(count, x) \ -+ do { \ -+ USItype __tmp; \ -+ __asm__ ( \ -+ "ldi 1,%0\n" \ -+" extru,= %1,15,16,%%r0 ; Bits 31..16 zero?\n" \ -+" extru,tr %1,15,16,%1 ; No. Shift down, skip add.\n"\ -+" ldo 16(%0),%0 ; Yes. Perform add.\n" \ -+" extru,= %1,23,8,%%r0 ; Bits 15..8 zero?\n" \ -+" extru,tr %1,23,8,%1 ; No. Shift down, skip add.\n"\ -+" ldo 8(%0),%0 ; Yes. Perform add.\n" \ -+" extru,= %1,27,4,%%r0 ; Bits 7..4 zero?\n" \ -+" extru,tr %1,27,4,%1 ; No. Shift down, skip add.\n"\ -+" ldo 4(%0),%0 ; Yes. Perform add.\n" \ -+" extru,= %1,29,2,%%r0 ; Bits 3..2 zero?\n" \ -+" extru,tr %1,29,2,%1 ; No. Shift down, skip add.\n"\ -+" ldo 2(%0),%0 ; Yes. Perform add.\n" \ -+" extru %1,30,1,%1 ; Extract bit 1.\n" \ -+" sub %0,%1,%0 ; Subtract it.\n" \ -+ : "=r" (count), "=r" (__tmp) : "1" (x)); \ -+ } while (0) -+#endif -+ -+#if (defined (__i370__) || defined (__mvs__)) && W_TYPE_SIZE == 32 -+#define umul_ppmm(xh, xl, m0, m1) \ -+ do { \ -+ union {UDItype __ll; \ -+ struct {USItype __h, __l;} __i; \ -+ } __xx; \ -+ USItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("mr %0,%3" \ -+ : "=r" (__xx.__i.__h), \ -+ "=r" (__xx.__i.__l) \ -+ : "%1" (__m0), \ -+ "r" (__m1)); \ -+ (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \ -+ (xh) += ((((SItype) __m0 >> 31) & __m1) \ -+ + (((SItype) __m1 >> 31) & __m0)); \ -+ } while (0) -+#define smul_ppmm(xh, xl, m0, m1) \ -+ do { \ -+ union {DItype __ll; \ -+ struct {USItype __h, __l;} __i; \ -+ } __xx; \ -+ __asm__ ("mr %0,%3" \ -+ : "=r" (__xx.__i.__h), \ -+ "=r" (__xx.__i.__l) \ -+ : "%1" (m0), \ -+ "r" (m1)); \ -+ (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \ -+ } while (0) -+#define sdiv_qrnnd(q, r, n1, n0, d) \ -+ do { \ -+ union {DItype __ll; \ -+ struct {USItype __h, __l;} __i; \ -+ } __xx; \ -+ __xx.__i.__h = n1; __xx.__i.__l = n0; \ -+ __asm__ ("dr %0,%2" \ -+ : "=r" (__xx.__ll) \ -+ : "0" (__xx.__ll), "r" (d)); \ -+ (q) = __xx.__i.__l; (r) = __xx.__i.__h; \ -+ } while (0) -+#endif -+ -+#if (defined (__i386__) || defined (__i486__)) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("addl %5,%1\n\tadcl %3,%0" \ -+ : "=r" (sh), \ -+ "=&r" (sl) \ -+ : "%0" ((USItype) (ah)), \ -+ "g" ((USItype) (bh)), \ -+ "%1" ((USItype) (al)), \ -+ "g" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("subl %5,%1\n\tsbbl %3,%0" \ -+ : "=r" (sh), \ -+ "=&r" (sl) \ -+ : "0" ((USItype) (ah)), \ -+ "g" ((USItype) (bh)), \ -+ "1" ((USItype) (al)), \ -+ "g" ((USItype) (bl))) -+#define umul_ppmm(w1, w0, u, v) \ -+ __asm__ ("mull %3" \ -+ : "=a" (w0), \ -+ "=d" (w1) \ -+ : "%0" ((USItype) (u)), \ -+ "rm" ((USItype) (v))) -+#define udiv_qrnnd(q, r, n1, n0, dv) \ -+ __asm__ ("divl %4" \ -+ : "=a" (q), \ -+ "=d" (r) \ -+ : "0" ((USItype) (n0)), \ -+ "1" ((USItype) (n1)), \ -+ "rm" ((USItype) (dv))) -+#define count_leading_zeros(count, x) \ -+ do { \ -+ USItype __cbtmp; \ -+ __asm__ ("bsrl %1,%0" \ -+ : "=r" (__cbtmp) : "rm" ((USItype) (x))); \ -+ (count) = __cbtmp ^ 31; \ -+ } while (0) -+#define count_trailing_zeros(count, x) \ -+ __asm__ ("bsfl %1,%0" : "=r" (count) : "rm" ((USItype)(x))) -+#define UMUL_TIME 40 -+#define UDIV_TIME 40 -+#endif /* 80x86 */ -+ -+#if defined (__i960__) && W_TYPE_SIZE == 32 -+#define umul_ppmm(w1, w0, u, v) \ -+ ({union {UDItype __ll; \ -+ struct {USItype __l, __h;} __i; \ -+ } __xx; \ -+ __asm__ ("emul %2,%1,%0" \ -+ : "=d" (__xx.__ll) \ -+ : "%dI" ((USItype) (u)), \ -+ "dI" ((USItype) (v))); \ -+ (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;}) -+#define __umulsidi3(u, v) \ -+ ({UDItype __w; \ -+ __asm__ ("emul %2,%1,%0" \ -+ : "=d" (__w) \ -+ : "%dI" ((USItype) (u)), \ -+ "dI" ((USItype) (v))); \ -+ __w; }) -+#endif /* __i960__ */ -+ -+#if defined (__M32R__) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ /* The cmp clears the condition bit. */ \ -+ __asm__ ("cmp %0,%0\n\taddx %%5,%1\n\taddx %%3,%0" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "%0" ((USItype) (ah)), \ -+ "r" ((USItype) (bh)), \ -+ "%1" ((USItype) (al)), \ -+ "r" ((USItype) (bl)) \ -+ : "cbit") -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ /* The cmp clears the condition bit. */ \ -+ __asm__ ("cmp %0,%0\n\tsubx %5,%1\n\tsubx %3,%0" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "0" ((USItype) (ah)), \ -+ "r" ((USItype) (bh)), \ -+ "1" ((USItype) (al)), \ -+ "r" ((USItype) (bl)) \ -+ : "cbit") -+#endif /* __M32R__ */ -+ -+#if defined (__mc68000__) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("add%.l %5,%1\n\taddx%.l %3,%0" \ -+ : "=d" ((USItype) (sh)), \ -+ "=&d" ((USItype) (sl)) \ -+ : "%0" ((USItype) (ah)), \ -+ "d" ((USItype) (bh)), \ -+ "%1" ((USItype) (al)), \ -+ "g" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("sub%.l %5,%1\n\tsubx%.l %3,%0" \ -+ : "=d" ((USItype) (sh)), \ -+ "=&d" ((USItype) (sl)) \ -+ : "0" ((USItype) (ah)), \ -+ "d" ((USItype) (bh)), \ -+ "1" ((USItype) (al)), \ -+ "g" ((USItype) (bl))) -+ -+/* The '020, '030, '040 and CPU32 have 32x32->64 and 64/32->32q-32r. */ -+#if defined (__mc68020__) || defined(mc68020) \ -+ || defined(__mc68030__) || defined(mc68030) \ -+ || defined(__mc68040__) || defined(mc68040) \ -+ || defined(__mcpu32__) || defined(mcpu32) -+#define umul_ppmm(w1, w0, u, v) \ -+ __asm__ ("mulu%.l %3,%1:%0" \ -+ : "=d" ((USItype) (w0)), \ -+ "=d" ((USItype) (w1)) \ -+ : "%0" ((USItype) (u)), \ -+ "dmi" ((USItype) (v))) -+#define UMUL_TIME 45 -+#define udiv_qrnnd(q, r, n1, n0, d) \ -+ __asm__ ("divu%.l %4,%1:%0" \ -+ : "=d" ((USItype) (q)), \ -+ "=d" ((USItype) (r)) \ -+ : "0" ((USItype) (n0)), \ -+ "1" ((USItype) (n1)), \ -+ "dmi" ((USItype) (d))) -+#define UDIV_TIME 90 -+#define sdiv_qrnnd(q, r, n1, n0, d) \ -+ __asm__ ("divs%.l %4,%1:%0" \ -+ : "=d" ((USItype) (q)), \ -+ "=d" ((USItype) (r)) \ -+ : "0" ((USItype) (n0)), \ -+ "1" ((USItype) (n1)), \ -+ "dmi" ((USItype) (d))) -+ -+#else /* not mc68020 */ -+#if !defined(__mcf5200__) -+/* %/ inserts REGISTER_PREFIX, %# inserts IMMEDIATE_PREFIX. */ -+#define umul_ppmm(xh, xl, a, b) \ -+ __asm__ ("| Inlined umul_ppmm\n" \ -+ " move%.l %2,%/d0\n" \ -+ " move%.l %3,%/d1\n" \ -+ " move%.l %/d0,%/d2\n" \ -+ " swap %/d0\n" \ -+ " move%.l %/d1,%/d3\n" \ -+ " swap %/d1\n" \ -+ " move%.w %/d2,%/d4\n" \ -+ " mulu %/d3,%/d4\n" \ -+ " mulu %/d1,%/d2\n" \ -+ " mulu %/d0,%/d3\n" \ -+ " mulu %/d0,%/d1\n" \ -+ " move%.l %/d4,%/d0\n" \ -+ " eor%.w %/d0,%/d0\n" \ -+ " swap %/d0\n" \ -+ " add%.l %/d0,%/d2\n" \ -+ " add%.l %/d3,%/d2\n" \ -+ " jcc 1f\n" \ -+ " add%.l %#65536,%/d1\n" \ -+ "1: swap %/d2\n" \ -+ " moveq %#0,%/d0\n" \ -+ " move%.w %/d2,%/d0\n" \ -+ " move%.w %/d4,%/d2\n" \ -+ " move%.l %/d2,%1\n" \ -+ " add%.l %/d1,%/d0\n" \ -+ " move%.l %/d0,%0" \ -+ : "=g" ((USItype) (xh)), \ -+ "=g" ((USItype) (xl)) \ -+ : "g" ((USItype) (a)), \ -+ "g" ((USItype) (b)) \ -+ : "d0", "d1", "d2", "d3", "d4") -+#define UMUL_TIME 100 -+#define UDIV_TIME 400 -+#endif /* not mcf5200 */ -+#endif /* not mc68020 */ -+ -+/* The '020, '030, '040 and '060 have bitfield insns. */ -+#if defined (__mc68020__) || defined(mc68020) \ -+ || defined(__mc68030__) || defined(mc68030) \ -+ || defined(__mc68040__) || defined(mc68040) \ -+ || defined(__mc68060__) || defined(mc68060) -+#define count_leading_zeros(count, x) \ -+ __asm__ ("bfffo %1{%b2:%b2},%0" \ -+ : "=d" ((USItype) (count)) \ -+ : "od" ((USItype) (x)), "n" (0)) -+#endif -+#endif /* mc68000 */ -+ -+#if defined (__m88000__) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("addu.co %1,%r4,%r5\n\taddu.ci %0,%r2,%r3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "%rJ" ((USItype) (ah)), \ -+ "rJ" ((USItype) (bh)), \ -+ "%rJ" ((USItype) (al)), \ -+ "rJ" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("subu.co %1,%r4,%r5\n\tsubu.ci %0,%r2,%r3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "rJ" ((USItype) (ah)), \ -+ "rJ" ((USItype) (bh)), \ -+ "rJ" ((USItype) (al)), \ -+ "rJ" ((USItype) (bl))) -+#define count_leading_zeros(count, x) \ -+ do { \ -+ USItype __cbtmp; \ -+ __asm__ ("ff1 %0,%1" \ -+ : "=r" (__cbtmp) \ -+ : "r" ((USItype) (x))); \ -+ (count) = __cbtmp ^ 31; \ -+ } while (0) -+#define COUNT_LEADING_ZEROS_0 63 /* sic */ -+#if defined (__mc88110__) -+#define umul_ppmm(wh, wl, u, v) \ -+ do { \ -+ union {UDItype __ll; \ -+ struct {USItype __h, __l;} __i; \ -+ } __xx; \ -+ __asm__ ("mulu.d %0,%1,%2" \ -+ : "=r" (__xx.__ll) \ -+ : "r" ((USItype) (u)), \ -+ "r" ((USItype) (v))); \ -+ (wh) = __xx.__i.__h; \ -+ (wl) = __xx.__i.__l; \ -+ } while (0) -+#define udiv_qrnnd(q, r, n1, n0, d) \ -+ ({union {UDItype __ll; \ -+ struct {USItype __h, __l;} __i; \ -+ } __xx; \ -+ USItype __q; \ -+ __xx.__i.__h = (n1); __xx.__i.__l = (n0); \ -+ __asm__ ("divu.d %0,%1,%2" \ -+ : "=r" (__q) \ -+ : "r" (__xx.__ll), \ -+ "r" ((USItype) (d))); \ -+ (r) = (n0) - __q * (d); (q) = __q; }) -+#define UMUL_TIME 5 -+#define UDIV_TIME 25 -+#else -+#define UMUL_TIME 17 -+#define UDIV_TIME 150 -+#endif /* __mc88110__ */ -+#endif /* __m88000__ */ -+ -+#if defined (__mips__) && W_TYPE_SIZE == 32 -+#define umul_ppmm(w1, w0, u, v) \ -+ __asm__ ("multu %2,%3" \ -+ : "=l" ((USItype) (w0)), \ -+ "=h" ((USItype) (w1)) \ -+ : "d" ((USItype) (u)), \ -+ "d" ((USItype) (v))) -+#define UMUL_TIME 10 -+#define UDIV_TIME 100 -+#endif /* __mips__ */ -+ -+#if defined (__ns32000__) && W_TYPE_SIZE == 32 -+#define umul_ppmm(w1, w0, u, v) \ -+ ({union {UDItype __ll; \ -+ struct {USItype __l, __h;} __i; \ -+ } __xx; \ -+ __asm__ ("meid %2,%0" \ -+ : "=g" (__xx.__ll) \ -+ : "%0" ((USItype) (u)), \ -+ "g" ((USItype) (v))); \ -+ (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;}) -+#define __umulsidi3(u, v) \ -+ ({UDItype __w; \ -+ __asm__ ("meid %2,%0" \ -+ : "=g" (__w) \ -+ : "%0" ((USItype) (u)), \ -+ "g" ((USItype) (v))); \ -+ __w; }) -+#define udiv_qrnnd(q, r, n1, n0, d) \ -+ ({union {UDItype __ll; \ -+ struct {USItype __l, __h;} __i; \ -+ } __xx; \ -+ __xx.__i.__h = (n1); __xx.__i.__l = (n0); \ -+ __asm__ ("deid %2,%0" \ -+ : "=g" (__xx.__ll) \ -+ : "0" (__xx.__ll), \ -+ "g" ((USItype) (d))); \ -+ (r) = __xx.__i.__l; (q) = __xx.__i.__h; }) -+#define count_trailing_zeros(count,x) \ -+ do { \ -+ __asm__ ("ffsd %2,%0" \ -+ : "=r" ((USItype) (count)) \ -+ : "0" ((USItype) 0), \ -+ "r" ((USItype) (x))); \ -+ } while (0) -+#endif /* __ns32000__ */ -+ -+/* FIXME: We should test _IBMR2 here when we add assembly support for the -+ system vendor compilers. -+ FIXME: What's needed for gcc PowerPC VxWorks? __vxworks__ is not good -+ enough, since that hits ARM and m68k too. */ -+#if (defined (_ARCH_PPC) /* AIX */ \ -+ || defined (_ARCH_PWR) /* AIX */ \ -+ || defined (_ARCH_COM) /* AIX */ \ -+ || defined (__powerpc__) /* gcc */ \ -+ || defined (__POWERPC__) /* BEOS */ \ -+ || defined (__ppc__) /* Darwin */ \ -+ || defined (PPC) /* GNU/Linux, SysV */ \ -+ ) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ do { \ -+ if (__builtin_constant_p (bh) && (bh) == 0) \ -+ __asm__ ("{a%I4|add%I4c} %1,%3,%4\n\t{aze|addze} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\ -+ else if (__builtin_constant_p (bh) && (bh) == ~(USItype) 0) \ -+ __asm__ ("{a%I4|add%I4c} %1,%3,%4\n\t{ame|addme} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\ -+ else \ -+ __asm__ ("{a%I5|add%I5c} %1,%4,%5\n\t{ae|adde} %0,%2,%3" \ -+ : "=r" (sh), "=&r" (sl) \ -+ : "%r" (ah), "r" (bh), "%r" (al), "rI" (bl)); \ -+ } while (0) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ do { \ -+ if (__builtin_constant_p (ah) && (ah) == 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{sfze|subfze} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (bh), "rI" (al), "r" (bl));\ -+ else if (__builtin_constant_p (ah) && (ah) == ~(USItype) 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{sfme|subfme} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (bh), "rI" (al), "r" (bl));\ -+ else if (__builtin_constant_p (bh) && (bh) == 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{ame|addme} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "rI" (al), "r" (bl));\ -+ else if (__builtin_constant_p (bh) && (bh) == ~(USItype) 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{aze|addze} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "rI" (al), "r" (bl));\ -+ else \ -+ __asm__ ("{sf%I4|subf%I4c} %1,%5,%4\n\t{sfe|subfe} %0,%3,%2" \ -+ : "=r" (sh), "=&r" (sl) \ -+ : "r" (ah), "r" (bh), "rI" (al), "r" (bl)); \ -+ } while (0) -+#define count_leading_zeros(count, x) \ -+ __asm__ ("{cntlz|cntlzw} %0,%1" : "=r" (count) : "r" (x)) -+#define COUNT_LEADING_ZEROS_0 32 -+#if defined (_ARCH_PPC) || defined (__powerpc__) || defined (__POWERPC__) \ -+ || defined (__ppc__) || defined (PPC) || defined (__vxworks__) -+#define umul_ppmm(ph, pl, m0, m1) \ -+ do { \ -+ USItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("mulhwu %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \ -+ (pl) = __m0 * __m1; \ -+ } while (0) -+#define UMUL_TIME 15 -+#define smul_ppmm(ph, pl, m0, m1) \ -+ do { \ -+ SItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("mulhw %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \ -+ (pl) = __m0 * __m1; \ -+ } while (0) -+#define SMUL_TIME 14 -+#define UDIV_TIME 120 -+#elif defined (_ARCH_PWR) -+#define UMUL_TIME 8 -+#define smul_ppmm(xh, xl, m0, m1) \ -+ __asm__ ("mul %0,%2,%3" : "=r" (xh), "=q" (xl) : "r" (m0), "r" (m1)) -+#define SMUL_TIME 4 -+#define sdiv_qrnnd(q, r, nh, nl, d) \ -+ __asm__ ("div %0,%2,%4" : "=r" (q), "=q" (r) : "r" (nh), "1" (nl), "r" (d)) -+#define UDIV_TIME 100 -+#endif -+#endif /* 32-bit POWER architecture variants. */ -+ -+/* We should test _IBMR2 here when we add assembly support for the system -+ vendor compilers. */ -+#if (defined (_ARCH_PPC64) || defined (__powerpc64__)) && W_TYPE_SIZE == 64 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ do { \ -+ if (__builtin_constant_p (bh) && (bh) == 0) \ -+ __asm__ ("{a%I4|add%I4c} %1,%3,%4\n\t{aze|addze} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\ -+ else if (__builtin_constant_p (bh) && (bh) == ~(UDItype) 0) \ -+ __asm__ ("{a%I4|add%I4c} %1,%3,%4\n\t{ame|addme} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "%r" (al), "rI" (bl));\ -+ else \ -+ __asm__ ("{a%I5|add%I5c} %1,%4,%5\n\t{ae|adde} %0,%2,%3" \ -+ : "=r" (sh), "=&r" (sl) \ -+ : "%r" (ah), "r" (bh), "%r" (al), "rI" (bl)); \ -+ } while (0) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ do { \ -+ if (__builtin_constant_p (ah) && (ah) == 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{sfze|subfze} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (bh), "rI" (al), "r" (bl));\ -+ else if (__builtin_constant_p (ah) && (ah) == ~(UDItype) 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{sfme|subfme} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (bh), "rI" (al), "r" (bl));\ -+ else if (__builtin_constant_p (bh) && (bh) == 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{ame|addme} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "rI" (al), "r" (bl));\ -+ else if (__builtin_constant_p (bh) && (bh) == ~(UDItype) 0) \ -+ __asm__ ("{sf%I3|subf%I3c} %1,%4,%3\n\t{aze|addze} %0,%2" \ -+ : "=r" (sh), "=&r" (sl) : "r" (ah), "rI" (al), "r" (bl));\ -+ else \ -+ __asm__ ("{sf%I4|subf%I4c} %1,%5,%4\n\t{sfe|subfe} %0,%3,%2" \ -+ : "=r" (sh), "=&r" (sl) \ -+ : "r" (ah), "r" (bh), "rI" (al), "r" (bl)); \ -+ } while (0) -+#define count_leading_zeros(count, x) \ -+ __asm__ ("cntlzd %0,%1" : "=r" (count) : "r" (x)) -+#define COUNT_LEADING_ZEROS_0 64 -+#define umul_ppmm(ph, pl, m0, m1) \ -+ do { \ -+ UDItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("mulhdu %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \ -+ (pl) = __m0 * __m1; \ -+ } while (0) -+#define UMUL_TIME 15 -+#define smul_ppmm(ph, pl, m0, m1) \ -+ do { \ -+ DItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("mulhd %0,%1,%2" : "=r" (ph) : "%r" (m0), "r" (m1)); \ -+ (pl) = __m0 * __m1; \ -+ } while (0) -+#define SMUL_TIME 14 /* ??? */ -+#define UDIV_TIME 120 /* ??? */ -+#endif /* 64-bit PowerPC. */ -+ -+#if defined (__ibm032__) /* RT/ROMP */ && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("a %1,%5\n\tae %0,%3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "%0" ((USItype) (ah)), \ -+ "r" ((USItype) (bh)), \ -+ "%1" ((USItype) (al)), \ -+ "r" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("s %1,%5\n\tse %0,%3" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "0" ((USItype) (ah)), \ -+ "r" ((USItype) (bh)), \ -+ "1" ((USItype) (al)), \ -+ "r" ((USItype) (bl))) -+#define umul_ppmm(ph, pl, m0, m1) \ -+ do { \ -+ USItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ( \ -+ "s r2,r2\n" \ -+" mts r10,%2\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" m r2,%3\n" \ -+" cas %0,r2,r0\n" \ -+" mfs r10,%1" \ -+ : "=r" ((USItype) (ph)), \ -+ "=r" ((USItype) (pl)) \ -+ : "%r" (__m0), \ -+ "r" (__m1) \ -+ : "r2"); \ -+ (ph) += ((((SItype) __m0 >> 31) & __m1) \ -+ + (((SItype) __m1 >> 31) & __m0)); \ -+ } while (0) -+#define UMUL_TIME 20 -+#define UDIV_TIME 200 -+#define count_leading_zeros(count, x) \ -+ do { \ -+ if ((x) >= 0x10000) \ -+ __asm__ ("clz %0,%1" \ -+ : "=r" ((USItype) (count)) \ -+ : "r" ((USItype) (x) >> 16)); \ -+ else \ -+ { \ -+ __asm__ ("clz %0,%1" \ -+ : "=r" ((USItype) (count)) \ -+ : "r" ((USItype) (x))); \ -+ (count) += 16; \ -+ } \ -+ } while (0) -+#endif -+ -+#if defined (__sh2__) && W_TYPE_SIZE == 32 -+#define umul_ppmm(w1, w0, u, v) \ -+ __asm__ ( \ -+ "dmulu.l %2,%3\n\tsts macl,%1\n\tsts mach,%0" \ -+ : "=r" ((USItype)(w1)), \ -+ "=r" ((USItype)(w0)) \ -+ : "r" ((USItype)(u)), \ -+ "r" ((USItype)(v)) \ -+ : "macl", "mach") -+#define UMUL_TIME 5 -+#endif -+ -+#if defined (__SH5__) && __SHMEDIA__ && W_TYPE_SIZE == 32 -+#define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v) -+#define count_leading_zeros(count, x) \ -+ do \ -+ { \ -+ UDItype x_ = (USItype)(x); \ -+ SItype c_; \ -+ \ -+ __asm__ ("nsb %1, %0" : "=r" (c_) : "r" (x_)); \ -+ (count) = c_ - 31; \ -+ } \ -+ while (0) -+#define COUNT_LEADING_ZEROS_0 32 -+#endif -+ -+#if defined (__sparc__) && !defined (__arch64__) && !defined (__sparcv9) \ -+ && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("addcc %r4,%5,%1\n\taddx %r2,%3,%0" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "%rJ" ((USItype) (ah)), \ -+ "rI" ((USItype) (bh)), \ -+ "%rJ" ((USItype) (al)), \ -+ "rI" ((USItype) (bl)) \ -+ __CLOBBER_CC) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("subcc %r4,%5,%1\n\tsubx %r2,%3,%0" \ -+ : "=r" ((USItype) (sh)), \ -+ "=&r" ((USItype) (sl)) \ -+ : "rJ" ((USItype) (ah)), \ -+ "rI" ((USItype) (bh)), \ -+ "rJ" ((USItype) (al)), \ -+ "rI" ((USItype) (bl)) \ -+ __CLOBBER_CC) -+#if defined (__sparc_v8__) -+#define umul_ppmm(w1, w0, u, v) \ -+ __asm__ ("umul %2,%3,%1;rd %%y,%0" \ -+ : "=r" ((USItype) (w1)), \ -+ "=r" ((USItype) (w0)) \ -+ : "r" ((USItype) (u)), \ -+ "r" ((USItype) (v))) -+#define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ -+ __asm__ ("mov %2,%%y;nop;nop;nop;udiv %3,%4,%0;umul %0,%4,%1;sub %3,%1,%1"\ -+ : "=&r" ((USItype) (__q)), \ -+ "=&r" ((USItype) (__r)) \ -+ : "r" ((USItype) (__n1)), \ -+ "r" ((USItype) (__n0)), \ -+ "r" ((USItype) (__d))) -+#else -+#if defined (__sparclite__) -+/* This has hardware multiply but not divide. It also has two additional -+ instructions scan (ffs from high bit) and divscc. */ -+#define umul_ppmm(w1, w0, u, v) \ -+ __asm__ ("umul %2,%3,%1;rd %%y,%0" \ -+ : "=r" ((USItype) (w1)), \ -+ "=r" ((USItype) (w0)) \ -+ : "r" ((USItype) (u)), \ -+ "r" ((USItype) (v))) -+#define udiv_qrnnd(q, r, n1, n0, d) \ -+ __asm__ ("! Inlined udiv_qrnnd\n" \ -+" wr %%g0,%2,%%y ! Not a delayed write for sparclite\n" \ -+" tst %%g0\n" \ -+" divscc %3,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%%g1\n" \ -+" divscc %%g1,%4,%0\n" \ -+" rd %%y,%1\n" \ -+" bl,a 1f\n" \ -+" add %1,%4,%1\n" \ -+"1: ! End of inline udiv_qrnnd" \ -+ : "=r" ((USItype) (q)), \ -+ "=r" ((USItype) (r)) \ -+ : "r" ((USItype) (n1)), \ -+ "r" ((USItype) (n0)), \ -+ "rI" ((USItype) (d)) \ -+ : "g1" __AND_CLOBBER_CC) -+#define UDIV_TIME 37 -+#define count_leading_zeros(count, x) \ -+ do { \ -+ __asm__ ("scan %1,1,%0" \ -+ : "=r" ((USItype) (count)) \ -+ : "r" ((USItype) (x))); \ -+ } while (0) -+/* Early sparclites return 63 for an argument of 0, but they warn that future -+ implementations might change this. Therefore, leave COUNT_LEADING_ZEROS_0 -+ undefined. */ -+#else -+/* SPARC without integer multiplication and divide instructions. -+ (i.e. at least Sun4/20,40,60,65,75,110,260,280,330,360,380,470,490) */ -+#define umul_ppmm(w1, w0, u, v) \ -+ __asm__ ("! Inlined umul_ppmm\n" \ -+" wr %%g0,%2,%%y ! SPARC has 0-3 delay insn after a wr\n"\ -+" sra %3,31,%%o5 ! Don't move this insn\n" \ -+" and %2,%%o5,%%o5 ! Don't move this insn\n" \ -+" andcc %%g0,0,%%g1 ! Don't move this insn\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,%3,%%g1\n" \ -+" mulscc %%g1,0,%%g1\n" \ -+" add %%g1,%%o5,%0\n" \ -+" rd %%y,%1" \ -+ : "=r" ((USItype) (w1)), \ -+ "=r" ((USItype) (w0)) \ -+ : "%rI" ((USItype) (u)), \ -+ "r" ((USItype) (v)) \ -+ : "g1", "o5" __AND_CLOBBER_CC) -+#define UMUL_TIME 39 /* 39 instructions */ -+/* It's quite necessary to add this much assembler for the sparc. -+ The default udiv_qrnnd (in C) is more than 10 times slower! */ -+#define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ -+ __asm__ ("! Inlined udiv_qrnnd\n" \ -+" mov 32,%%g1\n" \ -+" subcc %1,%2,%%g0\n" \ -+"1: bcs 5f\n" \ -+" addxcc %0,%0,%0 ! shift n1n0 and a q-bit in lsb\n" \ -+" sub %1,%2,%1 ! this kills msb of n\n" \ -+" addx %1,%1,%1 ! so this can't give carry\n" \ -+" subcc %%g1,1,%%g1\n" \ -+"2: bne 1b\n" \ -+" subcc %1,%2,%%g0\n" \ -+" bcs 3f\n" \ -+" addxcc %0,%0,%0 ! shift n1n0 and a q-bit in lsb\n" \ -+" b 3f\n" \ -+" sub %1,%2,%1 ! this kills msb of n\n" \ -+"4: sub %1,%2,%1\n" \ -+"5: addxcc %1,%1,%1\n" \ -+" bcc 2b\n" \ -+" subcc %%g1,1,%%g1\n" \ -+"! Got carry from n. Subtract next step to cancel this carry.\n" \ -+" bne 4b\n" \ -+" addcc %0,%0,%0 ! shift n1n0 and a 0-bit in lsb\n" \ -+" sub %1,%2,%1\n" \ -+"3: xnor %0,0,%0\n" \ -+" ! End of inline udiv_qrnnd" \ -+ : "=&r" ((USItype) (__q)), \ -+ "=&r" ((USItype) (__r)) \ -+ : "r" ((USItype) (__d)), \ -+ "1" ((USItype) (__n1)), \ -+ "0" ((USItype) (__n0)) : "g1" __AND_CLOBBER_CC) -+#define UDIV_TIME (3+7*32) /* 7 instructions/iteration. 32 iterations. */ -+#endif /* __sparclite__ */ -+#endif /* __sparc_v8__ */ -+#endif /* sparc32 */ -+ -+#if ((defined (__sparc__) && defined (__arch64__)) || defined (__sparcv9)) \ -+ && W_TYPE_SIZE == 64 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("addcc %r4,%5,%1\n\t" \ -+ "add %r2,%3,%0\n\t" \ -+ "bcs,a,pn %%xcc, 1f\n\t" \ -+ "add %0, 1, %0\n" \ -+ "1:" \ -+ : "=r" ((UDItype)(sh)), \ -+ "=&r" ((UDItype)(sl)) \ -+ : "%rJ" ((UDItype)(ah)), \ -+ "rI" ((UDItype)(bh)), \ -+ "%rJ" ((UDItype)(al)), \ -+ "rI" ((UDItype)(bl)) \ -+ __CLOBBER_CC) -+ -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("subcc %r4,%5,%1\n\t" \ -+ "sub %r2,%3,%0\n\t" \ -+ "bcs,a,pn %%xcc, 1f\n\t" \ -+ "sub %0, 1, %0\n\t" \ -+ "1:" \ -+ : "=r" ((UDItype)(sh)), \ -+ "=&r" ((UDItype)(sl)) \ -+ : "rJ" ((UDItype)(ah)), \ -+ "rI" ((UDItype)(bh)), \ -+ "rJ" ((UDItype)(al)), \ -+ "rI" ((UDItype)(bl)) \ -+ __CLOBBER_CC) -+ -+#define umul_ppmm(wh, wl, u, v) \ -+ do { \ -+ UDItype tmp1, tmp2, tmp3, tmp4; \ -+ __asm__ __volatile__ ( \ -+ "srl %7,0,%3\n\t" \ -+ "mulx %3,%6,%1\n\t" \ -+ "srlx %6,32,%2\n\t" \ -+ "mulx %2,%3,%4\n\t" \ -+ "sllx %4,32,%5\n\t" \ -+ "srl %6,0,%3\n\t" \ -+ "sub %1,%5,%5\n\t" \ -+ "srlx %5,32,%5\n\t" \ -+ "addcc %4,%5,%4\n\t" \ -+ "srlx %7,32,%5\n\t" \ -+ "mulx %3,%5,%3\n\t" \ -+ "mulx %2,%5,%5\n\t" \ -+ "sethi %%hi(0x80000000),%2\n\t" \ -+ "addcc %4,%3,%4\n\t" \ -+ "srlx %4,32,%4\n\t" \ -+ "add %2,%2,%2\n\t" \ -+ "movcc %%xcc,%%g0,%2\n\t" \ -+ "addcc %5,%4,%5\n\t" \ -+ "sllx %3,32,%3\n\t" \ -+ "add %1,%3,%1\n\t" \ -+ "add %5,%2,%0" \ -+ : "=r" ((UDItype)(wh)), \ -+ "=&r" ((UDItype)(wl)), \ -+ "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \ -+ : "r" ((UDItype)(u)), \ -+ "r" ((UDItype)(v)) \ -+ __CLOBBER_CC); \ -+ } while (0) -+#define UMUL_TIME 96 -+#define UDIV_TIME 230 -+#endif /* sparc64 */ -+ -+#if defined (__vax__) && W_TYPE_SIZE == 32 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("addl2 %5,%1\n\tadwc %3,%0" \ -+ : "=g" ((USItype) (sh)), \ -+ "=&g" ((USItype) (sl)) \ -+ : "%0" ((USItype) (ah)), \ -+ "g" ((USItype) (bh)), \ -+ "%1" ((USItype) (al)), \ -+ "g" ((USItype) (bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("subl2 %5,%1\n\tsbwc %3,%0" \ -+ : "=g" ((USItype) (sh)), \ -+ "=&g" ((USItype) (sl)) \ -+ : "0" ((USItype) (ah)), \ -+ "g" ((USItype) (bh)), \ -+ "1" ((USItype) (al)), \ -+ "g" ((USItype) (bl))) -+#define umul_ppmm(xh, xl, m0, m1) \ -+ do { \ -+ union { \ -+ UDItype __ll; \ -+ struct {USItype __l, __h;} __i; \ -+ } __xx; \ -+ USItype __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("emul %1,%2,$0,%0" \ -+ : "=r" (__xx.__ll) \ -+ : "g" (__m0), \ -+ "g" (__m1)); \ -+ (xh) = __xx.__i.__h; \ -+ (xl) = __xx.__i.__l; \ -+ (xh) += ((((SItype) __m0 >> 31) & __m1) \ -+ + (((SItype) __m1 >> 31) & __m0)); \ -+ } while (0) -+#define sdiv_qrnnd(q, r, n1, n0, d) \ -+ do { \ -+ union {DItype __ll; \ -+ struct {SItype __l, __h;} __i; \ -+ } __xx; \ -+ __xx.__i.__h = n1; __xx.__i.__l = n0; \ -+ __asm__ ("ediv %3,%2,%0,%1" \ -+ : "=g" (q), "=g" (r) \ -+ : "g" (__xx.__ll), "g" (d)); \ -+ } while (0) -+#endif /* __vax__ */ -+ -+#if defined (__z8000__) && W_TYPE_SIZE == 16 -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("add %H1,%H5\n\tadc %H0,%H3" \ -+ : "=r" ((unsigned int)(sh)), \ -+ "=&r" ((unsigned int)(sl)) \ -+ : "%0" ((unsigned int)(ah)), \ -+ "r" ((unsigned int)(bh)), \ -+ "%1" ((unsigned int)(al)), \ -+ "rQR" ((unsigned int)(bl))) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ __asm__ ("sub %H1,%H5\n\tsbc %H0,%H3" \ -+ : "=r" ((unsigned int)(sh)), \ -+ "=&r" ((unsigned int)(sl)) \ -+ : "0" ((unsigned int)(ah)), \ -+ "r" ((unsigned int)(bh)), \ -+ "1" ((unsigned int)(al)), \ -+ "rQR" ((unsigned int)(bl))) -+#define umul_ppmm(xh, xl, m0, m1) \ -+ do { \ -+ union {long int __ll; \ -+ struct {unsigned int __h, __l;} __i; \ -+ } __xx; \ -+ unsigned int __m0 = (m0), __m1 = (m1); \ -+ __asm__ ("mult %S0,%H3" \ -+ : "=r" (__xx.__i.__h), \ -+ "=r" (__xx.__i.__l) \ -+ : "%1" (__m0), \ -+ "rQR" (__m1)); \ -+ (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \ -+ (xh) += ((((signed int) __m0 >> 15) & __m1) \ -+ + (((signed int) __m1 >> 15) & __m0)); \ -+ } while (0) -+#endif /* __z8000__ */ -+ -+#endif /* __GNUC__ */ -+ -+/* If this machine has no inline assembler, use C macros. */ -+ -+#if !defined (add_ssaaaa) -+#define add_ssaaaa(sh, sl, ah, al, bh, bl) \ -+ do { \ -+ UWtype __x; \ -+ __x = (al) + (bl); \ -+ (sh) = (ah) + (bh) + (__x < (al)); \ -+ (sl) = __x; \ -+ } while (0) -+#endif -+ -+#if !defined (sub_ddmmss) -+#define sub_ddmmss(sh, sl, ah, al, bh, bl) \ -+ do { \ -+ UWtype __x; \ -+ __x = (al) - (bl); \ -+ (sh) = (ah) - (bh) - (__x > (al)); \ -+ (sl) = __x; \ -+ } while (0) -+#endif -+ -+#if !defined (umul_ppmm) -+#define umul_ppmm(w1, w0, u, v) \ -+ do { \ -+ UWtype __x0, __x1, __x2, __x3; \ -+ UHWtype __ul, __vl, __uh, __vh; \ -+ \ -+ __ul = __ll_lowpart (u); \ -+ __uh = __ll_highpart (u); \ -+ __vl = __ll_lowpart (v); \ -+ __vh = __ll_highpart (v); \ -+ \ -+ __x0 = (UWtype) __ul * __vl; \ -+ __x1 = (UWtype) __ul * __vh; \ -+ __x2 = (UWtype) __uh * __vl; \ -+ __x3 = (UWtype) __uh * __vh; \ -+ \ -+ __x1 += __ll_highpart (__x0);/* this can't give carry */ \ -+ __x1 += __x2; /* but this indeed can */ \ -+ if (__x1 < __x2) /* did we get it? */ \ -+ __x3 += __ll_B; /* yes, add it in the proper pos. */ \ -+ \ -+ (w1) = __x3 + __ll_highpart (__x1); \ -+ (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \ -+ } while (0) -+#endif -+ -+#if !defined (__umulsidi3) -+#define __umulsidi3(u, v) \ -+ ({DWunion __w; \ -+ umul_ppmm (__w.s.high, __w.s.low, u, v); \ -+ __w.ll; }) -+#endif -+ -+/* Define this unconditionally, so it can be used for debugging. */ -+#define __udiv_qrnnd_c(q, r, n1, n0, d) \ -+ do { \ -+ UWtype __d1, __d0, __q1, __q0; \ -+ UWtype __r1, __r0, __m; \ -+ __d1 = __ll_highpart (d); \ -+ __d0 = __ll_lowpart (d); \ -+ \ -+ __r1 = (n1) % __d1; \ -+ __q1 = (n1) / __d1; \ -+ __m = (UWtype) __q1 * __d0; \ -+ __r1 = __r1 * __ll_B | __ll_highpart (n0); \ -+ if (__r1 < __m) \ -+ { \ -+ __q1--, __r1 += (d); \ -+ if (__r1 >= (d)) /* i.e. we didn't get carry when adding to __r1 */\ -+ if (__r1 < __m) \ -+ __q1--, __r1 += (d); \ -+ } \ -+ __r1 -= __m; \ -+ \ -+ __r0 = __r1 % __d1; \ -+ __q0 = __r1 / __d1; \ -+ __m = (UWtype) __q0 * __d0; \ -+ __r0 = __r0 * __ll_B | __ll_lowpart (n0); \ -+ if (__r0 < __m) \ -+ { \ -+ __q0--, __r0 += (d); \ -+ if (__r0 >= (d)) \ -+ if (__r0 < __m) \ -+ __q0--, __r0 += (d); \ -+ } \ -+ __r0 -= __m; \ -+ \ -+ (q) = (UWtype) __q1 * __ll_B | __q0; \ -+ (r) = __r0; \ -+ } while (0) -+ -+/* If the processor has no udiv_qrnnd but sdiv_qrnnd, go through -+ __udiv_w_sdiv (defined in libgcc or elsewhere). */ -+#if !defined (udiv_qrnnd) && defined (sdiv_qrnnd) -+#define udiv_qrnnd(q, r, nh, nl, d) \ -+ do { \ -+ USItype __r; \ -+ (q) = __udiv_w_sdiv (&__r, nh, nl, d); \ -+ (r) = __r; \ -+ } while (0) -+#endif -+ -+/* If udiv_qrnnd was not defined for this processor, use __udiv_qrnnd_c. */ -+#if !defined (udiv_qrnnd) -+#define UDIV_NEEDS_NORMALIZATION 1 -+#define udiv_qrnnd __udiv_qrnnd_c -+#endif -+ -+#if !defined (count_leading_zeros) -+extern const UQItype __clz_tab[]; -+#define count_leading_zeros(count, x) \ -+ do { \ -+ UWtype __xr = (x); \ -+ UWtype __a; \ -+ \ -+ if (W_TYPE_SIZE <= 32) \ -+ { \ -+ __a = __xr < ((UWtype)1<<2*__BITS4) \ -+ ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \ -+ : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \ -+ } \ -+ else \ -+ { \ -+ for (__a = W_TYPE_SIZE - 8; __a > 0; __a -= 8) \ -+ if (((__xr >> __a) & 0xff) != 0) \ -+ break; \ -+ } \ -+ \ -+ (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \ -+ } while (0) -+#define COUNT_LEADING_ZEROS_0 W_TYPE_SIZE -+#endif -+ -+#if !defined (count_trailing_zeros) -+/* Define count_trailing_zeros using count_leading_zeros. The latter might be -+ defined in asm, but if it is not, the C version above is good enough. */ -+#define count_trailing_zeros(count, x) \ -+ do { \ -+ UWtype __ctz_x = (x); \ -+ UWtype __ctz_c; \ -+ count_leading_zeros (__ctz_c, __ctz_x & -__ctz_x); \ -+ (count) = W_TYPE_SIZE - 1 - __ctz_c; \ -+ } while (0) -+#endif -+ -+#ifndef UDIV_NEEDS_NORMALIZATION -+#define UDIV_NEEDS_NORMALIZATION 0 -+#endif -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/Makefile linux-4.6-rc6-ndis/3rdparty/ndiswrapper/Makefile ---- linux-4.6-rc6/3rdparty/ndiswrapper/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/Makefile 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,213 @@ -+# Name of the module -+MODNAME = ndiswrapper -+ -+DISTFILES = \ -+ Makefile crt.c divdi3.c hal.c iw_ndis.c iw_ndis.h lin2win.S lin2win.h \ -+ loader.c loader.h longlong.h mkexport.sh mkstubs.sh ndis.c ndis.h \ -+ ndiswrapper.h ntoskernel.c ntoskernel.h ntoskernel_io.c pe_linker.c \ -+ pe_linker.h pnp.c pnp.h proc.c rtl.c usb.c usb.h win2lin_stubs.S \ -+ winnt_types.h workqueue.c wrapmem.c wrapmem.h wrapndis.c wrapndis.h \ -+ wrapper.c wrapper.h -+ -+# By default, we try to compile the modules for the currently running -+# kernel. But it's the first approximation, as we will re-read the -+# version from the kernel sources. -+KVERS_UNAME ?= $(shell uname -r) -+ -+# KBUILD is the path to the Linux kernel build tree. It is usually the -+# same as the kernel source tree, except when the kernel was compiled in -+# a separate directory. -+KBUILD ?= $(shell readlink -f /lib/modules/$(KVERS_UNAME)/build) -+ -+ifeq (,$(KBUILD)) -+$(error Kernel build tree not found - please set KBUILD to configured kernel) -+endif -+ -+KCONFIG := $(KBUILD)/.config -+ifeq (,$(wildcard $(KCONFIG))) -+$(error No .config found in $(KBUILD), please set KBUILD to configured kernel) -+endif -+ -+ifneq (,$(wildcard $(KBUILD)/include/linux/version.h)) -+ifneq (,$(wildcard $(KBUILD)/include/generated/uapi/linux/version.h)) -+$(error Multiple copies of version.h found, please clean your build tree) -+endif -+endif -+ -+# Kernel Makefile doesn't always know the exact kernel version, so we -+# get it from the kernel headers instead and pass it to make. -+VERSION_H := $(KBUILD)/include/generated/utsrelease.h -+ifeq (,$(wildcard $(VERSION_H))) -+VERSION_H := $(KBUILD)/include/linux/utsrelease.h -+endif -+ifeq (,$(wildcard $(VERSION_H))) -+VERSION_H := $(KBUILD)/include/linux/version.h -+endif -+ifeq (,$(wildcard $(VERSION_H))) -+$(error Please run 'make modules_prepare' in $(KBUILD)) -+endif -+ -+KVERS := $(shell sed -ne 's/"//g;s/^\#define UTS_RELEASE //p' $(VERSION_H)) -+ -+ifeq (,$(KVERS)) -+$(error Cannot find UTS_RELEASE in $(VERSION_H), please report) -+endif -+ -+INST_DIR = /lib/modules/$(KVERS)/misc -+ -+SRC_DIR=$(shell pwd) -+ -+include $(KCONFIG) -+ -+# returns of structs and unions in registers when possible, like Windows -+EXTRA_CFLAGS += -freg-struct-return -+ -+# to produce debug trace, add option "DEBUG=" where is 1 to 6 -+ifdef DEBUG -+EXTRA_CFLAGS += -DDEBUG=$(DEBUG) -g -+endif -+ -+# to debug timers, add option "TIMER_DEBUG=1" -+ifdef TIMER_DEBUG -+EXTRA_CFLAGS += -DTIMER_DEBUG -+endif -+ -+# to debug event layer, add option "EVENT_DEBUG=1" -+ifdef EVENT_DEBUG -+EXTRA_CFLAGS += -DEVENT_DEBUG -+endif -+ -+# to debug USB layer, add option "USB_DEBUG=1" -+ifdef USB_DEBUG -+EXTRA_CFLAGS += -DUSB_DEBUG -+endif -+ -+# to debug I/O layer, add option "IO_DEBUG=1" -+ifdef IO_DEBUG -+EXTRA_CFLAGS += -DIO_DEBUG -+endif -+ -+# to debug worker threads, add option "WORK_DEBUG=1" -+ifdef WORK_DEBUG -+EXTRA_CFLAGS += -DWORK_DEBUG -+endif -+ -+# to debug memory allocation, add option "ALLOC_DEBUG=" where is 1 or 2 -+ifdef ALLOC_DEBUG -+EXTRA_CFLAGS += -DALLOC_DEBUG=$(ALLOC_DEBUG) -+endif -+ -+OBJS = crt.o hal.o iw_ndis.o loader.o ndis.o ntoskernel.o ntoskernel_io.o \ -+ pe_linker.o pnp.o proc.o rtl.o wrapmem.o wrapndis.o wrapper.o -+ -+EXPORT_SRCS = crt.c hal.c ndis.c ntoskernel.c ntoskernel_io.c rtl.c -+ -+STUB_SRCS = crt.c hal.c ndis.c ntoskernel.c ntoskernel_io.c \ -+ pnp.c rtl.c wrapndis.c -+ -+ -+# By default, USB layer is compiled in if USB support is in kernel; -+# to disable USB support in ndiswrapper even if USB support is in kernel, -+# add option "DISABLE_USB=1" -+ifndef DISABLE_USB -+ifeq ($(CONFIG_USB),y) -+ENABLE_USB = 1 -+endif -+ifeq ($(CONFIG_USB),m) -+ENABLE_USB = 1 -+endif -+endif -+ -+ifdef ENABLE_USB -+EXPORT_SRCS += usb.c -+STUB_SRCS += usb.c -+OBJS += usb.o -+EXTRA_CFLAGS += -DENABLE_USB -+endif -+ -+ifdef WRAP_WQ -+EXTRA_CFLAGS += -DWRAP_WQ -+OBJS += workqueue.o -+endif -+ -+ -+all: config_check modules -+ -+# generate exports symbol table from C files -+quiet_cmd_mkexport = MKEXPORT $@ -+cmd_mkexport = $(SHELL) $(obj)/mkexport.sh $< $@ -+ -+extra-y += $(EXPORT_SRCS:.c=_exports.h) -+%_exports.h: %.c $(obj)/mkexport.sh FORCE -+ $(call if_changed,mkexport) -+ -+$(addprefix $(obj)/,$(EXPORT_SRCS:.c=.o)): %.o: %_exports.h -+ -+ifeq ($(CONFIG_X86_64),y) -+quiet_cmd_mkstubs = MKSTUBS $@ -+cmd_mkstubs = $(SHELL) $(obj)/mkstubs.sh $(addprefix $(src)/,$(STUB_SRCS)) >$@ -+ -+extra-y += win2lin_stubs.h -+$(obj)/win2lin_stubs.h: $(addprefix $(src)/,$(STUB_SRCS)) FORCE -+ $(call if_changed,mkstubs) -+ -+$(obj)/win2lin_stubs.o: $(obj)/win2lin_stubs.h -+OBJS += win2lin_stubs.o lin2win.o -+else -+OBJS += divdi3.o -+endif -+ -+MODULE := $(MODNAME).ko -+obj-m := $(MODNAME).o -+ -+$(MODNAME)-objs := $(OBJS) -+ -+ -+config_check: -+ @if [ -z "$(CONFIG_WIRELESS_EXT)$(CONFIG_NET_RADIO)" ]; then \ -+ echo; echo; \ -+ echo "*** WARNING: This kernel lacks wireless extensions."; \ -+ echo "Wireless drivers will not work properly."; \ -+ echo; echo; \ -+ fi -+ @if [ -z "$(CONFIG_X86_64)" ] && [ -n "$(CONFIG_4KSTACKS)" ]; then \ -+ echo; echo; \ -+ echo "*** WARNING: This kernel uses 4K stack size option"; \ -+ echo "(CONFIG_4KSTACKS); many Windows drivers will not work"; \ -+ echo "with this option enabled. Disable CONFIG_4KSTACKS"; \ -+ echo "in kernel's .config file, recompile and install kernel"; \ -+ echo; echo; \ -+ fi -+ -+modules: -+ $(MAKE) -C $(KBUILD) M=$(SRC_DIR) -+ -+$(MODULE): -+ $(MAKE) modules -+ -+clean: -+ rm -f *.o *.ko .*.cmd *.mod.c *.symvers modules.order *~ .\#* -+ rm -f *_exports.h win2lin_stubs.h -+ rm -rf .tmp_versions -+ -+install: config_check $(MODULE) -+ @/sbin/modinfo $(MODULE) | grep -q "^vermagic: *$(KVERS) " || \ -+ { echo "$(MODULE)" is not for Linux $(KVERS); exit 1; } -+ mkdir -p -m 755 $(DESTDIR)$(INST_DIR) -+ install -m 0644 $(MODULE) $(DESTDIR)$(INST_DIR) -+ifndef DESTDIR -+ -/sbin/depmod -a $(KVERS) -+endif -+ -+uninstall: -+ rm -f $(DESTDIR)$(INST_DIR)/$(MODULE) -+ifndef DESTDIR -+ -/sbin/depmod -a $(KVERS) -+endif -+ -+dist: -+ @for file in $(DISTFILES); do \ -+ cp $$file $(distdir)/$$file || exit 1; \ -+ done -+ -+.PHONY: all modules clean install config_check dist -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/mkexport.sh linux-4.6-rc6-ndis/3rdparty/ndiswrapper/mkexport.sh ---- linux-4.6-rc6/3rdparty/ndiswrapper/mkexport.sh 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/mkexport.sh 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,42 @@ -+#! /bin/sh -+ -+# Generate exports symbol table from C files -+ -+input="$1" -+output="$2" -+exports=$(basename "$output" .h) -+exec >"$output" -+ -+echo "/* automatically generated from src */"; -+ -+sed -n -e '/^\(wstdcall\|wfastcall\|noregparm\|regparm3\|__attribute__\)/{ -+:more -+N -+s/\([^{]\)$/\1/ -+t more -+s/\n{$/;/ -+p -+}' $input -+ -+echo "#ifdef CONFIG_X86_64"; -+ -+sed -n \ -+ -e 's/.*WIN_FUNC(\([^\,]\+\) *\, *\([0-9]\+\)).*/'\ -+'WIN_FUNC_DECL(\1, \2)/p' \ -+ -e 's/.*WIN_FUNC_PTR(\([^\,]\+\) *\, *\([0-9]\+\)).*/'\ -+'WIN_FUNC_DECL(\1, \2)/p' $input | sort -u -+ -+echo "#endif" -+echo "extern struct wrap_export $exports[];" -+echo "struct wrap_export $exports[] = {" -+ -+sed -n \ -+ -e 's/.*WIN_FUNC(_win_\([^\,]\+\) *\, *\([0-9]\+\)).*/'\ -+' WIN_WIN_SYMBOL(\1, \2),/p' \ -+ -e 's/.*WIN_FUNC(\([^\,]\+\) *\, *\([0-9]\+\)).*/'\ -+' WIN_SYMBOL(\1, \2),/p' \ -+ -e 's/.*WIN_SYMBOL_MAP(\("[^"]\+"\)[ ,\n]\+\([^)]\+\)).*/'\ -+' {\1, (generic_func)\2},/p' $input | sort -u -+ -+echo " {NULL, NULL}" -+echo "};" -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/mkstubs.sh linux-4.6-rc6-ndis/3rdparty/ndiswrapper/mkstubs.sh ---- linux-4.6-rc6/3rdparty/ndiswrapper/mkstubs.sh 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/mkstubs.sh 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,12 @@ -+#! /bin/sh -+ -+for file in "$@"; do -+ echo -+ echo "# automatically generated from $file" -+ sed -n \ -+ -e 's/.*WIN_FUNC(\([^\,]\+\) *\, *\([0-9]\+\)).*/\ -+ win2lin(\1, \2)/p' \ -+ -e 's/.*WIN_FUNC_PTR(\([^\,]\+\) *\, *\([0-9]\+\)).*/\ -+ win2lin(\1, \2)/p' \ -+ $file | sed -e 's/[ \t ]\+//' | sort -u; \ -+done -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/ndis.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ndis.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/ndis.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ndis.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,3025 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ndis.h" -+#include "iw_ndis.h" -+#include "wrapndis.h" -+#include "pnp.h" -+#include "loader.h" -+#include -+#include -+#include "ndis_exports.h" -+ -+#define MAX_ALLOCATED_NDIS_PACKETS TX_RING_SIZE -+#define MAX_ALLOCATED_NDIS_BUFFERS TX_RING_SIZE -+ -+static struct work_struct ndis_work; -+static struct nt_list ndis_work_list; -+static spinlock_t ndis_work_list_lock; -+ -+struct workqueue_struct *ndis_wq; -+ -+static void *ndis_get_routine_address(char *name); -+ -+wstdcall void WIN_FUNC(NdisInitializeWrapper,4) -+ (void **driver_handle, struct driver_object *driver, -+ struct unicode_string *reg_path, void *unused) -+{ -+ ENTER1("handle: %p, driver: %p", driver_handle, driver); -+ *driver_handle = driver; -+ EXIT1(return); -+} -+ -+wstdcall void WIN_FUNC(NdisTerminateWrapper,2) -+ (struct device_object *dev_obj, void *system_specific) -+{ -+ EXIT1(return); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMRegisterMiniport,3) -+ (struct driver_object *drv_obj, struct miniport *mp, UINT length) -+{ -+ int min_length; -+ struct wrap_driver *wrap_driver; -+ struct ndis_driver *ndis_driver; -+ -+ min_length = ((char *)&mp->co_create_vc) - ((char *)mp); -+ -+ ENTER1("%p %p %d", drv_obj, mp, length); -+ -+ if (mp->major_version < 4) { -+ ERROR("Driver is using ndis version %d which is too old.", -+ mp->major_version); -+ EXIT1(return NDIS_STATUS_BAD_VERSION); -+ } -+ -+ if (length < min_length) { -+ ERROR("Characteristics length %d is too small", length); -+ EXIT1(return NDIS_STATUS_BAD_CHARACTERISTICS); -+ } -+ -+ TRACE1("%d.%d, %d, %u", mp->major_version, mp->minor_version, length, -+ (u32)sizeof(struct miniport)); -+ wrap_driver = IoGetDriverObjectExtension(drv_obj, -+ (void *)WRAP_DRIVER_CLIENT_ID); -+ if (!wrap_driver) { -+ ERROR("couldn't get wrap_driver"); -+ EXIT1(return NDIS_STATUS_RESOURCES); -+ } -+ if (IoAllocateDriverObjectExtension( -+ drv_obj, (void *)NDIS_DRIVER_CLIENT_ID, -+ sizeof(*ndis_driver), (void **)&ndis_driver) != -+ STATUS_SUCCESS) -+ EXIT1(return NDIS_STATUS_RESOURCES); -+ wrap_driver->ndis_driver = ndis_driver; -+ TRACE1("driver: %p", ndis_driver); -+ memcpy(&ndis_driver->mp, mp, min_t(int, sizeof(*mp), length)); -+ -+ DBG_BLOCK(2) { -+ int i; -+ void **func; -+ char *mp_funcs[] = { -+ "queryinfo", "reconfig", "reset", "send", "setinfo", -+ "tx_data", "return_packet", "send_packets", -+ "alloc_complete", "co_create_vc", "co_delete_vc", -+ "co_activate_vc", "co_deactivate_vc", -+ "co_send_packets", "co_request", "cancel_send_packets", -+ "pnp_event_notify", "shutdown", -+ }; -+ func = (void **)&ndis_driver->mp.queryinfo; -+ for (i = 0; i < ARRAY_SIZE(mp_funcs); i++) -+ TRACE0("function '%s' is at %p", mp_funcs[i], func[i]); -+ } -+ EXIT1(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMRegisterDevice,6) -+ (struct driver_object *drv_obj, struct unicode_string *dev_name, -+ struct unicode_string *link, void **funcs, -+ struct device_object **dev_obj, void **dev_obj_handle) -+{ -+ NTSTATUS status; -+ struct device_object *tmp; -+ int i; -+ -+ ENTER1("%p, %p, %p", drv_obj, dev_name, link); -+ status = IoCreateDevice(drv_obj, 0, dev_name, FILE_DEVICE_NETWORK, 0, -+ FALSE, &tmp); -+ -+ if (status != STATUS_SUCCESS) -+ EXIT1(return NDIS_STATUS_RESOURCES); -+ if (link) -+ status = IoCreateSymbolicLink(link, dev_name); -+ if (status != STATUS_SUCCESS) { -+ IoDeleteDevice(tmp); -+ EXIT1(return NDIS_STATUS_RESOURCES); -+ } -+ -+ *dev_obj = tmp; -+ *dev_obj_handle = *dev_obj; -+ for (i = 0; i < IRP_MJ_MAXIMUM_FUNCTION; i++) -+ if (funcs[i] && i != IRP_MJ_PNP && i != IRP_MJ_POWER) { -+ drv_obj->major_func[i] = funcs[i]; -+ TRACE1("mj_fn for 0x%x is at %p", i, funcs[i]); -+ } -+ EXIT1(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMDeregisterDevice,1) -+ (struct device_object *dev_obj) -+{ -+ ENTER2("%p", dev_obj); -+ IoDeleteDevice(dev_obj); -+ return NDIS_STATUS_SUCCESS; -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisAllocateMemoryWithTag,3) -+ (void **dest, UINT length, ULONG tag) -+{ -+ void *addr; -+ -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ addr = ExAllocatePoolWithTag(NonPagedPool, length, tag); -+ TRACE4("%p", addr); -+ if (addr) { -+ *dest = addr; -+ EXIT4(return NDIS_STATUS_SUCCESS); -+ } else -+ EXIT4(return NDIS_STATUS_FAILURE); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisAllocateMemory,4) -+ (void **dest, UINT length, UINT flags, NDIS_PHY_ADDRESS highest_address) -+{ -+ return NdisAllocateMemoryWithTag(dest, length, 0); -+} -+ -+/* length_tag is either length or tag, depending on if -+ * NdisAllocateMemory or NdisAllocateMemoryTag is used to allocate -+ * memory */ -+wstdcall void WIN_FUNC(NdisFreeMemory,3) -+ (void *addr, UINT length_tag, UINT flags) -+{ -+ TRACE4("%p", addr); -+ ExFreePool(addr); -+} -+ -+noregparm void WIN_FUNC(NdisWriteErrorLogEntry,12) -+ (struct driver_object *drv_obj, ULONG error, ULONG count, ...) -+{ -+ va_list args; -+ int i; -+ ULONG code; -+ -+ va_start(args, count); -+ ERROR("log: %08X, count: %d, return_address: %p", -+ error, count, __builtin_return_address(0)); -+ for (i = 0; i < count; i++) { -+ code = va_arg(args, ULONG); -+ ERROR("code: 0x%x", code); -+ } -+ va_end(args); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisOpenConfiguration,3) -+ (NDIS_STATUS *status, struct ndis_mp_block **conf_handle, -+ struct ndis_mp_block *handle) -+{ -+ ENTER2("%p", conf_handle); -+ *conf_handle = handle; -+ *status = NDIS_STATUS_SUCCESS; -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisOpenProtocolConfiguration,3) -+ (NDIS_STATUS *status, void **confhandle, -+ struct unicode_string *section) -+{ -+ ENTER2("%p", confhandle); -+ *status = NDIS_STATUS_SUCCESS; -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisOpenConfigurationKeyByName,4) -+ (NDIS_STATUS *status, void *handle, -+ struct unicode_string *key, void **subkeyhandle) -+{ -+ struct ansi_string ansi; -+ ENTER2(""); -+ if (RtlUnicodeStringToAnsiString(&ansi, key, TRUE) == STATUS_SUCCESS) { -+ TRACE2("%s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ *subkeyhandle = handle; -+ *status = NDIS_STATUS_SUCCESS; -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisOpenConfigurationKeyByIndex,5) -+ (NDIS_STATUS *status, void *handle, ULONG index, -+ struct unicode_string *key, void **subkeyhandle) -+{ -+ ENTER2("%u", index); -+// *subkeyhandle = handle; -+ *status = NDIS_STATUS_FAILURE; -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisCloseConfiguration,1) -+ (void *handle) -+{ -+ /* instead of freeing all configuration parameters as we are -+ * supposed to do here, we free them when the device is -+ * removed */ -+ ENTER2("%p", handle); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisOpenFile,5) -+ (NDIS_STATUS *status, struct wrap_bin_file **file, -+ UINT *filelength, struct unicode_string *filename, -+ NDIS_PHY_ADDRESS highest_address) -+{ -+ struct ansi_string ansi; -+ struct wrap_bin_file *bin_file; -+ -+ ENTER2("%p, %d, %llx, %p", status, *filelength, highest_address, *file); -+ if (RtlUnicodeStringToAnsiString(&ansi, filename, TRUE) != -+ STATUS_SUCCESS) { -+ *status = NDIS_STATUS_RESOURCES; -+ EXIT2(return); -+ } -+ TRACE2("%s", ansi.buf); -+ bin_file = get_bin_file(ansi.buf); -+ if (bin_file) { -+ *file = bin_file; -+ *filelength = bin_file->size; -+ *status = NDIS_STATUS_SUCCESS; -+ } else -+ *status = NDIS_STATUS_FILE_NOT_FOUND; -+ -+ RtlFreeAnsiString(&ansi); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMapFile,3) -+ (NDIS_STATUS *status, void **mappedbuffer, struct wrap_bin_file *file) -+{ -+ ENTER2("%p", file); -+ -+ if (!file) { -+ *status = NDIS_STATUS_ALREADY_MAPPED; -+ EXIT2(return); -+ } -+ -+ *status = NDIS_STATUS_SUCCESS; -+ *mappedbuffer = file->data; -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisUnmapFile,1) -+ (struct wrap_bin_file *file) -+{ -+ ENTER2("%p", file); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisCloseFile,1) -+ (struct wrap_bin_file *file) -+{ -+ ENTER2("%p", file); -+ free_bin_file(file); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisGetSystemUpTime,1) -+ (ULONG *ms) -+{ -+ *ms = 1000 * jiffies / HZ; -+ EXIT5(return); -+} -+ -+wstdcall ULONG WIN_FUNC(NDIS_BUFFER_TO_SPAN_PAGES,1) -+ (ndis_buffer *buffer) -+{ -+ ULONG n, length; -+ -+ if (buffer == NULL) -+ EXIT2(return 0); -+ if (MmGetMdlByteCount(buffer) == 0) -+ EXIT2(return 1); -+ -+ length = MmGetMdlByteCount(buffer); -+ n = SPAN_PAGES(MmGetMdlVirtualAddress(buffer), length); -+ TRACE4("%p, %p, %d, %d", buffer->startva, buffer->mappedsystemva, -+ length, n); -+ EXIT3(return n); -+} -+ -+wstdcall void WIN_FUNC(NdisGetBufferPhysicalArraySize,2) -+ (ndis_buffer *buffer, UINT *arraysize) -+{ -+ ENTER3("%p", buffer); -+ *arraysize = NDIS_BUFFER_TO_SPAN_PAGES(buffer); -+ EXIT3(return); -+} -+ -+static struct ndis_configuration_parameter * -+ndis_encode_setting(struct wrap_device_setting *setting, -+ enum ndis_parameter_type type) -+{ -+ struct ansi_string ansi; -+ struct ndis_configuration_parameter *param; -+ -+ param = setting->encoded; -+ if (param) { -+ if (param->type == type) -+ EXIT2(return param); -+ if (param->type == NdisParameterString) -+ RtlFreeUnicodeString(¶m->data.string); -+ setting->encoded = NULL; -+ } else -+ param = ExAllocatePoolWithTag(NonPagedPool, sizeof(*param), 0); -+ if (!param) { -+ ERROR("couldn't allocate memory"); -+ return NULL; -+ } -+ switch (type) { -+ case NdisParameterInteger: -+ param->data.integer = simple_strtol(setting->value, NULL, 0); -+ TRACE2("0x%x", param->data.integer); -+ break; -+ case NdisParameterHexInteger: -+ param->data.integer = simple_strtol(setting->value, NULL, 16); -+ TRACE2("0x%x", param->data.integer); -+ break; -+ case NdisParameterString: -+ RtlInitAnsiString(&ansi, setting->value); -+ TRACE2("'%s'", ansi.buf); -+ if (RtlAnsiStringToUnicodeString(¶m->data.string, -+ &ansi, TRUE)) { -+ ExFreePool(param); -+ EXIT2(return NULL); -+ } -+ break; -+ case NdisParameterBinary: -+ param->data.integer = simple_strtol(setting->value, NULL, 2); -+ TRACE2("0x%x", param->data.integer); -+ break; -+ default: -+ ERROR("unknown type: %d", type); -+ ExFreePool(param); -+ return NULL; -+ } -+ param->type = type; -+ setting->encoded = param; -+ EXIT2(return param); -+} -+ -+static int ndis_decode_setting(struct wrap_device_setting *setting, -+ struct ndis_configuration_parameter *param) -+{ -+ struct ansi_string ansi; -+ struct ndis_configuration_parameter *prev; -+ -+ ENTER2("%p, %p", setting, param); -+ prev = setting->encoded; -+ if (prev && prev->type == NdisParameterString) { -+ RtlFreeUnicodeString(&prev->data.string); -+ setting->encoded = NULL; -+ } -+ switch (param->type) { -+ case NdisParameterInteger: -+ snprintf(setting->value, MAX_SETTING_VALUE_LEN, "%u", -+ param->data.integer); -+ break; -+ case NdisParameterHexInteger: -+ snprintf(setting->value, MAX_SETTING_VALUE_LEN, "%x", -+ param->data.integer); -+ break; -+ case NdisParameterString: -+ ansi.buf = setting->value; -+ ansi.max_length = MAX_SETTING_VALUE_LEN; -+ if ((RtlUnicodeStringToAnsiString(&ansi, ¶m->data.string, -+ FALSE) != STATUS_SUCCESS) -+ || ansi.length >= MAX_SETTING_VALUE_LEN) { -+ EXIT1(return -1); -+ } -+ if (ansi.length == ansi.max_length) -+ ansi.length--; -+ setting->value[ansi.length] = 0; -+ break; -+ default: -+ TRACE2("unknown setting type: %d", param->type); -+ return -1; -+ } -+ TRACE2("setting changed %s='%s', %d", setting->name, setting->value, -+ ansi.length); -+ return 0; -+} -+ -+static int read_setting(struct nt_list *setting_list, char *keyname, int length, -+ struct ndis_configuration_parameter **param, -+ enum ndis_parameter_type type) -+{ -+ struct wrap_device_setting *setting; -+ mutex_lock(&loader_mutex); -+ nt_list_for_each_entry(setting, setting_list, list) { -+ if (strncasecmp(keyname, setting->name, length) == 0) { -+ TRACE2("setting %s='%s'", keyname, setting->value); -+ mutex_unlock(&loader_mutex); -+ *param = ndis_encode_setting(setting, type); -+ if (*param) -+ EXIT2(return 0); -+ else -+ EXIT2(return -1); -+ } -+ } -+ mutex_unlock(&loader_mutex); -+ EXIT2(return -1); -+} -+ -+wstdcall void WIN_FUNC(NdisReadConfiguration,5) -+ (NDIS_STATUS *status, struct ndis_configuration_parameter **param, -+ struct ndis_mp_block *nmb, struct unicode_string *key, -+ enum ndis_parameter_type type) -+{ -+ struct ansi_string ansi; -+ int ret; -+ -+ ENTER2("nmb: %p", nmb); -+ ret = RtlUnicodeStringToAnsiString(&ansi, key, TRUE); -+ if (ret != STATUS_SUCCESS || ansi.buf == NULL) { -+ *param = NULL; -+ *status = NDIS_STATUS_FAILURE; -+ RtlFreeAnsiString(&ansi); -+ EXIT2(return); -+ } -+ TRACE2("%d, %s", type, ansi.buf); -+ -+ if (read_setting(&nmb->wnd->wd->settings, ansi.buf, -+ ansi.length, param, type) == 0 || -+ read_setting(&nmb->wnd->wd->driver->settings, ansi.buf, -+ ansi.length, param, type) == 0) -+ *status = NDIS_STATUS_SUCCESS; -+ else { -+ TRACE2("setting %s not found (type:%d)", ansi.buf, type); -+ *status = NDIS_STATUS_FAILURE; -+ } -+ RtlFreeAnsiString(&ansi); -+ EXIT2(return); -+ -+} -+ -+wstdcall void WIN_FUNC(NdisWriteConfiguration,4) -+ (NDIS_STATUS *status, struct ndis_mp_block *nmb, -+ struct unicode_string *key, struct ndis_configuration_parameter *param) -+{ -+ struct ansi_string ansi; -+ char *keyname; -+ struct wrap_device_setting *setting; -+ -+ ENTER2("nmb: %p", nmb); -+ if (RtlUnicodeStringToAnsiString(&ansi, key, TRUE)) { -+ *status = NDIS_STATUS_FAILURE; -+ EXIT2(return); -+ } -+ keyname = ansi.buf; -+ TRACE2("%s", keyname); -+ -+ mutex_lock(&loader_mutex); -+ nt_list_for_each_entry(setting, &nmb->wnd->wd->settings, list) { -+ if (strncasecmp(keyname, setting->name, ansi.length) == 0) { -+ mutex_unlock(&loader_mutex); -+ if (ndis_decode_setting(setting, param)) -+ *status = NDIS_STATUS_FAILURE; -+ else -+ *status = NDIS_STATUS_SUCCESS; -+ RtlFreeAnsiString(&ansi); -+ EXIT2(return); -+ } -+ } -+ mutex_unlock(&loader_mutex); -+ setting = kzalloc(sizeof(*setting), GFP_KERNEL); -+ if (setting) { -+ if (ansi.length == ansi.max_length) -+ ansi.length--; -+ memcpy(setting->name, keyname, ansi.length); -+ setting->name[ansi.length] = 0; -+ if (ndis_decode_setting(setting, param)) -+ *status = NDIS_STATUS_FAILURE; -+ else { -+ *status = NDIS_STATUS_SUCCESS; -+ mutex_lock(&loader_mutex); -+ InsertTailList(&nmb->wnd->wd->settings, &setting->list); -+ mutex_unlock(&loader_mutex); -+ } -+ } else -+ *status = NDIS_STATUS_RESOURCES; -+ -+ RtlFreeAnsiString(&ansi); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisReadNetworkAddress,4) -+ (NDIS_STATUS *status, void **addr, UINT *len, -+ struct ndis_mp_block *nmb) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ struct ndis_configuration_parameter *param; -+ struct unicode_string key; -+ struct ansi_string ansi; -+ typeof(wnd->mac) mac; -+ int i, ret; -+ -+ ENTER2("%p", nmb); -+ RtlInitAnsiString(&ansi, "NetworkAddress"); -+ *status = NDIS_STATUS_FAILURE; -+ if (RtlAnsiStringToUnicodeString(&key, &ansi, TRUE) != STATUS_SUCCESS) -+ EXIT1(return); -+ -+ NdisReadConfiguration(&ret, ¶m, nmb, &key, NdisParameterString); -+ RtlFreeUnicodeString(&key); -+ if (ret != NDIS_STATUS_SUCCESS) -+ EXIT1(return); -+ ret = RtlUnicodeStringToAnsiString(&ansi, ¶m->data.string, TRUE); -+ if (ret != STATUS_SUCCESS) -+ EXIT1(return); -+ -+ i = 0; -+ if (ansi.length >= 2 * sizeof(mac)) { -+ for (i = 0; i < sizeof(mac); i++) { -+ char c[3]; -+ int x; -+ c[0] = ansi.buf[i*2]; -+ c[1] = ansi.buf[i*2+1]; -+ c[2] = 0; -+ ret = sscanf(c, "%x", &x); -+ if (ret != 1) -+ break; -+ mac[i] = x; -+ } -+ } -+ TRACE2("%s, %d, " MACSTR, ansi.buf, i, MAC2STR(mac)); -+ RtlFreeAnsiString(&ansi); -+ if (i == sizeof(mac)) { -+ memcpy(wnd->mac, mac, sizeof(wnd->mac)); -+ *len = sizeof(mac); -+ *addr = wnd->mac; -+ *status = NDIS_STATUS_SUCCESS; -+ } -+ EXIT1(return); -+} -+ -+wstdcall void WIN_FUNC(NdisInitializeString,2) -+ (struct unicode_string *dest, UCHAR *src) -+{ -+ struct ansi_string ansi; -+ -+ ENTER2(""); -+ if (src == NULL) { -+ dest->length = dest->max_length = 0; -+ dest->buf = NULL; -+ } else { -+ RtlInitAnsiString(&ansi, src); -+ /* the string is freed with NdisFreeMemory */ -+ RtlAnsiStringToUnicodeString(dest, &ansi, TRUE); -+ } -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisInitAnsiString,2) -+ (struct ansi_string *dst, CHAR *src) -+{ -+ RtlInitAnsiString(dst, src); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisInitUnicodeString,2) -+ (struct unicode_string *dest, const wchar_t *src) -+{ -+ RtlInitUnicodeString(dest, src); -+ return; -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisAnsiStringToUnicodeString,2) -+ (struct unicode_string *dst, struct ansi_string *src) -+{ -+ ENTER2(""); -+ if (dst == NULL || src == NULL) -+ EXIT2(return NDIS_STATUS_FAILURE); -+ if (RtlAnsiStringToUnicodeString(dst, src, FALSE) == STATUS_SUCCESS) -+ return NDIS_STATUS_SUCCESS; -+ else -+ return NDIS_STATUS_FAILURE; -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisUnicodeStringToAnsiString,2) -+ (struct ansi_string *dst, struct unicode_string *src) -+{ -+ ENTER2(""); -+ if (dst == NULL || src == NULL) -+ EXIT2(return NDIS_STATUS_FAILURE); -+ if (RtlUnicodeStringToAnsiString(dst, src, FALSE) == STATUS_SUCCESS) -+ return NDIS_STATUS_SUCCESS; -+ else -+ return NDIS_STATUS_FAILURE; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(NdisUpcaseUnicodeString,2) -+ (struct unicode_string *dst, struct unicode_string *src) -+{ -+ EXIT2(return RtlUpcaseUnicodeString(dst, src, FALSE)); -+} -+ -+wstdcall void WIN_FUNC(NdisMSetAttributesEx,5) -+ (struct ndis_mp_block *nmb, void *mp_ctx, -+ UINT hangcheck_interval, UINT attributes, ULONG adaptertype) -+{ -+ struct ndis_device *wnd; -+ -+ ENTER1("%p, %p, %d, %08x, %d", nmb, mp_ctx, hangcheck_interval, -+ attributes, adaptertype); -+ wnd = nmb->wnd; -+ nmb->mp_ctx = mp_ctx; -+ wnd->attributes = attributes; -+ -+ if ((attributes & NDIS_ATTRIBUTE_BUS_MASTER) && -+ wrap_is_pci_bus(wnd->wd->dev_bus)) -+ pci_set_master(wnd->wd->pci.pdev); -+ -+ if (hangcheck_interval > 0) -+ wnd->hangcheck_interval = 2 * hangcheck_interval * HZ; -+ else -+ wnd->hangcheck_interval = 2 * HZ; -+ -+ EXIT1(return); -+} -+ -+wstdcall ULONG WIN_FUNC(NdisReadPciSlotInformation,5) -+ (struct ndis_mp_block *nmb, ULONG slot, -+ ULONG offset, char *buf, ULONG len) -+{ -+ struct wrap_device *wd = nmb->wnd->wd; -+ ULONG i; -+ if (!wrap_is_pci_bus(wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return 0; -+ } -+ for (i = 0; i < len; i++) -+ if (pci_read_config_byte(wd->pci.pdev, offset + i, &buf[i]) != -+ PCIBIOS_SUCCESSFUL) -+ break; -+ DBG_BLOCK(2) { -+ if (i != len) -+ WARNING("%u, %u", i, len); -+ } -+ return i; -+} -+ -+wstdcall ULONG WIN_FUNC(NdisImmediateReadPciSlotInformation,5) -+ (struct ndis_mp_block *nmb, ULONG slot, -+ ULONG offset, char *buf, ULONG len) -+{ -+ return NdisReadPciSlotInformation(nmb, slot, offset, buf, len); -+} -+ -+wstdcall ULONG WIN_FUNC(NdisWritePciSlotInformation,5) -+ (struct ndis_mp_block *nmb, ULONG slot, -+ ULONG offset, char *buf, ULONG len) -+{ -+ struct wrap_device *wd = nmb->wnd->wd; -+ ULONG i; -+ if (!wrap_is_pci_bus(wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return 0; -+ } -+ for (i = 0; i < len; i++) -+ if (pci_write_config_byte(wd->pci.pdev, offset + i, buf[i]) != -+ PCIBIOS_SUCCESSFUL) -+ break; -+ DBG_BLOCK(2) { -+ if (i != len) -+ WARNING("%u, %u", i, len); -+ } -+ return i; -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMRegisterIoPortRange,4) -+ (void **virt, struct ndis_mp_block *nmb, UINT start, UINT len) -+{ -+ ENTER3("%08x %08x", start, len); -+ *virt = (void *)(ULONG_PTR)start; -+ return NDIS_STATUS_SUCCESS; -+} -+ -+wstdcall void WIN_FUNC(NdisMDeregisterIoPortRange,4) -+ (struct ndis_mp_block *nmb, UINT start, UINT len, void* virt) -+{ -+ ENTER1("%08x %08x", start, len); -+} -+ -+wstdcall void WIN_FUNC(NdisReadPortUchar,3) -+ (struct ndis_mp_block *nmb, ULONG port, char *data) -+{ -+ *data = inb(port); -+} -+ -+wstdcall void WIN_FUNC(NdisImmediateReadPortUchar,3) -+ (struct ndis_mp_block *nmb, ULONG port, char *data) -+{ -+ *data = inb(port); -+} -+ -+wstdcall void WIN_FUNC(NdisWritePortUchar,3) -+ (struct ndis_mp_block *nmb, ULONG port, char data) -+{ -+ outb(data, port); -+} -+ -+wstdcall void WIN_FUNC(NdisImmediateWritePortUchar,3) -+ (struct ndis_mp_block *nmb, ULONG port, char data) -+{ -+ outb(data, port); -+} -+ -+wstdcall void WIN_FUNC(NdisMQueryAdapterResources,4) -+ (NDIS_STATUS *status, struct ndis_mp_block *nmb, -+ NDIS_RESOURCE_LIST *resource_list, UINT *size) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ NDIS_RESOURCE_LIST *list; -+ UINT resource_length; -+ -+ list = &wnd->wd->resource_list->list->partial_resource_list; -+ resource_length = sizeof(struct cm_partial_resource_list) + -+ sizeof(struct cm_partial_resource_descriptor) * -+ (list->count - 1); -+ TRACE2("%p, %p,%d (%d), %p %d %d", wnd, resource_list, *size, -+ resource_length, &list->partial_descriptors[list->count-1], -+ list->partial_descriptors[list->count-1].u.interrupt.level, -+ list->partial_descriptors[list->count-1].u.interrupt.vector); -+ if (*size < sizeof(*list)) { -+ *size = resource_length; -+ *status = NDIS_STATUS_BUFFER_TOO_SHORT; -+ } else { -+ ULONG count; -+ if (*size >= resource_length) { -+ *size = resource_length; -+ count = list->count; -+ } else { -+ UINT n = sizeof(*list); -+ count = 1; -+ while (count++ < list->count && n < *size) -+ n += sizeof(list->partial_descriptors); -+ *size = n; -+ } -+ memcpy(resource_list, list, *size); -+ resource_list->count = count; -+ *status = NDIS_STATUS_SUCCESS; -+ } -+ EXIT2(return); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMPciAssignResources,3) -+ (struct ndis_mp_block *nmb, ULONG slot_number, -+ NDIS_RESOURCE_LIST **resources) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ -+ ENTER2("%p, %p", wnd, wnd->wd->resource_list); -+ *resources = &wnd->wd->resource_list->list->partial_resource_list; -+ EXIT2(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMMapIoSpace,4) -+ (void __iomem **virt, struct ndis_mp_block *nmb, -+ NDIS_PHY_ADDRESS phy_addr, UINT len) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ -+ ENTER2("%llx, %d", phy_addr, len); -+ *virt = MmMapIoSpace(phy_addr, len, MmCached); -+ if (*virt == NULL) { -+ ERROR("ioremap failed"); -+ EXIT2(return NDIS_STATUS_FAILURE); -+ } -+ wnd->mem_start = phy_addr; -+ wnd->mem_end = phy_addr + len; -+ TRACE2("%p", *virt); -+ EXIT2(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(NdisMUnmapIoSpace,3) -+ (struct ndis_mp_block *nmb, void __iomem *virt, UINT len) -+{ -+ ENTER2("%p, %d", virt, len); -+ MmUnmapIoSpace(virt, len); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisAllocateSpinLock,1) -+ (struct ndis_spinlock *lock) -+{ -+ TRACE4("lock %p, %p", lock, &lock->klock); -+ KeInitializeSpinLock(&lock->klock); -+ lock->irql = PASSIVE_LEVEL; -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisFreeSpinLock,1) -+ (struct ndis_spinlock *lock) -+{ -+ TRACE4("lock %p, %p", lock, &lock->klock); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisAcquireSpinLock,1) -+ (struct ndis_spinlock *lock) -+{ -+ ENTER6("lock %p, %p", lock, &lock->klock); -+// assert_irql(_irql_ <= DISPATCH_LEVEL); -+ lock->irql = nt_spin_lock_irql(&lock->klock, DISPATCH_LEVEL); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisReleaseSpinLock,1) -+ (struct ndis_spinlock *lock) -+{ -+ ENTER6("lock %p, %p", lock, &lock->klock); -+// assert_irql(_irql_ == DISPATCH_LEVEL); -+ nt_spin_unlock_irql(&lock->klock, lock->irql); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisDprAcquireSpinLock,1) -+ (struct ndis_spinlock *lock) -+{ -+ ENTER6("lock %p", &lock->klock); -+// assert_irql(_irql_ == DISPATCH_LEVEL); -+ nt_spin_lock(&lock->klock); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisDprReleaseSpinLock,1) -+ (struct ndis_spinlock *lock) -+{ -+ ENTER6("lock %p", &lock->klock); -+// assert_irql(_irql_ == DISPATCH_LEVEL); -+ nt_spin_unlock(&lock->klock); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisInitializeReadWriteLock,1) -+ (struct ndis_rw_lock *rw_lock) -+{ -+ ENTER3("%p", rw_lock); -+ memset(rw_lock, 0, sizeof(*rw_lock)); -+ KeInitializeSpinLock(&rw_lock->klock); -+ return; -+} -+ -+/* read/write locks are implemented in a rather simplistic way - we -+ * should probably use Linux's rw_lock implementation */ -+ -+wstdcall void WIN_FUNC(NdisAcquireReadWriteLock,3) -+ (struct ndis_rw_lock *rw_lock, BOOLEAN write, -+ struct lock_state *lock_state) -+{ -+ if (write) { -+ while (1) { -+ if (cmpxchg(&rw_lock->count, 0, -1) == 0) -+ return; -+ while (rw_lock->count) -+ cpu_relax(); -+ } -+ return; -+ } -+ while (1) { -+ typeof(rw_lock->count) count; -+ while ((count = rw_lock->count) < 0) -+ cpu_relax(); -+ if (cmpxchg(&rw_lock->count, count, count + 1) == count) -+ return; -+ } -+} -+ -+wstdcall void WIN_FUNC(NdisReleaseReadWriteLock,2) -+ (struct ndis_rw_lock *rw_lock, struct lock_state *lock_state) -+{ -+ if (rw_lock->count > 0) -+ pre_atomic_add(rw_lock->count, -1); -+ else if (rw_lock->count == -1) -+ rw_lock->count = 0; -+ else -+ WARNING("invalid state: %d", rw_lock->count); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMAllocateMapRegisters,5) -+ (struct ndis_mp_block *nmb, UINT dmachan, -+ NDIS_DMA_SIZE dmasize, ULONG basemap, ULONG max_buf_size) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ -+ ENTER2("%p, %d %d %d %d", wnd, dmachan, dmasize, basemap, max_buf_size); -+ if (!wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return NDIS_STATUS_NOT_SUPPORTED; -+ } -+ if (wnd->dma_map_count > 0) { -+ WARNING("%s: map registers already allocated: %u", -+ wnd->net_dev->name, wnd->dma_map_count); -+ EXIT2(return NDIS_STATUS_RESOURCES); -+ } -+ if (dmasize == NDIS_DMA_24BITS) { -+ if (pci_set_dma_mask(wnd->wd->pci.pdev, DMA_BIT_MASK(24)) || -+ pci_set_consistent_dma_mask(wnd->wd->pci.pdev, -+ DMA_BIT_MASK(24))) -+ WARNING("setting dma mask failed"); -+ } else if (dmasize == NDIS_DMA_32BITS) { -+ /* consistent dma is in low 32-bits by default */ -+ if (pci_set_dma_mask(wnd->wd->pci.pdev, DMA_BIT_MASK(32))) -+ WARNING("setting dma mask failed"); -+#ifdef CONFIG_X86_64 -+ } else if (dmasize == NDIS_DMA_64BITS) { -+ if (pci_set_dma_mask(wnd->wd->pci.pdev, DMA_BIT_MASK(64)) || -+ pci_set_consistent_dma_mask(wnd->wd->pci.pdev, -+ DMA_BIT_MASK(64))) -+ WARNING("setting dma mask failed"); -+ else -+ wnd->net_dev->features |= NETIF_F_HIGHDMA; -+#endif -+ } else { -+ ERROR("dmasize %d not supported", dmasize); -+ EXIT2(return NDIS_STATUS_NOT_SUPPORTED); -+ } -+ /* since memory for buffer is allocated with kmalloc, buffer -+ * is physically contiguous, so entire map will fit in one -+ * register */ -+ if (basemap > 64) { -+ WARNING("Windows driver %s requesting too many (%u) " -+ "map registers", wnd->wd->driver->name, basemap); -+ /* As per NDIS, NDIS_STATUS_RESOURCES should be -+ * returned, but with that Atheros PCI driver fails - -+ * for now tolerate it */ -+// EXIT2(return NDIS_STATUS_RESOURCES); -+ } -+ -+ wnd->dma_map_addr = kzalloc(basemap * sizeof(*(wnd->dma_map_addr)), -+ GFP_KERNEL); -+ if (!wnd->dma_map_addr) -+ EXIT2(return NDIS_STATUS_RESOURCES); -+ wnd->dma_map_count = basemap; -+ TRACE2("%u", wnd->dma_map_count); -+ EXIT2(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(NdisMFreeMapRegisters,1) -+ (struct ndis_mp_block *nmb) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ int i; -+ -+ ENTER2("wnd: %p", wnd); -+ if (wnd->dma_map_addr) { -+ for (i = 0; i < wnd->dma_map_count; i++) { -+ if (wnd->dma_map_addr[i]) -+ WARNING("%s: dma addr 0x%llx not freed by " -+ "Windows driver", wnd->net_dev->name, -+ (unsigned long long)wnd->dma_map_addr[i]); -+ } -+ kfree(wnd->dma_map_addr); -+ wnd->dma_map_addr = NULL; -+ } else -+ WARNING("map registers already freed?"); -+ wnd->dma_map_count = 0; -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMStartBufferPhysicalMapping,6) -+ (struct ndis_mp_block *nmb, ndis_buffer *buf, -+ ULONG index, BOOLEAN write_to_dev, -+ struct ndis_phy_addr_unit *phy_addr_array, UINT *array_size) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ -+ ENTER3("%p, %p, %u, %u", wnd, buf, index, wnd->dma_map_count); -+ if (!wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return; -+ } -+ if (unlikely(wnd->sg_dma_size || !write_to_dev || -+ index >= wnd->dma_map_count)) { -+ WARNING("invalid request: %d, %d, %d, %d", wnd->sg_dma_size, -+ write_to_dev, index, wnd->dma_map_count); -+ phy_addr_array[0].phy_addr = 0; -+ phy_addr_array[0].length = 0; -+ *array_size = 0; -+ return; -+ } -+ if (wnd->dma_map_addr[index]) { -+ TRACE2("buffer %p at %d is already mapped: %llx", buf, index, -+ (unsigned long long)wnd->dma_map_addr[index]); -+// *array_size = 1; -+ return; -+ } -+ TRACE3("%p, %p, %u", buf, MmGetSystemAddressForMdl(buf), -+ MmGetMdlByteCount(buf)); -+ DBG_BLOCK(4) { -+ dump_bytes(__func__, MmGetSystemAddressForMdl(buf), -+ MmGetMdlByteCount(buf)); -+ } -+ wnd->dma_map_addr[index] = -+ PCI_DMA_MAP_SINGLE(wnd->wd->pci.pdev, -+ MmGetSystemAddressForMdl(buf), -+ MmGetMdlByteCount(buf), PCI_DMA_TODEVICE); -+ phy_addr_array[0].phy_addr = wnd->dma_map_addr[index]; -+ phy_addr_array[0].length = MmGetMdlByteCount(buf); -+ TRACE4("%llx, %d, %d", phy_addr_array[0].phy_addr, -+ phy_addr_array[0].length, index); -+ *array_size = 1; -+} -+ -+wstdcall void WIN_FUNC(NdisMCompleteBufferPhysicalMapping,3) -+ (struct ndis_mp_block *nmb, ndis_buffer *buf, ULONG index) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ -+ ENTER3("%p, %p %u (%u)", wnd, buf, index, wnd->dma_map_count); -+ -+ if (!wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return; -+ } -+ if (unlikely(wnd->sg_dma_size)) -+ WARNING("buffer %p may have been unmapped already", buf); -+ if (index >= wnd->dma_map_count) { -+ ERROR("invalid map register (%u >= %u)", -+ index, wnd->dma_map_count); -+ return; -+ } -+ TRACE4("%llx", (unsigned long long)wnd->dma_map_addr[index]); -+ if (wnd->dma_map_addr[index]) { -+ PCI_DMA_UNMAP_SINGLE(wnd->wd->pci.pdev, wnd->dma_map_addr[index], -+ MmGetMdlByteCount(buf), PCI_DMA_TODEVICE); -+ wnd->dma_map_addr[index] = 0; -+ } else -+ WARNING("map registers at %u not used", index); -+} -+ -+wstdcall void WIN_FUNC(NdisMAllocateSharedMemory,5) -+ (struct ndis_mp_block *nmb, ULONG size, -+ BOOLEAN cached, void **virt, NDIS_PHY_ADDRESS *phys) -+{ -+ dma_addr_t dma_addr; -+ struct wrap_device *wd = nmb->wnd->wd; -+ -+ ENTER3("size: %u, cached: %d", size, cached); -+ if (!wrap_is_pci_bus(wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return; -+ } -+ *virt = PCI_DMA_ALLOC_COHERENT(wd->pci.pdev, size, &dma_addr); -+ if (*virt) -+ *phys = dma_addr; -+ else -+ WARNING("couldn't allocate %d bytes of %scached DMA memory", -+ size, cached ? "" : "un-"); -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMFreeSharedMemory,5) -+ (struct ndis_mp_block *nmb, ULONG size, BOOLEAN cached, -+ void *virt, NDIS_PHY_ADDRESS addr) -+{ -+ struct wrap_device *wd = nmb->wnd->wd; -+ ENTER3("%p, %llx, %u", virt, addr, size); -+ if (!wrap_is_pci_bus(wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return; -+ } -+ PCI_DMA_FREE_COHERENT(wd->pci.pdev, size, virt, addr); -+ EXIT3(return); -+} -+ -+wstdcall void alloc_shared_memory_async(void *arg1, void *arg2) -+{ -+ struct ndis_device *wnd; -+ struct alloc_shared_mem *alloc_shared_mem; -+ struct miniport *mp; -+ void *virt; -+ NDIS_PHY_ADDRESS phys; -+ KIRQL irql; -+ -+ wnd = arg1; -+ alloc_shared_mem = arg2; -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ NdisMAllocateSharedMemory(wnd->nmb, alloc_shared_mem->size, -+ alloc_shared_mem->cached, &virt, &phys); -+ irql = serialize_lock_irql(wnd); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ LIN2WIN5(mp->alloc_complete, wnd->nmb, virt, -+ &phys, alloc_shared_mem->size, alloc_shared_mem->ctx); -+ serialize_unlock_irql(wnd, irql); -+ kfree(alloc_shared_mem); -+} -+WIN_FUNC_DECL(alloc_shared_memory_async,2) -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMAllocateSharedMemoryAsync,4) -+ (struct ndis_mp_block *nmb, ULONG size, BOOLEAN cached, void *ctx) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ struct alloc_shared_mem *alloc_shared_mem; -+ -+ ENTER3("wnd: %p", wnd); -+ alloc_shared_mem = kmalloc(sizeof(*alloc_shared_mem), irql_gfp()); -+ if (!alloc_shared_mem) { -+ WARNING("couldn't allocate memory"); -+ return NDIS_STATUS_FAILURE; -+ } -+ -+ alloc_shared_mem->size = size; -+ alloc_shared_mem->cached = cached; -+ alloc_shared_mem->ctx = ctx; -+ if (schedule_ntos_work_item(WIN_FUNC_PTR(alloc_shared_memory_async,2), -+ wnd, alloc_shared_mem)) -+ EXIT3(return NDIS_STATUS_FAILURE); -+ EXIT3(return NDIS_STATUS_PENDING); -+} -+ -+/* Some drivers allocate NDIS_BUFFER (aka MDL) very often; instead of -+ * allocating and freeing with kernel functions, we chain them into -+ * ndis_buffer_pool. When an MDL is freed, it is added to the list of -+ * free MDLs. When allocated, we first check if there is one in free -+ * list and if so just return it; otherwise, we allocate a new one and -+ * return that. This reduces memory fragmentation. Windows DDK says -+ * that the driver itself shouldn't check what is returned in -+ * pool_handle, presumably because buffer pools are not used in -+ * XP. However, as long as driver follows rest of the semantics - that -+ * it should indicate maximum number of MDLs used with num_descr and -+ * pass the same pool_handle in other buffer functions, this should -+ * work. Sadly, though, NdisFreeBuffer doesn't pass the pool_handle, -+ * so we use 'process' field of MDL to store pool_handle. */ -+ -+wstdcall void WIN_FUNC(NdisAllocateBufferPool,3) -+ (NDIS_STATUS *status, struct ndis_buffer_pool **pool_handle, -+ UINT num_descr) -+{ -+ struct ndis_buffer_pool *pool; -+ -+ ENTER1("buffers: %d", num_descr); -+ pool = kmalloc(sizeof(*pool), irql_gfp()); -+ if (!pool) { -+ *status = NDIS_STATUS_RESOURCES; -+ EXIT3(return); -+ } -+ spin_lock_init(&pool->lock); -+ pool->max_descr = num_descr; -+ pool->num_allocated_descr = 0; -+ pool->free_descr = NULL; -+ *pool_handle = pool; -+ *status = NDIS_STATUS_SUCCESS; -+ TRACE1("pool: %p, num_descr: %d", pool, num_descr); -+ EXIT1(return); -+} -+ -+wstdcall void WIN_FUNC(NdisAllocateBuffer,5) -+ (NDIS_STATUS *status, ndis_buffer **buffer, -+ struct ndis_buffer_pool *pool, void *virt, UINT length) -+{ -+ ndis_buffer *descr; -+ -+ ENTER4("pool: %p (%d)", pool, pool->num_allocated_descr); -+ /* NDIS drivers should call this at DISPATCH_LEVEL, but -+ * alloc_tx_packet calls at SOFT_IRQL */ -+ assert_irql(_irql_ <= SOFT_LEVEL); -+ if (!pool) { -+ *status = NDIS_STATUS_FAILURE; -+ *buffer = NULL; -+ EXIT4(return); -+ } -+ spin_lock_bh(&pool->lock); -+ if ((descr = pool->free_descr)) -+ pool->free_descr = descr->next; -+ spin_unlock_bh(&pool->lock); -+ if (descr) { -+ typeof(descr->flags) flags; -+ flags = descr->flags; -+ memset(descr, 0, sizeof(*descr)); -+ MmInitializeMdl(descr, virt, length); -+ if (flags & MDL_CACHE_ALLOCATED) -+ descr->flags |= MDL_CACHE_ALLOCATED; -+ } else { -+ if (pool->num_allocated_descr > pool->max_descr) { -+ TRACE2("pool %p is full: %d(%d)", pool, -+ pool->num_allocated_descr, pool->max_descr); -+#ifndef ALLOW_POOL_OVERFLOW -+ *status = NDIS_STATUS_FAILURE; -+ *buffer = NULL; -+ return; -+#endif -+ } -+ descr = allocate_init_mdl(virt, length); -+ if (!descr) { -+ WARNING("couldn't allocate buffer"); -+ *status = NDIS_STATUS_FAILURE; -+ *buffer = NULL; -+ EXIT4(return); -+ } -+ TRACE4("buffer %p for %p, %d", descr, virt, length); -+ atomic_inc_var(pool->num_allocated_descr); -+ } -+ /* TODO: make sure this mdl can map given buffer */ -+ MmBuildMdlForNonPagedPool(descr); -+// descr->flags |= MDL_ALLOCATED_FIXED_SIZE | -+// MDL_MAPPED_TO_SYSTEM_VA | MDL_PAGES_LOCKED; -+ descr->pool = pool; -+ *buffer = descr; -+ *status = NDIS_STATUS_SUCCESS; -+ TRACE4("buffer: %p", descr); -+ EXIT4(return); -+} -+ -+wstdcall void WIN_FUNC(NdisFreeBuffer,1) -+ (ndis_buffer *buffer) -+{ -+ struct ndis_buffer_pool *pool; -+ -+ ENTER4("%p", buffer); -+ if (!buffer || !buffer->pool) { -+ ERROR("invalid buffer"); -+ EXIT4(return); -+ } -+ pool = buffer->pool; -+ if (pool->num_allocated_descr > MAX_ALLOCATED_NDIS_BUFFERS) { -+ /* NB NB NB: set mdl's 'pool' field to NULL before -+ * calling free_mdl; otherwise free_mdl calls -+ * NdisFreeBuffer back */ -+ atomic_dec_var(pool->num_allocated_descr); -+ buffer->pool = NULL; -+ free_mdl(buffer); -+ } else { -+ spin_lock_bh(&pool->lock); -+ buffer->next = pool->free_descr; -+ pool->free_descr = buffer; -+ spin_unlock_bh(&pool->lock); -+ } -+ EXIT4(return); -+} -+ -+wstdcall void WIN_FUNC(NdisFreeBufferPool,1) -+ (struct ndis_buffer_pool *pool) -+{ -+ ndis_buffer *cur, *next; -+ -+ TRACE3("pool: %p", pool); -+ if (!pool) { -+ WARNING("invalid pool"); -+ EXIT3(return); -+ } -+ spin_lock_bh(&pool->lock); -+ cur = pool->free_descr; -+ while (cur) { -+ next = cur->next; -+ cur->pool = NULL; -+ free_mdl(cur); -+ cur = next; -+ } -+ spin_unlock_bh(&pool->lock); -+ kfree(pool); -+ pool = NULL; -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisAdjustBufferLength,2) -+ (ndis_buffer *buffer, UINT length) -+{ -+ ENTER4("%p, %d", buffer, length); -+ buffer->bytecount = length; -+} -+ -+wstdcall void WIN_FUNC(NdisQueryBuffer,3) -+ (ndis_buffer *buffer, void **virt, UINT *length) -+{ -+ ENTER4("buffer: %p", buffer); -+ if (virt) -+ *virt = MmGetSystemAddressForMdl(buffer); -+ *length = MmGetMdlByteCount(buffer); -+ TRACE4("%p, %u", virt ? *virt : NULL, *length); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisQueryBufferSafe,4) -+ (ndis_buffer *buffer, void **virt, UINT *length, -+ enum mm_page_priority priority) -+{ -+ ENTER4("%p, %p, %p, %d", buffer, virt, length, priority); -+ if (virt) -+ *virt = MmGetSystemAddressForMdlSafe(buffer, priority); -+ *length = MmGetMdlByteCount(buffer); -+ TRACE4("%p, %u", virt ? *virt : NULL, *length); -+} -+ -+wstdcall void *WIN_FUNC(NdisBufferVirtualAddress,1) -+ (ndis_buffer *buffer) -+{ -+ ENTER3("%p", buffer); -+ return MmGetSystemAddressForMdl(buffer); -+} -+ -+wstdcall ULONG WIN_FUNC(NdisBufferLength,1) -+ (ndis_buffer *buffer) -+{ -+ ENTER3("%p", buffer); -+ return MmGetMdlByteCount(buffer); -+} -+ -+wstdcall void WIN_FUNC(NdisQueryBufferOffset,3) -+ (ndis_buffer *buffer, UINT *offset, UINT *length) -+{ -+ ENTER3("%p", buffer); -+ *offset = MmGetMdlByteOffset(buffer); -+ *length = MmGetMdlByteCount(buffer); -+ TRACE3("%d, %d", *offset, *length); -+} -+ -+wstdcall void WIN_FUNC(NdisUnchainBufferAtBack,2) -+ (struct ndis_packet *packet, ndis_buffer **buffer) -+{ -+ ndis_buffer *b, *btail; -+ -+ ENTER3("%p", packet); -+ b = packet->private.buffer_head; -+ if (!b) { -+ /* no buffer in packet */ -+ *buffer = NULL; -+ EXIT3(return); -+ } -+ btail = packet->private.buffer_tail; -+ *buffer = btail; -+ if (b == btail) { -+ /* one buffer in packet */ -+ packet->private.buffer_head = NULL; -+ packet->private.buffer_tail = NULL; -+ } else { -+ while (b->next != btail) -+ b = b->next; -+ packet->private.buffer_tail = b; -+ b->next = NULL; -+ } -+ packet->private.valid_counts = FALSE; -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisUnchainBufferAtFront,2) -+ (struct ndis_packet *packet, ndis_buffer **buffer) -+{ -+ ENTER3("%p", packet); -+ if (packet->private.buffer_head == NULL) { -+ /* no buffer in packet */ -+ *buffer = NULL; -+ EXIT3(return); -+ } -+ -+ *buffer = packet->private.buffer_head; -+ if (packet->private.buffer_head == packet->private.buffer_tail) { -+ /* one buffer in packet */ -+ packet->private.buffer_head = NULL; -+ packet->private.buffer_tail = NULL; -+ } else -+ packet->private.buffer_head = (*buffer)->next; -+ -+ packet->private.valid_counts = FALSE; -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisGetFirstBufferFromPacketSafe,6) -+ (struct ndis_packet *packet, ndis_buffer **first_buffer, -+ void **first_buffer_va, UINT *first_buffer_length, -+ UINT *total_buffer_length, enum mm_page_priority priority) -+{ -+ ndis_buffer *b = packet->private.buffer_head; -+ -+ ENTER3("%p(%p)", packet, b); -+ *first_buffer = b; -+ if (b) { -+ *first_buffer_va = MmGetSystemAddressForMdlSafe(b, priority); -+ *first_buffer_length = *total_buffer_length = -+ MmGetMdlByteCount(b); -+ for (b = b->next; b; b = b->next) -+ *total_buffer_length += MmGetMdlByteCount(b); -+ } else { -+ *first_buffer_va = NULL; -+ *first_buffer_length = 0; -+ *total_buffer_length = 0; -+ } -+ TRACE3("%p, %d, %d", *first_buffer_va, *first_buffer_length, -+ *total_buffer_length); -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisGetFirstBufferFromPacket,6) -+ (struct ndis_packet *packet, ndis_buffer **first_buffer, -+ void **first_buffer_va, UINT *first_buffer_length, -+ UINT *total_buffer_length, enum mm_page_priority priority) -+{ -+ NdisGetFirstBufferFromPacketSafe(packet, first_buffer, -+ first_buffer_va, first_buffer_length, -+ total_buffer_length, -+ NormalPagePriority); -+} -+ -+wstdcall void WIN_FUNC(NdisAllocatePacketPoolEx,5) -+ (NDIS_STATUS *status, struct ndis_packet_pool **pool_handle, -+ UINT num_descr, UINT overflowsize, UINT proto_rsvd_length) -+{ -+ struct ndis_packet_pool *pool; -+ -+ ENTER3("buffers: %d, length: %d", num_descr, proto_rsvd_length); -+ pool = kzalloc(sizeof(*pool), irql_gfp()); -+ if (!pool) { -+ *status = NDIS_STATUS_RESOURCES; -+ EXIT3(return); -+ } -+ spin_lock_init(&pool->lock); -+ pool->max_descr = num_descr; -+ pool->num_allocated_descr = 0; -+ pool->num_used_descr = 0; -+ pool->free_descr = NULL; -+ pool->proto_rsvd_length = proto_rsvd_length; -+ *pool_handle = pool; -+ *status = NDIS_STATUS_SUCCESS; -+ TRACE3("pool: %p", pool); -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisAllocatePacketPool,4) -+ (NDIS_STATUS *status, struct ndis_packet_pool **pool_handle, -+ UINT num_descr, UINT proto_rsvd_length) -+{ -+ NdisAllocatePacketPoolEx(status, pool_handle, num_descr, 0, -+ proto_rsvd_length); -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisFreePacketPool,1) -+ (struct ndis_packet_pool *pool) -+{ -+ struct ndis_packet *packet, *next; -+ -+ ENTER3("pool: %p", pool); -+ if (!pool) { -+ WARNING("invalid pool"); -+ EXIT3(return); -+ } -+ spin_lock_bh(&pool->lock); -+ packet = pool->free_descr; -+ while (packet) { -+ next = (struct ndis_packet *)packet->reserved[0]; -+ kfree(packet); -+ packet = next; -+ } -+ pool->num_allocated_descr = 0; -+ pool->num_used_descr = 0; -+ pool->free_descr = NULL; -+ spin_unlock_bh(&pool->lock); -+ kfree(pool); -+ EXIT3(return); -+} -+ -+wstdcall UINT WIN_FUNC(NdisPacketPoolUsage,1) -+ (struct ndis_packet_pool *pool) -+{ -+ EXIT4(return pool->num_used_descr); -+} -+ -+wstdcall void WIN_FUNC(NdisAllocatePacket,3) -+ (NDIS_STATUS *status, struct ndis_packet **ndis_packet, -+ struct ndis_packet_pool *pool) -+{ -+ struct ndis_packet *packet; -+ int packet_length; -+ -+ ENTER4("pool: %p", pool); -+ if (!pool) { -+ *status = NDIS_STATUS_RESOURCES; -+ *ndis_packet = NULL; -+ EXIT4(return); -+ } -+ assert_irql(_irql_ <= SOFT_LEVEL); -+ if (pool->num_used_descr > pool->max_descr) { -+ TRACE3("pool %p is full: %d(%d)", pool, -+ pool->num_used_descr, pool->max_descr); -+#ifndef ALLOW_POOL_OVERFLOW -+ *status = NDIS_STATUS_RESOURCES; -+ *ndis_packet = NULL; -+ return; -+#endif -+ } -+ /* packet has space for 1 byte in protocol_reserved field */ -+ packet_length = sizeof(*packet) - 1 + pool->proto_rsvd_length + -+ sizeof(struct ndis_packet_oob_data); -+ spin_lock_bh(&pool->lock); -+ if ((packet = pool->free_descr)) -+ pool->free_descr = (void *)packet->reserved[0]; -+ spin_unlock_bh(&pool->lock); -+ if (!packet) { -+ packet = kmalloc(packet_length, irql_gfp()); -+ if (!packet) { -+ WARNING("couldn't allocate packet"); -+ *status = NDIS_STATUS_RESOURCES; -+ *ndis_packet = NULL; -+ return; -+ } -+ atomic_inc_var(pool->num_allocated_descr); -+ } -+ TRACE4("%p, %p", pool, packet); -+ atomic_inc_var(pool->num_used_descr); -+ memset(packet, 0, packet_length); -+ packet->private.oob_offset = -+ packet_length - sizeof(struct ndis_packet_oob_data); -+ packet->private.packet_flags = fPACKET_ALLOCATED_BY_NDIS; -+ packet->private.pool = pool; -+ *ndis_packet = packet; -+ *status = NDIS_STATUS_SUCCESS; -+ EXIT4(return); -+} -+ -+wstdcall void WIN_FUNC(NdisDprAllocatePacket,3) -+ (NDIS_STATUS *status, struct ndis_packet **packet, -+ struct ndis_packet_pool *pool) -+{ -+ NdisAllocatePacket(status, packet, pool); -+} -+ -+wstdcall void WIN_FUNC(NdisFreePacket,1) -+ (struct ndis_packet *packet) -+{ -+ struct ndis_packet_pool *pool; -+ -+ ENTER4("%p, %p", packet, packet->private.pool); -+ pool = packet->private.pool; -+ if (!pool) { -+ ERROR("invalid pool %p", packet); -+ EXIT4(return); -+ } -+ assert((int)pool->num_used_descr > 0); -+ atomic_dec_var(pool->num_used_descr); -+ if (packet->reserved[1]) { -+ TRACE3("%p, %p", packet, (void *)packet->reserved[1]); -+ kfree((void *)packet->reserved[1]); -+ packet->reserved[1] = 0; -+ } -+ if (pool->num_allocated_descr > MAX_ALLOCATED_NDIS_PACKETS) { -+ TRACE3("%p", pool); -+ atomic_dec_var(pool->num_allocated_descr); -+ kfree(packet); -+ } else { -+ TRACE4("%p, %p, %p", pool, packet, pool->free_descr); -+ spin_lock_bh(&pool->lock); -+ packet->reserved[0] = -+ (typeof(packet->reserved[0]))pool->free_descr; -+ pool->free_descr = packet; -+ spin_unlock_bh(&pool->lock); -+ } -+ EXIT4(return); -+} -+ -+wstdcall struct ndis_packet_stack *WIN_FUNC(NdisIMGetCurrentPacketStack,2) -+ (struct ndis_packet *packet, BOOLEAN *stacks_remain) -+{ -+ struct ndis_packet_stack *stack; -+ -+ if (!packet->reserved[1]) { -+ stack = kzalloc(2 * sizeof(*stack), irql_gfp()); -+ TRACE3("%p, %p", packet, stack); -+ packet->reserved[1] = (typeof(packet->reserved[1]))stack; -+ } else { -+ stack = (void *)packet->reserved[1];; -+ if (xchg(&stack->ndis_reserved[0], 1)) { -+ stack++; -+ if (xchg(&stack->ndis_reserved[0], 1)) -+ stack = NULL; -+ } -+ TRACE3("%p", stack); -+ } -+ if (stack) -+ *stacks_remain = TRUE; -+ else -+ *stacks_remain = FALSE; -+ -+ EXIT3(return stack); -+} -+ -+wstdcall void WIN_FUNC(NdisCopyFromPacketToPacketSafe,7) -+ (struct ndis_packet *dst, UINT dst_offset, UINT num_to_copy, -+ struct ndis_packet *src, UINT src_offset, UINT *num_copied, -+ enum mm_page_priority priority) -+{ -+ UINT dst_n, src_n, n, left; -+ ndis_buffer *dst_buf; -+ ndis_buffer *src_buf; -+ -+ ENTER4(""); -+ if (!dst || !src) { -+ *num_copied = 0; -+ EXIT4(return); -+ } -+ -+ dst_buf = dst->private.buffer_head; -+ src_buf = src->private.buffer_head; -+ -+ if (!dst_buf || !src_buf) { -+ *num_copied = 0; -+ EXIT4(return); -+ } -+ dst_n = MmGetMdlByteCount(dst_buf) - dst_offset; -+ src_n = MmGetMdlByteCount(src_buf) - src_offset; -+ -+ n = min(src_n, dst_n); -+ n = min(n, num_to_copy); -+ memcpy(MmGetSystemAddressForMdl(dst_buf) + dst_offset, -+ MmGetSystemAddressForMdl(src_buf) + src_offset, n); -+ -+ left = num_to_copy - n; -+ while (left > 0) { -+ src_offset += n; -+ dst_offset += n; -+ dst_n -= n; -+ src_n -= n; -+ if (dst_n == 0) { -+ dst_buf = dst_buf->next; -+ if (!dst_buf) -+ break; -+ dst_n = MmGetMdlByteCount(dst_buf); -+ dst_offset = 0; -+ } -+ if (src_n == 0) { -+ src_buf = src_buf->next; -+ if (!src_buf) -+ break; -+ src_n = MmGetMdlByteCount(src_buf); -+ src_offset = 0; -+ } -+ -+ n = min(src_n, dst_n); -+ n = min(n, left); -+ memcpy(MmGetSystemAddressForMdl(dst_buf) + dst_offset, -+ MmGetSystemAddressForMdl(src_buf) + src_offset, n); -+ left -= n; -+ } -+ *num_copied = num_to_copy - left; -+ EXIT4(return); -+} -+ -+wstdcall void WIN_FUNC(NdisCopyFromPacketToPacket,6) -+ (struct ndis_packet *dst, UINT dst_offset, UINT num_to_copy, -+ struct ndis_packet *src, UINT src_offset, UINT *num_copied) -+{ -+ NdisCopyFromPacketToPacketSafe(dst, dst_offset, num_to_copy, -+ src, src_offset, num_copied, -+ NormalPagePriority); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisIMCopySendPerPacketInfo,2) -+ (struct ndis_packet *dst, struct ndis_packet *src) -+{ -+ struct ndis_packet_oob_data *dst_oob, *src_oob; -+ dst_oob = NDIS_PACKET_OOB_DATA(dst); -+ src_oob = NDIS_PACKET_OOB_DATA(src); -+ memcpy(&dst_oob->ext, &src_oob->ext, sizeof(dst_oob->ext)); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisSend,3) -+ (NDIS_STATUS *status, struct ndis_mp_block *nmb, -+ struct ndis_packet *packet) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ struct miniport *mp; -+ KIRQL irql; -+ -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ if (mp->send_packets) { -+ irql = serialize_lock_irql(wnd); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ LIN2WIN3(mp->send_packets, wnd->nmb->mp_ctx, &packet, 1); -+ serialize_unlock_irql(wnd, irql); -+ if (deserialized_driver(wnd)) -+ *status = NDIS_STATUS_PENDING; -+ else { -+ struct ndis_packet_oob_data *oob_data; -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ *status = oob_data->status; -+ switch (*status) { -+ case NDIS_STATUS_SUCCESS: -+ free_tx_packet(wnd, packet, *status); -+ break; -+ case NDIS_STATUS_PENDING: -+ break; -+ case NDIS_STATUS_RESOURCES: -+ wnd->tx_ok = 0; -+ break; -+ case NDIS_STATUS_FAILURE: -+ default: -+ free_tx_packet(wnd, packet, *status); -+ break; -+ } -+ } -+ } else { -+ irql = serialize_lock_irql(wnd); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ *status = LIN2WIN3(mp->send, wnd->nmb->mp_ctx, packet, 0); -+ serialize_unlock_irql(wnd, irql); -+ switch (*status) { -+ case NDIS_STATUS_SUCCESS: -+ free_tx_packet(wnd, packet, *status); -+ break; -+ case NDIS_STATUS_PENDING: -+ break; -+ case NDIS_STATUS_RESOURCES: -+ wnd->tx_ok = 0; -+ break; -+ case NDIS_STATUS_FAILURE: -+ default: -+ free_tx_packet(wnd, packet, *status); -+ break; -+ } -+ } -+ EXIT3(return); -+} -+ -+/* called for serialized drivers only */ -+wstdcall void mp_timer_dpc(struct kdpc *kdpc, void *ctx, void *arg1, void *arg2) -+{ -+ struct ndis_mp_timer *timer; -+ struct ndis_mp_block *nmb; -+ -+ timer = ctx; -+ TIMERENTER("%p, %p, %p, %p", timer, timer->func, timer->ctx, timer->nmb); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ nmb = timer->nmb; -+ serialize_lock(nmb->wnd); -+ LIN2WIN4(timer->func, NULL, timer->ctx, NULL, NULL); -+ serialize_unlock(nmb->wnd); -+ TIMEREXIT(return); -+} -+WIN_FUNC_DECL(mp_timer_dpc,4) -+ -+wstdcall void WIN_FUNC(NdisMInitializeTimer,4) -+ (struct ndis_mp_timer *timer, struct ndis_mp_block *nmb, -+ DPC func, void *ctx) -+{ -+ TIMERENTER("%p, %p, %p, %p", timer, func, ctx, nmb); -+ assert_irql(_irql_ == PASSIVE_LEVEL); -+ timer->func = func; -+ timer->ctx = ctx; -+ timer->nmb = nmb; -+ if (deserialized_driver(nmb->wnd)) -+ KeInitializeDpc(&timer->kdpc, func, ctx); -+ else -+ KeInitializeDpc(&timer->kdpc, WIN_FUNC_PTR(mp_timer_dpc,4), -+ timer); -+ wrap_init_timer(&timer->nt_timer, NotificationTimer, nmb); -+ TIMEREXIT(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMSetPeriodicTimer,2) -+ (struct ndis_mp_timer *timer, UINT period_ms) -+{ -+ unsigned long expires = MSEC_TO_HZ(period_ms); -+ -+ TIMERENTER("%p, %u, %ld", timer, period_ms, expires); -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ wrap_set_timer(&timer->nt_timer, expires, expires, &timer->kdpc); -+ TIMEREXIT(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMCancelTimer,2) -+ (struct ndis_mp_timer *timer, BOOLEAN *canceled) -+{ -+ TIMERENTER("%p", timer); -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ *canceled = KeCancelTimer(&timer->nt_timer); -+ TIMERTRACE("%d", *canceled); -+ return; -+} -+ -+wstdcall void WIN_FUNC(NdisInitializeTimer,3) -+ (struct ndis_timer *timer, void *func, void *ctx) -+{ -+ TIMERENTER("%p, %p, %p", timer, func, ctx); -+ assert_irql(_irql_ == PASSIVE_LEVEL); -+ KeInitializeDpc(&timer->kdpc, func, ctx); -+ wrap_init_timer(&timer->nt_timer, NotificationTimer, NULL); -+ TIMEREXIT(return); -+} -+ -+/* NdisMSetTimer is a macro that calls NdisSetTimer with -+ * ndis_mp_timer typecast to ndis_timer */ -+ -+wstdcall void WIN_FUNC(NdisSetTimer,2) -+ (struct ndis_timer *timer, UINT duetime_ms) -+{ -+ unsigned long expires = MSEC_TO_HZ(duetime_ms); -+ -+ TIMERENTER("%p, %p, %u, %ld", timer, timer->nt_timer.wrap_timer, -+ duetime_ms, expires); -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ wrap_set_timer(&timer->nt_timer, expires, 0, &timer->kdpc); -+ TIMEREXIT(return); -+} -+ -+wstdcall void WIN_FUNC(NdisCancelTimer,2) -+ (struct ndis_timer *timer, BOOLEAN *canceled) -+{ -+ TIMERENTER("%p", timer); -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ *canceled = KeCancelTimer(&timer->nt_timer); -+ TIMEREXIT(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMRegisterAdapterShutdownHandler,3) -+ (struct ndis_mp_block *nmb, void *ctx, void *func) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ ENTER1("%p", func); -+ wnd->wd->driver->ndis_driver->mp.shutdown = func; -+ wnd->shutdown_ctx = ctx; -+} -+ -+wstdcall void WIN_FUNC(NdisMDeregisterAdapterShutdownHandler,1) -+ (struct ndis_mp_block *nmb) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ wnd->wd->driver->ndis_driver->mp.shutdown = NULL; -+ wnd->shutdown_ctx = NULL; -+} -+ -+/* TODO: rt61 (serialized) driver doesn't want MiniportEnableInterrupt -+ * to be called in irq handler, but mrv800c (deserialized) driver -+ * wants. NDIS is confusing about when to call MiniportEnableInterrupt -+ * For now, handle these cases with two separate irq handlers based on -+ * observation of these two drivers. However, it is likely not -+ * correct. */ -+wstdcall void deserialized_irq_handler(struct kdpc *kdpc, void *ctx, -+ void *arg1, void *arg2) -+{ -+ struct ndis_device *wnd = ctx; -+ ndis_interrupt_handler irq_handler = arg1; -+ struct miniport *mp = arg2; -+ -+ TRACE6("%p", irq_handler); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ LIN2WIN1(irq_handler, wnd->nmb->mp_ctx); -+ if (mp->enable_interrupt) -+ LIN2WIN1(mp->enable_interrupt, wnd->nmb->mp_ctx); -+ EXIT6(return); -+} -+WIN_FUNC_DECL(deserialized_irq_handler,4) -+ -+wstdcall void serialized_irq_handler(struct kdpc *kdpc, void *ctx, -+ void *arg1, void *arg2) -+{ -+ struct ndis_device *wnd = ctx; -+ ndis_interrupt_handler irq_handler = arg1; -+ -+ TRACE6("%p, %p, %p", wnd, irq_handler, arg2); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ serialize_lock(wnd); -+ LIN2WIN1(irq_handler, arg2); -+ serialize_unlock(wnd); -+ EXIT6(return); -+} -+WIN_FUNC_DECL(serialized_irq_handler,4) -+ -+wstdcall BOOLEAN ndis_isr(struct kinterrupt *kinterrupt, void *ctx) -+{ -+ struct ndis_mp_interrupt *mp_interrupt = ctx; -+ struct ndis_device *wnd = mp_interrupt->nmb->wnd; -+ BOOLEAN recognized = TRUE, queue_handler = TRUE; -+ -+ TRACE6("%p", wnd); -+ /* kernel may call ISR when registering interrupt, in -+ * the same context if DEBUG_SHIRQ is enabled */ -+ assert_irql(_irql_ == DIRQL || _irql_ == PASSIVE_LEVEL); -+ if (mp_interrupt->shared) -+ LIN2WIN3(mp_interrupt->isr, &recognized, &queue_handler, -+ wnd->nmb->mp_ctx); -+ else { -+ struct miniport *mp; -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ LIN2WIN1(mp->disable_interrupt, wnd->nmb->mp_ctx); -+ /* it is not shared interrupt, so handler must be called */ -+ recognized = queue_handler = TRUE; -+ } -+ if (recognized) { -+ if (queue_handler) { -+ TRACE5("%p", &wnd->irq_kdpc); -+ queue_kdpc(&wnd->irq_kdpc); -+ } -+ EXIT6(return TRUE); -+ } -+ EXIT6(return FALSE); -+} -+WIN_FUNC_DECL(ndis_isr,2) -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMRegisterInterrupt,7) -+ (struct ndis_mp_interrupt *mp_interrupt, -+ struct ndis_mp_block *nmb, UINT vector, UINT level, -+ BOOLEAN req_isr, BOOLEAN shared, enum kinterrupt_mode mode) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ struct miniport *mp; -+ -+ ENTER1("%p, vector:%d, level:%d, req_isr:%d, shared:%d, mode:%d", -+ mp_interrupt, vector, level, req_isr, shared, mode); -+ -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ nt_spin_lock_init(&mp_interrupt->lock); -+ mp_interrupt->irq = vector; -+ mp_interrupt->isr = mp->isr; -+ mp_interrupt->mp_dpc = mp->handle_interrupt; -+ mp_interrupt->nmb = nmb; -+ mp_interrupt->req_isr = req_isr; -+ if (shared && !req_isr) -+ WARNING("shared but dynamic interrupt!"); -+ mp_interrupt->shared = shared; -+ wnd->mp_interrupt = mp_interrupt; -+ if (mp->enable_interrupt) -+ mp_interrupt->enable = TRUE; -+ else -+ mp_interrupt->enable = FALSE; -+ -+ if (deserialized_driver(wnd)) { -+ KeInitializeDpc(&wnd->irq_kdpc, -+ WIN_FUNC_PTR(deserialized_irq_handler,4), -+ nmb->wnd); -+ wnd->irq_kdpc.arg1 = mp->handle_interrupt; -+ wnd->irq_kdpc.arg2 = mp; -+ TRACE2("%p, %p, %p, %p", wnd->irq_kdpc.arg1, wnd->irq_kdpc.arg2, -+ nmb->wnd, nmb->mp_ctx); -+ } else { -+ KeInitializeDpc(&wnd->irq_kdpc, -+ WIN_FUNC_PTR(serialized_irq_handler,4), -+ nmb->wnd); -+ wnd->irq_kdpc.arg1 = mp->handle_interrupt; -+ wnd->irq_kdpc.arg2 = nmb->mp_ctx; -+ TRACE2("%p, %p, %p", wnd->irq_kdpc.arg1, wnd->irq_kdpc.arg2, -+ nmb->wnd); -+ } -+ -+ if (IoConnectInterrupt(&mp_interrupt->kinterrupt, -+ WIN_FUNC_PTR(ndis_isr,2), mp_interrupt, NULL, -+ vector, DIRQL, DIRQL, mode, shared, 0, FALSE) != -+ STATUS_SUCCESS) { -+ printk(KERN_WARNING "%s: request for IRQ %d failed\n", -+ DRIVER_NAME, vector); -+ return NDIS_STATUS_RESOURCES; -+ } -+ printk(KERN_INFO "%s: using IRQ %d\n", DRIVER_NAME, vector); -+ EXIT1(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(NdisMDeregisterInterrupt,1) -+ (struct ndis_mp_interrupt *mp_interrupt) -+{ -+ struct ndis_mp_block *nmb; -+ -+ ENTER1("%p", mp_interrupt); -+ nmb = xchg(&mp_interrupt->nmb, NULL); -+ TRACE1("%p", nmb); -+ if (!nmb) { -+ WARNING("interrupt already freed?"); -+ return; -+ } -+ nmb->wnd->mp_interrupt = NULL; -+ if (dequeue_kdpc(&nmb->wnd->irq_kdpc)) -+ TRACE2("interrupt kdpc was pending"); -+ flush_workqueue(wrapndis_wq); -+ IoDisconnectInterrupt(mp_interrupt->kinterrupt); -+ EXIT1(return); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(NdisMSynchronizeWithInterrupt,3) -+ (struct ndis_mp_interrupt *mp_interrupt, -+ PKSYNCHRONIZE_ROUTINE sync_func, void *ctx) -+{ -+ return KeSynchronizeExecution(mp_interrupt->kinterrupt, sync_func, ctx); -+} -+ -+/* called via function pointer; but 64-bit RNDIS driver calls directly */ -+wstdcall void WIN_FUNC(NdisMIndicateStatus,4) -+ (struct ndis_mp_block *nmb, NDIS_STATUS status, void *buf, UINT len) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ struct ndis_status_indication *si; -+ -+ ENTER2("status=0x%x len=%d", status, len); -+ switch (status) { -+ case NDIS_STATUS_MEDIA_CONNECT: -+ set_media_state(wnd, NdisMediaStateConnected); -+ break; -+ case NDIS_STATUS_MEDIA_DISCONNECT: -+ set_media_state(wnd, NdisMediaStateDisconnected); -+ break; -+ case NDIS_STATUS_MEDIA_SPECIFIC_INDICATION: -+ if (!buf) -+ break; -+ si = buf; -+ TRACE2("status_type=%d", si->status_type); -+ switch (si->status_type) { -+ case Ndis802_11StatusType_MediaStreamMode: -+ break; -+#ifdef CONFIG_WIRELESS_EXT -+ case Ndis802_11StatusType_Authentication: -+ buf = (char *)buf + sizeof(*si); -+ len -= sizeof(*si); -+ while (len > 0) { -+ int pairwise_error = 0, group_error = 0; -+ struct ndis_auth_req *auth_req = -+ (struct ndis_auth_req *)buf; -+ TRACE1(MACSTRSEP, MAC2STR(auth_req->bssid)); -+ if (auth_req->flags & 0x01) -+ TRACE2("reauth request"); -+ if (auth_req->flags & 0x02) -+ TRACE2("key update request"); -+ if (auth_req->flags & 0x06) { -+ pairwise_error = 1; -+ TRACE2("pairwise_error"); -+ } -+ if (auth_req->flags & 0x0E) { -+ group_error = 1; -+ TRACE2("group_error"); -+ } -+ if (pairwise_error || group_error) { -+ union iwreq_data wrqu; -+ struct iw_michaelmicfailure micfailure; -+ -+ memset(&micfailure, 0, sizeof(micfailure)); -+ if (pairwise_error) -+ micfailure.flags |= -+ IW_MICFAILURE_PAIRWISE; -+ if (group_error) -+ micfailure.flags |= -+ IW_MICFAILURE_GROUP; -+ memcpy(micfailure.src_addr.sa_data, -+ auth_req->bssid, ETH_ALEN); -+ memset(&wrqu, 0, sizeof(wrqu)); -+ wrqu.data.length = sizeof(micfailure); -+ wireless_send_event(wnd->net_dev, -+ IWEVMICHAELMICFAILURE, -+ &wrqu, (u8 *)&micfailure); -+ } -+ len -= auth_req->length; -+ buf = (char *)buf + auth_req->length; -+ } -+ break; -+ case Ndis802_11StatusType_PMKID_CandidateList: -+ { -+ u8 *end; -+ unsigned long i; -+ struct ndis_pmkid_candidate_list *cand; -+ -+ cand = buf + sizeof(struct ndis_status_indication); -+ if (len < sizeof(struct ndis_status_indication) + -+ sizeof(struct ndis_pmkid_candidate_list) || -+ cand->version != 1) { -+ WARNING("unrecognized PMKID ignored"); -+ EXIT1(return); -+ } -+ -+ end = (u8 *)buf + len; -+ TRACE2("PMKID ver %d num_cand %d", -+ cand->version, cand->num_candidates); -+ for (i = 0; i < cand->num_candidates; i++) { -+ struct iw_pmkid_cand pcand; -+ union iwreq_data wrqu; -+ struct ndis_pmkid_candidate *c = -+ &cand->candidates[i]; -+ if ((u8 *)(c + 1) > end) { -+ TRACE2("truncated PMKID"); -+ break; -+ } -+ TRACE2("%ld: " MACSTRSEP " 0x%x", -+ i, MAC2STR(c->bssid), c->flags); -+ memset(&pcand, 0, sizeof(pcand)); -+ if (c->flags & 0x01) -+ pcand.flags |= IW_PMKID_CAND_PREAUTH; -+ pcand.index = i; -+ memcpy(pcand.bssid.sa_data, c->bssid, ETH_ALEN); -+ -+ memset(&wrqu, 0, sizeof(wrqu)); -+ wrqu.data.length = sizeof(pcand); -+ wireless_send_event(wnd->net_dev, IWEVPMKIDCAND, -+ &wrqu, (u8 *)&pcand); -+ } -+ break; -+ } -+ case Ndis802_11StatusType_RadioState: -+ { -+ struct ndis_radio_status_indication *radio_status = buf; -+ if (radio_status->radio_state == -+ Ndis802_11RadioStatusOn) -+ INFO("radio is turned on"); -+ else if (radio_status->radio_state == -+ Ndis802_11RadioStatusHardwareOff) -+ INFO("radio is turned off by hardware"); -+ else if (radio_status->radio_state == -+ Ndis802_11RadioStatusSoftwareOff) -+ INFO("radio is turned off by software"); -+ break; -+ } -+#endif -+ default: -+ /* is this RSSI indication? */ -+ TRACE2("unknown indication: %x", si->status_type); -+ break; -+ } -+ break; -+ default: -+ TRACE2("unknown status: %08X", status); -+ break; -+ } -+ -+ EXIT2(return); -+} -+ -+/* called via function pointer; but 64-bit RNDIS driver calls directly */ -+wstdcall void WIN_FUNC(NdisMIndicateStatusComplete,1) -+ (struct ndis_mp_block *nmb) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ ENTER2("%p", wnd); -+ if (wnd->tx_ok) -+ queue_work(wrapndis_wq, &wnd->tx_work); -+} -+ -+/* called via function pointer */ -+wstdcall void NdisMSendComplete(struct ndis_mp_block *nmb, -+ struct ndis_packet *packet, NDIS_STATUS status) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ ENTER4("%p, %08X", packet, status); -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ if (deserialized_driver(wnd)) -+ free_tx_packet(wnd, packet, status); -+ else { -+ struct ndis_packet_oob_data *oob_data; -+ NDIS_STATUS pkt_status; -+ TRACE3("%p, %08x", packet, status); -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ switch ((pkt_status = xchg(&oob_data->status, status))) { -+ case NDIS_STATUS_NOT_RECOGNIZED: -+ free_tx_packet(wnd, packet, status); -+ break; -+ case NDIS_STATUS_PENDING: -+ case 0: -+ break; -+ default: -+ WARNING("%p: invalid status: %08X", packet, pkt_status); -+ break; -+ } -+ /* In case a serialized driver has earlier requested a -+ * pause by returning NDIS_STATUS_RESOURCES during -+ * MiniportSend(Packets), wakeup tx worker now. -+ */ -+ if (xchg(&wnd->tx_ok, 1) == 0) { -+ TRACE3("%d, %d", wnd->tx_ring_start, wnd->tx_ring_end); -+ queue_work(wrapndis_wq, &wnd->tx_work); -+ } -+ } -+ EXIT3(return); -+} -+ -+/* called via function pointer */ -+wstdcall void NdisMSendResourcesAvailable(struct ndis_mp_block *nmb) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ ENTER3("%d, %d", wnd->tx_ring_start, wnd->tx_ring_end); -+ wnd->tx_ok = 1; -+ queue_work(wrapndis_wq, &wnd->tx_work); -+ EXIT3(return); -+} -+ -+wstdcall void return_packet(void *arg1, void *arg2) -+{ -+ struct ndis_device *wnd; -+ struct ndis_packet *packet; -+ struct miniport *mp; -+ KIRQL irql; -+ -+ wnd = arg1; -+ packet = arg2; -+ ENTER4("%p, %p", wnd, packet); -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ irql = serialize_lock_irql(wnd); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ LIN2WIN2(mp->return_packet, wnd->nmb->mp_ctx, packet); -+ serialize_unlock_irql(wnd, irql); -+ EXIT4(return); -+} -+WIN_FUNC_DECL(return_packet,2) -+ -+/* called via function pointer */ -+wstdcall void NdisMIndicateReceivePacket(struct ndis_mp_block *nmb, -+ struct ndis_packet **packets, -+ UINT nr_packets) -+{ -+ struct ndis_device *wnd; -+ ndis_buffer *buffer; -+ struct ndis_packet *packet; -+ struct sk_buff *skb; -+ ULONG i, length, total_length; -+ struct ndis_packet_oob_data *oob_data; -+ void *virt; -+ struct ndis_tcp_ip_checksum_packet_info csum; -+ -+ ENTER3("%p, %d", nmb, nr_packets); -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ wnd = nmb->wnd; -+ for (i = 0; i < nr_packets; i++) { -+ packet = packets[i]; -+ if (!packet) { -+ WARNING("empty packet ignored"); -+ continue; -+ } -+ wnd->net_dev->last_rx = jiffies; -+ /* get total number of bytes in packet */ -+ NdisGetFirstBufferFromPacketSafe(packet, &buffer, &virt, -+ &length, &total_length, -+ NormalPagePriority); -+ TRACE3("%d, %d", length, total_length); -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ TRACE3("0x%x, 0x%x, %llu", packet->private.flags, -+ packet->private.packet_flags, oob_data->time_rxed); -+ skb = dev_alloc_skb(total_length); -+ if (skb) { -+ while (buffer) { -+ memcpy_skb(skb, MmGetSystemAddressForMdl(buffer), -+ MmGetMdlByteCount(buffer)); -+ buffer = buffer->next; -+ } -+ skb->dev = wnd->net_dev; -+ skb->protocol = eth_type_trans(skb, wnd->net_dev); -+ pre_atomic_add(wnd->net_stats.rx_bytes, total_length); -+ atomic_inc_var(wnd->net_stats.rx_packets); -+ csum.value = (typeof(csum.value))(ULONG_PTR) -+ oob_data->ext.info[TcpIpChecksumPacketInfo]; -+ TRACE3("0x%05x", csum.value); -+ if (wnd->rx_csum.value && -+ (csum.rx.tcp_succeeded || csum.rx.udp_succeeded || -+ csum.rx.ip_succeeded)) -+ skb->ip_summed = CHECKSUM_UNNECESSARY; -+ else -+ skb->ip_summed = CHECKSUM_NONE; -+ -+ if (in_interrupt()) -+ netif_rx(skb); -+ else -+ netif_rx_ni(skb); -+ } else { -+ WARNING("couldn't allocate skb; packet dropped"); -+ atomic_inc_var(wnd->net_stats.rx_dropped); -+ } -+ -+ /* serialized drivers check the status upon return -+ * from this function */ -+ if (!deserialized_driver(wnd)) { -+ oob_data->status = NDIS_STATUS_SUCCESS; -+ continue; -+ } -+ -+ /* if a deserialized driver sets -+ * NDIS_STATUS_RESOURCES, then it reclaims the packet -+ * upon return from this function */ -+ if (oob_data->status == NDIS_STATUS_RESOURCES) -+ continue; -+ -+ assert(oob_data->status == NDIS_STATUS_SUCCESS); -+ /* deserialized driver doesn't check the status upon -+ * return from this function; we need to call -+ * MiniportReturnPacket later for this packet. Calling -+ * MiniportReturnPacket from here is not correct - the -+ * driver doesn't expect it (at least Centrino driver -+ * crashes) */ -+ schedule_ntos_work_item(WIN_FUNC_PTR(return_packet,2), -+ wnd, packet); -+ } -+ EXIT3(return); -+} -+ -+/* called via function pointer (by NdisMEthIndicateReceive macro); the -+ * first argument is nmb->eth_db */ -+wstdcall void EthRxIndicateHandler(struct ndis_mp_block *nmb, void *rx_ctx, -+ char *header1, char *header, UINT header_size, -+ void *look_ahead, UINT look_ahead_size, -+ UINT packet_size) -+{ -+ struct sk_buff *skb = NULL; -+ struct ndis_device *wnd; -+ unsigned int skb_size = 0; -+ KIRQL irql; -+ struct ndis_packet_oob_data *oob_data; -+ -+ ENTER3("nmb = %p, rx_ctx = %p, buf = %p, size = %d, buf = %p, " -+ "size = %d, packet = %d", nmb, rx_ctx, header, header_size, -+ look_ahead, look_ahead_size, packet_size); -+ -+ wnd = nmb->wnd; -+ TRACE3("wnd = %p", wnd); -+ if (!wnd) { -+ ERROR("nmb is NULL"); -+ EXIT3(return); -+ } -+ wnd->net_dev->last_rx = jiffies; -+ -+ if (look_ahead_size < packet_size) { -+ struct ndis_packet *packet; -+ struct miniport *mp; -+ unsigned int bytes_txed; -+ NDIS_STATUS res; -+ -+ NdisAllocatePacket(&res, &packet, wnd->tx_packet_pool); -+ if (res != NDIS_STATUS_SUCCESS) { -+ atomic_inc_var(wnd->net_stats.rx_dropped); -+ EXIT3(return); -+ } -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ irql = serialize_lock_irql(wnd); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ res = LIN2WIN6(mp->tx_data, packet, &bytes_txed, nmb, -+ rx_ctx, look_ahead_size, packet_size); -+ serialize_unlock_irql(wnd, irql); -+ TRACE3("%d, %d, %d", header_size, look_ahead_size, bytes_txed); -+ if (res == NDIS_STATUS_SUCCESS) { -+ ndis_buffer *buffer; -+ struct ndis_tcp_ip_checksum_packet_info csum; -+ skb = dev_alloc_skb(header_size + look_ahead_size + -+ bytes_txed); -+ if (!skb) { -+ ERROR("couldn't allocate skb; packet dropped"); -+ atomic_inc_var(wnd->net_stats.rx_dropped); -+ NdisFreePacket(packet); -+ return; -+ } -+ memcpy_skb(skb, header, header_size); -+ memcpy_skb(skb, look_ahead, look_ahead_size); -+ buffer = packet->private.buffer_head; -+ while (buffer) { -+ memcpy_skb(skb, -+ MmGetSystemAddressForMdl(buffer), -+ MmGetMdlByteCount(buffer)); -+ buffer = buffer->next; -+ } -+ skb_size = header_size + look_ahead_size + bytes_txed; -+ csum.value = (typeof(csum.value))(ULONG_PTR) -+ oob_data->ext.info[TcpIpChecksumPacketInfo]; -+ TRACE3("0x%05x", csum.value); -+ if (wnd->rx_csum.value && -+ (csum.rx.tcp_succeeded || csum.rx.udp_succeeded)) -+ skb->ip_summed = CHECKSUM_UNNECESSARY; -+ else -+ skb->ip_summed = CHECKSUM_NONE; -+ NdisFreePacket(packet); -+ } else if (res == NDIS_STATUS_PENDING) { -+ /* driver will call td_complete */ -+ oob_data->look_ahead = kmalloc(look_ahead_size, -+ GFP_ATOMIC); -+ if (!oob_data->look_ahead) { -+ NdisFreePacket(packet); -+ ERROR("packet dropped"); -+ atomic_inc_var(wnd->net_stats.rx_dropped); -+ EXIT3(return); -+ } -+ assert(sizeof(oob_data->header) == header_size); -+ memcpy(oob_data->header, header, -+ sizeof(oob_data->header)); -+ memcpy(oob_data->look_ahead, look_ahead, -+ look_ahead_size); -+ oob_data->look_ahead_size = look_ahead_size; -+ EXIT3(return); -+ } else { -+ WARNING("packet dropped: %08X", res); -+ atomic_inc_var(wnd->net_stats.rx_dropped); -+ NdisFreePacket(packet); -+ EXIT3(return); -+ } -+ } else { -+ skb_size = header_size + packet_size; -+ skb = dev_alloc_skb(skb_size); -+ if (skb) { -+ memcpy_skb(skb, header, header_size); -+ memcpy_skb(skb, look_ahead, packet_size); -+ } -+ } -+ -+ if (skb) { -+ skb->dev = wnd->net_dev; -+ skb->protocol = eth_type_trans(skb, wnd->net_dev); -+ pre_atomic_add(wnd->net_stats.rx_bytes, skb_size); -+ atomic_inc_var(wnd->net_stats.rx_packets); -+ if (in_interrupt()) -+ netif_rx(skb); -+ else -+ netif_rx_ni(skb); -+ } -+ -+ EXIT3(return); -+} -+ -+/* called via function pointer */ -+wstdcall void NdisMTransferDataComplete(struct ndis_mp_block *nmb, -+ struct ndis_packet *packet, -+ NDIS_STATUS status, UINT bytes_txed) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ struct sk_buff *skb; -+ unsigned int skb_size; -+ struct ndis_packet_oob_data *oob_data; -+ ndis_buffer *buffer; -+ struct ndis_tcp_ip_checksum_packet_info csum; -+ -+ ENTER3("wnd = %p, packet = %p, bytes_txed = %d", -+ wnd, packet, bytes_txed); -+ if (!packet) { -+ WARNING("illegal packet"); -+ EXIT3(return); -+ } -+ wnd->net_dev->last_rx = jiffies; -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ skb_size = sizeof(oob_data->header) + oob_data->look_ahead_size + -+ bytes_txed; -+ skb = dev_alloc_skb(skb_size); -+ if (!skb) { -+ kfree(oob_data->look_ahead); -+ NdisFreePacket(packet); -+ ERROR("couldn't allocate skb; packet dropped"); -+ atomic_inc_var(wnd->net_stats.rx_dropped); -+ EXIT3(return); -+ } -+ memcpy_skb(skb, oob_data->header, sizeof(oob_data->header)); -+ memcpy_skb(skb, oob_data->look_ahead, oob_data->look_ahead_size); -+ buffer = packet->private.buffer_head; -+ while (buffer) { -+ memcpy_skb(skb, MmGetSystemAddressForMdl(buffer), -+ MmGetMdlByteCount(buffer)); -+ buffer = buffer->next; -+ } -+ kfree(oob_data->look_ahead); -+ NdisFreePacket(packet); -+ skb->dev = wnd->net_dev; -+ skb->protocol = eth_type_trans(skb, wnd->net_dev); -+ pre_atomic_add(wnd->net_stats.rx_bytes, skb_size); -+ atomic_inc_var(wnd->net_stats.rx_packets); -+ -+ csum.value = (typeof(csum.value))(ULONG_PTR) -+ oob_data->ext.info[TcpIpChecksumPacketInfo]; -+ TRACE3("0x%05x", csum.value); -+ if (wnd->rx_csum.value && -+ (csum.rx.tcp_succeeded || csum.rx.udp_succeeded)) -+ skb->ip_summed = CHECKSUM_UNNECESSARY; -+ else -+ skb->ip_summed = CHECKSUM_NONE; -+ -+ if (in_interrupt()) -+ netif_rx(skb); -+ else -+ netif_rx_ni(skb); -+} -+ -+/* called via function pointer */ -+wstdcall void EthRxComplete(struct ndis_mp_block *nmb) -+{ -+ TRACE3(""); -+} -+ -+/* called via function pointer */ -+wstdcall void NdisMQueryInformationComplete(struct ndis_mp_block *nmb, -+ NDIS_STATUS status) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ typeof(wnd->ndis_req_task) task; -+ -+ ENTER2("nmb: %p, wnd: %p, %08X", nmb, wnd, status); -+ wnd->ndis_req_status = status; -+ wnd->ndis_req_done = 1; -+ if ((task = xchg(&wnd->ndis_req_task, NULL))) -+ wake_up_process(task); -+ else -+ WARNING("invalid task"); -+ EXIT2(return); -+} -+ -+/* called via function pointer */ -+wstdcall void NdisMSetInformationComplete(struct ndis_mp_block *nmb, -+ NDIS_STATUS status) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ typeof(wnd->ndis_req_task) task; -+ -+ ENTER2("status = %08X", status); -+ wnd->ndis_req_status = status; -+ wnd->ndis_req_done = 1; -+ if ((task = xchg(&wnd->ndis_req_task, NULL))) -+ wake_up_process(task); -+ else -+ WARNING("invalid task"); -+ EXIT2(return); -+} -+ -+/* called via function pointer */ -+wstdcall void NdisMResetComplete(struct ndis_mp_block *nmb, -+ NDIS_STATUS status, BOOLEAN address_reset) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ typeof(wnd->ndis_req_task) task; -+ -+ ENTER2("status: %08X, %u", status, address_reset); -+ wnd->ndis_req_status = status; -+ wnd->ndis_req_done = address_reset + 1; -+ if ((task = xchg(&wnd->ndis_req_task, NULL))) -+ wake_up_process(task); -+ else -+ WARNING("invalid task"); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMSleep,1) -+ (ULONG us) -+{ -+ unsigned long delay; -+ -+ ENTER4("%p: us: %u", current, us); -+ delay = USEC_TO_HZ(us); -+ sleep_hz(delay); -+ TRACE4("%p: done", current); -+} -+ -+wstdcall void WIN_FUNC(NdisGetCurrentSystemTime,1) -+ (LARGE_INTEGER *time) -+{ -+ *time = ticks_1601(); -+ TRACE5("%llu, %lu", *time, jiffies); -+} -+ -+wstdcall LONG WIN_FUNC(NdisInterlockedDecrement,1) -+ (LONG *val) -+{ -+ return InterlockedDecrement(val); -+} -+ -+wstdcall LONG WIN_FUNC(NdisInterlockedIncrement,1) -+ (LONG *val) -+{ -+ return InterlockedIncrement(val); -+} -+ -+wstdcall struct nt_list *WIN_FUNC(NdisInterlockedInsertHeadList,3) -+ (struct nt_list *head, struct nt_list *entry, -+ struct ndis_spinlock *lock) -+{ -+ return ExInterlockedInsertHeadList(head, entry, &lock->klock); -+} -+ -+wstdcall struct nt_list *WIN_FUNC(NdisInterlockedInsertTailList,3) -+ (struct nt_list *head, struct nt_list *entry, -+ struct ndis_spinlock *lock) -+{ -+ return ExInterlockedInsertTailList(head, entry, &lock->klock); -+} -+ -+wstdcall struct nt_list *WIN_FUNC(NdisInterlockedRemoveHeadList,2) -+ (struct nt_list *head, struct ndis_spinlock *lock) -+{ -+ return ExInterlockedRemoveHeadList(head, &lock->klock); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMInitializeScatterGatherDma,3) -+ (struct ndis_mp_block *nmb, BOOLEAN dma64_supported, ULONG max_phy_map) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ ENTER2("dma64_supported=%d, maxtransfer=%u", dma64_supported, -+ max_phy_map); -+ if (!wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ ERROR("used on a non-PCI device"); -+ return NDIS_STATUS_NOT_SUPPORTED; -+ } -+#ifdef CONFIG_X86_64 -+ if (!dma64_supported) { -+ TRACE1("64-bit DMA size is not supported"); -+ if (pci_set_dma_mask(wnd->wd->pci.pdev, DMA_BIT_MASK(32)) || -+ pci_set_consistent_dma_mask(wnd->wd->pci.pdev, -+ DMA_BIT_MASK(32))) -+ WARNING("setting dma mask failed"); -+ } -+#endif -+ if ((wnd->attributes & NDIS_ATTRIBUTE_BUS_MASTER) && -+ wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ wnd->sg_dma_size = max_phy_map; -+ return NDIS_STATUS_SUCCESS; -+ } else -+ EXIT1(return NDIS_STATUS_NOT_SUPPORTED); -+} -+ -+wstdcall ULONG WIN_FUNC(NdisMGetDmaAlignment,1) -+ (struct ndis_mp_block *nmb) -+{ -+ ENTER3(""); -+ return dma_get_cache_alignment(); -+} -+ -+wstdcall CHAR WIN_FUNC(NdisSystemProcessorCount,0) -+ (void) -+{ -+ return num_online_cpus(); -+} -+ -+wstdcall void WIN_FUNC(NdisGetCurrentProcessorCounts,3) -+ (ULONG *idle, ULONG *kernel_user, ULONG *index) -+{ -+ int cpu = smp_processor_id(); -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0) -+ *idle = kcpustat_cpu(cpu).cpustat[CPUTIME_IDLE]; -+ *kernel_user = kcpustat_cpu(cpu).cpustat[CPUTIME_SYSTEM] + -+ kcpustat_cpu(cpu).cpustat[CPUTIME_USER]; -+#else -+ *idle = kstat_cpu(cpu).cpustat.idle; -+ *kernel_user = kstat_cpu(cpu).cpustat.system + -+ kstat_cpu(cpu).cpustat.user; -+#endif -+ *index = cpu; -+} -+ -+wstdcall void WIN_FUNC(NdisInitializeEvent,1) -+ (struct ndis_event *ndis_event) -+{ -+ EVENTENTER("%p", ndis_event); -+ KeInitializeEvent(&ndis_event->nt_event, NotificationEvent, 0); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(NdisWaitEvent,2) -+ (struct ndis_event *ndis_event, UINT ms) -+{ -+ LARGE_INTEGER ticks; -+ NTSTATUS res; -+ -+ EVENTENTER("%p %u", ndis_event, ms); -+ ticks = -((LARGE_INTEGER)ms * TICKSPERMSEC); -+ res = KeWaitForSingleObject(&ndis_event->nt_event, 0, 0, TRUE, -+ ms == 0 ? NULL : &ticks); -+ if (res == STATUS_SUCCESS) -+ EXIT3(return TRUE); -+ else -+ EXIT3(return FALSE); -+} -+ -+wstdcall void WIN_FUNC(NdisSetEvent,1) -+ (struct ndis_event *ndis_event) -+{ -+ EVENTENTER("%p", ndis_event); -+ KeSetEvent(&ndis_event->nt_event, 0, 0); -+} -+ -+wstdcall void WIN_FUNC(NdisResetEvent,1) -+ (struct ndis_event *ndis_event) -+{ -+ EVENTENTER("%p", ndis_event); -+ KeResetEvent(&ndis_event->nt_event); -+} -+ -+static void ndis_worker(struct work_struct *dummy) -+{ -+ struct nt_list *ent; -+ struct ndis_work_item *ndis_work_item; -+ -+ WORKENTER(""); -+ while (1) { -+ spin_lock_bh(&ndis_work_list_lock); -+ ent = RemoveHeadList(&ndis_work_list); -+ spin_unlock_bh(&ndis_work_list_lock); -+ if (!ent) -+ break; -+ ndis_work_item = container_of(ent, struct ndis_work_item, list); -+ WORKTRACE("%p: %p, %p", ndis_work_item, -+ ndis_work_item->func, ndis_work_item->ctx); -+ LIN2WIN2(ndis_work_item->func, ndis_work_item, -+ ndis_work_item->ctx); -+ WORKTRACE("%p done", ndis_work_item); -+ } -+ WORKEXIT(return); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisScheduleWorkItem,1) -+ (struct ndis_work_item *ndis_work_item) -+{ -+ ENTER3("%p", ndis_work_item); -+ spin_lock_bh(&ndis_work_list_lock); -+ InsertTailList(&ndis_work_list, &ndis_work_item->list); -+ spin_unlock_bh(&ndis_work_list_lock); -+ WORKTRACE("scheduling %p", ndis_work_item); -+ queue_work(ndis_wq, &ndis_work); -+ EXIT3(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(NdisMGetDeviceProperty,6) -+ (struct ndis_mp_block *nmb, void **phy_dev, void **func_dev, -+ void **next_dev, void **alloc_res, void**trans_res) -+{ -+ ENTER2("nmb: %p, phy_dev = %p, func_dev = %p, next_dev = %p, " -+ "alloc_res = %p, trans_res = %p", nmb, phy_dev, func_dev, -+ next_dev, alloc_res, trans_res); -+ if (phy_dev) -+ *phy_dev = nmb->pdo; -+ if (func_dev) -+ *func_dev = nmb->fdo; -+ if (next_dev) -+ *next_dev = nmb->next_device; -+} -+ -+wstdcall void WIN_FUNC(NdisMRegisterUnloadHandler,2) -+ (struct driver_object *drv_obj, void *unload) -+{ -+ if (drv_obj) -+ drv_obj->unload = unload; -+ return; -+} -+ -+wstdcall UINT WIN_FUNC(NdisGetVersion,0) -+ (void) -+{ -+ return 0x00050001; -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMQueryAdapterInstanceName,2) -+ (struct unicode_string *name, struct ndis_mp_block *nmb) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ struct ansi_string ansi; -+ -+ if (wrap_is_pci_bus(wnd->wd->dev_bus)) -+ RtlInitAnsiString(&ansi, "PCI Ethernet Adapter"); -+ else -+ RtlInitAnsiString(&ansi, "USB Ethernet Adapter"); -+ -+ if (RtlAnsiStringToUnicodeString(name, &ansi, TRUE)) -+ EXIT2(return NDIS_STATUS_RESOURCES); -+ else -+ EXIT2(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisWriteEventLogEntry,7) -+ (void *handle, NDIS_STATUS code, ULONG value, USHORT n, -+ void *strings, ULONG datasize, void *data) -+{ -+ TRACE1("0x%x, 0x%x, %u, %u", code, value, n, datasize); -+ return NDIS_STATUS_SUCCESS; -+} -+ -+wstdcall void *WIN_FUNC(NdisGetRoutineAddress,1) -+ (struct unicode_string *unicode_string) -+{ -+ struct ansi_string ansi_string; -+ void *address; -+ -+ if (RtlUnicodeStringToAnsiString(&ansi_string, unicode_string, TRUE) != -+ STATUS_SUCCESS) -+ EXIT1(return NULL); -+ INFO("%s", ansi_string.buf); -+ address = ndis_get_routine_address(ansi_string.buf); -+ RtlFreeAnsiString(&ansi_string); -+ return address; -+} -+ -+wstdcall ULONG WIN_FUNC(NdisReadPcmciaAttributeMemory,4) -+ (struct ndis_mp_block *nmb, ULONG offset, void *buffer, -+ ULONG length) -+{ -+ TODO(); -+ return 0; -+} -+ -+wstdcall ULONG WIN_FUNC(NdisWritePcmciaAttributeMemory,4) -+ (struct ndis_mp_block *nmb, ULONG offset, void *buffer, -+ ULONG length) -+{ -+ TODO(); -+ return 0; -+} -+ -+wstdcall void WIN_FUNC(NdisMCoIndicateReceivePacket,3) -+ (struct ndis_mp_block *nmb, struct ndis_packet **packets, -+ UINT nr_packets) -+{ -+ ENTER3("nmb = %p", nmb); -+ NdisMIndicateReceivePacket(nmb, packets, nr_packets); -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMCoSendComplete,3) -+ (NDIS_STATUS status, struct ndis_mp_block *nmb, -+ struct ndis_packet *packet) -+{ -+ ENTER3("%08x", status); -+ NdisMSendComplete(nmb, packet, status); -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(NdisMCoRequestComplete,3) -+ (NDIS_STATUS status, struct ndis_mp_block *nmb, -+ struct ndis_request *ndis_request) -+{ -+ struct ndis_device *wnd = nmb->wnd; -+ typeof(wnd->ndis_req_task) task; -+ -+ ENTER3("%08X", status); -+ wnd->ndis_req_status = status; -+ wnd->ndis_req_done = 1; -+ if ((task = xchg(&wnd->ndis_req_task, NULL))) -+ wake_up_process(task); -+ else -+ WARNING("invalid task"); -+ EXIT3(return); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisIMNotifiyPnPEvent,2) -+ (struct ndis_mp_block *nmb, struct net_pnp_event *event) -+{ -+ ENTER2("%p, %d", nmb, event->code); -+ /* NdisWrapper never calls protocol's pnp event notifier, so -+ * nothing to do here */ -+ EXIT2(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(NdisCompletePnPEvent,3) -+ (NDIS_STATUS status, void *handle, struct net_pnp_event *event) -+{ -+ ENTER2("%d, %p, %d", status, handle, event->code); -+ /* NdisWrapper never calls protocol's pnp event notifier, so -+ * nothing to do here */ -+ EXIT2(return); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMSetMiniportSecondary,2) -+ (struct ndis_mp_block *nmb2, struct ndis_mp_block *nmb1) -+{ -+ ENTER3("%p, %p", nmb1, nmb2); -+ TODO(); -+ EXIT3(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMPromoteMiniport,1) -+ (struct ndis_mp_block *nmb) -+{ -+ ENTER3("%p", nmb); -+ TODO(); -+ EXIT3(return NDIS_STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(NdisMCoActivateVcComplete,3) -+ (NDIS_STATUS status, void *handle, void *params) -+{ -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(NdisMCoDeactivateVcComplete,2) -+ (NDIS_STATUS status, void *handle) -+{ -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(NdisMRemoveMiniport,1) -+ (void *handle) -+{ -+ TODO(); -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMOpenLog,3) -+ (struct ndis_device *wnd, UINT size, void *handle) -+{ -+ if (size >= sizeof(int)) -+ *((int *)handle) = 42; -+ return NDIS_STATUS_SUCCESS; -+} -+ -+wstdcall NDIS_STATUS WIN_FUNC(NdisMWriteLogData,3) -+ (void *handle, char *buffer, UINT buffer_size) -+{ -+ TODO(); -+ return NDIS_STATUS_SUCCESS; -+} -+ -+wstdcall void WIN_FUNC(NdisMFlushLog,1) -+ (void *handle) -+{ -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(NdisMCloseLog,1) -+ (void *handle) -+{ -+ TODO(); -+} -+ -+static void *ndis_get_routine_address(char *name) -+{ -+ int i; -+ ENTER2("%p", name); -+ for (i = 0; i < ARRAY_SIZE(ndis_exports); i++) { -+ if (strcmp(name, ndis_exports[i].name) == 0) { -+ TRACE2("%p", ndis_exports[i].func); -+ return ndis_exports[i].func; -+ } -+ } -+ EXIT2(return NULL); -+} -+ -+/* ndis_init_device is called for each device */ -+int ndis_init_device(struct ndis_device *wnd) -+{ -+ struct ndis_mp_block *nmb = wnd->nmb; -+ -+ KeInitializeSpinLock(&nmb->lock); -+ wnd->mp_interrupt = NULL; -+ wnd->wrap_timer_slist.next = NULL; -+ if (wnd->wd->driver->ndis_driver) -+ wnd->wd->driver->ndis_driver->mp.shutdown = NULL; -+ -+ nmb->filterdbs.eth_db = nmb; -+ nmb->filterdbs.tr_db = nmb; -+ nmb->filterdbs.fddi_db = nmb; -+ nmb->filterdbs.arc_db = nmb; -+ -+ nmb->rx_packet = WIN_FUNC_PTR(NdisMIndicateReceivePacket,3); -+ nmb->send_complete = WIN_FUNC_PTR(NdisMSendComplete,3); -+ nmb->send_resource_avail = WIN_FUNC_PTR(NdisMSendResourcesAvailable,1); -+ nmb->status = WIN_FUNC_PTR(NdisMIndicateStatus,4); -+ nmb->status_complete = WIN_FUNC_PTR(NdisMIndicateStatusComplete,1); -+ nmb->queryinfo_complete = WIN_FUNC_PTR(NdisMQueryInformationComplete,2); -+ nmb->setinfo_complete = WIN_FUNC_PTR(NdisMSetInformationComplete,2); -+ nmb->reset_complete = WIN_FUNC_PTR(NdisMResetComplete,3); -+ nmb->eth_rx_indicate = WIN_FUNC_PTR(EthRxIndicateHandler,8); -+ nmb->eth_rx_complete = WIN_FUNC_PTR(EthRxComplete,1); -+ nmb->td_complete = WIN_FUNC_PTR(NdisMTransferDataComplete,4); -+ return 0; -+} -+ -+/* ndis_exit_device is called for each device */ -+void ndis_exit_device(struct ndis_device *wnd) -+{ -+ struct wrap_device_setting *setting; -+ ENTER2("%p", wnd); -+ mutex_lock(&loader_mutex); -+ nt_list_for_each_entry(setting, &wnd->wd->settings, list) { -+ struct ndis_configuration_parameter *param; -+ param = setting->encoded; -+ if (param) { -+ if (param->type == NdisParameterString) -+ RtlFreeUnicodeString(¶m->data.string); -+ ExFreePool(param); -+ setting->encoded = NULL; -+ } -+ } -+ mutex_unlock(&loader_mutex); -+} -+ -+/* ndis_init is called once when module is loaded */ -+int ndis_init(void) -+{ -+ InitializeListHead(&ndis_work_list); -+ spin_lock_init(&ndis_work_list_lock); -+ INIT_WORK(&ndis_work, ndis_worker); -+ -+ ndis_wq = create_singlethread_workqueue("ndis_wq"); -+ if (!ndis_wq) { -+ WARNING("couldn't create worker thread"); -+ EXIT1(return -ENOMEM); -+ } -+ -+ TRACE1("ndis_wq: %p", ndis_wq); -+ return 0; -+} -+ -+/* ndis_exit is called once when module is removed */ -+void ndis_exit(void) -+{ -+ ENTER1(""); -+ if (ndis_wq) -+ destroy_workqueue(ndis_wq); -+ EXIT1(return); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/ndis.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ndis.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/ndis.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ndis.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,1309 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _NDIS_H_ -+#define _NDIS_H_ -+ -+#include "ntoskernel.h" -+ -+//#define ALLOW_POOL_OVERFLOW 1 -+ -+#define NDIS_DMA_24BITS 0 -+#define NDIS_DMA_32BITS 1 -+#define NDIS_DMA_64BITS 2 -+ -+#ifdef CONFIG_X86_64 -+#define MAXIMUM_PROCESSORS 64 -+#else -+#define MAXIMUM_PROCESSORS 32 -+#endif -+ -+typedef UINT NDIS_STATUS; -+typedef UCHAR NDIS_DMA_SIZE; -+typedef LONG ndis_rssi; -+typedef ULONG ndis_key_index; -+typedef ULONG ndis_tx_power_level; -+typedef ULONGULONG ndis_key_rsc; -+typedef UCHAR mac_address[ETH_ALEN]; -+typedef ULONG ndis_fragmentation_threshold; -+typedef ULONG ndis_rts_threshold; -+typedef ULONG ndis_antenna; -+typedef ULONG ndis_oid; -+ -+typedef uint64_t NDIS_PHY_ADDRESS; -+ -+struct ndis_sg_element { -+ PHYSICAL_ADDRESS address; -+ ULONG length; -+ ULONG_PTR reserved; -+}; -+ -+struct ndis_sg_list { -+ ULONG nent; -+ ULONG_PTR reserved; -+ struct ndis_sg_element elements[]; -+}; -+ -+/* when sending packets, ndiswrapper associates exactly one sg element -+ * in sg list */ -+struct wrap_tx_sg_list { -+ ULONG nent; -+ ULONG_PTR reserved; -+ struct ndis_sg_element elements[1]; -+}; -+ -+struct ndis_phy_addr_unit { -+ NDIS_PHY_ADDRESS phy_addr; -+ UINT length; -+}; -+ -+typedef struct mdl ndis_buffer; -+ -+struct ndis_buffer_pool { -+ ndis_buffer *free_descr; -+// NT_SPIN_LOCK lock; -+ spinlock_t lock; -+ UINT max_descr; -+ UINT num_allocated_descr; -+}; -+ -+#define NDIS_PROTOCOL_ID_DEFAULT 0x00 -+#define NDIS_PROTOCOL_ID_TCP_IP 0x02 -+#define NDIS_PROTOCOL_ID_IPX 0x06 -+#define NDIS_PROTOCOL_ID_NBF 0x07 -+#define NDIS_PROTOCOL_ID_MAX 0x0F -+#define NDIS_PROTOCOL_ID_MASK 0x0F -+ -+#define fPACKET_WRAPPER_RESERVED 0x3F -+#define fPACKET_CONTAINS_MEDIA_SPECIFIC_INFO 0x40 -+#define fPACKET_ALLOCATED_BY_NDIS 0x80 -+ -+#define PROTOCOL_RESERVED_SIZE_IN_PACKET (4 * sizeof(void *)) -+ -+struct transport_header_offset { -+ USHORT protocol_type; -+ USHORT header_offset; -+}; -+ -+struct ndis_network_address { -+ USHORT length; -+ USHORT type; -+ UCHAR address[1]; -+}; -+ -+struct ndis_network_address_list { -+ LONG count; -+ USHORT type; -+ struct ndis_network_address address[1]; -+}; -+ -+struct ndis_tcp_ip_checksum_packet_info { -+ union { -+ struct { -+ ULONG v4:1; -+ ULONG v6:1; -+ ULONG tcp:1; -+ ULONG udp:1; -+ ULONG ip:1; -+ } tx; -+ struct { -+ ULONG tcp_failed:1; -+ ULONG udp_failed:1; -+ ULONG ip_failed:1; -+ ULONG tcp_succeeded:1; -+ ULONG udp_succeeded:1; -+ ULONG ip_succeeded:1; -+ ULONG loopback:1; -+ } rx; -+ ULONG value; -+ }; -+}; -+ -+enum ndis_task { -+ TcpIpChecksumNdisTask, IpSecNdisTask, TcpLargeSendNdisTask, MaxNdisTask -+}; -+ -+enum ndis_encapsulation { -+ UNSPECIFIED_Encapsulation, NULL_Encapsulation, -+ IEEE_802_3_Encapsulation, IEEE_802_5_Encapsulation, -+ LLC_SNAP_ROUTED_Encapsulation, LLC_SNAP_BRIDGED_Encapsulation -+}; -+ -+#define NDIS_TASK_OFFLOAD_VERSION 1 -+ -+struct ndis_encapsulation_format { -+ enum ndis_encapsulation encap; -+ struct { -+ ULONG fixed_header_size:1; -+ ULONG reserved:31; -+ } flags; -+ ULONG header_size; -+}; -+ -+struct ndis_task_offload_header { -+ ULONG version; -+ ULONG size; -+ ULONG reserved; -+ ULONG offset_first_task; -+ struct ndis_encapsulation_format encap_format; -+}; -+ -+struct ndis_task_offload { -+ ULONG version; -+ ULONG size; -+ enum ndis_task task; -+ ULONG offset_next_task; -+ ULONG task_buf_length; -+ UCHAR task_buf[1]; -+}; -+ -+struct v4_checksum { -+ union { -+ struct { -+ ULONG ip_opts:1; -+ ULONG tcp_opts:1; -+ ULONG tcp_csum:1; -+ ULONG udp_csum:1; -+ ULONG ip_csum:1; -+ }; -+ ULONG value; -+ }; -+}; -+ -+struct v6_checksum { -+ ULONG ip_supported:1; -+ ULONG tcp_supported:1; -+ ULONG tcp_csum:1; -+ ULONG udp_csum:1; -+}; -+ -+struct ndis_task_tcp_ip_checksum { -+ struct v4_checksum v4_tx; -+ struct v4_checksum v4_rx; -+ struct v6_checksum v6_tx; -+ struct v6_checksum v6_rx; -+}; -+ -+struct ndis_task_tcp_large_send { -+ ULONG version; -+ ULONG max_size; -+ ULONG min_seg_count; -+ BOOLEAN tcp_opts; -+ BOOLEAN ip_opts; -+}; -+ -+struct ndis_packet; -+ -+struct ndis_packet_pool { -+ struct ndis_packet *free_descr; -+// NT_SPIN_LOCK lock; -+ spinlock_t lock; -+ UINT max_descr; -+ UINT num_allocated_descr; -+ UINT num_used_descr; -+ UINT proto_rsvd_length; -+}; -+ -+struct ndis_packet_stack { -+ ULONG_PTR IM_reserved[2]; -+ ULONG_PTR ndis_reserved[4]; -+}; -+ -+enum ndis_per_packet_info { -+ TcpIpChecksumPacketInfo, IpSecPacketInfo, TcpLargeSendPacketInfo, -+ ClassificationHandlePacketInfo, NdisReserved, -+ ScatterGatherListPacketInfo, Ieee8021QInfo, OriginalPacketInfo, -+ PacketCancelId, MaxPerPacketInfo -+}; -+ -+struct ndis_packet_extension { -+ void *info[MaxPerPacketInfo]; -+}; -+ -+struct ndis_packet_private { -+ UINT nr_pages; -+ UINT len; -+ ndis_buffer *buffer_head; -+ ndis_buffer *buffer_tail; -+ struct ndis_packet_pool *pool; -+ UINT count; -+ ULONG flags; -+ BOOLEAN valid_counts; -+ UCHAR packet_flags; -+ USHORT oob_offset; -+}; -+ -+struct ndis_packet { -+ struct ndis_packet_private private; -+ /* for use by miniport */ -+ union { -+ /* for connectionless mininports */ -+ struct { -+ UCHAR miniport_reserved[2 * sizeof(void *)]; -+ UCHAR wrapper_reserved[2 * sizeof(void *)]; -+ } cl_reserved; -+ /* for deserialized miniports */ -+ struct { -+ UCHAR miniport_reserved_ex[3 * sizeof(void *)]; -+ UCHAR wrapper_reserved_ex[sizeof(void *)]; -+ } deserialized_reserved; -+ struct { -+ UCHAR mac_reserved[4 * sizeof(void *)]; -+ } mac_reserved; -+ }; -+ ULONG_PTR reserved[2]; -+ UCHAR protocol_reserved[1]; -+}; -+ -+/* OOB data */ -+struct ndis_packet_oob_data { -+ union { -+ ULONGLONG time_to_tx; -+ ULONGLONG time_txed; -+ }; -+ ULONGLONG time_rxed; -+ UINT header_size; -+ UINT media_size; -+ void *media; -+ NDIS_STATUS status; -+ -+ /* ndiswrapper specific info; extension should be right after -+ * ndis's oob_data */ -+ struct ndis_packet_extension ext; -+ union { -+ /* used for tx only */ -+ struct { -+ struct sk_buff *tx_skb; -+ union { -+ struct wrap_tx_sg_list wrap_tx_sg_list; -+ struct ndis_sg_list *tx_sg_list; -+ }; -+ }; -+ /* used for rx only */ -+ struct { -+ unsigned char header[ETH_HLEN]; -+ unsigned char *look_ahead; -+ UINT look_ahead_size; -+ }; -+ }; -+}; -+ -+#define NDIS_PACKET_OOB_DATA(packet) \ -+ (struct ndis_packet_oob_data *)(((void *)(packet)) + \ -+ (packet)->private.oob_offset) -+ -+enum ndis_device_pnp_event { -+ NdisDevicePnPEventQueryRemoved, NdisDevicePnPEventRemoved, -+ NdisDevicePnPEventSurpriseRemoved, NdisDevicePnPEventQueryStopped, -+ NdisDevicePnPEventStopped, NdisDevicePnPEventPowerProfileChanged, -+ NdisDevicePnPEventMaximum -+}; -+ -+enum ndis_request_type { -+ NdisRequestQueryInformation, NdisRequestSetInformation, -+ NdisRequestQueryStatistics, NdisRequestOpen, NdisRequestClose, -+ NdisRequestSend, NdisRequestTransferData, NdisRequestReset, -+ NdisRequestGeneric1, NdisRequestGeneric2, NdisRequestGeneric3, -+ NdisRequestGeneric4 -+}; -+ -+struct ndis_request { -+ mac_address mac; -+ enum ndis_request_type request_type; -+ union data { -+ struct query_info { -+ UINT oid; -+ void *buf; -+ UINT buf_len; -+ UINT written; -+ UINT needed; -+ } query_info; -+ struct set_info { -+ UINT oid; -+ void *buf; -+ UINT buf_len; -+ UINT written; -+ UINT needed; -+ } set_info; -+ } data; -+}; -+ -+enum ndis_medium { -+ NdisMedium802_3, NdisMedium802_5, NdisMediumFddi, NdisMediumWan, -+ NdisMediumLocalTalk, NdisMediumDix, NdisMediumArcnetRaw, -+ NdisMediumArcnet878_2, NdisMediumAtm, NdisMediumWirelessWan, -+ NdisMediumIrda, NdisMediumBpc, NdisMediumCoWan, -+ NdisMedium1394, NdisMediumMax -+}; -+ -+enum ndis_physical_medium { -+ NdisPhysicalMediumUnspecified, NdisPhysicalMediumWirelessLan, -+ NdisPhysicalMediumCableModem, NdisPhysicalMediumPhoneLine, -+ NdisPhysicalMediumPowerLine, NdisPhysicalMediumDSL, -+ NdisPhysicalMediumFibreChannel, NdisPhysicalMedium1394, -+ NdisPhysicalMediumWirelessWan, NdisPhysicalMediumMax -+}; -+ -+enum ndis_power_state { -+ NdisDeviceStateUnspecified = 0, -+ NdisDeviceStateD0, NdisDeviceStateD1, NdisDeviceStateD2, -+ NdisDeviceStateD3, NdisDeviceStateMaximum -+}; -+ -+enum ndis_power_profile { -+ NdisPowerProfileBattery, NdisPowerProfileAcOnLine -+}; -+ -+struct ndis_pm_wakeup_capabilities { -+ enum ndis_power_state min_magic_packet_wakeup; -+ enum ndis_power_state min_pattern_wakeup; -+ enum ndis_power_state min_link_change_wakeup; -+}; -+ -+#define NDIS_PNP_WAKE_UP_MAGIC_PACKET 0x00000001 -+#define NDIS_PNP_WAKE_UP_PATTERN_MATCH 0x00000002 -+#define NDIS_PNP_WAKE_UP_LINK_CHANGE 0x00000004 -+ -+enum net_pnp_event_code { -+ NetEventSetPower, NetEventQueryPower, NetEventQueryRemoveDevice, -+ NetEventCancelRemoveDevice, NetEventReconfigure, NetEventBindList, -+ NetEventBindsComplete, NetEventPnPCapabilities, NetEventMaximum -+}; -+ -+struct net_pnp_event { -+ enum net_pnp_event_code code; -+ void *buf; -+ ULONG buf_length; -+ ULONG_PTR ndis_reserved[4]; -+ ULONG_PTR transport_reserved[4]; -+ ULONG_PTR tdi_reserved[4]; -+ ULONG_PTR tdi_client_reserved[4]; -+}; -+ -+struct ndis_pnp_capabilities { -+ ULONG flags; -+ struct ndis_pm_wakeup_capabilities wakeup; -+}; -+ -+typedef void (*ndis_isr_handler)(BOOLEAN *recognized, BOOLEAN *queue_handler, -+ void *handle) wstdcall; -+typedef void (*ndis_interrupt_handler)(void *ctx) wstdcall; -+ -+struct miniport { -+ /* NDIS 3.0 */ -+ UCHAR major_version; -+ UCHAR minor_version; -+ USHORT filler; -+ UINT reserved; -+ BOOLEAN (*hangcheck)(void *ctx) wstdcall; -+ void (*disable_interrupt)(void *ctx) wstdcall; -+ void (*enable_interrupt)(void *ctx) wstdcall; -+ void (*mp_halt)(void *ctx) wstdcall; -+ ndis_interrupt_handler handle_interrupt; -+ NDIS_STATUS (*init)(NDIS_STATUS *error_status, UINT *medium_index, -+ enum ndis_medium medium[], UINT medium_array_size, -+ void *handle, void *conf_handle) wstdcall; -+ ndis_isr_handler isr; -+ NDIS_STATUS (*queryinfo)(void *ctx, ndis_oid oid, void *buffer, -+ ULONG buflen, ULONG *written, -+ ULONG *needed) wstdcall; -+ void *reconfig; -+ NDIS_STATUS (*reset)(BOOLEAN *reset_address, void *ctx) wstdcall; -+ NDIS_STATUS (*send)(void *ctx, struct ndis_packet *packet, -+ UINT flags) wstdcall; -+ NDIS_STATUS (*setinfo)(void *ctx, ndis_oid oid, void *buffer, -+ ULONG buflen, ULONG *written, -+ ULONG *needed) wstdcall; -+ NDIS_STATUS (*tx_data)(struct ndis_packet *ndis_packet, -+ UINT *bytes_txed, void *mp_ctx, void *rx_ctx, -+ UINT offset, UINT bytes_to_tx) wstdcall; -+ /* NDIS 4.0 extensions */ -+ void (*return_packet)(void *ctx, void *packet) wstdcall; -+ void (*send_packets)(void *ctx, struct ndis_packet **packets, -+ INT nr_of_packets) wstdcall; -+ void (*alloc_complete)(void *handle, void *virt, -+ NDIS_PHY_ADDRESS *phys, -+ ULONG size, void *ctx) wstdcall; -+ /* NDIS 5.0 extensions */ -+ NDIS_STATUS (*co_create_vc)(void *ctx, void *vc_handle, -+ void *vc_ctx) wstdcall; -+ NDIS_STATUS (*co_delete_vc)(void *vc_ctx) wstdcall; -+ NDIS_STATUS (*co_activate_vc)(void *vc_ctx, void *call_params) wstdcall; -+ NDIS_STATUS (*co_deactivate_vc)(void *vc_ctx) wstdcall; -+ NDIS_STATUS (*co_send_packets)(void *vc_ctx, void **packets, -+ UINT nr_of_packets) wstdcall; -+ NDIS_STATUS (*co_request)(void *ctx, void *vc_ctx, UINT *req) wstdcall; -+ /* NDIS 5.1 extensions */ -+ void (*cancel_send_packets)(void *ctx, void *id) wstdcall; -+ void (*pnp_event_notify)(void *ctx, enum ndis_device_pnp_event event, -+ void *inf_buf, ULONG inf_buf_len) wstdcall; -+ void (*shutdown)(void *ctx) wstdcall; -+ void *reserved1; -+ void *reserved2; -+ void *reserved3; -+ void *reserved4; -+}; -+ -+struct ndis_spinlock { -+ NT_SPIN_LOCK klock; -+ KIRQL irql; -+}; -+ -+union ndis_rw_lock_refcount { -+ UCHAR cache_line[16]; -+}; -+ -+struct ndis_rw_lock { -+ union { -+ struct { -+ NT_SPIN_LOCK klock; -+ void *context; -+ }; -+ UCHAR reserved[16]; -+ }; -+ union { -+ union ndis_rw_lock_refcount ref_count[MAXIMUM_PROCESSORS]; -+ /* ndiswrapper specific */ -+ volatile int count; -+ }; -+}; -+ -+struct lock_state { -+ USHORT state; -+ KIRQL irql; -+}; -+ -+struct ndis_work_item; -+typedef void (*NDIS_PROC)(struct ndis_work_item *, void *) wstdcall; -+ -+struct ndis_work_item { -+ void *ctx; -+ NDIS_PROC func; -+ union { -+ UCHAR reserved[8 * sizeof(void *)]; -+ /* ndiswrapper specific */ -+ struct nt_list list; -+ }; -+}; -+ -+struct alloc_shared_mem { -+ void *ctx; -+ ULONG size; -+ BOOLEAN cached; -+}; -+ -+struct ndis_mp_block; -+ -+/* this is opaque to drivers, so we can use it as we please */ -+struct ndis_mp_interrupt { -+ struct kinterrupt *kinterrupt; -+ NT_SPIN_LOCK lock; -+ union { -+ void *reserved; -+ unsigned int irq; -+ }; -+ ndis_isr_handler isr; -+ ndis_interrupt_handler mp_dpc; -+ struct kdpc intr_dpc; -+ struct ndis_mp_block *nmb; -+ UCHAR dpc_count; -+ BOOLEAN enable; -+ struct nt_event dpc_completed_event; -+ BOOLEAN shared; -+ BOOLEAN req_isr; -+}; -+ -+struct ndis_binary_data { -+ USHORT len; -+ void *buf; -+}; -+ -+enum ndis_parameter_type { -+ NdisParameterInteger, NdisParameterHexInteger, -+ NdisParameterString, NdisParameterMultiString, NdisParameterBinary, -+}; -+ -+typedef struct unicode_string NDIS_STRING; -+ -+struct ndis_configuration_parameter { -+ enum ndis_parameter_type type; -+ union { -+ ULONG integer; -+ NDIS_STRING string; -+ } data; -+}; -+ -+struct ndis_driver { -+ struct miniport mp; -+}; -+ -+/* IDs used to store extensions in driver_object's custom extension */ -+#define NDIS_DRIVER_CLIENT_ID 10 -+ -+struct ndis_wireless_stats { -+ ULONG length; -+ LARGE_INTEGER tx_frag; -+ LARGE_INTEGER tx_multi_frag; -+ LARGE_INTEGER failed; -+ LARGE_INTEGER retry; -+ LARGE_INTEGER multi_retry; -+ LARGE_INTEGER rtss_succ; -+ LARGE_INTEGER rtss_fail; -+ LARGE_INTEGER ack_fail; -+ LARGE_INTEGER frame_dup; -+ LARGE_INTEGER rx_frag; -+ LARGE_INTEGER rx_multi_frag; -+ LARGE_INTEGER fcs_err; -+ LARGE_INTEGER tkip_local_mic_failures; -+ LARGE_INTEGER tkip_icv_errors; -+ LARGE_INTEGER tkip_counter_measures_invoked; -+ LARGE_INTEGER tkip_replays; -+ LARGE_INTEGER ccmp_format_errors; -+ LARGE_INTEGER ccmp_replays; -+ LARGE_INTEGER ccmp_decrypt_errors; -+ LARGE_INTEGER fourway_handshake_failures; -+ LARGE_INTEGER wep_undecryptable_count; -+ LARGE_INTEGER wep_icv_errorcount; -+ LARGE_INTEGER decrypt_success_count; -+ LARGE_INTEGER decrypt_failure_count; -+}; -+ -+enum ndis_status_type { -+ Ndis802_11StatusType_Authentication, -+ Ndis802_11StatusType_MediaStreamMode, -+ Ndis802_11StatusType_PMKID_CandidateList, -+ Ndis802_11StatusType_RadioState, -+}; -+ -+struct ndis_status_indication { -+ enum ndis_status_type status_type; -+}; -+ -+enum ndis_radio_status { -+ Ndis802_11RadioStatusOn, Ndis802_11RadioStatusHardwareOff, -+ Ndis802_11RadioStatusSoftwareOff, -+}; -+ -+struct ndis_radio_status_indication -+{ -+ enum ndis_status_type status_type; -+ enum ndis_radio_status radio_state; -+}; -+ -+enum ndis_media_state { -+ NdisMediaStateConnected, -+ NdisMediaStateDisconnected, -+}; -+ -+enum ndis_media_stream_mode { -+ Ndis802_11MediaStreamOff, Ndis802_11MediaStreamOn -+}; -+ -+enum wrapper_work { -+ LINK_STATUS_OFF, LINK_STATUS_ON, SET_MULTICAST_LIST, COLLECT_IW_STATS, -+ HANGCHECK, NETIF_WAKEQ, -+}; -+ -+struct encr_info { -+ struct encr_key { -+ ULONG length; -+ UCHAR key[NDIS_ENCODING_TOKEN_MAX]; -+ } keys[MAX_ENCR_KEYS]; -+ unsigned short tx_key_index; -+}; -+ -+struct ndis_essid { -+ ULONG length; -+ UCHAR essid[NDIS_ESSID_MAX_SIZE]; -+}; -+ -+enum ndis_infrastructure_mode { -+ Ndis802_11IBSS, Ndis802_11Infrastructure, Ndis802_11AutoUnknown, -+ Ndis802_11InfrastructureMax -+}; -+ -+enum authentication_mode { -+ Ndis802_11AuthModeOpen, Ndis802_11AuthModeShared, -+ Ndis802_11AuthModeAutoSwitch, Ndis802_11AuthModeWPA, -+ Ndis802_11AuthModeWPAPSK, Ndis802_11AuthModeWPANone, -+ Ndis802_11AuthModeWPA2, Ndis802_11AuthModeWPA2PSK, -+ Ndis802_11AuthModeMax -+}; -+ -+enum encryption_status { -+ Ndis802_11WEPEnabled, -+ Ndis802_11Encryption1Enabled = Ndis802_11WEPEnabled, -+ Ndis802_11WEPDisabled, -+ Ndis802_11EncryptionDisabled = Ndis802_11WEPDisabled, -+ Ndis802_11WEPKeyAbsent, -+ Ndis802_11Encryption1KeyAbsent = Ndis802_11WEPKeyAbsent, -+ Ndis802_11WEPNotSupported, -+ Ndis802_11EncryptionNotSupported = Ndis802_11WEPNotSupported, -+ Ndis802_11Encryption2Enabled, Ndis802_11Encryption2KeyAbsent, -+ Ndis802_11Encryption3Enabled, Ndis802_11Encryption3KeyAbsent -+}; -+ -+struct ndis_auth_encr_pair { -+ enum authentication_mode auth_mode; -+ enum encryption_status encr_mode; -+}; -+ -+struct ndis_capability { -+ ULONG length; -+ ULONG version; -+ ULONG num_PMKIDs; -+ ULONG num_auth_encr_pair; -+ struct ndis_auth_encr_pair auth_encr_pair[1]; -+}; -+ -+struct ndis_guid { -+ struct guid guid; -+ union { -+ ndis_oid oid; -+ NDIS_STATUS status; -+ }; -+ ULONG size; -+ ULONG flags; -+}; -+ -+struct ndis_timer { -+ struct nt_timer nt_timer; -+ struct kdpc kdpc; -+}; -+ -+struct ndis_mp_timer { -+ struct nt_timer nt_timer; -+ struct kdpc kdpc; -+ DPC func; -+ void *ctx; -+ struct ndis_mp_block *nmb; -+ struct ndis_mp_timer *next; -+}; -+ -+typedef struct cm_partial_resource_list NDIS_RESOURCE_LIST; -+ -+struct ndis_event { -+ struct nt_event nt_event; -+}; -+ -+struct ndis_bind_paths { -+ UINT number; -+ struct unicode_string paths[1]; -+}; -+ -+struct ndis_reference { -+ NT_SPIN_LOCK lock; -+ USHORT ref_count; -+ BOOLEAN closing; -+}; -+ -+struct ndis_filterdbs { -+ union { -+ void *eth_db; -+ void *null_db; -+ }; -+ void *tr_db; -+ void *fddi_db; -+ void *arc_db; -+}; -+ -+enum ndis_interface_type { -+ NdisInterfaceInternal, NdisInterfaceIsa, NdisInterfaceEisa, -+ NdisInterfaceMca, NdisInterfaceTurboChannel, NdisInterfacePci, -+ NdisInterfacePcMcia, -+}; -+ -+struct auth_encr_capa { -+ unsigned long auth; -+ unsigned long encr; -+}; -+ -+struct ndis_pmkid_candidate { -+ mac_address bssid; -+ DWORD flags; -+}; -+ -+struct ndis_pmkid_candidate_list { -+ ULONG version; -+ ULONG num_candidates; -+ struct ndis_pmkid_candidate candidates[1]; -+}; -+ -+/* -+ * This struct contains function pointers that the drivers references -+ * directly via macros, so it's important that they are at the correct -+ * position. -+ */ -+struct ndis_mp_block { -+ void *signature; -+ struct ndis_mp_block *next; -+ struct driver_object *drv_obj; -+ void *mp_ctx; -+ struct unicode_string name; -+ struct ndis_bind_paths *bindpaths; -+ void *openqueue; -+ struct ndis_reference reference; -+ void *device_ctx; -+ UCHAR padding; -+ UCHAR lock_acquired; -+ UCHAR pmode_opens; -+ UCHAR assigned_cpu; -+ NT_SPIN_LOCK lock; -+ enum ndis_request_type *mediarequest; -+ struct ndis_mp_interrupt *interrupt; -+ ULONG flags; -+ ULONG pnp_flags; -+ struct nt_list packet_list; -+ struct ndis_packet *first_pending_tx_packet; -+ struct ndis_packet *return_packet_queue; -+ ULONG request_buffer; -+ void *set_mcast_buffer; -+ struct ndis_mp_block *primary_mp; -+ void *wrapper_ctx; -+ void *bus_data_ctx; -+ ULONG pnp_capa; -+ void *resources; -+ struct ndis_timer wakeup_dpc_timer; -+ struct unicode_string basename; -+ struct unicode_string symlink_name; -+ ULONG ndis_hangcheck_interval; -+ USHORT hangcheck_ticks; -+ USHORT hangcheck_tick; -+ NDIS_STATUS ndis_reset_status; -+ void *resetopen; -+ struct ndis_filterdbs filterdbs; -+ void *rx_packet; -+ void *send_complete; -+ void *send_resource_avail; -+ void *reset_complete; -+ -+ enum ndis_medium media_type; -+ ULONG bus_number; -+ enum ndis_interface_type bus_type; -+ enum ndis_interface_type adapter_type; -+ struct device_object *fdo; -+ struct device_object *pdo; -+ struct device_object *next_device; -+ void *mapreg; -+ void *call_mgraflist; -+ void *mp_thread; -+ void *setinfobuf; -+ USHORT setinfo_buf_len; -+ USHORT max_send_pkts; -+ NDIS_STATUS fake_status; -+ void *lock_handler; -+ struct unicode_string *adapter_instance_name; -+ void *timer_queue; -+ UINT mac_options; -+ void *pending_req; -+ UINT max_long_addrs; -+ UINT max_short_addrs; -+ UINT cur_lookahead; -+ UINT max_lookahead; -+ -+ ndis_interrupt_handler irq_bh; -+ void *disable_intr; -+ void *enable_intr; -+ void *send_pkts; -+ void *deferred_send; -+ void *eth_rx_indicate; -+ void *tr_rx_indicate; -+ void *fddi_rx_indicate; -+ void *eth_rx_complete; -+ void *tr_rx_complete; -+ void *fddi_rx_complete; -+ -+ void *status; -+ void *status_complete; -+ void *td_complete; -+ -+ void *queryinfo_complete; -+ void *setinfo_complete; -+ void *wan_tx_complete; -+ void *wan_rx; -+ void *wan_rx_complete; -+ /* ndiswrapper specific */ -+ struct ndis_device *wnd; -+}; -+ -+struct ndis_device { -+ struct ndis_mp_block *nmb; -+ struct wrap_device *wd; -+ struct net_device *net_dev; -+ void *shutdown_ctx; -+ struct ndis_mp_interrupt *mp_interrupt; -+ struct kdpc irq_kdpc; -+ unsigned long mem_start; -+ unsigned long mem_end; -+ -+ struct net_device_stats net_stats; -+ struct iw_statistics iw_stats; -+ BOOLEAN iw_stats_enabled; -+ struct ndis_wireless_stats ndis_stats; -+ -+ struct work_struct tx_work; -+ struct ndis_packet *tx_ring[TX_RING_SIZE]; -+ u8 tx_ring_start; -+ u8 tx_ring_end; -+ u8 is_tx_ring_full; -+ u8 tx_ok; -+ spinlock_t tx_ring_lock; -+ struct mutex tx_ring_mutex; -+ unsigned int max_tx_packets; -+ struct mutex ndis_req_mutex; -+ struct task_struct *ndis_req_task; -+ int ndis_req_done; -+ NDIS_STATUS ndis_req_status; -+ ULONG packet_filter; -+ -+ ULONG sg_dma_size; -+ ULONG dma_map_count; -+ dma_addr_t *dma_map_addr; -+ -+ int hangcheck_interval; -+ struct timer_list hangcheck_timer; -+ int iw_stats_interval; -+ struct timer_list iw_stats_timer; -+ unsigned long scan_timestamp; -+ struct encr_info encr_info; -+ char nick[IW_ESSID_MAX_SIZE + 1]; -+ struct ndis_essid essid; -+ struct auth_encr_capa capa; -+ enum ndis_infrastructure_mode infrastructure_mode; -+ int max_pmkids; -+ int num_pmkids; -+ struct ndis_pmkid *pmkids; -+ mac_address mac; -+ struct proc_dir_entry *procfs_iface; -+ -+ struct work_struct ndis_work; -+ unsigned long ndis_pending_work; -+ UINT attributes; -+ int iw_auth_wpa_version; -+ int iw_auth_cipher_pairwise; -+ int iw_auth_cipher_group; -+ int iw_auth_key_mgmt; -+ int iw_auth_80211_alg; -+ struct ndis_packet_pool *tx_packet_pool; -+ struct ndis_buffer_pool *tx_buffer_pool; -+ int multicast_size; -+ struct v4_checksum rx_csum; -+ struct v4_checksum tx_csum; -+ enum ndis_physical_medium physical_medium; -+ ULONG ndis_wolopts; -+ struct nt_slist wrap_timer_slist; -+ int drv_ndis_version; -+ struct ndis_pnp_capabilities pnp_capa; -+}; -+ -+BOOLEAN ndis_isr(struct kinterrupt *kinterrupt, void *ctx) wstdcall; -+ -+int ndis_init(void); -+void ndis_exit(void); -+int ndis_init_device(struct ndis_device *wnd); -+void ndis_exit_device(struct ndis_device *wnd); -+ -+int wrap_procfs_add_ndis_device(struct ndis_device *wnd); -+void wrap_procfs_remove_ndis_device(struct ndis_device *wnd); -+ -+void NdisAllocatePacketPoolEx(NDIS_STATUS *status, -+ struct ndis_packet_pool **pool_handle, -+ UINT num_descr, UINT overflowsize, -+ UINT proto_rsvd_length) wstdcall; -+void NdisFreePacketPool(struct ndis_packet_pool *pool) wstdcall; -+void NdisAllocatePacket(NDIS_STATUS *status, struct ndis_packet **packet, -+ struct ndis_packet_pool *pool) wstdcall; -+void NdisFreePacket(struct ndis_packet *descr) wstdcall; -+void NdisAllocateBufferPool(NDIS_STATUS *status, -+ struct ndis_buffer_pool **pool_handle, -+ UINT num_descr) wstdcall; -+void NdisFreeBufferPool(struct ndis_buffer_pool *pool) wstdcall; -+void NdisAllocateBuffer(NDIS_STATUS *status, ndis_buffer **buffer, -+ struct ndis_buffer_pool *pool, void *virt, -+ UINT length) wstdcall; -+void NdisFreeBuffer(ndis_buffer *descr) wstdcall; -+void NdisMIndicateReceivePacket(struct ndis_mp_block *nmb, -+ struct ndis_packet **packets, -+ UINT nr_packets) wstdcall; -+void NdisMSendComplete(struct ndis_mp_block *nmb, struct ndis_packet *packet, -+ NDIS_STATUS status) wstdcall; -+void NdisMSendResourcesAvailable(struct ndis_mp_block *nmb) wstdcall; -+void NdisMIndicateStatus(struct ndis_mp_block *nmb, -+ NDIS_STATUS status, void *buf, UINT len) wstdcall; -+void NdisMIndicateStatusComplete(struct ndis_mp_block *nmb) wstdcall; -+void NdisMQueryInformationComplete(struct ndis_mp_block *nmb, -+ NDIS_STATUS status) wstdcall; -+void NdisMSetInformationComplete(struct ndis_mp_block *nmb, -+ NDIS_STATUS status) wstdcall; -+void NdisMResetComplete(struct ndis_mp_block *nmb, NDIS_STATUS status, -+ BOOLEAN address_reset) wstdcall; -+ULONG NDIS_BUFFER_TO_SPAN_PAGES(ndis_buffer *buffer) wstdcall; -+BOOLEAN NdisWaitEvent(struct ndis_event *event, UINT timeout) wstdcall; -+void NdisSetEvent(struct ndis_event *event) wstdcall; -+void NdisMDeregisterInterrupt(struct ndis_mp_interrupt *mp_interrupt) wstdcall; -+void EthRxIndicateHandler(struct ndis_mp_block *nmb, void *rx_ctx, -+ char *header1, char *header, UINT header_size, -+ void *look_ahead, UINT look_ahead_size, -+ UINT packet_size) wstdcall; -+void EthRxComplete(struct ndis_mp_block *nmb) wstdcall; -+void NdisMTransferDataComplete(struct ndis_mp_block *nmb, -+ struct ndis_packet *packet, NDIS_STATUS status, -+ UINT bytes_txed) wstdcall; -+void NdisWriteConfiguration(NDIS_STATUS *status, struct ndis_mp_block *nmb, -+ struct unicode_string *key, -+ struct ndis_configuration_parameter *param) wstdcall; -+void NdisReadConfiguration(NDIS_STATUS *status, -+ struct ndis_configuration_parameter **param, -+ struct ndis_mp_block *nmb, -+ struct unicode_string *key, -+ enum ndis_parameter_type type) wstdcall; -+ -+/* Required OIDs */ -+#define OID_GEN_SUPPORTED_LIST 0x00010101 -+#define OID_GEN_HARDWARE_STATUS 0x00010102 -+#define OID_GEN_MEDIA_SUPPORTED 0x00010103 -+#define OID_GEN_MEDIA_IN_USE 0x00010104 -+#define OID_GEN_MAXIMUM_LOOKAHEAD 0x00010105 -+#define OID_GEN_MAXIMUM_FRAME_SIZE 0x00010106 -+#define OID_GEN_LINK_SPEED 0x00010107 -+#define OID_GEN_TRANSMIT_BUFFER_SPACE 0x00010108 -+#define OID_GEN_RECEIVE_BUFFER_SPACE 0x00010109 -+#define OID_GEN_TRANSMIT_BLOCK_SIZE 0x0001010A -+#define OID_GEN_RECEIVE_BLOCK_SIZE 0x0001010B -+#define OID_GEN_VENDOR_ID 0x0001010C -+#define OID_GEN_VENDOR_DESCRIPTION 0x0001010D -+#define OID_GEN_CURRENT_PACKET_FILTER 0x0001010E -+#define OID_GEN_CURRENT_LOOKAHEAD 0x0001010F -+#define OID_GEN_DRIVER_VERSION 0x00010110 -+#define OID_GEN_MAXIMUM_TOTAL_SIZE 0x00010111 -+#define OID_GEN_PROTOCOL_OPTIONS 0x00010112 -+#define OID_GEN_MAC_OPTIONS 0x00010113 -+#define OID_GEN_MEDIA_CONNECT_STATUS 0x00010114 -+#define OID_GEN_MAXIMUM_SEND_PACKETS 0x00010115 -+#define OID_GEN_VENDOR_DRIVER_VERSION 0x00010116 -+#define OID_GEN_SUPPORTED_GUIDS 0x00010117 -+#define OID_GEN_NETWORK_LAYER_ADDRESSES 0x00010118 /* Set only */ -+#define OID_GEN_TRANSPORT_HEADER_OFFSET 0x00010119 /* Set only */ -+#define OID_GEN_MACHINE_NAME 0x0001021A -+#define OID_GEN_RNDIS_CONFIG_PARAMETER 0x0001021B /* Set only */ -+#define OID_GEN_VLAN_ID 0x0001021C -+ -+/* Optional OIDs. */ -+#define OID_GEN_MEDIA_CAPABILITIES 0x00010201 -+#define OID_GEN_PHYSICAL_MEDIUM 0x00010202 -+ -+/* Required statistics OIDs. */ -+#define OID_GEN_XMIT_OK 0x00020101 -+#define OID_GEN_RCV_OK 0x00020102 -+#define OID_GEN_XMIT_ERROR 0x00020103 -+#define OID_GEN_RCV_ERROR 0x00020104 -+#define OID_GEN_RCV_NO_BUFFER 0x00020105 -+ -+/* Optional OID statistics */ -+#define OID_GEN_DIRECTED_BYTES_XMIT 0x00020201 -+#define OID_GEN_DIRECTED_FRAMES_XMIT 0x00020202 -+#define OID_GEN_MULTICAST_BYTES_XMIT 0x00020203 -+#define OID_GEN_MULTICAST_FRAMES_XMIT 0x00020204 -+#define OID_GEN_BROADCAST_BYTES_XMIT 0x00020205 -+#define OID_GEN_BROADCAST_FRAMES_XMIT 0x00020206 -+#define OID_GEN_DIRECTED_BYTES_RCV 0x00020207 -+#define OID_GEN_DIRECTED_FRAMES_RCV 0x00020208 -+#define OID_GEN_MULTICAST_BYTES_RCV 0x00020209 -+#define OID_GEN_MULTICAST_FRAMES_RCV 0x0002020A -+#define OID_GEN_BROADCAST_BYTES_RCV 0x0002020B -+#define OID_GEN_BROADCAST_FRAMES_RCV 0x0002020C -+#define OID_GEN_RCV_CRC_ERROR 0x0002020D -+#define OID_GEN_TRANSMIT_QUEUE_LENGTH 0x0002020E -+#define OID_GEN_GET_TIME_CAPS 0x0002020F -+#define OID_GEN_GET_NETCARD_TIME 0x00020210 -+#define OID_GEN_NETCARD_LOAD 0x00020211 -+#define OID_GEN_DEVICE_PROFILE 0x00020212 -+ -+/* 802.3 (ethernet) OIDs */ -+#define OID_802_3_PERMANENT_ADDRESS 0x01010101 -+#define OID_802_3_CURRENT_ADDRESS 0x01010102 -+#define OID_802_3_MULTICAST_LIST 0x01010103 -+#define OID_802_3_MAXIMUM_LIST_SIZE 0x01010104 -+#define OID_802_3_MAC_OPTIONS 0x01010105 -+#define NDIS_802_3_MAC_OPTION_PRIORITY 0x00000001 -+#define OID_802_3_RCV_ERROR_ALIGNMENT 0x01020101 -+#define OID_802_3_XMIT_ONE_COLLISION 0x01020102 -+#define OID_802_3_XMIT_MORE_COLLISIONS 0x01020103 -+#define OID_802_3_XMIT_DEFERRED 0x01020201 -+#define OID_802_3_XMIT_MAX_COLLISIONS 0x01020202 -+#define OID_802_3_RCV_OVERRUN 0x01020203 -+#define OID_802_3_XMIT_UNDERRUN 0x01020204 -+#define OID_802_3_XMIT_HEARTBEAT_FAILURE 0x01020205 -+#define OID_802_3_XMIT_TIMES_CRS_LOST 0x01020206 -+#define OID_802_3_XMIT_LATE_COLLISIONS 0x01020207 -+ -+/* PnP and power management OIDs */ -+#define OID_PNP_CAPABILITIES 0xFD010100 -+#define OID_PNP_SET_POWER 0xFD010101 -+#define OID_PNP_QUERY_POWER 0xFD010102 -+#define OID_PNP_ADD_WAKE_UP_PATTERN 0xFD010103 -+#define OID_PNP_REMOVE_WAKE_UP_PATTERN 0xFD010104 -+#define OID_PNP_WAKE_UP_PATTERN_LIST 0xFD010105 -+#define OID_PNP_ENABLE_WAKE_UP 0xFD010106 -+ -+/* PnP/PM Statistics (Optional). */ -+#define OID_PNP_WAKE_UP_OK 0xFD020200 -+#define OID_PNP_WAKE_UP_ERROR 0xFD020201 -+ -+/* The following bits are defined for OID_PNP_ENABLE_WAKE_UP */ -+#define NDIS_PNP_WAKE_UP_MAGIC_PACKET 0x00000001 -+#define NDIS_PNP_WAKE_UP_PATTERN_MATCH 0x00000002 -+#define NDIS_PNP_WAKE_UP_LINK_CHANGE 0x00000004 -+ -+/* 802.11 OIDs */ -+#define OID_802_11_BSSID 0x0D010101 -+#define OID_802_11_SSID 0x0D010102 -+#define OID_802_11_NETWORK_TYPES_SUPPORTED 0x0D010203 -+#define OID_802_11_NETWORK_TYPE_IN_USE 0x0D010204 -+#define OID_802_11_TX_POWER_LEVEL 0x0D010205 -+#define OID_802_11_RSSI 0x0D010206 -+#define OID_802_11_RSSI_TRIGGER 0x0D010207 -+#define OID_802_11_INFRASTRUCTURE_MODE 0x0D010108 -+#define OID_802_11_FRAGMENTATION_THRESHOLD 0x0D010209 -+#define OID_802_11_RTS_THRESHOLD 0x0D01020A -+#define OID_802_11_NUMBER_OF_ANTENNAS 0x0D01020B -+#define OID_802_11_RX_ANTENNA_SELECTED 0x0D01020C -+#define OID_802_11_TX_ANTENNA_SELECTED 0x0D01020D -+#define OID_802_11_SUPPORTED_RATES 0x0D01020E -+#define OID_802_11_DESIRED_RATES 0x0D010210 -+#define OID_802_11_CONFIGURATION 0x0D010211 -+#define OID_802_11_STATISTICS 0x0D020212 -+#define OID_802_11_ADD_WEP 0x0D010113 -+#define OID_802_11_REMOVE_WEP 0x0D010114 -+#define OID_802_11_DISASSOCIATE 0x0D010115 -+#define OID_802_11_POWER_MODE 0x0D010216 -+#define OID_802_11_BSSID_LIST 0x0D010217 -+#define OID_802_11_AUTHENTICATION_MODE 0x0D010118 -+#define OID_802_11_PRIVACY_FILTER 0x0D010119 -+#define OID_802_11_BSSID_LIST_SCAN 0x0D01011A -+#define OID_802_11_WEP_STATUS 0x0D01011B -+#define OID_802_11_ENCRYPTION_STATUS OID_802_11_WEP_STATUS -+#define OID_802_11_RELOAD_DEFAULTS 0x0D01011C -+#define OID_802_11_ADD_KEY 0x0D01011D -+#define OID_802_11_REMOVE_KEY 0x0D01011E -+#define OID_802_11_ASSOCIATION_INFORMATION 0x0D01011F -+#define OID_802_11_TEST 0x0D010120 -+#define OID_802_11_MEDIA_STREAM_MODE 0x0D010121 -+#define OID_802_11_CAPABILITY 0x0D010122 -+#define OID_802_11_PMKID 0x0D010123 -+ -+#define NDIS_STATUS_SUCCESS 0 -+#define NDIS_STATUS_PENDING 0x00000103 -+#define NDIS_STATUS_NOT_RECOGNIZED 0x00010001 -+#define NDIS_STATUS_NOT_COPIED 0x00010002 -+#define NDIS_STATUS_NOT_ACCEPTED 0x00010003 -+#define NDIS_STATUS_CALL_ACTIVE 0x00010007 -+#define NDIS_STATUS_ONLINE 0x40010003 -+#define NDIS_STATUS_RESET_START 0x40010004 -+#define NDIS_STATUS_RESET_END 0x40010005 -+#define NDIS_STATUS_RING_STATUS 0x40010006 -+#define NDIS_STATUS_CLOSED 0x40010007 -+#define NDIS_STATUS_WAN_LINE_UP 0x40010008 -+#define NDIS_STATUS_WAN_LINE_DOWN 0x40010009 -+#define NDIS_STATUS_WAN_FRAGMENT 0x4001000A -+#define NDIS_STATUS_MEDIA_CONNECT 0x4001000B -+#define NDIS_STATUS_MEDIA_DISCONNECT 0x4001000C -+#define NDIS_STATUS_HARDWARE_LINE_UP 0x4001000D -+#define NDIS_STATUS_HARDWARE_LINE_DOWN 0x4001000E -+#define NDIS_STATUS_INTERFACE_UP 0x4001000F -+#define NDIS_STATUS_INTERFACE_DOWN 0x40010010 -+#define NDIS_STATUS_MEDIA_BUSY 0x40010011 -+#define NDIS_STATUS_MEDIA_SPECIFIC_INDICATION 0x40010012 -+#define NDIS_STATUS_WW_INDICATION NDIS_STATUS_MEDIA_SPECIFIC_INDICATION -+#define NDIS_STATUS_LINK_SPEED_CHANGE 0x40010013 -+#define NDIS_STATUS_WAN_GET_STATS 0x40010014 -+#define NDIS_STATUS_WAN_CO_FRAGMENT 0x40010015 -+#define NDIS_STATUS_WAN_CO_LINKPARAMS 0x40010016 -+#define NDIS_STATUS_NOT_RESETTABLE 0x80010001 -+#define NDIS_STATUS_SOFT_ERRORS 0x80010003 -+#define NDIS_STATUS_HARD_ERRORS 0x80010004 -+#define NDIS_STATUS_BUFFER_OVERFLOW 0x80000005 -+#define NDIS_STATUS_FAILURE 0xC0000001 -+#define NDIS_STATUS_INVALID_PARAMETER 0xC000000D -+#define NDIS_STATUS_RESOURCES 0xC000009A -+#define NDIS_STATUS_CLOSING 0xC0010002 -+#define NDIS_STATUS_BAD_VERSION 0xC0010004 -+#define NDIS_STATUS_BAD_CHARACTERISTICS 0xC0010005 -+#define NDIS_STATUS_ADAPTER_NOT_FOUND 0xC0010006 -+#define NDIS_STATUS_OPEN_FAILED 0xC0010007 -+#define NDIS_STATUS_DEVICE_FAILED 0xC0010008 -+#define NDIS_STATUS_MULTICAST_FULL 0xC0010009 -+#define NDIS_STATUS_MULTICAST_EXISTS 0xC001000A -+#define NDIS_STATUS_MULTICAST_NOT_FOUND 0xC001000B -+#define NDIS_STATUS_REQUEST_ABORTED 0xC001000C -+#define NDIS_STATUS_RESET_IN_PROGRESS 0xC001000D -+#define NDIS_STATUS_CLOSING_INDICATING 0xC001000E -+#define NDIS_STATUS_BAD_VERSION 0xC0010004 -+#define NDIS_STATUS_NOT_SUPPORTED 0xC00000BB -+#define NDIS_STATUS_INVALID_PACKET 0xC001000F -+#define NDIS_STATUS_OPEN_LIST_FULL 0xC0010010 -+#define NDIS_STATUS_ADAPTER_NOT_READY 0xC0010011 -+#define NDIS_STATUS_ADAPTER_NOT_OPEN 0xC0010012 -+#define NDIS_STATUS_NOT_INDICATING 0xC0010013 -+#define NDIS_STATUS_INVALID_LENGTH 0xC0010014 -+#define NDIS_STATUS_INVALID_DATA 0xC0010015 -+#define NDIS_STATUS_BUFFER_TOO_SHORT 0xC0010016 -+#define NDIS_STATUS_INVALID_OID 0xC0010017 -+#define NDIS_STATUS_ADAPTER_REMOVED 0xC0010018 -+#define NDIS_STATUS_UNSUPPORTED_MEDIA 0xC0010019 -+#define NDIS_STATUS_GROUP_ADDRESS_IN_USE 0xC001001A -+#define NDIS_STATUS_FILE_NOT_FOUND 0xC001001B -+#define NDIS_STATUS_ERROR_READING_FILE 0xC001001C -+#define NDIS_STATUS_ALREADY_MAPPED 0xC001001D -+#define NDIS_STATUS_RESOURCE_CONFLICT 0xC001001E -+#define NDIS_STATUS_NO_CABLE 0xC001001F -+#define NDIS_STATUS_INVALID_SAP 0xC0010020 -+#define NDIS_STATUS_SAP_IN_USE 0xC0010021 -+#define NDIS_STATUS_INVALID_ADDRESS 0xC0010022 -+#define NDIS_STATUS_VC_NOT_ACTIVATED 0xC0010023 -+#define NDIS_STATUS_DEST_OUT_OF_ORDER 0xC0010024 -+#define NDIS_STATUS_VC_NOT_AVAILABLE 0xC0010025 -+#define NDIS_STATUS_CELLRATE_NOT_AVAILABLE 0xC0010026 -+#define NDIS_STATUS_INCOMPATABLE_QOS 0xC0010027 -+#define NDIS_STATUS_AAL_PARAMS_UNSUPPORTED 0xC0010028 -+#define NDIS_STATUS_NO_ROUTE_TO_DESTINATION 0xC0010029 -+#define NDIS_STATUS_TOKEN_RING_OPEN_ERROR 0xC0011000 -+#define NDIS_STATUS_INVALID_DEVICE_REQUEST 0xC0000010 -+#define NDIS_STATUS_NETWORK_UNREACHABLE 0xC000023C -+ -+/* Event codes */ -+ -+#define EVENT_NDIS_RESOURCE_CONFLICT 0xC0001388 -+#define EVENT_NDIS_OUT_OF_RESOURCE 0xC0001389 -+#define EVENT_NDIS_HARDWARE_FAILURE 0xC000138A -+#define EVENT_NDIS_ADAPTER_NOT_FOUND 0xC000138B -+#define EVENT_NDIS_INTERRUPT_CONNECT 0xC000138C -+#define EVENT_NDIS_DRIVER_FAILURE 0xC000138D -+#define EVENT_NDIS_BAD_VERSION 0xC000138E -+#define EVENT_NDIS_TIMEOUT 0x8000138F -+#define EVENT_NDIS_NETWORK_ADDRESS 0xC0001390 -+#define EVENT_NDIS_UNSUPPORTED_CONFIGURATION 0xC0001391 -+#define EVENT_NDIS_INVALID_VALUE_FROM_ADAPTER 0xC0001392 -+#define EVENT_NDIS_MISSING_CONFIGURATION_PARAMETER 0xC0001393 -+#define EVENT_NDIS_BAD_IO_BASE_ADDRESS 0xC0001394 -+#define EVENT_NDIS_RECEIVE_SPACE_SMALL 0x40001395 -+#define EVENT_NDIS_ADAPTER_DISABLED 0x80001396 -+#define EVENT_NDIS_IO_PORT_CONFLICT 0x80001397 -+#define EVENT_NDIS_PORT_OR_DMA_CONFLICT 0x80001398 -+#define EVENT_NDIS_MEMORY_CONFLICT 0x80001399 -+#define EVENT_NDIS_INTERRUPT_CONFLICT 0x8000139A -+#define EVENT_NDIS_DMA_CONFLICT 0x8000139B -+#define EVENT_NDIS_INVALID_DOWNLOAD_FILE_ERROR 0xC000139C -+#define EVENT_NDIS_MAXRECEIVES_ERROR 0x8000139D -+#define EVENT_NDIS_MAXTRANSMITS_ERROR 0x8000139E -+#define EVENT_NDIS_MAXFRAMESIZE_ERROR 0x8000139F -+#define EVENT_NDIS_MAXINTERNALBUFS_ERROR 0x800013A0 -+#define EVENT_NDIS_MAXMULTICAST_ERROR 0x800013A1 -+#define EVENT_NDIS_PRODUCTID_ERROR 0x800013A2 -+#define EVENT_NDIS_LOBE_FAILUE_ERROR 0x800013A3 -+#define EVENT_NDIS_SIGNAL_LOSS_ERROR 0x800013A4 -+#define EVENT_NDIS_REMOVE_RECEIVED_ERROR 0x800013A5 -+#define EVENT_NDIS_TOKEN_RING_CORRECTION 0x400013A6 -+#define EVENT_NDIS_ADAPTER_CHECK_ERROR 0xC00013A7 -+#define EVENT_NDIS_RESET_FAILURE_ERROR 0x800013A8 -+#define EVENT_NDIS_CABLE_DISCONNECTED_ERROR 0x800013A9 -+#define EVENT_NDIS_RESET_FAILURE_CORRECTION 0x800013AA -+ -+/* packet filter bits used by NDIS_OID_PACKET_FILTER */ -+#define NDIS_PACKET_TYPE_DIRECTED 0x00000001 -+#define NDIS_PACKET_TYPE_MULTICAST 0x00000002 -+#define NDIS_PACKET_TYPE_ALL_MULTICAST 0x00000004 -+#define NDIS_PACKET_TYPE_BROADCAST 0x00000008 -+#define NDIS_PACKET_TYPE_SOURCE_ROUTING 0x00000010 -+#define NDIS_PACKET_TYPE_PROMISCUOUS 0x00000020 -+#define NDIS_PACKET_TYPE_SMT 0x00000040 -+#define NDIS_PACKET_TYPE_ALL_LOCAL 0x00000080 -+#define NDIS_PACKET_TYPE_GROUP 0x00001000 -+#define NDIS_PACKET_TYPE_ALL_FUNCTIONAL 0x00002000 -+#define NDIS_PACKET_TYPE_FUNCTIONAL 0x00004000 -+#define NDIS_PACKET_TYPE_MAC_FRAME 0x00008000 -+ -+/* memory allocation flags */ -+#define NDIS_MEMORY_CONTIGUOUS 0x00000001 -+#define NDIS_MEMORY_NONCACHED 0x00000002 -+ -+/* Attribute flags to NdisMSetAtrributesEx */ -+#define NDIS_ATTRIBUTE_IGNORE_PACKET_TIMEOUT 0x00000001 -+#define NDIS_ATTRIBUTE_IGNORE_REQUEST_TIMEOUT 0x00000002 -+#define NDIS_ATTRIBUTE_IGNORE_TOKEN_RING_ERRORS 0x00000004 -+#define NDIS_ATTRIBUTE_BUS_MASTER 0x00000008 -+#define NDIS_ATTRIBUTE_INTERMEDIATE_DRIVER 0x00000010 -+#define NDIS_ATTRIBUTE_DESERIALIZE 0x00000020 -+#define NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND 0x00000040 -+#define NDIS_ATTRIBUTE_SURPRISE_REMOVE_OK 0x00000080 -+#define NDIS_ATTRIBUTE_NOT_CO_NDIS 0x00000100 -+#define NDIS_ATTRIBUTE_USES_SAFE_BUFFER_APIS 0x00000200 -+ -+#define OID_TCP_TASK_OFFLOAD 0xFC010201 -+ -+#define NDIS_MAC_OPTION_COPY_LOOKAHEAD_DATA 0x00000001 -+#define NDIS_MAC_OPTION_RECEIVE_SERIALIZED 0x00000002 -+#define NDIS_MAC_OPTION_TRANSFERS_NOT_PEND 0x00000004 -+#define NDIS_MAC_OPTION_NO_LOOPBACK 0x00000008 -+#define NDIS_MAC_OPTION_FULL_DUPLEX 0x00000010 -+#define NDIS_MAC_OPTION_EOTX_INDICATION 0x00000020 -+#define NDIS_MAC_OPTION_8021P_PRIORITY 0x00000040 -+#define NDIS_MAC_OPTION_SUPPORTS_MAC_ADDRESS_OVERWRITE 0x00000080 -+#define NDIS_MAC_OPTION_RECEIVE_AT_DPC 0x00000100 -+#define NDIS_MAC_OPTION_8021Q_VLAN 0x00000200 -+#define NDIS_MAC_OPTION_RESERVED 0x80000000 -+ -+#define deserialized_driver(wnd) (wnd->attributes & NDIS_ATTRIBUTE_DESERIALIZE) -+ -+static inline void serialize_lock(struct ndis_device *wnd) -+{ -+ nt_spin_lock(&wnd->nmb->lock); -+} -+ -+static inline void serialize_unlock(struct ndis_device *wnd) -+{ -+ nt_spin_unlock(&wnd->nmb->lock); -+} -+ -+static inline KIRQL serialize_lock_irql(struct ndis_device *wnd) -+{ -+ if (deserialized_driver(wnd)) -+ return raise_irql(DISPATCH_LEVEL); -+ else -+ return nt_spin_lock_irql(&wnd->nmb->lock, DISPATCH_LEVEL); -+} -+ -+static inline void serialize_unlock_irql(struct ndis_device *wnd, -+ KIRQL irql) -+{ -+ if (deserialized_driver(wnd)) -+ lower_irql(irql); -+ else -+ nt_spin_unlock_irql(&wnd->nmb->lock, irql); -+} -+ -+static inline void if_serialize_lock(struct ndis_device *wnd) -+{ -+ if (!deserialized_driver(wnd)) -+ nt_spin_lock(&wnd->nmb->lock); -+} -+ -+static inline void if_serialize_unlock(struct ndis_device *wnd) -+{ -+ if (!deserialized_driver(wnd)) -+ nt_spin_unlock(&wnd->nmb->lock); -+} -+ -+#endif /* NDIS_H */ -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/ndiswrapper.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ndiswrapper.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/ndiswrapper.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ndiswrapper.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,219 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _NDISWRAPPER_H_ -+#define _NDISWRAPPER_H_ -+ -+#define DRIVER_VERSION "1.60" -+#define UTILS_VERSION "1.9" -+ -+#define DRIVER_NAME "ndiswrapper" -+#define DRIVER_CONFIG_DIR "/etc/ndiswrapper" -+ -+#define NDIS_ESSID_MAX_SIZE 32 -+#define NDIS_ENCODING_TOKEN_MAX 32 -+#define MAX_ENCR_KEYS 4 -+#define TX_RING_SIZE 16 -+#define NDIS_MAX_RATES 8 -+#define NDIS_MAX_RATES_EX 16 -+ -+#define WRAP_PCI_BUS 5 -+#define WRAP_PCMCIA_BUS 8 -+/* some USB devices, e.g., DWL-G120 have BusType as 0 */ -+#define WRAP_INTERNAL_BUS 0 -+/* documentation at msdn says 15 is PNP bus, but inf files from all -+ * vendors say 15 is USB; which is correct? */ -+#define WRAP_USB_BUS 15 -+ -+/* NDIS device must be 0, for compatibility with old versions of -+ * ndiswrapper where device type for NDIS drivers is 0 */ -+#define WRAP_NDIS_DEVICE 0 -+#define WRAP_USB_DEVICE 1 -+#define WRAP_BLUETOOTH_DEVICE1 2 -+#define WRAP_BLUETOOTH_DEVICE2 3 -+ -+#define WRAP_DEVICE_BUS(dev, bus) ((dev) << 8 | (bus)) -+#define WRAP_BUS(dev_bus) ((dev_bus) & 0x000FF) -+#define WRAP_DEVICE(dev_bus) ((dev_bus) >> 8) -+ -+#define MAX_DRIVER_NAME_LEN 32 -+#define MAX_VERSION_STRING_LEN 64 -+#define MAX_SETTING_NAME_LEN 128 -+#define MAX_SETTING_VALUE_LEN 256 -+ -+#define MAX_DRIVER_PE_IMAGES 4 -+#define MAX_DRIVER_BIN_FILES 5 -+#define MAX_DEVICE_SETTINGS 512 -+ -+#define MAX_ALLOCATED_URBS 15 -+ -+#define DEV_ANY_ID -1 -+ -+#define MAC2STR(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5] -+#define MACSTRSEP "%02x:%02x:%02x:%02x:%02x:%02x" -+#define MACSTR "%02x%02x%02x%02x%02x%02x" -+#define MACINTADR(a) (int*)&((a)[0]), (int*)&((a)[1]), (int*)&((a)[2]), \ -+ (int*)&((a)[3]), (int*)&((a)[4]), (int*)&((a)[5]) -+ -+#ifdef __KERNEL__ -+/* DEBUG macros */ -+ -+#define MSG(level, fmt, ...) \ -+ printk(level DRIVER_NAME " (%s:%d): " fmt "\n", \ -+ __func__, __LINE__ , ## __VA_ARGS__) -+ -+#define WARNING(fmt, ...) MSG(KERN_WARNING, fmt, ## __VA_ARGS__) -+#define ERROR(fmt, ...) MSG(KERN_ERR, fmt , ## __VA_ARGS__) -+#define INFO(fmt, ...) MSG(KERN_INFO, fmt , ## __VA_ARGS__) -+#define TODO() WARNING("not fully implemented (yet)") -+ -+#define TRACE(level, fmt, ...) \ -+do { \ -+ if (debug >= level) \ -+ printk(KERN_INFO "%s (%s:%d): " fmt "\n", DRIVER_NAME, \ -+ __func__, __LINE__ , ## __VA_ARGS__); \ -+} while (0) -+#define TRACE0(fmt, ...) TRACE(0, fmt , ## __VA_ARGS__) -+ -+extern int debug; -+ -+#ifndef DEBUG -+#define DEBUG 0 -+#endif -+ -+/* for a block of code */ -+#if DEBUG >= 1 -+#define DBG_BLOCK(level) if (debug >= level) -+#else -+#define DBG_BLOCK(level) while (0) -+#endif -+ -+#if DEBUG >= 1 -+#define TRACE1(fmt, ...) TRACE(1, fmt , ## __VA_ARGS__) -+#else -+#define TRACE1(fmt, ...) do { } while (0) -+#endif -+ -+#if DEBUG >= 2 -+#define TRACE2(fmt, ...) TRACE(2, fmt , ## __VA_ARGS__) -+#else -+#define TRACE2(fmt, ...) do { } while (0) -+#endif -+ -+#if DEBUG >= 3 -+#define TRACE3(fmt, ...) TRACE(3, fmt , ## __VA_ARGS__) -+#else -+#define TRACE3(fmt, ...) do { } while (0) -+#endif -+ -+#if DEBUG >= 4 -+#define TRACE4(fmt, ...) TRACE(4, fmt , ## __VA_ARGS__) -+#else -+#define TRACE4(fmt, ...) do { } while (0) -+#endif -+ -+#if DEBUG >= 5 -+#define TRACE5(fmt, ...) TRACE(5, fmt , ## __VA_ARGS__) -+#else -+#define TRACE5(fmt, ...) do { } while (0) -+#endif -+ -+#if DEBUG >= 6 -+#define TRACE6(fmt, ...) TRACE(6, fmt , ## __VA_ARGS__) -+#else -+#define TRACE6(fmt, ...) do { } while (0) -+#endif -+ -+#define ENTER0(fmt, ...) TRACE0("Enter " fmt , ## __VA_ARGS__) -+#define ENTER1(fmt, ...) TRACE1("Enter " fmt , ## __VA_ARGS__) -+#define ENTER2(fmt, ...) TRACE2("Enter " fmt , ## __VA_ARGS__) -+#define ENTER3(fmt, ...) TRACE3("Enter " fmt , ## __VA_ARGS__) -+#define ENTER4(fmt, ...) TRACE4("Enter " fmt , ## __VA_ARGS__) -+#define ENTER5(fmt, ...) TRACE5("Enter " fmt , ## __VA_ARGS__) -+#define ENTER6(fmt, ...) TRACE6("Enter " fmt , ## __VA_ARGS__) -+ -+#define EXIT0(stmt) do { TRACE0("Exit"); stmt; } while (0) -+#define EXIT1(stmt) do { TRACE1("Exit"); stmt; } while (0) -+#define EXIT2(stmt) do { TRACE2("Exit"); stmt; } while (0) -+#define EXIT3(stmt) do { TRACE3("Exit"); stmt; } while (0) -+#define EXIT4(stmt) do { TRACE4("Exit"); stmt; } while (0) -+#define EXIT5(stmt) do { TRACE5("Exit"); stmt; } while (0) -+#define EXIT6(stmt) do { TRACE6("Exit"); stmt; } while (0) -+ -+#if defined(USB_DEBUG) -+#define USBTRACE TRACE0 -+#define USBENTER ENTER0 -+#define USBEXIT EXIT0 -+#else -+#define USBTRACE(fmt, ...) do { } while (0) -+#define USBENTER(fmt, ...) -+#define USBEXIT(stmt) stmt -+#endif -+ -+#if defined(EVENT_DEBUG) -+#define EVENTTRACE TRACE0 -+#define EVENTENTER ENTER0 -+#define EVENTEXIT EXIT0 -+#else -+#define EVENTTRACE(fmt, ...) do { } while (0) -+#define EVENTENTER(fmt, ...) -+#define EVENTEXIT(stmt) stmt -+#endif -+ -+#if defined(TIMER_DEBUG) -+#define TIMERTRACE TRACE0 -+#define TIMERENTER ENTER0 -+#define TIMEREXIT EXIT0 -+#else -+#define TIMERTRACE(fmt, ...) do { } while (0) -+#define TIMERENTER(fmt, ...) -+#define TIMEREXIT(stmt) stmt -+#endif -+ -+#if defined(IO_DEBUG) -+#define IOTRACE TRACE0 -+#define IOENTER ENTER0 -+#define IOEXIT EXIT0 -+#else -+#define IOTRACE(fmt, ...) do { } while (0) -+#define IOENTER(fmt, ...) -+#define IOEXIT(stmt) stmt -+#endif -+ -+#if defined(WORK_DEBUG) -+#define WORKTRACE TRACE0 -+#define WORKENTER ENTER0 -+#define WORKEXIT EXIT0 -+#else -+#define WORKTRACE(fmt, ...) do { } while (0) -+#define WORKENTER(fmt, ...) -+#define WORKEXIT(stmt) stmt -+#endif -+ -+#if DEBUG >= 1 -+#define assert(expr) \ -+do { \ -+ if (!(expr)) { \ -+ ERROR("assertion '%s' failed", #expr); \ -+ dump_stack(); \ -+ } \ -+} while (0) -+#else -+#define assert(expr) do { } while (0) -+#endif -+ -+#endif // __KERNEL__ -+ -+#endif // NDISWRAPPER_H -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/ntoskernel.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ntoskernel.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/ntoskernel.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ntoskernel.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,2677 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ntoskernel.h" -+#include "ndis.h" -+#include "usb.h" -+#include "pnp.h" -+#include "loader.h" -+#include "ntoskernel_exports.h" -+ -+/* MDLs describe a range of virtual address with an array of physical -+ * pages right after the header. For different ranges of virtual -+ * addresses, the number of entries of physical pages may be different -+ * (depending on number of entries required). If we want to allocate -+ * MDLs from a pool, the size has to be constant. So we assume that -+ * maximum range used by a driver is MDL_CACHE_PAGES; if a driver -+ * requests an MDL for a bigger region, we allocate it with kmalloc; -+ * otherwise, we allocate from the pool */ -+ -+#define MDL_CACHE_PAGES 3 -+#define MDL_CACHE_SIZE (sizeof(struct mdl) + \ -+ (sizeof(PFN_NUMBER) * MDL_CACHE_PAGES)) -+struct wrap_mdl { -+ struct nt_list list; -+ struct mdl mdl[0]; -+}; -+ -+/* everything here is for all drivers/devices - not per driver/device */ -+static spinlock_t dispatcher_lock; -+spinlock_t ntoskernel_lock; -+static void *mdl_cache; -+static struct nt_list wrap_mdl_list; -+ -+static struct work_struct kdpc_work; -+static void kdpc_worker(struct work_struct *dummy); -+ -+static struct nt_list kdpc_list; -+static spinlock_t kdpc_list_lock; -+ -+static struct nt_list callback_objects; -+ -+struct nt_list object_list; -+ -+struct bus_driver { -+ struct nt_list list; -+ char name[MAX_DRIVER_NAME_LEN]; -+ struct driver_object drv_obj; -+}; -+ -+static struct nt_list bus_driver_list; -+ -+static struct work_struct ntos_work; -+static struct nt_list ntos_work_list; -+static spinlock_t ntos_work_lock; -+static void ntos_work_worker(struct work_struct *dummy); -+spinlock_t irp_cancel_lock; -+static NT_SPIN_LOCK nt_list_lock; -+static struct nt_slist wrap_timer_slist; -+CCHAR cpu_count; -+ -+/* compute ticks (100ns) since 1601 until when system booted into -+ * wrap_ticks_to_boot */ -+u64 wrap_ticks_to_boot; -+ -+#if defined(CONFIG_X86_64) -+static struct timer_list shared_data_timer; -+struct kuser_shared_data kuser_shared_data; -+static void update_user_shared_data_proc(unsigned long data); -+#endif -+ -+WIN_SYMBOL_MAP("KeTickCount", &jiffies) -+WIN_SYMBOL_MAP("KeNumberProcessors", &cpu_count) -+WIN_SYMBOL_MAP("NlsMbCodePageTag", FALSE) -+ -+struct workqueue_struct *ntos_wq; -+ -+#ifdef WRAP_PREEMPT -+DEFINE_PER_CPU(struct irql_info, irql_info); -+#endif -+ -+#if defined(CONFIG_X86_64) -+static void update_user_shared_data_proc(unsigned long data) -+{ -+ /* timer is supposed to be scheduled every 10ms, but bigger -+ * intervals seem to work (tried up to 50ms) */ -+ *((ULONG64 *)&kuser_shared_data.system_time) = ticks_1601(); -+ *((ULONG64 *)&kuser_shared_data.interrupt_time) = -+ jiffies * TICKSPERSEC / HZ; -+ *((ULONG64 *)&kuser_shared_data.tick) = jiffies; -+ -+ mod_timer(&shared_data_timer, jiffies + MSEC_TO_HZ(30)); -+} -+#endif -+ -+void *allocate_object(ULONG size, enum common_object_type type, -+ struct unicode_string *name) -+{ -+ struct common_object_header *hdr; -+ void *body; -+ -+ /* we pad header as prefix to body */ -+ hdr = ExAllocatePoolWithTag(NonPagedPool, OBJECT_SIZE(size), 0); -+ if (!hdr) { -+ WARNING("couldn't allocate memory"); -+ return NULL; -+ } -+ memset(hdr, 0, OBJECT_SIZE(size)); -+ if (name) { -+ hdr->name.buf = ExAllocatePoolWithTag(NonPagedPool, -+ name->max_length, 0); -+ if (!hdr->name.buf) { -+ ExFreePool(hdr); -+ return NULL; -+ } -+ memcpy(hdr->name.buf, name->buf, name->max_length); -+ hdr->name.length = name->length; -+ hdr->name.max_length = name->max_length; -+ } -+ hdr->type = type; -+ hdr->ref_count = 1; -+ spin_lock_bh(&ntoskernel_lock); -+ /* threads are looked up often (in KeWaitForXXX), so optimize -+ * for fast lookups of threads */ -+ if (type == OBJECT_TYPE_NT_THREAD) -+ InsertHeadList(&object_list, &hdr->list); -+ else -+ InsertTailList(&object_list, &hdr->list); -+ spin_unlock_bh(&ntoskernel_lock); -+ body = HEADER_TO_OBJECT(hdr); -+ TRACE3("allocated hdr: %p, body: %p", hdr, body); -+ return body; -+} -+ -+static void free_object(void *object) -+{ -+ struct common_object_header *hdr; -+ -+ hdr = OBJECT_TO_HEADER(object); -+ spin_lock_bh(&ntoskernel_lock); -+ RemoveEntryList(&hdr->list); -+ spin_unlock_bh(&ntoskernel_lock); -+ TRACE3("freed hdr: %p, body: %p", hdr, object); -+ if (hdr->name.buf) -+ ExFreePool(hdr->name.buf); -+ ExFreePool(hdr); -+} -+ -+static int add_bus_driver(const char *name) -+{ -+ struct bus_driver *bus_driver; -+ -+ bus_driver = kzalloc(sizeof(*bus_driver), GFP_KERNEL); -+ if (!bus_driver) { -+ ERROR("couldn't allocate memory"); -+ return -ENOMEM; -+ } -+ strncpy(bus_driver->name, name, sizeof(bus_driver->name)); -+ bus_driver->name[sizeof(bus_driver->name)-1] = 0; -+ spin_lock_bh(&ntoskernel_lock); -+ InsertTailList(&bus_driver_list, &bus_driver->list); -+ spin_unlock_bh(&ntoskernel_lock); -+ TRACE1("bus driver %s is at %p", name, &bus_driver->drv_obj); -+ return STATUS_SUCCESS; -+} -+ -+struct driver_object *find_bus_driver(const char *name) -+{ -+ struct bus_driver *bus_driver; -+ struct driver_object *drv_obj; -+ -+ spin_lock_bh(&ntoskernel_lock); -+ drv_obj = NULL; -+ nt_list_for_each_entry(bus_driver, &bus_driver_list, list) { -+ if (strcmp(bus_driver->name, name) == 0) { -+ drv_obj = &bus_driver->drv_obj; -+ break; -+ } -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ return drv_obj; -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExfInterlockedInsertHeadList,3) -+ (struct nt_list *head, struct nt_list *entry, NT_SPIN_LOCK *lock) -+{ -+ struct nt_list *first; -+ unsigned long flags; -+ -+ ENTER5("head = %p, entry = %p", head, entry); -+ nt_spin_lock_irqsave(lock, flags); -+ first = InsertHeadList(head, entry); -+ nt_spin_unlock_irqrestore(lock, flags); -+ TRACE5("head = %p, old = %p", head, first); -+ return first; -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExInterlockedInsertHeadList,3) -+ (struct nt_list *head, struct nt_list *entry, NT_SPIN_LOCK *lock) -+{ -+ ENTER5("%p", head); -+ return ExfInterlockedInsertHeadList(head, entry, lock); -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExfInterlockedInsertTailList,3) -+ (struct nt_list *head, struct nt_list *entry, NT_SPIN_LOCK *lock) -+{ -+ struct nt_list *last; -+ unsigned long flags; -+ -+ ENTER5("head = %p, entry = %p", head, entry); -+ nt_spin_lock_irqsave(lock, flags); -+ last = InsertTailList(head, entry); -+ nt_spin_unlock_irqrestore(lock, flags); -+ TRACE5("head = %p, old = %p", head, last); -+ return last; -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExInterlockedInsertTailList,3) -+ (struct nt_list *head, struct nt_list *entry, NT_SPIN_LOCK *lock) -+{ -+ ENTER5("%p", head); -+ return ExfInterlockedInsertTailList(head, entry, lock); -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExfInterlockedRemoveHeadList,2) -+ (struct nt_list *head, NT_SPIN_LOCK *lock) -+{ -+ struct nt_list *ret; -+ unsigned long flags; -+ -+ ENTER5("head = %p", head); -+ nt_spin_lock_irqsave(lock, flags); -+ ret = RemoveHeadList(head); -+ nt_spin_unlock_irqrestore(lock, flags); -+ TRACE5("head = %p, ret = %p", head, ret); -+ return ret; -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExInterlockedRemoveHeadList,2) -+ (struct nt_list *head, NT_SPIN_LOCK *lock) -+{ -+ ENTER5("%p", head); -+ return ExfInterlockedRemoveHeadList(head, lock); -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExfInterlockedRemoveTailList,2) -+ (struct nt_list *head, NT_SPIN_LOCK *lock) -+{ -+ struct nt_list *ret; -+ unsigned long flags; -+ -+ ENTER5("head = %p", head); -+ nt_spin_lock_irqsave(lock, flags); -+ ret = RemoveTailList(head); -+ nt_spin_unlock_irqrestore(lock, flags); -+ TRACE5("head = %p, ret = %p", head, ret); -+ return ret; -+} -+ -+wfastcall struct nt_list *WIN_FUNC(ExInterlockedRemoveTailList,2) -+ (struct nt_list *head, NT_SPIN_LOCK *lock) -+{ -+ ENTER5("%p", head); -+ return ExfInterlockedRemoveTailList(head, lock); -+} -+ -+wfastcall void WIN_FUNC(InitializeSListHead,1) -+ (nt_slist_header *head) -+{ -+ memset(head, 0, sizeof(*head)); -+} -+ -+wfastcall struct nt_slist *WIN_FUNC(ExInterlockedPushEntrySList,3) -+ (nt_slist_header *head, struct nt_slist *entry, NT_SPIN_LOCK *lock) -+{ -+ struct nt_slist *ret; -+ -+ ret = PushEntrySList(head, entry, lock); -+ return ret; -+} -+ -+wstdcall struct nt_slist *WIN_FUNC(ExpInterlockedPushEntrySList,2) -+ (nt_slist_header *head, struct nt_slist *entry) -+{ -+ struct nt_slist *ret; -+ -+ ret = PushEntrySList(head, entry, &nt_list_lock); -+ return ret; -+} -+ -+wfastcall struct nt_slist *WIN_FUNC(InterlockedPushEntrySList,2) -+ (nt_slist_header *head, struct nt_slist *entry) -+{ -+ struct nt_slist *ret; -+ -+ ret = PushEntrySList(head, entry, &nt_list_lock); -+ return ret; -+} -+ -+wfastcall struct nt_slist *WIN_FUNC(ExInterlockedPopEntrySList,2) -+ (nt_slist_header *head, NT_SPIN_LOCK *lock) -+{ -+ struct nt_slist *ret; -+ -+ ret = PopEntrySList(head, lock); -+ return ret; -+} -+ -+wstdcall struct nt_slist *WIN_FUNC(ExpInterlockedPopEntrySList,1) -+ (nt_slist_header *head) -+{ -+ struct nt_slist *ret; -+ -+ ret = PopEntrySList(head, &nt_list_lock); -+ return ret; -+} -+ -+wfastcall struct nt_slist *WIN_FUNC(InterlockedPopEntrySList,1) -+ (nt_slist_header *head) -+{ -+ struct nt_slist *ret; -+ -+ ret = PopEntrySList(head, &nt_list_lock); -+ return ret; -+} -+ -+wstdcall USHORT WIN_FUNC(ExQueryDepthSList,1) -+ (nt_slist_header *head) -+{ -+ USHORT depth; -+ ENTER5("%p", head); -+ depth = head->depth; -+ TRACE5("%d, %p", depth, head->next); -+ return depth; -+} -+ -+wfastcall LONG WIN_FUNC(InterlockedIncrement,1) -+ (LONG volatile *val) -+{ -+ return post_atomic_add(*val, 1); -+} -+ -+wfastcall LONG WIN_FUNC(InterlockedDecrement,1) -+ (LONG volatile *val) -+{ -+ return post_atomic_add(*val, -1); -+} -+ -+wfastcall LONG WIN_FUNC(InterlockedExchange,2) -+ (LONG volatile *target, LONG val) -+{ -+ return xchg(target, val); -+} -+ -+wfastcall LONG WIN_FUNC(InterlockedCompareExchange,3) -+ (LONG volatile *dest, LONG new, LONG old) -+{ -+ return cmpxchg(dest, old, new); -+} -+ -+wfastcall void WIN_FUNC(ExInterlockedAddLargeStatistic,2) -+ (LARGE_INTEGER volatile *plint, ULONG n) -+{ -+ unsigned long flags; -+ -+ local_irq_save(flags); -+#ifdef CONFIG_X86_64 -+ __asm__ __volatile__( -+ "\n" -+ LOCK_PREFIX "add %1, %0\n\t" -+ : "+m" (*plint) -+ : "r" (n)); -+#else -+ __asm__ __volatile__( -+ "1:\t" -+ " movl %1, %%ebx\n\t" -+ " movl %%edx, %%ecx\n\t" -+ " addl %%eax, %%ebx\n\t" -+ " adcl $0, %%ecx\n\t" -+ LOCK_PREFIX "cmpxchg8b %0\n\t" -+ " jnz 1b\n\t" -+ : "+m" (*plint) -+ : "m" (n), "A" (*plint) -+ : "ebx", "ecx"); -+#endif -+ local_irq_restore(flags); -+} -+ -+static void initialize_object(struct dispatcher_header *dh, enum dh_type type, -+ int state) -+{ -+ memset(dh, 0, sizeof(*dh)); -+ set_object_type(dh, type); -+ dh->signal_state = state; -+ InitializeListHead(&dh->wait_blocks); -+} -+ -+static void timer_proc(unsigned long data) -+{ -+ struct wrap_timer *wrap_timer = (struct wrap_timer *)data; -+ struct nt_timer *nt_timer; -+ struct kdpc *kdpc; -+ -+ nt_timer = wrap_timer->nt_timer; -+ TIMERENTER("%p(%p), %lu", wrap_timer, nt_timer, jiffies); -+#ifdef TIMER_DEBUG -+ BUG_ON(wrap_timer->wrap_timer_magic != WRAP_TIMER_MAGIC); -+ BUG_ON(nt_timer->wrap_timer_magic != WRAP_TIMER_MAGIC); -+#endif -+ KeSetEvent((struct nt_event *)nt_timer, 0, FALSE); -+ if (wrap_timer->repeat) -+ mod_timer(&wrap_timer->timer, jiffies + wrap_timer->repeat); -+ kdpc = nt_timer->kdpc; -+ if (kdpc) -+ queue_kdpc(kdpc); -+ TIMEREXIT(return); -+} -+ -+void wrap_init_timer(struct nt_timer *nt_timer, enum timer_type type, -+ struct ndis_mp_block *nmb) -+{ -+ struct wrap_timer *wrap_timer; -+ -+ /* TODO: if a timer is initialized more than once, we allocate -+ * memory for wrap_timer more than once for the same nt_timer, -+ * wasting memory. We can check if nt_timer->wrap_timer_magic is -+ * set and not allocate, but it is not guaranteed always to be -+ * safe */ -+ TIMERENTER("%p", nt_timer); -+ /* we allocate memory for wrap_timer behind driver's back and -+ * there is no NDIS/DDK function where this memory can be -+ * freed, so we use slack_kmalloc so it gets freed when driver -+ * is unloaded */ -+ if (nmb) -+ wrap_timer = kzalloc(sizeof(*wrap_timer), irql_gfp()); -+ else -+ wrap_timer = slack_kzalloc(sizeof(*wrap_timer)); -+ if (!wrap_timer) { -+ ERROR("couldn't allocate memory for timer"); -+ return; -+ } -+ -+ init_timer(&wrap_timer->timer); -+ wrap_timer->timer.data = (unsigned long)wrap_timer; -+ wrap_timer->timer.function = timer_proc; -+ wrap_timer->nt_timer = nt_timer; -+#ifdef TIMER_DEBUG -+ wrap_timer->wrap_timer_magic = WRAP_TIMER_MAGIC; -+#endif -+ nt_timer->wrap_timer = wrap_timer; -+ nt_timer->kdpc = NULL; -+ initialize_object(&nt_timer->dh, (enum dh_type)type, 0); -+ nt_timer->wrap_timer_magic = WRAP_TIMER_MAGIC; -+ TIMERTRACE("timer %p (%p)", wrap_timer, nt_timer); -+ spin_lock_bh(&ntoskernel_lock); -+ if (nmb) { -+ wrap_timer->slist.next = nmb->wnd->wrap_timer_slist.next; -+ nmb->wnd->wrap_timer_slist.next = &wrap_timer->slist; -+ } else { -+ wrap_timer->slist.next = wrap_timer_slist.next; -+ wrap_timer_slist.next = &wrap_timer->slist; -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ TIMEREXIT(return); -+} -+ -+wstdcall void WIN_FUNC(KeInitializeTimerEx,2) -+ (struct nt_timer *nt_timer, enum timer_type type) -+{ -+ TIMERENTER("%p", nt_timer); -+ wrap_init_timer(nt_timer, type, NULL); -+} -+ -+wstdcall void WIN_FUNC(KeInitializeTimer,1) -+ (struct nt_timer *nt_timer) -+{ -+ TIMERENTER("%p", nt_timer); -+ wrap_init_timer(nt_timer, NotificationTimer, NULL); -+} -+ -+/* expires and repeat are in HZ */ -+BOOLEAN wrap_set_timer(struct nt_timer *nt_timer, unsigned long expires_hz, -+ unsigned long repeat_hz, struct kdpc *kdpc) -+{ -+ struct wrap_timer *wrap_timer; -+ -+ TIMERENTER("%p, %lu, %lu, %p, %lu", -+ nt_timer, expires_hz, repeat_hz, kdpc, jiffies); -+ -+ wrap_timer = nt_timer->wrap_timer; -+ TIMERTRACE("%p", wrap_timer); -+#ifdef TIMER_DEBUG -+ if (wrap_timer->nt_timer != nt_timer) -+ WARNING("bad timers: %p, %p, %p", wrap_timer, nt_timer, -+ wrap_timer->nt_timer); -+ if (nt_timer->wrap_timer_magic != WRAP_TIMER_MAGIC) { -+ WARNING("buggy Windows timer didn't initialize timer %p", -+ nt_timer); -+ return FALSE; -+ } -+ if (wrap_timer->wrap_timer_magic != WRAP_TIMER_MAGIC) { -+ WARNING("timer %p is not initialized (%lx)?", -+ wrap_timer, wrap_timer->wrap_timer_magic); -+ wrap_timer->wrap_timer_magic = WRAP_TIMER_MAGIC; -+ } -+#endif -+ KeClearEvent((struct nt_event *)nt_timer); -+ nt_timer->kdpc = kdpc; -+ wrap_timer->repeat = repeat_hz; -+ if (mod_timer(&wrap_timer->timer, jiffies + expires_hz)) -+ TIMEREXIT(return TRUE); -+ else -+ TIMEREXIT(return FALSE); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeSetTimerEx,4) -+ (struct nt_timer *nt_timer, LARGE_INTEGER duetime_ticks, -+ LONG period_ms, struct kdpc *kdpc) -+{ -+ unsigned long expires_hz, repeat_hz; -+ -+ TIMERENTER("%p, %lld, %d", nt_timer, duetime_ticks, period_ms); -+ expires_hz = SYSTEM_TIME_TO_HZ(duetime_ticks); -+ repeat_hz = MSEC_TO_HZ(period_ms); -+ return wrap_set_timer(nt_timer, expires_hz, repeat_hz, kdpc); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeSetTimer,3) -+ (struct nt_timer *nt_timer, LARGE_INTEGER duetime_ticks, -+ struct kdpc *kdpc) -+{ -+ TIMERENTER("%p, %lld, %p", nt_timer, duetime_ticks, kdpc); -+ return KeSetTimerEx(nt_timer, duetime_ticks, 0, kdpc); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeCancelTimer,1) -+ (struct nt_timer *nt_timer) -+{ -+ struct wrap_timer *wrap_timer; -+ int ret; -+ -+ TIMERENTER("%p", nt_timer); -+ wrap_timer = nt_timer->wrap_timer; -+ if (!wrap_timer) { -+ ERROR("invalid wrap_timer"); -+ return TRUE; -+ } -+#ifdef TIMER_DEBUG -+ BUG_ON(wrap_timer->wrap_timer_magic != WRAP_TIMER_MAGIC); -+#endif -+ /* disable timer before deleting so if it is periodic timer, it -+ * won't be re-armed after deleting */ -+ wrap_timer->repeat = 0; -+ ret = del_timer_sync(&wrap_timer->timer); -+ /* the documentation for KeCancelTimer suggests the DPC is -+ * deqeued, but actually DPC is left to run */ -+ if (ret) -+ TIMEREXIT(return TRUE); -+ else -+ TIMEREXIT(return FALSE); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeReadStateTimer,1) -+ (struct nt_timer *nt_timer) -+{ -+ if (nt_timer->dh.signal_state) -+ return TRUE; -+ else -+ return FALSE; -+} -+ -+wstdcall void WIN_FUNC(KeInitializeDpc,3) -+ (struct kdpc *kdpc, void *func, void *ctx) -+{ -+ ENTER3("%p, %p, %p", kdpc, func, ctx); -+ memset(kdpc, 0, sizeof(*kdpc)); -+ kdpc->func = func; -+ kdpc->ctx = ctx; -+ InitializeListHead(&kdpc->list); -+} -+ -+static void kdpc_worker(struct work_struct *dummy) -+{ -+ struct nt_list *entry; -+ struct kdpc *kdpc; -+ unsigned long flags; -+ KIRQL irql; -+ -+ WORKENTER(""); -+ irql = raise_irql(DISPATCH_LEVEL); -+ while (1) { -+ spin_lock_irqsave(&kdpc_list_lock, flags); -+ entry = RemoveHeadList(&kdpc_list); -+ if (entry) { -+ kdpc = container_of(entry, struct kdpc, list); -+ assert(kdpc->queued); -+ kdpc->queued = 0; -+ } else -+ kdpc = NULL; -+ spin_unlock_irqrestore(&kdpc_list_lock, flags); -+ if (!kdpc) -+ break; -+ WORKTRACE("%p, %p, %p, %p, %p", kdpc, kdpc->func, kdpc->ctx, -+ kdpc->arg1, kdpc->arg2); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ LIN2WIN4(kdpc->func, kdpc, kdpc->ctx, kdpc->arg1, kdpc->arg2); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ } -+ lower_irql(irql); -+ WORKEXIT(return); -+} -+ -+wstdcall void WIN_FUNC(KeFlushQueuedDpcs,0) -+ (void) -+{ -+ kdpc_worker(NULL); -+} -+ -+BOOLEAN queue_kdpc(struct kdpc *kdpc) -+{ -+ BOOLEAN ret; -+ unsigned long flags; -+ -+ WORKENTER("%p", kdpc); -+ spin_lock_irqsave(&kdpc_list_lock, flags); -+ if (kdpc->queued) -+ ret = FALSE; -+ else { -+ if (unlikely(kdpc->importance == HighImportance)) -+ InsertHeadList(&kdpc_list, &kdpc->list); -+ else -+ InsertTailList(&kdpc_list, &kdpc->list); -+ kdpc->queued = 1; -+ ret = TRUE; -+ } -+ spin_unlock_irqrestore(&kdpc_list_lock, flags); -+ if (ret == TRUE) -+ queue_work(ntos_wq, &kdpc_work); -+ WORKTRACE("%d", ret); -+ return ret; -+} -+ -+BOOLEAN dequeue_kdpc(struct kdpc *kdpc) -+{ -+ BOOLEAN ret; -+ unsigned long flags; -+ -+ WORKENTER("%p", kdpc); -+ spin_lock_irqsave(&kdpc_list_lock, flags); -+ if (kdpc->queued) { -+ RemoveEntryList(&kdpc->list); -+ kdpc->queued = 0; -+ ret = TRUE; -+ } else -+ ret = FALSE; -+ spin_unlock_irqrestore(&kdpc_list_lock, flags); -+ WORKTRACE("%d", ret); -+ return ret; -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeInsertQueueDpc,3) -+ (struct kdpc *kdpc, void *arg1, void *arg2) -+{ -+ WORKENTER("%p, %p, %p", kdpc, arg1, arg2); -+ kdpc->arg1 = arg1; -+ kdpc->arg2 = arg2; -+ return queue_kdpc(kdpc); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeRemoveQueueDpc,1) -+ (struct kdpc *kdpc) -+{ -+ return dequeue_kdpc(kdpc); -+} -+ -+wstdcall void WIN_FUNC(KeSetImportanceDpc,2) -+ (struct kdpc *kdpc, enum kdpc_importance importance) -+{ -+ kdpc->importance = importance; -+} -+ -+static void ntos_work_worker(struct work_struct *dummy) -+{ -+ struct ntos_work_item *ntos_work_item; -+ struct nt_list *cur; -+ -+ while (1) { -+ spin_lock_bh(&ntos_work_lock); -+ cur = RemoveHeadList(&ntos_work_list); -+ spin_unlock_bh(&ntos_work_lock); -+ if (!cur) -+ break; -+ ntos_work_item = container_of(cur, struct ntos_work_item, list); -+ WORKTRACE("%p: executing %p, %p, %p", current, -+ ntos_work_item->func, ntos_work_item->arg1, -+ ntos_work_item->arg2); -+ LIN2WIN2(ntos_work_item->func, ntos_work_item->arg1, -+ ntos_work_item->arg2); -+ kfree(ntos_work_item); -+ } -+ WORKEXIT(return); -+} -+ -+int schedule_ntos_work_item(NTOS_WORK_FUNC func, void *arg1, void *arg2) -+{ -+ struct ntos_work_item *ntos_work_item; -+ -+ WORKENTER("adding work: %p, %p, %p", func, arg1, arg2); -+ ntos_work_item = kmalloc(sizeof(*ntos_work_item), irql_gfp()); -+ if (!ntos_work_item) { -+ ERROR("couldn't allocate memory"); -+ return -ENOMEM; -+ } -+ ntos_work_item->func = func; -+ ntos_work_item->arg1 = arg1; -+ ntos_work_item->arg2 = arg2; -+ spin_lock_bh(&ntos_work_lock); -+ InsertTailList(&ntos_work_list, &ntos_work_item->list); -+ spin_unlock_bh(&ntos_work_lock); -+ queue_work(ntos_wq, &ntos_work); -+ WORKEXIT(return 0); -+} -+ -+wstdcall void WIN_FUNC(KeInitializeSpinLock,1) -+ (NT_SPIN_LOCK *lock) -+{ -+ ENTER6("%p", lock); -+ nt_spin_lock_init(lock); -+} -+ -+wstdcall void WIN_FUNC(KeAcquireSpinLock,2) -+ (NT_SPIN_LOCK *lock, KIRQL *irql) -+{ -+ ENTER6("%p", lock); -+ *irql = nt_spin_lock_irql(lock, DISPATCH_LEVEL); -+} -+ -+wstdcall void WIN_FUNC(KeReleaseSpinLock,2) -+ (NT_SPIN_LOCK *lock, KIRQL oldirql) -+{ -+ ENTER6("%p", lock); -+ nt_spin_unlock_irql(lock, oldirql); -+} -+ -+wstdcall void WIN_FUNC(KeAcquireSpinLockAtDpcLevel,1) -+ (NT_SPIN_LOCK *lock) -+{ -+ ENTER6("%p", lock); -+ nt_spin_lock(lock); -+} -+ -+wstdcall void WIN_FUNC(KeReleaseSpinLockFromDpcLevel,1) -+ (NT_SPIN_LOCK *lock) -+{ -+ ENTER6("%p", lock); -+ nt_spin_unlock(lock); -+} -+ -+wstdcall void WIN_FUNC(KeRaiseIrql,2) -+ (KIRQL newirql, KIRQL *oldirql) -+{ -+ ENTER6("%d", newirql); -+ *oldirql = raise_irql(newirql); -+} -+ -+wstdcall KIRQL WIN_FUNC(KeRaiseIrqlToDpcLevel,0) -+ (void) -+{ -+ return raise_irql(DISPATCH_LEVEL); -+} -+ -+wstdcall void WIN_FUNC(KeLowerIrql,1) -+ (KIRQL irql) -+{ -+ ENTER6("%d", irql); -+ lower_irql(irql); -+} -+ -+wstdcall KIRQL WIN_FUNC(KeAcquireSpinLockRaiseToDpc,1) -+ (NT_SPIN_LOCK *lock) -+{ -+ ENTER6("%p", lock); -+ return nt_spin_lock_irql(lock, DISPATCH_LEVEL); -+} -+ -+wstdcall void *WIN_FUNC(ExAllocatePoolWithTag,3) -+ (enum pool_type pool_type, SIZE_T size, ULONG tag) -+{ -+ void *addr; -+ -+ ENTER4("pool_type: %d, size: %zu, tag: 0x%x", pool_type, size, tag); -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ if (size < PAGE_SIZE) -+ addr = kmalloc(size, irql_gfp()); -+ else { -+ if (irql_gfp() & GFP_ATOMIC) { -+ addr = __vmalloc(size, GFP_ATOMIC | __GFP_HIGHMEM, -+ PAGE_KERNEL); -+ TRACE1("%p, %zu", addr, size); -+ } else { -+ addr = vmalloc(size); -+ TRACE1("%p, %zu", addr, size); -+ } -+ } -+ DBG_BLOCK(1) { -+ if (addr) -+ TRACE4("addr: %p, %zu", addr, size); -+ else -+ TRACE1("failed: %zu", size); -+ } -+ return addr; -+} -+WIN_FUNC_DECL(ExAllocatePoolWithTag,3) -+ -+wstdcall void WIN_FUNC(ExFreePoolWithTag,2) -+ (void *addr, ULONG tag) -+{ -+ TRACE4("%p", addr); -+ if ((unsigned long)addr < VMALLOC_START || -+ (unsigned long)addr >= VMALLOC_END) -+ kfree(addr); -+ else -+ vfree(addr); -+ -+ EXIT4(return); -+} -+ -+wstdcall void WIN_FUNC(ExFreePool,1) -+ (void *addr) -+{ -+ ExFreePoolWithTag(addr, 0); -+} -+WIN_FUNC_DECL(ExFreePool,1) -+ -+wstdcall void WIN_FUNC(ExInitializeNPagedLookasideList,7) -+ (struct npaged_lookaside_list *lookaside, -+ LOOKASIDE_ALLOC_FUNC *alloc_func, LOOKASIDE_FREE_FUNC *free_func, -+ ULONG flags, SIZE_T size, ULONG tag, USHORT depth) -+{ -+ ENTER3("lookaside: %p, size: %zu, flags: %u, head: %p, " -+ "alloc: %p, free: %p", lookaside, size, flags, -+ lookaside, alloc_func, free_func); -+ -+ memset(lookaside, 0, sizeof(*lookaside)); -+ -+ lookaside->size = size; -+ lookaside->tag = tag; -+ lookaside->depth = 4; -+ lookaside->maxdepth = 256; -+ lookaside->pool_type = NonPagedPool; -+ -+ if (alloc_func) -+ lookaside->alloc_func = alloc_func; -+ else -+ lookaside->alloc_func = WIN_FUNC_PTR(ExAllocatePoolWithTag,3); -+ if (free_func) -+ lookaside->free_func = free_func; -+ else -+ lookaside->free_func = WIN_FUNC_PTR(ExFreePool,1); -+ -+#ifndef CONFIG_X86_64 -+ nt_spin_lock_init(&lookaside->obsolete); -+#endif -+ EXIT3(return); -+} -+ -+wstdcall void WIN_FUNC(ExDeleteNPagedLookasideList,1) -+ (struct npaged_lookaside_list *lookaside) -+{ -+ struct nt_slist *entry; -+ -+ ENTER3("lookaside = %p", lookaside); -+ while ((entry = ExpInterlockedPopEntrySList(&lookaside->head))) -+ LIN2WIN1(lookaside->free_func, entry); -+ EXIT3(return); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ExCreateCallback,4) -+ (struct callback_object **object, struct object_attributes *attributes, -+ BOOLEAN create, BOOLEAN allow_multiple_callbacks) -+{ -+ struct callback_object *obj; -+ -+ ENTER2(""); -+ spin_lock_bh(&ntoskernel_lock); -+ nt_list_for_each_entry(obj, &callback_objects, callback_funcs) { -+ if (obj->attributes == attributes) { -+ spin_unlock_bh(&ntoskernel_lock); -+ *object = obj; -+ return STATUS_SUCCESS; -+ } -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ obj = allocate_object(sizeof(struct callback_object), -+ OBJECT_TYPE_CALLBACK, NULL); -+ if (!obj) -+ EXIT2(return STATUS_INSUFFICIENT_RESOURCES); -+ InitializeListHead(&obj->callback_funcs); -+ nt_spin_lock_init(&obj->lock); -+ obj->allow_multiple_callbacks = allow_multiple_callbacks; -+ obj->attributes = attributes; -+ *object = obj; -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall void *WIN_FUNC(ExRegisterCallback,3) -+ (struct callback_object *object, PCALLBACK_FUNCTION func, void *context) -+{ -+ struct callback_func *callback; -+ KIRQL irql; -+ -+ ENTER2(""); -+ irql = nt_spin_lock_irql(&object->lock, DISPATCH_LEVEL); -+ if (object->allow_multiple_callbacks == FALSE && -+ !IsListEmpty(&object->callback_funcs)) { -+ nt_spin_unlock_irql(&object->lock, irql); -+ EXIT2(return NULL); -+ } -+ nt_spin_unlock_irql(&object->lock, irql); -+ callback = kmalloc(sizeof(*callback), GFP_KERNEL); -+ if (!callback) { -+ ERROR("couldn't allocate memory"); -+ return NULL; -+ } -+ callback->func = func; -+ callback->context = context; -+ callback->object = object; -+ irql = nt_spin_lock_irql(&object->lock, DISPATCH_LEVEL); -+ InsertTailList(&object->callback_funcs, &callback->list); -+ nt_spin_unlock_irql(&object->lock, irql); -+ EXIT2(return callback); -+} -+ -+wstdcall void WIN_FUNC(ExUnregisterCallback,1) -+ (struct callback_func *callback) -+{ -+ struct callback_object *object; -+ KIRQL irql; -+ -+ ENTER3("%p", callback); -+ if (!callback) -+ return; -+ object = callback->object; -+ irql = nt_spin_lock_irql(&object->lock, DISPATCH_LEVEL); -+ RemoveEntryList(&callback->list); -+ nt_spin_unlock_irql(&object->lock, irql); -+ kfree(callback); -+ return; -+} -+ -+wstdcall void WIN_FUNC(ExNotifyCallback,3) -+ (struct callback_object *object, void *arg1, void *arg2) -+{ -+ struct callback_func *callback; -+ KIRQL irql; -+ -+ ENTER3("%p", object); -+ irql = nt_spin_lock_irql(&object->lock, DISPATCH_LEVEL); -+ nt_list_for_each_entry(callback, &object->callback_funcs, list) { -+ LIN2WIN3(callback->func, callback->context, arg1, arg2); -+ } -+ nt_spin_unlock_irql(&object->lock, irql); -+ return; -+} -+ -+/* check and set signaled state; should be called with dispatcher_lock held */ -+/* @grab indicates if the event should be grabbed or checked -+ * - note that a semaphore may stay in signaled state for multiple -+ * 'grabs' if the count is > 1 */ -+static int grab_object(struct dispatcher_header *dh, -+ struct task_struct *thread, int grab) -+{ -+ EVENTTRACE("%p, %p, %d, %d", dh, thread, grab, dh->signal_state); -+ if (unlikely(is_mutex_object(dh))) { -+ struct nt_mutex *nt_mutex; -+ nt_mutex = container_of(dh, struct nt_mutex, dh); -+ EVENTTRACE("%p, %p, %d, %p, %d", nt_mutex, -+ nt_mutex->owner_thread, dh->signal_state, -+ thread, grab); -+ /* either no thread owns the mutex or this thread owns -+ * it */ -+ assert(dh->signal_state == 1 && nt_mutex->owner_thread == NULL); -+ assert(dh->signal_state < 1 && nt_mutex->owner_thread != NULL); -+ if ((dh->signal_state == 1 && nt_mutex->owner_thread == NULL) || -+ nt_mutex->owner_thread == thread) { -+ if (grab) { -+ dh->signal_state--; -+ nt_mutex->owner_thread = thread; -+ } -+ EVENTEXIT(return 1); -+ } -+ } else if (dh->signal_state > 0) { -+ /* to grab, decrement signal_state for synchronization -+ * or semaphore objects */ -+ if (grab && (is_synch_object(dh) || is_semaphore_object(dh))) -+ dh->signal_state--; -+ EVENTEXIT(return 1); -+ } -+ EVENTEXIT(return 0); -+} -+ -+/* this function should be called holding dispatcher_lock */ -+static void object_signaled(struct dispatcher_header *dh) -+{ -+ struct nt_list *cur, *next; -+ struct wait_block *wb; -+ -+ EVENTENTER("%p", dh); -+ nt_list_for_each_safe(cur, next, &dh->wait_blocks) { -+ wb = container_of(cur, struct wait_block, list); -+ assert(wb->thread != NULL); -+ assert(wb->object == NULL); -+ if (!grab_object(dh, wb->thread, 1)) -+ continue; -+ EVENTTRACE("%p (%p): waking %p", dh, wb, wb->thread); -+ RemoveEntryList(cur); -+ wb->object = dh; -+ *(wb->wait_done) = 1; -+ wake_up_process(wb->thread); -+ } -+ EVENTEXIT(return); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(KeWaitForMultipleObjects,8) -+ (ULONG count, void *object[], enum wait_type wait_type, -+ KWAIT_REASON wait_reason, KPROCESSOR_MODE wait_mode, -+ BOOLEAN alertable, LARGE_INTEGER *timeout, -+ struct wait_block *wait_block_array) -+{ -+ int i, res = 0, wait_count, wait_done; -+ typeof(jiffies) wait_hz = 0; -+ struct wait_block *wb, wb_array[THREAD_WAIT_OBJECTS]; -+ struct dispatcher_header *dh; -+ KIRQL irql = current_irql(); -+ -+ EVENTENTER("%p, %d, %u, %p", current, count, wait_type, timeout); -+ -+ if (count > MAX_WAIT_OBJECTS || -+ (count > THREAD_WAIT_OBJECTS && wait_block_array == NULL)) -+ EVENTEXIT(return STATUS_INVALID_PARAMETER); -+ -+ if (wait_block_array == NULL) -+ wb = wb_array; -+ else -+ wb = wait_block_array; -+ -+ /* If *timeout == 0: In the case of WaitAny, if an object can -+ * be grabbed (object is in signaled state), grab and -+ * return. In the case of WaitAll, we have to first make sure -+ * all objects can be grabbed. If any/some of them can't be -+ * grabbed, either we return STATUS_TIMEOUT or wait for them, -+ * depending on how to satisfy wait. If all of them can be -+ * grabbed, we will grab them in the next loop below */ -+ -+ spin_lock_bh(&dispatcher_lock); -+ for (i = wait_count = 0; i < count; i++) { -+ dh = object[i]; -+ EVENTTRACE("%p: event %p (%d)", current, dh, dh->signal_state); -+ /* wait_type == 1 for WaitAny, 0 for WaitAll */ -+ if (grab_object(dh, current, wait_type)) { -+ if (wait_type == WaitAny) { -+ spin_unlock_bh(&dispatcher_lock); -+ EVENTEXIT(return STATUS_WAIT_0 + i); -+ } -+ } else { -+ EVENTTRACE("%p: wait for %p", current, dh); -+ wait_count++; -+ } -+ } -+ -+ if (timeout && *timeout == 0 && wait_count) { -+ spin_unlock_bh(&dispatcher_lock); -+ EVENTEXIT(return STATUS_TIMEOUT); -+ } -+ -+ /* get the list of objects the thread needs to wait on and add -+ * the thread on the wait list for each such object */ -+ /* if *timeout == 0, this step will grab all the objects */ -+ wait_done = 0; -+ for (i = 0; i < count; i++) { -+ dh = object[i]; -+ EVENTTRACE("%p: event %p (%d)", current, dh, dh->signal_state); -+ wb[i].object = NULL; -+ if (grab_object(dh, current, 1)) { -+ EVENTTRACE("%p: no wait for %p (%d)", -+ current, dh, dh->signal_state); -+ /* mark that we are not waiting on this object */ -+ wb[i].thread = NULL; -+ } else { -+ wb[i].wait_done = &wait_done; -+ wb[i].thread = current; -+ EVENTTRACE("%p: wait for %p", current, dh); -+ InsertTailList(&dh->wait_blocks, &wb[i].list); -+ } -+ } -+ spin_unlock_bh(&dispatcher_lock); -+ if (wait_count == 0) -+ EVENTEXIT(return STATUS_SUCCESS); -+ -+ assert(timeout == NULL || *timeout != 0); -+ if (timeout == NULL) -+ wait_hz = 0; -+ else -+ wait_hz = SYSTEM_TIME_TO_HZ(*timeout); -+ -+ if (irql >= DISPATCH_LEVEL) { -+ WARNING("attempt to wait with irql %d", irql); -+ EVENTEXIT(return STATUS_INVALID_PARAMETER); -+ } -+ EVENTTRACE("%p: sleep for %ld on %p", current, wait_hz, &wait_done); -+ /* we don't honor 'alertable' - according to description for -+ * this, even if waiting in non-alertable state, thread may be -+ * alerted in some circumstances */ -+ while (wait_count) { -+ res = wait_condition(wait_done, wait_hz, TASK_INTERRUPTIBLE); -+ spin_lock_bh(&dispatcher_lock); -+ EVENTTRACE("%p woke up: %d, %d", current, res, wait_done); -+ /* the event may have been set by the time -+ * wrap_wait_event returned and spinlock obtained, so -+ * don't rely on value of 'res' - check event status */ -+ if (!wait_done) { -+ assert(res <= 0); -+ /* timed out or interrupted; remove from wait list */ -+ for (i = 0; i < count; i++) { -+ if (!wb[i].thread) -+ continue; -+ EVENTTRACE("%p: timedout, dequeue %p (%p)", -+ current, object[i], wb[i].object); -+ assert(wb[i].object == NULL); -+ RemoveEntryList(&wb[i].list); -+ } -+ spin_unlock_bh(&dispatcher_lock); -+ if (res < 0) -+ EVENTEXIT(return STATUS_ALERTED); -+ else -+ EVENTEXIT(return STATUS_TIMEOUT); -+ } -+ assert(res > 0); -+ /* woken because object(s) signaled */ -+ for (i = 0; wait_count && i < count; i++) { -+ if (!wb[i].thread || !wb[i].object) -+ continue; -+ DBG_BLOCK(1) { -+ if (wb[i].object != object[i]) { -+ EVENTTRACE("oops %p != %p", -+ wb[i].object, object[i]); -+ continue; -+ } -+ } -+ wait_count--; -+ if (wait_type == WaitAny) { -+ int j; -+ /* done; remove from rest of wait list */ -+ for (j = i + 1; j < count; j++) { -+ if (wb[j].thread && !wb[j].object) -+ RemoveEntryList(&wb[j].list); -+ } -+ spin_unlock_bh(&dispatcher_lock); -+ EVENTEXIT(return STATUS_WAIT_0 + i); -+ } -+ } -+ wait_done = 0; -+ spin_unlock_bh(&dispatcher_lock); -+ if (wait_count == 0) -+ EVENTEXIT(return STATUS_SUCCESS); -+ -+ /* this thread is still waiting for more objects, so -+ * let it wait for remaining time and those objects */ -+ if (timeout) -+ wait_hz = res; -+ else -+ wait_hz = 0; -+ } -+ /* should never reach here, but compiler wants return value */ -+ ERROR("%p: wait_hz: %ld", current, wait_hz); -+ EVENTEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(KeWaitForSingleObject,5) -+ (void *object, KWAIT_REASON wait_reason, KPROCESSOR_MODE wait_mode, -+ BOOLEAN alertable, LARGE_INTEGER *timeout) -+{ -+ return KeWaitForMultipleObjects(1, &object, WaitAny, wait_reason, -+ wait_mode, alertable, timeout, NULL); -+} -+ -+wstdcall void WIN_FUNC(KeInitializeEvent,3) -+ (struct nt_event *nt_event, enum event_type type, BOOLEAN state) -+{ -+ EVENTENTER("event = %p, type = %d, state = %d", nt_event, type, state); -+ initialize_object(&nt_event->dh, (enum dh_type)type, state); -+ EVENTEXIT(return); -+} -+ -+wstdcall LONG WIN_FUNC(KeSetEvent,3) -+ (struct nt_event *nt_event, KPRIORITY incr, BOOLEAN wait) -+{ -+ LONG old_state; -+ -+ EVENTENTER("%p, %d", nt_event, nt_event->dh.type); -+ if (wait == TRUE) -+ WARNING("wait = %d, not yet implemented", wait); -+ spin_lock_bh(&dispatcher_lock); -+ old_state = nt_event->dh.signal_state; -+ nt_event->dh.signal_state = 1; -+ if (old_state == 0) -+ object_signaled(&nt_event->dh); -+ spin_unlock_bh(&dispatcher_lock); -+ EVENTEXIT(return old_state); -+} -+ -+wstdcall void WIN_FUNC(KeClearEvent,1) -+ (struct nt_event *nt_event) -+{ -+ EVENTENTER("%p", nt_event); -+ nt_event->dh.signal_state = 0; -+ EVENTEXIT(return); -+} -+ -+wstdcall LONG WIN_FUNC(KeResetEvent,1) -+ (struct nt_event *nt_event) -+{ -+ LONG old_state; -+ -+ EVENTENTER("%p", nt_event); -+ old_state = xchg(&nt_event->dh.signal_state, 0); -+ EVENTEXIT(return old_state); -+} -+ -+wstdcall LONG WIN_FUNC(KeReadStateEvent,1) -+ (struct nt_event *nt_event) -+{ -+ LONG state; -+ -+ state = nt_event->dh.signal_state; -+ EVENTTRACE("%d", state); -+ return state; -+} -+ -+wstdcall void WIN_FUNC(KeInitializeMutex,2) -+ (struct nt_mutex *mutex, ULONG level) -+{ -+ EVENTENTER("%p", mutex); -+ initialize_object(&mutex->dh, MutexObject, 1); -+ mutex->dh.size = sizeof(*mutex); -+ InitializeListHead(&mutex->list); -+ mutex->abandoned = FALSE; -+ mutex->apc_disable = 1; -+ mutex->owner_thread = NULL; -+ EVENTEXIT(return); -+} -+ -+wstdcall LONG WIN_FUNC(KeReleaseMutex,2) -+ (struct nt_mutex *mutex, BOOLEAN wait) -+{ -+ LONG ret; -+ struct task_struct *thread; -+ -+ EVENTENTER("%p, %d, %p", mutex, wait, current); -+ if (wait == TRUE) -+ WARNING("wait: %d", wait); -+ thread = current; -+ spin_lock_bh(&dispatcher_lock); -+ EVENTTRACE("%p, %p, %p, %d", mutex, thread, mutex->owner_thread, -+ mutex->dh.signal_state); -+ if ((mutex->owner_thread == thread) && (mutex->dh.signal_state <= 0)) { -+ ret = mutex->dh.signal_state++; -+ if (ret == 0) { -+ mutex->owner_thread = NULL; -+ object_signaled(&mutex->dh); -+ } -+ } else { -+ ret = STATUS_MUTANT_NOT_OWNED; -+ WARNING("invalid mutex: %p, %p, %p", mutex, mutex->owner_thread, -+ thread); -+ } -+ EVENTTRACE("%p, %p, %p, %d", mutex, thread, mutex->owner_thread, -+ mutex->dh.signal_state); -+ spin_unlock_bh(&dispatcher_lock); -+ EVENTEXIT(return ret); -+} -+ -+wstdcall void WIN_FUNC(KeInitializeSemaphore,3) -+ (struct nt_semaphore *semaphore, LONG count, LONG limit) -+{ -+ EVENTENTER("%p: %d", semaphore, count); -+ /* if limit > 1, we need to satisfy as many waits (until count -+ * becomes 0); so we keep decrementing count every time a wait -+ * is satisfied */ -+ initialize_object(&semaphore->dh, SemaphoreObject, count); -+ semaphore->dh.size = sizeof(*semaphore); -+ semaphore->limit = limit; -+ EVENTEXIT(return); -+} -+ -+wstdcall LONG WIN_FUNC(KeReleaseSemaphore,4) -+ (struct nt_semaphore *semaphore, KPRIORITY incr, LONG adjustment, -+ BOOLEAN wait) -+{ -+ LONG ret; -+ -+ EVENTENTER("%p", semaphore); -+ spin_lock_bh(&dispatcher_lock); -+ ret = semaphore->dh.signal_state; -+ assert(ret >= 0); -+ if (semaphore->dh.signal_state + adjustment <= semaphore->limit) -+ semaphore->dh.signal_state += adjustment; -+ else { -+ WARNING("releasing %d over limit %d", adjustment, -+ semaphore->limit); -+ semaphore->dh.signal_state = semaphore->limit; -+ } -+ if (semaphore->dh.signal_state > 0) -+ object_signaled(&semaphore->dh); -+ spin_unlock_bh(&dispatcher_lock); -+ EVENTEXIT(return ret); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(KeDelayExecutionThread,3) -+ (KPROCESSOR_MODE wait_mode, BOOLEAN alertable, LARGE_INTEGER *interval) -+{ -+ int res; -+ long timeout; -+ -+ if (wait_mode != 0) -+ ERROR("invalid wait_mode %d", wait_mode); -+ -+ timeout = SYSTEM_TIME_TO_HZ(*interval); -+ EVENTTRACE("%p, %lld, %ld", current, *interval, timeout); -+ if (timeout <= 0) -+ EVENTEXIT(return STATUS_SUCCESS); -+ -+ if (alertable) -+ set_current_state(TASK_INTERRUPTIBLE); -+ else -+ set_current_state(TASK_UNINTERRUPTIBLE); -+ -+ res = schedule_timeout(timeout); -+ EVENTTRACE("%p, %d", current, res); -+ if (res == 0) -+ EVENTEXIT(return STATUS_SUCCESS); -+ else -+ EVENTEXIT(return STATUS_ALERTED); -+} -+ -+wstdcall ULONGLONG WIN_FUNC(KeQueryInterruptTime,0) -+ (void) -+{ -+ EXIT5(return jiffies * TICKSPERJIFFY); -+} -+ -+wstdcall ULONG WIN_FUNC(KeQueryTimeIncrement,0) -+ (void) -+{ -+ EXIT5(return TICKSPERSEC / HZ); -+} -+ -+wstdcall void WIN_FUNC(KeQuerySystemTime,1) -+ (LARGE_INTEGER *time) -+{ -+ *time = ticks_1601(); -+ TRACE5("%llu, %lu", *time, jiffies); -+} -+ -+wstdcall void WIN_FUNC(KeQueryTickCount,1) -+ (LARGE_INTEGER *count) -+{ -+ *count = jiffies; -+} -+ -+wstdcall LARGE_INTEGER WIN_FUNC(KeQueryPerformanceCounter,1) -+ (LARGE_INTEGER *counter) -+{ -+ if (counter) -+ *counter = HZ; -+ return jiffies; -+} -+ -+wstdcall KAFFINITY WIN_FUNC(KeQueryActiveProcessors,0) -+ (void) -+{ -+ int i, n; -+ KAFFINITY bits = 0; -+ n = num_online_cpus(); -+ for (i = 0; i < n; i++) -+ bits = (bits << 1) | 1; -+ return bits; -+} -+ -+struct nt_thread *get_current_nt_thread(void) -+{ -+ struct task_struct *task = current; -+ struct nt_thread *thread; -+ struct common_object_header *header; -+ -+ TRACE6("task: %p", task); -+ thread = NULL; -+ spin_lock_bh(&ntoskernel_lock); -+ nt_list_for_each_entry(header, &object_list, list) { -+ TRACE6("%p, %d", header, header->type); -+ if (header->type != OBJECT_TYPE_NT_THREAD) -+ break; -+ thread = HEADER_TO_OBJECT(header); -+ TRACE6("%p, %p", thread, thread->task); -+ if (thread->task == task) -+ break; -+ else -+ thread = NULL; -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ if (thread == NULL) -+ TRACE4("couldn't find thread for task %p, %d", task, task->pid); -+ TRACE6("%p", thread); -+ return thread; -+} -+ -+static struct task_struct *get_nt_thread_task(struct nt_thread *thread) -+{ -+ struct task_struct *task; -+ struct common_object_header *header; -+ -+ TRACE6("%p", thread); -+ task = NULL; -+ spin_lock_bh(&ntoskernel_lock); -+ nt_list_for_each_entry(header, &object_list, list) { -+ TRACE6("%p, %d", header, header->type); -+ if (header->type != OBJECT_TYPE_NT_THREAD) -+ break; -+ if (thread == HEADER_TO_OBJECT(header)) { -+ task = thread->task; -+ break; -+ } -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ if (task == NULL) -+ TRACE2("%p: couldn't find task for %p", current, thread); -+ return task; -+} -+ -+static struct nt_thread *create_nt_thread(struct task_struct *task) -+{ -+ struct nt_thread *thread; -+ thread = allocate_object(sizeof(*thread), OBJECT_TYPE_NT_THREAD, NULL); -+ if (!thread) { -+ ERROR("couldn't allocate thread object"); -+ EXIT2(return NULL); -+ } -+ thread->task = task; -+ if (task) -+ thread->pid = task->pid; -+ else -+ thread->pid = 0; -+ nt_spin_lock_init(&thread->lock); -+ InitializeListHead(&thread->irps); -+ initialize_object(&thread->dh, ThreadObject, 0); -+ thread->dh.size = sizeof(*thread); -+ thread->prio = LOW_PRIORITY; -+ return thread; -+} -+ -+wstdcall struct nt_thread *WIN_FUNC(KeGetCurrentThread,0) -+ (void) -+{ -+ struct nt_thread *thread = get_current_nt_thread(); -+ TRACE2("%p, %p", thread, current); -+ return thread; -+} -+ -+wstdcall KPRIORITY WIN_FUNC(KeQueryPriorityThread,1) -+ (struct nt_thread *thread) -+{ -+ KPRIORITY prio; -+ struct task_struct *task; -+ -+ TRACE2("%p", thread); -+#ifdef CONFIG_X86_64 -+ /* sis163u driver for amd64 passes 0x1f from thread created by -+ * PsCreateSystemThread - no idea what is 0x1f */ -+ if (thread == (void *)0x1f) -+ thread = get_current_nt_thread(); -+#endif -+ if (!thread) { -+ TRACE2("invalid thread"); -+ EXIT2(return LOW_REALTIME_PRIORITY); -+ } -+ task = get_nt_thread_task(thread); -+ if (!task) { -+ TRACE2("couldn't find task for thread: %p", thread); -+ EXIT2(return LOW_REALTIME_PRIORITY); -+ } -+ -+ prio = thread->prio; -+ -+ TRACE2("%d", prio); -+ return prio; -+} -+ -+wstdcall KPRIORITY WIN_FUNC(KeSetPriorityThread,2) -+ (struct nt_thread *thread, KPRIORITY prio) -+{ -+ KPRIORITY old_prio; -+ struct task_struct *task; -+ -+ TRACE2("thread: %p, priority = %u", thread, prio); -+#ifdef CONFIG_X86_64 -+ if (thread == (void *)0x1f) -+ thread = get_current_nt_thread(); -+#endif -+ if (!thread) { -+ TRACE2("invalid thread"); -+ EXIT2(return LOW_REALTIME_PRIORITY); -+ } -+ task = get_nt_thread_task(thread); -+ if (!task) { -+ TRACE2("couldn't find task for thread: %p", thread); -+ EXIT2(return LOW_REALTIME_PRIORITY); -+ } -+ -+ old_prio = thread->prio; -+ thread->prio = prio; -+ -+ TRACE2("%d, %d", old_prio, thread->prio); -+ return old_prio; -+} -+ -+struct thread_trampoline { -+ void (*func)(void *) wstdcall; -+ void *ctx; -+ struct nt_thread *thread; -+ struct completion started; -+}; -+ -+static int ntdriver_thread(void *data) -+{ -+ struct thread_trampoline *thread_tramp = data; -+ /* yes, a tramp! */ -+ typeof(thread_tramp->func) func = thread_tramp->func; -+ typeof(thread_tramp->ctx) ctx = thread_tramp->ctx; -+ -+ thread_tramp->thread->task = current; -+ thread_tramp->thread->pid = current->pid; -+ TRACE2("thread: %p, task: %p (%d)", thread_tramp->thread, -+ current, current->pid); -+ complete(&thread_tramp->started); -+ -+#ifdef PF_NOFREEZE -+ current->flags |= PF_NOFREEZE; -+#endif -+ strncpy(current->comm, "ntdriver", sizeof(current->comm)); -+ current->comm[sizeof(current->comm)-1] = 0; -+ LIN2WIN1(func, ctx); -+ ERROR("task: %p", current); -+ return 0; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(PsCreateSystemThread,7) -+ (void **handle, ULONG access, void *obj_attr, void *process, -+ void *client_id, void (*func)(void *) wstdcall, void *ctx) -+{ -+ struct thread_trampoline thread_tramp; -+ -+ ENTER2("handle = %p, access = %u, obj_attr = %p, process = %p, " -+ "client_id = %p, func = %p, context = %p", handle, access, -+ obj_attr, process, client_id, func, ctx); -+ -+ thread_tramp.thread = create_nt_thread(NULL); -+ if (!thread_tramp.thread) { -+ ERROR("couldn't allocate thread object"); -+ EXIT2(return STATUS_RESOURCES); -+ } -+ TRACE2("thread: %p", thread_tramp.thread); -+ thread_tramp.func = func; -+ thread_tramp.ctx = ctx; -+ init_completion(&thread_tramp.started); -+ -+ thread_tramp.thread->task = kthread_run(ntdriver_thread, -+ &thread_tramp, "ntdriver"); -+ if (IS_ERR(thread_tramp.thread->task)) { -+ free_object(thread_tramp.thread); -+ EXIT2(return STATUS_FAILURE); -+ } -+ TRACE2("created task: %p", thread_tramp.thread->task); -+ -+ wait_for_completion(&thread_tramp.started); -+ *handle = OBJECT_TO_HEADER(thread_tramp.thread); -+ TRACE2("created thread: %p, %p", thread_tramp.thread, *handle); -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(PsTerminateSystemThread,1) -+ (NTSTATUS status) -+{ -+ struct nt_thread *thread; -+ -+ TRACE2("%p, %08X", current, status); -+ thread = get_current_nt_thread(); -+ TRACE2("%p", thread); -+ if (thread) { -+ KeSetEvent((struct nt_event *)&thread->dh, 0, FALSE); -+ while (1) { -+ struct nt_list *ent; -+ struct irp *irp; -+ KIRQL irql; -+ irql = nt_spin_lock_irql(&thread->lock, DISPATCH_LEVEL); -+ ent = RemoveHeadList(&thread->irps); -+ nt_spin_unlock_irql(&thread->lock, irql); -+ if (!ent) -+ break; -+ irp = container_of(ent, struct irp, thread_list); -+ IOTRACE("%p", irp); -+ IoCancelIrp(irp); -+ } -+ /* the driver may later query this status with -+ * ZwQueryInformationThread */ -+ thread->status = status; -+ } else -+ ERROR("couldn't find thread for task: %p", current); -+ -+ complete_and_exit(NULL, status); -+ ERROR("oops: %p, %d", thread->task, thread->pid); -+ return STATUS_FAILURE; -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeRemoveEntryDeviceQueue,2) -+ (struct kdevice_queue *dev_queue, struct kdevice_queue_entry *entry) -+{ -+ struct kdevice_queue_entry *e; -+ KIRQL irql; -+ -+ irql = nt_spin_lock_irql(&dev_queue->lock, DISPATCH_LEVEL); -+ nt_list_for_each_entry(e, &dev_queue->list, list) { -+ if (e == entry) { -+ RemoveEntryList(&e->list); -+ nt_spin_unlock_irql(&dev_queue->lock, irql); -+ return TRUE; -+ } -+ } -+ nt_spin_unlock_irql(&dev_queue->lock, irql); -+ return FALSE; -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeSynchronizeExecution,3) -+ (struct kinterrupt *interrupt, PKSYNCHRONIZE_ROUTINE synch_routine, -+ void *ctx) -+{ -+ BOOLEAN ret; -+ unsigned long flags; -+ -+ nt_spin_lock_irqsave(interrupt->actual_lock, flags); -+ ret = LIN2WIN1(synch_routine, ctx); -+ nt_spin_unlock_irqrestore(interrupt->actual_lock, flags); -+ TRACE6("%d", ret); -+ return ret; -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeRegisterBugCheckReasonCallback,4) -+ (void *callback_record, void *callback_routine, UINT reason, -+ char *component) -+{ -+ TRACE1("callback_record: %p, callback_routine: %p, reason: %d, " -+ "component: %s", callback_record, callback_routine, reason, -+ component); -+ TODO(); -+ return FALSE; -+} -+ -+wstdcall BOOLEAN WIN_FUNC(KeDeregisterBugCheckReasonCallback,1) -+ (void *callback_record) -+{ -+ TRACE1("callback_record: %p", callback_record); -+ TODO(); -+ return TRUE; -+} -+ -+wstdcall void *WIN_FUNC(MmAllocateContiguousMemorySpecifyCache,5) -+ (SIZE_T size, PHYSICAL_ADDRESS lowest, PHYSICAL_ADDRESS highest, -+ PHYSICAL_ADDRESS boundary, enum memory_caching_type cache_type) -+{ -+ void *addr; -+ gfp_t flags; -+ -+ ENTER2("%zu, 0x%llx, 0x%llx, 0x%llx, %d", size, lowest, -+ highest, boundary, cache_type); -+ flags = irql_gfp(); -+ addr = wrap_get_free_pages(flags, size); -+ TRACE2("%p, %zu, 0x%x", addr, size, flags); -+ if (addr && ((virt_to_phys(addr) + size) <= highest)) -+ EXIT2(return addr); -+#ifdef CONFIG_X86_64 -+ /* GFP_DMA is really only 16MB even on x86-64, but there is no -+ * other zone available */ -+ if (highest <= DMA_BIT_MASK(31)) -+ flags |= __GFP_DMA; -+ else if (highest <= DMA_BIT_MASK(32)) -+ flags |= __GFP_DMA32; -+#else -+ if (highest <= DMA_BIT_MASK(24)) -+ flags |= __GFP_DMA; -+ else if (highest > DMA_BIT_MASK(30)) -+ flags |= __GFP_HIGHMEM; -+#endif -+ if (addr) -+ free_pages((unsigned long)addr, get_order(size)); -+ addr = wrap_get_free_pages(flags, size); -+ TRACE2("%p, %zu, 0x%x", addr, size, flags); -+ return addr; -+} -+ -+wstdcall void WIN_FUNC(MmFreeContiguousMemorySpecifyCache,3) -+ (void *base, SIZE_T size, enum memory_caching_type cache_type) -+{ -+ TRACE2("%p, %zu", base, size); -+ free_pages((unsigned long)base, get_order(size)); -+} -+ -+wstdcall PHYSICAL_ADDRESS WIN_FUNC(MmGetPhysicalAddress,1) -+ (void *base) -+{ -+ unsigned long phy = virt_to_phys(base); -+ TRACE2("%p, %p", base, (void *)phy); -+ return phy; -+} -+ -+/* Atheros card with pciid 168C:0014 calls this function with 0xf0000 -+ * and 0xf6ef0 address, and then check for things that seem to be -+ * related to ACPI: "_SM_" and "_DMI_". This may be the hack they do -+ * to check if this card is installed in IBM thinkpads; we can -+ * probably get this device to work if we create a buffer with the -+ * strings as required by the driver and return virtual address for -+ * that address instead */ -+wstdcall void __iomem *WIN_FUNC(MmMapIoSpace,3) -+ (PHYSICAL_ADDRESS phys_addr, SIZE_T size, -+ enum memory_caching_type cache) -+{ -+ void __iomem *virt; -+ ENTER1("cache type: %d", cache); -+ if (cache == MmCached) -+ virt = ioremap(phys_addr, size); -+ else -+ virt = ioremap_nocache(phys_addr, size); -+ TRACE1("%llx, %zu, %p", phys_addr, size, virt); -+ return virt; -+} -+ -+wstdcall void WIN_FUNC(MmUnmapIoSpace,2) -+ (void __iomem *addr, SIZE_T size) -+{ -+ ENTER1("%p, %zu", addr, size); -+ iounmap(addr); -+ return; -+} -+ -+wstdcall ULONG WIN_FUNC(MmSizeOfMdl,2) -+ (void *base, ULONG length) -+{ -+ return sizeof(struct mdl) + -+ (sizeof(PFN_NUMBER) * SPAN_PAGES(base, length)); -+} -+ -+struct mdl *allocate_init_mdl(void *virt, ULONG length) -+{ -+ struct wrap_mdl *wrap_mdl; -+ struct mdl *mdl; -+ int mdl_size = MmSizeOfMdl(virt, length); -+ -+ if (mdl_size <= MDL_CACHE_SIZE) { -+ wrap_mdl = kmem_cache_alloc(mdl_cache, irql_gfp()); -+ if (!wrap_mdl) -+ return NULL; -+ spin_lock_bh(&dispatcher_lock); -+ InsertHeadList(&wrap_mdl_list, &wrap_mdl->list); -+ spin_unlock_bh(&dispatcher_lock); -+ mdl = wrap_mdl->mdl; -+ TRACE3("allocated mdl from cache: %p(%p), %p(%d)", -+ wrap_mdl, mdl, virt, length); -+ memset(mdl, 0, MDL_CACHE_SIZE); -+ MmInitializeMdl(mdl, virt, length); -+ /* mark the MDL as allocated from cache pool so when -+ * it is freed, we free it back to the pool */ -+ mdl->flags = MDL_ALLOCATED_FIXED_SIZE | MDL_CACHE_ALLOCATED; -+ } else { -+ wrap_mdl = -+ kmalloc(sizeof(*wrap_mdl) + mdl_size, irql_gfp()); -+ if (!wrap_mdl) -+ return NULL; -+ mdl = wrap_mdl->mdl; -+ TRACE3("allocated mdl from memory: %p(%p), %p(%d)", -+ wrap_mdl, mdl, virt, length); -+ spin_lock_bh(&dispatcher_lock); -+ InsertHeadList(&wrap_mdl_list, &wrap_mdl->list); -+ spin_unlock_bh(&dispatcher_lock); -+ memset(mdl, 0, mdl_size); -+ MmInitializeMdl(mdl, virt, length); -+ mdl->flags = MDL_ALLOCATED_FIXED_SIZE; -+ } -+ return mdl; -+} -+ -+void free_mdl(struct mdl *mdl) -+{ -+ /* A driver may allocate Mdl with NdisAllocateBuffer and free -+ * with IoFreeMdl (e.g., 64-bit Broadcom). Since we need to -+ * treat buffers allocated with Ndis calls differently, we -+ * must call NdisFreeBuffer if it is allocated with Ndis -+ * function. We set 'pool' field in Ndis functions. */ -+ if (!mdl) -+ return; -+ if (mdl->pool) -+ NdisFreeBuffer(mdl); -+ else { -+ struct wrap_mdl *wrap_mdl = (struct wrap_mdl *) -+ ((char *)mdl - offsetof(struct wrap_mdl, mdl)); -+ spin_lock_bh(&dispatcher_lock); -+ RemoveEntryList(&wrap_mdl->list); -+ spin_unlock_bh(&dispatcher_lock); -+ -+ if (mdl->flags & MDL_CACHE_ALLOCATED) { -+ TRACE3("freeing mdl cache: %p, %p, %p", -+ wrap_mdl, mdl, mdl->mappedsystemva); -+ kmem_cache_free(mdl_cache, wrap_mdl); -+ } else { -+ TRACE3("freeing mdl: %p, %p, %p", -+ wrap_mdl, mdl, mdl->mappedsystemva); -+ kfree(wrap_mdl); -+ } -+ } -+ return; -+} -+ -+wstdcall void WIN_FUNC(IoBuildPartialMdl,4) -+ (struct mdl *source, struct mdl *target, void *virt, ULONG length) -+{ -+ MmInitializeMdl(target, virt, length); -+ target->flags |= MDL_PARTIAL; -+} -+ -+wstdcall void WIN_FUNC(MmBuildMdlForNonPagedPool,1) -+ (struct mdl *mdl) -+{ -+ PFN_NUMBER *mdl_pages; -+ int i, n; -+ -+ ENTER4("%p", mdl); -+ /* already mapped */ -+// mdl->mappedsystemva = MmGetMdlVirtualAddress(mdl); -+ mdl->flags |= MDL_SOURCE_IS_NONPAGED_POOL; -+ TRACE4("%p, %p, %p, %d, %d", mdl, mdl->mappedsystemva, mdl->startva, -+ mdl->byteoffset, mdl->bytecount); -+ n = SPAN_PAGES(MmGetSystemAddressForMdl(mdl), MmGetMdlByteCount(mdl)); -+ if (n > MDL_CACHE_PAGES) -+ WARNING("%p, %d, %d", MmGetSystemAddressForMdl(mdl), -+ MmGetMdlByteCount(mdl), n); -+ mdl_pages = MmGetMdlPfnArray(mdl); -+ for (i = 0; i < n; i++) -+ mdl_pages[i] = (ULONG_PTR)mdl->startva + (i * PAGE_SIZE); -+ EXIT4(return); -+} -+ -+wstdcall void *WIN_FUNC(MmMapLockedPages,2) -+ (struct mdl *mdl, KPROCESSOR_MODE access_mode) -+{ -+ /* already mapped */ -+// mdl->mappedsystemva = MmGetMdlVirtualAddress(mdl); -+ mdl->flags |= MDL_MAPPED_TO_SYSTEM_VA; -+ /* what is the need for MDL_PARTIAL_HAS_BEEN_MAPPED? */ -+ if (mdl->flags & MDL_PARTIAL) -+ mdl->flags |= MDL_PARTIAL_HAS_BEEN_MAPPED; -+ return mdl->mappedsystemva; -+} -+ -+wstdcall void *WIN_FUNC(MmMapLockedPagesSpecifyCache,6) -+ (struct mdl *mdl, KPROCESSOR_MODE access_mode, -+ enum memory_caching_type cache_type, void *base_address, -+ ULONG bug_check, enum mm_page_priority priority) -+{ -+ return MmMapLockedPages(mdl, access_mode); -+} -+ -+wstdcall void WIN_FUNC(MmUnmapLockedPages,2) -+ (void *base, struct mdl *mdl) -+{ -+ mdl->flags &= ~MDL_MAPPED_TO_SYSTEM_VA; -+ return; -+} -+ -+wstdcall void WIN_FUNC(MmProbeAndLockPages,3) -+ (struct mdl *mdl, KPROCESSOR_MODE access_mode, -+ enum lock_operation operation) -+{ -+ /* already locked */ -+ mdl->flags |= MDL_PAGES_LOCKED; -+ return; -+} -+ -+wstdcall void WIN_FUNC(MmUnlockPages,1) -+ (struct mdl *mdl) -+{ -+ mdl->flags &= ~MDL_PAGES_LOCKED; -+ return; -+} -+ -+wstdcall BOOLEAN WIN_FUNC(MmIsAddressValid,1) -+ (void *virt_addr) -+{ -+ if (virt_addr_valid(virt_addr)) -+ return TRUE; -+ else -+ return FALSE; -+} -+ -+wstdcall void *WIN_FUNC(MmLockPagableDataSection,1) -+ (void *address) -+{ -+ return address; -+} -+ -+wstdcall void WIN_FUNC(MmUnlockPagableImageSection,1) -+ (void *handle) -+{ -+ return; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ObReferenceObjectByHandle,6) -+ (void *handle, ACCESS_MASK desired_access, void *obj_type, -+ KPROCESSOR_MODE access_mode, void **object, void *handle_info) -+{ -+ struct common_object_header *hdr; -+ -+ TRACE2("%p", handle); -+ hdr = HANDLE_TO_HEADER(handle); -+ atomic_inc_var(hdr->ref_count); -+ *object = HEADER_TO_OBJECT(hdr); -+ TRACE2("%p, %p, %d, %p", hdr, object, hdr->ref_count, *object); -+ return STATUS_SUCCESS; -+} -+ -+/* DDK doesn't say if return value should be before incrementing or -+ * after incrementing reference count, but according to #reactos -+ * developers, it should be return value after incrementing */ -+wfastcall LONG WIN_FUNC(ObfReferenceObject,1) -+ (void *object) -+{ -+ struct common_object_header *hdr; -+ LONG ret; -+ -+ hdr = OBJECT_TO_HEADER(object); -+ ret = post_atomic_add(hdr->ref_count, 1); -+ TRACE2("%p, %d, %p", hdr, hdr->ref_count, object); -+ return ret; -+} -+ -+static int dereference_object(void *object) -+{ -+ struct common_object_header *hdr; -+ int ref_count; -+ -+ ENTER2("object: %p", object); -+ hdr = OBJECT_TO_HEADER(object); -+ TRACE2("hdr: %p", hdr); -+ ref_count = post_atomic_add(hdr->ref_count, -1); -+ TRACE2("object: %p, %d", object, ref_count); -+ if (ref_count < 0) -+ ERROR("invalid object: %p (%d)", object, ref_count); -+ if (ref_count <= 0) { -+ free_object(object); -+ return 1; -+ } else -+ return 0; -+} -+ -+wfastcall void WIN_FUNC(ObfDereferenceObject,1) -+ (void *object) -+{ -+ TRACE2("%p", object); -+ dereference_object(object); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwCreateFile,11) -+ (void **handle, ACCESS_MASK access_mask, -+ struct object_attributes *obj_attr, struct io_status_block *iosb, -+ LARGE_INTEGER *size, ULONG file_attr, ULONG share_access, -+ ULONG create_disposition, ULONG create_options, void *ea_buffer, -+ ULONG ea_length) -+{ -+ struct common_object_header *coh; -+ struct file_object *fo; -+ struct ansi_string ansi; -+ struct wrap_bin_file *bin_file; -+ char *file_basename; -+ NTSTATUS status; -+ -+ spin_lock_bh(&ntoskernel_lock); -+ nt_list_for_each_entry(coh, &object_list, list) { -+ if (coh->type != OBJECT_TYPE_FILE) -+ continue; -+ /* TODO: check if file is opened in shared mode */ -+ if (!RtlCompareUnicodeString(&coh->name, obj_attr->name, TRUE)) { -+ fo = HEADER_TO_OBJECT(coh); -+ bin_file = fo->wrap_bin_file; -+ *handle = coh; -+ spin_unlock_bh(&ntoskernel_lock); -+ ObReferenceObject(fo); -+ iosb->status = FILE_OPENED; -+ iosb->info = bin_file->size; -+ EXIT2(return STATUS_SUCCESS); -+ } -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ -+ if (RtlUnicodeStringToAnsiString(&ansi, obj_attr->name, TRUE) != -+ STATUS_SUCCESS) -+ EXIT2(return STATUS_INSUFFICIENT_RESOURCES); -+ -+ file_basename = strrchr(ansi.buf, '\\'); -+ if (file_basename) -+ file_basename++; -+ else -+ file_basename = ansi.buf; -+ TRACE2("file: '%s', '%s'", ansi.buf, file_basename); -+ -+ fo = allocate_object(sizeof(struct file_object), OBJECT_TYPE_FILE, -+ obj_attr->name); -+ if (!fo) { -+ RtlFreeAnsiString(&ansi); -+ iosb->status = STATUS_INSUFFICIENT_RESOURCES; -+ iosb->info = 0; -+ EXIT2(return STATUS_FAILURE); -+ } -+ coh = OBJECT_TO_HEADER(fo); -+ bin_file = get_bin_file(file_basename); -+ if (bin_file) { -+ TRACE2("%s, %s", bin_file->name, file_basename); -+ fo->flags = FILE_OPENED; -+ } else if (access_mask & FILE_WRITE_DATA) { -+ bin_file = kzalloc(sizeof(*bin_file), GFP_KERNEL); -+ if (bin_file) { -+ strncpy(bin_file->name, file_basename, -+ sizeof(bin_file->name)); -+ bin_file->name[sizeof(bin_file->name)-1] = 0; -+ bin_file->data = vmalloc(*size); -+ if (bin_file->data) { -+ memset(bin_file->data, 0, *size); -+ bin_file->size = *size; -+ fo->flags = FILE_CREATED; -+ } else { -+ kfree(bin_file); -+ bin_file = NULL; -+ } -+ } -+ } else -+ bin_file = NULL; -+ -+ RtlFreeAnsiString(&ansi); -+ if (!bin_file) { -+ iosb->status = FILE_DOES_NOT_EXIST; -+ iosb->info = 0; -+ free_object(fo); -+ EXIT2(return STATUS_FAILURE); -+ } -+ -+ fo->wrap_bin_file = bin_file; -+ fo->current_byte_offset = 0; -+ if (access_mask & FILE_READ_DATA) -+ fo->read_access = TRUE; -+ if (access_mask & FILE_WRITE_DATA) -+ fo->write_access = TRUE; -+ iosb->status = FILE_OPENED; -+ iosb->info = bin_file->size; -+ *handle = coh; -+ TRACE2("handle: %p", *handle); -+ status = STATUS_SUCCESS; -+ EXIT2(return status); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwOpenFile,6) -+ (void **handle, ACCESS_MASK access_mask, -+ struct object_attributes *obj_attr, struct io_status_block *iosb, -+ ULONG share_access, ULONG open_options) -+{ -+ LARGE_INTEGER size; -+ return ZwCreateFile(handle, access_mask, obj_attr, iosb, &size, 0, -+ share_access, 0, open_options, NULL, 0); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwReadFile,9) -+ (void *handle, struct nt_event *event, void *apc_routine, -+ void *apc_context, struct io_status_block *iosb, void *buffer, -+ ULONG length, LARGE_INTEGER *byte_offset, ULONG *key) -+{ -+ struct file_object *fo; -+ struct common_object_header *coh; -+ ULONG count; -+ size_t offset; -+ struct wrap_bin_file *file; -+ -+ TRACE2("%p", handle); -+ coh = handle; -+ if (coh->type != OBJECT_TYPE_FILE) { -+ ERROR("handle %p is invalid: %d", handle, coh->type); -+ EXIT2(return STATUS_FAILURE); -+ } -+ fo = HANDLE_TO_OBJECT(coh); -+ file = fo->wrap_bin_file; -+ TRACE2("file: %s (%zu)", file->name, file->size); -+ spin_lock_bh(&ntoskernel_lock); -+ if (byte_offset) -+ offset = *byte_offset; -+ else -+ offset = fo->current_byte_offset; -+ count = min((size_t)length, file->size - offset); -+ TRACE2("count: %u, offset: %zu, length: %u", count, offset, length); -+ memcpy(buffer, ((void *)file->data) + offset, count); -+ fo->current_byte_offset = offset + count; -+ spin_unlock_bh(&ntoskernel_lock); -+ iosb->status = STATUS_SUCCESS; -+ iosb->info = count; -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwWriteFile,9) -+ (void *handle, struct nt_event *event, void *apc_routine, -+ void *apc_context, struct io_status_block *iosb, void *buffer, -+ ULONG length, LARGE_INTEGER *byte_offset, ULONG *key) -+{ -+ struct file_object *fo; -+ struct common_object_header *coh; -+ struct wrap_bin_file *file; -+ unsigned long offset; -+ -+ TRACE2("%p", handle); -+ coh = handle; -+ if (coh->type != OBJECT_TYPE_FILE) { -+ ERROR("handle %p is invalid: %d", handle, coh->type); -+ EXIT2(return STATUS_FAILURE); -+ } -+ fo = HANDLE_TO_OBJECT(coh); -+ file = fo->wrap_bin_file; -+ TRACE2("file: %zu, %u", file->size, length); -+ spin_lock_bh(&ntoskernel_lock); -+ if (byte_offset) -+ offset = *byte_offset; -+ else -+ offset = fo->current_byte_offset; -+ if (length + offset > file->size) { -+ WARNING("%lu, %zu", length + offset, file->size); -+ /* TODO: implement writing past end of current size */ -+ iosb->status = STATUS_FAILURE; -+ iosb->info = 0; -+ } else { -+ memcpy(file->data + offset, buffer, length); -+ iosb->status = STATUS_SUCCESS; -+ iosb->info = length; -+ fo->current_byte_offset = offset + length; -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ EXIT2(return iosb->status); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwClose,1) -+ (void *handle) -+{ -+ struct common_object_header *coh; -+ -+ TRACE2("%p", handle); -+ if (handle == NULL) { -+ TRACE1(""); -+ EXIT2(return STATUS_SUCCESS); -+ } -+ coh = handle; -+ if (coh->type == OBJECT_TYPE_FILE) { -+ struct file_object *fo; -+ struct wrap_bin_file *bin_file; -+ typeof(fo->flags) flags; -+ -+ fo = HANDLE_TO_OBJECT(handle); -+ flags = fo->flags; -+ bin_file = fo->wrap_bin_file; -+ if (dereference_object(fo)) { -+ if (flags == FILE_CREATED) { -+ vfree(bin_file->data); -+ kfree(bin_file); -+ } else -+ free_bin_file(bin_file); -+ } -+ } else if (coh->type == OBJECT_TYPE_NT_THREAD) { -+ struct nt_thread *thread = HANDLE_TO_OBJECT(handle); -+ TRACE2("thread: %p (%p)", thread, handle); -+ ObDereferenceObject(thread); -+ } else { -+ /* TODO: can we just dereference object here? */ -+ WARNING("closing handle 0x%x not implemented", coh->type); -+ } -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwQueryInformationFile,5) -+ (void *handle, struct io_status_block *iosb, void *info, -+ ULONG length, enum file_info_class class) -+{ -+ struct file_object *fo; -+ struct file_name_info *fni; -+ struct file_std_info *fsi; -+ struct wrap_bin_file *file; -+ struct common_object_header *coh; -+ -+ ENTER2("%p", handle); -+ coh = handle; -+ if (coh->type != OBJECT_TYPE_FILE) { -+ ERROR("handle %p is invalid: %d", coh, coh->type); -+ EXIT2(return STATUS_FAILURE); -+ } -+ fo = HANDLE_TO_OBJECT(handle); -+ TRACE2("fo: %p, %d", fo, class); -+ switch (class) { -+ case FileNameInformation: -+ fni = info; -+ fni->length = min(length, (typeof(length))coh->name.length); -+ memcpy(fni->name, coh->name.buf, fni->length); -+ iosb->status = STATUS_SUCCESS; -+ iosb->info = fni->length; -+ break; -+ case FileStandardInformation: -+ fsi = info; -+ file = fo->wrap_bin_file; -+ fsi->alloc_size = file->size; -+ fsi->eof = file->size; -+ fsi->num_links = 1; -+ fsi->delete_pending = FALSE; -+ fsi->dir = FALSE; -+ iosb->status = STATUS_SUCCESS; -+ iosb->info = 0; -+ break; -+ default: -+ WARNING("type %d not implemented yet", class); -+ iosb->status = STATUS_FAILURE; -+ iosb->info = 0; -+ break; -+ } -+ EXIT2(return iosb->status); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwOpenSection,3) -+ (void **handle, ACCESS_MASK access, struct object_attributes *obj_attrs) -+{ -+ INFO("%p, 0x%x, %d", obj_attrs, obj_attrs->attributes, access); -+ TODO(); -+ *handle = obj_attrs; -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwMapViewOfSection,10) -+ (void *secn_handle, void *process_handle, void **base_address, -+ ULONG zero_bits, SIZE_T commit_size, LARGE_INTEGER *secn_offset, -+ SIZE_T *view_size, enum section_inherit inherit, ULONG alloc_type, -+ ULONG protect) -+{ -+ INFO("%p, %p, %p", secn_handle, process_handle, base_address); -+ TODO(); -+ *base_address = (void *)0xdeadbeef; -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwUnmapViewOfSection,2) -+ (void *process_handle, void *base_address) -+{ -+ INFO("%p, %p", process_handle, base_address); -+ TODO(); -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwCreateKey,7) -+ (void **handle, ACCESS_MASK desired_access, -+ struct object_attributes *attr, ULONG title_index, -+ struct unicode_string *class, ULONG create_options, -+ ULONG *disposition) -+{ -+ struct ansi_string ansi; -+ if (RtlUnicodeStringToAnsiString(&ansi, attr->name, TRUE) == -+ STATUS_SUCCESS) { -+ TRACE1("key: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ *handle = NULL; -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwOpenKey,3) -+ (void **handle, ACCESS_MASK desired_access, -+ struct object_attributes *attr) -+{ -+ struct ansi_string ansi; -+ if (RtlUnicodeStringToAnsiString(&ansi, attr->name, TRUE) == -+ STATUS_SUCCESS) { -+ TRACE1("key: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ *handle = NULL; -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwSetValueKey,6) -+ (void *handle, struct unicode_string *name, ULONG title_index, -+ ULONG type, void *data, ULONG data_size) -+{ -+ struct ansi_string ansi; -+ if (RtlUnicodeStringToAnsiString(&ansi, name, TRUE) == -+ STATUS_SUCCESS) { -+ TRACE1("key: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwQueryValueKey,6) -+ (void *handle, struct unicode_string *name, -+ enum key_value_information_class class, void *info, -+ ULONG length, ULONG *res_length) -+{ -+ struct ansi_string ansi; -+ if (RtlUnicodeStringToAnsiString(&ansi, name, TRUE) == STATUS_SUCCESS) { -+ TRACE1("key: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ TODO(); -+ return STATUS_INVALID_PARAMETER; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwDeleteKey,1) -+ (void *handle) -+{ -+ ENTER2("%p", handle); -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(ZwPowerInformation,5) -+ (INT info_level, void *in_buf, ULONG in_buf_len, void *out_buf, -+ ULONG out_buf_len) -+{ -+ INFO("%d, %u, %u", info_level, in_buf_len, out_buf_len); -+ TODO(); -+ return STATUS_ACCESS_DENIED; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(WmiSystemControl,4) -+ (struct wmilib_context *info, struct device_object *dev_obj, -+ struct irp *irp, void *irp_disposition) -+{ -+ TODO(); -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(WmiCompleteRequest,5) -+ (struct device_object *dev_obj, struct irp *irp, NTSTATUS status, -+ ULONG buffer_used, CCHAR priority_boost) -+{ -+ TODO(); -+ return STATUS_SUCCESS; -+} -+ -+noregparm NTSTATUS WIN_FUNC(WmiTraceMessage,12) -+ (void *tracehandle, ULONG message_flags, -+ void *message_guid, USHORT message_no, ...) -+{ -+ TODO(); -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(WmiQueryTraceInformation,4) -+ (enum trace_information_class trace_info_class, void *trace_info, -+ ULONG *req_length, void *buf) -+{ -+ TODO(); -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+/* this function can't be wstdcall as it takes variable number of args */ -+__attribute__((format(printf, 1, 2))) -+noregparm ULONG WIN_FUNC(DbgPrint,12) -+ (char *format, ...) -+{ -+#if DEBUG >= 1 -+ va_list args; -+ static char buf[100]; -+ -+ va_start(args, format); -+ vsnprintf(buf, sizeof(buf), format, args); -+ printk(KERN_DEBUG "%s (%s): %s", DRIVER_NAME, __func__, buf); -+ va_end(args); -+#endif -+ return STATUS_SUCCESS; -+} -+ -+__attribute__((format(printf, 3, 4))) -+noregparm ULONG WIN_FUNC(DbgPrintEx,12) -+ (ULONG component_id, ULONG severity, char *format, ...) -+{ -+#if DEBUG >= 1 -+ va_list args; -+ static char buf[100]; -+ -+ va_start(args, format); -+ vsnprintf(buf, sizeof(buf), format, args); -+ TRACE1("component_id: %d, severity: %d\n", component_id, severity); -+ printk(KERN_DEBUG "%s (%s): %s", DRIVER_NAME, __func__, buf); -+ va_end(args); -+#endif -+ return STATUS_SUCCESS; -+} -+ -+wstdcall void WIN_FUNC(KeBugCheck,1) -+ (ULONG code) -+{ -+ ERROR("Unrecoverable error reported by the driver"); -+ ERROR("code: 0x%x\n", code); -+ dump_stack(); -+ return; -+} -+ -+wstdcall void WIN_FUNC(KeBugCheckEx,5) -+ (ULONG code, ULONG_PTR param1, ULONG_PTR param2, -+ ULONG_PTR param3, ULONG_PTR param4) -+{ -+ ERROR("Unrecoverable error reported by the driver"); -+ ERROR("code: 0x%x, params: 0x%lx 0x%lx 0x%lx 0x%lx\n", code, param1, -+ param2, param3, param4); -+ dump_stack(); -+ return; -+} -+ -+wstdcall void WIN_FUNC(ExSystemTimeToLocalTime,2) -+ (LARGE_INTEGER *system_time, LARGE_INTEGER *local_time) -+{ -+ *local_time = *system_time; -+} -+ -+wstdcall ULONG WIN_FUNC(ExSetTimerResolution,2) -+ (ULONG time, BOOLEAN set) -+{ -+ /* why a driver should change system wide timer resolution is -+ * beyond me */ -+ return time; -+} -+ -+wstdcall void WIN_FUNC(DbgBreakPoint,0) -+ (void) -+{ -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(_except_handler3,0) -+ (void) -+{ -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(__C_specific_handler,0) -+ (void) -+{ -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(_purecall,0) -+ (void) -+{ -+ TODO(); -+} -+ -+struct worker_init_struct { -+ struct work_struct work; -+ struct completion completion; -+ struct nt_thread *nt_thread; -+}; -+ -+int ntoskernel_init(void) -+{ -+ struct timeval now; -+ -+ spin_lock_init(&dispatcher_lock); -+ spin_lock_init(&ntoskernel_lock); -+ spin_lock_init(&ntos_work_lock); -+ spin_lock_init(&kdpc_list_lock); -+ spin_lock_init(&irp_cancel_lock); -+ InitializeListHead(&wrap_mdl_list); -+ InitializeListHead(&kdpc_list); -+ InitializeListHead(&callback_objects); -+ InitializeListHead(&bus_driver_list); -+ InitializeListHead(&object_list); -+ InitializeListHead(&ntos_work_list); -+ -+ nt_spin_lock_init(&nt_list_lock); -+ -+ INIT_WORK(&kdpc_work, kdpc_worker); -+ INIT_WORK(&ntos_work, ntos_work_worker); -+ wrap_timer_slist.next = NULL; -+ -+ do_gettimeofday(&now); -+ wrap_ticks_to_boot = TICKS_1601_TO_1970; -+ wrap_ticks_to_boot += (u64)now.tv_sec * TICKSPERSEC; -+ wrap_ticks_to_boot += now.tv_usec * 10; -+ wrap_ticks_to_boot -= jiffies * TICKSPERJIFFY; -+ TRACE2("%llu", wrap_ticks_to_boot); -+ -+ cpu_count = num_online_cpus(); -+ -+#ifdef WRAP_PREEMPT -+ do { -+ int cpu; -+ for_each_possible_cpu(cpu) { -+ struct irql_info *info; -+ info = &per_cpu(irql_info, cpu); -+ mutex_init(&(info->lock)); -+ info->task = NULL; -+ info->count = 0; -+#ifdef CONFIG_SMP -+ cpumask_setall(&info->cpus_allowed); -+#endif -+ } -+ } while (0); -+#endif -+ -+ ntos_wq = create_singlethread_workqueue("ntos_wq"); -+ if (!ntos_wq) { -+ WARNING("couldn't create ntos_wq thread"); -+ return -ENOMEM; -+ } -+ TRACE1("ntos_wq: %p", ntos_wq); -+ -+ if (add_bus_driver("PCI") -+#ifdef ENABLE_USB -+ || add_bus_driver("USB") -+#endif -+ ) { -+ ntoskernel_exit(); -+ return -ENOMEM; -+ } -+ mdl_cache = -+ wrap_kmem_cache_create(DRIVER_NAME "_mdl", -+ sizeof(struct wrap_mdl) + MDL_CACHE_SIZE, -+ 0, 0); -+ TRACE2("%p", mdl_cache); -+ if (!mdl_cache) { -+ ERROR("couldn't allocate MDL cache"); -+ ntoskernel_exit(); -+ return -ENOMEM; -+ } -+ -+#if defined(CONFIG_X86_64) -+ memset(&kuser_shared_data, 0, sizeof(kuser_shared_data)); -+ *((ULONG64 *)&kuser_shared_data.system_time) = ticks_1601(); -+ init_timer(&shared_data_timer); -+ shared_data_timer.function = update_user_shared_data_proc; -+ shared_data_timer.data = 0; -+#endif -+ return 0; -+} -+ -+int ntoskernel_init_device(struct wrap_device *wd) -+{ -+#if defined(CONFIG_X86_64) -+ if (kuser_shared_data.reserved1) -+ mod_timer(&shared_data_timer, jiffies + MSEC_TO_HZ(30)); -+#endif -+ return 0; -+} -+ -+void ntoskernel_exit_device(struct wrap_device *wd) -+{ -+ ENTER2(""); -+ -+ KeFlushQueuedDpcs(); -+ EXIT2(return); -+} -+ -+void ntoskernel_exit(void) -+{ -+ struct nt_list *cur; -+ -+ ENTER2(""); -+ -+ /* free kernel (Ke) timers */ -+ TRACE2("freeing timers"); -+ while (1) { -+ struct wrap_timer *wrap_timer; -+ struct nt_slist *slist; -+ -+ spin_lock_bh(&ntoskernel_lock); -+ if ((slist = wrap_timer_slist.next)) -+ wrap_timer_slist.next = slist->next; -+ spin_unlock_bh(&ntoskernel_lock); -+ TIMERTRACE("%p", slist); -+ if (!slist) -+ break; -+ wrap_timer = container_of(slist, struct wrap_timer, slist); -+ if (del_timer_sync(&wrap_timer->timer)) -+ WARNING("Buggy Windows driver left timer %p running", -+ wrap_timer->nt_timer); -+ memset(wrap_timer, 0, sizeof(*wrap_timer)); -+ slack_kfree(wrap_timer); -+ } -+ -+ TRACE2("freeing MDLs"); -+ if (mdl_cache) { -+ spin_lock_bh(&ntoskernel_lock); -+ if (!IsListEmpty(&wrap_mdl_list)) -+ ERROR("Windows driver didn't free all MDLs; " -+ "freeing them now"); -+ while ((cur = RemoveHeadList(&wrap_mdl_list))) { -+ struct wrap_mdl *wrap_mdl; -+ wrap_mdl = container_of(cur, struct wrap_mdl, list); -+ if (wrap_mdl->mdl->flags & MDL_CACHE_ALLOCATED) -+ kmem_cache_free(mdl_cache, wrap_mdl); -+ else -+ kfree(wrap_mdl); -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ kmem_cache_destroy(mdl_cache); -+ mdl_cache = NULL; -+ } -+ -+ TRACE2("freeing callbacks"); -+ spin_lock_bh(&ntoskernel_lock); -+ while ((cur = RemoveHeadList(&callback_objects))) { -+ struct callback_object *object; -+ struct nt_list *ent; -+ object = container_of(cur, struct callback_object, list); -+ while ((ent = RemoveHeadList(&object->callback_funcs))) { -+ struct callback_func *f; -+ f = container_of(ent, struct callback_func, list); -+ kfree(f); -+ } -+ kfree(object); -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ -+ spin_lock_bh(&ntoskernel_lock); -+ while ((cur = RemoveHeadList(&bus_driver_list))) { -+ struct bus_driver *bus_driver; -+ bus_driver = container_of(cur, struct bus_driver, list); -+ /* TODO: make sure all all drivers are shutdown/removed */ -+ kfree(bus_driver); -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ -+#if defined(CONFIG_X86_64) -+ del_timer_sync(&shared_data_timer); -+#endif -+ if (ntos_wq) -+ destroy_workqueue(ntos_wq); -+ ENTER2("freeing objects"); -+ spin_lock_bh(&ntoskernel_lock); -+ while ((cur = RemoveHeadList(&object_list))) { -+ struct common_object_header *hdr; -+ hdr = container_of(cur, struct common_object_header, list); -+ if (hdr->type == OBJECT_TYPE_NT_THREAD) -+ TRACE1("object %p(%d) was not freed, freeing it now", -+ HEADER_TO_OBJECT(hdr), hdr->type); -+ else -+ WARNING("object %p(%d) was not freed, freeing it now", -+ HEADER_TO_OBJECT(hdr), hdr->type); -+ ExFreePool(hdr); -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ -+ EXIT2(return); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/ntoskernel.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ntoskernel.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/ntoskernel.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ntoskernel.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,1090 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _NTOSKERNEL_H_ -+#define _NTOSKERNEL_H_ -+ -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#if !defined(CONFIG_X86) && !defined(CONFIG_X86_64) -+#error "this module is for x86 or x86_64 architectures only" -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14) -+#define gfp_t unsigned int __nocast -+ -+static inline void *_kzalloc(size_t size, gfp_t flags) -+{ -+ void *p = kmalloc(size, flags); -+ if (likely(p != NULL)) -+ memset(p, 0, size); -+ return p; -+} -+ -+#define kzalloc(size, flags) _kzalloc(size, flags) -+#endif -+ -+/* Interrupt backwards compatibility stuff */ -+#include -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) -+#ifndef IRQ_HANDLED -+#define IRQ_HANDLED -+#define IRQ_NONE -+#define irqreturn_t void -+#endif -+#endif /* Linux < 2.6.29 */ -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) -+#ifndef mutex_init -+#define mutex semaphore -+#define mutex_init(m) sema_init(m, 1) -+#define mutex_lock(m) down(m) -+#define mutex_trylock(m) (!down_trylock(m)) -+#define mutex_unlock(m) up(m) -+#define mutex_is_locked(m) (atomic_read(m.count) == 0) -+#endif -+#endif /* Linux < 2.6.16 */ -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26) -+#define set_cpus_allowed_ptr(task, mask) set_cpus_allowed(task, *mask) -+#endif /* Linux < 2.6.26 */ -+ -+#ifdef CONFIG_SMP -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28) -+#define cpumask_copy(dst, src) do { *dst = *src; } while (0) -+#define cpumask_equal(mask1, mask2) cpus_equal(*mask1, *mask2) -+#define cpumask_setall(mask) cpus_setall(*mask) -+static cpumask_t cpumasks[NR_CPUS]; -+#define cpumask_of(cpu) \ -+({ \ -+ cpumasks[cpu] = cpumask_of_cpu(cpu); \ -+ &cpumasks[cpu]; \ -+}) -+#endif /* Linux < 2.6.28 */ -+#endif /* CONFIG_SMP */ -+ -+#ifndef tsk_cpus_allowed -+#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed) -+#endif -+ -+#ifndef __packed -+#define __packed __attribute__((packed)) -+#endif -+ -+/* pci functions in 2.6 kernels have problems allocating dma buffers, -+ * but seem to work fine with dma functions -+ */ -+#include -+ -+#define PCI_DMA_ALLOC_COHERENT(pci_dev,size,dma_handle) \ -+ dma_alloc_coherent(&pci_dev->dev,size,dma_handle, \ -+ GFP_KERNEL | __GFP_REPEAT) -+#define PCI_DMA_FREE_COHERENT(pci_dev,size,cpu_addr,dma_handle) \ -+ dma_free_coherent(&pci_dev->dev,size,cpu_addr,dma_handle) -+#define PCI_DMA_MAP_SINGLE(pci_dev,addr,size,direction) \ -+ dma_map_single(&pci_dev->dev,addr,size,direction) -+#define PCI_DMA_UNMAP_SINGLE(pci_dev,dma_handle,size,direction) \ -+ dma_unmap_single(&pci_dev->dev,dma_handle,size,direction) -+#define MAP_SG(pci_dev, sglist, nents, direction) \ -+ dma_map_sg(&pci_dev->dev, sglist, nents, direction) -+#define UNMAP_SG(pci_dev, sglist, nents, direction) \ -+ dma_unmap_sg(&pci_dev->dev, sglist, nents, direction) -+#define PCI_DMA_MAP_ERROR(dma_addr) dma_mapping_error(dma_addr) -+ -+ -+#if defined(CONFIG_NET_RADIO) && !defined(CONFIG_WIRELESS_EXT) -+#define CONFIG_WIRELESS_EXT -+#endif -+ -+#define prepare_wait_condition(task, var, value) \ -+do { \ -+ var = value; \ -+ task = current; \ -+ barrier(); \ -+} while (0) -+ -+/* Wait in wait_state (e.g., TASK_INTERRUPTIBLE) for condition to -+ * become true; timeout is either jiffies (> 0) to wait or 0 to wait -+ * forever. -+ * When timeout == 0, return value is -+ * > 0 if condition becomes true, or -+ * < 0 if signal is pending on the thread. -+ * When timeout > 0, return value is -+ * > 0 if condition becomes true before timeout, -+ * < 0 if signal is pending on the thread before timeout, or -+ * 0 if timedout (condition may have become true at the same time) -+ */ -+ -+#define wait_condition(condition, timeout, wait_state) \ -+({ \ -+ long ret = timeout ? timeout : 1; \ -+ while (1) { \ -+ if (signal_pending(current)) { \ -+ ret = -ERESTARTSYS; \ -+ break; \ -+ } \ -+ set_current_state(wait_state); \ -+ if (condition) { \ -+ __set_current_state(TASK_RUNNING); \ -+ break; \ -+ } \ -+ if (timeout) { \ -+ ret = schedule_timeout(ret); \ -+ if (!ret) \ -+ break; \ -+ } else \ -+ schedule(); \ -+ } \ -+ ret; \ -+}) -+ -+#ifdef WRAP_WQ -+ -+struct wrap_workqueue_struct; -+ -+struct wrap_work_struct { -+ struct list_head list; -+ void (*func)(struct wrap_work_struct *data); -+ void *data; -+ /* whether/on which thread scheduled */ -+ struct workqueue_thread *thread; -+}; -+ -+#define work_struct wrap_work_struct -+#define workqueue_struct wrap_workqueue_struct -+ -+#undef INIT_WORK -+#define INIT_WORK(work, pfunc) \ -+ do { \ -+ (work)->func = (pfunc); \ -+ (work)->data = (work); \ -+ (work)->thread = NULL; \ -+ } while (0) -+ -+#undef create_singlethread_workqueue -+#define create_singlethread_workqueue(wq) wrap_create_wq(wq, 1, 0) -+#undef create_workqueue -+#define create_workqueue(wq) wrap_create_wq(wq, 0, 0) -+#undef destroy_workqueue -+#define destroy_workqueue(wq) wrap_destroy_wq(wq) -+#undef queue_work -+#define queue_work(wq, work) wrap_queue_work(wq, work) -+#undef flush_workqueue -+#define flush_workqueue(wq) wrap_flush_wq(wq) -+ -+struct workqueue_struct *wrap_create_wq(const char *name, u8 singlethread, -+ u8 freeze); -+void wrap_destroy_wq(struct workqueue_struct *workq); -+int wrap_queue_work(struct workqueue_struct *workq, struct work_struct *work); -+void wrap_cancel_work(struct work_struct *work); -+void wrap_flush_wq(struct workqueue_struct *workq); -+ -+#else // WRAP_WQ -+ -+/* Compatibility for Linux before 2.6.20 where INIT_WORK takes 3 arguments */ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20) && \ -+ !defined(INIT_WORK_NAR) && \ -+ !defined(INIT_DELAYED_WORK_DEFERRABLE) -+typedef void (*compat_work_func_t)(void *work); -+typedef void (*work_func_t)(struct work_struct *work); -+static inline void (INIT_WORK)(struct work_struct *work, work_func_t func) -+{ -+ INIT_WORK(work, (compat_work_func_t)func, work); -+} -+#undef INIT_WORK -+#endif -+ -+#endif // WRAP_WQ -+ -+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,18) -+#define ISR_PT_REGS_PARAM_DECL -+#else -+#define ISR_PT_REGS_PARAM_DECL , struct pt_regs *regs -+#endif -+ -+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,16) -+#define for_each_possible_cpu(_cpu) for_each_cpu(_cpu) -+#endif -+ -+#ifndef CHECKSUM_PARTIAL -+#define CHECKSUM_PARTIAL CHECKSUM_HW -+#endif -+ -+#ifndef IRQF_SHARED -+#define IRQF_SHARED SA_SHIRQ -+#endif -+ -+#ifndef UMH_WAIT_PROC -+#define UMH_WAIT_PROC 1 -+#endif -+ -+#define memcpy_skb(skb, from, length) \ -+ memcpy(skb_put(skb, length), from, length) -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24) -+#ifndef DMA_BIT_MASK -+#define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) -+#endif -+#endif -+ -+#ifndef __GFP_DMA32 -+#define __GFP_DMA32 GFP_DMA -+#endif -+ -+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,22) -+#define wrap_kmem_cache_create(name, size, align, flags) \ -+ kmem_cache_create(name, size, align, flags, NULL, NULL) -+#else -+#define wrap_kmem_cache_create(name, size, align, flags) \ -+ kmem_cache_create(name, size, align, flags, NULL) -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,34) -+#define netdev_mc_count(dev) ((dev)->mc_count) -+#define usb_alloc_coherent(dev, size, mem_flags, dma) (usb_buffer_alloc((dev), (size), (mem_flags), (dma))) -+#define usb_free_coherent(dev, size, addr, dma) (usb_buffer_free((dev), (size), (addr), (dma))) -+#endif -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0) -+#define daemonize(name, ...) do {} while (0) -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0) -+#define add_taint(flag, lockdep_ok) add_taint(flag) -+#endif -+ -+#include "winnt_types.h" -+#include "ndiswrapper.h" -+#include "pe_linker.h" -+#include "wrapmem.h" -+#include "lin2win.h" -+#include "loader.h" -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) -+static inline void netif_tx_lock(struct net_device *dev) -+{ -+ spin_lock(&dev->xmit_lock); -+} -+static inline void netif_tx_unlock(struct net_device *dev) -+{ -+ spin_unlock(&dev->xmit_lock); -+} -+static inline void netif_tx_lock_bh(struct net_device *dev) -+{ -+ spin_lock_bh(&dev->xmit_lock); -+} -+static inline void netif_tx_unlock_bh(struct net_device *dev) -+{ -+ spin_unlock_bh(&dev->xmit_lock); -+} -+#endif -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24) -+static inline void netif_poll_enable(struct net_device *dev) -+{ -+} -+static inline void netif_poll_disable(struct net_device *dev) -+{ -+} -+#endif -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24) -+#define proc_net_root init_net.proc_net -+#else -+#define proc_net_root proc_net -+#endif -+ -+#if ((LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) && \ -+ (LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0))) || \ -+ (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,42)) -+#ifndef skb_frag_page -+#define skb_frag_page(frag) ((frag)->page) -+#endif -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0) -+#define netdev_notifier_info_to_dev(x) ((struct net_device *)(x)) -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0) -+static inline void reinit_completion(struct completion *x) -+{ -+ INIT_COMPLETION(*x); -+} -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0) -+#define prandom_seed(seed) net_srandom(seed) -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(4,0,0) -+#define strncasecmp strnicmp -+#endif -+ -+/* TICK is 100ns */ -+#define TICKSPERSEC 10000000 -+#define TICKSPERMSEC 10000 -+#define SECSPERDAY 86400 -+#define TICKSPERJIFFY ((TICKSPERSEC + HZ - 1) / HZ) -+ -+#define int_div_round(x, y) (((x) + (y - 1)) / (y)) -+ -+/* 1601 to 1970 is 369 years plus 89 leap days */ -+#define SECS_1601_TO_1970 ((369 * 365 + 89) * (u64)SECSPERDAY) -+#define TICKS_1601_TO_1970 (SECS_1601_TO_1970 * TICKSPERSEC) -+ -+/* 100ns units to HZ; if sys_time is negative, relative to current -+ * clock, otherwise from year 1601 */ -+#define SYSTEM_TIME_TO_HZ(sys_time) \ -+ (((sys_time) <= 0) ? \ -+ int_div_round(((u64)HZ * (-(sys_time))), TICKSPERSEC) : \ -+ int_div_round(((s64)HZ * ((sys_time) - ticks_1601())), TICKSPERSEC)) -+ -+#define MSEC_TO_HZ(ms) int_div_round((ms * HZ), 1000) -+#define USEC_TO_HZ(us) int_div_round((us * HZ), 1000000) -+ -+extern u64 wrap_ticks_to_boot; -+ -+static inline u64 ticks_1601(void) -+{ -+ return wrap_ticks_to_boot + (u64)jiffies * TICKSPERJIFFY; -+} -+ -+typedef void (*generic_func)(void); -+ -+struct wrap_export { -+ const char *name; -+ generic_func func; -+}; -+ -+#ifdef CONFIG_X86_64 -+ -+#define WIN_SYMBOL(name, argc) \ -+ {#name, (generic_func) win2lin_ ## name ## _ ## argc} -+#define WIN_WIN_SYMBOL(name, argc) \ -+ {#name, (generic_func) win2lin__win_ ## name ## _ ## argc} -+#define WIN_FUNC_DECL(name, argc) \ -+ extern typeof(name) win2lin_ ## name ## _ ## argc; -+#define WIN_FUNC_PTR(name, argc) win2lin_ ## name ## _ ## argc -+ -+#else -+ -+#define WIN_SYMBOL(name, argc) {#name, (generic_func)name} -+#define WIN_WIN_SYMBOL(name, argc) {#name, (generic_func)_win_ ## name} -+#define WIN_FUNC_DECL(name, argc) -+#define WIN_FUNC_PTR(name, argc) name -+ -+#endif -+ -+#define WIN_FUNC(name, argc) (name) -+/* map name s to f - if f is different from s */ -+#define WIN_SYMBOL_MAP(s, f) -+ -+#define POOL_TAG(A, B, C, D) \ -+ ((ULONG)((A) + ((B) << 8) + ((C) << 16) + ((D) << 24))) -+ -+struct pe_image { -+ char name[MAX_DRIVER_NAME_LEN]; -+ UINT (*entry)(struct driver_object *, struct unicode_string *) wstdcall; -+ void *image; -+ int size; -+ int type; -+ -+ IMAGE_NT_HEADERS *nt_hdr; -+ IMAGE_OPTIONAL_HEADER *opt_hdr; -+}; -+ -+struct ndis_mp_block; -+ -+struct wrap_timer { -+ struct nt_slist slist; -+ struct timer_list timer; -+ struct nt_timer *nt_timer; -+ long repeat; -+#ifdef TIMER_DEBUG -+ unsigned long wrap_timer_magic; -+#endif -+}; -+ -+struct ntos_work_item { -+ struct nt_list list; -+ void *arg1; -+ void *arg2; -+ NTOS_WORK_FUNC func; -+}; -+ -+struct wrap_device_setting { -+ struct nt_list list; -+ char name[MAX_SETTING_NAME_LEN]; -+ char value[MAX_SETTING_VALUE_LEN]; -+ void *encoded; -+}; -+ -+struct wrap_bin_file { -+ char name[MAX_DRIVER_NAME_LEN]; -+ size_t size; -+ void *data; -+}; -+ -+#define WRAP_DRIVER_CLIENT_ID 1 -+ -+struct wrap_driver { -+ struct nt_list list; -+ struct driver_object *drv_obj; -+ char name[MAX_DRIVER_NAME_LEN]; -+ char version[MAX_SETTING_VALUE_LEN]; -+ unsigned short num_pe_images; -+ struct pe_image pe_images[MAX_DRIVER_PE_IMAGES]; -+ unsigned short num_bin_files; -+ struct wrap_bin_file *bin_files; -+ struct nt_list settings; -+ int dev_type; -+ struct ndis_driver *ndis_driver; -+}; -+ -+enum hw_status { -+ HW_INITIALIZED = 1, HW_SUSPENDED, HW_HALTED, HW_DISABLED, -+}; -+ -+struct wrap_device { -+ /* first part is (de)initialized once by loader */ -+ struct nt_list list; -+ int dev_bus; -+ int vendor; -+ int device; -+ int subvendor; -+ int subdevice; -+ char conf_file_name[MAX_DRIVER_NAME_LEN]; -+ char driver_name[MAX_DRIVER_NAME_LEN]; -+ struct wrap_driver *driver; -+ struct nt_list settings; -+ -+ /* rest should be (de)initialized when a device is -+ * (un)plugged */ -+ struct cm_resource_list *resource_list; -+ unsigned long hw_status; -+ struct device_object *pdo; -+ union { -+ struct { -+ struct pci_dev *pdev; -+ enum device_power_state wake_state; -+ } pci; -+ struct { -+ struct usb_device *udev; -+ struct usb_interface *intf; -+ int num_alloc_urbs; -+ struct nt_list wrap_urb_list; -+ } usb; -+ }; -+}; -+ -+#define wrap_is_pci_bus(dev_bus) \ -+ (WRAP_BUS(dev_bus) == WRAP_PCI_BUS || \ -+ WRAP_BUS(dev_bus) == WRAP_PCMCIA_BUS) -+#ifdef ENABLE_USB -+/* earlier versions of ndiswrapper used 0 as USB_BUS */ -+#define wrap_is_usb_bus(dev_bus) \ -+ (WRAP_BUS(dev_bus) == WRAP_USB_BUS || \ -+ WRAP_BUS(dev_bus) == WRAP_INTERNAL_BUS) -+#else -+#define wrap_is_usb_bus(dev_bus) 0 -+#endif -+#define wrap_is_bluetooth_device(dev_bus) \ -+ (WRAP_DEVICE(dev_bus) == WRAP_BLUETOOTH_DEVICE1 || \ -+ WRAP_DEVICE(dev_bus) == WRAP_BLUETOOTH_DEVICE2) -+ -+extern struct workqueue_struct *ntos_wq; -+extern struct workqueue_struct *ndis_wq; -+extern struct workqueue_struct *wrapndis_wq; -+ -+#define atomic_unary_op(var, size, oper) \ -+do { \ -+ if (size == 1) \ -+ __asm__ __volatile__( \ -+ LOCK_PREFIX oper "b %b0\n\t" : "+m" (var)); \ -+ else if (size == 2) \ -+ __asm__ __volatile__( \ -+ LOCK_PREFIX oper "w %w0\n\t" : "+m" (var)); \ -+ else if (size == 4) \ -+ __asm__ __volatile__( \ -+ LOCK_PREFIX oper "l %0\n\t" : "+m" (var)); \ -+ else if (size == 8) \ -+ __asm__ __volatile__( \ -+ LOCK_PREFIX oper "q %q0\n\t" : "+m" (var)); \ -+ else { \ -+ extern void _invalid_op_size_(void); \ -+ _invalid_op_size_(); \ -+ } \ -+} while (0) -+ -+#define atomic_inc_var_size(var, size) atomic_unary_op(var, size, "inc") -+ -+#define atomic_inc_var(var) atomic_inc_var_size(var, sizeof(var)) -+ -+#define atomic_dec_var_size(var, size) atomic_unary_op(var, size, "dec") -+ -+#define atomic_dec_var(var) atomic_dec_var_size(var, sizeof(var)) -+ -+#define pre_atomic_add(var, i) \ -+({ \ -+ typeof(var) pre; \ -+ __asm__ __volatile__( \ -+ LOCK_PREFIX "xadd %0, %1\n\t" \ -+ : "=r"(pre), "+m"(var) \ -+ : "0"(i)); \ -+ pre; \ -+}) -+ -+#define post_atomic_add(var, i) (pre_atomic_add(var, i) + i) -+ -+//#define DEBUG_IRQL 1 -+ -+#ifdef DEBUG_IRQL -+#define assert_irql(cond) \ -+do { \ -+ KIRQL _irql_ = current_irql(); \ -+ if (!(cond)) { \ -+ WARNING("assertion '%s' failed: %d", #cond, _irql_); \ -+ DBG_BLOCK(4) { \ -+ dump_stack(); \ -+ } \ -+ } \ -+} while (0) -+#else -+#define assert_irql(cond) do { } while (0) -+#endif -+ -+/* When preempt is enabled, we should preempt_disable to raise IRQL to -+ * DISPATCH_LEVEL, to be consistent with the semantics. However, using -+ * a mutex instead, so that only ndiswrapper threads run one at a time -+ * on a processor when at DISPATCH_LEVEL seems to be enough. So that -+ * is what we will use until we learn otherwise. If -+ * preempt_(en|dis)able is required for some reason, comment out -+ * following #define. */ -+ -+#define WRAP_PREEMPT 1 -+ -+#if !defined(CONFIG_PREEMPT) || defined(CONFIG_PREEMPT_RT) -+#ifndef WRAP_PREEMPT -+#define WRAP_PREEMPT 1 -+#endif -+#endif -+ -+//#undef WRAP_PREEMPT -+ -+#ifdef WRAP_PREEMPT -+ -+struct irql_info { -+ int count; -+ struct mutex lock; -+#ifdef CONFIG_SMP -+ cpumask_t cpus_allowed; -+#endif -+ struct task_struct *task; -+}; -+ -+DECLARE_PER_CPU(struct irql_info, irql_info); -+ -+static inline KIRQL raise_irql(KIRQL newirql) -+{ -+ struct irql_info *info; -+ -+ assert(newirql == DISPATCH_LEVEL); -+ info = &get_cpu_var(irql_info); -+ if (info->task == current) { -+ assert(info->count > 0); -+ assert(mutex_is_locked(&info->lock)); -+#if defined(CONFIG_SMP) && DEBUG >= 1 -+ assert(cpumask_equal(tsk_cpus_allowed(current), -+ cpumask_of(smp_processor_id()))); -+#endif -+ info->count++; -+ put_cpu_var(irql_info); -+ return DISPATCH_LEVEL; -+ } -+ /* TODO: is this enough to pin down to current cpu? */ -+#ifdef CONFIG_SMP -+ assert(task_cpu(current) == smp_processor_id()); -+ cpumask_copy(&info->cpus_allowed, tsk_cpus_allowed(current)); -+ set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id())); -+#endif -+ put_cpu_var(irql_info); -+ mutex_lock(&info->lock); -+ assert(info->count == 0); -+ assert(info->task == NULL); -+ info->count = 1; -+ info->task = current; -+ return PASSIVE_LEVEL; -+} -+ -+static inline void lower_irql(KIRQL oldirql) -+{ -+ struct irql_info *info; -+ -+ assert(oldirql <= DISPATCH_LEVEL); -+ info = &get_cpu_var(irql_info); -+ assert(info->task == current); -+ assert(mutex_is_locked(&info->lock)); -+ assert(info->count > 0); -+ if (--info->count == 0) { -+ info->task = NULL; -+#ifdef CONFIG_SMP -+ set_cpus_allowed_ptr(current, &info->cpus_allowed); -+#endif -+ mutex_unlock(&info->lock); -+ } -+ put_cpu_var(irql_info); -+} -+ -+static inline KIRQL current_irql(void) -+{ -+ int count; -+ if (in_irq() || irqs_disabled()) -+ EXIT4(return DIRQL); -+ if (in_atomic() || in_interrupt()) -+ EXIT4(return SOFT_IRQL); -+ count = get_cpu_var(irql_info).count; -+ put_cpu_var(irql_info); -+ if (count) -+ EXIT6(return DISPATCH_LEVEL); -+ else -+ EXIT6(return PASSIVE_LEVEL); -+} -+ -+#else -+ -+static inline KIRQL current_irql(void) -+{ -+ if (in_irq() || irqs_disabled()) -+ EXIT4(return DIRQL); -+ if (in_interrupt()) -+ EXIT4(return SOFT_IRQL); -+ if (in_atomic()) -+ EXIT6(return DISPATCH_LEVEL); -+ else -+ EXIT6(return PASSIVE_LEVEL); -+} -+ -+static inline KIRQL raise_irql(KIRQL newirql) -+{ -+ KIRQL ret = in_atomic() ? DISPATCH_LEVEL : PASSIVE_LEVEL; -+ assert(newirql == DISPATCH_LEVEL); -+ assert(current_irql() <= DISPATCH_LEVEL); -+ preempt_disable(); -+ return ret; -+} -+ -+static inline void lower_irql(KIRQL oldirql) -+{ -+ assert(current_irql() == DISPATCH_LEVEL); -+ preempt_enable(); -+} -+ -+#endif -+ -+#define irql_gfp() (in_atomic() ? GFP_ATOMIC : GFP_KERNEL) -+ -+/* Windows spinlocks are of type ULONG_PTR which is not big enough to -+ * store Linux spinlocks; so we implement Windows spinlocks using -+ * ULONG_PTR space with our own functions/macros */ -+ -+/* Windows seems to use 0 for unlocked state of spinlock - if Linux -+ * convention of 1 for unlocked state is used, at least prism54 driver -+ * crashes */ -+ -+#define NT_SPIN_LOCK_UNLOCKED 0 -+#define NT_SPIN_LOCK_LOCKED 1 -+ -+static inline void nt_spin_lock_init(NT_SPIN_LOCK *lock) -+{ -+ *lock = NT_SPIN_LOCK_UNLOCKED; -+} -+ -+#ifdef CONFIG_SMP -+ -+static inline void nt_spin_lock(NT_SPIN_LOCK *lock) -+{ -+ while (1) { -+ unsigned long lockval = xchg(lock, NT_SPIN_LOCK_LOCKED); -+ -+ if (likely(lockval == NT_SPIN_LOCK_UNLOCKED)) -+ break; -+ if (unlikely(lockval > NT_SPIN_LOCK_LOCKED)) { -+ ERROR("bad spinlock: 0x%lx at %p", lockval, lock); -+ return; -+ } -+ /* "rep; nop" doesn't change cx register, it's a "pause" */ -+ __asm__ __volatile__("rep; nop"); -+ } -+} -+ -+static inline void nt_spin_unlock(NT_SPIN_LOCK *lock) -+{ -+ unsigned long lockval = xchg(lock, NT_SPIN_LOCK_UNLOCKED); -+ -+ if (likely(lockval == NT_SPIN_LOCK_LOCKED)) -+ return; -+ WARNING("unlocking unlocked spinlock: 0x%lx at %p", lockval, lock); -+} -+ -+#else // CONFIG_SMP -+ -+#define nt_spin_lock(lock) do { } while (0) -+ -+#define nt_spin_unlock(lock) do { } while (0) -+ -+#endif // CONFIG_SMP -+ -+/* When kernel would've disabled preempt (e.g., in interrupt -+ * handlers), we need to fake preempt so driver thinks it is running -+ * at right IRQL */ -+ -+/* raise IRQL to given (higher) IRQL if necessary before locking */ -+static inline KIRQL nt_spin_lock_irql(NT_SPIN_LOCK *lock, KIRQL newirql) -+{ -+ KIRQL oldirql = raise_irql(newirql); -+ nt_spin_lock(lock); -+ return oldirql; -+} -+ -+/* lower IRQL to given (lower) IRQL if necessary after unlocking */ -+static inline void nt_spin_unlock_irql(NT_SPIN_LOCK *lock, KIRQL oldirql) -+{ -+ nt_spin_unlock(lock); -+ lower_irql(oldirql); -+} -+ -+#define nt_spin_lock_irqsave(lock, flags) \ -+do { \ -+ local_irq_save(flags); \ -+ preempt_disable(); \ -+ nt_spin_lock(lock); \ -+} while (0) -+ -+#define nt_spin_unlock_irqrestore(lock, flags) \ -+do { \ -+ nt_spin_unlock(lock); \ -+ preempt_enable(); \ -+ local_irq_restore(flags); \ -+} while (0) -+ -+static inline ULONG SPAN_PAGES(void *ptr, SIZE_T length) -+{ -+ return PAGE_ALIGN(((unsigned long)ptr & (PAGE_SIZE - 1)) + length) -+ >> PAGE_SHIFT; -+} -+ -+#ifdef CONFIG_X86_64 -+ -+/* TODO: can these be implemented without using spinlock? */ -+ -+static inline struct nt_slist *PushEntrySList(nt_slist_header *head, -+ struct nt_slist *entry, -+ NT_SPIN_LOCK *lock) -+{ -+ KIRQL irql = nt_spin_lock_irql(lock, DISPATCH_LEVEL); -+ entry->next = head->next; -+ head->next = entry; -+ head->depth++; -+ nt_spin_unlock_irql(lock, irql); -+ TRACE4("%p, %p, %p", head, entry, entry->next); -+ return entry->next; -+} -+ -+static inline struct nt_slist *PopEntrySList(nt_slist_header *head, -+ NT_SPIN_LOCK *lock) -+{ -+ struct nt_slist *entry; -+ KIRQL irql = nt_spin_lock_irql(lock, DISPATCH_LEVEL); -+ entry = head->next; -+ if (entry) { -+ head->next = entry->next; -+ head->depth--; -+ } -+ nt_spin_unlock_irql(lock, irql); -+ TRACE4("%p, %p", head, entry); -+ return entry; -+} -+ -+#else -+ -+#define u64_low_32(x) ((u32)x) -+#define u64_high_32(x) ((u32)(x >> 32)) -+ -+static inline u64 nt_cmpxchg8b(volatile u64 *ptr, u64 old, u64 new) -+{ -+ u64 prev; -+ -+ __asm__ __volatile__( -+ "\n" -+ LOCK_PREFIX "cmpxchg8b %0\n" -+ : "+m" (*ptr), "=A" (prev) -+ : "A" (old), "b" (u64_low_32(new)), "c" (u64_high_32(new))); -+ return prev; -+} -+ -+/* slist routines below update slist atomically - no need for -+ * spinlocks */ -+ -+static inline struct nt_slist *PushEntrySList(nt_slist_header *head, -+ struct nt_slist *entry, -+ NT_SPIN_LOCK *lock) -+{ -+ nt_slist_header old, new; -+ do { -+ old.align = head->align; -+ entry->next = old.next; -+ new.next = entry; -+ new.depth = old.depth + 1; -+ } while (nt_cmpxchg8b(&head->align, old.align, new.align) != old.align); -+ TRACE4("%p, %p, %p", head, entry, old.next); -+ return old.next; -+} -+ -+static inline struct nt_slist *PopEntrySList(nt_slist_header *head, -+ NT_SPIN_LOCK *lock) -+{ -+ struct nt_slist *entry; -+ nt_slist_header old, new; -+ do { -+ old.align = head->align; -+ entry = old.next; -+ if (!entry) -+ break; -+ new.next = entry->next; -+ new.depth = old.depth - 1; -+ } while (nt_cmpxchg8b(&head->align, old.align, new.align) != old.align); -+ TRACE4("%p, %p", head, entry); -+ return entry; -+} -+ -+#endif -+ -+#define sleep_hz(n) \ -+do { \ -+ set_current_state(TASK_INTERRUPTIBLE); \ -+ schedule_timeout(n); \ -+} while (0) -+ -+int ntoskernel_init(void); -+void ntoskernel_exit(void); -+int ntoskernel_init_device(struct wrap_device *wd); -+void ntoskernel_exit_device(struct wrap_device *wd); -+void *allocate_object(ULONG size, enum common_object_type type, -+ struct unicode_string *name); -+ -+#ifdef ENABLE_USB -+int usb_init(void); -+void usb_exit(void); -+#else -+static inline int usb_init(void) { return 0; } -+static inline void usb_exit(void) {} -+#endif -+int usb_init_device(struct wrap_device *wd); -+void usb_exit_device(struct wrap_device *wd); -+ -+int wrap_procfs_init(void); -+void wrap_procfs_remove(void); -+ -+int link_pe_images(struct pe_image *pe_image, unsigned short n); -+ -+int stricmp(const char *s1, const char *s2); -+void dump_bytes(const char *name, const u8 *from, int len); -+struct mdl *allocate_init_mdl(void *virt, ULONG length); -+void free_mdl(struct mdl *mdl); -+struct driver_object *find_bus_driver(const char *name); -+void free_custom_extensions(struct driver_extension *drv_obj_ext); -+struct nt_thread *get_current_nt_thread(void); -+u64 ticks_1601(void); -+int schedule_ntos_work_item(NTOS_WORK_FUNC func, void *arg1, void *arg2); -+void wrap_init_timer(struct nt_timer *nt_timer, enum timer_type type, -+ struct ndis_mp_block *nmb); -+BOOLEAN wrap_set_timer(struct nt_timer *nt_timer, unsigned long expires_hz, -+ unsigned long repeat_hz, struct kdpc *kdpc); -+ -+LONG InterlockedDecrement(LONG volatile *val) wfastcall; -+LONG InterlockedIncrement(LONG volatile *val) wfastcall; -+struct nt_list *ExInterlockedInsertHeadList -+ (struct nt_list *head, struct nt_list *entry, -+ NT_SPIN_LOCK *lock) wfastcall; -+struct nt_list *ExInterlockedInsertTailList -+ (struct nt_list *head, struct nt_list *entry, -+ NT_SPIN_LOCK *lock) wfastcall; -+struct nt_list *ExInterlockedRemoveHeadList -+ (struct nt_list *head, NT_SPIN_LOCK *lock) wfastcall; -+NTSTATUS IofCallDriver(struct device_object *dev_obj, struct irp *irp) wfastcall; -+KIRQL KfRaiseIrql(KIRQL newirql) wfastcall; -+void KfLowerIrql(KIRQL oldirql) wfastcall; -+KIRQL KfAcquireSpinLock(NT_SPIN_LOCK *lock) wfastcall; -+void KfReleaseSpinLock(NT_SPIN_LOCK *lock, KIRQL oldirql) wfastcall; -+void IofCompleteRequest(struct irp *irp, CHAR prio_boost) wfastcall; -+void KefReleaseSpinLockFromDpcLevel(NT_SPIN_LOCK *lock) wfastcall; -+ -+LONG ObfReferenceObject(void *object) wfastcall; -+void ObfDereferenceObject(void *object) wfastcall; -+ -+#define ObReferenceObject(object) ObfReferenceObject(object) -+#define ObDereferenceObject(object) ObfDereferenceObject(object) -+ -+/* prevent expansion of ExAllocatePoolWithTag macro */ -+void *(ExAllocatePoolWithTag)(enum pool_type pool_type, SIZE_T size, -+ ULONG tag) wstdcall; -+ -+void ExFreePool(void *p) wstdcall; -+ULONG MmSizeOfMdl(void *base, ULONG length) wstdcall; -+void __iomem *MmMapIoSpace(PHYSICAL_ADDRESS phys_addr, SIZE_T size, -+ enum memory_caching_type cache) wstdcall; -+void MmUnmapIoSpace(void __iomem *addr, SIZE_T size) wstdcall; -+void MmProbeAndLockPages(struct mdl *mdl, KPROCESSOR_MODE access_mode, -+ enum lock_operation operation) wstdcall; -+void MmUnlockPages(struct mdl *mdl) wstdcall; -+void KeInitializeEvent(struct nt_event *nt_event, -+ enum event_type type, BOOLEAN state) wstdcall; -+LONG KeSetEvent(struct nt_event *nt_event, KPRIORITY incr, -+ BOOLEAN wait) wstdcall; -+LONG KeResetEvent(struct nt_event *nt_event) wstdcall; -+BOOLEAN queue_kdpc(struct kdpc *kdpc); -+BOOLEAN dequeue_kdpc(struct kdpc *kdpc); -+ -+NTSTATUS IoConnectInterrupt(struct kinterrupt **kinterrupt, -+ PKSERVICE_ROUTINE service_routine, -+ void *service_context, NT_SPIN_LOCK *lock, -+ ULONG vector, KIRQL irql, KIRQL synch_irql, -+ enum kinterrupt_mode interrupt_mode, -+ BOOLEAN shareable, KAFFINITY processor_enable_mask, -+ BOOLEAN floating_save) wstdcall; -+void IoDisconnectInterrupt(struct kinterrupt *interrupt) wstdcall; -+BOOLEAN KeSynchronizeExecution(struct kinterrupt *interrupt, -+ PKSYNCHRONIZE_ROUTINE synch_routine, -+ void *ctx) wstdcall; -+ -+NTSTATUS KeWaitForSingleObject(void *object, KWAIT_REASON reason, -+ KPROCESSOR_MODE waitmode, BOOLEAN alertable, -+ LARGE_INTEGER *timeout) wstdcall; -+void MmBuildMdlForNonPagedPool(struct mdl *mdl) wstdcall; -+NTSTATUS IoCreateDevice(struct driver_object *driver, ULONG dev_ext_length, -+ struct unicode_string *dev_name, DEVICE_TYPE dev_type, -+ ULONG dev_chars, BOOLEAN exclusive, -+ struct device_object **dev_obj) wstdcall; -+NTSTATUS IoCreateSymbolicLink(struct unicode_string *link, -+ struct unicode_string *dev_name) wstdcall; -+void IoDeleteDevice(struct device_object *dev) wstdcall; -+void IoDetachDevice(struct device_object *topdev) wstdcall; -+struct device_object *IoGetAttachedDevice(struct device_object *dev) wstdcall; -+struct device_object *IoGetAttachedDeviceReference -+ (struct device_object *dev) wstdcall; -+NTSTATUS IoAllocateDriverObjectExtension -+ (struct driver_object *drv_obj, void *client_id, ULONG extlen, -+ void **ext) wstdcall; -+void *IoGetDriverObjectExtension(struct driver_object *drv, -+ void *client_id) wstdcall; -+struct device_object *IoAttachDeviceToDeviceStack -+ (struct device_object *src, struct device_object *dst) wstdcall; -+BOOLEAN IoCancelIrp(struct irp *irp) wstdcall; -+struct irp *IoBuildSynchronousFsdRequest -+ (ULONG major_func, struct device_object *dev_obj, void *buf, -+ ULONG length, LARGE_INTEGER *offset, struct nt_event *event, -+ struct io_status_block *status) wstdcall; -+ -+NTSTATUS IoPassIrpDown(struct device_object *dev_obj, struct irp *irp) wstdcall; -+WIN_FUNC_DECL(IoPassIrpDown,2); -+NTSTATUS IoSyncForwardIrp(struct device_object *dev_obj, -+ struct irp *irp) wstdcall; -+NTSTATUS IoAsyncForwardIrp(struct device_object *dev_obj, -+ struct irp *irp) wstdcall; -+NTSTATUS IoInvalidDeviceRequest(struct device_object *dev_obj, -+ struct irp *irp) wstdcall; -+ -+void KeInitializeSpinLock(NT_SPIN_LOCK *lock) wstdcall; -+void IoAcquireCancelSpinLock(KIRQL *irql) wstdcall; -+void IoReleaseCancelSpinLock(KIRQL irql) wstdcall; -+ -+NTSTATUS RtlUnicodeStringToAnsiString -+ (struct ansi_string *dst, const struct unicode_string *src, -+ BOOLEAN dup) wstdcall; -+NTSTATUS RtlAnsiStringToUnicodeString -+ (struct unicode_string *dst, const struct ansi_string *src, -+ BOOLEAN dup) wstdcall; -+void RtlInitAnsiString(struct ansi_string *dst, const char *src) wstdcall; -+void RtlInitUnicodeString(struct unicode_string *dest, -+ const wchar_t *src) wstdcall; -+void RtlFreeUnicodeString(struct unicode_string *string) wstdcall; -+void RtlFreeAnsiString(struct ansi_string *string) wstdcall; -+LONG RtlCompareUnicodeString(const struct unicode_string *s1, -+ const struct unicode_string *s2, -+ BOOLEAN case_insensitive) wstdcall; -+NTSTATUS RtlUpcaseUnicodeString(struct unicode_string *dst, -+ struct unicode_string *src, -+ BOOLEAN alloc) wstdcall; -+BOOLEAN KeCancelTimer(struct nt_timer *nt_timer) wstdcall; -+void KeInitializeDpc(struct kdpc *kdpc, void *func, void *ctx) wstdcall; -+ -+extern spinlock_t ntoskernel_lock; -+extern spinlock_t irp_cancel_lock; -+extern struct nt_list object_list; -+extern CCHAR cpu_count; -+#ifdef CONFIG_X86_64 -+extern struct kuser_shared_data kuser_shared_data; -+#endif -+ -+#define IoCompleteRequest(irp, prio) IofCompleteRequest(irp, prio) -+#define IoCallDriver(dev, irp) IofCallDriver(dev, irp) -+ -+#if defined(IO_DEBUG) -+#define DUMP_IRP(_irp) \ -+do { \ -+ struct io_stack_location *_irp_sl; \ -+ _irp_sl = IoGetCurrentIrpStackLocation(_irp); \ -+ IOTRACE("irp: %p, stack size: %d, cl: %d, sl: %p, dev_obj: %p, " \ -+ "mj_fn: %d, minor_fn: %d, nt_urb: %p, event: %p", \ -+ _irp, _irp->stack_count, (_irp)->current_location, \ -+ _irp_sl, _irp_sl->dev_obj, _irp_sl->major_fn, \ -+ _irp_sl->minor_fn, IRP_URB(_irp), \ -+ (_irp)->user_event); \ -+} while (0) -+#else -+#define DUMP_IRP(_irp) do { } while (0) -+#endif -+ -+#endif // _NTOSKERNEL_H_ -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/ntoskernel_io.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ntoskernel_io.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/ntoskernel_io.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/ntoskernel_io.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,1161 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ntoskernel.h" -+#include "ndis.h" -+#include "wrapndis.h" -+#include "usb.h" -+#include "loader.h" -+#include "ntoskernel_io_exports.h" -+ -+wstdcall void WIN_FUNC(IoAcquireCancelSpinLock,1) -+ (KIRQL *irql) __acquires(irql) -+{ -+ spin_lock_bh(&irp_cancel_lock); -+ *irql = 0; -+} -+ -+wstdcall void WIN_FUNC(IoReleaseCancelSpinLock,1) -+ (KIRQL irql) __releases(irql) -+{ -+ spin_unlock_bh(&irp_cancel_lock); -+} -+ -+wstdcall int WIN_FUNC(IoIsWdmVersionAvailable,2) -+ (UCHAR major, UCHAR minor) -+{ -+ IOENTER("%d, %x", major, minor); -+ if (major == 1 && -+ (minor == 0x30 || // Windows 2003 -+ minor == 0x20 || // Windows XP -+ minor == 0x10)) // Windows 2000 -+ IOEXIT(return TRUE); -+ IOEXIT(return FALSE); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(IoIs32bitProcess,1) -+ (struct irp *irp) -+{ -+#ifdef CONFIG_X86_64 -+ return FALSE; -+#else -+ return TRUE; -+#endif -+} -+ -+wstdcall void WIN_FUNC(IoInitializeIrp,3) -+ (struct irp *irp, USHORT size, CCHAR stack_count) -+{ -+ IOENTER("irp: %p, %d, %d", irp, size, stack_count); -+ -+ memset(irp, 0, size); -+ irp->size = size; -+ irp->stack_count = stack_count; -+ irp->current_location = stack_count; -+ IoGetCurrentIrpStackLocation(irp) = IRP_SL(irp, stack_count); -+ IOEXIT(return); -+} -+ -+wstdcall void WIN_FUNC(IoReuseIrp,2) -+ (struct irp *irp, NTSTATUS status) -+{ -+ IOENTER("%p, %d", irp, status); -+ if (irp) { -+ UCHAR alloc_flags; -+ -+ alloc_flags = irp->alloc_flags; -+ IoInitializeIrp(irp, irp->size, irp->stack_count); -+ irp->alloc_flags = alloc_flags; -+ irp->io_status.status = status; -+ } -+ IOEXIT(return); -+} -+ -+wstdcall struct irp *WIN_FUNC(IoAllocateIrp,2) -+ (char stack_count, BOOLEAN charge_quota) -+{ -+ struct irp *irp; -+ int irp_size; -+ -+ IOENTER("count: %d", stack_count); -+ stack_count++; -+ irp_size = IoSizeOfIrp(stack_count); -+ irp = kmalloc(irp_size, irql_gfp()); -+ if (irp) -+ IoInitializeIrp(irp, irp_size, stack_count); -+ IOTRACE("irp %p", irp); -+ IOEXIT(return irp); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(IoCancelIrp,1) -+ (struct irp *irp) -+{ -+ typeof(irp->cancel_routine) cancel_routine; -+ -+ /* NB: this function may be called at DISPATCH_LEVEL */ -+ IOTRACE("irp: %p", irp); -+ if (!irp) -+ return FALSE; -+ DUMP_IRP(irp); -+ IoAcquireCancelSpinLock(&irp->cancel_irql); -+ cancel_routine = xchg(&irp->cancel_routine, NULL); -+ IOTRACE("%p", cancel_routine); -+ irp->cancel = TRUE; -+ if (cancel_routine) { -+ struct device_object *dev_obj; -+ -+ if (irp->current_location >= 0 && -+ irp->current_location < irp->stack_count) -+ dev_obj = IoGetCurrentIrpStackLocation(irp)->dev_obj; -+ else -+ dev_obj = NULL; -+ IOTRACE("current_location: %d, dev_obj: %p", -+ irp->current_location, dev_obj); -+ /* cancel_routine will release the spin lock */ -+ __release(irp->cancel_irql); -+ LIN2WIN2(cancel_routine, dev_obj, irp); -+ /* in usb's cancel, irp->cancel is set to indicate -+ * status of cancel */ -+ IOEXIT(return xchg(&irp->cancel, TRUE)); -+ } else { -+ IOTRACE("irp %p already canceled", irp); -+ IoReleaseCancelSpinLock(irp->cancel_irql); -+ IOEXIT(return FALSE); -+ } -+} -+ -+wstdcall void IoQueueThreadIrp(struct irp *irp) -+{ -+ struct nt_thread *thread; -+ KIRQL irql; -+ -+ thread = get_current_nt_thread(); -+ if (thread) { -+ IOTRACE("thread: %p, task: %p", thread, thread->task); -+ irp->flags |= IRP_SYNCHRONOUS_API; -+ irql = nt_spin_lock_irql(&thread->lock, DISPATCH_LEVEL); -+ InsertTailList(&thread->irps, &irp->thread_list); -+ IoIrpThread(irp) = thread; -+ nt_spin_unlock_irql(&thread->lock, irql); -+ } else -+ IoIrpThread(irp) = NULL; -+} -+ -+wstdcall void IoDequeueThreadIrp(struct irp *irp) -+{ -+ struct nt_thread *thread; -+ KIRQL irql; -+ -+ thread = IoIrpThread(irp); -+ if (thread) { -+ irql = nt_spin_lock_irql(&thread->lock, DISPATCH_LEVEL); -+ RemoveEntryList(&irp->thread_list); -+ nt_spin_unlock_irql(&thread->lock, irql); -+ } -+} -+ -+wstdcall void WIN_FUNC(IoFreeIrp,1) -+ (struct irp *irp) -+{ -+ IOENTER("irp = %p", irp); -+ if (!irp) { -+ WARNING("irp is NULL"); -+ return; -+ } -+ -+ if (irp->flags & IRP_SYNCHRONOUS_API) -+ IoDequeueThreadIrp(irp); -+ IoCancelIrp(irp); -+ kfree(irp); -+ -+ IOEXIT(return); -+} -+ -+wstdcall struct irp *WIN_FUNC(IoBuildAsynchronousFsdRequest,6) -+ (ULONG major_fn, struct device_object *dev_obj, void *buffer, -+ ULONG length, LARGE_INTEGER *offset, -+ struct io_status_block *user_status) -+{ -+ struct irp *irp; -+ struct io_stack_location *irp_sl; -+ -+ IOENTER("%p", dev_obj); -+ if (!dev_obj) -+ IOEXIT(return NULL); -+ irp = IoAllocateIrp(dev_obj->stack_count, FALSE); -+ if (irp == NULL) { -+ WARNING("couldn't allocate irp"); -+ IOEXIT(return NULL); -+ } -+ -+ irp_sl = IoGetNextIrpStackLocation(irp); -+ irp_sl->major_fn = major_fn; -+ IOTRACE("major_fn: %d", major_fn); -+ irp_sl->minor_fn = 0; -+ irp_sl->flags = 0; -+ irp_sl->control = 0; -+ irp_sl->dev_obj = dev_obj; -+ irp_sl->file_obj = NULL; -+ irp_sl->completion_routine = NULL; -+ -+ if (dev_obj->flags & DO_DIRECT_IO) { -+ irp->mdl = IoAllocateMdl(buffer, length, FALSE, FALSE, irp); -+ if (irp->mdl == NULL) { -+ IoFreeIrp(irp); -+ return NULL; -+ } -+ MmProbeAndLockPages(irp->mdl, KernelMode, -+ major_fn == IRP_MJ_WRITE ? -+ IoReadAccess : IoWriteAccess); -+ IOTRACE("mdl: %p", irp->mdl); -+ } else if (dev_obj->flags & DO_BUFFERED_IO) { -+ irp->associated_irp.system_buffer = buffer; -+ irp->flags = IRP_BUFFERED_IO; -+ irp->mdl = NULL; -+ IOTRACE("buffer: %p", buffer); -+ } -+ if (major_fn == IRP_MJ_READ) { -+ irp_sl->params.read.length = length; -+ irp_sl->params.read.byte_offset = *offset; -+ } else if (major_fn == IRP_MJ_WRITE) { -+ irp_sl->params.write.length = length; -+ irp_sl->params.write.byte_offset = *offset; -+ } -+ irp->user_status = user_status; -+ IOTRACE("irp: %p", irp); -+ return irp; -+} -+ -+wstdcall struct irp *WIN_FUNC(IoBuildSynchronousFsdRequest,7) -+ (ULONG major_fn, struct device_object *dev_obj, void *buf, -+ ULONG length, LARGE_INTEGER *offset, struct nt_event *event, -+ struct io_status_block *user_status) -+{ -+ struct irp *irp; -+ -+ irp = IoBuildAsynchronousFsdRequest(major_fn, dev_obj, buf, length, -+ offset, user_status); -+ if (irp == NULL) -+ return NULL; -+ irp->user_event = event; -+ IoQueueThreadIrp(irp); -+ return irp; -+} -+ -+wstdcall struct irp *WIN_FUNC(IoBuildDeviceIoControlRequest,9) -+ (ULONG ioctl, struct device_object *dev_obj, -+ void *input_buf, ULONG input_buf_len, void *output_buf, -+ ULONG output_buf_len, BOOLEAN internal_ioctl, -+ struct nt_event *event, struct io_status_block *io_status) -+{ -+ struct irp *irp; -+ struct io_stack_location *irp_sl; -+ ULONG buf_len; -+ -+ IOENTER("%p, 0x%08x, %d", dev_obj, ioctl, internal_ioctl); -+ if (!dev_obj) -+ IOEXIT(return NULL); -+ irp = IoAllocateIrp(dev_obj->stack_count, FALSE); -+ if (irp == NULL) { -+ WARNING("couldn't allocate irp"); -+ return NULL; -+ } -+ irp_sl = IoGetNextIrpStackLocation(irp); -+ irp_sl->params.dev_ioctl.code = ioctl; -+ irp_sl->params.dev_ioctl.input_buf_len = input_buf_len; -+ irp_sl->params.dev_ioctl.output_buf_len = output_buf_len; -+ irp_sl->major_fn = (internal_ioctl) ? -+ IRP_MJ_INTERNAL_DEVICE_CONTROL : IRP_MJ_DEVICE_CONTROL; -+ IOTRACE("%d", IO_METHOD_FROM_CTL_CODE(ioctl)); -+ -+ switch (IO_METHOD_FROM_CTL_CODE(ioctl)) { -+ case METHOD_BUFFERED: -+ buf_len = max(input_buf_len, output_buf_len); -+ if (buf_len) { -+ irp->associated_irp.system_buffer = -+ ExAllocatePoolWithTag(NonPagedPool, buf_len, 0); -+ if (!irp->associated_irp.system_buffer) { -+ IoFreeIrp(irp); -+ IOEXIT(return NULL); -+ } -+ irp->associated_irp.system_buffer = input_buf; -+ if (input_buf) -+ memcpy(irp->associated_irp.system_buffer, -+ input_buf, input_buf_len); -+ irp->flags = IRP_BUFFERED_IO | IRP_DEALLOCATE_BUFFER; -+ if (output_buf) -+ irp->flags = IRP_INPUT_OPERATION; -+ irp->user_buf = output_buf; -+ } else -+ irp->user_buf = NULL; -+ break; -+ case METHOD_IN_DIRECT: -+ case METHOD_OUT_DIRECT: -+ if (input_buf) { -+ irp->associated_irp.system_buffer = -+ ExAllocatePoolWithTag(NonPagedPool, -+ input_buf_len, 0); -+ if (!irp->associated_irp.system_buffer) { -+ IoFreeIrp(irp); -+ IOEXIT(return NULL); -+ } -+ memcpy(irp->associated_irp.system_buffer, -+ input_buf, input_buf_len); -+ irp->flags = IRP_BUFFERED_IO | IRP_DEALLOCATE_BUFFER; -+ } -+ /* TODO: we are supposed to setup MDL, but USB layer -+ * doesn't use MDLs. Moreover, USB layer mirrors -+ * non-DMAable buffers, so no need to allocate -+ * DMAable buffer here */ -+ if (output_buf) { -+ irp->associated_irp.system_buffer = -+ ExAllocatePoolWithTag(NonPagedPool, -+ output_buf_len, 0); -+ if (!irp->associated_irp.system_buffer) { -+ IoFreeIrp(irp); -+ IOEXIT(return NULL); -+ } -+ irp->flags = IRP_BUFFERED_IO | IRP_DEALLOCATE_BUFFER; -+ } -+ break; -+ case METHOD_NEITHER: -+ irp->user_buf = output_buf; -+ irp_sl->params.dev_ioctl.type3_input_buf = input_buf; -+ break; -+ } -+ -+ irp->user_status = io_status; -+ irp->user_event = event; -+ IoQueueThreadIrp(irp); -+ -+ IOTRACE("irp: %p", irp); -+ IOEXIT(return irp); -+} -+ -+wfastcall NTSTATUS WIN_FUNC(IofCallDriver,2) -+ (struct device_object *dev_obj, struct irp *irp) -+{ -+ struct io_stack_location *irp_sl; -+ NTSTATUS status; -+ driver_dispatch_t *major_func; -+ struct driver_object *drv_obj; -+ -+ if (irp->current_location <= 0) { -+ ERROR("invalid irp: %p, %d", irp, irp->current_location); -+ return STATUS_INVALID_PARAMETER; -+ } -+ IOTRACE("%p, %p, %p, %d, %d, %p", dev_obj, irp, dev_obj->drv_obj, -+ irp->current_location, irp->stack_count, -+ IoGetCurrentIrpStackLocation(irp)); -+ IoSetNextIrpStackLocation(irp); -+ DUMP_IRP(irp); -+ irp_sl = IoGetCurrentIrpStackLocation(irp); -+ drv_obj = dev_obj->drv_obj; -+ irp_sl->dev_obj = dev_obj; -+ major_func = drv_obj->major_func[irp_sl->major_fn]; -+ IOTRACE("major_func: %p, dev_obj: %p", major_func, dev_obj); -+ if (major_func) -+ status = LIN2WIN2(major_func, dev_obj, irp); -+ else { -+ ERROR("major_function %d is not implemented", -+ irp_sl->major_fn); -+ status = STATUS_NOT_SUPPORTED; -+ } -+ IOEXIT(return status); -+} -+ -+wfastcall void WIN_FUNC(IofCompleteRequest,2) -+ (struct irp *irp, CHAR prio_boost) -+{ -+ struct io_stack_location *irp_sl; -+ -+#ifdef IO_DEBUG -+ DUMP_IRP(irp); -+ if (irp->io_status.status == STATUS_PENDING) { -+ ERROR("invalid irp: %p, STATUS_PENDING", irp); -+ return; -+ } -+ if (irp->current_location < 0 || -+ irp->current_location >= irp->stack_count) { -+ ERROR("invalid irp: %p, %d", irp, irp->current_location); -+ return; -+ } -+#endif -+ for (irp_sl = IoGetCurrentIrpStackLocation(irp); -+ irp->current_location < irp->stack_count; irp_sl++) { -+ struct device_object *dev_obj; -+ NTSTATUS status; -+ -+ DUMP_IRP(irp); -+ if (irp_sl->control & SL_PENDING_RETURNED) -+ irp->pending_returned = TRUE; -+ -+ /* current_location and dev_obj must be same as when -+ * driver called IoSetCompletionRoutine, which sets -+ * completion routine at next (lower) location, which -+ * is what we are going to call below; so we set -+ * current_location and dev_obj for the previous -+ * (higher) location */ -+ IoSkipCurrentIrpStackLocation(irp); -+ if (irp->current_location < irp->stack_count) -+ dev_obj = IoGetCurrentIrpStackLocation(irp)->dev_obj; -+ else -+ dev_obj = NULL; -+ -+ IOTRACE("%d, %d, %p", irp->current_location, irp->stack_count, -+ dev_obj); -+ if (irp_sl->completion_routine && -+ ((irp->io_status.status == STATUS_SUCCESS && -+ irp_sl->control & SL_INVOKE_ON_SUCCESS) || -+ (irp->io_status.status != STATUS_SUCCESS && -+ irp_sl->control & SL_INVOKE_ON_ERROR) || -+ (irp->cancel == TRUE && -+ irp_sl->control & SL_INVOKE_ON_CANCEL))) { -+ IOTRACE("calling completion_routine at: %p, %p", -+ irp_sl->completion_routine, irp_sl->context); -+ status = LIN2WIN3(irp_sl->completion_routine, -+ dev_obj, irp, irp_sl->context); -+ IOTRACE("status: %08X", status); -+ if (status == STATUS_MORE_PROCESSING_REQUIRED) -+ IOEXIT(return); -+ } else { -+ /* propagate pending status to next irp_sl */ -+ if (irp->pending_returned && -+ irp->current_location < irp->stack_count) -+ IoMarkIrpPending(irp); -+ } -+ } -+ -+ if (irp->user_status) { -+ irp->user_status->status = irp->io_status.status; -+ irp->user_status->info = irp->io_status.info; -+ } -+ -+ if (irp->user_event) { -+ IOTRACE("setting event %p", irp->user_event); -+ KeSetEvent(irp->user_event, prio_boost, FALSE); -+ } -+ -+ if (irp->associated_irp.system_buffer && -+ (irp->flags & IRP_DEALLOCATE_BUFFER)) -+ ExFreePool(irp->associated_irp.system_buffer); -+ else { -+ struct mdl *mdl; -+ while ((mdl = irp->mdl)) { -+ irp->mdl = mdl->next; -+ MmUnlockPages(mdl); -+ IoFreeMdl(mdl); -+ } -+ } -+ IOTRACE("freeing irp %p", irp); -+ IoFreeIrp(irp); -+ IOEXIT(return); -+} -+ -+wstdcall NTSTATUS IoPassIrpDown(struct device_object *dev_obj, struct irp *irp) -+{ -+ IoSkipCurrentIrpStackLocation(irp); -+ IOEXIT(return IoCallDriver(dev_obj, irp)); -+} -+ -+wstdcall NTSTATUS IoIrpSyncComplete(struct device_object *dev_obj, -+ struct irp *irp, void *context) -+{ -+ if (irp->pending_returned == TRUE) -+ KeSetEvent(context, IO_NO_INCREMENT, FALSE); -+ IOEXIT(return STATUS_MORE_PROCESSING_REQUIRED); -+} -+WIN_FUNC_DECL(IoIrpSyncComplete,3) -+ -+wstdcall NTSTATUS IoSyncForwardIrp(struct device_object *dev_obj, -+ struct irp *irp) -+{ -+ struct nt_event event; -+ NTSTATUS status; -+ -+ IoCopyCurrentIrpStackLocationToNext(irp); -+ KeInitializeEvent(&event, SynchronizationEvent, FALSE); -+ /* completion function is called as Windows function */ -+ IoSetCompletionRoutine(irp, WIN_FUNC_PTR(IoIrpSyncComplete,3), &event, -+ TRUE, TRUE, TRUE); -+ status = IoCallDriver(dev_obj, irp); -+ IOTRACE("%08X", status); -+ if (status == STATUS_PENDING) { -+ KeWaitForSingleObject(&event, Executive, KernelMode, FALSE, -+ NULL); -+ status = irp->io_status.status; -+ } -+ IOTRACE("%08X", status); -+ IOEXIT(return status); -+} -+WIN_FUNC_DECL(IoSyncForwardIrp,2) -+ -+wstdcall NTSTATUS IoAsyncForwardIrp(struct device_object *dev_obj, -+ struct irp *irp) -+{ -+ NTSTATUS status; -+ -+ IoCopyCurrentIrpStackLocationToNext(irp); -+ status = IoCallDriver(dev_obj, irp); -+ IOEXIT(return status); -+} -+WIN_FUNC_DECL(IoAsyncForwardIrp,2) -+ -+wstdcall NTSTATUS IoInvalidDeviceRequest(struct device_object *dev_obj, -+ struct irp *irp) -+{ -+ struct io_stack_location *irp_sl; -+ NTSTATUS status; -+ -+ irp_sl = IoGetCurrentIrpStackLocation(irp); -+ WARNING("%d:%d not implemented", irp_sl->major_fn, irp_sl->minor_fn); -+ irp->io_status.status = STATUS_SUCCESS; -+ irp->io_status.info = 0; -+ status = irp->io_status.status; -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ IOEXIT(return status); -+} -+WIN_FUNC_DECL(IoInvalidDeviceRequest,2) -+ -+static irqreturn_t io_irq_isr(int irq, void *data ISR_PT_REGS_PARAM_DECL) -+{ -+ struct kinterrupt *interrupt = data; -+ BOOLEAN ret; -+ -+#ifdef CONFIG_DEBUG_SHIRQ -+ if (!interrupt->u.enabled) -+ EXIT1(return IRQ_NONE); -+#endif -+ TRACE6("%p", interrupt); -+ nt_spin_lock(interrupt->actual_lock); -+ ret = LIN2WIN2(interrupt->isr, interrupt, interrupt->isr_ctx); -+ nt_spin_unlock(interrupt->actual_lock); -+ if (ret == TRUE) -+ EXIT6(return IRQ_HANDLED); -+ else -+ EXIT6(return IRQ_NONE); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoConnectInterrupt,11) -+ (struct kinterrupt **kinterrupt, PKSERVICE_ROUTINE isr, void *isr_ctx, -+ NT_SPIN_LOCK *lock, ULONG vector, KIRQL irql, KIRQL synch_irql, -+ enum kinterrupt_mode mode, BOOLEAN shared, KAFFINITY cpu_mask, -+ BOOLEAN save_fp) -+{ -+ struct kinterrupt *interrupt; -+ IOENTER(""); -+ interrupt = kzalloc(sizeof(*interrupt), GFP_KERNEL); -+ if (!interrupt) -+ IOEXIT(return STATUS_INSUFFICIENT_RESOURCES); -+ interrupt->vector = vector; -+ interrupt->cpu_mask = cpu_mask; -+ nt_spin_lock_init(&interrupt->lock); -+ if (lock) -+ interrupt->actual_lock = lock; -+ else -+ interrupt->actual_lock = &interrupt->lock; -+ interrupt->shared = shared; -+ interrupt->save_fp = save_fp; -+ interrupt->isr = isr; -+ interrupt->isr_ctx = isr_ctx; -+ InitializeListHead(&interrupt->list); -+ interrupt->irql = irql; -+ interrupt->synch_irql = synch_irql; -+ interrupt->mode = mode; -+ if (request_irq(vector, io_irq_isr, shared ? IRQF_SHARED : 0, -+ DRIVER_NAME, interrupt)) { -+ WARNING("request for irq %d failed", vector); -+ kfree(interrupt); -+ IOEXIT(return STATUS_INSUFFICIENT_RESOURCES); -+ } -+ *kinterrupt = interrupt; -+#ifdef CONFIG_DEBUG_SHIRQ -+ interrupt->u.enabled = 1; -+#endif -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(IoDisconnectInterrupt,1) -+ (struct kinterrupt *interrupt) -+{ -+#ifdef CONFIG_DEBUG_SHIRQ -+ interrupt->u.enabled = 0; -+#endif -+ free_irq(interrupt->vector, interrupt); -+ kfree(interrupt); -+} -+ -+wstdcall struct mdl *WIN_FUNC(IoAllocateMdl,5) -+ (void *virt, ULONG length, BOOLEAN second_buf, BOOLEAN charge_quota, -+ struct irp *irp) -+{ -+ struct mdl *mdl; -+ mdl = allocate_init_mdl(virt, length); -+ if (!mdl) -+ return NULL; -+ if (irp) { -+ if (second_buf == TRUE) { -+ struct mdl *last; -+ -+ last = irp->mdl; -+ while (last->next) -+ last = last->next; -+ last->next = mdl; -+ } else -+ irp->mdl = mdl; -+ } -+ IOTRACE("%p", mdl); -+ return mdl; -+} -+ -+wstdcall void WIN_FUNC(IoFreeMdl,1) -+ (struct mdl *mdl) -+{ -+ IOTRACE("%p", mdl); -+ free_mdl(mdl); -+} -+ -+wstdcall struct io_workitem *WIN_FUNC(IoAllocateWorkItem,1) -+ (struct device_object *dev_obj) -+{ -+ struct io_workitem *io_workitem; -+ -+ IOENTER("%p", dev_obj); -+ io_workitem = kmalloc(sizeof(*io_workitem), irql_gfp()); -+ if (!io_workitem) -+ IOEXIT(return NULL); -+ io_workitem->dev_obj = dev_obj; -+ IOEXIT(return io_workitem); -+} -+ -+wstdcall void WIN_FUNC(IoFreeWorkItem,1) -+ (struct io_workitem *io_workitem) -+{ -+ kfree(io_workitem); -+ IOEXIT(return); -+} -+ -+wstdcall void WIN_FUNC(IoQueueWorkItem,4) -+ (struct io_workitem *io_workitem, void *func, -+ enum work_queue_type queue_type, void *context) -+{ -+ IOENTER("%p, %p", io_workitem, io_workitem->dev_obj); -+ io_workitem->worker_routine = func; -+ io_workitem->context = context; -+ schedule_ntos_work_item(func, io_workitem->dev_obj, context); -+ IOEXIT(return); -+} -+ -+wstdcall void WIN_FUNC(ExQueueWorkItem,2) -+ (struct io_workitem *io_workitem, enum work_queue_type queue_type) -+{ -+ IOENTER("%p", io_workitem); -+ schedule_ntos_work_item(io_workitem->worker_routine, -+ io_workitem->dev_obj, io_workitem->context); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoAllocateDriverObjectExtension,4) -+ (struct driver_object *drv_obj, void *client_id, ULONG extlen, -+ void **ext) -+{ -+ struct custom_ext *ce; -+ -+ IOENTER("%p, %p", drv_obj, client_id); -+ ce = kmalloc(sizeof(*ce) + extlen, irql_gfp()); -+ if (ce == NULL) -+ return STATUS_INSUFFICIENT_RESOURCES; -+ -+ IOTRACE("custom_ext: %p", ce); -+ ce->client_id = client_id; -+ spin_lock_bh(&ntoskernel_lock); -+ InsertTailList(&drv_obj->drv_ext->custom_ext, &ce->list); -+ spin_unlock_bh(&ntoskernel_lock); -+ -+ *ext = (void *)ce + sizeof(*ce); -+ IOTRACE("ext: %p", *ext); -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall void *WIN_FUNC(IoGetDriverObjectExtension,2) -+ (struct driver_object *drv_obj, void *client_id) -+{ -+ struct custom_ext *ce; -+ void *ret; -+ -+ IOENTER("drv_obj: %p, client_id: %p", drv_obj, client_id); -+ ret = NULL; -+ spin_lock_bh(&ntoskernel_lock); -+ nt_list_for_each_entry(ce, &drv_obj->drv_ext->custom_ext, list) { -+ if (ce->client_id == client_id) { -+ ret = (void *)ce + sizeof(*ce); -+ break; -+ } -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ IOTRACE("ret: %p", ret); -+ return ret; -+} -+ -+void free_custom_extensions(struct driver_extension *drv_ext) -+{ -+ struct nt_list *ent; -+ -+ IOENTER("%p", drv_ext); -+ spin_lock_bh(&ntoskernel_lock); -+ while ((ent = RemoveHeadList(&drv_ext->custom_ext))) -+ kfree(ent); -+ spin_unlock_bh(&ntoskernel_lock); -+ IOEXIT(return); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoCreateDevice,7) -+ (struct driver_object *drv_obj, ULONG dev_ext_length, -+ struct unicode_string *dev_name, DEVICE_TYPE dev_type, -+ ULONG dev_chars, BOOLEAN exclusive, struct device_object **newdev) -+{ -+ struct device_object *dev; -+ struct dev_obj_ext *dev_obj_ext; -+ int size; -+ -+ IOENTER("%p, %u, %p", drv_obj, dev_ext_length, dev_name); -+ -+ size = sizeof(*dev) + dev_ext_length + sizeof(*dev_obj_ext); -+ dev = allocate_object(size, OBJECT_TYPE_DEVICE, dev_name); -+ if (!dev) -+ IOEXIT(return STATUS_INSUFFICIENT_RESOURCES); -+ if (dev_ext_length) -+ dev->dev_ext = dev + 1; -+ else -+ dev->dev_ext = NULL; -+ -+ dev_obj_ext = ((void *)(dev + 1)) + dev_ext_length; -+ dev_obj_ext->dev_obj = dev; -+ dev_obj_ext->size = 0; -+ dev_obj_ext->type = IO_TYPE_DEVICE; -+ dev->dev_obj_ext = dev_obj_ext; -+ -+ dev->type = dev_type; -+ dev->flags = 0; -+ dev->size = sizeof(*dev) + dev_ext_length; -+ dev->ref_count = 1; -+ dev->attached = NULL; -+ dev->stack_count = 1; -+ -+ dev->drv_obj = drv_obj; -+ dev->next = drv_obj->dev_obj; -+ drv_obj->dev_obj = dev; -+ -+ dev->align_req = 1; -+ dev->characteristics = dev_chars; -+ dev->io_timer = NULL; -+ KeInitializeEvent(&dev->lock, SynchronizationEvent, TRUE); -+ dev->vpb = NULL; -+ -+ IOTRACE("dev: %p, ext: %p", dev, dev->dev_ext); -+ *newdev = dev; -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoCreateUnprotectedSymbolicLink,2) -+ (struct unicode_string *link, struct unicode_string *dev_name) -+{ -+ struct ansi_string ansi; -+ -+ IOENTER("%p, %p", dev_name, link); -+ if (dev_name && (RtlUnicodeStringToAnsiString(&ansi, dev_name, TRUE) == -+ STATUS_SUCCESS)) { -+ IOTRACE("dev_name: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ if (link && (RtlUnicodeStringToAnsiString(&ansi, link, TRUE) == -+ STATUS_SUCCESS)) { -+ IOTRACE("link: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+// TODO(); -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoCreateSymbolicLink,2) -+ (struct unicode_string *link, struct unicode_string *dev_name) -+{ -+ IOEXIT(return IoCreateUnprotectedSymbolicLink(link, dev_name)); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoDeleteSymbolicLink,1) -+ (struct unicode_string *link) -+{ -+ struct ansi_string ansi; -+ -+ IOENTER("%p", link); -+ if (link && (RtlUnicodeStringToAnsiString(&ansi, link, TRUE) == -+ STATUS_SUCCESS)) { -+ IOTRACE("dev_name: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(IoDeleteDevice,1) -+ (struct device_object *dev) -+{ -+ IOENTER("%p", dev); -+ if (dev == NULL) -+ IOEXIT(return); -+ IOTRACE("drv_obj: %p", dev->drv_obj); -+ if (dev->drv_obj) { -+ struct device_object *prev; -+ -+ prev = dev->drv_obj->dev_obj; -+ IOTRACE("dev_obj: %p", prev); -+ if (prev == dev) -+ dev->drv_obj->dev_obj = dev->next; -+ else if (prev) { -+ while (prev->next != dev) -+ prev = prev->next; -+ prev->next = dev->next; -+ } -+ } -+ ObDereferenceObject(dev); -+ IOEXIT(return); -+} -+ -+wstdcall void WIN_FUNC(IoDetachDevice,1) -+ (struct device_object *tgt) -+{ -+ struct device_object *tail; -+ -+ IOENTER("%p", tgt); -+ if (!tgt) -+ IOEXIT(return); -+ tail = tgt->attached; -+ if (!tail) -+ IOEXIT(return); -+ IOTRACE("tail: %p", tail); -+ -+ spin_lock_bh(&ntoskernel_lock); -+ tgt->attached = tail->attached; -+ IOTRACE("attached:%p", tgt->attached); -+ for ( ; tail; tail = tail->attached) { -+ IOTRACE("tail:%p", tail); -+ tail->stack_count--; -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ IOEXIT(return); -+} -+ -+wstdcall struct device_object *WIN_FUNC(IoGetAttachedDevice,1) -+ (struct device_object *dev) -+{ -+ IOENTER("%p", dev); -+ if (!dev) -+ IOEXIT(return NULL); -+ spin_lock_bh(&ntoskernel_lock); -+ while (dev->attached) -+ dev = dev->attached; -+ spin_unlock_bh(&ntoskernel_lock); -+ IOEXIT(return dev); -+} -+ -+wstdcall struct device_object *WIN_FUNC(IoGetAttachedDeviceReference,1) -+ (struct device_object *dev) -+{ -+ IOENTER("%p", dev); -+ if (!dev) -+ IOEXIT(return NULL); -+ dev = IoGetAttachedDevice(dev); -+ ObReferenceObject(dev); -+ IOEXIT(return dev); -+} -+ -+wstdcall struct device_object *WIN_FUNC(IoAttachDeviceToDeviceStack,2) -+ (struct device_object *src, struct device_object *tgt) -+{ -+ struct device_object *attached; -+ struct dev_obj_ext *src_dev_ext; -+ -+ IOENTER("%p, %p", src, tgt); -+ attached = IoGetAttachedDevice(tgt); -+ IOTRACE("%p", attached); -+ src_dev_ext = src->dev_obj_ext; -+ spin_lock_bh(&ntoskernel_lock); -+ if (attached) -+ attached->attached = src; -+ src->attached = NULL; -+ src->stack_count = attached->stack_count + 1; -+ src_dev_ext->attached_to = attached; -+ spin_unlock_bh(&ntoskernel_lock); -+ IOTRACE("stack_count: %d -> %d", attached->stack_count, -+ src->stack_count); -+ IOEXIT(return attached); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoGetDeviceProperty,5) -+ (struct device_object *pdo, enum device_registry_property dev_property, -+ ULONG buffer_len, void *buffer, ULONG *result_len) -+{ -+ struct ansi_string ansi; -+ struct unicode_string unicode; -+ struct wrap_device *wd; -+ ULONG need; -+ -+ IOENTER("dev_obj = %p, dev_property = %d, buffer_len = %u, " -+ "buffer = %p, result_len = %p", pdo, dev_property, -+ buffer_len, buffer, result_len); -+ -+ wd = pdo->reserved; -+ switch (dev_property) { -+ case DevicePropertyDeviceDescription: -+ case DevicePropertyFriendlyName: -+ case DevicePropertyDriverKeyName: -+ if (wrap_is_pci_bus(wd->dev_bus)) -+ RtlInitAnsiString(&ansi, "PCI"); -+ else // if (wrap_is_usb_bus(wd->dev_bus)) -+ RtlInitAnsiString(&ansi, "USB"); -+ need = sizeof(wchar_t) * (ansi.max_length + 1); -+ if (buffer_len < need) { -+ *result_len = need; -+ IOEXIT(return STATUS_BUFFER_TOO_SMALL); -+ } -+ unicode.max_length = buffer_len; -+ unicode.buf = buffer; -+ if (RtlAnsiStringToUnicodeString(&unicode, &ansi, -+ FALSE) != STATUS_SUCCESS) { -+ *result_len = unicode.length; -+ IOEXIT(return STATUS_BUFFER_TOO_SMALL); -+ } -+ IOEXIT(return STATUS_SUCCESS); -+ default: -+ WARNING("%d not implemented", dev_property); -+ IOEXIT(return STATUS_INVALID_PARAMETER_2); -+ } -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoGetDeviceObjectPointer,4) -+ (struct unicode_string *name, ACCESS_MASK desired_access, -+ struct file_object *file_obj, struct device_object *dev_obj) -+{ -+ struct common_object_header *coh; -+ -+ dev_obj = NULL; -+ /* TODO: access is not checked and file_obj is filled with zeroes */ -+ spin_lock_bh(&ntoskernel_lock); -+ nt_list_for_each_entry(coh, &object_list, list) { -+ TRACE5("header: %p, type: %d", coh, coh->type); -+ if (coh->type != OBJECT_TYPE_DEVICE) -+ continue; -+ if (!RtlCompareUnicodeString(&coh->name, name, TRUE)) { -+ dev_obj = HEADER_TO_OBJECT(coh); -+ TRACE5("dev_obj: %p", dev_obj); -+ break; -+ } -+ } -+ spin_unlock_bh(&ntoskernel_lock); -+ if (dev_obj) { -+ memset(file_obj, 0, sizeof(*file_obj)); -+ WARNING("file_obj filled with zeroes"); -+ IOEXIT(return STATUS_SUCCESS); -+ } else -+ IOEXIT(return STATUS_OBJECT_NAME_INVALID); -+} -+ -+/* NOTE: Make sure to compile with -freg-struct-return, so gcc will -+ * return union in register, like Windows */ -+wstdcall union power_state WIN_FUNC(PoSetPowerState,3) -+ (struct device_object *dev_obj, enum power_state_type type, -+ union power_state state) -+{ -+ IOEXIT(return state); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(PoCallDriver,2) -+ (struct device_object *dev_obj, struct irp *irp) -+{ -+ return IoCallDriver(dev_obj, irp); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(PoRequestPowerIrp,6) -+ (struct device_object *dev_obj, UCHAR minor_fn, -+ union power_state power_state, void *completion_func, -+ void *context, struct irp **pirp) -+{ -+ struct irp *irp; -+ struct io_stack_location *irp_sl; -+ -+ TRACE1("%p, %d, %p", dev_obj, dev_obj->stack_count, dev_obj->drv_obj); -+ irp = IoAllocateIrp(dev_obj->stack_count, FALSE); -+ if (!irp) -+ return STATUS_INSUFFICIENT_RESOURCES; -+ irp_sl = IoGetNextIrpStackLocation(irp); -+ irp_sl->major_fn = IRP_MJ_POWER; -+ irp_sl->minor_fn = minor_fn; -+ if (minor_fn == IRP_MN_WAIT_WAKE) -+ irp_sl->params.power.type = SystemPowerState; -+ else -+ irp_sl->params.power.type = DevicePowerState; -+ irp_sl->params.power.state = power_state; -+ irp_sl->completion_routine = completion_func; -+ irp->io_status.status = STATUS_NOT_SUPPORTED; -+ *pirp = irp; -+ return PoCallDriver(dev_obj, irp); -+} -+ -+wstdcall void WIN_FUNC(PoStartNextPowerIrp,1) -+ (struct irp *irp) -+{ -+ IOENTER("irp = %p", irp); -+ IOEXIT(return); -+} -+ -+wstdcall void WIN_FUNC(IoInitializeRemoveLockEx,5) -+ (struct io_remove_lock *lock, ULONG alloc_tag, ULONG max_locked_min, -+ ULONG high_mark, ULONG lock_size) -+{ -+ TODO(); -+} -+ -+wstdcall void *WIN_FUNC(IoAllocateErrorLogEntry,2) -+ (void *io_object, UCHAR entry_size) -+{ -+ /* not implemented fully */ -+ void *ret = kmalloc(sizeof(struct io_error_log_packet) + entry_size, -+ irql_gfp()); -+ TRACE2("%p", ret); -+ if (ret) -+ return ret + sizeof(struct io_error_log_packet); -+ else -+ return NULL; -+} -+ -+wstdcall void WIN_FUNC(IoWriteErrorLogEntry,1) -+ (void *entry) -+{ -+ /* TODO: log error with codes and message */ -+ ERROR(""); -+} -+ -+wstdcall void WIN_FUNC(IoFreeErrorLogEntry,1) -+ (void *entry) -+{ -+ TRACE2("%p", entry); -+ kfree(entry - sizeof(struct io_error_log_packet)); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoAcquireRemoveLockEx,5) -+ (struct io_remove_lock *lock, void *tag, char *file, ULONG line, -+ ULONG lock_size) -+{ -+ TODO(); -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoReleaseRemoveLockEx,3) -+ (struct io_remove_lock *lock, void *tag, ULONG lock_size) -+{ -+ TODO(); -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoRegisterDeviceInterface,4) -+ (struct device_object *pdo, struct guid *guid_class, -+ struct unicode_string *reference, struct unicode_string *link) -+{ -+ struct ansi_string ansi; -+ -+ /* TODO: check if pdo is valid */ -+ RtlInitAnsiString(&ansi, "ndis"); -+ ENTER1("pdo: %p, ref: %p, link: %p, %x, %x, %x", pdo, reference, link, -+ guid_class->data1, guid_class->data2, guid_class->data3); -+ return RtlAnsiStringToUnicodeString(link, &ansi, TRUE); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoSetDeviceInterfaceState,2) -+ (struct unicode_string *link, BOOLEAN enable) -+{ -+ ENTER1("link: %p, enable: %d", link, enable); -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoOpenDeviceRegistryKey,4) -+ (struct device_object *dev_obj, ULONG type, ACCESS_MASK mask, -+ void **handle) -+{ -+ ENTER1("dev_obj: %p", dev_obj); -+ *handle = dev_obj; -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoWMIRegistrationControl,2) -+ (struct device_object *dev_obj, ULONG action) -+{ -+ ENTER2("%p, %d", dev_obj, action); -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(IoInvalidateDeviceRelations,2) -+ (struct device_object *dev_obj, enum device_relation_type type) -+{ -+ INFO("%p, %d", dev_obj, type); -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(IoInvalidateDeviceState,1) -+ (struct device_object *pdo) -+{ -+ INFO("%p", pdo); -+ TODO(); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoRegisterPlugPlayNotification,7) -+ (UINT category, ULONG flags, void *data, struct driver_object *object, -+ void *callback, void *context, void **notification_entry) -+{ -+ TRACE2("category: %d, flags 0x%x, data: %p, object: %p, callback: %p, " -+ "context: %p, notification_entry: %p", category, flags, data, -+ object, callback, context, notification_entry); -+ TODO(); -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoUnregisterPlugPlayNotification,1) -+ (void *notification_entry) -+{ -+ TRACE2("%p", notification_entry); -+ TODO(); -+ IOEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoWMIOpenBlock,3) -+ (struct guid *guid, ULONG access, void *object) -+{ -+ TODO(); -+ IOEXIT(return STATUS_NOT_IMPLEMENTED); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(IoWMIQueryAllData,3) -+ (void *data_block_object, UINT *buffer_size, void *buffer) -+{ -+ TODO(); -+ IOEXIT(return STATUS_NOT_IMPLEMENTED); -+} -+ -+wstdcall void WIN_FUNC(IoGetStackLimits,2) -+ (ULONG_PTR *LowLimit, ULONG_PTR *HighLimit) -+{ -+ *LowLimit = (ULONG_PTR)&LowLimit & ~(THREAD_SIZE - 1); -+ *HighLimit = *LowLimit + THREAD_SIZE; -+ IOTRACE("LowLimit: 0x%lx, HighLimit: 0x%lx", *LowLimit, *HighLimit); -+ IOEXIT(return); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/pe_linker.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pe_linker.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/pe_linker.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pe_linker.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,600 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifdef TEST_LOADER -+ -+#include "usr_linker.h" -+ -+#else -+ -+#include -+#include -+ -+//#define DEBUGLINKER 2 -+ -+#include "ntoskernel.h" -+ -+#endif -+ -+struct pe_exports { -+ char *dll; -+ char *name; -+ generic_func addr; -+}; -+ -+static struct pe_exports pe_exports[40]; -+static int num_pe_exports; -+ -+#define RVA2VA(image, rva, type) (type)(ULONG_PTR)((void *)image + rva) -+#define CHECK_SZ(a,b) { if (sizeof(a) != b) { \ -+ ERROR("%s is bad, got %zd, expected %d", \ -+ #a , sizeof(a), (b)); return -EINVAL; } } -+ -+#if defined(DEBUGLINKER) && DEBUGLINKER > 0 -+#define DBGLINKER(fmt, ...) printk(KERN_INFO "%s (%s:%d): " fmt "\n", \ -+ DRIVER_NAME, __func__, \ -+ __LINE__ , ## __VA_ARGS__); -+static const char *image_directory_name[] = { -+ "EXPORT", -+ "IMPORT", -+ "RESOURCE", -+ "EXCEPTION", -+ "SECURITY", -+ "BASERELOC", -+ "DEBUG", -+ "COPYRIGHT", -+ "GLOBALPTR", -+ "TLS", -+ "LOAD_CONFIG", -+ "BOUND_IMPORT", -+ "IAT", -+ "DELAY_IMPORT", -+ "COM_DESCRIPTOR" }; -+#else -+#define DBGLINKER(fmt, ...) do { } while (0) -+#endif -+ -+#ifndef TEST_LOADER -+extern struct wrap_export ntoskernel_exports[], ntoskernel_io_exports[], -+ ndis_exports[], crt_exports[], hal_exports[], rtl_exports[]; -+#ifdef ENABLE_USB -+extern struct wrap_export usb_exports[]; -+#endif -+ -+static int get_export(char *name, generic_func *func) -+{ -+ int i, j; -+ -+ struct wrap_export *exports[] = { -+ ntoskernel_exports, -+ ntoskernel_io_exports, -+ ndis_exports, -+ crt_exports, -+ hal_exports, -+ rtl_exports, -+#ifdef ENABLE_USB -+ usb_exports, -+#endif -+ }; -+ -+ for (j = 0; j < ARRAY_SIZE(exports); j++) -+ for (i = 0; exports[j][i].name != NULL; i++) -+ if (strcmp(exports[j][i].name, name) == 0) { -+ *func = exports[j][i].func; -+ return 0; -+ } -+ -+ for (i = 0; i < num_pe_exports; i++) -+ if (strcmp(pe_exports[i].name, name) == 0) { -+ *func = pe_exports[i].addr; -+ return 0; -+ } -+ -+ return -1; -+} -+#endif // TEST_LOADER -+ -+static void *get_dll_init(char *name) -+{ -+ int i; -+ for (i = 0; i < num_pe_exports; i++) -+ if ((strcmp(pe_exports[i].dll, name) == 0) && -+ (strcmp(pe_exports[i].name, "DllInitialize") == 0)) -+ return (void *)pe_exports[i].addr; -+ return NULL; -+} -+ -+/* -+ * Find and validate the coff header -+ * -+ */ -+static int check_nt_hdr(IMAGE_NT_HEADERS *nt_hdr) -+{ -+ int i; -+ WORD attr; -+ PIMAGE_OPTIONAL_HEADER opt_hdr; -+ -+ /* Validate the "PE\0\0" signature */ -+ if (nt_hdr->Signature != IMAGE_NT_SIGNATURE) { -+ ERROR("is this driver file? bad signature %08x", -+ nt_hdr->Signature); -+ return -EINVAL; -+ } -+ -+ opt_hdr = &nt_hdr->OptionalHeader; -+ /* Make sure Image is PE32 or PE32+ */ -+#ifdef CONFIG_X86_64 -+ if (opt_hdr->Magic != IMAGE_NT_OPTIONAL_HDR64_MAGIC) { -+ ERROR("kernel is 64-bit, but Windows driver is not 64-bit;" -+ "bad magic: %04X", opt_hdr->Magic); -+ return -EINVAL; -+ } -+#else -+ if (opt_hdr->Magic != IMAGE_NT_OPTIONAL_HDR32_MAGIC) { -+ ERROR("kernel is 32-bit, but Windows driver is not 32-bit;" -+ "bad magic: %04X", opt_hdr->Magic); -+ return -EINVAL; -+ } -+#endif -+ -+ /* Validate the image for the current architecture. */ -+#ifdef CONFIG_X86_64 -+ if (nt_hdr->FileHeader.Machine != IMAGE_FILE_MACHINE_AMD64) { -+ ERROR("kernel is 64-bit, but Windows driver is not 64-bit;" -+ " (PE signature is %04X)", nt_hdr->FileHeader.Machine); -+ return -EINVAL; -+ } -+#else -+ if (nt_hdr->FileHeader.Machine != IMAGE_FILE_MACHINE_I386) { -+ ERROR("kernel is 32-bit, but Windows driver is not 32-bit;" -+ " (PE signature is %04X)", nt_hdr->FileHeader.Machine); -+ return -EINVAL; -+ } -+#endif -+ -+ /* Must have attributes */ -+#ifdef CONFIG_X86_64 -+ attr = IMAGE_FILE_EXECUTABLE_IMAGE | IMAGE_FILE_LARGE_ADDRESS_AWARE; -+#else -+ attr = IMAGE_FILE_EXECUTABLE_IMAGE | IMAGE_FILE_32BIT_MACHINE; -+#endif -+ if ((nt_hdr->FileHeader.Characteristics & attr) != attr) -+ return -EINVAL; -+ -+ /* Must be relocatable */ -+ attr = IMAGE_FILE_RELOCS_STRIPPED; -+ if ((nt_hdr->FileHeader.Characteristics & attr)) -+ return -EINVAL; -+ -+ /* Make sure we have at least one section */ -+ if (nt_hdr->FileHeader.NumberOfSections == 0) -+ return -EINVAL; -+ -+ if (opt_hdr->SectionAlignment < opt_hdr->FileAlignment) { -+ ERROR("alignment mismatch: section: 0x%x, file: 0x%x", -+ opt_hdr->SectionAlignment, opt_hdr->FileAlignment); -+ return -EINVAL; -+ } -+ -+ DBGLINKER("number of datadictionary entries %d", -+ opt_hdr->NumberOfRvaAndSizes); -+ for (i = 0; i < opt_hdr->NumberOfRvaAndSizes; i++) { -+ DBGLINKER("datadirectory %s RVA:%X Size:%d", -+ (i <= IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR) ? -+ image_directory_name[i] : "unknown", -+ opt_hdr->DataDirectory[i].VirtualAddress, -+ opt_hdr->DataDirectory[i].Size); -+ } -+ -+ if ((nt_hdr->FileHeader.Characteristics & IMAGE_FILE_EXECUTABLE_IMAGE)) -+ return IMAGE_FILE_EXECUTABLE_IMAGE; -+ if ((nt_hdr->FileHeader.Characteristics & IMAGE_FILE_DLL)) -+ return IMAGE_FILE_DLL; -+ return -EINVAL; -+} -+ -+static int import(void *image, IMAGE_IMPORT_DESCRIPTOR *dirent, char *dll) -+{ -+ ULONG_PTR *lookup_tbl, *address_tbl; -+ char *symname = NULL; -+ int i; -+ int ret = 0; -+ generic_func adr; -+ -+ lookup_tbl = RVA2VA(image, dirent->u.OriginalFirstThunk, ULONG_PTR *); -+ address_tbl = RVA2VA(image, dirent->FirstThunk, ULONG_PTR *); -+ -+ for (i = 0; lookup_tbl[i]; i++) { -+ if (IMAGE_SNAP_BY_ORDINAL(lookup_tbl[i])) { -+ ERROR("ordinal import not supported: %llu", -+ (uint64_t)lookup_tbl[i]); -+ return -1; -+ } -+ else { -+ symname = RVA2VA(image, -+ ((lookup_tbl[i] & -+ ~IMAGE_ORDINAL_FLAG) + 2), char *); -+ } -+ -+ if (get_export(symname, &adr) < 0) { -+ ERROR("unknown symbol: %s:'%s'", dll, symname); -+ ret = -1; -+ } else { -+ DBGLINKER("found symbol: %s:%s: addr: %p, rva = %llu", -+ dll, symname, adr, (uint64_t)address_tbl[i]); -+ address_tbl[i] = (ULONG_PTR)adr; -+ } -+ } -+ return ret; -+} -+ -+static int read_exports(struct pe_image *pe) -+{ -+ IMAGE_EXPORT_DIRECTORY *export_dir_table; -+ uint32_t *export_addr_table; -+ int i; -+ uint32_t *name_table; -+ PIMAGE_OPTIONAL_HEADER opt_hdr; -+ IMAGE_DATA_DIRECTORY *export_data_dir; -+ -+ opt_hdr = &pe->nt_hdr->OptionalHeader; -+ export_data_dir = -+ &opt_hdr->DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT]; -+ -+ if (export_data_dir->Size == 0) { -+ DBGLINKER("no exports"); -+ return 0; -+ } -+ -+ export_dir_table = -+ RVA2VA(pe->image, export_data_dir->VirtualAddress, -+ IMAGE_EXPORT_DIRECTORY *); -+ -+ name_table = (unsigned int *)(pe->image + -+ export_dir_table->AddressOfNames); -+ export_addr_table = (uint32_t *) -+ (pe->image + export_dir_table->AddressOfFunctions); -+ -+ for (i = 0; i < export_dir_table->NumberOfNames; i++) { -+ -+ if (export_data_dir->VirtualAddress <= *export_addr_table || -+ *export_addr_table >= (export_data_dir->VirtualAddress + -+ export_data_dir->Size)) -+ DBGLINKER("forwarder rva"); -+ -+ DBGLINKER("export symbol: %s, at %p", -+ (char *)(pe->image + *name_table), -+ pe->image + *export_addr_table); -+ -+ pe_exports[num_pe_exports].dll = pe->name; -+ pe_exports[num_pe_exports].name = pe->image + *name_table; -+ pe_exports[num_pe_exports].addr = -+ pe->image + *export_addr_table; -+ -+ num_pe_exports++; -+ name_table++; -+ export_addr_table++; -+ } -+ return 0; -+} -+ -+static int fixup_imports(void *image, IMAGE_NT_HEADERS *nt_hdr) -+{ -+ int i; -+ char *name; -+ int ret = 0; -+ IMAGE_IMPORT_DESCRIPTOR *dirent; -+ IMAGE_DATA_DIRECTORY *import_data_dir; -+ PIMAGE_OPTIONAL_HEADER opt_hdr; -+ -+ opt_hdr = &nt_hdr->OptionalHeader; -+ import_data_dir = -+ &opt_hdr->DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; -+ dirent = RVA2VA(image, import_data_dir->VirtualAddress, -+ IMAGE_IMPORT_DESCRIPTOR *); -+ -+ for (i = 0; dirent[i].Name; i++) { -+ name = RVA2VA(image, dirent[i].Name, char*); -+ -+ DBGLINKER("imports from dll: %s", name); -+ ret += import(image, &dirent[i], name); -+ } -+ return ret; -+} -+ -+static int fixup_reloc(void *image, IMAGE_NT_HEADERS *nt_hdr) -+{ -+ ULONG_PTR base; -+ ULONG_PTR size; -+ IMAGE_BASE_RELOCATION *fixup_block; -+ IMAGE_DATA_DIRECTORY *base_reloc_data_dir; -+ PIMAGE_OPTIONAL_HEADER opt_hdr; -+ -+ opt_hdr = &nt_hdr->OptionalHeader; -+ base = opt_hdr->ImageBase; -+ base_reloc_data_dir = -+ &opt_hdr->DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC]; -+ if (base_reloc_data_dir->Size == 0) -+ return 0; -+ -+ fixup_block = RVA2VA(image, base_reloc_data_dir->VirtualAddress, -+ IMAGE_BASE_RELOCATION *); -+ DBGLINKER("fixup_block=%p, image=%p", fixup_block, image); -+ DBGLINKER("fixup_block info: %x %d", -+ fixup_block->VirtualAddress, fixup_block->SizeOfBlock); -+ -+ while (fixup_block->SizeOfBlock) { -+ int i; -+ WORD fixup, offset; -+ -+ size = (fixup_block->SizeOfBlock - -+ sizeof(IMAGE_BASE_RELOCATION)) / sizeof(WORD); -+ DBGLINKER("found %llu relocations in this block", -+ (uint64_t)size); -+ -+ for (i = 0; i < size; i++) { -+ fixup = fixup_block->TypeOffset[i]; -+ offset = fixup & 0xfff; -+ switch ((fixup >> 12) & 0x0f) { -+ case IMAGE_REL_BASED_ABSOLUTE: -+ break; -+ -+ case IMAGE_REL_BASED_HIGHLOW: { -+ uint32_t addr; -+ uint32_t *loc = -+ RVA2VA(image, -+ fixup_block->VirtualAddress + -+ offset, uint32_t *); -+ addr = RVA2VA(image, (*loc - base), uint32_t); -+ DBGLINKER("relocation: *%p (Val:%X)= %X", -+ loc, *loc, addr); -+ *loc = addr; -+ } -+ break; -+ -+ case IMAGE_REL_BASED_DIR64: { -+ uint64_t addr; -+ uint64_t *loc = -+ RVA2VA(image, -+ fixup_block->VirtualAddress + -+ offset, uint64_t *); -+ addr = RVA2VA(image, (*loc - base), uint64_t); -+ DBGLINKER("relocation: *%p (Val:%llX)= %llx", -+ loc, *loc, addr); -+ *loc = addr; -+ } -+ break; -+ -+ default: -+ ERROR("unknown fixup: %08X", -+ (fixup >> 12) & 0x0f); -+ return -EOPNOTSUPP; -+ break; -+ } -+ } -+ DBGLINKER("finished relocating block"); -+ -+ fixup_block = (IMAGE_BASE_RELOCATION *) -+ ((void *)fixup_block + fixup_block->SizeOfBlock); -+ }; -+ DBGLINKER("done relocating all"); -+ -+ return 0; -+} -+ -+/* Expand the image in memory if necessary. The image on disk does not -+ * necessarily maps the image of the driver in memory, so we have to -+ * re-write it in order to fulfill the sections alignments. The -+ * advantage to do that is that rva_to_va becomes a simple -+ * addition. */ -+static int fix_pe_image(struct pe_image *pe) -+{ -+ void *image; -+ IMAGE_SECTION_HEADER *sect_hdr; -+ int i, sections; -+ int image_size; -+ -+ if (pe->size == pe->opt_hdr->SizeOfImage) { -+ /* Nothing to do */ -+ return 0; -+ } -+ -+ image_size = pe->opt_hdr->SizeOfImage; -+#ifdef CONFIG_X86_64 -+#ifdef PAGE_KERNEL_EXECUTABLE -+ image = __vmalloc(image_size, GFP_KERNEL | __GFP_HIGHMEM, -+ PAGE_KERNEL_EXECUTABLE); -+#elif defined PAGE_KERNEL_EXEC -+ image = __vmalloc(image_size, GFP_KERNEL | __GFP_HIGHMEM, -+ PAGE_KERNEL_EXEC); -+#else -+#error x86_64 should have either PAGE_KERNEL_EXECUTABLE or PAGE_KERNEL_EXEC -+#endif -+#else -+#ifdef cpu_has_nx -+ /* hate to play with kernel macros, but PAGE_KERNEL_EXEC is -+ * not available to modules! */ -+ if (cpu_has_nx) -+ image = __vmalloc(image_size, GFP_KERNEL | __GFP_HIGHMEM, -+ __pgprot(__PAGE_KERNEL & ~_PAGE_NX)); -+ else -+ image = vmalloc(image_size); -+#else -+ image = vmalloc(image_size); -+#endif -+#endif -+ if (image == NULL) { -+ ERROR("failed to allocate enough space for new image:" -+ " %d bytes", image_size); -+ return -ENOMEM; -+ } -+ memset(image, 0, image_size); -+ -+ /* Copy all the headers, ie everything before the first section. */ -+ -+ sections = pe->nt_hdr->FileHeader.NumberOfSections; -+ sect_hdr = IMAGE_FIRST_SECTION(pe->nt_hdr); -+ -+ DBGLINKER("copying headers: %u bytes", sect_hdr->PointerToRawData); -+ -+ memcpy(image, pe->image, sect_hdr->PointerToRawData); -+ -+ /* Copy all the sections */ -+ for (i = 0; i < sections; i++) { -+ DBGLINKER("Copy section %s from %x to %x", -+ sect_hdr->Name, sect_hdr->PointerToRawData, -+ sect_hdr->VirtualAddress); -+ if (sect_hdr->VirtualAddress+sect_hdr->SizeOfRawData > -+ image_size) { -+ ERROR("Invalid section %s in driver", sect_hdr->Name); -+ vfree(image); -+ return -EINVAL; -+ } -+ -+ memcpy(image+sect_hdr->VirtualAddress, -+ pe->image + sect_hdr->PointerToRawData, -+ sect_hdr->SizeOfRawData); -+ sect_hdr++; -+ } -+ -+ vfree(pe->image); -+ pe->image = image; -+ pe->size = image_size; -+ -+ /* Update our internal pointers */ -+ pe->nt_hdr = (IMAGE_NT_HEADERS *) -+ (pe->image + ((IMAGE_DOS_HEADER *)pe->image)->e_lfanew); -+ pe->opt_hdr = &pe->nt_hdr->OptionalHeader; -+ -+ DBGLINKER("set nt headers: nt_hdr=%p, opt_hdr=%p, image=%p", -+ pe->nt_hdr, pe->opt_hdr, pe->image); -+ -+ return 0; -+} -+ -+#if defined(CONFIG_X86_64) -+static void fix_user_shared_data_addr(char *driver, unsigned long length) -+{ -+ unsigned long i, n, max_addr, *addr; -+ -+ TRACE1("fixing KI_USER_SHARED_DATA address in the driver"); -+ n = length - sizeof(unsigned long); -+ max_addr = KI_USER_SHARED_DATA + sizeof(kuser_shared_data); -+ for (i = 0; i < n; i++) { -+ addr = (unsigned long *)(driver + i); -+ if (*addr >= KI_USER_SHARED_DATA && *addr < max_addr) { -+ *addr -= KI_USER_SHARED_DATA; -+ *addr += (unsigned long)&kuser_shared_data; -+ kuser_shared_data.reserved1 = 1; -+ } -+ } -+} -+#endif -+ -+int link_pe_images(struct pe_image *pe_image, unsigned short n) -+{ -+ int i; -+ struct pe_image *pe; -+ -+#if DEBUG >= 1 -+ /* Sanity checks */ -+ CHECK_SZ(IMAGE_SECTION_HEADER, IMAGE_SIZEOF_SECTION_HEADER); -+ CHECK_SZ(IMAGE_FILE_HEADER, IMAGE_SIZEOF_FILE_HEADER); -+ CHECK_SZ(IMAGE_OPTIONAL_HEADER, IMAGE_SIZEOF_NT_OPTIONAL_HEADER); -+ CHECK_SZ(IMAGE_NT_HEADERS, 4 + IMAGE_SIZEOF_FILE_HEADER + -+ IMAGE_SIZEOF_NT_OPTIONAL_HEADER); -+ CHECK_SZ(IMAGE_DOS_HEADER, 0x40); -+ CHECK_SZ(IMAGE_EXPORT_DIRECTORY, 40); -+ CHECK_SZ(IMAGE_BASE_RELOCATION, 8); -+ CHECK_SZ(IMAGE_IMPORT_DESCRIPTOR, 20); -+#endif -+ -+ for (i = 0; i < n; i++) { -+ IMAGE_DOS_HEADER *dos_hdr; -+ pe = &pe_image[i]; -+ dos_hdr = pe->image; -+ -+ if (pe->size < sizeof(IMAGE_DOS_HEADER)) { -+ TRACE1("image too small: %d", pe->size); -+ return -EINVAL; -+ } -+ -+ pe->nt_hdr = -+ (IMAGE_NT_HEADERS *)(pe->image + dos_hdr->e_lfanew); -+ pe->opt_hdr = &pe->nt_hdr->OptionalHeader; -+ -+ pe->type = check_nt_hdr(pe->nt_hdr); -+ if (pe->type <= 0) { -+ TRACE1("type <= 0"); -+ return -EINVAL; -+ } -+ -+ if (fix_pe_image(pe)) { -+ TRACE1("bad PE image"); -+ return -EINVAL; -+ } -+ -+ if (read_exports(pe)) { -+ TRACE1("read exports failed"); -+ return -EINVAL; -+ } -+ } -+ -+ for (i = 0; i < n; i++) { -+ pe = &pe_image[i]; -+ -+ if (fixup_reloc(pe->image, pe->nt_hdr)) { -+ TRACE1("fixup reloc failed"); -+ return -EINVAL; -+ } -+ if (fixup_imports(pe->image, pe->nt_hdr)) { -+ TRACE1("fixup imports failed"); -+ return -EINVAL; -+ } -+#if defined(CONFIG_X86_64) -+ fix_user_shared_data_addr(pe_image[i].image, pe_image[i].size); -+#endif -+ flush_icache_range((unsigned long)pe->image, pe->size); -+ -+ pe->entry = -+ RVA2VA(pe->image, -+ pe->opt_hdr->AddressOfEntryPoint, void *); -+ TRACE1("entry is at %p, rva at %08X", pe->entry, -+ pe->opt_hdr->AddressOfEntryPoint); -+ } -+ -+ for (i = 0; i < n; i++) { -+ pe = &pe_image[i]; -+ -+ if (pe->type == IMAGE_FILE_DLL) { -+ struct unicode_string ustring; -+ char *buf = "0/0t0m0p00"; -+ int (*dll_entry)(struct unicode_string *ustring) -+ wstdcall; -+ -+ memset(&ustring, 0, sizeof(ustring)); -+ ustring.buf = (wchar_t *)buf; -+ dll_entry = (void *)get_dll_init(pe->name); -+ -+ TRACE1("calling dll_init at %p", dll_entry); -+ if (!dll_entry || dll_entry(&ustring)) -+ ERROR("DLL initialize failed for %s", -+ pe->name); -+ } -+ else if (pe->type != IMAGE_FILE_EXECUTABLE_IMAGE) -+ ERROR("illegal image type: %d", pe->type); -+ } -+ return 0; -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/pe_linker.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pe_linker.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/pe_linker.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pe_linker.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,992 @@ -+/* -+ * This file is an excerpt of winnt.h from WINE, which bears the -+ * following copyright: -+ * -+ * Win32 definitions for Windows NT -+ * -+ * Copyright 1996 Alexandre Julliard -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU Lesser General Public -+ * License as published by the Free Software Foundation; either -+ * version 2.1 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * Lesser General Public License for more details. -+ * -+ * You should have received a copy of the GNU Lesser General Public -+ * License along with this library; if not, write to the Free Software -+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -+ */ -+ -+/* -+ * File formats definitions -+ */ -+typedef struct _IMAGE_DOS_HEADER { -+ WORD e_magic; /* 00: MZ Header signature */ -+ WORD e_cblp; /* 02: Bytes on last page of file */ -+ WORD e_cp; /* 04: Pages in file */ -+ WORD e_crlc; /* 06: Relocations */ -+ WORD e_cparhdr; /* 08: Size of header in paragraphs */ -+ WORD e_minalloc; /* 0a: Minimum extra paragraphs needed */ -+ WORD e_maxalloc; /* 0c: Maximum extra paragraphs needed */ -+ WORD e_ss; /* 0e: Initial (relative) SS value */ -+ WORD e_sp; /* 10: Initial SP value */ -+ WORD e_csum; /* 12: Checksum */ -+ WORD e_ip; /* 14: Initial IP value */ -+ WORD e_cs; /* 16: Initial (relative) CS value */ -+ WORD e_lfarlc; /* 18: File address of relocation table */ -+ WORD e_ovno; /* 1a: Overlay number */ -+ WORD e_res[4]; /* 1c: Reserved words */ -+ WORD e_oemid; /* 24: OEM identifier (for e_oeminfo) */ -+ WORD e_oeminfo; /* 26: OEM information; e_oemid specific */ -+ WORD e_res2[10]; /* 28: Reserved words */ -+ DWORD e_lfanew; /* 3c: Offset to extended header */ -+} IMAGE_DOS_HEADER, *PIMAGE_DOS_HEADER; -+ -+#define IMAGE_DOS_SIGNATURE 0x5A4D /* MZ */ -+#define IMAGE_OS2_SIGNATURE 0x454E /* NE */ -+#define IMAGE_OS2_SIGNATURE_LE 0x454C /* LE */ -+#define IMAGE_OS2_SIGNATURE_LX 0x584C /* LX */ -+#define IMAGE_VXD_SIGNATURE 0x454C /* LE */ -+#define IMAGE_NT_SIGNATURE 0x00004550 /* PE00 */ -+ -+/* -+ * This is the Windows executable (NE) header. -+ * the name IMAGE_OS2_HEADER is misleading, but in the SDK this way. -+ */ -+typedef struct -+{ -+ WORD ne_magic; /* 00 NE signature 'NE' */ -+ BYTE ne_ver; /* 02 Linker version number */ -+ BYTE ne_rev; /* 03 Linker revision number */ -+ WORD ne_enttab; /* 04 Offset to entry table relative to NE */ -+ WORD ne_cbenttab; /* 06 Length of entry table in bytes */ -+ LONG ne_crc; /* 08 Checksum */ -+ WORD ne_flags; /* 0c Flags about segments in this file */ -+ WORD ne_autodata; /* 0e Automatic data segment number */ -+ WORD ne_heap; /* 10 Initial size of local heap */ -+ WORD ne_stack; /* 12 Initial size of stack */ -+ DWORD ne_csip; /* 14 Initial CS:IP */ -+ DWORD ne_sssp; /* 18 Initial SS:SP */ -+ WORD ne_cseg; /* 1c # of entries in segment table */ -+ WORD ne_cmod; /* 1e # of entries in module reference tab. */ -+ WORD ne_cbnrestab; /* 20 Length of nonresident-name table */ -+ WORD ne_segtab; /* 22 Offset to segment table */ -+ WORD ne_rsrctab; /* 24 Offset to resource table */ -+ WORD ne_restab; /* 26 Offset to resident-name table */ -+ WORD ne_modtab; /* 28 Offset to module reference table */ -+ WORD ne_imptab; /* 2a Offset to imported name table */ -+ DWORD ne_nrestab; /* 2c Offset to nonresident-name table */ -+ WORD ne_cmovent; /* 30 # of movable entry points */ -+ WORD ne_align; /* 32 Logical sector alignment shift count */ -+ WORD ne_cres; /* 34 # of resource segments */ -+ BYTE ne_exetyp; /* 36 Flags indicating target OS */ -+ BYTE ne_flagsothers; /* 37 Additional information flags */ -+ WORD ne_pretthunks; /* 38 Offset to return thunks */ -+ WORD ne_psegrefbytes; /* 3a Offset to segment ref. bytes */ -+ WORD ne_swaparea; /* 3c Reserved by Microsoft */ -+ WORD ne_expver; /* 3e Expected Windows version number */ -+} IMAGE_OS2_HEADER, *PIMAGE_OS2_HEADER; -+ -+typedef struct _IMAGE_VXD_HEADER { -+ WORD e32_magic; -+ BYTE e32_border; -+ BYTE e32_worder; -+ DWORD e32_level; -+ WORD e32_cpu; -+ WORD e32_os; -+ DWORD e32_ver; -+ DWORD e32_mflags; -+ DWORD e32_mpages; -+ DWORD e32_startobj; -+ DWORD e32_eip; -+ DWORD e32_stackobj; -+ DWORD e32_esp; -+ DWORD e32_pagesize; -+ DWORD e32_lastpagesize; -+ DWORD e32_fixupsize; -+ DWORD e32_fixupsum; -+ DWORD e32_ldrsize; -+ DWORD e32_ldrsum; -+ DWORD e32_objtab; -+ DWORD e32_objcnt; -+ DWORD e32_objmap; -+ DWORD e32_itermap; -+ DWORD e32_rsrctab; -+ DWORD e32_rsrccnt; -+ DWORD e32_restab; -+ DWORD e32_enttab; -+ DWORD e32_dirtab; -+ DWORD e32_dircnt; -+ DWORD e32_fpagetab; -+ DWORD e32_frectab; -+ DWORD e32_impmod; -+ DWORD e32_impmodcnt; -+ DWORD e32_impproc; -+ DWORD e32_pagesum; -+ DWORD e32_datapage; -+ DWORD e32_preload; -+ DWORD e32_nrestab; -+ DWORD e32_cbnrestab; -+ DWORD e32_nressum; -+ DWORD e32_autodata; -+ DWORD e32_debuginfo; -+ DWORD e32_debuglen; -+ DWORD e32_instpreload; -+ DWORD e32_instdemand; -+ DWORD e32_heapsize; -+ BYTE e32_res3[12]; -+ DWORD e32_winresoff; -+ DWORD e32_winreslen; -+ WORD e32_devid; -+ WORD e32_ddkver; -+} IMAGE_VXD_HEADER, *PIMAGE_VXD_HEADER; -+ -+/* These defines describe the meanings of the bits in the -+ Characteristics field */ -+ -+#define IMAGE_FILE_RELOCS_STRIPPED 0x0001 /* No relocation info */ -+#define IMAGE_FILE_EXECUTABLE_IMAGE 0x0002 -+#define IMAGE_FILE_LINE_NUMS_STRIPPED 0x0004 -+#define IMAGE_FILE_LOCAL_SYMS_STRIPPED 0x0008 -+#define IMAGE_FILE_AGGRESIVE_WS_TRIM 0x0010 -+#define IMAGE_FILE_LARGE_ADDRESS_AWARE 0x0020 -+#define IMAGE_FILE_16BIT_MACHINE 0x0040 -+#define IMAGE_FILE_BYTES_REVERSED_LO 0x0080 -+#define IMAGE_FILE_32BIT_MACHINE 0x0100 -+#define IMAGE_FILE_DEBUG_STRIPPED 0x0200 -+#define IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP 0x0400 -+#define IMAGE_FILE_NET_RUN_FROM_SWAP 0x0800 -+#define IMAGE_FILE_SYSTEM 0x1000 -+#define IMAGE_FILE_DLL 0x2000 -+#define IMAGE_FILE_UP_SYSTEM_ONLY 0x4000 -+#define IMAGE_FILE_BYTES_REVERSED_HI 0x8000 -+ -+/* These are the settings of the Machine field. */ -+#define IMAGE_FILE_MACHINE_UNKNOWN 0 -+#define IMAGE_FILE_MACHINE_I860 0x014d -+#define IMAGE_FILE_MACHINE_I386 0x014c -+#define IMAGE_FILE_MACHINE_R3000 0x0162 -+#define IMAGE_FILE_MACHINE_R4000 0x0166 -+#define IMAGE_FILE_MACHINE_R10000 0x0168 -+#define IMAGE_FILE_MACHINE_WCEMIPSV2 0x0169 -+#define IMAGE_FILE_MACHINE_ALPHA 0x0184 -+#define IMAGE_FILE_MACHINE_SH3 0x01a2 -+#define IMAGE_FILE_MACHINE_SH3DSP 0x01a3 -+#define IMAGE_FILE_MACHINE_SH3E 0x01a4 -+#define IMAGE_FILE_MACHINE_SH4 0x01a6 -+#define IMAGE_FILE_MACHINE_SH5 0x01a8 -+#define IMAGE_FILE_MACHINE_ARM 0x01c0 -+#define IMAGE_FILE_MACHINE_THUMB 0x01c2 -+#define IMAGE_FILE_MACHINE_AM33 0x01d3 -+#define IMAGE_FILE_MACHINE_POWERPC 0x01f0 -+#define IMAGE_FILE_MACHINE_POWERPCFP 0x01f1 -+#define IMAGE_FILE_MACHINE_IA64 0x0200 -+#define IMAGE_FILE_MACHINE_MIPS16 0x0266 -+#define IMAGE_FILE_MACHINE_ALPHA64 0x0284 -+#define IMAGE_FILE_MACHINE_MIPSFPU 0x0366 -+#define IMAGE_FILE_MACHINE_MIPSFPU16 0x0466 -+#define IMAGE_FILE_MACHINE_AXP64 IMAGE_FILE_MACHINE_ALPHA64 -+#define IMAGE_FILE_MACHINE_TRICORE 0x0520 -+#define IMAGE_FILE_MACHINE_CEF 0x0cef -+#define IMAGE_FILE_MACHINE_EBC 0x0ebc -+#define IMAGE_FILE_MACHINE_AMD64 0x8664 -+#define IMAGE_FILE_MACHINE_M32R 0x9041 -+#define IMAGE_FILE_MACHINE_CEE 0xc0ee -+ -+#define IMAGE_SIZEOF_FILE_HEADER 20 -+#define IMAGE_SIZEOF_ROM_OPTIONAL_HEADER 56 -+#define IMAGE_SIZEOF_STD_OPTIONAL_HEADER 28 -+#define IMAGE_SIZEOF_NT_OPTIONAL_HEADER32 224 -+#define IMAGE_SIZEOF_NT_OPTIONAL_HEADER64 240 -+#define IMAGE_SIZEOF_SHORT_NAME 8 -+#define IMAGE_SIZEOF_SECTION_HEADER 40 -+#define IMAGE_SIZEOF_SYMBOL 18 -+#define IMAGE_SIZEOF_AUX_SYMBOL 18 -+#define IMAGE_SIZEOF_RELOCATION 10 -+#define IMAGE_SIZEOF_BASE_RELOCATION 8 -+#define IMAGE_SIZEOF_LINENUMBER 6 -+#define IMAGE_SIZEOF_ARCHIVE_MEMBER_HDR 60 -+ -+/* Possible Magic values */ -+#define IMAGE_NT_OPTIONAL_HDR32_MAGIC 0x010b -+#define IMAGE_NT_OPTIONAL_HDR64_MAGIC 0x020b -+#define IMAGE_ROM_OPTIONAL_HDR_MAGIC 0x0107 -+ -+#ifdef CONFIG_X86_64 -+#define IMAGE_SIZEOF_NT_OPTIONAL_HEADER IMAGE_SIZEOF_NT_OPTIONAL_HEADER64 -+#define IMAGE_NT_OPTIONAL_HDR_MAGIC IMAGE_NT_OPTIONAL_HDR64_MAGIC -+#else -+#define IMAGE_SIZEOF_NT_OPTIONAL_HEADER IMAGE_SIZEOF_NT_OPTIONAL_HEADER32 -+#define IMAGE_NT_OPTIONAL_HDR_MAGIC IMAGE_NT_OPTIONAL_HDR32_MAGIC -+#endif -+ -+/* These are indexes into the DataDirectory array */ -+#define IMAGE_FILE_EXPORT_DIRECTORY 0 -+#define IMAGE_FILE_IMPORT_DIRECTORY 1 -+#define IMAGE_FILE_RESOURCE_DIRECTORY 2 -+#define IMAGE_FILE_EXCEPTION_DIRECTORY 3 -+#define IMAGE_FILE_SECURITY_DIRECTORY 4 -+#define IMAGE_FILE_BASE_RELOCATION_TABLE 5 -+#define IMAGE_FILE_DEBUG_DIRECTORY 6 -+#define IMAGE_FILE_DESCRIPTION_STRING 7 -+#define IMAGE_FILE_MACHINE_VALUE 8 /* Mips */ -+#define IMAGE_FILE_THREAD_LOCAL_STORAGE 9 -+#define IMAGE_FILE_CALLBACK_DIRECTORY 10 -+ -+/* Directory Entries, indices into the DataDirectory array */ -+ -+#define IMAGE_DIRECTORY_ENTRY_EXPORT 0 -+#define IMAGE_DIRECTORY_ENTRY_IMPORT 1 -+#define IMAGE_DIRECTORY_ENTRY_RESOURCE 2 -+#define IMAGE_DIRECTORY_ENTRY_EXCEPTION 3 -+#define IMAGE_DIRECTORY_ENTRY_SECURITY 4 -+#define IMAGE_DIRECTORY_ENTRY_BASERELOC 5 -+#define IMAGE_DIRECTORY_ENTRY_DEBUG 6 -+#define IMAGE_DIRECTORY_ENTRY_COPYRIGHT 7 -+#define IMAGE_DIRECTORY_ENTRY_GLOBALPTR 8 /* (MIPS GP) */ -+#define IMAGE_DIRECTORY_ENTRY_TLS 9 -+#define IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG 10 -+#define IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT 11 -+#define IMAGE_DIRECTORY_ENTRY_IAT 12 /* Import Address Table */ -+#define IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT 13 -+#define IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR 14 -+ -+/* Subsystem Values */ -+ -+#define IMAGE_SUBSYSTEM_UNKNOWN 0 -+#define IMAGE_SUBSYSTEM_NATIVE 1 -+#define IMAGE_SUBSYSTEM_WINDOWS_GUI 2 /* Windows GUI subsystem */ -+#define IMAGE_SUBSYSTEM_WINDOWS_CUI 3 /* Windows character subsystem */ -+#define IMAGE_SUBSYSTEM_OS2_CUI 5 -+#define IMAGE_SUBSYSTEM_POSIX_CUI 7 -+#define IMAGE_SUBSYSTEM_NATIVE_WINDOWS 8 /* native Win9x driver */ -+#define IMAGE_SUBSYSTEM_WINDOWS_CE_GUI 9 /* Windows CE subsystem */ -+#define IMAGE_SUBSYSTEM_EFI_APPLICATION 10 -+#define IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER 11 -+#define IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER 12 -+#define IMAGE_SUBSYSTEM_EFI_ROM 13 -+#define IMAGE_SUBSYSTEM_XBOX 14 -+ -+typedef struct _IMAGE_FILE_HEADER { -+ WORD Machine; -+ WORD NumberOfSections; -+ DWORD TimeDateStamp; -+ DWORD PointerToSymbolTable; -+ DWORD NumberOfSymbols; -+ WORD SizeOfOptionalHeader; -+ WORD Characteristics; -+} IMAGE_FILE_HEADER, *PIMAGE_FILE_HEADER; -+ -+typedef struct _IMAGE_DATA_DIRECTORY { -+ DWORD VirtualAddress; -+ DWORD Size; -+} IMAGE_DATA_DIRECTORY, *PIMAGE_DATA_DIRECTORY; -+ -+#define IMAGE_NUMBEROF_DIRECTORY_ENTRIES 16 -+ -+typedef struct _IMAGE_OPTIONAL_HEADER32 { -+ -+ /* Standard fields */ -+ -+ WORD Magic; -+ BYTE MajorLinkerVersion; -+ BYTE MinorLinkerVersion; -+ DWORD SizeOfCode; -+ DWORD SizeOfInitializedData; -+ DWORD SizeOfUninitializedData; -+ DWORD AddressOfEntryPoint; -+ DWORD BaseOfCode; -+ DWORD BaseOfData; -+ -+ /* NT additional fields */ -+ DWORD ImageBase; -+ DWORD SectionAlignment; -+ DWORD FileAlignment; -+ WORD MajorOperatingSystemVersion; -+ WORD MinorOperatingSystemVersion; -+ WORD MajorImageVersion; -+ WORD MinorImageVersion; -+ WORD MajorSubsystemVersion; -+ WORD MinorSubsystemVersion; -+ DWORD Win32VersionValue; -+ DWORD SizeOfImage; -+ DWORD SizeOfHeaders; -+ DWORD CheckSum; -+ WORD Subsystem; -+ WORD DllCharacteristics; -+ DWORD SizeOfStackReserve; -+ DWORD SizeOfStackCommit; -+ DWORD SizeOfHeapReserve; -+ DWORD SizeOfHeapCommit; -+ DWORD LoaderFlags; -+ DWORD NumberOfRvaAndSizes; -+ IMAGE_DATA_DIRECTORY DataDirectory[IMAGE_NUMBEROF_DIRECTORY_ENTRIES]; -+} IMAGE_OPTIONAL_HEADER32, *PIMAGE_OPTIONAL_HEADER32; -+ -+typedef struct _IMAGE_OPTIONAL_HEADER64 { -+ -+ /* Standard fields */ -+ -+ WORD Magic; -+ BYTE MajorLinkerVersion; -+ BYTE MinorLinkerVersion; -+ DWORD SizeOfCode; -+ DWORD SizeOfInitializedData; -+ DWORD SizeOfUninitializedData; -+ DWORD AddressOfEntryPoint; -+ DWORD BaseOfCode; -+ -+ /* NT additional fields */ -+ ULONGLONG ImageBase; -+ DWORD SectionAlignment; -+ DWORD FileAlignment; -+ WORD MajorOperatingSystemVersion; -+ WORD MinorOperatingSystemVersion; -+ WORD MajorImageVersion; -+ WORD MinorImageVersion; -+ WORD MajorSubsystemVersion; -+ WORD MinorSubsystemVersion; -+ DWORD Win32VersionValue; -+ DWORD SizeOfImage; -+ DWORD SizeOfHeaders; -+ DWORD CheckSum; -+ WORD Subsystem; -+ WORD DllCharacteristics; -+ ULONGLONG SizeOfStackReserve; -+ ULONGLONG SizeOfStackCommit; -+ ULONGLONG SizeOfHeapReserve; -+ ULONGLONG SizeOfHeapCommit; -+ DWORD LoaderFlags; -+ DWORD NumberOfRvaAndSizes; -+ IMAGE_DATA_DIRECTORY DataDirectory[IMAGE_NUMBEROF_DIRECTORY_ENTRIES]; -+} IMAGE_OPTIONAL_HEADER64, *PIMAGE_OPTIONAL_HEADER64; -+ -+#ifdef CONFIG_X86_64 -+typedef IMAGE_OPTIONAL_HEADER64 IMAGE_OPTIONAL_HEADER; -+typedef PIMAGE_OPTIONAL_HEADER64 PIMAGE_OPTIONAL_HEADER; -+#else -+typedef IMAGE_OPTIONAL_HEADER32 IMAGE_OPTIONAL_HEADER; -+typedef PIMAGE_OPTIONAL_HEADER32 PIMAGE_OPTIONAL_HEADER; -+#endif -+ -+typedef struct _IMAGE_NT_HEADERS32 { -+ DWORD Signature; /* "PE"\0\0 */ /* 0x00 */ -+ IMAGE_FILE_HEADER FileHeader; /* 0x04 */ -+ IMAGE_OPTIONAL_HEADER32 OptionalHeader; /* 0x18 */ -+} IMAGE_NT_HEADERS32, *PIMAGE_NT_HEADERS32; -+ -+typedef struct _IMAGE_NT_HEADERS64 { -+ DWORD Signature; /* "PE"\0\0 */ /* 0x00 */ -+ IMAGE_FILE_HEADER FileHeader; /* 0x04 */ -+ IMAGE_OPTIONAL_HEADER64 OptionalHeader; /* 0x18 */ -+} IMAGE_NT_HEADERS64, *PIMAGE_NT_HEADERS64; -+ -+#ifdef CONFIG_X86_64 -+typedef IMAGE_NT_HEADERS64 IMAGE_NT_HEADERS; -+typedef PIMAGE_NT_HEADERS64 PIMAGE_NT_HEADERS; -+#else -+typedef IMAGE_NT_HEADERS32 IMAGE_NT_HEADERS; -+typedef PIMAGE_NT_HEADERS32 PIMAGE_NT_HEADERS; -+#endif -+ -+#define IMAGE_SIZEOF_SHORT_NAME 8 -+ -+typedef struct _IMAGE_SECTION_HEADER { -+ BYTE Name[IMAGE_SIZEOF_SHORT_NAME]; -+ union { -+ DWORD PhysicalAddress; -+ DWORD VirtualSize; -+ } Misc; -+ DWORD VirtualAddress; -+ DWORD SizeOfRawData; -+ DWORD PointerToRawData; -+ DWORD PointerToRelocations; -+ DWORD PointerToLinenumbers; -+ WORD NumberOfRelocations; -+ WORD NumberOfLinenumbers; -+ DWORD Characteristics; -+} IMAGE_SECTION_HEADER, *PIMAGE_SECTION_HEADER; -+ -+#define IMAGE_SIZEOF_SECTION_HEADER 40 -+ -+#define IMAGE_FIRST_SECTION(ntheader) \ -+((PIMAGE_SECTION_HEADER)((LPBYTE)&((PIMAGE_NT_HEADERS)(ntheader))->OptionalHeader + \ -+((PIMAGE_NT_HEADERS)(ntheader))->FileHeader.SizeOfOptionalHeader)) -+ -+/* These defines are for the Characteristics bitfield. */ -+/* #define IMAGE_SCN_TYPE_REG 0x00000000 - Reserved */ -+/* #define IMAGE_SCN_TYPE_DSECT 0x00000001 - Reserved */ -+/* #define IMAGE_SCN_TYPE_NOLOAD 0x00000002 - Reserved */ -+/* #define IMAGE_SCN_TYPE_GROUP 0x00000004 - Reserved */ -+#define IMAGE_SCN_TYPE_NO_PAD 0x00000008 /* Reserved */ -+/* #define IMAGE_SCN_TYPE_COPY 0x00000010 - Reserved */ -+ -+#define IMAGE_SCN_CNT_CODE 0x00000020 -+#define IMAGE_SCN_CNT_INITIALIZED_DATA 0x00000040 -+#define IMAGE_SCN_CNT_UNINITIALIZED_DATA 0x00000080 -+ -+#define IMAGE_SCN_LNK_OTHER 0x00000100 -+#define IMAGE_SCN_LNK_INFO 0x00000200 -+/* #define IMAGE_SCN_TYPE_OVER 0x00000400 - Reserved */ -+#define IMAGE_SCN_LNK_REMOVE 0x00000800 -+#define IMAGE_SCN_LNK_COMDAT 0x00001000 -+ -+/* 0x00002000 - Reserved */ -+/* #define IMAGE_SCN_MEM_PROTECTED 0x00004000 - Obsolete */ -+#define IMAGE_SCN_MEM_FARDATA 0x00008000 -+ -+/* #define IMAGE_SCN_MEM_SYSHEAP 0x00010000 - Obsolete */ -+#define IMAGE_SCN_MEM_PURGEABLE 0x00020000 -+#define IMAGE_SCN_MEM_16BIT 0x00020000 -+#define IMAGE_SCN_MEM_LOCKED 0x00040000 -+#define IMAGE_SCN_MEM_PRELOAD 0x00080000 -+ -+#define IMAGE_SCN_ALIGN_1BYTES 0x00100000 -+#define IMAGE_SCN_ALIGN_2BYTES 0x00200000 -+#define IMAGE_SCN_ALIGN_4BYTES 0x00300000 -+#define IMAGE_SCN_ALIGN_8BYTES 0x00400000 -+#define IMAGE_SCN_ALIGN_16BYTES 0x00500000 /* Default */ -+#define IMAGE_SCN_ALIGN_32BYTES 0x00600000 -+#define IMAGE_SCN_ALIGN_64BYTES 0x00700000 -+#define IMAGE_SCN_ALIGN_128BYTES 0x00800000 -+#define IMAGE_SCN_ALIGN_256BYTES 0x00900000 -+#define IMAGE_SCN_ALIGN_512BYTES 0x00A00000 -+#define IMAGE_SCN_ALIGN_1024BYTES 0x00B00000 -+#define IMAGE_SCN_ALIGN_2048BYTES 0x00C00000 -+#define IMAGE_SCN_ALIGN_4096BYTES 0x00D00000 -+#define IMAGE_SCN_ALIGN_8192BYTES 0x00E00000 -+/* 0x00F00000 - Unused */ -+#define IMAGE_SCN_ALIGN_MASK 0x00F00000 -+ -+#define IMAGE_SCN_LNK_NRELOC_OVFL 0x01000000 -+ -+ -+#define IMAGE_SCN_MEM_DISCARDABLE 0x02000000 -+#define IMAGE_SCN_MEM_NOT_CACHED 0x04000000 -+#define IMAGE_SCN_MEM_NOT_PAGED 0x08000000 -+#define IMAGE_SCN_MEM_SHARED 0x10000000 -+#define IMAGE_SCN_MEM_EXECUTE 0x20000000 -+#define IMAGE_SCN_MEM_READ 0x40000000 -+#define IMAGE_SCN_MEM_WRITE 0x80000000 -+ -+typedef struct _IMAGE_SYMBOL { -+ union { -+ BYTE ShortName[8]; -+ struct { -+ DWORD Short; -+ DWORD Long; -+ } Name; -+ DWORD LongName[2]; -+ } N; -+ DWORD Value; -+ SHORT SectionNumber; -+ WORD Type; -+ BYTE StorageClass; -+ BYTE NumberOfAuxSymbols; -+} IMAGE_SYMBOL; -+typedef IMAGE_SYMBOL *PIMAGE_SYMBOL; -+ -+#define IMAGE_SIZEOF_SYMBOL 18 -+ -+typedef struct _IMAGE_LINENUMBER { -+ union { -+ DWORD SymbolTableIndex; -+ DWORD VirtualAddress; -+ } Type; -+ WORD Linenumber; -+} IMAGE_LINENUMBER; -+typedef IMAGE_LINENUMBER *PIMAGE_LINENUMBER; -+ -+#define IMAGE_SIZEOF_LINENUMBER 6 -+ -+typedef union _IMAGE_AUX_SYMBOL { -+ struct { -+ DWORD TagIndex; -+ union { -+ struct { -+ WORD Linenumber; -+ WORD Size; -+ } LnSz; -+ DWORD TotalSize; -+ } Misc; -+ union { -+ struct { -+ DWORD PointerToLinenumber; -+ DWORD PointerToNextFunction; -+ } Function; -+ struct { -+ WORD Dimension[4]; -+ } Array; -+ } FcnAry; -+ WORD TvIndex; -+ } Sym; -+ struct { -+ BYTE Name[IMAGE_SIZEOF_SYMBOL]; -+ } File; -+ struct { -+ DWORD Length; -+ WORD NumberOfRelocations; -+ WORD NumberOfLinenumbers; -+ DWORD CheckSum; -+ SHORT Number; -+ BYTE Selection; -+ } Section; -+} IMAGE_AUX_SYMBOL; -+typedef IMAGE_AUX_SYMBOL *PIMAGE_AUX_SYMBOL; -+ -+#define IMAGE_SIZEOF_AUX_SYMBOL 18 -+ -+#define IMAGE_SYM_UNDEFINED (SHORT)0 -+#define IMAGE_SYM_ABSOLUTE (SHORT)-1 -+#define IMAGE_SYM_DEBUG (SHORT)-2 -+ -+#define IMAGE_SYM_TYPE_NULL 0x0000 -+#define IMAGE_SYM_TYPE_VOID 0x0001 -+#define IMAGE_SYM_TYPE_CHAR 0x0002 -+#define IMAGE_SYM_TYPE_SHORT 0x0003 -+#define IMAGE_SYM_TYPE_INT 0x0004 -+#define IMAGE_SYM_TYPE_LONG 0x0005 -+#define IMAGE_SYM_TYPE_FLOAT 0x0006 -+#define IMAGE_SYM_TYPE_DOUBLE 0x0007 -+#define IMAGE_SYM_TYPE_STRUCT 0x0008 -+#define IMAGE_SYM_TYPE_UNION 0x0009 -+#define IMAGE_SYM_TYPE_ENUM 0x000A -+#define IMAGE_SYM_TYPE_MOE 0x000B -+#define IMAGE_SYM_TYPE_BYTE 0x000C -+#define IMAGE_SYM_TYPE_WORD 0x000D -+#define IMAGE_SYM_TYPE_UINT 0x000E -+#define IMAGE_SYM_TYPE_DWORD 0x000F -+#define IMAGE_SYM_TYPE_PCODE 0x8000 -+ -+#define IMAGE_SYM_DTYPE_NULL 0 -+#define IMAGE_SYM_DTYPE_POINTER 1 -+#define IMAGE_SYM_DTYPE_FUNCTION 2 -+#define IMAGE_SYM_DTYPE_ARRAY 3 -+ -+#define IMAGE_SYM_CLASS_END_OF_FUNCTION (BYTE )-1 -+#define IMAGE_SYM_CLASS_NULL 0x0000 -+#define IMAGE_SYM_CLASS_AUTOMATIC 0x0001 -+#define IMAGE_SYM_CLASS_EXTERNAL 0x0002 -+#define IMAGE_SYM_CLASS_STATIC 0x0003 -+#define IMAGE_SYM_CLASS_REGISTER 0x0004 -+#define IMAGE_SYM_CLASS_EXTERNAL_DEF 0x0005 -+#define IMAGE_SYM_CLASS_LABEL 0x0006 -+#define IMAGE_SYM_CLASS_UNDEFINED_LABEL 0x0007 -+#define IMAGE_SYM_CLASS_MEMBER_OF_STRUCT 0x0008 -+#define IMAGE_SYM_CLASS_ARGUMENT 0x0009 -+#define IMAGE_SYM_CLASS_STRUCT_TAG 0x000A -+#define IMAGE_SYM_CLASS_MEMBER_OF_UNION 0x000B -+#define IMAGE_SYM_CLASS_UNION_TAG 0x000C -+#define IMAGE_SYM_CLASS_TYPE_DEFINITION 0x000D -+#define IMAGE_SYM_CLASS_UNDEFINED_STATIC 0x000E -+#define IMAGE_SYM_CLASS_ENUM_TAG 0x000F -+#define IMAGE_SYM_CLASS_MEMBER_OF_ENUM 0x0010 -+#define IMAGE_SYM_CLASS_REGISTER_PARAM 0x0011 -+#define IMAGE_SYM_CLASS_BIT_FIELD 0x0012 -+ -+#define IMAGE_SYM_CLASS_FAR_EXTERNAL 0x0044 -+#define IMAGE_SYM_CLASS_BLOCK 0x0064 -+#define IMAGE_SYM_CLASS_FUNCTION 0x0065 -+#define IMAGE_SYM_CLASS_END_OF_STRUCT 0x0066 -+#define IMAGE_SYM_CLASS_FILE 0x0067 -+#define IMAGE_SYM_CLASS_SECTION 0x0068 -+#define IMAGE_SYM_CLASS_WEAK_EXTERNAL 0x0069 -+ -+#define N_BTMASK 0x000F -+#define N_TMASK 0x0030 -+#define N_TMASK1 0x00C0 -+#define N_TMASK2 0x00F0 -+#define N_BTSHFT 4 -+#define N_TSHIFT 2 -+ -+#define BTYPE(x) ((x) & N_BTMASK) -+ -+#ifndef ISPTR -+#define ISPTR(x) (((x) & N_TMASK) == (IMAGE_SYM_DTYPE_POINTER << N_BTSHFT)) -+#endif -+ -+#ifndef ISFCN -+#define ISFCN(x) (((x) & N_TMASK) == (IMAGE_SYM_DTYPE_FUNCTION << N_BTSHFT)) -+#endif -+ -+#ifndef ISARY -+#define ISARY(x) (((x) & N_TMASK) == (IMAGE_SYM_DTYPE_ARRAY << N_BTSHFT)) -+#endif -+ -+#ifndef ISTAG -+#define ISTAG(x) ((x)==IMAGE_SYM_CLASS_STRUCT_TAG || (x)==IMAGE_SYM_CLASS_UNION_TAG || (x)==IMAGE_SYM_CLASS_ENUM_TAG) -+#endif -+ -+#ifndef INCREF -+#define INCREF(x) ((((x)&~N_BTMASK)<>N_TSHIFT)&~N_BTMASK)|((x)&N_BTMASK)) -+#endif -+ -+#define IMAGE_COMDAT_SELECT_NODUPLICATES 1 -+#define IMAGE_COMDAT_SELECT_ANY 2 -+#define IMAGE_COMDAT_SELECT_SAME_SIZE 3 -+#define IMAGE_COMDAT_SELECT_EXACT_MATCH 4 -+#define IMAGE_COMDAT_SELECT_ASSOCIATIVE 5 -+#define IMAGE_COMDAT_SELECT_LARGEST 6 -+#define IMAGE_COMDAT_SELECT_NEWEST 7 -+ -+#define IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY 1 -+#define IMAGE_WEAK_EXTERN_SEARCH_LIBRARY 2 -+#define IMAGE_WEAK_EXTERN_SEARCH_ALIAS 3 -+ -+/* Export module directory */ -+ -+typedef struct _IMAGE_EXPORT_DIRECTORY { -+ DWORD Characteristics; -+ DWORD TimeDateStamp; -+ WORD MajorVersion; -+ WORD MinorVersion; -+ DWORD Name; -+ DWORD Base; -+ DWORD NumberOfFunctions; -+ DWORD NumberOfNames; -+ DWORD AddressOfFunctions; -+ DWORD AddressOfNames; -+ DWORD AddressOfNameOrdinals; -+} IMAGE_EXPORT_DIRECTORY,*PIMAGE_EXPORT_DIRECTORY; -+ -+/* Import name entry */ -+typedef struct _IMAGE_IMPORT_BY_NAME { -+ WORD Hint; -+ BYTE Name[1]; -+} IMAGE_IMPORT_BY_NAME,*PIMAGE_IMPORT_BY_NAME; -+ -+/* Import thunk */ -+typedef struct _IMAGE_THUNK_DATA32 { -+ union { -+ DWORD ForwarderString; -+ DWORD Function; -+ DWORD Ordinal; -+ DWORD AddressOfData; -+ } u1; -+} IMAGE_THUNK_DATA32,*PIMAGE_THUNK_DATA32; -+ -+typedef struct _IMAGE_THUNK_DATA64 { -+ union { -+ ULONGLONG ForwarderString; -+ ULONGLONG Function; -+ ULONGLONG Ordinal; -+ ULONGLONG AddressOfData; -+ } u1; -+} IMAGE_THUNK_DATA64,*PIMAGE_THUNK_DATA64; -+ -+#ifdef CONFIG_X86_64 -+typedef IMAGE_THUNK_DATA32 IMAGE_THUNK_DATA; -+typedef PIMAGE_THUNK_DATA32 PIMAGE_THUNK_DATA; -+#else -+typedef IMAGE_THUNK_DATA64 IMAGE_THUNK_DATA; -+typedef PIMAGE_THUNK_DATA64 PIMAGE_THUNK_DATA; -+#endif -+ -+/* Import module directory */ -+ -+typedef struct __packed _IMAGE_IMPORT_DESCRIPTOR { -+ union { -+ DWORD Characteristics; /* 0 for terminating null -+ * import descriptor */ -+ DWORD OriginalFirstThunk; /* RVA to original unbound -+ * IAT */ -+ } u; -+ DWORD TimeDateStamp; /* 0 if not bound, -+ * -1 if bound, and real date\time stamp -+ * in IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT -+ * (new BIND) -+ * otherwise date/time stamp of DLL bound to -+ * (Old BIND) -+ */ -+ DWORD ForwarderChain; /* -1 if no forwarders */ -+ DWORD Name; -+ /* RVA to IAT (if bound this IAT has actual addresses) */ -+ DWORD FirstThunk; -+} IMAGE_IMPORT_DESCRIPTOR,*PIMAGE_IMPORT_DESCRIPTOR; -+ -+#define IMAGE_ORDINAL_FLAG32 0x80000000 -+#define IMAGE_ORDINAL_FLAG64 0x8000000000000000UL -+#define IMAGE_SNAP_BY_ORDINAL32(Ordinal) ((Ordinal & IMAGE_ORDINAL_FLAG32) != 0) -+#define IMAGE_SNAP_BY_ORDINAL64(Ordinal) ((Ordinal & IMAGE_ORDINAL_FLAG64) != 0) -+#define IMAGE_ORDINAL(Ordinal) (Ordinal & 0xffff) -+ -+#ifdef CONFIG_X86_64 -+#define IMAGE_ORDINAL_FLAG IMAGE_ORDINAL_FLAG64 -+#define IMAGE_SNAP_BY_ORDINAL IMAGE_SNAP_BY_ORDINAL64 -+#else -+#define IMAGE_ORDINAL_FLAG IMAGE_ORDINAL_FLAG32 -+#define IMAGE_SNAP_BY_ORDINAL IMAGE_SNAP_BY_ORDINAL32 -+#endif -+ -+typedef struct _IMAGE_BOUND_IMPORT_DESCRIPTOR -+{ -+ DWORD TimeDateStamp; -+ WORD OffsetModuleName; -+ WORD NumberOfModuleForwarderRefs; -+/* Array of zero or more IMAGE_BOUND_FORWARDER_REF follows */ -+} IMAGE_BOUND_IMPORT_DESCRIPTOR, *PIMAGE_BOUND_IMPORT_DESCRIPTOR; -+ -+typedef struct _IMAGE_BOUND_FORWARDER_REF -+{ -+ DWORD TimeDateStamp; -+ WORD OffsetModuleName; -+ WORD Reserved; -+} IMAGE_BOUND_FORWARDER_REF, *PIMAGE_BOUND_FORWARDER_REF; -+ -+typedef struct _IMAGE_BASE_RELOCATION -+{ -+ DWORD VirtualAddress; -+ DWORD SizeOfBlock; -+ WORD TypeOffset[0]; -+} IMAGE_BASE_RELOCATION,*PIMAGE_BASE_RELOCATION; -+ -+typedef struct _IMAGE_RELOCATION -+{ -+ union { -+ DWORD VirtualAddress; -+ DWORD RelocCount; -+ } DUMMYUNIONNAME; -+ DWORD SymbolTableIndex; -+ WORD Type; -+} IMAGE_RELOCATION, *PIMAGE_RELOCATION; -+ -+#define IMAGE_SIZEOF_RELOCATION 10 -+ -+/* generic relocation types */ -+#define IMAGE_REL_BASED_ABSOLUTE 0 -+#define IMAGE_REL_BASED_HIGH 1 -+#define IMAGE_REL_BASED_LOW 2 -+#define IMAGE_REL_BASED_HIGHLOW 3 -+#define IMAGE_REL_BASED_HIGHADJ 4 -+#define IMAGE_REL_BASED_MIPS_JMPADDR 5 -+#define IMAGE_REL_BASED_SECTION 6 -+#define IMAGE_REL_BASED_REL 7 -+#define IMAGE_REL_BASED_MIPS_JMPADDR16 9 -+#define IMAGE_REL_BASED_IA64_IMM64 9 /* yes, 9 too */ -+#define IMAGE_REL_BASED_DIR64 10 -+#define IMAGE_REL_BASED_HIGH3ADJ 11 -+ -+/* I386 relocation types */ -+#define IMAGE_REL_I386_ABSOLUTE 0 -+#define IMAGE_REL_I386_DIR16 1 -+#define IMAGE_REL_I386_REL16 2 -+#define IMAGE_REL_I386_DIR32 6 -+#define IMAGE_REL_I386_DIR32NB 7 -+#define IMAGE_REL_I386_SEG12 9 -+#define IMAGE_REL_I386_SECTION 10 -+#define IMAGE_REL_I386_SECREL 11 -+#define IMAGE_REL_I386_REL32 20 -+ -+/* MIPS relocation types */ -+#define IMAGE_REL_MIPS_ABSOLUTE 0x0000 -+#define IMAGE_REL_MIPS_REFHALF 0x0001 -+#define IMAGE_REL_MIPS_REFWORD 0x0002 -+#define IMAGE_REL_MIPS_JMPADDR 0x0003 -+#define IMAGE_REL_MIPS_REFHI 0x0004 -+#define IMAGE_REL_MIPS_REFLO 0x0005 -+#define IMAGE_REL_MIPS_GPREL 0x0006 -+#define IMAGE_REL_MIPS_LITERAL 0x0007 -+#define IMAGE_REL_MIPS_SECTION 0x000A -+#define IMAGE_REL_MIPS_SECREL 0x000B -+#define IMAGE_REL_MIPS_SECRELLO 0x000C -+#define IMAGE_REL_MIPS_SECRELHI 0x000D -+#define IMAGE_REL_MIPS_JMPADDR16 0x0010 -+#define IMAGE_REL_MIPS_REFWORDNB 0x0022 -+#define IMAGE_REL_MIPS_PAIR 0x0025 -+ -+/* ALPHA relocation types */ -+#define IMAGE_REL_ALPHA_ABSOLUTE 0x0000 -+#define IMAGE_REL_ALPHA_REFLONG 0x0001 -+#define IMAGE_REL_ALPHA_REFQUAD 0x0002 -+#define IMAGE_REL_ALPHA_GPREL 0x0003 -+#define IMAGE_REL_ALPHA_LITERAL 0x0004 -+#define IMAGE_REL_ALPHA_LITUSE 0x0005 -+#define IMAGE_REL_ALPHA_GPDISP 0x0006 -+#define IMAGE_REL_ALPHA_BRADDR 0x0007 -+#define IMAGE_REL_ALPHA_HINT 0x0008 -+#define IMAGE_REL_ALPHA_INLINE_REFLONG 0x0009 -+#define IMAGE_REL_ALPHA_REFHI 0x000A -+#define IMAGE_REL_ALPHA_REFLO 0x000B -+#define IMAGE_REL_ALPHA_PAIR 0x000C -+#define IMAGE_REL_ALPHA_MATCH 0x000D -+#define IMAGE_REL_ALPHA_SECTION 0x000E -+#define IMAGE_REL_ALPHA_SECREL 0x000F -+#define IMAGE_REL_ALPHA_REFLONGNB 0x0010 -+#define IMAGE_REL_ALPHA_SECRELLO 0x0011 -+#define IMAGE_REL_ALPHA_SECRELHI 0x0012 -+#define IMAGE_REL_ALPHA_REFQ3 0x0013 -+#define IMAGE_REL_ALPHA_REFQ2 0x0014 -+#define IMAGE_REL_ALPHA_REFQ1 0x0015 -+#define IMAGE_REL_ALPHA_GPRELLO 0x0016 -+#define IMAGE_REL_ALPHA_GPRELHI 0x0017 -+ -+/* PowerPC relocation types */ -+#define IMAGE_REL_PPC_ABSOLUTE 0x0000 -+#define IMAGE_REL_PPC_ADDR64 0x0001 -+#define IMAGE_REL_PPC_ADDR 0x0002 -+#define IMAGE_REL_PPC_ADDR24 0x0003 -+#define IMAGE_REL_PPC_ADDR16 0x0004 -+#define IMAGE_REL_PPC_ADDR14 0x0005 -+#define IMAGE_REL_PPC_REL24 0x0006 -+#define IMAGE_REL_PPC_REL14 0x0007 -+#define IMAGE_REL_PPC_TOCREL16 0x0008 -+#define IMAGE_REL_PPC_TOCREL14 0x0009 -+#define IMAGE_REL_PPC_ADDR32NB 0x000A -+#define IMAGE_REL_PPC_SECREL 0x000B -+#define IMAGE_REL_PPC_SECTION 0x000C -+#define IMAGE_REL_PPC_IFGLUE 0x000D -+#define IMAGE_REL_PPC_IMGLUE 0x000E -+#define IMAGE_REL_PPC_SECREL16 0x000F -+#define IMAGE_REL_PPC_REFHI 0x0010 -+#define IMAGE_REL_PPC_REFLO 0x0011 -+#define IMAGE_REL_PPC_PAIR 0x0012 -+#define IMAGE_REL_PPC_SECRELLO 0x0013 -+#define IMAGE_REL_PPC_SECRELHI 0x0014 -+#define IMAGE_REL_PPC_GPREL 0x0015 -+#define IMAGE_REL_PPC_TYPEMASK 0x00FF -+/* modifier bits */ -+#define IMAGE_REL_PPC_NEG 0x0100 -+#define IMAGE_REL_PPC_BRTAKEN 0x0200 -+#define IMAGE_REL_PPC_BRNTAKEN 0x0400 -+#define IMAGE_REL_PPC_TOCDEFN 0x0800 -+ -+/* SH3 ? relocation type */ -+#define IMAGE_REL_SH3_ABSOLUTE 0x0000 -+#define IMAGE_REL_SH3_DIRECT16 0x0001 -+#define IMAGE_REL_SH3_DIRECT 0x0002 -+#define IMAGE_REL_SH3_DIRECT8 0x0003 -+#define IMAGE_REL_SH3_DIRECT8_WORD 0x0004 -+#define IMAGE_REL_SH3_DIRECT8_LONG 0x0005 -+#define IMAGE_REL_SH3_DIRECT4 0x0006 -+#define IMAGE_REL_SH3_DIRECT4_WORD 0x0007 -+#define IMAGE_REL_SH3_DIRECT4_LONG 0x0008 -+#define IMAGE_REL_SH3_PCREL8_WORD 0x0009 -+#define IMAGE_REL_SH3_PCREL8_LONG 0x000A -+#define IMAGE_REL_SH3_PCREL12_WORD 0x000B -+#define IMAGE_REL_SH3_STARTOF_SECTION 0x000C -+#define IMAGE_REL_SH3_SIZEOF_SECTION 0x000D -+#define IMAGE_REL_SH3_SECTION 0x000E -+#define IMAGE_REL_SH3_SECREL 0x000F -+#define IMAGE_REL_SH3_DIRECT32_NB 0x0010 -+ -+/* ARM (Archimedes?) relocation types */ -+#define IMAGE_REL_ARM_ABSOLUTE 0x0000 -+#define IMAGE_REL_ARM_ADDR 0x0001 -+#define IMAGE_REL_ARM_ADDR32NB 0x0002 -+#define IMAGE_REL_ARM_BRANCH24 0x0003 -+#define IMAGE_REL_ARM_BRANCH11 0x0004 -+#define IMAGE_REL_ARM_SECTION 0x000E -+#define IMAGE_REL_ARM_SECREL 0x000F -+ -+/* IA64 relocation types */ -+#define IMAGE_REL_IA64_ABSOLUTE 0x0000 -+#define IMAGE_REL_IA64_IMM14 0x0001 -+#define IMAGE_REL_IA64_IMM22 0x0002 -+#define IMAGE_REL_IA64_IMM64 0x0003 -+#define IMAGE_REL_IA64_DIR 0x0004 -+#define IMAGE_REL_IA64_DIR64 0x0005 -+#define IMAGE_REL_IA64_PCREL21B 0x0006 -+#define IMAGE_REL_IA64_PCREL21M 0x0007 -+#define IMAGE_REL_IA64_PCREL21F 0x0008 -+#define IMAGE_REL_IA64_GPREL22 0x0009 -+#define IMAGE_REL_IA64_LTOFF22 0x000A -+#define IMAGE_REL_IA64_SECTION 0x000B -+#define IMAGE_REL_IA64_SECREL22 0x000C -+#define IMAGE_REL_IA64_SECREL64I 0x000D -+#define IMAGE_REL_IA64_SECREL 0x000E -+#define IMAGE_REL_IA64_LTOFF64 0x000F -+#define IMAGE_REL_IA64_DIR32NB 0x0010 -+#define IMAGE_REL_IA64_RESERVED_11 0x0011 -+#define IMAGE_REL_IA64_RESERVED_12 0x0012 -+#define IMAGE_REL_IA64_RESERVED_13 0x0013 -+#define IMAGE_REL_IA64_RESERVED_14 0x0014 -+#define IMAGE_REL_IA64_RESERVED_15 0x0015 -+#define IMAGE_REL_IA64_RESERVED_16 0x0016 -+#define IMAGE_REL_IA64_ADDEND 0x001F -+ -+/* archive format */ -+ -+#define IMAGE_ARCHIVE_START_SIZE 8 -+#define IMAGE_ARCHIVE_START "!\n" -+#define IMAGE_ARCHIVE_END "`\n" -+#define IMAGE_ARCHIVE_PAD "\n" -+#define IMAGE_ARCHIVE_LINKER_MEMBER "/ " -+#define IMAGE_ARCHIVE_LONGNAMES_MEMBER "// " -+ -+typedef struct _IMAGE_ARCHIVE_MEMBER_HEADER -+{ -+ BYTE Name[16]; -+ BYTE Date[12]; -+ BYTE UserID[6]; -+ BYTE GroupID[6]; -+ BYTE Mode[8]; -+ BYTE Size[10]; -+ BYTE EndHeader[2]; -+} IMAGE_ARCHIVE_MEMBER_HEADER, *PIMAGE_ARCHIVE_MEMBER_HEADER; -+ -+#define IMAGE_SIZEOF_ARCHIVE_MEMBER_HDR 60 -+ -+/* -+ * Resource directory stuff -+ */ -+typedef struct _IMAGE_RESOURCE_DIRECTORY { -+ DWORD Characteristics; -+ DWORD TimeDateStamp; -+ WORD MajorVersion; -+ WORD MinorVersion; -+ WORD NumberOfNamedEntries; -+ WORD NumberOfIdEntries; -+ /* IMAGE_RESOURCE_DIRECTORY_ENTRY DirectoryEntries[]; */ -+} IMAGE_RESOURCE_DIRECTORY,*PIMAGE_RESOURCE_DIRECTORY; -+ -+#define IMAGE_RESOURCE_NAME_IS_STRING 0x80000000 -+#define IMAGE_RESOURCE_DATA_IS_DIRECTORY 0x80000000 -+ -+typedef struct _IMAGE_RESOURCE_DIRECTORY_ENTRY { -+ union { -+ struct { -+#ifdef BITFIELDS_BIGENDIAN -+ unsigned NameIsString:1; -+ unsigned NameOffset:31; -+#else -+ unsigned NameOffset:31; -+ unsigned NameIsString:1; -+#endif -+ } DUMMYSTRUCTNAME1; -+ DWORD Name; -+ struct { -+#ifdef WORDS_BIGENDIAN -+ WORD __pad; -+ WORD Id; -+#else -+ WORD Id; -+ WORD __pad; -+#endif -+ } DUMMYSTRUCTNAME2; -+ } DUMMYUNIONNAME1; -+ union { -+ DWORD OffsetToData; -+ struct { -+#ifdef BITFIELDS_BIGENDIAN -+ unsigned DataIsDirectory:1; -+ unsigned OffsetToDirectory:31; -+#else -+ unsigned OffsetToDirectory:31; -+ unsigned DataIsDirectory:1; -+#endif -+ } DUMMYSTRUCTNAME3; -+ } DUMMYUNIONNAME2; -+} IMAGE_RESOURCE_DIRECTORY_ENTRY,*PIMAGE_RESOURCE_DIRECTORY_ENTRY; -+ -+ -+typedef struct _IMAGE_RESOURCE_DIRECTORY_STRING { -+ WORD Length; -+ CHAR NameString[ 1 ]; -+} IMAGE_RESOURCE_DIRECTORY_STRING,*PIMAGE_RESOURCE_DIRECTORY_STRING; -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/pnp.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pnp.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/pnp.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pnp.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,697 @@ -+/* -+ * Copyright (C) 2005 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "usb.h" -+#include "pnp.h" -+#include "wrapndis.h" -+#include "loader.h" -+ -+/* Functions callable from the NDIS driver */ -+wstdcall NTSTATUS pdoDispatchDeviceControl(struct device_object *pdo, -+ struct irp *irp); -+wstdcall NTSTATUS pdoDispatchPnp(struct device_object *pdo, struct irp *irp); -+wstdcall NTSTATUS pdoDispatchPower(struct device_object *pdo, struct irp *irp); -+ -+static NTSTATUS start_pdo(struct device_object *pdo) -+{ -+ int i, ret, count, resources_size; -+ struct wrap_device *wd; -+ struct pci_dev *pdev; -+ struct cm_partial_resource_descriptor *entry; -+ struct cm_partial_resource_list *partial_resource_list; -+ -+ ENTER1("%p, %p", pdo, pdo->reserved); -+ wd = pdo->reserved; -+ if (ntoskernel_init_device(wd)) -+ EXIT1(return STATUS_FAILURE); -+ if (wrap_is_usb_bus(wd->dev_bus)) { -+ if (usb_init_device(wd)) { -+ ntoskernel_exit_device(wd); -+ EXIT1(return STATUS_FAILURE); -+ } -+ EXIT1(return STATUS_SUCCESS); -+ } -+ if (!wrap_is_pci_bus(wd->dev_bus)) -+ EXIT1(return STATUS_SUCCESS); -+ pdev = wd->pci.pdev; -+ ret = pci_enable_device(pdev); -+ if (ret) { -+ ERROR("couldn't enable PCI device: %x", ret); -+ return STATUS_FAILURE; -+ } -+ ret = pci_request_regions(pdev, DRIVER_NAME); -+ if (ret) { -+ ERROR("couldn't request PCI regions: %x", ret); -+ goto err_enable; -+ } -+ pci_set_power_state(pdev, PCI_D0); -+#ifdef CONFIG_X86_64 -+ /* 64-bit broadcom driver doesn't work if DMA is allocated -+ * from over 1GB */ -+ if (wd->vendor == 0x14e4) { -+ if (pci_set_dma_mask(pdev, DMA_BIT_MASK(30)) || -+ pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(30))) -+ WARNING("couldn't set DMA mask; this driver " -+ "may not work with more than 1GB RAM"); -+ } -+#endif -+ /* IRQ resource entry is filled in from pdev, instead of -+ * pci_resource macros */ -+ for (i = count = 0; pci_resource_start(pdev, i); i++) -+ if ((pci_resource_flags(pdev, i) & IORESOURCE_MEM) || -+ (pci_resource_flags(pdev, i) & IORESOURCE_IO)) -+ count++; -+ /* space for entry for IRQ is already in -+ * cm_partial_resource_list */ -+ resources_size = sizeof(struct cm_resource_list) + -+ sizeof(struct cm_partial_resource_descriptor) * count; -+ TRACE2("resources: %d, %d", count, resources_size); -+ wd->resource_list = kzalloc(resources_size, GFP_KERNEL); -+ if (!wd->resource_list) { -+ WARNING("couldn't allocate memory"); -+ goto err_regions; -+ } -+ wd->resource_list->count = 1; -+ wd->resource_list->list[0].interface_type = PCIBus; -+ /* bus_number is not used by WDM drivers */ -+ wd->resource_list->list[0].bus_number = pdev->bus->number; -+ -+ partial_resource_list = -+ &wd->resource_list->list->partial_resource_list; -+ partial_resource_list->version = 1; -+ partial_resource_list->revision = 1; -+ partial_resource_list->count = count + 1; -+ -+ for (i = count = 0; pci_resource_start(pdev, i); i++) { -+ entry = &partial_resource_list->partial_descriptors[count]; -+ TRACE2("%d", count); -+ if (pci_resource_flags(pdev, i) & IORESOURCE_MEM) { -+ entry->type = CmResourceTypeMemory; -+ entry->flags = CM_RESOURCE_MEMORY_READ_WRITE; -+ entry->share = CmResourceShareDeviceExclusive; -+ } else if (pci_resource_flags(pdev, i) & IORESOURCE_IO) { -+ entry->type = CmResourceTypePort; -+ entry->flags = CM_RESOURCE_PORT_IO; -+ entry->share = CmResourceShareDeviceExclusive; -+#if 0 -+ } else if (pci_resource_flags(pdev, i) & IORESOURCE_DMA) { -+ /* it looks like no driver uses this resource */ -+ typeof(pci_resource_flags(pdev, 0)) flags; -+ entry->type = CmResourceTypeDma; -+ flags = pci_resource_flags(pdev, i); -+ if (flags & IORESOURCE_DMA_TYPEA) -+ entry->flags |= CM_RESOURCE_DMA_TYPE_A; -+ else if (flags & IORESOURCE_DMA_TYPEB) -+ entry->flags |= CM_RESOURCE_DMA_TYPE_B; -+ else if (flags & IORESOURCE_DMA_TYPEF) -+ entry->flags |= CM_RESOURCE_DMA_TYPE_F; -+ if (flags & IORESOURCE_DMA_8BIT) -+ entry->flags |= CM_RESOURCE_DMA_8; -+ else if (flags & IORESOURCE_DMA_16BIT) -+ entry->flags |= CM_RESOURCE_DMA_16; -+ /* what about 32bit DMA? */ -+ else if (flags & IORESOURCE_DMA_8AND16BIT) -+ entry->flags |= CM_RESOURCE_DMA_8_AND_16; -+ if (flags & IORESOURCE_DMA_MASTER) -+ entry->flags |= CM_RESOURCE_DMA_BUS_MASTER; -+ entry->u.dma.channel = pci_resource_start(pdev, i); -+ /* what should this be? */ -+ entry->u.dma.port = 1; -+#endif -+ } else -+ continue; -+ /* TODO: Add other resource types? */ -+ entry->u.generic.start = -+ (ULONG_PTR)pci_resource_start(pdev, i); -+ entry->u.generic.length = pci_resource_len(pdev, i); -+ count++; -+ } -+ -+ /* put IRQ resource at the end */ -+ entry = &partial_resource_list->partial_descriptors[count++]; -+ entry->type = CmResourceTypeInterrupt; -+ entry->flags = CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE; -+ /* we assume all devices use shared IRQ */ -+ entry->share = CmResourceShareShared; -+ /* as per documentation, interrupt level should be DIRQL, but -+ * examples from DDK as well some drivers, such as AR5211, -+ * RT8180L use interrupt level as interrupt vector also in -+ * NdisMRegisterInterrupt */ -+ entry->u.interrupt.level = pdev->irq; -+ entry->u.interrupt.vector = pdev->irq; -+ entry->u.interrupt.affinity = -1; -+ -+ TRACE2("resource list count %d, irq: %d", -+ partial_resource_list->count, pdev->irq); -+ pci_set_drvdata(pdev, wd); -+ EXIT1(return STATUS_SUCCESS); -+err_regions: -+ pci_release_regions(pdev); -+err_enable: -+ pci_disable_device(pdev); -+ wd->pci.pdev = NULL; -+ wd->pdo = NULL; -+ EXIT1(return STATUS_FAILURE); -+} -+ -+static void remove_pdo(struct device_object *pdo) -+{ -+ struct wrap_device *wd = pdo->reserved; -+ -+ ntoskernel_exit_device(wd); -+ if (wrap_is_pci_bus(wd->dev_bus)) { -+ struct pci_dev *pdev = wd->pci.pdev; -+ pci_release_regions(pdev); -+ pci_disable_device(pdev); -+ wd->pci.pdev = NULL; -+ pci_set_drvdata(pdev, NULL); -+ } else if (wrap_is_usb_bus(wd->dev_bus)) { -+ usb_exit_device(wd); -+ } -+ kfree(wd->resource_list); -+ wd->resource_list = NULL; -+ return; -+} -+ -+static NTSTATUS IoSendIrpTopDev(struct device_object *dev_obj, ULONG major_fn, -+ ULONG minor_fn, struct io_stack_location *sl) -+{ -+ NTSTATUS status; -+ struct nt_event event; -+ struct irp *irp; -+ struct io_stack_location *irp_sl; -+ struct device_object *top_dev = IoGetAttachedDeviceReference(dev_obj); -+ -+ KeInitializeEvent(&event, NotificationEvent, FALSE); -+ irp = IoBuildSynchronousFsdRequest(IRP_MJ_PNP, top_dev, NULL, 0, NULL, -+ &event, NULL); -+ irp->io_status.status = STATUS_NOT_IMPLEMENTED; -+ irp->io_status.info = 0; -+ irp_sl = IoGetNextIrpStackLocation(irp); -+ if (sl) -+ memcpy(irp_sl, sl, sizeof(*irp_sl)); -+ irp_sl->major_fn = major_fn; -+ irp_sl->minor_fn = minor_fn; -+ status = IoCallDriver(top_dev, irp); -+ if (status == STATUS_PENDING) { -+ KeWaitForSingleObject(&event, Executive, KernelMode, -+ FALSE, NULL); -+ status = irp->io_status.status; -+ } -+ ObDereferenceObject(top_dev); -+ return status; -+} -+ -+wstdcall NTSTATUS pdoDispatchDeviceControl(struct device_object *pdo, -+ struct irp *irp) -+{ -+ NTSTATUS status; -+ struct wrap_device *wd = pdo->reserved; -+ -+ DUMP_IRP(irp); -+ (void)wd; -+ if (wrap_is_usb_bus(wd->dev_bus)) { -+ status = wrap_submit_irp(pdo, irp); -+ IOTRACE("status: %08X", status); -+ if (status != STATUS_PENDING) -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ } else { -+ status = irp->io_status.status = STATUS_NOT_IMPLEMENTED; -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ } -+ IOEXIT(return status); -+} -+WIN_FUNC_DECL(pdoDispatchDeviceControl,2) -+ -+wstdcall NTSTATUS pdoDispatchPnp(struct device_object *pdo, struct irp *irp) -+{ -+ struct io_stack_location *irp_sl; -+ NTSTATUS status; -+ struct wrap_device *wd = pdo->reserved; -+ -+ irp_sl = IoGetCurrentIrpStackLocation(irp); -+ TRACE2("%p %d:%d", pdo, irp_sl->major_fn, irp_sl->minor_fn); -+ switch (irp_sl->minor_fn) { -+ case IRP_MN_START_DEVICE: -+ status = start_pdo(pdo); -+ break; -+ case IRP_MN_QUERY_STOP_DEVICE: -+ case IRP_MN_STOP_DEVICE: -+ case IRP_MN_QUERY_REMOVE_DEVICE: -+ status = STATUS_SUCCESS; -+ break; -+ case IRP_MN_REMOVE_DEVICE: -+ remove_pdo(pdo); -+ status = STATUS_SUCCESS; -+ break; -+ case IRP_MN_QUERY_INTERFACE: -+ if (wrap_is_usb_bus(wd->dev_bus)) -+ status = usb_query_interface(wd, irp_sl); -+ else -+ status = STATUS_NOT_IMPLEMENTED; -+ break; -+ default: -+ TRACE2("fn %d not implemented", irp_sl->minor_fn); -+ status = STATUS_SUCCESS; -+ break; -+ } -+ irp->io_status.status = status; -+ TRACE2("status: %08X", status); -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ IOEXIT(return status); -+} -+WIN_FUNC_DECL(pdoDispatchPnp,2) -+ -+wstdcall NTSTATUS pdoDispatchPower(struct device_object *pdo, struct irp *irp) -+{ -+ struct io_stack_location *irp_sl; -+ struct wrap_device *wd; -+ union power_state power_state; -+ struct pci_dev *pdev; -+ NTSTATUS status; -+ -+ irp_sl = IoGetCurrentIrpStackLocation(irp); -+ wd = pdo->reserved; -+ TRACE2("pdo: %p, fn: %d:%d, wd: %p", -+ pdo, irp_sl->major_fn, irp_sl->minor_fn, wd); -+ switch (irp_sl->minor_fn) { -+ case IRP_MN_WAIT_WAKE: -+ /* TODO: this is not complete/correct */ -+ TRACE2("state: %d, completion: %p", -+ irp_sl->params.power.state.system_state, -+ irp_sl->completion_routine); -+ IoMarkIrpPending(irp); -+ status = STATUS_PENDING; -+ break; -+ case IRP_MN_SET_POWER: -+ power_state = irp_sl->params.power.state; -+ if (power_state.device_state == PowerDeviceD0) { -+ TRACE2("resuming %p", wd); -+ if (wrap_is_pci_bus(wd->dev_bus)) { -+ pdev = wd->pci.pdev; -+ pci_restore_state(pdev); -+ if (wd->pci.wake_state == PowerDeviceD3) { -+ pci_enable_wake(wd->pci.pdev, -+ PCI_D3hot, 0); -+ pci_enable_wake(wd->pci.pdev, -+ PCI_D3cold, 0); -+ } -+ pci_set_power_state(pdev, PCI_D0); -+ } else if (wrap_is_usb_bus(wd->dev_bus)) { -+ wrap_resume_urbs(wd); -+ } -+ } else { -+ TRACE2("suspending device %p", wd); -+ if (wrap_is_pci_bus(wd->dev_bus)) { -+ pdev = wd->pci.pdev; -+ pci_save_state(pdev); -+ TRACE2("%d", wd->pci.wake_state); -+ if (wd->pci.wake_state == PowerDeviceD3) { -+ pci_enable_wake(wd->pci.pdev, -+ PCI_D3hot, 1); -+ pci_enable_wake(wd->pci.pdev, -+ PCI_D3cold, 1); -+ } -+ pci_set_power_state(pdev, PCI_D3hot); -+ } else if (wrap_is_usb_bus(wd->dev_bus)) { -+ wrap_suspend_urbs(wd); -+ } -+ } -+ status = STATUS_SUCCESS; -+ break; -+ case IRP_MN_QUERY_POWER: -+ status = STATUS_SUCCESS; -+ break; -+ default: -+ TRACE2("fn %d not implemented", irp_sl->minor_fn); -+ status = STATUS_SUCCESS; -+ break; -+ } -+ irp->io_status.status = status; -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ return status; -+} -+WIN_FUNC_DECL(pdoDispatchPower,2) -+ -+static NTSTATUS pnp_set_device_power_state(struct wrap_device *wd, -+ enum device_power_state state) -+{ -+ NTSTATUS status; -+ struct device_object *pdo; -+ struct io_stack_location irp_sl; -+ -+ pdo = wd->pdo; -+ IOTRACE("%p, %p", pdo, IoGetAttachedDevice(pdo)); -+ memset(&irp_sl, 0, sizeof(irp_sl)); -+ irp_sl.params.power.state.device_state = state; -+ irp_sl.params.power.type = DevicePowerState; -+ if (state > PowerDeviceD0) { -+ status = IoSendIrpTopDev(pdo, IRP_MJ_POWER, IRP_MN_QUERY_POWER, -+ &irp_sl); -+ if (status != STATUS_SUCCESS) { -+ TRACE1("query of power to %d returns %08X", -+ state, status); -+ EXIT1(return status); -+ } -+ } -+ status = IoSendIrpTopDev(pdo, IRP_MJ_POWER, IRP_MN_SET_POWER, &irp_sl); -+ if (status != STATUS_SUCCESS) -+ WARNING("setting power to %d failed: %08X", state, status); -+ EXIT1(return status); -+} -+ -+static NTSTATUS pnp_start_device(struct wrap_device *wd) -+{ -+ struct device_object *fdo; -+ struct device_object *pdo; -+ struct io_stack_location irp_sl; -+ NTSTATUS status; -+ -+ pdo = wd->pdo; -+ /* TODO: for now we use same resources for both translated -+ * resources and raw resources */ -+ memset(&irp_sl, 0, sizeof(irp_sl)); -+ irp_sl.params.start_device.allocated_resources = -+ wd->resource_list; -+ irp_sl.params.start_device.allocated_resources_translated = -+ wd->resource_list; -+ status = IoSendIrpTopDev(pdo, IRP_MJ_PNP, IRP_MN_START_DEVICE, &irp_sl); -+ fdo = IoGetAttachedDevice(pdo); -+ fdo->drv_obj->drv_ext->count++; -+ if (status != STATUS_SUCCESS) -+ WARNING("Windows driver couldn't initialize the device (%08X)", -+ status); -+ EXIT1(return status); -+} -+ -+#if 0 -+static NTSTATUS pnp_stop_device(struct wrap_device *wd) -+{ -+ struct device_object *pdo; -+ NTSTATUS status; -+ -+ pdo = wd->pdo; -+ status = IoSendIrpTopDev(pdo, IRP_MJ_PNP, IRP_MN_QUERY_STOP_DEVICE, -+ NULL); -+ if (status != STATUS_SUCCESS) -+ WARNING("status: %08X", status); -+ /* for now we ignore query status */ -+ status = IoSendIrpTopDev(pdo, IRP_MJ_PNP, IRP_MN_STOP_DEVICE, NULL); -+ if (status != STATUS_SUCCESS) -+ WARNING("status: %08X", status); -+ if (status != STATUS_SUCCESS) -+ WARNING("status: %08X", status); -+ EXIT2(return status); -+} -+#endif -+ -+static NTSTATUS pnp_remove_device(struct wrap_device *wd) -+{ -+ struct device_object *pdo, *fdo; -+ struct driver_object *fdo_drv_obj; -+ NTSTATUS status; -+ -+ pdo = wd->pdo; -+ fdo = IoGetAttachedDevice(pdo); -+ fdo_drv_obj = fdo->drv_obj; -+ TRACE2("%p, %p, %p", pdo, fdo, fdo_drv_obj); -+ status = IoSendIrpTopDev(pdo, IRP_MJ_PNP, IRP_MN_QUERY_REMOVE_DEVICE, -+ NULL); -+ if (status != STATUS_SUCCESS) -+ WARNING("status: %08X", status); -+ -+ status = IoSendIrpTopDev(pdo, IRP_MJ_PNP, IRP_MN_REMOVE_DEVICE, NULL); -+ if (status != STATUS_SUCCESS) -+ WARNING("status: %08X", status); -+ /* TODO: should we use count in drv_ext or driver's Object -+ * header reference count to keep count of devices associated -+ * with a driver? */ -+ if (status == STATUS_SUCCESS) -+ fdo_drv_obj->drv_ext->count--; -+ TRACE1("count: %d", fdo_drv_obj->drv_ext->count); -+ if ((LONG)fdo_drv_obj->drv_ext->count < 0) -+ WARNING("wrong count: %d", fdo_drv_obj->drv_ext->count); -+ if (fdo_drv_obj->drv_ext->count == 0) { -+ struct wrap_driver *wrap_driver; -+ TRACE1("unloading driver: %p", fdo_drv_obj); -+ wrap_driver = -+ IoGetDriverObjectExtension(fdo_drv_obj, -+ (void *)WRAP_DRIVER_CLIENT_ID); -+ if (fdo_drv_obj->unload) -+ LIN2WIN1(fdo_drv_obj->unload, fdo_drv_obj); -+ if (wrap_driver) { -+ mutex_lock(&loader_mutex); -+ unload_wrap_driver(wrap_driver); -+ mutex_unlock(&loader_mutex); -+ } else -+ ERROR("couldn't get wrap_driver"); -+ ObDereferenceObject(fdo_drv_obj); -+ } -+ IoDeleteDevice(pdo); -+ unload_wrap_device(wd); -+ EXIT1(return status); -+} -+ -+WIN_FUNC_DECL(IoInvalidDeviceRequest,2) -+ -+static struct device_object *alloc_pdo(struct driver_object *drv_obj) -+{ -+ struct device_object *pdo; -+ NTSTATUS status; -+ int i; -+ struct ansi_string ansi_name; -+ struct unicode_string unicode_name; -+ -+ RtlInitAnsiString(&ansi_name, "NDISpdo"); -+ if (RtlAnsiStringToUnicodeString(&unicode_name, &ansi_name, TRUE) == -+ STATUS_SUCCESS) { -+ status = IoCreateDevice(drv_obj, 0, &unicode_name, -+ FILE_DEVICE_UNKNOWN, -+ FILE_AUTOGENERATED_DEVICE_NAME, -+ FALSE, &pdo); -+ RtlFreeUnicodeString(&unicode_name); -+ } else { -+ status = IoCreateDevice(drv_obj, 0, NULL, -+ FILE_DEVICE_UNKNOWN, -+ FILE_AUTOGENERATED_DEVICE_NAME, -+ FALSE, &pdo); -+ } -+ TRACE1("%p, %d, %p", drv_obj, status, pdo); -+ if (status != STATUS_SUCCESS) -+ return NULL; -+ /* dispatch routines are called as Windows functions */ -+ for (i = 0; i <= IRP_MJ_MAXIMUM_FUNCTION; i++) -+ drv_obj->major_func[i] = WIN_FUNC_PTR(IoInvalidDeviceRequest,2); -+ drv_obj->major_func[IRP_MJ_INTERNAL_DEVICE_CONTROL] = -+ WIN_FUNC_PTR(pdoDispatchDeviceControl,2); -+ drv_obj->major_func[IRP_MJ_DEVICE_CONTROL] = -+ WIN_FUNC_PTR(pdoDispatchDeviceControl,2); -+ drv_obj->major_func[IRP_MJ_POWER] = WIN_FUNC_PTR(pdoDispatchPower,2); -+ drv_obj->major_func[IRP_MJ_PNP] = WIN_FUNC_PTR(pdoDispatchPnp,2); -+ return pdo; -+} -+ -+static int wrap_pnp_start_device(struct wrap_device *wd) -+{ -+ struct wrap_driver *driver; -+ struct device_object *pdo; -+ struct driver_object *pdo_drv_obj; -+ -+ ENTER1("wd: %p", wd); -+ -+ if (!((wrap_is_pci_bus(wd->dev_bus)) || -+ (wrap_is_usb_bus(wd->dev_bus)))) { -+ ERROR("bus type %d (%d) not supported", -+ WRAP_BUS(wd->dev_bus), wd->dev_bus); -+ EXIT1(return -EINVAL); -+ } -+ driver = load_wrap_driver(wd); -+ if (!driver) -+ return -ENODEV; -+ -+ wd->driver = driver; -+ wd->dev_bus = WRAP_DEVICE_BUS(driver->dev_type, WRAP_BUS(wd->dev_bus)); -+ TRACE1("dev type: %d, bus type: %d, %d", WRAP_DEVICE(wd->dev_bus), -+ WRAP_BUS(wd->dev_bus), wd->dev_bus); -+ TRACE1("%d, %d", driver->dev_type, wrap_is_usb_bus(wd->dev_bus)); -+ /* first create pdo */ -+ if (wrap_is_pci_bus(wd->dev_bus)) -+ pdo_drv_obj = find_bus_driver("PCI"); -+ else // if (wrap_is_usb_bus(wd->dev_bus)) -+ pdo_drv_obj = find_bus_driver("USB"); -+ if (!pdo_drv_obj) -+ return -EINVAL; -+ pdo = alloc_pdo(pdo_drv_obj); -+ if (!pdo) -+ return -ENOMEM; -+ wd->pdo = pdo; -+ pdo->reserved = wd; -+ if (WRAP_DEVICE(wd->dev_bus) == WRAP_NDIS_DEVICE) { -+ if (init_ndis_driver(driver->drv_obj)) { -+ IoDeleteDevice(pdo); -+ return -EINVAL; -+ } -+ } -+ TRACE1("%p", driver->drv_obj->drv_ext->add_device); -+ if (driver->drv_obj->drv_ext->add_device(driver->drv_obj, pdo) != -+ STATUS_SUCCESS) { -+ IoDeleteDevice(pdo); -+ return -ENOMEM; -+ } -+ if (pnp_start_device(wd) != STATUS_SUCCESS) { -+ /* TODO: we need proper cleanup, to deallocate memory, -+ * for example */ -+ pnp_remove_device(wd); -+ return -EINVAL; -+ } -+ return 0; -+} -+ -+int wrap_pnp_start_pci_device(struct pci_dev *pdev, -+ const struct pci_device_id *ent) -+{ -+ struct load_device load_device; -+ struct wrap_device *wd; -+ -+ ENTER1("called for %04x:%04x:%04x:%04x", pdev->vendor, pdev->device, -+ pdev->subsystem_vendor, pdev->subsystem_device); -+ -+ load_device.bus = WRAP_PCI_BUS; -+ load_device.vendor = pdev->vendor; -+ load_device.device = pdev->device; -+ load_device.subvendor = pdev->subsystem_vendor; -+ load_device.subdevice = pdev->subsystem_device; -+ wd = load_wrap_device(&load_device); -+ if (!wd) -+ EXIT1(return -ENODEV); -+ wd->pci.pdev = pdev; -+ return wrap_pnp_start_device(wd); -+} -+ -+void wrap_pnp_remove_pci_device(struct pci_dev *pdev) -+{ -+ struct wrap_device *wd; -+ -+ wd = (struct wrap_device *)pci_get_drvdata(pdev); -+ ENTER1("%p, %p", pdev, wd); -+ if (!wd) -+ EXIT1(return); -+ pnp_remove_device(wd); -+} -+ -+int wrap_pnp_suspend_pci_device(struct pci_dev *pdev, pm_message_t state) -+{ -+ struct wrap_device *wd; -+ -+ wd = (struct wrap_device *)pci_get_drvdata(pdev); -+ return pnp_set_device_power_state(wd, PowerDeviceD3); -+} -+ -+int wrap_pnp_resume_pci_device(struct pci_dev *pdev) -+{ -+ struct wrap_device *wd; -+ -+ wd = (struct wrap_device *)pci_get_drvdata(pdev); -+ return pnp_set_device_power_state(wd, PowerDeviceD0); -+} -+ -+#ifdef ENABLE_USB -+int wrap_pnp_start_usb_device(struct usb_interface *intf, -+ const struct usb_device_id *usb_id) -+{ -+ struct wrap_device *wd; -+ int ret; -+ struct usb_device *udev = interface_to_usbdev(intf); -+ ENTER1("%04x, %04x, %04x", udev->descriptor.idVendor, -+ udev->descriptor.idProduct, udev->descriptor.bDeviceClass); -+ -+ /* USB device (e.g., RNDIS) may have multiple interfaces; -+ initialize one interface only (is there a way to know which -+ of these interfaces is for network?) */ -+ -+ if ((wd = get_wrap_device(udev, WRAP_USB_BUS))) { -+ TRACE1("device already initialized: %p", wd); -+ usb_set_intfdata(intf, NULL); -+ ret = 0; -+ } else { -+ struct load_device load_device; -+ -+ load_device.bus = WRAP_USB_BUS; -+ load_device.vendor = le16_to_cpu(udev->descriptor.idVendor); -+ load_device.device = le16_to_cpu(udev->descriptor.idProduct); -+ load_device.subvendor = 0; -+ load_device.subdevice = 0; -+ wd = load_wrap_device(&load_device); -+ TRACE2("%p", wd); -+ if (wd) { -+ /* some devices (e.g., TI 4150, RNDIS) need -+ * full reset */ -+ ret = usb_reset_device(udev); -+ if (ret) -+ WARNING("reset failed: %d", ret); -+ usb_set_intfdata(intf, wd); -+ wd->usb.intf = intf; -+ wd->usb.udev = udev; -+ ret = wrap_pnp_start_device(wd); -+ } else -+ ret = -ENODEV; -+ } -+ -+ TRACE2("ret: %d", ret); -+ if (ret) -+ EXIT1(return ret); -+ else -+ return 0; -+} -+ -+void wrap_pnp_remove_usb_device(struct usb_interface *intf) -+{ -+ struct wrap_device *wd; -+ -+ wd = (struct wrap_device *)usb_get_intfdata(intf); -+ TRACE1("%p, %p", intf, wd); -+ if (wd == NULL) -+ EXIT1(return); -+ usb_set_intfdata(intf, NULL); -+ wd->usb.intf = NULL; -+ pnp_remove_device(wd); -+} -+ -+int wrap_pnp_suspend_usb_device(struct usb_interface *intf, pm_message_t state) -+{ -+ struct wrap_device *wd; -+ -+ wd = usb_get_intfdata(intf); -+ ENTER1("%p, %p", intf, wd); -+ if (!wd) -+ EXIT1(return 0); -+ if (pnp_set_device_power_state(wd, PowerDeviceD3)) -+ return -1; -+ return 0; -+} -+ -+int wrap_pnp_resume_usb_device(struct usb_interface *intf) -+{ -+ struct wrap_device *wd; -+ wd = usb_get_intfdata(intf); -+ ENTER1("%p, %p", intf, wd); -+ if (!wd) -+ EXIT1(return 0); -+ if (pnp_set_device_power_state(wd, PowerDeviceD0)) -+ return -1; -+ return 0; -+} -+ -+#endif // USB -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/pnp.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pnp.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/pnp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/pnp.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,36 @@ -+/* -+ * Copyright (C) 2005 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _PNP_H_ -+#define _PNP_H_ -+ -+#include "ntoskernel.h" -+#include "ndis.h" -+#include "wrapndis.h" -+ -+int wrap_pnp_start_pci_device(struct pci_dev *pdev, -+ const struct pci_device_id *ent); -+void wrap_pnp_remove_pci_device(struct pci_dev *pdev); -+int wrap_pnp_suspend_pci_device(struct pci_dev *pdev, pm_message_t state); -+int wrap_pnp_resume_pci_device(struct pci_dev *pdev); -+ -+int wrap_pnp_start_usb_device(struct usb_interface *intf, -+ const struct usb_device_id *usb_id); -+void wrap_pnp_remove_usb_device(struct usb_interface *intf); -+int wrap_pnp_suspend_usb_device(struct usb_interface *intf, -+ pm_message_t state); -+int wrap_pnp_resume_usb_device(struct usb_interface *intf); -+ -+#endif -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/proc.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/proc.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/proc.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/proc.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,588 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+#include -+#include -+#include -+#include -+ -+#include "ndis.h" -+#include "iw_ndis.h" -+#include "wrapndis.h" -+#include "pnp.h" -+#include "wrapper.h" -+ -+#define MAX_PROC_STR_LEN 32 -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0) -+static kuid_t proc_kuid; -+static kgid_t proc_kgid; -+#else -+#define proc_kuid proc_uid -+#define proc_kgid proc_gid -+#define kuid_t uid_t -+#define kgid_t gid_t -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,20) -+static inline struct inode *file_inode(struct file *f) -+{ -+ return f->f_dentry->d_inode; -+} -+#elif LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0) -+static inline struct inode *file_inode(struct file *f) -+{ -+ return f->f_path.dentry->d_inode; -+} -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0) -+static inline void proc_set_user(struct proc_dir_entry *de, kuid_t uid, -+ kgid_t gid) -+{ -+ de->uid = uid; -+ de->gid = gid; -+} -+ -+static inline void proc_remove(struct proc_dir_entry *de) -+{ -+ if (de) -+ remove_proc_entry(de->name, de->parent); -+} -+ -+static inline void *PDE_DATA(const struct inode *inode) -+{ -+ return PDE(inode)->data; -+} -+#endif -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26) -+static inline struct proc_dir_entry *proc_create_data(const char *name, -+ umode_t mode, struct proc_dir_entry *parent, -+ struct file_operations *fops, void *data) -+{ -+ struct proc_dir_entry *de; -+ -+ de = create_proc_entry(name, mode, parent); -+ if (de) { -+ de->data = data; -+ de->proc_fops = fops; -+ } -+ -+ return de; -+} -+#endif -+ -+static int do_proc_make_entry(const char *name, umode_t mode, -+ struct proc_dir_entry *parent, -+ struct file_operations *fops, kuid_t uid, -+ kgid_t gid, struct ndis_device *wnd) -+{ -+ struct proc_dir_entry *de; -+ -+ de = proc_create_data(name, mode, parent, fops, wnd); -+ if (de == NULL) { -+ ERROR("couldn't create proc entry for '%s'", name); -+ return -ENOMEM; -+ } -+ proc_set_user(de, uid, gid); -+ return 0; -+} -+ -+#define PROC_DECLARE_RO(name) \ -+ static int proc_##name##_open(struct inode *inode, struct file *file) \ -+ { \ -+ return single_open(file, proc_##name##_read, PDE_DATA(inode)); \ -+ } \ -+ static struct file_operations name##_fops = { \ -+ .owner = THIS_MODULE, \ -+ .open = proc_##name##_open, \ -+ .read = seq_read, \ -+ .llseek = seq_lseek, \ -+ .release = single_release, \ -+ }; -+ -+#define PROC_DECLARE_RW(name) \ -+ static int proc_##name##_open(struct inode *inode, struct file *file) \ -+ { \ -+ return single_open(file, proc_##name##_read, PDE_DATA(inode)); \ -+ } \ -+ static struct file_operations name##_fops = { \ -+ .owner = THIS_MODULE, \ -+ .open = proc_##name##_open, \ -+ .read = seq_read, \ -+ .llseek = seq_lseek, \ -+ .release = single_release, \ -+ .write = proc_##name##_write, \ -+ }; -+ -+#define proc_make_entry_ro(name, parent, wnd) \ -+ do_proc_make_entry(#name, S_IFREG | S_IRUSR | S_IRGRP, parent, \ -+ &name##_fops, proc_kuid, proc_kgid, wnd) -+#define proc_make_entry_rw(name, parent, wnd) \ -+ do_proc_make_entry(#name, \ -+ S_IFREG | S_IRUSR | S_IRGRP | S_IWUSR | S_IWGRP, \ -+ parent, &name##_fops, proc_kuid, proc_kgid, wnd) -+ -+#define add_text(fmt, ...) seq_printf(sf, fmt, ##__VA_ARGS__) -+ -+static struct proc_dir_entry *wrap_procfs_entry; -+ -+static int proc_stats_read(struct seq_file *sf, void *v) -+{ -+ struct ndis_device *wnd = (struct ndis_device *)sf->private; -+ struct ndis_wireless_stats stats; -+ NDIS_STATUS res; -+ ndis_rssi rssi; -+ -+ res = mp_query(wnd, OID_802_11_RSSI, &rssi, sizeof(rssi)); -+ if (!res) -+ add_text("signal_level=%d dBm\n", (s32)rssi); -+ -+ res = mp_query(wnd, OID_802_11_STATISTICS, &stats, sizeof(stats)); -+ if (!res) { -+ add_text("tx_frames=%llu\n", stats.tx_frag); -+ add_text("tx_multicast_frames=%llu\n", stats.tx_multi_frag); -+ add_text("tx_failed=%llu\n", stats.failed); -+ add_text("tx_retry=%llu\n", stats.retry); -+ add_text("tx_multi_retry=%llu\n", stats.multi_retry); -+ add_text("tx_rtss_success=%llu\n", stats.rtss_succ); -+ add_text("tx_rtss_fail=%llu\n", stats.rtss_fail); -+ add_text("ack_fail=%llu\n", stats.ack_fail); -+ add_text("frame_duplicates=%llu\n", stats.frame_dup); -+ add_text("rx_frames=%llu\n", stats.rx_frag); -+ add_text("rx_multicast_frames=%llu\n", stats.rx_multi_frag); -+ add_text("fcs_errors=%llu\n", stats.fcs_err); -+ } -+ -+ return 0; -+} -+ -+PROC_DECLARE_RO(stats) -+ -+static int proc_encr_read(struct seq_file *sf, void *v) -+{ -+ struct ndis_device *wnd = (struct ndis_device *)sf->private; -+ int i, encr_status, auth_mode, infra_mode; -+ NDIS_STATUS res; -+ struct ndis_essid essid; -+ mac_address ap_address; -+ -+ res = mp_query(wnd, OID_802_11_BSSID, -+ &ap_address, sizeof(ap_address)); -+ if (res) -+ memset(ap_address, 0, ETH_ALEN); -+ add_text("ap_address=" MACSTRSEP "\n", MAC2STR(ap_address)); -+ -+ res = mp_query(wnd, OID_802_11_SSID, &essid, sizeof(essid)); -+ if (!res) -+ add_text("essid=%.*s\n", essid.length, essid.essid); -+ -+ res = mp_query_int(wnd, OID_802_11_ENCRYPTION_STATUS, &encr_status); -+ if (!res) { -+ typeof(&wnd->encr_info.keys[0]) tx_key; -+ add_text("tx_key=%u\n", wnd->encr_info.tx_key_index); -+ add_text("key="); -+ tx_key = &wnd->encr_info.keys[wnd->encr_info.tx_key_index]; -+ if (tx_key->length > 0) -+ for (i = 0; i < tx_key->length; i++) -+ add_text("%2.2X", tx_key->key[i]); -+ else -+ add_text("off"); -+ add_text("\n"); -+ add_text("encr_mode=%d\n", encr_status); -+ } -+ res = mp_query_int(wnd, OID_802_11_AUTHENTICATION_MODE, &auth_mode); -+ if (!res) -+ add_text("auth_mode=%d\n", auth_mode); -+ res = mp_query_int(wnd, OID_802_11_INFRASTRUCTURE_MODE, &infra_mode); -+ add_text("mode=%s\n", (infra_mode == Ndis802_11IBSS) ? "adhoc" : -+ (infra_mode == Ndis802_11Infrastructure) ? "managed" : "auto"); -+ -+ return 0; -+} -+ -+PROC_DECLARE_RO(encr) -+ -+static int proc_hw_read(struct seq_file *sf, void *v) -+{ -+ struct ndis_device *wnd = (struct ndis_device *)sf->private; -+ struct ndis_configuration config; -+ enum ndis_power power_mode; -+ NDIS_STATUS res; -+ ndis_tx_power_level tx_power; -+ ULONG bit_rate; -+ ndis_rts_threshold rts_threshold; -+ ndis_fragmentation_threshold frag_threshold; -+ ndis_antenna antenna; -+ ULONG packet_filter; -+ int n; -+ mac_address mac; -+ char *hw_status[] = {"ready", "initializing", "resetting", "closing", -+ "not ready"}; -+ -+ res = mp_query_int(wnd, OID_GEN_HARDWARE_STATUS, &n); -+ if (res == NDIS_STATUS_SUCCESS && n >= 0 && n < ARRAY_SIZE(hw_status)) -+ add_text("status=%s\n", hw_status[n]); -+ -+ res = mp_query(wnd, OID_802_3_CURRENT_ADDRESS, mac, sizeof(mac)); -+ if (!res) -+ add_text("mac: " MACSTRSEP "\n", MAC2STR(mac)); -+ res = mp_query(wnd, OID_802_11_CONFIGURATION, &config, sizeof(config)); -+ if (!res) { -+ add_text("beacon_period=%u msec\n", config.beacon_period); -+ add_text("atim_window=%u msec\n", config.atim_window); -+ add_text("frequency=%u kHz\n", config.ds_config); -+ add_text("hop_pattern=%u\n", config.fh_config.hop_pattern); -+ add_text("hop_set=%u\n", config.fh_config.hop_set); -+ add_text("dwell_time=%u msec\n", config.fh_config.dwell_time); -+ } -+ -+ res = mp_query(wnd, OID_802_11_TX_POWER_LEVEL, -+ &tx_power, sizeof(tx_power)); -+ if (!res) -+ add_text("tx_power=%u mW\n", tx_power); -+ -+ res = mp_query(wnd, OID_GEN_LINK_SPEED, &bit_rate, sizeof(bit_rate)); -+ if (!res) -+ add_text("bit_rate=%u kBps\n", (u32)bit_rate / 10); -+ -+ res = mp_query(wnd, OID_802_11_RTS_THRESHOLD, -+ &rts_threshold, sizeof(rts_threshold)); -+ if (!res) -+ add_text("rts_threshold=%u bytes\n", rts_threshold); -+ -+ res = mp_query(wnd, OID_802_11_FRAGMENTATION_THRESHOLD, -+ &frag_threshold, sizeof(frag_threshold)); -+ if (!res) -+ add_text("frag_threshold=%u bytes\n", frag_threshold); -+ -+ res = mp_query_int(wnd, OID_802_11_POWER_MODE, &power_mode); -+ if (!res) -+ add_text("power_mode=%s\n", -+ (power_mode == NDIS_POWER_OFF) ? "always_on" : -+ (power_mode == NDIS_POWER_MAX) ? "max_savings" : -+ "min_savings"); -+ -+ res = mp_query(wnd, OID_802_11_NUMBER_OF_ANTENNAS, -+ &antenna, sizeof(antenna)); -+ if (!res) -+ add_text("num_antennas=%u\n", antenna); -+ -+ res = mp_query(wnd, OID_802_11_TX_ANTENNA_SELECTED, -+ &antenna, sizeof(antenna)); -+ if (!res) -+ add_text("tx_antenna=%u\n", antenna); -+ -+ res = mp_query(wnd, OID_802_11_RX_ANTENNA_SELECTED, -+ &antenna, sizeof(antenna)); -+ if (!res) -+ add_text("rx_antenna=%u\n", antenna); -+ -+ add_text("encryption_modes=%s%s%s%s%s%s%s\n", -+ test_bit(Ndis802_11Encryption1Enabled, &wnd->capa.encr) ? -+ "WEP" : "none", -+ test_bit(Ndis802_11Encryption2Enabled, &wnd->capa.encr) ? -+ "; TKIP with WPA" : "", -+ test_bit(Ndis802_11AuthModeWPA2, &wnd->capa.auth) ? -+ ", WPA2" : "", -+ test_bit(Ndis802_11AuthModeWPA2PSK, &wnd->capa.auth) ? -+ ", WPA2PSK" : "", -+ test_bit(Ndis802_11Encryption3Enabled, &wnd->capa.encr) ? -+ "; AES/CCMP with WPA" : "", -+ test_bit(Ndis802_11AuthModeWPA2, &wnd->capa.auth) ? -+ ", WPA2" : "", -+ test_bit(Ndis802_11AuthModeWPA2PSK, &wnd->capa.auth) ? -+ ", WPA2PSK" : ""); -+ -+ res = mp_query_int(wnd, OID_GEN_CURRENT_PACKET_FILTER, &packet_filter); -+ if (!res) { -+ if (packet_filter != wnd->packet_filter) -+ WARNING("wrong packet_filter? 0x%08x, 0x%08x\n", -+ packet_filter, wnd->packet_filter); -+ add_text("packet_filter: 0x%08x\n", packet_filter); -+ } -+ -+ return 0; -+} -+ -+PROC_DECLARE_RO(hw) -+ -+static int proc_settings_read(struct seq_file *sf, void *v) -+{ -+ struct ndis_device *wnd = (struct ndis_device *)sf->private; -+ struct wrap_device_setting *setting; -+ -+ add_text("hangcheck_interval=%d\n", (hangcheck_interval == 0) ? -+ (wnd->hangcheck_interval / HZ) : -1); -+ -+ list_for_each_entry(setting, &wnd->wd->settings, list) { -+ add_text("%s=%s\n", setting->name, setting->value); -+ } -+ -+ list_for_each_entry(setting, &wnd->wd->driver->settings, list) { -+ add_text("%s=%s\n", setting->name, setting->value); -+ } -+ -+ return 0; -+} -+ -+static ssize_t proc_settings_write(struct file *file, const char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ struct ndis_device *wnd = PDE_DATA(file_inode(file)); -+ char setting[MAX_PROC_STR_LEN], *p; -+ unsigned int i; -+ NDIS_STATUS res; -+ -+ if (count > MAX_PROC_STR_LEN) -+ return -EINVAL; -+ -+ memset(setting, 0, sizeof(setting)); -+ if (copy_from_user(setting, buf, count)) -+ return -EFAULT; -+ -+ if ((p = strchr(setting, '\n'))) -+ *p = 0; -+ -+ if ((p = strchr(setting, '='))) -+ *p = 0; -+ -+ if (!strcmp(setting, "hangcheck_interval")) { -+ if (!p) -+ return -EINVAL; -+ p++; -+ i = simple_strtol(p, NULL, 10); -+ hangcheck_del(wnd); -+ if (i > 0) { -+ wnd->hangcheck_interval = i * HZ; -+ hangcheck_add(wnd); -+ } -+ } else if (!strcmp(setting, "suspend")) { -+ if (!p) -+ return -EINVAL; -+ p++; -+ i = simple_strtol(p, NULL, 10); -+ if (i <= 0 || i > 3) -+ return -EINVAL; -+ i = -1; -+ if (wrap_is_pci_bus(wnd->wd->dev_bus)) -+ i = wrap_pnp_suspend_pci_device(wnd->wd->pci.pdev, -+ PMSG_SUSPEND); -+ else if (wrap_is_usb_bus(wnd->wd->dev_bus)) -+ i = wrap_pnp_suspend_usb_device(wnd->wd->usb.intf, -+ PMSG_SUSPEND); -+ if (i) -+ return -EINVAL; -+ } else if (!strcmp(setting, "resume")) { -+ i = -1; -+ if (wrap_is_pci_bus(wnd->wd->dev_bus)) -+ i = wrap_pnp_resume_pci_device(wnd->wd->pci.pdev); -+ else if (wrap_is_usb_bus(wnd->wd->dev_bus)) -+ i = wrap_pnp_resume_usb_device(wnd->wd->usb.intf); -+ if (i) -+ return -EINVAL; -+ } else if (!strcmp(setting, "stats_enabled")) { -+ if (!p) -+ return -EINVAL; -+ p++; -+ i = simple_strtol(p, NULL, 10); -+ if (i > 0) -+ wnd->iw_stats_enabled = TRUE; -+ else -+ wnd->iw_stats_enabled = FALSE; -+ } else if (!strcmp(setting, "packet_filter")) { -+ if (!p) -+ return -EINVAL; -+ p++; -+ i = simple_strtol(p, NULL, 10); -+ res = mp_set_int(wnd, OID_GEN_CURRENT_PACKET_FILTER, i); -+ if (res) -+ WARNING("setting packet_filter failed: %08X", res); -+ } else if (!strcmp(setting, "reinit")) { -+ if (ndis_reinit(wnd) != NDIS_STATUS_SUCCESS) -+ return -EFAULT; -+ } else { -+ struct ndis_configuration_parameter param; -+ struct unicode_string key; -+ struct ansi_string ansi; -+ -+ if (!p) -+ return -EINVAL; -+ p++; -+ RtlInitAnsiString(&ansi, p); -+ if (RtlAnsiStringToUnicodeString(¶m.data.string, &ansi, -+ TRUE) != STATUS_SUCCESS) -+ EXIT1(return -EFAULT); -+ param.type = NdisParameterString; -+ RtlInitAnsiString(&ansi, setting); -+ if (RtlAnsiStringToUnicodeString(&key, &ansi, -+ TRUE) != STATUS_SUCCESS) { -+ RtlFreeUnicodeString(¶m.data.string); -+ EXIT1(return -EINVAL); -+ } -+ NdisWriteConfiguration(&res, wnd->nmb, &key, ¶m); -+ RtlFreeUnicodeString(&key); -+ RtlFreeUnicodeString(¶m.data.string); -+ if (res != NDIS_STATUS_SUCCESS) -+ return -EFAULT; -+ } -+ return count; -+} -+ -+PROC_DECLARE_RW(settings) -+ -+int wrap_procfs_add_ndis_device(struct ndis_device *wnd) -+{ -+ int ret; -+ -+ if (wrap_procfs_entry == NULL) -+ return -ENOMEM; -+ -+ if (wnd->procfs_iface) { -+ ERROR("%s already registered?", wnd->net_dev->name); -+ return -EINVAL; -+ } -+ wnd->procfs_iface = proc_mkdir(wnd->net_dev->name, wrap_procfs_entry); -+ if (wnd->procfs_iface == NULL) { -+ ERROR("couldn't create proc directory"); -+ return -ENOMEM; -+ } -+ proc_set_user(wnd->procfs_iface, proc_kuid, proc_kgid); -+ -+ ret = proc_make_entry_ro(hw, wnd->procfs_iface, wnd); -+ if (ret) -+ goto err_hw; -+ -+ ret = proc_make_entry_ro(stats, wnd->procfs_iface, wnd); -+ if (ret) -+ goto err_stats; -+ -+ ret = proc_make_entry_ro(encr, wnd->procfs_iface, wnd); -+ if (ret) -+ goto err_encr; -+ -+ ret = proc_make_entry_rw(settings, wnd->procfs_iface, wnd); -+ if (ret) -+ goto err_settings; -+ -+ return 0; -+ -+err_settings: -+ remove_proc_entry("encr", wnd->procfs_iface); -+err_encr: -+ remove_proc_entry("stats", wnd->procfs_iface); -+err_stats: -+ remove_proc_entry("hw", wnd->procfs_iface); -+err_hw: -+ proc_remove(wnd->procfs_iface); -+ wnd->procfs_iface = NULL; -+ return -ENOMEM; -+} -+ -+void wrap_procfs_remove_ndis_device(struct ndis_device *wnd) -+{ -+ struct proc_dir_entry *procfs_iface = xchg(&wnd->procfs_iface, NULL); -+ -+ if (procfs_iface == NULL) -+ return; -+ remove_proc_entry("hw", procfs_iface); -+ remove_proc_entry("stats", procfs_iface); -+ remove_proc_entry("encr", procfs_iface); -+ remove_proc_entry("settings", procfs_iface); -+ if (wrap_procfs_entry) -+ proc_remove(procfs_iface); -+} -+ -+static int proc_debug_read(struct seq_file *sf, void *v) -+{ -+#if ALLOC_DEBUG -+ enum alloc_type type; -+#endif -+ -+ add_text("%d\n", debug); -+#if ALLOC_DEBUG -+ for (type = 0; type < ALLOC_TYPE_MAX; type++) -+ add_text("total size of allocations in %s: %d\n", -+ alloc_type_name[type], alloc_size(type)); -+#endif -+ return 0; -+} -+ -+static ssize_t proc_debug_write(struct file *file, const char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ int i; -+ char setting[MAX_PROC_STR_LEN], *p; -+ -+ if (count > MAX_PROC_STR_LEN) -+ return -EINVAL; -+ -+ memset(setting, 0, sizeof(setting)); -+ if (copy_from_user(setting, buf, count)) -+ return -EFAULT; -+ -+ if ((p = strchr(setting, '\n'))) -+ *p = 0; -+ -+ if ((p = strchr(setting, '='))) -+ *p = 0; -+ -+ i = simple_strtol(setting, NULL, 10); -+ if (i >= 0 && i < 10) -+ debug = i; -+ else -+ return -EINVAL; -+ return count; -+} -+ -+PROC_DECLARE_RW(debug) -+ -+int wrap_procfs_init(void) -+{ -+ int ret; -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0) -+ struct user_namespace *ns = current_user_ns(); -+ proc_kuid = make_kuid(ns, proc_uid); -+ if (!uid_valid(proc_kuid)) { -+ ERROR("invalid UID\n"); -+ return -EINVAL; -+ } -+ proc_kgid = make_kgid(ns, proc_gid); -+ if (!gid_valid(proc_kgid)) { -+ ERROR("invalid GID\n"); -+ return -EINVAL; -+ } -+#endif -+ -+ wrap_procfs_entry = proc_mkdir(DRIVER_NAME, proc_net_root); -+ if (wrap_procfs_entry == NULL) { -+ ERROR("couldn't create procfs directory"); -+ return -ENOMEM; -+ } -+ proc_set_user(wrap_procfs_entry, proc_kuid, proc_kgid); -+ -+ ret = proc_make_entry_rw(debug, wrap_procfs_entry, NULL); -+ -+ return ret; -+} -+ -+void wrap_procfs_remove(void) -+{ -+ if (wrap_procfs_entry == NULL) -+ return; -+ remove_proc_entry("debug", wrap_procfs_entry); -+ proc_remove(wrap_procfs_entry); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/rtl.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/rtl.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/rtl.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/rtl.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,715 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * Copyright (C) 2006-2007 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ntoskernel.h" -+#include "rtl_exports.h" -+ -+wstdcall SIZE_T WIN_FUNC(RtlCompareMemory,3) -+ (const void *a, const void *b, SIZE_T len) -+{ -+ size_t i; -+ char *x, *y; -+ -+ ENTER1("%p %p %zd", a, b, len); -+ x = (char *)a; -+ y = (char *)b; -+ /* MSDN says this should return number of bytes that compare as -+ * equal. This can be interpreted as either all bytes that are -+ * equal in 'len' bytes or that only until the bytes compare as -+ * not equal. Initially we had it the former way, but Realtek driver -+ * doesn't like it that way - it takes many attempts to associate -+ * with WPA. ReactOS returns the number of bytes that are equal -+ * before the first differing byte. -+ * According to lords at #reactos, that is the way it should be -+ * and that msdn is wrong about it! -+ */ -+ for (i = 0; i < len && x[i] == y[i]; i++) -+ ; -+ return i; -+} -+ -+wstdcall void WIN_FUNC(RtlCopyMemory,3) -+ (void *dst, const void *src, SIZE_T length) -+{ -+ memcpy(dst, src, length); -+} -+ -+wstdcall void WIN_FUNC(RtlZeroMemory,2) -+ (void *dst, SIZE_T length) -+{ -+ memset(dst, 0, length); -+} -+ -+wstdcall void WIN_FUNC(RtlSecureZeroMemory,2) -+ (void *dst, SIZE_T length) -+{ -+ memset(dst, 0, length); -+} -+ -+wstdcall void WIN_FUNC(RtlFillMemory,3) -+ (void *dest, SIZE_T length, UCHAR fill) -+{ -+ memset(dest, fill, length); -+} -+ -+wstdcall void WIN_FUNC(RtlMoveMemory,3) -+ (void *dest, const void *src, SIZE_T length) -+{ -+ memmove(dest, src, length); -+} -+ -+wstdcall LONG WIN_FUNC(RtlCompareString,3) -+ (const struct ansi_string *s1, const struct ansi_string *s2, -+ BOOLEAN case_insensitive) -+{ -+ unsigned int len; -+ LONG ret = 0; -+ const char *p1, *p2; -+ -+ ENTER2(""); -+ len = min(s1->length, s2->length); -+ p1 = s1->buf; -+ p2 = s2->buf; -+ if (case_insensitive) -+ while (!ret && len--) -+ ret = toupper(*p1++) - toupper(*p2++); -+ else -+ while (!ret && len--) -+ ret = *p1++ - *p2++; -+ if (!ret) -+ ret = s1->length - s2->length; -+ EXIT2(return ret); -+} -+ -+wstdcall LONG WIN_FUNC(RtlCompareUnicodeString,3) -+ (const struct unicode_string *s1, const struct unicode_string *s2, -+ BOOLEAN case_insensitive) -+{ -+ unsigned int len; -+ LONG ret = 0; -+ const wchar_t *p1, *p2; -+ -+ ENTER2(""); -+ -+ len = min(s1->length, s2->length) / sizeof(wchar_t); -+ p1 = s1->buf; -+ p2 = s2->buf; -+ if (case_insensitive) -+ while (!ret && len--) -+ ret = toupper((u8)*p1++) - toupper((u8)*p2++); -+ else -+ while (!ret && len--) -+ ret = (u8)*p1++ - (u8)*p2++; -+ if (!ret) -+ ret = s1->length - s2->length; -+ TRACE2("len: %d, ret: %d", len, ret); -+ EXIT2(return ret); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(RtlEqualString,3) -+ (const struct ansi_string *s1, const struct ansi_string *s2, -+ BOOLEAN case_insensitive) -+{ -+ ENTER1(""); -+ if (s1->length != s2->length) -+ return FALSE; -+ return !RtlCompareString(s1, s2, case_insensitive); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(RtlEqualUnicodeString,3) -+ (const struct unicode_string *s1, const struct unicode_string *s2, -+ BOOLEAN case_insensitive) -+{ -+ if (s1->length != s2->length) -+ return FALSE; -+ return !RtlCompareUnicodeString(s1, s2, case_insensitive); -+} -+ -+wstdcall void WIN_FUNC(RtlCopyUnicodeString,2) -+ (struct unicode_string *dst, struct unicode_string *src) -+{ -+ ENTER1("%p, %p", dst, src); -+ if (src && src->buf && dst->buf) { -+ dst->length = min(src->length, dst->max_length); -+ memcpy(dst->buf, src->buf, dst->length); -+ if (dst->length < dst->max_length) -+ dst->buf[dst->length / sizeof(dst->buf[0])] = 0; -+ } else -+ dst->length = 0; -+ EXIT1(return); -+} -+ -+wstdcall void WIN_FUNC(RtlCopyString,2) -+ (struct ansi_string *dst, struct ansi_string *src) -+{ -+ ENTER1("%p, %p", dst, src); -+ if (src && src->buf && dst->buf) { -+ dst->length = min(src->length, dst->max_length); -+ memcpy(dst->buf, src->buf, dst->length); -+ if (dst->length < dst->max_length) -+ dst->buf[dst->length] = 0; -+ } else -+ dst->length = 0; -+ EXIT1(return); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlAppendUnicodeToString,2) -+ (struct unicode_string *dst, wchar_t *src) -+{ -+ if (src) { -+ int len; -+ for (len = 0; src[len]; len++) -+ ; -+ if (dst->length + (len * sizeof(dst->buf[0])) > dst->max_length) -+ return STATUS_BUFFER_TOO_SMALL; -+ memcpy(&dst->buf[dst->length], src, len * sizeof(dst->buf[0])); -+ dst->length += len * sizeof(dst->buf[0]); -+ if (dst->max_length > dst->length) -+ dst->buf[dst->length / sizeof(dst->buf[0])] = 0; -+ } -+ return STATUS_SUCCESS; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlAppendUnicodeStringToString,2) -+ (struct unicode_string *dst, struct unicode_string *src) -+{ -+ if (dst->max_length < src->length + dst->length) -+ return STATUS_BUFFER_TOO_SMALL; -+ if (src->length) { -+ memcpy(&dst->buf[dst->length], src->buf, src->length); -+ dst->length += src->length; -+ if (dst->max_length > dst->length) -+ dst->buf[dst->length / sizeof(dst->buf[0])] = 0; -+ } -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall ULONG WIN_FUNC(RtlxAnsiStringToUnicodeSize,1) -+ (const struct ansi_string *string) -+{ -+ int i; -+ -+ for (i = 0; i < string->max_length && string->buf[i]; i++) -+ ; -+ return i * sizeof(wchar_t); -+} -+ -+wstdcall ULONG WIN_FUNC(RtlxUnicodeStringToAnsiSize,1) -+ (const struct unicode_string *string) -+{ -+ int i; -+ -+ for (i = 0; i < string->max_length && string->buf[i]; i++) -+ ; -+ return i; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlAnsiStringToUnicodeString,3) -+ (struct unicode_string *dst, const struct ansi_string *src, -+ BOOLEAN alloc) -+{ -+ int i, n; -+ -+ n = RtlxAnsiStringToUnicodeSize(src); -+ TRACE2("%d, %d, %d, %d, %p", n, dst->max_length, src->length, -+ src->max_length, src->buf); -+ if (alloc == TRUE) { -+#if 0 -+ if (n == 0) { -+ dst->length = dst->max_length = 0; -+ dst->buf = NULL; -+ EXIT2(return STATUS_SUCCESS); -+ } -+#endif -+ dst->max_length = n + sizeof(dst->buf[0]); -+ dst->buf = ExAllocatePoolWithTag(NonPagedPool, -+ dst->max_length, 0); -+ if (!dst->buf) { -+ dst->max_length = dst->length = 0; -+ EXIT2(return STATUS_NO_MEMORY); -+ } -+ } else if (dst->max_length < n) -+ EXIT2(return STATUS_BUFFER_TOO_SMALL); -+ -+ dst->length = n; -+ n /= sizeof(dst->buf[0]); -+ for (i = 0; i < n; i++) -+ dst->buf[i] = src->buf[i]; -+ if (i * sizeof(dst->buf[0]) < dst->max_length) -+ dst->buf[i] = 0; -+ TRACE2("dst: length: %d, max_length: %d, string: %p", -+ dst->length, dst->max_length, src->buf); -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlUnicodeStringToAnsiString,3) -+ (struct ansi_string *dst, const struct unicode_string *src, -+ BOOLEAN alloc) -+{ -+ int i, n; -+ -+ n = RtlxUnicodeStringToAnsiSize(src); -+ TRACE2("%d, %d, %d, %d, %p", n, dst->max_length, src->length, -+ src->max_length, src->buf); -+ if (alloc == TRUE) { -+#if 0 -+ if (n == 0) { -+ dst->length = dst->max_length = 0; -+ dst->buf = NULL; -+ EXIT2(return STATUS_SUCCESS); -+ } -+#endif -+ dst->max_length = n + sizeof(dst->buf[0]); -+ dst->buf = ExAllocatePoolWithTag(NonPagedPool, -+ dst->max_length, 0); -+ if (!dst->buf) { -+ dst->max_length = dst->length = 0; -+ EXIT1(return STATUS_NO_MEMORY); -+ } -+ } else if (dst->max_length < n) -+ EXIT2(return STATUS_BUFFER_TOO_SMALL); -+ -+ dst->length = n; -+ for (i = 0; i < n; i++) -+ dst->buf[i] = src->buf[i]; -+ if (i < dst->max_length) -+ dst->buf[i] = 0; -+ TRACE2("string: %p, len: %d(%d)", dst->buf, dst->length, -+ dst->max_length); -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlUnicodeStringToInteger,3) -+ (struct unicode_string *ustring, ULONG base, ULONG *value) -+{ -+ int i, sign = 1; -+ ULONG res; -+ typeof(ustring->buf) string; -+ -+ if (ustring->length == 0) { -+ *value = 0; -+ return STATUS_SUCCESS; -+ } -+ -+ string = ustring->buf; -+ i = 0; -+ while (i < (ustring->length / sizeof(*string)) && string[i] == ' ') -+ i++; -+ if (string[i] == '+') -+ i++; -+ else if (string[i] == '-') { -+ i++; -+ sign = -1; -+ } -+ if (base == 0) { -+ base = 10; -+ if (i <= ((ustring->length / sizeof(*string)) - 2) && -+ string[i] == '0') { -+ i++; -+ if (string[i] == 'b') { -+ base = 2; -+ i++; -+ } else if (string[i] == 'o') { -+ base = 8; -+ i++; -+ } else if (string[i] == 'x') { -+ base = 16; -+ i++; -+ } -+ } -+ } -+ if (!(base == 2 || base == 8 || base == 10 || base == 16)) -+ EXIT2(return STATUS_INVALID_PARAMETER); -+ -+ for (res = 0; i < (ustring->length / sizeof(*string)); i++) { -+ int v; -+ if (isdigit((char)string[i])) -+ v = string[i] - '0'; -+ else if (isxdigit((char)string[i])) -+ v = tolower((char)string[i]) - 'a' + 10; -+ else -+ v = base; -+ if (v >= base) -+ EXIT2(return STATUS_INVALID_PARAMETER); -+ res = res * base + v; -+ } -+ *value = sign * res; -+ EXIT3(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlCharToInteger,3) -+ (const char *string, ULONG base, ULONG *value) -+{ -+ int sign = 1; -+ ULONG res; -+ -+ if (!string || !value) -+ EXIT2(return STATUS_INVALID_PARAMETER); -+ while (*string == ' ') -+ string++; -+ if (*string == '+') -+ string++; -+ else if (*string == '-') { -+ string++; -+ sign = -1; -+ } -+ if (base == 0) { -+ base = 10; -+ if (*string == '0') { -+ string++; -+ if (*string == 'b') { -+ base = 2; -+ string++; -+ } else if (*string == 'o') { -+ base = 8; -+ string++; -+ } else if (*string == 'x') { -+ base = 16; -+ string++; -+ } -+ } -+ } -+ if (!(base == 2 || base == 8 || base == 10 || base == 16)) -+ EXIT2(return STATUS_INVALID_PARAMETER); -+ -+ for (res = 0; *string; string++) { -+ int v; -+ if (isdigit(*string)) -+ v = *string - '0'; -+ else if (isxdigit(*string)) -+ v = tolower(*string) - 'a' + 10; -+ else -+ v = base; -+ if (v >= base) -+ EXIT2(return STATUS_INVALID_PARAMETER); -+ res = res * base + v; -+ } -+ *value = sign * res; -+ EXIT3(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlIntegerToUnicodeString,3) -+ (ULONG value, ULONG base, struct unicode_string *ustring) -+{ -+ typeof(ustring->buf) buf = ustring->buf; -+ int i; -+ -+ if (base == 0) -+ base = 10; -+ if (!(base == 2 || base == 8 || base == 10 || base == 16)) -+ return STATUS_INVALID_PARAMETER; -+ for (i = 0; value && i < ustring->max_length / sizeof(*buf); i++) { -+ int r; -+ r = value % base; -+ value /= base; -+ if (r < 10) -+ buf[i] = r + '0'; -+ else -+ buf[i] = r + 'a' - 10; -+ } -+ if (value) -+ return STATUS_BUFFER_OVERFLOW; -+ ustring->length = i * sizeof(*buf); -+ return STATUS_SUCCESS; -+} -+ -+wstdcall LARGE_INTEGER WIN_FUNC(RtlConvertUlongToLargeInteger,1) -+ (ULONG ul) -+{ -+ LARGE_INTEGER li = ul; -+ return li; -+} -+ -+wfastcall USHORT WIN_FUNC(RtlUshortByteSwap,1) -+ (USHORT src) -+{ -+ return __swab16(src); -+} -+ -+wfastcall ULONG WIN_FUNC(RtlUlongByteSwap,1) -+ (ULONG src) -+{ -+ /* ULONG is 32 bits for both 32-bit and 64-bit architectures */ -+ return __swab32(src); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlUpcaseUnicodeString,3) -+ (struct unicode_string *dst, struct unicode_string *src, BOOLEAN alloc) -+{ -+ USHORT i, n; -+ -+ if (alloc) { -+ dst->buf = ExAllocatePoolWithTag(NonPagedPool, src->length, 0); -+ if (dst->buf) -+ dst->max_length = src->length; -+ else -+ EXIT2(return STATUS_NO_MEMORY); -+ } else { -+ if (dst->max_length < src->length) -+ EXIT2(return STATUS_BUFFER_OVERFLOW); -+ } -+ -+ n = src->length / sizeof(src->buf[0]); -+ for (i = 0; i < n; i++) -+ dst->buf[i] = toupper(src->buf[i]); -+ -+ dst->length = src->length; -+ EXIT3(return STATUS_SUCCESS); -+} -+ -+wstdcall void WIN_FUNC(RtlInitUnicodeString,2) -+ (struct unicode_string *dst, const wchar_t *src) -+{ -+ ENTER2("%p", dst); -+ if (dst == NULL) -+ EXIT1(return); -+ if (src == NULL) { -+ dst->max_length = dst->length = 0; -+ dst->buf = NULL; -+ } else { -+ int i; -+ for (i = 0; (char)src[i]; i++) -+ ; -+ dst->buf = (typeof(dst->buf))src; -+ dst->length = i * sizeof(dst->buf[0]); -+ dst->max_length = (i + 1) * sizeof(dst->buf[0]); -+ } -+ EXIT1(return); -+} -+ -+wstdcall void WIN_FUNC(RtlInitAnsiString,2) -+ (struct ansi_string *dst, const char *src) -+{ -+ ENTER2("%p", dst); -+ if (dst == NULL) -+ EXIT2(return); -+ if (src == NULL) { -+ dst->max_length = dst->length = 0; -+ dst->buf = NULL; -+ } else { -+ int i; -+ for (i = 0; src[i]; i++) -+ ; -+ dst->buf = (typeof(dst->buf))src; -+ dst->length = i; -+ dst->max_length = i + 1; -+ } -+ TRACE2("%p", dst->buf); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(RtlInitString,2) -+ (struct ansi_string *dst, const char *src) -+{ -+ ENTER2("%p", dst); -+ RtlInitAnsiString(dst, src); -+ EXIT2(return); -+} -+ -+wstdcall void WIN_FUNC(RtlFreeUnicodeString,1) -+ (struct unicode_string *string) -+{ -+ ENTER2("%p", string); -+ if (string == NULL) -+ return; -+ if (string->buf) -+ ExFreePool(string->buf); -+ string->length = string->max_length = 0; -+ string->buf = NULL; -+ return; -+} -+ -+wstdcall void WIN_FUNC(RtlFreeAnsiString,1) -+ (struct ansi_string *string) -+{ -+ ENTER2("%p", string); -+ if (string == NULL) -+ return; -+ if (string->buf) -+ ExFreePool(string->buf); -+ string->length = string->max_length = 0; -+ string->buf = NULL; -+ return; -+} -+ -+/* guid string is of the form: {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} */ -+wstdcall NTSTATUS WIN_FUNC(RtlGUIDFromString,2) -+ (struct unicode_string *guid_string, struct guid *guid) -+{ -+ struct ansi_string ansi; -+ NTSTATUS ret; -+ int i, j, k, l, m; -+ -+ ret = RtlUnicodeStringToAnsiString(&ansi, guid_string, TRUE); -+ if (ret != STATUS_SUCCESS) -+ return ret; -+ if (ansi.length != 37 || ansi.buf[0] != '{' || -+ ansi.buf[36] != '}' || ansi.buf[9] != '-' || -+ ansi.buf[14] != '-' || ansi.buf[19] != '-' || -+ ansi.buf[24] != '-') { -+ RtlFreeAnsiString(&ansi); -+ EXIT2(return STATUS_INVALID_PARAMETER); -+ } -+ memcpy(&guid->data4, &ansi.buf[29], sizeof(guid->data3)); -+ /* set end of data3 for scanf */ -+ ansi.buf[29] = 0; -+ if (sscanf(&ansi.buf[1], "%x", &i) == 1 && -+ sscanf(&ansi.buf[10], "%x", &j) == 1 && -+ sscanf(&ansi.buf[15], "%x", &k) == 1 && -+ sscanf(&ansi.buf[20], "%x", &l) == 1 && -+ sscanf(&ansi.buf[25], "%x", &m) == 1) { -+ guid->data1 = (i << 16) | (j < 8) | k; -+ guid->data2 = l; -+ guid->data3 = m; -+ ret = STATUS_SUCCESS; -+ } else -+ ret = STATUS_INVALID_PARAMETER; -+ RtlFreeAnsiString(&ansi); -+ return ret; -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlQueryRegistryValues,5) -+ (ULONG relative, wchar_t *path, struct rtl_query_registry_table *tbl, -+ void *context, void *env) -+{ -+ struct ansi_string ansi; -+ struct unicode_string unicode; -+ NTSTATUS status, ret; -+ static int i = 0; -+ -+ ENTER3("%x, %p", relative, tbl); -+// TODO(); -+ -+ RtlInitUnicodeString(&unicode, path); -+ if (RtlUnicodeStringToAnsiString(&ansi, &unicode, TRUE) == -+ STATUS_SUCCESS) { -+ TRACE2("%s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ ret = STATUS_SUCCESS; -+ for (; tbl->name; tbl++) { -+ RtlInitUnicodeString(&unicode, tbl->name); -+ if (RtlUnicodeStringToAnsiString(&ansi, &unicode, TRUE) == -+ STATUS_SUCCESS) { -+ TRACE2("name: %s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ TRACE2("flags: %08X", tbl->flags); -+ if (tbl->flags == RTL_QUERY_REGISTRY_DIRECT) { -+ TRACE2("type: %08X", tbl->def_type); -+ if (tbl->def_type == REG_DWORD) { -+ /* Atheros USB driver needs this, but -+ * don't know where and how to get its -+ * value */ -+ if (tbl->def_data) { -+ TRACE2("def_data: %x", -+ *(int *)tbl->def_data); -+ *(DWORD *)tbl->context = 0x5f292a + i++; -+// *(DWORD *)tbl->def_data; -+ } else -+ *(DWORD *)tbl->context = 0x2345dbe; -+ } -+ } else { -+ void *data; -+ ULONG type, length; -+ -+ if (!tbl->query_func) { -+ ERROR("oops: no query_func"); -+ ret = STATUS_INVALID_PARAMETER; -+ break; -+ } -+ if (tbl->flags & RTL_QUERY_REGISTRY_NOVALUE) { -+ data = NULL; -+ type = REG_NONE; -+ length = 0; -+ } else { -+ data = tbl->def_data; -+ type = tbl->def_type; -+ length = tbl->def_length;; -+ } -+ TRACE2("calling query_func: %p", tbl->query_func); -+ status = LIN2WIN6(tbl->query_func, tbl->name, type, -+ data, length, context, env); -+ TRACE2("status: %08X", status); -+ if (status) { -+ if (status == STATUS_BUFFER_TOO_SMALL) -+ ret = STATUS_BUFFER_TOO_SMALL; -+ else -+ EXIT2(return STATUS_INVALID_PARAMETER); -+ } -+ } -+ } -+ EXIT3(return ret); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlWriteRegistryValue,6) -+ (ULONG relative, wchar_t *path, wchar_t *name, ULONG type, -+ void *data, ULONG length) -+{ -+ struct ansi_string ansi; -+ struct unicode_string unicode; -+ -+ ENTER3("%d", relative); -+ TODO(); -+ -+ RtlInitUnicodeString(&unicode, path); -+ if (RtlUnicodeStringToAnsiString(&ansi, &unicode, TRUE) == -+ STATUS_SUCCESS) { -+ TRACE2("%s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ RtlInitUnicodeString(&unicode, name); -+ if (RtlUnicodeStringToAnsiString(&ansi, &unicode, TRUE) == -+ STATUS_SUCCESS) { -+ TRACE2("%s", ansi.buf); -+ RtlFreeAnsiString(&ansi); -+ } -+ EXIT5(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS WIN_FUNC(RtlDeleteRegistryValue,3) -+ (ULONG relative, wchar_t *path, wchar_t *name) -+{ -+ return STATUS_SUCCESS; -+} -+ -+wstdcall void WIN_FUNC(RtlAssert,4) -+ (char *failed_assertion, char *file_name, ULONG line_num, char *message) -+{ -+ ERROR("assertion '%s' failed at %s line %d%s", -+ failed_assertion, file_name, line_num, message ? message : ""); -+ return; -+} -+ -+wstdcall void WIN_FUNC(RtlUnwind,0) -+ (void) -+{ -+ TODO(); -+} -+ -+wstdcall void WIN_FUNC(RtlRaiseException,1) -+ (void *exception_record) -+{ -+ TODO(); -+} -+ -+wstdcall BOOLEAN WIN_FUNC(RtlIsServicePackVersionInstalled,1) -+ (ULONG version) -+{ -+ /* Assume we have all service packs */ -+ TRACE1("version: %d", version); -+ return TRUE; -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/usb.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/usb.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/usb.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/usb.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,1496 @@ -+/* -+ * Copyright (C) 2004 Jan Kiszka -+ * Copyright (C) 2005 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ndis.h" -+#include "usb.h" -+#include "usb_exports.h" -+ -+#ifdef USB_DEBUG -+static unsigned int urb_id = 0; -+ -+#define DUMP_WRAP_URB(wrap_urb, dir) \ -+ USBTRACE("urb %p (%d) %s: buf: %p, len: %d, pipe: 0x%x, %d", \ -+ (wrap_urb)->urb, (wrap_urb)->id, \ -+ (dir == USB_DIR_OUT) ? "going down" : "coming back", \ -+ (wrap_urb)->urb->transfer_buffer, \ -+ (wrap_urb)->urb->transfer_buffer_length, \ -+ (wrap_urb)->urb->pipe, (wrap_urb)->urb->status) -+ -+#define DUMP_URB_BUFFER(urb, dir) \ -+ while (debug >= 2) { \ -+ int i; \ -+ char msg[20], *t; \ -+ if (!urb->transfer_buffer) \ -+ break; \ -+ if (!((usb_pipein(urb->pipe) && dir == USB_DIR_IN) || \ -+ (usb_pipeout(urb->pipe) && dir == USB_DIR_OUT))) \ -+ break; \ -+ t = msg; \ -+ t += sprintf(t, "%d: ", (urb)->actual_length); \ -+ for (i = 0; i < urb->actual_length && \ -+ t < &msg[sizeof(msg) - 4]; i++) \ -+ t += sprintf(t, "%02X ", \ -+ ((char *)urb->transfer_buffer)[i]); \ -+ *t = 0; \ -+ USBTRACE("%s", msg); \ -+ break; \ -+ } -+ -+#else -+ -+#define DUMP_WRAP_URB(wrap_urb, dir) (void)0 -+#define DUMP_URB_BUFFER(urb, dir) (void)0 -+ -+#endif -+ -+#define CUR_ALT_SETTING(intf) (intf)->cur_altsetting -+ -+#ifndef USB_CTRL_SET_TIMEOUT -+#define USB_CTRL_SET_TIMEOUT 5000 -+#endif -+ -+#ifndef USB_CTRL_GET_TIMEOUT -+#define USB_CTRL_GET_TIMEOUT 5000 -+#endif -+ -+#ifndef URB_NO_TRANSFER_DMA_MAP -+#define URB_NO_TRANSFER_DMA_MAP 0 -+#endif -+ -+/* wrap_urb->flags */ -+/* transfer_buffer for urb is allocated; free it in wrap_free_urb */ -+#define WRAP_URB_COPY_BUFFER 0x01 -+ -+static inline int wrap_cancel_urb(struct wrap_urb *wrap_urb) -+{ -+ int ret; -+ USBTRACE("%p, %p, %d", wrap_urb, wrap_urb->urb, wrap_urb->state); -+ if (wrap_urb->state != URB_SUBMITTED) -+ USBEXIT(return -1); -+ ret = usb_unlink_urb(wrap_urb->urb); -+ USBTRACE("ret: %d", ret); -+ if (ret == -EINPROGRESS) -+ return 0; -+ else { -+ WARNING("unlink failed: %d", ret); -+ return ret; -+ } -+} -+ -+#define URB_STATUS(wrap_urb) (wrap_urb->urb->status) -+ -+static struct nt_list wrap_urb_complete_list; -+static spinlock_t wrap_urb_complete_list_lock; -+ -+static struct work_struct wrap_urb_complete_work; -+static void wrap_urb_complete_worker(struct work_struct *dummy); -+ -+static void kill_all_urbs(struct wrap_device *wd, int complete) -+{ -+ struct nt_list *ent; -+ struct wrap_urb *wrap_urb; -+ KIRQL irql; -+ -+ USBTRACE("%d", wd->usb.num_alloc_urbs); -+ while (1) { -+ IoAcquireCancelSpinLock(&irql); -+ ent = RemoveHeadList(&wd->usb.wrap_urb_list); -+ IoReleaseCancelSpinLock(irql); -+ if (!ent) -+ break; -+ wrap_urb = container_of(ent, struct wrap_urb, list); -+ if (wrap_urb->state == URB_SUBMITTED) { -+ WARNING("Windows driver %s didn't free urb: %p", -+ wd->driver->name, wrap_urb->urb); -+ if (!complete) -+ wrap_urb->urb->complete = NULL; -+ usb_kill_urb(wrap_urb->urb); -+ } -+ USBTRACE("%p, %p", wrap_urb, wrap_urb->urb); -+ usb_free_urb(wrap_urb->urb); -+ kfree(wrap_urb); -+ } -+ wd->usb.num_alloc_urbs = 0; -+} -+ -+/* for a given Linux urb status code, return corresponding NT urb status */ -+static USBD_STATUS wrap_urb_status(int urb_status) -+{ -+ switch (urb_status) { -+ case 0: -+ return USBD_STATUS_SUCCESS; -+ case -EPROTO: -+ return USBD_STATUS_TIMEOUT; -+ case -EILSEQ: -+ return USBD_STATUS_CRC; -+ case -EPIPE: -+ return USBD_STATUS_INVALID_PIPE_HANDLE; -+ case -ECOMM: -+ return USBD_STATUS_DATA_OVERRUN; -+ case -ENOSR: -+ return USBD_STATUS_DATA_UNDERRUN; -+ case -EOVERFLOW: -+ return USBD_STATUS_BABBLE_DETECTED; -+ case -EREMOTEIO: -+ return USBD_STATUS_ERROR_SHORT_TRANSFER;; -+ case -ENODEV: -+ case -ESHUTDOWN: -+ case -ENOENT: -+ return USBD_STATUS_DEVICE_GONE; -+ case -ENOMEM: -+ return USBD_STATUS_NO_MEMORY; -+ case -EINVAL: -+ return USBD_STATUS_REQUEST_FAILED; -+ default: -+ return USBD_STATUS_NOT_SUPPORTED; -+ } -+} -+ -+/* for a given USBD_STATUS, return its corresponding NTSTATUS (for irp) */ -+static NTSTATUS nt_urb_irp_status(USBD_STATUS nt_urb_status) -+{ -+ switch (nt_urb_status) { -+ case USBD_STATUS_SUCCESS: -+ return STATUS_SUCCESS; -+ case USBD_STATUS_DEVICE_GONE: -+ return STATUS_DEVICE_REMOVED; -+ case USBD_STATUS_PENDING: -+ return STATUS_PENDING; -+ case USBD_STATUS_NOT_SUPPORTED: -+ return STATUS_NOT_IMPLEMENTED; -+ case USBD_STATUS_NO_MEMORY: -+ return STATUS_NO_MEMORY; -+ case USBD_STATUS_REQUEST_FAILED: -+ return STATUS_NOT_SUPPORTED; -+ default: -+ return STATUS_FAILURE; -+ } -+} -+ -+static void wrap_free_urb(struct urb *urb) -+{ -+ struct wrap_urb *wrap_urb = urb->context; -+ struct irp *irp = wrap_urb->irp; -+ struct wrap_device *wd = IRP_WRAP_DEVICE(irp); -+ -+ USBTRACE("freeing urb: %p", urb); -+ irp->cancel_routine = NULL; -+ IRP_WRAP_URB(irp) = NULL; -+ if (wrap_urb->flags & WRAP_URB_COPY_BUFFER) { -+ USBTRACE("freeing DMA buffer for URB: %p %p", -+ urb, urb->transfer_buffer); -+ usb_free_coherent(wd->usb.udev, urb->transfer_buffer_length, -+ urb->transfer_buffer, urb->transfer_dma); -+ } -+ kfree(urb->setup_packet); -+ if (wd->usb.num_alloc_urbs > MAX_ALLOCATED_URBS) { -+ IoAcquireCancelSpinLock(&irp->cancel_irql); -+ RemoveEntryList(&wrap_urb->list); -+ wd->usb.num_alloc_urbs--; -+ IoReleaseCancelSpinLock(irp->cancel_irql); -+ usb_free_urb(urb); -+ kfree(wrap_urb); -+ } else { -+ wrap_urb->state = URB_FREE; -+ wrap_urb->flags = 0; -+ wrap_urb->irp = NULL; -+ } -+ return; -+} -+ -+void wrap_suspend_urbs(struct wrap_device *wd) -+{ -+ /* TODO: do we need to cancel urbs? */ -+ USBTRACE("%p, %d", wd, wd->usb.num_alloc_urbs); -+} -+ -+void wrap_resume_urbs(struct wrap_device *wd) -+{ -+ /* TODO: do we need to resubmit urbs? */ -+ USBTRACE("%p, %d", wd, wd->usb.num_alloc_urbs); -+} -+ -+wstdcall void wrap_cancel_irp(struct device_object *dev_obj, struct irp *irp) -+{ -+ struct urb *urb; -+ struct wrap_urb *wrap_urb = IRP_WRAP_URB(irp); -+ -+ /* NB: this function is called holding Cancel spinlock */ -+ USBENTER("irp: %p", irp); -+ urb = wrap_urb->urb; -+ USBTRACE("canceling urb %p", urb); -+ if (wrap_cancel_urb(IRP_WRAP_URB(irp))) { -+ irp->cancel = FALSE; -+ ERROR("urb %p can't be canceled: %d", urb, wrap_urb->state); -+ } else -+ USBTRACE("urb %p canceled", urb); -+ IoReleaseCancelSpinLock(irp->cancel_irql); -+ return; -+} -+WIN_FUNC_DECL(wrap_cancel_irp,2) -+ -+static struct urb *wrap_alloc_urb(struct irp *irp, unsigned int pipe, -+ void *buf, unsigned int buf_len) -+{ -+ struct urb *urb; -+ gfp_t alloc_flags; -+ struct wrap_urb *wrap_urb; -+ struct wrap_device *wd; -+ -+ USBENTER("irp: %p", irp); -+ wd = IRP_WRAP_DEVICE(irp); -+ -+ /* Don't interfere with URB cleanup by the kernel */ -+ if (test_bit(HW_DISABLED, &wd->hw_status)) -+ return NULL; -+ -+ alloc_flags = irql_gfp(); -+ IoAcquireCancelSpinLock(&irp->cancel_irql); -+ urb = NULL; -+ nt_list_for_each_entry(wrap_urb, &wd->usb.wrap_urb_list, list) { -+ if (cmpxchg(&wrap_urb->state, URB_FREE, -+ URB_ALLOCATED) == URB_FREE) { -+ urb = wrap_urb->urb; -+ /* Clean URB but keep the refcount */ -+ memset((char *)urb + sizeof(urb->kref), 0, -+ sizeof(*urb) - sizeof(urb->kref)); -+ break; -+ } -+ } -+ if (!urb) { -+ IoReleaseCancelSpinLock(irp->cancel_irql); -+ wrap_urb = kzalloc(sizeof(*wrap_urb), alloc_flags); -+ if (!wrap_urb) { -+ WARNING("couldn't allocate memory"); -+ return NULL; -+ } -+ urb = usb_alloc_urb(0, alloc_flags); -+ if (!urb) { -+ WARNING("couldn't allocate urb"); -+ kfree(wrap_urb); -+ return NULL; -+ } -+ IoAcquireCancelSpinLock(&irp->cancel_irql); -+ wrap_urb->urb = urb; -+ wrap_urb->state = URB_ALLOCATED; -+ InsertTailList(&wd->usb.wrap_urb_list, &wrap_urb->list); -+ wd->usb.num_alloc_urbs++; -+ } -+ -+#ifdef URB_ASYNC_UNLINK -+ urb->transfer_flags |= URB_ASYNC_UNLINK; -+#elif defined(USB_ASYNC_UNLINK) -+ urb->transfer_flags |= USB_ASYNC_UNLINK; -+#endif -+ urb->context = wrap_urb; -+ wrap_urb->irp = irp; -+ IRP_WRAP_URB(irp) = wrap_urb; -+ /* called as Windows function */ -+ irp->cancel_routine = WIN_FUNC_PTR(wrap_cancel_irp,2); -+ IoReleaseCancelSpinLock(irp->cancel_irql); -+ USBTRACE("urb: %p", urb); -+ -+ urb->transfer_buffer_length = buf_len; -+ if (buf_len && buf && (!virt_addr_valid(buf) -+#if defined(CONFIG_HIGHMEM) || defined(CONFIG_HIGHMEM4G) -+ || PageHighMem(virt_to_page(buf)) -+#endif -+ )) { -+ urb->transfer_buffer = -+ usb_alloc_coherent(wd->usb.udev, buf_len, alloc_flags, -+ &urb->transfer_dma); -+ if (!urb->transfer_buffer) { -+ WARNING("couldn't allocate dma buf"); -+ IoAcquireCancelSpinLock(&irp->cancel_irql); -+ irp->cancel_routine = NULL; -+ wrap_urb->state = URB_FREE; -+ wrap_urb->irp = NULL; -+ IRP_WRAP_URB(irp) = NULL; -+ IoReleaseCancelSpinLock(irp->cancel_irql); -+ return NULL; -+ } -+ if (urb->transfer_dma) -+ urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; -+ wrap_urb->flags |= WRAP_URB_COPY_BUFFER; -+ if (usb_pipeout(pipe)) -+ memcpy(urb->transfer_buffer, buf, buf_len); -+ USBTRACE("DMA buf for urb %p: %p", urb, urb->transfer_buffer); -+ } else -+ urb->transfer_buffer = buf; -+ return urb; -+} -+ -+static USBD_STATUS wrap_submit_urb(struct irp *irp) -+{ -+ int ret; -+ struct wrap_urb *wrap_urb = IRP_WRAP_URB(irp); -+ struct urb *urb = wrap_urb->urb; -+ union nt_urb *nt_urb = IRP_URB(irp); -+ -+#ifdef USB_DEBUG -+ if (wrap_urb->state != URB_ALLOCATED) { -+ ERROR("urb %p is in wrong state: %d", -+ urb, wrap_urb->state); -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_REQUEST_FAILED; -+ return NT_URB_STATUS(nt_urb); -+ } -+ wrap_urb->id = pre_atomic_add(urb_id, 1); -+#endif -+ DUMP_WRAP_URB(IRP_WRAP_URB(irp), USB_DIR_OUT); -+ irp->io_status.status = STATUS_PENDING; -+ irp->io_status.info = 0; -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_PENDING; -+ IoMarkIrpPending(irp); -+ DUMP_URB_BUFFER(urb, USB_DIR_OUT); -+ USBTRACE("%p", urb); -+ wrap_urb->state = URB_SUBMITTED; -+ ret = usb_submit_urb(urb, irql_gfp()); -+ if (ret) { -+ USBTRACE("ret: %d", ret); -+ wrap_free_urb(urb); -+ /* we assume that IRP was not in pending state before */ -+ IoUnmarkIrpPending(irp); -+ NT_URB_STATUS(nt_urb) = wrap_urb_status(ret); -+ USBEXIT(return NT_URB_STATUS(nt_urb)); -+ } else -+ USBEXIT(return USBD_STATUS_PENDING); -+} -+ -+static void wrap_urb_complete(struct urb *urb ISR_PT_REGS_PARAM_DECL) -+{ -+ struct irp *irp; -+ struct wrap_urb *wrap_urb; -+ -+ wrap_urb = urb->context; -+ USBTRACE("%p (%p) completed", wrap_urb, urb); -+ irp = wrap_urb->irp; -+ DUMP_WRAP_URB(wrap_urb, USB_DIR_IN); -+ irp->cancel_routine = NULL; -+#ifdef USB_DEBUG -+ if (wrap_urb->state != URB_SUBMITTED) { -+ WARNING("urb %p in wrong state: %d (%d)", urb, wrap_urb->state, -+ urb->status); -+ return; -+ } -+#endif -+ wrap_urb->state = URB_COMPLETED; -+ spin_lock(&wrap_urb_complete_list_lock); -+ InsertTailList(&wrap_urb_complete_list, &wrap_urb->complete_list); -+ spin_unlock(&wrap_urb_complete_list_lock); -+ queue_work(ntos_wq, &wrap_urb_complete_work); -+} -+ -+/* one worker for all devices */ -+static void wrap_urb_complete_worker(struct work_struct *dummy) -+{ -+ struct irp *irp; -+ struct urb *urb; -+ struct usbd_bulk_or_intr_transfer *bulk_int_tx; -+ struct usbd_vendor_or_class_request *vc_req; -+ union nt_urb *nt_urb; -+ struct wrap_urb *wrap_urb; -+ struct nt_list *ent; -+ unsigned long flags; -+ -+ USBENTER(""); -+ while (1) { -+ spin_lock_irqsave(&wrap_urb_complete_list_lock, flags); -+ ent = RemoveHeadList(&wrap_urb_complete_list); -+ spin_unlock_irqrestore(&wrap_urb_complete_list_lock, flags); -+ if (!ent) -+ break; -+ wrap_urb = container_of(ent, struct wrap_urb, complete_list); -+ urb = wrap_urb->urb; -+#ifdef USB_DEBUG -+ if (wrap_urb->state != URB_COMPLETED && -+ wrap_urb->state != URB_INT_UNLINKED) -+ WARNING("urb %p in wrong state: %d", -+ urb, wrap_urb->state); -+#endif -+ irp = wrap_urb->irp; -+ DUMP_IRP(irp); -+ nt_urb = IRP_URB(irp); -+ USBTRACE("urb: %p, nt_urb: %p, status: %d", -+ urb, nt_urb, urb->status); -+ switch (urb->status) { -+ case 0: -+ /* successfully transferred */ -+ irp->io_status.info = urb->actual_length; -+ if (nt_urb->header.function == -+ URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER) { -+ bulk_int_tx = &nt_urb->bulk_int_transfer; -+ bulk_int_tx->transfer_buffer_length = -+ urb->actual_length; -+ DUMP_URB_BUFFER(urb, USB_DIR_IN); -+ if ((wrap_urb->flags & WRAP_URB_COPY_BUFFER) && -+ usb_pipein(urb->pipe)) -+ memcpy(bulk_int_tx->transfer_buffer, -+ urb->transfer_buffer, -+ urb->actual_length); -+ } else { // vendor or class request -+ vc_req = &nt_urb->vendor_class_request; -+ vc_req->transfer_buffer_length = -+ urb->actual_length; -+ DUMP_URB_BUFFER(urb, USB_DIR_IN); -+ if ((wrap_urb->flags & WRAP_URB_COPY_BUFFER) && -+ usb_pipein(urb->pipe)) -+ memcpy(vc_req->transfer_buffer, -+ urb->transfer_buffer, -+ urb->actual_length); -+ } -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_SUCCESS; -+ irp->io_status.status = STATUS_SUCCESS; -+ break; -+ case -ENOENT: -+ case -ECONNRESET: -+ /* urb canceled */ -+ irp->io_status.info = 0; -+ TRACE2("urb %p canceled", urb); -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_SUCCESS; -+ irp->io_status.status = STATUS_CANCELLED; -+ break; -+ default: -+ TRACE2("irp: %p, urb: %p, status: %d/%d", -+ irp, urb, urb->status, wrap_urb->state); -+ irp->io_status.info = 0; -+ NT_URB_STATUS(nt_urb) = wrap_urb_status(urb->status); -+ irp->io_status.status = -+ nt_urb_irp_status(NT_URB_STATUS(nt_urb)); -+ break; -+ } -+ wrap_free_urb(urb); -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ } -+ USBEXIT(return); -+} -+ -+static USBD_STATUS wrap_bulk_or_intr_trans(struct irp *irp) -+{ -+ struct usb_endpoint_descriptor *pipe_handle; -+ struct urb *urb; -+ unsigned int pipe; -+ struct usbd_bulk_or_intr_transfer *bulk_int_tx; -+ USBD_STATUS status; -+ struct wrap_device *wd = IRP_WRAP_DEVICE(irp); -+ struct usb_device *udev = wd->usb.udev; -+ union nt_urb *nt_urb = IRP_URB(irp); -+ -+ bulk_int_tx = &nt_urb->bulk_int_transfer; -+ pipe_handle = bulk_int_tx->pipe_handle; -+ USBTRACE("flags: 0x%x, length: %u, buffer: %p, handle: %p", -+ bulk_int_tx->transfer_flags, -+ bulk_int_tx->transfer_buffer_length, -+ bulk_int_tx->transfer_buffer, pipe_handle); -+ -+ if (USBD_IS_BULK_PIPE(pipe_handle)) { -+ if (bulk_int_tx->transfer_flags & USBD_TRANSFER_DIRECTION_IN) -+ pipe = usb_rcvbulkpipe(udev, -+ pipe_handle->bEndpointAddress); -+ else -+ pipe = usb_sndbulkpipe(udev, -+ pipe_handle->bEndpointAddress); -+ } else { -+ if (bulk_int_tx->transfer_flags & USBD_TRANSFER_DIRECTION_IN) -+ pipe = usb_rcvintpipe(udev, -+ pipe_handle->bEndpointAddress); -+ else -+ pipe = usb_sndintpipe(udev, -+ pipe_handle->bEndpointAddress); -+ } -+ -+ DUMP_IRP(irp); -+ urb = wrap_alloc_urb(irp, pipe, bulk_int_tx->transfer_buffer, -+ bulk_int_tx->transfer_buffer_length); -+ if (!urb) { -+ ERROR("couldn't allocate urb"); -+ return USBD_STATUS_NO_MEMORY; -+ } -+ if (usb_pipein(pipe) && -+ (!(bulk_int_tx->transfer_flags & USBD_SHORT_TRANSFER_OK))) { -+ USBTRACE("short not ok"); -+ urb->transfer_flags |= URB_SHORT_NOT_OK; -+ } -+ if (usb_pipebulk(pipe)) { -+ usb_fill_bulk_urb(urb, udev, pipe, urb->transfer_buffer, -+ bulk_int_tx->transfer_buffer_length, -+ wrap_urb_complete, urb->context); -+ USBTRACE("submitting bulk urb %p on pipe 0x%x (ep 0x%x)", -+ urb, urb->pipe, pipe_handle->bEndpointAddress); -+ } else { -+ usb_fill_int_urb(urb, udev, pipe, urb->transfer_buffer, -+ bulk_int_tx->transfer_buffer_length, -+ wrap_urb_complete, urb->context, -+ pipe_handle->bInterval); -+ USBTRACE("submitting interrupt urb %p on pipe 0x%x (ep 0x%x), " -+ "intvl: %d", urb, urb->pipe, -+ pipe_handle->bEndpointAddress, pipe_handle->bInterval); -+ } -+ status = wrap_submit_urb(irp); -+ USBTRACE("status: %08X", status); -+ USBEXIT(return status); -+} -+ -+static USBD_STATUS wrap_vendor_or_class_req(struct irp *irp) -+{ -+ u8 req_type; -+ unsigned int pipe; -+ struct usbd_vendor_or_class_request *vc_req; -+ USBD_STATUS status; -+ struct urb *urb; -+ struct usb_ctrlrequest *dr; -+ struct wrap_device *wd = IRP_WRAP_DEVICE(irp); -+ struct usb_device *udev = wd->usb.udev; -+ union nt_urb *nt_urb = IRP_URB(irp); -+ -+ vc_req = &nt_urb->vendor_class_request; -+ USBTRACE("bits: %x, req: %x, val: %08x, index: %08x, flags: %x," -+ "buf: %p, len: %d", vc_req->reserved_bits, vc_req->request, -+ vc_req->value, vc_req->index, vc_req->transfer_flags, -+ vc_req->transfer_buffer, vc_req->transfer_buffer_length); -+ -+ USBTRACE("%x", nt_urb->header.function); -+ switch (nt_urb->header.function) { -+ case URB_FUNCTION_VENDOR_DEVICE: -+ req_type = USB_TYPE_VENDOR | USB_RECIP_DEVICE; -+ break; -+ case URB_FUNCTION_VENDOR_INTERFACE: -+ req_type = USB_TYPE_VENDOR | USB_RECIP_INTERFACE; -+ break; -+ case URB_FUNCTION_VENDOR_ENDPOINT: -+ req_type = USB_TYPE_VENDOR | USB_RECIP_ENDPOINT; -+ break; -+ case URB_FUNCTION_VENDOR_OTHER: -+ req_type = USB_TYPE_VENDOR | USB_RECIP_OTHER; -+ break; -+ case URB_FUNCTION_CLASS_DEVICE: -+ req_type = USB_TYPE_CLASS | USB_RECIP_DEVICE; -+ break; -+ case URB_FUNCTION_CLASS_INTERFACE: -+ req_type = USB_TYPE_CLASS | USB_RECIP_INTERFACE; -+ break; -+ case URB_FUNCTION_CLASS_ENDPOINT: -+ req_type = USB_TYPE_CLASS | USB_RECIP_ENDPOINT; -+ break; -+ case URB_FUNCTION_CLASS_OTHER: -+ req_type = USB_TYPE_CLASS | USB_RECIP_OTHER; -+ break; -+ default: -+ ERROR("unknown request type: %x", nt_urb->header.function); -+ req_type = 0; -+ break; -+ } -+ -+ req_type |= vc_req->reserved_bits; -+ USBTRACE("req type: %08x", req_type); -+ -+ if (vc_req->transfer_flags & USBD_TRANSFER_DIRECTION_IN) { -+ pipe = usb_rcvctrlpipe(udev, 0); -+ req_type |= USB_DIR_IN; -+ USBTRACE("pipe: %x, dir in", pipe); -+ } else { -+ pipe = usb_sndctrlpipe(udev, 0); -+ req_type |= USB_DIR_OUT; -+ USBTRACE("pipe: %x, dir out", pipe); -+ } -+ urb = wrap_alloc_urb(irp, pipe, vc_req->transfer_buffer, -+ vc_req->transfer_buffer_length); -+ if (!urb) { -+ ERROR("couldn't allocate urb"); -+ return USBD_STATUS_NO_MEMORY; -+ } -+ -+ if (usb_pipein(pipe) && -+ (!(vc_req->transfer_flags & USBD_SHORT_TRANSFER_OK))) { -+ USBTRACE("short not ok"); -+ urb->transfer_flags |= URB_SHORT_NOT_OK; -+ } -+ -+ dr = kzalloc(sizeof(*dr), irql_gfp()); -+ if (!dr) { -+ ERROR("couldn't allocate memory"); -+ wrap_free_urb(urb); -+ return USBD_STATUS_NO_MEMORY; -+ } -+ dr->bRequestType = req_type; -+ dr->bRequest = vc_req->request; -+ dr->wValue = cpu_to_le16(vc_req->value); -+ dr->wIndex = cpu_to_le16((u16)vc_req->index); -+ dr->wLength = cpu_to_le16((u16)urb->transfer_buffer_length); -+ -+ usb_fill_control_urb(urb, udev, pipe, (unsigned char *)dr, -+ urb->transfer_buffer, urb->transfer_buffer_length, -+ wrap_urb_complete, urb->context); -+ status = wrap_submit_urb(irp); -+ USBTRACE("status: %08X", status); -+ USBEXIT(return status); -+} -+ -+static USBD_STATUS wrap_reset_pipe(struct usb_device *udev, struct irp *irp) -+{ -+ int ret; -+ union nt_urb *nt_urb; -+ struct usb_endpoint_descriptor *pipe_handle; -+ unsigned int pipe1, pipe2; -+ -+ nt_urb = IRP_URB(irp); -+ pipe_handle = nt_urb->pipe_req.pipe_handle; -+ /* TODO: not clear if both directions should be cleared? */ -+ if (USBD_IS_BULK_PIPE(pipe_handle)) { -+ pipe1 = usb_rcvbulkpipe(udev, pipe_handle->bEndpointAddress); -+ pipe2 = usb_sndbulkpipe(udev, pipe_handle->bEndpointAddress); -+ } else if (USBD_IS_INT_PIPE(pipe_handle)) { -+ pipe1 = usb_rcvintpipe(udev, pipe_handle->bEndpointAddress); -+ pipe2 = pipe1; -+ } else { -+ WARNING("invalid pipe %d", pipe_handle->bEndpointAddress); -+ return USBD_STATUS_INVALID_PIPE_HANDLE; -+ } -+ USBTRACE("ep: %d, pipe: 0x%x", pipe_handle->bEndpointAddress, pipe1); -+ ret = usb_clear_halt(udev, pipe1); -+ if (ret) -+ USBTRACE("resetting pipe %d failed: %d", pipe1, ret); -+ if (pipe2 != pipe1) { -+ ret = usb_clear_halt(udev, pipe2); -+ if (ret) -+ USBTRACE("resetting pipe %d failed: %d", pipe2, ret); -+ } -+// return wrap_urb_status(ret); -+ return USBD_STATUS_SUCCESS; -+} -+ -+static USBD_STATUS wrap_abort_pipe(struct usb_device *udev, struct irp *irp) -+{ -+ union nt_urb *nt_urb; -+ struct usb_endpoint_descriptor *pipe_handle; -+ struct wrap_urb *wrap_urb; -+ struct wrap_device *wd; -+ KIRQL irql; -+ -+ wd = IRP_WRAP_DEVICE(irp); -+ nt_urb = IRP_URB(irp); -+ pipe_handle = nt_urb->pipe_req.pipe_handle; -+ USBENTER("%p, %x", irp, pipe_handle->bEndpointAddress); -+ IoAcquireCancelSpinLock(&irql); -+ nt_list_for_each_entry(wrap_urb, &wd->usb.wrap_urb_list, list) { -+ USBTRACE("%p, %p, %d, %x, %x", wrap_urb, wrap_urb->urb, -+ wrap_urb->state, wrap_urb->urb->pipe, -+ usb_pipeendpoint(wrap_urb->urb->pipe)); -+ /* for WG111T driver, urbs for endpoint 0 should also -+ * be canceled */ -+ if ((usb_pipeendpoint(wrap_urb->urb->pipe) == -+ pipe_handle->bEndpointAddress) || -+ (usb_pipeendpoint(wrap_urb->urb->pipe) == 0)) { -+ if (wrap_cancel_urb(wrap_urb) == 0) -+ USBTRACE("canceled wrap_urb: %p", wrap_urb); -+ } -+ } -+ IoReleaseCancelSpinLock(irql); -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_CANCELED; -+ USBEXIT(return USBD_STATUS_SUCCESS); -+} -+ -+static USBD_STATUS wrap_set_clear_feature(struct usb_device *udev, -+ struct irp *irp) -+{ -+ union nt_urb *nt_urb; -+ struct urb_control_feature_request *feat_req; -+ int ret = 0; -+ __u8 request, type; -+ __u16 feature; -+ -+ nt_urb = IRP_URB(irp); -+ feat_req = &nt_urb->feat_req; -+ feature = feat_req->feature_selector; -+ switch (nt_urb->header.function) { -+ case URB_FUNCTION_SET_FEATURE_TO_DEVICE: -+ request = USB_REQ_SET_FEATURE; -+ type = USB_DT_DEVICE; -+ break; -+ case URB_FUNCTION_SET_FEATURE_TO_INTERFACE: -+ request = USB_REQ_SET_FEATURE; -+ type = USB_DT_INTERFACE; -+ break; -+ case URB_FUNCTION_SET_FEATURE_TO_ENDPOINT: -+ request = USB_REQ_SET_FEATURE; -+ type = USB_DT_ENDPOINT; -+ break; -+ case URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE: -+ request = USB_REQ_CLEAR_FEATURE; -+ type = USB_DT_DEVICE; -+ break; -+ case URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE: -+ request = USB_REQ_CLEAR_FEATURE; -+ type = USB_DT_INTERFACE; -+ break; -+ case URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT: -+ request = USB_REQ_CLEAR_FEATURE; -+ type = USB_DT_ENDPOINT; -+ break; -+ default: -+ WARNING("invalid function: %x", nt_urb->header.function); -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_NOT_SUPPORTED; -+ return NT_URB_STATUS(nt_urb); -+ } -+ ret = usb_control_msg(udev, usb_sndctrlpipe(udev, 0), request, type, -+ feature, feat_req->index, NULL, 0, 1000); -+ NT_URB_STATUS(nt_urb) = wrap_urb_status(ret); -+ USBEXIT(return NT_URB_STATUS(nt_urb)); -+} -+ -+static USBD_STATUS wrap_get_status_request(struct usb_device *udev, -+ struct irp *irp) -+{ -+ union nt_urb *nt_urb; -+ struct urb_control_get_status_request *status_req; -+ int ret = 0; -+ __u8 type; -+ -+ nt_urb = IRP_URB(irp); -+ status_req = &nt_urb->status_req; -+ switch (nt_urb->header.function) { -+ case URB_FUNCTION_GET_STATUS_FROM_DEVICE: -+ type = USB_RECIP_DEVICE; -+ break; -+ case URB_FUNCTION_GET_STATUS_FROM_INTERFACE: -+ type = USB_RECIP_INTERFACE; -+ break; -+ case URB_FUNCTION_GET_STATUS_FROM_ENDPOINT: -+ type = USB_RECIP_ENDPOINT; -+ break; -+ default: -+ WARNING("invalid function: %x", nt_urb->header.function); -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_NOT_SUPPORTED; -+ return NT_URB_STATUS(nt_urb); -+ } -+ assert(status_req->transfer_buffer_length == sizeof(u16)); -+ ret = usb_get_status(udev, type, status_req->index, -+ status_req->transfer_buffer); -+ if (ret >= 0) { -+ assert(ret <= status_req->transfer_buffer_length); -+ status_req->transfer_buffer_length = ret; -+ NT_URB_STATUS(nt_urb) = USBD_STATUS_SUCCESS; -+ } else -+ NT_URB_STATUS(nt_urb) = wrap_urb_status(ret); -+ USBEXIT(return NT_URB_STATUS(nt_urb)); -+} -+ -+static void set_intf_pipe_info(struct wrap_device *wd, -+ struct usb_interface *usb_intf, -+ struct usbd_interface_information *intf) -+{ -+ int i; -+ struct usb_endpoint_descriptor *ep; -+ struct usbd_pipe_information *pipe; -+ -+ for (i = 0; i < CUR_ALT_SETTING(usb_intf)->desc.bNumEndpoints; i++) { -+ ep = &(CUR_ALT_SETTING(usb_intf)->endpoint[i]).desc; -+ if (i >= intf->bNumEndpoints) { -+ ERROR("intf %p has only %d endpoints, " -+ "ignoring endpoints above %d", -+ intf, intf->bNumEndpoints, i); -+ break; -+ } -+ pipe = &intf->pipes[i]; -+ -+ if (pipe->flags & USBD_PF_CHANGE_MAX_PACKET) -+ USBTRACE("pkt_sz: %d: %d", pipe->wMaxPacketSize, -+ pipe->max_tx_size); -+ USBTRACE("driver wants max_tx_size to %d", -+ pipe->max_tx_size); -+ -+ pipe->wMaxPacketSize = le16_to_cpu(ep->wMaxPacketSize); -+ pipe->bEndpointAddress = ep->bEndpointAddress; -+ pipe->type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK; -+ if (pipe->type == UsbdPipeTypeInterrupt) { -+ /* Windows and Linux differ in how the -+ * bInterval is interpreted */ -+ /* for low speed: -+ interval (Windows) -> frames per ms (Linux) -+ 0 to 15 -> 8 -+ 16 to 35 -> 16 -+ 36 to 255 -> 32 -+ -+ for full speed: interval -> frames per ms -+ 1 -> 1 -+ 2 to 3 -> 2 -+ 4 to 7 -> 4 -+ 8 to 15 -> 8 -+ 16 to 31 -> 16 -+ 32 to 255 -> 32 -+ -+ for high speed: interval -> microframes -+ 1 -> 1 -+ 2 -> 2 -+ 3 -> 4 -+ 4 -> 8 -+ 5 -> 16 -+ 6 -> 32 -+ 7 to 255 -> 32 -+ */ -+ if (wd->usb.udev->speed == USB_SPEED_LOW) -+ pipe->bInterval = ep->bInterval + 5; -+ else if (wd->usb.udev->speed == USB_SPEED_FULL) -+ pipe->bInterval = ep->bInterval; -+ else { -+ int j, k; -+ for (j = k = 1; j < ep->bInterval; k++) -+ j *= 2; -+ pipe->bInterval = k; -+ } -+ } -+ pipe->handle = ep; -+ USBTRACE("%d: ep 0x%x, type %d, pkt_sz %d, intv %d (%d)," -+ "type: %d, handle %p", i, ep->bEndpointAddress, -+ ep->bmAttributes, pipe->wMaxPacketSize, ep->bInterval, -+ pipe->bInterval, pipe->type, pipe->handle); -+ } -+} -+ -+static USBD_STATUS wrap_select_configuration(struct wrap_device *wd, -+ union nt_urb *nt_urb, -+ struct irp *irp) -+{ -+ int i, ret; -+ struct usbd_select_configuration *sel_conf; -+ struct usb_device *udev; -+ struct usbd_interface_information *intf; -+ struct usb_config_descriptor *config; -+ struct usb_interface *usb_intf; -+ -+ udev = wd->usb.udev; -+ sel_conf = &nt_urb->select_conf; -+ config = sel_conf->config; -+ USBTRACE("%p", config); -+ if (config == NULL) { -+ kill_all_urbs(wd, 1); -+ ret = usb_reset_configuration(udev); -+ return wrap_urb_status(ret); -+ } -+ -+ USBTRACE("conf: %d, type: %d, length: %d, numif: %d, attr: %08x", -+ config->bConfigurationValue, config->bDescriptorType, -+ config->wTotalLength, config->bNumInterfaces, -+ config->bmAttributes); -+ ret = usb_control_msg(udev, usb_sndctrlpipe(udev, 0), -+ USB_REQ_SET_CONFIGURATION, 0, -+ config->bConfigurationValue, 0, -+ NULL, 0, USB_CTRL_SET_TIMEOUT); -+ if (ret < 0) { -+ ERROR("ret: %d", ret); -+ return wrap_urb_status(ret); -+ } -+ sel_conf->handle = udev->actconfig; -+ intf = &sel_conf->intf; -+ for (i = 0; i < config->bNumInterfaces && intf->bLength > 0; -+ i++, intf = (((void *)intf) + intf->bLength)) { -+ -+ USBTRACE("intf: %d, alt setting: %d", -+ intf->bInterfaceNumber, intf->bAlternateSetting); -+ ret = usb_set_interface(udev, intf->bInterfaceNumber, -+ intf->bAlternateSetting); -+ if (ret < 0) { -+ ERROR("failed with %d", ret); -+ return wrap_urb_status(ret); -+ } -+ usb_intf = usb_ifnum_to_if(udev, intf->bInterfaceNumber); -+ if (!usb_intf) { -+ ERROR("couldn't obtain ifnum"); -+ return USBD_STATUS_REQUEST_FAILED; -+ } -+ USBTRACE("intf: %p, num ep: %d", intf, intf->bNumEndpoints); -+ set_intf_pipe_info(wd, usb_intf, intf); -+ } -+ return USBD_STATUS_SUCCESS; -+} -+ -+static USBD_STATUS wrap_select_interface(struct wrap_device *wd, -+ union nt_urb *nt_urb, -+ struct irp *irp) -+{ -+ int ret; -+ struct usbd_select_interface *sel_intf; -+ struct usb_device *udev; -+ struct usbd_interface_information *intf; -+ struct usb_interface *usb_intf; -+ -+ udev = wd->usb.udev; -+ sel_intf = &nt_urb->select_intf; -+ intf = &sel_intf->intf; -+ -+ ret = usb_set_interface(udev, intf->bInterfaceNumber, -+ intf->bAlternateSetting); -+ if (ret < 0) { -+ ERROR("failed with %d", ret); -+ return wrap_urb_status(ret); -+ } -+ usb_intf = usb_ifnum_to_if(udev, intf->bInterfaceNumber); -+ if (!usb_intf) { -+ ERROR("couldn't get interface information"); -+ return USBD_STATUS_REQUEST_FAILED; -+ } -+ USBTRACE("intf: %p, num ep: %d", usb_intf, intf->bNumEndpoints); -+ set_intf_pipe_info(wd, usb_intf, intf); -+ return USBD_STATUS_SUCCESS; -+} -+ -+static int wrap_usb_get_string(struct usb_device *udev, unsigned short langid, -+ unsigned char index, void *buf, int size) -+{ -+ int i, ret; -+ /* if langid is 0, return array of languages supported in -+ * buf */ -+ for (i = 0; i < 3; i++) { -+ ret = usb_control_msg(udev, usb_rcvctrlpipe(udev, 0), -+ USB_REQ_GET_DESCRIPTOR, USB_DIR_IN, -+ (USB_DT_STRING << 8) + index, langid, -+ buf, size, USB_CTRL_GET_TIMEOUT); -+ if (ret > 0 || ret == -EPIPE) -+ break; -+ } -+ return ret; -+} -+ -+static USBD_STATUS wrap_get_descriptor(struct wrap_device *wd, -+ union nt_urb *nt_urb, struct irp *irp) -+{ -+ struct usbd_control_descriptor_request *control_desc; -+ int ret = 0; -+ struct usb_device *udev; -+ -+ udev = wd->usb.udev; -+ control_desc = &nt_urb->control_desc; -+ USBTRACE("desctype = %d, descindex = %d, transfer_buffer = %p," -+ "transfer_buffer_length = %d", control_desc->desc_type, -+ control_desc->index, control_desc->transfer_buffer, -+ control_desc->transfer_buffer_length); -+ -+ if (control_desc->desc_type == USB_DT_STRING) { -+ USBTRACE("langid: %x", control_desc->language_id); -+ ret = wrap_usb_get_string(udev, control_desc->language_id, -+ control_desc->index, -+ control_desc->transfer_buffer, -+ control_desc->transfer_buffer_length); -+ } else { -+ ret = usb_get_descriptor(udev, control_desc->desc_type, -+ control_desc->index, -+ control_desc->transfer_buffer, -+ control_desc->transfer_buffer_length); -+ } -+ if (ret < 0) { -+ USBTRACE("request %d failed: %d", control_desc->desc_type, ret); -+ control_desc->transfer_buffer_length = 0; -+ return wrap_urb_status(ret); -+ } else { -+ USBTRACE("ret: %08x", ret); -+ control_desc->transfer_buffer_length = ret; -+ irp->io_status.info = ret; -+ return USBD_STATUS_SUCCESS; -+ } -+} -+ -+static USBD_STATUS wrap_process_nt_urb(struct irp *irp) -+{ -+ USBD_STATUS status; -+ struct wrap_device *wd = IRP_WRAP_DEVICE(irp); -+ struct usb_device *udev = wd->usb.udev; -+ union nt_urb *nt_urb = IRP_URB(irp); -+ -+ USBENTER("nt_urb = %p, irp = %p, length = %d, function = %x", -+ nt_urb, irp, nt_urb->header.length, nt_urb->header.function); -+ -+ if (test_bit(HW_DISABLED, &wd->hw_status)) { -+ status = USBD_STATUS_DEVICE_GONE; -+ NT_URB_STATUS(nt_urb) = status; -+ return status; -+ } -+ -+ DUMP_IRP(irp); -+ switch (nt_urb->header.function) { -+ /* bulk/int and vendor/class urbs are submitted to -+ * Linux USB core; if the call is successful, urb's -+ * completion worker will return IRP later */ -+ case URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER: -+ USBTRACE("submitting bulk/int irp: %p", irp); -+ status = wrap_bulk_or_intr_trans(irp); -+ break; -+ -+ case URB_FUNCTION_VENDOR_DEVICE: -+ case URB_FUNCTION_VENDOR_INTERFACE: -+ case URB_FUNCTION_VENDOR_ENDPOINT: -+ case URB_FUNCTION_VENDOR_OTHER: -+ case URB_FUNCTION_CLASS_DEVICE: -+ case URB_FUNCTION_CLASS_INTERFACE: -+ case URB_FUNCTION_CLASS_ENDPOINT: -+ case URB_FUNCTION_CLASS_OTHER: -+ USBTRACE("submitting vendor/class irp: %p", irp); -+ status = wrap_vendor_or_class_req(irp); -+ break; -+ -+ /* rest are synchronous */ -+ case URB_FUNCTION_SELECT_CONFIGURATION: -+ status = wrap_select_configuration(wd, nt_urb, irp); -+ NT_URB_STATUS(nt_urb) = status; -+ break; -+ -+ case URB_FUNCTION_SELECT_INTERFACE: -+ status = wrap_select_interface(wd, nt_urb, irp); -+ NT_URB_STATUS(nt_urb) = status; -+ break; -+ -+ case URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE: -+ status = wrap_get_descriptor(wd, nt_urb, irp); -+ NT_URB_STATUS(nt_urb) = status; -+ break; -+ -+ case URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL: -+ status = wrap_reset_pipe(udev, irp); -+ NT_URB_STATUS(nt_urb) = status; -+ break; -+ -+ case URB_FUNCTION_ABORT_PIPE: -+ status = wrap_abort_pipe(udev, irp); -+ break; -+ -+ case URB_FUNCTION_SET_FEATURE_TO_DEVICE: -+ case URB_FUNCTION_SET_FEATURE_TO_INTERFACE: -+ case URB_FUNCTION_SET_FEATURE_TO_ENDPOINT: -+ case URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE: -+ case URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE: -+ case URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT: -+ status = wrap_set_clear_feature(udev, irp); -+ break; -+ -+ case URB_FUNCTION_GET_STATUS_FROM_DEVICE: -+ case URB_FUNCTION_GET_STATUS_FROM_INTERFACE: -+ case URB_FUNCTION_GET_STATUS_FROM_ENDPOINT: -+ status = wrap_get_status_request(udev, irp); -+ break; -+ -+ default: -+ ERROR("function %x not implemented", nt_urb->header.function); -+ status = NT_URB_STATUS(nt_urb) = USBD_STATUS_NOT_SUPPORTED; -+ break; -+ } -+ USBTRACE("status: %08X", status); -+ return status; -+} -+ -+static USBD_STATUS wrap_reset_port(struct irp *irp) -+{ -+ int ret, lock = 0; -+ struct wrap_device *wd; -+ -+ wd = IRP_WRAP_DEVICE(irp); -+ USBENTER("%p, %p", wd, wd->usb.udev); -+ lock = usb_lock_device_for_reset(wd->usb.udev, wd->usb.intf); -+ if (lock < 0) { -+ WARNING("locking failed: %d", lock); -+// return wrap_urb_status(lock); -+ return USBD_STATUS_SUCCESS; -+ } -+ ret = usb_reset_device(wd->usb.udev); -+ if (ret < 0) -+ USBTRACE("reset failed: %d", ret); -+ /* TODO: should reconfigure? */ -+ if (lock) -+ usb_unlock_device(wd->usb.udev); -+// return wrap_urb_status(ret); -+ return USBD_STATUS_SUCCESS; -+} -+ -+static USBD_STATUS wrap_get_port_status(struct irp *irp) -+{ -+ struct wrap_device *wd; -+ ULONG *status; -+ enum usb_device_state state; -+ -+ wd = IRP_WRAP_DEVICE(irp); -+ USBENTER("%p, %p", wd, wd->usb.udev); -+ status = IoGetCurrentIrpStackLocation(irp)->params.others.arg1; -+ state = wd->usb.udev->state; -+ if (state != USB_STATE_NOTATTACHED && -+ state != USB_STATE_SUSPENDED) { -+ *status |= USBD_PORT_CONNECTED; -+ if (state == USB_STATE_CONFIGURED) -+ *status |= USBD_PORT_ENABLED; -+ } -+ USBTRACE("state: %d, *status: %08X", state, *status); -+ return USBD_STATUS_SUCCESS; -+} -+ -+NTSTATUS wrap_submit_irp(struct device_object *pdo, struct irp *irp) -+{ -+ struct io_stack_location *irp_sl; -+ struct wrap_device *wd; -+ USBD_STATUS status; -+ struct usbd_idle_callback *idle_callback; -+ -+ USBENTER("%p, %p", pdo, irp); -+ wd = pdo->reserved; -+ if (wd->usb.intf == NULL) { -+ USBTRACE("%p", irp); -+ irp->io_status.status = STATUS_DEVICE_REMOVED; -+ irp->io_status.info = 0; -+ USBEXIT(return STATUS_DEVICE_REMOVED); -+ } -+ IRP_WRAP_DEVICE(irp) = wd; -+ irp_sl = IoGetCurrentIrpStackLocation(irp); -+ switch (irp_sl->params.dev_ioctl.code) { -+ case IOCTL_INTERNAL_USB_SUBMIT_URB: -+ status = wrap_process_nt_urb(irp); -+ break; -+ case IOCTL_INTERNAL_USB_RESET_PORT: -+ status = wrap_reset_port(irp); -+ break; -+ case IOCTL_INTERNAL_USB_GET_PORT_STATUS: -+ status = wrap_get_port_status(irp); -+ break; -+ case IOCTL_INTERNAL_USB_SUBMIT_IDLE_NOTIFICATION: -+ idle_callback = irp_sl->params.dev_ioctl.type3_input_buf; -+ (void)idle_callback; -+ USBTRACE("suspend function: %p", idle_callback->callback); -+ status = USBD_STATUS_NOT_SUPPORTED; -+ break; -+ default: -+ ERROR("ioctl %08X NOT IMPLEMENTED", -+ irp_sl->params.dev_ioctl.code); -+ status = USBD_STATUS_NOT_SUPPORTED; -+ break; -+ } -+ -+ USBTRACE("status: %08X", status); -+ if (status == USBD_STATUS_PENDING) { -+ /* don't touch this IRP - it may have been already -+ * completed/returned */ -+ return STATUS_PENDING; -+ } else { -+ irp->io_status.status = nt_urb_irp_status(status); -+ if (status != USBD_STATUS_SUCCESS) -+ irp->io_status.info = 0; -+ USBEXIT(return irp->io_status.status); -+ } -+} -+ -+/* TODO: The example on msdn in reference section suggests that second -+ * argument should be an array of usbd_interface_information, but -+ * description and examples elsewhere suggest that it should be -+ * usbd_interface_list_entry structre. Which is correct? */ -+ -+wstdcall union nt_urb *WIN_FUNC(USBD_CreateConfigurationRequestEx,2) -+ (struct usb_config_descriptor *config, -+ struct usbd_interface_list_entry *intf_list) -+{ -+ int size, i, n; -+ struct usbd_interface_information *intf; -+ struct usbd_pipe_information *pipe; -+ struct usb_interface_descriptor *intf_desc; -+ struct usbd_select_configuration *select_conf; -+ -+ USBENTER("config = %p, intf_list = %p", config, intf_list); -+ -+ /* calculate size required; select_conf already has space for -+ * one intf structure */ -+ size = sizeof(*select_conf) - sizeof(*intf); -+ for (n = 0; n < config->bNumInterfaces; n++) { -+ i = intf_list[n].intf_desc->bNumEndpoints; -+ /* intf already has space for one pipe */ -+ size += sizeof(*intf) + (i - 1) * sizeof(*pipe); -+ } -+ /* don't use kmalloc - driver frees it with ExFreePool */ -+ select_conf = ExAllocatePoolWithTag(NonPagedPool, size, -+ POOL_TAG('L', 'U', 'S', 'B')); -+ if (!select_conf) { -+ WARNING("couldn't allocate memory"); -+ return NULL; -+ } -+ memset(select_conf, 0, size); -+ intf = &select_conf->intf; -+ select_conf->handle = config; -+ for (n = 0; n < config->bNumInterfaces && intf_list[n].intf_desc; n++) { -+ /* initialize 'intf' fields in intf_list so they point -+ * to appropriate entry; these may be read/written by -+ * driver after this function returns */ -+ intf_list[n].intf = intf; -+ intf_desc = intf_list[n].intf_desc; -+ -+ i = intf_desc->bNumEndpoints; -+ intf->bLength = sizeof(*intf) + (i - 1) * sizeof(*pipe); -+ -+ intf->bInterfaceNumber = intf_desc->bInterfaceNumber; -+ intf->bAlternateSetting = intf_desc->bAlternateSetting; -+ intf->bInterfaceClass = intf_desc->bInterfaceClass; -+ intf->bInterfaceSubClass = intf_desc->bInterfaceSubClass; -+ intf->bInterfaceProtocol = intf_desc->bInterfaceProtocol; -+ intf->bNumEndpoints = intf_desc->bNumEndpoints; -+ -+ pipe = &intf->pipes[0]; -+ for (i = 0; i < intf->bNumEndpoints; i++) { -+ memset(&pipe[i], 0, sizeof(*pipe)); -+ pipe[i].max_tx_size = -+ USBD_DEFAULT_MAXIMUM_TRANSFER_SIZE; -+ } -+ intf->handle = intf_desc; -+ intf = (((void *)intf) + intf->bLength); -+ } -+ select_conf->header.function = URB_FUNCTION_SELECT_CONFIGURATION; -+ select_conf->header.length = size; -+ select_conf->config = config; -+ USBEXIT(return (union nt_urb *)select_conf); -+} -+ -+WIN_SYMBOL_MAP("_USBD_CreateConfigurationRequestEx@8", USBD_CreateConfigurationRequestEx) -+ -+wstdcall struct usb_interface_descriptor * -+WIN_FUNC(USBD_ParseConfigurationDescriptorEx,7) -+ (struct usb_config_descriptor *config, void *start, -+ LONG bInterfaceNumber, LONG bAlternateSetting, LONG bInterfaceClass, -+ LONG bInterfaceSubClass, LONG bInterfaceProtocol) -+{ -+ void *pos; -+ struct usb_interface_descriptor *intf; -+ -+ USBENTER("config = %p, start = %p, ifnum = %d, alt_setting = %d," -+ " class = %d, subclass = %d, proto = %d", config, start, -+ bInterfaceNumber, bAlternateSetting, bInterfaceClass, -+ bInterfaceSubClass, bInterfaceProtocol); -+ -+ for (pos = start; -+ pos < ((void *)config + le16_to_cpu(config->wTotalLength)); -+ pos += intf->bLength) { -+ -+ intf = pos; -+ -+ if ((intf->bDescriptorType == USB_DT_INTERFACE) && -+ ((bInterfaceNumber == -1) || -+ (intf->bInterfaceNumber == bInterfaceNumber)) && -+ ((bAlternateSetting == -1) || -+ (intf->bAlternateSetting == bAlternateSetting)) && -+ ((bInterfaceClass == -1) || -+ (intf->bInterfaceClass == bInterfaceClass)) && -+ ((bInterfaceSubClass == -1) || -+ (intf->bInterfaceSubClass == bInterfaceSubClass)) && -+ ((bInterfaceProtocol == -1) || -+ (intf->bInterfaceProtocol == bInterfaceProtocol))) { -+ USBTRACE("selected interface = %p", intf); -+ USBEXIT(return intf); -+ } -+ } -+ USBEXIT(return NULL); -+} -+ -+WIN_SYMBOL_MAP("_USBD_ParseConfigurationDescriptorEx@28", USBD_ParseConfigurationDescriptorEx) -+ -+wstdcall union nt_urb *WIN_FUNC(USBD_CreateConfigurationRequest,2) -+ (struct usb_config_descriptor *config, USHORT *size) -+{ -+ union nt_urb *nt_urb; -+ struct usbd_interface_list_entry intf_list[2]; -+ struct usb_interface_descriptor *intf_desc; -+ -+ USBENTER("config = %p, urb_size = %p", config, size); -+ -+ intf_desc = USBD_ParseConfigurationDescriptorEx(config, config, -1, -1, -+ -1, -1, -1); -+ intf_list[0].intf_desc = intf_desc; -+ intf_list[0].intf = NULL; -+ intf_list[1].intf_desc = NULL; -+ intf_list[1].intf = NULL; -+ nt_urb = USBD_CreateConfigurationRequestEx(config, intf_list); -+ if (!nt_urb) -+ return NULL; -+ -+ *size = nt_urb->select_conf.header.length; -+ USBEXIT(return nt_urb); -+} -+ -+wstdcall struct usb_interface_descriptor * -+WIN_FUNC(USBD_ParseConfigurationDescriptor,3) -+ (struct usb_config_descriptor *config, UCHAR bInterfaceNumber, -+ UCHAR bAlternateSetting) -+{ -+ return USBD_ParseConfigurationDescriptorEx(config, config, -+ bInterfaceNumber, -+ bAlternateSetting, -+ -1, -1, -1); -+} -+ -+wstdcall struct usb_descriptor_header *WIN_FUNC(USBD_ParseDescriptors,4) -+ (void *buf, ULONG length, struct usb_descriptor_header *descr, -+ LONG type) -+{ -+ while ((void *)descr < buf + length) { -+ if (descr->bDescriptorType == type) -+ return descr; -+ if (descr->bLength == 0) -+ break; -+ descr = (void *)descr + descr->bLength; -+ } -+ USBEXIT(return NULL); -+} -+ -+WIN_SYMBOL_MAP("_USBD_ParseDescriptors@16", USBD_ParseDescriptors) -+ -+wstdcall void WIN_FUNC(USBD_GetUSBDIVersion,1) -+ (struct usbd_version_info *version_info) -+{ -+ /* this function is obsolete in Windows XP */ -+ if (version_info) { -+ version_info->usbdi_version = USBDI_VERSION_XP; -+ /* TODO: how do we get this correctly? */ -+ version_info->supported_usb_version = 0x110; -+ } -+ USBEXIT(return); -+} -+ -+wstdcall void -+USBD_InterfaceGetUSBDIVersion(void *context, -+ struct usbd_version_info *version_info, -+ ULONG *hcd_capa) -+{ -+ struct wrap_device *wd = context; -+ -+ if (version_info) { -+ version_info->usbdi_version = USBDI_VERSION_XP; -+ if (wd->usb.udev->speed == USB_SPEED_HIGH) -+ version_info->supported_usb_version = 0x200; -+ else -+ version_info->supported_usb_version = 0x110; -+ } -+ *hcd_capa = USB_HCD_CAPS_SUPPORTS_RT_THREADS; -+ USBEXIT(return); -+} -+ -+wstdcall BOOLEAN USBD_InterfaceIsDeviceHighSpeed(void *context) -+{ -+ struct wrap_device *wd = context; -+ -+ USBTRACE("wd: %p", wd); -+ if (wd->usb.udev->speed == USB_SPEED_HIGH) -+ USBEXIT(return TRUE); -+ else -+ USBEXIT(return FALSE); -+} -+ -+wstdcall void USBD_InterfaceReference(void *context) -+{ -+ USBTRACE("%p", context); -+ TODO(); -+} -+ -+wstdcall void USBD_InterfaceDereference(void *context) -+{ -+ USBTRACE("%p", context); -+ TODO(); -+} -+ -+wstdcall NTSTATUS USBD_InterfaceQueryBusTime(void *context, ULONG *frame) -+{ -+ struct wrap_device *wd = context; -+ -+ *frame = usb_get_current_frame_number(wd->usb.udev); -+ USBEXIT(return STATUS_SUCCESS); -+} -+ -+wstdcall NTSTATUS USBD_InterfaceSubmitIsoOutUrb(void *context, -+ union nt_urb *nt_urb) -+{ -+ /* TODO: implement this */ -+ TODO(); -+ USBEXIT(return STATUS_NOT_IMPLEMENTED); -+} -+ -+wstdcall NTSTATUS -+USBD_InterfaceQueryBusInformation(void *context, ULONG level, void *buf, -+ ULONG *buf_length, ULONG *buf_actual_length) -+{ -+#if 0 -+ struct wrap_device *wd = context; -+ struct usb_bus *bus = wd->usb.udev->bus; -+ struct usb_bus_information_level *bus_info = buf; -+#endif -+ -+ TODO(); -+ USBEXIT(return STATUS_NOT_IMPLEMENTED); -+} -+ -+wstdcall NTSTATUS -+USBD_InterfaceLogEntry(void *context, ULONG driver_tag, ULONG enum_tag, -+ ULONG p1, ULONG p2) -+{ -+ ERROR("%p, %x, %x, %x, %x", context, driver_tag, enum_tag, p1, p2); -+ USBEXIT(return STATUS_SUCCESS); -+} -+ -+NTSTATUS -+usb_query_interface(struct wrap_device *wd, struct io_stack_location *irp_sl) -+{ -+ struct usbd_bus_interface_usbdi *intf = -+ (struct usbd_bus_interface_usbdi *) -+ irp_sl->params.query_intf.intf; -+ -+ TRACE2("type: %x, size: %d, version: %d", -+ irp_sl->params.query_intf.type->data1, -+ irp_sl->params.query_intf.size, -+ irp_sl->params.query_intf.version); -+ intf->Context = wd; -+ intf->InterfaceReference = -+ WIN_FUNC_PTR(USBD_InterfaceReference, 1); -+ intf->InterfaceDereference = -+ WIN_FUNC_PTR(USBD_InterfaceDereference, 1); -+ intf->GetUSBDIVersion = -+ WIN_FUNC_PTR(USBD_InterfaceGetUSBDIVersion, 3); -+ intf->QueryBusTime = -+ WIN_FUNC_PTR(USBD_InterfaceQueryBusTime, 2); -+ intf->SubmitIsoOutUrb = -+ WIN_FUNC_PTR(USBD_InterfaceSubmitIsoOutUrb, 2); -+ intf->QueryBusInformation = -+ WIN_FUNC_PTR(USBD_InterfaceQueryBusInformation, 5); -+ if (irp_sl->params.query_intf.version >= USB_BUSIF_USBDI_VERSION_1) -+ intf->IsDeviceHighSpeed = -+ WIN_FUNC_PTR(USBD_InterfaceIsDeviceHighSpeed, 1); -+ if (irp_sl->params.query_intf.version >= USB_BUSIF_USBDI_VERSION_2) -+ intf->LogEntry = WIN_FUNC_PTR(USBD_InterfaceLogEntry, 5); -+ return STATUS_SUCCESS; -+} -+ -+int usb_init(void) -+{ -+ InitializeListHead(&wrap_urb_complete_list); -+ spin_lock_init(&wrap_urb_complete_list_lock); -+ INIT_WORK(&wrap_urb_complete_work, wrap_urb_complete_worker); -+#ifdef USB_DEBUG -+ urb_id = 0; -+#endif -+ return 0; -+} -+ -+void usb_exit(void) -+{ -+ USBEXIT(return); -+} -+ -+int usb_init_device(struct wrap_device *wd) -+{ -+ InitializeListHead(&wd->usb.wrap_urb_list); -+ wd->usb.num_alloc_urbs = 0; -+ USBEXIT(return 0); -+} -+ -+void usb_exit_device(struct wrap_device *wd) -+{ -+ kill_all_urbs(wd, 0); -+ USBEXIT(return); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/usb.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/usb.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/usb.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/usb.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,360 @@ -+/* -+ * Copyright (C) 2004 Jan Kiszka -+ * Copyright (C) 2005 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _USB_H_ -+#define _USB_H_ -+ -+#include "ntoskernel.h" -+ -+#define IOCTL_INTERNAL_USB_SUBMIT_URB 0x00220003 -+#define IOCTL_INTERNAL_USB_RESET_PORT 0x00220007 -+#define IOCTL_INTERNAL_USB_GET_PORT_STATUS 0x00220013 -+#define IOCTL_INTERNAL_USB_CYCLE_PORT 0x0022001F -+#define IOCTL_INTERNAL_USB_SUBMIT_IDLE_NOTIFICATION 0x00220027 -+ -+#define URB_FUNCTION_SELECT_CONFIGURATION 0x0000 -+#define URB_FUNCTION_SELECT_INTERFACE 0x0001 -+#define URB_FUNCTION_ABORT_PIPE 0x0002 -+#define URB_FUNCTION_TAKE_FRAME_LENGTH_CONTROL 0x0003 -+#define URB_FUNCTION_RELEASE_FRAME_LENGTH_CONTROL 0x0004 -+#define URB_FUNCTION_GET_FRAME_LENGTH 0x0005 -+#define URB_FUNCTION_SET_FRAME_LENGTH 0x0006 -+#define URB_FUNCTION_GET_CURRENT_FRAME_NUMBER 0x0007 -+#define URB_FUNCTION_CONTROL_TRANSFER 0x0008 -+#define URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER 0x0009 -+#define URB_FUNCTION_ISOCH_TRANSFER 0x000A -+#define URB_FUNCTION_GET_DESCRIPTOR_FROM_DEVICE 0x000B -+#define URB_FUNCTION_SET_DESCRIPTOR_TO_DEVICE 0x000C -+#define URB_FUNCTION_SET_FEATURE_TO_DEVICE 0x000D -+#define URB_FUNCTION_SET_FEATURE_TO_INTERFACE 0x000E -+#define URB_FUNCTION_SET_FEATURE_TO_ENDPOINT 0x000F -+#define URB_FUNCTION_CLEAR_FEATURE_TO_DEVICE 0x0010 -+#define URB_FUNCTION_CLEAR_FEATURE_TO_INTERFACE 0x0011 -+#define URB_FUNCTION_CLEAR_FEATURE_TO_ENDPOINT 0x0012 -+#define URB_FUNCTION_GET_STATUS_FROM_DEVICE 0x0013 -+#define URB_FUNCTION_GET_STATUS_FROM_INTERFACE 0x0014 -+#define URB_FUNCTION_GET_STATUS_FROM_ENDPOINT 0x0015 -+#define URB_FUNCTION_RESERVED_0X0016 0x0016 -+#define URB_FUNCTION_VENDOR_DEVICE 0x0017 -+#define URB_FUNCTION_VENDOR_INTERFACE 0x0018 -+#define URB_FUNCTION_VENDOR_ENDPOINT 0x0019 -+#define URB_FUNCTION_CLASS_DEVICE 0x001A -+#define URB_FUNCTION_CLASS_INTERFACE 0x001B -+#define URB_FUNCTION_CLASS_ENDPOINT 0x001C -+#define URB_FUNCTION_RESERVE_0X001D 0x001D -+#define URB_FUNCTION_SYNC_RESET_PIPE_AND_CLEAR_STALL 0x001E -+#define URB_FUNCTION_CLASS_OTHER 0x001F -+#define URB_FUNCTION_VENDOR_OTHER 0x0020 -+#define URB_FUNCTION_GET_STATUS_FROM_OTHER 0x0021 -+#define URB_FUNCTION_CLEAR_FEATURE_TO_OTHER 0x0022 -+#define URB_FUNCTION_SET_FEATURE_TO_OTHER 0x0023 -+#define URB_FUNCTION_GET_DESCRIPTOR_FROM_ENDPOINT 0x0024 -+#define URB_FUNCTION_SET_DESCRIPTOR_TO_ENDPOINT 0x0025 -+#define URB_FUNCTION_GET_CONFIGURATION 0x0026 -+#define URB_FUNCTION_GET_INTERFACE 0x0027 -+#define URB_FUNCTION_GET_DESCRIPTOR_FROM_INTERFACE 0x0028 -+#define URB_FUNCTION_SET_DESCRIPTOR_TO_INTERFACE 0x0029 -+#define URB_FUNCTION_GET_MS_FEATURE_DESCRIPTOR 0x002A -+#define URB_FUNCTION_RESERVE_0X002B 0x002B -+#define URB_FUNCTION_RESERVE_0X002C 0x002C -+#define URB_FUNCTION_RESERVE_0X002D 0x002D -+#define URB_FUNCTION_RESERVE_0X002E 0x002E -+#define URB_FUNCTION_RESERVE_0X002F 0x002F -+// USB 2.0 calls start at 0x0030 -+#define URB_FUNCTION_SYNC_RESET_PIPE 0x0030 -+#define URB_FUNCTION_SYNC_CLEAR_STALL 0x0031 -+#define URB_FUNCTION_CONTROL_TRANSFER_EX 0x0032 -+ -+#define USBD_PF_CHANGE_MAX_PACKET 0x00000001 -+ -+#define USBD_TRANSFER_DIRECTION_OUT 0 -+#define USBD_TRANSFER_DIRECTION_IN 1 -+ -+#define USBD_SHORT_TRANSFER_OK 0x00000002 -+#define USBD_START_ISO_TRANSFER_ASAP 0x00000004 -+#define USBD_DEFAULT_PIPE_TRANSFER 0x00000008 -+ -+#define USBD_TRANSFER_DIRECTION(flags) \ -+ ((flags) & USBD_TRANSFER_DIRECTION_IN) -+ -+enum pipe_type {UsbdPipeTypeControl = USB_ENDPOINT_XFER_CONTROL, -+ UsbdPipeTypeIsochronous = USB_ENDPOINT_XFER_ISOC, -+ UsbdPipeTypeBulk = USB_ENDPOINT_XFER_BULK, -+ UsbdPipeTypeInterrupt = USB_ENDPOINT_XFER_INT}; -+ -+#define USBD_IS_BULK_PIPE(pipe_handle) \ -+ (((pipe_handle)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) \ -+ == USB_ENDPOINT_XFER_BULK) -+ -+#define USBD_IS_INT_PIPE(pipe_handle) \ -+ (((pipe_handle)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) \ -+ == USB_ENDPOINT_XFER_INT) -+ -+#define USBD_PORT_ENABLED 0x00000001 -+#define USBD_PORT_CONNECTED 0x00000002 -+ -+typedef LONG USBD_STATUS; -+ -+#define USBD_STATUS_SUCCESS 0x0 -+#define USBD_STATUS_PENDING 0x40000000 -+#define USBD_STATUS_CANCELED 0x00010000 -+ -+#define USBD_STATUS_CRC 0xC0000001 -+#define USBD_STATUS_BTSTUFF 0xC0000002 -+#define USBD_STATUS_DATA_TOGGLE_MISMATCH 0xC0000003 -+#define USBD_STATUS_STALL_PID 0xC0000004 -+#define USBD_STATUS_DEV_NOT_RESPONDING 0xC0000005 -+#define USBD_STATUS_PID_CHECK_FAILURE 0xC0000006 -+#define USBD_STATUS_UNEXPECTED_PID 0xC0000007 -+#define USBD_STATUS_DATA_OVERRUN 0xC0000008 -+#define USBD_STATUS_DATA_UNDERRUN 0xC0000009 -+#define USBD_STATUS_RESERVED1 0xC000000A -+#define USBD_STATUS_RESERVED2 0xC000000B -+#define USBD_STATUS_BUFFER_OVERRUN 0xC000000C -+#define USBD_STATUS_BUFFER_UNDERRUN 0xC000000D -+#define USBD_STATUS_NOT_ACCESSED 0xC000000F -+#define USBD_STATUS_FIFO 0xC0000010 -+#define USBD_STATUS_XACT_ERROR 0xC0000011 -+#define USBD_STATUS_BABBLE_DETECTED 0xC0000012 -+#define USBD_STATUS_DATA_BUFFER_ERROR 0xC0000013 -+ -+#define USBD_STATUS_NOT_SUPPORTED 0xC0000E00 -+#define USBD_STATUS_BUFFER_TOO_SMALL 0xC0003000 -+#define USBD_STATUS_TIMEOUT 0xC0006000 -+#define USBD_STATUS_DEVICE_GONE 0xC0007000 -+ -+#define USBD_STATUS_NO_MEMORY 0x80000100 -+#define USBD_STATUS_INVALID_URB_FUNCTION 0x80000200 -+#define USBD_STATUS_INVALID_PARAMETER 0x80000300 -+#define USBD_STATUS_REQUEST_FAILED 0x80000500 -+#define USBD_STATUS_INVALID_PIPE_HANDLE 0x80000600 -+#define USBD_STATUS_ERROR_SHORT_TRANSFER 0x80000900 -+ -+#define USBD_DEFAULT_MAXIMUM_TRANSFER_SIZE PAGE_SIZE -+ -+struct urb_hcd_area { -+ void *reserved8[8]; -+}; -+ -+struct usbd_pipe_information { -+ USHORT wMaxPacketSize; -+ UCHAR bEndpointAddress; -+ UCHAR bInterval; -+ enum pipe_type type; -+ struct usb_endpoint_descriptor *handle; -+ ULONG max_tx_size; -+ ULONG flags; -+}; -+ -+struct usbd_interface_information { -+ USHORT bLength; -+ UCHAR bInterfaceNumber; -+ UCHAR bAlternateSetting; -+ UCHAR bInterfaceClass; -+ UCHAR bInterfaceSubClass; -+ UCHAR bInterfaceProtocol; -+ UCHAR reserved; -+ void *handle; -+ ULONG bNumEndpoints; -+ struct usbd_pipe_information pipes[1]; -+}; -+ -+struct usbd_interface_list_entry { -+ struct usb_interface_descriptor *intf_desc; -+ struct usbd_interface_information *intf; -+}; -+ -+struct nt_urb_header { -+ USHORT length; -+ USHORT function; -+ USBD_STATUS status; -+ void *usbd_dev_handle; -+ ULONG usbd_flags; -+}; -+ -+struct usbd_select_interface { -+ struct nt_urb_header header; -+ void *handle; -+ struct usbd_interface_information intf; -+}; -+ -+struct usbd_select_configuration { -+ struct nt_urb_header header; -+ struct usb_config_descriptor *config; -+ void *handle; -+ struct usbd_interface_information intf; -+}; -+ -+struct usbd_control_descriptor_request { -+ struct nt_urb_header header; -+ void *reserved; -+ ULONG reserved0; -+ ULONG transfer_buffer_length; -+ void *transfer_buffer; -+ struct mdl *mdl; -+ union nt_urb *urb_link; -+ struct urb_hcd_area hca; -+ USHORT reserved1; -+ UCHAR index; -+ UCHAR desc_type; -+ USHORT language_id; -+ USHORT reserved2; -+}; -+ -+struct usbd_bulk_or_intr_transfer { -+ struct nt_urb_header header; -+ struct usb_endpoint_descriptor *pipe_handle; -+ ULONG transfer_flags; -+ ULONG transfer_buffer_length; -+ void *transfer_buffer; -+ struct mdl *mdl; -+ union nt_urb *urb_link; -+ struct urb_hcd_area hca; -+}; -+ -+struct usbd_pipe_request { -+ struct nt_urb_header header; -+ struct usb_endpoint_descriptor *pipe_handle; -+}; -+ -+struct usbd_vendor_or_class_request { -+ struct nt_urb_header header; -+ void *reserved; -+ ULONG transfer_flags; -+ ULONG transfer_buffer_length; -+ void *transfer_buffer; -+ struct mdl *mdl; -+ union nt_urb *link; -+ struct urb_hcd_area hca; -+ UCHAR reserved_bits; -+ UCHAR request; -+ USHORT value; -+ USHORT index; -+ USHORT reserved1; -+}; -+ -+struct urb_control_feature_request { -+ struct nt_urb_header header; -+ void *reserved; -+ ULONG reserved2; -+ ULONG reserved3; -+ void *reserved4; -+ struct mdl *reserved5; -+ union nt_urb *link; -+ struct urb_hcd_area hca; -+ USHORT reserved0; -+ USHORT feature_selector; -+ USHORT index; -+ USHORT reserved1; -+}; -+ -+struct urb_control_get_status_request { -+ struct nt_urb_header header; -+ void *reserved; -+ ULONG reserved0; -+ ULONG transfer_buffer_length; -+ void *transfer_buffer; -+ struct mdl *mdl; -+ union nt_urb *link; -+ struct urb_hcd_area hca; -+ UCHAR reserved1[4]; -+ USHORT index; -+ USHORT reserved2; -+}; -+ -+struct usbd_iso_packet_desc { -+ ULONG offset; -+ ULONG length; -+ USBD_STATUS status; -+}; -+ -+struct usbd_isochronous_transfer { -+ struct nt_urb_header header; -+ struct usb_endpoint_descriptor *pipe_handle; -+ ULONG transfer_flags; -+ ULONG transfer_buffer_length; -+ void *transfer_buffer; -+ struct mdl *mdl; -+ union nt_urb *urb_link; -+ struct urb_hcd_area hca; -+ ULONG start_frame; -+ ULONG number_of_packets; -+ ULONG error_count; -+ struct usbd_iso_packet_desc iso_packet[1]; -+}; -+ -+union nt_urb { -+ struct nt_urb_header header; -+ struct usbd_select_interface select_intf; -+ struct usbd_select_configuration select_conf; -+ struct usbd_bulk_or_intr_transfer bulk_int_transfer; -+ struct usbd_control_descriptor_request control_desc; -+ struct usbd_vendor_or_class_request vendor_class_request; -+ struct usbd_isochronous_transfer isochronous; -+ struct usbd_pipe_request pipe_req; -+ struct urb_control_feature_request feat_req; -+ struct urb_control_get_status_request status_req; -+}; -+ -+struct usbd_bus_interface_usbdi { -+ USHORT Size; -+ USHORT Version; -+ void *Context; -+ void *InterfaceReference; -+ void *InterfaceDereference; -+ void *GetUSBDIVersion; -+ void *QueryBusTime; -+ void *SubmitIsoOutUrb; -+ void *QueryBusInformation; -+ /* version 1 and above have following field */ -+ void *IsDeviceHighSpeed; -+ /* version 2 (and above) have following field */ -+ void *LogEntry; -+}; -+ -+struct usbd_bus_information_level { -+ ULONG TotalBandwidth; -+ ULONG ConsumedBandwidth; -+ /* level 1 and above have following fields */ -+ ULONG ControllerNameLength; -+ wchar_t ControllerName[1]; -+}; -+ -+#define USBDI_VERSION_XP 0x00000500 // Windows XP -+#define USB_HCD_CAPS_SUPPORTS_RT_THREADS 0x00000001 -+#define USB_BUSIF_USBDI_VERSION_0 0x0000 -+#define USB_BUSIF_USBDI_VERSION_1 0x0001 -+#define USB_BUSIF_USBDI_VERSION_2 0x0002 -+ -+struct usbd_version_info { -+ ULONG usbdi_version; -+ ULONG supported_usb_version; -+}; -+ -+struct usbd_idle_callback { -+ void *callback; -+ void *context; -+}; -+ -+#define NT_URB_STATUS(nt_urb) ((nt_urb)->header.status) -+ -+NTSTATUS wrap_submit_irp(struct device_object *pdo, struct irp *irp); -+void wrap_suspend_urbs(struct wrap_device *wd); -+void wrap_resume_urbs(struct wrap_device *wd); -+NTSTATUS usb_query_interface(struct wrap_device *wd, -+ struct io_stack_location *irp_sl); -+ -+#endif /* USB_H */ -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/win2lin_stubs.S linux-4.6-rc6-ndis/3rdparty/ndiswrapper/win2lin_stubs.S ---- linux-4.6-rc6/3rdparty/ndiswrapper/win2lin_stubs.S 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/win2lin_stubs.S 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,253 @@ -+/* -+ * Copyright (C) 2005 Karl Vogel, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include -+ -+#ifdef CONFIG_X86_64 -+ -+/* -+# Windows <---> Linux register usage conversion when calling functions -+# V = Volatile -+# NV = Non Volatile (needs to be saved) -+# -+# Win Lin -+# --------------------------------------- -+# Rax Return V Return V -+# Rbx NV NV -+# Rcx Arg1 V Arg4 V -+# Rdx Arg2 V Arg3 V -+# Rsi NV Arg2 V -+# Rdi NV Arg1 V -+# Rsp NV NV -+# Rbp NV NV -+# R8 Arg3 V Arg5 V -+# R9 Arg4 V Arg6 V -+# R10 V V -+# R11 V V -+# R12 NV NV -+# R13 NV NV -+# R14 NV NV -+# R15 NV NV -+# -+# In addition, Linux uses %rax to indicate number of SSE registers used -+# when variadic functions are called. Since there is no way to obtain this -+# from Windows, for now, we just assume this is 0 (hence %rax is cleared). -+# -+# Windows pushes arguments 5 and higher onto stack in case of integer -+# variables and 4 and higher in case of floating point variables (passed -+# in SSE registers). -+ -+In a windows function, the stackframe/registers look like this: -+ -+# 0x0048 .... -+# 0x0040 arg8 -+# 0x0038 arg7 -+# 0x0030 arg6 -+# 0x0028 arg5 -+# 0x0020 shadow/spill space for arg4 -+# 0x0018 shadow/spill space for arg3 -+# 0x0010 shadow/spill space for arg2 -+# 0x0008 shadow/spill space for arg1 -+# 0x0000 ret -+ -+# register spill space is same irrespective of number of arguments - even -+# if Windows function takes less than 4 arguments, 32 bytes above return -+# address is reserved for the function -+ -+In Linux it should look like: -+ -+# 0x0018 .... -+# 0x0010 arg8 -+# 0x0008 arg7 -+# 0x0000 ret -+ -+*/ -+ -+ .text -+ -+#define LINUX_REG_ARGS 6 -+#define LOOP_THRESHOLD 9 -+#define WORD_BYTES 8 -+ -+/* -+ * %rsi and %rdi must be saved because they are not saved by Linux calls, but -+ * Windows callers expect them to be saved. %rbp is saved to create a stack -+ * frame, which can help with debugging. We need to reserve space for an odd -+ * number of registers anyway to keep 16-bit alignment of the stack (one more -+ * position is used by the return address). -+ */ -+#define SAVED_REGS 3 -+ -+/* -+ * When calling the Linux function, several registers are saved on the stack. -+ * When passing more than 6 arguments, arguments starting with argument 7 are -+ * pushed to the stack as well. -+ * -+ * We also need to allocate an additional word on the stack to keep it aligned -+ * to the 16-bit boundary if the number of saved arguments plus one (for the -+ * return address) is odd. -+ */ -+ -+/* -+ * Number of arguments we pass on stack to the Linux function. -+ * The value of true is -1 in assembler, so we multiply it by another true -+ * value. -+ */ -+#define stack_args(argc) \ -+ ((0 < 1) * (argc > LINUX_REG_ARGS) * (argc - LINUX_REG_ARGS)) -+ -+/* Full required change of stack pointer, in words */ -+#define stack_words_raw(argc) (stack_args(argc) + SAVED_REGS + 1) -+ -+/* Full actual change of stack pointer, in words (must be even) */ -+#define stack_words_aligned(argc) ((stack_words_raw(argc) + 1) & ~1) -+ -+/* Space allocated for Linux arguments on stack */ -+#define stack_space(argc) \ -+ ((stack_words_aligned(argc) - SAVED_REGS - 1) * WORD_BYTES) -+ -+/* -+ * win2lin_win_arg(N, ARGC) gives the address of the Windows argument N out of -+ * total ARGC after the stack has been prepared for the Linux function call. -+ * -+ * When called from Windows, the Nth argument is at (N * 8)(%rsp). We add the -+ * stack space allocated by the Linux function to compensate for %rsp change. -+ * -+ * Don't call with N less than 5! -+ */ -+#define win2lin_win_arg(n, argc) \ -+ ((n + SAVED_REGS) * WORD_BYTES + stack_space(argc))(%rsp) -+ -+/* -+ * win2lin_lin_arg(N) gives the address of the Nth Linux argument on the extra -+ * Linux stack frame. When more than 6 arguments are used, %rsp points to the -+ * 7th argument. The Nth argument is therefore at ((N - 7) * 8)(%rsp). -+ * -+ * Don't call with N less than 7! -+ */ -+#define win2lin_lin_arg(n) ((n - 1 - LINUX_REG_ARGS) * WORD_BYTES)(%rsp) -+ -+/* Declare function LONGNAME, call function SHORTNAME with ARGC arguments */ -+.macro win2linm longname, shortname, argc -+ .type \longname, @function -+ ENTRY(\longname) -+ -+ /* Create a call frame - it's optional, but good for debugging */ -+ .cfi_startproc -+ push %rbp -+ .cfi_def_cfa %rsp, 2 * WORD_BYTES -+ .cfi_offset %rbp, -2 * WORD_BYTES -+ mov %rsp, %rbp -+ .cfi_def_cfa %rbp, 2 * WORD_BYTES -+ -+ /* -+ * Registers %rdi and %rsi are volatile on Linux, but not on Windows, -+ * so save them on the stack. -+ */ -+ push %rsi -+ push %rdi -+ -+ /* Allocate extra stack space for arguments 7 and up */ -+ sub $stack_space(\argc), %rsp -+ -+ /* -+ * Copy arguments 7 and up. We do it early, before %rdi and %rsi -+ * are used for arguments 1 and 2, so we don't have to save them. -+ * We still need to save %rcx if using a string copy. -+ */ -+ .if (\argc < LOOP_THRESHOLD) -+ /* If a few arguments, copy them individually through %r11 */ -+ .if (\argc >= 7) -+ mov win2lin_win_arg(7, \argc), %r11 -+ mov %r11, win2lin_lin_arg(7) -+ .endif -+ .if (\argc >= 8) -+ mov win2lin_win_arg(8, \argc), %r11 -+ mov %r11, win2lin_lin_arg(8) -+ .endif -+ .else -+ /* If there are many arguments, copy them in a loop */ -+ /* Save arg1 to %r11 */ -+ mov %rcx, %r11 -+ /* Source and destination */ -+ lea win2lin_win_arg(LINUX_REG_ARGS + 1, \argc), %rsi -+ lea win2lin_lin_arg(LINUX_REG_ARGS + 1), %rdi -+ /* Number of arguments to copy (%ecx zero-extends to %rcx) */ -+ mov $(\argc - LINUX_REG_ARGS), %ecx -+ rep movsq -+ /* Restore arg1 directly to %rdi */ -+ mov %r11, %rdi -+ .endif -+ -+ /* -+ * Argument 1 - %rcx on Windows, %rdi on Linux -+ * Micro-optimization - if we used loop, arg1 is already in %rdi -+ */ -+ .if (\argc >= 1) && (\argc < LOOP_THRESHOLD) -+ mov %rcx, %rdi -+ .endif -+ -+ /* Argument 2 - %rdx on Windows, %rsi on Linux */ -+ .if (\argc >= 2) -+ mov %rdx, %rsi -+ .endif -+ -+ /* Argument 3 - %r8 on Windows, %rdx on Linux */ -+ .if (\argc >= 3) -+ mov %r8, %rdx -+ .endif -+ -+ /* Argument 4 - %r9 on Windows, %rcx on Linux */ -+ .if (\argc >= 4) -+ mov %r9, %rcx -+ .endif -+ -+ /* Argument 5 - first argument on stack on Windows, %r8 Linux */ -+ .if (\argc >= 5) -+ mov win2lin_win_arg(5, \argc), %r8 -+ .endif -+ -+ /* Argument 6 - second argument on stack on Windows, %r9 Linux */ -+ .if (\argc >= 6) -+ mov win2lin_win_arg(6, \argc), %r9 -+ .endif -+ -+ /* %rax on Linux is the number of arguments in SSE registers (zero) */ -+ xor %rax, %rax -+ -+ /* Call the function */ -+ call \shortname -+ -+ /* Free stack space for arguments 7 and up */ -+ add $stack_space(\argc), %rsp -+ -+ /* Restore saved registers */ -+ pop %rdi -+ pop %rsi -+ -+ /* Return to Windows code */ -+ leave -+ .cfi_def_cfa %rsp, WORD_BYTES -+ .cfi_restore %rbp -+ ret -+ .cfi_endproc -+ .size \longname, (. - \longname) -+.endm -+ -+#define win2lin(name, argc) win2linm win2lin_ ## name ## _ ## argc, name, argc -+ -+#include "win2lin_stubs.h" -+ -+#endif /* CONFIG_X86_64 */ -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/winnt_types.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/winnt_types.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/winnt_types.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/winnt_types.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,1701 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _WINNT_TYPES_H_ -+#define _WINNT_TYPES_H_ -+ -+#define TRUE 1 -+#define FALSE 0 -+ -+#define PASSIVE_LEVEL 0 -+#define APC_LEVEL 1 -+#define DISPATCH_LEVEL 2 -+#define DEVICE_LEVEL_BASE 4 -+ -+/* soft interrupts / bottom-half's are disabled at SOFT_IRQL */ -+#define SOFT_IRQL (DEVICE_LEVEL_BASE + 1) -+#define DIRQL (DEVICE_LEVEL_BASE + 2) -+ -+#define STATUS_WAIT_0 0 -+#define STATUS_SUCCESS 0 -+#define STATUS_ALERTED 0x00000101 -+#define STATUS_TIMEOUT 0x00000102 -+#define STATUS_PENDING 0x00000103 -+#define STATUS_FAILURE 0xC0000001 -+#define STATUS_NOT_IMPLEMENTED 0xC0000002 -+#define STATUS_INVALID_PARAMETER 0xC000000D -+#define STATUS_INVALID_DEVICE_REQUEST 0xC0000010 -+#define STATUS_MORE_PROCESSING_REQUIRED 0xC0000016 -+#define STATUS_ACCESS_DENIED 0xC0000022 -+#define STATUS_BUFFER_TOO_SMALL 0xC0000023 -+#define STATUS_OBJECT_NAME_INVALID 0xC0000023 -+#define STATUS_MUTANT_NOT_OWNED 0xC0000046 -+#define STATUS_RESOURCES 0xC000009A -+#define STATUS_DELETE_PENDING 0xC0000056 -+#define STATUS_INSUFFICIENT_RESOURCES 0xC000009A -+#define STATUS_NOT_SUPPORTED 0xC00000BB -+#define STATUS_INVALID_PARAMETER_2 0xC00000F0 -+#define STATUS_NO_MEMORY 0xC0000017 -+#define STATUS_CANCELLED 0xC0000120 -+#define STATUS_DEVICE_REMOVED 0xC00002B6 -+#define STATUS_DEVICE_NOT_CONNECTED 0xC000009D -+ -+#define STATUS_BUFFER_OVERFLOW 0x80000005 -+ -+#define SL_PENDING_RETURNED 0x01 -+#define SL_INVOKE_ON_CANCEL 0x20 -+#define SL_INVOKE_ON_SUCCESS 0x40 -+#define SL_INVOKE_ON_ERROR 0x80 -+ -+#define IRP_MJ_CREATE 0x00 -+#define IRP_MJ_CREATE_NAMED_PIPE 0x01 -+#define IRP_MJ_CLOSE 0x02 -+#define IRP_MJ_READ 0x03 -+#define IRP_MJ_WRITE 0x04 -+ -+#define IRP_MJ_DEVICE_CONTROL 0x0E -+#define IRP_MJ_INTERNAL_DEVICE_CONTROL 0x0F -+#define IRP_MJ_POWER 0x16 -+#define IRP_MJ_SYSTEM_CONTROL 0x0E -+#define IRP_MJ_PNP 0x1b -+#define IRP_MJ_MAXIMUM_FUNCTION 0x1b -+ -+#define IRP_MN_WAIT_WAKE 0x00 -+#define IRP_MN_POWER_SEQUENCE 0x01 -+#define IRP_MN_SET_POWER 0x02 -+#define IRP_MN_QUERY_POWER 0x03 -+ -+#define IRP_MN_REGINFO 0x08 -+#define IRP_MN_REGINFO_EX 0x0b -+ -+#define IRP_MN_START_DEVICE 0x00 -+#define IRP_MN_QUERY_REMOVE_DEVICE 0x01 -+#define IRP_MN_REMOVE_DEVICE 0x02 -+#define IRP_MN_CANCEL_REMOVE_DEVICE 0x03 -+#define IRP_MN_STOP_DEVICE 0x04 -+#define IRP_MN_QUERY_STOP_DEVICE 0x05 -+#define IRP_MN_CANCEL_STOP_DEVICE 0x06 -+#define IRP_MN_QUERY_DEVICE_RELATIONS 0x07 -+#define IRP_MN_QUERY_INTERFACE 0x08 -+ -+#define IRP_BUFFERED_IO 0x00000010 -+#define IRP_DEALLOCATE_BUFFER 0x00000020 -+#define IRP_INPUT_OPERATION 0x00000040 -+ -+#define IRP_DEFFER_IO_COMPLETION 0x00000800 -+ -+#define THREAD_WAIT_OBJECTS 3 -+#define MAX_WAIT_OBJECTS 64 -+ -+#define LOW_PRIORITY 0 -+#define LOW_REALTIME_PRIORITY 16 -+#define HIGH_PRIORITY 31 -+#define MAXIMUM_PRIORITY 32 -+ -+#define PROCESSOR_FEATURE_MAX 64 -+ -+#define IO_NO_INCREMENT 0 -+ -+#define WMIREG_ACTION_REGISTER 1 -+#define WMIREG_ACTION_DEREGISTER 2 -+#define WMIREG_ACTION_REREGISTER 3 -+#define WMIREG_ACTION_UPDATE_GUIDS 4 -+ -+#define WMIREGISTER 0 -+#define WMIUPDATE 1 -+ -+#ifdef CONFIG_X86_64 -+#define wstdcall -+#define wfastcall -+#define noregparm -+#define regparm3 -+ -+#define KI_USER_SHARED_DATA 0xfffff78000000000UL -+ -+#else -+ -+#define noregparm __attribute__((regparm(0))) -+#define regparm3 __attribute__((regparm(3))) -+#define wstdcall __attribute__((__stdcall__, regparm(0))) -+#if defined(__GNUC__) && ((__GNUC__ == 3 && __GNUC_MINOR__ > 3) || __GNUC__ > 3) -+#undef fastcall -+#define wfastcall __attribute__((fastcall)) -+#else -+#error "gcc 3.4 or newer should be used for compiling this module" -+#endif -+ -+#define KI_USER_SHARED_DATA 0xffdf0000 -+ -+#endif -+ -+typedef u8 BOOLEAN; -+typedef u8 BYTE; -+typedef u8 *LPBYTE; -+typedef s8 CHAR; -+typedef u8 UCHAR; -+typedef s16 SHORT; -+typedef u16 USHORT; -+typedef u16 WORD; -+typedef s32 INT; -+typedef u32 UINT; -+typedef u32 DWORD; -+typedef s32 LONG; -+typedef u32 ULONG; -+typedef s64 LONGLONG; -+typedef u64 ULONGLONG; -+typedef u64 ULONGULONG; -+typedef u64 ULONG64; -+ -+typedef CHAR CCHAR; -+typedef USHORT wchar_t; -+typedef SHORT CSHORT; -+typedef LONGLONG LARGE_INTEGER; -+ -+typedef LONG NTSTATUS; -+ -+typedef LONG KPRIORITY; -+typedef LARGE_INTEGER PHYSICAL_ADDRESS; -+typedef UCHAR KIRQL; -+typedef CHAR KPROCESSOR_MODE; -+ -+/* ULONG_PTR is 32 bits on 32-bit platforms and 64 bits on 64-bit -+ * platform, which is same as 'unsigned long' in Linux */ -+typedef unsigned long ULONG_PTR; -+ -+typedef size_t SIZE_T; -+typedef ULONG_PTR KAFFINITY; -+typedef ULONG ACCESS_MASK; -+ -+typedef ULONG_PTR PFN_NUMBER; -+typedef ULONG SECURITY_INFORMATION; -+ -+/* non-negative numbers indicate success */ -+#define NT_SUCCESS(status) ((NTSTATUS)(status) >= 0) -+ -+struct ansi_string { -+ USHORT length; -+ USHORT max_length; -+ char *buf; -+}; -+ -+struct unicode_string { -+ USHORT length; -+ USHORT max_length; -+ wchar_t *buf; -+}; -+ -+struct nt_slist { -+ struct nt_slist *next; -+}; -+ -+#ifdef CONFIG_X86_64 -+/* it is not clear how nt_slist_head is used to store pointer to -+ * slists and depth; here we assume 'align' field is used to store -+ * depth and 'region' field is used to store slist pointers */ -+struct nt_slist_head { -+ union { -+ USHORT depth; -+ ULONGLONG align; -+ }; -+ union { -+ ULONGLONG region; -+ struct nt_slist *next; -+ }; -+} __attribute__((aligned(16))); -+typedef struct nt_slist_head nt_slist_header; -+#else -+union nt_slist_head { -+ ULONGLONG align; -+ struct { -+ struct nt_slist *next; -+ USHORT depth; -+ USHORT sequence; -+ }; -+}; -+typedef union nt_slist_head nt_slist_header; -+#endif -+ -+struct nt_list { -+ struct nt_list *next; -+ struct nt_list *prev; -+}; -+ -+typedef ULONG_PTR NT_SPIN_LOCK; -+ -+enum kdpc_importance {LowImportance, MediumImportance, HighImportance}; -+ -+struct kdpc; -+typedef void (*DPC)(struct kdpc *kdpc, void *ctx, void *arg1, -+ void *arg2) wstdcall; -+struct kdpc { -+ SHORT type; -+ UCHAR nr_cpu; -+ UCHAR importance; -+ struct nt_list list; -+ DPC func; -+ void *ctx; -+ void *arg1; -+ void *arg2; -+ union { -+ NT_SPIN_LOCK *lock; -+ /* 'lock' is not used; 'queued' represents whether -+ * kdpc is queued or not */ -+ int queued; -+ }; -+}; -+ -+enum pool_type { -+ NonPagedPool, PagedPool, NonPagedPoolMustSucceed, DontUseThisType, -+ NonPagedPoolCacheAligned, PagedPoolCacheAligned, -+ NonPagedPoolCacheAlignedMustS, MaxPoolType, -+ NonPagedPoolSession = 32, -+ PagedPoolSession = NonPagedPoolSession + 1, -+ NonPagedPoolMustSucceedSession = PagedPoolSession + 1, -+ DontUseThisTypeSession = NonPagedPoolMustSucceedSession + 1, -+ NonPagedPoolCacheAlignedSession = DontUseThisTypeSession + 1, -+ PagedPoolCacheAlignedSession = NonPagedPoolCacheAlignedSession + 1, -+ NonPagedPoolCacheAlignedMustSSession = PagedPoolCacheAlignedSession + 1 -+}; -+ -+enum memory_caching_type_orig { -+ MmFrameBufferCached = 2 -+}; -+ -+enum memory_caching_type { -+ MmNonCached = FALSE, MmCached = TRUE, -+ MmWriteCombined = MmFrameBufferCached, MmHardwareCoherentCached, -+ MmNonCachedUnordered, MmUSWCCached, MmMaximumCacheType -+}; -+ -+enum lock_operation { -+ IoReadAccess, IoWriteAccess, IoModifyAccess -+}; -+ -+enum mode { -+ KernelMode, UserMode, MaximumMode -+}; -+ -+struct mdl { -+ struct mdl *next; -+ CSHORT size; -+ CSHORT flags; -+ /* NdisFreeBuffer doesn't pass pool, so we store pool in -+ * unused field 'process' */ -+ union { -+ void *process; -+ void *pool; -+ }; -+ void *mappedsystemva; -+ void *startva; -+ ULONG bytecount; -+ ULONG byteoffset; -+}; -+ -+#define MDL_MAPPED_TO_SYSTEM_VA 0x0001 -+#define MDL_PAGES_LOCKED 0x0002 -+#define MDL_SOURCE_IS_NONPAGED_POOL 0x0004 -+#define MDL_ALLOCATED_FIXED_SIZE 0x0008 -+#define MDL_PARTIAL 0x0010 -+#define MDL_PARTIAL_HAS_BEEN_MAPPED 0x0020 -+#define MDL_IO_PAGE_READ 0x0040 -+#define MDL_WRITE_OPERATION 0x0080 -+#define MDL_PARENT_MAPPED_SYSTEM_VA 0x0100 -+#define MDL_FREE_EXTRA_PTES 0x0200 -+#define MDL_IO_SPACE 0x0800 -+#define MDL_NETWORK_HEADER 0x1000 -+#define MDL_MAPPING_CAN_FAIL 0x2000 -+#define MDL_ALLOCATED_MUST_SUCCEED 0x4000 -+ -+#define MDL_POOL_ALLOCATED 0x0400 -+#define MDL_CACHE_ALLOCATED 0x8000 -+ -+#define PAGE_START(ptr) ((void *)((ULONG_PTR)(ptr) & ~(PAGE_SIZE - 1))) -+#define BYTE_OFFSET(ptr) ((ULONG)((ULONG_PTR)(ptr) & (PAGE_SIZE - 1))) -+ -+#define MmGetMdlByteCount(mdl) ((mdl)->bytecount) -+#define MmGetMdlVirtualAddress(mdl) ((mdl)->startva + (mdl)->byteoffset) -+#define MmGetMdlByteOffset(mdl) ((mdl)->byteoffset) -+#define MmGetSystemAddressForMdl(mdl) ((mdl)->mappedsystemva) -+#define MmGetSystemAddressForMdlSafe(mdl, priority) ((mdl)->mappedsystemva) -+#define MmGetMdlPfnArray(mdl) ((PFN_NUMBER *)(mdl + 1)) -+#define MmInitializeMdl(mdl, baseva, length) \ -+do { \ -+ (mdl)->next = NULL; \ -+ (mdl)->size = MmSizeOfMdl(baseva, length); \ -+ (mdl)->flags = 0; \ -+ (mdl)->startva = PAGE_START(baseva); \ -+ (mdl)->byteoffset = BYTE_OFFSET(baseva); \ -+ (mdl)->bytecount = length; \ -+ (mdl)->mappedsystemva = baseva; \ -+ TRACE4("%p %p %p %d %d", (mdl), baseva, (mdl)->startva, \ -+ (mdl)->byteoffset, length); \ -+} while (0) -+ -+struct kdevice_queue_entry { -+ struct nt_list list; -+ ULONG sort_key; -+ BOOLEAN inserted; -+}; -+ -+struct kdevice_queue { -+ USHORT type; -+ USHORT size; -+ struct nt_list list; -+ NT_SPIN_LOCK lock; -+ BOOLEAN busy; -+}; -+ -+struct wait_context_block { -+ struct kdevice_queue_entry wait_queue_entry; -+ void *device_routine; -+ void *device_context; -+ ULONG num_regs; -+ void *device_object; -+ void *current_irp; -+ void *buffer_chaining_dpc; -+}; -+ -+struct wait_block { -+ struct nt_list list; -+ struct task_struct *thread; -+ void *object; -+ int *wait_done; -+ USHORT wait_key; -+ USHORT wait_type; -+}; -+ -+struct dispatcher_header { -+ UCHAR type; -+ UCHAR absolute; -+ UCHAR size; -+ UCHAR inserted; -+ LONG signal_state; -+ struct nt_list wait_blocks; -+}; -+ -+enum event_type { -+ NotificationEvent, -+ SynchronizationEvent, -+}; -+ -+enum timer_type { -+ NotificationTimer = NotificationEvent, -+ SynchronizationTimer = SynchronizationEvent, -+}; -+ -+enum dh_type { -+ NotificationObject = NotificationEvent, -+ SynchronizationObject = SynchronizationEvent, -+ MutexObject, -+ SemaphoreObject, -+ ThreadObject, -+}; -+ -+enum wait_type { -+ WaitAll, WaitAny -+}; -+ -+/* objects that use dispatcher_header have it as the first field, so -+ * whenever we need to initialize dispatcher_header, we can convert -+ * that object into a nt_event and access dispatcher_header */ -+struct nt_event { -+ struct dispatcher_header dh; -+}; -+ -+struct wrap_timer; -+ -+#define WRAP_TIMER_MAGIC 47697249 -+ -+struct nt_timer { -+ struct dispatcher_header dh; -+ /* We can't fit Linux timer in this structure. Instead of -+ * padding the nt_timer structure, we replace due_time field -+ * with *wrap_timer and allocate memory for it when nt_timer is -+ * initialized */ -+ union { -+ ULONGLONG due_time; -+ struct wrap_timer *wrap_timer; -+ }; -+ struct nt_list nt_timer_list; -+ struct kdpc *kdpc; -+ union { -+ LONG period; -+ LONG wrap_timer_magic; -+ }; -+}; -+ -+struct nt_mutex { -+ struct dispatcher_header dh; -+ struct nt_list list; -+ struct task_struct *owner_thread; -+ BOOLEAN abandoned; -+ BOOLEAN apc_disable; -+}; -+ -+struct nt_semaphore { -+ struct dispatcher_header dh; -+ LONG limit; -+}; -+ -+struct nt_thread { -+ struct dispatcher_header dh; -+ /* the rest in Windows is a long structure; since this -+ * structure is opaque to drivers, we just define what we -+ * need */ -+ int pid; -+ NTSTATUS status; -+ struct task_struct *task; -+ struct nt_list irps; -+ NT_SPIN_LOCK lock; -+ KPRIORITY prio; -+}; -+ -+#define set_object_type(dh, type) ((dh)->type = (type)) -+#define is_notify_object(dh) ((dh)->type == NotificationObject) -+#define is_synch_object(dh) ((dh)->type == SynchronizationObject) -+#define is_mutex_object(dh) ((dh)->type == MutexObject) -+#define is_semaphore_object(dh) ((dh)->type == SemaphoreObject) -+#define is_nt_thread_object(dh) ((dh)->type == ThreadObject) -+ -+#define IO_TYPE_ADAPTER 1 -+#define IO_TYPE_CONTROLLER 2 -+#define IO_TYPE_DEVICE 3 -+#define IO_TYPE_DRIVER 4 -+#define IO_TYPE_FILE 5 -+#define IO_TYPE_IRP 6 -+#define IO_TYPE_DEVICE_OBJECT_EXTENSION 13 -+ -+struct irp; -+struct dev_obj_ext; -+struct driver_object; -+ -+struct device_object { -+ CSHORT type; -+ USHORT size; -+ LONG ref_count; -+ struct driver_object *drv_obj; -+ struct device_object *next; -+ struct device_object *attached; -+ struct irp *current_irp; -+ void *io_timer; -+ ULONG flags; -+ ULONG characteristics; -+ void *vpb; -+ void *dev_ext; -+ CCHAR stack_count; -+ union { -+ struct nt_list queue_list; -+ struct wait_context_block wcb; -+ } queue; -+ ULONG align_req; -+ struct kdevice_queue dev_queue; -+ struct kdpc dpc; -+ ULONG active_threads; -+ void *security_desc; -+ struct nt_event lock; -+ USHORT sector_size; -+ USHORT spare1; -+ struct dev_obj_ext *dev_obj_ext; -+ void *reserved; -+}; -+ -+struct dev_obj_ext { -+ CSHORT type; -+ CSHORT size; -+ struct device_object *dev_obj; -+ struct device_object *attached_to; -+}; -+ -+struct io_status_block { -+ union { -+ NTSTATUS status; -+ void *pointer; -+ }; -+ ULONG_PTR info; -+}; -+ -+#ifdef CONFIG_X86_64 -+struct io_status_block32 { -+ NTSTATUS status; -+ ULONG info; -+}; -+#endif -+ -+#define DEVICE_TYPE ULONG -+ -+struct driver_extension; -+ -+typedef NTSTATUS driver_dispatch_t(struct device_object *dev_obj, -+ struct irp *irp) wstdcall; -+ -+struct driver_object { -+ CSHORT type; -+ CSHORT size; -+ struct device_object *dev_obj; -+ ULONG flags; -+ void *start; -+ ULONG driver_size; -+ void *section; -+ struct driver_extension *drv_ext; -+ struct unicode_string name; -+ struct unicode_string *hardware_database; -+ void *fast_io_dispatch; -+ void *init; -+ void *start_io; -+ void (*unload)(struct driver_object *driver) wstdcall; -+ driver_dispatch_t *major_func[IRP_MJ_MAXIMUM_FUNCTION + 1]; -+}; -+ -+struct driver_extension { -+ struct driver_object *drv_obj; -+ NTSTATUS (*add_device)(struct driver_object *drv_obj, -+ struct device_object *dev_obj); -+ ULONG count; -+ struct unicode_string service_key_name; -+ struct nt_list custom_ext; -+}; -+ -+struct custom_ext { -+ struct nt_list list; -+ void *client_id; -+}; -+ -+struct wrap_bin_file; -+ -+struct file_object { -+ CSHORT type; -+ CSHORT size; -+ struct device_object *dev_obj; -+ void *volume_parameter_block; -+ void *fs_context; -+ void *fs_context2; -+ void *section_object_pointer; -+ void *private_cache_map; -+ NTSTATUS final_status; -+ union { -+ struct file_object *related_file_object; -+ struct wrap_bin_file *wrap_bin_file; -+ }; -+ BOOLEAN lock_operation; -+ BOOLEAN delete_pending; -+ BOOLEAN read_access; -+ BOOLEAN write_access; -+ BOOLEAN delete_access; -+ BOOLEAN shared_read; -+ BOOLEAN shared_write; -+ BOOLEAN shared_delete; -+ ULONG flags; -+ struct unicode_string _name_; -+ LARGE_INTEGER current_byte_offset; -+ ULONG waiters; -+ ULONG busy; -+ void *last_lock; -+ struct nt_event lock; -+ struct nt_event event; -+ void *completion_context; -+}; -+ -+#ifdef CONFIG_X86_64 -+#define POINTER_ALIGN __attribute__((aligned(8))) -+#else -+#define POINTER_ALIGN -+#endif -+ -+#define CACHE_ALIGN __attribute__((aligned(128))) -+ -+enum system_power_state { -+ PowerSystemUnspecified = 0, -+ PowerSystemWorking, PowerSystemSleeping1, PowerSystemSleeping2, -+ PowerSystemSleeping3, PowerSystemHibernate, PowerSystemShutdown, -+ PowerSystemMaximum, -+}; -+ -+enum device_power_state { -+ PowerDeviceUnspecified = 0, -+ PowerDeviceD0, PowerDeviceD1, PowerDeviceD2, PowerDeviceD3, -+ PowerDeviceMaximum, -+}; -+ -+union power_state { -+ enum system_power_state system_state; -+ enum device_power_state device_state; -+}; -+ -+enum power_state_type { -+ SystemPowerState = 0, DevicePowerState, -+}; -+ -+enum power_action { -+ PowerActionNone = 0, -+ PowerActionReserved, PowerActionSleep, PowerActionHibernate, -+ PowerActionShutdown, PowerActionShutdownReset, PowerActionShutdownOff, -+ PowerActionWarmEject, -+}; -+ -+struct guid { -+ ULONG data1; -+ USHORT data2; -+ USHORT data3; -+ UCHAR data4[8]; -+}; -+ -+struct nt_interface { -+ USHORT size; -+ USHORT version; -+ void *context; -+ void (*reference)(void *context) wstdcall; -+ void (*dereference)(void *context) wstdcall; -+}; -+ -+enum interface_type { -+ InterfaceTypeUndefined = -1, Internal, Isa, Eisa, MicroChannel, -+ TurboChannel, PCIBus, VMEBus, NuBus, PCMCIABus, CBus, MPIBus, -+ MPSABus, ProcessorInternal, InternalPowerBus, PNPISABus, -+ PNPBus, MaximumInterfaceType, -+}; -+ -+#define CmResourceTypeNull 0 -+#define CmResourceTypePort 1 -+#define CmResourceTypeInterrupt 2 -+#define CmResourceTypeMemory 3 -+#define CmResourceTypeDma 4 -+#define CmResourceTypeDeviceSpecific 5 -+#define CmResourceTypeBusNumber 6 -+#define CmResourceTypeMaximum 7 -+ -+#define CmResourceTypeNonArbitrated 128 -+#define CmResourceTypeConfigData 128 -+#define CmResourceTypeDevicePrivate 129 -+#define CmResourceTypePcCardConfig 130 -+#define CmResourceTypeMfCardConfig 131 -+ -+enum cm_share_disposition { -+ CmResourceShareUndetermined = 0, CmResourceShareDeviceExclusive, -+ CmResourceShareDriverExclusive, CmResourceShareShared -+}; -+ -+#define CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE 0 -+#define CM_RESOURCE_INTERRUPT_LATCHED 1 -+#define CM_RESOURCE_MEMORY_READ_WRITE 0x0000 -+#define CM_RESOURCE_MEMORY_READ_ONLY 0x0001 -+#define CM_RESOURCE_MEMORY_WRITE_ONLY 0x0002 -+#define CM_RESOURCE_MEMORY_PREFETCHABLE 0x0004 -+ -+#define CM_RESOURCE_MEMORY_COMBINEDWRITE 0x0008 -+#define CM_RESOURCE_MEMORY_24 0x0010 -+#define CM_RESOURCE_MEMORY_CACHEABLE 0x0020 -+ -+#define CM_RESOURCE_PORT_MEMORY 0x0000 -+#define CM_RESOURCE_PORT_IO 0x0001 -+#define CM_RESOURCE_PORT_10_BIT_DECODE 0x0004 -+#define CM_RESOURCE_PORT_12_BIT_DECODE 0x0008 -+#define CM_RESOURCE_PORT_16_BIT_DECODE 0x0010 -+#define CM_RESOURCE_PORT_POSITIVE_DECODE 0x0020 -+#define CM_RESOURCE_PORT_PASSIVE_DECODE 0x0040 -+#define CM_RESOURCE_PORT_WINDOW_DECODE 0x0080 -+ -+#define CM_RESOURCE_DMA_8 0x0000 -+#define CM_RESOURCE_DMA_16 0x0001 -+#define CM_RESOURCE_DMA_32 0x0002 -+#define CM_RESOURCE_DMA_8_AND_16 0x0004 -+#define CM_RESOURCE_DMA_BUS_MASTER 0x0008 -+#define CM_RESOURCE_DMA_TYPE_A 0x0010 -+#define CM_RESOURCE_DMA_TYPE_B 0x0020 -+#define CM_RESOURCE_DMA_TYPE_F 0x0040 -+ -+#define MAX_RESOURCES 20 -+ -+#pragma pack(push,4) -+struct cm_partial_resource_descriptor { -+ UCHAR type; -+ UCHAR share; -+ USHORT flags; -+ union { -+ struct { -+ PHYSICAL_ADDRESS start; -+ ULONG length; -+ } generic; -+ struct { -+ PHYSICAL_ADDRESS start; -+ ULONG length; -+ } port; -+ struct { -+ ULONG level; -+ ULONG vector; -+ KAFFINITY affinity; -+ } interrupt; -+ struct { -+ PHYSICAL_ADDRESS start; -+ ULONG length; -+ } memory; -+ struct { -+ ULONG channel; -+ ULONG port; -+ ULONG reserved1; -+ } dma; -+ struct { -+ ULONG data[3]; -+ } device_private; -+ struct { -+ ULONG start; -+ ULONG length; -+ ULONG reserved; -+ } bus_number; -+ struct { -+ ULONG data_size; -+ ULONG reserved1; -+ ULONG reserved2; -+ } device_specific_data; -+ } u; -+}; -+#pragma pack(pop) -+ -+struct cm_partial_resource_list { -+ USHORT version; -+ USHORT revision; -+ ULONG count; -+ struct cm_partial_resource_descriptor partial_descriptors[1]; -+}; -+ -+struct cm_full_resource_descriptor { -+ enum interface_type interface_type; -+ ULONG bus_number; -+ struct cm_partial_resource_list partial_resource_list; -+}; -+ -+struct cm_resource_list { -+ ULONG count; -+ struct cm_full_resource_descriptor list[1]; -+}; -+ -+enum file_info_class { -+ FileDirectoryInformation = 1, -+ FileBasicInformation = 4, -+ FileStandardInformation = 5, -+ FileNameInformation = 9, -+ FilePositionInformation = 14, -+ FileAlignmentInformation = 17, -+ FileNetworkOpenInformation = 34, -+ FileAttributeTagInformation = 35, -+ FileMaximumInformation = 41, -+}; -+ -+enum fs_info_class { -+ FileFsVolumeInformation = 1, -+ /* ... */ -+ FileFsMaximumInformation = 9, -+}; -+ -+enum device_relation_type { -+ BusRelations, EjectionRelations, PowerRelations, RemovalRelations, -+ TargetDeviceRelation, SingleBusRelations, -+}; -+ -+enum bus_query_id_type { -+ BusQueryDeviceID = 0, BusQueryHardwareIDs = 1, -+ BusQueryCompatibleIDs = 2, BusQueryInstanceID = 3, -+ BusQueryDeviceSerialNumber = 4, -+}; -+ -+enum device_text_type { -+ DeviceTextDescription = 0, DeviceTextLocationInformation = 1, -+}; -+ -+enum device_usage_notification_type { -+ DeviceUsageTypeUndefined, DeviceUsageTypePaging, -+ DeviceUsageTypeHibernation, DevbiceUsageTypeDumpFile, -+}; -+ -+#define METHOD_BUFFERED 0 -+#define METHOD_IN_DIRECT 1 -+#define METHOD_OUT_DIRECT 2 -+#define METHOD_NEITHER 3 -+ -+#define CTL_CODE(dev_type, func, method, access) \ -+ (((dev_type) << 16) | ((access) << 14) | ((func) << 2) | (method)) -+ -+#define IO_METHOD_FROM_CTL_CODE(code) (code & 0x3) -+ -+#ifndef CONFIG_X86_64 -+#pragma pack(push,4) -+#endif -+struct io_stack_location { -+ UCHAR major_fn; -+ UCHAR minor_fn; -+ UCHAR flags; -+ UCHAR control; -+ union { -+ struct { -+ void *security_context; -+ ULONG options; -+ USHORT POINTER_ALIGN file_attributes; -+ USHORT share_access; -+ ULONG POINTER_ALIGN ea_length; -+ } create; -+ struct { -+ ULONG length; -+ ULONG POINTER_ALIGN key; -+ LARGE_INTEGER byte_offset; -+ } read; -+ struct { -+ ULONG length; -+ ULONG POINTER_ALIGN key; -+ LARGE_INTEGER byte_offset; -+ } write; -+ struct { -+ ULONG length; -+ enum file_info_class POINTER_ALIGN file_info_class; -+ } query_file; -+ struct { -+ ULONG length; -+ enum file_info_class POINTER_ALIGN file_info_class; -+ struct file_object *file_object; -+ union { -+ struct { -+ BOOLEAN replace_if_exists; -+ BOOLEAN advance_only; -+ }; -+ ULONG cluster_count; -+ void *delete_handle; -+ }; -+ } set_file; -+ struct { -+ ULONG length; -+ enum fs_info_class POINTER_ALIGN fs_info_class; -+ } query_volume; -+ struct { -+ ULONG output_buf_len; -+ ULONG POINTER_ALIGN input_buf_len; -+ ULONG POINTER_ALIGN code; -+ void *type3_input_buf; -+ } dev_ioctl; -+ struct { -+ SECURITY_INFORMATION security_info; -+ ULONG POINTER_ALIGN length; -+ } query_security; -+ struct { -+ SECURITY_INFORMATION security_info; -+ void *security_descriptor; -+ } set_security; -+ struct { -+ void *vpb; -+ struct device_object *device_object; -+ } mount_volume; -+ struct { -+ void *vpb; -+ struct device_object *device_object; -+ } verify_volume; -+ struct { -+ void *srb; -+ } scsi; -+ struct { -+ enum device_relation_type type; -+ } query_device_relations; -+ struct { -+ const struct guid *type; -+ USHORT size; -+ USHORT version; -+ struct nt_interface *intf; -+ void *intf_data; -+ } query_intf; -+ struct { -+ void *capabilities; -+ } device_capabilities; -+ struct { -+ void *io_resource_requirement_list; -+ } filter_resource_requirements; -+ struct { -+ ULONG which_space; -+ void *buffer; -+ ULONG offset; -+ ULONG POINTER_ALIGN length; -+ } read_write_config; -+ struct { -+ BOOLEAN lock; -+ } set_lock; -+ struct { -+ enum bus_query_id_type id_type; -+ } query_id; -+ struct { -+ enum device_text_type device_text_type; -+ ULONG POINTER_ALIGN locale_id; -+ } query_device_text; -+ struct { -+ BOOLEAN in_path; -+ BOOLEAN reserved[3]; -+ enum device_usage_notification_type POINTER_ALIGN type; -+ } usage_notification; -+ struct { -+ enum system_power_state power_state; -+ } wait_wake; -+ struct { -+ void *power_sequence; -+ } power_sequence; -+ struct { -+ ULONG sys_context; -+ enum power_state_type POINTER_ALIGN type; -+ union power_state POINTER_ALIGN state; -+ enum power_action POINTER_ALIGN shutdown_type; -+ } power; -+ struct { -+ struct cm_resource_list *allocated_resources; -+ struct cm_resource_list *allocated_resources_translated; -+ } start_device; -+ struct { -+ ULONG_PTR provider_id; -+ void *data_path; -+ ULONG buf_len; -+ void *buf; -+ } wmi; -+ struct { -+ void *arg1; -+ void *arg2; -+ void *arg3; -+ void *arg4; -+ } others; -+ } params; -+ struct device_object *dev_obj; -+ struct file_object *file_obj; -+ NTSTATUS (*completion_routine)(struct device_object *, -+ struct irp *, void *) wstdcall; -+ void *context; -+}; -+#ifndef CONFIG_X86_64 -+#pragma pack(pop) -+#endif -+ -+struct kapc { -+ CSHORT type; -+ CSHORT size; -+ ULONG spare0; -+ struct nt_thread *thread; -+ struct nt_list list; -+ void *kernele_routine; -+ void *rundown_routine; -+ void *normal_routine; -+ void *normal_context; -+ void *sys_arg1; -+ void *sys_arg2; -+ CCHAR apc_state_index; -+ KPROCESSOR_MODE apc_mode; -+ BOOLEAN inserted; -+}; -+ -+#define IRP_NOCACHE 0x00000001 -+#define IRP_SYNCHRONOUS_API 0x00000004 -+#define IRP_ASSOCIATED_IRP 0x00000008 -+ -+enum urb_state { -+ URB_INVALID = 1, URB_ALLOCATED, URB_SUBMITTED, -+ URB_COMPLETED, URB_FREE, URB_SUSPEND, URB_INT_UNLINKED }; -+ -+struct wrap_urb { -+ struct nt_list list; -+ enum urb_state state; -+ struct nt_list complete_list; -+ unsigned int flags; -+ struct urb *urb; -+ struct irp *irp; -+#ifdef USB_DEBUG -+ unsigned int id; -+#endif -+}; -+ -+struct irp { -+ SHORT type; -+ USHORT size; -+ struct mdl *mdl; -+ ULONG flags; -+ union { -+ struct irp *master_irp; -+ LONG irp_count; -+ void *system_buffer; -+ } associated_irp; -+ struct nt_list thread_list; -+ struct io_status_block io_status; -+ KPROCESSOR_MODE requestor_mode; -+ BOOLEAN pending_returned; -+ CHAR stack_count; -+ CHAR current_location; -+ BOOLEAN cancel; -+ KIRQL cancel_irql; -+ CCHAR apc_env; -+ UCHAR alloc_flags; -+ struct io_status_block *user_status; -+ struct nt_event *user_event; -+ union { -+ struct { -+ void *user_apc_routine; -+ void *user_apc_context; -+ } async_params; -+ LARGE_INTEGER alloc_size; -+ } overlay; -+ void (*cancel_routine)(struct device_object *, struct irp *) wstdcall; -+ void *user_buf; -+ union { -+ struct { -+ union { -+ struct kdevice_queue_entry dev_q_entry; -+ struct { -+ void *driver_context[4]; -+ }; -+ }; -+ void *thread; -+ char *aux_buf; -+ struct { -+ struct nt_list list; -+ union { -+ struct io_stack_location *csl; -+ ULONG packet_type; -+ }; -+ }; -+ struct file_object *file_object; -+ } overlay; -+ union { -+ struct kapc apc; -+ /* space for apc is used for ndiswrapper -+ * specific fields */ -+ struct { -+ struct wrap_urb *wrap_urb; -+ struct wrap_device *wrap_device; -+ }; -+ }; -+ void *completion_key; -+ } tail; -+}; -+ -+#define IoSizeOfIrp(stack_count) \ -+ ((USHORT)(sizeof(struct irp) + \ -+ ((stack_count) * sizeof(struct io_stack_location)))) -+#define IoGetCurrentIrpStackLocation(irp) \ -+ (irp)->tail.overlay.csl -+#define IoGetNextIrpStackLocation(irp) \ -+ (IoGetCurrentIrpStackLocation(irp) - 1) -+#define IoGetPreviousIrpStackLocation(irp) \ -+ (IoGetCurrentIrpStackLocation(irp) + 1) -+ -+#define IoSetNextIrpStackLocation(irp) \ -+do { \ -+ KIRQL _irql_; \ -+ IoAcquireCancelSpinLock(&_irql_); \ -+ (irp)->current_location--; \ -+ IoGetCurrentIrpStackLocation(irp)--; \ -+ IoReleaseCancelSpinLock(_irql_); \ -+} while (0) -+ -+#define IoSkipCurrentIrpStackLocation(irp) \ -+do { \ -+ KIRQL _irql_; \ -+ IoAcquireCancelSpinLock(&_irql_); \ -+ (irp)->current_location++; \ -+ IoGetCurrentIrpStackLocation(irp)++; \ -+ IoReleaseCancelSpinLock(_irql_); \ -+} while (0) -+ -+static inline void -+IoCopyCurrentIrpStackLocationToNext(struct irp *irp) -+{ -+ struct io_stack_location *next; -+ next = IoGetNextIrpStackLocation(irp); -+ memcpy(next, IoGetCurrentIrpStackLocation(irp), -+ offsetof(struct io_stack_location, completion_routine)); -+ next->control = 0; -+} -+ -+static inline void -+IoSetCompletionRoutine(struct irp *irp, void *routine, void *context, -+ BOOLEAN success, BOOLEAN error, BOOLEAN cancel) -+{ -+ struct io_stack_location *irp_sl = IoGetNextIrpStackLocation(irp); -+ irp_sl->completion_routine = routine; -+ irp_sl->context = context; -+ irp_sl->control = 0; -+ if (success) -+ irp_sl->control |= SL_INVOKE_ON_SUCCESS; -+ if (error) -+ irp_sl->control |= SL_INVOKE_ON_ERROR; -+ if (cancel) -+ irp_sl->control |= SL_INVOKE_ON_CANCEL; -+} -+ -+#define IoMarkIrpPending(irp) \ -+ (IoGetCurrentIrpStackLocation((irp))->control |= SL_PENDING_RETURNED) -+#define IoUnmarkIrpPending(irp) \ -+ (IoGetCurrentIrpStackLocation((irp))->control &= ~SL_PENDING_RETURNED) -+ -+#define IRP_SL(irp, n) (((struct io_stack_location *)((irp) + 1)) + (n)) -+#define IRP_DRIVER_CONTEXT(irp) (irp)->tail.overlay.driver_context -+#define IoIrpThread(irp) ((irp)->tail.overlay.thread) -+ -+#define IRP_URB(irp) \ -+ (union nt_urb *)(IoGetCurrentIrpStackLocation(irp)->params.others.arg1) -+ -+#define IRP_WRAP_DEVICE(irp) (irp)->tail.wrap_device -+#define IRP_WRAP_URB(irp) (irp)->tail.wrap_urb -+ -+struct wmi_guid_reg_info { -+ struct guid *guid; -+ ULONG instance_count; -+ ULONG flags; -+}; -+ -+struct wmilib_context { -+ ULONG guid_count; -+ struct wmi_guid_reg_info *guid_list; -+ void *query_wmi_reg_info; -+ void *query_wmi_data_block; -+ void *set_wmi_data_block; -+ void *set_wmi_data_item; -+ void *execute_wmi_method; -+ void *wmi_function_control; -+}; -+ -+enum key_value_information_class { -+ KeyValueBasicInformation, KeyValueFullInformation, -+ KeyValuePartialInformation, KeyValueFullInformationAlign64, -+ KeyValuePartialInformationAlign64 -+}; -+ -+struct file_name_info { -+ ULONG length; -+ wchar_t *name; -+}; -+ -+struct file_std_info { -+ LARGE_INTEGER alloc_size; -+ LARGE_INTEGER eof; -+ ULONG num_links; -+ BOOLEAN delete_pending; -+ BOOLEAN dir; -+}; -+ -+enum nt_obj_type { -+ NT_OBJ_EVENT = 10, NT_OBJ_MUTEX, NT_OBJ_THREAD, NT_OBJ_TIMER, -+ NT_OBJ_SEMAPHORE, -+}; -+ -+enum common_object_type { -+ OBJECT_TYPE_NONE, OBJECT_TYPE_DEVICE, OBJECT_TYPE_DRIVER, -+ OBJECT_TYPE_NT_THREAD, OBJECT_TYPE_FILE, OBJECT_TYPE_CALLBACK, -+}; -+ -+struct common_object_header { -+ struct nt_list list; -+ enum common_object_type type; -+ UINT size; -+ UINT ref_count; -+ BOOLEAN close_in_process; -+ BOOLEAN permanent; -+ struct unicode_string name; -+}; -+ -+#define OBJECT_TO_HEADER(object) \ -+ (struct common_object_header *)((void *)(object) - \ -+ sizeof(struct common_object_header)) -+#define OBJECT_SIZE(size) \ -+ ((size) + sizeof(struct common_object_header)) -+#define HEADER_TO_OBJECT(hdr) \ -+ ((void *)(hdr) + sizeof(struct common_object_header)) -+#define HANDLE_TO_OBJECT(handle) HEADER_TO_OBJECT(handle) -+#define HANDLE_TO_HEADER(handle) (handle) -+ -+enum work_queue_type { -+ CriticalWorkQueue, DelayedWorkQueue, HyperCriticalWorkQueue, -+ MaximumWorkQueue -+}; -+ -+typedef void (*NTOS_WORK_FUNC)(void *arg1, void *arg2) wstdcall; -+ -+struct io_workitem { -+ enum work_queue_type type; -+ struct device_object *dev_obj; -+ NTOS_WORK_FUNC worker_routine; -+ void *context; -+}; -+ -+struct io_workitem_entry { -+ struct nt_list list; -+ struct io_workitem *io_workitem; -+}; -+ -+enum mm_page_priority { -+ LowPagePriority, NormalPagePriority = 16, HighPagePriority = 32 -+}; -+ -+enum kinterrupt_mode { -+ LevelSensitive, Latched -+}; -+ -+enum ntos_wait_reason { -+ Executive, FreePage, PageIn, PoolAllocation, DelayExecution, -+ Suspended, UserRequest, WrExecutive, WrFreePage, WrPageIn, -+ WrPoolAllocation, WrDelayExecution, WrSuspended, WrUserRequest, -+ WrEventPair, WrQueue, WrLpcReceive, WrLpcReply, WrVirtualMemory, -+ WrPageOut, WrRendezvous, Spare2, Spare3, Spare4, Spare5, Spare6, -+ WrKernel, MaximumWaitReason -+}; -+ -+typedef enum ntos_wait_reason KWAIT_REASON; -+ -+typedef void *LOOKASIDE_ALLOC_FUNC(enum pool_type pool_type, -+ SIZE_T size, ULONG tag) wstdcall; -+typedef void LOOKASIDE_FREE_FUNC(void *) wstdcall; -+ -+struct npaged_lookaside_list { -+ nt_slist_header head; -+ USHORT depth; -+ USHORT maxdepth; -+ ULONG totalallocs; -+ union { -+ ULONG allocmisses; -+ ULONG allochits; -+ } u1; -+ ULONG totalfrees; -+ union { -+ ULONG freemisses; -+ ULONG freehits; -+ } u2; -+ enum pool_type pool_type; -+ ULONG tag; -+ ULONG size; -+ LOOKASIDE_ALLOC_FUNC *alloc_func; -+ LOOKASIDE_FREE_FUNC *free_func; -+ struct nt_list list; -+ ULONG lasttotallocs; -+ union { -+ ULONG lastallocmisses; -+ ULONG lastallochits; -+ } u3; -+ ULONG pad[2]; -+#ifndef CONFIG_X86_64 -+ NT_SPIN_LOCK obsolete; -+#endif -+} -+#ifdef CONFIG_X86_64 -+CACHE_ALIGN -+#endif -+; -+ -+enum device_registry_property { -+ DevicePropertyDeviceDescription, DevicePropertyHardwareID, -+ DevicePropertyCompatibleIDs, DevicePropertyBootConfiguration, -+ DevicePropertyBootConfigurationTranslated, -+ DevicePropertyClassName, DevicePropertyClassGuid, -+ DevicePropertyDriverKeyName, DevicePropertyManufacturer, -+ DevicePropertyFriendlyName, DevicePropertyLocationInformation, -+ DevicePropertyPhysicalDeviceObjectName, DevicePropertyBusTypeGuid, -+ DevicePropertyLegacyBusType, DevicePropertyBusNumber, -+ DevicePropertyEnumeratorName, DevicePropertyAddress, -+ DevicePropertyUINumber, DevicePropertyInstallState, -+ DevicePropertyRemovalPolicy -+}; -+ -+enum trace_information_class { -+ TraceIdClass, TraceHandleClass, TraceEnableFlagsClass, -+ TraceEnableLevelClass, GlobalLoggerHandleClass, EventLoggerHandleClass, -+ AllLoggerHandlesClass, TraceHandleByNameClass -+}; -+ -+struct kinterrupt; -+typedef BOOLEAN (*PKSERVICE_ROUTINE)(struct kinterrupt *interrupt, -+ void *context) wstdcall; -+typedef BOOLEAN (*PKSYNCHRONIZE_ROUTINE)(void *context) wstdcall; -+ -+struct kinterrupt { -+ ULONG vector; -+ KAFFINITY cpu_mask; -+ NT_SPIN_LOCK lock; -+ NT_SPIN_LOCK *actual_lock; -+ BOOLEAN shared; -+ BOOLEAN save_fp; -+ union { -+ CHAR processor_number; -+#ifdef CONFIG_DEBUG_SHIRQ -+ CHAR enabled; -+#endif -+ } u; -+ PKSERVICE_ROUTINE isr; -+ void *isr_ctx; -+ struct nt_list list; -+ KIRQL irql; -+ KIRQL synch_irql; -+ enum kinterrupt_mode mode; -+}; -+ -+struct time_fields { -+ CSHORT year; -+ CSHORT month; -+ CSHORT day; -+ CSHORT hour; -+ CSHORT minute; -+ CSHORT second; -+ CSHORT milliseconds; -+ CSHORT weekday; -+}; -+ -+struct object_attributes { -+ ULONG length; -+ void *root_dir; -+ struct unicode_string *name; -+ ULONG attributes; -+ void *security_descr; -+ void *security_qos; -+}; -+ -+typedef void (*PCALLBACK_FUNCTION)(void *context, void *arg1, -+ void *arg2) wstdcall; -+ -+struct callback_object; -+struct callback_func { -+ PCALLBACK_FUNCTION func; -+ void *context; -+ struct nt_list list; -+ struct callback_object *object; -+}; -+ -+struct callback_object { -+ NT_SPIN_LOCK lock; -+ struct nt_list list; -+ struct nt_list callback_funcs; -+ BOOLEAN allow_multiple_callbacks; -+ struct object_attributes *attributes; -+}; -+ -+enum section_inherit { -+ ViewShare = 1, ViewUnmap = 2 -+}; -+ -+struct ksystem_time { -+ ULONG low_part; -+ LONG high1_time; -+ LONG high2_time; -+}; -+ -+enum nt_product_type { -+ nt_product_win_nt = 1, nt_product_lan_man_nt, nt_product_server -+}; -+ -+enum alt_arch_type { -+ arch_type_standard, arch_type_nex98x86, end_alternatives -+}; -+ -+struct kuser_shared_data { -+ ULONG tick_count; -+ ULONG tick_count_multiplier; -+ volatile struct ksystem_time interrupt_time; -+ volatile struct ksystem_time system_time; -+ volatile struct ksystem_time time_zone_bias; -+ USHORT image_number_low; -+ USHORT image_number_high; -+ wchar_t nt_system_root[260]; -+ ULONG max_stack_trace_depth; -+ ULONG crypto_exponent; -+ ULONG time_zone_id; -+ ULONG large_page_min; -+ ULONG reserved2[7]; -+ enum nt_product_type nt_product_type; -+ BOOLEAN product_type_is_valid; -+ ULONG nt_major_version; -+ ULONG nt_minor_version; -+ BOOLEAN processor_features[PROCESSOR_FEATURE_MAX]; -+ ULONG reserved1; -+ ULONG reserved3; -+ volatile LONG time_slip; -+ enum alt_arch_type alt_arch_type; -+ LARGE_INTEGER system_expiration_date; -+ ULONG suite_mask; -+ BOOLEAN kdbg_enabled; -+ volatile ULONG active_console; -+ volatile ULONG dismount_count; -+ ULONG com_plus_package; -+ ULONG last_system_rite_event_tick_count; -+ ULONG num_phys_pages; -+ BOOLEAN safe_boot_mode; -+ ULONG trace_log; -+ ULONGLONG fill0; -+ ULONGLONG sys_call[4]; -+ union { -+ volatile struct ksystem_time tick_count; -+ volatile ULONG64 tick_count_quad; -+ } tick; -+}; -+ -+#define REG_NONE (0) -+#define REG_SZ (1) -+#define REG_EXPAND_SZ (2) -+#define REG_BINARY (3) -+#define REG_DWORD (4) -+ -+#define RTL_REGISTRY_ABSOLUTE 0 -+#define RTL_REGISTRY_SERVICES 1 -+#define RTL_REGISTRY_CONTROL 2 -+#define RTL_REGISTRY_WINDOWS_NT 3 -+#define RTL_REGISTRY_DEVICEMAP 4 -+#define RTL_REGISTRY_USER 5 -+#define RTL_REGISTRY_MAXIMUM 6 -+#define RTL_REGISTRY_HANDLE 0x40000000 -+#define RTL_REGISTRY_OPTIONAL 0x80000000 -+ -+#define RTL_QUERY_REGISTRY_SUBKEY 0x00000001 -+#define RTL_QUERY_REGISTRY_TOPKEY 0x00000002 -+#define RTL_QUERY_REGISTRY_REQUIRED 0x00000004 -+#define RTL_QUERY_REGISTRY_NOVALUE 0x00000008 -+#define RTL_QUERY_REGISTRY_NOEXPAND 0x00000010 -+#define RTL_QUERY_REGISTRY_DIRECT 0x00000020 -+#define RTL_QUERY_REGISTRY_DELETE 0x00000040 -+ -+typedef NTSTATUS (*PRTL_QUERY_REGISTRY_ROUTINE)(wchar_t *name, ULONG type, -+ void *data, ULONG length, -+ void *context, -+ void *entry) wstdcall; -+ -+struct rtl_query_registry_table { -+ PRTL_QUERY_REGISTRY_ROUTINE query_func; -+ ULONG flags; -+ wchar_t *name; -+ void *context; -+ ULONG def_type; -+ void *def_data; -+ ULONG def_length; -+}; -+ -+struct io_remove_lock { -+ BOOLEAN removed; -+ BOOLEAN reserved[3]; -+ LONG io_count; -+ struct nt_event remove_event; -+}; -+ -+struct io_error_log_packet { -+ UCHAR major_fn_code; -+ UCHAR retry_count; -+ USHORT dump_data_size; -+ USHORT nr_of_strings; -+ USHORT string_offset; -+ USHORT event_category; -+ NTSTATUS error_code; -+ ULONG unique_error_value; -+ NTSTATUS final_status; -+ ULONG sequence_number; -+ ULONG io_control_code; -+ LARGE_INTEGER device_offset; -+ ULONG dump_data[1]; -+}; -+ -+/* some of the functions below are slightly different from DDK's -+ * implementation; e.g., Insert functions return appropriate -+ * pointer */ -+ -+/* instead of using Linux's lists, we implement list manipulation -+ * functions because nt_list is used by drivers and we don't want to -+ * worry about Linux's list being different from nt_list (right now -+ * they are same, but in future they could be different) */ -+ -+static inline void InitializeListHead(struct nt_list *head) -+{ -+ head->next = head->prev = head; -+} -+ -+static inline BOOLEAN IsListEmpty(struct nt_list *head) -+{ -+ if (head == head->next) -+ return TRUE; -+ else -+ return FALSE; -+} -+ -+static inline void RemoveEntryList(struct nt_list *entry) -+{ -+ entry->prev->next = entry->next; -+ entry->next->prev = entry->prev; -+} -+ -+static inline struct nt_list *RemoveHeadList(struct nt_list *head) -+{ -+ struct nt_list *entry; -+ -+ entry = head->next; -+ if (entry == head) -+ return NULL; -+ else { -+ RemoveEntryList(entry); -+ return entry; -+ } -+} -+ -+static inline struct nt_list *RemoveTailList(struct nt_list *head) -+{ -+ struct nt_list *entry; -+ -+ entry = head->prev; -+ if (entry == head) -+ return NULL; -+ else { -+ RemoveEntryList(entry); -+ return entry; -+ } -+} -+ -+static inline void InsertListEntry(struct nt_list *entry, struct nt_list *prev, -+ struct nt_list *next) -+{ -+ next->prev = entry; -+ entry->next = next; -+ entry->prev = prev; -+ prev->next = entry; -+} -+ -+static inline struct nt_list *InsertHeadList(struct nt_list *head, -+ struct nt_list *entry) -+{ -+ struct nt_list *ret; -+ -+ if (IsListEmpty(head)) -+ ret = NULL; -+ else -+ ret = head->next; -+ -+ InsertListEntry(entry, head, head->next); -+ return ret; -+} -+ -+static inline struct nt_list *InsertTailList(struct nt_list *head, -+ struct nt_list *entry) -+{ -+ struct nt_list *ret; -+ -+ if (IsListEmpty(head)) -+ ret = NULL; -+ else -+ ret = head->prev; -+ -+ InsertListEntry(entry, head->prev, head); -+ return ret; -+} -+ -+#define nt_list_for_each(pos, head) \ -+ for (pos = (head)->next; pos != (head); pos = pos->next) -+ -+#define nt_list_for_each_entry(pos, head, member) \ -+ for (pos = container_of((head)->next, typeof(*pos), member); \ -+ &pos->member != (head); \ -+ pos = container_of(pos->member.next, typeof(*pos), member)) -+ -+#define nt_list_for_each_safe(pos, n, head) \ -+ for (pos = (head)->next, n = pos->next; pos != (head); \ -+ pos = n, n = pos->next) -+ -+/* device object flags */ -+#define DO_VERIFY_VOLUME 0x00000002 -+#define DO_BUFFERED_IO 0x00000004 -+#define DO_EXCLUSIVE 0x00000008 -+#define DO_DIRECT_IO 0x00000010 -+#define DO_MAP_IO_BUFFER 0x00000020 -+#define DO_DEVICE_HAS_NAME 0x00000040 -+#define DO_DEVICE_INITIALIZING 0x00000080 -+#define DO_SYSTEM_BOOT_PARTITION 0x00000100 -+#define DO_LONG_TERM_REQUESTS 0x00000200 -+#define DO_NEVER_LAST_DEVICE 0x00000400 -+#define DO_SHUTDOWN_REGISTERED 0x00000800 -+#define DO_BUS_ENUMERATED_DEVICE 0x00001000 -+#define DO_POWER_PAGABLE 0x00002000 -+#define DO_POWER_INRUSH 0x00004000 -+#define DO_LOW_PRIORITY_FILESYSTEM 0x00010000 -+ -+/* Various supported device types (used with IoCreateDevice()) */ -+ -+#define FILE_DEVICE_BEEP 0x00000001 -+#define FILE_DEVICE_CD_ROM 0x00000002 -+#define FILE_DEVICE_CD_ROM_FILE_SYSTEM 0x00000003 -+#define FILE_DEVICE_CONTROLLER 0x00000004 -+#define FILE_DEVICE_DATALINK 0x00000005 -+#define FILE_DEVICE_DFS 0x00000006 -+#define FILE_DEVICE_DISK 0x00000007 -+#define FILE_DEVICE_DISK_FILE_SYSTEM 0x00000008 -+#define FILE_DEVICE_FILE_SYSTEM 0x00000009 -+#define FILE_DEVICE_INPORT_PORT 0x0000000A -+#define FILE_DEVICE_KEYBOARD 0x0000000B -+#define FILE_DEVICE_MAILSLOT 0x0000000C -+#define FILE_DEVICE_MIDI_IN 0x0000000D -+#define FILE_DEVICE_MIDI_OUT 0x0000000E -+#define FILE_DEVICE_MOUSE 0x0000000F -+#define FILE_DEVICE_MULTI_UNC_PROVIDER 0x00000010 -+#define FILE_DEVICE_NAMED_PIPE 0x00000011 -+#define FILE_DEVICE_NETWORK 0x00000012 -+#define FILE_DEVICE_NETWORK_BROWSER 0x00000013 -+#define FILE_DEVICE_NETWORK_FILE_SYSTEM 0x00000014 -+#define FILE_DEVICE_NULL 0x00000015 -+#define FILE_DEVICE_PARALLEL_PORT 0x00000016 -+#define FILE_DEVICE_PHYSICAL_NETCARD 0x00000017 -+#define FILE_DEVICE_PRINTER 0x00000018 -+#define FILE_DEVICE_SCANNER 0x00000019 -+#define FILE_DEVICE_SERIAL_MOUSE_PORT 0x0000001A -+#define FILE_DEVICE_SERIAL_PORT 0x0000001B -+#define FILE_DEVICE_SCREEN 0x0000001C -+#define FILE_DEVICE_SOUND 0x0000001D -+#define FILE_DEVICE_STREAMS 0x0000001E -+#define FILE_DEVICE_TAPE 0x0000001F -+#define FILE_DEVICE_TAPE_FILE_SYSTEM 0x00000020 -+#define FILE_DEVICE_TRANSPORT 0x00000021 -+#define FILE_DEVICE_UNKNOWN 0x00000022 -+#define FILE_DEVICE_VIDEO 0x00000023 -+#define FILE_DEVICE_VIRTUAL_DISK 0x00000024 -+#define FILE_DEVICE_WAVE_IN 0x00000025 -+#define FILE_DEVICE_WAVE_OUT 0x00000026 -+#define FILE_DEVICE_8042_PORT 0x00000027 -+#define FILE_DEVICE_NETWORK_REDIRECTOR 0x00000028 -+#define FILE_DEVICE_BATTERY 0x00000029 -+#define FILE_DEVICE_BUS_EXTENDER 0x0000002A -+#define FILE_DEVICE_MODEM 0x0000002B -+#define FILE_DEVICE_VDM 0x0000002C -+#define FILE_DEVICE_MASS_STORAGE 0x0000002D -+#define FILE_DEVICE_SMB 0x0000002E -+#define FILE_DEVICE_KS 0x0000002F -+#define FILE_DEVICE_CHANGER 0x00000030 -+#define FILE_DEVICE_SMARTCARD 0x00000031 -+#define FILE_DEVICE_ACPI 0x00000032 -+#define FILE_DEVICE_DVD 0x00000033 -+#define FILE_DEVICE_FULLSCREEN_VIDEO 0x00000034 -+#define FILE_DEVICE_DFS_FILE_SYSTEM 0x00000035 -+#define FILE_DEVICE_DFS_VOLUME 0x00000036 -+#define FILE_DEVICE_SERENUM 0x00000037 -+#define FILE_DEVICE_TERMSRV 0x00000038 -+#define FILE_DEVICE_KSEC 0x00000039 -+#define FILE_DEVICE_FIPS 0x0000003A -+ -+/* Device characteristics */ -+ -+#define FILE_REMOVABLE_MEDIA 0x00000001 -+#define FILE_READ_ONLY_DEVICE 0x00000002 -+#define FILE_FLOPPY_DISKETTE 0x00000004 -+#define FILE_WRITE_ONCE_MEDIA 0x00000008 -+#define FILE_REMOTE_DEVICE 0x00000010 -+#define FILE_DEVICE_IS_MOUNTED 0x00000020 -+#define FILE_VIRTUAL_VOLUME 0x00000040 -+#define FILE_AUTOGENERATED_DEVICE_NAME 0x00000080 -+#define FILE_DEVICE_SECURE_OPEN 0x00000100 -+ -+#define FILE_READ_DATA 0x0001 -+#define FILE_WRITE_DATA 0x0002 -+ -+#define FILE_SUPERSEDED 0x00000000 -+#define FILE_OPENED 0x00000001 -+#define FILE_CREATED 0x00000002 -+#define FILE_OVERWRITTEN 0x00000003 -+#define FILE_EXISTS 0x00000004 -+#define FILE_DOES_NOT_EXIST 0x00000005 -+ -+ -+#endif /* WINNT_TYPES_H */ -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/workqueue.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/workqueue.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/workqueue.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/workqueue.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,279 @@ -+/* -+ * Copyright (C) 2006 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ntoskernel.h" -+ -+struct workqueue_thread { -+ spinlock_t lock; -+ struct task_struct *task; -+ struct completion *completion; -+ char name[16]; -+ int pid; -+ /* whether any work_structs pending? <0 implies quit */ -+ s8 pending; -+ /* list of work_structs pending */ -+ struct list_head work_list; -+}; -+ -+struct workq_thread_data { -+ struct workqueue_struct *workq; -+ int index; -+}; -+ -+struct wrap_workqueue_struct { -+ u8 singlethread; -+ u8 qon; -+ int num_cpus; -+ struct workqueue_thread threads[0]; -+}; -+ -+static void wrap_destroy_wq_on(struct workqueue_struct *workq, int cpu); -+ -+static int workq_thread(void *data) -+{ -+ struct workq_thread_data *thread_data = data; -+ struct workqueue_thread *thread; -+ struct workqueue_struct *workq; -+ struct work_struct *work; -+ -+ workq = thread_data->workq; -+ thread = &workq->threads[thread_data->index]; -+ WORKTRACE("%p, %d, %p", workq, thread_data->index, thread); -+ strncpy(thread->name, current->comm, sizeof(thread->name)); -+ -+ daemonize(thread->name); -+ set_user_nice(current, -5); -+ -+ if (thread->task != current) { -+ WARNING("invalid task: %p, %p", thread->task, current); -+ thread->task = current; -+ } -+ thread->pid = current->pid; -+ complete(xchg(&thread->completion, NULL)); -+ WORKTRACE("%s (%d) started", thread->name, thread->pid); -+ while (1) { -+ if (wait_condition(thread->pending, 0, TASK_INTERRUPTIBLE) < 0) { -+ /* TODO: deal with signal */ -+ WARNING("signal not blocked?"); -+ flush_signals(current); -+ continue; -+ } -+ while (1) { -+ struct list_head *entry; -+ unsigned long flags; -+ -+ spin_lock_irqsave(&thread->lock, flags); -+ if (list_empty(&thread->work_list)) { -+ struct completion *completion; -+ if (thread->pending < 0) { -+ spin_unlock_irqrestore(&thread->lock, -+ flags); -+ goto out; -+ } -+ thread->pending = 0; -+ completion = thread->completion; -+ thread->completion = NULL; -+ spin_unlock_irqrestore(&thread->lock, flags); -+ if (completion) -+ complete(completion); -+ break; -+ } -+ entry = thread->work_list.next; -+ work = list_entry(entry, struct work_struct, list); -+ if (xchg(&work->thread, NULL)) -+ list_del(entry); -+ else -+ work = NULL; -+ spin_unlock_irqrestore(&thread->lock, flags); -+ DBG_BLOCK(4) { -+ WORKTRACE("%p, %p", work, thread); -+ } -+ if (work) -+ work->func(work->data); -+ } -+ } -+ -+out: -+ WORKTRACE("%s exiting", thread->name); -+ thread->pid = 0; -+ return 0; -+} -+ -+static int wrap_queue_work_on(struct workqueue_struct *workq, -+ struct work_struct *work, int cpu) -+{ -+ struct workqueue_thread *thread = &workq->threads[cpu]; -+ unsigned long flags; -+ int ret; -+ -+ assert(thread->pid > 0); -+ DBG_BLOCK(4) { -+ WORKTRACE("%p, %d", workq, cpu); -+ } -+ spin_lock_irqsave(&thread->lock, flags); -+ if (work->thread) -+ ret = 0; -+ else { -+ work->thread = thread; -+ list_add_tail(&work->list, &thread->work_list); -+ thread->pending = 1; -+ wake_up_process(thread->task); -+ ret = 1; -+ } -+ spin_unlock_irqrestore(&thread->lock, flags); -+ return ret; -+} -+ -+int wrap_queue_work(struct workqueue_struct *workq, struct work_struct *work) -+{ -+ if (num_online_cpus() == 1 || workq->singlethread) -+ return wrap_queue_work_on(workq, work, 0); -+ else { -+ typeof(workq->qon) qon; -+ /* work is queued on threads in a round-robin fashion */ -+ do { -+ qon = workq->qon % workq->num_cpus; -+ atomic_inc_var(workq->qon); -+ } while (!workq->threads[qon].pid); -+ return wrap_queue_work_on(workq, work, qon); -+ } -+} -+ -+void wrap_cancel_work(struct work_struct *work) -+{ -+ struct workqueue_thread *thread; -+ unsigned long flags; -+ -+ WORKTRACE("%p", work); -+ if ((thread = xchg(&work->thread, NULL))) { -+ WORKTRACE("%p", thread); -+ spin_lock_irqsave(&thread->lock, flags); -+ list_del(&work->list); -+ spin_unlock_irqrestore(&thread->lock, flags); -+ } -+} -+ -+struct workqueue_struct *wrap_create_wq(const char *name, u8 singlethread, -+ u8 freeze) -+{ -+ struct completion started; -+ struct workqueue_struct *workq; -+ int i, n; -+ -+ if (singlethread) -+ n = 1; -+ else -+ n = num_online_cpus(); -+ workq = kzalloc(sizeof(*workq) + n * sizeof(workq->threads[0]), -+ GFP_KERNEL); -+ if (!workq) { -+ WARNING("couldn't allocate memory"); -+ return NULL; -+ } -+ WORKTRACE("%p", workq); -+ workq->singlethread = singlethread; -+ init_completion(&started); -+ for_each_online_cpu(i) { -+ struct workq_thread_data thread_data; -+ spin_lock_init(&workq->threads[i].lock); -+ INIT_LIST_HEAD(&workq->threads[i].work_list); -+ reinit_completion(&started); -+ workq->threads[i].completion = &started; -+ thread_data.workq = workq; -+ thread_data.index = i; -+ WORKTRACE("%p, %d, %p", workq, i, &workq->threads[i]); -+ workq->threads[i].task = -+ kthread_create(workq_thread, &thread_data, -+ "%s/%d", name, i); -+ if (IS_ERR(workq->threads[i].task)) { -+ int j; -+ for (j = 0; j < i; j++) -+ wrap_destroy_wq_on(workq, j); -+ kfree(workq); -+ WARNING("couldn't start thread %s", name); -+ return NULL; -+ } -+#ifdef PF_NOFREEZE -+ if (!freeze) -+ workq->threads[i].task->flags |= PF_NOFREEZE; -+#endif -+ kthread_bind(workq->threads[i].task, i); -+ workq->num_cpus = max(workq->num_cpus, i); -+ wake_up_process(workq->threads[i].task); -+ wait_for_completion(&started); -+ WORKTRACE("%s, %d: %p, %d", name, i, -+ workq, workq->threads[i].pid); -+ if (singlethread) -+ break; -+ } -+ workq->num_cpus++; -+ return workq; -+} -+ -+static void wrap_flush_wq_on(struct workqueue_struct *workq, int cpu) -+{ -+ struct workqueue_thread *thread = &workq->threads[cpu]; -+ struct completion done; -+ -+ WORKTRACE("%p: %d, %s", workq, cpu, thread->name); -+ init_completion(&done); -+ thread->completion = &done; -+ thread->pending = 1; -+ wake_up_process(thread->task); -+ wait_for_completion(&done); -+ return; -+} -+ -+void wrap_flush_wq(struct workqueue_struct *workq) -+{ -+ int i, n; -+ -+ WORKTRACE("%p", workq); -+ if (workq->singlethread) -+ n = 1; -+ else -+ n = num_online_cpus(); -+ for (i = 0; i < n; i++) -+ wrap_flush_wq_on(workq, i); -+} -+ -+static void wrap_destroy_wq_on(struct workqueue_struct *workq, int cpu) -+{ -+ struct workqueue_thread *thread = &workq->threads[cpu]; -+ -+ WORKTRACE("%p: %d, %s", workq, cpu, thread->name); -+ if (!thread->pid) -+ return; -+ thread->pending = -1; -+ wake_up_process(thread->task); -+ while (thread->pid) { -+ WORKTRACE("%d", thread->pid); -+ schedule(); -+ } -+} -+ -+void wrap_destroy_wq(struct workqueue_struct *workq) -+{ -+ int i, n; -+ -+ WORKTRACE("%p", workq); -+ if (workq->singlethread) -+ n = 1; -+ else -+ n = num_online_cpus(); -+ for (i = 0; i < n; i++) -+ wrap_destroy_wq_on(workq, i); -+ kfree(workq); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/wrapmem.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapmem.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/wrapmem.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapmem.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,366 @@ -+/* -+ * Copyright (C) 2006 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#define _WRAPMEM_C_ -+ -+#include "ntoskernel.h" -+#include "wrapmem.h" -+ -+struct slack_alloc_info { -+ struct nt_list list; -+ size_t size; -+}; -+ -+#if ALLOC_DEBUG > 1 -+static struct nt_list allocs; -+#endif -+ -+static struct nt_list slack_allocs; -+static spinlock_t alloc_lock; -+ -+#if ALLOC_DEBUG -+const char *alloc_type_name[ALLOC_TYPE_MAX] = { -+ "kmalloc_atomic", -+ "kmalloc_nonatomic", -+ "vmalloc_atomic", -+ "vmalloc_nonatomic", -+ "kmalloc_slack", -+ "pages" -+}; -+ -+struct alloc_info { -+ enum alloc_type type; -+ size_t size; -+#if ALLOC_DEBUG > 1 -+ struct nt_list list; -+ const char *file; -+ int line; -+ ULONG tag; -+#endif -+}; -+ -+static atomic_t alloc_sizes[ALLOC_TYPE_MAX]; -+#endif -+ -+/* allocate memory and add it to list of allocated pointers; if a -+ * driver doesn't free this memory for any reason (buggy driver or we -+ * allocate space behind driver's back since we need more space than -+ * corresponding Windows structure provides etc.), this gets freed -+ * automatically when module is unloaded -+ */ -+void *slack_kmalloc(size_t size) -+{ -+ struct slack_alloc_info *info; -+ -+ ENTER4("size = %zu", size); -+ info = kmalloc(size + sizeof(*info), irql_gfp()); -+ if (!info) -+ return NULL; -+ info->size = size; -+ spin_lock_bh(&alloc_lock); -+ InsertTailList(&slack_allocs, &info->list); -+ spin_unlock_bh(&alloc_lock); -+#if ALLOC_DEBUG -+ atomic_add(size, &alloc_sizes[ALLOC_TYPE_SLACK]); -+#endif -+ TRACE4("%p, %p", info, info + 1); -+ EXIT4(return info + 1); -+} -+ -+/* free pointer and remove from list of allocated pointers */ -+void slack_kfree(void *ptr) -+{ -+ struct slack_alloc_info *info; -+ -+ ENTER4("%p", ptr); -+ info = ptr - sizeof(*info); -+ spin_lock_bh(&alloc_lock); -+ RemoveEntryList(&info->list); -+ spin_unlock_bh(&alloc_lock); -+#if ALLOC_DEBUG -+ atomic_sub(info->size, &alloc_sizes[ALLOC_TYPE_SLACK]); -+#endif -+ kfree(info); -+ EXIT4(return); -+} -+ -+void *slack_kzalloc(size_t size) -+{ -+ void *ptr = slack_kmalloc(size); -+ if (ptr) -+ memset(ptr, 0, size); -+ return ptr; -+} -+ -+#if ALLOC_DEBUG -+void *wrap_kmalloc(size_t size, gfp_t flags, const char *file, int line) -+{ -+ struct alloc_info *info; -+ -+ info = kmalloc(size + sizeof(*info), flags); -+ if (!info) -+ return NULL; -+ if (flags & GFP_ATOMIC) -+ info->type = ALLOC_TYPE_KMALLOC_ATOMIC; -+ else -+ info->type = ALLOC_TYPE_KMALLOC_NON_ATOMIC; -+ info->size = size; -+ atomic_add(size, &alloc_sizes[info->type]); -+#if ALLOC_DEBUG > 1 -+ info->file = file; -+ info->line = line; -+ info->tag = 0; -+ spin_lock_bh(&alloc_lock); -+ InsertTailList(&allocs, &info->list); -+ spin_unlock_bh(&alloc_lock); -+#endif -+ TRACE4("%p", info + 1); -+ return info + 1; -+} -+ -+void *wrap_kzalloc(size_t size, gfp_t flags, const char *file, int line) -+{ -+ void *ptr = wrap_kmalloc(size, flags, file, line); -+ if (ptr) -+ memset(ptr, 0, size); -+ return ptr; -+} -+ -+void wrap_kfree(void *ptr) -+{ -+ struct alloc_info *info; -+ -+ TRACE4("%p", ptr); -+ if (!ptr) -+ return; -+ info = ptr - sizeof(*info); -+ atomic_sub(info->size, &alloc_sizes[info->type]); -+#if ALLOC_DEBUG > 1 -+ spin_lock_bh(&alloc_lock); -+ RemoveEntryList(&info->list); -+ spin_unlock_bh(&alloc_lock); -+ if (!(info->type == ALLOC_TYPE_KMALLOC_ATOMIC || -+ info->type == ALLOC_TYPE_KMALLOC_NON_ATOMIC)) { -+ WARNING("invalid type: %d", info->type); -+ return; -+ } -+#endif -+ kfree(info); -+} -+ -+void *wrap_vmalloc(unsigned long size, const char *file, int line) -+{ -+ struct alloc_info *info; -+ -+ info = vmalloc(size + sizeof(*info)); -+ if (!info) -+ return NULL; -+ info->type = ALLOC_TYPE_VMALLOC_NON_ATOMIC; -+ info->size = size; -+ atomic_add(size, &alloc_sizes[info->type]); -+#if ALLOC_DEBUG > 1 -+ info->file = file; -+ info->line = line; -+ info->tag = 0; -+ spin_lock_bh(&alloc_lock); -+ InsertTailList(&allocs, &info->list); -+ spin_unlock_bh(&alloc_lock); -+#endif -+ return info + 1; -+} -+ -+void *wrap__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot, -+ const char *file, int line) -+{ -+ struct alloc_info *info; -+ -+ info = __vmalloc(size + sizeof(*info), gfp_mask, prot); -+ if (!info) -+ return NULL; -+ if (gfp_mask & GFP_ATOMIC) -+ info->type = ALLOC_TYPE_VMALLOC_ATOMIC; -+ else -+ info->type = ALLOC_TYPE_VMALLOC_NON_ATOMIC; -+ info->size = size; -+ atomic_add(size, &alloc_sizes[info->type]); -+#if ALLOC_DEBUG > 1 -+ info->file = file; -+ info->line = line; -+ info->tag = 0; -+ spin_lock_bh(&alloc_lock); -+ InsertTailList(&allocs, &info->list); -+ spin_unlock_bh(&alloc_lock); -+#endif -+ return info + 1; -+} -+ -+void wrap_vfree(void *ptr) -+{ -+ struct alloc_info *info; -+ -+ info = ptr - sizeof(*info); -+ atomic_sub(info->size, &alloc_sizes[info->type]); -+#if ALLOC_DEBUG > 1 -+ spin_lock_bh(&alloc_lock); -+ RemoveEntryList(&info->list); -+ spin_unlock_bh(&alloc_lock); -+ if (!(info->type == ALLOC_TYPE_VMALLOC_ATOMIC || -+ info->type == ALLOC_TYPE_VMALLOC_NON_ATOMIC)) { -+ WARNING("invalid type: %d", info->type); -+ return; -+ } -+#endif -+ vfree(info); -+} -+ -+void *wrap_alloc_pages(gfp_t flags, unsigned int size, -+ const char *file, int line) -+{ -+ struct alloc_info *info; -+ -+ size += sizeof(*info); -+ info = (struct alloc_info *)__get_free_pages(flags, get_order(size)); -+ if (!info) -+ return NULL; -+ info->type = ALLOC_TYPE_PAGES; -+ info->size = size; -+ atomic_add(size, &alloc_sizes[info->type]); -+#if ALLOC_DEBUG > 1 -+ info->file = file; -+ info->line = line; -+ info->tag = 0; -+ spin_lock_bh(&alloc_lock); -+ InsertTailList(&allocs, &info->list); -+ spin_unlock_bh(&alloc_lock); -+#endif -+ return info + 1; -+} -+ -+void wrap_free_pages(unsigned long ptr, int order) -+{ -+ struct alloc_info *info; -+ -+ info = (void *)ptr - sizeof(*info); -+ atomic_sub(info->size, &alloc_sizes[info->type]); -+#if ALLOC_DEBUG > 1 -+ spin_lock_bh(&alloc_lock); -+ RemoveEntryList(&info->list); -+ spin_unlock_bh(&alloc_lock); -+ if (info->type != ALLOC_TYPE_PAGES) { -+ WARNING("invalid type: %d", info->type); -+ return; -+ } -+#endif -+ free_pages((unsigned long)info, get_order(info->size)); -+} -+ -+#if ALLOC_DEBUG > 1 -+void *wrap_ExAllocatePoolWithTag(enum pool_type pool_type, SIZE_T size, -+ ULONG tag, const char *file, int line) -+{ -+ void *addr; -+ struct alloc_info *info; -+ -+ ENTER4("pool_type: %d, size: %zu, tag: %u", pool_type, size, tag); -+ addr = (ExAllocatePoolWithTag)(pool_type, size, tag); -+ if (!addr) -+ return NULL; -+ info = addr - sizeof(*info); -+ info->file = file; -+ info->line = line; -+ info->tag = tag; -+ EXIT4(return addr); -+} -+#endif -+ -+int alloc_size(enum alloc_type type) -+{ -+ if ((int)type >= 0 && type < ALLOC_TYPE_MAX) -+ return atomic_read(&alloc_sizes[type]); -+ else -+ return -EINVAL; -+} -+ -+#endif // ALLOC_DEBUG -+ -+int wrapmem_init(void) -+{ -+#if ALLOC_DEBUG > 1 -+ InitializeListHead(&allocs); -+#endif -+ InitializeListHead(&slack_allocs); -+ spin_lock_init(&alloc_lock); -+ return 0; -+} -+ -+void wrapmem_exit(void) -+{ -+#if ALLOC_DEBUG -+ enum alloc_type type; -+#endif -+ struct nt_list *ent; -+ -+ /* free all pointers on the slack list */ -+ while (1) { -+ struct slack_alloc_info *info; -+ spin_lock_bh(&alloc_lock); -+ ent = RemoveHeadList(&slack_allocs); -+ spin_unlock_bh(&alloc_lock); -+ if (!ent) -+ break; -+ info = container_of(ent, struct slack_alloc_info, list); -+#if ALLOC_DEBUG -+ atomic_sub(info->size, &alloc_sizes[ALLOC_TYPE_SLACK]); -+#endif -+ kfree(info); -+ } -+#if ALLOC_DEBUG -+ for (type = 0; type < ALLOC_TYPE_MAX; type++) { -+ int n = atomic_read(&alloc_sizes[type]); -+ if (n) -+ WARNING("%d bytes of memory in %s leaking", n, -+ alloc_type_name[type]); -+ } -+ -+#if ALLOC_DEBUG > 1 -+ while (1) { -+ struct alloc_info *info; -+ -+ spin_lock_bh(&alloc_lock); -+ ent = RemoveHeadList(&allocs); -+ spin_unlock_bh(&alloc_lock); -+ if (!ent) -+ break; -+ info = container_of(ent, struct alloc_info, list); -+ atomic_sub(info->size, &alloc_sizes[ALLOC_TYPE_SLACK]); -+ printk(KERN_DEBUG DRIVER_NAME -+ ": %s:%d leaked %zd bytes at %p (%s, tag 0x%08X)\n", -+ info->file, info->line, info->size, info + 1, -+ alloc_type_name[info->type], info->tag); -+ if (info->type == ALLOC_TYPE_KMALLOC_ATOMIC || -+ info->type == ALLOC_TYPE_KMALLOC_NON_ATOMIC) -+ kfree(info); -+ else if (info->type == ALLOC_TYPE_VMALLOC_ATOMIC || -+ info->type == ALLOC_TYPE_VMALLOC_NON_ATOMIC) -+ vfree(info); -+ else if (info->type == ALLOC_TYPE_PAGES) -+ free_pages((unsigned long)info, get_order(info->size)); -+ else -+ WARNING("invalid type: %d; not freed", info->type); -+ } -+#endif -+#endif -+ return; -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/wrapmem.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapmem.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/wrapmem.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapmem.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,97 @@ -+/* -+ * Copyright (C) 2006 Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _WRAPMEM_H_ -+#define _WRAPMEM_H_ -+ -+/* -+ * Set ALLOC_DEBUG to 1 to show information about memory used by both -+ * ndiswrapper and Windows driver in /proc/net/ndiswrapper/debug -+ * This will also show memory leaks (memory allocated but not freed) when -+ * ndiswrapper module is unloaded. -+ * -+ * Set ALLOC_DEBUG to 2 to see details about every leaking allocation. -+*/ -+ -+#ifndef ALLOC_DEBUG -+#define ALLOC_DEBUG 0 -+#endif -+ -+int wrapmem_init(void); -+void wrapmem_exit(void); -+void *slack_kmalloc(size_t size); -+void *slack_kzalloc(size_t size); -+void slack_kfree(void *ptr); -+ -+#if ALLOC_DEBUG -+enum alloc_type { ALLOC_TYPE_KMALLOC_ATOMIC, -+ ALLOC_TYPE_KMALLOC_NON_ATOMIC, -+ ALLOC_TYPE_VMALLOC_ATOMIC, ALLOC_TYPE_VMALLOC_NON_ATOMIC, -+ ALLOC_TYPE_SLACK, ALLOC_TYPE_PAGES, ALLOC_TYPE_MAX }; -+ -+extern const char *alloc_type_name[ALLOC_TYPE_MAX]; -+ -+void *wrap_kmalloc(size_t size, gfp_t flags, const char *file, int line); -+void *wrap_kzalloc(size_t size, gfp_t flags, const char *file, int line); -+void wrap_kfree(void *ptr); -+void *wrap_vmalloc(unsigned long size, const char *file, int line); -+void *wrap__vmalloc(unsigned long size, gfp_t flags, pgprot_t prot, -+ const char *file, int line); -+void wrap_vfree(void *ptr); -+void *wrap_alloc_pages(gfp_t flags, unsigned int size, -+ const char *file, int line); -+void wrap_free_pages(unsigned long ptr, int order); -+int alloc_size(enum alloc_type type); -+ -+#if ALLOC_DEBUG > 1 -+void *wrap_ExAllocatePoolWithTag(enum pool_type pool_type, SIZE_T size, -+ ULONG tag, const char *file, int line); -+#define ExAllocatePoolWithTag(pool_type, size, tag) \ -+ wrap_ExAllocatePoolWithTag(pool_type, size, tag, __FILE__, __LINE__) -+#endif -+ -+#ifndef _WRAPMEM_C_ -+#undef kmalloc -+#undef kzalloc -+#undef kfree -+#undef vmalloc -+#undef __vmalloc -+#undef vfree -+#define kmalloc(size, flags) \ -+ wrap_kmalloc(size, flags, __FILE__, __LINE__) -+#define kzalloc(size, flags) \ -+ wrap_kzalloc(size, flags, __FILE__, __LINE__) -+#define vmalloc(size) \ -+ wrap_vmalloc(size, __FILE__, __LINE__) -+#define __vmalloc(size, flags, prot) \ -+ wrap__vmalloc(size, flags, prot, __FILE__, __LINE__) -+#define kfree(ptr) wrap_kfree(ptr) -+#define vfree(ptr) wrap_vfree(ptr) -+ -+#define wrap_get_free_pages(flags, size) \ -+ wrap_alloc_pages(flags, size, __FILE__, __LINE__) -+#undef free_pages -+#define free_pages(ptr, order) wrap_free_pages(ptr, order) -+ -+#endif // _WRAPMEM_C_ -+ -+#else -+ -+#define wrap_get_free_pages(flags, size) \ -+ (void *)__get_free_pages(flags, get_order(size)) -+ -+#endif // ALLOC_DEBUG -+ -+#endif -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/wrapndis.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapndis.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/wrapndis.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapndis.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,2186 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include -+#include -+#include -+#include -+#include "ndis.h" -+#include "iw_ndis.h" -+#include "pnp.h" -+#include "loader.h" -+#include "wrapndis.h" -+#include "wrapper.h" -+ -+/* Functions callable from the NDIS driver */ -+wstdcall NTSTATUS NdisDispatchDeviceControl(struct device_object *fdo, -+ struct irp *irp); -+wstdcall NTSTATUS NdisDispatchPnp(struct device_object *fdo, struct irp *irp); -+wstdcall NTSTATUS NdisDispatchPower(struct device_object *fdo, struct irp *irp); -+ -+struct workqueue_struct *wrapndis_wq; -+ -+static int set_packet_filter(struct ndis_device *wnd, -+ ULONG packet_filter); -+static void add_iw_stats_timer(struct ndis_device *wnd); -+static void del_iw_stats_timer(struct ndis_device *wnd); -+static NDIS_STATUS ndis_start_device(struct ndis_device *wnd); -+static int ndis_remove_device(struct ndis_device *wnd); -+static void set_multicast_list(struct ndis_device *wnd); -+static int ndis_net_dev_open(struct net_device *net_dev); -+static int ndis_net_dev_close(struct net_device *net_dev); -+ -+/* MiniportReset */ -+NDIS_STATUS mp_reset(struct ndis_device *wnd) -+{ -+ NDIS_STATUS res; -+ struct miniport *mp; -+ BOOLEAN reset_address; -+ KIRQL irql; -+ -+ ENTER2("wnd: %p", wnd); -+ mutex_lock(&wnd->tx_ring_mutex); -+ mutex_lock(&wnd->ndis_req_mutex); -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ prepare_wait_condition(wnd->ndis_req_task, wnd->ndis_req_done, 0); -+ WARNING("%s is being reset", wnd->net_dev->name); -+ irql = serialize_lock_irql(wnd); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ res = LIN2WIN2(mp->reset, &reset_address, wnd->nmb->mp_ctx); -+ serialize_unlock_irql(wnd, irql); -+ -+ TRACE2("%08X, %08X", res, reset_address); -+ if (res == NDIS_STATUS_PENDING) { -+ /* wait for NdisMResetComplete */ -+ if (wait_condition((wnd->ndis_req_done > 0), 0, -+ TASK_INTERRUPTIBLE) < 0) -+ res = NDIS_STATUS_FAILURE; -+ else { -+ res = wnd->ndis_req_status; -+ reset_address = wnd->ndis_req_done - 1; -+ } -+ TRACE2("%08X, %08X", res, reset_address); -+ } -+ mutex_unlock(&wnd->ndis_req_mutex); -+ if (res == NDIS_STATUS_SUCCESS && reset_address) { -+ set_packet_filter(wnd, wnd->packet_filter); -+ set_multicast_list(wnd); -+ } -+ mutex_unlock(&wnd->tx_ring_mutex); -+ EXIT3(return res); -+} -+ -+/* MiniportRequest(Query/Set)Information */ -+NDIS_STATUS mp_request(enum ndis_request_type request, -+ struct ndis_device *wnd, ndis_oid oid, -+ void *buf, ULONG buflen, ULONG *written, ULONG *needed) -+{ -+ NDIS_STATUS res; -+ ULONG w, n; -+ struct miniport *mp; -+ KIRQL irql; -+ -+ mutex_lock(&wnd->ndis_req_mutex); -+ if (!written) -+ written = &w; -+ if (!needed) -+ needed = &n; -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ prepare_wait_condition(wnd->ndis_req_task, wnd->ndis_req_done, 0); -+ irql = serialize_lock_irql(wnd); -+ assert_irql(_irql_ == DISPATCH_LEVEL); -+ switch (request) { -+ case NdisRequestQueryInformation: -+ TRACE2("%p, %08X, %p", mp->queryinfo, oid, wnd->nmb->mp_ctx); -+ res = LIN2WIN6(mp->queryinfo, wnd->nmb->mp_ctx, oid, buf, -+ buflen, written, needed); -+ break; -+ case NdisRequestSetInformation: -+ TRACE2("%p, %08X, %p", mp->setinfo, oid, wnd->nmb->mp_ctx); -+ res = LIN2WIN6(mp->setinfo, wnd->nmb->mp_ctx, oid, buf, -+ buflen, written, needed); -+ break; -+ default: -+ WARNING("invalid request %d, %08X", request, oid); -+ res = NDIS_STATUS_NOT_SUPPORTED; -+ break; -+ } -+ serialize_unlock_irql(wnd, irql); -+ TRACE2("%08X, %08X", res, oid); -+ if (res == NDIS_STATUS_PENDING) { -+ /* wait for NdisMQueryInformationComplete */ -+ if (wait_condition((wnd->ndis_req_done > 0), 0, -+ TASK_INTERRUPTIBLE) < 0) -+ res = NDIS_STATUS_FAILURE; -+ else -+ res = wnd->ndis_req_status; -+ TRACE2("%08X, %08X", res, oid); -+ } -+ mutex_unlock(&wnd->ndis_req_mutex); -+ DBG_BLOCK(2) { -+ if (res || needed) -+ TRACE2("%08X, %d, %d, %d", res, buflen, *written, -+ *needed); -+ } -+ EXIT3(return res); -+} -+ -+/* MiniportPnPEventNotify */ -+static NDIS_STATUS mp_pnp_event(struct ndis_device *wnd, -+ enum ndis_device_pnp_event event, -+ ULONG power_profile) -+{ -+ struct miniport *mp; -+ -+ ENTER1("%p, %d", wnd, event); -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ if (!mp->pnp_event_notify) { -+ TRACE1("Windows driver %s doesn't support " -+ "MiniportPnpEventNotify", wnd->wd->driver->name); -+ return NDIS_STATUS_FAILURE; -+ } -+ /* RNDIS driver doesn't like to be notified if device is -+ * already halted */ -+ if (!test_bit(HW_INITIALIZED, &wnd->wd->hw_status)) -+ EXIT1(return NDIS_STATUS_SUCCESS); -+ switch (event) { -+ case NdisDevicePnPEventSurpriseRemoved: -+ TRACE1("%u, %p", -+ (wnd->attributes & NDIS_ATTRIBUTE_SURPRISE_REMOVE_OK), -+ mp->pnp_event_notify); -+ if ((wnd->attributes & NDIS_ATTRIBUTE_SURPRISE_REMOVE_OK) && -+ !test_bit(HW_DISABLED, &wnd->wd->hw_status) && -+ mp->pnp_event_notify) { -+ TRACE1("calling surprise_removed"); -+ LIN2WIN4(mp->pnp_event_notify, wnd->nmb->mp_ctx, -+ NdisDevicePnPEventSurpriseRemoved, NULL, 0); -+ } else -+ TRACE1("Windows driver %s doesn't support " -+ "MiniportPnpEventNotify for safe unplugging", -+ wnd->wd->driver->name); -+ return NDIS_STATUS_SUCCESS; -+ case NdisDevicePnPEventPowerProfileChanged: -+ if (power_profile) -+ power_profile = NdisPowerProfileAcOnLine; -+ LIN2WIN4(mp->pnp_event_notify, wnd->nmb->mp_ctx, -+ NdisDevicePnPEventPowerProfileChanged, -+ &power_profile, sizeof(power_profile)); -+ return NDIS_STATUS_SUCCESS; -+ default: -+ WARNING("event %d not yet implemented", event); -+ return NDIS_STATUS_SUCCESS; -+ } -+} -+ -+/* MiniportInitialize */ -+static NDIS_STATUS mp_init(struct ndis_device *wnd) -+{ -+ NDIS_STATUS error_status, status; -+ UINT medium_index; -+ enum ndis_medium medium_array[] = {NdisMedium802_3}; -+ struct miniport *mp; -+ -+ ENTER1("irql: %d", current_irql()); -+ if (test_bit(HW_INITIALIZED, &wnd->wd->hw_status)) { -+ WARNING("device %p already initialized!", wnd); -+ return NDIS_STATUS_FAILURE; -+ } -+ -+ if (!wnd->wd->driver->ndis_driver || -+ !wnd->wd->driver->ndis_driver->mp.init) { -+ WARNING("assuming WDM (non-NDIS) driver"); -+ EXIT1(return NDIS_STATUS_NOT_RECOGNIZED); -+ } -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ status = LIN2WIN6(mp->init, &error_status, &medium_index, medium_array, -+ ARRAY_SIZE(medium_array), wnd->nmb, wnd->nmb); -+ TRACE1("init returns: %08X, irql: %d", status, current_irql()); -+ if (status != NDIS_STATUS_SUCCESS) { -+ WARNING("couldn't initialize device: %08X", status); -+ EXIT1(return NDIS_STATUS_FAILURE); -+ } -+ -+ /* Wait a little to let card power up otherwise ifup might -+ * fail after boot */ -+ sleep_hz(HZ / 5); -+ status = mp_pnp_event(wnd, NdisDevicePnPEventPowerProfileChanged, -+ NdisPowerProfileAcOnLine); -+ if (status != NDIS_STATUS_SUCCESS) -+ TRACE1("setting power failed: %08X", status); -+ set_bit(HW_INITIALIZED, &wnd->wd->hw_status); -+ /* the description about NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND is -+ * misleading/confusing */ -+ status = mp_query(wnd, OID_PNP_CAPABILITIES, -+ &wnd->pnp_capa, sizeof(wnd->pnp_capa)); -+ if (status == NDIS_STATUS_SUCCESS) { -+ TRACE1("%d, %d", wnd->pnp_capa.wakeup.min_magic_packet_wakeup, -+ wnd->pnp_capa.wakeup.min_pattern_wakeup); -+ wnd->attributes |= NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND; -+ status = mp_query_int(wnd, OID_PNP_ENABLE_WAKE_UP, -+ &wnd->ndis_wolopts); -+ TRACE1("%08X, %x", status, wnd->ndis_wolopts); -+ } else if (status == NDIS_STATUS_NOT_SUPPORTED) -+ wnd->attributes &= ~NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND; -+ TRACE1("%d", wnd->pnp_capa.wakeup.min_magic_packet_wakeup); -+ /* although some NDIS drivers support suspend, Linux kernel -+ * has issues with suspending USB devices */ -+ if (wrap_is_usb_bus(wnd->wd->dev_bus)) { -+ wnd->attributes &= ~NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND; -+ wnd->ndis_wolopts = 0; -+ } -+ mp_set_int(wnd, OID_802_11_POWER_MODE, NDIS_POWER_OFF); -+ EXIT1(return NDIS_STATUS_SUCCESS); -+} -+ -+/* MiniportHalt */ -+static void mp_halt(struct ndis_device *wnd) -+{ -+ struct miniport *mp; -+ -+ ENTER1("%p", wnd); -+ if (!test_and_clear_bit(HW_INITIALIZED, &wnd->wd->hw_status)) { -+ WARNING("device %p is not initialized - not halting", wnd); -+ return; -+ } -+ hangcheck_del(wnd); -+ del_iw_stats_timer(wnd); -+#ifdef CONFIG_WIRELESS_EXT -+ if (wnd->physical_medium == NdisPhysicalMediumWirelessLan && -+ wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ mutex_unlock(&wnd->ndis_req_mutex); -+ disassociate(wnd, 0); -+ mutex_lock(&wnd->ndis_req_mutex); -+ } -+#endif -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ TRACE1("halt: %p", mp->mp_halt); -+ LIN2WIN1(mp->mp_halt, wnd->nmb->mp_ctx); -+ /* if a driver doesn't call NdisMDeregisterInterrupt during -+ * halt, deregister it now */ -+ if (wnd->mp_interrupt) -+ NdisMDeregisterInterrupt(wnd->mp_interrupt); -+ /* cancel any timers left by buggy windows driver; also free -+ * the memory for timers */ -+ while (1) { -+ struct nt_slist *slist; -+ struct wrap_timer *wrap_timer; -+ -+ spin_lock_bh(&ntoskernel_lock); -+ if ((slist = wnd->wrap_timer_slist.next)) -+ wnd->wrap_timer_slist.next = slist->next; -+ spin_unlock_bh(&ntoskernel_lock); -+ TIMERTRACE("%p", slist); -+ if (!slist) -+ break; -+ wrap_timer = container_of(slist, struct wrap_timer, slist); -+ wrap_timer->repeat = 0; -+ /* ktimer that this wrap_timer is associated to can't -+ * be touched, as it may have been freed by the driver -+ * already */ -+ if (del_timer_sync(&wrap_timer->timer)) -+ WARNING("Buggy Windows driver left timer %p " -+ "running", wrap_timer->nt_timer); -+ memset(wrap_timer, 0, sizeof(*wrap_timer)); -+ kfree(wrap_timer); -+ } -+ EXIT1(return); -+} -+ -+static NDIS_STATUS mp_set_power_state(struct ndis_device *wnd, -+ enum ndis_power_state state) -+{ -+ NDIS_STATUS status; -+ -+ TRACE1("%d", state); -+ if (state == NdisDeviceStateD0) { -+ status = NDIS_STATUS_SUCCESS; -+ mutex_unlock(&wnd->ndis_req_mutex); -+ if (test_and_clear_bit(HW_HALTED, &wnd->wd->hw_status)) { -+ status = mp_init(wnd); -+ if (status == NDIS_STATUS_SUCCESS) { -+ set_packet_filter(wnd, wnd->packet_filter); -+ set_multicast_list(wnd); -+ } -+ } else if (test_and_clear_bit(HW_SUSPENDED, -+ &wnd->wd->hw_status)) { -+ status = mp_set_int(wnd, OID_PNP_SET_POWER, state); -+ if (status != NDIS_STATUS_SUCCESS) -+ WARNING("%s: setting power to state %d failed? " -+ "%08X", wnd->net_dev->name, state, -+ status); -+ } else -+ return NDIS_STATUS_FAILURE; -+ -+ if (wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ pci_enable_wake(wnd->wd->pci.pdev, PCI_D3hot, 0); -+ pci_enable_wake(wnd->wd->pci.pdev, PCI_D3cold, 0); -+ } -+ if (status == NDIS_STATUS_SUCCESS) { -+ mutex_unlock(&wnd->tx_ring_mutex); -+ netif_device_attach(wnd->net_dev); -+ hangcheck_add(wnd); -+ add_iw_stats_timer(wnd); -+ } else -+ WARNING("%s: couldn't set power to state %d; device not" -+ " resumed", wnd->net_dev->name, state); -+ EXIT1(return status); -+ } else { -+ mutex_lock(&wnd->tx_ring_mutex); -+ netif_device_detach(wnd->net_dev); -+ hangcheck_del(wnd); -+ del_iw_stats_timer(wnd); -+ status = NDIS_STATUS_NOT_SUPPORTED; -+ if (wnd->attributes & NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND) { -+ status = mp_set_int(wnd, OID_PNP_ENABLE_WAKE_UP, -+ wnd->ndis_wolopts); -+ TRACE2("0x%x, 0x%x", status, wnd->ndis_wolopts); -+ if (status == NDIS_STATUS_SUCCESS && -+ wrap_is_pci_bus(wnd->wd->dev_bus)) { -+ if (wnd->ndis_wolopts) -+ wnd->wd->pci.wake_state = -+ PowerDeviceD3; -+ else -+ wnd->wd->pci.wake_state = -+ PowerDeviceUnspecified; -+ } else -+ WARNING("couldn't set wake-on-lan options: " -+ "0x%x, %08X", wnd->ndis_wolopts, status); -+ status = mp_set_int(wnd, OID_PNP_SET_POWER, state); -+ if (status == NDIS_STATUS_SUCCESS) -+ set_bit(HW_SUSPENDED, &wnd->wd->hw_status); -+ else -+ WARNING("suspend failed: %08X", status); -+ } -+ if (status != NDIS_STATUS_SUCCESS) { -+ WARNING("%s does not support power management; " -+ "halting the device", wnd->net_dev->name); -+ mp_halt(wnd); -+ set_bit(HW_HALTED, &wnd->wd->hw_status); -+ status = STATUS_SUCCESS; -+ } -+ mutex_lock(&wnd->ndis_req_mutex); -+ EXIT1(return status); -+ } -+} -+ -+static int ndis_set_mac_address(struct net_device *dev, void *p) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ struct sockaddr *addr = p; -+ struct ndis_configuration_parameter param; -+ struct unicode_string key; -+ struct ansi_string ansi; -+ NDIS_STATUS res; -+ unsigned char mac_string[2 * ETH_ALEN + 1]; -+ mac_address mac; -+ -+ memcpy(mac, addr->sa_data, sizeof(mac)); -+ memset(mac_string, 0, sizeof(mac_string)); -+ res = snprintf(mac_string, sizeof(mac_string), MACSTR, MAC2STR(mac)); -+ if (res != (sizeof(mac_string) - 1)) -+ EXIT1(return -EINVAL); -+ TRACE1("new mac: %s", mac_string); -+ -+ RtlInitAnsiString(&ansi, mac_string); -+ if (RtlAnsiStringToUnicodeString(¶m.data.string, &ansi, -+ TRUE) != STATUS_SUCCESS) -+ EXIT1(return -EINVAL); -+ -+ param.type = NdisParameterString; -+ RtlInitAnsiString(&ansi, "NetworkAddress"); -+ if (RtlAnsiStringToUnicodeString(&key, &ansi, TRUE) != STATUS_SUCCESS) { -+ RtlFreeUnicodeString(¶m.data.string); -+ EXIT1(return -EINVAL); -+ } -+ NdisWriteConfiguration(&res, wnd->nmb, &key, ¶m); -+ RtlFreeUnicodeString(&key); -+ RtlFreeUnicodeString(¶m.data.string); -+ -+ if (res != NDIS_STATUS_SUCCESS) -+ EXIT1(return -EFAULT); -+ if (ndis_reinit(wnd) == NDIS_STATUS_SUCCESS) { -+ res = mp_query(wnd, OID_802_3_CURRENT_ADDRESS, -+ mac, sizeof(mac)); -+ if (res == NDIS_STATUS_SUCCESS) { -+ TRACE1("mac:" MACSTRSEP, MAC2STR(mac)); -+ memcpy(dev->dev_addr, mac, sizeof(mac)); -+ } else -+ ERROR("couldn't get mac address: %08X", res); -+ } -+ EXIT1(return 0); -+} -+ -+static int setup_tx_sg_list(struct ndis_device *wnd, struct sk_buff *skb, -+ struct ndis_packet_oob_data *oob_data) -+{ -+ struct ndis_sg_element *sg_element; -+ struct ndis_sg_list *sg_list; -+ int i; -+ -+ ENTER3("%p, %d", skb, skb_shinfo(skb)->nr_frags); -+ if (skb_shinfo(skb)->nr_frags <= 1) { -+ sg_element = &oob_data->wrap_tx_sg_list.elements[0]; -+ sg_element->address = -+ PCI_DMA_MAP_SINGLE(wnd->wd->pci.pdev, skb->data, -+ skb->len, PCI_DMA_TODEVICE); -+ sg_element->length = skb->len; -+ oob_data->wrap_tx_sg_list.nent = 1; -+ oob_data->ext.info[ScatterGatherListPacketInfo] = -+ &oob_data->wrap_tx_sg_list; -+ TRACE3("%llx, %u", sg_element->address, sg_element->length); -+ return 0; -+ } -+ sg_list = kmalloc(sizeof(*sg_list) + -+ (skb_shinfo(skb)->nr_frags + 1) * sizeof(*sg_element), -+ GFP_ATOMIC); -+ if (!sg_list) -+ return -ENOMEM; -+ sg_list->nent = skb_shinfo(skb)->nr_frags + 1; -+ TRACE3("%p, %d", sg_list, sg_list->nent); -+ sg_element = sg_list->elements; -+ sg_element->length = skb_headlen(skb); -+ sg_element->address = -+ PCI_DMA_MAP_SINGLE(wnd->wd->pci.pdev, skb->data, -+ skb_headlen(skb), PCI_DMA_TODEVICE); -+ for (i = 0; i < skb_shinfo(skb)->nr_frags; i++) { -+ skb_frag_t *frag = &skb_shinfo(skb)->frags[i]; -+ sg_element++; -+ sg_element->length = frag->size; -+ sg_element->address = -+ pci_map_page(wnd->wd->pci.pdev, skb_frag_page(frag), -+ frag->page_offset, frag->size, -+ PCI_DMA_TODEVICE); -+ TRACE3("%llx, %u", sg_element->address, sg_element->length); -+ } -+ oob_data->ext.info[ScatterGatherListPacketInfo] = sg_list; -+ return 0; -+} -+ -+static void free_tx_sg_list(struct ndis_device *wnd, -+ struct ndis_packet_oob_data *oob_data) -+{ -+ int i; -+ struct ndis_sg_element *sg_element; -+ struct ndis_sg_list *sg_list = -+ oob_data->ext.info[ScatterGatherListPacketInfo]; -+ sg_element = sg_list->elements; -+ TRACE3("%p, %d", sg_list, sg_list->nent); -+ PCI_DMA_UNMAP_SINGLE(wnd->wd->pci.pdev, sg_element->address, -+ sg_element->length, PCI_DMA_TODEVICE); -+ if (sg_list->nent == 1) -+ EXIT3(return); -+ for (i = 1; i < sg_list->nent; i++, sg_element++) { -+ TRACE3("%llx, %u", sg_element->address, sg_element->length); -+ pci_unmap_page(wnd->wd->pci.pdev, sg_element->address, -+ sg_element->length, PCI_DMA_TODEVICE); -+ } -+ TRACE3("%p", sg_list); -+ kfree(sg_list); -+} -+ -+static struct ndis_packet *alloc_tx_packet(struct ndis_device *wnd, -+ struct sk_buff *skb) -+{ -+ struct ndis_packet *packet; -+ ndis_buffer *buffer; -+ struct ndis_packet_oob_data *oob_data; -+ NDIS_STATUS status; -+ -+ NdisAllocatePacket(&status, &packet, wnd->tx_packet_pool); -+ if (status != NDIS_STATUS_SUCCESS) -+ return NULL; -+ NdisAllocateBuffer(&status, &buffer, wnd->tx_buffer_pool, -+ skb->data, skb->len); -+ if (status != NDIS_STATUS_SUCCESS) { -+ NdisFreePacket(packet); -+ return NULL; -+ } -+ packet->private.buffer_head = buffer; -+ packet->private.buffer_tail = buffer; -+ -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ oob_data->tx_skb = skb; -+ if (wnd->sg_dma_size) { -+ if (setup_tx_sg_list(wnd, skb, oob_data)) { -+ NdisFreeBuffer(buffer); -+ NdisFreePacket(packet); -+ return NULL; -+ } -+ } -+ if (skb->ip_summed == CHECKSUM_PARTIAL) { -+ struct ndis_tcp_ip_checksum_packet_info csum; -+ int protocol; -+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,21) -+ protocol = ntohs(skb->protocol); -+#else -+ protocol = skb->nh.iph->protocol; -+#endif -+ csum.value = 0; -+ csum.tx.v4 = 1; -+ if (protocol == IPPROTO_TCP) -+ csum.tx.tcp = 1; -+ else if (protocol == IPPROTO_UDP) -+ csum.tx.udp = 1; -+// csum->tx.ip = 1; -+ packet->private.flags |= NDIS_PROTOCOL_ID_TCP_IP; -+ oob_data->ext.info[TcpIpChecksumPacketInfo] = -+ (void *)(ULONG_PTR)csum.value; -+ } -+ DBG_BLOCK(4) { -+ dump_bytes(__func__, skb->data, skb->len); -+ } -+ TRACE4("%p, %p, %p", packet, buffer, skb); -+ return packet; -+} -+ -+void free_tx_packet(struct ndis_device *wnd, struct ndis_packet *packet, -+ NDIS_STATUS status) -+{ -+ ndis_buffer *buffer; -+ struct ndis_packet_oob_data *oob_data; -+ struct sk_buff *skb; -+ struct ndis_packet_pool *pool; -+ -+ assert_irql(_irql_ <= DISPATCH_LEVEL); -+ assert(packet->private.packet_flags); -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ skb = oob_data->tx_skb; -+ buffer = packet->private.buffer_head; -+ TRACE4("%p, %p, %p, %08X", packet, buffer, skb, status); -+ if (status == NDIS_STATUS_SUCCESS) { -+ pre_atomic_add(wnd->net_stats.tx_bytes, packet->private.len); -+ atomic_inc_var(wnd->net_stats.tx_packets); -+ } else { -+ TRACE1("packet dropped: %08X", status); -+ atomic_inc_var(wnd->net_stats.tx_dropped); -+ } -+ if (wnd->sg_dma_size) -+ free_tx_sg_list(wnd, oob_data); -+ NdisFreeBuffer(buffer); -+ dev_kfree_skb_any(skb); -+ pool = packet->private.pool; -+ NdisFreePacket(packet); -+ if (netif_queue_stopped(wnd->net_dev) && -+ ((pool->max_descr - pool->num_used_descr) >= -+ (wnd->max_tx_packets / 4))) { -+ set_bit(NETIF_WAKEQ, &wnd->ndis_pending_work); -+ queue_work(wrapndis_wq, &wnd->ndis_work); -+ } -+ EXIT4(return); -+} -+ -+/* MiniportSend and MiniportSendPackets */ -+/* this function is called holding tx_ring_mutex. start and n are such -+ * that start + n < TX_RING_SIZE; i.e., packets don't wrap around -+ * ring */ -+static u8 mp_tx_packets(struct ndis_device *wnd, u8 start, u8 n) -+{ -+ NDIS_STATUS res; -+ struct miniport *mp; -+ struct ndis_packet *packet; -+ u8 sent; -+ KIRQL irql; -+ -+ ENTER3("%d, %d", start, n); -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ if (mp->send_packets) { -+ if (deserialized_driver(wnd)) { -+ LIN2WIN3(mp->send_packets, wnd->nmb->mp_ctx, -+ &wnd->tx_ring[start], n); -+ sent = n; -+ } else { -+ irql = serialize_lock_irql(wnd); -+ LIN2WIN3(mp->send_packets, wnd->nmb->mp_ctx, -+ &wnd->tx_ring[start], n); -+ serialize_unlock_irql(wnd, irql); -+ for (sent = 0; sent < n && wnd->tx_ok; sent++) { -+ struct ndis_packet_oob_data *oob_data; -+ packet = wnd->tx_ring[start + sent]; -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ switch ((res = -+ xchg(&oob_data->status, -+ NDIS_STATUS_NOT_RECOGNIZED))) { -+ case NDIS_STATUS_SUCCESS: -+ free_tx_packet(wnd, packet, -+ NDIS_STATUS_SUCCESS); -+ break; -+ case NDIS_STATUS_PENDING: -+ break; -+ case NDIS_STATUS_RESOURCES: -+ wnd->tx_ok = 0; -+ /* resubmit this packet and -+ * the rest when resources -+ * become available */ -+ sent--; -+ break; -+ case NDIS_STATUS_FAILURE: -+ free_tx_packet(wnd, packet, -+ NDIS_STATUS_FAILURE); -+ break; -+ default: -+ ERROR("%p: invalid status: %08X", -+ packet, res); -+ free_tx_packet(wnd, packet, -+ oob_data->status); -+ break; -+ } -+ TRACE3("%p, %d", packet, res); -+ } -+ } -+ TRACE3("sent: %d(%d)", sent, n); -+ } else { -+ for (sent = 0; sent < n && wnd->tx_ok; sent++) { -+ struct ndis_packet_oob_data *oob_data; -+ packet = wnd->tx_ring[start + sent]; -+ oob_data = NDIS_PACKET_OOB_DATA(packet); -+ oob_data->status = NDIS_STATUS_NOT_RECOGNIZED; -+ irql = serialize_lock_irql(wnd); -+ res = LIN2WIN3(mp->send, wnd->nmb->mp_ctx, -+ packet, packet->private.flags); -+ serialize_unlock_irql(wnd, irql); -+ switch (res) { -+ case NDIS_STATUS_SUCCESS: -+ free_tx_packet(wnd, packet, res); -+ break; -+ case NDIS_STATUS_PENDING: -+ break; -+ case NDIS_STATUS_RESOURCES: -+ wnd->tx_ok = 0; -+ /* resend this packet when resources -+ * become available */ -+ sent--; -+ break; -+ case NDIS_STATUS_FAILURE: -+ free_tx_packet(wnd, packet, res); -+ break; -+ default: -+ ERROR("packet %p: invalid status: %08X", -+ packet, res); -+ break; -+ } -+ } -+ } -+ EXIT3(return sent); -+} -+ -+static void tx_worker(struct work_struct *work) -+{ -+ struct ndis_device *wnd; -+ s8 n; -+ -+ wnd = container_of(work, struct ndis_device, tx_work); -+ ENTER3("tx_ok %d", wnd->tx_ok); -+ while (wnd->tx_ok) { -+ mutex_lock(&wnd->tx_ring_mutex); -+ spin_lock_bh(&wnd->tx_ring_lock); -+ n = wnd->tx_ring_end - wnd->tx_ring_start; -+ TRACE3("%d, %d, %d", wnd->tx_ring_start, wnd->tx_ring_end, n); -+ /* end == start if either ring is empty or full; in -+ * the latter case is_tx_ring_full is set */ -+ if (n == 0) { -+ if (wnd->is_tx_ring_full) -+ n = TX_RING_SIZE - wnd->tx_ring_start; -+ else { -+ spin_unlock_bh(&wnd->tx_ring_lock); -+ mutex_unlock(&wnd->tx_ring_mutex); -+ break; -+ } -+ } else if (n < 0) -+ n = TX_RING_SIZE - wnd->tx_ring_start; -+ spin_unlock_bh(&wnd->tx_ring_lock); -+ if (unlikely(n > wnd->max_tx_packets)) -+ n = wnd->max_tx_packets; -+ n = mp_tx_packets(wnd, wnd->tx_ring_start, n); -+ if (n) { -+ wnd->net_dev->trans_start = jiffies; -+ wnd->tx_ring_start = -+ (wnd->tx_ring_start + n) % TX_RING_SIZE; -+ wnd->is_tx_ring_full = 0; -+ } -+ mutex_unlock(&wnd->tx_ring_mutex); -+ TRACE3("%d, %d, %d", wnd->tx_ring_start, wnd->tx_ring_end, n); -+ } -+ EXIT3(return); -+} -+ -+static int tx_skbuff(struct sk_buff *skb, struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ struct ndis_packet *packet; -+ -+ packet = alloc_tx_packet(wnd, skb); -+ if (!packet) { -+ TRACE2("couldn't allocate packet"); -+ netif_tx_lock(dev); -+ netif_stop_queue(dev); -+ netif_tx_unlock(dev); -+ return NETDEV_TX_BUSY; -+ } -+ spin_lock(&wnd->tx_ring_lock); -+ wnd->tx_ring[wnd->tx_ring_end++] = packet; -+ if (wnd->tx_ring_end == TX_RING_SIZE) -+ wnd->tx_ring_end = 0; -+ if (wnd->tx_ring_end == wnd->tx_ring_start) { -+ netif_tx_lock(dev); -+ wnd->is_tx_ring_full = 1; -+ netif_stop_queue(dev); -+ netif_tx_unlock(dev); -+ } -+ spin_unlock(&wnd->tx_ring_lock); -+ TRACE4("ring: %d, %d", wnd->tx_ring_start, wnd->tx_ring_end); -+ queue_work(wrapndis_wq, &wnd->tx_work); -+ return NETDEV_TX_OK; -+} -+ -+static int set_packet_filter(struct ndis_device *wnd, ULONG packet_filter) -+{ -+ NDIS_STATUS res; -+ -+ while (1) { -+ res = mp_set_int(wnd, OID_GEN_CURRENT_PACKET_FILTER, -+ packet_filter); -+ if (res == NDIS_STATUS_SUCCESS) -+ break; -+ TRACE2("couldn't set filter 0x%08x", packet_filter); -+ /* NDIS_PACKET_TYPE_PROMISCUOUS may not work with 802.11 */ -+ if (packet_filter & NDIS_PACKET_TYPE_PROMISCUOUS) { -+ packet_filter &= ~NDIS_PACKET_TYPE_PROMISCUOUS; -+ continue; -+ } -+ if (packet_filter & NDIS_PACKET_TYPE_ALL_LOCAL) { -+ packet_filter &= ~NDIS_PACKET_TYPE_ALL_LOCAL; -+ continue; -+ } -+ if (packet_filter & NDIS_PACKET_TYPE_ALL_FUNCTIONAL) { -+ packet_filter &= ~NDIS_PACKET_TYPE_ALL_FUNCTIONAL; -+ continue; -+ } -+ if (packet_filter & NDIS_PACKET_TYPE_MULTICAST) { -+ packet_filter &= ~NDIS_PACKET_TYPE_MULTICAST; -+ packet_filter |= NDIS_PACKET_TYPE_ALL_MULTICAST; -+ continue; -+ } -+ if (packet_filter & NDIS_PACKET_TYPE_ALL_MULTICAST) { -+ packet_filter &= ~NDIS_PACKET_TYPE_ALL_MULTICAST; -+ continue; -+ } -+ break; -+ } -+ -+ wnd->packet_filter = packet_filter; -+ res = mp_query_int(wnd, OID_GEN_CURRENT_PACKET_FILTER, &packet_filter); -+ if (packet_filter != wnd->packet_filter) { -+ WARNING("filter not set: 0x%08x, 0x%08x", -+ packet_filter, wnd->packet_filter); -+ wnd->packet_filter = packet_filter; -+ } -+ if (wnd->packet_filter) -+ EXIT3(return 0); -+ else -+ EXIT3(return -1); -+} -+ -+void set_media_state(struct ndis_device *wnd, enum ndis_media_state state) -+{ -+ struct net_device *net_dev = wnd->net_dev; -+ -+ ENTER2("state: 0x%x, carrier %d", state, netif_carrier_ok(net_dev)); -+ switch (state) { -+ case NdisMediaStateConnected: -+ if (netif_carrier_ok(net_dev)) -+ return; -+ netif_carrier_on(net_dev); -+ wnd->tx_ok = 1; -+ if (netif_queue_stopped(net_dev)) -+ netif_wake_queue(net_dev); -+ if (wnd->physical_medium == NdisPhysicalMediumWirelessLan) { -+ set_bit(LINK_STATUS_ON, &wnd->ndis_pending_work); -+ queue_work(wrapndis_wq, &wnd->ndis_work); -+ } -+ break; -+ case NdisMediaStateDisconnected: -+ if (!netif_carrier_ok(net_dev)) -+ return; -+ netif_carrier_off(net_dev); -+ netif_stop_queue(net_dev); -+ wnd->tx_ok = 0; -+ if (wnd->physical_medium == NdisPhysicalMediumWirelessLan) { -+ memset(&wnd->essid, 0, sizeof(wnd->essid)); -+ set_bit(LINK_STATUS_OFF, &wnd->ndis_pending_work); -+ queue_work(wrapndis_wq, &wnd->ndis_work); -+ } -+ break; -+ default: -+ WARNING("invalid media state: 0x%x", state); -+ break; -+ } -+} -+ -+static int ndis_net_dev_init(struct net_device *net_dev) -+{ -+ struct ndis_device *wnd = netdev_priv(net_dev); -+ -+ ENTER1("%p", wnd); -+ wrap_procfs_add_ndis_device(wnd); -+ EXIT1(return 0); -+} -+ -+static void ndis_net_dev_uninit(struct net_device *net_dev) -+{ -+ struct ndis_device *wnd = netdev_priv(net_dev); -+ -+ ENTER1("%p", wnd); -+ wrap_procfs_remove_ndis_device(wnd); -+ EXIT1(return); -+} -+ -+static int ndis_net_dev_open(struct net_device *net_dev) -+{ -+ int status, res; -+ struct ndis_device *wnd = netdev_priv(net_dev); -+ -+ ENTER1("%p", wnd); -+ res = mp_query_int(wnd, OID_GEN_MEDIA_CONNECT_STATUS, &status); -+ if (res == NDIS_STATUS_SUCCESS && status >= NdisMediaStateConnected && -+ status <= NdisMediaStateDisconnected) -+ set_media_state(wnd, status); -+ netif_start_queue(net_dev); -+ netif_poll_enable(net_dev); -+ EXIT1(return 0); -+} -+ -+static int ndis_net_dev_close(struct net_device *net_dev) -+{ -+ ENTER1("%p", netdev_priv(net_dev)); -+ netif_poll_disable(net_dev); -+ netif_tx_disable(net_dev); -+ EXIT1(return 0); -+} -+ -+static int ndis_change_mtu(struct net_device *net_dev, int mtu) -+{ -+ struct ndis_device *wnd = netdev_priv(net_dev); -+ int max; -+ -+ if (mtu < ETH_ZLEN) -+ return -EINVAL; -+ if (mp_query_int(wnd, OID_GEN_MAXIMUM_TOTAL_SIZE, &max) != -+ NDIS_STATUS_SUCCESS) -+ return -EOPNOTSUPP; -+ TRACE1("%d", max); -+ max -= ETH_HLEN; -+ if (max <= ETH_ZLEN) -+ return -EINVAL; -+ if (mtu + ETH_HLEN > max) -+ return -EINVAL; -+ net_dev->mtu = mtu; -+ return 0; -+} -+ -+#ifdef CONFIG_NET_POLL_CONTROLLER -+static void ndis_poll_controller(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ disable_irq(dev->irq); -+ ndis_isr(wnd->mp_interrupt->kinterrupt, wnd->mp_interrupt); -+ enable_irq(dev->irq); -+} -+#endif -+ -+/* called from BH context */ -+static struct net_device_stats *ndis_get_stats(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ return &wnd->net_stats; -+} -+ -+/* called from BH context */ -+static void ndis_set_multicast_list(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ set_bit(SET_MULTICAST_LIST, &wnd->ndis_pending_work); -+ queue_work(wrapndis_wq, &wnd->ndis_work); -+} -+ -+/* called from BH context */ -+struct iw_statistics *get_iw_stats(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ return &wnd->iw_stats; -+} -+ -+static void update_iw_stats(struct ndis_device *wnd) -+{ -+ struct iw_statistics *iw_stats = &wnd->iw_stats; -+ struct ndis_wireless_stats ndis_stats; -+ NDIS_STATUS res; -+ ndis_rssi rssi; -+ int qual; -+ -+ ENTER2("%p", wnd); -+ if (wnd->iw_stats_enabled == FALSE || !netif_carrier_ok(wnd->net_dev)) { -+ memset(iw_stats, 0, sizeof(*iw_stats)); -+ EXIT2(return); -+ } -+ res = mp_query(wnd, OID_802_11_RSSI, &rssi, sizeof(rssi)); -+ if (res == NDIS_STATUS_SUCCESS) -+ iw_stats->qual.level = rssi; -+ -+ qual = 100 * (rssi - WL_NOISE) / (WL_SIGMAX - WL_NOISE); -+ if (qual < 0) -+ qual = 0; -+ else if (qual > 100) -+ qual = 100; -+ -+ iw_stats->qual.noise = WL_NOISE; -+ iw_stats->qual.qual = qual; -+ -+ res = mp_query(wnd, OID_802_11_STATISTICS, -+ &ndis_stats, sizeof(ndis_stats)); -+ if (res != NDIS_STATUS_SUCCESS) -+ EXIT2(return); -+ iw_stats->discard.retries = (unsigned long)ndis_stats.retry + -+ (unsigned long)ndis_stats.multi_retry; -+ iw_stats->discard.misc = (unsigned long)ndis_stats.fcs_err + -+ (unsigned long)ndis_stats.rtss_fail + -+ (unsigned long)ndis_stats.ack_fail + -+ (unsigned long)ndis_stats.frame_dup; -+ -+ EXIT2(return); -+} -+ -+static void set_multicast_list(struct ndis_device *wnd) -+{ -+ struct net_device *net_dev; -+ ULONG packet_filter; -+ NDIS_STATUS res; -+ -+ net_dev = wnd->net_dev; -+ packet_filter = wnd->packet_filter; -+ -+ TRACE2("0x%08x", packet_filter); -+ if (net_dev->flags & IFF_PROMISC) { -+ packet_filter |= NDIS_PACKET_TYPE_PROMISCUOUS | -+ NDIS_PACKET_TYPE_ALL_LOCAL; -+ } else if (net_dev->flags & IFF_ALLMULTI || -+ netdev_mc_count(net_dev) > wnd->multicast_size) { -+ packet_filter |= NDIS_PACKET_TYPE_ALL_MULTICAST; -+ TRACE2("0x%08x", packet_filter); -+ } else if (netdev_mc_count(net_dev) > 0) { -+ int i, size; -+ char *buf; -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35) -+ struct netdev_hw_addr *ha; -+#else -+ struct dev_mc_list *mclist; -+#endif -+ size = min(wnd->multicast_size, netdev_mc_count(net_dev)); -+ TRACE2("%d, %d", wnd->multicast_size, netdev_mc_count(net_dev)); -+ buf = kmalloc(size * ETH_ALEN, GFP_KERNEL); -+ if (!buf) { -+ WARNING("couldn't allocate memory"); -+ EXIT2(return); -+ } -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35) -+ i = 0; -+ netdev_for_each_mc_addr(ha, net_dev) { -+ if (i >= size) -+ break; -+ memcpy(buf + i * ETH_ALEN, ha->addr, ETH_ALEN); -+ TRACE2(MACSTRSEP, MAC2STR(ha->addr)); -+ i++; -+ } -+#else -+ mclist = net_dev->mc_list; -+ for (i = 0; i < size && mclist; mclist = mclist->next) { -+ if (mclist->dmi_addrlen != ETH_ALEN) -+ continue; -+ memcpy(buf + i * ETH_ALEN, mclist->dmi_addr, ETH_ALEN); -+ TRACE2(MACSTRSEP, MAC2STR(mclist->dmi_addr)); -+ i++; -+ } -+#endif -+ res = mp_set(wnd, OID_802_3_MULTICAST_LIST, buf, i * ETH_ALEN); -+ if (res == NDIS_STATUS_SUCCESS && i > 0) -+ packet_filter |= NDIS_PACKET_TYPE_MULTICAST; -+ else -+ packet_filter |= NDIS_PACKET_TYPE_ALL_MULTICAST; -+ kfree(buf); -+ } -+ TRACE2("0x%08x", packet_filter); -+ res = set_packet_filter(wnd, packet_filter); -+ if (res) -+ TRACE1("couldn't set packet filter (%08X)", res); -+ EXIT2(return); -+} -+ -+static void link_status_off(struct ndis_device *wnd) -+{ -+#ifdef CONFIG_WIRELESS_EXT -+ union iwreq_data wrqu; -+ -+ memset(&wrqu, 0, sizeof(wrqu)); -+ wrqu.ap_addr.sa_family = ARPHRD_ETHER; -+ wireless_send_event(wnd->net_dev, SIOCGIWAP, &wrqu, NULL); -+#endif -+ EXIT2(return); -+} -+ -+static void link_status_on(struct ndis_device *wnd) -+{ -+#ifdef CONFIG_WIRELESS_EXT -+ struct ndis_assoc_info *ndis_assoc_info; -+ union iwreq_data wrqu; -+ NDIS_STATUS res; -+ const int assoc_size = sizeof(*ndis_assoc_info) + IW_CUSTOM_MAX + 32; -+#endif -+ -+ ENTER2(""); -+#ifdef CONFIG_WIRELESS_EXT -+ memset(&wrqu, 0, sizeof(wrqu)); -+ ndis_assoc_info = kzalloc(assoc_size, GFP_KERNEL); -+ if (!ndis_assoc_info) { -+ ERROR("couldn't allocate memory"); -+ goto send_assoc_event; -+ } -+ res = mp_query(wnd, OID_802_11_ASSOCIATION_INFORMATION, -+ ndis_assoc_info, assoc_size); -+ if (res) { -+ TRACE2("query assoc_info failed (%08X)", res); -+ kfree(ndis_assoc_info); -+ goto send_assoc_event; -+ } -+ TRACE2("%u, 0x%x, %u, 0x%x, %u", ndis_assoc_info->length, -+ ndis_assoc_info->req_ies, ndis_assoc_info->req_ie_length, -+ ndis_assoc_info->resp_ies, ndis_assoc_info->resp_ie_length); -+ if (ndis_assoc_info->req_ie_length > 0) { -+ wrqu.data.length = ndis_assoc_info->req_ie_length; -+ wireless_send_event(wnd->net_dev, IWEVASSOCREQIE, &wrqu, -+ ((char *)ndis_assoc_info) + -+ ndis_assoc_info->offset_req_ies); -+ } -+ if (ndis_assoc_info->resp_ie_length > 0) { -+ wrqu.data.length = ndis_assoc_info->resp_ie_length; -+ wireless_send_event(wnd->net_dev, IWEVASSOCRESPIE, &wrqu, -+ ((char *)ndis_assoc_info) + -+ ndis_assoc_info->offset_resp_ies); -+ } -+ kfree(ndis_assoc_info); -+ -+send_assoc_event: -+ get_ap_address(wnd, wrqu.ap_addr.sa_data); -+ wrqu.ap_addr.sa_family = ARPHRD_ETHER; -+ TRACE2(MACSTRSEP, MAC2STR(wrqu.ap_addr.sa_data)); -+ wireless_send_event(wnd->net_dev, SIOCGIWAP, &wrqu, NULL); -+#endif -+ EXIT2(return); -+} -+ -+static void iw_stats_timer_proc(unsigned long data) -+{ -+ struct ndis_device *wnd = (struct ndis_device *)data; -+ -+ ENTER2("%d", wnd->iw_stats_interval); -+ if (wnd->iw_stats_interval > 0) { -+ set_bit(COLLECT_IW_STATS, &wnd->ndis_pending_work); -+ queue_work(wrapndis_wq, &wnd->ndis_work); -+ } -+ mod_timer(&wnd->iw_stats_timer, jiffies + wnd->iw_stats_interval); -+} -+ -+static void add_iw_stats_timer(struct ndis_device *wnd) -+{ -+ if (wnd->physical_medium != NdisPhysicalMediumWirelessLan) -+ return; -+ if (wnd->iw_stats_interval < 0) -+ wnd->iw_stats_interval *= -1; -+ wnd->iw_stats_timer.data = (unsigned long)wnd; -+ wnd->iw_stats_timer.function = iw_stats_timer_proc; -+ mod_timer(&wnd->iw_stats_timer, jiffies + wnd->iw_stats_interval); -+} -+ -+static void del_iw_stats_timer(struct ndis_device *wnd) -+{ -+ ENTER2("%d", wnd->iw_stats_interval); -+ wnd->iw_stats_interval *= -1; -+ del_timer_sync(&wnd->iw_stats_timer); -+ EXIT2(return); -+} -+ -+static void hangcheck_proc(unsigned long data) -+{ -+ struct ndis_device *wnd = (struct ndis_device *)data; -+ -+ ENTER3("%d", wnd->hangcheck_interval); -+ if (wnd->hangcheck_interval > 0) { -+ set_bit(HANGCHECK, &wnd->ndis_pending_work); -+ queue_work(wrapndis_wq, &wnd->ndis_work); -+ } -+ mod_timer(&wnd->hangcheck_timer, jiffies + wnd->hangcheck_interval); -+ EXIT3(return); -+} -+ -+void hangcheck_add(struct ndis_device *wnd) -+{ -+ if (!wnd->wd->driver->ndis_driver->mp.hangcheck || -+ hangcheck_interval < 0) -+ EXIT2(return); -+ -+ if (hangcheck_interval > 0) -+ wnd->hangcheck_interval = hangcheck_interval * HZ; -+ if (wnd->hangcheck_interval < 0) -+ wnd->hangcheck_interval *= -1; -+ wnd->hangcheck_timer.data = (unsigned long)wnd; -+ wnd->hangcheck_timer.function = hangcheck_proc; -+ mod_timer(&wnd->hangcheck_timer, jiffies + wnd->hangcheck_interval); -+ EXIT2(return); -+} -+ -+void hangcheck_del(struct ndis_device *wnd) -+{ -+ ENTER2("%d", wnd->hangcheck_interval); -+ if (wnd->hangcheck_interval > 0) -+ wnd->hangcheck_interval *= -1; -+ del_timer_sync(&wnd->hangcheck_timer); -+ EXIT2(return); -+} -+ -+/* worker procedure to take care of setting/checking various states */ -+static void wrapndis_worker(struct work_struct *work) -+{ -+ struct ndis_device *wnd; -+ -+ wnd = container_of(work, struct ndis_device, ndis_work); -+ WORKTRACE("0x%lx", wnd->ndis_pending_work); -+ -+ if (test_and_clear_bit(NETIF_WAKEQ, &wnd->ndis_pending_work)) { -+ netif_tx_lock_bh(wnd->net_dev); -+ netif_wake_queue(wnd->net_dev); -+ netif_tx_unlock_bh(wnd->net_dev); -+ } -+ -+ if (test_and_clear_bit(LINK_STATUS_OFF, &wnd->ndis_pending_work)) -+ link_status_off(wnd); -+ -+ if (test_and_clear_bit(LINK_STATUS_ON, &wnd->ndis_pending_work)) -+ link_status_on(wnd); -+ -+ if (test_and_clear_bit(COLLECT_IW_STATS, &wnd->ndis_pending_work)) -+ update_iw_stats(wnd); -+ -+ if (test_and_clear_bit(SET_MULTICAST_LIST, -+ &wnd->ndis_pending_work)) -+ set_multicast_list(wnd); -+ -+ if (test_and_clear_bit(HANGCHECK, &wnd->ndis_pending_work)) { -+ struct miniport *mp; -+ BOOLEAN reset; -+ KIRQL irql; -+ -+ mp = &wnd->wd->driver->ndis_driver->mp; -+ irql = serialize_lock_irql(wnd); -+ reset = LIN2WIN1(mp->hangcheck, wnd->nmb->mp_ctx); -+ serialize_unlock_irql(wnd, irql); -+ if (reset) { -+ TRACE2("%s needs reset", wnd->net_dev->name); -+ mp_reset(wnd); -+ } -+ } -+ WORKEXIT(return); -+} -+ -+NDIS_STATUS ndis_reinit(struct ndis_device *wnd) -+{ -+ NDIS_STATUS status; -+ -+ wnd->attributes &= ~NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND; -+ status = mp_set_power_state(wnd, NdisDeviceStateD3); -+ if (status != NDIS_STATUS_SUCCESS) { -+ ERROR("halting device %s failed: %08X", wnd->net_dev->name, -+ status); -+ return status; -+ } -+ status = mp_set_power_state(wnd, NdisDeviceStateD0); -+ if (status != NDIS_STATUS_SUCCESS) -+ ERROR("starting device %s failed: %08X", wnd->net_dev->name, -+ status); -+ return status; -+} -+ -+#ifdef CONFIG_WIRELESS_EXT -+static void get_encryption_capa(struct ndis_device *wnd, char *buf, -+ const int buf_len) -+{ -+ int i, mode; -+ NDIS_STATUS res; -+ struct ndis_assoc_info ndis_assoc_info; -+ struct ndis_add_key ndis_key; -+ struct ndis_capability *c; -+ -+ ENTER1("%p", wnd); -+ /* set network type to g, b, or a, in that order */ -+ res = mp_query(wnd, OID_802_11_NETWORK_TYPES_SUPPORTED, buf, buf_len); -+ if (res == NDIS_STATUS_SUCCESS) { -+ struct network_type_list *net_types; -+ unsigned long types = 0; -+ net_types = (typeof(net_types))buf; -+ for (i = 0; i < net_types->num; i++) { -+ TRACE2("%d", net_types->types[i]); -+ set_bit(net_types->types[i], &types); -+ } -+ if (test_bit(Ndis802_11OFDM24, &types)) -+ mode = Ndis802_11OFDM24; -+ else if (test_bit(Ndis802_11DS, &types)) -+ mode = Ndis802_11DS; -+ else if (test_bit(Ndis802_11OFDM5, &types)) -+ mode = Ndis802_11OFDM5; -+ else -+ mode = Ndis802_11DS; -+ mp_set_int(wnd, OID_802_11_NETWORK_TYPE_IN_USE, mode); -+ } -+ /* check if WEP is supported */ -+ if (set_iw_encr_mode(wnd, IW_AUTH_CIPHER_WEP104, -+ IW_AUTH_CIPHER_NONE) == 0 && -+ get_ndis_encr_mode(wnd) == Ndis802_11Encryption1KeyAbsent) -+ set_bit(Ndis802_11Encryption1Enabled, &wnd->capa.encr); -+ -+ /* check if WPA is supported */ -+ if (set_ndis_auth_mode(wnd, Ndis802_11AuthModeWPA) == 0 && -+ get_ndis_auth_mode(wnd) == Ndis802_11AuthModeWPA) -+ set_bit(Ndis802_11AuthModeWPA, &wnd->capa.encr); -+ else -+ EXIT1(return); -+ -+ if (set_ndis_auth_mode(wnd, Ndis802_11AuthModeWPAPSK) == 0 && -+ get_ndis_auth_mode(wnd) == Ndis802_11AuthModeWPAPSK) -+ set_bit(Ndis802_11AuthModeWPAPSK, &wnd->capa.encr); -+ -+ /* check for highest encryption */ -+ mode = 0; -+ if (set_iw_encr_mode(wnd, IW_AUTH_CIPHER_CCMP, -+ IW_AUTH_CIPHER_NONE) == 0 && -+ (i = get_ndis_encr_mode(wnd)) > 0 && -+ (i == Ndis802_11Encryption3KeyAbsent || -+ i == Ndis802_11Encryption3Enabled)) -+ mode = Ndis802_11Encryption3Enabled; -+ else if (set_iw_encr_mode(wnd, IW_AUTH_CIPHER_TKIP, -+ IW_AUTH_CIPHER_NONE) == 0 && -+ (i = get_ndis_encr_mode(wnd)) > 0 && -+ (i == Ndis802_11Encryption2KeyAbsent || -+ i == Ndis802_11Encryption2Enabled)) -+ mode = Ndis802_11Encryption2Enabled; -+ else if (set_iw_encr_mode(wnd, IW_AUTH_CIPHER_WEP104, -+ IW_AUTH_CIPHER_NONE) == 0 && -+ (i = get_ndis_encr_mode(wnd)) > 0 && -+ (i == Ndis802_11Encryption1KeyAbsent || -+ i == Ndis802_11Encryption1Enabled)) -+ mode = Ndis802_11Encryption1Enabled; -+ -+ TRACE1("mode: %d", mode); -+ if (mode == 0) -+ EXIT1(return); -+ set_bit(Ndis802_11Encryption1Enabled, &wnd->capa.encr); -+ if (mode == Ndis802_11Encryption1Enabled) -+ EXIT1(return); -+ -+ ndis_key.length = 32; -+ ndis_key.index = 0xC0000001; -+ ndis_key.struct_size = sizeof(ndis_key); -+ res = mp_set(wnd, OID_802_11_ADD_KEY, &ndis_key, ndis_key.struct_size); -+ TRACE2("%08X, %zu", res, sizeof(ndis_key)); -+ if (res && res != NDIS_STATUS_INVALID_DATA) -+ EXIT1(return); -+ res = mp_query(wnd, OID_802_11_ASSOCIATION_INFORMATION, -+ &ndis_assoc_info, sizeof(ndis_assoc_info)); -+ TRACE1("%08X", res); -+ if (res == NDIS_STATUS_NOT_SUPPORTED) -+ EXIT1(return); -+ -+ set_bit(Ndis802_11Encryption2Enabled, &wnd->capa.encr); -+ if (mode == Ndis802_11Encryption3Enabled) -+ set_bit(Ndis802_11Encryption3Enabled, &wnd->capa.encr); -+ /* not all drivers support OID_802_11_CAPABILITY, so we don't -+ * know for sure if driver support WPA or WPAPSK; assume -+ * WPAPSK */ -+ set_bit(Ndis802_11AuthModeWPAPSK, &wnd->capa.auth); -+ wnd->max_pmkids = 1; -+ -+ memset(buf, 0, buf_len); -+ c = (struct ndis_capability *)buf; -+ res = mp_query(wnd, OID_802_11_CAPABILITY, buf, buf_len); -+ if (!(res == NDIS_STATUS_SUCCESS && c->version == 2)) -+ EXIT1(return); -+ wnd->max_pmkids = c->num_PMKIDs; -+ -+ for (i = 0; i < c->num_auth_encr_pair; i++) { -+ struct ndis_auth_encr_pair *ae; -+ -+ ae = &c->auth_encr_pair[i]; -+ if ((char *)(ae + 1) > buf + buf_len) -+ break; -+ switch (ae->auth_mode) { -+ case Ndis802_11AuthModeOpen: -+ case Ndis802_11AuthModeShared: -+ case Ndis802_11AuthModeWPA: -+ case Ndis802_11AuthModeWPAPSK: -+ case Ndis802_11AuthModeWPANone: -+ case Ndis802_11AuthModeWPA2: -+ case Ndis802_11AuthModeWPA2PSK: -+ set_bit(ae->auth_mode, &wnd->capa.auth); -+ break; -+ default: -+ WARNING("unknown auth_mode: %d", ae->auth_mode); -+ break; -+ } -+ switch (ae->encr_mode) { -+ case Ndis802_11EncryptionDisabled: -+ case Ndis802_11Encryption1Enabled: -+ case Ndis802_11Encryption2Enabled: -+ case Ndis802_11Encryption3Enabled: -+ set_bit(ae->encr_mode, &wnd->capa.encr); -+ break; -+ default: -+ WARNING("unknown encr_mode: %d", ae->encr_mode); -+ break; -+ } -+ } -+ EXIT1(return); -+} -+#endif -+ -+wstdcall NTSTATUS NdisDispatchDeviceControl(struct device_object *fdo, -+ struct irp *irp) -+{ -+ struct ndis_device *wnd; -+ -+ TRACE3("fdo: %p", fdo); -+ /* for now, we don't have anything interesting here, so pass it -+ * down to bus driver */ -+ wnd = fdo->reserved; -+ return IoPassIrpDown(wnd->nmb->pdo, irp); -+} -+WIN_FUNC_DECL(NdisDispatchDeviceControl,2) -+ -+wstdcall NTSTATUS NdisDispatchPower(struct device_object *fdo, struct irp *irp) -+{ -+ struct io_stack_location *irp_sl; -+ struct ndis_device *wnd; -+ enum ndis_power_state state; -+ NTSTATUS status; -+ NDIS_STATUS ndis_status; -+ -+ irp_sl = IoGetCurrentIrpStackLocation(irp); -+ wnd = fdo->reserved; -+ IOTRACE("fdo: %p, fn: %d:%d, wnd: %p", fdo, irp_sl->major_fn, -+ irp_sl->minor_fn, wnd); -+ if ((irp_sl->params.power.type == SystemPowerState && -+ irp_sl->params.power.state.system_state > PowerSystemWorking) || -+ (irp_sl->params.power.type == DevicePowerState && -+ irp_sl->params.power.state.device_state > PowerDeviceD0)) -+ state = NdisDeviceStateD3; -+ else -+ state = NdisDeviceStateD0; -+ switch (irp_sl->minor_fn) { -+ case IRP_MN_SET_POWER: -+ if (state == NdisDeviceStateD0) { -+ status = IoSyncForwardIrp(wnd->nmb->pdo, irp); -+ if (status != STATUS_SUCCESS) -+ break; -+ ndis_status = mp_set_power_state(wnd, state); -+ if (ndis_status != NDIS_STATUS_SUCCESS) -+ WARNING("couldn't set power to %d: %08X", -+ state, ndis_status); -+ TRACE2("%s: device resumed", wnd->net_dev->name); -+ irp->io_status.status = status = STATUS_SUCCESS; -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ break; -+ } else { -+ ndis_status = mp_set_power_state(wnd, state); -+ /* TODO: handle error case */ -+ if (ndis_status != NDIS_STATUS_SUCCESS) -+ WARNING("setting power to %d failed: %08X", -+ state, ndis_status); -+ status = IoAsyncForwardIrp(wnd->nmb->pdo, irp); -+ } -+ break; -+ case IRP_MN_QUERY_POWER: -+ if (wnd->attributes & NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND) { -+ ndis_status = mp_query(wnd, OID_PNP_QUERY_POWER, -+ &state, sizeof(state)); -+ TRACE2("%d, %08X", state, ndis_status); -+ /* this OID must always succeed */ -+ if (ndis_status != NDIS_STATUS_SUCCESS) -+ TRACE1("query power returns %08X", ndis_status); -+ irp->io_status.status = STATUS_SUCCESS; -+ } else -+ irp->io_status.status = STATUS_SUCCESS; -+ status = IoPassIrpDown(wnd->nmb->pdo, irp); -+ break; -+ case IRP_MN_WAIT_WAKE: -+ case IRP_MN_POWER_SEQUENCE: -+ /* TODO: implement WAIT_WAKE */ -+ status = IoPassIrpDown(wnd->nmb->pdo, irp); -+ break; -+ default: -+ status = IoPassIrpDown(wnd->nmb->pdo, irp); -+ break; -+ } -+ IOEXIT(return status); -+} -+WIN_FUNC_DECL(NdisDispatchPower,2) -+ -+wstdcall NTSTATUS NdisDispatchPnp(struct device_object *fdo, struct irp *irp) -+{ -+ struct io_stack_location *irp_sl; -+ struct ndis_device *wnd; -+ struct device_object *pdo; -+ NTSTATUS status; -+ -+ IOTRACE("fdo: %p, irp: %p", fdo, irp); -+ irp_sl = IoGetCurrentIrpStackLocation(irp); -+ wnd = fdo->reserved; -+ pdo = wnd->nmb->pdo; -+ switch (irp_sl->minor_fn) { -+ case IRP_MN_START_DEVICE: -+ status = IoSyncForwardIrp(pdo, irp); -+ if (status != STATUS_SUCCESS) -+ break; -+ if (ndis_start_device(wnd) == NDIS_STATUS_SUCCESS) -+ status = STATUS_SUCCESS; -+ else -+ status = STATUS_FAILURE; -+ irp->io_status.status = status; -+ IoCompleteRequest(irp, IO_NO_INCREMENT); -+ break; -+ case IRP_MN_QUERY_STOP_DEVICE: -+ /* TODO: implement in NDIS */ -+ status = IoPassIrpDown(wnd->nmb->pdo, irp); -+ break; -+ case IRP_MN_STOP_DEVICE: -+ mp_halt(wnd); -+ irp->io_status.status = STATUS_SUCCESS; -+ status = IoAsyncForwardIrp(pdo, irp); -+ break; -+ case IRP_MN_REMOVE_DEVICE: -+ TRACE1("%s", wnd->net_dev->name); -+ mp_pnp_event(wnd, NdisDevicePnPEventSurpriseRemoved, 0); -+ if (ndis_remove_device(wnd)) { -+ status = STATUS_FAILURE; -+ break; -+ } -+ /* wnd is already freed */ -+ status = IoAsyncForwardIrp(pdo, irp); -+ IoDetachDevice(fdo); -+ IoDeleteDevice(fdo); -+ break; -+ default: -+ status = IoAsyncForwardIrp(pdo, irp); -+ break; -+ } -+ IOTRACE("status: %08X", status); -+ IOEXIT(return status); -+} -+WIN_FUNC_DECL(NdisDispatchPnp,2) -+ -+static void set_task_offload(struct ndis_device *wnd, void *buf, -+ const int buf_size) -+{ -+ struct ndis_task_offload_header *task_offload_header; -+ struct ndis_task_offload *task_offload; -+ struct ndis_task_tcp_ip_checksum *csum = NULL; -+ struct ndis_task_tcp_large_send *tso = NULL; -+ NDIS_STATUS status; -+ -+ memset(buf, 0, buf_size); -+ task_offload_header = buf; -+ task_offload_header->version = NDIS_TASK_OFFLOAD_VERSION; -+ task_offload_header->size = sizeof(*task_offload_header); -+ task_offload_header->encap_format.flags.fixed_header_size = 1; -+ task_offload_header->encap_format.header_size = sizeof(struct ethhdr); -+ task_offload_header->encap_format.encap = IEEE_802_3_Encapsulation; -+ status = mp_query(wnd, OID_TCP_TASK_OFFLOAD, buf, buf_size); -+ TRACE1("%08X", status); -+ if (status != NDIS_STATUS_SUCCESS) -+ EXIT1(return); -+ if (task_offload_header->offset_first_task == 0) -+ EXIT1(return); -+ task_offload = ((void *)task_offload_header + -+ task_offload_header->offset_first_task); -+ while (1) { -+ TRACE1("%d, %d", task_offload->version, task_offload->task); -+ switch (task_offload->task) { -+ case TcpIpChecksumNdisTask: -+ csum = (void *)task_offload->task_buf; -+ break; -+ case TcpLargeSendNdisTask: -+ tso = (void *)task_offload->task_buf; -+ break; -+ default: -+ TRACE1("%d", task_offload->task); -+ break; -+ } -+ if (task_offload->offset_next_task == 0) -+ break; -+ task_offload = (void *)task_offload + -+ task_offload->offset_next_task; -+ } -+ if (tso) -+ TRACE1("%u, %u, %d, %d", tso->max_size, tso->min_seg_count, -+ tso->tcp_opts, tso->ip_opts); -+ if (!csum) -+ EXIT1(return); -+ TRACE1("%08x, %08x", csum->v4_tx.value, csum->v4_rx.value); -+ task_offload_header->encap_format.flags.fixed_header_size = 1; -+ task_offload_header->encap_format.header_size = sizeof(struct ethhdr); -+ task_offload_header->offset_first_task = sizeof(*task_offload_header); -+ task_offload = ((void *)task_offload_header + -+ task_offload_header->offset_first_task); -+ task_offload->offset_next_task = 0; -+ task_offload->size = sizeof(*task_offload); -+ task_offload->task = TcpIpChecksumNdisTask; -+ memcpy(task_offload->task_buf, csum, sizeof(*csum)); -+ task_offload->task_buf_length = sizeof(*csum); -+ status = mp_set(wnd, OID_TCP_TASK_OFFLOAD, task_offload_header, -+ sizeof(*task_offload_header) + -+ sizeof(*task_offload) + sizeof(*csum)); -+ TRACE1("%08X", status); -+ if (status != NDIS_STATUS_SUCCESS) -+ EXIT2(return); -+ wnd->tx_csum = csum->v4_tx; -+ if (csum->v4_tx.tcp_csum && csum->v4_tx.udp_csum) { -+ if (csum->v4_tx.ip_csum) { -+ wnd->net_dev->features |= NETIF_F_HW_CSUM; -+ TRACE1("hw checksum enabled"); -+ } else { -+ wnd->net_dev->features |= NETIF_F_IP_CSUM; -+ TRACE1("IP checksum enabled"); -+ } -+ if (wnd->sg_dma_size) -+ wnd->net_dev->features |= NETIF_F_SG; -+ } -+ wnd->rx_csum = csum->v4_rx; -+ EXIT1(return); -+} -+ -+static void get_supported_oids(struct ndis_device *wnd) -+{ -+ NDIS_STATUS res; -+ int i, n, needed; -+ ndis_oid *oids; -+ -+ res = mp_query_info(wnd, OID_GEN_SUPPORTED_LIST, NULL, 0, NULL, -+ &needed); -+ if (!(res == NDIS_STATUS_BUFFER_TOO_SHORT || -+ res == NDIS_STATUS_INVALID_LENGTH)) -+ EXIT1(return); -+ oids = kmalloc(needed, GFP_KERNEL); -+ if (!oids) { -+ TRACE1("couldn't allocate memory"); -+ EXIT1(return); -+ } -+ res = mp_query(wnd, OID_GEN_SUPPORTED_LIST, oids, needed); -+ if (res) { -+ TRACE1("failed: %08X", res); -+ kfree(oids); -+ EXIT1(return); -+ } -+ for (i = 0, n = needed / sizeof(*oids); i < n; i++) { -+ TRACE1("oid: %08X", oids[i]); -+ /* if a wireless device didn't say so for -+ * OID_GEN_PHYSICAL_MEDIUM (they should, but in case) */ -+ if (wnd->physical_medium != NdisPhysicalMediumWirelessLan && -+ oids[i] == OID_802_11_SSID) -+ wnd->physical_medium = NdisPhysicalMediumWirelessLan; -+ } -+ kfree(oids); -+ EXIT1(return); -+} -+ -+static void ndis_get_drvinfo(struct net_device *dev, -+ struct ethtool_drvinfo *info) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ strncpy(info->driver, DRIVER_NAME, sizeof(info->driver) - 2); -+ strcat(info->driver, "+"); -+ strncat(info->driver, wnd->wd->driver->name, -+ sizeof(info->driver) - strlen(DRIVER_NAME) - 1); -+ strncpy(info->version, DRIVER_VERSION, sizeof(info->version) - 2); -+ strcat(info->version, "+"); -+ strncat(info->version, wnd->wd->driver->version, -+ sizeof(info->version) - strlen(DRIVER_VERSION) - 1); -+ if (wrap_is_pci_bus(wnd->wd->dev_bus)) -+ strncpy(info->bus_info, pci_name(wnd->wd->pci.pdev), -+ sizeof(info->bus_info) - 1); -+#ifdef ENABLE_USB -+ else -+ usb_make_path(wnd->wd->usb.udev, info->bus_info, -+ sizeof(info->bus_info) - 1); -+#endif -+ return; -+} -+ -+static u32 ndis_get_link(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ return netif_carrier_ok(wnd->net_dev); -+} -+ -+static void ndis_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ wol->supported = 0; -+ wol->wolopts = 0; -+ if (!(wnd->attributes & NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND)) -+ EXIT2(return); -+ if (!wrap_is_pci_bus(wnd->wd->dev_bus)) -+ EXIT2(return); -+ /* we always suspend to D3 */ -+ if (wnd->pnp_capa.wakeup.min_magic_packet_wakeup < NdisDeviceStateD3) -+ return; -+ wol->supported |= WAKE_MAGIC; -+ if (wnd->ndis_wolopts & NDIS_PNP_WAKE_UP_MAGIC_PACKET) -+ wol->wolopts |= WAKE_MAGIC; -+ return; -+} -+ -+static int ndis_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ if (!(wnd->attributes & NDIS_ATTRIBUTE_NO_HALT_ON_SUSPEND)) -+ return -EOPNOTSUPP; -+ if (wnd->pnp_capa.wakeup.min_magic_packet_wakeup < NdisDeviceStateD3) -+ EXIT2(return -EOPNOTSUPP); -+ TRACE2("0x%x", wol->wolopts); -+ if (wol->wolopts & WAKE_MAGIC) { -+ wnd->ndis_wolopts |= NDIS_PNP_WAKE_UP_MAGIC_PACKET; -+ if (wol->wolopts != WAKE_MAGIC) -+ WARNING("ignored wake-on-lan options: 0x%x", -+ wol->wolopts & ~WAKE_MAGIC); -+ } else if (!wol->wolopts) -+ wnd->ndis_wolopts = 0; -+ else -+ return -EOPNOTSUPP; -+ TRACE2("0x%x", wnd->ndis_wolopts); -+ return 0; -+} -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,3,0) -+static u32 ndis_get_tx_csum(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ if (wnd->tx_csum.tcp_csum && wnd->tx_csum.udp_csum) -+ return 1; -+ else -+ return 0; -+} -+ -+static u32 ndis_get_rx_csum(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ if (wnd->rx_csum.value) -+ return 1; -+ else -+ return 0; -+} -+ -+static int ndis_set_tx_csum(struct net_device *dev, u32 data) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ if (data && (wnd->tx_csum.value == 0)) -+ return -EOPNOTSUPP; -+ -+ if (wnd->tx_csum.ip_csum) -+ ethtool_op_set_tx_hw_csum(dev, data); -+ else -+ ethtool_op_set_tx_csum(dev, data); -+ return 0; -+} -+ -+static int ndis_set_rx_csum(struct net_device *dev, u32 data) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ -+ if (data && (wnd->tx_csum.value == 0)) -+ return -EOPNOTSUPP; -+ -+ /* TODO: enable/disable rx csum through NDIS */ -+ return 0; -+} -+ -+static u32 ndis_get_sg(struct net_device *dev) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ if (wnd->sg_dma_size) -+ return ethtool_op_get_sg(dev); -+ else -+ return 0; -+} -+ -+static int ndis_set_sg(struct net_device *dev, u32 data) -+{ -+ struct ndis_device *wnd = netdev_priv(dev); -+ if (wnd->sg_dma_size) -+ return ethtool_op_set_sg(dev, data); -+ else -+ return -EOPNOTSUPP; -+} -+#endif -+ -+static struct ethtool_ops ndis_ethtool_ops = { -+ .get_drvinfo = ndis_get_drvinfo, -+ .get_link = ndis_get_link, -+ .get_wol = ndis_get_wol, -+ .set_wol = ndis_set_wol, -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,3,0) -+ .get_tx_csum = ndis_get_tx_csum, -+ .get_rx_csum = ndis_get_rx_csum, -+ .set_tx_csum = ndis_set_tx_csum, -+ .set_rx_csum = ndis_set_rx_csum, -+ .get_sg = ndis_get_sg, -+ .set_sg = ndis_set_sg, -+#endif -+}; -+ -+static int notifier_event(struct notifier_block *notifier, unsigned long event, -+ void *ptr) -+{ -+ struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); -+ -+ ENTER2("0x%lx", event); -+ if (net_dev->ethtool_ops == &ndis_ethtool_ops -+ && event == NETDEV_CHANGENAME) { -+ struct ndis_device *wnd = netdev_priv(net_dev); -+ -+ /* called with rtnl lock held, so no need to lock */ -+ if (likely(wnd->procfs_iface)) { -+ printk(KERN_INFO "%s: interface renamed to '%s'\n", -+ DRIVER_NAME, net_dev->name); -+ wrap_procfs_remove_ndis_device(wnd); -+ wrap_procfs_add_ndis_device(wnd); -+ } -+ } -+ return NOTIFY_DONE; -+} -+ -+static struct notifier_block netdev_notifier = { -+ .notifier_call = notifier_event, -+}; -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) -+static const struct net_device_ops ndis_netdev_ops = { -+ .ndo_init = ndis_net_dev_init, -+ .ndo_uninit = ndis_net_dev_uninit, -+ .ndo_open = ndis_net_dev_open, -+ .ndo_stop = ndis_net_dev_close, -+ .ndo_start_xmit = tx_skbuff, -+ .ndo_change_mtu = ndis_change_mtu, -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0) -+ .ndo_set_rx_mode = ndis_set_multicast_list, -+#else -+ .ndo_set_multicast_list = ndis_set_multicast_list, -+#endif -+ .ndo_set_mac_address = ndis_set_mac_address, -+ .ndo_get_stats = ndis_get_stats, -+#ifdef CONFIG_NET_POLL_CONTROLLER -+ .ndo_poll_controller = ndis_poll_controller, -+#endif -+}; -+#endif -+ -+static NDIS_STATUS ndis_start_device(struct ndis_device *wnd) -+{ -+ struct wrap_device *wd; -+ struct net_device *net_dev; -+ NDIS_STATUS status; -+ char *buf; -+ const int buf_len = 256; -+ mac_address mac; -+ struct transport_header_offset *tx_header_offset; -+ int n; -+ -+ ENTER2("%d", in_atomic()); -+ status = mp_init(wnd); -+ if (status == NDIS_STATUS_NOT_RECOGNIZED) -+ EXIT1(return NDIS_STATUS_SUCCESS); -+ if (status != NDIS_STATUS_SUCCESS) -+ EXIT1(return status); -+ wd = wnd->wd; -+ net_dev = wnd->net_dev; -+ -+ get_supported_oids(wnd); -+ memset(mac, 0, sizeof(mac)); -+ status = mp_query(wnd, OID_802_3_CURRENT_ADDRESS, mac, sizeof(mac)); -+ if (memcmp(mac, "\x00\x00\x00\x00\x00\x00", sizeof(mac)) == 0) { -+ status = mp_query(wnd, OID_802_3_PERMANENT_ADDRESS, mac, -+ sizeof(mac)); -+ if (status != NDIS_STATUS_SUCCESS) { -+ ERROR("couldn't get mac address: %08X", status); -+ goto err_start; -+ } -+ } -+ TRACE1("mac:" MACSTRSEP, MAC2STR(mac)); -+ memcpy(net_dev->dev_addr, mac, ETH_ALEN); -+ -+ strncpy(net_dev->name, if_name, IFNAMSIZ - 1); -+ net_dev->name[IFNAMSIZ - 1] = 0; -+ -+ wnd->packet_filter = NDIS_PACKET_TYPE_DIRECTED | -+ NDIS_PACKET_TYPE_BROADCAST | NDIS_PACKET_TYPE_MULTICAST; -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) -+ net_dev->netdev_ops = &ndis_netdev_ops; -+#else -+ net_dev->init = ndis_net_dev_init; -+ net_dev->uninit = ndis_net_dev_uninit; -+ net_dev->open = ndis_net_dev_open; -+ net_dev->hard_start_xmit = tx_skbuff; -+ net_dev->stop = ndis_net_dev_close; -+ net_dev->get_stats = ndis_get_stats; -+ net_dev->change_mtu = ndis_change_mtu; -+ net_dev->set_multicast_list = ndis_set_multicast_list; -+ net_dev->set_mac_address = ndis_set_mac_address; -+#ifdef CONFIG_NET_POLL_CONTROLLER -+ net_dev->poll_controller = ndis_poll_controller; -+#endif -+#endif -+#ifdef CONFIG_WIRELESS_EXT -+ if (wnd->physical_medium == NdisPhysicalMediumWirelessLan) { -+ net_dev->wireless_handlers = &ndis_handler_def; -+ } -+#endif -+ net_dev->ethtool_ops = &ndis_ethtool_ops; -+ if (wnd->mp_interrupt) -+ net_dev->irq = wnd->mp_interrupt->irq; -+ net_dev->mem_start = wnd->mem_start; -+ net_dev->mem_end = wnd->mem_end; -+ status = mp_query_int(wnd, OID_802_3_MAXIMUM_LIST_SIZE, -+ &wnd->multicast_size); -+ if (status != NDIS_STATUS_SUCCESS || wnd->multicast_size < 0) -+ wnd->multicast_size = 0; -+ if (wnd->multicast_size > 0) -+ net_dev->flags |= IFF_MULTICAST; -+ else -+ net_dev->flags &= ~IFF_MULTICAST; -+ -+ buf = kmalloc(buf_len, GFP_KERNEL); -+ if (!buf) { -+ WARNING("couldn't allocate memory"); -+ goto err_start; -+ } -+ -+ set_task_offload(wnd, buf, buf_len); -+#ifdef NETIF_F_LLTX -+ net_dev->features |= NETIF_F_LLTX; -+#endif -+ -+ if (register_netdev(net_dev)) { -+ ERROR("cannot register net device %s", net_dev->name); -+ goto err_register; -+ } -+ memset(buf, 0, buf_len); -+ status = mp_query(wnd, OID_GEN_VENDOR_DESCRIPTION, buf, buf_len); -+ if (status != NDIS_STATUS_SUCCESS) { -+ WARNING("couldn't get vendor information: 0x%x", status); -+ buf[0] = 0; -+ } -+ wnd->drv_ndis_version = n = 0; -+ mp_query_int(wnd, OID_GEN_DRIVER_VERSION, &wnd->drv_ndis_version); -+ mp_query_int(wnd, OID_GEN_VENDOR_DRIVER_VERSION, &n); -+ -+ printk(KERN_INFO "%s: ethernet device " MACSTRSEP " using %sNDIS " -+ "driver: %s, version: 0x%x, NDIS version: 0x%x, vendor: '%s', " -+ "%s\n", net_dev->name, MAC2STR(net_dev->dev_addr), -+ deserialized_driver(wnd) ? "" : "serialized ", -+ wd->driver->name, n, wnd->drv_ndis_version, buf, -+ wd->conf_file_name); -+ -+ if (deserialized_driver(wnd)) { -+ /* deserialized drivers don't have a limit, but we -+ * keep max at TX_RING_SIZE */ -+ wnd->max_tx_packets = TX_RING_SIZE; -+ } else { -+ status = mp_query_int(wnd, OID_GEN_MAXIMUM_SEND_PACKETS, -+ &wnd->max_tx_packets); -+ if (status != NDIS_STATUS_SUCCESS) -+ wnd->max_tx_packets = 1; -+ if (wnd->max_tx_packets > TX_RING_SIZE) -+ wnd->max_tx_packets = TX_RING_SIZE; -+ } -+ TRACE2("maximum send packets: %d", wnd->max_tx_packets); -+ NdisAllocatePacketPoolEx(&status, &wnd->tx_packet_pool, -+ wnd->max_tx_packets, 0, -+ PROTOCOL_RESERVED_SIZE_IN_PACKET); -+ if (status != NDIS_STATUS_SUCCESS) { -+ ERROR("couldn't allocate packet pool"); -+ goto packet_pool_err; -+ } -+ NdisAllocateBufferPool(&status, &wnd->tx_buffer_pool, -+ wnd->max_tx_packets + 4); -+ if (status != NDIS_STATUS_SUCCESS) { -+ ERROR("couldn't allocate buffer pool"); -+ goto buffer_pool_err; -+ } -+ TRACE1("pool: %p", wnd->tx_buffer_pool); -+ -+ if (mp_query_int(wnd, OID_GEN_MAXIMUM_TOTAL_SIZE, &n) == -+ NDIS_STATUS_SUCCESS && n > ETH_HLEN) -+ ndis_change_mtu(wnd->net_dev, n - ETH_HLEN); -+ -+ if (mp_query_int(wnd, OID_GEN_MAC_OPTIONS, &n) == NDIS_STATUS_SUCCESS) -+ TRACE2("mac options supported: 0x%x", n); -+ -+ tx_header_offset = (typeof(tx_header_offset))buf; -+ tx_header_offset->protocol_type = NDIS_PROTOCOL_ID_TCP_IP; -+ tx_header_offset->header_offset = sizeof(ETH_HLEN); -+ status = mp_set(wnd, OID_GEN_TRANSPORT_HEADER_OFFSET, -+ tx_header_offset, sizeof(*tx_header_offset)); -+ TRACE2("%08X", status); -+ -+ status = mp_query_int(wnd, OID_GEN_PHYSICAL_MEDIUM, -+ &wnd->physical_medium); -+ if (status != NDIS_STATUS_SUCCESS) -+ wnd->physical_medium = NdisPhysicalMediumUnspecified; -+ -+#ifdef CONFIG_WIRELESS_EXT -+ if (wnd->physical_medium == NdisPhysicalMediumWirelessLan) { -+ mp_set_int(wnd, OID_802_11_POWER_MODE, NDIS_POWER_OFF); -+ get_encryption_capa(wnd, buf, buf_len); -+ TRACE1("capabilities = %ld", wnd->capa.encr); -+ printk(KERN_INFO "%s: encryption modes supported: " -+ "%s%s%s%s%s%s%s\n", net_dev->name, -+ test_bit(Ndis802_11Encryption1Enabled, &wnd->capa.encr) ? -+ "WEP" : "none", -+ -+ test_bit(Ndis802_11Encryption2Enabled, &wnd->capa.encr) ? -+ "; TKIP with WPA" : "", -+ test_bit(Ndis802_11AuthModeWPA2, &wnd->capa.auth) ? -+ ", WPA2" : "", -+ test_bit(Ndis802_11AuthModeWPA2PSK, &wnd->capa.auth) ? -+ ", WPA2-PSK" : "", -+ -+ test_bit(Ndis802_11Encryption3Enabled, &wnd->capa.encr) ? -+ "; AES/CCMP with WPA" : "", -+ test_bit(Ndis802_11AuthModeWPA2, &wnd->capa.auth) ? -+ ", WPA2" : "", -+ test_bit(Ndis802_11AuthModeWPA2PSK, &wnd->capa.auth) ? -+ ", WPA2-PSK" : ""); -+ -+ set_default_iw_params(wnd); -+ } -+#endif -+ kfree(buf); -+ hangcheck_add(wnd); -+ add_iw_stats_timer(wnd); -+ EXIT1(return NDIS_STATUS_SUCCESS); -+ -+buffer_pool_err: -+ wnd->tx_buffer_pool = NULL; -+ if (wnd->tx_packet_pool) { -+ NdisFreePacketPool(wnd->tx_packet_pool); -+ wnd->tx_packet_pool = NULL; -+ } -+packet_pool_err: -+ unregister_netdev(net_dev); -+ wnd->max_tx_packets = 0; -+err_register: -+ kfree(buf); -+err_start: -+ mp_halt(wnd); -+ EXIT1(return NDIS_STATUS_FAILURE); -+} -+ -+static int ndis_remove_device(struct ndis_device *wnd) -+{ -+ s8 tx_pending; -+ int our_mutex; -+ -+ /* prevent setting essid during disassociation */ -+ memset(&wnd->essid, 0, sizeof(wnd->essid)); -+ wnd->tx_ok = 0; -+ netif_carrier_off(wnd->net_dev); -+ if (wnd->max_tx_packets) -+ unregister_netdev(wnd->net_dev); -+ /* if device is suspended, but resume failed, tx_ring_mutex -+ * may already be locked */ -+ our_mutex = mutex_trylock(&wnd->tx_ring_mutex); -+ if (!our_mutex) -+ WARNING("couldn't obtain tx_ring_mutex"); -+ spin_lock_bh(&wnd->tx_ring_lock); -+ tx_pending = wnd->tx_ring_end - wnd->tx_ring_start; -+ if (tx_pending < 0) -+ tx_pending += TX_RING_SIZE; -+ else if (tx_pending == 0 && wnd->is_tx_ring_full) -+ tx_pending = TX_RING_SIZE - 1; -+ wnd->is_tx_ring_full = 0; -+ /* throw away pending packets */ -+ while (tx_pending-- > 0) { -+ struct ndis_packet *packet; -+ -+ packet = wnd->tx_ring[wnd->tx_ring_start]; -+ free_tx_packet(wnd, packet, NDIS_STATUS_CLOSING); -+ wnd->tx_ring_start = (wnd->tx_ring_start + 1) % TX_RING_SIZE; -+ } -+ spin_unlock_bh(&wnd->tx_ring_lock); -+ if (our_mutex) -+ mutex_unlock(&wnd->tx_ring_mutex); -+ mp_halt(wnd); -+ ndis_exit_device(wnd); -+ -+ if (wnd->tx_packet_pool) { -+ NdisFreePacketPool(wnd->tx_packet_pool); -+ wnd->tx_packet_pool = NULL; -+ } -+ if (wnd->tx_buffer_pool) { -+ NdisFreeBufferPool(wnd->tx_buffer_pool); -+ wnd->tx_buffer_pool = NULL; -+ } -+ kfree(wnd->pmkids); -+ printk(KERN_INFO "%s: device %s removed\n", DRIVER_NAME, -+ wnd->net_dev->name); -+ kfree(wnd->nmb); -+ free_netdev(wnd->net_dev); -+ EXIT2(return 0); -+} -+ -+static NTSTATUS ndis_add_device(struct driver_object *drv_obj, -+ struct device_object *pdo) -+{ -+ struct device_object *fdo; -+ struct ndis_mp_block *nmb; -+ NTSTATUS status; -+ struct ndis_device *wnd; -+ struct net_device *net_dev; -+ struct wrap_device *wd; -+ unsigned long i; -+ -+ ENTER2("%p, %p", drv_obj, pdo); -+ if (strlen(if_name) >= IFNAMSIZ) { -+ ERROR("interface name '%s' is too long", if_name); -+ return STATUS_INVALID_PARAMETER; -+ } -+ net_dev = alloc_etherdev(sizeof(*wnd)); -+ if (!net_dev) { -+ ERROR("couldn't allocate device"); -+ return STATUS_RESOURCES; -+ } -+ wd = pdo->reserved; -+ if (wrap_is_pci_bus(wd->dev_bus)) -+ SET_NETDEV_DEV(net_dev, &wd->pci.pdev->dev); -+ if (wrap_is_usb_bus(wd->dev_bus)) -+ SET_NETDEV_DEV(net_dev, &wd->usb.intf->dev); -+ status = IoCreateDevice(drv_obj, 0, NULL, FILE_DEVICE_UNKNOWN, 0, -+ FALSE, &fdo); -+ if (status != STATUS_SUCCESS) { -+ free_netdev(net_dev); -+ EXIT2(return status); -+ } -+ wnd = netdev_priv(net_dev); -+ TRACE1("wnd: %p", wnd); -+ -+ nmb = kmalloc(sizeof(*nmb), GFP_KERNEL); -+ if (!nmb) { -+ WARNING("couldn't allocate memory"); -+ IoDeleteDevice(fdo); -+ free_netdev(net_dev); -+ return STATUS_RESOURCES; -+ } -+#if DEBUG >= 6 -+ /* poison nmb so if a driver accesses uninitialized pointers, we -+ * know what it is */ -+ for (i = 0; i < sizeof(*nmb) / sizeof(unsigned long); i++) -+ ((unsigned long *)nmb)[i] = i + 0x8a3fc1; -+#endif -+ -+ wnd->nmb = nmb; -+ nmb->wnd = wnd; -+ nmb->pdo = pdo; -+ wnd->wd = wd; -+ wnd->net_dev = net_dev; -+ fdo->reserved = wnd; -+ nmb->fdo = fdo; -+ if (ndis_init_device(wnd)) { -+ IoDeleteDevice(fdo); -+ kfree(nmb); -+ free_netdev(net_dev); -+ EXIT1(return STATUS_RESOURCES); -+ } -+ nmb->next_device = IoAttachDeviceToDeviceStack(fdo, pdo); -+ spin_lock_init(&wnd->tx_ring_lock); -+ mutex_init(&wnd->tx_ring_mutex); -+ mutex_init(&wnd->ndis_req_mutex); -+ wnd->ndis_req_done = 0; -+ INIT_WORK(&wnd->tx_work, tx_worker); -+ wnd->tx_ring_start = 0; -+ wnd->tx_ring_end = 0; -+ wnd->is_tx_ring_full = 0; -+ wnd->capa.encr = 0; -+ wnd->capa.auth = 0; -+ wnd->attributes = 0; -+ wnd->dma_map_count = 0; -+ wnd->dma_map_addr = NULL; -+ wnd->nick[0] = 0; -+ init_timer(&wnd->hangcheck_timer); -+ wnd->scan_timestamp = 0; -+ init_timer(&wnd->iw_stats_timer); -+ wnd->iw_stats_interval = 10 * HZ; -+ wnd->ndis_pending_work = 0; -+ memset(&wnd->essid, 0, sizeof(wnd->essid)); -+ memset(&wnd->encr_info, 0, sizeof(wnd->encr_info)); -+ wnd->infrastructure_mode = Ndis802_11Infrastructure; -+ INIT_WORK(&wnd->ndis_work, wrapndis_worker); -+ wnd->iw_stats_enabled = TRUE; -+ -+ TRACE1("nmb: %p, pdo: %p, fdo: %p, attached: %p, next: %p", -+ nmb, pdo, fdo, fdo->attached, nmb->next_device); -+ -+ /* dispatch routines are called as Windows functions */ -+ for (i = 0; i <= IRP_MJ_MAXIMUM_FUNCTION; i++) -+ drv_obj->major_func[i] = WIN_FUNC_PTR(IoPassIrpDown,2); -+ -+ drv_obj->major_func[IRP_MJ_PNP] = WIN_FUNC_PTR(NdisDispatchPnp,2); -+ drv_obj->major_func[IRP_MJ_POWER] = WIN_FUNC_PTR(NdisDispatchPower,2); -+ drv_obj->major_func[IRP_MJ_INTERNAL_DEVICE_CONTROL] = -+ WIN_FUNC_PTR(NdisDispatchDeviceControl,2); -+// drv_obj->major_func[IRP_MJ_DEVICE_CONTROL] = -+// WIN_FUNC_PTR(NdisDispatchDeviceControl,2); -+ EXIT2(return STATUS_SUCCESS); -+} -+ -+int init_ndis_driver(struct driver_object *drv_obj) -+{ -+ ENTER1("%p", drv_obj); -+ drv_obj->drv_ext->add_device = ndis_add_device; -+ return 0; -+} -+ -+int wrapndis_init(void) -+{ -+ wrapndis_wq = create_singlethread_workqueue("wrapndis_wq"); -+ if (!wrapndis_wq) -+ EXIT1(return -ENOMEM); -+ TRACE1("wrapndis_wq: %p", wrapndis_wq); -+ register_netdevice_notifier(&netdev_notifier); -+ return 0; -+} -+ -+void wrapndis_exit(void) -+{ -+ unregister_netdevice_notifier(&netdev_notifier); -+ if (wrapndis_wq) -+ destroy_workqueue(wrapndis_wq); -+} -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/wrapndis.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapndis.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/wrapndis.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapndis.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,86 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef _WRAPNDIS_H_ -+#define _WRAPNDIS_H_ -+ -+#include "ndis.h" -+#include "pnp.h" -+ -+int wrapndis_init(void); -+void wrapndis_exit(void); -+ -+NDIS_STATUS mp_reset(struct ndis_device *wnd); -+ -+NDIS_STATUS mp_request(enum ndis_request_type request, -+ struct ndis_device *wnd, ndis_oid oid, -+ void *buf, ULONG buflen, ULONG *written, ULONG *needed); -+ -+static inline NDIS_STATUS mp_query_info(struct ndis_device *wnd, -+ ndis_oid oid, void *buf, ULONG buflen, -+ ULONG *written, ULONG *needed) -+{ -+ return mp_request(NdisRequestQueryInformation, wnd, oid, -+ buf, buflen, written, needed); -+} -+ -+static inline NDIS_STATUS mp_set_info(struct ndis_device *wnd, -+ ndis_oid oid, void *buf, ULONG buflen, -+ ULONG *written, ULONG *needed) -+{ -+ return mp_request(NdisRequestSetInformation, wnd, oid, -+ buf, buflen, written, needed); -+} -+ -+static inline NDIS_STATUS mp_query(struct ndis_device *wnd, ndis_oid oid, -+ void *buf, ULONG buflen) -+{ -+ return mp_request(NdisRequestQueryInformation, wnd, oid, -+ buf, buflen, NULL, NULL); -+} -+ -+static inline NDIS_STATUS mp_query_int(struct ndis_device *wnd, -+ ndis_oid oid, ULONG *data) -+{ -+ return mp_request(NdisRequestQueryInformation, wnd, oid, -+ data, sizeof(ULONG), NULL, NULL); -+} -+ -+static inline NDIS_STATUS mp_set(struct ndis_device *wnd, ndis_oid oid, -+ void *buf, ULONG buflen) -+{ -+ return mp_request(NdisRequestSetInformation, wnd, oid, -+ buf, buflen, NULL, NULL); -+} -+ -+static inline NDIS_STATUS mp_set_int(struct ndis_device *wnd, -+ ndis_oid oid, ULONG data) -+{ -+ return mp_request(NdisRequestSetInformation, wnd, oid, -+ &data, sizeof(ULONG), NULL, NULL); -+} -+ -+void free_tx_packet(struct ndis_device *wnd, struct ndis_packet *packet, -+ NDIS_STATUS status); -+int init_ndis_driver(struct driver_object *drv_obj); -+NDIS_STATUS ndis_reinit(struct ndis_device *wnd); -+void set_media_state(struct ndis_device *wnd, enum ndis_media_state state); -+ -+void hangcheck_add(struct ndis_device *wnd); -+void hangcheck_del(struct ndis_device *wnd); -+ -+struct iw_statistics *get_iw_stats(struct net_device *dev); -+ -+#endif -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/wrapper.c linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapper.c ---- linux-4.6-rc6/3rdparty/ndiswrapper/wrapper.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapper.c 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,111 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#include "ndis.h" -+#include "iw_ndis.h" -+#include "loader.h" -+#include "pnp.h" -+#include "wrapper.h" -+ -+char *if_name = "wlan%d"; -+int proc_uid, proc_gid; -+int hangcheck_interval; -+static char *utils_version = UTILS_VERSION; -+int debug = DEBUG; -+ -+module_param(if_name, charp, 0400); -+MODULE_PARM_DESC(if_name, "Network interface name or template " -+ "(default: wlan%d)"); -+module_param(proc_uid, int, 0600); -+MODULE_PARM_DESC(proc_uid, "The uid of the files created in /proc " -+ "(default: 0)."); -+module_param(proc_gid, int, 0600); -+MODULE_PARM_DESC(proc_gid, "The gid of the files created in /proc " -+ "(default: 0)."); -+module_param(debug, int, 0600); -+MODULE_PARM_DESC(debug, "debug level"); -+ -+/* 0 - default value provided by NDIS driver, -+ * positive value - force hangcheck interval to that many seconds -+ * negative value - disable hangcheck -+ */ -+module_param(hangcheck_interval, int, 0600); -+MODULE_PARM_DESC(hangcheck_interval, "The interval, in seconds, for checking" -+ " if driver is hung. (default: 0)"); -+ -+module_param(utils_version, charp, 0400); -+MODULE_PARM_DESC(utils_version, "Compatible version of utils " -+ "(read only: " UTILS_VERSION ")"); -+ -+MODULE_AUTHOR("ndiswrapper team "); -+#ifdef MODULE_DESCRIPTION -+MODULE_DESCRIPTION("NDIS wrapper driver"); -+#endif -+#ifdef MODULE_VERSION -+MODULE_VERSION(DRIVER_VERSION); -+#endif -+MODULE_LICENSE("GPL"); -+ -+static void module_cleanup(void) -+{ -+ loader_exit(); -+ usb_exit(); -+ wrap_procfs_remove(); -+ wrapndis_exit(); -+ ndis_exit(); -+ ntoskernel_exit(); -+ wrapmem_exit(); -+} -+ -+static int __init wrapper_init(void) -+{ -+#ifdef TAINT_OOT_MODULE -+ add_taint(TAINT_OOT_MODULE, LOCKDEP_NOW_UNRELIABLE); -+#endif -+ printk(KERN_INFO "%s version %s loaded (smp=%s, preempt=%s)\n", -+ DRIVER_NAME, DRIVER_VERSION, -+#ifdef CONFIG_SMP -+ "yes" -+#else -+ "no" -+#endif -+ , -+#ifdef CONFIG_PREEMPT_RT -+ "rt" -+#elif defined(CONFIG_PREEMPT) -+ "yes" -+#else -+ "no" -+#endif -+ ); -+ -+ if (wrapmem_init() || ntoskernel_init() || ndis_init() || -+ wrapndis_init() || usb_init() || wrap_procfs_init() || -+ loader_init()) { -+ module_cleanup(); -+ ERROR("%s: initialization failed", DRIVER_NAME); -+ return -EINVAL; -+ } -+ EXIT1(return 0); -+} -+ -+static void __exit wrapper_exit(void) -+{ -+ ENTER1(""); -+ module_cleanup(); -+} -+ -+module_init(wrapper_init); -+module_exit(wrapper_exit); -diff -Nurp linux-4.6-rc6/3rdparty/ndiswrapper/wrapper.h linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapper.h ---- linux-4.6-rc6/3rdparty/ndiswrapper/wrapper.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-4.6-rc6-ndis/3rdparty/ndiswrapper/wrapper.h 2016-05-01 18:25:43.000000000 +0300 -@@ -0,0 +1,24 @@ -+/* -+ * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation; either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ */ -+ -+#ifndef WRAPPER_H -+#define WRAPPER_H -+ -+extern char *if_name; -+extern int proc_uid; -+extern int proc_gid; -+extern int hangcheck_interval; -+ -+#endif /* WRAPPER_H */ diff --git a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-4.7-buildfix.patch b/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-4.7-buildfix.patch deleted file mode 100644 index 6e984b38cb..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-4.7-buildfix.patch +++ /dev/null @@ -1,20 +0,0 @@ - -Add supprto for 4.7 series kernels. - -Signed-off-by: Thomas Backlund - -diff -urp linux/3rdparty/ndiswrapper.orig/wrapndis.c linux/3rdparty/ndiswrapper/wrapndis.c ---- linux/3rdparty/ndiswrapper.orig/wrapndis.c 2016-07-04 20:00:13.000000000 +0300 -+++ linux/3rdparty/ndiswrapper/wrapndis.c 2016-07-04 20:23:29.454819702 +0300 -@@ -704,7 +704,11 @@ static void tx_worker(struct work_struct - n = wnd->max_tx_packets; - n = mp_tx_packets(wnd, wnd->tx_ring_start, n); - if (n) { -+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0) - wnd->net_dev->trans_start = jiffies; -+#else -+ netif_trans_update(wnd->net_dev); -+#endif - wnd->tx_ring_start = - (wnd->tx_ring_start + n) % TX_RING_SIZE; - wnd->is_tx_ring_full = 0; diff --git a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-Kconfig.patch b/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-Kconfig.patch deleted file mode 100644 index f7d26e620b..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-Kconfig.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- linux-2.6.24.orig/3rdparty/ndiswrapper/Kconfig 1969-12-31 21:00:00.000000000 -0300 -+++ linux-2.6.24/3rdparty/ndiswrapper/Kconfig 2007-11-26 15:11:31.000000000 -0200 -@@ -0,0 +1,4 @@ -+ -+config NDISWRAPPER -+ tristate "NDIS driver wrapper support" -+ depends on PCI && USB && !X86_64_XEN diff --git a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-Makefile-build-fix.patch b/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-Makefile-build-fix.patch deleted file mode 100644 index b44f4b2938..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-ndiswrapper-Makefile-build-fix.patch +++ /dev/null @@ -1,45 +0,0 @@ ---- linux-3.12.2-ndiswrapper-1.59/3rdparty/ndiswrapper/Makefile.orig 2013-11-28 21:42:10.000000000 +0200 -+++ linux-3.12.2-ndiswrapper-1.59/3rdparty/ndiswrapper/Makefile 2013-11-30 21:41:19.550504380 +0200 -@@ -9,24 +9,10 @@ DISTFILES = \ - winnt_types.h workqueue.c wrapmem.c wrapmem.h wrapndis.c wrapndis.h \ - wrapper.c wrapper.h - --# By default, we try to compile the modules for the currently running --# kernel. But it's the first approximation, as we will re-read the --# version from the kernel sources. --KVERS_UNAME ?= $(shell uname -r) -- - # KBUILD is the path to the Linux kernel build tree. It is usually the - # same as the kernel source tree, except when the kernel was compiled in - # a separate directory. --KBUILD ?= $(shell readlink -f /lib/modules/$(KVERS_UNAME)/build) -- --ifeq (,$(KBUILD)) --$(error Kernel build tree not found - please set KBUILD to configured kernel) --endif -- --KCONFIG := $(KBUILD)/.config --ifeq (,$(wildcard $(KCONFIG))) --$(error No .config found in $(KBUILD), please set KBUILD to configured kernel) --endif -+KBUILD ?= $(srctree) - - ifneq (,$(wildcard $(KBUILD)/include/linux/version.h)) - ifneq (,$(wildcard $(KBUILD)/include/generated/uapi/linux/version.h)) -@@ -43,16 +29,9 @@ endif - ifeq (,$(wildcard $(VERSION_H))) - VERSION_H := $(KBUILD)/include/linux/version.h - endif --ifeq (,$(wildcard $(VERSION_H))) --$(error Please run 'make modules_prepare' in $(KBUILD)) --endif - - KVERS := $(shell sed -ne 's/"//g;s/^\#define UTS_RELEASE //p' $(VERSION_H)) - --ifeq (,$(KVERS)) --$(error Cannot find UTS_RELEASE in $(VERSION_H), please report) --endif -- - INST_DIR = /lib/modules/$(KVERS)/misc - - SRC_DIR=$(shell pwd) diff --git a/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-1.3.patch b/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-1.3.patch deleted file mode 100644 index e87bf7e0df..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-1.3.patch +++ /dev/null @@ -1,978 +0,0 @@ - 3rdparty/rfswitch/FILES | 6 - 3rdparty/rfswitch/ISSUES | 28 +++ - 3rdparty/rfswitch/Kconfig | 22 ++ - 3rdparty/rfswitch/LICENSE | 339 +++++++++++++++++++++++++++++++++++++++++++++ - 3rdparty/rfswitch/Makefile | 119 +++++++++++++++ - 3rdparty/rfswitch/README | 44 +++++ - 3rdparty/rfswitch/av5100.c | 174 +++++++++++++++++++++++ - 3rdparty/rfswitch/pbe5.c | 205 +++++++++++++++++++++++++++ - 8 files changed, 937 insertions(+) -diff -Nurp linux-2.6.37/3rdparty/rfswitch/av5100.c linux-2.6.37.3rdparty/3rdparty/rfswitch/av5100.c ---- linux-2.6.37/3rdparty/rfswitch/av5100.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/av5100.c 2008-03-28 05:25:28.000000000 +0200 -@@ -0,0 +1,174 @@ -+/******************************************************************************* -+ -+ Copyright(c) 2003 - 2004 Intel Corporation. All rights reserved. -+ -+ This program is free software; you can redistribute it and/or modify it -+ under the terms of version 2 of the GNU General Public License as -+ published by the Free Software Foundation. -+ -+ This program is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ more details. -+ -+ You should have received a copy of the GNU General Public License along with -+ this program; if not, write to the Free Software Foundation, Inc., 59 -+ Temple Place - Suite 330, Boston, MA 02111-1307, USA. -+ -+ The full GNU General Public License is included in this distribution in the -+ file called LICENSE. -+ -+ Contact Information: -+ James P. Ketrenos -+ Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 -+ -+*******************************************************************************/ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+ -+#define DRV_NAME "av5100" -+#define DRV_VERSION "1.3" -+#define DRV_DESCRIPTION "SW RF kill switch for Averatec 5100P" -+#define DRV_COPYRIGHT "Copyright(c) 2003-2004 Intel Corporation" -+ -+static int radio = 1; -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) -+ -+MODULE_PARM(radio, "i"); -+ -+#else /* LINUX_VERSION_CODE < 2.6.0 */ -+ -+#include -+module_param(radio, int, 1); -+ -+#endif /* LINUX_VERSION_CODE < 2.6.0 */ -+ -+MODULE_PARM_DESC(radio, "controls state of radio (1=on, 0=off)"); -+ -+MODULE_DESCRIPTION(DRV_DESCRIPTION); -+MODULE_AUTHOR(DRV_COPYRIGHT); -+MODULE_LICENSE("GPL"); -+ -+#define AV5100_RADIO_ON (0xe0) -+#define AV5100_RADIO_OFF (0xe1) -+ -+static int av5100_radio = AV5100_RADIO_OFF; -+ -+static void av5100_set_radio(int state) -+{ -+ printk(KERN_INFO DRV_NAME ": Radio being turned %s\n", -+ (state == AV5100_RADIO_ON) ? "ON" : "OFF"); -+ outl(0x80020800, 0xcf8); -+ outb(0x6f, 0x0072); -+ outl(0x1800ffff, 0x1184); -+ outb(state, 0x00b2); -+ av5100_radio = state; -+} -+ -+ -+/* -+ * proc stuff -+ */ -+static struct proc_dir_entry *dir_base = NULL; -+ -+static int proc_set_radio(struct file *file, const char *buffer, -+ unsigned long count, void *data) -+{ -+ av5100_set_radio(buffer[0] == '0' ? AV5100_RADIO_OFF : AV5100_RADIO_ON); -+ -+ return count; -+} -+ -+static int proc_get_radio(char *page, char **start, off_t offset, -+ int count, int *eof, void *data) -+{ -+ int len = 0; -+ -+ len += snprintf(page, count, DRV_NAME ": %d\n", -+ av5100_radio == AV5100_RADIO_OFF ? 0 : 1); -+ -+ *eof = 1; -+ return len; -+} -+ -+ -+static void av5100_proc_cleanup(void) -+{ -+ if (dir_base) { -+ remove_proc_entry("radio", dir_base); -+ remove_proc_entry(DRV_NAME, &proc_root); -+ dir_base = NULL; -+ } -+} -+ -+ -+static int av5100_proc_init(void) -+{ -+ struct proc_dir_entry *ent; -+ int err = 0; -+ -+ dir_base = create_proc_entry(DRV_NAME, S_IFDIR, &proc_root); -+ if (dir_base == NULL) { -+ printk(KERN_ERR DRV_NAME ": Unable to initialise /proc/" -+ DRV_NAME "\n"); -+ err = -ENOMEM; -+ goto fail; -+ } -+ -+ -+ ent = create_proc_entry("radio", S_IFREG | S_IRUGO | S_IWUSR, -+ dir_base); -+ if (ent) { -+ ent->read_proc = proc_get_radio; -+ ent->write_proc = proc_set_radio; -+ } else { -+ printk(KERN_ERR -+ "Unable to initialize /proc/" DRV_NAME "/radio\n"); -+ err = -ENOMEM; -+ goto fail; -+ } -+ -+ return 0; -+ -+ fail: -+ av5100_proc_cleanup(); -+ return err; -+} -+ -+/* -+ * module stuff -+ */ -+static int __init av5100_init(void) -+{ -+ av5100_proc_init(); -+ -+ av5100_set_radio((radio == 1) ? AV5100_RADIO_ON : AV5100_RADIO_OFF); -+ -+ return 0; -+} -+ -+static void __exit av5100_exit(void) -+{ -+ av5100_set_radio(AV5100_RADIO_OFF); -+ -+ av5100_proc_cleanup(); -+} -+ -+module_init(av5100_init); -+module_exit(av5100_exit); -+ -+/* -+ 1 2 3 4 5 6 7 -+12345678901234567890123456789012345678901234567890123456789012345678901234567890 -+*/ -diff -Nurp linux-2.6.37/3rdparty/rfswitch/FILES linux-2.6.37.3rdparty/3rdparty/rfswitch/FILES ---- linux-2.6.37/3rdparty/rfswitch/FILES 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/FILES 2004-07-09 07:44:19.000000000 +0300 -@@ -0,0 +1,6 @@ -+Makefile Used for building on 2.4, 2.6, internally and exteranlly -+ -+FILES This file -+ -+av5100.c Averatec 5100P SW Switch Module -+pbe5.c Packard Bell Easynote SW Switch Module -diff -Nurp linux-2.6.37/3rdparty/rfswitch/ISSUES linux-2.6.37.3rdparty/3rdparty/rfswitch/ISSUES ---- linux-2.6.37/3rdparty/rfswitch/ISSUES 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/ISSUES 2004-07-09 07:43:22.000000000 +0300 -@@ -0,0 +1,28 @@ -+ -+ISSUES -+------------ ----- ----- ---- --- -- - -+ -+No packets! - RF kill switch -+ -+If the module loads, but no packets are transferred you may have a SW based -+radio kill switch. All laptops have some capability to disable the radio -+via a button or switch. On some laptops that switch is physically tied to the -+IPW2100; simply toggling the switch should enable the radio. -+ -+On other laptops, the switch is a button that when pressed requires some -+software driver to send some hardware command to some other piece of hardware -+on the laptop, that then controls the radio. The driver currently has support -+for the Averatec 5100P laptop's SW switch. Support will be added for other -+laptop vendors as we become aware of them and figure out how to enable the -+radio. -+ -+To know if the radio is being disabled via the RF switch, perform the following: -+ -+% cat /proc/net/ipw2100/eth1/state -+Radio is disabled by RF switch -+ -+If it says that, then your RF switch is currently disabling the radio. The -+driver doesn't currently support switching back to the on state if you have a -+physical RF switch (the radio may turn on and packets will work, but the proc -+entry won't be updated) -+ -diff -Nurp linux-2.6.37/3rdparty/rfswitch/Kconfig linux-2.6.37.3rdparty/3rdparty/rfswitch/Kconfig ---- linux-2.6.37/3rdparty/rfswitch/Kconfig 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/Kconfig 2008-05-27 23:39:10.000000000 +0300 -@@ -0,0 +1,22 @@ -+menu "RF Switch" -+ depends on EXPERIMENTAL -+ -+config RFSWITCH -+ tristate "RF Switch" -+ depends on EXPERIMENTAL -+ -+config AVERATEC_5100P -+ tristate "averatec 5100P driver" -+ depends on RFSWITCH -+ ---help--- -+ This is an experimental driver for the wireless switch -+ of some laptops (usefull with some ipw2x00 cards) -+ -+config PACKARDBELL_E5 -+ tristate "pbe5 driver" -+ depends on RFSWITCH -+ ---help--- -+ This is an experimental driver for the wireless switch -+ of some laptops (usefull with some ipw2x00 cards) -+ -+endmenu -diff -Nurp linux-2.6.37/3rdparty/rfswitch/LICENSE linux-2.6.37.3rdparty/3rdparty/rfswitch/LICENSE ---- linux-2.6.37/3rdparty/rfswitch/LICENSE 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/LICENSE 2004-07-09 07:43:22.000000000 +0300 -@@ -0,0 +1,339 @@ -+ -+"This software program is licensed subject to the GNU General Public License -+(GPL). Version 2, June 1991, available at -+" -+ -+GNU General Public License -+ -+Version 2, June 1991 -+ -+Copyright (C) 1989, 1991 Free Software Foundation, Inc. -+59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -+ -+Everyone is permitted to copy and distribute verbatim copies of this license -+document, but changing it is not allowed. -+ -+Preamble -+ -+The licenses for most software are designed to take away your freedom to -+share and change it. By contrast, the GNU General Public License is intended -+to guarantee your freedom to share and change free software--to make sure -+the software is free for all its users. This General Public License applies -+to most of the Free Software Foundation's software and to any other program -+whose authors commit to using it. (Some other Free Software Foundation -+software is covered by the GNU Library General Public License instead.) You -+can apply it to your programs, too. -+ -+When we speak of free software, we are referring to freedom, not price. Our -+General Public Licenses are designed to make sure that you have the freedom -+to distribute copies of free software (and charge for this service if you -+wish), that you receive source code or can get it if you want it, that you -+can change the software or use pieces of it in new free programs; and that -+you know you can do these things. -+ -+To protect your rights, we need to make restrictions that forbid anyone to -+deny you these rights or to ask you to surrender the rights. These -+restrictions translate to certain responsibilities for you if you distribute -+copies of the software, or if you modify it. -+ -+For example, if you distribute copies of such a program, whether gratis or -+for a fee, you must give the recipients all the rights that you have. You -+must make sure that they, too, receive or can get the source code. And you -+must show them these terms so they know their rights. -+ -+We protect your rights with two steps: (1) copyright the software, and (2) -+offer you this license which gives you legal permission to copy, distribute -+and/or modify the software. -+ -+Also, for each author's protection and ours, we want to make certain that -+everyone understands that there is no warranty for this free software. If -+the software is modified by someone else and passed on, we want its -+recipients to know that what they have is not the original, so that any -+problems introduced by others will not reflect on the original authors' -+reputations. -+ -+Finally, any free program is threatened constantly by software patents. We -+wish to avoid the danger that redistributors of a free program will -+individually obtain patent licenses, in effect making the program -+proprietary. To prevent this, we have made it clear that any patent must be -+licensed for everyone's free use or not licensed at all. -+ -+The precise terms and conditions for copying, distribution and modification -+follow. -+ -+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION -+ -+0. This License applies to any program or other work which contains a notice -+ placed by the copyright holder saying it may be distributed under the -+ terms of this General Public License. The "Program", below, refers to any -+ such program or work, and a "work based on the Program" means either the -+ Program or any derivative work under copyright law: that is to say, a -+ work containing the Program or a portion of it, either verbatim or with -+ modifications and/or translated into another language. (Hereinafter, -+ translation is included without limitation in the term "modification".) -+ Each licensee is addressed as "you". -+ -+ Activities other than copying, distribution and modification are not -+ covered by this License; they are outside its scope. The act of running -+ the Program is not restricted, and the output from the Program is covered -+ only if its contents constitute a work based on the Program (independent -+ of having been made by running the Program). Whether that is true depends -+ on what the Program does. -+ -+1. You may copy and distribute verbatim copies of the Program's source code -+ as you receive it, in any medium, provided that you conspicuously and -+ appropriately publish on each copy an appropriate copyright notice and -+ disclaimer of warranty; keep intact all the notices that refer to this -+ License and to the absence of any warranty; and give any other recipients -+ of the Program a copy of this License along with the Program. -+ -+ You may charge a fee for the physical act of transferring a copy, and you -+ may at your option offer warranty protection in exchange for a fee. -+ -+2. You may modify your copy or copies of the Program or any portion of it, -+ thus forming a work based on the Program, and copy and distribute such -+ modifications or work under the terms of Section 1 above, provided that -+ you also meet all of these conditions: -+ -+ * a) You must cause the modified files to carry prominent notices stating -+ that you changed the files and the date of any change. -+ -+ * b) You must cause any work that you distribute or publish, that in -+ whole or in part contains or is derived from the Program or any part -+ thereof, to be licensed as a whole at no charge to all third parties -+ under the terms of this License. -+ -+ * c) If the modified program normally reads commands interactively when -+ run, you must cause it, when started running for such interactive -+ use in the most ordinary way, to print or display an announcement -+ including an appropriate copyright notice and a notice that there is -+ no warranty (or else, saying that you provide a warranty) and that -+ users may redistribute the program under these conditions, and -+ telling the user how to view a copy of this License. (Exception: if -+ the Program itself is interactive but does not normally print such -+ an announcement, your work based on the Program is not required to -+ print an announcement.) -+ -+ These requirements apply to the modified work as a whole. If identifiable -+ sections of that work are not derived from the Program, and can be -+ reasonably considered independent and separate works in themselves, then -+ this License, and its terms, do not apply to those sections when you -+ distribute them as separate works. But when you distribute the same -+ sections as part of a whole which is a work based on the Program, the -+ distribution of the whole must be on the terms of this License, whose -+ permissions for other licensees extend to the entire whole, and thus to -+ each and every part regardless of who wrote it. -+ -+ Thus, it is not the intent of this section to claim rights or contest -+ your rights to work written entirely by you; rather, the intent is to -+ exercise the right to control the distribution of derivative or -+ collective works based on the Program. -+ -+ In addition, mere aggregation of another work not based on the Program -+ with the Program (or with a work based on the Program) on a volume of a -+ storage or distribution medium does not bring the other work under the -+ scope of this License. -+ -+3. You may copy and distribute the Program (or a work based on it, under -+ Section 2) in object code or executable form under the terms of Sections -+ 1 and 2 above provided that you also do one of the following: -+ -+ * a) Accompany it with the complete corresponding machine-readable source -+ code, which must be distributed under the terms of Sections 1 and 2 -+ above on a medium customarily used for software interchange; or, -+ -+ * b) Accompany it with a written offer, valid for at least three years, -+ to give any third party, for a charge no more than your cost of -+ physically performing source distribution, a complete machine- -+ readable copy of the corresponding source code, to be distributed -+ under the terms of Sections 1 and 2 above on a medium customarily -+ used for software interchange; or, -+ -+ * c) Accompany it with the information you received as to the offer to -+ distribute corresponding source code. (This alternative is allowed -+ only for noncommercial distribution and only if you received the -+ program in object code or executable form with such an offer, in -+ accord with Subsection b above.) -+ -+ The source code for a work means the preferred form of the work for -+ making modifications to it. For an executable work, complete source code -+ means all the source code for all modules it contains, plus any -+ associated interface definition files, plus the scripts used to control -+ compilation and installation of the executable. However, as a special -+ exception, the source code distributed need not include anything that is -+ normally distributed (in either source or binary form) with the major -+ components (compiler, kernel, and so on) of the operating system on which -+ the executable runs, unless that component itself accompanies the -+ executable. -+ -+ If distribution of executable or object code is made by offering access -+ to copy from a designated place, then offering equivalent access to copy -+ the source code from the same place counts as distribution of the source -+ code, even though third parties are not compelled to copy the source -+ along with the object code. -+ -+4. You may not copy, modify, sublicense, or distribute the Program except as -+ expressly provided under this License. Any attempt otherwise to copy, -+ modify, sublicense or distribute the Program is void, and will -+ automatically terminate your rights under this License. However, parties -+ who have received copies, or rights, from you under this License will not -+ have their licenses terminated so long as such parties remain in full -+ compliance. -+ -+5. You are not required to accept this License, since you have not signed -+ it. However, nothing else grants you permission to modify or distribute -+ the Program or its derivative works. These actions are prohibited by law -+ if you do not accept this License. Therefore, by modifying or -+ distributing the Program (or any work based on the Program), you -+ indicate your acceptance of this License to do so, and all its terms and -+ conditions for copying, distributing or modifying the Program or works -+ based on it. -+ -+6. Each time you redistribute the Program (or any work based on the -+ Program), the recipient automatically receives a license from the -+ original licensor to copy, distribute or modify the Program subject to -+ these terms and conditions. You may not impose any further restrictions -+ on the recipients' exercise of the rights granted herein. You are not -+ responsible for enforcing compliance by third parties to this License. -+ -+7. If, as a consequence of a court judgment or allegation of patent -+ infringement or for any other reason (not limited to patent issues), -+ conditions are imposed on you (whether by court order, agreement or -+ otherwise) that contradict the conditions of this License, they do not -+ excuse you from the conditions of this License. If you cannot distribute -+ so as to satisfy simultaneously your obligations under this License and -+ any other pertinent obligations, then as a consequence you may not -+ distribute the Program at all. For example, if a patent license would -+ not permit royalty-free redistribution of the Program by all those who -+ receive copies directly or indirectly through you, then the only way you -+ could satisfy both it and this License would be to refrain entirely from -+ distribution of the Program. -+ -+ If any portion of this section is held invalid or unenforceable under any -+ particular circumstance, the balance of the section is intended to apply -+ and the section as a whole is intended to apply in other circumstances. -+ -+ It is not the purpose of this section to induce you to infringe any -+ patents or other property right claims or to contest validity of any -+ such claims; this section has the sole purpose of protecting the -+ integrity of the free software distribution system, which is implemented -+ by public license practices. Many people have made generous contributions -+ to the wide range of software distributed through that system in -+ reliance on consistent application of that system; it is up to the -+ author/donor to decide if he or she is willing to distribute software -+ through any other system and a licensee cannot impose that choice. -+ -+ This section is intended to make thoroughly clear what is believed to be -+ a consequence of the rest of this License. -+ -+8. If the distribution and/or use of the Program is restricted in certain -+ countries either by patents or by copyrighted interfaces, the original -+ copyright holder who places the Program under this License may add an -+ explicit geographical distribution limitation excluding those countries, -+ so that distribution is permitted only in or among countries not thus -+ excluded. In such case, this License incorporates the limitation as if -+ written in the body of this License. -+ -+9. The Free Software Foundation may publish revised and/or new versions of -+ the General Public License from time to time. Such new versions will be -+ similar in spirit to the present version, but may differ in detail to -+ address new problems or concerns. -+ -+ Each version is given a distinguishing version number. If the Program -+ specifies a version number of this License which applies to it and "any -+ later version", you have the option of following the terms and -+ conditions either of that version or of any later version published by -+ the Free Software Foundation. If the Program does not specify a version -+ number of this License, you may choose any version ever published by the -+ Free Software Foundation. -+ -+10. If you wish to incorporate parts of the Program into other free programs -+ whose distribution conditions are different, write to the author to ask -+ for permission. For software which is copyrighted by the Free Software -+ Foundation, write to the Free Software Foundation; we sometimes make -+ exceptions for this. Our decision will be guided by the two goals of -+ preserving the free status of all derivatives of our free software and -+ of promoting the sharing and reuse of software generally. -+ -+ NO WARRANTY -+ -+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER -+ EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE -+ ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH -+ YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL -+ NECESSARY SERVICING, REPAIR OR CORRECTION. -+ -+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR -+ DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL -+ DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM -+ (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED -+ INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF -+ THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR -+ OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -+ -+END OF TERMS AND CONDITIONS -+ -+How to Apply These Terms to Your New Programs -+ -+If you develop a new program, and you want it to be of the greatest -+possible use to the public, the best way to achieve this is to make it free -+software which everyone can redistribute and change under these terms. -+ -+To do so, attach the following notices to the program. It is safest to -+attach them to the start of each source file to most effectively convey the -+exclusion of warranty; and each file should have at least the "copyright" -+line and a pointer to where the full notice is found. -+ -+one line to give the program's name and an idea of what it does. -+Copyright (C) yyyy name of author -+ -+This program is free software; you can redistribute it and/or modify it -+under the terms of the GNU General Public License as published by the Free -+Software Foundation; either version 2 of the License, or (at your option) -+any later version. -+ -+This program is distributed in the hope that it will be useful, but WITHOUT -+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+more details. -+ -+You should have received a copy of the GNU General Public License along with -+this program; if not, write to the Free Software Foundation, Inc., 59 -+Temple Place - Suite 330, Boston, MA 02111-1307, USA. -+ -+Also add information on how to contact you by electronic and paper mail. -+ -+If the program is interactive, make it output a short notice like this when -+it starts in an interactive mode: -+ -+Gnomovision version 69, Copyright (C) year name of author Gnomovision comes -+with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free -+software, and you are welcome to redistribute it under certain conditions; -+type 'show c' for details. -+ -+The hypothetical commands 'show w' and 'show c' should show the appropriate -+parts of the General Public License. Of course, the commands you use may be -+called something other than 'show w' and 'show c'; they could even be -+mouse-clicks or menu items--whatever suits your program. -+ -+You should also get your employer (if you work as a programmer) or your -+school, if any, to sign a "copyright disclaimer" for the program, if -+necessary. Here is a sample; alter the names: -+ -+Yoyodyne, Inc., hereby disclaims all copyright interest in the program -+'Gnomovision' (which makes passes at compilers) written by James Hacker. -+ -+signature of Ty Coon, 1 April 1989 -+Ty Coon, President of Vice -+ -+This General Public License does not permit incorporating your program into -+proprietary programs. If your program is a subroutine library, you may -+consider it more useful to permit linking proprietary applications with the -+library. If this is what you want to do, use the GNU Library General Public -+License instead of this License. -diff -Nurp linux-2.6.37/3rdparty/rfswitch/Makefile linux-2.6.37.3rdparty/3rdparty/rfswitch/Makefile ---- linux-2.6.37/3rdparty/rfswitch/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/Makefile 2008-03-28 05:17:16.000000000 +0200 -@@ -0,0 +1,119 @@ -+# -+# Makefile for the SW RF Switch kernel modules -+# -+# NOTE: This make file can serve as both an external Makefile (launched -+# directly by the user), or as the sub-dir Makefile used by the kernel -+# build system. -+ -+ -+CONFIG_AVERATEC_5100P=m -+CONFIG_PACKARDBELL_E5=m -+ -+ -+ -+list-m := -+list-$(CONFIG_AVERATEC_5100P) += av5100 -+list-$(CONFIG_PACKARDBELL_E5) += pbe5 -+ -+ -+obj-$(CONFIG_AVERATEC_5100P) += av5100.o -+obj-$(CONFIG_PACKARDBELL_E5) += pbe5.o -+ -+# -+# Begin dual Makefile mode here. First we provide support for when we -+# are being invoked by the kernel build system -+# -+ifneq ($(KERNELRELEASE),) -+ -+ifneq ($(PATCHLEVEL),6) # If we are not on a 2.6, then do 2.4 specific things -+ -+O_TARGET := rfswitch.o -+ -+include $(TOPDIR)/Rules.make -+ -+endif # End if 2.4 specific settings -+ -+else -+# Here we begin the portion that is executed if the user invoked this Makefile -+# directly. -+ -+# KSRC should be set to the path to your sources -+# modules are installed into KMISC -+KVER := $(shell uname -r) -+KSRC := /lib/modules/$(KVER)/build -+KMISC := /lib/modules/$(KVER)/kernel/drivers/net/wireless/ -+ -+# KSRC_OUTPUT should be overridden if you are using a 2.6 kernel that -+# has it's output sent elsewhere via KBUILD_OUTPUT= or O= -+KSRC_OUTPUT := $(KSRC) -+ -+# If we find Rules.make, we can assume we're using the old 2.4 style building -+OLDMAKE=$(wildcard $(KSRC)/Rules.make) -+PWD=$(shell pwd) -+ -+VERFILE := $(KSRC_OUTPUT)/include/linux/version.h -+KERNELRELEASE := $(shell \ -+ if [ -r $(VERFILE) ]; then \ -+ (cat $(VERFILE); echo UTS_RELEASE) | \ -+ $(CC) -I$(KSRC_OUTPUT) $(CFLAGS) -E - | \ -+ tail -n 1 | \ -+ xargs echo; \ -+ else \ -+ uname -r; \ -+ fi) -+ -+MODPATH := $(DESTDIR)/lib/modules/$(KERNELRELEASE) -+ -+all: modules -+ -+clean: -+ rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags Modules.symvers -+ rm -rf $(PWD)/tmp -+ -+ -+ifeq ($(OLDMAKE),) -+ -+TMP=$(PWD)/tmp -+MODVERDIR=$(TMP)/.tmp_versions -+ -+modules: -+ifdef ($(KSRC_OUTPUT)/.tmp_versions) -+ mkdir -p $(MODVERDIR) -+ -cp $(KSRC_OUTPUT)/.tmp_versions/*.mod $(MODVERDIR) -+endif -+ifeq ($(KSRC),$(KSRC_OUTPUT)) # We're not outputting elsewhere -+ifdef ($(KSRC)/.tmp_versions) -+ -cp $(KSRC)/.tmp_versions/*.mod $(MODVERDIR) -+endif -+ $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) MODVERDIR=$(MODVERDIR) modules -+else # We've got a kernel with seperate output, copy the config, and use O= -+ mkdir -p $(TMP) -+ cp $(KSRC_OUTPUT)/.config $(TMP) -+ $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) MODVERDIR=$(MODVERDIR) O=$(PWD)/tmp modules -+endif -+ -+install: modules -+ install -d $(KMISC) -+ install -m 644 -c $(addsuffix .ko,$(list-m)) $(KMISC) -+ /sbin/depmod -a -+ -+ -+else # We're on 2.4, and things are slightly different -+ -+modules: -+ $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) BUILD_DIR=$(PWD) modules -+ -+install: modules -+ install -d $(KMISC) -+ install -m 644 -c $(addsuffix .o,$(list-m)) $(KMISC) -+ /sbin/depmod -a -+ -+endif -+ -+uninstall: -+ cd $(KMISC) -+ rm -rf $(addsuffix .ko,$(list-m)) -+ cd - -+ /sbin/depmod -a -+ -+endif -diff -Nurp linux-2.6.37/3rdparty/rfswitch/pbe5.c linux-2.6.37.3rdparty/3rdparty/rfswitch/pbe5.c ---- linux-2.6.37/3rdparty/rfswitch/pbe5.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/pbe5.c 2008-03-28 05:25:16.000000000 +0200 -@@ -0,0 +1,205 @@ -+/******************************************************************************* -+ -+ This program is free software; you can redistribute it and/or modify it -+ under the terms of version 2 of the GNU General Public License as -+ published by the Free Software Foundation. -+ -+ This program is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ more details. -+ -+ You should have received a copy of the GNU General Public License along with -+ this program; if not, write to the Free Software Foundation, Inc., 59 -+ Temple Place - Suite 330, Boston, MA 02111-1307, USA. -+ -+ The full GNU General Public License is included in this distribution in the -+ file called LICENSE. -+ -+ Author: -+ Pedro Ramalhais -+ -+ Based on: -+ av5100.c from http://ipw2100.sourceforge.net/ -+ -+*******************************************************************************/ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#define DRV_NAME "pbe5" -+#define DRV_VERSION "1.3" -+#define DRV_DESCRIPTION "SW RF kill switch for Packard Bell EasyNote E5" -+#define DRV_AUTHOR "Pedro Ramalhais" -+#define DRV_LICENSE "GPL" -+ -+static int radio = 1; -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) -+ -+MODULE_PARM(radio, "i"); -+ -+#else /* LINUX_VERSION_CODE < 2.6.0 */ -+ -+#include -+module_param(radio, int, 1); -+ -+#endif /* LINUX_VERSION_CODE < 2.6.0 */ -+ -+MODULE_PARM_DESC(radio, "controls state of radio (1=on, 0=off)"); -+ -+MODULE_DESCRIPTION(DRV_DESCRIPTION); -+MODULE_AUTHOR(DRV_AUTHOR); -+MODULE_LICENSE(DRV_LICENSE); -+ -+/* -+ * NOTE: These values were obtained from disassembling the Icon.exe program -+ * installed in the Packard Bell EasyNote E5 laptop. The names were guessed, -+ * so don't rely on them. -+ */ -+#define PBE5_PORT_TOGGLE 0x0b3 -+#define PBE5_VALUE_TOGGLE_ON 0x01 -+#define PBE5_VALUE_TOGGLE_OFF 0x00 -+#define PBE5_PORT_APPLY 0x0b2 -+#define PBE5_VALUE_APPLY 0xef -+ -+// Some "booleans" =;-) -+#define PBE5_RADIO_OFF 0 -+#define PBE5_RADIO_ON 1 -+ -+static int pbe5_radio_status = PBE5_RADIO_ON; -+ -+unsigned char pbe5_get_radio(void) -+{ -+ unsigned char val = 0x00; -+ -+ val = inb(PBE5_PORT_TOGGLE); -+ -+ return val; -+} -+ -+static void pbe5_set_radio(int state_set) -+{ -+ pbe5_radio_status = pbe5_get_radio(); -+ -+ if (pbe5_radio_status != state_set) { -+ // Set the radio toggle register -+ outb(PBE5_VALUE_TOGGLE_ON, PBE5_PORT_TOGGLE); -+ // Commit the radio toggle register value -+ outb(PBE5_VALUE_APPLY, PBE5_PORT_APPLY); -+ // Update the radio status -+ pbe5_radio_status = pbe5_get_radio(); -+ -+ printk(KERN_INFO DRV_NAME ": Radio turned %s\n", -+ (state_set == PBE5_RADIO_ON) ? "ON" : "OFF"); -+ } else { -+ printk(KERN_INFO DRV_NAME ": Radio already %s\n", -+ (state_set == PBE5_RADIO_ON) ? "ON" : "OFF"); -+ } -+} -+ -+ -+/* -+ * proc stuff -+ */ -+static struct proc_dir_entry *dir_base = NULL; -+ -+static int proc_set_radio(struct file *file, const char *buffer, -+ unsigned long count, void *data) -+{ -+ pbe5_set_radio(buffer[0] == '0' ? PBE5_RADIO_OFF : PBE5_RADIO_ON); -+ -+ return count; -+} -+ -+static int proc_get_radio(char *page, char **start, off_t offset, -+ int count, int *eof, void *data) -+{ -+ int len = 0; -+ -+ len += snprintf(page, count, DRV_NAME ": %d\n", -+ pbe5_radio_status == PBE5_RADIO_OFF ? 0 : 1); -+ -+ *eof = 1; -+ return len; -+} -+ -+ -+static void pbe5_proc_cleanup(void) -+{ -+ if (dir_base) { -+ remove_proc_entry("radio", dir_base); -+ remove_proc_entry(DRV_NAME, &proc_root); -+ dir_base = NULL; -+ } -+} -+ -+ -+static int pbe5_proc_init(void) -+{ -+ struct proc_dir_entry *ent; -+ int err = 0; -+ -+ dir_base = create_proc_entry(DRV_NAME, S_IFDIR, &proc_root); -+ if (dir_base == NULL) { -+ printk(KERN_ERR DRV_NAME ": Unable to initialise /proc/" -+ DRV_NAME "\n"); -+ err = -ENOMEM; -+ goto fail; -+ } -+ -+ -+ ent = create_proc_entry("radio", S_IFREG | S_IRUGO | S_IWUSR, -+ dir_base); -+ if (ent) { -+ ent->read_proc = proc_get_radio; -+ ent->write_proc = proc_set_radio; -+ } else { -+ printk(KERN_ERR -+ "Unable to initialize /proc/" DRV_NAME "/radio\n"); -+ err = -ENOMEM; -+ goto fail; -+ } -+ -+ return 0; -+ -+ fail: -+ pbe5_proc_cleanup(); -+ return err; -+} -+ -+/* -+ * module stuff -+ */ -+static int __init pbe5_init(void) -+{ -+ pbe5_proc_init(); -+ -+ pbe5_set_radio((radio == 1) ? PBE5_RADIO_ON : PBE5_RADIO_OFF); -+ -+ return 0; -+} -+ -+static void __exit pbe5_exit(void) -+{ -+ pbe5_set_radio(PBE5_RADIO_OFF); -+ -+ pbe5_proc_cleanup(); -+} -+ -+module_init(pbe5_init); -+module_exit(pbe5_exit); -+ -+/* -+ 1 2 3 4 5 6 7 -+12345678901234567890123456789012345678901234567890123456789012345678901234567890 -+*/ -diff -Nurp linux-2.6.37/3rdparty/rfswitch/README linux-2.6.37.3rdparty/3rdparty/rfswitch/README ---- linux-2.6.37/3rdparty/rfswitch/README 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/rfswitch/README 2004-07-09 17:26:20.000000000 +0300 -@@ -0,0 +1,44 @@ -+Radio Kill Switch -+------------ ----- ----- ---- --- -- - -+Most laptops provide the ability for the user to physically disable the radio. -+Some vendors have implemented this as a physical switch that requires no -+software to turn the radio off and on. On other laptops, however, the switch -+is controlled through a button being pressed and a software driver then making -+calls to turn the radio off and on. This is referred to as a "software based -+RF kill switch" -+ -+Currently this project provides modules for controlling the software RF kill -+switch on the Averatec 5100P and Packard Bell EasyNote E5. The code may work -+on other laptops, but these are the only models on which it has been tested. -+ -+To determine if you have a system that might be compatible with one of the -+provided SW RF Kill switch modules, you can run: -+ -+ -+ To check for the Packard Bell (to use module pbe) -- -+ -+ % dd if=/dev/mem bs=1 skip=983040 count=65535 2>/dev/null | strings | egrep "NEW-PC|Insyde Software MobilePRO BIOS" -+ -+ To check for the Averatec (to use module av5100) -- -+ -+ % dd if=/dev/mem bs=1 skip=983040 count=65535 2>/dev/null | strings | egrep "AVERATEC" -+ -+If you have one of those laptop models you can imply loading the av5100/pbe5 -+module and the radio will be toggled on and off. In addition, you can turn -+the driver on and off by writing either a 1 or 0 to /proc/av5100/radio or -+/proc/pbe5/radio. If you automatically load the av5100/pbe5 module when your -+system boots, you may wish to use the radio module parameter to control the -+state of the radio upon loading: -+ -+ modprobe av5100 radio=0 -+ modprobe pbe5 radio=0 -+ -+results in the module loading with the radio turned off. You can then turn the -+radio on by: -+ -+ echo 1 > /proc/av5100/radio -+ echo 1 > /proc/pbe5/radio -+ -+If you have a SW RF kill switch and can not use one of the above modules, -+please join us on IRC (irc.freenode.net) on channel #ipw2100 and someone may -+be able to help. diff --git a/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-3.0-buildfix.patch b/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-3.0-buildfix.patch deleted file mode 100644 index 7bfc2c64c1..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-3.0-buildfix.patch +++ /dev/null @@ -1,19 +0,0 @@ - -fix build with 3.0 - -Signed-off-by: Thomas Backlund - - 3rdparty/rfswitch/Makefile | 2 -- - 1 file changed, 2 deletions(-) - ---- a/3rdparty/rfswitch/Makefile.orig 2011-07-15 02:37:27.000000000 +0300 -+++ a/3rdparty/rfswitch/Makefile 2011-07-15 13:47:10.463914526 +0300 -@@ -29,8 +29,6 @@ ifneq ($(PATCHLEVEL),6) # If we are not - - O_TARGET := rfswitch.o - --include $(TOPDIR)/Rules.make -- - endif # End if 2.4 specific settings - - else diff --git a/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-build-fix.patch b/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-build-fix.patch deleted file mode 100644 index ab1c279ca3..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-rfswitch-build-fix.patch +++ /dev/null @@ -1,51 +0,0 @@ -Remove 'proc_root' usage - -Commit c74c120a21d87b0b6925ada5830d8cac21e852d9 (Linus's tree) removed -the export of 'proc_root' variable, because you can create on the proc's -root directory by passing NULL where you would pass 'proc_root'. - -Signed-off-by: Luiz Fernando N. Capitulino -Index: linux-2.6.25/3rdparty/rfswitch/av5100.c -=================================================================== ---- linux-2.6.25.orig/3rdparty/rfswitch/av5100.c -+++ linux-2.6.25/3rdparty/rfswitch/av5100.c -@@ -107,7 +107,7 @@ static void av5100_proc_cleanup(void) - { - if (dir_base) { - remove_proc_entry("radio", dir_base); -- remove_proc_entry(DRV_NAME, &proc_root); -+ remove_proc_entry(DRV_NAME, NULL); - dir_base = NULL; - } - } -@@ -118,7 +118,7 @@ static int av5100_proc_init(void) - struct proc_dir_entry *ent; - int err = 0; - -- dir_base = create_proc_entry(DRV_NAME, S_IFDIR, &proc_root); -+ dir_base = create_proc_entry(DRV_NAME, S_IFDIR, NULL); - if (dir_base == NULL) { - printk(KERN_ERR DRV_NAME ": Unable to initialise /proc/" - DRV_NAME "\n"); -Index: linux-2.6.25/3rdparty/rfswitch/pbe5.c -=================================================================== ---- linux-2.6.25.orig/3rdparty/rfswitch/pbe5.c -+++ linux-2.6.25/3rdparty/rfswitch/pbe5.c -@@ -138,7 +138,7 @@ static void pbe5_proc_cleanup(void) - { - if (dir_base) { - remove_proc_entry("radio", dir_base); -- remove_proc_entry(DRV_NAME, &proc_root); -+ remove_proc_entry(DRV_NAME, NULL); - dir_base = NULL; - } - } -@@ -149,7 +149,7 @@ static int pbe5_proc_init(void) - struct proc_dir_entry *ent; - int err = 0; - -- dir_base = create_proc_entry(DRV_NAME, S_IFDIR, &proc_root); -+ dir_base = create_proc_entry(DRV_NAME, S_IFDIR, NULL); - if (dir_base == NULL) { - printk(KERN_ERR DRV_NAME ": Unable to initialise /proc/" - DRV_NAME "\n"); diff --git a/kernel/tools/perf/files/patches/mageia/3rd-rtl8723bs.patch b/kernel/tools/perf/files/patches/mageia/3rd-rtl8723bs.patch deleted file mode 100644 index 58379a12a5..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-rtl8723bs.patch +++ /dev/null @@ -1,110345 +0,0 @@ - -From https://github.com/hadess/rtl8723bs - -Tpomost commit: - -commit b3def82d8cbd0e7011bfaa6b70cd74725863e833 -Merge: aae04af 20822be -Author: lwfinger -Date: Thu Nov 3 10:33:33 2016 -0500 - - Merge pull request #110 from colin4124/patch-1 - - Add usage guide - - -Signed-off-by: Thomas Backlund - - 3rdparty/rtl8723bs/Kconfig | 11 - 3rdparty/rtl8723bs/Makefile | 251 - 3rdparty/rtl8723bs/core/rtw_ap.c | 2684 ++++++++ - 3rdparty/rtl8723bs/core/rtw_btcoex.c | 243 - 3rdparty/rtl8723bs/core/rtw_cmd.c | 2244 +++++++ - 3rdparty/rtl8723bs/core/rtw_debug.c | 1453 ++++ - 3rdparty/rtl8723bs/core/rtw_eeprom.c | 369 + - 3rdparty/rtl8723bs/core/rtw_efuse.c | 635 ++ - 3rdparty/rtl8723bs/core/rtw_ieee80211.c | 1433 ++++ - 3rdparty/rtl8723bs/core/rtw_io.c | 203 - 3rdparty/rtl8723bs/core/rtw_ioctl_set.c | 696 ++ - 3rdparty/rtl8723bs/core/rtw_mlme.c | 3155 ++++++++++ - 3rdparty/rtl8723bs/core/rtw_mlme_ext.c | 6940 ++++++++++++++++++++++ - 3rdparty/rtl8723bs/core/rtw_odm.c | 195 - 3rdparty/rtl8723bs/core/rtw_pwrctrl.c | 1421 ++++ - 3rdparty/rtl8723bs/core/rtw_recv.c | 2693 ++++++++ - 3rdparty/rtl8723bs/core/rtw_rf.c | 64 - 3rdparty/rtl8723bs/core/rtw_security.c | 2448 +++++++ - 3rdparty/rtl8723bs/core/rtw_sta_mgt.c | 641 ++ - 3rdparty/rtl8723bs/core/rtw_wlan_util.c | 2328 +++++++ - 3rdparty/rtl8723bs/core/rtw_xmit.c | 3100 +++++++++ - 3rdparty/rtl8723bs/hal/Hal8723BPwrSeq.c | 138 - 3rdparty/rtl8723bs/hal/Hal8723BReg.h | 442 + - 3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.c | 3779 +++++++++++ - 3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.h | 193 - 3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.c | 3729 +++++++++++ - 3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.h | 155 - 3rdparty/rtl8723bs/hal/HalBtcOutSrc.h | 565 + - 3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.c | 643 ++ - 3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.h | 48 - 3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.c | 302 - 3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.h | 28 - 3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.c | 799 ++ - 3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.h | 49 - 3rdparty/rtl8723bs/hal/HalPhyRf.c | 662 ++ - 3rdparty/rtl8723bs/hal/HalPhyRf.h | 63 - 3rdparty/rtl8723bs/hal/HalPhyRf_8723B.c | 2091 ++++++ - 3rdparty/rtl8723bs/hal/HalPhyRf_8723B.h | 83 - 3rdparty/rtl8723bs/hal/HalPwrSeqCmd.c | 205 - 3rdparty/rtl8723bs/hal/Mp_Precomp.h | 33 - 3rdparty/rtl8723bs/hal/hal_btcoex.c | 1720 +++++ - 3rdparty/rtl8723bs/hal/hal_com.c | 1753 +++++ - 3rdparty/rtl8723bs/hal/hal_com_phycfg.c | 3288 ++++++++++ - 3rdparty/rtl8723bs/hal/hal_intf.c | 474 + - 3rdparty/rtl8723bs/hal/hal_phy.c | 224 - 3rdparty/rtl8723bs/hal/hal_sdio.c | 115 - 3rdparty/rtl8723bs/hal/odm.c | 1446 ++++ - 3rdparty/rtl8723bs/hal/odm.h | 1465 ++++ - 3rdparty/rtl8723bs/hal/odm_AntDiv.c | 70 - 3rdparty/rtl8723bs/hal/odm_AntDiv.h | 38 - 3rdparty/rtl8723bs/hal/odm_CfoTracking.c | 338 + - 3rdparty/rtl8723bs/hal/odm_CfoTracking.h | 47 - 3rdparty/rtl8723bs/hal/odm_DIG.c | 1221 +++ - 3rdparty/rtl8723bs/hal/odm_DIG.h | 195 - 3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.c | 89 - 3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.h | 39 - 3rdparty/rtl8723bs/hal/odm_DynamicTxPower.c | 30 - 3rdparty/rtl8723bs/hal/odm_DynamicTxPower.h | 37 - 3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.c | 186 - 3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.h | 31 - 3rdparty/rtl8723bs/hal/odm_HWConfig.c | 535 + - 3rdparty/rtl8723bs/hal/odm_HWConfig.h | 162 - 3rdparty/rtl8723bs/hal/odm_NoiseMonitor.c | 175 - 3rdparty/rtl8723bs/hal/odm_NoiseMonitor.h | 47 - 3rdparty/rtl8723bs/hal/odm_PathDiv.c | 42 - 3rdparty/rtl8723bs/hal/odm_PathDiv.h | 29 - 3rdparty/rtl8723bs/hal/odm_RTL8723B.c | 45 - 3rdparty/rtl8723bs/hal/odm_RTL8723B.h | 22 - 3rdparty/rtl8723bs/hal/odm_RegConfig8723B.c | 257 - 3rdparty/rtl8723bs/hal/odm_RegConfig8723B.h | 65 - 3rdparty/rtl8723bs/hal/odm_RegDefine11N.h | 172 - 3rdparty/rtl8723bs/hal/odm_debug.c | 52 - 3rdparty/rtl8723bs/hal/odm_debug.h | 165 - 3rdparty/rtl8723bs/hal/odm_interface.h | 59 - 3rdparty/rtl8723bs/hal/odm_precomp.h | 60 - 3rdparty/rtl8723bs/hal/odm_reg.h | 103 - 3rdparty/rtl8723bs/hal/odm_types.h | 102 - 3rdparty/rtl8723bs/hal/rtl8723b_cmd.c | 2358 +++++++ - 3rdparty/rtl8723bs/hal/rtl8723b_dm.c | 300 - 3rdparty/rtl8723bs/hal/rtl8723b_hal_init.c | 4546 ++++++++++++++ - 3rdparty/rtl8723bs/hal/rtl8723b_phycfg.c | 1060 +++ - 3rdparty/rtl8723bs/hal/rtl8723b_rf6052.c | 230 - 3rdparty/rtl8723bs/hal/rtl8723b_rxdesc.c | 86 - 3rdparty/rtl8723bs/hal/rtl8723bs_recv.c | 490 + - 3rdparty/rtl8723bs/hal/rtl8723bs_xmit.c | 686 ++ - 3rdparty/rtl8723bs/hal/sdio_halinit.c | 1928 ++++++ - 3rdparty/rtl8723bs/hal/sdio_ops.c | 1296 ++++ - 3rdparty/rtl8723bs/include/Hal8192CPhyReg.h | 1126 +++ - 3rdparty/rtl8723bs/include/Hal8723BPhyCfg.h | 128 - 3rdparty/rtl8723bs/include/Hal8723BPhyReg.h | 77 - 3rdparty/rtl8723bs/include/Hal8723BPwrSeq.h | 232 - 3rdparty/rtl8723bs/include/HalPwrSeqCmd.h | 132 - 3rdparty/rtl8723bs/include/HalVerDef.h | 127 - 3rdparty/rtl8723bs/include/autoconf.h | 71 - 3rdparty/rtl8723bs/include/basic_types.h | 209 - 3rdparty/rtl8723bs/include/cmd_osdep.h | 26 - 3rdparty/rtl8723bs/include/drv_conf.h | 37 - 3rdparty/rtl8723bs/include/drv_types.h | 720 ++ - 3rdparty/rtl8723bs/include/drv_types_sdio.h | 39 - 3rdparty/rtl8723bs/include/ethernet.h | 22 - 3rdparty/rtl8723bs/include/hal_btcoex.h | 68 - 3rdparty/rtl8723bs/include/hal_com.h | 309 - 3rdparty/rtl8723bs/include/hal_com_h2c.h | 293 - 3rdparty/rtl8723bs/include/hal_com_phycfg.h | 275 - 3rdparty/rtl8723bs/include/hal_com_reg.h | 1725 +++++ - 3rdparty/rtl8723bs/include/hal_data.h | 485 + - 3rdparty/rtl8723bs/include/hal_intf.h | 410 + - 3rdparty/rtl8723bs/include/hal_pg.h | 81 - 3rdparty/rtl8723bs/include/hal_phy.h | 183 - 3rdparty/rtl8723bs/include/hal_phy_reg.h | 25 - 3rdparty/rtl8723bs/include/hal_sdio.h | 26 - 3rdparty/rtl8723bs/include/ieee80211.h | 1345 ++++ - 3rdparty/rtl8723bs/include/ioctl_cfg80211.h | 132 - 3rdparty/rtl8723bs/include/mlme_osdep.h | 27 - 3rdparty/rtl8723bs/include/osdep_intf.h | 88 - 3rdparty/rtl8723bs/include/osdep_service.h | 281 - 3rdparty/rtl8723bs/include/osdep_service_linux.h | 178 - 3rdparty/rtl8723bs/include/recv_osdep.h | 48 - 3rdparty/rtl8723bs/include/rtl8192c_recv.h | 50 - 3rdparty/rtl8723bs/include/rtl8192c_rf.h | 39 - 3rdparty/rtl8723bs/include/rtl8723b_cmd.h | 199 - 3rdparty/rtl8723bs/include/rtl8723b_dm.h | 41 - 3rdparty/rtl8723bs/include/rtl8723b_hal.h | 279 - 3rdparty/rtl8723bs/include/rtl8723b_recv.h | 144 - 3rdparty/rtl8723bs/include/rtl8723b_rf.h | 26 - 3rdparty/rtl8723bs/include/rtl8723b_spec.h | 262 - 3rdparty/rtl8723bs/include/rtl8723b_xmit.h | 458 + - 3rdparty/rtl8723bs/include/rtw_ap.h | 47 - 3rdparty/rtl8723bs/include/rtw_beamforming.h | 135 - 3rdparty/rtl8723bs/include/rtw_br_ext.h | 63 - 3rdparty/rtl8723bs/include/rtw_btcoex.h | 64 - 3rdparty/rtl8723bs/include/rtw_byteorder.h | 24 - 3rdparty/rtl8723bs/include/rtw_cmd.h | 980 +++ - 3rdparty/rtl8723bs/include/rtw_debug.h | 355 + - 3rdparty/rtl8723bs/include/rtw_eeprom.h | 128 - 3rdparty/rtl8723bs/include/rtw_efuse.h | 132 - 3rdparty/rtl8723bs/include/rtw_event.h | 117 - 3rdparty/rtl8723bs/include/rtw_ht.h | 118 - 3rdparty/rtl8723bs/include/rtw_io.h | 373 + - 3rdparty/rtl8723bs/include/rtw_ioctl.h | 80 - 3rdparty/rtl8723bs/include/rtw_ioctl_set.h | 41 - 3rdparty/rtl8723bs/include/rtw_mlme.h | 695 ++ - 3rdparty/rtl8723bs/include/rtw_mlme_ext.h | 888 ++ - 3rdparty/rtl8723bs/include/rtw_mp.h | 512 + - 3rdparty/rtl8723bs/include/rtw_odm.h | 36 - 3rdparty/rtl8723bs/include/rtw_pwrctrl.h | 375 + - 3rdparty/rtl8723bs/include/rtw_qos.h | 27 - 3rdparty/rtl8723bs/include/rtw_recv.h | 553 + - 3rdparty/rtl8723bs/include/rtw_rf.h | 159 - 3rdparty/rtl8723bs/include/rtw_security.h | 440 + - 3rdparty/rtl8723bs/include/rtw_version.h | 2 - 3rdparty/rtl8723bs/include/rtw_wifi_regd.h | 35 - 3rdparty/rtl8723bs/include/rtw_xmit.h | 528 + - 3rdparty/rtl8723bs/include/sdio_hal.h | 28 - 3rdparty/rtl8723bs/include/sdio_ops.h | 49 - 3rdparty/rtl8723bs/include/sdio_ops_linux.h | 40 - 3rdparty/rtl8723bs/include/sdio_osintf.h | 24 - 3rdparty/rtl8723bs/include/sta_info.h | 392 + - 3rdparty/rtl8723bs/include/wifi.h | 1158 +++ - 3rdparty/rtl8723bs/include/wlan_bssdef.h | 278 - 3rdparty/rtl8723bs/include/xmit_osdep.h | 54 - 3rdparty/rtl8723bs/os_dep/ioctl_cfg80211.c | 3608 +++++++++++ - 3rdparty/rtl8723bs/os_dep/ioctl_linux.c | 5820 ++++++++++++++++++ - 3rdparty/rtl8723bs/os_dep/mlme_linux.c | 206 - 3rdparty/rtl8723bs/os_dep/os_intfs.c | 1916 ++++++ - 3rdparty/rtl8723bs/os_dep/osdep_service.c | 481 + - 3rdparty/rtl8723bs/os_dep/recv_linux.c | 366 + - 3rdparty/rtl8723bs/os_dep/rtw_proc.c | 786 ++ - 3rdparty/rtl8723bs/os_dep/rtw_proc.h | 45 - 3rdparty/rtl8723bs/os_dep/sdio_intf.c | 727 ++ - 3rdparty/rtl8723bs/os_dep/sdio_ops_linux.c | 599 + - 3rdparty/rtl8723bs/os_dep/wifi_regd.c | 164 - 3rdparty/rtl8723bs/os_dep/xmit_linux.c | 298 - 173 files changed, 109461 insertions(+) - -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_ap.c linux/3rdparty/rtl8723bs/core/rtw_ap.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_ap.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_ap.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,2684 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_AP_C_ -+ -+#include -+#include -+ -+extern unsigned char RTW_WPA_OUI[]; -+extern unsigned char WMM_OUI[]; -+extern unsigned char WPS_OUI[]; -+extern unsigned char P2P_OUI[]; -+extern unsigned char WFD_OUI[]; -+ -+void init_mlme_ap_info(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ -+ -+ spin_lock_init(&pmlmepriv->bcn_update_lock); -+ -+ /* for ACL */ -+ _rtw_init_queue(&pacl_list->acl_node_q); -+ -+ /* pmlmeext->bstart_bss = false; */ -+ -+ start_ap_mode(padapter); -+} -+ -+void free_mlme_ap_info(struct adapter *padapter) -+{ -+ struct sta_info *psta = NULL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* stop_ap_mode(padapter); */ -+ -+ pmlmepriv->update_bcn = false; -+ pmlmeext->bstart_bss = false; -+ -+ rtw_sta_flush(padapter); -+ -+ pmlmeinfo->state = _HW_STATE_NOLINK_; -+ -+ /* free_assoc_sta_resources */ -+ rtw_free_all_stainfo(padapter); -+ -+ /* free bc/mc sta_info */ -+ psta = rtw_get_bcmc_stainfo(padapter); -+ rtw_free_stainfo(padapter, psta); -+} -+ -+static void update_BCNTIM(struct adapter *padapter) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork_mlmeext = &(pmlmeinfo->network); -+ unsigned char *pie = pnetwork_mlmeext->IEs; -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ /* update TIM IE */ -+ /* if (pstapriv->tim_bitmap) */ -+ if (true) { -+ -+ u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; -+ __le16 tim_bitmap_le; -+ uint offset, tmp_len, tim_ielen, tim_ie_offset, remainder_ielen; -+ -+ tim_bitmap_le = cpu_to_le16(pstapriv->tim_bitmap); -+ -+ p = rtw_get_ie( -+ pie + _FIXED_IE_LENGTH_, -+ _TIM_IE_, -+ &tim_ielen, -+ pnetwork_mlmeext->IELength - _FIXED_IE_LENGTH_ -+ ); -+ if (p != NULL && tim_ielen > 0) { -+ -+ tim_ielen += 2; -+ -+ premainder_ie = p+tim_ielen; -+ -+ tim_ie_offset = (sint)(p - pie); -+ -+ remainder_ielen = pnetwork_mlmeext->IELength - tim_ie_offset - tim_ielen; -+ -+ /* append TIM IE from dst_ie offset */ -+ dst_ie = p; -+ } else{ -+ -+ -+ tim_ielen = 0; -+ -+ /* calucate head_len */ -+ offset = _FIXED_IE_LENGTH_; -+ -+ /* get ssid_ie len */ -+ p = rtw_get_ie( -+ pie + _BEACON_IE_OFFSET_, -+ _SSID_IE_, -+ &tmp_len, -+ (pnetwork_mlmeext->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p != NULL) -+ offset += tmp_len+2; -+ -+ /* get supported rates len */ -+ p = rtw_get_ie( -+ pie + _BEACON_IE_OFFSET_, -+ _SUPPORTEDRATES_IE_, &tmp_len, -+ (pnetwork_mlmeext->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p != NULL) -+ offset += tmp_len+2; -+ -+ -+ /* DS Parameter Set IE, len =3 */ -+ offset += 3; -+ -+ premainder_ie = pie + offset; -+ -+ remainder_ielen = pnetwork_mlmeext->IELength - offset - tim_ielen; -+ -+ /* append TIM IE from offset */ -+ dst_ie = pie + offset; -+ -+ } -+ -+ -+ if (remainder_ielen > 0) { -+ -+ pbackup_remainder_ie = rtw_malloc(remainder_ielen); -+ if (pbackup_remainder_ie && premainder_ie) -+ memcpy(pbackup_remainder_ie, premainder_ie, remainder_ielen); -+ } -+ -+ *dst_ie++ = _TIM_IE_; -+ -+ if ((pstapriv->tim_bitmap&0xff00) && (pstapriv->tim_bitmap&0x00fe)) -+ tim_ielen = 5; -+ else -+ tim_ielen = 4; -+ -+ *dst_ie++ = tim_ielen; -+ -+ *dst_ie++ = 0;/* DTIM count */ -+ *dst_ie++ = 1;/* DTIM peroid */ -+ -+ if (pstapriv->tim_bitmap&BIT(0))/* for bc/mc frames */ -+ *dst_ie++ = BIT(0);/* bitmap ctrl */ -+ else -+ *dst_ie++ = 0; -+ -+ if (tim_ielen == 4) { -+ -+ __le16 pvb; -+ -+ if (pstapriv->tim_bitmap&0xff00) -+ pvb = cpu_to_le16(pstapriv->tim_bitmap >> 8); -+ else -+ pvb = tim_bitmap_le; -+ -+ *dst_ie++ = le16_to_cpu(pvb); -+ -+ } else if (tim_ielen == 5) { -+ -+ -+ memcpy(dst_ie, &tim_bitmap_le, 2); -+ dst_ie += 2; -+ } -+ -+ /* copy remainder IE */ -+ if (pbackup_remainder_ie) { -+ -+ memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); -+ -+ kfree(pbackup_remainder_ie); -+ } -+ -+ offset = (uint)(dst_ie - pie); -+ pnetwork_mlmeext->IELength = offset + remainder_ielen; -+ -+ } -+} -+ -+u8 chk_sta_is_alive(struct sta_info *psta); -+u8 chk_sta_is_alive(struct sta_info *psta) -+{ -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X( -+ "sta:"MAC_FMT", rssi:%d, rx:"STA_PKTS_FMT", expire_to:%u, %s%ssq_len:%u\n" -+ , MAC_ARG(psta->hwaddr) -+ , psta->rssi_stat.UndecoratedSmoothedPWDB -+ /* STA_RX_PKTS_ARG(psta) */ -+ , STA_RX_PKTS_DIFF_ARG(psta) -+ , psta->expire_to -+ , psta->state&WIFI_SLEEP_STATE?"PS, ":"" -+ , psta->state&WIFI_STA_ALIVE_CHK_STATE?"SAC, ":"" -+ , psta->sleepq_len -+ ); -+ #endif -+ -+ sta_update_last_rx_pkts(psta); -+ -+ return true; -+} -+ -+void expire_timeout_chk(struct adapter *padapter) -+{ -+ struct list_head *phead, *plist; -+ u8 updated = false; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 chk_alive_num = 0; -+ char chk_alive_list[NUM_STA]; -+ int i; -+ -+ -+ spin_lock_bh(&pstapriv->auth_list_lock); -+ -+ phead = &pstapriv->auth_list; -+ plist = get_next(phead); -+ -+ /* check auth_queue */ -+ #ifdef DBG_EXPIRATION_CHK -+ if (phead != plist) { -+ DBG_871X(FUNC_NDEV_FMT" auth_list, cnt:%u\n" -+ , FUNC_NDEV_ARG(padapter->pnetdev), pstapriv->auth_list_cnt); -+ } -+ #endif -+ while (phead != plist) { -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, auth_list); -+ -+ plist = get_next(plist); -+ -+ if (psta->expire_to > 0) { -+ -+ psta->expire_to--; -+ if (psta->expire_to == 0) { -+ -+ list_del_init(&psta->auth_list); -+ pstapriv->auth_list_cnt--; -+ -+ DBG_871X( -+ "auth expire %02X%02X%02X%02X%02X%02X\n", -+ psta->hwaddr[0], -+ psta->hwaddr[1], -+ psta->hwaddr[2], -+ psta->hwaddr[3], -+ psta->hwaddr[4], -+ psta->hwaddr[5] -+ ); -+ -+ spin_unlock_bh(&pstapriv->auth_list_lock); -+ -+ rtw_free_stainfo(padapter, psta); -+ -+ spin_lock_bh(&pstapriv->auth_list_lock); -+ } -+ } -+ -+ } -+ -+ spin_unlock_bh(&pstapriv->auth_list_lock); -+ psta = NULL; -+ -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ /* check asoc_queue */ -+ #ifdef DBG_EXPIRATION_CHK -+ if (phead != plist) { -+ DBG_871X(FUNC_NDEV_FMT" asoc_list, cnt:%u\n" -+ , FUNC_NDEV_ARG(padapter->pnetdev), pstapriv->asoc_list_cnt); -+ } -+ #endif -+ while (phead != plist) { -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+#ifdef CONFIG_AUTO_AP_MODE -+ if (psta->isrc) -+ continue; -+#endif -+ if (chk_sta_is_alive(psta) || !psta->expire_to) { -+ psta->expire_to = pstapriv->expire_to; -+ psta->keep_alive_trycnt = 0; -+ psta->under_exist_checking = 0; -+ } else { -+ if (psta->expire_to > 0) -+ psta->expire_to--; -+ } -+ -+ if (psta->expire_to == 0) { -+ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if (padapter->registrypriv.wifi_spec == 1) { -+ -+ psta->expire_to = pstapriv->expire_to; -+ continue; -+ } -+ -+ if (psta->state & WIFI_SLEEP_STATE) { -+ if (!(psta->state & WIFI_STA_ALIVE_CHK_STATE)) { -+ /* to check if alive by another methods if staion is at ps mode. */ -+ psta->expire_to = pstapriv->expire_to; -+ psta->state |= WIFI_STA_ALIVE_CHK_STATE; -+ -+ /* DBG_871X("alive chk, sta:" MAC_FMT " is at ps mode!\n", MAC_ARG(psta->hwaddr)); */ -+ -+ /* to update bcn with tim_bitmap for this station */ -+ pstapriv->tim_bitmap |= BIT(psta->aid); -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ -+ if (!pmlmeext->active_keep_alive_check) -+ continue; -+ } -+ } -+ if (pmlmeext->active_keep_alive_check) { -+ int stainfo_offset; -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) -+ chk_alive_list[chk_alive_num++] = stainfo_offset; -+ -+ -+ continue; -+ } -+ list_del_init(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ DBG_871X( -+ "asoc expire "MAC_FMT", state = 0x%x\n", -+ MAC_ARG(psta->hwaddr), -+ psta->state -+ ); -+ updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); -+ } else{ -+ -+ -+ /* TODO: Aging mechanism to digest frames in sleep_q to avoid running out of xmitframe */ -+ if (psta->sleepq_len > (NR_XMITFRAME/pstapriv->asoc_list_cnt) -+ && padapter->xmitpriv.free_xmitframe_cnt < (( -+ NR_XMITFRAME/pstapriv->asoc_list_cnt -+ )/2) -+ ) { -+ DBG_871X( -+ "%s sta:"MAC_FMT", sleepq_len:%u, free_xmitframe_cnt:%u, asoc_list_cnt:%u, clear sleep_q\n", -+ __func__, -+ MAC_ARG(psta->hwaddr), -+ psta->sleepq_len, -+ padapter->xmitpriv.free_xmitframe_cnt, -+ pstapriv->asoc_list_cnt -+ ); -+ wakeup_sta_to_xmit(padapter, psta); -+ } -+ } -+ } -+ -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+if (chk_alive_num) { -+ -+ u8 backup_oper_channel = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ /* switch to correct channel of current network before issue keep-alive frames */ -+ if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { -+ backup_oper_channel = rtw_get_oper_ch(padapter); -+ SelectChannel(padapter, pmlmeext->cur_channel); -+ } -+ -+ /* issue null data to check sta alive*/ -+ for (i = 0; i < chk_alive_num; i++) { -+ int ret = _FAIL; -+ -+ psta = rtw_get_stainfo_by_offset(pstapriv, chk_alive_list[i]); -+ if (!(psta->state & _FW_LINKED)) -+ continue; -+ -+ if (psta->state & WIFI_SLEEP_STATE) -+ ret = issue_nulldata(padapter, psta->hwaddr, 0, 1, 50); -+ else -+ ret = issue_nulldata(padapter, psta->hwaddr, 0, 3, 50); -+ -+ psta->keep_alive_trycnt++; -+ if (ret == _SUCCESS) { -+ -+ DBG_871X( -+ "asoc check, sta(" MAC_FMT ") is alive\n", -+ MAC_ARG(psta->hwaddr) -+ ); -+ psta->expire_to = pstapriv->expire_to; -+ psta->keep_alive_trycnt = 0; -+ continue; -+ } else if (psta->keep_alive_trycnt <= 3) { -+ -+ -+ DBG_871X( -+ "ack check for asoc expire, keep_alive_trycnt =%d\n", -+ psta->keep_alive_trycnt -+ ); -+ psta->expire_to = 1; -+ continue; -+ } -+ -+ psta->keep_alive_trycnt = 0; -+ DBG_871X( -+ "asoc expire "MAC_FMT", state = 0x%x\n", -+ MAC_ARG(psta->hwaddr), -+ psta->state -+ ); -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ if (list_empty(&psta->asoc_list) == false) { -+ list_del_init(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ } -+ -+ if (backup_oper_channel > 0) /* back to the original operation channel */ -+ SelectChannel(padapter, backup_oper_channel); -+} -+ -+ associated_clients_update(padapter, updated); -+} -+ -+void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level) -+{ -+ unsigned char sta_band = 0, shortGIrate = false; -+ unsigned int tx_ra_bitmap = 0; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_bssid_ex -+ *pcur_network = (struct wlan_bssid_ex *)&pmlmepriv->cur_network.network; -+ -+ if (!psta) -+ return; -+ -+ if (!(psta->state & _FW_LINKED)) -+ return; -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ tx_ra_bitmap = psta->ra_mask; -+ -+ shortGIrate = query_ra_short_GI(psta); -+ -+ if (pcur_network->Configuration.DSConfig > 14) { -+ -+ if (tx_ra_bitmap & 0xffff000) -+ sta_band |= WIRELESS_11_5N; -+ -+ if (tx_ra_bitmap & 0xff0) -+ sta_band |= WIRELESS_11A; -+ } else { -+ if (tx_ra_bitmap & 0xffff000) -+ sta_band |= WIRELESS_11_24N; -+ -+ if (tx_ra_bitmap & 0xff0) -+ sta_band |= WIRELESS_11G; -+ -+ if (tx_ra_bitmap & 0x0f) -+ sta_band |= WIRELESS_11B; -+ } -+ -+ psta->wireless_mode = sta_band; -+ psta->raid = rtw_hal_networktype_to_raid(padapter, psta); -+ -+ if (psta->aid < NUM_STA) { -+ -+ u8 arg[4] = {0}; -+ -+ arg[0] = psta->mac_id; -+ arg[1] = psta->raid; -+ arg[2] = shortGIrate; -+ arg[3] = psta->init_rate; -+ -+ DBG_871X("%s => mac_id:%d , raid:%d , shortGIrate =%d, bitmap = 0x%x\n", -+ __func__, psta->mac_id, psta->raid, shortGIrate, tx_ra_bitmap); -+ -+ rtw_hal_add_ra_tid(padapter, tx_ra_bitmap, arg, rssi_level); -+ } else{ -+ -+ -+ DBG_871X("station aid %d exceed the max number\n", psta->aid); -+ } -+ -+} -+ -+void update_bmc_sta(struct adapter *padapter) -+{ -+ unsigned char network_type; -+ int supportRateNum = 0; -+ unsigned int tx_ra_bitmap = 0; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex -+ *pcur_network = (struct wlan_bssid_ex *)&pmlmepriv->cur_network.network; -+ struct sta_info *psta = rtw_get_bcmc_stainfo(padapter); -+ -+ if (psta) { -+ -+ psta->aid = 0;/* default set to 0 */ -+ /* psta->mac_id = psta->aid+4; */ -+ psta->mac_id = psta->aid + 1;/* mac_id = 1 for bc/mc stainfo */ -+ -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ psta->qos_option = 0; -+ psta->htpriv.ht_option = false; -+ -+ psta->ieee8021x_blocked = 0; -+ -+ memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); -+ -+ /* psta->dot118021XPrivacy = _NO_PRIVACY_;//!!! remove it, because it has been set before this. */ -+ -+ /* prepare for add_RATid */ -+ supportRateNum = rtw_get_rateset_len((u8 *)&pcur_network->SupportedRates); -+ network_type = rtw_check_network_type( -+ (u8 *)&pcur_network->SupportedRates, -+ supportRateNum, -+ pcur_network->Configuration.DSConfig -+ ); -+ if (IsSupportedTxCCK(network_type)) { -+ network_type = WIRELESS_11B; -+ } else if (network_type == WIRELESS_INVALID) { /* error handling */ -+ -+ if (pcur_network->Configuration.DSConfig > 14) -+ network_type = WIRELESS_11A; -+ else -+ network_type = WIRELESS_11B; -+ } -+ update_sta_basic_rate(psta, network_type); -+ psta->wireless_mode = network_type; -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ tx_ra_bitmap = psta->ra_mask; -+ -+ psta->raid = rtw_hal_networktype_to_raid(padapter, psta); -+ -+ /* ap mode */ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, true); -+ -+ /* if (pHalData->fw_ractrl == true) */ -+ { -+ u8 arg[4] = {0}; -+ -+ arg[0] = psta->mac_id; -+ arg[1] = psta->raid; -+ arg[2] = 0; -+ arg[3] = psta->init_rate; -+ -+ DBG_871X("%s => mac_id:%d , raid:%d , bitmap = 0x%x\n", -+ __func__, psta->mac_id, psta->raid, tx_ra_bitmap); -+ -+ rtw_hal_add_ra_tid(padapter, tx_ra_bitmap, arg, 0); -+ } -+ -+ rtw_sta_media_status_rpt(padapter, psta, 1); -+ -+ spin_lock_bh(&psta->lock); -+ psta->state = _FW_LINKED; -+ spin_unlock_bh(&psta->lock); -+ -+ } else{ -+ -+ -+ DBG_871X("add_RATid_bmc_sta error!\n"); -+ } -+ -+} -+ -+/* notes: */ -+/* AID: 1~MAX for sta and 0 for bc/mc in ap/adhoc mode */ -+/* MAC_ID = AID+1 for sta in ap/adhoc mode */ -+/* MAC_ID = 1 for bc/mc for sta/ap/adhoc */ -+/* MAC_ID = 0 for bssid for sta/ap/adhoc */ -+/* CAM_ID = 0~3 for default key, cmd_id =macid + 3, macid =aid+1; */ -+ -+void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct ht_priv *phtpriv_ap = &pmlmepriv->htpriv; -+ struct ht_priv *phtpriv_sta = &psta->htpriv; -+ u8 cur_ldpc_cap = 0, cur_stbc_cap = 0, cur_beamform_cap = 0; -+ /* set intf_tag to if1 */ -+ /* psta->intf_tag = 0; */ -+ -+ DBG_871X("%s\n", __func__); -+ -+ /* psta->mac_id = psta->aid+4; */ -+ /* psta->mac_id = psta->aid+1;//alloc macid when call rtw_alloc_stainfo(), */ -+ /* release macid when call rtw_free_stainfo() */ -+ -+ /* ap mode */ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, true); -+ -+ if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) -+ psta->ieee8021x_blocked = true; -+ else -+ psta->ieee8021x_blocked = false; -+ -+ -+ /* update sta's cap */ -+ -+ /* ERP */ -+ VCS_update(padapter, psta); -+ -+ /* HT related cap */ -+ if (phtpriv_sta->ht_option) { -+ -+ /* check if sta supports rx ampdu */ -+ phtpriv_sta->ampdu_enable = phtpriv_ap->ampdu_enable; -+ -+ phtpriv_sta->rx_ampdu_min_spacing = ( -+ phtpriv_sta->ht_cap.ampdu_params_info&IEEE80211_HT_CAP_AMPDU_DENSITY -+ )>>2; -+ -+ /* bwmode */ -+ if (( -+ phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info -+ ) & cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH)) -+ psta->bw_mode = CHANNEL_WIDTH_40; -+ else -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ -+ if (pmlmeext->cur_bwmode < psta->bw_mode) -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ -+ phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; -+ -+ -+ /* check if sta support s Short GI 20M */ -+ if (( -+ phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info -+ ) & cpu_to_le16(IEEE80211_HT_CAP_SGI_20)) -+ phtpriv_sta->sgi_20m = true; -+ -+ /* check if sta support s Short GI 40M */ -+ if (( -+ phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info -+ ) & cpu_to_le16(IEEE80211_HT_CAP_SGI_40)) { -+ -+ if (psta->bw_mode == CHANNEL_WIDTH_40) /* according to psta->bw_mode */ -+ phtpriv_sta->sgi_40m = true; -+ else -+ phtpriv_sta->sgi_40m = false; -+ } -+ -+ psta->qos_option = true; -+ -+ /* B0 Config LDPC Coding Capability */ -+ if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) && -+ GET_HT_CAPABILITY_ELE_LDPC_CAP((u8 *)(&phtpriv_sta->ht_cap))) { -+ -+ SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx LDPC for STA(%d)\n", psta->aid); -+ } -+ -+ /* B7 B8 B9 Config STBC setting */ -+ if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) && -+ GET_HT_CAPABILITY_ELE_RX_STBC((u8 *)(&phtpriv_sta->ht_cap))) { -+ -+ SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx STBC for STA(%d)\n", psta->aid); -+ } -+ } else{ -+ -+ -+ phtpriv_sta->ampdu_enable = false; -+ -+ phtpriv_sta->sgi_20m = false; -+ phtpriv_sta->sgi_40m = false; -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ -+ phtpriv_sta->ldpc_cap = cur_ldpc_cap; -+ phtpriv_sta->stbc_cap = cur_stbc_cap; -+ phtpriv_sta->beamform_cap = cur_beamform_cap; -+ -+ /* Rx AMPDU */ -+ send_delba(padapter, 0, psta->hwaddr);/* recipient */ -+ -+ /* TX AMPDU */ -+ send_delba(padapter, 1, psta->hwaddr);/* originator */ -+ phtpriv_sta->agg_enable_bitmap = 0x0;/* reset */ -+ phtpriv_sta->candidate_tid_bitmap = 0x0;/* reset */ -+ -+ update_ldpc_stbc_cap(psta); -+ -+ /* todo: init other variables */ -+ -+ memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); -+ -+ -+ /* add ratid */ -+ /* add_RATid(padapter, psta);//move to ap_sta_info_defer_update() */ -+ -+ -+ spin_lock_bh(&psta->lock); -+ psta->state |= _FW_LINKED; -+ spin_unlock_bh(&psta->lock); -+ -+ -+} -+ -+static void update_ap_info(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_bssid_ex -+ *pnetwork = (struct wlan_bssid_ex *)&pmlmepriv->cur_network.network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct ht_priv *phtpriv_ap = &pmlmepriv->htpriv; -+ -+ psta->wireless_mode = pmlmeext->cur_wireless_mode; -+ -+ psta->bssratelen = rtw_get_rateset_len(pnetwork->SupportedRates); -+ memcpy(psta->bssrateset, pnetwork->SupportedRates, psta->bssratelen); -+ -+ /* HT related cap */ -+ if (phtpriv_ap->ht_option) { -+ -+ /* check if sta supports rx ampdu */ -+ /* phtpriv_ap->ampdu_enable = phtpriv_ap->ampdu_enable; */ -+ -+ /* check if sta support s Short GI 20M */ -+ if ((phtpriv_ap->ht_cap.cap_info) & cpu_to_le16(IEEE80211_HT_CAP_SGI_20)) -+ phtpriv_ap->sgi_20m = true; -+ -+ /* check if sta support s Short GI 40M */ -+ if ((phtpriv_ap->ht_cap.cap_info) & cpu_to_le16(IEEE80211_HT_CAP_SGI_40)) -+ phtpriv_ap->sgi_40m = true; -+ -+ -+ psta->qos_option = true; -+ } else{ -+ -+ -+ phtpriv_ap->ampdu_enable = false; -+ -+ phtpriv_ap->sgi_20m = false; -+ phtpriv_ap->sgi_40m = false; -+ } -+ -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ phtpriv_ap->ch_offset = pmlmeext->cur_ch_offset; -+ -+ phtpriv_ap->agg_enable_bitmap = 0x0;/* reset */ -+ phtpriv_ap->candidate_tid_bitmap = 0x0;/* reset */ -+ -+ memcpy(&psta->htpriv, &pmlmepriv->htpriv, sizeof(struct ht_priv)); -+} -+ -+static void update_hw_ht_param(struct adapter *padapter) -+{ -+ unsigned char max_AMPDU_len; -+ unsigned char min_MPDU_spacing; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X("%s\n", __func__); -+ -+ -+ /* handle A-MPDU parameter field */ -+ /* -+ AMPDU_para [1:0]:Max AMPDU Len => 0:8k , 1:16k, 2:32k, 3:64k -+ AMPDU_para [4:2]:Min MPDU Start Spacing -+ */ -+ max_AMPDU_len = pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x03; -+ -+ min_MPDU_spacing = ( -+ pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c -+ ) >> 2; -+ -+ rtw_hal_set_hwreg( -+ padapter, -+ HW_VAR_AMPDU_MIN_SPACE, -+ (u8 *)(&min_MPDU_spacing) -+ ); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, (u8 *)(&max_AMPDU_len)); -+ -+ /* */ -+ /* Config SM Power Save setting */ -+ /* */ -+ pmlmeinfo->SM_PS = (le16_to_cpu( -+ pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info -+ ) & 0x0C) >> 2; -+ if (pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) -+ DBG_871X("%s(): WLAN_HT_CAP_SM_PS_STATIC\n", __func__); -+ -+ /* */ -+ /* Config current HT Protection mode. */ -+ /* */ -+ /* pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; */ -+ -+} -+ -+void start_bss_network(struct adapter *padapter, u8 *pbuf) -+{ -+ u8 *p; -+ u8 val8, cur_channel, cur_bwmode, cur_ch_offset; -+ u16 bcn_interval; -+ u32 acparm; -+ int ie_len; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct security_priv *psecuritypriv = &(padapter->securitypriv); -+ struct wlan_bssid_ex -+ *pnetwork = (struct wlan_bssid_ex *)&pmlmepriv->cur_network.network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork_mlmeext = &(pmlmeinfo->network); -+ struct HT_info_element *pht_info = NULL; -+ u8 cbw40_enable = 0; -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ bcn_interval = (u16)pnetwork->Configuration.BeaconPeriod; -+ cur_channel = pnetwork->Configuration.DSConfig; -+ cur_bwmode = CHANNEL_WIDTH_20; -+ cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ -+ /* check if there is wps ie, */ -+ /* if there is wpsie in beacon, the hostapd will update beacon twice when stating hostapd, */ -+ /* and at first time the security ie (RSN/WPA IE) will not include in beacon. */ -+ if (NULL == rtw_get_wps_ie( -+ pnetwork->IEs+_FIXED_IE_LENGTH_, -+ pnetwork->IELength-_FIXED_IE_LENGTH_, -+ NULL, -+ NULL -+ )) -+ pmlmeext->bstart_bss = true; -+ -+ -+ /* todo: update wmm, ht cap */ -+ /* pmlmeinfo->WMM_enable; */ -+ /* pmlmeinfo->HT_enable; */ -+ if (pmlmepriv->qospriv.qos_option) -+ pmlmeinfo->WMM_enable = true; -+ if (pmlmepriv->htpriv.ht_option) { -+ -+ pmlmeinfo->WMM_enable = true; -+ pmlmeinfo->HT_enable = true; -+ /* pmlmeinfo->HT_info_enable = true; */ -+ /* pmlmeinfo->HT_caps_enable = true; */ -+ -+ update_hw_ht_param(padapter); -+ } -+ -+ if (pmlmepriv->cur_network.join_res != true) { /* setting only at first time */ -+ -+ /* WEP Key will be set before this function, do not clear CAM. */ -+ if ( -+ (psecuritypriv->dot11PrivacyAlgrthm != _WEP40_) && -+ (psecuritypriv->dot11PrivacyAlgrthm != _WEP104_) -+ ) -+ flush_all_cam_entry(padapter); /* clear CAM */ -+ } -+ -+ /* set MSR to AP_Mode */ -+ Set_MSR(padapter, _HW_STATE_AP_); -+ -+ /* Set BSSID REG */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, pnetwork->MacAddress); -+ -+ /* Set EDCA param reg */ -+ acparm = 0x002F3217; /* VO */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acparm)); -+ acparm = 0x005E4317; /* VI */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acparm)); -+ /* acparm = 0x00105320; // BE */ -+ acparm = 0x005ea42b; -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acparm)); -+ acparm = 0x0000A444; /* BK */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acparm)); -+ -+ /* Set Security */ -+ val8 = ( -+ psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X -+ ) ? 0xcc : 0xcf; -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ /* Beacon Control related register */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BEACON_INTERVAL, (u8 *)(&bcn_interval)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DO_IQK, NULL); -+ -+ if (pmlmepriv->cur_network.join_res != true) { /* setting only at first time */ -+ -+ /* u32 initialgain; */ -+ -+ /* initialgain = 0x1e; */ -+ -+ -+ /* disable dynamic functions, such as high power, DIG */ -+ /* Save_DM_Func_Flag(padapter); */ -+ /* Switch_DM_Func(padapter, DYNAMIC_FUNC_DISABLE, false); */ -+ -+ /* turn on all dynamic functions */ -+ Switch_DM_Func(padapter, DYNAMIC_ALL_FUNC_ENABLE, true); -+ -+ /* rtw_hal_set_hwreg(padapter, HW_VAR_INITIAL_GAIN, (u8 *)(&initialgain)); */ -+ -+ } -+ -+ /* set channel, bwmode */ -+ p = rtw_get_ie( -+ (pnetwork->IEs + sizeof(struct ndis_802_11_fix_ie)), -+ _HT_ADD_INFO_IE_, -+ &ie_len, -+ (pnetwork->IELength - sizeof(struct ndis_802_11_fix_ie)) -+ ); -+ if (p && ie_len) { -+ -+ pht_info = (struct HT_info_element *)(p+2); -+ -+ if (cur_channel > 14) { -+ if ((pregpriv->bw_mode & 0xf0) > 0) -+ cbw40_enable = 1; -+ } else { -+ if ((pregpriv->bw_mode & 0x0f) > 0) -+ cbw40_enable = 1; -+ } -+ -+ if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { -+ -+ /* switch to the 40M Hz mode */ -+ /* pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; */ -+ cur_bwmode = CHANNEL_WIDTH_40; -+ switch (pht_info->infos[0] & 0x3) { -+ -+ case 1: -+ /* pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; */ -+ cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ -+ case 3: -+ /* pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; */ -+ cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ -+ default: -+ /* pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; */ -+ cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ -+ } -+ -+ } -+ -+ set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); -+ DBG_871X( -+ "CH =%d, BW =%d, offset =%d\n", -+ cur_channel, -+ cur_bwmode, -+ cur_ch_offset -+ ); -+ pmlmeext->cur_channel = cur_channel; -+ pmlmeext->cur_bwmode = cur_bwmode; -+ pmlmeext->cur_ch_offset = cur_ch_offset; -+ pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; -+ -+ /* let pnetwork_mlmeext == pnetwork_mlme. */ -+ memcpy(pnetwork_mlmeext, pnetwork, pnetwork->Length); -+ -+ /* update cur_wireless_mode */ -+ update_wireless_mode(padapter); -+ -+ /* update RRSR after set channel and bandwidth */ -+ UpdateBrateTbl(padapter, pnetwork->SupportedRates); -+ rtw_hal_set_hwreg(padapter, HW_VAR_BASIC_RATE, pnetwork->SupportedRates); -+ -+ /* udpate capability after cur_wireless_mode updated */ -+ update_capinfo( -+ padapter, -+ rtw_get_capability((struct wlan_bssid_ex *)pnetwork) -+ ); -+ -+ -+ if (true == pmlmeext->bstart_bss) { -+ -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ -+#ifndef CONFIG_INTERRUPT_BASED_TXBCN /* other case will tx beacon when bcn interrupt coming in. */ -+ /* issue beacon frame */ -+ if (send_beacon(padapter) == _FAIL) -+ DBG_871X("issue_beacon, fail!\n"); -+ -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN */ -+ -+ } -+ -+ -+ /* update bc/mc sta_info */ -+ update_bmc_sta(padapter); -+ -+ /* pmlmeext->bstart_bss = true; */ -+ -+} -+ -+int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) -+{ -+ int ret = _SUCCESS; -+ u8 *p; -+ u8 *pHT_caps_ie = NULL; -+ u8 *pHT_info_ie = NULL; -+ struct sta_info *psta = NULL; -+ u16 cap, ht_cap = false; -+ uint ie_len = 0; -+ int group_cipher, pairwise_cipher; -+ u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; -+ int supportRateNum = 0; -+ u8 OUI1[] = {0x00, 0x50, 0xf2, 0x01}; -+ u8 WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_bssid_ex -+ *pbss_network = (struct wlan_bssid_ex *)&pmlmepriv->cur_network.network; -+ u8 *ie = pbss_network->IEs; -+ -+ /* SSID */ -+ /* Supported rates */ -+ /* DS Params */ -+ /* WLAN_EID_COUNTRY */ -+ /* ERP Information element */ -+ /* Extended supported rates */ -+ /* WPA/WPA2 */ -+ /* Wi-Fi Wireless Multimedia Extensions */ -+ /* ht_capab, ht_oper */ -+ /* WPS IE */ -+ -+ DBG_871X("%s, len =%d\n", __func__, len); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return _FAIL; -+ -+ -+ if (len > MAX_IE_SZ) -+ return _FAIL; -+ -+ pbss_network->IELength = len; -+ -+ memset(ie, 0, MAX_IE_SZ); -+ -+ memcpy(ie, pbuf, pbss_network->IELength); -+ -+ -+ if (pbss_network->InfrastructureMode != Ndis802_11APMode) -+ return _FAIL; -+ -+ pbss_network->Rssi = 0; -+ -+ memcpy(pbss_network->MacAddress, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ -+ /* beacon interval */ -+ p = rtw_get_beacon_interval_from_ie(ie);/* ie + 8; 8: TimeStamp, 2: Beacon Interval 2:Capability */ -+ /* pbss_network->Configuration.BeaconPeriod = le16_to_cpu(*(unsigned short*)p); */ -+ pbss_network->Configuration.BeaconPeriod = RTW_GET_LE16(p); -+ -+ /* capability */ -+ /* cap = *(unsigned short *)rtw_get_capability_from_ie(ie); */ -+ /* cap = le16_to_cpu(cap); */ -+ cap = RTW_GET_LE16(ie); -+ -+ /* SSID */ -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _SSID_IE_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p && ie_len > 0) { -+ -+ memset(&pbss_network->Ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ memcpy(pbss_network->Ssid.Ssid, (p + 2), ie_len); -+ pbss_network->Ssid.SsidLength = ie_len; -+ } -+ -+ /* chnnel */ -+ channel = 0; -+ pbss_network->Configuration.Length = 0; -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _DSSET_IE_, &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p && ie_len > 0) -+ channel = *(p + 2); -+ -+ pbss_network->Configuration.DSConfig = channel; -+ -+ -+ memset(supportRate, 0, NDIS_802_11_LENGTH_RATES_EX); -+ /* get supported rates */ -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _SUPPORTEDRATES_IE_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p != NULL) { -+ -+ memcpy(supportRate, p+2, ie_len); -+ supportRateNum = ie_len; -+ } -+ -+ /* get ext_supported rates */ -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _EXT_SUPPORTEDRATES_IE_, -+ &ie_len, -+ pbss_network->IELength - _BEACON_IE_OFFSET_ -+ ); -+ if (p != NULL) { -+ -+ memcpy(supportRate+supportRateNum, p+2, ie_len); -+ supportRateNum += ie_len; -+ -+ } -+ -+ network_type = rtw_check_network_type(supportRate, supportRateNum, channel); -+ -+ rtw_set_supported_rate(pbss_network->SupportedRates, network_type); -+ -+ -+ /* parsing ERP_IE */ -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _ERPINFO_IE_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p && ie_len > 0) -+ ERP_IE_handler(padapter, (struct ndis_80211_var_ie *)p); -+ -+ /* update privacy/security */ -+ if (cap & BIT(4)) -+ pbss_network->Privacy = 1; -+ else -+ pbss_network->Privacy = 0; -+ -+ psecuritypriv->wpa_psk = 0; -+ -+ /* wpa2 */ -+ group_cipher = 0; pairwise_cipher = 0; -+ psecuritypriv->wpa2_group_cipher = _NO_PRIVACY_; -+ psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _RSN_IE_2_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p && ie_len > 0) { -+ -+ if (rtw_parse_wpa2_ie( -+ p, -+ ie_len+2, -+ &group_cipher, -+ &pairwise_cipher, -+ NULL -+ ) == _SUCCESS) { -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ -+ psecuritypriv->dot8021xalg = 1;/* psk, todo:802.1x */ -+ psecuritypriv->wpa_psk |= BIT(1); -+ -+ psecuritypriv->wpa2_group_cipher = group_cipher; -+ psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher; -+ } -+ -+ } -+ -+ /* wpa */ -+ ie_len = 0; -+ group_cipher = 0; pairwise_cipher = 0; -+ psecuritypriv->wpa_group_cipher = _NO_PRIVACY_; -+ psecuritypriv->wpa_pairwise_cipher = _NO_PRIVACY_; -+ for (p = ie + _BEACON_IE_OFFSET_; ; p += (ie_len + 2)) { -+ -+ p = rtw_get_ie( -+ p, -+ _SSN_IE_1_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_ - (ie_len + 2)) -+ ); -+ if ((p) && (!memcmp(p+2, OUI1, 4))) { -+ -+ if (rtw_parse_wpa_ie( -+ p, -+ ie_len+2, -+ &group_cipher, -+ &pairwise_cipher, -+ NULL -+ ) == _SUCCESS) { -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ -+ psecuritypriv->dot8021xalg = 1;/* psk, todo:802.1x */ -+ -+ psecuritypriv->wpa_psk |= BIT(0); -+ -+ psecuritypriv->wpa_group_cipher = group_cipher; -+ psecuritypriv->wpa_pairwise_cipher = pairwise_cipher; -+ } -+ -+ break; -+ -+ } -+ -+ if ((p == NULL) || (ie_len == 0)) -+ break; -+ -+ -+ } -+ -+ /* wmm */ -+ ie_len = 0; -+ pmlmepriv->qospriv.qos_option = 0; -+ if (pregistrypriv->wmm_enable) { -+ -+ for (p = ie + _BEACON_IE_OFFSET_; ; p += (ie_len + 2)) { -+ -+ p = rtw_get_ie( -+ p, -+ _VENDOR_SPECIFIC_IE_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_ - (ie_len + 2)) -+ ); -+ if ((p) && !memcmp(p+2, WMM_PARA_IE, 6)) { -+ -+ pmlmepriv->qospriv.qos_option = 1; -+ -+ *(p+8) |= BIT(7);/* QoS Info, support U-APSD */ -+ -+ /* disable all ACM bits since the WMM admission control is not supported */ -+ *(p + 10) &= ~BIT(4); /* BE */ -+ *(p + 14) &= ~BIT(4); /* BK */ -+ *(p + 18) &= ~BIT(4); /* VI */ -+ *(p + 22) &= ~BIT(4); /* VO */ -+ -+ break; -+ } -+ -+ if ((p == NULL) || (ie_len == 0)) -+ break; -+ -+ } -+ } -+ -+ /* parsing HT_CAP_IE */ -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _HT_CAPABILITY_IE_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p && ie_len > 0) { -+ -+ u8 rf_type = 0; -+ u8 max_rx_ampdu_factor = 0; -+ struct rtw_ieee80211_ht_cap *pht_cap = (struct rtw_ieee80211_ht_cap *)(p+2); -+ -+ pHT_caps_ie = p; -+ -+ ht_cap = true; -+ network_type |= WIRELESS_11_24N; -+ -+ rtw_ht_use_default_setting(padapter); -+ -+ if (pmlmepriv->htpriv.sgi_20m == false) -+ pht_cap->cap_info &= cpu_to_le16(~(IEEE80211_HT_CAP_SGI_20)); -+ -+ if (pmlmepriv->htpriv.sgi_40m == false) -+ pht_cap->cap_info &= cpu_to_le16(~(IEEE80211_HT_CAP_SGI_40)); -+ -+ if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX)) -+ pht_cap->cap_info &= cpu_to_le16(~(IEEE80211_HT_CAP_LDPC_CODING)); -+ -+ -+ if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) -+ pht_cap->cap_info &= cpu_to_le16(~(IEEE80211_HT_CAP_TX_STBC)); -+ -+ -+ if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_RX)) -+ pht_cap->cap_info &= cpu_to_le16(~(IEEE80211_HT_CAP_RX_STBC_3R)); -+ -+ -+ pht_cap->ampdu_params_info &= ~( -+ IEEE80211_HT_CAP_AMPDU_FACTOR|IEEE80211_HT_CAP_AMPDU_DENSITY -+ ); -+ -+ if ((psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_CCMP) || -+ (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP)) { -+ -+ pht_cap->ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&(0x07<<2)); -+ } else{ -+ -+ -+ pht_cap->ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&0x00); -+ } -+ -+ rtw_hal_get_def_var( -+ padapter, -+ HW_VAR_MAX_RX_AMPDU_FACTOR, -+ &max_rx_ampdu_factor -+ ); -+ pht_cap->ampdu_params_info |= ( -+ IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor -+ ); /* set Max Rx AMPDU size to 64K */ -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if (rf_type == RF_1T1R) { -+ -+ pht_cap->supp_mcs_set[0] = 0xff; -+ pht_cap->supp_mcs_set[1] = 0x0; -+ } -+ -+ memcpy(&pmlmepriv->htpriv.ht_cap, p+2, ie_len); -+ -+ } -+ -+ /* parsing HT_INFO_IE */ -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _HT_ADD_INFO_IE_, -+ &ie_len, -+ (pbss_network->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p && ie_len > 0) -+ pHT_info_ie = p; -+ -+ -+ switch (network_type) { -+ -+ case WIRELESS_11B: -+ pbss_network->NetworkTypeInUse = Ndis802_11DS; -+ break; -+ case WIRELESS_11G: -+ case WIRELESS_11BG: -+ case WIRELESS_11G_24N: -+ case WIRELESS_11BG_24N: -+ pbss_network->NetworkTypeInUse = Ndis802_11OFDM24; -+ break; -+ case WIRELESS_11A: -+ pbss_network->NetworkTypeInUse = Ndis802_11OFDM5; -+ break; -+ default: -+ pbss_network->NetworkTypeInUse = Ndis802_11OFDM24; -+ break; -+ } -+ -+ pmlmepriv->cur_network.network_type = network_type; -+ -+ pmlmepriv->htpriv.ht_option = false; -+ -+ if ((psecuritypriv->wpa2_pairwise_cipher&WPA_CIPHER_TKIP) || -+ (psecuritypriv->wpa_pairwise_cipher&WPA_CIPHER_TKIP)) { -+ -+ /* todo: */ -+ /* ht_cap = false; */ -+ } -+ -+ /* ht_cap */ -+ if (pregistrypriv->ht_enable && ht_cap == true) { -+ -+ pmlmepriv->htpriv.ht_option = true; -+ pmlmepriv->qospriv.qos_option = 1; -+ -+ if (pregistrypriv->ampdu_enable == 1) -+ pmlmepriv->htpriv.ampdu_enable = true; -+ -+ -+ HT_caps_handler(padapter, (struct ndis_80211_var_ie *)pHT_caps_ie); -+ -+ HT_info_handler(padapter, (struct ndis_80211_var_ie *)pHT_info_ie); -+ } -+ -+ pbss_network->Length = get_wlan_bssid_ex_sz( -+ (struct wlan_bssid_ex *)pbss_network -+ ); -+ -+ /* issue beacon to start bss network */ -+ /* start_bss_network(padapter, (u8 *)pbss_network); */ -+ rtw_startbss_cmd(padapter, RTW_CMDF_WAIT_ACK); -+ -+ -+ /* alloc sta_info for ap itself */ -+ psta = rtw_get_stainfo(&padapter->stapriv, pbss_network->MacAddress); -+ if (!psta) { -+ -+ psta = rtw_alloc_stainfo(&padapter->stapriv, pbss_network->MacAddress); -+ if (psta == NULL) -+ return _FAIL; -+ -+ } -+ -+ /* update AP's sta info */ -+ update_ap_info(padapter, psta); -+ -+ psta->state |= WIFI_AP_STATE; /* Aries, add, fix bug of flush_cam_entry at STOP AP mode , 0724 */ -+ rtw_indicate_connect(padapter); -+ -+ pmlmepriv->cur_network.join_res = true;/* for check if already set beacon */ -+ -+ /* update bc/mc sta_info */ -+ /* update_bmc_sta(padapter); */ -+ -+ return ret; -+ -+} -+ -+void rtw_set_macaddr_acl(struct adapter *padapter, int mode) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ -+ DBG_871X("%s, mode =%d\n", __func__, mode); -+ -+ pacl_list->mode = mode; -+} -+ -+int rtw_acl_add_sta(struct adapter *padapter, u8 *addr) -+{ -+ struct list_head *plist, *phead; -+ u8 added = false; -+ int i, ret = 0; -+ struct rtw_wlan_acl_node *paclnode; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ struct __queue *pacl_node_q = &pacl_list->acl_node_q; -+ -+ DBG_871X( -+ "%s(acl_num =%d) =" MAC_FMT "\n", -+ __func__, -+ pacl_list->num, -+ MAC_ARG(addr) -+ ); -+ -+ if ((NUM_ACL-1) < pacl_list->num) -+ return (-1); -+ -+ -+ spin_lock_bh(&(pacl_node_q->lock)); -+ -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if (!memcmp(paclnode->addr, addr, ETH_ALEN)) { -+ -+ if (paclnode->valid == true) { -+ -+ added = true; -+ DBG_871X("%s, sta has been added\n", __func__); -+ break; -+ } -+ } -+ } -+ -+ spin_unlock_bh(&(pacl_node_q->lock)); -+ -+ -+ if (added == true) -+ return ret; -+ -+ -+ spin_lock_bh(&(pacl_node_q->lock)); -+ -+ for (i = 0; i < NUM_ACL; i++) { -+ -+ paclnode = &pacl_list->aclnode[i]; -+ -+ if (paclnode->valid == false) { -+ -+ INIT_LIST_HEAD(&paclnode->list); -+ -+ memcpy(paclnode->addr, addr, ETH_ALEN); -+ -+ paclnode->valid = true; -+ -+ list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); -+ -+ pacl_list->num++; -+ -+ break; -+ } -+ } -+ -+ DBG_871X("%s, acl_num =%d\n", __func__, pacl_list->num); -+ -+ spin_unlock_bh(&(pacl_node_q->lock)); -+ -+ return ret; -+} -+ -+int rtw_acl_remove_sta(struct adapter *padapter, u8 *addr) -+{ -+ struct list_head *plist, *phead; -+ int ret = 0; -+ struct rtw_wlan_acl_node *paclnode; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ struct __queue *pacl_node_q = &pacl_list->acl_node_q; -+ u8 baddr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; /* Baddr is used for clearing acl_list */ -+ -+ DBG_871X( -+ "%s(acl_num =%d) =" MAC_FMT "\n", -+ __func__, -+ pacl_list->num, -+ MAC_ARG(addr) -+ ); -+ -+ spin_lock_bh(&(pacl_node_q->lock)); -+ -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if ( -+ !memcmp(paclnode->addr, addr, ETH_ALEN) || -+ !memcmp(baddr, addr, ETH_ALEN) -+ ) { -+ -+ if (paclnode->valid == true) { -+ -+ paclnode->valid = false; -+ -+ list_del_init(&paclnode->list); -+ -+ pacl_list->num--; -+ } -+ } -+ } -+ -+ spin_unlock_bh(&(pacl_node_q->lock)); -+ -+ DBG_871X("%s, acl_num =%d\n", __func__, pacl_list->num); -+ -+ return ret; -+ -+} -+ -+u8 rtw_ap_set_pairwise_key(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct cmd_obj *ph2c; -+ struct set_stakey_parm *psetstakey_para; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ psetstakey_para = (struct set_stakey_parm *)rtw_zmalloc( -+ sizeof(struct set_stakey_parm) -+ ); -+ if (psetstakey_para == NULL) { -+ kfree((u8 *) ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); -+ -+ -+ psetstakey_para->algorithm = (u8)psta->dot118021XPrivacy; -+ -+ memcpy(psetstakey_para->addr, psta->hwaddr, ETH_ALEN); -+ -+ memcpy(psetstakey_para->key, &psta->dot118021x_UncstKey, 16); -+ -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+static int rtw_ap_set_key( -+ struct adapter *padapter, -+ u8 *key, -+ u8 alg, -+ int keyid, -+ u8 set_tx -+) -+{ -+ u8 keylen; -+ struct cmd_obj *pcmd; -+ struct setkey_parm *psetkeyparm; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ int res = _SUCCESS; -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ pcmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ psetkeyparm = (struct setkey_parm *)rtw_zmalloc(sizeof(struct setkey_parm)); -+ if (psetkeyparm == NULL) { -+ kfree((unsigned char *)pcmd); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ memset(psetkeyparm, 0, sizeof(struct setkey_parm)); -+ -+ psetkeyparm->keyid = (u8)keyid; -+ if (is_wep_enc(alg)) -+ padapter->securitypriv.key_mask |= BIT(psetkeyparm->keyid); -+ -+ psetkeyparm->algorithm = alg; -+ -+ psetkeyparm->set_tx = set_tx; -+ -+ switch (alg) { -+ -+ case _WEP40_: -+ keylen = 5; -+ break; -+ case _WEP104_: -+ keylen = 13; -+ break; -+ case _TKIP_: -+ case _TKIP_WTMIC_: -+ case _AES_: -+ default: -+ keylen = 16; -+ } -+ -+ memcpy(&(psetkeyparm->key[0]), key, keylen); -+ -+ pcmd->cmdcode = _SetKey_CMD_; -+ pcmd->parmbuf = (u8 *)psetkeyparm; -+ pcmd->cmdsz = (sizeof(struct setkey_parm)); -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ -+ INIT_LIST_HEAD(&pcmd->list); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+exit: -+ -+ return res; -+} -+ -+int rtw_ap_set_group_key(struct adapter *padapter, u8 *key, u8 alg, int keyid) -+{ -+ DBG_871X("%s\n", __func__); -+ -+ return rtw_ap_set_key(padapter, key, alg, keyid, 1); -+} -+ -+int rtw_ap_set_wep_key( -+ struct adapter *padapter, -+ u8 *key, -+ u8 keylen, -+ int keyid, -+ u8 set_tx -+) -+{ -+ u8 alg; -+ -+ switch (keylen) { -+ -+ case 5: -+ alg = _WEP40_; -+ break; -+ case 13: -+ alg = _WEP104_; -+ break; -+ default: -+ alg = _NO_PRIVACY_; -+ } -+ -+ DBG_871X("%s\n", __func__); -+ -+ return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); -+} -+ -+static void update_bcn_fixed_ie(struct adapter *padapter) -+{ -+ DBG_871X("%s\n", __func__); -+ -+} -+ -+static void update_bcn_erpinfo_ie(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); -+ unsigned char *p, *ie = pnetwork->IEs; -+ u32 len = 0; -+ -+ DBG_871X("%s, ERP_enable =%d\n", __func__, pmlmeinfo->ERP_enable); -+ -+ if (!pmlmeinfo->ERP_enable) -+ return; -+ -+ /* parsing ERP_IE */ -+ p = rtw_get_ie( -+ ie + _BEACON_IE_OFFSET_, -+ _ERPINFO_IE_, -+ &len, -+ (pnetwork->IELength - _BEACON_IE_OFFSET_) -+ ); -+ if (p && len > 0) { -+ -+ struct ndis_80211_var_ie *pIE = (struct ndis_80211_var_ie *)p; -+ -+ if (pmlmepriv->num_sta_non_erp == 1) -+ pIE->data[0] |= RTW_ERP_INFO_NON_ERP_PRESENT|RTW_ERP_INFO_USE_PROTECTION; -+ else -+ pIE->data[0] &= ~( -+ RTW_ERP_INFO_NON_ERP_PRESENT|RTW_ERP_INFO_USE_PROTECTION -+ ); -+ -+ if (pmlmepriv->num_sta_no_short_preamble > 0) -+ pIE->data[0] |= RTW_ERP_INFO_BARKER_PREAMBLE_MODE; -+ else -+ pIE->data[0] &= ~(RTW_ERP_INFO_BARKER_PREAMBLE_MODE); -+ -+ ERP_IE_handler(padapter, pIE); -+ } -+ -+} -+ -+static void update_bcn_htcap_ie(struct adapter *padapter) -+{ -+ DBG_871X("%s\n", __func__); -+ -+} -+ -+static void update_bcn_htinfo_ie(struct adapter *padapter) -+{ -+ DBG_871X("%s\n", __func__); -+ -+} -+ -+static void update_bcn_rsn_ie(struct adapter *padapter) -+{ -+ DBG_871X("%s\n", __func__); -+ -+} -+ -+static void update_bcn_wpa_ie(struct adapter *padapter) -+{ -+ DBG_871X("%s\n", __func__); -+ -+} -+ -+static void update_bcn_wmm_ie(struct adapter *padapter) -+{ -+ DBG_871X("%s\n", __func__); -+ -+} -+ -+static void update_bcn_wps_ie(struct adapter *padapter) -+{ -+ u8 *pwps_ie = NULL; -+ u8 *pwps_ie_src; -+ u8 *premainder_ie; -+ u8 *pbackup_remainder_ie = NULL; -+ -+ uint wps_ielen = 0, wps_offset, remainder_ielen; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); -+ unsigned char *ie = pnetwork->IEs; -+ u32 ielen = pnetwork->IELength; -+ -+ -+ DBG_871X("%s\n", __func__); -+ -+ pwps_ie = rtw_get_wps_ie( -+ ie+_FIXED_IE_LENGTH_, -+ ielen-_FIXED_IE_LENGTH_, -+ NULL, -+ &wps_ielen -+ ); -+ -+ if (pwps_ie == NULL || wps_ielen == 0) -+ return; -+ -+ pwps_ie_src = pmlmepriv->wps_beacon_ie; -+ if (pwps_ie_src == NULL) -+ return; -+ -+ wps_offset = (uint)(pwps_ie-ie); -+ -+ premainder_ie = pwps_ie + wps_ielen; -+ -+ remainder_ielen = ielen - wps_offset - wps_ielen; -+ -+ if (remainder_ielen > 0) { -+ -+ pbackup_remainder_ie = rtw_malloc(remainder_ielen); -+ if (pbackup_remainder_ie) -+ memcpy(pbackup_remainder_ie, premainder_ie, remainder_ielen); -+ } -+ -+ wps_ielen = (uint)pwps_ie_src[1];/* to get ie data len */ -+ if ((wps_offset+wps_ielen+2+remainder_ielen) <= MAX_IE_SZ) { -+ -+ memcpy(pwps_ie, pwps_ie_src, wps_ielen+2); -+ pwps_ie += (wps_ielen+2); -+ -+ if (pbackup_remainder_ie) -+ memcpy(pwps_ie, pbackup_remainder_ie, remainder_ielen); -+ -+ /* update IELength */ -+ pnetwork->IELength = wps_offset + (wps_ielen+2) + remainder_ielen; -+ } -+ -+ if (pbackup_remainder_ie) -+ kfree(pbackup_remainder_ie); -+ -+ /* deal with the case without set_tx_beacon_cmd() in update_beacon() */ -+#if defined(CONFIG_INTERRUPT_BASED_TXBCN) -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) { -+ -+ u8 sr = 0; -+ -+ rtw_get_wps_attr_content( -+ pwps_ie_src, -+ wps_ielen, -+ WPS_ATTR_SELECTED_REGISTRAR, -+ (u8 *)(&sr), -+ NULL -+ ); -+ -+ if (sr) { -+ set_fwstate(pmlmepriv, WIFI_UNDER_WPS); -+ DBG_871X("%s, set WIFI_UNDER_WPS\n", __func__); -+ } -+ } -+#endif -+} -+ -+static void update_bcn_p2p_ie(struct adapter *padapter) -+{ -+ -+} -+ -+static void update_bcn_vendor_spec_ie(struct adapter *padapter, u8 *oui) -+{ -+ DBG_871X("%s\n", __func__); -+ -+ if (!memcmp(RTW_WPA_OUI, oui, 4)) -+ update_bcn_wpa_ie(padapter); -+ -+ else if (!memcmp(WMM_OUI, oui, 4)) -+ update_bcn_wmm_ie(padapter); -+ -+ else if (!memcmp(WPS_OUI, oui, 4)) -+ update_bcn_wps_ie(padapter); -+ -+ else if (!memcmp(P2P_OUI, oui, 4)) -+ update_bcn_p2p_ie(padapter); -+ -+ else -+ DBG_871X("unknown OUI type!\n"); -+ -+ -+ -+} -+ -+void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx) -+{ -+ struct mlme_priv *pmlmepriv; -+ struct mlme_ext_priv *pmlmeext; -+ /* struct mlme_ext_info *pmlmeinfo; */ -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ if (!padapter) -+ return; -+ -+ pmlmepriv = &(padapter->mlmepriv); -+ pmlmeext = &(padapter->mlmeextpriv); -+ /* pmlmeinfo = &(pmlmeext->mlmext_info); */ -+ -+ if (false == pmlmeext->bstart_bss) -+ return; -+ -+ spin_lock_bh(&pmlmepriv->bcn_update_lock); -+ -+ switch (ie_id) { -+ -+ case 0xFF: -+ -+ update_bcn_fixed_ie(padapter);/* 8: TimeStamp, 2: Beacon Interval 2:Capability */ -+ -+ break; -+ -+ case _TIM_IE_: -+ -+ update_BCNTIM(padapter); -+ -+ break; -+ -+ case _ERPINFO_IE_: -+ -+ update_bcn_erpinfo_ie(padapter); -+ -+ break; -+ -+ case _HT_CAPABILITY_IE_: -+ -+ update_bcn_htcap_ie(padapter); -+ -+ break; -+ -+ case _RSN_IE_2_: -+ -+ update_bcn_rsn_ie(padapter); -+ -+ break; -+ -+ case _HT_ADD_INFO_IE_: -+ -+ update_bcn_htinfo_ie(padapter); -+ -+ break; -+ -+ case _VENDOR_SPECIFIC_IE_: -+ -+ update_bcn_vendor_spec_ie(padapter, oui); -+ -+ break; -+ -+ default: -+ break; -+ } -+ -+ pmlmepriv->update_bcn = true; -+ -+ spin_unlock_bh(&pmlmepriv->bcn_update_lock); -+ -+#ifndef CONFIG_INTERRUPT_BASED_TXBCN -+ if (tx) { -+ -+ /* send_beacon(padapter);//send_beacon must execute on TSR level */ -+ set_tx_beacon_cmd(padapter); -+ } -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN */ -+ -+} -+ -+/* -+op_mode -+Set to 0 (HT pure) under the followign conditions -+ - all STAs in the BSS are 20/40 MHz HT in 20/40 MHz BSS or -+ - all STAs in the BSS are 20 MHz HT in 20 MHz BSS -+Set to 1 (HT non-member protection) if there may be non-HT STAs -+ in both the primary and the secondary channel -+Set to 2 if only HT STAs are associated in BSS, -+ however and at least one 20 MHz HT STA is associated -+Set to 3 (HT mixed mode) when one or more non-HT STAs are associated -+ (currently non-GF HT station is considered as non-HT STA also) -+*/ -+static int rtw_ht_operation_update(struct adapter *padapter) -+{ -+ u16 cur_op_mode, new_op_mode; -+ int op_mode_changes = 0; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct ht_priv *phtpriv_ap = &pmlmepriv->htpriv; -+ -+ if (pmlmepriv->htpriv.ht_option == true) -+ return 0; -+ -+ /* if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) */ -+ /* return 0; */ -+ -+ DBG_871X("%s current operation mode = 0x%X\n", -+ __func__, pmlmepriv->ht_op_mode); -+ -+ if (!(pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT) -+ && pmlmepriv->num_sta_ht_no_gf) { -+ pmlmepriv->ht_op_mode |= -+ HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT; -+ op_mode_changes++; -+ } else if ((pmlmepriv->ht_op_mode & -+ HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT) && -+ pmlmepriv->num_sta_ht_no_gf == 0) { -+ pmlmepriv->ht_op_mode &= -+ ~HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT; -+ op_mode_changes++; -+ } -+ -+ if (!(pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) && -+ (pmlmepriv->num_sta_no_ht || pmlmepriv->olbc_ht)) { -+ pmlmepriv->ht_op_mode |= HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT; -+ op_mode_changes++; -+ } else if ((pmlmepriv->ht_op_mode & -+ HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) && -+ (pmlmepriv->num_sta_no_ht == 0 && !pmlmepriv->olbc_ht)) { -+ pmlmepriv->ht_op_mode &= -+ ~HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT; -+ op_mode_changes++; -+ } -+ -+ /* Note: currently we switch to the MIXED op mode if HT non-greenfield -+ * station is associated. Probably it's a theoretical case, since -+ * it looks like all known HT STAs support greenfield. -+ */ -+ new_op_mode = 0; -+ if (pmlmepriv->num_sta_no_ht || -+ (pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT)) -+ new_op_mode = OP_MODE_MIXED; -+ else if ( -+ (le16_to_cpu(phtpriv_ap->ht_cap.cap_info) & IEEE80211_HT_CAP_SUP_WIDTH) -+ && pmlmepriv->num_sta_ht_20mhz) -+ new_op_mode = OP_MODE_20MHZ_HT_STA_ASSOCED; -+ else if (pmlmepriv->olbc_ht) -+ new_op_mode = OP_MODE_MAY_BE_LEGACY_STAS; -+ else -+ new_op_mode = OP_MODE_PURE; -+ -+ cur_op_mode = pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_OP_MODE_MASK; -+ if (cur_op_mode != new_op_mode) { -+ pmlmepriv->ht_op_mode &= ~HT_INFO_OPERATION_MODE_OP_MODE_MASK; -+ pmlmepriv->ht_op_mode |= new_op_mode; -+ op_mode_changes++; -+ } -+ -+ DBG_871X("%s new operation mode = 0x%X changes =%d\n", -+ __func__, pmlmepriv->ht_op_mode, op_mode_changes); -+ -+ return op_mode_changes; -+ -+} -+ -+void associated_clients_update(struct adapter *padapter, u8 updated) -+{ -+ /* update associcated stations cap. */ -+ if (updated == true) { -+ -+ struct list_head *phead, *plist; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ /* check asoc_queue */ -+ while (phead != plist) { -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ -+ plist = get_next(plist); -+ -+ VCS_update(padapter, psta); -+ } -+ -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ } -+ -+} -+ -+/* called > TSR LEVEL for USB or SDIO Interface*/ -+void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta) -+{ -+ u8 beacon_updated = false; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { -+ -+ if (!psta->no_short_preamble_set) { -+ -+ psta->no_short_preamble_set = 1; -+ -+ pmlmepriv->num_sta_no_short_preamble++; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_preamble == 1)) { -+ -+ beacon_updated = true; -+ update_beacon(padapter, 0xFF, NULL, true); -+ } -+ -+ } -+ } else{ -+ -+ -+ if (psta->no_short_preamble_set) { -+ -+ psta->no_short_preamble_set = 0; -+ -+ pmlmepriv->num_sta_no_short_preamble--; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_preamble == 0)) { -+ -+ beacon_updated = true; -+ update_beacon(padapter, 0xFF, NULL, true); -+ } -+ -+ } -+ } -+ -+ if (psta->flags & WLAN_STA_NONERP) { -+ -+ if (!psta->nonerp_set) { -+ -+ psta->nonerp_set = 1; -+ -+ pmlmepriv->num_sta_non_erp++; -+ -+ if (pmlmepriv->num_sta_non_erp == 1) { -+ -+ beacon_updated = true; -+ update_beacon(padapter, _ERPINFO_IE_, NULL, true); -+ } -+ } -+ -+ } else{ -+ -+ -+ if (psta->nonerp_set) { -+ -+ psta->nonerp_set = 0; -+ -+ pmlmepriv->num_sta_non_erp--; -+ -+ if (pmlmepriv->num_sta_non_erp == 0) { -+ -+ beacon_updated = true; -+ update_beacon(padapter, _ERPINFO_IE_, NULL, true); -+ } -+ } -+ -+ } -+ -+ -+ if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT)) { -+ -+ if (!psta->no_short_slot_time_set) { -+ -+ psta->no_short_slot_time_set = 1; -+ -+ pmlmepriv->num_sta_no_short_slot_time++; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_slot_time == 1)) { -+ -+ beacon_updated = true; -+ update_beacon(padapter, 0xFF, NULL, true); -+ } -+ -+ } -+ } else{ -+ -+ -+ if (psta->no_short_slot_time_set) { -+ -+ psta->no_short_slot_time_set = 0; -+ -+ pmlmepriv->num_sta_no_short_slot_time--; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_slot_time == 0)) { -+ -+ beacon_updated = true; -+ update_beacon(padapter, 0xFF, NULL, true); -+ } -+ } -+ } -+ -+ if (psta->flags & WLAN_STA_HT) { -+ -+ u16 ht_capab = le16_to_cpu(psta->htpriv.ht_cap.cap_info); -+ -+ DBG_871X("HT: STA " MAC_FMT " HT Capabilities " -+ "Info: 0x%04x\n", MAC_ARG(psta->hwaddr), ht_capab); -+ -+ if (psta->no_ht_set) { -+ psta->no_ht_set = 0; -+ pmlmepriv->num_sta_no_ht--; -+ } -+ -+ if ((ht_capab & IEEE80211_HT_CAP_GRN_FLD) == 0) { -+ if (!psta->no_ht_gf_set) { -+ psta->no_ht_gf_set = 1; -+ pmlmepriv->num_sta_ht_no_gf++; -+ } -+ DBG_871X("%s STA " MAC_FMT " - no " -+ "greenfield, num of non-gf stations %d\n", -+ __func__, MAC_ARG(psta->hwaddr), -+ pmlmepriv->num_sta_ht_no_gf); -+ } -+ -+ if ((ht_capab & IEEE80211_HT_CAP_SUP_WIDTH) == 0) { -+ if (!psta->ht_20mhz_set) { -+ psta->ht_20mhz_set = 1; -+ pmlmepriv->num_sta_ht_20mhz++; -+ } -+ DBG_871X("%s STA " MAC_FMT " - 20 MHz HT, " -+ "num of 20MHz HT STAs %d\n", -+ __func__, MAC_ARG(psta->hwaddr), -+ pmlmepriv->num_sta_ht_20mhz); -+ } -+ -+ } else{ -+ -+ -+ if (!psta->no_ht_set) { -+ psta->no_ht_set = 1; -+ pmlmepriv->num_sta_no_ht++; -+ } -+ if (pmlmepriv->htpriv.ht_option == true) { -+ DBG_871X("%s STA " MAC_FMT -+ " - no HT, num of non-HT stations %d\n", -+ __func__, MAC_ARG(psta->hwaddr), -+ pmlmepriv->num_sta_no_ht); -+ } -+ } -+ -+ if (rtw_ht_operation_update(padapter) > 0) { -+ -+ update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); -+ update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, true); -+ } -+ -+ /* update associcated stations cap. */ -+ associated_clients_update(padapter, beacon_updated); -+ -+ DBG_871X("%s, updated =%d\n", __func__, beacon_updated); -+ -+} -+ -+u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta) -+{ -+ u8 beacon_updated = false; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ if (!psta) -+ return beacon_updated; -+ -+ if (psta->no_short_preamble_set) { -+ psta->no_short_preamble_set = 0; -+ pmlmepriv->num_sta_no_short_preamble--; -+ if (pmlmeext->cur_wireless_mode > WIRELESS_11B -+ && pmlmepriv->num_sta_no_short_preamble == 0){ -+ -+ beacon_updated = true; -+ update_beacon(padapter, 0xFF, NULL, true); -+ } -+ } -+ -+ if (psta->nonerp_set) { -+ psta->nonerp_set = 0; -+ pmlmepriv->num_sta_non_erp--; -+ if (pmlmepriv->num_sta_non_erp == 0) { -+ -+ beacon_updated = true; -+ update_beacon(padapter, _ERPINFO_IE_, NULL, true); -+ } -+ } -+ -+ if (psta->no_short_slot_time_set) { -+ psta->no_short_slot_time_set = 0; -+ pmlmepriv->num_sta_no_short_slot_time--; -+ if (pmlmeext->cur_wireless_mode > WIRELESS_11B -+ && pmlmepriv->num_sta_no_short_slot_time == 0){ -+ -+ beacon_updated = true; -+ update_beacon(padapter, 0xFF, NULL, true); -+ } -+ } -+ -+ if (psta->no_ht_gf_set) { -+ psta->no_ht_gf_set = 0; -+ pmlmepriv->num_sta_ht_no_gf--; -+ } -+ -+ if (psta->no_ht_set) { -+ psta->no_ht_set = 0; -+ pmlmepriv->num_sta_no_ht--; -+ } -+ -+ if (psta->ht_20mhz_set) { -+ psta->ht_20mhz_set = 0; -+ pmlmepriv->num_sta_ht_20mhz--; -+ } -+ -+ if (rtw_ht_operation_update(padapter) > 0) { -+ -+ update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); -+ update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, true); -+ } -+ -+ /* update associcated stations cap. */ -+ /* associated_clients_update(padapter, beacon_updated); //move it to avoid deadlock */ -+ -+ DBG_871X("%s, updated =%d\n", __func__, beacon_updated); -+ -+ return beacon_updated; -+ -+} -+ -+u8 ap_free_sta( -+ struct adapter *padapter, -+ struct sta_info *psta, -+ bool active, -+ u16 reason -+) -+{ -+ u8 beacon_updated = false; -+ -+ if (!psta) -+ return beacon_updated; -+ -+ if (active == true) { -+ -+ /* tear down Rx AMPDU */ -+ send_delba(padapter, 0, psta->hwaddr);/* recipient */ -+ -+ /* tear down TX AMPDU */ -+ send_delba(padapter, 1, psta->hwaddr);/* // originator */ -+ -+ issue_deauth(padapter, psta->hwaddr, reason); -+ } -+ -+ psta->htpriv.agg_enable_bitmap = 0x0;/* reset */ -+ psta->htpriv.candidate_tid_bitmap = 0x0;/* reset */ -+ -+ -+ /* report_del_sta_event(padapter, psta->hwaddr, reason); */ -+ -+ /* clear cam entry / key */ -+ rtw_clearstakey_cmd(padapter, psta, true); -+ -+ -+ spin_lock_bh(&psta->lock); -+ psta->state &= ~_FW_LINKED; -+ spin_unlock_bh(&psta->lock); -+ -+ rtw_cfg80211_indicate_sta_disassoc(padapter, psta->hwaddr, reason); -+ -+ report_del_sta_event(padapter, psta->hwaddr, reason); -+ -+ beacon_updated = bss_cap_update_on_sta_leave(padapter, psta); -+ -+ rtw_free_stainfo(padapter, psta); -+ -+ -+ return beacon_updated; -+ -+} -+ -+int rtw_sta_flush(struct adapter *padapter) -+{ -+ struct list_head *phead, *plist; -+ int ret = 0; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(padapter->pnetdev)); -+ -+ if ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ return ret; -+ -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ /* free sta asoc_queue */ -+ while (phead != plist) { -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ -+ plist = get_next(plist); -+ -+ list_del_init(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ -+ /* spin_unlock_bh(&pstapriv->asoc_list_lock); */ -+ ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); -+ /* spin_lock_bh(&pstapriv->asoc_list_lock); */ -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ -+ issue_deauth(padapter, bc_addr, WLAN_REASON_DEAUTH_LEAVING); -+ -+ associated_clients_update(padapter, true); -+ -+ return ret; -+ -+} -+ -+/* called > TSR LEVEL for USB or SDIO Interface*/ -+void sta_info_update(struct adapter *padapter, struct sta_info *psta) -+{ -+ int flags = psta->flags; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ -+ /* update wmm cap. */ -+ if (WLAN_STA_WME&flags) -+ psta->qos_option = 1; -+ else -+ psta->qos_option = 0; -+ -+ if (pmlmepriv->qospriv.qos_option == 0) -+ psta->qos_option = 0; -+ -+ /* update 802.11n ht cap. */ -+ if (WLAN_STA_HT&flags) { -+ -+ psta->htpriv.ht_option = true; -+ psta->qos_option = 1; -+ } else{ -+ -+ -+ psta->htpriv.ht_option = false; -+ } -+ -+ if (pmlmepriv->htpriv.ht_option == false) -+ psta->htpriv.ht_option = false; -+ -+ update_sta_info_apmode(padapter, psta); -+ -+ -+} -+ -+/* called >= TSR LEVEL for USB or SDIO Interface*/ -+void ap_sta_info_defer_update(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (psta->state & _FW_LINKED) { -+ -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ /* add ratid */ -+ add_RATid(padapter, psta, 0);/* DM_RATR_STA_INIT */ -+ } -+} -+/* restore hw setting from sw data structures */ -+void rtw_ap_restore_network(struct adapter *padapter) -+{ -+ struct mlme_priv *mlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ struct security_priv *psecuritypriv = &(padapter->securitypriv); -+ struct list_head *phead, *plist; -+ u8 chk_alive_num = 0; -+ char chk_alive_list[NUM_STA]; -+ int i; -+ -+ rtw_setopmode_cmd(padapter, Ndis802_11APMode, false); -+ -+ set_channel_bwmode( -+ padapter, -+ pmlmeext->cur_channel, -+ pmlmeext->cur_ch_offset, -+ pmlmeext->cur_bwmode -+ ); -+ -+ start_bss_network(padapter, (u8 *)&mlmepriv->cur_network.network); -+ -+ if ((padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_) || -+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) { -+ -+ /* restore group key, WEP keys is restored in ips_leave() */ -+ rtw_set_key( -+ padapter, -+ psecuritypriv, -+ psecuritypriv->dot118021XGrpKeyid, -+ 0, -+ false -+ ); -+ } -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ int stainfo_offset; -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) -+ chk_alive_list[chk_alive_num++] = stainfo_offset; -+ -+ } -+ -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ for (i = 0; i < chk_alive_num; i++) { -+ psta = rtw_get_stainfo_by_offset(pstapriv, chk_alive_list[i]); -+ -+ if (psta == NULL) { -+ DBG_871X(FUNC_ADPT_FMT" sta_info is null\n", FUNC_ADPT_ARG(padapter)); -+ } else if (psta->state & _FW_LINKED) { -+ rtw_sta_media_status_rpt(padapter, psta, 1); -+ Update_RA_Entry(padapter, psta); -+ /* pairwise key */ -+ /* per sta pairwise key and settings */ -+ if ((padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_) || -+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) { -+ -+ rtw_setstakey_cmd(padapter, psta, true, false); -+ } -+ } -+ } -+ -+} -+ -+void start_ap_mode(struct adapter *padapter) -+{ -+ int i; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ -+ pmlmepriv->update_bcn = false; -+ -+ /* init_mlme_ap_info(padapter); */ -+ pmlmeext->bstart_bss = false; -+ -+ pmlmepriv->num_sta_non_erp = 0; -+ -+ pmlmepriv->num_sta_no_short_slot_time = 0; -+ -+ pmlmepriv->num_sta_no_short_preamble = 0; -+ -+ pmlmepriv->num_sta_ht_no_gf = 0; -+ pmlmepriv->num_sta_no_ht = 0; -+ pmlmepriv->num_sta_ht_20mhz = 0; -+ -+ pmlmepriv->olbc = false; -+ -+ pmlmepriv->olbc_ht = false; -+ -+ pmlmepriv->ht_op_mode = 0; -+ -+ for (i = 0; i < NUM_STA; i++) -+ pstapriv->sta_aid[i] = NULL; -+ -+ pmlmepriv->wps_beacon_ie = NULL; -+ pmlmepriv->wps_probe_resp_ie = NULL; -+ pmlmepriv->wps_assoc_resp_ie = NULL; -+ -+ pmlmepriv->p2p_beacon_ie = NULL; -+ pmlmepriv->p2p_probe_resp_ie = NULL; -+ -+ -+ /* for ACL */ -+ INIT_LIST_HEAD(&(pacl_list->acl_node_q.queue)); -+ pacl_list->num = 0; -+ pacl_list->mode = 0; -+ for (i = 0; i < NUM_ACL; i++) { -+ INIT_LIST_HEAD(&pacl_list->aclnode[i].list); -+ pacl_list->aclnode[i].valid = false; -+ } -+ -+} -+ -+void stop_ap_mode(struct adapter *padapter) -+{ -+ struct list_head *phead, *plist; -+ struct rtw_wlan_acl_node *paclnode; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ struct __queue *pacl_node_q = &pacl_list->acl_node_q; -+ -+ pmlmepriv->update_bcn = false; -+ pmlmeext->bstart_bss = false; -+ -+ /* reset and init security priv , this can refine with rtw_reset_securitypriv */ -+ memset( -+ (unsigned char *)&padapter->securitypriv, -+ 0, -+ sizeof(struct security_priv) -+ ); -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11WEPDisabled; -+ -+ /* for ACL */ -+ spin_lock_bh(&(pacl_node_q->lock)); -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ while (phead != plist) { -+ -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if (paclnode->valid == true) { -+ -+ paclnode->valid = false; -+ -+ list_del_init(&paclnode->list); -+ -+ pacl_list->num--; -+ } -+ } -+ spin_unlock_bh(&(pacl_node_q->lock)); -+ -+ DBG_871X("%s, free acl_node_queue, num =%d\n", __func__, pacl_list->num); -+ -+ rtw_sta_flush(padapter); -+ -+ /* free_assoc_sta_resources */ -+ rtw_free_all_stainfo(padapter); -+ -+ psta = rtw_get_bcmc_stainfo(padapter); -+ rtw_free_stainfo(padapter, psta); -+ -+ rtw_init_bcmc_stainfo(padapter); -+ -+ rtw_free_mlme_priv_ie_data(pmlmepriv); -+ -+ rtw_btcoex_MediaStatusNotify(padapter, 0); /* disconnect */ -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_btcoex.c linux/3rdparty/rtl8723bs/core/rtw_btcoex.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_btcoex.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_btcoex.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,243 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#include -+#include -+#include -+#include -+ -+ -+void rtw_btcoex_Initialize(struct adapter *padapter) -+{ -+ hal_btcoex_Initialize(padapter); -+} -+ -+void rtw_btcoex_PowerOnSetting(struct adapter *padapter) -+{ -+ hal_btcoex_PowerOnSetting(padapter); -+} -+ -+void rtw_btcoex_HAL_Initialize(struct adapter *padapter, u8 bWifiOnly) -+{ -+ hal_btcoex_InitHwConfig(padapter, bWifiOnly); -+} -+ -+void rtw_btcoex_IpsNotify(struct adapter *padapter, u8 type) -+{ -+ hal_btcoex_IpsNotify(padapter, type); -+} -+ -+void rtw_btcoex_LpsNotify(struct adapter *padapter, u8 type) -+{ -+ hal_btcoex_LpsNotify(padapter, type); -+} -+ -+void rtw_btcoex_ScanNotify(struct adapter *padapter, u8 type) -+{ -+ hal_btcoex_ScanNotify(padapter, type); -+} -+ -+void rtw_btcoex_ConnectNotify(struct adapter *padapter, u8 action) -+{ -+ hal_btcoex_ConnectNotify(padapter, action); -+} -+ -+void rtw_btcoex_MediaStatusNotify(struct adapter *padapter, u8 mediaStatus) -+{ -+ if ((RT_MEDIA_CONNECT == mediaStatus) -+ && (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true)) { -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_RSVD_PAGE, NULL); -+ } -+ -+ hal_btcoex_MediaStatusNotify(padapter, mediaStatus); -+} -+ -+void rtw_btcoex_SpecialPacketNotify(struct adapter *padapter, u8 pktType) -+{ -+ hal_btcoex_SpecialPacketNotify(padapter, pktType); -+} -+ -+void rtw_btcoex_IQKNotify(struct adapter *padapter, u8 state) -+{ -+ hal_btcoex_IQKNotify(padapter, state); -+} -+ -+void rtw_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) -+{ -+ hal_btcoex_BtInfoNotify(padapter, length, tmpBuf); -+} -+ -+void rtw_btcoex_SuspendNotify(struct adapter *padapter, u8 state) -+{ -+ hal_btcoex_SuspendNotify(padapter, state); -+} -+ -+void rtw_btcoex_HaltNotify(struct adapter *padapter) -+{ -+ if (false == padapter->bup) { -+ DBG_871X(FUNC_ADPT_FMT ": bup =%d Skip!\n", -+ FUNC_ADPT_ARG(padapter), padapter->bup); -+ -+ return; -+ } -+ -+ if (true == padapter->bSurpriseRemoved) { -+ DBG_871X(FUNC_ADPT_FMT ": bSurpriseRemoved =%d Skip!\n", -+ FUNC_ADPT_ARG(padapter), padapter->bSurpriseRemoved); -+ -+ return; -+ } -+ -+ hal_btcoex_HaltNotify(padapter); -+} -+ -+u8 rtw_btcoex_IsBtDisabled(struct adapter *padapter) -+{ -+ return hal_btcoex_IsBtDisabled(padapter); -+} -+ -+void rtw_btcoex_Handler(struct adapter *padapter) -+{ -+ hal_btcoex_Hanlder(padapter); -+} -+ -+s32 rtw_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter) -+{ -+ s32 coexctrl; -+ -+ coexctrl = hal_btcoex_IsBTCoexCtrlAMPDUSize(padapter); -+ -+ return coexctrl; -+} -+ -+void rtw_btcoex_SetManualControl(struct adapter *padapter, u8 manual) -+{ -+ if (true == manual) { -+ hal_btcoex_SetManualControl(padapter, true); -+ } else{ -+ hal_btcoex_SetManualControl(padapter, false); -+ } -+} -+ -+u8 rtw_btcoex_IsBtControlLps(struct adapter *padapter) -+{ -+ return hal_btcoex_IsBtControlLps(padapter); -+} -+ -+u8 rtw_btcoex_IsLpsOn(struct adapter *padapter) -+{ -+ return hal_btcoex_IsLpsOn(padapter); -+} -+ -+u8 rtw_btcoex_RpwmVal(struct adapter *padapter) -+{ -+ return hal_btcoex_RpwmVal(padapter); -+} -+ -+u8 rtw_btcoex_LpsVal(struct adapter *padapter) -+{ -+ return hal_btcoex_LpsVal(padapter); -+} -+ -+void rtw_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist) -+{ -+ hal_btcoex_SetBTCoexist(padapter, bBtExist); -+} -+ -+void rtw_btcoex_SetChipType(struct adapter *padapter, u8 chipType) -+{ -+ hal_btcoex_SetChipType(padapter, chipType); -+} -+ -+void rtw_btcoex_SetPGAntNum(struct adapter *padapter, u8 antNum) -+{ -+ hal_btcoex_SetPgAntNum(padapter, antNum); -+} -+ -+void rtw_btcoex_SetSingleAntPath(struct adapter *padapter, u8 singleAntPath) -+{ -+ hal_btcoex_SetSingleAntPath(padapter, singleAntPath); -+} -+ -+u32 rtw_btcoex_GetRaMask(struct adapter *padapter) -+{ -+ return hal_btcoex_GetRaMask(padapter); -+} -+ -+void rtw_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen) -+{ -+ hal_btcoex_RecordPwrMode(padapter, pCmdBuf, cmdLen); -+} -+ -+void rtw_btcoex_DisplayBtCoexInfo(struct adapter *padapter, u8 *pbuf, u32 bufsize) -+{ -+ hal_btcoex_DisplayBtCoexInfo(padapter, pbuf, bufsize); -+} -+ -+void rtw_btcoex_SetDBG(struct adapter *padapter, u32 *pDbgModule) -+{ -+ hal_btcoex_SetDBG(padapter, pDbgModule); -+} -+ -+u32 rtw_btcoex_GetDBG(struct adapter *padapter, u8 *pStrBuf, u32 bufSize) -+{ -+ return hal_btcoex_GetDBG(padapter, pStrBuf, bufSize); -+} -+ -+/* ================================================== */ -+/* Below Functions are called by BT-Coex */ -+/* ================================================== */ -+void rtw_btcoex_RejectApAggregatedPacket(struct adapter *padapter, u8 enable) -+{ -+ struct mlme_ext_info *pmlmeinfo; -+ struct sta_info *psta; -+ -+ pmlmeinfo = &padapter->mlmeextpriv.mlmext_info; -+ psta = rtw_get_stainfo(&padapter->stapriv, get_bssid(&padapter->mlmepriv)); -+ -+ if (true == enable) { -+ pmlmeinfo->bAcceptAddbaReq = false; -+ if (psta) -+ send_delba(padapter, 0, psta->hwaddr); -+ } else{ -+ pmlmeinfo->bAcceptAddbaReq = true; -+ } -+} -+ -+void rtw_btcoex_LPS_Enter(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ u8 lpsVal; -+ -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ pwrpriv->bpower_saving = true; -+ lpsVal = rtw_btcoex_LpsVal(padapter); -+ rtw_set_ps_mode(padapter, PS_MODE_MIN, 0, lpsVal, "BTCOEX"); -+} -+ -+void rtw_btcoex_LPS_Leave(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ if (pwrpriv->pwr_mode != PS_MODE_ACTIVE) { -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "BTCOEX"); -+ LPS_RF_ON_check(padapter, 100); -+ pwrpriv->bpower_saving = false; -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_cmd.c linux/3rdparty/rtl8723bs/core/rtw_cmd.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_cmd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_cmd.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,2244 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_CMD_C_ -+ -+#include -+#include -+#include -+ -+static struct _cmd_callback rtw_cmd_callback[] = { -+ {GEN_CMD_CODE(_Read_MACREG), NULL}, /*0*/ -+ {GEN_CMD_CODE(_Write_MACREG), NULL}, -+ {GEN_CMD_CODE(_Read_BBREG), &rtw_getbbrfreg_cmdrsp_callback}, -+ {GEN_CMD_CODE(_Write_BBREG), NULL}, -+ {GEN_CMD_CODE(_Read_RFREG), &rtw_getbbrfreg_cmdrsp_callback}, -+ {GEN_CMD_CODE(_Write_RFREG), NULL}, /*5*/ -+ {GEN_CMD_CODE(_Read_EEPROM), NULL}, -+ {GEN_CMD_CODE(_Write_EEPROM), NULL}, -+ {GEN_CMD_CODE(_Read_EFUSE), NULL}, -+ {GEN_CMD_CODE(_Write_EFUSE), NULL}, -+ -+ {GEN_CMD_CODE(_Read_CAM), NULL}, /*10*/ -+ {GEN_CMD_CODE(_Write_CAM), NULL}, -+ {GEN_CMD_CODE(_setBCNITV), NULL}, -+ {GEN_CMD_CODE(_setMBIDCFG), NULL}, -+ {GEN_CMD_CODE(_JoinBss), &rtw_joinbss_cmd_callback}, /*14*/ -+ {GEN_CMD_CODE(_DisConnect), &rtw_disassoc_cmd_callback}, /*15*/ -+ {GEN_CMD_CODE(_CreateBss), &rtw_createbss_cmd_callback}, -+ {GEN_CMD_CODE(_SetOpMode), NULL}, -+ {GEN_CMD_CODE(_SiteSurvey), &rtw_survey_cmd_callback}, /*18*/ -+ {GEN_CMD_CODE(_SetAuth), NULL}, -+ -+ {GEN_CMD_CODE(_SetKey), NULL}, /*20*/ -+ {GEN_CMD_CODE(_SetStaKey), &rtw_setstaKey_cmdrsp_callback}, -+ {GEN_CMD_CODE(_SetAssocSta), &rtw_setassocsta_cmdrsp_callback}, -+ {GEN_CMD_CODE(_DelAssocSta), NULL}, -+ {GEN_CMD_CODE(_SetStaPwrState), NULL}, -+ {GEN_CMD_CODE(_SetBasicRate), NULL}, /*25*/ -+ {GEN_CMD_CODE(_GetBasicRate), NULL}, -+ {GEN_CMD_CODE(_SetDataRate), NULL}, -+ {GEN_CMD_CODE(_GetDataRate), NULL}, -+ {GEN_CMD_CODE(_SetPhyInfo), NULL}, -+ -+ {GEN_CMD_CODE(_GetPhyInfo), NULL}, /*30*/ -+ {GEN_CMD_CODE(_SetPhy), NULL}, -+ {GEN_CMD_CODE(_GetPhy), NULL}, -+ {GEN_CMD_CODE(_readRssi), NULL}, -+ {GEN_CMD_CODE(_readGain), NULL}, -+ {GEN_CMD_CODE(_SetAtim), NULL}, /*35*/ -+ {GEN_CMD_CODE(_SetPwrMode), NULL}, -+ {GEN_CMD_CODE(_JoinbssRpt), NULL}, -+ {GEN_CMD_CODE(_SetRaTable), NULL}, -+ {GEN_CMD_CODE(_GetRaTable), NULL}, -+ -+ {GEN_CMD_CODE(_GetCCXReport), NULL}, /*40*/ -+ {GEN_CMD_CODE(_GetDTMReport), NULL}, -+ {GEN_CMD_CODE(_GetTXRateStatistics), NULL}, -+ {GEN_CMD_CODE(_SetUsbSuspend), NULL}, -+ {GEN_CMD_CODE(_SetH2cLbk), NULL}, -+ {GEN_CMD_CODE(_AddBAReq), NULL}, /*45*/ -+ {GEN_CMD_CODE(_SetChannel), NULL}, /*46*/ -+ {GEN_CMD_CODE(_SetTxPower), NULL}, -+ {GEN_CMD_CODE(_SwitchAntenna), NULL}, -+ {GEN_CMD_CODE(_SetCrystalCap), NULL}, -+ {GEN_CMD_CODE(_SetSingleCarrierTx), NULL}, /*50*/ -+ -+ {GEN_CMD_CODE(_SetSingleToneTx), NULL}, /*51*/ -+ {GEN_CMD_CODE(_SetCarrierSuppressionTx), NULL}, -+ {GEN_CMD_CODE(_SetContinuousTx), NULL}, -+ {GEN_CMD_CODE(_SwitchBandwidth), NULL}, /*54*/ -+ {GEN_CMD_CODE(_TX_Beacon), NULL},/*55*/ -+ -+ {GEN_CMD_CODE(_Set_MLME_EVT), NULL},/*56*/ -+ {GEN_CMD_CODE(_Set_Drv_Extra), NULL},/*57*/ -+ {GEN_CMD_CODE(_Set_H2C_MSG), NULL},/*58*/ -+ {GEN_CMD_CODE(_SetChannelPlan), NULL},/*59*/ -+ {GEN_CMD_CODE(_LedBlink), NULL},/*60*/ -+ -+ {GEN_CMD_CODE(_SetChannelSwitch), NULL},/*61*/ -+ {GEN_CMD_CODE(_TDLS), NULL},/*62*/ -+ {GEN_CMD_CODE(_ChkBMCSleepq), NULL}, /*63*/ -+ -+ {GEN_CMD_CODE(_RunInThreadCMD), NULL},/*64*/ -+}; -+ -+static struct cmd_hdl wlancmds[] = { -+ GEN_DRV_CMD_HANDLER(0, NULL) /*0*/ -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) /*10*/ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct joinbss_parm), join_cmd_hdl) /*14*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct disconnect_parm), disconnect_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof(struct createbss_parm), createbss_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof(struct setopmode_parm), setopmode_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof(struct sitesurvey_parm), sitesurvey_cmd_hdl) /*18*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct setauth_parm), setauth_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof(struct setkey_parm), setkey_hdl) /*20*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct set_stakey_parm), set_stakey_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof(struct set_assocsta_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct del_assocsta_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct setstapwrstate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct setbasicrate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct getbasicrate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct setdatarate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct getdatarate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct setphyinfo_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct getphyinfo_parm), NULL) /*30*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct setphy_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct getphy_parm), NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) /*40*/ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct addBaReq_parm), add_ba_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof(struct set_ch_parm), set_ch_hdl) /* 46 */ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) /*50*/ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct Tx_Beacon_param), tx_beacon_hdl) /*55*/ -+ -+ GEN_MLME_EXT_HANDLER(0, mlme_evt_hdl) /*56*/ -+ GEN_MLME_EXT_HANDLER(0, rtw_drvextra_cmd_hdl) /*57*/ -+ -+ GEN_MLME_EXT_HANDLER(0, h2c_msg_hdl) /*58*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct SetChannelPlan_param), set_chplan_hdl) /*59*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct LedBlink_param), led_blink_hdl) /*60*/ -+ -+ GEN_MLME_EXT_HANDLER(sizeof(struct SetChannelSwitch_param), set_csa_hdl) /*61*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct TDLSoption_param), tdls_hdl) /*62*/ -+ GEN_MLME_EXT_HANDLER(0, chk_bmc_sleepq_hdl) /*63*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct RunInThread_param), run_in_thread_hdl) /*63*/ -+}; -+ -+/* -+Caller and the rtw_cmd_thread can protect cmd_q by spin_lock. -+No irqsave is necessary. -+*/ -+ -+sint _rtw_init_cmd_priv(struct cmd_priv *pcmdpriv) -+{ -+ sint res = _SUCCESS; -+ -+ sema_init(&(pcmdpriv->cmd_queue_sema), 0); -+ /* sema_init(&(pcmdpriv->cmd_done_sema), 0); */ -+ sema_init(&(pcmdpriv->terminate_cmdthread_sema), 0); -+ -+ -+ _rtw_init_queue(&(pcmdpriv->cmd_queue)); -+ -+ /* allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf */ -+ -+ pcmdpriv->cmd_seq = 1; -+ -+ pcmdpriv->cmd_allocated_buf = rtw_zmalloc(MAX_CMDSZ + CMDBUFF_ALIGN_SZ); -+ -+ if (pcmdpriv->cmd_allocated_buf == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pcmdpriv->cmd_buf = pcmdpriv->cmd_allocated_buf + CMDBUFF_ALIGN_SZ - ((SIZE_PTR)(pcmdpriv->cmd_allocated_buf) & (CMDBUFF_ALIGN_SZ-1)); -+ -+ pcmdpriv->rsp_allocated_buf = rtw_zmalloc(MAX_RSPSZ + 4); -+ -+ if (pcmdpriv->rsp_allocated_buf == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) & 3); -+ -+ pcmdpriv->cmd_issued_cnt = pcmdpriv->cmd_done_cnt = pcmdpriv->rsp_cnt = 0; -+ -+ mutex_init(&pcmdpriv->sctx_mutex); -+exit: -+ return res; -+} -+ -+static void c2h_wk_callback(_workitem *work); -+sint _rtw_init_evt_priv(struct evt_priv *pevtpriv) -+{ -+ sint res = _SUCCESS; -+ -+ /* allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf */ -+ atomic_set(&pevtpriv->event_seq, 0); -+ pevtpriv->evt_done_cnt = 0; -+ -+ _init_workitem(&pevtpriv->c2h_wk, c2h_wk_callback, NULL); -+ pevtpriv->c2h_wk_alive = false; -+ pevtpriv->c2h_queue = rtw_cbuf_alloc(C2H_QUEUE_MAX_LEN+1); -+ -+ return res; -+} -+ -+void _rtw_free_evt_priv(struct evt_priv *pevtpriv) -+{ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("+_rtw_free_evt_priv\n")); -+ -+ _cancel_workitem_sync(&pevtpriv->c2h_wk); -+ while (pevtpriv->c2h_wk_alive) -+ msleep(10); -+ -+ while (!rtw_cbuf_empty(pevtpriv->c2h_queue)) { -+ void *c2h = rtw_cbuf_pop(pevtpriv->c2h_queue); -+ if (c2h != NULL && c2h != (void *)pevtpriv) { -+ kfree(c2h); -+ } -+ } -+ kfree(pevtpriv->c2h_queue); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("-_rtw_free_evt_priv\n")); -+} -+ -+void _rtw_free_cmd_priv(struct cmd_priv *pcmdpriv) -+{ -+ if (pcmdpriv) { -+ if (pcmdpriv->cmd_allocated_buf) -+ kfree(pcmdpriv->cmd_allocated_buf); -+ -+ if (pcmdpriv->rsp_allocated_buf) -+ kfree(pcmdpriv->rsp_allocated_buf); -+ -+ mutex_destroy(&pcmdpriv->sctx_mutex); -+ } -+} -+ -+/* -+Calling Context: -+ -+rtw_enqueue_cmd can only be called between kernel thread, -+since only spin_lock is used. -+ -+ISR/Call-Back functions can't call this sub-function. -+ -+*/ -+ -+sint _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) -+{ -+ _irqL irqL; -+ -+ if (obj == NULL) -+ goto exit; -+ -+ /* spin_lock_bh(&queue->lock); */ -+ spin_lock_irqsave(&queue->lock, irqL); -+ -+ list_add_tail(&obj->list, &queue->queue); -+ -+ /* spin_unlock_bh(&queue->lock); */ -+ spin_unlock_irqrestore(&queue->lock, irqL); -+ -+exit: -+ return _SUCCESS; -+} -+ -+struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue) -+{ -+ _irqL irqL; -+ struct cmd_obj *obj; -+ -+ /* spin_lock_bh(&(queue->lock)); */ -+ spin_lock_irqsave(&queue->lock, irqL); -+ if (list_empty(&(queue->queue))) -+ obj = NULL; -+ else{ -+ obj = LIST_CONTAINOR(get_next(&(queue->queue)), struct cmd_obj, list); -+ list_del_init(&obj->list); -+ } -+ -+ /* spin_unlock_bh(&(queue->lock)); */ -+ spin_unlock_irqrestore(&queue->lock, irqL); -+ -+ return obj; -+} -+ -+u32 rtw_init_cmd_priv(struct cmd_priv *pcmdpriv) -+{ -+ u32 res; -+ -+ res = _rtw_init_cmd_priv(pcmdpriv); -+ return res; -+} -+ -+u32 rtw_init_evt_priv(struct evt_priv *pevtpriv) -+{ -+ int res; -+ -+ res = _rtw_init_evt_priv(pevtpriv); -+ return res; -+} -+ -+void rtw_free_evt_priv(struct evt_priv *pevtpriv) -+{ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("rtw_free_evt_priv\n")); -+ _rtw_free_evt_priv(pevtpriv); -+} -+ -+void rtw_free_cmd_priv(struct cmd_priv *pcmdpriv) -+{ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("rtw_free_cmd_priv\n")); -+ _rtw_free_cmd_priv(pcmdpriv); -+} -+ -+int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj); -+int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) -+{ -+ u8 bAllow = false; /* set to true to allow enqueuing cmd when hw_init_completed is false */ -+ -+ if (cmd_obj->cmdcode == GEN_CMD_CODE(_SetChannelPlan)) -+ bAllow = true; -+ -+ if ((pcmdpriv->padapter->hw_init_completed == false && bAllow == false) -+ || atomic_read(&(pcmdpriv->cmdthd_running)) == false /* com_thread not running */ -+ ) { -+ /* DBG_871X("%s:%s: drop cmdcode:%u, hw_init_completed:%u, cmdthd_running:%u\n", caller_func, __func__, */ -+ /* cmd_obj->cmdcode, */ -+ /* pcmdpriv->padapter->hw_init_completed, */ -+ /* pcmdpriv->cmdthd_running */ -+ /* */ -+ -+ return _FAIL; -+ } -+ return _SUCCESS; -+} -+ -+ -+ -+u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) -+{ -+ int res = _FAIL; -+ struct adapter *padapter = pcmdpriv->padapter; -+ -+ if (cmd_obj == NULL) { -+ goto exit; -+ } -+ -+ cmd_obj->padapter = padapter; -+ -+ res = rtw_cmd_filter(pcmdpriv, cmd_obj); -+ if (_FAIL == res) { -+ rtw_free_cmd_obj(cmd_obj); -+ goto exit; -+ } -+ -+ res = _rtw_enqueue_cmd(&pcmdpriv->cmd_queue, cmd_obj); -+ -+ if (res == _SUCCESS) -+ up(&pcmdpriv->cmd_queue_sema); -+ -+exit: -+ return res; -+} -+ -+struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv) -+{ -+ struct cmd_obj *cmd_obj; -+ -+ cmd_obj = _rtw_dequeue_cmd(&pcmdpriv->cmd_queue); -+ -+ return cmd_obj; -+} -+ -+void rtw_free_cmd_obj(struct cmd_obj *pcmd) -+{ -+ if ((pcmd->cmdcode != _JoinBss_CMD_) && -+ (pcmd->cmdcode != _CreateBss_CMD_)) { -+ /* free parmbuf in cmd_obj */ -+ kfree((unsigned char *)pcmd->parmbuf); -+ } -+ -+ if (pcmd->rsp != NULL) { -+ if (pcmd->rspsz != 0) { -+ /* free rsp in cmd_obj */ -+ kfree((unsigned char *)pcmd->rsp); -+ } -+ } -+ -+ /* free cmd_obj */ -+ kfree((unsigned char *)pcmd); -+} -+ -+ -+void rtw_stop_cmd_thread(struct adapter *adapter) -+{ -+ if (adapter->cmdThread && -+ atomic_read(&(adapter->cmdpriv.cmdthd_running)) == true && -+ adapter->cmdpriv.stop_req == 0) { -+ adapter->cmdpriv.stop_req = 1; -+ up(&adapter->cmdpriv.cmd_queue_sema); -+ down(&adapter->cmdpriv.terminate_cmdthread_sema); -+ } -+} -+ -+int rtw_cmd_thread(void *context) -+{ -+ u8 ret; -+ struct cmd_obj *pcmd; -+ u8 *pcmdbuf, *prspbuf; -+ unsigned long cmd_start_time; -+ unsigned long cmd_process_time; -+ u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); -+ void (*pcmd_callback)(struct adapter *dev, struct cmd_obj *pcmd); -+ struct adapter *padapter = (struct adapter *)context; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ struct drvextra_cmd_parm *extra_parm = NULL; -+ -+ thread_enter("RTW_CMD_THREAD"); -+ -+ pcmdbuf = pcmdpriv->cmd_buf; -+ prspbuf = pcmdpriv->rsp_buf; -+ -+ pcmdpriv->stop_req = 0; -+ atomic_set(&(pcmdpriv->cmdthd_running), true); -+ up(&pcmdpriv->terminate_cmdthread_sema); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("start r871x rtw_cmd_thread !!!!\n")); -+ -+ while (1) { -+ if (down_interruptible(&pcmdpriv->cmd_queue_sema)) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" down_interruptible(&pcmdpriv->cmd_queue_sema) return != 0, break\n", FUNC_ADPT_ARG(padapter)); -+ break; -+ } -+ -+ if ((padapter->bDriverStopped == true) || (padapter->bSurpriseRemoved == true)) { -+ DBG_871X_LEVEL(_drv_always_, "%s: DriverStopped(%d) SurpriseRemoved(%d) break at line %d\n", -+ __func__, padapter->bDriverStopped, padapter->bSurpriseRemoved, __LINE__); -+ break; -+ } -+ -+ if (pcmdpriv->stop_req) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" stop_req:%u, break\n", FUNC_ADPT_ARG(padapter), pcmdpriv->stop_req); -+ break; -+ } -+ -+ if (list_empty(&(pcmdpriv->cmd_queue.queue))) { -+ /* DBG_871X("%s: cmd queue is empty!\n", __func__); */ -+ continue; -+ } -+ -+ if (rtw_register_cmd_alive(padapter) != _SUCCESS) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_notice_, -+ ("%s: wait to leave LPS_LCLK\n", __func__)); -+ continue; -+ } -+ -+_next: -+ if ((padapter->bDriverStopped == true) || (padapter->bSurpriseRemoved == true)) { -+ DBG_871X_LEVEL(_drv_always_, "%s: DriverStopped(%d) SurpriseRemoved(%d) break at line %d\n", -+ __func__, padapter->bDriverStopped, padapter->bSurpriseRemoved, __LINE__); -+ break; -+ } -+ -+ pcmd = rtw_dequeue_cmd(pcmdpriv); -+ if (!pcmd) { -+ rtw_unregister_cmd_alive(padapter); -+ continue; -+ } -+ -+ cmd_start_time = jiffies; -+ -+ if (_FAIL == rtw_cmd_filter(pcmdpriv, pcmd)) { -+ pcmd->res = H2C_DROPPED; -+ goto post_process; -+ } -+ -+ pcmdpriv->cmd_issued_cnt++; -+ -+ pcmd->cmdsz = _RND4((pcmd->cmdsz));/* _RND4 */ -+ -+ memcpy(pcmdbuf, pcmd->parmbuf, pcmd->cmdsz); -+ -+ if (pcmd->cmdcode < ARRAY_SIZE(wlancmds)) { -+ cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; -+ -+ if (cmd_hdl) { -+ ret = cmd_hdl(pcmd->padapter, pcmdbuf); -+ pcmd->res = ret; -+ } -+ -+ pcmdpriv->cmd_seq++; -+ } else{ -+ pcmd->res = H2C_PARAMETERS_ERROR; -+ } -+ -+ cmd_hdl = NULL; -+ -+post_process: -+ -+ if (mutex_lock_interruptible(&(pcmd->padapter->cmdpriv.sctx_mutex)) == 0) { -+ if (pcmd->sctx) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" pcmd->sctx\n", -+ FUNC_ADPT_ARG(pcmd->padapter)); -+ -+ if (pcmd->res == H2C_SUCCESS) -+ rtw_sctx_done(&pcmd->sctx); -+ else -+ rtw_sctx_done_err(&pcmd->sctx, RTW_SCTX_DONE_CMD_ERROR); -+ } -+ mutex_unlock(&(pcmd->padapter->cmdpriv.sctx_mutex)); -+ } -+ -+ cmd_process_time = jiffies_to_msecs(jiffies - cmd_start_time); -+ if (cmd_process_time > 1000) { -+ if (pcmd->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)) { -+ DBG_871X(ADPT_FMT" cmd =%d process_time =%lu > 1 sec\n", -+ ADPT_ARG(pcmd->padapter), pcmd->cmdcode, cmd_process_time); -+ /* rtw_warn_on(1); */ -+ } else if (pcmd->cmdcode == GEN_CMD_CODE(_Set_MLME_EVT)) { -+ DBG_871X(ADPT_FMT" cmd =%d, process_time =%lu > 1 sec\n", -+ ADPT_ARG(pcmd->padapter), pcmd->cmdcode, cmd_process_time); -+ /* rtw_warn_on(1); */ -+ } else { -+ DBG_871X(ADPT_FMT" cmd =%d, process_time =%lu > 1 sec\n", -+ ADPT_ARG(pcmd->padapter), pcmd->cmdcode, cmd_process_time); -+ /* rtw_warn_on(1); */ -+ } -+ } -+ -+ /* call callback function for post-processed */ -+ if (pcmd->cmdcode < ARRAY_SIZE(rtw_cmd_callback)) { -+ pcmd_callback = rtw_cmd_callback[pcmd->cmdcode].callback; -+ if (pcmd_callback == NULL) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("mlme_cmd_hdl(): pcmd_callback = 0x%p, cmdcode = 0x%x\n", pcmd_callback, pcmd->cmdcode)); -+ rtw_free_cmd_obj(pcmd); -+ } else{ -+ /* todo: !!! fill rsp_buf to pcmd->rsp if (pcmd->rsp!= NULL) */ -+ pcmd_callback(pcmd->padapter, pcmd);/* need conider that free cmd_obj in rtw_cmd_callback */ -+ } -+ } else{ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("%s: cmdcode = 0x%x callback not defined!\n", __func__, pcmd->cmdcode)); -+ rtw_free_cmd_obj(pcmd); -+ } -+ -+ flush_signals_thread(); -+ -+ goto _next; -+ -+ } -+ -+ /* free all cmd_obj resources */ -+ do { -+ pcmd = rtw_dequeue_cmd(pcmdpriv); -+ if (pcmd == NULL) { -+ rtw_unregister_cmd_alive(padapter); -+ break; -+ } -+ -+ /* DBG_871X("%s: leaving... drop cmdcode:%u size:%d\n", __func__, pcmd->cmdcode, pcmd->cmdsz); */ -+ -+ if (pcmd->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)) { -+ extra_parm = (struct drvextra_cmd_parm *)pcmd->parmbuf; -+ if (extra_parm->pbuf && extra_parm->size > 0) { -+ kfree(extra_parm->pbuf); -+ } -+ } -+ -+ rtw_free_cmd_obj(pcmd); -+ } while (1); -+ -+ up(&pcmdpriv->terminate_cmdthread_sema); -+ atomic_set(&(pcmdpriv->cmdthd_running), false); -+ -+ thread_exit(); -+} -+ -+/* -+rtw_sitesurvey_cmd(~) -+ ### NOTE:#### (!!!!) -+ MUST TAKE CARE THAT BEFORE CALLING THIS FUNC, YOU SHOULD HAVE LOCKED pmlmepriv->lock -+*/ -+u8 rtw_sitesurvey_cmd(struct adapter *padapter, struct ndis_802_11_ssid *ssid, int ssid_num, -+ struct rtw_ieee80211_channel *ch, int ch_num) -+{ -+ u8 res = _FAIL; -+ struct cmd_obj *ph2c; -+ struct sitesurvey_parm *psurveyPara; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_SCAN, 1); -+ } -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) -+ return _FAIL; -+ -+ psurveyPara = (struct sitesurvey_parm *)rtw_zmalloc(sizeof(struct sitesurvey_parm)); -+ if (psurveyPara == NULL) { -+ kfree((unsigned char *) ph2c); -+ return _FAIL; -+ } -+ -+ rtw_free_network_queue(padapter, false); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("%s: flush network queue\n", __func__)); -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); -+ -+ /* psurveyPara->bsslimit = 48; */ -+ psurveyPara->scan_mode = pmlmepriv->scan_mode; -+ -+ /* prepare ssid list */ -+ if (ssid) { -+ int i; -+ for (i = 0; i < ssid_num && i < RTW_SSID_SCAN_AMOUNT; i++) { -+ if (ssid[i].SsidLength) { -+ memcpy(&psurveyPara->ssid[i], &ssid[i], sizeof(struct ndis_802_11_ssid)); -+ psurveyPara->ssid_num++; -+ -+ DBG_871X(FUNC_ADPT_FMT" ssid:(%s, %d)\n", FUNC_ADPT_ARG(padapter), -+ psurveyPara->ssid[i].Ssid, psurveyPara->ssid[i].SsidLength); -+ } -+ } -+ } -+ -+ /* prepare channel list */ -+ if (ch) { -+ int i; -+ for (i = 0; i < ch_num && i < RTW_CHANNEL_SCAN_AMOUNT; i++) { -+ if (ch[i].hw_value && !(ch[i].flags & RTW_IEEE80211_CHAN_DISABLED)) { -+ memcpy(&psurveyPara->ch[i], &ch[i], sizeof(struct rtw_ieee80211_channel)); -+ psurveyPara->ch_num++; -+ -+ DBG_871X(FUNC_ADPT_FMT" ch:%u\n", FUNC_ADPT_ARG(padapter), -+ psurveyPara->ch[i].hw_value); -+ } -+ } -+ } -+ -+ set_fwstate(pmlmepriv, _FW_UNDER_SURVEY); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+ if (res == _SUCCESS) { -+ -+ pmlmepriv->scan_start_time = jiffies; -+ _set_timer(&pmlmepriv->scan_to_timer, SCANNING_TIMEOUT); -+ } else { -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ } -+ return res; -+} -+ -+u8 rtw_setdatarate_cmd(struct adapter *padapter, u8 *rateset) -+{ -+ struct cmd_obj *ph2c; -+ struct setdatarate_parm *pbsetdataratepara; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pbsetdataratepara = (struct setdatarate_parm *)rtw_zmalloc(sizeof(struct setdatarate_parm)); -+ if (pbsetdataratepara == NULL) { -+ kfree((u8 *) ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pbsetdataratepara, GEN_CMD_CODE(_SetDataRate)); -+ pbsetdataratepara->mac_id = 5; -+ memcpy(pbsetdataratepara->datarates, rateset, NumRates); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+ return res; -+} -+ -+void rtw_getbbrfreg_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd) -+{ -+ /* rtw_free_cmd_obj(pcmd); */ -+ kfree((unsigned char *) pcmd->parmbuf); -+ kfree((unsigned char *) pcmd); -+} -+ -+u8 rtw_createbss_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *pcmd; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_bssid_ex *pdev_network = &padapter->registrypriv.dev_network; -+ u8 res = _SUCCESS; -+ -+ if (pmlmepriv->assoc_ssid.SsidLength == 0) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, (" createbss for Any SSid:%s\n", pmlmepriv->assoc_ssid.Ssid)); -+ } else { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, (" createbss for SSid:%s\n", pmlmepriv->assoc_ssid.Ssid)); -+ } -+ -+ pcmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ INIT_LIST_HEAD(&pcmd->list); -+ pcmd->cmdcode = _CreateBss_CMD_; -+ pcmd->parmbuf = (unsigned char *)pdev_network; -+ pcmd->cmdsz = get_wlan_bssid_ex_sz((struct wlan_bssid_ex *)pdev_network); -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ pdev_network->Length = pcmd->cmdsz; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+exit: -+ return res; -+} -+ -+u8 rtw_startbss_cmd(struct adapter *padapter, int flags) -+{ -+ struct cmd_obj *pcmd; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct submit_ctx sctx; -+ u8 res = _SUCCESS; -+ -+ if (flags & RTW_CMDF_DIRECTLY) { -+ /* no need to enqueue, do the cmd hdl directly and free cmd parameter */ -+ start_bss_network(padapter, (u8 *)&(padapter->mlmepriv.cur_network.network)); -+ } else { -+ /* need enqueue, prepare cmd_obj and enqueue */ -+ pcmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ INIT_LIST_HEAD(&pcmd->list); -+ pcmd->cmdcode = GEN_CMD_CODE(_CreateBss); -+ pcmd->parmbuf = NULL; -+ pcmd->cmdsz = 0; -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ if (flags & RTW_CMDF_WAIT_ACK) { -+ pcmd->sctx = &sctx; -+ rtw_sctx_init(&sctx, 2000); -+ } -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+ if (res == _SUCCESS && (flags & RTW_CMDF_WAIT_ACK)) { -+ rtw_sctx_wait(&sctx, __func__); -+ if (mutex_lock_interruptible(&pcmdpriv->sctx_mutex) == 0) { -+ if (sctx.status == RTW_SCTX_SUBMITTED) -+ pcmd->sctx = NULL; -+ mutex_unlock(&pcmdpriv->sctx_mutex); -+ } -+ } -+ } -+ -+exit: -+ return res; -+} -+ -+u8 rtw_joinbss_cmd(struct adapter *padapter, struct wlan_network *pnetwork) -+{ -+ u8 *auth, res = _SUCCESS; -+ uint t_len = 0; -+ struct wlan_bssid_ex *psecnetwork; -+ struct cmd_obj *pcmd; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv = &pmlmepriv->qospriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ enum NDIS_802_11_NETWORK_INFRASTRUCTURE ndis_network_mode = pnetwork->network.InfrastructureMode; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u32 tmp_len; -+ u8 *ptmp = NULL; -+ -+ if (pmlmepriv->assoc_ssid.SsidLength == 0) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("+Join cmd: Any SSid\n")); -+ } else { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+Join cmd: SSid =[%s]\n", pmlmepriv->assoc_ssid.Ssid)); -+ } -+ -+ pcmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd == NULL) { -+ res = _FAIL; -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("rtw_joinbss_cmd: memory allocate for cmd_obj fail!!!\n")); -+ goto exit; -+ } -+ /* for IEs is fix buf size */ -+ t_len = sizeof(struct wlan_bssid_ex); -+ -+ -+ /* for hidden ap to set fw_state here */ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_ADHOC_STATE) != true) { -+ switch (ndis_network_mode) { -+ case Ndis802_11IBSS: -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ break; -+ -+ case Ndis802_11Infrastructure: -+ set_fwstate(pmlmepriv, WIFI_STATION_STATE); -+ break; -+ -+ case Ndis802_11APMode: -+ case Ndis802_11AutoUnknown: -+ case Ndis802_11InfrastructureMax: -+ break; -+ -+ } -+ } -+ -+ psecnetwork = (struct wlan_bssid_ex *)&psecuritypriv->sec_bss; -+ if (psecnetwork == NULL) { -+ if (pcmd != NULL) -+ kfree((unsigned char *)pcmd); -+ -+ res = _FAIL; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("rtw_joinbss_cmd :psecnetwork == NULL!!!\n")); -+ -+ goto exit; -+ } -+ -+ memset(psecnetwork, 0, t_len); -+ -+ memcpy(psecnetwork, &pnetwork->network, get_wlan_bssid_ex_sz(&pnetwork->network)); -+ -+ auth = &psecuritypriv->authenticator_ie[0]; -+ psecuritypriv->authenticator_ie[0] = (unsigned char)psecnetwork->IELength; -+ -+ if ((psecnetwork->IELength-12) < (256-1)) { -+ memcpy(&psecuritypriv->authenticator_ie[1], &psecnetwork->IEs[12], psecnetwork->IELength-12); -+ } else { -+ memcpy(&psecuritypriv->authenticator_ie[1], &psecnetwork->IEs[12], (256-1)); -+ } -+ -+ psecnetwork->IELength = 0; -+ /* Added by Albert 2009/02/18 */ -+ /* If the the driver wants to use the bssid to create the connection. */ -+ /* If not, we have to copy the connecting AP's MAC address to it so that */ -+ /* the driver just has the bssid information for PMKIDList searching. */ -+ -+ if (pmlmepriv->assoc_by_bssid == false) { -+ memcpy(&pmlmepriv->assoc_bssid[0], &pnetwork->network.MacAddress[0], ETH_ALEN); -+ } -+ -+ psecnetwork->IELength = rtw_restruct_sec_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], pnetwork->network.IELength); -+ -+ -+ pqospriv->qos_option = 0; -+ -+ if (pregistrypriv->wmm_enable) { -+ tmp_len = rtw_restruct_wmm_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], pnetwork->network.IELength, psecnetwork->IELength); -+ -+ if (psecnetwork->IELength != tmp_len) { -+ psecnetwork->IELength = tmp_len; -+ pqospriv->qos_option = 1; /* There is WMM IE in this corresp. beacon */ -+ } else{ -+ pqospriv->qos_option = 0;/* There is no WMM IE in this corresp. beacon */ -+ } -+ } -+ -+ phtpriv->ht_option = false; -+ ptmp = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &tmp_len, pnetwork->network.IELength-12); -+ if (pregistrypriv->ht_enable && ptmp && tmp_len > 0) { -+ /* Added by Albert 2010/06/23 */ -+ /* For the WEP mode, we will use the bg mode to do the connection to avoid some IOT issue. */ -+ /* Especially for Realtek 8192u SoftAP. */ -+ if ((padapter->securitypriv.dot11PrivacyAlgrthm != _WEP40_) && -+ (padapter->securitypriv.dot11PrivacyAlgrthm != _WEP104_) && -+ (padapter->securitypriv.dot11PrivacyAlgrthm != _TKIP_)) { -+ rtw_ht_use_default_setting(padapter); -+ -+ rtw_build_wmm_ie_ht(padapter, &psecnetwork->IEs[12], &psecnetwork->IELength); -+ -+ /* rtw_restructure_ht_ie */ -+ rtw_restructure_ht_ie(padapter, &pnetwork->network.IEs[12], &psecnetwork->IEs[0], -+ pnetwork->network.IELength-12, &psecnetwork->IELength, -+ pnetwork->network.Configuration.DSConfig); -+ } -+ } -+ -+ rtw_append_exented_cap(padapter, &psecnetwork->IEs[0], &psecnetwork->IELength); -+ -+ pmlmeinfo->assoc_AP_vendor = check_assoc_AP(pnetwork->network.IEs, pnetwork->network.IELength); -+ -+ pcmd->cmdsz = get_wlan_bssid_ex_sz(psecnetwork);/* get cmdsz before endian conversion */ -+ -+ INIT_LIST_HEAD(&pcmd->list); -+ pcmd->cmdcode = _JoinBss_CMD_;/* GEN_CMD_CODE(_JoinBss) */ -+ pcmd->parmbuf = (unsigned char *)psecnetwork; -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+exit: -+ return res; -+} -+ -+u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue) /* for sta_mode */ -+{ -+ struct cmd_obj *cmdobj = NULL; -+ struct disconnect_parm *param = NULL; -+ struct cmd_priv *cmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+rtw_disassoc_cmd\n")); -+ -+ /* prepare cmd parameter */ -+ param = (struct disconnect_parm *)rtw_zmalloc(sizeof(*param)); -+ if (param == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ param->deauth_timeout_ms = deauth_timeout_ms; -+ -+ if (enqueue) { -+ /* need enqueue, prepare cmd_obj and enqueue */ -+ cmdobj = (struct cmd_obj *)rtw_zmalloc(sizeof(*cmdobj)); -+ if (cmdobj == NULL) { -+ res = _FAIL; -+ kfree((u8 *)param); -+ goto exit; -+ } -+ init_h2fwcmd_w_parm_no_rsp(cmdobj, param, _DisConnect_CMD_); -+ res = rtw_enqueue_cmd(cmdpriv, cmdobj); -+ } else { -+ /* no need to enqueue, do the cmd hdl directly and free cmd parameter */ -+ if (H2C_SUCCESS != disconnect_hdl(padapter, (u8 *)param)) -+ res = _FAIL; -+ kfree((u8 *)param); -+ } -+ -+exit: -+ return res; -+} -+ -+u8 rtw_setopmode_cmd(struct adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype, bool enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct setopmode_parm *psetop; -+ -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ psetop = (struct setopmode_parm *)rtw_zmalloc(sizeof(struct setopmode_parm)); -+ -+ if (psetop == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ psetop->mode = (u8)networktype; -+ -+ if (enqueue) { -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ kfree((u8 *)psetop); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } else{ -+ setopmode_hdl(padapter, (u8 *)psetop); -+ kfree((u8 *)psetop); -+ } -+exit: -+ return res; -+} -+ -+u8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct set_stakey_parm *psetstakey_para; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct set_stakey_rsp *psetstakey_rsp = NULL; -+ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ u8 res = _SUCCESS; -+ -+ psetstakey_para = (struct set_stakey_parm *)rtw_zmalloc(sizeof(struct set_stakey_parm)); -+ if (psetstakey_para == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ memcpy(psetstakey_para->addr, sta->hwaddr, ETH_ALEN); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ psetstakey_para->algorithm = (unsigned char) psecuritypriv->dot11PrivacyAlgrthm; -+ } else { -+ GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, false); -+ } -+ -+ if (unicast_key == true) { -+ memcpy(&psetstakey_para->key, &sta->dot118021x_UncstKey, 16); -+ } else{ -+ memcpy(&psetstakey_para->key, &psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey, 16); -+ } -+ -+ /* jeff: set this becasue at least sw key is ready */ -+ padapter->securitypriv.busetkipkey = true; -+ -+ if (enqueue) { -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ kfree((u8 *) psetstakey_para); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ psetstakey_rsp = (struct set_stakey_rsp *)rtw_zmalloc(sizeof(struct set_stakey_rsp)); -+ if (psetstakey_rsp == NULL) { -+ kfree((u8 *) ph2c); -+ kfree((u8 *) psetstakey_para); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); -+ ph2c->rsp = (u8 *) psetstakey_rsp; -+ ph2c->rspsz = sizeof(struct set_stakey_rsp); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } else{ -+ set_stakey_hdl(padapter, (u8 *)psetstakey_para); -+ kfree((u8 *) psetstakey_para); -+ } -+exit: -+ return res; -+} -+ -+u8 rtw_clearstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct set_stakey_parm *psetstakey_para; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct set_stakey_rsp *psetstakey_rsp = NULL; -+ s16 cam_id = 0; -+ u8 res = _SUCCESS; -+ -+ if (!enqueue) { -+ while ((cam_id = rtw_camid_search(padapter, sta->hwaddr, -1)) >= 0) { -+ DBG_871X_LEVEL(_drv_always_, "clear key for addr:"MAC_FMT", camid:%d\n", MAC_ARG(sta->hwaddr), cam_id); -+ clear_cam_entry(padapter, cam_id); -+ rtw_camid_free(padapter, cam_id); -+ } -+ } else{ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ psetstakey_para = (struct set_stakey_parm *)rtw_zmalloc(sizeof(struct set_stakey_parm)); -+ if (psetstakey_para == NULL) { -+ kfree((u8 *) ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ psetstakey_rsp = (struct set_stakey_rsp *)rtw_zmalloc(sizeof(struct set_stakey_rsp)); -+ if (psetstakey_rsp == NULL) { -+ kfree((u8 *) ph2c); -+ kfree((u8 *) psetstakey_para); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); -+ ph2c->rsp = (u8 *) psetstakey_rsp; -+ ph2c->rspsz = sizeof(struct set_stakey_rsp); -+ -+ memcpy(psetstakey_para->addr, sta->hwaddr, ETH_ALEN); -+ -+ psetstakey_para->algorithm = _NO_PRIVACY_; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+ } -+ -+exit: -+ return res; -+} -+ -+u8 rtw_addbareq_cmd(struct adapter *padapter, u8 tid, u8 *addr) -+{ -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct cmd_obj *ph2c; -+ struct addBaReq_parm *paddbareq_parm; -+ -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ paddbareq_parm = (struct addBaReq_parm *)rtw_zmalloc(sizeof(struct addBaReq_parm)); -+ if (paddbareq_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ paddbareq_parm->tid = tid; -+ memcpy(paddbareq_parm->addr, addr, ETH_ALEN); -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, paddbareq_parm, GEN_CMD_CODE(_AddBAReq)); -+ -+ /* DBG_871X("rtw_addbareq_cmd, tid =%d\n", tid); */ -+ -+ /* rtw_enqueue_cmd(pcmdpriv, ph2c); */ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+/* add for CONFIG_IEEE80211W, none 11w can use it */ -+u8 rtw_reset_securitypriv_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = RESET_SECURITYPRIV; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ -+ /* rtw_enqueue_cmd(pcmdpriv, ph2c); */ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+u8 rtw_free_assoc_resources_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = FREE_ASSOC_RESOURCES; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ -+ /* rtw_enqueue_cmd(pcmdpriv, ph2c); */ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+u8 rtw_dynamic_chk_wk_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ /* only primary padapter does this cmd */ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = DYNAMIC_CHK_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ -+ /* rtw_enqueue_cmd(pcmdpriv, ph2c); */ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig) -+{ -+ struct cmd_obj *pcmdobj; -+ struct SetChannelPlan_param *setChannelPlan_param; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ u8 res = _SUCCESS; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+rtw_set_chplan_cmd\n")); -+ -+ /* check if allow software config */ -+ if (swconfig && rtw_hal_is_disable_sw_channel_plan(padapter) == true) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ /* check input parameter */ -+ if (!rtw_is_channel_plan_valid(chplan)) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ /* prepare cmd parameter */ -+ setChannelPlan_param = (struct SetChannelPlan_param *)rtw_zmalloc(sizeof(struct SetChannelPlan_param)); -+ if (setChannelPlan_param == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ setChannelPlan_param->channel_plan = chplan; -+ -+ if (enqueue) { -+ /* need enqueue, prepare cmd_obj and enqueue */ -+ pcmdobj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmdobj == NULL) { -+ kfree((u8 *)setChannelPlan_param); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); -+ res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); -+ } else{ -+ /* no need to enqueue, do the cmd hdl directly and free cmd parameter */ -+ if (H2C_SUCCESS != set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param)) -+ res = _FAIL; -+ -+ kfree((u8 *)setChannelPlan_param); -+ } -+ -+ /* do something based on res... */ -+ if (res == _SUCCESS) -+ padapter->mlmepriv.ChannelPlan = chplan; -+ -+exit: -+ return res; -+} -+ -+static void collect_traffic_statistics(struct adapter *padapter) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ -+ /* Tx */ -+ pdvobjpriv->traffic_stat.tx_bytes = padapter->xmitpriv.tx_bytes; -+ pdvobjpriv->traffic_stat.tx_pkts = padapter->xmitpriv.tx_pkts; -+ pdvobjpriv->traffic_stat.tx_drop = padapter->xmitpriv.tx_drop; -+ -+ /* Rx */ -+ pdvobjpriv->traffic_stat.rx_bytes = padapter->recvpriv.rx_bytes; -+ pdvobjpriv->traffic_stat.rx_pkts = padapter->recvpriv.rx_pkts; -+ pdvobjpriv->traffic_stat.rx_drop = padapter->recvpriv.rx_drop; -+ -+ /* Calculate throughput in last interval */ -+ pdvobjpriv->traffic_stat.cur_tx_bytes = pdvobjpriv->traffic_stat.tx_bytes - pdvobjpriv->traffic_stat.last_tx_bytes; -+ pdvobjpriv->traffic_stat.cur_rx_bytes = pdvobjpriv->traffic_stat.rx_bytes - pdvobjpriv->traffic_stat.last_rx_bytes; -+ pdvobjpriv->traffic_stat.last_tx_bytes = pdvobjpriv->traffic_stat.tx_bytes; -+ pdvobjpriv->traffic_stat.last_rx_bytes = pdvobjpriv->traffic_stat.rx_bytes; -+ -+ pdvobjpriv->traffic_stat.cur_tx_tp = (u32)(pdvobjpriv->traffic_stat.cur_tx_bytes * 8/2/1024/1024); -+ pdvobjpriv->traffic_stat.cur_rx_tp = (u32)(pdvobjpriv->traffic_stat.cur_rx_bytes * 8/2/1024/1024); -+} -+ -+u8 traffic_status_watchdog(struct adapter *padapter, u8 from_timer) -+{ -+ u8 bEnterPS = false; -+ u16 BusyThresholdHigh = 25; -+ u16 BusyThresholdLow = 10; -+ u16 BusyThreshold = BusyThresholdHigh; -+ u8 bBusyTraffic = false, bTxBusyTraffic = false, bRxBusyTraffic = false; -+ u8 bHigherBusyTraffic = false, bHigherBusyRxTraffic = false, bHigherBusyTxTraffic = false; -+ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ RT_LINK_DETECT_T *link_detect = &pmlmepriv->LinkDetectInfo; -+ -+ collect_traffic_statistics(padapter); -+ -+ /* */ -+ /* Determine if our traffic is busy now */ -+ /* */ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) -+ /*&& !MgntInitAdapterInProgress(pMgntInfo)*/) { -+ /* if we raise bBusyTraffic in last watchdog, using lower threshold. */ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ BusyThreshold = BusyThresholdLow; -+ -+ if (pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > BusyThreshold || -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod > BusyThreshold) { -+ bBusyTraffic = true; -+ -+ if (pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) -+ bRxBusyTraffic = true; -+ else -+ bTxBusyTraffic = true; -+ } -+ -+ /* Higher Tx/Rx data. */ -+ if (pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > 4000 || -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod > 4000) { -+ bHigherBusyTraffic = true; -+ -+ if (pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) -+ bHigherBusyRxTraffic = true; -+ else -+ bHigherBusyTxTraffic = true; -+ } -+ -+#ifdef CONFIG_TRAFFIC_PROTECT -+#define TX_ACTIVE_TH 10 -+#define RX_ACTIVE_TH 20 -+#define TRAFFIC_PROTECT_PERIOD_MS 4500 -+ -+ if (link_detect->NumTxOkInPeriod > TX_ACTIVE_TH -+ || link_detect->NumRxUnicastOkInPeriod > RX_ACTIVE_TH) { -+ -+ DBG_871X_LEVEL(_drv_info_, FUNC_ADPT_FMT" acqiure wake_lock for %u ms(tx:%d, rx_unicast:%d)\n", -+ FUNC_ADPT_ARG(padapter), -+ TRAFFIC_PROTECT_PERIOD_MS, -+ link_detect->NumTxOkInPeriod, -+ link_detect->NumRxUnicastOkInPeriod); -+ } -+#endif -+ -+ /* check traffic for powersaving. */ -+ if (((pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod + pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) > 8) || -+ (pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod > 2)) { -+ /* DBG_871X("(-)Tx = %d, Rx = %d\n", pmlmepriv->LinkDetectInfo.NumTxOkInPeriod, pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); */ -+ bEnterPS = false; -+ -+ if (bBusyTraffic == true) { -+ if (pmlmepriv->LinkDetectInfo.TrafficTransitionCount <= 4) -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 4; -+ -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount++; -+ -+ /* DBG_871X("Set TrafficTransitionCount to %d\n", pmlmepriv->LinkDetectInfo.TrafficTransitionCount); */ -+ -+ if (pmlmepriv->LinkDetectInfo.TrafficTransitionCount > 30/*TrafficTransitionLevel*/) { -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 30; -+ } -+ } -+ } else{ -+ /* DBG_871X("(+)Tx = %d, Rx = %d\n", pmlmepriv->LinkDetectInfo.NumTxOkInPeriod, pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); */ -+ -+ if (pmlmepriv->LinkDetectInfo.TrafficTransitionCount >= 2) -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount -= 2; -+ else -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ -+ if (pmlmepriv->LinkDetectInfo.TrafficTransitionCount == 0) -+ bEnterPS = true; -+ } -+ -+ /* LeisurePS only work in infra mode. */ -+ if (bEnterPS) { -+ if (!from_timer) -+ LPS_Enter(padapter, "TRAFFIC_IDLE"); -+ } else { -+ if (!from_timer) -+ LPS_Leave(padapter, "TRAFFIC_BUSY"); -+ else -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_TRAFFIC_BUSY, 1); -+ } -+ } else{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ int n_assoc_iface = 0; -+ -+ if (check_fwstate(&(dvobj->padapters->mlmepriv), WIFI_ASOC_STATE)) -+ n_assoc_iface++; -+ -+ if (!from_timer && n_assoc_iface == 0) -+ LPS_Leave(padapter, "NON_LINKED"); -+ } -+ -+ pmlmepriv->LinkDetectInfo.NumRxOkInPeriod = 0; -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod = 0; -+ pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod = 0; -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = bBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bTxBusyTraffic = bTxBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bRxBusyTraffic = bRxBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bHigherBusyTraffic = bHigherBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bHigherBusyRxTraffic = bHigherBusyRxTraffic; -+ pmlmepriv->LinkDetectInfo.bHigherBusyTxTraffic = bHigherBusyTxTraffic; -+ -+ return bEnterPS; -+ -+} -+ -+static void dynamic_chk_wk_hdl(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv; -+ pmlmepriv = &(padapter->mlmepriv); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ expire_timeout_chk(padapter); -+ } -+ -+ /* for debug purpose */ -+ _linked_info_dump(padapter); -+ -+ -+ /* if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING|_FW_UNDER_SURVEY) ==false) */ -+ { -+ linked_status_chk(padapter); -+ traffic_status_watchdog(padapter, 0); -+ } -+ -+ rtw_hal_dm_watchdog(padapter); -+ -+ /* check_hw_pbc(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->type); */ -+ -+ /* */ -+ /* BT-Coexist */ -+ /* */ -+ rtw_btcoex_Handler(padapter); -+ -+ -+ /* always call rtw_ps_processor() at last one. */ -+ if (is_primary_adapter(padapter)) -+ rtw_ps_processor(padapter); -+} -+ -+void lps_ctrl_wk_hdl(struct adapter *padapter, u8 lps_ctrl_type); -+void lps_ctrl_wk_hdl(struct adapter *padapter, u8 lps_ctrl_type) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 mstatus; -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) -+ || (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true)) { -+ return; -+ } -+ -+ switch (lps_ctrl_type) { -+ case LPS_CTRL_SCAN: -+ /* DBG_871X("LPS_CTRL_SCAN\n"); */ -+ rtw_btcoex_ScanNotify(padapter, true); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { -+ /* connect */ -+ LPS_Leave(padapter, "LPS_CTRL_SCAN"); -+ } -+ break; -+ case LPS_CTRL_JOINBSS: -+ /* DBG_871X("LPS_CTRL_JOINBSS\n"); */ -+ LPS_Leave(padapter, "LPS_CTRL_JOINBSS"); -+ break; -+ case LPS_CTRL_CONNECT: -+ /* DBG_871X("LPS_CTRL_CONNECT\n"); */ -+ mstatus = 1;/* connect */ -+ /* Reset LPS Setting */ -+ pwrpriv->LpsIdleCount = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_JOINBSSRPT, (u8 *)(&mstatus)); -+ rtw_btcoex_MediaStatusNotify(padapter, mstatus); -+ break; -+ case LPS_CTRL_DISCONNECT: -+ /* DBG_871X("LPS_CTRL_DISCONNECT\n"); */ -+ mstatus = 0;/* disconnect */ -+ rtw_btcoex_MediaStatusNotify(padapter, mstatus); -+ LPS_Leave(padapter, "LPS_CTRL_DISCONNECT"); -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_JOINBSSRPT, (u8 *)(&mstatus)); -+ break; -+ case LPS_CTRL_SPECIAL_PACKET: -+ /* DBG_871X("LPS_CTRL_SPECIAL_PACKET\n"); */ -+ pwrpriv->DelayLPSLastTimeStamp = jiffies; -+ rtw_btcoex_SpecialPacketNotify(padapter, PACKET_DHCP); -+ LPS_Leave(padapter, "LPS_CTRL_SPECIAL_PACKET"); -+ break; -+ case LPS_CTRL_LEAVE: -+ /* DBG_871X("LPS_CTRL_LEAVE\n"); */ -+ LPS_Leave(padapter, "LPS_CTRL_LEAVE"); -+ break; -+ case LPS_CTRL_TRAFFIC_BUSY: -+ LPS_Leave(padapter, "LPS_CTRL_TRAFFIC_BUSY"); -+ default: -+ break; -+ } -+} -+ -+u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ /* struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); */ -+ u8 res = _SUCCESS; -+ -+ /* if (!pwrctrlpriv->bLeisurePs) */ -+ /* return res; */ -+ -+ if (enqueue) { -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = LPS_CTRL_WK_CID; -+ pdrvextra_cmd_parm->type = lps_ctrl_type; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } else{ -+ lps_ctrl_wk_hdl(padapter, lps_ctrl_type); -+ } -+ -+exit: -+ return res; -+} -+ -+static void rtw_dm_in_lps_hdl(struct adapter *padapter) -+{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DM_IN_LPS, NULL); -+} -+ -+u8 rtw_dm_in_lps_wk_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = DM_IN_LPS_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+static void rtw_lps_change_dtim_hdl(struct adapter *padapter, u8 dtim) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ if (dtim <= 0 || dtim > 16) -+ return; -+ -+ if (rtw_btcoex_IsBtControlLps(padapter) == true) -+ return; -+ -+ down(&pwrpriv->lock); -+ -+ if (pwrpriv->dtim != dtim) { -+ DBG_871X("change DTIM from %d to %d, bFwCurrentInPSMode =%d, ps_mode =%d\n", pwrpriv->dtim, dtim, -+ pwrpriv->bFwCurrentInPSMode, pwrpriv->pwr_mode); -+ -+ pwrpriv->dtim = dtim; -+ } -+ -+ if ((pwrpriv->bFwCurrentInPSMode == true) && (pwrpriv->pwr_mode > PS_MODE_ACTIVE)) { -+ u8 ps_mode = pwrpriv->pwr_mode; -+ -+ /* DBG_871X("change DTIM from %d to %d, ps_mode =%d\n", pwrpriv->dtim, dtim, ps_mode); */ -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&ps_mode)); -+ } -+ -+ up(&pwrpriv->lock); -+} -+ -+static void rtw_dm_ra_mask_hdl(struct adapter *padapter, struct sta_info *psta) -+{ -+ if (psta) { -+ set_sta_rate(padapter, psta); -+ } -+} -+ -+u8 rtw_dm_ra_mask_wk_cmd(struct adapter *padapter, u8 *psta) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = DM_RA_MSK_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = psta; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+static void power_saving_wk_hdl(struct adapter *padapter) -+{ -+ rtw_ps_processor(padapter); -+} -+ -+/* add for CONFIG_IEEE80211W, none 11w can use it */ -+static void reset_securitypriv_hdl(struct adapter *padapter) -+{ -+ rtw_reset_securitypriv(padapter); -+} -+ -+static void free_assoc_resources_hdl(struct adapter *padapter) -+{ -+ rtw_free_assoc_resources(padapter, 1); -+} -+ -+u8 rtw_ps_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ppscmd; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ppscmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ppscmd == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ppscmd); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = POWER_SAVING_CTRL_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ init_h2fwcmd_w_parm_no_rsp(ppscmd, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ppscmd); -+ -+exit: -+ return res; -+} -+ -+static void rtw_chk_hi_queue_hdl(struct adapter *padapter) -+{ -+ struct sta_info *psta_bmc; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ unsigned long start = jiffies; -+ u8 empty = false; -+ -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ if (!psta_bmc) -+ return; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_CHK_HI_QUEUE_EMPTY, &empty); -+ -+ while (false == empty && jiffies_to_msecs(jiffies - start) < g_wait_hiq_empty) { -+ msleep(100); -+ rtw_hal_get_hwreg(padapter, HW_VAR_CHK_HI_QUEUE_EMPTY, &empty); -+ } -+ -+ if (psta_bmc->sleepq_len == 0) { -+ if (empty == _SUCCESS) { -+ bool update_tim = false; -+ -+ if (pstapriv->tim_bitmap & BIT(0)) -+ update_tim = true; -+ -+ pstapriv->tim_bitmap &= ~BIT(0); -+ pstapriv->sta_dz_bitmap &= ~BIT(0); -+ -+ if (update_tim == true) -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ } else{/* re check again */ -+ rtw_chk_hi_queue_cmd(padapter); -+ } -+ -+ } -+ -+} -+ -+u8 rtw_chk_hi_queue_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = CHECK_HIQ_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+struct btinfo { -+ u8 cid; -+ u8 len; -+ -+ u8 bConnection:1; -+ u8 bSCOeSCO:1; -+ u8 bInQPage:1; -+ u8 bACLBusy:1; -+ u8 bSCOBusy:1; -+ u8 bHID:1; -+ u8 bA2DP:1; -+ u8 bFTP:1; -+ -+ u8 retry_cnt:4; -+ u8 rsvd_34:1; -+ u8 rsvd_35:1; -+ u8 rsvd_36:1; -+ u8 rsvd_37:1; -+ -+ u8 rssi; -+ -+ u8 rsvd_50:1; -+ u8 rsvd_51:1; -+ u8 rsvd_52:1; -+ u8 rsvd_53:1; -+ u8 rsvd_54:1; -+ u8 rsvd_55:1; -+ u8 eSCO_SCO:1; -+ u8 Master_Slave:1; -+ -+ u8 rsvd_6; -+ u8 rsvd_7; -+}; -+ -+static void rtw_btinfo_hdl(struct adapter *adapter, u8 *buf, u16 buf_len) -+{ -+ #define BTINFO_WIFI_FETCH 0x23 -+ #define BTINFO_BT_AUTO_RPT 0x27 -+ struct btinfo *info = (struct btinfo *)buf; -+ u8 cmd_idx; -+ u8 len; -+ -+ cmd_idx = info->cid; -+ -+ if (info->len > buf_len-2) { -+ rtw_warn_on(1); -+ len = buf_len-2; -+ } else { -+ len = info->len; -+ } -+ -+/* define DBG_PROC_SET_BTINFO_EVT */ -+#ifdef DBG_PROC_SET_BTINFO_EVT -+ btinfo_evt_dump(RTW_DBGDUMP, info); -+#endif -+ -+ /* transform BT-FW btinfo to WiFI-FW C2H format and notify */ -+ if (cmd_idx == BTINFO_WIFI_FETCH) -+ buf[1] = 0; -+ else if (cmd_idx == BTINFO_BT_AUTO_RPT) -+ buf[1] = 2; -+ rtw_btcoex_BtInfoNotify(adapter, len+1, &buf[1]); -+} -+ -+u8 rtw_c2h_packet_wk_cmd(struct adapter *padapter, u8 *pbuf, u16 length) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((u8 *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = C2H_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = length; -+ pdrvextra_cmd_parm->pbuf = pbuf; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+/* dont call R/W in this function, beucase SDIO interrupt have claim host */ -+/* or deadlock will happen and cause special-systemserver-died in android */ -+u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ kfree((u8 *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = C2H_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = c2h_evt?16:0; -+ pdrvextra_cmd_parm->pbuf = c2h_evt; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+} -+ -+static void c2h_wk_callback(_workitem *work) -+{ -+ struct evt_priv *evtpriv = container_of(work, struct evt_priv, c2h_wk); -+ struct adapter *adapter = container_of(evtpriv, struct adapter, evtpriv); -+ u8 *c2h_evt; -+ c2h_id_filter ccx_id_filter = rtw_hal_c2h_id_filter_ccx(adapter); -+ -+ evtpriv->c2h_wk_alive = true; -+ -+ while (!rtw_cbuf_empty(evtpriv->c2h_queue)) { -+ c2h_evt = (u8 *)rtw_cbuf_pop(evtpriv->c2h_queue); -+ if (c2h_evt != NULL) { -+ /* This C2H event is read, clear it */ -+ c2h_evt_clear(adapter); -+ } else{ -+ c2h_evt = (u8 *)rtw_malloc(16); -+ if (c2h_evt != NULL) { -+ /* This C2H event is not read, read & clear now */ -+ if (rtw_hal_c2h_evt_read(adapter, c2h_evt) != _SUCCESS) { -+ kfree(c2h_evt); -+ continue; -+ } -+ } -+ } -+ -+ /* Special pointer to trigger c2h_evt_clear only */ -+ if ((void *)c2h_evt == (void *)evtpriv) -+ continue; -+ -+ if (!rtw_hal_c2h_valid(adapter, c2h_evt)) { -+ kfree(c2h_evt); -+ continue; -+ } -+ -+ if (ccx_id_filter(c2h_evt) == true) { -+ /* Handle CCX report here */ -+ rtw_hal_c2h_handler(adapter, c2h_evt); -+ kfree(c2h_evt); -+ } else{ -+ /* Enqueue into cmd_thread for others */ -+ rtw_c2h_wk_cmd(adapter, c2h_evt); -+ } -+ } -+ -+ evtpriv->c2h_wk_alive = false; -+} -+ -+u8 rtw_drvextra_cmd_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ struct drvextra_cmd_parm *pdrvextra_cmd; -+ -+ if (!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; -+ -+ switch (pdrvextra_cmd->ec_id) { -+ case DYNAMIC_CHK_WK_CID:/* only primary padapter go to this cmd, but execute dynamic_chk_wk_hdl() for two interfaces */ -+ dynamic_chk_wk_hdl(padapter); -+ break; -+ case POWER_SAVING_CTRL_WK_CID: -+ power_saving_wk_hdl(padapter); -+ break; -+ case LPS_CTRL_WK_CID: -+ lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); -+ break; -+ case DM_IN_LPS_WK_CID: -+ rtw_dm_in_lps_hdl(padapter); -+ break; -+ case LPS_CHANGE_DTIM_CID: -+ rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); -+ break; -+ case CHECK_HIQ_WK_CID: -+ rtw_chk_hi_queue_hdl(padapter); -+ break; -+#ifdef CONFIG_INTEL_WIDI -+ case INTEl_WIDI_WK_CID: -+ intel_widi_wk_hdl(padapter, pdrvextra_cmd->type, pdrvextra_cmd->pbuf); -+ break; -+#endif /* CONFIG_INTEL_WIDI */ -+ /* add for CONFIG_IEEE80211W, none 11w can use it */ -+ case RESET_SECURITYPRIV: -+ reset_securitypriv_hdl(padapter); -+ break; -+ case FREE_ASSOC_RESOURCES: -+ free_assoc_resources_hdl(padapter); -+ break; -+ case C2H_WK_CID: -+ rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); -+ break; -+ case DM_RA_MSK_WK_CID: -+ rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); -+ break; -+ case BTINFO_WK_CID: -+ rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); -+ break; -+ default: -+ break; -+ } -+ -+ if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) { -+ kfree(pdrvextra_cmd->pbuf); -+ } -+ -+ return H2C_SUCCESS; -+} -+ -+void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (pcmd->res == H2C_DROPPED) { -+ /* TODO: cancel timer and do timeout handler directly... */ -+ /* need to make timeout handlerOS independent */ -+ _set_timer(&pmlmepriv->scan_to_timer, 1); -+ } else if (pcmd->res != H2C_SUCCESS) { -+ _set_timer(&pmlmepriv->scan_to_timer, 1); -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\n ********Error: MgntActrtw_set_802_11_bssid_LIST_SCAN Fail ************\n\n.")); -+ } -+ -+ /* free cmd */ -+ rtw_free_cmd_obj(pcmd); -+} -+ -+void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (pcmd->res != H2C_SUCCESS) { -+ spin_lock_bh(&pmlmepriv->lock); -+ set_fwstate(pmlmepriv, _FW_LINKED); -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\n ***Error: disconnect_cmd_callback Fail ***\n.")); -+ return; -+ } -+ /* free cmd */ -+ rtw_free_cmd_obj(pcmd); -+} -+ -+void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (pcmd->res == H2C_DROPPED) { -+ /* TODO: cancel timer and do timeout handler directly... */ -+ /* need to make timeout handlerOS independent */ -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ } else if (pcmd->res != H2C_SUCCESS) { -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ } -+ -+ rtw_free_cmd_obj(pcmd); -+} -+ -+void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd) -+{ -+ u8 timer_cancelled; -+ struct sta_info *psta = NULL; -+ struct wlan_network *pwlan = NULL; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex *)pcmd->parmbuf; -+ struct wlan_network *tgt_network = &(pmlmepriv->cur_network); -+ -+ if (pcmd->parmbuf == NULL) -+ goto exit; -+ -+ if ((pcmd->res != H2C_SUCCESS)) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\n ********Error: rtw_createbss_cmd_callback Fail ************\n\n.")); -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ } -+ -+ _cancel_timer(&pmlmepriv->assoc_timer, &timer_cancelled); -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ psta = rtw_get_stainfo(&padapter->stapriv, pnetwork->MacAddress); -+ if (!psta) { -+ psta = rtw_alloc_stainfo(&padapter->stapriv, pnetwork->MacAddress); -+ if (psta == NULL) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\nCan't alloc sta_info when createbss_cmd_callback\n")); -+ goto createbss_cmd_fail; -+ } -+ } -+ -+ rtw_indicate_connect(padapter); -+ } else{ -+ pwlan = _rtw_alloc_network(pmlmepriv); -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ if (pwlan == NULL) { -+ pwlan = rtw_get_oldest_wlan_network(&pmlmepriv->scanned_queue); -+ if (pwlan == NULL) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\n Error: can't get pwlan in rtw_joinbss_event_callback\n")); -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ goto createbss_cmd_fail; -+ } -+ pwlan->last_scanned = jiffies; -+ } else{ -+ list_add_tail(&(pwlan->list), &pmlmepriv->scanned_queue.queue); -+ } -+ -+ pnetwork->Length = get_wlan_bssid_ex_sz(pnetwork); -+ memcpy(&(pwlan->network), pnetwork, pnetwork->Length); -+ /* pwlan->fixed = true; */ -+ -+ /* list_add_tail(&(pwlan->list), &pmlmepriv->scanned_queue.queue); */ -+ -+ /* copy pdev_network information to pmlmepriv->cur_network */ -+ memcpy(&tgt_network->network, pnetwork, (get_wlan_bssid_ex_sz(pnetwork))); -+ -+ /* reset DSConfig */ -+ /* tgt_network->network.Configuration.DSConfig = (u32)rtw_ch2freq(pnetwork->Configuration.DSConfig); */ -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ /* we will set _FW_LINKED when there is one more sat to join us (rtw_stassoc_event_callback) */ -+ -+ } -+ -+createbss_cmd_fail: -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+exit: -+ rtw_free_cmd_obj(pcmd); -+} -+ -+ -+ -+void rtw_setstaKey_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd) -+{ -+ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *) (pcmd->rsp); -+ struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); -+ -+ if (psta == NULL) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\nERROR: rtw_setstaKey_cmdrsp_callback => can't get sta_info\n\n")); -+ goto exit; -+ } -+exit: -+ rtw_free_cmd_obj(pcmd); -+} -+ -+void rtw_setassocsta_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct set_assocsta_parm *passocsta_parm = (struct set_assocsta_parm *)(pcmd->parmbuf); -+ struct set_assocsta_rsp *passocsta_rsp = (struct set_assocsta_rsp *) (pcmd->rsp); -+ struct sta_info *psta = rtw_get_stainfo(pstapriv, passocsta_parm->addr); -+ -+ if (psta == NULL) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\nERROR: setassocsta_cmdrsp_callbac => can't get sta_info\n\n")); -+ goto exit; -+ } -+ -+ psta->aid = psta->mac_id = passocsta_rsp->cam_id; -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_MP_STATE) == true) && (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true)) -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ set_fwstate(pmlmepriv, _FW_LINKED); -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+exit: -+ rtw_free_cmd_obj(pcmd); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_debug.c linux/3rdparty/rtl8723bs/core/rtw_debug.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_debug.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_debug.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1453 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_DEBUG_C_ -+ -+#include -+#include -+ -+u32 GlobalDebugLevel = _drv_err_; -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ -+ u64 GlobalDebugComponents = \ -+ _module_rtl871x_xmit_c_ | -+ _module_xmit_osdep_c_ | -+ _module_rtl871x_recv_c_ | -+ _module_recv_osdep_c_ | -+ _module_rtl871x_mlme_c_ | -+ _module_mlme_osdep_c_ | -+ _module_rtl871x_sta_mgt_c_ | -+ _module_rtl871x_cmd_c_ | -+ _module_cmd_osdep_c_ | -+ _module_rtl871x_io_c_ | -+ _module_io_osdep_c_ | -+ _module_os_intfs_c_| -+ _module_rtl871x_security_c_| -+ _module_rtl871x_eeprom_c_| -+ _module_hal_init_c_| -+ _module_hci_hal_init_c_| -+ _module_rtl871x_ioctl_c_| -+ _module_rtl871x_ioctl_set_c_| -+ _module_rtl871x_ioctl_query_c_| -+ _module_rtl871x_pwrctrl_c_| -+ _module_hci_intfs_c_| -+ _module_hci_ops_c_| -+ _module_hci_ops_os_c_| -+ _module_rtl871x_ioctl_os_c| -+ _module_rtl8712_cmd_c_| -+ _module_hal_xmit_c_| -+ _module_rtl8712_recv_c_ | -+ _module_mp_ | -+ _module_efuse_; -+ -+#endif /* CONFIG_DEBUG_RTL871X */ -+ -+#include -+ -+void dump_drv_version(void *sel) -+{ -+ DBG_871X_SEL_NL(sel, "%s %s\n", "rtl8723bs", DRIVERVERSION); -+} -+ -+void dump_log_level(void *sel) -+{ -+ DBG_871X_SEL_NL(sel, "log_level:%d\n", GlobalDebugLevel); -+} -+ -+void sd_f0_reg_dump(void *sel, struct adapter *adapter) -+{ -+ int i; -+ -+ for (i = 0x0; i <= 0xff; i++) { -+ if (i%16 == 0) -+ DBG_871X_SEL_NL(sel, "0x%02x ", i); -+ -+ DBG_871X_SEL(sel, "%02x ", rtw_sd_f0_read8(adapter, i)); -+ -+ if (i%16 == 15) -+ DBG_871X_SEL(sel, "\n"); -+ else if (i%8 == 7) -+ DBG_871X_SEL(sel, "\t"); -+ } -+} -+ -+void mac_reg_dump(void *sel, struct adapter *adapter) -+{ -+ int i, j = 1; -+ -+ DBG_871X_SEL_NL(sel, "======= MAC REG =======\n"); -+ -+ for (i = 0x0; i < 0x800; i += 4) { -+ if (j%4 == 1) -+ DBG_871X_SEL_NL(sel, "0x%03x", i); -+ DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter, i)); -+ if ((j++)%4 == 0) -+ DBG_871X_SEL(sel, "\n"); -+ } -+} -+ -+void bb_reg_dump(void *sel, struct adapter *adapter) -+{ -+ int i, j = 1; -+ -+ DBG_871X_SEL_NL(sel, "======= BB REG =======\n"); -+ for (i = 0x800; i < 0x1000 ; i += 4) { -+ if (j%4 == 1) -+ DBG_871X_SEL_NL(sel, "0x%03x", i); -+ DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter, i)); -+ if ((j++)%4 == 0) -+ DBG_871X_SEL(sel, "\n"); -+ } -+} -+ -+void rf_reg_dump(void *sel, struct adapter *adapter) -+{ -+ int i, j = 1, path; -+ u32 value; -+ u8 rf_type = 0; -+ u8 path_nums = 0; -+ -+ rtw_hal_get_hwreg(adapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if ((RF_1T2R == rf_type) || (RF_1T1R == rf_type)) -+ path_nums = 1; -+ else -+ path_nums = 2; -+ -+ DBG_871X_SEL_NL(sel, "======= RF REG =======\n"); -+ -+ for (path = 0; path < path_nums; path++) { -+ DBG_871X_SEL_NL(sel, "RF_Path(%x)\n", path); -+ for (i = 0; i < 0x100; i++) { -+ value = rtw_hal_read_rfreg(adapter, path, i, 0xffffffff); -+ if (j%4 == 1) -+ DBG_871X_SEL_NL(sel, "0x%02x ", i); -+ DBG_871X_SEL(sel, " 0x%08x ", value); -+ if ((j++)%4 == 0) -+ DBG_871X_SEL(sel, "\n"); -+ } -+ } -+} -+ -+#ifdef CONFIG_PROC_DEBUG -+ssize_t proc_set_write_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 addr, val, len; -+ -+ if (count < 3) { -+ DBG_871X("argument size is less than 3\n"); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%x %x %x", &addr, &val, &len); -+ -+ if (num != 3) { -+ DBG_871X("invalid write_reg parameter!\n"); -+ return count; -+ } -+ -+ switch (len) { -+ case 1: -+ rtw_write8(padapter, addr, (u8)val); -+ break; -+ case 2: -+ rtw_write16(padapter, addr, (u16)val); -+ break; -+ case 4: -+ rtw_write32(padapter, addr, val); -+ break; -+ default: -+ DBG_871X("error write length =%d", len); -+ break; -+ } -+ -+ } -+ -+ return count; -+ -+} -+ -+static u32 proc_get_read_addr = 0xeeeeeeee; -+static u32 proc_get_read_len = 0x4; -+ -+int proc_get_read_reg(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ if (proc_get_read_addr == 0xeeeeeeee) { -+ DBG_871X_SEL_NL(m, "address not initialized\n"); -+ return 0; -+ } -+ -+ switch (proc_get_read_len) { -+ case 1: -+ DBG_871X_SEL_NL(m, "rtw_read8(0x%x) = 0x%x\n", proc_get_read_addr, rtw_read8(padapter, proc_get_read_addr)); -+ break; -+ case 2: -+ DBG_871X_SEL_NL(m, "rtw_read16(0x%x) = 0x%x\n", proc_get_read_addr, rtw_read16(padapter, proc_get_read_addr)); -+ break; -+ case 4: -+ DBG_871X_SEL_NL(m, "rtw_read32(0x%x) = 0x%x\n", proc_get_read_addr, rtw_read32(padapter, proc_get_read_addr)); -+ break; -+ default: -+ DBG_871X_SEL_NL(m, "error read length =%d\n", proc_get_read_len); -+ break; -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_read_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ char tmp[16]; -+ u32 addr, len; -+ -+ if (count < 2) { -+ DBG_871X("argument size is less than 2\n"); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%x %x", &addr, &len); -+ -+ if (num != 2) { -+ DBG_871X("invalid read_reg parameter!\n"); -+ return count; -+ } -+ -+ proc_get_read_addr = addr; -+ -+ proc_get_read_len = len; -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_fwstate(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_871X_SEL_NL(m, "fwstate = 0x%x\n", get_fwstate(pmlmepriv)); -+ -+ return 0; -+} -+ -+int proc_get_sec_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct security_priv *sec = &padapter->securitypriv; -+ -+ DBG_871X_SEL_NL(m, "auth_alg = 0x%x, enc_alg = 0x%x, auth_type = 0x%x, enc_type = 0x%x\n", -+ sec->dot11AuthAlgrthm, sec->dot11PrivacyAlgrthm, -+ sec->ndisauthtype, sec->ndisencryptstatus); -+ -+ DBG_871X_SEL_NL(m, "hw_decrypted =%d\n", sec->hw_decrypted); -+ -+#ifdef DBG_SW_SEC_CNT -+ DBG_871X_SEL_NL(m, "wep_sw_enc_cnt =%llu, %llu, %llu\n" -+ , sec->wep_sw_enc_cnt_bc, sec->wep_sw_enc_cnt_mc, sec->wep_sw_enc_cnt_uc); -+ DBG_871X_SEL_NL(m, "wep_sw_dec_cnt =%llu, %llu, %llu\n" -+ , sec->wep_sw_dec_cnt_bc, sec->wep_sw_dec_cnt_mc, sec->wep_sw_dec_cnt_uc); -+ -+ DBG_871X_SEL_NL(m, "tkip_sw_enc_cnt =%llu, %llu, %llu\n" -+ , sec->tkip_sw_enc_cnt_bc, sec->tkip_sw_enc_cnt_mc, sec->tkip_sw_enc_cnt_uc); -+ DBG_871X_SEL_NL(m, "tkip_sw_dec_cnt =%llu, %llu, %llu\n" -+ , sec->tkip_sw_dec_cnt_bc, sec->tkip_sw_dec_cnt_mc, sec->tkip_sw_dec_cnt_uc); -+ -+ DBG_871X_SEL_NL(m, "aes_sw_enc_cnt =%llu, %llu, %llu\n" -+ , sec->aes_sw_enc_cnt_bc, sec->aes_sw_enc_cnt_mc, sec->aes_sw_enc_cnt_uc); -+ DBG_871X_SEL_NL(m, "aes_sw_dec_cnt =%llu, %llu, %llu\n" -+ , sec->aes_sw_dec_cnt_bc, sec->aes_sw_dec_cnt_mc, sec->aes_sw_dec_cnt_uc); -+#endif /* DBG_SW_SEC_CNT */ -+ -+ return 0; -+} -+ -+int proc_get_mlmext_state(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X_SEL_NL(m, "pmlmeinfo->state = 0x%x\n", pmlmeinfo->state); -+ -+ return 0; -+} -+ -+int proc_get_roam_flags(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "0x%02x\n", rtw_roam_flags(adapter)); -+ -+ return 0; -+} -+ -+ssize_t proc_set_roam_flags(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ char tmp[32]; -+ u8 flags; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%hhx", &flags); -+ -+ if (num == 1) -+ rtw_assign_roam_flags(adapter, flags); -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_roam_param(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ -+ DBG_871X_SEL_NL(m, "%12s %12s %11s\n", "rssi_diff_th", "scanr_exp_ms", "scan_int_ms"); -+ DBG_871X_SEL_NL(m, "%-12u %-12u %-11u\n" -+ , mlme->roam_rssi_diff_th -+ , mlme->roam_scanr_exp_ms -+ , mlme->roam_scan_int_ms -+ ); -+ -+ return 0; -+} -+ -+ssize_t proc_set_roam_param(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ -+ char tmp[32]; -+ u8 rssi_diff_th; -+ u32 scanr_exp_ms; -+ u32 scan_int_ms; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%hhu %u %u", &rssi_diff_th, &scanr_exp_ms, &scan_int_ms); -+ -+ if (num >= 1) -+ mlme->roam_rssi_diff_th = rssi_diff_th; -+ if (num >= 2) -+ mlme->roam_scanr_exp_ms = scanr_exp_ms; -+ if (num >= 3) -+ mlme->roam_scan_int_ms = scan_int_ms; -+ } -+ -+ return count; -+ -+} -+ -+ssize_t proc_set_roam_tgt_addr(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ char tmp[32]; -+ u8 addr[ETH_ALEN]; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", addr, addr+1, addr+2, addr+3, addr+4, addr+5); -+ if (num == 6) -+ memcpy(adapter->mlmepriv.roam_tgt_addr, addr, ETH_ALEN); -+ -+ DBG_871X("set roam_tgt_addr to "MAC_FMT"\n", MAC_ARG(adapter->mlmepriv.roam_tgt_addr)); -+ } -+ -+ return count; -+} -+ -+int proc_get_qos_option(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_871X_SEL_NL(m, "qos_option =%d\n", pmlmepriv->qospriv.qos_option); -+ -+ return 0; -+} -+ -+int proc_get_ht_option(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_871X_SEL_NL(m, "ht_option =%d\n", pmlmepriv->htpriv.ht_option); -+ -+ return 0; -+} -+ -+int proc_get_rf_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ DBG_871X_SEL_NL(m, "cur_ch =%d, cur_bw =%d, cur_ch_offet =%d\n", -+ pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); -+ -+ DBG_871X_SEL_NL(m, "oper_ch =%d, oper_bw =%d, oper_ch_offet =%d\n", -+ rtw_get_oper_ch(padapter), rtw_get_oper_bw(padapter), rtw_get_oper_choffset(padapter)); -+ -+ return 0; -+} -+ -+int proc_get_survey_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ struct list_head *plist, *phead; -+ s32 notify_signal; -+ s16 notify_noise = 0; -+ u16 index = 0; -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ phead = get_list_head(queue); -+ plist = phead ? get_next(phead) : NULL; -+ plist = get_next(phead); -+ if ((!phead) || (!plist)) { -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ return 0; -+ } -+ -+ DBG_871X_SEL_NL(m, "%5s %-17s %3s %-3s %-4s %-4s %5s %s\n", "index", "bssid", "ch", "RSSI", "SdBm", "Noise", "age", "ssid"); -+ while (1) { -+ if (phead == plist) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ if (!pnetwork) -+ break; -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true && -+ is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { -+ notify_signal = translate_percentage_to_dbm(padapter->recvpriv.signal_strength);/*dbm*/ -+ } else { -+ notify_signal = translate_percentage_to_dbm(pnetwork->network.PhyInfo.SignalStrength);/*dbm*/ -+ } -+ -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ rtw_hal_get_odm_var(padapter, HAL_ODM_NOISE_MONITOR, &(pnetwork->network.Configuration.DSConfig), &(notify_noise)); -+ #endif -+ -+ DBG_871X_SEL_NL(m, "%5d "MAC_FMT" %3d %3d %4d %4d %5d %s\n", -+ ++index, -+ MAC_ARG(pnetwork->network.MacAddress), -+ pnetwork->network.Configuration.DSConfig, -+ (int)pnetwork->network.Rssi, -+ notify_signal, -+ notify_noise, -+ jiffies_to_msecs(jiffies - pnetwork->last_scanned), -+ /*translate_percentage_to_dbm(pnetwork->network.PhyInfo.SignalStrength),*/ -+ pnetwork->network.Ssid.Ssid); -+ plist = get_next(plist); -+ } -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ return 0; -+} -+ -+int proc_get_ap_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct sta_info *psta; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ psta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); -+ if (psta) { -+ int i; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ -+ DBG_871X_SEL_NL(m, "SSID =%s\n", cur_network->network.Ssid.Ssid); -+ DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr)); -+ DBG_871X_SEL_NL(m, "cur_channel =%d, cur_bwmode =%d, cur_ch_offset =%d\n", pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); -+ DBG_871X_SEL_NL(m, "wireless_mode = 0x%x, rtsen =%d, cts2slef =%d\n", psta->wireless_mode, psta->rtsen, psta->cts2self); -+ DBG_871X_SEL_NL(m, "state = 0x%x, aid =%d, macid =%d, raid =%d\n", psta->state, psta->aid, psta->mac_id, psta->raid); -+ DBG_871X_SEL_NL(m, "qos_en =%d, ht_en =%d, init_rate =%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate); -+ DBG_871X_SEL_NL(m, "bwmode =%d, ch_offset =%d, sgi_20m =%d, sgi_40m =%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m); -+ DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", psta->htpriv.ampdu_enable); -+ DBG_871X_SEL_NL(m, "agg_enable_bitmap =%x, candidate_tid_bitmap =%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap); -+ DBG_871X_SEL_NL(m, "ldpc_cap = 0x%x, stbc_cap = 0x%x, beamform_cap = 0x%x\n", psta->htpriv.ldpc_cap, psta->htpriv.stbc_cap, psta->htpriv.beamform_cap); -+ -+ for (i = 0; i < 16; i++) { -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ if (preorder_ctrl->enable) { -+ DBG_871X_SEL_NL(m, "tid =%d, indicate_seq =%d\n", i, preorder_ctrl->indicate_seq); -+ } -+ } -+ -+ } else{ -+ DBG_871X_SEL_NL(m, "can't get sta's macaddr, cur_network's macaddr:" MAC_FMT "\n", MAC_ARG(cur_network->network.MacAddress)); -+ } -+ -+ return 0; -+} -+ -+int proc_get_adapter_state(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "name =%s, bSurpriseRemoved =%d, bDriverStopped =%d\n", -+ dev->name, padapter->bSurpriseRemoved, padapter->bDriverStopped); -+ -+ return 0; -+} -+ -+int proc_get_trx_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ int i; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct hw_xmit *phwxmit; -+ -+ DBG_871X_SEL_NL(m, "free_xmitbuf_cnt =%d, free_xmitframe_cnt =%d\n" -+ , pxmitpriv->free_xmitbuf_cnt, pxmitpriv->free_xmitframe_cnt); -+ DBG_871X_SEL_NL(m, "free_ext_xmitbuf_cnt =%d, free_xframe_ext_cnt =%d\n" -+ , pxmitpriv->free_xmit_extbuf_cnt, pxmitpriv->free_xframe_ext_cnt); -+ DBG_871X_SEL_NL(m, "free_recvframe_cnt =%d\n" -+ , precvpriv->free_recvframe_cnt); -+ -+ for (i = 0; i < 4; i++) { -+ phwxmit = pxmitpriv->hwxmits + i; -+ DBG_871X_SEL_NL(m, "%d, hwq.accnt =%d\n", i, phwxmit->accnt); -+ } -+ -+ return 0; -+} -+ -+int proc_get_rate_ctl(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ if (adapter->fix_rate != 0xff) { -+ DBG_871X_SEL_NL(m, "FIX\n"); -+ DBG_871X_SEL_NL(m, "0x%02x\n", adapter->fix_rate); -+ } else { -+ DBG_871X_SEL_NL(m, "RA\n"); -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_rate_ctl(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u8 fix_rate; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%hhx", &fix_rate); -+ -+ if (num >= 1) -+ adapter->fix_rate = fix_rate; -+ } -+ -+ return count; -+} -+ -+u8 g_fwdl_chksum_fail = 0; -+u8 g_fwdl_wintint_rdy_fail = 0; -+ -+ssize_t proc_set_fwdl_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ char tmp[32]; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ sscanf(tmp, "%hhu %hhu", &g_fwdl_chksum_fail, &g_fwdl_wintint_rdy_fail); -+ } -+ -+ return count; -+} -+ -+u32 g_wait_hiq_empty = 0; -+ -+ssize_t proc_set_wait_hiq_empty(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ char tmp[32]; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ sscanf(tmp, "%u", &g_wait_hiq_empty); -+ } -+ -+ return count; -+} -+ -+int proc_get_suspend_resume_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &dvobj->drv_dbg; -+ -+ DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_cnt =%d\n", pdbgpriv->dbg_sdio_alloc_irq_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_cnt =%d\n", pdbgpriv->dbg_sdio_free_irq_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_error_cnt =%d\n", pdbgpriv->dbg_sdio_alloc_irq_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_error_cnt =%d\n", pdbgpriv->dbg_sdio_free_irq_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_init_error_cnt =%d\n", pdbgpriv->dbg_sdio_init_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_deinit_error_cnt =%d\n", pdbgpriv->dbg_sdio_deinit_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_suspend_error_cnt =%d\n", pdbgpriv->dbg_suspend_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_suspend_cnt =%d\n", pdbgpriv->dbg_suspend_cnt); -+ DBG_871X_SEL_NL(m, "dbg_resume_cnt =%d\n", pdbgpriv->dbg_resume_cnt); -+ DBG_871X_SEL_NL(m, "dbg_resume_error_cnt =%d\n", pdbgpriv->dbg_resume_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_deinit_fail_cnt =%d\n", pdbgpriv->dbg_deinit_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_carddisable_cnt =%d\n", pdbgpriv->dbg_carddisable_cnt); -+ DBG_871X_SEL_NL(m, "dbg_ps_insuspend_cnt =%d\n", pdbgpriv->dbg_ps_insuspend_cnt); -+ DBG_871X_SEL_NL(m, "dbg_dev_unload_inIPS_cnt =%d\n", pdbgpriv->dbg_dev_unload_inIPS_cnt); -+ DBG_871X_SEL_NL(m, "dbg_scan_pwr_state_cnt =%d\n", pdbgpriv->dbg_scan_pwr_state_cnt); -+ DBG_871X_SEL_NL(m, "dbg_downloadfw_pwr_state_cnt =%d\n", pdbgpriv->dbg_downloadfw_pwr_state_cnt); -+ DBG_871X_SEL_NL(m, "dbg_carddisable_error_cnt =%d\n", pdbgpriv->dbg_carddisable_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_fw_read_ps_state_fail_cnt =%d\n", pdbgpriv->dbg_fw_read_ps_state_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_leave_ips_fail_cnt =%d\n", pdbgpriv->dbg_leave_ips_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_leave_lps_fail_cnt =%d\n", pdbgpriv->dbg_leave_lps_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_h2c_leave32k_fail_cnt =%d\n", pdbgpriv->dbg_h2c_leave32k_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_diswow_dload_fw_fail_cnt =%d\n", pdbgpriv->dbg_diswow_dload_fw_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_enwow_dload_fw_fail_cnt =%d\n", pdbgpriv->dbg_enwow_dload_fw_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_ips_drvopen_fail_cnt =%d\n", pdbgpriv->dbg_ips_drvopen_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_poll_fail_cnt =%d\n", pdbgpriv->dbg_poll_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_rpwm_toogle_cnt =%d\n", pdbgpriv->dbg_rpwm_toogle_cnt); -+ DBG_871X_SEL_NL(m, "dbg_rpwm_timeout_fail_cnt =%d\n", pdbgpriv->dbg_rpwm_timeout_fail_cnt); -+ -+ return 0; -+} -+ -+#ifdef CONFIG_DBG_COUNTER -+ -+int proc_get_rx_logs(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct rx_logs *rx_logs = &padapter->rx_logs; -+ -+ DBG_871X_SEL_NL(m, -+ "intf_rx =%d\n" -+ "intf_rx_err_recvframe =%d\n" -+ "intf_rx_err_skb =%d\n" -+ "intf_rx_report =%d\n" -+ "core_rx =%d\n" -+ "core_rx_pre =%d\n" -+ "core_rx_pre_ver_err =%d\n" -+ "core_rx_pre_mgmt =%d\n" -+ "core_rx_pre_mgmt_err_80211w =%d\n" -+ "core_rx_pre_mgmt_err =%d\n" -+ "core_rx_pre_ctrl =%d\n" -+ "core_rx_pre_ctrl_err =%d\n" -+ "core_rx_pre_data =%d\n" -+ "core_rx_pre_data_wapi_seq_err =%d\n" -+ "core_rx_pre_data_wapi_key_err =%d\n" -+ "core_rx_pre_data_handled =%d\n" -+ "core_rx_pre_data_err =%d\n" -+ "core_rx_pre_data_unknown =%d\n" -+ "core_rx_pre_unknown =%d\n" -+ "core_rx_enqueue =%d\n" -+ "core_rx_dequeue =%d\n" -+ "core_rx_post =%d\n" -+ "core_rx_post_decrypt =%d\n" -+ "core_rx_post_decrypt_wep =%d\n" -+ "core_rx_post_decrypt_tkip =%d\n" -+ "core_rx_post_decrypt_aes =%d\n" -+ "core_rx_post_decrypt_wapi =%d\n" -+ "core_rx_post_decrypt_hw =%d\n" -+ "core_rx_post_decrypt_unknown =%d\n" -+ "core_rx_post_decrypt_err =%d\n" -+ "core_rx_post_defrag_err =%d\n" -+ "core_rx_post_portctrl_err =%d\n" -+ "core_rx_post_indicate =%d\n" -+ "core_rx_post_indicate_in_oder =%d\n" -+ "core_rx_post_indicate_reoder =%d\n" -+ "core_rx_post_indicate_err =%d\n" -+ "os_indicate =%d\n" -+ "os_indicate_ap_mcast =%d\n" -+ "os_indicate_ap_forward =%d\n" -+ "os_indicate_ap_self =%d\n" -+ "os_indicate_err =%d\n" -+ "os_netif_ok =%d\n" -+ "os_netif_err =%d\n", -+ rx_logs->intf_rx, -+ rx_logs->intf_rx_err_recvframe, -+ rx_logs->intf_rx_err_skb, -+ rx_logs->intf_rx_report, -+ rx_logs->core_rx, -+ rx_logs->core_rx_pre, -+ rx_logs->core_rx_pre_ver_err, -+ rx_logs->core_rx_pre_mgmt, -+ rx_logs->core_rx_pre_mgmt_err_80211w, -+ rx_logs->core_rx_pre_mgmt_err, -+ rx_logs->core_rx_pre_ctrl, -+ rx_logs->core_rx_pre_ctrl_err, -+ rx_logs->core_rx_pre_data, -+ rx_logs->core_rx_pre_data_wapi_seq_err, -+ rx_logs->core_rx_pre_data_wapi_key_err, -+ rx_logs->core_rx_pre_data_handled, -+ rx_logs->core_rx_pre_data_err, -+ rx_logs->core_rx_pre_data_unknown, -+ rx_logs->core_rx_pre_unknown, -+ rx_logs->core_rx_enqueue, -+ rx_logs->core_rx_dequeue, -+ rx_logs->core_rx_post, -+ rx_logs->core_rx_post_decrypt, -+ rx_logs->core_rx_post_decrypt_wep, -+ rx_logs->core_rx_post_decrypt_tkip, -+ rx_logs->core_rx_post_decrypt_aes, -+ rx_logs->core_rx_post_decrypt_wapi, -+ rx_logs->core_rx_post_decrypt_hw, -+ rx_logs->core_rx_post_decrypt_unknown, -+ rx_logs->core_rx_post_decrypt_err, -+ rx_logs->core_rx_post_defrag_err, -+ rx_logs->core_rx_post_portctrl_err, -+ rx_logs->core_rx_post_indicate, -+ rx_logs->core_rx_post_indicate_in_oder, -+ rx_logs->core_rx_post_indicate_reoder, -+ rx_logs->core_rx_post_indicate_err, -+ rx_logs->os_indicate, -+ rx_logs->os_indicate_ap_mcast, -+ rx_logs->os_indicate_ap_forward, -+ rx_logs->os_indicate_ap_self, -+ rx_logs->os_indicate_err, -+ rx_logs->os_netif_ok, -+ rx_logs->os_netif_err -+ ); -+ -+ return 0; -+} -+ -+int proc_get_tx_logs(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct tx_logs *tx_logs = &padapter->tx_logs; -+ -+ DBG_871X_SEL_NL(m, -+ "os_tx =%d\n" -+ "os_tx_err_up =%d\n" -+ "os_tx_err_xmit =%d\n" -+ "os_tx_m2u =%d\n" -+ "os_tx_m2u_ignore_fw_linked =%d\n" -+ "os_tx_m2u_ignore_self =%d\n" -+ "os_tx_m2u_entry =%d\n" -+ "os_tx_m2u_entry_err_xmit =%d\n" -+ "os_tx_m2u_entry_err_skb =%d\n" -+ "os_tx_m2u_stop =%d\n" -+ "core_tx =%d\n" -+ "core_tx_err_pxmitframe =%d\n" -+ "core_tx_err_brtx =%d\n" -+ "core_tx_upd_attrib =%d\n" -+ "core_tx_upd_attrib_adhoc =%d\n" -+ "core_tx_upd_attrib_sta =%d\n" -+ "core_tx_upd_attrib_ap =%d\n" -+ "core_tx_upd_attrib_unknown =%d\n" -+ "core_tx_upd_attrib_dhcp =%d\n" -+ "core_tx_upd_attrib_icmp =%d\n" -+ "core_tx_upd_attrib_active =%d\n" -+ "core_tx_upd_attrib_err_ucast_sta =%d\n" -+ "core_tx_upd_attrib_err_ucast_ap_link =%d\n" -+ "core_tx_upd_attrib_err_sta =%d\n" -+ "core_tx_upd_attrib_err_link =%d\n" -+ "core_tx_upd_attrib_err_sec =%d\n" -+ "core_tx_ap_enqueue_warn_fwstate =%d\n" -+ "core_tx_ap_enqueue_warn_sta =%d\n" -+ "core_tx_ap_enqueue_warn_nosta =%d\n" -+ "core_tx_ap_enqueue_warn_link =%d\n" -+ "core_tx_ap_enqueue_warn_trigger =%d\n" -+ "core_tx_ap_enqueue_mcast =%d\n" -+ "core_tx_ap_enqueue_ucast =%d\n" -+ "core_tx_ap_enqueue =%d\n" -+ "intf_tx =%d\n" -+ "intf_tx_pending_ac =%d\n" -+ "intf_tx_pending_fw_under_survey =%d\n" -+ "intf_tx_pending_fw_under_linking =%d\n" -+ "intf_tx_pending_xmitbuf =%d\n" -+ "intf_tx_enqueue =%d\n" -+ "core_tx_enqueue =%d\n" -+ "core_tx_enqueue_class =%d\n" -+ "core_tx_enqueue_class_err_sta =%d\n" -+ "core_tx_enqueue_class_err_nosta =%d\n" -+ "core_tx_enqueue_class_err_fwlink =%d\n" -+ "intf_tx_direct =%d\n" -+ "intf_tx_direct_err_coalesce =%d\n" -+ "intf_tx_dequeue =%d\n" -+ "intf_tx_dequeue_err_coalesce =%d\n" -+ "intf_tx_dump_xframe =%d\n" -+ "intf_tx_dump_xframe_err_txdesc =%d\n" -+ "intf_tx_dump_xframe_err_port =%d\n", -+ tx_logs->os_tx, -+ tx_logs->os_tx_err_up, -+ tx_logs->os_tx_err_xmit, -+ tx_logs->os_tx_m2u, -+ tx_logs->os_tx_m2u_ignore_fw_linked, -+ tx_logs->os_tx_m2u_ignore_self, -+ tx_logs->os_tx_m2u_entry, -+ tx_logs->os_tx_m2u_entry_err_xmit, -+ tx_logs->os_tx_m2u_entry_err_skb, -+ tx_logs->os_tx_m2u_stop, -+ tx_logs->core_tx, -+ tx_logs->core_tx_err_pxmitframe, -+ tx_logs->core_tx_err_brtx, -+ tx_logs->core_tx_upd_attrib, -+ tx_logs->core_tx_upd_attrib_adhoc, -+ tx_logs->core_tx_upd_attrib_sta, -+ tx_logs->core_tx_upd_attrib_ap, -+ tx_logs->core_tx_upd_attrib_unknown, -+ tx_logs->core_tx_upd_attrib_dhcp, -+ tx_logs->core_tx_upd_attrib_icmp, -+ tx_logs->core_tx_upd_attrib_active, -+ tx_logs->core_tx_upd_attrib_err_ucast_sta, -+ tx_logs->core_tx_upd_attrib_err_ucast_ap_link, -+ tx_logs->core_tx_upd_attrib_err_sta, -+ tx_logs->core_tx_upd_attrib_err_link, -+ tx_logs->core_tx_upd_attrib_err_sec, -+ tx_logs->core_tx_ap_enqueue_warn_fwstate, -+ tx_logs->core_tx_ap_enqueue_warn_sta, -+ tx_logs->core_tx_ap_enqueue_warn_nosta, -+ tx_logs->core_tx_ap_enqueue_warn_link, -+ tx_logs->core_tx_ap_enqueue_warn_trigger, -+ tx_logs->core_tx_ap_enqueue_mcast, -+ tx_logs->core_tx_ap_enqueue_ucast, -+ tx_logs->core_tx_ap_enqueue, -+ tx_logs->intf_tx, -+ tx_logs->intf_tx_pending_ac, -+ tx_logs->intf_tx_pending_fw_under_survey, -+ tx_logs->intf_tx_pending_fw_under_linking, -+ tx_logs->intf_tx_pending_xmitbuf, -+ tx_logs->intf_tx_enqueue, -+ tx_logs->core_tx_enqueue, -+ tx_logs->core_tx_enqueue_class, -+ tx_logs->core_tx_enqueue_class_err_sta, -+ tx_logs->core_tx_enqueue_class_err_nosta, -+ tx_logs->core_tx_enqueue_class_err_fwlink, -+ tx_logs->intf_tx_direct, -+ tx_logs->intf_tx_direct_err_coalesce, -+ tx_logs->intf_tx_dequeue, -+ tx_logs->intf_tx_dequeue_err_coalesce, -+ tx_logs->intf_tx_dump_xframe, -+ tx_logs->intf_tx_dump_xframe_err_txdesc, -+ tx_logs->intf_tx_dump_xframe_err_port -+ ); -+ -+ return 0; -+} -+ -+int proc_get_int_logs(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, -+ "all =%d\n" -+ "err =%d\n" -+ "tbdok =%d\n" -+ "tbder =%d\n" -+ "bcnderr =%d\n" -+ "bcndma =%d\n" -+ "bcndma_e =%d\n" -+ "rx =%d\n" -+ "rx_rdu =%d\n" -+ "rx_fovw =%d\n" -+ "txfovw =%d\n" -+ "mgntok =%d\n" -+ "highdok =%d\n" -+ "bkdok =%d\n" -+ "bedok =%d\n" -+ "vidok =%d\n" -+ "vodok =%d\n", -+ padapter->int_logs.all, -+ padapter->int_logs.err, -+ padapter->int_logs.tbdok, -+ padapter->int_logs.tbder, -+ padapter->int_logs.bcnderr, -+ padapter->int_logs.bcndma, -+ padapter->int_logs.bcndma_e, -+ padapter->int_logs.rx, -+ padapter->int_logs.rx_rdu, -+ padapter->int_logs.rx_fovw, -+ padapter->int_logs.txfovw, -+ padapter->int_logs.mgntok, -+ padapter->int_logs.highdok, -+ padapter->int_logs.bkdok, -+ padapter->int_logs.bedok, -+ padapter->int_logs.vidok, -+ padapter->int_logs.vodok -+ ); -+ -+ return 0; -+} -+ -+#endif /* CONFIG_DBG_COUNTER*/ -+ -+int proc_get_rx_signal(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "rssi:%d\n", padapter->recvpriv.rssi); -+ /*DBG_871X_SEL_NL(m, "rxpwdb:%d\n", padapter->recvpriv.rxpwdb);*/ -+ DBG_871X_SEL_NL(m, "signal_strength:%u\n", padapter->recvpriv.signal_strength); -+ DBG_871X_SEL_NL(m, "signal_qual:%u\n", padapter->recvpriv.signal_qual); -+ DBG_871X_SEL_NL(m, "noise:%d\n", padapter->recvpriv.noise); -+ rtw_odm_get_perpkt_rssi(m, padapter); -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ rtw_get_raw_rssi_info(m, padapter); -+ #endif -+ return 0; -+} -+ -+ -+int proc_get_hw_status(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &dvobj->drv_dbg; -+ -+ DBG_871X_SEL_NL(m, "RX FIFO full count: last_time =%lld, current_time =%lld, differential =%lld\n" -+ , pdbgpriv->dbg_rx_fifo_last_overflow, pdbgpriv->dbg_rx_fifo_curr_overflow, pdbgpriv->dbg_rx_fifo_diff_overflow); -+ -+ return 0; -+} -+ -+ssize_t proc_set_rx_signal(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 is_signal_dbg, signal_strength; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%u %u", &is_signal_dbg, &signal_strength); -+ -+ is_signal_dbg = is_signal_dbg == 0?0:1; -+ -+ if (is_signal_dbg && num != 2) -+ return count; -+ -+ signal_strength = signal_strength > 100?100:signal_strength; -+ -+ padapter->recvpriv.is_signal_dbg = is_signal_dbg; -+ padapter->recvpriv.signal_strength_dbg = signal_strength; -+ -+ if (is_signal_dbg) -+ DBG_871X("set %s %u\n", "DBG_SIGNAL_STRENGTH", signal_strength); -+ else -+ DBG_871X("set %s\n", "HW_SIGNAL_STRENGTH"); -+ -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_ht_enable(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if (pregpriv) -+ DBG_871X_SEL_NL(m, "%d\n", pregpriv->ht_enable); -+ -+ return 0; -+} -+ -+ssize_t proc_set_ht_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ sscanf(tmp, "%d ", &mode); -+ -+ if (pregpriv && mode >= 0 && mode < 2) { -+ pregpriv->ht_enable = mode; -+ printk("ht_enable =%d\n", pregpriv->ht_enable); -+ } -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_bw_mode(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if (pregpriv) -+ DBG_871X_SEL_NL(m, "0x%02x\n", pregpriv->bw_mode); -+ -+ return 0; -+} -+ -+ssize_t proc_set_bw_mode(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ sscanf(tmp, "%d ", &mode); -+ -+ if (pregpriv && mode < 2) { -+ -+ pregpriv->bw_mode = mode; -+ printk("bw_mode =%d\n", mode); -+ -+ } -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_ampdu_enable(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if (pregpriv) -+ DBG_871X_SEL_NL(m, "%d\n", pregpriv->ampdu_enable); -+ -+ return 0; -+} -+ -+ssize_t proc_set_ampdu_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ sscanf(tmp, "%d ", &mode); -+ -+ if (pregpriv && mode < 3) { -+ pregpriv->ampdu_enable = mode; -+ printk("ampdu_enable =%d\n", mode); -+ } -+ -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_rx_ampdu(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (pregpriv) -+ DBG_871X_SEL_NL(m, -+ "bAcceptAddbaReq = %d , 0:Reject AP's Add BA req, 1:Accept AP's Add BA req.\n", pmlmeinfo->bAcceptAddbaReq -+ ); -+ -+ return 0; -+} -+ -+ssize_t proc_set_rx_ampdu(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ sscanf(tmp, "%d ", &mode); -+ -+ if (pregpriv && mode >= 0 && mode < 2) { -+ pmlmeinfo->bAcceptAddbaReq = mode; -+ DBG_871X("pmlmeinfo->bAcceptAddbaReq =%d\n", pmlmeinfo->bAcceptAddbaReq); -+ if (mode == 0) { -+ /*tear down Rx AMPDU*/ -+ send_delba(padapter, 0, get_my_bssid(&(pmlmeinfo->network)));/* recipient*/ -+ } -+ } -+ -+ } -+ -+ return count; -+} -+ -+int proc_get_en_fwps(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if (pregpriv) -+ DBG_871X_SEL_NL(m, "check_fw_ps = %d , 1:enable get FW PS state , 0: disable get FW PS state\n" -+ , pregpriv->check_fw_ps); -+ -+ return 0; -+} -+ -+ssize_t proc_set_en_fwps(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ sscanf(tmp, "%d ", &mode); -+ -+ if (pregpriv && mode >= 0 && mode < 2) { -+ pregpriv->check_fw_ps = mode; -+ DBG_871X("pregpriv->check_fw_ps =%d\n", pregpriv->check_fw_ps); -+ } -+ } -+ return count; -+} -+ -+int proc_get_rx_stbc(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if (pregpriv) -+ DBG_871X_SEL_NL(m, "%d\n", pregpriv->rx_stbc); -+ -+ return 0; -+} -+ -+ssize_t proc_set_rx_stbc(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ sscanf(tmp, "%d ", &mode); -+ -+ if (pregpriv && (mode == 0 || mode == 1 || -+ mode == 2 || mode == 3)) { -+ pregpriv->rx_stbc = mode; -+ printk("rx_stbc =%d\n", mode); -+ } -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_rssi_disp(struct seq_file *m, void *v) -+{ -+ return 0; -+} -+ -+ssize_t proc_set_rssi_disp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 enable = 0; -+ -+ if (count < 1) { -+ DBG_8192C("argument size is less than 1\n"); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ int num = sscanf(tmp, "%x", &enable); -+ -+ if (num != 1) { -+ DBG_8192C("invalid set_rssi_disp parameter!\n"); -+ return count; -+ } -+ -+ if (enable) { -+ DBG_8192C("Linked info Function Enable\n"); -+ padapter->bLinkInfoDump = enable; -+ } else { -+ DBG_8192C("Linked info Function Disable\n"); -+ padapter->bLinkInfoDump = 0; -+ } -+ } -+ return count; -+} -+ -+int proc_get_all_sta_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct sta_info *psta; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ int i, j; -+ struct list_head *plist, *phead; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ -+ DBG_871X_SEL_NL(m, "sta_dz_bitmap = 0x%x, tim_bitmap = 0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap); -+ -+ spin_lock_bh(&pstapriv->sta_hash_lock); -+ -+ for (i = 0; i < NUM_STA; i++) { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ plist = get_next(plist); -+ -+ DBG_871X_SEL_NL(m, "==============================\n"); -+ DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", -+ MAC_ARG(psta->hwaddr)); -+ DBG_871X_SEL_NL(m, "rtsen =%d, cts2slef =%d\n", -+ psta->rtsen, psta->cts2self); -+ DBG_871X_SEL_NL(m, "state = 0x%x, aid =%d, macid =%d, raid =%d\n", -+ psta->state, psta->aid, psta->mac_id, -+ psta->raid); -+ DBG_871X_SEL_NL(m, "qos_en =%d, ht_en =%d, init_rate =%d\n", -+ psta->qos_option, -+ psta->htpriv.ht_option, -+ psta->init_rate); -+ DBG_871X_SEL_NL(m, "bwmode =%d, ch_offset =%d, sgi_20m =%d, sgi_40m =%d\n", -+ psta->bw_mode, psta->htpriv.ch_offset, -+ psta->htpriv.sgi_20m, -+ psta->htpriv.sgi_40m); -+ DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", -+ psta->htpriv.ampdu_enable); -+ DBG_871X_SEL_NL(m, "agg_enable_bitmap =%x, candidate_tid_bitmap =%x\n", -+ psta->htpriv.agg_enable_bitmap, -+ psta->htpriv.candidate_tid_bitmap); -+ DBG_871X_SEL_NL(m, "sleepq_len =%d\n", -+ psta->sleepq_len); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.vo_q_qcnt =%d\n", -+ psta->sta_xmitpriv.vo_q.qcnt); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.vi_q_qcnt =%d\n", -+ psta->sta_xmitpriv.vi_q.qcnt); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.be_q_qcnt =%d\n", -+ psta->sta_xmitpriv.be_q.qcnt); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.bk_q_qcnt =%d\n", -+ psta->sta_xmitpriv.bk_q.qcnt); -+ -+ DBG_871X_SEL_NL(m, "capability = 0x%x\n", -+ psta->capability); -+ DBG_871X_SEL_NL(m, "flags = 0x%x\n", psta->flags); -+ DBG_871X_SEL_NL(m, "wpa_psk = 0x%x\n", psta->wpa_psk); -+ DBG_871X_SEL_NL(m, "wpa2_group_cipher = 0x%x\n", -+ psta->wpa2_group_cipher); -+ DBG_871X_SEL_NL(m, "wpa2_pairwise_cipher = 0x%x\n", -+ psta->wpa2_pairwise_cipher); -+ DBG_871X_SEL_NL(m, "qos_info = 0x%x\n", psta->qos_info); -+ DBG_871X_SEL_NL(m, "dot118021XPrivacy = 0x%x\n", -+ psta->dot118021XPrivacy); -+ -+ for (j = 0; j < 16; j++) { -+ preorder_ctrl = &psta->recvreorder_ctrl[j]; -+ if (preorder_ctrl->enable) -+ DBG_871X_SEL_NL(m, "tid =%d, indicate_seq =%d\n", -+ j, preorder_ctrl->indicate_seq); -+ } -+ DBG_871X_SEL_NL(m, "==============================\n"); -+ } -+ } -+ -+ spin_unlock_bh(&pstapriv->sta_hash_lock); -+ -+ return 0; -+} -+ -+int proc_get_btcoex_dbg(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter; -+ char buf[512] = {0}; -+ padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ rtw_btcoex_GetDBG(padapter, buf, 512); -+ -+ DBG_871X_SEL(m, "%s", buf); -+ -+ return 0; -+} -+ -+ssize_t proc_set_btcoex_dbg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter; -+ u8 tmp[80] = {0}; -+ u32 module[2] = {0}; -+ u32 num; -+ -+ padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+/* DBG_871X("+" FUNC_ADPT_FMT "\n", FUNC_ADPT_ARG(padapter));*/ -+ -+ if (NULL == buffer) { -+ DBG_871X(FUNC_ADPT_FMT ": input buffer is NULL!\n", -+ FUNC_ADPT_ARG(padapter)); -+ -+ return -EFAULT; -+ } -+ -+ if (count < 1) { -+ DBG_871X(FUNC_ADPT_FMT ": input length is 0!\n", -+ FUNC_ADPT_ARG(padapter)); -+ -+ return -EFAULT; -+ } -+ -+ num = count; -+ if (num > (sizeof(tmp) - 1)) -+ num = (sizeof(tmp) - 1); -+ -+ if (copy_from_user(tmp, buffer, num)) { -+ DBG_871X(FUNC_ADPT_FMT ": copy buffer from user space FAIL!\n", -+ FUNC_ADPT_ARG(padapter)); -+ -+ return -EFAULT; -+ } -+ -+ num = sscanf(tmp, "%x %x", module, module+1); -+ if (1 == num) { -+ if (0 == module[0]) -+ memset(module, 0, sizeof(module)); -+ else -+ memset(module, 0xFF, sizeof(module)); -+ } else if (2 != num) { -+ DBG_871X(FUNC_ADPT_FMT ": input(\"%s\") format incorrect!\n", -+ FUNC_ADPT_ARG(padapter), tmp); -+ -+ if (0 == num) -+ return -EFAULT; -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT ": input 0x%08X 0x%08X\n", -+ FUNC_ADPT_ARG(padapter), module[0], module[1]); -+ rtw_btcoex_SetDBG(padapter, module); -+ -+ return count; -+} -+ -+int proc_get_btcoex_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter; -+ const u32 bufsize = 30*100; -+ u8 *pbuf = NULL; -+ -+ padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ pbuf = rtw_zmalloc(bufsize); -+ if (NULL == pbuf) { -+ return -ENOMEM; -+ } -+ -+ rtw_btcoex_DisplayBtCoexInfo(padapter, pbuf, bufsize); -+ -+ DBG_871X_SEL(m, "%s\n", pbuf); -+ -+ kfree(pbuf); -+ -+ return 0; -+} -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_eeprom.c linux/3rdparty/rtl8723bs/core/rtw_eeprom.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_eeprom.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_eeprom.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,369 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_EEPROM_C_ -+ -+#include -+#include -+#include -+ -+void up_clk(_adapter *padapter, u16 *x) -+{ -+_func_enter_; -+ *x = *x | _EESK; -+ rtw_write8(padapter, EE_9346CR, (u8)*x); -+ udelay(CLOCK_RATE); -+ -+_func_exit_; -+ -+} -+ -+void down_clk(_adapter *padapter, u16 *x) -+{ -+_func_enter_; -+ *x = *x & ~_EESK; -+ rtw_write8(padapter, EE_9346CR, (u8)*x); -+ udelay(CLOCK_RATE); -+_func_exit_; -+} -+ -+void shift_out_bits(_adapter *padapter, u16 data, u16 count) -+{ -+ u16 x, mask; -+_func_enter_; -+ -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ mask = 0x01 << (count - 1); -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EEDO | _EEDI); -+ -+ do { -+ x &= ~_EEDI; -+ if (data & mask) -+ x |= _EEDI; -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ rtw_write8(padapter, EE_9346CR, (u8)x); -+ udelay(CLOCK_RATE); -+ up_clk(padapter, &x); -+ down_clk(padapter, &x); -+ mask = mask >> 1; -+ } while (mask); -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ x &= ~_EEDI; -+ rtw_write8(padapter, EE_9346CR, (u8)x); -+out: -+_func_exit_; -+} -+ -+u16 shift_in_bits(_adapter *padapter) -+{ -+ u16 x, d = 0, i; -+_func_enter_; -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EEDO | _EEDI); -+ d = 0; -+ -+ for (i = 0; i < 16; i++) { -+ d = d << 1; -+ up_clk(padapter, &x); -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EEDI); -+ if (x & _EEDO) -+ d |= 1; -+ -+ down_clk(padapter, &x); -+ } -+out: -+_func_exit_; -+ -+ return d; -+} -+ -+void standby(_adapter *padapter) -+{ -+ u8 x; -+_func_enter_; -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EECS | _EESK); -+ rtw_write8(padapter, EE_9346CR, x); -+ -+ udelay(CLOCK_RATE); -+ x |= _EECS; -+ rtw_write8(padapter, EE_9346CR, x); -+ udelay(CLOCK_RATE); -+_func_exit_; -+} -+ -+u16 wait_eeprom_cmd_done(_adapter *padapter) -+{ -+ u8 x; -+ u16 i, res = false; -+_func_enter_; -+ standby(padapter); -+ for (i = 0; i < 200; i++) { -+ x = rtw_read8(padapter, EE_9346CR); -+ if (x & _EEDO) { -+ res = true; -+ goto exit; -+ } -+ udelay(CLOCK_RATE); -+ } -+exit: -+_func_exit_; -+ return res; -+} -+ -+void eeprom_clean(_adapter *padapter) -+{ -+ u16 x; -+_func_enter_; -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ x = rtw_read8(padapter, EE_9346CR); -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ x &= ~(_EECS | _EEDI); -+ rtw_write8(padapter, EE_9346CR, (u8)x); -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ up_clk(padapter, &x); -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ down_clk(padapter, &x); -+out: -+_func_exit_; -+} -+ -+void eeprom_write16(_adapter *padapter, u16 reg, u16 data) -+{ -+ u8 x; -+ -+_func_enter_; -+ -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EEDI | _EEDO | _EESK | _EEM0); -+ x |= _EEM1 | _EECS; -+ rtw_write8(padapter, EE_9346CR, x); -+ -+ shift_out_bits(padapter, EEPROM_EWEN_OPCODE, 5); -+ -+ if (padapter->EepromAddressSize == 8) /*CF+ and SDIO*/ -+ shift_out_bits(padapter, 0, 6); -+ else /*USB*/ -+ shift_out_bits(padapter, 0, 4); -+ -+ standby(padapter); -+ -+/* Commented out by rcnjko, 2004.0 -+* Erase this particular word. Write the erase opcode and register -+* number in that order. The opcode is 3bits in length; reg is 6 bits long. -+* shift_out_bits(Adapter, EEPROM_ERASE_OPCODE, 3); -+* shift_out_bits(Adapter, reg, Adapter->EepromAddressSize); -+* -+* if (wait_eeprom_cmd_done(Adapter ) == false) -+* { -+* return; -+* } -+*/ -+ -+ standby(padapter); -+ -+ /* write the new word to the EEPROM*/ -+ -+ /* send the write opcode the EEPORM*/ -+ shift_out_bits(padapter, EEPROM_WRITE_OPCODE, 3); -+ -+ /* select which word in the EEPROM that we are writing to.*/ -+ shift_out_bits(padapter, reg, padapter->EepromAddressSize); -+ -+ /* write the data to the selected EEPROM word.*/ -+ shift_out_bits(padapter, data, 16); -+ -+ if (wait_eeprom_cmd_done(padapter) == false) { -+ -+ goto exit; -+ } -+ -+ standby(padapter); -+ -+ shift_out_bits(padapter, EEPROM_EWDS_OPCODE, 5); -+ shift_out_bits(padapter, reg, 4); -+ -+ eeprom_clean(padapter); -+exit: -+_func_exit_; -+ return; -+} -+ -+u16 eeprom_read16(_adapter *padapter, u16 reg) /*ReadEEprom*/ -+{ -+ -+ u16 x; -+ u16 data = 0; -+ -+_func_enter_; -+ -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ /* select EEPROM, reset bits, set _EECS*/ -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ -+ x &= ~(_EEDI | _EEDO | _EESK | _EEM0); -+ x |= _EEM1 | _EECS; -+ rtw_write8(padapter, EE_9346CR, (unsigned char)x); -+ -+ /* write the read opcode and register number in that order*/ -+ /* The opcode is 3bits in length, reg is 6 bits long*/ -+ shift_out_bits(padapter, EEPROM_READ_OPCODE, 3); -+ shift_out_bits(padapter, reg, padapter->EepromAddressSize); -+ -+ /* Now read the data (16 bits) in from the selected EEPROM word*/ -+ data = shift_in_bits(padapter); -+ -+ eeprom_clean(padapter); -+out: -+_func_exit_; -+ return data; -+ -+ -+} -+ -+ -+ -+ -+/*From even offset*/ -+void eeprom_read_sz(_adapter *padapter, u16 reg, u8 *data, u32 sz) -+{ -+ -+ u16 x, data16; -+ u32 i; -+_func_enter_; -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ /* select EEPROM, reset bits, set _EECS*/ -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ if (padapter->bSurpriseRemoved == true) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==true")); -+ goto out; -+ } -+ -+ x &= ~(_EEDI | _EEDO | _EESK | _EEM0); -+ x |= _EEM1 | _EECS; -+ rtw_write8(padapter, EE_9346CR, (unsigned char)x); -+ -+ /* write the read opcode and register number in that order*/ -+ /* The opcode is 3bits in length, reg is 6 bits long*/ -+ shift_out_bits(padapter, EEPROM_READ_OPCODE, 3); -+ shift_out_bits(padapter, reg, padapter->EepromAddressSize); -+ -+ -+ for (i = 0; i < sz; i += 2) { -+ data16 = shift_in_bits(padapter); -+ data[i] = data16 & 0xff; -+ data[i+1] = data16 >> 8; -+ } -+ -+ eeprom_clean(padapter); -+out: -+_func_exit_; -+ -+ -+ -+} -+ -+ -+/*addr_off : address offset of the entry in eeprom (not the tuple number of eeprom (reg); that is addr_off !=reg)*/ -+u8 eeprom_read(_adapter *padapter, u32 addr_off, u8 sz, u8 *rbuf) -+{ -+ u8 quotient, remainder, addr_2align_odd; -+ u16 reg, stmp, i = 0, idx = 0; -+_func_enter_; -+ reg = (u16)(addr_off >> 1); -+ addr_2align_odd = (u8)(addr_off & 0x1); -+ -+ /*read that start at high part: e.g 1,3,5,7,9,...*/ -+ if (addr_2align_odd) { -+ stmp = eeprom_read16(padapter, reg); -+ rbuf[idx++] = (u8) ((stmp>>8)&0xff); /*return hogh-part of the short*/ -+ reg++; sz--; -+ } -+ -+ quotient = sz >> 1; -+ remainder = sz & 0x1; -+ -+ for (i = 0; i < quotient; i++) { -+ stmp = eeprom_read16(padapter, reg+i); -+ rbuf[idx++] = (u8) (stmp&0xff); -+ rbuf[idx++] = (u8) ((stmp>>8)&0xff); -+ } -+ -+ reg = reg+i; -+ if (remainder) { /*end of read at lower part of short : 0,2,4,6,...*/ -+ stmp = eeprom_read16(padapter, reg); -+ rbuf[idx] = (u8)(stmp & 0xff); -+ } -+_func_exit_; -+ return true; -+} -+ -+ -+ -+void read_eeprom_content(_adapter *padapter) -+{ -+ -+_func_enter_; -+ -+ -+_func_exit_; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_efuse.c linux/3rdparty/rtl8723bs/core/rtw_efuse.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_efuse.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_efuse.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,635 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_EFUSE_C_ -+ -+#include -+#include -+#include -+#include -+ -+ -+/*------------------------Define local variable------------------------------*/ -+u8 fakeEfuseBank = 0; -+u32 fakeEfuseUsedBytes = 0; -+u8 fakeEfuseContent[EFUSE_MAX_HW_SIZE] = {0}; -+u8 fakeEfuseInitMap[EFUSE_MAX_MAP_LEN] = {0}; -+u8 fakeEfuseModifiedMap[EFUSE_MAX_MAP_LEN] = {0}; -+ -+u32 BTEfuseUsedBytes = 0; -+u8 BTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+u8 BTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN] = {0}; -+u8 BTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN] = {0}; -+ -+u32 fakeBTEfuseUsedBytes = 0; -+u8 fakeBTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+u8 fakeBTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN] = {0}; -+u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN] = {0}; -+/*------------------------Define local variable------------------------------*/ -+ -+/* */ -+#define REG_EFUSE_CTRL 0x0030 -+#define EFUSE_CTRL REG_EFUSE_CTRL /* E-Fuse Control. */ -+/* */ -+ -+bool -+Efuse_Read1ByteFromFakeContent( -+ struct adapter *padapter, -+ u16 Offset, -+ u8 *Value); -+bool -+Efuse_Read1ByteFromFakeContent( -+ struct adapter *padapter, -+ u16 Offset, -+ u8 *Value) -+{ -+ if (Offset >= EFUSE_MAX_HW_SIZE) { -+ return false; -+ } -+ /* DbgPrint("Read fake content, offset = %d\n", Offset); */ -+ if (fakeEfuseBank == 0) -+ *Value = fakeEfuseContent[Offset]; -+ else -+ *Value = fakeBTEfuseContent[fakeEfuseBank-1][Offset]; -+ return true; -+} -+ -+bool -+Efuse_Write1ByteToFakeContent( -+ struct adapter *padapter, -+ u16 Offset, -+ u8 Value); -+bool -+Efuse_Write1ByteToFakeContent( -+ struct adapter *padapter, -+ u16 Offset, -+ u8 Value) -+{ -+ if (Offset >= EFUSE_MAX_HW_SIZE) { -+ return false; -+ } -+ if (fakeEfuseBank == 0) -+ fakeEfuseContent[Offset] = Value; -+ else{ -+ fakeBTEfuseContent[fakeEfuseBank-1][Offset] = Value; -+ } -+ return true; -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: Efuse_PowerSwitch -+ * -+ * Overview: When we want to enable write operation, we should change to -+ * pwr on state. When we stop write, we should switch to 500k mode -+ * and disable LDO 2.5V. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/17/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+void -+Efuse_PowerSwitch( -+struct adapter *padapter, -+u8 bWrite, -+u8 PwrState) -+{ -+ padapter->HalFunc.EfusePowerSwitch(padapter, bWrite, PwrState); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: Efuse_GetCurrentSize -+ * -+ * Overview: Get current efuse size!!! -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/16/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+u16 -+Efuse_GetCurrentSize( -+ struct adapter *padapter, -+ u8 efuseType, -+ bool bPseudoTest) -+{ -+ u16 ret = 0; -+ -+ ret = padapter->HalFunc.EfuseGetCurrentSize(padapter, efuseType, bPseudoTest); -+ -+ return ret; -+} -+ -+/* 11/16/2008 MH Add description. Get current efuse area enabled word!!. */ -+u8 -+Efuse_CalculateWordCnts(u8 word_en) -+{ -+ u8 word_cnts = 0; -+ if (!(word_en & BIT(0))) -+ word_cnts++; /* 0 : write enable */ -+ if (!(word_en & BIT(1))) -+ word_cnts++; -+ if (!(word_en & BIT(2))) -+ word_cnts++; -+ if (!(word_en & BIT(3))) -+ word_cnts++; -+ return word_cnts; -+} -+ -+/* */ -+/* Description: */ -+/* 1. Execute E-Fuse read byte operation according as map offset and */ -+/* save to E-Fuse table. */ -+/* 2. Refered from SD1 Richard. */ -+/* */ -+/* Assumption: */ -+/* 1. Boot from E-Fuse and successfully auto-load. */ -+/* 2. PASSIVE_LEVEL (USB interface) */ -+/* */ -+/* Created by Roger, 2008.10.21. */ -+/* */ -+/* 2008/12/12 MH 1. Reorganize code flow and reserve bytes. and add description. */ -+/* 2. Add efuse utilization collect. */ -+/* 2008/12/22 MH Read Efuse must check if we write section 1 data again!!! Sec1 */ -+/* write addr must be after sec5. */ -+/* */ -+ -+void -+efuse_ReadEFuse( -+ struct adapter *Adapter, -+ u8 efuseType, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+bool bPseudoTest -+ ); -+void -+efuse_ReadEFuse( -+ struct adapter *Adapter, -+ u8 efuseType, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+bool bPseudoTest -+ ) -+{ -+ Adapter->HalFunc.ReadEFuse(Adapter, efuseType, _offset, _size_byte, pbuf, bPseudoTest); -+} -+ -+void -+EFUSE_GetEfuseDefinition( -+ struct adapter *padapter, -+ u8 efuseType, -+ u8 type, -+ void *pOut, -+ bool bPseudoTest -+ ) -+{ -+ padapter->HalFunc.EFUSEGetEfuseDefinition(padapter, efuseType, type, pOut, bPseudoTest); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_Read1Byte -+ * -+ * Overview: Copy from WMAC fot EFUSE read 1 byte. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 09/23/2008 MHC Copy from WMAC. -+ * -+ *---------------------------------------------------------------------------*/ -+u8 -+EFUSE_Read1Byte( -+struct adapter *Adapter, -+u16 Address) -+{ -+ u8 data; -+ u8 Bytetemp = {0x00}; -+ u8 temp = {0x00}; -+ u32 k = 0; -+ u16 contentLen = 0; -+ -+ EFUSE_GetEfuseDefinition(Adapter, EFUSE_WIFI, TYPE_EFUSE_REAL_CONTENT_LEN, (void *)&contentLen, false); -+ -+ if (Address < contentLen) {/* E-fuse 512Byte */ -+ /* Write E-fuse Register address bit0~7 */ -+ temp = Address & 0xFF; -+ rtw_write8(Adapter, EFUSE_CTRL+1, temp); -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+2); -+ /* Write E-fuse Register address bit8~9 */ -+ temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); -+ rtw_write8(Adapter, EFUSE_CTRL+2, temp); -+ -+ /* Write 0x30[31]= 0 */ -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ temp = Bytetemp & 0x7F; -+ rtw_write8(Adapter, EFUSE_CTRL+3, temp); -+ -+ /* Wait Write-ready (0x30[31]= 1) */ -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ while (!(Bytetemp & 0x80)) { -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ k++; -+ if (k == 1000) { -+ k = 0; -+ break; -+ } -+ } -+ data = rtw_read8(Adapter, EFUSE_CTRL); -+ return data; -+ } else -+ return 0xFF; -+ -+} /* EFUSE_Read1Byte */ -+ -+/* 11/16/2008 MH Read one byte from real Efuse. */ -+u8 -+efuse_OneByteRead( -+struct adapter *padapter, -+u16 addr, -+u8 *data, -+bool bPseudoTest) -+{ -+ u32 tmpidx = 0; -+ u8 bResult; -+ u8 readbyte; -+ -+ /* DBG_871X("===> EFUSE_OneByteRead(), addr = %x\n", addr); */ -+ /* DBG_871X("===> EFUSE_OneByteRead() start, 0x34 = 0x%X\n", rtw_read32(padapter, EFUSE_TEST)); */ -+ -+ if (bPseudoTest) { -+ bResult = Efuse_Read1ByteFromFakeContent(padapter, addr, data); -+ return bResult; -+ } -+ -+ /* <20130121, Kordan> For SMIC EFUSE specificatoin. */ -+ /* 0x34[11]: SW force PGMEN input of efuse to high. (for the bank selected by 0x34[9:8]) */ -+ /* PHY_SetMacReg(padapter, 0x34, BIT11, 0); */ -+ rtw_write16(padapter, 0x34, rtw_read16(padapter, 0x34) & (~BIT11)); -+ -+ /* -----------------e-fuse reg ctrl --------------------------------- */ -+ /* address */ -+ rtw_write8(padapter, EFUSE_CTRL+1, (u8)(addr&0xff)); -+ rtw_write8(padapter, EFUSE_CTRL+2, ((u8)((addr>>8) & 0x03)) | -+ (rtw_read8(padapter, EFUSE_CTRL+2)&0xFC)); -+ -+ /* rtw_write8(padapter, EFUSE_CTRL+3, 0x72); read cmd */ -+ /* Write bit 32 0 */ -+ readbyte = rtw_read8(padapter, EFUSE_CTRL+3); -+ rtw_write8(padapter, EFUSE_CTRL+3, (readbyte & 0x7f)); -+ -+ while (!(0x80 & rtw_read8(padapter, EFUSE_CTRL+3)) && (tmpidx < 1000)) { -+ mdelay(1); -+ tmpidx++; -+ } -+ if (tmpidx < 100) { -+ *data = rtw_read8(padapter, EFUSE_CTRL); -+ bResult = true; -+ } else{ -+ *data = 0xff; -+ bResult = false; -+ DBG_871X("%s: [ERROR] addr = 0x%x bResult =%d time out 1s !!!\n", __func__, addr, bResult); -+ DBG_871X("%s: [ERROR] EFUSE_CTRL = 0x%08x !!!\n", __func__, rtw_read32(padapter, EFUSE_CTRL)); -+ } -+ -+ return bResult; -+} -+ -+/* 11/16/2008 MH Write one byte to reald Efuse. */ -+u8 -+efuse_OneByteWrite( -+struct adapter *padapter, -+u16 addr, -+u8 data, -+bool bPseudoTest) -+{ -+ u8 tmpidx = 0; -+ u8 bResult = false; -+ u32 efuseValue = 0; -+ -+ /* DBG_871X("===> EFUSE_OneByteWrite(), addr = %x data =%x\n", addr, data); */ -+ /* DBG_871X("===> EFUSE_OneByteWrite() start, 0x34 = 0x%X\n", rtw_read32(padapter, EFUSE_TEST)); */ -+ -+ if (bPseudoTest) { -+ bResult = Efuse_Write1ByteToFakeContent(padapter, addr, data); -+ return bResult; -+ } -+ -+ -+ /* -----------------e-fuse reg ctrl --------------------------------- */ -+ /* address */ -+ -+ -+ efuseValue = rtw_read32(padapter, EFUSE_CTRL); -+ efuseValue |= (BIT21|BIT31); -+ efuseValue &= ~(0x3FFFF); -+ efuseValue |= ((addr<<8 | data) & 0x3FFFF); -+ -+ -+ /* <20130227, Kordan> 8192E MP chip A-cut had better not set 0x34[11] until B-Cut. */ -+ -+ /* <20130121, Kordan> For SMIC EFUSE specificatoin. */ -+ /* 0x34[11]: SW force PGMEN input of efuse to high. (for the bank selected by 0x34[9:8]) */ -+ /* PHY_SetMacReg(padapter, 0x34, BIT11, 1); */ -+ rtw_write16(padapter, 0x34, rtw_read16(padapter, 0x34) | (BIT11)); -+ rtw_write32(padapter, EFUSE_CTRL, 0x90600000|((addr<<8 | data))); -+ -+ while ((0x80 & rtw_read8(padapter, EFUSE_CTRL+3)) && (tmpidx < 100)) { -+ mdelay(1); -+ tmpidx++; -+ } -+ -+ if (tmpidx < 100) { -+ bResult = true; -+ } else{ -+ bResult = false; -+ DBG_871X("%s: [ERROR] addr = 0x%x , efuseValue = 0x%x , bResult =%d time out 1s !!!\n", -+ __func__, addr, efuseValue, bResult); -+ DBG_871X("%s: [ERROR] EFUSE_CTRL = 0x%08x !!!\n", __func__, rtw_read32(padapter, EFUSE_CTRL)); -+ } -+ -+ /* disable Efuse program enable */ -+ PHY_SetMacReg(padapter, EFUSE_TEST, BIT(11), 0); -+ -+ return bResult; -+} -+ -+int -+Efuse_PgPacketRead(struct adapter *padapter, -+ u8 offset, -+ u8 *data, -+ bool bPseudoTest) -+{ -+ int ret = 0; -+ -+ ret = padapter->HalFunc.Efuse_PgPacketRead(padapter, offset, data, bPseudoTest); -+ -+ return ret; -+} -+ -+int -+Efuse_PgPacketWrite(struct adapter *padapter, -+ u8 offset, -+ u8 word_en, -+ u8 *data, -+ bool bPseudoTest) -+{ -+ int ret; -+ -+ ret = padapter->HalFunc.Efuse_PgPacketWrite(padapter, offset, word_en, data, bPseudoTest); -+ -+ return ret; -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: efuse_WordEnableDataRead -+ * -+ * Overview: Read allowed word in current efuse section data. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/16/2008 MHC Create Version 0. -+ * 11/21/2008 MHC Fix Write bug when we only enable late word. -+ * -+ *---------------------------------------------------------------------------*/ -+void -+efuse_WordEnableDataRead(u8 word_en, -+ u8 *sourdata, -+ u8 *targetdata) -+{ -+ if (!(word_en&BIT(0))) { -+ targetdata[0] = sourdata[0]; -+ targetdata[1] = sourdata[1]; -+ } -+ if (!(word_en&BIT(1))) { -+ targetdata[2] = sourdata[2]; -+ targetdata[3] = sourdata[3]; -+ } -+ if (!(word_en&BIT(2))) { -+ targetdata[4] = sourdata[4]; -+ targetdata[5] = sourdata[5]; -+ } -+ if (!(word_en&BIT(3))) { -+ targetdata[6] = sourdata[6]; -+ targetdata[7] = sourdata[7]; -+ } -+} -+ -+ -+u8 -+Efuse_WordEnableDataWrite(struct adapter *padapter, -+ u16 efuse_addr, -+ u8 word_en, -+ u8 *data, -+ bool bPseudoTest) -+{ -+ u8 ret = 0; -+ -+ ret = padapter->HalFunc.Efuse_WordEnableDataWrite(padapter, efuse_addr, word_en, data, bPseudoTest); -+ -+ return ret; -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: Efuse_ReadAllMap -+ * -+ * Overview: Read All Efuse content -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/11/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+void -+Efuse_ReadAllMap( -+ struct adapter *padapter, -+ u8 efuseType, -+ u8 *Efuse, -+ bool bPseudoTest); -+void -+Efuse_ReadAllMap( -+ struct adapter *padapter, -+ u8 efuseType, -+ u8 *Efuse, -+ bool bPseudoTest) -+{ -+ u16 mapLen = 0; -+ -+ Efuse_PowerSwitch(padapter, false, true); -+ -+ EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_EFUSE_MAP_LEN, (void *)&mapLen, bPseudoTest); -+ -+ efuse_ReadEFuse(padapter, efuseType, 0, mapLen, Efuse, bPseudoTest); -+ -+ Efuse_PowerSwitch(padapter, false, false); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: efuse_ShadowRead1Byte -+ * efuse_ShadowRead2Byte -+ * efuse_ShadowRead4Byte -+ * -+ * Overview: Read from efuse init map by one/two/four bytes !!!!! -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/12/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+static void -+efuse_ShadowRead1Byte( -+struct adapter *padapter, -+u16 Offset, -+ u8 *Value) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ -+ *Value = pEEPROM->efuse_eeprom_data[Offset]; -+ -+} /* EFUSE_ShadowRead1Byte */ -+ -+/* Read Two Bytes */ -+static void -+efuse_ShadowRead2Byte( -+struct adapter *padapter, -+u16 Offset, -+ u16 *Value) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ -+ *Value = pEEPROM->efuse_eeprom_data[Offset]; -+ *Value |= pEEPROM->efuse_eeprom_data[Offset+1]<<8; -+ -+} /* EFUSE_ShadowRead2Byte */ -+ -+/* Read Four Bytes */ -+static void -+efuse_ShadowRead4Byte( -+struct adapter *padapter, -+u16 Offset, -+ u32 *Value) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ -+ *Value = pEEPROM->efuse_eeprom_data[Offset]; -+ *Value |= pEEPROM->efuse_eeprom_data[Offset+1]<<8; -+ *Value |= pEEPROM->efuse_eeprom_data[Offset+2]<<16; -+ *Value |= pEEPROM->efuse_eeprom_data[Offset+3]<<24; -+ -+} /* efuse_ShadowRead4Byte */ -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_ShadowMapUpdate -+ * -+ * Overview: Transfer current EFUSE content to shadow init and modify map. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/13/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+void EFUSE_ShadowMapUpdate( -+ struct adapter *padapter, -+ u8 efuseType, -+ bool bPseudoTest) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ u16 mapLen = 0; -+ -+ EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_EFUSE_MAP_LEN, (void *)&mapLen, bPseudoTest); -+ -+ if (pEEPROM->bautoload_fail_flag == true) { -+ memset(pEEPROM->efuse_eeprom_data, 0xFF, mapLen); -+ } else{ -+ Efuse_ReadAllMap(padapter, efuseType, pEEPROM->efuse_eeprom_data, bPseudoTest); -+ } -+ -+ /* PlatformMoveMemory((void *)&pHalData->EfuseMap[EFUSE_MODIFY_MAP][0], */ -+ /* void *)&pHalData->EfuseMap[EFUSE_INIT_MAP][0], mapLen); */ -+} /* EFUSE_ShadowMapUpdate */ -+ -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_ShadowRead -+ * -+ * Overview: Read from efuse init map !!!!! -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/12/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+void -+EFUSE_ShadowRead( -+ struct adapter *padapter, -+ u8 Type, -+ u16 Offset, -+ u32 *Value) -+{ -+ if (Type == 1) -+ efuse_ShadowRead1Byte(padapter, Offset, (u8 *)Value); -+ else if (Type == 2) -+ efuse_ShadowRead2Byte(padapter, Offset, (u16 *)Value); -+ else if (Type == 4) -+ efuse_ShadowRead4Byte(padapter, Offset, (u32 *)Value); -+ -+} /* EFUSE_ShadowRead*/ -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_ieee80211.c linux/3rdparty/rtl8723bs/core/rtw_ieee80211.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_ieee80211.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_ieee80211.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1433 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _IEEE80211_C -+ -+#include -+#include -+ -+ -+u8 RTW_WPA_OUI_TYPE[] = { 0x00, 0x50, 0xf2, 1 }; -+u16 RTW_WPA_VERSION = 1; -+u8 WPA_AUTH_KEY_MGMT_NONE[] = { 0x00, 0x50, 0xf2, 0 }; -+u8 WPA_AUTH_KEY_MGMT_UNSPEC_802_1X[] = { 0x00, 0x50, 0xf2, 1 }; -+u8 WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X[] = { 0x00, 0x50, 0xf2, 2 }; -+u8 WPA_CIPHER_SUITE_NONE[] = { 0x00, 0x50, 0xf2, 0 }; -+u8 WPA_CIPHER_SUITE_WEP40[] = { 0x00, 0x50, 0xf2, 1 }; -+u8 WPA_CIPHER_SUITE_TKIP[] = { 0x00, 0x50, 0xf2, 2 }; -+u8 WPA_CIPHER_SUITE_WRAP[] = { 0x00, 0x50, 0xf2, 3 }; -+u8 WPA_CIPHER_SUITE_CCMP[] = { 0x00, 0x50, 0xf2, 4 }; -+u8 WPA_CIPHER_SUITE_WEP104[] = { 0x00, 0x50, 0xf2, 5 }; -+ -+u16 RSN_VERSION_BSD = 1; -+u8 RSN_AUTH_KEY_MGMT_UNSPEC_802_1X[] = { 0x00, 0x0f, 0xac, 1 }; -+u8 RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X[] = { 0x00, 0x0f, 0xac, 2 }; -+u8 RSN_CIPHER_SUITE_NONE[] = { 0x00, 0x0f, 0xac, 0 }; -+u8 RSN_CIPHER_SUITE_WEP40[] = { 0x00, 0x0f, 0xac, 1 }; -+u8 RSN_CIPHER_SUITE_TKIP[] = { 0x00, 0x0f, 0xac, 2 }; -+u8 RSN_CIPHER_SUITE_WRAP[] = { 0x00, 0x0f, 0xac, 3 }; -+u8 RSN_CIPHER_SUITE_CCMP[] = { 0x00, 0x0f, 0xac, 4 }; -+u8 RSN_CIPHER_SUITE_WEP104[] = { 0x00, 0x0f, 0xac, 5 }; -+/* */ -+/* for adhoc-master to generate ie and provide supported-rate to fw */ -+/* */ -+ -+static u8 WIFI_CCKRATES[] = { -+ (IEEE80211_CCK_RATE_1MB | IEEE80211_BASIC_RATE_MASK), -+ (IEEE80211_CCK_RATE_2MB | IEEE80211_BASIC_RATE_MASK), -+ (IEEE80211_CCK_RATE_5MB | IEEE80211_BASIC_RATE_MASK), -+ (IEEE80211_CCK_RATE_11MB | IEEE80211_BASIC_RATE_MASK) -+}; -+ -+static u8 WIFI_OFDMRATES[] = { -+ (IEEE80211_OFDM_RATE_6MB), -+ (IEEE80211_OFDM_RATE_9MB), -+ (IEEE80211_OFDM_RATE_12MB), -+ (IEEE80211_OFDM_RATE_18MB), -+ (IEEE80211_OFDM_RATE_24MB), -+ IEEE80211_OFDM_RATE_36MB, -+ IEEE80211_OFDM_RATE_48MB, -+ IEEE80211_OFDM_RATE_54MB -+}; -+ -+ -+int rtw_get_bit_value_from_ieee_value(u8 val) -+{ -+ unsigned char dot11_rate_table[] = {2, 4, 11, 22, 12, 18, 24, 36, 48, 72, 96, 108, 0}; /* last element must be zero!! */ -+ -+ int i = 0; -+ while (dot11_rate_table[i] != 0) { -+ if (dot11_rate_table[i] == val) -+ return BIT(i); -+ i++; -+ } -+ return 0; -+} -+ -+uint rtw_is_cckrates_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ while (rate[i] != 0) { -+ if ((((rate[i]) & 0x7f) == 2) || (((rate[i]) & 0x7f) == 4) || -+ (((rate[i]) & 0x7f) == 11) || (((rate[i]) & 0x7f) == 22)) -+ return true; -+ i++; -+ } -+ -+ return false; -+} -+ -+uint rtw_is_cckratesonly_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ -+ while (rate[i] != 0) { -+ if ((((rate[i]) & 0x7f) != 2) && (((rate[i]) & 0x7f) != 4) && -+ (((rate[i]) & 0x7f) != 11) && (((rate[i]) & 0x7f) != 22)) -+ -+ return false; -+ -+ i++; -+ } -+ -+ return true; -+ -+} -+ -+int rtw_check_network_type(unsigned char *rate, int ratelen, int channel) -+{ -+ if (channel > 14) { -+ if ((rtw_is_cckrates_included(rate)) == true) -+ return WIRELESS_INVALID; -+ else -+ return WIRELESS_11A; -+ } else{ /* could be pure B, pure G, or B/G */ -+ if ((rtw_is_cckratesonly_included(rate)) == true) -+ return WIRELESS_11B; -+ else if ((rtw_is_cckrates_included(rate)) == true) -+ return WIRELESS_11BG; -+ else -+ return WIRELESS_11G; -+ } -+ -+} -+ -+u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, -+ unsigned int *frlen) -+{ -+ memcpy((void *)pbuf, (void *)source, len); -+ *frlen = *frlen + len; -+ return (pbuf + len); -+} -+ -+/* rtw_set_ie will update frame length */ -+u8 *rtw_set_ie -+( -+ u8 *pbuf, -+ sint index, -+ uint len, -+ u8 *source, -+ uint *frlen /* frame length */ -+) -+{ -+ *pbuf = (u8)index; -+ -+ *(pbuf + 1) = (u8)len; -+ -+ if (len > 0) -+ memcpy((void *)(pbuf + 2), (void *)source, len); -+ -+ *frlen = *frlen + (len + 2); -+ -+ return (pbuf + len + 2); -+} -+ -+/*---------------------------------------------------------------------------- -+index: the information element id index, limit is the limit for search -+-----------------------------------------------------------------------------*/ -+u8 *rtw_get_ie(u8 *pbuf, sint index, sint *len, sint limit) -+{ -+ sint tmp, i; -+ u8 *p; -+ -+ if (limit < 1) { -+ return NULL; -+ } -+ -+ p = pbuf; -+ i = 0; -+ *len = 0; -+ while (1) { -+ if (*p == index) { -+ *len = *(p + 1); -+ return p; -+ } else{ -+ tmp = *(p + 1); -+ p += (tmp + 2); -+ i += (tmp + 2); -+ } -+ if (i >= limit) -+ break; -+ } -+ return NULL; -+} -+ -+/** -+ * rtw_get_ie_ex - Search specific IE from a series of IEs -+ * @in_ie: Address of IEs to search -+ * @in_len: Length limit from in_ie -+ * @eid: Element ID to match -+ * @oui: OUI to match -+ * @oui_len: OUI length -+ * @ie: If not NULL and the specific IE is found, the IE will be copied to the buf starting from the specific IE -+ * @ielen: If not NULL and the specific IE is found, will set to the length of the entire IE -+ * -+ * Returns: The address of the specific IE found, or NULL -+ */ -+u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen) -+{ -+ uint cnt; -+ u8 *target_ie = NULL; -+ -+ -+ if (ielen) -+ *ielen = 0; -+ -+ if (!in_ie || in_len <= 0) -+ return target_ie; -+ -+ cnt = 0; -+ -+ while (cnt < in_len) { -+ if (eid == in_ie[cnt] -+ && (!oui || !memcmp(&in_ie[cnt+2], oui, oui_len))) { -+ target_ie = &in_ie[cnt]; -+ -+ if (ie) -+ memcpy(ie, &in_ie[cnt], in_ie[cnt+1]+2); -+ -+ if (ielen) -+ *ielen = in_ie[cnt+1]+2; -+ -+ break; -+ } else{ -+ cnt += in_ie[cnt+1]+2; /* goto next */ -+ } -+ -+ } -+ -+ return target_ie; -+} -+ -+/** -+ * rtw_ies_remove_ie - Find matching IEs and remove -+ * @ies: Address of IEs to search -+ * @ies_len: Pointer of length of ies, will update to new length -+ * @offset: The offset to start scarch -+ * @eid: Element ID to match -+ * @oui: OUI to match -+ * @oui_len: OUI length -+ * -+ * Returns: _SUCCESS: ies is updated, _FAIL: not updated -+ */ -+int rtw_ies_remove_ie(u8 *ies, uint *ies_len, uint offset, u8 eid, u8 *oui, u8 oui_len) -+{ -+ int ret = _FAIL; -+ u8 *target_ie; -+ u32 target_ielen; -+ u8 *start; -+ uint search_len; -+ -+ if (!ies || !ies_len || *ies_len <= offset) -+ goto exit; -+ -+ start = ies + offset; -+ search_len = *ies_len - offset; -+ -+ while (1) { -+ target_ie = rtw_get_ie_ex(start, search_len, eid, oui, oui_len, NULL, &target_ielen); -+ if (target_ie && target_ielen) { -+ u8 buf[MAX_IE_SZ] = {0}; -+ u8 *remain_ies = target_ie + target_ielen; -+ uint remain_len = search_len - (remain_ies - start); -+ -+ memcpy(buf, remain_ies, remain_len); -+ memcpy(target_ie, buf, remain_len); -+ *ies_len = *ies_len - target_ielen; -+ ret = _SUCCESS; -+ -+ start = target_ie; -+ search_len = remain_len; -+ } else { -+ break; -+ } -+ } -+exit: -+ return ret; -+} -+ -+void rtw_set_supported_rate(u8 *SupportedRates, uint mode) -+{ -+ memset(SupportedRates, 0, NDIS_802_11_LENGTH_RATES_EX); -+ -+ switch (mode) { -+ case WIRELESS_11B: -+ memcpy(SupportedRates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); -+ break; -+ -+ case WIRELESS_11G: -+ case WIRELESS_11A: -+ case WIRELESS_11_5N: -+ case WIRELESS_11A_5N:/* Todo: no basic rate for ofdm ? */ -+ case WIRELESS_11_5AC: -+ memcpy(SupportedRates, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); -+ break; -+ -+ case WIRELESS_11BG: -+ case WIRELESS_11G_24N: -+ case WIRELESS_11_24N: -+ case WIRELESS_11BG_24N: -+ memcpy(SupportedRates, WIFI_CCKRATES, IEEE80211_CCK_RATE_LEN); -+ memcpy(SupportedRates + IEEE80211_CCK_RATE_LEN, WIFI_OFDMRATES, IEEE80211_NUM_OFDM_RATESLEN); -+ break; -+ -+ } -+} -+ -+uint rtw_get_rateset_len(u8 *rateset) -+{ -+ uint i = 0; -+ -+ while (1) { -+ if ((rateset[i]) == 0) -+ break; -+ -+ if (i > 12) -+ break; -+ -+ i++; -+ } -+ return i; -+} -+ -+int rtw_generate_ie(struct registry_priv *pregistrypriv) -+{ -+ u8 wireless_mode; -+ int sz = 0, rateLen; -+ struct wlan_bssid_ex *pdev_network = &pregistrypriv->dev_network; -+ u8 *ie = pdev_network->IEs; -+ -+ /* timestamp will be inserted by hardware */ -+ sz += 8; -+ ie += sz; -+ -+ /* beacon interval : 2bytes */ -+ *(__le16 *)ie = cpu_to_le16((u16)pdev_network->Configuration.BeaconPeriod);/* BCN_INTERVAL; */ -+ sz += 2; -+ ie += 2; -+ -+ /* capability info */ -+ *(u16 *)ie = 0; -+ -+ *(__le16 *)ie |= cpu_to_le16(cap_IBSS); -+ -+ if (pregistrypriv->preamble == PREAMBLE_SHORT) -+ *(__le16 *)ie |= cpu_to_le16(cap_ShortPremble); -+ -+ if (pdev_network->Privacy) -+ *(__le16 *)ie |= cpu_to_le16(cap_Privacy); -+ -+ sz += 2; -+ ie += 2; -+ -+ /* SSID */ -+ ie = rtw_set_ie(ie, _SSID_IE_, pdev_network->Ssid.SsidLength, pdev_network->Ssid.Ssid, &sz); -+ -+ /* supported rates */ -+ if (pregistrypriv->wireless_mode == WIRELESS_11ABGN) { -+ if (pdev_network->Configuration.DSConfig > 14) -+ wireless_mode = WIRELESS_11A_5N; -+ else -+ wireless_mode = WIRELESS_11BG_24N; -+ } else{ -+ wireless_mode = pregistrypriv->wireless_mode; -+ } -+ -+ rtw_set_supported_rate(pdev_network->SupportedRates, wireless_mode); -+ -+ rateLen = rtw_get_rateset_len(pdev_network->SupportedRates); -+ -+ if (rateLen > 8) { -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, 8, pdev_network->SupportedRates, &sz); -+ /* ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (pdev_network->SupportedRates + 8), &sz); */ -+ } else{ -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, rateLen, pdev_network->SupportedRates, &sz); -+ } -+ -+ /* DS parameter set */ -+ ie = rtw_set_ie(ie, _DSSET_IE_, 1, (u8 *)&(pdev_network->Configuration.DSConfig), &sz); -+ -+ -+ /* IBSS Parameter Set */ -+ -+ ie = rtw_set_ie(ie, _IBSS_PARA_IE_, 2, (u8 *)&(pdev_network->Configuration.ATIMWindow), &sz); -+ -+ if (rateLen > 8) { -+ ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (pdev_network->SupportedRates + 8), &sz); -+ } -+ -+ /* HT Cap. */ -+ if (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24N)) -+ && (pregistrypriv->ht_enable == true)) { -+ /* todo: */ -+ } -+ -+ /* pdev_network->IELength = sz; update IELength */ -+ -+ /* return _SUCCESS; */ -+ -+ return sz; -+} -+ -+unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) -+{ -+ int len; -+ u16 val16; -+ unsigned char wpa_oui_type[] = {0x00, 0x50, 0xf2, 0x01}; -+ u8 *pbuf = pie; -+ int limit_new = limit; -+ __le16 le_tmp; -+ -+ while (1) { -+ pbuf = rtw_get_ie(pbuf, _WPA_IE_ID_, &len, limit_new); -+ -+ if (pbuf) { -+ -+ /* check if oui matches... */ -+ if (memcmp((pbuf + 2), wpa_oui_type, sizeof(wpa_oui_type))) { -+ -+ goto check_next_ie; -+ } -+ -+ /* check version... */ -+ memcpy((u8 *)&le_tmp, (pbuf + 6), sizeof(val16)); -+ -+ val16 = le16_to_cpu(le_tmp); -+ if (val16 != 0x0001) -+ goto check_next_ie; -+ -+ *wpa_ie_len = *(pbuf + 1); -+ -+ return pbuf; -+ -+ } else{ -+ -+ *wpa_ie_len = 0; -+ return NULL; -+ } -+ -+check_next_ie: -+ -+ limit_new = limit - (pbuf - pie) - 2 - len; -+ -+ if (limit_new <= 0) -+ break; -+ -+ pbuf += (2 + len); -+ -+ } -+ -+ *wpa_ie_len = 0; -+ -+ return NULL; -+ -+} -+ -+unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) -+{ -+ -+ return rtw_get_ie(pie, _WPA2_IE_ID_, rsn_ie_len, limit); -+ -+} -+ -+int rtw_get_wpa_cipher_suite(u8 *s) -+{ -+ if (!memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN)) -+ return WPA_CIPHER_NONE; -+ if (!memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) -+ return WPA_CIPHER_WEP40; -+ if (!memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN)) -+ return WPA_CIPHER_TKIP; -+ if (!memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN)) -+ return WPA_CIPHER_CCMP; -+ if (!memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) -+ return WPA_CIPHER_WEP104; -+ -+ return 0; -+} -+ -+int rtw_get_wpa2_cipher_suite(u8 *s) -+{ -+ if (!memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) -+ return WPA_CIPHER_NONE; -+ if (!memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) -+ return WPA_CIPHER_WEP40; -+ if (!memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN)) -+ return WPA_CIPHER_TKIP; -+ if (!memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) -+ return WPA_CIPHER_CCMP; -+ if (!memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) -+ return WPA_CIPHER_WEP104; -+ -+ return 0; -+} -+ -+ -+int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x) -+{ -+ int i, ret = _SUCCESS; -+ int left, count; -+ u8 *pos; -+ u8 SUITE_1X[4] = {0x00, 0x50, 0xf2, 1}; -+ -+ if (wpa_ie_len <= 0) { -+ /* No WPA IE - fail silently */ -+ return _FAIL; -+ } -+ -+ -+ if ((*wpa_ie != _WPA_IE_ID_) || (*(wpa_ie+1) != (u8)(wpa_ie_len - 2)) || -+ (memcmp(wpa_ie+2, RTW_WPA_OUI_TYPE, WPA_SELECTOR_LEN))) { -+ return _FAIL; -+ } -+ -+ pos = wpa_ie; -+ -+ pos += 8; -+ left = wpa_ie_len - 8; -+ -+ -+ /* group_cipher */ -+ if (left >= WPA_SELECTOR_LEN) { -+ -+ *group_cipher = rtw_get_wpa_cipher_suite(pos); -+ -+ pos += WPA_SELECTOR_LEN; -+ left -= WPA_SELECTOR_LEN; -+ -+ } else if (left > 0) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s: ie length mismatch, %u too much", __func__, left)); -+ -+ return _FAIL; -+ } -+ -+ -+ /* pairwise_cipher */ -+ if (left >= 2) { -+ /* count = le16_to_cpu(*(u16*)pos); */ -+ count = RTW_GET_LE16(pos); -+ pos += 2; -+ left -= 2; -+ -+ if (count == 0 || left < count * WPA_SELECTOR_LEN) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s: ie count botch (pairwise), " -+ "count %u left %u", __func__, count, left)); -+ return _FAIL; -+ } -+ -+ for (i = 0; i < count; i++) { -+ *pairwise_cipher |= rtw_get_wpa_cipher_suite(pos); -+ -+ pos += WPA_SELECTOR_LEN; -+ left -= WPA_SELECTOR_LEN; -+ } -+ -+ } else if (left == 1) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s: ie too short (for key mgmt)", __func__)); -+ return _FAIL; -+ } -+ -+ if (is_8021x) { -+ if (left >= 6) { -+ pos += 2; -+ if (!memcmp(pos, SUITE_1X, 4)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("%s : there has 802.1x auth\n", __func__)); -+ *is_8021x = 1; -+ } -+ } -+ } -+ -+ return ret; -+ -+} -+ -+int rtw_parse_wpa2_ie(u8 *rsn_ie, int rsn_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x) -+{ -+ int i, ret = _SUCCESS; -+ int left, count; -+ u8 *pos; -+ u8 SUITE_1X[4] = {0x00, 0x0f, 0xac, 0x01}; -+ -+ if (rsn_ie_len <= 0) { -+ /* No RSN IE - fail silently */ -+ return _FAIL; -+ } -+ -+ -+ if ((*rsn_ie != _WPA2_IE_ID_) || (*(rsn_ie+1) != (u8)(rsn_ie_len - 2))) { -+ return _FAIL; -+ } -+ -+ pos = rsn_ie; -+ pos += 4; -+ left = rsn_ie_len - 4; -+ -+ /* group_cipher */ -+ if (left >= RSN_SELECTOR_LEN) { -+ -+ *group_cipher = rtw_get_wpa2_cipher_suite(pos); -+ -+ pos += RSN_SELECTOR_LEN; -+ left -= RSN_SELECTOR_LEN; -+ -+ } else if (left > 0) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s: ie length mismatch, %u too much", __func__, left)); -+ return _FAIL; -+ } -+ -+ /* pairwise_cipher */ -+ if (left >= 2) { -+ /* count = le16_to_cpu(*(u16*)pos); */ -+ count = RTW_GET_LE16(pos); -+ pos += 2; -+ left -= 2; -+ -+ if (count == 0 || left < count * RSN_SELECTOR_LEN) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s: ie count botch (pairwise), " -+ "count %u left %u", __func__, count, left)); -+ return _FAIL; -+ } -+ -+ for (i = 0; i < count; i++) { -+ *pairwise_cipher |= rtw_get_wpa2_cipher_suite(pos); -+ -+ pos += RSN_SELECTOR_LEN; -+ left -= RSN_SELECTOR_LEN; -+ } -+ -+ } else if (left == 1) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s: ie too short (for key mgmt)", __func__)); -+ -+ return _FAIL; -+ } -+ -+ if (is_8021x) { -+ if (left >= 6) { -+ pos += 2; -+ if (!memcmp(pos, SUITE_1X, 4)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("%s (): there has 802.1x auth\n", __func__)); -+ *is_8021x = 1; -+ } -+ } -+ } -+ -+ return ret; -+ -+} -+ -+/* ifdef CONFIG_WAPI_SUPPORT */ -+int rtw_get_wapi_ie(u8 *in_ie, uint in_len, u8 *wapi_ie, u16 *wapi_len) -+{ -+ int len = 0; -+ u8 authmode, i; -+ uint cnt; -+ u8 wapi_oui1[4] = {0x0, 0x14, 0x72, 0x01}; -+ u8 wapi_oui2[4] = {0x0, 0x14, 0x72, 0x02}; -+ -+ if (wapi_len) -+ *wapi_len = 0; -+ -+ if (!in_ie || in_len <= 0) -+ return len; -+ -+ cnt = (_TIMESTAMP_ + _BEACON_ITERVAL_ + _CAPABILITY_); -+ -+ while (cnt < in_len) { -+ authmode = in_ie[cnt]; -+ -+ /* if (authmode == _WAPI_IE_) */ -+ if (authmode == _WAPI_IE_ && (!memcmp(&in_ie[cnt+6], wapi_oui1, 4) || -+ !memcmp(&in_ie[cnt+6], wapi_oui2, 4))) { -+ if (wapi_ie) { -+ memcpy(wapi_ie, &in_ie[cnt], in_ie[cnt+1]+2); -+ -+ for (i = 0; i < (in_ie[cnt+1]+2); i = i+8) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("\n %2x,%2x,%2x,%2x,%2x,%2x,%2x,%2x\n", -+ wapi_ie[i], wapi_ie[i+1], wapi_ie[i+2], wapi_ie[i+3], wapi_ie[i+4], -+ wapi_ie[i+5], wapi_ie[i+6], wapi_ie[i+7])); -+ } -+ } -+ -+ if (wapi_len) -+ *wapi_len = in_ie[cnt+1]+2; -+ -+ cnt += in_ie[cnt+1]+2; /* get next */ -+ } else{ -+ cnt += in_ie[cnt+1]+2; /* get next */ -+ } -+ } -+ -+ if (wapi_len) -+ len = *wapi_len; -+ -+ return len; -+} -+/* endif */ -+ -+int rtw_get_sec_ie(u8 *in_ie, uint in_len, u8 *rsn_ie, u16 *rsn_len, u8 *wpa_ie, u16 *wpa_len) -+{ -+ u8 authmode, sec_idx, i; -+ u8 wpa_oui[4] = {0x0, 0x50, 0xf2, 0x01}; -+ uint cnt; -+ -+ /* Search required WPA or WPA2 IE and copy to sec_ie[ ] */ -+ -+ cnt = (_TIMESTAMP_ + _BEACON_ITERVAL_ + _CAPABILITY_); -+ -+ sec_idx = 0; -+ -+ while (cnt < in_len) { -+ authmode = in_ie[cnt]; -+ -+ if ((authmode == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt+2], &wpa_oui[0], 4))) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("\n rtw_get_wpa_ie: sec_idx =%d in_ie[cnt+1]+2 =%d\n", sec_idx, in_ie[cnt+1]+2)); -+ -+ if (wpa_ie) { -+ memcpy(wpa_ie, &in_ie[cnt], in_ie[cnt+1]+2); -+ -+ for (i = 0; i < (in_ie[cnt+1]+2); i = i+8) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("\n %2x,%2x,%2x,%2x,%2x,%2x,%2x,%2x\n", -+ wpa_ie[i], wpa_ie[i+1], wpa_ie[i+2], wpa_ie[i+3], wpa_ie[i+4], -+ wpa_ie[i+5], wpa_ie[i+6], wpa_ie[i+7])); -+ } -+ } -+ -+ *wpa_len = in_ie[cnt+1]+2; -+ cnt += in_ie[cnt+1]+2; /* get next */ -+ } else{ -+ if (authmode == _WPA2_IE_ID_) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("\n get_rsn_ie: sec_idx =%d in_ie[cnt+1]+2 =%d\n", sec_idx, in_ie[cnt+1]+2)); -+ -+ if (rsn_ie) { -+ memcpy(rsn_ie, &in_ie[cnt], in_ie[cnt+1]+2); -+ -+ for (i = 0; i < (in_ie[cnt+1]+2); i = i+8) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("\n %2x,%2x,%2x,%2x,%2x,%2x,%2x,%2x\n", -+ rsn_ie[i], rsn_ie[i+1], rsn_ie[i+2], rsn_ie[i+3], rsn_ie[i+4], -+ rsn_ie[i+5], rsn_ie[i+6], rsn_ie[i+7])); -+ } -+ } -+ -+ *rsn_len = in_ie[cnt+1]+2; -+ cnt += in_ie[cnt+1]+2; /* get next */ -+ } else{ -+ cnt += in_ie[cnt+1]+2; /* get next */ -+ } -+ } -+ -+ } -+ -+ return (*rsn_len + *wpa_len); -+} -+ -+u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen) -+{ -+ u8 match = false; -+ u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; -+ -+ if (ie_ptr == NULL) -+ return match; -+ -+ eid = ie_ptr[0]; -+ -+ if ((eid == _WPA_IE_ID_) && (!memcmp(&ie_ptr[2], wps_oui, 4))) { -+ /* DBG_8192C("==> found WPS_IE.....\n"); */ -+ *wps_ielen = ie_ptr[1]+2; -+ match = true; -+ } -+ return match; -+} -+ -+/** -+ * rtw_get_wps_ie - Search WPS IE from a series of IEs -+ * @in_ie: Address of IEs to search -+ * @in_len: Length limit from in_ie -+ * @wps_ie: If not NULL and WPS IE is found, WPS IE will be copied to the buf starting from wps_ie -+ * @wps_ielen: If not NULL and WPS IE is found, will set to the length of the entire WPS IE -+ * -+ * Returns: The address of the WPS IE found, or NULL -+ */ -+u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen) -+{ -+ uint cnt; -+ u8 *wpsie_ptr = NULL; -+ u8 eid, wps_oui[4] = {0x0, 0x50, 0xf2, 0x04}; -+ -+ if (wps_ielen) -+ *wps_ielen = 0; -+ -+ if (!in_ie || in_len <= 0) -+ return wpsie_ptr; -+ -+ cnt = 0; -+ -+ while (cnt < in_len) { -+ eid = in_ie[cnt]; -+ -+ if ((eid == _WPA_IE_ID_) && (!memcmp(&in_ie[cnt+2], wps_oui, 4))) { -+ wpsie_ptr = &in_ie[cnt]; -+ -+ if (wps_ie) -+ memcpy(wps_ie, &in_ie[cnt], in_ie[cnt+1]+2); -+ -+ if (wps_ielen) -+ *wps_ielen = in_ie[cnt+1]+2; -+ -+ cnt += in_ie[cnt+1]+2; -+ -+ break; -+ } else{ -+ cnt += in_ie[cnt+1]+2; /* goto next */ -+ } -+ -+ } -+ -+ return wpsie_ptr; -+} -+ -+/** -+ * rtw_get_wps_attr - Search a specific WPS attribute from a given WPS IE -+ * @wps_ie: Address of WPS IE to search -+ * @wps_ielen: Length limit from wps_ie -+ * @target_attr_id: The attribute ID of WPS attribute to search -+ * @buf_attr: If not NULL and the WPS attribute is found, WPS attribute will be copied to the buf starting from buf_attr -+ * @len_attr: If not NULL and the WPS attribute is found, will set to the length of the entire WPS attribute -+ * -+ * Returns: the address of the specific WPS attribute found, or NULL -+ */ -+u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_attr, u32 *len_attr) -+{ -+ u8 *attr_ptr = NULL; -+ u8 *target_attr_ptr = NULL; -+ u8 wps_oui[4] = {0x00, 0x50, 0xF2, 0x04}; -+ -+ if (len_attr) -+ *len_attr = 0; -+ -+ if ((wps_ie[0] != _VENDOR_SPECIFIC_IE_) || -+ (memcmp(wps_ie + 2, wps_oui, 4))) { -+ return attr_ptr; -+ } -+ -+ /* 6 = 1(Element ID) + 1(Length) + 4(WPS OUI) */ -+ attr_ptr = wps_ie + 6; /* goto first attr */ -+ -+ while (attr_ptr - wps_ie < wps_ielen) { -+ /* 4 = 2(Attribute ID) + 2(Length) */ -+ u16 attr_id = RTW_GET_BE16(attr_ptr); -+ u16 attr_data_len = RTW_GET_BE16(attr_ptr + 2); -+ u16 attr_len = attr_data_len + 4; -+ -+ /* DBG_871X("%s attr_ptr:%p, id:%u, length:%u\n", __func__, attr_ptr, attr_id, attr_data_len); */ -+ if (attr_id == target_attr_id) { -+ target_attr_ptr = attr_ptr; -+ -+ if (buf_attr) -+ memcpy(buf_attr, attr_ptr, attr_len); -+ -+ if (len_attr) -+ *len_attr = attr_len; -+ -+ break; -+ } else{ -+ attr_ptr += attr_len; /* goto next */ -+ } -+ -+ } -+ -+ return target_attr_ptr; -+} -+ -+/** -+ * rtw_get_wps_attr_content - Search a specific WPS attribute content from a given WPS IE -+ * @wps_ie: Address of WPS IE to search -+ * @wps_ielen: Length limit from wps_ie -+ * @target_attr_id: The attribute ID of WPS attribute to search -+ * @buf_content: If not NULL and the WPS attribute is found, WPS attribute content will be copied to the buf starting from buf_content -+ * @len_content: If not NULL and the WPS attribute is found, will set to the length of the WPS attribute content -+ * -+ * Returns: the address of the specific WPS attribute content found, or NULL -+ */ -+u8 *rtw_get_wps_attr_content(u8 *wps_ie, uint wps_ielen, u16 target_attr_id, u8 *buf_content, uint *len_content) -+{ -+ u8 *attr_ptr; -+ u32 attr_len; -+ -+ if (len_content) -+ *len_content = 0; -+ -+ attr_ptr = rtw_get_wps_attr(wps_ie, wps_ielen, target_attr_id, NULL, &attr_len); -+ -+ if (attr_ptr && attr_len) { -+ if (buf_content) -+ memcpy(buf_content, attr_ptr+4, attr_len-4); -+ -+ if (len_content) -+ *len_content = attr_len-4; -+ -+ return attr_ptr+4; -+ } -+ -+ return NULL; -+} -+ -+static int rtw_ieee802_11_parse_vendor_specific(u8 *pos, uint elen, -+ struct rtw_ieee802_11_elems *elems, -+ int show_errors) -+{ -+ unsigned int oui; -+ -+ /* first 3 bytes in vendor specific information element are the IEEE -+ * OUI of the vendor. The following byte is used a vendor specific -+ * sub-type. */ -+ if (elen < 4) { -+ if (show_errors) { -+ DBG_871X("short vendor specific " -+ "information element ignored (len =%lu)\n", -+ (unsigned long) elen); -+ } -+ return -1; -+ } -+ -+ oui = RTW_GET_BE24(pos); -+ switch (oui) { -+ case OUI_MICROSOFT: -+ /* Microsoft/Wi-Fi information elements are further typed and -+ * subtyped */ -+ switch (pos[3]) { -+ case 1: -+ /* Microsoft OUI (00:50:F2) with OUI Type 1: -+ * real WPA information element */ -+ elems->wpa_ie = pos; -+ elems->wpa_ie_len = elen; -+ break; -+ case WME_OUI_TYPE: /* this is a Wi-Fi WME info. element */ -+ if (elen < 5) { -+ DBG_871X("short WME " -+ "information element ignored " -+ "(len =%lu)\n", -+ (unsigned long) elen); -+ return -1; -+ } -+ switch (pos[4]) { -+ case WME_OUI_SUBTYPE_INFORMATION_ELEMENT: -+ case WME_OUI_SUBTYPE_PARAMETER_ELEMENT: -+ elems->wme = pos; -+ elems->wme_len = elen; -+ break; -+ case WME_OUI_SUBTYPE_TSPEC_ELEMENT: -+ elems->wme_tspec = pos; -+ elems->wme_tspec_len = elen; -+ break; -+ default: -+ DBG_871X("unknown WME " -+ "information element ignored " -+ "(subtype =%d len =%lu)\n", -+ pos[4], (unsigned long) elen); -+ return -1; -+ } -+ break; -+ case 4: -+ /* Wi-Fi Protected Setup (WPS) IE */ -+ elems->wps_ie = pos; -+ elems->wps_ie_len = elen; -+ break; -+ default: -+ DBG_871X("Unknown Microsoft " -+ "information element ignored " -+ "(type =%d len =%lu)\n", -+ pos[3], (unsigned long) elen); -+ return -1; -+ } -+ break; -+ -+ case OUI_BROADCOM: -+ switch (pos[3]) { -+ case VENDOR_HT_CAPAB_OUI_TYPE: -+ elems->vendor_ht_cap = pos; -+ elems->vendor_ht_cap_len = elen; -+ break; -+ default: -+ DBG_871X("Unknown Broadcom " -+ "information element ignored " -+ "(type =%d len =%lu)\n", -+ pos[3], (unsigned long) elen); -+ return -1; -+ } -+ break; -+ -+ default: -+ DBG_871X("unknown vendor specific information " -+ "element ignored (vendor OUI %02x:%02x:%02x " -+ "len =%lu)\n", -+ pos[0], pos[1], pos[2], (unsigned long) elen); -+ return -1; -+ } -+ -+ return 0; -+ -+} -+ -+/** -+ * ieee802_11_parse_elems - Parse information elements in management frames -+ * @start: Pointer to the start of IEs -+ * @len: Length of IE buffer in octets -+ * @elems: Data structure for parsed elements -+ * @show_errors: Whether to show parsing errors in debug log -+ * Returns: Parsing result -+ */ -+ParseRes rtw_ieee802_11_parse_elems(u8 *start, uint len, -+ struct rtw_ieee802_11_elems *elems, -+ int show_errors) -+{ -+ uint left = len; -+ u8 *pos = start; -+ int unknown = 0; -+ -+ memset(elems, 0, sizeof(*elems)); -+ -+ while (left >= 2) { -+ u8 id, elen; -+ -+ id = *pos++; -+ elen = *pos++; -+ left -= 2; -+ -+ if (elen > left) { -+ if (show_errors) { -+ DBG_871X("IEEE 802.11 element " -+ "parse failed (id =%d elen =%d " -+ "left =%lu)\n", -+ id, elen, (unsigned long) left); -+ } -+ return ParseFailed; -+ } -+ -+ switch (id) { -+ case WLAN_EID_SSID: -+ elems->ssid = pos; -+ elems->ssid_len = elen; -+ break; -+ case WLAN_EID_SUPP_RATES: -+ elems->supp_rates = pos; -+ elems->supp_rates_len = elen; -+ break; -+ case WLAN_EID_FH_PARAMS: -+ elems->fh_params = pos; -+ elems->fh_params_len = elen; -+ break; -+ case WLAN_EID_DS_PARAMS: -+ elems->ds_params = pos; -+ elems->ds_params_len = elen; -+ break; -+ case WLAN_EID_CF_PARAMS: -+ elems->cf_params = pos; -+ elems->cf_params_len = elen; -+ break; -+ case WLAN_EID_TIM: -+ elems->tim = pos; -+ elems->tim_len = elen; -+ break; -+ case WLAN_EID_IBSS_PARAMS: -+ elems->ibss_params = pos; -+ elems->ibss_params_len = elen; -+ break; -+ case WLAN_EID_CHALLENGE: -+ elems->challenge = pos; -+ elems->challenge_len = elen; -+ break; -+ case WLAN_EID_ERP_INFO: -+ elems->erp_info = pos; -+ elems->erp_info_len = elen; -+ break; -+ case WLAN_EID_EXT_SUPP_RATES: -+ elems->ext_supp_rates = pos; -+ elems->ext_supp_rates_len = elen; -+ break; -+ case WLAN_EID_VENDOR_SPECIFIC: -+ if (rtw_ieee802_11_parse_vendor_specific(pos, elen, -+ elems, -+ show_errors)) -+ unknown++; -+ break; -+ case WLAN_EID_RSN: -+ elems->rsn_ie = pos; -+ elems->rsn_ie_len = elen; -+ break; -+ case WLAN_EID_PWR_CAPABILITY: -+ elems->power_cap = pos; -+ elems->power_cap_len = elen; -+ break; -+ case WLAN_EID_SUPPORTED_CHANNELS: -+ elems->supp_channels = pos; -+ elems->supp_channels_len = elen; -+ break; -+ case WLAN_EID_MOBILITY_DOMAIN: -+ elems->mdie = pos; -+ elems->mdie_len = elen; -+ break; -+ case WLAN_EID_FAST_BSS_TRANSITION: -+ elems->ftie = pos; -+ elems->ftie_len = elen; -+ break; -+ case WLAN_EID_TIMEOUT_INTERVAL: -+ elems->timeout_int = pos; -+ elems->timeout_int_len = elen; -+ break; -+ case WLAN_EID_HT_CAP: -+ elems->ht_capabilities = pos; -+ elems->ht_capabilities_len = elen; -+ break; -+ case WLAN_EID_HT_OPERATION: -+ elems->ht_operation = pos; -+ elems->ht_operation_len = elen; -+ break; -+ case WLAN_EID_VHT_CAPABILITY: -+ elems->vht_capabilities = pos; -+ elems->vht_capabilities_len = elen; -+ break; -+ case WLAN_EID_VHT_OPERATION: -+ elems->vht_operation = pos; -+ elems->vht_operation_len = elen; -+ break; -+ case WLAN_EID_VHT_OP_MODE_NOTIFY: -+ elems->vht_op_mode_notify = pos; -+ elems->vht_op_mode_notify_len = elen; -+ break; -+ default: -+ unknown++; -+ if (!show_errors) -+ break; -+ DBG_871X("IEEE 802.11 element parse " -+ "ignored unknown element (id =%d elen =%d)\n", -+ id, elen); -+ break; -+ } -+ -+ left -= elen; -+ pos += elen; -+ } -+ -+ if (left) -+ return ParseFailed; -+ -+ return unknown ? ParseUnknown : ParseOK; -+ -+} -+ -+static u8 key_char2num(u8 ch); -+static u8 key_char2num(u8 ch) -+{ -+ if ((ch >= '0') && (ch <= '9')) -+ return ch - '0'; -+ else if ((ch >= 'a') && (ch <= 'f')) -+ return ch - 'a' + 10; -+ else if ((ch >= 'A') && (ch <= 'F')) -+ return ch - 'A' + 10; -+ else -+ return 0xff; -+} -+ -+u8 key_2char2num(u8 hch, u8 lch); -+u8 key_2char2num(u8 hch, u8 lch) -+{ -+ return ((key_char2num(hch) << 4) | key_char2num(lch)); -+} -+ -+void rtw_macaddr_cfg(struct device *dev, u8 *mac_addr) -+{ -+ u8 mac[ETH_ALEN]; -+ struct device_node *np = dev->of_node; -+ const unsigned char *addr; -+ int len; -+ -+ if (mac_addr == NULL) -+ return; -+ -+ if (rtw_initmac) { /* Users specify the mac address */ -+ int jj, kk; -+ -+ for (jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3) { -+ mac[jj] = key_2char2num(rtw_initmac[kk], rtw_initmac[kk + 1]); -+ } -+ memcpy(mac_addr, mac, ETH_ALEN); -+ } else{ /* Use the mac address stored in the Efuse */ -+ memcpy(mac, mac_addr, ETH_ALEN); -+ } -+ -+ if (((mac[0] == 0xff) && (mac[1] == 0xff) && (mac[2] == 0xff) && -+ (mac[3] == 0xff) && (mac[4] == 0xff) && (mac[5] == 0xff)) || -+ ((mac[0] == 0x00) && (mac[1] == 0x00) && (mac[2] == 0x00) && -+ (mac[3] == 0x00) && (mac[4] == 0x00) && (mac[5] == 0x00))) { -+ if (np && -+ (addr = of_get_property(np, "local-mac-address", &len)) && -+ len == ETH_ALEN) { -+ memcpy(mac_addr, addr, ETH_ALEN); -+ } else { -+ mac[0] = 0x00; -+ mac[1] = 0xe0; -+ mac[2] = 0x4c; -+ mac[3] = 0x87; -+ mac[4] = 0x00; -+ mac[5] = 0x00; -+ /* use default mac addresss */ -+ memcpy(mac_addr, mac, ETH_ALEN); -+ DBG_871X("MAC Address from efuse error, assign default one !!!\n"); -+ } -+ } -+ -+ DBG_871X("rtw_macaddr_cfg MAC Address = "MAC_FMT"\n", MAC_ARG(mac_addr)); -+} -+ -+static int rtw_get_cipher_info(struct wlan_network *pnetwork) -+{ -+ u32 wpa_ielen; -+ unsigned char *pbuf; -+ int group_cipher = 0, pairwise_cipher = 0, is8021x = 0; -+ int ret = _FAIL; -+ pbuf = rtw_get_wpa_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ -+ if (pbuf && (wpa_ielen > 0)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_cipher_info: wpa_ielen: %d", wpa_ielen)); -+ if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) { -+ -+ pnetwork->BcnInfo.pairwise_cipher = pairwise_cipher; -+ pnetwork->BcnInfo.group_cipher = group_cipher; -+ pnetwork->BcnInfo.is_8021x = is8021x; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("%s: pnetwork->pairwise_cipher: %d, is_8021x is %d", -+ __func__, pnetwork->BcnInfo.pairwise_cipher, pnetwork->BcnInfo.is_8021x)); -+ ret = _SUCCESS; -+ } -+ } else { -+ -+ pbuf = rtw_get_wpa2_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ -+ if (pbuf && (wpa_ielen > 0)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("get RSN IE\n")); -+ if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("get RSN IE OK!!!\n")); -+ pnetwork->BcnInfo.pairwise_cipher = pairwise_cipher; -+ pnetwork->BcnInfo.group_cipher = group_cipher; -+ pnetwork->BcnInfo.is_8021x = is8021x; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("%s: pnetwork->pairwise_cipher: %d," -+ "pnetwork->group_cipher is %d, is_8021x is %d", __func__, pnetwork->BcnInfo.pairwise_cipher, -+ pnetwork->BcnInfo.group_cipher, pnetwork->BcnInfo.is_8021x)); -+ ret = _SUCCESS; -+ } -+ } -+ } -+ -+ return ret; -+} -+ -+void rtw_get_bcn_info(struct wlan_network *pnetwork) -+{ -+ unsigned short cap = 0; -+ u8 bencrypt = 0; -+ /* u8 wpa_ie[255], rsn_ie[255]; */ -+ u16 wpa_len = 0, rsn_len = 0; -+ struct HT_info_element *pht_info = NULL; -+ struct ieee80211_ht_cap *pht_cap = NULL; -+ unsigned int len; -+ unsigned char *p; -+ __le16 le_cap; -+ -+ memcpy((u8 *)&le_cap, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); -+ cap = le16_to_cpu(le_cap); -+ if (cap & WLAN_CAPABILITY_PRIVACY) { -+ bencrypt = 1; -+ pnetwork->network.Privacy = 1; -+ } else { -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_OPENSYS; -+ } -+ rtw_get_sec_ie(pnetwork->network.IEs, pnetwork->network.IELength, NULL, &rsn_len, NULL, &wpa_len); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: ssid =%s\n", pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: wpa_len =%d rsn_len =%d\n", wpa_len, rsn_len)); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: ssid =%s\n", pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: wpa_len =%d rsn_len =%d\n", wpa_len, rsn_len)); -+ -+ if (rsn_len > 0) { -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_WPA2; -+ } else if (wpa_len > 0) { -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_WPA; -+ } else { -+ if (bencrypt) -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_WEP; -+ } -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: pnetwork->encryp_protocol is %x\n", -+ pnetwork->BcnInfo.encryp_protocol)); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: pnetwork->encryp_protocol is %x\n", -+ pnetwork->BcnInfo.encryp_protocol)); -+ rtw_get_cipher_info(pnetwork); -+ -+ /* get bwmode and ch_offset */ -+ /* parsing HT_CAP_IE */ -+ p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pnetwork->network.IELength - _FIXED_IE_LENGTH_); -+ if (p && len > 0) { -+ pht_cap = (struct ieee80211_ht_cap *)(p + 2); -+ pnetwork->BcnInfo.ht_cap_info = le16_to_cpu(pht_cap->cap_info); -+ } else { -+ pnetwork->BcnInfo.ht_cap_info = 0; -+ } -+ /* parsing HT_INFO_IE */ -+ p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, pnetwork->network.IELength - _FIXED_IE_LENGTH_); -+ if (p && len > 0) { -+ pht_info = (struct HT_info_element *)(p + 2); -+ pnetwork->BcnInfo.ht_info_infos_0 = pht_info->infos[0]; -+ } else { -+ pnetwork->BcnInfo.ht_info_infos_0 = 0; -+ } -+} -+ -+/* show MCS rate, unit: 100Kbps */ -+u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char *MCS_rate) -+{ -+ u16 max_rate = 0; -+ -+ if (rf_type == RF_1T1R) { -+ if (MCS_rate[0] & BIT(7)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1500:1350):((short_GI)?722:650); -+ else if (MCS_rate[0] & BIT(6)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1350:1215):((short_GI)?650:585); -+ else if (MCS_rate[0] & BIT(5)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); -+ else if (MCS_rate[0] & BIT(4)) -+ max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); -+ else if (MCS_rate[0] & BIT(3)) -+ max_rate = (bw_40MHz) ? ((short_GI)?600:540):((short_GI)?289:260); -+ else if (MCS_rate[0] & BIT(2)) -+ max_rate = (bw_40MHz) ? ((short_GI)?450:405):((short_GI)?217:195); -+ else if (MCS_rate[0] & BIT(1)) -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ else if (MCS_rate[0] & BIT(0)) -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } else{ -+ if (MCS_rate[1]) { -+ if (MCS_rate[1] & BIT(7)) -+ max_rate = (bw_40MHz) ? ((short_GI)?3000:2700):((short_GI)?1444:1300); -+ else if (MCS_rate[1] & BIT(6)) -+ max_rate = (bw_40MHz) ? ((short_GI)?2700:2430):((short_GI)?1300:1170); -+ else if (MCS_rate[1] & BIT(5)) -+ max_rate = (bw_40MHz) ? ((short_GI)?2400:2160):((short_GI)?1156:1040); -+ else if (MCS_rate[1] & BIT(4)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1800:1620):((short_GI)?867:780); -+ else if (MCS_rate[1] & BIT(3)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); -+ else if (MCS_rate[1] & BIT(2)) -+ max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); -+ else if (MCS_rate[1] & BIT(1)) -+ max_rate = (bw_40MHz) ? ((short_GI)?600:540):((short_GI)?289:260); -+ else if (MCS_rate[1] & BIT(0)) -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ } else{ -+ if (MCS_rate[0] & BIT(7)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1500:1350):((short_GI)?722:650); -+ else if (MCS_rate[0] & BIT(6)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1350:1215):((short_GI)?650:585); -+ else if (MCS_rate[0] & BIT(5)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); -+ else if (MCS_rate[0] & BIT(4)) -+ max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); -+ else if (MCS_rate[0] & BIT(3)) -+ max_rate = (bw_40MHz) ? ((short_GI)?600:540):((short_GI)?289:260); -+ else if (MCS_rate[0] & BIT(2)) -+ max_rate = (bw_40MHz) ? ((short_GI)?450:405):((short_GI)?217:195); -+ else if (MCS_rate[0] & BIT(1)) -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ else if (MCS_rate[0] & BIT(0)) -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ } -+ return max_rate; -+} -+ -+int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8 *category, u8 *action) -+{ -+ const u8 *frame_body = frame + sizeof(struct ieee80211_hdr_3addr); -+ u16 fc; -+ u8 c; -+ u8 a = ACT_PUBLIC_MAX; -+ -+ fc = le16_to_cpu(((struct ieee80211_hdr_3addr *)frame)->frame_control); -+ -+ if ((fc & (RTW_IEEE80211_FCTL_FTYPE|RTW_IEEE80211_FCTL_STYPE)) -+ != (RTW_IEEE80211_FTYPE_MGMT|RTW_IEEE80211_STYPE_ACTION) -+ ) { -+ return false; -+ } -+ -+ c = frame_body[0]; -+ -+ switch (c) { -+ case RTW_WLAN_CATEGORY_P2P: /* vendor-specific */ -+ break; -+ default: -+ a = frame_body[1]; -+ } -+ -+ if (category) -+ *category = c; -+ if (action) -+ *action = a; -+ -+ return true; -+} -+ -+static const char *_action_public_str[] = { -+ "ACT_PUB_BSSCOEXIST", -+ "ACT_PUB_DSE_ENABLE", -+ "ACT_PUB_DSE_DEENABLE", -+ "ACT_PUB_DSE_REG_LOCATION", -+ "ACT_PUB_EXT_CHL_SWITCH", -+ "ACT_PUB_DSE_MSR_REQ", -+ "ACT_PUB_DSE_MSR_RPRT", -+ "ACT_PUB_MP", -+ "ACT_PUB_DSE_PWR_CONSTRAINT", -+ "ACT_PUB_VENDOR", -+ "ACT_PUB_GAS_INITIAL_REQ", -+ "ACT_PUB_GAS_INITIAL_RSP", -+ "ACT_PUB_GAS_COMEBACK_REQ", -+ "ACT_PUB_GAS_COMEBACK_RSP", -+ "ACT_PUB_TDLS_DISCOVERY_RSP", -+ "ACT_PUB_LOCATION_TRACK", -+ "ACT_PUB_RSVD", -+}; -+ -+const char *action_public_str(u8 action) -+{ -+ action = (action >= ACT_PUBLIC_MAX) ? ACT_PUBLIC_MAX : action; -+ return _action_public_str[action]; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_io.c linux/3rdparty/rtl8723bs/core/rtw_io.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_io.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_io.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,203 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/* -+ -+The purpose of rtw_io.c -+ -+a. provides the API -+ -+b. provides the protocol engine -+ -+c. provides the software interface between caller and the hardware interface -+ -+ -+Compiler Flag Option: -+ -+1. CONFIG_SDIO_HCI: -+ a. USE_SYNC_IRP: Only sync operations are provided. -+ b. USE_ASYNC_IRP:Both sync/async operations are provided. -+ -+jackson@realtek.com.tw -+ -+*/ -+ -+#define _RTW_IO_C_ -+ -+#include -+#include -+ -+#define rtw_le16_to_cpu(val) val -+#define rtw_le32_to_cpu(val) val -+#define rtw_cpu_to_le16(val) val -+#define rtw_cpu_to_le32(val) val -+ -+u8 _rtw_read8(struct adapter *adapter, u32 addr) -+{ -+ u8 r_val; -+ /* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _read8 = pintfhdl->io_ops._read8; -+ -+ r_val = _read8(pintfhdl, addr); -+ return r_val; -+} -+ -+u16 _rtw_read16(struct adapter *adapter, u32 addr) -+{ -+ u16 r_val; -+ /* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _read16 = pintfhdl->io_ops._read16; -+ -+ r_val = _read16(pintfhdl, addr); -+ return rtw_le16_to_cpu(r_val); -+} -+ -+u32 _rtw_read32(struct adapter *adapter, u32 addr) -+{ -+ u32 r_val; -+ /* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _read32 = pintfhdl->io_ops._read32; -+ -+ r_val = _read32(pintfhdl, addr); -+ return rtw_le32_to_cpu(r_val); -+ -+} -+ -+int _rtw_write8(struct adapter *adapter, u32 addr, u8 val) -+{ -+ /* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int ret; -+ -+ _write8 = pintfhdl->io_ops._write8; -+ -+ ret = _write8(pintfhdl, addr, val); -+ -+ return RTW_STATUS_CODE(ret); -+} -+int _rtw_write16(struct adapter *adapter, u32 addr, u16 val) -+{ -+ /* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int ret; -+ -+ _write16 = pintfhdl->io_ops._write16; -+ -+ ret = _write16(pintfhdl, addr, val); -+ return RTW_STATUS_CODE(ret); -+} -+int _rtw_write32(struct adapter *adapter, u32 addr, u32 val) -+{ -+ /* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ int ret; -+ -+ _write32 = pintfhdl->io_ops._write32; -+ -+ ret = _write32(pintfhdl, addr, val); -+ -+ return RTW_STATUS_CODE(ret); -+} -+ -+u8 _rtw_sd_f0_read8(struct adapter *adapter, u32 addr) -+{ -+ u8 r_val = 0x00; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u8 (*_sd_f0_read8)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _sd_f0_read8 = pintfhdl->io_ops._sd_f0_read8; -+ -+ if (_sd_f0_read8) -+ r_val = _sd_f0_read8(pintfhdl, addr); -+ else -+ DBG_871X_LEVEL(_drv_warning_, FUNC_ADPT_FMT" _sd_f0_read8 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ return r_val; -+} -+ -+u32 _rtw_write_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem) -+{ -+ u32 (*_write_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u32 ret = _SUCCESS; -+ -+ _write_port = pintfhdl->io_ops._write_port; -+ -+ ret = _write_port(pintfhdl, addr, cnt, pmem); -+ -+ return ret; -+} -+ -+int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops)) -+{ -+ struct io_priv *piopriv = &padapter->iopriv; -+ struct intf_hdl *pintf = &piopriv->intf; -+ -+ if (set_intf_ops == NULL) -+ return _FAIL; -+ -+ piopriv->padapter = padapter; -+ pintf->padapter = padapter; -+ pintf->pintf_dev = adapter_to_dvobj(padapter); -+ -+ set_intf_ops(padapter, &pintf->io_ops); -+ -+ return _SUCCESS; -+} -+ -+/* -+* Increase and check if the continual_io_error of this @param dvobjprive is larger than MAX_CONTINUAL_IO_ERR -+* @return true: -+* @return false: -+*/ -+int rtw_inc_and_chk_continual_io_error(struct dvobj_priv *dvobj) -+{ -+ int ret = false; -+ int value = atomic_inc_return(&dvobj->continual_io_error); -+ if (value > MAX_CONTINUAL_IO_ERR) { -+ DBG_871X("[dvobj:%p][ERROR] continual_io_error:%d > %d\n", dvobj, value, MAX_CONTINUAL_IO_ERR); -+ ret = true; -+ } else { -+ /* DBG_871X("[dvobj:%p] continual_io_error:%d\n", dvobj, value); */ -+ } -+ return ret; -+} -+ -+/* -+* Set the continual_io_error of this @param dvobjprive to 0 -+*/ -+void rtw_reset_continual_io_error(struct dvobj_priv *dvobj) -+{ -+ atomic_set(&dvobj->continual_io_error, 0); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_ioctl_set.c linux/3rdparty/rtl8723bs/core/rtw_ioctl_set.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_ioctl_set.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_ioctl_set.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,696 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_IOCTL_SET_C_ -+ -+#include -+#include -+ -+#define IS_MAC_ADDRESS_BROADCAST(addr) \ -+(\ -+ ((addr[0] == 0xff) && (addr[1] == 0xff) && \ -+ (addr[2] == 0xff) && (addr[3] == 0xff) && \ -+ (addr[4] == 0xff) && (addr[5] == 0xff)) ? true : false \ -+) -+ -+u8 rtw_validate_bssid(u8 *bssid) -+{ -+ u8 ret = true; -+ -+ if (is_zero_mac_addr(bssid) -+ || is_broadcast_mac_addr(bssid) -+ || is_multicast_mac_addr(bssid) -+ ) { -+ ret = false; -+ } -+ -+ return ret; -+} -+ -+u8 rtw_validate_ssid(struct ndis_802_11_ssid *ssid) -+{ -+ u8 ret = true; -+ -+ if (ssid->SsidLength > 32) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("ssid length >32\n")); -+ ret = false; -+ goto exit; -+ } -+ -+#ifdef CONFIG_VALIDATE_SSID -+ for (i = 0; i < ssid->SsidLength; i++) { -+ /* wifi, printable ascii code must be supported */ -+ if (!((ssid->Ssid[i] >= 0x20) && (ssid->Ssid[i] <= 0x7e))) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("ssid has nonprintabl ascii\n")); -+ ret = false; -+ break; -+ } -+ } -+#endif /* CONFIG_VALIDATE_SSID */ -+ -+exit: -+ return ret; -+} -+ -+u8 rtw_do_join(struct adapter *padapter); -+u8 rtw_do_join(struct adapter *padapter) -+{ -+ struct list_head *plist, *phead; -+ u8 *pibss = NULL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ u8 ret = _SUCCESS; -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("\n rtw_do_join: phead = %p; plist = %p\n\n\n", phead, plist)); -+ -+ pmlmepriv->cur_network.join_res = -2; -+ -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ -+ pmlmepriv->pscanned = plist; -+ -+ pmlmepriv->to_join = true; -+ -+ if (list_empty(&queue->queue)) { -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ /* when set_ssid/set_bssid for rtw_do_join(), but scanning queue is empty */ -+ /* we try to issue sitesurvey firstly */ -+ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == false -+ || rtw_to_roam(padapter) > 0 -+ ) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("rtw_do_join(): site survey if scanned_queue is empty\n.")); -+ /* submit site_survey_cmd */ -+ ret = rtw_sitesurvey_cmd(padapter, &pmlmepriv->assoc_ssid, 1, NULL, 0); -+ if (_SUCCESS != ret) { -+ pmlmepriv->to_join = false; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("rtw_do_join(): site survey return error\n.")); -+ } -+ } else{ -+ pmlmepriv->to_join = false; -+ ret = _FAIL; -+ } -+ -+ goto exit; -+ } else{ -+ int select_ret; -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ select_ret = rtw_select_and_join_from_scanned_queue(pmlmepriv); -+ if (select_ret == _SUCCESS) { -+ pmlmepriv->to_join = false; -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ } else{ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true) { -+ /* submit createbss_cmd to change to a ADHOC_MASTER */ -+ -+ /* pmlmepriv->lock has been acquired by caller... */ -+ struct wlan_bssid_ex *pdev_network = &(padapter->registrypriv.dev_network); -+ -+ pmlmepriv->fw_state = WIFI_ADHOC_MASTER_STATE; -+ -+ pibss = padapter->registrypriv.dev_network.MacAddress; -+ -+ memset(&pdev_network->Ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ memcpy(&pdev_network->Ssid, &pmlmepriv->assoc_ssid, sizeof(struct ndis_802_11_ssid)); -+ -+ rtw_update_registrypriv_dev_network(padapter); -+ -+ rtw_generate_random_ibss(pibss); -+ -+ if (rtw_createbss_cmd(padapter) != _SUCCESS) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("***Error =>do_goin: rtw_createbss_cmd status FAIL***\n ")); -+ ret = false; -+ goto exit; -+ } -+ -+ pmlmepriv->to_join = false; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("***Error => rtw_select_and_join_from_scanned_queue FAIL under STA_Mode***\n ")); -+ -+ } else{ -+ /* can't associate ; reset under-linking */ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ /* when set_ssid/set_bssid for rtw_do_join(), but there are no desired bss in scanning queue */ -+ /* we try to issue sitesurvey firstly */ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == false -+ || rtw_to_roam(padapter) > 0 -+ ) { -+ /* DBG_871X("rtw_do_join() when no desired bss in scanning queue\n"); */ -+ ret = rtw_sitesurvey_cmd(padapter, &pmlmepriv->assoc_ssid, 1, NULL, 0); -+ if (_SUCCESS != ret) { -+ pmlmepriv->to_join = false; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("do_join(): site survey return error\n.")); -+ } -+ } else{ -+ ret = _FAIL; -+ pmlmepriv->to_join = false; -+ } -+ } -+ -+ } -+ -+ } -+ -+exit: -+ return ret; -+} -+ -+u8 rtw_set_802_11_bssid(struct adapter *padapter, u8 *bssid) -+{ -+ u8 status = _SUCCESS; -+ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ DBG_871X_LEVEL(_drv_always_, "set bssid:%pM\n", bssid); -+ -+ if ((bssid[0] == 0x00 && bssid[1] == 0x00 && bssid[2] == 0x00 && bssid[3] == 0x00 && bssid[4] == 0x00 && bssid[5] == 0x00) || -+ (bssid[0] == 0xFF && bssid[1] == 0xFF && bssid[2] == 0xFF && bssid[3] == 0xFF && bssid[4] == 0xFF && bssid[5] == 0xFF)) { -+ status = _FAIL; -+ goto exit; -+ } -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ -+ DBG_871X("Set BSSID under fw_state = 0x%08x\n", get_fwstate(pmlmepriv)); -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ goto handle_tkip_countermeasure; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) { -+ goto release_mlme_lock; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == true) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("set_bssid: _FW_LINKED||WIFI_ADHOC_MASTER_STATE\n")); -+ -+ if (!memcmp(&pmlmepriv->cur_network.network.MacAddress, bssid, ETH_ALEN)) { -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == false) -+ goto release_mlme_lock;/* it means driver is in WIFI_ADHOC_MASTER_STATE, we needn't create bss again. */ -+ } else { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("Set BSSID not the same bssid\n")); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("set_bssid ="MAC_FMT"\n", MAC_ARG(bssid))); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("cur_bssid ="MAC_FMT"\n", MAC_ARG(pmlmepriv->cur_network.network.MacAddress))); -+ -+ rtw_disassoc_cmd(padapter, 0, true); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true)) { -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ } -+ } -+ -+handle_tkip_countermeasure: -+ if (rtw_handle_tkip_countermeasure(padapter, __func__) == _FAIL) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ memset(&pmlmepriv->assoc_ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ memcpy(&pmlmepriv->assoc_bssid, bssid, ETH_ALEN); -+ pmlmepriv->assoc_by_bssid = true; -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ pmlmepriv->to_join = true; -+ } else { -+ status = rtw_do_join(padapter); -+ } -+ -+release_mlme_lock: -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+exit: -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("rtw_set_802_11_bssid: status =%d\n", status)); -+ -+ return status; -+} -+ -+u8 rtw_set_802_11_ssid(struct adapter *padapter, struct ndis_802_11_ssid *ssid) -+{ -+ u8 status = _SUCCESS; -+ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *pnetwork = &pmlmepriv->cur_network; -+ -+ DBG_871X_LEVEL(_drv_always_, "set ssid [%s] fw_state = 0x%08x\n", -+ ssid->Ssid, get_fwstate(pmlmepriv)); -+ -+ if (padapter->hw_init_completed == false) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("set_ssid: hw_init_completed ==false =>exit!!!\n")); -+ status = _FAIL; -+ goto exit; -+ } -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ DBG_871X("Set SSID under fw_state = 0x%08x\n", get_fwstate(pmlmepriv)); -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ goto handle_tkip_countermeasure; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) { -+ goto release_mlme_lock; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == true) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, -+ ("set_ssid: _FW_LINKED||WIFI_ADHOC_MASTER_STATE\n")); -+ -+ if ((pmlmepriv->assoc_ssid.SsidLength == ssid->SsidLength) && -+ (!memcmp(&pmlmepriv->assoc_ssid.Ssid, ssid->Ssid, ssid->SsidLength))) { -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == false)) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("Set SSID is the same ssid, fw_state = 0x%08x\n", -+ get_fwstate(pmlmepriv))); -+ -+ if (rtw_is_same_ibss(padapter, pnetwork) == false) { -+ /* if in WIFI_ADHOC_MASTER_STATE | WIFI_ADHOC_STATE, create bss or rejoin again */ -+ rtw_disassoc_cmd(padapter, 0, true); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) { -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ } else{ -+ goto release_mlme_lock;/* it means driver is in WIFI_ADHOC_MASTER_STATE, we needn't create bss again. */ -+ } -+ } else { -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_JOINBSS, 1); -+ } -+ } else{ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("Set SSID not the same ssid\n")); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("set_ssid =[%s] len = 0x%x\n", ssid->Ssid, (unsigned int)ssid->SsidLength)); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("assoc_ssid =[%s] len = 0x%x\n", pmlmepriv->assoc_ssid.Ssid, (unsigned int)pmlmepriv->assoc_ssid.SsidLength)); -+ -+ rtw_disassoc_cmd(padapter, 0, true); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) { -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ } -+ } -+ -+handle_tkip_countermeasure: -+ if (rtw_handle_tkip_countermeasure(padapter, __func__) == _FAIL) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ if (rtw_validate_ssid(ssid) == false) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ memcpy(&pmlmepriv->assoc_ssid, ssid, sizeof(struct ndis_802_11_ssid)); -+ pmlmepriv->assoc_by_bssid = false; -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ pmlmepriv->to_join = true; -+ } else { -+ status = rtw_do_join(padapter); -+ } -+ -+release_mlme_lock: -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+exit: -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("-rtw_set_802_11_ssid: status =%d\n", status)); -+ -+ return status; -+} -+ -+u8 rtw_set_802_11_connect(struct adapter *padapter, u8 *bssid, struct ndis_802_11_ssid *ssid) -+{ -+ u8 status = _SUCCESS; -+ bool bssid_valid = true; -+ bool ssid_valid = true; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (!ssid || rtw_validate_ssid(ssid) == false) -+ ssid_valid = false; -+ -+ if (!bssid || rtw_validate_bssid(bssid) == false) -+ bssid_valid = false; -+ -+ if (ssid_valid == false && bssid_valid == false) { -+ DBG_871X(FUNC_ADPT_FMT" ssid:%p, ssid_valid:%d, bssid:%p, bssid_valid:%d\n", -+ FUNC_ADPT_ARG(padapter), ssid, ssid_valid, bssid, bssid_valid); -+ status = _FAIL; -+ goto exit; -+ } -+ -+ if (padapter->hw_init_completed == false) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("set_ssid: hw_init_completed ==false =>exit!!!\n")); -+ status = _FAIL; -+ goto exit; -+ } -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" fw_state = 0x%08x\n", -+ FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ goto handle_tkip_countermeasure; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) { -+ goto release_mlme_lock; -+ } -+ -+handle_tkip_countermeasure: -+ if (rtw_handle_tkip_countermeasure(padapter, __func__) == _FAIL) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ if (ssid && ssid_valid) -+ memcpy(&pmlmepriv->assoc_ssid, ssid, sizeof(struct ndis_802_11_ssid)); -+ else -+ memset(&pmlmepriv->assoc_ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ -+ if (bssid && bssid_valid) { -+ memcpy(&pmlmepriv->assoc_bssid, bssid, ETH_ALEN); -+ pmlmepriv->assoc_by_bssid = true; -+ } else { -+ pmlmepriv->assoc_by_bssid = false; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ pmlmepriv->to_join = true; -+ } else { -+ status = rtw_do_join(padapter); -+ } -+ -+release_mlme_lock: -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+exit: -+ return status; -+} -+ -+u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter, -+ enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = &(cur_network->network.InfrastructureMode); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_notice_, -+ ("+rtw_set_802_11_infrastructure_mode: old =%d new =%d fw_state = 0x%08x\n", -+ *pold_state, networktype, get_fwstate(pmlmepriv))); -+ -+ if (*pold_state != networktype) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, (" change mode!")); -+ /* DBG_871X("change mode, old_mode =%d, new_mode =%d, fw_state = 0x%x\n", *pold_state, networktype, get_fwstate(pmlmepriv)); */ -+ -+ if (*pold_state == Ndis802_11APMode) { -+ /* change to other mode from Ndis802_11APMode */ -+ cur_network->join_res = -1; -+ -+ stop_ap_mode(padapter); -+ } -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || (*pold_state == Ndis802_11IBSS)) -+ rtw_disassoc_cmd(padapter, 0, true); -+ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true)) -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { -+ rtw_indicate_disconnect(padapter); /* will clr Linked_state; before this function, we must have chked whether issue dis-assoc_cmd or not */ -+ } -+ } -+ -+ *pold_state = networktype; -+ -+ _clr_fwstate_(pmlmepriv, ~WIFI_NULL_STATE); -+ -+ switch (networktype) { -+ case Ndis802_11IBSS: -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ break; -+ -+ case Ndis802_11Infrastructure: -+ set_fwstate(pmlmepriv, WIFI_STATION_STATE); -+ break; -+ -+ case Ndis802_11APMode: -+ set_fwstate(pmlmepriv, WIFI_AP_STATE); -+ start_ap_mode(padapter); -+ /* rtw_indicate_connect(padapter); */ -+ -+ break; -+ -+ case Ndis802_11AutoUnknown: -+ case Ndis802_11InfrastructureMax: -+ break; -+ } -+ -+ /* SecClearAllKeys(adapter); */ -+ -+ /* RT_TRACE(COMP_OID_SET, DBG_LOUD, ("set_infrastructure: fw_state:%x after changing mode\n", */ -+ /* get_fwstate(pmlmepriv))); */ -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ } -+ return true; -+} -+ -+ -+u8 rtw_set_802_11_disassociate(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("MgntActrtw_set_802_11_disassociate: rtw_indicate_disconnect\n")); -+ -+ rtw_disassoc_cmd(padapter, 0, true); -+ rtw_indicate_disconnect(padapter); -+ /* modify for CONFIG_IEEE80211W, none 11w can use it */ -+ rtw_free_assoc_resources_cmd(padapter); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) -+ DBG_871X("%s(): rtw_pwr_wakeup fail !!!\n", __func__); -+ } -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ return true; -+} -+ -+u8 rtw_set_802_11_bssid_list_scan(struct adapter *padapter, struct ndis_802_11_ssid *pssid, int ssid_max_num) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 res = true; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("+rtw_set_802_11_bssid_list_scan(), fw_state =%x\n", get_fwstate(pmlmepriv))); -+ -+ if (padapter == NULL) { -+ res = false; -+ goto exit; -+ } -+ if (padapter->hw_init_completed == false) { -+ res = false; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("\n ===rtw_set_802_11_bssid_list_scan:hw_init_completed ==false ===\n")); -+ goto exit; -+ } -+ -+ if ((check_fwstate(pmlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == true) || -+ (pmlmepriv->LinkDetectInfo.bBusyTraffic == true)) { -+ /* Scan or linking is in progress, do nothing. */ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("rtw_set_802_11_bssid_list_scan fail since fw_state = %x\n", get_fwstate(pmlmepriv))); -+ res = true; -+ -+ if (check_fwstate(pmlmepriv, (_FW_UNDER_SURVEY|_FW_UNDER_LINKING)) == true) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("\n###_FW_UNDER_SURVEY|_FW_UNDER_LINKING\n\n")); -+ } else { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("\n###pmlmepriv->sitesurveyctrl.traffic_busy ==true\n\n")); -+ } -+ } else { -+ if (rtw_is_scan_deny(padapter)) { -+ DBG_871X(FUNC_ADPT_FMT": scan deny\n", FUNC_ADPT_ARG(padapter)); -+ indicate_wx_scan_complete_event(padapter); -+ return _SUCCESS; -+ } -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ res = rtw_sitesurvey_cmd(padapter, pssid, ssid_max_num, NULL, 0); -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ } -+exit: -+ -+ return res; -+} -+ -+u8 rtw_set_802_11_authentication_mode(struct adapter *padapter, enum NDIS_802_11_AUTHENTICATION_MODE authmode) -+{ -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ int res; -+ u8 ret; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("set_802_11_auth.mode(): mode =%x\n", authmode)); -+ -+ psecuritypriv->ndisauthtype = authmode; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("rtw_set_802_11_authentication_mode:psecuritypriv->ndisauthtype =%d", psecuritypriv->ndisauthtype)); -+ -+ if (psecuritypriv->ndisauthtype > 3) -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ -+ res = rtw_set_auth(padapter, psecuritypriv); -+ -+ if (res == _SUCCESS) -+ ret = true; -+ else -+ ret = false; -+ -+ return ret; -+} -+ -+u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) -+{ -+ -+ u8 bdefaultkey; -+ u8 btransmitkey; -+ sint keyid, res; -+ struct security_priv *psecuritypriv = &(padapter->securitypriv); -+ u8 ret = _SUCCESS; -+ -+ bdefaultkey = (wep->KeyIndex & 0x40000000) > 0 ? false : true; /* for ??? */ -+ btransmitkey = (wep->KeyIndex & 0x80000000) > 0 ? true : false; /* for ??? */ -+ keyid = wep->KeyIndex & 0x3fffffff; -+ -+ if (keyid >= 4) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("MgntActrtw_set_802_11_add_wep:keyid>4 =>fail\n")); -+ ret = false; -+ goto exit; -+ } -+ -+ switch (wep->KeyLength) { -+ case 5: -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("MgntActrtw_set_802_11_add_wep:wep->KeyLength =5\n")); -+ break; -+ case 13: -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("MgntActrtw_set_802_11_add_wep:wep->KeyLength = 13\n")); -+ break; -+ default: -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("MgntActrtw_set_802_11_add_wep:wep->KeyLength!=5 or 13\n")); -+ break; -+ } -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("rtw_set_802_11_add_wep:befor memcpy, wep->KeyLength = 0x%x wep->KeyIndex = 0x%x keyid =%x\n", wep->KeyLength, wep->KeyIndex, keyid)); -+ -+ memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]), &(wep->KeyMaterial), wep->KeyLength); -+ -+ psecuritypriv->dot11DefKeylen[keyid] = wep->KeyLength; -+ -+ psecuritypriv->dot11PrivacyKeyIndex = keyid; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("rtw_set_802_11_add_wep:security key material : %x %x %x %x %x %x %x %x %x %x %x %x %x\n", -+ psecuritypriv->dot11DefKey[keyid].skey[0], psecuritypriv->dot11DefKey[keyid].skey[1], psecuritypriv->dot11DefKey[keyid].skey[2], -+ psecuritypriv->dot11DefKey[keyid].skey[3], psecuritypriv->dot11DefKey[keyid].skey[4], psecuritypriv->dot11DefKey[keyid].skey[5], -+ psecuritypriv->dot11DefKey[keyid].skey[6], psecuritypriv->dot11DefKey[keyid].skey[7], psecuritypriv->dot11DefKey[keyid].skey[8], -+ psecuritypriv->dot11DefKey[keyid].skey[9], psecuritypriv->dot11DefKey[keyid].skey[10], psecuritypriv->dot11DefKey[keyid].skey[11], -+ psecuritypriv->dot11DefKey[keyid].skey[12])); -+ -+ res = rtw_set_key(padapter, psecuritypriv, keyid, 1, true); -+ -+ if (res == _FAIL) -+ ret = false; -+exit: -+ -+ return ret; -+} -+ -+/* -+* rtw_get_cur_max_rate - -+* @adapter: pointer to struct adapter structure -+* -+* Return 0 or 100Kbps -+*/ -+u16 rtw_get_cur_max_rate(struct adapter *adapter) -+{ -+ int i = 0; -+ u16 rate = 0, max_rate = 0; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct wlan_bssid_ex *pcur_bss = &pmlmepriv->cur_network.network; -+ struct sta_info *psta = NULL; -+ u8 short_GI = 0; -+ u8 rf_type = 0; -+ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) != true) -+ && (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) != true)) -+ return 0; -+ -+ psta = rtw_get_stainfo(&adapter->stapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) -+ return 0; -+ -+ short_GI = query_ra_short_GI(psta); -+ -+ if (IsSupportedHT(psta->wireless_mode)) { -+ rtw_hal_get_hwreg(adapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ max_rate = rtw_mcs_rate( -+ rf_type, -+ ((psta->bw_mode == CHANNEL_WIDTH_40)?1:0), -+ short_GI, -+ psta->htpriv.ht_cap.supp_mcs_set -+ ); -+ } else{ -+ while ((pcur_bss->SupportedRates[i] != 0) && (pcur_bss->SupportedRates[i] != 0xFF)) { -+ rate = pcur_bss->SupportedRates[i]&0x7F; -+ if (rate > max_rate) -+ max_rate = rate; -+ i++; -+ } -+ -+ max_rate = max_rate*10/2; -+ } -+ -+ return max_rate; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_mlme.c linux/3rdparty/rtl8723bs/core/rtw_mlme.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_mlme.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_mlme.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,3155 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_MLME_C_ -+ -+#include -+#include -+#include -+ -+extern u8 rtw_do_join(struct adapter *padapter); -+ -+sint _rtw_init_mlme_priv(struct adapter *padapter) -+{ -+ sint i; -+ u8 *pbuf; -+ struct wlan_network *pnetwork; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ sint res = _SUCCESS; -+ -+ /* We don't need to memset padapter->XXX to zero, because adapter is allocated by vzalloc(). */ -+ /* memset((u8 *)pmlmepriv, 0, sizeof(struct mlme_priv)); */ -+ -+ pmlmepriv->nic_hdl = (u8 *)padapter; -+ -+ pmlmepriv->pscanned = NULL; -+ pmlmepriv->fw_state = WIFI_STATION_STATE; /* Must sync with rtw_wdev_alloc() */ -+ /* wdev->iftype = NL80211_IFTYPE_STATION */ -+ pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; -+ pmlmepriv->scan_mode = SCAN_ACTIVE;/* 1: active, 0: pasive. Maybe someday we should rename this varable to "active_mode" (Jeff) */ -+ -+ spin_lock_init(&(pmlmepriv->lock)); -+ _rtw_init_queue(&(pmlmepriv->free_bss_pool)); -+ _rtw_init_queue(&(pmlmepriv->scanned_queue)); -+ -+ set_scanned_network_val(pmlmepriv, 0); -+ -+ memset(&pmlmepriv->assoc_ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ -+ pbuf = vzalloc(MAX_BSS_CNT * (sizeof(struct wlan_network))); -+ -+ if (pbuf == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ pmlmepriv->free_bss_buf = pbuf; -+ -+ pnetwork = (struct wlan_network *)pbuf; -+ -+ for (i = 0; i < MAX_BSS_CNT; i++) { -+ INIT_LIST_HEAD(&(pnetwork->list)); -+ -+ list_add_tail(&(pnetwork->list), &(pmlmepriv->free_bss_pool.queue)); -+ -+ pnetwork++; -+ } -+ -+ /* allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf */ -+ -+ rtw_clear_scan_deny(padapter); -+ -+ #define RTW_ROAM_SCAN_RESULT_EXP_MS 5000 -+ #define RTW_ROAM_RSSI_DIFF_TH 10 -+ #define RTW_ROAM_SCAN_INTERVAL_MS 10000 -+ -+ pmlmepriv->roam_flags = 0 -+ | RTW_ROAM_ON_EXPIRED -+ | RTW_ROAM_ON_RESUME -+ #ifdef CONFIG_LAYER2_ROAMING_ACTIVE /* FIXME */ -+ | RTW_ROAM_ACTIVE -+ #endif -+ ; -+ -+ pmlmepriv->roam_scanr_exp_ms = RTW_ROAM_SCAN_RESULT_EXP_MS; -+ pmlmepriv->roam_rssi_diff_th = RTW_ROAM_RSSI_DIFF_TH; -+ pmlmepriv->roam_scan_int_ms = RTW_ROAM_SCAN_INTERVAL_MS; -+ -+ rtw_init_mlme_timer(padapter); -+ -+exit: -+ -+ return res; -+} -+ -+static void rtw_free_mlme_ie_data(u8 **ppie, u32 *plen) -+{ -+ if (*ppie) { -+ kfree(*ppie); -+ *plen = 0; -+ *ppie = NULL; -+ } -+} -+ -+void rtw_free_mlme_priv_ie_data(struct mlme_priv *pmlmepriv) -+{ -+ rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); -+ rtw_buf_free(&pmlmepriv->assoc_rsp, &pmlmepriv->assoc_rsp_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_beacon_ie, &pmlmepriv->wps_beacon_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_probe_req_ie, &pmlmepriv->wps_probe_req_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_probe_resp_ie, &pmlmepriv->wps_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_assoc_resp_ie, &pmlmepriv->wps_assoc_resp_ie_len); -+ -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_beacon_ie, &pmlmepriv->p2p_beacon_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_probe_req_ie, &pmlmepriv->p2p_probe_req_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_probe_resp_ie, &pmlmepriv->p2p_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_go_probe_resp_ie, &pmlmepriv->p2p_go_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_assoc_req_ie, &pmlmepriv->p2p_assoc_req_ie_len); -+} -+ -+void _rtw_free_mlme_priv(struct mlme_priv *pmlmepriv) -+{ -+ rtw_free_mlme_priv_ie_data(pmlmepriv); -+ -+ if (pmlmepriv) { -+ if (pmlmepriv->free_bss_buf) { -+ vfree(pmlmepriv->free_bss_buf); -+ } -+ } -+} -+ -+/* -+struct wlan_network *_rtw_dequeue_network(struct __queue *queue) -+{ -+ _irqL irqL; -+ -+ struct wlan_network *pnetwork; -+ -+ spin_lock_bh(&queue->lock); -+ -+ if (list_empty(&queue->queue)) -+ -+ pnetwork = NULL; -+ -+ else -+ { -+ pnetwork = LIST_CONTAINOR(get_next(&queue->queue), struct wlan_network, list); -+ -+ list_del_init(&(pnetwork->list)); -+ } -+ -+ spin_unlock_bh(&queue->lock); -+ -+ return pnetwork; -+} -+*/ -+ -+struct wlan_network *_rtw_alloc_network(struct mlme_priv *pmlmepriv)/* _queue *free_queue) */ -+{ -+ struct wlan_network *pnetwork; -+ struct __queue *free_queue = &pmlmepriv->free_bss_pool; -+ struct list_head *plist = NULL; -+ -+ spin_lock_bh(&free_queue->lock); -+ -+ if (list_empty(&free_queue->queue)) { -+ pnetwork = NULL; -+ goto exit; -+ } -+ plist = get_next(&(free_queue->queue)); -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ list_del_init(&pnetwork->list); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("_rtw_alloc_network: ptr =%p\n", plist)); -+ pnetwork->network_type = 0; -+ pnetwork->fixed = false; -+ pnetwork->last_scanned = jiffies; -+ pnetwork->aid = 0; -+ pnetwork->join_res = 0; -+ -+ pmlmepriv->num_of_scanned++; -+ -+exit: -+ spin_unlock_bh(&free_queue->lock); -+ -+ return pnetwork; -+} -+ -+void _rtw_free_network(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork, u8 isfreeall) -+{ -+ unsigned int delta_time; -+ u32 lifetime = SCANQUEUE_LIFETIME; -+/* _irqL irqL; */ -+ struct __queue *free_queue = &(pmlmepriv->free_bss_pool); -+ -+ if (pnetwork == NULL) -+ return; -+ -+ if (pnetwork->fixed == true) -+ return; -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true)) -+ lifetime = 1; -+ -+ if (!isfreeall) { -+ delta_time = jiffies_to_msecs(jiffies - pnetwork->last_scanned); -+ if (delta_time < lifetime)/* unit:msec */ -+ return; -+ } -+ -+ spin_lock_bh(&free_queue->lock); -+ -+ list_del_init(&(pnetwork->list)); -+ -+ list_add_tail(&(pnetwork->list), &(free_queue->queue)); -+ -+ pmlmepriv->num_of_scanned--; -+ -+ -+ /* DBG_871X("_rtw_free_network:SSID =%s\n", pnetwork->network.Ssid.Ssid); */ -+ -+ spin_unlock_bh(&free_queue->lock); -+} -+ -+void _rtw_free_network_nolock(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork) -+{ -+ -+ struct __queue *free_queue = &(pmlmepriv->free_bss_pool); -+ -+ if (pnetwork == NULL) -+ return; -+ -+ if (pnetwork->fixed == true) -+ return; -+ -+ /* spin_lock_irqsave(&free_queue->lock, irqL); */ -+ -+ list_del_init(&(pnetwork->list)); -+ -+ list_add_tail(&(pnetwork->list), get_list_head(free_queue)); -+ -+ pmlmepriv->num_of_scanned--; -+ -+ /* spin_unlock_irqrestore(&free_queue->lock, irqL); */ -+} -+ -+/* -+ return the wlan_network with the matching addr -+ -+ Shall be calle under atomic context... to avoid possible racing condition... -+*/ -+struct wlan_network *_rtw_find_network(struct __queue *scanned_queue, u8 *addr) -+{ -+ struct list_head *phead, *plist; -+ struct wlan_network *pnetwork = NULL; -+ u8 zero_addr[ETH_ALEN] = {0, 0, 0, 0, 0, 0}; -+ -+ if (!memcmp(zero_addr, addr, ETH_ALEN)) { -+ pnetwork = NULL; -+ goto exit; -+ } -+ -+ /* spin_lock_bh(&scanned_queue->lock); */ -+ -+ phead = get_list_head(scanned_queue); -+ plist = get_next(phead); -+ -+ while (plist != phead) { -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) -+ break; -+ -+ plist = get_next(plist); -+ } -+ -+ if (plist == phead) -+ pnetwork = NULL; -+ -+ /* spin_unlock_bh(&scanned_queue->lock); */ -+ -+exit: -+ return pnetwork; -+} -+ -+void _rtw_free_network_queue(struct adapter *padapter, u8 isfreeall) -+{ -+ struct list_head *phead, *plist; -+ struct wlan_network *pnetwork; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct __queue *scanned_queue = &pmlmepriv->scanned_queue; -+ -+ spin_lock_bh(&scanned_queue->lock); -+ -+ phead = get_list_head(scanned_queue); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ plist = get_next(plist); -+ -+ _rtw_free_network(pmlmepriv, pnetwork, isfreeall); -+ -+ } -+ -+ spin_unlock_bh(&scanned_queue->lock); -+} -+ -+ -+ -+ -+sint rtw_if_up(struct adapter *padapter) -+{ -+ -+ sint res; -+ -+ if (padapter->bDriverStopped || padapter->bSurpriseRemoved || -+ (check_fwstate(&padapter->mlmepriv, _FW_LINKED) == false)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_if_up:bDriverStopped(%d) OR bSurpriseRemoved(%d)", padapter->bDriverStopped, padapter->bSurpriseRemoved)); -+ res = false; -+ } else -+ res = true; -+ return res; -+} -+ -+ -+void rtw_generate_random_ibss(u8 *pibss) -+{ -+ unsigned long curtime = jiffies; -+ -+ pibss[0] = 0x02; /* in ad-hoc mode bit1 must set to 1 */ -+ pibss[1] = 0x11; -+ pibss[2] = 0x87; -+ pibss[3] = (u8)(curtime & 0xff) ;/* p[0]; */ -+ pibss[4] = (u8)((curtime>>8) & 0xff) ;/* p[1]; */ -+ pibss[5] = (u8)((curtime>>16) & 0xff) ;/* p[2]; */ -+ return; -+} -+ -+u8 *rtw_get_capability_from_ie(u8 *ie) -+{ -+ return (ie + 8 + 2); -+} -+ -+ -+u16 rtw_get_capability(struct wlan_bssid_ex *bss) -+{ -+ __le16 val; -+ -+ memcpy((u8 *)&val, rtw_get_capability_from_ie(bss->IEs), 2); -+ -+ return le16_to_cpu(val); -+} -+ -+u8 *rtw_get_beacon_interval_from_ie(u8 *ie) -+{ -+ return (ie + 8); -+} -+ -+ -+int rtw_init_mlme_priv(struct adapter *padapter)/* struct mlme_priv *pmlmepriv) */ -+{ -+ int res; -+ -+ res = _rtw_init_mlme_priv(padapter);/* (pmlmepriv); */ -+ return res; -+} -+ -+void rtw_free_mlme_priv(struct mlme_priv *pmlmepriv) -+{ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("rtw_free_mlme_priv\n")); -+ _rtw_free_mlme_priv(pmlmepriv); -+} -+ -+/* -+static struct wlan_network *rtw_dequeue_network(struct __queue *queue) -+{ -+ struct wlan_network *pnetwork; -+ -+ pnetwork = _rtw_dequeue_network(queue); -+ return pnetwork; -+} -+*/ -+ -+struct wlan_network *rtw_alloc_network(struct mlme_priv *pmlmepriv); -+struct wlan_network *rtw_alloc_network(struct mlme_priv *pmlmepriv)/* _queue *free_queue) */ -+{ -+ struct wlan_network *pnetwork; -+ -+ pnetwork = _rtw_alloc_network(pmlmepriv); -+ return pnetwork; -+} -+ -+void rtw_free_network_nolock(struct adapter *padapter, struct wlan_network *pnetwork); -+void rtw_free_network_nolock(struct adapter *padapter, struct wlan_network *pnetwork) -+{ -+ /* RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("rtw_free_network ==> ssid = %s\n\n" , pnetwork->network.Ssid.Ssid)); */ -+ _rtw_free_network_nolock(&(padapter->mlmepriv), pnetwork); -+ rtw_cfg80211_unlink_bss(padapter, pnetwork); -+} -+ -+ -+void rtw_free_network_queue(struct adapter *dev, u8 isfreeall) -+{ -+ _rtw_free_network_queue(dev, isfreeall); -+} -+ -+/* -+ return the wlan_network with the matching addr -+ -+ Shall be calle under atomic context... to avoid possible racing condition... -+*/ -+struct wlan_network *rtw_find_network(struct __queue *scanned_queue, u8 *addr) -+{ -+ struct wlan_network *pnetwork = _rtw_find_network(scanned_queue, addr); -+ -+ return pnetwork; -+} -+ -+int rtw_is_same_ibss(struct adapter *adapter, struct wlan_network *pnetwork) -+{ -+ int ret = true; -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ -+ if ((psecuritypriv->dot11PrivacyAlgrthm != _NO_PRIVACY_) && -+ (pnetwork->network.Privacy == 0)) -+ ret = false; -+ else if ((psecuritypriv->dot11PrivacyAlgrthm == _NO_PRIVACY_) && -+ (pnetwork->network.Privacy == 1)) -+ ret = false; -+ else -+ ret = true; -+ -+ return ret; -+ -+} -+ -+inline int is_same_ess(struct wlan_bssid_ex *a, struct wlan_bssid_ex *b) -+{ -+ /* RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("(%s,%d)(%s,%d)\n", */ -+ /* a->Ssid.Ssid, a->Ssid.SsidLength, b->Ssid.Ssid, b->Ssid.SsidLength)); */ -+ return (a->Ssid.SsidLength == b->Ssid.SsidLength) -+ && !memcmp(a->Ssid.Ssid, b->Ssid.Ssid, a->Ssid.SsidLength); -+} -+ -+int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature) -+{ -+ u16 s_cap, d_cap; -+ __le16 tmps, tmpd; -+ -+ if (rtw_bug_check(dst, src, &s_cap, &d_cap) == false) -+ return false; -+ -+ memcpy((u8 *)&tmps, rtw_get_capability_from_ie(src->IEs), 2); -+ memcpy((u8 *)&tmpd, rtw_get_capability_from_ie(dst->IEs), 2); -+ -+ -+ s_cap = le16_to_cpu(tmps); -+ d_cap = le16_to_cpu(tmpd); -+ -+ return ((src->Ssid.SsidLength == dst->Ssid.SsidLength) && -+ /* (src->Configuration.DSConfig == dst->Configuration.DSConfig) && */ -+ ((!memcmp(src->MacAddress, dst->MacAddress, ETH_ALEN))) && -+ ((!memcmp(src->Ssid.Ssid, dst->Ssid.Ssid, src->Ssid.SsidLength))) && -+ ((s_cap & WLAN_CAPABILITY_IBSS) == -+ (d_cap & WLAN_CAPABILITY_IBSS)) && -+ ((s_cap & WLAN_CAPABILITY_BSS) == -+ (d_cap & WLAN_CAPABILITY_BSS))); -+ -+} -+ -+struct wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) -+{ -+ struct list_head *phead, *plist; -+ struct wlan_network *found = NULL; -+ -+ phead = get_list_head(scanned_queue); -+ plist = get_next(phead); -+ -+ while (plist != phead) { -+ found = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ if (is_same_network(&network->network, &found->network, 0)) -+ break; -+ -+ plist = get_next(plist); -+ } -+ -+ if (plist == phead) -+ found = NULL; -+ -+ return found; -+} -+ -+struct wlan_network *rtw_get_oldest_wlan_network(struct __queue *scanned_queue) -+{ -+ struct list_head *plist, *phead; -+ -+ -+ struct wlan_network *pwlan = NULL; -+ struct wlan_network *oldest = NULL; -+ -+ phead = get_list_head(scanned_queue); -+ -+ plist = get_next(phead); -+ -+ while (1) { -+ -+ if (phead == plist) -+ break; -+ -+ pwlan = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ if (pwlan->fixed != true) { -+ if (oldest == NULL || time_after(oldest->last_scanned, pwlan->last_scanned)) -+ oldest = pwlan; -+ } -+ -+ plist = get_next(plist); -+ } -+ return oldest; -+ -+} -+ -+void update_network(struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src, -+ struct adapter *padapter, bool update_ie) -+{ -+ long rssi_ori = dst->Rssi; -+ -+ u8 sq_smp = src->PhyInfo.SignalQuality; -+ -+ u8 ss_final; -+ u8 sq_final; -+ long rssi_final; -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) && 1 -+ if (strcmp(dst->Ssid.Ssid, DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) == 0) { -+ DBG_871X(FUNC_ADPT_FMT" %s("MAC_FMT", ch%u) ss_ori:%3u, sq_ori:%3u, rssi_ori:%3ld, ss_smp:%3u, sq_smp:%3u, rssi_smp:%3ld\n" -+ , FUNC_ADPT_ARG(padapter) -+ , src->Ssid.Ssid, MAC_ARG(src->MacAddress), src->Configuration.DSConfig -+ , ss_ori, sq_ori, rssi_ori -+ , ss_smp, sq_smp, rssi_smp -+ ); -+ } -+ #endif -+ -+ /* The rule below is 1/5 for sample value, 4/5 for history value */ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { -+ /* Take the recvpriv's value for the connected AP*/ -+ ss_final = padapter->recvpriv.signal_strength; -+ sq_final = padapter->recvpriv.signal_qual; -+ /* the rssi value here is undecorated, and will be used for antenna diversity */ -+ if (sq_smp != 101) /* from the right channel */ -+ rssi_final = (src->Rssi+dst->Rssi*4)/5; -+ else -+ rssi_final = rssi_ori; -+ } else { -+ if (sq_smp != 101) { /* from the right channel */ -+ ss_final = ((u32)(src->PhyInfo.SignalStrength)+(u32)(dst->PhyInfo.SignalStrength)*4)/5; -+ sq_final = ((u32)(src->PhyInfo.SignalQuality)+(u32)(dst->PhyInfo.SignalQuality)*4)/5; -+ rssi_final = (src->Rssi+dst->Rssi*4)/5; -+ } else { -+ /* bss info not receving from the right channel, use the original RX signal infos */ -+ ss_final = dst->PhyInfo.SignalStrength; -+ sq_final = dst->PhyInfo.SignalQuality; -+ rssi_final = dst->Rssi; -+ } -+ -+ } -+ -+ if (update_ie) { -+ dst->Reserved[0] = src->Reserved[0]; -+ dst->Reserved[1] = src->Reserved[1]; -+ memcpy((u8 *)dst, (u8 *)src, get_wlan_bssid_ex_sz(src)); -+ } -+ -+ dst->PhyInfo.SignalStrength = ss_final; -+ dst->PhyInfo.SignalQuality = sq_final; -+ dst->Rssi = rssi_final; -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) && 1 -+ if (strcmp(dst->Ssid.Ssid, DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) == 0) { -+ DBG_871X(FUNC_ADPT_FMT" %s("MAC_FMT"), SignalStrength:%u, SignalQuality:%u, RawRSSI:%ld\n" -+ , FUNC_ADPT_ARG(padapter) -+ , dst->Ssid.Ssid, MAC_ARG(dst->MacAddress), dst->PhyInfo.SignalStrength, dst->PhyInfo.SignalQuality, dst->Rssi); -+ } -+ #endif -+} -+ -+static void update_current_network(struct adapter *adapter, struct wlan_bssid_ex *pnetwork) -+{ -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ rtw_bug_check(&(pmlmepriv->cur_network.network), -+ &(pmlmepriv->cur_network.network), -+ &(pmlmepriv->cur_network.network), -+ &(pmlmepriv->cur_network.network)); -+ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) && (is_same_network(&(pmlmepriv->cur_network.network), pnetwork, 0))) { -+ /* RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_,"Same Network\n"); */ -+ -+ /* if (pmlmepriv->cur_network.network.IELength<= pnetwork->IELength) */ -+ { -+ update_network(&(pmlmepriv->cur_network.network), pnetwork, adapter, true); -+ rtw_update_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof(struct ndis_802_11_fix_ie), -+ pmlmepriv->cur_network.network.IELength); -+ } -+ } -+} -+ -+ -+/* -+ -+Caller must hold pmlmepriv->lock first. -+ -+ -+*/ -+void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *target) -+{ -+ struct list_head *plist, *phead; -+ u32 bssid_ex_sz; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ struct wlan_network *oldest = NULL; -+ int target_find = 0; -+ u8 feature = 0; -+ -+ spin_lock_bh(&queue->lock); -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) { -+ if (phead == plist) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ rtw_bug_check(pnetwork, pnetwork, pnetwork, pnetwork); -+ -+ if (is_same_network(&(pnetwork->network), target, feature)) { -+ target_find = 1; -+ break; -+ } -+ -+ if (rtw_roam_flags(adapter)) { -+ /* TODO: don't select netowrk in the same ess as oldest if it's new enough*/ -+ } -+ -+ if (oldest == NULL || time_after(oldest->last_scanned, pnetwork->last_scanned)) -+ oldest = pnetwork; -+ -+ plist = get_next(plist); -+ -+ } -+ -+ -+ /* If we didn't find a match, then get a new network slot to initialize -+ * with this beacon's information */ -+ /* if (phead == plist) { */ -+ if (!target_find) { -+ if (list_empty(&pmlmepriv->free_bss_pool.queue)) { -+ /* If there are no more slots, expire the oldest */ -+ /* list_del_init(&oldest->list); */ -+ pnetwork = oldest; -+ if (pnetwork == NULL) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n\n\nsomething wrong here\n\n\n")); -+ goto exit; -+ } -+ memcpy(&(pnetwork->network), target, get_wlan_bssid_ex_sz(target)); -+ /* variable initialize */ -+ pnetwork->fixed = false; -+ pnetwork->last_scanned = jiffies; -+ -+ pnetwork->network_type = 0; -+ pnetwork->aid = 0; -+ pnetwork->join_res = 0; -+ -+ /* bss info not receving from the right channel */ -+ if (pnetwork->network.PhyInfo.SignalQuality == 101) -+ pnetwork->network.PhyInfo.SignalQuality = 0; -+ } else { -+ /* Otherwise just pull from the free list */ -+ -+ pnetwork = rtw_alloc_network(pmlmepriv); /* will update scan_time */ -+ -+ if (pnetwork == NULL) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n\n\nsomething wrong here\n\n\n")); -+ goto exit; -+ } -+ -+ bssid_ex_sz = get_wlan_bssid_ex_sz(target); -+ target->Length = bssid_ex_sz; -+ memcpy(&(pnetwork->network), target, bssid_ex_sz); -+ -+ pnetwork->last_scanned = jiffies; -+ -+ /* bss info not receving from the right channel */ -+ if (pnetwork->network.PhyInfo.SignalQuality == 101) -+ pnetwork->network.PhyInfo.SignalQuality = 0; -+ -+ list_add_tail(&(pnetwork->list), &(queue->queue)); -+ -+ } -+ } else { -+ /* we have an entry and we are going to update it. But this entry may -+ * be already expired. In this case we do the same as we found a new -+ * net and call the new_net handler -+ */ -+ bool update_ie = true; -+ -+ pnetwork->last_scanned = jiffies; -+ -+ /* target.Reserved[0]== 1, means that scaned network is a bcn frame. */ -+ if ((pnetwork->network.IELength > target->IELength) && (target->Reserved[0] == 1)) -+ update_ie = false; -+ -+ /* probe resp(3) > beacon(1) > probe req(2) */ -+ if ((target->Reserved[0] != 2) && -+ (target->Reserved[0] >= pnetwork->network.Reserved[0]) -+ ) { -+ update_ie = true; -+ } else { -+ update_ie = false; -+ } -+ -+ update_network(&(pnetwork->network), target, adapter, update_ie); -+ } -+ -+exit: -+ spin_unlock_bh(&queue->lock); -+} -+ -+void rtw_add_network(struct adapter *adapter, struct wlan_bssid_ex *pnetwork); -+void rtw_add_network(struct adapter *adapter, struct wlan_bssid_ex *pnetwork) -+{ -+ /* struct __queue *queue = &(pmlmepriv->scanned_queue); */ -+ -+ /* spin_lock_bh(&queue->lock); */ -+ -+ update_current_network(adapter, pnetwork); -+ -+ rtw_update_scanned_network(adapter, pnetwork); -+ -+ /* spin_unlock_bh(&queue->lock); */ -+} -+ -+/* select the desired network based on the capability of the (i)bss. */ -+/* check items: (1) security */ -+/* (2) network_type */ -+/* (3) WMM */ -+/* (4) HT */ -+/* (5) others */ -+int rtw_is_desired_network(struct adapter *adapter, struct wlan_network *pnetwork); -+int rtw_is_desired_network(struct adapter *adapter, struct wlan_network *pnetwork) -+{ -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u32 desired_encmode; -+ u32 privacy; -+ -+ /* u8 wps_ie[512]; */ -+ uint wps_ielen; -+ -+ int bselected = true; -+ -+ desired_encmode = psecuritypriv->ndisencryptstatus; -+ privacy = pnetwork->network.Privacy; -+ -+ if (check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) { -+ if (rtw_get_wps_ie(pnetwork->network.IEs+_FIXED_IE_LENGTH_, pnetwork->network.IELength-_FIXED_IE_LENGTH_, NULL, &wps_ielen) != NULL) -+ return true; -+ else -+ return false; -+ -+ } -+ if (adapter->registrypriv.wifi_spec == 1) { /* for correct flow of 8021X to do.... */ -+ u8 *p = NULL; -+ uint ie_len = 0; -+ -+ if ((desired_encmode == Ndis802_11EncryptionDisabled) && (privacy != 0)) -+ bselected = false; -+ -+ if (psecuritypriv->ndisauthtype == Ndis802_11AuthModeWPA2PSK) { -+ p = rtw_get_ie(pnetwork->network.IEs + _BEACON_IE_OFFSET_, _RSN_IE_2_, &ie_len, (pnetwork->network.IELength - _BEACON_IE_OFFSET_)); -+ if (p && ie_len > 0) { -+ bselected = true; -+ } else { -+ bselected = false; -+ } -+ } -+ } -+ -+ -+ if ((desired_encmode != Ndis802_11EncryptionDisabled) && (privacy == 0)) { -+ DBG_871X("desired_encmode: %d, privacy: %d\n", desired_encmode, privacy); -+ bselected = false; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true) { -+ if (pnetwork->network.InfrastructureMode != pmlmepriv->cur_network.network.InfrastructureMode) -+ bselected = false; -+ } -+ -+ -+ return bselected; -+} -+ -+/* TODO: Perry : For Power Management */ -+void rtw_atimdone_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("receive atimdone_evet\n")); -+} -+ -+ -+void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+ u32 len; -+ struct wlan_bssid_ex *pnetwork; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ pnetwork = (struct wlan_bssid_ex *)pbuf; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_survey_event_callback, ssid =%s\n", pnetwork->Ssid.Ssid)); -+ -+ len = get_wlan_bssid_ex_sz(pnetwork); -+ if (len > (sizeof(struct wlan_bssid_ex))) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n ****rtw_survey_event_callback: return a wrong bss ***\n")); -+ return; -+ } -+ -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ /* update IBSS_network 's timestamp */ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) == true) { -+ /* RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_,"rtw_survey_event_callback : WIFI_ADHOC_MASTER_STATE\n\n"); */ -+ if (!memcmp(&(pmlmepriv->cur_network.network.MacAddress), pnetwork->MacAddress, ETH_ALEN)) { -+ struct wlan_network *ibss_wlan = NULL; -+ -+ memcpy(pmlmepriv->cur_network.network.IEs, pnetwork->IEs, 8); -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ ibss_wlan = rtw_find_network(&pmlmepriv->scanned_queue, pnetwork->MacAddress); -+ if (ibss_wlan) { -+ memcpy(ibss_wlan->network.IEs, pnetwork->IEs, 8); -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ goto exit; -+ } -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ } -+ } -+ -+ /* lock pmlmepriv->lock when you accessing network_q */ -+ if ((check_fwstate(pmlmepriv, _FW_UNDER_LINKING)) == false) { -+ if (pnetwork->Ssid.Ssid[0] == 0) { -+ pnetwork->Ssid.SsidLength = 0; -+ } -+ rtw_add_network(adapter, pnetwork); -+ } -+ -+exit: -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ return; -+} -+ -+ -+ -+void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+ u8 timer_cancelled = false; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ if (pmlmepriv->wps_probe_req_ie) { -+ pmlmepriv->wps_probe_req_ie_len = 0; -+ kfree(pmlmepriv->wps_probe_req_ie); -+ pmlmepriv->wps_probe_req_ie = NULL; -+ } -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_surveydone_event_callback: fw_state:%x\n\n", get_fwstate(pmlmepriv))); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) { -+ /* u8 timer_cancelled; */ -+ -+ timer_cancelled = true; -+ /* _cancel_timer(&pmlmepriv->scan_to_timer, &timer_cancelled); */ -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ } else { -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("nic status =%x, survey done event comes too late!\n", get_fwstate(pmlmepriv))); -+ } -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ if (timer_cancelled) -+ _cancel_timer(&pmlmepriv->scan_to_timer, &timer_cancelled); -+ -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ rtw_set_signal_stat_timer(&adapter->recvpriv); -+ -+ if (pmlmepriv->to_join == true) { -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true)) { -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == false) { -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ -+ if (rtw_select_and_join_from_scanned_queue(pmlmepriv) == _SUCCESS) { -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ } else{ -+ struct wlan_bssid_ex *pdev_network = &(adapter->registrypriv.dev_network); -+ u8 *pibss = adapter->registrypriv.dev_network.MacAddress; -+ -+ /* pmlmepriv->fw_state ^= _FW_UNDER_SURVEY;because don't set assoc_timer */ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("switching to adhoc master\n")); -+ -+ memset(&pdev_network->Ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ memcpy(&pdev_network->Ssid, &pmlmepriv->assoc_ssid, sizeof(struct ndis_802_11_ssid)); -+ -+ rtw_update_registrypriv_dev_network(adapter); -+ rtw_generate_random_ibss(pibss); -+ -+ pmlmepriv->fw_state = WIFI_ADHOC_MASTER_STATE; -+ -+ if (rtw_createbss_cmd(adapter) != _SUCCESS) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Error =>rtw_createbss_cmd status FAIL\n")); -+ } -+ -+ pmlmepriv->to_join = false; -+ } -+ } -+ } else{ -+ int s_ret; -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ pmlmepriv->to_join = false; -+ s_ret = rtw_select_and_join_from_scanned_queue(pmlmepriv); -+ if (_SUCCESS == s_ret) { -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ } else if (s_ret == 2) {/* there is no need to wait for join */ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ rtw_indicate_connect(adapter); -+ } else{ -+ DBG_871X("try_to_join, but select scanning queue fail, to_roam:%d\n", rtw_to_roam(adapter)); -+ -+ if (rtw_to_roam(adapter) != 0) { -+ if (rtw_dec_to_roam(adapter) == 0 -+ || _SUCCESS != rtw_sitesurvey_cmd(adapter, &pmlmepriv->assoc_ssid, 1, NULL, 0) -+ ) { -+ rtw_set_to_roam(adapter, 0); -+#ifdef CONFIG_INTEL_WIDI -+ if (adapter->mlmepriv.widi_state == INTEL_WIDI_STATE_ROAMING) { -+ memset(pmlmepriv->sa_ext, 0x00, L2SDTA_SERVICE_VE_LEN); -+ intel_widi_wk_cmd(adapter, INTEL_WIDI_LISTEN_WK, NULL, 0); -+ DBG_871X("change to widi listen\n"); -+ } -+#endif /* CONFIG_INTEL_WIDI */ -+ rtw_free_assoc_resources(adapter, 1); -+ rtw_indicate_disconnect(adapter); -+ } else { -+ pmlmepriv->to_join = true; -+ } -+ } else -+ rtw_indicate_disconnect(adapter); -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ } -+ } -+ } else { -+ if (rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED)) { -+ if (rtw_select_roaming_candidate(pmlmepriv) == _SUCCESS) { -+ receive_disconnect(adapter, pmlmepriv->cur_network.network.MacAddress -+ , WLAN_REASON_ACTIVE_ROAM); -+ } -+ } -+ } -+ } -+ -+ /* DBG_871X("scan complete in %dms\n", jiffies_to_msecs(jiffies - pmlmepriv->scan_start_time)); */ -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ rtw_os_xmit_schedule(adapter); -+ -+ rtw_cfg80211_surveydone_event_callback(adapter); -+ -+ rtw_indicate_scan_done(adapter, false); -+} -+ -+void rtw_dummy_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+} -+ -+void rtw_fwdbg_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+} -+ -+static void free_scanqueue(struct mlme_priv *pmlmepriv) -+{ -+ struct __queue *free_queue = &pmlmepriv->free_bss_pool; -+ struct __queue *scan_queue = &pmlmepriv->scanned_queue; -+ struct list_head *plist, *phead, *ptemp; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("+free_scanqueue\n")); -+ spin_lock_bh(&scan_queue->lock); -+ spin_lock_bh(&free_queue->lock); -+ -+ phead = get_list_head(scan_queue); -+ plist = get_next(phead); -+ -+ while (plist != phead) { -+ ptemp = get_next(plist); -+ list_del_init(plist); -+ list_add_tail(plist, &free_queue->queue); -+ plist = ptemp; -+ pmlmepriv->num_of_scanned--; -+ } -+ -+ spin_unlock_bh(&free_queue->lock); -+ spin_unlock_bh(&scan_queue->lock); -+} -+ -+static void rtw_reset_rx_info(struct debug_priv *pdbgpriv) -+{ -+ pdbgpriv->dbg_rx_ampdu_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_forced_indicate_count = 0; -+ pdbgpriv->dbg_rx_ampdu_loss_count = 0; -+ pdbgpriv->dbg_rx_dup_mgt_frame_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_window_shift_cnt = 0; -+} -+ -+static void find_network(struct adapter *adapter) -+{ -+ struct wlan_network *pwlan = NULL; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct wlan_network *tgt_network = &pmlmepriv->cur_network; -+ -+ pwlan = rtw_find_network(&pmlmepriv->scanned_queue, tgt_network->network.MacAddress); -+ if (pwlan) -+ pwlan->fixed = false; -+ else -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("rtw_free_assoc_resources : pwlan == NULL\n\n")); -+ -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) && -+ (adapter->stapriv.asoc_sta_count == 1)) -+ rtw_free_network_nolock(adapter, pwlan); -+} -+ -+/* -+*rtw_free_assoc_resources: the caller has to lock pmlmepriv->lock -+*/ -+void rtw_free_assoc_resources(struct adapter *adapter, int lock_scanned_queue) -+{ -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct wlan_network *tgt_network = &pmlmepriv->cur_network; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct dvobj_priv *psdpriv = adapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("+rtw_free_assoc_resources\n")); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("tgt_network->network.MacAddress ="MAC_FMT" ssid =%s\n", -+ MAC_ARG(tgt_network->network.MacAddress), tgt_network->network.Ssid.Ssid)); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_AP_STATE)) { -+ struct sta_info *psta; -+ -+ psta = rtw_get_stainfo(&adapter->stapriv, tgt_network->network.MacAddress); -+ spin_lock_bh(&(pstapriv->sta_hash_lock)); -+ rtw_free_stainfo(adapter, psta); -+ -+ spin_unlock_bh(&(pstapriv->sta_hash_lock)); -+ -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE|WIFI_AP_STATE)) { -+ struct sta_info *psta; -+ -+ rtw_free_all_stainfo(adapter); -+ -+ psta = rtw_get_bcmc_stainfo(adapter); -+ rtw_free_stainfo(adapter, psta); -+ -+ rtw_init_bcmc_stainfo(adapter); -+ } -+ -+ if (lock_scanned_queue) { -+ find_network(adapter); -+ } else { -+ find_network(adapter); -+ } -+ -+ if (lock_scanned_queue) -+ -+ adapter->securitypriv.key_mask = 0; -+ -+ rtw_reset_rx_info(pdbgpriv); -+} -+ -+/* -+*rtw_indicate_connect: the caller has to lock pmlmepriv->lock -+*/ -+void rtw_indicate_connect(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("+rtw_indicate_connect\n")); -+ -+ pmlmepriv->to_join = false; -+ -+ if (!check_fwstate(&padapter->mlmepriv, _FW_LINKED)) { -+ -+ set_fwstate(pmlmepriv, _FW_LINKED); -+ -+ rtw_os_indicate_connect(padapter); -+ } -+ -+ rtw_set_to_roam(padapter, 0); -+#ifdef CONFIG_INTEL_WIDI -+ if (padapter->mlmepriv.widi_state == INTEL_WIDI_STATE_ROAMING) { -+ memset(pmlmepriv->sa_ext, 0x00, L2SDTA_SERVICE_VE_LEN); -+ intel_widi_wk_cmd(padapter, INTEL_WIDI_LISTEN_WK, NULL, 0); -+ DBG_871X("change to widi listen\n"); -+ } -+#endif /* CONFIG_INTEL_WIDI */ -+ -+ rtw_set_scan_deny(padapter, 3000); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("-rtw_indicate_connect: fw_state = 0x%08x\n", get_fwstate(pmlmepriv))); -+} -+ -+/* -+*rtw_indicate_disconnect: the caller has to lock pmlmepriv->lock -+*/ -+void rtw_indicate_disconnect(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("+rtw_indicate_disconnect\n")); -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING|WIFI_UNDER_WPS); -+ -+ /* DBG_871X("clear wps when %s\n", __func__); */ -+ -+ if (rtw_to_roam(padapter) > 0) -+ _clr_fwstate_(pmlmepriv, _FW_LINKED); -+ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) -+ || (rtw_to_roam(padapter) <= 0) -+ ) { -+ rtw_os_indicate_disconnect(padapter); -+ -+ /* set ips_deny_time to avoid enter IPS before LPS leave */ -+ rtw_set_ips_deny(padapter, 3000); -+ -+ _clr_fwstate_(pmlmepriv, _FW_LINKED); -+ -+ rtw_clear_scan_deny(padapter); -+ } -+ -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_DISCONNECT, 1); -+} -+ -+inline void rtw_indicate_scan_done(struct adapter *padapter, bool aborted) -+{ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ rtw_os_indicate_scan_done(padapter, aborted); -+ -+ if (is_primary_adapter(padapter) && -+ (!adapter_to_pwrctl(padapter)->bInSuspend) && -+ (!check_fwstate(&padapter->mlmepriv, -+ WIFI_ASOC_STATE|WIFI_UNDER_LINKING))) { -+ struct pwrctrl_priv *pwrpriv; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ rtw_set_ips_deny(padapter, 0); -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 1); -+ } -+} -+ -+void rtw_scan_abort(struct adapter *adapter) -+{ -+ unsigned long start; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+ -+ start = jiffies; -+ pmlmeext->scan_abort = true; -+ while (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) -+ && jiffies_to_msecs(start) <= 200) { -+ -+ if (adapter->bDriverStopped || adapter->bSurpriseRemoved) -+ break; -+ -+ DBG_871X(FUNC_NDEV_FMT"fw_state = _FW_UNDER_SURVEY!\n", FUNC_NDEV_ARG(adapter->pnetdev)); -+ msleep(20); -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) { -+ if (!adapter->bDriverStopped && !adapter->bSurpriseRemoved) -+ DBG_871X(FUNC_NDEV_FMT"waiting for scan_abort time out!\n", FUNC_NDEV_ARG(adapter->pnetdev)); -+ rtw_indicate_scan_done(adapter, true); -+ } -+ pmlmeext->scan_abort = false; -+} -+ -+static struct sta_info *rtw_joinbss_update_stainfo(struct adapter *padapter, struct wlan_network *pnetwork) -+{ -+ int i; -+ struct sta_info *bmc_sta, *psta = NULL; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ psta = rtw_get_stainfo(pstapriv, pnetwork->network.MacAddress); -+ if (psta == NULL) { -+ psta = rtw_alloc_stainfo(pstapriv, pnetwork->network.MacAddress); -+ } -+ -+ if (psta) { /* update ptarget_sta */ -+ -+ DBG_871X("%s\n", __func__); -+ -+ psta->aid = pnetwork->join_res; -+ -+ update_sta_info(padapter, psta); -+ -+ /* update station supportRate */ -+ psta->bssratelen = rtw_get_rateset_len(pnetwork->network.SupportedRates); -+ memcpy(psta->bssrateset, pnetwork->network.SupportedRates, psta->bssratelen); -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ -+ psta->wireless_mode = pmlmeext->cur_wireless_mode; -+ psta->raid = rtw_hal_networktype_to_raid(padapter, psta); -+ -+ -+ /* sta mode */ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, true); -+ -+ /* security related */ -+ if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { -+ padapter->securitypriv.binstallGrpkey = false; -+ padapter->securitypriv.busetkipkey = false; -+ padapter->securitypriv.bgrpkey_handshake = false; -+ -+ psta->ieee8021x_blocked = true; -+ psta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ -+ memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof(union Keytype)); -+ -+ memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof(union Keytype)); -+ memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof(union Keytype)); -+ -+ memset((u8 *)&psta->dot11txpn, 0, sizeof(union pn48)); -+ psta->dot11txpn.val = psta->dot11txpn.val + 1; -+ memset((u8 *)&psta->dot11wtxpn, 0, sizeof(union pn48)); -+ memset((u8 *)&psta->dot11rxpn, 0, sizeof(union pn48)); -+ } -+ -+ /* Commented by Albert 2012/07/21 */ -+ /* When doing the WPS, the wps_ie_len won't equal to 0 */ -+ /* And the Wi-Fi driver shouldn't allow the data packet to be tramsmitted. */ -+ if (padapter->securitypriv.wps_ie_len != 0) { -+ psta->ieee8021x_blocked = true; -+ padapter->securitypriv.wps_ie_len = 0; -+ } -+ -+ -+ /* for A-MPDU Rx reordering buffer control for bmc_sta & sta_info */ -+ /* if A-MPDU Rx is enabled, reseting rx_ordering_ctrl wstart_b(indicate_seq) to default value = 0xffff */ -+ /* todo: check if AP can send A-MPDU packets */ -+ for (i = 0; i < 16 ; i++) { -+ /* preorder_ctrl = &precvpriv->recvreorder_ctrl[i]; */ -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ preorder_ctrl->enable = false; -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b = 0xffff; -+ preorder_ctrl->wsize_b = 64;/* max_ampdu_sz;ex. 32(kbytes) -> wsize_b =32 */ -+ } -+ -+ -+ bmc_sta = rtw_get_bcmc_stainfo(padapter); -+ if (bmc_sta) { -+ for (i = 0; i < 16 ; i++) { -+ /* preorder_ctrl = &precvpriv->recvreorder_ctrl[i]; */ -+ preorder_ctrl = &bmc_sta->recvreorder_ctrl[i]; -+ preorder_ctrl->enable = false; -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b = 0xffff; -+ preorder_ctrl->wsize_b = 64;/* max_ampdu_sz;ex. 32(kbytes) -> wsize_b =32 */ -+ } -+ } -+ } -+ -+ return psta; -+ -+} -+ -+/* pnetwork : returns from rtw_joinbss_event_callback */ -+/* ptarget_wlan: found from scanned_queue */ -+static void rtw_joinbss_update_network(struct adapter *padapter, struct wlan_network *ptarget_wlan, struct wlan_network *pnetwork) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ -+ DBG_871X("%s\n", __func__); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("\nfw_state:%x, BSSID:"MAC_FMT"\n" -+ , get_fwstate(pmlmepriv), MAC_ARG(pnetwork->network.MacAddress))); -+ -+ -+ /* why not use ptarget_wlan?? */ -+ memcpy(&cur_network->network, &pnetwork->network, pnetwork->network.Length); -+ /* some IEs in pnetwork is wrong, so we should use ptarget_wlan IEs */ -+ cur_network->network.IELength = ptarget_wlan->network.IELength; -+ memcpy(&cur_network->network.IEs[0], &ptarget_wlan->network.IEs[0], MAX_IE_SZ); -+ -+ cur_network->aid = pnetwork->join_res; -+ -+ -+ rtw_set_signal_stat_timer(&padapter->recvpriv); -+ -+ padapter->recvpriv.signal_strength = ptarget_wlan->network.PhyInfo.SignalStrength; -+ padapter->recvpriv.signal_qual = ptarget_wlan->network.PhyInfo.SignalQuality; -+ /* the ptarget_wlan->network.Rssi is raw data, we use ptarget_wlan->network.PhyInfo.SignalStrength instead (has scaled) */ -+ padapter->recvpriv.rssi = translate_percentage_to_dbm(ptarget_wlan->network.PhyInfo.SignalStrength); -+ #if defined(DBG_RX_SIGNAL_DISPLAY_PROCESSING) && 1 -+ DBG_871X(FUNC_ADPT_FMT" signal_strength:%3u, rssi:%3d, signal_qual:%3u" -+ "\n" -+ , FUNC_ADPT_ARG(padapter) -+ , padapter->recvpriv.signal_strength -+ , padapter->recvpriv.rssi -+ , padapter->recvpriv.signal_qual -+ ); -+ #endif -+ -+ rtw_set_signal_stat_timer(&padapter->recvpriv); -+ -+ /* update fw_state will clr _FW_UNDER_LINKING here indirectly */ -+ switch (pnetwork->network.InfrastructureMode) { -+ case Ndis802_11Infrastructure: -+ -+ if (pmlmepriv->fw_state&WIFI_UNDER_WPS) -+ pmlmepriv->fw_state = WIFI_STATION_STATE|WIFI_UNDER_WPS; -+ else -+ pmlmepriv->fw_state = WIFI_STATION_STATE; -+ -+ break; -+ case Ndis802_11IBSS: -+ pmlmepriv->fw_state = WIFI_ADHOC_STATE; -+ break; -+ default: -+ pmlmepriv->fw_state = WIFI_NULL_STATE; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Invalid network_mode\n")); -+ break; -+ } -+ -+ rtw_update_protection(padapter, (cur_network->network.IEs) + sizeof(struct ndis_802_11_fix_ie), -+ (cur_network->network.IELength)); -+ -+ rtw_update_ht_cap(padapter, cur_network->network.IEs, cur_network->network.IELength, (u8) cur_network->network.Configuration.DSConfig); -+} -+ -+/* Notes: the fucntion could be > passive_level (the same context as Rx tasklet) */ -+/* pnetwork : returns from rtw_joinbss_event_callback */ -+/* ptarget_wlan: found from scanned_queue */ -+/* if join_res > 0, for (fw_state ==WIFI_STATION_STATE), we check if "ptarget_sta" & "ptarget_wlan" exist. */ -+/* if join_res > 0, for (fw_state ==WIFI_ADHOC_STATE), we only check if "ptarget_wlan" exist. */ -+/* if join_res > 0, update "cur_network->network" from "pnetwork->network" if (ptarget_wlan != NULL). */ -+/* */ -+/* define REJOIN */ -+void rtw_joinbss_event_prehandle(struct adapter *adapter, u8 *pbuf) -+{ -+ static u8 retry = 0; -+ u8 timer_cancelled; -+ struct sta_info *ptarget_sta = NULL, *pcur_sta = NULL; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct wlan_network *pnetwork = (struct wlan_network *)pbuf; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wlan_network *pcur_wlan = NULL, *ptarget_wlan = NULL; -+ unsigned int the_same_macaddr = false; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("joinbss event call back received with res =%d\n", pnetwork->join_res)); -+ -+ rtw_get_encrypt_decrypt_from_registrypriv(adapter); -+ -+ -+ if (pmlmepriv->assoc_ssid.SsidLength == 0) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("@@@@@ joinbss event call back for Any SSid\n")); -+ } else{ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("@@@@@ rtw_joinbss_event_callback for SSid:%s\n", pmlmepriv->assoc_ssid.Ssid)); -+ } -+ -+ the_same_macaddr = !memcmp(pnetwork->network.MacAddress, cur_network->network.MacAddress, ETH_ALEN); -+ -+ pnetwork->network.Length = get_wlan_bssid_ex_sz(&pnetwork->network); -+ if (pnetwork->network.Length > sizeof(struct wlan_bssid_ex)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n\n ***joinbss_evt_callback return a wrong bss ***\n\n")); -+ return; -+ } -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount = 0; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("\n rtw_joinbss_event_callback !! spin_lock_irqsave\n")); -+ -+ if (pnetwork->join_res > 0) { -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ retry = 0; -+ if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING)) { -+ /* s1. find ptarget_wlan */ -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ if (the_same_macaddr == true) { -+ ptarget_wlan = rtw_find_network(&pmlmepriv->scanned_queue, cur_network->network.MacAddress); -+ } else{ -+ pcur_wlan = rtw_find_network(&pmlmepriv->scanned_queue, cur_network->network.MacAddress); -+ if (pcur_wlan) -+ pcur_wlan->fixed = false; -+ -+ pcur_sta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); -+ if (pcur_sta) -+ rtw_free_stainfo(adapter, pcur_sta); -+ -+ ptarget_wlan = rtw_find_network(&pmlmepriv->scanned_queue, pnetwork->network.MacAddress); -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ if (ptarget_wlan) -+ ptarget_wlan->fixed = true; -+ } -+ } -+ -+ } else{ -+ ptarget_wlan = _rtw_find_same_network(&pmlmepriv->scanned_queue, pnetwork); -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ if (ptarget_wlan) -+ ptarget_wlan->fixed = true; -+ } -+ } -+ -+ /* s2. update cur_network */ -+ if (ptarget_wlan) { -+ rtw_joinbss_update_network(adapter, ptarget_wlan, pnetwork); -+ } else{ -+ DBG_871X_LEVEL(_drv_always_, "Can't find ptarget_wlan when joinbss_event callback\n"); -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ goto ignore_joinbss_callback; -+ } -+ -+ -+ /* s3. find ptarget_sta & update ptarget_sta after update cur_network only for station mode */ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ ptarget_sta = rtw_joinbss_update_stainfo(adapter, pnetwork); -+ if (ptarget_sta == NULL) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Can't update stainfo when joinbss_event callback\n")); -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ goto ignore_joinbss_callback; -+ } -+ } -+ -+ /* s4. indicate connect */ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ pmlmepriv->cur_network_scanned = ptarget_wlan; -+ rtw_indicate_connect(adapter); -+ } else{ -+ /* adhoc mode will rtw_indicate_connect when rtw_stassoc_event_callback */ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("adhoc mode, fw_state:%x", get_fwstate(pmlmepriv))); -+ } -+ -+ -+ /* s5. Cancle assoc_timer */ -+ _cancel_timer(&pmlmepriv->assoc_timer, &timer_cancelled); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("Cancle assoc_timer\n")); -+ -+ } else{ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("rtw_joinbss_event_callback err: fw_state:%x", get_fwstate(pmlmepriv))); -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ goto ignore_joinbss_callback; -+ } -+ -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ } else if (pnetwork->join_res == -4) { -+ rtw_reset_securitypriv(adapter); -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ -+ /* rtw_free_assoc_resources(adapter, 1); */ -+ -+ if ((check_fwstate(pmlmepriv, _FW_UNDER_LINKING)) == true) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("fail! clear _FW_UNDER_LINKING ^^^fw_state =%x\n", get_fwstate(pmlmepriv))); -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ } -+ -+ } else{/* if join_res < 0 (join fails), then try again */ -+ -+ #ifdef REJOIN -+ res = _FAIL; -+ if (retry < 2) { -+ res = rtw_select_and_join_from_scanned_queue(pmlmepriv); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("rtw_select_and_join_from_scanned_queue again! res:%d\n", res)); -+ } -+ -+ if (res == _SUCCESS) { -+ /* extend time of assoc_timer */ -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ retry++; -+ } else if (res == 2) {/* there is no need to wait for join */ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ rtw_indicate_connect(adapter); -+ } else{ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Set Assoc_Timer = 1; can't find match ssid in scanned_q\n")); -+ #endif -+ -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ /* rtw_free_assoc_resources(adapter, 1); */ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ #ifdef REJOIN -+ retry = 0; -+ } -+ #endif -+ } -+ -+ignore_joinbss_callback: -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+} -+ -+void rtw_joinbss_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+ struct wlan_network *pnetwork = (struct wlan_network *)pbuf; -+ -+ mlmeext_joinbss_event_callback(adapter, pnetwork->join_res); -+ -+ rtw_os_xmit_schedule(adapter); -+} -+ -+/* FOR STA, AP , AD-HOC mode */ -+void rtw_sta_media_status_rpt(struct adapter *adapter, struct sta_info *psta, u32 mstatus) -+{ -+ u16 media_status_rpt; -+ -+ if (psta == NULL) -+ return; -+ -+ media_status_rpt = (u16)((psta->mac_id<<8)|mstatus); /* MACID|OPMODE:1 connect */ -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, (u8 *)&media_status_rpt); -+} -+ -+void rtw_stassoc_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+ struct sta_info *psta; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct stassoc_event *pstassoc = (struct stassoc_event *)pbuf; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wlan_network *ptarget_wlan = NULL; -+ -+ if (rtw_access_ctrl(adapter, pstassoc->macaddr) == false) -+ return; -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ psta = rtw_get_stainfo(&adapter->stapriv, pstassoc->macaddr); -+ if (psta) { -+ u8 *passoc_req = NULL; -+ u32 assoc_req_len = 0; -+ -+ rtw_sta_media_status_rpt(adapter, psta, 1); -+ -+#ifndef CONFIG_AUTO_AP_MODE -+ -+ ap_sta_info_defer_update(adapter, psta); -+ -+ /* report to upper layer */ -+ DBG_871X("indicate_sta_assoc_event to upper layer - hostapd\n"); -+ spin_lock_bh(&psta->lock); -+ if (psta->passoc_req && psta->assoc_req_len > 0) { -+ passoc_req = rtw_zmalloc(psta->assoc_req_len); -+ if (passoc_req) { -+ assoc_req_len = psta->assoc_req_len; -+ memcpy(passoc_req, psta->passoc_req, assoc_req_len); -+ -+ kfree(psta->passoc_req); -+ psta->passoc_req = NULL; -+ psta->assoc_req_len = 0; -+ } -+ } -+ spin_unlock_bh(&psta->lock); -+ -+ if (passoc_req && assoc_req_len > 0) { -+ rtw_cfg80211_indicate_sta_assoc(adapter, passoc_req, assoc_req_len); -+ -+ kfree(passoc_req); -+ } -+#endif /* CONFIG_AUTO_AP_MODE */ -+ } -+ return; -+ } -+ -+ /* for AD-HOC mode */ -+ psta = rtw_get_stainfo(&adapter->stapriv, pstassoc->macaddr); -+ if (psta != NULL) { -+ /* the sta have been in sta_info_queue => do nothing */ -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Error: rtw_stassoc_event_callback: sta has been in sta_hash_queue\n")); -+ -+ return; /* between drv has received this event before and fw have not yet to set key to CAM_ENTRY) */ -+ } -+ -+ psta = rtw_alloc_stainfo(&adapter->stapriv, pstassoc->macaddr); -+ if (psta == NULL) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Can't alloc sta_info when rtw_stassoc_event_callback\n")); -+ return; -+ } -+ -+ /* to do : init sta_info variable */ -+ psta->qos_option = 0; -+ psta->mac_id = (uint)pstassoc->cam_id; -+ /* psta->aid = (uint)pstassoc->cam_id; */ -+ DBG_871X("%s\n", __func__); -+ /* for ad-hoc mode */ -+ rtw_hal_set_odm_var(adapter, HAL_ODM_STA_INFO, psta, true); -+ -+ rtw_sta_media_status_rpt(adapter, psta, 1); -+ -+ if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) -+ psta->dot118021XPrivacy = adapter->securitypriv.dot11PrivacyAlgrthm; -+ -+ -+ psta->ieee8021x_blocked = false; -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true)) { -+ if (adapter->stapriv.asoc_sta_count == 2) { -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ ptarget_wlan = rtw_find_network(&pmlmepriv->scanned_queue, cur_network->network.MacAddress); -+ pmlmepriv->cur_network_scanned = ptarget_wlan; -+ if (ptarget_wlan) -+ ptarget_wlan->fixed = true; -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ /* a sta + bc/mc_stainfo (not Ibss_stainfo) */ -+ rtw_indicate_connect(adapter); -+ } -+ } -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ -+ mlmeext_sta_add_event_callback(adapter, psta); -+} -+ -+void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf) -+{ -+ int mac_id = (-1); -+ struct sta_info *psta; -+ struct wlan_network *pwlan = NULL; -+ struct wlan_bssid_ex *pdev_network = NULL; -+ u8 *pibss = NULL; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct stadel_event *pstadel = (struct stadel_event *)pbuf; -+ struct wlan_network *tgt_network = &(pmlmepriv->cur_network); -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ psta = rtw_get_stainfo(&adapter->stapriv, pstadel->macaddr); -+ if (psta) -+ mac_id = psta->mac_id; -+ else -+ mac_id = pstadel->mac_id; -+ -+ DBG_871X("%s(mac_id =%d) =" MAC_FMT "\n", __func__, mac_id, MAC_ARG(pstadel->macaddr)); -+ -+ if (mac_id >= 0) { -+ u16 media_status; -+ media_status = (mac_id<<8)|0; /* MACID|OPMODE:0 means disconnect */ -+ /* for STA, AP, ADHOC mode, report disconnect stauts to FW */ -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, (u8 *)&media_status); -+ } -+ -+ /* if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) */ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ return; -+ -+ -+ mlmeext_sta_del_event_callback(adapter); -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ u16 reason = *((unsigned short *)(pstadel->rsvd)); -+ bool roam = false; -+ struct wlan_network *roam_target = NULL; -+ -+ if (adapter->registrypriv.wifi_spec == 1) { -+ roam = false; -+ } else if (reason == WLAN_REASON_EXPIRATION_CHK && rtw_chk_roam_flags(adapter, RTW_ROAM_ON_EXPIRED)) { -+ roam = true; -+ } else if (reason == WLAN_REASON_ACTIVE_ROAM && rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { -+ roam = true; -+ roam_target = pmlmepriv->roam_network; -+ } -+#ifdef CONFIG_INTEL_WIDI -+ else if (adapter->mlmepriv.widi_state == INTEL_WIDI_STATE_CONNECTED) { -+ roam = true; -+ } -+#endif /* CONFIG_INTEL_WIDI */ -+ -+ if (roam == true) { -+ if (rtw_to_roam(adapter) > 0) -+ rtw_dec_to_roam(adapter); /* this stadel_event is caused by roaming, decrease to_roam */ -+ else if (rtw_to_roam(adapter) == 0) -+ rtw_set_to_roam(adapter, adapter->registrypriv.max_roaming_times); -+ } else { -+ rtw_set_to_roam(adapter, 0); -+ } -+ -+ rtw_free_uc_swdec_pending_queue(adapter); -+ -+ rtw_free_assoc_resources(adapter, 1); -+ rtw_indicate_disconnect(adapter); -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ /* remove the network entry in scanned_queue */ -+ pwlan = rtw_find_network(&pmlmepriv->scanned_queue, tgt_network->network.MacAddress); -+ if (pwlan) { -+ pwlan->fixed = false; -+ rtw_free_network_nolock(adapter, pwlan); -+ } -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+#ifdef CONFIG_INTEL_WIDI -+ if (!rtw_to_roam(adapter)) -+ process_intel_widi_disconnect(adapter, 1); -+#endif /* CONFIG_INTEL_WIDI */ -+ -+ _rtw_roaming(adapter, roam_target); -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) || -+ check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) { -+ -+ rtw_free_stainfo(adapter, psta); -+ -+ if (adapter->stapriv.asoc_sta_count == 1) {/* a sta + bc/mc_stainfo (not Ibss_stainfo) */ -+ /* rtw_indicate_disconnect(adapter);removed@20091105 */ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ /* free old ibss network */ -+ /* pwlan = rtw_find_network(&pmlmepriv->scanned_queue, pstadel->macaddr); */ -+ pwlan = rtw_find_network(&pmlmepriv->scanned_queue, tgt_network->network.MacAddress); -+ if (pwlan) { -+ pwlan->fixed = false; -+ rtw_free_network_nolock(adapter, pwlan); -+ } -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ /* re-create ibss */ -+ pdev_network = &(adapter->registrypriv.dev_network); -+ pibss = adapter->registrypriv.dev_network.MacAddress; -+ -+ memcpy(pdev_network, &tgt_network->network, get_wlan_bssid_ex_sz(&tgt_network->network)); -+ -+ memset(&pdev_network->Ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ memcpy(&pdev_network->Ssid, &pmlmepriv->assoc_ssid, sizeof(struct ndis_802_11_ssid)); -+ -+ rtw_update_registrypriv_dev_network(adapter); -+ -+ rtw_generate_random_ibss(pibss); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) { -+ set_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ -+ if (rtw_createbss_cmd(adapter) != _SUCCESS) { -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("***Error =>stadel_event_callback: rtw_createbss_cmd status FAIL***\n ")); -+ -+ } -+ -+ -+ } -+ -+ } -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+} -+ -+void rtw_cpwm_event_callback(struct adapter *padapter, u8 *pbuf) -+{ -+ struct reportpwrstate_parm *preportpwrstate; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("+rtw_cpwm_event_callback !!!\n")); -+ preportpwrstate = (struct reportpwrstate_parm *)pbuf; -+ preportpwrstate->state |= (u8)(adapter_to_pwrctl(padapter)->cpwm_tog + 0x80); -+ cpwm_int_hdl(padapter, preportpwrstate); -+} -+ -+ -+void rtw_wmm_event_callback(struct adapter *padapter, u8 *pbuf) -+{ -+ WMMOnAssocRsp(padapter); -+} -+ -+/* -+* _rtw_join_timeout_handler - Timeout/faliure handler for CMD JoinBss -+* @adapter: pointer to struct adapter structure -+*/ -+void _rtw_join_timeout_handler (struct adapter *adapter) -+{ -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+ DBG_871X("%s, fw_state =%x\n", __func__, get_fwstate(pmlmepriv)); -+ -+ if (adapter->bDriverStopped || adapter->bSurpriseRemoved) -+ return; -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ if (rtw_to_roam(adapter) > 0) { /* join timeout caused by roaming */ -+ while (1) { -+ rtw_dec_to_roam(adapter); -+ if (rtw_to_roam(adapter) != 0) { /* try another */ -+ int do_join_r; -+ DBG_871X("%s try another roaming\n", __func__); -+ do_join_r = rtw_do_join(adapter); -+ if (_SUCCESS != do_join_r) { -+ DBG_871X("%s roaming do_join return %d\n", __func__, do_join_r); -+ continue; -+ } -+ break; -+ } else { -+#ifdef CONFIG_INTEL_WIDI -+ if (adapter->mlmepriv.widi_state == INTEL_WIDI_STATE_ROAMING) { -+ memset(pmlmepriv->sa_ext, 0x00, L2SDTA_SERVICE_VE_LEN); -+ intel_widi_wk_cmd(adapter, INTEL_WIDI_LISTEN_WK, NULL, 0); -+ DBG_871X("change to widi listen\n"); -+ } -+#endif /* CONFIG_INTEL_WIDI */ -+ DBG_871X("%s We've try roaming but fail\n", __func__); -+ rtw_indicate_disconnect(adapter); -+ break; -+ } -+ } -+ -+ } else{ -+ rtw_indicate_disconnect(adapter); -+ free_scanqueue(pmlmepriv);/* */ -+ -+ /* indicate disconnect for the case that join_timeout and check_fwstate != FW_LINKED */ -+ rtw_cfg80211_indicate_disconnect(adapter); -+ -+ } -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+} -+ -+/* -+* rtw_scan_timeout_handler - Timeout/Faliure handler for CMD SiteSurvey -+* @adapter: pointer to struct adapter structure -+*/ -+void rtw_scan_timeout_handler (struct adapter *adapter) -+{ -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+ DBG_871X(FUNC_ADPT_FMT" fw_state =%x\n", FUNC_ADPT_ARG(adapter), get_fwstate(pmlmepriv)); -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ rtw_indicate_scan_done(adapter, true); -+} -+ -+void rtw_mlme_reset_auto_scan_int(struct adapter *adapter) -+{ -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (pmlmeinfo->VHT_enable) /* disable auto scan when connect to 11AC AP */ -+ mlme->auto_scan_int_ms = 0; -+ else if (adapter->registrypriv.wifi_spec && is_client_associated_to_ap(adapter) == true) -+ mlme->auto_scan_int_ms = 60*1000; -+ else if (rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { -+ if (check_fwstate(mlme, WIFI_STATION_STATE) && check_fwstate(mlme, _FW_LINKED)) -+ mlme->auto_scan_int_ms = mlme->roam_scan_int_ms; -+ } else -+ mlme->auto_scan_int_ms = 0; /* disabled */ -+ -+ return; -+} -+ -+static void rtw_auto_scan_handler(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ rtw_mlme_reset_auto_scan_int(padapter); -+ -+ if (pmlmepriv->auto_scan_int_ms != 0 -+ && jiffies_to_msecs(jiffies - pmlmepriv->scan_start_time) > pmlmepriv->auto_scan_int_ms) { -+ -+ if (!padapter->registrypriv.wifi_spec) { -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == true) { -+ DBG_871X(FUNC_ADPT_FMT" _FW_UNDER_SURVEY|_FW_UNDER_LINKING\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == true) { -+ DBG_871X(FUNC_ADPT_FMT" exit BusyTraffic\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ rtw_set_802_11_bssid_list_scan(padapter, NULL, 0); -+ } -+ -+exit: -+ return; -+} -+ -+void rtw_dynamic_check_timer_handlder(struct adapter *adapter) -+{ -+ if (!adapter) -+ return; -+ -+ if (adapter->hw_init_completed == false) -+ return; -+ -+ if ((adapter->bDriverStopped == true) || (adapter->bSurpriseRemoved == true)) -+ return; -+ -+ if (adapter->net_closed == true) -+ return; -+ -+ if (is_primary_adapter(adapter)) -+ DBG_871X("IsBtDisabled =%d, IsBtControlLps =%d\n", rtw_btcoex_IsBtDisabled(adapter), rtw_btcoex_IsBtControlLps(adapter)); -+ -+ if ((adapter_to_pwrctl(adapter)->bFwCurrentInPSMode == true) -+ && (rtw_btcoex_IsBtControlLps(adapter) == false) -+ ) { -+ u8 bEnterPS; -+ -+ linked_status_chk(adapter); -+ -+ bEnterPS = traffic_status_watchdog(adapter, 1); -+ if (bEnterPS) { -+ /* rtw_lps_ctrl_wk_cmd(adapter, LPS_CTRL_ENTER, 1); */ -+ rtw_hal_dm_watchdog_in_lps(adapter); -+ } else{ -+ /* call rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, 1) in traffic_status_watchdog() */ -+ } -+ -+ } else{ -+ if (is_primary_adapter(adapter)) { -+ rtw_dynamic_chk_wk_cmd(adapter); -+ } -+ } -+ -+ /* auto site survey */ -+ rtw_auto_scan_handler(adapter); -+} -+ -+ -+inline bool rtw_is_scan_deny(struct adapter *adapter) -+{ -+ struct mlme_priv *mlmepriv = &adapter->mlmepriv; -+ return (atomic_read(&mlmepriv->set_scan_deny) != 0) ? true : false; -+} -+ -+inline void rtw_clear_scan_deny(struct adapter *adapter) -+{ -+ struct mlme_priv *mlmepriv = &adapter->mlmepriv; -+ atomic_set(&mlmepriv->set_scan_deny, 0); -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(adapter)); -+} -+ -+void rtw_set_scan_deny_timer_hdl(struct adapter *adapter) -+{ -+ rtw_clear_scan_deny(adapter); -+} -+ -+void rtw_set_scan_deny(struct adapter *adapter, u32 ms) -+{ -+ struct mlme_priv *mlmepriv = &adapter->mlmepriv; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(adapter)); -+ atomic_set(&mlmepriv->set_scan_deny, 1); -+ _set_timer(&mlmepriv->set_scan_deny_timer, ms); -+} -+ -+/* -+* Select a new roaming candidate from the original @param candidate and @param competitor -+* @return true: candidate is updated -+* @return false: candidate is not updated -+*/ -+static int rtw_check_roaming_candidate(struct mlme_priv *mlme -+ , struct wlan_network **candidate, struct wlan_network *competitor) -+{ -+ int updated = false; -+ struct adapter *adapter = container_of(mlme, struct adapter, mlmepriv); -+ -+ if (is_same_ess(&competitor->network, &mlme->cur_network.network) == false) -+ goto exit; -+ -+ if (rtw_is_desired_network(adapter, competitor) == false) -+ goto exit; -+ -+ DBG_871X("roam candidate:%s %s("MAC_FMT", ch%3u) rssi:%d, age:%5d\n", -+ (competitor == mlme->cur_network_scanned)?"*":" ", -+ competitor->network.Ssid.Ssid, -+ MAC_ARG(competitor->network.MacAddress), -+ competitor->network.Configuration.DSConfig, -+ (int)competitor->network.Rssi, -+ jiffies_to_msecs(jiffies - competitor->last_scanned) -+ ); -+ -+ /* got specific addr to roam */ -+ if (!is_zero_mac_addr(mlme->roam_tgt_addr)) { -+ if (!memcmp(mlme->roam_tgt_addr, competitor->network.MacAddress, ETH_ALEN)) -+ goto update; -+ else -+ goto exit; -+ } -+ if (jiffies_to_msecs(jiffies - competitor->last_scanned) >= mlme->roam_scanr_exp_ms) -+ goto exit; -+ -+ if (competitor->network.Rssi - mlme->cur_network_scanned->network.Rssi < mlme->roam_rssi_diff_th) -+ goto exit; -+ -+ if (*candidate != NULL && (*candidate)->network.Rssi >= competitor->network.Rssi) -+ goto exit; -+ -+update: -+ *candidate = competitor; -+ updated = true; -+ -+exit: -+ return updated; -+} -+ -+int rtw_select_roaming_candidate(struct mlme_priv *mlme) -+{ -+ int ret = _FAIL; -+ struct list_head *phead; -+ struct adapter *adapter; -+ struct __queue *queue = &(mlme->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ struct wlan_network *candidate = NULL; -+ -+ if (mlme->cur_network_scanned == NULL) { -+ rtw_warn_on(1); -+ return ret; -+ } -+ -+ spin_lock_bh(&(mlme->scanned_queue.lock)); -+ phead = get_list_head(queue); -+ adapter = (struct adapter *)mlme->nic_hdl; -+ -+ mlme->pscanned = get_next(phead); -+ -+ while (phead != mlme->pscanned) { -+ -+ pnetwork = LIST_CONTAINOR(mlme->pscanned, struct wlan_network, list); -+ if (pnetwork == NULL) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s return _FAIL:(pnetwork == NULL)\n", __func__)); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ mlme->pscanned = get_next(mlme->pscanned); -+ -+ DBG_871X("%s("MAC_FMT", ch%u) rssi:%d\n" -+ , pnetwork->network.Ssid.Ssid -+ , MAC_ARG(pnetwork->network.MacAddress) -+ , pnetwork->network.Configuration.DSConfig -+ , (int)pnetwork->network.Rssi); -+ -+ rtw_check_roaming_candidate(mlme, &candidate, pnetwork); -+ -+ } -+ -+ if (candidate == NULL) { -+ DBG_871X("%s: return _FAIL(candidate == NULL)\n", __func__); -+ ret = _FAIL; -+ goto exit; -+ } else { -+ DBG_871X("%s: candidate: %s("MAC_FMT", ch:%u)\n", __func__, -+ candidate->network.Ssid.Ssid, MAC_ARG(candidate->network.MacAddress), -+ candidate->network.Configuration.DSConfig); -+ -+ mlme->roam_network = candidate; -+ -+ if (!memcmp(candidate->network.MacAddress, mlme->roam_tgt_addr, ETH_ALEN)) -+ memset(mlme->roam_tgt_addr, 0, ETH_ALEN); -+ } -+ -+ ret = _SUCCESS; -+exit: -+ spin_unlock_bh(&(mlme->scanned_queue.lock)); -+ -+ return ret; -+} -+ -+/* -+* Select a new join candidate from the original @param candidate and @param competitor -+* @return true: candidate is updated -+* @return false: candidate is not updated -+*/ -+static int rtw_check_join_candidate(struct mlme_priv *mlme -+ , struct wlan_network **candidate, struct wlan_network *competitor) -+{ -+ int updated = false; -+ struct adapter *adapter = container_of(mlme, struct adapter, mlmepriv); -+ -+ -+ /* check bssid, if needed */ -+ if (mlme->assoc_by_bssid == true) { -+ if (memcmp(competitor->network.MacAddress, mlme->assoc_bssid, ETH_ALEN)) -+ goto exit; -+ } -+ -+ /* check ssid, if needed */ -+ if (mlme->assoc_ssid.Ssid[0] && mlme->assoc_ssid.SsidLength) { -+ if (competitor->network.Ssid.SsidLength != mlme->assoc_ssid.SsidLength -+ || memcmp(competitor->network.Ssid.Ssid, mlme->assoc_ssid.Ssid, mlme->assoc_ssid.SsidLength) -+ ) -+ goto exit; -+ } -+ -+ if (rtw_is_desired_network(adapter, competitor) == false) -+ goto exit; -+ -+ if (rtw_to_roam(adapter) > 0) { -+ if (jiffies_to_msecs(jiffies - competitor->last_scanned) >= mlme->roam_scanr_exp_ms -+ || is_same_ess(&competitor->network, &mlme->cur_network.network) == false -+ ) -+ goto exit; -+ } -+ -+ if (*candidate == NULL || (*candidate)->network.Rssi < competitor->network.Rssi) { -+ *candidate = competitor; -+ updated = true; -+ } -+ -+ if (updated) { -+ DBG_871X("[by_bssid:%u][assoc_ssid:%s]" -+ "[to_roam:%u] " -+ "new candidate: %s("MAC_FMT", ch%u) rssi:%d\n", -+ mlme->assoc_by_bssid, -+ mlme->assoc_ssid.Ssid, -+ rtw_to_roam(adapter), -+ (*candidate)->network.Ssid.Ssid, -+ MAC_ARG((*candidate)->network.MacAddress), -+ (*candidate)->network.Configuration.DSConfig, -+ (int)(*candidate)->network.Rssi -+ ); -+ } -+ -+exit: -+ return updated; -+} -+ -+/* -+Calling context: -+The caller of the sub-routine will be in critical section... -+ -+The caller must hold the following spinlock -+ -+pmlmepriv->lock -+ -+ -+*/ -+ -+int rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv) -+{ -+ int ret; -+ struct list_head *phead; -+ struct adapter *adapter; -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ struct wlan_network *candidate = NULL; -+ -+ adapter = (struct adapter *)pmlmepriv->nic_hdl; -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ if (pmlmepriv->roam_network) { -+ candidate = pmlmepriv->roam_network; -+ pmlmepriv->roam_network = NULL; -+ goto candidate_exist; -+ } -+ -+ phead = get_list_head(queue); -+ pmlmepriv->pscanned = get_next(phead); -+ -+ while (phead != pmlmepriv->pscanned) { -+ -+ pnetwork = LIST_CONTAINOR(pmlmepriv->pscanned, struct wlan_network, list); -+ if (pnetwork == NULL) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("%s return _FAIL:(pnetwork == NULL)\n", __func__)); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); -+ -+ DBG_871X("%s("MAC_FMT", ch%u) rssi:%d\n" -+ , pnetwork->network.Ssid.Ssid -+ , MAC_ARG(pnetwork->network.MacAddress) -+ , pnetwork->network.Configuration.DSConfig -+ , (int)pnetwork->network.Rssi); -+ -+ rtw_check_join_candidate(pmlmepriv, &candidate, pnetwork); -+ -+ } -+ -+ if (candidate == NULL) { -+ DBG_871X("%s: return _FAIL(candidate == NULL)\n", __func__); -+#ifdef CONFIG_WOWLAN -+ _clr_fwstate_(pmlmepriv, _FW_LINKED|_FW_UNDER_LINKING); -+#endif -+ ret = _FAIL; -+ goto exit; -+ } else { -+ DBG_871X("%s: candidate: %s("MAC_FMT", ch:%u)\n", __func__, -+ candidate->network.Ssid.Ssid, MAC_ARG(candidate->network.MacAddress), -+ candidate->network.Configuration.DSConfig); -+ goto candidate_exist; -+ } -+ -+candidate_exist: -+ -+ /* check for situation of _FW_LINKED */ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { -+ DBG_871X("%s: _FW_LINKED while ask_for_joinbss!!!\n", __func__); -+ -+ rtw_disassoc_cmd(adapter, 0, true); -+ rtw_indicate_disconnect(adapter); -+ rtw_free_assoc_resources(adapter, 0); -+ } -+ -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ ret = rtw_joinbss_cmd(adapter, candidate); -+ -+exit: -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ return ret; -+} -+ -+sint rtw_set_auth(struct adapter *adapter, struct security_priv *psecuritypriv) -+{ -+ struct cmd_obj *pcmd; -+ struct setauth_parm *psetauthparm; -+ struct cmd_priv *pcmdpriv = &(adapter->cmdpriv); -+ sint res = _SUCCESS; -+ -+ pcmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd == NULL) { -+ res = _FAIL; /* try again */ -+ goto exit; -+ } -+ -+ psetauthparm = (struct setauth_parm *)rtw_zmalloc(sizeof(struct setauth_parm)); -+ if (psetauthparm == NULL) { -+ kfree((unsigned char *)pcmd); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ memset(psetauthparm, 0, sizeof(struct setauth_parm)); -+ psetauthparm->mode = (unsigned char)psecuritypriv->dot11AuthAlgrthm; -+ -+ pcmd->cmdcode = _SetAuth_CMD_; -+ pcmd->parmbuf = (unsigned char *)psetauthparm; -+ pcmd->cmdsz = (sizeof(struct setauth_parm)); -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ -+ INIT_LIST_HEAD(&pcmd->list); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("after enqueue set_auth_cmd, auth_mode =%x\n", psecuritypriv->dot11AuthAlgrthm)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+exit: -+ return res; -+} -+ -+sint rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, sint keyid, u8 set_tx, bool enqueue) -+{ -+ u8 keylen; -+ struct cmd_obj *pcmd; -+ struct setkey_parm *psetkeyparm; -+ struct cmd_priv *pcmdpriv = &(adapter->cmdpriv); -+ sint res = _SUCCESS; -+ -+ psetkeyparm = (struct setkey_parm *)rtw_zmalloc(sizeof(struct setkey_parm)); -+ if (psetkeyparm == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ memset(psetkeyparm, 0, sizeof(struct setkey_parm)); -+ -+ if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { -+ psetkeyparm->algorithm = (unsigned char)psecuritypriv->dot118021XGrpPrivacy; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n rtw_set_key: psetkeyparm->algorithm =(unsigned char)psecuritypriv->dot118021XGrpPrivacy =%d\n", psetkeyparm->algorithm)); -+ } else { -+ psetkeyparm->algorithm = (u8)psecuritypriv->dot11PrivacyAlgrthm; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n rtw_set_key: psetkeyparm->algorithm =(u8)psecuritypriv->dot11PrivacyAlgrthm =%d\n", psetkeyparm->algorithm)); -+ -+ } -+ psetkeyparm->keyid = (u8)keyid;/* 0~3 */ -+ psetkeyparm->set_tx = set_tx; -+ if (is_wep_enc(psetkeyparm->algorithm)) -+ adapter->securitypriv.key_mask |= BIT(psetkeyparm->keyid); -+ -+ DBG_871X("==> rtw_set_key algorithm(%x), keyid(%x), key_mask(%x)\n", psetkeyparm->algorithm, psetkeyparm->keyid, adapter->securitypriv.key_mask); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n rtw_set_key: psetkeyparm->algorithm =%d psetkeyparm->keyid =(u8)keyid =%d\n", psetkeyparm->algorithm, keyid)); -+ -+ switch (psetkeyparm->algorithm) { -+ -+ case _WEP40_: -+ keylen = 5; -+ memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); -+ break; -+ case _WEP104_: -+ keylen = 13; -+ memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); -+ break; -+ case _TKIP_: -+ keylen = 16; -+ memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); -+ psetkeyparm->grpkey = 1; -+ break; -+ case _AES_: -+ keylen = 16; -+ memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); -+ psetkeyparm->grpkey = 1; -+ break; -+ default: -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("\n rtw_set_key:psecuritypriv->dot11PrivacyAlgrthm = %x (must be 1 or 2 or 4 or 5)\n", psecuritypriv->dot11PrivacyAlgrthm)); -+ res = _FAIL; -+ kfree((unsigned char *)psetkeyparm); -+ goto exit; -+ } -+ -+ -+ if (enqueue) { -+ pcmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd == NULL) { -+ kfree((unsigned char *)psetkeyparm); -+ res = _FAIL; /* try again */ -+ goto exit; -+ } -+ -+ pcmd->cmdcode = _SetKey_CMD_; -+ pcmd->parmbuf = (u8 *)psetkeyparm; -+ pcmd->cmdsz = (sizeof(struct setkey_parm)); -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ INIT_LIST_HEAD(&pcmd->list); -+ -+ /* sema_init(&(pcmd->cmd_sem), 0); */ -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ } else{ -+ setkey_hdl(adapter, (u8 *)psetkeyparm); -+ kfree((u8 *) psetkeyparm); -+ } -+exit: -+ return res; -+} -+ -+/* adjust IEs for rtw_joinbss_cmd in WMM */ -+int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len, uint initial_out_len) -+{ -+ unsigned int ielength = 0; -+ unsigned int i, j; -+ -+ i = 12; /* after the fixed IE */ -+ while (i < in_len) { -+ ielength = initial_out_len; -+ -+ if (in_ie[i] == 0xDD && in_ie[i+2] == 0x00 && in_ie[i+3] == 0x50 && in_ie[i+4] == 0xF2 && in_ie[i+5] == 0x02 && i+5 < in_len) { /* WMM element ID and OUI */ -+ for (j = i; j < i + 9; j++) { -+ out_ie[ielength] = in_ie[j]; -+ ielength++; -+ } -+ out_ie[initial_out_len + 1] = 0x07; -+ out_ie[initial_out_len + 6] = 0x00; -+ out_ie[initial_out_len + 8] = 0x00; -+ -+ break; -+ } -+ -+ i += (in_ie[i+1]+2); /* to the next IE element */ -+ } -+ -+ return ielength; -+ -+} -+ -+ -+/* */ -+/* Ported from 8185: IsInPreAuthKeyList(). (Renamed from SecIsInPreAuthKeyList(), 2006-10-13.) */ -+/* Added by Annie, 2006-05-07. */ -+/* */ -+/* Search by BSSID, */ -+/* Return Value: */ -+/* -1 :if there is no pre-auth key in the table */ -+/* >= 0 :if there is pre-auth key, and return the entry id */ -+/* */ -+/* */ -+ -+static int SecIsInPMKIDList(struct adapter *Adapter, u8 *bssid) -+{ -+ struct security_priv *psecuritypriv = &Adapter->securitypriv; -+ int i = 0; -+ -+ do { -+ if ((psecuritypriv->PMKIDList[i].bUsed) && -+ (!memcmp(psecuritypriv->PMKIDList[i].Bssid, bssid, ETH_ALEN))) { -+ break; -+ } else{ -+ i++; -+ /* continue; */ -+ } -+ -+ } while (i < NUM_PMKID_CACHE); -+ -+ if (i == NUM_PMKID_CACHE) { -+ i = -1;/* Could not find. */ -+ } else { -+ /* There is one Pre-Authentication Key for the specific BSSID. */ -+ } -+ -+ return i; -+ -+} -+ -+/* */ -+/* Check the RSN IE length */ -+/* If the RSN IE length <= 20, the RSN IE didn't include the PMKID information */ -+/* 0-11th element in the array are the fixed IE */ -+/* 12th element in the array is the IE */ -+/* 13th element in the array is the IE length */ -+/* */ -+ -+static int rtw_append_pmkid(struct adapter *Adapter, int iEntry, u8 *ie, uint ie_len) -+{ -+ struct security_priv *psecuritypriv = &Adapter->securitypriv; -+ -+ if (ie[13] <= 20) { -+ /* The RSN IE didn't include the PMK ID, append the PMK information */ -+ ie[ie_len] = 1; -+ ie_len++; -+ ie[ie_len] = 0; /* PMKID count = 0x0100 */ -+ ie_len++; -+ memcpy(&ie[ie_len], &psecuritypriv->PMKIDList[iEntry].PMKID, 16); -+ -+ ie_len += 16; -+ ie[13] += 18;/* PMKID length = 2+16 */ -+ -+ } -+ return ie_len; -+} -+ -+sint rtw_restruct_sec_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len) -+{ -+ u8 authmode = 0x0; -+ uint ielength; -+ int iEntry; -+ -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ uint ndisauthmode = psecuritypriv->ndisauthtype; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, -+ ("+rtw_restruct_sec_ie: ndisauthmode =%d ndissecuritytype =%d\n", -+ ndisauthmode, ndissecuritytype)); -+ -+ /* copy fixed ie only */ -+ memcpy(out_ie, in_ie, 12); -+ ielength = 12; -+ if ((ndisauthmode == Ndis802_11AuthModeWPA) || (ndisauthmode == Ndis802_11AuthModeWPAPSK)) -+ authmode = _WPA_IE_ID_; -+ if ((ndisauthmode == Ndis802_11AuthModeWPA2) || (ndisauthmode == Ndis802_11AuthModeWPA2PSK)) -+ authmode = _WPA2_IE_ID_; -+ -+ if (check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) { -+ memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); -+ -+ ielength += psecuritypriv->wps_ie_len; -+ } else if ((authmode == _WPA_IE_ID_) || (authmode == _WPA2_IE_ID_)) { -+ /* copy RSN or SSN */ -+ memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); -+ /* debug for CONFIG_IEEE80211W -+ { -+ int jj; -+ printk("supplicant_ie_length =%d &&&&&&&&&&&&&&&&&&&\n", psecuritypriv->supplicant_ie[1]+2); -+ for (jj = 0; jj < psecuritypriv->supplicant_ie[1]+2; jj++) -+ printk(" %02x ", psecuritypriv->supplicant_ie[jj]); -+ printk("\n"); -+ }*/ -+ ielength += psecuritypriv->supplicant_ie[1]+2; -+ rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie); -+ } -+ -+ iEntry = SecIsInPMKIDList(adapter, pmlmepriv->assoc_bssid); -+ if (iEntry < 0) { -+ return ielength; -+ } else{ -+ if (authmode == _WPA2_IE_ID_) -+ ielength = rtw_append_pmkid(adapter, iEntry, out_ie, ielength); -+ } -+ return ielength; -+} -+ -+void rtw_init_registrypriv_dev_network(struct adapter *adapter) -+{ -+ struct registry_priv *pregistrypriv = &adapter->registrypriv; -+ struct eeprom_priv *peepriv = &adapter->eeprompriv; -+ struct wlan_bssid_ex *pdev_network = &pregistrypriv->dev_network; -+ u8 *myhwaddr = myid(peepriv); -+ -+ memcpy(pdev_network->MacAddress, myhwaddr, ETH_ALEN); -+ -+ memcpy(&pdev_network->Ssid, &pregistrypriv->ssid, sizeof(struct ndis_802_11_ssid)); -+ -+ pdev_network->Configuration.Length = sizeof(struct ndis_802_11_conf); -+ pdev_network->Configuration.BeaconPeriod = 100; -+ pdev_network->Configuration.FHConfig.Length = 0; -+ pdev_network->Configuration.FHConfig.HopPattern = 0; -+ pdev_network->Configuration.FHConfig.HopSet = 0; -+ pdev_network->Configuration.FHConfig.DwellTime = 0; -+} -+ -+void rtw_update_registrypriv_dev_network(struct adapter *adapter) -+{ -+ int sz = 0; -+ struct registry_priv *pregistrypriv = &adapter->registrypriv; -+ struct wlan_bssid_ex *pdev_network = &pregistrypriv->dev_network; -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ struct wlan_network *cur_network = &adapter->mlmepriv.cur_network; -+ /* struct xmit_priv *pxmitpriv = &adapter->xmitpriv; */ -+ -+ pdev_network->Privacy = (psecuritypriv->dot11PrivacyAlgrthm > 0 ? 1 : 0) ; /* adhoc no 802.1x */ -+ -+ pdev_network->Rssi = 0; -+ -+ switch (pregistrypriv->wireless_mode) { -+ case WIRELESS_11B: -+ pdev_network->NetworkTypeInUse = (Ndis802_11DS); -+ break; -+ case WIRELESS_11G: -+ case WIRELESS_11BG: -+ case WIRELESS_11_24N: -+ case WIRELESS_11G_24N: -+ case WIRELESS_11BG_24N: -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM24); -+ break; -+ case WIRELESS_11A: -+ case WIRELESS_11A_5N: -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM5); -+ break; -+ case WIRELESS_11ABGN: -+ if (pregistrypriv->channel > 14) -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM5); -+ else -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM24); -+ break; -+ default: -+ /* TODO */ -+ break; -+ } -+ -+ pdev_network->Configuration.DSConfig = (pregistrypriv->channel); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("pregistrypriv->channel =%d, pdev_network->Configuration.DSConfig = 0x%x\n", pregistrypriv->channel, pdev_network->Configuration.DSConfig)); -+ -+ if (cur_network->network.InfrastructureMode == Ndis802_11IBSS) -+ pdev_network->Configuration.ATIMWindow = (0); -+ -+ pdev_network->InfrastructureMode = (cur_network->network.InfrastructureMode); -+ -+ /* 1. Supported rates */ -+ /* 2. IE */ -+ -+ /* rtw_set_supported_rate(pdev_network->SupportedRates, pregistrypriv->wireless_mode) ; will be called in rtw_generate_ie */ -+ sz = rtw_generate_ie(pregistrypriv); -+ -+ pdev_network->IELength = sz; -+ -+ pdev_network->Length = get_wlan_bssid_ex_sz((struct wlan_bssid_ex *)pdev_network); -+ -+ /* notes: translate IELength & Length after assign the Length to cmdsz in createbss_cmd(); */ -+ /* pdev_network->IELength = cpu_to_le32(sz); */ -+} -+ -+void rtw_get_encrypt_decrypt_from_registrypriv(struct adapter *adapter) -+{ -+} -+ -+/* the fucntion is at passive_level */ -+void rtw_joinbss_reset(struct adapter *padapter) -+{ -+ u8 threshold; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ -+ /* todo: if you want to do something io/reg/hw setting before join_bss, please add code here */ -+ -+ pmlmepriv->num_FortyMHzIntolerant = 0; -+ -+ pmlmepriv->num_sta_no_ht = 0; -+ -+ phtpriv->ampdu_enable = false;/* reset to disabled */ -+ -+ /* TH = 1 => means that invalidate usb rx aggregation */ -+ /* TH = 0 => means that validate usb rx aggregation, use init value. */ -+ if (phtpriv->ht_option) { -+ if (padapter->registrypriv.wifi_spec == 1) -+ threshold = 1; -+ else -+ threshold = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); -+ } else{ -+ threshold = 1; -+ rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); -+ } -+} -+ -+void rtw_ht_use_default_setting(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ bool bHwLDPCSupport = false, bHwSTBCSupport = false; -+ bool bHwSupportBeamformer = false, bHwSupportBeamformee = false; -+ -+ if (pregistrypriv->wifi_spec) -+ phtpriv->bss_coexist = 1; -+ else -+ phtpriv->bss_coexist = 0; -+ -+ phtpriv->sgi_40m = TEST_FLAG(pregistrypriv->short_gi, BIT1) ? true : false; -+ phtpriv->sgi_20m = TEST_FLAG(pregistrypriv->short_gi, BIT0) ? true : false; -+ -+ /* LDPC support */ -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_LDPC, (u8 *)&bHwLDPCSupport); -+ CLEAR_FLAGS(phtpriv->ldpc_cap); -+ if (bHwLDPCSupport) { -+ if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT4)) -+ SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_RX); -+ } -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_LDPC, (u8 *)&bHwLDPCSupport); -+ if (bHwLDPCSupport) { -+ if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT5)) -+ SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX); -+ } -+ if (phtpriv->ldpc_cap) -+ DBG_871X("[HT] Support LDPC = 0x%02X\n", phtpriv->ldpc_cap); -+ -+ /* STBC */ -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_STBC, (u8 *)&bHwSTBCSupport); -+ CLEAR_FLAGS(phtpriv->stbc_cap); -+ if (bHwSTBCSupport) { -+ if (TEST_FLAG(pregistrypriv->stbc_cap, BIT5)) -+ SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX); -+ } -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_STBC, (u8 *)&bHwSTBCSupport); -+ if (bHwSTBCSupport) { -+ if (TEST_FLAG(pregistrypriv->stbc_cap, BIT4)) -+ SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX); -+ } -+ if (phtpriv->stbc_cap) -+ DBG_871X("[HT] Support STBC = 0x%02X\n", phtpriv->stbc_cap); -+ -+ /* Beamforming setting */ -+ rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); -+ rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMEE, (u8 *)&bHwSupportBeamformee); -+ CLEAR_FLAGS(phtpriv->beamform_cap); -+ if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) { -+ SET_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE); -+ DBG_871X("[HT] Support Beamformer\n"); -+ } -+ if (TEST_FLAG(pregistrypriv->beamform_cap, BIT5) && bHwSupportBeamformee) { -+ SET_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE); -+ DBG_871X("[HT] Support Beamformee\n"); -+ } -+} -+ -+void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) -+{ -+ unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; -+ int out_len; -+ u8 *pframe; -+ -+ if (padapter->mlmepriv.qospriv.qos_option == 0) { -+ out_len = *pout_len; -+ pframe = rtw_set_ie(out_ie+out_len, _VENDOR_SPECIFIC_IE_, -+ _WMM_IE_Length_, WMM_IE, pout_len); -+ -+ padapter->mlmepriv.qospriv.qos_option = 1; -+ } -+} -+ -+/* the fucntion is >= passive_level */ -+unsigned int rtw_restructure_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel) -+{ -+ u32 ielen, out_len; -+ enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; -+ unsigned char *p, *pframe; -+ struct rtw_ieee80211_ht_cap ht_capie; -+ u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw = 0; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ phtpriv->ht_option = false; -+ -+ out_len = *pout_len; -+ -+ memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); -+ -+ ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_DSSSCCK40); -+ -+ if (phtpriv->sgi_20m) -+ ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_20); -+ -+ /* Get HT BW */ -+ if (in_ie == NULL) { -+ /* TDLS: TODO 20/40 issue */ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ operation_bw = padapter->mlmeextpriv.cur_bwmode; -+ if (operation_bw > CHANNEL_WIDTH_40) -+ operation_bw = CHANNEL_WIDTH_40; -+ } else -+ /* TDLS: TODO 40? */ -+ operation_bw = CHANNEL_WIDTH_40; -+ } else { -+ p = rtw_get_ie(in_ie, _HT_ADD_INFO_IE_, &ielen, in_len); -+ if (p && (ielen == sizeof(struct ieee80211_ht_addt_info))) { -+ struct HT_info_element *pht_info = (struct HT_info_element *)(p+2); -+ if (pht_info->infos[0] & BIT(2)) { -+ switch (pht_info->infos[0] & 0x3) { -+ case 1: -+ case 3: -+ operation_bw = CHANNEL_WIDTH_40; -+ break; -+ default: -+ operation_bw = CHANNEL_WIDTH_20; -+ break; -+ } -+ } else { -+ operation_bw = CHANNEL_WIDTH_20; -+ } -+ } -+ } -+ -+ /* to disable 40M Hz support while gd_bw_40MHz_en = 0 */ -+ if (channel > 14) { -+ if ((pregistrypriv->bw_mode & 0xf0) > 0) -+ cbw40_enable = 1; -+ } else { -+ if ((pregistrypriv->bw_mode & 0x0f) > 0) -+ cbw40_enable = 1; -+ } -+ -+ if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { -+ ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH); -+ if (phtpriv->sgi_40m) -+ ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_40); -+ } -+ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) -+ ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_TX_STBC); -+ -+ /* todo: disable SM power save mode */ -+ ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SM_PS); -+ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) { -+ if ((channel <= 14 && pregistrypriv->rx_stbc == 0x1) || /* enable for 2.4GHz */ -+ (pregistrypriv->wifi_spec == 1)) { -+ stbc_rx_enable = 1; -+ DBG_871X("declare supporting RX STBC\n"); -+ } -+ } -+ -+ /* fill default supported_mcs_set */ -+ memcpy(ht_capie.supp_mcs_set, pmlmeext->default_supported_mcs_set, 16); -+ -+ /* update default supported_mcs_set */ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ switch (rf_type) { -+ case RF_1T1R: -+ if (stbc_rx_enable) -+ ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_RX_STBC_1R);/* RX STBC One spatial stream */ -+ -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_1R); -+ break; -+ -+ case RF_2T2R: -+ case RF_1T2R: -+ default: -+ if (stbc_rx_enable) -+ ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_RX_STBC_2R);/* RX STBC two spatial stream */ -+ -+ #ifdef CONFIG_DISABLE_MCS13TO15 -+ if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_2R_13TO15_OFF); -+ else -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_2R); -+ #else /* CONFIG_DISABLE_MCS13TO15 */ -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_2R); -+ #endif /* CONFIG_DISABLE_MCS13TO15 */ -+ break; -+ } -+ -+ { -+ u32 rx_packet_offset, max_recvbuf_sz; -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_PACKET_OFFSET, &rx_packet_offset); -+ rtw_hal_get_def_var(padapter, HAL_DEF_MAX_RECVBUF_SZ, &max_recvbuf_sz); -+ } -+ -+ if (padapter->driver_rx_ampdu_factor != 0xFF) -+ max_rx_ampdu_factor = -+ (enum HT_CAP_AMPDU_FACTOR)padapter->driver_rx_ampdu_factor; -+ else -+ rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, -+ &max_rx_ampdu_factor); -+ -+ /* rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); */ -+ ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); -+ -+ if (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_) -+ ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&(0x07<<2)); -+ else -+ ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&0x00); -+ -+ pframe = rtw_set_ie(out_ie+out_len, _HT_CAPABILITY_IE_, -+ sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); -+ -+ phtpriv->ht_option = true; -+ -+ if (in_ie != NULL) { -+ p = rtw_get_ie(in_ie, _HT_ADD_INFO_IE_, &ielen, in_len); -+ if (p && (ielen == sizeof(struct ieee80211_ht_addt_info))) { -+ out_len = *pout_len; -+ pframe = rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2, pout_len); -+ } -+ } -+ -+ return phtpriv->ht_option; -+ -+} -+ -+/* the fucntion is > passive_level (in critical_section) */ -+void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len, u8 channel) -+{ -+ u8 *p, max_ampdu_sz; -+ int len; -+ /* struct sta_info *bmc_sta, *psta; */ -+ struct rtw_ieee80211_ht_cap *pht_capie; -+ struct ieee80211_ht_addt_info *pht_addtinfo; -+ /* struct recv_reorder_ctrl *preorder_ctrl; */ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ /* struct recv_priv *precvpriv = &padapter->recvpriv; */ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ /* struct wlan_network *pcur_network = &(pmlmepriv->cur_network);; */ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 cbw40_enable = 0; -+ -+ -+ if (!phtpriv->ht_option) -+ return; -+ -+ if ((!pmlmeinfo->HT_info_enable) || (!pmlmeinfo->HT_caps_enable)) -+ return; -+ -+ DBG_871X("+rtw_update_ht_cap()\n"); -+ -+ /* maybe needs check if ap supports rx ampdu. */ -+ if ((phtpriv->ampdu_enable == false) && (pregistrypriv->ampdu_enable == 1)) { -+ if (pregistrypriv->wifi_spec == 1) { -+ /* remove this part because testbed AP should disable RX AMPDU */ -+ /* phtpriv->ampdu_enable = false; */ -+ phtpriv->ampdu_enable = true; -+ } else { -+ phtpriv->ampdu_enable = true; -+ } -+ } else if (pregistrypriv->ampdu_enable == 2) { -+ /* remove this part because testbed AP should disable RX AMPDU */ -+ /* phtpriv->ampdu_enable = true; */ -+ } -+ -+ -+ /* check Max Rx A-MPDU Size */ -+ len = 0; -+ p = rtw_get_ie(pie+sizeof(struct ndis_802_11_fix_ie), _HT_CAPABILITY_IE_, &len, ie_len-sizeof(struct ndis_802_11_fix_ie)); -+ if (p && len > 0) { -+ pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); -+ max_ampdu_sz = (pht_capie->ampdu_params_info & IEEE80211_HT_CAP_AMPDU_FACTOR); -+ max_ampdu_sz = 1 << (max_ampdu_sz+3); /* max_ampdu_sz (kbytes); */ -+ -+ /* DBG_871X("rtw_update_ht_cap(): max_ampdu_sz =%d\n", max_ampdu_sz); */ -+ phtpriv->rx_ampdu_maxlen = max_ampdu_sz; -+ -+ } -+ -+ -+ len = 0; -+ p = rtw_get_ie(pie+sizeof(struct ndis_802_11_fix_ie), _HT_ADD_INFO_IE_, &len, ie_len-sizeof(struct ndis_802_11_fix_ie)); -+ if (p && len > 0) { -+ pht_addtinfo = (struct ieee80211_ht_addt_info *)(p+2); -+ /* todo: */ -+ } -+ -+ if (channel > 14) { -+ if ((pregistrypriv->bw_mode & 0xf0) > 0) -+ cbw40_enable = 1; -+ } else { -+ if ((pregistrypriv->bw_mode & 0x0f) > 0) -+ cbw40_enable = 1; -+ } -+ -+ /* update cur_bwmode & cur_ch_offset */ -+ if ((cbw40_enable) && -+ (le16_to_cpu(pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info) & -+ BIT(1)) && (pmlmeinfo->HT_info.infos[0] & BIT(2))) { -+ int i; -+ u8 rf_type; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ /* update the MCS set */ -+ for (i = 0; i < 16; i++) -+ pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate[i] &= pmlmeext->default_supported_mcs_set[i]; -+ -+ /* update the MCS rates */ -+ switch (rf_type) { -+ case RF_1T1R: -+ case RF_1T2R: -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_1R); -+ break; -+ case RF_2T2R: -+ default: -+#ifdef CONFIG_DISABLE_MCS13TO15 -+ if (pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1) -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R_13TO15_OFF); -+ else -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#else /* CONFIG_DISABLE_MCS13TO15 */ -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#endif /* CONFIG_DISABLE_MCS13TO15 */ -+ } -+ -+ /* switch to the 40M Hz mode accoring to the AP */ -+ /* pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; */ -+ switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) { -+ case EXTCHNL_OFFSET_UPPER: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ -+ case EXTCHNL_OFFSET_LOWER: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ -+ default: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ } -+ -+ /* */ -+ /* Config SM Power Save setting */ -+ /* */ -+ pmlmeinfo->SM_PS = -+ (le16_to_cpu(pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info) & -+ 0x0C) >> 2; -+ if (pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) -+ DBG_871X("%s(): WLAN_HT_CAP_SM_PS_STATIC\n", __func__); -+ -+ /* */ -+ /* Config current HT Protection mode. */ -+ /* */ -+ pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; -+} -+ -+void rtw_issue_addbareq_cmd(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ u8 issued; -+ int priority; -+ struct sta_info *psta = NULL; -+ struct ht_priv *phtpriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ s32 bmcst = IS_MCAST(pattrib->ra); -+ -+ /* if (bmcst || (padapter->mlmepriv.LinkDetectInfo.bTxBusyTraffic == false)) */ -+ if (bmcst || (padapter->mlmepriv.LinkDetectInfo.NumTxOkInPeriod < 100)) -+ return; -+ -+ priority = pattrib->priority; -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if (pattrib->psta != psta) { -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return; -+ } -+ -+ if (psta == NULL) { -+ DBG_871X("%s, psta ==NUL\n", __func__); -+ return; -+ } -+ -+ if (!(psta->state & _FW_LINKED)) { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return; -+ } -+ -+ -+ phtpriv = &psta->htpriv; -+ -+ if ((phtpriv->ht_option == true) && (phtpriv->ampdu_enable == true)) { -+ issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; -+ issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; -+ -+ if (0 == issued) { -+ DBG_871X("rtw_issue_addbareq_cmd, p =%d\n", priority); -+ psta->htpriv.candidate_tid_bitmap |= BIT((u8)priority); -+ rtw_addbareq_cmd(padapter, (u8) priority, pattrib->ra); -+ } -+ } -+ -+} -+ -+void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ u8 cap_content[8] = {0}; -+ u8 *pframe; -+ -+ -+ if (phtpriv->bss_coexist) { -+ SET_EXT_CAPABILITY_ELE_BSS_COEXIST(cap_content, 1); -+ } -+ -+ pframe = rtw_set_ie(out_ie + *pout_len, EID_EXTCapability, 8, cap_content, pout_len); -+} -+ -+inline void rtw_set_to_roam(struct adapter *adapter, u8 to_roam) -+{ -+ if (to_roam == 0) -+ adapter->mlmepriv.to_join = false; -+ adapter->mlmepriv.to_roam = to_roam; -+} -+ -+inline u8 rtw_dec_to_roam(struct adapter *adapter) -+{ -+ adapter->mlmepriv.to_roam--; -+ return adapter->mlmepriv.to_roam; -+} -+ -+inline u8 rtw_to_roam(struct adapter *adapter) -+{ -+ return adapter->mlmepriv.to_roam; -+} -+ -+void rtw_roaming(struct adapter *padapter, struct wlan_network *tgt_network) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ _rtw_roaming(padapter, tgt_network); -+ spin_unlock_bh(&pmlmepriv->lock); -+} -+void _rtw_roaming(struct adapter *padapter, struct wlan_network *tgt_network) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ int do_join_r; -+ -+ if (0 < rtw_to_roam(padapter)) { -+ DBG_871X("roaming from %s("MAC_FMT"), length:%d\n", -+ cur_network->network.Ssid.Ssid, MAC_ARG(cur_network->network.MacAddress), -+ cur_network->network.Ssid.SsidLength); -+ memcpy(&pmlmepriv->assoc_ssid, &cur_network->network.Ssid, sizeof(struct ndis_802_11_ssid)); -+ -+ pmlmepriv->assoc_by_bssid = false; -+ -+ while (1) { -+ do_join_r = rtw_do_join(padapter); -+ if (_SUCCESS == do_join_r) { -+ break; -+ } else { -+ DBG_871X("roaming do_join return %d\n", do_join_r); -+ rtw_dec_to_roam(padapter); -+ -+ if (rtw_to_roam(padapter) > 0) { -+ continue; -+ } else { -+ DBG_871X("%s(%d) -to roaming fail, indicate_disconnect\n", __func__, __LINE__); -+ rtw_indicate_disconnect(padapter); -+ break; -+ } -+ } -+ } -+ } -+ -+} -+ -+sint rtw_linked_check(struct adapter *padapter) -+{ -+ if ((check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) || -+ (check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE) == true)) { -+ if (padapter->stapriv.asoc_sta_count > 2) -+ return true; -+ } else{ /* Station mode */ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) == true) -+ return true; -+ } -+ return false; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_mlme_ext.c linux/3rdparty/rtl8723bs/core/rtw_mlme_ext.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_mlme_ext.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_mlme_ext.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,6940 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_MLME_EXT_C_ -+ -+#include -+#include -+#include -+ -+ -+static struct mlme_handler mlme_sta_tbl[] = { -+ {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq}, -+ {WIFI_ASSOCRSP, "OnAssocRsp", &OnAssocRsp}, -+ {WIFI_REASSOCREQ, "OnReAssocReq", &OnAssocReq}, -+ {WIFI_REASSOCRSP, "OnReAssocRsp", &OnAssocRsp}, -+ {WIFI_PROBEREQ, "OnProbeReq", &OnProbeReq}, -+ {WIFI_PROBERSP, "OnProbeRsp", &OnProbeRsp}, -+ -+ /*---------------------------------------------------------- -+ below 2 are reserved -+ -----------------------------------------------------------*/ -+ {0, "DoReserved", &DoReserved}, -+ {0, "DoReserved", &DoReserved}, -+ {WIFI_BEACON, "OnBeacon", &OnBeacon}, -+ {WIFI_ATIM, "OnATIM", &OnAtim}, -+ {WIFI_DISASSOC, "OnDisassoc", &OnDisassoc}, -+ {WIFI_AUTH, "OnAuth", &OnAuthClient}, -+ {WIFI_DEAUTH, "OnDeAuth", &OnDeAuth}, -+ {WIFI_ACTION, "OnAction", &OnAction}, -+ {WIFI_ACTION_NOACK, "OnActionNoAck", &OnAction}, -+}; -+ -+static struct action_handler OnAction_tbl[] = { -+ {RTW_WLAN_CATEGORY_SPECTRUM_MGMT, "ACTION_SPECTRUM_MGMT", on_action_spct}, -+ {RTW_WLAN_CATEGORY_QOS, "ACTION_QOS", &DoReserved}, -+ {RTW_WLAN_CATEGORY_DLS, "ACTION_DLS", &DoReserved}, -+ {RTW_WLAN_CATEGORY_BACK, "ACTION_BACK", &OnAction_back}, -+ {RTW_WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public}, -+ {RTW_WLAN_CATEGORY_RADIO_MEASUREMENT, "ACTION_RADIO_MEASUREMENT", &DoReserved}, -+ {RTW_WLAN_CATEGORY_FT, "ACTION_FT", &DoReserved}, -+ {RTW_WLAN_CATEGORY_HT, "ACTION_HT", &OnAction_ht}, -+ {RTW_WLAN_CATEGORY_SA_QUERY, "ACTION_SA_QUERY", &OnAction_sa_query}, -+ {RTW_WLAN_CATEGORY_UNPROTECTED_WNM, "ACTION_UNPROTECTED_WNM", &DoReserved}, -+ {RTW_WLAN_CATEGORY_SELF_PROTECTED, "ACTION_SELF_PROTECTED", &DoReserved}, -+ {RTW_WLAN_CATEGORY_WMM, "ACTION_WMM", &DoReserved}, -+ {RTW_WLAN_CATEGORY_VHT, "ACTION_VHT", &DoReserved}, -+ {RTW_WLAN_CATEGORY_P2P, "ACTION_P2P", &DoReserved}, -+}; -+ -+ -+static u8 null_addr[ETH_ALEN] = {0, 0, 0, 0, 0, 0}; -+ -+/************************************************** -+OUI definitions for the vendor specific IE -+***************************************************/ -+unsigned char RTW_WPA_OUI[] = {0x00, 0x50, 0xf2, 0x01}; -+unsigned char WMM_OUI[] = {0x00, 0x50, 0xf2, 0x02}; -+unsigned char WPS_OUI[] = {0x00, 0x50, 0xf2, 0x04}; -+unsigned char P2P_OUI[] = {0x50, 0x6F, 0x9A, 0x09}; -+unsigned char WFD_OUI[] = {0x50, 0x6F, 0x9A, 0x0A}; -+ -+unsigned char WMM_INFO_OUI[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01}; -+unsigned char WMM_PARA_OUI[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; -+ -+static unsigned char REALTEK_96B_IE[] = {0x00, 0xe0, 0x4c, 0x02, 0x01, 0x20}; -+ -+/******************************************************** -+ChannelPlan definitions -+*********************************************************/ -+static RT_CHANNEL_PLAN_2G RTW_ChannelPlan2G[RT_CHANNEL_DOMAIN_2G_MAX] = { -+ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, /* 0x00, RT_CHANNEL_DOMAIN_2G_WORLD , Passive scan CH 12, 13 */ -+ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, /* 0x01, RT_CHANNEL_DOMAIN_2G_ETSI1 */ -+ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, 11}, /* 0x02, RT_CHANNEL_DOMAIN_2G_FCC1 */ -+ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}, 14}, /* 0x03, RT_CHANNEL_DOMAIN_2G_MIKK1 */ -+ {{10, 11, 12, 13}, 4}, /* 0x04, RT_CHANNEL_DOMAIN_2G_ETSI2 */ -+ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}, 14}, /* 0x05, RT_CHANNEL_DOMAIN_2G_GLOBAL , Passive scan CH 12, 13, 14 */ -+ {{}, 0}, /* 0x06, RT_CHANNEL_DOMAIN_2G_NULL */ -+}; -+ -+static RT_CHANNEL_PLAN_5G RTW_ChannelPlan5G[RT_CHANNEL_DOMAIN_5G_MAX] = { -+ {{}, 0}, /* 0x00, RT_CHANNEL_DOMAIN_5G_NULL */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 19}, /* 0x01, RT_CHANNEL_DOMAIN_5G_ETSI1 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165}, 24}, /* 0x02, RT_CHANNEL_DOMAIN_5G_ETSI2 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 149, 153, 157, 161, 165}, 22}, /* 0x03, RT_CHANNEL_DOMAIN_5G_ETSI3 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165}, 24}, /* 0x04, RT_CHANNEL_DOMAIN_5G_FCC1 */ -+ {{36, 40, 44, 48, 149, 153, 157, 161, 165}, 9}, /* 0x05, RT_CHANNEL_DOMAIN_5G_FCC2 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165}, 13}, /* 0x06, RT_CHANNEL_DOMAIN_5G_FCC3 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161}, 12}, /* 0x07, RT_CHANNEL_DOMAIN_5G_FCC4 */ -+ {{149, 153, 157, 161, 165}, 5}, /* 0x08, RT_CHANNEL_DOMAIN_5G_FCC5 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64}, 8}, /* 0x09, RT_CHANNEL_DOMAIN_5G_FCC6 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 136, 140, 149, 153, 157, 161, 165}, 20}, /* 0x0A, RT_CHANNEL_DOMAIN_5G_FCC7_IC1 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 149, 153, 157, 161, 165}, 20}, /* 0x0B, RT_CHANNEL_DOMAIN_5G_KCC1 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 19}, /* 0x0C, RT_CHANNEL_DOMAIN_5G_MKK1 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64}, 8}, /* 0x0D, RT_CHANNEL_DOMAIN_5G_MKK2 */ -+ {{100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 11}, /* 0x0E, RT_CHANNEL_DOMAIN_5G_MKK3 */ -+ {{56, 60, 64, 100, 104, 108, 112, 116, 136, 140, 149, 153, 157, 161, 165}, 15}, /* 0x0F, RT_CHANNEL_DOMAIN_5G_NCC1 */ -+ {{56, 60, 64, 149, 153, 157, 161, 165}, 8}, /* 0x10, RT_CHANNEL_DOMAIN_5G_NCC2 */ -+ {{149, 153, 157, 161, 165}, 5}, /* 0x11, RT_CHANNEL_DOMAIN_5G_NCC3 */ -+ {{36, 40, 44, 48}, 4}, /* 0x12, RT_CHANNEL_DOMAIN_5G_ETSI4 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 136, 140, 149, 153, 157, 161, 165}, 20}, /* 0x13, RT_CHANNEL_DOMAIN_5G_ETSI5 */ -+ {{149, 153, 157, 161}, 4}, /* 0x14, RT_CHANNEL_DOMAIN_5G_FCC8 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64}, 8}, /* 0x15, RT_CHANNEL_DOMAIN_5G_ETSI6 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165}, 13}, /* 0x16, RT_CHANNEL_DOMAIN_5G_ETSI7 */ -+ {{36, 40, 44, 48, 149, 153, 157, 161, 165}, 9}, /* 0x17, RT_CHANNEL_DOMAIN_5G_ETSI8 */ -+ {{100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 11}, /* 0x18, RT_CHANNEL_DOMAIN_5G_ETSI9 */ -+ {{149, 153, 157, 161, 165}, 5}, /* 0x19, RT_CHANNEL_DOMAIN_5G_ETSI10 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 132, 136, 140, 149, 153, 157, 161, 165}, 16}, /* 0x1A, RT_CHANNEL_DOMAIN_5G_ETSI11 */ -+ {{52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 17}, /* 0x1B, RT_CHANNEL_DOMAIN_5G_NCC4 */ -+ {{149, 153, 157, 161}, 4}, /* 0x1C, RT_CHANNEL_DOMAIN_5G_ETSI12 */ -+ {{36, 40, 44, 48, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 17}, /* 0x1D, RT_CHANNEL_DOMAIN_5G_FCC9 */ -+ {{36, 40, 44, 48, 100, 104, 108, 112, 116, 132, 136, 140}, 12}, /* 0x1E, RT_CHANNEL_DOMAIN_5G_ETSI13 */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161}, 20}, /* 0x1F, RT_CHANNEL_DOMAIN_5G_FCC10 */ -+ -+ /* Driver self defined for old channel plan Compatible , Remember to modify if have new channel plan definition ===== */ -+ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 21}, /* 0x20, RT_CHANNEL_DOMAIN_5G_FCC */ -+ {{36, 40, 44, 48}, 4}, /* 0x21, RT_CHANNEL_DOMAIN_5G_JAPAN_NO_DFS */ -+ {{36, 40, 44, 48, 149, 153, 157, 161}, 8}, /* 0x22, RT_CHANNEL_DOMAIN_5G_FCC4_NO_DFS */ -+}; -+ -+static RT_CHANNEL_PLAN_MAP RTW_ChannelPlanMap[RT_CHANNEL_DOMAIN_MAX] = { -+ /* 0x00 ~ 0x1F , Old Define ===== */ -+ {0x02, 0x20}, /* 0x00, RT_CHANNEL_DOMAIN_FCC */ -+ {0x02, 0x0A}, /* 0x01, RT_CHANNEL_DOMAIN_IC */ -+ {0x01, 0x01}, /* 0x02, RT_CHANNEL_DOMAIN_ETSI */ -+ {0x01, 0x00}, /* 0x03, RT_CHANNEL_DOMAIN_SPAIN */ -+ {0x01, 0x00}, /* 0x04, RT_CHANNEL_DOMAIN_FRANCE */ -+ {0x03, 0x00}, /* 0x05, RT_CHANNEL_DOMAIN_MKK */ -+ {0x03, 0x00}, /* 0x06, RT_CHANNEL_DOMAIN_MKK1 */ -+ {0x01, 0x09}, /* 0x07, RT_CHANNEL_DOMAIN_ISRAEL */ -+ {0x03, 0x09}, /* 0x08, RT_CHANNEL_DOMAIN_TELEC */ -+ {0x03, 0x00}, /* 0x09, RT_CHANNEL_DOMAIN_GLOBAL_DOAMIN */ -+ {0x00, 0x00}, /* 0x0A, RT_CHANNEL_DOMAIN_WORLD_WIDE_13 */ -+ {0x02, 0x0F}, /* 0x0B, RT_CHANNEL_DOMAIN_TAIWAN */ -+ {0x01, 0x08}, /* 0x0C, RT_CHANNEL_DOMAIN_CHINA */ -+ {0x02, 0x06}, /* 0x0D, RT_CHANNEL_DOMAIN_SINGAPORE_INDIA_MEXICO */ -+ {0x02, 0x0B}, /* 0x0E, RT_CHANNEL_DOMAIN_KOREA */ -+ {0x02, 0x09}, /* 0x0F, RT_CHANNEL_DOMAIN_TURKEY */ -+ {0x01, 0x01}, /* 0x10, RT_CHANNEL_DOMAIN_JAPAN */ -+ {0x02, 0x05}, /* 0x11, RT_CHANNEL_DOMAIN_FCC_NO_DFS */ -+ {0x01, 0x21}, /* 0x12, RT_CHANNEL_DOMAIN_JAPAN_NO_DFS */ -+ {0x00, 0x04}, /* 0x13, RT_CHANNEL_DOMAIN_WORLD_WIDE_5G */ -+ {0x02, 0x10}, /* 0x14, RT_CHANNEL_DOMAIN_TAIWAN_NO_DFS */ -+ {0x00, 0x21}, /* 0x15, RT_CHANNEL_DOMAIN_ETSI_NO_DFS */ -+ {0x00, 0x22}, /* 0x16, RT_CHANNEL_DOMAIN_KOREA_NO_DFS */ -+ {0x03, 0x21}, /* 0x17, RT_CHANNEL_DOMAIN_JAPAN_NO_DFS */ -+ {0x06, 0x08}, /* 0x18, RT_CHANNEL_DOMAIN_PAKISTAN_NO_DFS */ -+ {0x02, 0x08}, /* 0x19, RT_CHANNEL_DOMAIN_TAIWAN2_NO_DFS */ -+ {0x00, 0x00}, /* 0x1A, */ -+ {0x00, 0x00}, /* 0x1B, */ -+ {0x00, 0x00}, /* 0x1C, */ -+ {0x00, 0x00}, /* 0x1D, */ -+ {0x00, 0x00}, /* 0x1E, */ -+ {0x06, 0x04}, /* 0x1F, RT_CHANNEL_DOMAIN_WORLD_WIDE_ONLY_5G */ -+ /* 0x20 ~ 0x7F , New Define ===== */ -+ {0x00, 0x00}, /* 0x20, RT_CHANNEL_DOMAIN_WORLD_NULL */ -+ {0x01, 0x00}, /* 0x21, RT_CHANNEL_DOMAIN_ETSI1_NULL */ -+ {0x02, 0x00}, /* 0x22, RT_CHANNEL_DOMAIN_FCC1_NULL */ -+ {0x03, 0x00}, /* 0x23, RT_CHANNEL_DOMAIN_MKK1_NULL */ -+ {0x04, 0x00}, /* 0x24, RT_CHANNEL_DOMAIN_ETSI2_NULL */ -+ {0x02, 0x04}, /* 0x25, RT_CHANNEL_DOMAIN_FCC1_FCC1 */ -+ {0x00, 0x01}, /* 0x26, RT_CHANNEL_DOMAIN_WORLD_ETSI1 */ -+ {0x03, 0x0C}, /* 0x27, RT_CHANNEL_DOMAIN_MKK1_MKK1 */ -+ {0x00, 0x0B}, /* 0x28, RT_CHANNEL_DOMAIN_WORLD_KCC1 */ -+ {0x00, 0x05}, /* 0x29, RT_CHANNEL_DOMAIN_WORLD_FCC2 */ -+ {0x00, 0x00}, /* 0x2A, */ -+ {0x00, 0x00}, /* 0x2B, */ -+ {0x00, 0x00}, /* 0x2C, */ -+ {0x00, 0x00}, /* 0x2D, */ -+ {0x00, 0x00}, /* 0x2E, */ -+ {0x00, 0x00}, /* 0x2F, */ -+ {0x00, 0x06}, /* 0x30, RT_CHANNEL_DOMAIN_WORLD_FCC3 */ -+ {0x00, 0x07}, /* 0x31, RT_CHANNEL_DOMAIN_WORLD_FCC4 */ -+ {0x00, 0x08}, /* 0x32, RT_CHANNEL_DOMAIN_WORLD_FCC5 */ -+ {0x00, 0x09}, /* 0x33, RT_CHANNEL_DOMAIN_WORLD_FCC6 */ -+ {0x02, 0x0A}, /* 0x34, RT_CHANNEL_DOMAIN_FCC1_FCC7 */ -+ {0x00, 0x02}, /* 0x35, RT_CHANNEL_DOMAIN_WORLD_ETSI2 */ -+ {0x00, 0x03}, /* 0x36, RT_CHANNEL_DOMAIN_WORLD_ETSI3 */ -+ {0x03, 0x0D}, /* 0x37, RT_CHANNEL_DOMAIN_MKK1_MKK2 */ -+ {0x03, 0x0E}, /* 0x38, RT_CHANNEL_DOMAIN_MKK1_MKK3 */ -+ {0x02, 0x0F}, /* 0x39, RT_CHANNEL_DOMAIN_FCC1_NCC1 */ -+ {0x00, 0x00}, /* 0x3A, */ -+ {0x00, 0x00}, /* 0x3B, */ -+ {0x00, 0x00}, /* 0x3C, */ -+ {0x00, 0x00}, /* 0x3D, */ -+ {0x00, 0x00}, /* 0x3E, */ -+ {0x00, 0x00}, /* 0x3F, */ -+ {0x02, 0x10}, /* 0x40, RT_CHANNEL_DOMAIN_FCC1_NCC2 */ -+ {0x05, 0x00}, /* 0x41, RT_CHANNEL_DOMAIN_GLOBAL_NULL */ -+ {0x01, 0x12}, /* 0x42, RT_CHANNEL_DOMAIN_ETSI1_ETSI4 */ -+ {0x02, 0x05}, /* 0x43, RT_CHANNEL_DOMAIN_FCC1_FCC2 */ -+ {0x02, 0x11}, /* 0x44, RT_CHANNEL_DOMAIN_FCC1_NCC3 */ -+ {0x00, 0x13}, /* 0x45, RT_CHANNEL_DOMAIN_WORLD_ETSI5 */ -+ {0x02, 0x14}, /* 0x46, RT_CHANNEL_DOMAIN_FCC1_FCC8 */ -+ {0x00, 0x15}, /* 0x47, RT_CHANNEL_DOMAIN_WORLD_ETSI6 */ -+ {0x00, 0x16}, /* 0x48, RT_CHANNEL_DOMAIN_WORLD_ETSI7 */ -+ {0x00, 0x17}, /* 0x49, RT_CHANNEL_DOMAIN_WORLD_ETSI8 */ -+ {0x00, 0x18}, /* 0x50, RT_CHANNEL_DOMAIN_WORLD_ETSI9 */ -+ {0x00, 0x19}, /* 0x51, RT_CHANNEL_DOMAIN_WORLD_ETSI10 */ -+ {0x00, 0x1A}, /* 0x52, RT_CHANNEL_DOMAIN_WORLD_ETSI11 */ -+ {0x02, 0x1B}, /* 0x53, RT_CHANNEL_DOMAIN_FCC1_NCC4 */ -+ {0x00, 0x1C}, /* 0x54, RT_CHANNEL_DOMAIN_WORLD_ETSI12 */ -+ {0x02, 0x1D}, /* 0x55, RT_CHANNEL_DOMAIN_FCC1_FCC9 */ -+ {0x00, 0x1E}, /* 0x56, RT_CHANNEL_DOMAIN_WORLD_ETSI13 */ -+ {0x02, 0x1F}, /* 0x57, RT_CHANNEL_DOMAIN_FCC1_FCC10 */ -+}; -+ -+static RT_CHANNEL_PLAN_MAP RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE = {0x03, 0x02}; /* use the conbination for max channel numbers */ -+ -+/* -+ * Search the @param ch in given @param ch_set -+ * @ch_set: the given channel set -+ * @ch: the given channel number -+ * -+ * return the index of channel_num in channel_set, -1 if not found -+ */ -+int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch) -+{ -+ int i; -+ for (i = 0; ch_set[i].ChannelNum != 0; i++) { -+ if (ch == ch_set[i].ChannelNum) -+ break; -+ } -+ -+ if (i >= ch_set[i].ChannelNum) -+ return -1; -+ return i; -+} -+ -+/* -+ * Check the @param ch is fit with setband setting of @param adapter -+ * @adapter: the given adapter -+ * @ch: the given channel number -+ * -+ * return true when check valid, false not valid -+ */ -+bool rtw_mlme_band_check(struct adapter *adapter, const u32 ch) -+{ -+ if (adapter->setband == GHZ24_50 /* 2.4G and 5G */ -+ || (adapter->setband == GHZ_24 && ch < 35) /* 2.4G only */ -+ || (adapter->setband == GHZ_50 && ch > 35) /* 5G only */ -+ ) { -+ return true; -+ } -+ return false; -+} -+ -+/**************************************************************************** -+ -+Following are the initialization functions for WiFi MLME -+ -+*****************************************************************************/ -+ -+int init_hw_mlme_ext(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ return _SUCCESS; -+} -+ -+void init_mlme_default_rate_set(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ unsigned char mixed_datarate[NumRates] = {_1M_RATE_, _2M_RATE_, _5M_RATE_, _11M_RATE_, _6M_RATE_, _9M_RATE_, _12M_RATE_, _18M_RATE_, _24M_RATE_, _36M_RATE_, _48M_RATE_, _54M_RATE_, 0xff}; -+ unsigned char mixed_basicrate[NumRates] = {_1M_RATE_, _2M_RATE_, _5M_RATE_, _11M_RATE_, _6M_RATE_, _12M_RATE_, _24M_RATE_, 0xff,}; -+ unsigned char supported_mcs_set[16] = {0xff, 0xff, 0x00, 0x00, 0x01, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; -+ -+ memcpy(pmlmeext->datarate, mixed_datarate, NumRates); -+ memcpy(pmlmeext->basicrate, mixed_basicrate, NumRates); -+ -+ memcpy(pmlmeext->default_supported_mcs_set, supported_mcs_set, sizeof(pmlmeext->default_supported_mcs_set)); -+} -+ -+static void init_mlme_ext_priv_value(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ atomic_set(&pmlmeext->event_seq, 0); -+ pmlmeext->mgnt_seq = 0;/* reset to zero when disconnect at client mode */ -+ pmlmeext->sa_query_seq = 0; -+ pmlmeext->mgnt_80211w_IPN = 0; -+ pmlmeext->mgnt_80211w_IPN_rx = 0; -+ pmlmeext->cur_channel = padapter->registrypriv.channel; -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ pmlmeext->retry = 0; -+ -+ pmlmeext->cur_wireless_mode = padapter->registrypriv.wireless_mode; -+ -+ init_mlme_default_rate_set(padapter); -+ -+ if (pmlmeext->cur_channel > 14) -+ pmlmeext->tx_rate = IEEE80211_OFDM_RATE_6MB; -+ else -+ pmlmeext->tx_rate = IEEE80211_CCK_RATE_1MB; -+ -+ pmlmeext->sitesurvey_res.state = SCAN_DISABLE; -+ pmlmeext->sitesurvey_res.channel_idx = 0; -+ pmlmeext->sitesurvey_res.bss_cnt = 0; -+ pmlmeext->scan_abort = false; -+ -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ pmlmeinfo->reauth_count = 0; -+ pmlmeinfo->reassoc_count = 0; -+ pmlmeinfo->link_count = 0; -+ pmlmeinfo->auth_seq = 0; -+ pmlmeinfo->auth_algo = dot11AuthAlgrthm_Open; -+ pmlmeinfo->key_index = 0; -+ pmlmeinfo->iv = 0; -+ -+ pmlmeinfo->enc_algo = _NO_PRIVACY_; -+ pmlmeinfo->authModeToggle = 0; -+ -+ memset(pmlmeinfo->chg_txt, 0, 128); -+ -+ pmlmeinfo->slotTime = SHORT_SLOT_TIME; -+ pmlmeinfo->preamble_mode = PREAMBLE_AUTO; -+ -+ pmlmeinfo->dialogToken = 0; -+ -+ pmlmeext->action_public_rxseq = 0xffff; -+ pmlmeext->action_public_dialog_token = 0xff; -+} -+ -+static int has_channel(RT_CHANNEL_INFO *channel_set, -+ u8 chanset_size, -+ u8 chan) { -+ int i; -+ -+ for (i = 0; i < chanset_size; i++) { -+ if (channel_set[i].ChannelNum == chan) { -+ return 1; -+ } -+ } -+ -+ return 0; -+} -+ -+static void init_channel_list(struct adapter *padapter, RT_CHANNEL_INFO *channel_set, -+ u8 chanset_size, -+ struct p2p_channels *channel_list) { -+ -+ struct p2p_oper_class_map op_class[] = { -+ { IEEE80211G, 81, 1, 13, 1, BW20 }, -+ { IEEE80211G, 82, 14, 14, 1, BW20 }, -+ { IEEE80211A, 115, 36, 48, 4, BW20 }, -+ { IEEE80211A, 116, 36, 44, 8, BW40PLUS }, -+ { IEEE80211A, 117, 40, 48, 8, BW40MINUS }, -+ { IEEE80211A, 124, 149, 161, 4, BW20 }, -+ { IEEE80211A, 125, 149, 169, 4, BW20 }, -+ { IEEE80211A, 126, 149, 157, 8, BW40PLUS }, -+ { IEEE80211A, 127, 153, 161, 8, BW40MINUS }, -+ { -1, 0, 0, 0, 0, BW20 } -+ }; -+ -+ int cla, op; -+ -+ cla = 0; -+ -+ for (op = 0; op_class[op].op_class; op++) { -+ u8 ch; -+ struct p2p_oper_class_map *o = &op_class[op]; -+ struct p2p_reg_class *reg = NULL; -+ -+ for (ch = o->min_chan; ch <= o->max_chan; ch += o->inc) { -+ if (!has_channel(channel_set, chanset_size, ch)) { -+ continue; -+ } -+ -+ if ((0 == padapter->registrypriv.ht_enable) && (8 == o->inc)) -+ continue; -+ -+ if ((0 < (padapter->registrypriv.bw_mode & 0xf0)) && -+ ((BW40MINUS == o->bw) || (BW40PLUS == o->bw))) -+ continue; -+ -+ if (reg == NULL) { -+ reg = &channel_list->reg_class[cla]; -+ cla++; -+ reg->reg_class = o->op_class; -+ reg->channels = 0; -+ } -+ reg->channel[reg->channels] = ch; -+ reg->channels++; -+ } -+ } -+ channel_list->reg_classes = cla; -+ -+} -+ -+static u8 init_channel_set(struct adapter *padapter, u8 ChannelPlan, RT_CHANNEL_INFO *channel_set) -+{ -+ u8 index, chanset_size = 0; -+ u8 b5GBand = false, b2_4GBand = false; -+ u8 Index2G = 0, Index5G = 0; -+ -+ memset(channel_set, 0, sizeof(RT_CHANNEL_INFO)*MAX_CHANNEL_NUM); -+ -+ if (ChannelPlan >= RT_CHANNEL_DOMAIN_MAX && ChannelPlan != RT_CHANNEL_DOMAIN_REALTEK_DEFINE) { -+ DBG_871X("ChannelPlan ID %x error !!!!!\n", ChannelPlan); -+ return chanset_size; -+ } -+ -+ if (IsSupported24G(padapter->registrypriv.wireless_mode)) { -+ b2_4GBand = true; -+ if (RT_CHANNEL_DOMAIN_REALTEK_DEFINE == ChannelPlan) -+ Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; -+ else -+ Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; -+ } -+ -+ if (b2_4GBand) { -+ for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { -+ channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; -+ -+ if ((RT_CHANNEL_DOMAIN_GLOBAL_DOAMIN == ChannelPlan) ||/* Channel 1~11 is active, and 12~14 is passive */ -+ (RT_CHANNEL_DOMAIN_GLOBAL_NULL == ChannelPlan)) { -+ if (channel_set[chanset_size].ChannelNum >= 1 && channel_set[chanset_size].ChannelNum <= 11) -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ else if ((channel_set[chanset_size].ChannelNum >= 12 && channel_set[chanset_size].ChannelNum <= 14)) -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ } else if (RT_CHANNEL_DOMAIN_WORLD_WIDE_13 == ChannelPlan || -+ RT_CHANNEL_DOMAIN_WORLD_WIDE_5G == ChannelPlan || -+ RT_CHANNEL_DOMAIN_2G_WORLD == Index2G) { /* channel 12~13, passive scan */ -+ if (channel_set[chanset_size].ChannelNum <= 11) -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ else -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ } else -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ -+ chanset_size++; -+ } -+ } -+ -+ if (b5GBand) { -+ for (index = 0; index < RTW_ChannelPlan5G[Index5G].Len; index++) { -+ if (RTW_ChannelPlan5G[Index5G].Channel[index] <= 48 -+ || RTW_ChannelPlan5G[Index5G].Channel[index] >= 149) { -+ channel_set[chanset_size].ChannelNum = RTW_ChannelPlan5G[Index5G].Channel[index]; -+ if (RT_CHANNEL_DOMAIN_WORLD_WIDE_5G == ChannelPlan)/* passive scan for all 5G channels */ -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ else -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ DBG_871X("%s(): channel_set[%d].ChannelNum = %d\n", __func__, chanset_size, channel_set[chanset_size].ChannelNum); -+ chanset_size++; -+ } -+ } -+ } -+ -+ DBG_871X("%s ChannelPlan ID %x Chan num:%d \n", __func__, ChannelPlan, chanset_size); -+ return chanset_size; -+} -+ -+int init_mlme_ext_priv(struct adapter *padapter) -+{ -+ int res = _SUCCESS; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* We don't need to memset padapter->XXX to zero, because adapter is allocated by vzalloc(). */ -+ /* memset((u8 *)pmlmeext, 0, sizeof(struct mlme_ext_priv)); */ -+ -+ pmlmeext->padapter = padapter; -+ -+ /* fill_fwpriv(padapter, &(pmlmeext->fwpriv)); */ -+ -+ init_mlme_ext_priv_value(padapter); -+ pmlmeinfo->bAcceptAddbaReq = pregistrypriv->bAcceptAddbaReq; -+ -+ init_mlme_ext_timer(padapter); -+ -+ init_mlme_ap_info(padapter); -+ -+ pmlmeext->max_chan_nums = init_channel_set(padapter, pmlmepriv->ChannelPlan, pmlmeext->channel_set); -+ init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_list); -+ pmlmeext->last_scan_time = 0; -+ pmlmeext->chan_scan_time = SURVEY_TO; -+ pmlmeext->mlmeext_init = true; -+ pmlmeext->active_keep_alive_check = true; -+ -+#ifdef DBG_FIXED_CHAN -+ pmlmeext->fixed_chan = 0xFF; -+#endif -+ -+ return res; -+ -+} -+ -+void free_mlme_ext_priv(struct mlme_ext_priv *pmlmeext) -+{ -+ struct adapter *padapter = pmlmeext->padapter; -+ -+ if (!padapter) -+ return; -+ -+ if (padapter->bDriverStopped == true) { -+ del_timer_sync(&pmlmeext->survey_timer); -+ del_timer_sync(&pmlmeext->link_timer); -+ /* del_timer_sync(&pmlmeext->ADDBA_timer); */ -+ } -+} -+ -+static void _mgt_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, union recv_frame *precv_frame) -+{ -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ -+ if (ptable->func) { -+ /* receive the frames that ra(a1) is my address or ra(a1) is bc address. */ -+ if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && -+ memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) -+ return; -+ -+ ptable->func(padapter, precv_frame); -+ } -+ -+} -+ -+void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ int index; -+ struct mlme_handler *ptable; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, -+ ("+mgt_dispatcher: type(0x%x) subtype(0x%x)\n", -+ GetFrameType(pframe), GetFrameSubType(pframe))); -+ -+ if (GetFrameType(pframe) != WIFI_MGT_TYPE) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("mgt_dispatcher: type(0x%x) error!\n", GetFrameType(pframe))); -+ return; -+ } -+ -+ /* receive the frames that ra(a1) is my address or ra(a1) is bc address. */ -+ if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN) && -+ memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) { -+ return; -+ } -+ -+ ptable = mlme_sta_tbl; -+ -+ index = GetFrameSubType(pframe) >> 4; -+ -+ if (index >= (sizeof(mlme_sta_tbl) / sizeof(struct mlme_handler))) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Currently we do not support reserved sub-fr-type =%d\n", index)); -+ return; -+ } -+ ptable += index; -+ -+ if (psta != NULL) { -+ if (GetRetry(pframe)) { -+ if (precv_frame->u.hdr.attrib.seq_num == psta->RxMgmtFrameSeqNum) { -+ /* drop the duplicate management frame */ -+ pdbgpriv->dbg_rx_dup_mgt_frame_drop_count++; -+ DBG_871X("Drop duplicate management frame with seq_num = %d.\n", precv_frame->u.hdr.attrib.seq_num); -+ return; -+ } -+ } -+ psta->RxMgmtFrameSeqNum = precv_frame->u.hdr.attrib.seq_num; -+ } -+ -+ switch (GetFrameSubType(pframe)) { -+ case WIFI_AUTH: -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ ptable->func = &OnAuth; -+ else -+ ptable->func = &OnAuthClient; -+ /* pass through */ -+ case WIFI_ASSOCREQ: -+ case WIFI_REASSOCREQ: -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ case WIFI_PROBEREQ: -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ case WIFI_BEACON: -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ case WIFI_ACTION: -+ /* if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) */ -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ default: -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ } -+} -+ -+/**************************************************************************** -+ -+Following are the callback functions for each subtype of the management frames -+ -+*****************************************************************************/ -+ -+unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int ielen; -+ unsigned char *p; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur = &(pmlmeinfo->network); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ u8 is_valid_p2p_probereq = false; -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) -+ return _SUCCESS; -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == false && -+ check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_AP_STATE) == false) { -+ return _SUCCESS; -+ } -+ -+ -+ /* DBG_871X("+OnProbeReq\n"); */ -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true && -+ pmlmepriv->cur_network.join_res == true) { -+ struct sta_info *psta; -+ u8 *mac_addr, *peer_addr; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 RC_OUI[4] = {0x00, 0xE0, 0x4C, 0x0A}; -+ /* EID[1] + EID_LEN[1] + RC_OUI[4] + MAC[6] + PairingID[2] + ChannelNum[2] */ -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _VENDOR_SPECIFIC_IE_, (int *)&ielen, -+ len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); -+ -+ if (!p || ielen != 14) -+ goto _non_rc_device; -+ -+ if (memcmp(p+2, RC_OUI, sizeof(RC_OUI))) -+ goto _non_rc_device; -+ -+ if (memcmp(p+6, get_sa(pframe), ETH_ALEN)) { -+ DBG_871X("%s, do rc pairing ("MAC_FMT"), but mac addr mismatch!("MAC_FMT")\n", __func__, -+ MAC_ARG(get_sa(pframe)), MAC_ARG(p+6)); -+ -+ goto _non_rc_device; -+ } -+ -+ DBG_871X("%s, got the pairing device("MAC_FMT")\n", __func__, MAC_ARG(get_sa(pframe))); -+ -+ /* new a station */ -+ psta = rtw_get_stainfo(pstapriv, get_sa(pframe)); -+ if (psta == NULL) { -+ /* allocate a new one */ -+ DBG_871X("going to alloc stainfo for rc ="MAC_FMT"\n", MAC_ARG(get_sa(pframe))); -+ psta = rtw_alloc_stainfo(pstapriv, get_sa(pframe)); -+ if (psta == NULL) { -+ /* TODO: */ -+ DBG_871X(" Exceed the upper limit of supported clients...\n"); -+ return _SUCCESS; -+ } -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ if (list_empty(&psta->asoc_list)) { -+ psta->expire_to = pstapriv->expire_to; -+ list_add_tail(&psta->asoc_list, &pstapriv->asoc_list); -+ pstapriv->asoc_list_cnt++; -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ /* generate pairing ID */ -+ mac_addr = myid(&(padapter->eeprompriv)); -+ peer_addr = psta->hwaddr; -+ psta->pid = (u16)(((mac_addr[4]<<8) + mac_addr[5]) + ((peer_addr[4]<<8) + peer_addr[5])); -+ -+ /* update peer stainfo */ -+ psta->isrc = true; -+ /* psta->aid = 0; */ -+ /* psta->mac_id = 2; */ -+ -+ /* get a unique AID */ -+ if (psta->aid > 0) { -+ DBG_871X("old AID %d\n", psta->aid); -+ } else { -+ for (psta->aid = 1; psta->aid <= NUM_STA; psta->aid++) -+ if (pstapriv->sta_aid[psta->aid - 1] == NULL) -+ break; -+ -+ if (psta->aid > pstapriv->max_num_sta) { -+ psta->aid = 0; -+ DBG_871X("no room for more AIDs\n"); -+ return _SUCCESS; -+ } else { -+ pstapriv->sta_aid[psta->aid - 1] = psta; -+ DBG_871X("allocate new AID = (%d)\n", psta->aid); -+ } -+ } -+ -+ psta->qos_option = 1; -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ psta->ieee8021x_blocked = false; -+ psta->htpriv.ht_option = true; -+ psta->htpriv.ampdu_enable = false; -+ psta->htpriv.sgi_20m = false; -+ psta->htpriv.sgi_40m = false; -+ psta->htpriv.ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ psta->htpriv.agg_enable_bitmap = 0x0;/* reset */ -+ psta->htpriv.candidate_tid_bitmap = 0x0;/* reset */ -+ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, true); -+ -+ memset((void *)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); -+ -+ spin_lock_bh(&psta->lock); -+ psta->state |= _FW_LINKED; -+ spin_unlock_bh(&psta->lock); -+ -+ report_add_sta_event(padapter, psta->hwaddr, psta->aid); -+ -+ } -+ -+ issue_probersp(padapter, get_sa(pframe), false); -+ -+ return _SUCCESS; -+ -+ } -+ -+_non_rc_device: -+ -+ return _SUCCESS; -+ -+#endif /* CONFIG_AUTO_AP_MODE */ -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ielen, -+ len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); -+ -+ -+ /* check (wildcard) SSID */ -+ if (p != NULL) { -+ if (is_valid_p2p_probereq == true) -+ goto _issue_probersp; -+ -+ if ((ielen != 0 && false == !memcmp((void *)(p+2), (void *)cur->Ssid.Ssid, cur->Ssid.SsidLength)) -+ || (ielen == 0 && pmlmeinfo->hidden_ssid_mode) -+ ) -+ return _SUCCESS; -+ -+_issue_probersp: -+ if (((check_fwstate(pmlmepriv, _FW_LINKED) == true && -+ pmlmepriv->cur_network.join_res == true)) || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) { -+ /* DBG_871X("+issue_probersp during ap mode\n"); */ -+ issue_probersp(padapter, get_sa(pframe), is_valid_p2p_probereq); -+ } -+ -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if (pmlmeext->sitesurvey_res.state == SCAN_PROCESS) { -+ report_survey_event(padapter, precv_frame); -+ return _SUCCESS; -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ int cam_idx; -+ struct sta_info *psta; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ struct wlan_bssid_ex *pbss; -+ int ret = _SUCCESS; -+ u8 *p = NULL; -+ u32 ielen = 0; -+ -+ p = rtw_get_ie(pframe + sizeof(struct ieee80211_hdr_3addr) + _BEACON_IE_OFFSET_, _EXT_SUPPORTEDRATES_IE_, &ielen, precv_frame->u.hdr.len - sizeof(struct ieee80211_hdr_3addr) - _BEACON_IE_OFFSET_); -+ if ((p != NULL) && (ielen > 0)) { -+ if ((*(p + 1 + ielen) == 0x2D) && (*(p + 2 + ielen) != 0x2D)) { -+ /* Invalid value 0x2D is detected in Extended Supported Rates (ESR) IE. Try to fix the IE length to avoid failed Beacon parsing. */ -+ DBG_871X("[WIFIDBG] Error in ESR IE is detected in Beacon of BSSID:"MAC_FMT". Fix the length of ESR IE to avoid failed Beacon parsing.\n", MAC_ARG(GetAddr3Ptr(pframe))); -+ *(p + 1) = ielen - 1; -+ } -+ } -+ -+ if (pmlmeext->sitesurvey_res.state == SCAN_PROCESS) { -+ report_survey_event(padapter, precv_frame); -+ return _SUCCESS; -+ } -+ -+ if (!memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) { -+ if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { -+ /* we should update current network before auth, or some IE is wrong */ -+ pbss = (struct wlan_bssid_ex *)rtw_malloc(sizeof(struct wlan_bssid_ex)); -+ if (pbss) { -+ if (collect_bss_info(padapter, precv_frame, pbss) == _SUCCESS) { -+ update_network(&(pmlmepriv->cur_network.network), pbss, padapter, true); -+ rtw_get_bcn_info(&(pmlmepriv->cur_network)); -+ } -+ kfree((u8 *)pbss); -+ } -+ -+ /* check the vendor of the assoc AP */ -+ pmlmeinfo->assoc_AP_vendor = check_assoc_AP(pframe+sizeof(struct ieee80211_hdr_3addr), len-sizeof(struct ieee80211_hdr_3addr)); -+ -+ /* update TSF Value */ -+ update_TSF(pmlmeext, pframe, len); -+ -+ /* reset for adaptive_early_32k */ -+ pmlmeext->adaptive_tsf_done = false; -+ pmlmeext->DrvBcnEarly = 0xff; -+ pmlmeext->DrvBcnTimeOut = 0xff; -+ pmlmeext->bcn_cnt = 0; -+ memset(pmlmeext->bcn_delay_cnt, 0, sizeof(pmlmeext->bcn_delay_cnt)); -+ memset(pmlmeext->bcn_delay_ratio, 0, sizeof(pmlmeext->bcn_delay_ratio)); -+ -+ /* start auth */ -+ start_clnt_auth(padapter); -+ -+ return _SUCCESS; -+ } -+ -+ if (((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta != NULL) { -+ ret = rtw_check_bcn_info(padapter, pframe, len); -+ if (!ret) { -+ DBG_871X_LEVEL(_drv_always_, "ap has changed, disconnect now\n "); -+ receive_disconnect(padapter, pmlmeinfo->network.MacAddress, 0); -+ return _SUCCESS; -+ } -+ /* update WMM, ERP in the beacon */ -+ /* todo: the timer is used instead of the number of the beacon received */ -+ if ((sta_rx_pkts(psta) & 0xf) == 0) -+ /* DBG_871X("update_bcn_info\n"); */ -+ update_beacon_info(padapter, pframe, len, psta); -+ -+ adaptive_early_32k(pmlmeext, pframe, len); -+ } -+ } else if ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) { -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta != NULL) { -+ /* update WMM, ERP in the beacon */ -+ /* todo: the timer is used instead of the number of the beacon received */ -+ if ((sta_rx_pkts(psta) & 0xf) == 0) { -+ /* DBG_871X("update_bcn_info\n"); */ -+ update_beacon_info(padapter, pframe, len, psta); -+ } -+ } else{ -+ /* allocate a new CAM entry for IBSS station */ -+ cam_idx = allocate_fw_sta_entry(padapter); -+ if (cam_idx == NUM_STA) -+ goto _END_ONBEACON_; -+ -+ /* get supported rate */ -+ if (update_sta_support_rate(padapter, (pframe + WLAN_HDR_A3_LEN + _BEACON_IE_OFFSET_), (len - WLAN_HDR_A3_LEN - _BEACON_IE_OFFSET_), cam_idx) == _FAIL) { -+ pmlmeinfo->FW_sta_info[cam_idx].status = 0; -+ goto _END_ONBEACON_; -+ } -+ -+ /* update TSF Value */ -+ update_TSF(pmlmeext, pframe, len); -+ -+ /* report sta add event */ -+ report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); -+ } -+ } -+ } -+ -+_END_ONBEACON_: -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int auth_mode, seq, ie_len; -+ unsigned char *sa, *p; -+ u16 algorithm; -+ int status; -+ static struct sta_info stat; -+ struct sta_info *pstat = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ u8 offset = 0; -+ -+ if ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ return _FAIL; -+ -+ DBG_871X("+OnAuth\n"); -+ -+ sa = GetAddr2Ptr(pframe); -+ -+ auth_mode = psecuritypriv->dot11AuthAlgrthm; -+ -+ if (GetPrivacy(pframe)) { -+ u8 *iv; -+ struct rx_pkt_attrib *prxattrib = &(precv_frame->u.hdr.attrib); -+ -+ prxattrib->hdrlen = WLAN_HDR_A3_LEN; -+ prxattrib->encrypt = _WEP40_; -+ -+ iv = pframe+prxattrib->hdrlen; -+ prxattrib->key_index = ((iv[3]>>6)&0x3); -+ -+ prxattrib->iv_len = 4; -+ prxattrib->icv_len = 4; -+ -+ rtw_wep_decrypt(padapter, (u8 *)precv_frame); -+ -+ offset = 4; -+ } -+ -+ algorithm = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); -+ seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); -+ -+ DBG_871X("auth alg =%x, seq =%X\n", algorithm, seq); -+ -+ if (auth_mode == 2 && -+ psecuritypriv->dot11PrivacyAlgrthm != _WEP40_ && -+ psecuritypriv->dot11PrivacyAlgrthm != _WEP104_) -+ auth_mode = 0; -+ -+ if ((algorithm > 0 && auth_mode == 0) || /* rx a shared-key auth but shared not enabled */ -+ (algorithm == 0 && auth_mode == 1)) { /* rx a open-system auth but shared-key is enabled */ -+ DBG_871X("auth rejected due to bad alg [alg =%d, auth_mib =%d] %02X%02X%02X%02X%02X%02X\n", -+ algorithm, auth_mode, sa[0], sa[1], sa[2], sa[3], sa[4], sa[5]); -+ -+ status = _STATS_NO_SUPP_ALG_; -+ -+ goto auth_fail; -+ } -+ -+ if (rtw_access_ctrl(padapter, sa) == false) { -+ status = _STATS_UNABLE_HANDLE_STA_; -+ goto auth_fail; -+ } -+ -+ pstat = rtw_get_stainfo(pstapriv, sa); -+ if (pstat == NULL) { -+ -+ /* allocate a new one */ -+ DBG_871X("going to alloc stainfo for sa ="MAC_FMT"\n", MAC_ARG(sa)); -+ pstat = rtw_alloc_stainfo(pstapriv, sa); -+ if (pstat == NULL) { -+ DBG_871X(" Exceed the upper limit of supported clients...\n"); -+ status = _STATS_UNABLE_HANDLE_STA_; -+ goto auth_fail; -+ } -+ -+ pstat->state = WIFI_FW_AUTH_NULL; -+ pstat->auth_seq = 0; -+ -+ /* pstat->flags = 0; */ -+ /* pstat->capability = 0; */ -+ } else{ -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ if (list_empty(&pstat->asoc_list) == false) { -+ list_del_init(&pstat->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ if (pstat->expire_to > 0) { -+ /* TODO: STA re_auth within expire_to */ -+ } -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ if (seq == 1) { -+ /* TODO: STA re_auth and auth timeout */ -+ } -+ } -+ -+ spin_lock_bh(&pstapriv->auth_list_lock); -+ if (list_empty(&pstat->auth_list)) { -+ -+ list_add_tail(&pstat->auth_list, &pstapriv->auth_list); -+ pstapriv->auth_list_cnt++; -+ } -+ spin_unlock_bh(&pstapriv->auth_list_lock); -+ -+ if (pstat->auth_seq == 0) -+ pstat->expire_to = pstapriv->auth_to; -+ -+ -+ if ((pstat->auth_seq + 1) != seq) { -+ DBG_871X("(1)auth rejected because out of seq [rx_seq =%d, exp_seq =%d]!\n", -+ seq, pstat->auth_seq+1); -+ status = _STATS_OUT_OF_AUTH_SEQ_; -+ goto auth_fail; -+ } -+ -+ if (algorithm == 0 && (auth_mode == 0 || auth_mode == 2 || auth_mode == 3)) { -+ if (seq == 1) { -+ pstat->state &= ~WIFI_FW_AUTH_NULL; -+ pstat->state |= WIFI_FW_AUTH_SUCCESS; -+ pstat->expire_to = pstapriv->assoc_to; -+ pstat->authalg = algorithm; -+ } else{ -+ DBG_871X("(2)auth rejected because out of seq [rx_seq =%d, exp_seq =%d]!\n", -+ seq, pstat->auth_seq+1); -+ status = _STATS_OUT_OF_AUTH_SEQ_; -+ goto auth_fail; -+ } -+ } else{ /* shared system or auto authentication */ -+ if (seq == 1) { -+ /* prepare for the challenging txt... */ -+ memset((void *)pstat->chg_txt, 78, 128); -+ -+ pstat->state &= ~WIFI_FW_AUTH_NULL; -+ pstat->state |= WIFI_FW_AUTH_STATE; -+ pstat->authalg = algorithm; -+ pstat->auth_seq = 2; -+ } else if (seq == 3) { -+ /* checking for challenging txt... */ -+ DBG_871X("checking for challenging txt...\n"); -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&ie_len, -+ len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); -+ -+ if ((p == NULL) || (ie_len <= 0)) { -+ DBG_871X("auth rejected because challenge failure!(1)\n"); -+ status = _STATS_CHALLENGE_FAIL_; -+ goto auth_fail; -+ } -+ -+ if (!memcmp((void *)(p + 2), pstat->chg_txt, 128)) { -+ pstat->state &= (~WIFI_FW_AUTH_STATE); -+ pstat->state |= WIFI_FW_AUTH_SUCCESS; -+ /* challenging txt is correct... */ -+ pstat->expire_to = pstapriv->assoc_to; -+ } else{ -+ DBG_871X("auth rejected because challenge failure!\n"); -+ status = _STATS_CHALLENGE_FAIL_; -+ goto auth_fail; -+ } -+ } else{ -+ DBG_871X("(3)auth rejected because out of seq [rx_seq =%d, exp_seq =%d]!\n", -+ seq, pstat->auth_seq+1); -+ status = _STATS_OUT_OF_AUTH_SEQ_; -+ goto auth_fail; -+ } -+ } -+ -+ -+ /* Now, we are going to issue_auth... */ -+ pstat->auth_seq = seq + 1; -+ -+ issue_auth(padapter, pstat, (unsigned short)(_STATS_SUCCESSFUL_)); -+ -+ if (pstat->state & WIFI_FW_AUTH_SUCCESS) -+ pstat->auth_seq = 0; -+ -+ -+ return _SUCCESS; -+ -+auth_fail: -+ -+ if (pstat) -+ rtw_free_stainfo(padapter, pstat); -+ -+ pstat = &stat; -+ memset((char *)pstat, '\0', sizeof(stat)); -+ pstat->auth_seq = 2; -+ memcpy(pstat->hwaddr, sa, 6); -+ -+ issue_auth(padapter, pstat, (unsigned short)status); -+ -+ return _FAIL; -+ -+} -+ -+unsigned int OnAuthClient(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int seq, len, status, algthm, offset; -+ unsigned char *p; -+ unsigned int go2asoc = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint pkt_len = precv_frame->u.hdr.len; -+ -+ DBG_871X("%s\n", __func__); -+ -+ /* check A1 matches or not */ -+ if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) -+ return _SUCCESS; -+ -+ if (!(pmlmeinfo->state & WIFI_FW_AUTH_STATE)) -+ return _SUCCESS; -+ -+ offset = (GetPrivacy(pframe)) ? 4 : 0; -+ -+ algthm = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); -+ seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); -+ status = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 4)); -+ -+ if (status != 0) { -+ DBG_871X("clnt auth fail, status: %d\n", status); -+ if (status == 13) { /* pmlmeinfo->auth_algo == dot11AuthAlgrthm_Auto) */ -+ if (pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared) -+ pmlmeinfo->auth_algo = dot11AuthAlgrthm_Open; -+ else -+ pmlmeinfo->auth_algo = dot11AuthAlgrthm_Shared; -+ /* pmlmeinfo->reauth_count = 0; */ -+ } -+ -+ set_link_timer(pmlmeext, 1); -+ goto authclnt_fail; -+ } -+ -+ if (seq == 2) { -+ if (pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared) { -+ /* legendary shared system */ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, -+ pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); -+ -+ if (p == NULL) { -+ /* DBG_871X("marc: no challenge text?\n"); */ -+ goto authclnt_fail; -+ } -+ -+ memcpy((void *)(pmlmeinfo->chg_txt), (void *)(p + 2), len); -+ pmlmeinfo->auth_seq = 3; -+ issue_auth(padapter, NULL, 0); -+ set_link_timer(pmlmeext, REAUTH_TO); -+ -+ return _SUCCESS; -+ } else{ -+ /* open system */ -+ go2asoc = 1; -+ } -+ } else if (seq == 4) { -+ if (pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared) { -+ go2asoc = 1; -+ } else{ -+ goto authclnt_fail; -+ } -+ } else{ -+ /* this is also illegal */ -+ /* DBG_871X("marc: clnt auth failed due to illegal seq =%x\n", seq); */ -+ goto authclnt_fail; -+ } -+ -+ if (go2asoc) { -+ DBG_871X_LEVEL(_drv_always_, "auth success, start assoc\n"); -+ start_clnt_assoc(padapter); -+ return _SUCCESS; -+ } -+ -+authclnt_fail: -+ -+ /* pmlmeinfo->state &= ~(WIFI_FW_AUTH_STATE); */ -+ -+ return _FAIL; -+ -+} -+ -+unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ u16 capab_info, listen_interval; -+ struct rtw_ieee802_11_elems elems; -+ struct sta_info *pstat; -+ unsigned char reassoc, *p, *pos, *wpa_ie; -+ unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01}; -+ int i, ie_len, wpa_ie_len, left; -+ unsigned char supportRate[16]; -+ int supportRateNum; -+ unsigned short status = _STATS_SUCCESSFUL_; -+ unsigned short frame_type, ie_offset = 0; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur = &(pmlmeinfo->network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint pkt_len = precv_frame->u.hdr.len; -+ -+ if ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ return _FAIL; -+ -+ frame_type = GetFrameSubType(pframe); -+ if (frame_type == WIFI_ASSOCREQ) { -+ reassoc = 0; -+ ie_offset = _ASOCREQ_IE_OFFSET_; -+ } else{ /* WIFI_REASSOCREQ */ -+ reassoc = 1; -+ ie_offset = _REASOCREQ_IE_OFFSET_; -+ } -+ -+ -+ if (pkt_len < IEEE80211_3ADDR_LEN + ie_offset) { -+ DBG_871X("handle_assoc(reassoc =%d) - too short payload (len =%lu)" -+ "\n", reassoc, (unsigned long)pkt_len); -+ return _FAIL; -+ } -+ -+ pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (pstat == (struct sta_info *)NULL) { -+ status = _RSON_CLS2_; -+ goto asoc_class2_error; -+ } -+ -+ capab_info = RTW_GET_LE16(pframe + WLAN_HDR_A3_LEN); -+ /* capab_info = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN)); */ -+ /* listen_interval = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN+2)); */ -+ listen_interval = RTW_GET_LE16(pframe + WLAN_HDR_A3_LEN+2); -+ -+ left = pkt_len - (IEEE80211_3ADDR_LEN + ie_offset); -+ pos = pframe + (IEEE80211_3ADDR_LEN + ie_offset); -+ -+ -+ DBG_871X("%s\n", __func__); -+ -+ /* check if this stat has been successfully authenticated/assocated */ -+ if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) { -+ if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { -+ status = _RSON_CLS2_; -+ goto asoc_class2_error; -+ } else{ -+ pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); -+ pstat->state |= WIFI_FW_ASSOC_STATE; -+ } -+ } else{ -+ pstat->state &= (~WIFI_FW_AUTH_SUCCESS); -+ pstat->state |= WIFI_FW_ASSOC_STATE; -+ } -+ -+ -+ pstat->capability = capab_info; -+ -+ /* now parse all ieee802_11 ie to point to elems */ -+ if (rtw_ieee802_11_parse_elems(pos, left, &elems, 1) == ParseFailed || -+ !elems.ssid) { -+ DBG_871X("STA " MAC_FMT " sent invalid association request\n", -+ MAC_ARG(pstat->hwaddr)); -+ status = _STATS_FAILURE_; -+ goto OnAssocReqFail; -+ } -+ -+ -+ /* now we should check all the fields... */ -+ /* checking SSID */ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SSID_IE_, &ie_len, -+ pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p == NULL) { -+ status = _STATS_FAILURE_; -+ } -+ -+ if (ie_len == 0) /* broadcast ssid, however it is not allowed in assocreq */ -+ status = _STATS_FAILURE_; -+ else { -+ /* check if ssid match */ -+ if (memcmp((void *)(p+2), cur->Ssid.Ssid, cur->Ssid.SsidLength)) -+ status = _STATS_FAILURE_; -+ -+ if (ie_len != cur->Ssid.SsidLength) -+ status = _STATS_FAILURE_; -+ } -+ -+ if (_STATS_SUCCESSFUL_ != status) -+ goto OnAssocReqFail; -+ -+ /* check if the supported rate is ok */ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p == NULL) { -+ DBG_871X("Rx a sta assoc-req which supported rate is empty!\n"); -+ /* use our own rate set as statoin used */ -+ /* memcpy(supportRate, AP_BSSRATE, AP_BSSRATE_LEN); */ -+ /* supportRateNum = AP_BSSRATE_LEN; */ -+ -+ status = _STATS_FAILURE_; -+ goto OnAssocReqFail; -+ } else { -+ memcpy(supportRate, p+2, ie_len); -+ supportRateNum = ie_len; -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _EXT_SUPPORTEDRATES_IE_, &ie_len, -+ pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p != NULL) { -+ -+ if (supportRateNum <= sizeof(supportRate)) { -+ memcpy(supportRate+supportRateNum, p+2, ie_len); -+ supportRateNum += ie_len; -+ } -+ } -+ } -+ -+ /* todo: mask supportRate between AP & STA -> move to update raid */ -+ /* get_matched_rate(pmlmeext, supportRate, &supportRateNum, 0); */ -+ -+ /* update station supportRate */ -+ pstat->bssratelen = supportRateNum; -+ memcpy(pstat->bssrateset, supportRate, supportRateNum); -+ UpdateBrateTblForSoftAP(pstat->bssrateset, pstat->bssratelen); -+ -+ /* check RSN/WPA/WPS */ -+ pstat->dot8021xalg = 0; -+ pstat->wpa_psk = 0; -+ pstat->wpa_group_cipher = 0; -+ pstat->wpa2_group_cipher = 0; -+ pstat->wpa_pairwise_cipher = 0; -+ pstat->wpa2_pairwise_cipher = 0; -+ memset(pstat->wpa_ie, 0, sizeof(pstat->wpa_ie)); -+ if ((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { -+ -+ int group_cipher = 0, pairwise_cipher = 0; -+ -+ wpa_ie = elems.rsn_ie; -+ wpa_ie_len = elems.rsn_ie_len; -+ -+ if (rtw_parse_wpa2_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { -+ pstat->dot8021xalg = 1;/* psk, todo:802.1x */ -+ pstat->wpa_psk |= BIT(1); -+ -+ pstat->wpa2_group_cipher = group_cipher&psecuritypriv->wpa2_group_cipher; -+ pstat->wpa2_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa2_pairwise_cipher; -+ -+ if (!pstat->wpa2_group_cipher) -+ status = WLAN_STATUS_GROUP_CIPHER_NOT_VALID; -+ -+ if (!pstat->wpa2_pairwise_cipher) -+ status = WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID; -+ } else{ -+ status = WLAN_STATUS_INVALID_IE; -+ } -+ -+ } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { -+ -+ int group_cipher = 0, pairwise_cipher = 0; -+ -+ wpa_ie = elems.wpa_ie; -+ wpa_ie_len = elems.wpa_ie_len; -+ -+ if (rtw_parse_wpa_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) { -+ pstat->dot8021xalg = 1;/* psk, todo:802.1x */ -+ pstat->wpa_psk |= BIT(0); -+ -+ pstat->wpa_group_cipher = group_cipher&psecuritypriv->wpa_group_cipher; -+ pstat->wpa_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa_pairwise_cipher; -+ -+ if (!pstat->wpa_group_cipher) -+ status = WLAN_STATUS_GROUP_CIPHER_NOT_VALID; -+ -+ if (!pstat->wpa_pairwise_cipher) -+ status = WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID; -+ -+ } else{ -+ status = WLAN_STATUS_INVALID_IE; -+ } -+ -+ } else { -+ wpa_ie = NULL; -+ wpa_ie_len = 0; -+ } -+ -+ if (_STATS_SUCCESSFUL_ != status) -+ goto OnAssocReqFail; -+ -+ pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); -+ if (wpa_ie == NULL) { -+ if (elems.wps_ie) { -+ DBG_871X("STA included WPS IE in " -+ "(Re)Association Request - assume WPS is " -+ "used\n"); -+ pstat->flags |= WLAN_STA_WPS; -+ /* wpabuf_free(sta->wps_ie); */ -+ /* sta->wps_ie = wpabuf_alloc_copy(elems.wps_ie + 4, */ -+ /* elems.wps_ie_len - 4); */ -+ } else { -+ DBG_871X("STA did not include WPA/RSN IE " -+ "in (Re)Association Request - possible WPS " -+ "use\n"); -+ pstat->flags |= WLAN_STA_MAYBE_WPS; -+ } -+ -+ -+ /* AP support WPA/RSN, and sta is going to do WPS, but AP is not ready */ -+ /* that the selected registrar of AP is _FLASE */ -+ if ((psecuritypriv->wpa_psk > 0) -+ && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { -+ if (pmlmepriv->wps_beacon_ie) { -+ u8 selected_registrar = 0; -+ -+ rtw_get_wps_attr_content(pmlmepriv->wps_beacon_ie, pmlmepriv->wps_beacon_ie_len, WPS_ATTR_SELECTED_REGISTRAR, &selected_registrar, NULL); -+ -+ if (!selected_registrar) { -+ DBG_871X("selected_registrar is false , or AP is not ready to do WPS\n"); -+ -+ status = _STATS_UNABLE_HANDLE_STA_; -+ -+ goto OnAssocReqFail; -+ } -+ } -+ } -+ -+ } else{ -+ int copy_len; -+ -+ if (psecuritypriv->wpa_psk == 0) { -+ DBG_871X("STA " MAC_FMT ": WPA/RSN IE in association " -+ "request, but AP don't support WPA/RSN\n", MAC_ARG(pstat->hwaddr)); -+ -+ status = WLAN_STATUS_INVALID_IE; -+ -+ goto OnAssocReqFail; -+ -+ } -+ -+ if (elems.wps_ie) { -+ DBG_871X("STA included WPS IE in " -+ "(Re)Association Request - WPS is " -+ "used\n"); -+ pstat->flags |= WLAN_STA_WPS; -+ copy_len = 0; -+ } else{ -+ copy_len = ((wpa_ie_len+2) > sizeof(pstat->wpa_ie)) ? (sizeof(pstat->wpa_ie)):(wpa_ie_len+2); -+ } -+ -+ -+ if (copy_len > 0) -+ memcpy(pstat->wpa_ie, wpa_ie-2, copy_len); -+ -+ } -+ -+ -+ /* check if there is WMM IE & support WWM-PS */ -+ pstat->flags &= ~WLAN_STA_WME; -+ pstat->qos_option = 0; -+ pstat->qos_info = 0; -+ pstat->has_legacy_ac = true; -+ pstat->uapsd_vo = 0; -+ pstat->uapsd_vi = 0; -+ pstat->uapsd_be = 0; -+ pstat->uapsd_bk = 0; -+ if (pmlmepriv->qospriv.qos_option) { -+ p = pframe + WLAN_HDR_A3_LEN + ie_offset; ie_len = 0; -+ for (;;) { -+ p = rtw_get_ie(p, _VENDOR_SPECIFIC_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p != NULL) { -+ if (!memcmp(p+2, WMM_IE, 6)) { -+ -+ pstat->flags |= WLAN_STA_WME; -+ -+ pstat->qos_option = 1; -+ pstat->qos_info = *(p+8); -+ -+ pstat->max_sp_len = (pstat->qos_info>>5)&0x3; -+ -+ if ((pstat->qos_info&0xf) != 0xf) -+ pstat->has_legacy_ac = true; -+ else -+ pstat->has_legacy_ac = false; -+ -+ if (pstat->qos_info&0xf) { -+ if (pstat->qos_info&BIT(0)) -+ pstat->uapsd_vo = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_vo = 0; -+ -+ if (pstat->qos_info&BIT(1)) -+ pstat->uapsd_vi = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_vi = 0; -+ -+ if (pstat->qos_info&BIT(2)) -+ pstat->uapsd_bk = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_bk = 0; -+ -+ if (pstat->qos_info&BIT(3)) -+ pstat->uapsd_be = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_be = 0; -+ -+ } -+ -+ break; -+ } -+ } else { -+ break; -+ } -+ p = p + ie_len + 2; -+ } -+ } -+ -+ /* save HT capabilities in the sta object */ -+ memset(&pstat->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); -+ if (elems.ht_capabilities && elems.ht_capabilities_len >= sizeof(struct rtw_ieee80211_ht_cap)) { -+ pstat->flags |= WLAN_STA_HT; -+ -+ pstat->flags |= WLAN_STA_WME; -+ -+ memcpy(&pstat->htpriv.ht_cap, elems.ht_capabilities, sizeof(struct rtw_ieee80211_ht_cap)); -+ -+ } else -+ pstat->flags &= ~WLAN_STA_HT; -+ -+ -+ if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { -+ status = _STATS_FAILURE_; -+ goto OnAssocReqFail; -+ } -+ -+ -+ if ((pstat->flags & WLAN_STA_HT) && -+ ((pstat->wpa2_pairwise_cipher&WPA_CIPHER_TKIP) || -+ (pstat->wpa_pairwise_cipher&WPA_CIPHER_TKIP))) { -+ DBG_871X("HT: " MAC_FMT " tried to " -+ "use TKIP with HT association\n", MAC_ARG(pstat->hwaddr)); -+ -+ /* status = WLAN_STATUS_CIPHER_REJECTED_PER_POLICY; */ -+ /* goto OnAssocReqFail; */ -+ } -+ pstat->flags |= WLAN_STA_NONERP; -+ for (i = 0; i < pstat->bssratelen; i++) { -+ if ((pstat->bssrateset[i] & 0x7f) > 22) { -+ pstat->flags &= ~WLAN_STA_NONERP; -+ break; -+ } -+ } -+ -+ if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) -+ pstat->flags |= WLAN_STA_SHORT_PREAMBLE; -+ else -+ pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; -+ -+ -+ -+ if (status != _STATS_SUCCESSFUL_) -+ goto OnAssocReqFail; -+ -+ /* TODO: identify_proprietary_vendor_ie(); */ -+ /* Realtek proprietary IE */ -+ /* identify if this is Broadcom sta */ -+ /* identify if this is ralink sta */ -+ /* Customer proprietary IE */ -+ -+ -+ -+ /* get a unique AID */ -+ if (pstat->aid > 0) { -+ DBG_871X(" old AID %d\n", pstat->aid); -+ } else { -+ for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) -+ if (pstapriv->sta_aid[pstat->aid - 1] == NULL) -+ break; -+ -+ /* if (pstat->aid > NUM_STA) { */ -+ if (pstat->aid > pstapriv->max_num_sta) { -+ -+ pstat->aid = 0; -+ -+ DBG_871X(" no room for more AIDs\n"); -+ -+ status = WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA; -+ -+ goto OnAssocReqFail; -+ -+ -+ } else { -+ pstapriv->sta_aid[pstat->aid - 1] = pstat; -+ DBG_871X("allocate new AID = (%d)\n", pstat->aid); -+ } -+ } -+ -+ -+ pstat->state &= (~WIFI_FW_ASSOC_STATE); -+ pstat->state |= WIFI_FW_ASSOC_SUCCESS; -+ -+ spin_lock_bh(&pstapriv->auth_list_lock); -+ if (!list_empty(&pstat->auth_list)) { -+ list_del_init(&pstat->auth_list); -+ pstapriv->auth_list_cnt--; -+ } -+ spin_unlock_bh(&pstapriv->auth_list_lock); -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ if (list_empty(&pstat->asoc_list)) { -+ pstat->expire_to = pstapriv->expire_to; -+ list_add_tail(&pstat->asoc_list, &pstapriv->asoc_list); -+ pstapriv->asoc_list_cnt++; -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ /* now the station is qualified to join our BSS... */ -+ if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (_STATS_SUCCESSFUL_ == status)) { -+ /* 1 bss_cap_update & sta_info_update */ -+ bss_cap_update_on_sta_join(padapter, pstat); -+ sta_info_update(padapter, pstat); -+ -+ /* 2 issue assoc rsp before notify station join event. */ -+ if (frame_type == WIFI_ASSOCREQ) -+ issue_asocrsp(padapter, status, pstat, WIFI_ASSOCRSP); -+ else -+ issue_asocrsp(padapter, status, pstat, WIFI_REASSOCRSP); -+ -+ spin_lock_bh(&pstat->lock); -+ if (pstat->passoc_req) { -+ kfree(pstat->passoc_req); -+ pstat->passoc_req = NULL; -+ pstat->assoc_req_len = 0; -+ } -+ -+ pstat->passoc_req = rtw_zmalloc(pkt_len); -+ if (pstat->passoc_req) { -+ memcpy(pstat->passoc_req, pframe, pkt_len); -+ pstat->assoc_req_len = pkt_len; -+ } -+ spin_unlock_bh(&pstat->lock); -+ -+ /* 3-(1) report sta add event */ -+ report_add_sta_event(padapter, pstat->hwaddr, pstat->aid); -+ } -+ -+ return _SUCCESS; -+ -+asoc_class2_error: -+ -+ issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); -+ -+ return _FAIL; -+ -+OnAssocReqFail: -+ -+ pstat->aid = 0; -+ if (frame_type == WIFI_ASSOCREQ) -+ issue_asocrsp(padapter, status, pstat, WIFI_ASSOCRSP); -+ else -+ issue_asocrsp(padapter, status, pstat, WIFI_REASSOCRSP); -+ -+ return _FAIL; -+} -+ -+unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ uint i; -+ int res; -+ unsigned short status; -+ struct ndis_80211_var_ie *pIE; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ /* struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); */ -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint pkt_len = precv_frame->u.hdr.len; -+ -+ DBG_871X("%s\n", __func__); -+ -+ /* check A1 matches or not */ -+ if (memcmp(myid(&(padapter->eeprompriv)), get_da(pframe), ETH_ALEN)) -+ return _SUCCESS; -+ -+ if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) -+ return _SUCCESS; -+ -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ return _SUCCESS; -+ -+ del_timer_sync(&pmlmeext->link_timer); -+ -+ /* status */ -+ status = le16_to_cpu(*(__le16 *)(pframe + WLAN_HDR_A3_LEN + 2)); -+ if (status > 0) { -+ DBG_871X("assoc reject, status code: %d\n", status); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ res = -4; -+ goto report_assoc_result; -+ } -+ -+ /* get capabilities */ -+ pmlmeinfo->capability = le16_to_cpu(*(__le16 *)(pframe + WLAN_HDR_A3_LEN)); -+ -+ /* set slot time */ -+ pmlmeinfo->slotTime = (pmlmeinfo->capability & BIT(10)) ? 9 : 20; -+ -+ /* AID */ -+ res = pmlmeinfo->aid = (int)(le16_to_cpu(*(__le16 *)(pframe + WLAN_HDR_A3_LEN + 4))&0x3fff); -+ -+ /* following are moved to join event callback function */ -+ /* to handle HT, WMM, rate adaptive, update MAC reg */ -+ /* for not to handle the synchronous IO in the tasklet */ -+ for (i = (6 + WLAN_HDR_A3_LEN); i < pkt_len;) { -+ pIE = (struct ndis_80211_var_ie *)(pframe + i); -+ -+ switch (pIE->ElementID) { -+ case _VENDOR_SPECIFIC_IE_: -+ if (!memcmp(pIE->data, WMM_PARA_OUI, 6)) /* WMM */ -+ WMM_param_handler(padapter, pIE); -+ break; -+ -+ case _HT_CAPABILITY_IE_: /* HT caps */ -+ HT_caps_handler(padapter, pIE); -+ break; -+ -+ case _HT_EXTRA_INFO_IE_: /* HT info */ -+ HT_info_handler(padapter, pIE); -+ break; -+ -+ case _ERPINFO_IE_: -+ ERP_IE_handler(padapter, pIE); -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); -+ pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; -+ -+ /* Update Basic Rate Table for spec, 2010-12-28 , by thomas */ -+ UpdateBrateTbl(padapter, pmlmeinfo->network.SupportedRates); -+ -+report_assoc_result: -+ if (res > 0) { -+ rtw_buf_update(&pmlmepriv->assoc_rsp, &pmlmepriv->assoc_rsp_len, pframe, pkt_len); -+ } else { -+ rtw_buf_free(&pmlmepriv->assoc_rsp, &pmlmepriv->assoc_rsp_len); -+ } -+ -+ report_join_res(padapter, res); -+ -+ return _SUCCESS; -+} -+ -+unsigned int OnDeAuth(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned short reason; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ -+ /* check A3 */ -+ if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) -+ return _SUCCESS; -+ -+ reason = le16_to_cpu(*(__le16 *)(pframe + WLAN_HDR_A3_LEN)); -+ -+ DBG_871X("%s Reason code(%d)\n", __func__, reason); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ /* spin_lock_bh(&(pstapriv->sta_hash_lock)); */ -+ /* rtw_free_stainfo(padapter, psta); */ -+ /* spin_unlock_bh(&(pstapriv->sta_hash_lock)); */ -+ -+ DBG_871X_LEVEL(_drv_always_, "ap recv deauth reason code(%d) sta:%pM\n", -+ reason, GetAddr2Ptr(pframe)); -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta) { -+ u8 updated = false; -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ if (list_empty(&psta->asoc_list) == false) { -+ list_del_init(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, false, reason); -+ -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ associated_clients_update(padapter, updated); -+ } -+ -+ -+ return _SUCCESS; -+ } else{ -+ int ignore_received_deauth = 0; -+ -+ /* Commented by Albert 20130604 */ -+ /* Before sending the auth frame to start the STA/GC mode connection with AP/GO, */ -+ /* we will send the deauth first. */ -+ /* However, the Win8.1 with BRCM Wi-Fi will send the deauth with reason code 6 to us after receieving our deauth. */ -+ /* Added the following code to avoid this case. */ -+ if ((pmlmeinfo->state & WIFI_FW_AUTH_STATE) || -+ (pmlmeinfo->state & WIFI_FW_ASSOC_STATE)) { -+ if (reason == WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA) { -+ ignore_received_deauth = 1; -+ } else if (WLAN_REASON_PREV_AUTH_NOT_VALID == reason) { -+ /* TODO: 802.11r */ -+ ignore_received_deauth = 1; -+ } -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, "sta recv deauth reason code(%d) sta:%pM, ignore = %d\n", -+ reason, GetAddr3Ptr(pframe), ignore_received_deauth); -+ -+ if (0 == ignore_received_deauth) { -+ receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); -+ } -+ } -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = false; -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnDisassoc(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned short reason; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ -+ /* check A3 */ -+ if (memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) -+ return _SUCCESS; -+ -+ reason = le16_to_cpu(*(__le16 *)(pframe + WLAN_HDR_A3_LEN)); -+ -+ DBG_871X("%s Reason code(%d)\n", __func__, reason); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ /* spin_lock_bh(&(pstapriv->sta_hash_lock)); */ -+ /* rtw_free_stainfo(padapter, psta); */ -+ /* spin_unlock_bh(&(pstapriv->sta_hash_lock)); */ -+ -+ DBG_871X_LEVEL(_drv_always_, "ap recv disassoc reason code(%d) sta:%pM\n", -+ reason, GetAddr2Ptr(pframe)); -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta) { -+ u8 updated = false; -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ if (list_empty(&psta->asoc_list) == false) { -+ list_del_init(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, false, reason); -+ -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ associated_clients_update(padapter, updated); -+ } -+ -+ return _SUCCESS; -+ } else{ -+ DBG_871X_LEVEL(_drv_always_, "sta recv disassoc reason code(%d) sta:%pM\n", -+ reason, GetAddr3Ptr(pframe)); -+ -+ receive_disconnect(padapter, GetAddr3Ptr(pframe), reason); -+ } -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = false; -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnAtim(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ DBG_871X("%s\n", __func__); -+ return _SUCCESS; -+} -+ -+unsigned int on_action_spct(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int ret = _FAIL; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ u8 *frame_body = (u8 *)(pframe + sizeof(struct ieee80211_hdr_3addr)); -+ u8 category; -+ u8 action; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(padapter->pnetdev)); -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ -+ if (!psta) -+ goto exit; -+ -+ category = frame_body[0]; -+ if (category != RTW_WLAN_CATEGORY_SPECTRUM_MGMT) -+ goto exit; -+ -+ action = frame_body[1]; -+ switch (action) { -+ case RTW_WLAN_ACTION_SPCT_MSR_REQ: -+ case RTW_WLAN_ACTION_SPCT_MSR_RPRT: -+ case RTW_WLAN_ACTION_SPCT_TPC_REQ: -+ case RTW_WLAN_ACTION_SPCT_TPC_RPRT: -+ case RTW_WLAN_ACTION_SPCT_CHL_SWITCH: -+ break; -+ default: -+ break; -+ } -+ -+exit: -+ return ret; -+} -+ -+unsigned int OnAction_back(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 *addr; -+ struct sta_info *psta = NULL; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ unsigned char *frame_body; -+ unsigned char category, action; -+ unsigned short tid, status, reason_code = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("%s\n", __func__); -+ -+ /* check RA matches or not */ -+ if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN))/* for if1, sta/ap mode */ -+ return _SUCCESS; -+ -+ if ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) -+ return _SUCCESS; -+ -+ addr = GetAddr2Ptr(pframe); -+ psta = rtw_get_stainfo(pstapriv, addr); -+ -+ if (psta == NULL) -+ return _SUCCESS; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct ieee80211_hdr_3addr)); -+ -+ category = frame_body[0]; -+ if (category == RTW_WLAN_CATEGORY_BACK) {/* representing Block Ack */ -+ if (!pmlmeinfo->HT_enable) { -+ return _SUCCESS; -+ } -+ -+ action = frame_body[1]; -+ DBG_871X("%s, action =%d\n", __func__, action); -+ switch (action) { -+ case RTW_WLAN_ACTION_ADDBA_REQ: /* ADDBA request */ -+ -+ memcpy(&(pmlmeinfo->ADDBA_req), &(frame_body[2]), sizeof(struct ADDBA_request)); -+ /* process_addba_req(padapter, (u8 *)&(pmlmeinfo->ADDBA_req), GetAddr3Ptr(pframe)); */ -+ process_addba_req(padapter, (u8 *)&(pmlmeinfo->ADDBA_req), addr); -+ -+ if (pmlmeinfo->bAcceptAddbaReq == true) { -+ issue_action_BA(padapter, addr, RTW_WLAN_ACTION_ADDBA_RESP, 0); -+ } else{ -+ issue_action_BA(padapter, addr, RTW_WLAN_ACTION_ADDBA_RESP, 37);/* reject ADDBA Req */ -+ } -+ -+ break; -+ -+ case RTW_WLAN_ACTION_ADDBA_RESP: /* ADDBA response */ -+ status = RTW_GET_LE16(&frame_body[3]); -+ tid = ((frame_body[5] >> 2) & 0x7); -+ -+ if (status == 0) { -+ /* successful */ -+ DBG_871X("agg_enable for TID =%d\n", tid); -+ psta->htpriv.agg_enable_bitmap |= 1 << tid; -+ psta->htpriv.candidate_tid_bitmap &= ~BIT(tid); -+ } else{ -+ psta->htpriv.agg_enable_bitmap &= ~BIT(tid); -+ } -+ -+ if (psta->state & WIFI_STA_ALIVE_CHK_STATE) { -+ DBG_871X("%s alive check - rx ADDBA response\n", __func__); -+ psta->htpriv.agg_enable_bitmap &= ~BIT(tid); -+ psta->expire_to = pstapriv->expire_to; -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ } -+ -+ /* DBG_871X("marc: ADDBA RSP: %x\n", pmlmeinfo->agg_enable_bitmap); */ -+ break; -+ -+ case RTW_WLAN_ACTION_DELBA: /* DELBA */ -+ if ((frame_body[3] & BIT(3)) == 0) { -+ psta->htpriv.agg_enable_bitmap &= ~(1 << ((frame_body[3] >> 4) & 0xf)); -+ psta->htpriv.candidate_tid_bitmap &= ~(1 << ((frame_body[3] >> 4) & 0xf)); -+ -+ /* reason_code = frame_body[4] | (frame_body[5] << 8); */ -+ reason_code = RTW_GET_LE16(&frame_body[4]); -+ } else if ((frame_body[3] & BIT(3)) == BIT(3)) { -+ tid = (frame_body[3] >> 4) & 0x0F; -+ -+ preorder_ctrl = &psta->recvreorder_ctrl[tid]; -+ preorder_ctrl->enable = false; -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ } -+ -+ DBG_871X("%s(): DELBA: %x(%x)\n", __func__, pmlmeinfo->agg_enable_bitmap, reason_code); -+ /* todo: how to notify the host while receiving DELETE BA */ -+ break; -+ -+ default: -+ break; -+ } -+ } -+ return _SUCCESS; -+} -+ -+static s32 rtw_action_public_decache(union recv_frame *recv_frame, s32 token) -+{ -+ struct adapter *adapter = recv_frame->u.hdr.adapter; -+ struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); -+ u8 *frame = recv_frame->u.hdr.rx_data; -+ u16 seq_ctrl = ((recv_frame->u.hdr.attrib.seq_num&0xffff) << 4) | -+ (recv_frame->u.hdr.attrib.frag_num & 0xf); -+ -+ if (GetRetry(frame)) { -+ if (token >= 0) { -+ if ((seq_ctrl == mlmeext->action_public_rxseq) -+ && (token == mlmeext->action_public_dialog_token)) { -+ DBG_871X(FUNC_ADPT_FMT" seq_ctrl = 0x%x, rxseq = 0x%x, token:%d\n", -+ FUNC_ADPT_ARG(adapter), seq_ctrl, mlmeext->action_public_rxseq, token); -+ return _FAIL; -+ } -+ } else { -+ if (seq_ctrl == mlmeext->action_public_rxseq) { -+ DBG_871X(FUNC_ADPT_FMT" seq_ctrl = 0x%x, rxseq = 0x%x\n", -+ FUNC_ADPT_ARG(adapter), seq_ctrl, mlmeext->action_public_rxseq); -+ return _FAIL; -+ } -+ } -+ } -+ -+ mlmeext->action_public_rxseq = seq_ctrl; -+ -+ if (token >= 0) -+ mlmeext->action_public_dialog_token = token; -+ -+ return _SUCCESS; -+} -+ -+static unsigned int on_action_public_p2p(union recv_frame *precv_frame) -+{ -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ u8 *frame_body; -+ u8 dialogToken = 0; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct ieee80211_hdr_3addr)); -+ -+ dialogToken = frame_body[7]; -+ -+ if (rtw_action_public_decache(precv_frame, dialogToken) == _FAIL) -+ return _FAIL; -+ -+ return _SUCCESS; -+} -+ -+static unsigned int on_action_public_vendor(union recv_frame *precv_frame) -+{ -+ unsigned int ret = _FAIL; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); -+ -+ if (!memcmp(frame_body + 2, P2P_OUI, 4)) { -+ ret = on_action_public_p2p(precv_frame); -+ } -+ -+ return ret; -+} -+ -+static unsigned int on_action_public_default(union recv_frame *precv_frame, u8 action) -+{ -+ unsigned int ret = _FAIL; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint frame_len = precv_frame->u.hdr.len; -+ u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); -+ u8 token; -+ struct adapter *adapter = precv_frame->u.hdr.adapter; -+ int cnt = 0; -+ char msg[64]; -+ -+ token = frame_body[2]; -+ -+ if (rtw_action_public_decache(precv_frame, token) == _FAIL) -+ goto exit; -+ -+ cnt += sprintf((msg+cnt), "%s(token:%u)", action_public_str(action), token); -+ rtw_cfg80211_rx_action(adapter, pframe, frame_len, msg); -+ -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+ -+unsigned int on_action_public(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int ret = _FAIL; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); -+ u8 category, action; -+ -+ /* check RA matches or not */ -+ if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) -+ goto exit; -+ -+ category = frame_body[0]; -+ if (category != RTW_WLAN_CATEGORY_PUBLIC) -+ goto exit; -+ -+ action = frame_body[1]; -+ switch (action) { -+ case ACT_PUBLIC_VENDOR: -+ ret = on_action_public_vendor(precv_frame); -+ break; -+ default: -+ ret = on_action_public_default(precv_frame, action); -+ break; -+ } -+ -+exit: -+ return ret; -+} -+ -+unsigned int OnAction_ht(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); -+ u8 category, action; -+ -+ /* check RA matches or not */ -+ if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe), ETH_ALEN)) -+ goto exit; -+ -+ category = frame_body[0]; -+ if (category != RTW_WLAN_CATEGORY_HT) -+ goto exit; -+ -+ action = frame_body[1]; -+ switch (action) { -+ case RTW_WLAN_ACTION_HT_COMPRESS_BEAMFORMING: -+ break; -+ default: -+ break; -+ } -+ -+exit: -+ -+ return _SUCCESS; -+} -+ -+unsigned int OnAction_sa_query(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ unsigned short tid; -+ /* Baron */ -+ -+ DBG_871X("OnAction_sa_query\n"); -+ -+ switch (pframe[WLAN_HDR_A3_LEN+1]) { -+ case 0: /* SA Query req */ -+ memcpy(&tid, &pframe[WLAN_HDR_A3_LEN+2], sizeof(unsigned short)); -+ DBG_871X("OnAction_sa_query request, action =%d, tid =%04x\n", pframe[WLAN_HDR_A3_LEN+1], tid); -+ issue_action_SA_Query(padapter, GetAddr2Ptr(pframe), 1, tid); -+ break; -+ -+ case 1: /* SA Query rsp */ -+ del_timer_sync(&pmlmeext->sa_query_timer); -+ DBG_871X("OnAction_sa_query response, action =%d, tid =%04x, cancel timer\n", pframe[WLAN_HDR_A3_LEN+1], pframe[WLAN_HDR_A3_LEN+2]); -+ break; -+ default: -+ break; -+ } -+ if (0) { -+ int pp; -+ printk("pattrib->pktlen = %d =>", pattrib->pkt_len); -+ for (pp = 0; pp < pattrib->pkt_len; pp++) -+ printk(" %02x ", pframe[pp]); -+ printk("\n"); -+ } -+ -+ return _SUCCESS; -+} -+ -+unsigned int OnAction(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ int i; -+ unsigned char category; -+ struct action_handler *ptable; -+ unsigned char *frame_body; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct ieee80211_hdr_3addr)); -+ -+ category = frame_body[0]; -+ -+ for (i = 0; i < sizeof(OnAction_tbl)/sizeof(struct action_handler); i++) { -+ ptable = &OnAction_tbl[i]; -+ -+ if (category == ptable->num) -+ ptable->func(padapter, precv_frame); -+ -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int DoReserved(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ -+ /* DBG_871X("rcvd mgt frame(%x, %x)\n", (GetFrameSubType(pframe) >> 4), *(unsigned int *)GetAddr1Ptr(pframe)); */ -+ return _SUCCESS; -+} -+ -+static struct xmit_frame *_alloc_mgtxmitframe(struct xmit_priv *pxmitpriv, bool once) -+{ -+ struct xmit_frame *pmgntframe; -+ struct xmit_buf *pxmitbuf; -+ -+ if (once) -+ pmgntframe = rtw_alloc_xmitframe_once(pxmitpriv); -+ else -+ pmgntframe = rtw_alloc_xmitframe_ext(pxmitpriv); -+ -+ if (pmgntframe == NULL) { -+ DBG_871X(FUNC_ADPT_FMT" alloc xmitframe fail, once:%d\n", FUNC_ADPT_ARG(pxmitpriv->adapter), once); -+ goto exit; -+ } -+ -+ pxmitbuf = rtw_alloc_xmitbuf_ext(pxmitpriv); -+ if (pxmitbuf == NULL) { -+ DBG_871X(FUNC_ADPT_FMT" alloc xmitbuf fail\n", FUNC_ADPT_ARG(pxmitpriv->adapter)); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ pmgntframe = NULL; -+ goto exit; -+ } -+ -+ pmgntframe->frame_tag = MGNT_FRAMETAG; -+ pmgntframe->pxmitbuf = pxmitbuf; -+ pmgntframe->buf_addr = pxmitbuf->pbuf; -+ pxmitbuf->priv_data = pmgntframe; -+ -+exit: -+ return pmgntframe; -+ -+} -+ -+inline struct xmit_frame *alloc_mgtxmitframe(struct xmit_priv *pxmitpriv) -+{ -+ return _alloc_mgtxmitframe(pxmitpriv, false); -+} -+ -+/**************************************************************************** -+ -+Following are some TX fuctions for WiFi MLME -+ -+*****************************************************************************/ -+ -+void update_mgnt_tx_rate(struct adapter *padapter, u8 rate) -+{ -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ pmlmeext->tx_rate = rate; -+ /* DBG_871X("%s(): rate = %x\n", __func__, rate); */ -+} -+ -+void update_mgntframe_attrib(struct adapter *padapter, struct pkt_attrib *pattrib) -+{ -+ u8 wireless_mode; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ /* memset((u8 *)(pattrib), 0, sizeof(struct pkt_attrib)); */ -+ -+ pattrib->hdrlen = 24; -+ pattrib->nr_frags = 1; -+ pattrib->priority = 7; -+ pattrib->mac_id = 0; -+ pattrib->qsel = 0x12; -+ -+ pattrib->pktlen = 0; -+ -+ if (pmlmeext->tx_rate == IEEE80211_CCK_RATE_1MB) -+ wireless_mode = WIRELESS_11B; -+ else -+ wireless_mode = WIRELESS_11G; -+ pattrib->raid = rtw_get_mgntframe_raid(padapter, wireless_mode); -+ pattrib->rate = pmlmeext->tx_rate; -+ -+ pattrib->encrypt = _NO_PRIVACY_; -+ pattrib->bswenc = false; -+ -+ pattrib->qos_en = false; -+ pattrib->ht_en = false; -+ pattrib->bwmode = CHANNEL_WIDTH_20; -+ pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ pattrib->sgi = false; -+ -+ pattrib->seqnum = pmlmeext->mgnt_seq; -+ -+ pattrib->retry_ctrl = true; -+ -+ pattrib->mbssid = 0; -+ -+} -+ -+void update_mgntframe_attrib_addr(struct adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ u8 *pframe; -+ struct pkt_attrib *pattrib = &pmgntframe->attrib; -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ memcpy(pattrib->ra, GetAddr1Ptr(pframe), ETH_ALEN); -+ memcpy(pattrib->ta, GetAddr2Ptr(pframe), ETH_ALEN); -+} -+ -+void dump_mgntframe(struct adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ if (padapter->bSurpriseRemoved == true || -+ padapter->bDriverStopped == true) { -+ rtw_free_xmitbuf(&padapter->xmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(&padapter->xmitpriv, pmgntframe); -+ return; -+ } -+ -+ rtw_hal_mgnt_xmit(padapter, pmgntframe); -+} -+ -+s32 dump_mgntframe_and_wait(struct adapter *padapter, struct xmit_frame *pmgntframe, int timeout_ms) -+{ -+ s32 ret = _FAIL; -+ _irqL irqL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct xmit_buf *pxmitbuf = pmgntframe->pxmitbuf; -+ struct submit_ctx sctx; -+ -+ if (padapter->bSurpriseRemoved == true || -+ padapter->bDriverStopped == true) { -+ rtw_free_xmitbuf(&padapter->xmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(&padapter->xmitpriv, pmgntframe); -+ return ret; -+ } -+ -+ rtw_sctx_init(&sctx, timeout_ms); -+ pxmitbuf->sctx = &sctx; -+ -+ ret = rtw_hal_mgnt_xmit(padapter, pmgntframe); -+ -+ if (ret == _SUCCESS) -+ ret = rtw_sctx_wait(&sctx, __func__); -+ -+ spin_lock_irqsave(&pxmitpriv->lock_sctx, irqL); -+ pxmitbuf->sctx = NULL; -+ spin_unlock_irqrestore(&pxmitpriv->lock_sctx, irqL); -+ -+ return ret; -+} -+ -+s32 dump_mgntframe_and_wait_ack(struct adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ static u8 seq_no = 0; -+ s32 ret = _FAIL; -+ u32 timeout_ms = 500;/* 500ms */ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ if (padapter->bSurpriseRemoved == true || -+ padapter->bDriverStopped == true) { -+ rtw_free_xmitbuf(&padapter->xmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(&padapter->xmitpriv, pmgntframe); -+ return -1; -+ } -+ -+ if (mutex_lock_interruptible(&pxmitpriv->ack_tx_mutex) == 0) { -+ pxmitpriv->ack_tx = true; -+ pxmitpriv->seq_no = seq_no++; -+ pmgntframe->ack_report = 1; -+ if (rtw_hal_mgnt_xmit(padapter, pmgntframe) == _SUCCESS) { -+ ret = rtw_ack_tx_wait(pxmitpriv, timeout_ms); -+ } -+ -+ pxmitpriv->ack_tx = false; -+ mutex_unlock(&pxmitpriv->ack_tx_mutex); -+ } -+ -+ return ret; -+} -+ -+static int update_hidden_ssid(u8 *ies, u32 ies_len, u8 hidden_ssid_mode) -+{ -+ u8 *ssid_ie; -+ sint ssid_len_ori; -+ int len_diff = 0; -+ -+ ssid_ie = rtw_get_ie(ies, WLAN_EID_SSID, &ssid_len_ori, ies_len); -+ -+ /* DBG_871X("%s hidden_ssid_mode:%u, ssid_ie:%p, ssid_len_ori:%d\n", __func__, hidden_ssid_mode, ssid_ie, ssid_len_ori); */ -+ -+ if (ssid_ie && ssid_len_ori > 0) { -+ switch (hidden_ssid_mode) { -+ case 1: -+ { -+ u8 *next_ie = ssid_ie + 2 + ssid_len_ori; -+ u32 remain_len = 0; -+ -+ remain_len = ies_len - (next_ie-ies); -+ -+ ssid_ie[1] = 0; -+ memcpy(ssid_ie+2, next_ie, remain_len); -+ len_diff -= ssid_len_ori; -+ -+ break; -+ } -+ case 2: -+ memset(&ssid_ie[2], 0, ssid_len_ori); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ return len_diff; -+} -+ -+void issue_beacon(struct adapter *padapter, int timeout_ms) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ unsigned int rate_len; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) { -+ DBG_871X("%s, alloc mgnt frame fail\n", __func__); -+ return; -+ } -+ -+ spin_lock_bh(&pmlmepriv->bcn_update_lock); -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->qsel = 0x10; -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ /* pmlmeext->mgnt_seq++; */ -+ SetFrameSubType(pframe, WIFI_BEACON); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) { -+ /* DBG_871X("ie len =%d\n", cur_network->IELength); */ -+ { -+ int len_diff; -+ memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ len_diff = update_hidden_ssid( -+ pframe+_BEACON_IE_OFFSET_ -+ , cur_network->IELength-_BEACON_IE_OFFSET_ -+ , pmlmeinfo->hidden_ssid_mode -+ ); -+ pframe += (cur_network->IELength+len_diff); -+ pattrib->pktlen += (cur_network->IELength+len_diff); -+ } -+ -+ { -+ u8 *wps_ie; -+ uint wps_ielen; -+ u8 sr = 0; -+ wps_ie = rtw_get_wps_ie(pmgntframe->buf_addr+TXDESC_OFFSET+sizeof(struct ieee80211_hdr_3addr)+_BEACON_IE_OFFSET_, -+ pattrib->pktlen-sizeof(struct ieee80211_hdr_3addr)-_BEACON_IE_OFFSET_, NULL, &wps_ielen); -+ if (wps_ie && wps_ielen > 0) { -+ rtw_get_wps_attr_content(wps_ie, wps_ielen, WPS_ATTR_SELECTED_REGISTRAR, (u8 *)(&sr), NULL); -+ } -+ if (sr != 0) -+ set_fwstate(pmlmepriv, WIFI_UNDER_WPS); -+ else -+ _clr_fwstate_(pmlmepriv, WIFI_UNDER_WPS); -+ } -+ -+ goto _issue_bcn; -+ -+ } -+ -+ /* below for ad-hoc mode */ -+ -+ /* timestamp will be inserted by hardware */ -+ pframe += 8; -+ pattrib->pktlen += 8; -+ -+ /* beacon interval: 2 bytes */ -+ -+ memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ /* capability info: 2 bytes */ -+ -+ memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ /* SSID */ -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pattrib->pktlen); -+ -+ /* supported rates... */ -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->SupportedRates, &pattrib->pktlen); -+ -+ /* DS parameter set */ -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pattrib->pktlen); -+ -+ /* if ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) */ -+ { -+ u8 erpinfo = 0; -+ u32 ATIMWindow; -+ /* IBSS Parameter Set... */ -+ /* ATIMWindow = cur->Configuration.ATIMWindow; */ -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); -+ -+ /* ERP IE */ -+ pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); -+ } -+ -+ -+ /* EXTERNDED SUPPORTED RATE */ -+ if (rate_len > 8) { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pattrib->pktlen); -+ } -+ -+ -+ /* todo:HT for adhoc */ -+ -+_issue_bcn: -+ -+ pmlmepriv->update_bcn = false; -+ -+ spin_unlock_bh(&pmlmepriv->bcn_update_lock); -+ -+ if ((pattrib->pktlen + TXDESC_SIZE) > 512) { -+ DBG_871X("beacon frame too large\n"); -+ return; -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ /* DBG_871X("issue bcn_sz =%d\n", pattrib->last_txcmdsz); */ -+ if (timeout_ms > 0) -+ dump_mgntframe_and_wait(padapter, pmgntframe, timeout_ms); -+ else -+ dump_mgntframe(padapter, pmgntframe); -+ -+} -+ -+void issue_probersp(struct adapter *padapter, unsigned char *da, u8 is_valid_p2p_probereq) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ unsigned char *mac, *bssid; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ -+ u8 *pwps_ie; -+ uint wps_ielen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ unsigned int rate_len; -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ if (da == NULL) -+ return; -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) { -+ DBG_871X("%s, alloc mgnt frame fail\n", __func__); -+ return; -+ } -+ -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ mac = myid(&(padapter->eeprompriv)); -+ bssid = cur_network->MacAddress; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, bssid, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(fctrl, WIFI_PROBERSP); -+ -+ pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = pattrib->hdrlen; -+ pframe += pattrib->hdrlen; -+ -+ -+ if (cur_network->IELength > MAX_IE_SZ) -+ return; -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) { -+ pwps_ie = rtw_get_wps_ie(cur_network->IEs+_FIXED_IE_LENGTH_, cur_network->IELength-_FIXED_IE_LENGTH_, NULL, &wps_ielen); -+ -+ /* inerset & update wps_probe_resp_ie */ -+ if ((pmlmepriv->wps_probe_resp_ie != NULL) && pwps_ie && (wps_ielen > 0)) { -+ uint wps_offset, remainder_ielen; -+ u8 *premainder_ie; -+ -+ wps_offset = (uint)(pwps_ie - cur_network->IEs); -+ -+ premainder_ie = pwps_ie + wps_ielen; -+ -+ remainder_ielen = cur_network->IELength - wps_offset - wps_ielen; -+ -+ memcpy(pframe, cur_network->IEs, wps_offset); -+ pframe += wps_offset; -+ pattrib->pktlen += wps_offset; -+ -+ wps_ielen = (uint)pmlmepriv->wps_probe_resp_ie[1];/* to get ie data len */ -+ if ((wps_offset+wps_ielen+2) <= MAX_IE_SZ) { -+ memcpy(pframe, pmlmepriv->wps_probe_resp_ie, wps_ielen+2); -+ pframe += wps_ielen+2; -+ pattrib->pktlen += wps_ielen+2; -+ } -+ -+ if ((wps_offset+wps_ielen+2+remainder_ielen) <= MAX_IE_SZ) { -+ memcpy(pframe, premainder_ie, remainder_ielen); -+ pframe += remainder_ielen; -+ pattrib->pktlen += remainder_ielen; -+ } -+ } else{ -+ memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ pframe += cur_network->IELength; -+ pattrib->pktlen += cur_network->IELength; -+ } -+ -+ /* retrieve SSID IE from cur_network->Ssid */ -+ { -+ u8 *ssid_ie; -+ sint ssid_ielen; -+ sint ssid_ielen_diff; -+ u8 buf[MAX_IE_SZ]; -+ u8 *ies = pmgntframe->buf_addr+TXDESC_OFFSET+sizeof(struct ieee80211_hdr_3addr); -+ -+ ssid_ie = rtw_get_ie(ies+_FIXED_IE_LENGTH_, _SSID_IE_, &ssid_ielen, -+ (pframe-ies)-_FIXED_IE_LENGTH_); -+ -+ ssid_ielen_diff = cur_network->Ssid.SsidLength - ssid_ielen; -+ -+ if (ssid_ie && cur_network->Ssid.SsidLength) { -+ uint remainder_ielen; -+ u8 *remainder_ie; -+ remainder_ie = ssid_ie+2; -+ remainder_ielen = (pframe-remainder_ie); -+ -+ if (remainder_ielen > MAX_IE_SZ) { -+ DBG_871X_LEVEL(_drv_warning_, FUNC_ADPT_FMT" remainder_ielen > MAX_IE_SZ\n", FUNC_ADPT_ARG(padapter)); -+ remainder_ielen = MAX_IE_SZ; -+ } -+ -+ memcpy(buf, remainder_ie, remainder_ielen); -+ memcpy(remainder_ie+ssid_ielen_diff, buf, remainder_ielen); -+ *(ssid_ie+1) = cur_network->Ssid.SsidLength; -+ memcpy(ssid_ie+2, cur_network->Ssid.Ssid, cur_network->Ssid.SsidLength); -+ -+ pframe += ssid_ielen_diff; -+ pattrib->pktlen += ssid_ielen_diff; -+ } -+ } -+ } else{ -+ /* timestamp will be inserted by hardware */ -+ pframe += 8; -+ pattrib->pktlen += 8; -+ -+ /* beacon interval: 2 bytes */ -+ -+ memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ /* capability info: 2 bytes */ -+ -+ memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ /* below for ad-hoc mode */ -+ -+ /* SSID */ -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pattrib->pktlen); -+ -+ /* supported rates... */ -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->SupportedRates, &pattrib->pktlen); -+ -+ /* DS parameter set */ -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pattrib->pktlen); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) { -+ u8 erpinfo = 0; -+ u32 ATIMWindow; -+ /* IBSS Parameter Set... */ -+ /* ATIMWindow = cur->Configuration.ATIMWindow; */ -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); -+ -+ /* ERP IE */ -+ pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); -+ } -+ -+ -+ /* EXTERNDED SUPPORTED RATE */ -+ if (rate_len > 8) { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pattrib->pktlen); -+ } -+ -+ -+ /* todo:HT for adhoc */ -+ -+ } -+ -+#ifdef CONFIG_AUTO_AP_MODE -+{ -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("(%s)\n", __func__); -+ -+ /* check rc station */ -+ psta = rtw_get_stainfo(pstapriv, da); -+ if (psta && psta->isrc && psta->pid > 0) { -+ u8 RC_OUI[4] = {0x00, 0xE0, 0x4C, 0x0A}; -+ u8 RC_INFO[14] = {0}; -+ /* EID[1] + EID_LEN[1] + RC_OUI[4] + MAC[6] + PairingID[2] + ChannelNum[2] */ -+ u16 cu_ch = (u16)cur_network->Configuration.DSConfig; -+ -+ DBG_871X("%s, reply rc(pid = 0x%x) device "MAC_FMT" in ch =%d\n", __func__, -+ psta->pid, MAC_ARG(psta->hwaddr), cu_ch); -+ -+ /* append vendor specific ie */ -+ memcpy(RC_INFO, RC_OUI, sizeof(RC_OUI)); -+ memcpy(&RC_INFO[4], mac, ETH_ALEN); -+ memcpy(&RC_INFO[10], (u8 *)&psta->pid, 2); -+ memcpy(&RC_INFO[12], (u8 *)&cu_ch, 2); -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(RC_INFO), RC_INFO, &pattrib->pktlen); -+ } -+} -+#endif /* CONFIG_AUTO_AP_MODE */ -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+static int _issue_probereq(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ unsigned char *mac; -+ unsigned char bssrate[NumRates]; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ int bssrate_len = 0; -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("+issue_probereq\n")); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) -+ goto exit; -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ mac = myid(&(padapter->eeprompriv)); -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ if (da) { -+ /* unicast probe request frame */ -+ memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, da, ETH_ALEN); -+ } else{ -+ /* broadcast probe request frame */ -+ memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, bc_addr, ETH_ALEN); -+ } -+ -+ memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_PROBEREQ); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ if (pssid) -+ pframe = rtw_set_ie(pframe, _SSID_IE_, pssid->SsidLength, pssid->Ssid, &(pattrib->pktlen)); -+ else -+ pframe = rtw_set_ie(pframe, _SSID_IE_, 0, NULL, &(pattrib->pktlen)); -+ -+ get_rate_set(padapter, bssrate, &bssrate_len); -+ -+ if (bssrate_len > 8) { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &(pattrib->pktlen)); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &(pattrib->pktlen)); -+ } else{ -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &(pattrib->pktlen)); -+ } -+ -+ if (ch) -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, &ch, &pattrib->pktlen); -+ -+ if (append_wps) { -+ /* add wps_ie for wps2.0 */ -+ if (pmlmepriv->wps_probe_req_ie_len > 0 && pmlmepriv->wps_probe_req_ie) { -+ memcpy(pframe, pmlmepriv->wps_probe_req_ie, pmlmepriv->wps_probe_req_ie_len); -+ pframe += pmlmepriv->wps_probe_req_ie_len; -+ pattrib->pktlen += pmlmepriv->wps_probe_req_ie_len; -+ } -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("issuing probe_req, tx_len =%d\n", pattrib->last_txcmdsz)); -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+inline void issue_probereq(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da) -+{ -+ _issue_probereq(padapter, pssid, da, 0, 1, false); -+} -+ -+int issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, -+ int try_cnt, int wait_ms) -+{ -+ int ret; -+ int i = 0; -+ -+ do { -+ ret = _issue_probereq(padapter, pssid, da, ch, append_wps, wait_ms > 0?true:false); -+ -+ i++; -+ -+ if (padapter->bDriverStopped || padapter->bSurpriseRemoved) -+ break; -+ -+ if (i < try_cnt && wait_ms > 0 && ret == _FAIL) -+ msleep(wait_ms); -+ -+ } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); -+ -+ if (ret != _FAIL) { -+ ret = _SUCCESS; -+ #ifndef DBG_XMIT_ACK -+ goto exit; -+ #endif -+ } -+ -+ if (try_cnt && wait_ms) { -+ if (da) -+ DBG_871X(FUNC_ADPT_FMT" to "MAC_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ else -+ DBG_871X(FUNC_ADPT_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ } -+exit: -+ return ret; -+} -+ -+/* if psta == NULL, indiate we are station(client) now... */ -+void issue_auth(struct adapter *padapter, struct sta_info *psta, unsigned short status) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ unsigned int val32; -+ unsigned short val16; -+ int use_shared_key = 0; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ __le16 le_tmp; -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) -+ return; -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_AUTH); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ -+ if (psta) { /* for AP mode */ -+ memcpy(pwlanhdr->addr1, psta->hwaddr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ -+ /* setting auth algo number */ -+ val16 = (u16)psta->authalg; -+ -+ if (status != _STATS_SUCCESSFUL_) -+ val16 = 0; -+ -+ if (val16) -+ use_shared_key = 1; -+ -+ le_tmp = cpu_to_le16(val16); -+ -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ /* setting auth seq number */ -+ val16 = (u16)psta->auth_seq; -+ le_tmp = cpu_to_le16(val16); -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ /* setting status code... */ -+ val16 = status; -+ le_tmp = cpu_to_le16(val16); -+ pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ /* added challenging text... */ -+ if ((psta->auth_seq == 2) && (psta->state & WIFI_FW_AUTH_STATE) && (use_shared_key == 1)) -+ pframe = rtw_set_ie(pframe, _CHLGETXT_IE_, 128, psta->chg_txt, &(pattrib->pktlen)); -+ -+ } else{ -+ memcpy(pwlanhdr->addr1, get_my_bssid(&pmlmeinfo->network), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&pmlmeinfo->network), ETH_ALEN); -+ -+ /* setting auth algo number */ -+ val16 = (pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared) ? 1 : 0;/* 0:OPEN System, 1:Shared key */ -+ if (val16) { -+ use_shared_key = 1; -+ } -+ le_tmp = cpu_to_le16(val16); -+ /* DBG_871X("%s auth_algo = %s auth_seq =%d\n", __func__, (pmlmeinfo->auth_algo == 0)?"OPEN":"SHARED", pmlmeinfo->auth_seq); */ -+ -+ /* setting IV for auth seq #3 */ -+ if ((pmlmeinfo->auth_seq == 3) && (pmlmeinfo->state & WIFI_FW_AUTH_STATE) && (use_shared_key == 1)) { -+ __le32 le_tmp32; -+ -+ /* DBG_871X("==> iv(%d), key_index(%d)\n", pmlmeinfo->iv, pmlmeinfo->key_index); */ -+ val32 = ((pmlmeinfo->iv++) | (pmlmeinfo->key_index << 30)); -+ le_tmp32 = cpu_to_le32(val32); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&le_tmp32, &(pattrib->pktlen)); -+ -+ pattrib->iv_len = 4; -+ } -+ -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ /* setting auth seq number */ -+ le_tmp = cpu_to_le16(pmlmeinfo->auth_seq); -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ -+ /* setting status code... */ -+ le_tmp = cpu_to_le16(status); -+ pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ /* then checking to see if sending challenging text... */ -+ if ((pmlmeinfo->auth_seq == 3) && (pmlmeinfo->state & WIFI_FW_AUTH_STATE) && (use_shared_key == 1)) { -+ pframe = rtw_set_ie(pframe, _CHLGETXT_IE_, 128, pmlmeinfo->chg_txt, &(pattrib->pktlen)); -+ -+ SetPrivacy(fctrl); -+ -+ pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ pattrib->encrypt = _WEP40_; -+ -+ pattrib->icv_len = 4; -+ -+ pattrib->pktlen += pattrib->icv_len; -+ -+ } -+ -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ rtw_wep_encrypt(padapter, (u8 *)pmgntframe); -+ DBG_871X("%s\n", __func__); -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+} -+ -+ -+void issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type) -+{ -+ struct xmit_frame *pmgntframe; -+ struct ieee80211_hdr *pwlanhdr; -+ struct pkt_attrib *pattrib; -+ unsigned char *pbuf, *pframe; -+ unsigned short val; -+ __le16 *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = &(pmlmeinfo->network); -+ u8 *ie = pnetwork->IEs; -+ __le16 lestatus, le_tmp; -+ -+ DBG_871X("%s\n", __func__); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) -+ return; -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); -+ memcpy((void *)GetAddr2Ptr(pwlanhdr), myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ if ((pkt_type == WIFI_ASSOCRSP) || (pkt_type == WIFI_REASSOCRSP)) -+ SetFrameSubType(pwlanhdr, pkt_type); -+ else -+ return; -+ -+ pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen += pattrib->hdrlen; -+ pframe += pattrib->hdrlen; -+ -+ /* capability */ -+ val = *(unsigned short *)rtw_get_capability_from_ie(ie); -+ -+ pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_, (unsigned char *)&val, &(pattrib->pktlen)); -+ -+ lestatus = cpu_to_le16(status); -+ pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&lestatus, &(pattrib->pktlen)); -+ -+ le_tmp = cpu_to_le16(pstat->aid | BIT(14) | BIT(15)); -+ pframe = rtw_set_fixed_ie(pframe, _ASOC_ID_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ if (pstat->bssratelen <= 8) { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, pstat->bssratelen, pstat->bssrateset, &(pattrib->pktlen)); -+ } else{ -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pstat->bssrateset, &(pattrib->pktlen)); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (pstat->bssratelen-8), pstat->bssrateset+8, &(pattrib->pktlen)); -+ } -+ -+ if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { -+ uint ie_len = 0; -+ -+ /* FILL HT CAP INFO IE */ -+ /* p = hostapd_eid_ht_capabilities_info(hapd, p); */ -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_CAPABILITY_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if (pbuf && ie_len > 0) { -+ memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen += (ie_len+2); -+ } -+ -+ /* FILL HT ADD INFO IE */ -+ /* p = hostapd_eid_ht_operation(hapd, p); */ -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_ADD_INFO_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if (pbuf && ie_len > 0) { -+ memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen += (ie_len+2); -+ } -+ -+ } -+ -+ /* FILL WMM IE */ -+ if ((pstat->flags & WLAN_STA_WME) && (pmlmepriv->qospriv.qos_option)) { -+ uint ie_len = 0; -+ unsigned char WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; -+ -+ for (pbuf = ie + _BEACON_IE_OFFSET_; ; pbuf += (ie_len + 2)) { -+ pbuf = rtw_get_ie(pbuf, _VENDOR_SPECIFIC_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_ - (ie_len + 2))); -+ if (pbuf && !memcmp(pbuf+2, WMM_PARA_IE, 6)) { -+ memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen += (ie_len+2); -+ -+ break; -+ } -+ -+ if ((pbuf == NULL) || (ie_len == 0)) { -+ break; -+ } -+ } -+ -+ } -+ -+ -+ if (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK) { -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, 6, REALTEK_96B_IE, &(pattrib->pktlen)); -+ } -+ -+ /* add WPS IE ie for wps 2.0 */ -+ if (pmlmepriv->wps_assoc_resp_ie && pmlmepriv->wps_assoc_resp_ie_len > 0) { -+ memcpy(pframe, pmlmepriv->wps_assoc_resp_ie, pmlmepriv->wps_assoc_resp_ie_len); -+ -+ pframe += pmlmepriv->wps_assoc_resp_ie_len; -+ pattrib->pktlen += pmlmepriv->wps_assoc_resp_ie_len; -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+} -+ -+void issue_assocreq(struct adapter *padapter) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ __le16 val16; -+ unsigned int i, j, index = 0; -+ unsigned char bssrate[NumRates], sta_bssrate[NumRates]; -+ struct ndis_80211_var_ie *pIE; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int bssrate_len = 0, sta_bssrate_len = 0; -+ u8 vs_ie_length = 0; -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) -+ goto exit; -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ASSOCREQ); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ /* caps */ -+ memcpy(pframe, rtw_get_capability_from_ie(pmlmeinfo->network.IEs), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ /* listen interval */ -+ /* todo: listen interval for power saving */ -+ val16 = cpu_to_le16(3); -+ memcpy(pframe, (unsigned char *)&val16, 2); -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ /* SSID */ -+ pframe = rtw_set_ie(pframe, _SSID_IE_, pmlmeinfo->network.Ssid.SsidLength, pmlmeinfo->network.Ssid.Ssid, &(pattrib->pktlen)); -+ -+ /* supported rate & extended supported rate */ -+ -+ /* Check if the AP's supported rates are also supported by STA. */ -+ get_rate_set(padapter, sta_bssrate, &sta_bssrate_len); -+ /* DBG_871X("sta_bssrate_len =%d\n", sta_bssrate_len); */ -+ -+ if (pmlmeext->cur_channel == 14) /* for JAPAN, channel 14 can only uses B Mode(CCK) */ -+ sta_bssrate_len = 4; -+ -+ -+ /* for (i = 0; i < sta_bssrate_len; i++) { */ -+ /* DBG_871X("sta_bssrate[%d]=%02X\n", i, sta_bssrate[i]); */ -+ /* */ -+ -+ for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { -+ if (pmlmeinfo->network.SupportedRates[i] == 0) -+ break; -+ DBG_871X("network.SupportedRates[%d]=%02X\n", i, pmlmeinfo->network.SupportedRates[i]); -+ } -+ -+ -+ for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { -+ if (pmlmeinfo->network.SupportedRates[i] == 0) -+ break; -+ -+ -+ /* Check if the AP's supported rates are also supported by STA. */ -+ for (j = 0; j < sta_bssrate_len; j++) { -+ /* Avoid the proprietary data rate (22Mbps) of Handlink WSG-4000 AP */ -+ if ((pmlmeinfo->network.SupportedRates[i]|IEEE80211_BASIC_RATE_MASK) -+ == (sta_bssrate[j]|IEEE80211_BASIC_RATE_MASK)) { -+ /* DBG_871X("match i = %d, j =%d\n", i, j); */ -+ break; -+ } else { -+ /* DBG_871X("not match: %02X != %02X\n", (pmlmeinfo->network.SupportedRates[i]|IEEE80211_BASIC_RATE_MASK), (sta_bssrate[j]|IEEE80211_BASIC_RATE_MASK)); */ -+ } -+ } -+ -+ if (j == sta_bssrate_len) { -+ /* the rate is not supported by STA */ -+ DBG_871X("%s(): the rate[%d]=%02X is not supported by STA!\n", __func__, i, pmlmeinfo->network.SupportedRates[i]); -+ } else { -+ /* the rate is supported by STA */ -+ bssrate[index++] = pmlmeinfo->network.SupportedRates[i]; -+ } -+ } -+ -+ bssrate_len = index; -+ DBG_871X("bssrate_len = %d\n", bssrate_len); -+ -+ if (bssrate_len == 0) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; /* don't connect to AP if no joint supported rate */ -+ } -+ -+ -+ if (bssrate_len > 8) { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &(pattrib->pktlen)); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &(pattrib->pktlen)); -+ } else -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &(pattrib->pktlen)); -+ -+ /* vendor specific IE, such as WPA, WMM, WPS */ -+ for (i = sizeof(struct ndis_802_11_fix_ie); i < pmlmeinfo->network.IELength;) { -+ pIE = (struct ndis_80211_var_ie *)(pmlmeinfo->network.IEs + i); -+ -+ switch (pIE->ElementID) { -+ case _VENDOR_SPECIFIC_IE_: -+ if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) || -+ (!memcmp(pIE->data, WMM_OUI, 4)) || -+ (!memcmp(pIE->data, WPS_OUI, 4))) { -+ vs_ie_length = pIE->Length; -+ if ((!padapter->registrypriv.wifi_spec) && (!memcmp(pIE->data, WPS_OUI, 4))) { -+ /* Commented by Kurt 20110629 */ -+ /* In some older APs, WPS handshake */ -+ /* would be fail if we append vender extensions informations to AP */ -+ -+ vs_ie_length = 14; -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, vs_ie_length, pIE->data, &(pattrib->pktlen)); -+ } -+ break; -+ -+ case EID_WPA2: -+ pframe = rtw_set_ie(pframe, EID_WPA2, pIE->Length, pIE->data, &(pattrib->pktlen)); -+ break; -+ case EID_HTCapability: -+ if (padapter->mlmepriv.htpriv.ht_option == true) { -+ if (!(is_ap_in_tkip(padapter))) { -+ memcpy(&(pmlmeinfo->HT_caps), pIE->data, sizeof(struct HT_caps_element)); -+ pframe = rtw_set_ie(pframe, EID_HTCapability, pIE->Length, (u8 *)(&(pmlmeinfo->HT_caps)), &(pattrib->pktlen)); -+ } -+ } -+ break; -+ -+ case EID_EXTCapability: -+ if (padapter->mlmepriv.htpriv.ht_option == true) -+ pframe = rtw_set_ie(pframe, EID_EXTCapability, pIE->Length, pIE->data, &(pattrib->pktlen)); -+ break; -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ if (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK) -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, 6, REALTEK_96B_IE, &(pattrib->pktlen)); -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ dump_mgntframe(padapter, pmgntframe); -+ -+ ret = _SUCCESS; -+ -+exit: -+ if (ret == _SUCCESS) -+ rtw_buf_update(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len, (u8 *)pwlanhdr, pattrib->pktlen); -+ else -+ rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); -+ -+ return; -+} -+ -+/* when wait_ack is ture, this function shoule be called at process context */ -+static int _issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ -+ /* DBG_871X("%s:%d\n", __func__, power_mode); */ -+ -+ if (!padapter) -+ goto exit; -+ -+ pxmitpriv = &(padapter->xmitpriv); -+ pmlmeext = &(padapter->mlmeextpriv); -+ pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) -+ goto exit; -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = false; -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ SetFrDs(fctrl); -+ else if ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) -+ SetToDs(fctrl); -+ -+ if (power_mode) -+ SetPwrMgt(fctrl); -+ -+ memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_DATA_NULL); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else{ -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+/* -+ * [IMPORTANT] Don't call this function in interrupt context -+ * -+ * When wait_ms > 0, this function shoule be called at process context -+ * da == NULL for station mode -+ */ -+int issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) -+{ -+ int ret; -+ int i = 0; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_info *psta; -+ -+ -+ /* da == NULL, assum it's null data for sta to ap*/ -+ if (da == NULL) -+ da = get_my_bssid(&(pmlmeinfo->network)); -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, da); -+ if (psta) { -+ if (power_mode) -+ rtw_hal_macid_sleep(padapter, psta->mac_id); -+ else -+ rtw_hal_macid_wakeup(padapter, psta->mac_id); -+ } else { -+ DBG_871X(FUNC_ADPT_FMT ": Can't find sta info for " MAC_FMT ", skip macid %s!!\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), power_mode?"sleep":"wakeup"); -+ rtw_warn_on(1); -+ } -+ -+ do { -+ ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0?true:false); -+ -+ i++; -+ -+ if (padapter->bDriverStopped || padapter->bSurpriseRemoved) -+ break; -+ -+ if (i < try_cnt && wait_ms > 0 && ret == _FAIL) -+ msleep(wait_ms); -+ -+ } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); -+ -+ if (ret != _FAIL) { -+ ret = _SUCCESS; -+ #ifndef DBG_XMIT_ACK -+ goto exit; -+ #endif -+ } -+ -+ if (try_cnt && wait_ms) { -+ if (da) -+ DBG_871X(FUNC_ADPT_FMT" to "MAC_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ else -+ DBG_871X(FUNC_ADPT_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ } -+exit: -+ return ret; -+} -+ -+/* -+ * [IMPORTANT] This function run in interrupt context -+ * -+ * The null data packet would be sent without power bit, -+ * and not guarantee success. -+ */ -+s32 issue_nulldata_in_interrupt(struct adapter *padapter, u8 *da) -+{ -+ int ret; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ -+ /* da == NULL, assum it's null data for sta to ap*/ -+ if (da == NULL) -+ da = get_my_bssid(&(pmlmeinfo->network)); -+ -+ ret = _issue_nulldata(padapter, da, 0, false); -+ -+ return ret; -+} -+ -+/* when wait_ack is ture, this function shoule be called at process context */ -+static int _issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ u16 *qc; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X("%s\n", __func__); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) -+ goto exit; -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ pattrib->hdrlen += 2; -+ pattrib->qos_en = true; -+ pattrib->eosp = 1; -+ pattrib->ack_policy = 0; -+ pattrib->mdata = 0; -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ SetFrDs(fctrl); -+ else if ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) -+ SetToDs(fctrl); -+ -+ if (pattrib->mdata) -+ SetMData(fctrl); -+ -+ qc = (unsigned short *)(pframe + pattrib->hdrlen - 2); -+ -+ SetPriority(qc, tid); -+ -+ SetEOSP(qc, pattrib->eosp); -+ -+ SetAckpolicy(qc, pattrib->ack_policy); -+ -+ memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pframe += sizeof(struct ieee80211_qos_hdr); -+ pattrib->pktlen = sizeof(struct ieee80211_qos_hdr); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else{ -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+/* when wait_ms >0 , this function shoule be called at process context */ -+/* da == NULL for station mode */ -+int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) -+{ -+ int ret; -+ int i = 0; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* da == NULL, assum it's null data for sta to ap*/ -+ if (da == NULL) -+ da = get_my_bssid(&(pmlmeinfo->network)); -+ -+ do { -+ ret = _issue_qos_nulldata(padapter, da, tid, wait_ms > 0?true:false); -+ -+ i++; -+ -+ if (padapter->bDriverStopped || padapter->bSurpriseRemoved) -+ break; -+ -+ if (i < try_cnt && wait_ms > 0 && ret == _FAIL) -+ msleep(wait_ms); -+ -+ } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); -+ -+ if (ret != _FAIL) { -+ ret = _SUCCESS; -+ #ifndef DBG_XMIT_ACK -+ goto exit; -+ #endif -+ } -+ -+ if (try_cnt && wait_ms) { -+ if (da) -+ DBG_871X(FUNC_ADPT_FMT" to "MAC_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ else -+ DBG_871X(FUNC_ADPT_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ } -+exit: -+ return ret; -+} -+ -+static int _issue_deauth(struct adapter *padapter, unsigned char *da, unsigned short reason, u8 wait_ack) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int ret = _FAIL; -+ __le16 le_tmp; -+ -+ /* DBG_871X("%s to "MAC_FMT"\n", __func__, MAC_ARG(da)); */ -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) { -+ goto exit; -+ } -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = false; -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_DEAUTH); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ le_tmp = cpu_to_le16(reason); -+ pframe = rtw_set_fixed_ie(pframe, _RSON_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else{ -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+int issue_deauth(struct adapter *padapter, unsigned char *da, unsigned short reason) -+{ -+ DBG_871X("%s to "MAC_FMT"\n", __func__, MAC_ARG(da)); -+ return _issue_deauth(padapter, da, reason, false); -+} -+ -+int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, -+ int wait_ms) -+{ -+ int ret; -+ int i = 0; -+ -+ do { -+ ret = _issue_deauth(padapter, da, reason, wait_ms > 0?true:false); -+ -+ i++; -+ -+ if (padapter->bDriverStopped || padapter->bSurpriseRemoved) -+ break; -+ -+ if (i < try_cnt && wait_ms > 0 && ret == _FAIL) -+ msleep(wait_ms); -+ -+ } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); -+ -+ if (ret != _FAIL) { -+ ret = _SUCCESS; -+ #ifndef DBG_XMIT_ACK -+ goto exit; -+ #endif -+ } -+ -+ if (try_cnt && wait_ms) { -+ if (da) -+ DBG_871X(FUNC_ADPT_FMT" to "MAC_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ else -+ DBG_871X(FUNC_ADPT_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), -+ ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); -+ } -+exit: -+ return ret; -+} -+ -+void issue_action_SA_Query(struct adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short tid) -+{ -+ u8 category = RTW_WLAN_CATEGORY_SA_QUERY; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ u8 *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ __le16 le_tmp; -+ -+ DBG_871X("%s\n", __func__); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) { -+ DBG_871X("%s: alloc_mgtxmitframe fail\n", __func__); -+ return; -+ } -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ if (raddr) -+ memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ else -+ memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); -+ pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen); -+ -+ switch (action) { -+ case 0: /* SA Query req */ -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)&pmlmeext->sa_query_seq, &pattrib->pktlen); -+ pmlmeext->sa_query_seq++; -+ /* send sa query request to AP, AP should reply sa query response in 1 second */ -+ set_sa_query_timer(pmlmeext, 1000); -+ break; -+ -+ case 1: /* SA Query rsp */ -+ le_tmp = cpu_to_le16(tid); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)&le_tmp, &pattrib->pktlen); -+ break; -+ default: -+ break; -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+} -+ -+void issue_action_BA(struct adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short status) -+{ -+ u8 category = RTW_WLAN_CATEGORY_BACK; -+ u16 start_seq; -+ u16 BA_para_set; -+ u16 reason_code; -+ u16 BA_timeout_value; -+ u16 BA_starting_seqctrl = 0; -+ enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ u8 *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ __le16 le_tmp; -+ -+ DBG_871X("%s, category =%d, action =%d, status =%d\n", __func__, category, action, status); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) -+ return; -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ /* memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); */ -+ memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ -+ if (category == 3) { -+ switch (action) { -+ case 0: /* ADDBA req */ -+ do { -+ pmlmeinfo->dialogToken++; -+ } while (pmlmeinfo->dialogToken == 0); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(pmlmeinfo->dialogToken), &(pattrib->pktlen)); -+ -+ if (rtw_btcoex_IsBTCoexCtrlAMPDUSize(padapter)) { -+ /* A-MSDU NOT Supported */ -+ BA_para_set = 0; -+ /* immediate Block Ack */ -+ BA_para_set |= (1 << 1) & IEEE80211_ADDBA_PARAM_POLICY_MASK; -+ /* TID */ -+ BA_para_set |= (status << 2) & IEEE80211_ADDBA_PARAM_TID_MASK; -+ /* max buffer size is 8 MSDU */ -+ BA_para_set |= (8 << 6) & RTW_IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK; -+ } else { -+ BA_para_set = (0x1002 | ((status & 0xf) << 2)); /* immediate ack & 64 buffer size */ -+ } -+ le_tmp = cpu_to_le16(BA_para_set); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); -+ -+ BA_timeout_value = 5000;/* 5ms */ -+ le_tmp = cpu_to_le16(BA_timeout_value); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); -+ -+ /* if ((psta = rtw_get_stainfo(pstapriv, pmlmeinfo->network.MacAddress)) != NULL) */ -+ psta = rtw_get_stainfo(pstapriv, raddr); -+ if (psta != NULL) { -+ start_seq = (psta->sta_xmitpriv.txseq_tid[status & 0x07]&0xfff) + 1; -+ -+ DBG_871X("BA_starting_seqctrl = %d for TID =%d\n", start_seq, status & 0x07); -+ -+ psta->BA_starting_seqctrl[status & 0x07] = start_seq; -+ -+ BA_starting_seqctrl = start_seq << 4; -+ } -+ -+ le_tmp = cpu_to_le16(BA_starting_seqctrl); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); -+ break; -+ -+ case 1: /* ADDBA rsp */ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(pmlmeinfo->ADDBA_req.dialog_token), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&status), &(pattrib->pktlen)); -+ if (padapter->driver_rx_ampdu_factor != 0xFF) -+ max_rx_ampdu_factor = -+ (enum HT_CAP_AMPDU_FACTOR)padapter->driver_rx_ampdu_factor; -+ else -+ rtw_hal_get_def_var(padapter, -+ HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); -+ -+ if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) -+ BA_para_set = ((le16_to_cpu(pmlmeinfo->ADDBA_req.BA_para_set) & 0x3f) | 0x1000); /* 64 buffer size */ -+ else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) -+ BA_para_set = ((le16_to_cpu(pmlmeinfo->ADDBA_req.BA_para_set) & 0x3f) | 0x0800); /* 32 buffer size */ -+ else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) -+ BA_para_set = ((le16_to_cpu(pmlmeinfo->ADDBA_req.BA_para_set) & 0x3f) | 0x0400); /* 16 buffer size */ -+ else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) -+ BA_para_set = ((le16_to_cpu(pmlmeinfo->ADDBA_req.BA_para_set) & 0x3f) | 0x0200); /* 8 buffer size */ -+ else -+ BA_para_set = ((le16_to_cpu(pmlmeinfo->ADDBA_req.BA_para_set) & 0x3f) | 0x1000); /* 64 buffer size */ -+ -+ if (rtw_btcoex_IsBTCoexCtrlAMPDUSize(padapter) && -+ padapter->driver_rx_ampdu_factor == 0xFF) { -+ /* max buffer size is 8 MSDU */ -+ BA_para_set &= ~RTW_IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK; -+ BA_para_set |= (8 << 6) & RTW_IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK; -+ } -+ -+ if (pregpriv->ampdu_amsdu == 0)/* disabled */ -+ le_tmp = cpu_to_le16(BA_para_set & ~BIT(0)); -+ else if (pregpriv->ampdu_amsdu == 1)/* enabled */ -+ le_tmp = cpu_to_le16(BA_para_set | BIT(0)); -+ else /* auto */ -+ le_tmp = cpu_to_le16(BA_para_set); -+ -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(pmlmeinfo->ADDBA_req.BA_timeout_value)), &(pattrib->pktlen)); -+ break; -+ case 2:/* DELBA */ -+ BA_para_set = (status & 0x1F) << 3; -+ le_tmp = cpu_to_le16(BA_para_set); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); -+ -+ reason_code = 37; -+ le_tmp = cpu_to_le16(reason_code); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+} -+ -+static void issue_action_BSSCoexistPacket(struct adapter *padapter) -+{ -+ struct list_head *plist, *phead; -+ unsigned char category, action; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ struct wlan_network *pnetwork = NULL; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ u8 InfoContent[16] = {0}; -+ u8 ICS[8][15]; -+ -+ if ((pmlmepriv->num_FortyMHzIntolerant == 0) || (pmlmepriv->num_sta_no_ht == 0)) -+ return; -+ -+ if (true == pmlmeinfo->bwmode_updated) -+ return; -+ -+ -+ DBG_871X("%s\n", __func__); -+ -+ -+ category = RTW_WLAN_CATEGORY_PUBLIC; -+ action = ACT_PUBLIC_BSSCOEXIST; -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ if (pmgntframe == NULL) { -+ return; -+ } -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ -+ -+ /* */ -+ if (pmlmepriv->num_FortyMHzIntolerant > 0) { -+ u8 iedata = 0; -+ -+ iedata |= BIT(2);/* 20 MHz BSS Width Request */ -+ -+ pframe = rtw_set_ie(pframe, EID_BSSCoexistence, 1, &iedata, &(pattrib->pktlen)); -+ -+ } -+ -+ -+ /* */ -+ memset(ICS, 0, sizeof(ICS)); -+ if (pmlmepriv->num_sta_no_ht > 0) { -+ int i; -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) { -+ int len; -+ u8 *p; -+ struct wlan_bssid_ex *pbss_network; -+ -+ if (phead == plist) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ plist = get_next(plist); -+ -+ pbss_network = (struct wlan_bssid_ex *)&pnetwork->network; -+ -+ p = rtw_get_ie(pbss_network->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pbss_network->IELength - _FIXED_IE_LENGTH_); -+ if ((p == NULL) || (len == 0)) {/* non-HT */ -+ -+ if ((pbss_network->Configuration.DSConfig <= 0) || (pbss_network->Configuration.DSConfig > 14)) -+ continue; -+ -+ ICS[0][pbss_network->Configuration.DSConfig] = 1; -+ -+ if (ICS[0][0] == 0) -+ ICS[0][0] = 1; -+ } -+ -+ } -+ -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ -+ for (i = 0; i < 8; i++) { -+ if (ICS[i][0] == 1) { -+ int j, k = 0; -+ -+ InfoContent[k] = i; -+ /* SET_BSS_INTOLERANT_ELE_REG_CLASS(InfoContent, i); */ -+ k++; -+ -+ for (j = 1; j <= 14; j++) { -+ if (ICS[i][j] == 1) { -+ if (k < 16) { -+ InfoContent[k] = j; /* channel number */ -+ /* SET_BSS_INTOLERANT_ELE_CHANNEL(InfoContent+k, j); */ -+ k++; -+ } -+ } -+ } -+ -+ pframe = rtw_set_ie(pframe, EID_BSSIntolerantChlReport, k, InfoContent, &(pattrib->pktlen)); -+ -+ } -+ -+ } -+ -+ -+ } -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+} -+ -+unsigned int send_delba(struct adapter *padapter, u8 initiator, u8 *addr) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta = NULL; -+ /* struct recv_reorder_ctrl *preorder_ctrl; */ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u16 tid; -+ -+ if ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) -+ return _SUCCESS; -+ -+ psta = rtw_get_stainfo(pstapriv, addr); -+ if (psta == NULL) -+ return _SUCCESS; -+ -+ /* DBG_871X("%s:%s\n", __func__, (initiator == 0)?"RX_DIR":"TX_DIR"); */ -+ -+ if (initiator == 0) {/* recipient */ -+ for (tid = 0; tid < MAXTID; tid++) { -+ if (psta->recvreorder_ctrl[tid].enable == true) { -+ DBG_871X("rx agg disable tid(%d)\n", tid); -+ issue_action_BA(padapter, addr, RTW_WLAN_ACTION_DELBA, (((tid << 1) | initiator)&0x1F)); -+ psta->recvreorder_ctrl[tid].enable = false; -+ psta->recvreorder_ctrl[tid].indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u\n", __func__, __LINE__, -+ psta->recvreorder_ctrl[tid].indicate_seq); -+ #endif -+ } -+ } -+ } else if (initiator == 1) {/* originator */ -+ /* DBG_871X("tx agg_enable_bitmap(0x%08x)\n", psta->htpriv.agg_enable_bitmap); */ -+ for (tid = 0; tid < MAXTID; tid++) { -+ if (psta->htpriv.agg_enable_bitmap & BIT(tid)) { -+ DBG_871X("tx agg disable tid(%d)\n", tid); -+ issue_action_BA(padapter, addr, RTW_WLAN_ACTION_DELBA, (((tid << 1) | initiator)&0x1F)); -+ psta->htpriv.agg_enable_bitmap &= ~BIT(tid); -+ psta->htpriv.candidate_tid_bitmap &= ~BIT(tid); -+ -+ } -+ } -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int send_beacon(struct adapter *padapter) -+{ -+ u8 bxmitok = false; -+ int issue = 0; -+ int poll = 0; -+ unsigned long start = jiffies; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_VALID, NULL); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_BCN_SEL, NULL); -+ do { -+ issue_beacon(padapter, 100); -+ issue++; -+ do { -+ yield(); -+ rtw_hal_get_hwreg(padapter, HW_VAR_BCN_VALID, (u8 *)(&bxmitok)); -+ poll++; -+ } while ((poll%10) != 0 && false == bxmitok && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); -+ -+ } while (false == bxmitok && issue < 100 && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); -+ -+ if (padapter->bSurpriseRemoved || padapter->bDriverStopped) { -+ return _FAIL; -+ } -+ -+ -+ if (false == bxmitok) { -+ DBG_871X("%s fail! %u ms\n", __func__, jiffies_to_msecs(jiffies - start)); -+ return _FAIL; -+ } else{ -+ unsigned long passing_time = jiffies_to_msecs(jiffies - start); -+ -+ if (passing_time > 100 || issue > 3) -+ DBG_871X("%s success, issue:%d, poll:%d, %lu ms\n", __func__, issue, poll, passing_time); -+ /* else */ -+ /* DBG_871X("%s success, issue:%d, poll:%d, %u ms\n", __func__, issue, poll, passing_time); */ -+ -+ return _SUCCESS; -+ } -+} -+ -+/**************************************************************************** -+ -+Following are some utitity fuctions for WiFi MLME -+ -+*****************************************************************************/ -+ -+void site_survey(struct adapter *padapter) -+{ -+ unsigned char survey_channel = 0, val8; -+ RT_SCAN_TYPE ScanType = SCAN_PASSIVE; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u32 initialgain = 0; -+ u32 channel_scan_time_ms = 0; -+ -+ { -+ struct rtw_ieee80211_channel *ch; -+ if (pmlmeext->sitesurvey_res.channel_idx < pmlmeext->sitesurvey_res.ch_num) { -+ ch = &pmlmeext->sitesurvey_res.ch[pmlmeext->sitesurvey_res.channel_idx]; -+ survey_channel = ch->hw_value; -+ ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; -+ } -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" ch:%u (cnt:%u) at %dms, %c%c%c\n" -+ , FUNC_ADPT_ARG(padapter) -+ , survey_channel -+ , pmlmeext->sitesurvey_res.channel_idx -+ , jiffies_to_msecs(jiffies - padapter->mlmepriv.scan_start_time) -+ , ScanType?'A':'P', pmlmeext->sitesurvey_res.scan_mode?'A':'P' -+ , pmlmeext->sitesurvey_res.ssid[0].SsidLength?'S':' ' -+ ); -+#ifdef DBG_FIXED_CHAN -+ DBG_871X(FUNC_ADPT_FMT" fixed_chan:%u\n", pmlmeext->fixed_chan); -+#endif -+ -+ if (survey_channel != 0) { -+ /* PAUSE 4-AC Queue when site_survey */ -+ /* rtw_hal_get_hwreg(padapter, HW_VAR_TXPAUSE, (u8 *)(&val8)); */ -+ /* val8 |= 0x0f; */ -+ /* rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, (u8 *)(&val8)); */ -+ if (pmlmeext->sitesurvey_res.channel_idx == 0) { -+#ifdef DBG_FIXED_CHAN -+ if (pmlmeext->fixed_chan != 0xff) -+ set_channel_bwmode(padapter, pmlmeext->fixed_chan, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ else -+#endif -+ set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } else{ -+#ifdef DBG_FIXED_CHAN -+ if (pmlmeext->fixed_chan != 0xff) -+ SelectChannel(padapter, pmlmeext->fixed_chan); -+ else -+#endif -+ SelectChannel(padapter, survey_channel); -+ } -+ -+ if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ -+ { -+ int i; -+ for (i = 0; i < RTW_SSID_SCAN_AMOUNT; i++) { -+ if (pmlmeext->sitesurvey_res.ssid[i].SsidLength) { -+ /* IOT issue, When wifi_spec is not set, send one probe req without WPS IE. */ -+ if (padapter->registrypriv.wifi_spec) -+ issue_probereq(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL); -+ else -+ issue_probereq_ex(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL, 0, 0, 0, 0); -+ issue_probereq(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL); -+ } -+ } -+ -+ if (pmlmeext->sitesurvey_res.scan_mode == SCAN_ACTIVE) { -+ /* IOT issue, When wifi_spec is not set, send one probe req without WPS IE. */ -+ if (padapter->registrypriv.wifi_spec) -+ issue_probereq(padapter, NULL, NULL); -+ else -+ issue_probereq_ex(padapter, NULL, NULL, 0, 0, 0, 0); -+ issue_probereq(padapter, NULL, NULL); -+ } -+ } -+ } -+ -+ channel_scan_time_ms = pmlmeext->chan_scan_time; -+ -+ set_survey_timer(pmlmeext, channel_scan_time_ms); -+#if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ { -+ struct noise_info info; -+ info.bPauseDIG = false; -+ info.IGIValue = 0; -+ info.max_time = channel_scan_time_ms/2;/* ms */ -+ info.chan = survey_channel; -+ rtw_hal_set_odm_var(padapter, HAL_ODM_NOISE_MONITOR, &info, false); -+ } -+#endif -+ -+ } else{ -+ -+ /* channel number is 0 or this channel is not valid. */ -+ -+ { -+ pmlmeext->sitesurvey_res.state = SCAN_COMPLETE; -+ -+ /* switch back to the original channel */ -+ /* SelectChannel(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset); */ -+ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ /* flush 4-AC Queue after site_survey */ -+ /* val8 = 0; */ -+ /* rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, (u8 *)(&val8)); */ -+ -+ /* config MSR */ -+ Set_MSR(padapter, (pmlmeinfo->state & 0x3)); -+ -+ initialgain = 0xff; /* restore RX GAIN */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_INITIAL_GAIN, (u8 *)(&initialgain)); -+ /* turn on dynamic functions */ -+ Restore_DM_Func_Flag(padapter); -+ /* Switch_DM_Func(padapter, DYNAMIC_ALL_FUNC_ENABLE, true); */ -+ -+ if (is_client_associated_to_ap(padapter) == true) -+ issue_nulldata(padapter, NULL, 0, 3, 500); -+ -+ val8 = 0; /* survey done */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ -+ report_surveydone_event(padapter); -+ -+ pmlmeext->chan_scan_time = SURVEY_TO; -+ pmlmeext->sitesurvey_res.state = SCAN_DISABLE; -+ -+ issue_action_BSSCoexistPacket(padapter); -+ issue_action_BSSCoexistPacket(padapter); -+ issue_action_BSSCoexistPacket(padapter); -+ } -+ } -+ -+ return; -+ -+} -+ -+/* collect bss info from Beacon and Probe request/response frames. */ -+u8 collect_bss_info(struct adapter *padapter, union recv_frame *precv_frame, struct wlan_bssid_ex *bssid) -+{ -+ int i; -+ u32 len; -+ u8 *p; -+ u16 val16, subtype; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ u32 packet_len = precv_frame->u.hdr.len; -+ u8 ie_offset; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ __le32 le32_tmp; -+ -+ len = packet_len - sizeof(struct ieee80211_hdr_3addr); -+ -+ if (len > MAX_IE_SZ) { -+ /* DBG_871X("IE too long for survey event\n"); */ -+ return _FAIL; -+ } -+ -+ memset(bssid, 0, sizeof(struct wlan_bssid_ex)); -+ -+ subtype = GetFrameSubType(pframe); -+ -+ if (subtype == WIFI_BEACON) { -+ bssid->Reserved[0] = 1; -+ ie_offset = _BEACON_IE_OFFSET_; -+ } else { -+ /* FIXME : more type */ -+ if (subtype == WIFI_PROBERSP) { -+ ie_offset = _PROBERSP_IE_OFFSET_; -+ bssid->Reserved[0] = 3; -+ } else if (subtype == WIFI_PROBEREQ) { -+ ie_offset = _PROBEREQ_IE_OFFSET_; -+ bssid->Reserved[0] = 2; -+ } else { -+ bssid->Reserved[0] = 0; -+ ie_offset = _FIXED_IE_LENGTH_; -+ } -+ } -+ -+ bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; -+ -+ /* below is to copy the information element */ -+ bssid->IELength = len; -+ memcpy(bssid->IEs, (pframe + sizeof(struct ieee80211_hdr_3addr)), bssid->IELength); -+ -+ /* get the signal strength */ -+ bssid->Rssi = precv_frame->u.hdr.attrib.phy_info.RecvSignalPower; /* in dBM.raw data */ -+ bssid->PhyInfo.SignalQuality = precv_frame->u.hdr.attrib.phy_info.SignalQuality;/* in percentage */ -+ bssid->PhyInfo.SignalStrength = precv_frame->u.hdr.attrib.phy_info.SignalStrength;/* in percentage */ -+ -+ /* checking SSID */ -+ p = rtw_get_ie(bssid->IEs + ie_offset, _SSID_IE_, &len, bssid->IELength - ie_offset); -+ if (p == NULL) { -+ DBG_871X("marc: cannot find SSID for survey event\n"); -+ return _FAIL; -+ } -+ -+ if (*(p + 1)) { -+ if (len > NDIS_802_11_LENGTH_SSID) { -+ DBG_871X("%s()-%d: IE too long (%d) for survey event\n", __func__, __LINE__, len); -+ return _FAIL; -+ } -+ memcpy(bssid->Ssid.Ssid, (p + 2), *(p + 1)); -+ bssid->Ssid.SsidLength = *(p + 1); -+ } else -+ bssid->Ssid.SsidLength = 0; -+ -+ memset(bssid->SupportedRates, 0, NDIS_802_11_LENGTH_RATES_EX); -+ -+ /* checking rate info... */ -+ i = 0; -+ p = rtw_get_ie(bssid->IEs + ie_offset, _SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); -+ if (p != NULL) { -+ if (len > NDIS_802_11_LENGTH_RATES_EX) { -+ DBG_871X("%s()-%d: IE too long (%d) for survey event\n", __func__, __LINE__, len); -+ return _FAIL; -+ } -+ memcpy(bssid->SupportedRates, (p + 2), len); -+ i = len; -+ } -+ -+ p = rtw_get_ie(bssid->IEs + ie_offset, _EXT_SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); -+ if (p != NULL) { -+ if (len > (NDIS_802_11_LENGTH_RATES_EX-i)) { -+ DBG_871X("%s()-%d: IE too long (%d) for survey event\n", __func__, __LINE__, len); -+ return _FAIL; -+ } -+ memcpy(bssid->SupportedRates + i, (p + 2), len); -+ } -+ -+ bssid->NetworkTypeInUse = Ndis802_11OFDM24; -+ -+ if (bssid->IELength < 12) -+ return _FAIL; -+ -+ /* Checking for DSConfig */ -+ p = rtw_get_ie(bssid->IEs + ie_offset, _DSSET_IE_, &len, bssid->IELength - ie_offset); -+ -+ bssid->Configuration.DSConfig = 0; -+ bssid->Configuration.Length = 0; -+ -+ if (p) { -+ bssid->Configuration.DSConfig = *(p + 2); -+ } else { -+ /* In 5G, some ap do not have DSSET IE */ -+ /* checking HT info for channel */ -+ p = rtw_get_ie(bssid->IEs + ie_offset, _HT_ADD_INFO_IE_, &len, bssid->IELength - ie_offset); -+ if (p) { -+ struct HT_info_element *HT_info = (struct HT_info_element *)(p + 2); -+ bssid->Configuration.DSConfig = HT_info->primary_channel; -+ } else { /* use current channel */ -+ bssid->Configuration.DSConfig = rtw_get_oper_ch(padapter); -+ } -+ } -+ -+ memcpy(&le32_tmp, rtw_get_beacon_interval_from_ie(bssid->IEs), 2); -+ bssid->Configuration.BeaconPeriod = le32_to_cpu(le32_tmp); -+ -+ val16 = rtw_get_capability((struct wlan_bssid_ex *)bssid); -+ -+ if (val16 & BIT(0)) { -+ bssid->InfrastructureMode = Ndis802_11Infrastructure; -+ memcpy(bssid->MacAddress, GetAddr2Ptr(pframe), ETH_ALEN); -+ } else { -+ bssid->InfrastructureMode = Ndis802_11IBSS; -+ memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); -+ } -+ -+ if (val16 & BIT(4)) -+ bssid->Privacy = 1; -+ else -+ bssid->Privacy = 0; -+ -+ bssid->Configuration.ATIMWindow = 0; -+ -+ /* 20/40 BSS Coexistence check */ -+ if ((pregistrypriv->wifi_spec == 1) && (false == pmlmeinfo->bwmode_updated)) { -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ p = rtw_get_ie(bssid->IEs + ie_offset, _HT_CAPABILITY_IE_, &len, bssid->IELength - ie_offset); -+ if (p && len > 0) { -+ struct HT_caps_element *pHT_caps; -+ pHT_caps = (struct HT_caps_element *)(p + 2); -+ -+ if (le16_to_cpu(pHT_caps->u.HT_cap_element.HT_caps_info) & BIT(14)) -+ pmlmepriv->num_FortyMHzIntolerant++; -+ } else -+ pmlmepriv->num_sta_no_ht++; -+ } -+ -+#ifdef CONFIG_INTEL_WIDI -+ /* process_intel_widi_query_or_tigger(padapter, bssid); */ -+ if (process_intel_widi_query_or_tigger(padapter, bssid)) -+ return _FAIL; -+#endif /* CONFIG_INTEL_WIDI */ -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) & 1 -+ if (strcmp(bssid->Ssid.Ssid, DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) == 0) { -+ DBG_871X("Receiving %s("MAC_FMT", DSConfig:%u) from ch%u with ss:%3u, sq:%3u, RawRSSI:%3ld\n" -+ , bssid->Ssid.Ssid, MAC_ARG(bssid->MacAddress), bssid->Configuration.DSConfig -+ , rtw_get_oper_ch(padapter) -+ , bssid->PhyInfo.SignalStrength, bssid->PhyInfo.SignalQuality, bssid->Rssi -+ ); -+ } -+ #endif -+ -+ /* mark bss info receving from nearby channel as SignalQuality 101 */ -+ if (bssid->Configuration.DSConfig != rtw_get_oper_ch(padapter)) -+ bssid->PhyInfo.SignalQuality = 101; -+ -+ return _SUCCESS; -+} -+ -+void start_create_ibss(struct adapter *padapter) -+{ -+ unsigned short caps; -+ u8 val8; -+ u8 join_type; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex *)(&(pmlmeinfo->network)); -+ pmlmeext->cur_channel = (u8)pnetwork->Configuration.DSConfig; -+ pmlmeinfo->bcn_interval = get_beacon_interval(pnetwork); -+ -+ /* update wireless mode */ -+ update_wireless_mode(padapter); -+ -+ /* udpate capability */ -+ caps = rtw_get_capability((struct wlan_bssid_ex *)pnetwork); -+ update_capinfo(padapter, caps); -+ if (caps&cap_IBSS) {/* adhoc master */ -+ val8 = 0xcf; -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DO_IQK, NULL); -+ -+ /* switch channel */ -+ /* SelectChannel(padapter, pmlmeext->cur_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE); */ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ -+ beacon_timing_control(padapter); -+ -+ /* set msr to WIFI_FW_ADHOC_STATE */ -+ pmlmeinfo->state = WIFI_FW_ADHOC_STATE; -+ Set_MSR(padapter, (pmlmeinfo->state & 0x3)); -+ -+ /* issue beacon */ -+ if (send_beacon(padapter) == _FAIL) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("issuing beacon frame fail....\n")); -+ -+ report_join_res(padapter, -1); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ } else{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, padapter->registrypriv.dev_network.MacAddress); -+ join_type = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ -+ report_join_res(padapter, 1); -+ pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; -+ rtw_indicate_connect(padapter); -+ } -+ } else{ -+ DBG_871X("start_create_ibss, invalid cap:%x\n", caps); -+ return; -+ } -+ /* update bc/mc sta_info */ -+ update_bmc_sta(padapter); -+ -+} -+ -+void start_clnt_join(struct adapter *padapter) -+{ -+ unsigned short caps; -+ u8 val8; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex *)(&(pmlmeinfo->network)); -+ int beacon_timeout; -+ -+ /* update wireless mode */ -+ update_wireless_mode(padapter); -+ -+ /* udpate capability */ -+ caps = rtw_get_capability((struct wlan_bssid_ex *)pnetwork); -+ update_capinfo(padapter, caps); -+ if (caps&cap_ESS) { -+ Set_MSR(padapter, WIFI_FW_STATION_STATE); -+ -+ val8 = (pmlmeinfo->auth_algo == dot11AuthAlgrthm_8021X) ? 0xcc : 0xcf; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ /* Because of AP's not receiving deauth before */ -+ /* AP may: 1)not response auth or 2)deauth us after link is complete */ -+ /* issue deauth before issuing auth to deal with the situation */ -+ -+ /* Commented by Albert 2012/07/21 */ -+ /* For the Win8 P2P connection, it will be hard to have a successful connection if this Wi-Fi doesn't connect to it. */ -+ { -+ /* To avoid connecting to AP fail during resume process, change retry count from 5 to 1 */ -+ issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, 1, 100); -+ } -+ -+ /* here wait for receiving the beacon to start auth */ -+ /* and enable a timer */ -+ beacon_timeout = decide_wait_for_beacon_timeout(pmlmeinfo->bcn_interval); -+ set_link_timer(pmlmeext, beacon_timeout); -+ _set_timer(&padapter->mlmepriv.assoc_timer, -+ (REAUTH_TO * REAUTH_LIMIT) + (REASSOC_TO*REASSOC_LIMIT) + beacon_timeout); -+ -+ pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; -+ } else if (caps&cap_IBSS) { /* adhoc client */ -+ Set_MSR(padapter, WIFI_FW_ADHOC_STATE); -+ -+ val8 = 0xcf; -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ beacon_timing_control(padapter); -+ -+ pmlmeinfo->state = WIFI_FW_ADHOC_STATE; -+ -+ report_join_res(padapter, 1); -+ } else{ -+ /* DBG_871X("marc: invalid cap:%x\n", caps); */ -+ return; -+ } -+ -+} -+ -+void start_clnt_auth(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ del_timer_sync(&pmlmeext->link_timer); -+ -+ pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); -+ pmlmeinfo->state |= WIFI_FW_AUTH_STATE; -+ -+ pmlmeinfo->auth_seq = 1; -+ pmlmeinfo->reauth_count = 0; -+ pmlmeinfo->reassoc_count = 0; -+ pmlmeinfo->link_count = 0; -+ pmlmeext->retry = 0; -+ -+ -+ DBG_871X_LEVEL(_drv_always_, "start auth\n"); -+ issue_auth(padapter, NULL, 0); -+ -+ set_link_timer(pmlmeext, REAUTH_TO); -+ -+} -+ -+ -+void start_clnt_assoc(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ del_timer_sync(&pmlmeext->link_timer); -+ -+ pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); -+ pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); -+ -+ issue_assocreq(padapter); -+ -+ set_link_timer(pmlmeext, REASSOC_TO); -+} -+ -+unsigned int receive_disconnect(struct adapter *padapter, unsigned char *MacAddr, unsigned short reason) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* check A3 */ -+ if (!(!memcmp(MacAddr, get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) -+ return _SUCCESS; -+ -+ DBG_871X("%s\n", __func__); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) { -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_del_sta_event(padapter, MacAddr, reason); -+ -+ } else if (pmlmeinfo->state & WIFI_FW_LINKING_STATE) { -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_join_res(padapter, -2); -+ } -+ } -+ -+ return _SUCCESS; -+} -+ -+static void process_80211d(struct adapter *padapter, struct wlan_bssid_ex *bssid) -+{ -+ struct registry_priv *pregistrypriv; -+ struct mlme_ext_priv *pmlmeext; -+ RT_CHANNEL_INFO *chplan_new; -+ u8 channel; -+ u8 i; -+ -+ -+ pregistrypriv = &padapter->registrypriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ -+ /* Adjust channel plan by AP Country IE */ -+ if (pregistrypriv->enable80211d && -+ (!pmlmeext->update_channel_plan_by_ap_done)) { -+ u8 *ie, *p; -+ u32 len; -+ RT_CHANNEL_PLAN chplan_ap; -+ RT_CHANNEL_INFO chplan_sta[MAX_CHANNEL_NUM]; -+ u8 country[4]; -+ u8 fcn; /* first channel number */ -+ u8 noc; /* number of channel */ -+ u8 j, k; -+ -+ ie = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _COUNTRY_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (!ie) -+ return; -+ if (len < 6) -+ return; -+ -+ ie += 2; -+ p = ie; -+ ie += len; -+ -+ memset(country, 0, 4); -+ memcpy(country, p, 3); -+ p += 3; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, -+ ("%s: 802.11d country =%s\n", __func__, country)); -+ -+ i = 0; -+ while ((ie - p) >= 3) { -+ fcn = *(p++); -+ noc = *(p++); -+ p++; -+ -+ for (j = 0; j < noc; j++) { -+ if (fcn <= 14) -+ channel = fcn + j; /* 2.4 GHz */ -+ else -+ channel = fcn + j*4; /* 5 GHz */ -+ -+ chplan_ap.Channel[i++] = channel; -+ } -+ } -+ chplan_ap.Len = i; -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ i = 0; -+ DBG_871X("%s: AP[%s] channel plan {", __func__, bssid->Ssid.Ssid); -+ while ((i < chplan_ap.Len) && (chplan_ap.Channel[i] != 0)) { -+ DBG_8192C("%02d,", chplan_ap.Channel[i]); -+ i++; -+ } -+ DBG_871X("}\n"); -+#endif -+ -+ memcpy(chplan_sta, pmlmeext->channel_set, sizeof(chplan_sta)); -+#ifdef CONFIG_DEBUG_RTL871X -+ i = 0; -+ DBG_871X("%s: STA channel plan {", __func__); -+ while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { -+ DBG_871X("%02d(%c),", chplan_sta[i].ChannelNum, chplan_sta[i].ScanType == SCAN_PASSIVE?'p':'a'); -+ i++; -+ } -+ DBG_871X("}\n"); -+#endif -+ -+ memset(pmlmeext->channel_set, 0, sizeof(pmlmeext->channel_set)); -+ chplan_new = pmlmeext->channel_set; -+ -+ i = j = k = 0; -+ if (pregistrypriv->wireless_mode & WIRELESS_11G) { -+ do { -+ if ((i == MAX_CHANNEL_NUM) || -+ (chplan_sta[i].ChannelNum == 0) || -+ (chplan_sta[i].ChannelNum > 14)) -+ break; -+ -+ if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) -+ break; -+ -+ if (chplan_sta[i].ChannelNum == chplan_ap.Channel[j]) { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ i++; -+ j++; -+ k++; -+ } else if (chplan_sta[i].ChannelNum < chplan_ap.Channel[j]) { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+/* chplan_new[k].ScanType = chplan_sta[i].ScanType; */ -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } else if (chplan_sta[i].ChannelNum > chplan_ap.Channel[j]) { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } while (1); -+ -+ /* change AP not support channel to Passive scan */ -+ while ((i < MAX_CHANNEL_NUM) && -+ (chplan_sta[i].ChannelNum != 0) && -+ (chplan_sta[i].ChannelNum <= 14)) { -+ -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+/* chplan_new[k].ScanType = chplan_sta[i].ScanType; */ -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } -+ -+ /* add channel AP supported */ -+ while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } else{ -+ /* keep original STA 2.4G channel plan */ -+ while ((i < MAX_CHANNEL_NUM) && -+ (chplan_sta[i].ChannelNum != 0) && -+ (chplan_sta[i].ChannelNum <= 14)) { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+ chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ i++; -+ k++; -+ } -+ -+ /* skip AP 2.4G channel plan */ -+ while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) { -+ j++; -+ } -+ } -+ -+ if (pregistrypriv->wireless_mode & WIRELESS_11A) { -+ do { -+ if ((i == MAX_CHANNEL_NUM) || -+ (chplan_sta[i].ChannelNum == 0)) -+ break; -+ -+ if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] == 0)) -+ break; -+ -+ if (chplan_sta[i].ChannelNum == chplan_ap.Channel[j]) { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ i++; -+ j++; -+ k++; -+ } else if (chplan_sta[i].ChannelNum < chplan_ap.Channel[j]) { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+/* chplan_new[k].ScanType = chplan_sta[i].ScanType; */ -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } else if (chplan_sta[i].ChannelNum > chplan_ap.Channel[j]) { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } while (1); -+ -+ /* change AP not support channel to Passive scan */ -+ while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+/* chplan_new[k].ScanType = chplan_sta[i].ScanType; */ -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } -+ -+ /* add channel AP supported */ -+ while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] != 0)) { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } else{ -+ /* keep original STA 5G channel plan */ -+ while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+ chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ i++; -+ k++; -+ } -+ } -+ -+ pmlmeext->update_channel_plan_by_ap_done = 1; -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ k = 0; -+ DBG_871X("%s: new STA channel plan {", __func__); -+ while ((k < MAX_CHANNEL_NUM) && (chplan_new[k].ChannelNum != 0)) { -+ DBG_871X("%02d(%c),", chplan_new[k].ChannelNum, chplan_new[k].ScanType == SCAN_PASSIVE?'p':'c'); -+ k++; -+ } -+ DBG_871X("}\n"); -+#endif -+ } -+ -+ /* If channel is used by AP, set channel scan type to active */ -+ channel = bssid->Configuration.DSConfig; -+ chplan_new = pmlmeext->channel_set; -+ i = 0; -+ while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { -+ if (chplan_new[i].ChannelNum == channel) { -+ if (chplan_new[i].ScanType == SCAN_PASSIVE) { -+ /* 5G Bnad 2, 3 (DFS) doesn't change to active scan */ -+ if (channel >= 52 && channel <= 144) -+ break; -+ -+ chplan_new[i].ScanType = SCAN_ACTIVE; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, -+ ("%s: change channel %d scan type from passive to active\n", -+ __func__, channel)); -+ } -+ break; -+ } -+ i++; -+ } -+} -+ -+/**************************************************************************** -+ -+Following are the functions to report events -+ -+*****************************************************************************/ -+ -+void report_survey_event(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct survey_event *psurvey_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext; -+ struct cmd_priv *pcmdpriv; -+ /* u8 *pframe = precv_frame->u.hdr.rx_data; */ -+ /* uint len = precv_frame->u.hdr.len; */ -+ -+ if (!padapter) -+ return; -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ pcmdpriv = &padapter->cmdpriv; -+ -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) -+ return; -+ -+ cmdsz = (sizeof(struct survey_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ kfree((u8 *)pcmd_obj); -+ return; -+ } -+ -+ INIT_LIST_HEAD(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct survey_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); -+ pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); -+ -+ psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ -+ if (collect_bss_info(padapter, precv_frame, (struct wlan_bssid_ex *)&psurvey_evt->bss) == _FAIL) { -+ kfree((u8 *)pcmd_obj); -+ kfree((u8 *)pevtcmd); -+ return; -+ } -+ -+ process_80211d(padapter, &psurvey_evt->bss); -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ pmlmeext->sitesurvey_res.bss_cnt++; -+ -+ return; -+ -+} -+ -+void report_surveydone_event(struct adapter *padapter) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct surveydone_event *psurveydone_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) -+ return; -+ -+ cmdsz = (sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ kfree((u8 *)pcmd_obj); -+ return; -+ } -+ -+ INIT_LIST_HEAD(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct surveydone_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); -+ pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); -+ -+ psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ psurveydone_evt->bss_cnt = pmlmeext->sitesurvey_res.bss_cnt; -+ -+ DBG_871X("survey done event(%x) band:%d for "ADPT_FMT"\n", psurveydone_evt->bss_cnt, padapter->setband, ADPT_ARG(padapter)); -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+ -+} -+ -+void report_join_res(struct adapter *padapter, int res) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct joinbss_event *pjoinbss_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) -+ return; -+ -+ cmdsz = (sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ kfree((u8 *)pcmd_obj); -+ return; -+ } -+ -+ INIT_LIST_HEAD(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct joinbss_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_JoinBss); -+ pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); -+ -+ pjoinbss_evt = (struct joinbss_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ memcpy((unsigned char *)(&(pjoinbss_evt->network.network)), &(pmlmeinfo->network), sizeof(struct wlan_bssid_ex)); -+ pjoinbss_evt->network.join_res = pjoinbss_evt->network.aid = res; -+ -+ DBG_871X("report_join_res(%d)\n", res); -+ -+ -+ rtw_joinbss_event_prehandle(padapter, (u8 *)&pjoinbss_evt->network); -+ -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+ -+} -+ -+void report_wmm_edca_update(struct adapter *padapter) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct wmm_event *pwmm_event; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) -+ return; -+ -+ cmdsz = (sizeof(struct wmm_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ kfree((u8 *)pcmd_obj); -+ return; -+ } -+ -+ INIT_LIST_HEAD(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct wmm_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_WMM); -+ pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); -+ -+ pwmm_event = (struct wmm_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ pwmm_event->wmm = 0; -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+ -+} -+ -+void report_del_sta_event(struct adapter *padapter, unsigned char *MacAddr, unsigned short reason) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct sta_info *psta; -+ int mac_id; -+ struct stadel_event *pdel_sta_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) { -+ return; -+ } -+ -+ cmdsz = (sizeof(struct stadel_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ kfree((u8 *)pcmd_obj); -+ return; -+ } -+ -+ INIT_LIST_HEAD(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct stadel_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_DelSTA); -+ pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); -+ -+ pdel_sta_evt = (struct stadel_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ memcpy((unsigned char *)(&(pdel_sta_evt->macaddr)), MacAddr, ETH_ALEN); -+ memcpy((unsigned char *)(pdel_sta_evt->rsvd), (unsigned char *)(&reason), 2); -+ -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, MacAddr); -+ if (psta) -+ mac_id = (int)psta->mac_id; -+ else -+ mac_id = (-1); -+ -+ pdel_sta_evt->mac_id = mac_id; -+ -+ DBG_871X("report_del_sta_event: delete STA, mac_id =%d\n", mac_id); -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+} -+ -+void report_add_sta_event(struct adapter *padapter, unsigned char *MacAddr, int cam_idx) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct stassoc_event *padd_sta_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) -+ return; -+ -+ cmdsz = (sizeof(struct stassoc_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ kfree((u8 *)pcmd_obj); -+ return; -+ } -+ -+ INIT_LIST_HEAD(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct stassoc_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_AddSTA); -+ pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); -+ -+ padd_sta_evt = (struct stassoc_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ memcpy((unsigned char *)(&(padd_sta_evt->macaddr)), MacAddr, ETH_ALEN); -+ padd_sta_evt->cam_id = cam_idx; -+ -+ DBG_871X("report_add_sta_event: add STA\n"); -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+} -+ -+ -+bool rtw_port_switch_chk(struct adapter *adapter) -+{ -+ bool switch_needed = false; -+ return switch_needed; -+} -+ -+/**************************************************************************** -+ -+Following are the event callback functions -+ -+*****************************************************************************/ -+ -+/* for sta/adhoc mode */ -+void update_sta_info(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* ERP */ -+ VCS_update(padapter, psta); -+ -+ /* HT */ -+ if (pmlmepriv->htpriv.ht_option) { -+ psta->htpriv.ht_option = true; -+ -+ psta->htpriv.ampdu_enable = pmlmepriv->htpriv.ampdu_enable; -+ -+ psta->htpriv.rx_ampdu_min_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para&IEEE80211_HT_CAP_AMPDU_DENSITY)>>2; -+ -+ if (support_short_GI(padapter, &(pmlmeinfo->HT_caps), CHANNEL_WIDTH_20)) -+ psta->htpriv.sgi_20m = true; -+ -+ if (support_short_GI(padapter, &(pmlmeinfo->HT_caps), CHANNEL_WIDTH_40)) -+ psta->htpriv.sgi_40m = true; -+ -+ psta->qos_option = true; -+ -+ psta->htpriv.ldpc_cap = pmlmepriv->htpriv.ldpc_cap; -+ psta->htpriv.stbc_cap = pmlmepriv->htpriv.stbc_cap; -+ psta->htpriv.beamform_cap = pmlmepriv->htpriv.beamform_cap; -+ -+ memcpy(&psta->htpriv.ht_cap, &pmlmeinfo->HT_caps, sizeof(struct rtw_ieee80211_ht_cap)); -+ } else{ -+ psta->htpriv.ht_option = false; -+ -+ psta->htpriv.ampdu_enable = false; -+ -+ psta->htpriv.sgi_20m = false; -+ psta->htpriv.sgi_40m = false; -+ psta->qos_option = false; -+ -+ } -+ -+ psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; -+ -+ psta->htpriv.agg_enable_bitmap = 0x0;/* reset */ -+ psta->htpriv.candidate_tid_bitmap = 0x0;/* reset */ -+ -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ -+ /* QoS */ -+ if (pmlmepriv->qospriv.qos_option) -+ psta->qos_option = true; -+ -+ update_ldpc_stbc_cap(psta); -+ -+ spin_lock_bh(&psta->lock); -+ psta->state = _FW_LINKED; -+ spin_unlock_bh(&psta->lock); -+ -+} -+ -+static void rtw_mlmeext_disconnect(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex *)(&(pmlmeinfo->network)); -+ u8 state_backup = (pmlmeinfo->state&0x03); -+ -+ /* set_opmode_cmd(padapter, infra_client_with_mlme); */ -+ -+ /* -+ * For safety, prevent from keeping macid sleep. -+ * If we can sure all power mode enter/leave are paired, -+ * this check can be removed. -+ * Lucas@20131113 -+ */ -+ /* wakeup macid after disconnect. */ -+ { -+ struct sta_info *psta; -+ psta = rtw_get_stainfo(&padapter->stapriv, get_my_bssid(pnetwork)); -+ if (psta) -+ rtw_hal_macid_wakeup(padapter, psta->mac_id); -+ } -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_DISCONNECT, NULL); -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, null_addr); -+ -+ /* set MSR to no link state -> infra. mode */ -+ Set_MSR(padapter, _HW_STATE_STATION_); -+ -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ -+ if (state_backup == WIFI_FW_STATION_STATE) { -+ if (rtw_port_switch_chk(padapter) == true) { -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ { -+ struct adapter *port0_iface = dvobj_get_port0_adapter(adapter_to_dvobj(padapter)); -+ if (port0_iface) -+ rtw_lps_ctrl_wk_cmd(port0_iface, LPS_CTRL_CONNECT, 0); -+ } -+ } -+ } -+ -+ /* switch to the 20M Hz mode after disconnect */ -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ flush_all_cam_entry(padapter); -+ -+ del_timer_sync(&pmlmeext->link_timer); -+ -+ /* pmlmepriv->LinkDetectInfo.TrafficBusyState = false; */ -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount = 0; -+ -+} -+ -+void mlmeext_joinbss_event_callback(struct adapter *padapter, int join_res) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 join_type; -+ struct sta_info *psta; -+ if (join_res < 0) { -+ join_type = 1; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, null_addr); -+ -+ goto exit_mlmeext_joinbss_event_callback; -+ } -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ /* update bc/mc sta_info */ -+ update_bmc_sta(padapter); -+ -+ -+ /* turn on dynamic functions */ -+ Switch_DM_Func(padapter, DYNAMIC_ALL_FUNC_ENABLE, true); -+ -+ /* update IOT-releated issue */ -+ update_IOT_info(padapter); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BASIC_RATE, cur_network->SupportedRates); -+ -+ /* BCN interval */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BEACON_INTERVAL, (u8 *)(&pmlmeinfo->bcn_interval)); -+ -+ /* udpate capability */ -+ update_capinfo(padapter, pmlmeinfo->capability); -+ -+ /* WMM, Update EDCA param */ -+ WMMOnAssocRsp(padapter); -+ -+ /* HT */ -+ HTOnAssocRsp(padapter); -+ -+ /* Set cur_channel&cur_bwmode&cur_ch_offset */ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ psta = rtw_get_stainfo(pstapriv, cur_network->MacAddress); -+ if (psta) { /* only for infra. mode */ -+ -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ /* DBG_871X("set_sta_rate\n"); */ -+ -+ psta->wireless_mode = pmlmeext->cur_wireless_mode; -+ -+ /* set per sta rate after updating HT cap. */ -+ set_sta_rate(padapter, psta); -+ -+ rtw_sta_media_status_rpt(padapter, psta, 1); -+ -+ /* wakeup macid after join bss successfully to ensure -+ the subsequent data frames can be sent out normally */ -+ rtw_hal_macid_wakeup(padapter, psta->mac_id); -+ } -+ -+ if (rtw_port_switch_chk(padapter) == true) -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ -+ join_type = 2; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) { -+ /* correcting TSF */ -+ correct_TSF(padapter, pmlmeext); -+ -+ /* set_link_timer(pmlmeext, DISCONNECT_TO); */ -+ } -+ -+ if (get_iface_type(padapter) == IFACE_PORT0) -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_CONNECT, 0); -+ -+exit_mlmeext_joinbss_event_callback: -+ -+ DBG_871X("=>%s\n", __func__); -+ -+} -+ -+/* currently only adhoc mode will go here */ -+void mlmeext_sta_add_event_callback(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 join_type; -+ -+ DBG_871X("%s\n", __func__); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) { -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { /* adhoc master or sta_count>1 */ -+ -+ /* nothing to do */ -+ } else{ /* adhoc client */ -+ /* update TSF Value */ -+ /* update_TSF(pmlmeext, pframe, len); */ -+ -+ /* correcting TSF */ -+ correct_TSF(padapter, pmlmeext); -+ -+ /* start beacon */ -+ if (send_beacon(padapter) == _FAIL) { -+ pmlmeinfo->FW_sta_info[psta->mac_id].status = 0; -+ -+ pmlmeinfo->state ^= WIFI_FW_ADHOC_STATE; -+ -+ return; -+ } -+ -+ pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; -+ -+ } -+ -+ join_type = 2; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ } -+ -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ psta->bssratelen = rtw_get_rateset_len(pmlmeinfo->FW_sta_info[psta->mac_id].SupportedRates); -+ memcpy(psta->bssrateset, pmlmeinfo->FW_sta_info[psta->mac_id].SupportedRates, psta->bssratelen); -+ -+ /* update adhoc sta_info */ -+ update_sta_info(padapter, psta); -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ -+ /* ToDo: HT for Ad-hoc */ -+ psta->wireless_mode = rtw_check_network_type(psta->bssrateset, psta->bssratelen, pmlmeext->cur_channel); -+ psta->raid = rtw_hal_networktype_to_raid(padapter, psta); -+ -+ /* rate radaptive */ -+ Update_RA_Entry(padapter, psta); -+} -+ -+void mlmeext_sta_del_event_callback(struct adapter *padapter) -+{ -+ if (is_client_associated_to_ap(padapter) || is_IBSS_empty(padapter)) -+ rtw_mlmeext_disconnect(padapter); -+} -+ -+/**************************************************************************** -+ -+Following are the functions for the timer handlers -+ -+*****************************************************************************/ -+void _linked_info_dump(struct adapter *padapter) -+{ -+ int i; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int UndecoratedSmoothedPWDB; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ -+ if (padapter->bLinkInfoDump) { -+ -+ DBG_871X("\n ============["ADPT_FMT"] linked status check ===================\n", ADPT_ARG(padapter)); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) { -+ rtw_hal_get_def_var(padapter, HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, &UndecoratedSmoothedPWDB); -+ -+ DBG_871X("AP[" MAC_FMT "] - UndecoratedSmoothedPWDB:%d\n", -+ MAC_ARG(padapter->mlmepriv.cur_network.network.MacAddress), UndecoratedSmoothedPWDB); -+ } else if ((pmlmeinfo->state&0x03) == _HW_STATE_AP_) { -+ struct list_head *phead, *plist; -+ -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ while (phead != plist) { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ DBG_871X("STA[" MAC_FMT "]:UndecoratedSmoothedPWDB:%d\n", -+ MAC_ARG(psta->hwaddr), psta->rssi_stat.UndecoratedSmoothedPWDB); -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ } -+ for (i = 0; i < NUM_STA; i++) { -+ if (pdvobj->macid[i] == true) { -+ if (i != 1) /* skip bc/mc sta */ -+ /* tx info ============ */ -+ rtw_hal_get_def_var(padapter, HW_DEF_RA_INFO_DUMP, &i); -+ } -+ } -+ rtw_hal_set_def_var(padapter, HAL_DEF_DBG_RX_INFO_DUMP, NULL); -+ -+ -+ } -+ -+ -+} -+ -+static u8 chk_ap_is_alive(struct adapter *padapter, struct sta_info *psta) -+{ -+ u8 ret = false; -+ -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X(FUNC_ADPT_FMT" rx:"STA_PKTS_FMT", beacon:%llu, probersp_to_self:%llu" -+ /*", probersp_bm:%llu, probersp_uo:%llu, probereq:%llu, BI:%u"*/ -+ ", retry:%u\n" -+ , FUNC_ADPT_ARG(padapter) -+ , STA_RX_PKTS_DIFF_ARG(psta) -+ , psta->sta_stats.rx_beacon_pkts - psta->sta_stats.last_rx_beacon_pkts -+ , psta->sta_stats.rx_probersp_pkts - psta->sta_stats.last_rx_probersp_pkts -+ /*, psta->sta_stats.rx_probersp_bm_pkts - psta->sta_stats.last_rx_probersp_bm_pkts -+ , psta->sta_stats.rx_probersp_uo_pkts - psta->sta_stats.last_rx_probersp_uo_pkts -+ , psta->sta_stats.rx_probereq_pkts - psta->sta_stats.last_rx_probereq_pkts -+ , pmlmeinfo->bcn_interval*/ -+ , pmlmeext->retry -+ ); -+ -+ DBG_871X(FUNC_ADPT_FMT" tx_pkts:%llu, link_count:%u\n", FUNC_ADPT_ARG(padapter) -+ , padapter->xmitpriv.tx_pkts -+ , pmlmeinfo->link_count -+ ); -+ #endif -+ -+ if ((sta_rx_data_pkts(psta) == sta_last_rx_data_pkts(psta)) -+ && sta_rx_beacon_pkts(psta) == sta_last_rx_beacon_pkts(psta) -+ && sta_rx_probersp_pkts(psta) == sta_last_rx_probersp_pkts(psta) -+ ) { -+ ret = false; -+ } else{ -+ ret = true; -+ } -+ -+ sta_update_last_rx_pkts(psta); -+ -+ return ret; -+} -+ -+void linked_status_chk(struct adapter *padapter) -+{ -+ u32 i; -+ struct sta_info *psta; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ -+ if (is_client_associated_to_ap(padapter)) { -+ /* linked infrastructure client mode */ -+ -+ int tx_chk = _SUCCESS, rx_chk = _SUCCESS; -+ int rx_chk_limit; -+ int link_count_limit; -+ -+ #if defined(DBG_ROAMING_TEST) -+ rx_chk_limit = 1; -+ #else -+ rx_chk_limit = 8; -+ #endif -+ link_count_limit = 7; /* 16 sec */ -+ -+ /* Marked by Kurt 20130715 */ -+ /* For WiDi 3.5 and latered on, they don't ask WiDi sink to do roaming, so we could not check rx limit that strictly. */ -+ /* todo: To check why we under miracast session, rx_chk would be false */ -+ /* ifdef CONFIG_INTEL_WIDI */ -+ /* if (padapter->mlmepriv.widi_state != INTEL_WIDI_STATE_NONE) */ -+ /* rx_chk_limit = 1; */ -+ /* endif */ -+ -+ psta = rtw_get_stainfo(pstapriv, pmlmeinfo->network.MacAddress); -+ if (psta != NULL) { -+ if (chk_ap_is_alive(padapter, psta) == false) -+ rx_chk = _FAIL; -+ -+ if (pxmitpriv->last_tx_pkts == pxmitpriv->tx_pkts) -+ tx_chk = _FAIL; -+ -+ { -+ if (rx_chk != _SUCCESS) { -+ if (pmlmeext->retry == 0) { -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X("issue_probereq to trigger probersp, retry =%d\n", pmlmeext->retry); -+ #endif -+ issue_probereq_ex(padapter, &pmlmeinfo->network.Ssid, pmlmeinfo->network.MacAddress, 0, 0, 0, 0); -+ issue_probereq_ex(padapter, &pmlmeinfo->network.Ssid, pmlmeinfo->network.MacAddress, 0, 0, 0, 0); -+ issue_probereq_ex(padapter, &pmlmeinfo->network.Ssid, pmlmeinfo->network.MacAddress, 0, 0, 0, 0); -+ } -+ } -+ -+ if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X("%s issue_nulldata 0\n", __func__); -+ #endif -+ tx_chk = issue_nulldata_in_interrupt(padapter, NULL); -+ } -+ } -+ -+ if (rx_chk == _FAIL) { -+ pmlmeext->retry++; -+ if (pmlmeext->retry > rx_chk_limit) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" disconnect or roaming\n", -+ FUNC_ADPT_ARG(padapter)); -+ receive_disconnect(padapter, pmlmeinfo->network.MacAddress -+ , WLAN_REASON_EXPIRATION_CHK); -+ return; -+ } -+ } else { -+ pmlmeext->retry = 0; -+ } -+ -+ if (tx_chk == _FAIL) { -+ pmlmeinfo->link_count %= (link_count_limit+1); -+ } else { -+ pxmitpriv->last_tx_pkts = pxmitpriv->tx_pkts; -+ pmlmeinfo->link_count = 0; -+ } -+ -+ } /* end of if ((psta = rtw_get_stainfo(pstapriv, passoc_res->network.MacAddress)) != NULL) */ -+ } else if (is_client_associated_to_ibss(padapter)) { -+ /* linked IBSS mode */ -+ /* for each assoc list entry to check the rx pkt counter */ -+ for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { -+ if (pmlmeinfo->FW_sta_info[i].status == 1) { -+ psta = pmlmeinfo->FW_sta_info[i].psta; -+ -+ if (NULL == psta) -+ continue; -+ -+ if (pmlmeinfo->FW_sta_info[i].rx_pkt == sta_rx_pkts(psta)) { -+ -+ if (pmlmeinfo->FW_sta_info[i].retry < 3) { -+ pmlmeinfo->FW_sta_info[i].retry++; -+ } else{ -+ pmlmeinfo->FW_sta_info[i].retry = 0; -+ pmlmeinfo->FW_sta_info[i].status = 0; -+ report_del_sta_event(padapter, psta->hwaddr -+ , 65535/* indicate disconnect caused by no rx */ -+ ); -+ } -+ } else{ -+ pmlmeinfo->FW_sta_info[i].retry = 0; -+ pmlmeinfo->FW_sta_info[i].rx_pkt = (u32)sta_rx_pkts(psta); -+ } -+ } -+ } -+ -+ /* set_link_timer(pmlmeext, DISCONNECT_TO); */ -+ -+ } -+ -+} -+ -+void survey_timer_hdl(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct sitesurvey_parm *psurveyPara; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ /* DBG_871X("marc: survey timer\n"); */ -+ -+ /* issue rtw_sitesurvey_cmd */ -+ if (pmlmeext->sitesurvey_res.state > SCAN_START) { -+ if (pmlmeext->sitesurvey_res.state == SCAN_PROCESS) { -+ pmlmeext->sitesurvey_res.channel_idx++; -+ } -+ -+ if (pmlmeext->scan_abort == true) { -+ { -+ pmlmeext->sitesurvey_res.channel_idx = pmlmeext->sitesurvey_res.ch_num; -+ DBG_871X("%s idx:%d\n", __func__ -+ , pmlmeext->sitesurvey_res.channel_idx -+ ); -+ } -+ -+ pmlmeext->scan_abort = false;/* reset */ -+ } -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ goto exit_survey_timer_hdl; -+ } -+ -+ psurveyPara = (struct sitesurvey_parm *)rtw_zmalloc(sizeof(struct sitesurvey_parm)); -+ if (psurveyPara == NULL) { -+ kfree((unsigned char *)ph2c); -+ goto exit_survey_timer_hdl; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); -+ rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ -+ -+exit_survey_timer_hdl: -+ -+ return; -+} -+ -+void link_timer_hdl(struct adapter *padapter) -+{ -+ /* static unsigned int rx_pkt = 0; */ -+ /* static u64 tx_cnt = 0; */ -+ /* struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); */ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ /* struct sta_priv *pstapriv = &padapter->stapriv; */ -+ -+ -+ if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { -+ DBG_871X("link_timer_hdl:no beacon while connecting\n"); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_join_res(padapter, -3); -+ } else if (pmlmeinfo->state & WIFI_FW_AUTH_STATE) { -+ /* re-auth timer */ -+ if (++pmlmeinfo->reauth_count > REAUTH_LIMIT) { -+ /* if (pmlmeinfo->auth_algo != dot11AuthAlgrthm_Auto) */ -+ /* */ -+ pmlmeinfo->state = 0; -+ report_join_res(padapter, -1); -+ return; -+ /* */ -+ /* else */ -+ /* */ -+ /* pmlmeinfo->auth_algo = dot11AuthAlgrthm_Shared; */ -+ /* pmlmeinfo->reauth_count = 0; */ -+ /* */ -+ } -+ -+ DBG_871X("link_timer_hdl: auth timeout and try again\n"); -+ pmlmeinfo->auth_seq = 1; -+ issue_auth(padapter, NULL, 0); -+ set_link_timer(pmlmeext, REAUTH_TO); -+ } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { -+ /* re-assoc timer */ -+ if (++pmlmeinfo->reassoc_count > REASSOC_LIMIT) { -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_join_res(padapter, -2); -+ return; -+ } -+ -+ DBG_871X("link_timer_hdl: assoc timeout and try again\n"); -+ issue_assocreq(padapter); -+ set_link_timer(pmlmeext, REASSOC_TO); -+ } -+ -+ return; -+} -+ -+void addba_timer_hdl(struct sta_info *psta) -+{ -+ struct ht_priv *phtpriv; -+ -+ if (!psta) -+ return; -+ -+ phtpriv = &psta->htpriv; -+ -+ if ((phtpriv->ht_option == true) && (phtpriv->ampdu_enable == true)) { -+ if (phtpriv->candidate_tid_bitmap) -+ phtpriv->candidate_tid_bitmap = 0x0; -+ -+ } -+} -+ -+void sa_query_timer_hdl(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ /* disconnect */ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { -+ rtw_disassoc_cmd(padapter, 0, true); -+ rtw_indicate_disconnect(padapter); -+ rtw_free_assoc_resources(padapter, 1); -+ } -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ DBG_871X("SA query timeout disconnect\n"); -+} -+ -+u8 NULL_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ return H2C_SUCCESS; -+} -+ -+#ifdef CONFIG_AUTO_AP_MODE -+static int rtw_auto_ap_start_beacon(struct adapter *adapter) -+{ -+ int ret = 0; -+ u8 *pbuf = NULL; -+ uint len; -+ u8 supportRate[16]; -+ int sz = 0, rateLen; -+ u8 *ie; -+ u8 wireless_mode, oper_channel; -+ u8 ssid[3] = {0}; /* hidden ssid */ -+ u32 ssid_len = sizeof(ssid); -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ -+ len = 128; -+ pbuf = rtw_zmalloc(len); -+ if (!pbuf) -+ return -ENOMEM; -+ -+ -+ /* generate beacon */ -+ ie = pbuf; -+ -+ /* timestamp will be inserted by hardware */ -+ sz += 8; -+ ie += sz; -+ -+ /* beacon interval : 2bytes */ -+ *(u16 *)ie = cpu_to_le16((u16)100);/* BCN_INTERVAL = 100; */ -+ sz += 2; -+ ie += 2; -+ -+ /* capability info */ -+ *(u16 *)ie = 0; -+ *(u16 *)ie |= cpu_to_le16(cap_ESS); -+ *(u16 *)ie |= cpu_to_le16(cap_ShortPremble); -+ /* u16*)ie |= cpu_to_le16(cap_Privacy); */ -+ sz += 2; -+ ie += 2; -+ -+ /* SSID */ -+ ie = rtw_set_ie(ie, _SSID_IE_, ssid_len, ssid, &sz); -+ -+ /* supported rates */ -+ wireless_mode = WIRELESS_11BG_24N; -+ rtw_set_supported_rate(supportRate, wireless_mode); -+ rateLen = rtw_get_rateset_len(supportRate); -+ if (rateLen > 8) { -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, 8, supportRate, &sz); -+ } else{ -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, rateLen, supportRate, &sz); -+ } -+ -+ -+ /* DS parameter set */ -+ if (check_buddy_fwstate(adapter, _FW_LINKED) && -+ check_buddy_fwstate(adapter, WIFI_STATION_STATE)) { -+ struct adapter *pbuddystruct adapter = adapter->pbuddystruct adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddystruct adapter->mlmeextpriv; -+ -+ oper_channel = pbuddy_mlmeext->cur_channel; -+ } else{ -+ oper_channel = adapter_to_dvobj(adapter)->oper_channel; -+ } -+ ie = rtw_set_ie(ie, _DSSET_IE_, 1, &oper_channel, &sz); -+ -+ /* ext supported rates */ -+ if (rateLen > 8) { -+ ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (supportRate + 8), &sz); -+ } -+ -+ DBG_871X("%s, start auto ap beacon sz =%d\n", __func__, sz); -+ -+ /* lunch ap mode & start to issue beacon */ -+ if (rtw_check_beacon_data(adapter, pbuf, sz) == _SUCCESS) { -+ -+ } else{ -+ ret = -EINVAL; -+ } -+ -+ -+ kfree(pbuf); -+ -+ return ret; -+ -+} -+#endif/* CONFIG_AUTO_AP_MODE */ -+ -+u8 setopmode_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ u8 type; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; -+ -+ if (psetop->mode == Ndis802_11APMode) { -+ pmlmeinfo->state = WIFI_FW_AP_STATE; -+ type = _HW_STATE_AP_; -+ /* start_ap_mode(padapter); */ -+ } else if (psetop->mode == Ndis802_11Infrastructure) { -+ pmlmeinfo->state &= ~(BIT(0)|BIT(1));/* clear state */ -+ pmlmeinfo->state |= WIFI_FW_STATION_STATE;/* set to STATION_STATE */ -+ type = _HW_STATE_STATION_; -+ } else if (psetop->mode == Ndis802_11IBSS) { -+ type = _HW_STATE_ADHOC_; -+ } else{ -+ type = _HW_STATE_NOLINK_; -+ } -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_SET_OPMODE, (u8 *)(&type)); -+ /* Set_NETYPE0_MSR(padapter, type); */ -+ -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if (psetop->mode == Ndis802_11APMode) -+ rtw_auto_ap_start_beacon(padapter); -+#endif -+ -+ if (rtw_port_switch_chk(padapter) == true) { -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ -+ if (psetop->mode == Ndis802_11APMode) -+ adapter_to_pwrctl(padapter)->fw_psmode_iface_id = 0xff; /* ap mode won't dowload rsvd pages */ -+ else if (psetop->mode == Ndis802_11Infrastructure) { -+ struct adapter *port0_iface = dvobj_get_port0_adapter(adapter_to_dvobj(padapter)); -+ if (port0_iface) -+ rtw_lps_ctrl_wk_cmd(port0_iface, LPS_CTRL_CONNECT, 0); -+ } -+ } -+ -+ if (psetop->mode == Ndis802_11APMode) { -+ /* Do this after port switch to */ -+ /* prevent from downloading rsvd page to wrong port */ -+ rtw_btcoex_MediaStatusNotify(padapter, 1); /* connect */ -+ } -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 createbss_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex *)(&(pmlmeinfo->network)); -+ struct joinbss_parm *pparm = (struct joinbss_parm *)pbuf; -+ /* u32 initialgain; */ -+ -+ if (pmlmeinfo->state == WIFI_FW_AP_STATE) { -+ struct wlan_bssid_ex *network = &padapter->mlmepriv.cur_network.network; -+ start_bss_network(padapter, (u8 *)network); -+ return H2C_SUCCESS; -+ } -+ -+ /* below is for ad-hoc master */ -+ if (pparm->network.InfrastructureMode == Ndis802_11IBSS) { -+ rtw_joinbss_reset(padapter); -+ -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ pmlmeinfo->ERP_enable = 0; -+ pmlmeinfo->WMM_enable = 0; -+ pmlmeinfo->HT_enable = 0; -+ pmlmeinfo->HT_caps_enable = 0; -+ pmlmeinfo->HT_info_enable = 0; -+ pmlmeinfo->agg_enable_bitmap = 0; -+ pmlmeinfo->candidate_tid_bitmap = 0; -+ -+ /* disable dynamic functions, such as high power, DIG */ -+ Save_DM_Func_Flag(padapter); -+ Switch_DM_Func(padapter, DYNAMIC_FUNC_DISABLE, false); -+ -+ /* config the initial gain under linking, need to write the BB registers */ -+ /* initialgain = 0x1E; */ -+ /* rtw_hal_set_hwreg(padapter, HW_VAR_INITIAL_GAIN, (u8 *)(&initialgain)); */ -+ -+ /* cancel link timer */ -+ del_timer_sync(&pmlmeext->link_timer); -+ -+ /* clear CAM */ -+ flush_all_cam_entry(padapter); -+ -+ memcpy(pnetwork, pbuf, FIELD_OFFSET(struct wlan_bssid_ex, IELength)); -+ pnetwork->IELength = ((struct wlan_bssid_ex *)pbuf)->IELength; -+ -+ if (pnetwork->IELength > MAX_IE_SZ)/* Check pbuf->IELength */ -+ return H2C_PARAMETERS_ERROR; -+ -+ memcpy(pnetwork->IEs, ((struct wlan_bssid_ex *)pbuf)->IEs, pnetwork->IELength); -+ -+ start_create_ibss(padapter); -+ -+ } -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 join_cmd_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ u8 join_type; -+ struct ndis_80211_var_ie *pIE; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex *)(&(pmlmeinfo->network)); -+ u32 i; -+ u8 cbw40_enable = 0; -+ /* u32 initialgain; */ -+ /* u32 acparm; */ -+ u8 ch, bw, offset; -+ -+ /* check already connecting to AP or not */ -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) { -+ if (pmlmeinfo->state & WIFI_FW_STATION_STATE) { -+ issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, 1, 100); -+ } -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ -+ /* clear CAM */ -+ flush_all_cam_entry(padapter); -+ -+ del_timer_sync(&pmlmeext->link_timer); -+ -+ /* set MSR to nolink -> infra. mode */ -+ /* Set_MSR(padapter, _HW_STATE_NOLINK_); */ -+ Set_MSR(padapter, _HW_STATE_STATION_); -+ -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_DISCONNECT, NULL); -+ } -+ -+ rtw_joinbss_reset(padapter); -+ -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ pmlmeinfo->ERP_enable = 0; -+ pmlmeinfo->WMM_enable = 0; -+ pmlmeinfo->HT_enable = 0; -+ pmlmeinfo->HT_caps_enable = 0; -+ pmlmeinfo->HT_info_enable = 0; -+ pmlmeinfo->agg_enable_bitmap = 0; -+ pmlmeinfo->candidate_tid_bitmap = 0; -+ pmlmeinfo->bwmode_updated = false; -+ /* pmlmeinfo->assoc_AP_vendor = HT_IOT_PEER_MAX; */ -+ pmlmeinfo->VHT_enable = 0; -+ -+ memcpy(pnetwork, pbuf, FIELD_OFFSET(struct wlan_bssid_ex, IELength)); -+ pnetwork->IELength = ((struct wlan_bssid_ex *)pbuf)->IELength; -+ -+ if (pnetwork->IELength > MAX_IE_SZ)/* Check pbuf->IELength */ -+ return H2C_PARAMETERS_ERROR; -+ -+ memcpy(pnetwork->IEs, ((struct wlan_bssid_ex *)pbuf)->IEs, pnetwork->IELength); -+ -+ pmlmeext->cur_channel = (u8)pnetwork->Configuration.DSConfig; -+ pmlmeinfo->bcn_interval = get_beacon_interval(pnetwork); -+ -+ /* Check AP vendor to move rtw_joinbss_cmd() */ -+ /* pmlmeinfo->assoc_AP_vendor = check_assoc_AP(pnetwork->IEs, pnetwork->IELength); */ -+ -+ /* sizeof(struct ndis_802_11_fix_ie) */ -+ for (i = _FIXED_IE_LENGTH_; i < pnetwork->IELength;) { -+ pIE = (struct ndis_80211_var_ie *)(pnetwork->IEs + i); -+ -+ switch (pIE->ElementID) { -+ case _VENDOR_SPECIFIC_IE_:/* Get WMM IE. */ -+ if (!memcmp(pIE->data, WMM_OUI, 4)) -+ WMM_param_handler(padapter, pIE); -+ break; -+ -+ case _HT_CAPABILITY_IE_: /* Get HT Cap IE. */ -+ pmlmeinfo->HT_caps_enable = 1; -+ break; -+ -+ case _HT_EXTRA_INFO_IE_: /* Get HT Info IE. */ -+ pmlmeinfo->HT_info_enable = 1; -+ -+ /* spec case only for cisco's ap because cisco's ap issue assoc rsp using mcs rate @40MHz or @20MHz */ -+ { -+ struct HT_info_element *pht_info = (struct HT_info_element *)(pIE->data); -+ -+ if (pnetwork->Configuration.DSConfig > 14) { -+ if ((pregpriv->bw_mode >> 4) > CHANNEL_WIDTH_20) -+ cbw40_enable = 1; -+ } else { -+ if ((pregpriv->bw_mode & 0x0f) > CHANNEL_WIDTH_20) -+ cbw40_enable = 1; -+ } -+ -+ if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { -+ /* switch to the 40M Hz mode according to the AP */ -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; -+ switch (pht_info->infos[0] & 0x3) { -+ case 1: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ -+ case 3: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ -+ default: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ break; -+ } -+ -+ DBG_871X("set HT ch/bw before connected\n"); -+ } -+ } -+ break; -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ /* check channel, bandwidth, offset and switch */ -+ if (rtw_chk_start_clnt_join(padapter, &ch, &bw, &offset) == _FAIL) { -+ report_join_res(padapter, (-4)); -+ return H2C_SUCCESS; -+ } -+ -+ /* disable dynamic functions, such as high power, DIG */ -+ /* Switch_DM_Func(padapter, DYNAMIC_FUNC_DISABLE, false); */ -+ -+ /* config the initial gain under linking, need to write the BB registers */ -+ /* initialgain = 0x1E; */ -+ /* rtw_hal_set_hwreg(padapter, HW_VAR_INITIAL_GAIN, (u8 *)(&initialgain)); */ -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, pmlmeinfo->network.MacAddress); -+ join_type = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DO_IQK, NULL); -+ -+ set_channel_bwmode(padapter, ch, offset, bw); -+ -+ /* cancel link timer */ -+ del_timer_sync(&pmlmeext->link_timer); -+ -+ start_clnt_join(padapter); -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 disconnect_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ struct disconnect_parm *param = (struct disconnect_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex *)(&(pmlmeinfo->network)); -+ u8 val8; -+ -+ if (is_client_associated_to_ap(padapter)) { -+ issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, param->deauth_timeout_ms/100, 100); -+ } -+ -+ if (((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) { -+ /* Stop BCN */ -+ val8 = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_FUNC, (u8 *)(&val8)); -+ } -+ -+ rtw_mlmeext_disconnect(padapter); -+ -+ rtw_free_uc_swdec_pending_queue(padapter); -+ -+ return H2C_SUCCESS; -+} -+ -+static int rtw_scan_ch_decision(struct adapter *padapter, struct rtw_ieee80211_channel *out, -+ u32 out_num, struct rtw_ieee80211_channel *in, u32 in_num) -+{ -+ int i, j; -+ int set_idx; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ /* clear first */ -+ memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); -+ -+ /* acquire channels from in */ -+ j = 0; -+ for (i = 0; i < in_num; i++) { -+ -+ DBG_871X(FUNC_ADPT_FMT" "CHAN_FMT"\n", FUNC_ADPT_ARG(padapter), CHAN_ARG(&in[i])); -+ -+ set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, in[i].hw_value); -+ if (in[i].hw_value && !(in[i].flags & RTW_IEEE80211_CHAN_DISABLED) -+ && set_idx >= 0 -+ && rtw_mlme_band_check(padapter, in[i].hw_value) == true -+ ) { -+ if (j >= out_num) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" out_num:%u not enough\n", -+ FUNC_ADPT_ARG(padapter), out_num); -+ break; -+ } -+ -+ memcpy(&out[j], &in[i], sizeof(struct rtw_ieee80211_channel)); -+ -+ if (pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) -+ out[j].flags |= RTW_IEEE80211_CHAN_PASSIVE_SCAN; -+ -+ j++; -+ } -+ if (j >= out_num) -+ break; -+ } -+ -+ /* if out is empty, use channel_set as default */ -+ if (j == 0) { -+ for (i = 0; i < pmlmeext->max_chan_nums; i++) { -+ -+ DBG_871X(FUNC_ADPT_FMT" ch:%u\n", FUNC_ADPT_ARG(padapter), pmlmeext->channel_set[i].ChannelNum); -+ -+ if (rtw_mlme_band_check(padapter, pmlmeext->channel_set[i].ChannelNum) == true) { -+ -+ if (j >= out_num) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" out_num:%u not enough\n", -+ FUNC_ADPT_ARG(padapter), out_num); -+ break; -+ } -+ -+ out[j].hw_value = pmlmeext->channel_set[i].ChannelNum; -+ -+ if (pmlmeext->channel_set[i].ScanType == SCAN_PASSIVE) -+ out[j].flags |= RTW_IEEE80211_CHAN_PASSIVE_SCAN; -+ -+ j++; -+ } -+ } -+ } -+ -+ return j; -+} -+ -+u8 sitesurvey_cmd_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct sitesurvey_parm *pparm = (struct sitesurvey_parm *)pbuf; -+ u8 bdelayscan = false; -+ u8 val8; -+ u32 initialgain; -+ u32 i; -+ -+ if (pmlmeext->sitesurvey_res.state == SCAN_DISABLE) { -+ pmlmeext->sitesurvey_res.state = SCAN_START; -+ pmlmeext->sitesurvey_res.bss_cnt = 0; -+ pmlmeext->sitesurvey_res.channel_idx = 0; -+ -+ for (i = 0; i < RTW_SSID_SCAN_AMOUNT; i++) { -+ if (pparm->ssid[i].SsidLength) { -+ memcpy(pmlmeext->sitesurvey_res.ssid[i].Ssid, pparm->ssid[i].Ssid, IW_ESSID_MAX_SIZE); -+ pmlmeext->sitesurvey_res.ssid[i].SsidLength = pparm->ssid[i].SsidLength; -+ } else { -+ pmlmeext->sitesurvey_res.ssid[i].SsidLength = 0; -+ } -+ } -+ -+ pmlmeext->sitesurvey_res.ch_num = rtw_scan_ch_decision(padapter -+ , pmlmeext->sitesurvey_res.ch, RTW_CHANNEL_SCAN_AMOUNT -+ , pparm->ch, pparm->ch_num -+ ); -+ -+ pmlmeext->sitesurvey_res.scan_mode = pparm->scan_mode; -+ -+ /* issue null data if associating to the AP */ -+ if (is_client_associated_to_ap(padapter) == true) { -+ pmlmeext->sitesurvey_res.state = SCAN_TXNULL; -+ -+ issue_nulldata(padapter, NULL, 1, 3, 500); -+ -+ bdelayscan = true; -+ } -+ if (bdelayscan) { -+ /* delay 50ms to protect nulldata(1). */ -+ set_survey_timer(pmlmeext, 50); -+ return H2C_SUCCESS; -+ } -+ } -+ -+ if ((pmlmeext->sitesurvey_res.state == SCAN_START) || (pmlmeext->sitesurvey_res.state == SCAN_TXNULL)) { -+ /* disable dynamic functions, such as high power, DIG */ -+ Save_DM_Func_Flag(padapter); -+ Switch_DM_Func(padapter, DYNAMIC_FUNC_DISABLE, false); -+ -+ /* config the initial gain under scaning, need to write the BB registers */ -+ initialgain = 0x1e; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_INITIAL_GAIN, (u8 *)(&initialgain)); -+ -+ /* set MSR to no link state */ -+ Set_MSR(padapter, _HW_STATE_NOLINK_); -+ -+ val8 = 1; /* under site survey */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ -+ pmlmeext->sitesurvey_res.state = SCAN_PROCESS; -+ } -+ -+ site_survey(padapter); -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 setauth_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ struct setauth_parm *pparm = (struct setauth_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (pparm->mode < 4) { -+ pmlmeinfo->auth_algo = pparm->mode; -+ } -+ -+ return H2C_SUCCESS; -+} -+ -+u8 setkey_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ u16 ctrl = 0; -+ s16 cam_id = 0; -+ struct setkey_parm *pparm = (struct setkey_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ unsigned char null_addr[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ u8 *addr; -+ -+ /* main tx key for wep. */ -+ if (pparm->set_tx) -+ pmlmeinfo->key_index = pparm->keyid; -+ -+ cam_id = rtw_camid_alloc(padapter, NULL, pparm->keyid); -+ -+ if (cam_id < 0) { -+ } else { -+ if (cam_id > 3) /* not default key, searched by A2 */ -+ addr = get_bssid(&padapter->mlmepriv); -+ else -+ addr = null_addr; -+ -+ ctrl = BIT(15) | BIT6 | ((pparm->algorithm) << 2) | pparm->keyid; -+ write_cam(padapter, cam_id, ctrl, addr, pparm->key); -+ DBG_871X_LEVEL(_drv_always_, "set group key camid:%d, addr:"MAC_FMT", kid:%d, type:%s\n" -+ , cam_id, MAC_ARG(addr), pparm->keyid, security_type_str(pparm->algorithm)); -+ } -+ -+ if (cam_id >= 0 && cam_id <= 3) -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_DK_CFG, (u8 *)true); -+ -+ /* allow multicast packets to driver */ -+ padapter->HalFunc.SetHwRegHandler(padapter, HW_VAR_ON_RCR_AM, null_addr); -+ -+ return H2C_SUCCESS; -+} -+ -+u8 set_stakey_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ u16 ctrl = 0; -+ s16 cam_id = 0; -+ u8 ret = H2C_SUCCESS; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct set_stakey_parm *pparm = (struct set_stakey_parm *)pbuf; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ -+ if (pparm->algorithm == _NO_PRIVACY_) -+ goto write_to_cam; -+ -+ psta = rtw_get_stainfo(pstapriv, pparm->addr); -+ if (!psta) { -+ DBG_871X_LEVEL(_drv_always_, "%s sta:"MAC_FMT" not found\n", __func__, MAC_ARG(pparm->addr)); -+ ret = H2C_REJECTED; -+ goto exit; -+ } -+ -+ pmlmeinfo->enc_algo = pparm->algorithm; -+ cam_id = rtw_camid_alloc(padapter, psta, 0); -+ if (cam_id < 0) -+ goto exit; -+ -+write_to_cam: -+ if (pparm->algorithm == _NO_PRIVACY_) { -+ while ((cam_id = rtw_camid_search(padapter, pparm->addr, -1)) >= 0) { -+ DBG_871X_LEVEL(_drv_always_, "clear key for addr:"MAC_FMT", camid:%d\n", MAC_ARG(pparm->addr), cam_id); -+ clear_cam_entry(padapter, cam_id); -+ rtw_camid_free(padapter, cam_id); -+ } -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "set pairwise key camid:%d, addr:"MAC_FMT", kid:%d, type:%s\n", -+ cam_id, MAC_ARG(pparm->addr), pparm->keyid, security_type_str(pparm->algorithm)); -+ ctrl = BIT(15) | ((pparm->algorithm) << 2) | pparm->keyid; -+ write_cam(padapter, cam_id, ctrl, pparm->addr, pparm->key); -+ } -+ ret = H2C_SUCCESS_RSP; -+ -+exit: -+ return ret; -+} -+ -+u8 add_ba_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ struct addBaReq_parm *pparm = (struct addBaReq_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, pparm->addr); -+ -+ if (!psta) -+ return H2C_SUCCESS; -+ -+ if (((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && (pmlmeinfo->HT_enable)) || -+ ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) { -+ /* pmlmeinfo->ADDBA_retry_count = 0; */ -+ /* pmlmeinfo->candidate_tid_bitmap |= (0x1 << pparm->tid); */ -+ /* psta->htpriv.candidate_tid_bitmap |= BIT(pparm->tid); */ -+ issue_action_BA(padapter, pparm->addr, RTW_WLAN_ACTION_ADDBA_REQ, (u16)pparm->tid); -+ /* _set_timer(&pmlmeext->ADDBA_timer, ADDBA_TO); */ -+ _set_timer(&psta->addba_retry_timer, ADDBA_TO); -+ } else{ -+ psta->htpriv.candidate_tid_bitmap &= ~BIT(pparm->tid); -+ } -+ return H2C_SUCCESS; -+} -+ -+ -+u8 chk_bmc_sleepq_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_parm_rsp(ph2c, GEN_CMD_CODE(_ChkBMCSleepq)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+u8 set_tx_beacon_cmd(struct adapter *padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct Tx_Beacon_param *ptxBeacon_parm; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 res = _SUCCESS; -+ int len_diff = 0; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ ptxBeacon_parm = (struct Tx_Beacon_param *)rtw_zmalloc(sizeof(struct Tx_Beacon_param)); -+ if (ptxBeacon_parm == NULL) { -+ kfree((unsigned char *)ph2c); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ memcpy(&(ptxBeacon_parm->network), &(pmlmeinfo->network), sizeof(struct wlan_bssid_ex)); -+ -+ len_diff = update_hidden_ssid( -+ ptxBeacon_parm->network.IEs+_BEACON_IE_OFFSET_ -+ , ptxBeacon_parm->network.IELength-_BEACON_IE_OFFSET_ -+ , pmlmeinfo->hidden_ssid_mode -+ ); -+ ptxBeacon_parm->network.IELength += len_diff; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, ptxBeacon_parm, GEN_CMD_CODE(_TX_Beacon)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+ -+u8 mlme_evt_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ u8 evt_code, evt_seq; -+ u16 evt_sz; -+ uint *peventbuf; -+ void (*event_callback)(struct adapter *dev, u8 *pbuf); -+ struct evt_priv *pevt_priv = &(padapter->evtpriv); -+ -+ if (pbuf == NULL) -+ goto _abort_event_; -+ -+ peventbuf = (uint *)pbuf; -+ evt_sz = (u16)(*peventbuf&0xffff); -+ evt_seq = (u8)((*peventbuf>>24)&0x7f); -+ evt_code = (u8)((*peventbuf>>16)&0xff); -+ -+ -+ #ifdef CHECK_EVENT_SEQ -+ /* checking event sequence... */ -+ if (evt_seq != (atomic_read(&pevt_priv->event_seq) & 0x7f)) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("Evetn Seq Error! %d vs %d\n", (evt_seq & 0x7f), (atomic_read(&pevt_priv->event_seq) & 0x7f))); -+ -+ pevt_priv->event_seq = (evt_seq+1)&0x7f; -+ -+ goto _abort_event_; -+ } -+ #endif -+ -+ /* checking if event code is valid */ -+ if (evt_code >= MAX_C2HEVT) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\nEvent Code(%d) mismatch!\n", evt_code)); -+ goto _abort_event_; -+ } -+ -+ /* checking if event size match the event parm size */ -+ if ((wlanevents[evt_code].parmsize != 0) && -+ (wlanevents[evt_code].parmsize != evt_sz)) { -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("\nEvent(%d) Parm Size mismatch (%d vs %d)!\n", -+ evt_code, wlanevents[evt_code].parmsize, evt_sz)); -+ goto _abort_event_; -+ -+ } -+ -+ atomic_inc(&pevt_priv->event_seq); -+ -+ peventbuf += 2; -+ -+ if (peventbuf) { -+ event_callback = wlanevents[evt_code].event_callback; -+ event_callback(padapter, (u8 *)peventbuf); -+ -+ pevt_priv->evt_done_cnt++; -+ } -+ -+ -+_abort_event_: -+ -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 h2c_msg_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ if (!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ return H2C_SUCCESS; -+} -+ -+u8 chk_bmc_sleepq_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ struct sta_info *psta_bmc; -+ struct list_head *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe = NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ /* for BC/MC Frames */ -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ if (!psta_bmc) -+ return H2C_SUCCESS; -+ -+ if ((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len > 0)) { -+ msleep(10);/* 10ms, ATIM(HIQ) Windows */ -+ -+ /* spin_lock_bh(&psta_bmc->sleep_q.lock); */ -+ spin_lock_bh(&pxmitpriv->lock); -+ -+ xmitframe_phead = get_list_head(&psta_bmc->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while (xmitframe_phead != xmitframe_plist) { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ list_del_init(&pxmitframe->list); -+ -+ psta_bmc->sleepq_len--; -+ if (psta_bmc->sleepq_len > 0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ pxmitframe->attrib.triggered = 1; -+ -+ if (xmitframe_hiq_filter(pxmitframe) == true) -+ pxmitframe->attrib.qsel = 0x11;/* HIQ */ -+ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ } -+ -+ /* spin_unlock_bh(&psta_bmc->sleep_q.lock); */ -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ /* check hi queue and bmc_sleepq */ -+ rtw_chk_hi_queue_cmd(padapter); -+ } -+ -+ return H2C_SUCCESS; -+} -+ -+u8 tx_beacon_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ if (send_beacon(padapter) == _FAIL) { -+ DBG_871X("issue_beacon, fail!\n"); -+ return H2C_PARAMETERS_ERROR; -+ } -+ -+ /* tx bc/mc frames after update TIM */ -+ chk_bmc_sleepq_hdl(padapter, NULL); -+ -+ return H2C_SUCCESS; -+} -+ -+int rtw_chk_start_clnt_join(struct adapter *padapter, u8 *ch, u8 *bw, u8 *offset) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ unsigned char cur_ch = pmlmeext->cur_channel; -+ unsigned char cur_bw = pmlmeext->cur_bwmode; -+ unsigned char cur_ch_offset = pmlmeext->cur_ch_offset; -+ bool connect_allow = true; -+ -+ if (!ch || !bw || !offset) { -+ rtw_warn_on(1); -+ connect_allow = false; -+ } -+ -+ if (connect_allow == true) { -+ DBG_871X("start_join_set_ch_bw: ch =%d, bwmode =%d, ch_offset =%d\n", cur_ch, cur_bw, cur_ch_offset); -+ *ch = cur_ch; -+ *bw = cur_bw; -+ *offset = cur_ch_offset; -+ } -+ -+ return connect_allow == true ? _SUCCESS : _FAIL; -+} -+ -+/* Find union about ch, bw, ch_offset of all linked/linking interfaces */ -+int rtw_get_ch_setting_union(struct adapter *adapter, u8 *ch, u8 *bw, u8 *offset) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct adapter *iface; -+ struct mlme_ext_priv *mlmeext; -+ u8 ch_ret = 0; -+ u8 bw_ret = CHANNEL_WIDTH_20; -+ u8 offset_ret = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ if (ch) -+ *ch = 0; -+ if (bw) -+ *bw = CHANNEL_WIDTH_20; -+ if (offset) -+ *offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ iface = dvobj->padapters; -+ mlmeext = &iface->mlmeextpriv; -+ -+ if (!check_fwstate(&iface->mlmepriv, _FW_LINKED|_FW_UNDER_LINKING)) -+ return 0; -+ -+ ch_ret = mlmeext->cur_channel; -+ bw_ret = mlmeext->cur_bwmode; -+ offset_ret = mlmeext->cur_ch_offset; -+ -+ return 1; -+} -+ -+u8 set_ch_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ struct set_ch_parm *set_ch_parm; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if (!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ set_ch_parm = (struct set_ch_parm *)pbuf; -+ -+ DBG_871X(FUNC_NDEV_FMT" ch:%u, bw:%u, ch_offset:%u\n", -+ FUNC_NDEV_ARG(padapter->pnetdev), -+ set_ch_parm->ch, set_ch_parm->bw, set_ch_parm->ch_offset); -+ -+ pmlmeext->cur_channel = set_ch_parm->ch; -+ pmlmeext->cur_ch_offset = set_ch_parm->ch_offset; -+ pmlmeext->cur_bwmode = set_ch_parm->bw; -+ -+ set_channel_bwmode(padapter, set_ch_parm->ch, set_ch_parm->ch_offset, set_ch_parm->bw); -+ -+ return H2C_SUCCESS; -+} -+ -+u8 set_chplan_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ struct SetChannelPlan_param *setChannelPlan_param; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if (!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; -+ -+ pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext->channel_set); -+ init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_list); -+ -+ if ((padapter->rtw_wdev != NULL) && (padapter->rtw_wdev->wiphy)) { -+ struct regulatory_request request; -+ request.initiator = NL80211_REGDOM_SET_BY_DRIVER; -+ rtw_reg_notifier(padapter->rtw_wdev->wiphy, &request); -+ } -+ -+ return H2C_SUCCESS; -+} -+ -+u8 led_blink_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ struct LedBlink_param *ledBlink_param; -+ -+ if (!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ ledBlink_param = (struct LedBlink_param *)pbuf; -+ return H2C_SUCCESS; -+} -+ -+u8 set_csa_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ return H2C_REJECTED; -+} -+ -+/* TDLS_ESTABLISHED : write RCR DATA BIT */ -+/* TDLS_CS_OFF : go back to the channel linked with AP, terminating channel switch procedure */ -+/* TDLS_INIT_CH_SEN : init channel sensing, receive all data and mgnt frame */ -+/* TDLS_DONE_CH_SEN: channel sensing and report candidate channel */ -+/* TDLS_OFF_CH : first time set channel to off channel */ -+/* TDLS_BASE_CH : go back tp the channel linked with AP when set base channel as target channel */ -+/* TDLS_P_OFF_CH : periodically go to off channel */ -+/* TDLS_P_BASE_CH : periodically go back to base channel */ -+/* TDLS_RS_RCR : restore RCR */ -+/* TDLS_TEAR_STA : free tdls sta */ -+u8 tdls_hdl(struct adapter *padapter, unsigned char *pbuf) -+{ -+ return H2C_REJECTED; -+} -+ -+u8 run_in_thread_hdl(struct adapter *padapter, u8 *pbuf) -+{ -+ struct RunInThread_param *p; -+ -+ -+ if (NULL == pbuf) -+ return H2C_PARAMETERS_ERROR; -+ p = (struct RunInThread_param *)pbuf; -+ -+ if (p->func) -+ p->func(p->context); -+ -+ return H2C_SUCCESS; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_odm.c linux/3rdparty/rtl8723bs/core/rtw_odm.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_odm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_odm.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,195 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+#include -+#include -+ -+static const char *odm_comp_str[] = { -+ /* BIT0 */"ODM_COMP_DIG", -+ /* BIT1 */"ODM_COMP_RA_MASK", -+ /* BIT2 */"ODM_COMP_DYNAMIC_TXPWR", -+ /* BIT3 */"ODM_COMP_FA_CNT", -+ /* BIT4 */"ODM_COMP_RSSI_MONITOR", -+ /* BIT5 */"ODM_COMP_CCK_PD", -+ /* BIT6 */"ODM_COMP_ANT_DIV", -+ /* BIT7 */"ODM_COMP_PWR_SAVE", -+ /* BIT8 */"ODM_COMP_PWR_TRAIN", -+ /* BIT9 */"ODM_COMP_RATE_ADAPTIVE", -+ /* BIT10 */"ODM_COMP_PATH_DIV", -+ /* BIT11 */"ODM_COMP_PSD", -+ /* BIT12 */"ODM_COMP_DYNAMIC_PRICCA", -+ /* BIT13 */"ODM_COMP_RXHP", -+ /* BIT14 */"ODM_COMP_MP", -+ /* BIT15 */"ODM_COMP_DYNAMIC_ATC", -+ /* BIT16 */"ODM_COMP_EDCA_TURBO", -+ /* BIT17 */"ODM_COMP_EARLY_MODE", -+ /* BIT18 */NULL, -+ /* BIT19 */NULL, -+ /* BIT20 */NULL, -+ /* BIT21 */NULL, -+ /* BIT22 */NULL, -+ /* BIT23 */NULL, -+ /* BIT24 */"ODM_COMP_TX_PWR_TRACK", -+ /* BIT25 */"ODM_COMP_RX_GAIN_TRACK", -+ /* BIT26 */"ODM_COMP_CALIBRATION", -+ /* BIT27 */NULL, -+ /* BIT28 */NULL, -+ /* BIT29 */NULL, -+ /* BIT30 */"ODM_COMP_COMMON", -+ /* BIT31 */"ODM_COMP_INIT", -+}; -+ -+#define RTW_ODM_COMP_MAX 32 -+ -+static const char *odm_ability_str[] = { -+ /* BIT0 */"ODM_BB_DIG", -+ /* BIT1 */"ODM_BB_RA_MASK", -+ /* BIT2 */"ODM_BB_DYNAMIC_TXPWR", -+ /* BIT3 */"ODM_BB_FA_CNT", -+ /* BIT4 */"ODM_BB_RSSI_MONITOR", -+ /* BIT5 */"ODM_BB_CCK_PD", -+ /* BIT6 */"ODM_BB_ANT_DIV", -+ /* BIT7 */"ODM_BB_PWR_SAVE", -+ /* BIT8 */"ODM_BB_PWR_TRAIN", -+ /* BIT9 */"ODM_BB_RATE_ADAPTIVE", -+ /* BIT10 */"ODM_BB_PATH_DIV", -+ /* BIT11 */"ODM_BB_PSD", -+ /* BIT12 */"ODM_BB_RXHP", -+ /* BIT13 */"ODM_BB_ADAPTIVITY", -+ /* BIT14 */"ODM_BB_DYNAMIC_ATC", -+ /* BIT15 */NULL, -+ /* BIT16 */"ODM_MAC_EDCA_TURBO", -+ /* BIT17 */"ODM_MAC_EARLY_MODE", -+ /* BIT18 */NULL, -+ /* BIT19 */NULL, -+ /* BIT20 */NULL, -+ /* BIT21 */NULL, -+ /* BIT22 */NULL, -+ /* BIT23 */NULL, -+ /* BIT24 */"ODM_RF_TX_PWR_TRACK", -+ /* BIT25 */"ODM_RF_RX_GAIN_TRACK", -+ /* BIT26 */"ODM_RF_CALIBRATION", -+}; -+ -+#define RTW_ODM_ABILITY_MAX 27 -+ -+static const char *odm_dbg_level_str[] = { -+ NULL, -+ "ODM_DBG_OFF", -+ "ODM_DBG_SERIOUS", -+ "ODM_DBG_WARNING", -+ "ODM_DBG_LOUD", -+ "ODM_DBG_TRACE", -+}; -+ -+#define RTW_ODM_DBG_LEVEL_NUM 6 -+ -+void rtw_odm_dbg_comp_msg(void *sel, struct adapter *adapter) -+{ -+ u64 dbg_comp; -+ int i; -+ -+ rtw_hal_get_def_var(adapter, HW_DEF_ODM_DBG_FLAG, &dbg_comp); -+ DBG_871X_SEL_NL(sel, "odm.DebugComponents = 0x%016llx\n", dbg_comp); -+ for (i = 0; i < RTW_ODM_COMP_MAX; i++) { -+ if (odm_comp_str[i]) -+ DBG_871X_SEL_NL(sel, "%cBIT%-2d %s\n", -+ (BIT0 << i) & dbg_comp ? '+' : ' ', i, odm_comp_str[i]); -+ } -+} -+ -+inline void rtw_odm_dbg_comp_set(struct adapter *adapter, u64 comps) -+{ -+ rtw_hal_set_def_var(adapter, HW_DEF_ODM_DBG_FLAG, &comps); -+} -+ -+void rtw_odm_dbg_level_msg(void *sel, struct adapter *adapter) -+{ -+ u32 dbg_level; -+ int i; -+ -+ rtw_hal_get_def_var(adapter, HW_DEF_ODM_DBG_LEVEL, &dbg_level); -+ DBG_871X_SEL_NL(sel, "odm.DebugLevel = %u\n", dbg_level); -+ for (i = 0; i < RTW_ODM_DBG_LEVEL_NUM; i++) { -+ if (odm_dbg_level_str[i]) -+ DBG_871X_SEL_NL(sel, "%u %s\n", i, odm_dbg_level_str[i]); -+ } -+} -+ -+inline void rtw_odm_dbg_level_set(struct adapter *adapter, u32 level) -+{ -+ rtw_hal_set_def_var(adapter, HW_DEF_ODM_DBG_LEVEL, &level); -+} -+ -+void rtw_odm_ability_msg(void *sel, struct adapter *adapter) -+{ -+ u32 ability = 0; -+ int i; -+ -+ rtw_hal_get_hwreg(adapter, HW_VAR_DM_FLAG, (u8 *)&ability); -+ DBG_871X_SEL_NL(sel, "odm.SupportAbility = 0x%08x\n", ability); -+ for (i = 0; i < RTW_ODM_ABILITY_MAX; i++) { -+ if (odm_ability_str[i]) -+ DBG_871X_SEL_NL(sel, "%cBIT%-2d %s\n", -+ (BIT0 << i) & ability ? '+' : ' ', i, odm_ability_str[i]); -+ } -+} -+ -+inline void rtw_odm_ability_set(struct adapter *adapter, u32 ability) -+{ -+ rtw_hal_set_hwreg(adapter, HW_VAR_DM_FLAG, (u8 *)&ability); -+} -+ -+void rtw_odm_adaptivity_parm_msg(void *sel, struct adapter *adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &pHalData->odmpriv; -+ -+ DBG_871X_SEL_NL(sel, "%10s %16s %8s %10s %11s %14s\n" -+ , "TH_L2H_ini", "TH_EDCCA_HL_diff", "IGI_Base", "ForceEDCCA", "AdapEn_RSSI", "IGI_LowerBound"); -+ DBG_871X_SEL_NL(sel, "0x%-8x %-16d 0x%-6x %-10d %-11u %-14u\n" -+ , (u8)odm->TH_L2H_ini -+ , odm->TH_EDCCA_HL_diff -+ , odm->IGI_Base -+ , odm->ForceEDCCA -+ , odm->AdapEn_RSSI -+ , odm->IGI_LowerBound -+ ); -+} -+ -+void rtw_odm_adaptivity_parm_set(struct adapter *adapter, s8 TH_L2H_ini, s8 TH_EDCCA_HL_diff, -+ s8 IGI_Base, bool ForceEDCCA, u8 AdapEn_RSSI, u8 IGI_LowerBound) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &pHalData->odmpriv; -+ -+ odm->TH_L2H_ini = TH_L2H_ini; -+ odm->TH_EDCCA_HL_diff = TH_EDCCA_HL_diff; -+ odm->IGI_Base = IGI_Base; -+ odm->ForceEDCCA = ForceEDCCA; -+ odm->AdapEn_RSSI = AdapEn_RSSI; -+ odm->IGI_LowerBound = IGI_LowerBound; -+} -+ -+void rtw_odm_get_perpkt_rssi(void *sel, struct adapter *adapter) -+{ -+ struct hal_com_data *hal_data = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &(hal_data->odmpriv); -+ -+ DBG_871X_SEL_NL(sel, "RxRate = %s, RSSI_A = %d(%%), RSSI_B = %d(%%)\n", -+ HDATA_RATE(odm->RxRate), odm->RSSI_A, odm->RSSI_B); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_pwrctrl.c linux/3rdparty/rtl8723bs/core/rtw_pwrctrl.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_pwrctrl.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_pwrctrl.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1421 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_PWRCTRL_C_ -+ -+#include -+#include -+#include -+#include -+ -+ -+void _ips_enter(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ pwrpriv->bips_processing = true; -+ -+ /* syn ips_mode with request */ -+ pwrpriv->ips_mode = pwrpriv->ips_mode_req; -+ -+ pwrpriv->ips_enter_cnts++; -+ DBG_871X("==>ips_enter cnts:%d\n", pwrpriv->ips_enter_cnts); -+ -+ if (rf_off == pwrpriv->change_rfpwrstate) { -+ pwrpriv->bpower_saving = true; -+ DBG_871X_LEVEL(_drv_always_, "nolinked power save enter\n"); -+ -+ if (pwrpriv->ips_mode == IPS_LEVEL_2) -+ pwrpriv->bkeepfwalive = true; -+ -+ rtw_ips_pwr_down(padapter); -+ pwrpriv->rf_pwrstate = rf_off; -+ } -+ pwrpriv->bips_processing = false; -+ -+} -+ -+void ips_enter(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ -+ rtw_btcoex_IpsNotify(padapter, pwrpriv->ips_mode_req); -+ -+ down(&pwrpriv->lock); -+ _ips_enter(padapter); -+ up(&pwrpriv->lock); -+} -+ -+int _ips_leave(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ int result = _SUCCESS; -+ -+ if ((pwrpriv->rf_pwrstate == rf_off) && (!pwrpriv->bips_processing)) { -+ pwrpriv->bips_processing = true; -+ pwrpriv->change_rfpwrstate = rf_on; -+ pwrpriv->ips_leave_cnts++; -+ DBG_871X("==>ips_leave cnts:%d\n", pwrpriv->ips_leave_cnts); -+ -+ result = rtw_ips_pwr_up(padapter); -+ if (result == _SUCCESS) { -+ pwrpriv->rf_pwrstate = rf_on; -+ } -+ DBG_871X_LEVEL(_drv_always_, "nolinked power save leave\n"); -+ -+ DBG_871X("==> ips_leave.....LED(0x%08x)...\n", rtw_read32(padapter, 0x4c)); -+ pwrpriv->bips_processing = false; -+ -+ pwrpriv->bkeepfwalive = false; -+ pwrpriv->bpower_saving = false; -+ } -+ -+ return result; -+} -+ -+int ips_leave(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ int ret; -+ -+ if (!is_primary_adapter(padapter)) -+ return _SUCCESS; -+ -+ down(&pwrpriv->lock); -+ ret = _ips_leave(padapter); -+ up(&pwrpriv->lock); -+ -+ if (_SUCCESS == ret) -+ rtw_btcoex_IpsNotify(padapter, IPS_NONE); -+ -+ return ret; -+} -+ -+static bool rtw_pwr_unassociated_idle(struct adapter *adapter) -+{ -+ struct adapter *buddy = adapter->pbuddy_adapter; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct xmit_priv *pxmit_priv = &adapter->xmitpriv; -+ -+ bool ret = false; -+ -+ if (adapter_to_pwrctl(adapter)->bpower_saving == true) { -+ /* DBG_871X("%s: already in LPS or IPS mode\n", __func__); */ -+ goto exit; -+ } -+ -+ if (time_before(jiffies, adapter_to_pwrctl(adapter)->ips_deny_time)) { -+ /* DBG_871X("%s ips_deny_time\n", __func__); */ -+ goto exit; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) -+ || check_fwstate(pmlmepriv, WIFI_UNDER_LINKING|WIFI_UNDER_WPS) -+ || check_fwstate(pmlmepriv, WIFI_AP_STATE) -+ || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_ADHOC_STATE) -+ ) -+ goto exit; -+ -+ /* consider buddy, if exist */ -+ if (buddy) { -+ struct mlme_priv *b_pmlmepriv = &(buddy->mlmepriv); -+ -+ if (check_fwstate(b_pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) -+ || check_fwstate(b_pmlmepriv, WIFI_UNDER_LINKING|WIFI_UNDER_WPS) -+ || check_fwstate(b_pmlmepriv, WIFI_AP_STATE) -+ || check_fwstate(b_pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_ADHOC_STATE) -+ ) -+ goto exit; -+ } -+ -+ if (pxmit_priv->free_xmitbuf_cnt != NR_XMITBUFF || -+ pxmit_priv->free_xmit_extbuf_cnt != NR_XMIT_EXTBUFF) { -+ DBG_871X_LEVEL(_drv_always_, "There are some pkts to transmit\n"); -+ DBG_871X_LEVEL(_drv_always_, "free_xmitbuf_cnt: %d, free_xmit_extbuf_cnt: %d\n", -+ pxmit_priv->free_xmitbuf_cnt, pxmit_priv->free_xmit_extbuf_cnt); -+ goto exit; -+ } -+ -+ ret = true; -+ -+exit: -+ return ret; -+} -+ -+ -+/* -+ * ATTENTION: -+ *rtw_ps_processor() doesn't handle LPS. -+ */ -+void rtw_ps_processor(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ u32 ps_deny = 0; -+ -+ down(&adapter_to_pwrctl(padapter)->lock); -+ ps_deny = rtw_ps_deny_get(padapter); -+ up(&adapter_to_pwrctl(padapter)->lock); -+ if (ps_deny != 0) { -+ DBG_871X(FUNC_ADPT_FMT ": ps_deny = 0x%08X, skip power save!\n", -+ FUNC_ADPT_ARG(padapter), ps_deny); -+ goto exit; -+ } -+ -+ if (pwrpriv->bInSuspend == true) {/* system suspend or autosuspend */ -+ pdbgpriv->dbg_ps_insuspend_cnt++; -+ DBG_871X("%s, pwrpriv->bInSuspend == true ignore this process\n", __func__); -+ return; -+ } -+ -+ pwrpriv->ps_processing = true; -+ -+ if (pwrpriv->ips_mode_req == IPS_NONE) -+ goto exit; -+ -+ if (rtw_pwr_unassociated_idle(padapter) == false) -+ goto exit; -+ -+ if ((pwrpriv->rf_pwrstate == rf_on) && ((pwrpriv->pwr_state_check_cnts%4) == 0)) { -+ DBG_871X("==>%s\n", __func__); -+ pwrpriv->change_rfpwrstate = rf_off; -+ { -+ ips_enter(padapter); -+ } -+ } -+exit: -+ pwrpriv->ps_processing = false; -+ return; -+} -+ -+void pwr_state_check_handler(RTW_TIMER_HDL_ARGS); -+void pwr_state_check_handler(RTW_TIMER_HDL_ARGS) -+{ -+ struct adapter *padapter = (struct adapter *)FunctionContext; -+ rtw_ps_cmd(padapter); -+} -+ -+void traffic_check_for_leave_lps(struct adapter *padapter, u8 tx, u32 tx_packets) -+{ -+ static unsigned long start_time = 0; -+ static u32 xmit_cnt = 0; -+ u8 bLeaveLPS = false; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ -+ -+ if (tx) { /* from tx */ -+ xmit_cnt += tx_packets; -+ -+ if (start_time == 0) -+ start_time = jiffies; -+ -+ if (jiffies_to_msecs(jiffies - start_time) > 2000) { /* 2 sec == watch dog timer */ -+ if (xmit_cnt > 8) { -+ if ((adapter_to_pwrctl(padapter)->bLeisurePs) -+ && (adapter_to_pwrctl(padapter)->pwr_mode != PS_MODE_ACTIVE) -+ && (rtw_btcoex_IsBtControlLps(padapter) == false) -+ ) { -+ DBG_871X("leave lps via Tx = %d\n", xmit_cnt); -+ bLeaveLPS = true; -+ } -+ } -+ -+ start_time = jiffies; -+ xmit_cnt = 0; -+ } -+ -+ } else { /* from rx path */ -+ if (pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod > 4/*2*/) { -+ if ((adapter_to_pwrctl(padapter)->bLeisurePs) -+ && (adapter_to_pwrctl(padapter)->pwr_mode != PS_MODE_ACTIVE) -+ && (rtw_btcoex_IsBtControlLps(padapter) == false) -+ ) { -+ DBG_871X("leave lps via Rx = %d\n", pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); -+ bLeaveLPS = true; -+ } -+ } -+ } -+ -+ if (bLeaveLPS) -+ /* DBG_871X("leave lps via %s, Tx = %d, Rx = %d\n", tx?"Tx":"Rx", pmlmepriv->LinkDetectInfo.NumTxOkInPeriod, pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); */ -+ /* rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, 1); */ -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, tx?0:1); -+} -+ -+/* -+ * Description: -+ *This function MUST be called under power lock protect -+ * -+ * Parameters -+ *padapter -+ *pslv power state level, only could be PS_STATE_S0 ~ PS_STATE_S4 -+ * -+ */ -+void rtw_set_rpwm(struct adapter *padapter, u8 pslv) -+{ -+ u8 rpwm; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ u8 cpwm_orig; -+ -+ pslv = PS_STATE(pslv); -+ -+ if (pwrpriv->brpwmtimeout == true) { -+ DBG_871X("%s: RPWM timeout, force to set RPWM(0x%02X) again!\n", __func__, pslv); -+ } else{ -+ if ((pwrpriv->rpwm == pslv) -+ || ((pwrpriv->rpwm >= PS_STATE_S2) && (pslv >= PS_STATE_S2))) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("%s: Already set rpwm[0x%02X], new = 0x%02X!\n", __func__, pwrpriv->rpwm, pslv)); -+ return; -+ } -+ } -+ -+ if ((padapter->bSurpriseRemoved == true) || -+ (padapter->hw_init_completed == false)) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("%s: SurpriseRemoved(%d) hw_init_completed(%d)\n", -+ __func__, padapter->bSurpriseRemoved, padapter->hw_init_completed)); -+ -+ pwrpriv->cpwm = PS_STATE_S4; -+ -+ return; -+ } -+ -+ if (padapter->bDriverStopped == true) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("%s: change power state(0x%02X) when DriverStopped\n", __func__, pslv)); -+ -+ if (pslv < PS_STATE_S2) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("%s: Reject to enter PS_STATE(0x%02X) lower than S2 when DriverStopped!!\n", __func__, pslv)); -+ return; -+ } -+ } -+ -+ rpwm = pslv | pwrpriv->tog; -+ /* only when from PS_STATE S0/S1 to S2 and higher needs ACK */ -+ if ((pwrpriv->cpwm < PS_STATE_S2) && (pslv >= PS_STATE_S2)) -+ rpwm |= PS_ACK; -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_set_rpwm: rpwm = 0x%02x cpwm = 0x%02x\n", rpwm, pwrpriv->cpwm)); -+ -+ pwrpriv->rpwm = pslv; -+ -+ cpwm_orig = 0; -+ if (rpwm & PS_ACK) -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_orig); -+ -+ if (rpwm & PS_ACK) -+ _set_timer(&pwrpriv->pwr_rpwm_timer, LPS_RPWM_WAIT_MS); -+ rtw_hal_set_hwreg(padapter, HW_VAR_SET_RPWM, (u8 *)(&rpwm)); -+ -+ pwrpriv->tog += 0x80; -+ -+ /* No LPS 32K, No Ack */ -+ if (rpwm & PS_ACK) { -+ unsigned long start_time; -+ u8 cpwm_now; -+ u8 poll_cnt = 0; -+ -+ start_time = jiffies; -+ -+ /* polling cpwm */ -+ do { -+ mdelay(1); -+ poll_cnt++; -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_now); -+ if ((cpwm_orig ^ cpwm_now) & 0x80) { -+ pwrpriv->cpwm = PS_STATE_S4; -+ pwrpriv->cpwm_tog = cpwm_now & PS_TOGGLE; -+ break; -+ } -+ -+ if (jiffies_to_msecs(jiffies - start_time) > LPS_RPWM_WAIT_MS) { -+ DBG_871X("%s: polling cpwm timeout! poll_cnt =%d, cpwm_orig =%02x, cpwm_now =%02x\n", __func__, poll_cnt, cpwm_orig, cpwm_now); -+ _set_timer(&pwrpriv->pwr_rpwm_timer, 1); -+ break; -+ } -+ } while (1); -+ } else -+ pwrpriv->cpwm = pslv; -+} -+ -+static u8 PS_RDY_CHECK(struct adapter *padapter) -+{ -+ unsigned long curr_time, delta_time; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ if (true == pwrpriv->bInSuspend && pwrpriv->wowlan_mode) -+ return true; -+ else if (true == pwrpriv->bInSuspend && pwrpriv->wowlan_ap_mode) -+ return true; -+ else if (true == pwrpriv->bInSuspend) -+ return false; -+#else -+ if (true == pwrpriv->bInSuspend) -+ return false; -+#endif -+ -+ curr_time = jiffies; -+ -+ delta_time = curr_time - pwrpriv->DelayLPSLastTimeStamp; -+ -+ if (delta_time < LPS_DELAY_TIME) -+ return false; -+ -+ if (check_fwstate(pmlmepriv, WIFI_SITE_MONITOR) -+ || check_fwstate(pmlmepriv, WIFI_UNDER_LINKING|WIFI_UNDER_WPS) -+ || check_fwstate(pmlmepriv, WIFI_AP_STATE) -+ || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_ADHOC_STATE) -+ || rtw_is_scan_deny(padapter) -+ ) -+ return false; -+ -+ if ((padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) && (padapter->securitypriv.binstallGrpkey == false)) { -+ DBG_871X("Group handshake still in progress !!!\n"); -+ return false; -+ } -+ -+ if (!rtw_cfg80211_pwr_mgmt(padapter)) -+ return false; -+ -+ return true; -+} -+ -+void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char *msg) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ struct debug_priv *pdbgpriv = &padapter->dvobj->drv_dbg; -+#endif -+ -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: PowerMode =%d Smart_PS =%d\n", -+ __func__, ps_mode, smart_ps)); -+ -+ if (ps_mode > PM_Card_Disable) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, ("ps_mode:%d error\n", ps_mode)); -+ return; -+ } -+ -+ if (pwrpriv->pwr_mode == ps_mode) -+ if (PS_MODE_ACTIVE == ps_mode) -+ return; -+ -+ -+ down(&pwrpriv->lock); -+ -+ /* if (pwrpriv->pwr_mode == PS_MODE_ACTIVE) */ -+ if (ps_mode == PS_MODE_ACTIVE) { -+ if (1 -+ && (((rtw_btcoex_IsBtControlLps(padapter) == false) -+ ) -+ || ((rtw_btcoex_IsBtControlLps(padapter) == true) -+ && (rtw_btcoex_IsLpsOn(padapter) == false)) -+ ) -+ ) { -+ DBG_871X(FUNC_ADPT_FMT" Leave 802.11 power save - %s\n", -+ FUNC_ADPT_ARG(padapter), msg); -+ -+ pwrpriv->pwr_mode = ps_mode; -+ rtw_set_rpwm(padapter, PS_STATE_S4); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ if (pwrpriv->wowlan_mode == true || -+ pwrpriv->wowlan_ap_mode == true) { -+ unsigned long start_time; -+ u32 delay_ms; -+ u8 val8; -+ delay_ms = 20; -+ start_time = jiffies; -+ do { -+ rtw_hal_get_hwreg(padapter, HW_VAR_SYS_CLKR, &val8); -+ if (!(val8 & BIT(4))) { /* 0x08 bit4 = 1 --> in 32k, bit4 = 0 --> leave 32k */ -+ pwrpriv->cpwm = PS_STATE_S4; -+ break; -+ } -+ if (jiffies_to_msecs(jiffies - start_time) > delay_ms) { -+ DBG_871X("%s: Wait for FW 32K leave more than %u ms!!!\n", -+ __func__, delay_ms); -+ pdbgpriv->dbg_wow_leave_ps_fail_cnt++; -+ break; -+ } -+ msleep(1); -+ } while (1); -+ } -+#endif -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&ps_mode)); -+ pwrpriv->bFwCurrentInPSMode = false; -+ -+ rtw_btcoex_LpsNotify(padapter, ps_mode); -+ } -+ } else{ -+ if ((PS_RDY_CHECK(padapter) && check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE)) -+ || ((rtw_btcoex_IsBtControlLps(padapter) == true) -+ && (rtw_btcoex_IsLpsOn(padapter) == true)) -+ ) { -+ u8 pslv; -+ -+ DBG_871X(FUNC_ADPT_FMT" Enter 802.11 power save - %s\n", -+ FUNC_ADPT_ARG(padapter), msg); -+ -+ rtw_btcoex_LpsNotify(padapter, ps_mode); -+ -+ pwrpriv->bFwCurrentInPSMode = true; -+ pwrpriv->pwr_mode = ps_mode; -+ pwrpriv->smart_ps = smart_ps; -+ pwrpriv->bcn_ant_mode = bcn_ant_mode; -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&ps_mode)); -+ -+ pslv = PS_STATE_S2; -+ if (pwrpriv->alives == 0) -+ pslv = PS_STATE_S0; -+ -+ if ((rtw_btcoex_IsBtDisabled(padapter) == false) -+ && (rtw_btcoex_IsBtControlLps(padapter) == true)) { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ } -+ -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ up(&pwrpriv->lock); -+} -+ -+/* -+ * Return: -+ *0: Leave OK -+ *-1: Timeout -+ *-2: Other error -+ */ -+s32 LPS_RF_ON_check(struct adapter *padapter, u32 delay_ms) -+{ -+ unsigned long start_time; -+ u8 bAwake = false; -+ s32 err = 0; -+ -+ -+ start_time = jiffies; -+ while (1) { -+ rtw_hal_get_hwreg(padapter, HW_VAR_FWLPS_RF_ON, &bAwake); -+ if (true == bAwake) -+ break; -+ -+ if (true == padapter->bSurpriseRemoved) { -+ err = -2; -+ DBG_871X("%s: device surprise removed!!\n", __func__); -+ break; -+ } -+ -+ if (jiffies_to_msecs(jiffies - start_time) > delay_ms) { -+ err = -1; -+ DBG_871X("%s: Wait for FW LPS leave more than %u ms!!!\n", __func__, delay_ms); -+ break; -+ } -+ msleep(1); -+ } -+ -+ return err; -+} -+ -+/* */ -+/* Description: */ -+/* Enter the leisure power save mode. */ -+/* */ -+void LPS_Enter(struct adapter *padapter, const char *msg) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ int n_assoc_iface = 0; -+ char buf[32] = {0}; -+ -+ if (rtw_btcoex_IsBtControlLps(padapter) == true) -+ return; -+ -+ /* Skip lps enter request if number of assocated adapters is not 1 */ -+ if (check_fwstate(&(dvobj->padapters->mlmepriv), WIFI_ASOC_STATE)) -+ n_assoc_iface++; -+ if (n_assoc_iface != 1) -+ return; -+ -+ /* Skip lps enter request for adapter not port0 */ -+ if (get_iface_type(padapter) != IFACE_PORT0) -+ return; -+ -+ if (PS_RDY_CHECK(dvobj->padapters) == false) -+ return; -+ -+ if (pwrpriv->bLeisurePs) { -+ /* Idle for a while if we connect to AP a while ago. */ -+ if (pwrpriv->LpsIdleCount >= 2) { /* 4 Sec */ -+ if (pwrpriv->pwr_mode == PS_MODE_ACTIVE) { -+ sprintf(buf, "WIFI-%s", msg); -+ pwrpriv->bpower_saving = true; -+ rtw_set_ps_mode(padapter, pwrpriv->power_mgnt, padapter->registrypriv.smart_ps, 0, buf); -+ } -+ } else -+ pwrpriv->LpsIdleCount++; -+ } -+ -+/* DBG_871X("-LeisurePSEnter\n"); */ -+} -+ -+/* */ -+/* Description: */ -+/* Leave the leisure power save mode. */ -+/* */ -+void LPS_Leave(struct adapter *padapter, const char *msg) -+{ -+#define LPS_LEAVE_TIMEOUT_MS 100 -+ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ char buf[32] = {0}; -+ -+/* DBG_871X("+LeisurePSLeave\n"); */ -+ -+ if (rtw_btcoex_IsBtControlLps(padapter) == true) -+ return; -+ -+ if (pwrpriv->bLeisurePs) { -+ if (pwrpriv->pwr_mode != PS_MODE_ACTIVE) { -+ sprintf(buf, "WIFI-%s", msg); -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, buf); -+ -+ if (pwrpriv->pwr_mode == PS_MODE_ACTIVE) -+ LPS_RF_ON_check(padapter, LPS_LEAVE_TIMEOUT_MS); -+ } -+ } -+ -+ pwrpriv->bpower_saving = false; -+/* DBG_871X("-LeisurePSLeave\n"); */ -+ -+} -+ -+void LeaveAllPowerSaveModeDirect(struct adapter *Adapter) -+{ -+ struct adapter *pri_padapter = GET_PRIMARY_ADAPTER(Adapter); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(Adapter); -+ -+ DBG_871X("%s.....\n", __func__); -+ -+ if (true == Adapter->bSurpriseRemoved) { -+ DBG_871X(FUNC_ADPT_FMT ": bSurpriseRemoved =%d Skip!\n", -+ FUNC_ADPT_ARG(Adapter), Adapter->bSurpriseRemoved); -+ return; -+ } -+ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) == true)) { /* connect */ -+ -+ if (pwrpriv->pwr_mode == PS_MODE_ACTIVE) { -+ DBG_871X("%s: Driver Already Leave LPS\n", __func__); -+ return; -+ } -+ -+ down(&pwrpriv->lock); -+ -+ rtw_set_rpwm(Adapter, PS_STATE_S4); -+ -+ up(&pwrpriv->lock); -+ -+ rtw_lps_ctrl_wk_cmd(pri_padapter, LPS_CTRL_LEAVE, 0); -+ } else{ -+ if (pwrpriv->rf_pwrstate == rf_off) -+ if (false == ips_leave(pri_padapter)) -+ DBG_871X("======> ips_leave fail.............\n"); -+ } -+} -+ -+/* */ -+/* Description: Leave all power save mode: LPS, FwLPS, IPS if needed. */ -+/* Move code to function by tynli. 2010.03.26. */ -+/* */ -+void LeaveAllPowerSaveMode(struct adapter *Adapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(Adapter); -+ u8 enqueue = 0; -+ int n_assoc_iface = 0; -+ -+ if (!Adapter->bup) { -+ DBG_871X(FUNC_ADPT_FMT ": bup =%d Skip!\n", -+ FUNC_ADPT_ARG(Adapter), Adapter->bup); -+ return; -+ } -+ -+ if (Adapter->bSurpriseRemoved) { -+ DBG_871X(FUNC_ADPT_FMT ": bSurpriseRemoved =%d Skip!\n", -+ FUNC_ADPT_ARG(Adapter), Adapter->bSurpriseRemoved); -+ return; -+ } -+ -+ if (check_fwstate(&(dvobj->padapters->mlmepriv), WIFI_ASOC_STATE)) -+ n_assoc_iface++; -+ -+ if (n_assoc_iface) { /* connect */ -+ enqueue = 1; -+ -+ rtw_lps_ctrl_wk_cmd(Adapter, LPS_CTRL_LEAVE, enqueue); -+ -+ LPS_Leave_check(Adapter); -+ } else { -+ if (adapter_to_pwrctl(Adapter)->rf_pwrstate == rf_off) { -+ if (false == ips_leave(Adapter)) -+ DBG_871X("======> ips_leave fail.............\n"); -+ } -+ } -+} -+ -+void LPS_Leave_check( -+ struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ unsigned long start_time; -+ u8 bReady; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ bReady = false; -+ start_time = jiffies; -+ -+ yield(); -+ -+ while (1) { -+ down(&pwrpriv->lock); -+ -+ if ((padapter->bSurpriseRemoved == true) -+ || (padapter->hw_init_completed == false) -+ || (pwrpriv->pwr_mode == PS_MODE_ACTIVE) -+ ) -+ bReady = true; -+ -+ up(&pwrpriv->lock); -+ -+ if (true == bReady) -+ break; -+ -+ if (jiffies_to_msecs(jiffies - start_time) > 100) { -+ DBG_871X("Wait for cpwm event than 100 ms!!!\n"); -+ break; -+ } -+ msleep(1); -+ } -+} -+ -+/* -+ * Caller:ISR handler... -+ * -+ * This will be called when CPWM interrupt is up. -+ * -+ * using to update cpwn of drv; and drv willl make a decision to up or down pwr level -+ */ -+void cpwm_int_hdl( -+ struct adapter *padapter, -+ struct reportpwrstate_parm *preportpwrstate) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ down(&pwrpriv->lock); -+ -+ if (pwrpriv->rpwm < PS_STATE_S2) { -+ DBG_871X("%s: Redundant CPWM Int. RPWM = 0x%02X CPWM = 0x%02x\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); -+ up(&pwrpriv->lock); -+ goto exit; -+ } -+ -+ pwrpriv->cpwm = PS_STATE(preportpwrstate->state); -+ pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; -+ -+ if (pwrpriv->cpwm >= PS_STATE_S2) { -+ if (pwrpriv->alives & CMD_ALIVE) -+ up(&padapter->cmdpriv.cmd_queue_sema); -+ -+ if (pwrpriv->alives & XMIT_ALIVE) -+ up(&padapter->xmitpriv.xmit_sema); -+ } -+ -+ up(&pwrpriv->lock); -+ -+exit: -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("cpwm_int_hdl: cpwm = 0x%02x\n", pwrpriv->cpwm)); -+} -+ -+static void cpwm_event_callback(struct work_struct *work) -+{ -+ struct pwrctrl_priv *pwrpriv = container_of(work, struct pwrctrl_priv, cpwm_event); -+ struct dvobj_priv *dvobj = pwrctl_to_dvobj(pwrpriv); -+ struct adapter *adapter = dvobj->if1; -+ struct reportpwrstate_parm report; -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ report.state = PS_STATE_S2; -+ cpwm_int_hdl(adapter, &report); -+} -+ -+static void rpwmtimeout_workitem_callback(struct work_struct *work) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *dvobj; -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+ pwrpriv = container_of(work, struct pwrctrl_priv, rpwmtimeoutwi); -+ dvobj = pwrctl_to_dvobj(pwrpriv); -+ padapter = dvobj->if1; -+/* DBG_871X("+%s: rpwm = 0x%02X cpwm = 0x%02X\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); */ -+ -+ down(&pwrpriv->lock); -+ if ((pwrpriv->rpwm == pwrpriv->cpwm) || (pwrpriv->cpwm >= PS_STATE_S2)) { -+ DBG_871X("%s: rpwm = 0x%02X cpwm = 0x%02X CPWM done!\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); -+ goto exit; -+ } -+ up(&pwrpriv->lock); -+ -+ if (rtw_read8(padapter, 0x100) != 0xEA) { -+ struct reportpwrstate_parm report; -+ -+ report.state = PS_STATE_S2; -+ DBG_871X("\n%s: FW already leave 32K!\n\n", __func__); -+ cpwm_int_hdl(padapter, &report); -+ -+ return; -+ } -+ -+ down(&pwrpriv->lock); -+ -+ if ((pwrpriv->rpwm == pwrpriv->cpwm) || (pwrpriv->cpwm >= PS_STATE_S2)) { -+ DBG_871X("%s: cpwm =%d, nothing to do!\n", __func__, pwrpriv->cpwm); -+ goto exit; -+ } -+ pwrpriv->brpwmtimeout = true; -+ rtw_set_rpwm(padapter, pwrpriv->rpwm); -+ pwrpriv->brpwmtimeout = false; -+ -+exit: -+ up(&pwrpriv->lock); -+} -+ -+/* -+ * This function is a timer handler, can't do any IO in it. -+ */ -+static void pwr_rpwm_timeout_handler(void *FunctionContext) -+{ -+ struct adapter *padapter; -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+ padapter = (struct adapter *)FunctionContext; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ DBG_871X("+%s: rpwm = 0x%02X cpwm = 0x%02X\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); -+ -+ if ((pwrpriv->rpwm == pwrpriv->cpwm) || (pwrpriv->cpwm >= PS_STATE_S2)) { -+ DBG_871X("+%s: cpwm =%d, nothing to do!\n", __func__, pwrpriv->cpwm); -+ return; -+ } -+ -+ _set_workitem(&pwrpriv->rpwmtimeoutwi); -+} -+ -+static __inline void register_task_alive(struct pwrctrl_priv *pwrctrl, u32 tag) -+{ -+ pwrctrl->alives |= tag; -+} -+ -+static __inline void unregister_task_alive(struct pwrctrl_priv *pwrctrl, u32 tag) -+{ -+ pwrctrl->alives &= ~tag; -+} -+ -+ -+/* -+ * Description: -+ *Check if the fw_pwrstate is okay for I/O. -+ *If not (cpwm is less than S2), then the sub-routine -+ *will raise the cpwm to be greater than or equal to S2. -+ * -+ *Calling Context: Passive -+ * -+ *Constraint: -+ * 1. this function will request pwrctrl->lock -+ * -+ * Return Value: -+ *_SUCCESS hardware is ready for I/O -+ *_FAIL can't I/O right now -+ */ -+s32 rtw_register_task_alive(struct adapter *padapter, u32 task) -+{ -+ s32 res; -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+ res = _SUCCESS; -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S2; -+ -+ down(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, task); -+ -+ if (pwrctrl->bFwCurrentInPSMode == true) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: task = 0x%x cpwm = 0x%02x alives = 0x%08x\n", -+ __func__, task, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm < pslv) { -+ if (pwrctrl->cpwm < PS_STATE_S2) -+ res = _FAIL; -+ if (pwrctrl->rpwm < pslv) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ up(&pwrctrl->lock); -+ -+ if (_FAIL == res) -+ if (pwrctrl->cpwm >= PS_STATE_S2) -+ res = _SUCCESS; -+ -+ return res; -+} -+ -+/* -+ * Description: -+ *If task is done, call this func. to power down firmware again. -+ * -+ *Constraint: -+ * 1. this function will request pwrctrl->lock -+ * -+ * Return Value: -+ *none -+ */ -+void rtw_unregister_task_alive(struct adapter *padapter, u32 task) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S0; -+ -+ if ((rtw_btcoex_IsBtDisabled(padapter) == false) -+ && (rtw_btcoex_IsBtControlLps(padapter) == true)) { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ } -+ -+ down(&pwrctrl->lock); -+ -+ unregister_task_alive(pwrctrl, task); -+ -+ if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) -+ && (pwrctrl->bFwCurrentInPSMode == true)) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: cpwm = 0x%02x alives = 0x%08x\n", -+ __func__, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm > pslv) -+ if ((pslv >= PS_STATE_S2) || (pwrctrl->alives == 0)) -+ rtw_set_rpwm(padapter, pslv); -+ -+ } -+ -+ up(&pwrctrl->lock); -+} -+ -+/* -+ * Caller: rtw_xmit_thread -+ * -+ * Check if the fw_pwrstate is okay for xmit. -+ * If not (cpwm is less than S3), then the sub-routine -+ * will raise the cpwm to be greater than or equal to S3. -+ * -+ * Calling Context: Passive -+ * -+ * Return Value: -+ * _SUCCESS rtw_xmit_thread can write fifo/txcmd afterwards. -+ * _FAIL rtw_xmit_thread can not do anything. -+ */ -+s32 rtw_register_tx_alive(struct adapter *padapter) -+{ -+ s32 res; -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+ res = _SUCCESS; -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S2; -+ -+ down(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, XMIT_ALIVE); -+ -+ if (pwrctrl->bFwCurrentInPSMode == true) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_register_tx_alive: cpwm = 0x%02x alives = 0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm < pslv) { -+ if (pwrctrl->cpwm < PS_STATE_S2) -+ res = _FAIL; -+ if (pwrctrl->rpwm < pslv) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ up(&pwrctrl->lock); -+ -+ if (_FAIL == res) -+ if (pwrctrl->cpwm >= PS_STATE_S2) -+ res = _SUCCESS; -+ -+ return res; -+} -+ -+/* -+ * Caller: rtw_cmd_thread -+ * -+ * Check if the fw_pwrstate is okay for issuing cmd. -+ * If not (cpwm should be is less than S2), then the sub-routine -+ * will raise the cpwm to be greater than or equal to S2. -+ * -+ * Calling Context: Passive -+ * -+ * Return Value: -+ *_SUCCESS rtw_cmd_thread can issue cmds to firmware afterwards. -+ *_FAIL rtw_cmd_thread can not do anything. -+ */ -+s32 rtw_register_cmd_alive(struct adapter *padapter) -+{ -+ s32 res; -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+ res = _SUCCESS; -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S2; -+ -+ down(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, CMD_ALIVE); -+ -+ if (pwrctrl->bFwCurrentInPSMode == true) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_info_, -+ ("rtw_register_cmd_alive: cpwm = 0x%02x alives = 0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm < pslv) { -+ if (pwrctrl->cpwm < PS_STATE_S2) -+ res = _FAIL; -+ if (pwrctrl->rpwm < pslv) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ up(&pwrctrl->lock); -+ -+ if (_FAIL == res) -+ if (pwrctrl->cpwm >= PS_STATE_S2) -+ res = _SUCCESS; -+ -+ return res; -+} -+ -+/* -+ * Caller: ISR -+ * -+ * If ISR's txdone, -+ * No more pkts for TX, -+ * Then driver shall call this fun. to power down firmware again. -+ */ -+void rtw_unregister_tx_alive(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S0; -+ -+ if ((rtw_btcoex_IsBtDisabled(padapter) == false) -+ && (rtw_btcoex_IsBtControlLps(padapter) == true)) { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ } -+ -+ down(&pwrctrl->lock); -+ -+ unregister_task_alive(pwrctrl, XMIT_ALIVE); -+ -+ if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) -+ && (pwrctrl->bFwCurrentInPSMode == true)) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: cpwm = 0x%02x alives = 0x%08x\n", -+ __func__, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm > pslv) -+ if ((pslv >= PS_STATE_S2) || (pwrctrl->alives == 0)) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ -+ up(&pwrctrl->lock); -+} -+ -+/* -+ * Caller: ISR -+ * -+ * If all commands have been done, -+ * and no more command to do, -+ * then driver shall call this fun. to power down firmware again. -+ */ -+void rtw_unregister_cmd_alive(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S0; -+ -+ if ((rtw_btcoex_IsBtDisabled(padapter) == false) -+ && (rtw_btcoex_IsBtControlLps(padapter) == true)) { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ } -+ -+ down(&pwrctrl->lock); -+ -+ unregister_task_alive(pwrctrl, CMD_ALIVE); -+ -+ if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) -+ && (pwrctrl->bFwCurrentInPSMode == true)) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_info_, -+ ("%s: cpwm = 0x%02x alives = 0x%08x\n", -+ __func__, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm > pslv) { -+ if ((pslv >= PS_STATE_S2) || (pwrctrl->alives == 0)) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ up(&pwrctrl->lock); -+} -+ -+void rtw_init_pwrctrl_priv(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ sema_init(&pwrctrlpriv->lock, 1); -+ sema_init(&pwrctrlpriv->check_32k_lock, 1); -+ pwrctrlpriv->rf_pwrstate = rf_on; -+ pwrctrlpriv->ips_enter_cnts = 0; -+ pwrctrlpriv->ips_leave_cnts = 0; -+ pwrctrlpriv->bips_processing = false; -+ -+ pwrctrlpriv->ips_mode = padapter->registrypriv.ips_mode; -+ pwrctrlpriv->ips_mode_req = padapter->registrypriv.ips_mode; -+ -+ pwrctrlpriv->pwr_state_check_interval = RTW_PWR_STATE_CHK_INTERVAL; -+ pwrctrlpriv->pwr_state_check_cnts = 0; -+ pwrctrlpriv->bInternalAutoSuspend = false; -+ pwrctrlpriv->bInSuspend = false; -+ pwrctrlpriv->bkeepfwalive = false; -+ -+ pwrctrlpriv->LpsIdleCount = 0; -+ pwrctrlpriv->power_mgnt = padapter->registrypriv.power_mgnt;/* PS_MODE_MIN; */ -+ pwrctrlpriv->bLeisurePs = (PS_MODE_ACTIVE != pwrctrlpriv->power_mgnt)?true:false; -+ -+ pwrctrlpriv->bFwCurrentInPSMode = false; -+ -+ pwrctrlpriv->rpwm = 0; -+ pwrctrlpriv->cpwm = PS_STATE_S4; -+ -+ pwrctrlpriv->pwr_mode = PS_MODE_ACTIVE; -+ pwrctrlpriv->smart_ps = padapter->registrypriv.smart_ps; -+ pwrctrlpriv->bcn_ant_mode = 0; -+ pwrctrlpriv->dtim = 0; -+ -+ pwrctrlpriv->tog = 0x80; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_SET_RPWM, (u8 *)(&pwrctrlpriv->rpwm)); -+ -+ _init_workitem(&pwrctrlpriv->cpwm_event, cpwm_event_callback, NULL); -+ -+ pwrctrlpriv->brpwmtimeout = false; -+ _init_workitem(&pwrctrlpriv->rpwmtimeoutwi, rpwmtimeout_workitem_callback, NULL); -+ _init_timer(&pwrctrlpriv->pwr_rpwm_timer, padapter->pnetdev, pwr_rpwm_timeout_handler, padapter); -+ -+ rtw_init_timer(&pwrctrlpriv->pwr_state_check_timer, padapter, pwr_state_check_handler); -+ -+ pwrctrlpriv->wowlan_mode = false; -+ pwrctrlpriv->wowlan_ap_mode = false; -+ -+#ifdef CONFIG_PNO_SUPPORT -+ pwrctrlpriv->pno_inited = false; -+ pwrctrlpriv->pnlo_info = NULL; -+ pwrctrlpriv->pscan_info = NULL; -+ pwrctrlpriv->pno_ssid_list = NULL; -+ pwrctrlpriv->pno_in_resume = true; -+#endif -+} -+ -+ -+void rtw_free_pwrctrl_priv(struct adapter *adapter) -+{ -+ /* memset((unsigned char *)pwrctrlpriv, 0, sizeof(struct pwrctrl_priv)); */ -+ -+#ifdef CONFIG_PNO_SUPPORT -+ if (pwrctrlpriv->pnlo_info != NULL) -+ printk("****** pnlo_info memory leak********\n"); -+ -+ if (pwrctrlpriv->pscan_info != NULL) -+ printk("****** pscan_info memory leak********\n"); -+ -+ if (pwrctrlpriv->pno_ssid_list != NULL) -+ printk("****** pno_ssid_list memory leak********\n"); -+#endif -+} -+ -+inline void rtw_set_ips_deny(struct adapter *padapter, u32 ms) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ pwrpriv->ips_deny_time = jiffies + msecs_to_jiffies(ms); -+} -+ -+/* -+* rtw_pwr_wakeup - Wake the NIC up from: 1)IPS. 2)USB autosuspend -+* @adapter: pointer to struct adapter structure -+* @ips_deffer_ms: the ms wiil prevent from falling into IPS after wakeup -+* Return _SUCCESS or _FAIL -+*/ -+ -+int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *caller) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ struct mlme_priv *pmlmepriv; -+ int ret = _SUCCESS; -+ unsigned long start = jiffies; -+ unsigned long deny_time = jiffies + msecs_to_jiffies(ips_deffer_ms); -+ -+ /* for LPS */ -+ LeaveAllPowerSaveMode(padapter); -+ -+ /* IPS still bound with primary adapter */ -+ padapter = GET_PRIMARY_ADAPTER(padapter); -+ pmlmepriv = &padapter->mlmepriv; -+ -+ if (time_before(pwrpriv->ips_deny_time, deny_time)) -+ pwrpriv->ips_deny_time = deny_time; -+ -+ -+ if (pwrpriv->ps_processing) { -+ DBG_871X("%s wait ps_processing...\n", __func__); -+ while (pwrpriv->ps_processing && jiffies_to_msecs(jiffies - start) <= 3000) -+ msleep(10); -+ if (pwrpriv->ps_processing) -+ DBG_871X("%s wait ps_processing timeout\n", __func__); -+ else -+ DBG_871X("%s wait ps_processing done\n", __func__); -+ } -+ -+ if (pwrpriv->bInternalAutoSuspend == false && pwrpriv->bInSuspend) { -+ DBG_871X("%s wait bInSuspend...\n", __func__); -+ while (pwrpriv->bInSuspend -+ && jiffies_to_msecs(jiffies - start) <= 3000 -+ ) { -+ msleep(10); -+ } -+ if (pwrpriv->bInSuspend) -+ DBG_871X("%s wait bInSuspend timeout\n", __func__); -+ else -+ DBG_871X("%s wait bInSuspend done\n", __func__); -+ } -+ -+ /* System suspend is not allowed to wakeup */ -+ if ((pwrpriv->bInternalAutoSuspend == false) && (true == pwrpriv->bInSuspend)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ /* block??? */ -+ if ((pwrpriv->bInternalAutoSuspend == true) && (padapter->net_closed == true)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ /* I think this should be check in IPS, LPS, autosuspend functions... */ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) { -+ ret = _SUCCESS; -+ goto exit; -+ } -+ -+ if (rf_off == pwrpriv->rf_pwrstate) { -+ { -+ DBG_8192C("%s call ips_leave....\n", __func__); -+ if (_FAIL == ips_leave(padapter)) { -+ DBG_8192C("======> ips_leave fail.............\n"); -+ ret = _FAIL; -+ goto exit; -+ } -+ } -+ } -+ -+ /* TODO: the following checking need to be merged... */ -+ if (padapter->bDriverStopped -+ || !padapter->bup -+ || !padapter->hw_init_completed -+ ) { -+ DBG_8192C("%s: bDriverStopped =%d, bup =%d, hw_init_completed =%u\n" -+ , caller -+ , padapter->bDriverStopped -+ , padapter->bup -+ , padapter->hw_init_completed); -+ ret = false; -+ goto exit; -+ } -+ -+exit: -+ deny_time = jiffies + msecs_to_jiffies(ips_deffer_ms); -+ if (time_before(pwrpriv->ips_deny_time, deny_time)) -+ pwrpriv->ips_deny_time = deny_time; -+ return ret; -+ -+} -+ -+int rtw_pm_set_lps(struct adapter *padapter, u8 mode) -+{ -+ int ret = 0; -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if (mode < PS_MODE_NUM) { -+ if (pwrctrlpriv->power_mgnt != mode) { -+ if (PS_MODE_ACTIVE == mode) -+ LeaveAllPowerSaveMode(padapter); -+ else -+ pwrctrlpriv->LpsIdleCount = 2; -+ -+ pwrctrlpriv->power_mgnt = mode; -+ pwrctrlpriv->bLeisurePs = (PS_MODE_ACTIVE != pwrctrlpriv->power_mgnt)?true:false; -+ } -+ } else -+ ret = -EINVAL; -+ -+ return ret; -+} -+ -+int rtw_pm_set_ips(struct adapter *padapter, u8 mode) -+{ -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if (mode == IPS_NORMAL || mode == IPS_LEVEL_2) { -+ rtw_ips_mode_req(pwrctrlpriv, mode); -+ DBG_871X("%s %s\n", __func__, mode == IPS_NORMAL?"IPS_NORMAL":"IPS_LEVEL_2"); -+ return 0; -+ } else if (mode == IPS_NONE) { -+ rtw_ips_mode_req(pwrctrlpriv, mode); -+ DBG_871X("%s %s\n", __func__, "IPS_NONE"); -+ if ((padapter->bSurpriseRemoved == 0) && (_FAIL == rtw_pwr_wakeup(padapter))) -+ return -EFAULT; -+ } else -+ return -EINVAL; -+ -+ return 0; -+} -+ -+/* -+ * ATTENTION: -+ *This function will request pwrctrl LOCK! -+ */ -+void rtw_ps_deny(struct adapter *padapter, enum PS_DENY_REASON reason) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ -+/* DBG_871X("+" FUNC_ADPT_FMT ": Request PS deny for %d (0x%08X)\n", */ -+/* FUNC_ADPT_ARG(padapter), reason, BIT(reason)); */ -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ down(&pwrpriv->lock); -+ if (pwrpriv->ps_deny & BIT(reason)) { -+ DBG_871X(FUNC_ADPT_FMT ": [WARNING] Reason %d had been set before!!\n", -+ FUNC_ADPT_ARG(padapter), reason); -+ } -+ pwrpriv->ps_deny |= BIT(reason); -+ up(&pwrpriv->lock); -+ -+/* DBG_871X("-" FUNC_ADPT_FMT ": Now PS deny for 0x%08X\n", */ -+/* FUNC_ADPT_ARG(padapter), pwrpriv->ps_deny); */ -+} -+ -+/* -+ * ATTENTION: -+ *This function will request pwrctrl LOCK! -+ */ -+void rtw_ps_deny_cancel(struct adapter *padapter, enum PS_DENY_REASON reason) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+/* DBG_871X("+" FUNC_ADPT_FMT ": Cancel PS deny for %d(0x%08X)\n", */ -+/* FUNC_ADPT_ARG(padapter), reason, BIT(reason)); */ -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ down(&pwrpriv->lock); -+ if ((pwrpriv->ps_deny & BIT(reason)) == 0) { -+ DBG_871X(FUNC_ADPT_FMT ": [ERROR] Reason %d had been canceled before!!\n", -+ FUNC_ADPT_ARG(padapter), reason); -+ } -+ pwrpriv->ps_deny &= ~BIT(reason); -+ up(&pwrpriv->lock); -+ -+/* DBG_871X("-" FUNC_ADPT_FMT ": Now PS deny for 0x%08X\n", */ -+/* FUNC_ADPT_ARG(padapter), pwrpriv->ps_deny); */ -+} -+ -+/* -+ * ATTENTION: -+ *Before calling this function pwrctrl lock should be occupied already, -+ *otherwise it may return incorrect value. -+ */ -+u32 rtw_ps_deny_get(struct adapter *padapter) -+{ -+ u32 deny; -+ -+ -+ deny = adapter_to_pwrctl(padapter)->ps_deny; -+ -+ return deny; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_recv.c linux/3rdparty/rtl8723bs/core/rtw_recv.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_recv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_recv.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,2693 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_RECV_C_ -+ -+#include -+#include -+#include -+#include -+ -+static u8 SNAP_ETH_TYPE_IPX[2] = {0x81, 0x37}; -+static u8 SNAP_ETH_TYPE_APPLETALK_AARP[2] = {0x80, 0xf3}; -+ -+u8 rtw_rfc1042_header[] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; -+/* Bridge-Tunnel header (for EtherTypes ETH_P_AARP and ETH_P_IPX) */ -+u8 rtw_bridge_tunnel_header[] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0xf8 }; -+ -+void rtw_signal_stat_timer_hdl(RTW_TIMER_HDL_ARGS); -+ -+void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv) -+{ -+ memset((u8 *)psta_recvpriv, 0, sizeof(struct sta_recv_priv)); -+ -+ spin_lock_init(&psta_recvpriv->lock); -+ -+ /* for (i = 0; iblk_strms[i]); */ -+ -+ _rtw_init_queue(&psta_recvpriv->defrag_q); -+} -+ -+sint _rtw_init_recv_priv(struct recv_priv *precvpriv, struct adapter *padapter) -+{ -+ sint i; -+ union recv_frame *precvframe; -+ sint res = _SUCCESS; -+ -+ /* We don't need to memset padapter->XXX to zero, because adapter is allocated by vzalloc(). */ -+ /* memset((unsigned char *)precvpriv, 0, sizeof (struct recv_priv)); */ -+ -+ spin_lock_init(&precvpriv->lock); -+ -+ _rtw_init_queue(&precvpriv->free_recv_queue); -+ _rtw_init_queue(&precvpriv->recv_pending_queue); -+ _rtw_init_queue(&precvpriv->uc_swdec_pending_queue); -+ -+ precvpriv->adapter = padapter; -+ -+ precvpriv->free_recvframe_cnt = NR_RECVFRAME; -+ -+ precvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); -+ -+ if (precvpriv->pallocated_frame_buf == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ /* memset(precvpriv->pallocated_frame_buf, 0, NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); */ -+ -+ precvpriv->precv_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_frame_buf), RXFRAME_ALIGN_SZ); -+ /* precvpriv->precv_frame_buf = precvpriv->pallocated_frame_buf + RXFRAME_ALIGN_SZ - */ -+ /* ((SIZE_PTR) (precvpriv->pallocated_frame_buf) &(RXFRAME_ALIGN_SZ-1)); */ -+ -+ precvframe = (union recv_frame *) precvpriv->precv_frame_buf; -+ -+ -+ for (i = 0; i < NR_RECVFRAME; i++) { -+ INIT_LIST_HEAD(&(precvframe->u.list)); -+ -+ list_add_tail(&(precvframe->u.list), &(precvpriv->free_recv_queue.queue)); -+ -+ res = rtw_os_recv_resource_alloc(padapter, precvframe); -+ -+ precvframe->u.hdr.len = 0; -+ -+ precvframe->u.hdr.adapter = padapter; -+ precvframe++; -+ -+ } -+ -+ res = rtw_hal_init_recv_priv(padapter); -+ -+ rtw_init_timer(&precvpriv->signal_stat_timer, padapter, rtw_signal_stat_timer_hdl); -+ -+ precvpriv->signal_stat_sampling_interval = 2000; /* ms */ -+ -+ rtw_set_signal_stat_timer(precvpriv); -+ -+exit: -+ return res; -+} -+ -+void _rtw_free_recv_priv(struct recv_priv *precvpriv) -+{ -+ struct adapter *padapter = precvpriv->adapter; -+ -+ rtw_free_uc_swdec_pending_queue(padapter); -+ -+ rtw_os_recv_resource_free(precvpriv); -+ -+ if (precvpriv->pallocated_frame_buf) -+ vfree(precvpriv->pallocated_frame_buf); -+ -+ rtw_hal_free_recv_priv(padapter); -+} -+ -+union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) -+{ -+ -+ union recv_frame *precvframe; -+ struct list_head *plist, *phead; -+ struct adapter *padapter; -+ struct recv_priv *precvpriv; -+ -+ if (list_empty(&pfree_recv_queue->queue)) -+ precvframe = NULL; -+ else{ -+ phead = get_list_head(pfree_recv_queue); -+ -+ plist = get_next(phead); -+ -+ precvframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ -+ list_del_init(&precvframe->u.hdr.list); -+ padapter = precvframe->u.hdr.adapter; -+ if (padapter != NULL) { -+ precvpriv = &padapter->recvpriv; -+ if (pfree_recv_queue == &precvpriv->free_recv_queue) -+ precvpriv->free_recvframe_cnt--; -+ } -+ } -+ return precvframe; -+} -+ -+union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) -+{ -+ union recv_frame *precvframe; -+ -+ spin_lock_bh(&pfree_recv_queue->lock); -+ -+ precvframe = _rtw_alloc_recvframe(pfree_recv_queue); -+ -+ spin_unlock_bh(&pfree_recv_queue->lock); -+ -+ return precvframe; -+} -+ -+int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) -+{ -+ struct adapter *padapter = precvframe->u.hdr.adapter; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ rtw_os_free_recvframe(precvframe); -+ -+ -+ spin_lock_bh(&pfree_recv_queue->lock); -+ -+ list_del_init(&(precvframe->u.hdr.list)); -+ -+ precvframe->u.hdr.len = 0; -+ -+ list_add_tail(&(precvframe->u.hdr.list), get_list_head(pfree_recv_queue)); -+ -+ if (padapter != NULL) { -+ if (pfree_recv_queue == &precvpriv->free_recv_queue) -+ precvpriv->free_recvframe_cnt++; -+ } -+ spin_unlock_bh(&pfree_recv_queue->lock); -+ return _SUCCESS; -+} -+ -+ -+ -+ -+sint _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) -+{ -+ -+ struct adapter *padapter = precvframe->u.hdr.adapter; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ /* INIT_LIST_HEAD(&(precvframe->u.hdr.list)); */ -+ list_del_init(&(precvframe->u.hdr.list)); -+ -+ -+ list_add_tail(&(precvframe->u.hdr.list), get_list_head(queue)); -+ -+ if (padapter != NULL) -+ if (queue == &precvpriv->free_recv_queue) -+ precvpriv->free_recvframe_cnt++; -+ -+ return _SUCCESS; -+} -+ -+sint rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) -+{ -+ sint ret; -+ -+ /* _spinlock(&pfree_recv_queue->lock); */ -+ spin_lock_bh(&queue->lock); -+ ret = _rtw_enqueue_recvframe(precvframe, queue); -+ /* spin_unlock(&pfree_recv_queue->lock); */ -+ spin_unlock_bh(&queue->lock); -+ -+ return ret; -+} -+ -+/* -+sint rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) -+{ -+ return rtw_free_recvframe(precvframe, queue); -+} -+*/ -+ -+ -+ -+ -+/* -+caller : defrag ; recvframe_chk_defrag in recv_thread (passive) -+pframequeue: defrag_queue : will be accessed in recv_thread (passive) -+ -+using spinlock to protect -+ -+*/ -+ -+void rtw_free_recvframe_queue(struct __queue *pframequeue, struct __queue *pfree_recv_queue) -+{ -+ union recv_frame *precvframe; -+ struct list_head *plist, *phead; -+ -+ spin_lock(&pframequeue->lock); -+ -+ phead = get_list_head(pframequeue); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ precvframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ -+ plist = get_next(plist); -+ -+ rtw_free_recvframe(precvframe, pfree_recv_queue); -+ } -+ -+ spin_unlock(&pframequeue->lock); -+} -+ -+u32 rtw_free_uc_swdec_pending_queue(struct adapter *adapter) -+{ -+ u32 cnt = 0; -+ union recv_frame *pending_frame; -+ while ((pending_frame = rtw_alloc_recvframe(&adapter->recvpriv.uc_swdec_pending_queue))) { -+ rtw_free_recvframe(pending_frame, &adapter->recvpriv.free_recv_queue); -+ cnt++; -+ } -+ -+ if (cnt) -+ DBG_871X(FUNC_ADPT_FMT" dequeue %d\n", FUNC_ADPT_ARG(adapter), cnt); -+ -+ return cnt; -+} -+ -+ -+sint rtw_enqueue_recvbuf_to_head(struct recv_buf *precvbuf, struct __queue *queue) -+{ -+ spin_lock_bh(&queue->lock); -+ -+ list_del_init(&precvbuf->list); -+ list_add(&precvbuf->list, get_list_head(queue)); -+ -+ spin_unlock_bh(&queue->lock); -+ -+ return _SUCCESS; -+} -+ -+sint rtw_enqueue_recvbuf(struct recv_buf *precvbuf, struct __queue *queue) -+{ -+ spin_lock_bh(&queue->lock); -+ -+ list_del_init(&precvbuf->list); -+ -+ list_add_tail(&precvbuf->list, get_list_head(queue)); -+ spin_unlock_bh(&queue->lock); -+ return _SUCCESS; -+ -+} -+ -+struct recv_buf *rtw_dequeue_recvbuf(struct __queue *queue) -+{ -+ struct recv_buf *precvbuf; -+ struct list_head *plist, *phead; -+ -+ spin_lock_bh(&queue->lock); -+ -+ if (list_empty(&queue->queue)) -+ precvbuf = NULL; -+ else{ -+ phead = get_list_head(queue); -+ -+ plist = get_next(phead); -+ -+ precvbuf = LIST_CONTAINOR(plist, struct recv_buf, list); -+ -+ list_del_init(&precvbuf->list); -+ -+ } -+ -+ spin_unlock_bh(&queue->lock); -+ -+ return precvbuf; -+ -+} -+ -+sint recvframe_chkmic(struct adapter *adapter, union recv_frame *precvframe); -+sint recvframe_chkmic(struct adapter *adapter, union recv_frame *precvframe) -+{ -+ -+ sint i, res = _SUCCESS; -+ u32 datalen; -+ u8 miccode[8]; -+ u8 bmic_err = false, brpt_micerror = true; -+ u8 *pframe, *payload, *pframemic; -+ u8 *mickey; -+ /* u8 *iv, rxdata_key_idx = 0; */ -+ struct sta_info *stainfo; -+ struct rx_pkt_attrib *prxattrib = &precvframe->u.hdr.attrib; -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ stainfo = rtw_get_stainfo(&adapter->stapriv, &prxattrib->ta[0]); -+ -+ if (prxattrib->encrypt == _TKIP_) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("\n recvframe_chkmic:prxattrib->encrypt == _TKIP_\n")); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("\n recvframe_chkmic:da = 0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ prxattrib->ra[0], prxattrib->ra[1], prxattrib->ra[2], prxattrib->ra[3], prxattrib->ra[4], prxattrib->ra[5])); -+ -+ /* calculate mic code */ -+ if (stainfo != NULL) { -+ if (IS_MCAST(prxattrib->ra)) { -+ /* mickey =&psecuritypriv->dot118021XGrprxmickey.skey[0]; */ -+ /* iv = precvframe->u.hdr.rx_data+prxattrib->hdrlen; */ -+ /* rxdata_key_idx =(((iv[3])>>6)&0x3) ; */ -+ mickey = &psecuritypriv->dot118021XGrprxmickey[prxattrib->key_index].skey[0]; -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("\n recvframe_chkmic: bcmc key\n")); -+ /* DBG_871X("\n recvframe_chkmic: bcmc key psecuritypriv->dot118021XGrpKeyid(%d), pmlmeinfo->key_index(%d) , recv key_id(%d)\n", */ -+ /* psecuritypriv->dot118021XGrpKeyid, pmlmeinfo->key_index, rxdata_key_idx); */ -+ -+ if (psecuritypriv->binstallGrpkey == false) { -+ res = _FAIL; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("\n recvframe_chkmic:didn't install group key!!!!!!!!!!\n")); -+ DBG_871X("\n recvframe_chkmic:didn't install group key!!!!!!!!!!\n"); -+ goto exit; -+ } -+ } else { -+ mickey = &stainfo->dot11tkiprxmickey.skey[0]; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("\n recvframe_chkmic: unicast key\n")); -+ } -+ -+ datalen = precvframe->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len-prxattrib->icv_len-8;/* icv_len included the mic code */ -+ pframe = precvframe->u.hdr.rx_data; -+ payload = pframe+prxattrib->hdrlen+prxattrib->iv_len; -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("\n prxattrib->iv_len =%d prxattrib->icv_len =%d\n", prxattrib->iv_len, prxattrib->icv_len)); -+ -+ -+ rtw_seccalctkipmic(mickey, pframe, payload, datalen, &miccode[0], (unsigned char)prxattrib->priority); /* care the length of the data */ -+ -+ pframemic = payload+datalen; -+ -+ bmic_err = false; -+ -+ for (i = 0; i < 8; i++) { -+ if (miccode[i] != *(pframemic+i)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("recvframe_chkmic:miccode[%d](%02x) != *(pframemic+%d)(%02x) ", i, miccode[i], i, *(pframemic+i))); -+ bmic_err = true; -+ } -+ } -+ -+ -+ if (bmic_err == true) { -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("\n *(pframemic-8)-*(pframemic-1) = 0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ *(pframemic-8), *(pframemic-7), *(pframemic-6), *(pframemic-5), *(pframemic-4), *(pframemic-3), *(pframemic-2), *(pframemic-1))); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("\n *(pframemic-16)-*(pframemic-9) = 0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ *(pframemic-16), *(pframemic-15), *(pframemic-14), *(pframemic-13), *(pframemic-12), *(pframemic-11), *(pframemic-10), *(pframemic-9))); -+ -+ { -+ uint i; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("\n ======demp packet (len =%d) ======\n", precvframe->u.hdr.len)); -+ for (i = 0; i < precvframe->u.hdr.len; i = i+8) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x", -+ *(precvframe->u.hdr.rx_data+i), *(precvframe->u.hdr.rx_data+i+1), -+ *(precvframe->u.hdr.rx_data+i+2), *(precvframe->u.hdr.rx_data+i+3), -+ *(precvframe->u.hdr.rx_data+i+4), *(precvframe->u.hdr.rx_data+i+5), -+ *(precvframe->u.hdr.rx_data+i+6), *(precvframe->u.hdr.rx_data+i+7))); -+ } -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("\n ======demp packet end [len =%d]======\n", precvframe->u.hdr.len)); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("\n hrdlen =%d,\n", prxattrib->hdrlen)); -+ } -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("ra = 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x psecuritypriv->binstallGrpkey =%d ", -+ prxattrib->ra[0], prxattrib->ra[1], prxattrib->ra[2], -+ prxattrib->ra[3], prxattrib->ra[4], prxattrib->ra[5], psecuritypriv->binstallGrpkey)); -+ -+ /* double check key_index for some timing issue , */ -+ /* cannot compare with psecuritypriv->dot118021XGrpKeyid also cause timing issue */ -+ if ((IS_MCAST(prxattrib->ra) == true) && (prxattrib->key_index != pmlmeinfo->key_index)) -+ brpt_micerror = false; -+ -+ if ((prxattrib->bdecrypted == true) && (brpt_micerror == true)) { -+ rtw_handle_tkip_mic_err(adapter, (u8)IS_MCAST(prxattrib->ra)); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, (" mic error :prxattrib->bdecrypted =%d ", prxattrib->bdecrypted)); -+ DBG_871X(" mic error :prxattrib->bdecrypted =%d\n", prxattrib->bdecrypted); -+ } else{ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, (" mic error :prxattrib->bdecrypted =%d ", prxattrib->bdecrypted)); -+ DBG_871X(" mic error :prxattrib->bdecrypted =%d\n", prxattrib->bdecrypted); -+ } -+ -+ res = _FAIL; -+ -+ } else { -+ /* mic checked ok */ -+ if ((psecuritypriv->bcheck_grpkey == false) && (IS_MCAST(prxattrib->ra) == true)) { -+ psecuritypriv->bcheck_grpkey = true; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("psecuritypriv->bcheck_grpkey =true")); -+ } -+ } -+ -+ } else -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("recvframe_chkmic: rtw_get_stainfo == NULL!!!\n")); -+ -+ recvframe_pull_tail(precvframe, 8); -+ -+ } -+ -+exit: -+ return res; -+ -+} -+ -+/* decrypt and set the ivlen, icvlen of the recv_frame */ -+union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame); -+union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ -+ struct rx_pkt_attrib *prxattrib = &precv_frame->u.hdr.attrib; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ union recv_frame *return_packet = precv_frame; -+ u32 res = _SUCCESS; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("prxstat->decrypted =%x prxattrib->encrypt = 0x%03x\n", prxattrib->bdecrypted, prxattrib->encrypt)); -+ -+ if (prxattrib->encrypt > 0) { -+ u8 *iv = precv_frame->u.hdr.rx_data+prxattrib->hdrlen; -+ prxattrib->key_index = (((iv[3])>>6)&0x3); -+ -+ if (prxattrib->key_index > WEP_KEYS) { -+ DBG_871X("prxattrib->key_index(%d) > WEP_KEYS\n", prxattrib->key_index); -+ -+ switch (prxattrib->encrypt) { -+ case _WEP40_: -+ case _WEP104_: -+ prxattrib->key_index = psecuritypriv->dot11PrivacyKeyIndex; -+ break; -+ case _TKIP_: -+ case _AES_: -+ default: -+ prxattrib->key_index = psecuritypriv->dot118021XGrpKeyid; -+ break; -+ } -+ } -+ } -+ -+ if ((prxattrib->encrypt > 0) && ((prxattrib->bdecrypted == 0) || (psecuritypriv->sw_decrypt == true))) { -+ psecuritypriv->hw_decrypted = false; -+ -+ #ifdef DBG_RX_DECRYPTOR -+ DBG_871X("[%s] %d:prxstat->bdecrypted:%d, prxattrib->encrypt:%d, Setting psecuritypriv->hw_decrypted = %d\n", -+ __func__, -+ __LINE__, -+ prxattrib->bdecrypted, -+ prxattrib->encrypt, -+ psecuritypriv->hw_decrypted); -+ #endif -+ -+ switch (prxattrib->encrypt) { -+ case _WEP40_: -+ case _WEP104_: -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_wep); -+ rtw_wep_decrypt(padapter, (u8 *)precv_frame); -+ break; -+ case _TKIP_: -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_tkip); -+ res = rtw_tkip_decrypt(padapter, (u8 *)precv_frame); -+ break; -+ case _AES_: -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_aes); -+ res = rtw_aes_decrypt(padapter, (u8 *)precv_frame); -+ break; -+ default: -+ break; -+ } -+ } else if (prxattrib->bdecrypted == 1 -+ && prxattrib->encrypt > 0 -+ && (psecuritypriv->busetkipkey == 1 || prxattrib->encrypt != _TKIP_) -+ ) { -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_hw); -+ -+ psecuritypriv->hw_decrypted = true; -+ #ifdef DBG_RX_DECRYPTOR -+ DBG_871X("[%s] %d:prxstat->bdecrypted:%d, prxattrib->encrypt:%d, Setting psecuritypriv->hw_decrypted = %d\n", -+ __func__, -+ __LINE__, -+ prxattrib->bdecrypted, -+ prxattrib->encrypt, -+ psecuritypriv->hw_decrypted); -+ -+ #endif -+ } else { -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_unknown); -+ #ifdef DBG_RX_DECRYPTOR -+ DBG_871X("[%s] %d:prxstat->bdecrypted:%d, prxattrib->encrypt:%d, Setting psecuritypriv->hw_decrypted = %d\n", -+ __func__, -+ __LINE__, -+ prxattrib->bdecrypted, -+ prxattrib->encrypt, -+ psecuritypriv->hw_decrypted); -+ #endif -+ } -+ -+ if (res == _FAIL) { -+ rtw_free_recvframe(return_packet, &padapter->recvpriv.free_recv_queue); -+ return_packet = NULL; -+ } else -+ prxattrib->bdecrypted = true; -+ -+ return return_packet; -+} -+ -+/* set the security information in the recv_frame */ -+union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame); -+union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame) -+{ -+ u8 *psta_addr = NULL; -+ u8 *ptr; -+ uint auth_alg; -+ struct recv_frame_hdr *pfhdr; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv; -+ union recv_frame *prtnframe; -+ u16 ether_type = 0; -+ u16 eapol_type = 0x888e;/* for Funia BD's WPA issue */ -+ struct rx_pkt_attrib *pattrib; -+ -+ pstapriv = &adapter->stapriv; -+ -+ auth_alg = adapter->securitypriv.dot11AuthAlgrthm; -+ -+ ptr = get_recvframe_data(precv_frame); -+ pfhdr = &precv_frame->u.hdr; -+ pattrib = &pfhdr->attrib; -+ psta_addr = pattrib->ta; -+ -+ prtnframe = NULL; -+ -+ psta = rtw_get_stainfo(pstapriv, psta_addr); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("########portctrl:adapter->securitypriv.dot11AuthAlgrthm =%d\n", adapter->securitypriv.dot11AuthAlgrthm)); -+ -+ if (auth_alg == 2) { -+ if ((psta != NULL) && (psta->ieee8021x_blocked)) { -+ __be16 be_tmp; -+ -+ /* blocked */ -+ /* only accept EAPOL frame */ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("########portctrl:psta->ieee8021x_blocked == 1\n")); -+ -+ prtnframe = precv_frame; -+ -+ /* get ether_type */ -+ ptr = ptr+pfhdr->attrib.hdrlen+pfhdr->attrib.iv_len+LLC_HEADER_SIZE; -+ memcpy(&be_tmp, ptr, 2); -+ ether_type = ntohs(be_tmp); -+ -+ if (ether_type == eapol_type) -+ prtnframe = precv_frame; -+ else { -+ /* free this frame */ -+ rtw_free_recvframe(precv_frame, &adapter->recvpriv.free_recv_queue); -+ prtnframe = NULL; -+ } -+ } else{ -+ /* allowed */ -+ /* check decryption status, and decrypt the frame if needed */ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("########portctrl:psta->ieee8021x_blocked == 0\n")); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("portctrl:precv_frame->hdr.attrib.privacy =%x\n", precv_frame->u.hdr.attrib.privacy)); -+ -+ if (pattrib->bdecrypted == 0) -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("portctrl:prxstat->decrypted =%x\n", pattrib->bdecrypted)); -+ -+ prtnframe = precv_frame; -+ /* check is the EAPOL frame or not (Rekey) */ -+ /* if (ether_type == eapol_type) { */ -+ /* RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("########portctrl:ether_type == 0x888e\n")); */ -+ /* check Rekey */ -+ -+ /* prtnframe =precv_frame; */ -+ /* */ -+ /* else { */ -+ /* RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("########portctrl:ether_type = 0x%04x\n", ether_type)); */ -+ /* */ -+ } -+ } else -+ prtnframe = precv_frame; -+ -+ return prtnframe; -+} -+ -+sint recv_decache(union recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *prxcache); -+sint recv_decache(union recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *prxcache) -+{ -+ sint tid = precv_frame->u.hdr.attrib.priority; -+ -+ u16 seq_ctrl = ((precv_frame->u.hdr.attrib.seq_num&0xffff) << 4) | -+ (precv_frame->u.hdr.attrib.frag_num & 0xf); -+ -+ if (tid > 15) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("recv_decache, (tid>15)! seq_ctrl = 0x%x, tid = 0x%x\n", seq_ctrl, tid)); -+ -+ return _FAIL; -+ } -+ -+ if (1) { /* if (bretry) */ -+ if (seq_ctrl == prxcache->tid_rxseq[tid]) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("recv_decache, seq_ctrl = 0x%x, tid = 0x%x, tid_rxseq = 0x%x\n", seq_ctrl, tid, prxcache->tid_rxseq[tid])); -+ -+ return _FAIL; -+ } -+ } -+ -+ prxcache->tid_rxseq[tid] = seq_ctrl; -+ -+ return _SUCCESS; -+ -+} -+ -+void process_pwrbit_data(struct adapter *padapter, union recv_frame *precv_frame); -+void process_pwrbit_data(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned char pwrbit; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta = NULL; -+ -+ psta = rtw_get_stainfo(pstapriv, pattrib->src); -+ -+ pwrbit = GetPwrMgt(ptr); -+ -+ if (psta) { -+ if (pwrbit) { -+ if (!(psta->state & WIFI_SLEEP_STATE)) { -+ /* psta->state |= WIFI_SLEEP_STATE; */ -+ /* pstapriv->sta_dz_bitmap |= BIT(psta->aid); */ -+ -+ stop_sta_xmit(padapter, psta); -+ -+ /* DBG_871X("to sleep, sta_dz_bitmap =%x\n", pstapriv->sta_dz_bitmap); */ -+ } -+ } else{ -+ if (psta->state & WIFI_SLEEP_STATE) { -+ /* psta->state ^= WIFI_SLEEP_STATE; */ -+ /* pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); */ -+ -+ wakeup_sta_to_xmit(padapter, psta); -+ -+ /* DBG_871X("to wakeup, sta_dz_bitmap =%x\n", pstapriv->sta_dz_bitmap); */ -+ } -+ } -+ -+ } -+} -+ -+void process_wmmps_data(struct adapter *padapter, union recv_frame *precv_frame); -+void process_wmmps_data(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta = NULL; -+ -+ psta = rtw_get_stainfo(pstapriv, pattrib->src); -+ -+ if (!psta) -+ return; -+ -+ if (!psta->qos_option) -+ return; -+ -+ if (!(psta->qos_info&0xf)) -+ return; -+ -+ if (psta->state&WIFI_SLEEP_STATE) { -+ u8 wmmps_ac = 0; -+ -+ switch (pattrib->priority) { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(1); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(1); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(1); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(1); -+ break; -+ } -+ -+ if (wmmps_ac) { -+ if (psta->sleepq_ac_len > 0) -+ /* process received triggered frame */ -+ xmit_delivery_enabled_frames(padapter, psta); -+ else -+ /* issue one qos null frame with More data bit = 0 and the EOSP bit set (= 1) */ -+ issue_qos_nulldata(padapter, psta->hwaddr, (u16)pattrib->priority, 0, 0); -+ } -+ } -+} -+ -+void count_rx_stats(struct adapter *padapter, union recv_frame *prframe, struct sta_info *sta); -+void count_rx_stats(struct adapter *padapter, union recv_frame *prframe, struct sta_info *sta) -+{ -+ int sz; -+ struct sta_info *psta = NULL; -+ struct stainfo_stats *pstats = NULL; -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ sz = get_recvframe_len(prframe); -+ precvpriv->rx_bytes += sz; -+ -+ padapter->mlmepriv.LinkDetectInfo.NumRxOkInPeriod++; -+ -+ if ((!MacAddr_isBcst(pattrib->dst)) && (!IS_MCAST(pattrib->dst))) { -+ padapter->mlmepriv.LinkDetectInfo.NumRxUnicastOkInPeriod++; -+ } -+ -+ if (sta) -+ psta = sta; -+ else -+ psta = prframe->u.hdr.psta; -+ -+ if (psta) { -+ pstats = &psta->sta_stats; -+ -+ pstats->rx_data_pkts++; -+ pstats->rx_bytes += sz; -+ } -+ -+ traffic_check_for_leave_lps(padapter, false, 0); -+} -+ -+sint sta2sta_data_frame( -+ struct adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info **psta -+); -+sint sta2sta_data_frame( -+ struct adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info **psta -+) -+{ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ sint ret = _SUCCESS; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u8 *mybssid = get_bssid(pmlmepriv); -+ u8 *myhwaddr = myid(&adapter->eeprompriv); -+ u8 *sta_addr = NULL; -+ sint bmcast = IS_MCAST(pattrib->dst); -+ -+ /* DBG_871X("[%s] %d, seqnum:%d\n", __func__, __LINE__, pattrib->seq_num); */ -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true)) { -+ -+ /* filter packets that SA is myself or multicast or broadcast */ -+ if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, (" SA ==myself\n")); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ if (!memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ !memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ (memcmp(pattrib->bssid, mybssid, ETH_ALEN))) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ sta_addr = pattrib->src; -+ -+ } else if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ { -+ /* For Station mode, sa and bssid should always be BSSID, and DA is my mac-address */ -+ if (memcmp(pattrib->bssid, pattrib->src, ETH_ALEN)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("bssid != TA under STATION_MODE; drop pkt\n")); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ sta_addr = pattrib->bssid; -+ } -+ -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ if (bmcast) { -+ /* For AP mode, if DA == MCAST, then BSSID should be also MCAST */ -+ if (!IS_MCAST(pattrib->bssid)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ } else{ /* not mc-frame */ -+ /* For AP mode, if DA is non-MCAST, then it must be BSSID, and bssid == BSSID */ -+ if (memcmp(pattrib->bssid, pattrib->dst, ETH_ALEN)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ sta_addr = pattrib->src; -+ } -+ -+ } else if (check_fwstate(pmlmepriv, WIFI_MP_STATE) == true) { -+ memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ sta_addr = mybssid; -+ } else -+ ret = _FAIL; -+ -+ -+ -+ if (bmcast) -+ *psta = rtw_get_bcmc_stainfo(adapter); -+ else -+ *psta = rtw_get_stainfo(pstapriv, sta_addr); /* get ap_info */ -+ -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("can't get psta under sta2sta_data_frame ; drop pkt\n")); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+sint ap2sta_data_frame( -+ struct adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info **psta); -+sint ap2sta_data_frame( -+ struct adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info **psta) -+{ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ sint ret = _SUCCESS; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u8 *mybssid = get_bssid(pmlmepriv); -+ u8 *myhwaddr = myid(&adapter->eeprompriv); -+ sint bmcast = IS_MCAST(pattrib->dst); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) -+ && (check_fwstate(pmlmepriv, _FW_LINKED) == true -+ || check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) -+ ) { -+ -+ /* filter packets that SA is myself or multicast or broadcast */ -+ if (!memcmp(myhwaddr, pattrib->src, ETH_ALEN)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, (" SA ==myself\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s SA ="MAC_FMT", myhwaddr ="MAC_FMT"\n", -+ __func__, MAC_ARG(pattrib->src), MAC_ARG(myhwaddr)); -+ #endif -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ /* da should be for me */ -+ if ((memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, -+ (" ap2sta_data_frame: compare DA fail; DA ="MAC_FMT"\n", MAC_ARG(pattrib->dst))); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s DA ="MAC_FMT"\n", __func__, MAC_ARG(pattrib->dst)); -+ #endif -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ -+ /* check BSSID */ -+ if (!memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ !memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ (memcmp(pattrib->bssid, mybssid, ETH_ALEN))) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, -+ (" ap2sta_data_frame: compare BSSID fail ; BSSID ="MAC_FMT"\n", MAC_ARG(pattrib->bssid))); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("mybssid ="MAC_FMT"\n", MAC_ARG(mybssid))); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s BSSID ="MAC_FMT", mybssid ="MAC_FMT"\n", -+ __func__, MAC_ARG(pattrib->bssid), MAC_ARG(mybssid)); -+ DBG_871X("this adapter = %d, buddy adapter = %d\n", adapter->adapter_type, adapter->pbuddystruct adapter->adapter_type); -+ #endif -+ -+ if (!bmcast) { -+ DBG_871X("issue_deauth to the nonassociated ap =" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->bssid)); -+ issue_deauth(adapter, pattrib->bssid, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ } -+ -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ if (bmcast) -+ *psta = rtw_get_bcmc_stainfo(adapter); -+ else -+ *psta = rtw_get_stainfo(pstapriv, pattrib->bssid); /* get ap_info */ -+ -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("ap2sta: can't get psta under STATION_MODE ; drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s can't get psta under STATION_MODE ; drop pkt\n", __func__); -+ #endif -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { -+ } -+ -+ if (GetFrameSubType(ptr) & BIT(6)) { -+ /* No data, will not indicate to upper layer, temporily count it here */ -+ count_rx_stats(adapter, precv_frame, *psta); -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ -+ } else if ((check_fwstate(pmlmepriv, WIFI_MP_STATE) == true) && -+ (check_fwstate(pmlmepriv, _FW_LINKED) == true)) { -+ memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ /* */ -+ memcpy(pattrib->bssid, mybssid, ETH_ALEN); -+ -+ -+ *psta = rtw_get_stainfo(pstapriv, pattrib->bssid); /* get sta_info */ -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("can't get psta under MP_MODE ; drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s can't get psta under WIFI_MP_STATE ; drop pkt\n", __func__); -+ #endif -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ /* Special case */ -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } else{ -+ if (!memcmp(myhwaddr, pattrib->dst, ETH_ALEN) && (!bmcast)) { -+ *psta = rtw_get_stainfo(pstapriv, pattrib->bssid); /* get sta_info */ -+ if (*psta == NULL) { -+ -+ /* for AP multicast issue , modify by yiwei */ -+ static unsigned long send_issue_deauth_time = 0; -+ -+ /* DBG_871X("After send deauth , %u ms has elapsed.\n", jiffies_to_msecs(jiffies - send_issue_deauth_time)); */ -+ -+ if (jiffies_to_msecs(jiffies - send_issue_deauth_time) > 10000 || send_issue_deauth_time == 0) { -+ send_issue_deauth_time = jiffies; -+ -+ DBG_871X("issue_deauth to the ap =" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->bssid)); -+ -+ issue_deauth(adapter, pattrib->bssid, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ } -+ } -+ } -+ -+ ret = _FAIL; -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s fw_state:0x%x\n", __func__, get_fwstate(pmlmepriv)); -+ #endif -+ } -+ -+exit: -+ return ret; -+} -+ -+sint sta2ap_data_frame( -+ struct adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info **psta); -+sint sta2ap_data_frame( -+ struct adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info **psta) -+{ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ unsigned char *mybssid = get_bssid(pmlmepriv); -+ sint ret = _SUCCESS; -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ /* For AP mode, RA =BSSID, TX =STA(SRC_ADDR), A3 =DST_ADDR */ -+ if (memcmp(pattrib->bssid, mybssid, ETH_ALEN)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ *psta = rtw_get_stainfo(pstapriv, pattrib->src); -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("can't get psta under AP_MODE; drop pkt\n")); -+ DBG_871X("issue_deauth to sta =" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->src)); -+ -+ issue_deauth(adapter, pattrib->src, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ -+ process_pwrbit_data(adapter, precv_frame); -+ -+ if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { -+ process_wmmps_data(adapter, precv_frame); -+ } -+ -+ if (GetFrameSubType(ptr) & BIT(6)) { -+ /* No data, will not indicate to upper layer, temporily count it here */ -+ count_rx_stats(adapter, precv_frame, *psta); -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ } else { -+ u8 *myhwaddr = myid(&adapter->eeprompriv); -+ if (memcmp(pattrib->ra, myhwaddr, ETH_ALEN)) { -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ DBG_871X("issue_deauth to sta =" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->src)); -+ issue_deauth(adapter, pattrib->src, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+sint validate_recv_ctrl_frame(struct adapter *padapter, union recv_frame *precv_frame); -+sint validate_recv_ctrl_frame(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct sta_info *psta = NULL; -+ /* uint len = precv_frame->u.hdr.len; */ -+ -+ /* DBG_871X("+validate_recv_ctrl_frame\n"); */ -+ -+ if (GetFrameType(pframe) != WIFI_CTRL_TYPE) -+ return _FAIL; -+ -+ /* receive the frames that ra(a1) is my address */ -+ if (memcmp(GetAddr1Ptr(pframe), myid(&padapter->eeprompriv), ETH_ALEN)) -+ return _FAIL; -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta == NULL) -+ return _FAIL; -+ -+ /* for rx pkt statistics */ -+ psta->sta_stats.rx_ctrl_pkts++; -+ -+ /* only handle ps-poll */ -+ if (GetFrameSubType(pframe) == WIFI_PSPOLL) { -+ u16 aid; -+ u8 wmmps_ac = 0; -+ -+ aid = GetAid(pframe); -+ if (psta->aid != aid) -+ return _FAIL; -+ -+ switch (pattrib->priority) { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(0); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(0); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(0); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(0); -+ break; -+ } -+ -+ if (wmmps_ac) -+ return _FAIL; -+ -+ if (psta->state & WIFI_STA_ALIVE_CHK_STATE) { -+ DBG_871X("%s alive check-rx ps-poll\n", __func__); -+ psta->expire_to = pstapriv->expire_to; -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ } -+ -+ if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { -+ struct list_head *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe = NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ /* spin_lock_bh(&psta->sleep_q.lock); */ -+ spin_lock_bh(&pxmitpriv->lock); -+ -+ xmitframe_phead = get_list_head(&psta->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ if (xmitframe_phead != xmitframe_plist) { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ list_del_init(&pxmitframe->list); -+ -+ psta->sleepq_len--; -+ -+ if (psta->sleepq_len > 0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ pxmitframe->attrib.triggered = 1; -+ -+ /* DBG_871X("handling ps-poll, q_len =%d, tim =%x\n", psta->sleepq_len, pstapriv->tim_bitmap); */ -+ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ if (psta->sleepq_len == 0) { -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ /* DBG_871X("after handling ps-poll, tim =%x\n", pstapriv->tim_bitmap); */ -+ -+ /* upate BCN for TIM IE */ -+ /* update_BCNTIM(padapter); */ -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ } -+ -+ /* spin_unlock_bh(&psta->sleep_q.lock); */ -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ } else{ -+ /* spin_unlock_bh(&psta->sleep_q.lock); */ -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ /* DBG_871X("no buffered packets to xmit\n"); */ -+ if (pstapriv->tim_bitmap&BIT(psta->aid)) { -+ if (psta->sleepq_len == 0) { -+ DBG_871X("no buffered packets to xmit\n"); -+ -+ /* issue nulldata with More data bit = 0 to indicate we have no buffered packets */ -+ issue_nulldata_in_interrupt(padapter, psta->hwaddr); -+ } else{ -+ DBG_871X("error!psta->sleepq_len =%d\n", psta->sleepq_len); -+ psta->sleepq_len = 0; -+ } -+ -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ /* upate BCN for TIM IE */ -+ /* update_BCNTIM(padapter); */ -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ } -+ } -+ } -+ } -+ -+ return _FAIL; -+ -+} -+ -+union recv_frame *recvframe_chk_defrag(struct adapter *padapter, union recv_frame *precv_frame); -+sint validate_recv_mgnt_frame(struct adapter *padapter, union recv_frame *precv_frame); -+sint validate_recv_mgnt_frame(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ /* struct mlme_priv *pmlmepriv = &adapter->mlmepriv; */ -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("+validate_recv_mgnt_frame\n")); -+ -+ precv_frame = recvframe_chk_defrag(padapter, precv_frame); -+ if (precv_frame == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("%s: fragment packet\n", __func__)); -+ return _SUCCESS; -+ } -+ -+ { -+ /* for rx pkt statistics */ -+ struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->u.hdr.rx_data)); -+ if (psta) { -+ psta->sta_stats.rx_mgnt_pkts++; -+ if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) -+ psta->sta_stats.rx_beacon_pkts++; -+ else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) -+ psta->sta_stats.rx_probereq_pkts++; -+ else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { -+ if (!memcmp(padapter->eeprompriv.mac_addr, GetAddr1Ptr(precv_frame->u.hdr.rx_data), ETH_ALEN)) -+ psta->sta_stats.rx_probersp_pkts++; -+ else if (is_broadcast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data)) -+ || is_multicast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data))) -+ psta->sta_stats.rx_probersp_bm_pkts++; -+ else -+ psta->sta_stats.rx_probersp_uo_pkts++; -+ } -+ } -+ } -+ -+ mgt_dispatcher(padapter, precv_frame); -+ -+ return _SUCCESS; -+ -+} -+ -+sint validate_recv_data_frame(struct adapter *adapter, union recv_frame *precv_frame); -+sint validate_recv_data_frame(struct adapter *adapter, union recv_frame *precv_frame) -+{ -+ u8 bretry; -+ u8 *psa, *pda, *pbssid; -+ struct sta_info *psta = NULL; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ sint ret = _SUCCESS; -+ -+ bretry = GetRetry(ptr); -+ pda = get_da(ptr); -+ psa = get_sa(ptr); -+ pbssid = get_hdr_bssid(ptr); -+ -+ if (pbssid == NULL) { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s pbssid == NULL\n", __func__); -+ #endif -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ memcpy(pattrib->dst, pda, ETH_ALEN); -+ memcpy(pattrib->src, psa, ETH_ALEN); -+ -+ memcpy(pattrib->bssid, pbssid, ETH_ALEN); -+ -+ switch (pattrib->to_fr_ds) { -+ case 0: -+ memcpy(pattrib->ra, pda, ETH_ALEN); -+ memcpy(pattrib->ta, psa, ETH_ALEN); -+ ret = sta2sta_data_frame(adapter, precv_frame, &psta); -+ break; -+ -+ case 1: -+ memcpy(pattrib->ra, pda, ETH_ALEN); -+ memcpy(pattrib->ta, pbssid, ETH_ALEN); -+ ret = ap2sta_data_frame(adapter, precv_frame, &psta); -+ break; -+ -+ case 2: -+ memcpy(pattrib->ra, pbssid, ETH_ALEN); -+ memcpy(pattrib->ta, psa, ETH_ALEN); -+ ret = sta2ap_data_frame(adapter, precv_frame, &psta); -+ break; -+ -+ case 3: -+ memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); -+ ret = _FAIL; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, (" case 3\n")); -+ break; -+ -+ default: -+ ret = _FAIL; -+ break; -+ -+ } -+ -+ if (ret == _FAIL) { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s case:%d, res:%d\n", __func__, pattrib->to_fr_ds, ret); -+ #endif -+ goto exit; -+ } else if (ret == RTW_RX_HANDLED) { -+ goto exit; -+ } -+ -+ -+ if (psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, (" after to_fr_ds_chk; psta == NULL\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s psta == NULL\n", __func__); -+ #endif -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ /* psta->rssi = prxcmd->rssi; */ -+ /* psta->signal_quality = prxcmd->sq; */ -+ precv_frame->u.hdr.psta = psta; -+ -+ -+ pattrib->amsdu = 0; -+ pattrib->ack_policy = 0; -+ /* parsing QC field */ -+ if (pattrib->qos == 1) { -+ pattrib->priority = GetPriority((ptr + 24)); -+ pattrib->ack_policy = GetAckpolicy((ptr + 24)); -+ pattrib->amsdu = GetAMsdu((ptr + 24)); -+ pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; -+ -+ if (pattrib->priority != 0 && pattrib->priority != 3) -+ adapter->recvpriv.bIsAnyNonBEPkts = true; -+ -+ } else{ -+ pattrib->priority = 0; -+ pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; -+ } -+ -+ -+ if (pattrib->order)/* HT-CTRL 11n */ -+ pattrib->hdrlen += 4; -+ -+ precv_frame->u.hdr.preorder_ctrl = &psta->recvreorder_ctrl[pattrib->priority]; -+ -+ /* decache, drop duplicate recv packets */ -+ if (recv_decache(precv_frame, bretry, &psta->sta_recvpriv.rxcache) == _FAIL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("decache : drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s recv_decache return _FAIL\n", __func__); -+ #endif -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ if (pattrib->privacy) { -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("validate_recv_data_frame:pattrib->privacy =%x\n", pattrib->privacy)); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("\n ^^^^^^^^^^^IS_MCAST(pattrib->ra(0x%02x)) =%d^^^^^^^^^^^^^^^6\n", pattrib->ra[0], IS_MCAST(pattrib->ra))); -+ -+ GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("\n pattrib->encrypt =%d\n", pattrib->encrypt)); -+ -+ SET_ICE_IV_LEN(pattrib->iv_len, pattrib->icv_len, pattrib->encrypt); -+ } else{ -+ pattrib->encrypt = 0; -+ pattrib->iv_len = pattrib->icv_len = 0; -+ } -+ -+exit: -+ return ret; -+} -+ -+static sint validate_80211w_mgmt(struct adapter *adapter, union recv_frame *precv_frame) -+{ -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ u8 type; -+ u8 subtype; -+ -+ type = GetFrameType(ptr); -+ subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ -+ -+ /* only support station mode */ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) && check_fwstate(pmlmepriv, _FW_LINKED) -+ && adapter->securitypriv.binstallBIPkey == true) { -+ /* unicast management frame decrypt */ -+ if (pattrib->privacy && !(IS_MCAST(GetAddr1Ptr(ptr))) && -+ (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) { -+ u8 *ppp, *mgmt_DATA; -+ u32 data_len = 0; -+ ppp = GetAddr2Ptr(ptr); -+ -+ pattrib->bdecrypted = 0; -+ pattrib->encrypt = _AES_; -+ pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); -+ /* set iv and icv length */ -+ SET_ICE_IV_LEN(pattrib->iv_len, pattrib->icv_len, pattrib->encrypt); -+ memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); -+ memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); -+ /* actual management data frame body */ -+ data_len = pattrib->pkt_len - pattrib->hdrlen - pattrib->iv_len - pattrib->icv_len; -+ mgmt_DATA = rtw_zmalloc(data_len); -+ if (mgmt_DATA == NULL) { -+ DBG_871X("%s mgmt allocate fail !!!!!!!!!\n", __func__); -+ goto validate_80211w_fail; -+ } -+ precv_frame = decryptor(adapter, precv_frame); -+ /* save actual management data frame body */ -+ memcpy(mgmt_DATA, ptr+pattrib->hdrlen+pattrib->iv_len, data_len); -+ /* overwrite the iv field */ -+ memcpy(ptr+pattrib->hdrlen, mgmt_DATA, data_len); -+ /* remove the iv and icv length */ -+ pattrib->pkt_len = pattrib->pkt_len - pattrib->iv_len - pattrib->icv_len; -+ kfree(mgmt_DATA); -+ if (!precv_frame) { -+ DBG_871X("%s mgmt descrypt fail !!!!!!!!!\n", __func__); -+ goto validate_80211w_fail; -+ } -+ } else if (IS_MCAST(GetAddr1Ptr(ptr)) && -+ (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) { -+ sint BIP_ret = _SUCCESS; -+ /* verify BIP MME IE of broadcast/multicast de-auth/disassoc packet */ -+ BIP_ret = rtw_BIP_verify(adapter, (u8 *)precv_frame); -+ if (BIP_ret == _FAIL) { -+ /* DBG_871X("802.11w BIP verify fail\n"); */ -+ goto validate_80211w_fail; -+ } else if (BIP_ret == RTW_RX_HANDLED) { -+ /* DBG_871X("802.11w recv none protected packet\n"); */ -+ /* issue sa query request */ -+ issue_action_SA_Query(adapter, NULL, 0, 0); -+ goto validate_80211w_fail; -+ } -+ } else { /* 802.11w protect */ -+ if (subtype == WIFI_ACTION) { -+ /* according 802.11-2012 standard, these five types are not robust types */ -+ if (ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_PUBLIC && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_HT && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_UNPROTECTED_WNM && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_SELF_PROTECTED && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_P2P) { -+ DBG_871X("action frame category =%d should robust\n", ptr[WLAN_HDR_A3_LEN]); -+ goto validate_80211w_fail; -+ } -+ } else if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC) { -+ DBG_871X("802.11w recv none protected packet\n"); -+ /* issue sa query request */ -+ issue_action_SA_Query(adapter, NULL, 0, 0); -+ goto validate_80211w_fail; -+ } -+ } -+ } -+ return _SUCCESS; -+ -+validate_80211w_fail: -+ return _FAIL; -+ -+} -+ -+static inline void dump_rx_packet(u8 *ptr) -+{ -+ int i; -+ -+ DBG_871X("#############################\n"); -+ for (i = 0; i < 64; i = i+8) -+ DBG_871X("%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:\n", *(ptr+i), -+ *(ptr+i+1), *(ptr+i+2), *(ptr+i+3), *(ptr+i+4), *(ptr+i+5), *(ptr+i+6), *(ptr+i+7)); -+ DBG_871X("#############################\n"); -+} -+ -+sint validate_recv_frame(struct adapter *adapter, union recv_frame *precv_frame); -+sint validate_recv_frame(struct adapter *adapter, union recv_frame *precv_frame) -+{ -+ /* shall check frame subtype, to / from ds, da, bssid */ -+ -+ /* then call check if rx seq/frag. duplicated. */ -+ -+ u8 type; -+ u8 subtype; -+ sint retval = _SUCCESS; -+ -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ u8 ver = (unsigned char) (*ptr)&0x3; -+ -+ /* add version chk */ -+ if (ver != 0) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("validate_recv_data_frame fail! (ver!= 0)\n")); -+ retval = _FAIL; -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_ver_err); -+ goto exit; -+ } -+ -+ type = GetFrameType(ptr); -+ subtype = GetFrameSubType(ptr); /* bit(7)~bit(2) */ -+ -+ pattrib->to_fr_ds = get_tofr_ds(ptr); -+ -+ pattrib->frag_num = GetFragNum(ptr); -+ pattrib->seq_num = GetSequence(ptr); -+ -+ pattrib->pw_save = GetPwrMgt(ptr); -+ pattrib->mfrag = GetMFrag(ptr); -+ pattrib->mdata = GetMData(ptr); -+ pattrib->privacy = GetPrivacy(ptr); -+ pattrib->order = GetOrder(ptr); -+{ -+ u8 bDumpRxPkt; -+ rtw_hal_get_def_var(adapter, HAL_DEF_DBG_DUMP_RXPKT, &(bDumpRxPkt)); -+ if (bDumpRxPkt == 1) /* dump all rx packets */ -+ dump_rx_packet(ptr); -+ else if ((bDumpRxPkt == 2) && (type == WIFI_MGT_TYPE)) -+ dump_rx_packet(ptr); -+ else if ((bDumpRxPkt == 3) && (type == WIFI_DATA_TYPE)) -+ dump_rx_packet(ptr); -+} -+ -+ switch (type) { -+ case WIFI_MGT_TYPE: /* mgnt */ -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_mgmt); -+ if (validate_80211w_mgmt(adapter, precv_frame) == _FAIL) { -+ retval = _FAIL; -+ DBG_COUNTER(padapter->rx_logs.core_rx_pre_mgmt_err_80211w); -+ break; -+ } -+ -+ retval = validate_recv_mgnt_frame(adapter, precv_frame); -+ if (retval == _FAIL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("validate_recv_mgnt_frame fail\n")); -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_mgmt_err); -+ } -+ retval = _FAIL; /* only data frame return _SUCCESS */ -+ break; -+ case WIFI_CTRL_TYPE: /* ctrl */ -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_ctrl); -+ retval = validate_recv_ctrl_frame(adapter, precv_frame); -+ if (retval == _FAIL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("validate_recv_ctrl_frame fail\n")); -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_ctrl_err); -+ } -+ retval = _FAIL; /* only data frame return _SUCCESS */ -+ break; -+ case WIFI_DATA_TYPE: /* data */ -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data); -+ -+ pattrib->qos = (subtype & BIT(7)) ? 1:0; -+ retval = validate_recv_data_frame(adapter, precv_frame); -+ if (retval == _FAIL) { -+ struct recv_priv *precvpriv = &adapter->recvpriv; -+ /* RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("validate_recv_data_frame fail\n")); */ -+ precvpriv->rx_drop++; -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data_err); -+ } else if (retval == _SUCCESS) { -+#ifdef DBG_RX_DUMP_EAP -+ u8 bDumpRxPkt; -+ u16 eth_type; -+ -+ /* dump eapol */ -+ rtw_hal_get_def_var(adapter, HAL_DEF_DBG_DUMP_RXPKT, &(bDumpRxPkt)); -+ /* get ether_type */ -+ memcpy(ð_type, ptr + pattrib->hdrlen + pattrib->iv_len + LLC_HEADER_SIZE, 2); -+ eth_type = ntohs((unsigned short) eth_type); -+ if ((bDumpRxPkt == 4) && (eth_type == 0x888e)) -+ dump_rx_packet(ptr); -+#endif -+ } else -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data_handled); -+ break; -+ default: -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_unknown); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("validate_recv_data_frame fail! type = 0x%x\n", type)); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME validate_recv_data_frame fail! type = 0x%x\n", type); -+ #endif -+ retval = _FAIL; -+ break; -+ } -+ -+exit: -+ return retval; -+} -+ -+ -+/* remove the wlanhdr and add the eth_hdr */ -+sint wlanhdr_to_ethhdr(union recv_frame *precvframe); -+sint wlanhdr_to_ethhdr(union recv_frame *precvframe) -+{ -+ sint rmv_len; -+ u16 eth_type, len; -+ u8 bsnaphdr; -+ u8 *psnap_type; -+ struct ieee80211_snap_hdr *psnap; -+ __be16 be_tmp; -+ sint ret = _SUCCESS; -+ struct adapter *adapter = precvframe->u.hdr.adapter; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u8 *ptr = get_recvframe_data(precvframe) ; /* point to frame_ctrl field */ -+ struct rx_pkt_attrib *pattrib = &precvframe->u.hdr.attrib; -+ -+ if (pattrib->encrypt) { -+ recvframe_pull_tail(precvframe, pattrib->icv_len); -+ } -+ -+ psnap = (struct ieee80211_snap_hdr *)(ptr+pattrib->hdrlen + pattrib->iv_len); -+ psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; -+ /* convert hdr + possible LLC headers into Ethernet header */ -+ /* eth_type = (psnap_type[0] << 8) | psnap_type[1]; */ -+ if ((!memcmp(psnap, rtw_rfc1042_header, SNAP_SIZE) && -+ (memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2)) && -+ (memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || -+ /* eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || */ -+ !memcmp(psnap, rtw_bridge_tunnel_header, SNAP_SIZE)) { -+ /* remove RFC1042 or Bridge-Tunnel encapsulation and replace EtherType */ -+ bsnaphdr = true; -+ } else -+ /* Leave Ethernet header part of hdr and full payload */ -+ bsnaphdr = false; -+ -+ rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); -+ len = precvframe->u.hdr.len - rmv_len; -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("\n ===pattrib->hdrlen: %x, pattrib->iv_len:%x ===\n\n", pattrib->hdrlen, pattrib->iv_len)); -+ -+ memcpy(&be_tmp, ptr+rmv_len, 2); -+ eth_type = ntohs(be_tmp); /* pattrib->ether_type */ -+ pattrib->eth_type = eth_type; -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if (0x8899 == pattrib->eth_type) { -+ struct sta_info *psta = precvframe->u.hdr.psta; -+ -+ DBG_871X("wlan rx: got eth_type = 0x%x\n", pattrib->eth_type); -+ -+ if (psta && psta->isrc && psta->pid > 0) { -+ u16 rx_pid; -+ -+ rx_pid = *(u16 *)(ptr+rmv_len+2); -+ -+ DBG_871X("wlan rx(pid = 0x%x): sta("MAC_FMT") pid = 0x%x\n", -+ rx_pid, MAC_ARG(psta->hwaddr), psta->pid); -+ -+ if (rx_pid == psta->pid) { -+ int i; -+ u16 len = *(u16 *)(ptr+rmv_len+4); -+ /* u16 ctrl_type = *(u16*)(ptr+rmv_len+6); */ -+ -+ /* DBG_871X("RC: len = 0x%x, ctrl_type = 0x%x\n", len, ctrl_type); */ -+ DBG_871X("RC: len = 0x%x\n", len); -+ -+ for (i = 0; i < len ; i++) -+ DBG_871X("0x%x\n", *(ptr+rmv_len+6+i)); -+ /* DBG_871X("0x%x\n", *(ptr+rmv_len+8+i)); */ -+ -+ DBG_871X("RC-end\n"); -+ } -+ } -+ } -+#endif /* CONFIG_AUTO_AP_MODE */ -+ -+ if ((check_fwstate(pmlmepriv, WIFI_MP_STATE) == true)) { -+ ptr += rmv_len; -+ *ptr = 0x87; -+ *(ptr+1) = 0x12; -+ -+ eth_type = 0x8712; -+ /* append rx status for mp test packets */ -+ ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+2)-24); -+ memcpy(ptr, get_rxmem(precvframe), 24); -+ ptr += 24; -+ } else -+ ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); -+ -+ memcpy(ptr, pattrib->dst, ETH_ALEN); -+ memcpy(ptr+ETH_ALEN, pattrib->src, ETH_ALEN); -+ -+ if (!bsnaphdr) { -+ be_tmp = htons(len); -+ memcpy(ptr+12, &be_tmp, 2); -+ } -+ -+ return ret; -+} -+ -+/* perform defrag */ -+union recv_frame *recvframe_defrag(struct adapter *adapter, struct __queue *defrag_q) -+{ -+ struct list_head *plist, *phead; -+ u8 *data, wlanhdr_offset; -+ u8 curfragnum; -+ struct recv_frame_hdr *pfhdr, *pnfhdr; -+ union recv_frame *prframe, *pnextrframe; -+ struct __queue *pfree_recv_queue; -+ -+ curfragnum = 0; -+ pfree_recv_queue = &adapter->recvpriv.free_recv_queue; -+ -+ phead = get_list_head(defrag_q); -+ plist = get_next(phead); -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pfhdr = &prframe->u.hdr; -+ list_del_init(&(prframe->u.list)); -+ -+ if (curfragnum != pfhdr->attrib.frag_num) { -+ /* the first fragment number must be 0 */ -+ /* free the whole queue */ -+ rtw_free_recvframe(prframe, pfree_recv_queue); -+ rtw_free_recvframe_queue(defrag_q, pfree_recv_queue); -+ -+ return NULL; -+ } -+ -+ curfragnum++; -+ -+ plist = get_list_head(defrag_q); -+ -+ plist = get_next(plist); -+ -+ data = get_recvframe_data(prframe); -+ -+ while (phead != plist) { -+ pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pnfhdr = &pnextrframe->u.hdr; -+ -+ -+ /* check the fragment sequence (2nd ~n fragment frame) */ -+ -+ if (curfragnum != pnfhdr->attrib.frag_num) { -+ /* the fragment number must be increasing (after decache) */ -+ /* release the defrag_q & prframe */ -+ rtw_free_recvframe(prframe, pfree_recv_queue); -+ rtw_free_recvframe_queue(defrag_q, pfree_recv_queue); -+ return NULL; -+ } -+ -+ curfragnum++; -+ -+ /* copy the 2nd~n fragment frame's payload to the first fragment */ -+ /* get the 2nd~last fragment frame's payload */ -+ -+ wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; -+ -+ recvframe_pull(pnextrframe, wlanhdr_offset); -+ -+ /* append to first fragment frame's tail (if privacy frame, pull the ICV) */ -+ recvframe_pull_tail(prframe, pfhdr->attrib.icv_len); -+ -+ /* memcpy */ -+ memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); -+ -+ recvframe_put(prframe, pnfhdr->len); -+ -+ pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; -+ plist = get_next(plist); -+ -+ }; -+ -+ /* free the defrag_q queue and return the prframe */ -+ rtw_free_recvframe_queue(defrag_q, pfree_recv_queue); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("Performance defrag!!!!!\n")); -+ -+ return prframe; -+} -+ -+/* check if need to defrag, if needed queue the frame to defrag_q */ -+union recv_frame *recvframe_chk_defrag(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 ismfrag; -+ u8 fragnum; -+ u8 *psta_addr; -+ struct recv_frame_hdr *pfhdr; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv; -+ struct list_head *phead; -+ union recv_frame *prtnframe = NULL; -+ struct __queue *pfree_recv_queue, *pdefrag_q; -+ -+ pstapriv = &padapter->stapriv; -+ -+ pfhdr = &precv_frame->u.hdr; -+ -+ pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ -+ /* need to define struct of wlan header frame ctrl */ -+ ismfrag = pfhdr->attrib.mfrag; -+ fragnum = pfhdr->attrib.frag_num; -+ -+ psta_addr = pfhdr->attrib.ta; -+ psta = rtw_get_stainfo(pstapriv, psta_addr); -+ if (psta == NULL) { -+ u8 type = GetFrameType(pfhdr->rx_data); -+ if (type != WIFI_DATA_TYPE) { -+ psta = rtw_get_bcmc_stainfo(padapter); -+ pdefrag_q = &psta->sta_recvpriv.defrag_q; -+ } else -+ pdefrag_q = NULL; -+ } else -+ pdefrag_q = &psta->sta_recvpriv.defrag_q; -+ -+ if ((ismfrag == 0) && (fragnum == 0)) -+ prtnframe = precv_frame;/* isn't a fragment frame */ -+ -+ if (ismfrag == 1) { -+ /* 0~(n-1) fragment frame */ -+ /* enqueue to defraf_g */ -+ if (pdefrag_q != NULL) { -+ if (fragnum == 0) -+ /* the first fragment */ -+ if (!list_empty(&pdefrag_q->queue)) -+ /* free current defrag_q */ -+ rtw_free_recvframe_queue(pdefrag_q, pfree_recv_queue); -+ -+ -+ /* Then enqueue the 0~(n-1) fragment into the defrag_q */ -+ -+ /* spin_lock(&pdefrag_q->lock); */ -+ phead = get_list_head(pdefrag_q); -+ list_add_tail(&pfhdr->list, phead); -+ /* spin_unlock(&pdefrag_q->lock); */ -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("Enqueuq: ismfrag = %d, fragnum = %d\n", ismfrag, fragnum)); -+ -+ prtnframe = NULL; -+ -+ } else{ -+ /* can't find this ta's defrag_queue, so free this recv_frame */ -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ prtnframe = NULL; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("Free because pdefrag_q == NULL: ismfrag = %d, fragnum = %d\n", ismfrag, fragnum)); -+ } -+ -+ } -+ -+ if ((ismfrag == 0) && (fragnum != 0)) { -+ /* the last fragment frame */ -+ /* enqueue the last fragment */ -+ if (pdefrag_q != NULL) { -+ /* spin_lock(&pdefrag_q->lock); */ -+ phead = get_list_head(pdefrag_q); -+ list_add_tail(&pfhdr->list, phead); -+ /* spin_unlock(&pdefrag_q->lock); */ -+ -+ /* call recvframe_defrag to defrag */ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("defrag: ismfrag = %d, fragnum = %d\n", ismfrag, fragnum)); -+ precv_frame = recvframe_defrag(padapter, pdefrag_q); -+ prtnframe = precv_frame; -+ -+ } else{ -+ /* can't find this ta's defrag_queue, so free this recv_frame */ -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ prtnframe = NULL; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("Free because pdefrag_q == NULL: ismfrag = %d, fragnum = %d\n", ismfrag, fragnum)); -+ } -+ -+ } -+ -+ -+ if ((prtnframe != NULL) && (prtnframe->u.hdr.attrib.privacy)) { -+ /* after defrag we must check tkip mic code */ -+ if (recvframe_chkmic(padapter, prtnframe) == _FAIL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("recvframe_chkmic(padapter, prtnframe) == _FAIL\n")); -+ rtw_free_recvframe(prtnframe, pfree_recv_queue); -+ prtnframe = NULL; -+ } -+ } -+ return prtnframe; -+} -+ -+static int amsdu_to_msdu(struct adapter *padapter, union recv_frame *prframe) -+{ -+ int a_len, padding_len; -+ u16 nSubframe_Length; -+ u8 nr_subframes, i; -+ u8 *pdata; -+ _pkt *sub_pkt, *subframes[MAX_SUBFRAME_COUNT]; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct __queue *pfree_recv_queue = &(precvpriv->free_recv_queue); -+ int ret = _SUCCESS; -+ -+ nr_subframes = 0; -+ -+ recvframe_pull(prframe, prframe->u.hdr.attrib.hdrlen); -+ -+ if (prframe->u.hdr.attrib.iv_len > 0) -+ recvframe_pull(prframe, prframe->u.hdr.attrib.iv_len); -+ -+ a_len = prframe->u.hdr.len; -+ -+ pdata = prframe->u.hdr.rx_data; -+ -+ while (a_len > ETH_HLEN) { -+ -+ /* Offset 12 denote 2 mac address */ -+ nSubframe_Length = RTW_GET_BE16(pdata + 12); -+ -+ if (a_len < (ETHERNET_HEADER_SIZE + nSubframe_Length)) { -+ DBG_871X("nRemain_Length is %d and nSubframe_Length is : %d\n", a_len, nSubframe_Length); -+ break; -+ } -+ -+ sub_pkt = rtw_os_alloc_msdu_pkt(prframe, nSubframe_Length, pdata); -+ if (sub_pkt == NULL) { -+ DBG_871X("%s(): allocate sub packet fail !!!\n", __func__); -+ break; -+ } -+ -+ /* move the data point to data content */ -+ pdata += ETH_HLEN; -+ a_len -= ETH_HLEN; -+ -+ subframes[nr_subframes++] = sub_pkt; -+ -+ if (nr_subframes >= MAX_SUBFRAME_COUNT) { -+ DBG_871X("ParseSubframe(): Too many Subframes! Packets dropped!\n"); -+ break; -+ } -+ -+ pdata += nSubframe_Length; -+ a_len -= nSubframe_Length; -+ if (a_len != 0) { -+ padding_len = 4 - ((nSubframe_Length + ETH_HLEN) & (4-1)); -+ if (padding_len == 4) { -+ padding_len = 0; -+ } -+ -+ if (a_len < padding_len) { -+ DBG_871X("ParseSubframe(): a_len < padding_len !\n"); -+ break; -+ } -+ pdata += padding_len; -+ a_len -= padding_len; -+ } -+ } -+ -+ for (i = 0; i < nr_subframes; i++) { -+ sub_pkt = subframes[i]; -+ -+ /* Indicat the packets to upper layer */ -+ if (sub_pkt) { -+ rtw_os_recv_indicate_pkt(padapter, sub_pkt, &prframe->u.hdr.attrib); -+ } -+ } -+ -+ prframe->u.hdr.len = 0; -+ rtw_free_recvframe(prframe, pfree_recv_queue);/* free this recv_frame */ -+ -+ return ret; -+} -+ -+int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num); -+int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num) -+{ -+ struct adapter *padapter = preorder_ctrl->padapter; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ u8 wsize = preorder_ctrl->wsize_b; -+ u16 wend = (preorder_ctrl->indicate_seq + wsize - 1) & 0xFFF;/* 4096; */ -+ -+ /* Rx Reorder initialize condition. */ -+ if (preorder_ctrl->indicate_seq == 0xFFFF) { -+ preorder_ctrl->indicate_seq = seq_num; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d init IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ -+ /* DbgPrint("check_indicate_seq, 1st->indicate_seq =%d\n", precvpriv->indicate_seq); */ -+ } -+ -+ /* DbgPrint("enter->check_indicate_seq(): IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); */ -+ -+ /* Drop out the packet which SeqNum is smaller than WinStart */ -+ if (SN_LESS(seq_num, preorder_ctrl->indicate_seq)) { -+ /* RT_TRACE(COMP_RX_REORDER, DBG_LOUD, ("CheckRxTsIndicateSeq(): Packet Drop! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, NewSeqNum)); */ -+ /* DbgPrint("CheckRxTsIndicateSeq(): Packet Drop! IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); */ -+ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("%s IndicateSeq: %d > NewSeq: %d\n", __func__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ -+ -+ return false; -+ } -+ -+ /* */ -+ /* Sliding window manipulation. Conditions includes: */ -+ /* 1. Incoming SeqNum is equal to WinStart =>Window shift 1 */ -+ /* 2. Incoming SeqNum is larger than the WinEnd => Window shift N */ -+ /* */ -+ if (SN_EQUAL(seq_num, preorder_ctrl->indicate_seq)) { -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1) & 0xFFF; -+ -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d SN_EQUAL IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ } else if (SN_LESS(wend, seq_num)) { -+ /* RT_TRACE(COMP_RX_REORDER, DBG_LOUD, ("CheckRxTsIndicateSeq(): Window Shift! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, NewSeqNum)); */ -+ /* DbgPrint("CheckRxTsIndicateSeq(): Window Shift! IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); */ -+ -+ /* boundary situation, when seq_num cross 0xFFF */ -+ if (seq_num >= (wsize - 1)) -+ preorder_ctrl->indicate_seq = seq_num + 1 - wsize; -+ else -+ preorder_ctrl->indicate_seq = 0xFFF - (wsize - (seq_num + 1)) + 1; -+ pdbgpriv->dbg_rx_ampdu_window_shift_cnt++; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d SN_LESS(wend, seq_num) IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ } -+ -+ /* DbgPrint("exit->check_indicate_seq(): IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); */ -+ -+ return true; -+} -+ -+int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe); -+int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) -+{ -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ struct __queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ struct list_head *phead, *plist; -+ union recv_frame *pnextrframe; -+ struct rx_pkt_attrib *pnextattrib; -+ -+ /* DbgPrint("+enqueue_reorder_recvframe()\n"); */ -+ -+ /* spin_lock_irqsave(&ppending_recvframe_queue->lock, irql); */ -+ /* spin_lock(&ppending_recvframe_queue->lock); */ -+ -+ -+ phead = get_list_head(ppending_recvframe_queue); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pnextattrib = &pnextrframe->u.hdr.attrib; -+ -+ if (SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) -+ plist = get_next(plist); -+ else if (SN_EQUAL(pnextattrib->seq_num, pattrib->seq_num)) -+ /* Duplicate entry is found!! Do not insert current entry. */ -+ /* RT_TRACE(COMP_RX_REORDER, DBG_TRACE, ("InsertRxReorderList(): Duplicate packet is dropped!! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, SeqNum)); */ -+ /* spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); */ -+ return false; -+ else -+ break; -+ -+ /* DbgPrint("enqueue_reorder_recvframe():while\n"); */ -+ -+ } -+ -+ -+ /* spin_lock_irqsave(&ppending_recvframe_queue->lock, irql); */ -+ /* spin_lock(&ppending_recvframe_queue->lock); */ -+ -+ list_del_init(&(prframe->u.hdr.list)); -+ -+ list_add_tail(&(prframe->u.hdr.list), plist); -+ -+ /* spin_unlock(&ppending_recvframe_queue->lock); */ -+ /* spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); */ -+ -+ -+ /* RT_TRACE(COMP_RX_REORDER, DBG_TRACE, ("InsertRxReorderList(): Pkt insert into buffer!! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, SeqNum)); */ -+ return true; -+ -+} -+ -+void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq); -+void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq) -+{ -+ if (current_seq < prev_seq) -+ pdbgpriv->dbg_rx_ampdu_loss_count += (4096 + current_seq - prev_seq); -+ else -+ pdbgpriv->dbg_rx_ampdu_loss_count += (current_seq - prev_seq); -+ -+} -+int recv_indicatepkts_in_order(struct adapter *padapter, struct recv_reorder_ctrl *preorder_ctrl, int bforced); -+int recv_indicatepkts_in_order(struct adapter *padapter, struct recv_reorder_ctrl *preorder_ctrl, int bforced) -+{ -+ struct list_head *phead, *plist; -+ union recv_frame *prframe; -+ struct rx_pkt_attrib *pattrib; -+ /* u8 index = 0; */ -+ int bPktInBuf = false; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct __queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate_in_oder); -+ -+ /* DbgPrint("+recv_indicatepkts_in_order\n"); */ -+ -+ /* spin_lock_irqsave(&ppending_recvframe_queue->lock, irql); */ -+ /* spin_lock(&ppending_recvframe_queue->lock); */ -+ -+ phead = get_list_head(ppending_recvframe_queue); -+ plist = get_next(phead); -+ -+ /* Handling some condition for forced indicate case. */ -+ if (bforced == true) { -+ pdbgpriv->dbg_rx_ampdu_forced_indicate_count++; -+ if (list_empty(phead)) { -+ /* spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); */ -+ /* spin_unlock(&ppending_recvframe_queue->lock); */ -+ return true; -+ } -+ -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pattrib = &prframe->u.hdr.attrib; -+ -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ recv_indicatepkts_pkt_loss_cnt(pdbgpriv, preorder_ctrl->indicate_seq, pattrib->seq_num); -+ preorder_ctrl->indicate_seq = pattrib->seq_num; -+ -+ } -+ -+ /* Prepare indication list and indication. */ -+ /* Check if there is any packet need indicate. */ -+ while (!list_empty(phead)) { -+ -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pattrib = &prframe->u.hdr.attrib; -+ -+ if (!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, -+ ("recv_indicatepkts_in_order: indicate =%d seq =%d amsdu =%d\n", -+ preorder_ctrl->indicate_seq, pattrib->seq_num, pattrib->amsdu)); -+ -+ plist = get_next(plist); -+ list_del_init(&(prframe->u.hdr.list)); -+ -+ if (SN_EQUAL(preorder_ctrl->indicate_seq, pattrib->seq_num)) { -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1) & 0xFFF; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ } -+ -+ /* Set this as a lock to make sure that only one thread is indicating packet. */ -+ /* pTS->RxIndicateState = RXTS_INDICATE_PROCESSING; */ -+ -+ /* Indicate packets */ -+ /* RT_ASSERT((index<=REORDER_WIN_SIZE), ("RxReorderIndicatePacket(): Rx Reorder buffer full!!\n")); */ -+ -+ -+ /* indicate this recv_frame */ -+ /* DbgPrint("recv_indicatepkts_in_order, indicate_seq =%d, seq_num =%d\n", precvpriv->indicate_seq, pattrib->seq_num); */ -+ if (!pattrib->amsdu) { -+ /* DBG_871X("recv_indicatepkts_in_order, amsdu!= 1, indicate_seq =%d, seq_num =%d\n", preorder_ctrl->indicate_seq, pattrib->seq_num); */ -+ -+ if ((padapter->bDriverStopped == false) && -+ (padapter->bSurpriseRemoved == false)) -+ rtw_recv_indicatepkt(padapter, prframe);/* indicate this recv_frame */ -+ -+ } else if (pattrib->amsdu == 1) { -+ if (amsdu_to_msdu(padapter, prframe) != _SUCCESS) -+ rtw_free_recvframe(prframe, &precvpriv->free_recv_queue); -+ -+ } else{ -+ /* error condition; */ -+ } -+ -+ -+ /* Update local variables. */ -+ bPktInBuf = false; -+ -+ } else{ -+ bPktInBuf = true; -+ break; -+ } -+ -+ /* DbgPrint("recv_indicatepkts_in_order():while\n"); */ -+ -+ } -+ -+ /* spin_unlock(&ppending_recvframe_queue->lock); */ -+ /* spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); */ -+ -+ return bPktInBuf; -+} -+ -+int recv_indicatepkt_reorder(struct adapter *padapter, union recv_frame *prframe); -+int recv_indicatepkt_reorder(struct adapter *padapter, union recv_frame *prframe) -+{ -+ int retval = _SUCCESS; -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ struct recv_reorder_ctrl *preorder_ctrl = prframe->u.hdr.preorder_ctrl; -+ struct __queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate_reoder); -+ -+ if (!pattrib->amsdu) { -+ /* s1. */ -+ wlanhdr_to_ethhdr(prframe); -+ -+ if (pattrib->qos != 1) { -+ if ((padapter->bDriverStopped == false) && -+ (padapter->bSurpriseRemoved == false)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("@@@@ recv_indicatepkt_reorder -recv_func recv_indicatepkt\n")); -+ -+ rtw_recv_indicatepkt(padapter, prframe); -+ return _SUCCESS; -+ -+ } -+ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s pattrib->qos != 1\n", __func__); -+ #endif -+ -+ return _FAIL; -+ -+ } -+ -+ if (preorder_ctrl->enable == false) { -+ /* indicate this recv_frame */ -+ preorder_ctrl->indicate_seq = pattrib->seq_num; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ rtw_recv_indicatepkt(padapter, prframe); -+ -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1)%4096; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ return _SUCCESS; -+ } -+ } else if (pattrib->amsdu == 1) { /* temp filter -> means didn't support A-MSDUs in a A-MPDU */ -+ if (preorder_ctrl->enable == false) { -+ preorder_ctrl->indicate_seq = pattrib->seq_num; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ retval = amsdu_to_msdu(padapter, prframe); -+ -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1)%4096; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ if (retval != _SUCCESS) { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s amsdu_to_msdu fail\n", __func__); -+ #endif -+ } -+ -+ return retval; -+ } -+ } -+ -+ spin_lock_bh(&ppending_recvframe_queue->lock); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, -+ ("recv_indicatepkt_reorder: indicate =%d seq =%d\n", -+ preorder_ctrl->indicate_seq, pattrib->seq_num)); -+ -+ /* s2. check if winstart_b(indicate_seq) needs to been updated */ -+ if (!check_indicate_seq(preorder_ctrl, pattrib->seq_num)) { -+ pdbgpriv->dbg_rx_ampdu_drop_count++; -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s check_indicate_seq fail\n", __func__); -+ #endif -+ goto _err_exit; -+ } -+ -+ -+ /* s3. Insert all packet into Reorder Queue to maintain its ordering. */ -+ if (!enqueue_reorder_recvframe(preorder_ctrl, prframe)) { -+ /* DbgPrint("recv_indicatepkt_reorder, enqueue_reorder_recvframe fail!\n"); */ -+ /* spin_unlock_irqrestore(&ppending_recvframe_queue->lock, irql); */ -+ /* return _FAIL; */ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s enqueue_reorder_recvframe fail\n", __func__); -+ #endif -+ goto _err_exit; -+ } -+ -+ -+ /* s4. */ -+ /* Indication process. */ -+ /* After Packet dropping and Sliding Window shifting as above, we can now just indicate the packets */ -+ /* with the SeqNum smaller than latest WinStart and buffer other packets. */ -+ /* */ -+ /* For Rx Reorder condition: */ -+ /* 1. All packets with SeqNum smaller than WinStart => Indicate */ -+ /* 2. All packets with SeqNum larger than or equal to WinStart => Buffer it. */ -+ /* */ -+ -+ /* recv_indicatepkts_in_order(padapter, preorder_ctrl, true); */ -+ if (recv_indicatepkts_in_order(padapter, preorder_ctrl, false) == true) { -+ _set_timer(&preorder_ctrl->reordering_ctrl_timer, REORDER_WAIT_TIME); -+ spin_unlock_bh(&ppending_recvframe_queue->lock); -+ } else{ -+ spin_unlock_bh(&ppending_recvframe_queue->lock); -+ del_timer_sync(&preorder_ctrl->reordering_ctrl_timer); -+ } -+ -+ return _SUCCESS; -+ -+_err_exit: -+ spin_unlock_bh(&ppending_recvframe_queue->lock); -+ -+ return _FAIL; -+} -+ -+ -+void rtw_reordering_ctrl_timeout_handler(void *pcontext) -+{ -+ struct recv_reorder_ctrl *preorder_ctrl = (struct recv_reorder_ctrl *)pcontext; -+ struct adapter *padapter = preorder_ctrl->padapter; -+ struct __queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ -+ -+ if (padapter->bDriverStopped || padapter->bSurpriseRemoved) -+ return; -+ -+ /* DBG_871X("+rtw_reordering_ctrl_timeout_handler() =>\n"); */ -+ -+ spin_lock_bh(&ppending_recvframe_queue->lock); -+ -+ if (recv_indicatepkts_in_order(padapter, preorder_ctrl, true) == true) -+ _set_timer(&preorder_ctrl->reordering_ctrl_timer, REORDER_WAIT_TIME); -+ -+ spin_unlock_bh(&ppending_recvframe_queue->lock); -+ -+} -+ -+int process_recv_indicatepkts(struct adapter *padapter, union recv_frame *prframe); -+int process_recv_indicatepkts(struct adapter *padapter, union recv_frame *prframe) -+{ -+ int retval = _SUCCESS; -+ /* struct recv_priv *precvpriv = &padapter->recvpriv; */ -+ /* struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; */ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate); -+ -+ if (phtpriv->ht_option == true) { /* B/G/N Mode */ -+ /* prframe->u.hdr.preorder_ctrl = &precvpriv->recvreorder_ctrl[pattrib->priority]; */ -+ -+ if (recv_indicatepkt_reorder(padapter, prframe) != _SUCCESS) { /* including perform A-MPDU Rx Ordering Buffer Control */ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s recv_indicatepkt_reorder error!\n", __func__); -+ #endif -+ -+ if ((padapter->bDriverStopped == false) && -+ (padapter->bSurpriseRemoved == false)) { -+ retval = _FAIL; -+ return retval; -+ } -+ } -+ } else { /* B/G mode */ -+ retval = wlanhdr_to_ethhdr(prframe); -+ if (retval != _SUCCESS) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("wlanhdr_to_ethhdr: drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s wlanhdr_to_ethhdr error!\n", __func__); -+ #endif -+ return retval; -+ } -+ -+ if ((padapter->bDriverStopped == false) && (padapter->bSurpriseRemoved == false)) { -+ /* indicate this recv_frame */ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("@@@@ process_recv_indicatepkts- recv_func recv_indicatepkt\n")); -+ rtw_recv_indicatepkt(padapter, prframe); -+ -+ -+ } else{ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("@@@@ process_recv_indicatepkts- recv_func free_indicatepkt\n")); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("recv_func:bDriverStopped(%d) OR bSurpriseRemoved(%d)", padapter->bDriverStopped, padapter->bSurpriseRemoved)); -+ retval = _FAIL; -+ return retval; -+ } -+ -+ } -+ -+ return retval; -+ -+} -+ -+static int recv_func_prehandle(struct adapter *padapter, union recv_frame *rframe) -+{ -+ int ret = _SUCCESS; -+ struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_pre); -+ -+ /* check the frame crtl field and decache */ -+ ret = validate_recv_frame(padapter, rframe); -+ if (ret != _SUCCESS) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("recv_func: validate_recv_frame fail! drop pkt\n")); -+ rtw_free_recvframe(rframe, pfree_recv_queue);/* free this recv_frame */ -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+static int recv_func_posthandle(struct adapter *padapter, union recv_frame *prframe) -+{ -+ int ret = _SUCCESS; -+ union recv_frame *orig_prframe = prframe; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post); -+ -+ prframe = decryptor(padapter, prframe); -+ if (prframe == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("decryptor: drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s decryptor: drop pkt\n", __func__); -+ #endif -+ ret = _FAIL; -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_err); -+ goto _recv_data_drop; -+ } -+ -+ prframe = recvframe_chk_defrag(padapter, prframe); -+ if (prframe == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("recvframe_chk_defrag: drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s recvframe_chk_defrag: drop pkt\n", __func__); -+ #endif -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_defrag_err); -+ goto _recv_data_drop; -+ } -+ -+ prframe = portctrl(padapter, prframe); -+ if (prframe == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("portctrl: drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s portctrl: drop pkt\n", __func__); -+ #endif -+ ret = _FAIL; -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_portctrl_err); -+ goto _recv_data_drop; -+ } -+ -+ count_rx_stats(padapter, prframe, NULL); -+ -+ ret = process_recv_indicatepkts(padapter, prframe); -+ if (ret != _SUCCESS) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("recv_func: process_recv_indicatepkts fail!\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s process_recv_indicatepkts fail!\n", __func__); -+ #endif -+ rtw_free_recvframe(orig_prframe, pfree_recv_queue);/* free this recv_frame */ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate_err); -+ goto _recv_data_drop; -+ } -+ -+_recv_data_drop: -+ precvpriv->rx_drop++; -+ return ret; -+} -+ -+ -+int recv_func(struct adapter *padapter, union recv_frame *rframe); -+int recv_func(struct adapter *padapter, union recv_frame *rframe) -+{ -+ int ret; -+ struct rx_pkt_attrib *prxattrib = &rframe->u.hdr.attrib; -+ struct recv_priv *recvpriv = &padapter->recvpriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *mlmepriv = &padapter->mlmepriv; -+ -+ /* check if need to handle uc_swdec_pending_queue*/ -+ if (check_fwstate(mlmepriv, WIFI_STATION_STATE) && psecuritypriv->busetkipkey) { -+ union recv_frame *pending_frame; -+ int cnt = 0; -+ -+ while ((pending_frame = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue))) { -+ cnt++; -+ DBG_COUNTER(padapter->rx_logs.core_rx_dequeue); -+ recv_func_posthandle(padapter, pending_frame); -+ } -+ -+ if (cnt) -+ DBG_871X(FUNC_ADPT_FMT" dequeue %d from uc_swdec_pending_queue\n", -+ FUNC_ADPT_ARG(padapter), cnt); -+ } -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx); -+ ret = recv_func_prehandle(padapter, rframe); -+ -+ if (ret == _SUCCESS) { -+ -+ /* check if need to enqueue into uc_swdec_pending_queue*/ -+ if (check_fwstate(mlmepriv, WIFI_STATION_STATE) && -+ !IS_MCAST(prxattrib->ra) && prxattrib->encrypt > 0 && -+ (prxattrib->bdecrypted == 0 || psecuritypriv->sw_decrypt == true) && -+ psecuritypriv->ndisauthtype == Ndis802_11AuthModeWPAPSK && -+ !psecuritypriv->busetkipkey) { -+ DBG_COUNTER(padapter->rx_logs.core_rx_enqueue); -+ rtw_enqueue_recvframe(rframe, &padapter->recvpriv.uc_swdec_pending_queue); -+ /* DBG_871X("%s: no key, enqueue uc_swdec_pending_queue\n", __func__); */ -+ -+ if (recvpriv->free_recvframe_cnt < NR_RECVFRAME/4) { -+ /* to prevent from recvframe starvation, get recvframe from uc_swdec_pending_queue to free_recvframe_cnt */ -+ rframe = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue); -+ if (rframe) -+ goto do_posthandle; -+ } -+ goto exit; -+ } -+ -+do_posthandle: -+ ret = recv_func_posthandle(padapter, rframe); -+ } -+ -+exit: -+ return ret; -+} -+ -+ -+s32 rtw_recv_entry(union recv_frame *precvframe) -+{ -+ struct adapter *padapter; -+ struct recv_priv *precvpriv; -+ s32 ret = _SUCCESS; -+ -+/* RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("+rtw_recv_entry\n")); */ -+ -+ padapter = precvframe->u.hdr.adapter; -+ -+ precvpriv = &padapter->recvpriv; -+ -+ ret = recv_func(padapter, precvframe); -+ if (ret == _FAIL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("rtw_recv_entry: recv_func return fail!!!\n")); -+ goto _recv_entry_drop; -+ } -+ -+ -+ precvpriv->rx_pkts++; -+ -+ return ret; -+ -+_recv_entry_drop: -+ -+ /* RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("_recv_entry_drop\n")); */ -+ -+ return ret; -+} -+ -+void rtw_signal_stat_timer_hdl(RTW_TIMER_HDL_ARGS) -+{ -+ struct adapter *adapter = (struct adapter *)FunctionContext; -+ struct recv_priv *recvpriv = &adapter->recvpriv; -+ -+ u32 tmp_s, tmp_q; -+ u8 avg_signal_strength = 0; -+ u8 avg_signal_qual = 0; -+ u32 num_signal_strength = 0; -+ u32 num_signal_qual = 0; -+ u8 _alpha = 5; /* this value is based on converging_constant = 5000 and sampling_interval = 1000 */ -+ -+ if (adapter->recvpriv.is_signal_dbg) { -+ /* update the user specific value, signal_strength_dbg, to signal_strength, rssi */ -+ adapter->recvpriv.signal_strength = adapter->recvpriv.signal_strength_dbg; -+ adapter->recvpriv.rssi = (s8)translate_percentage_to_dbm((u8)adapter->recvpriv.signal_strength_dbg); -+ } else { -+ -+ if (recvpriv->signal_strength_data.update_req == 0) {/* update_req is clear, means we got rx */ -+ avg_signal_strength = recvpriv->signal_strength_data.avg_val; -+ num_signal_strength = recvpriv->signal_strength_data.total_num; -+ /* after avg_vals are accquired, we can re-stat the signal values */ -+ recvpriv->signal_strength_data.update_req = 1; -+ } -+ -+ if (recvpriv->signal_qual_data.update_req == 0) {/* update_req is clear, means we got rx */ -+ avg_signal_qual = recvpriv->signal_qual_data.avg_val; -+ num_signal_qual = recvpriv->signal_qual_data.total_num; -+ /* after avg_vals are accquired, we can re-stat the signal values */ -+ recvpriv->signal_qual_data.update_req = 1; -+ } -+ -+ if (num_signal_strength == 0) { -+ if (rtw_get_on_cur_ch_time(adapter) == 0 -+ || jiffies_to_msecs(jiffies - rtw_get_on_cur_ch_time(adapter)) < 2 * adapter->mlmeextpriv.mlmext_info.bcn_interval -+ ) { -+ goto set_timer; -+ } -+ } -+ -+ if (check_fwstate(&adapter->mlmepriv, _FW_UNDER_SURVEY) == true -+ || check_fwstate(&adapter->mlmepriv, _FW_LINKED) == false -+ ) { -+ goto set_timer; -+ } -+ -+ /* update value of signal_strength, rssi, signal_qual */ -+ tmp_s = (avg_signal_strength+(_alpha-1)*recvpriv->signal_strength); -+ if (tmp_s % _alpha) -+ tmp_s = tmp_s/_alpha + 1; -+ else -+ tmp_s = tmp_s/_alpha; -+ if (tmp_s > 100) -+ tmp_s = 100; -+ -+ tmp_q = (avg_signal_qual+(_alpha-1)*recvpriv->signal_qual); -+ if (tmp_q % _alpha) -+ tmp_q = tmp_q/_alpha + 1; -+ else -+ tmp_q = tmp_q/_alpha; -+ if (tmp_q > 100) -+ tmp_q = 100; -+ -+ recvpriv->signal_strength = tmp_s; -+ recvpriv->rssi = (s8)translate_percentage_to_dbm(tmp_s); -+ recvpriv->signal_qual = tmp_q; -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_PROCESSING) && 1 -+ DBG_871X(FUNC_ADPT_FMT" signal_strength:%3u, rssi:%3d, signal_qual:%3u" -+ ", num_signal_strength:%u, num_signal_qual:%u" -+ ", on_cur_ch_ms:%d" -+ "\n" -+ , FUNC_ADPT_ARG(adapter) -+ , recvpriv->signal_strength -+ , recvpriv->rssi -+ , recvpriv->signal_qual -+ , num_signal_strength, num_signal_qual -+ , rtw_get_on_cur_ch_time(adapter) ? jiffies_to_msecs(jiffies - rtw_get_on_cur_ch_time(adapter)) : 0 -+ ); -+ #endif -+ } -+ -+set_timer: -+ rtw_set_signal_stat_timer(recvpriv); -+ -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_rf.c linux/3rdparty/rtl8723bs/core/rtw_rf.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_rf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_rf.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,64 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_RF_C_ -+ -+#include -+ -+ -+struct ch_freq { -+ u32 channel; -+ u32 frequency; -+}; -+ -+static struct ch_freq ch_freq_map[] = { -+ {1, 2412}, {2, 2417}, {3, 2422}, {4, 2427}, {5, 2432}, -+ {6, 2437}, {7, 2442}, {8, 2447}, {9, 2452}, {10, 2457}, -+ {11, 2462}, {12, 2467}, {13, 2472}, {14, 2484}, -+ /* UNII */ -+ {36, 5180}, {40, 5200}, {44, 5220}, {48, 5240}, {52, 5260}, -+ {56, 5280}, {60, 5300}, {64, 5320}, {149, 5745}, {153, 5765}, -+ {157, 5785}, {161, 5805}, {165, 5825}, {167, 5835}, {169, 5845}, -+ {171, 5855}, {173, 5865}, -+ /* HiperLAN2 */ -+ {100, 5500}, {104, 5520}, {108, 5540}, {112, 5560}, {116, 5580}, -+ {120, 5600}, {124, 5620}, {128, 5640}, {132, 5660}, {136, 5680}, -+ {140, 5700}, -+ /* Japan MMAC */ -+ {34, 5170}, {38, 5190}, {42, 5210}, {46, 5230}, -+ /* Japan */ -+ {184, 4920}, {188, 4940}, {192, 4960}, {196, 4980}, -+ {208, 5040},/* Japan, means J08 */ -+ {212, 5060},/* Japan, means J12 */ -+ {216, 5080},/* Japan, means J16 */ -+}; -+ -+static int ch_freq_map_num = (sizeof(ch_freq_map) / sizeof(struct ch_freq)); -+ -+u32 rtw_ch2freq(u32 channel) -+{ -+ u8 i; -+ u32 freq = 0; -+ -+ for (i = 0; i < ch_freq_map_num; i++) { -+ if (channel == ch_freq_map[i].channel) { -+ freq = ch_freq_map[i].frequency; -+ break; -+ } -+ } -+ if (i == ch_freq_map_num) -+ freq = 2412; -+ -+ return freq; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_security.c linux/3rdparty/rtl8723bs/core/rtw_security.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_security.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_security.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,2448 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_SECURITY_C_ -+ -+#include -+#include -+ -+static const char *_security_type_str[] = { -+ "N/A", -+ "WEP40", -+ "TKIP", -+ "TKIP_WM", -+ "AES", -+ "WEP104", -+ "SMS4", -+ "WEP_WPA", -+ "BIP", -+}; -+ -+const char *security_type_str(u8 value) -+{ -+ if (value <= _BIP_) -+ return _security_type_str[value]; -+ return NULL; -+} -+ -+#ifdef DBG_SW_SEC_CNT -+#define WEP_SW_ENC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->wep_sw_enc_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->wep_sw_enc_cnt_mc++; \ -+ else \ -+ sec->wep_sw_enc_cnt_uc++; -+ -+#define WEP_SW_DEC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->wep_sw_dec_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->wep_sw_dec_cnt_mc++; \ -+ else \ -+ sec->wep_sw_dec_cnt_uc++; -+ -+#define TKIP_SW_ENC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->tkip_sw_enc_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->tkip_sw_enc_cnt_mc++; \ -+ else \ -+ sec->tkip_sw_enc_cnt_uc++; -+ -+#define TKIP_SW_DEC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->tkip_sw_dec_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->tkip_sw_dec_cnt_mc++; \ -+ else \ -+ sec->tkip_sw_dec_cnt_uc++; -+ -+#define AES_SW_ENC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->aes_sw_enc_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->aes_sw_enc_cnt_mc++; \ -+ else \ -+ sec->aes_sw_enc_cnt_uc++; -+ -+#define AES_SW_DEC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->aes_sw_dec_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->aes_sw_dec_cnt_mc++; \ -+ else \ -+ sec->aes_sw_dec_cnt_uc++; -+#else -+#define WEP_SW_ENC_CNT_INC(sec, ra) -+#define WEP_SW_DEC_CNT_INC(sec, ra) -+#define TKIP_SW_ENC_CNT_INC(sec, ra) -+#define TKIP_SW_DEC_CNT_INC(sec, ra) -+#define AES_SW_ENC_CNT_INC(sec, ra) -+#define AES_SW_DEC_CNT_INC(sec, ra) -+#endif /* DBG_SW_SEC_CNT */ -+ -+/* WEP related ===== */ -+ -+#define CRC32_POLY 0x04c11db7 -+ -+struct arc4context { -+ u32 x; -+ u32 y; -+ u8 state[256]; -+}; -+ -+ -+static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) -+{ -+ u32 t, u; -+ u32 keyindex; -+ u32 stateindex; -+ u8 *state; -+ u32 counter; -+ -+ state = parc4ctx->state; -+ parc4ctx->x = 0; -+ parc4ctx->y = 0; -+ for (counter = 0; counter < 256; counter++) -+ state[counter] = (u8)counter; -+ keyindex = 0; -+ stateindex = 0; -+ for (counter = 0; counter < 256; counter++) { -+ t = state[counter]; -+ stateindex = (stateindex + key[keyindex] + t) & 0xff; -+ u = state[stateindex]; -+ state[stateindex] = (u8)t; -+ state[counter] = (u8)u; -+ if (++keyindex >= key_len) -+ keyindex = 0; -+ } -+} -+ -+static u32 arcfour_byte(struct arc4context *parc4ctx) -+{ -+ u32 x; -+ u32 y; -+ u32 sx, sy; -+ u8 *state; -+ -+ state = parc4ctx->state; -+ x = (parc4ctx->x + 1) & 0xff; -+ sx = state[x]; -+ y = (sx + parc4ctx->y) & 0xff; -+ sy = state[y]; -+ parc4ctx->x = x; -+ parc4ctx->y = y; -+ state[y] = (u8)sx; -+ state[x] = (u8)sy; -+ return state[(sx + sy) & 0xff]; -+} -+ -+static void arcfour_encrypt( -+ struct arc4context *parc4ctx, -+ u8 *dest, -+ u8 *src, -+ u32 len -+) -+{ -+ u32 i; -+ -+ for (i = 0; i < len; i++) -+ dest[i] = src[i] ^ (unsigned char)arcfour_byte(parc4ctx); -+} -+ -+static sint bcrc32initialized = 0; -+static u32 crc32_table[256]; -+ -+ -+static u8 crc32_reverseBit(u8 data) -+{ -+ return((u8)((data<<7)&0x80) | ((data<<5)&0x40) | ((data<<3)&0x20) | ((data<<1)&0x10) | ((data>>1)&0x08) | ((data>>3)&0x04) | ((data>>5)&0x02) | ((data>>7)&0x01)); -+} -+ -+static void crc32_init(void) -+{ -+ if (bcrc32initialized == 1) -+ return; -+ else { -+ sint i, j; -+ u32 c; -+ u8 *p = (u8 *)&c, *p1; -+ u8 k; -+ -+ c = 0x12340000; -+ -+ for (i = 0; i < 256; ++i) { -+ k = crc32_reverseBit((u8)i); -+ for (c = ((u32)k) << 24, j = 8; j > 0; --j) { -+ c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); -+ } -+ p1 = (u8 *)&crc32_table[i]; -+ -+ p1[0] = crc32_reverseBit(p[3]); -+ p1[1] = crc32_reverseBit(p[2]); -+ p1[2] = crc32_reverseBit(p[1]); -+ p1[3] = crc32_reverseBit(p[0]); -+ } -+ bcrc32initialized = 1; -+ } -+} -+ -+static __le32 getcrc32(u8 *buf, sint len) -+{ -+ u8 *p; -+ u32 crc; -+ -+ if (bcrc32initialized == 0) -+ crc32_init(); -+ -+ crc = 0xffffffff; /* preload shift register, per CRC-32 spec */ -+ -+ for (p = buf; len > 0; ++p, --len) { -+ crc = crc32_table[(crc ^ *p) & 0xff] ^ (crc >> 8); -+ } -+ return cpu_to_le32(~crc); /* transmit complement, per CRC-32 spec */ -+} -+ -+ -+/* -+ Need to consider the fragment situation -+*/ -+void rtw_wep_encrypt(struct adapter *padapter, u8 *pxmitframe) -+{ /* exclude ICV */ -+ -+ unsigned char crc[4]; -+ struct arc4context mycontext; -+ -+ sint curfragnum, length; -+ u32 keylength; -+ -+ u8 *pframe, *payload, *iv; /* wepkey */ -+ u8 wepkey[16]; -+ u8 hw_hdr_offset = 0; -+ struct pkt_attrib *pattrib = &((struct xmit_frame *)pxmitframe)->attrib; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ if (((struct xmit_frame *)pxmitframe)->buf_addr == NULL) -+ return; -+ -+ hw_hdr_offset = TXDESC_OFFSET; -+ pframe = ((struct xmit_frame *)pxmitframe)->buf_addr + hw_hdr_offset; -+ -+ /* start to encrypt each fragment */ -+ if ((pattrib->encrypt == _WEP40_) || (pattrib->encrypt == _WEP104_)) { -+ keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; -+ -+ for (curfragnum = 0; curfragnum < pattrib->nr_frags; curfragnum++) { -+ iv = pframe+pattrib->hdrlen; -+ memcpy(&wepkey[0], iv, 3); -+ memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keylength); -+ payload = pframe+pattrib->iv_len+pattrib->hdrlen; -+ -+ if ((curfragnum+1) == pattrib->nr_frags) { /* the last fragment */ -+ -+ length = pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len; -+ -+ *((__le32 *)crc) = getcrc32(payload, length); -+ -+ arcfour_init(&mycontext, wepkey, 3+keylength); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ } else{ -+ length = pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len; -+ *((__le32 *)crc) = getcrc32(payload, length); -+ arcfour_init(&mycontext, wepkey, 3+keylength); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ pframe += pxmitpriv->frag_len; -+ pframe = (u8 *)RND4((SIZE_PTR)(pframe)); -+ -+ } -+ -+ } -+ -+ WEP_SW_ENC_CNT_INC(psecuritypriv, pattrib->ra); -+ } -+} -+ -+void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe) -+{ -+ /* exclude ICV */ -+ u8 crc[4]; -+ struct arc4context mycontext; -+ sint length; -+ u32 keylength; -+ u8 *pframe, *payload, *iv, wepkey[16]; -+ u8 keyindex; -+ struct rx_pkt_attrib *prxattrib = &(((union recv_frame *)precvframe)->u.hdr.attrib); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; -+ -+ /* start to decrypt recvframe */ -+ if ((prxattrib->encrypt == _WEP40_) || (prxattrib->encrypt == _WEP104_)) { -+ iv = pframe+prxattrib->hdrlen; -+ /* keyindex =(iv[3]&0x3); */ -+ keyindex = prxattrib->key_index; -+ keylength = psecuritypriv->dot11DefKeylen[keyindex]; -+ memcpy(&wepkey[0], iv, 3); -+ /* memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keylength); */ -+ memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[keyindex].skey[0], keylength); -+ length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; -+ -+ payload = pframe+prxattrib->iv_len+prxattrib->hdrlen; -+ -+ /* decrypt payload include icv */ -+ arcfour_init(&mycontext, wepkey, 3+keylength); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ -+ /* calculate icv and compare the icv */ -+ *((u32 *)crc) = le32_to_cpu(getcrc32(payload, length-4)); -+ -+ if (crc[3] != payload[length-1] || crc[2] != payload[length-2] || crc[1] != payload[length-3] || crc[0] != payload[length-4]) { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_wep_decrypt:icv error crc[3](%x)!=payload[length-1](%x) || crc[2](%x)!=payload[length-2](%x) || crc[1](%x)!=payload[length-3](%x) || crc[0](%x)!=payload[length-4](%x)\n", -+ crc[3], payload[length-1], crc[2], payload[length-2], crc[1], payload[length-3], crc[0], payload[length-4])); -+ } -+ -+ WEP_SW_DEC_CNT_INC(psecuritypriv, prxattrib->ra); -+ } -+ return; -+} -+ -+/* 3 =====TKIP related ===== */ -+ -+static u32 secmicgetuint32(u8 *p) -+/* Convert from Byte[] to Us3232 in a portable way */ -+{ -+ s32 i; -+ u32 res = 0; -+ -+ for (i = 0; i < 4; i++) { -+ res |= ((u32)(*p++)) << (8*i); -+ } -+ -+ return res; -+} -+ -+static void secmicputuint32(u8 *p, u32 val) -+/* Convert from Us3232 to Byte[] in a portable way */ -+{ -+ long i; -+ -+ for (i = 0; i < 4; i++) { -+ *p++ = (u8) (val & 0xff); -+ val >>= 8; -+ } -+} -+ -+static void secmicclear(struct mic_data *pmicdata) -+{ -+/* Reset the state to the empty message. */ -+ pmicdata->L = pmicdata->K0; -+ pmicdata->R = pmicdata->K1; -+ pmicdata->nBytesInM = 0; -+ pmicdata->M = 0; -+} -+ -+void rtw_secmicsetkey(struct mic_data *pmicdata, u8 *key) -+{ -+ /* Set the key */ -+ pmicdata->K0 = secmicgetuint32(key); -+ pmicdata->K1 = secmicgetuint32(key + 4); -+ /* and reset the message */ -+ secmicclear(pmicdata); -+} -+ -+void rtw_secmicappendbyte(struct mic_data *pmicdata, u8 b) -+{ -+ /* Append the byte to our word-sized buffer */ -+ pmicdata->M |= ((unsigned long)b) << (8*pmicdata->nBytesInM); -+ pmicdata->nBytesInM++; -+ /* Process the word if it is full. */ -+ if (pmicdata->nBytesInM >= 4) { -+ pmicdata->L ^= pmicdata->M; -+ pmicdata->R ^= ROL32(pmicdata->L, 17); -+ pmicdata->L += pmicdata->R; -+ pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | ((pmicdata->L & 0x00ff00ff) << 8); -+ pmicdata->L += pmicdata->R; -+ pmicdata->R ^= ROL32(pmicdata->L, 3); -+ pmicdata->L += pmicdata->R; -+ pmicdata->R ^= ROR32(pmicdata->L, 2); -+ pmicdata->L += pmicdata->R; -+ /* Clear the buffer */ -+ pmicdata->M = 0; -+ pmicdata->nBytesInM = 0; -+ } -+} -+ -+void rtw_secmicappend(struct mic_data *pmicdata, u8 *src, u32 nbytes) -+{ -+ /* This is simple */ -+ while (nbytes > 0) { -+ rtw_secmicappendbyte(pmicdata, *src++); -+ nbytes--; -+ } -+} -+ -+void rtw_secgetmic(struct mic_data *pmicdata, u8 *dst) -+{ -+ /* Append the minimum padding */ -+ rtw_secmicappendbyte(pmicdata, 0x5a); -+ rtw_secmicappendbyte(pmicdata, 0); -+ rtw_secmicappendbyte(pmicdata, 0); -+ rtw_secmicappendbyte(pmicdata, 0); -+ rtw_secmicappendbyte(pmicdata, 0); -+ /* and then zeroes until the length is a multiple of 4 */ -+ while (pmicdata->nBytesInM != 0) { -+ rtw_secmicappendbyte(pmicdata, 0); -+ } -+ /* The appendByte function has already computed the result. */ -+ secmicputuint32(dst, pmicdata->L); -+ secmicputuint32(dst+4, pmicdata->R); -+ /* Reset to the empty message. */ -+ secmicclear(pmicdata); -+} -+ -+ -+void rtw_seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_code, u8 pri) -+{ -+ -+ struct mic_data micdata; -+ u8 priority[4] = {0x0, 0x0, 0x0, 0x0}; -+ -+ rtw_secmicsetkey(&micdata, key); -+ priority[0] = pri; -+ -+ /* Michael MIC pseudo header: DA, SA, 3 x 0, Priority */ -+ if (header[1]&1) { /* ToDS == 1 */ -+ rtw_secmicappend(&micdata, &header[16], 6); /* DA */ -+ if (header[1]&2) /* From Ds == 1 */ -+ rtw_secmicappend(&micdata, &header[24], 6); -+ else -+ rtw_secmicappend(&micdata, &header[10], 6); -+ } else { /* ToDS == 0 */ -+ rtw_secmicappend(&micdata, &header[4], 6); /* DA */ -+ if (header[1]&2) /* From Ds == 1 */ -+ rtw_secmicappend(&micdata, &header[16], 6); -+ else -+ rtw_secmicappend(&micdata, &header[10], 6); -+ -+ } -+ rtw_secmicappend(&micdata, &priority[0], 4); -+ -+ -+ rtw_secmicappend(&micdata, data, data_len); -+ -+ rtw_secgetmic(&micdata, mic_code); -+} -+ -+/* macros for extraction/creation of unsigned char/unsigned short values */ -+#define RotR1(v16) ((((v16) >> 1) & 0x7FFF) ^ (((v16) & 1) << 15)) -+#define Lo8(v16) ((u8)((v16) & 0x00FF)) -+#define Hi8(v16) ((u8)(((v16) >> 8) & 0x00FF)) -+#define Lo16(v32) ((u16)((v32) & 0xFFFF)) -+#define Hi16(v32) ((u16)(((v32) >> 16) & 0xFFFF)) -+#define Mk16(hi, lo) ((lo) ^ (((u16)(hi)) << 8)) -+ -+/* select the Nth 16-bit word of the temporal key unsigned char array TK[] */ -+#define TK16(N) Mk16(tk[2*(N)+1], tk[2*(N)]) -+ -+/* S-box lookup: 16 bits --> 16 bits */ -+#define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)]) -+ -+/* fixed algorithm "parameters" */ -+#define PHASE1_LOOP_CNT 8 /* this needs to be "big enough" */ -+#define TA_SIZE 6 /* 48-bit transmitter address */ -+#define TK_SIZE 16 /* 128-bit temporal key */ -+#define P1K_SIZE 10 /* 80-bit Phase1 key */ -+#define RC4_KEY_SIZE 16 /* 128-bit RC4KEY (104 bits unknown) */ -+ -+ -+/* 2-unsigned char by 2-unsigned char subset of the full AES S-box table */ -+static const unsigned short Sbox1[2][256] = { /* Sbox for hash (can be in ROM) */ -+{ -+ 0xC6A5, 0xF884, 0xEE99, 0xF68D, 0xFF0D, 0xD6BD, 0xDEB1, 0x9154, -+ 0x6050, 0x0203, 0xCEA9, 0x567D, 0xE719, 0xB562, 0x4DE6, 0xEC9A, -+ 0x8F45, 0x1F9D, 0x8940, 0xFA87, 0xEF15, 0xB2EB, 0x8EC9, 0xFB0B, -+ 0x41EC, 0xB367, 0x5FFD, 0x45EA, 0x23BF, 0x53F7, 0xE496, 0x9B5B, -+ 0x75C2, 0xE11C, 0x3DAE, 0x4C6A, 0x6C5A, 0x7E41, 0xF502, 0x834F, -+ 0x685C, 0x51F4, 0xD134, 0xF908, 0xE293, 0xAB73, 0x6253, 0x2A3F, -+ 0x080C, 0x9552, 0x4665, 0x9D5E, 0x3028, 0x37A1, 0x0A0F, 0x2FB5, -+ 0x0E09, 0x2436, 0x1B9B, 0xDF3D, 0xCD26, 0x4E69, 0x7FCD, 0xEA9F, -+ 0x121B, 0x1D9E, 0x5874, 0x342E, 0x362D, 0xDCB2, 0xB4EE, 0x5BFB, -+ 0xA4F6, 0x764D, 0xB761, 0x7DCE, 0x527B, 0xDD3E, 0x5E71, 0x1397, -+ 0xA6F5, 0xB968, 0x0000, 0xC12C, 0x4060, 0xE31F, 0x79C8, 0xB6ED, -+ 0xD4BE, 0x8D46, 0x67D9, 0x724B, 0x94DE, 0x98D4, 0xB0E8, 0x854A, -+ 0xBB6B, 0xC52A, 0x4FE5, 0xED16, 0x86C5, 0x9AD7, 0x6655, 0x1194, -+ 0x8ACF, 0xE910, 0x0406, 0xFE81, 0xA0F0, 0x7844, 0x25BA, 0x4BE3, -+ 0xA2F3, 0x5DFE, 0x80C0, 0x058A, 0x3FAD, 0x21BC, 0x7048, 0xF104, -+ 0x63DF, 0x77C1, 0xAF75, 0x4263, 0x2030, 0xE51A, 0xFD0E, 0xBF6D, -+ 0x814C, 0x1814, 0x2635, 0xC32F, 0xBEE1, 0x35A2, 0x88CC, 0x2E39, -+ 0x9357, 0x55F2, 0xFC82, 0x7A47, 0xC8AC, 0xBAE7, 0x322B, 0xE695, -+ 0xC0A0, 0x1998, 0x9ED1, 0xA37F, 0x4466, 0x547E, 0x3BAB, 0x0B83, -+ 0x8CCA, 0xC729, 0x6BD3, 0x283C, 0xA779, 0xBCE2, 0x161D, 0xAD76, -+ 0xDB3B, 0x6456, 0x744E, 0x141E, 0x92DB, 0x0C0A, 0x486C, 0xB8E4, -+ 0x9F5D, 0xBD6E, 0x43EF, 0xC4A6, 0x39A8, 0x31A4, 0xD337, 0xF28B, -+ 0xD532, 0x8B43, 0x6E59, 0xDAB7, 0x018C, 0xB164, 0x9CD2, 0x49E0, -+ 0xD8B4, 0xACFA, 0xF307, 0xCF25, 0xCAAF, 0xF48E, 0x47E9, 0x1018, -+ 0x6FD5, 0xF088, 0x4A6F, 0x5C72, 0x3824, 0x57F1, 0x73C7, 0x9751, -+ 0xCB23, 0xA17C, 0xE89C, 0x3E21, 0x96DD, 0x61DC, 0x0D86, 0x0F85, -+ 0xE090, 0x7C42, 0x71C4, 0xCCAA, 0x90D8, 0x0605, 0xF701, 0x1C12, -+ 0xC2A3, 0x6A5F, 0xAEF9, 0x69D0, 0x1791, 0x9958, 0x3A27, 0x27B9, -+ 0xD938, 0xEB13, 0x2BB3, 0x2233, 0xD2BB, 0xA970, 0x0789, 0x33A7, -+ 0x2DB6, 0x3C22, 0x1592, 0xC920, 0x8749, 0xAAFF, 0x5078, 0xA57A, -+ 0x038F, 0x59F8, 0x0980, 0x1A17, 0x65DA, 0xD731, 0x84C6, 0xD0B8, -+ 0x82C3, 0x29B0, 0x5A77, 0x1E11, 0x7BCB, 0xA8FC, 0x6DD6, 0x2C3A, -+ }, -+ -+ -+ { /* second half of table is unsigned char-reversed version of first! */ -+ 0xA5C6, 0x84F8, 0x99EE, 0x8DF6, 0x0DFF, 0xBDD6, 0xB1DE, 0x5491, -+ 0x5060, 0x0302, 0xA9CE, 0x7D56, 0x19E7, 0x62B5, 0xE64D, 0x9AEC, -+ 0x458F, 0x9D1F, 0x4089, 0x87FA, 0x15EF, 0xEBB2, 0xC98E, 0x0BFB, -+ 0xEC41, 0x67B3, 0xFD5F, 0xEA45, 0xBF23, 0xF753, 0x96E4, 0x5B9B, -+ 0xC275, 0x1CE1, 0xAE3D, 0x6A4C, 0x5A6C, 0x417E, 0x02F5, 0x4F83, -+ 0x5C68, 0xF451, 0x34D1, 0x08F9, 0x93E2, 0x73AB, 0x5362, 0x3F2A, -+ 0x0C08, 0x5295, 0x6546, 0x5E9D, 0x2830, 0xA137, 0x0F0A, 0xB52F, -+ 0x090E, 0x3624, 0x9B1B, 0x3DDF, 0x26CD, 0x694E, 0xCD7F, 0x9FEA, -+ 0x1B12, 0x9E1D, 0x7458, 0x2E34, 0x2D36, 0xB2DC, 0xEEB4, 0xFB5B, -+ 0xF6A4, 0x4D76, 0x61B7, 0xCE7D, 0x7B52, 0x3EDD, 0x715E, 0x9713, -+ 0xF5A6, 0x68B9, 0x0000, 0x2CC1, 0x6040, 0x1FE3, 0xC879, 0xEDB6, -+ 0xBED4, 0x468D, 0xD967, 0x4B72, 0xDE94, 0xD498, 0xE8B0, 0x4A85, -+ 0x6BBB, 0x2AC5, 0xE54F, 0x16ED, 0xC586, 0xD79A, 0x5566, 0x9411, -+ 0xCF8A, 0x10E9, 0x0604, 0x81FE, 0xF0A0, 0x4478, 0xBA25, 0xE34B, -+ 0xF3A2, 0xFE5D, 0xC080, 0x8A05, 0xAD3F, 0xBC21, 0x4870, 0x04F1, -+ 0xDF63, 0xC177, 0x75AF, 0x6342, 0x3020, 0x1AE5, 0x0EFD, 0x6DBF, -+ 0x4C81, 0x1418, 0x3526, 0x2FC3, 0xE1BE, 0xA235, 0xCC88, 0x392E, -+ 0x5793, 0xF255, 0x82FC, 0x477A, 0xACC8, 0xE7BA, 0x2B32, 0x95E6, -+ 0xA0C0, 0x9819, 0xD19E, 0x7FA3, 0x6644, 0x7E54, 0xAB3B, 0x830B, -+ 0xCA8C, 0x29C7, 0xD36B, 0x3C28, 0x79A7, 0xE2BC, 0x1D16, 0x76AD, -+ 0x3BDB, 0x5664, 0x4E74, 0x1E14, 0xDB92, 0x0A0C, 0x6C48, 0xE4B8, -+ 0x5D9F, 0x6EBD, 0xEF43, 0xA6C4, 0xA839, 0xA431, 0x37D3, 0x8BF2, -+ 0x32D5, 0x438B, 0x596E, 0xB7DA, 0x8C01, 0x64B1, 0xD29C, 0xE049, -+ 0xB4D8, 0xFAAC, 0x07F3, 0x25CF, 0xAFCA, 0x8EF4, 0xE947, 0x1810, -+ 0xD56F, 0x88F0, 0x6F4A, 0x725C, 0x2438, 0xF157, 0xC773, 0x5197, -+ 0x23CB, 0x7CA1, 0x9CE8, 0x213E, 0xDD96, 0xDC61, 0x860D, 0x850F, -+ 0x90E0, 0x427C, 0xC471, 0xAACC, 0xD890, 0x0506, 0x01F7, 0x121C, -+ 0xA3C2, 0x5F6A, 0xF9AE, 0xD069, 0x9117, 0x5899, 0x273A, 0xB927, -+ 0x38D9, 0x13EB, 0xB32B, 0x3322, 0xBBD2, 0x70A9, 0x8907, 0xA733, -+ 0xB62D, 0x223C, 0x9215, 0x20C9, 0x4987, 0xFFAA, 0x7850, 0x7AA5, -+ 0x8F03, 0xF859, 0x8009, 0x171A, 0xDA65, 0x31D7, 0xC684, 0xB8D0, -+ 0xC382, 0xB029, 0x775A, 0x111E, 0xCB7B, 0xFCA8, 0xD66D, 0x3A2C, -+ } -+}; -+ -+ /* -+********************************************************************** -+* Routine: Phase 1 -- generate P1K, given TA, TK, IV32 -+* -+* Inputs: -+* tk[] = temporal key [128 bits] -+* ta[] = transmitter's MAC address [ 48 bits] -+* iv32 = upper 32 bits of IV [ 32 bits] -+* Output: -+* p1k[] = Phase 1 key [ 80 bits] -+* -+* Note: -+* This function only needs to be called every 2**16 packets, -+* although in theory it could be called every packet. -+* -+********************************************************************** -+*/ -+static void phase1(u16 *p1k, const u8 *tk, const u8 *ta, u32 iv32) -+{ -+ sint i; -+ -+ /* Initialize the 80 bits of P1K[] from IV32 and TA[0..5] */ -+ p1k[0] = Lo16(iv32); -+ p1k[1] = Hi16(iv32); -+ p1k[2] = Mk16(ta[1], ta[0]); /* use TA[] as little-endian */ -+ p1k[3] = Mk16(ta[3], ta[2]); -+ p1k[4] = Mk16(ta[5], ta[4]); -+ -+ /* Now compute an unbalanced Feistel cipher with 80-bit block */ -+ /* size on the 80-bit block P1K[], using the 128-bit key TK[] */ -+ for (i = 0; i < PHASE1_LOOP_CNT; i++) { -+ /* Each add operation here is mod 2**16 */ -+ p1k[0] += _S_(p1k[4] ^ TK16((i&1)+0)); -+ p1k[1] += _S_(p1k[0] ^ TK16((i&1)+2)); -+ p1k[2] += _S_(p1k[1] ^ TK16((i&1)+4)); -+ p1k[3] += _S_(p1k[2] ^ TK16((i&1)+6)); -+ p1k[4] += _S_(p1k[3] ^ TK16((i&1)+0)); -+ p1k[4] += (unsigned short)i; /* avoid "slide attacks" */ -+ } -+} -+ -+ -+/* -+********************************************************************** -+* Routine: Phase 2 -- generate RC4KEY, given TK, P1K, IV16 -+* -+* Inputs: -+* tk[] = Temporal key [128 bits] -+* p1k[] = Phase 1 output key [ 80 bits] -+* iv16 = low 16 bits of IV counter [ 16 bits] -+* Output: -+* rc4key[] = the key used to encrypt the packet [128 bits] -+* -+* Note: -+* The value {TA, IV32, IV16} for Phase1/Phase2 must be unique -+* across all packets using the same key TK value. Then, for a -+* given value of TK[], this TKIP48 construction guarantees that -+* the final RC4KEY value is unique across all packets. -+* -+* Suggested implementation optimization: if PPK[] is "overlaid" -+* appropriately on RC4KEY[], there is no need for the final -+* for loop below that copies the PPK[] result into RC4KEY[]. -+* -+********************************************************************** -+*/ -+static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) -+{ -+ sint i; -+ u16 PPK[6]; /* temporary key for mixing */ -+ -+ /* Note: all adds in the PPK[] equations below are mod 2**16 */ -+ for (i = 0; i < 5; i++) -+ PPK[i] = p1k[i]; /* first, copy P1K to PPK */ -+ -+ PPK[5] = p1k[4]+iv16; /* next, add in IV16 */ -+ -+ /* Bijective non-linear mixing of the 96 bits of PPK[0..5] */ -+ PPK[0] += _S_(PPK[5] ^ TK16(0)); /* Mix key in each "round" */ -+ PPK[1] += _S_(PPK[0] ^ TK16(1)); -+ PPK[2] += _S_(PPK[1] ^ TK16(2)); -+ PPK[3] += _S_(PPK[2] ^ TK16(3)); -+ PPK[4] += _S_(PPK[3] ^ TK16(4)); -+ PPK[5] += _S_(PPK[4] ^ TK16(5)); /* Total # S-box lookups == 6 */ -+ -+ /* Final sweep: bijective, "linear". Rotates kill LSB correlations */ -+ PPK[0] += RotR1(PPK[5] ^ TK16(6)); -+ PPK[1] += RotR1(PPK[0] ^ TK16(7)); /* Use all of TK[] in Phase2 */ -+ PPK[2] += RotR1(PPK[1]); -+ PPK[3] += RotR1(PPK[2]); -+ PPK[4] += RotR1(PPK[3]); -+ PPK[5] += RotR1(PPK[4]); -+ /* Note: At this point, for a given key TK[0..15], the 96-bit output */ -+ /* value PPK[0..5] is guaranteed to be unique, as a function */ -+ /* of the 96-bit "input" value {TA, IV32, IV16}. That is, P1K */ -+ /* is now a keyed permutation of {TA, IV32, IV16}. */ -+ -+ /* Set RC4KEY[0..3], which includes "cleartext" portion of RC4 key */ -+ rc4key[0] = Hi8(iv16); /* RC4KEY[0..2] is the WEP IV */ -+ rc4key[1] = (Hi8(iv16) | 0x20) & 0x7F; /* Help avoid weak (FMS) keys */ -+ rc4key[2] = Lo8(iv16); -+ rc4key[3] = Lo8((PPK[5] ^ TK16(0)) >> 1); -+ -+ -+ /* Copy 96 bits of PPK[0..5] to RC4KEY[4..15] (little-endian) */ -+ for (i = 0; i < 6; i++) { -+ rc4key[4+2*i] = Lo8(PPK[i]); -+ rc4key[5+2*i] = Hi8(PPK[i]); -+ } -+} -+ -+ -+/* The hlen isn't include the IV */ -+u32 rtw_tkip_encrypt(struct adapter *padapter, u8 *pxmitframe) -+{ /* exclude ICV */ -+ u16 pnl; -+ u32 pnh; -+ u8 rc4key[16]; -+ u8 ttkey[16]; -+ u8 crc[4]; -+ u8 hw_hdr_offset = 0; -+ struct arc4context mycontext; -+ sint curfragnum, length; -+ u32 prwskeylen; -+ -+ u8 *pframe, *payload, *iv, *prwskey; -+ union pn48 dot11txpn; -+ /* struct sta_info *stainfo; */ -+ struct pkt_attrib *pattrib = &((struct xmit_frame *)pxmitframe)->attrib; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ u32 res = _SUCCESS; -+ -+ if (((struct xmit_frame *)pxmitframe)->buf_addr == NULL) -+ return _FAIL; -+ -+ hw_hdr_offset = TXDESC_OFFSET; -+ pframe = ((struct xmit_frame *)pxmitframe)->buf_addr + hw_hdr_offset; -+ -+ /* 4 start to encrypt each fragment */ -+ if (pattrib->encrypt == _TKIP_) { -+ -+/* -+ if (pattrib->psta) -+ { -+ stainfo = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ stainfo =rtw_get_stainfo(&padapter->stapriv ,&pattrib->ra[0]); -+ } -+*/ -+ /* if (stainfo!= NULL) */ -+ { -+/* -+ if (!(stainfo->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, stainfo->state); -+ return _FAIL; -+ } -+*/ -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_tkip_encrypt: stainfo!= NULL!!!\n")); -+ -+ if (IS_MCAST(pattrib->ra)) -+ prwskey = psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; -+ else -+ /* prwskey =&stainfo->dot118021x_UncstKey.skey[0]; */ -+ prwskey = pattrib->dot118021x_UncstKey.skey; -+ -+ prwskeylen = 16; -+ -+ for (curfragnum = 0; curfragnum < pattrib->nr_frags; curfragnum++) { -+ iv = pframe+pattrib->hdrlen; -+ payload = pframe+pattrib->iv_len+pattrib->hdrlen; -+ -+ GET_TKIP_PN(iv, dot11txpn); -+ -+ pnl = (u16)(dot11txpn.val); -+ pnh = (u32)(dot11txpn.val>>16); -+ -+ phase1((u16 *)&ttkey[0], prwskey, &pattrib->ta[0], pnh); -+ -+ phase2(&rc4key[0], prwskey, (u16 *)&ttkey[0], pnl); -+ -+ if ((curfragnum+1) == pattrib->nr_frags) { /* 4 the last fragment */ -+ length = pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len; -+ RT_TRACE(_module_rtl871x_security_c_, _drv_info_, ("pattrib->iv_len =%x, pattrib->icv_len =%x\n", pattrib->iv_len, pattrib->icv_len)); -+ *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ -+ -+ arcfour_init(&mycontext, rc4key, 16); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ } else { -+ length = pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len; -+ *((__le32 *)crc) = getcrc32(payload, length);/* modified by Amy*/ -+ arcfour_init(&mycontext, rc4key, 16); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ pframe += pxmitpriv->frag_len; -+ pframe = (u8 *)RND4((SIZE_PTR)(pframe)); -+ -+ } -+ } -+ -+ TKIP_SW_ENC_CNT_INC(psecuritypriv, pattrib->ra); -+ } -+/* -+ else { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_tkip_encrypt: stainfo == NULL!!!\n")); -+ DBG_871X("%s, psta ==NUL\n", __func__); -+ res = _FAIL; -+ } -+*/ -+ -+ } -+ return res; -+} -+ -+ -+/* The hlen isn't include the IV */ -+u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe) -+{ /* exclude ICV */ -+ u16 pnl; -+ u32 pnh; -+ u8 rc4key[16]; -+ u8 ttkey[16]; -+ u8 crc[4]; -+ struct arc4context mycontext; -+ sint length; -+ u32 prwskeylen; -+ -+ u8 *pframe, *payload, *iv, *prwskey; -+ union pn48 dot11txpn; -+ struct sta_info *stainfo; -+ struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+/* struct recv_priv *precvpriv =&padapter->recvpriv; */ -+ u32 res = _SUCCESS; -+ -+ pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; -+ -+ /* 4 start to decrypt recvframe */ -+ if (prxattrib->encrypt == _TKIP_) { -+ -+ stainfo = rtw_get_stainfo(&padapter->stapriv, &prxattrib->ta[0]); -+ if (stainfo != NULL) { -+ -+ if (IS_MCAST(prxattrib->ra)) { -+ static unsigned long start = 0; -+ static u32 no_gkey_bc_cnt = 0; -+ static u32 no_gkey_mc_cnt = 0; -+ -+ if (psecuritypriv->binstallGrpkey == false) { -+ res = _FAIL; -+ -+ if (start == 0) -+ start = jiffies; -+ -+ if (is_broadcast_mac_addr(prxattrib->ra)) -+ no_gkey_bc_cnt++; -+ else -+ no_gkey_mc_cnt++; -+ -+ if (jiffies_to_msecs(jiffies - start) > 1000) { -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = jiffies; -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ } -+ goto exit; -+ } -+ -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" gkey installed. no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = 0; -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ -+ /* DBG_871X("rx bc/mc packets, to perform sw rtw_tkip_decrypt\n"); */ -+ /* prwskey = psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; */ -+ prwskey = psecuritypriv->dot118021XGrpKey[prxattrib->key_index].skey; -+ prwskeylen = 16; -+ } else{ -+ prwskey = &stainfo->dot118021x_UncstKey.skey[0]; -+ prwskeylen = 16; -+ } -+ -+ iv = pframe+prxattrib->hdrlen; -+ payload = pframe+prxattrib->iv_len+prxattrib->hdrlen; -+ length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; -+ -+ GET_TKIP_PN(iv, dot11txpn); -+ -+ pnl = (u16)(dot11txpn.val); -+ pnh = (u32)(dot11txpn.val>>16); -+ -+ phase1((u16 *)&ttkey[0], prwskey, &prxattrib->ta[0], pnh); -+ phase2(&rc4key[0], prwskey, (unsigned short *)&ttkey[0], pnl); -+ -+ /* 4 decrypt payload include icv */ -+ -+ arcfour_init(&mycontext, rc4key, 16); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ -+ *((u32 *)crc) = le32_to_cpu(getcrc32(payload, length-4)); -+ -+ if (crc[3] != payload[length-1] || crc[2] != payload[length-2] || crc[1] != payload[length-3] || crc[0] != payload[length-4]) { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_wep_decrypt:icv error crc[3](%x)!=payload[length-1](%x) || crc[2](%x)!=payload[length-2](%x) || crc[1](%x)!=payload[length-3](%x) || crc[0](%x)!=payload[length-4](%x)\n", -+ crc[3], payload[length-1], crc[2], payload[length-2], crc[1], payload[length-3], crc[0], payload[length-4])); -+ res = _FAIL; -+ } -+ -+ TKIP_SW_DEC_CNT_INC(psecuritypriv, prxattrib->ra); -+ } else { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_tkip_decrypt: stainfo == NULL!!!\n")); -+ res = _FAIL; -+ } -+ -+ } -+exit: -+ return res; -+ -+} -+ -+ -+/* 3 =====AES related ===== */ -+ -+ -+ -+#define MAX_MSG_SIZE 2048 -+/*****************************/ -+/******** SBOX Table *********/ -+/*****************************/ -+ -+ static u8 sbox_table[256] = { -+ 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, -+ 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76, -+ 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0, -+ 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0, -+ 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc, -+ 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15, -+ 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a, -+ 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75, -+ 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0, -+ 0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84, -+ 0x53, 0xd1, 0x00, 0xed, 0x20, 0xfc, 0xb1, 0x5b, -+ 0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf, -+ 0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85, -+ 0x45, 0xf9, 0x02, 0x7f, 0x50, 0x3c, 0x9f, 0xa8, -+ 0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5, -+ 0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2, -+ 0xcd, 0x0c, 0x13, 0xec, 0x5f, 0x97, 0x44, 0x17, -+ 0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73, -+ 0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88, -+ 0x46, 0xee, 0xb8, 0x14, 0xde, 0x5e, 0x0b, 0xdb, -+ 0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c, -+ 0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79, -+ 0xe7, 0xc8, 0x37, 0x6d, 0x8d, 0xd5, 0x4e, 0xa9, -+ 0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08, -+ 0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6, -+ 0xe8, 0xdd, 0x74, 0x1f, 0x4b, 0xbd, 0x8b, 0x8a, -+ 0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e, -+ 0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e, -+ 0xe1, 0xf8, 0x98, 0x11, 0x69, 0xd9, 0x8e, 0x94, -+ 0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf, -+ 0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68, -+ 0x41, 0x99, 0x2d, 0x0f, 0xb0, 0x54, 0xbb, 0x16 -+ }; -+ -+/*****************************/ -+/**** Function Prototypes ****/ -+/*****************************/ -+ -+static void bitwise_xor(u8 *ina, u8 *inb, u8 *out); -+static void construct_mic_iv( -+ u8 *mic_header1, -+ sint qc_exists, -+ sint a4_exists, -+ u8 *mpdu, -+ uint payload_length, -+ u8 *pn_vector, -+ uint frtype -+);/* add for CONFIG_IEEE80211W, none 11w also can use */ -+static void construct_mic_header1( -+ u8 *mic_header1, -+ sint header_length, -+ u8 *mpdu, -+ uint frtype -+);/* add for CONFIG_IEEE80211W, none 11w also can use */ -+static void construct_mic_header2( -+ u8 *mic_header2, -+ u8 *mpdu, -+ sint a4_exists, -+ sint qc_exists -+); -+static void construct_ctr_preload( -+ u8 *ctr_preload, -+ sint a4_exists, -+ sint qc_exists, -+ u8 *mpdu, -+ u8 *pn_vector, -+ sint c, -+ uint frtype -+);/* add for CONFIG_IEEE80211W, none 11w also can use */ -+static void xor_128(u8 *a, u8 *b, u8 *out); -+static void xor_32(u8 *a, u8 *b, u8 *out); -+static u8 sbox(u8 a); -+static void next_key(u8 *key, sint round); -+static void byte_sub(u8 *in, u8 *out); -+static void shift_row(u8 *in, u8 *out); -+static void mix_column(u8 *in, u8 *out); -+static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); -+ -+ -+/****************************************/ -+/* aes128k128d() */ -+/* Performs a 128 bit AES encrypt with */ -+/* 128 bit data. */ -+/****************************************/ -+static void xor_128(u8 *a, u8 *b, u8 *out) -+{ -+ sint i; -+ -+ for (i = 0; i < 16; i++) { -+ out[i] = a[i] ^ b[i]; -+ } -+} -+ -+ -+static void xor_32(u8 *a, u8 *b, u8 *out) -+{ -+ sint i; -+ -+ for (i = 0; i < 4; i++) { -+ out[i] = a[i] ^ b[i]; -+ } -+} -+ -+ -+static u8 sbox(u8 a) -+{ -+ return sbox_table[(sint)a]; -+} -+ -+ -+static void next_key(u8 *key, sint round) -+{ -+ u8 rcon; -+ u8 sbox_key[4]; -+ u8 rcon_table[12] = { -+ 0x01, 0x02, 0x04, 0x08, -+ 0x10, 0x20, 0x40, 0x80, -+ 0x1b, 0x36, 0x36, 0x36 -+ }; -+ sbox_key[0] = sbox(key[13]); -+ sbox_key[1] = sbox(key[14]); -+ sbox_key[2] = sbox(key[15]); -+ sbox_key[3] = sbox(key[12]); -+ -+ rcon = rcon_table[round]; -+ -+ xor_32(&key[0], sbox_key, &key[0]); -+ key[0] = key[0] ^ rcon; -+ -+ xor_32(&key[4], &key[0], &key[4]); -+ xor_32(&key[8], &key[4], &key[8]); -+ xor_32(&key[12], &key[8], &key[12]); -+} -+ -+ -+static void byte_sub(u8 *in, u8 *out) -+{ -+ sint i; -+ -+ for (i = 0; i < 16; i++) { -+ out[i] = sbox(in[i]); -+ } -+} -+ -+ -+static void shift_row(u8 *in, u8 *out) -+{ -+ out[0] = in[0]; -+ out[1] = in[5]; -+ out[2] = in[10]; -+ out[3] = in[15]; -+ out[4] = in[4]; -+ out[5] = in[9]; -+ out[6] = in[14]; -+ out[7] = in[3]; -+ out[8] = in[8]; -+ out[9] = in[13]; -+ out[10] = in[2]; -+ out[11] = in[7]; -+ out[12] = in[12]; -+ out[13] = in[1]; -+ out[14] = in[6]; -+ out[15] = in[11]; -+} -+ -+ -+static void mix_column(u8 *in, u8 *out) -+{ -+ sint i; -+ u8 add1b[4]; -+ u8 add1bf7[4]; -+ u8 rotl[4]; -+ u8 swap_halfs[4]; -+ u8 andf7[4]; -+ u8 rotr[4]; -+ u8 temp[4]; -+ u8 tempb[4]; -+ -+ for (i = 0; i < 4; i++) { -+ if ((in[i] & 0x80) == 0x80) -+ add1b[i] = 0x1b; -+ else -+ add1b[i] = 0x00; -+ } -+ -+ swap_halfs[0] = in[2]; /* Swap halfs */ -+ swap_halfs[1] = in[3]; -+ swap_halfs[2] = in[0]; -+ swap_halfs[3] = in[1]; -+ -+ rotl[0] = in[3]; /* Rotate left 8 bits */ -+ rotl[1] = in[0]; -+ rotl[2] = in[1]; -+ rotl[3] = in[2]; -+ -+ andf7[0] = in[0] & 0x7f; -+ andf7[1] = in[1] & 0x7f; -+ andf7[2] = in[2] & 0x7f; -+ andf7[3] = in[3] & 0x7f; -+ -+ for (i = 3; i > 0; i--) { /* logical shift left 1 bit */ -+ andf7[i] = andf7[i] << 1; -+ if ((andf7[i-1] & 0x80) == 0x80) -+ andf7[i] = (andf7[i] | 0x01); -+ } -+ andf7[0] = andf7[0] << 1; -+ andf7[0] = andf7[0] & 0xfe; -+ -+ xor_32(add1b, andf7, add1bf7); -+ -+ xor_32(in, add1bf7, rotr); -+ -+ temp[0] = rotr[0]; /* Rotate right 8 bits */ -+ rotr[0] = rotr[1]; -+ rotr[1] = rotr[2]; -+ rotr[2] = rotr[3]; -+ rotr[3] = temp[0]; -+ -+ xor_32(add1bf7, rotr, temp); -+ xor_32(swap_halfs, rotl, tempb); -+ xor_32(temp, tempb, out); -+} -+ -+static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) -+{ -+ sint round; -+ sint i; -+ u8 intermediatea[16]; -+ u8 intermediateb[16]; -+ u8 round_key[16]; -+ -+ for (i = 0; i < 16; i++) -+ round_key[i] = key[i]; -+ -+ for (round = 0; round < 11; round++) { -+ if (round == 0) { -+ xor_128(round_key, data, ciphertext); -+ next_key(round_key, round); -+ } else if (round == 10) { -+ byte_sub(ciphertext, intermediatea); -+ shift_row(intermediatea, intermediateb); -+ xor_128(intermediateb, round_key, ciphertext); -+ } else{ /* 1 - 9 */ -+ byte_sub(ciphertext, intermediatea); -+ shift_row(intermediatea, intermediateb); -+ mix_column(&intermediateb[0], &intermediatea[0]); -+ mix_column(&intermediateb[4], &intermediatea[4]); -+ mix_column(&intermediateb[8], &intermediatea[8]); -+ mix_column(&intermediateb[12], &intermediatea[12]); -+ xor_128(intermediatea, round_key, ciphertext); -+ next_key(round_key, round); -+ } -+ } -+} -+ -+ -+/************************************************/ -+/* construct_mic_iv() */ -+/* Builds the MIC IV from header fields and PN */ -+/* Baron think the function is construct CCM */ -+/* nonce */ -+/************************************************/ -+static void construct_mic_iv( -+ u8 *mic_iv, -+ sint qc_exists, -+ sint a4_exists, -+ u8 *mpdu, -+ uint payload_length, -+ u8 *pn_vector, -+ uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ -+) -+{ -+ sint i; -+ -+ mic_iv[0] = 0x59; -+ -+ if (qc_exists && a4_exists) -+ mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ -+ -+ if (qc_exists && !a4_exists) -+ mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ -+ -+ if (!qc_exists) -+ mic_iv[1] = 0x00; -+ -+ /* 802.11w management frame should set management bit(4) */ -+ if (frtype == WIFI_MGT_TYPE) -+ mic_iv[1] |= BIT(4); -+ -+ for (i = 2; i < 8; i++) -+ mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ -+ #ifdef CONSISTENT_PN_ORDER -+ for (i = 8; i < 14; i++) -+ mic_iv[i] = pn_vector[i - 8]; /* mic_iv[8:13] = PN[0:5] */ -+ #else -+ for (i = 8; i < 14; i++) -+ mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ -+ #endif -+ mic_iv[14] = (unsigned char) (payload_length / 256); -+ mic_iv[15] = (unsigned char) (payload_length % 256); -+} -+ -+ -+/************************************************/ -+/* construct_mic_header1() */ -+/* Builds the first MIC header block from */ -+/* header fields. */ -+/* Build AAD SC, A1, A2 */ -+/************************************************/ -+static void construct_mic_header1( -+ u8 *mic_header1, -+ sint header_length, -+ u8 *mpdu, -+ uint frtype/* add for CONFIG_IEEE80211W, none 11w also can use */ -+) -+{ -+ mic_header1[0] = (u8)((header_length - 2) / 256); -+ mic_header1[1] = (u8)((header_length - 2) % 256); -+ -+ /* 802.11w management frame don't AND subtype bits 4, 5, 6 of frame control field */ -+ if (frtype == WIFI_MGT_TYPE) -+ mic_header1[2] = mpdu[0]; -+ else -+ mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ -+ -+ mic_header1[3] = mpdu[1] & 0xc7; /* Mute retry, more data and pwr mgt bits */ -+ mic_header1[4] = mpdu[4]; /* A1 */ -+ mic_header1[5] = mpdu[5]; -+ mic_header1[6] = mpdu[6]; -+ mic_header1[7] = mpdu[7]; -+ mic_header1[8] = mpdu[8]; -+ mic_header1[9] = mpdu[9]; -+ mic_header1[10] = mpdu[10]; /* A2 */ -+ mic_header1[11] = mpdu[11]; -+ mic_header1[12] = mpdu[12]; -+ mic_header1[13] = mpdu[13]; -+ mic_header1[14] = mpdu[14]; -+ mic_header1[15] = mpdu[15]; -+} -+ -+ -+/************************************************/ -+/* construct_mic_header2() */ -+/* Builds the last MIC header block from */ -+/* header fields. */ -+/************************************************/ -+static void construct_mic_header2( -+ u8 *mic_header2, -+ u8 *mpdu, -+ sint a4_exists, -+ sint qc_exists -+) -+{ -+ sint i; -+ -+ for (i = 0; i < 16; i++) -+ mic_header2[i] = 0x00; -+ -+ mic_header2[0] = mpdu[16]; /* A3 */ -+ mic_header2[1] = mpdu[17]; -+ mic_header2[2] = mpdu[18]; -+ mic_header2[3] = mpdu[19]; -+ mic_header2[4] = mpdu[20]; -+ mic_header2[5] = mpdu[21]; -+ -+ mic_header2[6] = 0x00; -+ mic_header2[7] = 0x00; /* mpdu[23]; */ -+ -+ -+ if (!qc_exists && a4_exists) { -+ for (i = 0; i < 6; i++) -+ mic_header2[8+i] = mpdu[24+i]; /* A4 */ -+ -+ } -+ -+ if (qc_exists && !a4_exists) { -+ mic_header2[8] = mpdu[24] & 0x0f; /* mute bits 15 - 4 */ -+ mic_header2[9] = mpdu[25] & 0x00; -+ } -+ -+ if (qc_exists && a4_exists) { -+ for (i = 0; i < 6; i++) -+ mic_header2[8+i] = mpdu[24+i]; /* A4 */ -+ -+ mic_header2[14] = mpdu[30] & 0x0f; -+ mic_header2[15] = mpdu[31] & 0x00; -+ } -+ -+} -+ -+/************************************************/ -+/* construct_mic_header2() */ -+/* Builds the last MIC header block from */ -+/* header fields. */ -+/* Baron think the function is construct CCM */ -+/* nonce */ -+/************************************************/ -+static void construct_ctr_preload( -+ u8 *ctr_preload, -+ sint a4_exists, -+ sint qc_exists, -+ u8 *mpdu, -+ u8 *pn_vector, -+ sint c, -+ uint frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ -+) -+{ -+ sint i = 0; -+ -+ for (i = 0; i < 16; i++) -+ ctr_preload[i] = 0x00; -+ i = 0; -+ -+ ctr_preload[0] = 0x01; /* flag */ -+ if (qc_exists && a4_exists) -+ ctr_preload[1] = mpdu[30] & 0x0f; /* QoC_Control */ -+ if (qc_exists && !a4_exists) -+ ctr_preload[1] = mpdu[24] & 0x0f; -+ -+ /* 802.11w management frame should set management bit(4) */ -+ if (frtype == WIFI_MGT_TYPE) -+ ctr_preload[1] |= BIT(4); -+ -+ for (i = 2; i < 8; i++) -+ ctr_preload[i] = mpdu[i + 8]; /* ctr_preload[2:7] = A2[0:5] = mpdu[10:15] */ -+#ifdef CONSISTENT_PN_ORDER -+ for (i = 8; i < 14; i++) -+ ctr_preload[i] = pn_vector[i - 8]; /* ctr_preload[8:13] = PN[0:5] */ -+#else -+ for (i = 8; i < 14; i++) -+ ctr_preload[i] = pn_vector[13 - i]; /* ctr_preload[8:13] = PN[5:0] */ -+#endif -+ ctr_preload[14] = (unsigned char) (c / 256); /* Ctr */ -+ ctr_preload[15] = (unsigned char) (c % 256); -+} -+ -+ -+/************************************/ -+/* bitwise_xor() */ -+/* A 128 bit, bitwise exclusive or */ -+/************************************/ -+static void bitwise_xor(u8 *ina, u8 *inb, u8 *out) -+{ -+ sint i; -+ -+ for (i = 0; i < 16; i++) { -+ out[i] = ina[i] ^ inb[i]; -+ } -+} -+ -+ -+static sint aes_cipher(u8 *key, uint hdrlen, -+ u8 *pframe, uint plen) -+{ -+ uint qc_exists, a4_exists, i, j, payload_remainder, -+ num_blocks, payload_index; -+ -+ u8 pn_vector[6]; -+ u8 mic_iv[16]; -+ u8 mic_header1[16]; -+ u8 mic_header2[16]; -+ u8 ctr_preload[16]; -+ -+ /* Intermediate Buffers */ -+ u8 chain_buffer[16]; -+ u8 aes_out[16]; -+ u8 padded_buffer[16]; -+ u8 mic[8]; -+ uint frtype = GetFrameType(pframe); -+ uint frsubtype = GetFrameSubType(pframe); -+ -+ frsubtype = frsubtype>>4; -+ -+ -+ memset((void *)mic_iv, 0, 16); -+ memset((void *)mic_header1, 0, 16); -+ memset((void *)mic_header2, 0, 16); -+ memset((void *)ctr_preload, 0, 16); -+ memset((void *)chain_buffer, 0, 16); -+ memset((void *)aes_out, 0, 16); -+ memset((void *)padded_buffer, 0, 16); -+ -+ if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) -+ a4_exists = 0; -+ else -+ a4_exists = 1; -+ -+ if ( -+ ((frtype|frsubtype) == WIFI_DATA_CFACK) || -+ ((frtype|frsubtype) == WIFI_DATA_CFPOLL) || -+ ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) { -+ qc_exists = 1; -+ if (hdrlen != WLAN_HDR_A3_QOS_LEN) -+ hdrlen += 2; -+ -+ } else if ((frtype == WIFI_DATA) && /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ ((frsubtype == 0x08) || -+ (frsubtype == 0x09) || -+ (frsubtype == 0x0a) || -+ (frsubtype == 0x0b))) { -+ if (hdrlen != WLAN_HDR_A3_QOS_LEN) -+ hdrlen += 2; -+ -+ qc_exists = 1; -+ } else -+ qc_exists = 0; -+ -+ pn_vector[0] = pframe[hdrlen]; -+ pn_vector[1] = pframe[hdrlen+1]; -+ pn_vector[2] = pframe[hdrlen+4]; -+ pn_vector[3] = pframe[hdrlen+5]; -+ pn_vector[4] = pframe[hdrlen+6]; -+ pn_vector[5] = pframe[hdrlen+7]; -+ -+ construct_mic_iv( -+ mic_iv, -+ qc_exists, -+ a4_exists, -+ pframe, /* message, */ -+ plen, -+ pn_vector, -+ frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ ); -+ -+ construct_mic_header1( -+ mic_header1, -+ hdrlen, -+ pframe, /* message */ -+ frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ ); -+ construct_mic_header2( -+ mic_header2, -+ pframe, /* message, */ -+ a4_exists, -+ qc_exists -+ ); -+ -+ -+ payload_remainder = plen % 16; -+ num_blocks = plen / 16; -+ -+ /* Find start of payload */ -+ payload_index = (hdrlen + 8); -+ -+ /* Calculate MIC */ -+ aes128k128d(key, mic_iv, aes_out); -+ bitwise_xor(aes_out, mic_header1, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ bitwise_xor(aes_out, mic_header2, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ -+ for (i = 0; i < num_blocks; i++) { -+ bitwise_xor(aes_out, &pframe[payload_index], chain_buffer);/* bitwise_xor(aes_out, &message[payload_index], chain_buffer); */ -+ -+ payload_index += 16; -+ aes128k128d(key, chain_buffer, aes_out); -+ } -+ -+ /* Add on the final payload block if it needs padding */ -+ if (payload_remainder > 0) { -+ for (j = 0; j < 16; j++) -+ padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) { -+ padded_buffer[j] = pframe[payload_index++];/* padded_buffer[j] = message[payload_index++]; */ -+ } -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ -+ } -+ -+ for (j = 0 ; j < 8; j++) -+ mic[j] = aes_out[j]; -+ -+ /* Insert MIC into payload */ -+ for (j = 0; j < 8; j++) -+ pframe[payload_index+j] = mic[j]; /* message[payload_index+j] = mic[j]; */ -+ -+ payload_index = hdrlen + 8; -+ for (i = 0; i < num_blocks; i++) { -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, /* message, */ -+ pn_vector, -+ i+1, -+ frtype -+ ); /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, &pframe[payload_index], chain_buffer);/* bitwise_xor(aes_out, &message[payload_index], chain_buffer); */ -+ for (j = 0; j < 16; j++) -+ pframe[payload_index++] = chain_buffer[j];/* for (j = 0; j<16;j++) message[payload_index++] = chain_buffer[j]; */ -+ } -+ -+ if (payload_remainder > 0) { -+ /* If there is a short final block, then pad it,*/ -+ /* encrypt it and copy the unpadded part back */ -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, /* message, */ -+ pn_vector, -+ num_blocks+1, -+ frtype -+ ); /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ -+ for (j = 0; j < 16; j++) -+ padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) { -+ padded_buffer[j] = pframe[payload_index+j];/* padded_buffer[j] = message[payload_index+j]; */ -+ } -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ for (j = 0; j < payload_remainder; j++) -+ pframe[payload_index++] = chain_buffer[j];/* for (j = 0; jattrib; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+/* uint offset = 0; */ -+ u32 res = _SUCCESS; -+ -+ if (((struct xmit_frame *)pxmitframe)->buf_addr == NULL) -+ return _FAIL; -+ -+ hw_hdr_offset = TXDESC_OFFSET; -+ pframe = ((struct xmit_frame *)pxmitframe)->buf_addr + hw_hdr_offset; -+ -+ /* 4 start to encrypt each fragment */ -+ if ((pattrib->encrypt == _AES_)) { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_aes_encrypt: stainfo!= NULL!!!\n")); -+ -+ if (IS_MCAST(pattrib->ra)) -+ prwskey = psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; -+ else -+ /* prwskey =&stainfo->dot118021x_UncstKey.skey[0]; */ -+ prwskey = pattrib->dot118021x_UncstKey.skey; -+ -+ prwskeylen = 16; -+ -+ for (curfragnum = 0; curfragnum < pattrib->nr_frags; curfragnum++) { -+ -+ if ((curfragnum+1) == pattrib->nr_frags) { /* 4 the last fragment */ -+ length = pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len; -+ -+ aes_cipher(prwskey, pattrib->hdrlen, pframe, length); -+ } else { -+ length = pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len; -+ -+ aes_cipher(prwskey, pattrib->hdrlen, pframe, length); -+ pframe += pxmitpriv->frag_len; -+ pframe = (u8 *)RND4((SIZE_PTR)(pframe)); -+ -+ } -+ } -+ -+ AES_SW_ENC_CNT_INC(psecuritypriv, pattrib->ra); -+ } -+ return res; -+} -+ -+static sint aes_decipher(u8 *key, uint hdrlen, -+ u8 *pframe, uint plen) -+{ -+ static u8 message[MAX_MSG_SIZE]; -+ uint qc_exists, a4_exists, i, j, payload_remainder, -+ num_blocks, payload_index; -+ sint res = _SUCCESS; -+ u8 pn_vector[6]; -+ u8 mic_iv[16]; -+ u8 mic_header1[16]; -+ u8 mic_header2[16]; -+ u8 ctr_preload[16]; -+ -+ /* Intermediate Buffers */ -+ u8 chain_buffer[16]; -+ u8 aes_out[16]; -+ u8 padded_buffer[16]; -+ u8 mic[8]; -+ -+ -+/* uint offset = 0; */ -+ uint frtype = GetFrameType(pframe); -+ uint frsubtype = GetFrameSubType(pframe); -+ -+ frsubtype = frsubtype>>4; -+ -+ -+ memset((void *)mic_iv, 0, 16); -+ memset((void *)mic_header1, 0, 16); -+ memset((void *)mic_header2, 0, 16); -+ memset((void *)ctr_preload, 0, 16); -+ memset((void *)chain_buffer, 0, 16); -+ memset((void *)aes_out, 0, 16); -+ memset((void *)padded_buffer, 0, 16); -+ -+ /* start to decrypt the payload */ -+ -+ num_blocks = (plen-8) / 16; /* plen including LLC, payload_length and mic) */ -+ -+ payload_remainder = (plen-8) % 16; -+ -+ pn_vector[0] = pframe[hdrlen]; -+ pn_vector[1] = pframe[hdrlen+1]; -+ pn_vector[2] = pframe[hdrlen+4]; -+ pn_vector[3] = pframe[hdrlen+5]; -+ pn_vector[4] = pframe[hdrlen+6]; -+ pn_vector[5] = pframe[hdrlen+7]; -+ -+ if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) -+ a4_exists = 0; -+ else -+ a4_exists = 1; -+ -+ if ( -+ ((frtype|frsubtype) == WIFI_DATA_CFACK) || -+ ((frtype|frsubtype) == WIFI_DATA_CFPOLL) || -+ ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) { -+ qc_exists = 1; -+ if (hdrlen != WLAN_HDR_A3_QOS_LEN) { -+ -+ hdrlen += 2; -+ } -+ } else if ((frtype == WIFI_DATA) && /* only for data packet . add for CONFIG_IEEE80211W, none 11w also can use */ -+ ((frsubtype == 0x08) || -+ (frsubtype == 0x09) || -+ (frsubtype == 0x0a) || -+ (frsubtype == 0x0b))) { -+ if (hdrlen != WLAN_HDR_A3_QOS_LEN) { -+ -+ hdrlen += 2; -+ } -+ qc_exists = 1; -+ } else -+ qc_exists = 0; -+ -+ -+ /* now, decrypt pframe with hdrlen offset and plen long */ -+ -+ payload_index = hdrlen + 8; /* 8 is for extiv */ -+ -+ for (i = 0; i < num_blocks; i++) { -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, -+ pn_vector, -+ i+1, -+ frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ ); -+ -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, &pframe[payload_index], chain_buffer); -+ -+ for (j = 0; j < 16; j++) -+ pframe[payload_index++] = chain_buffer[j]; -+ } -+ -+ if (payload_remainder > 0) { -+ /* If there is a short final block, then pad it,*/ -+ /* encrypt it and copy the unpadded part back */ -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, -+ pn_vector, -+ num_blocks+1, -+ frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ ); -+ -+ for (j = 0; j < 16; j++) -+ padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) { -+ padded_buffer[j] = pframe[payload_index+j]; -+ } -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ for (j = 0; j < payload_remainder; j++) -+ pframe[payload_index++] = chain_buffer[j]; -+ } -+ -+ /* start to calculate the mic */ -+ if ((hdrlen + plen+8) <= MAX_MSG_SIZE) -+ memcpy((void *)message, pframe, (hdrlen + plen+8)); /* 8 is for ext iv len */ -+ -+ -+ pn_vector[0] = pframe[hdrlen]; -+ pn_vector[1] = pframe[hdrlen+1]; -+ pn_vector[2] = pframe[hdrlen+4]; -+ pn_vector[3] = pframe[hdrlen+5]; -+ pn_vector[4] = pframe[hdrlen+6]; -+ pn_vector[5] = pframe[hdrlen+7]; -+ -+ -+ -+ construct_mic_iv( -+ mic_iv, -+ qc_exists, -+ a4_exists, -+ message, -+ plen-8, -+ pn_vector, -+ frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ ); -+ -+ construct_mic_header1( -+ mic_header1, -+ hdrlen, -+ message, -+ frtype /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ ); -+ construct_mic_header2( -+ mic_header2, -+ message, -+ a4_exists, -+ qc_exists -+ ); -+ -+ -+ payload_remainder = (plen-8) % 16; -+ num_blocks = (plen-8) / 16; -+ -+ /* Find start of payload */ -+ payload_index = (hdrlen + 8); -+ -+ /* Calculate MIC */ -+ aes128k128d(key, mic_iv, aes_out); -+ bitwise_xor(aes_out, mic_header1, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ bitwise_xor(aes_out, mic_header2, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ -+ for (i = 0; i < num_blocks; i++) { -+ bitwise_xor(aes_out, &message[payload_index], chain_buffer); -+ -+ payload_index += 16; -+ aes128k128d(key, chain_buffer, aes_out); -+ } -+ -+ /* Add on the final payload block if it needs padding */ -+ if (payload_remainder > 0) { -+ for (j = 0; j < 16; j++) -+ padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) { -+ padded_buffer[j] = message[payload_index++]; -+ } -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ -+ } -+ -+ for (j = 0; j < 8; j++) -+ mic[j] = aes_out[j]; -+ -+ /* Insert MIC into payload */ -+ for (j = 0; j < 8; j++) -+ message[payload_index+j] = mic[j]; -+ -+ payload_index = hdrlen + 8; -+ for (i = 0; i < num_blocks; i++) { -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ message, -+ pn_vector, -+ i+1, -+ frtype -+ ); /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, &message[payload_index], chain_buffer); -+ for (j = 0; j < 16; j++) -+ message[payload_index++] = chain_buffer[j]; -+ } -+ -+ if (payload_remainder > 0) { -+ /* If there is a short final block, then pad it,*/ -+ /* encrypt it and copy the unpadded part back */ -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ message, -+ pn_vector, -+ num_blocks+1, -+ frtype -+ ); /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ -+ for (j = 0; j < 16; j++) -+ padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) { -+ padded_buffer[j] = message[payload_index+j]; -+ } -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ for (j = 0; j < payload_remainder; j++) -+ message[payload_index++] = chain_buffer[j]; -+ } -+ -+ /* Encrypt the MIC */ -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ message, -+ pn_vector, -+ 0, -+ frtype -+ ); /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ -+ for (j = 0; j < 16; j++) -+ padded_buffer[j] = 0x00; -+ for (j = 0; j < 8; j++) { -+ padded_buffer[j] = message[j+hdrlen+8+plen-8]; -+ } -+ -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ for (j = 0; j < 8; j++) -+ message[payload_index++] = chain_buffer[j]; -+ -+ /* compare the mic */ -+ for (i = 0; i < 8; i++) { -+ if (pframe[hdrlen+8+plen-8+i] != message[hdrlen+8+plen-8+i]) { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("aes_decipher:mic check error mic[%d]: pframe(%x) != message(%x)\n", -+ i, pframe[hdrlen+8+plen-8+i], message[hdrlen+8+plen-8+i])); -+ DBG_871X("aes_decipher:mic check error mic[%d]: pframe(%x) != message(%x)\n", -+ i, pframe[hdrlen+8+plen-8+i], message[hdrlen+8+plen-8+i]); -+ res = _FAIL; -+ } -+ } -+ return res; -+} -+ -+u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) -+{ /* exclude ICV */ -+ -+ -+ /*static*/ -+/* unsigned char message[MAX_MSG_SIZE]; */ -+ -+ -+ /* Intermediate Buffers */ -+ -+ -+ sint length; -+ u8 *pframe, *prwskey; /* *payload,*iv */ -+ struct sta_info *stainfo; -+ struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+/* struct recv_priv *precvpriv =&padapter->recvpriv; */ -+ u32 res = _SUCCESS; -+ -+ pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; -+ /* 4 start to encrypt each fragment */ -+ if ((prxattrib->encrypt == _AES_)) { -+ -+ stainfo = rtw_get_stainfo(&padapter->stapriv, &prxattrib->ta[0]); -+ if (stainfo != NULL) { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_aes_decrypt: stainfo!= NULL!!!\n")); -+ -+ if (IS_MCAST(prxattrib->ra)) { -+ static unsigned long start = 0; -+ static u32 no_gkey_bc_cnt = 0; -+ static u32 no_gkey_mc_cnt = 0; -+ -+ /* DBG_871X("rx bc/mc packets, to perform sw rtw_aes_decrypt\n"); */ -+ /* prwskey = psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; */ -+ if (psecuritypriv->binstallGrpkey == false) { -+ res = _FAIL; -+ -+ if (start == 0) -+ start = jiffies; -+ -+ if (is_broadcast_mac_addr(prxattrib->ra)) -+ no_gkey_bc_cnt++; -+ else -+ no_gkey_mc_cnt++; -+ -+ if (jiffies_to_msecs(jiffies - start) > 1000) { -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = jiffies; -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ } -+ -+ goto exit; -+ } -+ -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" gkey installed. no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = 0; -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ -+ prwskey = psecuritypriv->dot118021XGrpKey[prxattrib->key_index].skey; -+ if (psecuritypriv->dot118021XGrpKeyid != prxattrib->key_index) { -+ DBG_871X("not match packet_index =%d, install_index =%d\n" -+ , prxattrib->key_index, psecuritypriv->dot118021XGrpKeyid); -+ res = _FAIL; -+ goto exit; -+ } -+ } else -+ prwskey = &stainfo->dot118021x_UncstKey.skey[0]; -+ -+ -+ length = ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; -+ -+ res = aes_decipher(prwskey, prxattrib->hdrlen, pframe, length); -+ -+ AES_SW_DEC_CNT_INC(psecuritypriv, prxattrib->ra); -+ } else { -+ RT_TRACE(_module_rtl871x_security_c_, _drv_err_, ("rtw_aes_decrypt: stainfo == NULL!!!\n")); -+ res = _FAIL; -+ } -+ } -+exit: -+ return res; -+} -+ -+u32 rtw_BIP_verify(struct adapter *padapter, u8 *precvframe) -+{ -+ struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; -+ u8 *pframe; -+ u8 *BIP_AAD, *p; -+ u32 res = _FAIL; -+ uint len, ori_len; -+ struct ieee80211_hdr *pwlanhdr; -+ u8 mic[16]; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ __le16 le_tmp; -+ __le64 le_tmp64; -+ -+ ori_len = pattrib->pkt_len-WLAN_HDR_A3_LEN+BIP_AAD_SIZE; -+ BIP_AAD = rtw_zmalloc(ori_len); -+ -+ if (BIP_AAD == NULL) { -+ DBG_871X("BIP AAD allocate fail\n"); -+ return _FAIL; -+ } -+ /* PKT start */ -+ pframe = (unsigned char *)((union recv_frame *)precvframe)->u.hdr.rx_data; -+ /* mapping to wlan header */ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ /* save the frame body + MME */ -+ memcpy(BIP_AAD+BIP_AAD_SIZE, pframe+WLAN_HDR_A3_LEN, pattrib->pkt_len-WLAN_HDR_A3_LEN); -+ /* find MME IE pointer */ -+ p = rtw_get_ie(BIP_AAD+BIP_AAD_SIZE, _MME_IE_, &len, pattrib->pkt_len-WLAN_HDR_A3_LEN); -+ /* Baron */ -+ if (p) { -+ u16 keyid = 0; -+ u64 temp_ipn = 0; -+ /* save packet number */ -+ memcpy(&le_tmp64, p+4, 6); -+ temp_ipn = le64_to_cpu(le_tmp64); -+ /* BIP packet number should bigger than previous BIP packet */ -+ if (temp_ipn <= pmlmeext->mgnt_80211w_IPN_rx) { -+ DBG_871X("replay BIP packet\n"); -+ goto BIP_exit; -+ } -+ /* copy key index */ -+ memcpy(&le_tmp, p+2, 2); -+ keyid = le16_to_cpu(le_tmp); -+ if (keyid != padapter->securitypriv.dot11wBIPKeyid) { -+ DBG_871X("BIP key index error!\n"); -+ goto BIP_exit; -+ } -+ /* clear the MIC field of MME to zero */ -+ memset(p+2+len-8, 0, 8); -+ -+ /* conscruct AAD, copy frame control field */ -+ memcpy(BIP_AAD, &pwlanhdr->frame_control, 2); -+ ClearRetry(BIP_AAD); -+ ClearPwrMgt(BIP_AAD); -+ ClearMData(BIP_AAD); -+ /* conscruct AAD, copy address 1 to address 3 */ -+ memcpy(BIP_AAD+2, pwlanhdr->addr1, 18); -+ -+ if (omac1_aes_128(padapter->securitypriv.dot11wBIPKey[padapter->securitypriv.dot11wBIPKeyid].skey -+ , BIP_AAD, ori_len, mic)) -+ goto BIP_exit; -+ -+ /* MIC field should be last 8 bytes of packet (packet without FCS) */ -+ if (!memcmp(mic, pframe+pattrib->pkt_len-8, 8)) { -+ pmlmeext->mgnt_80211w_IPN_rx = temp_ipn; -+ res = _SUCCESS; -+ } else -+ DBG_871X("BIP MIC error!\n"); -+ -+ } else -+ res = RTW_RX_HANDLED; -+BIP_exit: -+ -+ kfree(BIP_AAD); -+ return res; -+} -+ -+/* AES tables*/ -+const u32 Te0[256] = { -+ 0xc66363a5U, 0xf87c7c84U, 0xee777799U, 0xf67b7b8dU, -+ 0xfff2f20dU, 0xd66b6bbdU, 0xde6f6fb1U, 0x91c5c554U, -+ 0x60303050U, 0x02010103U, 0xce6767a9U, 0x562b2b7dU, -+ 0xe7fefe19U, 0xb5d7d762U, 0x4dababe6U, 0xec76769aU, -+ 0x8fcaca45U, 0x1f82829dU, 0x89c9c940U, 0xfa7d7d87U, -+ 0xeffafa15U, 0xb25959ebU, 0x8e4747c9U, 0xfbf0f00bU, -+ 0x41adadecU, 0xb3d4d467U, 0x5fa2a2fdU, 0x45afafeaU, -+ 0x239c9cbfU, 0x53a4a4f7U, 0xe4727296U, 0x9bc0c05bU, -+ 0x75b7b7c2U, 0xe1fdfd1cU, 0x3d9393aeU, 0x4c26266aU, -+ 0x6c36365aU, 0x7e3f3f41U, 0xf5f7f702U, 0x83cccc4fU, -+ 0x6834345cU, 0x51a5a5f4U, 0xd1e5e534U, 0xf9f1f108U, -+ 0xe2717193U, 0xabd8d873U, 0x62313153U, 0x2a15153fU, -+ 0x0804040cU, 0x95c7c752U, 0x46232365U, 0x9dc3c35eU, -+ 0x30181828U, 0x379696a1U, 0x0a05050fU, 0x2f9a9ab5U, -+ 0x0e070709U, 0x24121236U, 0x1b80809bU, 0xdfe2e23dU, -+ 0xcdebeb26U, 0x4e272769U, 0x7fb2b2cdU, 0xea75759fU, -+ 0x1209091bU, 0x1d83839eU, 0x582c2c74U, 0x341a1a2eU, -+ 0x361b1b2dU, 0xdc6e6eb2U, 0xb45a5aeeU, 0x5ba0a0fbU, -+ 0xa45252f6U, 0x763b3b4dU, 0xb7d6d661U, 0x7db3b3ceU, -+ 0x5229297bU, 0xdde3e33eU, 0x5e2f2f71U, 0x13848497U, -+ 0xa65353f5U, 0xb9d1d168U, 0x00000000U, 0xc1eded2cU, -+ 0x40202060U, 0xe3fcfc1fU, 0x79b1b1c8U, 0xb65b5bedU, -+ 0xd46a6abeU, 0x8dcbcb46U, 0x67bebed9U, 0x7239394bU, -+ 0x944a4adeU, 0x984c4cd4U, 0xb05858e8U, 0x85cfcf4aU, -+ 0xbbd0d06bU, 0xc5efef2aU, 0x4faaaae5U, 0xedfbfb16U, -+ 0x864343c5U, 0x9a4d4dd7U, 0x66333355U, 0x11858594U, -+ 0x8a4545cfU, 0xe9f9f910U, 0x04020206U, 0xfe7f7f81U, -+ 0xa05050f0U, 0x783c3c44U, 0x259f9fbaU, 0x4ba8a8e3U, -+ 0xa25151f3U, 0x5da3a3feU, 0x804040c0U, 0x058f8f8aU, -+ 0x3f9292adU, 0x219d9dbcU, 0x70383848U, 0xf1f5f504U, -+ 0x63bcbcdfU, 0x77b6b6c1U, 0xafdada75U, 0x42212163U, -+ 0x20101030U, 0xe5ffff1aU, 0xfdf3f30eU, 0xbfd2d26dU, -+ 0x81cdcd4cU, 0x180c0c14U, 0x26131335U, 0xc3ecec2fU, -+ 0xbe5f5fe1U, 0x359797a2U, 0x884444ccU, 0x2e171739U, -+ 0x93c4c457U, 0x55a7a7f2U, 0xfc7e7e82U, 0x7a3d3d47U, -+ 0xc86464acU, 0xba5d5de7U, 0x3219192bU, 0xe6737395U, -+ 0xc06060a0U, 0x19818198U, 0x9e4f4fd1U, 0xa3dcdc7fU, -+ 0x44222266U, 0x542a2a7eU, 0x3b9090abU, 0x0b888883U, -+ 0x8c4646caU, 0xc7eeee29U, 0x6bb8b8d3U, 0x2814143cU, -+ 0xa7dede79U, 0xbc5e5ee2U, 0x160b0b1dU, 0xaddbdb76U, -+ 0xdbe0e03bU, 0x64323256U, 0x743a3a4eU, 0x140a0a1eU, -+ 0x924949dbU, 0x0c06060aU, 0x4824246cU, 0xb85c5ce4U, -+ 0x9fc2c25dU, 0xbdd3d36eU, 0x43acacefU, 0xc46262a6U, -+ 0x399191a8U, 0x319595a4U, 0xd3e4e437U, 0xf279798bU, -+ 0xd5e7e732U, 0x8bc8c843U, 0x6e373759U, 0xda6d6db7U, -+ 0x018d8d8cU, 0xb1d5d564U, 0x9c4e4ed2U, 0x49a9a9e0U, -+ 0xd86c6cb4U, 0xac5656faU, 0xf3f4f407U, 0xcfeaea25U, -+ 0xca6565afU, 0xf47a7a8eU, 0x47aeaee9U, 0x10080818U, -+ 0x6fbabad5U, 0xf0787888U, 0x4a25256fU, 0x5c2e2e72U, -+ 0x381c1c24U, 0x57a6a6f1U, 0x73b4b4c7U, 0x97c6c651U, -+ 0xcbe8e823U, 0xa1dddd7cU, 0xe874749cU, 0x3e1f1f21U, -+ 0x964b4bddU, 0x61bdbddcU, 0x0d8b8b86U, 0x0f8a8a85U, -+ 0xe0707090U, 0x7c3e3e42U, 0x71b5b5c4U, 0xcc6666aaU, -+ 0x904848d8U, 0x06030305U, 0xf7f6f601U, 0x1c0e0e12U, -+ 0xc26161a3U, 0x6a35355fU, 0xae5757f9U, 0x69b9b9d0U, -+ 0x17868691U, 0x99c1c158U, 0x3a1d1d27U, 0x279e9eb9U, -+ 0xd9e1e138U, 0xebf8f813U, 0x2b9898b3U, 0x22111133U, -+ 0xd26969bbU, 0xa9d9d970U, 0x078e8e89U, 0x339494a7U, -+ 0x2d9b9bb6U, 0x3c1e1e22U, 0x15878792U, 0xc9e9e920U, -+ 0x87cece49U, 0xaa5555ffU, 0x50282878U, 0xa5dfdf7aU, -+ 0x038c8c8fU, 0x59a1a1f8U, 0x09898980U, 0x1a0d0d17U, -+ 0x65bfbfdaU, 0xd7e6e631U, 0x844242c6U, 0xd06868b8U, -+ 0x824141c3U, 0x299999b0U, 0x5a2d2d77U, 0x1e0f0f11U, -+ 0x7bb0b0cbU, 0xa85454fcU, 0x6dbbbbd6U, 0x2c16163aU, -+}; -+const u32 Td0[256] = { -+ 0x51f4a750U, 0x7e416553U, 0x1a17a4c3U, 0x3a275e96U, -+ 0x3bab6bcbU, 0x1f9d45f1U, 0xacfa58abU, 0x4be30393U, -+ 0x2030fa55U, 0xad766df6U, 0x88cc7691U, 0xf5024c25U, -+ 0x4fe5d7fcU, 0xc52acbd7U, 0x26354480U, 0xb562a38fU, -+ 0xdeb15a49U, 0x25ba1b67U, 0x45ea0e98U, 0x5dfec0e1U, -+ 0xc32f7502U, 0x814cf012U, 0x8d4697a3U, 0x6bd3f9c6U, -+ 0x038f5fe7U, 0x15929c95U, 0xbf6d7aebU, 0x955259daU, -+ 0xd4be832dU, 0x587421d3U, 0x49e06929U, 0x8ec9c844U, -+ 0x75c2896aU, 0xf48e7978U, 0x99583e6bU, 0x27b971ddU, -+ 0xbee14fb6U, 0xf088ad17U, 0xc920ac66U, 0x7dce3ab4U, -+ 0x63df4a18U, 0xe51a3182U, 0x97513360U, 0x62537f45U, -+ 0xb16477e0U, 0xbb6bae84U, 0xfe81a01cU, 0xf9082b94U, -+ 0x70486858U, 0x8f45fd19U, 0x94de6c87U, 0x527bf8b7U, -+ 0xab73d323U, 0x724b02e2U, 0xe31f8f57U, 0x6655ab2aU, -+ 0xb2eb2807U, 0x2fb5c203U, 0x86c57b9aU, 0xd33708a5U, -+ 0x302887f2U, 0x23bfa5b2U, 0x02036abaU, 0xed16825cU, -+ 0x8acf1c2bU, 0xa779b492U, 0xf307f2f0U, 0x4e69e2a1U, -+ 0x65daf4cdU, 0x0605bed5U, 0xd134621fU, 0xc4a6fe8aU, -+ 0x342e539dU, 0xa2f355a0U, 0x058ae132U, 0xa4f6eb75U, -+ 0x0b83ec39U, 0x4060efaaU, 0x5e719f06U, 0xbd6e1051U, -+ 0x3e218af9U, 0x96dd063dU, 0xdd3e05aeU, 0x4de6bd46U, -+ 0x91548db5U, 0x71c45d05U, 0x0406d46fU, 0x605015ffU, -+ 0x1998fb24U, 0xd6bde997U, 0x894043ccU, 0x67d99e77U, -+ 0xb0e842bdU, 0x07898b88U, 0xe7195b38U, 0x79c8eedbU, -+ 0xa17c0a47U, 0x7c420fe9U, 0xf8841ec9U, 0x00000000U, -+ 0x09808683U, 0x322bed48U, 0x1e1170acU, 0x6c5a724eU, -+ 0xfd0efffbU, 0x0f853856U, 0x3daed51eU, 0x362d3927U, -+ 0x0a0fd964U, 0x685ca621U, 0x9b5b54d1U, 0x24362e3aU, -+ 0x0c0a67b1U, 0x9357e70fU, 0xb4ee96d2U, 0x1b9b919eU, -+ 0x80c0c54fU, 0x61dc20a2U, 0x5a774b69U, 0x1c121a16U, -+ 0xe293ba0aU, 0xc0a02ae5U, 0x3c22e043U, 0x121b171dU, -+ 0x0e090d0bU, 0xf28bc7adU, 0x2db6a8b9U, 0x141ea9c8U, -+ 0x57f11985U, 0xaf75074cU, 0xee99ddbbU, 0xa37f60fdU, -+ 0xf701269fU, 0x5c72f5bcU, 0x44663bc5U, 0x5bfb7e34U, -+ 0x8b432976U, 0xcb23c6dcU, 0xb6edfc68U, 0xb8e4f163U, -+ 0xd731dccaU, 0x42638510U, 0x13972240U, 0x84c61120U, -+ 0x854a247dU, 0xd2bb3df8U, 0xaef93211U, 0xc729a16dU, -+ 0x1d9e2f4bU, 0xdcb230f3U, 0x0d8652ecU, 0x77c1e3d0U, -+ 0x2bb3166cU, 0xa970b999U, 0x119448faU, 0x47e96422U, -+ 0xa8fc8cc4U, 0xa0f03f1aU, 0x567d2cd8U, 0x223390efU, -+ 0x87494ec7U, 0xd938d1c1U, 0x8ccaa2feU, 0x98d40b36U, -+ 0xa6f581cfU, 0xa57ade28U, 0xdab78e26U, 0x3fadbfa4U, -+ 0x2c3a9de4U, 0x5078920dU, 0x6a5fcc9bU, 0x547e4662U, -+ 0xf68d13c2U, 0x90d8b8e8U, 0x2e39f75eU, 0x82c3aff5U, -+ 0x9f5d80beU, 0x69d0937cU, 0x6fd52da9U, 0xcf2512b3U, -+ 0xc8ac993bU, 0x10187da7U, 0xe89c636eU, 0xdb3bbb7bU, -+ 0xcd267809U, 0x6e5918f4U, 0xec9ab701U, 0x834f9aa8U, -+ 0xe6956e65U, 0xaaffe67eU, 0x21bccf08U, 0xef15e8e6U, -+ 0xbae79bd9U, 0x4a6f36ceU, 0xea9f09d4U, 0x29b07cd6U, -+ 0x31a4b2afU, 0x2a3f2331U, 0xc6a59430U, 0x35a266c0U, -+ 0x744ebc37U, 0xfc82caa6U, 0xe090d0b0U, 0x33a7d815U, -+ 0xf104984aU, 0x41ecdaf7U, 0x7fcd500eU, 0x1791f62fU, -+ 0x764dd68dU, 0x43efb04dU, 0xccaa4d54U, 0xe49604dfU, -+ 0x9ed1b5e3U, 0x4c6a881bU, 0xc12c1fb8U, 0x4665517fU, -+ 0x9d5eea04U, 0x018c355dU, 0xfa877473U, 0xfb0b412eU, -+ 0xb3671d5aU, 0x92dbd252U, 0xe9105633U, 0x6dd64713U, -+ 0x9ad7618cU, 0x37a10c7aU, 0x59f8148eU, 0xeb133c89U, -+ 0xcea927eeU, 0xb761c935U, 0xe11ce5edU, 0x7a47b13cU, -+ 0x9cd2df59U, 0x55f2733fU, 0x1814ce79U, 0x73c737bfU, -+ 0x53f7cdeaU, 0x5ffdaa5bU, 0xdf3d6f14U, 0x7844db86U, -+ 0xcaaff381U, 0xb968c43eU, 0x3824342cU, 0xc2a3405fU, -+ 0x161dc372U, 0xbce2250cU, 0x283c498bU, 0xff0d9541U, -+ 0x39a80171U, 0x080cb3deU, 0xd8b4e49cU, 0x6456c190U, -+ 0x7bcb8461U, 0xd532b670U, 0x486c5c74U, 0xd0b85742U, -+}; -+const u8 Td4s[256] = { -+ 0x52U, 0x09U, 0x6aU, 0xd5U, 0x30U, 0x36U, 0xa5U, 0x38U, -+ 0xbfU, 0x40U, 0xa3U, 0x9eU, 0x81U, 0xf3U, 0xd7U, 0xfbU, -+ 0x7cU, 0xe3U, 0x39U, 0x82U, 0x9bU, 0x2fU, 0xffU, 0x87U, -+ 0x34U, 0x8eU, 0x43U, 0x44U, 0xc4U, 0xdeU, 0xe9U, 0xcbU, -+ 0x54U, 0x7bU, 0x94U, 0x32U, 0xa6U, 0xc2U, 0x23U, 0x3dU, -+ 0xeeU, 0x4cU, 0x95U, 0x0bU, 0x42U, 0xfaU, 0xc3U, 0x4eU, -+ 0x08U, 0x2eU, 0xa1U, 0x66U, 0x28U, 0xd9U, 0x24U, 0xb2U, -+ 0x76U, 0x5bU, 0xa2U, 0x49U, 0x6dU, 0x8bU, 0xd1U, 0x25U, -+ 0x72U, 0xf8U, 0xf6U, 0x64U, 0x86U, 0x68U, 0x98U, 0x16U, -+ 0xd4U, 0xa4U, 0x5cU, 0xccU, 0x5dU, 0x65U, 0xb6U, 0x92U, -+ 0x6cU, 0x70U, 0x48U, 0x50U, 0xfdU, 0xedU, 0xb9U, 0xdaU, -+ 0x5eU, 0x15U, 0x46U, 0x57U, 0xa7U, 0x8dU, 0x9dU, 0x84U, -+ 0x90U, 0xd8U, 0xabU, 0x00U, 0x8cU, 0xbcU, 0xd3U, 0x0aU, -+ 0xf7U, 0xe4U, 0x58U, 0x05U, 0xb8U, 0xb3U, 0x45U, 0x06U, -+ 0xd0U, 0x2cU, 0x1eU, 0x8fU, 0xcaU, 0x3fU, 0x0fU, 0x02U, -+ 0xc1U, 0xafU, 0xbdU, 0x03U, 0x01U, 0x13U, 0x8aU, 0x6bU, -+ 0x3aU, 0x91U, 0x11U, 0x41U, 0x4fU, 0x67U, 0xdcU, 0xeaU, -+ 0x97U, 0xf2U, 0xcfU, 0xceU, 0xf0U, 0xb4U, 0xe6U, 0x73U, -+ 0x96U, 0xacU, 0x74U, 0x22U, 0xe7U, 0xadU, 0x35U, 0x85U, -+ 0xe2U, 0xf9U, 0x37U, 0xe8U, 0x1cU, 0x75U, 0xdfU, 0x6eU, -+ 0x47U, 0xf1U, 0x1aU, 0x71U, 0x1dU, 0x29U, 0xc5U, 0x89U, -+ 0x6fU, 0xb7U, 0x62U, 0x0eU, 0xaaU, 0x18U, 0xbeU, 0x1bU, -+ 0xfcU, 0x56U, 0x3eU, 0x4bU, 0xc6U, 0xd2U, 0x79U, 0x20U, -+ 0x9aU, 0xdbU, 0xc0U, 0xfeU, 0x78U, 0xcdU, 0x5aU, 0xf4U, -+ 0x1fU, 0xddU, 0xa8U, 0x33U, 0x88U, 0x07U, 0xc7U, 0x31U, -+ 0xb1U, 0x12U, 0x10U, 0x59U, 0x27U, 0x80U, 0xecU, 0x5fU, -+ 0x60U, 0x51U, 0x7fU, 0xa9U, 0x19U, 0xb5U, 0x4aU, 0x0dU, -+ 0x2dU, 0xe5U, 0x7aU, 0x9fU, 0x93U, 0xc9U, 0x9cU, 0xefU, -+ 0xa0U, 0xe0U, 0x3bU, 0x4dU, 0xaeU, 0x2aU, 0xf5U, 0xb0U, -+ 0xc8U, 0xebU, 0xbbU, 0x3cU, 0x83U, 0x53U, 0x99U, 0x61U, -+ 0x17U, 0x2bU, 0x04U, 0x7eU, 0xbaU, 0x77U, 0xd6U, 0x26U, -+ 0xe1U, 0x69U, 0x14U, 0x63U, 0x55U, 0x21U, 0x0cU, 0x7dU, -+}; -+const u8 rcons[] = { -+ 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1B, 0x36 -+ /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */ -+}; -+ -+/** -+ * Expand the cipher key into the encryption key schedule. -+ * -+ * @return the number of rounds for the given cipher key size. -+ */ -+static void rijndaelKeySetupEnc(u32 rk[/*44*/], const u8 cipherKey[]) -+{ -+ int i; -+ u32 temp; -+ -+ rk[0] = GETU32(cipherKey); -+ rk[1] = GETU32(cipherKey + 4); -+ rk[2] = GETU32(cipherKey + 8); -+ rk[3] = GETU32(cipherKey + 12); -+ for (i = 0; i < 10; i++) { -+ temp = rk[3]; -+ rk[4] = rk[0] ^ -+ TE421(temp) ^ TE432(temp) ^ TE443(temp) ^ TE414(temp) ^ -+ RCON(i); -+ rk[5] = rk[1] ^ rk[4]; -+ rk[6] = rk[2] ^ rk[5]; -+ rk[7] = rk[3] ^ rk[6]; -+ rk += 4; -+ } -+} -+ -+static void rijndaelEncrypt(u32 rk[/*44*/], u8 pt[16], u8 ct[16]) -+{ -+ u32 s0, s1, s2, s3, t0, t1, t2, t3; -+ int Nr = 10; -+ int r; -+ -+ /* -+ * map byte array block to cipher state -+ * and add initial round key: -+ */ -+ s0 = GETU32(pt) ^ rk[0]; -+ s1 = GETU32(pt + 4) ^ rk[1]; -+ s2 = GETU32(pt + 8) ^ rk[2]; -+ s3 = GETU32(pt + 12) ^ rk[3]; -+ -+#define ROUND(i, d, s) \ -+d##0 = TE0(s##0) ^ TE1(s##1) ^ TE2(s##2) ^ TE3(s##3) ^ rk[4 * i]; \ -+d##1 = TE0(s##1) ^ TE1(s##2) ^ TE2(s##3) ^ TE3(s##0) ^ rk[4 * i + 1]; \ -+d##2 = TE0(s##2) ^ TE1(s##3) ^ TE2(s##0) ^ TE3(s##1) ^ rk[4 * i + 2]; \ -+d##3 = TE0(s##3) ^ TE1(s##0) ^ TE2(s##1) ^ TE3(s##2) ^ rk[4 * i + 3] -+ -+ /* Nr - 1 full rounds: */ -+ r = Nr >> 1; -+ for (;;) { -+ ROUND(1, t, s); -+ rk += 8; -+ if (--r == 0) -+ break; -+ ROUND(0, s, t); -+ } -+ -+#undef ROUND -+ -+ /* -+ * apply last round and -+ * map cipher state to byte array block: -+ */ -+ s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0]; -+ PUTU32(ct, s0); -+ s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1]; -+ PUTU32(ct + 4, s1); -+ s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2]; -+ PUTU32(ct + 8, s2); -+ s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3]; -+ PUTU32(ct + 12, s3); -+} -+ -+static void *aes_encrypt_init(u8 *key, size_t len) -+{ -+ u32 *rk; -+ if (len != 16) -+ return NULL; -+ rk = (u32 *)rtw_malloc(AES_PRIV_SIZE); -+ if (rk == NULL) -+ return NULL; -+ rijndaelKeySetupEnc(rk, key); -+ return rk; -+} -+ -+static void aes_128_encrypt(void *ctx, u8 *plain, u8 *crypt) -+{ -+ rijndaelEncrypt(ctx, plain, crypt); -+} -+ -+ -+static void gf_mulx(u8 *pad) -+{ -+ int i, carry; -+ -+ carry = pad[0] & 0x80; -+ for (i = 0; i < AES_BLOCK_SIZE - 1; i++) -+ pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); -+ -+ pad[AES_BLOCK_SIZE - 1] <<= 1; -+ if (carry) -+ pad[AES_BLOCK_SIZE - 1] ^= 0x87; -+} -+ -+static void aes_encrypt_deinit(void *ctx) -+{ -+ memset(ctx, 0, AES_PRIV_SIZE); -+ kfree(ctx); -+} -+ -+ -+/** -+ * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128 -+ * @key: 128-bit key for the hash operation -+ * @num_elem: Number of elements in the data vector -+ * @addr: Pointers to the data areas -+ * @len: Lengths of the data blocks -+ * @mac: Buffer for MAC (128 bits, i.e., 16 bytes) -+ * Returns: 0 on success, -1 on failure -+ * -+ * This is a mode for using block cipher (AES in this case) for authentication. -+ * OMAC1 was standardized with the name CMAC by NIST in a Special Publication -+ * (SP) 800-38B. -+ */ -+static int omac1_aes_128_vector(u8 *key, size_t num_elem, -+ u8 *addr[], size_t *len, u8 *mac) -+{ -+ void *ctx; -+ u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; -+ u8 *pos, *end; -+ size_t i, e, left, total_len; -+ -+ ctx = aes_encrypt_init(key, 16); -+ if (ctx == NULL) -+ return -1; -+ memset(cbc, 0, AES_BLOCK_SIZE); -+ -+ total_len = 0; -+ for (e = 0; e < num_elem; e++) -+ total_len += len[e]; -+ left = total_len; -+ -+ e = 0; -+ pos = addr[0]; -+ end = pos + len[0]; -+ -+ while (left >= AES_BLOCK_SIZE) { -+ for (i = 0; i < AES_BLOCK_SIZE; i++) { -+ cbc[i] ^= *pos++; -+ if (pos >= end) { -+ e++; -+ pos = addr[e]; -+ end = pos + len[e]; -+ } -+ } -+ if (left > AES_BLOCK_SIZE) -+ aes_128_encrypt(ctx, cbc, cbc); -+ left -= AES_BLOCK_SIZE; -+ } -+ -+ memset(pad, 0, AES_BLOCK_SIZE); -+ aes_128_encrypt(ctx, pad, pad); -+ gf_mulx(pad); -+ -+ if (left || total_len == 0) { -+ for (i = 0; i < left; i++) { -+ cbc[i] ^= *pos++; -+ if (pos >= end) { -+ e++; -+ pos = addr[e]; -+ end = pos + len[e]; -+ } -+ } -+ cbc[left] ^= 0x80; -+ gf_mulx(pad); -+ } -+ -+ for (i = 0; i < AES_BLOCK_SIZE; i++) -+ pad[i] ^= cbc[i]; -+ aes_128_encrypt(ctx, pad, mac); -+ aes_encrypt_deinit(ctx); -+ return 0; -+} -+ -+ -+/** -+ * omac1_aes_128 - One-Key CBC MAC (OMAC1) hash with AES-128 (aka AES-CMAC) -+ * @key: 128-bit key for the hash operation -+ * @data: Data buffer for which a MAC is determined -+ * @data_len: Length of data buffer in bytes -+ * @mac: Buffer for MAC (128 bits, i.e., 16 bytes) -+ * Returns: 0 on success, -1 on failure -+ * -+ * This is a mode for using block cipher (AES in this case) for authentication. -+ * OMAC1 was standardized with the name CMAC by NIST in a Special Publication -+ * (SP) 800-38B. -+ * modify for CONFIG_IEEE80211W */ -+int omac1_aes_128(u8 *key, u8 *data, size_t data_len, u8 *mac) -+{ -+ return omac1_aes_128_vector(key, 1, &data, &data_len, mac); -+} -+ -+/* Restore HW wep key setting according to key_mask */ -+void rtw_sec_restore_wep_key(struct adapter *adapter) -+{ -+ struct security_priv *securitypriv = &(adapter->securitypriv); -+ sint keyid; -+ -+ if ((_WEP40_ == securitypriv->dot11PrivacyAlgrthm) || (_WEP104_ == securitypriv->dot11PrivacyAlgrthm)) { -+ for (keyid = 0; keyid < 4; keyid++) { -+ if (securitypriv->key_mask & BIT(keyid)) { -+ if (keyid == securitypriv->dot11PrivacyKeyIndex) -+ rtw_set_key(adapter, securitypriv, keyid, 1, false); -+ else -+ rtw_set_key(adapter, securitypriv, keyid, 0, false); -+ } -+ } -+ } -+} -+ -+u8 rtw_handle_tkip_countermeasure(struct adapter *adapter, const char *caller) -+{ -+ struct security_priv *securitypriv = &(adapter->securitypriv); -+ u8 status = _SUCCESS; -+ -+ if (securitypriv->btkip_countermeasure == true) { -+ unsigned long passing_ms = jiffies_to_msecs(jiffies - securitypriv->btkip_countermeasure_time); -+ if (passing_ms > 60*1000) { -+ DBG_871X_LEVEL(_drv_always_, "%s("ADPT_FMT") countermeasure time:%lus > 60s\n", -+ caller, ADPT_ARG(adapter), passing_ms/1000); -+ securitypriv->btkip_countermeasure = false; -+ securitypriv->btkip_countermeasure_time = 0; -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "%s("ADPT_FMT") countermeasure time:%lus < 60s\n", -+ caller, ADPT_ARG(adapter), passing_ms/1000); -+ status = _FAIL; -+ } -+ } -+ -+ return status; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_sta_mgt.c linux/3rdparty/rtl8723bs/core/rtw_sta_mgt.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_sta_mgt.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_sta_mgt.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,641 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_STA_MGT_C_ -+ -+#include -+#include -+ -+void _rtw_init_stainfo(struct sta_info *psta); -+void _rtw_init_stainfo(struct sta_info *psta) -+{ -+ memset((u8 *)psta, 0, sizeof(struct sta_info)); -+ -+ spin_lock_init(&psta->lock); -+ INIT_LIST_HEAD(&psta->list); -+ INIT_LIST_HEAD(&psta->hash_list); -+ /* INIT_LIST_HEAD(&psta->asoc_list); */ -+ /* INIT_LIST_HEAD(&psta->sleep_list); */ -+ /* INIT_LIST_HEAD(&psta->wakeup_list); */ -+ -+ _rtw_init_queue(&psta->sleep_q); -+ psta->sleepq_len = 0; -+ -+ _rtw_init_sta_xmit_priv(&psta->sta_xmitpriv); -+ _rtw_init_sta_recv_priv(&psta->sta_recvpriv); -+ -+ INIT_LIST_HEAD(&psta->asoc_list); -+ -+ INIT_LIST_HEAD(&psta->auth_list); -+ -+ psta->expire_to = 0; -+ -+ psta->flags = 0; -+ -+ psta->capability = 0; -+ -+ psta->bpairwise_key_installed = false; -+ -+ psta->nonerp_set = 0; -+ psta->no_short_slot_time_set = 0; -+ psta->no_short_preamble_set = 0; -+ psta->no_ht_gf_set = 0; -+ psta->no_ht_set = 0; -+ psta->ht_20mhz_set = 0; -+ -+ psta->under_exist_checking = 0; -+ -+ psta->keep_alive_trycnt = 0; -+} -+ -+u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) -+{ -+ struct sta_info *psta; -+ s32 i; -+ -+ pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); -+ -+ if (!pstapriv->pallocated_stainfo_buf) -+ return _FAIL; -+ -+ pstapriv->pstainfo_buf = pstapriv->pallocated_stainfo_buf + 4 - -+ ((SIZE_PTR)(pstapriv->pallocated_stainfo_buf) & 3); -+ -+ _rtw_init_queue(&pstapriv->free_sta_queue); -+ -+ spin_lock_init(&pstapriv->sta_hash_lock); -+ -+ /* _rtw_init_queue(&pstapriv->asoc_q); */ -+ pstapriv->asoc_sta_count = 0; -+ _rtw_init_queue(&pstapriv->sleep_q); -+ _rtw_init_queue(&pstapriv->wakeup_q); -+ -+ psta = (struct sta_info *)(pstapriv->pstainfo_buf); -+ -+ -+ for (i = 0; i < NUM_STA; i++) { -+ _rtw_init_stainfo(psta); -+ -+ INIT_LIST_HEAD(&(pstapriv->sta_hash[i])); -+ -+ list_add_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); -+ -+ psta++; -+ } -+ -+ pstapriv->sta_dz_bitmap = 0; -+ pstapriv->tim_bitmap = 0; -+ -+ INIT_LIST_HEAD(&pstapriv->asoc_list); -+ INIT_LIST_HEAD(&pstapriv->auth_list); -+ spin_lock_init(&pstapriv->asoc_list_lock); -+ spin_lock_init(&pstapriv->auth_list_lock); -+ pstapriv->asoc_list_cnt = 0; -+ pstapriv->auth_list_cnt = 0; -+ -+ pstapriv->auth_to = 3; /* 3*2 = 6 sec */ -+ pstapriv->assoc_to = 3; -+ pstapriv->expire_to = 3; /* 3*2 = 6 sec */ -+ pstapriv->max_num_sta = NUM_STA; -+ return _SUCCESS; -+} -+ -+inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) -+{ -+ int offset = (((u8 *)sta) - stapriv->pstainfo_buf)/sizeof(struct sta_info); -+ -+ if (!stainfo_offset_valid(offset)) -+ DBG_871X("%s invalid offset(%d), out of range!!!", __func__, offset); -+ -+ return offset; -+} -+ -+inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) -+{ -+ if (!stainfo_offset_valid(offset)) -+ DBG_871X("%s invalid offset(%d), out of range!!!", __func__, offset); -+ -+ return (struct sta_info *)(stapriv->pstainfo_buf + offset * sizeof(struct sta_info)); -+} -+ -+/* this function is used to free the memory of lock || sema for all stainfos */ -+void kfree_all_stainfo(struct sta_priv *pstapriv); -+void kfree_all_stainfo(struct sta_priv *pstapriv) -+{ -+ struct list_head *plist, *phead; -+ struct sta_info *psta = NULL; -+ -+ spin_lock_bh(&pstapriv->sta_hash_lock); -+ -+ phead = get_list_head(&pstapriv->free_sta_queue); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ psta = LIST_CONTAINOR(plist, struct sta_info, list); -+ plist = get_next(plist); -+ } -+ -+ spin_unlock_bh(&pstapriv->sta_hash_lock); -+} -+ -+void kfree_sta_priv_lock(struct sta_priv *pstapriv); -+void kfree_sta_priv_lock(struct sta_priv *pstapriv) -+{ -+ kfree_all_stainfo(pstapriv); /* be done before free sta_hash_lock */ -+} -+ -+u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) -+{ -+ struct list_head *phead, *plist; -+ struct sta_info *psta = NULL; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ int index; -+ -+ if (pstapriv) { -+ -+ /*delete all reordering_ctrl_timer */ -+ spin_lock_bh(&pstapriv->sta_hash_lock); -+ for (index = 0; index < NUM_STA; index++) { -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ int i; -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ plist = get_next(plist); -+ -+ for (i = 0; i < 16 ; i++) { -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ del_timer_sync(&preorder_ctrl->reordering_ctrl_timer); -+ } -+ } -+ } -+ spin_unlock_bh(&pstapriv->sta_hash_lock); -+ /*===============================*/ -+ -+ kfree_sta_priv_lock(pstapriv); -+ -+ if (pstapriv->pallocated_stainfo_buf) -+ vfree(pstapriv->pallocated_stainfo_buf); -+ -+ } -+ return _SUCCESS; -+} -+ -+/* struct sta_info *rtw_alloc_stainfo(_queue *pfree_sta_queue, unsigned char *hwaddr) */ -+struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) -+{ -+ uint tmp_aid; -+ s32 index; -+ struct list_head *phash_list; -+ struct sta_info *psta; -+ struct __queue *pfree_sta_queue; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ int i = 0; -+ u16 wRxSeqInitialValue = 0xffff; -+ -+ pfree_sta_queue = &pstapriv->free_sta_queue; -+ -+ /* spin_lock_bh(&(pfree_sta_queue->lock)); */ -+ spin_lock_bh(&(pstapriv->sta_hash_lock)); -+ if (list_empty(&pfree_sta_queue->queue)) { -+ /* spin_unlock_bh(&(pfree_sta_queue->lock)); */ -+ spin_unlock_bh(&(pstapriv->sta_hash_lock)); -+ psta = NULL; -+ return psta; -+ } else{ -+ psta = LIST_CONTAINOR(get_next(&pfree_sta_queue->queue), struct sta_info, list); -+ -+ list_del_init(&(psta->list)); -+ -+ /* spin_unlock_bh(&(pfree_sta_queue->lock)); */ -+ -+ tmp_aid = psta->aid; -+ -+ _rtw_init_stainfo(psta); -+ -+ psta->padapter = pstapriv->padapter; -+ -+ memcpy(psta->hwaddr, hwaddr, ETH_ALEN); -+ -+ index = wifi_mac_hash(hwaddr); -+ -+ RT_TRACE(_module_rtl871x_sta_mgt_c_, _drv_info_, ("rtw_alloc_stainfo: index = %x", index)); -+ -+ if (index >= NUM_STA) { -+ RT_TRACE(_module_rtl871x_sta_mgt_c_, _drv_err_, ("ERROR => rtw_alloc_stainfo: index >= NUM_STA")); -+ spin_unlock_bh(&(pstapriv->sta_hash_lock)); -+ psta = NULL; -+ goto exit; -+ } -+ phash_list = &(pstapriv->sta_hash[index]); -+ -+ /* spin_lock_bh(&(pstapriv->sta_hash_lock)); */ -+ -+ list_add_tail(&psta->hash_list, phash_list); -+ -+ pstapriv->asoc_sta_count++; -+ -+ /* spin_unlock_bh(&(pstapriv->sta_hash_lock)); */ -+ -+/* Commented by Albert 2009/08/13 */ -+/* For the SMC router, the sequence number of first packet of WPS handshake will be 0. */ -+/* In this case, this packet will be dropped by recv_decache function if we use the 0x00 as the default value for tid_rxseq variable. */ -+/* So, we initialize the tid_rxseq variable as the 0xffff. */ -+ -+ for (i = 0; i < 16; i++) { -+ memcpy(&psta->sta_recvpriv.rxcache.tid_rxseq[i], &wRxSeqInitialValue, 2); -+ } -+ -+ RT_TRACE( -+ _module_rtl871x_sta_mgt_c_, -+ _drv_info_, ( -+ "alloc number_%d stainfo with hwaddr = %x %x %x %x %x %x \n", -+ pstapriv->asoc_sta_count, -+ hwaddr[0], -+ hwaddr[1], -+ hwaddr[2], -+ hwaddr[3], -+ hwaddr[4], -+ hwaddr[5] -+ ) -+ ); -+ -+ init_addba_retry_timer(pstapriv->padapter, psta); -+ -+ /* for A-MPDU Rx reordering buffer control */ -+ for (i = 0; i < 16 ; i++) { -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ -+ preorder_ctrl->padapter = pstapriv->padapter; -+ -+ preorder_ctrl->enable = false; -+ -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b = 0xffff; -+ /* preorder_ctrl->wsize_b = (NR_RECVBUFF-2); */ -+ preorder_ctrl->wsize_b = 64;/* 64; */ -+ -+ _rtw_init_queue(&preorder_ctrl->pending_recvframe_queue); -+ -+ rtw_init_recv_timer(preorder_ctrl); -+ } -+ -+ -+ /* init for DM */ -+ psta->rssi_stat.UndecoratedSmoothedPWDB = (-1); -+ psta->rssi_stat.UndecoratedSmoothedCCK = (-1); -+ -+ /* init for the sequence number of received management frame */ -+ psta->RxMgmtFrameSeqNum = 0xffff; -+ spin_unlock_bh(&(pstapriv->sta_hash_lock)); -+ /* alloc mac id for non-bc/mc station, */ -+ rtw_alloc_macid(pstapriv->padapter, psta); -+ -+ } -+ -+exit: -+ -+ -+ return psta; -+} -+ -+/* using pstapriv->sta_hash_lock to protect */ -+u32 rtw_free_stainfo(struct adapter *padapter, struct sta_info *psta) -+{ -+ int i; -+ struct __queue *pfree_sta_queue; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ struct sta_xmit_priv *pstaxmitpriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct hw_xmit *phwxmit; -+ -+ if (psta == NULL) -+ goto exit; -+ -+ -+ spin_lock_bh(&psta->lock); -+ psta->state &= ~_FW_LINKED; -+ spin_unlock_bh(&psta->lock); -+ -+ pfree_sta_queue = &pstapriv->free_sta_queue; -+ -+ -+ pstaxmitpriv = &psta->sta_xmitpriv; -+ -+ /* list_del_init(&psta->sleep_list); */ -+ -+ /* list_del_init(&psta->wakeup_list); */ -+ -+ spin_lock_bh(&pxmitpriv->lock); -+ -+ rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); -+ psta->sleepq_len = 0; -+ -+ /* vo */ -+ /* spin_lock_bh(&(pxmitpriv->vo_pending.lock)); */ -+ rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->vo_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits; -+ phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt; -+ pstaxmitpriv->vo_q.qcnt = 0; -+ /* spin_unlock_bh(&(pxmitpriv->vo_pending.lock)); */ -+ -+ /* vi */ -+ /* spin_lock_bh(&(pxmitpriv->vi_pending.lock)); */ -+ rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->vi_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits+1; -+ phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt; -+ pstaxmitpriv->vi_q.qcnt = 0; -+ /* spin_unlock_bh(&(pxmitpriv->vi_pending.lock)); */ -+ -+ /* be */ -+ /* spin_lock_bh(&(pxmitpriv->be_pending.lock)); */ -+ rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->be_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits+2; -+ phwxmit->accnt -= pstaxmitpriv->be_q.qcnt; -+ pstaxmitpriv->be_q.qcnt = 0; -+ /* spin_unlock_bh(&(pxmitpriv->be_pending.lock)); */ -+ -+ /* bk */ -+ /* spin_lock_bh(&(pxmitpriv->bk_pending.lock)); */ -+ rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->bk_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits+3; -+ phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt; -+ pstaxmitpriv->bk_q.qcnt = 0; -+ /* spin_unlock_bh(&(pxmitpriv->bk_pending.lock)); */ -+ -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ list_del_init(&psta->hash_list); -+ RT_TRACE( -+ _module_rtl871x_sta_mgt_c_, -+ _drv_err_, ( -+ "\n free number_%d stainfo with hwaddr = 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x \n", -+ pstapriv->asoc_sta_count, -+ psta->hwaddr[0], -+ psta->hwaddr[1], -+ psta->hwaddr[2], -+ psta->hwaddr[3], -+ psta->hwaddr[4], -+ psta->hwaddr[5] -+ ) -+ ); -+ pstapriv->asoc_sta_count--; -+ -+ -+ /* re-init sta_info; 20061114 will be init in alloc_stainfo */ -+ /* _rtw_init_sta_xmit_priv(&psta->sta_xmitpriv); */ -+ /* _rtw_init_sta_recv_priv(&psta->sta_recvpriv); */ -+ -+ del_timer_sync(&psta->addba_retry_timer); -+ -+ /* for A-MPDU Rx reordering buffer control, cancel reordering_ctrl_timer */ -+ for (i = 0; i < 16 ; i++) { -+ struct list_head *phead, *plist; -+ union recv_frame *prframe; -+ struct __queue *ppending_recvframe_queue; -+ struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ -+ del_timer_sync(&preorder_ctrl->reordering_ctrl_timer); -+ -+ -+ ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ -+ spin_lock_bh(&ppending_recvframe_queue->lock); -+ -+ phead = get_list_head(ppending_recvframe_queue); -+ plist = get_next(phead); -+ -+ while (!list_empty(phead)) { -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ -+ plist = get_next(plist); -+ -+ list_del_init(&(prframe->u.hdr.list)); -+ -+ rtw_free_recvframe(prframe, pfree_recv_queue); -+ } -+ -+ spin_unlock_bh(&ppending_recvframe_queue->lock); -+ -+ } -+ -+ if (!(psta->state & WIFI_AP_STATE)) -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, false); -+ -+ -+ /* release mac id for non-bc/mc station, */ -+ rtw_release_macid(pstapriv->padapter, psta); -+ -+/* -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ list_del_init(&psta->asoc_list); -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+*/ -+ spin_lock_bh(&pstapriv->auth_list_lock); -+ if (!list_empty(&psta->auth_list)) { -+ list_del_init(&psta->auth_list); -+ pstapriv->auth_list_cnt--; -+ } -+ spin_unlock_bh(&pstapriv->auth_list_lock); -+ -+ psta->expire_to = 0; -+ psta->sleepq_ac_len = 0; -+ psta->qos_info = 0; -+ -+ psta->max_sp_len = 0; -+ psta->uapsd_bk = 0; -+ psta->uapsd_be = 0; -+ psta->uapsd_vi = 0; -+ psta->uapsd_vo = 0; -+ -+ psta->has_legacy_ac = 0; -+ -+ pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { -+ pstapriv->sta_aid[psta->aid - 1] = NULL; -+ psta->aid = 0; -+ } -+ -+ psta->under_exist_checking = 0; -+ -+ /* spin_lock_bh(&(pfree_sta_queue->lock)); */ -+ list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); -+ /* spin_unlock_bh(&(pfree_sta_queue->lock)); */ -+ -+exit: -+ return _SUCCESS; -+} -+ -+/* free all stainfo which in sta_hash[all] */ -+void rtw_free_all_stainfo(struct adapter *padapter) -+{ -+ struct list_head *plist, *phead; -+ s32 index; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *pbcmc_stainfo = rtw_get_bcmc_stainfo(padapter); -+ -+ if (pstapriv->asoc_sta_count == 1) -+ return; -+ -+ spin_lock_bh(&pstapriv->sta_hash_lock); -+ -+ for (index = 0; index < NUM_STA; index++) { -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ plist = get_next(plist); -+ -+ if (pbcmc_stainfo != psta) -+ rtw_free_stainfo(padapter, psta); -+ -+ } -+ } -+ -+ spin_unlock_bh(&pstapriv->sta_hash_lock); -+} -+ -+/* any station allocated can be searched by hash list */ -+struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) -+{ -+ struct list_head *plist, *phead; -+ struct sta_info *psta = NULL; -+ u32 index; -+ u8 *addr; -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ if (hwaddr == NULL) -+ return NULL; -+ -+ if (IS_MCAST(hwaddr)) -+ addr = bc_addr; -+ else -+ addr = hwaddr; -+ -+ index = wifi_mac_hash(addr); -+ -+ spin_lock_bh(&pstapriv->sta_hash_lock); -+ -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ -+ while (phead != plist) { -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ if ((!memcmp(psta->hwaddr, addr, ETH_ALEN))) -+ /* if found the matched address */ -+ break; -+ -+ psta = NULL; -+ plist = get_next(plist); -+ } -+ -+ spin_unlock_bh(&pstapriv->sta_hash_lock); -+ return psta; -+} -+ -+u32 rtw_init_bcmc_stainfo(struct adapter *padapter) -+{ -+ -+ struct sta_info *psta; -+ struct tx_servq *ptxservq; -+ u32 res = _SUCCESS; -+ NDIS_802_11_MAC_ADDRESS bcast_addr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ /* struct __queue *pstapending = &padapter->xmitpriv.bm_pending; */ -+ -+ psta = rtw_alloc_stainfo(pstapriv, bcast_addr); -+ -+ if (psta == NULL) { -+ res = _FAIL; -+ RT_TRACE(_module_rtl871x_sta_mgt_c_, _drv_err_, ("rtw_alloc_stainfo fail")); -+ goto exit; -+ } -+ -+ /* default broadcast & multicast use macid 1 */ -+ psta->mac_id = 1; -+ -+ ptxservq = &(psta->sta_xmitpriv.be_q); -+exit: -+ return _SUCCESS; -+} -+ -+ -+struct sta_info *rtw_get_bcmc_stainfo(struct adapter *padapter) -+{ -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ psta = rtw_get_stainfo(pstapriv, bc_addr); -+ return psta; -+} -+ -+u8 rtw_access_ctrl(struct adapter *padapter, u8 *mac_addr) -+{ -+ u8 res = true; -+ struct list_head *plist, *phead; -+ struct rtw_wlan_acl_node *paclnode; -+ u8 match = false; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ struct __queue *pacl_node_q = &pacl_list->acl_node_q; -+ -+ spin_lock_bh(&(pacl_node_q->lock)); -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ while (phead != plist) { -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if (!memcmp(paclnode->addr, mac_addr, ETH_ALEN)) -+ if (paclnode->valid == true) { -+ match = true; -+ break; -+ } -+ -+ } -+ spin_unlock_bh(&(pacl_node_q->lock)); -+ -+ -+ if (pacl_list->mode == 1) /* accept unless in deny list */ -+ res = (match == true) ? false:true; -+ -+ else if (pacl_list->mode == 2)/* deny unless in accept list */ -+ res = (match == true) ? true:false; -+ else -+ res = true; -+ -+ return res; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_wlan_util.c linux/3rdparty/rtl8723bs/core/rtw_wlan_util.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_wlan_util.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_wlan_util.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,2328 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_WLAN_UTIL_C_ -+ -+#include -+#include -+#include -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+#include -+#endif -+ -+static unsigned char ARTHEROS_OUI1[] = {0x00, 0x03, 0x7f}; -+static unsigned char ARTHEROS_OUI2[] = {0x00, 0x13, 0x74}; -+ -+static unsigned char BROADCOM_OUI1[] = {0x00, 0x10, 0x18}; -+static unsigned char BROADCOM_OUI2[] = {0x00, 0x0a, 0xf7}; -+static unsigned char BROADCOM_OUI3[] = {0x00, 0x05, 0xb5}; -+ -+static unsigned char CISCO_OUI[] = {0x00, 0x40, 0x96}; -+static unsigned char MARVELL_OUI[] = {0x00, 0x50, 0x43}; -+static unsigned char RALINK_OUI[] = {0x00, 0x0c, 0x43}; -+static unsigned char REALTEK_OUI[] = {0x00, 0xe0, 0x4c}; -+static unsigned char AIRGOCAP_OUI[] = {0x00, 0x0a, 0xf5}; -+static unsigned char RSN_TKIP_CIPHER[4] = {0x00, 0x0f, 0xac, 0x02}; -+static unsigned char WPA_TKIP_CIPHER[4] = {0x00, 0x50, 0xf2, 0x02}; -+ -+extern unsigned char RTW_WPA_OUI[]; -+extern unsigned char WPA_TKIP_CIPHER[4]; -+ -+#define R2T_PHY_DELAY (0) -+ -+/* define WAIT_FOR_BCN_TO_MIN (3000) */ -+#define WAIT_FOR_BCN_TO_MIN (6000) -+#define WAIT_FOR_BCN_TO_MAX (20000) -+ -+#define DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS 1000 -+#define DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD 3 -+ -+static u8 rtw_basic_rate_cck[4] = { -+ IEEE80211_CCK_RATE_1MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_CCK_RATE_2MB|IEEE80211_BASIC_RATE_MASK, -+ IEEE80211_CCK_RATE_5MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_CCK_RATE_11MB|IEEE80211_BASIC_RATE_MASK -+}; -+ -+static u8 rtw_basic_rate_ofdm[3] = { -+ IEEE80211_OFDM_RATE_6MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_OFDM_RATE_12MB|IEEE80211_BASIC_RATE_MASK, -+ IEEE80211_OFDM_RATE_24MB|IEEE80211_BASIC_RATE_MASK -+}; -+ -+int cckrates_included(unsigned char *rate, int ratelen) -+{ -+ int i; -+ -+ for (i = 0; i < ratelen; i++) { -+ if ((((rate[i]) & 0x7f) == 2) || (((rate[i]) & 0x7f) == 4) || -+ (((rate[i]) & 0x7f) == 11) || (((rate[i]) & 0x7f) == 22)) -+ return true; -+ } -+ -+ return false; -+ -+} -+ -+int cckratesonly_included(unsigned char *rate, int ratelen) -+{ -+ int i; -+ -+ for (i = 0; i < ratelen; i++) { -+ if ((((rate[i]) & 0x7f) != 2) && (((rate[i]) & 0x7f) != 4) && -+ (((rate[i]) & 0x7f) != 11) && (((rate[i]) & 0x7f) != 22)) -+ return false; -+ } -+ -+ return true; -+} -+ -+u8 networktype_to_raid_ex(struct adapter *adapter, struct sta_info *psta) -+{ -+ u8 raid, cur_rf_type, rf_type = RF_1T1R; -+ -+ rtw_hal_get_hwreg(adapter, HW_VAR_RF_TYPE, (u8 *)(&cur_rf_type)); -+ -+ if (cur_rf_type == RF_1T1R) { -+ rf_type = RF_1T1R; -+ } else if (IsSupportedVHT(psta->wireless_mode)) { -+ if (psta->ra_mask & 0xffc00000) -+ rf_type = RF_2T2R; -+ } else if (IsSupportedHT(psta->wireless_mode)) { -+ if (psta->ra_mask & 0xfff00000) -+ rf_type = RF_2T2R; -+ } -+ -+ switch (psta->wireless_mode) { -+ case WIRELESS_11B: -+ raid = RATEID_IDX_B; -+ break; -+ case WIRELESS_11A: -+ case WIRELESS_11G: -+ raid = RATEID_IDX_G; -+ break; -+ case WIRELESS_11BG: -+ raid = RATEID_IDX_BG; -+ break; -+ case WIRELESS_11_24N: -+ case WIRELESS_11_5N: -+ case WIRELESS_11A_5N: -+ case WIRELESS_11G_24N: -+ if (rf_type == RF_2T2R) -+ raid = RATEID_IDX_GN_N2SS; -+ else -+ raid = RATEID_IDX_GN_N1SS; -+ break; -+ case WIRELESS_11B_24N: -+ case WIRELESS_11BG_24N: -+ if (psta->bw_mode == CHANNEL_WIDTH_20) { -+ if (rf_type == RF_2T2R) -+ raid = RATEID_IDX_BGN_20M_2SS_BN; -+ else -+ raid = RATEID_IDX_BGN_20M_1SS_BN; -+ } else { -+ if (rf_type == RF_2T2R) -+ raid = RATEID_IDX_BGN_40M_2SS; -+ else -+ raid = RATEID_IDX_BGN_40M_1SS; -+ } -+ break; -+ default: -+ raid = RATEID_IDX_BGN_40M_2SS; -+ break; -+ -+ } -+ return raid; -+ -+} -+ -+unsigned char ratetbl_val_2wifirate(unsigned char rate); -+unsigned char ratetbl_val_2wifirate(unsigned char rate) -+{ -+ unsigned char val = 0; -+ -+ switch (rate & 0x7f) { -+ case 0: -+ val = IEEE80211_CCK_RATE_1MB; -+ break; -+ -+ case 1: -+ val = IEEE80211_CCK_RATE_2MB; -+ break; -+ -+ case 2: -+ val = IEEE80211_CCK_RATE_5MB; -+ break; -+ -+ case 3: -+ val = IEEE80211_CCK_RATE_11MB; -+ break; -+ -+ case 4: -+ val = IEEE80211_OFDM_RATE_6MB; -+ break; -+ -+ case 5: -+ val = IEEE80211_OFDM_RATE_9MB; -+ break; -+ -+ case 6: -+ val = IEEE80211_OFDM_RATE_12MB; -+ break; -+ -+ case 7: -+ val = IEEE80211_OFDM_RATE_18MB; -+ break; -+ -+ case 8: -+ val = IEEE80211_OFDM_RATE_24MB; -+ break; -+ -+ case 9: -+ val = IEEE80211_OFDM_RATE_36MB; -+ break; -+ -+ case 10: -+ val = IEEE80211_OFDM_RATE_48MB; -+ break; -+ -+ case 11: -+ val = IEEE80211_OFDM_RATE_54MB; -+ break; -+ -+ } -+ -+ return val; -+ -+} -+ -+int is_basicrate(struct adapter *padapter, unsigned char rate); -+int is_basicrate(struct adapter *padapter, unsigned char rate) -+{ -+ int i; -+ unsigned char val; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ for (i = 0; i < NumRates; i++) { -+ val = pmlmeext->basicrate[i]; -+ -+ if ((val != 0xff) && (val != 0xfe)) -+ if (rate == ratetbl_val_2wifirate(val)) -+ return true; -+ } -+ -+ return false; -+} -+ -+unsigned int ratetbl2rateset(struct adapter *padapter, unsigned char *rateset); -+unsigned int ratetbl2rateset(struct adapter *padapter, unsigned char *rateset) -+{ -+ int i; -+ unsigned char rate; -+ unsigned int len = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ for (i = 0; i < NumRates; i++) { -+ rate = pmlmeext->datarate[i]; -+ -+ switch (rate) { -+ case 0xff: -+ return len; -+ -+ case 0xfe: -+ continue; -+ -+ default: -+ rate = ratetbl_val_2wifirate(rate); -+ -+ if (is_basicrate(padapter, rate) == true) -+ rate |= IEEE80211_BASIC_RATE_MASK; -+ -+ rateset[len] = rate; -+ len++; -+ break; -+ } -+ } -+ return len; -+} -+ -+void get_rate_set(struct adapter *padapter, unsigned char *pbssrate, int *bssrate_len) -+{ -+ unsigned char supportedrates[NumRates]; -+ -+ memset(supportedrates, 0, NumRates); -+ *bssrate_len = ratetbl2rateset(padapter, supportedrates); -+ memcpy(pbssrate, supportedrates, *bssrate_len); -+} -+ -+void set_mcs_rate_by_mask(u8 *mcs_set, u32 mask) -+{ -+ u8 mcs_rate_1r = (u8)(mask&0xff); -+ u8 mcs_rate_2r = (u8)((mask>>8)&0xff); -+ u8 mcs_rate_3r = (u8)((mask>>16)&0xff); -+ u8 mcs_rate_4r = (u8)((mask>>24)&0xff); -+ -+ mcs_set[0] &= mcs_rate_1r; -+ mcs_set[1] &= mcs_rate_2r; -+ mcs_set[2] &= mcs_rate_3r; -+ mcs_set[3] &= mcs_rate_4r; -+} -+ -+void UpdateBrateTbl(struct adapter *Adapter, u8 *mBratesOS) -+{ -+ u8 i; -+ u8 rate; -+ -+ /* 1M, 2M, 5.5M, 11M, 6M, 12M, 24M are mandatory. */ -+ for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { -+ rate = mBratesOS[i] & 0x7f; -+ switch (rate) { -+ case IEEE80211_CCK_RATE_1MB: -+ case IEEE80211_CCK_RATE_2MB: -+ case IEEE80211_CCK_RATE_5MB: -+ case IEEE80211_CCK_RATE_11MB: -+ case IEEE80211_OFDM_RATE_6MB: -+ case IEEE80211_OFDM_RATE_12MB: -+ case IEEE80211_OFDM_RATE_24MB: -+ mBratesOS[i] |= IEEE80211_BASIC_RATE_MASK; -+ break; -+ } -+ } -+ -+} -+ -+void UpdateBrateTblForSoftAP(u8 *bssrateset, u32 bssratelen) -+{ -+ u8 i; -+ u8 rate; -+ -+ for (i = 0; i < bssratelen; i++) { -+ rate = bssrateset[i] & 0x7f; -+ switch (rate) { -+ case IEEE80211_CCK_RATE_1MB: -+ case IEEE80211_CCK_RATE_2MB: -+ case IEEE80211_CCK_RATE_5MB: -+ case IEEE80211_CCK_RATE_11MB: -+ bssrateset[i] |= IEEE80211_BASIC_RATE_MASK; -+ break; -+ } -+ } -+ -+} -+ -+void Save_DM_Func_Flag(struct adapter *padapter) -+{ -+ u8 bSaveFlag = true; -+ rtw_hal_set_hwreg(padapter, HW_VAR_DM_FUNC_OP, (u8 *)(&bSaveFlag)); -+} -+ -+void Restore_DM_Func_Flag(struct adapter *padapter) -+{ -+ u8 bSaveFlag = false; -+ rtw_hal_set_hwreg(padapter, HW_VAR_DM_FUNC_OP, (u8 *)(&bSaveFlag)); -+} -+ -+void Switch_DM_Func(struct adapter *padapter, u32 mode, u8 enable) -+{ -+ if (enable == true) -+ rtw_hal_set_hwreg(padapter, HW_VAR_DM_FUNC_SET, (u8 *)(&mode)); -+ else -+ rtw_hal_set_hwreg(padapter, HW_VAR_DM_FUNC_CLR, (u8 *)(&mode)); -+} -+ -+static void Set_NETYPE0_MSR(struct adapter *padapter, u8 type) -+{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MEDIA_STATUS, (u8 *)(&type)); -+} -+ -+void Set_MSR(struct adapter *padapter, u8 type) -+{ -+ Set_NETYPE0_MSR(padapter, type); -+} -+ -+inline u8 rtw_get_oper_ch(struct adapter *adapter) -+{ -+ return adapter_to_dvobj(adapter)->oper_channel; -+} -+ -+inline void rtw_set_oper_ch(struct adapter *adapter, u8 ch) -+{ -+#ifdef DBG_CH_SWITCH -+ const int len = 128; -+ char msg[128] = {0}; -+ int cnt = 0; -+ int i = 0; -+#endif /* DBG_CH_SWITCH */ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ -+ if (dvobj->oper_channel != ch) { -+ dvobj->on_oper_ch_time = jiffies; -+ -+#ifdef DBG_CH_SWITCH -+ cnt += snprintf(msg+cnt, len-cnt, "switch to ch %3u", ch); -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ struct adapter *iface = dvobj->padapters[i]; -+ cnt += snprintf(msg+cnt, len-cnt, " ["ADPT_FMT":", ADPT_ARG(iface)); -+ if (iface->mlmeextpriv.cur_channel == ch) -+ cnt += snprintf(msg+cnt, len-cnt, "C"); -+ else -+ cnt += snprintf(msg+cnt, len-cnt, "_"); -+ if (iface->wdinfo.listen_channel == ch && !rtw_p2p_chk_state(&iface->wdinfo, P2P_STATE_NONE)) -+ cnt += snprintf(msg+cnt, len-cnt, "L"); -+ else -+ cnt += snprintf(msg+cnt, len-cnt, "_"); -+ cnt += snprintf(msg+cnt, len-cnt, "]"); -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" %s\n", FUNC_ADPT_ARG(adapter), msg); -+#endif /* DBG_CH_SWITCH */ -+ } -+ -+ dvobj->oper_channel = ch; -+} -+ -+inline u8 rtw_get_oper_bw(struct adapter *adapter) -+{ -+ return adapter_to_dvobj(adapter)->oper_bwmode; -+} -+ -+inline void rtw_set_oper_bw(struct adapter *adapter, u8 bw) -+{ -+ adapter_to_dvobj(adapter)->oper_bwmode = bw; -+} -+ -+inline u8 rtw_get_oper_choffset(struct adapter *adapter) -+{ -+ return adapter_to_dvobj(adapter)->oper_ch_offset; -+} -+ -+inline void rtw_set_oper_choffset(struct adapter *adapter, u8 offset) -+{ -+ adapter_to_dvobj(adapter)->oper_ch_offset = offset; -+} -+ -+u8 rtw_get_center_ch(u8 channel, u8 chnl_bw, u8 chnl_offset) -+{ -+ u8 center_ch = channel; -+ -+ if (chnl_bw == CHANNEL_WIDTH_80) { -+ if ((channel == 36) || (channel == 40) || (channel == 44) || (channel == 48)) -+ center_ch = 42; -+ if ((channel == 52) || (channel == 56) || (channel == 60) || (channel == 64)) -+ center_ch = 58; -+ if ((channel == 100) || (channel == 104) || (channel == 108) || (channel == 112)) -+ center_ch = 106; -+ if ((channel == 116) || (channel == 120) || (channel == 124) || (channel == 128)) -+ center_ch = 122; -+ if ((channel == 132) || (channel == 136) || (channel == 140) || (channel == 144)) -+ center_ch = 138; -+ if ((channel == 149) || (channel == 153) || (channel == 157) || (channel == 161)) -+ center_ch = 155; -+ else if (channel <= 14) -+ center_ch = 7; -+ } else if (chnl_bw == CHANNEL_WIDTH_40) { -+ if (chnl_offset == HAL_PRIME_CHNL_OFFSET_LOWER) -+ center_ch = channel + 2; -+ else -+ center_ch = channel - 2; -+ } -+ -+ return center_ch; -+} -+ -+inline unsigned long rtw_get_on_cur_ch_time(struct adapter *adapter) -+{ -+ if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) -+ return adapter_to_dvobj(adapter)->on_oper_ch_time; -+ else -+ return 0; -+} -+ -+void SelectChannel(struct adapter *padapter, unsigned char channel) -+{ -+ if (mutex_lock_interruptible(&(adapter_to_dvobj(padapter)->setch_mutex))) -+ return; -+ -+ /* saved channel info */ -+ rtw_set_oper_ch(padapter, channel); -+ -+ rtw_hal_set_chan(padapter, channel); -+ -+ mutex_unlock(&(adapter_to_dvobj(padapter)->setch_mutex)); -+} -+ -+void set_channel_bwmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned short bwmode) -+{ -+ u8 center_ch, chnl_offset80 = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ if (padapter->bNotifyChannelChange) -+ DBG_871X("[%s] ch = %d, offset = %d, bwmode = %d\n", __func__, channel, channel_offset, bwmode); -+ -+ center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); -+ -+ if (bwmode == CHANNEL_WIDTH_80) { -+ if (center_ch > channel) -+ chnl_offset80 = HAL_PRIME_CHNL_OFFSET_LOWER; -+ else if (center_ch < channel) -+ chnl_offset80 = HAL_PRIME_CHNL_OFFSET_UPPER; -+ else -+ chnl_offset80 = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ -+ /* set Channel */ -+ if (mutex_lock_interruptible(&(adapter_to_dvobj(padapter)->setch_mutex))) -+ return; -+ -+ /* saved channel/bw info */ -+ rtw_set_oper_ch(padapter, channel); -+ rtw_set_oper_bw(padapter, bwmode); -+ rtw_set_oper_choffset(padapter, channel_offset); -+ -+ rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); /* set center channel */ -+ -+ mutex_unlock(&(adapter_to_dvobj(padapter)->setch_mutex)); -+} -+ -+__inline u8 *get_my_bssid(struct wlan_bssid_ex *pnetwork) -+{ -+ return pnetwork->MacAddress; -+} -+ -+u16 get_beacon_interval(struct wlan_bssid_ex *bss) -+{ -+ __le16 val; -+ memcpy((unsigned char *)&val, rtw_get_beacon_interval_from_ie(bss->IEs), 2); -+ -+ return le16_to_cpu(val); -+ -+} -+ -+int is_client_associated_to_ap(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ -+ if (!padapter) -+ return _FAIL; -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE)) -+ return true; -+ else -+ return _FAIL; -+} -+ -+int is_client_associated_to_ibss(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) -+ return true; -+ else -+ return _FAIL; -+} -+ -+int is_IBSS_empty(struct adapter *padapter) -+{ -+ unsigned int i; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { -+ if (pmlmeinfo->FW_sta_info[i].status == 1) -+ return _FAIL; -+ } -+ -+ return true; -+ -+} -+ -+unsigned int decide_wait_for_beacon_timeout(unsigned int bcn_interval) -+{ -+ if ((bcn_interval << 2) < WAIT_FOR_BCN_TO_MIN) -+ return WAIT_FOR_BCN_TO_MIN; -+ else if ((bcn_interval << 2) > WAIT_FOR_BCN_TO_MAX) -+ return WAIT_FOR_BCN_TO_MAX; -+ else -+ return ((bcn_interval << 2)); -+} -+ -+void invalidate_cam_all(struct adapter *padapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_CAM_INVALID_ALL, NULL); -+ -+ spin_lock_bh(&cam_ctl->lock); -+ cam_ctl->bitmap = 0; -+ memset(dvobj->cam_cache, 0, sizeof(struct cam_entry_cache)*TOTAL_CAM_ENTRY); -+ spin_unlock_bh(&cam_ctl->lock); -+} -+ -+static u32 _ReadCAM(struct adapter *padapter, u32 addr) -+{ -+ u32 count = 0, cmd; -+ cmd = CAM_POLLINIG | addr; -+ rtw_write32(padapter, RWCAM, cmd); -+ -+ do { -+ if (0 == (rtw_read32(padapter, REG_CAMCMD) & CAM_POLLINIG)) -+ break; -+ } while (count++ < 100); -+ -+ return rtw_read32(padapter, REG_CAMREAD); -+} -+void read_cam(struct adapter *padapter, u8 entry, u8 *get_key) -+{ -+ u32 j, addr, cmd; -+ addr = entry << 3; -+ -+ /* DBG_8192C("********* DUMP CAM Entry_#%02d***************\n", entry); */ -+ for (j = 0; j < 6; j++) { -+ cmd = _ReadCAM(padapter, addr+j); -+ /* DBG_8192C("offset:0x%02x => 0x%08x\n", addr+j, cmd); */ -+ if (j > 1) /* get key from cam */ -+ memcpy(get_key+(j-2)*4, &cmd, 4); -+ } -+ /* DBG_8192C("*********************************\n"); */ -+} -+ -+void _write_cam(struct adapter *padapter, u8 entry, u16 ctrl, u8 *mac, u8 *key) -+{ -+ unsigned int i, val, addr; -+ int j; -+ u32 cam_val[2]; -+ -+ addr = entry << 3; -+ -+ for (j = 5; j >= 0; j--) { -+ switch (j) { -+ case 0: -+ val = (ctrl | (mac[0] << 16) | (mac[1] << 24)); -+ break; -+ case 1: -+ val = (mac[2] | (mac[3] << 8) | (mac[4] << 16) | (mac[5] << 24)); -+ break; -+ default: -+ i = (j - 2) << 2; -+ val = (key[i] | (key[i+1] << 8) | (key[i+2] << 16) | (key[i+3] << 24)); -+ break; -+ } -+ -+ cam_val[0] = val; -+ cam_val[1] = addr + (unsigned int)j; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_CAM_WRITE, (u8 *)cam_val); -+ } -+} -+ -+void _clear_cam_entry(struct adapter *padapter, u8 entry) -+{ -+ unsigned char null_sta[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ unsigned char null_key[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ -+ _write_cam(padapter, entry, 0, null_sta, null_key); -+} -+ -+inline void write_cam(struct adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key) -+{ -+ _write_cam(adapter, id, ctrl, mac, key); -+ write_cam_cache(adapter, id, ctrl, mac, key); -+} -+ -+inline void clear_cam_entry(struct adapter *adapter, u8 id) -+{ -+ _clear_cam_entry(adapter, id); -+ clear_cam_cache(adapter, id); -+} -+ -+inline void write_cam_from_cache(struct adapter *adapter, u8 id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ struct cam_entry_cache cache; -+ -+ spin_lock_bh(&cam_ctl->lock); -+ memcpy(&cache, &dvobj->cam_cache[id], sizeof(struct cam_entry_cache)); -+ spin_unlock_bh(&cam_ctl->lock); -+ -+ _write_cam(adapter, id, cache.ctrl, cache.mac, cache.key); -+} -+ -+void write_cam_cache(struct adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ spin_lock_bh(&cam_ctl->lock); -+ -+ dvobj->cam_cache[id].ctrl = ctrl; -+ memcpy(dvobj->cam_cache[id].mac, mac, ETH_ALEN); -+ memcpy(dvobj->cam_cache[id].key, key, 16); -+ -+ spin_unlock_bh(&cam_ctl->lock); -+} -+ -+void clear_cam_cache(struct adapter *adapter, u8 id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ spin_lock_bh(&cam_ctl->lock); -+ -+ memset(&(dvobj->cam_cache[id]), 0, sizeof(struct cam_entry_cache)); -+ -+ spin_unlock_bh(&cam_ctl->lock); -+} -+ -+static bool _rtw_camid_is_gk(struct adapter *adapter, u8 cam_id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ bool ret = false; -+ -+ if (cam_id >= TOTAL_CAM_ENTRY) -+ goto exit; -+ -+ if (!(cam_ctl->bitmap & BIT(cam_id))) -+ goto exit; -+ -+ ret = (dvobj->cam_cache[cam_id].ctrl&BIT6)?true:false; -+ -+exit: -+ return ret; -+} -+ -+static s16 _rtw_camid_search(struct adapter *adapter, u8 *addr, s16 kid) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ int i; -+ s16 cam_id = -1; -+ -+ for (i = 0; i < TOTAL_CAM_ENTRY; i++) { -+ if (addr && memcmp(dvobj->cam_cache[i].mac, addr, ETH_ALEN)) -+ continue; -+ if (kid >= 0 && kid != (dvobj->cam_cache[i].ctrl&0x03)) -+ continue; -+ -+ cam_id = i; -+ break; -+ } -+ -+ if (addr) -+ DBG_871X(FUNC_ADPT_FMT" addr:"MAC_FMT" kid:%d, return cam_id:%d\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(addr), kid, cam_id); -+ else -+ DBG_871X(FUNC_ADPT_FMT" addr:%p kid:%d, return cam_id:%d\n" -+ , FUNC_ADPT_ARG(adapter), addr, kid, cam_id); -+ -+ return cam_id; -+} -+ -+s16 rtw_camid_search(struct adapter *adapter, u8 *addr, s16 kid) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ s16 cam_id = -1; -+ -+ spin_lock_bh(&cam_ctl->lock); -+ cam_id = _rtw_camid_search(adapter, addr, kid); -+ spin_unlock_bh(&cam_ctl->lock); -+ -+ return cam_id; -+} -+ -+s16 rtw_camid_alloc(struct adapter *adapter, struct sta_info *sta, u8 kid) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ s16 cam_id = -1; -+ struct mlme_ext_info *mlmeinfo; -+ -+ spin_lock_bh(&cam_ctl->lock); -+ -+ mlmeinfo = &adapter->mlmeextpriv.mlmext_info; -+ -+ if ((((mlmeinfo->state&0x03) == WIFI_FW_AP_STATE) || ((mlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) -+ && !sta) { -+ /* AP/Ad-hoc mode group key: static alloction to default key by key ID */ -+ if (kid > 3) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" group key with invalid key id:%u\n" -+ , FUNC_ADPT_ARG(adapter), kid); -+ rtw_warn_on(1); -+ goto bitmap_handle; -+ } -+ -+ cam_id = kid; -+ } else { -+ int i; -+ u8 *addr = sta?sta->hwaddr:NULL; -+ -+ if (!sta) { -+ if (!(mlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { -+ /* bypass STA mode group key setting before connected(ex:WEP) because bssid is not ready */ -+ goto bitmap_handle; -+ } -+ -+ addr = get_bssid(&adapter->mlmepriv); -+ } -+ -+ i = _rtw_camid_search(adapter, addr, kid); -+ if (i >= 0) { -+ /* Fix issue that pairwise and group key have same key id. Pairwise key first, group key can overwirte group only(ex: rekey) */ -+ if (sta || _rtw_camid_is_gk(adapter, i) == true) -+ cam_id = i; -+ else -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" group key id:%u the same key id as pairwise key\n" -+ , FUNC_ADPT_ARG(adapter), kid); -+ goto bitmap_handle; -+ } -+ -+ for (i = 4; i < TOTAL_CAM_ENTRY; i++) -+ if (!(cam_ctl->bitmap & BIT(i))) -+ break; -+ -+ if (i == TOTAL_CAM_ENTRY) { -+ if (sta) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" pairwise key with "MAC_FMT" id:%u no room\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(sta->hwaddr), kid); -+ else -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" group key id:%u no room\n" -+ , FUNC_ADPT_ARG(adapter), kid); -+ rtw_warn_on(1); -+ goto bitmap_handle; -+ } -+ -+ cam_id = i; -+ } -+ -+bitmap_handle: -+ if (cam_id >= 0) -+ cam_ctl->bitmap |= BIT(cam_id); -+ -+ spin_unlock_bh(&cam_ctl->lock); -+ -+ return cam_id; -+} -+ -+void rtw_camid_free(struct adapter *adapter, u8 cam_id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ spin_lock_bh(&cam_ctl->lock); -+ -+ if (cam_id < TOTAL_CAM_ENTRY) -+ cam_ctl->bitmap &= ~(BIT(cam_id)); -+ -+ spin_unlock_bh(&cam_ctl->lock); -+} -+ -+int allocate_fw_sta_entry(struct adapter *padapter) -+{ -+ unsigned int mac_id; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { -+ if (pmlmeinfo->FW_sta_info[mac_id].status == 0) { -+ pmlmeinfo->FW_sta_info[mac_id].status = 1; -+ pmlmeinfo->FW_sta_info[mac_id].retry = 0; -+ break; -+ } -+ } -+ -+ return mac_id; -+} -+ -+void flush_all_cam_entry(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ invalidate_cam_all(padapter); -+ /* clear default key related key search setting */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_DK_CFG, (u8 *)false); -+ -+ memset((u8 *)(pmlmeinfo->FW_sta_info), 0, sizeof(pmlmeinfo->FW_sta_info)); -+ -+} -+ -+int WMM_param_handler(struct adapter *padapter, struct ndis_80211_var_ie *pIE) -+{ -+ /* struct registry_priv *pregpriv = &padapter->registrypriv; */ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (pmlmepriv->qospriv.qos_option == 0) { -+ pmlmeinfo->WMM_enable = 0; -+ return false; -+ } -+ -+ if (!memcmp(&(pmlmeinfo->WMM_param), (pIE->data + 6), sizeof(struct WMM_para_element))) -+ return false; -+ else -+ memcpy(&(pmlmeinfo->WMM_param), (pIE->data + 6), sizeof(struct WMM_para_element)); -+ -+ pmlmeinfo->WMM_enable = 1; -+ return true; -+} -+ -+void WMMOnAssocRsp(struct adapter *padapter) -+{ -+ u8 ACI, ACM, AIFS, ECWMin, ECWMax, aSifsTime; -+ u8 acm_mask; -+ u16 TXOP; -+ u32 acParm, i; -+ u32 edca[4], inx[4]; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ acm_mask = 0; -+ -+ if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) -+ aSifsTime = 16; -+ else -+ aSifsTime = 10; -+ -+ if (pmlmeinfo->WMM_enable == 0) { -+ padapter->mlmepriv.acm_mask = 0; -+ -+ AIFS = aSifsTime + (2 * pmlmeinfo->slotTime); -+ -+ if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11A)) { -+ ECWMin = 4; -+ ECWMax = 10; -+ } else if (pmlmeext->cur_wireless_mode & WIRELESS_11B) { -+ ECWMin = 5; -+ ECWMax = 10; -+ } else { -+ ECWMin = 4; -+ ECWMax = 10; -+ } -+ -+ TXOP = 0; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acParm)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acParm)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acParm)); -+ -+ ECWMin = 2; -+ ECWMax = 3; -+ TXOP = 0x2f; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acParm)); -+ } else{ -+ edca[0] = edca[1] = edca[2] = edca[3] = 0; -+ -+ for (i = 0; i < 4; i++) { -+ ACI = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 5) & 0x03; -+ ACM = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 4) & 0x01; -+ -+ /* AIFS = AIFSN * slot time + SIFS - r2t phy delay */ -+ AIFS = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN & 0x0f) * pmlmeinfo->slotTime + aSifsTime; -+ -+ ECWMin = (pmlmeinfo->WMM_param.ac_param[i].CW & 0x0f); -+ ECWMax = (pmlmeinfo->WMM_param.ac_param[i].CW & 0xf0) >> 4; -+ TXOP = le16_to_cpu(pmlmeinfo->WMM_param.ac_param[i].TXOP_limit); -+ -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ -+ switch (ACI) { -+ case 0x0: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acParm)); -+ acm_mask |= (ACM ? BIT(1):0); -+ edca[XMIT_BE_QUEUE] = acParm; -+ break; -+ -+ case 0x1: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acParm)); -+ /* acm_mask |= (ACM? BIT(0):0); */ -+ edca[XMIT_BK_QUEUE] = acParm; -+ break; -+ -+ case 0x2: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acParm)); -+ acm_mask |= (ACM ? BIT(2):0); -+ edca[XMIT_VI_QUEUE] = acParm; -+ break; -+ -+ case 0x3: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acParm)); -+ acm_mask |= (ACM ? BIT(3):0); -+ edca[XMIT_VO_QUEUE] = acParm; -+ break; -+ } -+ -+ DBG_871X("WMM(%x): %x, %x\n", ACI, ACM, acParm); -+ } -+ -+ if (padapter->registrypriv.acm_method == 1) -+ rtw_hal_set_hwreg(padapter, HW_VAR_ACM_CTRL, (u8 *)(&acm_mask)); -+ else -+ padapter->mlmepriv.acm_mask = acm_mask; -+ -+ inx[0] = 0; inx[1] = 1; inx[2] = 2; inx[3] = 3; -+ -+ if (pregpriv->wifi_spec == 1) { -+ u32 j, tmp, change_inx = false; -+ -+ /* entry indx: 0->vo, 1->vi, 2->be, 3->bk. */ -+ for (i = 0; i < 4; i++) { -+ for (j = i+1; j < 4; j++) { -+ /* compare CW and AIFS */ -+ if ((edca[j] & 0xFFFF) < (edca[i] & 0xFFFF)) { -+ change_inx = true; -+ } else if ((edca[j] & 0xFFFF) == (edca[i] & 0xFFFF)) { -+ /* compare TXOP */ -+ if ((edca[j] >> 16) > (edca[i] >> 16)) -+ change_inx = true; -+ } -+ -+ if (change_inx) { -+ tmp = edca[i]; -+ edca[i] = edca[j]; -+ edca[j] = tmp; -+ -+ tmp = inx[i]; -+ inx[i] = inx[j]; -+ inx[j] = tmp; -+ -+ change_inx = false; -+ } -+ } -+ } -+ } -+ -+ for (i = 0; i < 4; i++) { -+ pxmitpriv->wmm_para_seq[i] = inx[i]; -+ DBG_871X("wmm_para_seq(%d): %d\n", i, pxmitpriv->wmm_para_seq[i]); -+ } -+ } -+} -+ -+static void bwmode_update_check(struct adapter *padapter, struct ndis_80211_var_ie *pIE) -+{ -+ unsigned char new_bwmode; -+ unsigned char new_ch_offset; -+ struct HT_info_element *pHT_info; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ u8 cbw40_enable = 0; -+ -+ if (!pIE) -+ return; -+ -+ if (phtpriv->ht_option == false) -+ return; -+ -+ if (pmlmeext->cur_bwmode >= CHANNEL_WIDTH_80) -+ return; -+ -+ if (pIE->Length > sizeof(struct HT_info_element)) -+ return; -+ -+ pHT_info = (struct HT_info_element *)pIE->data; -+ -+ if (pmlmeext->cur_channel > 14) { -+ if ((pregistrypriv->bw_mode & 0xf0) > 0) -+ cbw40_enable = 1; -+ } else -+ if ((pregistrypriv->bw_mode & 0x0f) > 0) -+ cbw40_enable = 1; -+ -+ if ((pHT_info->infos[0] & BIT(2)) && cbw40_enable) { -+ new_bwmode = CHANNEL_WIDTH_40; -+ -+ switch (pHT_info->infos[0] & 0x3) { -+ case 1: -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ -+ case 3: -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ -+ default: -+ new_bwmode = CHANNEL_WIDTH_20; -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ } else{ -+ new_bwmode = CHANNEL_WIDTH_20; -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ -+ -+ if ((new_bwmode != pmlmeext->cur_bwmode) || (new_ch_offset != pmlmeext->cur_ch_offset)) { -+ pmlmeinfo->bwmode_updated = true; -+ -+ pmlmeext->cur_bwmode = new_bwmode; -+ pmlmeext->cur_ch_offset = new_ch_offset; -+ -+ /* update HT info also */ -+ HT_info_handler(padapter, pIE); -+ } else -+ pmlmeinfo->bwmode_updated = false; -+ -+ -+ if (true == pmlmeinfo->bwmode_updated) { -+ struct sta_info *psta; -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ /* set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); */ -+ -+ -+ /* update ap's stainfo */ -+ psta = rtw_get_stainfo(pstapriv, cur_network->MacAddress); -+ if (psta) { -+ struct ht_priv *phtpriv_sta = &psta->htpriv; -+ -+ if (phtpriv_sta->ht_option) { -+ /* bwmode */ -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; -+ } else{ -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ -+ rtw_dm_ra_mask_wk_cmd(padapter, (u8 *)psta); -+ } -+ } -+} -+ -+void HT_caps_handler(struct adapter *padapter, struct ndis_80211_var_ie *pIE) -+{ -+ unsigned int i; -+ u8 rf_type; -+ u8 max_AMPDU_len, min_MPDU_spacing; -+ u8 cur_ldpc_cap = 0, cur_stbc_cap = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ -+ if (pIE == NULL) -+ return; -+ -+ if (phtpriv->ht_option == false) -+ return; -+ -+ pmlmeinfo->HT_caps_enable = 1; -+ -+ for (i = 0; i < (pIE->Length); i++) { -+ if (i != 2) { -+ /* Commented by Albert 2010/07/12 */ -+ /* Got the endian issue here. */ -+ pmlmeinfo->HT_caps.u.HT_cap[i] &= (pIE->data[i]); -+ } else{ -+ /* modify from fw by Thomas 2010/11/17 */ -+ if ((pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x3) > (pIE->data[i] & 0x3)) -+ max_AMPDU_len = (pIE->data[i] & 0x3); -+ else -+ max_AMPDU_len = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x3); -+ -+ if ((pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c) > (pIE->data[i] & 0x1c)) -+ min_MPDU_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c); -+ else -+ min_MPDU_spacing = (pIE->data[i] & 0x1c); -+ -+ pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para = max_AMPDU_len | min_MPDU_spacing; -+ } -+ } -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ /* update the MCS set */ -+ for (i = 0; i < 16; i++) -+ pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate[i] &= pmlmeext->default_supported_mcs_set[i]; -+ -+ /* update the MCS rates */ -+ switch (rf_type) { -+ case RF_1T1R: -+ case RF_1T2R: -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_1R); -+ break; -+ case RF_2T2R: -+ default: -+#ifdef CONFIG_DISABLE_MCS13TO15 -+ if (pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1) -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R_13TO15_OFF); -+ else -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#else /* CONFIG_DISABLE_MCS13TO15 */ -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#endif /* CONFIG_DISABLE_MCS13TO15 */ -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ /* Config STBC setting */ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_TX_STBC(pIE->data)) { -+ SET_FLAG(cur_stbc_cap, STBC_HT_ENABLE_TX); -+ DBG_871X("Enable HT Tx STBC !\n"); -+ } -+ phtpriv->stbc_cap = cur_stbc_cap; -+ } else { -+ /* Config LDPC Coding Capability */ -+ if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_LDPC_CAP(pIE->data)) { -+ SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx LDPC!\n"); -+ } -+ phtpriv->ldpc_cap = cur_ldpc_cap; -+ -+ /* Config STBC setting */ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_RX_STBC(pIE->data)) { -+ SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx STBC!\n"); -+ } -+ phtpriv->stbc_cap = cur_stbc_cap; -+ } -+} -+ -+void HT_info_handler(struct adapter *padapter, struct ndis_80211_var_ie *pIE) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ -+ if (pIE == NULL) -+ return; -+ -+ if (phtpriv->ht_option == false) -+ return; -+ -+ -+ if (pIE->Length > sizeof(struct HT_info_element)) -+ return; -+ -+ pmlmeinfo->HT_info_enable = 1; -+ memcpy(&(pmlmeinfo->HT_info), pIE->data, pIE->Length); -+ -+ return; -+} -+ -+void HTOnAssocRsp(struct adapter *padapter) -+{ -+ unsigned char max_AMPDU_len; -+ unsigned char min_MPDU_spacing; -+ /* struct registry_priv *pregpriv = &padapter->registrypriv; */ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X("%s\n", __func__); -+ -+ if ((pmlmeinfo->HT_info_enable) && (pmlmeinfo->HT_caps_enable)) { -+ pmlmeinfo->HT_enable = 1; -+ } else{ -+ pmlmeinfo->HT_enable = 0; -+ /* set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); */ -+ return; -+ } -+ -+ /* handle A-MPDU parameter field */ -+ /* -+ AMPDU_para [1:0]:Max AMPDU Len => 0:8k , 1:16k, 2:32k, 3:64k -+ AMPDU_para [4:2]:Min MPDU Start Spacing -+ */ -+ max_AMPDU_len = pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x03; -+ -+ min_MPDU_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c) >> 2; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_MIN_SPACE, (u8 *)(&min_MPDU_spacing)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, (u8 *)(&max_AMPDU_len)); -+} -+ -+void ERP_IE_handler(struct adapter *padapter, struct ndis_80211_var_ie *pIE) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (pIE->Length > 1) -+ return; -+ -+ pmlmeinfo->ERP_enable = 1; -+ memcpy(&(pmlmeinfo->ERP_IE), pIE->data, pIE->Length); -+} -+ -+void VCS_update(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ switch (pregpriv->vrtl_carrier_sense) {/* 0:off 1:on 2:auto */ -+ case 0: /* off */ -+ psta->rtsen = 0; -+ psta->cts2self = 0; -+ break; -+ -+ case 1: /* on */ -+ if (pregpriv->vcs_type == 1) { /* 1:RTS/CTS 2:CTS to self */ -+ psta->rtsen = 1; -+ psta->cts2self = 0; -+ } else{ -+ psta->rtsen = 0; -+ psta->cts2self = 1; -+ } -+ break; -+ -+ case 2: /* auto */ -+ default: -+ if ((pmlmeinfo->ERP_enable) && (pmlmeinfo->ERP_IE & BIT(1))) { -+ if (pregpriv->vcs_type == 1) { -+ psta->rtsen = 1; -+ psta->cts2self = 0; -+ } else{ -+ psta->rtsen = 0; -+ psta->cts2self = 1; -+ } -+ } else{ -+ psta->rtsen = 0; -+ psta->cts2self = 0; -+ } -+ break; -+ } -+} -+ -+void update_ldpc_stbc_cap(struct sta_info *psta) -+{ -+ if (psta->htpriv.ht_option) { -+ if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) -+ psta->ldpc = 1; -+ -+ if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) -+ psta->stbc = 1; -+ } else { -+ psta->ldpc = 0; -+ psta->stbc = 0; -+ } -+} -+ -+int rtw_check_bcn_info(struct adapter *Adapter, u8 *pframe, u32 packet_len) -+{ -+ unsigned int len; -+ unsigned char *p; -+ unsigned short val16, subtype; -+ struct wlan_network *cur_network = &(Adapter->mlmepriv.cur_network); -+ /* u8 wpa_ie[255], rsn_ie[255]; */ -+ u16 wpa_len = 0, rsn_len = 0; -+ u8 encryp_protocol = 0; -+ struct wlan_bssid_ex *bssid; -+ int group_cipher = 0, pairwise_cipher = 0, is_8021x = 0; -+ unsigned char *pbuf; -+ u32 wpa_ielen = 0; -+ u8 *pbssid = GetAddr3Ptr(pframe); -+ u32 hidden_ssid = 0; -+ struct HT_info_element *pht_info = NULL; -+ struct rtw_ieee80211_ht_cap *pht_cap = NULL; -+ u32 bcn_channel; -+ unsigned short ht_cap_info; -+ unsigned char ht_info_infos_0; -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ -+ if (is_client_associated_to_ap(Adapter) == false) -+ return true; -+ -+ len = packet_len - sizeof(struct ieee80211_hdr_3addr); -+ -+ if (len > MAX_IE_SZ) { -+ DBG_871X("%s IE too long for survey event\n", __func__); -+ return _FAIL; -+ } -+ -+ if (memcmp(cur_network->network.MacAddress, pbssid, 6)) { -+ DBG_871X("Oops: rtw_check_network_encrypt linked but recv other bssid bcn\n" MAC_FMT MAC_FMT, -+ MAC_ARG(pbssid), MAC_ARG(cur_network->network.MacAddress)); -+ return true; -+ } -+ -+ bssid = (struct wlan_bssid_ex *)rtw_zmalloc(sizeof(struct wlan_bssid_ex)); -+ if (bssid == NULL) { -+ DBG_871X("%s rtw_zmalloc fail !!!\n", __func__); -+ return true; -+ } -+ -+ if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart) > DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS)) { -+ pmlmepriv->timeBcnInfoChkStart = 0; -+ pmlmepriv->NumOfBcnInfoChkFail = 0; -+ } -+ -+ subtype = GetFrameSubType(pframe) >> 4; -+ -+ if (subtype == WIFI_BEACON) -+ bssid->Reserved[0] = 1; -+ -+ bssid->Length = sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + len; -+ -+ /* below is to copy the information element */ -+ bssid->IELength = len; -+ memcpy(bssid->IEs, (pframe + sizeof(struct ieee80211_hdr_3addr)), bssid->IELength); -+ -+ /* check bw and channel offset */ -+ /* parsing HT_CAP_IE */ -+ p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (p && len > 0) { -+ pht_cap = (struct rtw_ieee80211_ht_cap *)(p + 2); -+ ht_cap_info = le16_to_cpu(pht_cap->cap_info); -+ } else { -+ ht_cap_info = 0; -+ } -+ /* parsing HT_INFO_IE */ -+ p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (p && len > 0) { -+ pht_info = (struct HT_info_element *)(p + 2); -+ ht_info_infos_0 = pht_info->infos[0]; -+ } else { -+ ht_info_infos_0 = 0; -+ } -+ if (ht_cap_info != cur_network->BcnInfo.ht_cap_info || -+ ((ht_info_infos_0&0x03) != (cur_network->BcnInfo.ht_info_infos_0&0x03))) { -+ DBG_871X("%s bcn now: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, -+ ht_cap_info, ht_info_infos_0); -+ DBG_871X("%s bcn link: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, -+ cur_network->BcnInfo.ht_cap_info, cur_network->BcnInfo.ht_info_infos_0); -+ DBG_871X("%s bw mode change\n", __func__); -+ { -+ /* bcn_info_update */ -+ cur_network->BcnInfo.ht_cap_info = ht_cap_info; -+ cur_network->BcnInfo.ht_info_infos_0 = ht_info_infos_0; -+ /* to do : need to check that whether modify related register of BB or not */ -+ } -+ /* goto _mismatch; */ -+ } -+ -+ /* Checking for channel */ -+ p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _DSSET_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (p) { -+ bcn_channel = *(p + 2); -+ } else {/* In 5G, some ap do not have DSSET IE checking HT info for channel */ -+ rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (pht_info) { -+ bcn_channel = pht_info->primary_channel; -+ } else { /* we don't find channel IE, so don't check it */ -+ /* DBG_871X("Oops: %s we don't find channel IE, so don't check it\n", __func__); */ -+ bcn_channel = Adapter->mlmeextpriv.cur_channel; -+ } -+ } -+ if (bcn_channel != Adapter->mlmeextpriv.cur_channel) { -+ DBG_871X("%s beacon channel:%d cur channel:%d disconnect\n", __func__, -+ bcn_channel, Adapter->mlmeextpriv.cur_channel); -+ goto _mismatch; -+ } -+ -+ /* checking SSID */ -+ p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _SSID_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (p == NULL) { -+ DBG_871X("%s marc: cannot find SSID for survey event\n", __func__); -+ hidden_ssid = true; -+ } else { -+ hidden_ssid = false; -+ } -+ -+ if ((NULL != p) && (false == hidden_ssid && (*(p + 1)))) { -+ memcpy(bssid->Ssid.Ssid, (p + 2), *(p + 1)); -+ bssid->Ssid.SsidLength = *(p + 1); -+ } else { -+ bssid->Ssid.SsidLength = 0; -+ bssid->Ssid.Ssid[0] = '\0'; -+ } -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("%s bssid.Ssid.Ssid:%s bssid.Ssid.SsidLength:%d " -+ "cur_network->network.Ssid.Ssid:%s len:%d\n", __func__, bssid->Ssid.Ssid, -+ bssid->Ssid.SsidLength, cur_network->network.Ssid.Ssid, -+ cur_network->network.Ssid.SsidLength)); -+ -+ if (memcmp(bssid->Ssid.Ssid, cur_network->network.Ssid.Ssid, 32) || -+ bssid->Ssid.SsidLength != cur_network->network.Ssid.SsidLength) { -+ if (bssid->Ssid.Ssid[0] != '\0' && bssid->Ssid.SsidLength != 0) { /* not hidden ssid */ -+ DBG_871X("%s(), SSID is not match\n", __func__); -+ goto _mismatch; -+ } -+ } -+ -+ /* check encryption info */ -+ val16 = rtw_get_capability((struct wlan_bssid_ex *)bssid); -+ -+ if (val16 & BIT(4)) -+ bssid->Privacy = 1; -+ else -+ bssid->Privacy = 0; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, -+ ("%s(): cur_network->network.Privacy is %d, bssid.Privacy is %d\n", -+ __func__, cur_network->network.Privacy, bssid->Privacy)); -+ if (cur_network->network.Privacy != bssid->Privacy) { -+ DBG_871X("%s(), privacy is not match\n", __func__); -+ goto _mismatch; -+ } -+ -+ rtw_get_sec_ie(bssid->IEs, bssid->IELength, NULL, &rsn_len, NULL, &wpa_len); -+ -+ if (rsn_len > 0) { -+ encryp_protocol = ENCRYP_PROTOCOL_WPA2; -+ } else if (wpa_len > 0) { -+ encryp_protocol = ENCRYP_PROTOCOL_WPA; -+ } else { -+ if (bssid->Privacy) -+ encryp_protocol = ENCRYP_PROTOCOL_WEP; -+ } -+ -+ if (cur_network->BcnInfo.encryp_protocol != encryp_protocol) { -+ DBG_871X("%s(): enctyp is not match\n", __func__); -+ goto _mismatch; -+ } -+ -+ if (encryp_protocol == ENCRYP_PROTOCOL_WPA || encryp_protocol == ENCRYP_PROTOCOL_WPA2) { -+ pbuf = rtw_get_wpa_ie(&bssid->IEs[12], &wpa_ielen, bssid->IELength-12); -+ if (pbuf && (wpa_ielen > 0)) { -+ if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, -+ ("%s pnetwork->pairwise_cipher: %d, group_cipher is %d, is_8021x is %d\n", __func__, -+ pairwise_cipher, group_cipher, is_8021x)); -+ } -+ } else { -+ pbuf = rtw_get_wpa2_ie(&bssid->IEs[12], &wpa_ielen, bssid->IELength-12); -+ -+ if (pbuf && (wpa_ielen > 0)) { -+ if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, -+ ("%s pnetwork->pairwise_cipher: %d, pnetwork->group_cipher is %d, is_802x is %d\n", -+ __func__, pairwise_cipher, group_cipher, is_8021x)); -+ } -+ } -+ } -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, -+ ("%s cur_network->group_cipher is %d: %d\n", __func__, cur_network->BcnInfo.group_cipher, group_cipher)); -+ if (pairwise_cipher != cur_network->BcnInfo.pairwise_cipher || group_cipher != cur_network->BcnInfo.group_cipher) { -+ DBG_871X("%s pairwise_cipher(%x:%x) or group_cipher(%x:%x) is not match\n", __func__, -+ pairwise_cipher, cur_network->BcnInfo.pairwise_cipher, -+ group_cipher, cur_network->BcnInfo.group_cipher); -+ goto _mismatch; -+ } -+ -+ if (is_8021x != cur_network->BcnInfo.is_8021x) { -+ DBG_871X("%s authentication is not match\n", __func__); -+ goto _mismatch; -+ } -+ } -+ -+ kfree((u8 *)bssid); -+ return _SUCCESS; -+ -+_mismatch: -+ kfree((u8 *)bssid); -+ -+ if (pmlmepriv->NumOfBcnInfoChkFail == 0) -+ pmlmepriv->timeBcnInfoChkStart = jiffies; -+ -+ pmlmepriv->NumOfBcnInfoChkFail++; -+ DBG_871X("%s by "ADPT_FMT" - NumOfChkFail = %d (SeqNum of this Beacon frame = %d).\n", __func__, ADPT_ARG(Adapter), pmlmepriv->NumOfBcnInfoChkFail, GetSequence(pframe)); -+ -+ if ((pmlmepriv->timeBcnInfoChkStart != 0) && (jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart) <= DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS) -+ && (pmlmepriv->NumOfBcnInfoChkFail >= DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD)) { -+ DBG_871X("%s by "ADPT_FMT" - NumOfChkFail = %d >= threshold : %d (in %d ms), return FAIL.\n", __func__, ADPT_ARG(Adapter), pmlmepriv->NumOfBcnInfoChkFail, -+ DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, jiffies_to_msecs(jiffies - pmlmepriv->timeBcnInfoChkStart)); -+ pmlmepriv->timeBcnInfoChkStart = 0; -+ pmlmepriv->NumOfBcnInfoChkFail = 0; -+ return _FAIL; -+ } -+ -+ return _SUCCESS; -+} -+ -+void update_beacon_info(struct adapter *padapter, u8 *pframe, uint pkt_len, struct sta_info *psta) -+{ -+ unsigned int i; -+ unsigned int len; -+ struct ndis_80211_var_ie *pIE; -+ -+ len = pkt_len - (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN); -+ -+ for (i = 0; i < len;) { -+ pIE = (struct ndis_80211_var_ie *)(pframe + (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN) + i); -+ -+ switch (pIE->ElementID) { -+ case _VENDOR_SPECIFIC_IE_: -+ /* to update WMM paramter set while receiving beacon */ -+ if (!memcmp(pIE->data, WMM_PARA_OUI, 6) && pIE->Length == WLAN_WMM_LEN) /* WMM */ -+ if (WMM_param_handler(padapter, pIE)) -+ report_wmm_edca_update(padapter); -+ -+ break; -+ -+ case _HT_EXTRA_INFO_IE_: /* HT info */ -+ /* HT_info_handler(padapter, pIE); */ -+ bwmode_update_check(padapter, pIE); -+ break; -+ -+ case _ERPINFO_IE_: -+ ERP_IE_handler(padapter, pIE); -+ VCS_update(padapter, psta); -+ break; -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+} -+ -+unsigned int is_ap_in_tkip(struct adapter *padapter) -+{ -+ u32 i; -+ struct ndis_80211_var_ie *pIE; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ -+ if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) { -+ for (i = sizeof(struct ndis_802_11_fix_ie); i < pmlmeinfo->network.IELength;) { -+ pIE = (struct ndis_80211_var_ie *)(pmlmeinfo->network.IEs + i); -+ -+ switch (pIE->ElementID) { -+ case _VENDOR_SPECIFIC_IE_: -+ if ((!memcmp(pIE->data, RTW_WPA_OUI, 4)) && (!memcmp((pIE->data + 12), WPA_TKIP_CIPHER, 4))) -+ return true; -+ -+ break; -+ -+ case _RSN_IE_2_: -+ if (!memcmp((pIE->data + 8), RSN_TKIP_CIPHER, 4)) -+ return true; -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ return false; -+ } else -+ return false; -+ -+} -+ -+int support_short_GI(struct adapter *padapter, struct HT_caps_element *pHT_caps, u8 bwmode) -+{ -+ unsigned char bit_offset; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (!(pmlmeinfo->HT_enable)) -+ return _FAIL; -+ -+ bit_offset = (bwmode & CHANNEL_WIDTH_40) ? 6 : 5; -+ -+ if (le16_to_cpu(pHT_caps->u.HT_cap_element.HT_caps_info) & (0x1 << bit_offset)) -+ return _SUCCESS; -+ else -+ return _FAIL; -+} -+ -+unsigned char get_highest_rate_idx(u32 mask) -+{ -+ int i; -+ unsigned char rate_idx = 0; -+ -+ for (i = 31; i >= 0; i--) { -+ if (mask & BIT(i)) { -+ rate_idx = i; -+ break; -+ } -+ } -+ -+ return rate_idx; -+} -+ -+void Update_RA_Entry(struct adapter *padapter, struct sta_info *psta) -+{ -+ rtw_hal_update_ra_mask(psta, 0); -+} -+ -+void enable_rate_adaptive(struct adapter *padapter, struct sta_info *psta); -+void enable_rate_adaptive(struct adapter *padapter, struct sta_info *psta) -+{ -+ Update_RA_Entry(padapter, psta); -+} -+ -+void set_sta_rate(struct adapter *padapter, struct sta_info *psta) -+{ -+ /* rate adaptive */ -+ enable_rate_adaptive(padapter, psta); -+} -+ -+unsigned char check_assoc_AP(u8 *pframe, uint len) -+{ -+ unsigned int i; -+ struct ndis_80211_var_ie *pIE; -+ -+ for (i = sizeof(struct ndis_802_11_fix_ie); i < len;) { -+ pIE = (struct ndis_80211_var_ie *)(pframe + i); -+ -+ switch (pIE->ElementID) { -+ case _VENDOR_SPECIFIC_IE_: -+ if ((!memcmp(pIE->data, ARTHEROS_OUI1, 3)) || (!memcmp(pIE->data, ARTHEROS_OUI2, 3))) { -+ DBG_871X("link to Artheros AP\n"); -+ return HT_IOT_PEER_ATHEROS; -+ } else if ((!memcmp(pIE->data, BROADCOM_OUI1, 3)) -+ || (!memcmp(pIE->data, BROADCOM_OUI2, 3)) -+ || (!memcmp(pIE->data, BROADCOM_OUI3, 3))) { -+ DBG_871X("link to Broadcom AP\n"); -+ return HT_IOT_PEER_BROADCOM; -+ } else if (!memcmp(pIE->data, MARVELL_OUI, 3)) { -+ DBG_871X("link to Marvell AP\n"); -+ return HT_IOT_PEER_MARVELL; -+ } else if (!memcmp(pIE->data, RALINK_OUI, 3)) { -+ DBG_871X("link to Ralink AP\n"); -+ return HT_IOT_PEER_RALINK; -+ } else if (!memcmp(pIE->data, CISCO_OUI, 3)) { -+ DBG_871X("link to Cisco AP\n"); -+ return HT_IOT_PEER_CISCO; -+ } else if (!memcmp(pIE->data, REALTEK_OUI, 3)) { -+ u32 Vender = HT_IOT_PEER_REALTEK; -+ -+ if (pIE->Length >= 5) { -+ if (pIE->data[4] == 1) -+ /* if (pIE->data[5] & RT_HT_CAP_USE_LONG_PREAMBLE) */ -+ /* bssDesc->BssHT.RT2RT_HT_Mode |= RT_HT_CAP_USE_LONG_PREAMBLE; */ -+ if (pIE->data[5] & RT_HT_CAP_USE_92SE) -+ /* bssDesc->BssHT.RT2RT_HT_Mode |= RT_HT_CAP_USE_92SE; */ -+ Vender = HT_IOT_PEER_REALTEK_92SE; -+ -+ if (pIE->data[5] & RT_HT_CAP_USE_SOFTAP) -+ Vender = HT_IOT_PEER_REALTEK_SOFTAP; -+ -+ if (pIE->data[4] == 2) { -+ if (pIE->data[6] & RT_HT_CAP_USE_JAGUAR_BCUT) { -+ Vender = HT_IOT_PEER_REALTEK_JAGUAR_BCUTAP; -+ DBG_871X("link to Realtek JAGUAR_BCUTAP\n"); -+ } -+ if (pIE->data[6] & RT_HT_CAP_USE_JAGUAR_CCUT) { -+ Vender = HT_IOT_PEER_REALTEK_JAGUAR_CCUTAP; -+ DBG_871X("link to Realtek JAGUAR_CCUTAP\n"); -+ } -+ } -+ } -+ -+ DBG_871X("link to Realtek AP\n"); -+ return Vender; -+ } else if (!memcmp(pIE->data, AIRGOCAP_OUI, 3)) { -+ DBG_871X("link to Airgo Cap\n"); -+ return HT_IOT_PEER_AIRGO; -+ } else -+ break; -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ DBG_871X("link to new AP\n"); -+ return HT_IOT_PEER_UNKNOWN; -+} -+ -+void update_IOT_info(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ switch (pmlmeinfo->assoc_AP_vendor) { -+ case HT_IOT_PEER_MARVELL: -+ pmlmeinfo->turboMode_cts2self = 1; -+ pmlmeinfo->turboMode_rtsen = 0; -+ break; -+ -+ case HT_IOT_PEER_RALINK: -+ pmlmeinfo->turboMode_cts2self = 0; -+ pmlmeinfo->turboMode_rtsen = 1; -+ /* disable high power */ -+ Switch_DM_Func(padapter, (~DYNAMIC_BB_DYNAMIC_TXPWR), false); -+ break; -+ case HT_IOT_PEER_REALTEK: -+ /* rtw_write16(padapter, 0x4cc, 0xffff); */ -+ /* rtw_write16(padapter, 0x546, 0x01c0); */ -+ /* disable high power */ -+ Switch_DM_Func(padapter, (~DYNAMIC_BB_DYNAMIC_TXPWR), false); -+ break; -+ default: -+ pmlmeinfo->turboMode_cts2self = 0; -+ pmlmeinfo->turboMode_rtsen = 1; -+ break; -+ } -+ -+} -+ -+void update_capinfo(struct adapter *Adapter, u16 updateCap) -+{ -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ bool ShortPreamble; -+ -+ /* Check preamble mode, 2005.01.06, by rcnjko. */ -+ /* Mark to update preamble value forever, 2008.03.18 by lanhsin */ -+ /* if (pMgntInfo->RegPreambleMode == PREAMBLE_AUTO) */ -+ { -+ -+ if (updateCap & cShortPreamble) { -+ /* Short Preamble */ -+ if (pmlmeinfo->preamble_mode != PREAMBLE_SHORT) { /* PREAMBLE_LONG or PREAMBLE_AUTO */ -+ ShortPreamble = true; -+ pmlmeinfo->preamble_mode = PREAMBLE_SHORT; -+ rtw_hal_set_hwreg(Adapter, HW_VAR_ACK_PREAMBLE, (u8 *)&ShortPreamble); -+ } -+ } else{ -+ /* Long Preamble */ -+ if (pmlmeinfo->preamble_mode != PREAMBLE_LONG) { /* PREAMBLE_SHORT or PREAMBLE_AUTO */ -+ ShortPreamble = false; -+ pmlmeinfo->preamble_mode = PREAMBLE_LONG; -+ rtw_hal_set_hwreg(Adapter, HW_VAR_ACK_PREAMBLE, (u8 *)&ShortPreamble); -+ } -+ } -+ } -+ -+ if (updateCap & cIBSS) -+ /* Filen: See 802.11-2007 p.91 */ -+ pmlmeinfo->slotTime = NON_SHORT_SLOT_TIME; -+ else { -+ /* Filen: See 802.11-2007 p.90 */ -+ if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC)) -+ pmlmeinfo->slotTime = SHORT_SLOT_TIME; -+ else if (pmlmeext->cur_wireless_mode & (WIRELESS_11G)) { -+ if ((updateCap & cShortSlotTime) /* && (!(pMgntInfo->pHTInfo->RT2RT_HT_Mode & RT_HT_CAP_USE_LONG_PREAMBLE)) */) -+ /* Short Slot Time */ -+ pmlmeinfo->slotTime = SHORT_SLOT_TIME; -+ else -+ /* Long Slot Time */ -+ pmlmeinfo->slotTime = NON_SHORT_SLOT_TIME; -+ } else -+ /* B Mode */ -+ pmlmeinfo->slotTime = NON_SHORT_SLOT_TIME; -+ } -+ -+ rtw_hal_set_hwreg(Adapter, HW_VAR_SLOT_TIME, &pmlmeinfo->slotTime); -+ -+} -+ -+void update_wireless_mode(struct adapter *padapter) -+{ -+ int ratelen, network_type = 0; -+ u32 SIFS_Timer; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ unsigned char *rate = cur_network->SupportedRates; -+ -+ ratelen = rtw_get_rateset_len(cur_network->SupportedRates); -+ -+ if ((pmlmeinfo->HT_info_enable) && (pmlmeinfo->HT_caps_enable)) -+ pmlmeinfo->HT_enable = 1; -+ -+ if (pmlmeext->cur_channel > 14) { -+ if (pmlmeinfo->VHT_enable) -+ network_type = WIRELESS_11AC; -+ else if (pmlmeinfo->HT_enable) -+ network_type = WIRELESS_11_5N; -+ -+ network_type |= WIRELESS_11A; -+ } else{ -+ if (pmlmeinfo->VHT_enable) -+ network_type = WIRELESS_11AC; -+ else if (pmlmeinfo->HT_enable) -+ network_type = WIRELESS_11_24N; -+ -+ if ((cckratesonly_included(rate, ratelen)) == true) -+ network_type |= WIRELESS_11B; -+ else if ((cckrates_included(rate, ratelen)) == true) -+ network_type |= WIRELESS_11BG; -+ else -+ network_type |= WIRELESS_11G; -+ } -+ -+ pmlmeext->cur_wireless_mode = network_type & padapter->registrypriv.wireless_mode; -+ -+ SIFS_Timer = 0x0a0a0808; /* 0x0808 -> for CCK, 0x0a0a -> for OFDM */ -+ /* change this value if having IOT issues. */ -+ -+ padapter->HalFunc.SetHwRegHandler(padapter, HW_VAR_RESP_SIFS, (u8 *)&SIFS_Timer); -+ -+ padapter->HalFunc.SetHwRegHandler(padapter, HW_VAR_WIRELESS_MODE, (u8 *)&(pmlmeext->cur_wireless_mode)); -+ -+ if (pmlmeext->cur_wireless_mode & WIRELESS_11B) -+ update_mgnt_tx_rate(padapter, IEEE80211_CCK_RATE_1MB); -+ else -+ update_mgnt_tx_rate(padapter, IEEE80211_OFDM_RATE_6MB); -+} -+ -+void update_sta_basic_rate(struct sta_info *psta, u8 wireless_mode) -+{ -+ if (IsSupportedTxCCK(wireless_mode)) { -+ /* Only B, B/G, and B/G/N AP could use CCK rate */ -+ memcpy(psta->bssrateset, rtw_basic_rate_cck, 4); -+ psta->bssratelen = 4; -+ } else{ -+ memcpy(psta->bssrateset, rtw_basic_rate_ofdm, 3); -+ psta->bssratelen = 3; -+ } -+} -+ -+int update_sta_support_rate(struct adapter *padapter, u8 *pvar_ie, uint var_ie_len, int cam_idx) -+{ -+ unsigned int ie_len; -+ struct ndis_80211_var_ie *pIE; -+ int supportRateNum = 0; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ pIE = (struct ndis_80211_var_ie *)rtw_get_ie(pvar_ie, _SUPPORTEDRATES_IE_, &ie_len, var_ie_len); -+ if (pIE == NULL) -+ return _FAIL; -+ -+ memcpy(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates, pIE->data, ie_len); -+ supportRateNum = ie_len; -+ -+ pIE = (struct ndis_80211_var_ie *)rtw_get_ie(pvar_ie, _EXT_SUPPORTEDRATES_IE_, &ie_len, var_ie_len); -+ if (pIE) -+ memcpy((pmlmeinfo->FW_sta_info[cam_idx].SupportedRates + supportRateNum), pIE->data, ie_len); -+ -+ return _SUCCESS; -+ -+} -+ -+void process_addba_req(struct adapter *padapter, u8 *paddba_req, u8 *addr) -+{ -+ struct sta_info *psta; -+ u16 tid, start_seq, param; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct ADDBA_request *preq = (struct ADDBA_request *)paddba_req; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ psta = rtw_get_stainfo(pstapriv, addr); -+ -+ if (psta) { -+ start_seq = le16_to_cpu(preq->BA_starting_seqctrl) >> 4; -+ -+ param = le16_to_cpu(preq->BA_para_set); -+ tid = (param>>2)&0x0f; -+ -+ preorder_ctrl = &psta->recvreorder_ctrl[tid]; -+ -+ #ifdef CONFIG_UPDATE_INDICATE_SEQ_WHILE_PROCESS_ADDBA_REQ -+ preorder_ctrl->indicate_seq = start_seq; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, start_seq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, start_seq); -+ #endif -+ #else -+ preorder_ctrl->indicate_seq = 0xffff; -+ #endif -+ -+ preorder_ctrl->enable = (pmlmeinfo->bAcceptAddbaReq == true) ? true : false; -+ } -+ -+} -+ -+void update_TSF(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len) -+{ -+ u8 *pIE; -+ __le32 *pbuf; -+ -+ pIE = pframe + sizeof(struct ieee80211_hdr_3addr); -+ pbuf = (__le32 *)pIE; -+ -+ pmlmeext->TSFValue = le32_to_cpu(*(pbuf+1)); -+ -+ pmlmeext->TSFValue = pmlmeext->TSFValue << 32; -+ -+ pmlmeext->TSFValue |= le32_to_cpu(*pbuf); -+} -+ -+void correct_TSF(struct adapter *padapter, struct mlme_ext_priv *pmlmeext) -+{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_CORRECT_TSF, NULL); -+} -+ -+void adaptive_early_32k(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len) -+{ -+ int i; -+ u8 *pIE; -+ __le32 *pbuf; -+ u64 tsf = 0; -+ u32 delay_ms; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ pmlmeext->bcn_cnt++; -+ -+ pIE = pframe + sizeof(struct ieee80211_hdr_3addr); -+ pbuf = (__le32 *)pIE; -+ -+ tsf = le32_to_cpu(*(pbuf+1)); -+ tsf = tsf << 32; -+ tsf |= le32_to_cpu(*pbuf); -+ -+ /* DBG_871X("%s(): tsf_upper = 0x%08x, tsf_lower = 0x%08x\n", __func__, (u32)(tsf>>32), (u32)tsf); */ -+ -+ /* delay = (timestamp mod 1024*100)/1000 (unit: ms) */ -+ /* delay_ms = do_div(tsf, (pmlmeinfo->bcn_interval*1024))/1000; */ -+ delay_ms = rtw_modular64(tsf, (pmlmeinfo->bcn_interval*1024)); -+ delay_ms = delay_ms/1000; -+ -+ if (delay_ms >= 8) -+ pmlmeext->bcn_delay_cnt[8]++; -+ /* pmlmeext->bcn_delay_ratio[8] = (pmlmeext->bcn_delay_cnt[8] * 100) /pmlmeext->bcn_cnt; */ -+ else -+ pmlmeext->bcn_delay_cnt[delay_ms]++; -+ /* pmlmeext->bcn_delay_ratio[delay_ms] = (pmlmeext->bcn_delay_cnt[delay_ms] * 100) /pmlmeext->bcn_cnt; */ -+ -+/* -+ DBG_871X("%s(): (a)bcn_cnt = %d\n", __func__, pmlmeext->bcn_cnt); -+ -+ -+ for (i = 0; i<9; i++) -+ { -+ DBG_871X("%s():bcn_delay_cnt[%d]=%d, bcn_delay_ratio[%d]=%d\n", __func__, i, -+ pmlmeext->bcn_delay_cnt[i] , i, pmlmeext->bcn_delay_ratio[i]); -+ } -+*/ -+ -+ /* dump for adaptive_early_32k */ -+ if (pmlmeext->bcn_cnt > 100 && (pmlmeext->adaptive_tsf_done == true)) { -+ u8 ratio_20_delay, ratio_80_delay; -+ u8 DrvBcnEarly, DrvBcnTimeOut; -+ -+ ratio_20_delay = 0; -+ ratio_80_delay = 0; -+ DrvBcnEarly = 0xff; -+ DrvBcnTimeOut = 0xff; -+ -+ DBG_871X("%s(): bcn_cnt = %d\n", __func__, pmlmeext->bcn_cnt); -+ -+ for (i = 0; i < 9; i++) { -+ pmlmeext->bcn_delay_ratio[i] = (pmlmeext->bcn_delay_cnt[i] * 100) / pmlmeext->bcn_cnt; -+ -+ -+ DBG_871X("%s():bcn_delay_cnt[%d]=%d, bcn_delay_ratio[%d]=%d\n", __func__, i, -+ pmlmeext->bcn_delay_cnt[i], i, pmlmeext->bcn_delay_ratio[i]); -+ -+ ratio_20_delay += pmlmeext->bcn_delay_ratio[i]; -+ ratio_80_delay += pmlmeext->bcn_delay_ratio[i]; -+ -+ if (ratio_20_delay > 20 && DrvBcnEarly == 0xff) { -+ DrvBcnEarly = i; -+ DBG_871X("%s(): DrvBcnEarly = %d\n", __func__, DrvBcnEarly); -+ } -+ -+ if (ratio_80_delay > 80 && DrvBcnTimeOut == 0xff) { -+ DrvBcnTimeOut = i; -+ DBG_871X("%s(): DrvBcnTimeOut = %d\n", __func__, DrvBcnTimeOut); -+ } -+ -+ /* reset adaptive_early_32k cnt */ -+ pmlmeext->bcn_delay_cnt[i] = 0; -+ pmlmeext->bcn_delay_ratio[i] = 0; -+ } -+ -+ pmlmeext->DrvBcnEarly = DrvBcnEarly; -+ pmlmeext->DrvBcnTimeOut = DrvBcnTimeOut; -+ -+ pmlmeext->bcn_cnt = 0; -+ } -+ -+} -+ -+ -+void beacon_timing_control(struct adapter *padapter) -+{ -+ rtw_hal_bcn_related_reg_setting(padapter); -+} -+ -+void rtw_alloc_macid(struct adapter *padapter, struct sta_info *psta) -+{ -+ int i; -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ -+ -+ if (!memcmp(psta->hwaddr, bc_addr, ETH_ALEN)) -+ return; -+ -+ if (!memcmp(psta->hwaddr, myid(&padapter->eeprompriv), ETH_ALEN)) { -+ psta->mac_id = NUM_STA; -+ return; -+ } -+ -+ spin_lock_bh(&pdvobj->lock); -+ for (i = 0; i < NUM_STA; i++) { -+ if (pdvobj->macid[i] == false) { -+ pdvobj->macid[i] = true; -+ break; -+ } -+ } -+ spin_unlock_bh(&pdvobj->lock); -+ -+ if (i > (NUM_STA-1)) { -+ psta->mac_id = NUM_STA; -+ DBG_871X(" no room for more MACIDs\n"); -+ } else{ -+ psta->mac_id = i; -+ DBG_871X("%s = %d\n", __func__, psta->mac_id); -+ } -+ -+} -+ -+void rtw_release_macid(struct adapter *padapter, struct sta_info *psta) -+{ -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ -+ -+ if (!memcmp(psta->hwaddr, bc_addr, ETH_ALEN)) -+ return; -+ -+ if (!memcmp(psta->hwaddr, myid(&padapter->eeprompriv), ETH_ALEN)) -+ return; -+ -+ spin_lock_bh(&pdvobj->lock); -+ if (psta->mac_id < NUM_STA && psta->mac_id != 1) { -+ if (pdvobj->macid[psta->mac_id] == true) { -+ DBG_871X("%s = %d\n", __func__, psta->mac_id); -+ pdvobj->macid[psta->mac_id] = false; -+ psta->mac_id = NUM_STA; -+ } -+ -+ } -+ spin_unlock_bh(&pdvobj->lock); -+ -+} -+/* For 8188E RA */ -+u8 rtw_search_max_mac_id(struct adapter *padapter) -+{ -+ u8 max_mac_id = 0; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ int i; -+ spin_lock_bh(&pdvobj->lock); -+ for (i = (NUM_STA-1); i >= 0 ; i--) { -+ if (pdvobj->macid[i] == true) -+ break; -+ } -+ max_mac_id = i; -+ spin_unlock_bh(&pdvobj->lock); -+ -+ return max_mac_id; -+ -+} -+ -+struct adapter *dvobj_get_port0_adapter(struct dvobj_priv *dvobj) -+{ -+ if (get_iface_type(dvobj->padapters[i]) != IFACE_PORT0) -+ return NULL; -+ -+ return dvobj->padapters; -+} -+ -+#ifdef CONFIG_GPIO_API -+int rtw_get_gpio(struct net_device *netdev, int gpio_num) -+{ -+ u8 value; -+ u8 direction; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(netdev); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(adapter); -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ DBG_871X("rf_pwrstate = 0x%02x\n", pwrpriv->rf_pwrstate); -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ /* Read GPIO Direction */ -+ direction = (rtw_read8(adapter, REG_GPIO_PIN_CTRL + 2) & BIT(gpio_num)) >> gpio_num; -+ -+ /* According the direction to read register value */ -+ if (direction) -+ value = (rtw_read8(adapter, REG_GPIO_PIN_CTRL + 1) & BIT(gpio_num)) >> gpio_num; -+ else -+ value = (rtw_read8(adapter, REG_GPIO_PIN_CTRL) & BIT(gpio_num)) >> gpio_num; -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ DBG_871X("%s direction =%d value =%d\n", __func__, direction, value); -+ -+ return value; -+} -+EXPORT_SYMBOL(rtw_get_gpio); -+ -+int rtw_set_gpio_output_value(struct net_device *netdev, int gpio_num, bool isHigh) -+{ -+ u8 direction = 0; -+ u8 res = -1; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(netdev); -+ -+ /* Check GPIO is 4~7 */ -+ if (gpio_num > 7 || gpio_num < 4) { -+ DBG_871X("%s The gpio number does not included 4~7.\n", __func__); -+ return -1; -+ } -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ /* Read GPIO direction */ -+ direction = (rtw_read8(adapter, REG_GPIO_PIN_CTRL + 2) & BIT(gpio_num)) >> gpio_num; -+ -+ /* If GPIO is output direction, setting value. */ -+ if (direction) { -+ if (isHigh) -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 1, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 1) | BIT(gpio_num)); -+ else -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 1, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 1) & ~BIT(gpio_num)); -+ -+ DBG_871X("%s Set gpio %x[%d]=%d\n", __func__, REG_GPIO_PIN_CTRL+1, gpio_num, isHigh); -+ res = 0; -+ } else{ -+ DBG_871X("%s The gpio is input, not be set!\n", __func__); -+ res = -1; -+ } -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ return res; -+} -+EXPORT_SYMBOL(rtw_set_gpio_output_value); -+ -+int rtw_config_gpio(struct net_device *netdev, int gpio_num, bool isOutput) -+{ -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(netdev); -+ -+ if (gpio_num > 7 || gpio_num < 4) { -+ DBG_871X("%s The gpio number does not included 4~7.\n", __func__); -+ return -1; -+ } -+ -+ DBG_871X("%s gpio_num =%d direction =%d\n", __func__, gpio_num, isOutput); -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ if (isOutput) -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 2, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 2) | BIT(gpio_num)); -+ else -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 2, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 2) & ~BIT(gpio_num)); -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ -+ return 0; -+} -+EXPORT_SYMBOL(rtw_config_gpio); -+#endif -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void rtw_get_current_ip_address(struct adapter *padapter, u8 *pcurrentip) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct in_device *my_ip_ptr = padapter->pnetdev->ip_ptr; -+ u8 ipaddress[4]; -+ -+ if ((pmlmeinfo->state & WIFI_FW_LINKING_STATE) || -+ pmlmeinfo->state & WIFI_FW_AP_STATE) { -+ if (my_ip_ptr != NULL) { -+ struct in_ifaddr *my_ifa_list = my_ip_ptr->ifa_list; -+ if (my_ifa_list != NULL) { -+ ipaddress[0] = my_ifa_list->ifa_address & 0xFF; -+ ipaddress[1] = (my_ifa_list->ifa_address >> 8) & 0xFF; -+ ipaddress[2] = (my_ifa_list->ifa_address >> 16) & 0xFF; -+ ipaddress[3] = my_ifa_list->ifa_address >> 24; -+ DBG_871X("%s: %d.%d.%d.%d ==========\n", __func__, -+ ipaddress[0], ipaddress[1], ipaddress[2], ipaddress[3]); -+ memcpy(pcurrentip, ipaddress, 4); -+ } -+ } -+ } -+} -+#endif -+#ifdef CONFIG_WOWLAN -+void rtw_get_sec_iv(struct adapter *padapter, u8 *pcur_dot11txpn, u8 *StaAddr) -+{ -+ struct sta_info *psta; -+ struct security_priv *psecpriv = &padapter->securitypriv; -+ -+ memset(pcur_dot11txpn, 0, 8); -+ if (NULL == StaAddr) -+ return; -+ psta = rtw_get_stainfo(&padapter->stapriv, StaAddr); -+ DBG_871X("%s(): StaAddr: %02x %02x %02x %02x %02x %02x\n", -+ __func__, StaAddr[0], StaAddr[1], StaAddr[2], -+ StaAddr[3], StaAddr[4], StaAddr[5]); -+ -+ if (psta) { -+ if (psecpriv->dot11PrivacyAlgrthm != _NO_PRIVACY_ && psta->dot11txpn.val > 0) -+ psta->dot11txpn.val--; -+ AES_IV(pcur_dot11txpn, psta->dot11txpn, 0); -+ -+ DBG_871X("%s(): CurrentIV: %02x %02x %02x %02x %02x %02x %02x %02x\n" -+ , __func__, pcur_dot11txpn[0], pcur_dot11txpn[1], -+ pcur_dot11txpn[2], pcur_dot11txpn[3], pcur_dot11txpn[4], -+ pcur_dot11txpn[5], pcur_dot11txpn[6], pcur_dot11txpn[7]); -+ } -+} -+void rtw_set_sec_pn(struct adapter *padapter) -+{ -+ struct sta_info *psta; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct security_priv *psecpriv = &padapter->securitypriv; -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, -+ get_my_bssid(&pmlmeinfo->network)); -+ -+ if (psta) { -+ if (pwrpriv->wowlan_fw_iv > psta->dot11txpn.val) { -+ if (psecpriv->dot11PrivacyAlgrthm != _NO_PRIVACY_) -+ psta->dot11txpn.val = pwrpriv->wowlan_fw_iv + 2; -+ } else { -+ DBG_871X("%s(): FW IV is smaller than driver\n", __func__); -+ psta->dot11txpn.val += 2; -+ } -+ DBG_871X("%s: dot11txpn: 0x%016llx\n", __func__, psta->dot11txpn.val); -+ } -+} -+#endif /* CONFIG_WOWLAN */ -+ -+#ifdef CONFIG_PNO_SUPPORT -+#define CSCAN_TLV_TYPE_SSID_IE 'S' -+#define CIPHER_IE "key_mgmt =" -+#define CIPHER_NONE "NONE" -+#define CIPHER_WPA_PSK "WPA-PSK" -+#define CIPHER_WPA_EAP "WPA-EAP IEEE8021X" -+ -+#endif /* CONFIG_PNO_SUPPORT */ -diff -Nurp linux.old/3rdparty/rtl8723bs/core/rtw_xmit.c linux/3rdparty/rtl8723bs/core/rtw_xmit.c ---- linux.old/3rdparty/rtl8723bs/core/rtw_xmit.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/core/rtw_xmit.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,3100 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTW_XMIT_C_ -+ -+#include -+#include -+ -+static u8 P802_1H_OUI[P80211_OUI_LEN] = { 0x00, 0x00, 0xf8 }; -+static u8 RFC1042_OUI[P80211_OUI_LEN] = { 0x00, 0x00, 0x00 }; -+ -+static void _init_txservq(struct tx_servq *ptxservq) -+{ -+ INIT_LIST_HEAD(&ptxservq->tx_pending); -+ _rtw_init_queue(&ptxservq->sta_pending); -+ ptxservq->qcnt = 0; -+} -+ -+void _rtw_init_sta_xmit_priv(struct sta_xmit_priv *psta_xmitpriv) -+{ -+ memset((unsigned char *)psta_xmitpriv, 0, sizeof(struct sta_xmit_priv)); -+ -+ spin_lock_init(&psta_xmitpriv->lock); -+ -+ /* for (i = 0 ; i < MAX_NUMBLKS; i++) */ -+ /* _init_txservq(&(psta_xmitpriv->blk_q[i])); */ -+ -+ _init_txservq(&psta_xmitpriv->be_q); -+ _init_txservq(&psta_xmitpriv->bk_q); -+ _init_txservq(&psta_xmitpriv->vi_q); -+ _init_txservq(&psta_xmitpriv->vo_q); -+ INIT_LIST_HEAD(&psta_xmitpriv->legacy_dz); -+ INIT_LIST_HEAD(&psta_xmitpriv->apsd); -+} -+ -+s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter) -+{ -+ int i; -+ struct xmit_buf *pxmitbuf; -+ struct xmit_frame *pxframe; -+ sint res = _SUCCESS; -+ -+ /* We don't need to memset padapter->XXX to zero, because adapter is allocated by vzalloc(). */ -+ /* memset((unsigned char *)pxmitpriv, 0, sizeof(struct xmit_priv)); */ -+ -+ spin_lock_init(&pxmitpriv->lock); -+ spin_lock_init(&pxmitpriv->lock_sctx); -+ sema_init(&pxmitpriv->xmit_sema, 0); -+ sema_init(&pxmitpriv->terminate_xmitthread_sema, 0); -+ -+ /* -+ Please insert all the queue initializaiton using _rtw_init_queue below -+ */ -+ -+ pxmitpriv->adapter = padapter; -+ -+ /* for (i = 0 ; i < MAX_NUMBLKS; i++) */ -+ /* _rtw_init_queue(&pxmitpriv->blk_strms[i]); */ -+ -+ _rtw_init_queue(&pxmitpriv->be_pending); -+ _rtw_init_queue(&pxmitpriv->bk_pending); -+ _rtw_init_queue(&pxmitpriv->vi_pending); -+ _rtw_init_queue(&pxmitpriv->vo_pending); -+ _rtw_init_queue(&pxmitpriv->bm_pending); -+ -+ /* _rtw_init_queue(&pxmitpriv->legacy_dz_queue); */ -+ /* _rtw_init_queue(&pxmitpriv->apsd_queue); */ -+ -+ _rtw_init_queue(&pxmitpriv->free_xmit_queue); -+ -+ /* -+ Please allocate memory with the sz = (struct xmit_frame) * NR_XMITFRAME, -+ and initialize free_xmit_frame below. -+ Please also apply free_txobj to link_up all the xmit_frames... -+ */ -+ -+ pxmitpriv->pallocated_frame_buf = vzalloc(NR_XMITFRAME * sizeof(struct xmit_frame) + 4); -+ -+ if (pxmitpriv->pallocated_frame_buf == NULL) { -+ pxmitpriv->pxmit_frame_buf = NULL; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("alloc xmit_frame fail!\n")); -+ res = _FAIL; -+ goto exit; -+ } -+ pxmitpriv->pxmit_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_frame_buf), 4); -+ /* pxmitpriv->pxmit_frame_buf = pxmitpriv->pallocated_frame_buf + 4 - */ -+ /* ((SIZE_PTR) (pxmitpriv->pallocated_frame_buf) &3); */ -+ -+ pxframe = (struct xmit_frame *) pxmitpriv->pxmit_frame_buf; -+ -+ for (i = 0; i < NR_XMITFRAME; i++) { -+ INIT_LIST_HEAD(&(pxframe->list)); -+ -+ pxframe->padapter = padapter; -+ pxframe->frame_tag = NULL_FRAMETAG; -+ -+ pxframe->pkt = NULL; -+ -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ list_add_tail(&(pxframe->list), &(pxmitpriv->free_xmit_queue.queue)); -+ -+ pxframe++; -+ } -+ -+ pxmitpriv->free_xmitframe_cnt = NR_XMITFRAME; -+ -+ pxmitpriv->frag_len = MAX_FRAG_THRESHOLD; -+ -+ -+ /* init xmit_buf */ -+ _rtw_init_queue(&pxmitpriv->free_xmitbuf_queue); -+ _rtw_init_queue(&pxmitpriv->pending_xmitbuf_queue); -+ -+ pxmitpriv->pallocated_xmitbuf = vzalloc(NR_XMITBUFF * sizeof(struct xmit_buf) + 4); -+ -+ if (pxmitpriv->pallocated_xmitbuf == NULL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("alloc xmit_buf fail!\n")); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pxmitpriv->pxmitbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmitbuf), 4); -+ /* pxmitpriv->pxmitbuf = pxmitpriv->pallocated_xmitbuf + 4 - */ -+ /* ((SIZE_PTR) (pxmitpriv->pallocated_xmitbuf) &3); */ -+ -+ pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmitbuf; -+ -+ for (i = 0; i < NR_XMITBUFF; i++) { -+ INIT_LIST_HEAD(&pxmitbuf->list); -+ -+ pxmitbuf->priv_data = NULL; -+ pxmitbuf->padapter = padapter; -+ pxmitbuf->buf_tag = XMITBUF_DATA; -+ -+ /* Tx buf allocation may fail sometimes, so sleep and retry. */ -+ res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); -+ if (res == _FAIL) { -+ msleep(10); -+ res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); -+ if (res == _FAIL) -+ goto exit; -+ } -+ -+ pxmitbuf->phead = pxmitbuf->pbuf; -+ pxmitbuf->pend = pxmitbuf->pbuf + MAX_XMITBUF_SZ; -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ -+ pxmitbuf->flags = XMIT_VO_QUEUE; -+ -+ list_add_tail(&pxmitbuf->list, &(pxmitpriv->free_xmitbuf_queue.queue)); -+ #ifdef DBG_XMIT_BUF -+ pxmitbuf->no = i; -+ #endif -+ -+ pxmitbuf++; -+ -+ } -+ -+ pxmitpriv->free_xmitbuf_cnt = NR_XMITBUFF; -+ -+ /* init xframe_ext queue, the same count as extbuf */ -+ _rtw_init_queue(&pxmitpriv->free_xframe_ext_queue); -+ -+ pxmitpriv->xframe_ext_alloc_addr = vzalloc(NR_XMIT_EXTBUFF * sizeof(struct xmit_frame) + 4); -+ -+ if (pxmitpriv->xframe_ext_alloc_addr == NULL) { -+ pxmitpriv->xframe_ext = NULL; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("alloc xframe_ext fail!\n")); -+ res = _FAIL; -+ goto exit; -+ } -+ pxmitpriv->xframe_ext = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->xframe_ext_alloc_addr), 4); -+ pxframe = (struct xmit_frame *)pxmitpriv->xframe_ext; -+ -+ for (i = 0; i < NR_XMIT_EXTBUFF; i++) { -+ INIT_LIST_HEAD(&(pxframe->list)); -+ -+ pxframe->padapter = padapter; -+ pxframe->frame_tag = NULL_FRAMETAG; -+ -+ pxframe->pkt = NULL; -+ -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ pxframe->ext_tag = 1; -+ -+ list_add_tail(&(pxframe->list), &(pxmitpriv->free_xframe_ext_queue.queue)); -+ -+ pxframe++; -+ } -+ pxmitpriv->free_xframe_ext_cnt = NR_XMIT_EXTBUFF; -+ -+ /* Init xmit extension buff */ -+ _rtw_init_queue(&pxmitpriv->free_xmit_extbuf_queue); -+ -+ pxmitpriv->pallocated_xmit_extbuf = vzalloc(NR_XMIT_EXTBUFF * sizeof(struct xmit_buf) + 4); -+ -+ if (pxmitpriv->pallocated_xmit_extbuf == NULL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("alloc xmit_extbuf fail!\n")); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4); -+ -+ pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmit_extbuf; -+ -+ for (i = 0; i < NR_XMIT_EXTBUFF; i++) { -+ INIT_LIST_HEAD(&pxmitbuf->list); -+ -+ pxmitbuf->priv_data = NULL; -+ pxmitbuf->padapter = padapter; -+ pxmitbuf->buf_tag = XMITBUF_MGNT; -+ -+ res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, true); -+ if (res == _FAIL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pxmitbuf->phead = pxmitbuf->pbuf; -+ pxmitbuf->pend = pxmitbuf->pbuf + MAX_XMIT_EXTBUF_SZ; -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ -+ list_add_tail(&pxmitbuf->list, &(pxmitpriv->free_xmit_extbuf_queue.queue)); -+ #ifdef DBG_XMIT_BUF_EXT -+ pxmitbuf->no = i; -+ #endif -+ pxmitbuf++; -+ -+ } -+ -+ pxmitpriv->free_xmit_extbuf_cnt = NR_XMIT_EXTBUFF; -+ -+ for (i = 0; i < CMDBUF_MAX; i++) { -+ pxmitbuf = &pxmitpriv->pcmd_xmitbuf[i]; -+ if (pxmitbuf) { -+ INIT_LIST_HEAD(&pxmitbuf->list); -+ -+ pxmitbuf->priv_data = NULL; -+ pxmitbuf->padapter = padapter; -+ pxmitbuf->buf_tag = XMITBUF_CMD; -+ -+ res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); -+ if (res == _FAIL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pxmitbuf->phead = pxmitbuf->pbuf; -+ pxmitbuf->pend = pxmitbuf->pbuf + MAX_CMDBUF_SZ; -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ pxmitbuf->alloc_sz = MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ; -+ } -+ } -+ -+ rtw_alloc_hwxmits(padapter); -+ rtw_init_hwxmits(pxmitpriv->hwxmits, pxmitpriv->hwxmit_entry); -+ -+ for (i = 0; i < 4; i++) { -+ pxmitpriv->wmm_para_seq[i] = i; -+ } -+ -+ pxmitpriv->ack_tx = false; -+ mutex_init(&pxmitpriv->ack_tx_mutex); -+ rtw_sctx_init(&pxmitpriv->ack_tx_ops, 0); -+ -+ rtw_hal_init_xmit_priv(padapter); -+ -+exit: -+ return res; -+} -+ -+void _rtw_free_xmit_priv(struct xmit_priv *pxmitpriv) -+{ -+ int i; -+ struct adapter *padapter = pxmitpriv->adapter; -+ struct xmit_frame *pxmitframe = (struct xmit_frame *) pxmitpriv->pxmit_frame_buf; -+ struct xmit_buf *pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmitbuf; -+ -+ rtw_hal_free_xmit_priv(padapter); -+ -+ if (pxmitpriv->pxmit_frame_buf == NULL) -+ return; -+ -+ for (i = 0; i < NR_XMITFRAME; i++) { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ -+ pxmitframe++; -+ } -+ -+ for (i = 0; i < NR_XMITBUFF; i++) { -+ rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), true); -+ -+ pxmitbuf++; -+ } -+ -+ if (pxmitpriv->pallocated_frame_buf) -+ vfree(pxmitpriv->pallocated_frame_buf); -+ -+ -+ if (pxmitpriv->pallocated_xmitbuf) -+ vfree(pxmitpriv->pallocated_xmitbuf); -+ -+ /* free xframe_ext queue, the same count as extbuf */ -+ pxmitframe = (struct xmit_frame *)pxmitpriv->xframe_ext; -+ if (pxmitframe) { -+ for (i = 0; i < NR_XMIT_EXTBUFF; i++) { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ pxmitframe++; -+ } -+ } -+ if (pxmitpriv->xframe_ext_alloc_addr) -+ vfree(pxmitpriv->xframe_ext_alloc_addr); -+ -+ /* free xmit extension buff */ -+ pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmit_extbuf; -+ for (i = 0; i < NR_XMIT_EXTBUFF; i++) { -+ rtw_os_xmit_resource_free(padapter, pxmitbuf, (MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ), true); -+ -+ pxmitbuf++; -+ } -+ -+ if (pxmitpriv->pallocated_xmit_extbuf) { -+ vfree(pxmitpriv->pallocated_xmit_extbuf); -+ } -+ -+ for (i = 0; i < CMDBUF_MAX; i++) { -+ pxmitbuf = &pxmitpriv->pcmd_xmitbuf[i]; -+ if (pxmitbuf != NULL) -+ rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, true); -+ } -+ -+ rtw_free_hwxmits(padapter); -+ -+ mutex_destroy(&pxmitpriv->ack_tx_mutex); -+} -+ -+u8 query_ra_short_GI(struct sta_info *psta) -+{ -+ u8 sgi = false, sgi_20m = false, sgi_40m = false, sgi_80m = false; -+ -+ sgi_20m = psta->htpriv.sgi_20m; -+ sgi_40m = psta->htpriv.sgi_40m; -+ -+ switch (psta->bw_mode) { -+ case CHANNEL_WIDTH_80: -+ sgi = sgi_80m; -+ break; -+ case CHANNEL_WIDTH_40: -+ sgi = sgi_40m; -+ break; -+ case CHANNEL_WIDTH_20: -+ default: -+ sgi = sgi_20m; -+ break; -+ } -+ -+ return sgi; -+} -+ -+static void update_attrib_vcs_info(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ u32 sz; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ /* struct sta_info *psta = pattrib->psta; */ -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (pattrib->nr_frags != 1) -+ sz = padapter->xmitpriv.frag_len; -+ else /* no frag */ -+ sz = pattrib->last_txcmdsz; -+ -+ /* (1) RTS_Threshold is compared to the MPDU, not MSDU. */ -+ /* (2) If there are more than one frag in this MSDU, only the first frag uses protection frame. */ -+ /* Other fragments are protected by previous fragment. */ -+ /* So we only need to check the length of first fragment. */ -+ if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { -+ if (sz > padapter->registrypriv.rts_thresh) -+ pattrib->vcs_mode = RTS_CTS; -+ else{ -+ if (pattrib->rtsen) -+ pattrib->vcs_mode = RTS_CTS; -+ else if (pattrib->cts2self) -+ pattrib->vcs_mode = CTS_TO_SELF; -+ else -+ pattrib->vcs_mode = NONE_VCS; -+ } -+ } else{ -+ while (true) { -+ /* IOT action */ -+ if ((pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_ATHEROS) && (pattrib->ampdu_en == true) && -+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) { -+ pattrib->vcs_mode = CTS_TO_SELF; -+ break; -+ } -+ -+ -+ /* check ERP protection */ -+ if (pattrib->rtsen || pattrib->cts2self) { -+ if (pattrib->rtsen) -+ pattrib->vcs_mode = RTS_CTS; -+ else if (pattrib->cts2self) -+ pattrib->vcs_mode = CTS_TO_SELF; -+ -+ break; -+ } -+ -+ /* check HT op mode */ -+ if (pattrib->ht_en) { -+ u8 HTOpMode = pmlmeinfo->HT_protection; -+ if ((pmlmeext->cur_bwmode && (HTOpMode == 2 || HTOpMode == 3)) || -+ (!pmlmeext->cur_bwmode && HTOpMode == 3)) { -+ pattrib->vcs_mode = RTS_CTS; -+ break; -+ } -+ } -+ -+ /* check rts */ -+ if (sz > padapter->registrypriv.rts_thresh) { -+ pattrib->vcs_mode = RTS_CTS; -+ break; -+ } -+ -+ /* to do list: check MIMO power save condition. */ -+ -+ /* check AMPDU aggregation for TXOP */ -+ if (pattrib->ampdu_en == true) { -+ pattrib->vcs_mode = RTS_CTS; -+ break; -+ } -+ -+ pattrib->vcs_mode = NONE_VCS; -+ break; -+ } -+ } -+ -+ /* for debug : force driver control vrtl_carrier_sense. */ -+ if (padapter->driver_vcs_en == 1) -+ pattrib->vcs_mode = padapter->driver_vcs_type; -+} -+ -+static void update_attrib_phy_info(struct adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta) -+{ -+ struct mlme_ext_priv *mlmeext = &padapter->mlmeextpriv; -+ -+ pattrib->rtsen = psta->rtsen; -+ pattrib->cts2self = psta->cts2self; -+ -+ pattrib->mdata = 0; -+ pattrib->eosp = 0; -+ pattrib->triggered = 0; -+ pattrib->ampdu_spacing = 0; -+ -+ /* qos_en, ht_en, init rate, , bw, ch_offset, sgi */ -+ pattrib->qos_en = psta->qos_option; -+ -+ pattrib->raid = psta->raid; -+ -+ if (mlmeext->cur_bwmode < psta->bw_mode) -+ pattrib->bwmode = mlmeext->cur_bwmode; -+ else -+ pattrib->bwmode = psta->bw_mode; -+ -+ pattrib->sgi = query_ra_short_GI(psta); -+ -+ pattrib->ldpc = psta->ldpc; -+ pattrib->stbc = psta->stbc; -+ -+ pattrib->ht_en = psta->htpriv.ht_option; -+ pattrib->ch_offset = psta->htpriv.ch_offset; -+ pattrib->ampdu_en = false; -+ -+ if (padapter->driver_ampdu_spacing != 0xFF) /* driver control AMPDU Density for peer sta's rx */ -+ pattrib->ampdu_spacing = padapter->driver_ampdu_spacing; -+ else -+ pattrib->ampdu_spacing = psta->htpriv.rx_ampdu_min_spacing; -+ -+ /* if (pattrib->ht_en && psta->htpriv.ampdu_enable) */ -+ /* */ -+ /* if (psta->htpriv.agg_enable_bitmap & BIT(pattrib->priority)) */ -+ /* pattrib->ampdu_en = true; */ -+ /* */ -+ -+ -+ pattrib->retry_ctrl = false; -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if (psta->isrc && psta->pid > 0) -+ pattrib->pctrl = true; -+#endif -+ -+} -+ -+static s32 update_attrib_sec_info(struct adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta) -+{ -+ sint res = _SUCCESS; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ sint bmcast = IS_MCAST(pattrib->ra); -+ -+ memset(pattrib->dot118021x_UncstKey.skey, 0, 16); -+ memset(pattrib->dot11tkiptxmickey.skey, 0, 16); -+ pattrib->mac_id = psta->mac_id; -+ -+ if (psta->ieee8021x_blocked == true) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("\n psta->ieee8021x_blocked == true\n")); -+ -+ pattrib->encrypt = 0; -+ -+ if ((pattrib->ether_type != 0x888e) && (check_fwstate(pmlmepriv, WIFI_MP_STATE) == false)) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("\npsta->ieee8021x_blocked == true, pattrib->ether_type(%.4x) != 0x888e\n", pattrib->ether_type)); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s psta->ieee8021x_blocked == true, pattrib->ether_type(%04x) != 0x888e\n", __func__, pattrib->ether_type); -+ #endif -+ res = _FAIL; -+ goto exit; -+ } -+ } else{ -+ GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); -+ -+ switch (psecuritypriv->dot11AuthAlgrthm) { -+ case dot11AuthAlgrthm_Open: -+ case dot11AuthAlgrthm_Shared: -+ case dot11AuthAlgrthm_Auto: -+ pattrib->key_idx = (u8)psecuritypriv->dot11PrivacyKeyIndex; -+ break; -+ case dot11AuthAlgrthm_8021X: -+ if (bmcast) -+ pattrib->key_idx = (u8)psecuritypriv->dot118021XGrpKeyid; -+ else -+ pattrib->key_idx = 0; -+ break; -+ default: -+ pattrib->key_idx = 0; -+ break; -+ } -+ -+ /* For WPS 1.0 WEP, driver should not encrypt EAPOL Packet for WPS handshake. */ -+ if (((pattrib->encrypt == _WEP40_) || (pattrib->encrypt == _WEP104_)) && (pattrib->ether_type == 0x888e)) -+ pattrib->encrypt = _NO_PRIVACY_; -+ -+ } -+ -+ switch (pattrib->encrypt) { -+ case _WEP40_: -+ case _WEP104_: -+ pattrib->iv_len = 4; -+ pattrib->icv_len = 4; -+ WEP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ break; -+ -+ case _TKIP_: -+ pattrib->iv_len = 8; -+ pattrib->icv_len = 4; -+ -+ if (psecuritypriv->busetkipkey == _FAIL) { -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s psecuritypriv->busetkipkey(%d) == _FAIL drop packet\n", __func__, psecuritypriv->busetkipkey); -+ #endif -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if (bmcast) -+ TKIP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ TKIP_IV(pattrib->iv, psta->dot11txpn, 0); -+ -+ -+ memcpy(pattrib->dot11tkiptxmickey.skey, psta->dot11tkiptxmickey.skey, 16); -+ -+ break; -+ -+ case _AES_: -+ -+ pattrib->iv_len = 8; -+ pattrib->icv_len = 8; -+ -+ if (bmcast) -+ AES_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ AES_IV(pattrib->iv, psta->dot11txpn, 0); -+ -+ break; -+ -+ default: -+ pattrib->iv_len = 0; -+ pattrib->icv_len = 0; -+ break; -+ } -+ -+ if (pattrib->encrypt > 0) -+ memcpy(pattrib->dot118021x_UncstKey.skey, psta->dot118021x_UncstKey.skey, 16); -+ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, -+ ("update_attrib: encrypt =%d securitypriv.sw_encrypt =%d\n", -+ pattrib->encrypt, padapter->securitypriv.sw_encrypt)); -+ -+ if (pattrib->encrypt && -+ ((padapter->securitypriv.sw_encrypt == true) || (psecuritypriv->hw_decrypted == false))) { -+ pattrib->bswenc = true; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, -+ ("update_attrib: encrypt =%d securitypriv.hw_decrypted =%d bswenc =true\n", -+ pattrib->encrypt, padapter->securitypriv.sw_encrypt)); -+ } else { -+ pattrib->bswenc = false; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("update_attrib: bswenc =false\n")); -+ } -+ -+exit: -+ -+ return res; -+ -+} -+ -+u8 qos_acm(u8 acm_mask, u8 priority) -+{ -+ u8 change_priority = priority; -+ -+ switch (priority) { -+ case 0: -+ case 3: -+ if (acm_mask & BIT(1)) -+ change_priority = 1; -+ break; -+ case 1: -+ case 2: -+ break; -+ case 4: -+ case 5: -+ if (acm_mask & BIT(2)) -+ change_priority = 0; -+ break; -+ case 6: -+ case 7: -+ if (acm_mask & BIT(3)) -+ change_priority = 5; -+ break; -+ default: -+ DBG_871X("qos_acm(): invalid pattrib->priority: %d!!!\n", priority); -+ break; -+ } -+ -+ return change_priority; -+} -+ -+static void set_qos(struct pkt_file *ppktfile, struct pkt_attrib *pattrib) -+{ -+ struct ethhdr etherhdr; -+ struct iphdr ip_hdr; -+ s32 UserPriority = 0; -+ -+ -+ _rtw_open_pktfile(ppktfile->pkt, ppktfile); -+ _rtw_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); -+ -+ /* get UserPriority from IP hdr */ -+ if (pattrib->ether_type == 0x0800) { -+ _rtw_pktfile_read(ppktfile, (u8 *)&ip_hdr, sizeof(ip_hdr)); -+/* UserPriority = (ntohs(ip_hdr.tos) >> 5) & 0x3; */ -+ UserPriority = ip_hdr.tos >> 5; -+ } -+ pattrib->priority = UserPriority; -+ pattrib->hdrlen = WLAN_HDR_A3_QOS_LEN; -+ pattrib->subtype = WIFI_QOS_DATA_TYPE; -+} -+ -+static s32 update_attrib(struct adapter *padapter, _pkt *pkt, struct pkt_attrib *pattrib) -+{ -+ uint i; -+ struct pkt_file pktfile; -+ struct sta_info *psta = NULL; -+ struct ethhdr etherhdr; -+ -+ sint bmcast; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv = &pmlmepriv->qospriv; -+ sint res = _SUCCESS; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib); -+ -+ _rtw_open_pktfile(pkt, &pktfile); -+ i = _rtw_pktfile_read(&pktfile, (u8 *)ðerhdr, ETH_HLEN); -+ -+ pattrib->ether_type = ntohs(etherhdr.h_proto); -+ -+ -+ memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); -+ memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); -+ -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true)) { -+ memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_adhoc); -+ } else if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_sta); -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ memcpy(pattrib->ta, get_bssid(pmlmepriv), ETH_ALEN); -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_ap); -+ } else -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_unknown); -+ -+ pattrib->pktlen = pktfile.pkt_len; -+ -+ if (ETH_P_IP == pattrib->ether_type) { -+ /* The following is for DHCP and ARP packet, we use cck1M to tx these packets and let LPS awake some time */ -+ /* to prevent DHCP protocol fail */ -+ -+ u8 tmp[24]; -+ -+ _rtw_pktfile_read(&pktfile, &tmp[0], 24); -+ -+ pattrib->dhcp_pkt = 0; -+ if (pktfile.pkt_len > 282) {/* MINIMUM_DHCP_PACKET_SIZE) { */ -+ if (ETH_P_IP == pattrib->ether_type) {/* IP header */ -+ if (((tmp[21] == 68) && (tmp[23] == 67)) || -+ ((tmp[21] == 67) && (tmp[23] == 68))) { -+ /* 68 : UDP BOOTP client */ -+ /* 67 : UDP BOOTP server */ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("======================update_attrib: get DHCP Packet\n")); -+ pattrib->dhcp_pkt = 1; -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_dhcp); -+ } -+ } -+ } -+ -+ /* for parsing ICMP pakcets */ -+ { -+ struct iphdr *piphdr = (struct iphdr *)tmp; -+ -+ pattrib->icmp_pkt = 0; -+ if (piphdr->protocol == 0x1) { /* protocol type in ip header 0x1 is ICMP */ -+ pattrib->icmp_pkt = 1; -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_icmp); -+ } -+ } -+ -+ -+ } else if (0x888e == pattrib->ether_type) { -+ DBG_871X_LEVEL(_drv_always_, "send eapol packet\n"); -+ } -+ -+ if ((pattrib->ether_type == 0x888e) || (pattrib->dhcp_pkt == 1)) -+ rtw_set_scan_deny(padapter, 3000); -+ -+ /* If EAPOL , ARP , OR DHCP packet, driver must be in active mode. */ -+ if (pattrib->icmp_pkt == 1) -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, 1); -+ else if (pattrib->dhcp_pkt == 1) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_active); -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_SPECIAL_PACKET, 1); -+ } -+ -+ bmcast = IS_MCAST(pattrib->ra); -+ -+ /* get sta_info */ -+ if (bmcast) { -+ psta = rtw_get_bcmc_stainfo(padapter); -+ } else { -+ psta = rtw_get_stainfo(pstapriv, pattrib->ra); -+ if (psta == NULL) { /* if we cannot get psta => drop the pkt */ -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_ucast_sta); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_alert_, ("\nupdate_attrib => get sta_info fail, ra:" MAC_FMT"\n", MAC_ARG(pattrib->ra))); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s get sta_info fail, ra:" MAC_FMT"\n", __func__, MAC_ARG(pattrib->ra)); -+ #endif -+ res = _FAIL; -+ goto exit; -+ } else if ((check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) && (!(psta->state & _FW_LINKED))) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_ucast_ap_link); -+ res = _FAIL; -+ goto exit; -+ } -+ } -+ -+ if (psta == NULL) { -+ /* if we cannot get psta => drop the pkt */ -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_sta); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_alert_, ("\nupdate_attrib => get sta_info fail, ra:" MAC_FMT "\n", MAC_ARG(pattrib->ra))); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s get sta_info fail, ra:" MAC_FMT"\n", __func__, MAC_ARG(pattrib->ra)); -+ #endif -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if (!(psta->state & _FW_LINKED)) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_link); -+ DBG_871X("%s, psta("MAC_FMT")->state(0x%x) != _FW_LINKED\n", __func__, MAC_ARG(psta->hwaddr), psta->state); -+ return _FAIL; -+ } -+ -+ -+ -+ /* TODO:_lock */ -+ if (update_attrib_sec_info(padapter, pattrib, psta) == _FAIL) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_sec); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ update_attrib_phy_info(padapter, pattrib, psta); -+ -+ /* DBG_8192C("%s ==> mac_id(%d)\n", __func__, pattrib->mac_id); */ -+ -+ pattrib->psta = psta; -+ /* TODO:_unlock */ -+ -+ pattrib->pctrl = 0; -+ -+ pattrib->ack_policy = 0; -+ /* get ether_hdr_len */ -+ pattrib->pkt_hdrlen = ETH_HLEN;/* pattrib->ether_type == 0x8100) ? (14 + 4): 14; vlan tag */ -+ -+ pattrib->hdrlen = WLAN_HDR_A3_LEN; -+ pattrib->subtype = WIFI_DATA_TYPE; -+ pattrib->priority = 0; -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE|WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE)) { -+ if (pattrib->qos_en) -+ set_qos(&pktfile, pattrib); -+ } else{ -+ if (pqospriv->qos_option) { -+ set_qos(&pktfile, pattrib); -+ -+ if (pmlmepriv->acm_mask != 0) -+ pattrib->priority = qos_acm(pmlmepriv->acm_mask, pattrib->priority); -+ -+ } -+ } -+ -+ /* pattrib->priority = 5; force to used VI queue, for testing */ -+ -+ rtw_set_tx_chksum_offload(pkt, pattrib); -+ -+exit: -+ return res; -+} -+ -+static s32 xmitframe_addmic(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ sint curfragnum, length; -+ u8 *pframe, *payload, mic[8]; -+ struct mic_data micdata; -+ /* struct sta_info *stainfo; */ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ u8 priority[4] = {0x0, 0x0, 0x0, 0x0}; -+ u8 hw_hdr_offset = 0; -+ sint bmcst = IS_MCAST(pattrib->ra); -+ -+/* -+ if (pattrib->psta) -+ { -+ stainfo = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ stainfo =rtw_get_stainfo(&padapter->stapriv ,&pattrib->ra[0]); -+ } -+ -+ if (stainfo == NULL) -+ { -+ DBG_871X("%s, psta ==NUL\n", __func__); -+ return _FAIL; -+ } -+ -+ if (!(stainfo->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, stainfo->state); -+ return _FAIL; -+ } -+*/ -+ -+ hw_hdr_offset = TXDESC_OFFSET; -+ -+ if (pattrib->encrypt == _TKIP_) { /* if (psecuritypriv->dot11PrivacyAlgrthm == _TKIP_PRIVACY_) */ -+ /* encode mic code */ -+ /* if (stainfo!= NULL) */ -+ { -+ u8 null_key[16] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; -+ -+ pframe = pxmitframe->buf_addr + hw_hdr_offset; -+ -+ if (bmcst) { -+ if (!memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)) { -+ /* DbgPrint("\nxmitframe_addmic:stainfo->dot11tkiptxmickey == 0\n"); */ -+ /* msleep(10); */ -+ return _FAIL; -+ } -+ /* start to calculate the mic code */ -+ rtw_secmicsetkey(&micdata, psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey); -+ } else { -+ if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) { -+ /* DbgPrint("\nxmitframe_addmic:stainfo->dot11tkiptxmickey == 0\n"); */ -+ /* msleep(10); */ -+ return _FAIL; -+ } -+ /* start to calculate the mic code */ -+ rtw_secmicsetkey(&micdata, &pattrib->dot11tkiptxmickey.skey[0]); -+ } -+ -+ if (pframe[1]&1) { /* ToDS == 1 */ -+ rtw_secmicappend(&micdata, &pframe[16], 6); /* DA */ -+ if (pframe[1]&2) /* From Ds == 1 */ -+ rtw_secmicappend(&micdata, &pframe[24], 6); -+ else -+ rtw_secmicappend(&micdata, &pframe[10], 6); -+ } else { /* ToDS == 0 */ -+ rtw_secmicappend(&micdata, &pframe[4], 6); /* DA */ -+ if (pframe[1]&2) /* From Ds == 1 */ -+ rtw_secmicappend(&micdata, &pframe[16], 6); -+ else -+ rtw_secmicappend(&micdata, &pframe[10], 6); -+ -+ } -+ -+ /* if (pqospriv->qos_option == 1) */ -+ if (pattrib->qos_en) -+ priority[0] = (u8)pxmitframe->attrib.priority; -+ -+ -+ rtw_secmicappend(&micdata, &priority[0], 4); -+ -+ payload = pframe; -+ -+ for (curfragnum = 0; curfragnum < pattrib->nr_frags; curfragnum++) { -+ payload = (u8 *)RND4((SIZE_PTR)(payload)); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("===curfragnum =%d, pframe = 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x,!!!\n", -+ curfragnum, *payload, *(payload+1), *(payload+2), *(payload+3), *(payload+4), *(payload+5), *(payload+6), *(payload+7))); -+ -+ payload = payload+pattrib->hdrlen+pattrib->iv_len; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("curfragnum =%d pattrib->hdrlen =%d pattrib->iv_len =%d", curfragnum, pattrib->hdrlen, pattrib->iv_len)); -+ if ((curfragnum+1) == pattrib->nr_frags) { -+ length = pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len-((pattrib->bswenc) ? pattrib->icv_len : 0); -+ rtw_secmicappend(&micdata, payload, length); -+ payload = payload+length; -+ } else{ -+ length = pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-((pattrib->bswenc) ? pattrib->icv_len : 0); -+ rtw_secmicappend(&micdata, payload, length); -+ payload = payload+length+pattrib->icv_len; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("curfragnum =%d length =%d pattrib->icv_len =%d", curfragnum, length, pattrib->icv_len)); -+ } -+ } -+ rtw_secgetmic(&micdata, &(mic[0])); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("xmitframe_addmic: before add mic code!!!\n")); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("xmitframe_addmic: pattrib->last_txcmdsz =%d!!!\n", pattrib->last_txcmdsz)); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("xmitframe_addmic: mic[0]= 0x%.2x , mic[1]= 0x%.2x , mic[2]= 0x%.2x , mic[3]= 0x%.2x\n\ -+ mic[4]= 0x%.2x , mic[5]= 0x%.2x , mic[6]= 0x%.2x , mic[7]= 0x%.2x !!!!\n", -+ mic[0], mic[1], mic[2], mic[3], mic[4], mic[5], mic[6], mic[7])); -+ /* add mic code and add the mic code length in last_txcmdsz */ -+ -+ memcpy(payload, &(mic[0]), 8); -+ pattrib->last_txcmdsz += 8; -+ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("\n ========last pkt ========\n")); -+ payload = payload-pattrib->last_txcmdsz+8; -+ for (curfragnum = 0; curfragnum < pattrib->last_txcmdsz; curfragnum = curfragnum+8) -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, (" %.2x, %.2x, %.2x, %.2x, %.2x, %.2x, %.2x, %.2x ", -+ *(payload+curfragnum), *(payload+curfragnum+1), *(payload+curfragnum+2), *(payload+curfragnum+3), -+ *(payload+curfragnum+4), *(payload+curfragnum+5), *(payload+curfragnum+6), *(payload+curfragnum+7))); -+ } -+/* -+ else { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("xmitframe_addmic: rtw_get_stainfo == NULL!!!\n")); -+ } -+*/ -+ } -+ return _SUCCESS; -+} -+ -+static s32 xmitframe_swencrypt(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ /* struct security_priv *psecuritypriv =&padapter->securitypriv; */ -+ -+ /* if ((psecuritypriv->sw_encrypt)||(pattrib->bswenc)) */ -+ if (pattrib->bswenc) { -+ /* DBG_871X("start xmitframe_swencrypt\n"); */ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_alert_, ("### xmitframe_swencrypt\n")); -+ switch (pattrib->encrypt) { -+ case _WEP40_: -+ case _WEP104_: -+ rtw_wep_encrypt(padapter, (u8 *)pxmitframe); -+ break; -+ case _TKIP_: -+ rtw_tkip_encrypt(padapter, (u8 *)pxmitframe); -+ break; -+ case _AES_: -+ rtw_aes_encrypt(padapter, (u8 *)pxmitframe); -+ break; -+ default: -+ break; -+ } -+ -+ } else -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_notice_, ("### xmitframe_hwencrypt\n")); -+ -+ return _SUCCESS; -+} -+ -+s32 rtw_make_wlanhdr(struct adapter *padapter, u8 *hdr, struct pkt_attrib *pattrib) -+{ -+ u16 *qc; -+ -+ struct ieee80211_hdr *pwlanhdr = (struct ieee80211_hdr *)hdr; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv = &pmlmepriv->qospriv; -+ u8 qos_option = false; -+ sint res = _SUCCESS; -+ __le16 *fctrl = &pwlanhdr->frame_control; -+ -+ memset(hdr, 0, WLANHDR_OFFSET); -+ -+ SetFrameSubType(fctrl, pattrib->subtype); -+ -+ if (pattrib->subtype & WIFI_DATA_TYPE) { -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true)) { -+ /* to_ds = 1, fr_ds = 0; */ -+ -+ { -+ /* 1.Data transfer to AP */ -+ /* 2.Arp pkt will relayed by AP */ -+ SetToDs(fctrl); -+ memcpy(pwlanhdr->addr1, get_bssid(pmlmepriv), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, pattrib->src, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, pattrib->dst, ETH_ALEN); -+ } -+ -+ if (pqospriv->qos_option) -+ qos_option = true; -+ -+ } else if ((check_fwstate(pmlmepriv, WIFI_AP_STATE) == true)) { -+ /* to_ds = 0, fr_ds = 1; */ -+ SetFrDs(fctrl); -+ memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, get_bssid(pmlmepriv), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, pattrib->src, ETH_ALEN); -+ -+ if (pattrib->qos_en) -+ qos_option = true; -+ } else if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true)) { -+ memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, pattrib->src, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_bssid(pmlmepriv), ETH_ALEN); -+ -+ if (pattrib->qos_en) -+ qos_option = true; -+ } else { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("fw_state:%x is not allowed to xmit frame\n", get_fwstate(pmlmepriv))); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if (pattrib->mdata) -+ SetMData(fctrl); -+ -+ if (pattrib->encrypt) -+ SetPrivacy(fctrl); -+ -+ if (qos_option) { -+ qc = (unsigned short *)(hdr + pattrib->hdrlen - 2); -+ -+ if (pattrib->priority) -+ SetPriority(qc, pattrib->priority); -+ -+ SetEOSP(qc, pattrib->eosp); -+ -+ SetAckpolicy(qc, pattrib->ack_policy); -+ } -+ -+ /* TODO: fill HT Control Field */ -+ -+ /* Update Seq Num will be handled by f/w */ -+ { -+ struct sta_info *psta; -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if (pattrib->psta != psta) { -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return _FAIL; -+ } -+ -+ if (psta == NULL) { -+ DBG_871X("%s, psta ==NUL\n", __func__); -+ return _FAIL; -+ } -+ -+ if (!(psta->state & _FW_LINKED)) { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FAIL; -+ } -+ -+ -+ if (psta) { -+ psta->sta_xmitpriv.txseq_tid[pattrib->priority]++; -+ psta->sta_xmitpriv.txseq_tid[pattrib->priority] &= 0xFFF; -+ pattrib->seqnum = psta->sta_xmitpriv.txseq_tid[pattrib->priority]; -+ -+ SetSeqNum(hdr, pattrib->seqnum); -+ -+ /* check if enable ampdu */ -+ if (pattrib->ht_en && psta->htpriv.ampdu_enable) -+ if (psta->htpriv.agg_enable_bitmap & BIT(pattrib->priority)) -+ pattrib->ampdu_en = true; -+ -+ -+ /* re-check if enable ampdu by BA_starting_seqctrl */ -+ if (pattrib->ampdu_en == true) { -+ u16 tx_seq; -+ -+ tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; -+ -+ /* check BA_starting_seqctrl */ -+ if (SN_LESS(pattrib->seqnum, tx_seq)) { -+ /* DBG_871X("tx ampdu seqnum(%d) < tx_seq(%d)\n", pattrib->seqnum, tx_seq); */ -+ pattrib->ampdu_en = false;/* AGG BK */ -+ } else if (SN_EQUAL(pattrib->seqnum, tx_seq)) { -+ psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; -+ -+ pattrib->ampdu_en = true;/* AGG EN */ -+ } else{ -+ /* DBG_871X("tx ampdu over run\n"); */ -+ psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (pattrib->seqnum+1)&0xfff; -+ pattrib->ampdu_en = true;/* AGG EN */ -+ } -+ -+ } -+ } -+ } -+ -+ } else{ -+ -+ } -+ -+exit: -+ return res; -+} -+ -+s32 rtw_txframes_pending(struct adapter *padapter) -+{ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ return ((!list_empty(&pxmitpriv->be_pending.queue)) || -+ (!list_empty(&pxmitpriv->bk_pending.queue)) || -+ (!list_empty(&pxmitpriv->vi_pending.queue)) || -+ (!list_empty(&pxmitpriv->vo_pending.queue))); -+} -+ -+/* -+ * Calculate wlan 802.11 packet MAX size from pkt_attrib -+ * This function doesn't consider fragment case -+ */ -+u32 rtw_calculate_wlan_pkt_size_by_attribue(struct pkt_attrib *pattrib) -+{ -+ u32 len = 0; -+ -+ len = pattrib->hdrlen + pattrib->iv_len; /* WLAN Header and IV */ -+ len += SNAP_SIZE + sizeof(u16); /* LLC */ -+ len += pattrib->pktlen; -+ if (pattrib->encrypt == _TKIP_) -+ len += 8; /* MIC */ -+ len += ((pattrib->bswenc) ? pattrib->icv_len : 0); /* ICV */ -+ -+ return len; -+} -+ -+/* -+ -+This sub-routine will perform all the following: -+ -+1. remove 802.3 header. -+2. create wlan_header, based on the info in pxmitframe -+3. append sta's iv/ext-iv -+4. append LLC -+5. move frag chunk from pframe to pxmitframe->mem -+6. apply sw-encrypt, if necessary. -+ -+*/ -+s32 rtw_xmitframe_coalesce(struct adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe) -+{ -+ struct pkt_file pktfile; -+ -+ s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; -+ -+ SIZE_PTR addr; -+ -+ u8 *pframe, *mem_start; -+ u8 hw_hdr_offset; -+ -+ /* struct sta_info *psta; */ -+ /* struct sta_priv *pstapriv = &padapter->stapriv; */ -+ /* struct mlme_priv *pmlmepriv = &padapter->mlmepriv; */ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+ u8 *pbuf_start; -+ -+ s32 bmcst = IS_MCAST(pattrib->ra); -+ s32 res = _SUCCESS; -+ -+/* -+ if (pattrib->psta) -+ { -+ psta = pattrib->psta; -+ } else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ } -+ -+ if (psta == NULL) -+ { -+ -+ DBG_871X("%s, psta ==NUL\n", __func__); -+ return _FAIL; -+ } -+ -+ -+ if (!(psta->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FAIL; -+ } -+*/ -+ if (pxmitframe->buf_addr == NULL) { -+ DBG_8192C("==> %s buf_addr == NULL\n", __func__); -+ return _FAIL; -+ } -+ -+ pbuf_start = pxmitframe->buf_addr; -+ -+ hw_hdr_offset = TXDESC_OFFSET; -+ mem_start = pbuf_start + hw_hdr_offset; -+ -+ if (rtw_make_wlanhdr(padapter, mem_start, pattrib) == _FAIL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("rtw_xmitframe_coalesce: rtw_make_wlanhdr fail; drop pkt\n")); -+ DBG_8192C("rtw_xmitframe_coalesce: rtw_make_wlanhdr fail; drop pkt\n"); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ _rtw_open_pktfile(pkt, &pktfile); -+ _rtw_pktfile_read(&pktfile, NULL, pattrib->pkt_hdrlen); -+ -+ frg_inx = 0; -+ frg_len = pxmitpriv->frag_len - 4;/* 2346-4 = 2342 */ -+ -+ while (1) { -+ llc_sz = 0; -+ -+ mpdu_len = frg_len; -+ -+ pframe = mem_start; -+ -+ SetMFrag(mem_start); -+ -+ pframe += pattrib->hdrlen; -+ mpdu_len -= pattrib->hdrlen; -+ -+ /* adding icv, if necessary... */ -+ if (pattrib->iv_len) { -+ memcpy(pframe, pattrib->iv, pattrib->iv_len); -+ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_notice_, -+ ("rtw_xmitframe_coalesce: keyid =%d pattrib->iv[3]=%.2x pframe =%.2x %.2x %.2x %.2x\n", -+ padapter->securitypriv.dot11PrivacyKeyIndex, pattrib->iv[3], *pframe, *(pframe+1), *(pframe+2), *(pframe+3))); -+ -+ pframe += pattrib->iv_len; -+ -+ mpdu_len -= pattrib->iv_len; -+ } -+ -+ if (frg_inx == 0) { -+ llc_sz = rtw_put_snap(pframe, pattrib->ether_type); -+ pframe += llc_sz; -+ mpdu_len -= llc_sz; -+ } -+ -+ if ((pattrib->icv_len > 0) && (pattrib->bswenc)) { -+ mpdu_len -= pattrib->icv_len; -+ } -+ -+ -+ if (bmcst) { -+ /* don't do fragment to broadcat/multicast packets */ -+ mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); -+ } else { -+ mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); -+ } -+ -+ pframe += mem_sz; -+ -+ if ((pattrib->icv_len > 0) && (pattrib->bswenc)) { -+ memcpy(pframe, pattrib->icv, pattrib->icv_len); -+ pframe += pattrib->icv_len; -+ } -+ -+ frg_inx++; -+ -+ if (bmcst || (rtw_endofpktfile(&pktfile) == true)) { -+ pattrib->nr_frags = frg_inx; -+ -+ pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz:0) + -+ ((pattrib->bswenc) ? pattrib->icv_len : 0) + mem_sz; -+ -+ ClearMFrag(mem_start); -+ -+ break; -+ } else -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("%s: There're still something in packet!\n", __func__)); -+ -+ addr = (SIZE_PTR)(pframe); -+ -+ mem_start = (unsigned char *)RND4(addr) + hw_hdr_offset; -+ memcpy(mem_start, pbuf_start + hw_hdr_offset, pattrib->hdrlen); -+ -+ } -+ -+ if (xmitframe_addmic(padapter, pxmitframe) == _FAIL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("xmitframe_addmic(padapter, pxmitframe) == _FAIL\n")); -+ DBG_8192C("xmitframe_addmic(padapter, pxmitframe) == _FAIL\n"); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ xmitframe_swencrypt(padapter, pxmitframe); -+ -+ if (bmcst == false) -+ update_attrib_vcs_info(padapter, pxmitframe); -+ else -+ pattrib->vcs_mode = NONE_VCS; -+ -+exit: -+ return res; -+} -+ -+/* broadcast or multicast management pkt use BIP, unicast management pkt use CCMP encryption */ -+s32 rtw_mgmt_xmitframe_coalesce(struct adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe) -+{ -+ u8 *pframe, *mem_start = NULL, *tmp_buf = NULL; -+ u8 subtype; -+ struct sta_info *psta = NULL; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ s32 bmcst = IS_MCAST(pattrib->ra); -+ u8 *BIP_AAD = NULL; -+ u8 *MGMT_body = NULL; -+ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ieee80211_hdr *pwlanhdr; -+ u8 MME[_MME_IE_LENGTH_]; -+ u32 ori_len; -+ mem_start = pframe = (u8 *)(pxmitframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ ori_len = BIP_AAD_SIZE+pattrib->pktlen; -+ tmp_buf = BIP_AAD = rtw_zmalloc(ori_len); -+ subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ -+ -+ if (BIP_AAD == NULL) -+ return _FAIL; -+ -+ spin_lock_bh(&padapter->security_key_mutex); -+ -+ /* only support station mode */ -+ if (!check_fwstate(pmlmepriv, WIFI_STATION_STATE) || !check_fwstate(pmlmepriv, _FW_LINKED)) -+ goto xmitframe_coalesce_success; -+ -+ /* IGTK key is not install, it may not support 802.11w */ -+ if (padapter->securitypriv.binstallBIPkey != true) { -+ DBG_871X("no instll BIP key\n"); -+ goto xmitframe_coalesce_success; -+ } -+ /* station mode doesn't need TX BIP, just ready the code */ -+ if (bmcst) { -+ int frame_body_len; -+ u8 mic[16]; -+ -+ memset(MME, 0, 18); -+ -+ /* other types doesn't need the BIP */ -+ if (GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) -+ goto xmitframe_coalesce_fail; -+ -+ MGMT_body = pframe + sizeof(struct ieee80211_hdr_3addr); -+ pframe += pattrib->pktlen; -+ -+ /* octent 0 and 1 is key index , BIP keyid is 4 or 5, LSB only need octent 0 */ -+ MME[0] = padapter->securitypriv.dot11wBIPKeyid; -+ /* copy packet number */ -+ memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); -+ /* increase the packet number */ -+ pmlmeext->mgnt_80211w_IPN++; -+ -+ /* add MME IE with MIC all zero, MME string doesn't include element id and length */ -+ pframe = rtw_set_ie(pframe, _MME_IE_, 16, MME, &(pattrib->pktlen)); -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ /* total frame length - header length */ -+ frame_body_len = pattrib->pktlen - sizeof(struct ieee80211_hdr_3addr); -+ -+ /* conscruct AAD, copy frame control field */ -+ memcpy(BIP_AAD, &pwlanhdr->frame_control, 2); -+ ClearRetry(BIP_AAD); -+ ClearPwrMgt(BIP_AAD); -+ ClearMData(BIP_AAD); -+ /* conscruct AAD, copy address 1 to address 3 */ -+ memcpy(BIP_AAD+2, pwlanhdr->addr1, 18); -+ /* copy management fram body */ -+ memcpy(BIP_AAD+BIP_AAD_SIZE, MGMT_body, frame_body_len); -+ /* calculate mic */ -+ if (omac1_aes_128(padapter->securitypriv.dot11wBIPKey[padapter->securitypriv.dot11wBIPKeyid].skey -+ , BIP_AAD, BIP_AAD_SIZE+frame_body_len, mic)) -+ goto xmitframe_coalesce_fail; -+ -+ /* copy right BIP mic value, total is 128bits, we use the 0~63 bits */ -+ memcpy(pframe-8, mic, 8); -+ } else { /* unicast mgmt frame TX */ -+ /* start to encrypt mgmt frame */ -+ if (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || -+ subtype == WIFI_REASSOCREQ || subtype == WIFI_ACTION) { -+ if (pattrib->psta) -+ psta = pattrib->psta; -+ else -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ -+ if (psta == NULL) { -+ -+ DBG_871X("%s, psta ==NUL\n", __func__); -+ goto xmitframe_coalesce_fail; -+ } -+ -+ if (!(psta->state & _FW_LINKED) || pxmitframe->buf_addr == NULL) { -+ DBG_871X("%s, not _FW_LINKED or addr null\n", __func__); -+ goto xmitframe_coalesce_fail; -+ } -+ -+ /* DBG_871X("%s, action frame category =%d\n", __func__, pframe[WLAN_HDR_A3_LEN]); */ -+ /* according 802.11-2012 standard, these five types are not robust types */ -+ if (subtype == WIFI_ACTION && -+ (pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_PUBLIC || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_HT || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_UNPROTECTED_WNM || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_SELF_PROTECTED || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_P2P)) -+ goto xmitframe_coalesce_fail; -+ /* before encrypt dump the management packet content */ -+ if (pattrib->encrypt > 0) -+ memcpy(pattrib->dot118021x_UncstKey.skey, psta->dot118021x_UncstKey.skey, 16); -+ /* bakeup original management packet */ -+ memcpy(tmp_buf, pframe, pattrib->pktlen); -+ /* move to data portion */ -+ pframe += pattrib->hdrlen; -+ -+ /* 802.11w unicast management packet must be _AES_ */ -+ pattrib->iv_len = 8; -+ /* it's MIC of AES */ -+ pattrib->icv_len = 8; -+ -+ switch (pattrib->encrypt) { -+ case _AES_: -+ /* set AES IV header */ -+ AES_IV(pattrib->iv, psta->dot11wtxpn, 0); -+ break; -+ default: -+ goto xmitframe_coalesce_fail; -+ } -+ /* insert iv header into management frame */ -+ memcpy(pframe, pattrib->iv, pattrib->iv_len); -+ pframe += pattrib->iv_len; -+ /* copy mgmt data portion after CCMP header */ -+ memcpy(pframe, tmp_buf+pattrib->hdrlen, pattrib->pktlen-pattrib->hdrlen); -+ /* move pframe to end of mgmt pkt */ -+ pframe += pattrib->pktlen-pattrib->hdrlen; -+ /* add 8 bytes CCMP IV header to length */ -+ pattrib->pktlen += pattrib->iv_len; -+ if ((pattrib->icv_len > 0) && (pattrib->bswenc)) { -+ memcpy(pframe, pattrib->icv, pattrib->icv_len); -+ pframe += pattrib->icv_len; -+ } -+ /* add 8 bytes MIC */ -+ pattrib->pktlen += pattrib->icv_len; -+ /* set final tx command size */ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ /* set protected bit must be beofre SW encrypt */ -+ SetPrivacy(mem_start); -+ /* software encrypt */ -+ xmitframe_swencrypt(padapter, pxmitframe); -+ } -+ } -+ -+xmitframe_coalesce_success: -+ spin_unlock_bh(&padapter->security_key_mutex); -+ kfree(BIP_AAD); -+ return _SUCCESS; -+ -+xmitframe_coalesce_fail: -+ spin_unlock_bh(&padapter->security_key_mutex); -+ kfree(BIP_AAD); -+ return _FAIL; -+} -+ -+/* Logical Link Control(LLC) SubNetwork Attachment Point(SNAP) header -+ * IEEE LLC/SNAP header contains 8 octets -+ * First 3 octets comprise the LLC portion -+ * SNAP portion, 5 octets, is divided into two fields: -+ *Organizationally Unique Identifier(OUI), 3 octets, -+ *type, defined by that organization, 2 octets. -+ */ -+s32 rtw_put_snap(u8 *data, u16 h_proto) -+{ -+ struct ieee80211_snap_hdr *snap; -+ u8 *oui; -+ -+ snap = (struct ieee80211_snap_hdr *)data; -+ snap->dsap = 0xaa; -+ snap->ssap = 0xaa; -+ snap->ctrl = 0x03; -+ -+ if (h_proto == 0x8137 || h_proto == 0x80f3) -+ oui = P802_1H_OUI; -+ else -+ oui = RFC1042_OUI; -+ -+ snap->oui[0] = oui[0]; -+ snap->oui[1] = oui[1]; -+ snap->oui[2] = oui[2]; -+ -+ *(__be16 *)(data + SNAP_SIZE) = htons(h_proto); -+ -+ return SNAP_SIZE + sizeof(u16); -+} -+ -+void rtw_update_protection(struct adapter *padapter, u8 *ie, uint ie_len) -+{ -+ -+ uint protection; -+ u8 *perp; -+ sint erp_len; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ -+ switch (pxmitpriv->vcs_setting) { -+ case DISABLE_VCS: -+ pxmitpriv->vcs = NONE_VCS; -+ break; -+ -+ case ENABLE_VCS: -+ break; -+ -+ case AUTO_VCS: -+ default: -+ perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); -+ if (perp == NULL) -+ pxmitpriv->vcs = NONE_VCS; -+ else{ -+ protection = (*(perp + 2)) & BIT(1); -+ if (protection) { -+ if (pregistrypriv->vcs_type == RTS_CTS) -+ pxmitpriv->vcs = RTS_CTS; -+ else -+ pxmitpriv->vcs = CTS_TO_SELF; -+ } else -+ pxmitpriv->vcs = NONE_VCS; -+ } -+ -+ break; -+ -+ } -+} -+ -+void rtw_count_tx_stats(struct adapter *padapter, struct xmit_frame *pxmitframe, int sz) -+{ -+ struct sta_info *psta = NULL; -+ struct stainfo_stats *pstats = NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 pkt_num = 1; -+ -+ if ((pxmitframe->frame_tag&0x0f) == DATA_FRAMETAG) { -+ pkt_num = pxmitframe->agg_num; -+ -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod += pkt_num; -+ -+ pxmitpriv->tx_pkts += pkt_num; -+ -+ pxmitpriv->tx_bytes += sz; -+ -+ psta = pxmitframe->attrib.psta; -+ if (psta) { -+ pstats = &psta->sta_stats; -+ -+ pstats->tx_pkts += pkt_num; -+ -+ pstats->tx_bytes += sz; -+ } -+ } -+} -+ -+static struct xmit_buf *__rtw_alloc_cmd_xmitbuf(struct xmit_priv *pxmitpriv, -+ enum cmdbuf_type buf_type) -+{ -+ struct xmit_buf *pxmitbuf = NULL; -+ -+ pxmitbuf = &pxmitpriv->pcmd_xmitbuf[buf_type]; -+ if (pxmitbuf != NULL) { -+ pxmitbuf->priv_data = NULL; -+ -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ pxmitbuf->agg_num = 0; -+ pxmitbuf->pg_num = 0; -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); -+ } -+ } else -+ DBG_871X("%s fail, no xmitbuf available !!!\n", __func__); -+ -+ return pxmitbuf; -+} -+ -+struct xmit_frame *__rtw_alloc_cmdxmitframe(struct xmit_priv *pxmitpriv, -+ enum cmdbuf_type buf_type) -+{ -+ struct xmit_frame *pcmdframe; -+ struct xmit_buf *pxmitbuf; -+ -+ pcmdframe = rtw_alloc_xmitframe(pxmitpriv); -+ if (pcmdframe == NULL) { -+ DBG_871X("%s, alloc xmitframe fail\n", __func__); -+ return NULL; -+ } -+ -+ pxmitbuf = __rtw_alloc_cmd_xmitbuf(pxmitpriv, buf_type); -+ if (pxmitbuf == NULL) { -+ DBG_871X("%s, alloc xmitbuf fail\n", __func__); -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+ return NULL; -+ } -+ -+ pcmdframe->frame_tag = MGNT_FRAMETAG; -+ -+ pcmdframe->pxmitbuf = pxmitbuf; -+ -+ pcmdframe->buf_addr = pxmitbuf->pbuf; -+ -+ pxmitbuf->priv_data = pcmdframe; -+ -+ return pcmdframe; -+ -+} -+ -+struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv) -+{ -+ _irqL irqL; -+ struct xmit_buf *pxmitbuf = NULL; -+ struct list_head *plist, *phead; -+ struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; -+ -+ spin_lock_irqsave(&pfree_queue->lock, irqL); -+ -+ if (list_empty(&pfree_queue->queue)) { -+ pxmitbuf = NULL; -+ } else { -+ -+ phead = get_list_head(pfree_queue); -+ -+ plist = get_next(phead); -+ -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ -+ list_del_init(&(pxmitbuf->list)); -+ } -+ -+ if (pxmitbuf != NULL) { -+ pxmitpriv->free_xmit_extbuf_cnt--; -+ #ifdef DBG_XMIT_BUF_EXT -+ DBG_871X("DBG_XMIT_BUF_EXT ALLOC no =%d, free_xmit_extbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmit_extbuf_cnt); -+ #endif -+ -+ -+ pxmitbuf->priv_data = NULL; -+ -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ pxmitbuf->agg_num = 1; -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); -+ } -+ -+ } -+ -+ spin_unlock_irqrestore(&pfree_queue->lock, irqL); -+ -+ return pxmitbuf; -+} -+ -+s32 rtw_free_xmitbuf_ext(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) -+{ -+ _irqL irqL; -+ struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; -+ -+ if (pxmitbuf == NULL) -+ return _FAIL; -+ -+ spin_lock_irqsave(&pfree_queue->lock, irqL); -+ -+ list_del_init(&pxmitbuf->list); -+ -+ list_add_tail(&(pxmitbuf->list), get_list_head(pfree_queue)); -+ pxmitpriv->free_xmit_extbuf_cnt++; -+ #ifdef DBG_XMIT_BUF_EXT -+ DBG_871X("DBG_XMIT_BUF_EXT FREE no =%d, free_xmit_extbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmit_extbuf_cnt); -+ #endif -+ -+ spin_unlock_irqrestore(&pfree_queue->lock, irqL); -+ -+ return _SUCCESS; -+} -+ -+struct xmit_buf *rtw_alloc_xmitbuf(struct xmit_priv *pxmitpriv) -+{ -+ _irqL irqL; -+ struct xmit_buf *pxmitbuf = NULL; -+ struct list_head *plist, *phead; -+ struct __queue *pfree_xmitbuf_queue = &pxmitpriv->free_xmitbuf_queue; -+ -+ /* DBG_871X("+rtw_alloc_xmitbuf\n"); */ -+ -+ spin_lock_irqsave(&pfree_xmitbuf_queue->lock, irqL); -+ -+ if (list_empty(&pfree_xmitbuf_queue->queue)) { -+ pxmitbuf = NULL; -+ } else { -+ -+ phead = get_list_head(pfree_xmitbuf_queue); -+ -+ plist = get_next(phead); -+ -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ -+ list_del_init(&(pxmitbuf->list)); -+ } -+ -+ if (pxmitbuf != NULL) { -+ pxmitpriv->free_xmitbuf_cnt--; -+ #ifdef DBG_XMIT_BUF -+ DBG_871X("DBG_XMIT_BUF ALLOC no =%d, free_xmitbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmitbuf_cnt); -+ #endif -+ /* DBG_871X("alloc, free_xmitbuf_cnt =%d\n", pxmitpriv->free_xmitbuf_cnt); */ -+ -+ pxmitbuf->priv_data = NULL; -+ -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ pxmitbuf->agg_num = 0; -+ pxmitbuf->pg_num = 0; -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); -+ } -+ } -+ #ifdef DBG_XMIT_BUF -+ else -+ DBG_871X("DBG_XMIT_BUF rtw_alloc_xmitbuf return NULL\n"); -+ #endif -+ -+ spin_unlock_irqrestore(&pfree_xmitbuf_queue->lock, irqL); -+ -+ return pxmitbuf; -+} -+ -+s32 rtw_free_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) -+{ -+ _irqL irqL; -+ struct __queue *pfree_xmitbuf_queue = &pxmitpriv->free_xmitbuf_queue; -+ -+ /* DBG_871X("+rtw_free_xmitbuf\n"); */ -+ -+ if (pxmitbuf == NULL) -+ return _FAIL; -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_FREE); -+ } -+ -+ if (pxmitbuf->buf_tag == XMITBUF_CMD) { -+ } else if (pxmitbuf->buf_tag == XMITBUF_MGNT) { -+ rtw_free_xmitbuf_ext(pxmitpriv, pxmitbuf); -+ } else{ -+ spin_lock_irqsave(&pfree_xmitbuf_queue->lock, irqL); -+ -+ list_del_init(&pxmitbuf->list); -+ -+ list_add_tail(&(pxmitbuf->list), get_list_head(pfree_xmitbuf_queue)); -+ -+ pxmitpriv->free_xmitbuf_cnt++; -+ /* DBG_871X("FREE, free_xmitbuf_cnt =%d\n", pxmitpriv->free_xmitbuf_cnt); */ -+ #ifdef DBG_XMIT_BUF -+ DBG_871X("DBG_XMIT_BUF FREE no =%d, free_xmitbuf_cnt =%d\n", pxmitbuf->no, pxmitpriv->free_xmitbuf_cnt); -+ #endif -+ spin_unlock_irqrestore(&pfree_xmitbuf_queue->lock, irqL); -+ } -+ return _SUCCESS; -+} -+ -+static void rtw_init_xmitframe(struct xmit_frame *pxframe) -+{ -+ if (pxframe != NULL) { /* default value setting */ -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ memset(&pxframe->attrib, 0, sizeof(struct pkt_attrib)); -+ /* pxframe->attrib.psta = NULL; */ -+ -+ pxframe->frame_tag = DATA_FRAMETAG; -+ -+ pxframe->pg_num = 1; -+ pxframe->agg_num = 1; -+ pxframe->ack_report = 0; -+ } -+} -+ -+/* -+Calling context: -+1. OS_TXENTRY -+2. RXENTRY (rx_thread or RX_ISR/RX_CallBack) -+ -+If we turn on USE_RXTHREAD, then, no need for critical section. -+Otherwise, we must use _enter/_exit critical to protect free_xmit_queue... -+ -+Must be very very cautious... -+ -+*/ -+struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv)/* _queue *pfree_xmit_queue) */ -+{ -+ /* -+ Please remember to use all the osdep_service api, -+ and lock/unlock or _enter/_exit critical to protect -+ pfree_xmit_queue -+ */ -+ -+ struct xmit_frame *pxframe = NULL; -+ struct list_head *plist, *phead; -+ struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; -+ -+ spin_lock_bh(&pfree_xmit_queue->lock); -+ -+ if (list_empty(&pfree_xmit_queue->queue)) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_alloc_xmitframe:%d\n", pxmitpriv->free_xmitframe_cnt)); -+ pxframe = NULL; -+ } else { -+ phead = get_list_head(pfree_xmit_queue); -+ -+ plist = get_next(phead); -+ -+ pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ list_del_init(&(pxframe->list)); -+ pxmitpriv->free_xmitframe_cnt--; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_alloc_xmitframe():free_xmitframe_cnt =%d\n", pxmitpriv->free_xmitframe_cnt)); -+ } -+ -+ spin_unlock_bh(&pfree_xmit_queue->lock); -+ -+ rtw_init_xmitframe(pxframe); -+ return pxframe; -+} -+ -+struct xmit_frame *rtw_alloc_xmitframe_ext(struct xmit_priv *pxmitpriv) -+{ -+ struct xmit_frame *pxframe = NULL; -+ struct list_head *plist, *phead; -+ struct __queue *queue = &pxmitpriv->free_xframe_ext_queue; -+ -+ spin_lock_bh(&queue->lock); -+ -+ if (list_empty(&queue->queue)) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_alloc_xmitframe_ext:%d\n", pxmitpriv->free_xframe_ext_cnt)); -+ pxframe = NULL; -+ } else { -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ list_del_init(&(pxframe->list)); -+ pxmitpriv->free_xframe_ext_cnt--; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_alloc_xmitframe_ext():free_xmitframe_cnt =%d\n", pxmitpriv->free_xframe_ext_cnt)); -+ } -+ -+ spin_unlock_bh(&queue->lock); -+ -+ rtw_init_xmitframe(pxframe); -+ -+ return pxframe; -+} -+ -+struct xmit_frame *rtw_alloc_xmitframe_once(struct xmit_priv *pxmitpriv) -+{ -+ struct xmit_frame *pxframe = NULL; -+ u8 *alloc_addr; -+ -+ alloc_addr = rtw_zmalloc(sizeof(struct xmit_frame) + 4); -+ -+ if (alloc_addr == NULL) -+ goto exit; -+ -+ pxframe = (struct xmit_frame *)N_BYTE_ALIGMENT((SIZE_PTR)(alloc_addr), 4); -+ pxframe->alloc_addr = alloc_addr; -+ -+ pxframe->padapter = pxmitpriv->adapter; -+ pxframe->frame_tag = NULL_FRAMETAG; -+ -+ pxframe->pkt = NULL; -+ -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ rtw_init_xmitframe(pxframe); -+ -+ DBG_871X("################## %s ##################\n", __func__); -+ -+exit: -+ return pxframe; -+} -+ -+s32 rtw_free_xmitframe(struct xmit_priv *pxmitpriv, struct xmit_frame *pxmitframe) -+{ -+ struct __queue *queue = NULL; -+ struct adapter *padapter = pxmitpriv->adapter; -+ _pkt *pndis_pkt = NULL; -+ -+ if (pxmitframe == NULL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("======rtw_free_xmitframe():pxmitframe == NULL!!!!!!!!!!\n")); -+ goto exit; -+ } -+ -+ if (pxmitframe->pkt) { -+ pndis_pkt = pxmitframe->pkt; -+ pxmitframe->pkt = NULL; -+ } -+ -+ if (pxmitframe->alloc_addr) { -+ DBG_871X("################## %s with alloc_addr ##################\n", __func__); -+ kfree(pxmitframe->alloc_addr); -+ goto check_pkt_complete; -+ } -+ -+ if (pxmitframe->ext_tag == 0) -+ queue = &pxmitpriv->free_xmit_queue; -+ else if (pxmitframe->ext_tag == 1) -+ queue = &pxmitpriv->free_xframe_ext_queue; -+ else { -+ -+ } -+ -+ spin_lock_bh(&queue->lock); -+ -+ list_del_init(&pxmitframe->list); -+ list_add_tail(&pxmitframe->list, get_list_head(queue)); -+ if (pxmitframe->ext_tag == 0) { -+ pxmitpriv->free_xmitframe_cnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_debug_, ("rtw_free_xmitframe():free_xmitframe_cnt =%d\n", pxmitpriv->free_xmitframe_cnt)); -+ } else if (pxmitframe->ext_tag == 1) { -+ pxmitpriv->free_xframe_ext_cnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_debug_, ("rtw_free_xmitframe():free_xframe_ext_cnt =%d\n", pxmitpriv->free_xframe_ext_cnt)); -+ } else { -+ } -+ -+ spin_unlock_bh(&queue->lock); -+ -+check_pkt_complete: -+ -+ if (pndis_pkt) -+ rtw_os_pkt_complete(padapter, pndis_pkt); -+ -+exit: -+ return _SUCCESS; -+} -+ -+void rtw_free_xmitframe_queue(struct xmit_priv *pxmitpriv, struct __queue *pframequeue) -+{ -+ struct list_head *plist, *phead; -+ struct xmit_frame *pxmitframe; -+ -+ spin_lock_bh(&(pframequeue->lock)); -+ -+ phead = get_list_head(pframequeue); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ -+ pxmitframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ plist = get_next(plist); -+ -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ } -+ spin_unlock_bh(&(pframequeue->lock)); -+} -+ -+s32 rtw_xmitframe_enqueue(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue); -+ if (rtw_xmit_classifier(padapter, pxmitframe) == _FAIL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, -+ ("rtw_xmitframe_enqueue: drop xmit pkt for classifier fail\n")); -+/* pxmitframe->pkt = NULL; */ -+ return _FAIL; -+ } -+ -+ return _SUCCESS; -+} -+ -+struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, sint up, u8 *ac) -+{ -+ struct tx_servq *ptxservq = NULL; -+ -+ switch (up) { -+ case 1: -+ case 2: -+ ptxservq = &(psta->sta_xmitpriv.bk_q); -+ *(ac) = 3; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_get_sta_pending : BK\n")); -+ break; -+ -+ case 4: -+ case 5: -+ ptxservq = &(psta->sta_xmitpriv.vi_q); -+ *(ac) = 1; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_get_sta_pending : VI\n")); -+ break; -+ -+ case 6: -+ case 7: -+ ptxservq = &(psta->sta_xmitpriv.vo_q); -+ *(ac) = 0; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_get_sta_pending : VO\n")); -+ break; -+ -+ case 0: -+ case 3: -+ default: -+ ptxservq = &(psta->sta_xmitpriv.be_q); -+ *(ac) = 2; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_get_sta_pending : BE\n")); -+ break; -+ -+ } -+ -+ return ptxservq; -+} -+ -+/* -+ * Will enqueue pxmitframe to the proper queue, -+ * and indicate it to xx_pending list..... -+ */ -+s32 rtw_xmit_classifier(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ /* _irqL irqL0; */ -+ u8 ac_index; -+ struct sta_info *psta; -+ struct tx_servq *ptxservq; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; -+ sint res = _SUCCESS; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class); -+ -+/* -+ if (pattrib->psta) { -+ psta = pattrib->psta; -+ } else { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta = rtw_get_stainfo(pstapriv, pattrib->ra); -+ } -+*/ -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if (pattrib->psta != psta) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class_err_sta); -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return _FAIL; -+ } -+ -+ if (psta == NULL) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class_err_nosta); -+ res = _FAIL; -+ DBG_8192C("rtw_xmit_classifier: psta == NULL\n"); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("rtw_xmit_classifier: psta == NULL\n")); -+ goto exit; -+ } -+ -+ if (!(psta->state & _FW_LINKED)) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class_err_fwlink); -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FAIL; -+ } -+ -+ ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); -+ -+ /* spin_lock_irqsave(&pstapending->lock, irqL0); */ -+ -+ if (list_empty(&ptxservq->tx_pending)) { -+ list_add_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); -+ } -+ -+ /* spin_lock_irqsave(&ptxservq->sta_pending.lock, irqL1); */ -+ -+ list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); -+ ptxservq->qcnt++; -+ phwxmits[ac_index].accnt++; -+ -+ /* spin_unlock_irqrestore(&ptxservq->sta_pending.lock, irqL1); */ -+ -+ /* spin_unlock_irqrestore(&pstapending->lock, irqL0); */ -+ -+exit: -+ -+ return res; -+} -+ -+void rtw_alloc_hwxmits(struct adapter *padapter) -+{ -+ struct hw_xmit *hwxmits; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ pxmitpriv->hwxmit_entry = HWXMIT_ENTRY; -+ -+ pxmitpriv->hwxmits = NULL; -+ -+ pxmitpriv->hwxmits = (struct hw_xmit *)rtw_zmalloc(sizeof(struct hw_xmit) * pxmitpriv->hwxmit_entry); -+ -+ if (pxmitpriv->hwxmits == NULL) { -+ DBG_871X("alloc hwxmits fail!...\n"); -+ return; -+ } -+ -+ hwxmits = pxmitpriv->hwxmits; -+ -+ if (pxmitpriv->hwxmit_entry == 5) { -+ /* pxmitpriv->bmc_txqueue.head = 0; */ -+ /* hwxmits[0] .phwtxqueue = &pxmitpriv->bmc_txqueue; */ -+ hwxmits[0] .sta_queue = &pxmitpriv->bm_pending; -+ -+ /* pxmitpriv->vo_txqueue.head = 0; */ -+ /* hwxmits[1] .phwtxqueue = &pxmitpriv->vo_txqueue; */ -+ hwxmits[1] .sta_queue = &pxmitpriv->vo_pending; -+ -+ /* pxmitpriv->vi_txqueue.head = 0; */ -+ /* hwxmits[2] .phwtxqueue = &pxmitpriv->vi_txqueue; */ -+ hwxmits[2] .sta_queue = &pxmitpriv->vi_pending; -+ -+ /* pxmitpriv->bk_txqueue.head = 0; */ -+ /* hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; */ -+ hwxmits[3] .sta_queue = &pxmitpriv->bk_pending; -+ -+ /* pxmitpriv->be_txqueue.head = 0; */ -+ /* hwxmits[4] .phwtxqueue = &pxmitpriv->be_txqueue; */ -+ hwxmits[4] .sta_queue = &pxmitpriv->be_pending; -+ -+ } else if (pxmitpriv->hwxmit_entry == 4) { -+ -+ /* pxmitpriv->vo_txqueue.head = 0; */ -+ /* hwxmits[0] .phwtxqueue = &pxmitpriv->vo_txqueue; */ -+ hwxmits[0] .sta_queue = &pxmitpriv->vo_pending; -+ -+ /* pxmitpriv->vi_txqueue.head = 0; */ -+ /* hwxmits[1] .phwtxqueue = &pxmitpriv->vi_txqueue; */ -+ hwxmits[1] .sta_queue = &pxmitpriv->vi_pending; -+ -+ /* pxmitpriv->be_txqueue.head = 0; */ -+ /* hwxmits[2] .phwtxqueue = &pxmitpriv->be_txqueue; */ -+ hwxmits[2] .sta_queue = &pxmitpriv->be_pending; -+ -+ /* pxmitpriv->bk_txqueue.head = 0; */ -+ /* hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; */ -+ hwxmits[3] .sta_queue = &pxmitpriv->bk_pending; -+ } else { -+ -+ } -+ -+ -+} -+ -+void rtw_free_hwxmits(struct adapter *padapter) -+{ -+ struct hw_xmit *hwxmits; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ hwxmits = pxmitpriv->hwxmits; -+ if (hwxmits) -+ kfree((u8 *)hwxmits); -+} -+ -+void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry) -+{ -+ sint i; -+ -+ for (i = 0; i < entry; i++, phwxmit++) { -+ /* spin_lock_init(&phwxmit->xmit_lock); */ -+ /* INIT_LIST_HEAD(&phwxmit->pending); */ -+ /* phwxmit->txcmdcnt = 0; */ -+ phwxmit->accnt = 0; -+ } -+} -+ -+u32 rtw_get_ff_hwaddr(struct xmit_frame *pxmitframe) -+{ -+ u32 addr; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+ switch (pattrib->qsel) { -+ case 0: -+ case 3: -+ addr = BE_QUEUE_INX; -+ break; -+ case 1: -+ case 2: -+ addr = BK_QUEUE_INX; -+ break; -+ case 4: -+ case 5: -+ addr = VI_QUEUE_INX; -+ break; -+ case 6: -+ case 7: -+ addr = VO_QUEUE_INX; -+ break; -+ case 0x10: -+ addr = BCN_QUEUE_INX; -+ break; -+ case 0x11:/* BC/MC in PS (HIQ) */ -+ addr = HIGH_QUEUE_INX; -+ break; -+ case 0x12: -+ default: -+ addr = MGT_QUEUE_INX; -+ break; -+ -+ } -+ -+ return addr; -+ -+} -+ -+static void do_queue_select(struct adapter *padapter, struct pkt_attrib *pattrib) -+{ -+ u8 qsel; -+ -+ qsel = pattrib->priority; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("### do_queue_select priority =%d , qsel = %d\n", pattrib->priority, qsel)); -+ -+ pattrib->qsel = qsel; -+} -+ -+/* -+ * The main transmit(tx) entry -+ * -+ * Return -+ *1 enqueue -+ *0 success, hardware will handle this xmit frame(packet) -+ *<0 fail -+ */ -+s32 rtw_xmit(struct adapter *padapter, _pkt **ppkt) -+{ -+ static unsigned long start = 0; -+ static u32 drop_cnt = 0; -+ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct xmit_frame *pxmitframe = NULL; -+ -+ s32 res; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx); -+ -+ if (start == 0) -+ start = jiffies; -+ -+ pxmitframe = rtw_alloc_xmitframe(pxmitpriv); -+ -+ if (jiffies_to_msecs(jiffies - start) > 2000) { -+ if (drop_cnt) -+ DBG_871X("DBG_TX_DROP_FRAME %s no more pxmitframe, drop_cnt:%u\n", __func__, drop_cnt); -+ start = jiffies; -+ drop_cnt = 0; -+ } -+ -+ if (pxmitframe == NULL) { -+ drop_cnt++; -+ RT_TRACE(_module_xmit_osdep_c_, _drv_err_, ("rtw_xmit: no more pxmitframe\n")); -+ DBG_COUNTER(padapter->tx_logs.core_tx_err_pxmitframe); -+ return -1; -+ } -+ -+ res = update_attrib(padapter, *ppkt, &pxmitframe->attrib); -+ -+ if (res == _FAIL) { -+ RT_TRACE(_module_xmit_osdep_c_, _drv_err_, ("rtw_xmit: update attrib fail\n")); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s update attrib fail\n", __func__); -+ #endif -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ return -1; -+ } -+ pxmitframe->pkt = *ppkt; -+ -+ do_queue_select(padapter, &pxmitframe->attrib); -+ -+ spin_lock_bh(&pxmitpriv->lock); -+ if (xmitframe_enqueue_for_sleeping_sta(padapter, pxmitframe) == true) { -+ spin_unlock_bh(&pxmitpriv->lock); -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue); -+ return 1; -+ } -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ /* pre_xmitframe */ -+ if (rtw_hal_xmit(padapter, pxmitframe) == false) -+ return 1; -+ -+ return 0; -+} -+ -+#define RTW_HIQ_FILTER_ALLOW_ALL 0 -+#define RTW_HIQ_FILTER_ALLOW_SPECIAL 1 -+#define RTW_HIQ_FILTER_DENY_ALL 2 -+ -+inline bool xmitframe_hiq_filter(struct xmit_frame *xmitframe) -+{ -+ bool allow = false; -+ struct adapter *adapter = xmitframe->padapter; -+ struct registry_priv *registry = &adapter->registrypriv; -+ -+ if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_SPECIAL) { -+ -+ struct pkt_attrib *attrib = &xmitframe->attrib; -+ -+ if (attrib->ether_type == 0x0806 -+ || attrib->ether_type == 0x888e -+ || attrib->dhcp_pkt -+ ) { -+ DBG_871X(FUNC_ADPT_FMT" ether_type:0x%04x%s\n", FUNC_ADPT_ARG(xmitframe->padapter) -+ , attrib->ether_type, attrib->dhcp_pkt?" DHCP":""); -+ allow = true; -+ } -+ } else if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_ALL) -+ allow = true; -+ else if (registry->hiq_filter == RTW_HIQ_FILTER_DENY_ALL) { -+ } else -+ rtw_warn_on(1); -+ -+ return allow; -+} -+ -+sint xmitframe_enqueue_for_sleeping_sta(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ sint ret = false; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ sint bmcst = IS_MCAST(pattrib->ra); -+ bool update_tim = false; -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == false) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_fwstate); -+ return ret; -+ } -+/* -+ if (pattrib->psta) -+ { -+ psta = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta =rtw_get_stainfo(pstapriv, pattrib->ra); -+ } -+*/ -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if (pattrib->psta != psta) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_sta); -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return false; -+ } -+ -+ if (psta == NULL) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_nosta); -+ DBG_871X("%s, psta ==NUL\n", __func__); -+ return false; -+ } -+ -+ if (!(psta->state & _FW_LINKED)) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_link); -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return false; -+ } -+ -+ if (pattrib->triggered == 1) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_trigger); -+ /* DBG_871X("directly xmit pspoll_triggered packet\n"); */ -+ -+ /* pattrib->triggered = 0; */ -+ if (bmcst && xmitframe_hiq_filter(pxmitframe) == true) -+ pattrib->qsel = 0x11;/* HIQ */ -+ -+ return ret; -+ } -+ -+ -+ if (bmcst) { -+ spin_lock_bh(&psta->sleep_q.lock); -+ -+ if (pstapriv->sta_dz_bitmap) { /* if anyone sta is in ps mode */ -+ /* pattrib->qsel = 0x11;HIQ */ -+ -+ list_del_init(&pxmitframe->list); -+ -+ /* spin_lock_bh(&psta->sleep_q.lock); */ -+ -+ list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); -+ -+ psta->sleepq_len++; -+ -+ if (!(pstapriv->tim_bitmap & BIT(0))) -+ update_tim = true; -+ -+ pstapriv->tim_bitmap |= BIT(0);/* */ -+ pstapriv->sta_dz_bitmap |= BIT(0); -+ -+ /* DBG_871X("enqueue, sq_len =%d, tim =%x\n", psta->sleepq_len, pstapriv->tim_bitmap); */ -+ -+ if (update_tim == true) { -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ } else { -+ chk_bmc_sleepq_cmd(padapter); -+ } -+ -+ /* spin_unlock_bh(&psta->sleep_q.lock); */ -+ -+ ret = true; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_mcast); -+ -+ } -+ -+ spin_unlock_bh(&psta->sleep_q.lock); -+ -+ return ret; -+ -+ } -+ -+ -+ spin_lock_bh(&psta->sleep_q.lock); -+ -+ if (psta->state&WIFI_SLEEP_STATE) { -+ u8 wmmps_ac = 0; -+ -+ if (pstapriv->sta_dz_bitmap & BIT(psta->aid)) { -+ list_del_init(&pxmitframe->list); -+ -+ /* spin_lock_bh(&psta->sleep_q.lock); */ -+ -+ list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); -+ -+ psta->sleepq_len++; -+ -+ switch (pattrib->priority) { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(0); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(0); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(0); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(0); -+ break; -+ } -+ -+ if (wmmps_ac) -+ psta->sleepq_ac_len++; -+ -+ if (((psta->has_legacy_ac) && (!wmmps_ac)) || ((!psta->has_legacy_ac) && (wmmps_ac))) { -+ if (!(pstapriv->tim_bitmap & BIT(psta->aid))) -+ update_tim = true; -+ -+ pstapriv->tim_bitmap |= BIT(psta->aid); -+ -+ /* DBG_871X("enqueue, sq_len =%d, tim =%x\n", psta->sleepq_len, pstapriv->tim_bitmap); */ -+ -+ if (update_tim == true) -+ /* DBG_871X("sleepq_len == 1, update BCNTIM\n"); */ -+ /* upate BCN for TIM IE */ -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ } -+ -+ /* spin_unlock_bh(&psta->sleep_q.lock); */ -+ -+ /* if (psta->sleepq_len > (NR_XMITFRAME>>3)) */ -+ /* */ -+ /* wakeup_sta_to_xmit(padapter, psta); */ -+ /* */ -+ -+ ret = true; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_ucast); -+ } -+ -+ } -+ -+ spin_unlock_bh(&psta->sleep_q.lock); -+ -+ return ret; -+ -+} -+ -+static void dequeue_xmitframes_to_sleeping_queue(struct adapter *padapter, struct sta_info *psta, struct __queue *pframequeue) -+{ -+ sint ret; -+ struct list_head *plist, *phead; -+ u8 ac_index; -+ struct tx_servq *ptxservq; -+ struct pkt_attrib *pattrib; -+ struct xmit_frame *pxmitframe; -+ struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; -+ -+ phead = get_list_head(pframequeue); -+ plist = get_next(phead); -+ -+ while (phead != plist) { -+ pxmitframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ plist = get_next(plist); -+ -+ pattrib = &pxmitframe->attrib; -+ -+ pattrib->triggered = 0; -+ -+ ret = xmitframe_enqueue_for_sleeping_sta(padapter, pxmitframe); -+ -+ if (true == ret) { -+ ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); -+ -+ ptxservq->qcnt--; -+ phwxmits[ac_index].accnt--; -+ } else { -+ /* DBG_871X("xmitframe_enqueue_for_sleeping_sta return false\n"); */ -+ } -+ -+ } -+ -+} -+ -+void stop_sta_xmit(struct adapter *padapter, struct sta_info *psta) -+{ -+ struct sta_info *psta_bmc; -+ struct sta_xmit_priv *pstaxmitpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ pstaxmitpriv = &psta->sta_xmitpriv; -+ -+ /* for BC/MC Frames */ -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ -+ -+ spin_lock_bh(&pxmitpriv->lock); -+ -+ psta->state |= WIFI_SLEEP_STATE; -+ -+ pstapriv->sta_dz_bitmap |= BIT(psta->aid); -+ -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->vo_q.tx_pending)); -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->vi_q.tx_pending)); -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->be_q.tx_pending)); -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->bk_q.tx_pending)); -+ -+ /* for BC/MC Frames */ -+ pstaxmitpriv = &psta_bmc->sta_xmitpriv; -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); -+ list_del_init(&(pstaxmitpriv->be_q.tx_pending)); -+ -+ spin_unlock_bh(&pxmitpriv->lock); -+} -+ -+void wakeup_sta_to_xmit(struct adapter *padapter, struct sta_info *psta) -+{ -+ u8 update_mask = 0, wmmps_ac = 0; -+ struct sta_info *psta_bmc; -+ struct list_head *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ -+ -+ /* spin_lock_bh(&psta->sleep_q.lock); */ -+ spin_lock_bh(&pxmitpriv->lock); -+ -+ xmitframe_phead = get_list_head(&psta->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while (xmitframe_phead != xmitframe_plist) { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ list_del_init(&pxmitframe->list); -+ -+ switch (pxmitframe->attrib.priority) { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(1); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(1); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(1); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(1); -+ break; -+ } -+ -+ psta->sleepq_len--; -+ if (psta->sleepq_len > 0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ if (wmmps_ac) { -+ psta->sleepq_ac_len--; -+ if (psta->sleepq_ac_len > 0) { -+ pxmitframe->attrib.mdata = 1; -+ pxmitframe->attrib.eosp = 0; -+ } else{ -+ pxmitframe->attrib.mdata = 0; -+ pxmitframe->attrib.eosp = 1; -+ } -+ } -+ -+ pxmitframe->attrib.triggered = 1; -+ -+/* -+ spin_unlock_bh(&psta->sleep_q.lock); -+ if (rtw_hal_xmit(padapter, pxmitframe) == true) -+ { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ } -+ spin_lock_bh(&psta->sleep_q.lock); -+*/ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ -+ } -+ -+ if (psta->sleepq_len == 0) { -+ if (pstapriv->tim_bitmap & BIT(psta->aid)) { -+ /* DBG_871X("wakeup to xmit, qlen == 0, update_BCNTIM, tim =%x\n", pstapriv->tim_bitmap); */ -+ /* upate BCN for TIM IE */ -+ /* update_BCNTIM(padapter); */ -+ update_mask = BIT(0); -+ } -+ -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ if (psta->state&WIFI_SLEEP_STATE) -+ psta->state ^= WIFI_SLEEP_STATE; -+ -+ if (psta->state & WIFI_STA_ALIVE_CHK_STATE) { -+ DBG_871X("%s alive check\n", __func__); -+ psta->expire_to = pstapriv->expire_to; -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ } -+ -+ pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); -+ } -+ -+ /* for BC/MC Frames */ -+ if (!psta_bmc) -+ goto _exit; -+ -+ if ((pstapriv->sta_dz_bitmap&0xfffe) == 0x0) { /* no any sta in ps mode */ -+ xmitframe_phead = get_list_head(&psta_bmc->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while (xmitframe_phead != xmitframe_plist) { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ list_del_init(&pxmitframe->list); -+ -+ psta_bmc->sleepq_len--; -+ if (psta_bmc->sleepq_len > 0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ -+ pxmitframe->attrib.triggered = 1; -+/* -+ spin_unlock_bh(&psta_bmc->sleep_q.lock); -+ if (rtw_hal_xmit(padapter, pxmitframe) == true) -+ { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ } -+ spin_lock_bh(&psta_bmc->sleep_q.lock); -+ -+*/ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ } -+ -+ if (psta_bmc->sleepq_len == 0) { -+ if (pstapriv->tim_bitmap & BIT(0)) { -+ /* DBG_871X("wakeup to xmit, qlen == 0, update_BCNTIM, tim =%x\n", pstapriv->tim_bitmap); */ -+ /* upate BCN for TIM IE */ -+ /* update_BCNTIM(padapter); */ -+ update_mask |= BIT(1); -+ } -+ pstapriv->tim_bitmap &= ~BIT(0); -+ pstapriv->sta_dz_bitmap &= ~BIT(0); -+ } -+ -+ } -+ -+_exit: -+ -+ /* spin_unlock_bh(&psta_bmc->sleep_q.lock); */ -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ if (update_mask) -+ /* update_BCNTIM(padapter); */ -+ /* printk("%s => call update_beacon\n", __func__); */ -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ -+} -+ -+void xmit_delivery_enabled_frames(struct adapter *padapter, struct sta_info *psta) -+{ -+ u8 wmmps_ac = 0; -+ struct list_head *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ -+ /* spin_lock_bh(&psta->sleep_q.lock); */ -+ spin_lock_bh(&pxmitpriv->lock); -+ -+ xmitframe_phead = get_list_head(&psta->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while (xmitframe_phead != xmitframe_plist) { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ switch (pxmitframe->attrib.priority) { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(1); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(1); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(1); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(1); -+ break; -+ } -+ -+ if (!wmmps_ac) -+ continue; -+ -+ list_del_init(&pxmitframe->list); -+ -+ psta->sleepq_len--; -+ psta->sleepq_ac_len--; -+ -+ if (psta->sleepq_ac_len > 0) { -+ pxmitframe->attrib.mdata = 1; -+ pxmitframe->attrib.eosp = 0; -+ } else{ -+ pxmitframe->attrib.mdata = 0; -+ pxmitframe->attrib.eosp = 1; -+ } -+ -+ pxmitframe->attrib.triggered = 1; -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ if ((psta->sleepq_ac_len == 0) && (!psta->has_legacy_ac) && (wmmps_ac)) { -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ /* DBG_871X("wakeup to xmit, qlen == 0, update_BCNTIM, tim =%x\n", pstapriv->tim_bitmap); */ -+ /* upate BCN for TIM IE */ -+ /* update_BCNTIM(padapter); */ -+ update_beacon(padapter, _TIM_IE_, NULL, true); -+ /* update_mask = BIT(0); */ -+ } -+ -+ } -+ -+ /* spin_unlock_bh(&psta->sleep_q.lock); */ -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ return; -+} -+ -+void enqueue_pending_xmitbuf( -+ struct xmit_priv *pxmitpriv, -+ struct xmit_buf *pxmitbuf) -+{ -+ struct __queue *pqueue; -+ struct adapter *pri_adapter = pxmitpriv->adapter; -+ -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ spin_lock_bh(&pqueue->lock); -+ list_del_init(&pxmitbuf->list); -+ list_add_tail(&pxmitbuf->list, get_list_head(pqueue)); -+ spin_unlock_bh(&pqueue->lock); -+ -+ up(&(pri_adapter->xmitpriv.xmit_sema)); -+} -+ -+void enqueue_pending_xmitbuf_to_head( -+ struct xmit_priv *pxmitpriv, -+ struct xmit_buf *pxmitbuf) -+{ -+ struct __queue *pqueue; -+ -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ spin_lock_bh(&pqueue->lock); -+ list_del_init(&pxmitbuf->list); -+ list_add(&pxmitbuf->list, get_list_head(pqueue)); -+ spin_unlock_bh(&pqueue->lock); -+} -+ -+struct xmit_buf *dequeue_pending_xmitbuf( -+ struct xmit_priv *pxmitpriv) -+{ -+ struct xmit_buf *pxmitbuf; -+ struct __queue *pqueue; -+ -+ -+ pxmitbuf = NULL; -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ spin_lock_bh(&pqueue->lock); -+ -+ if (!list_empty(&pqueue->queue)) { -+ struct list_head *plist, *phead; -+ -+ phead = get_list_head(pqueue); -+ plist = get_next(phead); -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ list_del_init(&pxmitbuf->list); -+ } -+ -+ spin_unlock_bh(&pqueue->lock); -+ -+ return pxmitbuf; -+} -+ -+struct xmit_buf *dequeue_pending_xmitbuf_under_survey( -+ struct xmit_priv *pxmitpriv) -+{ -+ struct xmit_buf *pxmitbuf; -+ struct __queue *pqueue; -+ -+ -+ pxmitbuf = NULL; -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ spin_lock_bh(&pqueue->lock); -+ -+ if (!list_empty(&pqueue->queue)) { -+ struct list_head *plist, *phead; -+ u8 type; -+ -+ phead = get_list_head(pqueue); -+ plist = phead; -+ do { -+ plist = get_next(plist); -+ if (plist == phead) -+ break; -+ -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ -+ type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); -+ -+ if ((type == WIFI_PROBEREQ) || -+ (type == WIFI_DATA_NULL) || -+ (type == WIFI_QOS_DATA_NULL)) { -+ list_del_init(&pxmitbuf->list); -+ break; -+ } -+ pxmitbuf = NULL; -+ } while (1); -+ } -+ -+ spin_unlock_bh(&pqueue->lock); -+ -+ return pxmitbuf; -+} -+ -+sint check_pending_xmitbuf( -+ struct xmit_priv *pxmitpriv) -+{ -+ struct __queue *pqueue; -+ sint ret = false; -+ -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ spin_lock_bh(&pqueue->lock); -+ -+ if (!list_empty(&pqueue->queue)) -+ ret = true; -+ -+ spin_unlock_bh(&pqueue->lock); -+ -+ return ret; -+} -+ -+int rtw_xmit_thread(void *context) -+{ -+ s32 err; -+ struct adapter *padapter; -+ -+ -+ err = _SUCCESS; -+ padapter = (struct adapter *)context; -+ -+ thread_enter("RTW_XMIT_THREAD"); -+ -+ do { -+ err = rtw_hal_xmit_thread_handler(padapter); -+ flush_signals_thread(); -+ } while (_SUCCESS == err); -+ -+ up(&padapter->xmitpriv.terminate_xmitthread_sema); -+ -+ thread_exit(); -+} -+ -+void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) -+{ -+ sctx->timeout_ms = timeout_ms; -+ sctx->submit_time = jiffies; -+ init_completion(&sctx->done); -+ sctx->status = RTW_SCTX_SUBMITTED; -+} -+ -+int rtw_sctx_wait(struct submit_ctx *sctx, const char *msg) -+{ -+ int ret = _FAIL; -+ unsigned long expire; -+ int status = 0; -+ -+ expire = sctx->timeout_ms ? msecs_to_jiffies(sctx->timeout_ms) : MAX_SCHEDULE_TIMEOUT; -+ if (!wait_for_completion_timeout(&sctx->done, expire)) { -+ /* timeout, do something?? */ -+ status = RTW_SCTX_DONE_TIMEOUT; -+ DBG_871X("%s timeout: %s\n", __func__, msg); -+ } else { -+ status = sctx->status; -+ } -+ -+ if (status == RTW_SCTX_DONE_SUCCESS) { -+ ret = _SUCCESS; -+ } -+ -+ return ret; -+} -+ -+static bool rtw_sctx_chk_waring_status(int status) -+{ -+ switch (status) { -+ case RTW_SCTX_DONE_UNKNOWN: -+ case RTW_SCTX_DONE_BUF_ALLOC: -+ case RTW_SCTX_DONE_BUF_FREE: -+ -+ case RTW_SCTX_DONE_DRV_STOP: -+ case RTW_SCTX_DONE_DEV_REMOVE: -+ return true; -+ default: -+ return false; -+ } -+} -+ -+void rtw_sctx_done_err(struct submit_ctx **sctx, int status) -+{ -+ if (*sctx) { -+ if (rtw_sctx_chk_waring_status(status)) -+ DBG_871X("%s status:%d\n", __func__, status); -+ (*sctx)->status = status; -+ complete(&((*sctx)->done)); -+ *sctx = NULL; -+ } -+} -+ -+void rtw_sctx_done(struct submit_ctx **sctx) -+{ -+ rtw_sctx_done_err(sctx, RTW_SCTX_DONE_SUCCESS); -+} -+ -+int rtw_ack_tx_wait(struct xmit_priv *pxmitpriv, u32 timeout_ms) -+{ -+ struct submit_ctx *pack_tx_ops = &pxmitpriv->ack_tx_ops; -+ -+ pack_tx_ops->submit_time = jiffies; -+ pack_tx_ops->timeout_ms = timeout_ms; -+ pack_tx_ops->status = RTW_SCTX_SUBMITTED; -+ -+ return rtw_sctx_wait(pack_tx_ops, __func__); -+} -+ -+void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status) -+{ -+ struct submit_ctx *pack_tx_ops = &pxmitpriv->ack_tx_ops; -+ -+ if (pxmitpriv->ack_tx) { -+ rtw_sctx_done_err(&pack_tx_ops, status); -+ } else { -+ DBG_871X("%s ack_tx not set\n", __func__); -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/Hal8723BPwrSeq.c linux/3rdparty/rtl8723bs/hal/Hal8723BPwrSeq.c ---- linux.old/3rdparty/rtl8723bs/hal/Hal8723BPwrSeq.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/Hal8723BPwrSeq.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,138 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+/* -+* -+This file includes all kinds of Power Action event for RTL8723B -+and corresponding hardware configurtions which are released from HW SD. -+ -+Major Change History: -+ When Who What -+ ---------- --------------- ------------------------------- -+ 2011-08-08 Roger Create. -+ -+*/ -+ -+#include "Hal8723BPwrSeq.h" -+ -+/* drivers should parse below arrays and do the corresponding actions */ -+/* 3 Power on Array */ -+WLAN_PWR_CFG rtl8723B_power_on_flow[ -+ RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+ -+ RTL8723B_TRANS_END_STEPS -+] = { -+ RTL8723B_TRANS_CARDEMU_TO_ACT -+ RTL8723B_TRANS_END -+}; -+ -+/* 3Radio off GPIO Array */ -+WLAN_PWR_CFG rtl8723B_radio_off_flow[ -+ RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+ -+ RTL8723B_TRANS_END_STEPS -+] = { -+ RTL8723B_TRANS_ACT_TO_CARDEMU -+ RTL8723B_TRANS_END -+}; -+ -+/* 3Card Disable Array */ -+WLAN_PWR_CFG rtl8723B_card_disable_flow[ -+ RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+ -+ RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+ -+ RTL8723B_TRANS_END_STEPS -+] = { -+ RTL8723B_TRANS_ACT_TO_CARDEMU -+ RTL8723B_TRANS_CARDEMU_TO_CARDDIS -+ RTL8723B_TRANS_END -+}; -+ -+/* 3 Card Enable Array */ -+WLAN_PWR_CFG rtl8723B_card_enable_flow[ -+ RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+ -+ RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+ -+ RTL8723B_TRANS_END_STEPS -+] = { -+ RTL8723B_TRANS_CARDDIS_TO_CARDEMU -+ RTL8723B_TRANS_CARDEMU_TO_ACT -+ RTL8723B_TRANS_END -+}; -+ -+/* 3Suspend Array */ -+WLAN_PWR_CFG rtl8723B_suspend_flow[ -+ RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+ -+ RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS+ -+ RTL8723B_TRANS_END_STEPS -+] = { -+ RTL8723B_TRANS_ACT_TO_CARDEMU -+ RTL8723B_TRANS_CARDEMU_TO_SUS -+ RTL8723B_TRANS_END -+}; -+ -+/* 3 Resume Array */ -+WLAN_PWR_CFG rtl8723B_resume_flow[ -+ RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+ -+ RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS+ -+ RTL8723B_TRANS_END_STEPS -+] = { -+ RTL8723B_TRANS_SUS_TO_CARDEMU -+ RTL8723B_TRANS_CARDEMU_TO_ACT -+ RTL8723B_TRANS_END -+}; -+ -+/* 3HWPDN Array */ -+WLAN_PWR_CFG rtl8723B_hwpdn_flow[ -+ RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+ -+ RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+ -+ RTL8723B_TRANS_END_STEPS -+] = { -+ RTL8723B_TRANS_ACT_TO_CARDEMU -+ RTL8723B_TRANS_CARDEMU_TO_PDN -+ RTL8723B_TRANS_END -+}; -+ -+/* 3 Enter LPS */ -+WLAN_PWR_CFG rtl8723B_enter_lps_flow[ -+ RTL8723B_TRANS_ACT_TO_LPS_STEPS+RTL8723B_TRANS_END_STEPS -+] = { -+ /* FW behavior */ -+ RTL8723B_TRANS_ACT_TO_LPS -+ RTL8723B_TRANS_END -+}; -+ -+/* 3 Leave LPS */ -+WLAN_PWR_CFG rtl8723B_leave_lps_flow[ -+ RTL8723B_TRANS_LPS_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS -+] = { -+ /* FW behavior */ -+ RTL8723B_TRANS_LPS_TO_ACT -+ RTL8723B_TRANS_END -+}; -+ -+/* 3 Enter SW LPS */ -+WLAN_PWR_CFG rtl8723B_enter_swlps_flow[ -+ RTL8723B_TRANS_ACT_TO_SWLPS_STEPS+RTL8723B_TRANS_END_STEPS -+] = { -+ /* SW behavior */ -+ RTL8723B_TRANS_ACT_TO_SWLPS -+ RTL8723B_TRANS_END -+}; -+ -+/* 3 Leave SW LPS */ -+WLAN_PWR_CFG rtl8723B_leave_swlps_flow[ -+ RTL8723B_TRANS_SWLPS_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS -+] = { -+ /* SW behavior */ -+ RTL8723B_TRANS_SWLPS_TO_ACT -+ RTL8723B_TRANS_END -+}; -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/Hal8723BReg.h linux/3rdparty/rtl8723bs/hal/Hal8723BReg.h ---- linux.old/3rdparty/rtl8723bs/hal/Hal8723BReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/Hal8723BReg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,442 @@ -+/***************************************************************************** -+ *Copyright(c) 2009, RealTEK Technology Inc. All Right Reserved. -+ * -+ * Module: __INC_HAL8723BREG_H -+ * -+ * -+ * Note: 1. Define Mac register address and corresponding bit mask map -+ * -+ * -+ * Export: Constants, macro, functions(API), global variables(None). -+ * -+ * Abbrev: -+ * -+ * History: -+ * Data Who Remark -+ * -+ *****************************************************************************/ -+#ifndef __INC_HAL8723BREG_H -+#define __INC_HAL8723BREG_H -+ -+ -+ -+/* */ -+/* */ -+/* */ -+ -+/* */ -+/* */ -+/* 0x0000h ~ 0x00FFh System Configuration */ -+/* */ -+/* */ -+#define REG_SYS_ISO_CTRL_8723B 0x0000 /* 2 Byte */ -+#define REG_SYS_FUNC_EN_8723B 0x0002 /* 2 Byte */ -+#define REG_APS_FSMCO_8723B 0x0004 /* 4 Byte */ -+#define REG_SYS_CLKR_8723B 0x0008 /* 2 Byte */ -+#define REG_9346CR_8723B 0x000A /* 2 Byte */ -+#define REG_EE_VPD_8723B 0x000C /* 2 Byte */ -+#define REG_AFE_MISC_8723B 0x0010 /* 1 Byte */ -+#define REG_SPS0_CTRL_8723B 0x0011 /* 7 Byte */ -+#define REG_SPS_OCP_CFG_8723B 0x0018 /* 4 Byte */ -+#define REG_RSV_CTRL_8723B 0x001C /* 3 Byte */ -+#define REG_RF_CTRL_8723B 0x001F /* 1 Byte */ -+#define REG_LPLDO_CTRL_8723B 0x0023 /* 1 Byte */ -+#define REG_AFE_XTAL_CTRL_8723B 0x0024 /* 4 Byte */ -+#define REG_AFE_PLL_CTRL_8723B 0x0028 /* 4 Byte */ -+#define REG_MAC_PLL_CTRL_EXT_8723B 0x002c /* 4 Byte */ -+#define REG_EFUSE_CTRL_8723B 0x0030 -+#define REG_EFUSE_TEST_8723B 0x0034 -+#define REG_PWR_DATA_8723B 0x0038 -+#define REG_CAL_TIMER_8723B 0x003C -+#define REG_ACLK_MON_8723B 0x003E -+#define REG_GPIO_MUXCFG_8723B 0x0040 -+#define REG_GPIO_IO_SEL_8723B 0x0042 -+#define REG_MAC_PINMUX_CFG_8723B 0x0043 -+#define REG_GPIO_PIN_CTRL_8723B 0x0044 -+#define REG_GPIO_INTM_8723B 0x0048 -+#define REG_LEDCFG0_8723B 0x004C -+#define REG_LEDCFG1_8723B 0x004D -+#define REG_LEDCFG2_8723B 0x004E -+#define REG_LEDCFG3_8723B 0x004F -+#define REG_FSIMR_8723B 0x0050 -+#define REG_FSISR_8723B 0x0054 -+#define REG_HSIMR_8723B 0x0058 -+#define REG_HSISR_8723B 0x005c -+#define REG_GPIO_EXT_CTRL 0x0060 -+#define REG_MULTI_FUNC_CTRL_8723B 0x0068 -+#define REG_GPIO_STATUS_8723B 0x006C -+#define REG_SDIO_CTRL_8723B 0x0070 -+#define REG_OPT_CTRL_8723B 0x0074 -+#define REG_AFE_XTAL_CTRL_EXT_8723B 0x0078 -+#define REG_MCUFWDL_8723B 0x0080 -+#define REG_BT_PATCH_STATUS_8723B 0x0088 -+#define REG_HIMR0_8723B 0x00B0 -+#define REG_HISR0_8723B 0x00B4 -+#define REG_HIMR1_8723B 0x00B8 -+#define REG_HISR1_8723B 0x00BC -+#define REG_PMC_DBG_CTRL2_8723B 0x00CC -+#define REG_EFUSE_BURN_GNT_8723B 0x00CF -+#define REG_HPON_FSM_8723B 0x00EC -+#define REG_SYS_CFG_8723B 0x00F0 -+#define REG_SYS_CFG1_8723B 0x00FC -+#define REG_ROM_VERSION 0x00FD -+ -+/* */ -+/* */ -+/* 0x0100h ~ 0x01FFh MACTOP General Configuration */ -+/* */ -+/* */ -+#define REG_CR_8723B 0x0100 -+#define REG_PBP_8723B 0x0104 -+#define REG_PKT_BUFF_ACCESS_CTRL_8723B 0x0106 -+#define REG_TRXDMA_CTRL_8723B 0x010C -+#define REG_TRXFF_BNDY_8723B 0x0114 -+#define REG_TRXFF_STATUS_8723B 0x0118 -+#define REG_RXFF_PTR_8723B 0x011C -+#define REG_CPWM_8723B 0x012F -+#define REG_FWIMR_8723B 0x0130 -+#define REG_FWISR_8723B 0x0134 -+#define REG_FTIMR_8723B 0x0138 -+#define REG_PKTBUF_DBG_CTRL_8723B 0x0140 -+#define REG_RXPKTBUF_CTRL_8723B 0x0142 -+#define REG_PKTBUF_DBG_DATA_L_8723B 0x0144 -+#define REG_PKTBUF_DBG_DATA_H_8723B 0x0148 -+ -+#define REG_TC0_CTRL_8723B 0x0150 -+#define REG_TC1_CTRL_8723B 0x0154 -+#define REG_TC2_CTRL_8723B 0x0158 -+#define REG_TC3_CTRL_8723B 0x015C -+#define REG_TC4_CTRL_8723B 0x0160 -+#define REG_TCUNIT_BASE_8723B 0x0164 -+#define REG_RSVD3_8723B 0x0168 -+#define REG_C2HEVT_MSG_NORMAL_8723B 0x01A0 -+#define REG_C2HEVT_CMD_SEQ_88XX 0x01A1 -+#define REG_C2hEVT_CMD_CONTENT_88XX 0x01A2 -+#define REG_C2HEVT_CMD_LEN_88XX 0x01AE -+#define REG_C2HEVT_CLEAR_8723B 0x01AF -+#define REG_MCUTST_1_8723B 0x01C0 -+#define REG_MCUTST_WOWLAN_8723B 0x01C7 -+#define REG_FMETHR_8723B 0x01C8 -+#define REG_HMETFR_8723B 0x01CC -+#define REG_HMEBOX_0_8723B 0x01D0 -+#define REG_HMEBOX_1_8723B 0x01D4 -+#define REG_HMEBOX_2_8723B 0x01D8 -+#define REG_HMEBOX_3_8723B 0x01DC -+#define REG_LLT_INIT_8723B 0x01E0 -+#define REG_HMEBOX_EXT0_8723B 0x01F0 -+#define REG_HMEBOX_EXT1_8723B 0x01F4 -+#define REG_HMEBOX_EXT2_8723B 0x01F8 -+#define REG_HMEBOX_EXT3_8723B 0x01FC -+ -+/* */ -+/* */ -+/* 0x0200h ~ 0x027Fh TXDMA Configuration */ -+/* */ -+/* */ -+#define REG_RQPN_8723B 0x0200 -+#define REG_FIFOPAGE_8723B 0x0204 -+#define REG_DWBCN0_CTRL_8723B REG_TDECTRL -+#define REG_TXDMA_OFFSET_CHK_8723B 0x020C -+#define REG_TXDMA_STATUS_8723B 0x0210 -+#define REG_RQPN_NPQ_8723B 0x0214 -+#define REG_DWBCN1_CTRL_8723B 0x0228 -+ -+ -+/* */ -+/* */ -+/* 0x0280h ~ 0x02FFh RXDMA Configuration */ -+/* */ -+/* */ -+#define REG_RXDMA_AGG_PG_TH_8723B 0x0280 -+#define REG_FW_UPD_RDPTR_8723B 0x0284 /* FW shall update this register before FW write RXPKT_RELEASE_POLL to 1 */ -+#define REG_RXDMA_CONTROL_8723B 0x0286 /* Control the RX DMA. */ -+#define REG_RXPKT_NUM_8723B 0x0287 /* The number of packets in RXPKTBUF. */ -+#define REG_RXDMA_STATUS_8723B 0x0288 -+#define REG_RXDMA_PRO_8723B 0x0290 -+#define REG_EARLY_MODE_CONTROL_8723B 0x02BC -+#define REG_RSVD5_8723B 0x02F0 -+#define REG_RSVD6_8723B 0x02F4 -+ -+ -+/* */ -+/* */ -+/* 0x0300h ~ 0x03FFh PCIe */ -+/* */ -+/* */ -+#define REG_PCIE_CTRL_REG_8723B 0x0300 -+#define REG_INT_MIG_8723B 0x0304 /* Interrupt Migration */ -+#define REG_BCNQ_DESA_8723B 0x0308 /* TX Beacon Descriptor Address */ -+#define REG_HQ_DESA_8723B 0x0310 /* TX High Queue Descriptor Address */ -+#define REG_MGQ_DESA_8723B 0x0318 /* TX Manage Queue Descriptor Address */ -+#define REG_VOQ_DESA_8723B 0x0320 /* TX VO Queue Descriptor Address */ -+#define REG_VIQ_DESA_8723B 0x0328 /* TX VI Queue Descriptor Address */ -+#define REG_BEQ_DESA_8723B 0x0330 /* TX BE Queue Descriptor Address */ -+#define REG_BKQ_DESA_8723B 0x0338 /* TX BK Queue Descriptor Address */ -+#define REG_RX_DESA_8723B 0x0340 /* RX Queue Descriptor Address */ -+#define REG_DBI_WDATA_8723B 0x0348 /* DBI Write Data */ -+#define REG_DBI_RDATA_8723B 0x034C /* DBI Read Data */ -+#define REG_DBI_ADDR_8723B 0x0350 /* DBI Address */ -+#define REG_DBI_FLAG_8723B 0x0352 /* DBI Read/Write Flag */ -+#define REG_MDIO_WDATA_8723B 0x0354 /* MDIO for Write PCIE PHY */ -+#define REG_MDIO_RDATA_8723B 0x0356 /* MDIO for Reads PCIE PHY */ -+#define REG_MDIO_CTL_8723B 0x0358 /* MDIO for Control */ -+#define REG_DBG_SEL_8723B 0x0360 /* Debug Selection Register */ -+#define REG_PCIE_HRPWM_8723B 0x0361 /* PCIe RPWM */ -+#define REG_PCIE_HCPWM_8723B 0x0363 /* PCIe CPWM */ -+#define REG_PCIE_MULTIFET_CTRL_8723B 0x036A /* PCIE Multi-Fethc Control */ -+ -+/* spec version 11 */ -+/* */ -+/* */ -+/* 0x0400h ~ 0x047Fh Protocol Configuration */ -+/* */ -+/* */ -+#define REG_VOQ_INFORMATION_8723B 0x0400 -+#define REG_VIQ_INFORMATION_8723B 0x0404 -+#define REG_BEQ_INFORMATION_8723B 0x0408 -+#define REG_BKQ_INFORMATION_8723B 0x040C -+#define REG_MGQ_INFORMATION_8723B 0x0410 -+#define REG_HGQ_INFORMATION_8723B 0x0414 -+#define REG_BCNQ_INFORMATION_8723B 0x0418 -+#define REG_TXPKT_EMPTY_8723B 0x041A -+ -+#define REG_FWHW_TXQ_CTRL_8723B 0x0420 -+#define REG_HWSEQ_CTRL_8723B 0x0423 -+#define REG_TXPKTBUF_BCNQ_BDNY_8723B 0x0424 -+#define REG_TXPKTBUF_MGQ_BDNY_8723B 0x0425 -+#define REG_LIFECTRL_CTRL_8723B 0x0426 -+#define REG_MULTI_BCNQ_OFFSET_8723B 0x0427 -+#define REG_SPEC_SIFS_8723B 0x0428 -+#define REG_RL_8723B 0x042A -+#define REG_TXBF_CTRL_8723B 0x042C -+#define REG_DARFRC_8723B 0x0430 -+#define REG_RARFRC_8723B 0x0438 -+#define REG_RRSR_8723B 0x0440 -+#define REG_ARFR0_8723B 0x0444 -+#define REG_ARFR1_8723B 0x044C -+#define REG_CCK_CHECK_8723B 0x0454 -+#define REG_AMPDU_MAX_TIME_8723B 0x0456 -+#define REG_TXPKTBUF_BCNQ_BDNY1_8723B 0x0457 -+ -+#define REG_AMPDU_MAX_LENGTH_8723B 0x0458 -+#define REG_TXPKTBUF_WMAC_LBK_BF_HD_8723B 0x045D -+#define REG_NDPA_OPT_CTRL_8723B 0x045F -+#define REG_FAST_EDCA_CTRL_8723B 0x0460 -+#define REG_RD_RESP_PKT_TH_8723B 0x0463 -+#define REG_DATA_SC_8723B 0x0483 -+#define REG_TXRPT_START_OFFSET 0x04AC -+#define REG_POWER_STAGE1_8723B 0x04B4 -+#define REG_POWER_STAGE2_8723B 0x04B8 -+#define REG_AMPDU_BURST_MODE_8723B 0x04BC -+#define REG_PKT_VO_VI_LIFE_TIME_8723B 0x04C0 -+#define REG_PKT_BE_BK_LIFE_TIME_8723B 0x04C2 -+#define REG_STBC_SETTING_8723B 0x04C4 -+#define REG_HT_SINGLE_AMPDU_8723B 0x04C7 -+#define REG_PROT_MODE_CTRL_8723B 0x04C8 -+#define REG_MAX_AGGR_NUM_8723B 0x04CA -+#define REG_RTS_MAX_AGGR_NUM_8723B 0x04CB -+#define REG_BAR_MODE_CTRL_8723B 0x04CC -+#define REG_RA_TRY_RATE_AGG_LMT_8723B 0x04CF -+#define REG_MACID_PKT_DROP0_8723B 0x04D0 -+#define REG_MACID_PKT_SLEEP_8723B 0x04D4 -+ -+/* */ -+/* */ -+/* 0x0500h ~ 0x05FFh EDCA Configuration */ -+/* */ -+/* */ -+#define REG_EDCA_VO_PARAM_8723B 0x0500 -+#define REG_EDCA_VI_PARAM_8723B 0x0504 -+#define REG_EDCA_BE_PARAM_8723B 0x0508 -+#define REG_EDCA_BK_PARAM_8723B 0x050C -+#define REG_BCNTCFG_8723B 0x0510 -+#define REG_PIFS_8723B 0x0512 -+#define REG_RDG_PIFS_8723B 0x0513 -+#define REG_SIFS_CTX_8723B 0x0514 -+#define REG_SIFS_TRX_8723B 0x0516 -+#define REG_AGGR_BREAK_TIME_8723B 0x051A -+#define REG_SLOT_8723B 0x051B -+#define REG_TX_PTCL_CTRL_8723B 0x0520 -+#define REG_TXPAUSE_8723B 0x0522 -+#define REG_DIS_TXREQ_CLR_8723B 0x0523 -+#define REG_RD_CTRL_8723B 0x0524 -+/* */ -+/* Format for offset 540h-542h: */ -+/* [3:0]: TBTT prohibit setup in unit of 32us. The time for HW getting beacon content before TBTT. */ -+/* [7:4]: Reserved. */ -+/* [19:8]: TBTT prohibit hold in unit of 32us. The time for HW holding to send the beacon packet. */ -+/* [23:20]: Reserved */ -+/* Description: */ -+/* | */ -+/* |<--Setup--|--Hold------------>| */ -+/* --------------|---------------------- */ -+/* | */ -+/* TBTT */ -+/* Note: We cannot update beacon content to HW or send any AC packets during the time between Setup and Hold. */ -+/* Described by Designer Tim and Bruce, 2011-01-14. */ -+/* */ -+#define REG_TBTT_PROHIBIT_8723B 0x0540 -+#define REG_RD_NAV_NXT_8723B 0x0544 -+#define REG_NAV_PROT_LEN_8723B 0x0546 -+#define REG_BCN_CTRL_8723B 0x0550 -+#define REG_BCN_CTRL_1_8723B 0x0551 -+#define REG_MBID_NUM_8723B 0x0552 -+#define REG_DUAL_TSF_RST_8723B 0x0553 -+#define REG_BCN_INTERVAL_8723B 0x0554 -+#define REG_DRVERLYINT_8723B 0x0558 -+#define REG_BCNDMATIM_8723B 0x0559 -+#define REG_ATIMWND_8723B 0x055A -+#define REG_USTIME_TSF_8723B 0x055C -+#define REG_BCN_MAX_ERR_8723B 0x055D -+#define REG_RXTSF_OFFSET_CCK_8723B 0x055E -+#define REG_RXTSF_OFFSET_OFDM_8723B 0x055F -+#define REG_TSFTR_8723B 0x0560 -+#define REG_CTWND_8723B 0x0572 -+#define REG_SECONDARY_CCA_CTRL_8723B 0x0577 -+#define REG_PSTIMER_8723B 0x0580 -+#define REG_TIMER0_8723B 0x0584 -+#define REG_TIMER1_8723B 0x0588 -+#define REG_ACMHWCTRL_8723B 0x05C0 -+#define REG_SCH_TXCMD_8723B 0x05F8 -+ -+/* 0x0600h ~ 0x07FFh WMAC Configuration */ -+#define REG_MAC_CR_8723B 0x0600 -+#define REG_TCR_8723B 0x0604 -+#define REG_RCR_8723B 0x0608 -+#define REG_RX_PKT_LIMIT_8723B 0x060C -+#define REG_RX_DLK_TIME_8723B 0x060D -+#define REG_RX_DRVINFO_SZ_8723B 0x060F -+ -+#define REG_MACID_8723B 0x0610 -+#define REG_BSSID_8723B 0x0618 -+#define REG_MAR_8723B 0x0620 -+#define REG_MBIDCAMCFG_8723B 0x0628 -+ -+#define REG_USTIME_EDCA_8723B 0x0638 -+#define REG_MAC_SPEC_SIFS_8723B 0x063A -+#define REG_RESP_SIFP_CCK_8723B 0x063C -+#define REG_RESP_SIFS_OFDM_8723B 0x063E -+#define REG_ACKTO_8723B 0x0640 -+#define REG_CTS2TO_8723B 0x0641 -+#define REG_EIFS_8723B 0x0642 -+ -+#define REG_NAV_UPPER_8723B 0x0652 /* unit of 128 */ -+#define REG_TRXPTCL_CTL_8723B 0x0668 -+ -+/* Security */ -+#define REG_CAMCMD_8723B 0x0670 -+#define REG_CAMWRITE_8723B 0x0674 -+#define REG_CAMREAD_8723B 0x0678 -+#define REG_CAMDBG_8723B 0x067C -+#define REG_SECCFG_8723B 0x0680 -+ -+/* Power */ -+#define REG_WOW_CTRL_8723B 0x0690 -+#define REG_PS_RX_INFO_8723B 0x0692 -+#define REG_UAPSD_TID_8723B 0x0693 -+#define REG_WKFMCAM_CMD_8723B 0x0698 -+#define REG_WKFMCAM_NUM_8723B 0x0698 -+#define REG_WKFMCAM_RWD_8723B 0x069C -+#define REG_RXFLTMAP0_8723B 0x06A0 -+#define REG_RXFLTMAP1_8723B 0x06A2 -+#define REG_RXFLTMAP2_8723B 0x06A4 -+#define REG_BCN_PSR_RPT_8723B 0x06A8 -+#define REG_BT_COEX_TABLE_8723B 0x06C0 -+#define REG_BFMER0_INFO_8723B 0x06E4 -+#define REG_BFMER1_INFO_8723B 0x06EC -+#define REG_CSI_RPT_PARAM_BW20_8723B 0x06F4 -+#define REG_CSI_RPT_PARAM_BW40_8723B 0x06F8 -+#define REG_CSI_RPT_PARAM_BW80_8723B 0x06FC -+ -+/* Hardware Port 2 */ -+#define REG_MACID1_8723B 0x0700 -+#define REG_BSSID1_8723B 0x0708 -+#define REG_BFMEE_SEL_8723B 0x0714 -+#define REG_SND_PTCL_CTRL_8723B 0x0718 -+ -+ -+/* Redifine 8192C register definition for compatibility */ -+ -+/* TODO: use these definition when using REG_xxx naming rule. */ -+/* NOTE: DO NOT Remove these definition. Use later. */ -+#define EFUSE_CTRL_8723B REG_EFUSE_CTRL_8723B /* E-Fuse Control. */ -+#define EFUSE_TEST_8723B REG_EFUSE_TEST_8723B /* E-Fuse Test. */ -+#define MSR_8723B (REG_CR_8723B + 2) /* Media Status register */ -+#define ISR_8723B REG_HISR0_8723B -+#define TSFR_8723B REG_TSFTR_8723B /* Timing Sync Function Timer Register. */ -+ -+#define PBP_8723B REG_PBP_8723B -+ -+/* Redifine MACID register, to compatible prior ICs. */ -+#define IDR0_8723B REG_MACID_8723B /* MAC ID Register, Offset 0x0050-0x0053 */ -+#define IDR4_8723B (REG_MACID_8723B + 4) /* MAC ID Register, Offset 0x0054-0x0055 */ -+ -+/* 9. Security Control Registers (Offset:) */ -+#define RWCAM_8723B REG_CAMCMD_8723B /* IN 8190 Data Sheet is called CAMcmd */ -+#define WCAMI_8723B REG_CAMWRITE_8723B /* Software write CAM input content */ -+#define RCAMO_8723B REG_CAMREAD_8723B /* Software read/write CAM config */ -+#define CAMDBG_8723B REG_CAMDBG_8723B -+#define SECR_8723B REG_SECCFG_8723B /* Security Configuration Register */ -+ -+/* 8195 IMR/ISR bits (offset 0xB0, 8bits) */ -+#define IMR_DISABLED_8723B 0 -+/* IMR DW0(0x00B0-00B3) Bit 0-31 */ -+#define IMR_TIMER2_8723B BIT31 /* Timeout interrupt 2 */ -+#define IMR_TIMER1_8723B BIT30 /* Timeout interrupt 1 */ -+#define IMR_PSTIMEOUT_8723B BIT29 /* Power Save Time Out Interrupt */ -+#define IMR_GTINT4_8723B BIT28 /* When GTIMER4 expires, this bit is set to 1 */ -+#define IMR_GTINT3_8723B BIT27 /* When GTIMER3 expires, this bit is set to 1 */ -+#define IMR_TXBCN0ERR_8723B BIT26 /* Transmit Beacon0 Error */ -+#define IMR_TXBCN0OK_8723B BIT25 /* Transmit Beacon0 OK */ -+#define IMR_TSF_BIT32_TOGGLE_8723B BIT24 /* TSF Timer BIT32 toggle indication interrupt */ -+#define IMR_BCNDMAINT0_8723B BIT20 /* Beacon DMA Interrupt 0 */ -+#define IMR_BCNDERR0_8723B BIT16 /* Beacon Queue DMA OK0 */ -+#define IMR_HSISR_IND_ON_INT_8723B BIT15 /* HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) */ -+#define IMR_BCNDMAINT_E_8723B BIT14 /* Beacon DMA Interrupt Extension for Win7 */ -+#define IMR_ATIMEND_8723B BIT12 /* CTWidnow End or ATIM Window End */ -+#define IMR_C2HCMD_8723B BIT10 /* CPU to Host Command INT Status, Write 1 clear */ -+#define IMR_CPWM2_8723B BIT9 /* CPU power Mode exchange INT Status, Write 1 clear */ -+#define IMR_CPWM_8723B BIT8 /* CPU power Mode exchange INT Status, Write 1 clear */ -+#define IMR_HIGHDOK_8723B BIT7 /* High Queue DMA OK */ -+#define IMR_MGNTDOK_8723B BIT6 /* Management Queue DMA OK */ -+#define IMR_BKDOK_8723B BIT5 /* AC_BK DMA OK */ -+#define IMR_BEDOK_8723B BIT4 /* AC_BE DMA OK */ -+#define IMR_VIDOK_8723B BIT3 /* AC_VI DMA OK */ -+#define IMR_VODOK_8723B BIT2 /* AC_VO DMA OK */ -+#define IMR_RDU_8723B BIT1 /* Rx Descriptor Unavailable */ -+#define IMR_ROK_8723B BIT0 /* Receive DMA OK */ -+ -+/* IMR DW1(0x00B4-00B7) Bit 0-31 */ -+#define IMR_BCNDMAINT7_8723B BIT27 /* Beacon DMA Interrupt 7 */ -+#define IMR_BCNDMAINT6_8723B BIT26 /* Beacon DMA Interrupt 6 */ -+#define IMR_BCNDMAINT5_8723B BIT25 /* Beacon DMA Interrupt 5 */ -+#define IMR_BCNDMAINT4_8723B BIT24 /* Beacon DMA Interrupt 4 */ -+#define IMR_BCNDMAINT3_8723B BIT23 /* Beacon DMA Interrupt 3 */ -+#define IMR_BCNDMAINT2_8723B BIT22 /* Beacon DMA Interrupt 2 */ -+#define IMR_BCNDMAINT1_8723B BIT21 /* Beacon DMA Interrupt 1 */ -+#define IMR_BCNDOK7_8723B BIT20 /* Beacon Queue DMA OK Interrup 7 */ -+#define IMR_BCNDOK6_8723B BIT19 /* Beacon Queue DMA OK Interrup 6 */ -+#define IMR_BCNDOK5_8723B BIT18 /* Beacon Queue DMA OK Interrup 5 */ -+#define IMR_BCNDOK4_8723B BIT17 /* Beacon Queue DMA OK Interrup 4 */ -+#define IMR_BCNDOK3_8723B BIT16 /* Beacon Queue DMA OK Interrup 3 */ -+#define IMR_BCNDOK2_8723B BIT15 /* Beacon Queue DMA OK Interrup 2 */ -+#define IMR_BCNDOK1_8723B BIT14 /* Beacon Queue DMA OK Interrup 1 */ -+#define IMR_ATIMEND_E_8723B BIT13 /* ATIM Window End Extension for Win7 */ -+#define IMR_TXERR_8723B BIT11 /* Tx Error Flag Interrupt Status, write 1 clear. */ -+#define IMR_RXERR_8723B BIT10 /* Rx Error Flag INT Status, Write 1 clear */ -+#define IMR_TXFOVW_8723B BIT9 /* Transmit FIFO Overflow */ -+#define IMR_RXFOVW_8723B BIT8 /* Receive FIFO Overflow */ -+ -+/* 2 ACMHWCTRL 0x05C0 */ -+#define AcmHw_HwEn_8723B BIT(0) -+#define AcmHw_VoqEn_8723B BIT(1) -+#define AcmHw_ViqEn_8723B BIT(2) -+#define AcmHw_BeqEn_8723B BIT(3) -+#define AcmHw_VoqStatus_8723B BIT(5) -+#define AcmHw_ViqStatus_8723B BIT(6) -+#define AcmHw_BeqStatus_8723B BIT(7) -+ -+/* 8195 (RCR) Receive Configuration Register (Offset 0x608, 32 bits) */ -+#define RCR_TCPOFLD_EN BIT25 /* Enable TCP checksum offload */ -+ -+#endif /* #ifndef __INC_HAL8723BREG_H */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.c linux/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.c ---- linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,3779 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "Mp_Precomp.h" -+ -+/* Global variables, these are static variables */ -+static COEX_DM_8723B_1ANT GLCoexDm8723b1Ant; -+static PCOEX_DM_8723B_1ANT pCoexDm = &GLCoexDm8723b1Ant; -+static COEX_STA_8723B_1ANT GLCoexSta8723b1Ant; -+static PCOEX_STA_8723B_1ANT pCoexSta = &GLCoexSta8723b1Ant; -+ -+static const char *const GLBtInfoSrc8723b1Ant[] = { -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+static u32 GLCoexVerDate8723b1Ant = 20140507; -+static u32 GLCoexVer8723b1Ant = 0x4e; -+ -+/* local function proto type if needed */ -+/* local function start with halbtc8723b1ant_ */ -+static u8 halbtc8723b1ant_BtRssiState( -+ u8 levelNum, u8 rssiThresh, u8 rssiThresh1 -+) -+{ -+ s32 btRssi = 0; -+ u8 btRssiState = pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if (levelNum == 2) { -+ if ( -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) -+ ) { -+ if (btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) { -+ -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state switch to High\n") -+ ); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state stay at Low\n") -+ ); -+ } -+ } else { -+ if (btRssi < rssiThresh) { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state switch to Low\n") -+ ); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state stay at High\n") -+ ); -+ } -+ } -+ } else if (levelNum == 3) { -+ if (rssiThresh > rssiThresh1) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi thresh error!!\n") -+ ); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if ( -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) -+ ) { -+ if (btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state switch to Medium\n") -+ ); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state stay at Low\n") -+ ); -+ } -+ } else if ( -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM) -+ ) { -+ if (btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state switch to High\n") -+ ); -+ } else if (btRssi < rssiThresh) { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state switch to Low\n") -+ ); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state stay at Medium\n") -+ ); -+ } -+ } else { -+ if (btRssi < rssiThresh1) { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state switch to Medium\n") -+ ); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_RSSI_STATE, -+ ("[BTCoex], BT Rssi state stay at High\n") -+ ); -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+static void halbtc8723b1ant_UpdateRaMask( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u32 disRateMask -+) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if (bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ pBtCoexist->fBtcSet( -+ pBtCoexist, -+ BTC_SET_ACT_UPDATE_RAMASK, -+ &pCoexDm->curRaMask -+ ); -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+static void halbtc8723b1ant_AutoRateFallbackRetry( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type -+) -+{ -+ bool bWifiUnderBMode = false; -+ -+ pCoexDm->curArfrType = type; -+ -+ if (bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) { -+ switch (pCoexDm->curArfrType) { -+ case 0: /* normal mode */ -+ pBtCoexist->fBtcWrite4Byte( -+ pBtCoexist, 0x430, pCoexDm->backupArfrCnt1 -+ ); -+ pBtCoexist->fBtcWrite4Byte( -+ pBtCoexist, 0x434, pCoexDm->backupArfrCnt2 -+ ); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode -+ ); -+ if (bWifiUnderBMode) { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } else { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+static void halbtc8723b1ant_RetryLimit( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type -+) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if ( -+ bForceExec || -+ (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType) -+ ) { -+ switch (pCoexDm->curRetryLimitType) { -+ case 0: /* normal mode */ -+ pBtCoexist->fBtcWrite2Byte( -+ pBtCoexist, 0x42a, pCoexDm->backupRetryLimit -+ ); -+ break; -+ case 1: /* retry limit =8 */ -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+static void halbtc8723b1ant_AmpduMaxTime( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type -+) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if ( -+ bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType) -+ ) { -+ switch (pCoexDm->curAmpduTimeType) { -+ case 0: /* normal mode */ -+ pBtCoexist->fBtcWrite1Byte( -+ pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime -+ ); -+ break; -+ case 1: /* AMPDU timw = 0x38 * 32us */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+static void halbtc8723b1ant_LimitedTx( -+ PBTC_COEXIST pBtCoexist, -+ bool bForceExec, -+ u8 raMaskType, -+ u8 arfrType, -+ u8 retryLimitType, -+ u8 ampduTimeType -+) -+{ -+ switch (raMaskType) { -+ case 0: /* normal mode */ -+ halbtc8723b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); -+ break; -+ case 1: /* disable cck 1/2 */ -+ halbtc8723b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003); -+ break; -+ case 2: /* disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 */ -+ halbtc8723b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7); -+ break; -+ default: -+ break; -+ } -+ -+ halbtc8723b1ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8723b1ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8723b1ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+static void halbtc8723b1ant_LimitedRx( -+ PBTC_COEXIST pBtCoexist, -+ bool bForceExec, -+ bool bRejApAggPkt, -+ bool bBtCtrlAggBufSize, -+ u8 aggBufSize -+) -+{ -+ bool bRejectRxAgg = bRejApAggPkt; -+ bool bBtCtrlRxAggSize = bBtCtrlAggBufSize; -+ u8 rxAggSize = aggBufSize; -+ -+ /* */ -+ /* Rx Aggregation related setting */ -+ /* */ -+ pBtCoexist->fBtcSet( -+ pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg -+ ); -+ /* decide BT control aggregation buf size or not */ -+ pBtCoexist->fBtcSet( -+ pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize -+ ); -+ /* aggregation buf size, only work when BT control Rx aggregation size. */ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ /* real update aggregation setting */ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+static void halbtc8723b1ant_QueryBtInfo(PBTC_COEXIST pBtCoexist) -+{ -+ u8 H2C_Parameter[1] = {0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = true; -+ -+ H2C_Parameter[0] |= BIT0; /* trigger */ -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ("[BTCoex], Query Bt Info, FW write 0x61 = 0x%x\n", H2C_Parameter[0]) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+static void halbtc8723b1ant_MonitorBtCtr(PBTC_COEXIST pBtCoexist) -+{ -+ u32 regHPTxRx, regLPTxRx, u4Tmp; -+ u32 regHPTx = 0, regHPRx = 0, regLPTx = 0, regLPRx = 0; -+ static u8 NumOfBtCounterChk; -+ -+ /* to avoid 0x76e[3] = 1 (WLAN_Act control by PTA) during IPS */ -+ /* if (! (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) & 0x8)) */ -+ -+ if (pCoexSta->bUnderIps) { -+ pCoexSta->highPriorityTx = 65535; -+ pCoexSta->highPriorityRx = 65535; -+ pCoexSta->lowPriorityTx = 65535; -+ pCoexSta->lowPriorityRx = 65535; -+ return; -+ } -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if ((pCoexSta->lowPriorityTx >= 1050) && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->popEventCnt++; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ( -+ "[BTCoex], Hi-Pri Rx/Tx: %d/%d, Lo-Pri Rx/Tx: %d/%d\n", -+ regHPRx, -+ regHPTx, -+ regLPRx, -+ regLPTx -+ ) -+ ); -+ -+ /* reset counter */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ -+ if ((regHPTx == 0) && (regHPRx == 0) && (regLPTx == 0) && (regLPRx == 0)) { -+ NumOfBtCounterChk++; -+ if (NumOfBtCounterChk >= 3) { -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ NumOfBtCounterChk = 0; -+ } -+ } -+} -+ -+ -+static void halbtc8723b1ant_MonitorWiFiCtr(PBTC_COEXIST pBtCoexist) -+{ -+ s32 wifiRssi = 0; -+ bool bWifiBusy = false, bWifiUnderBMode = false; -+ static u8 nCCKLockCounter = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode -+ ); -+ -+ if (pCoexSta->bUnderIps) { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } else { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); -+ pCoexSta->nCRCOK_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); -+ } -+ -+ -+ /* reset counter */ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x0); -+ -+ if (bWifiBusy && (wifiRssi >= 30) && !bWifiUnderBMode) { -+ if ( -+ (pCoexDm->btStatus == BT_8723B_1ANT_BT_STATUS_ACL_BUSY) || -+ (pCoexDm->btStatus == BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY) || -+ (pCoexDm->btStatus == BT_8723B_1ANT_BT_STATUS_SCO_BUSY) -+ ) { -+ if ( -+ pCoexSta->nCRCOK_CCK > ( -+ pCoexSta->nCRCOK_11g + -+ pCoexSta->nCRCOK_11n + -+ pCoexSta->nCRCOK_11nAgg -+ ) -+ ) { -+ if (nCCKLockCounter < 5) -+ nCCKLockCounter++; -+ } else { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ } else { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ } else { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ if (!pCoexSta->bPreCCKLock) { -+ -+ if (nCCKLockCounter >= 5) -+ pCoexSta->bCCKLock = true; -+ else -+ pCoexSta->bCCKLock = false; -+ } else { -+ if (nCCKLockCounter == 0) -+ pCoexSta->bCCKLock = false; -+ else -+ pCoexSta->bCCKLock = true; -+ } -+ -+ pCoexSta->bPreCCKLock = pCoexSta->bCCKLock; -+ -+ -+} -+ -+static bool halbtc8723b1ant_IsWifiStatusChanged(PBTC_COEXIST pBtCoexist) -+{ -+ static bool bPreWifiBusy = false, bPreUnder4way = false, bPreBtHsOn = false; -+ bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; -+ bool bWifiConnected = false; -+ -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected -+ ); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way -+ ); -+ -+ if (bWifiConnected) { -+ if (bWifiBusy != bPreWifiBusy) { -+ bPreWifiBusy = bWifiBusy; -+ return true; -+ } -+ -+ if (bUnder4way != bPreUnder4way) { -+ bPreUnder4way = bUnder4way; -+ return true; -+ } -+ -+ if (bBtHsOn != bPreBtHsOn) { -+ bPreBtHsOn = bBtHsOn; -+ return true; -+ } -+ } -+ -+ return false; -+} -+ -+static void halbtc8723b1ant_UpdateBtLinkInfo(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bBtHsOn = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ /* work around for HS mode. */ -+ if (bBtHsOn) { -+ pBtLinkInfo->bPanExist = true; -+ pBtLinkInfo->bBtLinkExist = true; -+ } -+ -+ /* check if Sco only */ -+ if ( -+ pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bScoOnly = true; -+ else -+ pBtLinkInfo->bScoOnly = false; -+ -+ /* check if A2dp only */ -+ if ( -+ !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bA2dpOnly = true; -+ else -+ pBtLinkInfo->bA2dpOnly = false; -+ -+ /* check if Pan only */ -+ if ( -+ !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bPanOnly = true; -+ else -+ pBtLinkInfo->bPanOnly = false; -+ -+ /* check if Hid only */ -+ if ( -+ !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bHidOnly = true; -+ else -+ pBtLinkInfo->bHidOnly = false; -+} -+ -+static u8 halbtc8723b1ant_ActionAlgorithm(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bBtHsOn = false; -+ u8 algorithm = BT_8723B_1ANT_COEX_ALGO_UNDEFINED; -+ u8 numOfDiffProfile = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if (!pBtLinkInfo->bBtLinkExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], No BT link exists!!!\n") -+ ); -+ return algorithm; -+ } -+ -+ if (pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if (pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if (pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if (pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if (numOfDiffProfile == 1) { -+ if (pBtLinkInfo->bScoExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO only\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } else { -+ if (pBtLinkInfo->bHidExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = HID only\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID; -+ } else if (pBtLinkInfo->bA2dpExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = A2DP only\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_A2DP; -+ } else if (pBtLinkInfo->bPanExist) { -+ if (bBtHsOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = PAN(HS) only\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANHS; -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = PAN(EDR) only\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } else if (numOfDiffProfile == 2) { -+ if (pBtLinkInfo->bScoExist) { -+ if (pBtLinkInfo->bHidExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO + HID\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID; -+ } else if (pBtLinkInfo->bA2dpExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO + A2DP ==> SCO\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } else if (pBtLinkInfo->bPanExist) { -+ if (bBtHsOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO + PAN(HS)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO + PAN(EDR)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } else { -+ if (pBtLinkInfo->bHidExist && pBtLinkInfo->bA2dpExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = HID + A2DP\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } else if (pBtLinkInfo->bHidExist && pBtLinkInfo->bPanExist) { -+ if (bBtHsOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = HID + PAN(HS)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = HID + PAN(EDR)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } else if (pBtLinkInfo->bPanExist && pBtLinkInfo->bA2dpExist) { -+ if (bBtHsOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = A2DP + PAN(HS)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_A2DP_PANHS; -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = A2DP + PAN(EDR)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } else if (numOfDiffProfile == 3) { -+ if (pBtLinkInfo->bScoExist) { -+ if (pBtLinkInfo->bHidExist && pBtLinkInfo->bA2dpExist) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO + HID + A2DP ==> HID\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID; -+ } else if ( -+ pBtLinkInfo->bHidExist && pBtLinkInfo->bPanExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } else if (pBtLinkInfo->bPanExist && pBtLinkInfo->bA2dpExist) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT Profile = SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO + A2DP + PAN(EDR) ==> HID\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } else { -+ if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = HID + A2DP + PAN(HS)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = HID + A2DP + PAN(EDR)\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } else if (numOfDiffProfile >= 3) { -+ if (pBtLinkInfo->bScoExist) { -+ if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], Error!!! BT Profile = SCO + HID + A2DP + PAN(HS)\n") -+ ); -+ -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT Profile = SCO + HID + A2DP + PAN(EDR) ==>PAN(EDR)+HID\n") -+ ); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+static void halbtc8723b1ant_SetSwPenaltyTxRateAdaptive( -+ PBTC_COEXIST pBtCoexist, bool bLowPenaltyRa -+) -+{ -+ u8 H2C_Parameter[6] = {0}; -+ -+ H2C_Parameter[0] = 0x6; /* opCode, 0x6 = Retry_Penalty */ -+ -+ if (bLowPenaltyRa) { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; /* normal rate except MCS7/6/5, OFDM54/48/36 */ -+ H2C_Parameter[3] = 0xf7; /* MCS7 or OFDM54 */ -+ H2C_Parameter[4] = 0xf8; /* MCS6 or OFDM48 */ -+ H2C_Parameter[5] = 0xf9; /* MCS5 or OFDM36 */ -+ } -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa ? "ON!!" : "OFF!!") -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+static void halbtc8723b1ant_LowPenaltyRa( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bLowPenaltyRa -+) -+{ -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if (!bForceExec) { -+ if (pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8723b1ant_SetSwPenaltyTxRateAdaptive( -+ pBtCoexist, pCoexDm->bCurLowPenaltyRa -+ ); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+static void halbtc8723b1ant_SetCoexTable( -+ PBTC_COEXIST pBtCoexist, -+ u32 val0x6c0, -+ u32 val0x6c4, -+ u32 val0x6c8, -+ u8 val0x6cc -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6c0 = 0x%x\n", val0x6c0) -+ ); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6c4 = 0x%x\n", val0x6c4) -+ ); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6c8 = 0x%x\n", val0x6c8) -+ ); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6cc = 0x%x\n", val0x6cc) -+ ); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+static void halbtc8723b1ant_CoexTable( -+ PBTC_COEXIST pBtCoexist, -+ bool bForceExec, -+ u32 val0x6c0, -+ u32 val0x6c4, -+ u32 val0x6c8, -+ u8 val0x6cc -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW, -+ ( -+ "[BTCoex], %s write Coex Table 0x6c0 = 0x%x, 0x6c4 = 0x%x, 0x6cc = 0x%x\n", -+ (bForceExec ? "force to" : ""), -+ val0x6c0, val0x6c4, val0x6cc -+ ) -+ ); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if (!bForceExec) { -+ if ( -+ (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) -+ ) -+ return; -+ } -+ -+ halbtc8723b1ant_SetCoexTable( -+ pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc -+ ); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+static void halbtc8723b1ant_CoexTableWithType( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], ********** CoexTable(%d) **********\n", type) -+ ); -+ -+ pCoexSta->nCoexTableType = type; -+ -+ switch (type) { -+ case 0: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3 -+ ); -+ break; -+ case 1: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3 -+ ); -+ break; -+ case 2: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3 -+ ); -+ break; -+ case 3: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0xaaaa5555, 0xaaaa5a5a, 0xffffff, 0x3 -+ ); -+ break; -+ case 4: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0x55555555, 0xaaaa5a5a, 0xffffff, 0x3 -+ ); -+ break; -+ case 5: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0x5a5a5a5a, 0xaaaa5a5a, 0xffffff, 0x3 -+ ); -+ break; -+ case 6: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, 0xffffff, 0x3 -+ ); -+ break; -+ case 7: -+ halbtc8723b1ant_CoexTable( -+ pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3 -+ ); -+ break; -+ default: -+ break; -+ } -+} -+ -+static void halbtc8723b1ant_SetFwIgnoreWlanAct( -+ PBTC_COEXIST pBtCoexist, bool bEnable -+) -+{ -+ u8 H2C_Parameter[1] = {0}; -+ -+ if (bEnable) -+ H2C_Parameter[0] |= BIT0; /* function enable */ -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63 = 0x%x\n", -+ H2C_Parameter[0] -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+static void halbtc8723b1ant_IgnoreWlanAct( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bEnable -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW, -+ ( -+ "[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec ? "force to" : ""), -+ (bEnable ? "ON" : "OFF") -+ ) -+ ); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], bPreIgnoreWlanAct = %d, bCurIgnoreWlanAct = %d!!\n", -+ pCoexDm->bPreIgnoreWlanAct, -+ pCoexDm->bCurIgnoreWlanAct -+ ) -+ ); -+ -+ if (pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8723b1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+static void halbtc8723b1ant_SetLpsRpwm( -+ PBTC_COEXIST pBtCoexist, u8 lpsVal, u8 rpwmVal -+) -+{ -+ u8 lps = lpsVal; -+ u8 rpwm = rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+static void halbtc8723b1ant_LpsRpwm( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 lpsVal, u8 rpwmVal -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW, -+ ( -+ "[BTCoex], %s set lps/rpwm = 0x%x/0x%x\n", -+ (bForceExec ? "force to" : ""), -+ lpsVal, -+ rpwmVal -+ ) -+ ); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], LPS-RxBeaconMode = 0x%x , LPS-RPWM = 0x%x!!\n", -+ pCoexDm->curLps, -+ pCoexDm->curRpwm -+ ) -+ ); -+ -+ if ( -+ (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) -+ ) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], LPS-RPWM_Last = 0x%x , LPS-RPWM_Now = 0x%x!!\n", -+ pCoexDm->preRpwm, -+ pCoexDm->curRpwm -+ ) -+ ); -+ -+ return; -+ } -+ } -+ halbtc8723b1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+static void halbtc8723b1ant_SwMechanism( -+ PBTC_COEXIST pBtCoexist, bool bLowPenaltyRA -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_MONITOR, -+ ("[BTCoex], SM[LpRA] = %d\n", bLowPenaltyRA) -+ ); -+ -+ halbtc8723b1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+static void halbtc8723b1ant_SetAntPath( -+ PBTC_COEXIST pBtCoexist, u8 antPosType, bool bInitHwCfg, bool bWifiOff -+) -+{ -+ PBTC_BOARD_INFO pBoardInfo = &pBtCoexist->boardInfo; -+ u32 fwVer = 0, u4Tmp = 0, cntBtCalChk = 0; -+ bool bPgExtSwitch = false; -+ bool bUseExtSwitch = false; -+ bool bIsInMpMode = false; -+ u8 H2C_Parameter[2] = {0}, u1Tmp = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_EXT_SWITCH, &bPgExtSwitch); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); /* [31:16]=fw ver, [15:0]=fw sub ver */ -+ -+ if ((fwVer > 0 && fwVer < 0xc0000) || bPgExtSwitch) -+ bUseExtSwitch = true; -+ -+ if (bInitHwCfg) { -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); /* WiFi TRx Mask on */ -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); /* BT TRx Mask on */ -+ -+ if (fwVer >= 0x180000) { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } else /* set grant_bt to high */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ -+ /* set wlan_act control by PTA */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); /* BT select s0/s1 is controlled by WiFi */ -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x39, 0x8, 0x1); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x974, 0xff); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x944, 0x3, 0x3); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x930, 0x77); -+ } else if (bWifiOff) { -+ if (fwVer >= 0x180000) { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } else /* set grant_bt to high */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ -+ /* set wlan_act to always low */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_IS_IN_MP_MODE, &bIsInMpMode); -+ if (!bIsInMpMode) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x0); /* BT select s0/s1 is controlled by BT */ -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); /* BT select s0/s1 is controlled by WiFi */ -+ -+ /* 0x4c[24:23]= 00, Set Antenna control by BT_RFE_CTRL BT Vendor 0xac = 0xf002 */ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &= ~BIT23; -+ u4Tmp &= ~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } else { -+ /* Use H2C to set GNT_BT to LOW */ -+ if (fwVer >= 0x180000) { -+ if (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765) != 0) { -+ H2C_Parameter[0] = 0; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ } else { -+ /* BT calibration check */ -+ while (cntBtCalChk <= 20) { -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49d); -+ cntBtCalChk++; -+ -+ if (u1Tmp & BIT0) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ########### BT is calibrating (wait cnt =%d) ###########\n", cntBtCalChk)); -+ mdelay(50); -+ } else { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ********** BT is NOT calibrating (wait cnt =%d)**********\n", cntBtCalChk)); -+ break; -+ } -+ } -+ -+ /* set grant_bt to PTA */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x0); -+ } -+ -+ if (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) != 0xc) -+ /* set wlan_act control by PTA */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ } -+ -+ if (bUseExtSwitch) { -+ if (bInitHwCfg) { -+ /* 0x4c[23]= 0, 0x4c[24]= 1 Antenna control by WL/BT */ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &= ~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); /* fixed internal switch S1->WiFi, S0->BT */ -+ -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) { -+ /* tell firmware "no antenna inverse" */ -+ H2C_Parameter[0] = 0; -+ H2C_Parameter[1] = 1; /* ext switch type */ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } else { -+ /* tell firmware "antenna inverse" */ -+ H2C_Parameter[0] = 1; -+ H2C_Parameter[1] = 1; /* ext switch type */ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ } -+ -+ -+ /* ext switch setting */ -+ switch (antPosType) { -+ case BTC_ANT_PATH_WIFI: -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); -+ break; -+ case BTC_ANT_PATH_BT: -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); -+ break; -+ } -+ -+ } else { -+ if (bInitHwCfg) { -+ /* 0x4c[23]= 1, 0x4c[24]= 0 Antenna control by 0x64 */ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp |= BIT23; -+ u4Tmp &= ~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ /* Fix Ext switch Main->S1, Aux->S0 */ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x0); -+ -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) { -+ -+ /* tell firmware "no antenna inverse" */ -+ H2C_Parameter[0] = 0; -+ H2C_Parameter[1] = 0; /* internal switch type */ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } else { -+ -+ /* tell firmware "antenna inverse" */ -+ H2C_Parameter[0] = 1; -+ H2C_Parameter[1] = 0; /* internal switch type */ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ } -+ -+ -+ /* internal switch setting */ -+ switch (antPosType) { -+ case BTC_ANT_PATH_WIFI: -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ break; -+ case BTC_ANT_PATH_BT: -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x200); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x80); -+ break; -+ } -+ } -+} -+ -+static void halbtc8723b1ant_SetFwPstdma( -+ PBTC_COEXIST pBtCoexist, u8 byte1, u8 byte2, u8 byte3, u8 byte4, u8 byte5 -+) -+{ -+ u8 H2C_Parameter[5] = {0}; -+ u8 realByte1 = byte1, realByte5 = byte5; -+ bool bApEnable = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if (bApEnable) { -+ if (byte1&BIT4 && !(byte1&BIT5)) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("[BTCoex], FW for 1Ant AP mode\n") -+ ); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], PS-TDMA H2C cmd = 0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24| -+ H2C_Parameter[2]<<16| -+ H2C_Parameter[3]<<8| -+ H2C_Parameter[4] -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+ -+static void halbtc8723b1ant_PsTdma( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bTurnOn, u8 type -+) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bWifiBusy = false; -+ u8 rssiAdjustVal = 0; -+ u8 psTdmaByte4Val = 0x50, psTdmaByte0Val = 0x51, psTdmaByte3Val = 0x10; -+ s8 nWiFiDurationAdjust = 0x0; -+ /* u32 fwVer = 0; */ -+ -+ /* BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW, ("[BTCoex], %s turn %s PS TDMA, type =%d\n", */ -+ /* (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); */ -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if (pCoexDm->bCurPsTdmaOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ( -+ "[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma -+ ) -+ ); -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ( -+ "[BTCoex], ********** TDMA(off, %d) **********\n", -+ pCoexDm->curPsTdma -+ ) -+ ); -+ } -+ -+ if (!bForceExec) { -+ if ( -+ (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) -+ ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum <= 5) -+ nWiFiDurationAdjust = 5; -+ else if (pCoexSta->nScanAPNum >= 40) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nScanAPNum >= 20) -+ nWiFiDurationAdjust = -10; -+ -+ if (!pCoexSta->bForceLpsOn) { /* only for A2DP-only case 1/2/9/11 */ -+ psTdmaByte0Val = 0x61; /* no null-pkt */ -+ psTdmaByte3Val = 0x11; /* no tx-pause at BT-slot */ -+ psTdmaByte4Val = 0x10; /* 0x778 = d/1 toggle */ -+ } -+ -+ -+ if (bTurnOn) { -+ if (pBtLinkInfo->bSlaveRole == true) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; /* 0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) */ -+ -+ -+ switch (type) { -+ default: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x51, 0x1a, 0x1a, 0x0, psTdmaByte4Val -+ ); -+ break; -+ case 1: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, -+ psTdmaByte0Val, -+ 0x3a+nWiFiDurationAdjust, -+ 0x03, -+ psTdmaByte3Val, -+ psTdmaByte4Val -+ ); -+ break; -+ case 2: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, -+ psTdmaByte0Val, -+ 0x2d+nWiFiDurationAdjust, -+ 0x03, -+ psTdmaByte3Val, -+ psTdmaByte4Val -+ ); -+ break; -+ case 3: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x51, 0x1d, 0x1d, 0x0, 0x10 -+ ); -+ break; -+ case 4: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x93, 0x15, 0x3, 0x14, 0x0 -+ ); -+ break; -+ case 5: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x61, 0x15, 0x3, 0x11, 0x10 -+ ); -+ break; -+ case 6: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x61, 0x20, 0x3, 0x11, 0x11 -+ ); -+ break; -+ case 7: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xc, 0x5, 0x0, 0x0); -+ break; -+ case 8: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0 -+ ); -+ break; -+ case 9: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, -+ psTdmaByte0Val, -+ 0x21, -+ 0x3, -+ psTdmaByte3Val, -+ psTdmaByte4Val -+ ); -+ break; -+ case 10: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 11: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, -+ psTdmaByte0Val, -+ 0x21, -+ 0x03, -+ psTdmaByte3Val, -+ psTdmaByte4Val -+ ); -+ break; -+ case 12: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x51, 0x0a, 0x0a, 0x0, 0x50 -+ ); -+ break; -+ case 13: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x51, 0x12, 0x12, 0x0, 0x10 -+ ); -+ break; -+ case 14: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x51, 0x21, 0x3, 0x10, psTdmaByte4Val -+ ); -+ break; -+ case 15: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x13, 0xa, 0x3, 0x8, 0x0 -+ ); -+ break; -+ case 16: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x93, 0x15, 0x3, 0x10, 0x0 -+ ); -+ break; -+ case 18: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0 -+ ); -+ break; -+ case 20: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x61, 0x3f, 0x03, 0x11, 0x10 -+ -+ ); -+ break; -+ case 21: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x11 -+ ); -+ break; -+ case 22: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x10 -+ ); -+ break; -+ case 23: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x18 -+ ); -+ break; -+ case 24: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xe3, 0x15, 0x3, 0x31, 0x18 -+ ); -+ break; -+ case 25: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18 -+ ); -+ break; -+ case 26: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18 -+ ); -+ break; -+ case 27: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x98 -+ ); -+ break; -+ case 28: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x69, 0x25, 0x3, 0x31, 0x0 -+ ); -+ break; -+ case 29: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xab, 0x1a, 0x1a, 0x1, 0x10 -+ ); -+ break; -+ case 30: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x51, 0x30, 0x3, 0x10, 0x10 -+ ); -+ break; -+ case 31: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xd3, 0x1a, 0x1a, 0x0, 0x58 -+ ); -+ break; -+ case 32: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x61, 0x35, 0x3, 0x11, 0x11 -+ ); -+ break; -+ case 33: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xa3, 0x25, 0x3, 0x30, 0x90 -+ ); -+ break; -+ case 34: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x53, 0x1a, 0x1a, 0x0, 0x10 -+ ); -+ break; -+ case 35: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x63, 0x1a, 0x1a, 0x0, 0x10 -+ ); -+ break; -+ case 36: -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0xd3, 0x12, 0x3, 0x14, 0x50 -+ ); -+ break; -+ case 40: /* SoftAP only with no sta associated, BT disable , TDMA mode for power saving */ -+ /* here softap mode screen off will cost 70-80mA for phone */ -+ halbtc8723b1ant_SetFwPstdma( -+ pBtCoexist, 0x23, 0x18, 0x00, 0x10, 0x24 -+ ); -+ break; -+ } -+ } else { -+ -+ /* disable PS tdma */ -+ switch (type) { -+ case 8: /* PTA Control */ -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ halbtc8723b1ant_SetAntPath( -+ pBtCoexist, BTC_ANT_PATH_PTA, false, false -+ ); -+ break; -+ case 0: -+ default: /* Software control, Antenna at BT side */ -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ halbtc8723b1ant_SetAntPath( -+ pBtCoexist, BTC_ANT_PATH_BT, false, false -+ ); -+ break; -+ case 9: /* Software control, Antenna at WiFi side */ -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ halbtc8723b1ant_SetAntPath( -+ pBtCoexist, BTC_ANT_PATH_WIFI, false, false -+ ); -+ break; -+ } -+ } -+ -+ rssiAdjustVal = 0; -+ pBtCoexist->fBtcSet( -+ pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, &rssiAdjustVal -+ ); -+ -+ /* update pre state */ -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+static bool halbtc8723b1ant_IsCommonAction(PBTC_COEXIST pBtCoexist) -+{ -+ bool bCommon = false, bWifiConnected = false, bWifiBusy = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if ( -+ !bWifiConnected && -+ BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus -+ ) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], Wifi non connected-idle + BT non connected-idle!!\n") -+ ); -+ -+ /* halbtc8723b1ant_SwMechanism(pBtCoexist, false); */ -+ -+ bCommon = true; -+ } else if ( -+ bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ ) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], Wifi connected + BT non connected-idle!!\n") -+ ); -+ -+ /* halbtc8723b1ant_SwMechanism(pBtCoexist, false); */ -+ -+ bCommon = true; -+ } else if ( -+ !bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) -+ ) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], Wifi non connected-idle + BT connected-idle!!\n") -+ ); -+ -+ /* halbtc8723b1ant_SwMechanism(pBtCoexist, false); */ -+ -+ bCommon = true; -+ } else if ( -+ bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) -+ ) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ -+ /* halbtc8723b1ant_SwMechanism(pBtCoexist, false); */ -+ -+ bCommon = true; -+ } else if ( -+ !bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) -+ ) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], Wifi non connected-idle + BT Busy!!\n") -+ ); -+ -+ /* halbtc8723b1ant_SwMechanism(pBtCoexist, false); */ -+ -+ bCommon = true; -+ } else { -+ if (bWifiBusy) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n") -+ ); -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n") -+ ); -+ } -+ -+ bCommon = false; -+ } -+ -+ return bCommon; -+} -+ -+ -+static void halbtc8723b1ant_TdmaDurationAdjustForAcl( -+ PBTC_COEXIST pBtCoexist, u8 wifiStatus -+) -+{ -+ static s32 up, dn, m, n, WaitCount; -+ s32 result; /* 0: no change, +1: increase WiFi duration, -1: decrease WiFi duration */ -+ u8 retryCount = 0, btInfoExt; -+ bool bWifiBusy = false; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW, -+ ("[BTCoex], TdmaDurationAdjustForAcl()\n") -+ ); -+ -+ if (BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY == wifiStatus) -+ bWifiBusy = true; -+ else -+ bWifiBusy = false; -+ -+ if ( -+ (BT_8723B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) -+ ) { -+ if ( -+ pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 3 && -+ pCoexDm->curPsTdma != 9 -+ ) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n = 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+ -+ if (!pCoexDm->bAutoTdmaAdjust) { -+ pCoexDm->bAutoTdmaAdjust = true; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ("[BTCoex], first run TdmaDurationAdjust()!!\n") -+ ); -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ /* */ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n = 3; -+ result = 0; -+ WaitCount = 0; -+ } else { -+ /* accquire the BT TRx retry count from BT_Info byte2 */ -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ /* BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount)); */ -+ /* BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], up =%d, dn =%d, m =%d, n =%d, WaitCount =%d\n", */ -+ /* up, dn, m, n, WaitCount)); */ -+ -+ if (pCoexSta->lowPriorityTx > 1050 || pCoexSta->lowPriorityRx > 1250) -+ retryCount++; -+ -+ result = 0; -+ WaitCount++; -+ -+ if (retryCount == 0) { /* no retry in the last 2-second duration */ -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if (up >= n) { /* if 連續 n 個2ç§’ retry count為0, 則調寬WiFi duration */ -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ("[BTCoex], Increase wifi duration!!\n") -+ ); -+ } -+ } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) { /* if 連續 2 個2ç§’ retry count< 3, 則調窄WiFi duration */ -+ if (WaitCount <= 2) -+ m++; /* é¿å…一直在兩個level中來回 */ -+ else -+ m = 1; -+ -+ if (m >= 20) /* m 最大值 = 20 ' 最大120ç§’ recheck是å¦èª¿æ•´ WiFi duration. */ -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } else { /* retry count > 3, åªè¦1次 retry count > 3, 則調窄WiFi duration */ -+ if (WaitCount == 1) -+ m++; /* é¿å…一直在兩個level中來回 */ -+ else -+ m = 1; -+ -+ if (m >= 20) /* m 最大值 = 20 ' 最大120ç§’ recheck是å¦èª¿æ•´ WiFi duration. */ -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n") -+ ); -+ } -+ -+ if (result == -1) { -+ if ( -+ BT_INFO_8723B_1ANT_A2DP_BASIC_RATE(btInfoExt) && -+ ((pCoexDm->curPsTdma == 1) || (pCoexDm->curPsTdma == 2)) -+ ) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } else if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } else if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } else if (result == 1) { -+ if ( -+ BT_INFO_8723B_1ANT_A2DP_BASIC_RATE(btInfoExt) && -+ ((pCoexDm->curPsTdma == 1) || (pCoexDm->curPsTdma == 2)) -+ ) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } else if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ } else { /* no change */ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma -+ ) -+ ); -+ } -+ -+ if ( -+ pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 9 && -+ pCoexDm->curPsTdma != 11 -+ ) /* recover to previous adjust type */ -+ halbtc8723b1ant_PsTdma( -+ pBtCoexist, NORMAL_EXEC, true, pCoexDm->psTdmaDuAdjType -+ ); -+ } -+} -+ -+static void halbtc8723b1ant_PsTdmaCheckForPowerSaveState( -+ PBTC_COEXIST pBtCoexist, bool bNewPsState -+) -+{ -+ u8 lpsMode = 0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if (lpsMode) { /* already under LPS state */ -+ if (bNewPsState) { -+ /* keep state under LPS, do nothing. */ -+ } else /* will leave LPS state, turn off psTdma first */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 0); -+ } else { /* NO PS state */ -+ if (bNewPsState) /* will enter LPS state, turn off psTdma first */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 0); -+ else { -+ /* keep state under NO PS state, do nothing. */ -+ } -+ } -+} -+ -+static void halbtc8723b1ant_PowerSaveState( -+ PBTC_COEXIST pBtCoexist, u8 psType, u8 lpsVal, u8 rpwmVal -+) -+{ -+ bool bLowPwrDisable = false; -+ -+ switch (psType) { -+ case BTC_PS_WIFI_NATIVE: -+ /* recover to original 32k low power setting */ -+ bLowPwrDisable = false; -+ pBtCoexist->fBtcSet( -+ pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable -+ ); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = false; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8723b1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, true); -+ halbtc8723b1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ /* when coex force to enter LPS, do not enter 32k low power. */ -+ bLowPwrDisable = true; -+ pBtCoexist->fBtcSet( -+ pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable -+ ); -+ /* power save must executed before psTdma. */ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = true; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8723b1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, false); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = false; -+ break; -+ default: -+ break; -+ } -+} -+ -+/* */ -+/* */ -+/* Software Coex Mechanism start */ -+/* */ -+/* */ -+ -+/* */ -+/* */ -+/* Non-Software Coex Mechanism start */ -+/* */ -+/* */ -+static void halbtc8723b1ant_ActionWifiMultiPort(PBTC_COEXIST pBtCoexist) -+{ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+static void halbtc8723b1ant_ActionHs(PBTC_COEXIST pBtCoexist) -+{ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 5); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+static void halbtc8723b1ant_ActionBtInquiry(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bWifiConnected = false; -+ bool bApEnable = false; -+ bool bWifiBusy = false; -+ bool bBtBusy = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ if (!bWifiConnected && !pCoexSta->bWiFiIsHighPriTask) { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } else if ( -+ pBtLinkInfo->bScoExist || -+ pBtLinkInfo->bHidExist || -+ pBtLinkInfo->bA2dpExist -+ ) { -+ /* SCO/HID/A2DP busy */ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 32); -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else if (pBtLinkInfo->bPanExist || bWifiBusy) { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 20); -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+} -+ -+static void halbtc8723b1ant_ActionBtScoHidOnlyBusy( -+ PBTC_COEXIST pBtCoexist, u8 wifiStatus -+) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bWifiConnected = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ /* tdma and coex table */ -+ -+ if (pBtLinkInfo->bScoExist) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 5); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } else { /* HID */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+} -+ -+static void halbtc8723b1ant_ActionWifiConnectedBtAclBusy( -+ PBTC_COEXIST pBtCoexist, u8 wifiStatus -+) -+{ -+ u8 btRssiState; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ btRssiState = halbtc8723b1ant_BtRssiState(2, 28, 0); -+ -+ if ((pCoexSta->lowPriorityRx >= 1000) && (pCoexSta->lowPriorityRx != 65535)) -+ pBtLinkInfo->bSlaveRole = true; -+ else -+ pBtLinkInfo->bSlaveRole = false; -+ -+ if (pBtLinkInfo->bHidOnly) { /* HID */ -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, wifiStatus); -+ pCoexDm->bAutoTdmaAdjust = false; -+ return; -+ } else if (pBtLinkInfo->bA2dpOnly) { /* A2DP */ -+ if (BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE == wifiStatus) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = false; -+ } else { -+ halbtc8723b1ant_TdmaDurationAdjustForAcl(pBtCoexist, wifiStatus); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = true; -+ } -+ } else if (pBtLinkInfo->bHidExist && pBtLinkInfo->bA2dpExist) { /* HID+A2DP */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->bAutoTdmaAdjust = false; -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else if ( -+ pBtLinkInfo->bPanOnly || -+ (pBtLinkInfo->bHidExist && pBtLinkInfo->bPanExist) -+ ) { /* PAN(OPP, FTP), HID+PAN(OPP, FTP) */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = false; -+ } else if ( -+ (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) || -+ (pBtLinkInfo->bHidExist && pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ ) { /* A2DP+PAN(OPP, FTP), HID+A2DP+PAN(OPP, FTP) */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 13); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = false; -+ } else { -+ /* BT no-profile busy (0x9) */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = false; -+ } -+} -+ -+static void halbtc8723b1ant_ActionWifiNotConnected(PBTC_COEXIST pBtCoexist) -+{ -+ /* power save state */ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ /* tdma and coex table */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, false, 8); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+static void halbtc8723b1ant_ActionWifiNotConnectedScan( -+ PBTC_COEXIST pBtCoexist -+) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ /* tdma and coex table */ -+ if (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) { -+ if (pBtLinkInfo->bA2dpExist) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 22); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } else if ( -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) -+ ) { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy( -+ pBtCoexist, BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN -+ ); -+ } else { -+ /* Bryant Add */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+static void halbtc8723b1ant_ActionWifiNotConnectedAssoAuth( -+ PBTC_COEXIST pBtCoexist -+) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ /* tdma and coex table */ -+ if ( -+ (pBtLinkInfo->bScoExist) || -+ (pBtLinkInfo->bHidExist) || -+ (pBtLinkInfo->bA2dpExist) -+ ) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else if (pBtLinkInfo->bPanExist) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+static void halbtc8723b1ant_ActionWifiConnectedScan(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ /* tdma and coex table */ -+ if (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) { -+ if (pBtLinkInfo->bA2dpExist) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 22); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } else if ( -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) -+ ) { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy( -+ pBtCoexist, BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN -+ ); -+ } else { -+ /* Bryant Add */ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+static void halbtc8723b1ant_ActionWifiConnectedSpecialPacket( -+ PBTC_COEXIST pBtCoexist -+) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ /* tdma and coex table */ -+ if ( -+ (pBtLinkInfo->bScoExist) || -+ (pBtLinkInfo->bHidExist) || -+ (pBtLinkInfo->bA2dpExist) -+ ) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else if (pBtLinkInfo->bPanExist) { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } else { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+static void halbtc8723b1ant_ActionWifiConnected(PBTC_COEXIST pBtCoexist) -+{ -+ bool bWifiBusy = false; -+ bool bScan = false, bLink = false, bRoam = false; -+ bool bUnder4way = false, bApEnable = false; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], CoexForWifiConnect() ===>\n") -+ ); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ if (bUnder4way) { -+ halbtc8723b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], CoexForWifiConnect(), return for wifi is under 4way<===\n") -+ ); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ if (bScan || bLink || bRoam) { -+ if (bScan) -+ halbtc8723b1ant_ActionWifiConnectedScan(pBtCoexist); -+ else -+ halbtc8723b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], CoexForWifiConnect(), return for wifi is under scan<===\n") -+ ); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ /* power save state */ -+ if ( -+ !bApEnable && -+ BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus && -+ !pBtCoexist->btLinkInfo.bHidOnly -+ ) { -+ if (pBtCoexist->btLinkInfo.bA2dpOnly) { /* A2DP */ -+ if (!bWifiBusy) -+ halbtc8723b1ant_PowerSaveState( -+ pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0 -+ ); -+ else { /* busy */ -+ if (pCoexSta->nScanAPNum >= BT_8723B_1ANT_WIFI_NOISY_THRESH) /* no force LPS, no PS-TDMA, use pure TDMA */ -+ halbtc8723b1ant_PowerSaveState( -+ pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0 -+ ); -+ else -+ halbtc8723b1ant_PowerSaveState( -+ pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4 -+ ); -+ } -+ } else if ( -+ (pCoexSta->bPanExist == false) && -+ (pCoexSta->bA2dpExist == false) && -+ (pCoexSta->bHidExist == false) -+ ) -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } else -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ /* tdma and coex table */ -+ if (!bWifiBusy) { -+ if (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) { -+ halbtc8723b1ant_ActionWifiConnectedBtAclBusy( -+ pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE -+ ); -+ } else if ( -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) -+ ) { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } else { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ -+ if ((pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60) -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } else { -+ if (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) { -+ halbtc8723b1ant_ActionWifiConnectedBtAclBusy( -+ pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY -+ ); -+ } else if ( -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) -+ ) { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy( -+ pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY -+ ); -+ } else { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 8); -+ -+ if ((pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60) -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+} -+ -+static void halbtc8723b1ant_RunSwCoexistMechanism(PBTC_COEXIST pBtCoexist) -+{ -+ u8 algorithm = 0; -+ -+ algorithm = halbtc8723b1ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ -+ if (halbtc8723b1ant_IsCommonAction(pBtCoexist)) { -+ -+ } else { -+ switch (pCoexDm->curAlgorithm) { -+ case BT_8723B_1ANT_COEX_ALGO_SCO: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = SCO.\n")); -+ /* halbtc8723b1ant_ActionSco(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_HID: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HID.\n")); -+ /* halbtc8723b1ant_ActionHid(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_A2DP: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = A2DP.\n")); -+ /* halbtc8723b1ant_ActionA2dp(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_A2DP_PANHS: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = A2DP+PAN(HS).\n")); -+ /* halbtc8723b1ant_ActionA2dpPanHs(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANEDR: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = PAN(EDR).\n")); -+ /* halbtc8723b1ant_ActionPanEdr(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANHS: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HS mode.\n")); -+ /* halbtc8723b1ant_ActionPanHs(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANEDR_A2DP: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = PAN+A2DP.\n")); -+ /* halbtc8723b1ant_ActionPanEdrA2dp(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANEDR_HID: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = PAN(EDR)+HID.\n")); -+ /* halbtc8723b1ant_ActionPanEdrHid(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HID+A2DP+PAN.\n")); -+ /* halbtc8723b1ant_ActionHidA2dpPanEdr(pBtCoexist); */ -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_HID_A2DP: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = HID+A2DP.\n")); -+ /* halbtc8723b1ant_ActionHidA2dp(pBtCoexist); */ -+ break; -+ default: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action algorithm = coexist All Off!!\n")); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+static void halbtc8723b1ant_RunCoexistMechanism(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bWifiConnected = false, bBtHsOn = false; -+ bool bIncreaseScanDevNum = false; -+ bool bBtCtrlAggBufSize = false; -+ u8 aggBufSize = 5; -+ u32 wifiLinkStatus = 0; -+ u32 numOfWifiLink = 0; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism() ===>\n")); -+ -+ if (pBtCoexist->bManualControl) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if (pBtCoexist->bStopCoexDm) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism(), return for Stop Coex DM <===\n")); -+ return; -+ } -+ -+ if (pCoexSta->bUnderIps) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if ( -+ (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) -+ ){ -+ bIncreaseScanDevNum = true; -+ } -+ -+ pBtCoexist->fBtcSet( -+ pBtCoexist, -+ BTC_SET_BL_INC_SCAN_DEV_NUM, -+ &bIncreaseScanDevNum -+ ); -+ pBtCoexist->fBtcGet( -+ pBtCoexist, -+ BTC_GET_BL_WIFI_CONNECTED, -+ &bWifiConnected -+ ); -+ -+ pBtCoexist->fBtcGet( -+ pBtCoexist, -+ BTC_GET_U4_WIFI_LINK_STATUS, -+ &wifiLinkStatus -+ ); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if ((numOfWifiLink >= 2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ( -+ "############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", -+ numOfWifiLink, -+ wifiLinkStatus -+ ) -+ ); -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, bBtCtrlAggBufSize, aggBufSize); -+ -+ if ((pBtLinkInfo->bA2dpExist) && (pCoexSta->bC2hBtInquiryPage)) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("############# [BTCoex], BT Is Inquirying\n") -+ ); -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ } else -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ -+ if ((pBtLinkInfo->bBtLinkExist) && (bWifiConnected)) { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ -+ if (pBtLinkInfo->bScoExist) -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, true, 0x5); -+ else -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, true, 0x8); -+ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, true); -+ halbtc8723b1ant_RunSwCoexistMechanism(pBtCoexist); /* just print debug message */ -+ } else { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x5); -+ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, false); -+ halbtc8723b1ant_RunSwCoexistMechanism(pBtCoexist); /* just print debug message */ -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if (pCoexSta->bC2hBtInquiryPage) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("############# [BTCoex], BT Is Inquirying\n") -+ ); -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } else if (bBtHsOn) { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ -+ if (!bWifiConnected) { -+ bool bScan = false, bLink = false, bRoam = false; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], wifi is non connected-idle !!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if (bScan || bLink || bRoam) { -+ if (bScan) -+ halbtc8723b1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ else -+ halbtc8723b1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } else -+ halbtc8723b1ant_ActionWifiNotConnected(pBtCoexist); -+ } else /* wifi LPS/Busy */ -+ halbtc8723b1ant_ActionWifiConnected(pBtCoexist); -+} -+ -+static void halbtc8723b1ant_InitCoexDm(PBTC_COEXIST pBtCoexist) -+{ -+ /* force to reset coex mechanism */ -+ -+ /* sw all off */ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, false); -+ -+ /* halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, false, 8); */ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ pCoexSta->popEventCnt = 0; -+} -+ -+static void halbtc8723b1ant_InitHwConfig( -+ PBTC_COEXIST pBtCoexist, -+ bool bBackUp, -+ bool bWifiOnly -+) -+{ -+ u32 u4Tmp = 0;/* fwVer; */ -+ u8 u1Tmpa = 0, u1Tmpb = 0; -+ -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_INIT, -+ ("[BTCoex], 1Ant Init HW Config!!\n") -+ ); -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x550, 0x8, 0x1); /* enable TBTT nterrupt */ -+ -+ /* 0x790[5:0]= 0x5 */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, 0x5); -+ -+ /* Enable counter statistics */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+ -+ /* Antenna config */ -+ if (bWifiOnly) { -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, true, false); -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, false, 9); -+ } else -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, true, false); -+ -+ /* PTA parameter */ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ( -+ "############# [BTCoex], 0x948 = 0x%x, 0x765 = 0x%x, 0x67 = 0x%x\n", -+ u4Tmp, -+ u1Tmpa, -+ u1Tmpb -+ ) -+ ); -+} -+ -+/* */ -+/* work around function start with wa_halbtc8723b1ant_ */ -+/* */ -+/* */ -+/* extern function start with EXhalbtc8723b1ant_ */ -+/* */ -+void EXhalbtc8723b1ant_PowerOnSetting(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BOARD_INFO pBoardInfo = &pBtCoexist->boardInfo; -+ u8 u1Tmp = 0x0; -+ u16 u2Tmp = 0x0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x67, 0x20); -+ -+ /* enable BB, REG_SYS_FUNC_EN such that we can write 0x948 correctly. */ -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x2, u2Tmp|BIT0|BIT1); -+ -+ /* set GRAN_BT = 1 */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ /* set WLAN_ACT = 0 */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ /* */ -+ /* S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) */ -+ /* Local setting bit define */ -+ /* BIT0: "0" for no antenna inverse; "1" for antenna inverse */ -+ /* BIT1: "0" for internal switch; "1" for external switch */ -+ /* BIT2: "0" for one antenna; "1" for two antenna */ -+ /* NOTE: here default all internal switch and 1-antenna ==> BIT1 = 0 and BIT2 = 0 */ -+ if (pBtCoexist->chipInterface == BTC_INTF_USB) { -+ /* fixed at S0 for USB interface */ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ u1Tmp |= 0x1; /* antenna inverse */ -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } else { -+ /* for PCIE and SDIO interface, we check efuse 0xc3[6] */ -+ if (pBoardInfo->singleAntPath == 0) { -+ /* set to S1 */ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } else if (pBoardInfo->singleAntPath == 1) { -+ /* set to S0 */ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ u1Tmp |= 0x1; /* antenna inverse */ -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ -+ if (pBtCoexist->chipInterface == BTC_INTF_PCI) -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ else if (pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+} -+ -+void EXhalbtc8723b1ant_InitHwConfig(PBTC_COEXIST pBtCoexist, bool bWifiOnly) -+{ -+ halbtc8723b1ant_InitHwConfig(pBtCoexist, true, bWifiOnly); -+} -+ -+void EXhalbtc8723b1ant_InitCoexDm(PBTC_COEXIST pBtCoexist) -+{ -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_INIT, -+ ("[BTCoex], Coex Mechanism Init!!\n") -+ ); -+ -+ pBtCoexist->bStopCoexDm = false; -+ -+ halbtc8723b1ant_InitCoexDm(pBtCoexist); -+ -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+} -+ -+void EXhalbtc8723b1ant_DisplayCoexInfo(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BOARD_INFO pBoardInfo = &pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo = &pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ u8 *cliBuf = pBtCoexist->cliBuf; -+ u8 u1Tmp[4], i, btInfoExt, psTdmaCase = 0; -+ u16 u2Tmp[4]; -+ u32 u4Tmp[4]; -+ bool bRoam = false; -+ bool bScan = false; -+ bool bLink = false; -+ bool bWifiUnder5G = false; -+ bool bWifiUnderBMode = false; -+ bool bBtHsOn = false; -+ bool bWifiBusy = false; -+ s32 wifiRssi = 0, btHsRssi = 0; -+ u32 wifiBw, wifiTrafficDir, faOfdm, faCck, wifiLinkStatus; -+ u8 wifiDot11Chnl, wifiHsChnl; -+ u32 fwVer = 0, btPatchVer = 0; -+ static u8 PopReportIn10s = 0; -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n ============[BT Coexist info]============" -+ ); -+ CL_PRINTF(cliBuf); -+ -+ if (pBtCoexist->bManualControl) { -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n ============[Under Manual Control]============" -+ ); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n ==========================================" -+ ); -+ CL_PRINTF(cliBuf); -+ } -+ if (pBtCoexist->bStopCoexDm) { -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n ============[Coex is STOPPED]============" -+ ); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n ==========================================" -+ ); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d", "Ant PG Num/ Ant Mech/ Ant Pos:", \ -+ pBoardInfo->pgAntNum, -+ pBoardInfo->btdmAntNum, -+ pBoardInfo->btdmAntPos -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified) ? "Yes" : "No"), -+ pStackInfo->hciVersion -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8723b1Ant, -+ GLCoexVer8723b1Ant, -+ fwVer, -+ btPatchVer, -+ btPatchVer -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_DOT11_CHNL, &wifiDot11Chnl); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_HS_CHNL, &wifiHsChnl); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d / %d(%d)", "Dot11 channel / HsChnl(HsMode)", \ -+ wifiDot11Chnl, -+ wifiHsChnl, -+ bBtHsOn -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %02x %02x %02x ", "H2C Wifi inform bt chnl Info", \ -+ pCoexDm->wifiChnlInfo[0], -+ pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_HS_RSSI, &btHsRssi); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d", "Wifi rssi/ HS rssi", \ -+ wifiRssi-100, btHsRssi-100 -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d/ %s", "Wifi bLink/ bRoam/ bScan/ bHi-Pri", \ -+ bLink, bRoam, bScan, ((pCoexSta->bWiFiIsHighPriTask) ? "1" : "0") -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir -+ ); -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode -+ ); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s / %s/ %s/ AP =%d/ %s ", "Wifi status", \ -+ (bWifiUnder5G ? "5G" : "2.4G"), -+ ((bWifiUnderBMode) ? "11b" : ((BTC_WIFI_BW_LEGACY == wifiBw) ? "11bg" : (((BTC_WIFI_BW_HT40 == wifiBw) ? "HT40" : "HT20")))), -+ ((!bWifiBusy) ? "idle" : ((BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) ? "uplink" : "downlink")), -+ pCoexSta->nScanAPNum, -+ (pCoexSta->bCCKLock) ? "Lock" : "noLock" -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus -+ ); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d/ %d/ %d", "sta/vwifi/hs/p2pGo/p2pGc", \ -+ ((wifiLinkStatus&WIFI_STA_CONNECTED) ? 1 : 0), -+ ((wifiLinkStatus&WIFI_AP_CONNECTED) ? 1 : 0), -+ ((wifiLinkStatus&WIFI_HS_CONNECTED) ? 1 : 0), -+ ((wifiLinkStatus&WIFI_P2P_GO_CONNECTED) ? 1 : 0), -+ ((wifiLinkStatus&WIFI_P2P_GC_CONNECTED) ? 1 : 0) -+ ); -+ CL_PRINTF(cliBuf); -+ -+ -+ PopReportIn10s++; -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = [%s/ %d/ %d/ %d] ", "BT [status/ rssi/ retryCnt/ popCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page scan") : ((BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) ? "non-connected idle" : -+ ((BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ? "connected-idle" : "busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt, pCoexSta->popEventCnt -+ ); -+ CL_PRINTF(cliBuf); -+ -+ if (PopReportIn10s >= 5) { -+ pCoexSta->popEventCnt = 0; -+ PopReportIn10s = 0; -+ } -+ -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, -+ pBtLinkInfo->bHidExist, -+ pBtLinkInfo->bPanExist, -+ pBtLinkInfo->bA2dpExist -+ ); -+ CL_PRINTF(cliBuf); -+ -+ if (pStackInfo->bProfileNotified) { -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } else { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Role", \ -+ (pBtLinkInfo->bSlaveRole) ? "Slave" : "Master"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0) ? "Basic rate" : "EDR rate" -+ ); -+ CL_PRINTF(cliBuf); -+ -+ for (i = 0; i < BT_INFO_SRC_8723B_1ANT_MAX; i++) { -+ if (pCoexSta->btInfoC2hCnt[i]) { -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8723b1Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i] -+ ); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s/%s, (0x%x/0x%x)", "PS state, IPS/LPS, (lps/rpwm)", \ -+ (pCoexSta->bUnderIps ? "IPS ON" : "IPS OFF"), -+ (pCoexSta->bUnderLps ? "LPS ON" : "LPS OFF"), -+ pBtCoexist->btInfo.lpsVal, -+ pBtCoexist->btInfo.rpwmVal -+ ); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_FW_PWR_MODE_CMD); -+ -+ if (!pBtCoexist->bManualControl) { -+ /* Sw mechanism */ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s", "============[Sw mechanism]============" -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d", "SM[LowPenaltyRA]", \ -+ pCoexDm->bCurLowPenaltyRa -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s/ %s/ %d ", "DelBA/ BtCtrlAgg/ AggSize", \ -+ (pBtCoexist->btInfo.bRejectAggPkt ? "Yes" : "No"), -+ (pBtCoexist->btInfo.bBtCtrlAggBufSize ? "Yes" : "No"), -+ pBtCoexist->btInfo.aggBufSize -+ ); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x ", "Rate Mask", \ -+ pBtCoexist->btInfo.raMask -+ ); -+ CL_PRINTF(cliBuf); -+ -+ /* Fw mechanism */ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, pCoexDm->bAutoTdmaAdjust); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Coex Table Type", \ -+ pCoexSta->nCoexTableType); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "IgnWlanAct", \ -+ pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ /* -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Latest error condition(should be 0)", \ -+ pCoexDm->errorCondition); -+ CL_PRINTF(cliBuf); -+ */ -+ } -+ -+ /* Hw setting */ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "backup ARFR1/ARFR2/RL/AMaxTime", \ -+ pCoexDm->backupArfrCnt1, pCoexDm->backupArfrCnt2, pCoexDm->backupRetryLimit, pCoexDm->backupAmpduMaxTime); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "0x430/0x434/0x42a/0x456", \ -+ u4Tmp[0], u4Tmp[1], u2Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF( -+ cliBuf, BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x778/0x6cc/0x880[29:25]", \ -+ u1Tmp[0], u4Tmp[0], (u4Tmp[1]&0x3e000000) >> 25 -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x764); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x948/ 0x67[5] / 0x764 / 0x76e", \ -+ u4Tmp[0], ((u1Tmp[0]&0x20) >> 5), (u4Tmp[1] & 0xffff), u1Tmp[1] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x92c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x944); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x92c[1:0]/ 0x930[7:0]/0x944[1:0]", \ -+ u4Tmp[0]&0x3, u4Tmp[1]&0xff, u4Tmp[2]&0x3 -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x38[11]/0x40/0x4c[24:23]/0x64[0]", \ -+ ((u1Tmp[0] & 0x8)>>3), -+ u1Tmp[1], -+ ((u4Tmp[0]&0x01800000)>>23), -+ u1Tmp[2]&0x1 -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x", "0xc50(dig)/0x49c(null-drop)", \ -+ u4Tmp[0]&0xff, u1Tmp[0] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcf0); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ -+ faOfdm = -+ ((u4Tmp[0]&0xffff0000) >> 16) + -+ ((u4Tmp[1]&0xffff0000) >> 16) + -+ (u4Tmp[1] & 0xffff) + (u4Tmp[2] & 0xffff) + \ -+ ((u4Tmp[3]&0xffff0000) >> 16) + (u4Tmp[3] & 0xffff); -+ faCck = (u1Tmp[0] << 8) + u1Tmp[1]; -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "OFDM-CCA/OFDM-FA/CCK-FA", \ -+ u4Tmp[0]&0xffff, faOfdm, faCck -+ ); -+ CL_PRINTF(cliBuf); -+ -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_OK CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCOK_CCK, -+ pCoexSta->nCRCOK_11g, -+ pCoexSta->nCRCOK_11n, -+ pCoexSta->nCRCOK_11nAgg -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_Err CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCErr_CCK, -+ pCoexSta->nCRCErr_11g, -+ pCoexSta->nCRCErr_11n, -+ pCoexSta->nCRCErr_11nAgg -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx -+ ); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+void EXhalbtc8723b1ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ if (pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if (BTC_IPS_ENTER == type) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], IPS ENTER notify\n") -+ ); -+ pCoexSta->bUnderIps = true; -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 0); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, false, true); -+ } else if (BTC_IPS_LEAVE == type) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], IPS LEAVE notify\n") -+ ); -+ pCoexSta->bUnderIps = false; -+ -+ halbtc8723b1ant_InitHwConfig(pBtCoexist, false, false); -+ halbtc8723b1ant_InitCoexDm(pBtCoexist); -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+void EXhalbtc8723b1ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ if (pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if (BTC_LPS_ENABLE == type) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], LPS ENABLE notify\n") -+ ); -+ pCoexSta->bUnderLps = true; -+ } else if (BTC_LPS_DISABLE == type) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], LPS DISABLE notify\n") -+ ); -+ pCoexSta->bUnderLps = false; -+ } -+} -+ -+void EXhalbtc8723b1ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ bool bWifiConnected = false, bBtHsOn = false; -+ u32 wifiLinkStatus = 0; -+ u32 numOfWifiLink = 0; -+ bool bBtCtrlAggBufSize = false; -+ u8 aggBufSize = 5; -+ -+ u8 u1Tmpa, u1Tmpb; -+ u32 u4Tmp; -+ -+ if (pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if (BTC_SCAN_START == type) { -+ pCoexSta->bWiFiIsHighPriTask = true; -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN START notify\n") -+ ); -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, false, 8); /* Force antenna setup for no scan result issue */ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ -+ -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ( -+ "[BTCoex], 0x948 = 0x%x, 0x765 = 0x%x, 0x67 = 0x%x\n", -+ u4Tmp, -+ u1Tmpa, -+ u1Tmpb -+ ) -+ ); -+ } else { -+ pCoexSta->bWiFiIsHighPriTask = false; -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN FINISH notify\n") -+ ); -+ -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum -+ ); -+ } -+ -+ if (pBtCoexist->btInfo.bBtDisabled) -+ return; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if (numOfWifiLink >= 2) { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8723b1ant_LimitedRx( -+ pBtCoexist, NORMAL_EXEC, false, bBtCtrlAggBufSize, aggBufSize -+ ); -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ if (pCoexSta->bC2hBtInquiryPage) { -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } else if (bBtHsOn) { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if (BTC_SCAN_START == type) { -+ /* BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN START notify\n")); */ -+ if (!bWifiConnected) /* non-connected scan */ -+ halbtc8723b1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ else /* wifi is connected */ -+ halbtc8723b1ant_ActionWifiConnectedScan(pBtCoexist); -+ } else if (BTC_SCAN_FINISH == type) { -+ /* BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN FINISH notify\n")); */ -+ if (!bWifiConnected) /* non-connected scan */ -+ halbtc8723b1ant_ActionWifiNotConnected(pBtCoexist); -+ else -+ halbtc8723b1ant_ActionWifiConnected(pBtCoexist); -+ } -+} -+ -+void EXhalbtc8723b1ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ bool bWifiConnected = false, bBtHsOn = false; -+ u32 wifiLinkStatus = 0; -+ u32 numOfWifiLink = 0; -+ bool bBtCtrlAggBufSize = false; -+ u8 aggBufSize = 5; -+ -+ if ( -+ pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled -+ ) -+ return; -+ -+ if (BTC_ASSOCIATE_START == type) { -+ pCoexSta->bWiFiIsHighPriTask = true; -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT START notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } else { -+ pCoexSta->bWiFiIsHighPriTask = false; -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT FINISH notify\n")); -+ /* pCoexDm->nArpCnt = 0; */ -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if (numOfWifiLink >= 2) { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if (pCoexSta->bC2hBtInquiryPage) { -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } else if (bBtHsOn) { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if (BTC_ASSOCIATE_START == type) { -+ /* BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT START notify\n")); */ -+ halbtc8723b1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } else if (BTC_ASSOCIATE_FINISH == type) { -+ /* BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT FINISH notify\n")); */ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if (!bWifiConnected) /* non-connected scan */ -+ halbtc8723b1ant_ActionWifiNotConnected(pBtCoexist); -+ else -+ halbtc8723b1ant_ActionWifiConnected(pBtCoexist); -+ } -+} -+ -+void EXhalbtc8723b1ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 H2C_Parameter[3] = {0}; -+ u32 wifiBw; -+ u8 wifiCentralChnl; -+ bool bWifiUnderBMode = false; -+ -+ if ( -+ pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled -+ ) -+ return; -+ -+ if (BTC_MEDIA_CONNECT == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], MEDIA connect notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ /* Set CCK Tx/Rx high Pri except 11b mode */ -+ if (bWifiUnderBMode) { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x00); /* CCK Tx */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x00); /* CCK Rx */ -+ } else { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x10); /* CCK Tx */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x10); /* CCK Rx */ -+ } -+ -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } else { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], MEDIA disconnect notify\n")); -+ pCoexDm->nArpCnt = 0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x0); /* CCK Tx */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x0); /* CCK Rx */ -+ } -+ -+ /* only 2.4G we need to inform bt the chnl mask */ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if ((BTC_MEDIA_CONNECT == type) && (wifiCentralChnl <= 14)) { -+ /* H2C_Parameter[0] = 0x1; */ -+ H2C_Parameter[0] = 0x0; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], FW write 0x66 = 0x%x\n", -+ H2C_Parameter[0]<<16 | H2C_Parameter[1]<<8 | H2C_Parameter[2] -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+void EXhalbtc8723b1ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ bool bBtHsOn = false; -+ u32 wifiLinkStatus = 0; -+ u32 numOfWifiLink = 0; -+ bool bBtCtrlAggBufSize = false; -+ u8 aggBufSize = 5; -+ -+ if ( -+ pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled -+ ) -+ return; -+ -+ if ( -+ BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ BTC_PACKET_ARP == type -+ ) { -+ if (BTC_PACKET_ARP == type) { -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("[BTCoex], special Packet ARP notify\n") -+ ); -+ -+ pCoexDm->nArpCnt++; -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("[BTCoex], ARP Packet Count = %d\n", pCoexDm->nArpCnt) -+ ); -+ -+ if (pCoexDm->nArpCnt >= 10) /* if APR PKT > 10 after connect, do not go to ActionWifiConnectedSpecialPacket(pBtCoexist) */ -+ pCoexSta->bWiFiIsHighPriTask = false; -+ else -+ pCoexSta->bWiFiIsHighPriTask = true; -+ } else { -+ pCoexSta->bWiFiIsHighPriTask = true; -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("[BTCoex], special Packet DHCP or EAPOL notify\n") -+ ); -+ } -+ } else { -+ pCoexSta->bWiFiIsHighPriTask = false; -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("[BTCoex], special Packet [Type = %d] notify\n", type) -+ ); -+ } -+ -+ pCoexSta->specialPktPeriodCnt = 0; -+ -+ pBtCoexist->fBtcGet( -+ pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus -+ ); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if (numOfWifiLink >= 2) { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8723b1ant_LimitedRx( -+ pBtCoexist, NORMAL_EXEC, false, bBtCtrlAggBufSize, aggBufSize -+ ); -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if (pCoexSta->bC2hBtInquiryPage) { -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } else if (bBtHsOn) { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if ( -+ BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ ((BTC_PACKET_ARP == type) && (pCoexSta->bWiFiIsHighPriTask)) -+ ) -+ halbtc8723b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+} -+ -+void EXhalbtc8723b1ant_BtInfoNotify( -+ PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length -+) -+{ -+ u8 btInfo = 0; -+ u8 i, rspSource = 0; -+ bool bWifiConnected = false; -+ bool bBtBusy = false; -+ -+ pCoexSta->bC2hBtInfoReqSent = false; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if (rspSource >= BT_INFO_SRC_8723B_1ANT_MAX) -+ rspSource = BT_INFO_SRC_8723B_1ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, -+ INTF_NOTIFY, -+ ("[BTCoex], Bt info[%d], length =%d, hex data =[", -+ rspSource, -+ length) -+ ); -+ for (i = 0; i < length; i++) { -+ pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; -+ if (i == 1) -+ btInfo = tmpBuf[i]; -+ if (i == length-1) -+ BTC_PRINT( -+ BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i]) -+ ); -+ else -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i])); -+ } -+ -+ if (BT_INFO_SRC_8723B_1ANT_WIFI_FW != rspSource) { -+ pCoexSta->btRetryCnt = pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ if (pCoexSta->btRetryCnt >= 1) -+ pCoexSta->popEventCnt++; -+ -+ if (pCoexSta->btInfoC2h[rspSource][2]&0x20) -+ pCoexSta->bC2hBtPage = true; -+ else -+ pCoexSta->bC2hBtPage = false; -+ -+ pCoexSta->btRssi = pCoexSta->btInfoC2h[rspSource][3]*2-90; -+ /* pCoexSta->btInfoC2h[rspSource][3]*2+10; */ -+ -+ pCoexSta->btInfoExt = pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ -+ if (!pCoexSta->bBtTxRxMask) { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x15 => Need to switch BT TRx Mask */ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x15\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); -+ } -+ -+ /* Here we need to resend some wifi info to BT */ -+ /* because bt is reset and loss of the info. */ -+ if (pCoexSta->btInfoExt & BIT1) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n") -+ ); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if (bWifiConnected) -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ else -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ -+ if (pCoexSta->btInfoExt & BIT3) { -+ if (!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n") -+ ); -+ halbtc8723b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, false); -+ } -+ } else { -+ /* BT already NOT ignore Wlan active, do nothing here. */ -+ } -+ } -+ -+ /* check BIT2 first ==> check if bt is under inquiry or page scan */ -+ if (btInfo & BT_INFO_8723B_1ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = true; -+ else -+ pCoexSta->bC2hBtInquiryPage = false; -+ -+ /* set link exist status */ -+ if (!(btInfo&BT_INFO_8723B_1ANT_B_CONNECTION)) { -+ pCoexSta->bBtLinkExist = false; -+ pCoexSta->bPanExist = false; -+ pCoexSta->bA2dpExist = false; -+ pCoexSta->bHidExist = false; -+ pCoexSta->bScoExist = false; -+ } else { /* connection exists */ -+ pCoexSta->bBtLinkExist = true; -+ if (btInfo & BT_INFO_8723B_1ANT_B_FTP) -+ pCoexSta->bPanExist = true; -+ else -+ pCoexSta->bPanExist = false; -+ -+ if (btInfo & BT_INFO_8723B_1ANT_B_A2DP) -+ pCoexSta->bA2dpExist = true; -+ else -+ pCoexSta->bA2dpExist = false; -+ -+ if (btInfo & BT_INFO_8723B_1ANT_B_HID) -+ pCoexSta->bHidExist = true; -+ else -+ pCoexSta->bHidExist = false; -+ -+ if (btInfo & BT_INFO_8723B_1ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = true; -+ else -+ pCoexSta->bScoExist = false; -+ } -+ -+ halbtc8723b1ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ btInfo = btInfo & 0x1f; /* mask profile bit for connect-ilde identification (for CSR case: A2DP idle --> 0x41) */ -+ -+ if (!(btInfo&BT_INFO_8723B_1ANT_B_CONNECTION)) { -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } else if (btInfo == BT_INFO_8723B_1ANT_B_CONNECTION) { -+ /* connection exists but no busy */ -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } else if ( -+ (btInfo&BT_INFO_8723B_1ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8723B_1ANT_B_SCO_BUSY) -+ ) { -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_SCO_BUSY; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } else if (btInfo&BT_INFO_8723B_1ANT_B_ACL_BUSY) { -+ if (BT_8723B_1ANT_BT_STATUS_ACL_BUSY != pCoexDm->btStatus) -+ pCoexDm->bAutoTdmaAdjust = false; -+ -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_ACL_BUSY; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } else { -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_MAX; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if ( -+ (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) -+ ) -+ bBtBusy = true; -+ else -+ bBtBusy = false; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ halbtc8723b1ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+void EXhalbtc8723b1ant_HaltNotify(PBTC_COEXIST pBtCoexist) -+{ -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, false, 0); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, false, true); -+ -+ halbtc8723b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, true); -+ -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ -+ pBtCoexist->bStopCoexDm = true; -+} -+ -+void EXhalbtc8723b1ant_PnpNotify(PBTC_COEXIST pBtCoexist, u8 pnpState) -+{ -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify\n")); -+ -+ if (BTC_WIFI_PNP_SLEEP == pnpState) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify to SLEEP\n")); -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 0); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, false, true); -+ -+ pBtCoexist->bStopCoexDm = true; -+ } else if (BTC_WIFI_PNP_WAKE_UP == pnpState) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ pBtCoexist->bStopCoexDm = false; -+ halbtc8723b1ant_InitHwConfig(pBtCoexist, false, false); -+ halbtc8723b1ant_InitCoexDm(pBtCoexist); -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+void EXhalbtc8723b1ant_Periodical(PBTC_COEXIST pBtCoexist) -+{ -+ static u8 disVerInfoCnt = 0; -+ u32 fwVer = 0, btPatchVer = 0; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], ==========================Periodical ===========================\n")); -+ -+ if (disVerInfoCnt <= 5) { -+ disVerInfoCnt += 1; -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ****************************************************************\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", \ -+ GLCoexVerDate8723b1Ant, GLCoexVer8723b1Ant, fwVer, btPatchVer, btPatchVer)); -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+ halbtc8723b1ant_MonitorBtCtr(pBtCoexist); -+ halbtc8723b1ant_MonitorWiFiCtr(pBtCoexist); -+ -+ if ( -+ halbtc8723b1ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust -+ ) -+ halbtc8723b1ant_RunCoexistMechanism(pBtCoexist); -+ -+ pCoexSta->specialPktPeriodCnt++; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.h linux/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.h ---- linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalBtc8723b1Ant.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,193 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/* The following is for 8723B 1ANT BT Co-exist definition */ -+#define BT_INFO_8723B_1ANT_B_FTP BIT7 -+#define BT_INFO_8723B_1ANT_B_A2DP BIT6 -+#define BT_INFO_8723B_1ANT_B_HID BIT5 -+#define BT_INFO_8723B_1ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8723B_1ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8723B_1ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8723B_1ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8723B_1ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8723B_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0)) ? true : false) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT 2 -+ -+#define BT_8723B_1ANT_WIFI_NOISY_THRESH 30 /* max: 255 */ -+ -+typedef enum _BT_INFO_SRC_8723B_1ANT { -+ BT_INFO_SRC_8723B_1ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8723B_1ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8723B_1ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8723B_1ANT_MAX -+} BT_INFO_SRC_8723B_1ANT, *PBT_INFO_SRC_8723B_1ANT; -+ -+typedef enum _BT_8723B_1ANT_BT_STATUS { -+ BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8723B_1ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8723B_1ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8723B_1ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8723B_1ANT_BT_STATUS_MAX -+} BT_8723B_1ANT_BT_STATUS, *PBT_8723B_1ANT_BT_STATUS; -+ -+typedef enum _BT_8723B_1ANT_WIFI_STATUS { -+ BT_8723B_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8723B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN = 0x1, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN = 0x2, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT = 0x3, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE = 0x4, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY = 0x5, -+ BT_8723B_1ANT_WIFI_STATUS_MAX -+} BT_8723B_1ANT_WIFI_STATUS, *PBT_8723B_1ANT_WIFI_STATUS; -+ -+typedef enum _BT_8723B_1ANT_COEX_ALGO { -+ BT_8723B_1ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8723B_1ANT_COEX_ALGO_SCO = 0x1, -+ BT_8723B_1ANT_COEX_ALGO_HID = 0x2, -+ BT_8723B_1ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8723B_1ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8723B_1ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8723B_1ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8723B_1ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8723B_1ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8723B_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8723B_1ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8723B_1ANT_COEX_ALGO_MAX = 0xb, -+} BT_8723B_1ANT_COEX_ALGO, *PBT_8723B_1ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8723B_1ANT { -+ /* fw mechanism */ -+ bool bCurIgnoreWlanAct; -+ bool bPreIgnoreWlanAct; -+ u8 prePsTdma; -+ u8 curPsTdma; -+ u8 psTdmaPara[5]; -+ u8 psTdmaDuAdjType; -+ bool bAutoTdmaAdjust; -+ bool bPrePsTdmaOn; -+ bool bCurPsTdmaOn; -+ bool bPreBtAutoReport; -+ bool bCurBtAutoReport; -+ u8 preLps; -+ u8 curLps; -+ u8 preRpwm; -+ u8 curRpwm; -+ -+ /* sw mechanism */ -+ bool bPreLowPenaltyRa; -+ bool bCurLowPenaltyRa; -+ u32 preVal0x6c0; -+ u32 curVal0x6c0; -+ u32 preVal0x6c4; -+ u32 curVal0x6c4; -+ u32 preVal0x6c8; -+ u32 curVal0x6c8; -+ u8 preVal0x6cc; -+ u8 curVal0x6cc; -+ bool bLimitedDig; -+ -+ u32 backupArfrCnt1; /* Auto Rate Fallback Retry cnt */ -+ u32 backupArfrCnt2; /* Auto Rate Fallback Retry cnt */ -+ u16 backupRetryLimit; -+ u8 backupAmpduMaxTime; -+ -+ /* algorithm related */ -+ u8 preAlgorithm; -+ u8 curAlgorithm; -+ u8 btStatus; -+ u8 wifiChnlInfo[3]; -+ -+ u32 preRaMask; -+ u32 curRaMask; -+ u8 preArfrType; -+ u8 curArfrType; -+ u8 preRetryLimitType; -+ u8 curRetryLimitType; -+ u8 preAmpduTimeType; -+ u8 curAmpduTimeType; -+ u32 nArpCnt; -+ -+ u8 errorCondition; -+} COEX_DM_8723B_1ANT, *PCOEX_DM_8723B_1ANT; -+ -+typedef struct _COEX_STA_8723B_1ANT { -+ bool bBtLinkExist; -+ bool bScoExist; -+ bool bA2dpExist; -+ bool bHidExist; -+ bool bPanExist; -+ -+ bool bUnderLps; -+ bool bUnderIps; -+ u32 specialPktPeriodCnt; -+ u32 highPriorityTx; -+ u32 highPriorityRx; -+ u32 lowPriorityTx; -+ u32 lowPriorityRx; -+ s8 btRssi; -+ bool bBtTxRxMask; -+ u8 preBtRssiState; -+ u8 preWifiRssiState[4]; -+ bool bC2hBtInfoReqSent; -+ u8 btInfoC2h[BT_INFO_SRC_8723B_1ANT_MAX][10]; -+ u32 btInfoC2hCnt[BT_INFO_SRC_8723B_1ANT_MAX]; -+ bool bC2hBtInquiryPage; -+ bool bC2hBtPage; /* Add for win8.1 page out issue */ -+ bool bWiFiIsHighPriTask; /* Add for win8.1 page out issue */ -+ u8 btRetryCnt; -+ u8 btInfoExt; -+ u32 popEventCnt; -+ u8 nScanAPNum; -+ -+ u32 nCRCOK_CCK; -+ u32 nCRCOK_11g; -+ u32 nCRCOK_11n; -+ u32 nCRCOK_11nAgg; -+ -+ u32 nCRCErr_CCK; -+ u32 nCRCErr_11g; -+ u32 nCRCErr_11n; -+ u32 nCRCErr_11nAgg; -+ -+ bool bCCKLock; -+ bool bPreCCKLock; -+ u8 nCoexTableType; -+ -+ bool bForceLpsOn; -+} COEX_STA_8723B_1ANT, *PCOEX_STA_8723B_1ANT; -+ -+/* */ -+/* The following is interface which will notify coex module. */ -+/* */ -+void EXhalbtc8723b1ant_PowerOnSetting(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b1ant_InitHwConfig(PBTC_COEXIST pBtCoexist, bool bWifiOnly); -+void EXhalbtc8723b1ant_InitCoexDm(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b1ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b1ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b1ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b1ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b1ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b1ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b1ant_BtInfoNotify( -+ PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length -+); -+void EXhalbtc8723b1ant_HaltNotify(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b1ant_PnpNotify(PBTC_COEXIST pBtCoexist, u8 pnpState); -+void EXhalbtc8723b1ant_Periodical(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b1ant_DisplayCoexInfo(PBTC_COEXIST pBtCoexist); -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.c linux/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.c ---- linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,3729 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "Mp_Precomp.h" -+ -+/* Global variables, these are static variables */ -+static COEX_DM_8723B_2ANT GLCoexDm8723b2Ant; -+static PCOEX_DM_8723B_2ANT pCoexDm = &GLCoexDm8723b2Ant; -+static COEX_STA_8723B_2ANT GLCoexSta8723b2Ant; -+static PCOEX_STA_8723B_2ANT pCoexSta = &GLCoexSta8723b2Ant; -+ -+static const char *const GLBtInfoSrc8723b2Ant[] = { -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+static u32 GLCoexVerDate8723b2Ant = 20131211; -+static u32 GLCoexVer8723b2Ant = 0x40; -+ -+/* local function start with halbtc8723b2ant_ */ -+static u8 halbtc8723b2ant_BtRssiState( -+ u8 levelNum, u8 rssiThresh, u8 rssiThresh1 -+) -+{ -+ s32 btRssi = 0; -+ u8 btRssiState = pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if (levelNum == 2) { -+ if ( -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) -+ ) { -+ if (btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to High\n")); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at Low\n")); -+ } -+ } else { -+ if (btRssi < rssiThresh) { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Low\n")); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at High\n")); -+ } -+ } -+ } else if (levelNum == 3) { -+ if (rssiThresh > rssiThresh1) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if ( -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW) -+ ) { -+ if (btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Medium\n")); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at Low\n")); -+ } -+ } else if ( -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM) -+ ) { -+ if (btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to High\n")); -+ } else if (btRssi < rssiThresh) { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Low\n")); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at Medium\n")); -+ } -+ } else { -+ if (btRssi < rssiThresh1) { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state switch to Medium\n")); -+ } else { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_BT_RSSI_STATE, ("[BTCoex], BT Rssi state stay at High\n")); -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+static u8 halbtc8723b2ant_WifiRssiState( -+ PBTC_COEXIST pBtCoexist, -+ u8 index, -+ u8 levelNum, -+ u8 rssiThresh, -+ u8 rssiThresh1 -+) -+{ -+ s32 wifiRssi = 0; -+ u8 wifiRssiState = pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if (levelNum == 2) { -+ if ( -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW) -+ ) { -+ if (wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to High\n")); -+ } else { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at Low\n")); -+ } -+ } else { -+ if (wifiRssi < rssiThresh) { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Low\n")); -+ } else { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at High\n")); -+ } -+ } -+ } else if (levelNum == 3) { -+ if (rssiThresh > rssiThresh1) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if ( -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW) -+ ) { -+ if (wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Medium\n")); -+ } else { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at Low\n")); -+ } -+ } else if ( -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM) -+ ) { -+ if (wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to High\n")); -+ } else if (wifiRssi < rssiThresh) { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Low\n")); -+ } else { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at Medium\n")); -+ } -+ } else { -+ if (wifiRssi < rssiThresh1) { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state switch to Medium\n")); -+ } else { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_WIFI_RSSI_STATE, ("[BTCoex], wifi RSSI state stay at High\n")); -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+static void halbtc8723b2ant_LimitedRx( -+ PBTC_COEXIST pBtCoexist, -+ bool bForceExec, -+ bool bRejApAggPkt, -+ bool bBtCtrlAggBufSize, -+ u8 aggBufSize -+) -+{ -+ bool bRejectRxAgg = bRejApAggPkt; -+ bool bBtCtrlRxAggSize = bBtCtrlAggBufSize; -+ u8 rxAggSize = aggBufSize; -+ -+ /* */ -+ /* Rx Aggregation related setting */ -+ /* */ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ /* decide BT control aggregation buf size or not */ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ /* aggregation buf size, only work when BT control Rx aggregation size. */ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ /* real update aggregation setting */ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+} -+ -+static void halbtc8723b2ant_MonitorBtCtr(PBTC_COEXIST pBtCoexist) -+{ -+ u32 regHPTxRx, regLPTxRx, u4Tmp; -+ u32 regHPTx = 0, regHPRx = 0, regLPTx = 0, regLPRx = 0; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_MONITOR, -+ ( -+ "[BTCoex], High Priority Tx/Rx (reg 0x%x) = 0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, -+ regHPTx, -+ regHPTx, -+ regHPRx, -+ regHPRx -+ ) -+ ); -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_BT_MONITOR, -+ ( -+ "[BTCoex], Low Priority Tx/Rx (reg 0x%x) = 0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, -+ regLPTx, -+ regLPTx, -+ regLPRx, -+ regLPRx -+ ) -+ ); -+ -+ /* reset counter */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+static void halbtc8723b2ant_QueryBtInfo(PBTC_COEXIST pBtCoexist) -+{ -+ u8 H2C_Parameter[1] = {0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = true; -+ -+ H2C_Parameter[0] |= BIT0; /* trigger */ -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ("[BTCoex], Query Bt Info, FW write 0x61 = 0x%x\n", H2C_Parameter[0]) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+static bool halbtc8723b2ant_IsWifiStatusChanged(PBTC_COEXIST pBtCoexist) -+{ -+ static bool bPreWifiBusy = false, bPreUnder4way = false, bPreBtHsOn = false; -+ bool bWifiBusy = false, bUnder4way = false, bBtHsOn = false; -+ bool bWifiConnected = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if (bWifiConnected) { -+ if (bWifiBusy != bPreWifiBusy) { -+ bPreWifiBusy = bWifiBusy; -+ return true; -+ } -+ -+ if (bUnder4way != bPreUnder4way) { -+ bPreUnder4way = bUnder4way; -+ return true; -+ } -+ -+ if (bBtHsOn != bPreBtHsOn) { -+ bPreBtHsOn = bBtHsOn; -+ return true; -+ } -+ } -+ -+ return false; -+} -+ -+static void halbtc8723b2ant_UpdateBtLinkInfo(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bBtHsOn = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ /* work around for HS mode. */ -+ if (bBtHsOn) { -+ pBtLinkInfo->bPanExist = true; -+ pBtLinkInfo->bBtLinkExist = true; -+ } -+ -+ /* check if Sco only */ -+ if ( -+ pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bScoOnly = true; -+ else -+ pBtLinkInfo->bScoOnly = false; -+ -+ /* check if A2dp only */ -+ if ( -+ !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bA2dpOnly = true; -+ else -+ pBtLinkInfo->bA2dpOnly = false; -+ -+ /* check if Pan only */ -+ if ( -+ !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bPanOnly = true; -+ else -+ pBtLinkInfo->bPanOnly = false; -+ -+ /* check if Hid only */ -+ if ( -+ !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist -+ ) -+ pBtLinkInfo->bHidOnly = true; -+ else -+ pBtLinkInfo->bHidOnly = false; -+} -+ -+static u8 halbtc8723b2ant_ActionAlgorithm(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ bool bBtHsOn = false; -+ u8 algorithm = BT_8723B_2ANT_COEX_ALGO_UNDEFINED; -+ u8 numOfDiffProfile = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if (!pBtLinkInfo->bBtLinkExist) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if (pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ -+ if (pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ -+ if (pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ -+ if (pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if (numOfDiffProfile == 1) { -+ if (pBtLinkInfo->bScoExist) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_SCO; -+ } else { -+ if (pBtLinkInfo->bHidExist) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], HID only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID; -+ } else if (pBtLinkInfo->bA2dpExist) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_A2DP; -+ } else if (pBtLinkInfo->bPanExist) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANHS; -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } else if (numOfDiffProfile == 2) { -+ if (pBtLinkInfo->bScoExist) { -+ if (pBtLinkInfo->bHidExist) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } else if (pBtLinkInfo->bA2dpExist) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } else if (pBtLinkInfo->bPanExist) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_SCO; -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } else { -+ if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID_A2DP; -+ } else if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID; -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } else if ( -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS; -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } else if (numOfDiffProfile == 3) { -+ if (pBtLinkInfo->bScoExist) { -+ if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], SCO + HID + A2DP ==> HID\n") -+ ); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } else if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], SCO + HID + PAN(HS)\n") -+ ); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } else { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ("[BTCoex], SCO + HID + PAN(EDR)\n") -+ ); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } else if ( -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } else { -+ if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID_A2DP; -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } else if (numOfDiffProfile >= 3) { -+ if (pBtLinkInfo->bScoExist) { -+ if ( -+ pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist -+ ) { -+ if (bBtHsOn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], SCO + HID + A2DP + PAN(EDR) ==>PAN(EDR)+HID\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+static void halbtc8723b2ant_SetFwDacSwingLevel( -+ PBTC_COEXIST pBtCoexist, u8 dacSwingLvl -+) -+{ -+ u8 H2C_Parameter[1] = {0}; -+ -+ /* There are several type of dacswing */ -+ /* 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 */ -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ("[BTCoex], Set Dac Swing Level = 0x%x\n", dacSwingLvl) -+ ); -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ("[BTCoex], FW write 0x64 = 0x%x\n", H2C_Parameter[0]) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x64, 1, H2C_Parameter); -+} -+ -+static void halbtc8723b2ant_SetFwDecBtPwr( -+ PBTC_COEXIST pBtCoexist, u8 decBtPwrLvl -+) -+{ -+ u8 H2C_Parameter[1] = {0}; -+ -+ H2C_Parameter[0] = decBtPwrLvl; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], decrease Bt Power level = %d, FW write 0x62 = 0x%x\n", -+ decBtPwrLvl, -+ H2C_Parameter[0] -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x62, 1, H2C_Parameter); -+} -+ -+static void halbtc8723b2ant_DecBtPwr( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 decBtPwrLvl -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW, -+ ( -+ "[BTCoex], %s Dec BT power level = %d\n", -+ (bForceExec ? "force to" : ""), -+ decBtPwrLvl -+ ) -+ ); -+ pCoexDm->curBtDecPwrLvl = decBtPwrLvl; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], preBtDecPwrLvl =%d, curBtDecPwrLvl =%d\n", -+ pCoexDm->preBtDecPwrLvl, -+ pCoexDm->curBtDecPwrLvl -+ ) -+ ); -+ -+ if (pCoexDm->preBtDecPwrLvl == pCoexDm->curBtDecPwrLvl) -+ return; -+ } -+ halbtc8723b2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->curBtDecPwrLvl); -+ -+ pCoexDm->preBtDecPwrLvl = pCoexDm->curBtDecPwrLvl; -+} -+ -+static void halbtc8723b2ant_FwDacSwingLvl( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 fwDacSwingLvl -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW, -+ ( -+ "[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec ? "force to" : ""), -+ fwDacSwingLvl -+ ) -+ ); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], preFwDacSwingLvl =%d, curFwDacSwingLvl =%d\n", -+ pCoexDm->preFwDacSwingLvl, -+ pCoexDm->curFwDacSwingLvl -+ ) -+ ); -+ -+ if (pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8723b2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+static void halbtc8723b2ant_SetSwRfRxLpfCorner( -+ PBTC_COEXIST pBtCoexist, -+ bool bRxRfShrinkOn -+) -+{ -+ if (bRxRfShrinkOn) { -+ /* Shrink RF Rx LPF corner */ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], Shrink RF Rx LPF corner!!\n") -+ ); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xffffc); -+ } else { -+ /* Resume RF Rx LPF corner */ -+ /* After initialized, we can use pCoexDm->btRf0x1eBackup */ -+ if (pBtCoexist->bInitilized) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+static void halbtc8723b2ant_RfShrink( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bRxRfShrinkOn -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW, -+ ( -+ "[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec ? "force to" : ""), -+ (bRxRfShrinkOn ? "ON" : "OFF") -+ ) -+ ); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_DETAIL, -+ ( -+ "[BTCoex], bPreRfRxLpfShrink =%d, bCurRfRxLpfShrink =%d\n", -+ pCoexDm->bPreRfRxLpfShrink, -+ pCoexDm->bCurRfRxLpfShrink -+ ) -+ ); -+ -+ if (pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8723b2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+static void halbtc8723b2ant_SetSwPenaltyTxRateAdaptive( -+ PBTC_COEXIST pBtCoexist, bool bLowPenaltyRa -+) -+{ -+ u8 H2C_Parameter[6] = {0}; -+ -+ H2C_Parameter[0] = 0x6; /* opCode, 0x6 = Retry_Penalty */ -+ -+ if (bLowPenaltyRa) { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; /* normal rate except MCS7/6/5, OFDM54/48/36 */ -+ H2C_Parameter[3] = 0xf7; /* MCS7 or OFDM54 */ -+ H2C_Parameter[4] = 0xf8; /* MCS6 or OFDM48 */ -+ H2C_Parameter[5] = 0xf9; /* MCS5 or OFDM36 */ -+ } -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa ? "ON!!" : "OFF!!") -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+static void halbtc8723b2ant_LowPenaltyRa( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bLowPenaltyRa -+) -+{ -+ /* return; */ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW, -+ ( -+ "[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec ? "force to" : ""), -+ (bLowPenaltyRa ? "ON" : "OFF") -+ ) -+ ); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_DETAIL, -+ ( -+ "[BTCoex], bPreLowPenaltyRa =%d, bCurLowPenaltyRa =%d\n", -+ pCoexDm->bPreLowPenaltyRa, -+ pCoexDm->bCurLowPenaltyRa -+ ) -+ ); -+ -+ if (pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8723b2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+static void halbtc8723b2ant_SetDacSwingReg(PBTC_COEXIST pBtCoexist, u32 level) -+{ -+ u8 val = (u8)level; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], Write SwDacSwing = 0x%x\n", level) -+ ); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x883, 0x3e, val); -+} -+ -+static void halbtc8723b2ant_SetSwFullTimeDacSwing( -+ PBTC_COEXIST pBtCoexist, bool bSwDacSwingOn, u32 swDacSwingLvl -+) -+{ -+ if (bSwDacSwingOn) -+ halbtc8723b2ant_SetDacSwingReg(pBtCoexist, swDacSwingLvl); -+ else -+ halbtc8723b2ant_SetDacSwingReg(pBtCoexist, 0x18); -+} -+ -+ -+static void halbtc8723b2ant_DacSwing( -+ PBTC_COEXIST pBtCoexist, -+ bool bForceExec, -+ bool bDacSwingOn, -+ u32 dacSwingLvl -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW, -+ ( -+ "[BTCoex], %s turn DacSwing =%s, dacSwingLvl = 0x%x\n", -+ (bForceExec ? "force to" : ""), -+ (bDacSwingOn ? "ON" : "OFF"), -+ dacSwingLvl -+ ) -+ ); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_DETAIL, -+ ( -+ "[BTCoex], bPreDacSwingOn =%d, preDacSwingLvl = 0x%x, bCurDacSwingOn =%d, curDacSwingLvl = 0x%x\n", -+ pCoexDm->bPreDacSwingOn, -+ pCoexDm->preDacSwingLvl, -+ pCoexDm->bCurDacSwingOn, -+ pCoexDm->curDacSwingLvl -+ ) -+ ); -+ -+ if ((pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl)) -+ return; -+ } -+ mdelay(30); -+ halbtc8723b2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+static void halbtc8723b2ant_SetAgcTable( -+ PBTC_COEXIST pBtCoexist, bool bAgcTableEn -+) -+{ -+ u8 rssiAdjustVal = 0; -+ -+ /* BB AGC Gain Table */ -+ if (bAgcTableEn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], BB Agc Table On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6e1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6d1B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6c1C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6b1D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6a1E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x691F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x68200001); -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], BB Agc Table Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xaa1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa91B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa81C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa71D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa61E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa51F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa4200001); -+ } -+ -+ -+ /* RF Gain */ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x02000); -+ if (bAgcTableEn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38ffe); -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x1); -+ if (bAgcTableEn) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38ffe); -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_SW_EXEC, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x0); -+ -+ /* set rssiAdjustVal for wifi module. */ -+ if (bAgcTableEn) -+ rssiAdjustVal = 8; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+static void halbtc8723b2ant_AgcTable( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bAgcTableEn -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW, -+ ( -+ "[BTCoex], %s %s Agc Table\n", -+ (bForceExec ? "force to" : ""), -+ (bAgcTableEn ? "Enable" : "Disable") -+ ) -+ ); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_DETAIL, -+ ( -+ "[BTCoex], bPreAgcTableEn =%d, bCurAgcTableEn =%d\n", -+ pCoexDm->bPreAgcTableEn, -+ pCoexDm->bCurAgcTableEn -+ ) -+ ); -+ -+ if (pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8723b2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+static void halbtc8723b2ant_SetCoexTable( -+ PBTC_COEXIST pBtCoexist, -+ u32 val0x6c0, -+ u32 val0x6c4, -+ u32 val0x6c8, -+ u8 val0x6cc -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6c0 = 0x%x\n", val0x6c0) -+ ); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6c4 = 0x%x\n", val0x6c4) -+ ); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6c8 = 0x%x\n", val0x6c8) -+ ); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_EXEC, -+ ("[BTCoex], set coex table, set 0x6cc = 0x%x\n", val0x6cc) -+ ); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+static void halbtc8723b2ant_CoexTable( -+ PBTC_COEXIST pBtCoexist, -+ bool bForceExec, -+ u32 val0x6c0, -+ u32 val0x6c4, -+ u32 val0x6c8, -+ u8 val0x6cc -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW, -+ ( -+ "[BTCoex], %s write Coex Table 0x6c0 = 0x%x, 0x6c4 = 0x%x, 0x6c8 = 0x%x, 0x6cc = 0x%x\n", -+ (bForceExec ? "force to" : ""), -+ val0x6c0, -+ val0x6c4, -+ val0x6c8, -+ val0x6cc -+ ) -+ ); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_DETAIL, -+ ( -+ "[BTCoex], preVal0x6c0 = 0x%x, preVal0x6c4 = 0x%x, preVal0x6c8 = 0x%x, preVal0x6cc = 0x%x !!\n", -+ pCoexDm->preVal0x6c0, -+ pCoexDm->preVal0x6c4, -+ pCoexDm->preVal0x6c8, -+ pCoexDm->preVal0x6cc -+ ) -+ ); -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_SW_DETAIL, -+ ( -+ "[BTCoex], curVal0x6c0 = 0x%x, curVal0x6c4 = 0x%x, curVal0x6c8 = 0x%x, curVal0x6cc = 0x%x !!\n", -+ pCoexDm->curVal0x6c0, -+ pCoexDm->curVal0x6c4, -+ pCoexDm->curVal0x6c8, -+ pCoexDm->curVal0x6cc -+ ) -+ ); -+ -+ if ( -+ (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) -+ ) -+ return; -+ } -+ halbtc8723b2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+static void halbtc8723b2ant_CoexTableWithType( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, u8 type -+) -+{ -+ switch (type) { -+ case 0: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffff, 0x3); -+ break; -+ case 1: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5afa5afa, 0xffff, 0x3); -+ break; -+ case 2: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffff, 0x3); -+ break; -+ case 3: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffff, 0x3); -+ break; -+ case 4: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0xffffffff, 0xffff, 0x3); -+ break; -+ case 5: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5fff5fff, 0xffff, 0x3); -+ break; -+ case 6: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5a5a5a5a, 0xffff, 0x3); -+ break; -+ case 7: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0xfafafafa, 0xffff, 0x3); -+ break; -+ case 8: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x5aea5aea, 0x5aea5aea, 0xffff, 0x3); -+ break; -+ case 9: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5aea5aea, 0xffff, 0x3); -+ break; -+ case 10: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5aff5aff, 0xffff, 0x3); -+ break; -+ case 11: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5a5f5a5f, 0xffff, 0x3); -+ break; -+ case 12: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5f5f5f5f, 0xffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+static void halbtc8723b2ant_SetFwIgnoreWlanAct( -+ PBTC_COEXIST pBtCoexist, bool bEnable -+) -+{ -+ u8 H2C_Parameter[1] = {0}; -+ -+ if (bEnable) -+ H2C_Parameter[0] |= BIT0; /* function enable */ -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63 = 0x%x\n", -+ H2C_Parameter[0] -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+static void halbtc8723b2ant_IgnoreWlanAct( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bEnable -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW, -+ ( -+ "[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec ? "force to" : ""), -+ (bEnable ? "ON" : "OFF") -+ ) -+ ); -+ -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if (!bForceExec) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], bPreIgnoreWlanAct = %d, bCurIgnoreWlanAct = %d!!\n", -+ pCoexDm->bPreIgnoreWlanAct, pCoexDm->bCurIgnoreWlanAct)); -+ -+ if (pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8723b2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+static void halbtc8723b2ant_SetFwPstdma( -+ PBTC_COEXIST pBtCoexist, -+ u8 byte1, -+ u8 byte2, -+ u8 byte3, -+ u8 byte4, -+ u8 byte5 -+) -+{ -+ u8 H2C_Parameter[5] = {0}; -+ -+ H2C_Parameter[0] = byte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = byte5; -+ -+ pCoexDm->psTdmaPara[0] = byte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = byte5; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], FW write 0x60(5bytes) = 0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24| -+ H2C_Parameter[2]<<16| -+ H2C_Parameter[3]<<8| -+ H2C_Parameter[4] -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+static void halbtc8723b2ant_SwMechanism1( -+ PBTC_COEXIST pBtCoexist, -+ bool bShrinkRxLPF, -+ bool bLowPenaltyRA, -+ bool bLimitedDIG, -+ bool bBTLNAConstrain -+) -+{ -+ halbtc8723b2ant_RfShrink(pBtCoexist, NORMAL_EXEC, bShrinkRxLPF); -+ halbtc8723b2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+static void halbtc8723b2ant_SwMechanism2( -+ PBTC_COEXIST pBtCoexist, -+ bool bAGCTableShift, -+ bool bADCBackOff, -+ bool bSWDACSwing, -+ u32 dacSwingLvl -+) -+{ -+ halbtc8723b2ant_AgcTable(pBtCoexist, NORMAL_EXEC, bAGCTableShift); -+ halbtc8723b2ant_DacSwing(pBtCoexist, NORMAL_EXEC, bSWDACSwing, dacSwingLvl); -+} -+ -+static void halbtc8723b2ant_SetAntPath( -+ PBTC_COEXIST pBtCoexist, u8 antPosType, bool bInitHwCfg, bool bWifiOff -+) -+{ -+ PBTC_BOARD_INFO pBoardInfo = &pBtCoexist->boardInfo; -+ u32 fwVer = 0, u4Tmp = 0; -+ bool bPgExtSwitch = false; -+ bool bUseExtSwitch = false; -+ u8 H2C_Parameter[2] = {0}; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_EXT_SWITCH, &bPgExtSwitch); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); /* [31:16]=fw ver, [15:0]=fw sub ver */ -+ -+ if ((fwVer > 0 && fwVer < 0xc0000) || bPgExtSwitch) -+ bUseExtSwitch = true; -+ -+ if (bInitHwCfg) { -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x39, 0x8, 0x1); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x974, 0xff); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x944, 0x3, 0x3); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x930, 0x77); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); -+ -+ if (fwVer >= 0x180000) { -+ /* Use H2C to set GNT_BT to LOW */ -+ H2C_Parameter[0] = 0; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } else { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x0); -+ } -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); /* WiFi TRx Mask off */ -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x01); /* BT TRx Mask off */ -+ -+ if (pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) { -+ /* tell firmware "no antenna inverse" */ -+ H2C_Parameter[0] = 0; -+ } else { -+ /* tell firmware "antenna inverse" */ -+ H2C_Parameter[0] = 1; -+ } -+ -+ if (bUseExtSwitch) { -+ /* ext switch type */ -+ H2C_Parameter[1] = 1; -+ } else { -+ /* int switch type */ -+ H2C_Parameter[1] = 0; -+ } -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ -+ /* ext switch setting */ -+ if (bUseExtSwitch) { -+ if (bInitHwCfg) { -+ /* 0x4c[23]= 0, 0x4c[24]= 1 Antenna control by WL/BT */ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &= ~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); /* fixed internal switch S1->WiFi, S0->BT */ -+ switch (antPosType) { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); /* ext switch main at wifi */ -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); /* ext switch aux at wifi */ -+ break; -+ } -+ } else { /* internal switch */ -+ if (bInitHwCfg) { -+ /* 0x4c[23]= 0, 0x4c[24]= 1 Antenna control by WL/BT */ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp |= BIT23; -+ u4Tmp &= ~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x0); /* fixed external switch S1->Main, S0->Aux */ -+ switch (antPosType) { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); /* fixed internal switch S1->WiFi, S0->BT */ -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); /* fixed internal switch S0->WiFi, S1->BT */ -+ break; -+ } -+ } -+} -+ -+static void halbtc8723b2ant_PsTdma( -+ PBTC_COEXIST pBtCoexist, bool bForceExec, bool bTurnOn, u8 type -+) -+{ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW, -+ ( -+ "[BTCoex], %s turn %s PS TDMA, type =%d\n", -+ (bForceExec ? "force to" : ""), -+ (bTurnOn ? "ON" : "OFF"), -+ type -+ ) -+ ); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if (!bForceExec) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], bPrePsTdmaOn = %d, bCurPsTdmaOn = %d!!\n", -+ pCoexDm->bPrePsTdmaOn, -+ pCoexDm->bCurPsTdmaOn -+ ) -+ ); -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], prePsTdma = %d, curPsTdma = %d!!\n", -+ pCoexDm->prePsTdma, pCoexDm->curPsTdma -+ ) -+ ); -+ -+ if ( -+ (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) -+ ) -+ return; -+ } -+ -+ if (bTurnOn) { -+ switch (type) { -+ case 1: -+ default: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ case 2: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ break; -+ case 3: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90); -+ break; -+ case 4: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x03, 0xf1, 0x90); -+ break; -+ case 5: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ break; -+ case 6: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ break; -+ case 7: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90); -+ break; -+ case 8: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x10, 0x3, 0x70, 0x90); -+ break; -+ case 9: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ case 10: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ break; -+ case 11: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0xe1, 0x90); -+ break; -+ case 12: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 13: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ break; -+ case 14: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ break; -+ case 15: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0x60, 0x90); -+ break; -+ case 16: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0x60, 0x90); -+ break; -+ case 17: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x2f, 0x2f, 0x60, 0x90); -+ break; -+ case 18: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 19: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x90); -+ break; -+ case 20: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x90); -+ break; -+ case 21: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90); -+ break; -+ case 71: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ } -+ } else { -+ /* disable PS tdma */ -+ switch (type) { -+ case 0: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ case 1: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x48, 0x0); -+ break; -+ default: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ } -+ } -+ -+ /* update pre state */ -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+static void halbtc8723b2ant_CoexAllOff(PBTC_COEXIST pBtCoexist) -+{ -+ /* fw all off */ -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ /* sw all off */ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ -+ /* hw all off */ -+ /* pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); */ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+static void halbtc8723b2ant_InitCoexDm(PBTC_COEXIST pBtCoexist) -+{ -+ /* force to reset coex mechanism */ -+ -+ halbtc8723b2ant_PsTdma(pBtCoexist, FORCE_EXEC, false, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+} -+ -+static void halbtc8723b2ant_ActionBtInquiry(PBTC_COEXIST pBtCoexist) -+{ -+ bool bWifiConnected = false; -+ bool bLowPwrDisable = true; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ if (bWifiConnected) { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ } else { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 1); -+ } -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ -+ pCoexDm->bNeedRecover0x948 = true; -+ pCoexDm->backup0x948 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ -+ halbtc8723b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_AUX, false, false); -+} -+ -+static bool halbtc8723b2ant_IsCommonAction(PBTC_COEXIST pBtCoexist) -+{ -+ u8 btRssiState = BTC_RSSI_STATE_HIGH; -+ bool bCommon = false, bWifiConnected = false, bWifiBusy = false; -+ bool bBtHsOn = false, bLowPwrDisable = false; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if (!bWifiConnected) { -+ bLowPwrDisable = false; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi non-connected idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ -+ bCommon = true; -+ } else { -+ if (BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) { -+ bLowPwrDisable = false; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ -+ bCommon = true; -+ } else if (BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) { -+ bLowPwrDisable = true; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if (bBtHsOn) -+ return false; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ -+ bCommon = true; -+ } else { -+ bLowPwrDisable = true; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if (bWifiBusy) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ bCommon = false; -+ } else { -+ if (bBtHsOn) -+ return false; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 21); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ bCommon = true; -+ } -+ } -+ } -+ -+ return bCommon; -+} -+ -+static void halbtc8723b2ant_TdmaDurationAdjust( -+ PBTC_COEXIST pBtCoexist, bool bScoHid, bool bTxPause, u8 maxInterval -+) -+{ -+ static s32 up, dn, m, n, WaitCount; -+ s32 result; /* 0: no change, +1: increase WiFi duration, -1: decrease WiFi duration */ -+ u8 retryCount = 0; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ if (!pCoexDm->bAutoTdmaAdjust) { -+ pCoexDm->bAutoTdmaAdjust = true; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if (bScoHid) { -+ if (bTxPause) { -+ if (maxInterval == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } else if (maxInterval == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (maxInterval == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } else { -+ if (maxInterval == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } else if (maxInterval == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (maxInterval == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } else { -+ if (bTxPause) { -+ if (maxInterval == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } else if (maxInterval == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (maxInterval == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } else { -+ if (maxInterval == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } else if (maxInterval == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (maxInterval == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ /* */ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n = 3; -+ result = 0; -+ WaitCount = 0; -+ } else { -+ /* accquire the BT TRx retry count from BT_Info byte2 */ -+ retryCount = pCoexSta->btRetryCnt; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], retryCount = %d\n", retryCount)); -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], up =%d, dn =%d, m =%d, n =%d, WaitCount =%d\n", -+ up, dn, m, n, WaitCount -+ ) -+ ); -+ result = 0; -+ WaitCount++; -+ -+ if (retryCount == 0) { /* no retry in the last 2-second duration */ -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if (up >= n) { /* if 連續 n 個2ç§’ retry count為0, 則調寬WiFi duration */ -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) { /* if 連續 2 個2ç§’ retry count< 3, 則調窄WiFi duration */ -+ if (WaitCount <= 2) -+ m++; /* é¿å…一直在兩個level中來回 */ -+ else -+ m = 1; -+ -+ if (m >= 20) /* m 最大值 = 20 ' 最大120ç§’ recheck是å¦èª¿æ•´ WiFi duration. */ -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } else { /* retry count > 3, åªè¦1次 retry count > 3, 則調窄WiFi duration */ -+ if (WaitCount == 1) -+ m++; /* é¿å…一直在兩個level中來回 */ -+ else -+ m = 1; -+ -+ if (m >= 20) /* m 最大值 = 20 ' 最大120ç§’ recheck是å¦èª¿æ•´ WiFi duration. */ -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if (maxInterval == 1) { -+ if (bTxPause) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], TxPause = 1\n")); -+ -+ if (pCoexDm->curPsTdma == 71) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } else if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 4) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ -+ if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 12) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if (result == -1) { -+ if (pCoexDm->curPsTdma == 5) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } else if (pCoexDm->curPsTdma == 13) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } else if (result == 1) { -+ if (pCoexDm->curPsTdma == 8) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } else if (pCoexDm->curPsTdma == 16) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], TxPause = 0\n")); -+ if (pCoexDm->curPsTdma == 5) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 8) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ -+ if (pCoexDm->curPsTdma == 13) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 16) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if (result == -1) { -+ if (pCoexDm->curPsTdma == 71) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } else if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } else if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } else if (result == 1) { -+ if (pCoexDm->curPsTdma == 4) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } else if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } else if (pCoexDm->curPsTdma == 12) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } else if (maxInterval == 2) { -+ if (bTxPause) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], TxPause = 1\n")); -+ if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 4) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ -+ if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 12) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if (result == -1) { -+ if (pCoexDm->curPsTdma == 5) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } else if (pCoexDm->curPsTdma == 13) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } else if (result == 1) { -+ if (pCoexDm->curPsTdma == 8) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } else if (pCoexDm->curPsTdma == 16) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], TxPause = 0\n")); -+ if (pCoexDm->curPsTdma == 5) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 8) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ -+ if (pCoexDm->curPsTdma == 13) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 16) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if (result == -1) { -+ if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } else if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } else if (result == 1) { -+ if (pCoexDm->curPsTdma == 4) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } else if (pCoexDm->curPsTdma == 12) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } else if (maxInterval == 3) { -+ if (bTxPause) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], TxPause = 1\n")); -+ if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 4) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ -+ if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 12) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if (result == -1) { -+ if (pCoexDm->curPsTdma == 5) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } else if (pCoexDm->curPsTdma == 13) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } else if (result == 1) { -+ if (pCoexDm->curPsTdma == 8) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } else if (pCoexDm->curPsTdma == 16) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], TxPause = 0\n")); -+ if (pCoexDm->curPsTdma == 5) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 6) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 7) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 8) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ -+ if (pCoexDm->curPsTdma == 13) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 14) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 15) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 16) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if (result == -1) { -+ if (pCoexDm->curPsTdma == 1) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } else if (pCoexDm->curPsTdma == 9) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } else if (result == 1) { -+ if (pCoexDm->curPsTdma == 4) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 3) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 2) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } else if (pCoexDm->curPsTdma == 12) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 11) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } else if (pCoexDm->curPsTdma == 10) { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ /* if current PsTdma not match with the recorded one (when scan, dhcp...), */ -+ /* then we have to adjust it back to the previous record one. */ -+ if (pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) { -+ bool bScan = false, bLink = false, bRoam = false; -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_DETAIL, -+ ( -+ "[BTCoex], PsTdma type dismatch!!!, curPsTdma =%d, recordPsTdma =%d\n", -+ pCoexDm->curPsTdma, -+ pCoexDm->psTdmaDuAdjType -+ ) -+ ); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if (!bScan && !bLink && !bRoam) -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, pCoexDm->psTdmaDuAdjType); -+ else { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_DETAIL, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+} -+ -+/* SCO only or SCO+PAN(HS) */ -+static void halbtc8723b2ant_ActionSco(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 4); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) /* for SCO quality at 11b/g mode */ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else /* for SCO quality & wifi performance balance at 11n mode */ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 0); /* for voice quality */ -+ -+ /* sw mechanism */ -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, true, 0x4); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, true, 0x4); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, true, 0x4); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, true, 0x4); -+ } -+ } -+} -+ -+ -+static void halbtc8723b2ant_ActionHid(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) /* for HID at 11b/g mode */ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ else /* for HID quality & wifi performance balance at 11n mode */ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 9); -+ -+ if ( -+ (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 9); -+ else -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 13); -+ -+ /* sw mechanism */ -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+/* A2DP only / PAN(EDR) only/ A2DP+PAN(HS) */ -+static void halbtc8723b2ant_ActionA2dp(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, wifiRssiState1, btRssiState; -+ u32 wifiBw; -+ u8 apNum = 0; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, 40, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ -+ /* define the office environment */ -+ if (apNum >= 10 && BTC_RSSI_HIGH(wifiRssiState1)) { -+ /* DbgPrint(" AP#>10(%d)\n", apNum); */ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 1); -+ -+ /* sw mechanism */ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, true, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, true, 0x18); -+ } -+ return; -+ } -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ if ( -+ (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, false, false, 1); -+ else -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, false, true, 1); -+ -+ /* sw mechanism */ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+static void halbtc8723b2ant_ActionA2dpPanHs(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, false, true, 2); -+ -+ /* sw mechanism */ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+static void halbtc8723b2ant_ActionPanEdr(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 10); -+ -+ if ( -+ (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 1); -+ else -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, true, 5); -+ -+ /* sw mechanism */ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+ -+/* PAN(HS) only */ -+static void halbtc8723b2ant_ActionPanHs(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, false, 1); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+/* PAN(EDR)+A2DP */ -+static void halbtc8723b2ant_ActionPanEdrA2dp(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if ( -+ (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 12); -+ if (BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, false, true, 3); -+ else -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, false, false, 3); -+ } else { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, false, true, 3); -+ } -+ -+ /* sw mechanism */ -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, false, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+static void halbtc8723b2ant_ActionPanEdrHid(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if ( -+ (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 3); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 11); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); -+ } else { -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ } -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, true, false, 2); -+ } else { -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 11); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, true, true, 2); -+ } -+ -+ /* sw mechanism */ -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+/* HID+A2DP+PAN(EDR) */ -+static void halbtc8723b2ant_ActionHidA2dpPanEdr(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, false, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ if ( -+ (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ if (BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, true, true, 2); -+ else -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, true, false, 3); -+ } else -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, true, true, 3); -+ -+ /* sw mechanism */ -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+static void halbtc8723b2ant_ActionHidA2dp(PBTC_COEXIST pBtCoexist) -+{ -+ u8 wifiRssiState, btRssiState; -+ u32 wifiBw; -+ u8 apNum = 0; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ /* btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); */ -+ btRssiState = halbtc8723b2ant_BtRssiState(3, 29, 37); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, false, true, 0x5); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if (BTC_WIFI_BW_LEGACY == wifiBw) { -+ if (BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } else { -+ /* only 802.11N mode we have to dec bt power to 4 degree */ -+ if (BTC_RSSI_HIGH(btRssiState)) { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ /* need to check ap Number of Not */ -+ if (apNum < 10) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ } else if (BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ if ( -+ (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, true, false, 2); -+ else -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, true, true, 2); -+ -+ /* sw mechanism */ -+ if (BTC_WIFI_BW_HT40 == wifiBw) { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, true, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } else { -+ if ( -+ (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) -+ ) { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, true, false, false, 0x18); -+ } else { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist, false, true, false, false); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist, false, false, false, 0x18); -+ } -+ } -+} -+ -+static void halbtc8723b2ant_RunCoexistMechanism(PBTC_COEXIST pBtCoexist) -+{ -+ u8 algorithm = 0; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism() ===>\n")); -+ -+ if (pBtCoexist->bManualControl) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if (pCoexSta->bUnderIps) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ algorithm = halbtc8723b2ant_ActionAlgorithm(pBtCoexist); -+ if (pCoexSta->bC2hBtInquiryPage && (BT_8723B_2ANT_COEX_ALGO_PANHS != algorithm)) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8723b2ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } else { -+ if (pCoexDm->bNeedRecover0x948) { -+ pCoexDm->bNeedRecover0x948 = false; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, pCoexDm->backup0x948); -+ } -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Algorithm = %d\n", pCoexDm->curAlgorithm)); -+ -+ if (halbtc8723b2ant_IsCommonAction(pBtCoexist)) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bAutoTdmaAdjust = false; -+ } else { -+ if (pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) { -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE, -+ ( -+ "[BTCoex], preAlgorithm =%d, curAlgorithm =%d\n", -+ pCoexDm->preAlgorithm, -+ pCoexDm->curAlgorithm -+ ) -+ ); -+ pCoexDm->bAutoTdmaAdjust = false; -+ } -+ -+ -+ switch (pCoexDm->curAlgorithm) { -+ case BT_8723B_2ANT_COEX_ALGO_SCO: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8723b2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_HID: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8723b2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_A2DP: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8723b2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = A2DP+PAN(HS).\n")); -+ halbtc8723b2ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANEDR: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8723b2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANHS: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8723b2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8723b2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANEDR_HID: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8723b2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8723b2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_HID_A2DP: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8723b2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Action 2-Ant, algorithm = coexist All Off!!\n")); -+ halbtc8723b2ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+static void halbtc8723b2ant_WifiOffHwCfg(PBTC_COEXIST pBtCoexist) -+{ -+ bool bIsInMpMode = false; -+ u8 H2C_Parameter[2] = {0}; -+ u32 fwVer = 0; -+ -+ /* set wlan_act to low */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); /* WiFi goto standby while GNT_BT 0-->1 */ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ if (fwVer >= 0x180000) { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } else -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_IS_IN_MP_MODE, &bIsInMpMode); -+ if (!bIsInMpMode) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x0); /* BT select s0/s1 is controlled by BT */ -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); /* BT select s0/s1 is controlled by WiFi */ -+} -+ -+static void halbtc8723b2ant_InitHwConfig(PBTC_COEXIST pBtCoexist, bool bBackUp) -+{ -+ u8 u1Tmp = 0; -+ -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ /* backup rf 0x1e value */ -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ /* 0x790[5:0]= 0x5 */ -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ /* Antenna config */ -+ halbtc8723b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, true, false); -+ -+ /* PTA parameter */ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ /* Enable counter statistics */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); /* 0x76e[3] = 1, WLAN_Act control by PTA */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+} -+ -+/* */ -+/* work around function start with wa_halbtc8723b2ant_ */ -+/* */ -+/* */ -+/* extern function start with EXhalbtc8723b2ant_ */ -+/* */ -+void EXhalbtc8723b2ant_PowerOnSetting(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BOARD_INFO pBoardInfo = &pBtCoexist->boardInfo; -+ u8 u1Tmp = 0x4; /* Set BIT2 by default since it's 2ant case */ -+ u16 u2Tmp = 0x0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x67, 0x20); -+ -+ /* enable BB, REG_SYS_FUNC_EN such that we can write 0x948 correctly. */ -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x2, u2Tmp|BIT0|BIT1); -+ -+ /* set GRAN_BT = 1 */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ /* set WLAN_ACT = 0 */ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ /* */ -+ /* S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) */ -+ /* Local setting bit define */ -+ /* BIT0: "0" for no antenna inverse; "1" for antenna inverse */ -+ /* BIT1: "0" for internal switch; "1" for external switch */ -+ /* BIT2: "0" for one antenna; "1" for two antenna */ -+ /* NOTE: here default all internal switch and 1-antenna ==> BIT1 = 0 and BIT2 = 0 */ -+ if (pBtCoexist->chipInterface == BTC_INTF_USB) { -+ /* fixed at S0 for USB interface */ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ u1Tmp |= 0x1; /* antenna inverse */ -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } else { -+ /* for PCIE and SDIO interface, we check efuse 0xc3[6] */ -+ if (pBoardInfo->singleAntPath == 0) { -+ /* set to S1 */ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } else if (pBoardInfo->singleAntPath == 1) { -+ /* set to S0 */ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ u1Tmp |= 0x1; /* antenna inverse */ -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ -+ if (pBtCoexist->chipInterface == BTC_INTF_PCI) -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ else if (pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+} -+ -+void EXhalbtc8723b2ant_InitHwConfig(PBTC_COEXIST pBtCoexist, bool bWifiOnly) -+{ -+ halbtc8723b2ant_InitHwConfig(pBtCoexist, true); -+} -+ -+void EXhalbtc8723b2ant_InitCoexDm(PBTC_COEXIST pBtCoexist) -+{ -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8723b2ant_InitCoexDm(pBtCoexist); -+} -+ -+void EXhalbtc8723b2ant_DisplayCoexInfo(PBTC_COEXIST pBtCoexist) -+{ -+ PBTC_BOARD_INFO pBoardInfo = &pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo = &pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo = &pBtCoexist->btLinkInfo; -+ u8 *cliBuf = pBtCoexist->cliBuf; -+ u8 u1Tmp[4], i, btInfoExt, psTdmaCase = 0; -+ u32 u4Tmp[4]; -+ bool bRoam = false, bScan = false, bLink = false, bWifiUnder5G = false; -+ bool bBtHsOn = false, bWifiBusy = false; -+ s32 wifiRssi = 0, btHsRssi = 0; -+ u32 wifiBw, wifiTrafficDir, faOfdm, faCck; -+ u8 wifiDot11Chnl, wifiHsChnl; -+ u32 fwVer = 0, btPatchVer = 0; -+ u8 apNum = 0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if (pBtCoexist->bManualControl) { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, -+ pBoardInfo->btdmAntNum -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ (pStackInfo->bProfileNotified ? "Yes" : "No"), -+ pStackInfo->hciVersion -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8723b2Ant, GLCoexVer8723b2Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_DOT11_CHNL, &wifiDot11Chnl); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_HS_CHNL, &wifiHsChnl); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d / %d(%d)", "Dot11 channel / HsChnl(HsMode)", \ -+ wifiDot11Chnl, -+ wifiHsChnl, -+ bBtHsOn -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %02x %02x %02x ", "H2C Wifi inform bt chnl Info", \ -+ pCoexDm->wifiChnlInfo[0], -+ pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_HS_RSSI, &btHsRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d", "Wifi rssi/ HS rssi/ AP#", \ -+ wifiRssi, -+ btHsRssi, -+ apNum -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d ", "Wifi bLink/ bRoam/ bScan", \ -+ bLink, -+ bRoam, -+ bScan -+ ); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s / %s/ %s ", "Wifi status", \ -+ (bWifiUnder5G ? "5G" : "2.4G"), -+ ((BTC_WIFI_BW_LEGACY == wifiBw) ? "Legacy" : (((BTC_WIFI_BW_HT40 == wifiBw) ? "HT40" : "HT20"))), -+ ((!bWifiBusy) ? "idle" : ((BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) ? "uplink" : "downlink")) -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled) ? ("disabled") : ((pCoexSta->bC2hBtInquiryPage) ? ("inquiry/page scan") : ((BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) ? "non-connected idle" : -+ ((BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ? "connected-idle" : "busy")))), -+ pCoexSta->btRssi, -+ pCoexSta->btRetryCnt -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, -+ pBtLinkInfo->bHidExist, -+ pBtLinkInfo->bPanExist, -+ pBtLinkInfo->bA2dpExist -+ ); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0) ? "Basic rate" : "EDR rate" -+ ); -+ CL_PRINTF(cliBuf); -+ -+ for (i = 0; i < BT_INFO_SRC_8723B_2ANT_MAX; i++) { -+ if (pCoexSta->btInfoC2hCnt[i]) { -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8723b2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], -+ pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], -+ pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], -+ pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], -+ pCoexSta->btInfoC2hCnt[i] -+ ); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %s/%s", "PS state, IPS/LPS", \ -+ ((pCoexSta->bUnderIps ? "IPS ON" : "IPS OFF")), -+ ((pCoexSta->bUnderLps ? "LPS ON" : "LPS OFF")) -+ ); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_FW_PWR_MODE_CMD); -+ -+ /* Sw mechanism */ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s", "============[Sw mechanism]============" -+ ); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d ", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, -+ pCoexDm->bCurLowPenaltyRa, -+ pCoexDm->bLimitedDig -+ ); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d/ %d(0x%x) ", -+ "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, -+ pCoexDm->bCurAdcBackOff, -+ pCoexDm->bCurDacSwingOn, -+ pCoexDm->curDacSwingLvl -+ ); -+ CL_PRINTF(cliBuf); -+ -+ /* Fw mechanism */ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], -+ pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], -+ pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], -+ psTdmaCase, pCoexDm->bAutoTdmaAdjust -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->curBtDecPwrLvl, -+ pCoexDm->bCurIgnoreWlanAct -+ ); -+ CL_PRINTF(cliBuf); -+ -+ /* Hw setting */ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x", "0x778/0x880[29:25]", \ -+ u1Tmp[0], -+ (u4Tmp[0]&0x3e000000) >> 25 -+ ); -+ CL_PRINTF(cliBuf); -+ -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x948/ 0x67[5] / 0x765", \ -+ u4Tmp[0], -+ ((u1Tmp[0]&0x20)>>5), -+ u1Tmp[1] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x92c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x944); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x92c[1:0]/ 0x930[7:0]/0x944[1:0]", \ -+ u4Tmp[0]&0x3, -+ u4Tmp[1]&0xff, -+ u4Tmp[2]&0x3 -+ ); -+ CL_PRINTF(cliBuf); -+ -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x38[11]/0x40/0x4c[24:23]/0x64[0]", \ -+ ((u1Tmp[0] & 0x8)>>3), -+ u1Tmp[1], -+ ((u4Tmp[0]&0x01800000)>>23), -+ u1Tmp[2]&0x1 -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], -+ u1Tmp[0] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x", "0xc50(dig)/0x49c(null-drop)", \ -+ u4Tmp[0]&0xff, -+ u1Tmp[0] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcf0); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ -+ faOfdm = -+ ((u4Tmp[0]&0xffff0000) >> 16) + -+ ((u4Tmp[1]&0xffff0000) >> 16) + -+ (u4Tmp[1] & 0xffff) + (u4Tmp[2] & 0xffff) + \ -+ ((u4Tmp[3]&0xffff0000) >> 16) + -+ (u4Tmp[3] & 0xffff); -+ -+ faCck = (u1Tmp[0] << 8) + u1Tmp[1]; -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "OFDM-CCA/OFDM-FA/CCK-FA", \ -+ u4Tmp[0]&0xffff, -+ faOfdm, -+ faCck -+ ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], -+ u4Tmp[1], -+ u4Tmp[2], -+ u1Tmp[0] -+ ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, -+ pCoexSta->highPriorityTx -+ ); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF( -+ cliBuf, -+ BT_TMP_BUF_SIZE, -+ "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, -+ pCoexSta->lowPriorityTx -+ ); -+ CL_PRINTF(cliBuf); -+ -+ halbtc8723b2ant_MonitorBtCtr(pBtCoexist); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+void EXhalbtc8723b2ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ if (BTC_IPS_ENTER == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = true; -+ halbtc8723b2ant_WifiOffHwCfg(pBtCoexist); -+ halbtc8723b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, true); -+ halbtc8723b2ant_CoexAllOff(pBtCoexist); -+ } else if (BTC_IPS_LEAVE == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = false; -+ halbtc8723b2ant_InitHwConfig(pBtCoexist, false); -+ halbtc8723b2ant_InitCoexDm(pBtCoexist); -+ halbtc8723b2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+void EXhalbtc8723b2ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ if (BTC_LPS_ENABLE == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = true; -+ } else if (BTC_LPS_DISABLE == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = false; -+ } -+} -+ -+void EXhalbtc8723b2ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ if (BTC_SCAN_START == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN START notify\n")); -+ } else if (BTC_SCAN_FINISH == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+} -+ -+void EXhalbtc8723b2ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ if (BTC_ASSOCIATE_START == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT START notify\n")); -+ } else if (BTC_ASSOCIATE_FINISH == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+void EXhalbtc8723b2ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 H2C_Parameter[3] = {0}; -+ u32 wifiBw; -+ u8 wifiCentralChnl; -+ u8 apNum = 0; -+ -+ if (BTC_MEDIA_CONNECT == type) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], MEDIA connect notify\n")); -+ } else { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ /* only 2.4G we need to inform bt the chnl mask */ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if ((BTC_MEDIA_CONNECT == type) && (wifiCentralChnl <= 14)) { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if (BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ if (apNum < 10) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ BTC_PRINT( -+ BTC_MSG_ALGORITHM, -+ ALGO_TRACE_FW_EXEC, -+ ( -+ "[BTCoex], FW write 0x66 = 0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2] -+ ) -+ ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+void EXhalbtc8723b2ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ if (type == BTC_PACKET_DHCP) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+void EXhalbtc8723b2ant_BtInfoNotify( -+ PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length -+) -+{ -+ u8 btInfo = 0; -+ u8 i, rspSource = 0; -+ bool bBtBusy = false, bLimitedDig = false; -+ bool bWifiConnected = false; -+ -+ pCoexSta->bC2hBtInfoReqSent = false; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if (rspSource >= BT_INFO_SRC_8723B_2ANT_MAX) -+ rspSource = BT_INFO_SRC_8723B_2ANT_WIFI_FW; -+ -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Bt info[%d], length =%d, hex data =[", rspSource, length)); -+ for (i = 0; i < length; i++) { -+ pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; -+ if (i == 1) -+ btInfo = tmpBuf[i]; -+ -+ if (i == length-1) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i])); -+ } else { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if (pBtCoexist->bManualControl) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), return for Manual CTRL<===\n")); -+ return; -+ } -+ -+ if (BT_INFO_SRC_8723B_2ANT_WIFI_FW != rspSource) { -+ pCoexSta->btRetryCnt = pCoexSta->btInfoC2h[rspSource][2]&0xf; /* [3:0] */ -+ -+ pCoexSta->btRssi = pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ if (pCoexSta->bBtTxRxMask) { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x01 => Need to switch BT TRx Mask */ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x01\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x01); -+ } -+ -+ /* Here we need to resend some wifi info to BT */ -+ /* because bt is reset and loss of the info. */ -+ if ((pCoexSta->btInfoExt & BIT1)) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ if (bWifiConnected) -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ else -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ -+ if ((pCoexSta->btInfoExt & BIT3)) { -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8723b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, false); -+ } else { -+ /* BT already NOT ignore Wlan active, do nothing here. */ -+ } -+ } -+ -+ /* check BIT2 first ==> check if bt is under inquiry or page scan */ -+ if (btInfo & BT_INFO_8723B_2ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = true; -+ else -+ pCoexSta->bC2hBtInquiryPage = false; -+ -+ /* set link exist status */ -+ if (!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) { -+ pCoexSta->bBtLinkExist = false; -+ pCoexSta->bPanExist = false; -+ pCoexSta->bA2dpExist = false; -+ pCoexSta->bHidExist = false; -+ pCoexSta->bScoExist = false; -+ } else { /* connection exists */ -+ pCoexSta->bBtLinkExist = true; -+ if (btInfo & BT_INFO_8723B_2ANT_B_FTP) -+ pCoexSta->bPanExist = true; -+ else -+ pCoexSta->bPanExist = false; -+ if (btInfo & BT_INFO_8723B_2ANT_B_A2DP) -+ pCoexSta->bA2dpExist = true; -+ else -+ pCoexSta->bA2dpExist = false; -+ if (btInfo & BT_INFO_8723B_2ANT_B_HID) -+ pCoexSta->bHidExist = true; -+ else -+ pCoexSta->bHidExist = false; -+ if (btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = true; -+ else -+ pCoexSta->bScoExist = false; -+ } -+ -+ halbtc8723b2ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ if (!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } else if (btInfo == BT_INFO_8723B_2ANT_B_CONNECTION) { /* connection exists but no busy */ -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } else if ( -+ (btInfo&BT_INFO_8723B_2ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8723B_2ANT_B_SCO_BUSY) -+ ) { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_SCO_BUSY; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } else if (btInfo&BT_INFO_8723B_2ANT_B_ACL_BUSY) { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_ACL_BUSY; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } else { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_MAX; -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if ( -+ (BT_8723B_2ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_2ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_2ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) -+ ) { -+ bBtBusy = true; -+ bLimitedDig = true; -+ } else { -+ bBtBusy = false; -+ bLimitedDig = false; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ pCoexDm->bLimitedDig = bLimitedDig; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ -+ halbtc8723b2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+void EXhalbtc8723b2ant_HaltNotify(PBTC_COEXIST pBtCoexist) -+{ -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8723b2ant_WifiOffHwCfg(pBtCoexist); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); /* BT goto standby while GNT_BT 1-->0 */ -+ halbtc8723b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, true); -+ -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+void EXhalbtc8723b2ant_PnpNotify(PBTC_COEXIST pBtCoexist, u8 pnpState) -+{ -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify\n")); -+ -+ if (BTC_WIFI_PNP_SLEEP == pnpState) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify to SLEEP\n")); -+ } else if (BTC_WIFI_PNP_WAKE_UP == pnpState) { -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ halbtc8723b2ant_InitHwConfig(pBtCoexist, false); -+ halbtc8723b2ant_InitCoexDm(pBtCoexist); -+ halbtc8723b2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+void EXhalbtc8723b2ant_Periodical(PBTC_COEXIST pBtCoexist) -+{ -+ static u8 disVerInfoCnt = 0; -+ u32 fwVer = 0, btPatchVer = 0; -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], ==========================Periodical ===========================\n")); -+ -+ if (disVerInfoCnt <= 5) { -+ disVerInfoCnt += 1; -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ****************************************************************\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", \ -+ GLCoexVerDate8723b2Ant, GLCoexVer8723b2Ant, fwVer, btPatchVer, btPatchVer)); -+ BTC_PRINT(BTC_MSG_INTERFACE, INTF_INIT, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+ if ( -+ halbtc8723b2ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust -+ ) -+ halbtc8723b2ant_RunCoexistMechanism(pBtCoexist); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.h linux/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.h ---- linux.old/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalBtc8723b2Ant.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,155 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/* The following is for 8723B 2Ant BT Co-exist definition */ -+#define BT_INFO_8723B_2ANT_B_FTP BIT7 -+#define BT_INFO_8723B_2ANT_B_A2DP BIT6 -+#define BT_INFO_8723B_2ANT_B_HID BIT5 -+#define BT_INFO_8723B_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8723B_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8723B_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8723B_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8723B_2ANT_B_CONNECTION BIT0 -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT 2 -+ -+typedef enum _BT_INFO_SRC_8723B_2ANT { -+ BT_INFO_SRC_8723B_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8723B_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8723B_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8723B_2ANT_MAX -+} BT_INFO_SRC_8723B_2ANT, *PBT_INFO_SRC_8723B_2ANT; -+ -+typedef enum _BT_8723B_2ANT_BT_STATUS { -+ BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8723B_2ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8723B_2ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8723B_2ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8723B_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8723B_2ANT_BT_STATUS_MAX -+} BT_8723B_2ANT_BT_STATUS, *PBT_8723B_2ANT_BT_STATUS; -+ -+typedef enum _BT_8723B_2ANT_COEX_ALGO { -+ BT_8723B_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8723B_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8723B_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8723B_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8723B_2ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8723B_2ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8723B_2ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8723B_2ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8723B_2ANT_COEX_ALGO_MAX = 0xb, -+} BT_8723B_2ANT_COEX_ALGO, *PBT_8723B_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8723B_2ANT { -+ /* fw mechanism */ -+ u8 preBtDecPwrLvl; -+ u8 curBtDecPwrLvl; -+ u8 preFwDacSwingLvl; -+ u8 curFwDacSwingLvl; -+ bool bCurIgnoreWlanAct; -+ bool bPreIgnoreWlanAct; -+ u8 prePsTdma; -+ u8 curPsTdma; -+ u8 psTdmaPara[5]; -+ u8 psTdmaDuAdjType; -+ bool bResetTdmaAdjust; -+ bool bAutoTdmaAdjust; -+ bool bPrePsTdmaOn; -+ bool bCurPsTdmaOn; -+ bool bPreBtAutoReport; -+ bool bCurBtAutoReport; -+ -+ /* sw mechanism */ -+ bool bPreRfRxLpfShrink; -+ bool bCurRfRxLpfShrink; -+ u32 btRf0x1eBackup; -+ bool bPreLowPenaltyRa; -+ bool bCurLowPenaltyRa; -+ bool bPreDacSwingOn; -+ u32 preDacSwingLvl; -+ bool bCurDacSwingOn; -+ u32 curDacSwingLvl; -+ bool bPreAdcBackOff; -+ bool bCurAdcBackOff; -+ bool bPreAgcTableEn; -+ bool bCurAgcTableEn; -+ u32 preVal0x6c0; -+ u32 curVal0x6c0; -+ u32 preVal0x6c4; -+ u32 curVal0x6c4; -+ u32 preVal0x6c8; -+ u32 curVal0x6c8; -+ u8 preVal0x6cc; -+ u8 curVal0x6cc; -+ bool bLimitedDig; -+ -+ /* algorithm related */ -+ u8 preAlgorithm; -+ u8 curAlgorithm; -+ u8 btStatus; -+ u8 wifiChnlInfo[3]; -+ -+ bool bNeedRecover0x948; -+ u32 backup0x948; -+} COEX_DM_8723B_2ANT, *PCOEX_DM_8723B_2ANT; -+ -+typedef struct _COEX_STA_8723B_2ANT { -+ bool bBtLinkExist; -+ bool bScoExist; -+ bool bA2dpExist; -+ bool bHidExist; -+ bool bPanExist; -+ -+ bool bUnderLps; -+ bool bUnderIps; -+ u32 highPriorityTx; -+ u32 highPriorityRx; -+ u32 lowPriorityTx; -+ u32 lowPriorityRx; -+ u8 btRssi; -+ bool bBtTxRxMask; -+ u8 preBtRssiState; -+ u8 preWifiRssiState[4]; -+ bool bC2hBtInfoReqSent; -+ u8 btInfoC2h[BT_INFO_SRC_8723B_2ANT_MAX][10]; -+ u32 btInfoC2hCnt[BT_INFO_SRC_8723B_2ANT_MAX]; -+ bool bC2hBtInquiryPage; -+ u8 btRetryCnt; -+ u8 btInfoExt; -+} COEX_STA_8723B_2ANT, *PCOEX_STA_8723B_2ANT; -+ -+/* */ -+/* The following is interface which will notify coex module. */ -+/* */ -+void EXhalbtc8723b2ant_PowerOnSetting(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b2ant_InitHwConfig(PBTC_COEXIST pBtCoexist, bool bWifiOnly); -+void EXhalbtc8723b2ant_InitCoexDm(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b2ant_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b2ant_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b2ant_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b2ant_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b2ant_MediaStatusNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b2ant_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtc8723b2ant_BtInfoNotify( -+ PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length -+); -+void EXhalbtc8723b2ant_HaltNotify(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b2ant_PnpNotify(PBTC_COEXIST pBtCoexist, u8 pnpState); -+void EXhalbtc8723b2ant_Periodical(PBTC_COEXIST pBtCoexist); -+void EXhalbtc8723b2ant_DisplayCoexInfo(PBTC_COEXIST pBtCoexist); -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/hal_btcoex.c linux/3rdparty/rtl8723bs/hal/hal_btcoex.c ---- linux.old/3rdparty/rtl8723bs/hal/hal_btcoex.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/hal_btcoex.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1720 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define __HAL_BTCOEX_C__ -+ -+#include -+#include -+#include -+#include -+ -+/* Global variables */ -+static const char *const BtProfileString[] = { -+ "NONE", -+ "A2DP", -+ "PAN", -+ "HID", -+ "SCO", -+}; -+ -+static const char *const BtSpecString[] = { -+ "1.0b", -+ "1.1", -+ "1.2", -+ "2.0+EDR", -+ "2.1+EDR", -+ "3.0+HS", -+ "4.0", -+}; -+ -+static const char *const BtLinkRoleString[] = { -+ "Master", -+ "Slave", -+}; -+ -+static const char *const h2cStaString[] = { -+ "successful", -+ "h2c busy", -+ "rf off", -+ "fw not read", -+}; -+ -+static const char *const ioStaString[] = { -+ "success", -+ "can not IO", -+ "rf off", -+ "fw not read", -+ "wait io timeout", -+ "invalid len", -+ "idle Q empty", -+ "insert waitQ fail", -+ "unknown fail", -+ "wrong level", -+ "h2c stopped", -+}; -+ -+BTC_COEXIST GLBtCoexist; -+static u8 GLBtcWiFiInScanState; -+static u8 GLBtcWiFiInIQKState; -+ -+u32 GLBtcDbgType[BTC_MSG_MAX]; -+static u8 GLBtcDbgBuf[BT_TMP_BUF_SIZE]; -+ -+typedef struct _btcoexdbginfo { -+ u8 *info; -+ u32 size; /* buffer total size */ -+ u32 len; /* now used length */ -+} BTCDBGINFO, *PBTCDBGINFO; -+ -+static BTCDBGINFO GLBtcDbgInfo; -+ -+#define BT_Operation(Adapter) false -+ -+static void DBG_BT_INFO_INIT(PBTCDBGINFO pinfo, u8 *pbuf, u32 size) -+{ -+ if (NULL == pinfo) -+ return; -+ -+ memset(pinfo, 0, sizeof(BTCDBGINFO)); -+ -+ if (pbuf && size) { -+ pinfo->info = pbuf; -+ pinfo->size = size; -+ } -+} -+ -+void DBG_BT_INFO(u8 *dbgmsg) -+{ -+ PBTCDBGINFO pinfo; -+ u32 msglen; -+ u8 *pbuf; -+ -+ -+ pinfo = &GLBtcDbgInfo; -+ -+ if (NULL == pinfo->info) -+ return; -+ -+ msglen = strlen(dbgmsg); -+ if (pinfo->len + msglen > pinfo->size) -+ return; -+ -+ pbuf = pinfo->info + pinfo->len; -+ memcpy(pbuf, dbgmsg, msglen); -+ pinfo->len += msglen; -+} -+ -+/* */ -+/* Debug related function */ -+/* */ -+static u8 halbtcoutsrc_IsBtCoexistAvailable(PBTC_COEXIST pBtCoexist) -+{ -+ if (!pBtCoexist->bBinded || -+ NULL == pBtCoexist->Adapter){ -+ return false; -+ } -+ return true; -+} -+ -+static void halbtcoutsrc_DbgInit(void) -+{ -+ u8 i; -+ -+ for (i = 0; i < BTC_MSG_MAX; i++) -+ GLBtcDbgType[i] = 0; -+ -+ GLBtcDbgType[BTC_MSG_INTERFACE] = \ -+/* INTF_INIT | */ -+/* INTF_NOTIFY | */ -+ 0; -+ -+ GLBtcDbgType[BTC_MSG_ALGORITHM] = \ -+/* ALGO_BT_RSSI_STATE | */ -+/* ALGO_WIFI_RSSI_STATE | */ -+/* ALGO_BT_MONITOR | */ -+/* ALGO_TRACE | */ -+/* ALGO_TRACE_FW | */ -+/* ALGO_TRACE_FW_DETAIL | */ -+/* ALGO_TRACE_FW_EXEC | */ -+/* ALGO_TRACE_SW | */ -+/* ALGO_TRACE_SW_DETAIL | */ -+/* ALGO_TRACE_SW_EXEC | */ -+ 0; -+} -+ -+static void halbtcoutsrc_LeaveLps(PBTC_COEXIST pBtCoexist) -+{ -+ struct adapter *padapter; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ -+ pBtCoexist->btInfo.bBtCtrlLps = true; -+ pBtCoexist->btInfo.bBtLpsOn = false; -+ -+ rtw_btcoex_LPS_Leave(padapter); -+} -+ -+static void halbtcoutsrc_EnterLps(PBTC_COEXIST pBtCoexist) -+{ -+ struct adapter *padapter; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ -+ pBtCoexist->btInfo.bBtCtrlLps = true; -+ pBtCoexist->btInfo.bBtLpsOn = true; -+ -+ rtw_btcoex_LPS_Enter(padapter); -+} -+ -+static void halbtcoutsrc_NormalLps(PBTC_COEXIST pBtCoexist) -+{ -+ struct adapter *padapter; -+ -+ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE, ("[BTCoex], Normal LPS behavior!!!\n")); -+ -+ padapter = pBtCoexist->Adapter; -+ -+ if (pBtCoexist->btInfo.bBtCtrlLps) { -+ pBtCoexist->btInfo.bBtLpsOn = false; -+ rtw_btcoex_LPS_Leave(padapter); -+ pBtCoexist->btInfo.bBtCtrlLps = false; -+ -+ /* recover the LPS state to the original */ -+ } -+} -+ -+/* -+ * Constraint: -+ * 1. this function will request pwrctrl->lock -+ */ -+static void halbtcoutsrc_LeaveLowPower(PBTC_COEXIST pBtCoexist) -+{ -+ struct adapter *padapter; -+ struct hal_com_data *pHalData; -+ s32 ready; -+ unsigned long stime; -+ unsigned long utime; -+ u32 timeout; /* unit: ms */ -+ -+ -+ padapter = pBtCoexist->Adapter; -+ pHalData = GET_HAL_DATA(padapter); -+ ready = _FAIL; -+#ifdef LPS_RPWM_WAIT_MS -+ timeout = LPS_RPWM_WAIT_MS; -+#else /* !LPS_RPWM_WAIT_MS */ -+ timeout = 30; -+#endif /* !LPS_RPWM_WAIT_MS */ -+ -+ stime = jiffies; -+ do { -+ ready = rtw_register_task_alive(padapter, BTCOEX_ALIVE); -+ if (_SUCCESS == ready) -+ break; -+ -+ utime = jiffies_to_msecs(jiffies - stime); -+ if (utime > timeout) -+ break; -+ -+ msleep(1); -+ } while (1); -+} -+ -+/* -+ * Constraint: -+ * 1. this function will request pwrctrl->lock -+ */ -+static void halbtcoutsrc_NormalLowPower(PBTC_COEXIST pBtCoexist) -+{ -+ struct adapter *padapter; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ rtw_unregister_task_alive(padapter, BTCOEX_ALIVE); -+} -+ -+static void halbtcoutsrc_DisableLowPower(PBTC_COEXIST pBtCoexist, u8 bLowPwrDisable) -+{ -+ pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; -+ if (bLowPwrDisable) -+ halbtcoutsrc_LeaveLowPower(pBtCoexist); /* leave 32k low power. */ -+ else -+ halbtcoutsrc_NormalLowPower(pBtCoexist); /* original 32k low power behavior. */ -+} -+ -+static void halbtcoutsrc_AggregationCheck(PBTC_COEXIST pBtCoexist) -+{ -+ struct adapter *padapter; -+ bool bNeedToAct; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ bNeedToAct = false; -+ -+ if (pBtCoexist->btInfo.bRejectAggPkt) -+ rtw_btcoex_RejectApAggregatedPacket(padapter, true); -+ else{ -+ -+ if (pBtCoexist->btInfo.bPreBtCtrlAggBufSize != -+ pBtCoexist->btInfo.bBtCtrlAggBufSize){ -+ -+ bNeedToAct = true; -+ pBtCoexist->btInfo.bPreBtCtrlAggBufSize = pBtCoexist->btInfo.bBtCtrlAggBufSize; -+ } -+ -+ if (pBtCoexist->btInfo.bBtCtrlAggBufSize) { -+ if (pBtCoexist->btInfo.preAggBufSize != -+ pBtCoexist->btInfo.aggBufSize){ -+ bNeedToAct = true; -+ } -+ pBtCoexist->btInfo.preAggBufSize = pBtCoexist->btInfo.aggBufSize; -+ } -+ -+ if (bNeedToAct) { -+ rtw_btcoex_RejectApAggregatedPacket(padapter, true); -+ rtw_btcoex_RejectApAggregatedPacket(padapter, false); -+ } -+ } -+} -+ -+static u8 halbtcoutsrc_IsWifiBusy(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv; -+ -+ -+ pmlmepriv = &padapter->mlmepriv; -+ -+ if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE) == true) { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ return true; -+ if (true == pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ return true; -+ } -+ -+ return false; -+} -+ -+static u32 _halbtcoutsrc_GetWifiLinkStatus(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv; -+ u8 bp2p; -+ u32 portConnectedStatus; -+ -+ -+ pmlmepriv = &padapter->mlmepriv; -+ bp2p = false; -+ portConnectedStatus = 0; -+ -+ if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE) == true) { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ if (true == bp2p) -+ portConnectedStatus |= WIFI_P2P_GO_CONNECTED; -+ else -+ portConnectedStatus |= WIFI_AP_CONNECTED; -+ } else { -+ if (true == bp2p) -+ portConnectedStatus |= WIFI_P2P_GC_CONNECTED; -+ else -+ portConnectedStatus |= WIFI_STA_CONNECTED; -+ } -+ } -+ -+ return portConnectedStatus; -+} -+ -+static u32 halbtcoutsrc_GetWifiLinkStatus(PBTC_COEXIST pBtCoexist) -+{ -+ /* */ -+ /* return value: */ -+ /* [31:16]=> connected port number */ -+ /* [15:0]=> port connected bit define */ -+ /* */ -+ -+ struct adapter *padapter; -+ u32 retVal; -+ u32 portConnectedStatus, numOfConnectedPort; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ portConnectedStatus = 0; -+ numOfConnectedPort = 0; -+ -+ retVal = _halbtcoutsrc_GetWifiLinkStatus(padapter); -+ if (retVal) { -+ portConnectedStatus |= retVal; -+ numOfConnectedPort++; -+ } -+ -+ retVal = (numOfConnectedPort << 16) | portConnectedStatus; -+ -+ return retVal; -+} -+ -+static u32 halbtcoutsrc_GetBtPatchVer(PBTC_COEXIST pBtCoexist) -+{ -+ return pBtCoexist->btInfo.btRealFwVer; -+} -+ -+static s32 halbtcoutsrc_GetWifiRssi(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ s32 UndecoratedSmoothedPWDB = 0; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ UndecoratedSmoothedPWDB = pHalData->dmpriv.EntryMinUndecoratedSmoothedPWDB; -+ -+ return UndecoratedSmoothedPWDB; -+} -+ -+static u8 halbtcoutsrc_GetWifiScanAPNum(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext; -+ static u8 scan_AP_num = 0; -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ -+ if (GLBtcWiFiInScanState == false) { -+ if (pmlmeext->sitesurvey_res.bss_cnt > 0xFF) -+ scan_AP_num = 0xFF; -+ else -+ scan_AP_num = (u8)pmlmeext->sitesurvey_res.bss_cnt; -+ } -+ -+ return scan_AP_num; -+} -+ -+static u8 halbtcoutsrc_Get(void *pBtcContext, u8 getType, void *pOutBuf) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ struct hal_com_data *pHalData; -+ struct mlme_ext_priv *mlmeext; -+ u8 *pu8; -+ s32 *pS4Tmp; -+ u32 *pU4Tmp; -+ u8 *pU1Tmp; -+ u8 ret; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return false; -+ -+ padapter = pBtCoexist->Adapter; -+ pHalData = GET_HAL_DATA(padapter); -+ mlmeext = &padapter->mlmeextpriv; -+ pu8 = (u8 *)pOutBuf; -+ pS4Tmp = (s32 *)pOutBuf; -+ pU4Tmp = (u32 *)pOutBuf; -+ pU1Tmp = (u8 *)pOutBuf; -+ ret = true; -+ -+ switch (getType) { -+ case BTC_GET_BL_HS_OPERATION: -+ *pu8 = false; -+ ret = false; -+ break; -+ -+ case BTC_GET_BL_HS_CONNECTING: -+ *pu8 = false; -+ ret = false; -+ break; -+ -+ case BTC_GET_BL_WIFI_CONNECTED: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE); -+ break; -+ -+ case BTC_GET_BL_WIFI_BUSY: -+ *pu8 = halbtcoutsrc_IsWifiBusy(padapter); -+ break; -+ -+ case BTC_GET_BL_WIFI_SCAN: -+ /* Use the value of the new variable GLBtcWiFiInScanState to judge whether WiFi is in scan state or not, since the originally used flag -+ WIFI_SITE_MONITOR in fwstate may not be cleared in time */ -+ *pu8 = GLBtcWiFiInScanState; -+ break; -+ -+ case BTC_GET_BL_WIFI_LINK: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_UNDER_LINKING); -+ break; -+ -+ case BTC_GET_BL_WIFI_ROAM: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_UNDER_LINKING); -+ break; -+ -+ case BTC_GET_BL_WIFI_4_WAY_PROGRESS: -+ *pu8 = false; -+ break; -+ -+ case BTC_GET_BL_WIFI_UNDER_5G: -+ *pu8 = (pHalData->CurrentBandType == 1) ? true : false; -+ break; -+ -+ case BTC_GET_BL_WIFI_AP_MODE_ENABLE: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE); -+ break; -+ -+ case BTC_GET_BL_WIFI_ENABLE_ENCRYPTION: -+ *pu8 = padapter->securitypriv.dot11PrivacyAlgrthm == 0 ? false : true; -+ break; -+ -+ case BTC_GET_BL_WIFI_UNDER_B_MODE: -+ if (mlmeext->cur_wireless_mode == WIRELESS_11B) -+ *pu8 = true; -+ else -+ *pu8 = false; -+ break; -+ -+ case BTC_GET_BL_WIFI_IS_IN_MP_MODE: -+ *pu8 = false; -+ break; -+ -+ case BTC_GET_BL_EXT_SWITCH: -+ *pu8 = false; -+ break; -+ -+ case BTC_GET_S4_WIFI_RSSI: -+ *pS4Tmp = halbtcoutsrc_GetWifiRssi(padapter); -+ break; -+ -+ case BTC_GET_S4_HS_RSSI: -+ *pS4Tmp = 0; -+ ret = false; -+ break; -+ -+ case BTC_GET_U4_WIFI_BW: -+ if (IsLegacyOnly(mlmeext->cur_wireless_mode)) -+ *pU4Tmp = BTC_WIFI_BW_LEGACY; -+ else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_20) -+ *pU4Tmp = BTC_WIFI_BW_HT20; -+ else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) -+ *pU4Tmp = BTC_WIFI_BW_HT40; -+ else -+ *pU4Tmp = BTC_WIFI_BW_HT40; /* todo */ -+ break; -+ -+ case BTC_GET_U4_WIFI_TRAFFIC_DIRECTION: -+ { -+ PRT_LINK_DETECT_T plinkinfo; -+ plinkinfo = &padapter->mlmepriv.LinkDetectInfo; -+ -+ if (plinkinfo->NumTxOkInPeriod > plinkinfo->NumRxOkInPeriod) -+ *pU4Tmp = BTC_WIFI_TRAFFIC_TX; -+ else -+ *pU4Tmp = BTC_WIFI_TRAFFIC_RX; -+ } -+ break; -+ -+ case BTC_GET_U4_WIFI_FW_VER: -+ *pU4Tmp = pHalData->FirmwareVersion << 16; -+ *pU4Tmp |= pHalData->FirmwareSubVersion; -+ break; -+ -+ case BTC_GET_U4_WIFI_LINK_STATUS: -+ *pU4Tmp = halbtcoutsrc_GetWifiLinkStatus(pBtCoexist); -+ break; -+ -+ case BTC_GET_U4_BT_PATCH_VER: -+ *pU4Tmp = halbtcoutsrc_GetBtPatchVer(pBtCoexist); -+ break; -+ -+ case BTC_GET_U1_WIFI_DOT11_CHNL: -+ *pU1Tmp = padapter->mlmeextpriv.cur_channel; -+ break; -+ -+ case BTC_GET_U1_WIFI_CENTRAL_CHNL: -+ *pU1Tmp = pHalData->CurrentChannel; -+ break; -+ -+ case BTC_GET_U1_WIFI_HS_CHNL: -+ *pU1Tmp = 0; -+ ret = false; -+ break; -+ -+ case BTC_GET_U1_MAC_PHY_MODE: -+ *pU1Tmp = BTC_SMSP; -+/* *pU1Tmp = BTC_DMSP; */ -+/* *pU1Tmp = BTC_DMDP; */ -+/* *pU1Tmp = BTC_MP_UNKNOWN; */ -+ break; -+ -+ case BTC_GET_U1_AP_NUM: -+ *pU1Tmp = halbtcoutsrc_GetWifiScanAPNum(padapter); -+ break; -+ -+ /* 1Ant =========== */ -+ case BTC_GET_U1_LPS_MODE: -+ *pU1Tmp = padapter->dvobj->pwrctl_priv.pwr_mode; -+ break; -+ -+ default: -+ ret = false; -+ break; -+ } -+ -+ return ret; -+} -+ -+static u8 halbtcoutsrc_Set(void *pBtcContext, u8 setType, void *pInBuf) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ struct hal_com_data *pHalData; -+ u8 *pu8; -+ u8 *pU1Tmp; -+ u32 *pU4Tmp; -+ u8 ret; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ pHalData = GET_HAL_DATA(padapter); -+ pu8 = (u8 *)pInBuf; -+ pU1Tmp = (u8 *)pInBuf; -+ pU4Tmp = (u32 *)pInBuf; -+ ret = true; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return false; -+ -+ switch (setType) { -+ /* set some u8 type variables. */ -+ case BTC_SET_BL_BT_DISABLE: -+ pBtCoexist->btInfo.bBtDisabled = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_TRAFFIC_BUSY: -+ pBtCoexist->btInfo.bBtBusy = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_LIMITED_DIG: -+ pBtCoexist->btInfo.bLimitedDig = *pu8; -+ break; -+ -+ case BTC_SET_BL_FORCE_TO_ROAM: -+ pBtCoexist->btInfo.bForceToRoam = *pu8; -+ break; -+ -+ case BTC_SET_BL_TO_REJ_AP_AGG_PKT: -+ pBtCoexist->btInfo.bRejectAggPkt = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_CTRL_AGG_SIZE: -+ pBtCoexist->btInfo.bBtCtrlAggBufSize = *pu8; -+ break; -+ -+ case BTC_SET_BL_INC_SCAN_DEV_NUM: -+ pBtCoexist->btInfo.bIncreaseScanDevNum = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_TX_RX_MASK: -+ pBtCoexist->btInfo.bBtTxRxMask = *pu8; -+ break; -+ -+ /* set some u8 type variables. */ -+ case BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON: -+ pBtCoexist->btInfo.rssiAdjustForAgcTableOn = *pU1Tmp; -+ break; -+ -+ case BTC_SET_U1_AGG_BUF_SIZE: -+ pBtCoexist->btInfo.aggBufSize = *pU1Tmp; -+ break; -+ -+ /* the following are some action which will be triggered */ -+ case BTC_SET_ACT_GET_BT_RSSI: -+ ret = false; -+ break; -+ -+ case BTC_SET_ACT_AGGREGATE_CTRL: -+ halbtcoutsrc_AggregationCheck(pBtCoexist); -+ break; -+ -+ /* 1Ant =========== */ -+ /* set some u8 type variables. */ -+ case BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE: -+ pBtCoexist->btInfo.rssiAdjustFor1AntCoexType = *pU1Tmp; -+ break; -+ -+ case BTC_SET_U1_LPS_VAL: -+ pBtCoexist->btInfo.lpsVal = *pU1Tmp; -+ break; -+ -+ case BTC_SET_U1_RPWM_VAL: -+ pBtCoexist->btInfo.rpwmVal = *pU1Tmp; -+ break; -+ -+ /* the following are some action which will be triggered */ -+ case BTC_SET_ACT_LEAVE_LPS: -+ halbtcoutsrc_LeaveLps(pBtCoexist); -+ break; -+ -+ case BTC_SET_ACT_ENTER_LPS: -+ halbtcoutsrc_EnterLps(pBtCoexist); -+ break; -+ -+ case BTC_SET_ACT_NORMAL_LPS: -+ halbtcoutsrc_NormalLps(pBtCoexist); -+ break; -+ -+ case BTC_SET_ACT_DISABLE_LOW_POWER: -+ halbtcoutsrc_DisableLowPower(pBtCoexist, *pu8); -+ break; -+ -+ case BTC_SET_ACT_UPDATE_RAMASK: -+ pBtCoexist->btInfo.raMask = *pU4Tmp; -+ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE) == true) { -+ struct sta_info *psta; -+ struct wlan_bssid_ex *cur_network; -+ -+ cur_network = &padapter->mlmeextpriv.mlmext_info.network; -+ psta = rtw_get_stainfo(&padapter->stapriv, cur_network->MacAddress); -+ rtw_hal_update_ra_mask(psta, 0); -+ } -+ break; -+ -+ case BTC_SET_ACT_SEND_MIMO_PS: -+ ret = false; -+ break; -+ -+ case BTC_SET_ACT_CTRL_BT_INFO: -+ ret = false; -+ break; -+ -+ case BTC_SET_ACT_CTRL_BT_COEX: -+ ret = false; -+ break; -+ case BTC_SET_ACT_CTRL_8723B_ANT: -+ ret = false; -+ break; -+ /* */ -+ default: -+ ret = false; -+ break; -+ } -+ -+ return ret; -+} -+ -+static void halbtcoutsrc_DisplayFwPwrModeCmd(PBTC_COEXIST pBtCoexist) -+{ -+ u8 *cliBuf = pBtCoexist->cliBuf; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x ", "Power mode cmd ", \ -+ pBtCoexist->pwrModeVal[0], pBtCoexist->pwrModeVal[1], -+ pBtCoexist->pwrModeVal[2], pBtCoexist->pwrModeVal[3], -+ pBtCoexist->pwrModeVal[4], pBtCoexist->pwrModeVal[5]); -+ CL_PRINTF(cliBuf); -+} -+ -+/* */ -+/* IO related function */ -+/* */ -+static u8 halbtcoutsrc_Read1Byte(void *pBtcContext, u32 RegAddr) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return rtw_read8(padapter, RegAddr); -+} -+ -+static u16 halbtcoutsrc_Read2Byte(void *pBtcContext, u32 RegAddr) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return rtw_read16(padapter, RegAddr); -+} -+ -+static u32 halbtcoutsrc_Read4Byte(void *pBtcContext, u32 RegAddr) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return rtw_read32(padapter, RegAddr); -+} -+ -+static void halbtcoutsrc_Write1Byte(void *pBtcContext, u32 RegAddr, u8 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_write8(padapter, RegAddr, Data); -+} -+ -+static void halbtcoutsrc_BitMaskWrite1Byte(void *pBtcContext, u32 regAddr, u8 bitMask, u8 data1b) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ u8 originalValue, bitShift; -+ u8 i; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ originalValue = 0; -+ bitShift = 0; -+ -+ if (bitMask != 0xFF) { -+ originalValue = rtw_read8(padapter, regAddr); -+ -+ for (i = 0; i <= 7; i++) { -+ if ((bitMask>>i)&0x1) -+ break; -+ } -+ bitShift = i; -+ -+ data1b = (originalValue & ~bitMask) | ((data1b << bitShift) & bitMask); -+ } -+ -+ rtw_write8(padapter, regAddr, data1b); -+} -+ -+static void halbtcoutsrc_Write2Byte(void *pBtcContext, u32 RegAddr, u16 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_write16(padapter, RegAddr, Data); -+} -+ -+static void halbtcoutsrc_Write4Byte(void *pBtcContext, u32 RegAddr, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_write32(padapter, RegAddr, Data); -+} -+ -+static void halbtcoutsrc_WriteLocalReg1Byte(void *pBtcContext, u32 RegAddr, u8 Data) -+{ -+ PBTC_COEXIST pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ struct adapter *Adapter = pBtCoexist->Adapter; -+ -+ if (BTC_INTF_SDIO == pBtCoexist->chipInterface) { -+ rtw_write8(Adapter, SDIO_LOCAL_BASE | RegAddr, Data); -+ } else { -+ rtw_write8(Adapter, RegAddr, Data); -+ } -+} -+ -+static void halbtcoutsrc_SetBbReg(void *pBtcContext, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ PHY_SetBBReg(padapter, RegAddr, BitMask, Data); -+} -+ -+ -+static u32 halbtcoutsrc_GetBbReg(void *pBtcContext, u32 RegAddr, u32 BitMask) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return PHY_QueryBBReg(padapter, RegAddr, BitMask); -+} -+ -+static void halbtcoutsrc_SetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ PHY_SetRFReg(padapter, eRFPath, RegAddr, BitMask, Data); -+} -+ -+static u32 halbtcoutsrc_GetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return PHY_QueryRFReg(padapter, eRFPath, RegAddr, BitMask); -+} -+ -+static void halbtcoutsrc_SetBtReg(void *pBtcContext, u8 RegType, u32 RegAddr, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ u8 CmdBuffer1[4] = {0}; -+ u8 CmdBuffer2[4] = {0}; -+ u8 *AddrToSet = (u8 *)&RegAddr; -+ u8 *ValueToSet = (u8 *)&Data; -+ u8 OperVer = 0; -+ u8 ReqNum = 0; -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ CmdBuffer1[0] |= (OperVer & 0x0f); /* Set OperVer */ -+ CmdBuffer1[0] |= ((ReqNum << 4) & 0xf0); /* Set ReqNum */ -+ CmdBuffer1[1] = 0x0d; /* Set OpCode to BT_LO_OP_WRITE_REG_VALUE */ -+ CmdBuffer1[2] = ValueToSet[0]; /* Set WriteRegValue */ -+ rtw_hal_fill_h2c_cmd(padapter, 0x67, 4, &(CmdBuffer1[0])); -+ -+ msleep(200); -+ ReqNum++; -+ -+ CmdBuffer2[0] |= (OperVer & 0x0f); /* Set OperVer */ -+ CmdBuffer2[0] |= ((ReqNum << 4) & 0xf0); /* Set ReqNum */ -+ CmdBuffer2[1] = 0x0c; /* Set OpCode of BT_LO_OP_WRITE_REG_ADDR */ -+ CmdBuffer2[3] = AddrToSet[0]; /* Set WriteRegAddr */ -+ rtw_hal_fill_h2c_cmd(padapter, 0x67, 4, &(CmdBuffer2[0])); -+} -+ -+static u32 halbtcoutsrc_GetBtReg(void *pBtcContext, u8 RegType, u32 RegAddr) -+{ -+ /* To be implemented. Always return 0 temporarily */ -+ return 0; -+} -+ -+static void halbtcoutsrc_FillH2cCmd(void *pBtcContext, u8 elementId, u32 cmdLen, u8 *pCmdBuffer) -+{ -+ PBTC_COEXIST pBtCoexist; -+ struct adapter *padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_hal_fill_h2c_cmd(padapter, elementId, cmdLen, pCmdBuffer); -+} -+ -+static void halbtcoutsrc_DisplayDbgMsg(void *pBtcContext, u8 dispType) -+{ -+ PBTC_COEXIST pBtCoexist; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ switch (dispType) { -+ case BTC_DBG_DISP_COEX_STATISTICS: -+ break; -+ case BTC_DBG_DISP_BT_LINK_INFO: -+ break; -+ case BTC_DBG_DISP_FW_PWR_MODE_CMD: -+ halbtcoutsrc_DisplayFwPwrModeCmd(pBtCoexist); -+ break; -+ default: -+ break; -+ } -+} -+ -+/* */ -+/* Extern functions called by other module */ -+/* */ -+static u8 EXhalbtcoutsrc_BindBtCoexWithAdapter(void *padapter) -+{ -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ -+ if (pBtCoexist->bBinded) -+ return false; -+ else -+ pBtCoexist->bBinded = true; -+ -+ pBtCoexist->statistics.cntBind++; -+ -+ pBtCoexist->Adapter = padapter; -+ -+ pBtCoexist->stackInfo.bProfileNotified = false; -+ -+ pBtCoexist->btInfo.bBtCtrlAggBufSize = false; -+ pBtCoexist->btInfo.aggBufSize = 5; -+ -+ pBtCoexist->btInfo.bIncreaseScanDevNum = false; -+ -+ /* set default antenna position to main port */ -+ pBtCoexist->boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ -+ return true; -+} -+ -+u8 EXhalbtcoutsrc_InitlizeVariables(void *padapter) -+{ -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ -+ /* pBtCoexist->statistics.cntBind++; */ -+ -+ halbtcoutsrc_DbgInit(); -+ -+ pBtCoexist->chipInterface = BTC_INTF_SDIO; -+ -+ EXhalbtcoutsrc_BindBtCoexWithAdapter(padapter); -+ -+ pBtCoexist->fBtcRead1Byte = halbtcoutsrc_Read1Byte; -+ pBtCoexist->fBtcWrite1Byte = halbtcoutsrc_Write1Byte; -+ pBtCoexist->fBtcWrite1ByteBitMask = halbtcoutsrc_BitMaskWrite1Byte; -+ pBtCoexist->fBtcRead2Byte = halbtcoutsrc_Read2Byte; -+ pBtCoexist->fBtcWrite2Byte = halbtcoutsrc_Write2Byte; -+ pBtCoexist->fBtcRead4Byte = halbtcoutsrc_Read4Byte; -+ pBtCoexist->fBtcWrite4Byte = halbtcoutsrc_Write4Byte; -+ pBtCoexist->fBtcWriteLocalReg1Byte = halbtcoutsrc_WriteLocalReg1Byte; -+ -+ pBtCoexist->fBtcSetBbReg = halbtcoutsrc_SetBbReg; -+ pBtCoexist->fBtcGetBbReg = halbtcoutsrc_GetBbReg; -+ -+ pBtCoexist->fBtcSetRfReg = halbtcoutsrc_SetRfReg; -+ pBtCoexist->fBtcGetRfReg = halbtcoutsrc_GetRfReg; -+ -+ pBtCoexist->fBtcFillH2c = halbtcoutsrc_FillH2cCmd; -+ pBtCoexist->fBtcDispDbgMsg = halbtcoutsrc_DisplayDbgMsg; -+ -+ pBtCoexist->fBtcGet = halbtcoutsrc_Get; -+ pBtCoexist->fBtcSet = halbtcoutsrc_Set; -+ pBtCoexist->fBtcGetBtReg = halbtcoutsrc_GetBtReg; -+ pBtCoexist->fBtcSetBtReg = halbtcoutsrc_SetBtReg; -+ -+ pBtCoexist->cliBuf = &GLBtcDbgBuf[0]; -+ -+ pBtCoexist->boardInfo.singleAntPath = 0; -+ -+ GLBtcWiFiInScanState = false; -+ -+ GLBtcWiFiInIQKState = false; -+ -+ return true; -+} -+ -+void EXhalbtcoutsrc_PowerOnSetting(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ /* Power on setting function is only added in 8723B currently */ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_PowerOnSetting(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_PowerOnSetting(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_InitHwConfig(PBTC_COEXIST pBtCoexist, u8 bWifiOnly) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntInitHwConfig++; -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_InitHwConfig(pBtCoexist, bWifiOnly); -+} -+ -+void EXhalbtcoutsrc_InitCoexDm(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntInitCoexDm++; -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_InitCoexDm(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_InitCoexDm(pBtCoexist); -+ -+ pBtCoexist->bInitilized = true; -+} -+ -+void EXhalbtcoutsrc_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 ipsType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntIpsNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (IPS_NONE == type) -+ ipsType = BTC_IPS_LEAVE; -+ else -+ ipsType = BTC_IPS_ENTER; -+ -+ /* All notify is called in cmd thread, don't need to leave low power again */ -+/* halbtcoutsrc_LeaveLowPower(pBtCoexist); */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_IpsNotify(pBtCoexist, ipsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_IpsNotify(pBtCoexist, ipsType); -+ -+/* halbtcoutsrc_NormalLowPower(pBtCoexist); */ -+} -+ -+void EXhalbtcoutsrc_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 lpsType; -+ -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntLpsNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (PS_MODE_ACTIVE == type) -+ lpsType = BTC_LPS_DISABLE; -+ else -+ lpsType = BTC_LPS_ENABLE; -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_LpsNotify(pBtCoexist, lpsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_LpsNotify(pBtCoexist, lpsType); -+} -+ -+void EXhalbtcoutsrc_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 scanType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntScanNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (type) { -+ scanType = BTC_SCAN_START; -+ GLBtcWiFiInScanState = true; -+ } else { -+ scanType = BTC_SCAN_FINISH; -+ GLBtcWiFiInScanState = false; -+ } -+ -+ /* All notify is called in cmd thread, don't need to leave low power again */ -+/* halbtcoutsrc_LeaveLowPower(pBtCoexist); */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_ScanNotify(pBtCoexist, scanType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_ScanNotify(pBtCoexist, scanType); -+ -+/* halbtcoutsrc_NormalLowPower(pBtCoexist); */ -+} -+ -+void EXhalbtcoutsrc_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 action) -+{ -+ u8 assoType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntConnectNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (action) -+ assoType = BTC_ASSOCIATE_START; -+ else -+ assoType = BTC_ASSOCIATE_FINISH; -+ -+ /* All notify is called in cmd thread, don't need to leave low power again */ -+/* halbtcoutsrc_LeaveLowPower(pBtCoexist); */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_ConnectNotify(pBtCoexist, assoType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_ConnectNotify(pBtCoexist, assoType); -+ -+/* halbtcoutsrc_NormalLowPower(pBtCoexist); */ -+} -+ -+void EXhalbtcoutsrc_MediaStatusNotify(PBTC_COEXIST pBtCoexist, RT_MEDIA_STATUS mediaStatus) -+{ -+ u8 mStatus; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntMediaStatusNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (RT_MEDIA_CONNECT == mediaStatus) -+ mStatus = BTC_MEDIA_CONNECT; -+ else -+ mStatus = BTC_MEDIA_DISCONNECT; -+ -+ /* All notify is called in cmd thread, don't need to leave low power again */ -+/* halbtcoutsrc_LeaveLowPower(pBtCoexist); */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, mStatus); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, mStatus); -+ -+/* halbtcoutsrc_NormalLowPower(pBtCoexist); */ -+} -+ -+void EXhalbtcoutsrc_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 pktType) -+{ -+ u8 packetType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntSpecialPacketNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (PACKET_DHCP == pktType) -+ packetType = BTC_PACKET_DHCP; -+ else if (PACKET_EAPOL == pktType) -+ packetType = BTC_PACKET_EAPOL; -+ else if (PACKET_ARP == pktType) -+ packetType = BTC_PACKET_ARP; -+ else{ -+ packetType = BTC_PACKET_UNKNOWN; -+ return; -+ } -+ -+ /* All notify is called in cmd thread, don't need to leave low power again */ -+/* halbtcoutsrc_LeaveLowPower(pBtCoexist); */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_SpecialPacketNotify(pBtCoexist, packetType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_SpecialPacketNotify(pBtCoexist, packetType); -+ -+/* halbtcoutsrc_NormalLowPower(pBtCoexist); */ -+} -+ -+void EXhalbtcoutsrc_BtInfoNotify(PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntBtInfoNotify++; -+ -+ /* All notify is called in cmd thread, don't need to leave low power again */ -+/* halbtcoutsrc_LeaveLowPower(pBtCoexist); */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ -+/* halbtcoutsrc_NormalLowPower(pBtCoexist); */ -+} -+ -+void EXhalbtcoutsrc_HaltNotify(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_HaltNotify(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_HaltNotify(pBtCoexist); -+ -+ pBtCoexist->bBinded = false; -+} -+ -+void EXhalbtcoutsrc_PnpNotify(PBTC_COEXIST pBtCoexist, u8 pnpState) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ /* */ -+ /* currently only 1ant we have to do the notification, */ -+ /* once pnp is notified to sleep state, we have to leave LPS that we can sleep normally. */ -+ /* */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_PnpNotify(pBtCoexist, pnpState); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_PnpNotify(pBtCoexist, pnpState); -+} -+ -+void EXhalbtcoutsrc_Periodical(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntPeriodical++; -+ -+ /* Periodical should be called in cmd thread, */ -+ /* don't need to leave low power again */ -+/* halbtcoutsrc_LeaveLowPower(pBtCoexist); */ -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_Periodical(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_Periodical(pBtCoexist); -+ -+/* halbtcoutsrc_NormalLowPower(pBtCoexist); */ -+} -+ -+void EXhalbtcoutsrc_SetChipType(u8 chipType) -+{ -+ GLBtCoexist.boardInfo.btChipType = BTC_CHIP_RTL8723B; -+} -+ -+void EXhalbtcoutsrc_SetAntNum(u8 type, u8 antNum) -+{ -+ if (BT_COEX_ANT_TYPE_PG == type) { -+ GLBtCoexist.boardInfo.pgAntNum = antNum; -+ GLBtCoexist.boardInfo.btdmAntNum = antNum; -+ } else if (BT_COEX_ANT_TYPE_ANTDIV == type) { -+ GLBtCoexist.boardInfo.btdmAntNum = antNum; -+ /* GLBtCoexist.boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; */ -+ } else if (BT_COEX_ANT_TYPE_DETECTED == type) { -+ GLBtCoexist.boardInfo.btdmAntNum = antNum; -+ /* GLBtCoexist.boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; */ -+ } -+} -+ -+/* */ -+/* Currently used by 8723b only, S0 or S1 */ -+/* */ -+void EXhalbtcoutsrc_SetSingleAntPath(u8 singleAntPath) -+{ -+ GLBtCoexist.boardInfo.singleAntPath = singleAntPath; -+} -+ -+void EXhalbtcoutsrc_DisplayBtCoexInfo(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_DisplayCoexInfo(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_DisplayCoexInfo(pBtCoexist); -+ -+ halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+/* -+ * Description: -+ *Run BT-Coexist mechansim or not -+ * -+ */ -+void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist) -+{ -+ struct hal_com_data *pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pHalData->bt_coexist.bBtExist = bBtExist; -+} -+ -+/* -+ * Dewcription: -+ *Check is co-exist mechanism enabled or not -+ * -+ * Return: -+ *true Enable BT co-exist mechanism -+ *false Disable BT co-exist mechanism -+ */ -+u8 hal_btcoex_IsBtExist(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ return pHalData->bt_coexist.bBtExist; -+} -+ -+u8 hal_btcoex_IsBtDisabled(struct adapter *padapter) -+{ -+ if (!hal_btcoex_IsBtExist(padapter)) -+ return true; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return true; -+ else -+ return false; -+} -+ -+void hal_btcoex_SetChipType(struct adapter *padapter, u8 chipType) -+{ -+ struct hal_com_data *pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pHalData->bt_coexist.btChipType = chipType; -+ -+ EXhalbtcoutsrc_SetChipType(chipType); -+} -+ -+void hal_btcoex_SetPgAntNum(struct adapter *padapter, u8 antNum) -+{ -+ struct hal_com_data *pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ pHalData->bt_coexist.btTotalAntNum = antNum; -+ EXhalbtcoutsrc_SetAntNum(BT_COEX_ANT_TYPE_PG, antNum); -+} -+ -+void hal_btcoex_SetSingleAntPath(struct adapter *padapter, u8 singleAntPath) -+{ -+ EXhalbtcoutsrc_SetSingleAntPath(singleAntPath); -+} -+ -+u8 hal_btcoex_Initialize(struct adapter *padapter) -+{ -+ u8 ret1; -+ u8 ret2; -+ -+ -+ memset(&GLBtCoexist, 0, sizeof(GLBtCoexist)); -+ ret1 = EXhalbtcoutsrc_InitlizeVariables((void *)padapter); -+ ret2 = (ret1 == true) ? true : false; -+ -+ return ret2; -+} -+ -+void hal_btcoex_PowerOnSetting(struct adapter *padapter) -+{ -+ EXhalbtcoutsrc_PowerOnSetting(&GLBtCoexist); -+} -+ -+void hal_btcoex_InitHwConfig(struct adapter *padapter, u8 bWifiOnly) -+{ -+ if (!hal_btcoex_IsBtExist(padapter)) -+ return; -+ -+ EXhalbtcoutsrc_InitHwConfig(&GLBtCoexist, bWifiOnly); -+ EXhalbtcoutsrc_InitCoexDm(&GLBtCoexist); -+} -+ -+void hal_btcoex_IpsNotify(struct adapter *padapter, u8 type) -+{ -+ EXhalbtcoutsrc_IpsNotify(&GLBtCoexist, type); -+} -+ -+void hal_btcoex_LpsNotify(struct adapter *padapter, u8 type) -+{ -+ EXhalbtcoutsrc_LpsNotify(&GLBtCoexist, type); -+} -+ -+void hal_btcoex_ScanNotify(struct adapter *padapter, u8 type) -+{ -+ EXhalbtcoutsrc_ScanNotify(&GLBtCoexist, type); -+} -+ -+void hal_btcoex_ConnectNotify(struct adapter *padapter, u8 action) -+{ -+ EXhalbtcoutsrc_ConnectNotify(&GLBtCoexist, action); -+} -+ -+void hal_btcoex_MediaStatusNotify(struct adapter *padapter, u8 mediaStatus) -+{ -+ EXhalbtcoutsrc_MediaStatusNotify(&GLBtCoexist, mediaStatus); -+} -+ -+void hal_btcoex_SpecialPacketNotify(struct adapter *padapter, u8 pktType) -+{ -+ EXhalbtcoutsrc_SpecialPacketNotify(&GLBtCoexist, pktType); -+} -+ -+void hal_btcoex_IQKNotify(struct adapter *padapter, u8 state) -+{ -+ GLBtcWiFiInIQKState = state; -+} -+ -+void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) -+{ -+ if (GLBtcWiFiInIQKState == true) -+ return; -+ -+ EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length); -+} -+ -+void hal_btcoex_SuspendNotify(struct adapter *padapter, u8 state) -+{ -+ if (state == 1) -+ state = BTC_WIFI_PNP_SLEEP; -+ else -+ state = BTC_WIFI_PNP_WAKE_UP; -+ -+ EXhalbtcoutsrc_PnpNotify(&GLBtCoexist, state); -+} -+ -+void hal_btcoex_HaltNotify(struct adapter *padapter) -+{ -+ EXhalbtcoutsrc_HaltNotify(&GLBtCoexist); -+} -+ -+void hal_btcoex_Hanlder(struct adapter *padapter) -+{ -+ EXhalbtcoutsrc_Periodical(&GLBtCoexist); -+} -+ -+s32 hal_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter) -+{ -+ return (s32)GLBtCoexist.btInfo.bBtCtrlAggBufSize; -+} -+ -+void hal_btcoex_SetManualControl(struct adapter *padapter, u8 bmanual) -+{ -+ GLBtCoexist.bManualControl = bmanual; -+} -+ -+u8 hal_btcoex_IsBtControlLps(struct adapter *padapter) -+{ -+ if (hal_btcoex_IsBtExist(padapter) == false) -+ return false; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return false; -+ -+ if (GLBtCoexist.btInfo.bBtCtrlLps) -+ return true; -+ -+ return false; -+} -+ -+u8 hal_btcoex_IsLpsOn(struct adapter *padapter) -+{ -+ if (hal_btcoex_IsBtExist(padapter) == false) -+ return false; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return false; -+ -+ if (GLBtCoexist.btInfo.bBtLpsOn) -+ return true; -+ -+ return false; -+} -+ -+u8 hal_btcoex_RpwmVal(struct adapter *padapter) -+{ -+ return GLBtCoexist.btInfo.rpwmVal; -+} -+ -+u8 hal_btcoex_LpsVal(struct adapter *padapter) -+{ -+ return GLBtCoexist.btInfo.lpsVal; -+} -+ -+u32 hal_btcoex_GetRaMask(struct adapter *padapter) -+{ -+ if (!hal_btcoex_IsBtExist(padapter)) -+ return 0; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return 0; -+ -+ if (GLBtCoexist.boardInfo.btdmAntNum != 1) -+ return 0; -+ -+ return GLBtCoexist.btInfo.raMask; -+} -+ -+void hal_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen) -+{ -+ BTC_PRINT(BTC_MSG_ALGORITHM, ALGO_TRACE_FW_EXEC, ("[BTCoex], FW write pwrModeCmd = 0x%04x%08x\n", -+ pCmdBuf[0]<<8|pCmdBuf[1], -+ pCmdBuf[2]<<24|pCmdBuf[3]<<16|pCmdBuf[4]<<8|pCmdBuf[5])); -+ -+ memcpy(GLBtCoexist.pwrModeVal, pCmdBuf, cmdLen); -+} -+ -+void hal_btcoex_DisplayBtCoexInfo(struct adapter *padapter, u8 *pbuf, u32 bufsize) -+{ -+ PBTCDBGINFO pinfo; -+ -+ -+ pinfo = &GLBtcDbgInfo; -+ DBG_BT_INFO_INIT(pinfo, pbuf, bufsize); -+ EXhalbtcoutsrc_DisplayBtCoexInfo(&GLBtCoexist); -+ DBG_BT_INFO_INIT(pinfo, NULL, 0); -+} -+ -+void hal_btcoex_SetDBG(struct adapter *padapter, u32 *pDbgModule) -+{ -+ u32 i; -+ -+ -+ if (NULL == pDbgModule) -+ return; -+ -+ for (i = 0; i < BTC_MSG_MAX; i++) -+ GLBtcDbgType[i] = pDbgModule[i]; -+} -+ -+u32 hal_btcoex_GetDBG(struct adapter *padapter, u8 *pStrBuf, u32 bufSize) -+{ -+ s32 count; -+ u8 *pstr; -+ u32 leftSize; -+ -+ -+ if ((NULL == pStrBuf) || (0 == bufSize)) -+ return 0; -+ -+ pstr = pStrBuf; -+ leftSize = bufSize; -+/* DBG_871X(FUNC_ADPT_FMT ": bufsize =%d\n", FUNC_ADPT_ARG(padapter), bufSize); */ -+ -+ count = rtw_sprintf(pstr, leftSize, "#define DBG\t%d\n", DBG); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+ count = rtw_sprintf(pstr, leftSize, "BTCOEX Debug Setting:\n"); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+ count = rtw_sprintf(pstr, leftSize, -+ "INTERFACE / ALGORITHM: 0x%08X / 0x%08X\n\n", -+ GLBtcDbgType[BTC_MSG_INTERFACE], -+ GLBtcDbgType[BTC_MSG_ALGORITHM]); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+ count = rtw_sprintf(pstr, leftSize, "INTERFACE Debug Setting Definition:\n"); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[0]=%d for INTF_INIT\n", -+ (GLBtcDbgType[BTC_MSG_INTERFACE]&INTF_INIT)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[2]=%d for INTF_NOTIFY\n\n", -+ (GLBtcDbgType[BTC_MSG_INTERFACE]&INTF_NOTIFY)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+ count = rtw_sprintf(pstr, leftSize, "ALGORITHM Debug Setting Definition:\n"); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[0]=%d for BT_RSSI_STATE\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_BT_RSSI_STATE)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[1]=%d for WIFI_RSSI_STATE\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_WIFI_RSSI_STATE)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[2]=%d for BT_MONITOR\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_BT_MONITOR)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[3]=%d for TRACE\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[4]=%d for TRACE_FW\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_FW)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[5]=%d for TRACE_FW_DETAIL\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_FW_DETAIL)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[6]=%d for TRACE_FW_EXEC\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_FW_EXEC)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[7]=%d for TRACE_SW\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_SW)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[8]=%d for TRACE_SW_DETAIL\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_SW_DETAIL)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[9]=%d for TRACE_SW_EXEC\n", -+ (GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_SW_EXEC)?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+exit: -+ count = pstr - pStrBuf; -+/* DBG_871X(FUNC_ADPT_FMT ": usedsize =%d\n", FUNC_ADPT_ARG(padapter), count); */ -+ -+ return count; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalBtcOutSrc.h linux/3rdparty/rtl8723bs/hal/HalBtcOutSrc.h ---- linux.old/3rdparty/rtl8723bs/hal/HalBtcOutSrc.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalBtcOutSrc.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,565 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HALBTC_OUT_SRC_H__ -+#define __HALBTC_OUT_SRC_H__ -+ -+#define NORMAL_EXEC false -+#define FORCE_EXEC true -+ -+#define BTC_RF_OFF 0x0 -+#define BTC_RF_ON 0x1 -+ -+#define BTC_RF_A 0x0 -+#define BTC_RF_B 0x1 -+#define BTC_RF_C 0x2 -+#define BTC_RF_D 0x3 -+ -+#define BTC_SMSP SINGLEMAC_SINGLEPHY -+#define BTC_DMDP DUALMAC_DUALPHY -+#define BTC_DMSP DUALMAC_SINGLEPHY -+#define BTC_MP_UNKNOWN 0xff -+ -+#define BT_COEX_ANT_TYPE_PG 0 -+#define BT_COEX_ANT_TYPE_ANTDIV 1 -+#define BT_COEX_ANT_TYPE_DETECTED 2 -+ -+#define BTC_MIMO_PS_STATIC 0 /* 1ss */ -+#define BTC_MIMO_PS_DYNAMIC 1 /* 2ss */ -+ -+#define BTC_RATE_DISABLE 0 -+#define BTC_RATE_ENABLE 1 -+ -+/* single Antenna definition */ -+#define BTC_ANT_PATH_WIFI 0 -+#define BTC_ANT_PATH_BT 1 -+#define BTC_ANT_PATH_PTA 2 -+/* dual Antenna definition */ -+#define BTC_ANT_WIFI_AT_MAIN 0 -+#define BTC_ANT_WIFI_AT_AUX 1 -+/* coupler Antenna definition */ -+#define BTC_ANT_WIFI_AT_CPL_MAIN 0 -+#define BTC_ANT_WIFI_AT_CPL_AUX 1 -+ -+typedef enum _BTC_POWERSAVE_TYPE{ -+ BTC_PS_WIFI_NATIVE = 0, /* wifi original power save behavior */ -+ BTC_PS_LPS_ON = 1, -+ BTC_PS_LPS_OFF = 2, -+ BTC_PS_MAX -+} BTC_POWERSAVE_TYPE, *PBTC_POWERSAVE_TYPE; -+ -+typedef enum _BTC_BT_REG_TYPE{ -+ BTC_BT_REG_RF = 0, -+ BTC_BT_REG_MODEM = 1, -+ BTC_BT_REG_BLUEWIZE = 2, -+ BTC_BT_REG_VENDOR = 3, -+ BTC_BT_REG_LE = 4, -+ BTC_BT_REG_MAX -+} BTC_BT_REG_TYPE, *PBTC_BT_REG_TYPE; -+ -+typedef enum _BTC_CHIP_INTERFACE{ -+ BTC_INTF_UNKNOWN = 0, -+ BTC_INTF_PCI = 1, -+ BTC_INTF_USB = 2, -+ BTC_INTF_SDIO = 3, -+ BTC_INTF_MAX -+} BTC_CHIP_INTERFACE, *PBTC_CHIP_INTERFACE; -+ -+typedef enum _BTC_CHIP_TYPE { -+ BTC_CHIP_UNDEF = 0, -+ BTC_CHIP_CSR_BC4 = 1, -+ BTC_CHIP_CSR_BC8 = 2, -+ BTC_CHIP_RTL8723A = 3, -+ BTC_CHIP_RTL8821 = 4, -+ BTC_CHIP_RTL8723B = 5, -+ BTC_CHIP_MAX -+} BTC_CHIP_TYPE, *PBTC_CHIP_TYPE; -+ -+typedef enum _BTC_MSG_TYPE { -+ BTC_MSG_INTERFACE = 0x0, -+ BTC_MSG_ALGORITHM = 0x1, -+ BTC_MSG_MAX -+} BTC_MSG_TYPE; -+extern u32 GLBtcDbgType[]; -+ -+/* following is for BTC_MSG_INTERFACE */ -+#define INTF_INIT BIT0 -+#define INTF_NOTIFY BIT2 -+ -+/* following is for BTC_ALGORITHM */ -+#define ALGO_BT_RSSI_STATE BIT0 -+#define ALGO_WIFI_RSSI_STATE BIT1 -+#define ALGO_BT_MONITOR BIT2 -+#define ALGO_TRACE BIT3 -+#define ALGO_TRACE_FW BIT4 -+#define ALGO_TRACE_FW_DETAIL BIT5 -+#define ALGO_TRACE_FW_EXEC BIT6 -+#define ALGO_TRACE_SW BIT7 -+#define ALGO_TRACE_SW_DETAIL BIT8 -+#define ALGO_TRACE_SW_EXEC BIT9 -+ -+/* following is for wifi link status */ -+#define WIFI_STA_CONNECTED BIT0 -+#define WIFI_AP_CONNECTED BIT1 -+#define WIFI_HS_CONNECTED BIT2 -+#define WIFI_P2P_GO_CONNECTED BIT3 -+#define WIFI_P2P_GC_CONNECTED BIT4 -+ -+/* following is for command line utility */ -+#define CL_SPRINTF snprintf -+#define CL_PRINTF DCMD_Printf -+ -+/* The following is for dbgview print */ -+#if DBG -+#define BTC_PRINT(dbgtype, dbgflag, printstr)\ -+{\ -+ if (GLBtcDbgType[dbgtype] & dbgflag)\ -+ DbgPrint printstr;\ -+} -+ -+#define BTC_PRINT_F(dbgtype, dbgflag, printstr)\ -+{\ -+ if (GLBtcDbgType[dbgtype] & dbgflag) {\ -+ DbgPrint("%s(): ", __func__);\ -+ DbgPrint printstr;\ -+ } \ -+} -+ -+#define BTC_PRINT_ADDR(dbgtype, dbgflag, printstr, _Ptr)\ -+{\ -+ if (GLBtcDbgType[dbgtype] & dbgflag) {\ -+ int __i;\ -+ u8 *ptr = (u8 *)_Ptr;\ -+ DbgPrint printstr;\ -+ DbgPrint(" ");\ -+ for (__i = 0; __i < 6; __i++)\ -+ DbgPrint("%02X%s", ptr[__i], (__i == 5) ? "" : "-");\ -+ DbgPrint("\n");\ -+ } \ -+} -+ -+#define BTC_PRINT_DATA(dbgtype, dbgflag, _TitleString, _HexData, _HexDataLen)\ -+{\ -+ if (GLBtcDbgType[dbgtype] & dbgflag) {\ -+ int __i;\ -+ u8 *ptr = (u8 *)_HexData;\ -+ DbgPrint(_TitleString);\ -+ for (__i = 0; __i < (int)_HexDataLen; __i++) {\ -+ DbgPrint("%02X%s", ptr[__i], (((__i + 1) % 4) == 0) ? " " : " ");\ -+ if (((__i + 1) % 16) == 0)\ -+ DbgPrint("\n");\ -+ } \ -+ DbgPrint("\n");\ -+ } \ -+} -+ -+#else -+#define BTC_PRINT(dbgtype, dbgflag, printstr) -+#define BTC_PRINT_F(dbgtype, dbgflag, printstr) -+#define BTC_PRINT_ADDR(dbgtype, dbgflag, printstr, _Ptr) -+#define BTC_PRINT_DATA(dbgtype, dbgflag, _TitleString, _HexData, _HexDataLen) -+#endif -+ -+typedef struct _BTC_BOARD_INFO { -+ /* The following is some board information */ -+ u8 btChipType; -+ u8 pgAntNum; /* pg ant number */ -+ u8 btdmAntNum; /* ant number for btdm */ -+ u8 btdmAntPos; /* Bryant Add to indicate Antenna Position for (pgAntNum = 2) && (btdmAntNum = 1) (DPDT+1Ant case) */ -+ u8 singleAntPath; /* current used for 8723b only, 1 =>s0, 0 =>s1 */ -+ /* bool bBtExist; */ -+} BTC_BOARD_INFO, *PBTC_BOARD_INFO; -+ -+typedef enum _BTC_DBG_OPCODE { -+ BTC_DBG_SET_COEX_NORMAL = 0x0, -+ BTC_DBG_SET_COEX_WIFI_ONLY = 0x1, -+ BTC_DBG_SET_COEX_BT_ONLY = 0x2, -+ BTC_DBG_SET_COEX_DEC_BT_PWR = 0x3, -+ BTC_DBG_SET_COEX_BT_AFH_MAP = 0x4, -+ BTC_DBG_SET_COEX_BT_IGNORE_WLAN_ACT = 0x5, -+ BTC_DBG_MAX -+} BTC_DBG_OPCODE, *PBTC_DBG_OPCODE; -+ -+typedef enum _BTC_RSSI_STATE { -+ BTC_RSSI_STATE_HIGH = 0x0, -+ BTC_RSSI_STATE_MEDIUM = 0x1, -+ BTC_RSSI_STATE_LOW = 0x2, -+ BTC_RSSI_STATE_STAY_HIGH = 0x3, -+ BTC_RSSI_STATE_STAY_MEDIUM = 0x4, -+ BTC_RSSI_STATE_STAY_LOW = 0x5, -+ BTC_RSSI_MAX -+} BTC_RSSI_STATE, *PBTC_RSSI_STATE; -+#define BTC_RSSI_HIGH(_rssi_) ((_rssi_ == BTC_RSSI_STATE_HIGH || _rssi_ == BTC_RSSI_STATE_STAY_HIGH) ? true : false) -+#define BTC_RSSI_MEDIUM(_rssi_) ((_rssi_ == BTC_RSSI_STATE_MEDIUM || _rssi_ == BTC_RSSI_STATE_STAY_MEDIUM) ? true : false) -+#define BTC_RSSI_LOW(_rssi_) ((_rssi_ == BTC_RSSI_STATE_LOW || _rssi_ == BTC_RSSI_STATE_STAY_LOW) ? true : false) -+ -+typedef enum _BTC_WIFI_ROLE { -+ BTC_ROLE_STATION = 0x0, -+ BTC_ROLE_AP = 0x1, -+ BTC_ROLE_IBSS = 0x2, -+ BTC_ROLE_HS_MODE = 0x3, -+ BTC_ROLE_MAX -+} BTC_WIFI_ROLE, *PBTC_WIFI_ROLE; -+ -+typedef enum _BTC_WIFI_BW_MODE { -+ BTC_WIFI_BW_LEGACY = 0x0, -+ BTC_WIFI_BW_HT20 = 0x1, -+ BTC_WIFI_BW_HT40 = 0x2, -+ BTC_WIFI_BW_MAX -+} BTC_WIFI_BW_MODE, *PBTC_WIFI_BW_MODE; -+ -+typedef enum _BTC_WIFI_TRAFFIC_DIR { -+ BTC_WIFI_TRAFFIC_TX = 0x0, -+ BTC_WIFI_TRAFFIC_RX = 0x1, -+ BTC_WIFI_TRAFFIC_MAX -+} BTC_WIFI_TRAFFIC_DIR, *PBTC_WIFI_TRAFFIC_DIR; -+ -+typedef enum _BTC_WIFI_PNP { -+ BTC_WIFI_PNP_WAKE_UP = 0x0, -+ BTC_WIFI_PNP_SLEEP = 0x1, -+ BTC_WIFI_PNP_MAX -+} BTC_WIFI_PNP, *PBTC_WIFI_PNP; -+ -+/* for 8723b-d cut large current issue */ -+typedef enum _BT_WIFI_COEX_STATE { -+ BTC_WIFI_STAT_INIT, -+ BTC_WIFI_STAT_IQK, -+ BTC_WIFI_STAT_NORMAL_OFF, -+ BTC_WIFI_STAT_MP_OFF, -+ BTC_WIFI_STAT_NORMAL, -+ BTC_WIFI_STAT_ANT_DIV, -+ BTC_WIFI_STAT_MAX -+} BT_WIFI_COEX_STATE, *PBT_WIFI_COEX_STATE; -+ -+/* defined for BFP_BTC_GET */ -+typedef enum _BTC_GET_TYPE { -+ /* type bool */ -+ BTC_GET_BL_HS_OPERATION, -+ BTC_GET_BL_HS_CONNECTING, -+ BTC_GET_BL_WIFI_CONNECTED, -+ BTC_GET_BL_WIFI_BUSY, -+ BTC_GET_BL_WIFI_SCAN, -+ BTC_GET_BL_WIFI_LINK, -+ BTC_GET_BL_WIFI_ROAM, -+ BTC_GET_BL_WIFI_4_WAY_PROGRESS, -+ BTC_GET_BL_WIFI_UNDER_5G, -+ BTC_GET_BL_WIFI_AP_MODE_ENABLE, -+ BTC_GET_BL_WIFI_ENABLE_ENCRYPTION, -+ BTC_GET_BL_WIFI_UNDER_B_MODE, -+ BTC_GET_BL_EXT_SWITCH, -+ BTC_GET_BL_WIFI_IS_IN_MP_MODE, -+ -+ /* type s32 */ -+ BTC_GET_S4_WIFI_RSSI, -+ BTC_GET_S4_HS_RSSI, -+ -+ /* type u32 */ -+ BTC_GET_U4_WIFI_BW, -+ BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, -+ BTC_GET_U4_WIFI_FW_VER, -+ BTC_GET_U4_WIFI_LINK_STATUS, -+ BTC_GET_U4_BT_PATCH_VER, -+ -+ /* type u8 */ -+ BTC_GET_U1_WIFI_DOT11_CHNL, -+ BTC_GET_U1_WIFI_CENTRAL_CHNL, -+ BTC_GET_U1_WIFI_HS_CHNL, -+ BTC_GET_U1_MAC_PHY_MODE, -+ BTC_GET_U1_AP_NUM, -+ -+ /* for 1Ant ====== */ -+ BTC_GET_U1_LPS_MODE, -+ -+ BTC_GET_MAX -+} BTC_GET_TYPE, *PBTC_GET_TYPE; -+ -+/* defined for BFP_BTC_SET */ -+typedef enum _BTC_SET_TYPE { -+ /* type bool */ -+ BTC_SET_BL_BT_DISABLE, -+ BTC_SET_BL_BT_TRAFFIC_BUSY, -+ BTC_SET_BL_BT_LIMITED_DIG, -+ BTC_SET_BL_FORCE_TO_ROAM, -+ BTC_SET_BL_TO_REJ_AP_AGG_PKT, -+ BTC_SET_BL_BT_CTRL_AGG_SIZE, -+ BTC_SET_BL_INC_SCAN_DEV_NUM, -+ BTC_SET_BL_BT_TX_RX_MASK, -+ -+ /* type u8 */ -+ BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, -+ BTC_SET_U1_AGG_BUF_SIZE, -+ -+ /* type trigger some action */ -+ BTC_SET_ACT_GET_BT_RSSI, -+ BTC_SET_ACT_AGGREGATE_CTRL, -+ /* for 1Ant ====== */ -+ /* type bool */ -+ -+ /* type u8 */ -+ BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, -+ BTC_SET_U1_LPS_VAL, -+ BTC_SET_U1_RPWM_VAL, -+ /* type trigger some action */ -+ BTC_SET_ACT_LEAVE_LPS, -+ BTC_SET_ACT_ENTER_LPS, -+ BTC_SET_ACT_NORMAL_LPS, -+ BTC_SET_ACT_DISABLE_LOW_POWER, -+ BTC_SET_ACT_UPDATE_RAMASK, -+ BTC_SET_ACT_SEND_MIMO_PS, -+ /* BT Coex related */ -+ BTC_SET_ACT_CTRL_BT_INFO, -+ BTC_SET_ACT_CTRL_BT_COEX, -+ BTC_SET_ACT_CTRL_8723B_ANT, -+ /* */ -+ BTC_SET_MAX -+} BTC_SET_TYPE, *PBTC_SET_TYPE; -+ -+typedef enum _BTC_DBG_DISP_TYPE { -+ BTC_DBG_DISP_COEX_STATISTICS = 0x0, -+ BTC_DBG_DISP_BT_LINK_INFO = 0x1, -+ BTC_DBG_DISP_FW_PWR_MODE_CMD = 0x2, -+ BTC_DBG_DISP_MAX -+} BTC_DBG_DISP_TYPE, *PBTC_DBG_DISP_TYPE; -+ -+typedef enum _BTC_NOTIFY_TYPE_IPS { -+ BTC_IPS_LEAVE = 0x0, -+ BTC_IPS_ENTER = 0x1, -+ BTC_IPS_MAX -+} BTC_NOTIFY_TYPE_IPS, *PBTC_NOTIFY_TYPE_IPS; -+ -+typedef enum _BTC_NOTIFY_TYPE_LPS { -+ BTC_LPS_DISABLE = 0x0, -+ BTC_LPS_ENABLE = 0x1, -+ BTC_LPS_MAX -+} BTC_NOTIFY_TYPE_LPS, *PBTC_NOTIFY_TYPE_LPS; -+ -+typedef enum _BTC_NOTIFY_TYPE_SCAN { -+ BTC_SCAN_FINISH = 0x0, -+ BTC_SCAN_START = 0x1, -+ BTC_SCAN_MAX -+} BTC_NOTIFY_TYPE_SCAN, *PBTC_NOTIFY_TYPE_SCAN; -+ -+typedef enum _BTC_NOTIFY_TYPE_ASSOCIATE { -+ BTC_ASSOCIATE_FINISH = 0x0, -+ BTC_ASSOCIATE_START = 0x1, -+ BTC_ASSOCIATE_MAX -+} BTC_NOTIFY_TYPE_ASSOCIATE, *PBTC_NOTIFY_TYPE_ASSOCIATE; -+ -+typedef enum _BTC_NOTIFY_TYPE_MEDIA_STATUS { -+ BTC_MEDIA_DISCONNECT = 0x0, -+ BTC_MEDIA_CONNECT = 0x1, -+ BTC_MEDIA_MAX -+} BTC_NOTIFY_TYPE_MEDIA_STATUS, *PBTC_NOTIFY_TYPE_MEDIA_STATUS; -+ -+typedef enum _BTC_NOTIFY_TYPE_SPECIAL_PACKET { -+ BTC_PACKET_UNKNOWN = 0x0, -+ BTC_PACKET_DHCP = 0x1, -+ BTC_PACKET_ARP = 0x2, -+ BTC_PACKET_EAPOL = 0x3, -+ BTC_PACKET_MAX -+} BTC_NOTIFY_TYPE_SPECIAL_PACKET, *PBTC_NOTIFY_TYPE_SPECIAL_PACKET; -+ -+typedef enum _BTC_NOTIFY_TYPE_STACK_OPERATION { -+ BTC_STACK_OP_NONE = 0x0, -+ BTC_STACK_OP_INQ_PAGE_PAIR_START = 0x1, -+ BTC_STACK_OP_INQ_PAGE_PAIR_FINISH = 0x2, -+ BTC_STACK_OP_MAX -+} BTC_NOTIFY_TYPE_STACK_OPERATION, *PBTC_NOTIFY_TYPE_STACK_OPERATION; -+ -+/* Bryant Add */ -+typedef enum _BTC_ANTENNA_POS { -+ BTC_ANTENNA_AT_MAIN_PORT = 0x1, -+ BTC_ANTENNA_AT_AUX_PORT = 0x2, -+} BTC_ANTENNA_POS, *PBTC_ANTENNA_POS; -+ -+typedef u8 (*BFP_BTC_R1)(void *pBtcContext, u32 RegAddr); -+typedef u16(*BFP_BTC_R2)(void *pBtcContext, u32 RegAddr); -+typedef u32 (*BFP_BTC_R4)(void *pBtcContext, u32 RegAddr); -+typedef void (*BFP_BTC_W1)(void *pBtcContext, u32 RegAddr, u8 Data); -+typedef void(*BFP_BTC_W1_BIT_MASK)( -+ void *pBtcContext, u32 regAddr, u8 bitMask, u8 data1b -+); -+typedef void (*BFP_BTC_W2)(void *pBtcContext, u32 RegAddr, u16 Data); -+typedef void (*BFP_BTC_W4)(void *pBtcContext, u32 RegAddr, u32 Data); -+typedef void (*BFP_BTC_LOCAL_REG_W1)(void *pBtcContext, u32 RegAddr, u8 Data); -+typedef void (*BFP_BTC_SET_BB_REG)( -+ void *pBtcContext, u32 RegAddr, u32 BitMask, u32 Data -+); -+typedef u32 (*BFP_BTC_GET_BB_REG)(void *pBtcContext, u32 RegAddr, u32 BitMask); -+typedef void (*BFP_BTC_SET_RF_REG)( -+ void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data -+); -+typedef u32 (*BFP_BTC_GET_RF_REG)( -+ void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask -+); -+typedef void (*BFP_BTC_FILL_H2C)( -+ void *pBtcContext, u8 elementId, u32 cmdLen, u8 *pCmdBuffer -+); -+ -+typedef u8 (*BFP_BTC_GET)(void *pBtCoexist, u8 getType, void *pOutBuf); -+ -+typedef u8 (*BFP_BTC_SET)(void *pBtCoexist, u8 setType, void *pInBuf); -+typedef void (*BFP_BTC_SET_BT_REG)( -+ void *pBtcContext, u8 regType, u32 offset, u32 value -+); -+typedef u32 (*BFP_BTC_GET_BT_REG)(void *pBtcContext, u8 regType, u32 offset); -+typedef void (*BFP_BTC_DISP_DBG_MSG)(void *pBtCoexist, u8 dispType); -+ -+typedef struct _BTC_BT_INFO { -+ bool bBtDisabled; -+ u8 rssiAdjustForAgcTableOn; -+ u8 rssiAdjustFor1AntCoexType; -+ bool bPreBtCtrlAggBufSize; -+ bool bBtCtrlAggBufSize; -+ bool bRejectAggPkt; -+ bool bIncreaseScanDevNum; -+ bool bBtTxRxMask; -+ u8 preAggBufSize; -+ u8 aggBufSize; -+ bool bBtBusy; -+ bool bLimitedDig; -+ u16 btHciVer; -+ u16 btRealFwVer; -+ u8 btFwVer; -+ u32 getBtFwVerCnt; -+ -+ bool bBtDisableLowPwr; -+ -+ bool bBtCtrlLps; -+ bool bBtLpsOn; -+ bool bForceToRoam; /* for 1Ant solution */ -+ u8 lpsVal; -+ u8 rpwmVal; -+ u32 raMask; -+} BTC_BT_INFO, *PBTC_BT_INFO; -+ -+typedef struct _BTC_STACK_INFO { -+ bool bProfileNotified; -+ u16 hciVersion; /* stack hci version */ -+ u8 numOfLink; -+ bool bBtLinkExist; -+ bool bScoExist; -+ bool bAclExist; -+ bool bA2dpExist; -+ bool bHidExist; -+ u8 numOfHid; -+ bool bPanExist; -+ bool bUnknownAclExist; -+ s8 minBtRssi; -+} BTC_STACK_INFO, *PBTC_STACK_INFO; -+ -+typedef struct _BTC_BT_LINK_INFO { -+ bool bBtLinkExist; -+ bool bScoExist; -+ bool bScoOnly; -+ bool bA2dpExist; -+ bool bA2dpOnly; -+ bool bHidExist; -+ bool bHidOnly; -+ bool bPanExist; -+ bool bPanOnly; -+ bool bSlaveRole; -+} BTC_BT_LINK_INFO, *PBTC_BT_LINK_INFO; -+ -+typedef struct _BTC_STATISTICS { -+ u32 cntBind; -+ u32 cntPowerOn; -+ u32 cntInitHwConfig; -+ u32 cntInitCoexDm; -+ u32 cntIpsNotify; -+ u32 cntLpsNotify; -+ u32 cntScanNotify; -+ u32 cntConnectNotify; -+ u32 cntMediaStatusNotify; -+ u32 cntSpecialPacketNotify; -+ u32 cntBtInfoNotify; -+ u32 cntRfStatusNotify; -+ u32 cntPeriodical; -+ u32 cntCoexDmSwitch; -+ u32 cntStackOperationNotify; -+ u32 cntDbgCtrl; -+} BTC_STATISTICS, *PBTC_STATISTICS; -+ -+typedef struct _BTC_COEXIST { -+ bool bBinded; /* make sure only one adapter can bind the data context */ -+ void *Adapter; /* default adapter */ -+ BTC_BOARD_INFO boardInfo; -+ BTC_BT_INFO btInfo; /* some bt info referenced by non-bt module */ -+ BTC_STACK_INFO stackInfo; -+ BTC_BT_LINK_INFO btLinkInfo; -+ BTC_CHIP_INTERFACE chipInterface; -+ -+ bool bInitilized; -+ bool bStopCoexDm; -+ bool bManualControl; -+ u8 *cliBuf; -+ BTC_STATISTICS statistics; -+ u8 pwrModeVal[10]; -+ -+ /* function pointers */ -+ /* io related */ -+ BFP_BTC_R1 fBtcRead1Byte; -+ BFP_BTC_W1 fBtcWrite1Byte; -+ BFP_BTC_W1_BIT_MASK fBtcWrite1ByteBitMask; -+ BFP_BTC_R2 fBtcRead2Byte; -+ BFP_BTC_W2 fBtcWrite2Byte; -+ BFP_BTC_R4 fBtcRead4Byte; -+ BFP_BTC_W4 fBtcWrite4Byte; -+ BFP_BTC_LOCAL_REG_W1 fBtcWriteLocalReg1Byte; -+ /* read/write bb related */ -+ BFP_BTC_SET_BB_REG fBtcSetBbReg; -+ BFP_BTC_GET_BB_REG fBtcGetBbReg; -+ -+ /* read/write rf related */ -+ BFP_BTC_SET_RF_REG fBtcSetRfReg; -+ BFP_BTC_GET_RF_REG fBtcGetRfReg; -+ -+ /* fill h2c related */ -+ BFP_BTC_FILL_H2C fBtcFillH2c; -+ /* other */ -+ BFP_BTC_DISP_DBG_MSG fBtcDispDbgMsg; -+ /* normal get/set related */ -+ BFP_BTC_GET fBtcGet; -+ BFP_BTC_SET fBtcSet; -+ -+ BFP_BTC_GET_BT_REG fBtcGetBtReg; -+ BFP_BTC_SET_BT_REG fBtcSetBtReg; -+} BTC_COEXIST, *PBTC_COEXIST; -+ -+extern BTC_COEXIST GLBtCoexist; -+ -+u8 EXhalbtcoutsrc_InitlizeVariables(void *Adapter); -+void EXhalbtcoutsrc_PowerOnSetting(PBTC_COEXIST pBtCoexist); -+void EXhalbtcoutsrc_InitHwConfig(PBTC_COEXIST pBtCoexist, u8 bWifiOnly); -+void EXhalbtcoutsrc_InitCoexDm(PBTC_COEXIST pBtCoexist); -+void EXhalbtcoutsrc_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtcoutsrc_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtcoutsrc_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type); -+void EXhalbtcoutsrc_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 action); -+void EXhalbtcoutsrc_MediaStatusNotify( -+ PBTC_COEXIST pBtCoexist, RT_MEDIA_STATUS mediaStatus -+); -+void EXhalbtcoutsrc_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 pktType); -+void EXhalbtcoutsrc_BtInfoNotify( -+ PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length -+); -+void EXhalbtcoutsrc_HaltNotify(PBTC_COEXIST pBtCoexist); -+void EXhalbtcoutsrc_PnpNotify(PBTC_COEXIST pBtCoexist, u8 pnpState); -+void EXhalbtcoutsrc_Periodical(PBTC_COEXIST pBtCoexist); -+void EXhalbtcoutsrc_SetChipType(u8 chipType); -+void EXhalbtcoutsrc_SetAntNum(u8 type, u8 antNum); -+void EXhalbtcoutsrc_SetSingleAntPath(u8 singleAntPath); -+void EXhalbtcoutsrc_DisplayBtCoexInfo(PBTC_COEXIST pBtCoexist); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/hal_com.c linux/3rdparty/rtl8723bs/hal/hal_com.c ---- linux.old/3rdparty/rtl8723bs/hal/hal_com.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/hal_com.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1753 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _HAL_COM_C_ -+ -+#include -+#include -+#include "hal_com_h2c.h" -+ -+#include "odm_precomp.h" -+ -+u8 rtw_hal_data_init(struct adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) { /* if (padapter->isprimary) */ -+ padapter->hal_data_sz = sizeof(struct hal_com_data); -+ padapter->HalData = vzalloc(padapter->hal_data_sz); -+ if (padapter->HalData == NULL) { -+ DBG_8192C("cant not alloc memory for HAL DATA\n"); -+ return _FAIL; -+ } -+ } -+ return _SUCCESS; -+} -+ -+void rtw_hal_data_deinit(struct adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) { /* if (padapter->isprimary) */ -+ if (padapter->HalData) { -+ #ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ phy_free_filebuf(padapter); -+ #endif -+ vfree(padapter->HalData); -+ padapter->HalData = NULL; -+ padapter->hal_data_sz = 0; -+ } -+ } -+} -+ -+ -+void dump_chip_info(HAL_VERSION ChipVersion) -+{ -+ int cnt = 0; -+ u8 buf[128]; -+ -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8723B_"); -+ cnt += sprintf((buf+cnt), "%s_", IS_NORMAL_CHIP(ChipVersion) ? "Normal_Chip" : "Test_Chip"); -+ if (IS_CHIP_VENDOR_TSMC(ChipVersion)) -+ cnt += sprintf((buf+cnt), "%s_", "TSMC"); -+ else if (IS_CHIP_VENDOR_UMC(ChipVersion)) -+ cnt += sprintf((buf+cnt), "%s_", "UMC"); -+ else if (IS_CHIP_VENDOR_SMIC(ChipVersion)) -+ cnt += sprintf((buf+cnt), "%s_", "SMIC"); -+ -+ if (IS_A_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "A_CUT_"); -+ else if (IS_B_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "B_CUT_"); -+ else if (IS_C_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "C_CUT_"); -+ else if (IS_D_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "D_CUT_"); -+ else if (IS_E_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "E_CUT_"); -+ else if (IS_I_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "I_CUT_"); -+ else if (IS_J_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "J_CUT_"); -+ else if (IS_K_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "K_CUT_"); -+ else -+ cnt += sprintf((buf+cnt), "UNKNOWN_CUT(%d)_", ChipVersion.CUTVersion); -+ -+ if (IS_1T1R(ChipVersion)) -+ cnt += sprintf((buf+cnt), "1T1R_"); -+ else if (IS_1T2R(ChipVersion)) -+ cnt += sprintf((buf+cnt), "1T2R_"); -+ else if (IS_2T2R(ChipVersion)) -+ cnt += sprintf((buf+cnt), "2T2R_"); -+ else -+ cnt += sprintf((buf+cnt), "UNKNOWN_RFTYPE(%d)_", ChipVersion.RFType); -+ -+ cnt += sprintf((buf+cnt), "RomVer(%d)\n", ChipVersion.ROMVer); -+ -+ DBG_871X("%s", buf); -+} -+ -+ -+#define EEPROM_CHANNEL_PLAN_BY_HW_MASK 0x80 -+ -+/* -+ * Description: -+ *Use hardware(efuse), driver parameter(registry) and default channel plan -+ *to decide which one should be used. -+ * -+ * Parameters: -+ *padapter pointer of adapter -+ *hw_channel_plan channel plan from HW (efuse/eeprom) -+ * BIT[7] software configure mode; 0:Enable, 1:disable -+ * BIT[6:0] Channel Plan -+ *sw_channel_plan channel plan from SW (registry/module param) -+ *def_channel_plan channel plan used when HW/SW both invalid -+ *AutoLoadFail efuse autoload fail or not -+ * -+ * Return: -+ *Final channel plan decision -+ * -+ */ -+u8 hal_com_config_channel_plan( -+ struct adapter *padapter, -+ u8 hw_channel_plan, -+ u8 sw_channel_plan, -+ u8 def_channel_plan, -+ bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData; -+ u8 chnlPlan; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pHalData->bDisableSWChannelPlan = false; -+ chnlPlan = def_channel_plan; -+ -+ if (0xFF == hw_channel_plan) -+ AutoLoadFail = true; -+ -+ if (false == AutoLoadFail) { -+ u8 hw_chnlPlan; -+ -+ hw_chnlPlan = hw_channel_plan & (~EEPROM_CHANNEL_PLAN_BY_HW_MASK); -+ if (rtw_is_channel_plan_valid(hw_chnlPlan)) { -+#ifndef CONFIG_SW_CHANNEL_PLAN -+ if (hw_channel_plan & EEPROM_CHANNEL_PLAN_BY_HW_MASK) -+ pHalData->bDisableSWChannelPlan = true; -+#endif /* !CONFIG_SW_CHANNEL_PLAN */ -+ -+ chnlPlan = hw_chnlPlan; -+ } -+ } -+ -+ if ( -+ (false == pHalData->bDisableSWChannelPlan) && -+ rtw_is_channel_plan_valid(sw_channel_plan) -+ ) -+ chnlPlan = sw_channel_plan; -+ -+ return chnlPlan; -+} -+ -+bool HAL_IsLegalChannel(struct adapter *Adapter, u32 Channel) -+{ -+ bool bLegalChannel = true; -+ -+ if (Channel > 14) { -+ bLegalChannel = false; -+ DBG_871X("Channel > 14 but wireless_mode do not support 5G\n"); -+ } else if ((Channel <= 14) && (Channel >= 1)) { -+ if (IsSupported24G(Adapter->registrypriv.wireless_mode) == false) { -+ bLegalChannel = false; -+ DBG_871X("(Channel <= 14) && (Channel >= 1) but wireless_mode do not support 2.4G\n"); -+ } -+ } else { -+ bLegalChannel = false; -+ DBG_871X("Channel is Invalid !!!\n"); -+ } -+ -+ return bLegalChannel; -+} -+ -+u8 MRateToHwRate(u8 rate) -+{ -+ u8 ret = DESC_RATE1M; -+ -+ switch (rate) { -+ case MGN_1M: -+ ret = DESC_RATE1M; -+ break; -+ case MGN_2M: -+ ret = DESC_RATE2M; -+ break; -+ case MGN_5_5M: -+ ret = DESC_RATE5_5M; -+ break; -+ case MGN_11M: -+ ret = DESC_RATE11M; -+ break; -+ case MGN_6M: -+ ret = DESC_RATE6M; -+ break; -+ case MGN_9M: -+ ret = DESC_RATE9M; -+ break; -+ case MGN_12M: -+ ret = DESC_RATE12M; -+ break; -+ case MGN_18M: -+ ret = DESC_RATE18M; -+ break; -+ case MGN_24M: -+ ret = DESC_RATE24M; -+ break; -+ case MGN_36M: -+ ret = DESC_RATE36M; -+ break; -+ case MGN_48M: -+ ret = DESC_RATE48M; -+ break; -+ case MGN_54M: -+ ret = DESC_RATE54M; -+ break; -+ case MGN_MCS0: -+ ret = DESC_RATEMCS0; -+ break; -+ case MGN_MCS1: -+ ret = DESC_RATEMCS1; -+ break; -+ case MGN_MCS2: -+ ret = DESC_RATEMCS2; -+ break; -+ case MGN_MCS3: -+ ret = DESC_RATEMCS3; -+ break; -+ case MGN_MCS4: -+ ret = DESC_RATEMCS4; -+ break; -+ case MGN_MCS5: -+ ret = DESC_RATEMCS5; -+ break; -+ case MGN_MCS6: -+ ret = DESC_RATEMCS6; -+ break; -+ case MGN_MCS7: -+ ret = DESC_RATEMCS7; -+ break; -+ case MGN_MCS8: -+ ret = DESC_RATEMCS8; -+ break; -+ case MGN_MCS9: -+ ret = DESC_RATEMCS9; -+ break; -+ case MGN_MCS10: -+ ret = DESC_RATEMCS10; -+ break; -+ case MGN_MCS11: -+ ret = DESC_RATEMCS11; -+ break; -+ case MGN_MCS12: -+ ret = DESC_RATEMCS12; -+ break; -+ case MGN_MCS13: -+ ret = DESC_RATEMCS13; -+ break; -+ case MGN_MCS14: -+ ret = DESC_RATEMCS14; -+ break; -+ case MGN_MCS15: -+ ret = DESC_RATEMCS15; -+ break; -+ case MGN_MCS16: -+ ret = DESC_RATEMCS16; -+ break; -+ case MGN_MCS17: -+ ret = DESC_RATEMCS17; -+ break; -+ case MGN_MCS18: -+ ret = DESC_RATEMCS18; -+ break; -+ case MGN_MCS19: -+ ret = DESC_RATEMCS19; -+ break; -+ case MGN_MCS20: -+ ret = DESC_RATEMCS20; -+ break; -+ case MGN_MCS21: -+ ret = DESC_RATEMCS21; -+ break; -+ case MGN_MCS22: -+ ret = DESC_RATEMCS22; -+ break; -+ case MGN_MCS23: -+ ret = DESC_RATEMCS23; -+ break; -+ case MGN_MCS24: -+ ret = DESC_RATEMCS24; -+ break; -+ case MGN_MCS25: -+ ret = DESC_RATEMCS25; -+ break; -+ case MGN_MCS26: -+ ret = DESC_RATEMCS26; -+ break; -+ case MGN_MCS27: -+ ret = DESC_RATEMCS27; -+ break; -+ case MGN_MCS28: -+ ret = DESC_RATEMCS28; -+ break; -+ case MGN_MCS29: -+ ret = DESC_RATEMCS29; -+ break; -+ case MGN_MCS30: -+ ret = DESC_RATEMCS30; -+ break; -+ case MGN_MCS31: -+ ret = DESC_RATEMCS31; -+ break; -+ case MGN_VHT1SS_MCS0: -+ ret = DESC_RATEVHTSS1MCS0; -+ break; -+ case MGN_VHT1SS_MCS1: -+ ret = DESC_RATEVHTSS1MCS1; -+ break; -+ case MGN_VHT1SS_MCS2: -+ ret = DESC_RATEVHTSS1MCS2; -+ break; -+ case MGN_VHT1SS_MCS3: -+ ret = DESC_RATEVHTSS1MCS3; -+ break; -+ case MGN_VHT1SS_MCS4: -+ ret = DESC_RATEVHTSS1MCS4; -+ break; -+ case MGN_VHT1SS_MCS5: -+ ret = DESC_RATEVHTSS1MCS5; -+ break; -+ case MGN_VHT1SS_MCS6: -+ ret = DESC_RATEVHTSS1MCS6; -+ break; -+ case MGN_VHT1SS_MCS7: -+ ret = DESC_RATEVHTSS1MCS7; -+ break; -+ case MGN_VHT1SS_MCS8: -+ ret = DESC_RATEVHTSS1MCS8; -+ break; -+ case MGN_VHT1SS_MCS9: -+ ret = DESC_RATEVHTSS1MCS9; -+ break; -+ case MGN_VHT2SS_MCS0: -+ ret = DESC_RATEVHTSS2MCS0; -+ break; -+ case MGN_VHT2SS_MCS1: -+ ret = DESC_RATEVHTSS2MCS1; -+ break; -+ case MGN_VHT2SS_MCS2: -+ ret = DESC_RATEVHTSS2MCS2; -+ break; -+ case MGN_VHT2SS_MCS3: -+ ret = DESC_RATEVHTSS2MCS3; -+ break; -+ case MGN_VHT2SS_MCS4: -+ ret = DESC_RATEVHTSS2MCS4; -+ break; -+ case MGN_VHT2SS_MCS5: -+ ret = DESC_RATEVHTSS2MCS5; -+ break; -+ case MGN_VHT2SS_MCS6: -+ ret = DESC_RATEVHTSS2MCS6; -+ break; -+ case MGN_VHT2SS_MCS7: -+ ret = DESC_RATEVHTSS2MCS7; -+ break; -+ case MGN_VHT2SS_MCS8: -+ ret = DESC_RATEVHTSS2MCS8; -+ break; -+ case MGN_VHT2SS_MCS9: -+ ret = DESC_RATEVHTSS2MCS9; -+ break; -+ case MGN_VHT3SS_MCS0: -+ ret = DESC_RATEVHTSS3MCS0; -+ break; -+ case MGN_VHT3SS_MCS1: -+ ret = DESC_RATEVHTSS3MCS1; -+ break; -+ case MGN_VHT3SS_MCS2: -+ ret = DESC_RATEVHTSS3MCS2; -+ break; -+ case MGN_VHT3SS_MCS3: -+ ret = DESC_RATEVHTSS3MCS3; -+ break; -+ case MGN_VHT3SS_MCS4: -+ ret = DESC_RATEVHTSS3MCS4; -+ break; -+ case MGN_VHT3SS_MCS5: -+ ret = DESC_RATEVHTSS3MCS5; -+ break; -+ case MGN_VHT3SS_MCS6: -+ ret = DESC_RATEVHTSS3MCS6; -+ break; -+ case MGN_VHT3SS_MCS7: -+ ret = DESC_RATEVHTSS3MCS7; -+ break; -+ case MGN_VHT3SS_MCS8: -+ ret = DESC_RATEVHTSS3MCS8; -+ break; -+ case MGN_VHT3SS_MCS9: -+ ret = DESC_RATEVHTSS3MCS9; -+ break; -+ case MGN_VHT4SS_MCS0: -+ ret = DESC_RATEVHTSS4MCS0; -+ break; -+ case MGN_VHT4SS_MCS1: -+ ret = DESC_RATEVHTSS4MCS1; -+ break; -+ case MGN_VHT4SS_MCS2: -+ ret = DESC_RATEVHTSS4MCS2; -+ break; -+ case MGN_VHT4SS_MCS3: -+ ret = DESC_RATEVHTSS4MCS3; -+ break; -+ case MGN_VHT4SS_MCS4: -+ ret = DESC_RATEVHTSS4MCS4; -+ break; -+ case MGN_VHT4SS_MCS5: -+ ret = DESC_RATEVHTSS4MCS5; -+ break; -+ case MGN_VHT4SS_MCS6: -+ ret = DESC_RATEVHTSS4MCS6; -+ break; -+ case MGN_VHT4SS_MCS7: -+ ret = DESC_RATEVHTSS4MCS7; -+ break; -+ case MGN_VHT4SS_MCS8: -+ ret = DESC_RATEVHTSS4MCS8; -+ break; -+ case MGN_VHT4SS_MCS9: -+ ret = DESC_RATEVHTSS4MCS9; -+ break; -+ default: -+ break; -+ } -+ -+ return ret; -+} -+ -+u8 HwRateToMRate(u8 rate) -+{ -+ u8 ret_rate = MGN_1M; -+ -+ switch (rate) { -+ case DESC_RATE1M: -+ ret_rate = MGN_1M; -+ break; -+ case DESC_RATE2M: -+ ret_rate = MGN_2M; -+ break; -+ case DESC_RATE5_5M: -+ ret_rate = MGN_5_5M; -+ break; -+ case DESC_RATE11M: -+ ret_rate = MGN_11M; -+ break; -+ case DESC_RATE6M: -+ ret_rate = MGN_6M; -+ break; -+ case DESC_RATE9M: -+ ret_rate = MGN_9M; -+ break; -+ case DESC_RATE12M: -+ ret_rate = MGN_12M; -+ break; -+ case DESC_RATE18M: -+ ret_rate = MGN_18M; -+ break; -+ case DESC_RATE24M: -+ ret_rate = MGN_24M; -+ break; -+ case DESC_RATE36M: -+ ret_rate = MGN_36M; -+ break; -+ case DESC_RATE48M: -+ ret_rate = MGN_48M; -+ break; -+ case DESC_RATE54M: -+ ret_rate = MGN_54M; -+ break; -+ case DESC_RATEMCS0: -+ ret_rate = MGN_MCS0; -+ break; -+ case DESC_RATEMCS1: -+ ret_rate = MGN_MCS1; -+ break; -+ case DESC_RATEMCS2: -+ ret_rate = MGN_MCS2; -+ break; -+ case DESC_RATEMCS3: -+ ret_rate = MGN_MCS3; -+ break; -+ case DESC_RATEMCS4: -+ ret_rate = MGN_MCS4; -+ break; -+ case DESC_RATEMCS5: -+ ret_rate = MGN_MCS5; -+ break; -+ case DESC_RATEMCS6: -+ ret_rate = MGN_MCS6; -+ break; -+ case DESC_RATEMCS7: -+ ret_rate = MGN_MCS7; -+ break; -+ case DESC_RATEMCS8: -+ ret_rate = MGN_MCS8; -+ break; -+ case DESC_RATEMCS9: -+ ret_rate = MGN_MCS9; -+ break; -+ case DESC_RATEMCS10: -+ ret_rate = MGN_MCS10; -+ break; -+ case DESC_RATEMCS11: -+ ret_rate = MGN_MCS11; -+ break; -+ case DESC_RATEMCS12: -+ ret_rate = MGN_MCS12; -+ break; -+ case DESC_RATEMCS13: -+ ret_rate = MGN_MCS13; -+ break; -+ case DESC_RATEMCS14: -+ ret_rate = MGN_MCS14; -+ break; -+ case DESC_RATEMCS15: -+ ret_rate = MGN_MCS15; -+ break; -+ case DESC_RATEMCS16: -+ ret_rate = MGN_MCS16; -+ break; -+ case DESC_RATEMCS17: -+ ret_rate = MGN_MCS17; -+ break; -+ case DESC_RATEMCS18: -+ ret_rate = MGN_MCS18; -+ break; -+ case DESC_RATEMCS19: -+ ret_rate = MGN_MCS19; -+ break; -+ case DESC_RATEMCS20: -+ ret_rate = MGN_MCS20; -+ break; -+ case DESC_RATEMCS21: -+ ret_rate = MGN_MCS21; -+ break; -+ case DESC_RATEMCS22: -+ ret_rate = MGN_MCS22; -+ break; -+ case DESC_RATEMCS23: -+ ret_rate = MGN_MCS23; -+ break; -+ case DESC_RATEMCS24: -+ ret_rate = MGN_MCS24; -+ break; -+ case DESC_RATEMCS25: -+ ret_rate = MGN_MCS25; -+ break; -+ case DESC_RATEMCS26: -+ ret_rate = MGN_MCS26; -+ break; -+ case DESC_RATEMCS27: -+ ret_rate = MGN_MCS27; -+ break; -+ case DESC_RATEMCS28: -+ ret_rate = MGN_MCS28; -+ break; -+ case DESC_RATEMCS29: -+ ret_rate = MGN_MCS29; -+ break; -+ case DESC_RATEMCS30: -+ ret_rate = MGN_MCS30; -+ break; -+ case DESC_RATEMCS31: -+ ret_rate = MGN_MCS31; -+ break; -+ case DESC_RATEVHTSS1MCS0: -+ ret_rate = MGN_VHT1SS_MCS0; -+ break; -+ case DESC_RATEVHTSS1MCS1: -+ ret_rate = MGN_VHT1SS_MCS1; -+ break; -+ case DESC_RATEVHTSS1MCS2: -+ ret_rate = MGN_VHT1SS_MCS2; -+ break; -+ case DESC_RATEVHTSS1MCS3: -+ ret_rate = MGN_VHT1SS_MCS3; -+ break; -+ case DESC_RATEVHTSS1MCS4: -+ ret_rate = MGN_VHT1SS_MCS4; -+ break; -+ case DESC_RATEVHTSS1MCS5: -+ ret_rate = MGN_VHT1SS_MCS5; -+ break; -+ case DESC_RATEVHTSS1MCS6: -+ ret_rate = MGN_VHT1SS_MCS6; -+ break; -+ case DESC_RATEVHTSS1MCS7: -+ ret_rate = MGN_VHT1SS_MCS7; -+ break; -+ case DESC_RATEVHTSS1MCS8: -+ ret_rate = MGN_VHT1SS_MCS8; -+ break; -+ case DESC_RATEVHTSS1MCS9: -+ ret_rate = MGN_VHT1SS_MCS9; -+ break; -+ case DESC_RATEVHTSS2MCS0: -+ ret_rate = MGN_VHT2SS_MCS0; -+ break; -+ case DESC_RATEVHTSS2MCS1: -+ ret_rate = MGN_VHT2SS_MCS1; -+ break; -+ case DESC_RATEVHTSS2MCS2: -+ ret_rate = MGN_VHT2SS_MCS2; -+ break; -+ case DESC_RATEVHTSS2MCS3: -+ ret_rate = MGN_VHT2SS_MCS3; -+ break; -+ case DESC_RATEVHTSS2MCS4: -+ ret_rate = MGN_VHT2SS_MCS4; -+ break; -+ case DESC_RATEVHTSS2MCS5: -+ ret_rate = MGN_VHT2SS_MCS5; -+ break; -+ case DESC_RATEVHTSS2MCS6: -+ ret_rate = MGN_VHT2SS_MCS6; -+ break; -+ case DESC_RATEVHTSS2MCS7: -+ ret_rate = MGN_VHT2SS_MCS7; -+ break; -+ case DESC_RATEVHTSS2MCS8: -+ ret_rate = MGN_VHT2SS_MCS8; -+ break; -+ case DESC_RATEVHTSS2MCS9: -+ ret_rate = MGN_VHT2SS_MCS9; -+ break; -+ case DESC_RATEVHTSS3MCS0: -+ ret_rate = MGN_VHT3SS_MCS0; -+ break; -+ case DESC_RATEVHTSS3MCS1: -+ ret_rate = MGN_VHT3SS_MCS1; -+ break; -+ case DESC_RATEVHTSS3MCS2: -+ ret_rate = MGN_VHT3SS_MCS2; -+ break; -+ case DESC_RATEVHTSS3MCS3: -+ ret_rate = MGN_VHT3SS_MCS3; -+ break; -+ case DESC_RATEVHTSS3MCS4: -+ ret_rate = MGN_VHT3SS_MCS4; -+ break; -+ case DESC_RATEVHTSS3MCS5: -+ ret_rate = MGN_VHT3SS_MCS5; -+ break; -+ case DESC_RATEVHTSS3MCS6: -+ ret_rate = MGN_VHT3SS_MCS6; -+ break; -+ case DESC_RATEVHTSS3MCS7: -+ ret_rate = MGN_VHT3SS_MCS7; -+ break; -+ case DESC_RATEVHTSS3MCS8: -+ ret_rate = MGN_VHT3SS_MCS8; -+ break; -+ case DESC_RATEVHTSS3MCS9: -+ ret_rate = MGN_VHT3SS_MCS9; -+ break; -+ case DESC_RATEVHTSS4MCS0: -+ ret_rate = MGN_VHT4SS_MCS0; -+ break; -+ case DESC_RATEVHTSS4MCS1: -+ ret_rate = MGN_VHT4SS_MCS1; -+ break; -+ case DESC_RATEVHTSS4MCS2: -+ ret_rate = MGN_VHT4SS_MCS2; -+ break; -+ case DESC_RATEVHTSS4MCS3: -+ ret_rate = MGN_VHT4SS_MCS3; -+ break; -+ case DESC_RATEVHTSS4MCS4: -+ ret_rate = MGN_VHT4SS_MCS4; -+ break; -+ case DESC_RATEVHTSS4MCS5: -+ ret_rate = MGN_VHT4SS_MCS5; -+ break; -+ case DESC_RATEVHTSS4MCS6: -+ ret_rate = MGN_VHT4SS_MCS6; -+ break; -+ case DESC_RATEVHTSS4MCS7: -+ ret_rate = MGN_VHT4SS_MCS7; -+ break; -+ case DESC_RATEVHTSS4MCS8: -+ ret_rate = MGN_VHT4SS_MCS8; -+ break; -+ case DESC_RATEVHTSS4MCS9: -+ ret_rate = MGN_VHT4SS_MCS9; -+ break; -+ -+ default: -+ DBG_871X("HwRateToMRate(): Non supported Rate [%x]!!!\n", rate); -+ break; -+ } -+ -+ return ret_rate; -+} -+ -+void HalSetBrateCfg(struct adapter *Adapter, u8 *mBratesOS, u16 *pBrateCfg) -+{ -+ u8 i, is_brate, brate; -+ -+ for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { -+ -+ is_brate = mBratesOS[i] & IEEE80211_BASIC_RATE_MASK; -+ brate = mBratesOS[i] & 0x7f; -+ -+ if (is_brate) { -+ switch (brate) { -+ case IEEE80211_CCK_RATE_1MB: -+ *pBrateCfg |= RATE_1M; -+ break; -+ case IEEE80211_CCK_RATE_2MB: -+ *pBrateCfg |= RATE_2M; -+ break; -+ case IEEE80211_CCK_RATE_5MB: -+ *pBrateCfg |= RATE_5_5M; -+ break; -+ case IEEE80211_CCK_RATE_11MB: -+ *pBrateCfg |= RATE_11M; -+ break; -+ case IEEE80211_OFDM_RATE_6MB: -+ *pBrateCfg |= RATE_6M; -+ break; -+ case IEEE80211_OFDM_RATE_9MB: -+ *pBrateCfg |= RATE_9M; -+ break; -+ case IEEE80211_OFDM_RATE_12MB: -+ *pBrateCfg |= RATE_12M; -+ break; -+ case IEEE80211_OFDM_RATE_18MB: -+ *pBrateCfg |= RATE_18M; -+ break; -+ case IEEE80211_OFDM_RATE_24MB: -+ *pBrateCfg |= RATE_24M; -+ break; -+ case IEEE80211_OFDM_RATE_36MB: -+ *pBrateCfg |= RATE_36M; -+ break; -+ case IEEE80211_OFDM_RATE_48MB: -+ *pBrateCfg |= RATE_48M; -+ break; -+ case IEEE80211_OFDM_RATE_54MB: -+ *pBrateCfg |= RATE_54M; -+ break; -+ } -+ } -+ } -+} -+ -+static void _OneOutPipeMapping(struct adapter *padapter) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[0];/* VI */ -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[0];/* BE */ -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[0];/* BK */ -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];/* BCN */ -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];/* MGT */ -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];/* HIGH */ -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];/* TXCMD */ -+} -+ -+static void _TwoOutPipeMapping(struct adapter *padapter, bool bWIFICfg) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ -+ if (bWIFICfg) { /* WMM */ -+ -+ /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ -+ /* 0, 1, 0, 1, 0, 0, 0, 0, 0 }; */ -+ /* 0:ep_0 num, 1:ep_1 num */ -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[1];/* VO */ -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[0];/* VI */ -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[1];/* BE */ -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[0];/* BK */ -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];/* BCN */ -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];/* MGT */ -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];/* HIGH */ -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];/* TXCMD */ -+ -+ } else { /* typical setting */ -+ -+ -+ /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ -+ /* 1, 1, 0, 0, 0, 0, 0, 0, 0 }; */ -+ /* 0:ep_0 num, 1:ep_1 num */ -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[0];/* VI */ -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[1];/* BE */ -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[1];/* BK */ -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];/* BCN */ -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];/* MGT */ -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];/* HIGH */ -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];/* TXCMD */ -+ -+ } -+ -+} -+ -+static void _ThreeOutPipeMapping(struct adapter *padapter, bool bWIFICfg) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ -+ if (bWIFICfg) { /* for WMM */ -+ -+ /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ -+ /* 1, 2, 1, 0, 0, 0, 0, 0, 0 }; */ -+ /* 0:H, 1:N, 2:L */ -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[1];/* VI */ -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[2];/* BE */ -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[1];/* BK */ -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];/* BCN */ -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];/* MGT */ -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];/* HIGH */ -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];/* TXCMD */ -+ -+ } else { /* typical setting */ -+ -+ -+ /* BK, BE, VI, VO, BCN, CMD, MGT, HIGH, HCCA */ -+ /* 2, 2, 1, 0, 0, 0, 0, 0, 0 }; */ -+ /* 0:H, 1:N, 2:L */ -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];/* VO */ -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[1];/* VI */ -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[2];/* BE */ -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[2];/* BK */ -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];/* BCN */ -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];/* MGT */ -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];/* HIGH */ -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];/* TXCMD */ -+ } -+ -+} -+ -+bool Hal_MappingOutPipe(struct adapter *padapter, u8 NumOutPipe) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ -+ bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; -+ -+ bool result = true; -+ -+ switch (NumOutPipe) { -+ case 2: -+ _TwoOutPipeMapping(padapter, bWIFICfg); -+ break; -+ case 3: -+ case 4: -+ _ThreeOutPipeMapping(padapter, bWIFICfg); -+ break; -+ case 1: -+ _OneOutPipeMapping(padapter); -+ break; -+ default: -+ result = false; -+ break; -+ } -+ -+ return result; -+ -+} -+ -+void hal_init_macaddr(struct adapter *adapter) -+{ -+ rtw_hal_set_hwreg(adapter, HW_VAR_MAC_ADDR, adapter->eeprompriv.mac_addr); -+} -+ -+void rtw_init_hal_com_default_value(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ pHalData->AntDetection = 1; -+} -+ -+/* -+* C2H event format: -+* Field TRIGGER CONTENT CMD_SEQ CMD_LEN CMD_ID -+* BITS [127:120] [119:16] [15:8] [7:4] [3:0] -+*/ -+ -+void c2h_evt_clear(struct adapter *adapter) -+{ -+ rtw_write8(adapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); -+} -+ -+/* -+* C2H event format: -+* Field TRIGGER CMD_LEN CONTENT CMD_SEQ CMD_ID -+* BITS [127:120] [119:112] [111:16] [15:8] [7:0] -+*/ -+s32 c2h_evt_read_88xx(struct adapter *adapter, u8 *buf) -+{ -+ s32 ret = _FAIL; -+ struct c2h_evt_hdr_88xx *c2h_evt; -+ int i; -+ u8 trigger; -+ -+ if (buf == NULL) -+ goto exit; -+ -+ trigger = rtw_read8(adapter, REG_C2HEVT_CLEAR); -+ -+ if (trigger == C2H_EVT_HOST_CLOSE) -+ goto exit; /* Not ready */ -+ else if (trigger != C2H_EVT_FW_CLOSE) -+ goto clear_evt; /* Not a valid value */ -+ -+ c2h_evt = (struct c2h_evt_hdr_88xx *)buf; -+ -+ memset(c2h_evt, 0, 16); -+ -+ c2h_evt->id = rtw_read8(adapter, REG_C2HEVT_MSG_NORMAL); -+ c2h_evt->seq = rtw_read8(adapter, REG_C2HEVT_CMD_SEQ_88XX); -+ c2h_evt->plen = rtw_read8(adapter, REG_C2HEVT_CMD_LEN_88XX); -+ -+ RT_PRINT_DATA( -+ _module_hal_init_c_, -+ _drv_info_, -+ "c2h_evt_read(): ", -+ &c2h_evt, -+ sizeof(c2h_evt) -+ ); -+ -+ DBG_871X( -+ "%s id:%u, len:%u, seq:%u, trigger:0x%02x\n", -+ __func__, -+ c2h_evt->id, -+ c2h_evt->plen, -+ c2h_evt->seq, -+ trigger -+ ); -+ -+ /* Read the content */ -+ for (i = 0; i < c2h_evt->plen; i++) -+ c2h_evt->payload[i] = rtw_read8(adapter, REG_C2HEVT_MSG_NORMAL + 2 + i); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_info_, "c2h_evt_read(): Command Content:\n", -+ c2h_evt->payload, c2h_evt->plen); -+ -+ ret = _SUCCESS; -+ -+clear_evt: -+ /* -+ * Clear event to notify FW we have read the command. -+ * If this field isn't clear, the FW won't update the next command message. -+ */ -+ c2h_evt_clear(adapter); -+exit: -+ return ret; -+} -+ -+ -+u8 rtw_hal_networktype_to_raid(struct adapter *adapter, struct sta_info *psta) -+{ -+ return networktype_to_raid_ex(adapter, psta); -+} -+ -+u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type) -+{ -+ -+ u8 raid; -+ raid = (network_type & WIRELESS_11B) ? RATEID_IDX_B : RATEID_IDX_G; -+ return raid; -+} -+ -+void rtw_hal_update_sta_rate_mask(struct adapter *padapter, struct sta_info *psta) -+{ -+ u8 i, rf_type, limit; -+ u32 tx_ra_bitmap; -+ -+ if (psta == NULL) -+ return; -+ -+ tx_ra_bitmap = 0; -+ -+ /* b/g mode ra_bitmap */ -+ for (i = 0; i < sizeof(psta->bssrateset); i++) { -+ if (psta->bssrateset[i]) -+ tx_ra_bitmap |= rtw_get_bit_value_from_ieee_value(psta->bssrateset[i]&0x7f); -+ } -+ -+ /* n mode ra_bitmap */ -+ if (psta->htpriv.ht_option) { -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if (rf_type == RF_2T2R) -+ limit = 16; /* 2R */ -+ else -+ limit = 8; /* 1R */ -+ -+ for (i = 0; i < limit; i++) { -+ if (psta->htpriv.ht_cap.supp_mcs_set[i/8] & BIT(i%8)) -+ tx_ra_bitmap |= BIT(i+12); -+ } -+ } -+ -+ psta->ra_mask = tx_ra_bitmap; -+ psta->init_rate = get_highest_rate_idx(tx_ra_bitmap)&0x3f; -+} -+ -+void hw_var_port_switch(struct adapter *adapter) -+{ -+} -+ -+void SetHwReg(struct adapter *adapter, u8 variable, u8 *val) -+{ -+ struct hal_com_data *hal_data = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &(hal_data->odmpriv); -+ -+ switch (variable) { -+ case HW_VAR_PORT_SWITCH: -+ hw_var_port_switch(adapter); -+ break; -+ case HW_VAR_INIT_RTS_RATE: -+ rtw_warn_on(1); -+ break; -+ case HW_VAR_SEC_CFG: -+ { -+ u16 reg_scr; -+ -+ reg_scr = rtw_read16(adapter, REG_SECCFG); -+ rtw_write16(adapter, REG_SECCFG, reg_scr|SCR_CHK_KEYID|SCR_RxDecEnable|SCR_TxEncEnable); -+ } -+ break; -+ case HW_VAR_SEC_DK_CFG: -+ { -+ struct security_priv *sec = &adapter->securitypriv; -+ u8 reg_scr = rtw_read8(adapter, REG_SECCFG); -+ -+ if (val) { /* Enable default key related setting */ -+ reg_scr |= SCR_TXBCUSEDK; -+ if (sec->dot11AuthAlgrthm != dot11AuthAlgrthm_8021X) -+ reg_scr |= (SCR_RxUseDK|SCR_TxUseDK); -+ } else /* Disable default key related setting */ -+ reg_scr &= ~(SCR_RXBCUSEDK|SCR_TXBCUSEDK|SCR_RxUseDK|SCR_TxUseDK); -+ -+ rtw_write8(adapter, REG_SECCFG, reg_scr); -+ } -+ break; -+ case HW_VAR_DM_FLAG: -+ odm->SupportAbility = *((u32 *)val); -+ break; -+ case HW_VAR_DM_FUNC_OP: -+ if (*((u8 *)val) == true) { -+ /* save dm flag */ -+ odm->BK_SupportAbility = odm->SupportAbility; -+ } else { -+ /* restore dm flag */ -+ odm->SupportAbility = odm->BK_SupportAbility; -+ } -+ break; -+ case HW_VAR_DM_FUNC_SET: -+ if (*((u32 *)val) == DYNAMIC_ALL_FUNC_ENABLE) { -+ struct dm_priv *dm = &hal_data->dmpriv; -+ dm->DMFlag = dm->InitDMFlag; -+ odm->SupportAbility = dm->InitODMFlag; -+ } else { -+ odm->SupportAbility |= *((u32 *)val); -+ } -+ break; -+ case HW_VAR_DM_FUNC_CLR: -+ /* -+ * input is already a mask to clear function -+ * don't invert it again! George, Lucas@20130513 -+ */ -+ odm->SupportAbility &= *((u32 *)val); -+ break; -+ case HW_VAR_AMPDU_MIN_SPACE: -+ /* TODO - Is something needed here? */ -+ break; -+ case HW_VAR_WIRELESS_MODE: -+ /* TODO - Is something needed here? */ -+ break; -+ default: -+ DBG_871X_LEVEL( -+ _drv_always_, -+ FUNC_ADPT_FMT" variable(%d) not defined!\n", -+ FUNC_ADPT_ARG(adapter), -+ variable -+ ); -+ break; -+ } -+} -+ -+void GetHwReg(struct adapter *adapter, u8 variable, u8 *val) -+{ -+ struct hal_com_data *hal_data = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &(hal_data->odmpriv); -+ -+ switch (variable) { -+ case HW_VAR_BASIC_RATE: -+ *((u16 *)val) = hal_data->BasicRateSet; -+ break; -+ case HW_VAR_DM_FLAG: -+ *((u32 *)val) = odm->SupportAbility; -+ break; -+ case HW_VAR_RF_TYPE: -+ *((u8 *)val) = hal_data->rf_type; -+ break; -+ default: -+ DBG_871X_LEVEL( -+ _drv_always_, -+ FUNC_ADPT_FMT" variable(%d) not defined!\n", -+ FUNC_ADPT_ARG(adapter), -+ variable -+ ); -+ break; -+ } -+} -+ -+ -+ -+ -+u8 SetHalDefVar( -+ struct adapter *adapter, enum HAL_DEF_VARIABLE variable, void *value -+) -+{ -+ struct hal_com_data *hal_data = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &(hal_data->odmpriv); -+ u8 bResult = _SUCCESS; -+ -+ switch (variable) { -+ case HW_DEF_FA_CNT_DUMP: -+ /* ODM_COMP_COMMON */ -+ if (*((u8 *)value)) -+ odm->DebugComponents |= (ODM_COMP_DIG | ODM_COMP_FA_CNT); -+ else -+ odm->DebugComponents &= ~(ODM_COMP_DIG | ODM_COMP_FA_CNT); -+ break; -+ case HAL_DEF_DBG_RX_INFO_DUMP: -+ DBG_871X("============ Rx Info dump ===================\n"); -+ DBG_871X("bLinked = %d, RSSI_Min = %d(%%)\n", -+ odm->bLinked, odm->RSSI_Min); -+ -+ if (odm->bLinked) { -+ DBG_871X("RxRate = %s, RSSI_A = %d(%%), RSSI_B = %d(%%)\n", -+ HDATA_RATE(odm->RxRate), odm->RSSI_A, odm->RSSI_B); -+ -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ rtw_dump_raw_rssi_info(adapter); -+ #endif -+ } -+ break; -+ case HW_DEF_ODM_DBG_FLAG: -+ ODM_CmnInfoUpdate(odm, ODM_CMNINFO_DBG_COMP, *((u64 *)value)); -+ break; -+ case HW_DEF_ODM_DBG_LEVEL: -+ ODM_CmnInfoUpdate(odm, ODM_CMNINFO_DBG_LEVEL, *((u32 *)value)); -+ break; -+ case HAL_DEF_DBG_DM_FUNC: -+ { -+ u8 dm_func = *((u8 *)value); -+ struct dm_priv *dm = &hal_data->dmpriv; -+ -+ if (dm_func == 0) { /* disable all dynamic func */ -+ odm->SupportAbility = DYNAMIC_FUNC_DISABLE; -+ DBG_8192C("==> Disable all dynamic function...\n"); -+ } else if (dm_func == 1) {/* disable DIG */ -+ odm->SupportAbility &= (~DYNAMIC_BB_DIG); -+ DBG_8192C("==> Disable DIG...\n"); -+ } else if (dm_func == 2) {/* disable High power */ -+ odm->SupportAbility &= (~DYNAMIC_BB_DYNAMIC_TXPWR); -+ } else if (dm_func == 3) {/* disable tx power tracking */ -+ odm->SupportAbility &= (~DYNAMIC_RF_CALIBRATION); -+ DBG_8192C("==> Disable tx power tracking...\n"); -+ } else if (dm_func == 4) {/* disable BT coexistence */ -+ dm->DMFlag &= (~DYNAMIC_FUNC_BT); -+ } else if (dm_func == 5) {/* disable antenna diversity */ -+ odm->SupportAbility &= (~DYNAMIC_BB_ANT_DIV); -+ } else if (dm_func == 6) {/* turn on all dynamic func */ -+ if (!(odm->SupportAbility & DYNAMIC_BB_DIG)) { -+ DIG_T *pDigTable = &odm->DM_DigTable; -+ pDigTable->CurIGValue = rtw_read8(adapter, 0xc50); -+ } -+ dm->DMFlag |= DYNAMIC_FUNC_BT; -+ odm->SupportAbility = DYNAMIC_ALL_FUNC_ENABLE; -+ DBG_8192C("==> Turn on all dynamic function...\n"); -+ } -+ } -+ break; -+ case HAL_DEF_DBG_DUMP_RXPKT: -+ hal_data->bDumpRxPkt = *((u8 *)value); -+ break; -+ case HAL_DEF_DBG_DUMP_TXPKT: -+ hal_data->bDumpTxPkt = *((u8 *)value); -+ break; -+ case HAL_DEF_ANT_DETECT: -+ hal_data->AntDetection = *((u8 *)value); -+ break; -+ default: -+ DBG_871X_LEVEL(_drv_always_, "%s: [WARNING] HAL_DEF_VARIABLE(%d) not defined!\n", __func__, variable); -+ bResult = _FAIL; -+ break; -+ } -+ -+ return bResult; -+} -+ -+u8 GetHalDefVar( -+ struct adapter *adapter, enum HAL_DEF_VARIABLE variable, void *value -+) -+{ -+ struct hal_com_data *hal_data = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &(hal_data->odmpriv); -+ u8 bResult = _SUCCESS; -+ -+ switch (variable) { -+ case HAL_DEF_UNDERCORATEDSMOOTHEDPWDB: -+ { -+ struct mlme_priv *pmlmepriv; -+ struct sta_priv *pstapriv; -+ struct sta_info *psta; -+ -+ pmlmepriv = &adapter->mlmepriv; -+ pstapriv = &adapter->stapriv; -+ psta = rtw_get_stainfo(pstapriv, pmlmepriv->cur_network.network.MacAddress); -+ if (psta) -+ *((int *)value) = psta->rssi_stat.UndecoratedSmoothedPWDB; -+ } -+ break; -+ case HW_DEF_ODM_DBG_FLAG: -+ *((u64 *)value) = odm->DebugComponents; -+ break; -+ case HW_DEF_ODM_DBG_LEVEL: -+ *((u32 *)value) = odm->DebugLevel; -+ break; -+ case HAL_DEF_DBG_DM_FUNC: -+ *((u32 *)value) = hal_data->odmpriv.SupportAbility; -+ break; -+ case HAL_DEF_DBG_DUMP_RXPKT: -+ *((u8 *)value) = hal_data->bDumpRxPkt; -+ break; -+ case HAL_DEF_DBG_DUMP_TXPKT: -+ *((u8 *)value) = hal_data->bDumpTxPkt; -+ break; -+ case HAL_DEF_ANT_DETECT: -+ *((u8 *)value) = hal_data->AntDetection; -+ break; -+ case HAL_DEF_MACID_SLEEP: -+ *(u8 *)value = false; -+ break; -+ case HAL_DEF_TX_PAGE_SIZE: -+ *((u32 *)value) = PAGE_SIZE_128; -+ break; -+ default: -+ DBG_871X_LEVEL(_drv_always_, "%s: [WARNING] HAL_DEF_VARIABLE(%d) not defined!\n", __func__, variable); -+ bResult = _FAIL; -+ break; -+ } -+ -+ return bResult; -+} -+ -+void GetHalODMVar( -+ struct adapter *Adapter, -+ enum HAL_ODM_VARIABLE eVariable, -+ void *pValue1, -+ void *pValue2 -+) -+{ -+ switch (eVariable) { -+#if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ case HAL_ODM_NOISE_MONITOR: -+ { -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u8 chan = *(u8 *)pValue1; -+ *(s16 *)pValue2 = pHalData->noise[chan]; -+ #ifdef DBG_NOISE_MONITOR -+ DBG_8192C("### Noise monitor chan(%d)-noise:%d (dBm) ###\n", -+ chan, pHalData->noise[chan]); -+ #endif -+ -+ } -+ break; -+#endif/* ifdef CONFIG_BACKGROUND_NOISE_MONITOR */ -+ default: -+ break; -+ } -+} -+ -+void SetHalODMVar( -+ struct adapter *Adapter, -+ enum HAL_ODM_VARIABLE eVariable, -+ void *pValue1, -+ bool bSet -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T podmpriv = &pHalData->odmpriv; -+ /* _irqL irqL; */ -+ switch (eVariable) { -+ case HAL_ODM_STA_INFO: -+ { -+ struct sta_info *psta = (struct sta_info *)pValue1; -+ if (bSet) { -+ DBG_8192C("### Set STA_(%d) info ###\n", psta->mac_id); -+ ODM_CmnInfoPtrArrayHook(podmpriv, ODM_CMNINFO_STA_STATUS, psta->mac_id, psta); -+ } else { -+ DBG_8192C("### Clean STA_(%d) info ###\n", psta->mac_id); -+ /* spin_lock_bh(&pHalData->odm_stainfo_lock); */ -+ ODM_CmnInfoPtrArrayHook(podmpriv, ODM_CMNINFO_STA_STATUS, psta->mac_id, NULL); -+ -+ /* spin_unlock_bh(&pHalData->odm_stainfo_lock); */ -+ } -+ } -+ break; -+ case HAL_ODM_P2P_STATE: -+ ODM_CmnInfoUpdate(podmpriv, ODM_CMNINFO_WIFI_DIRECT, bSet); -+ break; -+ case HAL_ODM_WIFI_DISPLAY_STATE: -+ ODM_CmnInfoUpdate(podmpriv, ODM_CMNINFO_WIFI_DISPLAY, bSet); -+ break; -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ case HAL_ODM_NOISE_MONITOR: -+ { -+ struct noise_info *pinfo = (struct noise_info *)pValue1; -+ -+ #ifdef DBG_NOISE_MONITOR -+ DBG_8192C("### Noise monitor chan(%d)-bPauseDIG:%d, IGIValue:0x%02x, max_time:%d (ms) ###\n", -+ pinfo->chan, pinfo->bPauseDIG, pinfo->IGIValue, pinfo->max_time); -+ #endif -+ -+ pHalData->noise[pinfo->chan] = ODM_InbandNoise_Monitor(podmpriv, pinfo->bPauseDIG, pinfo->IGIValue, pinfo->max_time); -+ DBG_871X("chan_%d, noise = %d (dBm)\n", pinfo->chan, pHalData->noise[pinfo->chan]); -+ #ifdef DBG_NOISE_MONITOR -+ DBG_871X("noise_a = %d, noise_b = %d noise_all:%d\n", -+ podmpriv->noise_level.noise[ODM_RF_PATH_A], -+ podmpriv->noise_level.noise[ODM_RF_PATH_B], -+ podmpriv->noise_level.noise_all); -+ #endif -+ } -+ break; -+ #endif/* ifdef CONFIG_BACKGROUND_NOISE_MONITOR */ -+ -+ default: -+ break; -+ } -+} -+ -+ -+bool eqNByte(u8 *str1, u8 *str2, u32 num) -+{ -+ if (num == 0) -+ return false; -+ while (num > 0) { -+ num--; -+ if (str1[num] != str2[num]) -+ return false; -+ } -+ return true; -+} -+ -+/* */ -+/* Description: */ -+/* Return true if chTmp is represent for hex digit and */ -+/* false otherwise. */ -+/* */ -+/* */ -+bool IsHexDigit(char chTmp) -+{ -+ if ( -+ (chTmp >= '0' && chTmp <= '9') || -+ (chTmp >= 'a' && chTmp <= 'f') || -+ (chTmp >= 'A' && chTmp <= 'F') -+ ) -+ return true; -+ else -+ return false; -+} -+ -+ -+/* */ -+/* Description: */ -+/* Translate a character to hex digit. */ -+/* */ -+u32 MapCharToHexDigit(char chTmp) -+{ -+ if (chTmp >= '0' && chTmp <= '9') -+ return (chTmp - '0'); -+ else if (chTmp >= 'a' && chTmp <= 'f') -+ return (10 + (chTmp - 'a')); -+ else if (chTmp >= 'A' && chTmp <= 'F') -+ return (10 + (chTmp - 'A')); -+ else -+ return 0; -+} -+ -+ -+ -+/* Description: */ -+/* Parse hex number from the string pucStr. */ -+bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove) -+{ -+ char *szScan = szStr; -+ -+ /* Check input parameter. */ -+ if (szStr == NULL || pu4bVal == NULL || pu4bMove == NULL) { -+ DBG_871X("GetHexValueFromString(): Invalid inpur argumetns! szStr: %p, pu4bVal: %p, pu4bMove: %p\n", szStr, pu4bVal, pu4bMove); -+ return false; -+ } -+ -+ /* Initialize output. */ -+ *pu4bMove = 0; -+ *pu4bVal = 0; -+ -+ /* Skip leading space. */ -+ while (*szScan != '\0' && (*szScan == ' ' || *szScan == '\t')) { -+ szScan++; -+ (*pu4bMove)++; -+ } -+ -+ /* Skip leading '0x' or '0X'. */ -+ if (*szScan == '0' && (*(szScan+1) == 'x' || *(szScan+1) == 'X')) { -+ szScan += 2; -+ (*pu4bMove) += 2; -+ } -+ -+ /* Check if szScan is now pointer to a character for hex digit, */ -+ /* if not, it means this is not a valid hex number. */ -+ if (!IsHexDigit(*szScan)) -+ return false; -+ -+ /* Parse each digit. */ -+ do { -+ (*pu4bVal) <<= 4; -+ *pu4bVal += MapCharToHexDigit(*szScan); -+ -+ szScan++; -+ (*pu4bMove)++; -+ } while (IsHexDigit(*szScan)); -+ -+ return true; -+} -+ -+bool GetFractionValueFromString( -+ char *szStr, u8 *pInteger, u8 *pFraction, u32 *pu4bMove -+) -+{ -+ char *szScan = szStr; -+ -+ /* Initialize output. */ -+ *pu4bMove = 0; -+ *pInteger = 0; -+ *pFraction = 0; -+ -+ /* Skip leading space. */ -+ while (*szScan != '\0' && (*szScan == ' ' || *szScan == '\t')) { -+ ++szScan; -+ ++(*pu4bMove); -+ } -+ -+ /* Parse each digit. */ -+ do { -+ (*pInteger) *= 10; -+ *pInteger += (*szScan - '0'); -+ -+ ++szScan; -+ ++(*pu4bMove); -+ -+ if (*szScan == '.') { -+ ++szScan; -+ ++(*pu4bMove); -+ -+ if (*szScan < '0' || *szScan > '9') -+ return false; -+ else { -+ *pFraction = *szScan - '0'; -+ ++szScan; -+ ++(*pu4bMove); -+ return true; -+ } -+ } -+ } while (*szScan >= '0' && *szScan <= '9'); -+ -+ return true; -+} -+ -+/* */ -+/* Description: */ -+/* Return true if szStr is comment out with leading "//". */ -+/* */ -+bool IsCommentString(char *szStr) -+{ -+ if (*szStr == '/' && *(szStr+1) == '/') -+ return true; -+ else -+ return false; -+} -+ -+bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) -+{ -+ u16 i = 0; -+ *pInt = 0; -+ -+ while (Str[i] != '\0') { -+ if (Str[i] >= '0' && Str[i] <= '9') { -+ *pInt *= 10; -+ *pInt += (Str[i] - '0'); -+ } else -+ return false; -+ -+ ++i; -+ } -+ -+ return true; -+} -+ -+/* <20121004, Kordan> For example, -+ * ParseQualifiedString(inString, 0, outString, '[', ']') gets "Kordan" from -+ * a string "Hello [Kordan]". -+ * If RightQualifier does not exist, it will hang in the while loop -+ */ -+bool ParseQualifiedString( -+ char *In, u32 *Start, char *Out, char LeftQualifier, char RightQualifier -+) -+{ -+ u32 i = 0, j = 0; -+ char c = In[(*Start)++]; -+ -+ if (c != LeftQualifier) -+ return false; -+ -+ i = (*Start); -+ while ((c = In[(*Start)++]) != RightQualifier) -+ ; /* find ']' */ -+ j = (*Start) - 2; -+ strncpy((char *)Out, (const char *)(In+i), j-i+1); -+ -+ return true; -+} -+ -+bool isAllSpaceOrTab(u8 *data, u8 size) -+{ -+ u8 cnt = 0, NumOfSpaceAndTab = 0; -+ -+ while (size > cnt) { -+ if (data[cnt] == ' ' || data[cnt] == '\t' || data[cnt] == '\0') -+ ++NumOfSpaceAndTab; -+ -+ ++cnt; -+ } -+ -+ return size == NumOfSpaceAndTab; -+} -+ -+ -+void rtw_hal_check_rxfifo_full(struct adapter *adapter) -+{ -+ struct dvobj_priv *psdpriv = adapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ int save_cnt = false; -+ -+ /* switch counter to RX fifo */ -+ /* printk("8723b or 8192e , MAC_667 set 0xf0\n"); */ -+ rtw_write8(adapter, REG_RXERR_RPT+3, rtw_read8(adapter, REG_RXERR_RPT+3)|0xf0); -+ save_cnt = true; -+ /* todo: other chips */ -+ -+ if (save_cnt) { -+ /* rtw_write8(adapter, REG_RXERR_RPT+3, rtw_read8(adapter, REG_RXERR_RPT+3)|0xa0); */ -+ pdbgpriv->dbg_rx_fifo_last_overflow = pdbgpriv->dbg_rx_fifo_curr_overflow; -+ pdbgpriv->dbg_rx_fifo_curr_overflow = rtw_read16(adapter, REG_RXERR_RPT); -+ pdbgpriv->dbg_rx_fifo_diff_overflow = pdbgpriv->dbg_rx_fifo_curr_overflow-pdbgpriv->dbg_rx_fifo_last_overflow; -+ } -+} -+ -+void linked_info_dump(struct adapter *padapter, u8 benable) -+{ -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if (padapter->bLinkInfoDump == benable) -+ return; -+ -+ DBG_871X("%s %s\n", __func__, (benable) ? "enable" : "disable"); -+ -+ if (benable) { -+ pwrctrlpriv->org_power_mgnt = pwrctrlpriv->power_mgnt;/* keep org value */ -+ rtw_pm_set_lps(padapter, PS_MODE_ACTIVE); -+ -+ pwrctrlpriv->ips_org_mode = pwrctrlpriv->ips_mode;/* keep org value */ -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ } else { -+ rtw_pm_set_ips(padapter, pwrctrlpriv->ips_org_mode); -+ -+ rtw_pm_set_lps(padapter, pwrctrlpriv->ips_org_mode); -+ } -+ padapter->bLinkInfoDump = benable; -+} -+ -+#ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+void rtw_get_raw_rssi_info(void *sel, struct adapter *padapter) -+{ -+ u8 isCCKrate, rf_path; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct rx_raw_rssi *psample_pkt_rssi = &padapter->recvpriv.raw_rssi_info; -+ -+ DBG_871X_SEL_NL( -+ sel, -+ "RxRate = %s, PWDBALL = %d(%%), rx_pwr_all = %d(dBm)\n", -+ HDATA_RATE(psample_pkt_rssi->data_rate), -+ psample_pkt_rssi->pwdball, psample_pkt_rssi->pwr_all -+ ); -+ -+ isCCKrate = (psample_pkt_rssi->data_rate <= DESC_RATE11M) ? true : false; -+ -+ if (isCCKrate) -+ psample_pkt_rssi->mimo_singal_strength[0] = psample_pkt_rssi->pwdball; -+ -+ for (rf_path = 0; rf_path < pHalData->NumTotalRFPath; rf_path++) { -+ DBG_871X_SEL_NL( -+ sel, -+ "RF_PATH_%d =>singal_strength:%d(%%), singal_quality:%d(%%)\n", -+ rf_path, psample_pkt_rssi->mimo_singal_strength[rf_path], -+ psample_pkt_rssi->mimo_singal_quality[rf_path] -+ ); -+ -+ if (!isCCKrate) { -+ DBG_871X_SEL_NL( -+ sel, -+ "\trx_ofdm_pwr:%d(dBm), rx_ofdm_snr:%d(dB)\n", -+ psample_pkt_rssi->ofdm_pwr[rf_path], -+ psample_pkt_rssi->ofdm_snr[rf_path] -+ ); -+ } -+ } -+} -+ -+void rtw_dump_raw_rssi_info(struct adapter *padapter) -+{ -+ u8 isCCKrate, rf_path; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct rx_raw_rssi *psample_pkt_rssi = &padapter->recvpriv.raw_rssi_info; -+ DBG_871X("============ RAW Rx Info dump ===================\n"); -+ DBG_871X("RxRate = %s, PWDBALL = %d(%%), rx_pwr_all = %d(dBm)\n", -+ HDATA_RATE(psample_pkt_rssi->data_rate), psample_pkt_rssi->pwdball, psample_pkt_rssi->pwr_all); -+ -+ isCCKrate = (psample_pkt_rssi->data_rate <= DESC_RATE11M) ? true : false; -+ -+ if (isCCKrate) -+ psample_pkt_rssi->mimo_singal_strength[0] = psample_pkt_rssi->pwdball; -+ -+ for (rf_path = 0; rf_path < pHalData->NumTotalRFPath; rf_path++) { -+ DBG_871X("RF_PATH_%d =>singal_strength:%d(%%), singal_quality:%d(%%)" -+ , rf_path, psample_pkt_rssi->mimo_singal_strength[rf_path], psample_pkt_rssi->mimo_singal_quality[rf_path]); -+ -+ if (!isCCKrate) { -+ printk(", rx_ofdm_pwr:%d(dBm), rx_ofdm_snr:%d(dB)\n", -+ psample_pkt_rssi->ofdm_pwr[rf_path], psample_pkt_rssi->ofdm_snr[rf_path]); -+ } else { -+ printk("\n"); -+ } -+ } -+} -+ -+void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe) -+{ -+ u8 isCCKrate, rf_path; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ -+ PODM_PHY_INFO_T pPhyInfo = (PODM_PHY_INFO_T)(&pattrib->phy_info); -+ struct rx_raw_rssi *psample_pkt_rssi = &padapter->recvpriv.raw_rssi_info; -+ -+ psample_pkt_rssi->data_rate = pattrib->data_rate; -+ isCCKrate = (pattrib->data_rate <= DESC_RATE11M) ? true : false; -+ -+ psample_pkt_rssi->pwdball = pPhyInfo->RxPWDBAll; -+ psample_pkt_rssi->pwr_all = pPhyInfo->RecvSignalPower; -+ -+ for (rf_path = 0; rf_path < pHalData->NumTotalRFPath; rf_path++) { -+ psample_pkt_rssi->mimo_singal_strength[rf_path] = pPhyInfo->RxMIMOSignalStrength[rf_path]; -+ psample_pkt_rssi->mimo_singal_quality[rf_path] = pPhyInfo->RxMIMOSignalQuality[rf_path]; -+ if (!isCCKrate) { -+ psample_pkt_rssi->ofdm_pwr[rf_path] = pPhyInfo->RxPwr[rf_path]; -+ psample_pkt_rssi->ofdm_snr[rf_path] = pPhyInfo->RxSNR[rf_path]; -+ } -+ } -+} -+#endif -+ -+static u32 Array_kfreemap[] = { -+ 0xf8, 0xe, -+ 0xf6, 0xc, -+ 0xf4, 0xa, -+ 0xf2, 0x8, -+ 0xf0, 0x6, -+ 0xf3, 0x4, -+ 0xf5, 0x2, -+ 0xf7, 0x0, -+ 0xf9, 0x0, -+ 0xfc, 0x0, -+}; -+ -+void rtw_bb_rf_gain_offset(struct adapter *padapter) -+{ -+ u8 value = padapter->eeprompriv.EEPROMRFGainOffset; -+ u32 res, i = 0; -+ u32 ArrayLen = sizeof(Array_kfreemap)/sizeof(u32); -+ u32 *Array = Array_kfreemap; -+ u32 v1 = 0, v2 = 0, target = 0; -+ /* DBG_871X("+%s value: 0x%02x+\n", __func__, value); */ -+ -+ if (value & BIT4) { -+ DBG_871X("Offset RF Gain.\n"); -+ DBG_871X("Offset RF Gain. padapter->eeprompriv.EEPROMRFGainVal = 0x%x\n", padapter->eeprompriv.EEPROMRFGainVal); -+ if (padapter->eeprompriv.EEPROMRFGainVal != 0xff) { -+ res = rtw_hal_read_rfreg(padapter, RF_PATH_A, 0x7f, 0xffffffff); -+ res &= 0xfff87fff; -+ DBG_871X("Offset RF Gain. before reg 0x7f = 0x%08x\n", res); -+ /* res &= 0xfff87fff; */ -+ for (i = 0; i < ArrayLen; i += 2) { -+ v1 = Array[i]; -+ v2 = Array[i+1]; -+ if (v1 == padapter->eeprompriv.EEPROMRFGainVal) { -+ DBG_871X("Offset RF Gain. got v1 = 0x%x , v2 = 0x%x\n", v1, v2); -+ target = v2; -+ break; -+ } -+ } -+ DBG_871X("padapter->eeprompriv.EEPROMRFGainVal = 0x%x , Gain offset Target Value = 0x%x\n", padapter->eeprompriv.EEPROMRFGainVal, target); -+ PHY_SetRFReg(padapter, RF_PATH_A, REG_RF_BB_GAIN_OFFSET, BIT18|BIT17|BIT16|BIT15, target); -+ -+ /* res |= (padapter->eeprompriv.EEPROMRFGainVal & 0x0f)<< 15; */ -+ /* rtw_hal_write_rfreg(padapter, RF_PATH_A, REG_RF_BB_GAIN_OFFSET, RF_GAIN_OFFSET_MASK, res); */ -+ res = rtw_hal_read_rfreg(padapter, RF_PATH_A, 0x7f, 0xffffffff); -+ DBG_871X("Offset RF Gain. After reg 0x7f = 0x%08x\n", res); -+ } else -+ DBG_871X("Offset RF Gain. padapter->eeprompriv.EEPROMRFGainVal = 0x%x != 0xff, didn't run Kfree\n", padapter->eeprompriv.EEPROMRFGainVal); -+ } else -+ DBG_871X("Using the default RF gain.\n"); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/hal_com_phycfg.c linux/3rdparty/rtl8723bs/hal/hal_com_phycfg.c ---- linux.old/3rdparty/rtl8723bs/hal/hal_com_phycfg.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/hal_com_phycfg.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,3288 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _HAL_COM_PHYCFG_C_ -+ -+#include -+#include -+#include -+ -+u8 PHY_GetTxPowerByRateBase(struct adapter *Adapter, u8 Band, u8 RfPath, -+ u8 TxNum, enum RATE_SECTION RateSection) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u8 value = 0; -+ -+ if (RfPath > ODM_RF_PATH_D) { -+ DBG_871X("Invalid Rf Path %d in PHY_GetTxPowerByRateBase()\n", RfPath); -+ return 0; -+ } -+ -+ if (Band == BAND_ON_2_4G) { -+ switch (RateSection) { -+ case CCK: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][0]; -+ break; -+ case OFDM: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][1]; -+ break; -+ case HT_MCS0_MCS7: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][2]; -+ break; -+ case HT_MCS8_MCS15: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][3]; -+ break; -+ case HT_MCS16_MCS23: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][4]; -+ break; -+ case HT_MCS24_MCS31: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][5]; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][6]; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][7]; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][8]; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][9]; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in PHY_GetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum); -+ break; -+ -+ }; -+ } else if (Band == BAND_ON_5G) { -+ switch (RateSection) { -+ case OFDM: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][0]; -+ break; -+ case HT_MCS0_MCS7: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][1]; -+ break; -+ case HT_MCS8_MCS15: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][2]; -+ break; -+ case HT_MCS16_MCS23: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][3]; -+ break; -+ case HT_MCS24_MCS31: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][4]; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][5]; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][6]; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][7]; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][8]; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 5G, Rf Path %d, %dTx in PHY_GetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum); -+ break; -+ }; -+ } else -+ DBG_871X("Invalid Band %d in PHY_GetTxPowerByRateBase()\n", Band); -+ -+ return value; -+} -+ -+static void -+phy_SetTxPowerByRateBase( -+ struct adapter *Adapter, -+ u8 Band, -+ u8 RfPath, -+ enum RATE_SECTION RateSection, -+ u8 TxNum, -+ u8 Value -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ if (RfPath > ODM_RF_PATH_D) { -+ DBG_871X("Invalid Rf Path %d in phy_SetTxPowerByRatBase()\n", RfPath); -+ return; -+ } -+ -+ if (Band == BAND_ON_2_4G) { -+ switch (RateSection) { -+ case CCK: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][0] = Value; -+ break; -+ case OFDM: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][1] = Value; -+ break; -+ case HT_MCS0_MCS7: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][2] = Value; -+ break; -+ case HT_MCS8_MCS15: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][3] = Value; -+ break; -+ case HT_MCS16_MCS23: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][4] = Value; -+ break; -+ case HT_MCS24_MCS31: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][5] = Value; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][6] = Value; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][7] = Value; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][8] = Value; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][9] = Value; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in phy_SetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum); -+ break; -+ }; -+ } else if (Band == BAND_ON_5G) { -+ switch (RateSection) { -+ case OFDM: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][0] = Value; -+ break; -+ case HT_MCS0_MCS7: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][1] = Value; -+ break; -+ case HT_MCS8_MCS15: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][2] = Value; -+ break; -+ case HT_MCS16_MCS23: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][3] = Value; -+ break; -+ case HT_MCS24_MCS31: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][4] = Value; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][5] = Value; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][6] = Value; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][7] = Value; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][8] = Value; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 5G, Rf Path %d, %dTx in phy_SetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum); -+ break; -+ }; -+ } else -+ DBG_871X("Invalid Band %d in phy_SetTxPowerByRateBase()\n", Band); -+} -+ -+static void -+phy_StoreTxPowerByRateBase( -+struct adapter *padapter -+ ) -+{ -+ u8 path, base; -+ -+ /* DBG_871X("===>%s\n", __func__); */ -+ -+ for (path = ODM_RF_PATH_A; path <= ODM_RF_PATH_B; ++path) { -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_1TX, MGN_11M); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, CCK, RF_1TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 1Tx CCK = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_1TX, MGN_54M); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, OFDM, RF_1TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 1Tx OFDM = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_1TX, MGN_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, HT_MCS0_MCS7, RF_1TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 1Tx MCS0-7 = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_2TX, MGN_MCS15); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, HT_MCS8_MCS15, RF_2TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 2Tx MCS8-15 = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_3TX, MGN_MCS23); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, HT_MCS16_MCS23, RF_3TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 3Tx MCS16-23 = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_1TX, MGN_VHT1SS_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, VHT_1SSMCS0_1SSMCS9, RF_1TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 1Tx VHT1SS = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_2TX, MGN_VHT2SS_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 2Tx VHT2SS = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, path, RF_3TX, MGN_VHT3SS_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_2_4G, path, VHT_3SSMCS0_3SSMCS9, RF_3TX, base); -+ /* DBG_871X("Power index base of 2.4G path %d 3Tx VHT3SS = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_1TX, MGN_54M); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, OFDM, RF_1TX, base); -+ /* DBG_871X("Power index base of 5G path %d 1Tx OFDM = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_1TX, MGN_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, HT_MCS0_MCS7, RF_1TX, base); -+ /* DBG_871X("Power index base of 5G path %d 1Tx MCS0~7 = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_2TX, MGN_MCS15); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, HT_MCS8_MCS15, RF_2TX, base); -+ /* DBG_871X("Power index base of 5G path %d 2Tx MCS8~15 = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_3TX, MGN_MCS23); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, HT_MCS16_MCS23, RF_3TX, base); -+ /* DBG_871X("Power index base of 5G path %d 3Tx MCS16~23 = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_1TX, MGN_VHT1SS_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, VHT_1SSMCS0_1SSMCS9, RF_1TX, base); -+ /* DBG_871X("Power index base of 5G path %d 1Tx VHT1SS = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_2TX, MGN_VHT2SS_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, VHT_2SSMCS0_2SSMCS9, RF_2TX, base); -+ /* DBG_871X("Power index base of 5G path %d 2Tx VHT2SS = > 0x%x\n", path, base); */ -+ -+ base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_3TX, MGN_VHT2SS_MCS7); -+ phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, VHT_3SSMCS0_3SSMCS9, RF_3TX, base); -+ /* DBG_871X("Power index base of 5G path %d 3Tx VHT3SS = > 0x%x\n", path, base); */ -+ } -+ -+ /* DBG_871X("<===%s\n", __func__); */ -+} -+ -+u8 PHY_GetRateSectionIndexOfTxPowerByRate( -+ struct adapter *padapter, u32 RegAddr, u32 BitMask -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ u8 index = 0; -+ -+ if (pDM_Odm->PhyRegPgVersion == 0) { -+ switch (RegAddr) { -+ case rTxAGC_A_Rate18_06: -+ index = 0; -+ break; -+ case rTxAGC_A_Rate54_24: -+ index = 1; -+ break; -+ case rTxAGC_A_CCK1_Mcs32: -+ index = 6; -+ break; -+ case rTxAGC_B_CCK11_A_CCK2_11: -+ if (BitMask == bMaskH3Bytes) -+ index = 7; -+ else if (BitMask == 0x000000ff) -+ index = 15; -+ break; -+ -+ case rTxAGC_A_Mcs03_Mcs00: -+ index = 2; -+ break; -+ case rTxAGC_A_Mcs07_Mcs04: -+ index = 3; -+ break; -+ case rTxAGC_A_Mcs11_Mcs08: -+ index = 4; -+ break; -+ case rTxAGC_A_Mcs15_Mcs12: -+ index = 5; -+ break; -+ case rTxAGC_B_Rate18_06: -+ index = 8; -+ break; -+ case rTxAGC_B_Rate54_24: -+ index = 9; -+ break; -+ case rTxAGC_B_CCK1_55_Mcs32: -+ index = 14; -+ break; -+ case rTxAGC_B_Mcs03_Mcs00: -+ index = 10; -+ break; -+ case rTxAGC_B_Mcs07_Mcs04: -+ index = 11; -+ break; -+ case rTxAGC_B_Mcs11_Mcs08: -+ index = 12; -+ break; -+ case rTxAGC_B_Mcs15_Mcs12: -+ index = 13; -+ break; -+ default: -+ DBG_871X("Invalid RegAddr 0x3%x in PHY_GetRateSectionIndexOfTxPowerByRate()", RegAddr); -+ break; -+ }; -+ } -+ -+ return index; -+} -+ -+void -+PHY_GetRateValuesOfTxPowerByRate( -+ struct adapter *padapter, -+ u32 RegAddr, -+ u32 BitMask, -+ u32 Value, -+ u8 *RateIndex, -+ s8 *PwrByRateVal, -+ u8 *RateNum -+) -+{ -+ u8 i = 0; -+ -+ switch (RegAddr) { -+ case rTxAGC_A_Rate18_06: -+ case rTxAGC_B_Rate18_06: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_6M); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_9M); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_12M); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_18M); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Rate54_24: -+ case rTxAGC_B_Rate54_24: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_24M); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_36M); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_48M); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_54M); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_CCK1_Mcs32: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M); -+ PwrByRateVal[0] = (s8) ((((Value >> (8 + 4)) & 0xF)) * 10 + -+ ((Value >> 8) & 0xF)); -+ *RateNum = 1; -+ break; -+ -+ case rTxAGC_B_CCK11_A_CCK2_11: -+ if (BitMask == 0xffffff00) { -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_2M); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_5_5M); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); -+ for (i = 1; i < 4; ++i) { -+ PwrByRateVal[i - 1] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 3; -+ } else if (BitMask == 0x000000ff) { -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); -+ PwrByRateVal[0] = (s8) ((((Value >> 4) & 0xF)) * 10 + (Value & 0xF)); -+ *RateNum = 1; -+ } -+ break; -+ -+ case rTxAGC_A_Mcs03_Mcs00: -+ case rTxAGC_B_Mcs03_Mcs00: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS0); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS1); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS2); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS3); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Mcs07_Mcs04: -+ case rTxAGC_B_Mcs07_Mcs04: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS4); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS5); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS6); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS7); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Mcs11_Mcs08: -+ case rTxAGC_B_Mcs11_Mcs08: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS8); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS9); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS10); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS11); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Mcs15_Mcs12: -+ case rTxAGC_B_Mcs15_Mcs12: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS12); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS13); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS14); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS15); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ -+ break; -+ -+ case rTxAGC_B_CCK1_55_Mcs32: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_2M); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_5_5M); -+ for (i = 1; i < 4; ++i) { -+ PwrByRateVal[i - 1] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 3; -+ break; -+ -+ case 0xC20: -+ case 0xE20: -+ case 0x1820: -+ case 0x1a20: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_1M); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_2M); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_5_5M); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC24: -+ case 0xE24: -+ case 0x1824: -+ case 0x1a24: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_6M); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_9M); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_12M); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_18M); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC28: -+ case 0xE28: -+ case 0x1828: -+ case 0x1a28: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_24M); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_36M); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_48M); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_54M); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC2C: -+ case 0xE2C: -+ case 0x182C: -+ case 0x1a2C: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS0); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS1); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS2); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS3); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC30: -+ case 0xE30: -+ case 0x1830: -+ case 0x1a30: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS4); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS5); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS6); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS7); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC34: -+ case 0xE34: -+ case 0x1834: -+ case 0x1a34: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS8); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS9); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS10); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS11); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC38: -+ case 0xE38: -+ case 0x1838: -+ case 0x1a38: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS12); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS13); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS14); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS15); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC3C: -+ case 0xE3C: -+ case 0x183C: -+ case 0x1a3C: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS0); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS1); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS2); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS3); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC40: -+ case 0xE40: -+ case 0x1840: -+ case 0x1a40: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS4); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS5); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS6); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS7); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC44: -+ case 0xE44: -+ case 0x1844: -+ case 0x1a44: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS8); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT1SS_MCS9); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS0); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS1); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC48: -+ case 0xE48: -+ case 0x1848: -+ case 0x1a48: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS2); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS3); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS4); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS5); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC4C: -+ case 0xE4C: -+ case 0x184C: -+ case 0x1a4C: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS6); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS7); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS8); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS9); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCD8: -+ case 0xED8: -+ case 0x18D8: -+ case 0x1aD8: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS16); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS17); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS18); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS19); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCDC: -+ case 0xEDC: -+ case 0x18DC: -+ case 0x1aDC: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS20); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS21); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS22); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_MCS23); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCE0: -+ case 0xEE0: -+ case 0x18E0: -+ case 0x1aE0: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS0); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS1); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS2); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS3); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCE4: -+ case 0xEE4: -+ case 0x18E4: -+ case 0x1aE4: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS4); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS5); -+ RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS6); -+ RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS7); -+ for (i = 0; i < 4; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCE8: -+ case 0xEE8: -+ case 0x18E8: -+ case 0x1aE8: -+ RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS8); -+ RateIndex[1] = PHY_GetRateIndexOfTxPowerByRate(MGN_VHT3SS_MCS9); -+ for (i = 0; i < 2; ++i) { -+ PwrByRateVal[i] = (s8) ((((Value >> (i * 8 + 4)) & 0xF)) * 10 + -+ ((Value >> (i * 8)) & 0xF)); -+ } -+ *RateNum = 4; -+ break; -+ -+ default: -+ DBG_871X("Invalid RegAddr 0x%x in %s()\n", RegAddr, __func__); -+ break; -+ }; -+} -+ -+static void PHY_StoreTxPowerByRateNew( -+ struct adapter *padapter, -+ u32 Band, -+ u32 RfPath, -+ u32 TxNum, -+ u32 RegAddr, -+ u32 BitMask, -+ u32 Data -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 i = 0, rateIndex[4] = {0}, rateNum = 0; -+ s8 PwrByRateVal[4] = {0}; -+ -+ PHY_GetRateValuesOfTxPowerByRate(padapter, RegAddr, BitMask, Data, rateIndex, PwrByRateVal, &rateNum); -+ -+ if (Band != BAND_ON_2_4G && Band != BAND_ON_5G) { -+ DBG_871X("Invalid Band %d\n", Band); -+ return; -+ } -+ -+ if (RfPath > ODM_RF_PATH_D) { -+ DBG_871X("Invalid RfPath %d\n", RfPath); -+ return; -+ } -+ -+ if (TxNum > ODM_RF_PATH_D) { -+ DBG_871X("Invalid TxNum %d\n", TxNum); -+ return; -+ } -+ -+ for (i = 0; i < rateNum; ++i) { -+ if (rateIndex[i] == PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS0) || -+ rateIndex[i] == PHY_GetRateIndexOfTxPowerByRate(MGN_VHT2SS_MCS1)) -+ TxNum = RF_2TX; -+ -+ pHalData->TxPwrByRateOffset[Band][RfPath][TxNum][rateIndex[i]] = PwrByRateVal[i]; -+ } -+} -+ -+static void PHY_StoreTxPowerByRateOld( -+ struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 index = PHY_GetRateSectionIndexOfTxPowerByRate(padapter, RegAddr, BitMask); -+ -+ pHalData->MCSTxPowerLevelOriginalOffset[pHalData->pwrGroupCnt][index] = Data; -+ /* DBG_871X("MCSTxPowerLevelOriginalOffset[%d][0] = 0x%x\n", pHalData->pwrGroupCnt, */ -+ /* pHalData->MCSTxPowerLevelOriginalOffset[pHalData->pwrGroupCnt][0]); */ -+} -+ -+void PHY_InitTxPowerByRate(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 band, rfPath, TxNum, rate; -+ -+ for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) -+ for (rfPath = 0; rfPath < TX_PWR_BY_RATE_NUM_RF; ++rfPath) -+ for (TxNum = 0; TxNum < TX_PWR_BY_RATE_NUM_RF; ++TxNum) -+ for (rate = 0; rate < TX_PWR_BY_RATE_NUM_RATE; ++rate) -+ pHalData->TxPwrByRateOffset[band][rfPath][TxNum][rate] = 0; -+} -+ -+void PHY_StoreTxPowerByRate( -+ struct adapter *padapter, -+ u32 Band, -+ u32 RfPath, -+ u32 TxNum, -+ u32 RegAddr, -+ u32 BitMask, -+ u32 Data -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ if (pDM_Odm->PhyRegPgVersion > 0) -+ PHY_StoreTxPowerByRateNew(padapter, Band, RfPath, TxNum, RegAddr, BitMask, Data); -+ else if (pDM_Odm->PhyRegPgVersion == 0) { -+ PHY_StoreTxPowerByRateOld(padapter, RegAddr, BitMask, Data); -+ -+ if (RegAddr == rTxAGC_A_Mcs15_Mcs12 && pHalData->rf_type == RF_1T1R) -+ pHalData->pwrGroupCnt++; -+ else if (RegAddr == rTxAGC_B_Mcs15_Mcs12 && pHalData->rf_type != RF_1T1R) -+ pHalData->pwrGroupCnt++; -+ } else -+ DBG_871X("Invalid PHY_REG_PG.txt version %d\n", pDM_Odm->PhyRegPgVersion); -+ -+} -+ -+static void -+phy_ConvertTxPowerByRateInDbmToRelativeValues( -+struct adapter *padapter -+ ) -+{ -+ u8 base = 0, i = 0, value = 0, band = 0, path = 0, txNum = 0; -+ u8 cckRates[4] = { -+ MGN_1M, MGN_2M, MGN_5_5M, MGN_11M -+ }; -+ u8 ofdmRates[8] = { -+ MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M -+ }; -+ u8 mcs0_7Rates[8] = { -+ MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7 -+ }; -+ u8 mcs8_15Rates[8] = { -+ MGN_MCS8, MGN_MCS9, MGN_MCS10, MGN_MCS11, MGN_MCS12, MGN_MCS13, MGN_MCS14, MGN_MCS15 -+ }; -+ u8 mcs16_23Rates[8] = { -+ MGN_MCS16, MGN_MCS17, MGN_MCS18, MGN_MCS19, MGN_MCS20, MGN_MCS21, MGN_MCS22, MGN_MCS23 -+ }; -+ u8 vht1ssRates[10] = { -+ MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_MCS4, -+ MGN_VHT1SS_MCS5, MGN_VHT1SS_MCS6, MGN_VHT1SS_MCS7, MGN_VHT1SS_MCS8, MGN_VHT1SS_MCS9 -+ }; -+ u8 vht2ssRates[10] = { -+ MGN_VHT2SS_MCS0, MGN_VHT2SS_MCS1, MGN_VHT2SS_MCS2, MGN_VHT2SS_MCS3, MGN_VHT2SS_MCS4, -+ MGN_VHT2SS_MCS5, MGN_VHT2SS_MCS6, MGN_VHT2SS_MCS7, MGN_VHT2SS_MCS8, MGN_VHT2SS_MCS9 -+ }; -+ u8 vht3ssRates[10] = { -+ MGN_VHT3SS_MCS0, MGN_VHT3SS_MCS1, MGN_VHT3SS_MCS2, MGN_VHT3SS_MCS3, MGN_VHT3SS_MCS4, -+ MGN_VHT3SS_MCS5, MGN_VHT3SS_MCS6, MGN_VHT3SS_MCS7, MGN_VHT3SS_MCS8, MGN_VHT3SS_MCS9 -+ }; -+ -+ /* DBG_871X("===>PHY_ConvertTxPowerByRateInDbmToRelativeValues()\n"); */ -+ -+ for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) { -+ for (path = ODM_RF_PATH_A; path <= ODM_RF_PATH_D; ++path) { -+ for (txNum = RF_1TX; txNum < RF_MAX_TX_NUM; ++txNum) { -+ /* CCK */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_11M); -+ for (i = 0; i < sizeof(cckRates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, cckRates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, cckRates[i], value - base); -+ } -+ -+ /* OFDM */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_54M); -+ for (i = 0; i < sizeof(ofdmRates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, ofdmRates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, ofdmRates[i], value - base); -+ } -+ -+ /* HT MCS0~7 */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_MCS7); -+ for (i = 0; i < sizeof(mcs0_7Rates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, mcs0_7Rates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, mcs0_7Rates[i], value - base); -+ } -+ -+ /* HT MCS8~15 */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_MCS15); -+ for (i = 0; i < sizeof(mcs8_15Rates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, mcs8_15Rates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, mcs8_15Rates[i], value - base); -+ } -+ -+ /* HT MCS16~23 */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_MCS23); -+ for (i = 0; i < sizeof(mcs16_23Rates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, mcs16_23Rates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, mcs16_23Rates[i], value - base); -+ } -+ -+ /* VHT 1SS */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_VHT1SS_MCS7); -+ for (i = 0; i < sizeof(vht1ssRates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, vht1ssRates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, vht1ssRates[i], value - base); -+ } -+ -+ /* VHT 2SS */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_VHT2SS_MCS7); -+ for (i = 0; i < sizeof(vht2ssRates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, vht2ssRates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, vht2ssRates[i], value - base); -+ } -+ -+ /* VHT 3SS */ -+ base = PHY_GetTxPowerByRate(padapter, band, path, txNum, MGN_VHT3SS_MCS7); -+ for (i = 0; i < sizeof(vht3ssRates); ++i) { -+ value = PHY_GetTxPowerByRate(padapter, band, path, txNum, vht3ssRates[i]); -+ PHY_SetTxPowerByRate(padapter, band, path, txNum, vht3ssRates[i], value - base); -+ } -+ } -+ } -+ } -+ -+ /* DBG_871X("<===PHY_ConvertTxPowerByRateInDbmToRelativeValues()\n"); */ -+} -+ -+/* -+ * This function must be called if the value in the PHY_REG_PG.txt(or header) -+ * is exact dBm values -+ */ -+void PHY_TxPowerByRateConfiguration(struct adapter *padapter) -+{ -+ phy_StoreTxPowerByRateBase(padapter); -+ phy_ConvertTxPowerByRateInDbmToRelativeValues(padapter); -+} -+ -+void PHY_SetTxPowerIndexByRateSection( -+ struct adapter *padapter, u8 RFPath, u8 Channel, u8 RateSection -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ if (RateSection == CCK) { -+ u8 cckRates[] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M}; -+ if (pHalData->CurrentBandType == BAND_ON_2_4G) -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ cckRates, sizeof(cckRates)/sizeof(u8)); -+ -+ } else if (RateSection == OFDM) { -+ u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ ofdmRates, sizeof(ofdmRates)/sizeof(u8)); -+ -+ } else if (RateSection == HT_MCS0_MCS7) { -+ u8 htRates1T[] = {MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7}; -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates1T, sizeof(htRates1T)/sizeof(u8)); -+ -+ } else if (RateSection == HT_MCS8_MCS15) { -+ u8 htRates2T[] = {MGN_MCS8, MGN_MCS9, MGN_MCS10, MGN_MCS11, MGN_MCS12, MGN_MCS13, MGN_MCS14, MGN_MCS15}; -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates2T, sizeof(htRates2T)/sizeof(u8)); -+ -+ } else if (RateSection == HT_MCS16_MCS23) { -+ u8 htRates3T[] = {MGN_MCS16, MGN_MCS17, MGN_MCS18, MGN_MCS19, MGN_MCS20, MGN_MCS21, MGN_MCS22, MGN_MCS23}; -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates3T, sizeof(htRates3T)/sizeof(u8)); -+ -+ } else if (RateSection == HT_MCS24_MCS31) { -+ u8 htRates4T[] = {MGN_MCS24, MGN_MCS25, MGN_MCS26, MGN_MCS27, MGN_MCS28, MGN_MCS29, MGN_MCS30, MGN_MCS31}; -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates4T, sizeof(htRates4T)/sizeof(u8)); -+ -+ } else if (RateSection == VHT_1SSMCS0_1SSMCS9) { -+ u8 vhtRates1T[] = {MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_MCS4, -+ MGN_VHT1SS_MCS5, MGN_VHT1SS_MCS6, MGN_VHT1SS_MCS7, MGN_VHT1SS_MCS8, MGN_VHT1SS_MCS9}; -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates1T, sizeof(vhtRates1T)/sizeof(u8)); -+ -+ } else if (RateSection == VHT_2SSMCS0_2SSMCS9) { -+ u8 vhtRates2T[] = {MGN_VHT2SS_MCS0, MGN_VHT2SS_MCS1, MGN_VHT2SS_MCS2, MGN_VHT2SS_MCS3, MGN_VHT2SS_MCS4, -+ MGN_VHT2SS_MCS5, MGN_VHT2SS_MCS6, MGN_VHT2SS_MCS7, MGN_VHT2SS_MCS8, MGN_VHT2SS_MCS9}; -+ -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates2T, sizeof(vhtRates2T)/sizeof(u8)); -+ } else if (RateSection == VHT_3SSMCS0_3SSMCS9) { -+ u8 vhtRates3T[] = {MGN_VHT3SS_MCS0, MGN_VHT3SS_MCS1, MGN_VHT3SS_MCS2, MGN_VHT3SS_MCS3, MGN_VHT3SS_MCS4, -+ MGN_VHT3SS_MCS5, MGN_VHT3SS_MCS6, MGN_VHT3SS_MCS7, MGN_VHT3SS_MCS8, MGN_VHT3SS_MCS9}; -+ -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates3T, sizeof(vhtRates3T)/sizeof(u8)); -+ } else if (RateSection == VHT_4SSMCS0_4SSMCS9) { -+ u8 vhtRates4T[] = {MGN_VHT4SS_MCS0, MGN_VHT4SS_MCS1, MGN_VHT4SS_MCS2, MGN_VHT4SS_MCS3, MGN_VHT4SS_MCS4, -+ MGN_VHT4SS_MCS5, MGN_VHT4SS_MCS6, MGN_VHT4SS_MCS7, MGN_VHT4SS_MCS8, MGN_VHT4SS_MCS9}; -+ -+ PHY_SetTxPowerIndexByRateArray(padapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates4T, sizeof(vhtRates4T)/sizeof(u8)); -+ } else -+ DBG_871X("Invalid RateSection %d in %s", RateSection, __func__); -+} -+ -+static bool phy_GetChnlIndex(u8 Channel, u8 *ChannelIdx) -+{ -+ u8 channel5G[CHANNEL_MAX_NUMBER_5G] = { -+ 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 100, 102, -+ 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, -+ 132, 134, 136, 138, 140, 142, 144, 149, 151, 153, 155, 157, 159, 161, -+ 163, 165, 167, 168, 169, 171, 173, 175, 177 -+ }; -+ u8 i = 0; -+ bool bIn24G = true; -+ -+ if (Channel <= 14) { -+ bIn24G = true; -+ *ChannelIdx = Channel-1; -+ } else { -+ bIn24G = false; -+ -+ for (i = 0; i < sizeof(channel5G)/sizeof(u8); ++i) { -+ if (channel5G[i] == Channel) { -+ *ChannelIdx = i; -+ return bIn24G; -+ } -+ } -+ } -+ -+ return bIn24G; -+} -+ -+u8 PHY_GetTxPowerIndexBase( -+ struct adapter *padapter, -+ u8 RFPath, -+ u8 Rate, -+ enum CHANNEL_WIDTH BandWidth, -+ u8 Channel, -+ bool *bIn24G -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 i = 0; /* default set to 1S */ -+ u8 txPower = 0; -+ u8 chnlIdx = (Channel-1); -+ -+ if (HAL_IsLegalChannel(padapter, Channel) == false) { -+ chnlIdx = 0; -+ DBG_871X("Illegal channel!!\n"); -+ } -+ -+ *bIn24G = phy_GetChnlIndex(Channel, &chnlIdx); -+ -+ /* DBG_871X("[%s] Channel Index: %d\n", (*bIn24G?"2.4G":"5G"), chnlIdx); */ -+ -+ if (*bIn24G) { /* 3 ============================== 2.4 G ============================== */ -+ if (IS_CCK_RATE(Rate)) -+ txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; -+ else if (MGN_6M <= Rate) -+ txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; -+ else -+ DBG_871X("PHY_GetTxPowerIndexBase: INVALID Rate.\n"); -+ -+ /* DBG_871X("Base Tx power(RF-%c, Rate #%d, Channel Index %d) = 0x%X\n", */ -+ /* ((RFPath == 0)?'A':'B'), Rate, chnlIdx, txPower); */ -+ -+ /* OFDM-1T */ -+ if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) { -+ txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; -+ /* DBG_871X("+PowerDiff 2.4G (RF-%c): (OFDM-1T) = (%d)\n", ((RFPath == 0)?'A':'B'), pHalData->OFDM_24G_Diff[RFPath][TX_1S]); */ -+ } -+ if (BandWidth == CHANNEL_WIDTH_20) { /* BW20-1S, BW20-2S */ -+ if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; -+ if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_2S]; -+ if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_3S]; -+ if ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_4S]; -+ -+ /* DBG_871X("+PowerDiff 2.4G (RF-%c): (BW20-1S, BW20-2S, BW20-3S, BW20-4S) = (%d, %d, %d, %d)\n", ((RFPath == 0)?'A':(RFPath == 1)?'B':(RFPath ==2)?'C':'D'), */ -+ /* pHalData->BW20_24G_Diff[RFPath][TX_1S], pHalData->BW20_24G_Diff[RFPath][TX_2S], */ -+ /* pHalData->BW20_24G_Diff[RFPath][TX_3S], pHalData->BW20_24G_Diff[RFPath][TX_4S]); */ -+ } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ -+ if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; -+ if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; -+ if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_3S]; -+ if ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_4S]; -+ -+ /* DBG_871X("+PowerDiff 2.4G (RF-%c): (BW40-1S, BW40-2S, BW40-3S, BW40-4S) = (%d, %d, %d, %d)\n", ((RFPath == 0)?'A':(RFPath == 1)?'B':(RFPath ==2)?'C':'D'), */ -+ /* pHalData->BW40_24G_Diff[RFPath][TX_1S], pHalData->BW40_24G_Diff[RFPath][TX_2S], */ -+ /* pHalData->BW40_24G_Diff[RFPath][TX_3S], pHalData->BW40_24G_Diff[RFPath][TX_4S]); */ -+ } -+ /* Willis suggest adopt BW 40M power index while in BW 80 mode */ -+ else if (BandWidth == CHANNEL_WIDTH_80) { -+ if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; -+ if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; -+ if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_3S]; -+ if ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_4S]; -+ -+ /* DBG_871X("+PowerDiff 2.4G (RF-%c): (BW40-1S, BW40-2S, BW40-3S, BW40-4T) = (%d, %d, %d, %d) P.S. Current is in BW 80MHz\n", ((RFPath == 0)?'A':(RFPath == 1)?'B':(RFPath ==2)?'C':'D'), */ -+ /* pHalData->BW40_24G_Diff[RFPath][TX_1S], pHalData->BW40_24G_Diff[RFPath][TX_2S], */ -+ /* pHalData->BW40_24G_Diff[RFPath][TX_3S], pHalData->BW40_24G_Diff[RFPath][TX_4S]); */ -+ } -+ } else {/* 3 ============================== 5 G ============================== */ -+ if (MGN_6M <= Rate) -+ txPower = pHalData->Index5G_BW40_Base[RFPath][chnlIdx]; -+ else -+ DBG_871X("===> mpt_ProQueryCalTxPower_Jaguar: INVALID Rate.\n"); -+ -+ /* DBG_871X("Base Tx power(RF-%c, Rate #%d, Channel Index %d) = 0x%X\n", */ -+ /* ((RFPath == 0)?'A':'B'), Rate, chnlIdx, txPower); */ -+ -+ /* OFDM-1T */ -+ if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) { -+ txPower += pHalData->OFDM_5G_Diff[RFPath][TX_1S]; -+ /* DBG_871X("+PowerDiff 5G (RF-%c): (OFDM-1T) = (%d)\n", ((RFPath == 0)?'A':'B'), pHalData->OFDM_5G_Diff[RFPath][TX_1S]); */ -+ } -+ -+ /* BW20-1S, BW20-2S */ -+ if (BandWidth == CHANNEL_WIDTH_20) { -+ if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_1S]; -+ if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_2S]; -+ if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_3S]; -+ if ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_4S]; -+ -+ /* DBG_871X("+PowerDiff 5G (RF-%c): (BW20-1S, BW20-2S, BW20-3S, BW20-4S) = (%d, %d, %d, %d)\n", ((RFPath == 0)?'A':(RFPath == 1)?'B':(RFPath ==2)?'C':'D'), */ -+ /* pHalData->BW20_5G_Diff[RFPath][TX_1S], pHalData->BW20_5G_Diff[RFPath][TX_2S], */ -+ /* pHalData->BW20_5G_Diff[RFPath][TX_3S], pHalData->BW20_5G_Diff[RFPath][TX_4S]); */ -+ } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ -+ if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_1S]; -+ if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_2S]; -+ if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_3S]; -+ if ((MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_4S]; -+ -+ /* DBG_871X("+PowerDiff 5G(RF-%c): (BW40-1S, BW40-2S) = (%d, %d, %d, %d)\n", ((RFPath == 0)?'A':(RFPath == 1)?'B':(RFPath ==2)?'C':'D'), */ -+ /* pHalData->BW40_5G_Diff[RFPath][TX_1S], pHalData->BW40_5G_Diff[RFPath][TX_2S], */ -+ /* pHalData->BW40_5G_Diff[RFPath][TX_3S], pHalData->BW40_5G_Diff[RFPath][TX_4S]); */ -+ } else if (BandWidth == CHANNEL_WIDTH_80) { /* BW80-1S, BW80-2S */ -+ /* <20121220, Kordan> Get the index of array "Index5G_BW80_Base". */ -+ u8 channel5G_80M[CHANNEL_MAX_NUMBER_5G_80M] = {42, 58, 106, 122, 138, 155, 171}; -+ for (i = 0; i < sizeof(channel5G_80M)/sizeof(u8); ++i) -+ if (channel5G_80M[i] == Channel) -+ chnlIdx = i; -+ -+ txPower = pHalData->Index5G_BW80_Base[RFPath][chnlIdx]; -+ -+ if ((MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += + pHalData->BW80_5G_Diff[RFPath][TX_1S]; -+ if ((MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW80_5G_Diff[RFPath][TX_2S]; -+ if ((MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW80_5G_Diff[RFPath][TX_3S]; -+ if ((MGN_MCS23 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW80_5G_Diff[RFPath][TX_4S]; -+ -+ /* DBG_871X("+PowerDiff 5G(RF-%c): (BW80-1S, BW80-2S, BW80-3S, BW80-4S) = (%d, %d, %d, %d)\n", ((RFPath == 0)?'A':(RFPath == 1)?'B':(RFPath ==2)?'C':'D'), */ -+ /* pHalData->BW80_5G_Diff[RFPath][TX_1S], pHalData->BW80_5G_Diff[RFPath][TX_2S], */ -+ /* pHalData->BW80_5G_Diff[RFPath][TX_3S], pHalData->BW80_5G_Diff[RFPath][TX_4S]); */ -+ } -+ } -+ -+ return txPower; -+} -+ -+s8 PHY_GetTxPowerTrackingOffset(struct adapter *padapter, u8 RFPath, u8 Rate) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ s8 offset = 0; -+ -+ if (pDM_Odm->RFCalibrateInfo.TxPowerTrackControl == false) -+ return offset; -+ -+ if ((Rate == MGN_1M) || (Rate == MGN_2M) || (Rate == MGN_5_5M) || (Rate == MGN_11M)) { -+ offset = pDM_Odm->Remnant_CCKSwingIdx; -+ /* DBG_871X("+Remnant_CCKSwingIdx = 0x%x\n", RFPath, Rate, pDM_Odm->Remnant_CCKSwingIdx); */ -+ } else { -+ offset = pDM_Odm->Remnant_OFDMSwingIdx[RFPath]; -+ /* DBG_871X("+Remanant_OFDMSwingIdx[RFPath %u][Rate 0x%x] = 0x%x\n", RFPath, Rate, pDM_Odm->Remnant_OFDMSwingIdx[RFPath]); */ -+ -+ } -+ -+ return offset; -+} -+ -+u8 PHY_GetRateIndexOfTxPowerByRate(u8 Rate) -+{ -+ u8 index = 0; -+ switch (Rate) { -+ case MGN_1M: -+ index = 0; -+ break; -+ case MGN_2M: -+ index = 1; -+ break; -+ case MGN_5_5M: -+ index = 2; -+ break; -+ case MGN_11M: -+ index = 3; -+ break; -+ case MGN_6M: -+ index = 4; -+ break; -+ case MGN_9M: -+ index = 5; -+ break; -+ case MGN_12M: -+ index = 6; -+ break; -+ case MGN_18M: -+ index = 7; -+ break; -+ case MGN_24M: -+ index = 8; -+ break; -+ case MGN_36M: -+ index = 9; -+ break; -+ case MGN_48M: -+ index = 10; -+ break; -+ case MGN_54M: -+ index = 11; -+ break; -+ case MGN_MCS0: -+ index = 12; -+ break; -+ case MGN_MCS1: -+ index = 13; -+ break; -+ case MGN_MCS2: -+ index = 14; -+ break; -+ case MGN_MCS3: -+ index = 15; -+ break; -+ case MGN_MCS4: -+ index = 16; -+ break; -+ case MGN_MCS5: -+ index = 17; -+ break; -+ case MGN_MCS6: -+ index = 18; -+ break; -+ case MGN_MCS7: -+ index = 19; -+ break; -+ case MGN_MCS8: -+ index = 20; -+ break; -+ case MGN_MCS9: -+ index = 21; -+ break; -+ case MGN_MCS10: -+ index = 22; -+ break; -+ case MGN_MCS11: -+ index = 23; -+ break; -+ case MGN_MCS12: -+ index = 24; -+ break; -+ case MGN_MCS13: -+ index = 25; -+ break; -+ case MGN_MCS14: -+ index = 26; -+ break; -+ case MGN_MCS15: -+ index = 27; -+ break; -+ case MGN_MCS16: -+ index = 28; -+ break; -+ case MGN_MCS17: -+ index = 29; -+ break; -+ case MGN_MCS18: -+ index = 30; -+ break; -+ case MGN_MCS19: -+ index = 31; -+ break; -+ case MGN_MCS20: -+ index = 32; -+ break; -+ case MGN_MCS21: -+ index = 33; -+ break; -+ case MGN_MCS22: -+ index = 34; -+ break; -+ case MGN_MCS23: -+ index = 35; -+ break; -+ case MGN_MCS24: -+ index = 36; -+ break; -+ case MGN_MCS25: -+ index = 37; -+ break; -+ case MGN_MCS26: -+ index = 38; -+ break; -+ case MGN_MCS27: -+ index = 39; -+ break; -+ case MGN_MCS28: -+ index = 40; -+ break; -+ case MGN_MCS29: -+ index = 41; -+ break; -+ case MGN_MCS30: -+ index = 42; -+ break; -+ case MGN_MCS31: -+ index = 43; -+ break; -+ case MGN_VHT1SS_MCS0: -+ index = 44; -+ break; -+ case MGN_VHT1SS_MCS1: -+ index = 45; -+ break; -+ case MGN_VHT1SS_MCS2: -+ index = 46; -+ break; -+ case MGN_VHT1SS_MCS3: -+ index = 47; -+ break; -+ case MGN_VHT1SS_MCS4: -+ index = 48; -+ break; -+ case MGN_VHT1SS_MCS5: -+ index = 49; -+ break; -+ case MGN_VHT1SS_MCS6: -+ index = 50; -+ break; -+ case MGN_VHT1SS_MCS7: -+ index = 51; -+ break; -+ case MGN_VHT1SS_MCS8: -+ index = 52; -+ break; -+ case MGN_VHT1SS_MCS9: -+ index = 53; -+ break; -+ case MGN_VHT2SS_MCS0: -+ index = 54; -+ break; -+ case MGN_VHT2SS_MCS1: -+ index = 55; -+ break; -+ case MGN_VHT2SS_MCS2: -+ index = 56; -+ break; -+ case MGN_VHT2SS_MCS3: -+ index = 57; -+ break; -+ case MGN_VHT2SS_MCS4: -+ index = 58; -+ break; -+ case MGN_VHT2SS_MCS5: -+ index = 59; -+ break; -+ case MGN_VHT2SS_MCS6: -+ index = 60; -+ break; -+ case MGN_VHT2SS_MCS7: -+ index = 61; -+ break; -+ case MGN_VHT2SS_MCS8: -+ index = 62; -+ break; -+ case MGN_VHT2SS_MCS9: -+ index = 63; -+ break; -+ case MGN_VHT3SS_MCS0: -+ index = 64; -+ break; -+ case MGN_VHT3SS_MCS1: -+ index = 65; -+ break; -+ case MGN_VHT3SS_MCS2: -+ index = 66; -+ break; -+ case MGN_VHT3SS_MCS3: -+ index = 67; -+ break; -+ case MGN_VHT3SS_MCS4: -+ index = 68; -+ break; -+ case MGN_VHT3SS_MCS5: -+ index = 69; -+ break; -+ case MGN_VHT3SS_MCS6: -+ index = 70; -+ break; -+ case MGN_VHT3SS_MCS7: -+ index = 71; -+ break; -+ case MGN_VHT3SS_MCS8: -+ index = 72; -+ break; -+ case MGN_VHT3SS_MCS9: -+ index = 73; -+ break; -+ case MGN_VHT4SS_MCS0: -+ index = 74; -+ break; -+ case MGN_VHT4SS_MCS1: -+ index = 75; -+ break; -+ case MGN_VHT4SS_MCS2: -+ index = 76; -+ break; -+ case MGN_VHT4SS_MCS3: -+ index = 77; -+ break; -+ case MGN_VHT4SS_MCS4: -+ index = 78; -+ break; -+ case MGN_VHT4SS_MCS5: -+ index = 79; -+ break; -+ case MGN_VHT4SS_MCS6: -+ index = 80; -+ break; -+ case MGN_VHT4SS_MCS7: -+ index = 81; -+ break; -+ case MGN_VHT4SS_MCS8: -+ index = 82; -+ break; -+ case MGN_VHT4SS_MCS9: -+ index = 83; -+ break; -+ default: -+ DBG_871X("Invalid rate 0x%x in %s\n", Rate, __func__); -+ break; -+ }; -+ -+ return index; -+} -+ -+s8 PHY_GetTxPowerByRate( -+ struct adapter *padapter, u8 Band, u8 RFPath, u8 TxNum, u8 Rate -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ s8 value = 0; -+ u8 rateIndex = PHY_GetRateIndexOfTxPowerByRate(Rate); -+ -+ if ((padapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory == 2) || -+ padapter->registrypriv.RegEnableTxPowerByRate == 0) -+ return 0; -+ -+ if (Band != BAND_ON_2_4G && Band != BAND_ON_5G) { -+ DBG_871X("Invalid band %d in %s\n", Band, __func__); -+ return value; -+ } -+ if (RFPath > ODM_RF_PATH_D) { -+ DBG_871X("Invalid RfPath %d in %s\n", RFPath, __func__); -+ return value; -+ } -+ if (TxNum >= RF_MAX_TX_NUM) { -+ DBG_871X("Invalid TxNum %d in %s\n", TxNum, __func__); -+ return value; -+ } -+ if (rateIndex >= TX_PWR_BY_RATE_NUM_RATE) { -+ DBG_871X("Invalid RateIndex %d in %s\n", rateIndex, __func__); -+ return value; -+ } -+ -+ value = pHalData->TxPwrByRateOffset[Band][RFPath][TxNum][rateIndex]; -+ -+ return value; -+ -+} -+ -+void PHY_SetTxPowerByRate( -+ struct adapter *padapter, -+ u8 Band, -+ u8 RFPath, -+ u8 TxNum, -+ u8 Rate, -+ s8 Value -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 rateIndex = PHY_GetRateIndexOfTxPowerByRate(Rate); -+ -+ if (Band != BAND_ON_2_4G && Band != BAND_ON_5G) { -+ DBG_871X("Invalid band %d in %s\n", Band, __func__); -+ return; -+ } -+ if (RFPath > ODM_RF_PATH_D) { -+ DBG_871X("Invalid RfPath %d in %s\n", RFPath, __func__); -+ return; -+ } -+ if (TxNum >= RF_MAX_TX_NUM) { -+ DBG_871X("Invalid TxNum %d in %s\n", TxNum, __func__); -+ return; -+ } -+ if (rateIndex >= TX_PWR_BY_RATE_NUM_RATE) { -+ DBG_871X("Invalid RateIndex %d in %s\n", rateIndex, __func__); -+ return; -+ } -+ -+ pHalData->TxPwrByRateOffset[Band][RFPath][TxNum][rateIndex] = Value; -+} -+ -+void PHY_SetTxPowerLevelByPath(struct adapter *Adapter, u8 channel, u8 path) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ bool bIsIn24G = (pHalData->CurrentBandType == BAND_ON_2_4G); -+ -+ /* if (pMgntInfo->RegNByteAccess == 0) */ -+ { -+ if (bIsIn24G) -+ PHY_SetTxPowerIndexByRateSection(Adapter, path, channel, CCK); -+ -+ PHY_SetTxPowerIndexByRateSection(Adapter, path, channel, OFDM); -+ PHY_SetTxPowerIndexByRateSection(Adapter, path, channel, HT_MCS0_MCS7); -+ -+ if (pHalData->NumTotalRFPath >= 2) -+ PHY_SetTxPowerIndexByRateSection(Adapter, path, channel, HT_MCS8_MCS15); -+ -+ } -+} -+ -+void PHY_SetTxPowerIndexByRateArray( -+ struct adapter *padapter, -+ u8 RFPath, -+ enum CHANNEL_WIDTH BandWidth, -+ u8 Channel, -+ u8 *Rates, -+ u8 RateArraySize -+) -+{ -+ u32 powerIndex = 0; -+ int i = 0; -+ -+ for (i = 0; i < RateArraySize; ++i) { -+ powerIndex = PHY_GetTxPowerIndex(padapter, RFPath, Rates[i], BandWidth, Channel); -+ PHY_SetTxPowerIndex(padapter, powerIndex, RFPath, Rates[i]); -+ } -+} -+ -+static s8 phy_GetWorldWideLimit(s8 *LimitTable) -+{ -+ s8 min = LimitTable[0]; -+ u8 i = 0; -+ -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) { -+ if (LimitTable[i] < min) -+ min = LimitTable[i]; -+ } -+ -+ return min; -+} -+ -+static s8 phy_GetChannelIndexOfTxPowerLimit(u8 Band, u8 Channel) -+{ -+ s8 channelIndex = -1; -+ u8 channel5G[CHANNEL_MAX_NUMBER_5G] = { -+ 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 100, 102, -+ 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, -+ 132, 134, 136, 138, 140, 142, 144, 149, 151, 153, 155, 157, 159, 161, -+ 163, 165, 167, 168, 169, 171, 173, 175, 177 -+ }; -+ u8 i = 0; -+ if (Band == BAND_ON_2_4G) -+ channelIndex = Channel - 1; -+ else if (Band == BAND_ON_5G) { -+ for (i = 0; i < sizeof(channel5G)/sizeof(u8); ++i) { -+ if (channel5G[i] == Channel) -+ channelIndex = i; -+ } -+ } else -+ DBG_871X("Invalid Band %d in %s", Band, __func__); -+ -+ if (channelIndex == -1) -+ DBG_871X("Invalid Channel %d of Band %d in %s", Channel, Band, __func__); -+ -+ return channelIndex; -+} -+ -+s8 PHY_GetTxPowerLimit( -+ struct adapter *Adapter, -+ u32 RegPwrTblSel, -+ enum BAND_TYPE Band, -+ enum CHANNEL_WIDTH Bandwidth, -+ u8 RfPath, -+ u8 DataRate, -+ u8 Channel -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ s16 band = -1, regulation = -1, bandwidth = -1, rateSection = -1, channel = -1; -+ s8 powerLimit = MAX_POWER_INDEX; -+ -+ if ((Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory != 1) || -+ Adapter->registrypriv.RegEnableTxPowerLimit == 0) -+ return MAX_POWER_INDEX; -+ -+ switch (Adapter->registrypriv.RegPwrTblSel) { -+ case 1: -+ regulation = TXPWR_LMT_ETSI; -+ break; -+ case 2: -+ regulation = TXPWR_LMT_MKK; -+ break; -+ case 3: -+ regulation = TXPWR_LMT_FCC; -+ break; -+ -+ case 4: -+ regulation = TXPWR_LMT_WW; -+ break; -+ -+ default: -+ regulation = (Band == BAND_ON_2_4G) ? pHalData->Regulation2_4G : pHalData->Regulation5G; -+ break; -+ } -+ -+ /* DBG_871X("pMgntInfo->RegPwrTblSel %d, final regulation %d\n", Adapter->registrypriv.RegPwrTblSel, regulation); */ -+ -+ -+ if (Band == BAND_ON_2_4G) -+ band = 0; -+ else if (Band == BAND_ON_5G) -+ band = 1; -+ -+ if (Bandwidth == CHANNEL_WIDTH_20) -+ bandwidth = 0; -+ else if (Bandwidth == CHANNEL_WIDTH_40) -+ bandwidth = 1; -+ else if (Bandwidth == CHANNEL_WIDTH_80) -+ bandwidth = 2; -+ else if (Bandwidth == CHANNEL_WIDTH_160) -+ bandwidth = 3; -+ -+ switch (DataRate) { -+ case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M: -+ rateSection = 0; -+ break; -+ -+ case MGN_6M: case MGN_9M: case MGN_12M: case MGN_18M: -+ case MGN_24M: case MGN_36M: case MGN_48M: case MGN_54M: -+ rateSection = 1; -+ break; -+ -+ case MGN_MCS0: case MGN_MCS1: case MGN_MCS2: case MGN_MCS3: -+ case MGN_MCS4: case MGN_MCS5: case MGN_MCS6: case MGN_MCS7: -+ rateSection = 2; -+ break; -+ -+ case MGN_MCS8: case MGN_MCS9: case MGN_MCS10: case MGN_MCS11: -+ case MGN_MCS12: case MGN_MCS13: case MGN_MCS14: case MGN_MCS15: -+ rateSection = 3; -+ break; -+ -+ case MGN_MCS16: case MGN_MCS17: case MGN_MCS18: case MGN_MCS19: -+ case MGN_MCS20: case MGN_MCS21: case MGN_MCS22: case MGN_MCS23: -+ rateSection = 4; -+ break; -+ -+ case MGN_MCS24: case MGN_MCS25: case MGN_MCS26: case MGN_MCS27: -+ case MGN_MCS28: case MGN_MCS29: case MGN_MCS30: case MGN_MCS31: -+ rateSection = 5; -+ break; -+ -+ case MGN_VHT1SS_MCS0: case MGN_VHT1SS_MCS1: case MGN_VHT1SS_MCS2: -+ case MGN_VHT1SS_MCS3: case MGN_VHT1SS_MCS4: case MGN_VHT1SS_MCS5: -+ case MGN_VHT1SS_MCS6: case MGN_VHT1SS_MCS7: case MGN_VHT1SS_MCS8: -+ case MGN_VHT1SS_MCS9: -+ rateSection = 6; -+ break; -+ -+ case MGN_VHT2SS_MCS0: case MGN_VHT2SS_MCS1: case MGN_VHT2SS_MCS2: -+ case MGN_VHT2SS_MCS3: case MGN_VHT2SS_MCS4: case MGN_VHT2SS_MCS5: -+ case MGN_VHT2SS_MCS6: case MGN_VHT2SS_MCS7: case MGN_VHT2SS_MCS8: -+ case MGN_VHT2SS_MCS9: -+ rateSection = 7; -+ break; -+ -+ case MGN_VHT3SS_MCS0: case MGN_VHT3SS_MCS1: case MGN_VHT3SS_MCS2: -+ case MGN_VHT3SS_MCS3: case MGN_VHT3SS_MCS4: case MGN_VHT3SS_MCS5: -+ case MGN_VHT3SS_MCS6: case MGN_VHT3SS_MCS7: case MGN_VHT3SS_MCS8: -+ case MGN_VHT3SS_MCS9: -+ rateSection = 8; -+ break; -+ -+ case MGN_VHT4SS_MCS0: case MGN_VHT4SS_MCS1: case MGN_VHT4SS_MCS2: -+ case MGN_VHT4SS_MCS3: case MGN_VHT4SS_MCS4: case MGN_VHT4SS_MCS5: -+ case MGN_VHT4SS_MCS6: case MGN_VHT4SS_MCS7: case MGN_VHT4SS_MCS8: -+ case MGN_VHT4SS_MCS9: -+ rateSection = 9; -+ break; -+ -+ default: -+ DBG_871X("Wrong rate 0x%x\n", DataRate); -+ break; -+ } -+ -+ if (Band == BAND_ON_5G && rateSection == 0) -+ DBG_871X("Wrong rate 0x%x: No CCK in 5G Band\n", DataRate); -+ -+ /* workaround for wrong index combination to obtain tx power limit, */ -+ /* OFDM only exists in BW 20M */ -+ if (rateSection == 1) -+ bandwidth = 0; -+ -+ /* workaround for wrong index combination to obtain tx power limit, */ -+ /* CCK table will only be given in BW 20M */ -+ if (rateSection == 0) -+ bandwidth = 0; -+ -+ /* workaround for wrong indxe combination to obtain tx power limit, */ -+ /* HT on 80M will reference to HT on 40M */ -+ if ((rateSection == 2 || rateSection == 3) && Band == BAND_ON_5G && bandwidth == 2) { -+ bandwidth = 1; -+ } -+ -+ if (Band == BAND_ON_2_4G) -+ channel = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_2_4G, Channel); -+ else if (Band == BAND_ON_5G) -+ channel = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_5G, Channel); -+ else if (Band == BAND_ON_BOTH) { -+ /* BAND_ON_BOTH don't care temporarily */ -+ } -+ -+ if (band == -1 || regulation == -1 || bandwidth == -1 || -+ rateSection == -1 || channel == -1) { -+ /* DBG_871X("Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][rf_path %d][rate_section %d][chnlGroup %d]\n", */ -+ /* band, regulation, bandwidth, RfPath, rateSection, channelGroup); */ -+ -+ return MAX_POWER_INDEX; -+ } -+ -+ if (Band == BAND_ON_2_4G) { -+ s8 limits[10] = {0}; u8 i = 0; -+ for (i = 0; i < MAX_REGULATION_NUM; i++) -+ limits[i] = pHalData->TxPwrLimit_2_4G[i][bandwidth][rateSection][channel][RfPath]; -+ -+ powerLimit = (regulation == TXPWR_LMT_WW) ? phy_GetWorldWideLimit(limits) : -+ pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channel][RfPath]; -+ -+ } else if (Band == BAND_ON_5G) { -+ s8 limits[10] = {0}; u8 i = 0; -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) -+ limits[i] = pHalData->TxPwrLimit_5G[i][bandwidth][rateSection][channel][RfPath]; -+ -+ powerLimit = (regulation == TXPWR_LMT_WW) ? phy_GetWorldWideLimit(limits) : -+ pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channel][RfPath]; -+ } else -+ DBG_871X("No power limit table of the specified band\n"); -+ -+ /* combine 5G VHT & HT rate */ -+ /* 5G 20M and 40M HT and VHT can cross reference */ -+ /* -+ if (Band == BAND_ON_5G && powerLimit == MAX_POWER_INDEX) { -+ if (bandwidth == 0 || bandwidth == 1) { -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("No power limit table of the specified band %d, bandwidth %d, ratesection %d, rf path %d\n", -+ band, bandwidth, rateSection, RfPath)); -+ if (rateSection == 2) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][4][channelGroup][RfPath]; -+ else if (rateSection == 4) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][2][channelGroup][RfPath]; -+ else if (rateSection == 3) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][5][channelGroup][RfPath]; -+ else if (rateSection == 5) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][3][channelGroup][RfPath]; -+ } -+ } -+ */ -+ /* DBG_871X("TxPwrLmt[Regulation %d][Band %d][BW %d][RFPath %d][Rate 0x%x][Chnl %d] = %d\n", */ -+ /* regulation, pHalData->CurrentBandType, Bandwidth, RfPath, DataRate, Channel, powerLimit); */ -+ return powerLimit; -+} -+ -+static void phy_CrossReferenceHTAndVHTTxPowerLimit(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 regulation, bw, channel, rateSection; -+ s8 tempPwrLmt = 0; -+ -+ for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { -+ for (bw = 0; bw < MAX_5G_BANDWITH_NUM; ++bw) { -+ for (channel = 0; channel < CHANNEL_MAX_NUMBER_5G; ++channel) { -+ for (rateSection = 0; rateSection < MAX_RATE_SECTION_NUM; ++rateSection) { -+ tempPwrLmt = pHalData->TxPwrLimit_5G[regulation][bw][rateSection][channel][ODM_RF_PATH_A]; -+ if (tempPwrLmt == MAX_POWER_INDEX) { -+ u8 baseSection = 2, refSection = 6; -+ if (bw == 0 || bw == 1) { /* 5G 20M 40M VHT and HT can cross reference */ -+ /* DBG_871X("No power limit table of the specified band %d, bandwidth %d, ratesection %d, channel %d, rf path %d\n", */ -+ /* 1, bw, rateSection, channel, ODM_RF_PATH_A); */ -+ if (rateSection >= 2 && rateSection <= 9) { -+ if (rateSection == 2) { -+ baseSection = 2; -+ refSection = 6; -+ } else if (rateSection == 3) { -+ baseSection = 3; -+ refSection = 7; -+ } else if (rateSection == 4) { -+ baseSection = 4; -+ refSection = 8; -+ } else if (rateSection == 5) { -+ baseSection = 5; -+ refSection = 9; -+ } else if (rateSection == 6) { -+ baseSection = 6; -+ refSection = 2; -+ } else if (rateSection == 7) { -+ baseSection = 7; -+ refSection = 3; -+ } else if (rateSection == 8) { -+ baseSection = 8; -+ refSection = 4; -+ } else if (rateSection == 9) { -+ baseSection = 9; -+ refSection = 5; -+ } -+ pHalData->TxPwrLimit_5G[regulation][bw][baseSection][channel][ODM_RF_PATH_A] = -+ pHalData->TxPwrLimit_5G[regulation][bw][refSection][channel][ODM_RF_PATH_A]; -+ } -+ -+ /* DBG_871X("use other value %d", tempPwrLmt); */ -+ } -+ } -+ } -+ } -+ } -+ } -+} -+ -+void PHY_ConvertTxPowerLimitToPowerIndex(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u8 BW40PwrBasedBm2_4G = 0x2E; -+ u8 regulation, bw, channel, rateSection; -+ s8 tempValue = 0, tempPwrLmt = 0; -+ u8 rfPath = 0; -+ -+ /* DBG_871X("=====> PHY_ConvertTxPowerLimitToPowerIndex()\n"); */ -+ -+ phy_CrossReferenceHTAndVHTTxPowerLimit(Adapter); -+ -+ for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { -+ for (bw = 0; bw < MAX_2_4G_BANDWITH_NUM; ++bw) { -+ for (channel = 0; channel < CHANNEL_MAX_NUMBER_2G; ++channel) { -+ for (rateSection = 0; rateSection < MAX_RATE_SECTION_NUM; ++rateSection) { -+ tempPwrLmt = pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][ODM_RF_PATH_A]; -+ -+ for (rfPath = ODM_RF_PATH_A; rfPath < MAX_RF_PATH_NUM; ++rfPath) { -+ if (pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE) { -+ if (rateSection == 5) /* HT 4T */ -+ BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_4TX, HT_MCS24_MCS31); -+ else if (rateSection == 4) /* HT 3T */ -+ BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_3TX, HT_MCS16_MCS23); -+ else if (rateSection == 3) /* HT 2T */ -+ BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_2TX, HT_MCS8_MCS15); -+ else if (rateSection == 2) /* HT 1T */ -+ BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_1TX, HT_MCS0_MCS7); -+ else if (rateSection == 1) /* OFDM */ -+ BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_1TX, OFDM); -+ else if (rateSection == 0) /* CCK */ -+ BW40PwrBasedBm2_4G = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, RF_1TX, CCK); -+ } else -+ BW40PwrBasedBm2_4G = Adapter->registrypriv.RegPowerBase * 2; -+ -+ if (tempPwrLmt != MAX_POWER_INDEX) { -+ tempValue = tempPwrLmt - BW40PwrBasedBm2_4G; -+ pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][rfPath] = tempValue; -+ } -+ } -+ } -+ } -+ } -+ } -+ -+ /* DBG_871X("<===== PHY_ConvertTxPowerLimitToPowerIndex()\n"); */ -+} -+ -+void PHY_InitTxPowerLimit(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u8 i, j, k, l, m; -+ -+ /* DBG_871X("=====> PHY_InitTxPowerLimit()!\n"); */ -+ -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) { -+ for (j = 0; j < MAX_2_4G_BANDWITH_NUM; ++j) -+ for (k = 0; k < MAX_RATE_SECTION_NUM; ++k) -+ for (m = 0; m < CHANNEL_MAX_NUMBER_2G; ++m) -+ for (l = 0; l < MAX_RF_PATH_NUM; ++l) -+ pHalData->TxPwrLimit_2_4G[i][j][k][m][l] = MAX_POWER_INDEX; -+ } -+ -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) { -+ for (j = 0; j < MAX_5G_BANDWITH_NUM; ++j) -+ for (k = 0; k < MAX_RATE_SECTION_NUM; ++k) -+ for (m = 0; m < CHANNEL_MAX_NUMBER_5G; ++m) -+ for (l = 0; l < MAX_RF_PATH_NUM; ++l) -+ pHalData->TxPwrLimit_5G[i][j][k][m][l] = MAX_POWER_INDEX; -+ } -+ -+ /* DBG_871X("<===== PHY_InitTxPowerLimit()!\n"); */ -+} -+ -+void PHY_SetTxPowerLimit( -+ struct adapter *Adapter, -+ u8 *Regulation, -+ u8 *Band, -+ u8 *Bandwidth, -+ u8 *RateSection, -+ u8 *RfPath, -+ u8 *Channel, -+ u8 *PowerLimit -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u8 regulation = 0, bandwidth = 0, rateSection = 0, channel; -+ s8 powerLimit = 0, prevPowerLimit, channelIndex; -+ -+ /* DBG_871X("Index of power limit table [band %s][regulation %s][bw %s][rate section %s][rf path %s][chnl %s][val %s]\n", */ -+ /* Band, Regulation, Bandwidth, RateSection, RfPath, Channel, PowerLimit); */ -+ -+ if (!GetU1ByteIntegerFromStringInDecimal((s8 *)Channel, &channel) || -+ !GetU1ByteIntegerFromStringInDecimal((s8 *)PowerLimit, &powerLimit)) -+ DBG_871X("Illegal index of power limit table [chnl %s][val %s]\n", Channel, PowerLimit); -+ -+ powerLimit = powerLimit > MAX_POWER_INDEX ? MAX_POWER_INDEX : powerLimit; -+ -+ if (eqNByte(Regulation, (u8 *)("FCC"), 3)) -+ regulation = 0; -+ else if (eqNByte(Regulation, (u8 *)("MKK"), 3)) -+ regulation = 1; -+ else if (eqNByte(Regulation, (u8 *)("ETSI"), 4)) -+ regulation = 2; -+ else if (eqNByte(Regulation, (u8 *)("WW13"), 4)) -+ regulation = 3; -+ -+ if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) -+ rateSection = 0; -+ else if (eqNByte(RateSection, (u8 *)("OFDM"), 4) && eqNByte(RfPath, (u8 *)("1T"), 2)) -+ rateSection = 1; -+ else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("1T"), 2)) -+ rateSection = 2; -+ else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("2T"), 2)) -+ rateSection = 3; -+ else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("3T"), 2)) -+ rateSection = 4; -+ else if (eqNByte(RateSection, (u8 *)("HT"), 2) && eqNByte(RfPath, (u8 *)("4T"), 2)) -+ rateSection = 5; -+ else if (eqNByte(RateSection, (u8 *)("VHT"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) -+ rateSection = 6; -+ else if (eqNByte(RateSection, (u8 *)("VHT"), 3) && eqNByte(RfPath, (u8 *)("2T"), 2)) -+ rateSection = 7; -+ else if (eqNByte(RateSection, (u8 *)("VHT"), 3) && eqNByte(RfPath, (u8 *)("3T"), 2)) -+ rateSection = 8; -+ else if (eqNByte(RateSection, (u8 *)("VHT"), 3) && eqNByte(RfPath, (u8 *)("4T"), 2)) -+ rateSection = 9; -+ else { -+ DBG_871X("Wrong rate section!\n"); -+ return; -+ } -+ -+ -+ if (eqNByte(Bandwidth, (u8 *)("20M"), 3)) -+ bandwidth = 0; -+ else if (eqNByte(Bandwidth, (u8 *)("40M"), 3)) -+ bandwidth = 1; -+ else if (eqNByte(Bandwidth, (u8 *)("80M"), 3)) -+ bandwidth = 2; -+ else if (eqNByte(Bandwidth, (u8 *)("160M"), 4)) -+ bandwidth = 3; -+ -+ if (eqNByte(Band, (u8 *)("2.4G"), 4)) { -+ channelIndex = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_2_4G, channel); -+ -+ if (channelIndex == -1) -+ return; -+ -+ prevPowerLimit = pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A]; -+ -+ if (powerLimit < prevPowerLimit) -+ pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = powerLimit; -+ -+ /* DBG_871X("2.4G Band value : [regulation %d][bw %d][rate_section %d][chnl %d][val %d]\n", */ -+ /* regulation, bandwidth, rateSection, channelIndex, pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A]); */ -+ } else if (eqNByte(Band, (u8 *)("5G"), 2)) { -+ channelIndex = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_5G, channel); -+ -+ if (channelIndex == -1) -+ return; -+ -+ prevPowerLimit = pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A]; -+ -+ if (powerLimit < prevPowerLimit) -+ pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = powerLimit; -+ -+ /* DBG_871X("5G Band value : [regulation %d][bw %d][rate_section %d][chnl %d][val %d]\n", */ -+ /* regulation, bandwidth, rateSection, channel, pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A]); */ -+ } else { -+ DBG_871X("Cannot recognize the band info in %s\n", Band); -+ return; -+ } -+} -+ -+u8 PHY_GetTxPowerIndex( -+ struct adapter *padapter, -+ u8 RFPath, -+ u8 Rate, -+ enum CHANNEL_WIDTH BandWidth, -+ u8 Channel -+) -+{ -+ return PHY_GetTxPowerIndex_8723B(padapter, RFPath, Rate, BandWidth, Channel); -+} -+ -+void PHY_SetTxPowerIndex( -+ struct adapter *padapter, u32 PowerIndex, u8 RFPath, u8 Rate -+) -+{ -+ PHY_SetTxPowerIndex_8723B(padapter, PowerIndex, RFPath, Rate); -+} -+ -+void Hal_ChannelPlanToRegulation(struct adapter *Adapter, u16 ChannelPlan) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ pHalData->Regulation2_4G = TXPWR_LMT_WW; -+ pHalData->Regulation5G = TXPWR_LMT_WW; -+ -+ switch (ChannelPlan) { -+ case RT_CHANNEL_DOMAIN_WORLD_NULL: -+ pHalData->Regulation2_4G = TXPWR_LMT_WW; -+ break; -+ case RT_CHANNEL_DOMAIN_ETSI1_NULL: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_NULL: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_MKK1_NULL: -+ pHalData->Regulation2_4G = TXPWR_LMT_MKK; -+ break; -+ case RT_CHANNEL_DOMAIN_ETSI2_NULL: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_FCC1: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI1: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_MKK1_MKK1: -+ pHalData->Regulation2_4G = TXPWR_LMT_MKK; -+ pHalData->Regulation5G = TXPWR_LMT_MKK; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_KCC1: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_MKK; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_FCC2: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_FCC3: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_FCC4: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_FCC5: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_FCC6: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_FCC7: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI2: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI3: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_MKK1_MKK2: -+ pHalData->Regulation2_4G = TXPWR_LMT_MKK; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_MKK1_MKK3: -+ pHalData->Regulation2_4G = TXPWR_LMT_MKK; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_NCC1: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_NCC2: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_GLOBAL_NULL: -+ pHalData->Regulation2_4G = TXPWR_LMT_WW; -+ pHalData->Regulation5G = TXPWR_LMT_WW; -+ break; -+ case RT_CHANNEL_DOMAIN_ETSI1_ETSI4: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_FCC2: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_NCC3: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI5: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_FCC8: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI6: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI7: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI8: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI9: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI10: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI11: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_NCC4: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI12: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_FCC9: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_WORLD_ETSI13: -+ pHalData->Regulation2_4G = TXPWR_LMT_ETSI; -+ pHalData->Regulation5G = TXPWR_LMT_ETSI; -+ break; -+ case RT_CHANNEL_DOMAIN_FCC1_FCC10: -+ pHalData->Regulation2_4G = TXPWR_LMT_FCC; -+ pHalData->Regulation5G = TXPWR_LMT_FCC; -+ break; -+ case RT_CHANNEL_DOMAIN_REALTEK_DEFINE: /* Realtek Reserve */ -+ pHalData->Regulation2_4G = TXPWR_LMT_WW; -+ pHalData->Regulation5G = TXPWR_LMT_WW; -+ break; -+ default: -+ break; -+ } -+} -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ -+static char file_path_bs[PATH_MAX]; -+ -+#define GetLineFromBuffer(buffer) strsep(&buffer, "\n") -+ -+int phy_ConfigMACWithParaFile(struct adapter *Adapter, char *pFileName) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegValue, u4bMove; -+ -+ if (!(Adapter->registrypriv.load_phy_file & LOAD_MAC_PARA_FILE)) -+ return rtStatus; -+ -+ memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->mac_reg_len == 0) && (pHalData->mac_reg == NULL)) { -+ rtw_merge_string(file_path_bs, PATH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(file_path_bs) == true) { -+ rlen = rtw_retrive_from_file(file_path_bs, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) { -+ rtStatus = _SUCCESS; -+ pHalData->mac_reg = vzalloc(rlen); -+ if (pHalData->mac_reg) { -+ memcpy(pHalData->mac_reg, pHalData->para_file_buf, rlen); -+ pHalData->mac_reg_len = rlen; -+ } else -+ DBG_871X("%s mac_reg alloc fail !\n", __func__); -+ } -+ } -+ } else { -+ if ((pHalData->mac_reg_len != 0) && (pHalData->mac_reg != NULL)) { -+ memcpy(pHalData->para_file_buf, pHalData->mac_reg, pHalData->mac_reg_len); -+ rtStatus = _SUCCESS; -+ } else -+ DBG_871X("%s(): Critical Error !!!\n", __func__); -+ } -+ -+ if (rtStatus == _SUCCESS) { -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) { -+ if (!IsCommentString(szLine)) { -+ /* Get 1st hex value as register offset */ -+ if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) { -+ if (u4bRegOffset == 0xffff) /* Ending. */ -+ break; -+ -+ /* Get 2nd hex value as register value. */ -+ szLine += u4bMove; -+ if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) -+ rtw_write8(Adapter, u4bRegOffset, (u8)u4bRegValue); -+ } -+ } -+ } -+ } else -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __func__, pFileName); -+ -+ return rtStatus; -+} -+ -+int phy_ConfigBBWithParaFile( -+ struct adapter *Adapter, char *pFileName, u32 ConfigType -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegValue, u4bMove; -+ char *pBuf = NULL; -+ u32 *pBufLen = NULL; -+ -+ if (!(Adapter->registrypriv.load_phy_file & LOAD_BB_PARA_FILE)) -+ return rtStatus; -+ -+ switch (ConfigType) { -+ case CONFIG_BB_PHY_REG: -+ pBuf = pHalData->bb_phy_reg; -+ pBufLen = &pHalData->bb_phy_reg_len; -+ break; -+ case CONFIG_BB_AGC_TAB: -+ pBuf = pHalData->bb_agc_tab; -+ pBufLen = &pHalData->bb_agc_tab_len; -+ break; -+ default: -+ DBG_871X("Unknown ConfigType!! %d\r\n", ConfigType); -+ break; -+ } -+ -+ memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) { -+ rtw_merge_string(file_path_bs, PATH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(file_path_bs) == true) { -+ rlen = rtw_retrive_from_file(file_path_bs, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) { -+ rtStatus = _SUCCESS; -+ pBuf = vzalloc(rlen); -+ if (pBuf) { -+ memcpy(pBuf, pHalData->para_file_buf, rlen); -+ *pBufLen = rlen; -+ -+ switch (ConfigType) { -+ case CONFIG_BB_PHY_REG: -+ pHalData->bb_phy_reg = pBuf; -+ break; -+ case CONFIG_BB_AGC_TAB: -+ pHalData->bb_agc_tab = pBuf; -+ break; -+ } -+ } else -+ DBG_871X("%s(): ConfigType %d alloc fail !\n", __func__, ConfigType); -+ } -+ } -+ } else { -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) { -+ memcpy(pHalData->para_file_buf, pBuf, *pBufLen); -+ rtStatus = _SUCCESS; -+ } else -+ DBG_871X("%s(): Critical Error !!!\n", __func__); -+ } -+ -+ if (rtStatus == _SUCCESS) { -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) { -+ if (!IsCommentString(szLine)) { -+ /* Get 1st hex value as register offset. */ -+ if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) { -+ if (u4bRegOffset == 0xffff) /* Ending. */ -+ break; -+ else if (u4bRegOffset == 0xfe || u4bRegOffset == 0xffe) -+ msleep(50); -+ else if (u4bRegOffset == 0xfd) -+ mdelay(5); -+ else if (u4bRegOffset == 0xfc) -+ mdelay(1); -+ else if (u4bRegOffset == 0xfb) -+ udelay(50); -+ else if (u4bRegOffset == 0xfa) -+ udelay(5); -+ else if (u4bRegOffset == 0xf9) -+ udelay(1); -+ -+ /* Get 2nd hex value as register value. */ -+ szLine += u4bMove; -+ if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) { -+ /* DBG_871X("[BB-ADDR]%03lX =%08lX\n", u4bRegOffset, u4bRegValue); */ -+ PHY_SetBBReg(Adapter, u4bRegOffset, bMaskDWord, u4bRegValue); -+ -+ if (u4bRegOffset == 0xa24) -+ pHalData->odmpriv.RFCalibrateInfo.RegA24 = u4bRegValue; -+ -+ /* Add 1us delay between BB/RF register setting. */ -+ udelay(1); -+ } -+ } -+ } -+ } -+ } else -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __func__, pFileName); -+ -+ return rtStatus; -+} -+ -+static void phy_DecryptBBPgParaFile(struct adapter *Adapter, char *buffer) -+{ -+ u32 i = 0, j = 0; -+ u8 map[95] = {0}; -+ u8 currentChar; -+ char *BufOfLines, *ptmp; -+ -+ /* DBG_871X("=====>phy_DecryptBBPgParaFile()\n"); */ -+ /* 32 the ascii code of the first visable char, 126 the last one */ -+ for (i = 0; i < 95; ++i) -+ map[i] = (u8) (94 - i); -+ -+ ptmp = buffer; -+ i = 0; -+ for (BufOfLines = GetLineFromBuffer(ptmp); BufOfLines != NULL; BufOfLines = GetLineFromBuffer(ptmp)) { -+ /* DBG_871X("Encrypted Line: %s\n", BufOfLines); */ -+ -+ for (j = 0; j < strlen(BufOfLines); ++j) { -+ currentChar = BufOfLines[j]; -+ -+ if (currentChar == '\0') -+ break; -+ -+ currentChar -= (u8) ((((i + j) * 3) % 128)); -+ -+ BufOfLines[j] = map[currentChar - 32] + 32; -+ } -+ /* DBG_871X("Decrypted Line: %s\n", BufOfLines); */ -+ if (strlen(BufOfLines) != 0) -+ i++; -+ BufOfLines[strlen(BufOfLines)] = '\n'; -+ } -+} -+ -+static int phy_ParseBBPgParaFile(struct adapter *Adapter, char *buffer) -+{ -+ int rtStatus = _SUCCESS; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegMask, u4bRegValue; -+ u32 u4bMove; -+ bool firstLine = true; -+ u8 tx_num = 0; -+ u8 band = 0, rf_path = 0; -+ -+ /* DBG_871X("=====>phy_ParseBBPgParaFile()\n"); */ -+ -+ if (Adapter->registrypriv.RegDecryptCustomFile == 1) -+ phy_DecryptBBPgParaFile(Adapter, buffer); -+ -+ ptmp = buffer; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) { -+ if (!IsCommentString(szLine)) { -+ if (isAllSpaceOrTab(szLine, sizeof(*szLine))) -+ continue; -+ -+ /* Get header info (relative value or exact value) */ -+ if (firstLine) { -+ if (eqNByte(szLine, (u8 *)("#[v1]"), 5)) { -+ -+ pHalData->odmpriv.PhyRegPgVersion = szLine[3] - '0'; -+ /* DBG_871X("This is a new format PHY_REG_PG.txt\n"); */ -+ } else if (eqNByte(szLine, (u8 *)("#[v0]"), 5)) { -+ pHalData->odmpriv.PhyRegPgVersion = szLine[3] - '0'; -+ /* DBG_871X("This is a old format PHY_REG_PG.txt ok\n"); */ -+ } else { -+ DBG_871X("The format in PHY_REG_PG are invalid %s\n", szLine); -+ return _FAIL; -+ } -+ -+ if (eqNByte(szLine + 5, (u8 *)("[Exact]#"), 8)) { -+ pHalData->odmpriv.PhyRegPgValueType = PHY_REG_PG_EXACT_VALUE; -+ /* DBG_871X("The values in PHY_REG_PG are exact values ok\n"); */ -+ firstLine = false; -+ continue; -+ } else if (eqNByte(szLine + 5, (u8 *)("[Relative]#"), 11)) { -+ pHalData->odmpriv.PhyRegPgValueType = PHY_REG_PG_RELATIVE_VALUE; -+ /* DBG_871X("The values in PHY_REG_PG are relative values ok\n"); */ -+ firstLine = false; -+ continue; -+ } else { -+ DBG_871X("The values in PHY_REG_PG are invalid %s\n", szLine); -+ return _FAIL; -+ } -+ } -+ -+ if (pHalData->odmpriv.PhyRegPgVersion == 0) { -+ /* Get 1st hex value as register offset. */ -+ if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) { -+ szLine += u4bMove; -+ if (u4bRegOffset == 0xffff) /* Ending. */ -+ break; -+ -+ /* Get 2nd hex value as register mask. */ -+ if (GetHexValueFromString(szLine, &u4bRegMask, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ if (pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_RELATIVE_VALUE) { -+ /* Get 3rd hex value as register value. */ -+ if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) { -+ PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, u4bRegValue); -+ /* DBG_871X("[ADDR] %03X =%08X Mask =%08x\n", u4bRegOffset, u4bRegValue, u4bRegMask); */ -+ } else -+ return _FAIL; -+ } else if (pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE) { -+ u32 combineValue = 0; -+ u8 integer = 0, fraction = 0; -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue <<= 8; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue <<= 8; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue <<= 8; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); -+ -+ /* DBG_871X("[ADDR] 0x%3x = 0x%4x\n", u4bRegOffset, combineValue); */ -+ } -+ } -+ } else if (pHalData->odmpriv.PhyRegPgVersion > 0) { -+ u32 index = 0; -+ -+ if (eqNByte(szLine, "0xffff", 6)) -+ break; -+ -+ if (!eqNByte("#[END]#", szLine, 7)) { -+ /* load the table label info */ -+ if (szLine[0] == '#') { -+ index = 0; -+ if (eqNByte(szLine, "#[2.4G]", 7)) { -+ band = BAND_ON_2_4G; -+ index += 8; -+ } else if (eqNByte(szLine, "#[5G]", 5)) { -+ band = BAND_ON_5G; -+ index += 6; -+ } else { -+ DBG_871X("Invalid band %s in PHY_REG_PG.txt\n", szLine); -+ return _FAIL; -+ } -+ -+ rf_path = szLine[index] - 'A'; -+ /* DBG_871X(" Table label Band %d, RfPath %d\n", band, rf_path); */ -+ } else { /* load rows of tables */ -+ if (szLine[1] == '1') -+ tx_num = RF_1TX; -+ else if (szLine[1] == '2') -+ tx_num = RF_2TX; -+ else if (szLine[1] == '3') -+ tx_num = RF_3TX; -+ else if (szLine[1] == '4') -+ tx_num = RF_4TX; -+ else { -+ DBG_871X("Invalid row in PHY_REG_PG.txt %c\n", szLine[1]); -+ return _FAIL; -+ } -+ -+ while (szLine[index] != ']') -+ ++index; -+ ++index;/* skip ] */ -+ -+ /* Get 2nd hex value as register offset. */ -+ szLine += index; -+ if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ /* Get 2nd hex value as register mask. */ -+ if (GetHexValueFromString(szLine, &u4bRegMask, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ if (pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_RELATIVE_VALUE) { -+ /* Get 3rd hex value as register value. */ -+ if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) { -+ PHY_StoreTxPowerByRate(Adapter, band, rf_path, tx_num, u4bRegOffset, u4bRegMask, u4bRegValue); -+ /* DBG_871X("[ADDR] %03X (tx_num %d) =%08X Mask =%08x\n", u4bRegOffset, tx_num, u4bRegValue, u4bRegMask); */ -+ } else -+ return _FAIL; -+ } else if (pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE) { -+ u32 combineValue = 0; -+ u8 integer = 0, fraction = 0; -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue <<= 8; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue <<= 8; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ -+ if (GetFractionValueFromString(szLine, &integer, &fraction, &u4bMove)) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if (fraction == 5) -+ integer += 1; -+ combineValue <<= 8; -+ combineValue |= (((integer / 10) << 4) + (integer % 10)); -+ /* DBG_871X(" %d", integer); */ -+ PHY_StoreTxPowerByRate(Adapter, band, rf_path, tx_num, u4bRegOffset, u4bRegMask, combineValue); -+ -+ /* DBG_871X("[ADDR] 0x%3x (tx_num %d) = 0x%4x\n", u4bRegOffset, tx_num, combineValue); */ -+ } -+ } -+ } -+ } -+ } -+ } -+ /* DBG_871X("<=====phy_ParseBBPgParaFile()\n"); */ -+ return rtStatus; -+} -+ -+int phy_ConfigBBWithPgParaFile(struct adapter *Adapter, char *pFileName) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ -+ if (!(Adapter->registrypriv.load_phy_file & LOAD_BB_PG_PARA_FILE)) -+ return rtStatus; -+ -+ memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->bb_phy_reg_pg_len == 0) && (pHalData->bb_phy_reg_pg == NULL)) { -+ rtw_merge_string(file_path_bs, PATH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(file_path_bs) == true) { -+ rlen = rtw_retrive_from_file(file_path_bs, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) { -+ rtStatus = _SUCCESS; -+ pHalData->bb_phy_reg_pg = vzalloc(rlen); -+ if (pHalData->bb_phy_reg_pg) { -+ memcpy(pHalData->bb_phy_reg_pg, pHalData->para_file_buf, rlen); -+ pHalData->bb_phy_reg_pg_len = rlen; -+ } else -+ DBG_871X("%s bb_phy_reg_pg alloc fail !\n", __func__); -+ } -+ } -+ } else { -+ if ((pHalData->bb_phy_reg_pg_len != 0) && (pHalData->bb_phy_reg_pg != NULL)) { -+ memcpy(pHalData->para_file_buf, pHalData->bb_phy_reg_pg, pHalData->bb_phy_reg_pg_len); -+ rtStatus = _SUCCESS; -+ } else -+ DBG_871X("%s(): Critical Error !!!\n", __func__); -+ } -+ -+ if (rtStatus == _SUCCESS) { -+ /* DBG_871X("phy_ConfigBBWithPgParaFile(): read %s ok\n", pFileName); */ -+ phy_ParseBBPgParaFile(Adapter, pHalData->para_file_buf); -+ } else -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __func__, pFileName); -+ -+ return rtStatus; -+} -+ -+int PHY_ConfigRFWithParaFile( -+ struct adapter *Adapter, char *pFileName, u8 eRFPath -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegValue, u4bMove; -+ u16 i; -+ char *pBuf = NULL; -+ u32 *pBufLen = NULL; -+ -+ if (!(Adapter->registrypriv.load_phy_file & LOAD_RF_PARA_FILE)) -+ return rtStatus; -+ -+ switch (eRFPath) { -+ case ODM_RF_PATH_A: -+ pBuf = pHalData->rf_radio_a; -+ pBufLen = &pHalData->rf_radio_a_len; -+ break; -+ case ODM_RF_PATH_B: -+ pBuf = pHalData->rf_radio_b; -+ pBufLen = &pHalData->rf_radio_b_len; -+ break; -+ default: -+ DBG_871X("Unknown RF path!! %d\r\n", eRFPath); -+ break; -+ } -+ -+ memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) { -+ rtw_merge_string(file_path_bs, PATH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(file_path_bs) == true) { -+ rlen = rtw_retrive_from_file(file_path_bs, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) { -+ rtStatus = _SUCCESS; -+ pBuf = vzalloc(rlen); -+ if (pBuf) { -+ memcpy(pBuf, pHalData->para_file_buf, rlen); -+ *pBufLen = rlen; -+ -+ switch (eRFPath) { -+ case ODM_RF_PATH_A: -+ pHalData->rf_radio_a = pBuf; -+ break; -+ case ODM_RF_PATH_B: -+ pHalData->rf_radio_b = pBuf; -+ break; -+ } -+ } else -+ DBG_871X("%s(): eRFPath =%d alloc fail !\n", __func__, eRFPath); -+ } -+ } -+ } else { -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) { -+ memcpy(pHalData->para_file_buf, pBuf, *pBufLen); -+ rtStatus = _SUCCESS; -+ } else -+ DBG_871X("%s(): Critical Error !!!\n", __func__); -+ } -+ -+ if (rtStatus == _SUCCESS) { -+ /* DBG_871X("%s(): read %s successfully\n", __func__, pFileName); */ -+ -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) { -+ if (!IsCommentString(szLine)) { -+ /* Get 1st hex value as register offset. */ -+ if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) { -+ if (u4bRegOffset == 0xfe || u4bRegOffset == 0xffe) /* Deay specific ms. Only RF configuration require delay. */ -+ msleep(50); -+ else if (u4bRegOffset == 0xfd) { -+ /* mdelay(5); */ -+ for (i = 0; i < 100; i++) -+ udelay(MAX_STALL_TIME); -+ } else if (u4bRegOffset == 0xfc) { -+ /* mdelay(1); */ -+ for (i = 0; i < 20; i++) -+ udelay(MAX_STALL_TIME); -+ } else if (u4bRegOffset == 0xfb) -+ udelay(50); -+ else if (u4bRegOffset == 0xfa) -+ udelay(5); -+ else if (u4bRegOffset == 0xf9) -+ udelay(1); -+ else if (u4bRegOffset == 0xffff) -+ break; -+ -+ /* Get 2nd hex value as register value. */ -+ szLine += u4bMove; -+ if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) { -+ PHY_SetRFReg(Adapter, eRFPath, u4bRegOffset, bRFRegOffsetMask, u4bRegValue); -+ -+ /* Temp add, for frequency lock, if no delay, that may cause */ -+ /* frequency shift, ex: 2412MHz => 2417MHz */ -+ /* If frequency shift, the following action may works. */ -+ /* Fractional-N table in radio_a.txt */ -+ /* 0x2a 0x00001 channel 1 */ -+ /* 0x2b 0x00808 frequency divider. */ -+ /* 0x2b 0x53333 */ -+ /* 0x2c 0x0000c */ -+ udelay(1); -+ } -+ } -+ } -+ } -+ } else -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __func__, pFileName); -+ -+ return rtStatus; -+} -+ -+static void initDeltaSwingIndexTables( -+ struct adapter *Adapter, -+ char *Band, -+ char *Path, -+ char *Sign, -+ char *Channel, -+ char *Rate, -+ char *Data -+) -+{ -+ #define STR_EQUAL_5G(_band, _path, _sign, _rate, _chnl) \ -+ ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ -+ (strcmp(Rate, _rate) == 0) && (strcmp(Channel, _chnl) == 0)\ -+ ) -+ #define STR_EQUAL_2G(_band, _path, _sign, _rate) \ -+ ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ -+ (strcmp(Rate, _rate) == 0)\ -+ ) -+ -+ #define STORE_SWING_TABLE(_array, _iteratedIdx) \ -+ for (token = strsep(&Data, delim); token != NULL; token = strsep(&Data, delim)) {\ -+ sscanf(token, "%d", &idx);\ -+ _array[_iteratedIdx++] = (u8)idx;\ -+ } \ -+ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u32 j = 0; -+ char *token; -+ char delim[] = ","; -+ u32 idx = 0; -+ -+ /* DBG_871X("===>initDeltaSwingIndexTables(): Band: %s;\nPath: %s;\nSign: %s;\nChannel: %s;\nRate: %s;\n, Data: %s;\n", */ -+ /* Band, Path, Sign, Channel, Rate, Data); */ -+ -+ if (STR_EQUAL_2G("2G", "A", "+", "CCK")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, j); -+ } else if (STR_EQUAL_2G("2G", "A", "-", "CCK")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, j); -+ } else if (STR_EQUAL_2G("2G", "B", "+", "CCK")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, j); -+ } else if (STR_EQUAL_2G("2G", "B", "-", "CCK")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, j); -+ } else if (STR_EQUAL_2G("2G", "A", "+", "ALL")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, j); -+ } else if (STR_EQUAL_2G("2G", "A", "-", "ALL")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, j); -+ } else if (STR_EQUAL_2G("2G", "B", "+", "ALL")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, j); -+ } else if (STR_EQUAL_2G("2G", "B", "-", "ALL")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, j); -+ } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "0")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[0], j); -+ } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "0")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[0], j); -+ } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "0")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[0], j); -+ } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "0")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[0], j); -+ } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "1")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[1], j); -+ } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "1")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[1], j); -+ } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "1")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[1], j); -+ } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "1")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[1], j); -+ } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "2")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[2], j); -+ } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "2")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[2], j); -+ } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "2")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[2], j); -+ } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "2")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[2], j); -+ } else if (STR_EQUAL_5G("5G", "A", "+", "ALL", "3")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[3], j); -+ } else if (STR_EQUAL_5G("5G", "A", "-", "ALL", "3")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[3], j); -+ } else if (STR_EQUAL_5G("5G", "B", "+", "ALL", "3")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[3], j); -+ } else if (STR_EQUAL_5G("5G", "B", "-", "ALL", "3")) { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[3], j); -+ } else -+ DBG_871X("===>initDeltaSwingIndexTables(): The input is invalid!!\n"); -+} -+ -+int PHY_ConfigRFWithTxPwrTrackParaFile(struct adapter *Adapter, char *pFileName) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 i = 0; -+ -+ if (!(Adapter->registrypriv.load_phy_file & LOAD_RF_TXPWR_TRACK_PARA_FILE)) -+ return rtStatus; -+ -+ memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->rf_tx_pwr_track_len == 0) && (pHalData->rf_tx_pwr_track == NULL)) { -+ rtw_merge_string(file_path_bs, PATH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(file_path_bs) == true) { -+ rlen = rtw_retrive_from_file(file_path_bs, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) { -+ rtStatus = _SUCCESS; -+ pHalData->rf_tx_pwr_track = vzalloc(rlen); -+ if (pHalData->rf_tx_pwr_track) { -+ memcpy(pHalData->rf_tx_pwr_track, pHalData->para_file_buf, rlen); -+ pHalData->rf_tx_pwr_track_len = rlen; -+ } else -+ DBG_871X("%s rf_tx_pwr_track alloc fail !\n", __func__); -+ } -+ } -+ } else { -+ if ((pHalData->rf_tx_pwr_track_len != 0) && (pHalData->rf_tx_pwr_track != NULL)) { -+ memcpy(pHalData->para_file_buf, pHalData->rf_tx_pwr_track, pHalData->rf_tx_pwr_track_len); -+ rtStatus = _SUCCESS; -+ } else -+ DBG_871X("%s(): Critical Error !!!\n", __func__); -+ } -+ -+ if (rtStatus == _SUCCESS) { -+ /* DBG_871X("%s(): read %s successfully\n", __func__, pFileName); */ -+ -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) { -+ if (!IsCommentString(szLine)) { -+ char band[5] = "", path[5] = "", sign[5] = ""; -+ char chnl[5] = "", rate[10] = ""; -+ char data[300] = ""; /* 100 is too small */ -+ -+ if (strlen(szLine) < 10 || szLine[0] != '[') -+ continue; -+ -+ strncpy(band, szLine+1, 2); -+ strncpy(path, szLine+5, 1); -+ strncpy(sign, szLine+8, 1); -+ -+ i = 10; /* szLine+10 */ -+ if (!ParseQualifiedString(szLine, &i, rate, '[', ']')) { -+ /* DBG_871X("Fail to parse rate!\n"); */ -+ } -+ if (!ParseQualifiedString(szLine, &i, chnl, '[', ']')) { -+ /* DBG_871X("Fail to parse channel group!\n"); */ -+ } -+ while (szLine[i] != '{' && i < strlen(szLine)) -+ i++; -+ if (!ParseQualifiedString(szLine, &i, data, '{', '}')) { -+ /* DBG_871X("Fail to parse data!\n"); */ -+ } -+ -+ initDeltaSwingIndexTables(Adapter, band, path, sign, chnl, rate, data); -+ } -+ } -+ } else -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __func__, pFileName); -+ -+ return rtStatus; -+} -+ -+static int phy_ParsePowerLimitTableFile(struct adapter *Adapter, char *buffer) -+{ -+ u32 i = 0, forCnt = 0; -+ u8 loadingStage = 0, limitValue = 0, fraction = 0; -+ char *szLine, *ptmp; -+ int rtStatus = _SUCCESS; -+ char band[10], bandwidth[10], rateSection[10], -+ regulation[TXPWR_LMT_MAX_REGULATION_NUM][10], rfPath[10], colNumBuf[10]; -+ u8 colNum = 0; -+ -+ DBG_871X("===>phy_ParsePowerLimitTableFile()\n"); -+ -+ if (Adapter->registrypriv.RegDecryptCustomFile == 1) -+ phy_DecryptBBPgParaFile(Adapter, buffer); -+ -+ ptmp = buffer; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) { -+ /* skip comment */ -+ if (IsCommentString(szLine)) { -+ continue; -+ } -+ -+ if (loadingStage == 0) { -+ for (forCnt = 0; forCnt < TXPWR_LMT_MAX_REGULATION_NUM; ++forCnt) -+ memset((void *) regulation[forCnt], 0, 10); -+ -+ memset((void *) band, 0, 10); -+ memset((void *) bandwidth, 0, 10); -+ memset((void *) rateSection, 0, 10); -+ memset((void *) rfPath, 0, 10); -+ memset((void *) colNumBuf, 0, 10); -+ -+ if (szLine[0] != '#' || szLine[1] != '#') -+ continue; -+ -+ /* skip the space */ -+ i = 2; -+ while (szLine[i] == ' ' || szLine[i] == '\t') -+ ++i; -+ -+ szLine[--i] = ' '; /* return the space in front of the regulation info */ -+ -+ /* Parse the label of the table */ -+ if (!ParseQualifiedString(szLine, &i, band, ' ', ',')) { -+ DBG_871X("Fail to parse band!\n"); -+ return _FAIL; -+ } -+ if (!ParseQualifiedString(szLine, &i, bandwidth, ' ', ',')) { -+ DBG_871X("Fail to parse bandwidth!\n"); -+ return _FAIL; -+ } -+ if (!ParseQualifiedString(szLine, &i, rfPath, ' ', ',')) { -+ DBG_871X("Fail to parse rf path!\n"); -+ return _FAIL; -+ } -+ if (!ParseQualifiedString(szLine, &i, rateSection, ' ', ',')) { -+ DBG_871X("Fail to parse rate!\n"); -+ return _FAIL; -+ } -+ -+ loadingStage = 1; -+ } else if (loadingStage == 1) { -+ if (szLine[0] != '#' || szLine[1] != '#') -+ continue; -+ -+ /* skip the space */ -+ i = 2; -+ while (szLine[i] == ' ' || szLine[i] == '\t') -+ ++i; -+ -+ if (!eqNByte((u8 *)(szLine + i), (u8 *)("START"), 5)) { -+ DBG_871X("Lost \"## START\" label\n"); -+ return _FAIL; -+ } -+ -+ loadingStage = 2; -+ } else if (loadingStage == 2) { -+ if (szLine[0] != '#' || szLine[1] != '#') -+ continue; -+ -+ /* skip the space */ -+ i = 2; -+ while (szLine[i] == ' ' || szLine[i] == '\t') -+ ++i; -+ -+ if (!ParseQualifiedString(szLine, &i, colNumBuf, '#', '#')) { -+ DBG_871X("Fail to parse column number!\n"); -+ return _FAIL; -+ } -+ -+ if (!GetU1ByteIntegerFromStringInDecimal(colNumBuf, &colNum)) -+ return _FAIL; -+ -+ if (colNum > TXPWR_LMT_MAX_REGULATION_NUM) { -+ DBG_871X( -+ "unvalid col number %d (greater than max %d)\n", -+ colNum, TXPWR_LMT_MAX_REGULATION_NUM -+ ); -+ return _FAIL; -+ } -+ -+ for (forCnt = 0; forCnt < colNum; ++forCnt) { -+ u8 regulation_name_cnt = 0; -+ -+ /* skip the space */ -+ while (szLine[i] == ' ' || szLine[i] == '\t') -+ ++i; -+ -+ while (szLine[i] != ' ' && szLine[i] != '\t' && szLine[i] != '\0') -+ regulation[forCnt][regulation_name_cnt++] = szLine[i++]; -+ /* DBG_871X("regulation %s!\n", regulation[forCnt]); */ -+ -+ if (regulation_name_cnt == 0) { -+ DBG_871X("unvalid number of regulation!\n"); -+ return _FAIL; -+ } -+ } -+ -+ loadingStage = 3; -+ } else if (loadingStage == 3) { -+ char channel[10] = {0}, powerLimit[10] = {0}; -+ u8 cnt = 0; -+ -+ /* the table ends */ -+ if (szLine[0] == '#' && szLine[1] == '#') { -+ i = 2; -+ while (szLine[i] == ' ' || szLine[i] == '\t') -+ ++i; -+ -+ if (eqNByte((u8 *)(szLine + i), (u8 *)("END"), 3)) { -+ loadingStage = 0; -+ continue; -+ } else { -+ DBG_871X("Wrong format\n"); -+ DBG_871X("<===== phy_ParsePowerLimitTableFile()\n"); -+ return _FAIL; -+ } -+ } -+ -+ if ((szLine[0] != 'c' && szLine[0] != 'C') || -+ (szLine[1] != 'h' && szLine[1] != 'H')) { -+ DBG_871X("Meet wrong channel => power limt pair\n"); -+ continue; -+ } -+ i = 2;/* move to the location behind 'h' */ -+ -+ /* load the channel number */ -+ cnt = 0; -+ while (szLine[i] >= '0' && szLine[i] <= '9') { -+ channel[cnt] = szLine[i]; -+ ++cnt; -+ ++i; -+ } -+ /* DBG_871X("chnl %s!\n", channel); */ -+ -+ for (forCnt = 0; forCnt < colNum; ++forCnt) { -+ /* skip the space between channel number and the power limit value */ -+ while (szLine[i] == ' ' || szLine[i] == '\t') -+ ++i; -+ -+ /* load the power limit value */ -+ cnt = 0; -+ fraction = 0; -+ memset((void *) powerLimit, 0, 10); -+ while ((szLine[i] >= '0' && szLine[i] <= '9') || szLine[i] == '.') { -+ if (szLine[i] == '.') { -+ if ((szLine[i+1] >= '0' && szLine[i+1] <= '9')) { -+ fraction = szLine[i+1]; -+ i += 2; -+ } else { -+ DBG_871X("Wrong fraction in TXPWR_LMT.txt\n"); -+ return _FAIL; -+ } -+ -+ break; -+ } -+ -+ powerLimit[cnt] = szLine[i]; -+ ++cnt; -+ ++i; -+ } -+ -+ if (powerLimit[0] == '\0') { -+ powerLimit[0] = '6'; -+ powerLimit[1] = '3'; -+ i += 2; -+ } else { -+ if (!GetU1ByteIntegerFromStringInDecimal(powerLimit, &limitValue)) -+ return _FAIL; -+ -+ limitValue *= 2; -+ cnt = 0; -+ if (fraction == '5') -+ ++limitValue; -+ -+ /* the value is greater or equal to 100 */ -+ if (limitValue >= 100) { -+ powerLimit[cnt++] = limitValue/100 + '0'; -+ limitValue %= 100; -+ -+ if (limitValue >= 10) { -+ powerLimit[cnt++] = limitValue/10 + '0'; -+ limitValue %= 10; -+ } else -+ powerLimit[cnt++] = '0'; -+ -+ powerLimit[cnt++] = limitValue + '0'; -+ } else if (limitValue >= 10) { /* the value is greater or equal to 10 */ -+ powerLimit[cnt++] = limitValue/10 + '0'; -+ limitValue %= 10; -+ powerLimit[cnt++] = limitValue + '0'; -+ } -+ /* the value is less than 10 */ -+ else -+ powerLimit[cnt++] = limitValue + '0'; -+ -+ powerLimit[cnt] = '\0'; -+ } -+ -+ /* DBG_871X("ch%s => %s\n", channel, powerLimit); */ -+ -+ /* store the power limit value */ -+ PHY_SetTxPowerLimit(Adapter, (u8 *)regulation[forCnt], (u8 *)band, -+ (u8 *)bandwidth, (u8 *)rateSection, (u8 *)rfPath, (u8 *)channel, (u8 *)powerLimit); -+ -+ } -+ } else { -+ DBG_871X("Abnormal loading stage in phy_ParsePowerLimitTableFile()!\n"); -+ rtStatus = _FAIL; -+ break; -+ } -+ } -+ -+ DBG_871X("<===phy_ParsePowerLimitTableFile()\n"); -+ return rtStatus; -+} -+ -+int PHY_ConfigRFWithPowerLimitTableParaFile( -+ struct adapter *Adapter, char *pFileName -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ -+ if (!(Adapter->registrypriv.load_phy_file & LOAD_RF_TXPWR_LMT_PARA_FILE)) -+ return rtStatus; -+ -+ memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->rf_tx_pwr_lmt_len == 0) && (pHalData->rf_tx_pwr_lmt == NULL)) { -+ rtw_merge_string(file_path_bs, PATH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(file_path_bs) == true) { -+ rlen = rtw_retrive_from_file(file_path_bs, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) { -+ rtStatus = _SUCCESS; -+ pHalData->rf_tx_pwr_lmt = vzalloc(rlen); -+ if (pHalData->rf_tx_pwr_lmt) { -+ memcpy(pHalData->rf_tx_pwr_lmt, pHalData->para_file_buf, rlen); -+ pHalData->rf_tx_pwr_lmt_len = rlen; -+ } else -+ DBG_871X("%s rf_tx_pwr_lmt alloc fail !\n", __func__); -+ } -+ } -+ } else { -+ if ((pHalData->rf_tx_pwr_lmt_len != 0) && (pHalData->rf_tx_pwr_lmt != NULL)) { -+ memcpy(pHalData->para_file_buf, pHalData->rf_tx_pwr_lmt, pHalData->rf_tx_pwr_lmt_len); -+ rtStatus = _SUCCESS; -+ } else -+ DBG_871X("%s(): Critical Error !!!\n", __func__); -+ } -+ -+ if (rtStatus == _SUCCESS) { -+ /* DBG_871X("%s(): read %s ok\n", __func__, pFileName); */ -+ rtStatus = phy_ParsePowerLimitTableFile(Adapter, pHalData->para_file_buf); -+ } else -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __func__, pFileName); -+ -+ return rtStatus; -+} -+ -+void phy_free_filebuf(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ if (pHalData->mac_reg) -+ vfree(pHalData->mac_reg); -+ if (pHalData->bb_phy_reg) -+ vfree(pHalData->bb_phy_reg); -+ if (pHalData->bb_agc_tab) -+ vfree(pHalData->bb_agc_tab); -+ if (pHalData->bb_phy_reg_pg) -+ vfree(pHalData->bb_phy_reg_pg); -+ if (pHalData->bb_phy_reg_mp) -+ vfree(pHalData->bb_phy_reg_mp); -+ if (pHalData->rf_radio_a) -+ vfree(pHalData->rf_radio_a); -+ if (pHalData->rf_radio_b) -+ vfree(pHalData->rf_radio_b); -+ if (pHalData->rf_tx_pwr_track) -+ vfree(pHalData->rf_tx_pwr_track); -+ if (pHalData->rf_tx_pwr_lmt) -+ vfree(pHalData->rf_tx_pwr_lmt); -+ -+} -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.c linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.c ---- linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,643 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+******************************************************************************/ -+ -+ -+#include "odm_precomp.h" -+ -+static bool CheckPositive( -+ PDM_ODM_T pDM_Odm, const u32 Condition1, const u32 Condition2 -+) -+{ -+ u8 _BoardType = -+ ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA */ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA */ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT */ -+ -+ u32 cond1 = Condition1, cond2 = Condition2; -+ u32 driver1 = -+ pDM_Odm->CutVersion << 24 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ pDM_Odm->SupportInterface << 8 | -+ _BoardType; -+ -+ u32 driver2 = -+ pDM_Odm->TypeGLNA << 0 | -+ pDM_Odm->TypeGPA << 8 | -+ pDM_Odm->TypeALNA << 16 | -+ pDM_Odm->TypeAPA << 24; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> [8812A] CheckPositive (cond1, cond2) = (0x%X 0x%X)\n", -+ cond1, -+ cond2 -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> [8812A] CheckPositive (driver1, driver2) = (0x%X 0x%X)\n", -+ driver1, -+ driver2 -+ ) -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ (" (Platform, Interface) = (0x%X, 0x%X)\n", -+ pDM_Odm->SupportPlatform, -+ pDM_Odm->SupportInterface -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ " (Board, Package) = (0x%X, 0x%X)\n", -+ pDM_Odm->BoardType, -+ pDM_Odm->PackageType -+ ) -+ ); -+ -+ -+ /* Value Defined Check =============== */ -+ /* QFN Type [15:12] and Cut Version [27:24] need to do value check */ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return false; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return false; -+ -+ /* Bit Defined Check ================ */ -+ /* We don't care [31:28] and [23:20] */ -+ /* */ -+ cond1 &= 0x000F0FFF; -+ driver1 &= 0x000F0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u32 bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE */ -+ return true; -+ -+ if ((cond1 & BIT0) != 0) /* GLNA */ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /* GPA */ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /* ALNA */ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /* APA */ -+ bitMask |= 0xFF000000; -+ -+ /* BoardType of each RF path is matched */ -+ if ((cond2 & bitMask) == (driver2 & bitMask)) -+ return true; -+ } -+ return false; -+} -+ -+static bool CheckNegative( -+ PDM_ODM_T pDM_Odm, const u32 Condition1, const u32 Condition2 -+) -+{ -+ return true; -+} -+ -+/****************************************************************************** -+* AGC_TAB.TXT -+******************************************************************************/ -+ -+static u32 Array_MP_8723B_AGC_TAB[] = { -+ 0xC78, 0xFD000001, -+ 0xC78, 0xFC010001, -+ 0xC78, 0xFB020001, -+ 0xC78, 0xFA030001, -+ 0xC78, 0xF9040001, -+ 0xC78, 0xF8050001, -+ 0xC78, 0xF7060001, -+ 0xC78, 0xF6070001, -+ 0xC78, 0xF5080001, -+ 0xC78, 0xF4090001, -+ 0xC78, 0xF30A0001, -+ 0xC78, 0xF20B0001, -+ 0xC78, 0xF10C0001, -+ 0xC78, 0xF00D0001, -+ 0xC78, 0xEF0E0001, -+ 0xC78, 0xEE0F0001, -+ 0xC78, 0xED100001, -+ 0xC78, 0xEC110001, -+ 0xC78, 0xEB120001, -+ 0xC78, 0xEA130001, -+ 0xC78, 0xE9140001, -+ 0xC78, 0xE8150001, -+ 0xC78, 0xE7160001, -+ 0xC78, 0xE6170001, -+ 0xC78, 0xE5180001, -+ 0xC78, 0xE4190001, -+ 0xC78, 0xE31A0001, -+ 0xC78, 0xA51B0001, -+ 0xC78, 0xA41C0001, -+ 0xC78, 0xA31D0001, -+ 0xC78, 0x671E0001, -+ 0xC78, 0x661F0001, -+ 0xC78, 0x65200001, -+ 0xC78, 0x64210001, -+ 0xC78, 0x63220001, -+ 0xC78, 0x4A230001, -+ 0xC78, 0x49240001, -+ 0xC78, 0x48250001, -+ 0xC78, 0x47260001, -+ 0xC78, 0x46270001, -+ 0xC78, 0x45280001, -+ 0xC78, 0x44290001, -+ 0xC78, 0x432A0001, -+ 0xC78, 0x422B0001, -+ 0xC78, 0x292C0001, -+ 0xC78, 0x282D0001, -+ 0xC78, 0x272E0001, -+ 0xC78, 0x262F0001, -+ 0xC78, 0x0A300001, -+ 0xC78, 0x09310001, -+ 0xC78, 0x08320001, -+ 0xC78, 0x07330001, -+ 0xC78, 0x06340001, -+ 0xC78, 0x05350001, -+ 0xC78, 0x04360001, -+ 0xC78, 0x03370001, -+ 0xC78, 0x02380001, -+ 0xC78, 0x01390001, -+ 0xC78, 0x013A0001, -+ 0xC78, 0x013B0001, -+ 0xC78, 0x013C0001, -+ 0xC78, 0x013D0001, -+ 0xC78, 0x013E0001, -+ 0xC78, 0x013F0001, -+ 0xC78, 0xFC400001, -+ 0xC78, 0xFB410001, -+ 0xC78, 0xFA420001, -+ 0xC78, 0xF9430001, -+ 0xC78, 0xF8440001, -+ 0xC78, 0xF7450001, -+ 0xC78, 0xF6460001, -+ 0xC78, 0xF5470001, -+ 0xC78, 0xF4480001, -+ 0xC78, 0xF3490001, -+ 0xC78, 0xF24A0001, -+ 0xC78, 0xF14B0001, -+ 0xC78, 0xF04C0001, -+ 0xC78, 0xEF4D0001, -+ 0xC78, 0xEE4E0001, -+ 0xC78, 0xED4F0001, -+ 0xC78, 0xEC500001, -+ 0xC78, 0xEB510001, -+ 0xC78, 0xEA520001, -+ 0xC78, 0xE9530001, -+ 0xC78, 0xE8540001, -+ 0xC78, 0xE7550001, -+ 0xC78, 0xE6560001, -+ 0xC78, 0xE5570001, -+ 0xC78, 0xE4580001, -+ 0xC78, 0xE3590001, -+ 0xC78, 0xA65A0001, -+ 0xC78, 0xA55B0001, -+ 0xC78, 0xA45C0001, -+ 0xC78, 0xA35D0001, -+ 0xC78, 0x675E0001, -+ 0xC78, 0x665F0001, -+ 0xC78, 0x65600001, -+ 0xC78, 0x64610001, -+ 0xC78, 0x63620001, -+ 0xC78, 0x62630001, -+ 0xC78, 0x61640001, -+ 0xC78, 0x48650001, -+ 0xC78, 0x47660001, -+ 0xC78, 0x46670001, -+ 0xC78, 0x45680001, -+ 0xC78, 0x44690001, -+ 0xC78, 0x436A0001, -+ 0xC78, 0x426B0001, -+ 0xC78, 0x286C0001, -+ 0xC78, 0x276D0001, -+ 0xC78, 0x266E0001, -+ 0xC78, 0x256F0001, -+ 0xC78, 0x24700001, -+ 0xC78, 0x09710001, -+ 0xC78, 0x08720001, -+ 0xC78, 0x07730001, -+ 0xC78, 0x06740001, -+ 0xC78, 0x05750001, -+ 0xC78, 0x04760001, -+ 0xC78, 0x03770001, -+ 0xC78, 0x02780001, -+ 0xC78, 0x01790001, -+ 0xC78, 0x017A0001, -+ 0xC78, 0x017B0001, -+ 0xC78, 0x017C0001, -+ 0xC78, 0x017D0001, -+ 0xC78, 0x017E0001, -+ 0xC78, 0x017F0001, -+ 0xC50, 0x69553422, -+ 0xC50, 0x69553420, -+ 0x824, 0x00390204, -+ -+}; -+ -+void ODM_ReadAndConfig_MP_8723B_AGC_TAB(PDM_ODM_T pDM_Odm) -+{ -+ u32 i = 0; -+ u32 ArrayLen = sizeof(Array_MP_8723B_AGC_TAB)/sizeof(u32); -+ u32 *Array = Array_MP_8723B_AGC_TAB; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ("===> ODM_ReadAndConfig_MP_8723B_AGC_TAB\n") -+ ); -+ -+ for (i = 0; i < ArrayLen; i += 2) { -+ u32 v1 = Array[i]; -+ u32 v2 = Array[i+1]; -+ -+ /* This (offset, data) pair doesn't care the condition. */ -+ if (v1 < 0x40000000) { -+ odm_ConfigBB_AGC_8723B(pDM_Odm, v1, bMaskDWord, v2); -+ continue; -+ } else { -+ /* This line is the beginning of branch. */ -+ bool bMatched = true; -+ u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ -+ if (cCond == COND_ELSE) { /* ELSE, ENDIF */ -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } else if (!CheckPositive(pDM_Odm, v1, v2)) { -+ bMatched = false; -+ READ_NEXT_PAIR(v1, v2, i); -+ READ_NEXT_PAIR(v1, v2, i); -+ } else { -+ READ_NEXT_PAIR(v1, v2, i); -+ if (!CheckNegative(pDM_Odm, v1, v2)) -+ bMatched = false; -+ else -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ if (bMatched == false) { -+ /* Condition isn't matched. -+ * Discard the following (offset, data) pairs. -+ */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) -+ READ_NEXT_PAIR(v1, v2, i); -+ -+ i -= 2; /* prevent from for-loop += 2 */ -+ } else { -+ /* Configure matched pairs and skip to end of if-else. */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) { -+ odm_ConfigBB_AGC_8723B(pDM_Odm, v1, bMaskDWord, v2); -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ /* Keeps reading until ENDIF. */ -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ while (cCond != COND_ENDIF && i < ArrayLen-2) { -+ READ_NEXT_PAIR(v1, v2, i); -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ } -+ } -+ } -+ } -+} -+ -+/****************************************************************************** -+* PHY_REG.TXT -+******************************************************************************/ -+ -+static u32 Array_MP_8723B_PHY_REG[] = { -+ 0x800, 0x80040000, -+ 0x804, 0x00000003, -+ 0x808, 0x0000FC00, -+ 0x80C, 0x0000000A, -+ 0x810, 0x10001331, -+ 0x814, 0x020C3D10, -+ 0x818, 0x02200385, -+ 0x81C, 0x00000000, -+ 0x820, 0x01000100, -+ 0x824, 0x00190204, -+ 0x828, 0x00000000, -+ 0x82C, 0x00000000, -+ 0x830, 0x00000000, -+ 0x834, 0x00000000, -+ 0x838, 0x00000000, -+ 0x83C, 0x00000000, -+ 0x840, 0x00010000, -+ 0x844, 0x00000000, -+ 0x848, 0x00000000, -+ 0x84C, 0x00000000, -+ 0x850, 0x00000000, -+ 0x854, 0x00000000, -+ 0x858, 0x569A11A9, -+ 0x85C, 0x01000014, -+ 0x860, 0x66F60110, -+ 0x864, 0x061F0649, -+ 0x868, 0x00000000, -+ 0x86C, 0x27272700, -+ 0x870, 0x07000760, -+ 0x874, 0x25004000, -+ 0x878, 0x00000808, -+ 0x87C, 0x00000000, -+ 0x880, 0xB0000C1C, -+ 0x884, 0x00000001, -+ 0x888, 0x00000000, -+ 0x88C, 0xCCC000C0, -+ 0x890, 0x00000800, -+ 0x894, 0xFFFFFFFE, -+ 0x898, 0x40302010, -+ 0x89C, 0x00706050, -+ 0x900, 0x00000000, -+ 0x904, 0x00000023, -+ 0x908, 0x00000000, -+ 0x90C, 0x81121111, -+ 0x910, 0x00000002, -+ 0x914, 0x00000201, -+ 0xA00, 0x00D047C8, -+ 0xA04, 0x80FF800C, -+ 0xA08, 0x8C838300, -+ 0xA0C, 0x2E7F120F, -+ 0xA10, 0x9500BB78, -+ 0xA14, 0x1114D028, -+ 0xA18, 0x00881117, -+ 0xA1C, 0x89140F00, -+ 0xA20, 0x1A1B0000, -+ 0xA24, 0x090E1317, -+ 0xA28, 0x00000204, -+ 0xA2C, 0x00D30000, -+ 0xA70, 0x101FBF00, -+ 0xA74, 0x00000007, -+ 0xA78, 0x00000900, -+ 0xA7C, 0x225B0606, -+ 0xA80, 0x21806490, -+ 0xB2C, 0x00000000, -+ 0xC00, 0x48071D40, -+ 0xC04, 0x03A05611, -+ 0xC08, 0x000000E4, -+ 0xC0C, 0x6C6C6C6C, -+ 0xC10, 0x08800000, -+ 0xC14, 0x40000100, -+ 0xC18, 0x08800000, -+ 0xC1C, 0x40000100, -+ 0xC20, 0x00000000, -+ 0xC24, 0x00000000, -+ 0xC28, 0x00000000, -+ 0xC2C, 0x00000000, -+ 0xC30, 0x69E9AC44, -+ 0xC34, 0x469652AF, -+ 0xC38, 0x49795994, -+ 0xC3C, 0x0A97971C, -+ 0xC40, 0x1F7C403F, -+ 0xC44, 0x000100B7, -+ 0xC48, 0xEC020107, -+ 0xC4C, 0x007F037F, -+ 0xC50, 0x69553420, -+ 0xC54, 0x43BC0094, -+ 0xC58, 0x00013149, -+ 0xC5C, 0x00250492, -+ 0xC60, 0x00000000, -+ 0xC64, 0x7112848B, -+ 0xC68, 0x47C00BFF, -+ 0xC6C, 0x00000036, -+ 0xC70, 0x2C7F000D, -+ 0xC74, 0x020610DB, -+ 0xC78, 0x0000001F, -+ 0xC7C, 0x00B91612, -+ 0xC80, 0x390000E4, -+ 0xC84, 0x20F60000, -+ 0xC88, 0x40000100, -+ 0xC8C, 0x20200000, -+ 0xC90, 0x00020E1A, -+ 0xC94, 0x00000000, -+ 0xC98, 0x00020E1A, -+ 0xC9C, 0x00007F7F, -+ 0xCA0, 0x00000000, -+ 0xCA4, 0x000300A0, -+ 0xCA8, 0x00000000, -+ 0xCAC, 0x00000000, -+ 0xCB0, 0x00000000, -+ 0xCB4, 0x00000000, -+ 0xCB8, 0x00000000, -+ 0xCBC, 0x28000000, -+ 0xCC0, 0x00000000, -+ 0xCC4, 0x00000000, -+ 0xCC8, 0x00000000, -+ 0xCCC, 0x00000000, -+ 0xCD0, 0x00000000, -+ 0xCD4, 0x00000000, -+ 0xCD8, 0x64B22427, -+ 0xCDC, 0x00766932, -+ 0xCE0, 0x00222222, -+ 0xCE4, 0x00000000, -+ 0xCE8, 0x37644302, -+ 0xCEC, 0x2F97D40C, -+ 0xD00, 0x00000740, -+ 0xD04, 0x40020401, -+ 0xD08, 0x0000907F, -+ 0xD0C, 0x20010201, -+ 0xD10, 0xA0633333, -+ 0xD14, 0x3333BC53, -+ 0xD18, 0x7A8F5B6F, -+ 0xD2C, 0xCC979975, -+ 0xD30, 0x00000000, -+ 0xD34, 0x80608000, -+ 0xD38, 0x00000000, -+ 0xD3C, 0x00127353, -+ 0xD40, 0x00000000, -+ 0xD44, 0x00000000, -+ 0xD48, 0x00000000, -+ 0xD4C, 0x00000000, -+ 0xD50, 0x6437140A, -+ 0xD54, 0x00000000, -+ 0xD58, 0x00000282, -+ 0xD5C, 0x30032064, -+ 0xD60, 0x4653DE68, -+ 0xD64, 0x04518A3C, -+ 0xD68, 0x00002101, -+ 0xD6C, 0x2A201C16, -+ 0xD70, 0x1812362E, -+ 0xD74, 0x322C2220, -+ 0xD78, 0x000E3C24, -+ 0xE00, 0x2D2D2D2D, -+ 0xE04, 0x2D2D2D2D, -+ 0xE08, 0x0390272D, -+ 0xE10, 0x2D2D2D2D, -+ 0xE14, 0x2D2D2D2D, -+ 0xE18, 0x2D2D2D2D, -+ 0xE1C, 0x2D2D2D2D, -+ 0xE28, 0x00000000, -+ 0xE30, 0x1000DC1F, -+ 0xE34, 0x10008C1F, -+ 0xE38, 0x02140102, -+ 0xE3C, 0x681604C2, -+ 0xE40, 0x01007C00, -+ 0xE44, 0x01004800, -+ 0xE48, 0xFB000000, -+ 0xE4C, 0x000028D1, -+ 0xE50, 0x1000DC1F, -+ 0xE54, 0x10008C1F, -+ 0xE58, 0x02140102, -+ 0xE5C, 0x28160D05, -+ 0xE60, 0x00000008, -+ 0xE68, 0x001B2556, -+ 0xE6C, 0x00C00096, -+ 0xE70, 0x00C00096, -+ 0xE74, 0x01000056, -+ 0xE78, 0x01000014, -+ 0xE7C, 0x01000056, -+ 0xE80, 0x01000014, -+ 0xE84, 0x00C00096, -+ 0xE88, 0x01000056, -+ 0xE8C, 0x00C00096, -+ 0xED0, 0x00C00096, -+ 0xED4, 0x00C00096, -+ 0xED8, 0x00C00096, -+ 0xEDC, 0x000000D6, -+ 0xEE0, 0x000000D6, -+ 0xEEC, 0x01C00016, -+ 0xF14, 0x00000003, -+ 0xF4C, 0x00000000, -+ 0xF00, 0x00000300, -+ 0x820, 0x01000100, -+ 0x800, 0x83040000, -+ -+}; -+ -+void ODM_ReadAndConfig_MP_8723B_PHY_REG(PDM_ODM_T pDM_Odm) -+{ -+ u32 i = 0; -+ u32 ArrayLen = sizeof(Array_MP_8723B_PHY_REG)/sizeof(u32); -+ u32 *Array = Array_MP_8723B_PHY_REG; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ("===> ODM_ReadAndConfig_MP_8723B_PHY_REG\n") -+ ); -+ -+ for (i = 0; i < ArrayLen; i += 2) { -+ u32 v1 = Array[i]; -+ u32 v2 = Array[i+1]; -+ -+ /* This (offset, data) pair doesn't care the condition. */ -+ if (v1 < 0x40000000) { -+ odm_ConfigBB_PHY_8723B(pDM_Odm, v1, bMaskDWord, v2); -+ continue; -+ } else { -+ /* This line is the beginning of branch. */ -+ bool bMatched = true; -+ u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ -+ if (cCond == COND_ELSE) { /* ELSE, ENDIF */ -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } else if (!CheckPositive(pDM_Odm, v1, v2)) { -+ bMatched = false; -+ READ_NEXT_PAIR(v1, v2, i); -+ READ_NEXT_PAIR(v1, v2, i); -+ } else { -+ READ_NEXT_PAIR(v1, v2, i); -+ if (!CheckNegative(pDM_Odm, v1, v2)) -+ bMatched = false; -+ else -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ if (bMatched == false) { -+ /* Condition isn't matched. -+ * Discard the following (offset, data) pairs. -+ */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) -+ READ_NEXT_PAIR(v1, v2, i); -+ -+ i -= 2; /* prevent from for-loop += 2 */ -+ } else { /* Configure matched pairs and skip to end of if-else. */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) { -+ odm_ConfigBB_PHY_8723B(pDM_Odm, v1, bMaskDWord, v2); -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ /* Keeps reading until ENDIF. */ -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ while (cCond != COND_ENDIF && i < ArrayLen-2) { -+ READ_NEXT_PAIR(v1, v2, i); -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ } -+ } -+ } -+ } -+} -+ -+/****************************************************************************** -+* PHY_REG_PG.TXT -+******************************************************************************/ -+ -+static u32 Array_MP_8723B_PHY_REG_PG[] = { -+ 0, 0, 0, 0x00000e08, 0x0000ff00, 0x00003800, -+ 0, 0, 0, 0x0000086c, 0xffffff00, 0x32343600, -+ 0, 0, 0, 0x00000e00, 0xffffffff, 0x40424444, -+ 0, 0, 0, 0x00000e04, 0xffffffff, 0x28323638, -+ 0, 0, 0, 0x00000e10, 0xffffffff, 0x38404244, -+ 0, 0, 0, 0x00000e14, 0xffffffff, 0x26303436 -+}; -+ -+void ODM_ReadAndConfig_MP_8723B_PHY_REG_PG(PDM_ODM_T pDM_Odm) -+{ -+ u32 i = 0; -+ u32 ArrayLen = sizeof(Array_MP_8723B_PHY_REG_PG)/sizeof(u32); -+ u32 *Array = Array_MP_8723B_PHY_REG_PG; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ("===> ODM_ReadAndConfig_MP_8723B_PHY_REG_PG\n") -+ ); -+ -+ pDM_Odm->PhyRegPgVersion = 1; -+ pDM_Odm->PhyRegPgValueType = PHY_REG_PG_EXACT_VALUE; -+ -+ for (i = 0; i < ArrayLen; i += 6) { -+ u32 v1 = Array[i]; -+ u32 v2 = Array[i+1]; -+ u32 v3 = Array[i+2]; -+ u32 v4 = Array[i+3]; -+ u32 v5 = Array[i+4]; -+ u32 v6 = Array[i+5]; -+ -+ odm_ConfigBB_PHY_REG_PG_8723B(pDM_Odm, v1, v2, v3, v4, v5, v6); -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.h linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.h ---- linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_BB.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+******************************************************************************/ -+ -+#ifndef __INC_MP_BB_HW_IMG_8723B_H -+#define __INC_MP_BB_HW_IMG_8723B_H -+ -+ -+/****************************************************************************** -+* AGC_TAB.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8723B_AGC_TAB(/* TC: Test Chip, MP: MP Chip */ -+ PDM_ODM_T pDM_Odm -+); -+ -+/****************************************************************************** -+* PHY_REG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8723B_PHY_REG(/* TC: Test Chip, MP: MP Chip */ -+ PDM_ODM_T pDM_Odm -+); -+ -+/****************************************************************************** -+* PHY_REG_PG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8723B_PHY_REG_PG(/* TC: Test Chip, MP: MP Chip */ -+ PDM_ODM_T pDM_Odm -+); -+u32 ODM_GetVersion_MP_8723B_PHY_REG_PG(void); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.c linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.c ---- linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,302 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+******************************************************************************/ -+ -+ -+#include "odm_precomp.h" -+ -+static bool CheckPositive( -+ PDM_ODM_T pDM_Odm, const u32 Condition1, const u32 Condition2 -+) -+{ -+ u8 _BoardType = -+ ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA */ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA */ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT */ -+ -+ u32 cond1 = Condition1, cond2 = Condition2; -+ u32 driver1 = -+ pDM_Odm->CutVersion << 24 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ pDM_Odm->SupportInterface << 8 | -+ _BoardType; -+ -+ u32 driver2 = -+ pDM_Odm->TypeGLNA << 0 | -+ pDM_Odm->TypeGPA << 8 | -+ pDM_Odm->TypeALNA << 16 | -+ pDM_Odm->TypeAPA << 24; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> [8812A] CheckPositive (cond1, cond2) = (0x%X 0x%X)\n", -+ cond1, -+ cond2 -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> [8812A] CheckPositive (driver1, driver2) = (0x%X 0x%X)\n", -+ driver1, -+ driver2 -+ ) -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ " (Platform, Interface) = (0x%X, 0x%X)\n", -+ pDM_Odm->SupportPlatform, -+ pDM_Odm->SupportInterface -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ " (Board, Package) = (0x%X, 0x%X)\n", -+ pDM_Odm->BoardType, -+ pDM_Odm->PackageType -+ ) -+ ); -+ -+ -+ /* Value Defined Check =============== */ -+ /* QFN Type [15:12] and Cut Version [27:24] need to do value check */ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return false; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return false; -+ -+ /* Bit Defined Check ================ */ -+ /* We don't care [31:28] and [23:20] */ -+ /* */ -+ cond1 &= 0x000F0FFF; -+ driver1 &= 0x000F0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u32 bitMask = 0; -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE */ -+ return true; -+ -+ if ((cond1 & BIT0) != 0) /* GLNA */ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /* GPA */ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /* ALNA */ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /* APA */ -+ bitMask |= 0xFF000000; -+ -+ if ((cond2 & bitMask) == (driver2 & bitMask)) /* BoardType of each RF path is matched */ -+ return true; -+ } -+ return false; -+} -+ -+static bool CheckNegative( -+ PDM_ODM_T pDM_Odm, const u32 Condition1, const u32 Condition2 -+) -+{ -+ return true; -+} -+ -+/****************************************************************************** -+* MAC_REG.TXT -+******************************************************************************/ -+ -+static u32 Array_MP_8723B_MAC_REG[] = { -+ 0x02F, 0x00000030, -+ 0x035, 0x00000000, -+ 0x039, 0x00000008, -+ 0x04E, 0x000000E0, -+ 0x064, 0x00000000, -+ 0x067, 0x00000020, -+ 0x428, 0x0000000A, -+ 0x429, 0x00000010, -+ 0x430, 0x00000000, -+ 0x431, 0x00000000, -+ 0x432, 0x00000000, -+ 0x433, 0x00000001, -+ 0x434, 0x00000004, -+ 0x435, 0x00000005, -+ 0x436, 0x00000007, -+ 0x437, 0x00000008, -+ 0x43C, 0x00000004, -+ 0x43D, 0x00000005, -+ 0x43E, 0x00000007, -+ 0x43F, 0x00000008, -+ 0x440, 0x0000005D, -+ 0x441, 0x00000001, -+ 0x442, 0x00000000, -+ 0x444, 0x00000010, -+ 0x445, 0x00000000, -+ 0x446, 0x00000000, -+ 0x447, 0x00000000, -+ 0x448, 0x00000000, -+ 0x449, 0x000000F0, -+ 0x44A, 0x0000000F, -+ 0x44B, 0x0000003E, -+ 0x44C, 0x00000010, -+ 0x44D, 0x00000000, -+ 0x44E, 0x00000000, -+ 0x44F, 0x00000000, -+ 0x450, 0x00000000, -+ 0x451, 0x000000F0, -+ 0x452, 0x0000000F, -+ 0x453, 0x00000000, -+ 0x456, 0x0000005E, -+ 0x460, 0x00000066, -+ 0x461, 0x00000066, -+ 0x4C8, 0x000000FF, -+ 0x4C9, 0x00000008, -+ 0x4CC, 0x000000FF, -+ 0x4CD, 0x000000FF, -+ 0x4CE, 0x00000001, -+ 0x500, 0x00000026, -+ 0x501, 0x000000A2, -+ 0x502, 0x0000002F, -+ 0x503, 0x00000000, -+ 0x504, 0x00000028, -+ 0x505, 0x000000A3, -+ 0x506, 0x0000005E, -+ 0x507, 0x00000000, -+ 0x508, 0x0000002B, -+ 0x509, 0x000000A4, -+ 0x50A, 0x0000005E, -+ 0x50B, 0x00000000, -+ 0x50C, 0x0000004F, -+ 0x50D, 0x000000A4, -+ 0x50E, 0x00000000, -+ 0x50F, 0x00000000, -+ 0x512, 0x0000001C, -+ 0x514, 0x0000000A, -+ 0x516, 0x0000000A, -+ 0x525, 0x0000004F, -+ 0x550, 0x00000010, -+ 0x551, 0x00000010, -+ 0x559, 0x00000002, -+ 0x55C, 0x00000050, -+ 0x55D, 0x000000FF, -+ 0x605, 0x00000030, -+ 0x608, 0x0000000E, -+ 0x609, 0x0000002A, -+ 0x620, 0x000000FF, -+ 0x621, 0x000000FF, -+ 0x622, 0x000000FF, -+ 0x623, 0x000000FF, -+ 0x624, 0x000000FF, -+ 0x625, 0x000000FF, -+ 0x626, 0x000000FF, -+ 0x627, 0x000000FF, -+ 0x638, 0x00000050, -+ 0x63C, 0x0000000A, -+ 0x63D, 0x0000000A, -+ 0x63E, 0x0000000E, -+ 0x63F, 0x0000000E, -+ 0x640, 0x00000040, -+ 0x642, 0x00000040, -+ 0x643, 0x00000000, -+ 0x652, 0x000000C8, -+ 0x66E, 0x00000005, -+ 0x700, 0x00000021, -+ 0x701, 0x00000043, -+ 0x702, 0x00000065, -+ 0x703, 0x00000087, -+ 0x708, 0x00000021, -+ 0x709, 0x00000043, -+ 0x70A, 0x00000065, -+ 0x70B, 0x00000087, -+ 0x765, 0x00000018, -+ 0x76E, 0x00000004, -+ -+}; -+ -+void ODM_ReadAndConfig_MP_8723B_MAC_REG(PDM_ODM_T pDM_Odm) -+{ -+ u32 i = 0; -+ u32 ArrayLen = sizeof(Array_MP_8723B_MAC_REG)/sizeof(u32); -+ u32 *Array = Array_MP_8723B_MAC_REG; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ("===> ODM_ReadAndConfig_MP_8723B_MAC_REG\n") -+ ); -+ -+ for (i = 0; i < ArrayLen; i += 2) { -+ u32 v1 = Array[i]; -+ u32 v2 = Array[i+1]; -+ -+ /* This (offset, data) pair doesn't care the condition. */ -+ if (v1 < 0x40000000) { -+ odm_ConfigMAC_8723B(pDM_Odm, v1, (u8)v2); -+ continue; -+ } else { -+ /* This line is the beginning of branch. */ -+ bool bMatched = true; -+ u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ -+ if (cCond == COND_ELSE) { /* ELSE, ENDIF */ -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } else if (!CheckPositive(pDM_Odm, v1, v2)) { -+ bMatched = false; -+ READ_NEXT_PAIR(v1, v2, i); -+ READ_NEXT_PAIR(v1, v2, i); -+ } else { -+ READ_NEXT_PAIR(v1, v2, i); -+ if (!CheckNegative(pDM_Odm, v1, v2)) -+ bMatched = false; -+ else -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ if (bMatched == false) { -+ /* Condition isn't matched. Discard the following (offset, data) pairs. */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) -+ READ_NEXT_PAIR(v1, v2, i); -+ -+ i -= 2; /* prevent from for-loop += 2 */ -+ } else { /* Configure matched pairs and skip to end of if-else. */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) { -+ odm_ConfigMAC_8723B(pDM_Odm, v1, (u8)v2); -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ /* Keeps reading until ENDIF. */ -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ while (cCond != COND_ENDIF && i < ArrayLen-2) { -+ READ_NEXT_PAIR(v1, v2, i); -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ } -+ } -+ } -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.h linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.h ---- linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_MAC.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,28 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+******************************************************************************/ -+ -+#ifndef __INC_MP_MAC_HW_IMG_8723B_H -+#define __INC_MP_MAC_HW_IMG_8723B_H -+ -+ -+/****************************************************************************** -+* MAC_REG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8723B_MAC_REG(/* TC: Test Chip, MP: MP Chip */ -+ PDM_ODM_T pDM_Odm -+); -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.c linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.c ---- linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,799 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+******************************************************************************/ -+ -+ -+#include "odm_precomp.h" -+ -+static bool CheckPositive( -+ PDM_ODM_T pDM_Odm, const u32 Condition1, const u32 Condition2 -+) -+{ -+ u8 _BoardType = -+ ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA */ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA */ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT */ -+ -+ u32 cond1 = Condition1, cond2 = Condition2; -+ u32 driver1 = -+ pDM_Odm->CutVersion << 24 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ pDM_Odm->SupportInterface << 8 | -+ _BoardType; -+ -+ u32 driver2 = -+ pDM_Odm->TypeGLNA << 0 | -+ pDM_Odm->TypeGPA << 8 | -+ pDM_Odm->TypeALNA << 16 | -+ pDM_Odm->TypeAPA << 24; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> [8812A] CheckPositive (cond1, cond2) = (0x%X 0x%X)\n", -+ cond1, -+ cond2 -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> [8812A] CheckPositive (driver1, driver2) = (0x%X 0x%X)\n", -+ driver1, -+ driver2 -+ ) -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ " (Platform, Interface) = (0x%X, 0x%X)\n", -+ pDM_Odm->SupportPlatform, -+ pDM_Odm->SupportInterface -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ " (Board, Package) = (0x%X, 0x%X)\n", -+ pDM_Odm->BoardType, -+ pDM_Odm->PackageType -+ ) -+ ); -+ -+ /* Value Defined Check =============== */ -+ /* QFN Type [15:12] and Cut Version [27:24] need to do value check */ -+ -+ if ( -+ ((cond1 & 0x0000F000) != 0) && -+ ((cond1 & 0x0000F000) != (driver1 & 0x0000F000)) -+ ) -+ return false; -+ -+ if ( -+ ((cond1 & 0x0F000000) != 0) && -+ ((cond1 & 0x0F000000) != (driver1 & 0x0F000000)) -+ ) -+ return false; -+ -+ /* Bit Defined Check ================ */ -+ /* We don't care [31:28] and [23:20] */ -+ cond1 &= 0x000F0FFF; -+ driver1 &= 0x000F0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u32 bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE */ -+ return true; -+ -+ if ((cond1 & BIT0) != 0) /* GLNA */ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /* GPA */ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /* ALNA */ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /* APA */ -+ bitMask |= 0xFF000000; -+ -+ /* BoardType of each RF path is matched */ -+ if ((cond2 & bitMask) == (driver2 & bitMask)) -+ return true; -+ -+ return false; -+ } -+ -+ return false; -+} -+ -+static bool CheckNegative( -+ PDM_ODM_T pDM_Odm, const u32 Condition1, const u32 Condition2 -+) -+{ -+ return true; -+} -+ -+/****************************************************************************** -+* RadioA.TXT -+******************************************************************************/ -+ -+static u32 Array_MP_8723B_RadioA[] = { -+ 0x000, 0x00010000, -+ 0x0B0, 0x000DFFE0, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x0B1, 0x00000018, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x0B2, 0x00084C00, -+ 0x0B5, 0x0000D2CC, -+ 0x0B6, 0x000925AA, -+ 0x0B7, 0x00000010, -+ 0x0B8, 0x0000907F, -+ 0x05C, 0x00000002, -+ 0x07C, 0x00000002, -+ 0x07E, 0x00000005, -+ 0x08B, 0x0006FC00, -+ 0x0B0, 0x000FF9F0, -+ 0x01C, 0x000739D2, -+ 0x01E, 0x00000000, -+ 0x0DF, 0x00000780, -+ 0x050, 0x00067435, -+ 0x80002000, 0x00000000, 0x40000000, 0x00000000, -+ 0x051, 0x0006B10E, -+ 0x90003000, 0x00000000, 0x40000000, 0x00000000, -+ 0x051, 0x0006B10E, -+ 0x90004000, 0x00000000, 0x40000000, 0x00000000, -+ 0x051, 0x0006B10E, -+ 0xA0000000, 0x00000000, -+ 0x051, 0x0006B04E, -+ 0xB0000000, 0x00000000, -+ 0x052, 0x000007D2, -+ 0x053, 0x00000000, -+ 0x054, 0x00050400, -+ 0x055, 0x0004026E, -+ 0x0DD, 0x0000004C, -+ 0x070, 0x00067435, -+ 0x80002000, 0x00000000, 0x40000000, 0x00000000, -+ 0x071, 0x0006B10E, -+ 0x90003000, 0x00000000, 0x40000000, 0x00000000, -+ 0x071, 0x0006B10E, -+ 0x90004000, 0x00000000, 0x40000000, 0x00000000, -+ 0x071, 0x0006B10E, -+ 0xA0000000, 0x00000000, -+ 0x071, 0x0006B04E, -+ 0xB0000000, 0x00000000, -+ 0x072, 0x000007D2, -+ 0x073, 0x00000000, -+ 0x074, 0x00050400, -+ 0x075, 0x0004026E, -+ 0x0EF, 0x00000100, -+ 0x034, 0x0000ADD7, -+ 0x035, 0x00005C00, -+ 0x034, 0x00009DD4, -+ 0x035, 0x00005000, -+ 0x034, 0x00008DD1, -+ 0x035, 0x00004400, -+ 0x034, 0x00007DCE, -+ 0x035, 0x00003800, -+ 0x034, 0x00006CD1, -+ 0x035, 0x00004400, -+ 0x034, 0x00005CCE, -+ 0x035, 0x00003800, -+ 0x034, 0x000048CE, -+ 0x035, 0x00004400, -+ 0x034, 0x000034CE, -+ 0x035, 0x00003800, -+ 0x034, 0x00002451, -+ 0x035, 0x00004400, -+ 0x034, 0x0000144E, -+ 0x035, 0x00003800, -+ 0x034, 0x00000051, -+ 0x035, 0x00004400, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x00000100, -+ 0x0ED, 0x00000010, -+ 0x044, 0x0000ADD7, -+ 0x044, 0x00009DD4, -+ 0x044, 0x00008DD1, -+ 0x044, 0x00007DCE, -+ 0x044, 0x00006CC1, -+ 0x044, 0x00005CCE, -+ 0x044, 0x000044D1, -+ 0x044, 0x000034CE, -+ 0x044, 0x00002451, -+ 0x044, 0x0000144E, -+ 0x044, 0x00000051, -+ 0x0EF, 0x00000000, -+ 0x0ED, 0x00000000, -+ 0x07F, 0x00020080, -+ 0x0EF, 0x00002000, -+ 0x03B, 0x000380EF, -+ 0x03B, 0x000302FE, -+ 0x03B, 0x00028CE6, -+ 0x03B, 0x000200BC, -+ 0x03B, 0x000188A5, -+ 0x03B, 0x00010FBC, -+ 0x03B, 0x00008F71, -+ 0x03B, 0x00000900, -+ 0x0EF, 0x00000000, -+ 0x0ED, 0x00000001, -+ 0x040, 0x000380EF, -+ 0x040, 0x000302FE, -+ 0x040, 0x00028CE6, -+ 0x040, 0x000200BC, -+ 0x040, 0x000188A5, -+ 0x040, 0x00010FBC, -+ 0x040, 0x00008F71, -+ 0x040, 0x00000900, -+ 0x0ED, 0x00000000, -+ 0x082, 0x00080000, -+ 0x083, 0x00008000, -+ 0x084, 0x00048D80, -+ 0x085, 0x00068000, -+ 0x0A2, 0x00080000, -+ 0x0A3, 0x00008000, -+ 0x0A4, 0x00048D80, -+ 0x0A5, 0x00068000, -+ 0x0ED, 0x00000002, -+ 0x0EF, 0x00000002, -+ 0x056, 0x00000032, -+ 0x076, 0x00000032, -+ 0x001, 0x00000780, -+ -+}; -+ -+void ODM_ReadAndConfig_MP_8723B_RadioA(PDM_ODM_T pDM_Odm) -+{ -+ u32 i = 0; -+ u32 ArrayLen = sizeof(Array_MP_8723B_RadioA)/sizeof(u32); -+ u32 *Array = Array_MP_8723B_RadioA; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ("===> ODM_ReadAndConfig_MP_8723B_RadioA\n") -+ ); -+ -+ for (i = 0; i < ArrayLen; i += 2) { -+ u32 v1 = Array[i]; -+ u32 v2 = Array[i+1]; -+ -+ /* This (offset, data) pair doesn't care the condition. */ -+ if (v1 < 0x40000000) { -+ odm_ConfigRF_RadioA_8723B(pDM_Odm, v1, v2); -+ continue; -+ } else { -+ /* This line is the beginning of branch. */ -+ bool bMatched = true; -+ u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ -+ if (cCond == COND_ELSE) { /* ELSE, ENDIF */ -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } else if (!CheckPositive(pDM_Odm, v1, v2)) { -+ bMatched = false; -+ READ_NEXT_PAIR(v1, v2, i); -+ READ_NEXT_PAIR(v1, v2, i); -+ } else { -+ READ_NEXT_PAIR(v1, v2, i); -+ if (!CheckNegative(pDM_Odm, v1, v2)) -+ bMatched = false; -+ else -+ bMatched = true; -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ if (bMatched == false) { -+ /* Condition isn't matched. -+ * Discard the following (offset, data) pairs. -+ */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) -+ READ_NEXT_PAIR(v1, v2, i); -+ -+ i -= 2; /* prevent from for-loop += 2 */ -+ } else { -+ /* Configure matched pairs and skip to end of if-else. */ -+ while (v1 < 0x40000000 && i < ArrayLen-2) { -+ odm_ConfigRF_RadioA_8723B(pDM_Odm, v1, v2); -+ READ_NEXT_PAIR(v1, v2, i); -+ } -+ -+ /* Keeps reading until ENDIF. */ -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ while (cCond != COND_ENDIF && i < ArrayLen-2) { -+ READ_NEXT_PAIR(v1, v2, i); -+ cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); -+ } -+ } -+ } -+ } -+} -+ -+/****************************************************************************** -+* TxPowerTrack_SDIO.TXT -+******************************************************************************/ -+ -+static u8 gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_SDIO_8723B[][DELTA_SWINGIDX_SIZE] = { -+ { -+ 0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, -+ 9, 10, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, -+ 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, -+ 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14 -+ }, -+}; -+static u8 gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_SDIO_8723B[][DELTA_SWINGIDX_SIZE] = { -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, -+ 12, 13, 14, 15, 15, 16, 16, 17, 17, 18, 19, 20, 20, 20 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, -+ 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 19, 20, 20, 20 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, -+ 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21 -+ }, -+}; -+static u8 gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_SDIO_8723B[][DELTA_SWINGIDX_SIZE] = { -+ { -+ 0, 1, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 8, 9, 9, 10, -+ 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 6, 7, 7, 8, 8, 9, 10, -+ 11, 11, 12, 13, 13, 14, 15, 16, 16, 16, 16, 16, 16, 16 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 10, 11, -+ 11, 12, 13, 14, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16 -+ }, -+}; -+static u8 gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_SDIO_8723B[][DELTA_SWINGIDX_SIZE] = { -+ { -+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, -+ 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21 -+ }, -+ { -+ 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, -+ 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21 -+ }, -+}; -+static u8 gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 2, 3, 3, 3, 4, 5, 5, 6, 6, 6, 6, -+ 7, 7, 7, 8, 8, 9, 9, 10, 10, 11, 12, 13, 14, 15 -+}; -+static u8 gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, -+ 9, 9, 10, 10, 10, 11, 11, 12, 12, 13, 13, 14, 15, 15 -+}; -+static u8 gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 2, 3, 3, 3, 4, 5, 5, 6, 6, 6, 6, -+ 7, 7, 7, 8, 8, 9, 9, 10, 10, 11, 12, 13, 14, 15 -+}; -+static u8 gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, -+ 9, 9, 10, 10, 10, 11, 11, 12, 12, 13, 13, 14, 15, 15 -+}; -+static u8 gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 7, 8, -+ 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13, 14, 15 -+}; -+static u8 gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 2, 3, 3, 3, 4, 5, 5, 6, 6, 7, 7, -+ 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13, 14, 15 -+}; -+static u8 gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 7, 8, -+ 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13, 14, 15 -+}; -+static u8 gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_SDIO_8723B[] = { -+ 0, 0, 1, 2, 2, 2, 3, 3, 3, 4, 5, 5, 6, 6, 7, 7, -+ 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13, 14, 15 -+}; -+ -+void ODM_ReadAndConfig_MP_8723B_TxPowerTrack_SDIO(PDM_ODM_T pDM_Odm) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ("===> ODM_ReadAndConfig_MP_MP_8723B\n") -+ ); -+ -+ -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, -+ gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, -+ gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, -+ gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, -+ gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, -+ gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, -+ gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, -+ gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, -+ gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE -+ ); -+ -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, -+ gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE*3 -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, -+ gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE*3 -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, -+ gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE*3 -+ ); -+ memcpy( -+ pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, -+ gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_SDIO_8723B, -+ DELTA_SWINGIDX_SIZE*3 -+ ); -+} -+ -+/****************************************************************************** -+* TXPWR_LMT.TXT -+******************************************************************************/ -+ -+static u8 *Array_MP_8723B_TXPWR_LMT[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "28", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "28", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "28", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "28", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63" -+}; -+ -+void ODM_ReadAndConfig_MP_8723B_TXPWR_LMT(PDM_ODM_T pDM_Odm) -+{ -+ u32 i = 0; -+ u32 ArrayLen = sizeof(Array_MP_8723B_TXPWR_LMT)/sizeof(u8 *); -+ u8 **Array = Array_MP_8723B_TXPWR_LMT; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ("===> ODM_ReadAndConfig_MP_8723B_TXPWR_LMT\n") -+ ); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ u8 *regulation = Array[i]; -+ u8 *band = Array[i+1]; -+ u8 *bandwidth = Array[i+2]; -+ u8 *rate = Array[i+3]; -+ u8 *rfPath = Array[i+4]; -+ u8 *chnl = Array[i+5]; -+ u8 *val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8723B( -+ pDM_Odm, -+ regulation, -+ band, -+ bandwidth, -+ rate, -+ rfPath, -+ chnl, -+ val -+ ); -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.h linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.h ---- linux.old/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalHWImg8723B_RF.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,49 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+******************************************************************************/ -+ -+#ifndef __INC_MP_RF_HW_IMG_8723B_H -+#define __INC_MP_RF_HW_IMG_8723B_H -+ -+ -+/****************************************************************************** -+* RadioA.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8723B_RadioA(/* TC: Test Chip, MP: MP Chip */ -+ PDM_ODM_T pDM_Odm -+); -+ -+/****************************************************************************** -+* TxPowerTrack_SDIO.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8723B_TxPowerTrack_SDIO(/* TC: Test Chip, MP: MP Chip */ -+ PDM_ODM_T pDM_Odm -+); -+u32 ODM_GetVersion_MP_8723B_TxPowerTrack_SDIO(void); -+ -+/****************************************************************************** -+* TXPWR_LMT.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8723B_TXPWR_LMT(/* TC: Test Chip, MP: MP Chip */ -+ PDM_ODM_T pDM_Odm -+); -+u32 ODM_GetVersion_MP_8723B_TXPWR_LMT(void); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/hal_intf.c linux/3rdparty/rtl8723bs/hal/hal_intf.c ---- linux.old/3rdparty/rtl8723bs/hal/hal_intf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/hal_intf.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,474 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#define _HAL_INTF_C_ -+ -+#include -+#include -+#include -+ -+void rtw_hal_chip_configure(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.intf_chip_configure) -+ padapter->HalFunc.intf_chip_configure(padapter); -+} -+ -+void rtw_hal_read_chip_info(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.read_adapter_info) -+ padapter->HalFunc.read_adapter_info(padapter); -+} -+ -+void rtw_hal_read_chip_version(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.read_chip_version) -+ padapter->HalFunc.read_chip_version(padapter); -+} -+ -+void rtw_hal_def_value_init(struct adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) -+ if (padapter->HalFunc.init_default_value) -+ padapter->HalFunc.init_default_value(padapter); -+} -+ -+void rtw_hal_free_data(struct adapter *padapter) -+{ -+ /* free HAL Data */ -+ rtw_hal_data_deinit(padapter); -+ -+ if (is_primary_adapter(padapter)) -+ if (padapter->HalFunc.free_hal_data) -+ padapter->HalFunc.free_hal_data(padapter); -+} -+ -+void rtw_hal_dm_init(struct adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) -+ if (padapter->HalFunc.dm_init) -+ padapter->HalFunc.dm_init(padapter); -+} -+ -+void rtw_hal_dm_deinit(struct adapter *padapter) -+{ -+ /* cancel dm timer */ -+ if (is_primary_adapter(padapter)) -+ if (padapter->HalFunc.dm_deinit) -+ padapter->HalFunc.dm_deinit(padapter); -+} -+ -+static void rtw_hal_init_opmode(struct adapter *padapter) -+{ -+ enum NDIS_802_11_NETWORK_INFRASTRUCTURE networkType = Ndis802_11InfrastructureMax; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ sint fw_state; -+ -+ fw_state = get_fwstate(pmlmepriv); -+ -+ if (fw_state & WIFI_ADHOC_STATE) -+ networkType = Ndis802_11IBSS; -+ else if (fw_state & WIFI_STATION_STATE) -+ networkType = Ndis802_11Infrastructure; -+ else if (fw_state & WIFI_AP_STATE) -+ networkType = Ndis802_11APMode; -+ else -+ return; -+ -+ rtw_setopmode_cmd(padapter, networkType, false); -+} -+ -+uint rtw_hal_init(struct adapter *padapter) -+{ -+ uint status; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ -+ status = padapter->HalFunc.hal_init(padapter); -+ -+ if (status == _SUCCESS) { -+ rtw_hal_init_opmode(padapter); -+ -+ dvobj->padapters->hw_init_completed = true; -+ -+ if (padapter->registrypriv.notch_filter == 1) -+ rtw_hal_notch_filter(padapter, 1); -+ -+ rtw_hal_reset_security_engine(padapter); -+ -+ rtw_sec_restore_wep_key(dvobj->padapters); -+ -+ init_hw_mlme_ext(padapter); -+ -+ rtw_bb_rf_gain_offset(padapter); -+ } else { -+ dvobj->padapters->hw_init_completed = false; -+ DBG_871X("rtw_hal_init: hal__init fail\n"); -+ } -+ -+ RT_TRACE(_module_hal_init_c_, _drv_err_, ("-rtl871x_hal_init:status = 0x%x\n", status)); -+ -+ return status; -+ -+} -+ -+uint rtw_hal_deinit(struct adapter *padapter) -+{ -+ uint status = _SUCCESS; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ -+ status = padapter->HalFunc.hal_deinit(padapter); -+ -+ if (status == _SUCCESS) { -+ padapter = dvobj->padapters; -+ padapter->hw_init_completed = false; -+ } else { -+ DBG_871X("\n rtw_hal_deinit: hal_init fail\n"); -+ } -+ return status; -+} -+ -+void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ if (padapter->HalFunc.SetHwRegHandler) -+ padapter->HalFunc.SetHwRegHandler(padapter, variable, val); -+} -+ -+void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ if (padapter->HalFunc.GetHwRegHandler) -+ padapter->HalFunc.GetHwRegHandler(padapter, variable, val); -+} -+ -+void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len) -+{ -+ if (padapter->HalFunc.SetHwRegHandlerWithBuf) -+ padapter->HalFunc.SetHwRegHandlerWithBuf(padapter, variable, pbuf, len); -+} -+ -+u8 rtw_hal_set_def_var(struct adapter *padapter, enum HAL_DEF_VARIABLE eVariable, void *pValue) -+{ -+ if (padapter->HalFunc.SetHalDefVarHandler) -+ return padapter->HalFunc.SetHalDefVarHandler(padapter, eVariable, pValue); -+ return _FAIL; -+} -+ -+u8 rtw_hal_get_def_var(struct adapter *padapter, enum HAL_DEF_VARIABLE eVariable, void *pValue) -+{ -+ if (padapter->HalFunc.GetHalDefVarHandler) -+ return padapter->HalFunc.GetHalDefVarHandler(padapter, eVariable, pValue); -+ return _FAIL; -+} -+ -+void rtw_hal_set_odm_var(struct adapter *padapter, enum HAL_ODM_VARIABLE eVariable, void *pValue1, bool bSet) -+{ -+ if (padapter->HalFunc.SetHalODMVarHandler) -+ padapter->HalFunc.SetHalODMVarHandler(padapter, eVariable, pValue1, bSet); -+} -+ -+void rtw_hal_get_odm_var(struct adapter *padapter, enum HAL_ODM_VARIABLE eVariable, void *pValue1, void *pValue2) -+{ -+ if (padapter->HalFunc.GetHalODMVarHandler) -+ padapter->HalFunc.GetHalODMVarHandler(padapter, eVariable, pValue1, pValue2); -+} -+ -+void rtw_hal_enable_interrupt(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.enable_interrupt) -+ padapter->HalFunc.enable_interrupt(padapter); -+ else -+ DBG_871X("%s: HalFunc.enable_interrupt is NULL!\n", __func__); -+ -+} -+ -+void rtw_hal_disable_interrupt(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.disable_interrupt) -+ padapter->HalFunc.disable_interrupt(padapter); -+ else -+ DBG_871X("%s: HalFunc.disable_interrupt is NULL!\n", __func__); -+ -+} -+ -+u8 rtw_hal_check_ips_status(struct adapter *padapter) -+{ -+ u8 val = false; -+ if (padapter->HalFunc.check_ips_status) -+ val = padapter->HalFunc.check_ips_status(padapter); -+ else -+ DBG_871X("%s: HalFunc.check_ips_status is NULL!\n", __func__); -+ -+ return val; -+} -+ -+s32 rtw_hal_xmitframe_enqueue(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ if (padapter->HalFunc.hal_xmitframe_enqueue) -+ return padapter->HalFunc.hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ return false; -+} -+ -+s32 rtw_hal_xmit(struct adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ if (padapter->HalFunc.hal_xmit) -+ return padapter->HalFunc.hal_xmit(padapter, pxmitframe); -+ -+ return false; -+} -+ -+/* -+ * [IMPORTANT] This function would be run in interrupt context. -+ */ -+s32 rtw_hal_mgnt_xmit(struct adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ s32 ret = _FAIL; -+ update_mgntframe_attrib_addr(padapter, pmgntframe); -+ /* pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; */ -+ /* pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; */ -+ /* memcpy(pmgntframe->attrib.ra, pwlanhdr->addr1, ETH_ALEN); */ -+ -+ if (padapter->securitypriv.binstallBIPkey == true) { -+ if (IS_MCAST(pmgntframe->attrib.ra)) { -+ pmgntframe->attrib.encrypt = _BIP_; -+ /* pmgntframe->attrib.bswenc = true; */ -+ } else { -+ pmgntframe->attrib.encrypt = _AES_; -+ pmgntframe->attrib.bswenc = true; -+ } -+ rtw_mgmt_xmitframe_coalesce(padapter, pmgntframe->pkt, pmgntframe); -+ } -+ -+ if (padapter->HalFunc.mgnt_xmit) -+ ret = padapter->HalFunc.mgnt_xmit(padapter, pmgntframe); -+ return ret; -+} -+ -+s32 rtw_hal_init_xmit_priv(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.init_xmit_priv != NULL) -+ return padapter->HalFunc.init_xmit_priv(padapter); -+ return _FAIL; -+} -+ -+void rtw_hal_free_xmit_priv(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.free_xmit_priv != NULL) -+ padapter->HalFunc.free_xmit_priv(padapter); -+} -+ -+s32 rtw_hal_init_recv_priv(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.init_recv_priv) -+ return padapter->HalFunc.init_recv_priv(padapter); -+ -+ return _FAIL; -+} -+ -+void rtw_hal_free_recv_priv(struct adapter *padapter) -+{ -+ -+ if (padapter->HalFunc.free_recv_priv) -+ padapter->HalFunc.free_recv_priv(padapter); -+} -+ -+void rtw_hal_update_ra_mask(struct sta_info *psta, u8 rssi_level) -+{ -+ struct adapter *padapter; -+ struct mlme_priv *pmlmepriv; -+ -+ if (!psta) -+ return; -+ -+ padapter = psta->padapter; -+ -+ pmlmepriv = &(padapter->mlmepriv); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ add_RATid(padapter, psta, rssi_level); -+ else { -+ if (padapter->HalFunc.UpdateRAMaskHandler) -+ padapter->HalFunc.UpdateRAMaskHandler(padapter, psta->mac_id, rssi_level); -+ } -+} -+ -+void rtw_hal_add_ra_tid(struct adapter *padapter, u32 bitmap, u8 *arg, u8 rssi_level) -+{ -+ if (padapter->HalFunc.Add_RateATid) -+ padapter->HalFunc.Add_RateATid(padapter, bitmap, arg, rssi_level); -+} -+ -+/*Start specifical interface thread */ -+void rtw_hal_start_thread(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.run_thread) -+ padapter->HalFunc.run_thread(padapter); -+} -+/*Start specifical interface thread */ -+void rtw_hal_stop_thread(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.cancel_thread) -+ padapter->HalFunc.cancel_thread(padapter); -+} -+ -+u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask) -+{ -+ u32 data = 0; -+ if (padapter->HalFunc.read_bbreg) -+ data = padapter->HalFunc.read_bbreg(padapter, RegAddr, BitMask); -+ return data; -+} -+void rtw_hal_write_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ if (padapter->HalFunc.write_bbreg) -+ padapter->HalFunc.write_bbreg(padapter, RegAddr, BitMask, Data); -+} -+ -+u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask) -+{ -+ u32 data = 0; -+ if (padapter->HalFunc.read_rfreg) -+ data = padapter->HalFunc.read_rfreg(padapter, eRFPath, RegAddr, BitMask); -+ return data; -+} -+void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ if (padapter->HalFunc.write_rfreg) -+ padapter->HalFunc.write_rfreg(padapter, eRFPath, RegAddr, BitMask, Data); -+} -+ -+void rtw_hal_set_chan(struct adapter *padapter, u8 channel) -+{ -+ if (padapter->HalFunc.set_channel_handler) -+ padapter->HalFunc.set_channel_handler(padapter, channel); -+} -+ -+void rtw_hal_set_chnl_bw(struct adapter *padapter, u8 channel, -+ enum CHANNEL_WIDTH Bandwidth, u8 Offset40, u8 Offset80) -+{ -+ if (padapter->HalFunc.set_chnl_bw_handler) -+ padapter->HalFunc.set_chnl_bw_handler(padapter, channel, -+ Bandwidth, Offset40, -+ Offset80); -+} -+ -+void rtw_hal_dm_watchdog(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.hal_dm_watchdog) -+ padapter->HalFunc.hal_dm_watchdog(padapter); -+ -+} -+ -+void rtw_hal_dm_watchdog_in_lps(struct adapter *padapter) -+{ -+ if (adapter_to_pwrctl(padapter)->bFwCurrentInPSMode == true) { -+ if (padapter->HalFunc.hal_dm_watchdog_in_lps) -+ padapter->HalFunc.hal_dm_watchdog_in_lps(padapter); /* this fuction caller is in interrupt context */ -+ } -+} -+ -+void rtw_hal_bcn_related_reg_setting(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.SetBeaconRelatedRegistersHandler) -+ padapter->HalFunc.SetBeaconRelatedRegistersHandler(padapter); -+} -+ -+ -+s32 rtw_hal_xmit_thread_handler(struct adapter *padapter) -+{ -+ if (padapter->HalFunc.xmit_thread_handler) -+ return padapter->HalFunc.xmit_thread_handler(padapter); -+ return _FAIL; -+} -+ -+void rtw_hal_notch_filter(struct adapter *adapter, bool enable) -+{ -+ if (adapter->HalFunc.hal_notch_filter) -+ adapter->HalFunc.hal_notch_filter(adapter, enable); -+} -+ -+void rtw_hal_reset_security_engine(struct adapter *adapter) -+{ -+ if (adapter->HalFunc.hal_reset_security_engine) -+ adapter->HalFunc.hal_reset_security_engine(adapter); -+} -+ -+bool rtw_hal_c2h_valid(struct adapter *adapter, u8 *buf) -+{ -+ return c2h_evt_valid((struct c2h_evt_hdr_88xx *)buf); -+} -+ -+s32 rtw_hal_c2h_evt_read(struct adapter *adapter, u8 *buf) -+{ -+ return c2h_evt_read_88xx(adapter, buf); -+} -+ -+s32 rtw_hal_c2h_handler(struct adapter *adapter, u8 *c2h_evt) -+{ -+ s32 ret = _FAIL; -+ if (adapter->HalFunc.c2h_handler) -+ ret = adapter->HalFunc.c2h_handler(adapter, c2h_evt); -+ return ret; -+} -+ -+c2h_id_filter rtw_hal_c2h_id_filter_ccx(struct adapter *adapter) -+{ -+ return adapter->HalFunc.c2h_id_filter_ccx; -+} -+ -+s32 rtw_hal_is_disable_sw_channel_plan(struct adapter *padapter) -+{ -+ return GET_HAL_DATA(padapter)->bDisableSWChannelPlan; -+} -+ -+s32 rtw_hal_macid_sleep(struct adapter *padapter, u32 macid) -+{ -+ u8 support; -+ -+ -+ support = false; -+ rtw_hal_get_def_var(padapter, HAL_DEF_MACID_SLEEP, &support); -+ if (false == support) -+ return _FAIL; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MACID_SLEEP, (u8 *)&macid); -+ -+ return _SUCCESS; -+} -+ -+s32 rtw_hal_macid_wakeup(struct adapter *padapter, u32 macid) -+{ -+ u8 support; -+ -+ -+ support = false; -+ rtw_hal_get_def_var(padapter, HAL_DEF_MACID_SLEEP, &support); -+ if (false == support) -+ return _FAIL; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MACID_WAKEUP, (u8 *)&macid); -+ -+ return _SUCCESS; -+} -+ -+s32 rtw_hal_fill_h2c_cmd(struct adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer) -+{ -+ s32 ret = _FAIL; -+ -+ if (padapter->HalFunc.fill_h2c_cmd) -+ ret = padapter->HalFunc.fill_h2c_cmd(padapter, ElementID, CmdLen, pCmdBuffer); -+ else -+ DBG_871X("%s: func[fill_h2c_cmd] not defined!\n", __func__); -+ -+ return ret; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/hal_phy.c linux/3rdparty/rtl8723bs/hal/hal_phy.c ---- linux.old/3rdparty/rtl8723bs/hal/hal_phy.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/hal_phy.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,224 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _HAL_PHY_C_ -+ -+#include -+ -+/** -+* Function: PHY_CalculateBitShift -+* -+* OverView: Get shifted position of the BitMask -+* -+* Input: -+* u32 BitMask, -+* -+* Output: none -+* Return: u32 Return the shift bit bit position of the mask -+*/ -+u32 PHY_CalculateBitShift(u32 BitMask) -+{ -+ u32 i; -+ -+ for (i = 0; i <= 31; i++) { -+ if (((BitMask>>i) & 0x1) == 1) -+ break; -+ } -+ -+ return i; -+} -+ -+ -+/* */ -+/* ==> RF shadow Operation API Code Section!!! */ -+/* */ -+/*----------------------------------------------------------------------------- -+ * Function: PHY_RFShadowRead -+ * PHY_RFShadowWrite -+ * PHY_RFShadowCompare -+ * PHY_RFShadowRecorver -+ * PHY_RFShadowCompareAll -+ * PHY_RFShadowRecorverAll -+ * PHY_RFShadowCompareFlagSet -+ * PHY_RFShadowRecorverFlagSet -+ * -+ * Overview: When we set RF register, we must write shadow at first. -+ * When we are running, we must compare shadow abd locate error addr. -+ * Decide to recorver or not. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/20/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+u32 PHY_RFShadowRead(IN PADAPTER Adapter, IN u8 eRFPath, IN u32 Offset) -+{ -+ return RF_Shadow[eRFPath][Offset].Value; -+ -+} /* PHY_RFShadowRead */ -+ -+ -+void PHY_RFShadowWrite( -+ IN PADAPTER Adapter, IN u8 eRFPath, IN u32 Offset, IN u32 Data -+) -+{ -+ RF_Shadow[eRFPath][Offset].Value = (Data & bRFRegOffsetMask); -+ RF_Shadow[eRFPath][Offset].Driver_Write = true; -+ -+} /* PHY_RFShadowWrite */ -+ -+ -+bool PHY_RFShadowCompare(IN PADAPTER Adapter, IN u8 eRFPath, IN u32 Offset) -+{ -+ u32 reg; -+ /* Check if we need to check the register */ -+ if (RF_Shadow[eRFPath][Offset].Compare == true) { -+ reg = rtw_hal_read_rfreg(Adapter, eRFPath, Offset, bRFRegOffsetMask); -+ /* Compare shadow and real rf register for 20bits!! */ -+ if (RF_Shadow[eRFPath][Offset].Value != reg) { -+ /* Locate error position. */ -+ RF_Shadow[eRFPath][Offset].ErrorOrNot = true; -+ /* RT_TRACE(COMP_INIT, DBG_LOUD, */ -+ /* PHY_RFShadowCompare RF-%d Addr%02lx Err = %05lx\n", */ -+ /* eRFPath, Offset, reg)); */ -+ } -+ return RF_Shadow[eRFPath][Offset].ErrorOrNot; -+ } -+ return false; -+} /* PHY_RFShadowCompare */ -+ -+ -+void PHY_RFShadowRecorver(IN PADAPTER Adapter, IN u8 eRFPath, IN u32 Offset) -+{ -+ /* Check if the address is error */ -+ if (RF_Shadow[eRFPath][Offset].ErrorOrNot == true) { -+ /* Check if we need to recorver the register. */ -+ if (RF_Shadow[eRFPath][Offset].Recorver == true) { -+ rtw_hal_write_rfreg(Adapter, eRFPath, Offset, bRFRegOffsetMask, -+ RF_Shadow[eRFPath][Offset].Value); -+ /* RT_TRACE(COMP_INIT, DBG_LOUD, */ -+ /* PHY_RFShadowRecorver RF-%d Addr%02lx=%05lx", */ -+ /* eRFPath, Offset, RF_Shadow[eRFPath][Offset].Value)); */ -+ } -+ } -+ -+} /* PHY_RFShadowRecorver */ -+ -+ -+void PHY_RFShadowCompareAll(IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg = GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) { -+ for (Offset = 0; Offset < maxReg; Offset++) { -+ PHY_RFShadowCompare(Adapter, eRFPath, Offset); -+ } -+ } -+ -+} /* PHY_RFShadowCompareAll */ -+ -+ -+void PHY_RFShadowRecorverAll(IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg = GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) { -+ for (Offset = 0; Offset < maxReg; Offset++) { -+ PHY_RFShadowRecorver(Adapter, eRFPath, Offset); -+ } -+ } -+ -+} /* PHY_RFShadowRecorverAll */ -+ -+ -+void -+PHY_RFShadowCompareFlagSet( -+ IN PADAPTER Adapter, IN u8 eRFPath, IN u32 Offset, IN u8 Type -+) -+{ -+ /* Set True or False!!! */ -+ RF_Shadow[eRFPath][Offset].Compare = Type; -+ -+} /* PHY_RFShadowCompareFlagSet */ -+ -+ -+void PHY_RFShadowRecorverFlagSet( -+ IN PADAPTER Adapter, IN u8 eRFPath, IN u32 Offset, IN u8 Type -+) -+{ -+ /* Set True or False!!! */ -+ RF_Shadow[eRFPath][Offset].Recorver = Type; -+ -+} /* PHY_RFShadowRecorverFlagSet */ -+ -+ -+void PHY_RFShadowCompareFlagSetAll(IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg = GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) { -+ for (Offset = 0; Offset < maxReg; Offset++) { -+ /* 2008/11/20 MH For S3S4 test, we only check reg 26/27 now!!!! */ -+ if (Offset != 0x26 && Offset != 0x27) -+ PHY_RFShadowCompareFlagSet(Adapter, eRFPath, Offset, false); -+ else -+ PHY_RFShadowCompareFlagSet(Adapter, eRFPath, Offset, true); -+ } -+ } -+ -+} /* PHY_RFShadowCompareFlagSetAll */ -+ -+ -+void PHY_RFShadowRecorverFlagSetAll(IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg = GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) { -+ for (Offset = 0; Offset < maxReg; Offset++) { -+ /* 2008/11/20 MH For S3S4 test, we only check reg 26/27 now!!!! */ -+ if (Offset != 0x26 && Offset != 0x27) -+ PHY_RFShadowRecorverFlagSet(Adapter, eRFPath, Offset, false); -+ else -+ PHY_RFShadowRecorverFlagSet(Adapter, eRFPath, Offset, true); -+ } -+ } -+ -+} /* PHY_RFShadowCompareFlagSetAll */ -+ -+void PHY_RFShadowRefresh(IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg = GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) { -+ for (Offset = 0; Offset < maxReg; Offset++) { -+ RF_Shadow[eRFPath][Offset].Value = 0; -+ RF_Shadow[eRFPath][Offset].Compare = false; -+ RF_Shadow[eRFPath][Offset].Recorver = false; -+ RF_Shadow[eRFPath][Offset].ErrorOrNot = false; -+ RF_Shadow[eRFPath][Offset].Driver_Write = false; -+ } -+ } -+ -+} /* PHY_RFShadowRead */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.c linux/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.c ---- linux.old/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,2091 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+#include "odm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+/* 2010/04/25 MH Define the max tx power tracking tx agc power. */ -+#define ODM_TXPWRTRACK_MAX_IDX8723B 6 -+ -+/* MACRO definition for pRFCalibrateInfo->TxIQC_8723B[0] */ -+#define PATH_S0 1 /* RF_PATH_B */ -+#define IDX_0xC94 0 -+#define IDX_0xC80 1 -+#define IDX_0xC4C 2 -+#define IDX_0xC14 0 -+#define IDX_0xCA0 1 -+#define KEY 0 -+#define VAL 1 -+ -+/* MACRO definition for pRFCalibrateInfo->TxIQC_8723B[1] */ -+#define PATH_S1 0 /* RF_PATH_A */ -+#define IDX_0xC9C 0 -+#define IDX_0xC88 1 -+#define IDX_0xC4C 2 -+#define IDX_0xC1C 0 -+#define IDX_0xC78 1 -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+/* In the case that we fail to read TxPowerTrack.txt, we use the table for -+ * 88E as the default table. -+ */ -+static u8 DeltaSwingTableIdx_2GA_N_8188E[] = { -+ 0, 0, 0, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 6, 6, -+ 7, 7, 7, 7, 8, 8, 9, 9, 10, 10, 10, 11, 11, 11, 11 -+}; -+static u8 DeltaSwingTableIdx_2GA_P_8188E[] = { -+ 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 4, 4, -+ 4, 4, 4, 5, 5, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9 -+}; -+ -+/* 3 ============================================================ */ -+/* 3 Tx Power Tracking */ -+/* 3 ============================================================ */ -+ -+ -+static void setIqkMatrix_8723B( -+ PDM_ODM_T pDM_Odm, -+ u8 OFDM_index, -+ u8 RFPath, -+ s32 IqkResult_X, -+ s32 IqkResult_Y -+) -+{ -+ s32 ele_A = 0, ele_D, ele_C = 0, value32; -+ -+ if (OFDM_index >= OFDM_TABLE_SIZE) -+ OFDM_index = OFDM_TABLE_SIZE-1; -+ -+ ele_D = (OFDMSwingTable_New[OFDM_index] & 0xFFC00000)>>22; -+ -+ /* new element A = element D x X */ -+ if ((IqkResult_X != 0) && (*(pDM_Odm->pBandType) == ODM_BAND_2_4G)) { -+ if ((IqkResult_X & 0x00000200) != 0) /* consider minus */ -+ IqkResult_X = IqkResult_X | 0xFFFFFC00; -+ ele_A = ((IqkResult_X * ele_D)>>8)&0x000003FF; -+ -+ /* new element C = element D x Y */ -+ if ((IqkResult_Y & 0x00000200) != 0) -+ IqkResult_Y = IqkResult_Y | 0xFFFFFC00; -+ ele_C = ((IqkResult_Y * ele_D)>>8)&0x000003FF; -+ -+ /* if (RFPath == ODM_RF_PATH_A) */ -+ switch (RFPath) { -+ case ODM_RF_PATH_A: -+ /* wirte new elements A, C, D to regC80 and regC94, element B is always 0 */ -+ value32 = (ele_D<<22)|((ele_C&0x3F)<<16)|ele_A; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XATxIQImbalance, bMaskDWord, value32); -+ -+ value32 = (ele_C&0x000003C0)>>6; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XCTxAFE, bMaskH4Bits, value32); -+ -+ value32 = ((IqkResult_X * ele_D)>>7)&0x01; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT24, value32); -+ break; -+ case ODM_RF_PATH_B: -+ /* wirte new elements A, C, D to regC88 and regC9C, element B is always 0 */ -+ value32 = (ele_D<<22)|((ele_C&0x3F)<<16)|ele_A; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XBTxIQImbalance, bMaskDWord, value32); -+ -+ value32 = (ele_C&0x000003C0)>>6; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XDTxAFE, bMaskH4Bits, value32); -+ -+ value32 = ((IqkResult_X * ele_D)>>7)&0x01; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT28, value32); -+ -+ break; -+ default: -+ break; -+ } -+ } else { -+ switch (RFPath) { -+ case ODM_RF_PATH_A: -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XATxIQImbalance, bMaskDWord, OFDMSwingTable_New[OFDM_index]); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XCTxAFE, bMaskH4Bits, 0x00); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT24, 0x00); -+ break; -+ -+ case ODM_RF_PATH_B: -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XBTxIQImbalance, bMaskDWord, OFDMSwingTable_New[OFDM_index]); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XDTxAFE, bMaskH4Bits, 0x00); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT28, 0x00); -+ break; -+ -+ default: -+ break; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("TxPwrTracking path B: X = 0x%x, Y = 0x%x ele_A = 0x%x ele_C = 0x%x ele_D = 0x%x 0xeb4 = 0x%x 0xebc = 0x%x\n", -+ (u32)IqkResult_X, (u32)IqkResult_Y, (u32)ele_A, (u32)ele_C, (u32)ele_D, (u32)IqkResult_X, (u32)IqkResult_Y)); -+} -+ -+ -+static void setCCKFilterCoefficient(PDM_ODM_T pDM_Odm, u8 CCKSwingIndex) -+{ -+ if (!pDM_Odm->RFCalibrateInfo.bCCKinCH14) { -+ rtw_write8(pDM_Odm->Adapter, 0xa22, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][0]); -+ rtw_write8(pDM_Odm->Adapter, 0xa23, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][1]); -+ rtw_write8(pDM_Odm->Adapter, 0xa24, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][2]); -+ rtw_write8(pDM_Odm->Adapter, 0xa25, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][3]); -+ rtw_write8(pDM_Odm->Adapter, 0xa26, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][4]); -+ rtw_write8(pDM_Odm->Adapter, 0xa27, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][5]); -+ rtw_write8(pDM_Odm->Adapter, 0xa28, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][6]); -+ rtw_write8(pDM_Odm->Adapter, 0xa29, CCKSwingTable_Ch1_Ch13_New[CCKSwingIndex][7]); -+ } else { -+ rtw_write8(pDM_Odm->Adapter, 0xa22, CCKSwingTable_Ch14_New[CCKSwingIndex][0]); -+ rtw_write8(pDM_Odm->Adapter, 0xa23, CCKSwingTable_Ch14_New[CCKSwingIndex][1]); -+ rtw_write8(pDM_Odm->Adapter, 0xa24, CCKSwingTable_Ch14_New[CCKSwingIndex][2]); -+ rtw_write8(pDM_Odm->Adapter, 0xa25, CCKSwingTable_Ch14_New[CCKSwingIndex][3]); -+ rtw_write8(pDM_Odm->Adapter, 0xa26, CCKSwingTable_Ch14_New[CCKSwingIndex][4]); -+ rtw_write8(pDM_Odm->Adapter, 0xa27, CCKSwingTable_Ch14_New[CCKSwingIndex][5]); -+ rtw_write8(pDM_Odm->Adapter, 0xa28, CCKSwingTable_Ch14_New[CCKSwingIndex][6]); -+ rtw_write8(pDM_Odm->Adapter, 0xa29, CCKSwingTable_Ch14_New[CCKSwingIndex][7]); -+ } -+} -+ -+void DoIQK_8723B( -+ PDM_ODM_T pDM_Odm, -+ u8 DeltaThermalIndex, -+ u8 ThermalValue, -+ u8 Threshold -+) -+{ -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: odm_TxPwrTrackSetPwr88E() -+ * -+ * Overview: 88E change all channel tx power accordign to flag. -+ * OFDM & CCK are all different. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ *When Who Remark -+ *04/23/2012 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+void ODM_TxPwrTrackSetPwr_8723B( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u8 RFPath, -+ u8 ChannelMappedIndex -+) -+{ -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u8 PwrTrackingLimit_OFDM = 34; /* 0dB */ -+ u8 PwrTrackingLimit_CCK = 28; /* 2dB */ -+ u8 TxRate = 0xFF; -+ u8 Final_OFDM_Swing_Index = 0; -+ u8 Final_CCK_Swing_Index = 0; -+ -+ { -+ u16 rate = *(pDM_Odm->pForcedDataRate); -+ -+ if (!rate) { /* auto rate */ -+ if (pDM_Odm->TxRate != 0xFF) -+ TxRate = HwRateToMRate(pDM_Odm->TxRate); -+ } else /* force rate */ -+ TxRate = (u8)rate; -+ -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("===>ODM_TxPwrTrackSetPwr8723B\n")); -+ -+ if (TxRate != 0xFF) { -+ /* 2 CCK */ -+ if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M)) -+ PwrTrackingLimit_CCK = 28; /* 2dB */ -+ /* 2 OFDM */ -+ else if ((TxRate >= MGN_6M) && (TxRate <= MGN_48M)) -+ PwrTrackingLimit_OFDM = 36; /* 3dB */ -+ else if (TxRate == MGN_54M) -+ PwrTrackingLimit_OFDM = 34; /* 2dB */ -+ -+ /* 2 HT */ -+ else if ((TxRate >= MGN_MCS0) && (TxRate <= MGN_MCS2)) /* QPSK/BPSK */ -+ PwrTrackingLimit_OFDM = 38; /* 4dB */ -+ else if ((TxRate >= MGN_MCS3) && (TxRate <= MGN_MCS4)) /* 16QAM */ -+ PwrTrackingLimit_OFDM = 36; /* 3dB */ -+ else if ((TxRate >= MGN_MCS5) && (TxRate <= MGN_MCS7)) /* 64QAM */ -+ PwrTrackingLimit_OFDM = 34; /* 2dB */ -+ -+ else -+ PwrTrackingLimit_OFDM = pDM_Odm->DefaultOfdmIndex; /* Default OFDM index = 30 */ -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("TxRate = 0x%x, PwrTrackingLimit =%d\n", TxRate, PwrTrackingLimit_OFDM)); -+ -+ if (Method == TXAGC) { -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("odm_TxPwrTrackSetPwr8723B CH =%d\n", *(pDM_Odm->pChannel))); -+ -+ pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; -+ -+ pDM_Odm->Modify_TxAGC_Flag_PathA = true; -+ pDM_Odm->Modify_TxAGC_Flag_PathA_CCK = true; -+ -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); -+ } else if (Method == BBSWING) { -+ Final_OFDM_Swing_Index = pDM_Odm->DefaultOfdmIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; -+ Final_CCK_Swing_Index = pDM_Odm->DefaultCckIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; -+ -+ /* Adjust BB swing by OFDM IQ matrix */ -+ if (Final_OFDM_Swing_Index >= PwrTrackingLimit_OFDM) -+ Final_OFDM_Swing_Index = PwrTrackingLimit_OFDM; -+ else if (Final_OFDM_Swing_Index <= 0) -+ Final_OFDM_Swing_Index = 0; -+ -+ if (Final_CCK_Swing_Index >= CCK_TABLE_SIZE) -+ Final_CCK_Swing_Index = CCK_TABLE_SIZE-1; -+ else if (pDM_Odm->BbSwingIdxCck <= 0) -+ Final_CCK_Swing_Index = 0; -+ -+ setIqkMatrix_8723B(pDM_Odm, Final_OFDM_Swing_Index, RFPath, -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][0], -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][1]); -+ -+ setCCKFilterCoefficient(pDM_Odm, Final_CCK_Swing_Index); -+ -+ } else if (Method == MIX_MODE) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("pDM_Odm->DefaultOfdmIndex =%d, pDM_Odm->DefaultCCKIndex =%d, pDM_Odm->Absolute_OFDMSwingIdx[RFPath]=%d, RF_Path = %d\n", -+ pDM_Odm->DefaultOfdmIndex, pDM_Odm->DefaultCckIndex, pDM_Odm->Absolute_OFDMSwingIdx[RFPath], RFPath)); -+ -+ Final_OFDM_Swing_Index = pDM_Odm->DefaultOfdmIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; -+ Final_CCK_Swing_Index = pDM_Odm->DefaultCckIndex + pDM_Odm->Absolute_OFDMSwingIdx[RFPath]; -+ -+ if (Final_OFDM_Swing_Index > PwrTrackingLimit_OFDM) { /* BBSwing higher then Limit */ -+ pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index - PwrTrackingLimit_OFDM; -+ -+ setIqkMatrix_8723B(pDM_Odm, PwrTrackingLimit_OFDM, RFPath, -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][0], -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][1]); -+ -+ pDM_Odm->Modify_TxAGC_Flag_PathA = true; -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A Over BBSwing Limit , PwrTrackingLimit = %d , Remnant TxAGC Value = %d\n", -+ PwrTrackingLimit_OFDM, pDM_Odm->Remnant_OFDMSwingIdx[RFPath])); -+ } else if (Final_OFDM_Swing_Index <= 0) { -+ pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; -+ -+ setIqkMatrix_8723B(pDM_Odm, 0, RFPath, -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][0], -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][1]); -+ -+ pDM_Odm->Modify_TxAGC_Flag_PathA = true; -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A Lower then BBSwing lower bound 0 , Remnant TxAGC Value = %d\n", -+ pDM_Odm->Remnant_OFDMSwingIdx[RFPath])); -+ } else { -+ setIqkMatrix_8723B(pDM_Odm, Final_OFDM_Swing_Index, RFPath, -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][0], -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[ChannelMappedIndex].Value[0][1]); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A Compensate with BBSwing , Final_OFDM_Swing_Index = %d\n", Final_OFDM_Swing_Index)); -+ -+ if (pDM_Odm->Modify_TxAGC_Flag_PathA) { /* If TxAGC has changed, reset TxAGC again */ -+ pDM_Odm->Remnant_OFDMSwingIdx[RFPath] = 0; -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM); -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7); -+ pDM_Odm->Modify_TxAGC_Flag_PathA = false; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A pDM_Odm->Modify_TxAGC_Flag = false\n")); -+ } -+ } -+ -+ if (Final_CCK_Swing_Index > PwrTrackingLimit_CCK) { -+ pDM_Odm->Remnant_CCKSwingIdx = Final_CCK_Swing_Index - PwrTrackingLimit_CCK; -+ setCCKFilterCoefficient(pDM_Odm, PwrTrackingLimit_CCK); -+ pDM_Odm->Modify_TxAGC_Flag_PathA_CCK = true; -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A CCK Over Limit , PwrTrackingLimit_CCK = %d , pDM_Odm->Remnant_CCKSwingIdx = %d\n", PwrTrackingLimit_CCK, pDM_Odm->Remnant_CCKSwingIdx)); -+ } else if (Final_CCK_Swing_Index <= 0) { /* Lowest CCK Index = 0 */ -+ pDM_Odm->Remnant_CCKSwingIdx = Final_CCK_Swing_Index; -+ setCCKFilterCoefficient(pDM_Odm, 0); -+ pDM_Odm->Modify_TxAGC_Flag_PathA_CCK = true; -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A CCK Under Limit , PwrTrackingLimit_CCK = %d , pDM_Odm->Remnant_CCKSwingIdx = %d\n", 0, pDM_Odm->Remnant_CCKSwingIdx)); -+ } else { -+ setCCKFilterCoefficient(pDM_Odm, Final_CCK_Swing_Index); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A CCK Compensate with BBSwing , Final_CCK_Swing_Index = %d\n", Final_CCK_Swing_Index)); -+ -+ if (pDM_Odm->Modify_TxAGC_Flag_PathA_CCK) { /* If TxAGC has changed, reset TxAGC again */ -+ pDM_Odm->Remnant_CCKSwingIdx = 0; -+ PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK); -+ pDM_Odm->Modify_TxAGC_Flag_PathA_CCK = false; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Path_A pDM_Odm->Modify_TxAGC_Flag_CCK = false\n")); -+ } -+ } -+ } else -+ return; /* This method is not supported. */ -+} -+ -+static void GetDeltaSwingTable_8723B( -+ PDM_ODM_T pDM_Odm, -+ u8 **TemperatureUP_A, -+ u8 **TemperatureDOWN_A, -+ u8 **TemperatureUP_B, -+ u8 **TemperatureDOWN_B -+) -+{ -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u16 rate = *(pDM_Odm->pForcedDataRate); -+ u8 channel = pHalData->CurrentChannel; -+ -+ if (1 <= channel && channel <= 14) { -+ if (IS_CCK_RATE(rate)) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N; -+ } else { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N; -+ } -+ } /*else if (36 <= channel && channel <= 64) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[0]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[0]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[0]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[0]; -+ } else if (100 <= channel && channel <= 140) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[1]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[1]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[1]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[1]; -+ } else if (149 <= channel && channel <= 173) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[2]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[2]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[2]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[2]; -+ }*/else { -+ *TemperatureUP_A = (u8 *)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_A = (u8 *)DeltaSwingTableIdx_2GA_N_8188E; -+ *TemperatureUP_B = (u8 *)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_B = (u8 *)DeltaSwingTableIdx_2GA_N_8188E; -+ } -+ -+ return; -+} -+ -+ -+void ConfigureTxpowerTrack_8723B(PTXPWRTRACK_CFG pConfig) -+{ -+ pConfig->SwingTableSize_CCK = CCK_TABLE_SIZE; -+ pConfig->SwingTableSize_OFDM = OFDM_TABLE_SIZE; -+ pConfig->Threshold_IQK = IQK_THRESHOLD; -+ pConfig->AverageThermalNum = AVG_THERMAL_NUM_8723B; -+ pConfig->RfPathCount = MAX_PATH_NUM_8723B; -+ pConfig->ThermalRegAddr = RF_T_METER_8723B; -+ -+ pConfig->ODM_TxPwrTrackSetPwr = ODM_TxPwrTrackSetPwr_8723B; -+ pConfig->DoIQK = DoIQK_8723B; -+ pConfig->PHY_LCCalibrate = PHY_LCCalibrate_8723B; -+ pConfig->GetDeltaSwingTable = GetDeltaSwingTable_8723B; -+} -+ -+/* 1 7. IQK */ -+#define MAX_TOLERANCE 5 -+#define IQK_DELAY_TIME 1 /* ms */ -+ -+/* bit0 = 1 => Tx OK, bit1 = 1 => Rx OK */ -+static u8 phy_PathA_IQK_8723B( -+ struct adapter *padapter, bool configPathB, u8 RF_Path -+) -+{ -+ u32 regEAC, regE94, regE9C, tmp, Path_SEL_BB /*, regEA4*/; -+ u8 result = 0x00; -+ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ /* Save RF Path */ -+ Path_SEL_BB = PHY_QueryBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A IQK!\n")); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ /* enable path A PA in TXIQK mode */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x18000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0003f); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xc7f87); -+ /* disable path B PA in TXIQK mode */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xed, bRFRegOffsetMask, 0x00020); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x43, bRFRegOffsetMask, 0x40ec1); */ -+ -+ /* 1 Tx IQK */ -+ /* IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord, 0x01007c00); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK, bMaskDWord, 0x01004800); -+ /* path-A IQK setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A IQK setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_A, bMaskDWord, 0x18008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_A, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+/* PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x8214010a); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x821303ea); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x28110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_B, bMaskDWord, 0x82110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_B, bMaskDWord, 0x28110000); -+ -+ /* LO calibration setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Rsp, bMaskDWord, 0x00462911); -+ -+ /* enter IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x808000); -+ -+ /* Ant switch */ -+ if (configPathB || (RF_Path == 0)) -+ /* wifi switch to S1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000000); -+ else -+ /* wifi switch to S0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+ -+ /* GNT_BT = 0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00000800); -+ -+ /* One shot, path A LOK & IQK */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ /* delay x ms */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_8723B)); */ -+ /* PlatformStallExecution(IQK_DELAY_TIME_8723B*1000); */ -+ mdelay(IQK_DELAY_TIME_8723B); -+ -+ /* restore Ant Path */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); -+ /* GNT_BT = 1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00001800); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ -+ /* Check failed */ -+ regEAC = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ regE94 = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord); -+ regE9C = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe94 = 0x%x, 0xe9c = 0x%x\n", regE94, regE9C)); -+ /* monitor image power before & after IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe90(before IQK) = 0x%x, 0xe98(afer IQK) = 0x%x\n", -+ PHY_QueryBBReg(pDM_Odm->Adapter, 0xe90, bMaskDWord), PHY_QueryBBReg(pDM_Odm->Adapter, 0xe98, bMaskDWord))); -+ -+ -+ /* Allen 20131125 */ -+ tmp = (regE9C & 0x03FF0000)>>16; -+ if ((tmp & 0x200) > 0) -+ tmp = 0x400 - tmp; -+ -+ if ( -+ !(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) && -+ (((regE94 & 0x03FF0000)>>16) < 0x110) && -+ (((regE94 & 0x03FF0000)>>16) > 0xf0) && -+ (tmp < 0xf) -+ ) -+ result |= 0x01; -+ else /* if Tx not OK, ignore Rx */ -+ return result; -+ -+ return result; -+} -+ -+/* bit0 = 1 => Tx OK, bit1 = 1 => Rx OK */ -+static u8 phy_PathA_RxIQK8723B( -+ struct adapter *padapter, bool configPathB, u8 RF_Path -+) -+{ -+ u32 regEAC, regE94, regE9C, regEA4, u4tmp, tmp, Path_SEL_BB; -+ u8 result = 0x00; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A Rx IQK!\n")); */ -+ -+ /* Save RF Path */ -+ Path_SEL_BB = PHY_QueryBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A RX IQK:Get TXIMR setting\n")); -+ /* 1 Get TXIMR setting */ -+ /* modify RXIQK mode table */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A Rx IQK modify RXIQK mode table!\n")); */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x18000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0001f); -+ /* LNA2 off, PA on for Dcut */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xf7fb7); -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x0); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x808000); -+ -+ /* IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord, 0x01007c00); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK, bMaskDWord, 0x01004800); -+ -+ /* path-A IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_A, bMaskDWord, 0x18008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_A, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x82160c1f); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x82130ff0); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x28110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_B, bMaskDWord, 0x82110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_B, bMaskDWord, 0x28110000); -+ -+ /* LO calibration setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Rsp, bMaskDWord, 0x0046a911); -+ -+ /* enter IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x808000); -+ -+ /* Ant switch */ -+ if (configPathB || (RF_Path == 0)) -+ /* wifi switch to S1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000000); -+ else -+ /* wifi switch to S0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+ -+ /* GNT_BT = 0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00000800); -+ -+ /* One shot, path A LOK & IQK */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ /* delay x ms */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_8723B)); */ -+ /* PlatformStallExecution(IQK_DELAY_TIME_8723B*1000); */ -+ mdelay(IQK_DELAY_TIME_8723B); -+ -+ /* restore Ant Path */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); -+ /* GNT_BT = 1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00001800); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ /* Check failed */ -+ regEAC = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ regE94 = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord); -+ regE9C = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe94 = 0x%x, 0xe9c = 0x%x\n", regE94, regE9C)); -+ /* monitor image power before & after IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe90(before IQK) = 0x%x, 0xe98(afer IQK) = 0x%x\n", -+ PHY_QueryBBReg(pDM_Odm->Adapter, 0xe90, bMaskDWord), PHY_QueryBBReg(pDM_Odm->Adapter, 0xe98, bMaskDWord))); -+ -+ /* Allen 20131125 */ -+ tmp = (regE9C & 0x03FF0000)>>16; -+ if ((tmp & 0x200) > 0) -+ tmp = 0x400 - tmp; -+ -+ if ( -+ !(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) && -+ (((regE94 & 0x03FF0000)>>16) < 0x110) && -+ (((regE94 & 0x03FF0000)>>16) > 0xf0) && -+ (tmp < 0xf) -+ ) -+ result |= 0x01; -+ else /* if Tx not OK, ignore Rx */ -+ return result; -+ -+ u4tmp = 0x80007C00 | (regE94&0x3FF0000) | ((regE9C&0x3FF0000) >> 16); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord, u4tmp); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe40 = 0x%x u4tmp = 0x%x\n", PHY_QueryBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord), u4tmp)); -+ -+ -+ /* 1 RX IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A RX IQK\n")); -+ -+ /* modify RXIQK mode table */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A Rx IQK modify RXIQK mode table 2!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x18000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0001f); -+ /* LAN2 on, PA off for Dcut */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xf7d77); -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x0); */ -+ -+ /* PA, PAD setting */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xdf, bRFRegOffsetMask, 0xf80); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x55, bRFRegOffsetMask, 0x4021f); -+ -+ -+ /* IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK, bMaskDWord, 0x01004800); -+ -+ /* path-A IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_A, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_A, bMaskDWord, 0x18008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x82110000); -+/* PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x281604c2); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x2813001f); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_B, bMaskDWord, 0x82110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_B, bMaskDWord, 0x28110000); -+ -+ /* LO calibration setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Rsp, bMaskDWord, 0x0046a8d1); -+ -+ /* enter IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x808000); -+ -+ /* Ant switch */ -+ if (configPathB || (RF_Path == 0)) -+ /* wifi switch to S1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000000); -+ else -+ /* wifi switch to S0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+ -+ /* GNT_BT = 0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00000800); -+ -+ /* One shot, path A LOK & IQK */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ /* delay x ms */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_88E)); */ -+ /* PlatformStallExecution(IQK_DELAY_TIME_8723B*1000); */ -+ mdelay(IQK_DELAY_TIME_8723B); -+ -+ /* restore Ant Path */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); -+ /* GNT_BT = 1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00001800); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ /* Check failed */ -+ regEAC = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ regEA4 = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_Before_IQK_A_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xea4 = 0x%x, 0xeac = 0x%x\n", regEA4, regEAC)); -+ /* monitor image power before & after IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xea0(before IQK) = 0x%x, 0xea8(afer IQK) = 0x%x\n", -+ PHY_QueryBBReg(pDM_Odm->Adapter, 0xea0, bMaskDWord), PHY_QueryBBReg(pDM_Odm->Adapter, 0xea8, bMaskDWord))); -+ -+ /* PA/PAD controlled by 0x0 */ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xdf, bRFRegOffsetMask, 0x780); -+ -+ /* Allen 20131125 */ -+ tmp = (regEAC & 0x03FF0000)>>16; -+ if ((tmp & 0x200) > 0) -+ tmp = 0x400 - tmp; -+ -+ if ( -+ !(regEAC & BIT27) && /* if Tx is OK, check whether Rx is OK */ -+ (((regEA4 & 0x03FF0000)>>16) != 0x132) && -+ (((regEAC & 0x03FF0000)>>16) != 0x36) && -+ (((regEA4 & 0x03FF0000)>>16) < 0x110) && -+ (((regEA4 & 0x03FF0000)>>16) > 0xf0) && -+ (tmp < 0xf) -+ ) -+ result |= 0x02; -+ else /* if Tx not OK, ignore Rx */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A Rx IQK fail!!\n")); -+ return result; -+} -+ -+/* bit0 = 1 => Tx OK, bit1 = 1 => Rx OK */ -+static u8 phy_PathB_IQK_8723B(struct adapter *padapter) -+{ -+ u32 regEAC, regE94, regE9C, tmp, Path_SEL_BB/*, regEC4, regECC, Path_SEL_BB*/; -+ u8 result = 0x00; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B IQK!\n")); -+ -+ /* Save RF Path */ -+ Path_SEL_BB = PHY_QueryBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ /* in TXIQK mode */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x20000); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0003f); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xc7f87); */ -+ /* enable path B PA in TXIQK mode */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xed, 0x20, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x43, bRFRegOffsetMask, 0x30fc1); -+ -+ -+ -+ /* 1 Tx IQK */ -+ /* IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord, 0x01007c00); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK, bMaskDWord, 0x01004800); -+ /* path-A IQK setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-B IQK setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_A, bMaskDWord, 0x18008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_A, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x82140114); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x821303ea); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x28110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_B, bMaskDWord, 0x82110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_B, bMaskDWord, 0x28110000); -+ -+ /* LO calibration setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Rsp, bMaskDWord, 0x00462911); -+ -+ /* enter IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x808000); -+ -+ /* switch to path B */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xb0, bRFRegOffsetMask, 0xeffe0); */ -+ -+ /* GNT_BT = 0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00000800); -+ -+ /* One shot, path B LOK & IQK */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path B LOK & IQK!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ /* delay x ms */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path B LOK & IQK.\n", IQK_DELAY_TIME_88E)); */ -+ /* PlatformStallExecution(IQK_DELAY_TIME_88E*1000); */ -+ mdelay(IQK_DELAY_TIME_8723B); -+ -+ /* restore Ant Path */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); -+ /* GNT_BT = 1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00001800); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0x948 = 0x%x\n", PHY_QueryBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord))); */ -+ -+ -+ /* Check failed */ -+ regEAC = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ regE94 = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord); -+ regE9C = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe94 = 0x%x, 0xe9c = 0x%x\n", regE94, regE9C)); -+ /* monitor image power before & after IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe90(before IQK) = 0x%x, 0xe98(afer IQK) = 0x%x\n", -+ PHY_QueryBBReg(pDM_Odm->Adapter, 0xe90, bMaskDWord), PHY_QueryBBReg(pDM_Odm->Adapter, 0xe98, bMaskDWord))); -+ -+ /* Allen 20131125 */ -+ tmp = (regE9C & 0x03FF0000)>>16; -+ if ((tmp & 0x200) > 0) -+ tmp = 0x400 - tmp; -+ -+ if ( -+ !(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) && -+ (((regE94 & 0x03FF0000)>>16) < 0x110) && -+ (((regE94 & 0x03FF0000)>>16) > 0xf0) && -+ (tmp < 0xf) -+ ) -+ result |= 0x01; -+ -+ return result; -+} -+ -+/* bit0 = 1 => Tx OK, bit1 = 1 => Rx OK */ -+static u8 phy_PathB_RxIQK8723B(struct adapter *padapter, bool configPathB) -+{ -+ u32 regE94, regE9C, regEA4, regEAC, u4tmp, tmp, Path_SEL_BB; -+ u8 result = 0x00; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B Rx IQK!\n")); */ -+ -+ /* Save RF Path */ -+ Path_SEL_BB = PHY_QueryBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord); -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ /* switch to path B */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+ -+ /* 1 Get TXIMR setting */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B RX IQK:Get TXIMR setting!\n")); -+ /* modify RXIQK mode table */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A Rx IQK modify RXIQK mode table!\n")); */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x18000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0001f); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xf7fb7); -+ /* open PA S1 & SMIXER */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xed, 0x20, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x43, bRFRegOffsetMask, 0x30fcd); -+ -+ -+ /* IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord, 0x01007c00); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK, bMaskDWord, 0x01004800); -+ -+ -+ /* path-B IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_A, bMaskDWord, 0x18008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_A, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x82160c1f); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x82130ff0); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x28110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_B, bMaskDWord, 0x82110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_B, bMaskDWord, 0x28110000); -+ -+ /* LO calibration setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Rsp, bMaskDWord, 0x0046a911); -+ -+ /* enter IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x808000); -+ -+ /* switch to path B */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xb0, bRFRegOffsetMask, 0xeffe0); */ -+ -+ /* GNT_BT = 0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00000800); -+ -+ /* One shot, path B TXIQK @ RXIQK */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path B LOK & IQK!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ -+ /* delay x ms */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_88E)); */ -+ /* PlatformStallExecution(IQK_DELAY_TIME_88E*1000); */ -+ mdelay(IQK_DELAY_TIME_8723B); -+ -+ /* restore Ant Path */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); -+ /* GNT_BT = 1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00001800); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ /* Check failed */ -+ regEAC = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ regE94 = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord); -+ regE9C = PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe94 = 0x%x, 0xe9c = 0x%x\n", regE94, regE9C)); -+ /* monitor image power before & after IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe90(before IQK) = 0x%x, 0xe98(afer IQK) = 0x%x\n", -+ PHY_QueryBBReg(pDM_Odm->Adapter, 0xe90, bMaskDWord), PHY_QueryBBReg(pDM_Odm->Adapter, 0xe98, bMaskDWord))); -+ -+ /* Allen 20131125 */ -+ tmp = (regE9C & 0x03FF0000)>>16; -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("tmp1 = 0x%x\n", tmp)); */ -+ if ((tmp & 0x200) > 0) -+ tmp = 0x400 - tmp; -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("tmp2 = 0x%x\n", tmp)); */ -+ -+ if ( -+ !(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) && -+ (((regE94 & 0x03FF0000)>>16) < 0x110) && -+ (((regE94 & 0x03FF0000)>>16) > 0xf0) && -+ (tmp < 0xf) -+ ) -+ result |= 0x01; -+ else /* if Tx not OK, ignore Rx */ -+ return result; -+ -+ u4tmp = 0x80007C00 | (regE94&0x3FF0000) | ((regE9C&0x3FF0000) >> 16); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord, u4tmp); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe40 = 0x%x u4tmp = 0x%x\n", PHY_QueryBBReg(pDM_Odm->Adapter, rTx_IQK, bMaskDWord), u4tmp)); -+ -+ /* 1 RX IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B RX IQK\n")); -+ -+ /* modify RXIQK mode table */ -+ /* 20121009, Kordan> RF Mode = 3 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x18000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0001f); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xf7d77); -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x0); */ -+ -+ /* open PA S1 & close SMIXER */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xed, 0x20, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x43, bRFRegOffsetMask, 0x30ebd); -+ -+ /* PA, PAD setting */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xdf, bRFRegOffsetMask, 0xf80); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x56, bRFRegOffsetMask, 0x51000); */ -+ -+ /* IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK, bMaskDWord, 0x01004800); -+ -+ /* path-B IQK setting */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_A, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_A, bMaskDWord, 0x18008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_B, bMaskDWord, 0x38008c1c); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_A, bMaskDWord, 0x82110000); -+/* PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x281604c2); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_A, bMaskDWord, 0x2813001f); -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_PI_B, bMaskDWord, 0x82110000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_PI_B, bMaskDWord, 0x28110000); -+ -+ /* LO calibration setting */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Rsp, bMaskDWord, 0x0046a8d1); -+ -+ /* enter IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x808000); -+ -+ /* switch to path B */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xb0, bRFRegOffsetMask, 0xeffe0); */ -+ -+ /* GNT_BT = 0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00000800); -+ -+ /* One shot, path B LOK & IQK */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path B LOK & IQK!\n")); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ PHY_SetBBReg(pDM_Odm->Adapter, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ /* delay x ms */ -+/* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_88E)); */ -+ /* PlatformStallExecution(IQK_DELAY_TIME_88E*1000); */ -+ mdelay(IQK_DELAY_TIME_8723B); -+ -+ /* restore Ant Path */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); -+ /* GNT_BT = 1 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, 0x00001800); -+ -+ /* leave IQK mode */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ -+ /* Check failed */ -+ regEAC = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ regEA4 = PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_Before_IQK_A_2, bMaskDWord);; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xea4 = 0x%x, 0xeac = 0x%x\n", regEA4, regEAC)); -+ /* monitor image power before & after IQK */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xea0(before IQK) = 0x%x, 0xea8(afer IQK) = 0x%x\n", -+ PHY_QueryBBReg(pDM_Odm->Adapter, 0xea0, bMaskDWord), PHY_QueryBBReg(pDM_Odm->Adapter, 0xea8, bMaskDWord))); -+ -+ /* PA/PAD controlled by 0x0 */ -+ /* leave IQK mode */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, 0xffffff00, 0x00000000); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_B, 0xdf, bRFRegOffsetMask, 0x180); */ -+ -+ -+ -+ /* Allen 20131125 */ -+ tmp = (regEAC & 0x03FF0000)>>16; -+ if ((tmp & 0x200) > 0) -+ tmp = 0x400 - tmp; -+ -+ if ( -+ !(regEAC & BIT27) && /* if Tx is OK, check whether Rx is OK */ -+ (((regEA4 & 0x03FF0000)>>16) != 0x132) && -+ (((regEAC & 0x03FF0000)>>16) != 0x36) && -+ (((regEA4 & 0x03FF0000)>>16) < 0x110) && -+ (((regEA4 & 0x03FF0000)>>16) > 0xf0) && -+ (tmp < 0xf) -+ ) -+ result |= 0x02; -+ else -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B Rx IQK fail!!\n")); -+ -+ return result; -+} -+ -+static void _PHY_PathAFillIQKMatrix8723B( -+ struct adapter *padapter, -+ bool bIQKOK, -+ s32 result[][8], -+ u8 final_candidate, -+ bool bTxOnly -+) -+{ -+ u32 Oldval_0, X, TX0_A, reg; -+ s32 Y, TX0_C; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A IQ Calibration %s !\n", (bIQKOK)?"Success":"Failed")); -+ -+ if (final_candidate == 0xFF) -+ return; -+ -+ else if (bIQKOK) { -+ Oldval_0 = (PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XATxIQImbalance, bMaskDWord) >> 22) & 0x3FF; -+ -+ X = result[final_candidate][0]; -+ if ((X & 0x00000200) != 0) -+ X = X | 0xFFFFFC00; -+ TX0_A = (X * Oldval_0) >> 8; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("X = 0x%x, TX0_A = 0x%x, Oldval_0 0x%x\n", X, TX0_A, Oldval_0)); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XATxIQImbalance, 0x3FF, TX0_A); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT(31), ((X*Oldval_0>>7) & 0x1)); -+ -+ Y = result[final_candidate][1]; -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ -+ /* 2 Tx IQC */ -+ TX0_C = (Y * Oldval_0) >> 8; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Y = 0x%x, TX = 0x%x\n", Y, TX0_C)); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XCTxAFE, 0xF0000000, ((TX0_C&0x3C0)>>6)); -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC94][KEY] = rOFDM0_XCTxAFE; -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC94][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XCTxAFE, bMaskDWord); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XATxIQImbalance, 0x003F0000, (TX0_C&0x3F)); -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC80][KEY] = rOFDM0_XATxIQImbalance; -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC80][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XATxIQImbalance, bMaskDWord); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT(29), ((Y*Oldval_0>>7) & 0x1)); -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC4C][KEY] = rOFDM0_ECCAThreshold; -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC4C][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskDWord); -+ -+ if (bTxOnly) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("_PHY_PathAFillIQKMatrix8723B only Tx OK\n")); -+ -+ /* <20130226, Kordan> Saving RxIQC, otherwise not initialized. */ -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xCA0][KEY] = rOFDM0_RxIQExtAnta; -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xCA0][VAL] = 0xfffffff & PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_RxIQExtAnta, bMaskDWord); -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][KEY] = rOFDM0_XARxIQImbalance; -+/* pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XARxIQImbalance, bMaskDWord); */ -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][VAL] = 0x40000100; -+ return; -+ } -+ -+ reg = result[final_candidate][2]; -+ -+ /* 2 Rx IQC */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XARxIQImbalance, 0x3FF, reg); -+ reg = result[final_candidate][3] & 0x3F; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XARxIQImbalance, 0xFC00, reg); -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][KEY] = rOFDM0_XARxIQImbalance; -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XARxIQImbalance, bMaskDWord); -+ -+ reg = (result[final_candidate][3] >> 6) & 0xF; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_RxIQExtAnta, 0xF0000000, reg); -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xCA0][KEY] = rOFDM0_RxIQExtAnta; -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xCA0][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_RxIQExtAnta, bMaskDWord); -+ -+ } -+} -+ -+static void _PHY_PathBFillIQKMatrix8723B( -+ struct adapter *padapter, -+ bool bIQKOK, -+ s32 result[][8], -+ u8 final_candidate, -+ bool bTxOnly /* do Tx only */ -+) -+{ -+ u32 Oldval_1, X, TX1_A, reg; -+ s32 Y, TX1_C; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B IQ Calibration %s !\n", (bIQKOK)?"Success":"Failed")); -+ -+ if (final_candidate == 0xFF) -+ return; -+ -+ else if (bIQKOK) { -+ Oldval_1 = (PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XBTxIQImbalance, bMaskDWord) >> 22) & 0x3FF; -+ -+ X = result[final_candidate][4]; -+ if ((X & 0x00000200) != 0) -+ X = X | 0xFFFFFC00; -+ TX1_A = (X * Oldval_1) >> 8; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("X = 0x%x, TX1_A = 0x%x\n", X, TX1_A)); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XBTxIQImbalance, 0x3FF, TX1_A); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT(27), ((X*Oldval_1>>7) & 0x1)); -+ -+ Y = result[final_candidate][5]; -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ -+ TX1_C = (Y * Oldval_1) >> 8; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Y = 0x%x, TX1_C = 0x%x\n", Y, TX1_C)); -+ -+ /* 2 Tx IQC */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XDTxAFE, 0xF0000000, ((TX1_C&0x3C0)>>6)); -+/* pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC9C][KEY] = rOFDM0_XDTxAFE; */ -+/* pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC9C][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XDTxAFE, bMaskDWord); */ -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC94][KEY] = rOFDM0_XCTxAFE; -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC94][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XDTxAFE, bMaskDWord); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XBTxIQImbalance, 0x003F0000, (TX1_C&0x3F)); -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC80][KEY] = rOFDM0_XATxIQImbalance; -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC80][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XBTxIQImbalance, bMaskDWord); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT(25), ((Y*Oldval_1>>7) & 0x1)); -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC4C][KEY] = rOFDM0_ECCAThreshold; -+ pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC4C][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskDWord); -+ -+ if (bTxOnly) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("_PHY_PathBFillIQKMatrix8723B only Tx OK\n")); -+ -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][KEY] = rOFDM0_XARxIQImbalance; -+/* pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XARxIQImbalance, bMaskDWord); */ -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][VAL] = 0x40000100; -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xCA0][KEY] = rOFDM0_RxIQExtAnta; -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xCA0][VAL] = 0x0fffffff & PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_RxIQExtAnta, bMaskDWord); -+ return; -+ } -+ -+ /* 2 Rx IQC */ -+ reg = result[final_candidate][6]; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XBRxIQImbalance, 0x3FF, reg); -+ reg = result[final_candidate][7] & 0x3F; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XBRxIQImbalance, 0xFC00, reg); -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][KEY] = rOFDM0_XARxIQImbalance; -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][VAL] = PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XBRxIQImbalance, bMaskDWord); -+ -+ reg = (result[final_candidate][7] >> 6) & 0xF; -+/* PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_AGCRSSITable, 0x0000F000, reg); */ -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xCA0][KEY] = rOFDM0_RxIQExtAnta; -+ pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xCA0][VAL] = (reg << 28)|(PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_RxIQExtAnta, bMaskDWord)&0x0fffffff); -+ } -+} -+ -+/* */ -+/* 2011/07/26 MH Add an API for testing IQK fail case. */ -+/* */ -+/* MP Already declare in odm.c */ -+ -+void ODM_SetIQCbyRFpath(PDM_ODM_T pDM_Odm, u32 RFpath) -+{ -+ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ if ( -+ (pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC80][VAL] != 0x0) && -+ (pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][VAL] != 0x0) && -+ (pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC80][VAL] != 0x0) && -+ (pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][VAL] != 0x0) -+ ) { -+ if (RFpath) { /* S1: RFpath = 0, S0:RFpath = 1 */ -+ /* S0 TX IQC */ -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC94][KEY], bMaskDWord, pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC94][VAL]); -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC80][KEY], bMaskDWord, pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC80][VAL]); -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC4C][KEY], bMaskDWord, pRFCalibrateInfo->TxIQC_8723B[PATH_S0][IDX_0xC4C][VAL]); -+ /* S0 RX IQC */ -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][KEY], bMaskDWord, pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xC14][VAL]); -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xCA0][KEY], bMaskDWord, pRFCalibrateInfo->RxIQC_8723B[PATH_S0][IDX_0xCA0][VAL]); -+ } else { -+ /* S1 TX IQC */ -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC94][KEY], bMaskDWord, pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC94][VAL]); -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC80][KEY], bMaskDWord, pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC80][VAL]); -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC4C][KEY], bMaskDWord, pRFCalibrateInfo->TxIQC_8723B[PATH_S1][IDX_0xC4C][VAL]); -+ /* S1 RX IQC */ -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][KEY], bMaskDWord, pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xC14][VAL]); -+ PHY_SetBBReg(pDM_Odm->Adapter, pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xCA0][KEY], bMaskDWord, pRFCalibrateInfo->RxIQC_8723B[PATH_S1][IDX_0xCA0][VAL]); -+ } -+ } -+} -+ -+static bool ODM_CheckPowerStatus(struct adapter *Adapter) -+{ -+ return true; -+} -+ -+static void _PHY_SaveADDARegisters8723B( -+ struct adapter *padapter, -+ u32 *ADDAReg, -+ u32 *ADDABackup, -+ u32 RegisterNum -+) -+{ -+ u32 i; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ if (ODM_CheckPowerStatus(padapter) == false) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Save ADDA parameters.\n")); -+ for (i = 0 ; i < RegisterNum ; i++) { -+ ADDABackup[i] = PHY_QueryBBReg(pDM_Odm->Adapter, ADDAReg[i], bMaskDWord); -+ } -+} -+ -+ -+static void _PHY_SaveMACRegisters8723B( -+ struct adapter *padapter, u32 *MACReg, u32 *MACBackup -+) -+{ -+ u32 i; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Save MAC parameters.\n")); -+ for (i = 0 ; i < (IQK_MAC_REG_NUM - 1); i++) { -+ MACBackup[i] = rtw_read8(pDM_Odm->Adapter, MACReg[i]); -+ } -+ MACBackup[i] = rtw_read32(pDM_Odm->Adapter, MACReg[i]); -+ -+} -+ -+ -+static void _PHY_ReloadADDARegisters8723B( -+ struct adapter *padapter, -+ u32 *ADDAReg, -+ u32 *ADDABackup, -+ u32 RegiesterNum -+) -+{ -+ u32 i; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Reload ADDA power saving parameters !\n")); -+ for (i = 0 ; i < RegiesterNum; i++) { -+ PHY_SetBBReg(pDM_Odm->Adapter, ADDAReg[i], bMaskDWord, ADDABackup[i]); -+ } -+} -+ -+static void _PHY_ReloadMACRegisters8723B( -+ struct adapter *padapter, u32 *MACReg, u32 *MACBackup -+) -+{ -+ u32 i; -+ -+ for (i = 0 ; i < (IQK_MAC_REG_NUM - 1); i++) { -+ rtw_write8(padapter, MACReg[i], (u8)MACBackup[i]); -+ } -+ rtw_write32(padapter, MACReg[i], MACBackup[i]); -+} -+ -+ -+static void _PHY_PathADDAOn8723B( -+ struct adapter *padapter, -+ u32 *ADDAReg, -+ bool isPathAOn, -+ bool is2T -+) -+{ -+ u32 pathOn; -+ u32 i; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("ADDA ON.\n")); -+ -+ pathOn = isPathAOn ? 0x01c00014 : 0x01c00014; -+ if (false == is2T) { -+ pathOn = 0x01c00014; -+ PHY_SetBBReg(pDM_Odm->Adapter, ADDAReg[0], bMaskDWord, 0x01c00014); -+ } else { -+ PHY_SetBBReg(pDM_Odm->Adapter, ADDAReg[0], bMaskDWord, pathOn); -+ } -+ -+ for (i = 1 ; i < IQK_ADDA_REG_NUM ; i++) { -+ PHY_SetBBReg(pDM_Odm->Adapter, ADDAReg[i], bMaskDWord, pathOn); -+ } -+ -+} -+ -+static void _PHY_MACSettingCalibration8723B( -+ struct adapter *padapter, u32 *MACReg, u32 *MACBackup -+) -+{ -+ u32 i = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("MAC settings for Calibration.\n")); -+ -+ rtw_write8(pDM_Odm->Adapter, MACReg[i], 0x3F); -+ -+ for (i = 1 ; i < (IQK_MAC_REG_NUM - 1); i++) { -+ rtw_write8(pDM_Odm->Adapter, MACReg[i], (u8)(MACBackup[i]&(~BIT3))); -+ } -+ rtw_write8(pDM_Odm->Adapter, MACReg[i], (u8)(MACBackup[i]&(~BIT5))); -+ -+} -+ -+static bool phy_SimularityCompare_8723B( -+ struct adapter *padapter, -+ s32 result[][8], -+ u8 c1, -+ u8 c2 -+) -+{ -+ u32 i, j, diff, SimularityBitMap, bound = 0; -+ u8 final_candidate[2] = {0xFF, 0xFF}; /* for path A and path B */ -+ bool bResult = true; -+ bool is2T = true; -+ s32 tmp1 = 0, tmp2 = 0; -+ -+ if (is2T) -+ bound = 8; -+ else -+ bound = 4; -+ -+ SimularityBitMap = 0; -+ -+ for (i = 0; i < bound; i++) { -+ -+ if ((i == 1) || (i == 3) || (i == 5) || (i == 7)) { -+ if ((result[c1][i] & 0x00000200) != 0) -+ tmp1 = result[c1][i] | 0xFFFFFC00; -+ else -+ tmp1 = result[c1][i]; -+ -+ if ((result[c2][i] & 0x00000200) != 0) -+ tmp2 = result[c2][i] | 0xFFFFFC00; -+ else -+ tmp2 = result[c2][i]; -+ } else { -+ tmp1 = result[c1][i]; -+ tmp2 = result[c2][i]; -+ } -+ -+ diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); -+ -+ if (diff > MAX_TOLERANCE) { -+ if ((i == 2 || i == 6) && !SimularityBitMap) { -+ if (result[c1][i]+result[c1][i+1] == 0) -+ final_candidate[(i/4)] = c2; -+ else if (result[c2][i]+result[c2][i+1] == 0) -+ final_candidate[(i/4)] = c1; -+ else -+ SimularityBitMap = SimularityBitMap|(1<odmpriv; -+ -+ u32 i; -+ u8 PathAOK, PathBOK; -+ u8 tmp0xc50 = (u8)PHY_QueryBBReg(pDM_Odm->Adapter, 0xC50, bMaskByte0); -+ u8 tmp0xc58 = (u8)PHY_QueryBBReg(pDM_Odm->Adapter, 0xC58, bMaskByte0); -+ u32 ADDA_REG[IQK_ADDA_REG_NUM] = { -+ rFPGA0_XCD_SwitchControl, -+ rBlue_Tooth, -+ rRx_Wait_CCA, -+ rTx_CCK_RFON, -+ rTx_CCK_BBON, -+ rTx_OFDM_RFON, -+ rTx_OFDM_BBON, -+ rTx_To_Rx, -+ rTx_To_Tx, -+ rRx_CCK, -+ rRx_OFDM, -+ rRx_Wait_RIFS, -+ rRx_TO_Rx, -+ rStandby, -+ rSleep, -+ rPMPD_ANAEN -+ }; -+ u32 IQK_MAC_REG[IQK_MAC_REG_NUM] = { -+ REG_TXPAUSE, -+ REG_BCN_CTRL, -+ REG_BCN_CTRL_1, -+ REG_GPIO_MUXCFG -+ }; -+ -+ /* since 92C & 92D have the different define in IQK_BB_REG */ -+ u32 IQK_BB_REG_92C[IQK_BB_REG_NUM] = { -+ rOFDM0_TRxPathEnable, -+ rOFDM0_TRMuxPar, -+ rFPGA0_XCD_RFInterfaceSW, -+ rConfig_AntA, -+ rConfig_AntB, -+ rFPGA0_XAB_RFInterfaceSW, -+ rFPGA0_XA_RFInterfaceOE, -+ rFPGA0_XB_RFInterfaceOE, -+ rCCK0_AFESetting -+ }; -+ const u32 retryCount = 2; -+ -+ /* Note: IQ calibration must be performed after loading */ -+ /* PHY_REG.txt , and radio_a, radio_b.txt */ -+ -+ /* u32 bbvalue; */ -+ -+ if (t == 0) { -+/* bbvalue = PHY_QueryBBReg(pDM_Odm->Adapter, rFPGA0_RFMOD, bMaskDWord); */ -+/* RT_DISP(FINIT, INIT_IQK, ("phy_IQCalibrate_8188E() ==>0x%08x\n", bbvalue)); */ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQ Calibration for %s for %d times\n", (is2T ? "2T2R" : "1T1R"), t)); -+ -+ /* Save ADDA parameters, turn Path A ADDA on */ -+ _PHY_SaveADDARegisters8723B(padapter, ADDA_REG, pDM_Odm->RFCalibrateInfo.ADDA_backup, IQK_ADDA_REG_NUM); -+ _PHY_SaveMACRegisters8723B(padapter, IQK_MAC_REG, pDM_Odm->RFCalibrateInfo.IQK_MAC_backup); -+ _PHY_SaveADDARegisters8723B(padapter, IQK_BB_REG_92C, pDM_Odm->RFCalibrateInfo.IQK_BB_backup, IQK_BB_REG_NUM); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQ Calibration for %s for %d times\n", (is2T ? "2T2R" : "1T1R"), t)); -+ -+ _PHY_PathADDAOn8723B(padapter, ADDA_REG, true, is2T); -+ -+/* no serial mode */ -+ -+ /* save RF path for 8723B */ -+/* Path_SEL_BB = PHY_QueryBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord); */ -+/* Path_SEL_RF = PHY_QueryRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xb0, 0xfffff); */ -+ -+ /* MAC settings */ -+ _PHY_MACSettingCalibration8723B(padapter, IQK_MAC_REG, pDM_Odm->RFCalibrateInfo.IQK_MAC_backup); -+ -+ /* BB setting */ -+ /* PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_RFMOD, BIT24, 0x00); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rCCK0_AFESetting, 0x0f000000, 0xf); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_TRxPathEnable, bMaskDWord, 0x03a05600); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_TRMuxPar, bMaskDWord, 0x000800e4); -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_XCD_RFInterfaceSW, bMaskDWord, 0x22204000); -+ -+ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 0x01); */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_XAB_RFInterfaceSW, BIT26, 0x01); */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_XA_RFInterfaceOE, BIT10, 0x00); */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_XB_RFInterfaceOE, BIT10, 0x00); */ -+ -+ -+/* RX IQ calibration setting for 8723B D cut large current issue when leaving IPS */ -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x30000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0001f); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xf7fb7); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xed, 0x20, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x43, bRFRegOffsetMask, 0x60fbd); -+ -+/* path A TX IQK */ -+ for (i = 0 ; i < retryCount ; i++) { -+ PathAOK = phy_PathA_IQK_8723B(padapter, is2T, RF_Path); -+/* if (PathAOK == 0x03) { */ -+ if (PathAOK == 0x01) { -+ /* Path A Tx IQK Success */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ pDM_Odm->RFCalibrateInfo.TxLOK[ODM_RF_PATH_A] = PHY_QueryRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x8, bRFRegOffsetMask); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A Tx IQK Success!!\n")); -+ result[t][0] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ result[t][1] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ break; -+ } -+ } -+ -+/* path A RXIQK */ -+ for (i = 0 ; i < retryCount ; i++) { -+ PathAOK = phy_PathA_RxIQK8723B(padapter, is2T, RF_Path); -+ if (PathAOK == 0x03) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A Rx IQK Success!!\n")); -+/* result[t][0] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>16; */ -+/* result[t][1] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; */ -+ result[t][2] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_Before_IQK_A_2, bMaskDWord)&0x3FF0000)>>16; -+ result[t][3] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord)&0x3FF0000)>>16; -+ break; -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A Rx IQK Fail!!\n")); -+ } -+ } -+ -+ if (0x00 == PathAOK) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A IQK failed!!\n")); -+ } -+ -+/* path B IQK */ -+ if (is2T) { -+ -+ /* path B TX IQK */ -+ for (i = 0 ; i < retryCount ; i++) { -+ PathBOK = phy_PathB_IQK_8723B(padapter); -+ if (PathBOK == 0x01) { -+ /* Path B Tx IQK Success */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0x000000); -+ pDM_Odm->RFCalibrateInfo.TxLOK[ODM_RF_PATH_B] = PHY_QueryRFReg(pDM_Odm->Adapter, ODM_RF_PATH_B, 0x8, bRFRegOffsetMask); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B Tx IQK Success!!\n")); -+ result[t][4] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ result[t][5] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ break; -+ } -+ } -+ -+/* path B RX IQK */ -+ for (i = 0 ; i < retryCount ; i++) { -+ PathBOK = phy_PathB_RxIQK8723B(padapter, is2T); -+ if (PathBOK == 0x03) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B Rx IQK Success!!\n")); -+/* result[t][0] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>16; */ -+/* result[t][1] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; */ -+ result[t][6] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_Before_IQK_A_2, bMaskDWord)&0x3FF0000)>>16; -+ result[t][7] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord)&0x3FF0000)>>16; -+ break; -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B Rx IQK Fail!!\n")); -+ } -+ } -+ -+/* Allen end */ -+ if (0x00 == PathBOK) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B IQK failed!!\n")); -+ } -+ } -+ -+ /* Back to BB mode, load original value */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK:Back to BB mode, load original value!\n")); -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_IQK, bMaskH3Bytes, 0); -+ -+ if (t != 0) { -+ /* Reload ADDA power saving parameters */ -+ _PHY_ReloadADDARegisters8723B(padapter, ADDA_REG, pDM_Odm->RFCalibrateInfo.ADDA_backup, IQK_ADDA_REG_NUM); -+ -+ /* Reload MAC parameters */ -+ _PHY_ReloadMACRegisters8723B(padapter, IQK_MAC_REG, pDM_Odm->RFCalibrateInfo.IQK_MAC_backup); -+ -+ _PHY_ReloadADDARegisters8723B(padapter, IQK_BB_REG_92C, pDM_Odm->RFCalibrateInfo.IQK_BB_backup, IQK_BB_REG_NUM); -+ -+ /* Reload RF path */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xb0, 0xfffff, Path_SEL_RF); */ -+ -+ /* Allen initial gain 0xc50 */ -+ /* Restore RX initial gain */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xc50, bMaskByte0, 0x50); -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xc50, bMaskByte0, tmp0xc50); -+ if (is2T) { -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xc58, bMaskByte0, 0x50); -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xc58, bMaskByte0, tmp0xc58); -+ } -+ -+ /* load 0xe30 IQC default value */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rTx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ PHY_SetBBReg(pDM_Odm->Adapter, rRx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_IQCalibrate_8723B() <==\n")); -+ -+} -+ -+ -+static void phy_LCCalibrate_8723B(PDM_ODM_T pDM_Odm, bool is2T) -+{ -+ u8 tmpReg; -+ u32 RF_Amode = 0, RF_Bmode = 0, LC_Cal; -+ struct adapter *padapter = pDM_Odm->Adapter; -+ -+ /* Check continuous TX and Packet TX */ -+ tmpReg = rtw_read8(pDM_Odm->Adapter, 0xd03); -+ -+ if ((tmpReg&0x70) != 0) /* Deal with contisuous TX case */ -+ rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg&0x8F); /* disable all continuous TX */ -+ else /* Deal with Packet TX case */ -+ rtw_write8(pDM_Odm->Adapter, REG_TXPAUSE, 0xFF); /* block all queues */ -+ -+ if ((tmpReg&0x70) != 0) { -+ /* 1. Read original RF mode */ -+ /* Path-A */ -+ RF_Amode = PHY_QueryRFReg(padapter, ODM_RF_PATH_A, RF_AC, bMask12Bits); -+ -+ /* Path-B */ -+ if (is2T) -+ RF_Bmode = PHY_QueryRFReg(padapter, ODM_RF_PATH_B, RF_AC, bMask12Bits); -+ -+ /* 2. Set RF mode = standby mode */ -+ /* Path-A */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_AC, bMask12Bits, (RF_Amode&0x8FFFF)|0x10000); -+ -+ /* Path-B */ -+ if (is2T) -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_B, RF_AC, bMask12Bits, (RF_Bmode&0x8FFFF)|0x10000); -+ } -+ -+ /* 3. Read RF reg18 */ -+ LC_Cal = PHY_QueryRFReg(padapter, ODM_RF_PATH_A, RF_CHNLBW, bMask12Bits); -+ -+ /* 4. Set LC calibration begin bit15 */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xB0, bRFRegOffsetMask, 0xDFBE0); /* LDO ON */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_CHNLBW, bMask12Bits, LC_Cal|0x08000); -+ -+ mdelay(100); -+ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xB0, bRFRegOffsetMask, 0xDFFE0); /* LDO OFF */ -+ -+ /* Channel 10 LC calibration issue for 8723bs with 26M xtal */ -+ if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO && pDM_Odm->PackageType >= 0x2) { -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_CHNLBW, bMask12Bits, LC_Cal); -+ } -+ -+ /* Restore original situation */ -+ if ((tmpReg&0x70) != 0) { /* Deal with contisuous TX case */ -+ /* Path-A */ -+ rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_AC, bMask12Bits, RF_Amode); -+ -+ /* Path-B */ -+ if (is2T) -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_B, RF_AC, bMask12Bits, RF_Bmode); -+ } else /* Deal with Packet TX case */ -+ rtw_write8(pDM_Odm->Adapter, REG_TXPAUSE, 0x00); -+} -+ -+/* Analog Pre-distortion calibration */ -+#define APK_BB_REG_NUM 8 -+#define APK_CURVE_REG_NUM 4 -+#define PATH_NUM 2 -+ -+#define DP_BB_REG_NUM 7 -+#define DP_RF_REG_NUM 1 -+#define DP_RETRY_LIMIT 10 -+#define DP_PATH_NUM 2 -+#define DP_DPK_NUM 3 -+#define DP_DPK_VALUE_NUM 2 -+ -+ -+ -+/* IQK version:V2.5 20140123 */ -+/* IQK is controlled by Is2ant, RF path */ -+void PHY_IQCalibrate_8723B( -+ struct adapter *padapter, -+ bool bReCovery, -+ bool bRestore, -+ bool Is2ant, /* false:1ant, true:2-ant */ -+ u8 RF_Path /* 0:S1, 1:S0 */ -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ s32 result[4][8]; /* last is final result */ -+ u8 i, final_candidate, Indexforchannel; -+ bool bPathAOK, bPathBOK; -+ s32 RegE94, RegE9C, RegEA4, RegEAC, RegEB4, RegEBC, RegEC4, RegECC, RegTmp = 0; -+ bool is12simular, is13simular, is23simular; -+ bool bSingleTone = false, bCarrierSuppression = false; -+ u32 IQK_BB_REG_92C[IQK_BB_REG_NUM] = { -+ rOFDM0_XARxIQImbalance, -+ rOFDM0_XBRxIQImbalance, -+ rOFDM0_ECCAThreshold, -+ rOFDM0_AGCRSSITable, -+ rOFDM0_XATxIQImbalance, -+ rOFDM0_XBTxIQImbalance, -+ rOFDM0_XCTxAFE, -+ rOFDM0_XDTxAFE, -+ rOFDM0_RxIQExtAnta -+ }; -+/* u32 Path_SEL_BB = 0; */ -+ u32 GNT_BT_default; -+ u32 StartTime; -+ s32 ProgressingTime; -+ -+ if (ODM_CheckPowerStatus(padapter) == false) -+ return; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_RF_CALIBRATION)) -+ return; -+ -+ /* 20120213 Turn on when continuous Tx to pass lab testing. (required by Edlu) */ -+ if (bSingleTone || bCarrierSuppression) -+ return; -+ -+#if DISABLE_BB_RF -+ return; -+#endif -+ if (pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ return; -+ -+ -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = true; -+ -+ if (bRestore) { -+ u32 offset, data; -+ u8 path, bResult = SUCCESS; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ path = (PHY_QueryBBReg(pDM_Odm->Adapter, rS0S1_PathSwitch, bMaskByte0) == 0x00) ? ODM_RF_PATH_A : ODM_RF_PATH_B; -+ -+ /* Restore TX IQK */ -+ for (i = 0; i < 3; ++i) { -+ offset = pRFCalibrateInfo->TxIQC_8723B[path][i][0]; -+ data = pRFCalibrateInfo->TxIQC_8723B[path][i][1]; -+ if ((offset == 0) || (data == 0)) { -+ DBG_871X( -+ "%s =>path:%s Restore TX IQK result failed\n", -+ __func__, -+ (path == ODM_RF_PATH_A)?"A":"B" -+ ); -+ bResult = FAIL; -+ break; -+ } -+ /* RT_TRACE(_module_mp_, _drv_notice_, ("Switch to S1 TxIQC(offset, data) = (0x%X, 0x%X)\n", offset, data)); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, offset, bMaskDWord, data); -+ } -+ -+ /* Restore RX IQK */ -+ for (i = 0; i < 2; ++i) { -+ offset = pRFCalibrateInfo->RxIQC_8723B[path][i][0]; -+ data = pRFCalibrateInfo->RxIQC_8723B[path][i][1]; -+ if ((offset == 0) || (data == 0)) { -+ DBG_871X( -+ "%s =>path:%s Restore RX IQK result failed\n", -+ __func__, -+ (path == ODM_RF_PATH_A)?"A":"B" -+ ); -+ bResult = FAIL; -+ break; -+ } -+ /* RT_TRACE(_module_mp_, _drv_notice_, ("Switch to S1 RxIQC (offset, data) = (0x%X, 0x%X)\n", offset, data)); */ -+ PHY_SetBBReg(pDM_Odm->Adapter, offset, bMaskDWord, data); -+ } -+ -+ if (pDM_Odm->RFCalibrateInfo.TxLOK[ODM_RF_PATH_A] == 0) { -+ DBG_871X("%s => Restore Path-A TxLOK result failed\n", __func__); -+ bResult = FAIL; -+ } else { -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXM_IDAC, bRFRegOffsetMask, pDM_Odm->RFCalibrateInfo.TxLOK[ODM_RF_PATH_A]); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_B, RF_TXM_IDAC, bRFRegOffsetMask, pDM_Odm->RFCalibrateInfo.TxLOK[ODM_RF_PATH_B]); -+ } -+ -+ if (bResult == SUCCESS) -+ return; -+ } -+ -+ if (bReCovery) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("PHY_IQCalibrate_8723B: Return due to bReCovery!\n")); -+ _PHY_ReloadADDARegisters8723B(padapter, IQK_BB_REG_92C, pDM_Odm->RFCalibrateInfo.IQK_BB_backup_recover, 9); -+ return; -+ } -+ StartTime = jiffies; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK:Start!!!\n")); -+ -+ /* save default GNT_BT */ -+ GNT_BT_default = PHY_QueryBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord); -+ /* Save RF Path */ -+/* Path_SEL_BB = PHY_QueryBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord); */ -+/* Path_SEL_RF = PHY_QueryRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xb0, 0xfffff); */ -+ -+ /* set GNT_BT = 0, pause BT traffic */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, 0x764, BIT12, 0x0); */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, 0x764, BIT11, 0x1); */ -+ -+ -+ for (i = 0; i < 8; i++) { -+ result[0][i] = 0; -+ result[1][i] = 0; -+ result[2][i] = 0; -+ result[3][i] = 0; -+ } -+ -+ final_candidate = 0xff; -+ bPathAOK = false; -+ bPathBOK = false; -+ is12simular = false; -+ is23simular = false; -+ is13simular = false; -+ -+ -+ for (i = 0; i < 3; i++) { -+ phy_IQCalibrate_8723B(padapter, result, i, Is2ant, RF_Path); -+ -+ if (i == 1) { -+ is12simular = phy_SimularityCompare_8723B(padapter, result, 0, 1); -+ if (is12simular) { -+ final_candidate = 0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK: is12simular final_candidate is %x\n", final_candidate)); -+ break; -+ } -+ } -+ -+ if (i == 2) { -+ is13simular = phy_SimularityCompare_8723B(padapter, result, 0, 2); -+ if (is13simular) { -+ final_candidate = 0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK: is13simular final_candidate is %x\n", final_candidate)); -+ -+ break; -+ } -+ -+ is23simular = phy_SimularityCompare_8723B(padapter, result, 1, 2); -+ if (is23simular) { -+ final_candidate = 1; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK: is23simular final_candidate is %x\n", final_candidate)); -+ } else { -+ for (i = 0; i < 8; i++) -+ RegTmp += result[3][i]; -+ -+ if (RegTmp != 0) -+ final_candidate = 3; -+ else -+ final_candidate = 0xFF; -+ } -+ } -+ } -+/* RT_TRACE(COMP_INIT, DBG_LOUD, ("Release Mutex in IQCalibrate\n")); */ -+ -+ for (i = 0; i < 4; i++) { -+ RegE94 = result[i][0]; -+ RegE9C = result[i][1]; -+ RegEA4 = result[i][2]; -+ RegEAC = result[i][3]; -+ RegEB4 = result[i][4]; -+ RegEBC = result[i][5]; -+ RegEC4 = result[i][6]; -+ RegECC = result[i][7]; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK: RegE94 =%x RegE9C =%x RegEA4 =%x RegEAC =%x RegEB4 =%x RegEBC =%x RegEC4 =%x RegECC =%x\n ", RegE94, RegE9C, RegEA4, RegEAC, RegEB4, RegEBC, RegEC4, RegECC)); -+ } -+ -+ if (final_candidate != 0xff) { -+ pDM_Odm->RFCalibrateInfo.RegE94 = RegE94 = result[final_candidate][0]; -+ pDM_Odm->RFCalibrateInfo.RegE9C = RegE9C = result[final_candidate][1]; -+ RegEA4 = result[final_candidate][2]; -+ RegEAC = result[final_candidate][3]; -+ pDM_Odm->RFCalibrateInfo.RegEB4 = RegEB4 = result[final_candidate][4]; -+ pDM_Odm->RFCalibrateInfo.RegEBC = RegEBC = result[final_candidate][5]; -+ RegEC4 = result[final_candidate][6]; -+ RegECC = result[final_candidate][7]; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK: final_candidate is %x\n", final_candidate)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK: RegE94 =%x RegE9C =%x RegEA4 =%x RegEAC =%x RegEB4 =%x RegEBC =%x RegEC4 =%x RegECC =%x\n ", RegE94, RegE9C, RegEA4, RegEAC, RegEB4, RegEBC, RegEC4, RegECC)); -+ bPathAOK = bPathBOK = true; -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK: FAIL use default value\n")); -+ -+ pDM_Odm->RFCalibrateInfo.RegE94 = pDM_Odm->RFCalibrateInfo.RegEB4 = 0x100; /* X default value */ -+ pDM_Odm->RFCalibrateInfo.RegE9C = pDM_Odm->RFCalibrateInfo.RegEBC = 0x0; /* Y default value */ -+ } -+ -+ { -+ if (RegE94 != 0) -+ _PHY_PathAFillIQKMatrix8723B(padapter, bPathAOK, result, final_candidate, (RegEA4 == 0)); -+ } -+ { -+ if (RegEB4 != 0) -+ _PHY_PathBFillIQKMatrix8723B(padapter, bPathBOK, result, final_candidate, (RegEC4 == 0)); -+ } -+ -+ Indexforchannel = ODM_GetRightChnlPlaceforIQK(pHalData->CurrentChannel); -+ -+/* To Fix BSOD when final_candidate is 0xff */ -+/* by sherry 20120321 */ -+ if (final_candidate < 4) { -+ for (i = 0; i < IQK_Matrix_REG_NUM; i++) -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[Indexforchannel].Value[0][i] = result[final_candidate][i]; -+ pDM_Odm->RFCalibrateInfo.IQKMatrixRegSetting[Indexforchannel].bIQKDone = true; -+ } -+ /* RT_DISP(FINIT, INIT_IQK, ("\nIQK OK Indexforchannel %d.\n", Indexforchannel)); */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("\nIQK OK Indexforchannel %d.\n", Indexforchannel)); -+ -+ _PHY_SaveADDARegisters8723B(padapter, IQK_BB_REG_92C, pDM_Odm->RFCalibrateInfo.IQK_BB_backup_recover, 9); -+ -+ /* restore GNT_BT */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x764, bMaskDWord, GNT_BT_default); -+ /* Restore RF Path */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, Path_SEL_BB); */ -+/* PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xb0, 0xfffff, Path_SEL_RF); */ -+ -+ /* Resotr RX mode table parameter */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x18000); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0001f); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xe6177); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0xed, 0x20, 0x1); -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, 0x43, bRFRegOffsetMask, 0x300bd); -+ -+ /* set GNT_BT = HW control */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, 0x764, BIT12, 0x0); */ -+/* PHY_SetBBReg(pDM_Odm->Adapter, 0x764, BIT11, 0x0); */ -+ -+ if (Is2ant) { -+ if (RF_Path == 0x0) /* S1 */ -+ ODM_SetIQCbyRFpath(pDM_Odm, 0); -+ else /* S0 */ -+ ODM_SetIQCbyRFpath(pDM_Odm, 1); -+ } -+ -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = false; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK finished\n")); -+ ProgressingTime = jiffies_to_msecs(jiffies - StartTime); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK ProgressingTime = %d\n", ProgressingTime)); -+ -+ -+} -+ -+ -+void PHY_LCCalibrate_8723B(PDM_ODM_T pDM_Odm) -+{ -+ bool bSingleTone = false, bCarrierSuppression = false; -+ u32 timeout = 2000, timecount = 0; -+ u32 StartTime; -+ s32 ProgressingTime; -+ -+#if DISABLE_BB_RF -+ return; -+#endif -+ -+ if (!(pDM_Odm->SupportAbility & ODM_RF_CALIBRATION)) -+ return; -+ -+ /* 20120213 Turn on when continuous Tx to pass lab testing. (required by Edlu) */ -+ if (bSingleTone || bCarrierSuppression) -+ return; -+ -+ StartTime = jiffies; -+ while (*(pDM_Odm->pbScanInProcess) && timecount < timeout) { -+ mdelay(50); -+ timecount += 50; -+ } -+ -+ pDM_Odm->RFCalibrateInfo.bLCKInProgress = true; -+ -+ -+ phy_LCCalibrate_8723B(pDM_Odm, false); -+ -+ -+ pDM_Odm->RFCalibrateInfo.bLCKInProgress = false; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LCK:Finish!!!interface %d\n", pDM_Odm->InterfaceIndex)); -+ ProgressingTime = jiffies_to_msecs(jiffies - StartTime); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LCK ProgressingTime = %d\n", ProgressingTime)); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.h linux/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.h ---- linux.old/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalPhyRf_8723B.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,83 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PHY_RF_8723B_H__ -+#define __HAL_PHY_RF_8723B_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define IQK_DELAY_TIME_8723B 20 /* ms */ -+#define IQK_DEFERRED_TIME_8723B 4 -+#define index_mapping_NUM_8723B 15 -+#define AVG_THERMAL_NUM_8723B 4 -+#define RF_T_METER_8723B 0x42 /* */ -+ -+ -+void ConfigureTxpowerTrack_8723B(PTXPWRTRACK_CFG pConfig); -+ -+void DoIQK_8723B( -+ PDM_ODM_T pDM_Odm, -+ u8 DeltaThermalIndex, -+ u8 ThermalValue, -+ u8 Threshold -+); -+ -+void ODM_TxPwrTrackSetPwr_8723B( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u8 RFPath, -+ u8 ChannelMappedIndex -+); -+ -+/* 1 7. IQK */ -+void PHY_IQCalibrate_8723B( -+ struct adapter *Adapter, -+ bool bReCovery, -+ bool bRestore, -+ bool Is2ant, -+ u8 RF_Path -+); -+ -+void ODM_SetIQCbyRFpath(PDM_ODM_T pDM_Odm, u32 RFpath); -+ -+/* */ -+/* LC calibrate */ -+/* */ -+void PHY_LCCalibrate_8723B(PDM_ODM_T pDM_Odm); -+ -+/* */ -+/* AP calibrate */ -+/* */ -+void PHY_DigitalPredistortion_8723B(struct adapter *padapter); -+ -+ -+void _PHY_SaveADDARegisters_8723B( -+ struct adapter *padapter, -+ u32 *ADDAReg, -+ u32 *ADDABackup, -+ u32 RegisterNum -+); -+ -+void _PHY_PathADDAOn_8723B( -+ struct adapter *padapter, -+ u32 *ADDAReg, -+ bool isPathAOn, -+ bool is2T -+); -+ -+void _PHY_MACSettingCalibration_8723B( -+ struct adapter *padapter, u32 *MACReg, u32 *MACBackup -+); -+ -+#endif /* #ifndef __HAL_PHY_RF_8188E_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalPhyRf.c linux/3rdparty/rtl8723bs/hal/HalPhyRf.c ---- linux.old/3rdparty/rtl8723bs/hal/HalPhyRf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalPhyRf.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,662 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+/* include "Mp_Precomp.h" */ -+#include "odm_precomp.h" -+ -+ -+#define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _deltaThermal) \ -+ do {\ -+ for (_offset = 0; _offset < _size; _offset++) {\ -+ if (_deltaThermal < thermalThreshold[_direction][_offset]) {\ -+ if (_offset != 0)\ -+ _offset--;\ -+ break;\ -+ } \ -+ } \ -+ if (_offset >= _size)\ -+ _offset = _size-1;\ -+ } while (0) -+ -+ -+void ConfigureTxpowerTrack(PDM_ODM_T pDM_Odm, PTXPWRTRACK_CFG pConfig) -+{ -+ ConfigureTxpowerTrack_8723B(pConfig); -+} -+ -+/* */ -+/* <20121113, Kordan> This function should be called when TxAGC changed. */ -+/* Otherwise the previous compensation is gone, because we record the */ -+/* delta of temperature between two TxPowerTracking watch dogs. */ -+/* */ -+/* NOTE: If Tx BB swing or Tx scaling is varified during run-time, still */ -+/* need to call this function. */ -+/* */ -+void ODM_ClearTxPowerTrackingState(PDM_ODM_T pDM_Odm) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(pDM_Odm->Adapter); -+ u8 p = 0; -+ -+ pDM_Odm->BbSwingIdxCckBase = pDM_Odm->DefaultCckIndex; -+ pDM_Odm->BbSwingIdxCck = pDM_Odm->DefaultCckIndex; -+ pDM_Odm->RFCalibrateInfo.CCK_index = 0; -+ -+ for (p = ODM_RF_PATH_A; p < MAX_RF_PATH; ++p) { -+ pDM_Odm->BbSwingIdxOfdmBase[p] = pDM_Odm->DefaultOfdmIndex; -+ pDM_Odm->BbSwingIdxOfdm[p] = pDM_Odm->DefaultOfdmIndex; -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = pDM_Odm->DefaultOfdmIndex; -+ -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = 0; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p] = 0; -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0; -+ -+ /* Initial Mix mode power tracking */ -+ pDM_Odm->Absolute_OFDMSwingIdx[p] = 0; -+ pDM_Odm->Remnant_OFDMSwingIdx[p] = 0; -+ } -+ -+ /* Initial at Modify Tx Scaling Mode */ -+ pDM_Odm->Modify_TxAGC_Flag_PathA = false; -+ /* Initial at Modify Tx Scaling Mode */ -+ pDM_Odm->Modify_TxAGC_Flag_PathB = false; -+ pDM_Odm->Remnant_CCKSwingIdx = 0; -+ pDM_Odm->RFCalibrateInfo.ThermalValue = pHalData->EEPROMThermalMeter; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK = pHalData->EEPROMThermalMeter; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = pHalData->EEPROMThermalMeter; -+} -+ -+void ODM_TXPowerTrackingCallback_ThermalMeter(struct adapter *Adapter) -+{ -+ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ u8 ThermalValue = 0, delta, delta_LCK, delta_IQK, p = 0, i = 0; -+ u8 ThermalValue_AVG_count = 0; -+ u32 ThermalValue_AVG = 0; -+ -+ u8 OFDM_min_index = 0; /* OFDM BB Swing should be less than +3.0dB, which is required by Arthur */ -+ u8 Indexforchannel = 0; /* GetRightChnlPlaceforIQK(pHalData->CurrentChannel) */ -+ -+ TXPWRTRACK_CFG c; -+ -+ -+ /* 4 1. The following TWO tables decide the final index of OFDM/CCK swing table. */ -+ u8 *deltaSwingTableIdx_TUP_A; -+ u8 *deltaSwingTableIdx_TDOWN_A; -+ u8 *deltaSwingTableIdx_TUP_B; -+ u8 *deltaSwingTableIdx_TDOWN_B; -+ -+ /* 4 2. Initilization (7 steps in total) */ -+ -+ ConfigureTxpowerTrack(pDM_Odm, &c); -+ -+ (*c.GetDeltaSwingTable)( -+ pDM_Odm, -+ (u8 **)&deltaSwingTableIdx_TUP_A, -+ (u8 **)&deltaSwingTableIdx_TDOWN_A, -+ (u8 **)&deltaSwingTableIdx_TUP_B, -+ (u8 **)&deltaSwingTableIdx_TDOWN_B -+ ); -+ -+ /* cosa add for debug */ -+ pDM_Odm->RFCalibrateInfo.TXPowerTrackingCallbackCnt++; -+ pDM_Odm->RFCalibrateInfo.bTXPowerTrackingInit = true; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "===>ODM_TXPowerTrackingCallback_ThermalMeter,\npDM_Odm->BbSwingIdxCckBase: %d, pDM_Odm->BbSwingIdxOfdmBase[A]: %d, pDM_Odm->DefaultOfdmIndex: %d\n", -+ pDM_Odm->BbSwingIdxCckBase, -+ pDM_Odm->BbSwingIdxOfdmBase[ODM_RF_PATH_A], -+ pDM_Odm->DefaultOfdmIndex -+ ) -+ ); -+ -+ ThermalValue = (u8)PHY_QueryRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, c.ThermalRegAddr, 0xfc00); /* 0x42: RF Reg[15:10] 88E */ -+ if ( -+ !pDM_Odm->RFCalibrateInfo.TxPowerTrackControl || -+ pHalData->EEPROMThermalMeter == 0 || -+ pHalData->EEPROMThermalMeter == 0xFF -+ ) -+ return; -+ -+ /* 4 3. Initialize ThermalValues of RFCalibrateInfo */ -+ -+ if (pDM_Odm->RFCalibrateInfo.bReloadtxpowerindex) -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("reload ofdm index for band switch\n") -+ ); -+ -+ /* 4 4. Calculate average thermal meter */ -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index] = ThermalValue; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index++; -+ if (pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index == c.AverageThermalNum) /* Average times = c.AverageThermalNum */ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index = 0; -+ -+ for (i = 0; i < c.AverageThermalNum; i++) { -+ if (pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]) { -+ ThermalValue_AVG += pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]; -+ ThermalValue_AVG_count++; -+ } -+ } -+ -+ /* Calculate Average ThermalValue after average enough times */ -+ if (ThermalValue_AVG_count) { -+ ThermalValue = (u8)(ThermalValue_AVG / ThermalValue_AVG_count); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "AVG Thermal Meter = 0x%X, EFUSE Thermal Base = 0x%X\n", -+ ThermalValue, -+ pHalData->EEPROMThermalMeter -+ ) -+ ); -+ } -+ -+ /* 4 5. Calculate delta, delta_LCK, delta_IQK. */ -+ /* delta" here is used to determine whether thermal value changes or not. */ -+ delta = -+ (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue) ? -+ (ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue) : -+ (pDM_Odm->RFCalibrateInfo.ThermalValue - ThermalValue); -+ delta_LCK = -+ (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_LCK) ? -+ (ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_LCK) : -+ (pDM_Odm->RFCalibrateInfo.ThermalValue_LCK - ThermalValue); -+ delta_IQK = -+ (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_IQK) ? -+ (ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_IQK) : -+ (pDM_Odm->RFCalibrateInfo.ThermalValue_IQK - ThermalValue); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "(delta, delta_LCK, delta_IQK) = (%d, %d, %d)\n", -+ delta, -+ delta_LCK, -+ delta_IQK -+ ) -+ ); -+ -+ /* 4 6. If necessary, do LCK. */ -+ /* Delta temperature is equal to or larger than 20 centigrade. */ -+ if (delta_LCK >= c.Threshold_IQK) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "delta_LCK(%d) >= Threshold_IQK(%d)\n", -+ delta_LCK, -+ c.Threshold_IQK -+ ) -+ ); -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = ThermalValue; -+ if (c.PHY_LCCalibrate) -+ (*c.PHY_LCCalibrate)(pDM_Odm); -+ } -+ -+ /* 3 7. If necessary, move the index of swing table to adjust Tx power. */ -+ if (delta > 0 && pDM_Odm->RFCalibrateInfo.TxPowerTrackControl) { -+ /* delta" here is used to record the absolute value of differrence. */ -+ delta = -+ ThermalValue > pHalData->EEPROMThermalMeter ? -+ (ThermalValue - pHalData->EEPROMThermalMeter) : -+ (pHalData->EEPROMThermalMeter - ThermalValue); -+ -+ if (delta >= TXPWR_TRACK_TABLE_SIZE) -+ delta = TXPWR_TRACK_TABLE_SIZE - 1; -+ -+ /* 4 7.1 The Final Power Index = BaseIndex + PowerIndexOffset */ -+ if (ThermalValue > pHalData->EEPROMThermalMeter) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "deltaSwingTableIdx_TUP_A[%d] = %d\n", -+ delta, -+ deltaSwingTableIdx_TUP_A[delta] -+ ) -+ ); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[ODM_RF_PATH_A] = -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_A]; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_A] = -+ deltaSwingTableIdx_TUP_A[delta]; -+ -+ /* Record delta swing for mix mode power tracking */ -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = -+ deltaSwingTableIdx_TUP_A[delta]; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] -+ ) -+ ); -+ -+ if (c.RfPathCount > 1) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "deltaSwingTableIdx_TUP_B[%d] = %d\n", -+ delta, -+ deltaSwingTableIdx_TUP_B[delta] -+ ) -+ ); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[ODM_RF_PATH_B] = -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_B]; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_B] = -+ deltaSwingTableIdx_TUP_B[delta]; -+ -+ /* Record delta swing for mix mode power tracking */ -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = -+ deltaSwingTableIdx_TUP_B[delta]; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] -+ ) -+ ); -+ } -+ -+ } else { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "deltaSwingTableIdx_TDOWN_A[%d] = %d\n", -+ delta, -+ deltaSwingTableIdx_TDOWN_A[delta] -+ ) -+ ); -+ -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[ODM_RF_PATH_A] = -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_A]; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_A] = -+ -1 * deltaSwingTableIdx_TDOWN_A[delta]; -+ -+ /* Record delta swing for mix mode power tracking */ -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = -+ -1 * deltaSwingTableIdx_TDOWN_A[delta]; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] -+ ) -+ ); -+ -+ if (c.RfPathCount > 1) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "deltaSwingTableIdx_TDOWN_B[%d] = %d\n", -+ delta, -+ deltaSwingTableIdx_TDOWN_B[delta] -+ ) -+ ); -+ -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[ODM_RF_PATH_B] = -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_B]; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[ODM_RF_PATH_B] = -+ -1 * deltaSwingTableIdx_TDOWN_B[delta]; -+ -+ /* Record delta swing for mix mode power tracking */ -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = -+ -1 * deltaSwingTableIdx_TDOWN_B[delta]; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", -+ pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] -+ ) -+ ); -+ } -+ } -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "\n\n ================================ [Path-%c] Calculating PowerIndexOffset ================================\n", -+ (p == ODM_RF_PATH_A ? 'A' : 'B') -+ ) -+ ); -+ -+ if ( -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] == -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p] -+ ) /* If Thermal value changes but lookup table value still the same */ -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0; -+ else -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] - pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p]; /* Power Index Diff between 2 times Power Tracking */ -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "[Path-%c] PowerIndexOffset(%d) = DeltaPowerIndex(%d) - DeltaPowerIndexLast(%d)\n", -+ ( -+ p == ODM_RF_PATH_A ? 'A' : 'B'), -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p], -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p], -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p] -+ ) -+ ); -+ -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = -+ pDM_Odm->BbSwingIdxOfdmBase[p] + -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p]; -+ -+ pDM_Odm->RFCalibrateInfo.CCK_index = -+ pDM_Odm->BbSwingIdxCckBase + -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p]; -+ -+ pDM_Odm->BbSwingIdxCck = -+ pDM_Odm->RFCalibrateInfo.CCK_index; -+ -+ pDM_Odm->BbSwingIdxOfdm[p] = -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p]; -+ -+ /* *************Print BB Swing Base and Index Offset************* */ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "The 'CCK' final index(%d) = BaseIndex(%d) + PowerIndexOffset(%d)\n", -+ pDM_Odm->BbSwingIdxCck, -+ pDM_Odm->BbSwingIdxCckBase, -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "The 'OFDM' final index(%d) = BaseIndex[%c](%d) + PowerIndexOffset(%d)\n", -+ pDM_Odm->BbSwingIdxOfdm[p], -+ (p == ODM_RF_PATH_A ? 'A' : 'B'), -+ pDM_Odm->BbSwingIdxOfdmBase[p], -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] -+ ) -+ ); -+ -+ /* 4 7.1 Handle boundary conditions of index. */ -+ if (pDM_Odm->RFCalibrateInfo.OFDM_index[p] > c.SwingTableSize_OFDM-1) -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = c.SwingTableSize_OFDM-1; -+ else if (pDM_Odm->RFCalibrateInfo.OFDM_index[p] < OFDM_min_index) -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = OFDM_min_index; -+ } -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ("\n\n ========================================================================================================\n") -+ ); -+ if (pDM_Odm->RFCalibrateInfo.CCK_index > c.SwingTableSize_CCK-1) -+ pDM_Odm->RFCalibrateInfo.CCK_index = c.SwingTableSize_CCK-1; -+ /* else if (pDM_Odm->RFCalibrateInfo.CCK_index < 0) */ -+ /* pDM_Odm->RFCalibrateInfo.CCK_index = 0; */ -+ } else { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "The thermal meter is unchanged or TxPowerTracking OFF(%d): ThermalValue: %d , pDM_Odm->RFCalibrateInfo.ThermalValue: %d\n", -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl, -+ ThermalValue, -+ pDM_Odm->RFCalibrateInfo.ThermalValue -+ ) -+ ); -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0; -+ } -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "TxPowerTracking: [CCK] Swing Current Index: %d, Swing Base Index: %d\n", -+ pDM_Odm->RFCalibrateInfo.CCK_index, -+ pDM_Odm->BbSwingIdxCckBase -+ ) -+ ); -+ -+ /* Print Swing base & current */ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "TxPowerTracking: [OFDM] Swing Current Index: %d, Swing Base Index[%c]: %d\n", -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p], -+ (p == ODM_RF_PATH_A ? 'A' : 'B'), -+ pDM_Odm->BbSwingIdxOfdmBase[p] -+ ) -+ ); -+ } -+ -+ if ( -+ (pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_A] != 0 || -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_B] != 0) && -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl -+ ) { -+ /* 4 7.2 Configure the Swing Table to adjust Tx Power. */ -+ -+ pDM_Odm->RFCalibrateInfo.bTxPowerChanged = true; /* Always true after Tx Power is adjusted by power tracking. */ -+ /* */ -+ /* 2012/04/23 MH According to Luke's suggestion, we can not write BB digital */ -+ /* to increase TX power. Otherwise, EVM will be bad. */ -+ /* */ -+ /* 2012/04/25 MH Add for tx power tracking to set tx power in tx agc for 88E. */ -+ if (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "Temperature Increasing(A): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_A], -+ delta, -+ ThermalValue, -+ pHalData->EEPROMThermalMeter, -+ pDM_Odm->RFCalibrateInfo.ThermalValue -+ ) -+ ); -+ -+ if (c.RfPathCount > 1) -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "Temperature Increasing(B): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_B], -+ delta, -+ ThermalValue, -+ pHalData->EEPROMThermalMeter, -+ pDM_Odm->RFCalibrateInfo.ThermalValue -+ ) -+ ); -+ -+ } else if (ThermalValue < pDM_Odm->RFCalibrateInfo.ThermalValue) { /* Low temperature */ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "Temperature Decreasing(A): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_A], -+ delta, -+ ThermalValue, -+ pHalData->EEPROMThermalMeter, -+ pDM_Odm->RFCalibrateInfo.ThermalValue -+ ) -+ ); -+ -+ if (c.RfPathCount > 1) -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "Temperature Decreasing(B): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_B], -+ delta, -+ ThermalValue, -+ pHalData->EEPROMThermalMeter, -+ pDM_Odm->RFCalibrateInfo.ThermalValue -+ ) -+ ); -+ -+ } -+ -+ if (ThermalValue > pHalData->EEPROMThermalMeter) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "Temperature(%d) higher than PG value(%d)\n", -+ ThermalValue, -+ pHalData->EEPROMThermalMeter -+ ) -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ("**********Enter POWER Tracking MIX_MODE**********\n") -+ ); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, 0); -+ } else { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ( -+ "Temperature(%d) lower than PG value(%d)\n", -+ ThermalValue, -+ pHalData->EEPROMThermalMeter -+ ) -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ("**********Enter POWER Tracking MIX_MODE**********\n") -+ ); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, Indexforchannel); -+ } -+ -+ /* Record last time Power Tracking result as base. */ -+ pDM_Odm->BbSwingIdxCckBase = pDM_Odm->BbSwingIdxCck; -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ pDM_Odm->BbSwingIdxOfdmBase[p] = pDM_Odm->BbSwingIdxOfdm[p]; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ( -+ "pDM_Odm->RFCalibrateInfo.ThermalValue = %d ThermalValue = %d\n", -+ pDM_Odm->RFCalibrateInfo.ThermalValue, -+ ThermalValue -+ ) -+ ); -+ -+ /* Record last Power Tracking Thermal Value */ -+ pDM_Odm->RFCalibrateInfo.ThermalValue = ThermalValue; -+ } -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_TX_PWR_TRACK, -+ ODM_DBG_LOUD, -+ ("<===ODM_TXPowerTrackingCallback_ThermalMeter\n") -+ ); -+ -+ pDM_Odm->RFCalibrateInfo.TXPowercount = 0; -+} -+ -+ -+ -+ -+/* 3 ============================================================ */ -+/* 3 IQ Calibration */ -+/* 3 ============================================================ */ -+ -+u8 ODM_GetRightChnlPlaceforIQK(u8 chnl) -+{ -+ u8 channel_all[ODM_TARGET_CHNL_NUM_2G_5G] = { -+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, -+ 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, -+ 60, 62, 64, 100, 102, 104, 106, 108, 110, 112, -+ 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, -+ 134, 136, 138, 140, 149, 151, 153, 155, 157, 159, -+ 161, 163, 165 -+ }; -+ u8 place = chnl; -+ -+ -+ if (chnl > 14) { -+ for (place = 14; place < sizeof(channel_all); place++) { -+ if (channel_all[place] == chnl) -+ return place-13; -+ } -+ } -+ return 0; -+ -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalPhyRf.h linux/3rdparty/rtl8723bs/hal/HalPhyRf.h ---- linux.old/3rdparty/rtl8723bs/hal/HalPhyRf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalPhyRf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,63 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ #ifndef __HAL_PHY_RF_H__ -+ #define __HAL_PHY_RF_H__ -+ -+typedef enum _SPUR_CAL_METHOD { -+ PLL_RESET, -+ AFE_PHASE_SEL -+} SPUR_CAL_METHOD; -+ -+typedef enum _PWRTRACK_CONTROL_METHOD { -+ BBSWING, -+ TXAGC, -+ MIX_MODE -+} PWRTRACK_METHOD; -+ -+typedef void (*FuncSetPwr)(PDM_ODM_T, PWRTRACK_METHOD, u8, u8); -+typedef void (*FuncIQK)(PDM_ODM_T, u8, u8, u8); -+typedef void (*FuncLCK)(PDM_ODM_T); -+typedef void (*FuncSwing)(PDM_ODM_T, u8 **, u8 **, u8 **, u8 **); -+ -+typedef struct _TXPWRTRACK_CFG { -+ u8 SwingTableSize_CCK; -+ u8 SwingTableSize_OFDM; -+ u8 Threshold_IQK; -+ u8 AverageThermalNum; -+ u8 RfPathCount; -+ u32 ThermalRegAddr; -+ FuncSetPwr ODM_TxPwrTrackSetPwr; -+ FuncIQK DoIQK; -+ FuncLCK PHY_LCCalibrate; -+ FuncSwing GetDeltaSwingTable; -+} TXPWRTRACK_CFG, *PTXPWRTRACK_CFG; -+ -+void ConfigureTxpowerTrack(PDM_ODM_T pDM_Odm, PTXPWRTRACK_CFG pConfig); -+ -+ -+void ODM_ClearTxPowerTrackingState(PDM_ODM_T pDM_Odm); -+ -+void ODM_TXPowerTrackingCallback_ThermalMeter(struct adapter *Adapter); -+ -+ -+ -+#define ODM_TARGET_CHNL_NUM_2G_5G 59 -+ -+ -+u8 ODM_GetRightChnlPlaceforIQK(u8 chnl); -+ -+ -+#endif /* #ifndef __HAL_PHY_RF_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/HalPwrSeqCmd.c linux/3rdparty/rtl8723bs/hal/HalPwrSeqCmd.c ---- linux.old/3rdparty/rtl8723bs/hal/HalPwrSeqCmd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/HalPwrSeqCmd.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,205 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/*++ -+Copyright (c) Realtek Semiconductor Corp. All rights reserved. -+ -+Module Name: -+ HalPwrSeqCmd.c -+ -+Abstract: -+ Implement HW Power sequence configuration CMD handling routine for Realtek devices. -+ -+Major Change History: -+ When Who What -+ ---------- --------------- ------------------------------- -+ 2011-10-26 Lucas Modify to be compatible with SD4-CE driver. -+ 2011-07-07 Roger Create. -+ -+--*/ -+#include -+#include -+#include -+ -+ -+/* */ -+/* Description: */ -+/* This routine deal with the Power Configuration CMDs parsing for RTL8723/RTL8188E Series IC. */ -+/* */ -+/* Assumption: */ -+/* We should follow specific format which was released from HW SD. */ -+/* */ -+/* 2011.07.07, added by Roger. */ -+/* */ -+u8 HalPwrSeqCmdParsing( -+ struct adapter *padapter, -+ u8 CutVersion, -+ u8 FabVersion, -+ u8 InterfaceType, -+ WLAN_PWR_CFG PwrSeqCmd[] -+) -+{ -+ WLAN_PWR_CFG PwrCfgCmd = {0}; -+ u8 bPollingBit = false; -+ u32 AryIdx = 0; -+ u8 value = 0; -+ u32 offset = 0; -+ u32 pollingCount = 0; /* polling autoload done. */ -+ u32 maxPollingCnt = 5000; -+ -+ do { -+ PwrCfgCmd = PwrSeqCmd[AryIdx]; -+ -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ( -+ "HalPwrSeqCmdParsing: offset(%#x) cut_msk(%#x) fab_msk(%#x) interface_msk(%#x) base(%#x) cmd(%#x) msk(%#x) value(%#x)\n", -+ GET_PWR_CFG_OFFSET(PwrCfgCmd), -+ GET_PWR_CFG_CUT_MASK(PwrCfgCmd), -+ GET_PWR_CFG_FAB_MASK(PwrCfgCmd), -+ GET_PWR_CFG_INTF_MASK(PwrCfgCmd), -+ GET_PWR_CFG_BASE(PwrCfgCmd), -+ GET_PWR_CFG_CMD(PwrCfgCmd), -+ GET_PWR_CFG_MASK(PwrCfgCmd), -+ GET_PWR_CFG_VALUE(PwrCfgCmd) -+ ) -+ ); -+ -+ /* 2 Only Handle the command whose FAB, CUT, and Interface are matched */ -+ if ( -+ (GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && -+ (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && -+ (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType) -+ ) { -+ switch (GET_PWR_CFG_CMD(PwrCfgCmd)) { -+ case PWR_CMD_READ: -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ("HalPwrSeqCmdParsing: PWR_CMD_READ\n") -+ ); -+ break; -+ -+ case PWR_CMD_WRITE: -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ("HalPwrSeqCmdParsing: PWR_CMD_WRITE\n") -+ ); -+ offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); -+ -+ /* */ -+ /* We should deal with interface specific address mapping for some interfaces, e.g., SDIO interface */ -+ /* 2011.07.07. */ -+ /* */ -+ if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) { -+ /* Read Back SDIO Local value */ -+ value = SdioLocalCmd52Read1Byte(padapter, offset); -+ -+ value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); -+ value |= ( -+ GET_PWR_CFG_VALUE(PwrCfgCmd) & -+ GET_PWR_CFG_MASK(PwrCfgCmd) -+ ); -+ -+ /* Write Back SDIO Local value */ -+ SdioLocalCmd52Write1Byte(padapter, offset, value); -+ } else { -+ /* Read the value from system register */ -+ value = rtw_read8(padapter, offset); -+ -+ value &= (~(GET_PWR_CFG_MASK(PwrCfgCmd))); -+ value |= ( -+ GET_PWR_CFG_VALUE(PwrCfgCmd) -+ &GET_PWR_CFG_MASK(PwrCfgCmd) -+ ); -+ -+ /* Write the value back to sytem register */ -+ rtw_write8(padapter, offset, value); -+ } -+ break; -+ -+ case PWR_CMD_POLLING: -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ("HalPwrSeqCmdParsing: PWR_CMD_POLLING\n") -+ ); -+ -+ bPollingBit = false; -+ offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); -+ do { -+ if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) -+ value = SdioLocalCmd52Read1Byte(padapter, offset); -+ else -+ value = rtw_read8(padapter, offset); -+ -+ value = value&GET_PWR_CFG_MASK(PwrCfgCmd); -+ if ( -+ value == (GET_PWR_CFG_VALUE(PwrCfgCmd) & -+ GET_PWR_CFG_MASK(PwrCfgCmd)) -+ ) -+ bPollingBit = true; -+ else -+ udelay(10); -+ -+ if (pollingCount++ > maxPollingCnt) { -+ DBG_871X( -+ "Fail to polling Offset[%#x]=%02x\n", -+ offset, -+ value -+ ); -+ return false; -+ } -+ } while (!bPollingBit); -+ -+ break; -+ -+ case PWR_CMD_DELAY: -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ("HalPwrSeqCmdParsing: PWR_CMD_DELAY\n") -+ ); -+ if (GET_PWR_CFG_VALUE(PwrCfgCmd) == PWRSEQ_DELAY_US) -+ udelay(GET_PWR_CFG_OFFSET(PwrCfgCmd)); -+ else -+ udelay(GET_PWR_CFG_OFFSET(PwrCfgCmd)*1000); -+ break; -+ -+ case PWR_CMD_END: -+ /* When this command is parsed, end the process */ -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ("HalPwrSeqCmdParsing: PWR_CMD_END\n") -+ ); -+ return true; -+ -+ default: -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_err_, -+ ("HalPwrSeqCmdParsing: Unknown CMD!!\n") -+ ); -+ break; -+ } -+ } -+ -+ AryIdx++;/* Add Array Index */ -+ } while (1); -+ -+ return true; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/hal_sdio.c linux/3rdparty/rtl8723bs/hal/hal_sdio.c ---- linux.old/3rdparty/rtl8723bs/hal/hal_sdio.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/hal_sdio.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,115 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _HAL_SDIO_C_ -+ -+#include -+#include -+#include -+ -+u8 rtw_hal_sdio_max_txoqt_free_space(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ if (pHalData->SdioTxOQTMaxFreeSpace < 8) -+ pHalData->SdioTxOQTMaxFreeSpace = 8; -+ -+ return pHalData->SdioTxOQTMaxFreeSpace; -+} -+ -+u8 rtw_hal_sdio_query_tx_freepage( -+ struct adapter *padapter, u8 PageIdx, u8 RequiredPageNum -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ if ((pHalData->SdioTxFIFOFreePage[PageIdx]+pHalData->SdioTxFIFOFreePage[PUBLIC_QUEUE_IDX]) >= (RequiredPageNum)) -+ return true; -+ else -+ return false; -+} -+ -+void rtw_hal_sdio_update_tx_freepage( -+ struct adapter *padapter, u8 PageIdx, u8 RequiredPageNum -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 DedicatedPgNum = 0; -+ u8 RequiredPublicFreePgNum = 0; -+ /* _irqL irql; */ -+ -+ /* spin_lock_bh(&pHalData->SdioTxFIFOFreePageLock); */ -+ -+ DedicatedPgNum = pHalData->SdioTxFIFOFreePage[PageIdx]; -+ if (RequiredPageNum <= DedicatedPgNum) { -+ pHalData->SdioTxFIFOFreePage[PageIdx] -= RequiredPageNum; -+ } else { -+ pHalData->SdioTxFIFOFreePage[PageIdx] = 0; -+ RequiredPublicFreePgNum = RequiredPageNum - DedicatedPgNum; -+ pHalData->SdioTxFIFOFreePage[PUBLIC_QUEUE_IDX] -= RequiredPublicFreePgNum; -+ } -+ -+ /* spin_unlock_bh(&pHalData->SdioTxFIFOFreePageLock); */ -+} -+ -+void rtw_hal_set_sdio_tx_max_length( -+ struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u32 page_size; -+ u32 lenHQ, lenNQ, lenLQ; -+ -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_PAGE_SIZE, &page_size); -+ -+ lenHQ = ((numHQ + numPubQ) >> 1) * page_size; -+ lenNQ = ((numNQ + numPubQ) >> 1) * page_size; -+ lenLQ = ((numLQ + numPubQ) >> 1) * page_size; -+ -+ pHalData->sdio_tx_max_len[HI_QUEUE_IDX] = -+ (lenHQ > MAX_XMITBUF_SZ) ? MAX_XMITBUF_SZ : lenHQ; -+ pHalData->sdio_tx_max_len[MID_QUEUE_IDX] = -+ (lenNQ > MAX_XMITBUF_SZ) ? MAX_XMITBUF_SZ : lenNQ; -+ pHalData->sdio_tx_max_len[LOW_QUEUE_IDX] = -+ (lenLQ > MAX_XMITBUF_SZ) ? MAX_XMITBUF_SZ : lenLQ; -+} -+ -+u32 rtw_hal_get_sdio_tx_max_length(struct adapter *padapter, u8 queue_idx) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u32 deviceId, max_len; -+ -+ -+ deviceId = ffaddr2deviceId(pdvobjpriv, queue_idx); -+ switch (deviceId) { -+ case WLAN_TX_HIQ_DEVICE_ID: -+ max_len = pHalData->sdio_tx_max_len[HI_QUEUE_IDX]; -+ break; -+ -+ case WLAN_TX_MIQ_DEVICE_ID: -+ max_len = pHalData->sdio_tx_max_len[MID_QUEUE_IDX]; -+ break; -+ -+ case WLAN_TX_LOQ_DEVICE_ID: -+ max_len = pHalData->sdio_tx_max_len[LOW_QUEUE_IDX]; -+ break; -+ -+ default: -+ max_len = pHalData->sdio_tx_max_len[MID_QUEUE_IDX]; -+ break; -+ } -+ -+ return max_len; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/Mp_Precomp.h linux/3rdparty/rtl8723bs/hal/Mp_Precomp.h ---- linux.old/3rdparty/rtl8723bs/hal/Mp_Precomp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/Mp_Precomp.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,33 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __MP_PRECOMP_H__ -+#define __MP_PRECOMP_H__ -+ -+#include -+#include -+ -+#define BT_TMP_BUF_SIZE 100 -+ -+#define DCMD_Printf DBG_BT_INFO -+ -+#ifdef bEnable -+#undef bEnable -+#endif -+ -+#include "HalBtcOutSrc.h" -+#include "HalBtc8723b1Ant.h" -+#include "HalBtc8723b2Ant.h" -+ -+#endif /* __MP_PRECOMP_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_AntDiv.c linux/3rdparty/rtl8723bs/hal/odm_AntDiv.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_AntDiv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_AntDiv.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,70 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "odm_precomp.h" -+ -+//====================================================== -+// when antenna test utility is on or some testing -+// need to disable antenna diversity -+// call this function to disable all ODM related mechanisms -+// which will switch antenna. -+//====================================================== -+void ODM_StopAntennaSwitchDm(PDM_ODM_T pDM_Odm) -+{ -+ // disable ODM antenna diversity -+ pDM_Odm->SupportAbility &= ~ODM_BB_ANT_DIV; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_ANT_DIV, -+ ODM_DBG_LOUD, -+ ("STOP Antenna Diversity\n") -+ ); -+} -+ -+void ODM_SetAntConfig(PDM_ODM_T pDM_Odm, u8 antSetting)// 0=A, 1=B, 2=C, .... -+{ -+ if (antSetting == 0) // ant A -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000000); -+ else if (antSetting == 1) -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x948, bMaskDWord, 0x00000280); -+} -+ -+//====================================================== -+ -+ -+void ODM_SwAntDivRestAfterLink(PDM_ODM_T pDM_Odm) -+{ -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u32 i; -+ -+ pDM_Odm->RSSI_test = false; -+ pDM_SWAT_Table->try_flag = 0xff; -+ pDM_SWAT_Table->RSSI_Trying = 0; -+ pDM_SWAT_Table->Double_chk_flag = 0; -+ -+ pDM_FatTable->RxIdleAnt = MAIN_ANT; -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ pDM_FatTable->MainAnt_Sum[i] = 0; -+ pDM_FatTable->AuxAnt_Sum[i] = 0; -+ pDM_FatTable->MainAnt_Cnt[i] = 0; -+ pDM_FatTable->AuxAnt_Cnt[i] = 0; -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_AntDiv.h linux/3rdparty/rtl8723bs/hal/odm_AntDiv.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_AntDiv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_AntDiv.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,38 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODMANTDIV_H__ -+#define __ODMANTDIV_H__ -+ -+ -+ -+#define ANT1_2G 0 /* = ANT2_5G */ -+#define ANT2_2G 1 /* = ANT1_5G */ -+ -+/* Antenna Diversty Control Type */ -+#define ODM_AUTO_ANT 0 -+#define ODM_FIX_MAIN_ANT 1 -+#define ODM_FIX_AUX_ANT 2 -+ -+#define TX_BY_REG 0 -+ -+#define ANTDIV_ON 1 -+#define ANTDIV_OFF 0 -+ -+#define INIT_ANTDIV_TIMMER 0 -+#define CANCEL_ANTDIV_TIMMER 1 -+#define RELEASE_ANTDIV_TIMMER 2 -+ -+#endif /* ifndef __ODMANTDIV_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm.c linux/3rdparty/rtl8723bs/hal/odm.c ---- linux.old/3rdparty/rtl8723bs/hal/odm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1446 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+static const u16 dB_Invert_Table[8][12] = { -+ {1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4}, -+ {4, 5, 6, 6, 7, 8, 9, 10, 11, 13, 14, 16}, -+ {18, 20, 22, 25, 28, 32, 35, 40, 45, 50, 56, 63}, -+ {71, 79, 89, 100, 112, 126, 141, 158, 178, 200, 224, 251}, -+ {282, 316, 355, 398, 447, 501, 562, 631, 708, 794, 891, 1000}, -+ {1122, 1259, 1413, 1585, 1778, 1995, 2239, 2512, 2818, 3162, 3548, 3981}, -+ {4467, 5012, 5623, 6310, 7079, 7943, 8913, 10000, 11220, 12589, 14125, -+ 15849}, -+ {17783, 19953, 22387, 25119, 28184, 31623, 35481, 39811, 44668, 50119, -+ 56234, 65535} -+ }; -+ -+/* Global var */ -+ -+u32 OFDMSwingTable[OFDM_TABLE_SIZE] = { -+ 0x7f8001fe, /* 0, +6.0dB */ -+ 0x788001e2, /* 1, +5.5dB */ -+ 0x71c001c7, /* 2, +5.0dB */ -+ 0x6b8001ae, /* 3, +4.5dB */ -+ 0x65400195, /* 4, +4.0dB */ -+ 0x5fc0017f, /* 5, +3.5dB */ -+ 0x5a400169, /* 6, +3.0dB */ -+ 0x55400155, /* 7, +2.5dB */ -+ 0x50800142, /* 8, +2.0dB */ -+ 0x4c000130, /* 9, +1.5dB */ -+ 0x47c0011f, /* 10, +1.0dB */ -+ 0x43c0010f, /* 11, +0.5dB */ -+ 0x40000100, /* 12, +0dB */ -+ 0x3c8000f2, /* 13, -0.5dB */ -+ 0x390000e4, /* 14, -1.0dB */ -+ 0x35c000d7, /* 15, -1.5dB */ -+ 0x32c000cb, /* 16, -2.0dB */ -+ 0x300000c0, /* 17, -2.5dB */ -+ 0x2d4000b5, /* 18, -3.0dB */ -+ 0x2ac000ab, /* 19, -3.5dB */ -+ 0x288000a2, /* 20, -4.0dB */ -+ 0x26000098, /* 21, -4.5dB */ -+ 0x24000090, /* 22, -5.0dB */ -+ 0x22000088, /* 23, -5.5dB */ -+ 0x20000080, /* 24, -6.0dB */ -+ 0x1e400079, /* 25, -6.5dB */ -+ 0x1c800072, /* 26, -7.0dB */ -+ 0x1b00006c, /* 27. -7.5dB */ -+ 0x19800066, /* 28, -8.0dB */ -+ 0x18000060, /* 29, -8.5dB */ -+ 0x16c0005b, /* 30, -9.0dB */ -+ 0x15800056, /* 31, -9.5dB */ -+ 0x14400051, /* 32, -10.0dB */ -+ 0x1300004c, /* 33, -10.5dB */ -+ 0x12000048, /* 34, -11.0dB */ -+ 0x11000044, /* 35, -11.5dB */ -+ 0x10000040, /* 36, -12.0dB */ -+}; -+ -+u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8] = { -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04}, /* 0, +0dB */ -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, /* 1, -0.5dB */ -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, /* 2, -1.0dB */ -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, /* 3, -1.5dB */ -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, /* 4, -2.0dB */ -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, /* 5, -2.5dB */ -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, /* 6, -3.0dB */ -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, /* 7, -3.5dB */ -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, /* 8, -4.0dB */ -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, /* 9, -4.5dB */ -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, /* 10, -5.0dB */ -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, /* 11, -5.5dB */ -+ {0x1b, 0x1a, 0x17, 0x13, 0x0e, 0x09, 0x04, 0x02}, /* 12, -6.0dB <== default */ -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, /* 13, -6.5dB */ -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, /* 14, -7.0dB */ -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, /* 15, -7.5dB */ -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, /* 16, -8.0dB */ -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, /* 17, -8.5dB */ -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, /* 18, -9.0dB */ -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, /* 19, -9.5dB */ -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, /* 20, -10.0dB */ -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, /* 21, -10.5dB */ -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, /* 22, -11.0dB */ -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, /* 23, -11.5dB */ -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, /* 24, -12.0dB */ -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, /* 25, -12.5dB */ -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, /* 26, -13.0dB */ -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, /* 27, -13.5dB */ -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, /* 28, -14.0dB */ -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, /* 29, -14.5dB */ -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, /* 30, -15.0dB */ -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, /* 31, -15.5dB */ -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01} /* 32, -16.0dB */ -+}; -+ -+u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8] = { -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00}, /* 0, +0dB */ -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, /* 1, -0.5dB */ -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, /* 2, -1.0dB */ -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, /* 3, -1.5dB */ -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, /* 4, -2.0dB */ -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, /* 5, -2.5dB */ -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, /* 6, -3.0dB */ -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, /* 7, -3.5dB */ -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, /* 8, -4.0dB */ -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, /* 9, -4.5dB */ -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, /* 10, -5.0dB */ -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, /* 11, -5.5dB */ -+ {0x1b, 0x1a, 0x17, 0x0e, 0x00, 0x00, 0x00, 0x00}, /* 12, -6.0dB <== default */ -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, /* 13, -6.5dB */ -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, /* 14, -7.0dB */ -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, /* 15, -7.5dB */ -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, /* 16, -8.0dB */ -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, /* 17, -8.5dB */ -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, /* 18, -9.0dB */ -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, /* 19, -9.5dB */ -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, /* 20, -10.0dB */ -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, /* 21, -10.5dB */ -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, /* 22, -11.0dB */ -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, /* 23, -11.5dB */ -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, /* 24, -12.0dB */ -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, /* 25, -12.5dB */ -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, /* 26, -13.0dB */ -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, /* 27, -13.5dB */ -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 28, -14.0dB */ -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 29, -14.5dB */ -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 30, -15.0dB */ -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 31, -15.5dB */ -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00} /* 32, -16.0dB */ -+}; -+ -+u32 OFDMSwingTable_New[OFDM_TABLE_SIZE] = { -+ 0x0b40002d, /* 0, -15.0dB */ -+ 0x0c000030, /* 1, -14.5dB */ -+ 0x0cc00033, /* 2, -14.0dB */ -+ 0x0d800036, /* 3, -13.5dB */ -+ 0x0e400039, /* 4, -13.0dB */ -+ 0x0f00003c, /* 5, -12.5dB */ -+ 0x10000040, /* 6, -12.0dB */ -+ 0x11000044, /* 7, -11.5dB */ -+ 0x12000048, /* 8, -11.0dB */ -+ 0x1300004c, /* 9, -10.5dB */ -+ 0x14400051, /* 10, -10.0dB */ -+ 0x15800056, /* 11, -9.5dB */ -+ 0x16c0005b, /* 12, -9.0dB */ -+ 0x18000060, /* 13, -8.5dB */ -+ 0x19800066, /* 14, -8.0dB */ -+ 0x1b00006c, /* 15, -7.5dB */ -+ 0x1c800072, /* 16, -7.0dB */ -+ 0x1e400079, /* 17, -6.5dB */ -+ 0x20000080, /* 18, -6.0dB */ -+ 0x22000088, /* 19, -5.5dB */ -+ 0x24000090, /* 20, -5.0dB */ -+ 0x26000098, /* 21, -4.5dB */ -+ 0x288000a2, /* 22, -4.0dB */ -+ 0x2ac000ab, /* 23, -3.5dB */ -+ 0x2d4000b5, /* 24, -3.0dB */ -+ 0x300000c0, /* 25, -2.5dB */ -+ 0x32c000cb, /* 26, -2.0dB */ -+ 0x35c000d7, /* 27, -1.5dB */ -+ 0x390000e4, /* 28, -1.0dB */ -+ 0x3c8000f2, /* 29, -0.5dB */ -+ 0x40000100, /* 30, +0dB */ -+ 0x43c0010f, /* 31, +0.5dB */ -+ 0x47c0011f, /* 32, +1.0dB */ -+ 0x4c000130, /* 33, +1.5dB */ -+ 0x50800142, /* 34, +2.0dB */ -+ 0x55400155, /* 35, +2.5dB */ -+ 0x5a400169, /* 36, +3.0dB */ -+ 0x5fc0017f, /* 37, +3.5dB */ -+ 0x65400195, /* 38, +4.0dB */ -+ 0x6b8001ae, /* 39, +4.5dB */ -+ 0x71c001c7, /* 40, +5.0dB */ -+ 0x788001e2, /* 41, +5.5dB */ -+ 0x7f8001fe /* 42, +6.0dB */ -+}; -+ -+u8 CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8] = { -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01}, /* 0, -16.0dB */ -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, /* 1, -15.5dB */ -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, /* 2, -15.0dB */ -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, /* 3, -14.5dB */ -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, /* 4, -14.0dB */ -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, /* 5, -13.5dB */ -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, /* 6, -13.0dB */ -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, /* 7, -12.5dB */ -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, /* 8, -12.0dB */ -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, /* 9, -11.5dB */ -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, /* 10, -11.0dB */ -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, /* 11, -10.5dB */ -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, /* 12, -10.0dB */ -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, /* 13, -9.5dB */ -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, /* 14, -9.0dB */ -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, /* 15, -8.5dB */ -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, /* 16, -8.0dB */ -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, /* 17, -7.5dB */ -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, /* 18, -7.0dB */ -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, /* 19, -6.5dB */ -+ {0x1b, 0x1a, 0x17, 0x13, 0x0e, 0x09, 0x04, 0x02}, /* 20, -6.0dB */ -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, /* 21, -5.5dB */ -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, /* 22, -5.0dB */ -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, /* 23, -4.5dB */ -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, /* 24, -4.0dB */ -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, /* 25, -3.5dB */ -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, /* 26, -3.0dB */ -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, /* 27, -2.5dB */ -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, /* 28, -2.0dB */ -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, /* 29, -1.5dB */ -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, /* 30, -1.0dB */ -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, /* 31, -0.5dB */ -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04} /* 32, +0dB */ -+}; -+ -+u8 CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8] = { -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00}, /* 0, -16.0dB */ -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 1, -15.5dB */ -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 2, -15.0dB */ -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 3, -14.5dB */ -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, /* 4, -14.0dB */ -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, /* 5, -13.5dB */ -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, /* 6, -13.0dB */ -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, /* 7, -12.5dB */ -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, /* 8, -12.0dB */ -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, /* 9, -11.5dB */ -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, /* 10, -11.0dB */ -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, /* 11, -10.5dB */ -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, /* 12, -10.0dB */ -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, /* 13, -9.5dB */ -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, /* 14, -9.0dB */ -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, /* 15, -8.5dB */ -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, /* 16, -8.0dB */ -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, /* 17, -7.5dB */ -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, /* 18, -7.0dB */ -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, /* 19, -6.5dB */ -+ {0x1b, 0x1a, 0x17, 0x0e, 0x00, 0x00, 0x00, 0x00}, /* 20, -6.0dB */ -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, /* 21, -5.5dB */ -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, /* 22, -5.0dB */ -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, /* 23, -4.5dB */ -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, /* 24, -4.0dB */ -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, /* 25, -3.5dB */ -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, /* 26, -3.0dB */ -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, /* 27, -2.5dB */ -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, /* 28, -2.0dB */ -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, /* 29, -1.5dB */ -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, /* 30, -1.0dB */ -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, /* 31, -0.5dB */ -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00} /* 32, +0dB */ -+}; -+ -+u32 TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE] = { -+ 0x081, /* 0, -12.0dB */ -+ 0x088, /* 1, -11.5dB */ -+ 0x090, /* 2, -11.0dB */ -+ 0x099, /* 3, -10.5dB */ -+ 0x0A2, /* 4, -10.0dB */ -+ 0x0AC, /* 5, -9.5dB */ -+ 0x0B6, /* 6, -9.0dB */ -+ 0x0C0, /* 7, -8.5dB */ -+ 0x0CC, /* 8, -8.0dB */ -+ 0x0D8, /* 9, -7.5dB */ -+ 0x0E5, /* 10, -7.0dB */ -+ 0x0F2, /* 11, -6.5dB */ -+ 0x101, /* 12, -6.0dB */ -+ 0x110, /* 13, -5.5dB */ -+ 0x120, /* 14, -5.0dB */ -+ 0x131, /* 15, -4.5dB */ -+ 0x143, /* 16, -4.0dB */ -+ 0x156, /* 17, -3.5dB */ -+ 0x16A, /* 18, -3.0dB */ -+ 0x180, /* 19, -2.5dB */ -+ 0x197, /* 20, -2.0dB */ -+ 0x1AF, /* 21, -1.5dB */ -+ 0x1C8, /* 22, -1.0dB */ -+ 0x1E3, /* 23, -0.5dB */ -+ 0x200, /* 24, +0 dB */ -+ 0x21E, /* 25, +0.5dB */ -+ 0x23E, /* 26, +1.0dB */ -+ 0x261, /* 27, +1.5dB */ -+ 0x285, /* 28, +2.0dB */ -+ 0x2AB, /* 29, +2.5dB */ -+ 0x2D3, /* 30, +3.0dB */ -+ 0x2FE, /* 31, +3.5dB */ -+ 0x32B, /* 32, +4.0dB */ -+ 0x35C, /* 33, +4.5dB */ -+ 0x38E, /* 34, +5.0dB */ -+ 0x3C4, /* 35, +5.5dB */ -+ 0x3FE /* 36, +6.0dB */ -+}; -+ -+/* Local Function predefine. */ -+ -+/* START------------COMMON INFO RELATED--------------- */ -+void odm_CommonInfoSelfInit(PDM_ODM_T pDM_Odm); -+ -+void odm_CommonInfoSelfUpdate(PDM_ODM_T pDM_Odm); -+ -+void odm_CmnInfoInit_Debug(PDM_ODM_T pDM_Odm); -+ -+void odm_BasicDbgMessage(PDM_ODM_T pDM_Odm); -+ -+/* END------------COMMON INFO RELATED--------------- */ -+ -+/* START---------------DIG--------------------------- */ -+ -+/* Remove by Yuchen */ -+ -+/* END---------------DIG--------------------------- */ -+ -+/* START-------BB POWER SAVE----------------------- */ -+/* Remove BB power Saving by YuChen */ -+/* END---------BB POWER SAVE----------------------- */ -+ -+void odm_RefreshRateAdaptiveMaskCE(PDM_ODM_T pDM_Odm); -+ -+/* Remove by YuChen */ -+ -+void odm_RSSIMonitorInit(PDM_ODM_T pDM_Odm); -+ -+void odm_RSSIMonitorCheckCE(PDM_ODM_T pDM_Odm); -+ -+void odm_RSSIMonitorCheck(PDM_ODM_T pDM_Odm); -+ -+void odm_SwAntDetectInit(PDM_ODM_T pDM_Odm); -+ -+void odm_SwAntDivChkAntSwitchCallback(void *FunctionContext); -+ -+ -+ -+void odm_GlobalAdapterCheck(void); -+ -+void odm_RefreshRateAdaptiveMask(PDM_ODM_T pDM_Odm); -+ -+void ODM_TXPowerTrackingCheck(PDM_ODM_T pDM_Odm); -+ -+void odm_RateAdaptiveMaskInit(PDM_ODM_T pDM_Odm); -+ -+void odm_TXPowerTrackingThermalMeterInit(PDM_ODM_T pDM_Odm); -+ -+ -+void odm_TXPowerTrackingInit(PDM_ODM_T pDM_Odm); -+ -+void odm_TXPowerTrackingCheckCE(PDM_ODM_T pDM_Odm); -+ -+/* Remove Edca by Yu Chen */ -+ -+ -+#define RxDefaultAnt1 0x65a9 -+#define RxDefaultAnt2 0x569a -+ -+void odm_InitHybridAntDiv(PDM_ODM_T pDM_Odm); -+ -+bool odm_StaDefAntSel( -+ PDM_ODM_T pDM_Odm, -+ u32 OFDM_Ant1_Cnt, -+ u32 OFDM_Ant2_Cnt, -+ u32 CCK_Ant1_Cnt, -+ u32 CCK_Ant2_Cnt, -+ u8 *pDefAnt -+); -+ -+void odm_SetRxIdleAnt(PDM_ODM_T pDM_Odm, u8 Ant, bool bDualPath); -+ -+ -+ -+void odm_HwAntDiv(PDM_ODM_T pDM_Odm); -+ -+ -+/* */ -+/* 3 Export Interface */ -+/* */ -+ -+/* */ -+/* 2011/09/21 MH Add to describe different team necessary resource allocate?? */ -+/* */ -+void ODM_DMInit(PDM_ODM_T pDM_Odm) -+{ -+ -+ odm_CommonInfoSelfInit(pDM_Odm); -+ odm_CmnInfoInit_Debug(pDM_Odm); -+ odm_DIGInit(pDM_Odm); -+ odm_NHMCounterStatisticsInit(pDM_Odm); -+ odm_AdaptivityInit(pDM_Odm); -+ odm_RateAdaptiveMaskInit(pDM_Odm); -+ ODM_CfoTrackingInit(pDM_Odm); -+ ODM_EdcaTurboInit(pDM_Odm); -+ odm_RSSIMonitorInit(pDM_Odm); -+ odm_TXPowerTrackingInit(pDM_Odm); -+ -+ ODM_ClearTxPowerTrackingState(pDM_Odm); -+ -+ if (*(pDM_Odm->mp_mode) != 1) -+ odm_PathDiversityInit(pDM_Odm); -+ -+ odm_DynamicBBPowerSavingInit(pDM_Odm); -+ odm_DynamicTxPowerInit(pDM_Odm); -+ -+ odm_SwAntDetectInit(pDM_Odm); -+} -+ -+/* */ -+/* 2011/09/20 MH This is the entry pointer for all team to execute HW out source DM. */ -+/* You can not add any dummy function here, be care, you can only use DM structure */ -+/* to perform any new ODM_DM. */ -+/* */ -+void ODM_DMWatchdog(PDM_ODM_T pDM_Odm) -+{ -+ odm_CommonInfoSelfUpdate(pDM_Odm); -+ odm_BasicDbgMessage(pDM_Odm); -+ odm_FalseAlarmCounterStatistics(pDM_Odm); -+ odm_NHMCounterStatistics(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): RSSI = 0x%x\n", pDM_Odm->RSSI_Min)); -+ -+ odm_RSSIMonitorCheck(pDM_Odm); -+ -+ /* For CE Platform(SPRD or Tablet) */ -+ /* 8723A or 8189ES platform */ -+ /* NeilChen--2012--08--24-- */ -+ /* Fix Leave LPS issue */ -+ if ((adapter_to_pwrctl(pDM_Odm->Adapter)->pwr_mode != PS_MODE_ACTIVE) /* in LPS mode */ -+ /* */ -+ /* (pDM_Odm->SupportICType & (ODM_RTL8723A))|| */ -+ /* (pDM_Odm->SupportICType & (ODM_RTL8188E) &&(&&(((pDM_Odm->SupportInterface == ODM_ITRF_SDIO))) */ -+ /* */ -+ ) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("----Step1: odm_DIG is in LPS mode\n")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("---Step2: 8723AS is in LPS mode\n")); -+ odm_DIGbyRSSI_LPS(pDM_Odm); -+ } else -+ odm_DIG(pDM_Odm); -+ -+ { -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ odm_Adaptivity(pDM_Odm, pDM_DigTable->CurIGValue); -+ } -+ odm_CCKPacketDetectionThresh(pDM_Odm); -+ -+ if (*(pDM_Odm->pbPowerSaving) == true) -+ return; -+ -+ -+ odm_RefreshRateAdaptiveMask(pDM_Odm); -+ odm_EdcaTurboCheck(pDM_Odm); -+ odm_PathDiversity(pDM_Odm); -+ ODM_CfoTracking(pDM_Odm); -+ -+ ODM_TXPowerTrackingCheck(pDM_Odm); -+ -+ /* odm_EdcaTurboCheck(pDM_Odm); */ -+ -+ /* 2010.05.30 LukeLee: For CE platform, files in IC subfolders may not be included to be compiled, */ -+ /* so compile flags must be left here to prevent from compile errors */ -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt = 0; -+} -+ -+ -+/* */ -+/* Init /.. Fixed HW value. Only init time. */ -+/* */ -+void ODM_CmnInfoInit(PDM_ODM_T pDM_Odm, ODM_CMNINFO_E CmnInfo, u32 Value) -+{ -+ /* */ -+ /* This section is used for init value */ -+ /* */ -+ switch (CmnInfo) { -+ /* */ -+ /* Fixed ODM value. */ -+ /* */ -+ case ODM_CMNINFO_ABILITY: -+ pDM_Odm->SupportAbility = (u32)Value; -+ break; -+ -+ case ODM_CMNINFO_RF_TYPE: -+ pDM_Odm->RFType = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_PLATFORM: -+ pDM_Odm->SupportPlatform = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_INTERFACE: -+ pDM_Odm->SupportInterface = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_MP_TEST_CHIP: -+ pDM_Odm->bIsMPChip = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_IC_TYPE: -+ pDM_Odm->SupportICType = Value; -+ break; -+ -+ case ODM_CMNINFO_CUT_VER: -+ pDM_Odm->CutVersion = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_FAB_VER: -+ pDM_Odm->FabVersion = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_RFE_TYPE: -+ pDM_Odm->RFEType = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_RF_ANTENNA_TYPE: -+ pDM_Odm->AntDivType = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_BOARD_TYPE: -+ pDM_Odm->BoardType = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_PACKAGE_TYPE: -+ pDM_Odm->PackageType = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_EXT_LNA: -+ pDM_Odm->ExtLNA = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_5G_EXT_LNA: -+ pDM_Odm->ExtLNA5G = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_EXT_PA: -+ pDM_Odm->ExtPA = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_5G_EXT_PA: -+ pDM_Odm->ExtPA5G = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_GPA: -+ pDM_Odm->TypeGPA = (ODM_TYPE_GPA_E)Value; -+ break; -+ case ODM_CMNINFO_APA: -+ pDM_Odm->TypeAPA = (ODM_TYPE_APA_E)Value; -+ break; -+ case ODM_CMNINFO_GLNA: -+ pDM_Odm->TypeGLNA = (ODM_TYPE_GLNA_E)Value; -+ break; -+ case ODM_CMNINFO_ALNA: -+ pDM_Odm->TypeALNA = (ODM_TYPE_ALNA_E)Value; -+ break; -+ -+ case ODM_CMNINFO_EXT_TRSW: -+ pDM_Odm->ExtTRSW = (u8)Value; -+ break; -+ case ODM_CMNINFO_PATCH_ID: -+ pDM_Odm->PatchID = (u8)Value; -+ break; -+ case ODM_CMNINFO_BINHCT_TEST: -+ pDM_Odm->bInHctTest = (bool)Value; -+ break; -+ case ODM_CMNINFO_BWIFI_TEST: -+ pDM_Odm->bWIFITest = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_SMART_CONCURRENT: -+ pDM_Odm->bDualMacSmartConcurrent = (bool)Value; -+ break; -+ -+ /* To remove the compiler warning, must add an empty default statement to handle the other values. */ -+ default: -+ /* do nothing */ -+ break; -+ } -+ -+} -+ -+ -+void ODM_CmnInfoHook(PDM_ODM_T pDM_Odm, ODM_CMNINFO_E CmnInfo, void *pValue) -+{ -+ /* */ -+ /* Hook call by reference pointer. */ -+ /* */ -+ switch (CmnInfo) { -+ /* */ -+ /* Dynamic call by reference pointer. */ -+ /* */ -+ case ODM_CMNINFO_MAC_PHY_MODE: -+ pDM_Odm->pMacPhyMode = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_TX_UNI: -+ pDM_Odm->pNumTxBytesUnicast = (u64 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_RX_UNI: -+ pDM_Odm->pNumRxBytesUnicast = (u64 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_WM_MODE: -+ pDM_Odm->pwirelessmode = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_BAND: -+ pDM_Odm->pBandType = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_SEC_CHNL_OFFSET: -+ pDM_Odm->pSecChOffset = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_SEC_MODE: -+ pDM_Odm->pSecurity = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_BW: -+ pDM_Odm->pBandWidth = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_CHNL: -+ pDM_Odm->pChannel = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_DMSP_GET_VALUE: -+ pDM_Odm->pbGetValueFromOtherMac = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_BUDDY_ADAPTOR: -+ pDM_Odm->pBuddyAdapter = (struct adapter **)pValue; -+ break; -+ -+ case ODM_CMNINFO_DMSP_IS_MASTER: -+ pDM_Odm->pbMasterOfDMSP = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_SCAN: -+ pDM_Odm->pbScanInProcess = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_POWER_SAVING: -+ pDM_Odm->pbPowerSaving = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_ONE_PATH_CCA: -+ pDM_Odm->pOnePathCCA = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_DRV_STOP: -+ pDM_Odm->pbDriverStopped = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_PNP_IN: -+ pDM_Odm->pbDriverIsGoingToPnpSetPowerSleep = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_INIT_ON: -+ pDM_Odm->pinit_adpt_in_progress = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_ANT_TEST: -+ pDM_Odm->pAntennaTest = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_NET_CLOSED: -+ pDM_Odm->pbNet_closed = (bool *)pValue; -+ break; -+ -+ case ODM_CMNINFO_FORCED_RATE: -+ pDM_Odm->pForcedDataRate = (u16 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_FORCED_IGI_LB: -+ pDM_Odm->pu1ForcedIgiLb = (u8 *)pValue; -+ break; -+ -+ case ODM_CMNINFO_MP_MODE: -+ pDM_Odm->mp_mode = (u8 *)pValue; -+ break; -+ -+ /* case ODM_CMNINFO_RTSTA_AID: */ -+ /* pDM_Odm->pAidMap = (u8 *)pValue; */ -+ /* break; */ -+ -+ /* case ODM_CMNINFO_BT_COEXIST: */ -+ /* pDM_Odm->BTCoexist = (bool *)pValue; */ -+ -+ /* case ODM_CMNINFO_STA_STATUS: */ -+ /* pDM_Odm->pODM_StaInfo[] = (PSTA_INFO_T)pValue; */ -+ /* break; */ -+ -+ /* case ODM_CMNINFO_PHY_STATUS: */ -+ /* pDM_Odm->pPhyInfo = (ODM_PHY_INFO *)pValue; */ -+ /* break; */ -+ -+ /* case ODM_CMNINFO_MAC_STATUS: */ -+ /* pDM_Odm->pMacInfo = (ODM_MAC_INFO *)pValue; */ -+ /* break; */ -+ /* To remove the compiler warning, must add an empty default statement to handle the other values. */ -+ default: -+ /* do nothing */ -+ break; -+ } -+ -+} -+ -+ -+void ODM_CmnInfoPtrArrayHook( -+ PDM_ODM_T pDM_Odm, -+ ODM_CMNINFO_E CmnInfo, -+ u16 Index, -+ void *pValue -+) -+{ -+ /* */ -+ /* Hook call by reference pointer. */ -+ /* */ -+ switch (CmnInfo) { -+ /* */ -+ /* Dynamic call by reference pointer. */ -+ /* */ -+ case ODM_CMNINFO_STA_STATUS: -+ pDM_Odm->pODM_StaInfo[Index] = (PSTA_INFO_T)pValue; -+ break; -+ /* To remove the compiler warning, must add an empty default statement to handle the other values. */ -+ default: -+ /* do nothing */ -+ break; -+ } -+ -+} -+ -+ -+/* */ -+/* Update Band/CHannel/.. The values are dynamic but non-per-packet. */ -+/* */ -+void ODM_CmnInfoUpdate(PDM_ODM_T pDM_Odm, u32 CmnInfo, u64 Value) -+{ -+ /* */ -+ /* This init variable may be changed in run time. */ -+ /* */ -+ switch (CmnInfo) { -+ case ODM_CMNINFO_LINK_IN_PROGRESS: -+ pDM_Odm->bLinkInProcess = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_ABILITY: -+ pDM_Odm->SupportAbility = (u32)Value; -+ break; -+ -+ case ODM_CMNINFO_RF_TYPE: -+ pDM_Odm->RFType = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_WIFI_DIRECT: -+ pDM_Odm->bWIFI_Direct = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_WIFI_DISPLAY: -+ pDM_Odm->bWIFI_Display = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_LINK: -+ pDM_Odm->bLinked = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_STATION_STATE: -+ pDM_Odm->bsta_state = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_RSSI_MIN: -+ pDM_Odm->RSSI_Min = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_DBG_COMP: -+ pDM_Odm->DebugComponents = Value; -+ break; -+ -+ case ODM_CMNINFO_DBG_LEVEL: -+ pDM_Odm->DebugLevel = (u32)Value; -+ break; -+ case ODM_CMNINFO_RA_THRESHOLD_HIGH: -+ pDM_Odm->RateAdaptive.HighRSSIThresh = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_RA_THRESHOLD_LOW: -+ pDM_Odm->RateAdaptive.LowRSSIThresh = (u8)Value; -+ break; -+ /* The following is for BT HS mode and BT coexist mechanism. */ -+ case ODM_CMNINFO_BT_ENABLED: -+ pDM_Odm->bBtEnabled = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_HS_CONNECT_PROCESS: -+ pDM_Odm->bBtConnectProcess = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_HS_RSSI: -+ pDM_Odm->btHsRssi = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_OPERATION: -+ pDM_Odm->bBtHsOperation = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_LIMITED_DIG: -+ pDM_Odm->bBtLimitedDig = (bool)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_DISABLE_EDCA: -+ pDM_Odm->bBtDisableEdcaTurbo = (bool)Value; -+ break; -+ -+/* -+ case ODM_CMNINFO_OP_MODE: -+ pDM_Odm->OPMode = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_WM_MODE: -+ pDM_Odm->WirelessMode = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_BAND: -+ pDM_Odm->BandType = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_SEC_CHNL_OFFSET: -+ pDM_Odm->SecChOffset = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_SEC_MODE: -+ pDM_Odm->Security = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_BW: -+ pDM_Odm->BandWidth = (u8)Value; -+ break; -+ -+ case ODM_CMNINFO_CHNL: -+ pDM_Odm->Channel = (u8)Value; -+ break; -+*/ -+ default: -+ /* do nothing */ -+ break; -+ } -+ -+ -+} -+ -+void odm_CommonInfoSelfInit(PDM_ODM_T pDM_Odm) -+{ -+ pDM_Odm->bCckHighPower = (bool) PHY_QueryBBReg(pDM_Odm->Adapter, ODM_REG(CCK_RPT_FORMAT, pDM_Odm), ODM_BIT(CCK_RPT_FORMAT, pDM_Odm)); -+ pDM_Odm->RFPathRxEnable = (u8) PHY_QueryBBReg(pDM_Odm->Adapter, ODM_REG(BB_RX_PATH, pDM_Odm), ODM_BIT(BB_RX_PATH, pDM_Odm)); -+ -+ ODM_InitDebugSetting(pDM_Odm); -+ -+ pDM_Odm->TxRate = 0xFF; -+} -+ -+void odm_CommonInfoSelfUpdate(PDM_ODM_T pDM_Odm) -+{ -+ u8 EntryCnt = 0; -+ u8 i; -+ PSTA_INFO_T pEntry; -+ -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) { -+ if (*(pDM_Odm->pSecChOffset) == 1) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel)-2; -+ else if (*(pDM_Odm->pSecChOffset) == 2) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel)+2; -+ } else -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel); -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ pEntry = pDM_Odm->pODM_StaInfo[i]; -+ if (IS_STA_VALID(pEntry)) -+ EntryCnt++; -+ } -+ -+ if (EntryCnt == 1) -+ pDM_Odm->bOneEntryOnly = true; -+ else -+ pDM_Odm->bOneEntryOnly = false; -+} -+ -+void odm_CmnInfoInit_Debug(PDM_ODM_T pDM_Odm) -+{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("odm_CmnInfoInit_Debug ==>\n")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("SupportPlatform =%d\n", pDM_Odm->SupportPlatform)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("SupportAbility = 0x%x\n", pDM_Odm->SupportAbility)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("SupportInterface =%d\n", pDM_Odm->SupportInterface)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("SupportICType = 0x%x\n", pDM_Odm->SupportICType)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("CutVersion =%d\n", pDM_Odm->CutVersion)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("FabVersion =%d\n", pDM_Odm->FabVersion)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("RFType =%d\n", pDM_Odm->RFType)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("BoardType =%d\n", pDM_Odm->BoardType)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("ExtLNA =%d\n", pDM_Odm->ExtLNA)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("ExtPA =%d\n", pDM_Odm->ExtPA)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("ExtTRSW =%d\n", pDM_Odm->ExtTRSW)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("PatchID =%d\n", pDM_Odm->PatchID)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("bInHctTest =%d\n", pDM_Odm->bInHctTest)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("bWIFITest =%d\n", pDM_Odm->bWIFITest)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("bDualMacSmartConcurrent =%d\n", pDM_Odm->bDualMacSmartConcurrent)); -+ -+} -+ -+void odm_BasicDbgMessage(PDM_ODM_T pDM_Odm) -+{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("odm_BasicDbgMsg ==>\n")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("bLinked = %d, RSSI_Min = %d,\n", -+ pDM_Odm->bLinked, pDM_Odm->RSSI_Min)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("RxRate = 0x%x, RSSI_A = %d, RSSI_B = %d\n", -+ pDM_Odm->RxRate, pDM_Odm->RSSI_A, pDM_Odm->RSSI_B)); -+} -+ -+/* 3 ============================================================ */ -+/* 3 DIG */ -+/* 3 ============================================================ */ -+/*----------------------------------------------------------------------------- -+ * Function: odm_DIGInit() -+ * -+ * Overview: Set DIG scheme init value. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ *When Who Remark -+ * -+ *--------------------------------------------------------------------------- -+ */ -+ -+/* Remove DIG by yuchen */ -+ -+/* Remove DIG and FA check by Yu Chen */ -+ -+ -+/* 3 ============================================================ */ -+/* 3 BB Power Save */ -+/* 3 ============================================================ */ -+ -+/* Remove BB power saving by Yuchen */ -+ -+/* 3 ============================================================ */ -+/* 3 RATR MASK */ -+/* 3 ============================================================ */ -+/* 3 ============================================================ */ -+/* 3 Rate Adaptive */ -+/* 3 ============================================================ */ -+ -+void odm_RateAdaptiveMaskInit(PDM_ODM_T pDM_Odm) -+{ -+ PODM_RATE_ADAPTIVE pOdmRA = &pDM_Odm->RateAdaptive; -+ -+ pOdmRA->Type = DM_Type_ByDriver; -+ if (pOdmRA->Type == DM_Type_ByDriver) -+ pDM_Odm->bUseRAMask = true; -+ else -+ pDM_Odm->bUseRAMask = false; -+ -+ pOdmRA->RATRState = DM_RATR_STA_INIT; -+ pOdmRA->LdpcThres = 35; -+ pOdmRA->bUseLdpc = false; -+ pOdmRA->HighRSSIThresh = 50; -+ pOdmRA->LowRSSIThresh = 20; -+} -+ -+u32 ODM_Get_Rate_Bitmap( -+ PDM_ODM_T pDM_Odm, -+ u32 macid, -+ u32 ra_mask, -+ u8 rssi_level -+) -+{ -+ PSTA_INFO_T pEntry; -+ u32 rate_bitmap = 0; -+ u8 WirelessMode; -+ -+ pEntry = pDM_Odm->pODM_StaInfo[macid]; -+ if (!IS_STA_VALID(pEntry)) -+ return ra_mask; -+ -+ WirelessMode = pEntry->wireless_mode; -+ -+ switch (WirelessMode) { -+ case ODM_WM_B: -+ if (ra_mask & 0x0000000c) /* 11M or 5.5M enable */ -+ rate_bitmap = 0x0000000d; -+ else -+ rate_bitmap = 0x0000000f; -+ break; -+ -+ case (ODM_WM_G): -+ case (ODM_WM_A): -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x00000f00; -+ else -+ rate_bitmap = 0x00000ff0; -+ break; -+ -+ case (ODM_WM_B|ODM_WM_G): -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x00000f00; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x00000ff0; -+ else -+ rate_bitmap = 0x00000ff5; -+ break; -+ -+ case (ODM_WM_B|ODM_WM_G|ODM_WM_N24G): -+ case (ODM_WM_B|ODM_WM_N24G): -+ case (ODM_WM_G|ODM_WM_N24G): -+ case (ODM_WM_A|ODM_WM_N5G): -+ if (pDM_Odm->RFType == ODM_1T2R || pDM_Odm->RFType == ODM_1T1R) { -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x000f0000; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x000ff000; -+ else { -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ rate_bitmap = 0x000ff015; -+ else -+ rate_bitmap = 0x000ff005; -+ } -+ } else { -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x0f8f0000; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x0f8ff000; -+ else { -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ rate_bitmap = 0x0f8ff015; -+ else -+ rate_bitmap = 0x0f8ff005; -+ } -+ } -+ break; -+ -+ case (ODM_WM_AC|ODM_WM_G): -+ if (rssi_level == 1) -+ rate_bitmap = 0xfc3f0000; -+ else if (rssi_level == 2) -+ rate_bitmap = 0xfffff000; -+ else -+ rate_bitmap = 0xffffffff; -+ break; -+ -+ case (ODM_WM_AC|ODM_WM_A): -+ -+ if (pDM_Odm->RFType == RF_1T1R) { -+ if (rssi_level == 1) /* add by Gary for ac-series */ -+ rate_bitmap = 0x003f8000; -+ else if (rssi_level == 2) -+ rate_bitmap = 0x003ff000; -+ else -+ rate_bitmap = 0x003ff010; -+ } else { -+ if (rssi_level == 1) /* add by Gary for ac-series */ -+ rate_bitmap = 0xfe3f8000; /* VHT 2SS MCS3~9 */ -+ else if (rssi_level == 2) -+ rate_bitmap = 0xfffff000; /* VHT 2SS MCS0~9 */ -+ else -+ rate_bitmap = 0xfffff010; /* All */ -+ } -+ break; -+ -+ default: -+ if (pDM_Odm->RFType == RF_1T2R) -+ rate_bitmap = 0x000fffff; -+ else -+ rate_bitmap = 0x0fffffff; -+ break; -+ } -+ -+ /* printk("%s ==> rssi_level:0x%02x, WirelessMode:0x%02x, rate_bitmap:0x%08x\n", __func__, rssi_level, WirelessMode, rate_bitmap); */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, (" ==> rssi_level:0x%02x, WirelessMode:0x%02x, rate_bitmap:0x%08x\n", rssi_level, WirelessMode, rate_bitmap)); -+ -+ return (ra_mask&rate_bitmap); -+ -+} -+ -+/*----------------------------------------------------------------------------- -+* Function: odm_RefreshRateAdaptiveMask() -+* -+* Overview: Update rate table mask according to rssi -+* -+* Input: NONE -+* -+* Output: NONE -+* -+* Return: NONE -+* -+* Revised History: -+*When Who Remark -+*05/27/2009 hpfan Create Version 0. -+* -+* -------------------------------------------------------------------------- -+*/ -+void odm_RefreshRateAdaptiveMask(PDM_ODM_T pDM_Odm) -+{ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_TRACE, ("odm_RefreshRateAdaptiveMask()---------->\n")); -+ if (!(pDM_Odm->SupportAbility & ODM_BB_RA_MASK)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_TRACE, ("odm_RefreshRateAdaptiveMask(): Return cos not supported\n")); -+ return; -+ } -+ odm_RefreshRateAdaptiveMaskCE(pDM_Odm); -+} -+ -+void odm_RefreshRateAdaptiveMaskCE(PDM_ODM_T pDM_Odm) -+{ -+ u8 i; -+ struct adapter *padapter = pDM_Odm->Adapter; -+ -+ if (padapter->bDriverStopped) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_TRACE, ("<---- odm_RefreshRateAdaptiveMask(): driver is going to unload\n")); -+ return; -+ } -+ -+ if (!pDM_Odm->bUseRAMask) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("<---- odm_RefreshRateAdaptiveMask(): driver does not control rate adaptive mask\n")); -+ return; -+ } -+ -+ /* printk("==> %s\n", __func__); */ -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ PSTA_INFO_T pstat = pDM_Odm->pODM_StaInfo[i]; -+ -+ if (IS_STA_VALID(pstat)) { -+ if (IS_MCAST(pstat->hwaddr)) /* if (psta->mac_id == 1) */ -+ continue; -+ if (IS_MCAST(pstat->hwaddr)) -+ continue; -+ -+ if (true == ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, false, &pstat->rssi_level)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level)); -+ /* printk("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level); */ -+ rtw_hal_update_ra_mask(pstat, pstat->rssi_level); -+ } -+ -+ } -+ } -+} -+ -+/* Return Value: bool */ -+/* - true: RATRState is changed. */ -+bool ODM_RAStateCheck( -+ PDM_ODM_T pDM_Odm, -+ s32 RSSI, -+ bool bForceUpdate, -+ u8 *pRATRState -+) -+{ -+ PODM_RATE_ADAPTIVE pRA = &pDM_Odm->RateAdaptive; -+ const u8 GoUpGap = 5; -+ u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; -+ u8 LowRSSIThreshForRA = pRA->LowRSSIThresh; -+ u8 RATRState; -+ -+ /* Threshold Adjustment: */ -+ /* when RSSI state trends to go up one or two levels, make sure RSSI is high enough. */ -+ /* Here GoUpGap is added to solve the boundary's level alternation issue. */ -+ switch (*pRATRState) { -+ case DM_RATR_STA_INIT: -+ case DM_RATR_STA_HIGH: -+ break; -+ -+ case DM_RATR_STA_MIDDLE: -+ HighRSSIThreshForRA += GoUpGap; -+ break; -+ -+ case DM_RATR_STA_LOW: -+ HighRSSIThreshForRA += GoUpGap; -+ LowRSSIThreshForRA += GoUpGap; -+ break; -+ -+ default: -+ ODM_RT_ASSERT(pDM_Odm, false, ("wrong rssi level setting %d !", *pRATRState)); -+ break; -+ } -+ -+ /* Decide RATRState by RSSI. */ -+ if (RSSI > HighRSSIThreshForRA) -+ RATRState = DM_RATR_STA_HIGH; -+ else if (RSSI > LowRSSIThreshForRA) -+ RATRState = DM_RATR_STA_MIDDLE; -+ else -+ RATRState = DM_RATR_STA_LOW; -+ /* printk("==>%s, RATRState:0x%02x , RSSI:%d\n", __func__, RATRState, RSSI); */ -+ -+ if (*pRATRState != RATRState || bForceUpdate) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI Level %d -> %d\n", *pRATRState, RATRState)); -+ *pRATRState = RATRState; -+ return true; -+ } -+ -+ return false; -+} -+ -+ -+/* */ -+ -+/* 3 ============================================================ */ -+/* 3 Dynamic Tx Power */ -+/* 3 ============================================================ */ -+ -+/* Remove BY YuChen */ -+ -+/* 3 ============================================================ */ -+/* 3 RSSI Monitor */ -+/* 3 ============================================================ */ -+ -+void odm_RSSIMonitorInit(PDM_ODM_T pDM_Odm) -+{ -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ pRA_Table->firstconnect = false; -+ -+} -+ -+void odm_RSSIMonitorCheck(PDM_ODM_T pDM_Odm) -+{ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_RSSI_MONITOR)) -+ return; -+ -+ odm_RSSIMonitorCheckCE(pDM_Odm); -+ -+} /* odm_RSSIMonitorCheck */ -+ -+static void FindMinimumRSSI(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ /* 1 1.Determine the minimum RSSI */ -+ -+ if ( -+ (pDM_Odm->bLinked != true) && -+ (pdmpriv->EntryMinUndecoratedSmoothedPWDB == 0) -+ ) { -+ pdmpriv->MinUndecoratedPWDBForDM = 0; -+ /* ODM_RT_TRACE(pDM_Odm, COMP_BB_POWERSAVING, DBG_LOUD, ("Not connected to any\n")); */ -+ } else -+ pdmpriv->MinUndecoratedPWDBForDM = pdmpriv->EntryMinUndecoratedSmoothedPWDB; -+ -+ /* DBG_8192C("%s =>MinUndecoratedPWDBForDM(%d)\n", __func__, pdmpriv->MinUndecoratedPWDBForDM); */ -+ /* ODM_RT_TRACE(pDM_Odm, COMP_DIG, DBG_LOUD, ("MinUndecoratedPWDBForDM =%d\n", pHalData->MinUndecoratedPWDBForDM)); */ -+} -+ -+void odm_RSSIMonitorCheckCE(PDM_ODM_T pDM_Odm) -+{ -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ int i; -+ int tmpEntryMaxPWDB = 0, tmpEntryMinPWDB = 0xff; -+ u8 sta_cnt = 0; -+ u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ -+ bool FirstConnect = false; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ if (pDM_Odm->bLinked != true) -+ return; -+ -+ FirstConnect = (pDM_Odm->bLinked) && (pRA_Table->firstconnect == false); -+ pRA_Table->firstconnect = pDM_Odm->bLinked; -+ -+ /* if (check_fwstate(&Adapter->mlmepriv, WIFI_AP_STATE|WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE) == true) */ -+ { -+ struct sta_info *psta; -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ psta = pDM_Odm->pODM_StaInfo[i]; -+ if (IS_STA_VALID(psta)) { -+ if (IS_MCAST(psta->hwaddr)) /* if (psta->mac_id == 1) */ -+ continue; -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB == (-1)) -+ continue; -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB) -+ tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB) -+ tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1)) -+ PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16)); -+ } -+ } -+ -+ /* printk("%s ==> sta_cnt(%d)\n", __func__, sta_cnt); */ -+ -+ for (i = 0; i < sta_cnt; i++) { -+ if (PWDB_rssi[i] != (0)) { -+ if (pHalData->fw_ractrl == true)/* Report every sta's RSSI to FW */ -+ rtl8723b_set_rssi_cmd(Adapter, (u8 *)(&PWDB_rssi[i])); -+ } -+ } -+ } -+ -+ -+ -+ if (tmpEntryMaxPWDB != 0) /* If associated entry is found */ -+ pdmpriv->EntryMaxUndecoratedSmoothedPWDB = tmpEntryMaxPWDB; -+ else -+ pdmpriv->EntryMaxUndecoratedSmoothedPWDB = 0; -+ -+ if (tmpEntryMinPWDB != 0xff) /* If associated entry is found */ -+ pdmpriv->EntryMinUndecoratedSmoothedPWDB = tmpEntryMinPWDB; -+ else -+ pdmpriv->EntryMinUndecoratedSmoothedPWDB = 0; -+ -+ FindMinimumRSSI(Adapter);/* get pdmpriv->MinUndecoratedPWDBForDM */ -+ -+ pDM_Odm->RSSI_Min = pdmpriv->MinUndecoratedPWDBForDM; -+ /* ODM_CmnInfoUpdate(&pHalData->odmpriv , ODM_CMNINFO_RSSI_MIN, pdmpriv->MinUndecoratedPWDBForDM); */ -+} -+ -+/* 3 ============================================================ */ -+/* 3 Tx Power Tracking */ -+/* 3 ============================================================ */ -+ -+void odm_TXPowerTrackingInit(PDM_ODM_T pDM_Odm) -+{ -+ odm_TXPowerTrackingThermalMeterInit(pDM_Odm); -+} -+ -+static u8 getSwingIndex(PDM_ODM_T pDM_Odm) -+{ -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ u8 i = 0; -+ u32 bbSwing; -+ u32 swingTableSize; -+ u32 *pSwingTable; -+ -+ bbSwing = PHY_QueryBBReg(Adapter, rOFDM0_XATxIQImbalance, 0xFFC00000); -+ -+ pSwingTable = OFDMSwingTable_New; -+ swingTableSize = OFDM_TABLE_SIZE; -+ -+ for (i = 0; i < swingTableSize; ++i) { -+ u32 tableValue = pSwingTable[i]; -+ -+ if (tableValue >= 0x100000) -+ tableValue >>= 22; -+ if (bbSwing == tableValue) -+ break; -+ } -+ return i; -+} -+ -+void odm_TXPowerTrackingThermalMeterInit(PDM_ODM_T pDM_Odm) -+{ -+ u8 defaultSwingIndex = getSwingIndex(pDM_Odm); -+ u8 p = 0; -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ -+ pdmpriv->bTXPowerTracking = true; -+ pdmpriv->TXPowercount = 0; -+ pdmpriv->bTXPowerTrackingInit = false; -+ -+ if (*(pDM_Odm->mp_mode) != 1) -+ pdmpriv->TxPowerTrackControl = true; -+ else -+ pdmpriv->TxPowerTrackControl = false; -+ -+ -+ /* MSG_8192C("pdmpriv->TxPowerTrackControl = %d\n", pdmpriv->TxPowerTrackControl); */ -+ -+ /* pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = true; */ -+ pDM_Odm->RFCalibrateInfo.ThermalValue = pHalData->EEPROMThermalMeter; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK = pHalData->EEPROMThermalMeter; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = pHalData->EEPROMThermalMeter; -+ -+ /* The index of "0 dB" in SwingTable. */ -+ pDM_Odm->DefaultOfdmIndex = (defaultSwingIndex >= OFDM_TABLE_SIZE) ? 30 : defaultSwingIndex; -+ pDM_Odm->DefaultCckIndex = 20; -+ -+ pDM_Odm->BbSwingIdxCckBase = pDM_Odm->DefaultCckIndex; -+ pDM_Odm->RFCalibrateInfo.CCK_index = pDM_Odm->DefaultCckIndex; -+ -+ for (p = ODM_RF_PATH_A; p < MAX_RF_PATH; ++p) { -+ pDM_Odm->BbSwingIdxOfdmBase[p] = pDM_Odm->DefaultOfdmIndex; -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = pDM_Odm->DefaultOfdmIndex; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = 0; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p] = 0; -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0; -+ } -+ -+} -+ -+ -+void ODM_TXPowerTrackingCheck(PDM_ODM_T pDM_Odm) -+{ -+ odm_TXPowerTrackingCheckCE(pDM_Odm); -+} -+ -+void odm_TXPowerTrackingCheckCE(PDM_ODM_T pDM_Odm) -+{ -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_RF_TX_PWR_TRACK)) -+ return; -+ -+ if (!pDM_Odm->RFCalibrateInfo.TM_Trigger) { /* at least delay 1 sec */ -+ PHY_SetRFReg(pDM_Odm->Adapter, ODM_RF_PATH_A, RF_T_METER_NEW, (BIT17 | BIT16), 0x03); -+ -+ /* DBG_871X("Trigger Thermal Meter!!\n"); */ -+ -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 1; -+ return; -+ } else { -+ /* DBG_871X("Schedule TxPowerTracking direct call!!\n"); */ -+ ODM_TXPowerTrackingCallback_ThermalMeter(Adapter); -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 0; -+ } -+} -+ -+/* 3 ============================================================ */ -+/* 3 SW Antenna Diversity */ -+/* 3 ============================================================ */ -+void odm_SwAntDetectInit(PDM_ODM_T pDM_Odm) -+{ -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ -+ pDM_SWAT_Table->SWAS_NoLink_BK_Reg92c = rtw_read32(pDM_Odm->Adapter, rDPDT_control); -+ pDM_SWAT_Table->PreAntenna = MAIN_ANT; -+ pDM_SWAT_Table->CurAntenna = MAIN_ANT; -+ pDM_SWAT_Table->SWAS_NoLink_State = 0; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_CfoTracking.c linux/3rdparty/rtl8723bs/hal/odm_CfoTracking.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_CfoTracking.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_CfoTracking.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,338 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+static void odm_SetCrystalCap(void *pDM_VOID, u8 CrystalCap) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = &pDM_Odm->DM_CfoTrack; -+ bool bEEPROMCheck; -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ bEEPROMCheck = (pHalData->EEPROMVersion >= 0x01) ? true : false; -+ -+ if (pCfoTrack->CrystalCap == CrystalCap) -+ return; -+ -+ pCfoTrack->CrystalCap = CrystalCap; -+ -+ /* 0x2C[23:18] = 0x2C[17:12] = CrystalCap */ -+ CrystalCap = CrystalCap & 0x3F; -+ PHY_SetBBReg( -+ pDM_Odm->Adapter, -+ REG_MAC_PHY_CTRL, -+ 0x00FFF000, -+ (CrystalCap | (CrystalCap << 6)) -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ( -+ "odm_SetCrystalCap(): CrystalCap = 0x%x\n", -+ CrystalCap -+ ) -+ ); -+} -+ -+static u8 odm_GetDefaultCrytaltalCap(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u8 CrystalCap = 0x20; -+ -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ CrystalCap = pHalData->CrystalCap; -+ -+ CrystalCap = CrystalCap & 0x3f; -+ -+ return CrystalCap; -+} -+ -+static void odm_SetATCStatus(void *pDM_VOID, bool ATCStatus) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = &pDM_Odm->DM_CfoTrack; -+ -+ if (pCfoTrack->bATCStatus == ATCStatus) -+ return; -+ -+ PHY_SetBBReg( -+ pDM_Odm->Adapter, -+ ODM_REG(BB_ATC, pDM_Odm), -+ ODM_BIT(BB_ATC, pDM_Odm), -+ ATCStatus -+ ); -+ pCfoTrack->bATCStatus = ATCStatus; -+} -+ -+static bool odm_GetATCStatus(void *pDM_VOID) -+{ -+ bool ATCStatus; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ATCStatus = (bool)PHY_QueryBBReg( -+ pDM_Odm->Adapter, -+ ODM_REG(BB_ATC, pDM_Odm), -+ ODM_BIT(BB_ATC, pDM_Odm) -+ ); -+ return ATCStatus; -+} -+ -+void ODM_CfoTrackingReset(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = &pDM_Odm->DM_CfoTrack; -+ -+ pCfoTrack->DefXCap = odm_GetDefaultCrytaltalCap(pDM_Odm); -+ pCfoTrack->bAdjust = true; -+ -+ odm_SetCrystalCap(pDM_Odm, pCfoTrack->DefXCap); -+ odm_SetATCStatus(pDM_Odm, true); -+} -+ -+void ODM_CfoTrackingInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = &pDM_Odm->DM_CfoTrack; -+ -+ pCfoTrack->DefXCap = -+ pCfoTrack->CrystalCap = odm_GetDefaultCrytaltalCap(pDM_Odm); -+ pCfoTrack->bATCStatus = odm_GetATCStatus(pDM_Odm); -+ pCfoTrack->bAdjust = true; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ("ODM_CfoTracking_init() =========>\n") -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ( -+ "ODM_CfoTracking_init(): bATCStatus = %d, CrystalCap = 0x%x\n", -+ pCfoTrack->bATCStatus, -+ pCfoTrack->DefXCap -+ ) -+ ); -+} -+ -+void ODM_CfoTracking(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = &pDM_Odm->DM_CfoTrack; -+ int CFO_kHz_A, CFO_kHz_B, CFO_ave = 0; -+ int CFO_ave_diff; -+ int CrystalCap = (int)pCfoTrack->CrystalCap; -+ u8 Adjust_Xtal = 1; -+ -+ /* 4 Support ability */ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_CFO_TRACKING)) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ("ODM_CfoTracking(): Return: SupportAbility ODM_BB_CFO_TRACKING is disabled\n") -+ ); -+ return; -+ } -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ("ODM_CfoTracking() =========>\n") -+ ); -+ -+ if (!pDM_Odm->bLinked || !pDM_Odm->bOneEntryOnly) { -+ /* 4 No link or more than one entry */ -+ ODM_CfoTrackingReset(pDM_Odm); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ( -+ "ODM_CfoTracking(): Reset: bLinked = %d, bOneEntryOnly = %d\n", -+ pDM_Odm->bLinked, -+ pDM_Odm->bOneEntryOnly -+ ) -+ ); -+ } else { -+ /* 3 1. CFO Tracking */ -+ /* 4 1.1 No new packet */ -+ if (pCfoTrack->packetCount == pCfoTrack->packetCount_pre) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ( -+ "ODM_CfoTracking(): packet counter doesn't change\n" -+ ) -+ ); -+ return; -+ } -+ pCfoTrack->packetCount_pre = pCfoTrack->packetCount; -+ -+ /* 4 1.2 Calculate CFO */ -+ CFO_kHz_A = (int)(pCfoTrack->CFO_tail[0] * 3125) / 1280; -+ CFO_kHz_B = (int)(pCfoTrack->CFO_tail[1] * 3125) / 1280; -+ -+ if (pDM_Odm->RFType < ODM_2T2R) -+ CFO_ave = CFO_kHz_A; -+ else -+ CFO_ave = (int)(CFO_kHz_A + CFO_kHz_B) >> 1; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ( -+ "ODM_CfoTracking(): CFO_kHz_A = %dkHz, CFO_kHz_B = %dkHz, CFO_ave = %dkHz\n", -+ CFO_kHz_A, -+ CFO_kHz_B, -+ CFO_ave -+ ) -+ ); -+ -+ /* 4 1.3 Avoid abnormal large CFO */ -+ CFO_ave_diff = -+ (pCfoTrack->CFO_ave_pre >= CFO_ave) ? -+ (pCfoTrack->CFO_ave_pre-CFO_ave) : -+ (CFO_ave-pCfoTrack->CFO_ave_pre); -+ -+ if ( -+ CFO_ave_diff > 20 && -+ pCfoTrack->largeCFOHit == 0 && -+ !pCfoTrack->bAdjust -+ ) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): first large CFO hit\n")); -+ pCfoTrack->largeCFOHit = 1; -+ return; -+ } else -+ pCfoTrack->largeCFOHit = 0; -+ pCfoTrack->CFO_ave_pre = CFO_ave; -+ -+ /* 4 1.4 Dynamic Xtal threshold */ -+ if (pCfoTrack->bAdjust == false) { -+ if (CFO_ave > CFO_TH_XTAL_HIGH || CFO_ave < (-CFO_TH_XTAL_HIGH)) -+ pCfoTrack->bAdjust = true; -+ } else { -+ if (CFO_ave < CFO_TH_XTAL_LOW && CFO_ave > (-CFO_TH_XTAL_LOW)) -+ pCfoTrack->bAdjust = false; -+ } -+ -+ /* 4 1.5 BT case: Disable CFO tracking */ -+ if (pDM_Odm->bBtEnabled) { -+ pCfoTrack->bAdjust = false; -+ odm_SetCrystalCap(pDM_Odm, pCfoTrack->DefXCap); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ("ODM_CfoTracking(): Disable CFO tracking for BT!!\n") -+ ); -+ } -+ -+ /* 4 1.6 Big jump */ -+ if (pCfoTrack->bAdjust) { -+ if (CFO_ave > CFO_TH_XTAL_LOW) -+ Adjust_Xtal = Adjust_Xtal+((CFO_ave-CFO_TH_XTAL_LOW)>>2); -+ else if (CFO_ave < (-CFO_TH_XTAL_LOW)) -+ Adjust_Xtal = Adjust_Xtal+((CFO_TH_XTAL_LOW-CFO_ave)>>2); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ( -+ "ODM_CfoTracking(): Crystal cap offset = %d\n", -+ Adjust_Xtal -+ ) -+ ); -+ } -+ -+ /* 4 1.7 Adjust Crystal Cap. */ -+ if (pCfoTrack->bAdjust) { -+ if (CFO_ave > CFO_TH_XTAL_LOW) -+ CrystalCap = CrystalCap + Adjust_Xtal; -+ else if (CFO_ave < (-CFO_TH_XTAL_LOW)) -+ CrystalCap = CrystalCap - Adjust_Xtal; -+ -+ if (CrystalCap > 0x3f) -+ CrystalCap = 0x3f; -+ else if (CrystalCap < 0) -+ CrystalCap = 0; -+ -+ odm_SetCrystalCap(pDM_Odm, (u8)CrystalCap); -+ } -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ( -+ "ODM_CfoTracking(): Crystal cap = 0x%x, Default Crystal cap = 0x%x\n", -+ pCfoTrack->CrystalCap, -+ pCfoTrack->DefXCap -+ ) -+ ); -+ -+ /* 3 2. Dynamic ATC switch */ -+ if (CFO_ave < CFO_TH_ATC && CFO_ave > -CFO_TH_ATC) { -+ odm_SetATCStatus(pDM_Odm, false); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ("ODM_CfoTracking(): Disable ATC!!\n") -+ ); -+ } else { -+ odm_SetATCStatus(pDM_Odm, true); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CFO_TRACKING, -+ ODM_DBG_LOUD, -+ ("ODM_CfoTracking(): Enable ATC!!\n") -+ ); -+ } -+ } -+} -+ -+void ODM_ParsingCFO(void *pDM_VOID, void *pPktinfo_VOID, s8 *pcfotail) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_PACKET_INFO_T pPktinfo = (PODM_PACKET_INFO_T)pPktinfo_VOID; -+ PCFO_TRACKING pCfoTrack = &pDM_Odm->DM_CfoTrack; -+ u8 i; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_CFO_TRACKING)) -+ return; -+ -+ if (pPktinfo->StationID != 0) { -+ /* 3 Update CFO report for path-A & path-B */ -+ /* Only paht-A and path-B have CFO tail and short CFO */ -+ for (i = ODM_RF_PATH_A; i <= ODM_RF_PATH_B; i++) -+ pCfoTrack->CFO_tail[i] = (int)pcfotail[i]; -+ -+ /* 3 Update packet counter */ -+ if (pCfoTrack->packetCount == 0xffffffff) -+ pCfoTrack->packetCount = 0; -+ else -+ pCfoTrack->packetCount++; -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_CfoTracking.h linux/3rdparty/rtl8723bs/hal/odm_CfoTracking.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_CfoTracking.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_CfoTracking.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,47 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODMCFOTRACK_H__ -+#define __ODMCFOTRACK_H__ -+ -+#define CFO_TH_XTAL_HIGH 20 /* kHz */ -+#define CFO_TH_XTAL_LOW 10 /* kHz */ -+#define CFO_TH_ATC 80 /* kHz */ -+ -+typedef struct _CFO_TRACKING_ { -+ bool bATCStatus; -+ bool largeCFOHit; -+ bool bAdjust; -+ u8 CrystalCap; -+ u8 DefXCap; -+ int CFO_tail[2]; -+ int CFO_ave_pre; -+ u32 packetCount; -+ u32 packetCount_pre; -+ -+ bool bForceXtalCap; -+ bool bReset; -+} CFO_TRACKING, *PCFO_TRACKING; -+ -+void ODM_CfoTrackingReset(void *pDM_VOID -+); -+ -+void ODM_CfoTrackingInit(void *pDM_VOID); -+ -+void ODM_CfoTracking(void *pDM_VOID); -+ -+void ODM_ParsingCFO(void *pDM_VOID, void *pPktinfo_VOID, s8 *pcfotail); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_debug.c linux/3rdparty/rtl8723bs/hal/odm_debug.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_debug.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_debug.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,52 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+void ODM_InitDebugSetting(PDM_ODM_T pDM_Odm) -+{ -+ pDM_Odm->DebugLevel = ODM_DBG_LOUD; -+ -+ pDM_Odm->DebugComponents = -+/* BB Functions */ -+/* ODM_COMP_DIG | */ -+/* ODM_COMP_RA_MASK | */ -+/* ODM_COMP_DYNAMIC_TXPWR | */ -+/* ODM_COMP_FA_CNT | */ -+/* ODM_COMP_RSSI_MONITOR | */ -+/* ODM_COMP_CCK_PD | */ -+/* ODM_COMP_ANT_DIV | */ -+/* ODM_COMP_PWR_SAVE | */ -+/* ODM_COMP_PWR_TRAIN | */ -+/* ODM_COMP_RATE_ADAPTIVE | */ -+/* ODM_COMP_PATH_DIV | */ -+/* ODM_COMP_DYNAMIC_PRICCA | */ -+/* ODM_COMP_RXHP | */ -+/* ODM_COMP_MP | */ -+/* ODM_COMP_CFO_TRACKING | */ -+ -+/* MAC Functions */ -+/* ODM_COMP_EDCA_TURBO | */ -+/* ODM_COMP_EARLY_MODE | */ -+/* RF Functions */ -+/* ODM_COMP_TX_PWR_TRACK | */ -+/* ODM_COMP_RX_GAIN_TRACK | */ -+/* ODM_COMP_CALIBRATION | */ -+/* Common */ -+/* ODM_COMP_COMMON | */ -+/* ODM_COMP_INIT | */ -+/* ODM_COMP_PSD | */ -+0; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_debug.h linux/3rdparty/rtl8723bs/hal/odm_debug.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_debug.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_debug.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,165 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODM_DBG_H__ -+#define __ODM_DBG_H__ -+ -+ -+/* */ -+/* Define the debug levels */ -+/* */ -+/* 1. DBG_TRACE and DBG_LOUD are used for normal cases. */ -+/* So that, they can help SW engineer to develope or trace states changed */ -+/* and also help HW enginner to trace every operation to and from HW, */ -+/* e.g IO, Tx, Rx. */ -+/* */ -+/* 2. DBG_WARNNING and DBG_SERIOUS are used for unusual or error cases, */ -+/* which help us to debug SW or HW. */ -+/* */ -+/* */ -+/* */ -+/* Never used in a call to ODM_RT_TRACE()! */ -+/* */ -+#define ODM_DBG_OFF 1 -+ -+/* */ -+/* Fatal bug. */ -+/* For example, Tx/Rx/IO locked up, OS hangs, memory access violation, */ -+/* resource allocation failed, unexpected HW behavior, HW BUG and so on. */ -+/* */ -+#define ODM_DBG_SERIOUS 2 -+ -+/* */ -+/* Abnormal, rare, or unexpeted cases. */ -+/* For example, */ -+/* IRP/Packet/OID canceled, */ -+/* device suprisely unremoved and so on. */ -+/* */ -+#define ODM_DBG_WARNING 3 -+ -+/* */ -+/* Normal case with useful information about current SW or HW state. */ -+/* For example, Tx/Rx descriptor to fill, Tx/Rx descriptor completed status, */ -+/* SW protocol state change, dynamic mechanism state change and so on. */ -+/* */ -+#define ODM_DBG_LOUD 4 -+ -+/* */ -+/* Normal case with detail execution flow or information. */ -+/* */ -+#define ODM_DBG_TRACE 5 -+ -+/* */ -+/* Define the tracing components */ -+/* */ -+/* */ -+/* BB Functions */ -+#define ODM_COMP_DIG BIT0 -+#define ODM_COMP_RA_MASK BIT1 -+#define ODM_COMP_DYNAMIC_TXPWR BIT2 -+#define ODM_COMP_FA_CNT BIT3 -+#define ODM_COMP_RSSI_MONITOR BIT4 -+#define ODM_COMP_CCK_PD BIT5 -+#define ODM_COMP_ANT_DIV BIT6 -+#define ODM_COMP_PWR_SAVE BIT7 -+#define ODM_COMP_PWR_TRAIN BIT8 -+#define ODM_COMP_RATE_ADAPTIVE BIT9 -+#define ODM_COMP_PATH_DIV BIT10 -+#define ODM_COMP_PSD BIT11 -+#define ODM_COMP_DYNAMIC_PRICCA BIT12 -+#define ODM_COMP_RXHP BIT13 -+#define ODM_COMP_MP BIT14 -+#define ODM_COMP_CFO_TRACKING BIT15 -+/* MAC Functions */ -+#define ODM_COMP_EDCA_TURBO BIT16 -+#define ODM_COMP_EARLY_MODE BIT17 -+/* RF Functions */ -+#define ODM_COMP_TX_PWR_TRACK BIT24 -+#define ODM_COMP_RX_GAIN_TRACK BIT25 -+#define ODM_COMP_CALIBRATION BIT26 -+/* Common Functions */ -+#define ODM_COMP_COMMON BIT30 -+#define ODM_COMP_INIT BIT31 -+ -+/*------------------------Export Marco Definition---------------------------*/ -+ #define DbgPrint printk -+ #define RT_PRINTK(fmt, args...)\ -+ DbgPrint("%s(): " fmt, __func__, ## args) -+ #define RT_DISP(dbgtype, dbgflag, printstr) -+ -+#ifndef ASSERT -+ #define ASSERT(expr) -+#endif -+ -+#if DBG -+#define ODM_RT_TRACE(pDM_Odm, comp, level, fmt)\ -+ if (\ -+ (comp & pDM_Odm->DebugComponents) &&\ -+ (level <= pDM_Odm->DebugLevel || level == ODM_DBG_SERIOUS)\ -+ ) {\ -+ RT_PRINTK fmt;\ -+ } -+ -+#define ODM_RT_TRACE_F(pDM_Odm, comp, level, fmt)\ -+ if (\ -+ (comp & pDM_Odm->DebugComponents) &&\ -+ (level <= pDM_Odm->DebugLevel)\ -+ ) {\ -+ RT_PRINTK fmt;\ -+ } -+ -+#define ODM_RT_ASSERT(pDM_Odm, expr, fmt)\ -+ if (!expr) {\ -+ DbgPrint("Assertion failed! %s at ......\n", #expr);\ -+ DbgPrint(\ -+ " ......%s,%s, line =%d\n",\ -+ __FILE__,\ -+ __func__,\ -+ __LINE__\ -+ );\ -+ RT_PRINTK fmt;\ -+ ASSERT(false);\ -+ } -+#define ODM_dbg_enter() { DbgPrint("==> %s\n", __func__); } -+#define ODM_dbg_exit() { DbgPrint("<== %s\n", __func__); } -+#define ODM_dbg_trace(str) { DbgPrint("%s:%s\n", __func__, str); } -+ -+#define ODM_PRINT_ADDR(pDM_Odm, comp, level, title_str, ptr)\ -+ if (\ -+ (comp & pDM_Odm->DebugComponents) &&\ -+ (level <= pDM_Odm->DebugLevel)\ -+ ) {\ -+ int __i;\ -+ u8 *__ptr = (u8 *)ptr;\ -+ DbgPrint("[ODM] ");\ -+ DbgPrint(title_str);\ -+ DbgPrint(" ");\ -+ for (__i = 0; __i < 6; __i++)\ -+ DbgPrint("%02X%s", __ptr[__i], (__i == 5) ? "" : "-");\ -+ DbgPrint("\n");\ -+ } -+#else -+#define ODM_RT_TRACE(pDM_Odm, comp, level, fmt) -+#define ODM_RT_TRACE_F(pDM_Odm, comp, level, fmt) -+#define ODM_RT_ASSERT(pDM_Odm, expr, fmt) -+#define ODM_dbg_enter() -+#define ODM_dbg_exit() -+#define ODM_dbg_trace(str) -+#define ODM_PRINT_ADDR(pDM_Odm, comp, level, title_str, ptr) -+#endif -+ -+void ODM_InitDebugSetting(PDM_ODM_T pDM_Odm); -+ -+#endif /* __ODM_DBG_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_DIG.c linux/3rdparty/rtl8723bs/hal/odm_DIG.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_DIG.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_DIG.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1221 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+#define ADAPTIVITY_VERSION "5.0" -+ -+void odm_NHMCounterStatisticsInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /* PHY parameters initialize for n series */ -+ rtw_write16(pDM_Odm->Adapter, ODM_REG_NHM_TIMER_11N+2, 0x2710); /* 0x894[31:16]= 0x2710 Time duration for NHM unit: 4us, 0x2710 =40ms */ -+ /* rtw_write16(pDM_Odm->Adapter, ODM_REG_NHM_TIMER_11N+2, 0x4e20); 0x894[31:16]= 0x4e20 Time duration for NHM unit: 4us, 0x4e20 =80ms */ -+ rtw_write16(pDM_Odm->Adapter, ODM_REG_NHM_TH9_TH10_11N+2, 0xffff); /* 0x890[31:16]= 0xffff th_9, th_10 */ -+ /* rtw_write32(pDM_Odm->Adapter, ODM_REG_NHM_TH3_TO_TH0_11N, 0xffffff5c); 0x898 = 0xffffff5c th_3, th_2, th_1, th_0 */ -+ rtw_write32(pDM_Odm->Adapter, ODM_REG_NHM_TH3_TO_TH0_11N, 0xffffff52); /* 0x898 = 0xffffff52 th_3, th_2, th_1, th_0 */ -+ rtw_write32(pDM_Odm->Adapter, ODM_REG_NHM_TH7_TO_TH4_11N, 0xffffffff); /* 0x89c = 0xffffffff th_7, th_6, th_5, th_4 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_FPGA0_IQK_11N, bMaskByte0, 0xff); /* 0xe28[7:0]= 0xff th_8 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_NHM_TH9_TH10_11N, BIT10|BIT9|BIT8, 0x7); /* 0x890[9:8]=3 enable CCX */ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_OFDM_FA_RSTC_11N, BIT7, 0x1); /* 0xc0c[7]= 1 max power among all RX ants */ -+} -+ -+void odm_NHMCounterStatistics(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /* Get NHM report */ -+ odm_GetNHMCounterStatistics(pDM_Odm); -+ -+ /* Reset NHM counter */ -+ odm_NHMCounterStatisticsReset(pDM_Odm); -+} -+ -+void odm_GetNHMCounterStatistics(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u32 value32 = 0; -+ -+ value32 = PHY_QueryBBReg(pDM_Odm->Adapter, ODM_REG_NHM_CNT_11N, bMaskDWord); -+ -+ pDM_Odm->NHM_cnt_0 = (u8)(value32 & bMaskByte0); -+} -+ -+void odm_NHMCounterStatisticsReset(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_NHM_TH9_TH10_11N, BIT1, 0); -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_NHM_TH9_TH10_11N, BIT1, 1); -+} -+ -+void odm_NHMBBInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ pDM_Odm->adaptivity_flag = 0; -+ pDM_Odm->tolerance_cnt = 3; -+ pDM_Odm->NHMLastTxOkcnt = 0; -+ pDM_Odm->NHMLastRxOkcnt = 0; -+ pDM_Odm->NHMCurTxOkcnt = 0; -+ pDM_Odm->NHMCurRxOkcnt = 0; -+} -+ -+/* */ -+void odm_NHMBB(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ /* u8 test_status; */ -+ /* Pfalse_ALARM_STATISTICS pFalseAlmCnt = &(pDM_Odm->FalseAlmCnt); */ -+ -+ pDM_Odm->NHMCurTxOkcnt = -+ *(pDM_Odm->pNumTxBytesUnicast)-pDM_Odm->NHMLastTxOkcnt; -+ pDM_Odm->NHMCurRxOkcnt = -+ *(pDM_Odm->pNumRxBytesUnicast)-pDM_Odm->NHMLastRxOkcnt; -+ pDM_Odm->NHMLastTxOkcnt = -+ *(pDM_Odm->pNumTxBytesUnicast); -+ pDM_Odm->NHMLastRxOkcnt = -+ *(pDM_Odm->pNumRxBytesUnicast); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "NHM_cnt_0 =%d, NHMCurTxOkcnt = %llu, NHMCurRxOkcnt = %llu\n", -+ pDM_Odm->NHM_cnt_0, -+ pDM_Odm->NHMCurTxOkcnt, -+ pDM_Odm->NHMCurRxOkcnt -+ ) -+ ); -+ -+ -+ if ((pDM_Odm->NHMCurTxOkcnt) + 1 > (u64)(pDM_Odm->NHMCurRxOkcnt<<2) + 1) { /* Tx > 4*Rx possible for adaptivity test */ -+ if (pDM_Odm->NHM_cnt_0 >= 190 || pDM_Odm->adaptivity_flag == true) { -+ /* Enable EDCCA since it is possible running Adaptivity testing */ -+ /* test_status = 1; */ -+ pDM_Odm->adaptivity_flag = true; -+ pDM_Odm->tolerance_cnt = 0; -+ } else { -+ if (pDM_Odm->tolerance_cnt < 3) -+ pDM_Odm->tolerance_cnt = pDM_Odm->tolerance_cnt + 1; -+ else -+ pDM_Odm->tolerance_cnt = 4; -+ /* test_status = 5; */ -+ if (pDM_Odm->tolerance_cnt > 3) { -+ /* test_status = 3; */ -+ pDM_Odm->adaptivity_flag = false; -+ } -+ } -+ } else { /* TXadaptivity_flag == true && pDM_Odm->NHM_cnt_0 <= 200) { -+ /* test_status = 2; */ -+ pDM_Odm->tolerance_cnt = 0; -+ } else { -+ if (pDM_Odm->tolerance_cnt < 3) -+ pDM_Odm->tolerance_cnt = pDM_Odm->tolerance_cnt + 1; -+ else -+ pDM_Odm->tolerance_cnt = 4; -+ /* test_status = 5; */ -+ if (pDM_Odm->tolerance_cnt > 3) { -+ /* test_status = 4; */ -+ pDM_Odm->adaptivity_flag = false; -+ } -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("adaptivity_flag = %d\n ", pDM_Odm->adaptivity_flag)); -+} -+ -+void odm_SearchPwdBLowerBound(void *pDM_VOID, u8 IGI_target) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u32 value32 = 0; -+ u8 cnt, IGI; -+ bool bAdjust = true; -+ s8 TH_L2H_dmc, TH_H2L_dmc; -+ s8 Diff; -+ -+ IGI = 0x50; /* find H2L, L2H lower bound */ -+ ODM_Write_DIG(pDM_Odm, IGI); -+ -+ -+ Diff = IGI_target-(s8)IGI; -+ TH_L2H_dmc = pDM_Odm->TH_L2H_ini + Diff; -+ if (TH_L2H_dmc > 10) -+ TH_L2H_dmc = 10; -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte0, (u8)TH_L2H_dmc); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte2, (u8)TH_H2L_dmc); -+ -+ mdelay(5); -+ -+ while (bAdjust) { -+ for (cnt = 0; cnt < 20; cnt++) { -+ value32 = PHY_QueryBBReg(pDM_Odm->Adapter, ODM_REG_RPT_11N, bMaskDWord); -+ -+ if (value32 & BIT30) -+ pDM_Odm->txEdcca1 = pDM_Odm->txEdcca1 + 1; -+ else if (value32 & BIT29) -+ pDM_Odm->txEdcca1 = pDM_Odm->txEdcca1 + 1; -+ else -+ pDM_Odm->txEdcca0 = pDM_Odm->txEdcca0 + 1; -+ } -+ /* DbgPrint("txEdcca1 = %d, txEdcca0 = %d\n", pDM_Odm->txEdcca1, pDM_Odm->txEdcca0); */ -+ -+ if (pDM_Odm->txEdcca1 > 5) { -+ IGI = IGI-1; -+ TH_L2H_dmc = TH_L2H_dmc + 1; -+ if (TH_L2H_dmc > 10) -+ TH_L2H_dmc = 10; -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte0, (u8)TH_L2H_dmc); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte2, (u8)TH_H2L_dmc); -+ -+ pDM_Odm->TxHangFlg = true; -+ pDM_Odm->txEdcca1 = 0; -+ pDM_Odm->txEdcca0 = 0; -+ -+ if (TH_L2H_dmc == 10) { -+ bAdjust = false; -+ pDM_Odm->TxHangFlg = false; -+ pDM_Odm->txEdcca1 = 0; -+ pDM_Odm->txEdcca0 = 0; -+ pDM_Odm->H2L_lb = TH_H2L_dmc; -+ pDM_Odm->L2H_lb = TH_L2H_dmc; -+ pDM_Odm->Adaptivity_IGI_upper = IGI; -+ } -+ } else { -+ bAdjust = false; -+ pDM_Odm->TxHangFlg = false; -+ pDM_Odm->txEdcca1 = 0; -+ pDM_Odm->txEdcca0 = 0; -+ pDM_Odm->H2L_lb = TH_H2L_dmc; -+ pDM_Odm->L2H_lb = TH_L2H_dmc; -+ pDM_Odm->Adaptivity_IGI_upper = IGI; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("IGI = 0x%x, H2L_lb = 0x%x, L2H_lb = 0x%x\n", IGI, pDM_Odm->H2L_lb, pDM_Odm->L2H_lb)); -+} -+ -+void odm_AdaptivityInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->Carrier_Sense_enable == false) -+ pDM_Odm->TH_L2H_ini = 0xf7; /* -7 */ -+ else -+ pDM_Odm->TH_L2H_ini = 0xa; -+ -+ pDM_Odm->AdapEn_RSSI = 20; -+ pDM_Odm->TH_EDCCA_HL_diff = 7; -+ -+ pDM_Odm->IGI_Base = 0x32; -+ pDM_Odm->IGI_target = 0x1c; -+ pDM_Odm->ForceEDCCA = 0; -+ pDM_Odm->NHM_disable = false; -+ pDM_Odm->TxHangFlg = true; -+ pDM_Odm->txEdcca0 = 0; -+ pDM_Odm->txEdcca1 = 0; -+ pDM_Odm->H2L_lb = 0; -+ pDM_Odm->L2H_lb = 0; -+ pDM_Odm->Adaptivity_IGI_upper = 0; -+ odm_NHMBBInit(pDM_Odm); -+ -+ PHY_SetBBReg(pDM_Odm->Adapter, REG_RD_CTRL, BIT11, 1); /* stop counting if EDCCA is asserted */ -+} -+ -+ -+void odm_Adaptivity(void *pDM_VOID, u8 IGI) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ s8 TH_L2H_dmc, TH_H2L_dmc; -+ s8 Diff, IGI_target; -+ bool EDCCA_State = false; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("Go to odm_DynamicEDCCA()\n")); -+ return; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_Adaptivity() =====>\n")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("ForceEDCCA =%d, IGI_Base = 0x%x, TH_L2H_ini = %d, TH_EDCCA_HL_diff = %d, AdapEn_RSSI = %d\n", -+ pDM_Odm->ForceEDCCA, pDM_Odm->IGI_Base, pDM_Odm->TH_L2H_ini, pDM_Odm->TH_EDCCA_HL_diff, pDM_Odm->AdapEn_RSSI)); -+ -+ if (*pDM_Odm->pBandWidth == ODM_BW20M) /* CHANNEL_WIDTH_20 */ -+ IGI_target = pDM_Odm->IGI_Base; -+ else if (*pDM_Odm->pBandWidth == ODM_BW40M) -+ IGI_target = pDM_Odm->IGI_Base + 2; -+ else if (*pDM_Odm->pBandWidth == ODM_BW80M) -+ IGI_target = pDM_Odm->IGI_Base + 2; -+ else -+ IGI_target = pDM_Odm->IGI_Base; -+ pDM_Odm->IGI_target = (u8) IGI_target; -+ -+ /* Search pwdB lower bound */ -+ if (pDM_Odm->TxHangFlg == true) { -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_DBG_RPT_11N, bMaskDWord, 0x208); -+ odm_SearchPwdBLowerBound(pDM_Odm, pDM_Odm->IGI_target); -+ } -+ -+ if ((!pDM_Odm->bLinked) || (*pDM_Odm->pChannel > 149)) { /* Band4 doesn't need adaptivity */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte0, 0x7f); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte2, 0x7f); -+ return; -+ } -+ -+ if (!pDM_Odm->ForceEDCCA) { -+ if (pDM_Odm->RSSI_Min > pDM_Odm->AdapEn_RSSI) -+ EDCCA_State = 1; -+ else if (pDM_Odm->RSSI_Min < (pDM_Odm->AdapEn_RSSI - 5)) -+ EDCCA_State = 0; -+ } else -+ EDCCA_State = 1; -+ -+ if ( -+ pDM_Odm->bLinked && -+ pDM_Odm->Carrier_Sense_enable == false && -+ pDM_Odm->NHM_disable == false && -+ pDM_Odm->TxHangFlg == false -+ ) -+ odm_NHMBB(pDM_Odm); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "BandWidth =%s, IGI_target = 0x%x, EDCCA_State =%d\n", -+ (*pDM_Odm->pBandWidth == ODM_BW80M) ? "80M" : -+ ((*pDM_Odm->pBandWidth == ODM_BW40M) ? "40M" : "20M"), -+ IGI_target, -+ EDCCA_State -+ ) -+ ); -+ -+ if (EDCCA_State == 1) { -+ Diff = IGI_target-(s8)IGI; -+ TH_L2H_dmc = pDM_Odm->TH_L2H_ini + Diff; -+ if (TH_L2H_dmc > 10) -+ TH_L2H_dmc = 10; -+ -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ -+ /* replace lower bound to prevent EDCCA always equal */ -+ if (TH_H2L_dmc < pDM_Odm->H2L_lb) -+ TH_H2L_dmc = pDM_Odm->H2L_lb; -+ if (TH_L2H_dmc < pDM_Odm->L2H_lb) -+ TH_L2H_dmc = pDM_Odm->L2H_lb; -+ } else { -+ TH_L2H_dmc = 0x7f; -+ TH_H2L_dmc = 0x7f; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("IGI = 0x%x, TH_L2H_dmc = %d, TH_H2L_dmc = %d\n", -+ IGI, TH_L2H_dmc, TH_H2L_dmc)); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte0, (u8)TH_L2H_dmc); -+ PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, bMaskByte2, (u8)TH_H2L_dmc); -+} -+ -+void ODM_Write_DIG(void *pDM_VOID, u8 CurrentIGI) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ if (pDM_DigTable->bStopDIG) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("Stop Writing IGI\n")); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_TRACE, ("ODM_REG(IGI_A, pDM_Odm) = 0x%x, ODM_BIT(IGI, pDM_Odm) = 0x%x\n", -+ ODM_REG(IGI_A, pDM_Odm), ODM_BIT(IGI, pDM_Odm))); -+ -+ if (pDM_DigTable->CurIGValue != CurrentIGI) { -+ /* 1 Check initial gain by upper bound */ -+ if (!pDM_DigTable->bPSDInProgress) { -+ if (CurrentIGI > pDM_DigTable->rx_gain_range_max) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_TRACE, ("CurrentIGI(0x%02x) is larger than upper bound !!\n", pDM_DigTable->rx_gain_range_max)); -+ CurrentIGI = pDM_DigTable->rx_gain_range_max; -+ } -+ -+ } -+ -+ /* 1 Set IGI value */ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG(IGI_A, pDM_Odm), ODM_BIT(IGI, pDM_Odm), CurrentIGI); -+ -+ if (pDM_Odm->RFType > ODM_1T1R) -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG(IGI_B, pDM_Odm), ODM_BIT(IGI, pDM_Odm), CurrentIGI); -+ -+ pDM_DigTable->CurIGValue = CurrentIGI; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_TRACE, ("CurrentIGI(0x%02x).\n", CurrentIGI)); -+ -+} -+ -+void odm_PauseDIG( -+ void *pDM_VOID, -+ ODM_Pause_DIG_TYPE PauseType, -+ u8 IGIValue -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ static bool bPaused = false; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG() =========>\n")); -+ -+ if ( -+ (pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY) && -+ pDM_Odm->TxHangFlg == true -+ ) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_PauseDIG(): Dynamic adjust threshold in progress !!\n") -+ ); -+ return; -+ } -+ -+ if ( -+ !bPaused && (!(pDM_Odm->SupportAbility & ODM_BB_DIG) || -+ !(pDM_Odm->SupportAbility & ODM_BB_FA_CNT)) -+ ){ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_PauseDIG(): Return: SupportAbility ODM_BB_DIG or ODM_BB_FA_CNT is disabled\n") -+ ); -+ return; -+ } -+ -+ switch (PauseType) { -+ /* 1 Pause DIG */ -+ case ODM_PAUSE_DIG: -+ /* 2 Disable DIG */ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pDM_Odm->SupportAbility & (~ODM_BB_DIG)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Pause DIG !!\n")); -+ -+ /* 2 Backup IGI value */ -+ if (!bPaused) { -+ pDM_DigTable->IGIBackup = pDM_DigTable->CurIGValue; -+ bPaused = true; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Backup IGI = 0x%x\n", pDM_DigTable->IGIBackup)); -+ -+ /* 2 Write new IGI value */ -+ ODM_Write_DIG(pDM_Odm, IGIValue); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Write new IGI = 0x%x\n", IGIValue)); -+ break; -+ -+ /* 1 Resume DIG */ -+ case ODM_RESUME_DIG: -+ if (bPaused) { -+ /* 2 Write backup IGI value */ -+ ODM_Write_DIG(pDM_Odm, pDM_DigTable->IGIBackup); -+ bPaused = false; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Write original IGI = 0x%x\n", pDM_DigTable->IGIBackup)); -+ -+ /* 2 Enable DIG */ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pDM_Odm->SupportAbility | ODM_BB_DIG); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Resume DIG !!\n")); -+ } -+ break; -+ -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Wrong type !!\n")); -+ break; -+ } -+} -+ -+bool odm_DigAbort(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /* SupportAbility */ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_FA_CNT)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: SupportAbility ODM_BB_FA_CNT is disabled\n")); -+ return true; -+ } -+ -+ /* SupportAbility */ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_DIG)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: SupportAbility ODM_BB_DIG is disabled\n")); -+ return true; -+ } -+ -+ /* ScanInProcess */ -+ if (*(pDM_Odm->pbScanInProcess)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: In Scan Progress\n")); -+ return true; -+ } -+ -+ /* add by Neil Chen to avoid PSD is processing */ -+ if (pDM_Odm->bDMInitialGainEnable == false) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: PSD is Processing\n")); -+ return true; -+ } -+ -+ return false; -+} -+ -+void odm_DIGInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ pDM_DigTable->bStopDIG = false; -+ pDM_DigTable->bPSDInProgress = false; -+ pDM_DigTable->CurIGValue = (u8) PHY_QueryBBReg(pDM_Odm->Adapter, ODM_REG(IGI_A, pDM_Odm), ODM_BIT(IGI, pDM_Odm)); -+ pDM_DigTable->RssiLowThresh = DM_DIG_THRESH_LOW; -+ pDM_DigTable->RssiHighThresh = DM_DIG_THRESH_HIGH; -+ pDM_DigTable->FALowThresh = DMfalseALARM_THRESH_LOW; -+ pDM_DigTable->FAHighThresh = DMfalseALARM_THRESH_HIGH; -+ pDM_DigTable->BackoffVal = DM_DIG_BACKOFF_DEFAULT; -+ pDM_DigTable->BackoffVal_range_max = DM_DIG_BACKOFF_MAX; -+ pDM_DigTable->BackoffVal_range_min = DM_DIG_BACKOFF_MIN; -+ pDM_DigTable->PreCCK_CCAThres = 0xFF; -+ pDM_DigTable->CurCCK_CCAThres = 0x83; -+ pDM_DigTable->ForbiddenIGI = DM_DIG_MIN_NIC; -+ pDM_DigTable->LargeFAHit = 0; -+ pDM_DigTable->Recover_cnt = 0; -+ pDM_DigTable->bMediaConnect_0 = false; -+ pDM_DigTable->bMediaConnect_1 = false; -+ -+ /* To Initialize pDM_Odm->bDMInitialGainEnable == false to avoid DIG error */ -+ pDM_Odm->bDMInitialGainEnable = true; -+ -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DM_DIG_MIN_NIC; -+ pDM_DigTable->DIG_Dynamic_MIN_1 = DM_DIG_MIN_NIC; -+ -+ /* To Initi BT30 IGI */ -+ pDM_DigTable->BT30_CurIGI = 0x32; -+ -+ if (pDM_Odm->BoardType & (ODM_BOARD_EXT_PA|ODM_BOARD_EXT_LNA)) { -+ pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_NIC; -+ pDM_DigTable->rx_gain_range_min = DM_DIG_MIN_NIC; -+ } else { -+ pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_NIC; -+ pDM_DigTable->rx_gain_range_min = DM_DIG_MIN_NIC; -+ } -+ -+} -+ -+ -+void odm_DIG(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /* Common parameters */ -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ Pfalse_ALARM_STATISTICS pFalseAlmCnt = &pDM_Odm->FalseAlmCnt; -+ bool FirstConnect, FirstDisConnect; -+ u8 DIG_MaxOfMin, DIG_Dynamic_MIN; -+ u8 dm_dig_max, dm_dig_min; -+ u8 CurrentIGI = pDM_DigTable->CurIGValue; -+ u8 offset; -+ u32 dm_FA_thres[3]; -+ u8 Adap_IGI_Upper = 0; -+ u32 TxTp = 0, RxTp = 0; -+ bool bDFSBand = false; -+ bool bPerformance = true, bFirstTpTarget = false, bFirstCoverage = false; -+ -+ if (odm_DigAbort(pDM_Odm) == true) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG() ===========================>\n\n")); -+ -+ if (pDM_Odm->adaptivity_flag == true) -+ Adap_IGI_Upper = pDM_Odm->Adaptivity_IGI_upper; -+ -+ -+ /* 1 Update status */ -+ DIG_Dynamic_MIN = pDM_DigTable->DIG_Dynamic_MIN_0; -+ FirstConnect = (pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == false); -+ FirstDisConnect = (!pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == true); -+ -+ /* 1 Boundary Decision */ -+ /* 2 For WIN\CE */ -+ dm_dig_max = 0x5A; -+ dm_dig_min = DM_DIG_MIN_NIC; -+ DIG_MaxOfMin = DM_DIG_MAX_AP; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Absolutly upper bound = 0x%x, lower bound = 0x%x\n", dm_dig_max, dm_dig_min)); -+ -+ /* 1 Adjust boundary by RSSI */ -+ if (pDM_Odm->bLinked && bPerformance) { -+ /* 2 Modify DIG upper bound */ -+ /* 4 Modify DIG upper bound for 92E, 8723A\B, 8821 & 8812 BT */ -+ if (pDM_Odm->bBtLimitedDig == 1) { -+ offset = 10; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Coex. case: Force upper bound to RSSI + %d !!!!!!\n", offset)); -+ } else -+ offset = 15; -+ -+ if ((pDM_Odm->RSSI_Min + offset) > dm_dig_max) -+ pDM_DigTable->rx_gain_range_max = dm_dig_max; -+ else if ((pDM_Odm->RSSI_Min + offset) < dm_dig_min) -+ pDM_DigTable->rx_gain_range_max = dm_dig_min; -+ else -+ pDM_DigTable->rx_gain_range_max = pDM_Odm->RSSI_Min + offset; -+ -+ /* 2 Modify DIG lower bound */ -+ /* if (pDM_Odm->bOneEntryOnly) */ -+ { -+ if (pDM_Odm->RSSI_Min < dm_dig_min) -+ DIG_Dynamic_MIN = dm_dig_min; -+ else if (pDM_Odm->RSSI_Min > DIG_MaxOfMin) -+ DIG_Dynamic_MIN = DIG_MaxOfMin; -+ else -+ DIG_Dynamic_MIN = pDM_Odm->RSSI_Min; -+ } -+ } else { -+ pDM_DigTable->rx_gain_range_max = dm_dig_max; -+ DIG_Dynamic_MIN = dm_dig_min; -+ } -+ -+ /* 1 Force Lower Bound for AntDiv */ -+ if (pDM_Odm->bLinked && !pDM_Odm->bOneEntryOnly) { -+ if (pDM_Odm->SupportAbility & ODM_BB_ANT_DIV) { -+ if ( -+ pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV || -+ pDM_Odm->AntDivType == CG_TRX_SMART_ANTDIV || -+ pDM_Odm->AntDivType == S0S1_SW_ANTDIV -+ ) { -+ if (pDM_DigTable->AntDiv_RSSI_max > DIG_MaxOfMin) -+ DIG_Dynamic_MIN = DIG_MaxOfMin; -+ else -+ DIG_Dynamic_MIN = (u8) pDM_DigTable->AntDiv_RSSI_max; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_ANT_DIV, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): Antenna diversity case: Force lower bound to 0x%x !!!!!!\n", -+ DIG_Dynamic_MIN -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_ANT_DIV, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): Antenna diversity case: RSSI_max = 0x%x !!!!!!\n", -+ pDM_DigTable->AntDiv_RSSI_max -+ ) -+ ); -+ } -+ } -+ } -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): Adjust boundary by RSSI Upper bound = 0x%x, Lower bound = 0x%x\n", -+ pDM_DigTable->rx_gain_range_max, -+ DIG_Dynamic_MIN -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): Link status: bLinked = %d, RSSI = %d, bFirstConnect = %d, bFirsrDisConnect = %d\n\n", -+ pDM_Odm->bLinked, -+ pDM_Odm->RSSI_Min, -+ FirstConnect, -+ FirstDisConnect -+ ) -+ ); -+ -+ /* 1 Modify DIG lower bound, deal with abnormal case */ -+ /* 2 Abnormal false alarm case */ -+ if (FirstDisConnect) { -+ pDM_DigTable->rx_gain_range_min = DIG_Dynamic_MIN; -+ pDM_DigTable->ForbiddenIGI = DIG_Dynamic_MIN; -+ } else -+ pDM_DigTable->rx_gain_range_min = -+ odm_ForbiddenIGICheck(pDM_Odm, DIG_Dynamic_MIN, CurrentIGI); -+ -+ if (pDM_Odm->bLinked && !FirstConnect) { -+ if ( -+ (pDM_Odm->PhyDbgInfo.NumQryBeaconPkt < 5) && -+ pDM_Odm->bsta_state -+ ) { -+ pDM_DigTable->rx_gain_range_min = dm_dig_min; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): Abnrormal #beacon (%d) case in STA mode: Force lower bound to 0x%x !!!!!!\n\n", -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt, -+ pDM_DigTable->rx_gain_range_min -+ ) -+ ); -+ } -+ } -+ -+ /* 2 Abnormal lower bound case */ -+ if (pDM_DigTable->rx_gain_range_min > pDM_DigTable->rx_gain_range_max) { -+ pDM_DigTable->rx_gain_range_min = pDM_DigTable->rx_gain_range_max; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): Abnrormal lower bound case: Force lower bound to 0x%x !!!!!!\n\n", -+ pDM_DigTable->rx_gain_range_min -+ ) -+ ); -+ } -+ -+ -+ /* 1 False alarm threshold decision */ -+ odm_FAThresholdCheck(pDM_Odm, bDFSBand, bPerformance, RxTp, TxTp, dm_FA_thres); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): False alarm threshold = %d, %d, %d\n\n", dm_FA_thres[0], dm_FA_thres[1], dm_FA_thres[2])); -+ -+ /* 1 Adjust initial gain by false alarm */ -+ if (pDM_Odm->bLinked && bPerformance) { -+ /* 2 After link */ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_DIG(): Adjust IGI after link\n") -+ ); -+ -+ if (bFirstTpTarget || (FirstConnect && bPerformance)) { -+ pDM_DigTable->LargeFAHit = 0; -+ -+ if (pDM_Odm->RSSI_Min < DIG_MaxOfMin) { -+ if (CurrentIGI < pDM_Odm->RSSI_Min) -+ CurrentIGI = pDM_Odm->RSSI_Min; -+ } else { -+ if (CurrentIGI < DIG_MaxOfMin) -+ CurrentIGI = DIG_MaxOfMin; -+ } -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): First connect case: IGI does on-shot to 0x%x\n", -+ CurrentIGI -+ ) -+ ); -+ -+ } else { -+ if (pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) -+ CurrentIGI = CurrentIGI + 4; -+ else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) -+ CurrentIGI = CurrentIGI + 2; -+ else if (pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) -+ CurrentIGI = CurrentIGI - 2; -+ -+ if ( -+ (pDM_Odm->PhyDbgInfo.NumQryBeaconPkt < 5) && -+ (pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH1) && -+ (pDM_Odm->bsta_state) -+ ) { -+ CurrentIGI = pDM_DigTable->rx_gain_range_min; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): Abnormal #beacon (%d) case: IGI does one-shot to 0x%x\n", -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt, -+ CurrentIGI -+ ) -+ ); -+ } -+ } -+ } else { -+ /* 2 Before link */ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_DIG(): Adjust IGI before link\n") -+ ); -+ -+ if (FirstDisConnect || bFirstCoverage) { -+ CurrentIGI = dm_dig_min; -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_DIG(): First disconnect case: IGI does on-shot to lower bound\n") -+ ); -+ } else { -+ if (pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) -+ CurrentIGI = CurrentIGI + 4; -+ else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) -+ CurrentIGI = CurrentIGI + 2; -+ else if (pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) -+ CurrentIGI = CurrentIGI - 2; -+ } -+ } -+ -+ /* 1 Check initial gain by upper/lower bound */ -+ if (CurrentIGI < pDM_DigTable->rx_gain_range_min) -+ CurrentIGI = pDM_DigTable->rx_gain_range_min; -+ -+ if (CurrentIGI > pDM_DigTable->rx_gain_range_max) -+ CurrentIGI = pDM_DigTable->rx_gain_range_max; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ( -+ "odm_DIG(): CurIGValue = 0x%x, TotalFA = %d\n\n", -+ CurrentIGI, -+ pFalseAlmCnt->Cnt_all -+ ) -+ ); -+ -+ /* 1 Force upper bound and lower bound for adaptivity */ -+ if ( -+ pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY && -+ pDM_Odm->adaptivity_flag == true -+ ) { -+ if (CurrentIGI > Adap_IGI_Upper) -+ CurrentIGI = Adap_IGI_Upper; -+ -+ if (pDM_Odm->IGI_LowerBound != 0) { -+ if (CurrentIGI < pDM_Odm->IGI_LowerBound) -+ CurrentIGI = pDM_Odm->IGI_LowerBound; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Adaptivity case: Force upper bound to 0x%x !!!!!!\n", Adap_IGI_Upper)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Adaptivity case: Force lower bound to 0x%x !!!!!!\n\n", pDM_Odm->IGI_LowerBound)); -+ } -+ -+ -+ /* 1 Update status */ -+ if (pDM_Odm->bBtHsOperation) { -+ if (pDM_Odm->bLinked) { -+ if (pDM_DigTable->BT30_CurIGI > (CurrentIGI)) -+ ODM_Write_DIG(pDM_Odm, CurrentIGI); -+ else -+ ODM_Write_DIG(pDM_Odm, pDM_DigTable->BT30_CurIGI); -+ -+ pDM_DigTable->bMediaConnect_0 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DIG_Dynamic_MIN; -+ } else { -+ if (pDM_Odm->bLinkInProcess) -+ ODM_Write_DIG(pDM_Odm, 0x1c); -+ else if (pDM_Odm->bBtConnectProcess) -+ ODM_Write_DIG(pDM_Odm, 0x28); -+ else -+ ODM_Write_DIG(pDM_Odm, pDM_DigTable->BT30_CurIGI);/* ODM_Write_DIG(pDM_Odm, pDM_DigTable->CurIGValue); */ -+ } -+ } else { /* BT is not using */ -+ ODM_Write_DIG(pDM_Odm, CurrentIGI);/* ODM_Write_DIG(pDM_Odm, pDM_DigTable->CurIGValue); */ -+ pDM_DigTable->bMediaConnect_0 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DIG_Dynamic_MIN; -+ } -+} -+ -+void odm_DIGbyRSSI_LPS(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ Pfalse_ALARM_STATISTICS pFalseAlmCnt = &pDM_Odm->FalseAlmCnt; -+ -+ u8 RSSI_Lower = DM_DIG_MIN_NIC; /* 0x1E or 0x1C */ -+ u8 CurrentIGI = pDM_Odm->RSSI_Min; -+ -+ CurrentIGI = CurrentIGI+RSSI_OFFSET_DIG; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_DIGbyRSSI_LPS() ==>\n") -+ ); -+ -+ /* Using FW PS mode to make IGI */ -+ /* Adjust by FA in LPS MODE */ -+ if (pFalseAlmCnt->Cnt_all > DM_DIG_FA_TH2_LPS) -+ CurrentIGI = CurrentIGI+4; -+ else if (pFalseAlmCnt->Cnt_all > DM_DIG_FA_TH1_LPS) -+ CurrentIGI = CurrentIGI+2; -+ else if (pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH0_LPS) -+ CurrentIGI = CurrentIGI-2; -+ -+ -+ /* Lower bound checking */ -+ -+ /* RSSI Lower bound check */ -+ if ((pDM_Odm->RSSI_Min-10) > DM_DIG_MIN_NIC) -+ RSSI_Lower = pDM_Odm->RSSI_Min-10; -+ else -+ RSSI_Lower = DM_DIG_MIN_NIC; -+ -+ /* Upper and Lower Bound checking */ -+ if (CurrentIGI > DM_DIG_MAX_NIC) -+ CurrentIGI = DM_DIG_MAX_NIC; -+ else if (CurrentIGI < RSSI_Lower) -+ CurrentIGI = RSSI_Lower; -+ -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_DIGbyRSSI_LPS(): pFalseAlmCnt->Cnt_all = %d\n", pFalseAlmCnt->Cnt_all) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_DIGbyRSSI_LPS(): pDM_Odm->RSSI_Min = %d\n", pDM_Odm->RSSI_Min) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_DIG, -+ ODM_DBG_LOUD, -+ ("odm_DIGbyRSSI_LPS(): CurrentIGI = 0x%x\n", CurrentIGI) -+ ); -+ -+ ODM_Write_DIG(pDM_Odm, CurrentIGI); -+ /* ODM_Write_DIG(pDM_Odm, pDM_DigTable->CurIGValue); */ -+} -+ -+/* 3 ============================================================ */ -+/* 3 FASLE ALARM CHECK */ -+/* 3 ============================================================ */ -+ -+void odm_FalseAlarmCounterStatistics(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ Pfalse_ALARM_STATISTICS FalseAlmCnt = &(pDM_Odm->FalseAlmCnt); -+ u32 ret_value; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_FA_CNT)) -+ return; -+ -+ /* hold ofdm counter */ -+ /* hold page C counter */ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_OFDM_FA_HOLDC_11N, BIT31, 1); -+ /* hold page D counter */ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_OFDM_FA_RSTD_11N, BIT31, 1); -+ -+ ret_value = PHY_QueryBBReg( -+ pDM_Odm->Adapter, ODM_REG_OFDM_FA_TYPE1_11N, bMaskDWord -+ ); -+ FalseAlmCnt->Cnt_Fast_Fsync = (ret_value&0xffff); -+ FalseAlmCnt->Cnt_SB_Search_fail = ((ret_value&0xffff0000)>>16); -+ -+ ret_value = PHY_QueryBBReg( -+ pDM_Odm->Adapter, ODM_REG_OFDM_FA_TYPE2_11N, bMaskDWord -+ ); -+ FalseAlmCnt->Cnt_OFDM_CCA = (ret_value&0xffff); -+ FalseAlmCnt->Cnt_Parity_Fail = ((ret_value&0xffff0000)>>16); -+ -+ ret_value = PHY_QueryBBReg( -+ pDM_Odm->Adapter, ODM_REG_OFDM_FA_TYPE3_11N, bMaskDWord -+ ); -+ FalseAlmCnt->Cnt_Rate_Illegal = (ret_value&0xffff); -+ FalseAlmCnt->Cnt_Crc8_fail = ((ret_value&0xffff0000)>>16); -+ -+ ret_value = PHY_QueryBBReg( -+ pDM_Odm->Adapter, ODM_REG_OFDM_FA_TYPE4_11N, bMaskDWord -+ ); -+ FalseAlmCnt->Cnt_Mcs_fail = (ret_value&0xffff); -+ -+ FalseAlmCnt->Cnt_Ofdm_fail = -+ FalseAlmCnt->Cnt_Parity_Fail + -+ FalseAlmCnt->Cnt_Rate_Illegal + -+ FalseAlmCnt->Cnt_Crc8_fail + -+ FalseAlmCnt->Cnt_Mcs_fail + -+ FalseAlmCnt->Cnt_Fast_Fsync + -+ FalseAlmCnt->Cnt_SB_Search_fail; -+ -+ { -+ /* hold cck counter */ -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_CCK_FA_RST_11N, BIT12, 1); -+ PHY_SetBBReg(pDM_Odm->Adapter, ODM_REG_CCK_FA_RST_11N, BIT14, 1); -+ -+ ret_value = PHY_QueryBBReg( -+ pDM_Odm->Adapter, ODM_REG_CCK_FA_LSB_11N, bMaskByte0 -+ ); -+ FalseAlmCnt->Cnt_Cck_fail = ret_value; -+ -+ ret_value = PHY_QueryBBReg( -+ pDM_Odm->Adapter, ODM_REG_CCK_FA_MSB_11N, bMaskByte3 -+ ); -+ FalseAlmCnt->Cnt_Cck_fail += (ret_value&0xff)<<8; -+ -+ ret_value = PHY_QueryBBReg( -+ pDM_Odm->Adapter, ODM_REG_CCK_CCA_CNT_11N, bMaskDWord -+ ); -+ FalseAlmCnt->Cnt_CCK_CCA = -+ ((ret_value&0xFF)<<8) | ((ret_value&0xFF00)>>8); -+ } -+ -+ FalseAlmCnt->Cnt_all = ( -+ FalseAlmCnt->Cnt_Fast_Fsync + -+ FalseAlmCnt->Cnt_SB_Search_fail + -+ FalseAlmCnt->Cnt_Parity_Fail + -+ FalseAlmCnt->Cnt_Rate_Illegal + -+ FalseAlmCnt->Cnt_Crc8_fail + -+ FalseAlmCnt->Cnt_Mcs_fail + -+ FalseAlmCnt->Cnt_Cck_fail -+ ); -+ -+ FalseAlmCnt->Cnt_CCA_all = -+ FalseAlmCnt->Cnt_OFDM_CCA + FalseAlmCnt->Cnt_CCK_CCA; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Enter odm_FalseAlarmCounterStatistics\n") -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ( -+ "Cnt_Fast_Fsync =%d, Cnt_SB_Search_fail =%d\n", -+ FalseAlmCnt->Cnt_Fast_Fsync, -+ FalseAlmCnt->Cnt_SB_Search_fail -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ( -+ "Cnt_Parity_Fail =%d, Cnt_Rate_Illegal =%d\n", -+ FalseAlmCnt->Cnt_Parity_Fail, -+ FalseAlmCnt->Cnt_Rate_Illegal -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ( -+ "Cnt_Crc8_fail =%d, Cnt_Mcs_fail =%d\n", -+ FalseAlmCnt->Cnt_Crc8_fail, -+ FalseAlmCnt->Cnt_Mcs_fail -+ ) -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Cnt_OFDM_CCA =%d\n", FalseAlmCnt->Cnt_OFDM_CCA) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Cnt_CCK_CCA =%d\n", FalseAlmCnt->Cnt_CCK_CCA) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Cnt_CCA_all =%d\n", FalseAlmCnt->Cnt_CCA_all) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Cnt_Ofdm_fail =%d\n", FalseAlmCnt->Cnt_Ofdm_fail) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Cnt_Cck_fail =%d\n", FalseAlmCnt->Cnt_Cck_fail) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Cnt_Ofdm_fail =%d\n", FalseAlmCnt->Cnt_Ofdm_fail) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_FA_CNT, -+ ODM_DBG_LOUD, -+ ("Total False Alarm =%d\n", FalseAlmCnt->Cnt_all) -+ ); -+} -+ -+ -+void odm_FAThresholdCheck( -+ void *pDM_VOID, -+ bool bDFSBand, -+ bool bPerformance, -+ u32 RxTp, -+ u32 TxTp, -+ u32 *dm_FA_thres -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->bLinked && (bPerformance || bDFSBand)) { -+ /* For NIC */ -+ dm_FA_thres[0] = DM_DIG_FA_TH0; -+ dm_FA_thres[1] = DM_DIG_FA_TH1; -+ dm_FA_thres[2] = DM_DIG_FA_TH2; -+ } else { -+ dm_FA_thres[0] = 2000; -+ dm_FA_thres[1] = 4000; -+ dm_FA_thres[2] = 5000; -+ } -+ return; -+} -+ -+u8 odm_ForbiddenIGICheck(void *pDM_VOID, u8 DIG_Dynamic_MIN, u8 CurrentIGI) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ Pfalse_ALARM_STATISTICS pFalseAlmCnt = &(pDM_Odm->FalseAlmCnt); -+ u8 rx_gain_range_min = pDM_DigTable->rx_gain_range_min; -+ -+ if (pFalseAlmCnt->Cnt_all > 10000) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Abnormally false alarm case.\n")); -+ -+ if (pDM_DigTable->LargeFAHit != 3) -+ pDM_DigTable->LargeFAHit++; -+ -+ /* if (pDM_DigTable->ForbiddenIGI < pDM_DigTable->CurIGValue) */ -+ if (pDM_DigTable->ForbiddenIGI < CurrentIGI) { -+ pDM_DigTable->ForbiddenIGI = CurrentIGI; -+ /* pDM_DigTable->ForbiddenIGI = pDM_DigTable->CurIGValue; */ -+ pDM_DigTable->LargeFAHit = 1; -+ } -+ -+ if (pDM_DigTable->LargeFAHit >= 3) { -+ if ((pDM_DigTable->ForbiddenIGI + 2) > pDM_DigTable->rx_gain_range_max) -+ rx_gain_range_min = pDM_DigTable->rx_gain_range_max; -+ else -+ rx_gain_range_min = (pDM_DigTable->ForbiddenIGI + 2); -+ pDM_DigTable->Recover_cnt = 1800; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Abnormally false alarm case: Recover_cnt = %d\n", pDM_DigTable->Recover_cnt)); -+ } -+ } else { -+ if (pDM_DigTable->Recover_cnt != 0) { -+ pDM_DigTable->Recover_cnt--; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Normal Case: Recover_cnt = %d\n", pDM_DigTable->Recover_cnt)); -+ } else { -+ if (pDM_DigTable->LargeFAHit < 3) { -+ if ((pDM_DigTable->ForbiddenIGI - 2) < DIG_Dynamic_MIN) { /* DM_DIG_MIN) */ -+ pDM_DigTable->ForbiddenIGI = DIG_Dynamic_MIN; /* DM_DIG_MIN; */ -+ rx_gain_range_min = DIG_Dynamic_MIN; /* DM_DIG_MIN; */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Normal Case: At Lower Bound\n")); -+ } else { -+ pDM_DigTable->ForbiddenIGI -= 2; -+ rx_gain_range_min = (pDM_DigTable->ForbiddenIGI + 2); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Normal Case: Approach Lower Bound\n")); -+ } -+ } else -+ pDM_DigTable->LargeFAHit = 0; -+ } -+ } -+ -+ return rx_gain_range_min; -+ -+} -+ -+/* 3 ============================================================ */ -+/* 3 CCK Packet Detect Threshold */ -+/* 3 ============================================================ */ -+ -+void odm_CCKPacketDetectionThresh(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ Pfalse_ALARM_STATISTICS FalseAlmCnt = &(pDM_Odm->FalseAlmCnt); -+ u8 CurCCK_CCAThres; -+ -+ -+ if ( -+ !(pDM_Odm->SupportAbility & ODM_BB_CCK_PD) || -+ !(pDM_Odm->SupportAbility & ODM_BB_FA_CNT) -+ ) { -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CCK_PD, -+ ODM_DBG_LOUD, -+ ("odm_CCKPacketDetectionThresh() return ==========\n") -+ ); -+ return; -+ } -+ -+ if (pDM_Odm->ExtLNA) -+ return; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CCK_PD, -+ ODM_DBG_LOUD, -+ ("odm_CCKPacketDetectionThresh() ==========>\n") -+ ); -+ -+ if (pDM_Odm->bLinked) { -+ if (pDM_Odm->RSSI_Min > 25) -+ CurCCK_CCAThres = 0xcd; -+ else if ((pDM_Odm->RSSI_Min <= 25) && (pDM_Odm->RSSI_Min > 10)) -+ CurCCK_CCAThres = 0x83; -+ else { -+ if (FalseAlmCnt->Cnt_Cck_fail > 1000) -+ CurCCK_CCAThres = 0x83; -+ else -+ CurCCK_CCAThres = 0x40; -+ } -+ } else { -+ if (FalseAlmCnt->Cnt_Cck_fail > 1000) -+ CurCCK_CCAThres = 0x83; -+ else -+ CurCCK_CCAThres = 0x40; -+ } -+ -+ ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_CCK_PD, -+ ODM_DBG_LOUD, -+ ( -+ "odm_CCKPacketDetectionThresh() CurCCK_CCAThres = 0x%x\n", -+ CurCCK_CCAThres -+ ) -+ ); -+} -+ -+void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ /* modify by Guo.Mingzhi 2012-01-03 */ -+ if (pDM_DigTable->CurCCK_CCAThres != CurCCK_CCAThres) -+ rtw_write8(pDM_Odm->Adapter, ODM_REG(CCK_CCA, pDM_Odm), CurCCK_CCAThres); -+ -+ pDM_DigTable->PreCCK_CCAThres = pDM_DigTable->CurCCK_CCAThres; -+ pDM_DigTable->CurCCK_CCAThres = CurCCK_CCAThres; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_DIG.h linux/3rdparty/rtl8723bs/hal/odm_DIG.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_DIG.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_DIG.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,195 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODMDIG_H__ -+#define __ODMDIG_H__ -+ -+typedef struct _Dynamic_Initial_Gain_Threshold_ { -+ bool bStopDIG; -+ bool bPSDInProgress; -+ -+ u8 Dig_Enable_Flag; -+ u8 Dig_Ext_Port_Stage; -+ -+ int RssiLowThresh; -+ int RssiHighThresh; -+ -+ u32 FALowThresh; -+ u32 FAHighThresh; -+ -+ u8 CurSTAConnectState; -+ u8 PreSTAConnectState; -+ u8 CurMultiSTAConnectState; -+ -+ u8 PreIGValue; -+ u8 CurIGValue; -+ u8 BackupIGValue; /* MP DIG */ -+ u8 BT30_CurIGI; -+ u8 IGIBackup; -+ -+ s8 BackoffVal; -+ s8 BackoffVal_range_max; -+ s8 BackoffVal_range_min; -+ u8 rx_gain_range_max; -+ u8 rx_gain_range_min; -+ u8 Rssi_val_min; -+ -+ u8 PreCCK_CCAThres; -+ u8 CurCCK_CCAThres; -+ u8 PreCCKPDState; -+ u8 CurCCKPDState; -+ u8 CCKPDBackup; -+ -+ u8 LargeFAHit; -+ u8 ForbiddenIGI; -+ u32 Recover_cnt; -+ -+ u8 DIG_Dynamic_MIN_0; -+ u8 DIG_Dynamic_MIN_1; -+ bool bMediaConnect_0; -+ bool bMediaConnect_1; -+ -+ u32 AntDiv_RSSI_max; -+ u32 RSSI_max; -+ -+ u8 *pbP2pLinkInProgress; -+} DIG_T, *pDIG_T; -+ -+typedef struct false_ALARM_STATISTICS { -+ u32 Cnt_Parity_Fail; -+ u32 Cnt_Rate_Illegal; -+ u32 Cnt_Crc8_fail; -+ u32 Cnt_Mcs_fail; -+ u32 Cnt_Ofdm_fail; -+ u32 Cnt_Ofdm_fail_pre; /* For RTL8881A */ -+ u32 Cnt_Cck_fail; -+ u32 Cnt_all; -+ u32 Cnt_Fast_Fsync; -+ u32 Cnt_SB_Search_fail; -+ u32 Cnt_OFDM_CCA; -+ u32 Cnt_CCK_CCA; -+ u32 Cnt_CCA_all; -+ u32 Cnt_BW_USC; /* Gary */ -+ u32 Cnt_BW_LSC; /* Gary */ -+} false_ALARM_STATISTICS, *Pfalse_ALARM_STATISTICS; -+ -+typedef enum tag_Dynamic_Init_Gain_Operation_Type_Definition { -+ DIG_TYPE_THRESH_HIGH = 0, -+ DIG_TYPE_THRESH_LOW = 1, -+ DIG_TYPE_BACKOFF = 2, -+ DIG_TYPE_RX_GAIN_MIN = 3, -+ DIG_TYPE_RX_GAIN_MAX = 4, -+ DIG_TYPE_ENABLE = 5, -+ DIG_TYPE_DISABLE = 6, -+ DIG_OP_TYPE_MAX -+} DM_DIG_OP_E; -+ -+typedef enum tag_ODM_PauseDIG_Type { -+ ODM_PAUSE_DIG = BIT0, -+ ODM_RESUME_DIG = BIT1 -+} ODM_Pause_DIG_TYPE; -+ -+typedef enum tag_ODM_PauseCCKPD_Type { -+ ODM_PAUSE_CCKPD = BIT0, -+ ODM_RESUME_CCKPD = BIT1 -+} ODM_Pause_CCKPD_TYPE; -+ -+#define DM_DIG_THRESH_HIGH 40 -+#define DM_DIG_THRESH_LOW 35 -+ -+#define DMfalseALARM_THRESH_LOW 400 -+#define DMfalseALARM_THRESH_HIGH 1000 -+ -+#define DM_DIG_MAX_NIC 0x3e -+#define DM_DIG_MIN_NIC 0x1e /* 0x22//0x1c */ -+#define DM_DIG_MAX_OF_MIN_NIC 0x3e -+ -+#define DM_DIG_MAX_AP 0x3e -+#define DM_DIG_MIN_AP 0x1c -+#define DM_DIG_MAX_OF_MIN 0x2A /* 0x32 */ -+#define DM_DIG_MIN_AP_DFS 0x20 -+ -+#define DM_DIG_MAX_NIC_HP 0x46 -+#define DM_DIG_MIN_NIC_HP 0x2e -+ -+#define DM_DIG_MAX_AP_HP 0x42 -+#define DM_DIG_MIN_AP_HP 0x30 -+ -+#define DM_DIG_FA_TH0 0x200/* 0x20 */ -+ -+#define DM_DIG_FA_TH1 0x300 -+#define DM_DIG_FA_TH2 0x400 -+/* this is for 92d */ -+#define DM_DIG_FA_TH0_92D 0x100 -+#define DM_DIG_FA_TH1_92D 0x400 -+#define DM_DIG_FA_TH2_92D 0x600 -+ -+#define DM_DIG_BACKOFF_MAX 12 -+#define DM_DIG_BACKOFF_MIN -4 -+#define DM_DIG_BACKOFF_DEFAULT 10 -+ -+#define DM_DIG_FA_TH0_LPS 4 /* 4 in lps */ -+#define DM_DIG_FA_TH1_LPS 15 /* 15 lps */ -+#define DM_DIG_FA_TH2_LPS 30 /* 30 lps */ -+#define RSSI_OFFSET_DIG 0x05 -+ -+void odm_NHMCounterStatisticsInit(void *pDM_VOID); -+ -+void odm_NHMCounterStatistics(void *pDM_VOID); -+ -+void odm_NHMBBInit(void *pDM_VOID); -+ -+void odm_NHMBB(void *pDM_VOID); -+ -+void odm_NHMCounterStatisticsReset(void *pDM_VOID); -+ -+void odm_GetNHMCounterStatistics(void *pDM_VOID); -+ -+void odm_SearchPwdBLowerBound(void *pDM_VOID, u8 IGI_target); -+ -+void odm_AdaptivityInit(void *pDM_VOID); -+ -+void odm_Adaptivity(void *pDM_VOID, u8 IGI); -+ -+void ODM_Write_DIG(void *pDM_VOID, u8 CurrentIGI); -+ -+void odm_PauseDIG(void *pDM_VOID, ODM_Pause_DIG_TYPE PauseType, u8 IGIValue); -+ -+void odm_DIGInit(void *pDM_VOID); -+ -+void odm_DIG(void *pDM_VOID); -+ -+void odm_DIGbyRSSI_LPS(void *pDM_VOID); -+ -+void odm_FalseAlarmCounterStatistics(void *pDM_VOID); -+ -+void odm_FAThresholdCheck( -+ void *pDM_VOID, -+ bool bDFSBand, -+ bool bPerformance, -+ u32 RxTp, -+ u32 TxTp, -+ u32 *dm_FA_thres -+); -+ -+u8 odm_ForbiddenIGICheck(void *pDM_VOID, u8 DIG_Dynamic_MIN, u8 CurrentIGI); -+ -+bool odm_DigAbort(void *pDM_VOID); -+ -+void odm_CCKPacketDetectionThresh(void *pDM_VOID); -+ -+void ODM_Write_CCK_CCA_Thres(void *pDM_VOID, u8 CurCCK_CCAThres); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.c linux/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,89 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+void odm_DynamicBBPowerSavingInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPS_T pDM_PSTable = &pDM_Odm->DM_PSTable; -+ -+ pDM_PSTable->PreCCAState = CCA_MAX; -+ pDM_PSTable->CurCCAState = CCA_MAX; -+ pDM_PSTable->PreRFState = RF_MAX; -+ pDM_PSTable->CurRFState = RF_MAX; -+ pDM_PSTable->Rssi_val_min = 0; -+ pDM_PSTable->initialize = 0; -+} -+ -+void ODM_RF_Saving(void *pDM_VOID, u8 bForceInNormal) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPS_T pDM_PSTable = &pDM_Odm->DM_PSTable; -+ u8 Rssi_Up_bound = 30; -+ u8 Rssi_Low_bound = 25; -+ -+ if (pDM_Odm->PatchID == 40) { /* RT_CID_819x_FUNAI_TV */ -+ Rssi_Up_bound = 50; -+ Rssi_Low_bound = 45; -+ } -+ -+ if (pDM_PSTable->initialize == 0) { -+ -+ pDM_PSTable->Reg874 = (PHY_QueryBBReg(pDM_Odm->Adapter, 0x874, bMaskDWord)&0x1CC000)>>14; -+ pDM_PSTable->RegC70 = (PHY_QueryBBReg(pDM_Odm->Adapter, 0xc70, bMaskDWord)&BIT3)>>3; -+ pDM_PSTable->Reg85C = (PHY_QueryBBReg(pDM_Odm->Adapter, 0x85c, bMaskDWord)&0xFF000000)>>24; -+ pDM_PSTable->RegA74 = (PHY_QueryBBReg(pDM_Odm->Adapter, 0xa74, bMaskDWord)&0xF000)>>12; -+ /* Reg818 = PHY_QueryBBReg(padapter, 0x818, bMaskDWord); */ -+ pDM_PSTable->initialize = 1; -+ } -+ -+ if (!bForceInNormal) { -+ if (pDM_Odm->RSSI_Min != 0xFF) { -+ if (pDM_PSTable->PreRFState == RF_Normal) { -+ if (pDM_Odm->RSSI_Min >= Rssi_Up_bound) -+ pDM_PSTable->CurRFState = RF_Save; -+ else -+ pDM_PSTable->CurRFState = RF_Normal; -+ } else { -+ if (pDM_Odm->RSSI_Min <= Rssi_Low_bound) -+ pDM_PSTable->CurRFState = RF_Normal; -+ else -+ pDM_PSTable->CurRFState = RF_Save; -+ } -+ } else -+ pDM_PSTable->CurRFState = RF_MAX; -+ } else -+ pDM_PSTable->CurRFState = RF_Normal; -+ -+ if (pDM_PSTable->PreRFState != pDM_PSTable->CurRFState) { -+ if (pDM_PSTable->CurRFState == RF_Save) { -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x874, 0x1C0000, 0x2); /* Reg874[20:18]=3'b010 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xc70, BIT3, 0); /* RegC70[3]= 1'b0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x85c, 0xFF000000, 0x63); /* Reg85C[31:24]= 0x63 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x874, 0xC000, 0x2); /* Reg874[15:14]=2'b10 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xa74, 0xF000, 0x3); /* RegA75[7:4]= 0x3 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x818, BIT28, 0x0); /* Reg818[28]= 1'b0 */ -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x818, BIT28, 0x1); /* Reg818[28]= 1'b1 */ -+ } else { -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x874, 0x1CC000, pDM_PSTable->Reg874); -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xc70, BIT3, pDM_PSTable->RegC70); -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x85c, 0xFF000000, pDM_PSTable->Reg85C); -+ PHY_SetBBReg(pDM_Odm->Adapter, 0xa74, 0xF000, pDM_PSTable->RegA74); -+ PHY_SetBBReg(pDM_Odm->Adapter, 0x818, BIT28, 0x0); -+ } -+ pDM_PSTable->PreRFState = pDM_PSTable->CurRFState; -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.h linux/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_DynamicBBPowerSaving.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,39 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODMDYNAMICBBPOWERSAVING_H__ -+#define __ODMDYNAMICBBPOWERSAVING_H__ -+ -+typedef struct _Dynamic_Power_Saving_ { -+ u8 PreCCAState; -+ u8 CurCCAState; -+ -+ u8 PreRFState; -+ u8 CurRFState; -+ -+ int Rssi_val_min; -+ -+ u8 initialize; -+ u32 Reg874, RegC70, Reg85C, RegA74; -+ -+} PS_T, *pPS_T; -+ -+#define dm_RF_Saving ODM_RF_Saving -+ -+void ODM_RF_Saving(void *pDM_VOID, u8 bForceInNormal); -+ -+void odm_DynamicBBPowerSavingInit(void *pDM_VOID); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.c linux/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+void odm_DynamicTxPowerInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ -+ pdmpriv->bDynamicTxPowerEnable = false; -+ -+ pdmpriv->LastDTPLvl = TxHighPwrLevel_Normal; -+ pdmpriv->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.h linux/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_DynamicTxPower.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,37 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODMDYNAMICTXPOWER_H__ -+#define __ODMDYNAMICTXPOWER_H__ -+ -+#define TX_POWER_NEAR_FIELD_THRESH_LVL2 74 -+#define TX_POWER_NEAR_FIELD_THRESH_LVL1 67 -+#define TX_POWER_NEAR_FIELD_THRESH_AP 0x3F -+#define TX_POWER_NEAR_FIELD_THRESH_8812 60 -+ -+#define TxHighPwrLevel_Normal 0 -+#define TxHighPwrLevel_Level1 1 -+#define TxHighPwrLevel_Level2 2 -+#define TxHighPwrLevel_BT1 3 -+#define TxHighPwrLevel_BT2 4 -+#define TxHighPwrLevel_15 5 -+#define TxHighPwrLevel_35 6 -+#define TxHighPwrLevel_50 7 -+#define TxHighPwrLevel_70 8 -+#define TxHighPwrLevel_100 9 -+ -+void odm_DynamicTxPowerInit(void *pDM_VOID); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.c linux/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,186 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+static u32 edca_setting_DL_GMode[HT_IOT_PEER_MAX] = { -+/*UNKNOWN, REALTEK_90, ALTEK_92SE BROADCOM, LINK ATHEROS, -+ *CISCO, MERU, MARVELL, 92U_AP, SELF_AP -+ */ -+ 0x4322, 0xa44f, 0x5e4322, 0xa42b, 0x5e4322, 0x4322, -+ 0xa42b, 0x5ea42b, 0xa44f, 0x5e4322, 0x5ea42b -+}; -+ -+static u32 edca_setting_UL[HT_IOT_PEER_MAX] = { -+/*UNKNOWN, REALTEK_90, REALTEK_92SE, BROADCOM, RALINK, ATHEROS, -+ *CISCO, MERU, MARVELL, 92U_AP, SELF_AP(DownLink/Tx) -+ */ -+ 0x5e4322, 0xa44f, 0x5e4322, 0x5ea32b, 0x5ea422, 0x5ea322, -+ 0x3ea430, 0x5ea42b, 0x5ea44f, 0x5e4322, 0x5e4322}; -+ -+static u32 edca_setting_DL[HT_IOT_PEER_MAX] = { -+/*UNKNOWN, REALTEK_90, REALTEK_92SE, BROADCOM, RALINK, ATHEROS, -+ *CISCO, MERU, MARVELL, 92U_AP, SELF_AP(UpLink/Rx) -+ */ -+ 0xa44f, 0x5ea44f, 0x5e4322, 0x5ea42b, 0xa44f, 0xa630, -+ 0x5ea630, 0x5ea42b, 0xa44f, 0xa42b, 0xa42b}; -+ -+void ODM_EdcaTurboInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = false; -+ pDM_Odm->DM_EDCA_Table.bIsCurRDLState = false; -+ Adapter->recvpriv.bIsAnyNonBEPkts = false; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO, ODM_DBG_LOUD, -+ ("Orginial VO PARAM: 0x%x\n", -+ rtw_read32(pDM_Odm->Adapter, ODM_EDCA_VO_PARAM))); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO, ODM_DBG_LOUD, -+ ("Orginial VI PARAM: 0x%x\n", -+ rtw_read32(pDM_Odm->Adapter, ODM_EDCA_VI_PARAM))); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO, ODM_DBG_LOUD, -+ ("Orginial BE PARAM: 0x%x\n", -+ rtw_read32(pDM_Odm->Adapter, ODM_EDCA_BE_PARAM))); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO, ODM_DBG_LOUD, -+ ("Orginial BK PARAM: 0x%x\n", -+ rtw_read32(pDM_Odm->Adapter, ODM_EDCA_BK_PARAM))); -+} /* ODM_InitEdcaTurbo */ -+ -+void odm_EdcaTurboCheck(void *pDM_VOID) -+{ -+ /* In HW integration first stage, we provide 4 different handles to -+ * operate at the same time. In stage2/3, we need to prove universal -+ * interface and merge all HW dynamic mechanism. -+ */ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO, ODM_DBG_LOUD, -+ ("odm_EdcaTurboCheck ========================>\n")); -+ -+ if (!(pDM_Odm->SupportAbility & ODM_MAC_EDCA_TURBO)) -+ return; -+ -+ odm_EdcaTurboCheckCE(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO, ODM_DBG_LOUD, -+ ("<========================odm_EdcaTurboCheck\n")); -+} /* odm_CheckEdcaTurbo */ -+ -+void odm_EdcaTurboCheckCE(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ struct adapter *Adapter = pDM_Odm->Adapter; -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(Adapter); -+ struct recv_priv *precvpriv = &(Adapter->recvpriv); -+ struct registry_priv *pregpriv = &Adapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &(Adapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u32 EDCA_BE_UL = 0x5ea42b; -+ u32 EDCA_BE_DL = 0x5ea42b; -+ u32 iot_peer = 0; -+ u8 wirelessmode = 0xFF; /* invalid value */ -+ u32 trafficIndex; -+ u32 edca_param; -+ u64 cur_tx_bytes = 0; -+ u64 cur_rx_bytes = 0; -+ u8 bbtchange = false; -+ u8 biasonrx = false; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ if (!pDM_Odm->bLinked) { -+ precvpriv->bIsAnyNonBEPkts = false; -+ return; -+ } -+ -+ if ((pregpriv->wifi_spec == 1)) { -+ precvpriv->bIsAnyNonBEPkts = false; -+ return; -+ } -+ -+ if (pDM_Odm->pwirelessmode) -+ wirelessmode = *(pDM_Odm->pwirelessmode); -+ -+ iot_peer = pmlmeinfo->assoc_AP_vendor; -+ -+ if (iot_peer >= HT_IOT_PEER_MAX) { -+ precvpriv->bIsAnyNonBEPkts = false; -+ return; -+ } -+ -+ /* Check if the status needs to be changed. */ -+ if ((bbtchange) || (!precvpriv->bIsAnyNonBEPkts)) { -+ cur_tx_bytes = pdvobjpriv->traffic_stat.cur_tx_bytes; -+ cur_rx_bytes = pdvobjpriv->traffic_stat.cur_rx_bytes; -+ -+ /* traffic, TX or RX */ -+ if (biasonrx) { -+ if (cur_tx_bytes > (cur_rx_bytes << 2)) { -+ /* Uplink TP is present. */ -+ trafficIndex = UP_LINK; -+ } else { /* Balance TP is present. */ -+ trafficIndex = DOWN_LINK; -+ } -+ } else { -+ if (cur_rx_bytes > (cur_tx_bytes << 2)) { -+ /* Downlink TP is present. */ -+ trafficIndex = DOWN_LINK; -+ } else { /* Balance TP is present. */ -+ trafficIndex = UP_LINK; -+ } -+ } -+ -+ /* 92D txop can't be set to 0x3e for cisco1250 */ -+ if ((iot_peer == HT_IOT_PEER_CISCO) && -+ (wirelessmode == ODM_WM_N24G)) { -+ EDCA_BE_DL = edca_setting_DL[iot_peer]; -+ EDCA_BE_UL = edca_setting_UL[iot_peer]; -+ } else if ((iot_peer == HT_IOT_PEER_CISCO) && -+ ((wirelessmode == ODM_WM_G) || -+ (wirelessmode == (ODM_WM_B | ODM_WM_G)) || -+ (wirelessmode == ODM_WM_A) || -+ (wirelessmode == ODM_WM_B))) { -+ EDCA_BE_DL = edca_setting_DL_GMode[iot_peer]; -+ } else if ((iot_peer == HT_IOT_PEER_AIRGO) && -+ ((wirelessmode == ODM_WM_G) || -+ (wirelessmode == ODM_WM_A))) { -+ EDCA_BE_DL = 0xa630; -+ } else if (iot_peer == HT_IOT_PEER_MARVELL) { -+ EDCA_BE_DL = edca_setting_DL[iot_peer]; -+ EDCA_BE_UL = edca_setting_UL[iot_peer]; -+ } else if (iot_peer == HT_IOT_PEER_ATHEROS) { -+ /* Set DL EDCA for Atheros peer to 0x3ea42b. */ -+ EDCA_BE_DL = edca_setting_DL[iot_peer]; -+ } -+ -+ if (trafficIndex == DOWN_LINK) -+ edca_param = EDCA_BE_DL; -+ else -+ edca_param = EDCA_BE_UL; -+ -+ rtw_write32(Adapter, REG_EDCA_BE_PARAM, edca_param); -+ -+ pDM_Odm->DM_EDCA_Table.prv_traffic_idx = trafficIndex; -+ -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = true; -+ } else { -+ /* Turn Off EDCA turbo here. */ -+ /* Restore original EDCA according to the declaration of AP. */ -+ if (pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA) { -+ rtw_write32(Adapter, REG_EDCA_BE_PARAM, pHalData->AcParam_BE); -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = false; -+ } -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.h linux/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_EdcaTurboCheck.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,31 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODMEDCATURBOCHECK_H__ -+#define __ODMEDCATURBOCHECK_H__ -+ -+typedef struct _EDCA_TURBO_ { -+ bool bCurrentTurboEDCA; -+ bool bIsCurRDLState; -+ -+ u32 prv_traffic_idx; /* edca turbo */ -+} EDCA_T, *pEDCA_T; -+ -+void odm_EdcaTurboCheck(void *pDM_VOID); -+void ODM_EdcaTurboInit(void *pDM_VOID); -+ -+void odm_EdcaTurboCheckCE(void *pDM_VOID); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm.h linux/3rdparty/rtl8723bs/hal/odm.h ---- linux.old/3rdparty/rtl8723bs/hal/odm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1465 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __HALDMOUTSRC_H__ -+#define __HALDMOUTSRC_H__ -+ -+ -+#include "odm_EdcaTurboCheck.h" -+#include "odm_DIG.h" -+#include "odm_PathDiv.h" -+#include "odm_DynamicBBPowerSaving.h" -+#include "odm_DynamicTxPower.h" -+#include "odm_CfoTracking.h" -+#include "odm_NoiseMonitor.h" -+ -+#define TP_MODE 0 -+#define RSSI_MODE 1 -+#define TRAFFIC_LOW 0 -+#define TRAFFIC_HIGH 1 -+#define NONE 0 -+ -+ -+/* 3 Tx Power Tracking */ -+/* 3 ============================================================ */ -+#define DPK_DELTA_MAPPING_NUM 13 -+#define index_mapping_HP_NUM 15 -+#define OFDM_TABLE_SIZE 43 -+#define CCK_TABLE_SIZE 33 -+#define TXSCALE_TABLE_SIZE 37 -+#define TXPWR_TRACK_TABLE_SIZE 30 -+#define DELTA_SWINGIDX_SIZE 30 -+#define BAND_NUM 4 -+ -+/* 3 PSD Handler */ -+/* 3 ============================================================ */ -+ -+#define AFH_PSD 1 /* 0:normal PSD scan, 1: only do 20 pts PSD */ -+#define MODE_40M 0 /* 0:20M, 1:40M */ -+#define PSD_TH2 3 -+#define PSD_CHMIN 20 /* Minimum channel number for BT AFH */ -+#define SIR_STEP_SIZE 3 -+#define Smooth_Size_1 5 -+#define Smooth_TH_1 3 -+#define Smooth_Size_2 10 -+#define Smooth_TH_2 4 -+#define Smooth_Size_3 20 -+#define Smooth_TH_3 4 -+#define Smooth_Step_Size 5 -+#define Adaptive_SIR 1 -+#define PSD_RESCAN 4 -+#define PSD_SCAN_INTERVAL 700 /* ms */ -+ -+/* 8723A High Power IGI Setting */ -+#define DM_DIG_HIGH_PWR_IGI_LOWER_BOUND 0x22 -+#define DM_DIG_Gmode_HIGH_PWR_IGI_LOWER_BOUND 0x28 -+#define DM_DIG_HIGH_PWR_THRESHOLD 0x3a -+#define DM_DIG_LOW_PWR_THRESHOLD 0x14 -+ -+/* ANT Test */ -+#define ANTTESTALL 0x00 /* Ant A or B will be Testing */ -+#define ANTTESTA 0x01 /* Ant A will be Testing */ -+#define ANTTESTB 0x02 /* Ant B will be testing */ -+ -+#define PS_MODE_ACTIVE 0x01 -+ -+/* for 8723A Ant Definition--2012--06--07 due to different IC may be different ANT define */ -+#define MAIN_ANT 1 /* Ant A or Ant Main */ -+#define AUX_ANT 2 /* AntB or Ant Aux */ -+#define MAX_ANT 3 /* 3 for AP using */ -+ -+ -+/* Antenna Diversity Type */ -+#define SW_ANTDIV 0 -+#define HW_ANTDIV 1 -+/* structure and define */ -+ -+/* Remove DIG by Yuchen */ -+ -+/* Remoce BB power saving by Yuchn */ -+ -+/* Remove DIG by yuchen */ -+ -+typedef struct _Dynamic_Primary_CCA { -+ u8 PriCCA_flag; -+ u8 intf_flag; -+ u8 intf_type; -+ u8 DupRTS_flag; -+ u8 Monitor_flag; -+ u8 CH_offset; -+ u8 MF_state; -+} Pri_CCA_T, *pPri_CCA_T; -+ -+typedef struct _Rate_Adaptive_Table_ { -+ u8 firstconnect; -+} RA_T, *pRA_T; -+ -+typedef struct _RX_High_Power_ { -+ u8 RXHP_flag; -+ u8 PSD_func_trigger; -+ u8 PSD_bitmap_RXHP[80]; -+ u8 Pre_IGI; -+ u8 Cur_IGI; -+ u8 Pre_pw_th; -+ u8 Cur_pw_th; -+ bool First_time_enter; -+ bool RXHP_enable; -+ u8 TP_Mode; -+ RT_TIMER PSDTimer; -+} RXHP_T, *pRXHP_T; -+ -+#define ASSOCIATE_ENTRY_NUM 32 /* Max size of AsocEntry[]. */ -+#define ODM_ASSOCIATE_ENTRY_NUM ASSOCIATE_ENTRY_NUM -+ -+/* This indicates two different the steps. */ -+/* In SWAW_STEP_PEAK, driver needs to switch antenna and listen to the signal on the air. */ -+/* In SWAW_STEP_DETERMINE, driver just compares the signal captured in SWAW_STEP_PEAK */ -+/* with original RSSI to determine if it is necessary to switch antenna. */ -+#define SWAW_STEP_PEAK 0 -+#define SWAW_STEP_DETERMINE 1 -+ -+#define TP_MODE 0 -+#define RSSI_MODE 1 -+#define TRAFFIC_LOW 0 -+#define TRAFFIC_HIGH 1 -+#define TRAFFIC_UltraLOW 2 -+ -+typedef struct _SW_Antenna_Switch_ { -+ u8 Double_chk_flag; -+ u8 try_flag; -+ s32 PreRSSI; -+ u8 CurAntenna; -+ u8 PreAntenna; -+ u8 RSSI_Trying; -+ u8 TestMode; -+ u8 bTriggerAntennaSwitch; -+ u8 SelectAntennaMap; -+ u8 RSSI_target; -+ u8 reset_idx; -+ u16 Single_Ant_Counter; -+ u16 Dual_Ant_Counter; -+ u16 Aux_FailDetec_Counter; -+ u16 Retry_Counter; -+ -+ /* Before link Antenna Switch check */ -+ u8 SWAS_NoLink_State; -+ u32 SWAS_NoLink_BK_Reg860; -+ u32 SWAS_NoLink_BK_Reg92c; -+ u32 SWAS_NoLink_BK_Reg948; -+ bool ANTA_ON; /* To indicate Ant A is or not */ -+ bool ANTB_ON; /* To indicate Ant B is on or not */ -+ bool Pre_Aux_FailDetec; -+ bool RSSI_AntDect_bResult; -+ u8 Ant5G; -+ u8 Ant2G; -+ -+ s32 RSSI_sum_A; -+ s32 RSSI_sum_B; -+ s32 RSSI_cnt_A; -+ s32 RSSI_cnt_B; -+ -+ u64 lastTxOkCnt; -+ u64 lastRxOkCnt; -+ u64 TXByteCnt_A; -+ u64 TXByteCnt_B; -+ u64 RXByteCnt_A; -+ u64 RXByteCnt_B; -+ u8 TrafficLoad; -+ u8 Train_time; -+ u8 Train_time_flag; -+ RT_TIMER SwAntennaSwitchTimer; -+ RT_TIMER SwAntennaSwitchTimer_8723B; -+ u32 PktCnt_SWAntDivByCtrlFrame; -+ bool bSWAntDivByCtrlFrame; -+} SWAT_T, *pSWAT_T; -+ -+/* Remove Edca by YuChen */ -+ -+ -+typedef struct _ODM_RATE_ADAPTIVE { -+ u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */ -+ u8 LdpcThres; /* if RSSI > LdpcThres => switch from LPDC to BCC */ -+ bool bUseLdpc; -+ bool bLowerRtsRate; -+ u8 HighRSSIThresh; /* if RSSI > HighRSSIThresh => RATRState is DM_RATR_STA_HIGH */ -+ u8 LowRSSIThresh; /* if RSSI <= LowRSSIThresh => RATRState is DM_RATR_STA_LOW */ -+ u8 RATRState; /* Current RSSI level, DM_RATR_STA_HIGH/DM_RATR_STA_MIDDLE/DM_RATR_STA_LOW */ -+ -+} ODM_RATE_ADAPTIVE, *PODM_RATE_ADAPTIVE; -+ -+ -+#define IQK_MAC_REG_NUM 4 -+#define IQK_ADDA_REG_NUM 16 -+#define IQK_BB_REG_NUM_MAX 10 -+#define IQK_BB_REG_NUM 9 -+#define HP_THERMAL_NUM 8 -+ -+#define AVG_THERMAL_NUM 8 -+#define IQK_Matrix_REG_NUM 8 -+#define IQK_Matrix_Settings_NUM 14+24+21 /* Channels_2_4G_NUM + Channels_5G_20M_NUM + Channels_5G */ -+ -+#define DM_Type_ByFW 0 -+#define DM_Type_ByDriver 1 -+ -+/* */ -+/* Declare for common info */ -+/* */ -+#define MAX_PATH_NUM_92CS 2 -+#define MAX_PATH_NUM_8188E 1 -+#define MAX_PATH_NUM_8192E 2 -+#define MAX_PATH_NUM_8723B 1 -+#define MAX_PATH_NUM_8812A 2 -+#define MAX_PATH_NUM_8821A 1 -+#define MAX_PATH_NUM_8814A 4 -+#define MAX_PATH_NUM_8822B 2 -+ -+ -+#define IQK_THRESHOLD 8 -+#define DPK_THRESHOLD 4 -+ -+typedef struct _ODM_Phy_Status_Info_ { -+ /* */ -+ /* Be care, if you want to add any element please insert between */ -+ /* RxPWDBAll & SignalStrength. */ -+ /* */ -+ u8 RxPWDBAll; -+ -+ u8 SignalQuality; /* in 0-100 index. */ -+ s8 RxMIMOSignalQuality[4]; /* per-path's EVM */ -+ u8 RxMIMOEVMdbm[4]; /* per-path's EVM dbm */ -+ -+ u8 RxMIMOSignalStrength[4];/* in 0~100 index */ -+ -+ u16 Cfo_short[4]; /* per-path's Cfo_short */ -+ u16 Cfo_tail[4]; /* per-path's Cfo_tail */ -+ -+ s8 RxPower; /* in dBm Translate from PWdB */ -+ s8 RecvSignalPower; /* Real power in dBm for this packet, no beautification and aggregation. Keep this raw info to be used for the other procedures. */ -+ u8 BTRxRSSIPercentage; -+ u8 SignalStrength; /* in 0-100 index. */ -+ -+ s8 RxPwr[4]; /* per-path's pwdb */ -+ -+ u8 RxSNR[4]; /* per-path's SNR */ -+ u8 BandWidth; -+ u8 btCoexPwrAdjust; -+} ODM_PHY_INFO_T, *PODM_PHY_INFO_T; -+ -+ -+typedef struct _ODM_Per_Pkt_Info_ { -+ /* u8 Rate; */ -+ u8 DataRate; -+ u8 StationID; -+ bool bPacketMatchBSSID; -+ bool bPacketToSelf; -+ bool bPacketBeacon; -+ bool bToSelf; -+} ODM_PACKET_INFO_T, *PODM_PACKET_INFO_T; -+ -+ -+typedef struct _ODM_Phy_Dbg_Info_ { -+ /* ODM Write, debug info */ -+ s8 RxSNRdB[4]; -+ u32 NumQryPhyStatus; -+ u32 NumQryPhyStatusCCK; -+ u32 NumQryPhyStatusOFDM; -+ u8 NumQryBeaconPkt; -+ /* Others */ -+ s32 RxEVM[4]; -+ -+} ODM_PHY_DBG_INFO_T; -+ -+ -+typedef struct _ODM_Mac_Status_Info_ { -+ u8 test; -+} ODM_MAC_INFO; -+ -+ -+typedef enum tag_Dynamic_ODM_Support_Ability_Type { -+ /* BB Team */ -+ ODM_DIG = 0x00000001, -+ ODM_HIGH_POWER = 0x00000002, -+ ODM_CCK_CCA_TH = 0x00000004, -+ ODM_FA_STATISTICS = 0x00000008, -+ ODM_RAMASK = 0x00000010, -+ ODM_RSSI_MONITOR = 0x00000020, -+ ODM_SW_ANTDIV = 0x00000040, -+ ODM_HW_ANTDIV = 0x00000080, -+ ODM_BB_PWRSV = 0x00000100, -+ ODM_2TPATHDIV = 0x00000200, -+ ODM_1TPATHDIV = 0x00000400, -+ ODM_PSD2AFH = 0x00000800 -+} ODM_Ability_E; -+ -+/* */ -+/* 2011/20/20 MH For MP driver RT_WLAN_STA = STA_INFO_T */ -+/* Please declare below ODM relative info in your STA info structure. */ -+/* */ -+typedef struct _ODM_STA_INFO { -+ /* Driver Write */ -+ bool bUsed; /* record the sta status link or not? */ -+ /* u8 WirelessMode; */ -+ u8 IOTPeer; /* Enum value. HT_IOT_PEER_E */ -+ -+ /* ODM Write */ -+ /* 1 PHY_STATUS_INFO */ -+ u8 RSSI_Path[4]; /* */ -+ u8 RSSI_Ave; -+ u8 RXEVM[4]; -+ u8 RXSNR[4]; -+ -+ /* ODM Write */ -+ /* 1 TX_INFO (may changed by IC) */ -+ /* TX_INFO_T pTxInfo; Define in IC folder. Move lower layer. */ -+ -+ /* */ -+ /* Please use compile flag to disabe the strcutrue for other IC except 88E. */ -+ /* Move To lower layer. */ -+ /* */ -+ /* ODM Write Wilson will handle this part(said by Luke.Lee) */ -+ /* TX_RPT_T pTxRpt; Define in IC folder. Move lower layer. */ -+} ODM_STA_INFO_T, *PODM_STA_INFO_T; -+ -+/* */ -+/* 2011/10/20 MH Define Common info enum for all team. */ -+/* */ -+typedef enum _ODM_Common_Info_Definition { -+ /* Fixed value: */ -+ -+ /* HOOK BEFORE REG INIT----------- */ -+ ODM_CMNINFO_PLATFORM = 0, -+ ODM_CMNINFO_ABILITY, /* ODM_ABILITY_E */ -+ ODM_CMNINFO_INTERFACE, /* ODM_INTERFACE_E */ -+ ODM_CMNINFO_MP_TEST_CHIP, -+ ODM_CMNINFO_IC_TYPE, /* ODM_IC_TYPE_E */ -+ ODM_CMNINFO_CUT_VER, /* ODM_CUT_VERSION_E */ -+ ODM_CMNINFO_FAB_VER, /* ODM_FAB_E */ -+ ODM_CMNINFO_RF_TYPE, /* ODM_RF_PATH_E or ODM_RF_TYPE_E? */ -+ ODM_CMNINFO_RFE_TYPE, -+ ODM_CMNINFO_BOARD_TYPE, /* ODM_BOARD_TYPE_E */ -+ ODM_CMNINFO_PACKAGE_TYPE, -+ ODM_CMNINFO_EXT_LNA, /* true */ -+ ODM_CMNINFO_5G_EXT_LNA, -+ ODM_CMNINFO_EXT_PA, -+ ODM_CMNINFO_5G_EXT_PA, -+ ODM_CMNINFO_GPA, -+ ODM_CMNINFO_APA, -+ ODM_CMNINFO_GLNA, -+ ODM_CMNINFO_ALNA, -+ ODM_CMNINFO_EXT_TRSW, -+ ODM_CMNINFO_PATCH_ID, /* CUSTOMER ID */ -+ ODM_CMNINFO_BINHCT_TEST, -+ ODM_CMNINFO_BWIFI_TEST, -+ ODM_CMNINFO_SMART_CONCURRENT, -+ /* HOOK BEFORE REG INIT----------- */ -+ -+ -+ /* Dynamic value: */ -+/* POINTER REFERENCE----------- */ -+ ODM_CMNINFO_MAC_PHY_MODE, /* ODM_MAC_PHY_MODE_E */ -+ ODM_CMNINFO_TX_UNI, -+ ODM_CMNINFO_RX_UNI, -+ ODM_CMNINFO_WM_MODE, /* ODM_WIRELESS_MODE_E */ -+ ODM_CMNINFO_BAND, /* ODM_BAND_TYPE_E */ -+ ODM_CMNINFO_SEC_CHNL_OFFSET, /* ODM_SEC_CHNL_OFFSET_E */ -+ ODM_CMNINFO_SEC_MODE, /* ODM_SECURITY_E */ -+ ODM_CMNINFO_BW, /* ODM_BW_E */ -+ ODM_CMNINFO_CHNL, -+ ODM_CMNINFO_FORCED_RATE, -+ -+ ODM_CMNINFO_DMSP_GET_VALUE, -+ ODM_CMNINFO_BUDDY_ADAPTOR, -+ ODM_CMNINFO_DMSP_IS_MASTER, -+ ODM_CMNINFO_SCAN, -+ ODM_CMNINFO_POWER_SAVING, -+ ODM_CMNINFO_ONE_PATH_CCA, /* ODM_CCA_PATH_E */ -+ ODM_CMNINFO_DRV_STOP, -+ ODM_CMNINFO_PNP_IN, -+ ODM_CMNINFO_INIT_ON, -+ ODM_CMNINFO_ANT_TEST, -+ ODM_CMNINFO_NET_CLOSED, -+ ODM_CMNINFO_MP_MODE, -+ /* ODM_CMNINFO_RTSTA_AID, For win driver only? */ -+ ODM_CMNINFO_FORCED_IGI_LB, -+ ODM_CMNINFO_IS1ANTENNA, -+ ODM_CMNINFO_RFDEFAULTPATH, -+/* POINTER REFERENCE----------- */ -+ -+/* CALL BY VALUE------------- */ -+ ODM_CMNINFO_WIFI_DIRECT, -+ ODM_CMNINFO_WIFI_DISPLAY, -+ ODM_CMNINFO_LINK_IN_PROGRESS, -+ ODM_CMNINFO_LINK, -+ ODM_CMNINFO_STATION_STATE, -+ ODM_CMNINFO_RSSI_MIN, -+ ODM_CMNINFO_DBG_COMP, /* u64 */ -+ ODM_CMNINFO_DBG_LEVEL, /* u32 */ -+ ODM_CMNINFO_RA_THRESHOLD_HIGH, /* u8 */ -+ ODM_CMNINFO_RA_THRESHOLD_LOW, /* u8 */ -+ ODM_CMNINFO_RF_ANTENNA_TYPE, /* u8 */ -+ ODM_CMNINFO_BT_ENABLED, -+ ODM_CMNINFO_BT_HS_CONNECT_PROCESS, -+ ODM_CMNINFO_BT_HS_RSSI, -+ ODM_CMNINFO_BT_OPERATION, -+ ODM_CMNINFO_BT_LIMITED_DIG, /* Need to Limited Dig or not */ -+ ODM_CMNINFO_BT_DISABLE_EDCA, -+/* CALL BY VALUE------------- */ -+ -+ /* Dynamic ptr array hook itms. */ -+ ODM_CMNINFO_STA_STATUS, -+ ODM_CMNINFO_PHY_STATUS, -+ ODM_CMNINFO_MAC_STATUS, -+ -+ ODM_CMNINFO_MAX, -+ -+ -+} ODM_CMNINFO_E; -+ -+/* 2011/10/20 MH Define ODM support ability. ODM_CMNINFO_ABILITY */ -+typedef enum _ODM_Support_Ability_Definition { -+ /* */ -+ /* BB ODM section BIT 0-15 */ -+ /* */ -+ ODM_BB_DIG = BIT0, -+ ODM_BB_RA_MASK = BIT1, -+ ODM_BB_DYNAMIC_TXPWR = BIT2, -+ ODM_BB_FA_CNT = BIT3, -+ ODM_BB_RSSI_MONITOR = BIT4, -+ ODM_BB_CCK_PD = BIT5, -+ ODM_BB_ANT_DIV = BIT6, -+ ODM_BB_PWR_SAVE = BIT7, -+ ODM_BB_PWR_TRAIN = BIT8, -+ ODM_BB_RATE_ADAPTIVE = BIT9, -+ ODM_BB_PATH_DIV = BIT10, -+ ODM_BB_PSD = BIT11, -+ ODM_BB_RXHP = BIT12, -+ ODM_BB_ADAPTIVITY = BIT13, -+ ODM_BB_CFO_TRACKING = BIT14, -+ -+ /* MAC DM section BIT 16-23 */ -+ ODM_MAC_EDCA_TURBO = BIT16, -+ ODM_MAC_EARLY_MODE = BIT17, -+ -+ /* RF ODM section BIT 24-31 */ -+ ODM_RF_TX_PWR_TRACK = BIT24, -+ ODM_RF_RX_GAIN_TRACK = BIT25, -+ ODM_RF_CALIBRATION = BIT26, -+} ODM_ABILITY_E; -+ -+/* ODM_CMNINFO_INTERFACE */ -+typedef enum tag_ODM_Support_Interface_Definition { -+ ODM_ITRF_SDIO = 0x4, -+ ODM_ITRF_ALL = 0x7, -+} ODM_INTERFACE_E; -+ -+/* ODM_CMNINFO_IC_TYPE */ -+typedef enum tag_ODM_Support_IC_Type_Definition { -+ ODM_RTL8723B = BIT8, -+} ODM_IC_TYPE_E; -+ -+/* ODM_CMNINFO_CUT_VER */ -+typedef enum tag_ODM_Cut_Version_Definition { -+ ODM_CUT_A = 0, -+ ODM_CUT_B = 1, -+ ODM_CUT_C = 2, -+ ODM_CUT_D = 3, -+ ODM_CUT_E = 4, -+ ODM_CUT_F = 5, -+ -+ ODM_CUT_I = 8, -+ ODM_CUT_J = 9, -+ ODM_CUT_K = 10, -+ ODM_CUT_TEST = 15, -+} ODM_CUT_VERSION_E; -+ -+/* ODM_CMNINFO_FAB_VER */ -+typedef enum tag_ODM_Fab_Version_Definition { -+ ODM_TSMC = 0, -+ ODM_UMC = 1, -+} ODM_FAB_E; -+ -+/* ODM_CMNINFO_RF_TYPE */ -+/* */ -+/* For example 1T2R (A+AB = BIT0|BIT4|BIT5) */ -+/* */ -+typedef enum tag_ODM_RF_Path_Bit_Definition { -+ ODM_RF_TX_A = BIT0, -+ ODM_RF_TX_B = BIT1, -+ ODM_RF_TX_C = BIT2, -+ ODM_RF_TX_D = BIT3, -+ ODM_RF_RX_A = BIT4, -+ ODM_RF_RX_B = BIT5, -+ ODM_RF_RX_C = BIT6, -+ ODM_RF_RX_D = BIT7, -+} ODM_RF_PATH_E; -+ -+ -+typedef enum tag_ODM_RF_Type_Definition { -+ ODM_1T1R = 0, -+ ODM_1T2R = 1, -+ ODM_2T2R = 2, -+ ODM_2T3R = 3, -+ ODM_2T4R = 4, -+ ODM_3T3R = 5, -+ ODM_3T4R = 6, -+ ODM_4T4R = 7, -+} ODM_RF_TYPE_E; -+ -+ -+/* */ -+/* ODM Dynamic common info value definition */ -+/* */ -+ -+/* typedef enum _MACPHY_MODE_8192D{ */ -+/* SINGLEMAC_SINGLEPHY, */ -+/* DUALMAC_DUALPHY, */ -+/* DUALMAC_SINGLEPHY, */ -+/* MACPHY_MODE_8192D,*PMACPHY_MODE_8192D; */ -+/* Above is the original define in MP driver. Please use the same define. THX. */ -+typedef enum tag_ODM_MAC_PHY_Mode_Definition { -+ ODM_SMSP = 0, -+ ODM_DMSP = 1, -+ ODM_DMDP = 2, -+} ODM_MAC_PHY_MODE_E; -+ -+ -+typedef enum tag_BT_Coexist_Definition { -+ ODM_BT_BUSY = 1, -+ ODM_BT_ON = 2, -+ ODM_BT_OFF = 3, -+ ODM_BT_NONE = 4, -+} ODM_BT_COEXIST_E; -+ -+/* ODM_CMNINFO_OP_MODE */ -+typedef enum tag_Operation_Mode_Definition { -+ ODM_NO_LINK = BIT0, -+ ODM_LINK = BIT1, -+ ODM_SCAN = BIT2, -+ ODM_POWERSAVE = BIT3, -+ ODM_AP_MODE = BIT4, -+ ODM_CLIENT_MODE = BIT5, -+ ODM_AD_HOC = BIT6, -+ ODM_WIFI_DIRECT = BIT7, -+ ODM_WIFI_DISPLAY = BIT8, -+} ODM_OPERATION_MODE_E; -+ -+/* ODM_CMNINFO_WM_MODE */ -+typedef enum tag_Wireless_Mode_Definition { -+ ODM_WM_UNKNOW = 0x0, -+ ODM_WM_B = BIT0, -+ ODM_WM_G = BIT1, -+ ODM_WM_A = BIT2, -+ ODM_WM_N24G = BIT3, -+ ODM_WM_N5G = BIT4, -+ ODM_WM_AUTO = BIT5, -+ ODM_WM_AC = BIT6, -+} ODM_WIRELESS_MODE_E; -+ -+/* ODM_CMNINFO_BAND */ -+typedef enum tag_Band_Type_Definition { -+ ODM_BAND_2_4G = 0, -+ ODM_BAND_5G, -+ ODM_BAND_ON_BOTH, -+ ODM_BANDMAX -+} ODM_BAND_TYPE_E; -+ -+/* ODM_CMNINFO_SEC_CHNL_OFFSET */ -+typedef enum tag_Secondary_Channel_Offset_Definition { -+ ODM_DONT_CARE = 0, -+ ODM_BELOW = 1, -+ ODM_ABOVE = 2 -+} ODM_SEC_CHNL_OFFSET_E; -+ -+/* ODM_CMNINFO_SEC_MODE */ -+typedef enum tag_Security_Definition { -+ ODM_SEC_OPEN = 0, -+ ODM_SEC_WEP40 = 1, -+ ODM_SEC_TKIP = 2, -+ ODM_SEC_RESERVE = 3, -+ ODM_SEC_AESCCMP = 4, -+ ODM_SEC_WEP104 = 5, -+ ODM_WEP_WPA_MIXED = 6, /* WEP + WPA */ -+ ODM_SEC_SMS4 = 7, -+} ODM_SECURITY_E; -+ -+/* ODM_CMNINFO_BW */ -+typedef enum tag_Bandwidth_Definition { -+ ODM_BW20M = 0, -+ ODM_BW40M = 1, -+ ODM_BW80M = 2, -+ ODM_BW160M = 3, -+ ODM_BW10M = 4, -+} ODM_BW_E; -+ -+ -+/* ODM_CMNINFO_BOARD_TYPE */ -+/* For non-AC-series IC , ODM_BOARD_5G_EXT_PA and ODM_BOARD_5G_EXT_LNA are ignored */ -+/* For AC-series IC, external PA & LNA can be indivisuallly added on 2.4G and/or 5G */ -+typedef enum tag_Board_Definition { -+ ODM_BOARD_DEFAULT = 0, /* The DEFAULT case. */ -+ ODM_BOARD_MINICARD = BIT(0), /* 0 = non-mini card, 1 = mini card. */ -+ ODM_BOARD_SLIM = BIT(1), /* 0 = non-slim card, 1 = slim card */ -+ ODM_BOARD_BT = BIT(2), /* 0 = without BT card, 1 = with BT */ -+ ODM_BOARD_EXT_PA = BIT(3), /* 0 = no 2G ext-PA, 1 = existing 2G ext-PA */ -+ ODM_BOARD_EXT_LNA = BIT(4), /* 0 = no 2G ext-LNA, 1 = existing 2G ext-LNA */ -+ ODM_BOARD_EXT_TRSW = BIT(5), /* 0 = no ext-TRSW, 1 = existing ext-TRSW */ -+ ODM_BOARD_EXT_PA_5G = BIT(6), /* 0 = no 5G ext-PA, 1 = existing 5G ext-PA */ -+ ODM_BOARD_EXT_LNA_5G = BIT(7), /* 0 = no 5G ext-LNA, 1 = existing 5G ext-LNA */ -+} ODM_BOARD_TYPE_E; -+ -+typedef enum tag_ODM_Package_Definition { -+ ODM_PACKAGE_DEFAULT = 0, -+ ODM_PACKAGE_QFN68 = BIT(0), -+ ODM_PACKAGE_TFBGA90 = BIT(1), -+ ODM_PACKAGE_TFBGA79 = BIT(2), -+} ODM_Package_TYPE_E; -+ -+typedef enum tag_ODM_TYPE_GPA_Definition { -+ TYPE_GPA0 = 0, -+ TYPE_GPA1 = BIT(1)|BIT(0) -+} ODM_TYPE_GPA_E; -+ -+typedef enum tag_ODM_TYPE_APA_Definition { -+ TYPE_APA0 = 0, -+ TYPE_APA1 = BIT(1)|BIT(0) -+} ODM_TYPE_APA_E; -+ -+typedef enum tag_ODM_TYPE_GLNA_Definition { -+ TYPE_GLNA0 = 0, -+ TYPE_GLNA1 = BIT(2)|BIT(0), -+ TYPE_GLNA2 = BIT(3)|BIT(1), -+ TYPE_GLNA3 = BIT(3)|BIT(2)|BIT(1)|BIT(0) -+} ODM_TYPE_GLNA_E; -+ -+typedef enum tag_ODM_TYPE_ALNA_Definition { -+ TYPE_ALNA0 = 0, -+ TYPE_ALNA1 = BIT(2)|BIT(0), -+ TYPE_ALNA2 = BIT(3)|BIT(1), -+ TYPE_ALNA3 = BIT(3)|BIT(2)|BIT(1)|BIT(0) -+} ODM_TYPE_ALNA_E; -+ -+/* ODM_CMNINFO_ONE_PATH_CCA */ -+typedef enum tag_CCA_Path { -+ ODM_CCA_2R = 0, -+ ODM_CCA_1R_A = 1, -+ ODM_CCA_1R_B = 2, -+} ODM_CCA_PATH_E; -+ -+ -+typedef struct _ODM_RA_Info_ { -+ u8 RateID; -+ u32 RateMask; -+ u32 RAUseRate; -+ u8 RateSGI; -+ u8 RssiStaRA; -+ u8 PreRssiStaRA; -+ u8 SGIEnable; -+ u8 DecisionRate; -+ u8 PreRate; -+ u8 HighestRate; -+ u8 LowestRate; -+ u32 NscUp; -+ u32 NscDown; -+ u16 RTY[5]; -+ u32 TOTAL; -+ u16 DROP; -+ u8 Active; -+ u16 RptTime; -+ u8 RAWaitingCounter; -+ u8 RAPendingCounter; -+ u8 PTActive; /* on or off */ -+ u8 PTTryState; /* 0 trying state, 1 for decision state */ -+ u8 PTStage; /* 0~6 */ -+ u8 PTStopCount; /* Stop PT counter */ -+ u8 PTPreRate; /* if rate change do PT */ -+ u8 PTPreRssi; /* if RSSI change 5% do PT */ -+ u8 PTModeSS; /* decide whitch rate should do PT */ -+ u8 RAstage; /* StageRA, decide how many times RA will be done between PT */ -+ u8 PTSmoothFactor; -+} ODM_RA_INFO_T, *PODM_RA_INFO_T; -+ -+typedef struct _IQK_MATRIX_REGS_SETTING { -+ bool bIQKDone; -+ s32 Value[3][IQK_Matrix_REG_NUM]; -+ bool bBWIqkResultSaved[3]; -+} IQK_MATRIX_REGS_SETTING, *PIQK_MATRIX_REGS_SETTING; -+ -+ -+/* Remove PATHDIV_PARA struct to odm_PathDiv.h */ -+ -+typedef struct ODM_RF_Calibration_Structure { -+ /* for tx power tracking */ -+ -+ u32 RegA24; /* for TempCCK */ -+ s32 RegE94; -+ s32 RegE9C; -+ s32 RegEB4; -+ s32 RegEBC; -+ -+ u8 TXPowercount; -+ bool bTXPowerTrackingInit; -+ bool bTXPowerTracking; -+ u8 TxPowerTrackControl; /* for mp mode, turn off txpwrtracking as default */ -+ u8 TM_Trigger; -+ u8 InternalPA5G[2]; /* pathA / pathB */ -+ -+ u8 ThermalMeter[2]; /* ThermalMeter, index 0 for RFIC0, and 1 for RFIC1 */ -+ u8 ThermalValue; -+ u8 ThermalValue_LCK; -+ u8 ThermalValue_IQK; -+ u8 ThermalValue_DPK; -+ u8 ThermalValue_AVG[AVG_THERMAL_NUM]; -+ u8 ThermalValue_AVG_index; -+ u8 ThermalValue_RxGain; -+ u8 ThermalValue_Crystal; -+ u8 ThermalValue_DPKstore; -+ u8 ThermalValue_DPKtrack; -+ bool TxPowerTrackingInProgress; -+ -+ bool bReloadtxpowerindex; -+ u8 bRfPiEnable; -+ u32 TXPowerTrackingCallbackCnt; /* cosa add for debug */ -+ -+ -+ /* Tx power Tracking ------------------------- */ -+ u8 bCCKinCH14; -+ u8 CCK_index; -+ u8 OFDM_index[MAX_RF_PATH]; -+ s8 PowerIndexOffset[MAX_RF_PATH]; -+ s8 DeltaPowerIndex[MAX_RF_PATH]; -+ s8 DeltaPowerIndexLast[MAX_RF_PATH]; -+ bool bTxPowerChanged; -+ -+ u8 ThermalValue_HP[HP_THERMAL_NUM]; -+ u8 ThermalValue_HP_index; -+ IQK_MATRIX_REGS_SETTING IQKMatrixRegSetting[IQK_Matrix_Settings_NUM]; -+ bool bNeedIQK; -+ bool bIQKInProgress; -+ u8 Delta_IQK; -+ u8 Delta_LCK; -+ s8 BBSwingDiff2G, BBSwingDiff5G; /* Unit: dB */ -+ u8 DeltaSwingTableIdx_2GCCKA_P[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GCCKA_N[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GCCKB_P[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GCCKB_N[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GA_P[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GA_N[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GB_P[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GB_N[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_5GA_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_5GA_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_5GB_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_5GB_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GA_P_8188E[DELTA_SWINGIDX_SIZE]; -+ u8 DeltaSwingTableIdx_2GA_N_8188E[DELTA_SWINGIDX_SIZE]; -+ -+ /* */ -+ -+ /* for IQK */ -+ u32 RegC04; -+ u32 Reg874; -+ u32 RegC08; -+ u32 RegB68; -+ u32 RegB6C; -+ u32 Reg870; -+ u32 Reg860; -+ u32 Reg864; -+ -+ bool bIQKInitialized; -+ bool bLCKInProgress; -+ bool bAntennaDetected; -+ u32 ADDA_backup[IQK_ADDA_REG_NUM]; -+ u32 IQK_MAC_backup[IQK_MAC_REG_NUM]; -+ u32 IQK_BB_backup_recover[9]; -+ u32 IQK_BB_backup[IQK_BB_REG_NUM]; -+ u32 TxIQC_8723B[2][3][2]; /* { {S1: 0xc94, 0xc80, 0xc4c} , {S0: 0xc9c, 0xc88, 0xc4c}} */ -+ u32 RxIQC_8723B[2][2][2]; /* { {S1: 0xc14, 0xca0} , {S0: 0xc14, 0xca0}} */ -+ -+ -+ /* for APK */ -+ u32 APKoutput[2][2]; /* path A/B; output1_1a/output1_2a */ -+ u8 bAPKdone; -+ u8 bAPKThermalMeterIgnore; -+ -+ /* DPK */ -+ bool bDPKFail; -+ u8 bDPdone; -+ u8 bDPPathAOK; -+ u8 bDPPathBOK; -+ -+ u32 TxLOK[2]; -+ -+} ODM_RF_CAL_T, *PODM_RF_CAL_T; -+/* */ -+/* ODM Dynamic common info value definition */ -+/* */ -+ -+typedef struct _FAST_ANTENNA_TRAINNING_ { -+ u8 Bssid[6]; -+ u8 antsel_rx_keep_0; -+ u8 antsel_rx_keep_1; -+ u8 antsel_rx_keep_2; -+ u8 antsel_rx_keep_3; -+ u32 antSumRSSI[7]; -+ u32 antRSSIcnt[7]; -+ u32 antAveRSSI[7]; -+ u8 FAT_State; -+ u32 TrainIdx; -+ u8 antsel_a[ODM_ASSOCIATE_ENTRY_NUM]; -+ u8 antsel_b[ODM_ASSOCIATE_ENTRY_NUM]; -+ u8 antsel_c[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 MainAnt_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 AuxAnt_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 MainAnt_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 AuxAnt_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u8 RxIdleAnt; -+ bool bBecomeLinked; -+ u32 MinMaxRSSI; -+ u8 idx_AntDiv_counter_2G; -+ u8 idx_AntDiv_counter_5G; -+ u32 AntDiv_2G_5G; -+ u32 CCK_counter_main; -+ u32 CCK_counter_aux; -+ u32 OFDM_counter_main; -+ u32 OFDM_counter_aux; -+ -+ -+ u32 CCK_CtrlFrame_Cnt_main; -+ u32 CCK_CtrlFrame_Cnt_aux; -+ u32 OFDM_CtrlFrame_Cnt_main; -+ u32 OFDM_CtrlFrame_Cnt_aux; -+ u32 MainAnt_CtrlFrame_Sum; -+ u32 AuxAnt_CtrlFrame_Sum; -+ u32 MainAnt_CtrlFrame_Cnt; -+ u32 AuxAnt_CtrlFrame_Cnt; -+ -+} FAT_T, *pFAT_T; -+ -+typedef enum _FAT_STATE { -+ FAT_NORMAL_STATE = 0, -+ FAT_TRAINING_STATE = 1, -+} FAT_STATE_E, *PFAT_STATE_E; -+ -+typedef enum _ANT_DIV_TYPE { -+ NO_ANTDIV = 0xFF, -+ CG_TRX_HW_ANTDIV = 0x01, -+ CGCS_RX_HW_ANTDIV = 0x02, -+ FIXED_HW_ANTDIV = 0x03, -+ CG_TRX_SMART_ANTDIV = 0x04, -+ CGCS_RX_SW_ANTDIV = 0x05, -+ S0S1_SW_ANTDIV = 0x06 /* 8723B intrnal switch S0 S1 */ -+} ANT_DIV_TYPE_E, *PANT_DIV_TYPE_E; -+ -+typedef struct _ODM_PATH_DIVERSITY_ { -+ u8 RespTxPath; -+ u8 PathSel[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 PathA_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 PathB_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 PathA_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u32 PathB_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+} PATHDIV_T, *pPATHDIV_T; -+ -+ -+typedef enum _BASEBAND_CONFIG_PHY_REG_PG_VALUE_TYPE{ -+ PHY_REG_PG_RELATIVE_VALUE = 0, -+ PHY_REG_PG_EXACT_VALUE = 1 -+} PHY_REG_PG_TYPE; -+ -+ -+/* */ -+/* Antenna detection information from single tone mechanism, added by Roger, 2012.11.27. */ -+/* */ -+typedef struct _ANT_DETECTED_INFO { -+ bool bAntDetected; -+ u32 dBForAntA; -+ u32 dBForAntB; -+ u32 dBForAntO; -+} ANT_DETECTED_INFO, *PANT_DETECTED_INFO; -+ -+/* */ -+/* 2011/09/22 MH Copy from SD4 defined structure. We use to support PHY DM integration. */ -+/* */ -+typedef struct DM_Out_Source_Dynamic_Mechanism_Structure { -+ /* RT_TIMER FastAntTrainingTimer; */ -+ /* */ -+ /* Add for different team use temporarily */ -+ /* */ -+ struct adapter *Adapter; /* For CE/NIC team */ -+ /* WHen you use Adapter or priv pointer, you must make sure the pointer is ready. */ -+ bool odm_ready; -+ -+ PHY_REG_PG_TYPE PhyRegPgValueType; -+ u8 PhyRegPgVersion; -+ -+ u64 DebugComponents; -+ u32 DebugLevel; -+ -+ u32 NumQryPhyStatusAll; /* CCK + OFDM */ -+ u32 LastNumQryPhyStatusAll; -+ u32 RxPWDBAve; -+ bool MPDIG_2G; /* off MPDIG */ -+ u8 Times_2G; -+ -+/* ODM HANDLE, DRIVER NEEDS NOT TO HOOK------ */ -+ bool bCckHighPower; -+ u8 RFPathRxEnable; /* ODM_CMNINFO_RFPATH_ENABLE */ -+ u8 ControlChannel; -+/* ODM HANDLE, DRIVER NEEDS NOT TO HOOK------ */ -+ -+/* REMOVED COMMON INFO---------- */ -+ /* u8 PseudoMacPhyMode; */ -+ /* bool *BTCoexist; */ -+ /* bool PseudoBtCoexist; */ -+ /* u8 OPMode; */ -+ /* bool bAPMode; */ -+ /* bool bClientMode; */ -+ /* bool bAdHocMode; */ -+ /* bool bSlaveOfDMSP; */ -+/* REMOVED COMMON INFO---------- */ -+ -+ -+/* 1 COMMON INFORMATION */ -+ -+ /* */ -+ /* Init Value */ -+ /* */ -+/* HOOK BEFORE REG INIT----------- */ -+ /* ODM Platform info AP/ADSL/CE/MP = 1/2/3/4 */ -+ u8 SupportPlatform; -+ /* ODM Support Ability DIG/RATR/TX_PWR_TRACK/ ?K?K = 1/2/3/?K */ -+ u32 SupportAbility; -+ /* ODM PCIE/USB/SDIO = 1/2/3 */ -+ u8 SupportInterface; -+ /* ODM composite or independent. Bit oriented/ 92C+92D+ .... or any other type = 1/2/3/... */ -+ u32 SupportICType; -+ /* Cut Version TestChip/A-cut/B-cut... = 0/1/2/3/... */ -+ u8 CutVersion; -+ /* Fab Version TSMC/UMC = 0/1 */ -+ u8 FabVersion; -+ /* RF Type 4T4R/3T3R/2T2R/1T2R/1T1R/... */ -+ u8 RFType; -+ u8 RFEType; -+ /* Board Type Normal/HighPower/MiniCard/SLIM/Combo/... = 0/1/2/3/4/... */ -+ u8 BoardType; -+ u8 PackageType; -+ u8 TypeGLNA; -+ u8 TypeGPA; -+ u8 TypeALNA; -+ u8 TypeAPA; -+ /* with external LNA NO/Yes = 0/1 */ -+ u8 ExtLNA; -+ u8 ExtLNA5G; -+ /* with external PA NO/Yes = 0/1 */ -+ u8 ExtPA; -+ u8 ExtPA5G; -+ /* with external TRSW NO/Yes = 0/1 */ -+ u8 ExtTRSW; -+ u8 PatchID; /* Customer ID */ -+ bool bInHctTest; -+ bool bWIFITest; -+ -+ bool bDualMacSmartConcurrent; -+ u32 BK_SupportAbility; -+ u8 AntDivType; -+/* HOOK BEFORE REG INIT----------- */ -+ -+ /* */ -+ /* Dynamic Value */ -+ /* */ -+/* POINTER REFERENCE----------- */ -+ -+ u8 u8_temp; -+ bool bool_temp; -+ struct adapter *adapter_temp; -+ -+ /* MAC PHY Mode SMSP/DMSP/DMDP = 0/1/2 */ -+ u8 *pMacPhyMode; -+ /* TX Unicast byte count */ -+ u64 *pNumTxBytesUnicast; -+ /* RX Unicast byte count */ -+ u64 *pNumRxBytesUnicast; -+ /* Wireless mode B/G/A/N = BIT0/BIT1/BIT2/BIT3 */ -+ u8 *pwirelessmode; /* ODM_WIRELESS_MODE_E */ -+ /* Frequence band 2.4G/5G = 0/1 */ -+ u8 *pBandType; -+ /* Secondary channel offset don't_care/below/above = 0/1/2 */ -+ u8 *pSecChOffset; -+ /* Security mode Open/WEP/AES/TKIP = 0/1/2/3 */ -+ u8 *pSecurity; -+ /* BW info 20M/40M/80M = 0/1/2 */ -+ u8 *pBandWidth; -+ /* Central channel location Ch1/Ch2/.... */ -+ u8 *pChannel; /* central channel number */ -+ bool DPK_Done; -+ /* Common info for 92D DMSP */ -+ -+ bool *pbGetValueFromOtherMac; -+ struct adapter **pBuddyAdapter; -+ bool *pbMasterOfDMSP; /* MAC0: master, MAC1: slave */ -+ /* Common info for Status */ -+ bool *pbScanInProcess; -+ bool *pbPowerSaving; -+ /* CCA Path 2-path/path-A/path-B = 0/1/2; using ODM_CCA_PATH_E. */ -+ u8 *pOnePathCCA; -+ /* pMgntInfo->AntennaTest */ -+ u8 *pAntennaTest; -+ bool *pbNet_closed; -+ u8 *mp_mode; -+ /* u8 *pAidMap; */ -+ u8 *pu1ForcedIgiLb; -+/* For 8723B IQK----------- */ -+ bool *pIs1Antenna; -+ u8 *pRFDefaultPath; -+ /* 0:S1, 1:S0 */ -+ -+/* POINTER REFERENCE----------- */ -+ u16 *pForcedDataRate; -+/* CALL BY VALUE------------- */ -+ bool bLinkInProcess; -+ bool bWIFI_Direct; -+ bool bWIFI_Display; -+ bool bLinked; -+ -+ bool bsta_state; -+ u8 RSSI_Min; -+ u8 InterfaceIndex; /* Add for 92D dual MAC: 0--Mac0 1--Mac1 */ -+ bool bIsMPChip; -+ bool bOneEntryOnly; -+ /* Common info for BTDM */ -+ bool bBtEnabled; /* BT is disabled */ -+ bool bBtConnectProcess; /* BT HS is under connection progress. */ -+ u8 btHsRssi; /* BT HS mode wifi rssi value. */ -+ bool bBtHsOperation; /* BT HS mode is under progress */ -+ bool bBtDisableEdcaTurbo; /* Under some condition, don't enable the EDCA Turbo */ -+ bool bBtLimitedDig; /* BT is busy. */ -+/* CALL BY VALUE------------- */ -+ u8 RSSI_A; -+ u8 RSSI_B; -+ u64 RSSI_TRSW; -+ u64 RSSI_TRSW_H; -+ u64 RSSI_TRSW_L; -+ u64 RSSI_TRSW_iso; -+ -+ u8 RxRate; -+ bool bNoisyState; -+ u8 TxRate; -+ u8 LinkedInterval; -+ u8 preChannel; -+ u32 TxagcOffsetValueA; -+ bool IsTxagcOffsetPositiveA; -+ u32 TxagcOffsetValueB; -+ bool IsTxagcOffsetPositiveB; -+ u64 lastTxOkCnt; -+ u64 lastRxOkCnt; -+ u32 BbSwingOffsetA; -+ bool IsBbSwingOffsetPositiveA; -+ u32 BbSwingOffsetB; -+ bool IsBbSwingOffsetPositiveB; -+ s8 TH_L2H_ini; -+ s8 TH_EDCCA_HL_diff; -+ s8 IGI_Base; -+ u8 IGI_target; -+ bool ForceEDCCA; -+ u8 AdapEn_RSSI; -+ s8 Force_TH_H; -+ s8 Force_TH_L; -+ u8 IGI_LowerBound; -+ u8 antdiv_rssi; -+ u8 AntType; -+ u8 pre_AntType; -+ u8 antdiv_period; -+ u8 antdiv_select; -+ u8 NdpaPeriod; -+ bool H2C_RARpt_connect; -+ -+ /* add by Yu Cehn for adaptivtiy */ -+ bool adaptivity_flag; -+ bool NHM_disable; -+ bool TxHangFlg; -+ bool Carrier_Sense_enable; -+ u8 tolerance_cnt; -+ u64 NHMCurTxOkcnt; -+ u64 NHMCurRxOkcnt; -+ u64 NHMLastTxOkcnt; -+ u64 NHMLastRxOkcnt; -+ u8 txEdcca1; -+ u8 txEdcca0; -+ s8 H2L_lb; -+ s8 L2H_lb; -+ u8 Adaptivity_IGI_upper; -+ u8 NHM_cnt_0; -+ -+ -+ ODM_NOISE_MONITOR noise_level;/* ODM_MAX_CHANNEL_NUM]; */ -+ /* */ -+ /* 2 Define STA info. */ -+ /* _ODM_STA_INFO */ -+ /* 2012/01/12 MH For MP, we need to reduce one array pointer for default port.?? */ -+ PSTA_INFO_T pODM_StaInfo[ODM_ASSOCIATE_ENTRY_NUM]; -+ -+ /* */ -+ /* 2012/02/14 MH Add to share 88E ra with other SW team. */ -+ /* We need to colelct all support abilit to a proper area. */ -+ /* */ -+ bool RaSupport88E; -+ -+ /* Define ........... */ -+ -+ /* Latest packet phy info (ODM write) */ -+ ODM_PHY_DBG_INFO_T PhyDbgInfo; -+ /* PHY_INFO_88E PhyInfo; */ -+ -+ /* Latest packet phy info (ODM write) */ -+ ODM_MAC_INFO *pMacInfo; -+ /* MAC_INFO_88E MacInfo; */ -+ -+ /* Different Team independt structure?? */ -+ -+ /* */ -+ /* TX_RTP_CMN TX_retrpo; */ -+ /* TX_RTP_88E TX_retrpo; */ -+ /* TX_RTP_8195 TX_retrpo; */ -+ -+ /* */ -+ /* ODM Structure */ -+ /* */ -+ FAT_T DM_FatTable; -+ DIG_T DM_DigTable; -+ PS_T DM_PSTable; -+ Pri_CCA_T DM_PriCCA; -+ RXHP_T DM_RXHP_Table; -+ RA_T DM_RA_Table; -+ false_ALARM_STATISTICS FalseAlmCnt; -+ false_ALARM_STATISTICS FlaseAlmCntBuddyAdapter; -+ SWAT_T DM_SWAT_Table; -+ bool RSSI_test; -+ CFO_TRACKING DM_CfoTrack; -+ -+ EDCA_T DM_EDCA_Table; -+ u32 WMMEDCA_BE; -+ PATHDIV_T DM_PathDiv; -+ /* Copy from SD4 structure */ -+ /* */ -+ /* ================================================== */ -+ /* */ -+ -+ /* common */ -+ /* u8 DM_Type; */ -+ /* u8 PSD_Report_RXHP[80]; Add By Gary */ -+ /* u8 PSD_func_flag; Add By Gary */ -+ /* for DIG */ -+ /* u8 bDMInitialGainEnable; */ -+ /* u8 binitialized; for dm_initial_gain_Multi_STA use. */ -+ /* for Antenna diversity */ -+ /* u8 AntDivCfg; 0:OFF , 1:ON, 2:by efuse */ -+ /* PSTA_INFO_T RSSI_target; */ -+ -+ bool *pbDriverStopped; -+ bool *pbDriverIsGoingToPnpSetPowerSleep; -+ bool *pinit_adpt_in_progress; -+ -+ /* PSD */ -+ bool bUserAssignLevel; -+ RT_TIMER PSDTimer; -+ u8 RSSI_BT; /* come from BT */ -+ bool bPSDinProcess; -+ bool bPSDactive; -+ bool bDMInitialGainEnable; -+ -+ /* MPT DIG */ -+ RT_TIMER MPT_DIGTimer; -+ -+ /* for rate adaptive, in fact, 88c/92c fw will handle this */ -+ u8 bUseRAMask; -+ -+ ODM_RATE_ADAPTIVE RateAdaptive; -+ -+ ANT_DETECTED_INFO AntDetectedInfo; /* Antenna detected information for RSSI tool */ -+ -+ ODM_RF_CAL_T RFCalibrateInfo; -+ -+ /* */ -+ /* TX power tracking */ -+ /* */ -+ u8 BbSwingIdxOfdm[MAX_RF_PATH]; -+ u8 BbSwingIdxOfdmCurrent; -+ u8 BbSwingIdxOfdmBase[MAX_RF_PATH]; -+ bool BbSwingFlagOfdm; -+ u8 BbSwingIdxCck; -+ u8 BbSwingIdxCckCurrent; -+ u8 BbSwingIdxCckBase; -+ u8 DefaultOfdmIndex; -+ u8 DefaultCckIndex; -+ bool BbSwingFlagCck; -+ -+ s8 Absolute_OFDMSwingIdx[MAX_RF_PATH]; -+ s8 Remnant_OFDMSwingIdx[MAX_RF_PATH]; -+ s8 Remnant_CCKSwingIdx; -+ s8 Modify_TxAGC_Value; /* Remnat compensate value at TxAGC */ -+ bool Modify_TxAGC_Flag_PathA; -+ bool Modify_TxAGC_Flag_PathB; -+ bool Modify_TxAGC_Flag_PathC; -+ bool Modify_TxAGC_Flag_PathD; -+ bool Modify_TxAGC_Flag_PathA_CCK; -+ -+ s8 KfreeOffset[MAX_RF_PATH]; -+ /* */ -+ /* ODM system resource. */ -+ /* */ -+ -+ /* ODM relative time. */ -+ RT_TIMER PathDivSwitchTimer; -+ /* 2011.09.27 add for Path Diversity */ -+ RT_TIMER CCKPathDiversityTimer; -+ RT_TIMER FastAntTrainingTimer; -+ -+ /* ODM relative workitem. */ -+ -+ #if (BEAMFORMING_SUPPORT == 1) -+ RT_BEAMFORMING_INFO BeamformingInfo; -+ #endif -+} DM_ODM_T, *PDM_ODM_T; /* DM_Dynamic_Mechanism_Structure */ -+ -+#define ODM_RF_PATH_MAX 2 -+ -+typedef enum _ODM_RF_RADIO_PATH { -+ ODM_RF_PATH_A = 0, /* Radio Path A */ -+ ODM_RF_PATH_B = 1, /* Radio Path B */ -+ ODM_RF_PATH_C = 2, /* Radio Path C */ -+ ODM_RF_PATH_D = 3, /* Radio Path D */ -+ ODM_RF_PATH_AB, -+ ODM_RF_PATH_AC, -+ ODM_RF_PATH_AD, -+ ODM_RF_PATH_BC, -+ ODM_RF_PATH_BD, -+ ODM_RF_PATH_CD, -+ ODM_RF_PATH_ABC, -+ ODM_RF_PATH_ACD, -+ ODM_RF_PATH_BCD, -+ ODM_RF_PATH_ABCD, -+ /* ODM_RF_PATH_MAX, Max RF number 90 support */ -+} ODM_RF_RADIO_PATH_E, *PODM_RF_RADIO_PATH_E; -+ -+ typedef enum _ODM_RF_CONTENT { -+ odm_radioa_txt = 0x1000, -+ odm_radiob_txt = 0x1001, -+ odm_radioc_txt = 0x1002, -+ odm_radiod_txt = 0x1003 -+} ODM_RF_CONTENT; -+ -+typedef enum _ODM_BB_Config_Type { -+ CONFIG_BB_PHY_REG, -+ CONFIG_BB_AGC_TAB, -+ CONFIG_BB_AGC_TAB_2G, -+ CONFIG_BB_AGC_TAB_5G, -+ CONFIG_BB_PHY_REG_PG, -+ CONFIG_BB_PHY_REG_MP, -+ CONFIG_BB_AGC_TAB_DIFF, -+} ODM_BB_Config_Type, *PODM_BB_Config_Type; -+ -+typedef enum _ODM_RF_Config_Type { -+ CONFIG_RF_RADIO, -+ CONFIG_RF_TXPWR_LMT, -+} ODM_RF_Config_Type, *PODM_RF_Config_Type; -+ -+typedef enum _ODM_FW_Config_Type { -+ CONFIG_FW_NIC, -+ CONFIG_FW_NIC_2, -+ CONFIG_FW_AP, -+ CONFIG_FW_WoWLAN, -+ CONFIG_FW_WoWLAN_2, -+ CONFIG_FW_AP_WoWLAN, -+ CONFIG_FW_BT, -+} ODM_FW_Config_Type; -+ -+/* Status code */ -+typedef enum _RT_STATUS { -+ RT_STATUS_SUCCESS, -+ RT_STATUS_FAILURE, -+ RT_STATUS_PENDING, -+ RT_STATUS_RESOURCE, -+ RT_STATUS_INVALID_CONTEXT, -+ RT_STATUS_INVALID_PARAMETER, -+ RT_STATUS_NOT_SUPPORT, -+ RT_STATUS_OS_API_FAILED, -+} RT_STATUS, *PRT_STATUS; -+ -+#ifdef REMOVE_PACK -+#pragma pack() -+#endif -+ -+/* include "odm_function.h" */ -+ -+/* 3 =========================================================== */ -+/* 3 DIG */ -+/* 3 =========================================================== */ -+ -+/* Remove DIG by Yuchen */ -+ -+/* 3 =========================================================== */ -+/* 3 AGC RX High Power Mode */ -+/* 3 =========================================================== */ -+#define LNA_Low_Gain_1 0x64 -+#define LNA_Low_Gain_2 0x5A -+#define LNA_Low_Gain_3 0x58 -+ -+#define FA_RXHP_TH1 5000 -+#define FA_RXHP_TH2 1500 -+#define FA_RXHP_TH3 800 -+#define FA_RXHP_TH4 600 -+#define FA_RXHP_TH5 500 -+ -+/* 3 =========================================================== */ -+/* 3 EDCA */ -+/* 3 =========================================================== */ -+ -+/* 3 =========================================================== */ -+/* 3 Dynamic Tx Power */ -+/* 3 =========================================================== */ -+/* Dynamic Tx Power Control Threshold */ -+ -+/* 3 =========================================================== */ -+/* 3 Rate Adaptive */ -+/* 3 =========================================================== */ -+#define DM_RATR_STA_INIT 0 -+#define DM_RATR_STA_HIGH 1 -+#define DM_RATR_STA_MIDDLE 2 -+#define DM_RATR_STA_LOW 3 -+ -+/* 3 =========================================================== */ -+/* 3 BB Power Save */ -+/* 3 =========================================================== */ -+ -+typedef enum tag_1R_CCA_Type_Definition { -+ CCA_1R = 0, -+ CCA_2R = 1, -+ CCA_MAX = 2, -+} DM_1R_CCA_E; -+ -+typedef enum tag_RF_Type_Definition { -+ RF_Save = 0, -+ RF_Normal = 1, -+ RF_MAX = 2, -+} DM_RF_E; -+ -+/* 3 =========================================================== */ -+/* 3 Antenna Diversity */ -+/* 3 =========================================================== */ -+typedef enum tag_SW_Antenna_Switch_Definition { -+ Antenna_A = 1, -+ Antenna_B = 2, -+ Antenna_MAX = 3, -+} DM_SWAS_E; -+ -+ -+/* Maximal number of antenna detection mechanism needs to perform, added by Roger, 2011.12.28. */ -+#define MAX_ANTENNA_DETECTION_CNT 10 -+ -+/* */ -+/* Extern Global Variables. */ -+/* */ -+extern u32 OFDMSwingTable[OFDM_TABLE_SIZE]; -+extern u8 CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8]; -+extern u8 CCKSwingTable_Ch14[CCK_TABLE_SIZE][8]; -+ -+extern u32 OFDMSwingTable_New[OFDM_TABLE_SIZE]; -+extern u8 CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8]; -+extern u8 CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8]; -+ -+extern u32 TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE]; -+ -+/* */ -+/* check Sta pointer valid or not */ -+/* */ -+#define IS_STA_VALID(pSta) (pSta) -+/* 20100514 Joseph: Add definition for antenna switching test after link. */ -+/* This indicates two different the steps. */ -+/* In SWAW_STEP_PEAK, driver needs to switch antenna and listen to the signal on the air. */ -+/* In SWAW_STEP_DETERMINE, driver just compares the signal captured in SWAW_STEP_PEAK */ -+/* with original RSSI to determine if it is necessary to switch antenna. */ -+#define SWAW_STEP_PEAK 0 -+#define SWAW_STEP_DETERMINE 1 -+ -+/* Remove DIG by yuchen */ -+ -+void ODM_SetAntenna(PDM_ODM_T pDM_Odm, u8 Antenna); -+ -+ -+/* Remove BB power saving by Yuchen */ -+ -+#define dm_CheckTXPowerTracking ODM_TXPowerTrackingCheck -+void ODM_TXPowerTrackingCheck(PDM_ODM_T pDM_Odm); -+ -+bool ODM_RAStateCheck( -+ PDM_ODM_T pDM_Odm, -+ s32 RSSI, -+ bool bForceUpdate, -+ u8 *pRATRState -+); -+ -+#define dm_SWAW_RSSI_Check ODM_SwAntDivChkPerPktRssi -+void ODM_SwAntDivChkPerPktRssi( -+ PDM_ODM_T pDM_Odm, -+ u8 StationID, -+ PODM_PHY_INFO_T pPhyInfo -+); -+ -+u32 ODM_Get_Rate_Bitmap( -+ PDM_ODM_T pDM_Odm, -+ u32 macid, -+ u32 ra_mask, -+ u8 rssi_level -+); -+ -+#if (BEAMFORMING_SUPPORT == 1) -+BEAMFORMING_CAP Beamforming_GetEntryBeamCapByMacId(PMGNT_INFO pMgntInfo, u8 MacId); -+#endif -+ -+void odm_TXPowerTrackingInit(PDM_ODM_T pDM_Odm); -+ -+void ODM_DMInit(PDM_ODM_T pDM_Odm); -+ -+void ODM_DMWatchdog(PDM_ODM_T pDM_Odm); /* For common use in the future */ -+ -+void ODM_CmnInfoInit(PDM_ODM_T pDM_Odm, ODM_CMNINFO_E CmnInfo, u32 Value); -+ -+void ODM_CmnInfoHook(PDM_ODM_T pDM_Odm, ODM_CMNINFO_E CmnInfo, void *pValue); -+ -+void ODM_CmnInfoPtrArrayHook( -+ PDM_ODM_T pDM_Odm, -+ ODM_CMNINFO_E CmnInfo, -+ u16 Index, -+ void *pValue -+); -+ -+void ODM_CmnInfoUpdate(PDM_ODM_T pDM_Odm, u32 CmnInfo, u64 Value); -+ -+void ODM_InitAllTimers(PDM_ODM_T pDM_Odm); -+ -+void ODM_CancelAllTimers(PDM_ODM_T pDM_Odm); -+ -+void ODM_ReleaseAllTimers(PDM_ODM_T pDM_Odm); -+ -+void ODM_AntselStatistics_88C( -+ PDM_ODM_T pDM_Odm, -+ u8 MacId, -+ u32 PWDBAll, -+ bool isCCKrate -+); -+ -+void ODM_DynamicARFBSelect(PDM_ODM_T pDM_Odm, u8 rate, bool Collision_State); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_HWConfig.c linux/3rdparty/rtl8723bs/hal/odm_HWConfig.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_HWConfig.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_HWConfig.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,535 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+#define READ_AND_CONFIG_MP(ic, txt) (ODM_ReadAndConfig_MP_##ic##txt(pDM_Odm)) -+#define READ_AND_CONFIG READ_AND_CONFIG_MP -+#define GET_VERSION_MP(ic, txt) (ODM_GetVersion_MP_##ic##txt()) -+#define GET_VERSION(ic, txt) (pDM_Odm->bIsMPChip?GET_VERSION_MP(ic, txt):GET_VERSION_TC(ic, txt)) -+ -+static u8 odm_QueryRxPwrPercentage(s8 AntPower) -+{ -+ if ((AntPower <= -100) || (AntPower >= 20)) -+ return 0; -+ else if (AntPower >= 0) -+ return 100; -+ else -+ return (100+AntPower); -+ -+} -+ -+static s32 odm_SignalScaleMapping_92CSeries(PDM_ODM_T pDM_Odm, s32 CurrSig) -+{ -+ s32 RetSig = 0; -+ -+ if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) { -+ if (CurrSig >= 51 && CurrSig <= 100) -+ RetSig = 100; -+ else if (CurrSig >= 41 && CurrSig <= 50) -+ RetSig = 80 + ((CurrSig - 40)*2); -+ else if (CurrSig >= 31 && CurrSig <= 40) -+ RetSig = 66 + (CurrSig - 30); -+ else if (CurrSig >= 21 && CurrSig <= 30) -+ RetSig = 54 + (CurrSig - 20); -+ else if (CurrSig >= 10 && CurrSig <= 20) -+ RetSig = 42 + (((CurrSig - 10) * 2) / 3); -+ else if (CurrSig >= 5 && CurrSig <= 9) -+ RetSig = 22 + (((CurrSig - 5) * 3) / 2); -+ else if (CurrSig >= 1 && CurrSig <= 4) -+ RetSig = 6 + (((CurrSig - 1) * 3) / 2); -+ else -+ RetSig = CurrSig; -+ } -+ -+ return RetSig; -+} -+ -+s32 odm_SignalScaleMapping(PDM_ODM_T pDM_Odm, s32 CurrSig) -+{ -+ return odm_SignalScaleMapping_92CSeries(pDM_Odm, CurrSig); -+} -+ -+static u8 odm_EVMdbToPercentage(s8 Value) -+{ -+ /* */ -+ /* -33dB~0dB to 0%~99% */ -+ /* */ -+ s8 ret_val; -+ -+ ret_val = Value; -+ ret_val /= 2; -+ -+ /* DbgPrint("Value =%d\n", Value); */ -+ /* ODM_RT_DISP(FRX, RX_PHY_SQ, ("EVMdbToPercentage92C Value =%d / %x\n", ret_val, ret_val)); */ -+ -+ if (ret_val >= 0) -+ ret_val = 0; -+ if (ret_val <= -33) -+ ret_val = -33; -+ -+ ret_val = 0 - ret_val; -+ ret_val *= 3; -+ -+ if (ret_val == 99) -+ ret_val = 100; -+ -+ return ret_val; -+} -+ -+static void odm_RxPhyStatus92CSeries_Parsing( -+ PDM_ODM_T pDM_Odm, -+ PODM_PHY_INFO_T pPhyInfo, -+ u8 *pPhyStatus, -+ PODM_PACKET_INFO_T pPktinfo -+) -+{ -+ u8 i, Max_spatial_stream; -+ s8 rx_pwr[4], rx_pwr_all = 0; -+ u8 EVM, PWDB_ALL = 0, PWDB_ALL_BT; -+ u8 RSSI, total_rssi = 0; -+ bool isCCKrate = false; -+ u8 rf_rx_num = 0; -+ u8 cck_highpwr = 0; -+ u8 LNA_idx, VGA_idx; -+ PPHY_STATUS_RPT_8192CD_T pPhyStaRpt = (PPHY_STATUS_RPT_8192CD_T)pPhyStatus; -+ -+ isCCKrate = (pPktinfo->DataRate <= DESC_RATE11M) ? true : false; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_A] = -1; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_B] = -1; -+ -+ -+ if (isCCKrate) { -+ u8 cck_agc_rpt; -+ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK++; -+ /* */ -+ /* (1)Hardware does not provide RSSI for CCK */ -+ /* (2)PWDB, Average PWDB cacluated by hardware (for rate adaptive) */ -+ /* */ -+ -+ /* if (pHalData->eRFPowerState == eRfOn) */ -+ cck_highpwr = pDM_Odm->bCckHighPower; -+ /* else */ -+ /* cck_highpwr = false; */ -+ -+ cck_agc_rpt = pPhyStaRpt->cck_agc_rpt_ofdm_cfosho_a ; -+ -+ /* 2011.11.28 LukeLee: 88E use different LNA & VGA gain table */ -+ /* The RSSI formula should be modified according to the gain table */ -+ /* In 88E, cck_highpwr is always set to 1 */ -+ LNA_idx = ((cck_agc_rpt & 0xE0)>>5); -+ VGA_idx = (cck_agc_rpt & 0x1F); -+ rx_pwr_all = odm_CCKRSSI_8723B(LNA_idx, VGA_idx); -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ if (PWDB_ALL > 100) -+ PWDB_ALL = 100; -+ -+ pPhyInfo->RxPWDBAll = PWDB_ALL; -+ pPhyInfo->BTRxRSSIPercentage = PWDB_ALL; -+ pPhyInfo->RecvSignalPower = rx_pwr_all; -+ /* */ -+ /* (3) Get Signal Quality (EVM) */ -+ /* */ -+ /* if (pPktinfo->bPacketMatchBSSID) */ -+ { -+ u8 SQ, SQ_rpt; -+ -+ if (pPhyInfo->RxPWDBAll > 40 && !pDM_Odm->bInHctTest) -+ SQ = 100; -+ else { -+ SQ_rpt = pPhyStaRpt->cck_sig_qual_ofdm_pwdb_all; -+ -+ if (SQ_rpt > 64) -+ SQ = 0; -+ else if (SQ_rpt < 20) -+ SQ = 100; -+ else -+ SQ = ((64-SQ_rpt) * 100) / 44; -+ -+ } -+ -+ /* DbgPrint("cck SQ = %d\n", SQ); */ -+ pPhyInfo->SignalQuality = SQ; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_A] = SQ; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_B] = -1; -+ } -+ } else { /* is OFDM rate */ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM++; -+ -+ /* */ -+ /* (1)Get RSSI for HT rate */ -+ /* */ -+ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX; i++) { -+ /* 2008/01/30 MH we will judge RF RX path now. */ -+ if (pDM_Odm->RFPathRxEnable & BIT(i)) -+ rf_rx_num++; -+ /* else */ -+ /* continue; */ -+ -+ rx_pwr[i] = ((pPhyStaRpt->path_agc[i].gain&0x3F)*2) - 110; -+ -+ -+ pPhyInfo->RxPwr[i] = rx_pwr[i]; -+ -+ /* Translate DBM to percentage. */ -+ RSSI = odm_QueryRxPwrPercentage(rx_pwr[i]); -+ total_rssi += RSSI; -+ /* RT_DISP(FRX, RX_PHY_SS, ("RF-%d RXPWR =%x RSSI =%d\n", i, rx_pwr[i], RSSI)); */ -+ -+ pPhyInfo->RxMIMOSignalStrength[i] = (u8) RSSI; -+ -+ /* Get Rx snr value in DB */ -+ pPhyInfo->RxSNR[i] = pDM_Odm->PhyDbgInfo.RxSNRdB[i] = (s32)(pPhyStaRpt->path_rxsnr[i]/2); -+ } -+ -+ -+ /* */ -+ /* (2)PWDB, Average PWDB cacluated by hardware (for rate adaptive) */ -+ /* */ -+ rx_pwr_all = (((pPhyStaRpt->cck_sig_qual_ofdm_pwdb_all) >> 1)&0x7f)-110; -+ -+ PWDB_ALL_BT = PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ /* RT_DISP(FRX, RX_PHY_SS, ("PWDB_ALL =%d\n", PWDB_ALL)); */ -+ -+ pPhyInfo->RxPWDBAll = PWDB_ALL; -+ /* ODM_RT_TRACE(pDM_Odm, ODM_COMP_RSSI_MONITOR, ODM_DBG_LOUD, ("ODM OFDM RSSI =%d\n", pPhyInfo->RxPWDBAll)); */ -+ pPhyInfo->BTRxRSSIPercentage = PWDB_ALL_BT; -+ pPhyInfo->RxPower = rx_pwr_all; -+ pPhyInfo->RecvSignalPower = rx_pwr_all; -+ -+ {/* pMgntInfo->CustomerID != RT_CID_819x_Lenovo */ -+ /* */ -+ /* (3)EVM of HT rate */ -+ /* */ -+ if (pPktinfo->DataRate >= DESC_RATEMCS8 && pPktinfo->DataRate <= DESC_RATEMCS15) -+ Max_spatial_stream = 2; /* both spatial stream make sense */ -+ else -+ Max_spatial_stream = 1; /* only spatial stream 1 makes sense */ -+ -+ for (i = 0; i < Max_spatial_stream; i++) { -+ /* Do not use shift operation like "rx_evmX >>= 1" because the compilor of free build environment */ -+ /* fill most significant bit to "zero" when doing shifting operation which may change a negative */ -+ /* value to positive one, then the dbm value (which is supposed to be negative) is not correct anymore. */ -+ EVM = odm_EVMdbToPercentage((pPhyStaRpt->stream_rxevm[i])); /* dbm */ -+ -+ /* RT_DISP(FRX, RX_PHY_SQ, ("RXRATE =%x RXEVM =%x EVM =%s%d\n", */ -+ /* GET_RX_STATUS_DESC_RX_MCS(pDesc), pDrvInfo->rxevm[i], "%", EVM)); */ -+ -+ /* if (pPktinfo->bPacketMatchBSSID) */ -+ { -+ if (i == ODM_RF_PATH_A) /* Fill value in RFD, Get the first spatial stream only */ -+ pPhyInfo->SignalQuality = (u8)(EVM & 0xff); -+ -+ pPhyInfo->RxMIMOSignalQuality[i] = (u8)(EVM & 0xff); -+ } -+ } -+ } -+ -+ ODM_ParsingCFO(pDM_Odm, pPktinfo, pPhyStaRpt->path_cfotail); -+ -+ } -+ -+ /* UI BSS List signal strength(in percentage), make it good looking, from 0~100. */ -+ /* It is assigned to the BSS List in GetValueFromBeaconOrProbeRsp(). */ -+ if (isCCKrate) { -+#ifdef CONFIG_SKIP_SIGNAL_SCALE_MAPPING -+ pPhyInfo->SignalStrength = (u8)PWDB_ALL; -+#else -+ pPhyInfo->SignalStrength = (u8)(odm_SignalScaleMapping(pDM_Odm, PWDB_ALL));/* PWDB_ALL; */ -+#endif -+ } else { -+ if (rf_rx_num != 0) { -+#ifdef CONFIG_SKIP_SIGNAL_SCALE_MAPPING -+ total_rssi /= rf_rx_num; -+ pPhyInfo->SignalStrength = (u8)total_rssi; -+#else -+ pPhyInfo->SignalStrength = (u8)(odm_SignalScaleMapping(pDM_Odm, total_rssi /= rf_rx_num)); -+#endif -+ } -+ } -+ -+ /* DbgPrint("isCCKrate = %d, pPhyInfo->RxPWDBAll = %d, pPhyStaRpt->cck_agc_rpt_ofdm_cfosho_a = 0x%x\n", */ -+ /* isCCKrate, pPhyInfo->RxPWDBAll, pPhyStaRpt->cck_agc_rpt_ofdm_cfosho_a); */ -+} -+ -+static void odm_Process_RSSIForDM( -+ PDM_ODM_T pDM_Odm, PODM_PHY_INFO_T pPhyInfo, PODM_PACKET_INFO_T pPktinfo -+) -+{ -+ -+ s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; -+ u8 isCCKrate = 0; -+ u8 RSSI_max, RSSI_min, i; -+ u32 OFDM_pkt = 0; -+ u32 Weighting = 0; -+ PSTA_INFO_T pEntry; -+ -+ -+ if (pPktinfo->StationID == 0xFF) -+ return; -+ -+ pEntry = pDM_Odm->pODM_StaInfo[pPktinfo->StationID]; -+ -+ if (!IS_STA_VALID(pEntry)) -+ return; -+ -+ if ((!pPktinfo->bPacketMatchBSSID)) -+ return; -+ -+ if (pPktinfo->bPacketBeacon) -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt++; -+ -+ isCCKrate = ((pPktinfo->DataRate <= DESC_RATE11M)) ? true : false; -+ pDM_Odm->RxRate = pPktinfo->DataRate; -+ -+ /* Statistic for antenna/path diversity------------------ */ -+ if (pDM_Odm->SupportAbility & ODM_BB_ANT_DIV) { -+ -+ } -+ -+ /* Smart Antenna Debug Message------------------ */ -+ -+ UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; -+ UndecoratedSmoothedOFDM = pEntry->rssi_stat.UndecoratedSmoothedOFDM; -+ UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB; -+ -+ if (pPktinfo->bPacketToSelf || pPktinfo->bPacketBeacon) { -+ -+ if (!isCCKrate) { /* ofdm rate */ -+ if (pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B] == 0) { -+ RSSI_Ave = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ pDM_Odm->RSSI_B = 0; -+ } else { -+ /* DbgPrint("pRfd->Status.RxMIMOSignalStrength[0] = %d, pRfd->Status.RxMIMOSignalStrength[1] = %d\n", */ -+ /* pRfd->Status.RxMIMOSignalStrength[0], pRfd->Status.RxMIMOSignalStrength[1]); */ -+ pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ pDM_Odm->RSSI_B = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ -+ if ( -+ pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A] > -+ pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B] -+ ) { -+ RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ RSSI_min = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ } else { -+ RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ RSSI_min = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ } -+ -+ if ((RSSI_max-RSSI_min) < 3) -+ RSSI_Ave = RSSI_max; -+ else if ((RSSI_max-RSSI_min) < 6) -+ RSSI_Ave = RSSI_max - 1; -+ else if ((RSSI_max-RSSI_min) < 10) -+ RSSI_Ave = RSSI_max - 2; -+ else -+ RSSI_Ave = RSSI_max - 3; -+ } -+ -+ /* 1 Process OFDM RSSI */ -+ if (UndecoratedSmoothedOFDM <= 0) /* initialize */ -+ UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; -+ else { -+ if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { -+ UndecoratedSmoothedOFDM = -+ ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + -+ RSSI_Ave)/Rx_Smooth_Factor; -+ UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM + 1; -+ } else { -+ UndecoratedSmoothedOFDM = -+ ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + -+ RSSI_Ave)/Rx_Smooth_Factor; -+ } -+ } -+ -+ pEntry->rssi_stat.PacketMap = (pEntry->rssi_stat.PacketMap<<1) | BIT0; -+ -+ } else { -+ RSSI_Ave = pPhyInfo->RxPWDBAll; -+ pDM_Odm->RSSI_A = (u8) pPhyInfo->RxPWDBAll; -+ pDM_Odm->RSSI_B = 0; -+ -+ /* 1 Process CCK RSSI */ -+ if (UndecoratedSmoothedCCK <= 0) /* initialize */ -+ UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; -+ else { -+ if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { -+ UndecoratedSmoothedCCK = -+ ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + -+ pPhyInfo->RxPWDBAll)/Rx_Smooth_Factor; -+ UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; -+ } else { -+ UndecoratedSmoothedCCK = -+ ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + -+ pPhyInfo->RxPWDBAll)/Rx_Smooth_Factor; -+ } -+ } -+ pEntry->rssi_stat.PacketMap = pEntry->rssi_stat.PacketMap<<1; -+ } -+ -+ /* if (pEntry) */ -+ { -+ /* 2011.07.28 LukeLee: modified to prevent unstable CCK RSSI */ -+ if (pEntry->rssi_stat.ValidBit >= 64) -+ pEntry->rssi_stat.ValidBit = 64; -+ else -+ pEntry->rssi_stat.ValidBit++; -+ -+ for (i = 0; i < pEntry->rssi_stat.ValidBit; i++) -+ OFDM_pkt += (u8)(pEntry->rssi_stat.PacketMap>>i)&BIT0; -+ -+ if (pEntry->rssi_stat.ValidBit == 64) { -+ Weighting = ((OFDM_pkt<<4) > 64)?64:(OFDM_pkt<<4); -+ UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6; -+ } else { -+ if (pEntry->rssi_stat.ValidBit != 0) -+ UndecoratedSmoothedPWDB = (OFDM_pkt*UndecoratedSmoothedOFDM+(pEntry->rssi_stat.ValidBit-OFDM_pkt)*UndecoratedSmoothedCCK)/pEntry->rssi_stat.ValidBit; -+ else -+ UndecoratedSmoothedPWDB = 0; -+ } -+ -+ pEntry->rssi_stat.UndecoratedSmoothedCCK = UndecoratedSmoothedCCK; -+ pEntry->rssi_stat.UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM; -+ pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB; -+ -+ /* DbgPrint("OFDM_pkt =%d, Weighting =%d\n", OFDM_pkt, Weighting); */ -+ /* DbgPrint("UndecoratedSmoothedOFDM =%d, UndecoratedSmoothedPWDB =%d, UndecoratedSmoothedCCK =%d\n", */ -+ /* UndecoratedSmoothedOFDM, UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK); */ -+ -+ } -+ -+ } -+} -+ -+ -+/* */ -+/* Endianness before calling this API */ -+/* */ -+static void ODM_PhyStatusQuery_92CSeries( -+ PDM_ODM_T pDM_Odm, -+ PODM_PHY_INFO_T pPhyInfo, -+ u8 *pPhyStatus, -+ PODM_PACKET_INFO_T pPktinfo -+) -+{ -+ -+ odm_RxPhyStatus92CSeries_Parsing(pDM_Odm, pPhyInfo, pPhyStatus, pPktinfo); -+ -+ if (!pDM_Odm->RSSI_test) -+ odm_Process_RSSIForDM(pDM_Odm, pPhyInfo, pPktinfo); -+} -+ -+void ODM_PhyStatusQuery( -+ PDM_ODM_T pDM_Odm, -+ PODM_PHY_INFO_T pPhyInfo, -+ u8 *pPhyStatus, -+ PODM_PACKET_INFO_T pPktinfo -+) -+{ -+ -+ ODM_PhyStatusQuery_92CSeries(pDM_Odm, pPhyInfo, pPhyStatus, pPktinfo); -+} -+ -+/* */ -+/* If you want to add a new IC, Please follow below template and generate a new one. */ -+/* */ -+/* */ -+ -+HAL_STATUS ODM_ConfigRFWithHeaderFile( -+ PDM_ODM_T pDM_Odm, -+ ODM_RF_Config_Type ConfigType, -+ ODM_RF_RADIO_PATH_E eRFPath -+) -+{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("===>ODM_ConfigRFWithHeaderFile (%s)\n", (pDM_Odm->bIsMPChip) ? "MPChip" : "TestChip")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("pDM_Odm->SupportPlatform: 0x%X, pDM_Odm->SupportInterface: 0x%X, pDM_Odm->BoardType: 0x%X\n", -+ pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface, pDM_Odm->BoardType)); -+ -+ if (ConfigType == CONFIG_RF_RADIO) -+ READ_AND_CONFIG(8723B, _RadioA); -+ else if (ConfigType == CONFIG_RF_TXPWR_LMT) -+ READ_AND_CONFIG(8723B, _TXPWR_LMT); -+ -+ return HAL_STATUS_SUCCESS; -+} -+ -+HAL_STATUS ODM_ConfigRFWithTxPwrTrackHeaderFile(PDM_ODM_T pDM_Odm) -+{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("===>ODM_ConfigRFWithTxPwrTrackHeaderFile (%s)\n", (pDM_Odm->bIsMPChip) ? "MPChip" : "TestChip")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("pDM_Odm->SupportPlatform: 0x%X, pDM_Odm->SupportInterface: 0x%X, pDM_Odm->BoardType: 0x%X\n", -+ pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface, pDM_Odm->BoardType)); -+ -+ if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) -+ READ_AND_CONFIG(8723B, _TxPowerTrack_SDIO); -+ -+ return HAL_STATUS_SUCCESS; -+} -+ -+HAL_STATUS ODM_ConfigBBWithHeaderFile( -+ PDM_ODM_T pDM_Odm, ODM_BB_Config_Type ConfigType -+) -+{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("===>ODM_ConfigBBWithHeaderFile (%s)\n", (pDM_Odm->bIsMPChip) ? "MPChip" : "TestChip")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("pDM_Odm->SupportPlatform: 0x%X, pDM_Odm->SupportInterface: 0x%X, pDM_Odm->BoardType: 0x%X\n", -+ pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface, pDM_Odm->BoardType)); -+ -+ if (ConfigType == CONFIG_BB_PHY_REG) -+ READ_AND_CONFIG(8723B, _PHY_REG); -+ else if (ConfigType == CONFIG_BB_AGC_TAB) -+ READ_AND_CONFIG(8723B, _AGC_TAB); -+ else if (ConfigType == CONFIG_BB_PHY_REG_PG) -+ READ_AND_CONFIG(8723B, _PHY_REG_PG); -+ -+ return HAL_STATUS_SUCCESS; -+} -+ -+HAL_STATUS ODM_ConfigMACWithHeaderFile(PDM_ODM_T pDM_Odm) -+{ -+ u8 result = HAL_STATUS_SUCCESS; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ( -+ "===>ODM_ConfigMACWithHeaderFile (%s)\n", -+ (pDM_Odm->bIsMPChip) ? "MPChip" : "TestChip" -+ ) -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ( -+ "pDM_Odm->SupportPlatform: 0x%X, pDM_Odm->SupportInterface: 0x%X, pDM_Odm->BoardType: 0x%X\n", -+ pDM_Odm->SupportPlatform, -+ pDM_Odm->SupportInterface, -+ pDM_Odm->BoardType -+ ) -+ ); -+ -+ READ_AND_CONFIG(8723B, _MAC_REG); -+ -+ return result; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_HWConfig.h linux/3rdparty/rtl8723bs/hal/odm_HWConfig.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_HWConfig.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_HWConfig.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,162 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __HALHWOUTSRC_H__ -+#define __HALHWOUTSRC_H__ -+ -+ -+/*--------------------------Define -------------------------------------------*/ -+/* define READ_NEXT_PAIR(v1, v2, i) do { i += 2; v1 = Array[i]; v2 = Array[i+1]; } while (0) */ -+#define AGC_DIFF_CONFIG_MP(ic, band) (ODM_ReadAndConfig_MP_##ic##_AGC_TAB_DIFF(pDM_Odm, Array_MP_##ic##_AGC_TAB_DIFF_##band, \ -+ sizeof(Array_MP_##ic##_AGC_TAB_DIFF_##band)/sizeof(u32))) -+#define AGC_DIFF_CONFIG_TC(ic, band) (ODM_ReadAndConfig_TC_##ic##_AGC_TAB_DIFF(pDM_Odm, Array_TC_##ic##_AGC_TAB_DIFF_##band, \ -+ sizeof(Array_TC_##ic##_AGC_TAB_DIFF_##band)/sizeof(u32))) -+ -+#define AGC_DIFF_CONFIG(ic, band)\ -+ do {\ -+ if (pDM_Odm->bIsMPChip)\ -+ AGC_DIFF_CONFIG_MP(ic, band);\ -+ else\ -+ AGC_DIFF_CONFIG_TC(ic, band);\ -+ } while (0) -+ -+ -+/* */ -+/* structure and define */ -+/* */ -+ -+typedef struct _Phy_Rx_AGC_Info { -+ #if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u8 gain:7, trsw:1; -+ #else -+ u8 trsw:1, gain:7; -+ #endif -+} PHY_RX_AGC_INFO_T, *pPHY_RX_AGC_INFO_T; -+ -+typedef struct _Phy_Status_Rpt_8192cd { -+ PHY_RX_AGC_INFO_T path_agc[2]; -+ u8 ch_corr[2]; -+ u8 cck_sig_qual_ofdm_pwdb_all; -+ u8 cck_agc_rpt_ofdm_cfosho_a; -+ u8 cck_rpt_b_ofdm_cfosho_b; -+ u8 rsvd_1;/* ch_corr_msb; */ -+ u8 noise_power_db_msb; -+ s8 path_cfotail[2]; -+ u8 pcts_mask[2]; -+ s8 stream_rxevm[2]; -+ u8 path_rxsnr[2]; -+ u8 noise_power_db_lsb; -+ u8 rsvd_2[3]; -+ u8 stream_csi[2]; -+ u8 stream_target_csi[2]; -+ s8 sig_evm; -+ u8 rsvd_3; -+ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u8 antsel_rx_keep_2:1; /* ex_intf_flg:1; */ -+ u8 sgi_en:1; -+ u8 rxsc:2; -+ u8 idle_long:1; -+ u8 r_ant_train_en:1; -+ u8 ant_sel_b:1; -+ u8 ant_sel:1; -+#else /* _BIG_ENDIAN_ */ -+ u8 ant_sel:1; -+ u8 ant_sel_b:1; -+ u8 r_ant_train_en:1; -+ u8 idle_long:1; -+ u8 rxsc:2; -+ u8 sgi_en:1; -+ u8 antsel_rx_keep_2:1; /* ex_intf_flg:1; */ -+#endif -+} PHY_STATUS_RPT_8192CD_T, *PPHY_STATUS_RPT_8192CD_T; -+ -+ -+typedef struct _Phy_Status_Rpt_8812 { -+ /* 2012.05.24 LukeLee: This structure should take big/little endian in consideration later..... */ -+ -+ /* DWORD 0 */ -+ u8 gain_trsw[2]; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u16 chl_num:10; -+ u16 sub_chnl:4; -+ u16 r_RFMOD:2; -+#else /* _BIG_ENDIAN_ */ -+ u16 r_RFMOD:2; -+ u16 sub_chnl:4; -+ u16 chl_num:10; -+#endif -+ -+ /* DWORD 1 */ -+ u8 pwdb_all; -+ u8 cfosho[4]; /* DW 1 byte 1 DW 2 byte 0 */ -+ -+ /* DWORD 2 */ -+ s8 cfotail[4]; /* DW 2 byte 1 DW 3 byte 0 */ -+ -+ /* DWORD 3 */ -+ s8 rxevm[2]; /* DW 3 byte 1 DW 3 byte 2 */ -+ s8 rxsnr[2]; /* DW 3 byte 3 DW 4 byte 0 */ -+ -+ /* DWORD 4 */ -+ u8 PCTS_MSK_RPT[2]; -+ u8 pdsnr[2]; /* DW 4 byte 3 DW 5 Byte 0 */ -+ -+ /* DWORD 5 */ -+ u8 csi_current[2]; -+ u8 rx_gain_c; -+ -+ /* DWORD 6 */ -+ u8 rx_gain_d; -+ s8 sigevm; -+ u8 resvd_0; -+ u8 antidx_anta:3; -+ u8 antidx_antb:3; -+ u8 resvd_1:2; -+} PHY_STATUS_RPT_8812_T, *PPHY_STATUS_RPT_8812_T; -+ -+ -+void ODM_PhyStatusQuery( -+ PDM_ODM_T pDM_Odm, -+ PODM_PHY_INFO_T pPhyInfo, -+ u8 *pPhyStatus, -+ PODM_PACKET_INFO_T pPktinfo -+); -+ -+HAL_STATUS ODM_ConfigRFWithTxPwrTrackHeaderFile(PDM_ODM_T pDM_Odm); -+ -+HAL_STATUS ODM_ConfigRFWithHeaderFile( -+ PDM_ODM_T pDM_Odm, -+ ODM_RF_Config_Type ConfigType, -+ ODM_RF_RADIO_PATH_E eRFPath -+); -+ -+HAL_STATUS ODM_ConfigBBWithHeaderFile( -+ PDM_ODM_T pDM_Odm, ODM_BB_Config_Type ConfigType -+); -+ -+HAL_STATUS ODM_ConfigMACWithHeaderFile(PDM_ODM_T pDM_Odm); -+ -+HAL_STATUS ODM_ConfigFWWithHeaderFile( -+ PDM_ODM_T pDM_Odm, -+ ODM_FW_Config_Type ConfigType, -+ u8 *pFirmware, -+ u32 *pSize -+); -+ -+s32 odm_SignalScaleMapping(PDM_ODM_T pDM_Odm, s32 CurrSig); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_interface.h linux/3rdparty/rtl8723bs/hal/odm_interface.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_interface.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_interface.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,59 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __ODM_INTERFACE_H__ -+#define __ODM_INTERFACE_H__ -+ -+ -+ -+/* =========== Constant/Structure/Enum/... Define */ -+ -+/* =========== Macro Define */ -+ -+#define _reg_all(_name) ODM_##_name -+#define _reg_ic(_name, _ic) ODM_##_name##_ic -+#define _bit_all(_name) BIT_##_name -+#define _bit_ic(_name, _ic) BIT_##_name##_ic -+ -+/*=================================== -+ -+#define ODM_REG_DIG_11N 0xC50 -+#define ODM_REG_DIG_11AC 0xDDD -+ -+ODM_REG(DIG, _pDM_Odm) -+=====================================*/ -+ -+#define _reg_11N(_name) ODM_REG_##_name##_11N -+#define _bit_11N(_name) ODM_BIT_##_name##_11N -+ -+#define _cat(_name, _ic_type, _func) _func##_11N(_name) -+ -+/* _name: name of register or bit. */ -+/* Example: "ODM_REG(R_A_AGC_CORE1, pDM_Odm)" */ -+/* gets "ODM_R_A_AGC_CORE1" or "ODM_R_A_AGC_CORE1_8192C", depends on SupportICType. */ -+#define ODM_REG(_name, _pDM_Odm) _cat(_name, _pDM_Odm->SupportICType, _reg) -+#define ODM_BIT(_name, _pDM_Odm) _cat(_name, _pDM_Odm->SupportICType, _bit) -+ -+typedef enum _ODM_H2C_CMD { -+ ODM_H2C_RSSI_REPORT = 0, -+ ODM_H2C_PSD_RESULT = 1, -+ ODM_H2C_PathDiv = 2, -+ ODM_H2C_WIFI_CALIBRATION = 3, -+ ODM_MAX_H2CCMD -+} ODM_H2C_CMD; -+ -+ -+#endif /* __ODM_INTERFACE_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.c linux/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,175 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+/* This function is for inband noise test utility only */ -+/* To obtain the inband noise level(dbm), do the following. */ -+/* 1. disable DIG and Power Saving */ -+/* 2. Set initial gain = 0x1a */ -+/* 3. Stop updating idle time pwer report (for driver read) */ -+/* - 0x80c[25] */ -+ -+#define Valid_Min -35 -+#define Valid_Max 10 -+#define ValidCnt 5 -+ -+static s16 odm_InbandNoise_Monitor_NSeries( -+ PDM_ODM_T pDM_Odm, -+ u8 bPauseDIG, -+ u8 IGIValue, -+ u32 max_time -+) -+{ -+ u32 tmp4b; -+ u8 max_rf_path = 0, rf_path; -+ u8 reg_c50, reg_c58, valid_done = 0; -+ struct noise_level noise_data; -+ u32 start = 0, func_start = 0, func_end = 0; -+ -+ func_start = jiffies; -+ pDM_Odm->noise_level.noise_all = 0; -+ -+ if ((pDM_Odm->RFType == ODM_1T2R) || (pDM_Odm->RFType == ODM_2T2R)) -+ max_rf_path = 2; -+ else -+ max_rf_path = 1; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("odm_DebugControlInbandNoise_Nseries() ==>\n")); -+ -+ memset(&noise_data, 0, sizeof(struct noise_level)); -+ -+ /* */ -+ /* Step 1. Disable DIG && Set initial gain. */ -+ /* */ -+ -+ if (bPauseDIG) -+ odm_PauseDIG(pDM_Odm, ODM_PAUSE_DIG, IGIValue); -+ /* */ -+ /* Step 2. Disable all power save for read registers */ -+ /* */ -+ /* dcmd_DebugControlPowerSave(padapter, PSDisable); */ -+ -+ /* */ -+ /* Step 3. Get noise power level */ -+ /* */ -+ start = jiffies; -+ while (1) { -+ -+ /* Stop updating idle time pwer report (for driver read) */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_TxGainStage, BIT25, 1); -+ -+ /* Read Noise Floor Report */ -+ tmp4b = PHY_QueryBBReg(pDM_Odm->Adapter, 0x8f8, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("Noise Floor Report (0x8f8) = 0x%08x\n", tmp4b)); -+ -+ /* PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XAAGCCore1, bMaskByte0, TestInitialGain); */ -+ /* if (max_rf_path == 2) */ -+ /* PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_XBAGCCore1, bMaskByte0, TestInitialGain); */ -+ -+ /* update idle time pwer report per 5us */ -+ PHY_SetBBReg(pDM_Odm->Adapter, rFPGA0_TxGainStage, BIT25, 0); -+ -+ noise_data.value[ODM_RF_PATH_A] = (u8)(tmp4b&0xff); -+ noise_data.value[ODM_RF_PATH_B] = (u8)((tmp4b&0xff00)>>8); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("value_a = 0x%x(%d), value_b = 0x%x(%d)\n", -+ noise_data.value[ODM_RF_PATH_A], noise_data.value[ODM_RF_PATH_A], noise_data.value[ODM_RF_PATH_B], noise_data.value[ODM_RF_PATH_B])); -+ -+ for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { -+ noise_data.sval[rf_path] = (s8)noise_data.value[rf_path]; -+ noise_data.sval[rf_path] /= 2; -+ } -+ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("sval_a = %d, sval_b = %d\n", -+ noise_data.sval[ODM_RF_PATH_A], noise_data.sval[ODM_RF_PATH_B])); -+ /* mdelay(10); */ -+ /* msleep(10); */ -+ -+ for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { -+ if ((noise_data.valid_cnt[rf_path] < ValidCnt) && (noise_data.sval[rf_path] < Valid_Max && noise_data.sval[rf_path] >= Valid_Min)) { -+ noise_data.valid_cnt[rf_path]++; -+ noise_data.sum[rf_path] += noise_data.sval[rf_path]; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("RF_Path:%d Valid sval = %d\n", rf_path, noise_data.sval[rf_path])); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("Sum of sval = %d,\n", noise_data.sum[rf_path])); -+ if (noise_data.valid_cnt[rf_path] == ValidCnt) { -+ valid_done++; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("After divided, RF_Path:%d , sum = %d\n", rf_path, noise_data.sum[rf_path])); -+ } -+ -+ } -+ -+ } -+ -+ /* printk("####### valid_done:%d #############\n", valid_done); */ -+ if ((valid_done == max_rf_path) || (jiffies_to_msecs(jiffies - start) > max_time)) { -+ for (rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) { -+ /* printk("%s PATH_%d - sum = %d, valid_cnt = %d\n", __func__, rf_path, noise_data.sum[rf_path], noise_data.valid_cnt[rf_path]); */ -+ if (noise_data.valid_cnt[rf_path]) -+ noise_data.sum[rf_path] /= noise_data.valid_cnt[rf_path]; -+ else -+ noise_data.sum[rf_path] = 0; -+ } -+ break; -+ } -+ } -+ reg_c50 = (s32)PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XAAGCCore1, bMaskByte0); -+ reg_c50 &= ~BIT7; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("0x%x = 0x%02x(%d)\n", rOFDM0_XAAGCCore1, reg_c50, reg_c50)); -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_A] = -110 + reg_c50 + noise_data.sum[ODM_RF_PATH_A]; -+ pDM_Odm->noise_level.noise_all += pDM_Odm->noise_level.noise[ODM_RF_PATH_A]; -+ -+ if (max_rf_path == 2) { -+ reg_c58 = (s32)PHY_QueryBBReg(pDM_Odm->Adapter, rOFDM0_XBAGCCore1, bMaskByte0); -+ reg_c58 &= ~BIT7; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("0x%x = 0x%02x(%d)\n", rOFDM0_XBAGCCore1, reg_c58, reg_c58)); -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_B] = -110 + reg_c58 + noise_data.sum[ODM_RF_PATH_B]; -+ pDM_Odm->noise_level.noise_all += pDM_Odm->noise_level.noise[ODM_RF_PATH_B]; -+ } -+ pDM_Odm->noise_level.noise_all /= max_rf_path; -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_COMMON, -+ ODM_DBG_LOUD, -+ ( -+ "noise_a = %d, noise_b = %d\n", -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_A], -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_B] -+ ) -+ ); -+ -+ /* */ -+ /* Step 4. Recover the Dig */ -+ /* */ -+ if (bPauseDIG) -+ odm_PauseDIG(pDM_Odm, ODM_RESUME_DIG, IGIValue); -+ -+ func_end = jiffies_to_msecs(jiffies - func_start); -+ /* printk("%s noise_a = %d, noise_b = %d noise_all:%d (%d ms)\n", __func__, */ -+ /* pDM_Odm->noise_level.noise[ODM_RF_PATH_A], */ -+ /* pDM_Odm->noise_level.noise[ODM_RF_PATH_B], */ -+ /* pDM_Odm->noise_level.noise_all, func_end); */ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("odm_DebugControlInbandNoise_Nseries() <==\n")); -+ return pDM_Odm->noise_level.noise_all; -+ -+} -+ -+s16 ODM_InbandNoise_Monitor(void *pDM_VOID, u8 bPauseDIG, u8 IGIValue, u32 max_time) -+{ -+ return odm_InbandNoise_Monitor_NSeries(pDM_VOID, bPauseDIG, IGIValue, max_time); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.h linux/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_NoiseMonitor.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,47 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ *****************************************************************************/ -+#ifndef __ODMNOISEMONITOR_H__ -+#define __ODMNOISEMONITOR_H__ -+ -+#define ODM_MAX_CHANNEL_NUM 38/* 14+24 */ -+struct noise_level { -+ /* u8 value_a, value_b; */ -+ u8 value[MAX_RF_PATH]; -+ /* s8 sval_a, sval_b; */ -+ s8 sval[MAX_RF_PATH]; -+ -+ /* s32 noise_a = 0, noise_b = 0, sum_a = 0, sum_b = 0; */ -+ /* s32 noise[ODM_RF_PATH_MAX]; */ -+ s32 sum[MAX_RF_PATH]; -+ /* u8 valid_cnt_a = 0, valid_cnt_b = 0, */ -+ u8 valid[MAX_RF_PATH]; -+ u8 valid_cnt[MAX_RF_PATH]; -+ -+}; -+ -+ -+typedef struct _ODM_NOISE_MONITOR_ { -+ s8 noise[MAX_RF_PATH]; -+ s16 noise_all; -+} ODM_NOISE_MONITOR; -+ -+s16 ODM_InbandNoise_Monitor( -+ void *pDM_VOID, -+ u8 bPauseDIG, -+ u8 IGIValue, -+ u32 max_time -+); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_PathDiv.c linux/3rdparty/rtl8723bs/hal/odm_PathDiv.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_PathDiv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_PathDiv.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,42 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+void odm_PathDiversityInit(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_PATH_DIV)) -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_PATH_DIV, -+ ODM_DBG_LOUD, -+ ("Return: Not Support PathDiv\n") -+ ); -+} -+ -+void odm_PathDiversity(void *pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_PATH_DIV)) -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_PATH_DIV, -+ ODM_DBG_LOUD, -+ ("Return: Not Support PathDiv\n") -+ ); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_PathDiv.h linux/3rdparty/rtl8723bs/hal/odm_PathDiv.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_PathDiv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_PathDiv.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,29 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODMPATHDIV_H__ -+#define __ODMPATHDIV_H__ -+ -+void -+odm_PathDiversityInit( -+ void *pDM_VOID -+ ); -+ -+void -+odm_PathDiversity( -+ void *pDM_VOID -+ ); -+ -+ #endif /* ifndef __ODMPATHDIV_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_precomp.h linux/3rdparty/rtl8723bs/hal/odm_precomp.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_precomp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_precomp.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,60 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODM_PRECOMP_H__ -+#define __ODM_PRECOMP_H__ -+ -+#include "odm_types.h" -+ -+#define TEST_FALG___ 1 -+ -+/* 2 Config Flags and Structs - defined by each ODM Type */ -+ -+ /* include */ -+ /* include */ -+ /* include */ -+ /* include */ -+ /* include */ -+#define BEAMFORMING_SUPPORT 0 -+ -+/* 2 Hardware Parameter Files */ -+ -+/* 2 OutSrc Header Files */ -+ -+#include "odm.h" -+#include "odm_HWConfig.h" -+#include "odm_debug.h" -+#include "odm_RegDefine11N.h" -+#include "odm_AntDiv.h" -+#include "odm_EdcaTurboCheck.h" -+#include "odm_DIG.h" -+#include "odm_PathDiv.h" -+#include "odm_DynamicBBPowerSaving.h" -+#include "odm_DynamicTxPower.h" -+#include "odm_CfoTracking.h" -+#include "odm_NoiseMonitor.h" -+#include "HalPhyRf.h" -+#include "HalPhyRf_8723B.h"/* for IQK, LCK, Power-tracking */ -+#include "rtl8723b_hal.h" -+#include "odm_interface.h" -+#include "odm_reg.h" -+#include "HalHWImg8723B_MAC.h" -+#include "HalHWImg8723B_RF.h" -+#include "HalHWImg8723B_BB.h" -+#include "Hal8723BReg.h" -+#include "odm_RTL8723B.h" -+#include "odm_RegConfig8723B.h" -+ -+#endif /* __ODM_PRECOMP_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.c linux/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,257 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+void odm_ConfigRFReg_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Addr, -+ u32 Data, -+ ODM_RF_RADIO_PATH_E RF_PATH, -+ u32 RegAddr -+) -+{ -+ if (Addr == 0xfe || Addr == 0xffe) -+ msleep(50); -+ else { -+ PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); -+ /* Add 1us delay between BB/RF register setting. */ -+ udelay(1); -+ -+ /* For disable/enable test in high temperature, the B6 value will fail to fill. Suggestion by BB Stanley, 2013.06.25. */ -+ if (Addr == 0xb6) { -+ u32 getvalue = 0; -+ u8 count = 0; -+ -+ getvalue = PHY_QueryRFReg( -+ pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord -+ ); -+ -+ udelay(1); -+ -+ while ((getvalue>>8) != (Data>>8)) { -+ count++; -+ PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); -+ udelay(1); -+ getvalue = PHY_QueryRFReg(pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> ODM_ConfigRFWithHeaderFile: [B6] getvalue 0x%x, Data 0x%x, count %d\n", -+ getvalue, -+ Data, -+ count -+ ) -+ ); -+ if (count > 5) -+ break; -+ } -+ } -+ -+ if (Addr == 0xb2) { -+ u32 getvalue = 0; -+ u8 count = 0; -+ -+ getvalue = PHY_QueryRFReg( -+ pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord -+ ); -+ -+ udelay(1); -+ -+ while (getvalue != Data) { -+ count++; -+ PHY_SetRFReg( -+ pDM_Odm->Adapter, -+ RF_PATH, -+ RegAddr, -+ bRFRegOffsetMask, -+ Data -+ ); -+ udelay(1); -+ /* Do LCK againg */ -+ PHY_SetRFReg( -+ pDM_Odm->Adapter, -+ RF_PATH, -+ 0x18, -+ bRFRegOffsetMask, -+ 0x0fc07 -+ ); -+ udelay(1); -+ getvalue = PHY_QueryRFReg( -+ pDM_Odm->Adapter, RF_PATH, Addr, bMaskDWord -+ ); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> ODM_ConfigRFWithHeaderFile: [B2] getvalue 0x%x, Data 0x%x, count %d\n", -+ getvalue, -+ Data, -+ count -+ ) -+ ); -+ -+ if (count > 5) -+ break; -+ } -+ } -+ } -+} -+ -+ -+void odm_ConfigRF_RadioA_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u32 Data) -+{ -+ u32 content = 0x1000; /* RF_Content: radioa_txt */ -+ u32 maskforPhySet = (u32)(content&0xE000); -+ -+ odm_ConfigRFReg_8723B( -+ pDM_Odm, -+ Addr, -+ Data, -+ ODM_RF_PATH_A, -+ Addr|maskforPhySet -+ ); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> ODM_ConfigRFWithHeaderFile: [RadioA] %08X %08X\n", -+ Addr, -+ Data -+ ) -+ ); -+} -+ -+void odm_ConfigMAC_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u8 Data) -+{ -+ rtw_write8(pDM_Odm->Adapter, Addr, Data); -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> ODM_ConfigMACWithHeaderFile: [MAC_REG] %08X %08X\n", -+ Addr, -+ Data -+ ) -+ ); -+} -+ -+void odm_ConfigBB_AGC_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Addr, -+ u32 Bitmask, -+ u32 Data -+) -+{ -+ PHY_SetBBReg(pDM_Odm->Adapter, Addr, Bitmask, Data); -+ /* Add 1us delay between BB/RF register setting. */ -+ udelay(1); -+ -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_TRACE, -+ ( -+ "===> ODM_ConfigBBWithHeaderFile: [AGC_TAB] %08X %08X\n", -+ Addr, -+ Data -+ ) -+ ); -+} -+ -+void odm_ConfigBB_PHY_REG_PG_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Band, -+ u32 RfPath, -+ u32 TxNum, -+ u32 Addr, -+ u32 Bitmask, -+ u32 Data -+) -+{ -+ if (Addr == 0xfe || Addr == 0xffe) -+ msleep(50); -+ else { -+ PHY_StoreTxPowerByRate(pDM_Odm->Adapter, Band, RfPath, TxNum, Addr, Bitmask, Data); -+ } -+ ODM_RT_TRACE( -+ pDM_Odm, -+ ODM_COMP_INIT, -+ ODM_DBG_LOUD, -+ ( -+ "===> ODM_ConfigBBWithHeaderFile: [PHY_REG] %08X %08X %08X\n", -+ Addr, -+ Bitmask, -+ Data -+ ) -+ ); -+} -+ -+void odm_ConfigBB_PHY_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Addr, -+ u32 Bitmask, -+ u32 Data -+) -+{ -+ if (Addr == 0xfe) -+ msleep(50); -+ else if (Addr == 0xfd) -+ mdelay(5); -+ else if (Addr == 0xfc) -+ mdelay(1); -+ else if (Addr == 0xfb) -+ udelay(50); -+ else if (Addr == 0xfa) -+ udelay(5); -+ else if (Addr == 0xf9) -+ udelay(1); -+ else { -+ PHY_SetBBReg(pDM_Odm->Adapter, Addr, Bitmask, Data); -+ } -+ -+ /* Add 1us delay between BB/RF register setting. */ -+ udelay(1); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigBBWithHeaderFile: [PHY_REG] %08X %08X\n", Addr, Data)); -+} -+ -+void odm_ConfigBB_TXPWR_LMT_8723B( -+ PDM_ODM_T pDM_Odm, -+ u8 *Regulation, -+ u8 *Band, -+ u8 *Bandwidth, -+ u8 *RateSection, -+ u8 *RfPath, -+ u8 *Channel, -+ u8 *PowerLimit -+) -+{ -+ PHY_SetTxPowerLimit( -+ pDM_Odm->Adapter, -+ Regulation, -+ Band, -+ Bandwidth, -+ RateSection, -+ RfPath, -+ Channel, -+ PowerLimit -+ ); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.h linux/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_RegConfig8723B.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,65 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __INC_ODM_REGCONFIG_H_8723B -+#define __INC_ODM_REGCONFIG_H_8723B -+ -+void odm_ConfigRFReg_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Addr, -+ u32 Data, -+ ODM_RF_RADIO_PATH_E RF_PATH, -+ u32 RegAddr -+); -+ -+void odm_ConfigRF_RadioA_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u32 Data); -+ -+void odm_ConfigMAC_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u8 Data); -+ -+void odm_ConfigBB_AGC_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Addr, -+ u32 Bitmask, -+ u32 Data -+); -+ -+void odm_ConfigBB_PHY_REG_PG_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Band, -+ u32 RfPath, -+ u32 TxNum, -+ u32 Addr, -+ u32 Bitmask, -+ u32 Data -+); -+ -+void odm_ConfigBB_PHY_8723B( -+ PDM_ODM_T pDM_Odm, -+ u32 Addr, -+ u32 Bitmask, -+ u32 Data -+); -+ -+void odm_ConfigBB_TXPWR_LMT_8723B( -+ PDM_ODM_T pDM_Odm, -+ u8 *Regulation, -+ u8 *Band, -+ u8 *Bandwidth, -+ u8 *RateSection, -+ u8 *RfPath, -+ u8 *Channel, -+ u8 *PowerLimit -+); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_RegDefine11N.h linux/3rdparty/rtl8723bs/hal/odm_RegDefine11N.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_RegDefine11N.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_RegDefine11N.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,172 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODM_REGDEFINE11N_H__ -+#define __ODM_REGDEFINE11N_H__ -+ -+ -+/* 2 RF REG LIST */ -+#define ODM_REG_RF_MODE_11N 0x00 -+#define ODM_REG_RF_0B_11N 0x0B -+#define ODM_REG_CHNBW_11N 0x18 -+#define ODM_REG_T_METER_11N 0x24 -+#define ODM_REG_RF_25_11N 0x25 -+#define ODM_REG_RF_26_11N 0x26 -+#define ODM_REG_RF_27_11N 0x27 -+#define ODM_REG_RF_2B_11N 0x2B -+#define ODM_REG_RF_2C_11N 0x2C -+#define ODM_REG_RXRF_A3_11N 0x3C -+#define ODM_REG_T_METER_92D_11N 0x42 -+#define ODM_REG_T_METER_88E_11N 0x42 -+ -+/* 2 BB REG LIST */ -+/* PAGE 8 */ -+#define ODM_REG_BB_CTRL_11N 0x800 -+#define ODM_REG_RF_PIN_11N 0x804 -+#define ODM_REG_PSD_CTRL_11N 0x808 -+#define ODM_REG_TX_ANT_CTRL_11N 0x80C -+#define ODM_REG_BB_PWR_SAV5_11N 0x818 -+#define ODM_REG_CCK_RPT_FORMAT_11N 0x824 -+#define ODM_REG_RX_DEFUALT_A_11N 0x858 -+#define ODM_REG_RX_DEFUALT_B_11N 0x85A -+#define ODM_REG_BB_PWR_SAV3_11N 0x85C -+#define ODM_REG_ANTSEL_CTRL_11N 0x860 -+#define ODM_REG_RX_ANT_CTRL_11N 0x864 -+#define ODM_REG_PIN_CTRL_11N 0x870 -+#define ODM_REG_BB_PWR_SAV1_11N 0x874 -+#define ODM_REG_ANTSEL_PATH_11N 0x878 -+#define ODM_REG_BB_3WIRE_11N 0x88C -+#define ODM_REG_SC_CNT_11N 0x8C4 -+#define ODM_REG_PSD_DATA_11N 0x8B4 -+#define ODM_REG_PSD_DATA_11N 0x8B4 -+#define ODM_REG_NHM_TIMER_11N 0x894 -+#define ODM_REG_NHM_TH9_TH10_11N 0x890 -+#define ODM_REG_NHM_TH3_TO_TH0_11N 0x898 -+#define ODM_REG_NHM_TH7_TO_TH4_11N 0x89c -+#define ODM_REG_NHM_CNT_11N 0x8d8 -+/* PAGE 9 */ -+#define ODM_REG_DBG_RPT_11N 0x908 -+#define ODM_REG_ANT_MAPPING1_11N 0x914 -+#define ODM_REG_ANT_MAPPING2_11N 0x918 -+/* PAGE A */ -+#define ODM_REG_CCK_ANTDIV_PARA1_11N 0xA00 -+#define ODM_REG_CCK_CCA_11N 0xA0A -+#define ODM_REG_CCK_ANTDIV_PARA2_11N 0xA0C -+#define ODM_REG_CCK_ANTDIV_PARA3_11N 0xA10 -+#define ODM_REG_CCK_ANTDIV_PARA4_11N 0xA14 -+#define ODM_REG_CCK_FILTER_PARA1_11N 0xA22 -+#define ODM_REG_CCK_FILTER_PARA2_11N 0xA23 -+#define ODM_REG_CCK_FILTER_PARA3_11N 0xA24 -+#define ODM_REG_CCK_FILTER_PARA4_11N 0xA25 -+#define ODM_REG_CCK_FILTER_PARA5_11N 0xA26 -+#define ODM_REG_CCK_FILTER_PARA6_11N 0xA27 -+#define ODM_REG_CCK_FILTER_PARA7_11N 0xA28 -+#define ODM_REG_CCK_FILTER_PARA8_11N 0xA29 -+#define ODM_REG_CCK_FA_RST_11N 0xA2C -+#define ODM_REG_CCK_FA_MSB_11N 0xA58 -+#define ODM_REG_CCK_FA_LSB_11N 0xA5C -+#define ODM_REG_CCK_CCA_CNT_11N 0xA60 -+#define ODM_REG_BB_PWR_SAV4_11N 0xA74 -+/* PAGE B */ -+#define ODM_REG_LNA_SWITCH_11N 0xB2C -+#define ODM_REG_PATH_SWITCH_11N 0xB30 -+#define ODM_REG_RSSI_CTRL_11N 0xB38 -+#define ODM_REG_CONFIG_ANTA_11N 0xB68 -+#define ODM_REG_RSSI_BT_11N 0xB9C -+/* PAGE C */ -+#define ODM_REG_OFDM_FA_HOLDC_11N 0xC00 -+#define ODM_REG_BB_RX_PATH_11N 0xC04 -+#define ODM_REG_TRMUX_11N 0xC08 -+#define ODM_REG_OFDM_FA_RSTC_11N 0xC0C -+#define ODM_REG_RXIQI_MATRIX_11N 0xC14 -+#define ODM_REG_TXIQK_MATRIX_LSB1_11N 0xC4C -+#define ODM_REG_IGI_A_11N 0xC50 -+#define ODM_REG_ANTDIV_PARA2_11N 0xC54 -+#define ODM_REG_IGI_B_11N 0xC58 -+#define ODM_REG_ANTDIV_PARA3_11N 0xC5C -+#define ODM_REG_L1SBD_PD_CH_11N 0XC6C -+#define ODM_REG_BB_PWR_SAV2_11N 0xC70 -+#define ODM_REG_RX_OFF_11N 0xC7C -+#define ODM_REG_TXIQK_MATRIXA_11N 0xC80 -+#define ODM_REG_TXIQK_MATRIXB_11N 0xC88 -+#define ODM_REG_TXIQK_MATRIXA_LSB2_11N 0xC94 -+#define ODM_REG_TXIQK_MATRIXB_LSB2_11N 0xC9C -+#define ODM_REG_RXIQK_MATRIX_LSB_11N 0xCA0 -+#define ODM_REG_ANTDIV_PARA1_11N 0xCA4 -+#define ODM_REG_OFDM_FA_TYPE1_11N 0xCF0 -+/* PAGE D */ -+#define ODM_REG_OFDM_FA_RSTD_11N 0xD00 -+#define ODM_REG_BB_ATC_11N 0xD2C -+#define ODM_REG_OFDM_FA_TYPE2_11N 0xDA0 -+#define ODM_REG_OFDM_FA_TYPE3_11N 0xDA4 -+#define ODM_REG_OFDM_FA_TYPE4_11N 0xDA8 -+#define ODM_REG_RPT_11N 0xDF4 -+/* PAGE E */ -+#define ODM_REG_TXAGC_A_6_18_11N 0xE00 -+#define ODM_REG_TXAGC_A_24_54_11N 0xE04 -+#define ODM_REG_TXAGC_A_1_MCS32_11N 0xE08 -+#define ODM_REG_TXAGC_A_MCS0_3_11N 0xE10 -+#define ODM_REG_TXAGC_A_MCS4_7_11N 0xE14 -+#define ODM_REG_TXAGC_A_MCS8_11_11N 0xE18 -+#define ODM_REG_TXAGC_A_MCS12_15_11N 0xE1C -+#define ODM_REG_FPGA0_IQK_11N 0xE28 -+#define ODM_REG_TXIQK_TONE_A_11N 0xE30 -+#define ODM_REG_RXIQK_TONE_A_11N 0xE34 -+#define ODM_REG_TXIQK_PI_A_11N 0xE38 -+#define ODM_REG_RXIQK_PI_A_11N 0xE3C -+#define ODM_REG_TXIQK_11N 0xE40 -+#define ODM_REG_RXIQK_11N 0xE44 -+#define ODM_REG_IQK_AGC_PTS_11N 0xE48 -+#define ODM_REG_IQK_AGC_RSP_11N 0xE4C -+#define ODM_REG_BLUETOOTH_11N 0xE6C -+#define ODM_REG_RX_WAIT_CCA_11N 0xE70 -+#define ODM_REG_TX_CCK_RFON_11N 0xE74 -+#define ODM_REG_TX_CCK_BBON_11N 0xE78 -+#define ODM_REG_OFDM_RFON_11N 0xE7C -+#define ODM_REG_OFDM_BBON_11N 0xE80 -+#define ODM_REG_TX2RX_11N 0xE84 -+#define ODM_REG_TX2TX_11N 0xE88 -+#define ODM_REG_RX_CCK_11N 0xE8C -+#define ODM_REG_RX_OFDM_11N 0xED0 -+#define ODM_REG_RX_WAIT_RIFS_11N 0xED4 -+#define ODM_REG_RX2RX_11N 0xED8 -+#define ODM_REG_STANDBY_11N 0xEDC -+#define ODM_REG_SLEEP_11N 0xEE0 -+#define ODM_REG_PMPD_ANAEN_11N 0xEEC -+#define ODM_REG_IGI_C_11N 0xF84 -+#define ODM_REG_IGI_D_11N 0xF88 -+ -+/* 2 MAC REG LIST */ -+#define ODM_REG_BB_RST_11N 0x02 -+#define ODM_REG_ANTSEL_PIN_11N 0x4C -+#define ODM_REG_EARLY_MODE_11N 0x4D0 -+#define ODM_REG_RSSI_MONITOR_11N 0x4FE -+#define ODM_REG_EDCA_VO_11N 0x500 -+#define ODM_REG_EDCA_VI_11N 0x504 -+#define ODM_REG_EDCA_BE_11N 0x508 -+#define ODM_REG_EDCA_BK_11N 0x50C -+#define ODM_REG_TXPAUSE_11N 0x522 -+#define ODM_REG_RESP_TX_11N 0x6D8 -+#define ODM_REG_ANT_TRAIN_PARA1_11N 0x7b0 -+#define ODM_REG_ANT_TRAIN_PARA2_11N 0x7b4 -+ -+ -+/* DIG Related */ -+#define ODM_BIT_IGI_11N 0x0000007F -+#define ODM_BIT_CCK_RPT_FORMAT_11N BIT9 -+#define ODM_BIT_BB_RX_PATH_11N 0xF -+#define ODM_BIT_BB_ATC_11N BIT11 -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_reg.h linux/3rdparty/rtl8723bs/hal/odm_reg.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_reg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_reg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,103 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/* File Name: odm_reg.h */ -+/* Description: */ -+/* This file is for general register definition. */ -+#ifndef __HAL_ODM_REG_H__ -+#define __HAL_ODM_REG_H__ -+ -+/* Register Definition */ -+ -+/* MAC REG */ -+#define ODM_BB_RESET 0x002 -+#define ODM_DUMMY 0x4fe -+#define RF_T_METER_OLD 0x24 -+#define RF_T_METER_NEW 0x42 -+ -+#define ODM_EDCA_VO_PARAM 0x500 -+#define ODM_EDCA_VI_PARAM 0x504 -+#define ODM_EDCA_BE_PARAM 0x508 -+#define ODM_EDCA_BK_PARAM 0x50C -+#define ODM_TXPAUSE 0x522 -+ -+/* BB REG */ -+#define ODM_FPGA_PHY0_PAGE8 0x800 -+#define ODM_PSD_SETTING 0x808 -+#define ODM_AFE_SETTING 0x818 -+#define ODM_TXAGC_B_24_54 0x834 -+#define ODM_TXAGC_B_MCS32_5 0x838 -+#define ODM_TXAGC_B_MCS0_MCS3 0x83c -+#define ODM_TXAGC_B_MCS4_MCS7 0x848 -+#define ODM_TXAGC_B_MCS8_MCS11 0x84c -+#define ODM_ANALOG_REGISTER 0x85c -+#define ODM_RF_INTERFACE_OUTPUT 0x860 -+#define ODM_TXAGC_B_MCS12_MCS15 0x868 -+#define ODM_TXAGC_B_11_A_2_11 0x86c -+#define ODM_AD_DA_LSB_MASK 0x874 -+#define ODM_ENABLE_3_WIRE 0x88c -+#define ODM_PSD_REPORT 0x8b4 -+#define ODM_R_ANT_SELECT 0x90c -+#define ODM_CCK_ANT_SELECT 0xa07 -+#define ODM_CCK_PD_THRESH 0xa0a -+#define ODM_CCK_RF_REG1 0xa11 -+#define ODM_CCK_MATCH_FILTER 0xa20 -+#define ODM_CCK_RAKE_MAC 0xa2e -+#define ODM_CCK_CNT_RESET 0xa2d -+#define ODM_CCK_TX_DIVERSITY 0xa2f -+#define ODM_CCK_FA_CNT_MSB 0xa5b -+#define ODM_CCK_FA_CNT_LSB 0xa5c -+#define ODM_CCK_NEW_FUNCTION 0xa75 -+#define ODM_OFDM_PHY0_PAGE_C 0xc00 -+#define ODM_OFDM_RX_ANT 0xc04 -+#define ODM_R_A_RXIQI 0xc14 -+#define ODM_R_A_AGC_CORE1 0xc50 -+#define ODM_R_A_AGC_CORE2 0xc54 -+#define ODM_R_B_AGC_CORE1 0xc58 -+#define ODM_R_AGC_PAR 0xc70 -+#define ODM_R_HTSTF_AGC_PAR 0xc7c -+#define ODM_TX_PWR_TRAINING_A 0xc90 -+#define ODM_TX_PWR_TRAINING_B 0xc98 -+#define ODM_OFDM_FA_CNT1 0xcf0 -+#define ODM_OFDM_PHY0_PAGE_D 0xd00 -+#define ODM_OFDM_FA_CNT2 0xda0 -+#define ODM_OFDM_FA_CNT3 0xda4 -+#define ODM_OFDM_FA_CNT4 0xda8 -+#define ODM_TXAGC_A_6_18 0xe00 -+#define ODM_TXAGC_A_24_54 0xe04 -+#define ODM_TXAGC_A_1_MCS32 0xe08 -+#define ODM_TXAGC_A_MCS0_MCS3 0xe10 -+#define ODM_TXAGC_A_MCS4_MCS7 0xe14 -+#define ODM_TXAGC_A_MCS8_MCS11 0xe18 -+#define ODM_TXAGC_A_MCS12_MCS15 0xe1c -+ -+/* RF REG */ -+#define ODM_GAIN_SETTING 0x00 -+#define ODM_CHANNEL 0x18 -+ -+/* Ant Detect Reg */ -+#define ODM_DPDT 0x300 -+ -+/* PSD Init */ -+#define ODM_PSDREG 0x808 -+ -+/* 92D Path Div */ -+#define PATHDIV_REG 0xB30 -+#define PATHDIV_TRI 0xBA0 -+ -+/* Bitmap Definition */ -+ -+#define BIT_FA_RESET BIT0 -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_RTL8723B.c linux/3rdparty/rtl8723bs/hal/odm_RTL8723B.c ---- linux.old/3rdparty/rtl8723bs/hal/odm_RTL8723B.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_RTL8723B.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,45 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include "odm_precomp.h" -+ -+s8 odm_CCKRSSI_8723B(u8 LNA_idx, u8 VGA_idx) -+{ -+ s8 rx_pwr_all = 0x00; -+ -+ switch (LNA_idx) { -+ /* 46 53 73 95 201301231630 */ -+ /* 46 53 77 99 201301241630 */ -+ -+ case 6: -+ rx_pwr_all = -34 - (2 * VGA_idx); -+ break; -+ case 4: -+ rx_pwr_all = -14 - (2 * VGA_idx); -+ break; -+ case 1: -+ rx_pwr_all = 6 - (2 * VGA_idx); -+ break; -+ case 0: -+ rx_pwr_all = 16 - (2 * VGA_idx); -+ break; -+ default: -+ /* rx_pwr_all = -53+(2*(31-VGA_idx)); */ -+ /* DbgPrint("wrong LNA index\n"); */ -+ break; -+ -+ } -+ return rx_pwr_all; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_RTL8723B.h linux/3rdparty/rtl8723bs/hal/odm_RTL8723B.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_RTL8723B.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_RTL8723B.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,22 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __ODM_RTL8723B_H__ -+#define __ODM_RTL8723B_H__ -+ -+#define DM_DIG_MIN_NIC_8723 0x1C -+ -+s8 odm_CCKRSSI_8723B(u8 LNA_idx, u8 VGA_idx); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/odm_types.h linux/3rdparty/rtl8723bs/hal/odm_types.h ---- linux.old/3rdparty/rtl8723bs/hal/odm_types.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/odm_types.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,102 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __ODM_TYPES_H__ -+#define __ODM_TYPES_H__ -+ -+#include -+ -+/* Deifne HW endian support */ -+#define ODM_ENDIAN_BIG 0 -+#define ODM_ENDIAN_LITTLE 1 -+ -+#define GET_ODM(__padapter) ((PDM_ODM_T)(&((GET_HAL_DATA(__padapter))->odmpriv))) -+ -+typedef enum _HAL_STATUS { -+ HAL_STATUS_SUCCESS, -+ HAL_STATUS_FAILURE, -+ /*RT_STATUS_PENDING, -+ RT_STATUS_RESOURCE, -+ RT_STATUS_INVALID_CONTEXT, -+ RT_STATUS_INVALID_PARAMETER, -+ RT_STATUS_NOT_SUPPORT, -+ RT_STATUS_OS_API_FAILED,*/ -+} HAL_STATUS, *PHAL_STATUS; -+ -+ -+/* */ -+/* Declare for ODM spin lock defintion temporarily fro compile pass. */ -+/* */ -+typedef enum _RT_SPINLOCK_TYPE { -+ RT_TX_SPINLOCK = 1, -+ RT_RX_SPINLOCK = 2, -+ RT_RM_SPINLOCK = 3, -+ RT_CAM_SPINLOCK = 4, -+ RT_SCAN_SPINLOCK = 5, -+ RT_LOG_SPINLOCK = 7, -+ RT_BW_SPINLOCK = 8, -+ RT_CHNLOP_SPINLOCK = 9, -+ RT_RF_OPERATE_SPINLOCK = 10, -+ RT_INITIAL_SPINLOCK = 11, -+ RT_RF_STATE_SPINLOCK = 12, /* For RF state. Added by Bruce, 2007-10-30. */ -+ /* Shall we define Ndis 6.2 SpinLock Here ? */ -+ RT_PORT_SPINLOCK = 16, -+ RT_H2C_SPINLOCK = 20, /* For H2C cmd. Added by tynli. 2009.11.09. */ -+ -+ RT_BTData_SPINLOCK = 25, -+ -+ RT_WAPI_OPTION_SPINLOCK = 26, -+ RT_WAPI_RX_SPINLOCK = 27, -+ -+ /* add for 92D CCK control issue */ -+ RT_CCK_PAGEA_SPINLOCK = 28, -+ RT_BUFFER_SPINLOCK = 29, -+ RT_CHANNEL_AND_BANDWIDTH_SPINLOCK = 30, -+ RT_GEN_TEMP_BUF_SPINLOCK = 31, -+ RT_AWB_SPINLOCK = 32, -+ RT_FW_PS_SPINLOCK = 33, -+ RT_HW_TIMER_SPIN_LOCK = 34, -+ RT_MPT_WI_SPINLOCK = 35, -+ RT_P2P_SPIN_LOCK = 36, /* Protect P2P context */ -+ RT_DBG_SPIN_LOCK = 37, -+ RT_IQK_SPINLOCK = 38, -+ RT_PENDED_OID_SPINLOCK = 39, -+ RT_CHNLLIST_SPINLOCK = 40, -+ RT_INDIC_SPINLOCK = 41, /* protect indication */ -+} RT_SPINLOCK_TYPE; -+ -+ #if defined(__LITTLE_ENDIAN) -+ #define ODM_ENDIAN_TYPE ODM_ENDIAN_LITTLE -+ #else -+ #define ODM_ENDIAN_TYPE ODM_ENDIAN_BIG -+ #endif -+ -+ typedef struct timer_list RT_TIMER, *PRT_TIMER; -+ typedef void *RT_TIMER_CALL_BACK; -+ #define STA_INFO_T struct sta_info -+ #define PSTA_INFO_T struct sta_info * -+ -+ #define SET_TX_DESC_ANTSEL_A_88E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 1, __Value) -+ #define SET_TX_DESC_ANTSEL_B_88E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 25, 1, __Value) -+ #define SET_TX_DESC_ANTSEL_C_88E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 29, 1, __Value) -+ -+ /* define useless flag to avoid compile warning */ -+ #define USE_WORKITEM 0 -+ #define FPGA_TWO_MAC_VERIFICATION 0 -+ -+#define READ_NEXT_PAIR(v1, v2, i) do { if (i+2 >= ArrayLen) break; i += 2; v1 = Array[i]; v2 = Array[i+1]; } while (0) -+#define COND_ELSE 2 -+#define COND_ENDIF 3 -+ -+#endif /* __ODM_TYPES_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723b_cmd.c linux/3rdparty/rtl8723bs/hal/rtl8723b_cmd.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723b_cmd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723b_cmd.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,2358 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTL8723B_CMD_C_ -+ -+#include -+#include -+#include -+#include "hal_com_h2c.h" -+ -+#define MAX_H2C_BOX_NUMS 4 -+#define MESSAGE_BOX_SIZE 4 -+ -+#define RTL8723B_MAX_CMD_LEN 7 -+#define RTL8723B_EX_MESSAGE_BOX_SIZE 4 -+ -+static u8 _is_fw_read_cmd_down(struct adapter *padapter, u8 msgbox_num) -+{ -+ u8 read_down = false; -+ int retry_cnts = 100; -+ -+ u8 valid; -+ -+ /* DBG_8192C(" _is_fw_read_cmd_down , reg_1cc(%x), msg_box(%d)...\n", rtw_read8(padapter, REG_HMETFR), msgbox_num); */ -+ -+ do { -+ valid = rtw_read8(padapter, REG_HMETFR) & BIT(msgbox_num); -+ if (0 == valid) { -+ read_down = true; -+ } -+#ifdef CONFIG_WOWLAN -+ else -+ msleep(1); -+#endif -+ } while ((!read_down) && (retry_cnts--)); -+ -+ return read_down; -+ -+} -+ -+ -+/***************************************** -+* H2C Msg format : -+*| 31 - 8 |7-5 | 4 - 0 | -+*| h2c_msg |Class |CMD_ID | -+*| 31-0 | -+*| Ext msg | -+* -+******************************************/ -+s32 FillH2CCmd8723B(struct adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer) -+{ -+ u8 h2c_box_num; -+ u32 msgbox_addr; -+ u32 msgbox_ex_addr = 0; -+ struct hal_com_data *pHalData; -+ u32 h2c_cmd = 0; -+ u32 h2c_cmd_ex = 0; -+ s32 ret = _FAIL; -+ -+ padapter = GET_PRIMARY_ADAPTER(padapter); -+ pHalData = GET_HAL_DATA(padapter); -+ if (mutex_lock_interruptible(&(adapter_to_dvobj(padapter)->h2c_fwcmd_mutex))) -+ return ret; -+ -+ if (!pCmdBuffer) { -+ goto exit; -+ } -+ -+ if (CmdLen > RTL8723B_MAX_CMD_LEN) { -+ goto exit; -+ } -+ -+ if (padapter->bSurpriseRemoved == true) -+ goto exit; -+ -+ /* pay attention to if race condition happened in H2C cmd setting. */ -+ do { -+ h2c_box_num = pHalData->LastHMEBoxNum; -+ -+ if (!_is_fw_read_cmd_down(padapter, h2c_box_num)) { -+ DBG_8192C(" fw read cmd failed...\n"); -+ /* DBG_8192C(" 0x1c0: 0x%8x\n", rtw_read32(padapter, 0x1c0)); */ -+ /* DBG_8192C(" 0x1c4: 0x%8x\n", rtw_read32(padapter, 0x1c4)); */ -+ goto exit; -+ } -+ -+ if (CmdLen <= 3) -+ memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, CmdLen); -+ else { -+ memcpy((u8 *)(&h2c_cmd)+1, pCmdBuffer, 3); -+ memcpy((u8 *)(&h2c_cmd_ex), pCmdBuffer+3, CmdLen-3); -+/* *(u8 *)(&h2c_cmd) |= BIT(7); */ -+ } -+ -+ *(u8 *)(&h2c_cmd) |= ElementID; -+ -+ if (CmdLen > 3) { -+ msgbox_ex_addr = REG_HMEBOX_EXT0_8723B + (h2c_box_num*RTL8723B_EX_MESSAGE_BOX_SIZE); -+ rtw_write32(padapter, msgbox_ex_addr, h2c_cmd_ex); -+ } -+ msgbox_addr = REG_HMEBOX_0 + (h2c_box_num*MESSAGE_BOX_SIZE); -+ rtw_write32(padapter, msgbox_addr, h2c_cmd); -+ -+ /* DBG_8192C("MSG_BOX:%d, CmdLen(%d), CmdID(0x%x), reg:0x%x =>h2c_cmd:0x%.8x, reg:0x%x =>h2c_cmd_ex:0x%.8x\n" */ -+ /* , pHalData->LastHMEBoxNum , CmdLen, ElementID, msgbox_addr, h2c_cmd, msgbox_ex_addr, h2c_cmd_ex); */ -+ -+ pHalData->LastHMEBoxNum = (h2c_box_num+1) % MAX_H2C_BOX_NUMS; -+ -+ } while (0); -+ -+ ret = _SUCCESS; -+ -+exit: -+ -+ mutex_unlock(&(adapter_to_dvobj(padapter)->h2c_fwcmd_mutex)); -+ return ret; -+} -+ -+static void ConstructBeacon(struct adapter *padapter, u8 *pframe, u32 *pLength) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ u32 rate_len, pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ /* pmlmeext->mgnt_seq++; */ -+ SetFrameSubType(pframe, WIFI_BEACON); -+ -+ pframe += sizeof(struct ieee80211_hdr_3addr); -+ pktlen = sizeof (struct ieee80211_hdr_3addr); -+ -+ /* timestamp will be inserted by hardware */ -+ pframe += 8; -+ pktlen += 8; -+ -+ /* beacon interval: 2 bytes */ -+ memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ /* capability info: 2 bytes */ -+ memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) { -+ /* DBG_871X("ie len =%d\n", cur_network->IELength); */ -+ pktlen += cur_network->IELength - sizeof(struct ndis_802_11_fix_ie); -+ memcpy(pframe, cur_network->IEs+sizeof(struct ndis_802_11_fix_ie), pktlen); -+ -+ goto _ConstructBeacon; -+ } -+ -+ /* below for ad-hoc mode */ -+ -+ /* SSID */ -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pktlen); -+ -+ /* supported rates... */ -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->SupportedRates, &pktlen); -+ -+ /* DS parameter set */ -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pktlen); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) { -+ u32 ATIMWindow; -+ /* IBSS Parameter Set... */ -+ /* ATIMWindow = cur->Configuration.ATIMWindow; */ -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pktlen); -+ } -+ -+ -+ /* todo: ERP IE */ -+ -+ -+ /* EXTERNDED SUPPORTED RATE */ -+ if (rate_len > 8) -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pktlen); -+ -+ -+ /* todo:HT for adhoc */ -+ -+_ConstructBeacon: -+ -+ if ((pktlen + TXDESC_SIZE) > 512) { -+ DBG_871X("beacon frame too large\n"); -+ return; -+ } -+ -+ *pLength = pktlen; -+ -+ /* DBG_871X("%s bcn_sz =%d\n", __func__, pktlen); */ -+ -+} -+ -+static void ConstructPSPoll(struct adapter *padapter, u8 *pframe, u32 *pLength) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ /* Frame control. */ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ SetPwrMgt(fctrl); -+ SetFrameSubType(pframe, WIFI_PSPOLL); -+ -+ /* AID. */ -+ SetDuration(pframe, (pmlmeinfo->aid | 0xc000)); -+ -+ /* BSSID. */ -+ memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ /* TA. */ -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ -+ *pLength = 16; -+} -+ -+static void ConstructNullFunctionData( -+ struct adapter *padapter, -+ u8 *pframe, -+ u32 *pLength, -+ u8 *StaAddr, -+ u8 bQoS, -+ u8 AC, -+ u8 bEosp, -+ u8 bForcePowerSave -+) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ u32 pktlen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ /* DBG_871X("%s:%d\n", __func__, bForcePowerSave); */ -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &pwlanhdr->frame_control; -+ *(fctrl) = 0; -+ if (bForcePowerSave) -+ SetPwrMgt(fctrl); -+ -+ switch (cur_network->network.InfrastructureMode) { -+ case Ndis802_11Infrastructure: -+ SetToDs(fctrl); -+ memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, StaAddr, ETH_ALEN); -+ break; -+ case Ndis802_11APMode: -+ SetFrDs(fctrl); -+ memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ break; -+ case Ndis802_11IBSS: -+ default: -+ memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ break; -+ } -+ -+ SetSeqNum(pwlanhdr, 0); -+ -+ if (bQoS == true) { -+ struct ieee80211_qos_hdr *pwlanqoshdr; -+ -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; -+ SetPriority(&pwlanqoshdr->qos_ctrl, AC); -+ SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); -+ -+ pktlen = sizeof(struct ieee80211_qos_hdr); -+ } else { -+ SetFrameSubType(pframe, WIFI_DATA_NULL); -+ -+ pktlen = sizeof(struct ieee80211_hdr_3addr); -+ } -+ -+ *pLength = pktlen; -+} -+ -+ -+#ifdef CONFIG_WOWLAN -+/* */ -+/* Description: */ -+/* Construct the ARP response packet to support ARP offload. */ -+/* */ -+static void ConstructARPResponse( -+ struct adapter *padapter, -+ u8 *pframe, -+ u32 *pLength, -+ u8 *pIPAddress -+) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ static u8 ARPLLCHeader[8] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0x00, 0x08, 0x06}; -+ u8 *pARPRspPkt = pframe; -+ /* for TKIP Cal MIC */ -+ u8 *payload = pframe; -+ u8 EncryptionHeadOverhead = 0; -+ /* DBG_871X("%s:%d\n", __func__, bForcePowerSave); */ -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &pwlanhdr->frame_control; -+ *(fctrl) = 0; -+ -+ /* */ -+ /* MAC Header. */ -+ /* */ -+ SetFrameType(fctrl, WIFI_DATA); -+ /* SetFrameSubType(fctrl, 0); */ -+ SetToDs(fctrl); -+ memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetDuration(pwlanhdr, 0); -+ /* SET_80211_HDR_FRAME_CONTROL(pARPRspPkt, 0); */ -+ /* SET_80211_HDR_TYPE_AND_SUBTYPE(pARPRspPkt, Type_Data); */ -+ /* SET_80211_HDR_TO_DS(pARPRspPkt, 1); */ -+ /* SET_80211_HDR_ADDRESS1(pARPRspPkt, pMgntInfo->Bssid); */ -+ /* SET_80211_HDR_ADDRESS2(pARPRspPkt, Adapter->CurrentAddress); */ -+ /* SET_80211_HDR_ADDRESS3(pARPRspPkt, pMgntInfo->Bssid); */ -+ -+ /* SET_80211_HDR_DURATION(pARPRspPkt, 0); */ -+ /* SET_80211_HDR_FRAGMENT_SEQUENCE(pARPRspPkt, 0); */ -+ *pLength = 24; -+ -+ /* */ -+ /* Security Header: leave space for it if necessary. */ -+ /* */ -+ -+ switch (psecuritypriv->dot11PrivacyAlgrthm) { -+ case _WEP40_: -+ case _WEP104_: -+ EncryptionHeadOverhead = 4; -+ break; -+ case _TKIP_: -+ EncryptionHeadOverhead = 8; -+ break; -+ case _AES_: -+ EncryptionHeadOverhead = 8; -+ break; -+ default: -+ EncryptionHeadOverhead = 0; -+ } -+ -+ if (EncryptionHeadOverhead > 0) { -+ memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); -+ *pLength += EncryptionHeadOverhead; -+ SetPrivacy(fctrl); -+ } -+ -+ /* */ -+ /* Frame Body. */ -+ /* */ -+ pARPRspPkt = (u8 *)(pframe + *pLength); -+ payload = pARPRspPkt; /* Get Payload pointer */ -+ /* LLC header */ -+ memcpy(pARPRspPkt, ARPLLCHeader, 8); -+ *pLength += 8; -+ -+ /* ARP element */ -+ pARPRspPkt += 8; -+ SET_ARP_PKT_HW(pARPRspPkt, 0x0100); -+ SET_ARP_PKT_PROTOCOL(pARPRspPkt, 0x0008); /* IP protocol */ -+ SET_ARP_PKT_HW_ADDR_LEN(pARPRspPkt, 6); -+ SET_ARP_PKT_PROTOCOL_ADDR_LEN(pARPRspPkt, 4); -+ SET_ARP_PKT_OPERATION(pARPRspPkt, 0x0200); /* ARP response */ -+ SET_ARP_PKT_SENDER_MAC_ADDR(pARPRspPkt, myid(&(padapter->eeprompriv))); -+ SET_ARP_PKT_SENDER_IP_ADDR(pARPRspPkt, pIPAddress); -+ { -+ SET_ARP_PKT_TARGET_MAC_ADDR(pARPRspPkt, get_my_bssid(&(pmlmeinfo->network))); -+ SET_ARP_PKT_TARGET_IP_ADDR(pARPRspPkt, pIPAddress); -+ DBG_871X("%s Target Mac Addr:" MAC_FMT "\n", __func__, MAC_ARG(get_my_bssid(&(pmlmeinfo->network)))); -+ DBG_871X("%s Target IP Addr" IP_FMT "\n", __func__, IP_ARG(pIPAddress)); -+ } -+ -+ *pLength += 28; -+ -+ if (psecuritypriv->dot11PrivacyAlgrthm == _TKIP_) { -+ u8 mic[8]; -+ struct mic_data micdata; -+ struct sta_info *psta = NULL; -+ u8 priority[4] = { -+ 0x0, 0x0, 0x0, 0x0 -+ }; -+ u8 null_key[16] = { -+ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, -+ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 -+ }; -+ -+ DBG_871X("%s(): Add MIC\n", __func__); -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, get_my_bssid(&(pmlmeinfo->network))); -+ if (psta != NULL) { -+ if (!memcmp(&psta->dot11tkiptxmickey.skey[0], null_key, 16)) { -+ DBG_871X("%s(): STA dot11tkiptxmickey == 0\n", __func__); -+ } -+ /* start to calculate the mic code */ -+ rtw_secmicsetkey(&micdata, &psta->dot11tkiptxmickey.skey[0]); -+ } -+ -+ rtw_secmicappend(&micdata, pwlanhdr->addr3, 6); /* DA */ -+ -+ rtw_secmicappend(&micdata, pwlanhdr->addr2, 6); /* SA */ -+ -+ priority[0] = 0; -+ rtw_secmicappend(&micdata, &priority[0], 4); -+ -+ rtw_secmicappend(&micdata, payload, 36); /* payload length = 8 + 28 */ -+ -+ rtw_secgetmic(&micdata, &(mic[0])); -+ -+ pARPRspPkt += 28; -+ memcpy(pARPRspPkt, &(mic[0]), 8); -+ -+ *pLength += 8; -+ } -+} -+ -+#ifdef CONFIG_PNO_SUPPORT -+static void ConstructPnoInfo( -+ struct adapter *padapter, u8 *pframe, u32 *pLength -+) -+{ -+ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ -+ u8 *pPnoInfoPkt = pframe; -+ pPnoInfoPkt = (u8 *)(pframe + *pLength); -+ memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_num, 4); -+ -+ *pLength += 4; -+ pPnoInfoPkt += 4; -+ memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->fast_scan_period, 4); -+ -+ *pLength += 4; -+ pPnoInfoPkt += 4; -+ memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->fast_scan_iterations, 4); -+ -+ *pLength += 4; -+ pPnoInfoPkt += 4; -+ memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->slow_scan_period, 4); -+ -+ *pLength += 4; -+ pPnoInfoPkt += 4; -+ memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_length, -+ MAX_PNO_LIST_COUNT); -+ -+ *pLength += MAX_PNO_LIST_COUNT; -+ pPnoInfoPkt += MAX_PNO_LIST_COUNT; -+ memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_cipher_info, -+ MAX_PNO_LIST_COUNT); -+ -+ *pLength += MAX_PNO_LIST_COUNT; -+ pPnoInfoPkt += MAX_PNO_LIST_COUNT; -+ memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_channel_info, -+ MAX_PNO_LIST_COUNT); -+ -+ *pLength += MAX_PNO_LIST_COUNT; -+ pPnoInfoPkt += MAX_PNO_LIST_COUNT; -+} -+ -+static void ConstructSSIDList( -+ struct adapter *padapter, u8 *pframe, u32 *pLength -+) -+{ -+ int i = 0; -+ u8 *pSSIDListPkt = pframe; -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ -+ pSSIDListPkt = (u8 *)(pframe + *pLength); -+ -+ for (i = 0; i < pwrctl->pnlo_info->ssid_num ; i++) { -+ memcpy(pSSIDListPkt, &pwrctl->pno_ssid_list->node[i].SSID, -+ pwrctl->pnlo_info->ssid_length[i]); -+ -+ *pLength += WLAN_SSID_MAXLEN; -+ pSSIDListPkt += WLAN_SSID_MAXLEN; -+ } -+} -+ -+static void ConstructScanInfo( -+ struct adapter *padapter, u8 *pframe, u32 *pLength -+) -+{ -+ int i = 0; -+ u8 *pScanInfoPkt = pframe; -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ -+ pScanInfoPkt = (u8 *)(pframe + *pLength); -+ -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->channel_num, 1); -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_ch, 1); -+ -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_bw, 1); -+ -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_40_offset, 1); -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_80_offset, 1); -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->periodScan, 1); -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->period_scan_time, 1); -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->enableRFE, 1); -+ -+ *pLength += 1; -+ pScanInfoPkt += 1; -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->rfe_type, 8); -+ -+ *pLength += 8; -+ pScanInfoPkt += 8; -+ -+ for (i = 0; i < MAX_SCAN_LIST_COUNT; i++) { -+ memcpy(pScanInfoPkt, &pwrctl->pscan_info->ssid_channel_info[i], 4); -+ *pLength += 4; -+ pScanInfoPkt += 4; -+ } -+} -+#endif -+ -+#ifdef CONFIG_GTK_OL -+static void ConstructGTKResponse( -+ struct adapter *padapter, u8 *pframe, u32 *pLength -+) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ static u8 LLCHeader[8] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0x00, 0x88, 0x8E}; -+ static u8 GTKbody_a[11] = {0x01, 0x03, 0x00, 0x5F, 0x02, 0x03, 0x12, 0x00, 0x10, 0x42, 0x0B}; -+ u8 *pGTKRspPkt = pframe; -+ u8 EncryptionHeadOverhead = 0; -+ /* DBG_871X("%s:%d\n", __func__, bForcePowerSave); */ -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ fctrl = &pwlanhdr->frame_control; -+ *(fctrl) = 0; -+ -+ /* */ -+ /* MAC Header. */ -+ /* */ -+ SetFrameType(fctrl, WIFI_DATA); -+ /* SetFrameSubType(fctrl, 0); */ -+ SetToDs(fctrl); -+ memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetDuration(pwlanhdr, 0); -+ -+ *pLength = 24; -+ -+ /* */ -+ /* Security Header: leave space for it if necessary. */ -+ /* */ -+ -+ switch (psecuritypriv->dot11PrivacyAlgrthm) { -+ case _WEP40_: -+ case _WEP104_: -+ EncryptionHeadOverhead = 4; -+ break; -+ case _TKIP_: -+ EncryptionHeadOverhead = 8; -+ break; -+ case _AES_: -+ EncryptionHeadOverhead = 8; -+ break; -+ default: -+ EncryptionHeadOverhead = 0; -+ } -+ -+ if (EncryptionHeadOverhead > 0) { -+ memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); -+ *pLength += EncryptionHeadOverhead; -+ /* GTK's privacy bit is done by FW */ -+ /* SetPrivacy(fctrl); */ -+ } -+ -+ /* */ -+ /* Frame Body. */ -+ /* */ -+ pGTKRspPkt = (u8 *)(pframe + *pLength); -+ /* LLC header */ -+ memcpy(pGTKRspPkt, LLCHeader, 8); -+ *pLength += 8; -+ -+ /* GTK element */ -+ pGTKRspPkt += 8; -+ -+ /* GTK frame body after LLC, part 1 */ -+ memcpy(pGTKRspPkt, GTKbody_a, 11); -+ *pLength += 11; -+ pGTKRspPkt += 11; -+ /* GTK frame body after LLC, part 2 */ -+ memset(&(pframe[*pLength]), 0, 88); -+ *pLength += 88; -+ pGTKRspPkt += 88; -+ -+} -+#endif /* CONFIG_GTK_OL */ -+ -+#ifdef CONFIG_PNO_SUPPORT -+static void ConstructProbeReq(struct adapter *padapter, u8 *pframe, u32 *pLength) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ unsigned char *mac; -+ unsigned char bssrate[NumRates]; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int bssrate_len = 0; -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ mac = myid(&(padapter->eeprompriv)); -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ /* broadcast probe request frame */ -+ memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, bc_addr, ETH_ALEN); -+ -+ memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(pframe, WIFI_PROBEREQ); -+ -+ pktlen = sizeof(struct ieee80211_hdr_3addr); -+ pframe += pktlen; -+ -+ pframe = rtw_set_ie(pframe, _SSID_IE_, 0, NULL, &pktlen); -+ -+ get_rate_set(padapter, bssrate, &bssrate_len); -+ -+ if (bssrate_len > 8) { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, bssrate, &pktlen); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (bssrate_len - 8), (bssrate + 8), &pktlen); -+ } else -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, bssrate_len, bssrate, &pktlen); -+ -+ *pLength = pktlen; -+} -+#endif /* CONFIG_PNO_SUPPORT */ -+#endif /* CONFIG_WOWLAN */ -+ -+#ifdef CONFIG_AP_WOWLAN -+static void ConstructProbeRsp(struct adapter *padapter, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bHideSSID) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u8 *mac, *bssid; -+ u32 pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *cur_network = &(pmlmeinfo->network); -+ u8 *pwps_ie; -+ uint wps_ielen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ -+ mac = myid(&(padapter->eeprompriv)); -+ bssid = cur_network->MacAddress; -+ -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, bssid, ETH_ALEN); -+ -+ DBG_871X("%s FW Mac Addr:" MAC_FMT "\n", __func__, MAC_ARG(mac)); -+ DBG_871X("%s FW IP Addr" IP_FMT "\n", __func__, IP_ARG(StaAddr)); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(fctrl, WIFI_PROBERSP); -+ -+ pktlen = sizeof(struct ieee80211_hdr_3addr); -+ pframe += pktlen; -+ -+ if (cur_network->IELength > MAX_IE_SZ) -+ return; -+ -+ pwps_ie = rtw_get_wps_ie(cur_network->IEs+_FIXED_IE_LENGTH_, -+ cur_network->IELength-_FIXED_IE_LENGTH_, NULL, &wps_ielen); -+ -+ /* inerset & update wps_probe_resp_ie */ -+ if ((pmlmepriv->wps_probe_resp_ie != NULL) && pwps_ie && (wps_ielen > 0)) { -+ uint wps_offset, remainder_ielen; -+ u8 *premainder_ie; -+ -+ wps_offset = (uint)(pwps_ie - cur_network->IEs); -+ -+ premainder_ie = pwps_ie + wps_ielen; -+ -+ remainder_ielen = cur_network->IELength - wps_offset - wps_ielen; -+ -+ memcpy(pframe, cur_network->IEs, wps_offset); -+ pframe += wps_offset; -+ pktlen += wps_offset; -+ -+ wps_ielen = (uint)pmlmepriv->wps_probe_resp_ie[1];/* to get ie data len */ -+ if ((wps_offset+wps_ielen+2) <= MAX_IE_SZ) { -+ memcpy(pframe, pmlmepriv->wps_probe_resp_ie, wps_ielen+2); -+ pframe += wps_ielen+2; -+ pktlen += wps_ielen+2; -+ } -+ -+ if ((wps_offset+wps_ielen+2+remainder_ielen) <= MAX_IE_SZ) { -+ memcpy(pframe, premainder_ie, remainder_ielen); -+ pframe += remainder_ielen; -+ pktlen += remainder_ielen; -+ } -+ } else { -+ memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ pframe += cur_network->IELength; -+ pktlen += cur_network->IELength; -+ } -+ -+ /* retrieve SSID IE from cur_network->Ssid */ -+ { -+ u8 *ssid_ie; -+ sint ssid_ielen; -+ sint ssid_ielen_diff; -+ u8 buf[MAX_IE_SZ]; -+ u8 *ies = pframe + sizeof(struct ieee80211_hdr_3addr); -+ -+ ssid_ie = rtw_get_ie(ies+_FIXED_IE_LENGTH_, _SSID_IE_, &ssid_ielen, -+ (pframe-ies)-_FIXED_IE_LENGTH_); -+ -+ ssid_ielen_diff = cur_network->Ssid.SsidLength - ssid_ielen; -+ -+ if (ssid_ie && cur_network->Ssid.SsidLength) { -+ uint remainder_ielen; -+ u8 *remainder_ie; -+ remainder_ie = ssid_ie+2; -+ remainder_ielen = (pframe-remainder_ie); -+ -+ if (remainder_ielen > MAX_IE_SZ) { -+ DBG_871X_LEVEL(_drv_warning_, FUNC_ADPT_FMT" remainder_ielen > MAX_IE_SZ\n", FUNC_ADPT_ARG(padapter)); -+ remainder_ielen = MAX_IE_SZ; -+ } -+ -+ memcpy(buf, remainder_ie, remainder_ielen); -+ memcpy(remainder_ie+ssid_ielen_diff, buf, remainder_ielen); -+ *(ssid_ie+1) = cur_network->Ssid.SsidLength; -+ memcpy(ssid_ie+2, cur_network->Ssid.Ssid, cur_network->Ssid.SsidLength); -+ pframe += ssid_ielen_diff; -+ pktlen += ssid_ielen_diff; -+ } -+ } -+ -+ *pLength = pktlen; -+ -+} -+#endif /* CONFIG_AP_WOWLAN */ -+ -+/* To check if reserved page content is destroyed by beacon beacuse beacon is too large. */ -+/* 2010.06.23. Added by tynli. */ -+void CheckFwRsvdPageContent(struct adapter *Adapter) -+{ -+} -+ -+static void rtl8723b_set_FwRsvdPage_cmd(struct adapter *padapter, PRSVDPAGE_LOC rsvdpageloc) -+{ -+ u8 u1H2CRsvdPageParm[H2C_RSVDPAGE_LOC_LEN] = {0}; -+ -+ DBG_871X("8723BRsvdPageLoc: ProbeRsp =%d PsPoll =%d Null =%d QoSNull =%d BTNull =%d\n", -+ rsvdpageloc->LocProbeRsp, rsvdpageloc->LocPsPoll, -+ rsvdpageloc->LocNullData, rsvdpageloc->LocQosNull, -+ rsvdpageloc->LocBTQosNull); -+ -+ SET_8723B_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(u1H2CRsvdPageParm, rsvdpageloc->LocProbeRsp); -+ SET_8723B_H2CCMD_RSVDPAGE_LOC_PSPOLL(u1H2CRsvdPageParm, rsvdpageloc->LocPsPoll); -+ SET_8723B_H2CCMD_RSVDPAGE_LOC_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocNullData); -+ SET_8723B_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocQosNull); -+ SET_8723B_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocBTQosNull); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CRsvdPageParm:", u1H2CRsvdPageParm, H2C_RSVDPAGE_LOC_LEN); -+ FillH2CCmd8723B(padapter, H2C_8723B_RSVD_PAGE, H2C_RSVDPAGE_LOC_LEN, u1H2CRsvdPageParm); -+} -+ -+static void rtl8723b_set_FwAoacRsvdPage_cmd(struct adapter *padapter, PRSVDPAGE_LOC rsvdpageloc) -+{ -+#ifdef CONFIG_WOWLAN -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 u1H2CAoacRsvdPageParm[H2C_AOAC_RSVDPAGE_LOC_LEN] = {0}; -+ -+ DBG_871X("8723BAOACRsvdPageLoc: RWC =%d ArpRsp =%d NbrAdv =%d GtkRsp =%d GtkInfo =%d ProbeReq =%d NetworkList =%d\n", -+ rsvdpageloc->LocRemoteCtrlInfo, rsvdpageloc->LocArpRsp, -+ rsvdpageloc->LocNbrAdv, rsvdpageloc->LocGTKRsp, -+ rsvdpageloc->LocGTKInfo, rsvdpageloc->LocProbeReq, -+ rsvdpageloc->LocNetList); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_REMOTE_WAKE_CTRL_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocRemoteCtrlInfo); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_ARP_RSP(u1H2CAoacRsvdPageParm, rsvdpageloc->LocArpRsp); -+ /* SET_H2CCMD_AOAC_RSVDPAGE_LOC_NEIGHBOR_ADV(u1H2CAoacRsvdPageParm, rsvdpageloc->LocNbrAdv); */ -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_RSP(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKRsp); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKInfo); -+#ifdef CONFIG_GTK_OL -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_EXT_MEM(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKEXTMEM); -+#endif /* CONFIG_GTK_OL */ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CAoacRsvdPageParm:", u1H2CAoacRsvdPageParm, H2C_AOAC_RSVDPAGE_LOC_LEN); -+ FillH2CCmd8723B(padapter, H2C_8723B_AOAC_RSVD_PAGE, H2C_AOAC_RSVDPAGE_LOC_LEN, u1H2CAoacRsvdPageParm); -+ } else { -+#ifdef CONFIG_PNO_SUPPORT -+ if (!pwrpriv->pno_in_resume) { -+ DBG_871X("NLO_INFO =%d\n", rsvdpageloc->LocPNOInfo); -+ memset(&u1H2CAoacRsvdPageParm, 0, sizeof(u1H2CAoacRsvdPageParm)); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_NLO_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocPNOInfo); -+ FillH2CCmd8723B(padapter, H2C_AOAC_RSVDPAGE3, H2C_AOAC_RSVDPAGE_LOC_LEN, u1H2CAoacRsvdPageParm); -+ msleep(10); -+ } -+#endif -+ } -+ -+#endif /* CONFIG_WOWLAN */ -+} -+ -+#ifdef CONFIG_AP_WOWLAN -+static void rtl8723b_set_ap_wow_rsvdpage_cmd( -+ struct adapter *padapter, PRSVDPAGE_LOC rsvdpageloc -+) -+{ -+ u8 header; -+ u8 rsvdparm[H2C_AOAC_RSVDPAGE_LOC_LEN] = {0}; -+ -+ header = rtw_read8(padapter, REG_BCNQ_BDNY); -+ -+ DBG_871X("%s: beacon: %d, probeRsp: %d, header:0x%02x\n", __func__, -+ rsvdpageloc->LocApOffloadBCN, -+ rsvdpageloc->LocProbeRsp, -+ header); -+ -+ SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_BCN(rsvdparm, -+ rsvdpageloc->LocApOffloadBCN + header); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_BCN_RSVDPAGE, -+ H2C_BCN_RSVDPAGE_LEN, rsvdparm); -+ -+ msleep(10); -+ -+ memset(&rsvdparm, 0, sizeof(rsvdparm)); -+ -+ SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_ProbeRsp( -+ rsvdparm, -+ rsvdpageloc->LocProbeRsp + header); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_PROBERSP_RSVDPAGE, -+ H2C_PROBERSP_RSVDPAGE_LEN, rsvdparm); -+ -+ msleep(10); -+} -+#endif /* CONFIG_AP_WOWLAN */ -+ -+void rtl8723b_set_FwMediaStatusRpt_cmd(struct adapter *padapter, u8 mstatus, u8 macid) -+{ -+ u8 u1H2CMediaStatusRptParm[H2C_MEDIA_STATUS_RPT_LEN] = {0}; -+ u8 macid_end = 0; -+ -+ DBG_871X("%s(): mstatus = %d macid =%d\n", __func__, mstatus, macid); -+ -+ SET_8723B_H2CCMD_MSRRPT_PARM_OPMODE(u1H2CMediaStatusRptParm, mstatus); -+ SET_8723B_H2CCMD_MSRRPT_PARM_MACID_IND(u1H2CMediaStatusRptParm, 0); -+ SET_8723B_H2CCMD_MSRRPT_PARM_MACID(u1H2CMediaStatusRptParm, macid); -+ SET_8723B_H2CCMD_MSRRPT_PARM_MACID_END(u1H2CMediaStatusRptParm, macid_end); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CMediaStatusRptParm:", u1H2CMediaStatusRptParm, H2C_MEDIA_STATUS_RPT_LEN); -+ FillH2CCmd8723B(padapter, H2C_8723B_MEDIA_STATUS_RPT, H2C_MEDIA_STATUS_RPT_LEN, u1H2CMediaStatusRptParm); -+} -+ -+#ifdef CONFIG_WOWLAN -+static void rtl8723b_set_FwKeepAlive_cmd(struct adapter *padapter, u8 benable, u8 pkt_type) -+{ -+ u8 u1H2CKeepAliveParm[H2C_KEEP_ALIVE_CTRL_LEN] = {0}; -+ u8 adopt = 1, check_period = 5; -+ -+ DBG_871X("%s(): benable = %d\n", __func__, benable); -+ SET_8723B_H2CCMD_KEEPALIVE_PARM_ENABLE(u1H2CKeepAliveParm, benable); -+ SET_8723B_H2CCMD_KEEPALIVE_PARM_ADOPT(u1H2CKeepAliveParm, adopt); -+ SET_8723B_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(u1H2CKeepAliveParm, pkt_type); -+ SET_8723B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(u1H2CKeepAliveParm, check_period); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CKeepAliveParm:", u1H2CKeepAliveParm, H2C_KEEP_ALIVE_CTRL_LEN); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_KEEP_ALIVE, H2C_KEEP_ALIVE_CTRL_LEN, u1H2CKeepAliveParm); -+} -+ -+static void rtl8723b_set_FwDisconDecision_cmd(struct adapter *padapter, u8 benable) -+{ -+ u8 u1H2CDisconDecisionParm[H2C_DISCON_DECISION_LEN] = {0}; -+ u8 adopt = 1, check_period = 10, trypkt_num = 0; -+ -+ DBG_871X("%s(): benable = %d\n", __func__, benable); -+ SET_8723B_H2CCMD_DISCONDECISION_PARM_ENABLE(u1H2CDisconDecisionParm, benable); -+ SET_8723B_H2CCMD_DISCONDECISION_PARM_ADOPT(u1H2CDisconDecisionParm, adopt); -+ SET_8723B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(u1H2CDisconDecisionParm, check_period); -+ SET_8723B_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(u1H2CDisconDecisionParm, trypkt_num); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CDisconDecisionParm:", u1H2CDisconDecisionParm, H2C_DISCON_DECISION_LEN); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_DISCON_DECISION, H2C_DISCON_DECISION_LEN, u1H2CDisconDecisionParm); -+} -+#endif /* CONFIG_WOWLAN */ -+ -+void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u32 mask) -+{ -+ u8 u1H2CMacIdConfigParm[H2C_MACID_CFG_LEN] = {0}; -+ -+ DBG_871X("%s(): mac_id =%d raid = 0x%x bw =%d mask = 0x%x\n", __func__, mac_id, raid, bw, mask); -+ -+ SET_8723B_H2CCMD_MACID_CFG_MACID(u1H2CMacIdConfigParm, mac_id); -+ SET_8723B_H2CCMD_MACID_CFG_RAID(u1H2CMacIdConfigParm, raid); -+ SET_8723B_H2CCMD_MACID_CFG_SGI_EN(u1H2CMacIdConfigParm, sgi ? 1 : 0); -+ SET_8723B_H2CCMD_MACID_CFG_BW(u1H2CMacIdConfigParm, bw); -+ SET_8723B_H2CCMD_MACID_CFG_RATE_MASK0(u1H2CMacIdConfigParm, (u8)(mask & 0x000000ff)); -+ SET_8723B_H2CCMD_MACID_CFG_RATE_MASK1(u1H2CMacIdConfigParm, (u8)((mask & 0x0000ff00) >> 8)); -+ SET_8723B_H2CCMD_MACID_CFG_RATE_MASK2(u1H2CMacIdConfigParm, (u8)((mask & 0x00ff0000) >> 16)); -+ SET_8723B_H2CCMD_MACID_CFG_RATE_MASK3(u1H2CMacIdConfigParm, (u8)((mask & 0xff000000) >> 24)); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CMacIdConfigParm:", u1H2CMacIdConfigParm, H2C_MACID_CFG_LEN); -+ FillH2CCmd8723B(padapter, H2C_8723B_MACID_CFG, H2C_MACID_CFG_LEN, u1H2CMacIdConfigParm); -+} -+ -+static void rtl8723b_set_FwRssiSetting_cmd(struct adapter *padapter, u8 *param) -+{ -+ u8 u1H2CRssiSettingParm[H2C_RSSI_SETTING_LEN] = {0}; -+ u8 mac_id = *param; -+ u8 rssi = *(param+2); -+ u8 uldl_state = 0; -+ -+ /* DBG_871X("%s(): param =%.2x-%.2x-%.2x\n", __func__, *param, *(param+1), *(param+2)); */ -+ /* DBG_871X("%s(): mac_id =%d rssi =%d\n", __func__, mac_id, rssi); */ -+ -+ SET_8723B_H2CCMD_RSSI_SETTING_MACID(u1H2CRssiSettingParm, mac_id); -+ SET_8723B_H2CCMD_RSSI_SETTING_RSSI(u1H2CRssiSettingParm, rssi); -+ SET_8723B_H2CCMD_RSSI_SETTING_ULDL_STATE(u1H2CRssiSettingParm, uldl_state); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_notice_, "u1H2CRssiSettingParm:", u1H2CRssiSettingParm, H2C_RSSI_SETTING_LEN); -+ FillH2CCmd8723B(padapter, H2C_8723B_RSSI_SETTING, H2C_RSSI_SETTING_LEN, u1H2CRssiSettingParm); -+} -+ -+void rtl8723b_set_FwPwrMode_cmd(struct adapter *padapter, u8 psmode) -+{ -+ int i; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u8 u1H2CPwrModeParm[H2C_PWRMODE_LEN] = {0}; -+ u8 PowerState = 0, awake_intvl = 1, byte5 = 0, rlbm = 0; -+ -+ if (pwrpriv->dtim > 0) -+ DBG_871X("%s(): FW LPS mode = %d, SmartPS =%d, dtim =%d\n", __func__, psmode, pwrpriv->smart_ps, pwrpriv->dtim); -+ else -+ DBG_871X("%s(): FW LPS mode = %d, SmartPS =%d\n", __func__, psmode, pwrpriv->smart_ps); -+ -+#ifdef CONFIG_WOWLAN -+ if (psmode == PS_MODE_DTIM) { /* For WOWLAN LPS, DTIM = (awake_intvl - 1) */ -+ awake_intvl = 3;/* DTIM =2 */ -+ rlbm = 2; -+ } else -+#endif /* CONFIG_WOWLAN */ -+ { -+ if (pwrpriv->dtim > 0 && pwrpriv->dtim < 16) -+ awake_intvl = pwrpriv->dtim+1;/* DTIM = (awake_intvl - 1) */ -+ else -+ awake_intvl = 3;/* DTIM =2 */ -+ -+ rlbm = 2; -+ } -+ -+ -+ if (padapter->registrypriv.wifi_spec == 1) { -+ awake_intvl = 2; -+ rlbm = 2; -+ } -+ -+ if (psmode > 0) { -+ if (rtw_btcoex_IsBtControlLps(padapter) == true) { -+ PowerState = rtw_btcoex_RpwmVal(padapter); -+ byte5 = rtw_btcoex_LpsVal(padapter); -+ -+ if ((rlbm == 2) && (byte5 & BIT(4))) { -+ /* Keep awake interval to 1 to prevent from */ -+ /* decreasing coex performance */ -+ awake_intvl = 2; -+ rlbm = 2; -+ } -+ } else { -+ PowerState = 0x00;/* AllON(0x0C), RFON(0x04), RFOFF(0x00) */ -+ byte5 = 0x40; -+ } -+ } else { -+ PowerState = 0x0C;/* AllON(0x0C), RFON(0x04), RFOFF(0x00) */ -+ byte5 = 0x40; -+ } -+ -+ SET_8723B_H2CCMD_PWRMODE_PARM_MODE(u1H2CPwrModeParm, (psmode > 0) ? 1 : 0); -+ SET_8723B_H2CCMD_PWRMODE_PARM_SMART_PS(u1H2CPwrModeParm, pwrpriv->smart_ps); -+ SET_8723B_H2CCMD_PWRMODE_PARM_RLBM(u1H2CPwrModeParm, rlbm); -+ SET_8723B_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(u1H2CPwrModeParm, awake_intvl); -+ SET_8723B_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(u1H2CPwrModeParm, padapter->registrypriv.uapsd_enable); -+ SET_8723B_H2CCMD_PWRMODE_PARM_PWR_STATE(u1H2CPwrModeParm, PowerState); -+ SET_8723B_H2CCMD_PWRMODE_PARM_BYTE5(u1H2CPwrModeParm, byte5); -+ if (psmode != PS_MODE_ACTIVE) { -+ if (pmlmeext->adaptive_tsf_done == false && pmlmeext->bcn_cnt > 0) { -+ u8 ratio_20_delay, ratio_80_delay; -+ -+ /* byte 6 for adaptive_early_32k */ -+ /* 0:3] = DrvBcnEarly (ms) , [4:7] = DrvBcnTimeOut (ms) */ -+ /* 20% for DrvBcnEarly, 80% for DrvBcnTimeOut */ -+ ratio_20_delay = 0; -+ ratio_80_delay = 0; -+ pmlmeext->DrvBcnEarly = 0xff; -+ pmlmeext->DrvBcnTimeOut = 0xff; -+ -+ DBG_871X("%s(): bcn_cnt = %d\n", __func__, pmlmeext->bcn_cnt); -+ -+ for (i = 0; i < 9; i++) { -+ pmlmeext->bcn_delay_ratio[i] = (pmlmeext->bcn_delay_cnt[i]*100)/pmlmeext->bcn_cnt; -+ -+ DBG_871X( -+ "%s(): bcn_delay_cnt[%d]=%d, bcn_delay_ratio[%d] = %d\n", -+ __func__, -+ i, -+ pmlmeext->bcn_delay_cnt[i], -+ i, -+ pmlmeext->bcn_delay_ratio[i] -+ ); -+ -+ ratio_20_delay += pmlmeext->bcn_delay_ratio[i]; -+ ratio_80_delay += pmlmeext->bcn_delay_ratio[i]; -+ -+ if (ratio_20_delay > 20 && pmlmeext->DrvBcnEarly == 0xff) { -+ pmlmeext->DrvBcnEarly = i; -+ DBG_871X("%s(): DrvBcnEarly = %d\n", __func__, pmlmeext->DrvBcnEarly); -+ } -+ -+ if (ratio_80_delay > 80 && pmlmeext->DrvBcnTimeOut == 0xff) { -+ pmlmeext->DrvBcnTimeOut = i; -+ DBG_871X("%s(): DrvBcnTimeOut = %d\n", __func__, pmlmeext->DrvBcnTimeOut); -+ } -+ -+ /* reset adaptive_early_32k cnt */ -+ pmlmeext->bcn_delay_cnt[i] = 0; -+ pmlmeext->bcn_delay_ratio[i] = 0; -+ -+ } -+ -+ pmlmeext->bcn_cnt = 0; -+ pmlmeext->adaptive_tsf_done = true; -+ -+ } else { -+ DBG_871X("%s(): DrvBcnEarly = %d\n", __func__, pmlmeext->DrvBcnEarly); -+ DBG_871X("%s(): DrvBcnTimeOut = %d\n", __func__, pmlmeext->DrvBcnTimeOut); -+ } -+ -+/* offload to FW if fw version > v15.10 -+ pmlmeext->DrvBcnEarly = 0; -+ pmlmeext->DrvBcnTimeOut =7; -+ -+ if ((pmlmeext->DrvBcnEarly!= 0Xff) && (pmlmeext->DrvBcnTimeOut!= 0xff)) -+ u1H2CPwrModeParm[H2C_PWRMODE_LEN-1] = BIT(0) | ((pmlmeext->DrvBcnEarly<<1)&0x0E) |((pmlmeext->DrvBcnTimeOut<<4)&0xf0) ; -+*/ -+ -+ } -+ -+ rtw_btcoex_RecordPwrMode(padapter, u1H2CPwrModeParm, H2C_PWRMODE_LEN); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CPwrModeParm:", u1H2CPwrModeParm, H2C_PWRMODE_LEN); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_SET_PWR_MODE, H2C_PWRMODE_LEN, u1H2CPwrModeParm); -+} -+ -+void rtl8723b_set_FwPsTuneParam_cmd(struct adapter *padapter) -+{ -+ u8 u1H2CPsTuneParm[H2C_PSTUNEPARAM_LEN] = {0}; -+ u8 bcn_to_limit = 10; /* 10 * 100 * awakeinterval (ms) */ -+ u8 dtim_timeout = 5; /* ms wait broadcast data timer */ -+ u8 ps_timeout = 20; /* ms Keep awake when tx */ -+ u8 dtim_period = 3; -+ -+ /* DBG_871X("%s(): FW LPS mode = %d\n", __func__, psmode); */ -+ -+ SET_8723B_H2CCMD_PSTUNE_PARM_BCN_TO_LIMIT(u1H2CPsTuneParm, bcn_to_limit); -+ SET_8723B_H2CCMD_PSTUNE_PARM_DTIM_TIMEOUT(u1H2CPsTuneParm, dtim_timeout); -+ SET_8723B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(u1H2CPsTuneParm, ps_timeout); -+ SET_8723B_H2CCMD_PSTUNE_PARM_ADOPT(u1H2CPsTuneParm, 1); -+ SET_8723B_H2CCMD_PSTUNE_PARM_DTIM_PERIOD(u1H2CPsTuneParm, dtim_period); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CPsTuneParm:", u1H2CPsTuneParm, H2C_PSTUNEPARAM_LEN); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_PS_TUNING_PARA, H2C_PSTUNEPARAM_LEN, u1H2CPsTuneParm); -+} -+ -+void rtl8723b_set_FwPwrModeInIPS_cmd(struct adapter *padapter, u8 cmd_param) -+{ -+ /* BIT0:enable, BIT1:NoConnect32k */ -+ -+ DBG_871X("%s()\n", __func__); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_FWLPS_IN_IPS_, 1, &cmd_param); -+} -+ -+#ifdef CONFIG_WOWLAN -+static void rtl8723b_set_FwWoWlanCtrl_Cmd(struct adapter *padapter, u8 bFuncEn) -+{ -+ struct security_priv *psecpriv = &padapter->securitypriv; -+ u8 u1H2CWoWlanCtrlParm[H2C_WOWLAN_LEN] = {0}; -+ u8 discont_wake = 1, gpionum = 0, gpio_dur = 0, hw_unicast = 0; -+ u8 sdio_wakeup_enable = 1; -+ u8 gpio_high_active = 0; /* 0: low active, 1: high active */ -+ u8 magic_pkt = 0; -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ gpionum = WAKEUP_GPIO_IDX; -+ sdio_wakeup_enable = 0; -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+ if (!ppwrpriv->wowlan_pno_enable) -+ magic_pkt = 1; -+#endif -+ -+ if (psecpriv->dot11PrivacyAlgrthm == _WEP40_ || psecpriv->dot11PrivacyAlgrthm == _WEP104_) -+ hw_unicast = 1; -+ -+ DBG_871X("%s(): bFuncEn =%d\n", __func__, bFuncEn); -+ -+ SET_H2CCMD_WOWLAN_FUNC_ENABLE(u1H2CWoWlanCtrlParm, bFuncEn); -+ SET_H2CCMD_WOWLAN_PATTERN_MATCH_ENABLE(u1H2CWoWlanCtrlParm, 0); -+ SET_H2CCMD_WOWLAN_MAGIC_PKT_ENABLE(u1H2CWoWlanCtrlParm, magic_pkt); -+ SET_H2CCMD_WOWLAN_UNICAST_PKT_ENABLE(u1H2CWoWlanCtrlParm, hw_unicast); -+ SET_H2CCMD_WOWLAN_ALL_PKT_DROP(u1H2CWoWlanCtrlParm, 0); -+ SET_H2CCMD_WOWLAN_GPIO_ACTIVE(u1H2CWoWlanCtrlParm, gpio_high_active); -+ SET_H2CCMD_WOWLAN_DISCONNECT_WAKE_UP(u1H2CWoWlanCtrlParm, discont_wake); -+ SET_H2CCMD_WOWLAN_GPIONUM(u1H2CWoWlanCtrlParm, gpionum); -+ SET_H2CCMD_WOWLAN_DATAPIN_WAKE_UP(u1H2CWoWlanCtrlParm, sdio_wakeup_enable); -+ SET_H2CCMD_WOWLAN_GPIO_DURATION(u1H2CWoWlanCtrlParm, gpio_dur); -+ /* SET_H2CCMD_WOWLAN_GPIO_PULSE_EN(u1H2CWoWlanCtrlParm, 1); */ -+ SET_H2CCMD_WOWLAN_GPIO_PULSE_COUNT(u1H2CWoWlanCtrlParm, 0x09); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CWoWlanCtrlParm:", u1H2CWoWlanCtrlParm, H2C_WOWLAN_LEN); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_WOWLAN, H2C_WOWLAN_LEN, u1H2CWoWlanCtrlParm); -+} -+ -+static void rtl8723b_set_FwRemoteWakeCtrl_Cmd(struct adapter *padapter, u8 benable) -+{ -+ u8 u1H2CRemoteWakeCtrlParm[H2C_REMOTE_WAKE_CTRL_LEN] = {0}; -+ struct security_priv *psecuritypriv = &(padapter->securitypriv); -+ struct pwrctrl_priv *ppwrpriv = adapter_to_pwrctl(padapter); -+ -+ DBG_871X("%s(): Enable =%d\n", __func__, benable); -+ -+ if (!ppwrpriv->wowlan_pno_enable) { -+ SET_H2CCMD_REMOTE_WAKECTRL_ENABLE(u1H2CRemoteWakeCtrlParm, benable); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_OFFLOAD_EN(u1H2CRemoteWakeCtrlParm, 1); -+#ifdef CONFIG_GTK_OL -+ if (psecuritypriv->binstallKCK_KEK && -+ psecuritypriv->dot11PrivacyAlgrthm == _AES_) { -+ SET_H2CCMD_REMOTE_WAKE_CTRL_GTK_OFFLOAD_EN(u1H2CRemoteWakeCtrlParm, 1); -+ } else { -+ DBG_871X("no kck or security is not AES\n"); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_GTK_OFFLOAD_EN(u1H2CRemoteWakeCtrlParm, 0); -+ } -+#endif /* CONFIG_GTK_OL */ -+ -+ SET_H2CCMD_REMOTE_WAKE_CTRL_FW_UNICAST_EN(u1H2CRemoteWakeCtrlParm, 1); -+ -+ if ((psecuritypriv->dot11PrivacyAlgrthm == _AES_) || -+ (psecuritypriv->dot11PrivacyAlgrthm == _NO_PRIVACY_)) -+ SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_ACTION(u1H2CRemoteWakeCtrlParm, 0); -+ else -+ SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_ACTION(u1H2CRemoteWakeCtrlParm, 1); -+ } -+#ifdef CONFIG_PNO_SUPPORT -+ else { -+ SET_H2CCMD_REMOTE_WAKECTRL_ENABLE(u1H2CRemoteWakeCtrlParm, benable); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_NLO_OFFLOAD_EN(u1H2CRemoteWakeCtrlParm, benable); -+ } -+#endif -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CRemoteWakeCtrlParm:", u1H2CRemoteWakeCtrlParm, H2C_REMOTE_WAKE_CTRL_LEN); -+ FillH2CCmd8723B(padapter, H2C_8723B_REMOTE_WAKE_CTRL, -+ H2C_REMOTE_WAKE_CTRL_LEN, u1H2CRemoteWakeCtrlParm); -+#ifdef CONFIG_PNO_SUPPORT -+ if (ppwrpriv->wowlan_pno_enable && ppwrpriv->pno_in_resume == false) { -+ res = rtw_read8(padapter, REG_PNO_STATUS); -+ DBG_871X("cmd: 0x81 REG_PNO_STATUS: 0x%02x\n", res); -+ while (!(res&BIT(7)) && count < 25) { -+ DBG_871X("[%d] cmd: 0x81 REG_PNO_STATUS: 0x%02x\n", count, res); -+ res = rtw_read8(padapter, REG_PNO_STATUS); -+ count++; -+ msleep(2); -+ } -+ DBG_871X("cmd: 0x81 REG_PNO_STATUS: 0x%02x\n", res); -+ } -+#endif /* CONFIG_PNO_SUPPORT */ -+} -+ -+static void rtl8723b_set_FwAOACGlobalInfo_Cmd(struct adapter *padapter, u8 group_alg, u8 pairwise_alg) -+{ -+ u8 u1H2CAOACGlobalInfoParm[H2C_AOAC_GLOBAL_INFO_LEN] = {0}; -+ -+ DBG_871X("%s(): group_alg =%d pairwise_alg =%d\n", __func__, group_alg, pairwise_alg); -+ -+ SET_H2CCMD_AOAC_GLOBAL_INFO_PAIRWISE_ENC_ALG(u1H2CAOACGlobalInfoParm, pairwise_alg); -+ SET_H2CCMD_AOAC_GLOBAL_INFO_GROUP_ENC_ALG(u1H2CAOACGlobalInfoParm, group_alg); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CAOACGlobalInfoParm:", u1H2CAOACGlobalInfoParm, H2C_AOAC_GLOBAL_INFO_LEN); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_AOAC_GLOBAL_INFO, H2C_AOAC_GLOBAL_INFO_LEN, u1H2CAOACGlobalInfoParm); -+} -+ -+#ifdef CONFIG_PNO_SUPPORT -+static void rtl8723b_set_FwScanOffloadInfo_cmd(struct adapter *padapter, PRSVDPAGE_LOC rsvdpageloc, u8 enable) -+{ -+ u8 u1H2CScanOffloadInfoParm[H2C_SCAN_OFFLOAD_CTRL_LEN] = {0}; -+ u8 res = 0, count = 0; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ DBG_871X("%s: loc_probe_packet:%d, loc_scan_info: %d loc_ssid_info:%d\n", -+ __func__, rsvdpageloc->LocProbePacket, rsvdpageloc->LocScanInfo, rsvdpageloc->LocSSIDInfo); -+ -+ SET_H2CCMD_AOAC_NLO_FUN_EN(u1H2CScanOffloadInfoParm, enable); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_SCAN_INFO(u1H2CScanOffloadInfoParm, rsvdpageloc->LocScanInfo); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_PROBE_PACKET(u1H2CScanOffloadInfoParm, rsvdpageloc->LocProbePacket); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_SSID_INFO(u1H2CScanOffloadInfoParm, rsvdpageloc->LocSSIDInfo); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CScanOffloadInfoParm:", u1H2CScanOffloadInfoParm, H2C_SCAN_OFFLOAD_CTRL_LEN); -+ FillH2CCmd8723B(padapter, H2C_8723B_D0_SCAN_OFFLOAD_INFO, H2C_SCAN_OFFLOAD_CTRL_LEN, u1H2CScanOffloadInfoParm); -+ -+ msleep(20); -+} -+#endif /* CONFIG_PNO_SUPPORT */ -+ -+static void rtl8723b_set_FwWoWlanRelated_cmd(struct adapter *padapter, u8 enable) -+{ -+ struct security_priv *psecpriv = &padapter->securitypriv; -+ struct pwrctrl_priv *ppwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_info *psta = NULL; -+ u8 pkt_type = 0; -+ -+ DBG_871X_LEVEL(_drv_always_, "+%s()+: enable =%d\n", __func__, enable); -+ if (enable) { -+ rtl8723b_set_FwAOACGlobalInfo_Cmd(padapter, psecpriv->dot118021XGrpPrivacy, psecpriv->dot11PrivacyAlgrthm); -+ -+ rtl8723b_set_FwJoinBssRpt_cmd(padapter, RT_MEDIA_CONNECT); /* RT_MEDIA_CONNECT will confuse in the future */ -+ -+ if (!(ppwrpriv->wowlan_pno_enable)) { -+ psta = rtw_get_stainfo(&padapter->stapriv, get_bssid(pmlmepriv)); -+ if (psta != NULL) -+ rtl8723b_set_FwMediaStatusRpt_cmd(padapter, RT_MEDIA_CONNECT, psta->mac_id); -+ } else -+ DBG_871X("%s(): Disconnected, no FwMediaStatusRpt CONNECT\n", __func__); -+ -+ msleep(2); -+ -+ if (!(ppwrpriv->wowlan_pno_enable)) { -+ rtl8723b_set_FwDisconDecision_cmd(padapter, enable); -+ msleep(2); -+ -+ if ((psecpriv->dot11PrivacyAlgrthm != _WEP40_) || (psecpriv->dot11PrivacyAlgrthm != _WEP104_)) -+ pkt_type = 1; -+ -+ rtl8723b_set_FwKeepAlive_cmd(padapter, enable, pkt_type); -+ msleep(2); -+ } -+ -+ rtl8723b_set_FwWoWlanCtrl_Cmd(padapter, enable); -+ msleep(2); -+ -+ rtl8723b_set_FwRemoteWakeCtrl_Cmd(padapter, enable); -+ } else { -+ rtl8723b_set_FwRemoteWakeCtrl_Cmd(padapter, enable); -+ msleep(2); -+ rtl8723b_set_FwWoWlanCtrl_Cmd(padapter, enable); -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, "-%s()-\n", __func__); -+} -+ -+void rtl8723b_set_wowlan_cmd(struct adapter *padapter, u8 enable) -+{ -+ rtl8723b_set_FwWoWlanRelated_cmd(padapter, enable); -+} -+#endif /* CONFIG_WOWLAN */ -+ -+#ifdef CONFIG_AP_WOWLAN -+static void rtl8723b_set_FwAPWoWlanCtrl_Cmd(struct adapter *padapter, u8 bFuncEn) -+{ -+ u8 u1H2CAPWoWlanCtrlParm[H2C_WOWLAN_LEN] = {0}; -+ u8 gpionum = 0, gpio_dur = 0; -+ u8 gpio_high_active = 1; /* 0: low active, 1: high active */ -+ u8 gpio_pulse = bFuncEn; -+#ifdef CONFIG_GPIO_WAKEUP -+ gpionum = WAKEUP_GPIO_IDX; -+#endif -+ -+ DBG_871X("%s(): bFuncEn =%d\n", __func__, bFuncEn); -+ -+ if (bFuncEn) -+ gpio_dur = 16; -+ else -+ gpio_dur = 0; -+ -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_INDEX(u1H2CAPWoWlanCtrlParm, -+ gpionum); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_PLUS(u1H2CAPWoWlanCtrlParm, -+ gpio_pulse); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_HIGH_ACTIVE(u1H2CAPWoWlanCtrlParm, -+ gpio_high_active); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_EN(u1H2CAPWoWlanCtrlParm, -+ bFuncEn); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_DURATION(u1H2CAPWoWlanCtrlParm, -+ gpio_dur); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_AP_WOW_GPIO_CTRL, -+ H2C_AP_WOW_GPIO_CTRL_LEN, u1H2CAPWoWlanCtrlParm); -+} -+ -+static void rtl8723b_set_Fw_AP_Offload_Cmd(struct adapter *padapter, u8 bFuncEn) -+{ -+ u8 u1H2CAPOffloadCtrlParm[H2C_WOWLAN_LEN] = {0}; -+ -+ DBG_871X("%s(): bFuncEn =%d\n", __func__, bFuncEn); -+ -+ SET_H2CCMD_AP_WOWLAN_EN(u1H2CAPOffloadCtrlParm, bFuncEn); -+ -+ FillH2CCmd8723B(padapter, H2C_8723B_AP_OFFLOAD, -+ H2C_AP_OFFLOAD_LEN, u1H2CAPOffloadCtrlParm); -+} -+ -+static void rtl8723b_set_AP_FwWoWlan_cmd(struct adapter *padapter, u8 enable) -+{ -+ DBG_871X_LEVEL(_drv_always_, "+%s()+: enable =%d\n", __func__, enable); -+ if (enable) { -+ rtl8723b_set_FwJoinBssRpt_cmd(padapter, RT_MEDIA_CONNECT); -+ issue_beacon(padapter, 0); -+ } -+ -+ rtl8723b_set_FwAPWoWlanCtrl_Cmd(padapter, enable); -+ msleep(10); -+ rtl8723b_set_Fw_AP_Offload_Cmd(padapter, enable); -+ msleep(10); -+ DBG_871X_LEVEL(_drv_always_, "-%s()-\n", __func__); -+ return ; -+} -+ -+void rtl8723b_set_ap_wowlan_cmd(struct adapter *padapter, u8 enable) -+{ -+ rtl8723b_set_AP_FwWoWlan_cmd(padapter, enable); -+} -+#endif /* CONFIG_AP_WOWLAN */ -+ -+/* */ -+/* Description: Fill the reserved packets that FW will use to RSVD page. */ -+/* Now we just send 4 types packet to rsvd page. */ -+/* (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp. */ -+/* Input: */ -+/* bDLFinished - false: At the first time we will send all the packets as a large packet to Hw, */ -+/* so we need to set the packet length to total lengh. */ -+/* true: At the second time, we should send the first packet (default:beacon) */ -+/* to Hw again and set the lengh in descriptor to the real beacon lengh. */ -+/* 2009.10.15 by tynli. */ -+static void rtl8723b_set_FwRsvdPagePkt( -+ struct adapter *padapter, bool bDLFinished -+) -+{ -+ struct hal_com_data *pHalData; -+ struct xmit_frame *pcmdframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ struct pwrctrl_priv *pwrctl; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u32 BeaconLength = 0, PSPollLength = 0; -+ u32 NullDataLength = 0, QosNullLength = 0, BTQosNullLength = 0; -+ u8 *ReservedPagePacket; -+ u8 TxDescLen = TXDESC_SIZE, TxDescOffset = TXDESC_OFFSET; -+ u8 TotalPageNum = 0, CurtPktPageNum = 0, RsvdPageNum = 0; -+ u16 BufIndex, PageSize = 128; -+ u32 TotalPacketLen, MaxRsvdPageBufSize = 0; -+ RSVDPAGE_LOC RsvdPageLoc; -+#ifdef CONFIG_WOWLAN -+ u32 ARPLegnth = 0, GTKLegnth = 0; -+ u8 currentip[4]; -+ u8 cur_dot11txpn[8]; -+#ifdef CONFIG_GTK_OL -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ u8 kek[RTW_KEK_LEN]; -+ u8 kck[RTW_KCK_LEN]; -+#endif -+#endif -+ -+ /* DBG_871X("%s---->\n", __func__); */ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pxmitpriv = &padapter->xmitpriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ pwrctl = adapter_to_pwrctl(padapter); -+ -+ RsvdPageNum = BCNQ_PAGE_NUM_8723B + WOWLAN_PAGE_NUM_8723B; -+ MaxRsvdPageBufSize = RsvdPageNum*PageSize; -+ -+ pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); -+ if (pcmdframe == NULL) { -+ DBG_871X("%s: alloc ReservedPagePacket fail!\n", __func__); -+ return; -+ } -+ -+ ReservedPagePacket = pcmdframe->buf_addr; -+ memset(&RsvdPageLoc, 0, sizeof(RSVDPAGE_LOC)); -+ -+ /* 3 (1) beacon */ -+ BufIndex = TxDescOffset; -+ ConstructBeacon(padapter, &ReservedPagePacket[BufIndex], &BeaconLength); -+ -+ /* When we count the first page size, we need to reserve description size for the RSVD */ -+ /* packet, it will be filled in front of the packet in TXPKTBUF. */ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + BeaconLength); -+ /* If we don't add 1 more page, the WOWLAN function has a problem. Baron thinks it's a bug of firmware */ -+ if (CurtPktPageNum == 1) -+ CurtPktPageNum += 1; -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* 3 (2) ps-poll */ -+ RsvdPageLoc.LocPsPoll = TotalPageNum; -+ ConstructPSPoll(padapter, &ReservedPagePacket[BufIndex], &PSPollLength); -+ rtl8723b_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], PSPollLength, true, false, false); -+ -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: PS-POLL %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], (PSPollLength+TxDescLen)); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + PSPollLength); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* 3 (3) null data */ -+ RsvdPageLoc.LocNullData = TotalPageNum; -+ ConstructNullFunctionData( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &NullDataLength, -+ get_my_bssid(&pmlmeinfo->network), -+ false, 0, 0, false -+ ); -+ rtl8723b_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], NullDataLength, false, false, false); -+ -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: NULL DATA %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], (NullDataLength+TxDescLen)); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + NullDataLength); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* 3 (5) Qos null data */ -+ RsvdPageLoc.LocQosNull = TotalPageNum; -+ ConstructNullFunctionData( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &QosNullLength, -+ get_my_bssid(&pmlmeinfo->network), -+ true, 0, 0, false -+ ); -+ rtl8723b_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], QosNullLength, false, false, false); -+ -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: QOS NULL DATA %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], (QosNullLength+TxDescLen)); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + QosNullLength); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* 3 (6) BT Qos null data */ -+ RsvdPageLoc.LocBTQosNull = TotalPageNum; -+ ConstructNullFunctionData( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &BTQosNullLength, -+ get_my_bssid(&pmlmeinfo->network), -+ true, 0, 0, false -+ ); -+ rtl8723b_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], BTQosNullLength, false, true, false); -+ -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: BT QOS NULL DATA %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], (BTQosNullLength+TxDescLen)); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + BTQosNullLength); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+#ifdef CONFIG_WOWLAN -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ /* if (pwrctl->wowlan_mode == true) { */ -+ /* BufIndex += (CurtPktPageNum*PageSize); */ -+ -+ /* 3(7) ARP RSP */ -+ rtw_get_current_ip_address(padapter, currentip); -+ RsvdPageLoc.LocArpRsp = TotalPageNum; -+ { -+ ConstructARPResponse( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &ARPLegnth, -+ currentip -+ ); -+ rtl8723b_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], ARPLegnth, false, false, true); -+ -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: ARP RSP %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], (ARPLegnth+TxDescLen)); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + ARPLegnth); -+ } -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* 3(8) SEC IV */ -+ rtw_get_sec_iv(padapter, cur_dot11txpn, get_my_bssid(&pmlmeinfo->network)); -+ RsvdPageLoc.LocRemoteCtrlInfo = TotalPageNum; -+ memcpy(ReservedPagePacket+BufIndex-TxDescLen, cur_dot11txpn, _AES_IV_LEN_); -+ -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: SEC IV %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], _AES_IV_LEN_); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(_AES_IV_LEN_); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+#ifdef CONFIG_GTK_OL -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* if the ap staion info. exists, get the kek, kck from staion info. */ -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) { -+ memset(kek, 0, RTW_KEK_LEN); -+ memset(kck, 0, RTW_KCK_LEN); -+ DBG_8192C("%s, KEK, KCK download rsvd page all zero\n", __func__); -+ } else { -+ memcpy(kek, psta->kek, RTW_KEK_LEN); -+ memcpy(kck, psta->kck, RTW_KCK_LEN); -+ } -+ -+ /* 3(9) KEK, KCK */ -+ RsvdPageLoc.LocGTKInfo = TotalPageNum; -+ memcpy(ReservedPagePacket+BufIndex-TxDescLen, kck, RTW_KCK_LEN); -+ memcpy(ReservedPagePacket+BufIndex-TxDescLen+RTW_KCK_LEN, kek, RTW_KEK_LEN); -+ -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: KEK KCK %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], (TxDescLen + RTW_KCK_LEN + RTW_KEK_LEN)); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + RTW_KCK_LEN + RTW_KEK_LEN); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* 3(10) GTK Response */ -+ RsvdPageLoc.LocGTKRsp = TotalPageNum; -+ ConstructGTKResponse( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ >KLegnth -+ ); -+ -+ rtl8723b_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], GTKLegnth, false, false, true); -+ /* DBG_871X("%s(): HW_VAR_SET_TX_CMD: GTK RSP %p %d\n", */ -+ /* __func__, &ReservedPagePacket[BufIndex-TxDescLen], (TxDescLen + GTKLegnth)); */ -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + GTKLegnth); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* below page is empty for GTK extension memory */ -+ /* 3(11) GTK EXT MEM */ -+ RsvdPageLoc.LocGTKEXTMEM = TotalPageNum; -+ -+ CurtPktPageNum = 2; -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ TotalPacketLen = BufIndex-TxDescLen + 256; /* extension memory for FW */ -+#else -+ TotalPacketLen = BufIndex-TxDescLen + sizeof (union pn48); /* IV len */ -+#endif /* CONFIG_GTK_OL */ -+ } else -+#endif /* CONFIG_WOWLAN */ -+ { -+#ifdef CONFIG_PNO_SUPPORT -+ if (pwrctl->pno_in_resume == false && pwrctl->pno_inited == true) { -+ /* Probe Request */ -+ RsvdPageLoc.LocProbePacket = TotalPageNum; -+ ConstructProbeReq( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &ProbeReqLength); -+ -+ rtl8723b_fill_fake_txdesc(padapter, -+ &ReservedPagePacket[BufIndex-TxDescLen], -+ ProbeReqLength, false, false, false); -+#ifdef CONFIG_PNO_SET_DEBUG -+ { -+ int gj; -+ printk("probe req pkt =>\n"); -+ for (gj = 0; gj < ProbeReqLength+TxDescLen; gj++) { -+ printk(" %02x ", ReservedPagePacket[BufIndex-TxDescLen+gj]); -+ if ((gj+1)%8 == 0) -+ printk("\n"); -+ } -+ printk(" <=end\n"); -+ } -+#endif -+ CurtPktPageNum = -+ (u8)PageNum_128(TxDescLen + ProbeReqLength); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* PNO INFO Page */ -+ RsvdPageLoc.LocPNOInfo = TotalPageNum; -+ ConstructPnoInfo(padapter, &ReservedPagePacket[BufIndex-TxDescLen], &PNOLength); -+#ifdef CONFIG_PNO_SET_DEBUG -+ { -+ int gj; -+ printk("PNO pkt =>\n"); -+ for (gj = 0; gj < PNOLength; gj++) { -+ printk(" %02x ", ReservedPagePacket[BufIndex-TxDescLen+gj]); -+ if ((gj + 1)%8 == 0) -+ printk("\n"); -+ } -+ printk(" <=end\n"); -+ } -+#endif -+ -+ CurtPktPageNum = (u8)PageNum_128(PNOLength); -+ TotalPageNum += CurtPktPageNum; -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* SSID List Page */ -+ RsvdPageLoc.LocSSIDInfo = TotalPageNum; -+ ConstructSSIDList(padapter, &ReservedPagePacket[BufIndex-TxDescLen], &SSIDLegnth); -+#ifdef CONFIG_PNO_SET_DEBUG -+ { -+ int gj; -+ printk("SSID list pkt =>\n"); -+ for (gj = 0; gj < SSIDLegnth; gj++) { -+ printk(" %02x ", ReservedPagePacket[BufIndex-TxDescLen+gj]); -+ if ((gj + 1)%8 == 0) -+ printk("\n"); -+ } -+ printk(" <=end\n"); -+ } -+#endif -+ CurtPktPageNum = (u8)PageNum_128(SSIDLegnth); -+ TotalPageNum += CurtPktPageNum; -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* Scan Info Page */ -+ RsvdPageLoc.LocScanInfo = TotalPageNum; -+ ConstructScanInfo(padapter, &ReservedPagePacket[BufIndex-TxDescLen], &ScanInfoLength); -+#ifdef CONFIG_PNO_SET_DEBUG -+ { -+ int gj; -+ printk("Scan info pkt =>\n"); -+ for (gj = 0; gj < ScanInfoLength; gj++) { -+ printk(" %02x ", ReservedPagePacket[BufIndex-TxDescLen+gj]); -+ if ((gj + 1)%8 == 0) -+ printk("\n"); -+ } -+ printk(" <=end\n"); -+ } -+#endif -+ CurtPktPageNum = (u8)PageNum_128(ScanInfoLength); -+ TotalPageNum += CurtPktPageNum; -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ TotalPacketLen = BufIndex + ScanInfoLength; -+ } else { -+ TotalPacketLen = BufIndex + BTQosNullLength; -+ } -+#else /* CONFIG_PNO_SUPPORT */ -+ TotalPacketLen = BufIndex + BTQosNullLength; -+#endif -+ } -+ -+ if (TotalPacketLen > MaxRsvdPageBufSize) { -+ DBG_871X("%s(): ERROR: The rsvd page size is not enough!!TotalPacketLen %d, MaxRsvdPageBufSize %d\n", __func__, -+ TotalPacketLen, MaxRsvdPageBufSize); -+ goto error; -+ } else { -+ /* update attribute */ -+ pattrib = &pcmdframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->qsel = 0x10; -+ pattrib->pktlen = pattrib->last_txcmdsz = TotalPacketLen - TxDescOffset; -+ dump_mgntframe_and_wait(padapter, pcmdframe, 100); -+ } -+ -+ DBG_871X("%s: Set RSVD page location to Fw , TotalPacketLen(%d), TotalPageNum(%d)\n", __func__, TotalPacketLen, TotalPageNum); -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ rtl8723b_set_FwRsvdPage_cmd(padapter, &RsvdPageLoc); -+ rtl8723b_set_FwAoacRsvdPage_cmd(padapter, &RsvdPageLoc); -+ } else { -+ rtl8723b_set_FwAoacRsvdPage_cmd(padapter, &RsvdPageLoc); -+#ifdef CONFIG_PNO_SUPPORT -+ if (pwrctl->pno_in_resume) -+ rtl8723b_set_FwScanOffloadInfo_cmd(padapter, -+ &RsvdPageLoc, 0); -+ else -+ rtl8723b_set_FwScanOffloadInfo_cmd(padapter, -+ &RsvdPageLoc, 1); -+#endif -+ } -+ return; -+ -+error: -+ -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+} -+ -+#ifdef CONFIG_AP_WOWLAN -+/* */ -+/* Description: Fill the reserved packets that FW will use to RSVD page. */ -+/* Now we just send 2 types packet to rsvd page. (1)Beacon, (2)ProbeRsp. */ -+/* */ -+/* Input: bDLFinished */ -+/* */ -+/* false: At the first time we will send all the packets as a large packet to Hw, */ -+/* so we need to set the packet length to total lengh. */ -+/* */ -+/* true: At the second time, we should send the first packet (default:beacon) */ -+/* to Hw again and set the lengh in descriptor to the real beacon lengh. */ -+/* 2009.10.15 by tynli. */ -+static void rtl8723b_set_AP_FwRsvdPagePkt( -+ struct adapter *padapter, bool bDLFinished -+) -+{ -+ struct hal_com_data *pHalData; -+ struct xmit_frame *pcmdframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ struct pwrctrl_priv *pwrctl; -+ u32 BeaconLength = 0, ProbeRspLength = 0; -+ u8 *ReservedPagePacket; -+ u8 TxDescLen = TXDESC_SIZE, TxDescOffset = TXDESC_OFFSET; -+ u8 TotalPageNum = 0, CurtPktPageNum = 0, RsvdPageNum = 0; -+ u8 currentip[4]; -+ u16 BufIndex, PageSize = 128; -+ u32 TotalPacketLen = 0, MaxRsvdPageBufSize = 0; -+ RSVDPAGE_LOC RsvdPageLoc; -+ -+ /* DBG_871X("%s---->\n", __func__); */ -+ DBG_8192C("+" FUNC_ADPT_FMT ": iface_type =%d\n", -+ FUNC_ADPT_ARG(padapter), get_iface_type(padapter)); -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pxmitpriv = &padapter->xmitpriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ pwrctl = adapter_to_pwrctl(padapter); -+ -+ RsvdPageNum = BCNQ_PAGE_NUM_8723B + AP_WOWLAN_PAGE_NUM_8723B; -+ MaxRsvdPageBufSize = RsvdPageNum*PageSize; -+ -+ pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); -+ if (pcmdframe == NULL) { -+ DBG_871X("%s: alloc ReservedPagePacket fail!\n", __func__); -+ return; -+ } -+ -+ ReservedPagePacket = pcmdframe->buf_addr; -+ memset(&RsvdPageLoc, 0, sizeof(RSVDPAGE_LOC)); -+ -+ /* 3 (1) beacon */ -+ BufIndex = TxDescOffset; -+ ConstructBeacon(padapter, &ReservedPagePacket[BufIndex], &BeaconLength); -+ -+ /* When we count the first page size, we need to reserve description size for the RSVD */ -+ /* packet, it will be filled in front of the packet in TXPKTBUF. */ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + BeaconLength); -+ /* If we don't add 1 more page, the WOWLAN function has a problem. Baron thinks it's a bug of firmware */ -+ if (CurtPktPageNum == 1) -+ CurtPktPageNum += 1; -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* 2 (4) probe response */ -+ RsvdPageLoc.LocProbeRsp = TotalPageNum; -+ -+ rtw_get_current_ip_address(padapter, currentip); -+ -+ ConstructProbeRsp( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &ProbeRspLength, -+ currentip, -+ false); -+ rtl8723b_fill_fake_txdesc(padapter, -+ &ReservedPagePacket[BufIndex-TxDescLen], -+ ProbeRspLength, -+ false, false, false); -+ -+ DBG_871X("%s(): HW_VAR_SET_TX_CMD: PROBE RSP %p %d\n", -+ __func__, &ReservedPagePacket[BufIndex-TxDescLen], -+ (ProbeRspLength+TxDescLen)); -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + ProbeRspLength); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ TotalPacketLen = BufIndex + ProbeRspLength; -+ -+ if (TotalPacketLen > MaxRsvdPageBufSize) { -+ DBG_871X("%s(): ERROR: The rsvd page size is not enough \ -+ !!TotalPacketLen %d, MaxRsvdPageBufSize %d\n", -+ __func__, TotalPacketLen, MaxRsvdPageBufSize); -+ goto error; -+ } else { -+ /* update attribute */ -+ pattrib = &pcmdframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->qsel = 0x10; -+ pattrib->pktlen = TotalPacketLen - TxDescOffset; -+ pattrib->last_txcmdsz = TotalPacketLen - TxDescOffset; -+ dump_mgntframe_and_wait(padapter, pcmdframe, 100); -+ } -+ -+ DBG_871X("%s: Set RSVD page location to Fw , TotalPacketLen(%d), TotalPageNum(%d)\n", __func__, TotalPacketLen, TotalPageNum); -+ rtl8723b_set_ap_wow_rsvdpage_cmd(padapter, &RsvdPageLoc); -+ -+ return; -+error: -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+} -+#endif /* CONFIG_AP_WOWLAN */ -+ -+void rtl8723b_download_rsvd_page(struct adapter *padapter, u8 mstatus) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+#ifdef CONFIG_AP_WOWLAN -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+#endif -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ bool bcn_valid = false; -+ u8 DLBcnCount = 0; -+ u32 poll = 0; -+ u8 val8; -+ -+ DBG_8192C("+" FUNC_ADPT_FMT ": iface_type =%d mstatus(%x)\n", -+ FUNC_ADPT_ARG(padapter), get_iface_type(padapter), mstatus); -+ -+ if (mstatus == RT_MEDIA_CONNECT) { -+ bool bRecover = false; -+ u8 v8; -+ -+ /* We should set AID, correct TSF, HW seq enable before set JoinBssReport to Fw in 88/92C. */ -+ /* Suggested by filen. Added by tynli. */ -+ rtw_write16(padapter, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid)); -+ -+ /* set REG_CR bit 8 */ -+ v8 = rtw_read8(padapter, REG_CR+1); -+ v8 |= BIT(0); /* ENSWBCN */ -+ rtw_write8(padapter, REG_CR+1, v8); -+ -+ /* Disable Hw protection for a time which revserd for Hw sending beacon. */ -+ /* Fix download reserved page packet fail that access collision with the protection time. */ -+ /* 2010.05.11. Added by tynli. */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 &= ~EN_BCN_FUNCTION; -+ val8 |= DIS_TSF_UDT; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ /* Set FWHW_TXQ_CTRL 0x422[6]= 0 to tell Hw the packet is not a real beacon frame. */ -+ if (pHalData->RegFwHwTxQCtrl & BIT(6)) -+ bRecover = true; -+ -+ /* To tell Hw the packet is not a real beacon frame. */ -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl & ~BIT(6)); -+ pHalData->RegFwHwTxQCtrl &= ~BIT(6); -+ -+ /* Clear beacon valid check bit. */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_VALID, NULL); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_BCN_SEL, NULL); -+ -+ DLBcnCount = 0; -+ poll = 0; -+ do { -+#ifdef CONFIG_AP_WOWLAN -+ if (pwrpriv->wowlan_ap_mode) -+ rtl8723b_set_AP_FwRsvdPagePkt(padapter, 0); -+ else -+ rtl8723b_set_FwRsvdPagePkt(padapter, 0); -+#else -+ /* download rsvd page. */ -+ rtl8723b_set_FwRsvdPagePkt(padapter, 0); -+#endif -+ DLBcnCount++; -+ do { -+ yield(); -+ /* mdelay(10); */ -+ /* check rsvd page download OK. */ -+ rtw_hal_get_hwreg(padapter, HW_VAR_BCN_VALID, (u8 *)(&bcn_valid)); -+ poll++; -+ } while (!bcn_valid && (poll%10) != 0 && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); -+ -+ } while (!bcn_valid && DLBcnCount <= 100 && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); -+ -+ if (padapter->bSurpriseRemoved || padapter->bDriverStopped) { -+ } else if (!bcn_valid) -+ DBG_871X(ADPT_FMT": 1 DL RSVD page failed! DLBcnCount:%u, poll:%u\n", -+ ADPT_ARG(padapter), DLBcnCount, poll); -+ else { -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ pwrctl->fw_psmode_iface_id = padapter->iface_id; -+ DBG_871X(ADPT_FMT": 1 DL RSVD page success! DLBcnCount:%u, poll:%u\n", -+ ADPT_ARG(padapter), DLBcnCount, poll); -+ } -+ -+ /* 2010.05.11. Added by tynli. */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 |= EN_BCN_FUNCTION; -+ val8 &= ~DIS_TSF_UDT; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ /* To make sure that if there exists an adapter which would like to send beacon. */ -+ /* If exists, the origianl value of 0x422[6] will be 1, we should check this to */ -+ /* prevent from setting 0x422[6] to 0 after download reserved page, or it will cause */ -+ /* the beacon cannot be sent by HW. */ -+ /* 2010.06.23. Added by tynli. */ -+ if (bRecover) { -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl | BIT(6)); -+ pHalData->RegFwHwTxQCtrl |= BIT(6); -+ } -+ -+ /* Clear CR[8] or beacon packet will not be send to TxBuf anymore. */ -+ v8 = rtw_read8(padapter, REG_CR+1); -+ v8 &= ~BIT(0); /* ~ENSWBCN */ -+ rtw_write8(padapter, REG_CR+1, v8); -+ } -+} -+ -+void rtl8723b_set_rssi_cmd(struct adapter *padapter, u8 *param) -+{ -+ rtl8723b_set_FwRssiSetting_cmd(padapter, param); -+} -+ -+void rtl8723b_set_FwJoinBssRpt_cmd(struct adapter *padapter, u8 mstatus) -+{ -+ if (mstatus == 1) -+ rtl8723b_download_rsvd_page(padapter, RT_MEDIA_CONNECT); -+} -+ -+/* arg[0] = macid */ -+/* arg[1] = raid */ -+/* arg[2] = shortGIrate */ -+/* arg[3] = init_rate */ -+void rtl8723b_Add_RateATid( -+ struct adapter *padapter, -+ u32 bitmap, -+ u8 *arg, -+ u8 rssi_level -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_info *psta; -+ u8 mac_id = arg[0]; -+ u8 raid = arg[1]; -+ u8 shortGI = arg[2]; -+ u8 bw; -+ u32 mask = bitmap&0x0FFFFFFF; -+ -+ psta = pmlmeinfo->FW_sta_info[mac_id].psta; -+ if (psta == NULL) -+ return; -+ -+ bw = psta->bw_mode; -+ -+ if (rssi_level != DM_RATR_STA_INIT) -+ mask = ODM_Get_Rate_Bitmap(&pHalData->odmpriv, mac_id, mask, rssi_level); -+ -+ DBG_871X("%s(): mac_id =%d raid = 0x%x bw =%d mask = 0x%x\n", __func__, mac_id, raid, bw, mask); -+ rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, raid, bw, shortGI, mask); -+} -+ -+static void ConstructBtNullFunctionData( -+ struct adapter *padapter, -+ u8 *pframe, -+ u32 *pLength, -+ u8 *StaAddr, -+ u8 bQoS, -+ u8 AC, -+ u8 bEosp, -+ u8 bForcePowerSave -+) -+{ -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ u32 pktlen; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ u8 bssid[ETH_ALEN]; -+ -+ -+ DBG_871X("+" FUNC_ADPT_FMT ": qos =%d eosp =%d ps =%d\n", -+ FUNC_ADPT_ARG(padapter), bQoS, bEosp, bForcePowerSave); -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ -+ if (NULL == StaAddr) { -+ memcpy(bssid, myid(&padapter->eeprompriv), ETH_ALEN); -+ StaAddr = bssid; -+ } -+ -+ fctrl = &pwlanhdr->frame_control; -+ *fctrl = 0; -+ if (bForcePowerSave) -+ SetPwrMgt(fctrl); -+ -+ SetFrDs(fctrl); -+ memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ memcpy(pwlanhdr->addr2, myid(&padapter->eeprompriv), ETH_ALEN); -+ memcpy(pwlanhdr->addr3, myid(&padapter->eeprompriv), ETH_ALEN); -+ -+ SetDuration(pwlanhdr, 0); -+ SetSeqNum(pwlanhdr, 0); -+ -+ if (bQoS == true) { -+ struct ieee80211_qos_hdr *pwlanqoshdr; -+ -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; -+ SetPriority(&pwlanqoshdr->qos_ctrl, AC); -+ SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); -+ -+ pktlen = sizeof(struct ieee80211_qos_hdr); -+ } else { -+ SetFrameSubType(pframe, WIFI_DATA_NULL); -+ -+ pktlen = sizeof(struct ieee80211_hdr_3addr); -+ } -+ -+ *pLength = pktlen; -+} -+ -+static void SetFwRsvdPagePkt_BTCoex(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ struct xmit_frame *pcmdframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ u32 BeaconLength = 0; -+ u32 BTQosNullLength = 0; -+ u8 *ReservedPagePacket; -+ u8 TxDescLen, TxDescOffset; -+ u8 TotalPageNum = 0, CurtPktPageNum = 0, RsvdPageNum = 0; -+ u16 BufIndex, PageSize; -+ u32 TotalPacketLen, MaxRsvdPageBufSize = 0; -+ RSVDPAGE_LOC RsvdPageLoc; -+ -+ -+/* DBG_8192C("+" FUNC_ADPT_FMT "\n", FUNC_ADPT_ARG(padapter)); */ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pxmitpriv = &padapter->xmitpriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ TxDescLen = TXDESC_SIZE; -+ TxDescOffset = TXDESC_OFFSET; -+ PageSize = PAGE_SIZE_TX_8723B; -+ -+ RsvdPageNum = BCNQ_PAGE_NUM_8723B; -+ MaxRsvdPageBufSize = RsvdPageNum*PageSize; -+ -+ pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); -+ if (pcmdframe == NULL) { -+ DBG_8192C("%s: alloc ReservedPagePacket fail!\n", __func__); -+ return; -+ } -+ -+ ReservedPagePacket = pcmdframe->buf_addr; -+ memset(&RsvdPageLoc, 0, sizeof(RSVDPAGE_LOC)); -+ -+ /* 3 (1) beacon */ -+ BufIndex = TxDescOffset; -+ ConstructBeacon(padapter, &ReservedPagePacket[BufIndex], &BeaconLength); -+ -+ /* When we count the first page size, we need to reserve description size for the RSVD */ -+ /* packet, it will be filled in front of the packet in TXPKTBUF. */ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + BeaconLength); -+ /* If we don't add 1 more page, the WOWLAN function has a problem. Baron thinks it's a bug of firmware */ -+ if (CurtPktPageNum == 1) -+ CurtPktPageNum += 1; -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* Jump to lastest page */ -+ if (BufIndex < (MaxRsvdPageBufSize - PageSize)) { -+ BufIndex = TxDescOffset + (MaxRsvdPageBufSize - PageSize); -+ TotalPageNum = BCNQ_PAGE_NUM_8723B - 1; -+ } -+ -+ /* 3 (6) BT Qos null data */ -+ RsvdPageLoc.LocBTQosNull = TotalPageNum; -+ ConstructBtNullFunctionData( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &BTQosNullLength, -+ NULL, -+ true, 0, 0, false -+ ); -+ rtl8723b_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], BTQosNullLength, false, true, false); -+ -+ CurtPktPageNum = (u8)PageNum_128(TxDescLen + BTQosNullLength); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ TotalPacketLen = BufIndex + BTQosNullLength; -+ if (TotalPacketLen > MaxRsvdPageBufSize) { -+ DBG_8192C(FUNC_ADPT_FMT ": ERROR: The rsvd page size is not enough!!TotalPacketLen %d, MaxRsvdPageBufSize %d\n", -+ FUNC_ADPT_ARG(padapter), TotalPacketLen, MaxRsvdPageBufSize); -+ goto error; -+ } -+ -+ /* update attribute */ -+ pattrib = &pcmdframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->qsel = 0x10; -+ pattrib->pktlen = pattrib->last_txcmdsz = TotalPacketLen - TxDescOffset; -+ dump_mgntframe_and_wait(padapter, pcmdframe, 100); -+ -+/* DBG_8192C(FUNC_ADPT_FMT ": Set RSVD page location to Fw, TotalPacketLen(%d), TotalPageNum(%d)\n", */ -+/* FUNC_ADPT_ARG(padapter), TotalPacketLen, TotalPageNum); */ -+ rtl8723b_set_FwRsvdPage_cmd(padapter, &RsvdPageLoc); -+ rtl8723b_set_FwAoacRsvdPage_cmd(padapter, &RsvdPageLoc); -+ -+ return; -+ -+error: -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+} -+ -+void rtl8723b_download_BTCoex_AP_mode_rsvd_page(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ u8 bRecover = false; -+ u8 bcn_valid = false; -+ u8 DLBcnCount = 0; -+ u32 poll = 0; -+ u8 val8; -+ -+ -+ DBG_8192C("+" FUNC_ADPT_FMT ": iface_type =%d fw_state = 0x%08X\n", -+ FUNC_ADPT_ARG(padapter), get_iface_type(padapter), get_fwstate(&padapter->mlmepriv)); -+ -+#ifdef CONFIG_DEBUG -+ if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == false) { -+ DBG_8192C(FUNC_ADPT_FMT ": [WARNING] not in AP mode!!\n", -+ FUNC_ADPT_ARG(padapter)); -+ } -+#endif /* CONFIG_DEBUG */ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ -+ /* We should set AID, correct TSF, HW seq enable before set JoinBssReport to Fw in 88/92C. */ -+ /* Suggested by filen. Added by tynli. */ -+ rtw_write16(padapter, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid)); -+ -+ /* set REG_CR bit 8 */ -+ val8 = rtw_read8(padapter, REG_CR+1); -+ val8 |= BIT(0); /* ENSWBCN */ -+ rtw_write8(padapter, REG_CR+1, val8); -+ -+ /* Disable Hw protection for a time which revserd for Hw sending beacon. */ -+ /* Fix download reserved page packet fail that access collision with the protection time. */ -+ /* 2010.05.11. Added by tynli. */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 &= ~EN_BCN_FUNCTION; -+ val8 |= DIS_TSF_UDT; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ /* Set FWHW_TXQ_CTRL 0x422[6]= 0 to tell Hw the packet is not a real beacon frame. */ -+ if (pHalData->RegFwHwTxQCtrl & BIT(6)) -+ bRecover = true; -+ -+ /* To tell Hw the packet is not a real beacon frame. */ -+ pHalData->RegFwHwTxQCtrl &= ~BIT(6); -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl); -+ -+ /* Clear beacon valid check bit. */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_VALID, NULL); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_BCN_SEL, NULL); -+ -+ DLBcnCount = 0; -+ poll = 0; -+ do { -+ SetFwRsvdPagePkt_BTCoex(padapter); -+ DLBcnCount++; -+ do { -+ yield(); -+/* mdelay(10); */ -+ /* check rsvd page download OK. */ -+ rtw_hal_get_hwreg(padapter, HW_VAR_BCN_VALID, &bcn_valid); -+ poll++; -+ } while (!bcn_valid && (poll%10) != 0 && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); -+ } while (!bcn_valid && (DLBcnCount <= 100) && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); -+ -+ if (true == bcn_valid) { -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ pwrctl->fw_psmode_iface_id = padapter->iface_id; -+ DBG_8192C(ADPT_FMT": DL RSVD page success! DLBcnCount:%d, poll:%d\n", -+ ADPT_ARG(padapter), DLBcnCount, poll); -+ } else { -+ DBG_8192C(ADPT_FMT": DL RSVD page fail! DLBcnCount:%d, poll:%d\n", -+ ADPT_ARG(padapter), DLBcnCount, poll); -+ DBG_8192C(ADPT_FMT": DL RSVD page fail! bSurpriseRemoved =%d\n", -+ ADPT_ARG(padapter), padapter->bSurpriseRemoved); -+ DBG_8192C(ADPT_FMT": DL RSVD page fail! bDriverStopped =%d\n", -+ ADPT_ARG(padapter), padapter->bDriverStopped); -+ } -+ -+ /* 2010.05.11. Added by tynli. */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 |= EN_BCN_FUNCTION; -+ val8 &= ~DIS_TSF_UDT; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ /* To make sure that if there exists an adapter which would like to send beacon. */ -+ /* If exists, the origianl value of 0x422[6] will be 1, we should check this to */ -+ /* prevent from setting 0x422[6] to 0 after download reserved page, or it will cause */ -+ /* the beacon cannot be sent by HW. */ -+ /* 2010.06.23. Added by tynli. */ -+ if (bRecover) { -+ pHalData->RegFwHwTxQCtrl |= BIT(6); -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl); -+ } -+ -+ /* Clear CR[8] or beacon packet will not be send to TxBuf anymore. */ -+ val8 = rtw_read8(padapter, REG_CR+1); -+ val8 &= ~BIT(0); /* ~ENSWBCN */ -+ rtw_write8(padapter, REG_CR+1, val8); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723b_dm.c linux/3rdparty/rtl8723bs/hal/rtl8723b_dm.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723b_dm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723b_dm.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,300 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/* Description: */ -+/* This file is for 92CE/92CU dynamic mechanism only */ -+ -+#define _RTL8723B_DM_C_ -+ -+#include -+#include -+#include -+ -+/* Global var */ -+ -+static void dm_CheckStatistics(struct adapter *Adapter) -+{ -+} -+/* */ -+/* functions */ -+/* */ -+static void Init_ODM_ComInfo_8723b(struct adapter *Adapter) -+{ -+ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ u8 cut_ver, fab_ver; -+ -+ /* */ -+ /* Init Value */ -+ /* */ -+ memset(pDM_Odm, 0, sizeof(*pDM_Odm)); -+ -+ pDM_Odm->Adapter = Adapter; -+#define ODM_CE 0x04 -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_PLATFORM, ODM_CE); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_INTERFACE, RTW_SDIO); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_PACKAGE_TYPE, pHalData->PackageType); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_IC_TYPE, ODM_RTL8723B); -+ -+ fab_ver = ODM_TSMC; -+ cut_ver = ODM_CUT_A; -+ -+ DBG_871X("%s(): fab_ver =%d cut_ver =%d\n", __func__, fab_ver, cut_ver); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_FAB_VER, fab_ver); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_CUT_VER, cut_ver); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_MP_TEST_CHIP, IS_NORMAL_CHIP(pHalData->VersionID)); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_PATCH_ID, pHalData->CustomerID); -+ /* ODM_CMNINFO_BINHCT_TEST only for MP Team */ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_BWIFI_TEST, Adapter->registrypriv.wifi_spec); -+ -+ -+ if (pHalData->rf_type == RF_1T1R) { -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_1T1R); -+ } else if (pHalData->rf_type == RF_2T2R) { -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_2T2R); -+ } else if (pHalData->rf_type == RF_1T2R) { -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_1T2R); -+ } -+ -+ pdmpriv->InitODMFlag = ODM_RF_CALIBRATION|ODM_RF_TX_PWR_TRACK; -+ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pdmpriv->InitODMFlag); -+} -+ -+static void Update_ODM_ComInfo_8723b(struct adapter *Adapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(Adapter); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(Adapter); -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ int i; -+ u8 zero = 0; -+ -+ pdmpriv->InitODMFlag = 0 -+ | ODM_BB_DIG -+ | ODM_BB_RA_MASK -+ | ODM_BB_DYNAMIC_TXPWR -+ | ODM_BB_FA_CNT -+ | ODM_BB_RSSI_MONITOR -+ | ODM_BB_CCK_PD -+ | ODM_BB_PWR_SAVE -+ | ODM_BB_CFO_TRACKING -+ | ODM_MAC_EDCA_TURBO -+ | ODM_RF_TX_PWR_TRACK -+ | ODM_RF_CALIBRATION -+#ifdef CONFIG_ODM_ADAPTIVITY -+ | ODM_BB_ADAPTIVITY -+#endif -+ ; -+ -+ /* */ -+ /* Pointer reference */ -+ /* */ -+ /* ODM_CMNINFO_MAC_PHY_MODE pHalData->MacPhyMode92D */ -+ /* ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_MAC_PHY_MODE,&(pDM_Odm->u8_temp)); */ -+ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pdmpriv->InitODMFlag); -+ -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_TX_UNI, &(dvobj->traffic_stat.tx_bytes)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_RX_UNI, &(dvobj->traffic_stat.rx_bytes)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_WM_MODE, &(pmlmeext->cur_wireless_mode)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SEC_CHNL_OFFSET, &(pHalData->nCur40MhzPrimeSC)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SEC_MODE, &(Adapter->securitypriv.dot11PrivacyAlgrthm)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_BW, &(pHalData->CurrentChannelBW)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_CHNL, &(pHalData->CurrentChannel)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_NET_CLOSED, &(Adapter->net_closed)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_MP_MODE, &zero); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_BAND, &(pHalData->CurrentBandType)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_FORCED_IGI_LB, &(pHalData->u1ForcedIgiLb)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_FORCED_RATE, &(pHalData->ForcedDataRate)); -+ -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SCAN, &(pmlmepriv->bScanInProcess)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_POWER_SAVING, &(pwrctrlpriv->bpower_saving)); -+ -+ -+ for (i = 0; i < NUM_STA; i++) -+ ODM_CmnInfoPtrArrayHook(pDM_Odm, ODM_CMNINFO_STA_STATUS, i, NULL); -+} -+ -+void rtl8723b_InitHalDm(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ pdmpriv->DM_Type = DM_Type_ByDriver; -+ pdmpriv->DMFlag = DYNAMIC_FUNC_DISABLE; -+ -+ pdmpriv->DMFlag |= DYNAMIC_FUNC_BT; -+ -+ pdmpriv->InitDMFlag = pdmpriv->DMFlag; -+ -+ Update_ODM_ComInfo_8723b(Adapter); -+ -+ ODM_DMInit(pDM_Odm); -+} -+ -+void rtl8723b_HalDmWatchDog(struct adapter *Adapter) -+{ -+ bool bFwCurrentInPSMode = false; -+ bool bFwPSAwake = true; -+ u8 hw_init_completed = false; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ hw_init_completed = Adapter->hw_init_completed; -+ -+ if (hw_init_completed == false) -+ goto skip_dm; -+ -+ bFwCurrentInPSMode = adapter_to_pwrctl(Adapter)->bFwCurrentInPSMode; -+ rtw_hal_get_hwreg(Adapter, HW_VAR_FWLPS_RF_ON, (u8 *)(&bFwPSAwake)); -+ -+ if ( -+ (hw_init_completed == true) && -+ ((!bFwCurrentInPSMode) && bFwPSAwake) -+ ) { -+ /* */ -+ /* Calculate Tx/Rx statistics. */ -+ /* */ -+ dm_CheckStatistics(Adapter); -+ rtw_hal_check_rxfifo_full(Adapter); -+ } -+ -+ /* ODM */ -+ if (hw_init_completed == true) { -+ u8 bLinked = false; -+ u8 bsta_state = false; -+ u8 bBtDisabled = true; -+ -+ if (rtw_linked_check(Adapter)) { -+ bLinked = true; -+ if (check_fwstate(&Adapter->mlmepriv, WIFI_STATION_STATE)) -+ bsta_state = true; -+ } -+ -+ ODM_CmnInfoUpdate(&pHalData->odmpriv, ODM_CMNINFO_LINK, bLinked); -+ ODM_CmnInfoUpdate(&pHalData->odmpriv, ODM_CMNINFO_STATION_STATE, bsta_state); -+ -+ /* ODM_CmnInfoUpdate(&pHalData->odmpriv , ODM_CMNINFO_RSSI_MIN, pdmpriv->MinUndecoratedPWDBForDM); */ -+ -+ bBtDisabled = rtw_btcoex_IsBtDisabled(Adapter); -+ -+ ODM_CmnInfoUpdate(&pHalData->odmpriv, ODM_CMNINFO_BT_ENABLED, ((bBtDisabled == true)?false:true)); -+ -+ ODM_DMWatchdog(&pHalData->odmpriv); -+ } -+ -+skip_dm: -+ return; -+} -+ -+void rtl8723b_hal_dm_in_lps(struct adapter *padapter) -+{ -+ u32 PWDB_rssi = 0; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta = NULL; -+ -+ DBG_871X("%s, RSSI_Min =%d\n", __func__, pDM_Odm->RSSI_Min); -+ -+ /* update IGI */ -+ ODM_Write_DIG(pDM_Odm, pDM_Odm->RSSI_Min); -+ -+ -+ /* set rssi to fw */ -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta && (psta->rssi_stat.UndecoratedSmoothedPWDB > 0)) { -+ PWDB_rssi = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB<<16)); -+ -+ rtl8723b_set_rssi_cmd(padapter, (u8 *)&PWDB_rssi); -+ } -+ -+} -+ -+void rtl8723b_HalDmWatchDog_in_LPS(struct adapter *Adapter) -+{ -+ u8 bLinked = false; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ struct sta_priv *pstapriv = &Adapter->stapriv; -+ struct sta_info *psta = NULL; -+ -+ if (Adapter->hw_init_completed == false) -+ goto skip_lps_dm; -+ -+ -+ if (rtw_linked_check(Adapter)) -+ bLinked = true; -+ -+ ODM_CmnInfoUpdate(&pHalData->odmpriv, ODM_CMNINFO_LINK, bLinked); -+ -+ if (bLinked == false) -+ goto skip_lps_dm; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_RSSI_MONITOR)) -+ goto skip_lps_dm; -+ -+ -+ /* ODM_DMWatchdog(&pHalData->odmpriv); */ -+ /* Do DIG by RSSI In LPS-32K */ -+ -+ /* 1 Find MIN-RSSI */ -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) -+ goto skip_lps_dm; -+ -+ pdmpriv->EntryMinUndecoratedSmoothedPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; -+ -+ DBG_871X("CurIGValue =%d, EntryMinUndecoratedSmoothedPWDB = %d\n", pDM_DigTable->CurIGValue, pdmpriv->EntryMinUndecoratedSmoothedPWDB); -+ -+ if (pdmpriv->EntryMinUndecoratedSmoothedPWDB <= 0) -+ goto skip_lps_dm; -+ -+ pdmpriv->MinUndecoratedPWDBForDM = pdmpriv->EntryMinUndecoratedSmoothedPWDB; -+ -+ pDM_Odm->RSSI_Min = pdmpriv->MinUndecoratedPWDBForDM; -+ -+ /* if (pDM_DigTable->CurIGValue != pDM_Odm->RSSI_Min) */ -+ if ( -+ (pDM_DigTable->CurIGValue > pDM_Odm->RSSI_Min + 5) || -+ (pDM_DigTable->CurIGValue < pDM_Odm->RSSI_Min - 5) -+ ) -+ rtw_dm_in_lps_wk_cmd(Adapter); -+ -+ -+skip_lps_dm: -+ -+ return; -+ -+} -+ -+void rtl8723b_init_dm_priv(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ -+ memset(pdmpriv, 0, sizeof(struct dm_priv)); -+ Init_ODM_ComInfo_8723b(Adapter); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723b_hal_init.c linux/3rdparty/rtl8723bs/hal/rtl8723b_hal_init.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723b_hal_init.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723b_hal_init.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,4546 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _HAL_INIT_C_ -+ -+#include -+#include -+#include -+#include -+#include -+#include "hal_com_h2c.h" -+ -+static void _FWDownloadEnable(struct adapter *padapter, bool enable) -+{ -+ u8 tmp, count = 0; -+ -+ if (enable) { -+ /* 8051 enable */ -+ tmp = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, tmp|0x04); -+ -+ tmp = rtw_read8(padapter, REG_MCUFWDL); -+ rtw_write8(padapter, REG_MCUFWDL, tmp|0x01); -+ -+ do { -+ tmp = rtw_read8(padapter, REG_MCUFWDL); -+ if (tmp & 0x01) -+ break; -+ rtw_write8(padapter, REG_MCUFWDL, tmp|0x01); -+ msleep(1); -+ } while (count++ < 100); -+ -+ if (count > 0) -+ DBG_871X("%s: !!!!!!!!Write 0x80 Fail!: count = %d\n", __func__, count); -+ -+ /* 8051 reset */ -+ tmp = rtw_read8(padapter, REG_MCUFWDL+2); -+ rtw_write8(padapter, REG_MCUFWDL+2, tmp&0xf7); -+ } else { -+ /* MCU firmware download disable. */ -+ tmp = rtw_read8(padapter, REG_MCUFWDL); -+ rtw_write8(padapter, REG_MCUFWDL, tmp&0xfe); -+ } -+} -+ -+static int _BlockWrite(struct adapter *padapter, void *buffer, u32 buffSize) -+{ -+ int ret = _SUCCESS; -+ -+ u32 blockSize_p1 = 4; /* (Default) Phase #1 : PCI muse use 4-byte write to download FW */ -+ u32 blockSize_p2 = 8; /* Phase #2 : Use 8-byte, if Phase#1 use big size to write FW. */ -+ u32 blockSize_p3 = 1; /* Phase #3 : Use 1-byte, the remnant of FW image. */ -+ u32 blockCount_p1 = 0, blockCount_p2 = 0, blockCount_p3 = 0; -+ u32 remainSize_p1 = 0, remainSize_p2 = 0; -+ u8 *bufferPtr = (u8 *)buffer; -+ u32 i = 0, offset = 0; -+ -+/* printk("====>%s %d\n", __func__, __LINE__); */ -+ -+ /* 3 Phase #1 */ -+ blockCount_p1 = buffSize / blockSize_p1; -+ remainSize_p1 = buffSize % blockSize_p1; -+ -+ if (blockCount_p1) { -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_notice_, -+ ( -+ "_BlockWrite: [P1] buffSize(%d) blockSize_p1(%d) blockCount_p1(%d) remainSize_p1(%d)\n", -+ buffSize, -+ blockSize_p1, -+ blockCount_p1, -+ remainSize_p1 -+ ) -+ ); -+ } -+ -+ for (i = 0; i < blockCount_p1; i++) { -+ ret = rtw_write32(padapter, (FW_8723B_START_ADDRESS + i * blockSize_p1), *((u32 *)(bufferPtr + i * blockSize_p1))); -+ if (ret == _FAIL) { -+ printk("====>%s %d i:%d\n", __func__, __LINE__, i); -+ goto exit; -+ } -+ } -+ -+ /* 3 Phase #2 */ -+ if (remainSize_p1) { -+ offset = blockCount_p1 * blockSize_p1; -+ -+ blockCount_p2 = remainSize_p1/blockSize_p2; -+ remainSize_p2 = remainSize_p1%blockSize_p2; -+ -+ if (blockCount_p2) { -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_notice_, -+ ( -+ "_BlockWrite: [P2] buffSize_p2(%d) blockSize_p2(%d) blockCount_p2(%d) remainSize_p2(%d)\n", -+ (buffSize-offset), -+ blockSize_p2, -+ blockCount_p2, -+ remainSize_p2 -+ ) -+ ); -+ } -+ -+ } -+ -+ /* 3 Phase #3 */ -+ if (remainSize_p2) { -+ offset = (blockCount_p1 * blockSize_p1) + (blockCount_p2 * blockSize_p2); -+ -+ blockCount_p3 = remainSize_p2 / blockSize_p3; -+ -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, -+ ("_BlockWrite: [P3] buffSize_p3(%d) blockSize_p3(%d) blockCount_p3(%d)\n", -+ (buffSize-offset), blockSize_p3, blockCount_p3)); -+ -+ for (i = 0; i < blockCount_p3; i++) { -+ ret = rtw_write8(padapter, (FW_8723B_START_ADDRESS + offset + i), *(bufferPtr + offset + i)); -+ -+ if (ret == _FAIL) { -+ printk("====>%s %d i:%d\n", __func__, __LINE__, i); -+ goto exit; -+ } -+ } -+ } -+exit: -+ return ret; -+} -+ -+static int _PageWrite( -+ struct adapter *padapter, -+ u32 page, -+ void *buffer, -+ u32 size -+) -+{ -+ u8 value8; -+ u8 u8Page = (u8) (page & 0x07); -+ -+ value8 = (rtw_read8(padapter, REG_MCUFWDL+2) & 0xF8) | u8Page; -+ rtw_write8(padapter, REG_MCUFWDL+2, value8); -+ -+ return _BlockWrite(padapter, buffer, size); -+} -+ -+static int _WriteFW(struct adapter *padapter, void *buffer, u32 size) -+{ -+ /* Since we need dynamic decide method of dwonload fw, so we call this function to get chip version. */ -+ /* We can remove _ReadChipVersion from ReadpadapterInfo8192C later. */ -+ int ret = _SUCCESS; -+ u32 pageNums, remainSize; -+ u32 page, offset; -+ u8 *bufferPtr = (u8 *)buffer; -+ -+ pageNums = size / MAX_DLFW_PAGE_SIZE; -+ /* RT_ASSERT((pageNums <= 4), ("Page numbers should not greater then 4\n")); */ -+ remainSize = size % MAX_DLFW_PAGE_SIZE; -+ -+ for (page = 0; page < pageNums; page++) { -+ offset = page * MAX_DLFW_PAGE_SIZE; -+ ret = _PageWrite(padapter, page, bufferPtr+offset, MAX_DLFW_PAGE_SIZE); -+ -+ if (ret == _FAIL) { -+ printk("====>%s %d\n", __func__, __LINE__); -+ goto exit; -+ } -+ } -+ -+ if (remainSize) { -+ offset = pageNums * MAX_DLFW_PAGE_SIZE; -+ page = pageNums; -+ ret = _PageWrite(padapter, page, bufferPtr+offset, remainSize); -+ -+ if (ret == _FAIL) { -+ printk("====>%s %d\n", __func__, __LINE__); -+ goto exit; -+ } -+ } -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("_WriteFW Done- for Normal chip.\n")); -+ -+exit: -+ return ret; -+} -+ -+void _8051Reset8723(struct adapter *padapter) -+{ -+ u8 cpu_rst; -+ u8 io_rst; -+ -+ -+ /* Reset 8051(WLMCU) IO wrapper */ -+ /* 0x1c[8] = 0 */ -+ /* Suggested by Isaac@SD1 and Gimmy@SD1, coding by Lucas@20130624 */ -+ io_rst = rtw_read8(padapter, REG_RSV_CTRL+1); -+ io_rst &= ~BIT(0); -+ rtw_write8(padapter, REG_RSV_CTRL+1, io_rst); -+ -+ cpu_rst = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ cpu_rst &= ~BIT(2); -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, cpu_rst); -+ -+ /* Enable 8051 IO wrapper */ -+ /* 0x1c[8] = 1 */ -+ io_rst = rtw_read8(padapter, REG_RSV_CTRL+1); -+ io_rst |= BIT(0); -+ rtw_write8(padapter, REG_RSV_CTRL+1, io_rst); -+ -+ cpu_rst = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ cpu_rst |= BIT(2); -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, cpu_rst); -+ -+ DBG_8192C("%s: Finish\n", __func__); -+} -+ -+static s32 polling_fwdl_chksum( -+ struct adapter *adapter, u32 min_cnt, u32 timeout_ms -+) -+{ -+ s32 ret = _FAIL; -+ u32 value32; -+ unsigned long start = jiffies; -+ u32 cnt = 0; -+ -+ /* polling CheckSum report */ -+ do { -+ cnt++; -+ value32 = rtw_read32(adapter, REG_MCUFWDL); -+ if (value32 & FWDL_ChkSum_rpt || adapter->bSurpriseRemoved || adapter->bDriverStopped) -+ break; -+ yield(); -+ } while (jiffies_to_msecs(jiffies-start) < timeout_ms || cnt < min_cnt); -+ -+ if (!(value32 & FWDL_ChkSum_rpt)) { -+ goto exit; -+ } -+ -+ if (g_fwdl_chksum_fail) { -+ DBG_871X("%s: fwdl test case: fwdl_chksum_fail\n", __func__); -+ g_fwdl_chksum_fail--; -+ goto exit; -+ } -+ -+ ret = _SUCCESS; -+ -+exit: -+ DBG_871X( -+ "%s: Checksum report %s! (%u, %dms), REG_MCUFWDL:0x%08x\n", -+ __func__, -+ (ret == _SUCCESS) ? "OK" : "Fail", -+ cnt, -+ jiffies_to_msecs(jiffies-start), -+ value32 -+ ); -+ -+ return ret; -+} -+ -+static s32 _FWFreeToGo(struct adapter *adapter, u32 min_cnt, u32 timeout_ms) -+{ -+ s32 ret = _FAIL; -+ u32 value32; -+ unsigned long start = jiffies; -+ u32 cnt = 0; -+ -+ value32 = rtw_read32(adapter, REG_MCUFWDL); -+ value32 |= MCUFWDL_RDY; -+ value32 &= ~WINTINI_RDY; -+ rtw_write32(adapter, REG_MCUFWDL, value32); -+ -+ _8051Reset8723(adapter); -+ -+ /* polling for FW ready */ -+ do { -+ cnt++; -+ value32 = rtw_read32(adapter, REG_MCUFWDL); -+ if (value32 & WINTINI_RDY || adapter->bSurpriseRemoved || adapter->bDriverStopped) -+ break; -+ yield(); -+ } while (jiffies_to_msecs(jiffies - start) < timeout_ms || cnt < min_cnt); -+ -+ if (!(value32 & WINTINI_RDY)) { -+ goto exit; -+ } -+ -+ if (g_fwdl_wintint_rdy_fail) { -+ DBG_871X("%s: fwdl test case: wintint_rdy_fail\n", __func__); -+ g_fwdl_wintint_rdy_fail--; -+ goto exit; -+ } -+ -+ ret = _SUCCESS; -+ -+exit: -+ DBG_871X( -+ "%s: Polling FW ready %s! (%u, %dms), REG_MCUFWDL:0x%08x\n", -+ __func__, -+ (ret == _SUCCESS) ? "OK" : "Fail", -+ cnt, -+ jiffies_to_msecs(jiffies-start), -+ value32 -+ ); -+ -+ return ret; -+} -+ -+#define IS_FW_81xxC(padapter) (((GET_HAL_DATA(padapter))->FirmwareSignature & 0xFFF0) == 0x88C0) -+ -+void rtl8723b_FirmwareSelfReset(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 u1bTmp; -+ u8 Delay = 100; -+ -+ if ( -+ !(IS_FW_81xxC(padapter) && ((pHalData->FirmwareVersion < 0x21) || (pHalData->FirmwareVersion == 0x21 && pHalData->FirmwareSubVersion < 0x01))) -+ ) { /* after 88C Fw v33.1 */ -+ /* 0x1cf = 0x20. Inform 8051 to reset. 2009.12.25. tynli_test */ -+ rtw_write8(padapter, REG_HMETFR+3, 0x20); -+ -+ u1bTmp = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ while (u1bTmp & BIT2) { -+ Delay--; -+ if (Delay == 0) -+ break; -+ udelay(50); -+ u1bTmp = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ } -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, ("-%s: 8051 reset success (%d)\n", __func__, Delay)); -+ -+ if (Delay == 0) { -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, ("%s: Force 8051 reset!!!\n", __func__)); -+ /* force firmware reset */ -+ u1bTmp = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, u1bTmp&(~BIT2)); -+ } -+ } -+} -+ -+/* */ -+/* Description: */ -+/* Download 8192C firmware code. */ -+/* */ -+/* */ -+s32 rtl8723b_FirmwareDownload(struct adapter *padapter, bool bUsedWoWLANFw) -+{ -+ s32 rtStatus = _SUCCESS; -+ u8 write_fw = 0; -+ unsigned long fwdl_start_time; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct rt_firmware *pFirmware; -+ struct rt_firmware *pBTFirmware; -+ struct rt_firmware_hdr *pFwHdr = NULL; -+ u8 *pFirmwareBuf; -+ u32 FirmwareLen; -+ const struct firmware *fw; -+ struct device *device = dvobj_to_dev(padapter->dvobj); -+ u8 *fwfilepath; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ u8 tmp_ps; -+ -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("+%s\n", __func__)); -+#ifdef CONFIG_WOWLAN -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, ("+%s, bUsedWoWLANFw:%d\n", __func__, bUsedWoWLANFw)); -+#endif -+ pFirmware = kzalloc(sizeof(struct rt_firmware), GFP_KERNEL); -+ pBTFirmware = kzalloc(sizeof(struct rt_firmware), GFP_KERNEL); -+ -+ if (!pFirmware || !pBTFirmware) { -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ -+ tmp_ps = rtw_read8(padapter, 0xa3); -+ tmp_ps &= 0xf8; -+ tmp_ps |= 0x02; -+ /* 1. write 0xA3[:2:0] = 3b'010 */ -+ rtw_write8(padapter, 0xa3, tmp_ps); -+ /* 2. read power_state = 0xA0[1:0] */ -+ tmp_ps = rtw_read8(padapter, 0xa0); -+ tmp_ps &= 0x03; -+ if (tmp_ps != 0x01) { -+ DBG_871X(FUNC_ADPT_FMT" tmp_ps =%x\n", FUNC_ADPT_ARG(padapter), tmp_ps); -+ pdbgpriv->dbg_downloadfw_pwr_state_cnt++; -+ } -+ -+#ifdef CONFIG_WOWLAN -+ if (bUsedWoWLANFw) -+ fwfilepath = "rtlwifi/rtl8723bs_wowlan.bin"; -+ else -+#endif /* CONFIG_WOWLAN */ -+ fwfilepath = "rtlwifi/rtl8723bs_nic.bin"; -+ -+ pr_info("rtl8723bs: accquire FW from file:%s\n", fwfilepath); -+ -+ rtStatus = request_firmware(&fw, fwfilepath, device); -+ if (rtStatus) { -+ pr_err("Request firmware failed with error 0x%x\n", rtStatus); -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ -+ if (!fw) { -+ pr_err("Firmware %s not available\n", fwfilepath); -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ -+ if (fw->size > FW_8723B_SIZE) { -+ rtStatus = _FAIL; -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_err_, -+ ("Firmware size exceed 0x%X. Check it.\n", FW_8188E_SIZE) -+ ); -+ goto exit; -+ } -+ -+ pFirmware->szFwBuffer = kzalloc(fw->size, GFP_KERNEL); -+ if (!pFirmware->szFwBuffer) { -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ -+ memcpy(pFirmware->szFwBuffer, fw->data, fw->size); -+ pFirmware->ulFwLength = fw->size; -+ release_firmware(fw); -+ if (pFirmware->ulFwLength > FW_8723B_SIZE) { -+ rtStatus = _FAIL; -+ DBG_871X_LEVEL(_drv_emerg_, "Firmware size:%u exceed %u\n", pFirmware->ulFwLength, FW_8723B_SIZE); -+ goto exit; -+ } -+ -+ pFirmwareBuf = pFirmware->szFwBuffer; -+ FirmwareLen = pFirmware->ulFwLength; -+ -+ /* To Check Fw header. Added by tynli. 2009.12.04. */ -+ pFwHdr = (struct rt_firmware_hdr *)pFirmwareBuf; -+ -+ pHalData->FirmwareVersion = le16_to_cpu(pFwHdr->Version); -+ pHalData->FirmwareSubVersion = le16_to_cpu(pFwHdr->Subversion); -+ pHalData->FirmwareSignature = le16_to_cpu(pFwHdr->Signature); -+ -+ DBG_871X( -+ "%s: fw_ver =%x fw_subver =%04x sig = 0x%x, Month =%02x, Date =%02x, Hour =%02x, Minute =%02x\n", -+ __func__, -+ pHalData->FirmwareVersion, -+ pHalData->FirmwareSubVersion, -+ pHalData->FirmwareSignature, -+ pFwHdr->Month, -+ pFwHdr->Date, -+ pFwHdr->Hour, -+ pFwHdr->Minute -+ ); -+ -+ if (IS_FW_HEADER_EXIST_8723B(pFwHdr)) { -+ DBG_871X("%s(): Shift for fw header!\n", __func__); -+ /* Shift 32 bytes for FW header */ -+ pFirmwareBuf = pFirmwareBuf + 32; -+ FirmwareLen = FirmwareLen - 32; -+ } -+ -+ /* Suggested by Filen. If 8051 is running in RAM code, driver should inform Fw to reset by itself, */ -+ /* or it will cause download Fw fail. 2010.02.01. by tynli. */ -+ if (rtw_read8(padapter, REG_MCUFWDL) & RAM_DL_SEL) { /* 8051 RAM code */ -+ rtw_write8(padapter, REG_MCUFWDL, 0x00); -+ rtl8723b_FirmwareSelfReset(padapter); -+ } -+ -+ _FWDownloadEnable(padapter, true); -+ fwdl_start_time = jiffies; -+ while ( -+ !padapter->bDriverStopped && -+ !padapter->bSurpriseRemoved && -+ (write_fw++ < 3 || jiffies_to_msecs(jiffies - fwdl_start_time) < 500) -+ ) { -+ /* reset FWDL chksum */ -+ rtw_write8(padapter, REG_MCUFWDL, rtw_read8(padapter, REG_MCUFWDL)|FWDL_ChkSum_rpt); -+ -+ rtStatus = _WriteFW(padapter, pFirmwareBuf, FirmwareLen); -+ if (rtStatus != _SUCCESS) -+ continue; -+ -+ rtStatus = polling_fwdl_chksum(padapter, 5, 50); -+ if (rtStatus == _SUCCESS) -+ break; -+ } -+ _FWDownloadEnable(padapter, false); -+ if (_SUCCESS != rtStatus) -+ goto fwdl_stat; -+ -+ rtStatus = _FWFreeToGo(padapter, 10, 200); -+ if (_SUCCESS != rtStatus) -+ goto fwdl_stat; -+ -+fwdl_stat: -+ DBG_871X( -+ "FWDL %s. write_fw:%u, %dms\n", -+ (rtStatus == _SUCCESS)?"success":"fail", -+ write_fw, -+ jiffies_to_msecs(jiffies - fwdl_start_time) -+ ); -+ -+exit: -+ kfree(pFirmware->szFwBuffer); -+ kfree(pFirmware); -+ kfree(pBTFirmware); -+ DBG_871X(" <=== rtl8723b_FirmwareDownload()\n"); -+ return rtStatus; -+} -+ -+void rtl8723b_InitializeFirmwareVars(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ /* Init Fw LPS related. */ -+ adapter_to_pwrctl(padapter)->bFwCurrentInPSMode = false; -+ -+ /* Init H2C cmd. */ -+ rtw_write8(padapter, REG_HMETFR, 0x0f); -+ -+ /* Init H2C counter. by tynli. 2009.12.09. */ -+ pHalData->LastHMEBoxNum = 0; -+/* pHalData->H2CQueueHead = 0; */ -+/* pHalData->H2CQueueTail = 0; */ -+/* pHalData->H2CStopInsertQueue = false; */ -+} -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+/* */ -+ -+/* */ -+/* Description: Prepare some information to Fw for WoWLAN. */ -+/* (1) Download wowlan Fw. */ -+/* (2) Download RSVD page packets. */ -+/* (3) Enable AP offload if needed. */ -+/* */ -+/* 2011.04.12 by tynli. */ -+/* */ -+void SetFwRelatedForWoWLAN8723b( -+ struct adapter *padapter, u8 bHostIsGoingtoSleep -+) -+{ -+ int status = _FAIL; -+ /* */ -+ /* 1. Before WoWLAN we need to re-download WoWLAN Fw. */ -+ /* */ -+ status = rtl8723b_FirmwareDownload(padapter, bHostIsGoingtoSleep); -+ if (status != _SUCCESS) { -+ DBG_871X("SetFwRelatedForWoWLAN8723b(): Re-Download Firmware failed!!\n"); -+ return; -+ } else { -+ DBG_871X("SetFwRelatedForWoWLAN8723b(): Re-Download Firmware Success !!\n"); -+ } -+ /* */ -+ /* 2. Re-Init the variables about Fw related setting. */ -+ /* */ -+ rtl8723b_InitializeFirmwareVars(padapter); -+} -+#endif /* CONFIG_WOWLAN */ -+ -+static void rtl8723b_free_hal_data(struct adapter *padapter) -+{ -+} -+ -+/* */ -+/* Efuse related code */ -+/* */ -+static u8 hal_EfuseSwitchToBank( -+ struct adapter *padapter, u8 bank, bool bPseudoTest -+) -+{ -+ u8 bRet = false; -+ u32 value32 = 0; -+#ifdef HAL_EFUSE_MEMORY -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PEFUSE_HAL pEfuseHal = &pHalData->EfuseHal; -+#endif -+ -+ -+ DBG_8192C("%s: Efuse switch bank to %d\n", __func__, bank); -+ if (bPseudoTest) { -+#ifdef HAL_EFUSE_MEMORY -+ pEfuseHal->fakeEfuseBank = bank; -+#else -+ fakeEfuseBank = bank; -+#endif -+ bRet = true; -+ } else { -+ value32 = rtw_read32(padapter, EFUSE_TEST); -+ bRet = true; -+ switch (bank) { -+ case 0: -+ value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_WIFI_SEL_0); -+ break; -+ case 1: -+ value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_BT_SEL_0); -+ break; -+ case 2: -+ value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_BT_SEL_1); -+ break; -+ case 3: -+ value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_BT_SEL_2); -+ break; -+ default: -+ value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_WIFI_SEL_0); -+ bRet = false; -+ break; -+ } -+ rtw_write32(padapter, EFUSE_TEST, value32); -+ } -+ -+ return bRet; -+} -+ -+static void Hal_GetEfuseDefinition( -+ struct adapter *padapter, -+ u8 efuseType, -+ u8 type, -+ void *pOut, -+ bool bPseudoTest -+) -+{ -+ switch (type) { -+ case TYPE_EFUSE_MAX_SECTION: -+ { -+ u8 *pMax_section; -+ pMax_section = (u8 *)pOut; -+ -+ if (efuseType == EFUSE_WIFI) -+ *pMax_section = EFUSE_MAX_SECTION_8723B; -+ else -+ *pMax_section = EFUSE_BT_MAX_SECTION; -+ } -+ break; -+ -+ case TYPE_EFUSE_REAL_CONTENT_LEN: -+ { -+ u16 *pu2Tmp; -+ pu2Tmp = (u16 *)pOut; -+ -+ if (efuseType == EFUSE_WIFI) -+ *pu2Tmp = EFUSE_REAL_CONTENT_LEN_8723B; -+ else -+ *pu2Tmp = EFUSE_BT_REAL_CONTENT_LEN; -+ } -+ break; -+ -+ case TYPE_AVAILABLE_EFUSE_BYTES_BANK: -+ { -+ u16 *pu2Tmp; -+ pu2Tmp = (u16 *)pOut; -+ -+ if (efuseType == EFUSE_WIFI) -+ *pu2Tmp = (EFUSE_REAL_CONTENT_LEN_8723B-EFUSE_OOB_PROTECT_BYTES); -+ else -+ *pu2Tmp = (EFUSE_BT_REAL_BANK_CONTENT_LEN-EFUSE_PROTECT_BYTES_BANK); -+ } -+ break; -+ -+ case TYPE_AVAILABLE_EFUSE_BYTES_TOTAL: -+ { -+ u16 *pu2Tmp; -+ pu2Tmp = (u16 *)pOut; -+ -+ if (efuseType == EFUSE_WIFI) -+ *pu2Tmp = (EFUSE_REAL_CONTENT_LEN_8723B-EFUSE_OOB_PROTECT_BYTES); -+ else -+ *pu2Tmp = (EFUSE_BT_REAL_CONTENT_LEN-(EFUSE_PROTECT_BYTES_BANK*3)); -+ } -+ break; -+ -+ case TYPE_EFUSE_MAP_LEN: -+ { -+ u16 *pu2Tmp; -+ pu2Tmp = (u16 *)pOut; -+ -+ if (efuseType == EFUSE_WIFI) -+ *pu2Tmp = EFUSE_MAX_MAP_LEN; -+ else -+ *pu2Tmp = EFUSE_BT_MAP_LEN; -+ } -+ break; -+ -+ case TYPE_EFUSE_PROTECT_BYTES_BANK: -+ { -+ u8 *pu1Tmp; -+ pu1Tmp = (u8 *)pOut; -+ -+ if (efuseType == EFUSE_WIFI) -+ *pu1Tmp = EFUSE_OOB_PROTECT_BYTES; -+ else -+ *pu1Tmp = EFUSE_PROTECT_BYTES_BANK; -+ } -+ break; -+ -+ case TYPE_EFUSE_CONTENT_LEN_BANK: -+ { -+ u16 *pu2Tmp; -+ pu2Tmp = (u16 *)pOut; -+ -+ if (efuseType == EFUSE_WIFI) -+ *pu2Tmp = EFUSE_REAL_CONTENT_LEN_8723B; -+ else -+ *pu2Tmp = EFUSE_BT_REAL_BANK_CONTENT_LEN; -+ } -+ break; -+ -+ default: -+ { -+ u8 *pu1Tmp; -+ pu1Tmp = (u8 *)pOut; -+ *pu1Tmp = 0; -+ } -+ break; -+ } -+} -+ -+#define VOLTAGE_V25 0x03 -+#define LDOE25_SHIFT 28 -+ -+/* */ -+/* The following is for compile ok */ -+/* That should be merged with the original in the future */ -+/* */ -+#define EFUSE_ACCESS_ON_8723 0x69 /* For RTL8723 only. */ -+#define EFUSE_ACCESS_OFF_8723 0x00 /* For RTL8723 only. */ -+#define REG_EFUSE_ACCESS_8723 0x00CF /* Efuse access protection for RTL8723 */ -+ -+/* */ -+static void Hal_BT_EfusePowerSwitch( -+ struct adapter *padapter, u8 bWrite, u8 PwrState -+) -+{ -+ u8 tempval; -+ if (PwrState == true) { -+ /* enable BT power cut */ -+ /* 0x6A[14] = 1 */ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval |= BIT(6); -+ rtw_write8(padapter, 0x6B, tempval); -+ -+ /* Attention!! Between 0x6A[14] and 0x6A[15] setting need 100us delay */ -+ /* So don't wirte 0x6A[14]= 1 and 0x6A[15]= 0 together! */ -+ msleep(1); -+ /* disable BT output isolation */ -+ /* 0x6A[15] = 0 */ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval &= ~BIT(7); -+ rtw_write8(padapter, 0x6B, tempval); -+ } else { -+ /* enable BT output isolation */ -+ /* 0x6A[15] = 1 */ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval |= BIT(7); -+ rtw_write8(padapter, 0x6B, tempval); -+ -+ /* Attention!! Between 0x6A[14] and 0x6A[15] setting need 100us delay */ -+ /* So don't wirte 0x6A[14]= 1 and 0x6A[15]= 0 together! */ -+ -+ /* disable BT power cut */ -+ /* 0x6A[14] = 1 */ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval &= ~BIT(6); -+ rtw_write8(padapter, 0x6B, tempval); -+ } -+ -+} -+static void Hal_EfusePowerSwitch( -+ struct adapter *padapter, u8 bWrite, u8 PwrState -+) -+{ -+ u8 tempval; -+ u16 tmpV16; -+ -+ -+ if (PwrState == true) { -+ /* To avoid cannot access efuse regsiters after disable/enable several times during DTM test. */ -+ /* Suggested by SD1 IsaacHsu. 2013.07.08, added by tynli. */ -+ tempval = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HSUS_CTRL); -+ if (tempval & BIT(0)) { /* SDIO local register is suspend */ -+ u8 count = 0; -+ -+ -+ tempval &= ~BIT(0); -+ rtw_write8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HSUS_CTRL, tempval); -+ -+ /* check 0x86[1:0]= 10'2h, wait power state to leave suspend */ -+ do { -+ tempval = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HSUS_CTRL); -+ tempval &= 0x3; -+ if (tempval == 0x02) -+ break; -+ -+ count++; -+ if (count >= 100) -+ break; -+ -+ mdelay(10); -+ } while (1); -+ -+ if (count >= 100) { -+ DBG_8192C(FUNC_ADPT_FMT ": Leave SDIO local register suspend fail! Local 0x86 =%#X\n", -+ FUNC_ADPT_ARG(padapter), tempval); -+ } else { -+ DBG_8192C(FUNC_ADPT_FMT ": Leave SDIO local register suspend OK! Local 0x86 =%#X\n", -+ FUNC_ADPT_ARG(padapter), tempval); -+ } -+ } -+ -+ rtw_write8(padapter, REG_EFUSE_ACCESS_8723, EFUSE_ACCESS_ON_8723); -+ -+ /* Reset: 0x0000h[28], default valid */ -+ tmpV16 = rtw_read16(padapter, REG_SYS_FUNC_EN); -+ if (!(tmpV16 & FEN_ELDR)) { -+ tmpV16 |= FEN_ELDR; -+ rtw_write16(padapter, REG_SYS_FUNC_EN, tmpV16); -+ } -+ -+ /* Clock: Gated(0x0008h[5]) 8M(0x0008h[1]) clock from ANA, default valid */ -+ tmpV16 = rtw_read16(padapter, REG_SYS_CLKR); -+ if ((!(tmpV16 & LOADER_CLK_EN)) || (!(tmpV16 & ANA8M))) { -+ tmpV16 |= (LOADER_CLK_EN | ANA8M); -+ rtw_write16(padapter, REG_SYS_CLKR, tmpV16); -+ } -+ -+ if (bWrite == true) { -+ /* Enable LDO 2.5V before read/write action */ -+ tempval = rtw_read8(padapter, EFUSE_TEST+3); -+ tempval &= 0x0F; -+ tempval |= (VOLTAGE_V25 << 4); -+ rtw_write8(padapter, EFUSE_TEST+3, (tempval | 0x80)); -+ -+ /* rtw_write8(padapter, REG_EFUSE_ACCESS, EFUSE_ACCESS_ON); */ -+ } -+ } else { -+ rtw_write8(padapter, REG_EFUSE_ACCESS, EFUSE_ACCESS_OFF); -+ -+ if (bWrite == true) { -+ /* Disable LDO 2.5V after read/write action */ -+ tempval = rtw_read8(padapter, EFUSE_TEST+3); -+ rtw_write8(padapter, EFUSE_TEST+3, (tempval & 0x7F)); -+ } -+ -+ } -+} -+ -+static void hal_ReadEFuse_WiFi( -+ struct adapter *padapter, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+ bool bPseudoTest -+) -+{ -+#ifdef HAL_EFUSE_MEMORY -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PEFUSE_HAL pEfuseHal = &pHalData->EfuseHal; -+#endif -+ u8 *efuseTbl = NULL; -+ u16 eFuse_Addr = 0; -+ u8 offset, wden; -+ u8 efuseHeader, efuseExtHdr, efuseData; -+ u16 i, total, used; -+ u8 efuse_usage = 0; -+ -+ /* DBG_871X("YJ: ====>%s():_offset =%d _size_byte =%d bPseudoTest =%d\n", __func__, _offset, _size_byte, bPseudoTest); */ -+ /* */ -+ /* Do NOT excess total size of EFuse table. Added by Roger, 2008.11.10. */ -+ /* */ -+ if ((_offset+_size_byte) > EFUSE_MAX_MAP_LEN) { -+ DBG_8192C("%s: Invalid offset(%#x) with read bytes(%#x)!!\n", __func__, _offset, _size_byte); -+ return; -+ } -+ -+ efuseTbl = (u8 *)rtw_malloc(EFUSE_MAX_MAP_LEN); -+ if (efuseTbl == NULL) { -+ DBG_8192C("%s: alloc efuseTbl fail!\n", __func__); -+ return; -+ } -+ /* 0xff will be efuse default value instead of 0x00. */ -+ memset(efuseTbl, 0xFF, EFUSE_MAX_MAP_LEN); -+ -+ -+#ifdef CONFIG_DEBUG -+if (0) { -+ for (i = 0; i < 256; i++) -+ efuse_OneByteRead(padapter, i, &efuseTbl[i], false); -+ DBG_871X("Efuse Content:\n"); -+ for (i = 0; i < 256; i++) { -+ if (i % 16 == 0) -+ printk("\n"); -+ printk("%02X ", efuseTbl[i]); -+ } -+ printk("\n"); -+} -+#endif -+ -+ -+ /* switch bank back to bank 0 for later BT and wifi use. */ -+ hal_EfuseSwitchToBank(padapter, 0, bPseudoTest); -+ -+ while (AVAILABLE_EFUSE_ADDR(eFuse_Addr)) { -+ efuse_OneByteRead(padapter, eFuse_Addr++, &efuseHeader, bPseudoTest); -+ if (efuseHeader == 0xFF) { -+ DBG_8192C("%s: data end at address =%#x\n", __func__, eFuse_Addr-1); -+ break; -+ } -+ /* DBG_8192C("%s: efuse[0x%X]= 0x%02X\n", __func__, eFuse_Addr-1, efuseHeader); */ -+ -+ /* Check PG header for section num. */ -+ if (EXT_HEADER(efuseHeader)) { /* extended header */ -+ offset = GET_HDR_OFFSET_2_0(efuseHeader); -+ /* DBG_8192C("%s: extended header offset = 0x%X\n", __func__, offset); */ -+ -+ efuse_OneByteRead(padapter, eFuse_Addr++, &efuseExtHdr, bPseudoTest); -+ /* DBG_8192C("%s: efuse[0x%X]= 0x%02X\n", __func__, eFuse_Addr-1, efuseExtHdr); */ -+ if (ALL_WORDS_DISABLED(efuseExtHdr)) -+ continue; -+ -+ offset |= ((efuseExtHdr & 0xF0) >> 1); -+ wden = (efuseExtHdr & 0x0F); -+ } else { -+ offset = ((efuseHeader >> 4) & 0x0f); -+ wden = (efuseHeader & 0x0f); -+ } -+ /* DBG_8192C("%s: Offset =%d Worden = 0x%X\n", __func__, offset, wden); */ -+ -+ if (offset < EFUSE_MAX_SECTION_8723B) { -+ u16 addr; -+ /* Get word enable value from PG header */ -+/* DBG_8192C("%s: Offset =%d Worden = 0x%X\n", __func__, offset, wden); */ -+ -+ addr = offset * PGPKT_DATA_SIZE; -+ for (i = 0; i < EFUSE_MAX_WORD_UNIT; i++) { -+ /* Check word enable condition in the section */ -+ if (!(wden & (0x01<fakeEfuseUsedBytes = used; -+#else -+ fakeEfuseUsedBytes = used; -+#endif -+ } else { -+ rtw_hal_set_hwreg(padapter, HW_VAR_EFUSE_BYTES, (u8 *)&used); -+ rtw_hal_set_hwreg(padapter, HW_VAR_EFUSE_USAGE, (u8 *)&efuse_usage); -+ } -+ -+ if (efuseTbl) -+ kfree(efuseTbl); -+} -+ -+static void hal_ReadEFuse_BT( -+ struct adapter *padapter, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+ bool bPseudoTest -+) -+{ -+#ifdef HAL_EFUSE_MEMORY -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PEFUSE_HAL pEfuseHal = &pHalData->EfuseHal; -+#endif -+ u8 *efuseTbl; -+ u8 bank; -+ u16 eFuse_Addr; -+ u8 efuseHeader, efuseExtHdr, efuseData; -+ u8 offset, wden; -+ u16 i, total, used; -+ u8 efuse_usage; -+ -+ -+ /* */ -+ /* Do NOT excess total size of EFuse table. Added by Roger, 2008.11.10. */ -+ /* */ -+ if ((_offset+_size_byte) > EFUSE_BT_MAP_LEN) { -+ DBG_8192C("%s: Invalid offset(%#x) with read bytes(%#x)!!\n", __func__, _offset, _size_byte); -+ return; -+ } -+ -+ efuseTbl = rtw_malloc(EFUSE_BT_MAP_LEN); -+ if (efuseTbl == NULL) { -+ DBG_8192C("%s: efuseTbl malloc fail!\n", __func__); -+ return; -+ } -+ /* 0xff will be efuse default value instead of 0x00. */ -+ memset(efuseTbl, 0xFF, EFUSE_BT_MAP_LEN); -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_BT, TYPE_AVAILABLE_EFUSE_BYTES_BANK, &total, bPseudoTest); -+ -+ for (bank = 1; bank < 3; bank++) { /* 8723b Max bake 0~2 */ -+ if (hal_EfuseSwitchToBank(padapter, bank, bPseudoTest) == false) { -+ DBG_8192C("%s: hal_EfuseSwitchToBank Fail!!\n", __func__); -+ goto exit; -+ } -+ -+ eFuse_Addr = 0; -+ -+ while (AVAILABLE_EFUSE_ADDR(eFuse_Addr)) { -+ efuse_OneByteRead(padapter, eFuse_Addr++, &efuseHeader, bPseudoTest); -+ if (efuseHeader == 0xFF) -+ break; -+ DBG_8192C("%s: efuse[%#X]= 0x%02x (header)\n", __func__, (((bank-1)*EFUSE_REAL_CONTENT_LEN_8723B)+eFuse_Addr-1), efuseHeader); -+ -+ /* Check PG header for section num. */ -+ if (EXT_HEADER(efuseHeader)) { /* extended header */ -+ offset = GET_HDR_OFFSET_2_0(efuseHeader); -+ DBG_8192C("%s: extended header offset_2_0 = 0x%X\n", __func__, offset); -+ -+ efuse_OneByteRead(padapter, eFuse_Addr++, &efuseExtHdr, bPseudoTest); -+ DBG_8192C("%s: efuse[%#X]= 0x%02x (ext header)\n", __func__, (((bank-1)*EFUSE_REAL_CONTENT_LEN_8723B)+eFuse_Addr-1), efuseExtHdr); -+ if (ALL_WORDS_DISABLED(efuseExtHdr)) -+ continue; -+ -+ -+ offset |= ((efuseExtHdr & 0xF0) >> 1); -+ wden = (efuseExtHdr & 0x0F); -+ } else { -+ offset = ((efuseHeader >> 4) & 0x0f); -+ wden = (efuseHeader & 0x0f); -+ } -+ -+ if (offset < EFUSE_BT_MAX_SECTION) { -+ u16 addr; -+ -+ /* Get word enable value from PG header */ -+ DBG_8192C("%s: Offset =%d Worden =%#X\n", __func__, offset, wden); -+ -+ addr = offset * PGPKT_DATA_SIZE; -+ for (i = 0; i < EFUSE_MAX_WORD_UNIT; i++) { -+ /* Check word enable condition in the section */ -+ if (!(wden & (0x01<fakeBTEfuseUsedBytes = used; -+#else -+ fakeBTEfuseUsedBytes = used; -+#endif -+ } else { -+ rtw_hal_set_hwreg(padapter, HW_VAR_EFUSE_BT_BYTES, (u8 *)&used); -+ rtw_hal_set_hwreg(padapter, HW_VAR_EFUSE_BT_USAGE, (u8 *)&efuse_usage); -+ } -+ -+exit: -+ if (efuseTbl) -+ kfree(efuseTbl); -+} -+ -+static void Hal_ReadEFuse( -+ struct adapter *padapter, -+ u8 efuseType, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+ bool bPseudoTest -+) -+{ -+ if (efuseType == EFUSE_WIFI) -+ hal_ReadEFuse_WiFi(padapter, _offset, _size_byte, pbuf, bPseudoTest); -+ else -+ hal_ReadEFuse_BT(padapter, _offset, _size_byte, pbuf, bPseudoTest); -+} -+ -+static u16 hal_EfuseGetCurrentSize_WiFi( -+ struct adapter *padapter, bool bPseudoTest -+) -+{ -+#ifdef HAL_EFUSE_MEMORY -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PEFUSE_HAL pEfuseHal = &pHalData->EfuseHal; -+#endif -+ u16 efuse_addr = 0; -+ u16 start_addr = 0; /* for debug */ -+ u8 hoffset = 0, hworden = 0; -+ u8 efuse_data, word_cnts = 0; -+ u32 count = 0; /* for debug */ -+ -+ -+ if (bPseudoTest) { -+#ifdef HAL_EFUSE_MEMORY -+ efuse_addr = (u16)pEfuseHal->fakeEfuseUsedBytes; -+#else -+ efuse_addr = (u16)fakeEfuseUsedBytes; -+#endif -+ } else -+ rtw_hal_get_hwreg(padapter, HW_VAR_EFUSE_BYTES, (u8 *)&efuse_addr); -+ -+ start_addr = efuse_addr; -+ DBG_8192C("%s: start_efuse_addr = 0x%X\n", __func__, efuse_addr); -+ -+ /* switch bank back to bank 0 for later BT and wifi use. */ -+ hal_EfuseSwitchToBank(padapter, 0, bPseudoTest); -+ -+ count = 0; -+ while (AVAILABLE_EFUSE_ADDR(efuse_addr)) { -+ if (efuse_OneByteRead(padapter, efuse_addr, &efuse_data, bPseudoTest) == false) { -+ DBG_8192C(KERN_ERR "%s: efuse_OneByteRead Fail! addr = 0x%X !!\n", __func__, efuse_addr); -+ goto error; -+ } -+ -+ if (efuse_data == 0xFF) -+ break; -+ -+ if ((start_addr != 0) && (efuse_addr == start_addr)) { -+ count++; -+ DBG_8192C(FUNC_ADPT_FMT ": [WARNING] efuse raw 0x%X = 0x%02X not 0xFF!!(%d times)\n", -+ FUNC_ADPT_ARG(padapter), efuse_addr, efuse_data, count); -+ -+ efuse_data = 0xFF; -+ if (count < 4) { -+ /* try again! */ -+ -+ if (count > 2) { -+ /* try again form address 0 */ -+ efuse_addr = 0; -+ start_addr = 0; -+ } -+ -+ continue; -+ } -+ -+ goto error; -+ } -+ -+ if (EXT_HEADER(efuse_data)) { -+ hoffset = GET_HDR_OFFSET_2_0(efuse_data); -+ efuse_addr++; -+ efuse_OneByteRead(padapter, efuse_addr, &efuse_data, bPseudoTest); -+ if (ALL_WORDS_DISABLED(efuse_data)) -+ continue; -+ -+ hoffset |= ((efuse_data & 0xF0) >> 1); -+ hworden = efuse_data & 0x0F; -+ } else { -+ hoffset = (efuse_data>>4) & 0x0F; -+ hworden = efuse_data & 0x0F; -+ } -+ -+ word_cnts = Efuse_CalculateWordCnts(hworden); -+ efuse_addr += (word_cnts*2)+1; -+ } -+ -+ if (bPseudoTest) { -+#ifdef HAL_EFUSE_MEMORY -+ pEfuseHal->fakeEfuseUsedBytes = efuse_addr; -+#else -+ fakeEfuseUsedBytes = efuse_addr; -+#endif -+ } else -+ rtw_hal_set_hwreg(padapter, HW_VAR_EFUSE_BYTES, (u8 *)&efuse_addr); -+ -+ goto exit; -+ -+error: -+ /* report max size to prevent wirte efuse */ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, &efuse_addr, bPseudoTest); -+ -+exit: -+ DBG_8192C("%s: CurrentSize =%d\n", __func__, efuse_addr); -+ -+ return efuse_addr; -+} -+ -+static u16 hal_EfuseGetCurrentSize_BT(struct adapter *padapter, u8 bPseudoTest) -+{ -+#ifdef HAL_EFUSE_MEMORY -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PEFUSE_HAL pEfuseHal = &pHalData->EfuseHal; -+#endif -+ u16 btusedbytes; -+ u16 efuse_addr; -+ u8 bank, startBank; -+ u8 hoffset = 0, hworden = 0; -+ u8 efuse_data, word_cnts = 0; -+ u16 retU2 = 0; -+ -+ if (bPseudoTest) { -+#ifdef HAL_EFUSE_MEMORY -+ btusedbytes = pEfuseHal->fakeBTEfuseUsedBytes; -+#else -+ btusedbytes = fakeBTEfuseUsedBytes; -+#endif -+ } else -+ rtw_hal_get_hwreg(padapter, HW_VAR_EFUSE_BT_BYTES, (u8 *)&btusedbytes); -+ -+ efuse_addr = (u16)((btusedbytes%EFUSE_BT_REAL_BANK_CONTENT_LEN)); -+ startBank = (u8)(1+(btusedbytes/EFUSE_BT_REAL_BANK_CONTENT_LEN)); -+ -+ DBG_8192C("%s: start from bank =%d addr = 0x%X\n", __func__, startBank, efuse_addr); -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_BT, TYPE_AVAILABLE_EFUSE_BYTES_BANK, &retU2, bPseudoTest); -+ -+ for (bank = startBank; bank < 3; bank++) { -+ if (hal_EfuseSwitchToBank(padapter, bank, bPseudoTest) == false) { -+ DBG_8192C(KERN_ERR "%s: switch bank(%d) Fail!!\n", __func__, bank); -+ /* bank = EFUSE_MAX_BANK; */ -+ break; -+ } -+ -+ /* only when bank is switched we have to reset the efuse_addr. */ -+ if (bank != startBank) -+ efuse_addr = 0; -+#if 1 -+ -+ while (AVAILABLE_EFUSE_ADDR(efuse_addr)) { -+ if (efuse_OneByteRead(padapter, efuse_addr, &efuse_data, bPseudoTest) == false) { -+ DBG_8192C(KERN_ERR "%s: efuse_OneByteRead Fail! addr = 0x%X !!\n", __func__, efuse_addr); -+ /* bank = EFUSE_MAX_BANK; */ -+ break; -+ } -+ DBG_8192C("%s: efuse_OneByteRead ! addr = 0x%X !efuse_data = 0x%X! bank =%d\n", __func__, efuse_addr, efuse_data, bank); -+ -+ if (efuse_data == 0xFF) -+ break; -+ -+ if (EXT_HEADER(efuse_data)) { -+ hoffset = GET_HDR_OFFSET_2_0(efuse_data); -+ efuse_addr++; -+ efuse_OneByteRead(padapter, efuse_addr, &efuse_data, bPseudoTest); -+ DBG_8192C("%s: efuse_OneByteRead EXT_HEADER ! addr = 0x%X !efuse_data = 0x%X! bank =%d\n", __func__, efuse_addr, efuse_data, bank); -+ -+ if (ALL_WORDS_DISABLED(efuse_data)) { -+ efuse_addr++; -+ continue; -+ } -+ -+/* hoffset = ((hoffset & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); */ -+ hoffset |= ((efuse_data & 0xF0) >> 1); -+ hworden = efuse_data & 0x0F; -+ } else { -+ hoffset = (efuse_data>>4) & 0x0F; -+ hworden = efuse_data & 0x0F; -+ } -+ -+ DBG_8192C(FUNC_ADPT_FMT": Offset =%d Worden =%#X\n", -+ FUNC_ADPT_ARG(padapter), hoffset, hworden); -+ -+ word_cnts = Efuse_CalculateWordCnts(hworden); -+ /* read next header */ -+ efuse_addr += (word_cnts*2)+1; -+ } -+#else -+ while ( -+ bContinual && -+ efuse_OneByteRead(padapter, efuse_addr, &efuse_data, bPseudoTest) && -+ AVAILABLE_EFUSE_ADDR(efuse_addr) -+ ) { -+ if (efuse_data != 0xFF) { -+ if ((efuse_data&0x1F) == 0x0F) { /* extended header */ -+ hoffset = efuse_data; -+ efuse_addr++; -+ efuse_OneByteRead(padapter, efuse_addr, &efuse_data, bPseudoTest); -+ if ((efuse_data & 0x0F) == 0x0F) { -+ efuse_addr++; -+ continue; -+ } else { -+ hoffset = ((hoffset & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); -+ hworden = efuse_data & 0x0F; -+ } -+ } else { -+ hoffset = (efuse_data>>4) & 0x0F; -+ hworden = efuse_data & 0x0F; -+ } -+ word_cnts = Efuse_CalculateWordCnts(hworden); -+ /* read next header */ -+ efuse_addr = efuse_addr + (word_cnts*2)+1; -+ } else -+ bContinual = false; -+ } -+#endif -+ -+ -+ /* Check if we need to check next bank efuse */ -+ if (efuse_addr < retU2) -+ break; /* don't need to check next bank. */ -+ } -+ -+ retU2 = ((bank-1)*EFUSE_BT_REAL_BANK_CONTENT_LEN)+efuse_addr; -+ if (bPseudoTest) { -+ pEfuseHal->fakeBTEfuseUsedBytes = retU2; -+ /* RT_DISP(FEEPROM, EFUSE_PG, ("Hal_EfuseGetCurrentSize_BT92C(), already use %u bytes\n", pEfuseHal->fakeBTEfuseUsedBytes)); */ -+ } else { -+ pEfuseHal->BTEfuseUsedBytes = retU2; -+ /* RT_DISP(FEEPROM, EFUSE_PG, ("Hal_EfuseGetCurrentSize_BT92C(), already use %u bytes\n", pEfuseHal->BTEfuseUsedBytes)); */ -+ } -+ -+ DBG_8192C("%s: CurrentSize =%d\n", __func__, retU2); -+ return retU2; -+} -+ -+static u16 Hal_EfuseGetCurrentSize( -+ struct adapter *padapter, u8 efuseType, bool bPseudoTest -+) -+{ -+ u16 ret = 0; -+ -+ if (efuseType == EFUSE_WIFI) -+ ret = hal_EfuseGetCurrentSize_WiFi(padapter, bPseudoTest); -+ else -+ ret = hal_EfuseGetCurrentSize_BT(padapter, bPseudoTest); -+ -+ return ret; -+} -+ -+static u8 Hal_EfuseWordEnableDataWrite( -+ struct adapter *padapter, -+ u16 efuse_addr, -+ u8 word_en, -+ u8 *data, -+ bool bPseudoTest -+) -+{ -+ u16 tmpaddr = 0; -+ u16 start_addr = efuse_addr; -+ u8 badworden = 0x0F; -+ u8 tmpdata[PGPKT_DATA_SIZE]; -+ -+ -+/* DBG_8192C("%s: efuse_addr =%#x word_en =%#x\n", __func__, efuse_addr, word_en); */ -+ memset(tmpdata, 0xFF, PGPKT_DATA_SIZE); -+ -+ if (!(word_en & BIT(0))) { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(padapter, start_addr++, data[0], bPseudoTest); -+ efuse_OneByteWrite(padapter, start_addr++, data[1], bPseudoTest); -+ -+ efuse_OneByteRead(padapter, tmpaddr, &tmpdata[0], bPseudoTest); -+ efuse_OneByteRead(padapter, tmpaddr+1, &tmpdata[1], bPseudoTest); -+ if ((data[0] != tmpdata[0]) || (data[1] != tmpdata[1])) { -+ badworden &= (~BIT(0)); -+ } -+ } -+ if (!(word_en & BIT(1))) { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(padapter, start_addr++, data[2], bPseudoTest); -+ efuse_OneByteWrite(padapter, start_addr++, data[3], bPseudoTest); -+ -+ efuse_OneByteRead(padapter, tmpaddr, &tmpdata[2], bPseudoTest); -+ efuse_OneByteRead(padapter, tmpaddr+1, &tmpdata[3], bPseudoTest); -+ if ((data[2] != tmpdata[2]) || (data[3] != tmpdata[3])) { -+ badworden &= (~BIT(1)); -+ } -+ } -+ -+ if (!(word_en & BIT(2))) { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(padapter, start_addr++, data[4], bPseudoTest); -+ efuse_OneByteWrite(padapter, start_addr++, data[5], bPseudoTest); -+ -+ efuse_OneByteRead(padapter, tmpaddr, &tmpdata[4], bPseudoTest); -+ efuse_OneByteRead(padapter, tmpaddr+1, &tmpdata[5], bPseudoTest); -+ if ((data[4] != tmpdata[4]) || (data[5] != tmpdata[5])) { -+ badworden &= (~BIT(2)); -+ } -+ } -+ -+ if (!(word_en & BIT(3))) { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(padapter, start_addr++, data[6], bPseudoTest); -+ efuse_OneByteWrite(padapter, start_addr++, data[7], bPseudoTest); -+ -+ efuse_OneByteRead(padapter, tmpaddr, &tmpdata[6], bPseudoTest); -+ efuse_OneByteRead(padapter, tmpaddr+1, &tmpdata[7], bPseudoTest); -+ if ((data[6] != tmpdata[6]) || (data[7] != tmpdata[7])) { -+ badworden &= (~BIT(3)); -+ } -+ } -+ -+ return badworden; -+} -+ -+static s32 Hal_EfusePgPacketRead( -+ struct adapter *padapter, -+ u8 offset, -+ u8 *data, -+ bool bPseudoTest -+) -+{ -+ u8 efuse_data, word_cnts = 0; -+ u16 efuse_addr = 0; -+ u8 hoffset = 0, hworden = 0; -+ u8 i; -+ u8 max_section = 0; -+ s32 ret; -+ -+ -+ if (data == NULL) -+ return false; -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_EFUSE_MAX_SECTION, &max_section, bPseudoTest); -+ if (offset > max_section) { -+ DBG_8192C("%s: Packet offset(%d) is illegal(>%d)!\n", __func__, offset, max_section); -+ return false; -+ } -+ -+ memset(data, 0xFF, PGPKT_DATA_SIZE); -+ ret = true; -+ -+ /* */ -+ /* Efuse has been pre-programmed dummy 5Bytes at the end of Efuse by CP. */ -+ /* Skip dummy parts to prevent unexpected data read from Efuse. */ -+ /* By pass right now. 2009.02.19. */ -+ /* */ -+ while (AVAILABLE_EFUSE_ADDR(efuse_addr)) { -+ if (efuse_OneByteRead(padapter, efuse_addr++, &efuse_data, bPseudoTest) == false) { -+ ret = false; -+ break; -+ } -+ -+ if (efuse_data == 0xFF) -+ break; -+ -+ if (EXT_HEADER(efuse_data)) { -+ hoffset = GET_HDR_OFFSET_2_0(efuse_data); -+ efuse_OneByteRead(padapter, efuse_addr++, &efuse_data, bPseudoTest); -+ if (ALL_WORDS_DISABLED(efuse_data)) { -+ DBG_8192C("%s: Error!! All words disabled!\n", __func__); -+ continue; -+ } -+ -+ hoffset |= ((efuse_data & 0xF0) >> 1); -+ hworden = efuse_data & 0x0F; -+ } else { -+ hoffset = (efuse_data>>4) & 0x0F; -+ hworden = efuse_data & 0x0F; -+ } -+ -+ if (hoffset == offset) { -+ for (i = 0; i < EFUSE_MAX_WORD_UNIT; i++) { -+ /* Check word enable condition in the section */ -+ if (!(hworden & (0x01<= max_available) { -+ DBG_8192C("%s: Error!! current_size(%d)>max_available(%d)\n", __func__, current_size, max_available); -+ return false; -+ } -+ return true; -+} -+ -+static void hal_EfuseConstructPGPkt( -+ u8 offset, -+ u8 word_en, -+ u8 *pData, -+ PPGPKT_STRUCT pTargetPkt -+) -+{ -+ memset(pTargetPkt->data, 0xFF, PGPKT_DATA_SIZE); -+ pTargetPkt->offset = offset; -+ pTargetPkt->word_en = word_en; -+ efuse_WordEnableDataRead(word_en, pData, pTargetPkt->data); -+ pTargetPkt->word_cnts = Efuse_CalculateWordCnts(pTargetPkt->word_en); -+} -+ -+static u8 hal_EfusePartialWriteCheck( -+ struct adapter *padapter, -+ u8 efuseType, -+ u16 *pAddr, -+ PPGPKT_STRUCT pTargetPkt, -+ u8 bPseudoTest -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PEFUSE_HAL pEfuseHal = &pHalData->EfuseHal; -+ u8 bRet = false; -+ u16 startAddr = 0, efuse_max_available_len = 0, efuse_max = 0; -+ u8 efuse_data = 0; -+ -+ EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, &efuse_max_available_len, bPseudoTest); -+ EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_EFUSE_CONTENT_LEN_BANK, &efuse_max, bPseudoTest); -+ -+ if (efuseType == EFUSE_WIFI) { -+ if (bPseudoTest) { -+#ifdef HAL_EFUSE_MEMORY -+ startAddr = (u16)pEfuseHal->fakeEfuseUsedBytes; -+#else -+ startAddr = (u16)fakeEfuseUsedBytes; -+#endif -+ } else -+ rtw_hal_get_hwreg(padapter, HW_VAR_EFUSE_BYTES, (u8 *)&startAddr); -+ } else { -+ if (bPseudoTest) { -+#ifdef HAL_EFUSE_MEMORY -+ startAddr = (u16)pEfuseHal->fakeBTEfuseUsedBytes; -+#else -+ startAddr = (u16)fakeBTEfuseUsedBytes; -+#endif -+ } else -+ rtw_hal_get_hwreg(padapter, HW_VAR_EFUSE_BT_BYTES, (u8 *)&startAddr); -+ } -+ startAddr %= efuse_max; -+ DBG_8192C("%s: startAddr =%#X\n", __func__, startAddr); -+ -+ while (1) { -+ if (startAddr >= efuse_max_available_len) { -+ bRet = false; -+ DBG_8192C("%s: startAddr(%d) >= efuse_max_available_len(%d)\n", __func__, startAddr, efuse_max_available_len); -+ break; -+ } -+ -+ if (efuse_OneByteRead(padapter, startAddr, &efuse_data, bPseudoTest) && (efuse_data != 0xFF)) { -+#if 1 -+ bRet = false; -+ DBG_8192C("%s: Something Wrong! last bytes(%#X = 0x%02X) is not 0xFF\n", -+ __func__, startAddr, efuse_data); -+ break; -+#else -+ if (EXT_HEADER(efuse_data)) { -+ cur_header = efuse_data; -+ startAddr++; -+ efuse_OneByteRead(padapter, startAddr, &efuse_data, bPseudoTest); -+ if (ALL_WORDS_DISABLED(efuse_data)) { -+ DBG_8192C("%s: Error condition, all words disabled!", __func__); -+ bRet = false; -+ break; -+ } else { -+ curPkt.offset = ((cur_header & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); -+ curPkt.word_en = efuse_data & 0x0F; -+ } -+ } else { -+ cur_header = efuse_data; -+ curPkt.offset = (cur_header>>4) & 0x0F; -+ curPkt.word_en = cur_header & 0x0F; -+ } -+ -+ curPkt.word_cnts = Efuse_CalculateWordCnts(curPkt.word_en); -+ /* if same header is found but no data followed */ -+ /* write some part of data followed by the header. */ -+ if ( -+ (curPkt.offset == pTargetPkt->offset) && -+ (hal_EfuseCheckIfDatafollowed(padapter, curPkt.word_cnts, startAddr+1, bPseudoTest) == false) && -+ wordEnMatched(pTargetPkt, &curPkt, &matched_wden) == true -+ ) { -+ DBG_8192C("%s: Need to partial write data by the previous wrote header\n", __func__); -+ /* Here to write partial data */ -+ badworden = Efuse_WordEnableDataWrite(padapter, startAddr+1, matched_wden, pTargetPkt->data, bPseudoTest); -+ if (badworden != 0x0F) { -+ u32 PgWriteSuccess = 0; -+ /* if write fail on some words, write these bad words again */ -+ if (efuseType == EFUSE_WIFI) -+ PgWriteSuccess = Efuse_PgPacketWrite(padapter, pTargetPkt->offset, badworden, pTargetPkt->data, bPseudoTest); -+ else -+ PgWriteSuccess = Efuse_PgPacketWrite_BT(padapter, pTargetPkt->offset, badworden, pTargetPkt->data, bPseudoTest); -+ -+ if (!PgWriteSuccess) { -+ bRet = false; /* write fail, return */ -+ break; -+ } -+ } -+ /* partial write ok, update the target packet for later use */ -+ for (i = 0; i < 4; i++) { -+ if ((matched_wden & (0x1<word_en |= (0x1<word_cnts = Efuse_CalculateWordCnts(pTargetPkt->word_en); -+ } -+ /* read from next header */ -+ startAddr = startAddr + (curPkt.word_cnts*2) + 1; -+#endif -+ } else { -+ /* not used header, 0xff */ -+ *pAddr = startAddr; -+/* DBG_8192C("%s: Started from unused header offset =%d\n", __func__, startAddr)); */ -+ bRet = true; -+ break; -+ } -+ } -+ -+ return bRet; -+} -+ -+static u8 hal_EfusePgPacketWrite1ByteHeader( -+ struct adapter *padapter, -+ u8 efuseType, -+ u16 *pAddr, -+ PPGPKT_STRUCT pTargetPkt, -+ u8 bPseudoTest -+) -+{ -+ u8 pg_header = 0, tmp_header = 0; -+ u16 efuse_addr = *pAddr; -+ u8 repeatcnt = 0; -+ -+ -+/* DBG_8192C("%s\n", __func__); */ -+ pg_header = ((pTargetPkt->offset << 4) & 0xf0) | pTargetPkt->word_en; -+ -+ do { -+ efuse_OneByteWrite(padapter, efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(padapter, efuse_addr, &tmp_header, bPseudoTest); -+ if (tmp_header != 0xFF) -+ break; -+ if (repeatcnt++ > EFUSE_REPEAT_THRESHOLD_) { -+ DBG_8192C("%s: Repeat over limit for pg_header!!\n", __func__); -+ return false; -+ } -+ } while (1); -+ -+ if (tmp_header != pg_header) { -+ DBG_8192C(KERN_ERR "%s: PG Header Fail!!(pg = 0x%02X read = 0x%02X)\n", __func__, pg_header, tmp_header); -+ return false; -+ } -+ -+ *pAddr = efuse_addr; -+ -+ return true; -+} -+ -+static u8 hal_EfusePgPacketWrite2ByteHeader( -+ struct adapter *padapter, -+ u8 efuseType, -+ u16 *pAddr, -+ PPGPKT_STRUCT pTargetPkt, -+ u8 bPseudoTest -+) -+{ -+ u16 efuse_addr, efuse_max_available_len = 0; -+ u8 pg_header = 0, tmp_header = 0; -+ u8 repeatcnt = 0; -+ -+ -+/* DBG_8192C("%s\n", __func__); */ -+ EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_AVAILABLE_EFUSE_BYTES_BANK, &efuse_max_available_len, bPseudoTest); -+ -+ efuse_addr = *pAddr; -+ if (efuse_addr >= efuse_max_available_len) { -+ DBG_8192C("%s: addr(%d) over avaliable(%d)!!\n", __func__, efuse_addr, efuse_max_available_len); -+ return false; -+ } -+ -+ pg_header = ((pTargetPkt->offset & 0x07) << 5) | 0x0F; -+/* DBG_8192C("%s: pg_header = 0x%x\n", __func__, pg_header); */ -+ -+ do { -+ efuse_OneByteWrite(padapter, efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(padapter, efuse_addr, &tmp_header, bPseudoTest); -+ if (tmp_header != 0xFF) -+ break; -+ if (repeatcnt++ > EFUSE_REPEAT_THRESHOLD_) { -+ DBG_8192C("%s: Repeat over limit for pg_header!!\n", __func__); -+ return false; -+ } -+ } while (1); -+ -+ if (tmp_header != pg_header) { -+ DBG_8192C(KERN_ERR "%s: PG Header Fail!!(pg = 0x%02X read = 0x%02X)\n", __func__, pg_header, tmp_header); -+ return false; -+ } -+ -+ /* to write ext_header */ -+ efuse_addr++; -+ pg_header = ((pTargetPkt->offset & 0x78) << 1) | pTargetPkt->word_en; -+ -+ do { -+ efuse_OneByteWrite(padapter, efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(padapter, efuse_addr, &tmp_header, bPseudoTest); -+ if (tmp_header != 0xFF) -+ break; -+ if (repeatcnt++ > EFUSE_REPEAT_THRESHOLD_) { -+ DBG_8192C("%s: Repeat over limit for ext_header!!\n", __func__); -+ return false; -+ } -+ } while (1); -+ -+ if (tmp_header != pg_header) { /* offset PG fail */ -+ DBG_8192C(KERN_ERR "%s: PG EXT Header Fail!!(pg = 0x%02X read = 0x%02X)\n", __func__, pg_header, tmp_header); -+ return false; -+ } -+ -+ *pAddr = efuse_addr; -+ -+ return true; -+} -+ -+static u8 hal_EfusePgPacketWriteHeader( -+ struct adapter *padapter, -+ u8 efuseType, -+ u16 *pAddr, -+ PPGPKT_STRUCT pTargetPkt, -+ u8 bPseudoTest -+) -+{ -+ u8 bRet = false; -+ -+ if (pTargetPkt->offset >= EFUSE_MAX_SECTION_BASE) -+ bRet = hal_EfusePgPacketWrite2ByteHeader(padapter, efuseType, pAddr, pTargetPkt, bPseudoTest); -+ else -+ bRet = hal_EfusePgPacketWrite1ByteHeader(padapter, efuseType, pAddr, pTargetPkt, bPseudoTest); -+ -+ return bRet; -+} -+ -+static u8 hal_EfusePgPacketWriteData( -+ struct adapter *padapter, -+ u8 efuseType, -+ u16 *pAddr, -+ PPGPKT_STRUCT pTargetPkt, -+ u8 bPseudoTest -+) -+{ -+ u16 efuse_addr; -+ u8 badworden; -+ -+ -+ efuse_addr = *pAddr; -+ badworden = Efuse_WordEnableDataWrite(padapter, efuse_addr+1, pTargetPkt->word_en, pTargetPkt->data, bPseudoTest); -+ if (badworden != 0x0F) { -+ DBG_8192C("%s: Fail!!\n", __func__); -+ return false; -+ } -+ -+/* DBG_8192C("%s: ok\n", __func__); */ -+ return true; -+} -+ -+static s32 Hal_EfusePgPacketWrite( -+ struct adapter *padapter, -+ u8 offset, -+ u8 word_en, -+ u8 *pData, -+ bool bPseudoTest -+) -+{ -+ PGPKT_STRUCT targetPkt; -+ u16 startAddr = 0; -+ u8 efuseType = EFUSE_WIFI; -+ -+ if (!hal_EfusePgCheckAvailableAddr(padapter, efuseType, bPseudoTest)) -+ return false; -+ -+ hal_EfuseConstructPGPkt(offset, word_en, pData, &targetPkt); -+ -+ if (!hal_EfusePartialWriteCheck(padapter, efuseType, &startAddr, &targetPkt, bPseudoTest)) -+ return false; -+ -+ if (!hal_EfusePgPacketWriteHeader(padapter, efuseType, &startAddr, &targetPkt, bPseudoTest)) -+ return false; -+ -+ if (!hal_EfusePgPacketWriteData(padapter, efuseType, &startAddr, &targetPkt, bPseudoTest)) -+ return false; -+ -+ return true; -+} -+ -+static bool Hal_EfusePgPacketWrite_BT( -+ struct adapter *padapter, -+ u8 offset, -+ u8 word_en, -+ u8 *pData, -+ bool bPseudoTest -+) -+{ -+ PGPKT_STRUCT targetPkt; -+ u16 startAddr = 0; -+ u8 efuseType = EFUSE_BT; -+ -+ if (!hal_EfusePgCheckAvailableAddr(padapter, efuseType, bPseudoTest)) -+ return false; -+ -+ hal_EfuseConstructPGPkt(offset, word_en, pData, &targetPkt); -+ -+ if (!hal_EfusePartialWriteCheck(padapter, efuseType, &startAddr, &targetPkt, bPseudoTest)) -+ return false; -+ -+ if (!hal_EfusePgPacketWriteHeader(padapter, efuseType, &startAddr, &targetPkt, bPseudoTest)) -+ return false; -+ -+ if (!hal_EfusePgPacketWriteData(padapter, efuseType, &startAddr, &targetPkt, bPseudoTest)) -+ return false; -+ -+ return true; -+} -+ -+static HAL_VERSION ReadChipVersion8723B(struct adapter *padapter) -+{ -+ u32 value32; -+ HAL_VERSION ChipVersion; -+ struct hal_com_data *pHalData; -+ -+/* YJ, TODO, move read chip type here */ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ value32 = rtw_read32(padapter, REG_SYS_CFG); -+ ChipVersion.ICType = CHIP_8723B; -+ ChipVersion.ChipType = ((value32 & RTL_ID) ? TEST_CHIP : NORMAL_CHIP); -+ ChipVersion.RFType = RF_TYPE_1T1R; -+ ChipVersion.VendorType = ((value32 & VENDOR_ID) ? CHIP_VENDOR_UMC : CHIP_VENDOR_TSMC); -+ ChipVersion.CUTVersion = (value32 & CHIP_VER_RTL_MASK)>>CHIP_VER_RTL_SHIFT; /* IC version (CUT) */ -+ -+ /* For regulator mode. by tynli. 2011.01.14 */ -+ pHalData->RegulatorMode = ((value32 & SPS_SEL) ? RT_LDO_REGULATOR : RT_SWITCHING_REGULATOR); -+ -+ value32 = rtw_read32(padapter, REG_GPIO_OUTSTS); -+ ChipVersion.ROMVer = ((value32 & RF_RL_ID) >> 20); /* ROM code version. */ -+ -+ /* For multi-function consideration. Added by Roger, 2010.10.06. */ -+ pHalData->MultiFunc = RT_MULTI_FUNC_NONE; -+ value32 = rtw_read32(padapter, REG_MULTI_FUNC_CTRL); -+ pHalData->MultiFunc |= ((value32 & WL_FUNC_EN) ? RT_MULTI_FUNC_WIFI : 0); -+ pHalData->MultiFunc |= ((value32 & BT_FUNC_EN) ? RT_MULTI_FUNC_BT : 0); -+ pHalData->MultiFunc |= ((value32 & GPS_FUNC_EN) ? RT_MULTI_FUNC_GPS : 0); -+ pHalData->PolarityCtl = ((value32 & WL_HWPDN_SL) ? RT_POLARITY_HIGH_ACT : RT_POLARITY_LOW_ACT); -+#if 1 -+ dump_chip_info(ChipVersion); -+#endif -+ pHalData->VersionID = ChipVersion; -+ if (IS_1T2R(ChipVersion)) -+ pHalData->rf_type = RF_1T2R; -+ else if (IS_2T2R(ChipVersion)) -+ pHalData->rf_type = RF_2T2R; -+ else -+ pHalData->rf_type = RF_1T1R; -+ -+ MSG_8192C("RF_Type is %x!!\n", pHalData->rf_type); -+ -+ return ChipVersion; -+} -+ -+static void rtl8723b_read_chip_version(struct adapter *padapter) -+{ -+ ReadChipVersion8723B(padapter); -+} -+ -+void rtl8723b_InitBeaconParameters(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u16 val16; -+ u8 val8; -+ -+ -+ val8 = DIS_TSF_UDT; -+ val16 = val8 | (val8 << 8); /* port0 and port1 */ -+ -+ /* Enable prot0 beacon function for PSTDMA */ -+ val16 |= EN_BCN_FUNCTION; -+ -+ rtw_write16(padapter, REG_BCN_CTRL, val16); -+ -+ /* TODO: Remove these magic number */ -+ rtw_write16(padapter, REG_TBTT_PROHIBIT, 0x6404);/* ms */ -+ /* Firmware will control REG_DRVERLYINT when power saving is enable, */ -+ /* so don't set this register on STA mode. */ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_STATION_STATE) == false) -+ rtw_write8(padapter, REG_DRVERLYINT, DRIVER_EARLY_INT_TIME_8723B); /* 5ms */ -+ rtw_write8(padapter, REG_BCNDMATIM, BCN_DMA_ATIME_INT_TIME_8723B); /* 2ms */ -+ -+ /* Suggested by designer timchen. Change beacon AIFS to the largest number */ -+ /* beacause test chip does not contension before sending beacon. by tynli. 2009.11.03 */ -+ rtw_write16(padapter, REG_BCNTCFG, 0x660F); -+ -+ pHalData->RegBcnCtrlVal = rtw_read8(padapter, REG_BCN_CTRL); -+ pHalData->RegTxPause = rtw_read8(padapter, REG_TXPAUSE); -+ pHalData->RegFwHwTxQCtrl = rtw_read8(padapter, REG_FWHW_TXQ_CTRL+2); -+ pHalData->RegReg542 = rtw_read8(padapter, REG_TBTT_PROHIBIT+2); -+ pHalData->RegCR_1 = rtw_read8(padapter, REG_CR+1); -+} -+ -+void _InitBurstPktLen_8723BS(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ rtw_write8(Adapter, 0x4c7, rtw_read8(Adapter, 0x4c7)|BIT(7)); /* enable single pkt ampdu */ -+ rtw_write8(Adapter, REG_RX_PKT_LIMIT_8723B, 0x18); /* for VHT packet length 11K */ -+ rtw_write8(Adapter, REG_MAX_AGGR_NUM_8723B, 0x1F); -+ rtw_write8(Adapter, REG_PIFS_8723B, 0x00); -+ rtw_write8(Adapter, REG_FWHW_TXQ_CTRL_8723B, rtw_read8(Adapter, REG_FWHW_TXQ_CTRL)&(~BIT(7))); -+ if (pHalData->AMPDUBurstMode) -+ rtw_write8(Adapter, REG_AMPDU_BURST_MODE_8723B, 0x5F); -+ rtw_write8(Adapter, REG_AMPDU_MAX_TIME_8723B, 0x70); -+ -+ /* ARFB table 9 for 11ac 5G 2SS */ -+ rtw_write32(Adapter, REG_ARFR0_8723B, 0x00000010); -+ if (IS_NORMAL_CHIP(pHalData->VersionID)) -+ rtw_write32(Adapter, REG_ARFR0_8723B+4, 0xfffff000); -+ else -+ rtw_write32(Adapter, REG_ARFR0_8723B+4, 0x3e0ff000); -+ -+ /* ARFB table 10 for 11ac 5G 1SS */ -+ rtw_write32(Adapter, REG_ARFR1_8723B, 0x00000010); -+ rtw_write32(Adapter, REG_ARFR1_8723B+4, 0x003ff000); -+} -+ -+static void ResumeTxBeacon(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ -+ /* 2010.03.01. Marked by tynli. No need to call workitem beacause we record the value */ -+ /* which should be read from register to a global variable. */ -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("+ResumeTxBeacon\n")); -+ -+ pHalData->RegFwHwTxQCtrl |= BIT(6); -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl); -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+1, 0xff); -+ pHalData->RegReg542 |= BIT(0); -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+2, pHalData->RegReg542); -+} -+ -+static void StopTxBeacon(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ -+ /* 2010.03.01. Marked by tynli. No need to call workitem beacause we record the value */ -+ /* which should be read from register to a global variable. */ -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("+StopTxBeacon\n")); -+ -+ pHalData->RegFwHwTxQCtrl &= ~BIT(6); -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl); -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+1, 0x64); -+ pHalData->RegReg542 &= ~BIT(0); -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+2, pHalData->RegReg542); -+ -+ CheckFwRsvdPageContent(padapter); /* 2010.06.23. Added by tynli. */ -+} -+ -+static void _BeaconFunctionEnable(struct adapter *padapter, u8 Enable, u8 Linked) -+{ -+ rtw_write8(padapter, REG_BCN_CTRL, DIS_TSF_UDT | EN_BCN_FUNCTION | DIS_BCNQ_SUB); -+ rtw_write8(padapter, REG_RD_CTRL+1, 0x6F); -+} -+ -+static void rtl8723b_SetBeaconRelatedRegisters(struct adapter *padapter) -+{ -+ u8 val8; -+ u32 value32; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info; -+ u32 bcn_ctrl_reg; -+ -+ /* reset TSF, enable update TSF, correcting TSF On Beacon */ -+ -+ /* REG_BCN_INTERVAL */ -+ /* REG_BCNDMATIM */ -+ /* REG_ATIMWND */ -+ /* REG_TBTT_PROHIBIT */ -+ /* REG_DRVERLYINT */ -+ /* REG_BCN_MAX_ERR */ -+ /* REG_BCNTCFG (0x510) */ -+ /* REG_DUAL_TSF_RST */ -+ /* REG_BCN_CTRL (0x550) */ -+ -+ -+ bcn_ctrl_reg = REG_BCN_CTRL; -+ -+ /* */ -+ /* ATIM window */ -+ /* */ -+ rtw_write16(padapter, REG_ATIMWND, 2); -+ -+ /* */ -+ /* Beacon interval (in unit of TU). */ -+ /* */ -+ rtw_write16(padapter, REG_BCN_INTERVAL, pmlmeinfo->bcn_interval); -+ -+ rtl8723b_InitBeaconParameters(padapter); -+ -+ rtw_write8(padapter, REG_SLOT, 0x09); -+ -+ /* */ -+ /* Reset TSF Timer to zero, added by Roger. 2008.06.24 */ -+ /* */ -+ value32 = rtw_read32(padapter, REG_TCR); -+ value32 &= ~TSFRST; -+ rtw_write32(padapter, REG_TCR, value32); -+ -+ value32 |= TSFRST; -+ rtw_write32(padapter, REG_TCR, value32); -+ -+ /* NOTE: Fix test chip's bug (about contention windows's randomness) */ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE|WIFI_AP_STATE) == true) { -+ rtw_write8(padapter, REG_RXTSF_OFFSET_CCK, 0x50); -+ rtw_write8(padapter, REG_RXTSF_OFFSET_OFDM, 0x50); -+ } -+ -+ _BeaconFunctionEnable(padapter, true, true); -+ -+ ResumeTxBeacon(padapter); -+ val8 = rtw_read8(padapter, bcn_ctrl_reg); -+ val8 |= DIS_BCNQ_SUB; -+ rtw_write8(padapter, bcn_ctrl_reg, val8); -+} -+ -+static void rtl8723b_GetHalODMVar( -+ struct adapter *Adapter, -+ enum HAL_ODM_VARIABLE eVariable, -+ void *pValue1, -+ void *pValue2 -+) -+{ -+ GetHalODMVar(Adapter, eVariable, pValue1, pValue2); -+} -+ -+static void rtl8723b_SetHalODMVar( -+ struct adapter *Adapter, -+ enum HAL_ODM_VARIABLE eVariable, -+ void *pValue1, -+ bool bSet -+) -+{ -+ SetHalODMVar(Adapter, eVariable, pValue1, bSet); -+} -+ -+static void hal_notch_filter_8723b(struct adapter *adapter, bool enable) -+{ -+ if (enable) { -+ DBG_871X("Enable notch filter\n"); -+ rtw_write8(adapter, rOFDM0_RxDSP+1, rtw_read8(adapter, rOFDM0_RxDSP+1) | BIT1); -+ } else { -+ DBG_871X("Disable notch filter\n"); -+ rtw_write8(adapter, rOFDM0_RxDSP+1, rtw_read8(adapter, rOFDM0_RxDSP+1) & ~BIT1); -+ } -+} -+ -+static void UpdateHalRAMask8723B(struct adapter *padapter, u32 mac_id, u8 rssi_level) -+{ -+ u32 mask, rate_bitmap; -+ u8 shortGIrate = false; -+ struct sta_info *psta; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X("%s(): mac_id =%d rssi_level =%d\n", __func__, mac_id, rssi_level); -+ -+ if (mac_id >= NUM_STA) /* CAM_SIZE */ -+ return; -+ -+ psta = pmlmeinfo->FW_sta_info[mac_id].psta; -+ if (psta == NULL) -+ return; -+ -+ shortGIrate = query_ra_short_GI(psta); -+ -+ mask = psta->ra_mask; -+ -+ rate_bitmap = 0xffffffff; -+ rate_bitmap = ODM_Get_Rate_Bitmap(&pHalData->odmpriv, mac_id, mask, rssi_level); -+ DBG_871X("%s => mac_id:%d, networkType:0x%02x, mask:0x%08x\n\t ==> rssi_level:%d, rate_bitmap:0x%08x\n", -+ __func__, mac_id, psta->wireless_mode, mask, rssi_level, rate_bitmap); -+ -+ mask &= rate_bitmap; -+ -+ rate_bitmap = rtw_btcoex_GetRaMask(padapter); -+ mask &= ~rate_bitmap; -+ -+#ifdef CONFIG_CMCC_TEST -+ if (pmlmeext->cur_wireless_mode & WIRELESS_11G) { -+ if (mac_id == 0) { -+ DBG_871X("CMCC_BT update raid entry, mask = 0x%x\n", mask); -+ mask &= 0xffffff00; /* disable CCK & <24M OFDM rate for 11G mode for CMCC */ -+ DBG_871X("CMCC_BT update raid entry, mask = 0x%x\n", mask); -+ } -+ } -+#endif -+ -+ if (pHalData->fw_ractrl == true) { -+ rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, psta->raid, psta->bw_mode, shortGIrate, mask); -+ } -+ -+ /* set correct initial date rate for each mac_id */ -+ pdmpriv->INIDATA_RATE[mac_id] = psta->init_rate; -+ DBG_871X("%s(): mac_id =%d raid = 0x%x bw =%d mask = 0x%x init_rate = 0x%x\n", __func__, mac_id, psta->raid, psta->bw_mode, mask, psta->init_rate); -+} -+ -+ -+void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc) -+{ -+ pHalFunc->free_hal_data = &rtl8723b_free_hal_data; -+ -+ pHalFunc->dm_init = &rtl8723b_init_dm_priv; -+ -+ pHalFunc->read_chip_version = &rtl8723b_read_chip_version; -+ -+ pHalFunc->UpdateRAMaskHandler = &UpdateHalRAMask8723B; -+ -+ pHalFunc->set_bwmode_handler = &PHY_SetBWMode8723B; -+ pHalFunc->set_channel_handler = &PHY_SwChnl8723B; -+ pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8723B; -+ -+ pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8723B; -+ pHalFunc->get_tx_power_level_handler = &PHY_GetTxPowerLevel8723B; -+ -+ pHalFunc->hal_dm_watchdog = &rtl8723b_HalDmWatchDog; -+ pHalFunc->hal_dm_watchdog_in_lps = &rtl8723b_HalDmWatchDog_in_LPS; -+ -+ -+ pHalFunc->SetBeaconRelatedRegistersHandler = &rtl8723b_SetBeaconRelatedRegisters; -+ -+ pHalFunc->Add_RateATid = &rtl8723b_Add_RateATid; -+ -+ pHalFunc->run_thread = &rtl8723b_start_thread; -+ pHalFunc->cancel_thread = &rtl8723b_stop_thread; -+ -+ pHalFunc->read_bbreg = &PHY_QueryBBReg_8723B; -+ pHalFunc->write_bbreg = &PHY_SetBBReg_8723B; -+ pHalFunc->read_rfreg = &PHY_QueryRFReg_8723B; -+ pHalFunc->write_rfreg = &PHY_SetRFReg_8723B; -+ -+ /* Efuse related function */ -+ pHalFunc->BTEfusePowerSwitch = &Hal_BT_EfusePowerSwitch; -+ pHalFunc->EfusePowerSwitch = &Hal_EfusePowerSwitch; -+ pHalFunc->ReadEFuse = &Hal_ReadEFuse; -+ pHalFunc->EFUSEGetEfuseDefinition = &Hal_GetEfuseDefinition; -+ pHalFunc->EfuseGetCurrentSize = &Hal_EfuseGetCurrentSize; -+ pHalFunc->Efuse_PgPacketRead = &Hal_EfusePgPacketRead; -+ pHalFunc->Efuse_PgPacketWrite = &Hal_EfusePgPacketWrite; -+ pHalFunc->Efuse_WordEnableDataWrite = &Hal_EfuseWordEnableDataWrite; -+ pHalFunc->Efuse_PgPacketWrite_BT = &Hal_EfusePgPacketWrite_BT; -+ -+ pHalFunc->GetHalODMVarHandler = &rtl8723b_GetHalODMVar; -+ pHalFunc->SetHalODMVarHandler = &rtl8723b_SetHalODMVar; -+ -+ pHalFunc->xmit_thread_handler = &hal_xmit_handler; -+ pHalFunc->hal_notch_filter = &hal_notch_filter_8723b; -+ -+ pHalFunc->c2h_handler = c2h_handler_8723b; -+ pHalFunc->c2h_id_filter_ccx = c2h_id_filter_ccx_8723b; -+ -+ pHalFunc->fill_h2c_cmd = &FillH2CCmd8723B; -+} -+ -+void rtl8723b_InitAntenna_Selection(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ u8 val; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ val = rtw_read8(padapter, REG_LEDCFG2); -+ /* Let 8051 take control antenna settting */ -+ val |= BIT(7); /* DPDT_SEL_EN, 0x4C[23] */ -+ rtw_write8(padapter, REG_LEDCFG2, val); -+} -+ -+void rtl8723b_init_default_value(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ struct dm_priv *pdmpriv; -+ u8 i; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pdmpriv = &pHalData->dmpriv; -+ -+ padapter->registrypriv.wireless_mode = WIRELESS_11BG_24N; -+ -+ /* init default value */ -+ pHalData->fw_ractrl = false; -+ pHalData->bIQKInitialized = false; -+ if (!adapter_to_pwrctl(padapter)->bkeepfwalive) -+ pHalData->LastHMEBoxNum = 0; -+ -+ pHalData->bIQKInitialized = false; -+ -+ /* init dm default value */ -+ pdmpriv->TM_Trigger = 0;/* for IQK */ -+/* pdmpriv->binitialized = false; */ -+/* pdmpriv->prv_traffic_idx = 3; */ -+/* pdmpriv->initialize = 0; */ -+ -+ pdmpriv->ThermalValue_HP_index = 0; -+ for (i = 0; i < HP_THERMAL_NUM; i++) -+ pdmpriv->ThermalValue_HP[i] = 0; -+ -+ /* init Efuse variables */ -+ pHalData->EfuseUsedBytes = 0; -+ pHalData->EfuseUsedPercentage = 0; -+#ifdef HAL_EFUSE_MEMORY -+ pHalData->EfuseHal.fakeEfuseBank = 0; -+ pHalData->EfuseHal.fakeEfuseUsedBytes = 0; -+ memset(pHalData->EfuseHal.fakeEfuseContent, 0xFF, EFUSE_MAX_HW_SIZE); -+ memset(pHalData->EfuseHal.fakeEfuseInitMap, 0xFF, EFUSE_MAX_MAP_LEN); -+ memset(pHalData->EfuseHal.fakeEfuseModifiedMap, 0xFF, EFUSE_MAX_MAP_LEN); -+ pHalData->EfuseHal.BTEfuseUsedBytes = 0; -+ pHalData->EfuseHal.BTEfuseUsedPercentage = 0; -+ memset(pHalData->EfuseHal.BTEfuseContent, 0xFF, EFUSE_MAX_BT_BANK*EFUSE_MAX_HW_SIZE); -+ memset(pHalData->EfuseHal.BTEfuseInitMap, 0xFF, EFUSE_BT_MAX_MAP_LEN); -+ memset(pHalData->EfuseHal.BTEfuseModifiedMap, 0xFF, EFUSE_BT_MAX_MAP_LEN); -+ pHalData->EfuseHal.fakeBTEfuseUsedBytes = 0; -+ memset(pHalData->EfuseHal.fakeBTEfuseContent, 0xFF, EFUSE_MAX_BT_BANK*EFUSE_MAX_HW_SIZE); -+ memset(pHalData->EfuseHal.fakeBTEfuseInitMap, 0xFF, EFUSE_BT_MAX_MAP_LEN); -+ memset(pHalData->EfuseHal.fakeBTEfuseModifiedMap, 0xFF, EFUSE_BT_MAX_MAP_LEN); -+#endif -+} -+ -+u8 GetEEPROMSize8723B(struct adapter *padapter) -+{ -+ u8 size = 0; -+ u32 cr; -+ -+ cr = rtw_read16(padapter, REG_9346CR); -+ /* 6: EEPROM used is 93C46, 4: boot from E-Fuse. */ -+ size = (cr & BOOT_FROM_EEPROM) ? 6 : 4; -+ -+ MSG_8192C("EEPROM type is %s\n", size == 4 ? "E-FUSE" : "93C46"); -+ -+ return size; -+} -+ -+/* */ -+/* */ -+/* LLT R/W/Init function */ -+/* */ -+/* */ -+s32 rtl8723b_InitLLTTable(struct adapter *padapter) -+{ -+ unsigned long start, passing_time; -+ u32 val32; -+ s32 ret; -+ -+ -+ ret = _FAIL; -+ -+ val32 = rtw_read32(padapter, REG_AUTO_LLT); -+ val32 |= BIT_AUTO_INIT_LLT; -+ rtw_write32(padapter, REG_AUTO_LLT, val32); -+ -+ start = jiffies; -+ -+ do { -+ val32 = rtw_read32(padapter, REG_AUTO_LLT); -+ if (!(val32 & BIT_AUTO_INIT_LLT)) { -+ ret = _SUCCESS; -+ break; -+ } -+ -+ passing_time = jiffies_to_msecs(jiffies - start); -+ if (passing_time > 1000) { -+ DBG_8192C( -+ "%s: FAIL!! REG_AUTO_LLT(0x%X) =%08x\n", -+ __func__, -+ REG_AUTO_LLT, -+ val32 -+ ); -+ break; -+ } -+ -+ msleep(1); -+ } while (1); -+ -+ return ret; -+} -+ -+static bool Hal_GetChnlGroup8723B(u8 Channel, u8 *pGroup) -+{ -+ bool bIn24G = true; -+ -+ if (Channel <= 14) { -+ bIn24G = true; -+ -+ if (1 <= Channel && Channel <= 2) -+ *pGroup = 0; -+ else if (3 <= Channel && Channel <= 5) -+ *pGroup = 1; -+ else if (6 <= Channel && Channel <= 8) -+ *pGroup = 2; -+ else if (9 <= Channel && Channel <= 11) -+ *pGroup = 3; -+ else if (12 <= Channel && Channel <= 14) -+ *pGroup = 4; -+ else { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("==>Hal_GetChnlGroup8723B in 2.4 G, but Channel %d in Group not found\n", Channel)); -+ } -+ } else { -+ bIn24G = false; -+ -+ if (36 <= Channel && Channel <= 42) -+ *pGroup = 0; -+ else if (44 <= Channel && Channel <= 48) -+ *pGroup = 1; -+ else if (50 <= Channel && Channel <= 58) -+ *pGroup = 2; -+ else if (60 <= Channel && Channel <= 64) -+ *pGroup = 3; -+ else if (100 <= Channel && Channel <= 106) -+ *pGroup = 4; -+ else if (108 <= Channel && Channel <= 114) -+ *pGroup = 5; -+ else if (116 <= Channel && Channel <= 122) -+ *pGroup = 6; -+ else if (124 <= Channel && Channel <= 130) -+ *pGroup = 7; -+ else if (132 <= Channel && Channel <= 138) -+ *pGroup = 8; -+ else if (140 <= Channel && Channel <= 144) -+ *pGroup = 9; -+ else if (149 <= Channel && Channel <= 155) -+ *pGroup = 10; -+ else if (157 <= Channel && Channel <= 161) -+ *pGroup = 11; -+ else if (165 <= Channel && Channel <= 171) -+ *pGroup = 12; -+ else if (173 <= Channel && Channel <= 177) -+ *pGroup = 13; -+ else { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("==>Hal_GetChnlGroup8723B in 5G, but Channel %d in Group not found\n", Channel)); -+ } -+ -+ } -+ RT_TRACE( -+ _module_hci_hal_init_c_, -+ _drv_info_, -+ ( -+ "<==Hal_GetChnlGroup8723B, (%s) Channel = %d, Group =%d,\n", -+ bIn24G ? "2.4G" : "5G", -+ Channel, -+ *pGroup -+ ) -+ ); -+ return bIn24G; -+} -+ -+void Hal_InitPGData(struct adapter *padapter, u8 *PROMContent) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ -+ if (false == pEEPROM->bautoload_fail_flag) { /* autoload OK. */ -+ if (!pEEPROM->EepromOrEfuse) { -+ /* Read EFUSE real map to shadow. */ -+ EFUSE_ShadowMapUpdate(padapter, EFUSE_WIFI, false); -+ memcpy((void *)PROMContent, (void *)pEEPROM->efuse_eeprom_data, HWSET_MAX_SIZE_8723B); -+ } -+ } else {/* autoload fail */ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("AutoLoad Fail reported from CR9346!!\n")); -+ if (false == pEEPROM->EepromOrEfuse) -+ EFUSE_ShadowMapUpdate(padapter, EFUSE_WIFI, false); -+ memcpy((void *)PROMContent, (void *)pEEPROM->efuse_eeprom_data, HWSET_MAX_SIZE_8723B); -+ } -+} -+ -+void Hal_EfuseParseIDCode(struct adapter *padapter, u8 *hwinfo) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+/* struct hal_com_data *pHalData = GET_HAL_DATA(padapter); */ -+ u16 EEPROMId; -+ -+ -+ /* Checl 0x8129 again for making sure autoload status!! */ -+ EEPROMId = le16_to_cpu(*((__le16 *)hwinfo)); -+ if (EEPROMId != RTL_EEPROM_ID) { -+ DBG_8192C("EEPROM ID(%#x) is invalid!!\n", EEPROMId); -+ pEEPROM->bautoload_fail_flag = true; -+ } else -+ pEEPROM->bautoload_fail_flag = false; -+ -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, ("EEPROM ID = 0x%04x\n", EEPROMId)); -+} -+ -+static void Hal_ReadPowerValueFromPROM_8723B( -+ struct adapter *Adapter, -+ struct TxPowerInfo24G *pwrInfo24G, -+ u8 *PROMContent, -+ bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u32 rfPath, eeAddr = EEPROM_TX_PWR_INX_8723B, group, TxCount = 0; -+ -+ memset(pwrInfo24G, 0, sizeof(struct TxPowerInfo24G)); -+ -+ if (0xFF == PROMContent[eeAddr+1]) -+ AutoLoadFail = true; -+ -+ if (AutoLoadFail) { -+ DBG_871X("%s(): Use Default value!\n", __func__); -+ for (rfPath = 0; rfPath < MAX_RF_PATH; rfPath++) { -+ /* 2.4G default value */ -+ for (group = 0; group < MAX_CHNL_GROUP_24G; group++) { -+ pwrInfo24G->IndexCCK_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ pwrInfo24G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ } -+ -+ for (TxCount = 0; TxCount < MAX_TX_COUNT; TxCount++) { -+ if (TxCount == 0) { -+ pwrInfo24G->BW20_Diff[rfPath][0] = EEPROM_DEFAULT_24G_HT20_DIFF; -+ pwrInfo24G->OFDM_Diff[rfPath][0] = EEPROM_DEFAULT_24G_OFDM_DIFF; -+ } else { -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ } -+ } -+ } -+ -+ return; -+ } -+ -+ pHalData->bTXPowerDataReadFromEEPORM = true; /* YJ, move, 120316 */ -+ -+ for (rfPath = 0; rfPath < MAX_RF_PATH; rfPath++) { -+ /* 2 2.4G default value */ -+ for (group = 0; group < MAX_CHNL_GROUP_24G; group++) { -+ pwrInfo24G->IndexCCK_Base[rfPath][group] = PROMContent[eeAddr++]; -+ if (pwrInfo24G->IndexCCK_Base[rfPath][group] == 0xFF) -+ pwrInfo24G->IndexCCK_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ } -+ -+ for (group = 0; group < MAX_CHNL_GROUP_24G-1; group++) { -+ pwrInfo24G->IndexBW40_Base[rfPath][group] = PROMContent[eeAddr++]; -+ if (pwrInfo24G->IndexBW40_Base[rfPath][group] == 0xFF) -+ pwrInfo24G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ } -+ -+ for (TxCount = 0; TxCount < MAX_TX_COUNT; TxCount++) { -+ if (TxCount == 0) { -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] = 0; -+ if (PROMContent[eeAddr] == 0xFF) -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = EEPROM_DEFAULT_24G_HT20_DIFF; -+ else { -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo24G->BW20_Diff[rfPath][TxCount] & BIT3) /* 4bit sign number to 8 bit sign number */ -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] |= 0xF0; -+ } -+ -+ if (PROMContent[eeAddr] == 0xFF) -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = EEPROM_DEFAULT_24G_OFDM_DIFF; -+ else { -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo24G->OFDM_Diff[rfPath][TxCount] & BIT3) /* 4bit sign number to 8 bit sign number */ -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] |= 0xF0; -+ } -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] = 0; -+ eeAddr++; -+ } else { -+ if (PROMContent[eeAddr] == 0xFF) -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ else { -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo24G->BW40_Diff[rfPath][TxCount] & BIT3) /* 4bit sign number to 8 bit sign number */ -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] |= 0xF0; -+ } -+ -+ if (PROMContent[eeAddr] == 0xFF) -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ else { -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo24G->BW20_Diff[rfPath][TxCount] & BIT3) /* 4bit sign number to 8 bit sign number */ -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] |= 0xF0; -+ } -+ eeAddr++; -+ -+ if (PROMContent[eeAddr] == 0xFF) -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ else { -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo24G->OFDM_Diff[rfPath][TxCount] & BIT3) /* 4bit sign number to 8 bit sign number */ -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] |= 0xF0; -+ } -+ -+ if (PROMContent[eeAddr] == 0xFF) -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ else { -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo24G->CCK_Diff[rfPath][TxCount] & BIT3) /* 4bit sign number to 8 bit sign number */ -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] |= 0xF0; -+ } -+ eeAddr++; -+ } -+ } -+ } -+} -+ -+ -+void Hal_EfuseParseTxPowerInfo_8723B( -+ struct adapter *padapter, u8 *PROMContent, bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct TxPowerInfo24G pwrInfo24G; -+ u8 rfPath, ch, TxCount = 1; -+ -+ Hal_ReadPowerValueFromPROM_8723B(padapter, &pwrInfo24G, PROMContent, AutoLoadFail); -+ for (rfPath = 0 ; rfPath < MAX_RF_PATH ; rfPath++) { -+ for (ch = 0 ; ch < CHANNEL_MAX_NUMBER; ch++) { -+ u8 group = 0; -+ -+ Hal_GetChnlGroup8723B(ch+1, &group); -+ -+ if (ch == 14-1) { -+ pHalData->Index24G_CCK_Base[rfPath][ch] = pwrInfo24G.IndexCCK_Base[rfPath][5]; -+ pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][group]; -+ } else { -+ pHalData->Index24G_CCK_Base[rfPath][ch] = pwrInfo24G.IndexCCK_Base[rfPath][group]; -+ pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][group]; -+ } -+#ifdef CONFIG_DEBUG -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("======= Path %d, ChannelIndex %d, Group %d =======\n", rfPath, ch, group)); -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("Index24G_CCK_Base[%d][%d] = 0x%x\n", rfPath, ch, pHalData->Index24G_CCK_Base[rfPath][ch])); -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("Index24G_BW40_Base[%d][%d] = 0x%x\n", rfPath, ch, pHalData->Index24G_BW40_Base[rfPath][ch])); -+#endif -+ } -+ -+ for (TxCount = 0; TxCount < MAX_TX_COUNT; TxCount++) { -+ pHalData->CCK_24G_Diff[rfPath][TxCount] = pwrInfo24G.CCK_Diff[rfPath][TxCount]; -+ pHalData->OFDM_24G_Diff[rfPath][TxCount] = pwrInfo24G.OFDM_Diff[rfPath][TxCount]; -+ pHalData->BW20_24G_Diff[rfPath][TxCount] = pwrInfo24G.BW20_Diff[rfPath][TxCount]; -+ pHalData->BW40_24G_Diff[rfPath][TxCount] = pwrInfo24G.BW40_Diff[rfPath][TxCount]; -+ -+#ifdef CONFIG_DEBUG -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("--------------------------------------- 2.4G ---------------------------------------\n")); -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("CCK_24G_Diff[%d][%d]= %d\n", rfPath, TxCount, pHalData->CCK_24G_Diff[rfPath][TxCount])); -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("OFDM_24G_Diff[%d][%d]= %d\n", rfPath, TxCount, pHalData->OFDM_24G_Diff[rfPath][TxCount])); -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("BW20_24G_Diff[%d][%d]= %d\n", rfPath, TxCount, pHalData->BW20_24G_Diff[rfPath][TxCount])); -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("BW40_24G_Diff[%d][%d]= %d\n", rfPath, TxCount, pHalData->BW40_24G_Diff[rfPath][TxCount])); -+#endif -+ } -+ } -+ -+ /* 2010/10/19 MH Add Regulator recognize for CU. */ -+ if (!AutoLoadFail) { -+ pHalData->EEPROMRegulatory = (PROMContent[EEPROM_RF_BOARD_OPTION_8723B]&0x7); /* bit0~2 */ -+ if (PROMContent[EEPROM_RF_BOARD_OPTION_8723B] == 0xFF) -+ pHalData->EEPROMRegulatory = (EEPROM_DEFAULT_BOARD_OPTION&0x7); /* bit0~2 */ -+ } else -+ pHalData->EEPROMRegulatory = 0; -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("EEPROMRegulatory = 0x%x\n", pHalData->EEPROMRegulatory)); -+} -+ -+void Hal_EfuseParseBTCoexistInfo_8723B( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 tempval; -+ u32 tmpu4; -+ -+ if (!AutoLoadFail) { -+ tmpu4 = rtw_read32(padapter, REG_MULTI_FUNC_CTRL); -+ if (tmpu4 & BT_FUNC_EN) -+ pHalData->EEPROMBluetoothCoexist = true; -+ else -+ pHalData->EEPROMBluetoothCoexist = false; -+ -+ pHalData->EEPROMBluetoothType = BT_RTL8723B; -+ -+ tempval = hwinfo[EEPROM_RF_BT_SETTING_8723B]; -+ if (tempval != 0xFF) { -+ pHalData->EEPROMBluetoothAntNum = tempval & BIT(0); -+ /* EFUSE_0xC3[6] == 0, S1(Main)-ODM_RF_PATH_A; */ -+ /* EFUSE_0xC3[6] == 1, S0(Aux)-ODM_RF_PATH_B */ -+ pHalData->ant_path = (tempval & BIT(6))?ODM_RF_PATH_B:ODM_RF_PATH_A; -+ } else { -+ pHalData->EEPROMBluetoothAntNum = Ant_x1; -+ if (pHalData->PackageType == PACKAGE_QFN68) -+ pHalData->ant_path = ODM_RF_PATH_B; -+ else -+ pHalData->ant_path = ODM_RF_PATH_A; -+ } -+ } else { -+ pHalData->EEPROMBluetoothCoexist = false; -+ pHalData->EEPROMBluetoothType = BT_RTL8723B; -+ pHalData->EEPROMBluetoothAntNum = Ant_x1; -+ pHalData->ant_path = ODM_RF_PATH_A; -+ } -+ -+ if (padapter->registrypriv.ant_num > 0) { -+ DBG_8192C( -+ "%s: Apply driver defined antenna number(%d) to replace origin(%d)\n", -+ __func__, -+ padapter->registrypriv.ant_num, -+ pHalData->EEPROMBluetoothAntNum == Ant_x2 ? 2 : 1 -+ ); -+ -+ switch (padapter->registrypriv.ant_num) { -+ case 1: -+ pHalData->EEPROMBluetoothAntNum = Ant_x1; -+ break; -+ case 2: -+ pHalData->EEPROMBluetoothAntNum = Ant_x2; -+ break; -+ default: -+ DBG_8192C( -+ "%s: Discard invalid driver defined antenna number(%d)!\n", -+ __func__, -+ padapter->registrypriv.ant_num -+ ); -+ break; -+ } -+ } -+ -+ rtw_btcoex_SetBTCoexist(padapter, pHalData->EEPROMBluetoothCoexist); -+ rtw_btcoex_SetChipType(padapter, pHalData->EEPROMBluetoothType); -+ rtw_btcoex_SetPGAntNum(padapter, pHalData->EEPROMBluetoothAntNum == Ant_x2 ? 2 : 1); -+ if (pHalData->EEPROMBluetoothAntNum == Ant_x1) -+ rtw_btcoex_SetSingleAntPath(padapter, pHalData->ant_path); -+ -+ DBG_8192C( -+ "%s: %s BT-coex, ant_num =%d\n", -+ __func__, -+ pHalData->EEPROMBluetoothCoexist == true ? "Enable" : "Disable", -+ pHalData->EEPROMBluetoothAntNum == Ant_x2 ? 2 : 1 -+ ); -+} -+ -+void Hal_EfuseParseEEPROMVer_8723B( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+/* RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("%s(): AutoLoadFail = %d\n", __func__, AutoLoadFail)); */ -+ if (!AutoLoadFail) -+ pHalData->EEPROMVersion = hwinfo[EEPROM_VERSION_8723B]; -+ else -+ pHalData->EEPROMVersion = 1; -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("Hal_EfuseParseEEPROMVer(), EEVer = %d\n", -+ pHalData->EEPROMVersion)); -+} -+ -+ -+ -+void Hal_EfuseParsePackageType_8723B( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 package; -+ u8 efuseContent; -+ -+ Efuse_PowerSwitch(padapter, false, true); -+ efuse_OneByteRead(padapter, 0x1FB, &efuseContent, false); -+ DBG_871X("%s phy efuse read 0x1FB =%x\n", __func__, efuseContent); -+ Efuse_PowerSwitch(padapter, false, false); -+ -+ package = efuseContent & 0x7; -+ switch (package) { -+ case 0x4: -+ pHalData->PackageType = PACKAGE_TFBGA79; -+ break; -+ case 0x5: -+ pHalData->PackageType = PACKAGE_TFBGA90; -+ break; -+ case 0x6: -+ pHalData->PackageType = PACKAGE_QFN68; -+ break; -+ case 0x7: -+ pHalData->PackageType = PACKAGE_TFBGA80; -+ break; -+ -+ default: -+ pHalData->PackageType = PACKAGE_DEFAULT; -+ break; -+ } -+ -+ DBG_871X("PackageType = 0x%X\n", pHalData->PackageType); -+} -+ -+ -+void Hal_EfuseParseVoltage_8723B( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ -+ /* memcpy(pEEPROM->adjuseVoltageVal, &hwinfo[EEPROM_Voltage_ADDR_8723B], 1); */ -+ DBG_871X("%s hwinfo[EEPROM_Voltage_ADDR_8723B] =%02x\n", __func__, hwinfo[EEPROM_Voltage_ADDR_8723B]); -+ pEEPROM->adjuseVoltageVal = (hwinfo[EEPROM_Voltage_ADDR_8723B] & 0xf0) >> 4; -+ DBG_871X("%s pEEPROM->adjuseVoltageVal =%x\n", __func__, pEEPROM->adjuseVoltageVal); -+} -+ -+void Hal_EfuseParseChnlPlan_8723B( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ padapter->mlmepriv.ChannelPlan = hal_com_config_channel_plan( -+ padapter, -+ hwinfo ? hwinfo[EEPROM_ChannelPlan_8723B] : 0xFF, -+ padapter->registrypriv.channel_plan, -+ RT_CHANNEL_DOMAIN_WORLD_NULL, -+ AutoLoadFail -+ ); -+ -+ Hal_ChannelPlanToRegulation(padapter, padapter->mlmepriv.ChannelPlan); -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("EEPROM ChannelPlan = 0x%02x\n", padapter->mlmepriv.ChannelPlan)); -+} -+ -+void Hal_EfuseParseCustomerID_8723B( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+/* RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("%s(): AutoLoadFail = %d\n", __func__, AutoLoadFail)); */ -+ if (!AutoLoadFail) -+ pHalData->EEPROMCustomerID = hwinfo[EEPROM_CustomID_8723B]; -+ else -+ pHalData->EEPROMCustomerID = 0; -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("EEPROM Customer ID: 0x%2x\n", pHalData->EEPROMCustomerID)); -+} -+ -+void Hal_EfuseParseAntennaDiversity_8723B( -+ struct adapter *padapter, -+ u8 *hwinfo, -+ bool AutoLoadFail -+) -+{ -+} -+ -+void Hal_EfuseParseXtal_8723B( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+/* RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("%s(): AutoLoadFail = %d\n", __func__, AutoLoadFail)); */ -+ if (!AutoLoadFail) { -+ pHalData->CrystalCap = hwinfo[EEPROM_XTAL_8723B]; -+ if (pHalData->CrystalCap == 0xFF) -+ pHalData->CrystalCap = EEPROM_Default_CrystalCap_8723B; /* what value should 8812 set? */ -+ } else -+ pHalData->CrystalCap = EEPROM_Default_CrystalCap_8723B; -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("EEPROM CrystalCap: 0x%2x\n", pHalData->CrystalCap)); -+} -+ -+ -+void Hal_EfuseParseThermalMeter_8723B( -+ struct adapter *padapter, u8 *PROMContent, u8 AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+/* RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("%s(): AutoLoadFail = %d\n", __func__, AutoLoadFail)); */ -+ /* */ -+ /* ThermalMeter from EEPROM */ -+ /* */ -+ if (false == AutoLoadFail) -+ pHalData->EEPROMThermalMeter = PROMContent[EEPROM_THERMAL_METER_8723B]; -+ else -+ pHalData->EEPROMThermalMeter = EEPROM_Default_ThermalMeter_8723B; -+ -+ if ((pHalData->EEPROMThermalMeter == 0xff) || (true == AutoLoadFail)) { -+ pHalData->bAPKThermalMeterIgnore = true; -+ pHalData->EEPROMThermalMeter = EEPROM_Default_ThermalMeter_8723B; -+ } -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("EEPROM ThermalMeter = 0x%x\n", pHalData->EEPROMThermalMeter)); -+} -+ -+ -+void Hal_ReadRFGainOffset( -+ struct adapter *Adapter, u8 *PROMContent, bool AutoloadFail -+) -+{ -+ /* */ -+ /* BB_RF Gain Offset from EEPROM */ -+ /* */ -+ -+ if (!AutoloadFail) { -+ Adapter->eeprompriv.EEPROMRFGainOffset = PROMContent[EEPROM_RF_GAIN_OFFSET]; -+ DBG_871X("AutoloadFail =%x,\n", AutoloadFail); -+ Adapter->eeprompriv.EEPROMRFGainVal = EFUSE_Read1Byte(Adapter, EEPROM_RF_GAIN_VAL); -+ DBG_871X("Adapter->eeprompriv.EEPROMRFGainVal =%x\n", Adapter->eeprompriv.EEPROMRFGainVal); -+ } else { -+ Adapter->eeprompriv.EEPROMRFGainOffset = 0; -+ Adapter->eeprompriv.EEPROMRFGainVal = 0xFF; -+ DBG_871X("else AutoloadFail =%x,\n", AutoloadFail); -+ } -+ DBG_871X("EEPRORFGainOffset = 0x%02x\n", Adapter->eeprompriv.EEPROMRFGainOffset); -+} -+ -+u8 BWMapping_8723B(struct adapter *Adapter, struct pkt_attrib *pattrib) -+{ -+ u8 BWSettingOfDesc = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ /* DBG_871X("BWMapping pHalData->CurrentChannelBW %d, pattrib->bwmode %d\n", pHalData->CurrentChannelBW, pattrib->bwmode); */ -+ -+ if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_80) { -+ if (pattrib->bwmode == CHANNEL_WIDTH_80) -+ BWSettingOfDesc = 2; -+ else if (pattrib->bwmode == CHANNEL_WIDTH_40) -+ BWSettingOfDesc = 1; -+ else -+ BWSettingOfDesc = 0; -+ } else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { -+ if ((pattrib->bwmode == CHANNEL_WIDTH_40) || (pattrib->bwmode == CHANNEL_WIDTH_80)) -+ BWSettingOfDesc = 1; -+ else -+ BWSettingOfDesc = 0; -+ } else -+ BWSettingOfDesc = 0; -+ -+ /* if (pTcb->bBTTxPacket) */ -+ /* BWSettingOfDesc = 0; */ -+ -+ return BWSettingOfDesc; -+} -+ -+u8 SCMapping_8723B(struct adapter *Adapter, struct pkt_attrib *pattrib) -+{ -+ u8 SCSettingOfDesc = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ /* DBG_871X("SCMapping: pHalData->CurrentChannelBW %d, pHalData->nCur80MhzPrimeSC %d, pHalData->nCur40MhzPrimeSC %d\n", pHalData->CurrentChannelBW, pHalData->nCur80MhzPrimeSC, pHalData->nCur40MhzPrimeSC); */ -+ -+ if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_80) { -+ if (pattrib->bwmode == CHANNEL_WIDTH_80) { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } else if (pattrib->bwmode == CHANNEL_WIDTH_40) { -+ if (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ SCSettingOfDesc = VHT_DATA_SC_40_LOWER_OF_80MHZ; -+ else if (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ SCSettingOfDesc = VHT_DATA_SC_40_UPPER_OF_80MHZ; -+ else -+ DBG_871X("SCMapping: Not Correct Primary40MHz Setting\n"); -+ } else { -+ if ((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_LOWEST_OF_80MHZ; -+ else if ((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ else if ((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ else if ((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_UPPERST_OF_80MHZ; -+ else -+ DBG_871X("SCMapping: Not Correct Primary40MHz Setting\n"); -+ } -+ } else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { -+ /* DBG_871X("SCMapping: HT Case: pHalData->CurrentChannelBW %d, pHalData->nCur40MhzPrimeSC %d\n", pHalData->CurrentChannelBW, pHalData->nCur40MhzPrimeSC); */ -+ -+ if (pattrib->bwmode == CHANNEL_WIDTH_40) { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } else if (pattrib->bwmode == CHANNEL_WIDTH_20) { -+ if (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) { -+ SCSettingOfDesc = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ } else if (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) { -+ SCSettingOfDesc = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ } else { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } -+ } -+ } else { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } -+ -+ return SCSettingOfDesc; -+} -+ -+static void rtl8723b_cal_txdesc_chksum(struct tx_desc *ptxdesc) -+{ -+ u16 *usPtr = (u16 *)ptxdesc; -+ u32 count; -+ u32 index; -+ u16 checksum = 0; -+ -+ -+ /* Clear first */ -+ ptxdesc->txdw7 &= cpu_to_le32(0xffff0000); -+ -+ /* checksume is always calculated by first 32 bytes, */ -+ /* and it doesn't depend on TX DESC length. */ -+ /* Thomas, Lucas@SD4, 20130515 */ -+ count = 16; -+ -+ for (index = 0; index < count; index++) { -+ checksum |= le16_to_cpu(*(__le16 *)(usPtr + index)); -+ } -+ -+ ptxdesc->txdw7 |= cpu_to_le32(checksum & 0x0000ffff); -+} -+ -+static u8 fill_txdesc_sectype(struct pkt_attrib *pattrib) -+{ -+ u8 sectype = 0; -+ if ((pattrib->encrypt > 0) && !pattrib->bswenc) { -+ switch (pattrib->encrypt) { -+ /* SEC_TYPE */ -+ case _WEP40_: -+ case _WEP104_: -+ case _TKIP_: -+ case _TKIP_WTMIC_: -+ sectype = 1; -+ break; -+ -+ case _AES_: -+ sectype = 3; -+ break; -+ -+ case _NO_PRIVACY_: -+ default: -+ break; -+ } -+ } -+ return sectype; -+} -+ -+static void fill_txdesc_vcs_8723b(struct adapter *padapter, struct pkt_attrib *pattrib, PTXDESC_8723B ptxdesc) -+{ -+ /* DBG_8192C("cvs_mode =%d\n", pattrib->vcs_mode); */ -+ -+ if (pattrib->vcs_mode) { -+ switch (pattrib->vcs_mode) { -+ case RTS_CTS: -+ ptxdesc->rtsen = 1; -+ /* ENABLE HW RTS */ -+ ptxdesc->hw_rts_en = 1; -+ break; -+ -+ case CTS_TO_SELF: -+ ptxdesc->cts2self = 1; -+ break; -+ -+ case NONE_VCS: -+ default: -+ break; -+ } -+ -+ ptxdesc->rtsrate = 8; /* RTS Rate =24M */ -+ ptxdesc->rts_ratefb_lmt = 0xF; -+ -+ if (padapter->mlmeextpriv.mlmext_info.preamble_mode == PREAMBLE_SHORT) -+ ptxdesc->rts_short = 1; -+ -+ /* Set RTS BW */ -+ if (pattrib->ht_en) -+ ptxdesc->rts_sc = SCMapping_8723B(padapter, pattrib); -+ } -+} -+ -+static void fill_txdesc_phy_8723b(struct adapter *padapter, struct pkt_attrib *pattrib, PTXDESC_8723B ptxdesc) -+{ -+ /* DBG_8192C("bwmode =%d, ch_off =%d\n", pattrib->bwmode, pattrib->ch_offset); */ -+ -+ if (pattrib->ht_en) { -+ ptxdesc->data_bw = BWMapping_8723B(padapter, pattrib); -+ -+ ptxdesc->data_sc = SCMapping_8723B(padapter, pattrib); -+ } -+} -+ -+static void rtl8723b_fill_default_txdesc( -+ struct xmit_frame *pxmitframe, u8 *pbuf -+) -+{ -+ struct adapter *padapter; -+ struct hal_com_data *pHalData; -+ struct dm_priv *pdmpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ struct pkt_attrib *pattrib; -+ PTXDESC_8723B ptxdesc; -+ s32 bmcst; -+ -+ memset(pbuf, 0, TXDESC_SIZE); -+ -+ padapter = pxmitframe->padapter; -+ pHalData = GET_HAL_DATA(padapter); -+ pdmpriv = &pHalData->dmpriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ pattrib = &pxmitframe->attrib; -+ bmcst = IS_MCAST(pattrib->ra); -+ -+ ptxdesc = (PTXDESC_8723B)pbuf; -+ -+ if (pxmitframe->frame_tag == DATA_FRAMETAG) { -+ u8 drv_userate = 0; -+ -+ ptxdesc->macid = pattrib->mac_id; /* CAM_ID(MAC_ID) */ -+ ptxdesc->rate_id = pattrib->raid; -+ ptxdesc->qsel = pattrib->qsel; -+ ptxdesc->seq = pattrib->seqnum; -+ -+ ptxdesc->sectype = fill_txdesc_sectype(pattrib); -+ fill_txdesc_vcs_8723b(padapter, pattrib, ptxdesc); -+ -+ if (pattrib->icmp_pkt == 1 && padapter->registrypriv.wifi_spec == 1) -+ drv_userate = 1; -+ -+ if ( -+ (pattrib->ether_type != 0x888e) && -+ (pattrib->ether_type != 0x0806) && -+ (pattrib->ether_type != 0x88B4) && -+ (pattrib->dhcp_pkt != 1) && -+ (drv_userate != 1) -+#ifdef CONFIG_AUTO_AP_MODE -+ && (pattrib->pctrl != true) -+#endif -+ ) { -+ /* Non EAP & ARP & DHCP type data packet */ -+ -+ if (pattrib->ampdu_en == true) { -+ ptxdesc->agg_en = 1; /* AGG EN */ -+ ptxdesc->max_agg_num = 0x1f; -+ ptxdesc->ampdu_density = pattrib->ampdu_spacing; -+ } else -+ ptxdesc->bk = 1; /* AGG BK */ -+ -+ fill_txdesc_phy_8723b(padapter, pattrib, ptxdesc); -+ -+ ptxdesc->data_ratefb_lmt = 0x1F; -+ -+ if (pHalData->fw_ractrl == false) { -+ ptxdesc->userate = 1; -+ -+ if (pHalData->dmpriv.INIDATA_RATE[pattrib->mac_id] & BIT(7)) -+ ptxdesc->data_short = 1; -+ -+ ptxdesc->datarate = pHalData->dmpriv.INIDATA_RATE[pattrib->mac_id] & 0x7F; -+ } -+ -+ if (padapter->fix_rate != 0xFF) { /* modify data rate by iwpriv */ -+ ptxdesc->userate = 1; -+ if (padapter->fix_rate & BIT(7)) -+ ptxdesc->data_short = 1; -+ -+ ptxdesc->datarate = (padapter->fix_rate & 0x7F); -+ ptxdesc->disdatafb = 1; -+ } -+ -+ if (pattrib->ldpc) -+ ptxdesc->data_ldpc = 1; -+ if (pattrib->stbc) -+ ptxdesc->data_stbc = 1; -+ -+#ifdef CONFIG_CMCC_TEST -+ ptxdesc->data_short = 1; /* use cck short premble */ -+#endif -+ } else { -+ /* EAP data packet and ARP packet. */ -+ /* Use the 1M data rate to send the EAP/ARP packet. */ -+ /* This will maybe make the handshake smooth. */ -+ -+ ptxdesc->bk = 1; /* AGG BK */ -+ ptxdesc->userate = 1; /* driver uses rate */ -+ if (pmlmeinfo->preamble_mode == PREAMBLE_SHORT) -+ ptxdesc->data_short = 1;/* DATA_SHORT */ -+ ptxdesc->datarate = MRateToHwRate(pmlmeext->tx_rate); -+ DBG_871X("YJ: %s(): ARP Data: userate =%d, datarate = 0x%x\n", __func__, ptxdesc->userate, ptxdesc->datarate); -+ } -+ -+ ptxdesc->usb_txagg_num = pxmitframe->agg_num; -+ } else if (pxmitframe->frame_tag == MGNT_FRAMETAG) { -+/* RT_TRACE(_module_hal_xmit_c_, _drv_notice_, ("%s: MGNT_FRAMETAG\n", __func__)); */ -+ -+ ptxdesc->macid = pattrib->mac_id; /* CAM_ID(MAC_ID) */ -+ ptxdesc->qsel = pattrib->qsel; -+ ptxdesc->rate_id = pattrib->raid; /* Rate ID */ -+ ptxdesc->seq = pattrib->seqnum; -+ ptxdesc->userate = 1; /* driver uses rate, 1M */ -+ -+ ptxdesc->mbssid = pattrib->mbssid & 0xF; -+ -+ ptxdesc->rty_lmt_en = 1; /* retry limit enable */ -+ if (pattrib->retry_ctrl == true) { -+ ptxdesc->data_rt_lmt = 6; -+ } else { -+ ptxdesc->data_rt_lmt = 12; -+ } -+ -+ ptxdesc->datarate = MRateToHwRate(pmlmeext->tx_rate); -+ -+ /* CCX-TXRPT ack for xmit mgmt frames. */ -+ if (pxmitframe->ack_report) { -+ #ifdef DBG_CCX -+ DBG_8192C("%s set spe_rpt\n", __func__); -+ #endif -+ ptxdesc->spe_rpt = 1; -+ ptxdesc->sw_define = (u8)(GET_PRIMARY_ADAPTER(padapter)->xmitpriv.seq_no); -+ } -+ } else if (pxmitframe->frame_tag == TXAGG_FRAMETAG) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_warning_, ("%s: TXAGG_FRAMETAG\n", __func__)); -+ } else { -+ RT_TRACE(_module_hal_xmit_c_, _drv_warning_, ("%s: frame_tag = 0x%x\n", __func__, pxmitframe->frame_tag)); -+ -+ ptxdesc->macid = pattrib->mac_id; /* CAM_ID(MAC_ID) */ -+ ptxdesc->rate_id = pattrib->raid; /* Rate ID */ -+ ptxdesc->qsel = pattrib->qsel; -+ ptxdesc->seq = pattrib->seqnum; -+ ptxdesc->userate = 1; /* driver uses rate */ -+ ptxdesc->datarate = MRateToHwRate(pmlmeext->tx_rate); -+ } -+ -+ ptxdesc->pktlen = pattrib->last_txcmdsz; -+ ptxdesc->offset = TXDESC_SIZE + OFFSET_SZ; -+ -+ if (bmcst) -+ ptxdesc->bmc = 1; -+ -+ /* 2009.11.05. tynli_test. Suggested by SD4 Filen for FW LPS. */ -+ /* (1) The sequence number of each non-Qos frame / broadcast / multicast / */ -+ /* mgnt frame should be controled by Hw because Fw will also send null data */ -+ /* which we cannot control when Fw LPS enable. */ -+ /* --> default enable non-Qos data sequense number. 2010.06.23. by tynli. */ -+ /* (2) Enable HW SEQ control for beacon packet, because we use Hw beacon. */ -+ /* (3) Use HW Qos SEQ to control the seq num of Ext port non-Qos packets. */ -+ /* 2010.06.23. Added by tynli. */ -+ if (!pattrib->qos_en) /* Hw set sequence number */ -+ ptxdesc->en_hwseq = 1; /* HWSEQ_EN */ -+} -+ -+/* -+ *Description: -+ * -+ *Parameters: -+ * pxmitframe xmitframe -+ * pbuf where to fill tx desc -+ */ -+void rtl8723b_update_txdesc(struct xmit_frame *pxmitframe, u8 *pbuf) -+{ -+ struct tx_desc *pdesc; -+ -+ rtl8723b_fill_default_txdesc(pxmitframe, pbuf); -+ -+ pdesc = (struct tx_desc *)pbuf; -+ pdesc->txdw0 = pdesc->txdw0; -+ pdesc->txdw1 = pdesc->txdw1; -+ pdesc->txdw2 = pdesc->txdw2; -+ pdesc->txdw3 = pdesc->txdw3; -+ pdesc->txdw4 = pdesc->txdw4; -+ pdesc->txdw5 = pdesc->txdw5; -+ pdesc->txdw6 = pdesc->txdw6; -+ pdesc->txdw7 = pdesc->txdw7; -+ pdesc->txdw8 = pdesc->txdw8; -+ pdesc->txdw9 = pdesc->txdw9; -+ -+ rtl8723b_cal_txdesc_chksum(pdesc); -+} -+ -+/* */ -+/* Description: In normal chip, we should send some packet to Hw which will be used by Fw */ -+/* in FW LPS mode. The function is to fill the Tx descriptor of this packets, then */ -+/* Fw can tell Hw to send these packet derectly. */ -+/* Added by tynli. 2009.10.15. */ -+/* */ -+/* type1:pspoll, type2:null */ -+void rtl8723b_fill_fake_txdesc( -+ struct adapter *padapter, -+ u8 *pDesc, -+ u32 BufferLen, -+ u8 IsPsPoll, -+ u8 IsBTQosNull, -+ u8 bDataFrame -+) -+{ -+ /* Clear all status */ -+ memset(pDesc, 0, TXDESC_SIZE); -+ -+ SET_TX_DESC_FIRST_SEG_8723B(pDesc, 1); /* bFirstSeg; */ -+ SET_TX_DESC_LAST_SEG_8723B(pDesc, 1); /* bLastSeg; */ -+ -+ SET_TX_DESC_OFFSET_8723B(pDesc, 0x28); /* Offset = 32 */ -+ -+ SET_TX_DESC_PKT_SIZE_8723B(pDesc, BufferLen); /* Buffer size + command header */ -+ SET_TX_DESC_QUEUE_SEL_8723B(pDesc, QSLT_MGNT); /* Fixed queue of Mgnt queue */ -+ -+ /* Set NAVUSEHDR to prevent Ps-poll AId filed to be changed to error vlaue by Hw. */ -+ if (true == IsPsPoll) { -+ SET_TX_DESC_NAV_USE_HDR_8723B(pDesc, 1); -+ } else { -+ SET_TX_DESC_HWSEQ_EN_8723B(pDesc, 1); /* Hw set sequence number */ -+ SET_TX_DESC_HWSEQ_SEL_8723B(pDesc, 0); -+ } -+ -+ if (true == IsBTQosNull) { -+ SET_TX_DESC_BT_INT_8723B(pDesc, 1); -+ } -+ -+ SET_TX_DESC_USE_RATE_8723B(pDesc, 1); /* use data rate which is set by Sw */ -+ SET_TX_DESC_OWN_8723B((u8 *)pDesc, 1); -+ -+ SET_TX_DESC_TX_RATE_8723B(pDesc, DESC8723B_RATE1M); -+ -+ /* */ -+ /* Encrypt the data frame if under security mode excepct null data. Suggested by CCW. */ -+ /* */ -+ if (true == bDataFrame) { -+ u32 EncAlg; -+ -+ EncAlg = padapter->securitypriv.dot11PrivacyAlgrthm; -+ switch (EncAlg) { -+ case _NO_PRIVACY_: -+ SET_TX_DESC_SEC_TYPE_8723B(pDesc, 0x0); -+ break; -+ case _WEP40_: -+ case _WEP104_: -+ case _TKIP_: -+ SET_TX_DESC_SEC_TYPE_8723B(pDesc, 0x1); -+ break; -+ case _SMS4_: -+ SET_TX_DESC_SEC_TYPE_8723B(pDesc, 0x2); -+ break; -+ case _AES_: -+ SET_TX_DESC_SEC_TYPE_8723B(pDesc, 0x3); -+ break; -+ default: -+ SET_TX_DESC_SEC_TYPE_8723B(pDesc, 0x0); -+ break; -+ } -+ } -+ -+ /* USB interface drop packet if the checksum of descriptor isn't correct. */ -+ /* Using this checksum can let hardware recovery from packet bulk out error (e.g. Cancel URC, Bulk out error.). */ -+ rtl8723b_cal_txdesc_chksum((struct tx_desc *)pDesc); -+} -+ -+static void hw_var_set_opmode(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u8 val8; -+ u8 mode = *((u8 *)val); -+ -+ { -+ /* disable Port0 TSF update */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 |= DIS_TSF_UDT; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ /* set net_type */ -+ Set_MSR(padapter, mode); -+ DBG_871X("#### %s() -%d iface_type(0) mode = %d ####\n", __func__, __LINE__, mode); -+ -+ if ((mode == _HW_STATE_STATION_) || (mode == _HW_STATE_NOLINK_)) { -+ { -+ StopTxBeacon(padapter); -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ rtw_write8(padapter, REG_DRVERLYINT, 0x05); /* restore early int time to 5ms */ -+ UpdateInterruptMask8812AU(padapter, true, 0, IMR_BCNDMAINT0_8723B); -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT */ -+ -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ UpdateInterruptMask8812AU(padapter, true, 0, (IMR_TXBCN0ERR_8723B|IMR_TXBCN0OK_8723B)); -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR */ -+ -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN */ -+ } -+ -+ /* disable atim wnd */ -+ rtw_write8(padapter, REG_BCN_CTRL, DIS_TSF_UDT|EN_BCN_FUNCTION|DIS_ATIM); -+ /* rtw_write8(padapter, REG_BCN_CTRL, 0x18); */ -+ } else if ((mode == _HW_STATE_ADHOC_) /*|| (mode == _HW_STATE_AP_)*/) { -+ ResumeTxBeacon(padapter); -+ rtw_write8(padapter, REG_BCN_CTRL, DIS_TSF_UDT|EN_BCN_FUNCTION|DIS_BCNQ_SUB); -+ } else if (mode == _HW_STATE_AP_) { -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ UpdateInterruptMask8723BU(padapter, true, IMR_BCNDMAINT0_8723B, 0); -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT */ -+ -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ UpdateInterruptMask8723BU(padapter, true, (IMR_TXBCN0ERR_8723B|IMR_TXBCN0OK_8723B), 0); -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR */ -+ -+#endif /* CONFIG_INTERRUPT_BASED_TXBCN */ -+ -+ ResumeTxBeacon(padapter); -+ -+ rtw_write8(padapter, REG_BCN_CTRL, DIS_TSF_UDT|DIS_BCNQ_SUB); -+ -+ /* Set RCR */ -+ rtw_write32(padapter, REG_RCR, 0x7000208e);/* CBSSID_DATA must set to 0, reject ICV_ERR packet */ -+ /* enable to rx data frame */ -+ rtw_write16(padapter, REG_RXFLTMAP2, 0xFFFF); -+ /* enable to rx ps-poll */ -+ rtw_write16(padapter, REG_RXFLTMAP1, 0x0400); -+ -+ /* Beacon Control related register for first time */ -+ rtw_write8(padapter, REG_BCNDMATIM, 0x02); /* 2ms */ -+ -+ /* rtw_write8(padapter, REG_BCN_MAX_ERR, 0xFF); */ -+ rtw_write8(padapter, REG_ATIMWND, 0x0a); /* 10ms */ -+ rtw_write16(padapter, REG_BCNTCFG, 0x00); -+ rtw_write16(padapter, REG_TBTT_PROHIBIT, 0xff04); -+ rtw_write16(padapter, REG_TSFTR_SYN_OFFSET, 0x7fff);/* +32767 (~32ms) */ -+ -+ /* reset TSF */ -+ rtw_write8(padapter, REG_DUAL_TSF_RST, BIT(0)); -+ -+ /* enable BCN0 Function for if1 */ -+ /* don't enable update TSF0 for if1 (due to TSF update when beacon/probe rsp are received) */ -+ rtw_write8(padapter, REG_BCN_CTRL, (DIS_TSF_UDT|EN_BCN_FUNCTION|EN_TXBCN_RPT|DIS_BCNQ_SUB)); -+ -+ /* SW_BCN_SEL - Port0 */ -+ /* rtw_write8(Adapter, REG_DWBCN1_CTRL_8192E+2, rtw_read8(Adapter, REG_DWBCN1_CTRL_8192E+2) & ~BIT4); */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_BCN_SEL, NULL); -+ -+ /* select BCN on port 0 */ -+ rtw_write8( -+ padapter, -+ REG_CCK_CHECK_8723B, -+ (rtw_read8(padapter, REG_CCK_CHECK_8723B)&~BIT_BCN_PORT_SEL) -+ ); -+ -+ /* dis BCN1 ATIM WND if if2 is station */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL_1); -+ val8 |= DIS_ATIM; -+ rtw_write8(padapter, REG_BCN_CTRL_1, val8); -+ } -+ } -+} -+ -+static void hw_var_set_macaddr(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u8 idx = 0; -+ u32 reg_macid; -+ -+ reg_macid = REG_MACID; -+ -+ for (idx = 0 ; idx < 6; idx++) -+ rtw_write8(GET_PRIMARY_ADAPTER(padapter), (reg_macid+idx), val[idx]); -+} -+ -+static void hw_var_set_bssid(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u8 idx = 0; -+ u32 reg_bssid; -+ -+ reg_bssid = REG_BSSID; -+ -+ for (idx = 0 ; idx < 6; idx++) -+ rtw_write8(padapter, (reg_bssid+idx), val[idx]); -+} -+ -+static void hw_var_set_bcn_func(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u32 bcn_ctrl_reg; -+ -+ bcn_ctrl_reg = REG_BCN_CTRL; -+ -+ if (*(u8 *)val) -+ rtw_write8(padapter, bcn_ctrl_reg, (EN_BCN_FUNCTION | EN_TXBCN_RPT)); -+ else { -+ u8 val8; -+ val8 = rtw_read8(padapter, bcn_ctrl_reg); -+ val8 &= ~(EN_BCN_FUNCTION | EN_TXBCN_RPT); -+ -+ /* Always enable port0 beacon function for PSTDMA */ -+ if (REG_BCN_CTRL == bcn_ctrl_reg) -+ val8 |= EN_BCN_FUNCTION; -+ -+ rtw_write8(padapter, bcn_ctrl_reg, val8); -+ } -+} -+ -+static void hw_var_set_correct_tsf(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u8 val8; -+ u64 tsf; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ -+ tsf = pmlmeext->TSFValue-rtw_modular64(pmlmeext->TSFValue, (pmlmeinfo->bcn_interval*1024))-1024; /* us */ -+ -+ if ( -+ ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || -+ ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ ) -+ StopTxBeacon(padapter); -+ -+ { -+ /* disable related TSF function */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 &= ~EN_BCN_FUNCTION; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ rtw_write32(padapter, REG_TSFTR, tsf); -+ rtw_write32(padapter, REG_TSFTR+4, tsf>>32); -+ -+ /* enable related TSF function */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 |= EN_BCN_FUNCTION; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ } -+ -+ if ( -+ ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || -+ ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ ) -+ ResumeTxBeacon(padapter); -+} -+ -+static void hw_var_set_mlme_disconnect(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u8 val8; -+ -+ /* Set RCR to not to receive data frame when NO LINK state */ -+ /* rtw_write32(padapter, REG_RCR, rtw_read32(padapter, REG_RCR) & ~RCR_ADF); */ -+ /* reject all data frames */ -+ rtw_write16(padapter, REG_RXFLTMAP2, 0); -+ -+ /* reset TSF */ -+ rtw_write8(padapter, REG_DUAL_TSF_RST, BIT(0)); -+ -+ /* disable update TSF */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 |= DIS_TSF_UDT; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+} -+ -+static void hw_var_set_mlme_sitesurvey(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u32 value_rcr, rcr_clear_bit, reg_bcn_ctl; -+ u16 value_rxfltmap2; -+ u8 val8; -+ struct hal_com_data *pHalData; -+ struct mlme_priv *pmlmepriv; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pmlmepriv = &padapter->mlmepriv; -+ -+ reg_bcn_ctl = REG_BCN_CTRL; -+ -+ rcr_clear_bit = RCR_CBSSID_BCN; -+ -+ /* config RCR to receive different BSSID & not to receive data frame */ -+ value_rxfltmap2 = 0; -+ -+ if ((check_fwstate(pmlmepriv, WIFI_AP_STATE) == true)) -+ rcr_clear_bit = RCR_CBSSID_BCN; -+ -+ value_rcr = rtw_read32(padapter, REG_RCR); -+ -+ if (*((u8 *)val)) { -+ /* under sitesurvey */ -+ value_rcr &= ~(rcr_clear_bit); -+ rtw_write32(padapter, REG_RCR, value_rcr); -+ -+ rtw_write16(padapter, REG_RXFLTMAP2, value_rxfltmap2); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_ADHOC_STATE | WIFI_ADHOC_MASTER_STATE)) { -+ /* disable update TSF */ -+ val8 = rtw_read8(padapter, reg_bcn_ctl); -+ val8 |= DIS_TSF_UDT; -+ rtw_write8(padapter, reg_bcn_ctl, val8); -+ } -+ -+ /* Save orignal RRSR setting. */ -+ pHalData->RegRRSR = rtw_read16(padapter, REG_RRSR); -+ } else { -+ /* sitesurvey done */ -+ if (check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE))) -+ /* enable to rx data frame */ -+ rtw_write16(padapter, REG_RXFLTMAP2, 0xFFFF); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_ADHOC_STATE | WIFI_ADHOC_MASTER_STATE)) { -+ /* enable update TSF */ -+ val8 = rtw_read8(padapter, reg_bcn_ctl); -+ val8 &= ~DIS_TSF_UDT; -+ rtw_write8(padapter, reg_bcn_ctl, val8); -+ } -+ -+ value_rcr |= rcr_clear_bit; -+ rtw_write32(padapter, REG_RCR, value_rcr); -+ -+ /* Restore orignal RRSR setting. */ -+ rtw_write16(padapter, REG_RRSR, pHalData->RegRRSR); -+ } -+} -+ -+static void hw_var_set_mlme_join(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ u8 val8; -+ u16 val16; -+ u32 val32; -+ u8 RetryLimit; -+ u8 type; -+ struct hal_com_data *pHalData; -+ struct mlme_priv *pmlmepriv; -+ struct eeprom_priv *pEEPROM; -+ -+ -+ RetryLimit = 0x30; -+ type = *(u8 *)val; -+ pHalData = GET_HAL_DATA(padapter); -+ pmlmepriv = &padapter->mlmepriv; -+ pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ -+ if (type == 0) { /* prepare to join */ -+ /* enable to rx data frame.Accept all data frame */ -+ /* rtw_write32(padapter, REG_RCR, rtw_read32(padapter, REG_RCR)|RCR_ADF); */ -+ rtw_write16(padapter, REG_RXFLTMAP2, 0xFFFF); -+ -+ val32 = rtw_read32(padapter, REG_RCR); -+ if (padapter->in_cta_test) -+ val32 &= ~(RCR_CBSSID_DATA | RCR_CBSSID_BCN);/* RCR_ADF */ -+ else -+ val32 |= RCR_CBSSID_DATA|RCR_CBSSID_BCN; -+ rtw_write32(padapter, REG_RCR, val32); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) -+ RetryLimit = (pEEPROM->CustomerID == RT_CID_CCX) ? 7 : 48; -+ else /* Ad-hoc Mode */ -+ RetryLimit = 0x7; -+ } else if (type == 1) /* joinbss_event call back when join res < 0 */ -+ rtw_write16(padapter, REG_RXFLTMAP2, 0x00); -+ else if (type == 2) { /* sta add event call back */ -+ /* enable update TSF */ -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 &= ~DIS_TSF_UDT; -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE)) -+ RetryLimit = 0x7; -+ } -+ -+ val16 = (RetryLimit << RETRY_LIMIT_SHORT_SHIFT) | (RetryLimit << RETRY_LIMIT_LONG_SHIFT); -+ rtw_write16(padapter, REG_RL, val16); -+} -+ -+void CCX_FwC2HTxRpt_8723b(struct adapter *padapter, u8 *pdata, u8 len) -+{ -+ u8 seq_no; -+ -+#define GET_8723B_C2H_TX_RPT_LIFE_TIME_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 6, 1) -+#define GET_8723B_C2H_TX_RPT_RETRY_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 7, 1) -+ -+ /* DBG_871X("%s, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x\n", __func__, */ -+ /* *pdata, *(pdata+1), *(pdata+2), *(pdata+3), *(pdata+4), *(pdata+5), *(pdata+6), *(pdata+7)); */ -+ -+ seq_no = *(pdata+6); -+ -+ if (GET_8723B_C2H_TX_RPT_RETRY_OVER(pdata) | GET_8723B_C2H_TX_RPT_LIFE_TIME_OVER(pdata)) { -+ rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_CCX_PKT_FAIL); -+ } -+/* -+ else if (seq_no != padapter->xmitpriv.seq_no) { -+ DBG_871X("tx_seq_no =%d, rpt_seq_no =%d\n", padapter->xmitpriv.seq_no, seq_no); -+ rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_CCX_PKT_FAIL); -+ } -+*/ -+ else -+ rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_SUCCESS); -+} -+ -+s32 c2h_id_filter_ccx_8723b(u8 *buf) -+{ -+ struct c2h_evt_hdr_88xx *c2h_evt = (struct c2h_evt_hdr_88xx *)buf; -+ s32 ret = false; -+ if (c2h_evt->id == C2H_CCX_TX_RPT) -+ ret = true; -+ -+ return ret; -+} -+ -+ -+s32 c2h_handler_8723b(struct adapter *padapter, u8 *buf) -+{ -+ struct c2h_evt_hdr_88xx *pC2hEvent = (struct c2h_evt_hdr_88xx *)buf; -+ s32 ret = _SUCCESS; -+ u8 index = 0; -+ -+ if (pC2hEvent == NULL) { -+ DBG_8192C("%s(): pC2hEventis NULL\n", __func__); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ switch (pC2hEvent->id) { -+ case C2H_AP_RPT_RSP: -+ break; -+ case C2H_DBG: -+ { -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("c2h_handler_8723b: %s\n", pC2hEvent->payload)); -+ } -+ break; -+ -+ case C2H_CCX_TX_RPT: -+/* CCX_FwC2HTxRpt(padapter, QueueID, pC2hEvent->payload); */ -+ break; -+ -+ case C2H_EXT_RA_RPT: -+/* C2HExtRaRptHandler(padapter, pC2hEvent->payload, C2hEvent.CmdLen); */ -+ break; -+ -+ case C2H_HW_INFO_EXCH: -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("[BT], C2H_HW_INFO_EXCH\n")); -+ for (index = 0; index < pC2hEvent->plen; index++) { -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("[BT], tmpBuf[%d]= 0x%x\n", index, pC2hEvent->payload[index])); -+ } -+ break; -+ -+ case C2H_8723B_BT_INFO: -+ rtw_btcoex_BtInfoNotify(padapter, pC2hEvent->plen, pC2hEvent->payload); -+ break; -+ -+ default: -+ break; -+ } -+ -+ /* Clear event to notify FW we have read the command. */ -+ /* Note: */ -+ /* If this field isn't clear, the FW won't update the next command message. */ -+/* rtw_write8(padapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); */ -+exit: -+ return ret; -+} -+ -+static void process_c2h_event(struct adapter *padapter, PC2H_EVT_HDR pC2hEvent, u8 *c2hBuf) -+{ -+ u8 index = 0; -+ -+ if (c2hBuf == NULL) { -+ DBG_8192C("%s c2hbuff is NULL\n", __func__); -+ return; -+ } -+ -+ switch (pC2hEvent->CmdID) { -+ case C2H_AP_RPT_RSP: -+ break; -+ case C2H_DBG: -+ { -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("C2HCommandHandler: %s\n", c2hBuf)); -+ } -+ break; -+ -+ case C2H_CCX_TX_RPT: -+/* CCX_FwC2HTxRpt(padapter, QueueID, tmpBuf); */ -+ break; -+ -+ case C2H_EXT_RA_RPT: -+/* C2HExtRaRptHandler(padapter, tmpBuf, C2hEvent.CmdLen); */ -+ break; -+ -+ case C2H_HW_INFO_EXCH: -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("[BT], C2H_HW_INFO_EXCH\n")); -+ for (index = 0; index < pC2hEvent->CmdLen; index++) { -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("[BT], tmpBuf[%d]= 0x%x\n", index, c2hBuf[index])); -+ } -+ break; -+ -+ case C2H_8723B_BT_INFO: -+ rtw_btcoex_BtInfoNotify(padapter, pC2hEvent->CmdLen, c2hBuf); -+ break; -+ -+ default: -+ break; -+ } -+} -+ -+void C2HPacketHandler_8723B(struct adapter *padapter, u8 *pbuffer, u16 length) -+{ -+ C2H_EVT_HDR C2hEvent; -+ u8 *tmpBuf = NULL; -+#ifdef CONFIG_WOWLAN -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ if (pwrpriv->wowlan_mode == true) { -+ DBG_871X("%s(): return because wowolan_mode ==true! CMDID =%d\n", __func__, pbuffer[0]); -+ return; -+ } -+#endif -+ C2hEvent.CmdID = pbuffer[0]; -+ C2hEvent.CmdSeq = pbuffer[1]; -+ C2hEvent.CmdLen = length-2; -+ tmpBuf = pbuffer+2; -+ -+ /* DBG_871X("%s C2hEvent.CmdID:%x C2hEvent.CmdLen:%x C2hEvent.CmdSeq:%x\n", */ -+ /* __func__, C2hEvent.CmdID, C2hEvent.CmdLen, C2hEvent.CmdSeq); */ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_notice_, "C2HPacketHandler_8723B(): Command Content:\n", tmpBuf, C2hEvent.CmdLen); -+ -+ process_c2h_event(padapter, &C2hEvent, tmpBuf); -+ /* c2h_handler_8723b(padapter,&C2hEvent); */ -+ return; -+} -+ -+void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 val8; -+ u32 val32; -+ -+ switch (variable) { -+ case HW_VAR_MEDIA_STATUS: -+ val8 = rtw_read8(padapter, MSR) & 0x0c; -+ val8 |= *val; -+ rtw_write8(padapter, MSR, val8); -+ break; -+ -+ case HW_VAR_MEDIA_STATUS1: -+ val8 = rtw_read8(padapter, MSR) & 0x03; -+ val8 |= *val << 2; -+ rtw_write8(padapter, MSR, val8); -+ break; -+ -+ case HW_VAR_SET_OPMODE: -+ hw_var_set_opmode(padapter, variable, val); -+ break; -+ -+ case HW_VAR_MAC_ADDR: -+ hw_var_set_macaddr(padapter, variable, val); -+ break; -+ -+ case HW_VAR_BSSID: -+ hw_var_set_bssid(padapter, variable, val); -+ break; -+ -+ case HW_VAR_BASIC_RATE: -+ { -+ struct mlme_ext_info *mlmext_info = &padapter->mlmeextpriv.mlmext_info; -+ u16 input_b = 0, masked = 0, ioted = 0, BrateCfg = 0; -+ u16 rrsr_2g_force_mask = (RRSR_11M|RRSR_5_5M|RRSR_1M); -+ u16 rrsr_2g_allow_mask = (RRSR_24M|RRSR_12M|RRSR_6M|RRSR_CCK_RATES); -+ -+ HalSetBrateCfg(padapter, val, &BrateCfg); -+ input_b = BrateCfg; -+ -+ /* apply force and allow mask */ -+ BrateCfg |= rrsr_2g_force_mask; -+ BrateCfg &= rrsr_2g_allow_mask; -+ masked = BrateCfg; -+ -+ #ifdef CONFIG_CMCC_TEST -+ BrateCfg |= (RRSR_11M|RRSR_5_5M|RRSR_1M); /* use 11M to send ACK */ -+ BrateCfg |= (RRSR_24M|RRSR_18M|RRSR_12M); /* CMCC_OFDM_ACK 12/18/24M */ -+ #endif -+ -+ /* IOT consideration */ -+ if (mlmext_info->assoc_AP_vendor == HT_IOT_PEER_CISCO) { -+ /* if peer is cisco and didn't use ofdm rate, we enable 6M ack */ -+ if ((BrateCfg & (RRSR_24M|RRSR_12M|RRSR_6M)) == 0) -+ BrateCfg |= RRSR_6M; -+ } -+ ioted = BrateCfg; -+ -+ pHalData->BasicRateSet = BrateCfg; -+ -+ DBG_8192C("HW_VAR_BASIC_RATE: %#x -> %#x -> %#x\n", input_b, masked, ioted); -+ -+ /* Set RRSR rate table. */ -+ rtw_write16(padapter, REG_RRSR, BrateCfg); -+ rtw_write8(padapter, REG_RRSR+2, rtw_read8(padapter, REG_RRSR+2)&0xf0); -+ } -+ break; -+ -+ case HW_VAR_TXPAUSE: -+ rtw_write8(padapter, REG_TXPAUSE, *val); -+ break; -+ -+ case HW_VAR_BCN_FUNC: -+ hw_var_set_bcn_func(padapter, variable, val); -+ break; -+ -+ case HW_VAR_CORRECT_TSF: -+ hw_var_set_correct_tsf(padapter, variable, val); -+ break; -+ -+ case HW_VAR_CHECK_BSSID: -+ { -+ u32 val32; -+ val32 = rtw_read32(padapter, REG_RCR); -+ if (*val) -+ val32 |= RCR_CBSSID_DATA|RCR_CBSSID_BCN; -+ else -+ val32 &= ~(RCR_CBSSID_DATA|RCR_CBSSID_BCN); -+ rtw_write32(padapter, REG_RCR, val32); -+ } -+ break; -+ -+ case HW_VAR_MLME_DISCONNECT: -+ hw_var_set_mlme_disconnect(padapter, variable, val); -+ break; -+ -+ case HW_VAR_MLME_SITESURVEY: -+ hw_var_set_mlme_sitesurvey(padapter, variable, val); -+ -+ rtw_btcoex_ScanNotify(padapter, *val?true:false); -+ break; -+ -+ case HW_VAR_MLME_JOIN: -+ hw_var_set_mlme_join(padapter, variable, val); -+ -+ switch (*val) { -+ case 0: -+ /* prepare to join */ -+ rtw_btcoex_ConnectNotify(padapter, true); -+ break; -+ case 1: -+ /* joinbss_event callback when join res < 0 */ -+ rtw_btcoex_ConnectNotify(padapter, false); -+ break; -+ case 2: -+ /* sta add event callback */ -+/* rtw_btcoex_MediaStatusNotify(padapter, RT_MEDIA_CONNECT); */ -+ break; -+ } -+ break; -+ -+ case HW_VAR_ON_RCR_AM: -+ val32 = rtw_read32(padapter, REG_RCR); -+ val32 |= RCR_AM; -+ rtw_write32(padapter, REG_RCR, val32); -+ DBG_8192C("%s, %d, RCR = %x\n", __func__, __LINE__, rtw_read32(padapter, REG_RCR)); -+ break; -+ -+ case HW_VAR_OFF_RCR_AM: -+ val32 = rtw_read32(padapter, REG_RCR); -+ val32 &= ~RCR_AM; -+ rtw_write32(padapter, REG_RCR, val32); -+ DBG_8192C("%s, %d, RCR = %x\n", __func__, __LINE__, rtw_read32(padapter, REG_RCR)); -+ break; -+ -+ case HW_VAR_BEACON_INTERVAL: -+ rtw_write16(padapter, REG_BCN_INTERVAL, *((u16 *)val)); -+ break; -+ -+ case HW_VAR_SLOT_TIME: -+ rtw_write8(padapter, REG_SLOT, *val); -+ break; -+ -+ case HW_VAR_RESP_SIFS: -+ /* SIFS_Timer = 0x0a0a0808; */ -+ /* RESP_SIFS for CCK */ -+ rtw_write8(padapter, REG_RESP_SIFS_CCK, val[0]); /* SIFS_T2T_CCK (0x08) */ -+ rtw_write8(padapter, REG_RESP_SIFS_CCK+1, val[1]); /* SIFS_R2T_CCK(0x08) */ -+ /* RESP_SIFS for OFDM */ -+ rtw_write8(padapter, REG_RESP_SIFS_OFDM, val[2]); /* SIFS_T2T_OFDM (0x0a) */ -+ rtw_write8(padapter, REG_RESP_SIFS_OFDM+1, val[3]); /* SIFS_R2T_OFDM(0x0a) */ -+ break; -+ -+ case HW_VAR_ACK_PREAMBLE: -+ { -+ u8 regTmp; -+ u8 bShortPreamble = *val; -+ -+ /* Joseph marked out for Netgear 3500 TKIP channel 7 issue.(Temporarily) */ -+ /* regTmp = (pHalData->nCur40MhzPrimeSC)<<5; */ -+ regTmp = 0; -+ if (bShortPreamble) -+ regTmp |= 0x80; -+ rtw_write8(padapter, REG_RRSR+2, regTmp); -+ } -+ break; -+ -+ case HW_VAR_CAM_EMPTY_ENTRY: -+ { -+ u8 ucIndex = *val; -+ u8 i; -+ u32 ulCommand = 0; -+ u32 ulContent = 0; -+ u32 ulEncAlgo = CAM_AES; -+ -+ for (i = 0; i < CAM_CONTENT_COUNT; i++) { -+ /* filled id in CAM config 2 byte */ -+ if (i == 0) { -+ ulContent |= (ucIndex & 0x03) | ((u16)(ulEncAlgo)<<2); -+ /* ulContent |= CAM_VALID; */ -+ } else -+ ulContent = 0; -+ -+ /* polling bit, and No Write enable, and address */ -+ ulCommand = CAM_CONTENT_COUNT*ucIndex+i; -+ ulCommand = ulCommand | CAM_POLLINIG | CAM_WRITE; -+ /* write content 0 is equall to mark invalid */ -+ rtw_write32(padapter, WCAMI, ulContent); /* mdelay(40); */ -+ /* RT_TRACE(COMP_SEC, DBG_LOUD, ("CAM_empty_entry(): WRITE A4: %lx\n", ulContent)); */ -+ rtw_write32(padapter, RWCAM, ulCommand); /* mdelay(40); */ -+ /* RT_TRACE(COMP_SEC, DBG_LOUD, ("CAM_empty_entry(): WRITE A0: %lx\n", ulCommand)); */ -+ } -+ } -+ break; -+ -+ case HW_VAR_CAM_INVALID_ALL: -+ rtw_write32(padapter, RWCAM, BIT(31)|BIT(30)); -+ break; -+ -+ case HW_VAR_CAM_WRITE: -+ { -+ u32 cmd; -+ u32 *cam_val = (u32 *)val; -+ -+ rtw_write32(padapter, WCAMI, cam_val[0]); -+ -+ cmd = CAM_POLLINIG | CAM_WRITE | cam_val[1]; -+ rtw_write32(padapter, RWCAM, cmd); -+ } -+ break; -+ -+ case HW_VAR_AC_PARAM_VO: -+ rtw_write32(padapter, REG_EDCA_VO_PARAM, *((u32 *)val)); -+ break; -+ -+ case HW_VAR_AC_PARAM_VI: -+ rtw_write32(padapter, REG_EDCA_VI_PARAM, *((u32 *)val)); -+ break; -+ -+ case HW_VAR_AC_PARAM_BE: -+ pHalData->AcParam_BE = ((u32 *)(val))[0]; -+ rtw_write32(padapter, REG_EDCA_BE_PARAM, *((u32 *)val)); -+ break; -+ -+ case HW_VAR_AC_PARAM_BK: -+ rtw_write32(padapter, REG_EDCA_BK_PARAM, *((u32 *)val)); -+ break; -+ -+ case HW_VAR_ACM_CTRL: -+ { -+ u8 ctrl = *((u8 *)val); -+ u8 hwctrl = 0; -+ -+ if (ctrl != 0) { -+ hwctrl |= AcmHw_HwEn; -+ -+ if (ctrl & BIT(1)) /* BE */ -+ hwctrl |= AcmHw_BeqEn; -+ -+ if (ctrl & BIT(2)) /* VI */ -+ hwctrl |= AcmHw_ViqEn; -+ -+ if (ctrl & BIT(3)) /* VO */ -+ hwctrl |= AcmHw_VoqEn; -+ } -+ -+ DBG_8192C("[HW_VAR_ACM_CTRL] Write 0x%02X\n", hwctrl); -+ rtw_write8(padapter, REG_ACMHWCTRL, hwctrl); -+ } -+ break; -+ -+ case HW_VAR_AMPDU_FACTOR: -+ { -+ u32 AMPDULen = (*((u8 *)val)); -+ -+ if (AMPDULen < HT_AGG_SIZE_32K) -+ AMPDULen = (0x2000 << (*((u8 *)val)))-1; -+ else -+ AMPDULen = 0x7fff; -+ -+ rtw_write32(padapter, REG_AMPDU_MAX_LENGTH_8723B, AMPDULen); -+ } -+ break; -+ -+ case HW_VAR_H2C_FW_PWRMODE: -+ { -+ u8 psmode = *val; -+ -+ /* Forece leave RF low power mode for 1T1R to prevent conficting setting in Fw power */ -+ /* saving sequence. 2010.06.07. Added by tynli. Suggested by SD3 yschang. */ -+ if (psmode != PS_MODE_ACTIVE) { -+ ODM_RF_Saving(&pHalData->odmpriv, true); -+ } -+ -+ /* if (psmode != PS_MODE_ACTIVE) { */ -+ /* rtl8723b_set_lowpwr_lps_cmd(padapter, true); */ -+ /* else { */ -+ /* rtl8723b_set_lowpwr_lps_cmd(padapter, false); */ -+ /* */ -+ rtl8723b_set_FwPwrMode_cmd(padapter, psmode); -+ } -+ break; -+ case HW_VAR_H2C_PS_TUNE_PARAM: -+ rtl8723b_set_FwPsTuneParam_cmd(padapter); -+ break; -+ -+ case HW_VAR_H2C_FW_JOINBSSRPT: -+ rtl8723b_set_FwJoinBssRpt_cmd(padapter, *val); -+ break; -+ -+ case HW_VAR_INITIAL_GAIN: -+ { -+ DIG_T *pDigTable = &pHalData->odmpriv.DM_DigTable; -+ u32 rx_gain = *(u32 *)val; -+ -+ if (rx_gain == 0xff) {/* restore rx gain */ -+ ODM_Write_DIG(&pHalData->odmpriv, pDigTable->BackupIGValue); -+ } else { -+ pDigTable->BackupIGValue = pDigTable->CurIGValue; -+ ODM_Write_DIG(&pHalData->odmpriv, rx_gain); -+ } -+ } -+ break; -+ -+ case HW_VAR_EFUSE_USAGE: -+ pHalData->EfuseUsedPercentage = *val; -+ break; -+ -+ case HW_VAR_EFUSE_BYTES: -+ pHalData->EfuseUsedBytes = *((u16 *)val); -+ break; -+ -+ case HW_VAR_EFUSE_BT_USAGE: -+#ifdef HAL_EFUSE_MEMORY -+ pHalData->EfuseHal.BTEfuseUsedPercentage = *val; -+#endif -+ break; -+ -+ case HW_VAR_EFUSE_BT_BYTES: -+#ifdef HAL_EFUSE_MEMORY -+ pHalData->EfuseHal.BTEfuseUsedBytes = *((u16 *)val); -+#else -+ BTEfuseUsedBytes = *((u16 *)val); -+#endif -+ break; -+ -+ case HW_VAR_FIFO_CLEARN_UP: -+ { -+ #define RW_RELEASE_EN BIT(18) -+ #define RXDMA_IDLE BIT(17) -+ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ u8 trycnt = 100; -+ -+ /* pause tx */ -+ rtw_write8(padapter, REG_TXPAUSE, 0xff); -+ -+ /* keep sn */ -+ padapter->xmitpriv.nqos_ssn = rtw_read16(padapter, REG_NQOS_SEQ); -+ -+ if (pwrpriv->bkeepfwalive != true) { -+ /* RX DMA stop */ -+ val32 = rtw_read32(padapter, REG_RXPKT_NUM); -+ val32 |= RW_RELEASE_EN; -+ rtw_write32(padapter, REG_RXPKT_NUM, val32); -+ do { -+ val32 = rtw_read32(padapter, REG_RXPKT_NUM); -+ val32 &= RXDMA_IDLE; -+ if (val32) -+ break; -+ -+ DBG_871X("%s: [HW_VAR_FIFO_CLEARN_UP] val =%x times:%d\n", __func__, val32, trycnt); -+ } while (--trycnt); -+ -+ if (trycnt == 0) { -+ DBG_8192C("[HW_VAR_FIFO_CLEARN_UP] Stop RX DMA failed......\n"); -+ } -+ -+ /* RQPN Load 0 */ -+ rtw_write16(padapter, REG_RQPN_NPQ, 0); -+ rtw_write32(padapter, REG_RQPN, 0x80000000); -+ mdelay(2); -+ } -+ } -+ break; -+ -+ case HW_VAR_APFM_ON_MAC: -+ pHalData->bMacPwrCtrlOn = *val; -+ DBG_8192C("%s: bMacPwrCtrlOn =%d\n", __func__, pHalData->bMacPwrCtrlOn); -+ break; -+ -+ case HW_VAR_NAV_UPPER: -+ { -+ u32 usNavUpper = *((u32 *)val); -+ -+ if (usNavUpper > HAL_NAV_UPPER_UNIT_8723B * 0xFF) { -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, ("The setting value (0x%08X us) of NAV_UPPER is larger than (%d * 0xFF)!!!\n", usNavUpper, HAL_NAV_UPPER_UNIT_8723B)); -+ break; -+ } -+ -+ /* The value of ((usNavUpper + HAL_NAV_UPPER_UNIT_8723B - 1) / HAL_NAV_UPPER_UNIT_8723B) */ -+ /* is getting the upper integer. */ -+ usNavUpper = (usNavUpper + HAL_NAV_UPPER_UNIT_8723B - 1) / HAL_NAV_UPPER_UNIT_8723B; -+ rtw_write8(padapter, REG_NAV_UPPER, (u8)usNavUpper); -+ } -+ break; -+ -+ case HW_VAR_H2C_MEDIA_STATUS_RPT: -+ { -+ u16 mstatus_rpt = (*(u16 *)val); -+ u8 mstatus, macId; -+ -+ mstatus = (u8) (mstatus_rpt & 0xFF); -+ macId = (u8)(mstatus_rpt >> 8); -+ rtl8723b_set_FwMediaStatusRpt_cmd(padapter, mstatus, macId); -+ } -+ break; -+ case HW_VAR_BCN_VALID: -+ { -+ /* BCN_VALID, BIT16 of REG_TDECTRL = BIT0 of REG_TDECTRL+2, write 1 to clear, Clear by sw */ -+ val8 = rtw_read8(padapter, REG_TDECTRL+2); -+ val8 |= BIT(0); -+ rtw_write8(padapter, REG_TDECTRL+2, val8); -+ } -+ break; -+ -+ case HW_VAR_DL_BCN_SEL: -+ { -+ /* SW_BCN_SEL - Port0 */ -+ val8 = rtw_read8(padapter, REG_DWBCN1_CTRL_8723B+2); -+ val8 &= ~BIT(4); -+ rtw_write8(padapter, REG_DWBCN1_CTRL_8723B+2, val8); -+ } -+ break; -+ -+ case HW_VAR_DO_IQK: -+ pHalData->bNeedIQK = true; -+ break; -+ -+ case HW_VAR_DL_RSVD_PAGE: -+ if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) -+ rtl8723b_download_BTCoex_AP_mode_rsvd_page(padapter); -+ else -+ rtl8723b_download_rsvd_page(padapter, RT_MEDIA_CONNECT); -+ break; -+ -+ case HW_VAR_MACID_SLEEP: -+ /* Input is MACID */ -+ val32 = *(u32 *)val; -+ if (val32 > 31) { -+ DBG_8192C(FUNC_ADPT_FMT ": [HW_VAR_MACID_SLEEP] Invalid macid(%d)\n", -+ FUNC_ADPT_ARG(padapter), val32); -+ break; -+ } -+ val8 = (u8)val32; /* macid is between 0~31 */ -+ -+ val32 = rtw_read32(padapter, REG_MACID_SLEEP); -+ DBG_8192C(FUNC_ADPT_FMT ": [HW_VAR_MACID_SLEEP] macid =%d, org MACID_SLEEP = 0x%08X\n", -+ FUNC_ADPT_ARG(padapter), val8, val32); -+ if (val32 & BIT(val8)) -+ break; -+ val32 |= BIT(val8); -+ rtw_write32(padapter, REG_MACID_SLEEP, val32); -+ break; -+ -+ case HW_VAR_MACID_WAKEUP: -+ /* Input is MACID */ -+ val32 = *(u32 *)val; -+ if (val32 > 31) { -+ DBG_8192C(FUNC_ADPT_FMT ": [HW_VAR_MACID_WAKEUP] Invalid macid(%d)\n", -+ FUNC_ADPT_ARG(padapter), val32); -+ break; -+ } -+ val8 = (u8)val32; /* macid is between 0~31 */ -+ -+ val32 = rtw_read32(padapter, REG_MACID_SLEEP); -+ DBG_8192C(FUNC_ADPT_FMT ": [HW_VAR_MACID_WAKEUP] macid =%d, org MACID_SLEEP = 0x%08X\n", -+ FUNC_ADPT_ARG(padapter), val8, val32); -+ if (!(val32 & BIT(val8))) -+ break; -+ val32 &= ~BIT(val8); -+ rtw_write32(padapter, REG_MACID_SLEEP, val32); -+ break; -+ -+ default: -+ SetHwReg(padapter, variable, val); -+ break; -+ } -+} -+ -+void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 val8; -+ u16 val16; -+ -+ switch (variable) { -+ case HW_VAR_TXPAUSE: -+ *val = rtw_read8(padapter, REG_TXPAUSE); -+ break; -+ -+ case HW_VAR_BCN_VALID: -+ { -+ /* BCN_VALID, BIT16 of REG_TDECTRL = BIT0 of REG_TDECTRL+2 */ -+ val8 = rtw_read8(padapter, REG_TDECTRL+2); -+ *val = (BIT(0) & val8) ? true : false; -+ } -+ break; -+ -+ case HW_VAR_FWLPS_RF_ON: -+ { -+ /* When we halt NIC, we should check if FW LPS is leave. */ -+ u32 valRCR; -+ -+ if ( -+ (padapter->bSurpriseRemoved == true) || -+ (adapter_to_pwrctl(padapter)->rf_pwrstate == rf_off) -+ ) { -+ /* If it is in HW/SW Radio OFF or IPS state, we do not check Fw LPS Leave, */ -+ /* because Fw is unload. */ -+ *val = true; -+ } else { -+ valRCR = rtw_read32(padapter, REG_RCR); -+ valRCR &= 0x00070000; -+ if (valRCR) -+ *val = false; -+ else -+ *val = true; -+ } -+ } -+ break; -+ -+ case HW_VAR_EFUSE_USAGE: -+ *val = pHalData->EfuseUsedPercentage; -+ break; -+ -+ case HW_VAR_EFUSE_BYTES: -+ *((u16 *)val) = pHalData->EfuseUsedBytes; -+ break; -+ -+ case HW_VAR_EFUSE_BT_USAGE: -+#ifdef HAL_EFUSE_MEMORY -+ *val = pHalData->EfuseHal.BTEfuseUsedPercentage; -+#endif -+ break; -+ -+ case HW_VAR_EFUSE_BT_BYTES: -+#ifdef HAL_EFUSE_MEMORY -+ *((u16 *)val) = pHalData->EfuseHal.BTEfuseUsedBytes; -+#else -+ *((u16 *)val) = BTEfuseUsedBytes; -+#endif -+ break; -+ -+ case HW_VAR_APFM_ON_MAC: -+ *val = pHalData->bMacPwrCtrlOn; -+ break; -+ case HW_VAR_CHK_HI_QUEUE_EMPTY: -+ val16 = rtw_read16(padapter, REG_TXPKT_EMPTY); -+ *val = (val16 & BIT(10)) ? true:false; -+ break; -+#ifdef CONFIG_WOWLAN -+ case HW_VAR_RPWM_TOG: -+ *val = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1) & BIT7; -+ break; -+ case HW_VAR_WAKEUP_REASON: -+ *val = rtw_read8(padapter, REG_WOWLAN_WAKE_REASON); -+ if (*val == 0xEA) -+ *val = 0; -+ break; -+ case HW_VAR_SYS_CLKR: -+ *val = rtw_read8(padapter, REG_SYS_CLKR); -+ break; -+#endif -+ default: -+ GetHwReg(padapter, variable, val); -+ break; -+ } -+} -+ -+/* -+ *Description: -+ * Change default setting of specified variable. -+ */ -+u8 SetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable, void *pval) -+{ -+ struct hal_com_data *pHalData; -+ u8 bResult; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ bResult = _SUCCESS; -+ -+ switch (variable) { -+ default: -+ bResult = SetHalDefVar(padapter, variable, pval); -+ break; -+ } -+ -+ return bResult; -+} -+ -+/* -+ *Description: -+ * Query setting of specified variable. -+ */ -+u8 GetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable, void *pval) -+{ -+ struct hal_com_data *pHalData; -+ u8 bResult; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ bResult = _SUCCESS; -+ -+ switch (variable) { -+ case HAL_DEF_MAX_RECVBUF_SZ: -+ *((u32 *)pval) = MAX_RECVBUF_SZ; -+ break; -+ -+ case HAL_DEF_RX_PACKET_OFFSET: -+ *((u32 *)pval) = RXDESC_SIZE + DRVINFO_SZ*8; -+ break; -+ -+ case HW_VAR_MAX_RX_AMPDU_FACTOR: -+ /* Stanley@BB.SD3 suggests 16K can get stable performance */ -+ /* The experiment was done on SDIO interface */ -+ /* coding by Lucas@20130730 */ -+ *(u32 *)pval = MAX_AMPDU_FACTOR_16K; -+ break; -+ case HAL_DEF_TX_LDPC: -+ case HAL_DEF_RX_LDPC: -+ *((u8 *)pval) = false; -+ break; -+ case HAL_DEF_TX_STBC: -+ *((u8 *)pval) = 0; -+ break; -+ case HAL_DEF_RX_STBC: -+ *((u8 *)pval) = 1; -+ break; -+ case HAL_DEF_EXPLICIT_BEAMFORMER: -+ case HAL_DEF_EXPLICIT_BEAMFORMEE: -+ *((u8 *)pval) = false; -+ break; -+ -+ case HW_DEF_RA_INFO_DUMP: -+ { -+ u8 mac_id = *(u8 *)pval; -+ u32 cmd; -+ u32 ra_info1, ra_info2; -+ u32 rate_mask1, rate_mask2; -+ u8 curr_tx_rate, curr_tx_sgi, hight_rate, lowest_rate; -+ -+ DBG_8192C("============ RA status check Mac_id:%d ===================\n", mac_id); -+ -+ cmd = 0x40000100 | mac_id; -+ rtw_write32(padapter, REG_HMEBOX_DBG_2_8723B, cmd); -+ msleep(10); -+ ra_info1 = rtw_read32(padapter, 0x2F0); -+ curr_tx_rate = ra_info1&0x7F; -+ curr_tx_sgi = (ra_info1>>7)&0x01; -+ DBG_8192C("[ ra_info1:0x%08x ] =>cur_tx_rate = %s, cur_sgi:%d, PWRSTS = 0x%02x \n", -+ ra_info1, -+ HDATA_RATE(curr_tx_rate), -+ curr_tx_sgi, -+ (ra_info1>>8) & 0x07); -+ -+ cmd = 0x40000400 | mac_id; -+ rtw_write32(padapter, REG_HMEBOX_DBG_2_8723B, cmd); -+ msleep(10); -+ ra_info1 = rtw_read32(padapter, 0x2F0); -+ ra_info2 = rtw_read32(padapter, 0x2F4); -+ rate_mask1 = rtw_read32(padapter, 0x2F8); -+ rate_mask2 = rtw_read32(padapter, 0x2FC); -+ hight_rate = ra_info2&0xFF; -+ lowest_rate = (ra_info2>>8) & 0xFF; -+ -+ DBG_8192C("[ ra_info1:0x%08x ] =>RSSI =%d, BW_setting = 0x%02x, DISRA = 0x%02x, VHT_EN = 0x%02x\n", -+ ra_info1, -+ ra_info1&0xFF, -+ (ra_info1>>8) & 0xFF, -+ (ra_info1>>16) & 0xFF, -+ (ra_info1>>24) & 0xFF); -+ -+ DBG_8192C("[ ra_info2:0x%08x ] =>hight_rate =%s, lowest_rate =%s, SGI = 0x%02x, RateID =%d\n", -+ ra_info2, -+ HDATA_RATE(hight_rate), -+ HDATA_RATE(lowest_rate), -+ (ra_info2>>16) & 0xFF, -+ (ra_info2>>24) & 0xFF); -+ -+ DBG_8192C("rate_mask2 = 0x%08x, rate_mask1 = 0x%08x\n", rate_mask2, rate_mask1); -+ -+ } -+ break; -+ -+ case HAL_DEF_TX_PAGE_BOUNDARY: -+ if (!padapter->registrypriv.wifi_spec) { -+ *(u8 *)pval = TX_PAGE_BOUNDARY_8723B; -+ } else { -+ *(u8 *)pval = WMM_NORMAL_TX_PAGE_BOUNDARY_8723B; -+ } -+ break; -+ -+ case HAL_DEF_MACID_SLEEP: -+ *(u8 *)pval = true; /* support macid sleep */ -+ break; -+ -+ default: -+ bResult = GetHalDefVar(padapter, variable, pval); -+ break; -+ } -+ -+ return bResult; -+} -+ -+#ifdef CONFIG_WOWLAN -+void Hal_DetectWoWMode(struct adapter *padapter) -+{ -+ adapter_to_pwrctl(padapter)->bSupportRemoteWakeup = true; -+ DBG_871X("%s\n", __func__); -+} -+#endif /* CONFIG_WOWLAN */ -+ -+void rtl8723b_start_thread(struct adapter *padapter) -+{ -+#ifndef CONFIG_SDIO_TX_TASKLET -+ struct xmit_priv *xmitpriv = &padapter->xmitpriv; -+ -+ xmitpriv->SdioXmitThread = kthread_run(rtl8723bs_xmit_thread, padapter, "RTWHALXT"); -+ if (IS_ERR(xmitpriv->SdioXmitThread)) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_err_, ("%s: start rtl8723bs_xmit_thread FAIL!!\n", __func__)); -+ } -+#endif -+} -+ -+void rtl8723b_stop_thread(struct adapter *padapter) -+{ -+#ifndef CONFIG_SDIO_TX_TASKLET -+ struct xmit_priv *xmitpriv = &padapter->xmitpriv; -+ -+ /* stop xmit_buf_thread */ -+ if (xmitpriv->SdioXmitThread) { -+ up(&xmitpriv->SdioXmitSema); -+ down(&xmitpriv->SdioXmitTerminateSema); -+ xmitpriv->SdioXmitThread = NULL; -+ } -+#endif -+} -+ -+#if defined(CONFIG_CHECK_BT_HANG) -+extern void check_bt_status_work(void *data); -+void rtl8723bs_init_checkbthang_workqueue(struct adapter *adapter) -+{ -+ adapter->priv_checkbt_wq = alloc_workqueue("sdio_wq", 0, 0); -+ INIT_DELAYED_WORK(&adapter->checkbt_work, (void *)check_bt_status_work); -+} -+ -+void rtl8723bs_free_checkbthang_workqueue(struct adapter *adapter) -+{ -+ if (adapter->priv_checkbt_wq) { -+ cancel_delayed_work_sync(&adapter->checkbt_work); -+ flush_workqueue(adapter->priv_checkbt_wq); -+ destroy_workqueue(adapter->priv_checkbt_wq); -+ adapter->priv_checkbt_wq = NULL; -+ } -+} -+ -+void rtl8723bs_cancle_checkbthang_workqueue(struct adapter *adapter) -+{ -+ if (adapter->priv_checkbt_wq) -+ cancel_delayed_work_sync(&adapter->checkbt_work); -+} -+ -+void rtl8723bs_hal_check_bt_hang(struct adapter *adapter) -+{ -+ if (adapter->priv_checkbt_wq) -+ queue_delayed_work(adapter->priv_checkbt_wq, &(adapter->checkbt_work), 0); -+} -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723b_phycfg.c linux/3rdparty/rtl8723bs/hal/rtl8723b_phycfg.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723b_phycfg.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723b_phycfg.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1060 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTL8723B_PHYCFG_C_ -+ -+#include -+#include -+#include -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+/* Channel switch:The size of command tables for switch channel*/ -+#define MAX_PRECMD_CNT 16 -+#define MAX_RFDEPENDCMD_CNT 16 -+#define MAX_POSTCMD_CNT 16 -+ -+#define MAX_DOZE_WAITING_TIMES_9x 64 -+ -+/** -+* Function: phy_CalculateBitShift -+* -+* OverView: Get shifted position of the BitMask -+* -+* Input: -+* u32 BitMask, -+* -+* Output: none -+* Return: u32 Return the shift bit bit position of the mask -+*/ -+static u32 phy_CalculateBitShift(u32 BitMask) -+{ -+ u32 i; -+ -+ for (i = 0; i <= 31; i++) { -+ if (((BitMask>>i) & 0x1) == 1) -+ break; -+ } -+ return i; -+} -+ -+ -+/** -+* Function: PHY_QueryBBReg -+* -+* OverView: Read "sepcific bits" from BB register -+* -+* Input: -+* struct adapter * Adapter, -+* u32 RegAddr, The target address to be readback -+* u32 BitMask The target bit position in the target address -+* to be readback -+* Output: None -+* Return: u32 Data The readback register value -+* Note: This function is equal to "GetRegSetting" in PHY programming guide -+*/ -+u32 PHY_QueryBBReg_8723B(struct adapter *Adapter, u32 RegAddr, u32 BitMask) -+{ -+ u32 ReturnValue = 0, OriginalValue, BitShift; -+ -+#if (DISABLE_BB_RF == 1) -+ return 0; -+#endif -+ -+ /* RT_TRACE(COMP_RF, DBG_TRACE, ("--->PHY_QueryBBReg(): RegAddr(%#lx), BitMask(%#lx)\n", RegAddr, BitMask)); */ -+ -+ OriginalValue = rtw_read32(Adapter, RegAddr); -+ BitShift = phy_CalculateBitShift(BitMask); -+ ReturnValue = (OriginalValue & BitMask) >> BitShift; -+ -+ return ReturnValue; -+ -+} -+ -+ -+/** -+* Function: PHY_SetBBReg -+* -+* OverView: Write "Specific bits" to BB register (page 8~) -+* -+* Input: -+* struct adapter * Adapter, -+* u32 RegAddr, The target address to be modified -+* u32 BitMask The target bit position in the target address -+* to be modified -+* u32 Data The new register value in the target bit position -+* of the target address -+* -+* Output: None -+* Return: None -+* Note: This function is equal to "PutRegSetting" in PHY programming guide -+*/ -+ -+void PHY_SetBBReg_8723B( -+ struct adapter *Adapter, -+ u32 RegAddr, -+ u32 BitMask, -+ u32 Data -+) -+{ -+ /* u16 BBWaitCounter = 0; */ -+ u32 OriginalValue, BitShift; -+ -+#if (DISABLE_BB_RF == 1) -+ return; -+#endif -+ -+ /* RT_TRACE(COMP_RF, DBG_TRACE, ("--->PHY_SetBBReg(): RegAddr(%#lx), BitMask(%#lx), Data(%#lx)\n", RegAddr, BitMask, Data)); */ -+ -+ if (BitMask != bMaskDWord) { /* if not "double word" write */ -+ OriginalValue = rtw_read32(Adapter, RegAddr); -+ BitShift = phy_CalculateBitShift(BitMask); -+ Data = ((OriginalValue & (~BitMask)) | ((Data << BitShift) & BitMask)); -+ } -+ -+ rtw_write32(Adapter, RegAddr, Data); -+ -+} -+ -+ -+/* */ -+/* 2. RF register R/W API */ -+/* */ -+ -+static u32 phy_RFSerialRead_8723B( -+ struct adapter *Adapter, enum RF_PATH eRFPath, u32 Offset -+) -+{ -+ u32 retValue = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; -+ u32 NewOffset; -+ u32 tmplong2; -+ u8 RfPiEnable = 0; -+ u32 MaskforPhySet = 0; -+ int i = 0; -+ -+ /* */ -+ /* Make sure RF register offset is correct */ -+ /* */ -+ Offset &= 0xff; -+ -+ NewOffset = Offset; -+ -+ if (eRFPath == RF_PATH_A) { -+ tmplong2 = PHY_QueryBBReg(Adapter, rFPGA0_XA_HSSIParameter2|MaskforPhySet, bMaskDWord);; -+ tmplong2 = (tmplong2 & (~bLSSIReadAddress)) | (NewOffset<<23) | bLSSIReadEdge; /* T65 RF */ -+ PHY_SetBBReg(Adapter, rFPGA0_XA_HSSIParameter2|MaskforPhySet, bMaskDWord, tmplong2&(~bLSSIReadEdge)); -+ } else { -+ tmplong2 = PHY_QueryBBReg(Adapter, rFPGA0_XB_HSSIParameter2|MaskforPhySet, bMaskDWord); -+ tmplong2 = (tmplong2 & (~bLSSIReadAddress)) | (NewOffset<<23) | bLSSIReadEdge; /* T65 RF */ -+ PHY_SetBBReg(Adapter, rFPGA0_XB_HSSIParameter2|MaskforPhySet, bMaskDWord, tmplong2&(~bLSSIReadEdge)); -+ } -+ -+ tmplong2 = PHY_QueryBBReg(Adapter, rFPGA0_XA_HSSIParameter2|MaskforPhySet, bMaskDWord); -+ PHY_SetBBReg(Adapter, rFPGA0_XA_HSSIParameter2|MaskforPhySet, bMaskDWord, tmplong2 & (~bLSSIReadEdge)); -+ PHY_SetBBReg(Adapter, rFPGA0_XA_HSSIParameter2|MaskforPhySet, bMaskDWord, tmplong2 | bLSSIReadEdge); -+ -+ udelay(10); -+ -+ for (i = 0; i < 2; i++) -+ udelay(MAX_STALL_TIME); -+ udelay(10); -+ -+ if (eRFPath == RF_PATH_A) -+ RfPiEnable = (u8)PHY_QueryBBReg(Adapter, rFPGA0_XA_HSSIParameter1|MaskforPhySet, BIT8); -+ else if (eRFPath == RF_PATH_B) -+ RfPiEnable = (u8)PHY_QueryBBReg(Adapter, rFPGA0_XB_HSSIParameter1|MaskforPhySet, BIT8); -+ -+ if (RfPiEnable) { -+ /* Read from BBreg8b8, 12 bits for 8190, 20bits for T65 RF */ -+ retValue = PHY_QueryBBReg(Adapter, pPhyReg->rfLSSIReadBackPi|MaskforPhySet, bLSSIReadBackData); -+ -+ /* RT_DISP(FINIT, INIT_RF, ("Readback from RF-PI : 0x%x\n", retValue)); */ -+ } else { -+ /* Read from BBreg8a0, 12 bits for 8190, 20 bits for T65 RF */ -+ retValue = PHY_QueryBBReg(Adapter, pPhyReg->rfLSSIReadBack|MaskforPhySet, bLSSIReadBackData); -+ -+ /* RT_DISP(FINIT, INIT_RF, ("Readback from RF-SI : 0x%x\n", retValue)); */ -+ } -+ return retValue; -+ -+} -+ -+/** -+* Function: phy_RFSerialWrite_8723B -+* -+* OverView: Write data to RF register (page 8~) -+* -+* Input: -+* struct adapter * Adapter, -+* RF_PATH eRFPath, Radio path of A/B/C/D -+* u32 Offset, The target address to be read -+* u32 Data The new register Data in the target bit position -+* of the target to be read -+* -+* Output: None -+* Return: None -+* Note: Threre are three types of serial operations: -+* 1. Software serial write -+* 2. Hardware LSSI-Low Speed Serial Interface -+* 3. Hardware HSSI-High speed -+* serial write. Driver need to implement (1) and (2). -+* This function is equal to the combination of RF_ReadReg() and RFLSSIRead() -+ * -+ * Note: For RF8256 only -+ * The total count of RTL8256(Zebra4) register is around 36 bit it only employs -+ * 4-bit RF address. RTL8256 uses "register mode control bit" (Reg00[12], Reg00[10]) -+ * to access register address bigger than 0xf. See "Appendix-4 in PHY Configuration -+ * programming guide" for more details. -+ * Thus, we define a sub-finction for RTL8526 register address conversion -+ * =========================================================== -+ * Register Mode RegCTL[1] RegCTL[0] Note -+ * (Reg00[12]) (Reg00[10]) -+ * =========================================================== -+ * Reg_Mode0 0 x Reg 0 ~15(0x0 ~ 0xf) -+ * ------------------------------------------------------------------ -+ * Reg_Mode1 1 0 Reg 16 ~30(0x1 ~ 0xf) -+ * ------------------------------------------------------------------ -+ * Reg_Mode2 1 1 Reg 31 ~ 45(0x1 ~ 0xf) -+ * ------------------------------------------------------------------ -+ * -+ *2008/09/02 MH Add 92S RF definition -+ * -+ * -+ * -+*/ -+static void phy_RFSerialWrite_8723B( -+ struct adapter *Adapter, -+ enum RF_PATH eRFPath, -+ u32 Offset, -+ u32 Data -+) -+{ -+ u32 DataAndAddr = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; -+ u32 NewOffset; -+ -+ Offset &= 0xff; -+ -+ /* */ -+ /* Switch page for 8256 RF IC */ -+ /* */ -+ NewOffset = Offset; -+ -+ /* */ -+ /* Put write addr in [5:0] and write data in [31:16] */ -+ /* */ -+ /* DataAndAddr = (Data<<16) | (NewOffset&0x3f); */ -+ DataAndAddr = ((NewOffset<<20) | (Data&0x000fffff)) & 0x0fffffff; /* T65 RF */ -+ -+ /* */ -+ /* Write Operation */ -+ /* */ -+ PHY_SetBBReg(Adapter, pPhyReg->rf3wireOffset, bMaskDWord, DataAndAddr); -+ /* RTPRINT(FPHY, PHY_RFW, ("RFW-%d Addr[0x%lx]= 0x%lx\n", eRFPath, pPhyReg->rf3wireOffset, DataAndAddr)); */ -+ -+} -+ -+ -+/** -+* Function: PHY_QueryRFReg -+* -+* OverView: Query "Specific bits" to RF register (page 8~) -+* -+* Input: -+* struct adapter * Adapter, -+* RF_PATH eRFPath, Radio path of A/B/C/D -+* u32 RegAddr, The target address to be read -+* u32 BitMask The target bit position in the target address -+* to be read -+* -+* Output: None -+* Return: u32 Readback value -+* Note: This function is equal to "GetRFRegSetting" in PHY programming guide -+*/ -+u32 PHY_QueryRFReg_8723B( -+ struct adapter *Adapter, -+ u8 eRFPath, -+ u32 RegAddr, -+ u32 BitMask -+) -+{ -+ u32 Original_Value, Readback_Value, BitShift; -+ -+#if (DISABLE_BB_RF == 1) -+ return 0; -+#endif -+ -+ Original_Value = phy_RFSerialRead_8723B(Adapter, eRFPath, RegAddr); -+ -+ BitShift = phy_CalculateBitShift(BitMask); -+ Readback_Value = (Original_Value & BitMask) >> BitShift; -+ -+ return Readback_Value; -+} -+ -+/** -+* Function: PHY_SetRFReg -+* -+* OverView: Write "Specific bits" to RF register (page 8~) -+* -+* Input: -+* struct adapter * Adapter, -+* RF_PATH eRFPath, Radio path of A/B/C/D -+* u32 RegAddr, The target address to be modified -+* u32 BitMask The target bit position in the target address -+* to be modified -+* u32 Data The new register Data in the target bit position -+* of the target address -+* -+* Output: None -+* Return: None -+* Note: This function is equal to "PutRFRegSetting" in PHY programming guide -+*/ -+void PHY_SetRFReg_8723B( -+ struct adapter *Adapter, -+ u8 eRFPath, -+ u32 RegAddr, -+ u32 BitMask, -+ u32 Data -+) -+{ -+ u32 Original_Value, BitShift; -+ -+#if (DISABLE_BB_RF == 1) -+ return; -+#endif -+ -+ /* RF data is 12 bits only */ -+ if (BitMask != bRFRegOffsetMask) { -+ Original_Value = phy_RFSerialRead_8723B(Adapter, eRFPath, RegAddr); -+ BitShift = phy_CalculateBitShift(BitMask); -+ Data = ((Original_Value & (~BitMask)) | (Data<odmpriv); -+ rtStatus = _SUCCESS; -+ } -+ -+ return rtStatus; -+} -+ -+/** -+* Function: phy_InitBBRFRegisterDefinition -+* -+* OverView: Initialize Register definition offset for Radio Path A/B/C/D -+* -+* Input: -+* struct adapter * Adapter, -+* -+* Output: None -+* Return: None -+* Note: The initialization value is constant and it should never be changes -+*/ -+static void phy_InitBBRFRegisterDefinition(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ /* RF Interface Sowrtware Control */ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfintfs = rFPGA0_XAB_RFInterfaceSW; /* 16 LSBs if read 32-bit from 0x870 */ -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfintfs = rFPGA0_XAB_RFInterfaceSW; /* 16 MSBs if read 32-bit from 0x870 (16-bit for 0x872) */ -+ -+ /* RF Interface Output (and Enable) */ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfintfo = rFPGA0_XA_RFInterfaceOE; /* 16 LSBs if read 32-bit from 0x860 */ -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfintfo = rFPGA0_XB_RFInterfaceOE; /* 16 LSBs if read 32-bit from 0x864 */ -+ -+ /* RF Interface (Output and) Enable */ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfintfe = rFPGA0_XA_RFInterfaceOE; /* 16 MSBs if read 32-bit from 0x860 (16-bit for 0x862) */ -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfintfe = rFPGA0_XB_RFInterfaceOE; /* 16 MSBs if read 32-bit from 0x864 (16-bit for 0x866) */ -+ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rf3wireOffset = rFPGA0_XA_LSSIParameter; /* LSSI Parameter */ -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rf3wireOffset = rFPGA0_XB_LSSIParameter; -+ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfHSSIPara2 = rFPGA0_XA_HSSIParameter2; /* wire control parameter2 */ -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfHSSIPara2 = rFPGA0_XB_HSSIParameter2; /* wire control parameter2 */ -+ -+ /* Tranceiver Readback LSSI/HSPI mode */ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfLSSIReadBack = rFPGA0_XA_LSSIReadBack; -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfLSSIReadBack = rFPGA0_XB_LSSIReadBack; -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfLSSIReadBackPi = TransceiverA_HSPI_Readback; -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfLSSIReadBackPi = TransceiverB_HSPI_Readback; -+ -+} -+ -+static int phy_BB8723b_Config_ParaFile(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rtStatus = _SUCCESS; -+ u8 sz8723BBRegFile[] = RTL8723B_PHY_REG; -+ u8 sz8723AGCTableFile[] = RTL8723B_AGC_TAB; -+ u8 sz8723BBBRegPgFile[] = RTL8723B_PHY_REG_PG; -+ u8 sz8723BBRegMpFile[] = RTL8723B_PHY_REG_MP; -+ u8 sz8723BRFTxPwrLmtFile[] = RTL8723B_TXPWR_LMT; -+ u8 *pszBBRegFile = NULL, *pszAGCTableFile = NULL, *pszBBRegPgFile = NULL, *pszBBRegMpFile = NULL, *pszRFTxPwrLmtFile = NULL; -+ -+ pszBBRegFile = sz8723BBRegFile; -+ pszAGCTableFile = sz8723AGCTableFile; -+ pszBBRegPgFile = sz8723BBBRegPgFile; -+ pszBBRegMpFile = sz8723BBRegMpFile; -+ pszRFTxPwrLmtFile = sz8723BRFTxPwrLmtFile; -+ -+ /* Read Tx Power Limit File */ -+ PHY_InitTxPowerLimit(Adapter); -+ if ( -+ Adapter->registrypriv.RegEnableTxPowerLimit == 1 || -+ (Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1) -+ ) { -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithPowerLimitTableParaFile(Adapter, pszRFTxPwrLmtFile) == _FAIL) -+#endif -+ { -+ if (HAL_STATUS_SUCCESS != ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv, CONFIG_RF_TXPWR_LMT, (ODM_RF_RADIO_PATH_E)0)) -+ rtStatus = _FAIL; -+ } -+ -+ if (rtStatus != _SUCCESS) { -+ DBG_871X("%s():Read Tx power limit fail\n", __func__); -+ goto phy_BB8190_Config_ParaFile_Fail; -+ } -+ } -+ -+ /* */ -+ /* 1. Read PHY_REG.TXT BB INIT!! */ -+ /* */ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (phy_ConfigBBWithParaFile(Adapter, pszBBRegFile, CONFIG_BB_PHY_REG) == _FAIL) -+#endif -+ { -+ if (HAL_STATUS_SUCCESS != ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_PHY_REG)) -+ rtStatus = _FAIL; -+ } -+ -+ if (rtStatus != _SUCCESS) { -+ DBG_8192C("%s():Write BB Reg Fail!!", __func__); -+ goto phy_BB8190_Config_ParaFile_Fail; -+ } -+ -+ /* If EEPROM or EFUSE autoload OK, We must config by PHY_REG_PG.txt */ -+ PHY_InitTxPowerByRate(Adapter); -+ if ( -+ Adapter->registrypriv.RegEnableTxPowerByRate == 1 || -+ (Adapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory != 2) -+ ) { -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (phy_ConfigBBWithPgParaFile(Adapter, pszBBRegPgFile) == _FAIL) -+#endif -+ { -+ if (HAL_STATUS_SUCCESS != ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_PHY_REG_PG)) -+ rtStatus = _FAIL; -+ } -+ -+ if (pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE) -+ PHY_TxPowerByRateConfiguration(Adapter); -+ -+ if ( -+ Adapter->registrypriv.RegEnableTxPowerLimit == 1 || -+ (Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1) -+ ) -+ PHY_ConvertTxPowerLimitToPowerIndex(Adapter); -+ -+ if (rtStatus != _SUCCESS) { -+ DBG_8192C("%s():BB_PG Reg Fail!!\n", __func__); -+ } -+ } -+ -+ /* */ -+ /* 2. Read BB AGC table Initialization */ -+ /* */ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (phy_ConfigBBWithParaFile(Adapter, pszAGCTableFile, CONFIG_BB_AGC_TAB) == _FAIL) -+#endif -+ { -+ if (HAL_STATUS_SUCCESS != ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_AGC_TAB)) -+ rtStatus = _FAIL; -+ } -+ -+ if (rtStatus != _SUCCESS) { -+ DBG_8192C("%s():AGC Table Fail\n", __func__); -+ goto phy_BB8190_Config_ParaFile_Fail; -+ } -+ -+phy_BB8190_Config_ParaFile_Fail: -+ -+ return rtStatus; -+} -+ -+ -+int PHY_BBConfig8723B(struct adapter *Adapter) -+{ -+ int rtStatus = _SUCCESS; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u32 RegVal; -+ u8 CrystalCap; -+ -+ phy_InitBBRFRegisterDefinition(Adapter); -+ -+ /* Enable BB and RF */ -+ RegVal = rtw_read16(Adapter, REG_SYS_FUNC_EN); -+ rtw_write16(Adapter, REG_SYS_FUNC_EN, (u16)(RegVal|BIT13|BIT0|BIT1)); -+ -+ rtw_write32(Adapter, 0x948, 0x280); /* Others use Antenna S1 */ -+ -+ rtw_write8(Adapter, REG_RF_CTRL, RF_EN|RF_RSTB|RF_SDMRSTB); -+ -+ msleep(1); -+ -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, 0x1, 0xfffff, 0x780); -+ -+ rtw_write8(Adapter, REG_SYS_FUNC_EN, FEN_PPLL|FEN_PCIEA|FEN_DIO_PCIE|FEN_BB_GLB_RSTn|FEN_BBRSTB); -+ -+ rtw_write8(Adapter, REG_AFE_XTAL_CTRL+1, 0x80); -+ -+ /* */ -+ /* Config BB and AGC */ -+ /* */ -+ rtStatus = phy_BB8723b_Config_ParaFile(Adapter); -+ -+ /* 0x2C[23:18] = 0x2C[17:12] = CrystalCap */ -+ CrystalCap = pHalData->CrystalCap & 0x3F; -+ PHY_SetBBReg(Adapter, REG_MAC_PHY_CTRL, 0xFFF000, (CrystalCap | (CrystalCap << 6))); -+ -+ return rtStatus; -+} -+ -+static void phy_LCK_8723B(struct adapter *Adapter) -+{ -+ PHY_SetRFReg(Adapter, RF_PATH_A, 0xB0, bRFRegOffsetMask, 0xDFBE0); -+ PHY_SetRFReg(Adapter, RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, 0x8C01); -+ mdelay(200); -+ PHY_SetRFReg(Adapter, RF_PATH_A, 0xB0, bRFRegOffsetMask, 0xDFFE0); -+} -+ -+int PHY_RFConfig8723B(struct adapter *Adapter) -+{ -+ int rtStatus = _SUCCESS; -+ -+ /* */ -+ /* RF config */ -+ /* */ -+ rtStatus = PHY_RF6052_Config8723B(Adapter); -+ -+ phy_LCK_8723B(Adapter); -+ /* PHY_BB8723B_Config_1T(Adapter); */ -+ -+ return rtStatus; -+} -+ -+/************************************************************************************************************** -+ * Description: -+ * The low-level interface to set TxAGC , called by both MP and Normal Driver. -+ * -+ * <20120830, Kordan> -+ **************************************************************************************************************/ -+ -+void PHY_SetTxPowerIndex_8723B( -+ struct adapter *Adapter, -+ u32 PowerIndex, -+ u8 RFPath, -+ u8 Rate -+) -+{ -+ if (RFPath == ODM_RF_PATH_A || RFPath == ODM_RF_PATH_B) { -+ switch (Rate) { -+ case MGN_1M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); -+ break; -+ case MGN_2M: -+ PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); -+ break; -+ case MGN_5_5M: -+ PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte2, PowerIndex); -+ break; -+ case MGN_11M: -+ PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte3, PowerIndex); -+ break; -+ -+ case MGN_6M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte0, PowerIndex); -+ break; -+ case MGN_9M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); -+ break; -+ case MGN_12M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte2, PowerIndex); -+ break; -+ case MGN_18M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte3, PowerIndex); -+ break; -+ -+ case MGN_24M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte0, PowerIndex); -+ break; -+ case MGN_36M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte1, PowerIndex); -+ break; -+ case MGN_48M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte2, PowerIndex); -+ break; -+ case MGN_54M: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte3, PowerIndex); -+ break; -+ -+ case MGN_MCS0: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte0, PowerIndex); -+ break; -+ case MGN_MCS1: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte1, PowerIndex); -+ break; -+ case MGN_MCS2: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte2, PowerIndex); -+ break; -+ case MGN_MCS3: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskByte3, PowerIndex); -+ break; -+ -+ case MGN_MCS4: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte0, PowerIndex); -+ break; -+ case MGN_MCS5: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte1, PowerIndex); -+ break; -+ case MGN_MCS6: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte2, PowerIndex); -+ break; -+ case MGN_MCS7: -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskByte3, PowerIndex); -+ break; -+ -+ default: -+ DBG_871X("Invalid Rate!!\n"); -+ break; -+ } -+ } else { -+ RT_TRACE(_module_hal_init_c_, _drv_err_, ("Invalid RFPath!!\n")); -+ } -+} -+ -+u8 PHY_GetTxPowerIndex_8723B( -+ struct adapter *padapter, -+ u8 RFPath, -+ u8 Rate, -+ enum CHANNEL_WIDTH BandWidth, -+ u8 Channel -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ s8 txPower = 0, powerDiffByRate = 0, limit = 0; -+ bool bIn24G = false; -+ -+ /* DBG_871X("===>%s\n", __func__); */ -+ -+ txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); -+ powerDiffByRate = PHY_GetTxPowerByRate(padapter, BAND_ON_2_4G, ODM_RF_PATH_A, RF_1TX, Rate); -+ -+ limit = PHY_GetTxPowerLimit( -+ padapter, -+ padapter->registrypriv.RegPwrTblSel, -+ (u8)(!bIn24G), -+ pHalData->CurrentChannelBW, -+ RFPath, -+ Rate, -+ pHalData->CurrentChannel -+ ); -+ -+ powerDiffByRate = powerDiffByRate > limit ? limit : powerDiffByRate; -+ txPower += powerDiffByRate; -+ -+ txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate); -+ -+ if (txPower > MAX_POWER_INDEX) -+ txPower = MAX_POWER_INDEX; -+ -+ /* DBG_871X("Final Tx Power(RF-%c, Channel: %d) = %d(0x%X)\n", ((RFPath == 0)?'A':'B'), Channel, txPower, txPower)); */ -+ return (u8) txPower; -+} -+ -+void PHY_SetTxPowerLevel8723B(struct adapter *Adapter, u8 Channel) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u8 RFPath = ODM_RF_PATH_A; -+ -+ if (pHalData->AntDivCfg) {/* antenna diversity Enable */ -+ RFPath = ((pDM_FatTable->RxIdleAnt == MAIN_ANT) ? ODM_RF_PATH_A : ODM_RF_PATH_B); -+ } else { /* antenna diversity disable */ -+ RFPath = pHalData->ant_path; -+ } -+ -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("==>PHY_SetTxPowerLevel8723B()\n")); -+ -+ PHY_SetTxPowerLevelByPath(Adapter, Channel, RFPath); -+ -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("<==PHY_SetTxPowerLevel8723B()\n")); -+} -+ -+void PHY_GetTxPowerLevel8723B(struct adapter *Adapter, s32 *powerlevel) -+{ -+} -+ -+static void phy_SetRegBW_8723B( -+ struct adapter *Adapter, enum CHANNEL_WIDTH CurrentBW -+) -+{ -+ u16 RegRfMod_BW, u2tmp = 0; -+ RegRfMod_BW = rtw_read16(Adapter, REG_TRXPTCL_CTL_8723B); -+ -+ switch (CurrentBW) { -+ case CHANNEL_WIDTH_20: -+ rtw_write16(Adapter, REG_TRXPTCL_CTL_8723B, (RegRfMod_BW & 0xFE7F)); /* BIT 7 = 0, BIT 8 = 0 */ -+ break; -+ -+ case CHANNEL_WIDTH_40: -+ u2tmp = RegRfMod_BW | BIT7; -+ rtw_write16(Adapter, REG_TRXPTCL_CTL_8723B, (u2tmp & 0xFEFF)); /* BIT 7 = 1, BIT 8 = 0 */ -+ break; -+ -+ case CHANNEL_WIDTH_80: -+ u2tmp = RegRfMod_BW | BIT8; -+ rtw_write16(Adapter, REG_TRXPTCL_CTL_8723B, (u2tmp & 0xFF7F)); /* BIT 7 = 0, BIT 8 = 1 */ -+ break; -+ -+ default: -+ DBG_871X("phy_PostSetBWMode8723B(): unknown Bandwidth: %#X\n", CurrentBW); -+ break; -+ } -+} -+ -+static u8 phy_GetSecondaryChnl_8723B(struct adapter *Adapter) -+{ -+ u8 SCSettingOf40 = 0, SCSettingOf20 = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ( -+ "SCMapping: VHT Case: pHalData->CurrentChannelBW %d, pHalData->nCur80MhzPrimeSC %d, pHalData->nCur40MhzPrimeSC %d\n", -+ pHalData->CurrentChannelBW, -+ pHalData->nCur80MhzPrimeSC, -+ pHalData->nCur40MhzPrimeSC -+ ) -+ ); -+ if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_80) { -+ if (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ SCSettingOf40 = VHT_DATA_SC_40_LOWER_OF_80MHZ; -+ else if (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ SCSettingOf40 = VHT_DATA_SC_40_UPPER_OF_80MHZ; -+ else -+ RT_TRACE(_module_hal_init_c_, _drv_err_, ("SCMapping: Not Correct Primary40MHz Setting\n")); -+ -+ if ( -+ (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && -+ (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ ) -+ SCSettingOf20 = VHT_DATA_SC_20_LOWEST_OF_80MHZ; -+ else if ( -+ (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && -+ (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ ) -+ SCSettingOf20 = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ else if ( -+ (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && -+ (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ ) -+ SCSettingOf20 = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ else if ( -+ (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && -+ (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ ) -+ SCSettingOf20 = VHT_DATA_SC_20_UPPERST_OF_80MHZ; -+ else -+ RT_TRACE(_module_hal_init_c_, _drv_err_, ("SCMapping: Not Correct Primary40MHz Setting\n")); -+ } else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) { -+ RT_TRACE( -+ _module_hal_init_c_, -+ _drv_info_, -+ ( -+ "SCMapping: VHT Case: pHalData->CurrentChannelBW %d, pHalData->nCur40MhzPrimeSC %d\n", -+ pHalData->CurrentChannelBW, -+ pHalData->nCur40MhzPrimeSC -+ ) -+ ); -+ -+ if (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ SCSettingOf20 = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ else if (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ SCSettingOf20 = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ else -+ RT_TRACE(_module_hal_init_c_, _drv_err_, ("SCMapping: Not Correct Primary40MHz Setting\n")); -+ } -+ -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("SCMapping: SC Value %x\n", ((SCSettingOf40 << 4) | SCSettingOf20))); -+ return ((SCSettingOf40 << 4) | SCSettingOf20); -+} -+ -+static void phy_PostSetBwMode8723B(struct adapter *Adapter) -+{ -+ u8 SubChnlNum = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ -+ /* 3 Set Reg668 Reg440 BW */ -+ phy_SetRegBW_8723B(Adapter, pHalData->CurrentChannelBW); -+ -+ /* 3 Set Reg483 */ -+ SubChnlNum = phy_GetSecondaryChnl_8723B(Adapter); -+ rtw_write8(Adapter, REG_DATA_SC_8723B, SubChnlNum); -+ -+ /* 3 */ -+ /* 3<2>Set PHY related register */ -+ /* 3 */ -+ switch (pHalData->CurrentChannelBW) { -+ /* 20 MHz channel*/ -+ case CHANNEL_WIDTH_20: -+ PHY_SetBBReg(Adapter, rFPGA0_RFMOD, bRFMOD, 0x0); -+ -+ PHY_SetBBReg(Adapter, rFPGA1_RFMOD, bRFMOD, 0x0); -+ -+/* PHY_SetBBReg(Adapter, rFPGA0_AnalogParameter2, BIT10, 1); */ -+ -+ PHY_SetBBReg(Adapter, rOFDM0_TxPseudoNoiseWgt, (BIT31|BIT30), 0x0); -+ break; -+ -+ /* 40 MHz channel*/ -+ case CHANNEL_WIDTH_40: -+ PHY_SetBBReg(Adapter, rFPGA0_RFMOD, bRFMOD, 0x1); -+ -+ PHY_SetBBReg(Adapter, rFPGA1_RFMOD, bRFMOD, 0x1); -+ -+ /* Set Control channel to upper or lower. These settings are required only for 40MHz */ -+ PHY_SetBBReg(Adapter, rCCK0_System, bCCKSideBand, (pHalData->nCur40MhzPrimeSC>>1)); -+ -+ PHY_SetBBReg(Adapter, rOFDM1_LSTF, 0xC00, pHalData->nCur40MhzPrimeSC); -+ -+/* PHY_SetBBReg(Adapter, rFPGA0_AnalogParameter2, BIT10, 0); */ -+ -+ PHY_SetBBReg(Adapter, 0x818, (BIT26|BIT27), (pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) ? 2 : 1); -+ -+ break; -+ -+ default: -+ /*RT_TRACE(COMP_DBG, DBG_LOUD, ("phy_SetBWMode8723B(): unknown Bandwidth: %#X\n"\ -+ , pHalData->CurrentChannelBW));*/ -+ break; -+ } -+ -+ /* 3<3>Set RF related register */ -+ PHY_RF6052SetBandwidth8723B(Adapter, pHalData->CurrentChannelBW); -+} -+ -+static void phy_SwChnl8723B(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ u8 channelToSW = pHalData->CurrentChannel; -+ -+ if (pHalData->rf_chip == RF_PSEUDO_11N) { -+ /* RT_TRACE(COMP_MLME, DBG_LOUD, ("phy_SwChnl8723B: return for PSEUDO\n")); */ -+ return; -+ } -+ pHalData->RfRegChnlVal[0] = ((pHalData->RfRegChnlVal[0] & 0xfffff00) | channelToSW); -+ PHY_SetRFReg(padapter, ODM_RF_PATH_A, RF_CHNLBW, 0x3FF, pHalData->RfRegChnlVal[0]); -+ PHY_SetRFReg(padapter, ODM_RF_PATH_B, RF_CHNLBW, 0x3FF, pHalData->RfRegChnlVal[0]); -+ -+ DBG_8192C("===>phy_SwChnl8723B: Channel = %d\n", channelToSW); -+} -+ -+static void phy_SwChnlAndSetBwMode8723B(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ /* RT_TRACE(COMP_SCAN, DBG_LOUD, ("phy_SwChnlAndSetBwMode8723B(): bSwChnl %d, bSetChnlBW %d\n", pHalData->bSwChnl, pHalData->bSetChnlBW)); */ -+ if (Adapter->bNotifyChannelChange) { -+ DBG_871X("[%s] bSwChnl =%d, ch =%d, bSetChnlBW =%d, bw =%d\n", -+ __func__, -+ pHalData->bSwChnl, -+ pHalData->CurrentChannel, -+ pHalData->bSetChnlBW, -+ pHalData->CurrentChannelBW); -+ } -+ -+ if (Adapter->bDriverStopped || Adapter->bSurpriseRemoved) -+ return; -+ -+ if (pHalData->bSwChnl) { -+ phy_SwChnl8723B(Adapter); -+ pHalData->bSwChnl = false; -+ } -+ -+ if (pHalData->bSetChnlBW) { -+ phy_PostSetBwMode8723B(Adapter); -+ pHalData->bSetChnlBW = false; -+ } -+ -+ PHY_SetTxPowerLevel8723B(Adapter, pHalData->CurrentChannel); -+} -+ -+static void PHY_HandleSwChnlAndSetBW8723B( -+ struct adapter *Adapter, -+ bool bSwitchChannel, -+ bool bSetBandWidth, -+ u8 ChannelNum, -+ enum CHANNEL_WIDTH ChnlWidth, -+ enum EXTCHNL_OFFSET ExtChnlOffsetOf40MHz, -+ enum EXTCHNL_OFFSET ExtChnlOffsetOf80MHz, -+ u8 CenterFrequencyIndex1 -+) -+{ -+ /* static bool bInitialzed = false; */ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ u8 tmpChannel = pHalData->CurrentChannel; -+ enum CHANNEL_WIDTH tmpBW = pHalData->CurrentChannelBW; -+ u8 tmpnCur40MhzPrimeSC = pHalData->nCur40MhzPrimeSC; -+ u8 tmpnCur80MhzPrimeSC = pHalData->nCur80MhzPrimeSC; -+ u8 tmpCenterFrequencyIndex1 = pHalData->CurrentCenterFrequencyIndex1; -+ -+ /* DBG_871X("=> PHY_HandleSwChnlAndSetBW8812: bSwitchChannel %d, bSetBandWidth %d\n", bSwitchChannel, bSetBandWidth); */ -+ -+ /* check is swchnl or setbw */ -+ if (!bSwitchChannel && !bSetBandWidth) { -+ DBG_871X("PHY_HandleSwChnlAndSetBW8812: not switch channel and not set bandwidth\n"); -+ return; -+ } -+ -+ /* skip change for channel or bandwidth is the same */ -+ if (bSwitchChannel) { -+ /* if (pHalData->CurrentChannel != ChannelNum) */ -+ { -+ if (HAL_IsLegalChannel(Adapter, ChannelNum)) -+ pHalData->bSwChnl = true; -+ } -+ } -+ -+ if (bSetBandWidth) -+ pHalData->bSetChnlBW = true; -+ -+ if (!pHalData->bSetChnlBW && !pHalData->bSwChnl) { -+ /* DBG_871X("<= PHY_HandleSwChnlAndSetBW8812: bSwChnl %d, bSetChnlBW %d\n", pHalData->bSwChnl, pHalData->bSetChnlBW); */ -+ return; -+ } -+ -+ -+ if (pHalData->bSwChnl) { -+ pHalData->CurrentChannel = ChannelNum; -+ pHalData->CurrentCenterFrequencyIndex1 = ChannelNum; -+ } -+ -+ -+ if (pHalData->bSetChnlBW) { -+ pHalData->CurrentChannelBW = ChnlWidth; -+ pHalData->nCur40MhzPrimeSC = ExtChnlOffsetOf40MHz; -+ pHalData->nCur80MhzPrimeSC = ExtChnlOffsetOf80MHz; -+ pHalData->CurrentCenterFrequencyIndex1 = CenterFrequencyIndex1; -+ } -+ -+ /* Switch workitem or set timer to do switch channel or setbandwidth operation */ -+ if ((!Adapter->bDriverStopped) && (!Adapter->bSurpriseRemoved)) { -+ phy_SwChnlAndSetBwMode8723B(Adapter); -+ } else { -+ if (pHalData->bSwChnl) { -+ pHalData->CurrentChannel = tmpChannel; -+ pHalData->CurrentCenterFrequencyIndex1 = tmpChannel; -+ } -+ -+ if (pHalData->bSetChnlBW) { -+ pHalData->CurrentChannelBW = tmpBW; -+ pHalData->nCur40MhzPrimeSC = tmpnCur40MhzPrimeSC; -+ pHalData->nCur80MhzPrimeSC = tmpnCur80MhzPrimeSC; -+ pHalData->CurrentCenterFrequencyIndex1 = tmpCenterFrequencyIndex1; -+ } -+ } -+} -+ -+void PHY_SetBWMode8723B( -+ struct adapter *Adapter, -+ enum CHANNEL_WIDTH Bandwidth, /* 20M or 40M */ -+ unsigned char Offset /* Upper, Lower, or Don't care */ -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ PHY_HandleSwChnlAndSetBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalData->CurrentChannel); -+} -+ -+/* Call after initialization */ -+void PHY_SwChnl8723B(struct adapter *Adapter, u8 channel) -+{ -+ PHY_HandleSwChnlAndSetBW8723B(Adapter, true, false, channel, 0, 0, 0, channel); -+} -+ -+void PHY_SetSwChnlBWMode8723B( -+ struct adapter *Adapter, -+ u8 channel, -+ enum CHANNEL_WIDTH Bandwidth, -+ u8 Offset40, -+ u8 Offset80 -+) -+{ -+ /* DBG_871X("%s() ===>\n", __func__); */ -+ -+ PHY_HandleSwChnlAndSetBW8723B(Adapter, true, true, channel, Bandwidth, Offset40, Offset80, channel); -+ -+ /* DBG_871X("<==%s()\n", __func__); */ -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723b_rf6052.c linux/3rdparty/rtl8723bs/hal/rtl8723b_rf6052.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723b_rf6052.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723b_rf6052.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,230 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/****************************************************************************** -+ * -+ * -+ * Module: rtl8192c_rf6052.c (Source C File) -+ * -+ * Note: Provide RF 6052 series relative API. -+ * -+ * Function: -+ * -+ * Export: -+ * -+ * Abbrev: -+ * -+ * History: -+ * Data Who Remark -+ * -+ * 09/25/2008 MHC Create initial version. -+ * 11/05/2008 MHC Add API for tw power setting. -+ * -+ * -+******************************************************************************/ -+ -+#include -+ -+/*---------------------------Define Local Constant---------------------------*/ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+ -+/*------------------------Define global variable-----------------------------*/ -+/*------------------------Define global variable-----------------------------*/ -+ -+ -+/*------------------------Define local variable------------------------------*/ -+/* 2008/11/20 MH For Debug only, RF */ -+/*------------------------Define local variable------------------------------*/ -+ -+/*----------------------------------------------------------------------------- -+ * Function: PHY_RF6052SetBandwidth() -+ * -+ * Overview: This function is called by SetBWModeCallback8190Pci() only -+ * -+ * Input: struct adapter * Adapter -+ * WIRELESS_BANDWIDTH_E Bandwidth 20M or 40M -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Note: For RF type 0222D -+ *---------------------------------------------------------------------------*/ -+void PHY_RF6052SetBandwidth8723B( -+ struct adapter *Adapter, enum CHANNEL_WIDTH Bandwidth -+) /* 20M or 40M */ -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ switch (Bandwidth) { -+ case CHANNEL_WIDTH_20: -+ pHalData->RfRegChnlVal[0] = ((pHalData->RfRegChnlVal[0] & 0xfffff3ff) | BIT10 | BIT11); -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); -+ break; -+ -+ case CHANNEL_WIDTH_40: -+ pHalData->RfRegChnlVal[0] = ((pHalData->RfRegChnlVal[0] & 0xfffff3ff) | BIT10); -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_CHNLBW, bRFRegOffsetMask, pHalData->RfRegChnlVal[0]); -+ break; -+ -+ default: -+ /* RT_TRACE(COMP_DBG, DBG_LOUD, ("PHY_SetRF8225Bandwidth(): unknown Bandwidth: %#X\n", Bandwidth)); */ -+ break; -+ } -+ -+} -+ -+static int phy_RF6052_Config_ParaFile(struct adapter *Adapter) -+{ -+ u32 u4RegValue = 0; -+ u8 eRFPath; -+ struct bb_register_def *pPhyReg; -+ -+ int rtStatus = _SUCCESS; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ static char sz8723RadioAFile[] = RTL8723B_PHY_RADIO_A; -+ static char sz8723RadioBFile[] = RTL8723B_PHY_RADIO_B; -+ static s8 sz8723BTxPwrTrackFile[] = RTL8723B_TXPWR_TRACK; -+ char *pszRadioAFile, *pszRadioBFile, *pszTxPwrTrackFile; -+ -+ pszRadioAFile = sz8723RadioAFile; -+ pszRadioBFile = sz8723RadioBFile; -+ pszTxPwrTrackFile = sz8723BTxPwrTrackFile; -+ -+ /* 3----------------------------------------------------------------- */ -+ /* 3 <2> Initialize RF */ -+ /* 3----------------------------------------------------------------- */ -+ /* for (eRFPath = RF_PATH_A; eRFPath NumTotalRFPath; eRFPath++) */ -+ for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) { -+ -+ pPhyReg = &pHalData->PHYRegDef[eRFPath]; -+ -+ /*----Store original RFENV control type----*/ -+ switch (eRFPath) { -+ case RF_PATH_A: -+ case RF_PATH_C: -+ u4RegValue = PHY_QueryBBReg(Adapter, pPhyReg->rfintfs, bRFSI_RFENV); -+ break; -+ case RF_PATH_B: -+ case RF_PATH_D: -+ u4RegValue = PHY_QueryBBReg(Adapter, pPhyReg->rfintfs, bRFSI_RFENV<<16); -+ break; -+ } -+ -+ /*----Set RF_ENV enable----*/ -+ PHY_SetBBReg(Adapter, pPhyReg->rfintfe, bRFSI_RFENV<<16, 0x1); -+ udelay(1);/* PlatformStallExecution(1); */ -+ -+ /*----Set RF_ENV output high----*/ -+ PHY_SetBBReg(Adapter, pPhyReg->rfintfo, bRFSI_RFENV, 0x1); -+ udelay(1);/* PlatformStallExecution(1); */ -+ -+ /* Set bit number of Address and Data for RF register */ -+ PHY_SetBBReg(Adapter, pPhyReg->rfHSSIPara2, b3WireAddressLength, 0x0); /* Set 1 to 4 bits for 8255 */ -+ udelay(1);/* PlatformStallExecution(1); */ -+ -+ PHY_SetBBReg(Adapter, pPhyReg->rfHSSIPara2, b3WireDataLength, 0x0); /* Set 0 to 12 bits for 8255 */ -+ udelay(1);/* PlatformStallExecution(1); */ -+ -+ /*----Initialize RF fom connfiguration file----*/ -+ switch (eRFPath) { -+ case RF_PATH_A: -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithParaFile(Adapter, pszRadioAFile, eRFPath) == _FAIL) -+#endif -+ { -+ if (HAL_STATUS_FAILURE == ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv, CONFIG_RF_RADIO, (ODM_RF_RADIO_PATH_E)eRFPath)) -+ rtStatus = _FAIL; -+ } -+ break; -+ case RF_PATH_B: -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithParaFile(Adapter, pszRadioBFile, eRFPath) == _FAIL) -+#endif -+ { -+ if (HAL_STATUS_FAILURE == ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv, CONFIG_RF_RADIO, (ODM_RF_RADIO_PATH_E)eRFPath)) -+ rtStatus = _FAIL; -+ } -+ break; -+ case RF_PATH_C: -+ break; -+ case RF_PATH_D: -+ break; -+ } -+ -+ /*----Restore RFENV control type----*/; -+ switch (eRFPath) { -+ case RF_PATH_A: -+ case RF_PATH_C: -+ PHY_SetBBReg(Adapter, pPhyReg->rfintfs, bRFSI_RFENV, u4RegValue); -+ break; -+ case RF_PATH_B: -+ case RF_PATH_D: -+ PHY_SetBBReg(Adapter, pPhyReg->rfintfs, bRFSI_RFENV<<16, u4RegValue); -+ break; -+ } -+ -+ if (rtStatus != _SUCCESS) { -+ /* RT_TRACE(COMP_FPGA, DBG_LOUD, ("phy_RF6052_Config_ParaFile():Radio[%d] Fail!!", eRFPath)); */ -+ goto phy_RF6052_Config_ParaFile_Fail; -+ } -+ -+ } -+ -+ /* 3 ----------------------------------------------------------------- */ -+ /* 3 Configuration of Tx Power Tracking */ -+ /* 3 ----------------------------------------------------------------- */ -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithTxPwrTrackParaFile(Adapter, pszTxPwrTrackFile) == _FAIL) -+#endif -+ { -+ ODM_ConfigRFWithTxPwrTrackHeaderFile(&pHalData->odmpriv); -+ } -+ -+ /* RT_TRACE(COMP_INIT, DBG_LOUD, ("<---phy_RF6052_Config_ParaFile()\n")); */ -+ return rtStatus; -+ -+phy_RF6052_Config_ParaFile_Fail: -+ return rtStatus; -+} -+ -+ -+int PHY_RF6052_Config8723B(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ int rtStatus = _SUCCESS; -+ -+ /* */ -+ /* Initialize general global value */ -+ /* */ -+ /* TODO: Extend RF_PATH_C and RF_PATH_D in the future */ -+ if (pHalData->rf_type == RF_1T1R) -+ pHalData->NumTotalRFPath = 1; -+ else -+ pHalData->NumTotalRFPath = 2; -+ -+ /* */ -+ /* Config BB and RF */ -+ /* */ -+ rtStatus = phy_RF6052_Config_ParaFile(Adapter); -+ return rtStatus; -+ -+} -+ -+/* End of HalRf6052.c */ -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723b_rxdesc.c linux/3rdparty/rtl8723bs/hal/rtl8723b_rxdesc.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723b_rxdesc.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723b_rxdesc.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,86 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTL8723B_REDESC_C_ -+ -+#include -+ -+static void process_rssi(struct adapter *padapter, union recv_frame *prframe) -+{ -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ struct signal_stat *signal_stat = &padapter->recvpriv.signal_strength_data; -+ -+ /* DBG_8192C("process_rssi => pattrib->rssil(%d) signal_strength(%d)\n ", pattrib->RecvSignalPower, pattrib->signal_strength); */ -+ /* if (pRfd->Status.bPacketToSelf || pRfd->Status.bPacketBeacon) */ -+ { -+ if (signal_stat->update_req) { -+ signal_stat->total_num = 0; -+ signal_stat->total_val = 0; -+ signal_stat->update_req = 0; -+ } -+ -+ signal_stat->total_num++; -+ signal_stat->total_val += pattrib->phy_info.SignalStrength; -+ signal_stat->avg_val = signal_stat->total_val / signal_stat->total_num; -+ } -+ -+} /* Process_UI_RSSI_8192C */ -+ -+static void process_link_qual(struct adapter *padapter, union recv_frame *prframe) -+{ -+ struct rx_pkt_attrib *pattrib; -+ struct signal_stat *signal_stat; -+ -+ if (prframe == NULL || padapter == NULL) -+ return; -+ -+ pattrib = &prframe->u.hdr.attrib; -+ signal_stat = &padapter->recvpriv.signal_qual_data; -+ -+ /* DBG_8192C("process_link_qual => pattrib->signal_qual(%d)\n ", pattrib->signal_qual); */ -+ -+ if (signal_stat->update_req) { -+ signal_stat->total_num = 0; -+ signal_stat->total_val = 0; -+ signal_stat->update_req = 0; -+ } -+ -+ signal_stat->total_num++; -+ signal_stat->total_val += pattrib->phy_info.SignalQuality; -+ signal_stat->avg_val = signal_stat->total_val / signal_stat->total_num; -+} /* Process_UiLinkQuality8192S */ -+ -+ -+void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe) -+{ -+ union recv_frame *precvframe = (union recv_frame *)prframe; -+ /* */ -+ /* Check RSSI */ -+ /* */ -+ process_rssi(padapter, precvframe); -+ /* */ -+ /* Check PWDB. */ -+ /* */ -+ /* process_PWDB(padapter, precvframe); */ -+ -+ /* UpdateRxSignalStatistics8192C(Adapter, pRfd); */ -+ /* */ -+ /* Check EVM */ -+ /* */ -+ process_link_qual(padapter, precvframe); -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ rtw_store_phy_info(padapter, prframe); -+ #endif -+ -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723bs_recv.c linux/3rdparty/rtl8723bs/hal/rtl8723bs_recv.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723bs_recv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723bs_recv.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,490 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTL8723BS_RECV_C_ -+ -+#include -+#include -+#include -+ -+ -+static s32 initrecvbuf(struct recv_buf *precvbuf, struct adapter *padapter) -+{ -+ INIT_LIST_HEAD(&precvbuf->list); -+ spin_lock_init(&precvbuf->recvbuf_lock); -+ -+ precvbuf->adapter = padapter; -+ -+ return _SUCCESS; -+} -+ -+static void update_recvframe_attrib( -+ struct adapter *padapter, union recv_frame *precvframe, struct recv_stat *prxstat -+) -+{ -+ struct rx_pkt_attrib *pattrib; -+ struct recv_stat report; -+ PRXREPORT prxreport = (PRXREPORT)&report; -+ -+ report.rxdw0 = prxstat->rxdw0; -+ report.rxdw1 = prxstat->rxdw1; -+ report.rxdw2 = prxstat->rxdw2; -+ report.rxdw3 = prxstat->rxdw3; -+ report.rxdw4 = prxstat->rxdw4; -+ report.rxdw5 = prxstat->rxdw5; -+ -+ pattrib = &precvframe->u.hdr.attrib; -+ memset(pattrib, 0, sizeof(struct rx_pkt_attrib)); -+ -+ /* update rx report to recv_frame attribute */ -+ pattrib->pkt_rpt_type = prxreport->c2h_ind?C2H_PACKET:NORMAL_RX; -+/* DBG_871X("%s: pkt_rpt_type =%d\n", __func__, pattrib->pkt_rpt_type); */ -+ -+ if (pattrib->pkt_rpt_type == NORMAL_RX) { -+ /* Normal rx packet */ -+ /* update rx report to recv_frame attribute */ -+ pattrib->pkt_len = (u16)prxreport->pktlen; -+ pattrib->drvinfo_sz = (u8)(prxreport->drvinfosize << 3); -+ pattrib->physt = (u8)prxreport->physt; -+ -+ pattrib->crc_err = (u8)prxreport->crc32; -+ pattrib->icv_err = (u8)prxreport->icverr; -+ -+ pattrib->bdecrypted = (u8)(prxreport->swdec ? 0 : 1); -+ pattrib->encrypt = (u8)prxreport->security; -+ -+ pattrib->qos = (u8)prxreport->qos; -+ pattrib->priority = (u8)prxreport->tid; -+ -+ pattrib->amsdu = (u8)prxreport->amsdu; -+ -+ pattrib->seq_num = (u16)prxreport->seq; -+ pattrib->frag_num = (u8)prxreport->frag; -+ pattrib->mfrag = (u8)prxreport->mf; -+ pattrib->mdata = (u8)prxreport->md; -+ -+ pattrib->data_rate = (u8)prxreport->rx_rate; -+ } else -+ pattrib->pkt_len = (u16)prxreport->pktlen; -+} -+ -+/* -+ * Notice: -+ *Before calling this function, -+ *precvframe->u.hdr.rx_data should be ready! -+ */ -+static void update_recvframe_phyinfo( -+ union recv_frame *precvframe, struct phy_stat *pphy_status -+) -+{ -+ struct adapter *padapter = precvframe->u.hdr.adapter; -+ struct rx_pkt_attrib *pattrib = &precvframe->u.hdr.attrib; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PODM_PHY_INFO_T pPHYInfo = (PODM_PHY_INFO_T)(&pattrib->phy_info); -+ -+ u8 *wlanhdr; -+ ODM_PACKET_INFO_T pkt_info; -+ u8 *sa = NULL; -+ /* _irqL irqL; */ -+ struct sta_priv *pstapriv; -+ struct sta_info *psta; -+ -+ pkt_info.bPacketMatchBSSID = false; -+ pkt_info.bPacketToSelf = false; -+ pkt_info.bPacketBeacon = false; -+ -+ -+ wlanhdr = get_recvframe_data(precvframe); -+ -+ pkt_info.bPacketMatchBSSID = ((!IsFrameTypeCtrl(wlanhdr)) && -+ !pattrib->icv_err && !pattrib->crc_err && -+ !memcmp(get_hdr_bssid(wlanhdr), get_bssid(&padapter->mlmepriv), ETH_ALEN)); -+ -+ pkt_info.bPacketToSelf = pkt_info.bPacketMatchBSSID && (!memcmp(get_ra(wlanhdr), myid(&padapter->eeprompriv), ETH_ALEN)); -+ -+ pkt_info.bPacketBeacon = pkt_info.bPacketMatchBSSID && (GetFrameSubType(wlanhdr) == WIFI_BEACON); -+ -+ sa = get_ta(wlanhdr); -+ -+ pkt_info.StationID = 0xFF; -+ -+ pstapriv = &padapter->stapriv; -+ psta = rtw_get_stainfo(pstapriv, sa); -+ if (psta) { -+ pkt_info.StationID = psta->mac_id; -+ /* DBG_8192C("%s ==> StationID(%d)\n", __func__, pkt_info.StationID); */ -+ } -+ pkt_info.DataRate = pattrib->data_rate; -+ -+ /* rtl8723b_query_rx_phy_status(precvframe, pphy_status); */ -+ /* spin_lock_bh(&pHalData->odm_stainfo_lock); */ -+ ODM_PhyStatusQuery(&pHalData->odmpriv, pPHYInfo, (u8 *)pphy_status, &(pkt_info)); -+ if (psta) -+ psta->rssi = pattrib->phy_info.RecvSignalPower; -+ /* spin_unlock_bh(&pHalData->odm_stainfo_lock); */ -+ precvframe->u.hdr.psta = NULL; -+ if ( -+ pkt_info.bPacketMatchBSSID && -+ (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) -+ ) { -+ if (psta) { -+ precvframe->u.hdr.psta = psta; -+ rtl8723b_process_phy_info(padapter, precvframe); -+ } -+ } else if (pkt_info.bPacketToSelf || pkt_info.bPacketBeacon) { -+ if (check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE) == true) -+ if (psta) -+ precvframe->u.hdr.psta = psta; -+ rtl8723b_process_phy_info(padapter, precvframe); -+ } -+} -+ -+static void rtl8723bs_c2h_packet_handler(struct adapter *padapter, u8 *pbuf, u16 length) -+{ -+ u8 *tmpBuf = NULL; -+ u8 res = false; -+ -+ if (length == 0) -+ return; -+ -+ /* DBG_871X("+%s() length =%d\n", __func__, length); */ -+ -+ tmpBuf = rtw_zmalloc(length); -+ if (tmpBuf == NULL) -+ return; -+ -+ memcpy(tmpBuf, pbuf, length); -+ -+ res = rtw_c2h_packet_wk_cmd(padapter, tmpBuf, length); -+ -+ if (res == false) -+ kfree(tmpBuf); -+ -+ /* DBG_871X("-%s res(%d)\n", __func__, res); */ -+ -+ return; -+} -+ -+static void rtl8723bs_recv_tasklet(void *priv) -+{ -+ struct adapter *padapter; -+ struct hal_com_data *pHalData; -+ struct recv_priv *precvpriv; -+ struct recv_buf *precvbuf; -+ union recv_frame *precvframe; -+ struct rx_pkt_attrib *pattrib; -+ u8 *ptr; -+ u32 pkt_offset, skb_len, alloc_sz; -+ _pkt *pkt_copy = NULL; -+ u8 shift_sz = 0, rx_report_sz = 0; -+ -+ -+ padapter = (struct adapter *)priv; -+ pHalData = GET_HAL_DATA(padapter); -+ precvpriv = &padapter->recvpriv; -+ -+ do { -+ precvbuf = rtw_dequeue_recvbuf(&precvpriv->recv_buf_pending_queue); -+ if (NULL == precvbuf) -+ break; -+ -+ ptr = precvbuf->pdata; -+ -+ while (ptr < precvbuf->ptail) { -+ precvframe = rtw_alloc_recvframe(&precvpriv->free_recv_queue); -+ if (precvframe == NULL) { -+ DBG_8192C("%s: no enough recv frame!\n", __func__); -+ rtw_enqueue_recvbuf_to_head(precvbuf, &precvpriv->recv_buf_pending_queue); -+ -+ /* The case of can't allocte recvframe should be temporary, */ -+ /* schedule again and hope recvframe is available next time. */ -+ tasklet_schedule(&precvpriv->recv_tasklet); -+ return; -+ } -+ -+ /* rx desc parsing */ -+ update_recvframe_attrib(padapter, precvframe, (struct recv_stat *)ptr); -+ -+ pattrib = &precvframe->u.hdr.attrib; -+ -+ /* fix Hardware RX data error, drop whole recv_buffer */ -+ if ((!(pHalData->ReceiveConfig & RCR_ACRC32)) && pattrib->crc_err) { -+ DBG_8192C("%s()-%d: RX Warning! rx CRC ERROR !!\n", __func__, __LINE__); -+ rtw_free_recvframe(precvframe, &precvpriv->free_recv_queue); -+ break; -+ } -+ -+ rx_report_sz = RXDESC_SIZE + pattrib->drvinfo_sz; -+ pkt_offset = rx_report_sz + pattrib->shift_sz + pattrib->pkt_len; -+ -+ if ((ptr + pkt_offset) > precvbuf->ptail) { -+ DBG_8192C("%s()-%d: : next pkt len(%p,%d) exceed ptail(%p)!\n", __func__, __LINE__, ptr, pkt_offset, precvbuf->ptail); -+ rtw_free_recvframe(precvframe, &precvpriv->free_recv_queue); -+ break; -+ } -+ -+ if ((pattrib->crc_err) || (pattrib->icv_err)) { -+ { -+ DBG_8192C("%s: crc_err =%d icv_err =%d, skip!\n", __func__, pattrib->crc_err, pattrib->icv_err); -+ } -+ rtw_free_recvframe(precvframe, &precvpriv->free_recv_queue); -+ } else { -+ /* Modified by Albert 20101213 */ -+ /* For 8 bytes IP header alignment. */ -+ if (pattrib->qos) /* Qos data, wireless lan header length is 26 */ -+ shift_sz = 6; -+ else -+ shift_sz = 0; -+ -+ skb_len = pattrib->pkt_len; -+ -+ /* for first fragment packet, driver need allocate 1536+drvinfo_sz+RXDESC_SIZE to defrag packet. */ -+ /* modify alloc_sz for recvive crc error packet by thomas 2011-06-02 */ -+ if ((pattrib->mfrag == 1) && (pattrib->frag_num == 0)) { -+ if (skb_len <= 1650) -+ alloc_sz = 1664; -+ else -+ alloc_sz = skb_len + 14; -+ } else { -+ alloc_sz = skb_len; -+ /* 6 is for IP header 8 bytes alignment in QoS packet case. */ -+ /* 8 is for skb->data 4 bytes alignment. */ -+ alloc_sz += 14; -+ } -+ -+ pkt_copy = rtw_skb_alloc(alloc_sz); -+ -+ if (pkt_copy) { -+ pkt_copy->dev = padapter->pnetdev; -+ precvframe->u.hdr.pkt = pkt_copy; -+ skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7));/* force pkt_copy->data at 8-byte alignment address */ -+ skb_reserve(pkt_copy, shift_sz);/* force ip_hdr at 8-byte alignment address according to shift_sz. */ -+ memcpy(pkt_copy->data, (ptr + rx_report_sz + pattrib->shift_sz), skb_len); -+ precvframe->u.hdr.rx_head = pkt_copy->head; -+ precvframe->u.hdr.rx_data = precvframe->u.hdr.rx_tail = pkt_copy->data; -+ precvframe->u.hdr.rx_end = skb_end_pointer(pkt_copy); -+ } else { -+ if ((pattrib->mfrag == 1) && (pattrib->frag_num == 0)) { -+ DBG_8192C("%s: alloc_skb fail, drop frag frame\n", __func__); -+ rtw_free_recvframe(precvframe, &precvpriv->free_recv_queue); -+ break; -+ } -+ -+ precvframe->u.hdr.pkt = rtw_skb_clone(precvbuf->pskb); -+ if (precvframe->u.hdr.pkt) { -+ _pkt *pkt_clone = precvframe->u.hdr.pkt; -+ -+ pkt_clone->data = ptr + rx_report_sz + pattrib->shift_sz; -+ skb_reset_tail_pointer(pkt_clone); -+ precvframe->u.hdr.rx_head = precvframe->u.hdr.rx_data = precvframe->u.hdr.rx_tail -+ = pkt_clone->data; -+ precvframe->u.hdr.rx_end = pkt_clone->data + skb_len; -+ } else { -+ DBG_8192C("%s: rtw_skb_clone fail\n", __func__); -+ rtw_free_recvframe(precvframe, &precvpriv->free_recv_queue); -+ break; -+ } -+ } -+ -+ recvframe_put(precvframe, skb_len); -+ /* recvframe_pull(precvframe, drvinfo_sz + RXDESC_SIZE); */ -+ -+ if (pHalData->ReceiveConfig & RCR_APPFCS) -+ recvframe_pull_tail(precvframe, IEEE80211_FCS_LEN); -+ -+ /* move to drv info position */ -+ ptr += RXDESC_SIZE; -+ -+ /* update drv info */ -+ if (pHalData->ReceiveConfig & RCR_APP_BA_SSN) { -+ /* rtl8723s_update_bassn(padapter, pdrvinfo); */ -+ ptr += 4; -+ } -+ -+ if (pattrib->pkt_rpt_type == NORMAL_RX) { /* Normal rx packet */ -+ if (pattrib->physt) -+ update_recvframe_phyinfo(precvframe, (struct phy_stat *)ptr); -+ -+ if (rtw_recv_entry(precvframe) != _SUCCESS) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_dump_, ("%s: rtw_recv_entry(precvframe) != _SUCCESS\n", __func__)); -+ } -+ } else if (pattrib->pkt_rpt_type == C2H_PACKET) { -+ C2H_EVT_HDR C2hEvent; -+ -+ u16 len_c2h = pattrib->pkt_len; -+ u8 *pbuf_c2h = precvframe->u.hdr.rx_data; -+ u8 *pdata_c2h; -+ -+ C2hEvent.CmdID = pbuf_c2h[0]; -+ C2hEvent.CmdSeq = pbuf_c2h[1]; -+ C2hEvent.CmdLen = (len_c2h-2); -+ pdata_c2h = pbuf_c2h+2; -+ -+ if (C2hEvent.CmdID == C2H_CCX_TX_RPT) -+ CCX_FwC2HTxRpt_8723b(padapter, pdata_c2h, C2hEvent.CmdLen); -+ else -+ rtl8723bs_c2h_packet_handler(padapter, precvframe->u.hdr.rx_data, pattrib->pkt_len); -+ -+ rtw_free_recvframe(precvframe, &precvpriv->free_recv_queue); -+ -+ } -+ } -+ -+ pkt_offset = _RND8(pkt_offset); -+ precvbuf->pdata += pkt_offset; -+ ptr = precvbuf->pdata; -+ precvframe = NULL; -+ pkt_copy = NULL; -+ } -+ -+ rtw_enqueue_recvbuf(precvbuf, &precvpriv->free_recv_buf_queue); -+ } while (1); -+ -+} -+ -+/* -+ * Initialize recv private variable for hardware dependent -+ * 1. recv buf -+ * 2. recv tasklet -+ * -+ */ -+s32 rtl8723bs_init_recv_priv(struct adapter *padapter) -+{ -+ s32 res; -+ u32 i, n; -+ struct recv_priv *precvpriv; -+ struct recv_buf *precvbuf; -+ -+ -+ res = _SUCCESS; -+ precvpriv = &padapter->recvpriv; -+ -+ /* 3 1. init recv buffer */ -+ _rtw_init_queue(&precvpriv->free_recv_buf_queue); -+ _rtw_init_queue(&precvpriv->recv_buf_pending_queue); -+ -+ n = NR_RECVBUFF * sizeof(struct recv_buf) + 4; -+ precvpriv->pallocated_recv_buf = rtw_zmalloc(n); -+ if (precvpriv->pallocated_recv_buf == NULL) { -+ res = _FAIL; -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("alloc recv_buf fail!\n")); -+ goto exit; -+ } -+ -+ precvpriv->precv_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_recv_buf), 4); -+ -+ /* init each recv buffer */ -+ precvbuf = (struct recv_buf *)precvpriv->precv_buf; -+ for (i = 0; i < NR_RECVBUFF; i++) { -+ res = initrecvbuf(precvbuf, padapter); -+ if (res == _FAIL) -+ break; -+ -+ if (precvbuf->pskb == NULL) { -+ SIZE_PTR tmpaddr = 0; -+ SIZE_PTR alignment = 0; -+ -+ precvbuf->pskb = rtw_skb_alloc(MAX_RECVBUF_SZ + RECVBUFF_ALIGN_SZ); -+ -+ if (precvbuf->pskb) { -+ precvbuf->pskb->dev = padapter->pnetdev; -+ -+ tmpaddr = (SIZE_PTR)precvbuf->pskb->data; -+ alignment = tmpaddr & (RECVBUFF_ALIGN_SZ-1); -+ skb_reserve(precvbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); -+ } -+ -+ if (precvbuf->pskb == NULL) { -+ DBG_871X("%s: alloc_skb fail!\n", __func__); -+ } -+ } -+ -+ list_add_tail(&precvbuf->list, &precvpriv->free_recv_buf_queue.queue); -+ -+ precvbuf++; -+ } -+ precvpriv->free_recv_buf_queue_cnt = i; -+ -+ if (res == _FAIL) -+ goto initbuferror; -+ -+ /* 3 2. init tasklet */ -+ tasklet_init( -+ &precvpriv->recv_tasklet, -+ (void(*)(unsigned long))rtl8723bs_recv_tasklet, -+ (unsigned long)padapter -+ ); -+ -+ goto exit; -+ -+initbuferror: -+ precvbuf = (struct recv_buf *)precvpriv->precv_buf; -+ if (precvbuf) { -+ n = precvpriv->free_recv_buf_queue_cnt; -+ precvpriv->free_recv_buf_queue_cnt = 0; -+ for (i = 0; i < n ; i++) { -+ list_del_init(&precvbuf->list); -+ rtw_os_recvbuf_resource_free(padapter, precvbuf); -+ precvbuf++; -+ } -+ precvpriv->precv_buf = NULL; -+ } -+ -+ if (precvpriv->pallocated_recv_buf) { -+ n = NR_RECVBUFF * sizeof(struct recv_buf) + 4; -+ kfree(precvpriv->pallocated_recv_buf); -+ precvpriv->pallocated_recv_buf = NULL; -+ } -+ -+exit: -+ return res; -+} -+ -+/* -+ * Free recv private variable of hardware dependent -+ * 1. recv buf -+ * 2. recv tasklet -+ * -+ */ -+void rtl8723bs_free_recv_priv(struct adapter *padapter) -+{ -+ u32 i, n; -+ struct recv_priv *precvpriv; -+ struct recv_buf *precvbuf; -+ -+ -+ precvpriv = &padapter->recvpriv; -+ -+ /* 3 1. kill tasklet */ -+ tasklet_kill(&precvpriv->recv_tasklet); -+ -+ /* 3 2. free all recv buffers */ -+ precvbuf = (struct recv_buf *)precvpriv->precv_buf; -+ if (precvbuf) { -+ n = NR_RECVBUFF; -+ precvpriv->free_recv_buf_queue_cnt = 0; -+ for (i = 0; i < n ; i++) { -+ list_del_init(&precvbuf->list); -+ rtw_os_recvbuf_resource_free(padapter, precvbuf); -+ precvbuf++; -+ } -+ precvpriv->precv_buf = NULL; -+ } -+ -+ if (precvpriv->pallocated_recv_buf) { -+ n = NR_RECVBUFF * sizeof(struct recv_buf) + 4; -+ kfree(precvpriv->pallocated_recv_buf); -+ precvpriv->pallocated_recv_buf = NULL; -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/rtl8723bs_xmit.c linux/3rdparty/rtl8723bs/hal/rtl8723bs_xmit.c ---- linux.old/3rdparty/rtl8723bs/hal/rtl8723bs_xmit.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/rtl8723bs_xmit.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,686 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RTL8723BS_XMIT_C_ -+ -+#include -+#include -+#include -+ -+static u8 rtw_sdio_wait_enough_TxOQT_space(struct adapter *padapter, u8 agg_num) -+{ -+ u32 n = 0; -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ while (pHalData->SdioTxOQTFreeSpace < agg_num) -+ { -+ if ( -+ (padapter->bSurpriseRemoved == true) || -+ (padapter->bDriverStopped == true) -+ ) { -+ DBG_871X("%s: bSurpriseRemoved or bDriverStopped (wait TxOQT)\n", __func__); -+ return false; -+ } -+ -+ HalQueryTxOQTBufferStatus8723BSdio(padapter); -+ -+ if ((++n % 60) == 0) { -+ if ((n % 300) == 0) { -+ DBG_871X("%s(%d): QOT free space(%d), agg_num: %d\n", -+ __func__, n, pHalData->SdioTxOQTFreeSpace, agg_num); -+ } -+ msleep(1); -+ /* yield(); */ -+ } -+ } -+ -+ pHalData->SdioTxOQTFreeSpace -= agg_num; -+ -+ /* if (n > 1) */ -+ /* ++priv->pshare->nr_out_of_txoqt_space; */ -+ -+ return true; -+} -+ -+static s32 rtl8723_dequeue_writeport(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct xmit_buf *pxmitbuf; -+ struct adapter * pri_padapter = padapter; -+ s32 ret = 0; -+ u8 PageIdx = 0; -+ u32 deviceId; -+ u8 bUpdatePageNum = false; -+ -+ ret = ret || check_fwstate(pmlmepriv, _FW_UNDER_SURVEY); -+ -+ if (true == ret) -+ pxmitbuf = dequeue_pending_xmitbuf_under_survey(pxmitpriv); -+ else -+ pxmitbuf = dequeue_pending_xmitbuf(pxmitpriv); -+ -+ if (pxmitbuf == NULL) -+ return true; -+ -+ deviceId = ffaddr2deviceId(pdvobjpriv, pxmitbuf->ff_hwaddr); -+ -+ /* translate fifo addr to queue index */ -+ switch (deviceId) { -+ case WLAN_TX_HIQ_DEVICE_ID: -+ PageIdx = HI_QUEUE_IDX; -+ break; -+ -+ case WLAN_TX_MIQ_DEVICE_ID: -+ PageIdx = MID_QUEUE_IDX; -+ break; -+ -+ case WLAN_TX_LOQ_DEVICE_ID: -+ PageIdx = LOW_QUEUE_IDX; -+ break; -+ } -+ -+query_free_page: -+ /* check if hardware tx fifo page is enough */ -+ if (false == rtw_hal_sdio_query_tx_freepage(pri_padapter, PageIdx, pxmitbuf->pg_num)) { -+ if (!bUpdatePageNum) { -+ /* Total number of page is NOT available, so update current FIFO status */ -+ HalQueryTxBufferStatus8723BSdio(padapter); -+ bUpdatePageNum = true; -+ goto query_free_page; -+ } else { -+ bUpdatePageNum = false; -+ enqueue_pending_xmitbuf_to_head(pxmitpriv, pxmitbuf); -+ return true; -+ } -+ } -+ -+ if ( -+ (padapter->bSurpriseRemoved == true) || -+ (padapter->bDriverStopped == true) -+ ) { -+ RT_TRACE( -+ _module_hal_xmit_c_, -+ _drv_notice_, -+ ("%s: bSurpriseRemoved(wirte port)\n", __func__) -+ ); -+ goto free_xmitbuf; -+ } -+ -+ if (rtw_sdio_wait_enough_TxOQT_space(padapter, pxmitbuf->agg_num) == false) -+ goto free_xmitbuf; -+ -+ traffic_check_for_leave_lps(padapter, true, pxmitbuf->agg_num); -+ -+ rtw_write_port(padapter, deviceId, pxmitbuf->len, (u8 *)pxmitbuf); -+ -+ rtw_hal_sdio_update_tx_freepage(pri_padapter, PageIdx, pxmitbuf->pg_num); -+ -+free_xmitbuf: -+ /* rtw_free_xmitframe(pxmitpriv, pframe); */ -+ /* pxmitbuf->priv_data = NULL; */ -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ -+#ifdef CONFIG_SDIO_TX_TASKLET -+ tasklet_hi_schedule(&pxmitpriv->xmit_tasklet); -+#endif -+ -+ return _FAIL; -+} -+ -+/* -+ * Description -+ *Transmit xmitbuf to hardware tx fifo -+ * -+ * Return -+ *_SUCCESS ok -+ *_FAIL something error -+ */ -+s32 rtl8723bs_xmit_buf_handler(struct adapter *padapter) -+{ -+ struct xmit_priv *pxmitpriv; -+ u8 queue_empty, queue_pending; -+ s32 ret; -+ -+ -+ pxmitpriv = &padapter->xmitpriv; -+ -+ if (down_interruptible(&pxmitpriv->xmit_sema)) { -+ DBG_871X_LEVEL(_drv_emerg_, "%s: down SdioXmitBufSema fail!\n", __func__); -+ return _FAIL; -+ } -+ -+ ret = (padapter->bDriverStopped == true) || (padapter->bSurpriseRemoved == true); -+ if (ret) { -+ RT_TRACE( -+ _module_hal_xmit_c_, -+ _drv_err_, -+ ( -+ "%s: bDriverStopped(%d) bSurpriseRemoved(%d)!\n", -+ __func__, -+ padapter->bDriverStopped, -+ padapter->bSurpriseRemoved -+ ) -+ ); -+ return _FAIL; -+ } -+ -+ queue_pending = check_pending_xmitbuf(pxmitpriv); -+ -+ if (queue_pending == false) -+ return _SUCCESS; -+ -+ ret = rtw_register_tx_alive(padapter); -+ if (ret != _SUCCESS) { -+ return _SUCCESS; -+ } -+ -+ do { -+ queue_empty = rtl8723_dequeue_writeport(padapter); -+/* dump secondary adapter xmitbuf */ -+ } while (!queue_empty); -+ -+ rtw_unregister_tx_alive(padapter); -+ -+ return _SUCCESS; -+} -+ -+/* -+ * Description: -+ *Aggregation packets and send to hardware -+ * -+ * Return: -+ *0 Success -+ *-1 Hardware resource(TX FIFO) not ready -+ *-2 Software resource(xmitbuf) not ready -+ */ -+static s32 xmit_xmitframes(struct adapter *padapter, struct xmit_priv *pxmitpriv) -+{ -+ s32 err, ret; -+ u32 k = 0; -+ struct hw_xmit *hwxmits, *phwxmit; -+ u8 no_res, idx, hwentry; -+ struct tx_servq *ptxservq; -+ struct list_head *sta_plist, *sta_phead, *frame_plist, *frame_phead; -+ struct xmit_frame *pxmitframe; -+ struct __queue *pframe_queue; -+ struct xmit_buf *pxmitbuf; -+ u32 txlen, max_xmit_len; -+ u8 txdesc_size = TXDESC_SIZE; -+ int inx[4]; -+ -+ err = 0; -+ no_res = false; -+ hwxmits = pxmitpriv->hwxmits; -+ hwentry = pxmitpriv->hwxmit_entry; -+ ptxservq = NULL; -+ pxmitframe = NULL; -+ pframe_queue = NULL; -+ pxmitbuf = NULL; -+ -+ if (padapter->registrypriv.wifi_spec == 1) { -+ for (idx = 0; idx<4; idx++) -+ inx[idx] = pxmitpriv->wmm_para_seq[idx]; -+ } else { -+ inx[0] = 0; -+ inx[1] = 1; -+ inx[2] = 2; -+ inx[3] = 3; -+ } -+ -+ /* 0(VO), 1(VI), 2(BE), 3(BK) */ -+ for (idx = 0; idx < hwentry; idx++) { -+ phwxmit = hwxmits + inx[idx]; -+ -+ if ( -+ (check_pending_xmitbuf(pxmitpriv) == true) && -+ (padapter->mlmepriv.LinkDetectInfo.bHigherBusyTxTraffic == true) -+ ) { -+ if ((phwxmit->accnt > 0) && (phwxmit->accnt < 5)) { -+ err = -2; -+ break; -+ } -+ } -+ -+ max_xmit_len = rtw_hal_get_sdio_tx_max_length(padapter, inx[idx]); -+ -+ spin_lock_bh(&pxmitpriv->lock); -+ -+ sta_phead = get_list_head(phwxmit->sta_queue); -+ sta_plist = get_next(sta_phead); -+ /* because stop_sta_xmit may delete sta_plist at any time */ -+ /* so we should add lock here, or while loop can not exit */ -+ while (sta_phead != sta_plist) { -+ ptxservq = LIST_CONTAINOR(sta_plist, struct tx_servq, tx_pending); -+ sta_plist = get_next(sta_plist); -+ -+#ifdef DBG_XMIT_BUF -+ DBG_871X( -+ "%s idx:%d hwxmit_pkt_num:%d ptxservq_pkt_num:%d\n", -+ __func__, -+ idx, -+ phwxmit->accnt, -+ ptxservq->qcnt -+ ); -+ DBG_871X( -+ "%s free_xmit_extbuf_cnt =%d free_xmitbuf_cnt =%d free_xmitframe_cnt =%d\n", -+ __func__, -+ pxmitpriv->free_xmit_extbuf_cnt, -+ pxmitpriv->free_xmitbuf_cnt, -+ pxmitpriv->free_xmitframe_cnt -+ ); -+#endif -+ pframe_queue = &ptxservq->sta_pending; -+ -+ frame_phead = get_list_head(pframe_queue); -+ -+ while (list_empty(frame_phead) == false) { -+ frame_plist = get_next(frame_phead); -+ pxmitframe = LIST_CONTAINOR(frame_plist, struct xmit_frame, list); -+ -+ /* check xmit_buf size enough or not */ -+ txlen = txdesc_size + rtw_wlan_pkt_size(pxmitframe); -+ if ( -+ (NULL == pxmitbuf) || -+ ((_RND(pxmitbuf->len, 8) + txlen) > max_xmit_len) || -+ (k >= (rtw_hal_sdio_max_txoqt_free_space(padapter)-1)) -+ ) { -+ if (pxmitbuf) { -+ /* pxmitbuf->priv_data will be NULL, and will crash here */ -+ if (pxmitbuf->len > 0 && pxmitbuf->priv_data) { -+ struct xmit_frame *pframe; -+ pframe = (struct xmit_frame*)pxmitbuf->priv_data; -+ pframe->agg_num = k; -+ pxmitbuf->agg_num = k; -+ rtl8723b_update_txdesc(pframe, pframe->buf_addr); -+ rtw_free_xmitframe(pxmitpriv, pframe); -+ pxmitbuf->priv_data = NULL; -+ enqueue_pending_xmitbuf(pxmitpriv, pxmitbuf); -+ /* can not yield under lock */ -+ /* yield(); */ -+ } else -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ } -+ -+ pxmitbuf = rtw_alloc_xmitbuf(pxmitpriv); -+ if (pxmitbuf == NULL) { -+#ifdef DBG_XMIT_BUF -+ DBG_871X_LEVEL(_drv_err_, "%s: xmit_buf is not enough!\n", __func__); -+#endif -+ err = -2; -+ up(&(pxmitpriv->xmit_sema)); -+ break; -+ } -+ k = 0; -+ } -+ -+ /* ok to send, remove frame from queue */ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == true) { -+ if ( -+ (pxmitframe->attrib.psta->state & WIFI_SLEEP_STATE) && -+ (pxmitframe->attrib.triggered == 0) -+ ) { -+ DBG_871X( -+ "%s: one not triggered pkt in queue when this STA sleep," -+ " break and goto next sta\n", -+ __func__ -+ ); -+ break; -+ } -+ } -+ -+ list_del_init(&pxmitframe->list); -+ ptxservq->qcnt--; -+ phwxmit->accnt--; -+ -+ if (k == 0) { -+ pxmitbuf->ff_hwaddr = rtw_get_ff_hwaddr(pxmitframe); -+ pxmitbuf->priv_data = (u8 *)pxmitframe; -+ } -+ -+ /* coalesce the xmitframe to xmitbuf */ -+ pxmitframe->pxmitbuf = pxmitbuf; -+ pxmitframe->buf_addr = pxmitbuf->ptail; -+ -+ ret = rtw_xmitframe_coalesce(padapter, pxmitframe->pkt, pxmitframe); -+ if (ret == _FAIL) { -+ DBG_871X_LEVEL(_drv_err_, "%s: coalesce FAIL!", __func__); -+ /* Todo: error handler */ -+ } else { -+ k++; -+ if (k != 1) -+ rtl8723b_update_txdesc(pxmitframe, pxmitframe->buf_addr); -+ rtw_count_tx_stats(padapter, pxmitframe, pxmitframe->attrib.last_txcmdsz); -+ -+ txlen = txdesc_size + pxmitframe->attrib.last_txcmdsz; -+ pxmitframe->pg_num = (txlen + 127)/128; -+ pxmitbuf->pg_num += (txlen + 127)/128; -+ /* if (k != 1) */ -+ /* ((struct xmit_frame*)pxmitbuf->priv_data)->pg_num += pxmitframe->pg_num; */ -+ pxmitbuf->ptail += _RND(txlen, 8); /* round to 8 bytes alignment */ -+ pxmitbuf->len = _RND(pxmitbuf->len, 8) + txlen; -+ } -+ -+ if (k != 1) -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ pxmitframe = NULL; -+ } -+ -+ if (list_empty(&pframe_queue->queue)) -+ list_del_init(&ptxservq->tx_pending); -+ -+ if (err) -+ break; -+ } -+ spin_unlock_bh(&pxmitpriv->lock); -+ -+ /* dump xmit_buf to hw tx fifo */ -+ if (pxmitbuf) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_info_, ("pxmitbuf->len =%d enqueue\n", pxmitbuf->len)); -+ -+ if (pxmitbuf->len > 0) { -+ struct xmit_frame *pframe; -+ pframe = (struct xmit_frame*)pxmitbuf->priv_data; -+ pframe->agg_num = k; -+ pxmitbuf->agg_num = k; -+ rtl8723b_update_txdesc(pframe, pframe->buf_addr); -+ rtw_free_xmitframe(pxmitpriv, pframe); -+ pxmitbuf->priv_data = NULL; -+ enqueue_pending_xmitbuf(pxmitpriv, pxmitbuf); -+ yield(); -+ } -+ else -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ pxmitbuf = NULL; -+ } -+ -+ if (err) -+ break; -+ } -+ -+ return err; -+} -+ -+/* -+ * Description -+ *Transmit xmitframe from queue -+ * -+ * Return -+ *_SUCCESS ok -+ *_FAIL something error -+ */ -+static s32 rtl8723bs_xmit_handler(struct adapter *padapter) -+{ -+ struct xmit_priv *pxmitpriv; -+ s32 ret; -+ -+ -+ pxmitpriv = &padapter->xmitpriv; -+ -+ if (down_interruptible(&pxmitpriv->SdioXmitSema)) { -+ DBG_871X_LEVEL(_drv_emerg_, "%s: down sema fail!\n", __func__); -+ return _FAIL; -+ } -+ -+next: -+ if ( -+ (padapter->bDriverStopped == true) || -+ (padapter->bSurpriseRemoved == true) -+ ) { -+ RT_TRACE( -+ _module_hal_xmit_c_, -+ _drv_notice_, -+ ( -+ "%s: bDriverStopped(%d) bSurpriseRemoved(%d)\n", -+ __func__, -+ padapter->bDriverStopped, -+ padapter->bSurpriseRemoved -+ ) -+ ); -+ return _FAIL; -+ } -+ -+ spin_lock_bh(&pxmitpriv->lock); -+ ret = rtw_txframes_pending(padapter); -+ spin_unlock_bh(&pxmitpriv->lock); -+ if (ret == 0) { -+ return _SUCCESS; -+ } -+ -+ /* dequeue frame and write to hardware */ -+ -+ ret = xmit_xmitframes(padapter, pxmitpriv); -+ if (ret == -2) { -+ /* here sleep 1ms will cause big TP loss of TX */ -+ /* from 50+ to 40+ */ -+ if (padapter->registrypriv.wifi_spec) -+ msleep(1); -+ else -+ yield(); -+ goto next; -+ } -+ -+ spin_lock_bh(&pxmitpriv->lock); -+ ret = rtw_txframes_pending(padapter); -+ spin_unlock_bh(&pxmitpriv->lock); -+ if (ret == 1) { -+ goto next; -+ } -+ -+ return _SUCCESS; -+} -+ -+int rtl8723bs_xmit_thread(void *context) -+{ -+ s32 ret; -+ struct adapter *padapter; -+ struct xmit_priv *pxmitpriv; -+ u8 thread_name[20] = "RTWHALXT"; -+ -+ -+ ret = _SUCCESS; -+ padapter = (struct adapter *)context; -+ pxmitpriv = &padapter->xmitpriv; -+ -+ rtw_sprintf(thread_name, 20, "%s-"ADPT_FMT, thread_name, ADPT_ARG(padapter)); -+ thread_enter(thread_name); -+ -+ DBG_871X("start "FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ /* For now, no one would down sema to check thread is running, */ -+ /* so mark this temporary, Lucas@20130820 */ -+/* up(&pxmitpriv->SdioXmitTerminateSema); */ -+ -+ do { -+ ret = rtl8723bs_xmit_handler(padapter); -+ if (signal_pending(current)) { -+ flush_signals(current); -+ } -+ } while (_SUCCESS == ret); -+ -+ up(&pxmitpriv->SdioXmitTerminateSema); -+ -+ RT_TRACE(_module_hal_xmit_c_, _drv_notice_, ("-%s\n", __func__)); -+ -+ thread_exit(); -+} -+ -+s32 rtl8723bs_mgnt_xmit( -+ struct adapter *padapter, struct xmit_frame *pmgntframe -+) -+{ -+ s32 ret = _SUCCESS; -+ struct pkt_attrib *pattrib; -+ struct xmit_buf *pxmitbuf; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ u8 *pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ u8 txdesc_size = TXDESC_SIZE; -+ -+ RT_TRACE(_module_hal_xmit_c_, _drv_info_, ("+%s\n", __func__)); -+ -+ pattrib = &pmgntframe->attrib; -+ pxmitbuf = pmgntframe->pxmitbuf; -+ -+ rtl8723b_update_txdesc(pmgntframe, pmgntframe->buf_addr); -+ -+ pxmitbuf->len = txdesc_size + pattrib->last_txcmdsz; -+ pxmitbuf->pg_num = (pxmitbuf->len + 127)/128; /* 128 is tx page size */ -+ pxmitbuf->ptail = pmgntframe->buf_addr + pxmitbuf->len; -+ pxmitbuf->ff_hwaddr = rtw_get_ff_hwaddr(pmgntframe); -+ -+ rtw_count_tx_stats(padapter, pmgntframe, pattrib->last_txcmdsz); -+ -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ -+ pxmitbuf->priv_data = NULL; -+ -+ if (GetFrameSubType(pframe) == WIFI_BEACON) { /* dump beacon directly */ -+ ret = rtw_write_port(padapter, pdvobjpriv->Queue2Pipe[pxmitbuf->ff_hwaddr], pxmitbuf->len, (u8 *)pxmitbuf); -+ if (ret != _SUCCESS) -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_WRITE_PORT_ERR); -+ -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ } else -+ enqueue_pending_xmitbuf(pxmitpriv, pxmitbuf); -+ -+ return ret; -+} -+ -+/* -+ * Description: -+ *Handle xmitframe(packet) come from rtw_xmit() -+ * -+ * Return: -+ *true dump packet directly ok -+ *false enqueue, temporary can't transmit packets to hardware -+ */ -+s32 rtl8723bs_hal_xmit( -+ struct adapter *padapter, struct xmit_frame *pxmitframe -+) -+{ -+ struct xmit_priv *pxmitpriv; -+ s32 err; -+ -+ -+ pxmitframe->attrib.qsel = pxmitframe->attrib.priority; -+ pxmitpriv = &padapter->xmitpriv; -+ -+ if ( -+ (pxmitframe->frame_tag == DATA_FRAMETAG) && -+ (pxmitframe->attrib.ether_type != 0x0806) && -+ (pxmitframe->attrib.ether_type != 0x888e) && -+ (pxmitframe->attrib.dhcp_pkt != 1) -+ ) { -+ if (padapter->mlmepriv.LinkDetectInfo.bBusyTraffic == true) -+ rtw_issue_addbareq_cmd(padapter, pxmitframe); -+ } -+ -+ spin_lock_bh(&pxmitpriv->lock); -+ err = rtw_xmitframe_enqueue(padapter, pxmitframe); -+ spin_unlock_bh(&pxmitpriv->lock); -+ if (err != _SUCCESS) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_err_, ("rtl8723bs_hal_xmit: enqueue xmitframe fail\n")); -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ pxmitpriv->tx_drop++; -+ return true; -+ } -+ -+ up(&pxmitpriv->SdioXmitSema); -+ -+ return false; -+} -+ -+s32 rtl8723bs_hal_xmitframe_enqueue( -+ struct adapter *padapter, struct xmit_frame *pxmitframe -+) -+{ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ s32 err; -+ -+ if ((err = rtw_xmitframe_enqueue(padapter, pxmitframe)) != _SUCCESS) { -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ pxmitpriv->tx_drop++; -+ } else { -+#ifdef CONFIG_SDIO_TX_TASKLET -+ tasklet_hi_schedule(&pxmitpriv->xmit_tasklet); -+#else -+ up(&pxmitpriv->SdioXmitSema); -+#endif -+ } -+ -+ return err; -+ -+} -+ -+/* -+ * Return -+ *_SUCCESS start thread ok -+ *_FAIL start thread fail -+ * -+ */ -+s32 rtl8723bs_init_xmit_priv(struct adapter *padapter) -+{ -+ struct xmit_priv *xmitpriv = &padapter->xmitpriv; -+ struct hal_com_data *phal; -+ -+ -+ phal = GET_HAL_DATA(padapter); -+ -+ spin_lock_init(&phal->SdioTxFIFOFreePageLock); -+ sema_init(&xmitpriv->SdioXmitSema, 0); -+ sema_init(&xmitpriv->SdioXmitTerminateSema, 0); -+ -+ return _SUCCESS; -+} -+ -+void rtl8723bs_free_xmit_priv(struct adapter *padapter) -+{ -+ struct hal_com_data *phal; -+ struct xmit_priv *pxmitpriv; -+ struct xmit_buf *pxmitbuf; -+ struct __queue *pqueue; -+ struct list_head *plist, *phead; -+ struct list_head tmplist; -+ -+ -+ phal = GET_HAL_DATA(padapter); -+ pxmitpriv = &padapter->xmitpriv; -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ phead = get_list_head(pqueue); -+ INIT_LIST_HEAD(&tmplist); -+ -+ spin_lock_bh(&pqueue->lock); -+ if (!list_empty(&pqueue->queue)) { -+ /* Insert tmplist to end of queue, and delete phead */ -+ /* then tmplist become head of queue. */ -+ list_add_tail(&tmplist, phead); -+ list_del_init(phead); -+ } -+ spin_unlock_bh(&pqueue->lock); -+ -+ phead = &tmplist; -+ while (list_empty(phead) == false) { -+ plist = get_next(phead); -+ list_del_init(plist); -+ -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ rtw_free_xmitframe(pxmitpriv, (struct xmit_frame *)pxmitbuf->priv_data); -+ pxmitbuf->priv_data = NULL; -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ } -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/sdio_halinit.c linux/3rdparty/rtl8723bs/hal/sdio_halinit.c ---- linux.old/3rdparty/rtl8723bs/hal/sdio_halinit.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/sdio_halinit.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1928 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _SDIO_HALINIT_C_ -+ -+#include -+#include -+#include -+ -+#include "hal_com_h2c.h" -+/* -+ * Description: -+ *Call power on sequence to enable card -+ * -+ * Return: -+ *_SUCCESS enable success -+ *_FAIL enable fail -+ */ -+static u8 CardEnable(struct adapter *padapter) -+{ -+ u8 bMacPwrCtrlOn; -+ u8 ret = _FAIL; -+ -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if (bMacPwrCtrlOn == false) { -+ /* RSV_CTRL 0x1C[7:0] = 0x00 */ -+ /* unlock ISO/CLK/Power control register */ -+ rtw_write8(padapter, REG_RSV_CTRL, 0x0); -+ -+ ret = HalPwrSeqCmdParsing(padapter, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, rtl8723B_card_enable_flow); -+ if (ret == _SUCCESS) { -+ u8 bMacPwrCtrlOn = true; -+ rtw_hal_set_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ } -+ } else -+ ret = _SUCCESS; -+ -+ return ret; -+} -+ -+#ifdef CONFIG_GPIO_WAKEUP -+/* we set it high under init and fw will */ -+/* give us Low Pulse when host wake up */ -+void HostWakeUpGpioClear(struct adapter *Adapter) -+{ -+ u32 value32; -+ -+ value32 = rtw_read32(Adapter, REG_GPIO_PIN_CTRL_2); -+ -+ /* set GPIO 12 1 */ -+ value32 |= BIT(12);/* 4+8 */ -+ /* GPIO 12 out put */ -+ value32 |= BIT(20);/* 4+16 */ -+ -+ rtw_write32(Adapter, REG_GPIO_PIN_CTRL_2, value32); -+} /* HostWakeUpGpioClear */ -+ -+void HalSetOutPutGPIO(struct adapter *padapter, u8 index, u8 OutPutValue) -+{ -+ if (index <= 7) { -+ /* config GPIO mode */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 3, rtw_read8(padapter, REG_GPIO_PIN_CTRL + 3) & ~BIT(index)); -+ -+ /* config GPIO Sel */ -+ /* 0: input */ -+ /* 1: output */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 2, rtw_read8(padapter, REG_GPIO_PIN_CTRL + 2) | BIT(index)); -+ -+ /* set output value */ -+ if (OutPutValue) -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 1, rtw_read8(padapter, REG_GPIO_PIN_CTRL + 1) | BIT(index)); -+ else -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 1, rtw_read8(padapter, REG_GPIO_PIN_CTRL + 1) & ~BIT(index)); -+ } else { -+ /* 88C Series: */ -+ /* index: 11~8 transform to 3~0 */ -+ /* 8723 Series: */ -+ /* index: 12~8 transform to 4~0 */ -+ index -= 8; -+ -+ /* config GPIO mode */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 3, rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 3) & ~BIT(index)); -+ -+ /* config GPIO Sel */ -+ /* 0: input */ -+ /* 1: output */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 2, rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 2) | BIT(index)); -+ -+ /* set output value */ -+ if (OutPutValue) -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 1, rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 1) | BIT(index)); -+ else -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 1, rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 1) & ~BIT(index)); -+ } -+} -+#endif -+ -+static -+u8 _InitPowerOn_8723BS(struct adapter *padapter) -+{ -+ u8 value8; -+ u16 value16; -+ u32 value32; -+ u8 ret; -+/* u8 bMacPwrCtrlOn; */ -+ -+ -+ /* all of these MUST be configured before power on */ -+#ifdef CONFIG_EXT_CLK -+ /* Use external crystal(XTAL) */ -+ value8 = rtw_read8(padapter, REG_PAD_CTRL1_8723B+2); -+ value8 |= BIT(7); -+ rtw_write8(padapter, REG_PAD_CTRL1_8723B+2, value8); -+ -+ /* CLK_REQ High active or Low Active */ -+ /* Request GPIO polarity: */ -+ /* 0: low active */ -+ /* 1: high active */ -+ value8 = rtw_read8(padapter, REG_MULTI_FUNC_CTRL+1); -+ value8 |= BIT(5); -+ rtw_write8(padapter, REG_MULTI_FUNC_CTRL+1, value8); -+#endif /* CONFIG_EXT_CLK */ -+ -+ /* only cmd52 can be used before power on(card enable) */ -+ ret = CardEnable(padapter); -+ if (ret == false) { -+ RT_TRACE( -+ _module_hci_hal_init_c_, -+ _drv_emerg_, -+ ("%s: run power on flow fail\n", __func__) -+ ); -+ return _FAIL; -+ } -+ -+ /* Radio-Off Pin Trigger */ -+ value8 = rtw_read8(padapter, REG_GPIO_INTM+1); -+ value8 |= BIT(1); /* Enable falling edge triggering interrupt */ -+ rtw_write8(padapter, REG_GPIO_INTM+1, value8); -+ value8 = rtw_read8(padapter, REG_GPIO_IO_SEL_2+1); -+ value8 |= BIT(1); -+ rtw_write8(padapter, REG_GPIO_IO_SEL_2+1, value8); -+ -+ /* Enable power down and GPIO interrupt */ -+ value16 = rtw_read16(padapter, REG_APS_FSMCO); -+ value16 |= EnPDN; /* Enable HW power down and RF on */ -+ rtw_write16(padapter, REG_APS_FSMCO, value16); -+ -+ /* Enable CMD53 R/W Operation */ -+/* bMacPwrCtrlOn = true; */ -+/* rtw_hal_set_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); */ -+ -+ rtw_write8(padapter, REG_CR, 0x00); -+ /* Enable MAC DMA/WMAC/SCHEDULE/SEC block */ -+ value16 = rtw_read16(padapter, REG_CR); -+ value16 |= ( -+ HCI_TXDMA_EN | -+ HCI_RXDMA_EN | -+ TXDMA_EN | -+ RXDMA_EN | -+ PROTOCOL_EN | -+ SCHEDULE_EN | -+ ENSEC | -+ CALTMR_EN -+ ); -+ rtw_write16(padapter, REG_CR, value16); -+ -+ rtw_btcoex_PowerOnSetting(padapter); -+ -+ /* external switch to S1 */ -+ /* 0x38[11] = 0x1 */ -+ /* 0x4c[23] = 0x1 */ -+ /* 0x64[0] = 0 */ -+ value16 = rtw_read16(padapter, REG_PWR_DATA); -+ /* Switch the control of EESK, EECS to RFC for DPDT or Antenna switch */ -+ value16 |= BIT(11); /* BIT_EEPRPAD_RFE_CTRL_EN */ -+ rtw_write16(padapter, REG_PWR_DATA, value16); -+/* DBG_8192C("%s: REG_PWR_DATA(0x%x) = 0x%04X\n", __func__, REG_PWR_DATA, rtw_read16(padapter, REG_PWR_DATA)); */ -+ -+ value32 = rtw_read32(padapter, REG_LEDCFG0); -+ value32 |= BIT(23); /* DPDT_SEL_EN, 1 for SW control */ -+ rtw_write32(padapter, REG_LEDCFG0, value32); -+/* DBG_8192C("%s: REG_LEDCFG0(0x%x) = 0x%08X\n", __func__, REG_LEDCFG0, rtw_read32(padapter, REG_LEDCFG0)); */ -+ -+ value8 = rtw_read8(padapter, REG_PAD_CTRL1_8723B); -+ value8 &= ~BIT(0); /* BIT_SW_DPDT_SEL_DATA, DPDT_SEL default configuration */ -+ rtw_write8(padapter, REG_PAD_CTRL1_8723B, value8); -+/* DBG_8192C("%s: REG_PAD_CTRL1(0x%x) = 0x%02X\n", __func__, REG_PAD_CTRL1_8723B, rtw_read8(padapter, REG_PAD_CTRL1_8723B)); */ -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ HostWakeUpGpioClear(padapter); -+#endif -+ -+ return _SUCCESS; -+} -+ -+/* Tx Page FIFO threshold */ -+static void _init_available_page_threshold(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ) -+{ -+ u16 HQ_threshold, NQ_threshold, LQ_threshold; -+ -+ HQ_threshold = (numPubQ + numHQ + 1) >> 1; -+ HQ_threshold |= (HQ_threshold<<8); -+ -+ NQ_threshold = (numPubQ + numNQ + 1) >> 1; -+ NQ_threshold |= (NQ_threshold<<8); -+ -+ LQ_threshold = (numPubQ + numLQ + 1) >> 1; -+ LQ_threshold |= (LQ_threshold<<8); -+ -+ rtw_write16(padapter, 0x218, HQ_threshold); -+ rtw_write16(padapter, 0x21A, NQ_threshold); -+ rtw_write16(padapter, 0x21C, LQ_threshold); -+ DBG_8192C("%s(): Enable Tx FIFO Page Threshold H:0x%x, N:0x%x, L:0x%x\n", __func__, HQ_threshold, NQ_threshold, LQ_threshold); -+} -+ -+static void _InitQueueReservedPage(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ u32 numHQ = 0; -+ u32 numLQ = 0; -+ u32 numNQ = 0; -+ u32 numPubQ; -+ u32 value32; -+ u8 value8; -+ bool bWiFiConfig = pregistrypriv->wifi_spec; -+ -+ if (pHalData->OutEpQueueSel & TX_SELE_HQ) -+ numHQ = bWiFiConfig ? WMM_NORMAL_PAGE_NUM_HPQ_8723B : NORMAL_PAGE_NUM_HPQ_8723B; -+ -+ if (pHalData->OutEpQueueSel & TX_SELE_LQ) -+ numLQ = bWiFiConfig ? WMM_NORMAL_PAGE_NUM_LPQ_8723B : NORMAL_PAGE_NUM_LPQ_8723B; -+ -+ /* NOTE: This step shall be proceed before writting REG_RQPN. */ -+ if (pHalData->OutEpQueueSel & TX_SELE_NQ) -+ numNQ = bWiFiConfig ? WMM_NORMAL_PAGE_NUM_NPQ_8723B : NORMAL_PAGE_NUM_NPQ_8723B; -+ -+ numPubQ = TX_TOTAL_PAGE_NUMBER_8723B - numHQ - numLQ - numNQ; -+ -+ value8 = (u8)_NPQ(numNQ); -+ rtw_write8(padapter, REG_RQPN_NPQ, value8); -+ -+ /* TX DMA */ -+ value32 = _HPQ(numHQ) | _LPQ(numLQ) | _PUBQ(numPubQ) | LD_RQPN; -+ rtw_write32(padapter, REG_RQPN, value32); -+ -+ rtw_hal_set_sdio_tx_max_length(padapter, numHQ, numNQ, numLQ, numPubQ); -+ -+ _init_available_page_threshold(padapter, numHQ, numNQ, numLQ, numPubQ); -+} -+ -+static void _InitTxBufferBoundary(struct adapter *padapter) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ -+ /* u16 txdmactrl; */ -+ u8 txpktbuf_bndy; -+ -+ if (!pregistrypriv->wifi_spec) { -+ txpktbuf_bndy = TX_PAGE_BOUNDARY_8723B; -+ } else { -+ /* for WMM */ -+ txpktbuf_bndy = WMM_NORMAL_TX_PAGE_BOUNDARY_8723B; -+ } -+ -+ rtw_write8(padapter, REG_TXPKTBUF_BCNQ_BDNY_8723B, txpktbuf_bndy); -+ rtw_write8(padapter, REG_TXPKTBUF_MGQ_BDNY_8723B, txpktbuf_bndy); -+ rtw_write8(padapter, REG_TXPKTBUF_WMAC_LBK_BF_HD_8723B, txpktbuf_bndy); -+ rtw_write8(padapter, REG_TRXFF_BNDY, txpktbuf_bndy); -+ rtw_write8(padapter, REG_TDECTRL+1, txpktbuf_bndy); -+} -+ -+static void _InitNormalChipRegPriority( -+ struct adapter *Adapter, -+ u16 beQ, -+ u16 bkQ, -+ u16 viQ, -+ u16 voQ, -+ u16 mgtQ, -+ u16 hiQ -+) -+{ -+ u16 value16 = (rtw_read16(Adapter, REG_TRXDMA_CTRL) & 0x7); -+ -+ value16 |= -+ _TXDMA_BEQ_MAP(beQ) | -+ _TXDMA_BKQ_MAP(bkQ) | -+ _TXDMA_VIQ_MAP(viQ) | -+ _TXDMA_VOQ_MAP(voQ) | -+ _TXDMA_MGQ_MAP(mgtQ) | -+ _TXDMA_HIQ_MAP(hiQ); -+ -+ rtw_write16(Adapter, REG_TRXDMA_CTRL, value16); -+} -+ -+static void _InitNormalChipOneOutEpPriority(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ u16 value = 0; -+ switch (pHalData->OutEpQueueSel) { -+ case TX_SELE_HQ: -+ value = QUEUE_HIGH; -+ break; -+ case TX_SELE_LQ: -+ value = QUEUE_LOW; -+ break; -+ case TX_SELE_NQ: -+ value = QUEUE_NORMAL; -+ break; -+ default: -+ /* RT_ASSERT(false, ("Shall not reach here!\n")); */ -+ break; -+ } -+ -+ _InitNormalChipRegPriority( -+ Adapter, value, value, value, value, value, value -+ ); -+ -+} -+ -+static void _InitNormalChipTwoOutEpPriority(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ u16 beQ, bkQ, viQ, voQ, mgtQ, hiQ; -+ -+ -+ u16 valueHi = 0; -+ u16 valueLow = 0; -+ -+ switch (pHalData->OutEpQueueSel) { -+ case (TX_SELE_HQ | TX_SELE_LQ): -+ valueHi = QUEUE_HIGH; -+ valueLow = QUEUE_LOW; -+ break; -+ case (TX_SELE_NQ | TX_SELE_LQ): -+ valueHi = QUEUE_NORMAL; -+ valueLow = QUEUE_LOW; -+ break; -+ case (TX_SELE_HQ | TX_SELE_NQ): -+ valueHi = QUEUE_HIGH; -+ valueLow = QUEUE_NORMAL; -+ break; -+ default: -+ /* RT_ASSERT(false, ("Shall not reach here!\n")); */ -+ break; -+ } -+ -+ if (!pregistrypriv->wifi_spec) { -+ beQ = valueLow; -+ bkQ = valueLow; -+ viQ = valueHi; -+ voQ = valueHi; -+ mgtQ = valueHi; -+ hiQ = valueHi; -+ } else { -+ /* for WMM , CONFIG_OUT_EP_WIFI_MODE */ -+ beQ = valueLow; -+ bkQ = valueHi; -+ viQ = valueHi; -+ voQ = valueLow; -+ mgtQ = valueHi; -+ hiQ = valueHi; -+ } -+ -+ _InitNormalChipRegPriority(Adapter, beQ, bkQ, viQ, voQ, mgtQ, hiQ); -+ -+} -+ -+static void _InitNormalChipThreeOutEpPriority(struct adapter *padapter) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ u16 beQ, bkQ, viQ, voQ, mgtQ, hiQ; -+ -+ if (!pregistrypriv->wifi_spec) { -+ /* typical setting */ -+ beQ = QUEUE_LOW; -+ bkQ = QUEUE_LOW; -+ viQ = QUEUE_NORMAL; -+ voQ = QUEUE_HIGH; -+ mgtQ = QUEUE_HIGH; -+ hiQ = QUEUE_HIGH; -+ } else { -+ /* for WMM */ -+ beQ = QUEUE_LOW; -+ bkQ = QUEUE_NORMAL; -+ viQ = QUEUE_NORMAL; -+ voQ = QUEUE_HIGH; -+ mgtQ = QUEUE_HIGH; -+ hiQ = QUEUE_HIGH; -+ } -+ _InitNormalChipRegPriority(padapter, beQ, bkQ, viQ, voQ, mgtQ, hiQ); -+} -+ -+static void _InitNormalChipQueuePriority(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+ switch (pHalData->OutEpNumber) { -+ case 1: -+ _InitNormalChipOneOutEpPriority(Adapter); -+ break; -+ case 2: -+ _InitNormalChipTwoOutEpPriority(Adapter); -+ break; -+ case 3: -+ _InitNormalChipThreeOutEpPriority(Adapter); -+ break; -+ default: -+ /* RT_ASSERT(false, ("Shall not reach here!\n")); */ -+ break; -+ } -+ -+ -+} -+ -+static void _InitQueuePriority(struct adapter *padapter) -+{ -+ _InitNormalChipQueuePriority(padapter); -+} -+ -+static void _InitPageBoundary(struct adapter *padapter) -+{ -+ /* RX Page Boundary */ -+ u16 rxff_bndy = RX_DMA_BOUNDARY_8723B; -+ -+ rtw_write16(padapter, (REG_TRXFF_BNDY + 2), rxff_bndy); -+} -+ -+static void _InitTransferPageSize(struct adapter *padapter) -+{ -+ /* Tx page size is always 128. */ -+ -+ u8 value8; -+ value8 = _PSRX(PBP_128) | _PSTX(PBP_128); -+ rtw_write8(padapter, REG_PBP, value8); -+} -+ -+static void _InitDriverInfoSize(struct adapter *padapter, u8 drvInfoSize) -+{ -+ rtw_write8(padapter, REG_RX_DRVINFO_SZ, drvInfoSize); -+} -+ -+static void _InitNetworkType(struct adapter *padapter) -+{ -+ u32 value32; -+ -+ value32 = rtw_read32(padapter, REG_CR); -+ -+ /* TODO: use the other function to set network type */ -+/* value32 = (value32 & ~MASK_NETTYPE) | _NETTYPE(NT_LINK_AD_HOC); */ -+ value32 = (value32 & ~MASK_NETTYPE) | _NETTYPE(NT_LINK_AP); -+ -+ rtw_write32(padapter, REG_CR, value32); -+} -+ -+static void _InitWMACSetting(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ u16 value16; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ pHalData->ReceiveConfig = 0; -+ pHalData->ReceiveConfig |= RCR_APM | RCR_AM | RCR_AB; -+ pHalData->ReceiveConfig |= RCR_CBSSID_DATA | RCR_CBSSID_BCN | RCR_AMF; -+ pHalData->ReceiveConfig |= RCR_HTC_LOC_CTRL; -+ pHalData->ReceiveConfig |= RCR_APP_PHYST_RXFF | RCR_APP_ICV | RCR_APP_MIC; -+ rtw_write32(padapter, REG_RCR, pHalData->ReceiveConfig); -+ -+ /* Accept all multicast address */ -+ rtw_write32(padapter, REG_MAR, 0xFFFFFFFF); -+ rtw_write32(padapter, REG_MAR + 4, 0xFFFFFFFF); -+ -+ /* Accept all data frames */ -+ value16 = 0xFFFF; -+ rtw_write16(padapter, REG_RXFLTMAP2, value16); -+ -+ /* 2010.09.08 hpfan */ -+ /* Since ADF is removed from RCR, ps-poll will not be indicate to driver, */ -+ /* RxFilterMap should mask ps-poll to gurantee AP mode can rx ps-poll. */ -+ value16 = 0x400; -+ rtw_write16(padapter, REG_RXFLTMAP1, value16); -+ -+ /* Accept all management frames */ -+ value16 = 0xFFFF; -+ rtw_write16(padapter, REG_RXFLTMAP0, value16); -+} -+ -+static void _InitAdaptiveCtrl(struct adapter *padapter) -+{ -+ u16 value16; -+ u32 value32; -+ -+ /* Response Rate Set */ -+ value32 = rtw_read32(padapter, REG_RRSR); -+ value32 &= ~RATE_BITMAP_ALL; -+ value32 |= RATE_RRSR_CCK_ONLY_1M; -+ rtw_write32(padapter, REG_RRSR, value32); -+ -+ /* CF-END Threshold */ -+ /* m_spIoBase->rtw_write8(REG_CFEND_TH, 0x1); */ -+ -+ /* SIFS (used in NAV) */ -+ value16 = _SPEC_SIFS_CCK(0x10) | _SPEC_SIFS_OFDM(0x10); -+ rtw_write16(padapter, REG_SPEC_SIFS, value16); -+ -+ /* Retry Limit */ -+ value16 = _LRL(0x30) | _SRL(0x30); -+ rtw_write16(padapter, REG_RL, value16); -+} -+ -+static void _InitEDCA(struct adapter *padapter) -+{ -+ /* Set Spec SIFS (used in NAV) */ -+ rtw_write16(padapter, REG_SPEC_SIFS, 0x100a); -+ rtw_write16(padapter, REG_MAC_SPEC_SIFS, 0x100a); -+ -+ /* Set SIFS for CCK */ -+ rtw_write16(padapter, REG_SIFS_CTX, 0x100a); -+ -+ /* Set SIFS for OFDM */ -+ rtw_write16(padapter, REG_SIFS_TRX, 0x100a); -+ -+ /* TXOP */ -+ rtw_write32(padapter, REG_EDCA_BE_PARAM, 0x005EA42B); -+ rtw_write32(padapter, REG_EDCA_BK_PARAM, 0x0000A44F); -+ rtw_write32(padapter, REG_EDCA_VI_PARAM, 0x005EA324); -+ rtw_write32(padapter, REG_EDCA_VO_PARAM, 0x002FA226); -+} -+ -+static void _InitRetryFunction(struct adapter *padapter) -+{ -+ u8 value8; -+ -+ value8 = rtw_read8(padapter, REG_FWHW_TXQ_CTRL); -+ value8 |= EN_AMPDU_RTY_NEW; -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL, value8); -+ -+ /* Set ACK timeout */ -+ rtw_write8(padapter, REG_ACKTO, 0x40); -+} -+ -+static void HalRxAggr8723BSdio(struct adapter *padapter) -+{ -+ struct registry_priv *pregistrypriv; -+ u8 valueDMATimeout; -+ u8 valueDMAPageCount; -+ -+ -+ pregistrypriv = &padapter->registrypriv; -+ -+ if (pregistrypriv->wifi_spec) { -+ /* 2010.04.27 hpfan */ -+ /* Adjust RxAggrTimeout to close to zero disable RxAggr, suggested by designer */ -+ /* Timeout value is calculated by 34 / (2^n) */ -+ valueDMATimeout = 0x06; -+ valueDMAPageCount = 0x06; -+ } else { -+ /* 20130530, Isaac@SD1 suggest 3 kinds of parameter */ -+ /* TX/RX Balance */ -+ valueDMATimeout = 0x06; -+ valueDMAPageCount = 0x06; -+ } -+ -+ rtw_write8(padapter, REG_RXDMA_AGG_PG_TH+1, valueDMATimeout); -+ rtw_write8(padapter, REG_RXDMA_AGG_PG_TH, valueDMAPageCount); -+} -+ -+static void sdio_AggSettingRxUpdate(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ u8 valueDMA; -+ u8 valueRxAggCtrl = 0; -+ u8 aggBurstNum = 3; /* 0:1, 1:2, 2:3, 3:4 */ -+ u8 aggBurstSize = 0; /* 0:1K, 1:512Byte, 2:256Byte... */ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ valueDMA = rtw_read8(padapter, REG_TRXDMA_CTRL); -+ valueDMA |= RXDMA_AGG_EN; -+ rtw_write8(padapter, REG_TRXDMA_CTRL, valueDMA); -+ -+ valueRxAggCtrl |= RXDMA_AGG_MODE_EN; -+ valueRxAggCtrl |= ((aggBurstNum<<2) & 0x0C); -+ valueRxAggCtrl |= ((aggBurstSize<<4) & 0x30); -+ rtw_write8(padapter, REG_RXDMA_MODE_CTRL_8723B, valueRxAggCtrl);/* RxAggLowThresh = 4*1K */ -+} -+ -+static void _initSdioAggregationSetting(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ /* Tx aggregation setting */ -+/* sdio_AggSettingTxUpdate(padapter); */ -+ -+ /* Rx aggregation setting */ -+ HalRxAggr8723BSdio(padapter); -+ -+ sdio_AggSettingRxUpdate(padapter); -+ -+ /* 201/12/10 MH Add for USB agg mode dynamic switch. */ -+ pHalData->UsbRxHighSpeedMode = false; -+} -+ -+static void _InitOperationMode(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ struct mlme_ext_priv *pmlmeext; -+ u8 regBwOpMode = 0; -+ u32 regRATR = 0, regRRSR = 0; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pmlmeext = &padapter->mlmeextpriv; -+ -+ /* 1 This part need to modified according to the rate set we filtered!! */ -+ /* */ -+ /* Set RRSR, RATR, and REG_BWOPMODE registers */ -+ /* */ -+ switch (pmlmeext->cur_wireless_mode) { -+ case WIRELESS_MODE_B: -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK; -+ regRRSR = RATE_ALL_CCK; -+ break; -+ case WIRELESS_MODE_A: -+/* RT_ASSERT(false, ("Error wireless a mode\n")); */ -+ break; -+ case WIRELESS_MODE_G: -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ break; -+ case WIRELESS_MODE_AUTO: -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG | RATE_ALL_OFDM_1SS | RATE_ALL_OFDM_2SS; -+ regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ break; -+ case WIRELESS_MODE_N_24G: -+ /* It support CCK rate by default. */ -+ /* CCK rate will be filtered out only when associated AP does not support it. */ -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG | RATE_ALL_OFDM_1SS | RATE_ALL_OFDM_2SS; -+ regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ break; -+ case WIRELESS_MODE_N_5G: -+/* RT_ASSERT(false, ("Error wireless mode")); */ -+ regBwOpMode = BW_OPMODE_5G; -+ regRATR = RATE_ALL_OFDM_AG | RATE_ALL_OFDM_1SS | RATE_ALL_OFDM_2SS; -+ regRRSR = RATE_ALL_OFDM_AG; -+ break; -+ -+ default: /* for MacOSX compiler warning. */ -+ break; -+ } -+ -+ rtw_write8(padapter, REG_BWOPMODE, regBwOpMode); -+ -+} -+ -+static void _InitInterrupt(struct adapter *padapter) -+{ -+ /* HISR - turn all off */ -+ rtw_write32(padapter, REG_HISR, 0); -+ -+ /* HIMR - turn all off */ -+ rtw_write32(padapter, REG_HIMR, 0); -+ -+ /* */ -+ /* Initialize and enable SDIO Host Interrupt. */ -+ /* */ -+ InitInterrupt8723BSdio(padapter); -+ -+ /* */ -+ /* Initialize system Host Interrupt. */ -+ /* */ -+ InitSysInterrupt8723BSdio(padapter); -+} -+ -+static void _InitRFType(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+#if DISABLE_BB_RF -+ pHalData->rf_chip = RF_PSEUDO_11N; -+ return; -+#endif -+ -+ pHalData->rf_chip = RF_6052; -+ -+ pHalData->rf_type = RF_1T1R; -+ DBG_8192C("Set RF Chip ID to RF_6052 and RF type to 1T1R.\n"); -+} -+ -+static void _RfPowerSave(struct adapter *padapter) -+{ -+/* YJ, TODO */ -+} -+ -+/* */ -+/* 2010/08/09 MH Add for power down check. */ -+/* */ -+static bool HalDetectPwrDownMode(struct adapter *Adapter) -+{ -+ u8 tmpvalue; -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(Adapter); -+ -+ -+ EFUSE_ShadowRead(Adapter, 1, 0x7B/*EEPROM_RF_OPT3_92C*/, (u32 *)&tmpvalue); -+ -+ /* 2010/08/25 MH INF priority > PDN Efuse value. */ -+ if (tmpvalue & BIT4 && pwrctrlpriv->reg_pdnmode) -+ pHalData->pwrdown = true; -+ else -+ pHalData->pwrdown = false; -+ -+ DBG_8192C("HalDetectPwrDownMode(): PDN =%d\n", pHalData->pwrdown); -+ -+ return pHalData->pwrdown; -+} /* HalDetectPwrDownMode */ -+ -+static u32 rtl8723bs_hal_init(struct adapter *padapter) -+{ -+ s32 ret; -+ struct hal_com_data *pHalData; -+ struct pwrctrl_priv *pwrctrlpriv; -+ struct registry_priv *pregistrypriv; -+ u32 NavUpper = WiFiNavUpperUs; -+ u8 u1bTmp; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pwrctrlpriv = adapter_to_pwrctl(padapter); -+ pregistrypriv = &padapter->registrypriv; -+ -+ if ( -+ adapter_to_pwrctl(padapter)->bips_processing == true && -+ adapter_to_pwrctl(padapter)->pre_ips_type == 0 -+ ) { -+ unsigned long start_time; -+ u8 cpwm_orig, cpwm_now; -+ u8 val8, bMacPwrCtrlOn = true; -+ -+ DBG_871X("%s: Leaving IPS in FWLPS state\n", __func__); -+ -+ /* for polling cpwm */ -+ cpwm_orig = 0; -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_orig); -+ -+ /* ser rpwm */ -+ val8 = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1); -+ val8 &= 0x80; -+ val8 += 0x80; -+ val8 |= BIT(6); -+ rtw_write8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1, val8); -+ DBG_871X("%s: write rpwm =%02x\n", __func__, val8); -+ adapter_to_pwrctl(padapter)->tog = (val8 + 0x80) & 0x80; -+ -+ /* do polling cpwm */ -+ start_time = jiffies; -+ do { -+ -+ mdelay(1); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_now); -+ if ((cpwm_orig ^ cpwm_now) & 0x80) -+ break; -+ -+ if (jiffies_to_msecs(jiffies - start_time) > 100) { -+ DBG_871X("%s: polling cpwm timeout when leaving IPS in FWLPS state\n", __func__); -+ break; -+ } -+ } while (1); -+ -+ rtl8723b_set_FwPwrModeInIPS_cmd(padapter, 0); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ -+ rtw_btcoex_HAL_Initialize(padapter, false); -+ -+ return _SUCCESS; -+ } -+ -+#ifdef CONFIG_WOWLAN -+ if (rtw_read8(padapter, REG_MCUFWDL)&BIT7) { -+ u8 reg_val = 0; -+ DBG_871X("+Reset Entry+\n"); -+ rtw_write8(padapter, REG_MCUFWDL, 0x00); -+ _8051Reset8723(padapter); -+ /* reset BB */ -+ reg_val = rtw_read8(padapter, REG_SYS_FUNC_EN); -+ reg_val &= ~(BIT(0) | BIT(1)); -+ rtw_write8(padapter, REG_SYS_FUNC_EN, reg_val); -+ /* reset RF */ -+ rtw_write8(padapter, REG_RF_CTRL, 0); -+ /* reset TRX path */ -+ rtw_write16(padapter, REG_CR, 0); -+ /* reset MAC, Digital Core */ -+ reg_val = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ reg_val &= ~(BIT(4) | BIT(7)); -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, reg_val); -+ reg_val = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ reg_val |= BIT(4) | BIT(7); -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, reg_val); -+ DBG_871X("-Reset Entry-\n"); -+ } -+#endif /* CONFIG_WOWLAN */ -+ /* Disable Interrupt first. */ -+/* rtw_hal_disable_interrupt(padapter); */ -+ -+ ret = _InitPowerOn_8723BS(padapter); -+ if (_FAIL == ret) { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_err_, ("Failed to init Power On!\n")); -+ return _FAIL; -+ } -+ -+ rtw_write8(padapter, REG_EARLY_MODE_CONTROL, 0); -+ -+ ret = rtl8723b_FirmwareDownload(padapter, false); -+ if (ret != _SUCCESS) { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_err_, ("%s: Download Firmware failed!!\n", __func__)); -+ padapter->bFWReady = false; -+ pHalData->fw_ractrl = false; -+ return ret; -+ } else { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("rtl8723bs_hal_init(): Download Firmware Success!!\n")); -+ padapter->bFWReady = true; -+ pHalData->fw_ractrl = true; -+ } -+ -+ rtl8723b_InitializeFirmwareVars(padapter); -+ -+/* SIC_Init(padapter); */ -+ -+ if (pwrctrlpriv->reg_rfoff == true) -+ pwrctrlpriv->rf_pwrstate = rf_off; -+ -+ /* 2010/08/09 MH We need to check if we need to turnon or off RF after detecting */ -+ /* HW GPIO pin. Before PHY_RFConfig8192C. */ -+ HalDetectPwrDownMode(padapter); -+ -+ /* Set RF type for BB/RF configuration */ -+ _InitRFType(padapter); -+ -+ /* Save target channel */ -+ /* Current Channel will be updated again later. */ -+ pHalData->CurrentChannel = 6; -+ -+#if (HAL_MAC_ENABLE == 1) -+ ret = PHY_MACConfig8723B(padapter); -+ if (ret != _SUCCESS) { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("Initializepadapter8192CSdio(): Fail to configure MAC!!\n")); -+ return ret; -+ } -+#endif -+ /* */ -+ /* d. Initialize BB related configurations. */ -+ /* */ -+#if (HAL_BB_ENABLE == 1) -+ ret = PHY_BBConfig8723B(padapter); -+ if (ret != _SUCCESS) { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("Initializepadapter8192CSdio(): Fail to configure BB!!\n")); -+ return ret; -+ } -+#endif -+ -+ /* If RF is on, we need to init RF. Otherwise, skip the procedure. */ -+ /* We need to follow SU method to change the RF cfg.txt. Default disable RF TX/RX mode. */ -+ /* if (pHalData->eRFPowerState == eRfOn) */ -+ { -+#if (HAL_RF_ENABLE == 1) -+ ret = PHY_RFConfig8723B(padapter); -+ if (ret != _SUCCESS) { -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("Initializepadapter8192CSdio(): Fail to configure RF!!\n")); -+ return ret; -+ } -+#endif -+ } -+ -+ /* */ -+ /* Joseph Note: Keep RfRegChnlVal for later use. */ -+ /* */ -+ pHalData->RfRegChnlVal[0] = -+ PHY_QueryRFReg(padapter, (enum RF_PATH)0, RF_CHNLBW, bRFRegOffsetMask); -+ pHalData->RfRegChnlVal[1] = -+ PHY_QueryRFReg(padapter, (enum RF_PATH)1, RF_CHNLBW, bRFRegOffsetMask); -+ -+ -+ /* if (!pHalData->bMACFuncEnable) { */ -+ _InitQueueReservedPage(padapter); -+ _InitTxBufferBoundary(padapter); -+ -+ /* init LLT after tx buffer boundary is defined */ -+ ret = rtl8723b_InitLLTTable(padapter); -+ if (_SUCCESS != ret) { -+ DBG_8192C("%s: Failed to init LLT Table!\n", __func__); -+ return _FAIL; -+ } -+ /* */ -+ _InitQueuePriority(padapter); -+ _InitPageBoundary(padapter); -+ _InitTransferPageSize(padapter); -+ -+ /* Get Rx PHY status in order to report RSSI and others. */ -+ _InitDriverInfoSize(padapter, DRVINFO_SZ); -+ hal_init_macaddr(padapter); -+ _InitNetworkType(padapter); -+ _InitWMACSetting(padapter); -+ _InitAdaptiveCtrl(padapter); -+ _InitEDCA(padapter); -+ _InitRetryFunction(padapter); -+ _initSdioAggregationSetting(padapter); -+ _InitOperationMode(padapter); -+ rtl8723b_InitBeaconParameters(padapter); -+ _InitInterrupt(padapter); -+ _InitBurstPktLen_8723BS(padapter); -+ -+ /* YJ, TODO */ -+ rtw_write8(padapter, REG_SECONDARY_CCA_CTRL_8723B, 0x3); /* CCA */ -+ rtw_write8(padapter, 0x976, 0); /* hpfan_todo: 2nd CCA related */ -+ -+ rtw_write16(padapter, REG_PKT_VO_VI_LIFE_TIME, 0x0400); /* unit: 256us. 256ms */ -+ rtw_write16(padapter, REG_PKT_BE_BK_LIFE_TIME, 0x0400); /* unit: 256us. 256ms */ -+ -+ invalidate_cam_all(padapter); -+ -+ rtw_hal_set_chnl_bw(padapter, padapter->registrypriv.channel, -+ CHANNEL_WIDTH_20, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HAL_PRIME_CHNL_OFFSET_DONT_CARE); -+ -+ /* Record original value for template. This is arough data, we can only use the data */ -+ /* for power adjust. The value can not be adjustde according to different power!!! */ -+/* pHalData->OriginalCckTxPwrIdx = pHalData->CurrentCckTxPwrIdx; */ -+/* pHalData->OriginalOfdm24GTxPwrIdx = pHalData->CurrentOfdm24GTxPwrIdx; */ -+ -+ rtl8723b_InitAntenna_Selection(padapter); -+ -+ /* */ -+ /* Disable BAR, suggested by Scott */ -+ /* 2010.04.09 add by hpfan */ -+ /* */ -+ rtw_write32(padapter, REG_BAR_MODE_CTRL, 0x0201ffff); -+ -+ /* HW SEQ CTRL */ -+ /* set 0x0 to 0xFF by tynli. Default enable HW SEQ NUM. */ -+ rtw_write8(padapter, REG_HWSEQ_CTRL, 0xFF); -+ -+ -+ /* */ -+ /* Configure SDIO TxRx Control to enable Rx DMA timer masking. */ -+ /* 2010.02.24. */ -+ /* */ -+ rtw_write32(padapter, SDIO_LOCAL_BASE|SDIO_REG_TX_CTRL, 0); -+ -+ _RfPowerSave(padapter); -+ -+ -+ rtl8723b_InitHalDm(padapter); -+ -+ /* DbgPrint("pHalData->DefaultTxPwrDbm = %d\n", pHalData->DefaultTxPwrDbm); */ -+ -+ /* */ -+ /* Update current Tx FIFO page status. */ -+ /* */ -+ HalQueryTxBufferStatus8723BSdio(padapter); -+ HalQueryTxOQTBufferStatus8723BSdio(padapter); -+ pHalData->SdioTxOQTMaxFreeSpace = pHalData->SdioTxOQTFreeSpace; -+ -+ /* Enable MACTXEN/MACRXEN block */ -+ u1bTmp = rtw_read8(padapter, REG_CR); -+ u1bTmp |= (MACTXEN | MACRXEN); -+ rtw_write8(padapter, REG_CR, u1bTmp); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_NAV_UPPER, (u8 *)&NavUpper); -+ -+ /* ack for xmit mgmt frames. */ -+ rtw_write32(padapter, REG_FWHW_TXQ_CTRL, rtw_read32(padapter, REG_FWHW_TXQ_CTRL)|BIT(12)); -+ -+/* pHalData->PreRpwmVal = SdioLocalCmd52Read1Byte(padapter, SDIO_REG_HRPWM1) & 0x80; */ -+ -+ { -+ pwrctrlpriv->rf_pwrstate = rf_on; -+ -+ if (pwrctrlpriv->rf_pwrstate == rf_on) { -+ struct pwrctrl_priv *pwrpriv; -+ unsigned long start_time; -+ u8 restore_iqk_rst; -+ u8 b2Ant; -+ u8 h2cCmdBuf; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ PHY_LCCalibrate_8723B(&pHalData->odmpriv); -+ -+ /* Inform WiFi FW that it is the beginning of IQK */ -+ h2cCmdBuf = 1; -+ FillH2CCmd8723B(padapter, H2C_8723B_BT_WLAN_CALIBRATION, 1, &h2cCmdBuf); -+ -+ start_time = jiffies; -+ do { -+ if (rtw_read8(padapter, 0x1e7) & 0x01) -+ break; -+ -+ msleep(50); -+ } while (jiffies_to_msecs(jiffies - start_time) <= 400); -+ -+ rtw_btcoex_IQKNotify(padapter, true); -+ -+ restore_iqk_rst = (pwrpriv->bips_processing == true) ? true : false; -+ b2Ant = pHalData->EEPROMBluetoothAntNum == Ant_x2 ? true : false; -+ PHY_IQCalibrate_8723B(padapter, false, restore_iqk_rst, b2Ant, pHalData->ant_path); -+ pHalData->odmpriv.RFCalibrateInfo.bIQKInitialized = true; -+ -+ rtw_btcoex_IQKNotify(padapter, false); -+ -+ /* Inform WiFi FW that it is the finish of IQK */ -+ h2cCmdBuf = 0; -+ FillH2CCmd8723B(padapter, H2C_8723B_BT_WLAN_CALIBRATION, 1, &h2cCmdBuf); -+ -+ ODM_TXPowerTrackingCheck(&pHalData->odmpriv); -+ } -+ } -+ -+ /* Init BT hw config. */ -+ rtw_btcoex_HAL_Initialize(padapter, false); -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("-%s\n", __func__)); -+ -+ return _SUCCESS; -+} -+ -+/* */ -+/* Description: */ -+/* RTL8723e card disable power sequence v003 which suggested by Scott. */ -+/* */ -+/* First created by tynli. 2011.01.28. */ -+/* */ -+static void CardDisableRTL8723BSdio(struct adapter *padapter) -+{ -+ u8 u1bTmp; -+ u8 bMacPwrCtrlOn; -+ u8 ret = _FAIL; -+ -+ /* Run LPS WL RFOFF flow */ -+ ret = HalPwrSeqCmdParsing(padapter, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, rtl8723B_enter_lps_flow); -+ if (ret == _FAIL) { -+ DBG_8192C(KERN_ERR "%s: run RF OFF flow fail!\n", __func__); -+ } -+ -+ /* ==== Reset digital sequence ====== */ -+ -+ u1bTmp = rtw_read8(padapter, REG_MCUFWDL); -+ if ((u1bTmp & RAM_DL_SEL) && padapter->bFWReady) /* 8051 RAM code */ -+ rtl8723b_FirmwareSelfReset(padapter); -+ -+ /* Reset MCU 0x2[10]= 0. Suggested by Filen. 2011.01.26. by tynli. */ -+ u1bTmp = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ u1bTmp &= ~BIT(2); /* 0x2[10], FEN_CPUEN */ -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, u1bTmp); -+ -+ /* MCUFWDL 0x80[1:0]= 0 */ -+ /* reset MCU ready status */ -+ rtw_write8(padapter, REG_MCUFWDL, 0); -+ -+ /* Reset MCU IO Wrapper, added by Roger, 2011.08.30 */ -+ u1bTmp = rtw_read8(padapter, REG_RSV_CTRL+1); -+ u1bTmp &= ~BIT(0); -+ rtw_write8(padapter, REG_RSV_CTRL+1, u1bTmp); -+ u1bTmp = rtw_read8(padapter, REG_RSV_CTRL+1); -+ u1bTmp |= BIT(0); -+ rtw_write8(padapter, REG_RSV_CTRL+1, u1bTmp); -+ -+ /* ==== Reset digital sequence end ====== */ -+ -+ bMacPwrCtrlOn = false; /* Disable CMD53 R/W */ -+ ret = false; -+ rtw_hal_set_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ ret = HalPwrSeqCmdParsing(padapter, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, rtl8723B_card_disable_flow); -+ if (ret == false) { -+ DBG_8192C(KERN_ERR "%s: run CARD DISABLE flow fail!\n", __func__); -+ } -+} -+ -+static u32 rtl8723bs_hal_deinit(struct adapter *padapter) -+{ -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ if (padapter->hw_init_completed == true) { -+ if (adapter_to_pwrctl(padapter)->bips_processing == true) { -+ if (padapter->netif_up == true) { -+ int cnt = 0; -+ u8 val8 = 0; -+ -+ DBG_871X("%s: issue H2C to FW when entering IPS\n", __func__); -+ -+ rtl8723b_set_FwPwrModeInIPS_cmd(padapter, 0x3); -+ /* poll 0x1cc to make sure H2C command already finished by FW; MAC_0x1cc = 0 means H2C done by FW. */ -+ do { -+ val8 = rtw_read8(padapter, REG_HMETFR); -+ cnt++; -+ DBG_871X("%s polling REG_HMETFR = 0x%x, cnt =%d\n", __func__, val8, cnt); -+ mdelay(10); -+ } while (cnt < 100 && (val8 != 0)); -+ /* H2C done, enter 32k */ -+ if (val8 == 0) { -+ /* ser rpwm to enter 32k */ -+ val8 = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1); -+ val8 += 0x80; -+ val8 |= BIT(0); -+ rtw_write8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1, val8); -+ DBG_871X("%s: write rpwm =%02x\n", __func__, val8); -+ adapter_to_pwrctl(padapter)->tog = (val8 + 0x80) & 0x80; -+ cnt = val8 = 0; -+ do { -+ val8 = rtw_read8(padapter, REG_CR); -+ cnt++; -+ DBG_871X("%s polling 0x100 = 0x%x, cnt =%d\n", __func__, val8, cnt); -+ mdelay(10); -+ } while (cnt < 100 && (val8 != 0xEA)); -+ } else { -+ DBG_871X( -+ "MAC_1C0 =%08x, MAC_1C4 =%08x, MAC_1C8 =%08x, MAC_1CC =%08x\n", -+ rtw_read32(padapter, 0x1c0), -+ rtw_read32(padapter, 0x1c4), -+ rtw_read32(padapter, 0x1c8), -+ rtw_read32(padapter, 0x1cc) -+ ); -+ } -+ -+ DBG_871X( -+ "polling done when entering IPS, check result : 0x100 = 0x%x, cnt =%d, MAC_1cc = 0x%02x\n", -+ rtw_read8(padapter, REG_CR), -+ cnt, -+ rtw_read8(padapter, REG_HMETFR) -+ ); -+ -+ adapter_to_pwrctl(padapter)->pre_ips_type = 0; -+ -+ } else { -+ pdbgpriv->dbg_carddisable_cnt++; -+ CardDisableRTL8723BSdio(padapter); -+ -+ adapter_to_pwrctl(padapter)->pre_ips_type = 1; -+ } -+ -+ } else { -+ pdbgpriv->dbg_carddisable_cnt++; -+ CardDisableRTL8723BSdio(padapter); -+ } -+ } else -+ pdbgpriv->dbg_deinit_fail_cnt++; -+ -+ return _SUCCESS; -+} -+ -+static u32 rtl8723bs_inirp_init(struct adapter *padapter) -+{ -+ return _SUCCESS; -+} -+ -+static u32 rtl8723bs_inirp_deinit(struct adapter *padapter) -+{ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("+rtl8723bs_inirp_deinit\n")); -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("-rtl8723bs_inirp_deinit\n")); -+ -+ return _SUCCESS; -+} -+ -+static void rtl8723bs_init_default_value(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ rtl8723b_init_default_value(padapter); -+ -+ /* interface related variable */ -+ pHalData->SdioRxFIFOCnt = 0; -+} -+ -+static void rtl8723bs_interface_configure(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ bool bWiFiConfig = pregistrypriv->wifi_spec; -+ -+ -+ pdvobjpriv->RtOutPipe[0] = WLAN_TX_HIQ_DEVICE_ID; -+ pdvobjpriv->RtOutPipe[1] = WLAN_TX_MIQ_DEVICE_ID; -+ pdvobjpriv->RtOutPipe[2] = WLAN_TX_LOQ_DEVICE_ID; -+ -+ if (bWiFiConfig) -+ pHalData->OutEpNumber = 2; -+ else -+ pHalData->OutEpNumber = SDIO_MAX_TX_QUEUE; -+ -+ switch (pHalData->OutEpNumber) { -+ case 3: -+ pHalData->OutEpQueueSel = TX_SELE_HQ | TX_SELE_LQ|TX_SELE_NQ; -+ break; -+ case 2: -+ pHalData->OutEpQueueSel = TX_SELE_HQ | TX_SELE_NQ; -+ break; -+ case 1: -+ pHalData->OutEpQueueSel = TX_SELE_HQ; -+ break; -+ default: -+ break; -+ } -+ -+ Hal_MappingOutPipe(padapter, pHalData->OutEpNumber); -+} -+ -+/* */ -+/* Description: */ -+/* We should set Efuse cell selection to WiFi cell in default. */ -+/* */ -+/* Assumption: */ -+/* PASSIVE_LEVEL */ -+/* */ -+/* Added by Roger, 2010.11.23. */ -+/* */ -+static void _EfuseCellSel(struct adapter *padapter) -+{ -+ u32 value32; -+ -+ value32 = rtw_read32(padapter, EFUSE_TEST); -+ value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_WIFI_SEL_0); -+ rtw_write32(padapter, EFUSE_TEST, value32); -+} -+ -+static void _ReadRFType(struct adapter *Adapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(Adapter); -+ -+#if DISABLE_BB_RF -+ pHalData->rf_chip = RF_PSEUDO_11N; -+#else -+ pHalData->rf_chip = RF_6052; -+#endif -+} -+ -+ -+static void Hal_EfuseParseMACAddr_8723BS( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ u16 i; -+ u8 sMacAddr[6] = {0x00, 0xE0, 0x4C, 0xb7, 0x23, 0x00}; -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ -+ if (AutoLoadFail) { -+/* sMacAddr[5] = (u8)GetRandomNumber(1, 254); */ -+ for (i = 0; i < 6; i++) -+ pEEPROM->mac_addr[i] = sMacAddr[i]; -+ } else { -+ /* Read Permanent MAC address */ -+ memcpy(pEEPROM->mac_addr, &hwinfo[EEPROM_MAC_ADDR_8723BS], ETH_ALEN); -+ } -+/* NicIFSetMacAddress(padapter, padapter->PermanentAddress); */ -+ -+ RT_TRACE( -+ _module_hci_hal_init_c_, -+ _drv_notice_, -+ ( -+ "Hal_EfuseParseMACAddr_8723BS: Permanent Address = %02x-%02x-%02x-%02x-%02x-%02x\n", -+ pEEPROM->mac_addr[0], -+ pEEPROM->mac_addr[1], -+ pEEPROM->mac_addr[2], -+ pEEPROM->mac_addr[3], -+ pEEPROM->mac_addr[4], -+ pEEPROM->mac_addr[5] -+ ) -+ ); -+} -+ -+static void Hal_EfuseParseBoardType_8723BS( -+ struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail -+) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ if (!AutoLoadFail) { -+ pHalData->BoardType = (hwinfo[EEPROM_RF_BOARD_OPTION_8723B] & 0xE0) >> 5; -+ if (pHalData->BoardType == 0xFF) -+ pHalData->BoardType = (EEPROM_DEFAULT_BOARD_OPTION&0xE0)>>5; -+ } else -+ pHalData->BoardType = 0; -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("Board Type: 0x%2x\n", pHalData->BoardType)); -+} -+ -+static void _ReadEfuseInfo8723BS(struct adapter *padapter) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ u8 *hwinfo = NULL; -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("====>_ReadEfuseInfo8723BS()\n")); -+ -+ /* */ -+ /* This part read and parse the eeprom/efuse content */ -+ /* */ -+ -+ if (sizeof(pEEPROM->efuse_eeprom_data) < HWSET_MAX_SIZE_8723B) -+ DBG_871X("[WARNING] size of efuse_eeprom_data is less than HWSET_MAX_SIZE_8723B!\n"); -+ -+ hwinfo = pEEPROM->efuse_eeprom_data; -+ -+ Hal_InitPGData(padapter, hwinfo); -+ -+ Hal_EfuseParseIDCode(padapter, hwinfo); -+ Hal_EfuseParseEEPROMVer_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ -+ Hal_EfuseParseMACAddr_8723BS(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ -+ Hal_EfuseParseTxPowerInfo_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ Hal_EfuseParseBoardType_8723BS(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ -+ /* */ -+ /* Read Bluetooth co-exist and initialize */ -+ /* */ -+ Hal_EfuseParsePackageType_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ Hal_EfuseParseBTCoexistInfo_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ Hal_EfuseParseChnlPlan_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ Hal_EfuseParseXtal_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ Hal_EfuseParseThermalMeter_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ Hal_EfuseParseAntennaDiversity_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ Hal_EfuseParseCustomerID_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ -+ Hal_EfuseParseVoltage_8723B(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ -+#ifdef CONFIG_WOWLAN -+ Hal_DetectWoWMode(padapter); -+#endif -+ -+ Hal_ReadRFGainOffset(padapter, hwinfo, pEEPROM->bautoload_fail_flag); -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("<==== _ReadEfuseInfo8723BS()\n")); -+} -+ -+static void _ReadPROMContent(struct adapter *padapter) -+{ -+ struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter); -+ u8 eeValue; -+ -+ eeValue = rtw_read8(padapter, REG_9346CR); -+ /* To check system boot selection. */ -+ pEEPROM->EepromOrEfuse = (eeValue & BOOT_FROM_EEPROM) ? true : false; -+ pEEPROM->bautoload_fail_flag = (eeValue & EEPROM_EN) ? false : true; -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, -+ ("%s: 9346CR = 0x%02X, Boot from %s, Autoload %s\n", -+ __func__, eeValue, -+ (pEEPROM->EepromOrEfuse ? "EEPROM" : "EFUSE"), -+ (pEEPROM->bautoload_fail_flag ? "Fail" : "OK"))); -+ -+/* pHalData->EEType = IS_BOOT_FROM_EEPROM(Adapter) ? EEPROM_93C46 : EEPROM_BOOT_EFUSE; */ -+ -+ _ReadEfuseInfo8723BS(padapter); -+} -+ -+static void _InitOtherVariable(struct adapter *Adapter) -+{ -+} -+ -+/* */ -+/* Description: */ -+/* Read HW adapter information by E-Fuse or EEPROM according CR9346 reported. */ -+/* */ -+/* Assumption: */ -+/* PASSIVE_LEVEL (SDIO interface) */ -+/* */ -+/* */ -+static s32 _ReadAdapterInfo8723BS(struct adapter *padapter) -+{ -+ u8 val8; -+ unsigned long start; -+ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_info_, ("+_ReadAdapterInfo8723BS\n")); -+ -+ /* before access eFuse, make sure card enable has been called */ -+ if (padapter->hw_init_completed == false) -+ _InitPowerOn_8723BS(padapter); -+ -+ -+ val8 = rtw_read8(padapter, 0x4e); -+ MSG_8192C("%s, 0x4e = 0x%x\n", __func__, val8); -+ val8 |= BIT(6); -+ rtw_write8(padapter, 0x4e, val8); -+ -+ -+ start = jiffies; -+ -+ _EfuseCellSel(padapter); -+ _ReadRFType(padapter); -+ _ReadPROMContent(padapter); -+ _InitOtherVariable(padapter); -+ -+ if (padapter->hw_init_completed == false) { -+ rtw_write8(padapter, 0x67, 0x00); /* for BT, Switch Ant control to BT */ -+ CardDisableRTL8723BSdio(padapter);/* for the power consumption issue, wifi ko module is loaded during booting, but wifi GUI is off */ -+ } -+ -+ -+ MSG_8192C("<==== _ReadAdapterInfo8723BS in %d ms\n", jiffies_to_msecs(jiffies - start)); -+ -+ return _SUCCESS; -+} -+ -+static void ReadAdapterInfo8723BS(struct adapter *padapter) -+{ -+ /* Read EEPROM size before call any EEPROM function */ -+ padapter->EepromAddressSize = GetEEPROMSize8723B(padapter); -+ -+ _ReadAdapterInfo8723BS(padapter); -+} -+ -+/* -+ * If variable not handled here, -+ * some variables will be processed in SetHwReg8723B() -+ */ -+static void SetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ struct hal_com_data *pHalData; -+ u8 val8; -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ struct wowlan_ioctl_param *poidparam; -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ int res; -+ u32 tmp; -+ u16 len = 0; -+ u8 trycnt = 100; -+ u32 himr = 0; -+#if defined(CONFIG_WOWLAN) -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_info *psta = NULL; -+ u64 iv_low = 0, iv_high = 0; -+ u8 mstatus = (*(u8 *)val); -+#endif -+#endif -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ switch (variable) { -+ case HW_VAR_SET_RPWM: -+ /* rpwm value only use BIT0(clock bit) , BIT6(Ack bit), and BIT7(Toggle bit) */ -+ /* BIT0 value - 1: 32k, 0:40MHz. */ -+ /* BIT6 value - 1: report cpwm value after success set, 0:do not report. */ -+ /* BIT7 value - Toggle bit change. */ -+ { -+ val8 = *val; -+ val8 &= 0xC1; -+ rtw_write8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1, val8); -+ } -+ break; -+ case HW_VAR_SET_REQ_FW_PS: -+ { -+ u8 req_fw_ps = 0; -+ req_fw_ps = rtw_read8(padapter, 0x8f); -+ req_fw_ps |= 0x10; -+ rtw_write8(padapter, 0x8f, req_fw_ps); -+ } -+ break; -+ case HW_VAR_RXDMA_AGG_PG_TH: -+ val8 = *val; -+ break; -+ -+#ifdef CONFIG_WOWLAN -+ case HW_VAR_WOWLAN: -+ { -+ poidparam = (struct wowlan_ioctl_param *)val; -+ switch (poidparam->subcode) { -+ case WOWLAN_ENABLE: -+ DBG_871X_LEVEL(_drv_always_, "WOWLAN_ENABLE\n"); -+ -+ /* backup data rate to register 0x8b for wowlan FW */ -+ rtw_write8(padapter, 0x8d, 1); -+ rtw_write8(padapter, 0x8c, 0); -+ rtw_write8(padapter, 0x8f, 0x40); -+ rtw_write8(padapter, 0x8b, -+ rtw_read8(padapter, 0x2f0)); -+ -+ /* 1. Download WOWLAN FW */ -+ DBG_871X_LEVEL(_drv_always_, "Re-download WoWlan FW!\n"); -+ SetFwRelatedForWoWLAN8723b(padapter, true); -+ -+ /* 2. RX DMA stop */ -+ DBG_871X_LEVEL(_drv_always_, "Pause DMA\n"); -+ rtw_write32(padapter, REG_RXPKT_NUM, (rtw_read32(padapter, REG_RXPKT_NUM)|RW_RELEASE_EN)); -+ do { -+ if ((rtw_read32(padapter, REG_RXPKT_NUM)&RXDMA_IDLE)) { -+ DBG_871X_LEVEL(_drv_always_, "RX_DMA_IDLE is true\n"); -+ break; -+ } else { -+ /* If RX_DMA is not idle, receive one pkt from DMA */ -+ res = sdio_local_read(padapter, SDIO_REG_RX0_REQ_LEN, 4, (u8 *)&tmp); -+ len = le16_to_cpu(tmp); -+ DBG_871X_LEVEL(_drv_always_, "RX len:%d\n", len); -+ if (len > 0) -+ res = RecvOnePkt(padapter, len); -+ else -+ DBG_871X_LEVEL(_drv_always_, "read length fail %d\n", len); -+ -+ DBG_871X_LEVEL(_drv_always_, "RecvOnePkt Result: %d\n", res); -+ } -+ } while (trycnt--); -+ if (trycnt == 0) -+ DBG_871X_LEVEL(_drv_always_, "Stop RX DMA failed......\n"); -+ -+ /* 3. Clear IMR and ISR */ -+ DBG_871X_LEVEL(_drv_always_, "Clear IMR and ISR\n"); -+ tmp = 0; -+ sdio_local_write(padapter, SDIO_REG_HIMR_ON, 4, (u8 *)&tmp); -+ sdio_local_write(padapter, SDIO_REG_HIMR, 4, (u8 *)&tmp); -+ sdio_local_read(padapter, SDIO_REG_HISR, 4, (u8 *)&tmp); -+ sdio_local_write(padapter, SDIO_REG_HISR, 4, (u8 *)&tmp); -+ -+ /* 4. Enable CPWM2 only */ -+ DBG_871X_LEVEL(_drv_always_, "Enable only CPWM2\n"); -+ sdio_local_read(padapter, SDIO_REG_HIMR, 4, (u8 *)&tmp); -+ DBG_871X("DisableInterruptButCpwm28723BSdio(): Read SDIO_REG_HIMR: 0x%08x\n", tmp); -+ -+ himr = cpu_to_le32(SDIO_HIMR_DISABLED)|SDIO_HIMR_CPWM2_MSK; -+ sdio_local_write(padapter, SDIO_REG_HIMR, 4, (u8 *)&himr); -+ -+ sdio_local_read(padapter, SDIO_REG_HIMR, 4, (u8 *)&tmp); -+ DBG_871X("DisableInterruptButCpwm28723BSdio(): Read again SDIO_REG_HIMR: 0x%08x\n", tmp); -+ -+ /* 5. Set Enable WOWLAN H2C command. */ -+ DBG_871X_LEVEL(_drv_always_, "Set Enable WOWLan cmd\n"); -+ rtl8723b_set_wowlan_cmd(padapter, 1); -+ -+ /* 6. Check EnableWoWlan CMD is ready */ -+ if (!pwrctl->wowlan_pno_enable) { -+ DBG_871X_LEVEL(_drv_always_, "Check EnableWoWlan CMD is ready\n"); -+ mstatus = rtw_read8(padapter, REG_WOW_CTRL); -+ trycnt = 10; -+ while (!(mstatus&BIT1) && trycnt > 1) { -+ mstatus = rtw_read8(padapter, REG_WOW_CTRL); -+ DBG_871X("Loop index: %d :0x%02x\n", trycnt, mstatus); -+ trycnt--; -+ msleep(2); -+ } -+ } -+ break; -+ -+ case WOWLAN_DISABLE: -+ DBG_871X_LEVEL(_drv_always_, "WOWLAN_DISABLE\n"); -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, get_bssid(pmlmepriv)); -+ if (psta != NULL) -+ rtl8723b_set_FwMediaStatusRpt_cmd(padapter, RT_MEDIA_DISCONNECT, psta->mac_id); -+ else -+ DBG_871X("psta is null\n"); -+ -+ /* 1. Read wakeup reason */ -+ pwrctl->wowlan_wake_reason = rtw_read8(padapter, REG_WOWLAN_WAKE_REASON); -+ DBG_871X_LEVEL( -+ _drv_always_, -+ "wakeup_reason: 0x%02x, mac_630 = 0x%08x, mac_634 = 0x%08x, mac_1c0 = 0x%08x, mac_1c4 = 0x%08x" -+ ", mac_494 = 0x%08x, , mac_498 = 0x%08x, mac_49c = 0x%08x, mac_608 = 0x%08x, mac_4a0 = 0x%08x, mac_4a4 = 0x%08x\n" -+ ", mac_1cc = 0x%08x, mac_2f0 = 0x%08x, mac_2f4 = 0x%08x, mac_2f8 = 0x%08x, mac_2fc = 0x%08x, mac_8c = 0x%08x", -+ pwrctl->wowlan_wake_reason, -+ rtw_read32(padapter, REG_WOWLAN_GTK_DBG1), -+ rtw_read32(padapter, REG_WOWLAN_GTK_DBG2), -+ rtw_read32(padapter, 0x1c0), -+ rtw_read32(padapter, 0x1c4), -+ rtw_read32(padapter, 0x494), -+ rtw_read32(padapter, 0x498), -+ rtw_read32(padapter, 0x49c), -+ rtw_read32(padapter, 0x608), -+ rtw_read32(padapter, 0x4a0), -+ rtw_read32(padapter, 0x4a4), -+ rtw_read32(padapter, 0x1cc), -+ rtw_read32(padapter, 0x2f0), -+ rtw_read32(padapter, 0x2f4), -+ rtw_read32(padapter, 0x2f8), -+ rtw_read32(padapter, 0x2fc), -+ rtw_read32(padapter, 0x8c) -+ ); -+#ifdef CONFIG_PNO_SET_DEBUG -+ DBG_871X("0x1b9: 0x%02x, 0x632: 0x%02x\n", rtw_read8(padapter, 0x1b9), rtw_read8(padapter, 0x632)); -+ DBG_871X("0x4fc: 0x%02x, 0x4fd: 0x%02x\n", rtw_read8(padapter, 0x4fc), rtw_read8(padapter, 0x4fd)); -+ DBG_871X("TXDMA STATUS: 0x%08x\n", rtw_read32(padapter, REG_TXDMA_STATUS)); -+#endif -+ -+ { -+ /* 2. Set Disable WOWLAN H2C command. */ -+ DBG_871X_LEVEL(_drv_always_, "Set Disable WOWLan cmd\n"); -+ rtl8723b_set_wowlan_cmd(padapter, 0); -+ -+ /* 3. Check Disable WoWlan CMD ready. */ -+ DBG_871X_LEVEL(_drv_always_, "Check DisableWoWlan CMD is ready\n"); -+ mstatus = rtw_read8(padapter, REG_WOW_CTRL); -+ trycnt = 50; -+ while (mstatus&BIT1 && trycnt > 1) { -+ mstatus = rtw_read8(padapter, REG_WOW_CTRL); -+ DBG_871X_LEVEL(_drv_always_, "Loop index: %d :0x%02x\n", trycnt, mstatus); -+ trycnt--; -+ msleep(10); -+ } -+ -+ if (mstatus & BIT1) { -+ DBG_871X_LEVEL(_drv_always_, "Disable WOW mode fail!!\n"); -+ DBG_871X("Set 0x690 = 0x00\n"); -+ rtw_write8(padapter, REG_WOW_CTRL, (rtw_read8(padapter, REG_WOW_CTRL)&0xf0)); -+ DBG_871X_LEVEL(_drv_always_, "Release RXDMA\n"); -+ rtw_write32(padapter, REG_RXPKT_NUM, (rtw_read32(padapter, REG_RXPKT_NUM)&(~RW_RELEASE_EN))); -+ } -+ -+ /* 3.1 read fw iv */ -+ iv_low = rtw_read32(padapter, REG_TXPKTBUF_IV_LOW); -+ /* only low two bytes is PN, check AES_IV macro for detail */ -+ iv_low &= 0xffff; -+ iv_high = rtw_read32(padapter, REG_TXPKTBUF_IV_HIGH); -+ /* get the real packet number */ -+ pwrctl->wowlan_fw_iv = iv_high << 16 | iv_low; -+ DBG_871X_LEVEL(_drv_always_, "fw_iv: 0x%016llx\n", pwrctl->wowlan_fw_iv); -+ /* Update TX iv data. */ -+ rtw_set_sec_pn(padapter); -+ -+ /* 3.2 read GTK index and key */ -+ if ( -+ psecuritypriv->binstallKCK_KEK == true && -+ psecuritypriv->dot11PrivacyAlgrthm == _AES_ -+ ) { -+ u8 gtk_keyindex = 0; -+ u8 get_key[16]; -+ /* read gtk key index */ -+ gtk_keyindex = rtw_read8(padapter, 0x48c); -+ -+ if (gtk_keyindex < 4) { -+ psecuritypriv->dot118021XGrpKeyid = gtk_keyindex; -+ read_cam(padapter, gtk_keyindex, get_key); -+ memcpy(psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey, get_key, 16); -+ DBG_871X_LEVEL( -+ _drv_always_, -+ "GTK (%d) = 0x%08x, 0x%08x, 0x%08x, 0x%08x\n", -+ gtk_keyindex, -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[0], -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[1], -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[2], -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[3] -+ ); -+ } else -+ DBG_871X_LEVEL(_drv_always_, "GTK index =%d\n", gtk_keyindex); -+ } -+ -+ /* 4. Re-download Normal FW. */ -+ DBG_871X_LEVEL(_drv_always_, "Re-download Normal FW!\n"); -+ SetFwRelatedForWoWLAN8723b(padapter, false); -+ } -+#ifdef CONFIG_GPIO_WAKEUP -+ DBG_871X_LEVEL(_drv_always_, "Set Wake GPIO to high for default.\n"); -+ HalSetOutPutGPIO(padapter, WAKEUP_GPIO_IDX, 1); -+#endif -+ -+ /* 5. Download reserved pages and report media status if needed. */ -+ if ( -+ (pwrctl->wowlan_wake_reason != FWDecisionDisconnect) && -+ (pwrctl->wowlan_wake_reason != Rx_Pairwisekey) && -+ (pwrctl->wowlan_wake_reason != Rx_DisAssoc) && -+ (pwrctl->wowlan_wake_reason != Rx_DeAuth) -+ ) { -+ rtl8723b_set_FwJoinBssRpt_cmd(padapter, RT_MEDIA_CONNECT); -+ if (psta != NULL) -+ rtl8723b_set_FwMediaStatusRpt_cmd(padapter, RT_MEDIA_CONNECT, psta->mac_id); -+ } -+#ifdef CONFIG_PNO_SUPPORT -+ rtw_write8(padapter, 0x1b8, 0); -+ DBG_871X("reset 0x1b8: %d\n", rtw_read8(padapter, 0x1b8)); -+ rtw_write8(padapter, 0x1b9, 0); -+ DBG_871X("reset 0x1b9: %d\n", rtw_read8(padapter, 0x1b9)); -+ rtw_write8(padapter, REG_PNO_STATUS, 0); -+ DBG_871X("reset REG_PNO_STATUS: %d\n", rtw_read8(padapter, REG_PNO_STATUS)); -+#endif -+ break; -+ -+ default: -+ break; -+ } -+ } -+ break; -+#endif /* CONFIG_WOWLAN */ -+#ifdef CONFIG_AP_WOWLAN -+ case HW_VAR_AP_WOWLAN: -+ { -+ poidparam = (struct wowlan_ioctl_param *)val; -+ switch (poidparam->subcode) { -+ case WOWLAN_AP_ENABLE: -+ DBG_871X("%s, WOWLAN_AP_ENABLE\n", __func__); -+ /* 1. Download WOWLAN FW */ -+ DBG_871X_LEVEL(_drv_always_, "Re-download WoWlan FW!\n"); -+ SetFwRelatedForWoWLAN8723b(padapter, true); -+ -+ /* 2. RX DMA stop */ -+ DBG_871X_LEVEL(_drv_always_, "Pause DMA\n"); -+ rtw_write32(padapter, REG_RXPKT_NUM, -+ (rtw_read32(padapter, REG_RXPKT_NUM)|RW_RELEASE_EN)); -+ do { -+ if ((rtw_read32(padapter, REG_RXPKT_NUM)&RXDMA_IDLE)) { -+ DBG_871X_LEVEL(_drv_always_, "RX_DMA_IDLE is true\n"); -+ break; -+ } else { -+ /* If RX_DMA is not idle, receive one pkt from DMA */ -+ res = sdio_local_read(padapter, SDIO_REG_RX0_REQ_LEN, 4, (u8 *)&tmp); -+ len = le16_to_cpu(tmp); -+ -+ DBG_871X_LEVEL(_drv_always_, "RX len:%d\n", len); -+ if (len > 0) -+ res = RecvOnePkt(padapter, len); -+ else -+ DBG_871X_LEVEL(_drv_always_, "read length fail %d\n", len); -+ -+ DBG_871X_LEVEL(_drv_always_, "RecvOnePkt Result: %d\n", res); -+ } -+ } while (trycnt--); -+ -+ if (trycnt == 0) -+ DBG_871X_LEVEL(_drv_always_, "Stop RX DMA failed......\n"); -+ -+ /* 3. Clear IMR and ISR */ -+ DBG_871X_LEVEL(_drv_always_, "Clear IMR and ISR\n"); -+ tmp = 0; -+ sdio_local_write(padapter, SDIO_REG_HIMR_ON, 4, (u8 *)&tmp); -+ sdio_local_write(padapter, SDIO_REG_HIMR, 4, (u8 *)&tmp); -+ sdio_local_read(padapter, SDIO_REG_HISR, 4, (u8 *)&tmp); -+ sdio_local_write(padapter, SDIO_REG_HISR, 4, (u8 *)&tmp); -+ -+ /* 4. Enable CPWM2 only */ -+ DBG_871X_LEVEL(_drv_always_, "Enable only CPWM2\n"); -+ sdio_local_read(padapter, SDIO_REG_HIMR, 4, (u8 *)&tmp); -+ DBG_871X("DisableInterruptButCpwm28723BSdio(): Read SDIO_REG_HIMR: 0x%08x\n", tmp); -+ -+ himr = cpu_to_le32(SDIO_HIMR_DISABLED)|SDIO_HIMR_CPWM2_MSK; -+ sdio_local_write(padapter, SDIO_REG_HIMR, 4, (u8 *)&himr); -+ -+ sdio_local_read(padapter, SDIO_REG_HIMR, 4, (u8 *)&tmp); -+ DBG_871X("DisableInterruptButCpwm28723BSdio(): Read again SDIO_REG_HIMR: 0x%08x\n", tmp); -+ -+ /* 5. Set Enable WOWLAN H2C command. */ -+ DBG_871X_LEVEL(_drv_always_, "Set Enable AP WOWLan cmd\n"); -+ rtl8723b_set_ap_wowlan_cmd(padapter, 1); -+ /* 6. add some delay for H2C cmd ready */ -+ msleep(10); -+ -+ rtw_write8(padapter, REG_WOWLAN_WAKE_REASON, 0); -+ break; -+ case WOWLAN_AP_DISABLE: -+ DBG_871X("%s, WOWLAN_AP_DISABLE\n", __func__); -+ /* 1. Read wakeup reason */ -+ pwrctl->wowlan_wake_reason = -+ rtw_read8(padapter, REG_WOWLAN_WAKE_REASON); -+ -+ DBG_871X_LEVEL(_drv_always_, "wakeup_reason: 0x%02x\n", -+ pwrctl->wowlan_wake_reason); -+ -+ /* 2. Set Disable WOWLAN H2C command. */ -+ DBG_871X_LEVEL(_drv_always_, "Set Disable WOWLan cmd\n"); -+ rtl8723b_set_ap_wowlan_cmd(padapter, 0); -+ /* 6. add some delay for H2C cmd ready */ -+ msleep(2); -+ -+ DBG_871X_LEVEL(_drv_always_, "Release RXDMA\n"); -+ -+ rtw_write32(padapter, REG_RXPKT_NUM, -+ (rtw_read32(padapter, REG_RXPKT_NUM) & (~RW_RELEASE_EN))); -+ -+ SetFwRelatedForWoWLAN8723b(padapter, false); -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ DBG_871X_LEVEL(_drv_always_, "Set Wake GPIO to high for default.\n"); -+ HalSetOutPutGPIO(padapter, WAKEUP_GPIO_IDX, 1); -+#endif /* CONFIG_GPIO_WAKEUP */ -+ rtl8723b_set_FwJoinBssRpt_cmd(padapter, RT_MEDIA_CONNECT); -+ issue_beacon(padapter, 0); -+ break; -+ default: -+ break; -+ } -+} -+ break; -+#endif /* CONFIG_AP_WOWLAN */ -+ case HW_VAR_DM_IN_LPS: -+ rtl8723b_hal_dm_in_lps(padapter); -+ break; -+ default: -+ SetHwReg8723B(padapter, variable, val); -+ break; -+ } -+} -+ -+/* -+ * If variable not handled here, -+ * some variables will be processed in GetHwReg8723B() -+ */ -+static void GetHwReg8723BS(struct adapter *padapter, u8 variable, u8 *val) -+{ -+ switch (variable) { -+ case HW_VAR_CPWM: -+ *val = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HCPWM1_8723B); -+ break; -+ -+ case HW_VAR_FW_PS_STATE: -+ { -+ /* 3. read dword 0x88 driver read fw ps state */ -+ *((u16 *)val) = rtw_read16(padapter, 0x88); -+ } -+ break; -+ default: -+ GetHwReg8723B(padapter, variable, val); -+ break; -+ } -+} -+ -+static void SetHwRegWithBuf8723B(struct adapter *padapter, u8 variable, u8 *pbuf, int len) -+{ -+ switch (variable) { -+ case HW_VAR_C2H_HANDLE: -+ /* DBG_8192C("%s len =%d\n", __func__, len); */ -+ C2HPacketHandler_8723B(padapter, pbuf, len); -+ break; -+ default: -+ break; -+ } -+} -+ -+/* */ -+/* Description: */ -+/* Query setting of specified variable. */ -+/* */ -+static u8 GetHalDefVar8723BSDIO( -+ struct adapter *Adapter, enum HAL_DEF_VARIABLE eVariable, void *pValue -+) -+{ -+ u8 bResult = _SUCCESS; -+ -+ switch (eVariable) { -+ case HAL_DEF_IS_SUPPORT_ANT_DIV: -+ break; -+ case HAL_DEF_CURRENT_ANTENNA: -+ break; -+ case HW_VAR_MAX_RX_AMPDU_FACTOR: -+ /* Stanley@BB.SD3 suggests 16K can get stable performance */ -+ /* coding by Lucas@20130730 */ -+ *(u32 *)pValue = MAX_AMPDU_FACTOR_16K; -+ break; -+ default: -+ bResult = GetHalDefVar8723B(Adapter, eVariable, pValue); -+ break; -+ } -+ -+ return bResult; -+} -+ -+/* */ -+/* Description: */ -+/* Change default setting of specified variable. */ -+/* */ -+static u8 SetHalDefVar8723BSDIO(struct adapter *Adapter, -+ enum HAL_DEF_VARIABLE eVariable, void *pValue) -+{ -+ return SetHalDefVar8723B(Adapter, eVariable, pValue); -+} -+ -+void rtl8723bs_set_hal_ops(struct adapter *padapter) -+{ -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ -+ rtl8723b_set_hal_ops(pHalFunc); -+ -+ pHalFunc->hal_init = &rtl8723bs_hal_init; -+ pHalFunc->hal_deinit = &rtl8723bs_hal_deinit; -+ -+ pHalFunc->inirp_init = &rtl8723bs_inirp_init; -+ pHalFunc->inirp_deinit = &rtl8723bs_inirp_deinit; -+ -+ pHalFunc->init_xmit_priv = &rtl8723bs_init_xmit_priv; -+ pHalFunc->free_xmit_priv = &rtl8723bs_free_xmit_priv; -+ -+ pHalFunc->init_recv_priv = &rtl8723bs_init_recv_priv; -+ pHalFunc->free_recv_priv = &rtl8723bs_free_recv_priv; -+ -+ pHalFunc->init_default_value = &rtl8723bs_init_default_value; -+ pHalFunc->intf_chip_configure = &rtl8723bs_interface_configure; -+ pHalFunc->read_adapter_info = &ReadAdapterInfo8723BS; -+ -+ pHalFunc->enable_interrupt = &EnableInterrupt8723BSdio; -+ pHalFunc->disable_interrupt = &DisableInterrupt8723BSdio; -+ pHalFunc->check_ips_status = &CheckIPSStatus; -+#ifdef CONFIG_WOWLAN -+ pHalFunc->clear_interrupt = &ClearInterrupt8723BSdio; -+#endif -+ pHalFunc->SetHwRegHandler = &SetHwReg8723BS; -+ pHalFunc->GetHwRegHandler = &GetHwReg8723BS; -+ pHalFunc->SetHwRegHandlerWithBuf = &SetHwRegWithBuf8723B; -+ pHalFunc->GetHalDefVarHandler = &GetHalDefVar8723BSDIO; -+ pHalFunc->SetHalDefVarHandler = &SetHalDefVar8723BSDIO; -+ -+ pHalFunc->hal_xmit = &rtl8723bs_hal_xmit; -+ pHalFunc->mgnt_xmit = &rtl8723bs_mgnt_xmit; -+ pHalFunc->hal_xmitframe_enqueue = &rtl8723bs_hal_xmitframe_enqueue; -+ -+#if defined(CONFIG_CHECK_BT_HANG) -+ pHalFunc->hal_init_checkbthang_workqueue = &rtl8723bs_init_checkbthang_workqueue; -+ pHalFunc->hal_free_checkbthang_workqueue = &rtl8723bs_free_checkbthang_workqueue; -+ pHalFunc->hal_cancle_checkbthang_workqueue = &rtl8723bs_cancle_checkbthang_workqueue; -+ pHalFunc->hal_checke_bt_hang = &rtl8723bs_hal_check_bt_hang; -+#endif -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/hal/sdio_ops.c linux/3rdparty/rtl8723bs/hal/sdio_ops.c ---- linux.old/3rdparty/rtl8723bs/hal/sdio_ops.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/hal/sdio_ops.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1296 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ *******************************************************************************/ -+#define _SDIO_OPS_C_ -+ -+#include -+#include -+#include -+ -+/* define SDIO_DEBUG_IO 1 */ -+ -+ -+/* */ -+/* Description: */ -+/* The following mapping is for SDIO host local register space. */ -+/* */ -+/* Creadted by Roger, 2011.01.31. */ -+/* */ -+static void HalSdioGetCmdAddr8723BSdio( -+ struct adapter *padapter, -+ u8 DeviceID, -+ u32 Addr, -+ u32 *pCmdAddr -+) -+{ -+ switch (DeviceID) { -+ case SDIO_LOCAL_DEVICE_ID: -+ *pCmdAddr = ((SDIO_LOCAL_DEVICE_ID << 13) | (Addr & SDIO_LOCAL_MSK)); -+ break; -+ -+ case WLAN_IOREG_DEVICE_ID: -+ *pCmdAddr = ((WLAN_IOREG_DEVICE_ID << 13) | (Addr & WLAN_IOREG_MSK)); -+ break; -+ -+ case WLAN_TX_HIQ_DEVICE_ID: -+ *pCmdAddr = ((WLAN_TX_HIQ_DEVICE_ID << 13) | (Addr & WLAN_FIFO_MSK)); -+ break; -+ -+ case WLAN_TX_MIQ_DEVICE_ID: -+ *pCmdAddr = ((WLAN_TX_MIQ_DEVICE_ID << 13) | (Addr & WLAN_FIFO_MSK)); -+ break; -+ -+ case WLAN_TX_LOQ_DEVICE_ID: -+ *pCmdAddr = ((WLAN_TX_LOQ_DEVICE_ID << 13) | (Addr & WLAN_FIFO_MSK)); -+ break; -+ -+ case WLAN_RX0FF_DEVICE_ID: -+ *pCmdAddr = ((WLAN_RX0FF_DEVICE_ID << 13) | (Addr & WLAN_RX0FF_MSK)); -+ break; -+ -+ default: -+ break; -+ } -+} -+ -+static u8 get_deviceid(u32 addr) -+{ -+ u8 devideId; -+ u16 pseudoId; -+ -+ -+ pseudoId = (u16)(addr >> 16); -+ switch (pseudoId) { -+ case 0x1025: -+ devideId = SDIO_LOCAL_DEVICE_ID; -+ break; -+ -+ case 0x1026: -+ devideId = WLAN_IOREG_DEVICE_ID; -+ break; -+ -+/* case 0x1027: */ -+/* devideId = SDIO_FIRMWARE_FIFO; */ -+/* break; */ -+ -+ case 0x1031: -+ devideId = WLAN_TX_HIQ_DEVICE_ID; -+ break; -+ -+ case 0x1032: -+ devideId = WLAN_TX_MIQ_DEVICE_ID; -+ break; -+ -+ case 0x1033: -+ devideId = WLAN_TX_LOQ_DEVICE_ID; -+ break; -+ -+ case 0x1034: -+ devideId = WLAN_RX0FF_DEVICE_ID; -+ break; -+ -+ default: -+/* devideId = (u8)((addr >> 13) & 0xF); */ -+ devideId = WLAN_IOREG_DEVICE_ID; -+ break; -+ } -+ -+ return devideId; -+} -+ -+/* -+ * Ref: -+ *HalSdioGetCmdAddr8723BSdio() -+ */ -+static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) -+{ -+ u8 deviceId; -+ u16 offset; -+ u32 ftaddr; -+ -+ -+ deviceId = get_deviceid(addr); -+ offset = 0; -+ -+ switch (deviceId) { -+ case SDIO_LOCAL_DEVICE_ID: -+ offset = addr & SDIO_LOCAL_MSK; -+ break; -+ -+ case WLAN_TX_HIQ_DEVICE_ID: -+ case WLAN_TX_MIQ_DEVICE_ID: -+ case WLAN_TX_LOQ_DEVICE_ID: -+ offset = addr & WLAN_FIFO_MSK; -+ break; -+ -+ case WLAN_RX0FF_DEVICE_ID: -+ offset = addr & WLAN_RX0FF_MSK; -+ break; -+ -+ case WLAN_IOREG_DEVICE_ID: -+ default: -+ deviceId = WLAN_IOREG_DEVICE_ID; -+ offset = addr & WLAN_IOREG_MSK; -+ break; -+ } -+ ftaddr = (deviceId << 13) | offset; -+ -+ if (pdeviceId) -+ *pdeviceId = deviceId; -+ if (poffset) -+ *poffset = offset; -+ -+ return ftaddr; -+} -+ -+static u8 sdio_read8(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ u32 ftaddr; -+ u8 val; -+ -+ ftaddr = _cvrt2ftaddr(addr, NULL, NULL); -+ val = sd_read8(pintfhdl, ftaddr, NULL); -+ return val; -+} -+ -+static u16 sdio_read16(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ u32 ftaddr; -+ u16 val; -+ __le16 le_tmp; -+ -+ ftaddr = _cvrt2ftaddr(addr, NULL, NULL); -+ sd_cmd52_read(pintfhdl, ftaddr, 2, (u8 *)&le_tmp); -+ val = le16_to_cpu(le_tmp); -+ return val; -+} -+ -+static u32 sdio_read32(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ struct adapter *padapter; -+ u8 bMacPwrCtrlOn; -+ u8 deviceId; -+ u16 offset; -+ u32 ftaddr; -+ u8 shift; -+ u32 val; -+ s32 err; -+ __le32 le_tmp; -+ -+ padapter = pintfhdl->padapter; -+ ftaddr = _cvrt2ftaddr(addr, &deviceId, &offset); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if ( -+ ((deviceId == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || -+ (false == bMacPwrCtrlOn) || -+ (true == adapter_to_pwrctl(padapter)->bFwCurrentInPSMode) -+ ) { -+ err = sd_cmd52_read(pintfhdl, ftaddr, 4, (u8 *)&le_tmp); -+#ifdef SDIO_DEBUG_IO -+ if (!err) { -+#endif -+ val = le32_to_cpu(le_tmp); -+ return val; -+#ifdef SDIO_DEBUG_IO -+ } -+ -+ DBG_8192C(KERN_ERR "%s: Mac Power off, Read FAIL(%d)! addr = 0x%x\n", __func__, err, addr); -+ return SDIO_ERR_VAL32; -+#endif -+ } -+ -+ /* 4 bytes alignment */ -+ shift = ftaddr & 0x3; -+ if (shift == 0) { -+ val = sd_read32(pintfhdl, ftaddr, NULL); -+ } else { -+ u8 *ptmpbuf; -+ -+ ptmpbuf = (u8 *)rtw_malloc(8); -+ if (NULL == ptmpbuf) { -+ DBG_8192C(KERN_ERR "%s: Allocate memory FAIL!(size =8) addr = 0x%x\n", __func__, addr); -+ return SDIO_ERR_VAL32; -+ } -+ -+ ftaddr &= ~(u16)0x3; -+ sd_read(pintfhdl, ftaddr, 8, ptmpbuf); -+ memcpy(&le_tmp, ptmpbuf+shift, 4); -+ val = le32_to_cpu(le_tmp); -+ -+ kfree(ptmpbuf); -+ } -+ return val; -+} -+ -+static s32 sdio_readN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) -+{ -+ struct adapter *padapter; -+ u8 bMacPwrCtrlOn; -+ u8 deviceId; -+ u16 offset; -+ u32 ftaddr; -+ u8 shift; -+ s32 err; -+ -+ padapter = pintfhdl->padapter; -+ err = 0; -+ -+ ftaddr = _cvrt2ftaddr(addr, &deviceId, &offset); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if ( -+ ((deviceId == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || -+ (false == bMacPwrCtrlOn) || -+ (true == adapter_to_pwrctl(padapter)->bFwCurrentInPSMode) -+ ) { -+ err = sd_cmd52_read(pintfhdl, ftaddr, cnt, pbuf); -+ return err; -+ } -+ -+ /* 4 bytes alignment */ -+ shift = ftaddr & 0x3; -+ if (shift == 0) { -+ err = sd_read(pintfhdl, ftaddr, cnt, pbuf); -+ } else { -+ u8 *ptmpbuf; -+ u32 n; -+ -+ ftaddr &= ~(u16)0x3; -+ n = cnt + shift; -+ ptmpbuf = rtw_malloc(n); -+ if (NULL == ptmpbuf) -+ return -1; -+ -+ err = sd_read(pintfhdl, ftaddr, n, ptmpbuf); -+ if (!err) -+ memcpy(pbuf, ptmpbuf+shift, cnt); -+ kfree(ptmpbuf); -+ } -+ return err; -+} -+ -+static s32 sdio_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) -+{ -+ u32 ftaddr; -+ s32 err; -+ -+ ftaddr = _cvrt2ftaddr(addr, NULL, NULL); -+ sd_write8(pintfhdl, ftaddr, val, &err); -+ -+ return err; -+} -+ -+static s32 sdio_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) -+{ -+ u32 ftaddr; -+ s32 err; -+ __le16 le_tmp; -+ -+ ftaddr = _cvrt2ftaddr(addr, NULL, NULL); -+ le_tmp = cpu_to_le16(val); -+ err = sd_cmd52_write(pintfhdl, ftaddr, 2, (u8 *)&le_tmp); -+ -+ return err; -+} -+ -+static s32 sdio_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) -+{ -+ struct adapter *padapter; -+ u8 bMacPwrCtrlOn; -+ u8 deviceId; -+ u16 offset; -+ u32 ftaddr; -+ u8 shift; -+ s32 err; -+ __le32 le_tmp; -+ -+ padapter = pintfhdl->padapter; -+ err = 0; -+ -+ ftaddr = _cvrt2ftaddr(addr, &deviceId, &offset); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if ( -+ ((deviceId == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || -+ (!bMacPwrCtrlOn) || -+ (adapter_to_pwrctl(padapter)->bFwCurrentInPSMode) -+ ) { -+ le_tmp = cpu_to_le32(val); -+ err = sd_cmd52_write(pintfhdl, ftaddr, 4, (u8 *)&le_tmp); -+ return err; -+ } -+ -+ /* 4 bytes alignment */ -+ shift = ftaddr & 0x3; -+ if (shift == 0) { -+ sd_write32(pintfhdl, ftaddr, val, &err); -+ } else { -+ le_tmp = cpu_to_le32(val); -+ err = sd_cmd52_write(pintfhdl, ftaddr, 4, (u8 *)&le_tmp); -+ } -+ return err; -+} -+ -+static s32 sdio_writeN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) -+{ -+ struct adapter *padapter; -+ u8 bMacPwrCtrlOn; -+ u8 deviceId; -+ u16 offset; -+ u32 ftaddr; -+ u8 shift; -+ s32 err; -+ -+ padapter = pintfhdl->padapter; -+ err = 0; -+ -+ ftaddr = _cvrt2ftaddr(addr, &deviceId, &offset); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if ( -+ ((deviceId == WLAN_IOREG_DEVICE_ID) && (offset < 0x100)) || -+ (false == bMacPwrCtrlOn) || -+ (true == adapter_to_pwrctl(padapter)->bFwCurrentInPSMode) -+ ) { -+ err = sd_cmd52_write(pintfhdl, ftaddr, cnt, pbuf); -+ return err; -+ } -+ -+ shift = ftaddr & 0x3; -+ if (shift == 0) { -+ err = sd_write(pintfhdl, ftaddr, cnt, pbuf); -+ } else { -+ u8 *ptmpbuf; -+ u32 n; -+ -+ ftaddr &= ~(u16)0x3; -+ n = cnt + shift; -+ ptmpbuf = rtw_malloc(n); -+ if (NULL == ptmpbuf) -+ return -1; -+ err = sd_read(pintfhdl, ftaddr, 4, ptmpbuf); -+ if (err) { -+ kfree(ptmpbuf); -+ return err; -+ } -+ memcpy(ptmpbuf+shift, pbuf, cnt); -+ err = sd_write(pintfhdl, ftaddr, n, ptmpbuf); -+ kfree(ptmpbuf); -+ } -+ return err; -+} -+ -+static u8 sdio_f0_read8(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ return sd_f0_read8(pintfhdl, addr, NULL); -+} -+ -+static void sdio_read_mem( -+ struct intf_hdl *pintfhdl, -+ u32 addr, -+ u32 cnt, -+ u8 *rmem -+) -+{ -+ s32 err; -+ -+ err = sdio_readN(pintfhdl, addr, cnt, rmem); -+ /* TODO: Report error is err not zero */ -+} -+ -+static void sdio_write_mem( -+ struct intf_hdl *pintfhdl, -+ u32 addr, -+ u32 cnt, -+ u8 *wmem -+) -+{ -+ sdio_writeN(pintfhdl, addr, cnt, wmem); -+} -+ -+/* -+ * Description: -+ *Read from RX FIFO -+ *Round read size to block size, -+ *and make sure data transfer will be done in one command. -+ * -+ * Parameters: -+ *pintfhdl a pointer of intf_hdl -+ *addr port ID -+ *cnt size to read -+ *rmem address to put data -+ * -+ * Return: -+ *_SUCCESS(1) Success -+ *_FAIL(0) Fail -+ */ -+static u32 sdio_read_port( -+ struct intf_hdl *pintfhdl, -+ u32 addr, -+ u32 cnt, -+ u8 *mem -+) -+{ -+ struct adapter *padapter; -+ PSDIO_DATA psdio; -+ struct hal_com_data *phal; -+ u32 oldcnt; -+#ifdef SDIO_DYNAMIC_ALLOC_MEM -+ u8 *oldmem; -+#endif -+ s32 err; -+ -+ -+ padapter = pintfhdl->padapter; -+ psdio = &adapter_to_dvobj(padapter)->intf_data; -+ phal = GET_HAL_DATA(padapter); -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, addr, phal->SdioRxFIFOCnt++, &addr); -+ -+ oldcnt = cnt; -+ if (cnt > psdio->block_transfer_len) -+ cnt = _RND(cnt, psdio->block_transfer_len); -+/* cnt = sdio_align_size(cnt); */ -+ -+ if (oldcnt != cnt) { -+#ifdef SDIO_DYNAMIC_ALLOC_MEM -+ oldmem = mem; -+ mem = rtw_malloc(cnt); -+ if (mem == NULL) { -+ DBG_8192C(KERN_WARNING "%s: allocate memory %d bytes fail!\n", __func__, cnt); -+ mem = oldmem; -+ oldmem == NULL; -+ } -+#else -+ /* in this case, caller should gurante the buffer is big enough */ -+ /* to receive data after alignment */ -+#endif -+ } -+ -+ err = _sd_read(pintfhdl, addr, cnt, mem); -+ -+#ifdef SDIO_DYNAMIC_ALLOC_MEM -+ if ((oldcnt != cnt) && (oldmem)) { -+ memcpy(oldmem, mem, oldcnt); -+ kfree(mem); -+ } -+#endif -+ -+ if (err) -+ return _FAIL; -+ return _SUCCESS; -+} -+ -+/* -+ * Description: -+ *Write to TX FIFO -+ *Align write size block size, -+ *and make sure data could be written in one command. -+ * -+ * Parameters: -+ *pintfhdl a pointer of intf_hdl -+ *addr port ID -+ *cnt size to write -+ *wmem data pointer to write -+ * -+ * Return: -+ *_SUCCESS(1) Success -+ *_FAIL(0) Fail -+ */ -+static u32 sdio_write_port( -+ struct intf_hdl *pintfhdl, -+ u32 addr, -+ u32 cnt, -+ u8 *mem -+) -+{ -+ struct adapter *padapter; -+ PSDIO_DATA psdio; -+ s32 err; -+ struct xmit_buf *xmitbuf = (struct xmit_buf *)mem; -+ -+ padapter = pintfhdl->padapter; -+ psdio = &adapter_to_dvobj(padapter)->intf_data; -+ -+ if (padapter->hw_init_completed == false) { -+ DBG_871X("%s [addr = 0x%x cnt =%d] padapter->hw_init_completed == false\n", __func__, addr, cnt); -+ return _FAIL; -+ } -+ -+ cnt = _RND4(cnt); -+ HalSdioGetCmdAddr8723BSdio(padapter, addr, cnt >> 2, &addr); -+ -+ if (cnt > psdio->block_transfer_len) -+ cnt = _RND(cnt, psdio->block_transfer_len); -+/* cnt = sdio_align_size(cnt); */ -+ -+ err = sd_write(pintfhdl, addr, cnt, xmitbuf->pdata); -+ -+ rtw_sctx_done_err( -+ &xmitbuf->sctx, -+ err ? RTW_SCTX_DONE_WRITE_PORT_ERR : RTW_SCTX_DONE_SUCCESS -+ ); -+ -+ if (err) -+ return _FAIL; -+ return _SUCCESS; -+} -+ -+void sdio_set_intf_ops(struct adapter *padapter, struct _io_ops *pops) -+{ -+ pops->_read8 = &sdio_read8; -+ pops->_read16 = &sdio_read16; -+ pops->_read32 = &sdio_read32; -+ pops->_read_mem = &sdio_read_mem; -+ pops->_read_port = &sdio_read_port; -+ -+ pops->_write8 = &sdio_write8; -+ pops->_write16 = &sdio_write16; -+ pops->_write32 = &sdio_write32; -+ pops->_writeN = &sdio_writeN; -+ pops->_write_mem = &sdio_write_mem; -+ pops->_write_port = &sdio_write_port; -+ -+ pops->_sd_f0_read8 = sdio_f0_read8; -+} -+ -+/* -+ * Todo: align address to 4 bytes. -+ */ -+static s32 _sdio_local_read( -+ struct adapter *padapter, -+ u32 addr, -+ u32 cnt, -+ u8 *pbuf -+) -+{ -+ struct intf_hdl *pintfhdl; -+ u8 bMacPwrCtrlOn; -+ s32 err; -+ u8 *ptmpbuf; -+ u32 n; -+ -+ -+ pintfhdl = &padapter->iopriv.intf; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if (false == bMacPwrCtrlOn) { -+ err = _sd_cmd52_read(pintfhdl, addr, cnt, pbuf); -+ return err; -+ } -+ -+ n = RND4(cnt); -+ ptmpbuf = (u8 *)rtw_malloc(n); -+ if (!ptmpbuf) -+ return (-1); -+ -+ err = _sd_read(pintfhdl, addr, n, ptmpbuf); -+ if (!err) -+ memcpy(pbuf, ptmpbuf, cnt); -+ -+ if (ptmpbuf) -+ kfree(ptmpbuf); -+ -+ return err; -+} -+ -+/* -+ * Todo: align address to 4 bytes. -+ */ -+s32 sdio_local_read( -+ struct adapter *padapter, -+ u32 addr, -+ u32 cnt, -+ u8 *pbuf -+) -+{ -+ struct intf_hdl *pintfhdl; -+ u8 bMacPwrCtrlOn; -+ s32 err; -+ u8 *ptmpbuf; -+ u32 n; -+ -+ pintfhdl = &padapter->iopriv.intf; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if ( -+ (false == bMacPwrCtrlOn) || -+ (true == adapter_to_pwrctl(padapter)->bFwCurrentInPSMode) -+ ) { -+ err = sd_cmd52_read(pintfhdl, addr, cnt, pbuf); -+ return err; -+ } -+ -+ n = RND4(cnt); -+ ptmpbuf = (u8 *)rtw_malloc(n); -+ if (!ptmpbuf) -+ return (-1); -+ -+ err = sd_read(pintfhdl, addr, n, ptmpbuf); -+ if (!err) -+ memcpy(pbuf, ptmpbuf, cnt); -+ -+ if (ptmpbuf) -+ kfree(ptmpbuf); -+ -+ return err; -+} -+ -+/* -+ * Todo: align address to 4 bytes. -+ */ -+s32 sdio_local_write( -+ struct adapter *padapter, -+ u32 addr, -+ u32 cnt, -+ u8 *pbuf -+) -+{ -+ struct intf_hdl *pintfhdl; -+ u8 bMacPwrCtrlOn; -+ s32 err; -+ u8 *ptmpbuf; -+ -+ if (addr & 0x3) -+ DBG_8192C("%s, address must be 4 bytes alignment\n", __func__); -+ -+ if (cnt & 0x3) -+ DBG_8192C("%s, size must be the multiple of 4\n", __func__); -+ -+ pintfhdl = &padapter->iopriv.intf; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if ( -+ (false == bMacPwrCtrlOn) || -+ (true == adapter_to_pwrctl(padapter)->bFwCurrentInPSMode) -+ ) { -+ err = sd_cmd52_write(pintfhdl, addr, cnt, pbuf); -+ return err; -+ } -+ -+ ptmpbuf = (u8 *)rtw_malloc(cnt); -+ if (!ptmpbuf) -+ return (-1); -+ -+ memcpy(ptmpbuf, pbuf, cnt); -+ -+ err = sd_write(pintfhdl, addr, cnt, ptmpbuf); -+ -+ kfree(ptmpbuf); -+ -+ return err; -+} -+ -+u8 SdioLocalCmd52Read1Byte(struct adapter *padapter, u32 addr) -+{ -+ u8 val = 0; -+ struct intf_hdl *pintfhdl = &padapter->iopriv.intf; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ sd_cmd52_read(pintfhdl, addr, 1, &val); -+ -+ return val; -+} -+ -+static u16 SdioLocalCmd52Read2Byte(struct adapter *padapter, u32 addr) -+{ -+ __le16 val = 0; -+ struct intf_hdl *pintfhdl = &padapter->iopriv.intf; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ sd_cmd52_read(pintfhdl, addr, 2, (u8 *)&val); -+ -+ return le16_to_cpu(val); -+} -+ -+static u32 SdioLocalCmd53Read4Byte(struct adapter *padapter, u32 addr) -+{ -+ -+ u8 bMacPwrCtrlOn; -+ u32 val = 0; -+ struct intf_hdl *pintfhdl = &padapter->iopriv.intf; -+ __le32 le_tmp; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if (!bMacPwrCtrlOn || adapter_to_pwrctl(padapter)->bFwCurrentInPSMode) { -+ sd_cmd52_read(pintfhdl, addr, 4, (u8 *)&le_tmp); -+ val = le32_to_cpu(le_tmp); -+ } else { -+ val = sd_read32(pintfhdl, addr, NULL); -+ } -+ return val; -+} -+ -+void SdioLocalCmd52Write1Byte(struct adapter *padapter, u32 addr, u8 v) -+{ -+ struct intf_hdl *pintfhdl = &padapter->iopriv.intf; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ sd_cmd52_write(pintfhdl, addr, 1, &v); -+} -+ -+static void SdioLocalCmd52Write4Byte(struct adapter *padapter, u32 addr, u32 v) -+{ -+ struct intf_hdl *pintfhdl = &padapter->iopriv.intf; -+ __le32 le_tmp; -+ -+ HalSdioGetCmdAddr8723BSdio(padapter, SDIO_LOCAL_DEVICE_ID, addr, &addr); -+ le_tmp = cpu_to_le32(v); -+ sd_cmd52_write(pintfhdl, addr, 4, (u8 *)&le_tmp); -+} -+ -+static s32 ReadInterrupt8723BSdio(struct adapter *padapter, u32 *phisr) -+{ -+ u32 hisr, himr; -+ u8 val8, hisr_len; -+ -+ -+ if (phisr == NULL) -+ return false; -+ -+ himr = GET_HAL_DATA(padapter)->sdio_himr; -+ -+ /* decide how many bytes need to be read */ -+ hisr_len = 0; -+ while (himr) { -+ hisr_len++; -+ himr >>= 8; -+ } -+ -+ hisr = 0; -+ while (hisr_len != 0) { -+ hisr_len--; -+ val8 = SdioLocalCmd52Read1Byte(padapter, SDIO_REG_HISR+hisr_len); -+ hisr |= (val8 << (8*hisr_len)); -+ } -+ -+ *phisr = hisr; -+ -+ return true; -+} -+ -+/* */ -+/* Description: */ -+/* Initialize SDIO Host Interrupt Mask configuration variables for future use. */ -+/* */ -+/* Assumption: */ -+/* Using SDIO Local register ONLY for configuration. */ -+/* */ -+/* Created by Roger, 2011.02.11. */ -+/* */ -+void InitInterrupt8723BSdio(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pHalData->sdio_himr = (u32)( \ -+ SDIO_HIMR_RX_REQUEST_MSK | -+ SDIO_HIMR_AVAL_MSK | -+/* SDIO_HIMR_TXERR_MSK | */ -+/* SDIO_HIMR_RXERR_MSK | */ -+/* SDIO_HIMR_TXFOVW_MSK | */ -+/* SDIO_HIMR_RXFOVW_MSK | */ -+/* SDIO_HIMR_TXBCNOK_MSK | */ -+/* SDIO_HIMR_TXBCNERR_MSK | */ -+/* SDIO_HIMR_BCNERLY_INT_MSK | */ -+/* SDIO_HIMR_C2HCMD_MSK | */ -+/* SDIO_HIMR_HSISR_IND_MSK | */ -+/* SDIO_HIMR_GTINT3_IND_MSK | */ -+/* SDIO_HIMR_GTINT4_IND_MSK | */ -+/* SDIO_HIMR_PSTIMEOUT_MSK | */ -+/* SDIO_HIMR_OCPINT_MSK | */ -+/* SDIO_HIMR_ATIMEND_MSK | */ -+/* SDIO_HIMR_ATIMEND_E_MSK | */ -+/* SDIO_HIMR_CTWEND_MSK | */ -+ 0); -+} -+ -+/* */ -+/* Description: */ -+/* Initialize System Host Interrupt Mask configuration variables for future use. */ -+/* */ -+/* Created by Roger, 2011.08.03. */ -+/* */ -+void InitSysInterrupt8723BSdio(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ pHalData->SysIntrMask = ( \ -+/* HSIMR_GPIO12_0_INT_EN | */ -+/* HSIMR_SPS_OCP_INT_EN | */ -+/* HSIMR_RON_INT_EN | */ -+/* HSIMR_PDNINT_EN | */ -+/* HSIMR_GPIO9_INT_EN | */ -+ 0); -+} -+ -+#ifdef CONFIG_WOWLAN -+/* */ -+/* Description: */ -+/* Clear corresponding SDIO Host ISR interrupt service. */ -+/* */ -+/* Assumption: */ -+/* Using SDIO Local register ONLY for configuration. */ -+/* */ -+/* Created by Roger, 2011.02.11. */ -+/* */ -+void ClearInterrupt8723BSdio(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ u8 *clear; -+ -+ -+ if (true == padapter->bSurpriseRemoved) -+ return; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ clear = rtw_zmalloc(4); -+ -+ /* Clear corresponding HISR Content if needed */ -+ *(__le32 *)clear = cpu_to_le32(pHalData->sdio_hisr & MASK_SDIO_HISR_CLEAR); -+ if (*(__le32 *)clear) { -+ /* Perform write one clear operation */ -+ sdio_local_write(padapter, SDIO_REG_HISR, 4, clear); -+ } -+ -+ kfree(clear); -+} -+#endif -+ -+/* */ -+/* Description: */ -+/* Enalbe SDIO Host Interrupt Mask configuration on SDIO local domain. */ -+/* */ -+/* Assumption: */ -+/* 1. Using SDIO Local register ONLY for configuration. */ -+/* 2. PASSIVE LEVEL */ -+/* */ -+/* Created by Roger, 2011.02.11. */ -+/* */ -+void EnableInterrupt8723BSdio(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData; -+ __le32 himr; -+ u32 tmp; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ himr = cpu_to_le32(pHalData->sdio_himr); -+ sdio_local_write(padapter, SDIO_REG_HIMR, 4, (u8 *)&himr); -+ -+ RT_TRACE( -+ _module_hci_ops_c_, -+ _drv_notice_, -+ ( -+ "%s: enable SDIO HIMR = 0x%08X\n", -+ __func__, -+ pHalData->sdio_himr -+ ) -+ ); -+ -+ /* Update current system IMR settings */ -+ tmp = rtw_read32(padapter, REG_HSIMR); -+ rtw_write32(padapter, REG_HSIMR, tmp | pHalData->SysIntrMask); -+ -+ RT_TRACE( -+ _module_hci_ops_c_, -+ _drv_notice_, -+ ( -+ "%s: enable HSIMR = 0x%08X\n", -+ __func__, -+ pHalData->SysIntrMask -+ ) -+ ); -+ -+ /* */ -+ /* There are some C2H CMDs have been sent before system interrupt is enabled, e.g., C2H, CPWM. */ -+ /* So we need to clear all C2H events that FW has notified, otherwise FW won't schedule any commands anymore. */ -+ /* 2011.10.19. */ -+ /* */ -+ rtw_write8(padapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); -+} -+ -+/* */ -+/* Description: */ -+/* Disable SDIO Host IMR configuration to mask unnecessary interrupt service. */ -+/* */ -+/* Assumption: */ -+/* Using SDIO Local register ONLY for configuration. */ -+/* */ -+/* Created by Roger, 2011.02.11. */ -+/* */ -+void DisableInterrupt8723BSdio(struct adapter *padapter) -+{ -+ __le32 himr; -+ -+ himr = cpu_to_le32(SDIO_HIMR_DISABLED); -+ sdio_local_write(padapter, SDIO_REG_HIMR, 4, (u8 *)&himr); -+} -+ -+/* */ -+/* Description: */ -+/* Using 0x100 to check the power status of FW. */ -+/* */ -+/* Assumption: */ -+/* Using SDIO Local register ONLY for configuration. */ -+/* */ -+/* Created by Isaac, 2013.09.10. */ -+/* */ -+u8 CheckIPSStatus(struct adapter *padapter) -+{ -+ DBG_871X( -+ "%s(): Read 0x100 = 0x%02x 0x86 = 0x%02x\n", -+ __func__, -+ rtw_read8(padapter, 0x100), -+ rtw_read8(padapter, 0x86) -+ ); -+ -+ if (rtw_read8(padapter, 0x100) == 0xEA) -+ return true; -+ else -+ return false; -+} -+ -+static struct recv_buf *sd_recv_rxfifo(struct adapter *padapter, u32 size) -+{ -+ u32 readsize, ret; -+ u8 *preadbuf; -+ struct recv_priv *precvpriv; -+ struct recv_buf *precvbuf; -+ -+ -+ /* Patch for some SDIO Host 4 bytes issue */ -+ /* ex. RK3188 */ -+ readsize = RND4(size); -+ -+ /* 3 1. alloc recvbuf */ -+ precvpriv = &padapter->recvpriv; -+ precvbuf = rtw_dequeue_recvbuf(&precvpriv->free_recv_buf_queue); -+ if (precvbuf == NULL) { -+ DBG_871X_LEVEL(_drv_err_, "%s: alloc recvbuf FAIL!\n", __func__); -+ return NULL; -+ } -+ -+ /* 3 2. alloc skb */ -+ if (precvbuf->pskb == NULL) { -+ SIZE_PTR tmpaddr = 0; -+ SIZE_PTR alignment = 0; -+ -+ precvbuf->pskb = rtw_skb_alloc(MAX_RECVBUF_SZ + RECVBUFF_ALIGN_SZ); -+ -+ if (precvbuf->pskb) { -+ precvbuf->pskb->dev = padapter->pnetdev; -+ -+ tmpaddr = (SIZE_PTR)precvbuf->pskb->data; -+ alignment = tmpaddr & (RECVBUFF_ALIGN_SZ-1); -+ skb_reserve(precvbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); -+ } -+ -+ if (precvbuf->pskb == NULL) { -+ DBG_871X("%s: alloc_skb fail! read =%d\n", __func__, readsize); -+ return NULL; -+ } -+ } -+ -+ /* 3 3. read data from rxfifo */ -+ preadbuf = precvbuf->pskb->data; -+ ret = sdio_read_port(&padapter->iopriv.intf, WLAN_RX0FF_DEVICE_ID, readsize, preadbuf); -+ if (ret == _FAIL) { -+ RT_TRACE(_module_hci_ops_os_c_, _drv_err_, ("%s: read port FAIL!\n", __func__)); -+ return NULL; -+ } -+ -+ -+ /* 3 4. init recvbuf */ -+ precvbuf->len = size; -+ precvbuf->phead = precvbuf->pskb->head; -+ precvbuf->pdata = precvbuf->pskb->data; -+ skb_set_tail_pointer(precvbuf->pskb, size); -+ precvbuf->ptail = skb_tail_pointer(precvbuf->pskb); -+ precvbuf->pend = skb_end_pointer(precvbuf->pskb); -+ -+ return precvbuf; -+} -+ -+static void sd_rxhandler(struct adapter *padapter, struct recv_buf *precvbuf) -+{ -+ struct recv_priv *precvpriv; -+ struct __queue *ppending_queue; -+ -+ precvpriv = &padapter->recvpriv; -+ ppending_queue = &precvpriv->recv_buf_pending_queue; -+ -+ /* 3 1. enqueue recvbuf */ -+ rtw_enqueue_recvbuf(precvbuf, ppending_queue); -+ -+ /* 3 2. schedule tasklet */ -+ tasklet_schedule(&precvpriv->recv_tasklet); -+} -+ -+void sd_int_dpc(struct adapter *padapter) -+{ -+ struct hal_com_data *phal; -+ struct dvobj_priv *dvobj; -+ struct intf_hdl *pintfhdl = &padapter->iopriv.intf; -+ struct pwrctrl_priv *pwrctl; -+ -+ -+ phal = GET_HAL_DATA(padapter); -+ dvobj = adapter_to_dvobj(padapter); -+ pwrctl = dvobj_to_pwrctl(dvobj); -+ -+ if (phal->sdio_hisr & SDIO_HISR_AVAL) { -+ u8 freepage[4]; -+ -+ _sdio_local_read(padapter, SDIO_REG_FREE_TXPG, 4, freepage); -+ up(&(padapter->xmitpriv.xmit_sema)); -+ } -+ -+ if (phal->sdio_hisr & SDIO_HISR_CPWM1) { -+ struct reportpwrstate_parm report; -+ -+ u8 bcancelled; -+ _cancel_timer(&(pwrctl->pwr_rpwm_timer), &bcancelled); -+ -+ report.state = SdioLocalCmd52Read1Byte(padapter, SDIO_REG_HCPWM1_8723B); -+ -+ /* cpwm_int_hdl(padapter, &report); */ -+ _set_workitem(&(pwrctl->cpwm_event)); -+ } -+ -+ if (phal->sdio_hisr & SDIO_HISR_TXERR) { -+ u8 *status; -+ u32 addr; -+ -+ status = rtw_malloc(4); -+ if (status) { -+ addr = REG_TXDMA_STATUS; -+ HalSdioGetCmdAddr8723BSdio(padapter, WLAN_IOREG_DEVICE_ID, addr, &addr); -+ _sd_read(pintfhdl, addr, 4, status); -+ _sd_write(pintfhdl, addr, 4, status); -+ DBG_8192C("%s: SDIO_HISR_TXERR (0x%08x)\n", __func__, le32_to_cpu(*(u32 *)status)); -+ kfree(status); -+ } else { -+ DBG_8192C("%s: SDIO_HISR_TXERR, but can't allocate memory to read status!\n", __func__); -+ } -+ } -+ -+ if (phal->sdio_hisr & SDIO_HISR_TXBCNOK) { -+ DBG_8192C("%s: SDIO_HISR_TXBCNOK\n", __func__); -+ } -+ -+ if (phal->sdio_hisr & SDIO_HISR_TXBCNERR) { -+ DBG_8192C("%s: SDIO_HISR_TXBCNERR\n", __func__); -+ } -+#ifndef CONFIG_C2H_PACKET_EN -+ if (phal->sdio_hisr & SDIO_HISR_C2HCMD) { -+ struct c2h_evt_hdr_88xx *c2h_evt; -+ -+ DBG_8192C("%s: C2H Command\n", __func__); -+ c2h_evt = (struct c2h_evt_hdr_88xx *)rtw_zmalloc(16); -+ if (c2h_evt != NULL) { -+ if (rtw_hal_c2h_evt_read(padapter, (u8 *)c2h_evt) == _SUCCESS) { -+ if (c2h_id_filter_ccx_8723b((u8 *)c2h_evt)) { -+ /* Handle CCX report here */ -+ rtw_hal_c2h_handler(padapter, (u8 *)c2h_evt); -+ kfree((u8 *)c2h_evt); -+ } else { -+ rtw_c2h_wk_cmd(padapter, (u8 *)c2h_evt); -+ } -+ } -+ } else { -+ /* Error handling for malloc fail */ -+ if (rtw_cbuf_push(padapter->evtpriv.c2h_queue, (void *)NULL) != _SUCCESS) -+ DBG_871X("%s rtw_cbuf_push fail\n", __func__); -+ _set_workitem(&padapter->evtpriv.c2h_wk); -+ } -+ } -+#endif -+ -+ if (phal->sdio_hisr & SDIO_HISR_RXFOVW) { -+ DBG_8192C("%s: Rx Overflow\n", __func__); -+ } -+ -+ if (phal->sdio_hisr & SDIO_HISR_RXERR) { -+ DBG_8192C("%s: Rx Error\n", __func__); -+ } -+ -+ if (phal->sdio_hisr & SDIO_HISR_RX_REQUEST) { -+ struct recv_buf *precvbuf; -+ int alloc_fail_time = 0; -+ u32 hisr; -+ -+/* DBG_8192C("%s: RX Request, size =%d\n", __func__, phal->SdioRxFIFOSize); */ -+ phal->sdio_hisr ^= SDIO_HISR_RX_REQUEST; -+ do { -+ phal->SdioRxFIFOSize = SdioLocalCmd52Read2Byte(padapter, SDIO_REG_RX0_REQ_LEN); -+ if (phal->SdioRxFIFOSize != 0) { -+ precvbuf = sd_recv_rxfifo(padapter, phal->SdioRxFIFOSize); -+ if (precvbuf) -+ sd_rxhandler(padapter, precvbuf); -+ else { -+ alloc_fail_time++; -+ DBG_871X("precvbuf is Null for %d times because alloc memory failed\n", alloc_fail_time); -+ if (alloc_fail_time >= 10) -+ break; -+ } -+ phal->SdioRxFIFOSize = 0; -+ } else -+ break; -+ -+ hisr = 0; -+ ReadInterrupt8723BSdio(padapter, &hisr); -+ hisr &= SDIO_HISR_RX_REQUEST; -+ if (!hisr) -+ break; -+ } while (1); -+ -+ if (alloc_fail_time == 10) -+ DBG_871X("exit because alloc memory failed more than 10 times\n"); -+ -+ } -+} -+ -+void sd_int_hdl(struct adapter *padapter) -+{ -+ struct hal_com_data *phal; -+ -+ -+ if ( -+ (padapter->bDriverStopped == true) || -+ (padapter->bSurpriseRemoved == true) -+ ) -+ return; -+ -+ phal = GET_HAL_DATA(padapter); -+ -+ phal->sdio_hisr = 0; -+ ReadInterrupt8723BSdio(padapter, &phal->sdio_hisr); -+ -+ if (phal->sdio_hisr & phal->sdio_himr) { -+ u32 v32; -+ -+ phal->sdio_hisr &= phal->sdio_himr; -+ -+ /* clear HISR */ -+ v32 = phal->sdio_hisr & MASK_SDIO_HISR_CLEAR; -+ if (v32) { -+ SdioLocalCmd52Write4Byte(padapter, SDIO_REG_HISR, v32); -+ } -+ -+ sd_int_dpc(padapter); -+ } else { -+ RT_TRACE(_module_hci_ops_c_, _drv_err_, -+ ("%s: HISR(0x%08x) and HIMR(0x%08x) not match!\n", -+ __func__, phal->sdio_hisr, phal->sdio_himr)); -+ } -+} -+ -+/* */ -+/* Description: */ -+/* Query SDIO Local register to query current the number of Free TxPacketBuffer page. */ -+/* */ -+/* Assumption: */ -+/* 1. Running at PASSIVE_LEVEL */ -+/* 2. RT_TX_SPINLOCK is NOT acquired. */ -+/* */ -+/* Created by Roger, 2011.01.28. */ -+/* */ -+u8 HalQueryTxBufferStatus8723BSdio(struct adapter *padapter) -+{ -+ struct hal_com_data *phal; -+ u32 NumOfFreePage; -+ /* _irqL irql; */ -+ -+ -+ phal = GET_HAL_DATA(padapter); -+ -+ NumOfFreePage = SdioLocalCmd53Read4Byte(padapter, SDIO_REG_FREE_TXPG); -+ -+ /* spin_lock_bh(&phal->SdioTxFIFOFreePageLock); */ -+ memcpy(phal->SdioTxFIFOFreePage, &NumOfFreePage, 4); -+ RT_TRACE(_module_hci_ops_c_, _drv_notice_, -+ ("%s: Free page for HIQ(%#x), MIDQ(%#x), LOWQ(%#x), PUBQ(%#x)\n", -+ __func__, -+ phal->SdioTxFIFOFreePage[HI_QUEUE_IDX], -+ phal->SdioTxFIFOFreePage[MID_QUEUE_IDX], -+ phal->SdioTxFIFOFreePage[LOW_QUEUE_IDX], -+ phal->SdioTxFIFOFreePage[PUBLIC_QUEUE_IDX])); -+ /* spin_unlock_bh(&phal->SdioTxFIFOFreePageLock); */ -+ -+ return true; -+} -+ -+/* */ -+/* Description: */ -+/* Query SDIO Local register to get the current number of TX OQT Free Space. */ -+/* */ -+u8 HalQueryTxOQTBufferStatus8723BSdio(struct adapter *padapter) -+{ -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ -+ pHalData->SdioTxOQTFreeSpace = SdioLocalCmd52Read1Byte(padapter, SDIO_REG_OQT_FREE_PG); -+ return true; -+} -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+u8 RecvOnePkt(struct adapter *padapter, u32 size) -+{ -+ struct recv_buf *precvbuf; -+ struct dvobj_priv *psddev; -+ PSDIO_DATA psdio_data; -+ struct sdio_func *func; -+ -+ u8 res = false; -+ -+ DBG_871X("+%s: size: %d+\n", __func__, size); -+ -+ if (padapter == NULL) { -+ DBG_871X(KERN_ERR "%s: padapter is NULL!\n", __func__); -+ return false; -+ } -+ -+ psddev = adapter_to_dvobj(padapter); -+ psdio_data = &psddev->intf_data; -+ func = psdio_data->func; -+ -+ if (size) { -+ sdio_claim_host(func); -+ precvbuf = sd_recv_rxfifo(padapter, size); -+ -+ if (precvbuf) { -+ /* printk("Completed Recv One Pkt.\n"); */ -+ sd_rxhandler(padapter, precvbuf); -+ res = true; -+ } else { -+ res = false; -+ } -+ sdio_release_host(func); -+ } -+ DBG_871X("-%s-\n", __func__); -+ return res; -+} -+#endif /* CONFIG_WOWLAN */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/autoconf.h linux/3rdparty/rtl8723bs/include/autoconf.h ---- linux.old/3rdparty/rtl8723bs/include/autoconf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/autoconf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,71 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ -+/* -+ * Automatically generated C config: don't edit -+ */ -+ -+/* -+ * Functions Config -+ */ -+/* define CONFIG_DEBUG_CFG80211 */ -+ -+#ifndef CONFIG_WIRELESS_EXT -+#error CONFIG_WIRELESS_EXT needs to be enabled for this driver to work -+#endif -+ -+/* -+ * Auto Config Section -+ */ -+#define LPS_RPWM_WAIT_MS 300 -+#ifndef DISABLE_BB_RF -+#define DISABLE_BB_RF 0 -+#endif -+ -+#if DISABLE_BB_RF -+ #define HAL_MAC_ENABLE 0 -+ #define HAL_BB_ENABLE 0 -+ #define HAL_RF_ENABLE 0 -+#else -+ #define HAL_MAC_ENABLE 1 -+ #define HAL_BB_ENABLE 1 -+ #define HAL_RF_ENABLE 1 -+#endif -+ -+/* -+ * Platform dependent -+ */ -+#define WAKEUP_GPIO_IDX 12 /* WIFI Chip Side */ -+#ifdef CONFIG_WOWLAN -+#define CONFIG_GTK_OL -+#endif /* CONFIG_WOWLAN */ -+ -+/* -+ * Debug Related Config -+ */ -+#undef CONFIG_DEBUG -+ -+#ifdef CONFIG_DEBUG -+#define DBG 1 /* for ODM & BTCOEX debug */ -+/*#define CONFIG_DEBUG_RTL871X */ -+#else /* !CONFIG_DEBUG */ -+#define DBG 0 /* for ODM & BTCOEX debug */ -+#endif /* !CONFIG_DEBUG */ -+ -+#define CONFIG_PROC_DEBUG -+ -+/* define DBG_XMIT_BUF */ -+/* define DBG_XMIT_BUF_EXT */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/basic_types.h linux/3rdparty/rtl8723bs/include/basic_types.h ---- linux.old/3rdparty/rtl8723bs/include/basic_types.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/basic_types.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,209 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __BASIC_TYPES_H__ -+#define __BASIC_TYPES_H__ -+ -+ -+#define SUCCESS 0 -+#define FAIL (-1) -+ -+#include -+ -+typedef signed int sint; -+ -+#define FIELD_OFFSET(s, field) ((__kernel_ssize_t)&((s*)(0))->field) -+ -+#define SIZE_PTR __kernel_size_t -+#define SSIZE_PTR __kernel_ssize_t -+ -+/* port from fw by thomas */ -+/* TODO: Belows are Sync from SD7-Driver. It is necessary to check correctness */ -+ -+/* -+ *Call endian free function when -+ * 1. Read/write packet content. -+ * 2. Before write integer to IO. -+ * 3. After read integer from IO. -+*/ -+ -+/* */ -+/* Byte Swapping routine. */ -+/* */ -+#define EF1Byte (u8) -+#define EF2Byte le16_to_cpu -+#define EF4Byte le32_to_cpu -+ -+/* Convert little data endian to host ordering */ -+#define EF1BYTE(_val) \ -+ ((u8)(_val)) -+#define EF2BYTE(_val) \ -+ (le16_to_cpu(_val)) -+#define EF4BYTE(_val) \ -+ (le32_to_cpu(_val)) -+ -+/* Read data from memory */ -+#define READEF1BYTE(_ptr) \ -+ EF1BYTE(*((u8 *)(_ptr))) -+/* Read le16 data from memory and convert to host ordering */ -+#define READEF2BYTE(_ptr) \ -+ EF2BYTE(*(_ptr)) -+#define READEF4BYTE(_ptr) \ -+ EF4BYTE(*(_ptr)) -+ -+/* Write data to memory */ -+#define WRITEEF1BYTE(_ptr, _val) \ -+ do { \ -+ (*((u8 *)(_ptr))) = EF1BYTE(_val); \ -+ } while (0) -+/* Write le data to memory in host ordering */ -+#define WRITEEF2BYTE(_ptr, _val) \ -+ do { \ -+ (*((u16 *)(_ptr))) = EF2BYTE(_val); \ -+ } while (0) -+ -+#define WRITEEF4BYTE(_ptr, _val) \ -+ do { \ -+ (*((u32 *)(_ptr))) = EF2BYTE(_val); \ -+ } while (0) -+ -+/* Create a bit mask -+ * Examples: -+ * BIT_LEN_MASK_32(0) => 0x00000000 -+ * BIT_LEN_MASK_32(1) => 0x00000001 -+ * BIT_LEN_MASK_32(2) => 0x00000003 -+ * BIT_LEN_MASK_32(32) => 0xFFFFFFFF -+ */ -+#define BIT_LEN_MASK_32(__bitlen) \ -+ (0xFFFFFFFF >> (32 - (__bitlen))) -+#define BIT_LEN_MASK_16(__bitlen) \ -+ (0xFFFF >> (16 - (__bitlen))) -+#define BIT_LEN_MASK_8(__bitlen) \ -+ (0xFF >> (8 - (__bitlen))) -+ -+/* Create an offset bit mask -+ * Examples: -+ * BIT_OFFSET_LEN_MASK_32(0, 2) => 0x00000003 -+ * BIT_OFFSET_LEN_MASK_32(16, 2) => 0x00030000 -+ */ -+#define BIT_OFFSET_LEN_MASK_32(__bitoffset, __bitlen) \ -+ (BIT_LEN_MASK_32(__bitlen) << (__bitoffset)) -+#define BIT_OFFSET_LEN_MASK_16(__bitoffset, __bitlen) \ -+ (BIT_LEN_MASK_16(__bitlen) << (__bitoffset)) -+#define BIT_OFFSET_LEN_MASK_8(__bitoffset, __bitlen) \ -+ (BIT_LEN_MASK_8(__bitlen) << (__bitoffset)) -+ -+/*Description: -+ * Return 4-byte value in host byte ordering from -+ * 4-byte pointer in little-endian system. -+ */ -+#define LE_P4BYTE_TO_HOST_4BYTE(__pstart) \ -+ (EF4BYTE(*((__le32 *)(__pstart)))) -+#define LE_P2BYTE_TO_HOST_2BYTE(__pstart) \ -+ (EF2BYTE(*((__le16 *)(__pstart)))) -+#define LE_P1BYTE_TO_HOST_1BYTE(__pstart) \ -+ (EF1BYTE(*((u8 *)(__pstart)))) -+ -+/* */ -+/* Description: */ -+/* Translate subfield (continuous bits in little-endian) of 4-byte value in litten byte to */ -+/* 4-byte value in host byte ordering. */ -+/* */ -+#define LE_BITS_TO_4BYTE(__pstart, __bitoffset, __bitlen) \ -+ (\ -+ (LE_P4BYTE_TO_HOST_4BYTE(__pstart) >> (__bitoffset)) & \ -+ BIT_LEN_MASK_32(__bitlen) \ -+ ) -+#define LE_BITS_TO_2BYTE(__pstart, __bitoffset, __bitlen) \ -+ (\ -+ (LE_P2BYTE_TO_HOST_2BYTE(__pstart) >> (__bitoffset)) & \ -+ BIT_LEN_MASK_16(__bitlen) \ -+ ) -+#define LE_BITS_TO_1BYTE(__pstart, __bitoffset, __bitlen) \ -+ (\ -+ (LE_P1BYTE_TO_HOST_1BYTE(__pstart) >> (__bitoffset)) & \ -+ BIT_LEN_MASK_8(__bitlen) \ -+ ) -+ -+/* */ -+/* Description: */ -+/* Mask subfield (continuous bits in little-endian) of 4-byte value in litten byte oredering */ -+/* and return the result in 4-byte value in host byte ordering. */ -+/* */ -+#define LE_BITS_CLEARED_TO_4BYTE(__pstart, __bitoffset, __bitlen) \ -+ (\ -+ LE_P4BYTE_TO_HOST_4BYTE(__pstart) & \ -+ (~BIT_OFFSET_LEN_MASK_32(__bitoffset, __bitlen)) \ -+ ) -+#define LE_BITS_CLEARED_TO_2BYTE(__pstart, __bitoffset, __bitlen) \ -+ (\ -+ LE_P2BYTE_TO_HOST_2BYTE(__pstart) & \ -+ (~BIT_OFFSET_LEN_MASK_16(__bitoffset, __bitlen)) \ -+ ) -+#define LE_BITS_CLEARED_TO_1BYTE(__pstart, __bitoffset, __bitlen) \ -+ (\ -+ LE_P1BYTE_TO_HOST_1BYTE(__pstart) & \ -+ (~BIT_OFFSET_LEN_MASK_8(__bitoffset, __bitlen)) \ -+ ) -+ -+/* */ -+/* Description: */ -+/* Set subfield of little-endian 4-byte value to specified value. */ -+/* */ -+#define SET_BITS_TO_LE_4BYTE(__pstart, __bitoffset, __bitlen, __val) \ -+ *((u32 *)(__pstart)) = \ -+ ( \ -+ LE_BITS_CLEARED_TO_4BYTE(__pstart, __bitoffset, __bitlen) | \ -+ ((((u32)__val) & BIT_LEN_MASK_32(__bitlen)) << (__bitoffset)) \ -+ ) -+ -+#define SET_BITS_TO_LE_2BYTE(__pstart, __bitoffset, __bitlen, __val) \ -+ *((u16 *)(__pstart)) = \ -+ ( \ -+ LE_BITS_CLEARED_TO_2BYTE(__pstart, __bitoffset, __bitlen) | \ -+ ((((u16)__val) & BIT_LEN_MASK_16(__bitlen)) << (__bitoffset)) \ -+ ); -+ -+#define SET_BITS_TO_LE_1BYTE(__pstart, __bitoffset, __bitlen, __val) \ -+ *((u8 *)(__pstart)) = EF1BYTE \ -+ ( \ -+ LE_BITS_CLEARED_TO_1BYTE(__pstart, __bitoffset, __bitlen) | \ -+ ((((u8)__val) & BIT_LEN_MASK_8(__bitlen)) << (__bitoffset)) \ -+ ) -+ -+#define LE_BITS_CLEARED_TO_1BYTE_8BIT(__pStart, __BitOffset, __BitLen) \ -+ (\ -+ LE_P1BYTE_TO_HOST_1BYTE(__pStart) \ -+ ) -+ -+#define SET_BITS_TO_LE_1BYTE_8BIT(__pStart, __BitOffset, __BitLen, __Value) \ -+{ \ -+ *((u8 *)(__pStart)) = \ -+ EF1Byte(\ -+ LE_BITS_CLEARED_TO_1BYTE_8BIT(__pStart, __BitOffset, __BitLen) \ -+ | \ -+ ((u8)__Value) \ -+ ); \ -+} -+ -+/* Get the N-bytes aligment offset from the current length */ -+#define N_BYTE_ALIGMENT(__Value, __Aligment) ((__Aligment == 1) ? (__Value) : (((__Value + __Aligment - 1) / __Aligment) * __Aligment)) -+ -+#define TEST_FLAG(__Flag, __testFlag) (((__Flag) & (__testFlag)) != 0) -+#define SET_FLAG(__Flag, __setFlag) ((__Flag) |= __setFlag) -+#define CLEAR_FLAG(__Flag, __clearFlag) ((__Flag) &= ~(__clearFlag)) -+#define CLEAR_FLAGS(__Flag) ((__Flag) = 0) -+#define TEST_FLAGS(__Flag, __testFlags) (((__Flag) & (__testFlags)) == (__testFlags)) -+ -+#endif /* __BASIC_TYPES_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/cmd_osdep.h linux/3rdparty/rtl8723bs/include/cmd_osdep.h ---- linux.old/3rdparty/rtl8723bs/include/cmd_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/cmd_osdep.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,26 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __CMD_OSDEP_H_ -+#define __CMD_OSDEP_H_ -+ -+ -+extern sint _rtw_init_cmd_priv (struct cmd_priv *pcmdpriv); -+extern sint _rtw_init_evt_priv(struct evt_priv *pevtpriv); -+extern void _rtw_free_evt_priv (struct evt_priv *pevtpriv); -+extern void _rtw_free_cmd_priv (struct cmd_priv *pcmdpriv); -+extern sint _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj); -+extern struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/drv_conf.h linux/3rdparty/rtl8723bs/include/drv_conf.h ---- linux.old/3rdparty/rtl8723bs/include/drv_conf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/drv_conf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,37 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __DRV_CONF_H__ -+#define __DRV_CONF_H__ -+#include "autoconf.h" -+ -+//About USB VENDOR REQ -+#if defined(CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC) && !defined(CONFIG_USB_VENDOR_REQ_MUTEX) -+ #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC automatically" -+ #define CONFIG_USB_VENDOR_REQ_MUTEX -+#endif -+#if defined(CONFIG_VENDOR_REQ_RETRY) && !defined(CONFIG_USB_VENDOR_REQ_MUTEX) -+ #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_VENDOR_REQ_RETRY automatically" -+ #define CONFIG_USB_VENDOR_REQ_MUTEX -+#endif -+ -+#define DYNAMIC_CAMID_ALLOC -+ -+#ifndef CONFIG_RTW_HIQ_FILTER -+ #define CONFIG_RTW_HIQ_FILTER 1 -+#endif -+ -+//#include -+ -+#endif // __DRV_CONF_H__ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/drv_types.h linux/3rdparty/rtl8723bs/include/drv_types.h ---- linux.old/3rdparty/rtl8723bs/include/drv_types.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/drv_types.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,720 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/*------------------------------------------------------------------------------- -+ -+ For type defines and data structure defines -+ -+--------------------------------------------------------------------------------*/ -+ -+ -+#ifndef __DRV_TYPES_H__ -+#define __DRV_TYPES_H__ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+enum _NIC_VERSION { -+ -+ RTL8711_NIC, -+ RTL8712_NIC, -+ RTL8713_NIC, -+ RTL8716_NIC -+ -+}; -+ -+#include -+ -+#include -+ -+#ifdef CONFIG_INTEL_WIDI -+#include -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include "ioctl_cfg80211.h" -+ -+#include -+#include -+#include -+ -+#define SPEC_DEV_ID_NONE BIT(0) -+#define SPEC_DEV_ID_DISABLE_HT BIT(1) -+#define SPEC_DEV_ID_ENABLE_PS BIT(2) -+#define SPEC_DEV_ID_RF_CONFIG_1T1R BIT(3) -+#define SPEC_DEV_ID_RF_CONFIG_2T2R BIT(4) -+#define SPEC_DEV_ID_ASSIGN_IFNAME BIT(5) -+ -+struct specific_device_id{ -+ -+ u32 flags; -+ -+ u16 idVendor; -+ u16 idProduct; -+ -+}; -+ -+struct registry_priv -+{ -+ u8 chip_version; -+ u8 rfintfs; -+ u8 lbkmode; -+ u8 hci; -+ struct ndis_802_11_ssid ssid; -+ u8 network_mode; /* infra, ad-hoc, auto */ -+ u8 channel;/* ad-hoc support requirement */ -+ u8 wireless_mode;/* A, B, G, auto */ -+ u8 scan_mode;/* active, passive */ -+ u8 radio_enable; -+ u8 preamble;/* long, short, auto */ -+ u8 vrtl_carrier_sense;/* Enable, Disable, Auto */ -+ u8 vcs_type;/* RTS/CTS, CTS-to-self */ -+ u16 rts_thresh; -+ u16 frag_thresh; -+ u8 adhoc_tx_pwr; -+ u8 soft_ap; -+ u8 power_mgnt; -+ u8 ips_mode; -+ u8 smart_ps; -+ u8 usb_rxagg_mode; -+ u8 long_retry_lmt; -+ u8 short_retry_lmt; -+ u16 busy_thresh; -+ u8 ack_policy; -+ u8 mp_dm; -+ u8 software_encrypt; -+ u8 software_decrypt; -+ u8 acm_method; -+ /* UAPSD */ -+ u8 wmm_enable; -+ u8 uapsd_enable; -+ u8 uapsd_max_sp; -+ u8 uapsd_acbk_en; -+ u8 uapsd_acbe_en; -+ u8 uapsd_acvi_en; -+ u8 uapsd_acvo_en; -+ -+ struct wlan_bssid_ex dev_network; -+ -+ u8 ht_enable; -+ /* 0: 20 MHz, 1: 40 MHz, 2: 80 MHz, 3: 160MHz */ -+ /* 2.4G use bit 0 ~ 3, 5G use bit 4 ~ 7 */ -+ /* 0x21 means enable 2.4G 40MHz & 5G 80MHz */ -+ u8 bw_mode; -+ u8 ampdu_enable;/* for tx */ -+ u8 rx_stbc; -+ u8 ampdu_amsdu;/* A-MPDU Supports A-MSDU is permitted */ -+ /* Short GI support Bit Map */ -+ /* BIT0 - 20MHz, 1: support, 0: non-support */ -+ /* BIT1 - 40MHz, 1: support, 0: non-support */ -+ /* BIT2 - 80MHz, 1: support, 0: non-support */ -+ /* BIT3 - 160MHz, 1: support, 0: non-support */ -+ u8 short_gi; -+ /* BIT0: Enable VHT LDPC Rx, BIT1: Enable VHT LDPC Tx, BIT4: Enable HT LDPC Rx, BIT5: Enable HT LDPC Tx */ -+ u8 ldpc_cap; -+ /* BIT0: Enable VHT STBC Rx, BIT1: Enable VHT STBC Tx, BIT4: Enable HT STBC Rx, BIT5: Enable HT STBC Tx */ -+ u8 stbc_cap; -+ /* BIT0: Enable VHT Beamformer, BIT1: Enable VHT Beamformee, BIT4: Enable HT Beamformer, BIT5: Enable HT Beamformee */ -+ u8 beamform_cap; -+ -+ u8 lowrate_two_xmit; -+ -+ u8 rf_config ; -+ u8 low_power ; -+ -+ u8 wifi_spec;/* !turbo_mode */ -+ -+ u8 channel_plan; -+ -+ u8 btcoex; -+ u8 bt_iso; -+ u8 bt_sco; -+ u8 bt_ampdu; -+ s8 ant_num; -+ -+ bool bAcceptAddbaReq; -+ -+ u8 antdiv_cfg; -+ u8 antdiv_type; -+ -+ u8 usbss_enable;/* 0:disable, 1:enable */ -+ u8 hwpdn_mode;/* 0:disable, 1:enable, 2:decide by EFUSE config */ -+ u8 hwpwrp_detect;/* 0:disable, 1:enable */ -+ -+ u8 hw_wps_pbc;/* 0:disable, 1:enable */ -+ -+ u8 max_roaming_times; /* the max number driver will try to roaming */ -+ -+ u8 enable80211d; -+ -+ u8 ifname[16]; -+ -+ u8 notch_filter; -+ -+ /* define for tx power adjust */ -+ u8 RegEnableTxPowerLimit; -+ u8 RegEnableTxPowerByRate; -+ u8 RegPowerBase; -+ u8 RegPwrTblSel; -+ s8 TxBBSwing_2G; -+ s8 TxBBSwing_5G; -+ u8 AmplifierType_2G; -+ u8 AmplifierType_5G; -+ u8 bEn_RFE; -+ u8 RFE_Type; -+ u8 check_fw_ps; -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ u8 load_phy_file; -+ u8 RegDecryptCustomFile; -+#endif -+ -+#ifdef CONFIG_MULTI_VIR_IFACES -+ u8 ext_iface_num;/* primary/secondary iface is excluded */ -+#endif -+ u8 qos_opt_enable; -+ -+ u8 hiq_filter; -+}; -+ -+ -+/* For registry parameters */ -+#define RGTRY_OFT(field) ((u32)FIELD_OFFSET(struct registry_priv, field)) -+#define RGTRY_SZ(field) sizeof(((struct registry_priv*) 0)->field) -+#define BSSID_OFT(field) ((u32)FIELD_OFFSET(struct wlan_bssid_ex, field)) -+#define BSSID_SZ(field) sizeof(((struct wlan_bssid_ex *) 0)->field) -+ -+#include -+#define INTF_DATA SDIO_DATA -+ -+#define is_primary_adapter(adapter) (1) -+#define get_iface_type(adapter) (IFACE_PORT0) -+#define GET_PRIMARY_ADAPTER(padapter) (((struct adapter *)padapter)->dvobj->if1) -+#define GET_IFACE_NUMS(padapter) (((struct adapter *)padapter)->dvobj->iface_nums) -+#define GET_ADAPTER(padapter, iface_id) (((struct adapter *)padapter)->dvobj->padapters[iface_id]) -+ -+#ifdef CONFIG_DBG_COUNTER -+ -+struct rx_logs { -+ u32 intf_rx; -+ u32 intf_rx_err_recvframe; -+ u32 intf_rx_err_skb; -+ u32 intf_rx_report; -+ u32 core_rx; -+ u32 core_rx_pre; -+ u32 core_rx_pre_ver_err; -+ u32 core_rx_pre_mgmt; -+ u32 core_rx_pre_mgmt_err_80211w; -+ u32 core_rx_pre_mgmt_err; -+ u32 core_rx_pre_ctrl; -+ u32 core_rx_pre_ctrl_err; -+ u32 core_rx_pre_data; -+ u32 core_rx_pre_data_wapi_seq_err; -+ u32 core_rx_pre_data_wapi_key_err; -+ u32 core_rx_pre_data_handled; -+ u32 core_rx_pre_data_err; -+ u32 core_rx_pre_data_unknown; -+ u32 core_rx_pre_unknown; -+ u32 core_rx_enqueue; -+ u32 core_rx_dequeue; -+ u32 core_rx_post; -+ u32 core_rx_post_decrypt; -+ u32 core_rx_post_decrypt_wep; -+ u32 core_rx_post_decrypt_tkip; -+ u32 core_rx_post_decrypt_aes; -+ u32 core_rx_post_decrypt_wapi; -+ u32 core_rx_post_decrypt_hw; -+ u32 core_rx_post_decrypt_unknown; -+ u32 core_rx_post_decrypt_err; -+ u32 core_rx_post_defrag_err; -+ u32 core_rx_post_portctrl_err; -+ u32 core_rx_post_indicate; -+ u32 core_rx_post_indicate_in_oder; -+ u32 core_rx_post_indicate_reoder; -+ u32 core_rx_post_indicate_err; -+ u32 os_indicate; -+ u32 os_indicate_ap_mcast; -+ u32 os_indicate_ap_forward; -+ u32 os_indicate_ap_self; -+ u32 os_indicate_err; -+ u32 os_netif_ok; -+ u32 os_netif_err; -+}; -+ -+struct tx_logs { -+ u32 os_tx; -+ u32 os_tx_err_up; -+ u32 os_tx_err_xmit; -+ u32 os_tx_m2u; -+ u32 os_tx_m2u_ignore_fw_linked; -+ u32 os_tx_m2u_ignore_self; -+ u32 os_tx_m2u_entry; -+ u32 os_tx_m2u_entry_err_xmit; -+ u32 os_tx_m2u_entry_err_skb; -+ u32 os_tx_m2u_stop; -+ u32 core_tx; -+ u32 core_tx_err_pxmitframe; -+ u32 core_tx_err_brtx; -+ u32 core_tx_upd_attrib; -+ u32 core_tx_upd_attrib_adhoc; -+ u32 core_tx_upd_attrib_sta; -+ u32 core_tx_upd_attrib_ap; -+ u32 core_tx_upd_attrib_unknown; -+ u32 core_tx_upd_attrib_dhcp; -+ u32 core_tx_upd_attrib_icmp; -+ u32 core_tx_upd_attrib_active; -+ u32 core_tx_upd_attrib_err_ucast_sta; -+ u32 core_tx_upd_attrib_err_ucast_ap_link; -+ u32 core_tx_upd_attrib_err_sta; -+ u32 core_tx_upd_attrib_err_link; -+ u32 core_tx_upd_attrib_err_sec; -+ u32 core_tx_ap_enqueue_warn_fwstate; -+ u32 core_tx_ap_enqueue_warn_sta; -+ u32 core_tx_ap_enqueue_warn_nosta; -+ u32 core_tx_ap_enqueue_warn_link; -+ u32 core_tx_ap_enqueue_warn_trigger; -+ u32 core_tx_ap_enqueue_mcast; -+ u32 core_tx_ap_enqueue_ucast; -+ u32 core_tx_ap_enqueue; -+ u32 intf_tx; -+ u32 intf_tx_pending_ac; -+ u32 intf_tx_pending_fw_under_survey; -+ u32 intf_tx_pending_fw_under_linking; -+ u32 intf_tx_pending_xmitbuf; -+ u32 intf_tx_enqueue; -+ u32 core_tx_enqueue; -+ u32 core_tx_enqueue_class; -+ u32 core_tx_enqueue_class_err_sta; -+ u32 core_tx_enqueue_class_err_nosta; -+ u32 core_tx_enqueue_class_err_fwlink; -+ u32 intf_tx_direct; -+ u32 intf_tx_direct_err_coalesce; -+ u32 intf_tx_dequeue; -+ u32 intf_tx_dequeue_err_coalesce; -+ u32 intf_tx_dump_xframe; -+ u32 intf_tx_dump_xframe_err_txdesc; -+ u32 intf_tx_dump_xframe_err_port; -+}; -+ -+struct int_logs { -+ u32 all; -+ u32 err; -+ u32 tbdok; -+ u32 tbder; -+ u32 bcnderr; -+ u32 bcndma; -+ u32 bcndma_e; -+ u32 rx; -+ u32 rx_rdu; -+ u32 rx_fovw; -+ u32 txfovw; -+ u32 mgntok; -+ u32 highdok; -+ u32 bkdok; -+ u32 bedok; -+ u32 vidok; -+ u32 vodok; -+}; -+ -+#endif /* CONFIG_DBG_COUNTER */ -+ -+struct debug_priv { -+ u32 dbg_sdio_free_irq_error_cnt; -+ u32 dbg_sdio_alloc_irq_error_cnt; -+ u32 dbg_sdio_free_irq_cnt; -+ u32 dbg_sdio_alloc_irq_cnt; -+ u32 dbg_sdio_deinit_error_cnt; -+ u32 dbg_sdio_init_error_cnt; -+ u32 dbg_suspend_error_cnt; -+ u32 dbg_suspend_cnt; -+ u32 dbg_resume_cnt; -+ u32 dbg_resume_error_cnt; -+ u32 dbg_deinit_fail_cnt; -+ u32 dbg_carddisable_cnt; -+ u32 dbg_carddisable_error_cnt; -+ u32 dbg_ps_insuspend_cnt; -+ u32 dbg_dev_unload_inIPS_cnt; -+ u32 dbg_wow_leave_ps_fail_cnt; -+ u32 dbg_scan_pwr_state_cnt; -+ u32 dbg_downloadfw_pwr_state_cnt; -+ u32 dbg_fw_read_ps_state_fail_cnt; -+ u32 dbg_leave_ips_fail_cnt; -+ u32 dbg_leave_lps_fail_cnt; -+ u32 dbg_h2c_leave32k_fail_cnt; -+ u32 dbg_diswow_dload_fw_fail_cnt; -+ u32 dbg_enwow_dload_fw_fail_cnt; -+ u32 dbg_ips_drvopen_fail_cnt; -+ u32 dbg_poll_fail_cnt; -+ u32 dbg_rpwm_toogle_cnt; -+ u32 dbg_rpwm_timeout_fail_cnt; -+ u64 dbg_rx_fifo_last_overflow; -+ u64 dbg_rx_fifo_curr_overflow; -+ u64 dbg_rx_fifo_diff_overflow; -+ u64 dbg_rx_ampdu_drop_count; -+ u64 dbg_rx_ampdu_forced_indicate_count; -+ u64 dbg_rx_ampdu_loss_count; -+ u64 dbg_rx_dup_mgt_frame_drop_count; -+ u64 dbg_rx_ampdu_window_shift_cnt; -+}; -+ -+struct rtw_traffic_statistics { -+ /* tx statistics */ -+ u64 tx_bytes; -+ u64 tx_pkts; -+ u64 tx_drop; -+ u64 cur_tx_bytes; -+ u64 last_tx_bytes; -+ u32 cur_tx_tp; /* Tx throughput in MBps. */ -+ -+ /* rx statistics */ -+ u64 rx_bytes; -+ u64 rx_pkts; -+ u64 rx_drop; -+ u64 cur_rx_bytes; -+ u64 last_rx_bytes; -+ u32 cur_rx_tp; /* Rx throughput in MBps. */ -+}; -+ -+struct cam_ctl_t { -+ _lock lock; -+ u64 bitmap; -+}; -+ -+struct cam_entry_cache { -+ u16 ctrl; -+ u8 mac[ETH_ALEN]; -+ u8 key[16]; -+}; -+ -+#define KEY_FMT "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x" -+#define KEY_ARG(x) ((u8 *)(x))[0], ((u8 *)(x))[1], ((u8 *)(x))[2], ((u8 *)(x))[3], ((u8 *)(x))[4], ((u8 *)(x))[5], \ -+ ((u8 *)(x))[6], ((u8 *)(x))[7], ((u8 *)(x))[8], ((u8 *)(x))[9], ((u8 *)(x))[10], ((u8 *)(x))[11], \ -+ ((u8 *)(x))[12], ((u8 *)(x))[13], ((u8 *)(x))[14], ((u8 *)(x))[15] -+ -+struct dvobj_priv -+{ -+ /*-------- below is common data --------*/ -+ struct adapter *if1; /* PRIMARY_ADAPTER */ -+ struct adapter *if2; /* SECONDARY_ADAPTER */ -+ -+ s32 processing_dev_remove; -+ -+ struct debug_priv drv_dbg; -+ -+ /* for local/global synchronization */ -+ /* */ -+ _lock lock; -+ int macid[NUM_STA]; -+ -+ _mutex hw_init_mutex; -+ _mutex h2c_fwcmd_mutex; -+ _mutex setch_mutex; -+ _mutex setbw_mutex; -+ -+ unsigned char oper_channel; /* saved channel info when call set_channel_bw */ -+ unsigned char oper_bwmode; -+ unsigned char oper_ch_offset;/* PRIME_CHNL_OFFSET */ -+ unsigned long on_oper_ch_time; -+ -+ struct adapter *padapters; -+ -+ struct cam_ctl_t cam_ctl; -+ struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY]; -+ -+ /* For 92D, DMDP have 2 interface. */ -+ u8 InterfaceNumber; -+ u8 NumInterfaces; -+ -+ /* In /Out Pipe information */ -+ int RtInPipe[2]; -+ int RtOutPipe[4]; -+ u8 Queue2Pipe[HW_QUEUE_ENTRY];/* for out pipe mapping */ -+ -+ u8 irq_alloc; -+ atomic_t continual_io_error; -+ -+ atomic_t disable_func; -+ -+ struct pwrctrl_priv pwrctl_priv; -+ -+ struct rtw_traffic_statistics traffic_stat; -+ -+/*-------- below is for SDIO INTERFACE --------*/ -+ -+#ifdef INTF_DATA -+ INTF_DATA intf_data; -+#endif -+}; -+ -+#define dvobj_to_pwrctl(dvobj) (&(dvobj->pwrctl_priv)) -+#define pwrctl_to_dvobj(pwrctl) container_of(pwrctl, struct dvobj_priv, pwrctl_priv) -+ -+__inline static struct device *dvobj_to_dev(struct dvobj_priv *dvobj) -+{ -+ /* todo: get interface type from dvobj and the return the dev accordingly */ -+#ifdef RTW_DVOBJ_CHIP_HW_TYPE -+#endif -+ -+ return &dvobj->intf_data.func->dev; -+} -+ -+struct adapter *dvobj_get_port0_adapter(struct dvobj_priv *dvobj); -+ -+enum _IFACE_TYPE { -+ IFACE_PORT0, /* mapping to port0 for C/D series chips */ -+ IFACE_PORT1, /* mapping to port1 for C/D series chip */ -+ MAX_IFACE_PORT, -+}; -+ -+enum ADAPTER_TYPE { -+ PRIMARY_ADAPTER, -+ SECONDARY_ADAPTER, -+ MAX_ADAPTER = 0xFF, -+}; -+ -+typedef enum _DRIVER_STATE{ -+ DRIVER_NORMAL = 0, -+ DRIVER_DISAPPEAR = 1, -+ DRIVER_REPLACE_DONGLE = 2, -+}DRIVER_STATE; -+ -+struct adapter { -+ int DriverState;/* for disable driver using module, use dongle to replace module. */ -+ int pid[3];/* process id from UI, 0:wps, 1:hostapd, 2:dhcpcd */ -+ int bDongle;/* build-in module or external dongle */ -+ -+ struct dvobj_priv *dvobj; -+ struct mlme_priv mlmepriv; -+ struct mlme_ext_priv mlmeextpriv; -+ struct cmd_priv cmdpriv; -+ struct evt_priv evtpriv; -+ /* struct io_queue *pio_queue; */ -+ struct io_priv iopriv; -+ struct xmit_priv xmitpriv; -+ struct recv_priv recvpriv; -+ struct sta_priv stapriv; -+ struct security_priv securitypriv; -+ _lock security_key_mutex; /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ struct registry_priv registrypriv; -+ struct eeprom_priv eeprompriv; -+ -+ struct hostapd_priv *phostapdpriv; -+ -+ u32 setband; -+ -+ void * HalData; -+ u32 hal_data_sz; -+ struct hal_ops HalFunc; -+ -+ s32 bDriverStopped; -+ s32 bSurpriseRemoved; -+ s32 bCardDisableWOHSM; -+ -+ u32 IsrContent; -+ u32 ImrContent; -+ -+ u8 EepromAddressSize; -+ u8 hw_init_completed; -+ u8 bDriverIsGoingToUnload; -+ u8 init_adpt_in_progress; -+ u8 bHaltInProgress; -+ -+ void *cmdThread; -+ void *evtThread; -+ void *xmitThread; -+ void *recvThread; -+ -+ u32 (*intf_init)(struct dvobj_priv *dvobj); -+ void (*intf_deinit)(struct dvobj_priv *dvobj); -+ int (*intf_alloc_irq)(struct dvobj_priv *dvobj); -+ void (*intf_free_irq)(struct dvobj_priv *dvobj); -+ -+ -+ void (*intf_start)(struct adapter * adapter); -+ void (*intf_stop)(struct adapter * adapter); -+ -+ _nic_hdl pnetdev; -+ char old_ifname[IFNAMSIZ]; -+ -+ /* used by rtw_rereg_nd_name related function */ -+ struct rereg_nd_name_data { -+ _nic_hdl old_pnetdev; -+ char old_ifname[IFNAMSIZ]; -+ u8 old_ips_mode; -+ u8 old_bRegUseLed; -+ } rereg_nd_name_priv; -+ -+ int bup; -+ struct net_device_stats stats; -+ struct iw_statistics iwstats; -+ struct proc_dir_entry *dir_dev;/* for proc directory */ -+ struct proc_dir_entry *dir_odm; -+ -+ struct wireless_dev *rtw_wdev; -+ struct rtw_wdev_priv wdev_data; -+ -+ int net_closed; -+ -+ u8 netif_up; -+ -+ u8 bFWReady; -+ u8 bBTFWReady; -+ u8 bLinkInfoDump; -+ u8 bRxRSSIDisplay; -+ /* Added by Albert 2012/10/26 */ -+ /* The driver will show up the desired channel number when this flag is 1. */ -+ u8 bNotifyChannelChange; -+ -+ /* pbuddystruct adapter is used only in two inteface case, (iface_nums =2 in struct dvobj_priv) */ -+ /* PRIMARY ADAPTER's buddy is SECONDARY_ADAPTER */ -+ /* SECONDARY_ADAPTER's buddy is PRIMARY_ADAPTER */ -+ /* for iface_id > SECONDARY_ADAPTER(IFACE_ID1), refer to padapters[iface_id] in struct dvobj_priv */ -+ /* and their pbuddystruct adapter is PRIMARY_ADAPTER. */ -+ /* for PRIMARY_ADAPTER(IFACE_ID0) can directly refer to if1 in struct dvobj_priv */ -+ struct adapter *pbuddy_adapter; -+ -+ /* extend to support multi interface */ -+ /* IFACE_ID0 is equals to PRIMARY_ADAPTER */ -+ /* IFACE_ID1 is equals to SECONDARY_ADAPTER */ -+ u8 iface_id; -+ -+ /* for debug purpose */ -+ u8 fix_rate; -+ u8 driver_vcs_en; /* Enable = 1, Disable = 0 driver control vrtl_carrier_sense for tx */ -+ u8 driver_vcs_type;/* force 0:disable VCS, 1:RTS-CTS, 2:CTS-to-self when vcs_en = 1. */ -+ u8 driver_ampdu_spacing;/* driver control AMPDU Density for peer sta's rx */ -+ u8 driver_rx_ampdu_factor;/* 0xff: disable drv ctrl, 0:8k, 1:16k, 2:32k, 3:64k; */ -+ -+ unsigned char in_cta_test; -+ -+#ifdef CONFIG_DBG_COUNTER -+ struct rx_logs rx_logs; -+ struct tx_logs tx_logs; -+ struct int_logs int_logs; -+#endif -+}; -+ -+#define adapter_to_dvobj(adapter) (adapter->dvobj) -+#define adapter_to_pwrctl(adapter) (dvobj_to_pwrctl(adapter->dvobj)) -+#define adapter_wdev_data(adapter) (&((adapter)->wdev_data)) -+ -+/* */ -+/* Function disabled. */ -+/* */ -+#define DF_TX_BIT BIT0 -+#define DF_RX_BIT BIT1 -+#define DF_IO_BIT BIT2 -+ -+/* define RTW_DISABLE_FUNC(padapter, func) (atomic_add(&adapter_to_dvobj(padapter)->disable_func, (func))) */ -+/* define RTW_ENABLE_FUNC(padapter, func) (atomic_sub(&adapter_to_dvobj(padapter)->disable_func, (func))) */ -+__inline static void RTW_DISABLE_FUNC(struct adapter *padapter, int func_bit) -+{ -+ int df = atomic_read(&adapter_to_dvobj(padapter)->disable_func); -+ df |= func_bit; -+ atomic_set(&adapter_to_dvobj(padapter)->disable_func, df); -+} -+ -+__inline static void RTW_ENABLE_FUNC(struct adapter *padapter, int func_bit) -+{ -+ int df = atomic_read(&adapter_to_dvobj(padapter)->disable_func); -+ df &= ~(func_bit); -+ atomic_set(&adapter_to_dvobj(padapter)->disable_func, df); -+} -+ -+#define RTW_IS_FUNC_DISABLED(padapter, func_bit) (atomic_read(&adapter_to_dvobj(padapter)->disable_func) & (func_bit)) -+ -+#define RTW_CANNOT_IO(padapter) \ -+ ((padapter)->bSurpriseRemoved || \ -+ RTW_IS_FUNC_DISABLED((padapter), DF_IO_BIT)) -+ -+#define RTW_CANNOT_RX(padapter) \ -+ ((padapter)->bDriverStopped || \ -+ (padapter)->bSurpriseRemoved || \ -+ RTW_IS_FUNC_DISABLED((padapter), DF_RX_BIT)) -+ -+#define RTW_CANNOT_TX(padapter) \ -+ ((padapter)->bDriverStopped || \ -+ (padapter)->bSurpriseRemoved || \ -+ RTW_IS_FUNC_DISABLED((padapter), DF_TX_BIT)) -+ -+#ifdef CONFIG_GPIO_API -+int rtw_get_gpio(struct net_device *netdev, int gpio_num); -+int rtw_set_gpio_output_value(struct net_device *netdev, int gpio_num, bool isHigh); -+int rtw_config_gpio(struct net_device *netdev, int gpio_num, bool isOutput); -+#endif -+ -+#ifdef CONFIG_WOWLAN -+int rtw_suspend_wow(struct adapter *padapter); -+int rtw_resume_process_wow(struct adapter *padapter); -+#endif -+ -+__inline static u8 *myid(struct eeprom_priv *peepriv) -+{ -+ return (peepriv->mac_addr); -+} -+ -+/* HCI Related header file */ -+#include -+#include -+#include -+ -+#include -+ -+void rtw_indicate_wx_disassoc_event(struct adapter *padapter); -+void rtw_indicate_wx_assoc_event(struct adapter *padapter); -+void rtw_indicate_wx_disassoc_event(struct adapter *padapter); -+void indicate_wx_scan_complete_event(struct adapter *padapter); -+int rtw_change_ifname(struct adapter *padapter, const char *ifname); -+ -+extern char *rtw_phy_file_path; -+extern char *rtw_initmac; -+extern int rtw_mc2u_disable; -+extern int rtw_ht_enable; -+extern u32 g_wait_hiq_empty; -+extern u8 g_fwdl_wintint_rdy_fail; -+extern u8 g_fwdl_chksum_fail; -+ -+#endif /* __DRV_TYPES_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/drv_types_sdio.h linux/3rdparty/rtl8723bs/include/drv_types_sdio.h ---- linux.old/3rdparty/rtl8723bs/include/drv_types_sdio.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/drv_types_sdio.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,39 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __DRV_TYPES_SDIO_H__ -+#define __DRV_TYPES_SDIO_H__ -+ -+/* SDIO Header Files */ -+ #include -+ #include -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ #include -+ #include -+#endif -+ -+typedef struct sdio_data -+{ -+ u8 func_number; -+ -+ u8 tx_block_mode; -+ u8 rx_block_mode; -+ u32 block_transfer_len; -+ -+ struct sdio_func *func; -+ void *sys_sdio_irq_thd; -+} SDIO_DATA, *PSDIO_DATA; -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/ethernet.h linux/3rdparty/rtl8723bs/include/ethernet.h ---- linux.old/3rdparty/rtl8723bs/include/ethernet.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/ethernet.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,22 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/*! \file */ -+#ifndef __INC_ETHERNET_H -+#define __INC_ETHERNET_H -+ -+#define ETHERNET_HEADER_SIZE 14 /* Ethernet Header Length */ -+#define LLC_HEADER_SIZE 6 /* LLC Header Length */ -+ -+#endif /* #ifndef __INC_ETHERNET_H */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/Hal8192CPhyReg.h linux/3rdparty/rtl8723bs/include/Hal8192CPhyReg.h ---- linux.old/3rdparty/rtl8723bs/include/Hal8192CPhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/Hal8192CPhyReg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1126 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+/***************************************************************************** -+ * -+ * Module: __INC_HAL8192CPHYREG_H -+ * -+ * -+ * Note: 1. Define PMAC/BB register map -+ * 2. Define RF register map -+ * 3. PMAC/BB register bit mask. -+ * 4. RF reg bit mask. -+ * 5. Other BB/RF relative definition. -+ * -+ * -+ * Export: Constants, macro, functions(API), global variables(None). -+ * -+ * Abbrev: -+ * -+ * History: -+ * Data Who Remark -+ * 08/07/2007 MHC 1. Porting from 9x series PHYCFG.h. -+ * 2. Reorganize code architecture. -+ *09/25/2008 MH 1. Add RL6052 register definition -+ * -+ *****************************************************************************/ -+#ifndef __INC_HAL8192CPHYREG_H -+#define __INC_HAL8192CPHYREG_H -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+/* */ -+/* 8192S Regsiter offset definition */ -+/* */ -+ -+/* */ -+/* BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF */ -+/* 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF */ -+/* 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 */ -+/* 3. RF register 0x00-2E */ -+/* 4. Bit Mask for BB/RF register */ -+/* 5. Other defintion for BB/RF R/W */ -+/* */ -+ -+ -+/* */ -+/* 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF */ -+/* 1. Page1(0x100) */ -+/* */ -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+/* */ -+/* 2. Page2(0x200) */ -+/* */ -+/* The following two definition are only used for USB interface. */ -+#define RF_BB_CMD_ADDR 0x02c0 /* RF/BB read/write command address. */ -+#define RF_BB_CMD_DATA 0x02c4 /* RF/BB read/write command data. */ -+ -+/* */ -+/* 3. Page8(0x800) */ -+/* */ -+#define rFPGA0_RFMOD 0x800 /* RF mode & CCK TxSC RF BW Setting?? */ -+ -+#define rFPGA0_TxInfo 0x804 /* Status report?? */ -+#define rFPGA0_PSDFunction 0x808 -+ -+#define rFPGA0_TxGainStage 0x80c /* Set TX PWR init gain? */ -+ -+#define rFPGA0_RFTiming1 0x810 /* Useless now */ -+#define rFPGA0_RFTiming2 0x814 -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 /* RF 3 wire register */ -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+ -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+ -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+ -+#define rFPGA0_RFWakeUpParameter 0x850 /* Useless now */ -+#define rFPGA0_RFSleepUpParameter 0x854 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 /* RF Channel switch */ -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XA_RFInterfaceOE 0x860 /* RF Channel switch */ -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+ -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 /* RF Interface Software Control */ -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+#define rFPGA0_XAB_RFParameter 0x878 /* RF Parameter */ -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 /* Crystal cap setting RF-R/W protection for parameter4?? */ -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 /* Useless now */ -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 /* Tranceiver LSSI Readback */ -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_PSDReport 0x8b4 /* Useless now */ -+#define TransceiverA_HSPI_Readback 0x8b8 /* Transceiver A HSPI Readback */ -+#define TransceiverB_HSPI_Readback 0x8bc /* Transceiver B HSPI Readback */ -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 /* Useless now RF Interface Readback Value */ -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 /* Useless now */ -+ -+/* */ -+/* 4. Page9(0x900) */ -+/* */ -+#define rFPGA1_RFMOD 0x900 /* RF mode & OFDM TxSC RF BW Setting?? */ -+ -+#define rFPGA1_TxBlock 0x904 /* Useless now */ -+#define rFPGA1_DebugSelect 0x908 /* Useless now */ -+#define rFPGA1_TxInfo 0x90c /* Useless now Status report?? */ -+#define rS0S1_PathSwitch 0x948 -+ -+/* */ -+/* 5. PageA(0xA00) */ -+/* */ -+/* Set Control channel to upper or lower. These settings are required only for 40MHz */ -+#define rCCK0_System 0xa00 -+ -+#define rCCK0_AFESetting 0xa04 /* Disable init gain now Select RX path by RSSI */ -+#define rCCK0_CCA 0xa08 /* Disable init gain now Init gain */ -+ -+#define rCCK0_RxAGC1 0xa0c /* AGC default value, saturation level Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series */ -+#define rCCK0_RxAGC2 0xa10 /* AGC & DAGC */ -+ -+#define rCCK0_RxHP 0xa14 -+ -+#define rCCK0_DSPParameter1 0xa18 /* Timing recovery & Channel estimation threshold */ -+#define rCCK0_DSPParameter2 0xa1c /* SQ threshold */ -+ -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 /* debug port and Tx filter3 */ -+#define rCCK0_FalseAlarmReport 0xa2c /* 0xa2d useless now 0xa30-a4f channel report */ -+#define rCCK0_TRSSIReport 0xa50 -+#define rCCK0_RxReport 0xa54 /* 0xa57 */ -+#define rCCK0_FACounterLower 0xa5c /* 0xa5b */ -+#define rCCK0_FACounterUpper 0xa58 /* 0xa5c */ -+/* */ -+/* PageB(0xB00) */ -+/* */ -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rConfig_Pmpd_AntB 0xb98 -+#define rAPK 0xbd8 -+ -+/* */ -+/* 6. PageC(0xC00) */ -+/* */ -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 /* RxIQ DC offset, Rx digital filter, DC notch filter */ -+#define rOFDM0_XARxIQImbalance 0xc14 /* RxIQ imblance matrix */ -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 /* PD, BW & SBD DM tune init gain */ -+#define rOFDM0_RxDetector2 0xc34 /* SBD & Fame Sync. */ -+#define rOFDM0_RxDetector3 0xc38 /* Frame Sync. */ -+#define rOFDM0_RxDetector4 0xc3c /* PD, SBD, Frame Sync & Short-GI */ -+ -+#define rOFDM0_RxDSP 0xc40 /* Rx Sync Path */ -+#define rOFDM0_CFOandDAGC 0xc44 /* CFO & DAGC */ -+#define rOFDM0_CCADropThreshold 0xc48 /* CCA Drop threshold */ -+#define rOFDM0_ECCAThreshold 0xc4c /* energy CCA */ -+ -+#define rOFDM0_XAAGCCore1 0xc50 /* DIG */ -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 /* TX PWR TRACK and DIG */ -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+/* */ -+/* 7. PageD(0xD00) */ -+/* */ -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+#define rOFDM1_CFO 0xd08 /* No setting now */ -+#define rOFDM1_CSI1 0xd10 -+#define rOFDM1_SBD 0xd14 -+#define rOFDM1_CSI2 0xd18 -+#define rOFDM1_CFOTracking 0xd2c -+#define rOFDM1_TRxMesaure1 0xd34 -+#define rOFDM1_IntfDet 0xd3c -+#define rOFDM1_PseudoNoiseStateAB 0xd50 -+#define rOFDM1_PseudoNoiseStateCD 0xd54 -+#define rOFDM1_RxPseudoNoiseWgt 0xd58 -+ -+#define rOFDM_PHYCounter1 0xda0 /* cca, parity fail */ -+#define rOFDM_PHYCounter2 0xda4 /* rate illegal, crc8 fail */ -+#define rOFDM_PHYCounter3 0xda8 /* MCS not support */ -+ -+#define rOFDM_ShortCFOAB 0xdac /* No setting now */ -+#define rOFDM_ShortCFOCD 0xdb0 -+#define rOFDM_LongCFOAB 0xdb4 -+#define rOFDM_LongCFOCD 0xdb8 -+#define rOFDM_TailCFOAB 0xdbc -+#define rOFDM_TailCFOCD 0xdc0 -+#define rOFDM_PWMeasure1 0xdc4 -+#define rOFDM_PWMeasure2 0xdc8 -+#define rOFDM_BWReport 0xdcc -+#define rOFDM_AGCReport 0xdd0 -+#define rOFDM_RxSNR 0xdd4 -+#define rOFDM_RxEVMCSI 0xdd8 -+#define rOFDM_SIGReport 0xddc -+ -+ -+/* */ -+/* 8. PageE(0xE00) */ -+/* */ -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+/* */ -+/* 7. RF Register 0x00-0x2E (RF 8256) */ -+/* RF-0222D 0x00-3F */ -+/* */ -+/* Zebra1 */ -+#define rZebra1_HSSIEnable 0x0 /* Useless now */ -+#define rZebra1_TRxEnable1 0x1 -+#define rZebra1_TRxEnable2 0x2 -+#define rZebra1_AGC 0x4 -+#define rZebra1_ChargePump 0x5 -+#define rZebra1_Channel 0x7 /* RF channel switch */ -+ -+/* endif */ -+#define rZebra1_TxGain 0x8 /* Useless now */ -+#define rZebra1_TxLPF 0x9 -+#define rZebra1_RxLPF 0xb -+#define rZebra1_RxHPFCorner 0xc -+ -+/* Zebra4 */ -+#define rGlobalCtrl 0 /* Useless now */ -+#define rRTL8256_TxLPF 19 -+#define rRTL8256_RxLPF 11 -+ -+/* RTL8258 */ -+#define rRTL8258_TxLPF 0x11 /* Useless now */ -+#define rRTL8258_RxLPF 0x13 -+#define rRTL8258_RSSILPF 0xa -+ -+/* */ -+/* RL6052 Register definition */ -+/* */ -+#define RF_AC 0x00 /* */ -+ -+#define RF_IQADJ_G1 0x01 /* */ -+#define RF_IQADJ_G2 0x02 /* */ -+#define RF_BS_PA_APSET_G1_G4 0x03 -+#define RF_BS_PA_APSET_G5_G8 0x04 -+#define RF_POW_TRSW 0x05 /* */ -+ -+#define RF_GAIN_RX 0x06 /* */ -+#define RF_GAIN_TX 0x07 /* */ -+ -+#define RF_TXM_IDAC 0x08 /* */ -+#define RF_IPA_G 0x09 /* */ -+#define RF_TXBIAS_G 0x0A -+#define RF_TXPA_AG 0x0B -+#define RF_IPA_A 0x0C /* */ -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_BS_IQGEN 0x0F /* */ -+ -+#define RF_MODE1 0x10 /* */ -+#define RF_MODE2 0x11 /* */ -+ -+#define RF_RX_AGC_HP 0x12 /* */ -+#define RF_TX_AGC 0x13 /* */ -+#define RF_BIAS 0x14 /* */ -+#define RF_IPA 0x15 /* */ -+#define RF_TXBIAS 0x16 /* */ -+#define RF_POW_ABILITY 0x17 /* */ -+#define RF_MODE_AG 0x18 /* */ -+#define rRfChannel 0x18 /* RF channel and BW switch */ -+#define RF_CHNLBW 0x18 /* RF channel and BW switch */ -+#define RF_TOP 0x19 /* */ -+ -+#define RF_RX_G1 0x1A /* */ -+#define RF_RX_G2 0x1B /* */ -+ -+#define RF_RX_BB2 0x1C /* */ -+#define RF_RX_BB1 0x1D /* */ -+ -+#define RF_RCK1 0x1E /* */ -+#define RF_RCK2 0x1F /* */ -+ -+#define RF_TX_G1 0x20 /* */ -+#define RF_TX_G2 0x21 /* */ -+#define RF_TX_G3 0x22 /* */ -+ -+#define RF_TX_BB1 0x23 /* */ -+ -+#define RF_T_METER 0x24 /* */ -+ -+#define RF_SYN_G1 0x25 /* RF TX Power control */ -+#define RF_SYN_G2 0x26 /* RF TX Power control */ -+#define RF_SYN_G3 0x27 /* RF TX Power control */ -+#define RF_SYN_G4 0x28 /* RF TX Power control */ -+#define RF_SYN_G5 0x29 /* RF TX Power control */ -+#define RF_SYN_G6 0x2A /* RF TX Power control */ -+#define RF_SYN_G7 0x2B /* RF TX Power control */ -+#define RF_SYN_G8 0x2C /* RF TX Power control */ -+ -+#define RF_RCK_OS 0x30 /* RF TX PA control */ -+ -+#define RF_TXPA_G1 0x31 /* RF TX PA control */ -+#define RF_TXPA_G2 0x32 /* RF TX PA control */ -+#define RF_TXPA_G3 0x33 /* RF TX PA control */ -+#define RF_TX_BIAS_A 0x35 -+#define RF_TX_BIAS_D 0x36 -+#define RF_LOBF_9 0x38 -+#define RF_RXRF_A3 0x3C /* */ -+#define RF_TRSW 0x3F -+ -+#define RF_TXRF_A2 0x41 -+#define RF_TXPA_G4 0x46 -+#define RF_TXPA_A4 0x4B -+#define RF_0x52 0x52 -+#define RF_WE_LUT 0xEF -+#define RF_S0S1 0xB0 -+ -+/* */ -+/* Bit Mask */ -+/* */ -+/* 1. Page1(0x100) */ -+#define bBBResetB 0x100 /* Useless now? */ -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+#define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff)) -+ -+/* 2. Page8(0x800) */ -+#define bRFMOD 0x1 /* Reg 0x800 rFPGA0_RFMOD */ -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+ -+#define bOFDMRxADCPhase 0x10000 /* Useless now */ -+#define bOFDMTxDACPhase 0x40000 -+#define bXATxAGC 0x3f -+ -+#define bAntennaSelect 0x0300 -+ -+#define bXBTxAGC 0xf00 /* Reg 80c rFPGA0_TxGainStage */ -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+#define bPAStart 0xf0000000 /* Useless now */ -+#define bTRStart 0x00f00000 -+#define bRFStart 0x0000f000 -+#define bBBStart 0x000000f0 -+#define bBBCCKStart 0x0000000f -+#define bPAEnd 0xf /* Reg0x814 */ -+#define bTREnd 0x0f000000 -+#define bRFEnd 0x000f0000 -+#define bCCAMask 0x000000f0 /* T2R */ -+#define bR2RCCAMask 0x00000f00 -+#define bHSSI_R2TDelay 0xf8000000 -+#define bHSSI_T2RDelay 0xf80000 -+#define bContTxHSSI 0x400 /* chane gain at continue Tx */ -+#define bIGFromCCK 0x200 -+#define bAGCAddress 0x3f -+#define bRxHPTx 0x7000 -+#define bRxHPT2R 0x38000 -+#define bRxHPCCKIni 0xc0000 -+#define bAGCTxCode 0xc00000 -+#define bAGCRxCode 0x300000 -+ -+#define b3WireDataLength 0x800 /* Reg 0x820~84f rFPGA0_XA_HSSIParameter1 */ -+#define b3WireAddressLength 0x400 -+ -+#define b3WireRFPowerDown 0x1 /* Useless now */ -+/* define bHWSISelect 0x8 */ -+#define b5GPAPEPolarity 0x40000000 -+#define b2GPAPEPolarity 0x80000000 -+#define bRFSW_TxDefaultAnt 0x3 -+#define bRFSW_TxOptionAnt 0x30 -+#define bRFSW_RxDefaultAnt 0x300 -+#define bRFSW_RxOptionAnt 0x3000 -+#define bRFSI_3WireData 0x1 -+#define bRFSI_3WireClock 0x2 -+#define bRFSI_3WireLoad 0x4 -+#define bRFSI_3WireRW 0x8 -+#define bRFSI_3Wire 0xf -+ -+#define bRFSI_RFENV 0x10 /* Reg 0x870 rFPGA0_XAB_RFInterfaceSW */ -+ -+#define bRFSI_TRSW 0x20 /* Useless now */ -+#define bRFSI_TRSWB 0x40 -+#define bRFSI_ANTSW 0x100 -+#define bRFSI_ANTSWB 0x200 -+#define bRFSI_PAPE 0x400 -+#define bRFSI_PAPE5G 0x800 -+#define bBandSelect 0x1 -+#define bHTSIG2_GI 0x80 -+#define bHTSIG2_Smoothing 0x01 -+#define bHTSIG2_Sounding 0x02 -+#define bHTSIG2_Aggreaton 0x08 -+#define bHTSIG2_STBC 0x30 -+#define bHTSIG2_AdvCoding 0x40 -+#define bHTSIG2_NumOfHTLTF 0x300 -+#define bHTSIG2_CRC8 0x3fc -+#define bHTSIG1_MCS 0x7f -+#define bHTSIG1_BandWidth 0x80 -+#define bHTSIG1_HTLength 0xffff -+#define bLSIG_Rate 0xf -+#define bLSIG_Reserved 0x10 -+#define bLSIG_Length 0x1fffe -+#define bLSIG_Parity 0x20 -+#define bCCKRxPhase 0x4 -+ -+#define bLSSIReadAddress 0x7f800000 /* T65 RF */ -+ -+#define bLSSIReadEdge 0x80000000 /* LSSI "Read" edge signal */ -+ -+#define bLSSIReadBackData 0xfffff /* T65 RF */ -+ -+#define bLSSIReadOKFlag 0x1000 /* Useless now */ -+#define bCCKSampleRate 0x8 /* 0: 44MHz, 1:88MHz */ -+#define bRegulator0Standby 0x1 -+#define bRegulatorPLLStandby 0x2 -+#define bRegulator1Standby 0x4 -+#define bPLLPowerUp 0x8 -+#define bDPLLPowerUp 0x10 -+#define bDA10PowerUp 0x20 -+#define bAD7PowerUp 0x200 -+#define bDA6PowerUp 0x2000 -+#define bXtalPowerUp 0x4000 -+#define b40MDClkPowerUP 0x8000 -+#define bDA6DebugMode 0x20000 -+#define bDA6Swing 0x380000 -+ -+#define bADClkPhase 0x4000000 /* Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ */ -+ -+#define b80MClkDelay 0x18000000 /* Useless */ -+#define bAFEWatchDogEnable 0x20000000 -+ -+#define bXtalCap01 0xc0000000 /* Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap */ -+#define bXtalCap23 0x3 -+#define bXtalCap92x 0x0f000000 -+#define bXtalCap 0x0f000000 -+ -+#define bIntDifClkEnable 0x400 /* Useless */ -+#define bExtSigClkEnable 0x800 -+#define bBandgapMbiasPowerUp 0x10000 -+#define bAD11SHGain 0xc0000 -+#define bAD11InputRange 0x700000 -+#define bAD11OPCurrent 0x3800000 -+#define bIPathLoopback 0x4000000 -+#define bQPathLoopback 0x8000000 -+#define bAFELoopback 0x10000000 -+#define bDA10Swing 0x7e0 -+#define bDA10Reverse 0x800 -+#define bDAClkSource 0x1000 -+#define bAD7InputRange 0x6000 -+#define bAD7Gain 0x38000 -+#define bAD7OutputCMMode 0x40000 -+#define bAD7InputCMMode 0x380000 -+#define bAD7Current 0xc00000 -+#define bRegulatorAdjust 0x7000000 -+#define bAD11PowerUpAtTx 0x1 -+#define bDA10PSAtTx 0x10 -+#define bAD11PowerUpAtRx 0x100 -+#define bDA10PSAtRx 0x1000 -+#define bCCKRxAGCFormat 0x200 -+#define bPSDFFTSamplepPoint 0xc000 -+#define bPSDAverageNum 0x3000 -+#define bIQPathControl 0xc00 -+#define bPSDFreq 0x3ff -+#define bPSDAntennaPath 0x30 -+#define bPSDIQSwitch 0x40 -+#define bPSDRxTrigger 0x400000 -+#define bPSDTxTrigger 0x80000000 -+#define bPSDSineToneScale 0x7f000000 -+#define bPSDReport 0xffff -+ -+/* 3. Page9(0x900) */ -+#define bOFDMTxSC 0x30000000 /* Useless */ -+#define bCCKTxOn 0x1 -+#define bOFDMTxOn 0x2 -+#define bDebugPage 0xfff /* reset debug page and also HWord, LWord */ -+#define bDebugItem 0xff /* reset debug page and LWord */ -+#define bAntL 0x10 -+#define bAntNonHT 0x100 -+#define bAntHT1 0x1000 -+#define bAntHT2 0x10000 -+#define bAntHT1S1 0x100000 -+#define bAntNonHTS1 0x1000000 -+ -+/* 4. PageA(0xA00) */ -+#define bCCKBBMode 0x3 /* Useless */ -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 /* Reg 0xa00 rCCK0_System 20/40 switch */ -+ -+#define bCCKScramble 0x8 /* Useless */ -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 /* r_rx_clk */ -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 /* CCK Rx Iinital gain polarity */ -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f /* AGCsamp_dly */ -+#define bCCKFixedRxAGC 0x8000 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+/* 5. PageC(0xC00) */ -+#define bNumOfSTF 0x3 /* Useless */ -+#define bShift_L 0xc0 -+#define bGI_TH 0xc -+#define bRxPathA 0x1 -+#define bRxPathB 0x2 -+#define bRxPathC 0x4 -+#define bRxPathD 0x8 -+#define bTxPathA 0x1 -+#define bTxPathB 0x2 -+#define bTxPathC 0x4 -+#define bTxPathD 0x8 -+#define bTRSSIFreq 0x200 -+#define bADCBackoff 0x3000 -+#define bDFIRBackoff 0xc000 -+#define bTRSSILatchPhase 0x10000 -+#define bRxIDCOffset 0xff -+#define bRxQDCOffset 0xff00 -+#define bRxDFIRMode 0x1800000 -+#define bRxDCNFType 0xe000000 -+#define bRXIQImb_A 0x3ff -+#define bRXIQImb_B 0xfc00 -+#define bRXIQImb_C 0x3f0000 -+#define bRXIQImb_D 0xffc00000 -+#define bDC_dc_Notch 0x60000 -+#define bRxNBINotch 0x1f000000 -+#define bPD_TH 0xf -+#define bPD_TH_Opt2 0xc000 -+#define bPWED_TH 0x700 -+#define bIfMF_Win_L 0x800 -+#define bPD_Option 0x1000 -+#define bMF_Win_L 0xe000 -+#define bBW_Search_L 0x30000 -+#define bwin_enh_L 0xc0000 -+#define bBW_TH 0x700000 -+#define bED_TH2 0x3800000 -+#define bBW_option 0x4000000 -+#define bRatio_TH 0x18000000 -+#define bWindow_L 0xe0000000 -+#define bSBD_Option 0x1 -+#define bFrame_TH 0x1c -+#define bFS_Option 0x60 -+#define bDC_Slope_check 0x80 -+#define bFGuard_Counter_DC_L 0xe00 -+#define bFrame_Weight_Short 0x7000 -+#define bSub_Tune 0xe00000 -+#define bFrame_DC_Length 0xe000000 -+#define bSBD_start_offset 0x30000000 -+#define bFrame_TH_2 0x7 -+#define bFrame_GI2_TH 0x38 -+#define bGI2_Sync_en 0x40 -+#define bSarch_Short_Early 0x300 -+#define bSarch_Short_Late 0xc00 -+#define bSarch_GI2_Late 0x70000 -+#define bCFOAntSum 0x1 -+#define bCFOAcc 0x2 -+#define bCFOStartOffset 0xc -+#define bCFOLookBack 0x70 -+#define bCFOSumWeight 0x80 -+#define bDAGCEnable 0x10000 -+#define bTXIQImb_A 0x3ff -+#define bTXIQImb_B 0xfc00 -+#define bTXIQImb_C 0x3f0000 -+#define bTXIQImb_D 0xffc00000 -+#define bTxIDCOffset 0xff -+#define bTxQDCOffset 0xff00 -+#define bTxDFIRMode 0x10000 -+#define bTxPesudoNoiseOn 0x4000000 -+#define bTxPesudoNoise_A 0xff -+#define bTxPesudoNoise_B 0xff00 -+#define bTxPesudoNoise_C 0xff0000 -+#define bTxPesudoNoise_D 0xff000000 -+#define bCCADropOption 0x20000 -+#define bCCADropThres 0xfff00000 -+#define bEDCCA_H 0xf -+#define bEDCCA_L 0xf0 -+#define bLambda_ED 0x300 -+#define bRxInitialGain 0x7f -+#define bRxAntDivEn 0x80 -+#define bRxAGCAddressForLNA 0x7f00 -+#define bRxHighPowerFlow 0x8000 -+#define bRxAGCFreezeThres 0xc0000 -+#define bRxFreezeStep_AGC1 0x300000 -+#define bRxFreezeStep_AGC2 0xc00000 -+#define bRxFreezeStep_AGC3 0x3000000 -+#define bRxFreezeStep_AGC0 0xc000000 -+#define bRxRssi_Cmp_En 0x10000000 -+#define bRxQuickAGCEn 0x20000000 -+#define bRxAGCFreezeThresMode 0x40000000 -+#define bRxOverFlowCheckType 0x80000000 -+#define bRxAGCShift 0x7f -+#define bTRSW_Tri_Only 0x80 -+#define bPowerThres 0x300 -+#define bRxAGCEn 0x1 -+#define bRxAGCTogetherEn 0x2 -+#define bRxAGCMin 0x4 -+#define bRxHP_Ini 0x7 -+#define bRxHP_TRLNA 0x70 -+#define bRxHP_RSSI 0x700 -+#define bRxHP_BBP1 0x7000 -+#define bRxHP_BBP2 0x70000 -+#define bRxHP_BBP3 0x700000 -+#define bRSSI_H 0x7f0000 /* the threshold for high power */ -+#define bRSSI_Gen 0x7f000000 /* the threshold for ant diversity */ -+#define bRxSettle_TRSW 0x7 -+#define bRxSettle_LNA 0x38 -+#define bRxSettle_RSSI 0x1c0 -+#define bRxSettle_BBP 0xe00 -+#define bRxSettle_RxHP 0x7000 -+#define bRxSettle_AntSW_RSSI 0x38000 -+#define bRxSettle_AntSW 0xc0000 -+#define bRxProcessTime_DAGC 0x300000 -+#define bRxSettle_HSSI 0x400000 -+#define bRxProcessTime_BBPPW 0x800000 -+#define bRxAntennaPowerShift 0x3000000 -+#define bRSSITableSelect 0xc000000 -+#define bRxHP_Final 0x7000000 -+#define bRxHTSettle_BBP 0x7 -+#define bRxHTSettle_HSSI 0x8 -+#define bRxHTSettle_RxHP 0x70 -+#define bRxHTSettle_BBPPW 0x80 -+#define bRxHTSettle_Idle 0x300 -+#define bRxHTSettle_Reserved 0x1c00 -+#define bRxHTRxHPEn 0x8000 -+#define bRxHTAGCFreezeThres 0x30000 -+#define bRxHTAGCTogetherEn 0x40000 -+#define bRxHTAGCMin 0x80000 -+#define bRxHTAGCEn 0x100000 -+#define bRxHTDAGCEn 0x200000 -+#define bRxHTRxHP_BBP 0x1c00000 -+#define bRxHTRxHP_Final 0xe0000000 -+#define bRxPWRatioTH 0x3 -+#define bRxPWRatioEn 0x4 -+#define bRxMFHold 0x3800 -+#define bRxPD_Delay_TH1 0x38 -+#define bRxPD_Delay_TH2 0x1c0 -+#define bRxPD_DC_COUNT_MAX 0x600 -+/* define bRxMF_Hold 0x3800 */ -+#define bRxPD_Delay_TH 0x8000 -+#define bRxProcess_Delay 0xf0000 -+#define bRxSearchrange_GI2_Early 0x700000 -+#define bRxFrame_Guard_Counter_L 0x3800000 -+#define bRxSGI_Guard_L 0xc000000 -+#define bRxSGI_Search_L 0x30000000 -+#define bRxSGI_TH 0xc0000000 -+#define bDFSCnt0 0xff -+#define bDFSCnt1 0xff00 -+#define bDFSFlag 0xf0000 -+#define bMFWeightSum 0x300000 -+#define bMinIdxTH 0x7f000000 -+#define bDAFormat 0x40000 -+#define bTxChEmuEnable 0x01000000 -+#define bTRSWIsolation_A 0x7f -+#define bTRSWIsolation_B 0x7f00 -+#define bTRSWIsolation_C 0x7f0000 -+#define bTRSWIsolation_D 0x7f000000 -+#define bExtLNAGain 0x7c00 -+ -+/* 6. PageE(0xE00) */ -+#define bSTBCEn 0x4 /* Useless */ -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+/* define bRxPath1 0x01 */ -+/* define bRxPath2 0x02 */ -+/* define bRxPath3 0x04 */ -+/* define bRxPath4 0x08 */ -+/* define bTxPath1 0x10 */ -+/* define bTxPath2 0x20 */ -+#define bHTDetect 0x100 -+#define bCFOEn 0x10000 -+#define bCFOValue 0xfff00000 -+#define bSigTone_Re 0x3f -+#define bSigTone_Im 0x7f00 -+#define bCounter_CCA 0xffff -+#define bCounter_ParityFail 0xffff0000 -+#define bCounter_RateIllegal 0xffff -+#define bCounter_CRC8Fail 0xffff0000 -+#define bCounter_MCSNoSupport 0xffff -+#define bCounter_FastSync 0xffff -+#define bShortCFO 0xfff -+#define bShortCFOTLength 12 /* total */ -+#define bShortCFOFLength 11 /* fraction */ -+#define bLongCFO 0x7ff -+#define bLongCFOTLength 11 -+#define bLongCFOFLength 11 -+#define bTailCFO 0x1fff -+#define bTailCFOTLength 13 -+#define bTailCFOFLength 12 -+#define bmax_en_pwdB 0xffff -+#define bCC_power_dB 0xffff0000 -+#define bnoise_pwdB 0xffff -+#define bPowerMeasTLength 10 -+#define bPowerMeasFLength 3 -+#define bRx_HT_BW 0x1 -+#define bRxSC 0x6 -+#define bRx_HT 0x8 -+#define bNB_intf_det_on 0x1 -+#define bIntf_win_len_cfg 0x30 -+#define bNB_Intf_TH_cfg 0x1c0 -+#define bRFGain 0x3f -+#define bTableSel 0x40 -+#define bTRSW 0x80 -+#define bRxSNR_A 0xff -+#define bRxSNR_B 0xff00 -+#define bRxSNR_C 0xff0000 -+#define bRxSNR_D 0xff000000 -+#define bSNREVMTLength 8 -+#define bSNREVMFLength 1 -+#define bCSI1st 0xff -+#define bCSI2nd 0xff00 -+#define bRxEVM1st 0xff0000 -+#define bRxEVM2nd 0xff000000 -+#define bSIGEVM 0xff -+#define bPWDB 0xff00 -+#define bSGIEN 0x10000 -+ -+#define bSFactorQAM1 0xf /* Useless */ -+#define bSFactorQAM2 0xf0 -+#define bSFactorQAM3 0xf00 -+#define bSFactorQAM4 0xf000 -+#define bSFactorQAM5 0xf0000 -+#define bSFactorQAM6 0xf0000 -+#define bSFactorQAM7 0xf00000 -+#define bSFactorQAM8 0xf000000 -+#define bSFactorQAM9 0xf0000000 -+#define bCSIScheme 0x100000 -+ -+#define bNoiseLvlTopSet 0x3 /* Useless */ -+#define bChSmooth 0x4 -+#define bChSmoothCfg1 0x38 -+#define bChSmoothCfg2 0x1c0 -+#define bChSmoothCfg3 0xe00 -+#define bChSmoothCfg4 0x7000 -+#define bMRCMode 0x800000 -+#define bTHEVMCfg 0x7000000 -+ -+#define bLoopFitType 0x1 /* Useless */ -+#define bUpdCFO 0x40 -+#define bUpdCFOOffData 0x80 -+#define bAdvUpdCFO 0x100 -+#define bAdvTimeCtrl 0x800 -+#define bUpdClko 0x1000 -+#define bFC 0x6000 -+#define bTrackingMode 0x8000 -+#define bPhCmpEnable 0x10000 -+#define bUpdClkoLTF 0x20000 -+#define bComChCFO 0x40000 -+#define bCSIEstiMode 0x80000 -+#define bAdvUpdEqz 0x100000 -+#define bUChCfg 0x7000000 -+#define bUpdEqz 0x8000000 -+ -+/* Rx Pseduo noise */ -+#define bRxPesudoNoiseOn 0x20000000 /* Useless */ -+#define bRxPesudoNoise_A 0xff -+#define bRxPesudoNoise_B 0xff00 -+#define bRxPesudoNoise_C 0xff0000 -+#define bRxPesudoNoise_D 0xff000000 -+#define bPesudoNoiseState_A 0xffff -+#define bPesudoNoiseState_B 0xffff0000 -+#define bPesudoNoiseState_C 0xffff -+#define bPesudoNoiseState_D 0xffff0000 -+ -+/* 7. RF Register */ -+/* Zebra1 */ -+#define bZebra1_HSSIEnable 0x8 /* Useless */ -+#define bZebra1_TRxControl 0xc00 -+#define bZebra1_TRxGainSetting 0x07f -+#define bZebra1_RxCorner 0xc00 -+#define bZebra1_TxChargePump 0x38 -+#define bZebra1_RxChargePump 0x7 -+#define bZebra1_ChannelNum 0xf80 -+#define bZebra1_TxLPFBW 0x400 -+#define bZebra1_RxLPFBW 0x600 -+ -+/* Zebra4 */ -+#define bRTL8256RegModeCtrl1 0x100 /* Useless */ -+#define bRTL8256RegModeCtrl0 0x40 -+#define bRTL8256_TxLPFBW 0x18 -+#define bRTL8256_RxLPFBW 0x600 -+ -+/* RTL8258 */ -+#define bRTL8258_TxLPFBW 0xc /* Useless */ -+#define bRTL8258_RxLPFBW 0xc00 -+#define bRTL8258_RSSILPFBW 0xc0 -+ -+ -+/* */ -+/* Other Definition */ -+/* */ -+ -+/* byte endable for sb_write */ -+#define bByte0 0x1 /* Useless */ -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+/* for PutRegsetting & GetRegSetting BitMask */ -+#define bMaskByte0 0xff /* Reg 0xc50 rOFDM0_XAAGCCore~0xC6f */ -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+ -+#define bEnable 0x1 /* Useless */ -+#define bDisable 0x0 -+ -+#define LeftAntenna 0x0 /* Useless */ -+#define RightAntenna 0x1 -+ -+#define tCheckTxStatus 500 /* 500ms Useless */ -+#define tUpdateRxCounter 100 /* 100ms */ -+ -+#define rateCCK 0 /* Useless */ -+#define rateOFDM 1 -+#define rateHT 2 -+ -+/* define Register-End */ -+#define bPMAC_End 0x1ff /* Useless */ -+#define bFPGAPHY0_End 0x8ff -+#define bFPGAPHY1_End 0x9ff -+#define bCCKPHY0_End 0xaff -+#define bOFDMPHY0_End 0xcff -+#define bOFDMPHY1_End 0xdff -+ -+/* define max debug item in each debug page */ -+/* define bMaxItem_FPGA_PHY0 0x9 */ -+/* define bMaxItem_FPGA_PHY1 0x3 */ -+/* define bMaxItem_PHY_11B 0x16 */ -+/* define bMaxItem_OFDM_PHY0 0x29 */ -+/* define bMaxItem_OFDM_PHY1 0x0 */ -+ -+#define bPMACControl 0x0 /* Useless */ -+#define bWMACControl 0x1 -+#define bWNICControl 0x2 -+ -+#define PathA 0x0 /* Useless */ -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+#endif /* __INC_HAL8192SPHYREG_H */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/Hal8723BPhyCfg.h linux/3rdparty/rtl8723bs/include/Hal8723BPhyCfg.h ---- linux.old/3rdparty/rtl8723bs/include/Hal8723BPhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/Hal8723BPhyCfg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,128 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8723BPHYCFG_H__ -+#define __INC_HAL8723BPHYCFG_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 /* us */ -+#define AntennaDiversityValue 0x80 /* Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) */ -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+#define MAX_AGGR_NUM 0x07 -+ -+ -+/*--------------------------Define Parameters End-------------------------------*/ -+ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+/*------------------------------Define structure End----------------------------*/ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+u32 -+PHY_QueryBBReg_8723B( -+struct adapter *Adapter, -+u32 RegAddr, -+u32 BitMask -+ ); -+ -+void -+PHY_SetBBReg_8723B( -+struct adapter *Adapter, -+u32 RegAddr, -+u32 BitMask, -+u32 Data -+ ); -+ -+u32 -+PHY_QueryRFReg_8723B( -+struct adapter * Adapter, -+u8 eRFPath, -+u32 RegAddr, -+u32 BitMask -+ ); -+ -+void -+PHY_SetRFReg_8723B( -+struct adapter * Adapter, -+u8 eRFPath, -+u32 RegAddr, -+u32 BitMask, -+u32 Data -+ ); -+ -+/* MAC/BB/RF HAL config */ -+int PHY_BBConfig8723B(struct adapter *Adapter ); -+ -+int PHY_RFConfig8723B(struct adapter *Adapter ); -+ -+s32 PHY_MACConfig8723B(struct adapter *padapter); -+ -+void -+PHY_SetTxPowerIndex_8723B( -+struct adapter * Adapter, -+u32 PowerIndex, -+u8 RFPath, -+u8 Rate -+ ); -+ -+u8 -+PHY_GetTxPowerIndex_8723B( -+struct adapter * padapter, -+u8 RFPath, -+u8 Rate, -+enum CHANNEL_WIDTH BandWidth, -+u8 Channel -+ ); -+ -+void -+PHY_GetTxPowerLevel8723B( -+struct adapter * Adapter, -+ s32* powerlevel -+ ); -+ -+void -+PHY_SetTxPowerLevel8723B( -+struct adapter * Adapter, -+u8 channel -+ ); -+ -+void -+PHY_SetBWMode8723B( -+struct adapter * Adapter, -+enum CHANNEL_WIDTH Bandwidth, /* 20M or 40M */ -+unsigned char Offset /* Upper, Lower, or Don't care */ -+); -+ -+void -+PHY_SwChnl8723B(/* Call after initialization */ -+struct adapter *Adapter, -+u8 channel -+ ); -+ -+void -+PHY_SetSwChnlBWMode8723B( -+struct adapter * Adapter, -+u8 channel, -+enum CHANNEL_WIDTH Bandwidth, -+u8 Offset40, -+u8 Offset80 -+); -+ -+/*--------------------------Exported Function prototype End---------------------*/ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/Hal8723BPhyReg.h linux/3rdparty/rtl8723bs/include/Hal8723BPhyReg.h ---- linux.old/3rdparty/rtl8723bs/include/Hal8723BPhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/Hal8723BPhyReg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,77 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8723BPHYREG_H__ -+#define __INC_HAL8723BPHYREG_H__ -+ -+#include -+ -+/* BB Register Definition */ -+/* */ -+/* 4. Page9(0x900) */ -+/* */ -+#define rDPDT_control 0x92c -+#define rfe_ctrl_anta_src 0x930 -+#define rS0S1_PathSwitch 0x948 -+#define AGC_table_select 0xb2c -+ -+/* */ -+/* PageB(0xB00) */ -+/* */ -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rPdp_AntA_8 0xb08 -+#define rPdp_AntA_C 0xb0c -+#define rPdp_AntA_10 0xb10 -+#define rPdp_AntA_14 0xb14 -+#define rPdp_AntA_18 0xb18 -+#define rPdp_AntA_1C 0xb1c -+#define rPdp_AntA_20 0xb20 -+#define rPdp_AntA_24 0xb24 -+ -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_ram64x16 0xb2c -+ -+#define rBndA 0xb30 -+#define rHssiPar 0xb34 -+ -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+ -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rPdp_AntB_8 0xb78 -+#define rPdp_AntB_C 0xb7c -+#define rPdp_AntB_10 0xb80 -+#define rPdp_AntB_14 0xb84 -+#define rPdp_AntB_18 0xb88 -+#define rPdp_AntB_1C 0xb8c -+#define rPdp_AntB_20 0xb90 -+#define rPdp_AntB_24 0xb94 -+ -+#define rConfig_Pmpd_AntB 0xb98 -+ -+#define rBndB 0xba0 -+ -+#define rAPK 0xbd8 -+#define rPm_Rx0_AntA 0xbdc -+#define rPm_Rx1_AntA 0xbe0 -+#define rPm_Rx2_AntA 0xbe4 -+#define rPm_Rx3_AntA 0xbe8 -+#define rPm_Rx0_AntB 0xbec -+#define rPm_Rx1_AntB 0xbf0 -+#define rPm_Rx2_AntB 0xbf4 -+#define rPm_Rx3_AntB 0xbf8 -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/Hal8723BPwrSeq.h linux/3rdparty/rtl8723bs/include/Hal8723BPwrSeq.h ---- linux.old/3rdparty/rtl8723bs/include/Hal8723BPwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/Hal8723BPwrSeq.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,232 @@ -+#ifndef REALTEK_POWER_SEQUENCE_8723B -+#define REALTEK_POWER_SEQUENCE_8723B -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WM-20130815-JackieLau-RTL8723B_Power_Architecture v08.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS 26 -+#define RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS 15 -+#define RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS 15 -+#define RTL8723B_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS 15 -+#define RTL8723B_TRANS_PDN_TO_CARDEMU_STEPS 15 -+#define RTL8723B_TRANS_ACT_TO_LPS_STEPS 15 -+#define RTL8723B_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8723B_TRANS_ACT_TO_SWLPS_STEPS 22 -+#define RTL8723B_TRANS_SWLPS_TO_ACT_STEPS 15 -+#define RTL8723B_TRANS_END_STEPS 1 -+ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0}, /*0x20[0] = 1b'1 enable LDOA12 MACRO block for all interface*/ \ -+ {0x0067, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, 0}, /*0x67[0] = 0 to disable BT_GPS_SEL pins*/ \ -+ {0x0001, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_DELAY, 1, PWRSEQ_DELAY_MS},/*Delay 1ms*/ \ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT5, 0}, /*0x00[5] = 1b'0 release analog Ips to digital , 1:isolation*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, (BIT4|BIT3|BIT2), 0},/* disable SW LPS 0x04[10]= 0 and WLSUS_EN 0x04[11]= 0*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0 , BIT0},/* Disable USB suspend */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0 , 0},/* Enable USB suspend */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]= 1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT7, 0},/* disable HWPDN 0x04[15]= 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, (BIT4|BIT3), 0},/* disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT0, 0},/**/ \ -+ {0x0010, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT6, BIT6},/* Enable WL control XTAL setting*/ \ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1},/*Enable falling edge triggering interrupt*/\ -+ {0x0063, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1},/*Enable GPIO9 interrupt mode*/\ -+ {0x0062, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, 0},/*Enable GPIO9 input mode*/\ -+ {0x0058, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/*Enable HSISR GPIO[C:0] interrupt*/\ -+ {0x005A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1},/*Enable HSISR GPIO9 interrupt*/\ -+ {0x0068, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3, BIT3},/*For GPIO9 internal pull high setting by test chip*/\ -+ {0x0069, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT6, BIT6},/*For GPIO9 internal pull high setting*/\ -+ -+ -+#define RTL8723B_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, 0},/*Enable rising edge triggering interrupt*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]= 1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ {0x0010, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT6, 0},/* Enable BT control XTAL setting*/\ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT5, BIT5}, /*0x00[5] = 1b'1 analog Ips to digital , 1:isolation*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0}, /*0x20[0] = 1b'0 disable LDOA12 MACRO block*/\ -+ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4|BIT3, (BIT4|BIT3)}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SDIO SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3|BIT4, BIT3|BIT4}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8723B_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, omments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07 = 0x20 , SOP option to disable BG/MB*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT2, BIT2}, /*0x04[10] = 1, enable SW LPS*/ \ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 1}, /*0x48[16] = 1 to enable GPIO9 as EXT WAKEUP*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8723B_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0}, /*0x48[16] = 0 to disable GPIO9 as EXT WAKEUP*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0},/*PCIe DMA start*/ -+ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK|PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8723B_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8723B_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled, and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x00},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ -+ -+#define RTL8723B_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_SDIO, PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]= 0 TSF in 40M*/\ -+ {0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT6|BIT7, 0}, /*. 0x29[7:6] = 2b'00 enable BB clock*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+ -+ #define RTL8723B_TRANS_ACT_TO_SWLPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0194, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/*enable 32 K source*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled, and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 1},/*CCK and OFDM are enable*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled, and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 1},/*CCK and OFDM are enable*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled, and clock are gated*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x3F},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, 0},/*disable security engine*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x40},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT5, BIT5},/*reset dual TSF*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT2, 0},/*Reset CPU*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0},/*Reset MCUFWDL register*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/*Reset CPU IO Wrapper*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 1},/*Reset CPU IO Wrapper*/ \ -+ {0x0287, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*polling RXFF packet number = 0 */ \ -+ {0x0286, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT1, BIT1},/*polling RXDMA idle */ \ -+ {0x013D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/*Clear FW RPWM interrupt */\ -+ {0x0139, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/*Set FW RPWM interrupt source*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, BIT4},/*switch TSF to 32K*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT7, BIT7},/*polling TSF stable*/\ -+ {0x0090, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/*Set FW LPS*/ \ -+ {0x0090, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT0, 0},/*polling FW LPS ready */ -+ -+ -+#define RTL8723B_TRANS_SWLPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, 0},/*switch TSF to 32K*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT7, 0},/*polling TSF stable*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1, enable security engine*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x06B7, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x09}, /*. reset MAC rx state machine*/\ -+ {0x06B4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x86}, /*. reset MAC rx state machine*/\ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1},/* set CPU RAM code ready*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/*Reset CPU IO Wrapper*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT2, 0},/* Enable CPU*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/*enable CPU IO Wrapper*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT2, BIT2},/* Enable CPU*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT7, BIT7},/*polling FW init ready */ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, BIT6, BIT6},/*polling FW init ready */ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8723B_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0}, -+ -+ -+extern WLAN_PWR_CFG rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_radio_off_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_card_disable_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_card_enable_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_suspend_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_resume_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_hwpdn_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_enter_lps_flow[RTL8723B_TRANS_ACT_TO_LPS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_leave_lps_flow[RTL8723B_TRANS_LPS_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_enter_swlps_flow[RTL8723B_TRANS_ACT_TO_SWLPS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_leave_swlps_flow[RTL8723B_TRANS_SWLPS_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_btcoex.h linux/3rdparty/rtl8723bs/include/hal_btcoex.h ---- linux.old/3rdparty/rtl8723bs/include/hal_btcoex.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_btcoex.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,68 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_BTCOEX_H__ -+#define __HAL_BTCOEX_H__ -+ -+#include -+ -+/* Some variables can't get from outsrc BT-Coex, */ -+/* so we need to save here */ -+typedef struct _BT_COEXIST -+{ -+ u8 bBtExist; -+ u8 btTotalAntNum; -+ u8 btChipType; -+ u8 bInitlized; -+} BT_COEXIST, *PBT_COEXIST; -+ -+void DBG_BT_INFO(u8 *dbgmsg); -+ -+void hal_btcoex_SetBTCoexist(struct adapter *padapter, u8 bBtExist); -+u8 hal_btcoex_IsBtExist(struct adapter *padapter); -+u8 hal_btcoex_IsBtDisabled(struct adapter *); -+void hal_btcoex_SetChipType(struct adapter *padapter, u8 chipType); -+void hal_btcoex_SetPgAntNum(struct adapter *padapter, u8 antNum); -+void hal_btcoex_SetSingleAntPath(struct adapter *padapter, u8 singleAntPath); -+ -+u8 hal_btcoex_Initialize(struct adapter *padapter); -+void hal_btcoex_PowerOnSetting(struct adapter *padapter); -+void hal_btcoex_InitHwConfig(struct adapter *padapter, u8 bWifiOnly); -+ -+void hal_btcoex_IpsNotify(struct adapter *padapter, u8 type); -+void hal_btcoex_LpsNotify(struct adapter *padapter, u8 type); -+void hal_btcoex_ScanNotify(struct adapter *padapter, u8 type); -+void hal_btcoex_ConnectNotify(struct adapter *padapter, u8 action); -+void hal_btcoex_MediaStatusNotify(struct adapter *padapter, u8 mediaStatus); -+void hal_btcoex_SpecialPacketNotify(struct adapter *padapter, u8 pktType); -+void hal_btcoex_IQKNotify(struct adapter *padapter, u8 state); -+void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf); -+void hal_btcoex_SuspendNotify(struct adapter *padapter, u8 state); -+void hal_btcoex_HaltNotify(struct adapter *padapter); -+ -+void hal_btcoex_Hanlder(struct adapter *padapter); -+ -+s32 hal_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter); -+void hal_btcoex_SetManualControl(struct adapter *padapter, u8 bmanual); -+u8 hal_btcoex_IsBtControlLps(struct adapter *); -+u8 hal_btcoex_IsLpsOn(struct adapter *); -+u8 hal_btcoex_RpwmVal(struct adapter *); -+u8 hal_btcoex_LpsVal(struct adapter *); -+u32 hal_btcoex_GetRaMask(struct adapter *); -+void hal_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen); -+void hal_btcoex_DisplayBtCoexInfo(struct adapter *, u8 *pbuf, u32 bufsize); -+void hal_btcoex_SetDBG(struct adapter *, u32 *pDbgModule); -+u32 hal_btcoex_GetDBG(struct adapter *, u8 *pStrBuf, u32 bufSize); -+ -+#endif /* !__HAL_BTCOEX_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_com.h linux/3rdparty/rtl8723bs/include/hal_com.h ---- linux.old/3rdparty/rtl8723bs/include/hal_com.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_com.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,309 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_COMMON_H__ -+#define __HAL_COMMON_H__ -+ -+#include "HalVerDef.h" -+#include "hal_pg.h" -+#include "hal_phy.h" -+#include "hal_phy_reg.h" -+#include "hal_com_reg.h" -+#include "hal_com_phycfg.h" -+ -+/*------------------------------ Tx Desc definition Macro ------------------------*/ -+/* pragma mark -- Tx Desc related definition. -- */ -+/* */ -+/* */ -+/* Rate */ -+/* */ -+/* CCK Rates, TxHT = 0 */ -+#define DESC_RATE1M 0x00 -+#define DESC_RATE2M 0x01 -+#define DESC_RATE5_5M 0x02 -+#define DESC_RATE11M 0x03 -+ -+/* OFDM Rates, TxHT = 0 */ -+#define DESC_RATE6M 0x04 -+#define DESC_RATE9M 0x05 -+#define DESC_RATE12M 0x06 -+#define DESC_RATE18M 0x07 -+#define DESC_RATE24M 0x08 -+#define DESC_RATE36M 0x09 -+#define DESC_RATE48M 0x0a -+#define DESC_RATE54M 0x0b -+ -+/* MCS Rates, TxHT = 1 */ -+#define DESC_RATEMCS0 0x0c -+#define DESC_RATEMCS1 0x0d -+#define DESC_RATEMCS2 0x0e -+#define DESC_RATEMCS3 0x0f -+#define DESC_RATEMCS4 0x10 -+#define DESC_RATEMCS5 0x11 -+#define DESC_RATEMCS6 0x12 -+#define DESC_RATEMCS7 0x13 -+#define DESC_RATEMCS8 0x14 -+#define DESC_RATEMCS9 0x15 -+#define DESC_RATEMCS10 0x16 -+#define DESC_RATEMCS11 0x17 -+#define DESC_RATEMCS12 0x18 -+#define DESC_RATEMCS13 0x19 -+#define DESC_RATEMCS14 0x1a -+#define DESC_RATEMCS15 0x1b -+#define DESC_RATEMCS16 0x1C -+#define DESC_RATEMCS17 0x1D -+#define DESC_RATEMCS18 0x1E -+#define DESC_RATEMCS19 0x1F -+#define DESC_RATEMCS20 0x20 -+#define DESC_RATEMCS21 0x21 -+#define DESC_RATEMCS22 0x22 -+#define DESC_RATEMCS23 0x23 -+#define DESC_RATEMCS24 0x24 -+#define DESC_RATEMCS25 0x25 -+#define DESC_RATEMCS26 0x26 -+#define DESC_RATEMCS27 0x27 -+#define DESC_RATEMCS28 0x28 -+#define DESC_RATEMCS29 0x29 -+#define DESC_RATEMCS30 0x2A -+#define DESC_RATEMCS31 0x2B -+#define DESC_RATEVHTSS1MCS0 0x2C -+#define DESC_RATEVHTSS1MCS1 0x2D -+#define DESC_RATEVHTSS1MCS2 0x2E -+#define DESC_RATEVHTSS1MCS3 0x2F -+#define DESC_RATEVHTSS1MCS4 0x30 -+#define DESC_RATEVHTSS1MCS5 0x31 -+#define DESC_RATEVHTSS1MCS6 0x32 -+#define DESC_RATEVHTSS1MCS7 0x33 -+#define DESC_RATEVHTSS1MCS8 0x34 -+#define DESC_RATEVHTSS1MCS9 0x35 -+#define DESC_RATEVHTSS2MCS0 0x36 -+#define DESC_RATEVHTSS2MCS1 0x37 -+#define DESC_RATEVHTSS2MCS2 0x38 -+#define DESC_RATEVHTSS2MCS3 0x39 -+#define DESC_RATEVHTSS2MCS4 0x3A -+#define DESC_RATEVHTSS2MCS5 0x3B -+#define DESC_RATEVHTSS2MCS6 0x3C -+#define DESC_RATEVHTSS2MCS7 0x3D -+#define DESC_RATEVHTSS2MCS8 0x3E -+#define DESC_RATEVHTSS2MCS9 0x3F -+#define DESC_RATEVHTSS3MCS0 0x40 -+#define DESC_RATEVHTSS3MCS1 0x41 -+#define DESC_RATEVHTSS3MCS2 0x42 -+#define DESC_RATEVHTSS3MCS3 0x43 -+#define DESC_RATEVHTSS3MCS4 0x44 -+#define DESC_RATEVHTSS3MCS5 0x45 -+#define DESC_RATEVHTSS3MCS6 0x46 -+#define DESC_RATEVHTSS3MCS7 0x47 -+#define DESC_RATEVHTSS3MCS8 0x48 -+#define DESC_RATEVHTSS3MCS9 0x49 -+#define DESC_RATEVHTSS4MCS0 0x4A -+#define DESC_RATEVHTSS4MCS1 0x4B -+#define DESC_RATEVHTSS4MCS2 0x4C -+#define DESC_RATEVHTSS4MCS3 0x4D -+#define DESC_RATEVHTSS4MCS4 0x4E -+#define DESC_RATEVHTSS4MCS5 0x4F -+#define DESC_RATEVHTSS4MCS6 0x50 -+#define DESC_RATEVHTSS4MCS7 0x51 -+#define DESC_RATEVHTSS4MCS8 0x52 -+#define DESC_RATEVHTSS4MCS9 0x53 -+ -+#define HDATA_RATE(rate)\ -+(rate ==DESC_RATE1M)?"CCK_1M":\ -+(rate ==DESC_RATE2M)?"CCK_2M":\ -+(rate ==DESC_RATE5_5M)?"CCK5_5M":\ -+(rate ==DESC_RATE11M)?"CCK_11M":\ -+(rate ==DESC_RATE6M)?"OFDM_6M":\ -+(rate ==DESC_RATE9M)?"OFDM_9M":\ -+(rate ==DESC_RATE12M)?"OFDM_12M":\ -+(rate ==DESC_RATE18M)?"OFDM_18M":\ -+(rate ==DESC_RATE24M)?"OFDM_24M":\ -+(rate ==DESC_RATE36M)?"OFDM_36M":\ -+(rate ==DESC_RATE48M)?"OFDM_48M":\ -+(rate ==DESC_RATE54M)?"OFDM_54M":\ -+(rate ==DESC_RATEMCS0)?"MCS0":\ -+(rate ==DESC_RATEMCS1)?"MCS1":\ -+(rate ==DESC_RATEMCS2)?"MCS2":\ -+(rate ==DESC_RATEMCS3)?"MCS3":\ -+(rate ==DESC_RATEMCS4)?"MCS4":\ -+(rate ==DESC_RATEMCS5)?"MCS5":\ -+(rate ==DESC_RATEMCS6)?"MCS6":\ -+(rate ==DESC_RATEMCS7)?"MCS7":\ -+(rate ==DESC_RATEMCS8)?"MCS8":\ -+(rate ==DESC_RATEMCS9)?"MCS9":\ -+(rate ==DESC_RATEMCS10)?"MCS10":\ -+(rate ==DESC_RATEMCS11)?"MCS11":\ -+(rate ==DESC_RATEMCS12)?"MCS12":\ -+(rate ==DESC_RATEMCS13)?"MCS13":\ -+(rate ==DESC_RATEMCS14)?"MCS14":\ -+(rate ==DESC_RATEMCS15)?"MCS15":\ -+(rate ==DESC_RATEVHTSS1MCS0)?"VHTSS1MCS0":\ -+(rate ==DESC_RATEVHTSS1MCS1)?"VHTSS1MCS1":\ -+(rate ==DESC_RATEVHTSS1MCS2)?"VHTSS1MCS2":\ -+(rate ==DESC_RATEVHTSS1MCS3)?"VHTSS1MCS3":\ -+(rate ==DESC_RATEVHTSS1MCS4)?"VHTSS1MCS4":\ -+(rate ==DESC_RATEVHTSS1MCS5)?"VHTSS1MCS5":\ -+(rate ==DESC_RATEVHTSS1MCS6)?"VHTSS1MCS6":\ -+(rate ==DESC_RATEVHTSS1MCS7)?"VHTSS1MCS7":\ -+(rate ==DESC_RATEVHTSS1MCS8)?"VHTSS1MCS8":\ -+(rate ==DESC_RATEVHTSS1MCS9)?"VHTSS1MCS9":\ -+(rate ==DESC_RATEVHTSS2MCS0)?"VHTSS2MCS0":\ -+(rate ==DESC_RATEVHTSS2MCS1)?"VHTSS2MCS1":\ -+(rate ==DESC_RATEVHTSS2MCS2)?"VHTSS2MCS2":\ -+(rate ==DESC_RATEVHTSS2MCS3)?"VHTSS2MCS3":\ -+(rate ==DESC_RATEVHTSS2MCS4)?"VHTSS2MCS4":\ -+(rate ==DESC_RATEVHTSS2MCS5)?"VHTSS2MCS5":\ -+(rate ==DESC_RATEVHTSS2MCS6)?"VHTSS2MCS6":\ -+(rate ==DESC_RATEVHTSS2MCS7)?"VHTSS2MCS7":\ -+(rate ==DESC_RATEVHTSS2MCS8)?"VHTSS2MCS8":\ -+(rate ==DESC_RATEVHTSS2MCS9)?"VHTSS2MCS9":"UNKNOW" -+ -+ -+enum{ -+ UP_LINK, -+ DOWN_LINK, -+}; -+typedef enum _RT_MEDIA_STATUS { -+ RT_MEDIA_DISCONNECT = 0, -+ RT_MEDIA_CONNECT = 1 -+} RT_MEDIA_STATUS; -+ -+#define MAX_DLFW_PAGE_SIZE 4096 /* @ page : 4k bytes */ -+enum FIRMWARE_SOURCE { -+ FW_SOURCE_IMG_FILE = 0, -+ FW_SOURCE_HEADER_FILE = 1, /* from header file */ -+}; -+ -+/* BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. */ -+/* define MAX_TX_QUEUE 9 */ -+ -+#define TX_SELE_HQ BIT(0) /* High Queue */ -+#define TX_SELE_LQ BIT(1) /* Low Queue */ -+#define TX_SELE_NQ BIT(2) /* Normal Queue */ -+#define TX_SELE_EQ BIT(3) /* Extern Queue */ -+ -+#define PageNum_128(_Len) (u32)(((_Len)>>7) + ((_Len)&0x7F ? 1:0)) -+#define PageNum_256(_Len) (u32)(((_Len)>>8) + ((_Len)&0xFF ? 1:0)) -+#define PageNum_512(_Len) (u32)(((_Len)>>9) + ((_Len)&0x1FF ? 1:0)) -+#define PageNum(_Len, _Size) (u32)(((_Len)/(_Size)) + ((_Len)&((_Size) - 1) ? 1:0)) -+ -+ -+u8 rtw_hal_data_init(struct adapter *padapter); -+void rtw_hal_data_deinit(struct adapter *padapter); -+ -+void dump_chip_info(HAL_VERSION ChipVersion); -+ -+u8 /* return the final channel plan decision */ -+hal_com_config_channel_plan( -+struct adapter *padapter, -+u8 hw_channel_plan, /* channel plan from HW (efuse/eeprom) */ -+u8 sw_channel_plan, /* channel plan from SW (registry/module param) */ -+u8 def_channel_plan, /* channel plan used when the former two is invalid */ -+bool AutoLoadFail -+ ); -+ -+bool -+HAL_IsLegalChannel( -+struct adapter *Adapter, -+u32 Channel -+ ); -+ -+u8 MRateToHwRate(u8 rate); -+ -+u8 HwRateToMRate(u8 rate); -+ -+void HalSetBrateCfg( -+ struct adapter * Adapter, -+ u8 *mBratesOS, -+ u16 *pBrateCfg); -+ -+bool -+Hal_MappingOutPipe( -+struct adapter *padapter, -+u8 NumOutPipe -+ ); -+ -+void hal_init_macaddr(struct adapter *adapter); -+ -+void rtw_init_hal_com_default_value(struct adapter * Adapter); -+ -+void c2h_evt_clear(struct adapter *adapter); -+s32 c2h_evt_read_88xx(struct adapter *adapter, u8 *buf); -+ -+u8 rtw_hal_networktype_to_raid(struct adapter *adapter, struct sta_info *psta); -+u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type); -+void rtw_hal_update_sta_rate_mask(struct adapter *padapter, struct sta_info *psta); -+ -+void hw_var_port_switch (struct adapter *adapter); -+ -+void SetHwReg(struct adapter *padapter, u8 variable, u8 *val); -+void GetHwReg(struct adapter *padapter, u8 variable, u8 *val); -+void rtw_hal_check_rxfifo_full(struct adapter *adapter); -+ -+u8 SetHalDefVar(struct adapter *adapter, enum HAL_DEF_VARIABLE variable, -+ void *value); -+u8 GetHalDefVar(struct adapter *adapter, enum HAL_DEF_VARIABLE variable, -+ void *value); -+ -+bool eqNByte(u8 *str1, u8 *str2, u32 num); -+ -+bool IsHexDigit(char chTmp); -+ -+u32 MapCharToHexDigit(char chTmp); -+ -+bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove); -+ -+bool GetFractionValueFromString(char *szStr, u8 *pInteger, u8 *pFraction, -+ u32 *pu4bMove); -+ -+bool IsCommentString(char *szStr); -+ -+bool ParseQualifiedString(char *In, u32 *Start, char *Out, char LeftQualifier, -+ char RightQualifier); -+ -+bool GetU1ByteIntegerFromStringInDecimal(char *str, u8 *in); -+ -+bool isAllSpaceOrTab(u8 *data, u8 size); -+ -+void linked_info_dump(struct adapter *padapter, u8 benable); -+#ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+void rtw_get_raw_rssi_info(void *sel, struct adapter *padapter); -+void rtw_store_phy_info(struct adapter *padapter, union recv_frame *prframe); -+void rtw_dump_raw_rssi_info(struct adapter *padapter); -+#endif -+ -+#define HWSET_MAX_SIZE 512 -+ -+void rtw_bb_rf_gain_offset(struct adapter *padapter); -+ -+void GetHalODMVar(struct adapter *Adapter, -+ enum HAL_ODM_VARIABLE eVariable, -+ void * pValue1, -+ void * pValue2); -+void SetHalODMVar( -+ struct adapter * Adapter, -+ enum HAL_ODM_VARIABLE eVariable, -+ void * pValue1, -+ bool bSet); -+ -+#ifdef CONFIG_BACKGROUND_NOISE_MONITOR -+struct noise_info -+{ -+ u8 bPauseDIG; -+ u8 IGIValue; -+ u32 max_time;/* ms */ -+ u8 chan; -+}; -+#endif -+ -+#endif /* __HAL_COMMON_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_com_h2c.h linux/3rdparty/rtl8723bs/include/hal_com_h2c.h ---- linux.old/3rdparty/rtl8723bs/include/hal_com_h2c.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_com_h2c.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,293 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __COMMON_H2C_H__ -+#define __COMMON_H2C_H__ -+ -+/* */ -+/* H2C CMD DEFINITION ------------------------------------------------ */ -+/* */ -+/* 88e, 8723b, 8812, 8821, 92e use the same FW code base */ -+enum h2c_cmd{ -+ /* Common Class: 000 */ -+ H2C_RSVD_PAGE = 0x00, -+ H2C_MEDIA_STATUS_RPT = 0x01, -+ H2C_SCAN_ENABLE = 0x02, -+ H2C_KEEP_ALIVE = 0x03, -+ H2C_DISCON_DECISION = 0x04, -+ H2C_PSD_OFFLOAD = 0x05, -+ H2C_AP_OFFLOAD = 0x08, -+ H2C_BCN_RSVDPAGE = 0x09, -+ H2C_PROBERSP_RSVDPAGE = 0x0A, -+ H2C_FCS_RSVDPAGE = 0x10, -+ H2C_FCS_INFO = 0x11, -+ H2C_AP_WOW_GPIO_CTRL = 0x13, -+ -+ /* PoweSave Class: 001 */ -+ H2C_SET_PWR_MODE = 0x20, -+ H2C_PS_TUNING_PARA = 0x21, -+ H2C_PS_TUNING_PARA2 = 0x22, -+ H2C_P2P_LPS_PARAM = 0x23, -+ H2C_P2P_PS_OFFLOAD = 0x24, -+ H2C_PS_SCAN_ENABLE = 0x25, -+ H2C_SAP_PS_ = 0x26, -+ H2C_INACTIVE_PS_ = 0x27, /* Inactive_PS */ -+ H2C_FWLPS_IN_IPS_ = 0x28, -+ -+ /* Dynamic Mechanism Class: 010 */ -+ H2C_MACID_CFG = 0x40, -+ H2C_TXBF = 0x41, -+ H2C_RSSI_SETTING = 0x42, -+ H2C_AP_REQ_TXRPT = 0x43, -+ H2C_INIT_RATE_COLLECT = 0x44, -+ -+ /* BT Class: 011 */ -+ H2C_B_TYPE_TDMA = 0x60, -+ H2C_BT_INFO = 0x61, -+ H2C_FORCE_BT_TXPWR = 0x62, -+ H2C_BT_IGNORE_WLANACT = 0x63, -+ H2C_DAC_SWING_VALUE = 0x64, -+ H2C_ANT_SEL_RSV = 0x65, -+ H2C_WL_OPMODE = 0x66, -+ H2C_BT_MP_OPER = 0x67, -+ H2C_BT_CONTROL = 0x68, -+ H2C_BT_WIFI_CTRL = 0x69, -+ H2C_BT_FW_PATCH = 0x6A, -+ -+ /* WOWLAN Class: 100 */ -+ H2C_WOWLAN = 0x80, -+ H2C_REMOTE_WAKE_CTRL = 0x81, -+ H2C_AOAC_GLOBAL_INFO = 0x82, -+ H2C_AOAC_RSVD_PAGE = 0x83, -+ H2C_AOAC_RSVD_PAGE2 = 0x84, -+ H2C_D0_SCAN_OFFLOAD_CTRL = 0x85, -+ H2C_D0_SCAN_OFFLOAD_INFO = 0x86, -+ H2C_CHNL_SWITCH_OFFLOAD = 0x87, -+ H2C_AOAC_RSVDPAGE3 = 0x88, -+ -+ H2C_RESET_TSF = 0xC0, -+ H2C_MAXID, -+}; -+ -+#define H2C_RSVDPAGE_LOC_LEN 5 -+#define H2C_MEDIA_STATUS_RPT_LEN 3 -+#define H2C_KEEP_ALIVE_CTRL_LEN 2 -+#define H2C_DISCON_DECISION_LEN 3 -+#define H2C_AP_OFFLOAD_LEN 3 -+#define H2C_AP_WOW_GPIO_CTRL_LEN 4 -+#define H2C_AP_PS_LEN 2 -+#define H2C_PWRMODE_LEN 7 -+#define H2C_PSTUNEPARAM_LEN 4 -+#define H2C_MACID_CFG_LEN 7 -+#define H2C_BTMP_OPER_LEN 4 -+#define H2C_WOWLAN_LEN 4 -+#define H2C_REMOTE_WAKE_CTRL_LEN 3 -+#define H2C_AOAC_GLOBAL_INFO_LEN 2 -+#define H2C_AOAC_RSVDPAGE_LOC_LEN 7 -+#define H2C_SCAN_OFFLOAD_CTRL_LEN 4 -+#define H2C_BT_FW_PATCH_LEN 6 -+#define H2C_RSSI_SETTING_LEN 4 -+#define H2C_AP_REQ_TXRPT_LEN 2 -+#define H2C_FORCE_BT_TXPWR_LEN 3 -+#define H2C_BCN_RSVDPAGE_LEN 5 -+#define H2C_PROBERSP_RSVDPAGE_LEN 5 -+ -+#ifdef CONFIG_WOWLAN -+#define eqMacAddr(a, b) (((a)[0]==(b)[0] && (a)[1]==(b)[1] && (a)[2]==(b)[2] && (a)[3]==(b)[3] && (a)[4]==(b)[4] && (a)[5]==(b)[5]) ? 1:0) -+#define cpMacAddr(des, src) ((des)[0]=(src)[0], (des)[1]=(src)[1], (des)[2]=(src)[2], (des)[3]=(src)[3], (des)[4]=(src)[4], (des)[5]=(src)[5]) -+#define cpIpAddr(des, src) ((des)[0]=(src)[0], (des)[1]=(src)[1], (des)[2]=(src)[2], (des)[3]=(src)[3]) -+ -+/* */ -+/* ARP packet */ -+/* */ -+/* LLC Header */ -+#define GET_ARP_PKT_LLC_TYPE(__pHeader) ReadEF2Byte(((u8 *)(__pHeader)) + 6) -+ -+/* ARP element */ -+#define GET_ARP_PKT_OPERATION(__pHeader) ReadEF2Byte(((u8 *)(__pHeader)) + 6) -+#define GET_ARP_PKT_SENDER_MAC_ADDR(__pHeader, _val) cpMacAddr((u8 *)(_val), ((u8 *)(__pHeader))+8) -+#define GET_ARP_PKT_SENDER_IP_ADDR(__pHeader, _val) cpIpAddr((u8 *)(_val), ((u8 *)(__pHeader))+14) -+#define GET_ARP_PKT_TARGET_MAC_ADDR(__pHeader, _val) cpMacAddr((u8 *)(_val), ((u8 *)(__pHeader))+18) -+#define GET_ARP_PKT_TARGET_IP_ADDR(__pHeader, _val) cpIpAddr((u8 *)(_val), ((u8 *)(__pHeader))+24) -+ -+#define SET_ARP_PKT_HW(__pHeader, __Value) WRITEEF2BYTE(((u8 *)(__pHeader)) + 0, __Value) -+#define SET_ARP_PKT_PROTOCOL(__pHeader, __Value) WRITEEF2BYTE(((u8 *)(__pHeader)) + 2, __Value) -+#define SET_ARP_PKT_HW_ADDR_LEN(__pHeader, __Value) WRITEEF1BYTE(((u8 *)(__pHeader)) + 4, __Value) -+#define SET_ARP_PKT_PROTOCOL_ADDR_LEN(__pHeader, __Value) WRITEEF1BYTE(((u8 *)(__pHeader)) + 5, __Value) -+#define SET_ARP_PKT_OPERATION(__pHeader, __Value) WRITEEF2BYTE(((u8 *)(__pHeader)) + 6, __Value) -+#define SET_ARP_PKT_SENDER_MAC_ADDR(__pHeader, _val) cpMacAddr(((u8 *)(__pHeader))+8, (u8 *)(_val)) -+#define SET_ARP_PKT_SENDER_IP_ADDR(__pHeader, _val) cpIpAddr(((u8 *)(__pHeader))+14, (u8 *)(_val)) -+#define SET_ARP_PKT_TARGET_MAC_ADDR(__pHeader, _val) cpMacAddr(((u8 *)(__pHeader))+18, (u8 *)(_val)) -+#define SET_ARP_PKT_TARGET_IP_ADDR(__pHeader, _val) cpIpAddr(((u8 *)(__pHeader))+24, (u8 *)(_val)) -+ -+#define FW_WOWLAN_FUN_EN BIT(0) -+#define FW_WOWLAN_PATTERN_MATCH BIT(1) -+#define FW_WOWLAN_MAGIC_PKT BIT(2) -+#define FW_WOWLAN_UNICAST BIT(3) -+#define FW_WOWLAN_ALL_PKT_DROP BIT(4) -+#define FW_WOWLAN_GPIO_ACTIVE BIT(5) -+#define FW_WOWLAN_REKEY_WAKEUP BIT(6) -+#define FW_WOWLAN_DEAUTH_WAKEUP BIT(7) -+ -+#define FW_WOWLAN_GPIO_WAKEUP_EN BIT(0) -+#define FW_FW_PARSE_MAGIC_PKT BIT(1) -+ -+#define FW_REMOTE_WAKE_CTRL_EN BIT(0) -+#define FW_REALWOWLAN_EN BIT(5) -+ -+#define FW_WOWLAN_KEEP_ALIVE_EN BIT(0) -+#define FW_ADOPT_USER BIT(1) -+#define FW_WOWLAN_KEEP_ALIVE_PKT_TYPE BIT(2) -+ -+#define FW_REMOTE_WAKE_CTRL_EN BIT(0) -+#define FW_ARP_EN BIT(1) -+#define FW_REALWOWLAN_EN BIT(5) -+#define FW_WOW_FW_UNICAST_EN BIT(7) -+ -+#endif /* CONFIG_WOWLAN */ -+ -+/* _RSVDPAGE_LOC_CMD_0x00 */ -+#define SET_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value)SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+ -+/* _MEDIA_STATUS_RPT_PARM_CMD_0x01 */ -+#define SET_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+/* _KEEP_ALIVE_CMD_0x03 */ -+#define SET_H2CCMD_KEEPALIVE_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_KEEPALIVE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+ -+/* _DISCONNECT_DECISION_CMD_0x04 */ -+#define SET_H2CCMD_DISCONDECISION_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_DISCONDECISION_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+#ifdef CONFIG_AP_WOWLAN -+/* _AP_Offload 0x08 */ -+#define SET_H2CCMD_AP_WOWLAN_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+/* _BCN_RsvdPage 0x09 */ -+#define SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_BCN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+/* _Probersp_RsvdPage 0x0a */ -+#define SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_ProbeRsp(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+/* _Probersp_RsvdPage 0x13 */ -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_INDEX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 4, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_C2H_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_PLUS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_HIGH_ACTIVE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 6, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 7, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_DURATION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_C2H_DURATION(__pH2CCmd, __Value)SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+/* _AP_PS 0x26 */ -+#define SET_H2CCMD_AP_WOW_PS_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_AP_WOW_PS_32K_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_AP_WOW_PS_RF(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_AP_WOW_PS_DURATION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#endif -+ -+/* _WoWLAN PARAM_CMD_0x80 */ -+#define SET_H2CCMD_WOWLAN_FUNC_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_WOWLAN_PATTERN_MATCH_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_WOWLAN_MAGIC_PKT_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_WOWLAN_UNICAST_PKT_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_H2CCMD_WOWLAN_ALL_PKT_DROP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_H2CCMD_WOWLAN_GPIO_ACTIVE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+#define SET_H2CCMD_WOWLAN_REKEY_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 6, 1, __Value) -+#define SET_H2CCMD_WOWLAN_DISCONNECT_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 7, 1, __Value) -+#define SET_H2CCMD_WOWLAN_GPIONUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 7, __Value) -+#define SET_H2CCMD_WOWLAN_DATAPIN_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 7, 1, __Value) -+#define SET_H2CCMD_WOWLAN_GPIO_DURATION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+/* define SET_H2CCMD_WOWLAN_GPIO_PULSE_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 1, __Value) */ -+#define SET_H2CCMD_WOWLAN_GPIO_PULSE_COUNT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+ -+/* _REMOTE_WAKEUP_CMD_0x81 */ -+#define SET_H2CCMD_REMOTE_WAKECTRL_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_NDP_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_GTK_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_NLO_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_FW_UNICAST_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 7, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_ACTION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 1, __Value) -+ -+/* AOAC_GLOBAL_INFO_0x82 */ -+#define SET_H2CCMD_AOAC_GLOBAL_INFO_PAIRWISE_ENC_ALG(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_GLOBAL_INFO_GROUP_ENC_ALG(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+ -+/* AOAC_RSVDPAGE_LOC_0x83 */ -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_REMOTE_WAKE_CTRL_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd), 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_ARP_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_NEIGHBOR_ADV(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#ifdef CONFIG_GTK_OL -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_EXT_MEM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+#endif /* CONFIG_GTK_OL */ -+#ifdef CONFIG_PNO_SUPPORT -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_NLO_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd), 0, 8, __Value) -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+/* D0_Scan_Offload_Info_0x86 */ -+#define SET_H2CCMD_AOAC_NLO_FUN_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd), 3, 1, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_PROBE_PACKET(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_SCAN_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_SSID_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#endif /* CONFIG_PNO_SUPPORT */ -+ -+/* */ -+/* Structure -------------------------------------------------- */ -+/* */ -+typedef struct _RSVDPAGE_LOC { -+ u8 LocProbeRsp; -+ u8 LocPsPoll; -+ u8 LocNullData; -+ u8 LocQosNull; -+ u8 LocBTQosNull; -+#ifdef CONFIG_WOWLAN -+ u8 LocRemoteCtrlInfo; -+ u8 LocArpRsp; -+ u8 LocNbrAdv; -+ u8 LocGTKRsp; -+ u8 LocGTKInfo; -+ u8 LocProbeReq; -+ u8 LocNetList; -+#ifdef CONFIG_GTK_OL -+ u8 LocGTKEXTMEM; -+#endif /* CONFIG_GTK_OL */ -+#ifdef CONFIG_PNO_SUPPORT -+ u8 LocPNOInfo; -+ u8 LocScanInfo; -+ u8 LocSSIDInfo; -+ u8 LocProbePacket; -+#endif /* CONFIG_PNO_SUPPORT */ -+#endif /* CONFIG_WOWLAN */ -+#ifdef CONFIG_AP_WOWLAN -+ u8 LocApOffloadBCN; -+#endif /* CONFIG_AP_WOWLAN */ -+} RSVDPAGE_LOC, *PRSVDPAGE_LOC; -+ -+#endif -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void rtw_get_current_ip_address(struct adapter *padapter, u8 *pcurrentip); -+void rtw_get_sec_iv(struct adapter *padapter, u8*pcur_dot11txpn, u8 *StaAddr); -+void rtw_set_sec_pn(struct adapter *padapter); -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_com_phycfg.h linux/3rdparty/rtl8723bs/include/hal_com_phycfg.h ---- linux.old/3rdparty/rtl8723bs/include/hal_com_phycfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_com_phycfg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,275 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_COM_PHYCFG_H__ -+#define __HAL_COM_PHYCFG_H__ -+ -+#define PathA 0x0 /* Useless */ -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+enum RATE_SECTION { -+ CCK = 0, -+ OFDM, -+ HT_MCS0_MCS7, -+ HT_MCS8_MCS15, -+ HT_MCS16_MCS23, -+ HT_MCS24_MCS31, -+ VHT_1SSMCS0_1SSMCS9, -+ VHT_2SSMCS0_2SSMCS9, -+ VHT_3SSMCS0_3SSMCS9, -+ VHT_4SSMCS0_4SSMCS9, -+}; -+ -+enum RF_TX_NUM { -+ RF_1TX = 0, -+ RF_2TX, -+ RF_3TX, -+ RF_4TX, -+ RF_MAX_TX_NUM, -+ RF_TX_NUM_NONIMPLEMENT, -+}; -+ -+#define MAX_POWER_INDEX 0x3F -+ -+enum _REGULATION_TXPWR_LMT { -+ TXPWR_LMT_FCC = 0, -+ TXPWR_LMT_MKK, -+ TXPWR_LMT_ETSI, -+ TXPWR_LMT_WW, -+ TXPWR_LMT_MAX_REGULATION_NUM, -+}; -+ -+/*------------------------------Define structure----------------------------*/ -+struct bb_register_def { -+ u32 rfintfs; /* set software control: */ -+ /* 0x870~0x877[8 bytes] */ -+ -+ u32 rfintfo; /* output data: */ -+ /* 0x860~0x86f [16 bytes] */ -+ -+ u32 rfintfe; /* output enable: */ -+ /* 0x860~0x86f [16 bytes] */ -+ -+ u32 rf3wireOffset; /* LSSI data: */ -+ /* 0x840~0x84f [16 bytes] */ -+ -+ u32 rfHSSIPara2; /* wire parameter control2 : */ -+ /* 0x824~0x827, 0x82c~0x82f, -+ * 0x834~0x837, 0x83c~0x83f -+ */ -+ u32 rfLSSIReadBack; /* LSSI RF readback data SI mode */ -+ /* 0x8a0~0x8af [16 bytes] */ -+ -+ u32 rfLSSIReadBackPi; /* LSSI RF readback data PI mode -+ * 0x8b8-8bc for Path A and B */ -+ -+}; -+ -+u8 -+PHY_GetTxPowerByRateBase( -+struct adapter * Adapter, -+u8 Band, -+u8 RfPath, -+u8 TxNum, -+enum RATE_SECTION RateSection -+ ); -+ -+u8 -+PHY_GetRateSectionIndexOfTxPowerByRate( -+struct adapter *padapter, -+u32 RegAddr, -+u32 BitMask -+ ); -+ -+void -+PHY_GetRateValuesOfTxPowerByRate( -+struct adapter *padapter, -+u32 RegAddr, -+u32 BitMask, -+u32 Value, -+ u8* RateIndex, -+ s8* PwrByRateVal, -+ u8* RateNum -+ ); -+ -+u8 -+PHY_GetRateIndexOfTxPowerByRate( -+u8 Rate -+ ); -+ -+void -+PHY_SetTxPowerIndexByRateSection( -+struct adapter * padapter, -+u8 RFPath, -+u8 Channel, -+u8 RateSection -+ ); -+ -+s8 -+PHY_GetTxPowerByRate( -+struct adapter *padapter, -+u8 Band, -+u8 RFPath, -+u8 TxNum, -+u8 RateIndex -+ ); -+ -+void -+PHY_SetTxPowerByRate( -+struct adapter *padapter, -+u8 Band, -+u8 RFPath, -+u8 TxNum, -+u8 Rate, -+s8 Value -+ ); -+ -+void -+PHY_SetTxPowerLevelByPath( -+struct adapter *Adapter, -+u8 channel, -+u8 path -+ ); -+ -+void -+PHY_SetTxPowerIndexByRateArray( -+struct adapter * padapter, -+u8 RFPath, -+enum CHANNEL_WIDTH BandWidth, -+u8 Channel, -+u8* Rates, -+u8 RateArraySize -+ ); -+ -+void -+PHY_InitTxPowerByRate( -+struct adapter *padapter -+ ); -+ -+void -+PHY_StoreTxPowerByRate( -+struct adapter *padapter, -+u32 Band, -+u32 RfPath, -+u32 TxNum, -+u32 RegAddr, -+u32 BitMask, -+u32 Data -+ ); -+ -+void -+PHY_TxPowerByRateConfiguration( -+ struct adapter * padapter -+ ); -+ -+u8 -+PHY_GetTxPowerIndexBase( -+struct adapter * padapter, -+u8 RFPath, -+u8 Rate, -+enum CHANNEL_WIDTH BandWidth, -+u8 Channel, -+ bool *bIn24G -+ ); -+ -+s8 PHY_GetTxPowerLimit (struct adapter *adapter, u32 RegPwrTblSel, -+ enum BAND_TYPE Band, enum CHANNEL_WIDTH Bandwidth, -+u8 RfPath, -+u8 DataRate, -+u8 Channel -+ ); -+ -+void -+PHY_SetTxPowerLimit( -+struct adapter * Adapter, -+u8 *Regulation, -+u8 *Band, -+u8 *Bandwidth, -+u8 *RateSection, -+u8 *RfPath, -+u8 *Channel, -+u8 *PowerLimit -+ ); -+ -+void -+PHY_ConvertTxPowerLimitToPowerIndex( -+struct adapter * Adapter -+ ); -+ -+void -+PHY_InitTxPowerLimit( -+struct adapter * Adapter -+ ); -+ -+s8 -+PHY_GetTxPowerTrackingOffset( -+ struct adapter *padapter, -+ u8 Rate, -+ u8 RFPath -+ ); -+ -+u8 -+PHY_GetTxPowerIndex( -+struct adapter * padapter, -+u8 RFPath, -+u8 Rate, -+enum CHANNEL_WIDTH BandWidth, -+u8 Channel -+ ); -+ -+void -+PHY_SetTxPowerIndex( -+struct adapter * padapter, -+u32 PowerIndex, -+u8 RFPath, -+u8 Rate -+ ); -+ -+void -+Hal_ChannelPlanToRegulation( -+struct adapter * Adapter, -+u16 ChannelPlan -+ ); -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+#define MAX_PARA_FILE_BUF_LEN 25600 -+ -+#define LOAD_MAC_PARA_FILE BIT0 -+#define LOAD_BB_PARA_FILE BIT1 -+#define LOAD_BB_PG_PARA_FILE BIT2 -+#define LOAD_BB_MP_PARA_FILE BIT3 -+#define LOAD_RF_PARA_FILE BIT4 -+#define LOAD_RF_TXPWR_TRACK_PARA_FILE BIT5 -+#define LOAD_RF_TXPWR_LMT_PARA_FILE BIT6 -+ -+int phy_ConfigMACWithParaFile(struct adapter *Adapter, char*pFileName); -+ -+int phy_ConfigBBWithParaFile(struct adapter *Adapter, char*pFileName, u32 ConfigType); -+ -+int phy_ConfigBBWithPgParaFile(struct adapter *Adapter, char*pFileName); -+ -+int phy_ConfigBBWithMpParaFile(struct adapter *Adapter, char*pFileName); -+ -+int PHY_ConfigRFWithParaFile(struct adapter *Adapter, char*pFileName, u8 eRFPath); -+ -+int PHY_ConfigRFWithTxPwrTrackParaFile(struct adapter *Adapter, char*pFileName); -+ -+int PHY_ConfigRFWithPowerLimitTableParaFile(struct adapter *Adapter, char*pFileName); -+ -+void phy_free_filebuf(struct adapter *padapter); -+#endif /* CONFIG_LOAD_PHY_PARA_FROM_FILE */ -+ -+#endif /* __HAL_COMMON_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_com_reg.h linux/3rdparty/rtl8723bs/include/hal_com_reg.h ---- linux.old/3rdparty/rtl8723bs/include/hal_com_reg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_com_reg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1725 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_COMMON_REG_H__ -+#define __HAL_COMMON_REG_H__ -+ -+ -+#define MAC_ADDR_LEN 6 -+ -+#define HAL_NAV_UPPER_UNIT 128 /* micro-second */ -+ -+/* 8188E PKT_BUFF_ACCESS_CTRL value */ -+#define TXPKT_BUF_SELECT 0x69 -+#define RXPKT_BUF_SELECT 0xA5 -+#define DISABLE_TRXPKT_BUF_ACCESS 0x0 -+ -+/* */ -+/* */ -+/* */ -+ -+/* */ -+/* */ -+/* 0x0000h ~ 0x00FFh System Configuration */ -+/* */ -+/* */ -+#define REG_SYS_ISO_CTRL 0x0000 -+#define REG_SYS_FUNC_EN 0x0002 -+#define REG_APS_FSMCO 0x0004 -+#define REG_SYS_CLKR 0x0008 -+#define REG_9346CR 0x000A -+#define REG_SYS_EEPROM_CTRL 0x000A -+#define REG_EE_VPD 0x000C -+#define REG_AFE_MISC 0x0010 -+#define REG_SPS0_CTRL 0x0011 -+#define REG_SPS0_CTRL_6 0x0016 -+#define REG_POWER_OFF_IN_PROCESS 0x0017 -+#define REG_SPS_OCP_CFG 0x0018 -+#define REG_RSV_CTRL 0x001C -+#define REG_RF_CTRL 0x001F -+#define REG_LDOA15_CTRL 0x0020 -+#define REG_LDOV12D_CTRL 0x0021 -+#define REG_LDOHCI12_CTRL 0x0022 -+#define REG_LPLDO_CTRL 0x0023 -+#define REG_AFE_XTAL_CTRL 0x0024 -+#define REG_AFE_LDO_CTRL 0x0027 /* 1.5v for 8188EE test chip, 1.4v for MP chip */ -+#define REG_AFE_PLL_CTRL 0x0028 -+#define REG_MAC_PHY_CTRL 0x002c /* for 92d, DMDP, SMSP, DMSP contrl */ -+#define REG_APE_PLL_CTRL_EXT 0x002c -+#define REG_EFUSE_CTRL 0x0030 -+#define REG_EFUSE_TEST 0x0034 -+#define REG_PWR_DATA 0x0038 -+#define REG_CAL_TIMER 0x003C -+#define REG_ACLK_MON 0x003E -+#define REG_GPIO_MUXCFG 0x0040 -+#define REG_GPIO_IO_SEL 0x0042 -+#define REG_MAC_PINMUX_CFG 0x0043 -+#define REG_GPIO_PIN_CTRL 0x0044 -+#define REG_GPIO_INTM 0x0048 -+#define REG_LEDCFG0 0x004C -+#define REG_LEDCFG1 0x004D -+#define REG_LEDCFG2 0x004E -+#define REG_LEDCFG3 0x004F -+#define REG_FSIMR 0x0050 -+#define REG_FSISR 0x0054 -+#define REG_HSIMR 0x0058 -+#define REG_HSISR 0x005c -+#define REG_GPIO_PIN_CTRL_2 0x0060 /* RTL8723 WIFI/BT/GPS Multi-Function GPIO Pin Control. */ -+#define REG_GPIO_IO_SEL_2 0x0062 /* RTL8723 WIFI/BT/GPS Multi-Function GPIO Select. */ -+#define REG_MULTI_FUNC_CTRL 0x0068 /* RTL8723 WIFI/BT/GPS Multi-Function control source. */ -+#define REG_GSSR 0x006c -+#define REG_AFE_XTAL_CTRL_EXT 0x0078 /* RTL8188E */ -+#define REG_XCK_OUT_CTRL 0x007c /* RTL8188E */ -+#define REG_MCUFWDL 0x0080 -+#define REG_WOL_EVENT 0x0081 /* RTL8188E */ -+#define REG_MCUTSTCFG 0x0084 -+#define REG_FDHM0 0x0088 -+#define REG_HOST_SUSP_CNT 0x00BC /* RTL8192C Host suspend counter on FPGA platform */ -+#define REG_SYSTEM_ON_CTRL 0x00CC /* For 8723AE Reset after S3 */ -+#define REG_EFUSE_ACCESS 0x00CF /* Efuse access protection for RTL8723 */ -+#define REG_BIST_SCAN 0x00D0 -+#define REG_BIST_RPT 0x00D4 -+#define REG_BIST_ROM_RPT 0x00D8 -+#define REG_USB_SIE_INTF 0x00E0 -+#define REG_PCIE_MIO_INTF 0x00E4 -+#define REG_PCIE_MIO_INTD 0x00E8 -+#define REG_HPON_FSM 0x00EC -+#define REG_SYS_CFG 0x00F0 -+#define REG_GPIO_OUTSTS 0x00F4 /* For RTL8723 only. */ -+#define REG_TYPE_ID 0x00FC -+ -+/* */ -+/* 2010/12/29 MH Add for 92D */ -+/* */ -+#define REG_MAC_PHY_CTRL_NORMAL 0x00f8 -+ -+ -+/* */ -+/* */ -+/* 0x0100h ~ 0x01FFh MACTOP General Configuration */ -+/* */ -+/* */ -+#define REG_CR 0x0100 -+#define REG_PBP 0x0104 -+#define REG_PKT_BUFF_ACCESS_CTRL 0x0106 -+#define REG_TRXDMA_CTRL 0x010C -+#define REG_TRXFF_BNDY 0x0114 -+#define REG_TRXFF_STATUS 0x0118 -+#define REG_RXFF_PTR 0x011C -+#define REG_HIMR 0x0120 -+#define REG_HISR 0x0124 -+#define REG_HIMRE 0x0128 -+#define REG_HISRE 0x012C -+#define REG_CPWM 0x012F -+#define REG_FWIMR 0x0130 -+#define REG_FWISR 0x0134 -+#define REG_FTIMR 0x0138 -+#define REG_FTISR 0x013C /* RTL8192C */ -+#define REG_PKTBUF_DBG_CTRL 0x0140 -+#define REG_RXPKTBUF_CTRL (REG_PKTBUF_DBG_CTRL+2) -+#define REG_PKTBUF_DBG_DATA_L 0x0144 -+#define REG_PKTBUF_DBG_DATA_H 0x0148 -+ -+#define REG_TC0_CTRL 0x0150 -+#define REG_TC1_CTRL 0x0154 -+#define REG_TC2_CTRL 0x0158 -+#define REG_TC3_CTRL 0x015C -+#define REG_TC4_CTRL 0x0160 -+#define REG_TCUNIT_BASE 0x0164 -+#define REG_MBIST_START 0x0174 -+#define REG_MBIST_DONE 0x0178 -+#define REG_MBIST_FAIL 0x017C -+#define REG_32K_CTRL 0x0194 /* RTL8188E */ -+#define REG_C2HEVT_MSG_NORMAL 0x01A0 -+#define REG_C2HEVT_CLEAR 0x01AF -+#define REG_MCUTST_1 0x01c0 -+#define REG_MCUTST_WOWLAN 0x01C7 /* Defined after 8188E series. */ -+#define REG_FMETHR 0x01C8 -+#define REG_HMETFR 0x01CC -+#define REG_HMEBOX_0 0x01D0 -+#define REG_HMEBOX_1 0x01D4 -+#define REG_HMEBOX_2 0x01D8 -+#define REG_HMEBOX_3 0x01DC -+#define REG_LLT_INIT 0x01E0 -+ -+ -+/* */ -+/* */ -+/* 0x0200h ~ 0x027Fh TXDMA Configuration */ -+/* */ -+/* */ -+#define REG_RQPN 0x0200 -+#define REG_FIFOPAGE 0x0204 -+#define REG_TDECTRL 0x0208 -+#define REG_TXDMA_OFFSET_CHK 0x020C -+#define REG_TXDMA_STATUS 0x0210 -+#define REG_RQPN_NPQ 0x0214 -+#define REG_AUTO_LLT 0x0224 -+ -+ -+/* */ -+/* */ -+/* 0x0280h ~ 0x02FFh RXDMA Configuration */ -+/* */ -+/* */ -+#define REG_RXDMA_AGG_PG_TH 0x0280 -+#define REG_RXPKT_NUM 0x0284 -+#define REG_RXDMA_STATUS 0x0288 -+ -+/* */ -+/* */ -+/* 0x0300h ~ 0x03FFh PCIe */ -+/* */ -+/* */ -+#define REG_PCIE_CTRL_REG 0x0300 -+#define REG_INT_MIG 0x0304 /* Interrupt Migration */ -+#define REG_BCNQ_DESA 0x0308 /* TX Beacon Descriptor Address */ -+#define REG_HQ_DESA 0x0310 /* TX High Queue Descriptor Address */ -+#define REG_MGQ_DESA 0x0318 /* TX Manage Queue Descriptor Address */ -+#define REG_VOQ_DESA 0x0320 /* TX VO Queue Descriptor Address */ -+#define REG_VIQ_DESA 0x0328 /* TX VI Queue Descriptor Address */ -+#define REG_BEQ_DESA 0x0330 /* TX BE Queue Descriptor Address */ -+#define REG_BKQ_DESA 0x0338 /* TX BK Queue Descriptor Address */ -+#define REG_RX_DESA 0x0340 /* RX Queue Descriptor Address */ -+/* sherry added for DBI Read/Write 20091126 */ -+#define REG_DBI_WDATA 0x0348 /* Backdoor REG for Access Configuration */ -+#define REG_DBI_RDATA 0x034C /* Backdoor REG for Access Configuration */ -+#define REG_DBI_CTRL 0x0350 /* Backdoor REG for Access Configuration */ -+#define REG_DBI_FLAG 0x0352 /* Backdoor REG for Access Configuration */ -+#define REG_MDIO 0x0354 /* MDIO for Access PCIE PHY */ -+#define REG_DBG_SEL 0x0360 /* Debug Selection Register */ -+#define REG_PCIE_HRPWM 0x0361 /* PCIe RPWM */ -+#define REG_PCIE_HCPWM 0x0363 /* PCIe CPWM */ -+#define REG_WATCH_DOG 0x0368 -+ -+/* RTL8723 series ------------------------------- */ -+#define REG_PCIE_HISR_EN 0x0394 /* PCIE Local Interrupt Enable Register */ -+#define REG_PCIE_HISR 0x03A0 -+#define REG_PCIE_HISRE 0x03A4 -+#define REG_PCIE_HIMR 0x03A8 -+#define REG_PCIE_HIMRE 0x03AC -+ -+#define REG_USB_HIMR 0xFE38 -+#define REG_USB_HIMRE 0xFE3C -+#define REG_USB_HISR 0xFE78 -+#define REG_USB_HISRE 0xFE7C -+ -+ -+/* */ -+/* */ -+/* 0x0400h ~ 0x047Fh Protocol Configuration */ -+/* */ -+/* */ -+#define REG_VOQ_INFORMATION 0x0400 -+#define REG_VIQ_INFORMATION 0x0404 -+#define REG_BEQ_INFORMATION 0x0408 -+#define REG_BKQ_INFORMATION 0x040C -+#define REG_MGQ_INFORMATION 0x0410 -+#define REG_HGQ_INFORMATION 0x0414 -+#define REG_BCNQ_INFORMATION 0x0418 -+#define REG_TXPKT_EMPTY 0x041A -+#define REG_CPU_MGQ_INFORMATION 0x041C -+#define REG_FWHW_TXQ_CTRL 0x0420 -+#define REG_HWSEQ_CTRL 0x0423 -+#define REG_BCNQ_BDNY 0x0424 -+#define REG_MGQ_BDNY 0x0425 -+#define REG_LIFETIME_CTRL 0x0426 -+#define REG_MULTI_BCNQ_OFFSET 0x0427 -+#define REG_SPEC_SIFS 0x0428 -+#define REG_RL 0x042A -+#define REG_DARFRC 0x0430 -+#define REG_RARFRC 0x0438 -+#define REG_RRSR 0x0440 -+#define REG_ARFR0 0x0444 -+#define REG_ARFR1 0x0448 -+#define REG_ARFR2 0x044C -+#define REG_ARFR3 0x0450 -+#define REG_BCNQ1_BDNY 0x0457 -+ -+#define REG_AGGLEN_LMT 0x0458 -+#define REG_AMPDU_MIN_SPACE 0x045C -+#define REG_WMAC_LBK_BF_HD 0x045D -+#define REG_FAST_EDCA_CTRL 0x0460 -+#define REG_RD_RESP_PKT_TH 0x0463 -+ -+#define REG_INIRTS_RATE_SEL 0x0480 -+#define REG_INIDATA_RATE_SEL 0x0484 -+ -+#define REG_POWER_STAGE1 0x04B4 -+#define REG_POWER_STAGE2 0x04B8 -+#define REG_PKT_VO_VI_LIFE_TIME 0x04C0 -+#define REG_PKT_BE_BK_LIFE_TIME 0x04C2 -+#define REG_STBC_SETTING 0x04C4 -+#define REG_QUEUE_CTRL 0x04C6 -+#define REG_SINGLE_AMPDU_CTRL 0x04c7 -+#define REG_PROT_MODE_CTRL 0x04C8 -+#define REG_MAX_AGGR_NUM 0x04CA -+#define REG_RTS_MAX_AGGR_NUM 0x04CB -+#define REG_BAR_MODE_CTRL 0x04CC -+#define REG_RA_TRY_RATE_AGG_LMT 0x04CF -+#define REG_EARLY_MODE_CONTROL 0x04D0 -+#define REG_MACID_SLEEP 0x04D4 -+#define REG_NQOS_SEQ 0x04DC -+#define REG_QOS_SEQ 0x04DE -+#define REG_NEED_CPU_HANDLE 0x04E0 -+#define REG_PKT_LOSE_RPT 0x04E1 -+#define REG_PTCL_ERR_STATUS 0x04E2 -+#define REG_TX_RPT_CTRL 0x04EC -+#define REG_TX_RPT_TIME 0x04F0 /* 2 byte */ -+#define REG_DUMMY 0x04FC -+ -+/* */ -+/* */ -+/* 0x0500h ~ 0x05FFh EDCA Configuration */ -+/* */ -+/* */ -+#define REG_EDCA_VO_PARAM 0x0500 -+#define REG_EDCA_VI_PARAM 0x0504 -+#define REG_EDCA_BE_PARAM 0x0508 -+#define REG_EDCA_BK_PARAM 0x050C -+#define REG_BCNTCFG 0x0510 -+#define REG_PIFS 0x0512 -+#define REG_RDG_PIFS 0x0513 -+#define REG_SIFS_CTX 0x0514 -+#define REG_SIFS_TRX 0x0516 -+#define REG_TSFTR_SYN_OFFSET 0x0518 -+#define REG_AGGR_BREAK_TIME 0x051A -+#define REG_SLOT 0x051B -+#define REG_TX_PTCL_CTRL 0x0520 -+#define REG_TXPAUSE 0x0522 -+#define REG_DIS_TXREQ_CLR 0x0523 -+#define REG_RD_CTRL 0x0524 -+/* */ -+/* Format for offset 540h-542h: */ -+/* [3:0]: TBTT prohibit setup in unit of 32us. The time for HW getting beacon content before TBTT. */ -+/* [7:4]: Reserved. */ -+/* [19:8]: TBTT prohibit hold in unit of 32us. The time for HW holding to send the beacon packet. */ -+/* [23:20]: Reserved */ -+/* Description: */ -+/* | */ -+/* |<--Setup--|--Hold------------>| */ -+/* --------------|---------------------- */ -+/* | */ -+/* TBTT */ -+/* Note: We cannot update beacon content to HW or send any AC packets during the time between Setup and Hold. */ -+/* Described by Designer Tim and Bruce, 2011-01-14. */ -+/* */ -+#define REG_TBTT_PROHIBIT 0x0540 -+#define REG_RD_NAV_NXT 0x0544 -+#define REG_NAV_PROT_LEN 0x0546 -+#define REG_BCN_CTRL 0x0550 -+#define REG_BCN_CTRL_1 0x0551 -+#define REG_MBID_NUM 0x0552 -+#define REG_DUAL_TSF_RST 0x0553 -+#define REG_BCN_INTERVAL 0x0554 /* The same as REG_MBSSID_BCN_SPACE */ -+#define REG_DRVERLYINT 0x0558 -+#define REG_BCNDMATIM 0x0559 -+#define REG_ATIMWND 0x055A -+#define REG_USTIME_TSF 0x055C -+#define REG_BCN_MAX_ERR 0x055D -+#define REG_RXTSF_OFFSET_CCK 0x055E -+#define REG_RXTSF_OFFSET_OFDM 0x055F -+#define REG_TSFTR 0x0560 -+#define REG_TSFTR1 0x0568 /* HW Port 1 TSF Register */ -+#define REG_ATIMWND_1 0x0570 -+#define REG_P2P_CTWIN 0x0572 /* 1 Byte long (in unit of TU) */ -+#define REG_PSTIMER 0x0580 -+#define REG_TIMER0 0x0584 -+#define REG_TIMER1 0x0588 -+#define REG_ACMHWCTRL 0x05C0 -+#define REG_NOA_DESC_SEL 0x05CF -+#define REG_NOA_DESC_DURATION 0x05E0 -+#define REG_NOA_DESC_INTERVAL 0x05E4 -+#define REG_NOA_DESC_START 0x05E8 -+#define REG_NOA_DESC_COUNT 0x05EC -+ -+#define REG_DMC 0x05F0 /* Dual MAC Co-Existence Register */ -+#define REG_SCH_TX_CMD 0x05F8 -+ -+#define REG_FW_RESET_TSF_CNT_1 0x05FC -+#define REG_FW_RESET_TSF_CNT_0 0x05FD -+#define REG_FW_BCN_DIS_CNT 0x05FE -+ -+/* */ -+/* */ -+/* 0x0600h ~ 0x07FFh WMAC Configuration */ -+/* */ -+/* */ -+#define REG_APSD_CTRL 0x0600 -+#define REG_BWOPMODE 0x0603 -+#define REG_TCR 0x0604 -+#define REG_RCR 0x0608 -+#define REG_RX_PKT_LIMIT 0x060C -+#define REG_RX_DLK_TIME 0x060D -+#define REG_RX_DRVINFO_SZ 0x060F -+ -+#define REG_MACID 0x0610 -+#define REG_BSSID 0x0618 -+#define REG_MAR 0x0620 -+#define REG_MBIDCAMCFG 0x0628 -+ -+#define REG_PNO_STATUS 0x0631 -+#define REG_USTIME_EDCA 0x0638 -+#define REG_MAC_SPEC_SIFS 0x063A -+/* 20100719 Joseph: Hardware register definition change. (HW datasheet v54) */ -+#define REG_RESP_SIFS_CCK 0x063C /* [15:8]SIFS_R2T_OFDM, [7:0]SIFS_R2T_CCK */ -+#define REG_RESP_SIFS_OFDM 0x063E /* [15:8]SIFS_T2T_OFDM, [7:0]SIFS_T2T_CCK */ -+ -+#define REG_ACKTO 0x0640 -+#define REG_CTS2TO 0x0641 -+#define REG_EIFS 0x0642 -+ -+ -+/* RXERR_RPT */ -+#define RXERR_TYPE_OFDM_PPDU 0 -+#define RXERR_TYPE_OFDMfalse_ALARM 1 -+#define RXERR_TYPE_OFDM_MPDU_OK 2 -+#define RXERR_TYPE_OFDM_MPDU_FAIL 3 -+#define RXERR_TYPE_CCK_PPDU 4 -+#define RXERR_TYPE_CCKfalse_ALARM 5 -+#define RXERR_TYPE_CCK_MPDU_OK 6 -+#define RXERR_TYPE_CCK_MPDU_FAIL 7 -+#define RXERR_TYPE_HT_PPDU 8 -+#define RXERR_TYPE_HTfalse_ALARM 9 -+#define RXERR_TYPE_HT_MPDU_TOTAL 10 -+#define RXERR_TYPE_HT_MPDU_OK 11 -+#define RXERR_TYPE_HT_MPDU_FAIL 12 -+#define RXERR_TYPE_RX_FULL_DROP 15 -+ -+#define RXERR_COUNTER_MASK 0xFFFFF -+#define RXERR_RPT_RST BIT(27) -+#define _RXERR_RPT_SEL(type) ((type) << 28) -+ -+/* */ -+/* Note: */ -+/* The NAV upper value is very important to WiFi 11n 5.2.3 NAV test. The default value is */ -+/* always too small, but the WiFi TestPlan test by 25, 000 microseconds of NAV through sending */ -+/* CTS in the air. We must update this value greater than 25, 000 microseconds to pass the item. */ -+/* The offset of NAV_UPPER in 8192C Spec is incorrect, and the offset should be 0x0652. Commented */ -+/* by SD1 Scott. */ -+/* By Bruce, 2011-07-18. */ -+/* */ -+#define REG_NAV_UPPER 0x0652 /* unit of 128 */ -+ -+/* WMA, BA, CCX */ -+#define REG_NAV_CTRL 0x0650 -+#define REG_BACAMCMD 0x0654 -+#define REG_BACAMCONTENT 0x0658 -+#define REG_LBDLY 0x0660 -+#define REG_FWDLY 0x0661 -+#define REG_RXERR_RPT 0x0664 -+#define REG_WMAC_TRXPTCL_CTL 0x0668 -+ -+/* Security */ -+#define REG_CAMCMD 0x0670 -+#define REG_CAMWRITE 0x0674 -+#define REG_CAMREAD 0x0678 -+#define REG_CAMDBG 0x067C -+#define REG_SECCFG 0x0680 -+ -+/* Power */ -+#define REG_WOW_CTRL 0x0690 -+#define REG_PS_RX_INFO 0x0692 -+#define REG_UAPSD_TID 0x0693 -+#define REG_WKFMCAM_CMD 0x0698 -+#define REG_WKFMCAM_NUM REG_WKFMCAM_CMD -+#define REG_WKFMCAM_RWD 0x069C -+#define REG_RXFLTMAP0 0x06A0 -+#define REG_RXFLTMAP1 0x06A2 -+#define REG_RXFLTMAP2 0x06A4 -+#define REG_BCN_PSR_RPT 0x06A8 -+#define REG_BT_COEX_TABLE 0x06C0 -+ -+/* Hardware Port 2 */ -+#define REG_MACID1 0x0700 -+#define REG_BSSID1 0x0708 -+ -+ -+/* */ -+/* */ -+/* 0xFE00h ~ 0xFE55h USB Configuration */ -+/* */ -+/* */ -+#define REG_USB_INFO 0xFE17 -+#define REG_USB_SPECIAL_OPTION 0xFE55 -+#define REG_USB_DMA_AGG_TO 0xFE5B -+#define REG_USB_AGG_TO 0xFE5C -+#define REG_USB_AGG_TH 0xFE5D -+ -+#define REG_USB_HRPWM 0xFE58 -+#define REG_USB_HCPWM 0xFE57 -+ -+/* for 92DU high_Queue low_Queue Normal_Queue select */ -+#define REG_USB_High_NORMAL_Queue_Select_MAC0 0xFE44 -+/* define REG_USB_LOW_Queue_Select_MAC0 0xFE45 */ -+#define REG_USB_High_NORMAL_Queue_Select_MAC1 0xFE47 -+/* define REG_USB_LOW_Queue_Select_MAC1 0xFE48 */ -+ -+/* For test chip */ -+#define REG_TEST_USB_TXQS 0xFE48 -+#define REG_TEST_SIE_VID 0xFE60 /* 0xFE60~0xFE61 */ -+#define REG_TEST_SIE_PID 0xFE62 /* 0xFE62~0xFE63 */ -+#define REG_TEST_SIE_OPTIONAL 0xFE64 -+#define REG_TEST_SIE_CHIRP_K 0xFE65 -+#define REG_TEST_SIE_PHY 0xFE66 /* 0xFE66~0xFE6B */ -+#define REG_TEST_SIE_MAC_ADDR 0xFE70 /* 0xFE70~0xFE75 */ -+#define REG_TEST_SIE_STRING 0xFE80 /* 0xFE80~0xFEB9 */ -+ -+ -+/* For normal chip */ -+#define REG_NORMAL_SIE_VID 0xFE60 /* 0xFE60~0xFE61 */ -+#define REG_NORMAL_SIE_PID 0xFE62 /* 0xFE62~0xFE63 */ -+#define REG_NORMAL_SIE_OPTIONAL 0xFE64 -+#define REG_NORMAL_SIE_EP 0xFE65 /* 0xFE65~0xFE67 */ -+#define REG_NORMAL_SIE_PHY 0xFE68 /* 0xFE68~0xFE6B */ -+#define REG_NORMAL_SIE_OPTIONAL2 0xFE6C -+#define REG_NORMAL_SIE_GPS_EP 0xFE6D /* 0xFE6D, for RTL8723 only. */ -+#define REG_NORMAL_SIE_MAC_ADDR 0xFE70 /* 0xFE70~0xFE75 */ -+#define REG_NORMAL_SIE_STRING 0xFE80 /* 0xFE80~0xFEDF */ -+ -+ -+/* */ -+/* */ -+/* Redifine 8192C register definition for compatibility */ -+/* */ -+/* */ -+ -+/* TODO: use these definition when using REG_xxx naming rule. */ -+/* NOTE: DO NOT Remove these definition. Use later. */ -+ -+#define EFUSE_CTRL REG_EFUSE_CTRL /* E-Fuse Control. */ -+#define EFUSE_TEST REG_EFUSE_TEST /* E-Fuse Test. */ -+#define MSR (REG_CR + 2) /* Media Status register */ -+/* define ISR REG_HISR */ -+ -+#define TSFR REG_TSFTR /* Timing Sync Function Timer Register. */ -+#define TSFR1 REG_TSFTR1 /* HW Port 1 TSF Register */ -+ -+#define PBP REG_PBP -+ -+/* Redifine MACID register, to compatible prior ICs. */ -+#define IDR0 REG_MACID /* MAC ID Register, Offset 0x0050-0x0053 */ -+#define IDR4 (REG_MACID + 4) /* MAC ID Register, Offset 0x0054-0x0055 */ -+ -+ -+/* */ -+/* 9. Security Control Registers (Offset:) */ -+/* */ -+#define RWCAM REG_CAMCMD /* IN 8190 Data Sheet is called CAMcmd */ -+#define WCAMI REG_CAMWRITE /* Software write CAM input content */ -+#define RCAMO REG_CAMREAD /* Software read/write CAM config */ -+#define CAMDBG REG_CAMDBG -+#define SECR REG_SECCFG /* Security Configuration Register */ -+ -+/* Unused register */ -+#define UnusedRegister 0x1BF -+#define DCAM UnusedRegister -+#define PSR UnusedRegister -+#define BBAddr UnusedRegister -+#define PhyDataR UnusedRegister -+ -+/* Min Spacing related settings. */ -+#define MAX_MSS_DENSITY_2T 0x13 -+#define MAX_MSS_DENSITY_1T 0x0A -+ -+/* */ -+/* 8192C Cmd9346CR bits (Offset 0xA, 16bit) */ -+/* */ -+#define CmdEEPROM_En BIT5 /* EEPROM enable when set 1 */ -+#define CmdEERPOMSEL BIT4 /* System EEPROM select, 0: boot from E-FUSE, 1: The EEPROM used is 9346 */ -+#define Cmd9346CR_9356SEL BIT4 -+ -+/* */ -+/* 8192C GPIO MUX Configuration Register (offset 0x40, 4 byte) */ -+/* */ -+#define GPIOSEL_GPIO 0 -+#define GPIOSEL_ENBT BIT5 -+ -+/* */ -+/* 8192C GPIO PIN Control Register (offset 0x44, 4 byte) */ -+/* */ -+#define GPIO_IN REG_GPIO_PIN_CTRL /* GPIO pins input value */ -+#define GPIO_OUT (REG_GPIO_PIN_CTRL+1) /* GPIO pins output value */ -+#define GPIO_IO_SEL (REG_GPIO_PIN_CTRL+2) /* GPIO pins output enable when a bit is set to "1"; otherwise, input is configured. */ -+#define GPIO_MOD (REG_GPIO_PIN_CTRL+3) -+ -+/* */ -+/* 8811A GPIO PIN Control Register (offset 0x60, 4 byte) */ -+/* */ -+#define GPIO_IN_8811A REG_GPIO_PIN_CTRL_2 /* GPIO pins input value */ -+#define GPIO_OUT_8811A (REG_GPIO_PIN_CTRL_2+1) /* GPIO pins output value */ -+#define GPIO_IO_SEL_8811A (REG_GPIO_PIN_CTRL_2+2) /* GPIO pins output enable when a bit is set to "1"; otherwise, input is configured. */ -+#define GPIO_MOD_8811A (REG_GPIO_PIN_CTRL_2+3) -+ -+/* */ -+/* 8723/8188E Host System Interrupt Mask Register (offset 0x58, 32 byte) */ -+/* */ -+#define HSIMR_GPIO12_0_INT_EN BIT0 -+#define HSIMR_SPS_OCP_INT_EN BIT5 -+#define HSIMR_RON_INT_EN BIT6 -+#define HSIMR_PDN_INT_EN BIT7 -+#define HSIMR_GPIO9_INT_EN BIT25 -+ -+/* */ -+/* 8723/8188E Host System Interrupt Status Register (offset 0x5C, 32 byte) */ -+/* */ -+#define HSISR_GPIO12_0_INT BIT0 -+#define HSISR_SPS_OCP_INT BIT5 -+#define HSISR_RON_INT BIT6 -+#define HSISR_PDNINT BIT7 -+#define HSISR_GPIO9_INT BIT25 -+ -+/* */ -+/* 8192C (MSR) Media Status Register (Offset 0x4C, 8 bits) */ -+/* */ -+/* -+Network Type -+00: No link -+01: Link in ad hoc network -+10: Link in infrastructure network -+11: AP mode -+Default: 00b. -+*/ -+#define MSR_NOLINK 0x00 -+#define MSR_ADHOC 0x01 -+#define MSR_INFRA 0x02 -+#define MSR_AP 0x03 -+ -+/* */ -+/* USB INTR CONTENT */ -+/* */ -+#define USB_C2H_CMDID_OFFSET 0 -+#define USB_C2H_SEQ_OFFSET 1 -+#define USB_C2H_EVENT_OFFSET 2 -+#define USB_INTR_CPWM_OFFSET 16 -+#define USB_INTR_CONTENT_C2H_OFFSET 0 -+#define USB_INTR_CONTENT_CPWM1_OFFSET 16 -+#define USB_INTR_CONTENT_CPWM2_OFFSET 20 -+#define USB_INTR_CONTENT_HISR_OFFSET 48 -+#define USB_INTR_CONTENT_HISRE_OFFSET 52 -+#define USB_INTR_CONTENT_LENGTH 56 -+ -+/* */ -+/* Response Rate Set Register (offset 0x440, 24bits) */ -+/* */ -+#define RRSR_1M BIT0 -+#define RRSR_2M BIT1 -+#define RRSR_5_5M BIT2 -+#define RRSR_11M BIT3 -+#define RRSR_6M BIT4 -+#define RRSR_9M BIT5 -+#define RRSR_12M BIT6 -+#define RRSR_18M BIT7 -+#define RRSR_24M BIT8 -+#define RRSR_36M BIT9 -+#define RRSR_48M BIT10 -+#define RRSR_54M BIT11 -+#define RRSR_MCS0 BIT12 -+#define RRSR_MCS1 BIT13 -+#define RRSR_MCS2 BIT14 -+#define RRSR_MCS3 BIT15 -+#define RRSR_MCS4 BIT16 -+#define RRSR_MCS5 BIT17 -+#define RRSR_MCS6 BIT18 -+#define RRSR_MCS7 BIT19 -+ -+#define RRSR_CCK_RATES (RRSR_11M|RRSR_5_5M|RRSR_2M|RRSR_1M) -+#define RRSR_OFDM_RATES (RRSR_54M|RRSR_48M|RRSR_36M|RRSR_24M|RRSR_18M|RRSR_12M|RRSR_9M|RRSR_6M) -+ -+/* WOL bit information */ -+#define HAL92C_WOL_PTK_UPDATE_EVENT BIT0 -+#define HAL92C_WOL_GTK_UPDATE_EVENT BIT1 -+#define HAL92C_WOL_DISASSOC_EVENT BIT2 -+#define HAL92C_WOL_DEAUTH_EVENT BIT3 -+#define HAL92C_WOL_FW_DISCONNECT_EVENT BIT4 -+ -+/* */ -+/* Rate Definition */ -+/* */ -+/* CCK */ -+#define RATR_1M 0x00000001 -+#define RATR_2M 0x00000002 -+#define RATR_55M 0x00000004 -+#define RATR_11M 0x00000008 -+/* OFDM */ -+#define RATR_6M 0x00000010 -+#define RATR_9M 0x00000020 -+#define RATR_12M 0x00000040 -+#define RATR_18M 0x00000080 -+#define RATR_24M 0x00000100 -+#define RATR_36M 0x00000200 -+#define RATR_48M 0x00000400 -+#define RATR_54M 0x00000800 -+/* MCS 1 Spatial Stream */ -+#define RATR_MCS0 0x00001000 -+#define RATR_MCS1 0x00002000 -+#define RATR_MCS2 0x00004000 -+#define RATR_MCS3 0x00008000 -+#define RATR_MCS4 0x00010000 -+#define RATR_MCS5 0x00020000 -+#define RATR_MCS6 0x00040000 -+#define RATR_MCS7 0x00080000 -+/* MCS 2 Spatial Stream */ -+#define RATR_MCS8 0x00100000 -+#define RATR_MCS9 0x00200000 -+#define RATR_MCS10 0x00400000 -+#define RATR_MCS11 0x00800000 -+#define RATR_MCS12 0x01000000 -+#define RATR_MCS13 0x02000000 -+#define RATR_MCS14 0x04000000 -+#define RATR_MCS15 0x08000000 -+ -+/* CCK */ -+#define RATE_1M BIT(0) -+#define RATE_2M BIT(1) -+#define RATE_5_5M BIT(2) -+#define RATE_11M BIT(3) -+/* OFDM */ -+#define RATE_6M BIT(4) -+#define RATE_9M BIT(5) -+#define RATE_12M BIT(6) -+#define RATE_18M BIT(7) -+#define RATE_24M BIT(8) -+#define RATE_36M BIT(9) -+#define RATE_48M BIT(10) -+#define RATE_54M BIT(11) -+/* MCS 1 Spatial Stream */ -+#define RATE_MCS0 BIT(12) -+#define RATE_MCS1 BIT(13) -+#define RATE_MCS2 BIT(14) -+#define RATE_MCS3 BIT(15) -+#define RATE_MCS4 BIT(16) -+#define RATE_MCS5 BIT(17) -+#define RATE_MCS6 BIT(18) -+#define RATE_MCS7 BIT(19) -+/* MCS 2 Spatial Stream */ -+#define RATE_MCS8 BIT(20) -+#define RATE_MCS9 BIT(21) -+#define RATE_MCS10 BIT(22) -+#define RATE_MCS11 BIT(23) -+#define RATE_MCS12 BIT(24) -+#define RATE_MCS13 BIT(25) -+#define RATE_MCS14 BIT(26) -+#define RATE_MCS15 BIT(27) -+ -+ -+/* ALL CCK Rate */ -+#define RATE_ALL_CCK RATR_1M|RATR_2M|RATR_55M|RATR_11M -+#define RATE_ALL_OFDM_AG RATR_6M|RATR_9M|RATR_12M|RATR_18M|RATR_24M|\ -+ RATR_36M|RATR_48M|RATR_54M -+#define RATE_ALL_OFDM_1SS RATR_MCS0|RATR_MCS1|RATR_MCS2|RATR_MCS3 |\ -+ RATR_MCS4|RATR_MCS5|RATR_MCS6 |RATR_MCS7 -+#define RATE_ALL_OFDM_2SS RATR_MCS8|RATR_MCS9 |RATR_MCS10|RATR_MCS11|\ -+ RATR_MCS12|RATR_MCS13|RATR_MCS14|RATR_MCS15 -+ -+#define RATE_BITMAP_ALL 0xFFFFF -+ -+/* Only use CCK 1M rate for ACK */ -+#define RATE_RRSR_CCK_ONLY_1M 0xFFFF1 -+#define RATE_RRSR_WITHOUT_CCK 0xFFFF0 -+ -+/* */ -+/* BW_OPMODE bits (Offset 0x603, 8bit) */ -+/* */ -+#define BW_OPMODE_20MHZ BIT2 -+#define BW_OPMODE_5G BIT1 -+ -+/* */ -+/* CAM Config Setting (offset 0x680, 1 byte) */ -+/* */ -+#define CAM_VALID BIT15 -+#define CAM_NOTVALID 0x0000 -+#define CAM_USEDK BIT5 -+ -+#define CAM_CONTENT_COUNT 8 -+ -+#define CAM_NONE 0x0 -+#define CAM_WEP40 0x01 -+#define CAM_TKIP 0x02 -+#define CAM_AES 0x04 -+#define CAM_WEP104 0x05 -+#define CAM_SMS4 0x6 -+ -+#define TOTAL_CAM_ENTRY 32 -+#define HALF_CAM_ENTRY 16 -+ -+#define CAM_CONFIG_USEDK true -+#define CAM_CONFIG_NO_USEDK false -+ -+#define CAM_WRITE BIT16 -+#define CAM_READ 0x00000000 -+#define CAM_POLLINIG BIT31 -+ -+/* */ -+/* 10. Power Save Control Registers */ -+/* */ -+#define WOW_PMEN BIT0 /* Power management Enable. */ -+#define WOW_WOMEN BIT1 /* WoW function on or off. */ -+#define WOW_MAGIC BIT2 /* Magic packet */ -+#define WOW_UWF BIT3 /* Unicast Wakeup frame. */ -+ -+/* */ -+/* 12. Host Interrupt Status Registers */ -+/* */ -+/* */ -+/* 8190 IMR/ISR bits */ -+/* */ -+#define IMR8190_DISABLED 0x0 -+#define IMR_DISABLED 0x0 -+/* IMR DW0 Bit 0-31 */ -+#define IMR_BCNDMAINT6 BIT31 /* Beacon DMA Interrupt 6 */ -+#define IMR_BCNDMAINT5 BIT30 /* Beacon DMA Interrupt 5 */ -+#define IMR_BCNDMAINT4 BIT29 /* Beacon DMA Interrupt 4 */ -+#define IMR_BCNDMAINT3 BIT28 /* Beacon DMA Interrupt 3 */ -+#define IMR_BCNDMAINT2 BIT27 /* Beacon DMA Interrupt 2 */ -+#define IMR_BCNDMAINT1 BIT26 /* Beacon DMA Interrupt 1 */ -+#define IMR_BCNDOK8 BIT25 /* Beacon Queue DMA OK Interrup 8 */ -+#define IMR_BCNDOK7 BIT24 /* Beacon Queue DMA OK Interrup 7 */ -+#define IMR_BCNDOK6 BIT23 /* Beacon Queue DMA OK Interrup 6 */ -+#define IMR_BCNDOK5 BIT22 /* Beacon Queue DMA OK Interrup 5 */ -+#define IMR_BCNDOK4 BIT21 /* Beacon Queue DMA OK Interrup 4 */ -+#define IMR_BCNDOK3 BIT20 /* Beacon Queue DMA OK Interrup 3 */ -+#define IMR_BCNDOK2 BIT19 /* Beacon Queue DMA OK Interrup 2 */ -+#define IMR_BCNDOK1 BIT18 /* Beacon Queue DMA OK Interrup 1 */ -+#define IMR_TIMEOUT2 BIT17 /* Timeout interrupt 2 */ -+#define IMR_TIMEOUT1 BIT16 /* Timeout interrupt 1 */ -+#define IMR_TXFOVW BIT15 /* Transmit FIFO Overflow */ -+#define IMR_PSTIMEOUT BIT14 /* Power save time out interrupt */ -+#define IMR_BcnInt BIT13 /* Beacon DMA Interrupt 0 */ -+#define IMR_RXFOVW BIT12 /* Receive FIFO Overflow */ -+#define IMR_RDU BIT11 /* Receive Descriptor Unavailable */ -+#define IMR_ATIMEND BIT10 /* For 92C, ATIM Window End Interrupt. For 8723 and later ICs, it also means P2P CTWin End interrupt. */ -+#define IMR_BDOK BIT9 /* Beacon Queue DMA OK Interrup */ -+#define IMR_HIGHDOK BIT8 /* High Queue DMA OK Interrupt */ -+#define IMR_TBDOK BIT7 /* Transmit Beacon OK interrup */ -+#define IMR_MGNTDOK BIT6 /* Management Queue DMA OK Interrupt */ -+#define IMR_TBDER BIT5 /* For 92C, Transmit Beacon Error Interrupt */ -+#define IMR_BKDOK BIT4 /* AC_BK DMA OK Interrupt */ -+#define IMR_BEDOK BIT3 /* AC_BE DMA OK Interrupt */ -+#define IMR_VIDOK BIT2 /* AC_VI DMA OK Interrupt */ -+#define IMR_VODOK BIT1 /* AC_VO DMA Interrupt */ -+#define IMR_ROK BIT0 /* Receive DMA OK Interrupt */ -+ -+/* 13. Host Interrupt Status Extension Register (Offset: 0x012C-012Eh) */ -+#define IMR_TSF_BIT32_TOGGLE BIT15 -+#define IMR_BcnInt_E BIT12 -+#define IMR_TXERR BIT11 -+#define IMR_RXERR BIT10 -+#define IMR_C2HCMD BIT9 -+#define IMR_CPWM BIT8 -+/* RSVD [2-7] */ -+#define IMR_OCPINT BIT1 -+#define IMR_WLANOFF BIT0 -+ -+/* */ -+/* 8723E series PCIE Host IMR/ISR bit */ -+/* */ -+/* IMR DW0 Bit 0-31 */ -+#define PHIMR_TIMEOUT2 BIT31 -+#define PHIMR_TIMEOUT1 BIT30 -+#define PHIMR_PSTIMEOUT BIT29 -+#define PHIMR_GTINT4 BIT28 -+#define PHIMR_GTINT3 BIT27 -+#define PHIMR_TXBCNERR BIT26 -+#define PHIMR_TXBCNOK BIT25 -+#define PHIMR_TSF_BIT32_TOGGLE BIT24 -+#define PHIMR_BCNDMAINT3 BIT23 -+#define PHIMR_BCNDMAINT2 BIT22 -+#define PHIMR_BCNDMAINT1 BIT21 -+#define PHIMR_BCNDMAINT0 BIT20 -+#define PHIMR_BCNDOK3 BIT19 -+#define PHIMR_BCNDOK2 BIT18 -+#define PHIMR_BCNDOK1 BIT17 -+#define PHIMR_BCNDOK0 BIT16 -+#define PHIMR_HSISR_IND_ON BIT15 -+#define PHIMR_BCNDMAINT_E BIT14 -+#define PHIMR_ATIMEND_E BIT13 -+#define PHIMR_ATIM_CTW_END BIT12 -+#define PHIMR_HISRE_IND BIT11 /* RO. HISRE Indicator (HISRE & HIMRE is true, this bit is set to 1) */ -+#define PHIMR_C2HCMD BIT10 -+#define PHIMR_CPWM2 BIT9 -+#define PHIMR_CPWM BIT8 -+#define PHIMR_HIGHDOK BIT7 /* High Queue DMA OK Interrupt */ -+#define PHIMR_MGNTDOK BIT6 /* Management Queue DMA OK Interrupt */ -+#define PHIMR_BKDOK BIT5 /* AC_BK DMA OK Interrupt */ -+#define PHIMR_BEDOK BIT4 /* AC_BE DMA OK Interrupt */ -+#define PHIMR_VIDOK BIT3 /* AC_VI DMA OK Interrupt */ -+#define PHIMR_VODOK BIT2 /* AC_VO DMA Interrupt */ -+#define PHIMR_RDU BIT1 /* Receive Descriptor Unavailable */ -+#define PHIMR_ROK BIT0 /* Receive DMA OK Interrupt */ -+ -+/* PCIE Host Interrupt Status Extension bit */ -+#define PHIMR_BCNDMAINT7 BIT23 -+#define PHIMR_BCNDMAINT6 BIT22 -+#define PHIMR_BCNDMAINT5 BIT21 -+#define PHIMR_BCNDMAINT4 BIT20 -+#define PHIMR_BCNDOK7 BIT19 -+#define PHIMR_BCNDOK6 BIT18 -+#define PHIMR_BCNDOK5 BIT17 -+#define PHIMR_BCNDOK4 BIT16 -+/* bit12 15: RSVD */ -+#define PHIMR_TXERR BIT11 -+#define PHIMR_RXERR BIT10 -+#define PHIMR_TXFOVW BIT9 -+#define PHIMR_RXFOVW BIT8 -+/* bit2-7: RSVD */ -+#define PHIMR_OCPINT BIT1 -+/* bit0: RSVD */ -+ -+#define UHIMR_TIMEOUT2 BIT31 -+#define UHIMR_TIMEOUT1 BIT30 -+#define UHIMR_PSTIMEOUT BIT29 -+#define UHIMR_GTINT4 BIT28 -+#define UHIMR_GTINT3 BIT27 -+#define UHIMR_TXBCNERR BIT26 -+#define UHIMR_TXBCNOK BIT25 -+#define UHIMR_TSF_BIT32_TOGGLE BIT24 -+#define UHIMR_BCNDMAINT3 BIT23 -+#define UHIMR_BCNDMAINT2 BIT22 -+#define UHIMR_BCNDMAINT1 BIT21 -+#define UHIMR_BCNDMAINT0 BIT20 -+#define UHIMR_BCNDOK3 BIT19 -+#define UHIMR_BCNDOK2 BIT18 -+#define UHIMR_BCNDOK1 BIT17 -+#define UHIMR_BCNDOK0 BIT16 -+#define UHIMR_HSISR_IND BIT15 -+#define UHIMR_BCNDMAINT_E BIT14 -+/* RSVD BIT13 */ -+#define UHIMR_CTW_END BIT12 -+/* RSVD BIT11 */ -+#define UHIMR_C2HCMD BIT10 -+#define UHIMR_CPWM2 BIT9 -+#define UHIMR_CPWM BIT8 -+#define UHIMR_HIGHDOK BIT7 /* High Queue DMA OK Interrupt */ -+#define UHIMR_MGNTDOK BIT6 /* Management Queue DMA OK Interrupt */ -+#define UHIMR_BKDOK BIT5 /* AC_BK DMA OK Interrupt */ -+#define UHIMR_BEDOK BIT4 /* AC_BE DMA OK Interrupt */ -+#define UHIMR_VIDOK BIT3 /* AC_VI DMA OK Interrupt */ -+#define UHIMR_VODOK BIT2 /* AC_VO DMA Interrupt */ -+#define UHIMR_RDU BIT1 /* Receive Descriptor Unavailable */ -+#define UHIMR_ROK BIT0 /* Receive DMA OK Interrupt */ -+ -+/* USB Host Interrupt Status Extension bit */ -+#define UHIMR_BCNDMAINT7 BIT23 -+#define UHIMR_BCNDMAINT6 BIT22 -+#define UHIMR_BCNDMAINT5 BIT21 -+#define UHIMR_BCNDMAINT4 BIT20 -+#define UHIMR_BCNDOK7 BIT19 -+#define UHIMR_BCNDOK6 BIT18 -+#define UHIMR_BCNDOK5 BIT17 -+#define UHIMR_BCNDOK4 BIT16 -+/* bit14-15: RSVD */ -+#define UHIMR_ATIMEND_E BIT13 -+#define UHIMR_ATIMEND BIT12 -+#define UHIMR_TXERR BIT11 -+#define UHIMR_RXERR BIT10 -+#define UHIMR_TXFOVW BIT9 -+#define UHIMR_RXFOVW BIT8 -+/* bit2-7: RSVD */ -+#define UHIMR_OCPINT BIT1 -+/* bit0: RSVD */ -+ -+ -+#define HAL_NIC_UNPLUG_ISR 0xFFFFFFFF /* The value when the NIC is unplugged for PCI. */ -+#define HAL_NIC_UNPLUG_PCI_ISR 0xEAEAEAEA /* The value when the NIC is unplugged for PCI in PCI interrupt (page 3). */ -+ -+/* */ -+/* 8188 IMR/ISR bits */ -+/* */ -+#define IMR_DISABLED_88E 0x0 -+/* IMR DW0(0x0060-0063) Bit 0-31 */ -+#define IMR_TXCCK_88E BIT30 /* TXRPT interrupt when CCX bit of the packet is set */ -+#define IMR_PSTIMEOUT_88E BIT29 /* Power Save Time Out Interrupt */ -+#define IMR_GTINT4_88E BIT28 /* When GTIMER4 expires, this bit is set to 1 */ -+#define IMR_GTINT3_88E BIT27 /* When GTIMER3 expires, this bit is set to 1 */ -+#define IMR_TBDER_88E BIT26 /* Transmit Beacon0 Error */ -+#define IMR_TBDOK_88E BIT25 /* Transmit Beacon0 OK */ -+#define IMR_TSF_BIT32_TOGGLE_88E BIT24 /* TSF Timer BIT32 toggle indication interrupt */ -+#define IMR_BCNDMAINT0_88E BIT20 /* Beacon DMA Interrupt 0 */ -+#define IMR_BCNDERR0_88E BIT16 /* Beacon Queue DMA Error 0 */ -+#define IMR_HSISR_IND_ON_INT_88E BIT15 /* HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) */ -+#define IMR_BCNDMAINT_E_88E BIT14 /* Beacon DMA Interrupt Extension for Win7 */ -+#define IMR_ATIMEND_88E BIT12 /* CTWidnow End or ATIM Window End */ -+#define IMR_HISR1_IND_INT_88E BIT11 /* HISR1 Indicator (HISR1 & HIMR1 is true, this bit is set to 1) */ -+#define IMR_C2HCMD_88E BIT10 /* CPU to Host Command INT Status, Write 1 clear */ -+#define IMR_CPWM2_88E BIT9 /* CPU power Mode exchange INT Status, Write 1 clear */ -+#define IMR_CPWM_88E BIT8 /* CPU power Mode exchange INT Status, Write 1 clear */ -+#define IMR_HIGHDOK_88E BIT7 /* High Queue DMA OK */ -+#define IMR_MGNTDOK_88E BIT6 /* Management Queue DMA OK */ -+#define IMR_BKDOK_88E BIT5 /* AC_BK DMA OK */ -+#define IMR_BEDOK_88E BIT4 /* AC_BE DMA OK */ -+#define IMR_VIDOK_88E BIT3 /* AC_VI DMA OK */ -+#define IMR_VODOK_88E BIT2 /* AC_VO DMA OK */ -+#define IMR_RDU_88E BIT1 /* Rx Descriptor Unavailable */ -+#define IMR_ROK_88E BIT0 /* Receive DMA OK */ -+ -+/* IMR DW1(0x00B4-00B7) Bit 0-31 */ -+#define IMR_BCNDMAINT7_88E BIT27 /* Beacon DMA Interrupt 7 */ -+#define IMR_BCNDMAINT6_88E BIT26 /* Beacon DMA Interrupt 6 */ -+#define IMR_BCNDMAINT5_88E BIT25 /* Beacon DMA Interrupt 5 */ -+#define IMR_BCNDMAINT4_88E BIT24 /* Beacon DMA Interrupt 4 */ -+#define IMR_BCNDMAINT3_88E BIT23 /* Beacon DMA Interrupt 3 */ -+#define IMR_BCNDMAINT2_88E BIT22 /* Beacon DMA Interrupt 2 */ -+#define IMR_BCNDMAINT1_88E BIT21 /* Beacon DMA Interrupt 1 */ -+#define IMR_BCNDOK7_88E BIT20 /* Beacon Queue DMA OK Interrup 7 */ -+#define IMR_BCNDOK6_88E BIT19 /* Beacon Queue DMA OK Interrup 6 */ -+#define IMR_BCNDOK5_88E BIT18 /* Beacon Queue DMA OK Interrup 5 */ -+#define IMR_BCNDOK4_88E BIT17 /* Beacon Queue DMA OK Interrup 4 */ -+#define IMR_BCNDOK3_88E BIT16 /* Beacon Queue DMA OK Interrup 3 */ -+#define IMR_BCNDOK2_88E BIT15 /* Beacon Queue DMA OK Interrup 2 */ -+#define IMR_BCNDOK1_88E BIT14 /* Beacon Queue DMA OK Interrup 1 */ -+#define IMR_ATIMEND_E_88E BIT13 /* ATIM Window End Extension for Win7 */ -+#define IMR_TXERR_88E BIT11 /* Tx Error Flag Interrupt Status, write 1 clear. */ -+#define IMR_RXERR_88E BIT10 /* Rx Error Flag INT Status, Write 1 clear */ -+#define IMR_TXFOVW_88E BIT9 /* Transmit FIFO Overflow */ -+#define IMR_RXFOVW_88E BIT8 /* Receive FIFO Overflow */ -+ -+/*=================================================================== -+===================================================================== -+Here the register defines are for 92C. When the define is as same with 92C, -+we will use the 92C's define for the consistency -+So the following defines for 92C is not entire!!!!!! -+===================================================================== -+=====================================================================*/ -+/* -+Based on Datasheet V33---090401 -+Register Summary -+Current IOREG MAP -+0x0000h ~ 0x00FFh System Configuration (256 Bytes) -+0x0100h ~ 0x01FFh MACTOP General Configuration (256 Bytes) -+0x0200h ~ 0x027Fh TXDMA Configuration (128 Bytes) -+0x0280h ~ 0x02FFh RXDMA Configuration (128 Bytes) -+0x0300h ~ 0x03FFh PCIE EMAC Reserved Region (256 Bytes) -+0x0400h ~ 0x04FFh Protocol Configuration (256 Bytes) -+0x0500h ~ 0x05FFh EDCA Configuration (256 Bytes) -+0x0600h ~ 0x07FFh WMAC Configuration (512 Bytes) -+0x2000h ~ 0x3FFFh 8051 FW Download Region (8196 Bytes) -+*/ -+ /* */ -+ /* 8192C (TXPAUSE) transmission pause (Offset 0x522, 8 bits) */ -+ /* */ -+/* Note: */ -+/* The the bits of stoping AC(VO/VI/BE/BK) queue in datasheet RTL8192S/RTL8192C are wrong, */ -+/* the correct arragement is VO - Bit0, VI - Bit1, BE - Bit2, and BK - Bit3. */ -+/* 8723 and 88E may be not correct either in the eralier version. Confirmed with DD Tim. */ -+/* By Bruce, 2011-09-22. */ -+#define StopBecon BIT6 -+#define StopHigh BIT5 -+#define StopMgt BIT4 -+#define StopBK BIT3 -+#define StopBE BIT2 -+#define StopVI BIT1 -+#define StopVO BIT0 -+ -+/* */ -+/* 8192C (RCR) Receive Configuration Register (Offset 0x608, 32 bits) */ -+/* */ -+#define RCR_APPFCS BIT31 /* WMAC append FCS after pauload */ -+#define RCR_APP_MIC BIT30 /* MACRX will retain the MIC at the bottom of the packet. */ -+#define RCR_APP_ICV BIT29 /* MACRX will retain the ICV at the bottom of the packet. */ -+#define RCR_APP_PHYST_RXFF BIT28 /* PHY Status is appended before RX packet in RXFF */ -+#define RCR_APP_BA_SSN BIT27 /* SSN of previous TXBA is appended as after original RXDESC as the 4-th DW of RXDESC. */ -+#define RCR_NONQOS_VHT BIT26 /* Reserved */ -+#define RCR_RSVD_BIT25 BIT25 /* Reserved */ -+#define RCR_ENMBID BIT24 /* Enable Multiple BssId. Only response ACK to the packets whose DID(A1) matching to the addresses in the MBSSID CAM Entries. */ -+#define RCR_LSIGEN BIT23 /* Enable LSIG TXOP Protection function. Search KEYCAM for each rx packet to check if LSIGEN bit is set. */ -+#define RCR_MFBEN BIT22 /* Enable immediate MCS Feedback function. When Rx packet with MRQ = 1'b1, then search KEYCAM to find sender's MCS Feedback function and send response. */ -+#define RCR_RSVD_BIT21 BIT21 /* Reserved */ -+#define RCR_RSVD_BIT20 BIT20 /* Reserved */ -+#define RCR_RSVD_BIT19 BIT19 /* Reserved */ -+#define RCR_TIM_PARSER_EN BIT18 /* RX Beacon TIM Parser. */ -+#define RCR_BM_DATA_EN BIT17 /* Broadcast data packet interrupt enable. */ -+#define RCR_UC_DATA_EN BIT16 /* Unicast data packet interrupt enable. */ -+#define RCR_RSVD_BIT15 BIT15 /* Reserved */ -+#define RCR_HTC_LOC_CTRL BIT14 /* MFC<--HTC = 1 MFC-->HTC = 0 */ -+#define RCR_AMF BIT13 /* Accept management type frame */ -+#define RCR_ACF BIT12 /* Accept control type frame. Control frames BA, BAR, and PS-Poll (when in AP mode) are not controlled by this bit. They are controlled by ADF. */ -+#define RCR_ADF BIT11 /* Accept data type frame. This bit also regulates BA, BAR, and PS-Poll (AP mode only). */ -+#define RCR_RSVD_BIT10 BIT10 /* Reserved */ -+#define RCR_AICV BIT9 /* Accept ICV error packet */ -+#define RCR_ACRC32 BIT8 /* Accept CRC32 error packet */ -+#define RCR_CBSSID_BCN BIT7 /* Accept BSSID match packet (Rx beacon, probe rsp) */ -+#define RCR_CBSSID_DATA BIT6 /* Accept BSSID match packet (Data) */ -+#define RCR_CBSSID RCR_CBSSID_DATA /* Accept BSSID match packet */ -+#define RCR_APWRMGT BIT5 /* Accept power management packet */ -+#define RCR_ADD3 BIT4 /* Accept address 3 match packet */ -+#define RCR_AB BIT3 /* Accept broadcast packet */ -+#define RCR_AM BIT2 /* Accept multicast packet */ -+#define RCR_APM BIT1 /* Accept physical match packet */ -+#define RCR_AAP BIT0 /* Accept all unicast packet */ -+ -+ -+/* */ -+/* */ -+/* 0x0000h ~ 0x00FFh System Configuration */ -+/* */ -+/* */ -+ -+/* 2 SYS_ISO_CTRL */ -+#define ISO_MD2PP BIT(0) -+#define ISO_UA2USB BIT(1) -+#define ISO_UD2CORE BIT(2) -+#define ISO_PA2PCIE BIT(3) -+#define ISO_PD2CORE BIT(4) -+#define ISO_IP2MAC BIT(5) -+#define ISO_DIOP BIT(6) -+#define ISO_DIOE BIT(7) -+#define ISO_EB2CORE BIT(8) -+#define ISO_DIOR BIT(9) -+#define PWC_EV12V BIT(15) -+ -+ -+/* 2 SYS_FUNC_EN */ -+#define FEN_BBRSTB BIT(0) -+#define FEN_BB_GLB_RSTn BIT(1) -+#define FEN_USBA BIT(2) -+#define FEN_UPLL BIT(3) -+#define FEN_USBD BIT(4) -+#define FEN_DIO_PCIE BIT(5) -+#define FEN_PCIEA BIT(6) -+#define FEN_PPLL BIT(7) -+#define FEN_PCIED BIT(8) -+#define FEN_DIOE BIT(9) -+#define FEN_CPUEN BIT(10) -+#define FEN_DCORE BIT(11) -+#define FEN_ELDR BIT(12) -+#define FEN_EN_25_1 BIT(13) -+#define FEN_HWPDN BIT(14) -+#define FEN_MREGEN BIT(15) -+ -+/* 2 APS_FSMCO */ -+#define PFM_LDALL BIT(0) -+#define PFM_ALDN BIT(1) -+#define PFM_LDKP BIT(2) -+#define PFM_WOWL BIT(3) -+#define EnPDN BIT(4) -+#define PDN_PL BIT(5) -+#define APFM_ONMAC BIT(8) -+#define APFM_OFF BIT(9) -+#define APFM_RSM BIT(10) -+#define AFSM_HSUS BIT(11) -+#define AFSM_PCIE BIT(12) -+#define APDM_MAC BIT(13) -+#define APDM_HOST BIT(14) -+#define APDM_HPDN BIT(15) -+#define RDY_MACON BIT(16) -+#define SUS_HOST BIT(17) -+#define ROP_ALD BIT(20) -+#define ROP_PWR BIT(21) -+#define ROP_SPS BIT(22) -+#define SOP_MRST BIT(25) -+#define SOP_FUSE BIT(26) -+#define SOP_ABG BIT(27) -+#define SOP_AMB BIT(28) -+#define SOP_RCK BIT(29) -+#define SOP_A8M BIT(30) -+#define XOP_BTCK BIT(31) -+ -+/* 2 SYS_CLKR */ -+#define ANAD16V_EN BIT(0) -+#define ANA8M BIT(1) -+#define MACSLP BIT(4) -+#define LOADER_CLK_EN BIT(5) -+ -+ -+/* 2 9346CR /REG_SYS_EEPROM_CTRL */ -+#define BOOT_FROM_EEPROM BIT(4) -+#define EEPROMSEL BIT(4) -+#define EEPROM_EN BIT(5) -+ -+ -+/* 2 RF_CTRL */ -+#define RF_EN BIT(0) -+#define RF_RSTB BIT(1) -+#define RF_SDMRSTB BIT(2) -+ -+ -+/* 2 LDOV12D_CTRL */ -+#define LDV12_EN BIT(0) -+#define LDV12_SDBY BIT(1) -+#define LPLDO_HSM BIT(2) -+#define LPLDO_LSM_DIS BIT(3) -+#define _LDV12_VADJ(x) (((x) & 0xF) << 4) -+ -+ -+ -+/* 2 EFUSE_TEST (For RTL8723 partially) */ -+#define EF_TRPT BIT(7) -+#define EF_CELL_SEL (BIT(8)|BIT(9)) /* 00: Wifi Efuse, 01: BT Efuse0, 10: BT Efuse1, 11: BT Efuse2 */ -+#define LDOE25_EN BIT(31) -+#define EFUSE_SEL(x) (((x) & 0x3) << 8) -+#define EFUSE_SEL_MASK 0x300 -+#define EFUSE_WIFI_SEL_0 0x0 -+#define EFUSE_BT_SEL_0 0x1 -+#define EFUSE_BT_SEL_1 0x2 -+#define EFUSE_BT_SEL_2 0x3 -+ -+ -+/* 2 8051FWDL */ -+/* 2 MCUFWDL */ -+#define MCUFWDL_EN BIT(0) -+#define MCUFWDL_RDY BIT(1) -+#define FWDL_ChkSum_rpt BIT(2) -+#define MACINI_RDY BIT(3) -+#define BBINI_RDY BIT(4) -+#define RFINI_RDY BIT(5) -+#define WINTINI_RDY BIT(6) -+#define RAM_DL_SEL BIT(7) -+#define ROM_DLEN BIT(19) -+#define CPRST BIT(23) -+ -+ -+/* 2 REG_SYS_CFG */ -+#define XCLK_VLD BIT(0) -+#define ACLK_VLD BIT(1) -+#define UCLK_VLD BIT(2) -+#define PCLK_VLD BIT(3) -+#define PCIRSTB BIT(4) -+#define V15_VLD BIT(5) -+#define SW_OFFLOAD_EN BIT(7) -+#define SIC_IDLE BIT(8) -+#define BD_MAC2 BIT(9) -+#define BD_MAC1 BIT(10) -+#define IC_MACPHY_MODE BIT(11) -+#define CHIP_VER (BIT(12)|BIT(13)|BIT(14)|BIT(15)) -+#define BT_FUNC BIT(16) -+#define VENDOR_ID BIT(19) -+#define EXT_VENDOR_ID (BIT(18)|BIT(19)) /* Currently only for RTL8723B */ -+#define PAD_HWPD_IDN BIT(22) -+#define TRP_VAUX_EN BIT(23) /* RTL ID */ -+#define TRP_BT_EN BIT(24) -+#define BD_PKG_SEL BIT(25) -+#define BD_HCI_SEL BIT(26) -+#define TYPE_ID BIT(27) -+#define RF_TYPE_ID BIT(27) -+ -+#define RTL_ID BIT(23) /* TestChip ID, 1:Test(RLE); 0:MP(RL) */ -+#define SPS_SEL BIT(24) /* 1:LDO regulator mode; 0:Switching regulator mode */ -+ -+ -+#define CHIP_VER_RTL_MASK 0xF000 /* Bit 12 ~ 15 */ -+#define CHIP_VER_RTL_SHIFT 12 -+#define EXT_VENDOR_ID_SHIFT 18 -+ -+/* 2 REG_GPIO_OUTSTS (For RTL8723 only) */ -+#define EFS_HCI_SEL (BIT(0)|BIT(1)) -+#define PAD_HCI_SEL (BIT(2)|BIT(3)) -+#define HCI_SEL (BIT(4)|BIT(5)) -+#define PKG_SEL_HCI BIT(6) -+#define FEN_GPS BIT(7) -+#define FEN_BT BIT(8) -+#define FEN_WL BIT(9) -+#define FEN_PCI BIT(10) -+#define FEN_USB BIT(11) -+#define BTRF_HWPDN_N BIT(12) -+#define WLRF_HWPDN_N BIT(13) -+#define PDN_BT_N BIT(14) -+#define PDN_GPS_N BIT(15) -+#define BT_CTL_HWPDN BIT(16) -+#define GPS_CTL_HWPDN BIT(17) -+#define PPHY_SUSB BIT(20) -+#define UPHY_SUSB BIT(21) -+#define PCI_SUSEN BIT(22) -+#define USB_SUSEN BIT(23) -+#define RF_RL_ID (BIT(31)|BIT(30)|BIT(29)|BIT(28)) -+ -+ -+/* */ -+/* */ -+/* 0x0100h ~ 0x01FFh MACTOP General Configuration */ -+/* */ -+/* */ -+ -+/* 2 Function Enable Registers */ -+/* 2 CR */ -+#define HCI_TXDMA_EN BIT(0) -+#define HCI_RXDMA_EN BIT(1) -+#define TXDMA_EN BIT(2) -+#define RXDMA_EN BIT(3) -+#define PROTOCOL_EN BIT(4) -+#define SCHEDULE_EN BIT(5) -+#define MACTXEN BIT(6) -+#define MACRXEN BIT(7) -+#define ENSWBCN BIT(8) -+#define ENSEC BIT(9) -+#define CALTMR_EN BIT(10) /* 32k CAL TMR enable */ -+ -+/* Network type */ -+#define _NETTYPE(x) (((x) & 0x3) << 16) -+#define MASK_NETTYPE 0x30000 -+#define NT_NO_LINK 0x0 -+#define NT_LINK_AD_HOC 0x1 -+#define NT_LINK_AP 0x2 -+#define NT_AS_AP 0x3 -+ -+/* 2 PBP - Page Size Register */ -+#define GET_RX_PAGE_SIZE(value) ((value) & 0xF) -+#define GET_TX_PAGE_SIZE(value) (((value) & 0xF0) >> 4) -+#define _PSRX_MASK 0xF -+#define _PSTX_MASK 0xF0 -+#define _PSRX(x) (x) -+#define _PSTX(x) ((x) << 4) -+ -+#define PBP_64 0x0 -+#define PBP_128 0x1 -+#define PBP_256 0x2 -+#define PBP_512 0x3 -+#define PBP_1024 0x4 -+ -+ -+/* 2 TX/RXDMA */ -+#define RXDMA_ARBBW_EN BIT(0) -+#define RXSHFT_EN BIT(1) -+#define RXDMA_AGG_EN BIT(2) -+#define QS_VO_QUEUE BIT(8) -+#define QS_VI_QUEUE BIT(9) -+#define QS_BE_QUEUE BIT(10) -+#define QS_BK_QUEUE BIT(11) -+#define QS_MANAGER_QUEUE BIT(12) -+#define QS_HIGH_QUEUE BIT(13) -+ -+#define HQSEL_VOQ BIT(0) -+#define HQSEL_VIQ BIT(1) -+#define HQSEL_BEQ BIT(2) -+#define HQSEL_BKQ BIT(3) -+#define HQSEL_MGTQ BIT(4) -+#define HQSEL_HIQ BIT(5) -+ -+/* For normal driver, 0x10C */ -+#define _TXDMA_CMQ_MAP(x) (((x)&0x3) << 16) -+#define _TXDMA_HIQ_MAP(x) (((x)&0x3) << 14) -+#define _TXDMA_MGQ_MAP(x) (((x)&0x3) << 12) -+#define _TXDMA_BKQ_MAP(x) (((x)&0x3) << 10) -+#define _TXDMA_BEQ_MAP(x) (((x)&0x3) << 8) -+#define _TXDMA_VIQ_MAP(x) (((x)&0x3) << 6) -+#define _TXDMA_VOQ_MAP(x) (((x)&0x3) << 4) -+ -+#define QUEUE_EXTRA 0 -+#define QUEUE_LOW 1 -+#define QUEUE_NORMAL 2 -+#define QUEUE_HIGH 3 -+ -+ -+/* 2 TRXFF_BNDY */ -+ -+ -+/* 2 LLT_INIT */ -+#define _LLT_NO_ACTIVE 0x0 -+#define _LLT_WRITE_ACCESS 0x1 -+#define _LLT_READ_ACCESS 0x2 -+ -+#define _LLT_INIT_DATA(x) ((x) & 0xFF) -+#define _LLT_INIT_ADDR(x) (((x) & 0xFF) << 8) -+#define _LLT_OP(x) (((x) & 0x3) << 30) -+#define _LLT_OP_VALUE(x) (((x) >> 30) & 0x3) -+ -+ -+/* */ -+/* */ -+/* 0x0200h ~ 0x027Fh TXDMA Configuration */ -+/* */ -+/* */ -+/* 2 RQPN */ -+#define _HPQ(x) ((x) & 0xFF) -+#define _LPQ(x) (((x) & 0xFF) << 8) -+#define _PUBQ(x) (((x) & 0xFF) << 16) -+#define _NPQ(x) ((x) & 0xFF) /* NOTE: in RQPN_NPQ register */ -+#define _EPQ(x) (((x) & 0xFF) << 16) /* NOTE: in RQPN_EPQ register */ -+ -+ -+#define HPQ_PUBLIC_DIS BIT(24) -+#define LPQ_PUBLIC_DIS BIT(25) -+#define LD_RQPN BIT(31) -+ -+ -+/* 2 TDECTL */ -+#define BLK_DESC_NUM_SHIFT 4 -+#define BLK_DESC_NUM_MASK 0xF -+ -+ -+/* 2 TXDMA_OFFSET_CHK */ -+#define DROP_DATA_EN BIT(9) -+ -+/* 2 AUTO_LLT */ -+#define BIT_SHIFT_TXPKTNUM 24 -+#define BIT_MASK_TXPKTNUM 0xff -+#define BIT_TXPKTNUM(x) (((x) & BIT_MASK_TXPKTNUM) << BIT_SHIFT_TXPKTNUM) -+ -+#define BIT_TDE_DBG_SEL BIT(23) -+#define BIT_AUTO_INIT_LLT BIT(16) -+ -+#define BIT_SHIFT_Tx_OQT_free_space 8 -+#define BIT_MASK_Tx_OQT_free_space 0xff -+#define BIT_Tx_OQT_free_space(x) (((x) & BIT_MASK_Tx_OQT_free_space) << BIT_SHIFT_Tx_OQT_free_space) -+ -+ -+/* */ -+/* */ -+/* 0x0280h ~ 0x028Bh RX DMA Configuration */ -+/* */ -+/* */ -+ -+/* 2 REG_RXDMA_CONTROL, 0x0286h */ -+/* Write only. When this bit is set, RXDMA will decrease RX PKT counter by one. Before */ -+/* this bit is polled, FW shall update RXFF_RD_PTR first. This register is write pulse and auto clear. */ -+/* define RXPKT_RELEASE_POLL BIT(0) */ -+/* Read only. When RXMA finishes on-going DMA operation, RXMDA will report idle state in */ -+/* this bit. FW can start releasing packets after RXDMA entering idle mode. */ -+/* define RXDMA_IDLE BIT(1) */ -+/* When this bit is set, RXDMA will enter this mode after on-going RXDMA packet to host */ -+/* completed, and stop DMA packet to host. RXDMA will then report Default: 0; */ -+/* define RW_RELEASE_EN BIT(2) */ -+ -+/* 2 REG_RXPKT_NUM, 0x0284 */ -+#define RXPKT_RELEASE_POLL BIT(16) -+#define RXDMA_IDLE BIT(17) -+#define RW_RELEASE_EN BIT(18) -+ -+/* */ -+/* */ -+/* 0x0400h ~ 0x047Fh Protocol Configuration */ -+/* */ -+/* */ -+/* 2 FWHW_TXQ_CTRL */ -+#define EN_AMPDU_RTY_NEW BIT(7) -+ -+ -+/* 2 SPEC SIFS */ -+#define _SPEC_SIFS_CCK(x) ((x) & 0xFF) -+#define _SPEC_SIFS_OFDM(x) (((x) & 0xFF) << 8) -+ -+/* 2 RL */ -+#define RETRY_LIMIT_SHORT_SHIFT 8 -+#define RETRY_LIMIT_LONG_SHIFT 0 -+ -+/* */ -+/* */ -+/* 0x0500h ~ 0x05FFh EDCA Configuration */ -+/* */ -+/* */ -+ -+/* 2 EDCA setting */ -+#define AC_PARAM_TXOP_LIMIT_OFFSET 16 -+#define AC_PARAM_ECW_MAX_OFFSET 12 -+#define AC_PARAM_ECW_MIN_OFFSET 8 -+#define AC_PARAM_AIFS_OFFSET 0 -+ -+ -+#define _LRL(x) ((x) & 0x3F) -+#define _SRL(x) (((x) & 0x3F) << 8) -+ -+ -+/* 2 BCN_CTRL */ -+#define EN_TXBCN_RPT BIT(2) -+#define EN_BCN_FUNCTION BIT(3) -+#define STOP_BCNQ BIT(6) -+#define DIS_RX_BSSID_FIT BIT(6) -+ -+#define DIS_ATIM BIT(0) -+#define DIS_BCNQ_SUB BIT(1) -+#define DIS_TSF_UDT BIT(4) -+ -+/* The same function but different bit field. */ -+#define DIS_TSF_UDT0_NORMAL_CHIP BIT(4) -+#define DIS_TSF_UDT0_TEST_CHIP BIT(5) -+ -+ -+/* 2 ACMHWCTRL */ -+#define AcmHw_HwEn BIT(0) -+#define AcmHw_BeqEn BIT(1) -+#define AcmHw_ViqEn BIT(2) -+#define AcmHw_VoqEn BIT(3) -+#define AcmHw_BeqStatus BIT(4) -+#define AcmHw_ViqStatus BIT(5) -+#define AcmHw_VoqStatus BIT(6) -+ -+/* 2 REG_DUAL_TSF_RST (0x553) */ -+#define DUAL_TSF_RST_P2P BIT(4) -+ -+/* 2 REG_NOA_DESC_SEL (0x5CF) */ -+#define NOA_DESC_SEL_0 0 -+#define NOA_DESC_SEL_1 BIT(4) -+ -+/* */ -+/* */ -+/* 0x0600h ~ 0x07FFh WMAC Configuration */ -+/* */ -+/* */ -+ -+/* 2 APSD_CTRL */ -+#define APSDOFF BIT(6) -+ -+/* 2 TCR */ -+#define TSFRST BIT(0) -+#define DIS_GCLK BIT(1) -+#define PAD_SEL BIT(2) -+#define PWR_ST BIT(6) -+#define PWRBIT_OW_EN BIT(7) -+#define ACRC BIT(8) -+#define CFENDFORM BIT(9) -+#define ICV BIT(10) -+ -+ -+/* 2 RCR */ -+#define AAP BIT(0) -+#define APM BIT(1) -+#define AM BIT(2) -+#define AB BIT(3) -+#define ADD3 BIT(4) -+#define APWRMGT BIT(5) -+#define CBSSID BIT(6) -+#define CBSSID_DATA BIT(6) -+#define CBSSID_BCN BIT(7) -+#define ACRC32 BIT(8) -+#define AICV BIT(9) -+#define ADF BIT(11) -+#define ACF BIT(12) -+#define AMF BIT(13) -+#define HTC_LOC_CTRL BIT(14) -+#define UC_DATA_EN BIT(16) -+#define BM_DATA_EN BIT(17) -+#define MFBEN BIT(22) -+#define LSIGEN BIT(23) -+#define EnMBID BIT(24) -+#define FORCEACK BIT(26) -+#define APP_BASSN BIT(27) -+#define APP_PHYSTS BIT(28) -+#define APP_ICV BIT(29) -+#define APP_MIC BIT(30) -+#define APP_FCS BIT(31) -+ -+ -+/* 2 SECCFG */ -+#define SCR_TxUseDK BIT(0) /* Force Tx Use Default Key */ -+#define SCR_RxUseDK BIT(1) /* Force Rx Use Default Key */ -+#define SCR_TxEncEnable BIT(2) /* Enable Tx Encryption */ -+#define SCR_RxDecEnable BIT(3) /* Enable Rx Decryption */ -+#define SCR_SKByA2 BIT(4) /* Search kEY BY A2 */ -+#define SCR_NoSKMC BIT(5) /* No Key Search Multicast */ -+#define SCR_TXBCUSEDK BIT(6) /* Force Tx Broadcast packets Use Default Key */ -+#define SCR_RXBCUSEDK BIT(7) /* Force Rx Broadcast packets Use Default Key */ -+#define SCR_CHK_KEYID BIT(8) -+ -+/* */ -+/* */ -+/* SDIO Bus Specification */ -+/* */ -+/* */ -+ -+/* I/O bus domain address mapping */ -+#define SDIO_LOCAL_BASE 0x10250000 -+#define WLAN_IOREG_BASE 0x10260000 -+#define FIRMWARE_FIFO_BASE 0x10270000 -+#define TX_HIQ_BASE 0x10310000 -+#define TX_MIQ_BASE 0x10320000 -+#define TX_LOQ_BASE 0x10330000 -+#define TX_EPQ_BASE 0x10350000 -+#define RX_RX0FF_BASE 0x10340000 -+ -+/* SDIO host local register space mapping. */ -+#define SDIO_LOCAL_MSK 0x0FFF -+#define WLAN_IOREG_MSK 0x7FFF -+#define WLAN_FIFO_MSK 0x1FFF /* Aggregation Length[12:0] */ -+#define WLAN_RX0FF_MSK 0x0003 -+ -+#define SDIO_WITHOUT_REF_DEVICE_ID 0 /* Without reference to the SDIO Device ID */ -+#define SDIO_LOCAL_DEVICE_ID 0 /* 0b[16], 000b[15:13] */ -+#define WLAN_TX_HIQ_DEVICE_ID 4 /* 0b[16], 100b[15:13] */ -+#define WLAN_TX_MIQ_DEVICE_ID 5 /* 0b[16], 101b[15:13] */ -+#define WLAN_TX_LOQ_DEVICE_ID 6 /* 0b[16], 110b[15:13] */ -+#define WLAN_TX_EXQ_DEVICE_ID 3 /* 0b[16], 011b[15:13] */ -+#define WLAN_RX0FF_DEVICE_ID 7 /* 0b[16], 111b[15:13] */ -+#define WLAN_IOREG_DEVICE_ID 8 /* 1b[16] */ -+ -+/* SDIO Tx Free Page Index */ -+#define HI_QUEUE_IDX 0 -+#define MID_QUEUE_IDX 1 -+#define LOW_QUEUE_IDX 2 -+#define PUBLIC_QUEUE_IDX 3 -+ -+#define SDIO_MAX_TX_QUEUE 3 /* HIQ, MIQ and LOQ */ -+#define SDIO_MAX_RX_QUEUE 1 -+ -+#define SDIO_REG_TX_CTRL 0x0000 /* SDIO Tx Control */ -+#define SDIO_REG_HIMR 0x0014 /* SDIO Host Interrupt Mask */ -+#define SDIO_REG_HISR 0x0018 /* SDIO Host Interrupt Service Routine */ -+#define SDIO_REG_HCPWM 0x0019 /* HCI Current Power Mode */ -+#define SDIO_REG_RX0_REQ_LEN 0x001C /* RXDMA Request Length */ -+#define SDIO_REG_OQT_FREE_PG 0x001E /* OQT Free Page */ -+#define SDIO_REG_FREE_TXPG 0x0020 /* Free Tx Buffer Page */ -+#define SDIO_REG_HCPWM1 0x0024 /* HCI Current Power Mode 1 */ -+#define SDIO_REG_HCPWM2 0x0026 /* HCI Current Power Mode 2 */ -+#define SDIO_REG_FREE_TXPG_SEQ 0x0028 /* Free Tx Page Sequence */ -+#define SDIO_REG_HTSFR_INFO 0x0030 /* HTSF Informaion */ -+#define SDIO_REG_HRPWM1 0x0080 /* HCI Request Power Mode 1 */ -+#define SDIO_REG_HRPWM2 0x0082 /* HCI Request Power Mode 2 */ -+#define SDIO_REG_HPS_CLKR 0x0084 /* HCI Power Save Clock */ -+#define SDIO_REG_HSUS_CTRL 0x0086 /* SDIO HCI Suspend Control */ -+#define SDIO_REG_HIMR_ON 0x0090 /* SDIO Host Extension Interrupt Mask Always */ -+#define SDIO_REG_HISR_ON 0x0091 /* SDIO Host Extension Interrupt Status Always */ -+ -+#define SDIO_HIMR_DISABLED 0 -+ -+/* RTL8723/RTL8188E SDIO Host Interrupt Mask Register */ -+#define SDIO_HIMR_RX_REQUEST_MSK BIT0 -+#define SDIO_HIMR_AVAL_MSK BIT1 -+#define SDIO_HIMR_TXERR_MSK BIT2 -+#define SDIO_HIMR_RXERR_MSK BIT3 -+#define SDIO_HIMR_TXFOVW_MSK BIT4 -+#define SDIO_HIMR_RXFOVW_MSK BIT5 -+#define SDIO_HIMR_TXBCNOK_MSK BIT6 -+#define SDIO_HIMR_TXBCNERR_MSK BIT7 -+#define SDIO_HIMR_BCNERLY_INT_MSK BIT16 -+#define SDIO_HIMR_C2HCMD_MSK BIT17 -+#define SDIO_HIMR_CPWM1_MSK BIT18 -+#define SDIO_HIMR_CPWM2_MSK BIT19 -+#define SDIO_HIMR_HSISR_IND_MSK BIT20 -+#define SDIO_HIMR_GTINT3_IND_MSK BIT21 -+#define SDIO_HIMR_GTINT4_IND_MSK BIT22 -+#define SDIO_HIMR_PSTIMEOUT_MSK BIT23 -+#define SDIO_HIMR_OCPINT_MSK BIT24 -+#define SDIO_HIMR_ATIMEND_MSK BIT25 -+#define SDIO_HIMR_ATIMEND_E_MSK BIT26 -+#define SDIO_HIMR_CTWEND_MSK BIT27 -+ -+/* RTL8188E SDIO Specific */ -+#define SDIO_HIMR_MCU_ERR_MSK BIT28 -+#define SDIO_HIMR_TSF_BIT32_TOGGLE_MSK BIT29 -+ -+/* SDIO Host Interrupt Service Routine */ -+#define SDIO_HISR_RX_REQUEST BIT0 -+#define SDIO_HISR_AVAL BIT1 -+#define SDIO_HISR_TXERR BIT2 -+#define SDIO_HISR_RXERR BIT3 -+#define SDIO_HISR_TXFOVW BIT4 -+#define SDIO_HISR_RXFOVW BIT5 -+#define SDIO_HISR_TXBCNOK BIT6 -+#define SDIO_HISR_TXBCNERR BIT7 -+#define SDIO_HISR_BCNERLY_INT BIT16 -+#define SDIO_HISR_C2HCMD BIT17 -+#define SDIO_HISR_CPWM1 BIT18 -+#define SDIO_HISR_CPWM2 BIT19 -+#define SDIO_HISR_HSISR_IND BIT20 -+#define SDIO_HISR_GTINT3_IND BIT21 -+#define SDIO_HISR_GTINT4_IND BIT22 -+#define SDIO_HISR_PSTIMEOUT BIT23 -+#define SDIO_HISR_OCPINT BIT24 -+#define SDIO_HISR_ATIMEND BIT25 -+#define SDIO_HISR_ATIMEND_E BIT26 -+#define SDIO_HISR_CTWEND BIT27 -+ -+/* RTL8188E SDIO Specific */ -+#define SDIO_HISR_MCU_ERR BIT28 -+#define SDIO_HISR_TSF_BIT32_TOGGLE BIT29 -+ -+#define MASK_SDIO_HISR_CLEAR (SDIO_HISR_TXERR |\ -+ SDIO_HISR_RXERR |\ -+ SDIO_HISR_TXFOVW |\ -+ SDIO_HISR_RXFOVW |\ -+ SDIO_HISR_TXBCNOK |\ -+ SDIO_HISR_TXBCNERR |\ -+ SDIO_HISR_C2HCMD |\ -+ SDIO_HISR_CPWM1 |\ -+ SDIO_HISR_CPWM2 |\ -+ SDIO_HISR_HSISR_IND |\ -+ SDIO_HISR_GTINT3_IND |\ -+ SDIO_HISR_GTINT4_IND |\ -+ SDIO_HISR_PSTIMEOUT |\ -+ SDIO_HISR_OCPINT) -+ -+/* SDIO HCI Suspend Control Register */ -+#define HCI_RESUME_PWR_RDY BIT1 -+#define HCI_SUS_CTRL BIT0 -+ -+/* SDIO Tx FIFO related */ -+#define SDIO_TX_FREE_PG_QUEUE 4 /* The number of Tx FIFO free page */ -+#define SDIO_TX_FIFO_PAGE_SZ 128 -+ -+#define MAX_TX_AGG_PACKET_NUMBER 0x8 -+ -+/* */ -+/* */ -+/* 0xFE00h ~ 0xFE55h USB Configuration */ -+/* */ -+/* */ -+ -+/* 2 USB Information (0xFE17) */ -+#define USB_IS_HIGH_SPEED 0 -+#define USB_IS_FULL_SPEED 1 -+#define USB_SPEED_MASK BIT(5) -+ -+#define USB_NORMAL_SIE_EP_MASK 0xF -+#define USB_NORMAL_SIE_EP_SHIFT 4 -+ -+/* 2 Special Option */ -+#define USB_AGG_EN BIT(3) -+ -+/* 0; Use interrupt endpoint to upload interrupt pkt */ -+/* 1; Use bulk endpoint to upload interrupt pkt, */ -+#define INT_BULK_SEL BIT(4) -+ -+/* 2REG_C2HEVT_CLEAR */ -+#define C2H_EVT_HOST_CLOSE 0x00 /* Set by driver and notify FW that the driver has read the C2H command message */ -+#define C2H_EVT_FW_CLOSE 0xFF /* Set by FW indicating that FW had set the C2H command message and it's not yet read by driver. */ -+ -+ -+/* 2REG_MULTI_FUNC_CTRL(For RTL8723 Only) */ -+#define WL_HWPDN_EN BIT0 /* Enable GPIO[9] as WiFi HW PDn source */ -+#define WL_HWPDN_SL BIT1 /* WiFi HW PDn polarity control */ -+#define WL_FUNC_EN BIT2 /* WiFi function enable */ -+#define WL_HWROF_EN BIT3 /* Enable GPIO[9] as WiFi RF HW PDn source */ -+#define BT_HWPDN_EN BIT16 /* Enable GPIO[11] as BT HW PDn source */ -+#define BT_HWPDN_SL BIT17 /* BT HW PDn polarity control */ -+#define BT_FUNC_EN BIT18 /* BT function enable */ -+#define BT_HWROF_EN BIT19 /* Enable GPIO[11] as BT/GPS RF HW PDn source */ -+#define GPS_HWPDN_EN BIT20 /* Enable GPIO[10] as GPS HW PDn source */ -+#define GPS_HWPDN_SL BIT21 /* GPS HW PDn polarity control */ -+#define GPS_FUNC_EN BIT22 /* GPS function enable */ -+ -+/* 3 REG_LIFECTRL_CTRL */ -+#define HAL92C_EN_PKT_LIFE_TIME_BK BIT3 -+#define HAL92C_EN_PKT_LIFE_TIME_BE BIT2 -+#define HAL92C_EN_PKT_LIFE_TIME_VI BIT1 -+#define HAL92C_EN_PKT_LIFE_TIME_VO BIT0 -+ -+#define HAL92C_MSDU_LIFE_TIME_UNIT 128 /* in us, said by Tim. */ -+ -+/* 2 8192D PartNo. */ -+#define PARTNO_92D_NIC (BIT7|BIT6) -+#define PARTNO_92D_NIC_REMARK (BIT5|BIT4) -+#define PARTNO_SINGLE_BAND_VS BIT3 -+#define PARTNO_SINGLE_BAND_VS_REMARK BIT1 -+#define PARTNO_CONCURRENT_BAND_VC (BIT3|BIT2) -+#define PARTNO_CONCURRENT_BAND_VC_REMARK (BIT1|BIT0) -+ -+/* */ -+/* General definitions */ -+/* */ -+ -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8188E 176 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8812 255 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8723B 255 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8192C 255 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_DUAL_MAC 127 -+ -+#define POLLING_LLT_THRESHOLD 20 -+#define POLLING_READY_TIMEOUT_COUNT 1000 -+ -+ -+/* GPIO BIT */ -+#define HAL_8192C_HW_GPIO_WPS_BIT BIT2 -+#define HAL_8192EU_HW_GPIO_WPS_BIT BIT7 -+#define HAL_8188E_HW_GPIO_WPS_BIT BIT7 -+ -+#endif /* __HAL_COMMON_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_data.h linux/3rdparty/rtl8723bs/include/hal_data.h ---- linux.old/3rdparty/rtl8723bs/include/hal_data.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_data.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,485 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_DATA_H__ -+#define __HAL_DATA_H__ -+ -+#include "odm_precomp.h" -+#include -+ -+#include -+ -+/* */ -+/* For RTL8723 WiFi/BT/GPS multi-function configuration. 2010.10.06. */ -+/* */ -+enum RT_MULTI_FUNC { -+ RT_MULTI_FUNC_NONE = 0x00, -+ RT_MULTI_FUNC_WIFI = 0x01, -+ RT_MULTI_FUNC_BT = 0x02, -+ RT_MULTI_FUNC_GPS = 0x04, -+}; -+/* */ -+/* For RTL8723 WiFi PDn/GPIO polarity control configuration. 2010.10.08. */ -+/* */ -+enum RT_POLARITY_CTL { -+ RT_POLARITY_LOW_ACT = 0, -+ RT_POLARITY_HIGH_ACT = 1, -+}; -+ -+/* For RTL8723 regulator mode. by tynli. 2011.01.14. */ -+enum RT_REGULATOR_MODE { -+ RT_SWITCHING_REGULATOR = 0, -+ RT_LDO_REGULATOR = 1, -+}; -+ -+enum RT_AMPDU_BURST { -+ RT_AMPDU_BURST_NONE = 0, -+ RT_AMPDU_BURST_92D = 1, -+ RT_AMPDU_BURST_88E = 2, -+ RT_AMPDU_BURST_8812_4 = 3, -+ RT_AMPDU_BURST_8812_8 = 4, -+ RT_AMPDU_BURST_8812_12 = 5, -+ RT_AMPDU_BURST_8812_15 = 6, -+ RT_AMPDU_BURST_8723B = 7, -+}; -+ -+#define CHANNEL_MAX_NUMBER 14+24+21 /* 14 is the max channel number */ -+#define CHANNEL_MAX_NUMBER_2G 14 -+#define CHANNEL_MAX_NUMBER_5G 54 /* Please refer to "phy_GetChnlGroup8812A" and "Hal_ReadTxPowerInfo8812A" */ -+#define CHANNEL_MAX_NUMBER_5G_80M 7 -+#define CHANNEL_GROUP_MAX 3+9 /* ch1~3, ch4~9, ch10~14 total three groups */ -+#define MAX_PG_GROUP 13 -+ -+/* Tx Power Limit Table Size */ -+#define MAX_REGULATION_NUM 4 -+#define MAX_RF_PATH_NUM_IN_POWER_LIMIT_TABLE 4 -+#define MAX_2_4G_BANDWITH_NUM 4 -+#define MAX_RATE_SECTION_NUM 10 -+#define MAX_5G_BANDWITH_NUM 4 -+ -+#define MAX_BASE_NUM_IN_PHY_REG_PG_2_4G 10 /* CCK:1, OFDM:1, HT:4, VHT:4 */ -+#define MAX_BASE_NUM_IN_PHY_REG_PG_5G 9 /* OFDM:1, HT:4, VHT:4 */ -+ -+ -+/* duplicate code, will move to ODM ######### */ -+/* define IQK_MAC_REG_NUM 4 */ -+/* define IQK_ADDA_REG_NUM 16 */ -+ -+/* define IQK_BB_REG_NUM 10 */ -+#define IQK_BB_REG_NUM_92C 9 -+#define IQK_BB_REG_NUM_92D 10 -+#define IQK_BB_REG_NUM_test 6 -+ -+#define IQK_Matrix_Settings_NUM_92D 1+24+21 -+ -+/* define HP_THERMAL_NUM 8 */ -+/* duplicate code, will move to ODM ######### */ -+ -+enum { -+ SINGLEMAC_SINGLEPHY, /* SMSP */ -+ DUALMAC_DUALPHY, /* DMDP */ -+ DUALMAC_SINGLEPHY, /* DMSP */ -+}; -+ -+#define PAGE_SIZE_128 128 -+#define PAGE_SIZE_256 256 -+#define PAGE_SIZE_512 512 -+ -+struct dm_priv { -+ u8 DM_Type; -+ -+#define DYNAMIC_FUNC_BT BIT0 -+ -+ u8 DMFlag; -+ u8 InitDMFlag; -+ /* u8 RSVD_1; */ -+ -+ u32 InitODMFlag; -+ /* Upper and Lower Signal threshold for Rate Adaptive */ -+ int UndecoratedSmoothedPWDB; -+ int UndecoratedSmoothedCCK; -+ int EntryMinUndecoratedSmoothedPWDB; -+ int EntryMaxUndecoratedSmoothedPWDB; -+ int MinUndecoratedPWDBForDM; -+ int LastMinUndecoratedPWDBForDM; -+ -+ s32 UndecoratedSmoothedBeacon; -+ -+/* duplicate code, will move to ODM ######### */ -+ /* for High Power */ -+ u8 bDynamicTxPowerEnable; -+ u8 LastDTPLvl; -+ u8 DynamicTxHighPowerLvl;/* Add by Jacken Tx Power Control for Near/Far Range 2008/03/06 */ -+ -+ /* for tx power tracking */ -+ u8 bTXPowerTracking; -+ u8 TXPowercount; -+ u8 bTXPowerTrackingInit; -+ u8 TxPowerTrackControl; /* for mp mode, turn off txpwrtracking as default */ -+ u8 TM_Trigger; -+ -+ u8 ThermalMeter[2]; /* ThermalMeter, index 0 for RFIC0, and 1 for RFIC1 */ -+ u8 ThermalValue; -+ u8 ThermalValue_LCK; -+ u8 ThermalValue_IQK; -+ u8 ThermalValue_DPK; -+ u8 bRfPiEnable; -+ /* u8 RSVD_2; */ -+ -+ /* for APK */ -+ u32 APKoutput[2][2]; /* path A/B; output1_1a/output1_2a */ -+ u8 bAPKdone; -+ u8 bAPKThermalMeterIgnore; -+ u8 bDPdone; -+ u8 bDPPathAOK; -+ u8 bDPPathBOK; -+ /* u8 RSVD_3; */ -+ /* u8 RSVD_4; */ -+ /* u8 RSVD_5; */ -+ -+ /* for IQK */ -+ u32 ADDA_backup[IQK_ADDA_REG_NUM]; -+ u32 IQK_MAC_backup[IQK_MAC_REG_NUM]; -+ u32 IQK_BB_backup_recover[9]; -+ u32 IQK_BB_backup[IQK_BB_REG_NUM]; -+ -+ u8 PowerIndex_backup[6]; -+ u8 OFDM_index[2]; -+ -+ u8 bCCKinCH14; -+ u8 CCK_index; -+ u8 bDoneTxpower; -+ u8 CCK_index_HP; -+ -+ u8 OFDM_index_HP[2]; -+ u8 ThermalValue_HP[HP_THERMAL_NUM]; -+ u8 ThermalValue_HP_index; -+ /* u8 RSVD_6; */ -+ -+ /* for TxPwrTracking2 */ -+ s32 RegE94; -+ s32 RegE9C; -+ s32 RegEB4; -+ s32 RegEBC; -+ -+ u32 TXPowerTrackingCallbackCnt; /* cosa add for debug */ -+ -+ u32 prv_traffic_idx; /* edca turbo */ -+/* duplicate code, will move to ODM ######### */ -+ -+ /* Add for Reading Initial Data Rate SEL Register 0x484 during watchdog. Using for fill tx desc. 2011.3.21 by Thomas */ -+ u8 INIDATA_RATE[32]; -+}; -+ -+ -+struct hal_com_data { -+ HAL_VERSION VersionID; -+ enum RT_MULTI_FUNC MultiFunc; /* For multi-function consideration. */ -+ enum RT_POLARITY_CTL PolarityCtl; /* For Wifi PDn Polarity control. */ -+ enum RT_REGULATOR_MODE RegulatorMode; /* switching regulator or LDO */ -+ -+ u16 FirmwareVersion; -+ u16 FirmwareVersionRev; -+ u16 FirmwareSubVersion; -+ u16 FirmwareSignature; -+ -+ /* current WIFI_PHY values */ -+ enum WIRELESS_MODE CurrentWirelessMode; -+ enum CHANNEL_WIDTH CurrentChannelBW; -+ enum BAND_TYPE CurrentBandType; /* 0:2.4G, 1:5G */ -+ enum BAND_TYPE BandSet; -+ u8 CurrentChannel; -+ u8 CurrentCenterFrequencyIndex1; -+ u8 nCur40MhzPrimeSC;/* Control channel sub-carrier */ -+ u8 nCur80MhzPrimeSC; /* used for primary 40MHz of 80MHz mode */ -+ -+ u16 CustomerID; -+ u16 BasicRateSet; -+ u16 ForcedDataRate;/* Force Data Rate. 0: Auto, 0x02: 1M ~ 0x6C: 54M. */ -+ u32 ReceiveConfig; -+ -+ /* rf_ctrl */ -+ u8 rf_chip; -+ u8 rf_type; -+ u8 PackageType; -+ u8 NumTotalRFPath; -+ -+ u8 InterfaceSel; -+ u8 framesync; -+ u32 framesyncC34; -+ u8 framesyncMonitor; -+ u8 DefaultInitialGain[4]; -+ /* EEPROM setting. */ -+ u16 EEPROMVID; -+ u16 EEPROMSVID; -+ -+ u8 EEPROMCustomerID; -+ u8 EEPROMSubCustomerID; -+ u8 EEPROMVersion; -+ u8 EEPROMRegulatory; -+ u8 EEPROMThermalMeter; -+ u8 EEPROMBluetoothCoexist; -+ u8 EEPROMBluetoothType; -+ u8 EEPROMBluetoothAntNum; -+ u8 EEPROMBluetoothAntIsolation; -+ u8 EEPROMBluetoothRadioShared; -+ u8 bTXPowerDataReadFromEEPORM; -+ u8 bAPKThermalMeterIgnore; -+ u8 bDisableSWChannelPlan; /* flag of disable software change channel plan */ -+ -+ bool EepromOrEfuse; -+ u8 EfuseUsedPercentage; -+ u16 EfuseUsedBytes; -+ EFUSE_HAL EfuseHal; -+ -+ /* 3 [2.4G] */ -+ u8 Index24G_CCK_Base[MAX_RF_PATH][CHANNEL_MAX_NUMBER]; -+ u8 Index24G_BW40_Base[MAX_RF_PATH][CHANNEL_MAX_NUMBER]; -+ /* If only one tx, only BW20 and OFDM are used. */ -+ s8 CCK_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 OFDM_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW20_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW40_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ /* 3 [5G] */ -+ u8 Index5G_BW40_Base[MAX_RF_PATH][CHANNEL_MAX_NUMBER]; -+ u8 Index5G_BW80_Base[MAX_RF_PATH][CHANNEL_MAX_NUMBER_5G_80M]; -+ s8 OFDM_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW20_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW40_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW80_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ -+ u8 Regulation2_4G; -+ u8 Regulation5G; -+ -+ u8 TxPwrInPercentage; -+ -+ u8 TxPwrCalibrateRate; -+ /* TX power by rate table at most 4RF path. */ -+ /* The register is */ -+ /* VHT TX power by rate off setArray = */ -+ /* Band:-2G&5G = 0 / 1 */ -+ /* RF: at most 4*4 = ABCD = 0/1/2/3 */ -+ /* CCK = 0 OFDM = 1/2 HT-MCS 0-15 =3/4/56 VHT =7/8/9/10/11 */ -+ u8 TxPwrByRateTable; -+ u8 TxPwrByRateBand; -+ s8 TxPwrByRateOffset[TX_PWR_BY_RATE_NUM_BAND] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RATE]; -+ /* */ -+ -+ /* 2 Power Limit Table */ -+ u8 TxPwrLevelCck[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; -+ u8 TxPwrLevelHT40_1S[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; /* For HT 40MHZ pwr */ -+ u8 TxPwrLevelHT40_2S[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; /* For HT 40MHZ pwr */ -+ s8 TxPwrHt20Diff[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER];/* HT 20<->40 Pwr diff */ -+ u8 TxPwrLegacyHtDiff[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER];/* For HT<->legacy pwr diff */ -+ -+ /* Power Limit Table for 2.4G */ -+ s8 TxPwrLimit_2_4G[MAX_REGULATION_NUM] -+ [MAX_2_4G_BANDWITH_NUM] -+ [MAX_RATE_SECTION_NUM] -+ [CHANNEL_MAX_NUMBER_2G] -+ [MAX_RF_PATH_NUM]; -+ -+ /* Power Limit Table for 5G */ -+ s8 TxPwrLimit_5G[MAX_REGULATION_NUM] -+ [MAX_5G_BANDWITH_NUM] -+ [MAX_RATE_SECTION_NUM] -+ [CHANNEL_MAX_NUMBER_5G] -+ [MAX_RF_PATH_NUM]; -+ -+ -+ /* Store the original power by rate value of the base of each rate section of rf path A & B */ -+ u8 TxPwrByRateBase2_4G[TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [MAX_BASE_NUM_IN_PHY_REG_PG_2_4G]; -+ u8 TxPwrByRateBase5G[TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [MAX_BASE_NUM_IN_PHY_REG_PG_5G]; -+ -+ /* For power group */ -+ u8 PwrGroupHT20[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; -+ u8 PwrGroupHT40[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; -+ -+ -+ -+ -+ u8 PGMaxGroup; -+ u8 LegacyHTTxPowerDiff;/* Legacy to HT rate power diff */ -+ /* The current Tx Power Level */ -+ u8 CurrentCckTxPwrIdx; -+ u8 CurrentOfdm24GTxPwrIdx; -+ u8 CurrentBW2024GTxPwrIdx; -+ u8 CurrentBW4024GTxPwrIdx; -+ -+ /* Read/write are allow for following hardware information variables */ -+ u8 pwrGroupCnt; -+ u32 MCSTxPowerLevelOriginalOffset[MAX_PG_GROUP][16]; -+ u32 CCKTxPowerLevelOriginalOffset; -+ -+ u8 CrystalCap; -+ u32 AntennaTxPath; /* Antenna path Tx */ -+ u32 AntennaRxPath; /* Antenna path Rx */ -+ -+ u8 PAType_2G; -+ u8 PAType_5G; -+ u8 LNAType_2G; -+ u8 LNAType_5G; -+ u8 ExternalPA_2G; -+ u8 ExternalLNA_2G; -+ u8 ExternalPA_5G; -+ u8 ExternalLNA_5G; -+ u8 TypeGLNA; -+ u8 TypeGPA; -+ u8 TypeALNA; -+ u8 TypeAPA; -+ u8 RFEType; -+ u8 BoardType; -+ u8 ExternalPA; -+ u8 bIQKInitialized; -+ bool bLCKInProgress; -+ -+ bool bSwChnl; -+ bool bSetChnlBW; -+ bool bChnlBWInitialized; -+ bool bNeedIQK; -+ -+ u8 bLedOpenDrain; /* Support Open-drain arrangement for controlling the LED. Added by Roger, 2009.10.16. */ -+ u8 TxPowerTrackControl; /* for mp mode, turn off txpwrtracking as default */ -+ u8 b1x1RecvCombine; /* for 1T1R receive combining */ -+ -+ u32 AcParam_BE; /* Original parameter for BE, use for EDCA turbo. */ -+ -+ struct bb_register_def PHYRegDef[4]; /* Radio A/B/C/D */ -+ -+ u32 RfRegChnlVal[2]; -+ -+ /* RDG enable */ -+ bool bRDGEnable; -+ -+ /* for host message to fw */ -+ u8 LastHMEBoxNum; -+ -+ u8 fw_ractrl; -+ u8 RegTxPause; -+ /* Beacon function related global variable. */ -+ u8 RegBcnCtrlVal; -+ u8 RegFwHwTxQCtrl; -+ u8 RegReg542; -+ u8 RegCR_1; -+ u8 Reg837; -+ u8 RegRFPathS1; -+ u16 RegRRSR; -+ -+ u8 CurAntenna; -+ u8 AntDivCfg; -+ u8 AntDetection; -+ u8 TRxAntDivType; -+ u8 ant_path; /* for 8723B s0/s1 selection */ -+ -+ u8 u1ForcedIgiLb; /* forced IGI lower bound */ -+ -+ u8 bDumpRxPkt;/* for debug */ -+ u8 bDumpTxPkt;/* for debug */ -+ u8 FwRsvdPageStartOffset; /* 2010.06.23. Added by tynli. Reserve page start offset except beacon in TxQ. */ -+ -+ /* 2010/08/09 MH Add CU power down mode. */ -+ bool pwrdown; -+ -+ /* Add for dual MAC 0--Mac0 1--Mac1 */ -+ u32 interfaceIndex; -+ -+ u8 OutEpQueueSel; -+ u8 OutEpNumber; -+ -+ /* 2010/12/10 MH Add for USB aggreation mode dynamic shceme. */ -+ bool UsbRxHighSpeedMode; -+ -+ /* 2010/11/22 MH Add for slim combo debug mode selective. */ -+ /* This is used for fix the drawback of CU TSMC-A/UMC-A cut. HW auto suspend ability. Close BT clock. */ -+ bool SlimComboDbg; -+ -+ /* u8 AMPDUDensity; */ -+ -+ /* Auto FSM to Turn On, include clock, isolation, power control for MAC only */ -+ u8 bMacPwrCtrlOn; -+ -+ u8 RegIQKFWOffload; -+ struct submit_ctx iqk_sctx; -+ -+ enum RT_AMPDU_BURST AMPDUBurstMode; /* 92C maybe not use, but for compile successfully */ -+ -+ u32 sdio_himr; -+ u32 sdio_hisr; -+ -+ /* SDIO Tx FIFO related. */ -+ /* HIQ, MID, LOW, PUB free pages; padapter->xmitpriv.free_txpg */ -+ u8 SdioTxFIFOFreePage[SDIO_TX_FREE_PG_QUEUE]; -+ _lock SdioTxFIFOFreePageLock; -+ u8 SdioTxOQTMaxFreeSpace; -+ u8 SdioTxOQTFreeSpace; -+ -+ -+ /* SDIO Rx FIFO related. */ -+ u8 SdioRxFIFOCnt; -+ u16 SdioRxFIFOSize; -+ -+ u32 sdio_tx_max_len[SDIO_MAX_TX_QUEUE];/* H, N, L, used for sdio tx aggregation max length per queue */ -+ -+ struct dm_priv dmpriv; -+ DM_ODM_T odmpriv; -+ -+ /* For bluetooth co-existance */ -+ BT_COEXIST bt_coexist; -+ -+ /* Interrupt related register information. */ -+ u32 SysIntrStatus; -+ u32 SysIntrMask; -+ -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ char para_file_buf[MAX_PARA_FILE_BUF_LEN]; -+ char *mac_reg; -+ u32 mac_reg_len; -+ char *bb_phy_reg; -+ u32 bb_phy_reg_len; -+ char *bb_agc_tab; -+ u32 bb_agc_tab_len; -+ char *bb_phy_reg_pg; -+ u32 bb_phy_reg_pg_len; -+ char *bb_phy_reg_mp; -+ u32 bb_phy_reg_mp_len; -+ char *rf_radio_a; -+ u32 rf_radio_a_len; -+ char *rf_radio_b; -+ u32 rf_radio_b_len; -+ char *rf_tx_pwr_track; -+ u32 rf_tx_pwr_track_len; -+ char *rf_tx_pwr_lmt; -+ u32 rf_tx_pwr_lmt_len; -+#endif -+ -+#ifdef CONFIG_BACKGROUND_NOISE_MONITOR -+ s16 noise[ODM_MAX_CHANNEL_NUM]; -+#endif -+ -+}; -+ -+#define GET_HAL_DATA(__padapter) ((struct hal_com_data *)((__padapter)->HalData)) -+#define GET_HAL_RFPATH_NUM(__padapter) (((struct hal_com_data *)((__padapter)->HalData))->NumTotalRFPath) -+#define RT_GetInterfaceSelection(_Adapter) (GET_HAL_DATA(_Adapter)->InterfaceSel) -+#define GET_RF_TYPE(__padapter) (GET_HAL_DATA(__padapter)->rf_type) -+ -+#endif /* __HAL_DATA_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_intf.h linux/3rdparty/rtl8723bs/include/hal_intf.h ---- linux.old/3rdparty/rtl8723bs/include/hal_intf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_intf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,410 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_INTF_H__ -+#define __HAL_INTF_H__ -+ -+ -+enum RTL871X_HCI_TYPE { -+ RTW_PCIE = BIT0, -+ RTW_USB = BIT1, -+ RTW_SDIO = BIT2, -+ RTW_GSPI = BIT3, -+}; -+ -+enum HW_VARIABLES { -+ HW_VAR_MEDIA_STATUS, -+ HW_VAR_MEDIA_STATUS1, -+ HW_VAR_SET_OPMODE, -+ HW_VAR_MAC_ADDR, -+ HW_VAR_BSSID, -+ HW_VAR_INIT_RTS_RATE, -+ HW_VAR_BASIC_RATE, -+ HW_VAR_TXPAUSE, -+ HW_VAR_BCN_FUNC, -+ HW_VAR_CORRECT_TSF, -+ HW_VAR_CHECK_BSSID, -+ HW_VAR_MLME_DISCONNECT, -+ HW_VAR_MLME_SITESURVEY, -+ HW_VAR_MLME_JOIN, -+ HW_VAR_ON_RCR_AM, -+ HW_VAR_OFF_RCR_AM, -+ HW_VAR_BEACON_INTERVAL, -+ HW_VAR_SLOT_TIME, -+ HW_VAR_RESP_SIFS, -+ HW_VAR_ACK_PREAMBLE, -+ HW_VAR_SEC_CFG, -+ HW_VAR_SEC_DK_CFG, -+ HW_VAR_BCN_VALID, -+ HW_VAR_RF_TYPE, -+ HW_VAR_DM_FLAG, -+ HW_VAR_DM_FUNC_OP, -+ HW_VAR_DM_FUNC_SET, -+ HW_VAR_DM_FUNC_CLR, -+ HW_VAR_CAM_EMPTY_ENTRY, -+ HW_VAR_CAM_INVALID_ALL, -+ HW_VAR_CAM_WRITE, -+ HW_VAR_CAM_READ, -+ HW_VAR_AC_PARAM_VO, -+ HW_VAR_AC_PARAM_VI, -+ HW_VAR_AC_PARAM_BE, -+ HW_VAR_AC_PARAM_BK, -+ HW_VAR_ACM_CTRL, -+ HW_VAR_AMPDU_MIN_SPACE, -+ HW_VAR_AMPDU_FACTOR, -+ HW_VAR_RXDMA_AGG_PG_TH, -+ HW_VAR_SET_RPWM, -+ HW_VAR_CPWM, -+ HW_VAR_H2C_FW_PWRMODE, -+ HW_VAR_H2C_PS_TUNE_PARAM, -+ HW_VAR_H2C_FW_JOINBSSRPT, -+ HW_VAR_FWLPS_RF_ON, -+ HW_VAR_H2C_FW_P2P_PS_OFFLOAD, -+ HW_VAR_TDLS_WRCR, -+ HW_VAR_TDLS_INIT_CH_SEN, -+ HW_VAR_TDLS_RS_RCR, -+ HW_VAR_TDLS_DONE_CH_SEN, -+ HW_VAR_INITIAL_GAIN, -+ HW_VAR_TRIGGER_GPIO_0, -+ HW_VAR_BT_SET_COEXIST, -+ HW_VAR_BT_ISSUE_DELBA, -+ HW_VAR_CURRENT_ANTENNA, -+ HW_VAR_ANTENNA_DIVERSITY_LINK, -+ HW_VAR_ANTENNA_DIVERSITY_SELECT, -+ HW_VAR_SWITCH_EPHY_WoWLAN, -+ HW_VAR_EFUSE_USAGE, -+ HW_VAR_EFUSE_BYTES, -+ HW_VAR_EFUSE_BT_USAGE, -+ HW_VAR_EFUSE_BT_BYTES, -+ HW_VAR_FIFO_CLEARN_UP, -+ HW_VAR_CHECK_TXBUF, -+ HW_VAR_PCIE_STOP_TX_DMA, -+ HW_VAR_APFM_ON_MAC, /* Auto FSM to Turn On, include clock, isolation, power control for MAC only */ -+ /* The valid upper nav range for the HW updating, if the true value is larger than the upper range, the HW won't update it. */ -+ /* Unit in microsecond. 0 means disable this function. */ -+#ifdef CONFIG_WOWLAN -+ HW_VAR_WOWLAN, -+ HW_VAR_WAKEUP_REASON, -+ HW_VAR_RPWM_TOG, -+#endif -+#ifdef CONFIG_AP_WOWLAN -+ HW_VAR_AP_WOWLAN, -+#endif -+ HW_VAR_SYS_CLKR, -+ HW_VAR_NAV_UPPER, -+ HW_VAR_C2H_HANDLE, -+ HW_VAR_RPT_TIMER_SETTING, -+ HW_VAR_TX_RPT_MAX_MACID, -+ HW_VAR_H2C_MEDIA_STATUS_RPT, -+ HW_VAR_CHK_HI_QUEUE_EMPTY, -+ HW_VAR_DL_BCN_SEL, -+ HW_VAR_AMPDU_MAX_TIME, -+ HW_VAR_WIRELESS_MODE, -+ HW_VAR_USB_MODE, -+ HW_VAR_PORT_SWITCH, -+ HW_VAR_DO_IQK, -+ HW_VAR_DM_IN_LPS, -+ HW_VAR_SET_REQ_FW_PS, -+ HW_VAR_FW_PS_STATE, -+ HW_VAR_SOUNDING_ENTER, -+ HW_VAR_SOUNDING_LEAVE, -+ HW_VAR_SOUNDING_RATE, -+ HW_VAR_SOUNDING_STATUS, -+ HW_VAR_SOUNDING_FW_NDPA, -+ HW_VAR_SOUNDING_CLK, -+ HW_VAR_DL_RSVD_PAGE, -+ HW_VAR_MACID_SLEEP, -+ HW_VAR_MACID_WAKEUP, -+}; -+ -+enum HAL_DEF_VARIABLE { -+ HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, -+ HAL_DEF_IS_SUPPORT_ANT_DIV, -+ HAL_DEF_CURRENT_ANTENNA, -+ HAL_DEF_DRVINFO_SZ, -+ HAL_DEF_MAX_RECVBUF_SZ, -+ HAL_DEF_RX_PACKET_OFFSET, -+ HAL_DEF_DBG_DUMP_RXPKT,/* for dbg */ -+ HAL_DEF_DBG_DM_FUNC,/* for dbg */ -+ HAL_DEF_RA_DECISION_RATE, -+ HAL_DEF_RA_SGI, -+ HAL_DEF_PT_PWR_STATUS, -+ HAL_DEF_TX_LDPC, /* LDPC support */ -+ HAL_DEF_RX_LDPC, /* LDPC support */ -+ HAL_DEF_TX_STBC, /* TX STBC support */ -+ HAL_DEF_RX_STBC, /* RX STBC support */ -+ HAL_DEF_EXPLICIT_BEAMFORMER,/* Explicit Compressed Steering Capable */ -+ HAL_DEF_EXPLICIT_BEAMFORMEE,/* Explicit Compressed Beamforming Feedback Capable */ -+ HW_VAR_MAX_RX_AMPDU_FACTOR, -+ HW_DEF_RA_INFO_DUMP, -+ HAL_DEF_DBG_DUMP_TXPKT, -+ HW_DEF_FA_CNT_DUMP, -+ HW_DEF_ODM_DBG_FLAG, -+ HW_DEF_ODM_DBG_LEVEL, -+ HAL_DEF_TX_PAGE_SIZE, -+ HAL_DEF_TX_PAGE_BOUNDARY, -+ HAL_DEF_TX_PAGE_BOUNDARY_WOWLAN, -+ HAL_DEF_ANT_DETECT,/* to do for 8723a */ -+ HAL_DEF_PCI_SUUPORT_L1_BACKDOOR, /* Determine if the L1 Backdoor setting is turned on. */ -+ HAL_DEF_PCI_AMD_L1_SUPPORT, -+ HAL_DEF_PCI_ASPM_OSC, /* Support for ASPM OSC, added by Roger, 2013.03.27. */ -+ HAL_DEF_MACID_SLEEP, /* Support for MACID sleep */ -+ HAL_DEF_DBG_RX_INFO_DUMP, -+}; -+ -+enum HAL_ODM_VARIABLE { -+ HAL_ODM_STA_INFO, -+ HAL_ODM_P2P_STATE, -+ HAL_ODM_WIFI_DISPLAY_STATE, -+ HAL_ODM_NOISE_MONITOR, -+}; -+ -+enum HAL_INTF_PS_FUNC { -+ HAL_USB_SELECT_SUSPEND, -+ HAL_MAX_ID, -+}; -+ -+typedef s32 (*c2h_id_filter)(u8 *c2h_evt); -+ -+struct hal_ops { -+ u32 (*hal_power_on)(struct adapter *padapter); -+ void (*hal_power_off)(struct adapter *padapter); -+ u32 (*hal_init)(struct adapter *padapter); -+ u32 (*hal_deinit)(struct adapter *padapter); -+ -+ void (*free_hal_data)(struct adapter *padapter); -+ -+ u32 (*inirp_init)(struct adapter *padapter); -+ u32 (*inirp_deinit)(struct adapter *padapter); -+ void (*irp_reset)(struct adapter *padapter); -+ -+ s32 (*init_xmit_priv)(struct adapter *padapter); -+ void (*free_xmit_priv)(struct adapter *padapter); -+ -+ s32 (*init_recv_priv)(struct adapter *padapter); -+ void (*free_recv_priv)(struct adapter *padapter); -+ -+ void (*dm_init)(struct adapter *padapter); -+ void (*dm_deinit)(struct adapter *padapter); -+ void (*read_chip_version)(struct adapter *padapter); -+ -+ void (*init_default_value)(struct adapter *padapter); -+ -+ void (*intf_chip_configure)(struct adapter *padapter); -+ -+ void (*read_adapter_info)(struct adapter *padapter); -+ -+ void (*enable_interrupt)(struct adapter *padapter); -+ void (*disable_interrupt)(struct adapter *padapter); -+ u8 (*check_ips_status)(struct adapter *padapter); -+ s32 (*interrupt_handler)(struct adapter *padapter); -+ void (*clear_interrupt)(struct adapter *padapter); -+ void (*set_bwmode_handler)(struct adapter *padapter, enum CHANNEL_WIDTH Bandwidth, u8 Offset); -+ void (*set_channel_handler)(struct adapter *padapter, u8 channel); -+ void (*set_chnl_bw_handler)(struct adapter *padapter, u8 channel, enum CHANNEL_WIDTH Bandwidth, u8 Offset40, u8 Offset80); -+ -+ void (*set_tx_power_level_handler)(struct adapter *padapter, u8 channel); -+ void (*get_tx_power_level_handler)(struct adapter *padapter, s32 *powerlevel); -+ -+ void (*hal_dm_watchdog)(struct adapter *padapter); -+ void (*hal_dm_watchdog_in_lps)(struct adapter *padapter); -+ -+ -+ void (*SetHwRegHandler)(struct adapter *padapter, u8 variable, u8 *val); -+ void (*GetHwRegHandler)(struct adapter *padapter, u8 variable, u8 *val); -+ -+ void (*SetHwRegHandlerWithBuf)(struct adapter *padapter, u8 variable, u8 *pbuf, int len); -+ -+ u8 (*GetHalDefVarHandler)(struct adapter *padapter, enum HAL_DEF_VARIABLE eVariable, void *pValue); -+ u8 (*SetHalDefVarHandler)(struct adapter *padapter, enum HAL_DEF_VARIABLE eVariable, void *pValue); -+ -+ void (*GetHalODMVarHandler)(struct adapter *padapter, enum HAL_ODM_VARIABLE eVariable, void *pValue1, void *pValue2); -+ void (*SetHalODMVarHandler)(struct adapter *padapter, enum HAL_ODM_VARIABLE eVariable, void *pValue1, bool bSet); -+ -+ void (*UpdateRAMaskHandler)(struct adapter *padapter, u32 mac_id, u8 rssi_level); -+ void (*SetBeaconRelatedRegistersHandler)(struct adapter *padapter); -+ -+ void (*Add_RateATid)(struct adapter *padapter, u32 bitmap, u8 *arg, u8 rssi_level); -+ -+ void (*run_thread)(struct adapter *padapter); -+ void (*cancel_thread)(struct adapter *padapter); -+ -+ u8 (*interface_ps_func)(struct adapter *padapter, enum HAL_INTF_PS_FUNC efunc_id, u8 *val); -+ -+ s32 (*hal_xmit)(struct adapter *padapter, struct xmit_frame *pxmitframe); -+ /* -+ * mgnt_xmit should be implemented to run in interrupt context -+ */ -+ s32 (*mgnt_xmit)(struct adapter *padapter, struct xmit_frame *pmgntframe); -+ s32 (*hal_xmitframe_enqueue)(struct adapter *padapter, struct xmit_frame *pxmitframe); -+ -+ u32 (*read_bbreg)(struct adapter *padapter, u32 RegAddr, u32 BitMask); -+ void (*write_bbreg)(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data); -+ u32 (*read_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask); -+ void (*write_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data); -+ -+ void (*EfusePowerSwitch)(struct adapter *padapter, u8 bWrite, u8 PwrState); -+ void (*BTEfusePowerSwitch)(struct adapter *padapter, u8 bWrite, u8 PwrState); -+ void (*ReadEFuse)(struct adapter *padapter, u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf, bool bPseudoTest); -+ void (*EFUSEGetEfuseDefinition)(struct adapter *padapter, u8 efuseType, u8 type, void *pOut, bool bPseudoTest); -+ u16 (*EfuseGetCurrentSize)(struct adapter *padapter, u8 efuseType, bool bPseudoTest); -+ int (*Efuse_PgPacketRead)(struct adapter *padapter, u8 offset, u8 *data, bool bPseudoTest); -+ int (*Efuse_PgPacketWrite)(struct adapter *padapter, u8 offset, u8 word_en, u8 *data, bool bPseudoTest); -+ u8 (*Efuse_WordEnableDataWrite)(struct adapter *padapter, u16 efuse_addr, u8 word_en, u8 *data, bool bPseudoTest); -+ bool (*Efuse_PgPacketWrite_BT)(struct adapter *padapter, u8 offset, u8 word_en, u8 *data, bool bPseudoTest); -+ -+ s32 (*xmit_thread_handler)(struct adapter *padapter); -+ void (*hal_notch_filter)(struct adapter * adapter, bool enable); -+ void (*hal_reset_security_engine)(struct adapter * adapter); -+ s32 (*c2h_handler)(struct adapter *padapter, u8 *c2h_evt); -+ c2h_id_filter c2h_id_filter_ccx; -+ -+ s32 (*fill_h2c_cmd)(struct adapter *, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+}; -+ -+enum RT_EEPROM_TYPE { -+ EEPROM_93C46, -+ EEPROM_93C56, -+ EEPROM_BOOT_EFUSE, -+}; -+ -+#define RF_CHANGE_BY_INIT 0 -+#define RF_CHANGE_BY_IPS BIT28 -+#define RF_CHANGE_BY_PS BIT29 -+#define RF_CHANGE_BY_HW BIT30 -+#define RF_CHANGE_BY_SW BIT31 -+ -+#define GET_EEPROM_EFUSE_PRIV(adapter) (&adapter->eeprompriv) -+#define is_boot_from_eeprom(adapter) (adapter->eeprompriv.EepromOrEfuse) -+ -+enum wowlan_subcode { -+ WOWLAN_PATTERN_MATCH = 1, -+ WOWLAN_MAGIC_PACKET = 2, -+ WOWLAN_UNICAST = 3, -+ WOWLAN_SET_PATTERN = 4, -+ WOWLAN_DUMP_REG = 5, -+ WOWLAN_ENABLE = 6, -+ WOWLAN_DISABLE = 7, -+ WOWLAN_STATUS = 8, -+ WOWLAN_DEBUG_RELOAD_FW = 9, -+ WOWLAN_DEBUG_1 = 10, -+ WOWLAN_DEBUG_2 = 11, -+ WOWLAN_AP_ENABLE = 12, -+ WOWLAN_AP_DISABLE = 13 -+}; -+ -+struct wowlan_ioctl_param{ -+ unsigned int subcode; -+ unsigned int subcode_value; -+ unsigned int wakeup_reason; -+ unsigned int len; -+ unsigned char pattern[0]; -+}; -+ -+#define Rx_Pairwisekey 0x01 -+#define Rx_GTK 0x02 -+#define Rx_DisAssoc 0x04 -+#define Rx_DeAuth 0x08 -+#define Rx_ARPReq 0x09 -+#define FWDecisionDisconnect 0x10 -+#define Rx_MagicPkt 0x21 -+#define Rx_UnicastPkt 0x22 -+#define Rx_PatternPkt 0x23 -+#define RX_PNOWakeUp 0x55 -+#define AP_WakeUp 0x66 -+ -+void rtw_hal_def_value_init(struct adapter *padapter); -+ -+void rtw_hal_free_data(struct adapter *padapter); -+ -+void rtw_hal_dm_init(struct adapter *padapter); -+void rtw_hal_dm_deinit(struct adapter *padapter); -+ -+uint rtw_hal_init(struct adapter *padapter); -+uint rtw_hal_deinit(struct adapter *padapter); -+void rtw_hal_stop(struct adapter *padapter); -+void rtw_hal_set_hwreg(struct adapter *padapter, u8 variable, u8 *val); -+void rtw_hal_get_hwreg(struct adapter *padapter, u8 variable, u8 *val); -+ -+void rtw_hal_set_hwreg_with_buf(struct adapter *padapter, u8 variable, u8 *pbuf, int len); -+ -+void rtw_hal_chip_configure(struct adapter *padapter); -+void rtw_hal_read_chip_info(struct adapter *padapter); -+void rtw_hal_read_chip_version(struct adapter *padapter); -+ -+u8 rtw_hal_set_def_var(struct adapter *padapter, enum HAL_DEF_VARIABLE eVariable, void *pValue); -+u8 rtw_hal_get_def_var(struct adapter *padapter, enum HAL_DEF_VARIABLE eVariable, void *pValue); -+ -+void rtw_hal_set_odm_var(struct adapter *padapter, enum HAL_ODM_VARIABLE eVariable, void *pValue1, bool bSet); -+void rtw_hal_get_odm_var(struct adapter *padapter, enum HAL_ODM_VARIABLE eVariable, void *pValue1, void *pValue2); -+ -+void rtw_hal_enable_interrupt(struct adapter *padapter); -+void rtw_hal_disable_interrupt(struct adapter *padapter); -+ -+u8 rtw_hal_check_ips_status(struct adapter *padapter); -+ -+s32 rtw_hal_xmitframe_enqueue(struct adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtw_hal_xmit(struct adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtw_hal_mgnt_xmit(struct adapter *padapter, struct xmit_frame *pmgntframe); -+ -+s32 rtw_hal_init_xmit_priv(struct adapter *padapter); -+void rtw_hal_free_xmit_priv(struct adapter *padapter); -+ -+s32 rtw_hal_init_recv_priv(struct adapter *padapter); -+void rtw_hal_free_recv_priv(struct adapter *padapter); -+ -+void rtw_hal_update_ra_mask(struct sta_info *psta, u8 rssi_level); -+void rtw_hal_add_ra_tid(struct adapter *padapter, u32 bitmap, u8 *arg, u8 rssi_level); -+ -+void rtw_hal_start_thread(struct adapter *padapter); -+void rtw_hal_stop_thread(struct adapter *padapter); -+ -+void rtw_hal_bcn_related_reg_setting(struct adapter *padapter); -+ -+u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask); -+void rtw_hal_write_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data); -+u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask); -+void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data); -+ -+#define PHY_QueryBBReg(Adapter, RegAddr, BitMask) rtw_hal_read_bbreg((Adapter), (RegAddr), (BitMask)) -+#define PHY_SetBBReg(Adapter, RegAddr, BitMask, Data) rtw_hal_write_bbreg((Adapter), (RegAddr), (BitMask), (Data)) -+#define PHY_QueryRFReg(Adapter, eRFPath, RegAddr, BitMask) rtw_hal_read_rfreg((Adapter), (eRFPath), (RegAddr), (BitMask)) -+#define PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data) rtw_hal_write_rfreg((Adapter), (eRFPath), (RegAddr), (BitMask), (Data)) -+ -+#define PHY_SetMacReg PHY_SetBBReg -+#define PHY_QueryMacReg PHY_QueryBBReg -+ -+void rtw_hal_set_chan(struct adapter *padapter, u8 channel); -+void rtw_hal_set_chnl_bw(struct adapter *padapter, u8 channel, enum CHANNEL_WIDTH Bandwidth, u8 Offset40, u8 Offset80); -+void rtw_hal_dm_watchdog(struct adapter *padapter); -+void rtw_hal_dm_watchdog_in_lps(struct adapter *padapter); -+ -+s32 rtw_hal_xmit_thread_handler(struct adapter *padapter); -+ -+void rtw_hal_notch_filter(struct adapter * adapter, bool enable); -+void rtw_hal_reset_security_engine(struct adapter * adapter); -+ -+bool rtw_hal_c2h_valid(struct adapter *adapter, u8 *buf); -+s32 rtw_hal_c2h_evt_read(struct adapter *adapter, u8 *buf); -+s32 rtw_hal_c2h_handler(struct adapter *adapter, u8 *c2h_evt); -+c2h_id_filter rtw_hal_c2h_id_filter_ccx(struct adapter *adapter); -+ -+s32 rtw_hal_is_disable_sw_channel_plan(struct adapter *padapter); -+ -+s32 rtw_hal_macid_sleep(struct adapter *padapter, u32 macid); -+s32 rtw_hal_macid_wakeup(struct adapter *padapter, u32 macid); -+ -+s32 rtw_hal_fill_h2c_cmd(struct adapter *, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+ -+#endif /* __HAL_INTF_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_pg.h linux/3rdparty/rtl8723bs/include/hal_pg.h ---- linux.old/3rdparty/rtl8723bs/include/hal_pg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_pg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,81 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PG_H__ -+#define __HAL_PG_H__ -+ -+#define MAX_RF_PATH 4 -+/* MAX_TX_COUNT must always be set to 4, otherwise the read efuse table -+ * sequence will be wrong. -+ */ -+#define MAX_TX_COUNT 4 -+ -+/* For VHT series TX power by rate table. */ -+/* VHT TX power by rate off setArray = */ -+/* Band:-2G&5G = 0 / 1 */ -+/* RF: at most 4*4 = ABCD = 0/1/2/3 */ -+/* CCK = 0 OFDM = 1/2 HT-MCS 0-15 =3/4/56 VHT =7/8/9/10/11 */ -+#define TX_PWR_BY_RATE_NUM_BAND 2 -+#define TX_PWR_BY_RATE_NUM_RF 4 -+#define TX_PWR_BY_RATE_NUM_RATE 84 -+#define MAX_RF_PATH_NUM 2 -+#define MAX_CHNL_GROUP_24G 6 -+#define EEPROM_DEFAULT_BOARD_OPTION 0x00 -+ -+/* EEPROM/Efuse PG Offset for 8723BE/8723BU/8723BS */ -+/* 0x10 ~ 0x63 = TX power area. */ -+#define EEPROM_TX_PWR_INX_8723B 0x10 -+/* New EFUSE default value */ -+#define EEPROM_DEFAULT_24G_INDEX 0x2D -+#define EEPROM_DEFAULT_24G_HT20_DIFF 0X02 -+#define EEPROM_DEFAULT_24G_OFDM_DIFF 0X04 -+#define EEPROM_Default_ThermalMeter_8723B 0x18 -+#define EEPROM_Default_CrystalCap_8723B 0x20 -+ -+#define EEPROM_ChannelPlan_8723B 0xB8 -+#define EEPROM_XTAL_8723B 0xB9 -+#define EEPROM_THERMAL_METER_8723B 0xBA -+ -+#define EEPROM_RF_BOARD_OPTION_8723B 0xC1 -+#define EEPROM_RF_BT_SETTING_8723B 0xC3 -+#define EEPROM_VERSION_8723B 0xC4 -+#define EEPROM_CustomID_8723B 0xC5 -+#define EEPROM_DEFAULT_DIFF 0XFE -+ -+/* RTL8723BS */ -+#define EEPROM_MAC_ADDR_8723BS 0x11A -+#define EEPROM_Voltage_ADDR_8723B 0x8 -+#define RTL_EEPROM_ID 0x8129 -+ -+struct TxPowerInfo24G { -+ u8 IndexCCK_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G]; -+ u8 IndexBW40_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G]; -+ /* If only one tx, only BW20 and OFDM are used. */ -+ s8 CCK_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 OFDM_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW20_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW40_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+}; -+ -+enum { -+ Ant_x2 = 0, -+ Ant_x1 = 1 -+}; -+ -+enum { -+ BT_RTL8723B = 8, -+}; -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_phy.h linux/3rdparty/rtl8723bs/include/hal_phy.h ---- linux.old/3rdparty/rtl8723bs/include/hal_phy.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_phy.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,183 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_PHY_H__ -+#define __HAL_PHY_H__ -+ -+ -+#if DISABLE_BB_RF -+#define HAL_FW_ENABLE 0 -+#define HAL_MAC_ENABLE 0 -+#define HAL_BB_ENABLE 0 -+#define HAL_RF_ENABLE 0 -+#else /* FPGA_PHY and ASIC */ -+#define HAL_FW_ENABLE 1 -+#define HAL_MAC_ENABLE 1 -+#define HAL_BB_ENABLE 1 -+#define HAL_RF_ENABLE 1 -+#endif -+ -+#define RF6052_MAX_TX_PWR 0x3F -+#define RF6052_MAX_REG_88E 0xFF -+#define RF6052_MAX_REG_92C 0x7F -+ -+#define RF6052_MAX_REG \ -+ (RF6052_MAX_REG_88E > RF6052_MAX_REG_92C) ? RF6052_MAX_REG_88E: RF6052_MAX_REG_92C -+ -+#define GET_RF6052_REAL_MAX_REG(_Adapter) RF6052_MAX_REG_92C -+ -+#define RF6052_MAX_PATH 2 -+ -+/* */ -+/* Antenna detection method, i.e., using single tone detection or RSSI reported from each antenna detected. */ -+/* Added by Roger, 2013.05.22. */ -+/* */ -+#define ANT_DETECT_BY_SINGLE_TONE BIT0 -+#define ANT_DETECT_BY_RSSI BIT1 -+#define IS_ANT_DETECT_SUPPORT_SINGLE_TONE(__Adapter) ((GET_HAL_DATA(__Adapter)->AntDetection) & ANT_DETECT_BY_SINGLE_TONE) -+#define IS_ANT_DETECT_SUPPORT_RSSI(__Adapter) ((GET_HAL_DATA(__Adapter)->AntDetection) & ANT_DETECT_BY_RSSI) -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+enum BAND_TYPE { -+ BAND_ON_2_4G = 0, -+ BAND_ON_5G, -+ BAND_ON_BOTH, -+ BANDMAX -+}; -+ -+enum RF_TYPE { -+ RF_TYPE_MIN = 0, /* 0 */ -+ RF_8225 = 1, /* 1 11b/g RF for verification only */ -+ RF_8256 = 2, /* 2 11b/g/n */ -+ RF_8258 = 3, /* 3 11a/b/g/n RF */ -+ RF_6052 = 4, /* 4 11b/g/n RF */ -+ RF_PSEUDO_11N = 5, /* 5, It is a temporality RF. */ -+ RF_TYPE_MAX -+}; -+ -+enum RF_PATH { -+ RF_PATH_A = 0, -+ RF_PATH_B, -+ RF_PATH_C, -+ RF_PATH_D -+}; -+ -+#define TX_1S 0 -+#define TX_2S 1 -+#define TX_3S 2 -+#define TX_4S 3 -+ -+#define RF_PATH_MAX_92C_88E 2 -+#define RF_PATH_MAX_90_8812 4 /* Max RF number 90 support */ -+ -+enum ANTENNA_PATH { -+ ANTENNA_NONE = 0, -+ ANTENNA_D = 1, -+ ANTENNA_C = 2, -+ ANTENNA_CD = 3, -+ ANTENNA_B = 4, -+ ANTENNA_BD = 5, -+ ANTENNA_BC = 6, -+ ANTENNA_BCD = 7, -+ ANTENNA_A = 8, -+ ANTENNA_AD = 9, -+ ANTENNA_AC = 10, -+ ANTENNA_ACD = 11, -+ ANTENNA_AB = 12, -+ ANTENNA_ABD = 13, -+ ANTENNA_ABC = 14, -+ ANTENNA_ABCD = 15 -+}; -+ -+enum RF_CONTENT { -+ radioa_txt = 0x1000, -+ radiob_txt = 0x1001, -+ radioc_txt = 0x1002, -+ radiod_txt = 0x1003 -+}; -+ -+enum BaseBand_Config_Type { -+ BaseBand_Config_PHY_REG = 0, /* Radio Path A */ -+ BaseBand_Config_AGC_TAB = 1, /* Radio Path B */ -+ BaseBand_Config_AGC_TAB_2G = 2, -+ BaseBand_Config_AGC_TAB_5G = 3, -+ BaseBand_Config_PHY_REG_PG -+}; -+ -+enum HW_BLOCK { -+ HW_BLOCK_MAC = 0, -+ HW_BLOCK_PHY0 = 1, -+ HW_BLOCK_PHY1 = 2, -+ HW_BLOCK_RF = 3, -+ HW_BLOCK_MAXIMUM = 4, /* Never use this */ -+}; -+ -+enum WIRELESS_MODE { -+ WIRELESS_MODE_UNKNOWN = 0x00, -+ WIRELESS_MODE_A = 0x01, -+ WIRELESS_MODE_B = 0x02, -+ WIRELESS_MODE_G = 0x04, -+ WIRELESS_MODE_AUTO = 0x08, -+ WIRELESS_MODE_N_24G = 0x10, -+ WIRELESS_MODE_N_5G = 0x20, -+ WIRELESS_MODE_AC_5G = 0x40, -+ WIRELESS_MODE_AC_24G = 0x80, -+ WIRELESS_MODE_AC_ONLY = 0x100, -+}; -+ -+enum SwChnlCmdID { -+ CmdID_End, -+ CmdID_SetTxPowerLevel, -+ CmdID_BBRegWrite10, -+ CmdID_WritePortUlong, -+ CmdID_WritePortUshort, -+ CmdID_WritePortUchar, -+ CmdID_RF_WriteReg, -+}; -+ -+struct SwChnlCmd { -+ enum SwChnlCmdID CmdID; -+ u32 Para1; -+ u32 Para2; -+ u32 msDelay; -+}; -+ -+struct R_ANTENNA_SELECT_OFDM { -+#ifdef __LITTLE_ENDIAN -+ u32 r_tx_antenna:4; -+ u32 r_ant_l:4; -+ u32 r_ant_non_ht:4; -+ u32 r_ant_ht1:4; -+ u32 r_ant_ht2:4; -+ u32 r_ant_ht_s1:4; -+ u32 r_ant_non_ht_s1:4; -+ u32 OFDM_TXSC:2; -+ u32 Reserved:2; -+#else -+ u32 Reserved:2; -+ u32 OFDM_TXSC:2; -+ u32 r_ant_non_ht_s1:4; -+ u32 r_ant_ht_s1:4; -+ u32 r_ant_ht2:4; -+ u32 r_ant_ht1:4; -+ u32 r_ant_non_ht:4; -+ u32 r_ant_l:4; -+ u32 r_tx_antenna:4; -+#endif -+}; -+ -+/*--------------------------Exported Function prototype---------------------*/ -+ -+#endif /* __HAL_COMMON_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_phy_reg.h linux/3rdparty/rtl8723bs/include/hal_phy_reg.h ---- linux.old/3rdparty/rtl8723bs/include/hal_phy_reg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_phy_reg.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,25 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_PHY_REG_H__ -+#define __HAL_PHY_REG_H__ -+ -+/* for PutRFRegsetting & GetRFRegSetting BitMask */ -+/* if (RTL92SE_FPGA_VERIFY == 1) */ -+/* define bRFRegOffsetMask 0xfff */ -+/* else */ -+#define bRFRegOffsetMask 0xfffff -+/* endif */ -+ -+#endif /* __HAL_PHY_REG_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/HalPwrSeqCmd.h linux/3rdparty/rtl8723bs/include/HalPwrSeqCmd.h ---- linux.old/3rdparty/rtl8723bs/include/HalPwrSeqCmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/HalPwrSeqCmd.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,132 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HALPWRSEQCMD_H__ -+#define __HALPWRSEQCMD_H__ -+ -+#include -+ -+/*---------------------------------------------*/ -+/* 3 The value of cmd: 4 bits */ -+/*---------------------------------------------*/ -+#define PWR_CMD_READ 0x00 -+ /* offset: the read register offset */ -+ /* msk: the mask of the read value */ -+ /* value: N/A, left by 0 */ -+ /* note: dirver shall implement this function by read & msk */ -+ -+#define PWR_CMD_WRITE 0x01 -+ /* offset: the read register offset */ -+ /* msk: the mask of the write bits */ -+ /* value: write value */ -+ /* note: driver shall implement this cmd by read & msk after write */ -+ -+#define PWR_CMD_POLLING 0x02 -+ /* offset: the read register offset */ -+ /* msk: the mask of the polled value */ -+ /* value: the value to be polled, masked by the msd field. */ -+ /* note: driver shall implement this cmd by */ -+ /* do{ */ -+ /* if ((Read(offset) & msk) == (value & msk)) */ -+ /* break; */ -+ /* } while (not timeout); */ -+ -+#define PWR_CMD_DELAY 0x03 -+ /* offset: the value to delay */ -+ /* msk: N/A */ -+ /* value: the unit of delay, 0: us, 1: ms */ -+ -+#define PWR_CMD_END 0x04 -+ /* offset: N/A */ -+ /* msk: N/A */ -+ /* value: N/A */ -+ -+/*---------------------------------------------*/ -+/* 3 The value of base: 4 bits */ -+/*---------------------------------------------*/ -+ /* define the base address of each block */ -+#define PWR_BASEADDR_MAC 0x00 -+#define PWR_BASEADDR_USB 0x01 -+#define PWR_BASEADDR_PCIE 0x02 -+#define PWR_BASEADDR_SDIO 0x03 -+ -+/*---------------------------------------------*/ -+/* 3 The value of interface_msk: 4 bits */ -+/*---------------------------------------------*/ -+#define PWR_INTF_SDIO_MSK BIT(0) -+#define PWR_INTF_USB_MSK BIT(1) -+#define PWR_INTF_PCI_MSK BIT(2) -+#define PWR_INTF_ALL_MSK (BIT(0)|BIT(1)|BIT(2)|BIT(3)) -+ -+/*---------------------------------------------*/ -+/* 3 The value of fab_msk: 4 bits */ -+/*---------------------------------------------*/ -+#define PWR_FAB_TSMC_MSK BIT(0) -+#define PWR_FAB_UMC_MSK BIT(1) -+#define PWR_FAB_ALL_MSK (BIT(0)|BIT(1)|BIT(2)|BIT(3)) -+ -+/*---------------------------------------------*/ -+/* 3 The value of cut_msk: 8 bits */ -+/*---------------------------------------------*/ -+#define PWR_CUT_TESTCHIP_MSK BIT(0) -+#define PWR_CUT_A_MSK BIT(1) -+#define PWR_CUT_B_MSK BIT(2) -+#define PWR_CUT_C_MSK BIT(3) -+#define PWR_CUT_D_MSK BIT(4) -+#define PWR_CUT_E_MSK BIT(5) -+#define PWR_CUT_F_MSK BIT(6) -+#define PWR_CUT_G_MSK BIT(7) -+#define PWR_CUT_ALL_MSK 0xFF -+ -+ -+typedef enum _PWRSEQ_CMD_DELAY_UNIT_ -+{ -+ PWRSEQ_DELAY_US, -+ PWRSEQ_DELAY_MS, -+} PWRSEQ_DELAY_UNIT; -+ -+typedef struct _WL_PWR_CFG_ -+{ -+ u16 offset; -+ u8 cut_msk; -+ u8 fab_msk:4; -+ u8 interface_msk:4; -+ u8 base:4; -+ u8 cmd:4; -+ u8 msk; -+ u8 value; -+} WLAN_PWR_CFG, *PWLAN_PWR_CFG; -+ -+ -+#define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset -+#define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk -+#define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk -+#define GET_PWR_CFG_INTF_MASK(__PWR_CMD) __PWR_CMD.interface_msk -+#define GET_PWR_CFG_BASE(__PWR_CMD) __PWR_CMD.base -+#define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd -+#define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk -+#define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value -+ -+ -+/* */ -+/* Prototype of protected function. */ -+/* */ -+u8 HalPwrSeqCmdParsing( -+ struct adapter * padapter, -+ u8 CutVersion, -+ u8 FabVersion, -+ u8 InterfaceType, -+ WLAN_PWR_CFG PwrCfgCmd[]); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/hal_sdio.h linux/3rdparty/rtl8723bs/include/hal_sdio.h ---- linux.old/3rdparty/rtl8723bs/include/hal_sdio.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/hal_sdio.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,26 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_SDIO_H_ -+#define __HAL_SDIO_H_ -+ -+#define ffaddr2deviceId(pdvobj, addr) (pdvobj->Queue2Pipe[addr]) -+ -+u8 rtw_hal_sdio_max_txoqt_free_space(struct adapter *padapter); -+u8 rtw_hal_sdio_query_tx_freepage(struct adapter *padapter, u8 PageIdx, u8 RequiredPageNum); -+void rtw_hal_sdio_update_tx_freepage(struct adapter *padapter, u8 PageIdx, u8 RequiredPageNum); -+void rtw_hal_set_sdio_tx_max_length(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ); -+u32 rtw_hal_get_sdio_tx_max_length(struct adapter *padapter, u8 queue_idx); -+ -+#endif /* __RTW_LED_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/HalVerDef.h linux/3rdparty/rtl8723bs/include/HalVerDef.h ---- linux.old/3rdparty/rtl8723bs/include/HalVerDef.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/HalVerDef.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,127 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __HAL_VERSION_DEF_H__ -+#define __HAL_VERSION_DEF_H__ -+ -+/* HAL_IC_TYPE_E */ -+typedef enum tag_HAL_IC_Type_Definition -+{ -+ CHIP_8192S = 0, -+ CHIP_8188C = 1, -+ CHIP_8192C = 2, -+ CHIP_8192D = 3, -+ CHIP_8723A = 4, -+ CHIP_8188E = 5, -+ CHIP_8812 = 6, -+ CHIP_8821 = 7, -+ CHIP_8723B = 8, -+ CHIP_8192E = 9, -+}HAL_IC_TYPE_E; -+ -+/* HAL_CHIP_TYPE_E */ -+typedef enum tag_HAL_CHIP_Type_Definition -+{ -+ TEST_CHIP = 0, -+ NORMAL_CHIP = 1, -+ FPGA = 2, -+}HAL_CHIP_TYPE_E; -+ -+/* HAL_CUT_VERSION_E */ -+typedef enum tag_HAL_Cut_Version_Definition -+{ -+ A_CUT_VERSION = 0, -+ B_CUT_VERSION = 1, -+ C_CUT_VERSION = 2, -+ D_CUT_VERSION = 3, -+ E_CUT_VERSION = 4, -+ F_CUT_VERSION = 5, -+ G_CUT_VERSION = 6, -+ H_CUT_VERSION = 7, -+ I_CUT_VERSION = 8, -+ J_CUT_VERSION = 9, -+ K_CUT_VERSION = 10, -+}HAL_CUT_VERSION_E; -+ -+/* HAL_Manufacturer */ -+typedef enum tag_HAL_Manufacturer_Version_Definition -+{ -+ CHIP_VENDOR_TSMC = 0, -+ CHIP_VENDOR_UMC = 1, -+ CHIP_VENDOR_SMIC = 2, -+}HAL_VENDOR_E; -+ -+typedef enum tag_HAL_RF_Type_Definition -+{ -+ RF_TYPE_1T1R = 0, -+ RF_TYPE_1T2R = 1, -+ RF_TYPE_2T2R = 2, -+ RF_TYPE_2T3R = 3, -+ RF_TYPE_2T4R = 4, -+ RF_TYPE_3T3R = 5, -+ RF_TYPE_3T4R = 6, -+ RF_TYPE_4T4R = 7, -+}HAL_RF_TYPE_E; -+ -+typedef struct tag_HAL_VERSION -+{ -+ HAL_IC_TYPE_E ICType; -+ HAL_CHIP_TYPE_E ChipType; -+ HAL_CUT_VERSION_E CUTVersion; -+ HAL_VENDOR_E VendorType; -+ HAL_RF_TYPE_E RFType; -+ u8 ROMVer; -+}HAL_VERSION,*PHAL_VERSION; -+ -+/* VERSION_8192C VersionID; */ -+/* HAL_VERSION VersionID; */ -+ -+/* Get element */ -+#define GET_CVID_IC_TYPE(version) ((HAL_IC_TYPE_E)((version).ICType) ) -+#define GET_CVID_CHIP_TYPE(version) ((HAL_CHIP_TYPE_E)((version).ChipType) ) -+#define GET_CVID_RF_TYPE(version) ((HAL_RF_TYPE_E)((version).RFType)) -+#define GET_CVID_MANUFACTUER(version) ((HAL_VENDOR_E)((version).VendorType)) -+#define GET_CVID_CUT_VERSION(version) ((HAL_CUT_VERSION_E)((version).CUTVersion)) -+#define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) -+ -+/* */ -+/* Common Macro. -- */ -+/* */ -+/* HAL_VERSION VersionID */ -+ -+/* HAL_CHIP_TYPE_E */ -+#define IS_TEST_CHIP(version) ((GET_CVID_CHIP_TYPE(version) ==TEST_CHIP)? true: false) -+#define IS_NORMAL_CHIP(version) ((GET_CVID_CHIP_TYPE(version) ==NORMAL_CHIP)? true: false) -+ -+/* HAL_CUT_VERSION_E */ -+#define IS_A_CUT(version) ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false) -+#define IS_B_CUT(version) ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true : false) -+#define IS_C_CUT(version) ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? true : false) -+#define IS_D_CUT(version) ((GET_CVID_CUT_VERSION(version) == D_CUT_VERSION) ? true : false) -+#define IS_E_CUT(version) ((GET_CVID_CUT_VERSION(version) == E_CUT_VERSION) ? true : false) -+#define IS_I_CUT(version) ((GET_CVID_CUT_VERSION(version) == I_CUT_VERSION) ? true : false) -+#define IS_J_CUT(version) ((GET_CVID_CUT_VERSION(version) == J_CUT_VERSION) ? true : false) -+#define IS_K_CUT(version) ((GET_CVID_CUT_VERSION(version) == K_CUT_VERSION) ? true : false) -+ -+/* HAL_VENDOR_E */ -+#define IS_CHIP_VENDOR_TSMC(version) ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_TSMC)? true: false) -+#define IS_CHIP_VENDOR_UMC(version) ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_UMC)? true: false) -+#define IS_CHIP_VENDOR_SMIC(version) ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_SMIC)? true: false) -+ -+/* HAL_RF_TYPE_E */ -+#define IS_1T1R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T1R)? true : false) -+#define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)? true : false) -+#define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R)? true : false) -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/ieee80211.h linux/3rdparty/rtl8723bs/include/ieee80211.h ---- linux.old/3rdparty/rtl8723bs/include/ieee80211.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/ieee80211.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1345 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __IEEE80211_H -+#define __IEEE80211_H -+ -+#include -+ -+#define MGMT_QUEUE_NUM 5 -+ -+#define ETH_ALEN 6 -+#define ETH_TYPE_LEN 2 -+#define PAYLOAD_TYPE_LEN 1 -+ -+#define RTL_IOCTL_HOSTAPD (SIOCIWFIRSTPRIV + 28) -+ -+/* RTL871X_IOCTL_HOSTAPD ioctl() cmd: */ -+enum { -+ RTL871X_HOSTAPD_FLUSH = 1, -+ RTL871X_HOSTAPD_ADD_STA = 2, -+ RTL871X_HOSTAPD_REMOVE_STA = 3, -+ RTL871X_HOSTAPD_GET_INFO_STA = 4, -+ /* REMOVED: PRISM2_HOSTAPD_RESET_TXEXC_STA = 5, */ -+ RTL871X_HOSTAPD_GET_WPAIE_STA = 5, -+ RTL871X_SET_ENCRYPTION = 6, -+ RTL871X_GET_ENCRYPTION = 7, -+ RTL871X_HOSTAPD_SET_FLAGS_STA = 8, -+ RTL871X_HOSTAPD_GET_RID = 9, -+ RTL871X_HOSTAPD_SET_RID = 10, -+ RTL871X_HOSTAPD_SET_ASSOC_AP_ADDR = 11, -+ RTL871X_HOSTAPD_SET_GENERIC_ELEMENT = 12, -+ RTL871X_HOSTAPD_MLME = 13, -+ RTL871X_HOSTAPD_SCAN_REQ = 14, -+ RTL871X_HOSTAPD_STA_CLEAR_STATS = 15, -+ RTL871X_HOSTAPD_SET_BEACON = 16, -+ RTL871X_HOSTAPD_SET_WPS_BEACON = 17, -+ RTL871X_HOSTAPD_SET_WPS_PROBE_RESP = 18, -+ RTL871X_HOSTAPD_SET_WPS_ASSOC_RESP = 19, -+ RTL871X_HOSTAPD_SET_HIDDEN_SSID = 20, -+ RTL871X_HOSTAPD_SET_MACADDR_ACL = 21, -+ RTL871X_HOSTAPD_ACL_ADD_STA = 22, -+ RTL871X_HOSTAPD_ACL_REMOVE_STA = 23, -+}; -+ -+/* STA flags */ -+#define WLAN_STA_AUTH BIT(0) -+#define WLAN_STA_ASSOC BIT(1) -+#define WLAN_STA_PS BIT(2) -+#define WLAN_STA_TIM BIT(3) -+#define WLAN_STA_PERM BIT(4) -+#define WLAN_STA_AUTHORIZED BIT(5) -+#define WLAN_STA_PENDING_POLL BIT(6) /* pending activity poll not ACKed */ -+#define WLAN_STA_SHORT_PREAMBLE BIT(7) -+#define WLAN_STA_PREAUTH BIT(8) -+#define WLAN_STA_WME BIT(9) -+#define WLAN_STA_MFP BIT(10) -+#define WLAN_STA_HT BIT(11) -+#define WLAN_STA_WPS BIT(12) -+#define WLAN_STA_MAYBE_WPS BIT(13) -+#define WLAN_STA_VHT BIT(14) -+#define WLAN_STA_NONERP BIT(31) -+ -+#define IEEE_CMD_SET_WPA_PARAM 1 -+#define IEEE_CMD_SET_WPA_IE 2 -+#define IEEE_CMD_SET_ENCRYPTION 3 -+#define IEEE_CMD_MLME 4 -+ -+#define IEEE_PARAM_WPA_ENABLED 1 -+#define IEEE_PARAM_TKIP_COUNTERMEASURES 2 -+#define IEEE_PARAM_DROP_UNENCRYPTED 3 -+#define IEEE_PARAM_PRIVACY_INVOKED 4 -+#define IEEE_PARAM_AUTH_ALGS 5 -+#define IEEE_PARAM_IEEE_802_1X 6 -+#define IEEE_PARAM_WPAX_SELECT 7 -+ -+#define AUTH_ALG_OPEN_SYSTEM 0x1 -+#define AUTH_ALG_SHARED_KEY 0x2 -+#define AUTH_ALG_LEAP 0x00000004 -+ -+#define IEEE_MLME_STA_DEAUTH 1 -+#define IEEE_MLME_STA_DISASSOC 2 -+ -+#define IEEE_CRYPT_ERR_UNKNOWN_ALG 2 -+#define IEEE_CRYPT_ERR_UNKNOWN_ADDR 3 -+#define IEEE_CRYPT_ERR_CRYPT_INIT_FAILED 4 -+#define IEEE_CRYPT_ERR_KEY_SET_FAILED 5 -+#define IEEE_CRYPT_ERR_TX_KEY_SET_FAILED 6 -+#define IEEE_CRYPT_ERR_CARD_CONF_FAILED 7 -+ -+ -+#define IEEE_CRYPT_ALG_NAME_LEN 16 -+ -+#define WPA_CIPHER_NONE BIT(0) -+#define WPA_CIPHER_WEP40 BIT(1) -+#define WPA_CIPHER_WEP104 BIT(2) -+#define WPA_CIPHER_TKIP BIT(3) -+#define WPA_CIPHER_CCMP BIT(4) -+ -+ -+ -+#define WPA_SELECTOR_LEN 4 -+extern u8 RTW_WPA_OUI_TYPE[] ; -+extern u16 RTW_WPA_VERSION ; -+extern u8 WPA_AUTH_KEY_MGMT_NONE[]; -+extern u8 WPA_AUTH_KEY_MGMT_UNSPEC_802_1X[]; -+extern u8 WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X[]; -+extern u8 WPA_CIPHER_SUITE_NONE[]; -+extern u8 WPA_CIPHER_SUITE_WEP40[]; -+extern u8 WPA_CIPHER_SUITE_TKIP[]; -+extern u8 WPA_CIPHER_SUITE_WRAP[]; -+extern u8 WPA_CIPHER_SUITE_CCMP[]; -+extern u8 WPA_CIPHER_SUITE_WEP104[]; -+ -+ -+#define RSN_HEADER_LEN 4 -+#define RSN_SELECTOR_LEN 4 -+ -+extern u16 RSN_VERSION_BSD; -+extern u8 RSN_AUTH_KEY_MGMT_UNSPEC_802_1X[]; -+extern u8 RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X[]; -+extern u8 RSN_CIPHER_SUITE_NONE[]; -+extern u8 RSN_CIPHER_SUITE_WEP40[]; -+extern u8 RSN_CIPHER_SUITE_TKIP[]; -+extern u8 RSN_CIPHER_SUITE_WRAP[]; -+extern u8 RSN_CIPHER_SUITE_CCMP[]; -+extern u8 RSN_CIPHER_SUITE_WEP104[]; -+ -+ -+typedef enum _RATEID_IDX_ { -+ RATEID_IDX_BGN_40M_2SS = 0, -+ RATEID_IDX_BGN_40M_1SS = 1, -+ RATEID_IDX_BGN_20M_2SS_BN = 2, -+ RATEID_IDX_BGN_20M_1SS_BN = 3, -+ RATEID_IDX_GN_N2SS = 4, -+ RATEID_IDX_GN_N1SS = 5, -+ RATEID_IDX_BG = 6, -+ RATEID_IDX_G = 7, -+ RATEID_IDX_B = 8, -+ RATEID_IDX_VHT_2SS = 9, -+ RATEID_IDX_VHT_1SS = 10, -+} RATEID_IDX, *PRATEID_IDX; -+ -+typedef enum _RATR_TABLE_MODE{ -+ RATR_INX_WIRELESS_NGB = 0, /* BGN 40 Mhz 2SS 1SS */ -+ RATR_INX_WIRELESS_NG = 1, /* GN or N */ -+ RATR_INX_WIRELESS_NB = 2, /* BGN 20 Mhz 2SS 1SS or BN */ -+ RATR_INX_WIRELESS_N = 3, -+ RATR_INX_WIRELESS_GB = 4, -+ RATR_INX_WIRELESS_G = 5, -+ RATR_INX_WIRELESS_B = 6, -+ RATR_INX_WIRELESS_MC = 7, -+ RATR_INX_WIRELESS_AC_N = 8, -+}RATR_TABLE_MODE, *PRATR_TABLE_MODE; -+ -+ -+enum NETWORK_TYPE -+{ -+ WIRELESS_INVALID = 0, -+ /* Sub-Element */ -+ WIRELESS_11B = BIT(0), /* tx: cck only , rx: cck only, hw: cck */ -+ WIRELESS_11G = BIT(1), /* tx: ofdm only, rx: ofdm & cck, hw: cck & ofdm */ -+ WIRELESS_11A = BIT(2), /* tx: ofdm only, rx: ofdm only, hw: ofdm only */ -+ WIRELESS_11_24N = BIT(3), /* tx: MCS only, rx: MCS & cck, hw: MCS & cck */ -+ WIRELESS_11_5N = BIT(4), /* tx: MCS only, rx: MCS & ofdm, hw: ofdm only */ -+ WIRELESS_AUTO = BIT(5), -+ WIRELESS_11AC = BIT(6), -+ -+ /* Combination */ -+ /* Type for current wireless mode */ -+ WIRELESS_11BG = (WIRELESS_11B|WIRELESS_11G), /* tx: cck & ofdm, rx: cck & ofdm & MCS, hw: cck & ofdm */ -+ WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: cck & ofdm */ -+ WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only */ -+ WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */ -+ WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */ -+ WIRELESS_11_24AC = (WIRELESS_11G|WIRELESS_11AC), -+ WIRELESS_11_5AC = (WIRELESS_11A|WIRELESS_11AC), -+ -+ -+ /* Type for registry default wireless mode */ -+ WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only */ -+ WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), -+ WIRELESS_MODE_24G = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11AC), -+ WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELESS_11AC), -+}; -+ -+#define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N) -+ -+#define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A))) -+ -+#define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? true : false) -+ -+#define IsEnableHWCCK(NetType) IsSupported24G(NetType) -+#define IsEnableHWOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11_24N)) ? true : false) -+ -+#define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) -+#define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) -+#define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) -+ -+#define IsSupportedTxCCK(NetType) (((NetType) & (WIRELESS_11B)) ? true : false) -+#define IsSupportedTxOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11A)) ? true : false) -+#define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false) -+ -+#define IsSupportedVHT(NetType) (((NetType) & (WIRELESS_11AC)) ? true : false) -+ -+ -+typedef struct ieee_param { -+ u32 cmd; -+ u8 sta_addr[ETH_ALEN]; -+ union { -+ struct { -+ u8 name; -+ u32 value; -+ } wpa_param; -+ struct { -+ u32 len; -+ u8 reserved[32]; -+ u8 data[0]; -+ } wpa_ie; -+ struct{ -+ int command; -+ int reason_code; -+ } mlme; -+ struct { -+ u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; -+ u8 set_tx; -+ u32 err; -+ u8 idx; -+ u8 seq[8]; /* sequence counter (set: RX, get: TX) */ -+ u16 key_len; -+ u8 key[0]; -+ } crypt; -+ struct { -+ u16 aid; -+ u16 capability; -+ int flags; -+ u8 tx_supp_rates[16]; -+ struct rtw_ieee80211_ht_cap ht_cap; -+ } add_sta; -+ struct { -+ u8 reserved[2];/* for set max_num_sta */ -+ u8 buf[0]; -+ } bcn_ie; -+ } u; -+}ieee_param; -+ -+typedef struct ieee_param_ex { -+ u32 cmd; -+ u8 sta_addr[ETH_ALEN]; -+ u8 data[0]; -+}ieee_param_ex; -+ -+struct sta_data{ -+ u16 aid; -+ u16 capability; -+ int flags; -+ u32 sta_set; -+ u8 tx_supp_rates[16]; -+ u32 tx_supp_rates_len; -+ struct rtw_ieee80211_ht_cap ht_cap; -+ u64 rx_pkts; -+ u64 rx_bytes; -+ u64 rx_drops; -+ u64 tx_pkts; -+ u64 tx_bytes; -+ u64 tx_drops; -+}; -+ -+#define IEEE80211_DATA_LEN 2304 -+/* Maximum size for the MA-UNITDATA primitive, 802.11 standard section -+ 6.2.1.1.2. -+ -+ The figure in section 7.1.2 suggests a body size of up to 2312 -+ bytes is allowed, which is a bit confusing, I suspect this -+ represents the 2304 bytes of real data, plus a possible 8 bytes of -+ WEP IV and ICV. (this interpretation suggested by Ramiro Barreiro) */ -+ -+ -+#define IEEE80211_HLEN 30 -+#define IEEE80211_FRAME_LEN (IEEE80211_DATA_LEN + IEEE80211_HLEN) -+ -+ -+/* this is stolen from ipw2200 driver */ -+#define IEEE_IBSS_MAC_HASH_SIZE 31 -+ -+struct ieee_ibss_seq { -+ u8 mac[ETH_ALEN]; -+ u16 seq_num; -+ u16 frag_num; -+ unsigned long packet_time; -+ struct list_head list; -+}; -+ -+struct eapol { -+ u8 snap[6]; -+ u16 ethertype; -+ u8 version; -+ u8 type; -+ u16 length; -+} __attribute__ ((packed)); -+ -+enum eap_type { -+ EAP_PACKET = 0, -+ EAPOL_START, -+ EAPOL_LOGOFF, -+ EAPOL_KEY, -+ EAPOL_ENCAP_ASF_ALERT -+}; -+ -+#define IEEE80211_3ADDR_LEN 24 -+#define IEEE80211_4ADDR_LEN 30 -+#define IEEE80211_FCS_LEN 4 -+ -+#define MIN_FRAG_THRESHOLD 256U -+#define MAX_FRAG_THRESHOLD 2346U -+ -+/* Frame control field constants */ -+#define RTW_IEEE80211_FCTL_VERS 0x0003 -+#define RTW_IEEE80211_FCTL_FTYPE 0x000c -+#define RTW_IEEE80211_FCTL_STYPE 0x00f0 -+#define RTW_IEEE80211_FCTL_TODS 0x0100 -+#define RTW_IEEE80211_FCTL_FROMDS 0x0200 -+#define RTW_IEEE80211_FCTL_MOREFRAGS 0x0400 -+#define RTW_IEEE80211_FCTL_RETRY 0x0800 -+#define RTW_IEEE80211_FCTL_PM 0x1000 -+#define RTW_IEEE80211_FCTL_MOREDATA 0x2000 -+#define RTW_IEEE80211_FCTL_PROTECTED 0x4000 -+#define RTW_IEEE80211_FCTL_ORDER 0x8000 -+#define RTW_IEEE80211_FCTL_CTL_EXT 0x0f00 -+ -+#define RTW_IEEE80211_FTYPE_MGMT 0x0000 -+#define RTW_IEEE80211_FTYPE_CTL 0x0004 -+#define RTW_IEEE80211_FTYPE_DATA 0x0008 -+#define RTW_IEEE80211_FTYPE_EXT 0x000c -+ -+/* management */ -+#define RTW_IEEE80211_STYPE_ASSOC_REQ 0x0000 -+#define RTW_IEEE80211_STYPE_ASSOC_RESP 0x0010 -+#define RTW_IEEE80211_STYPE_REASSOC_REQ 0x0020 -+#define RTW_IEEE80211_STYPE_REASSOC_RESP 0x0030 -+#define RTW_IEEE80211_STYPE_PROBE_REQ 0x0040 -+#define RTW_IEEE80211_STYPE_PROBE_RESP 0x0050 -+#define RTW_IEEE80211_STYPE_BEACON 0x0080 -+#define RTW_IEEE80211_STYPE_ATIM 0x0090 -+#define RTW_IEEE80211_STYPE_DISASSOC 0x00A0 -+#define RTW_IEEE80211_STYPE_AUTH 0x00B0 -+#define RTW_IEEE80211_STYPE_DEAUTH 0x00C0 -+#define RTW_IEEE80211_STYPE_ACTION 0x00D0 -+ -+/* control */ -+#define RTW_IEEE80211_STYPE_CTL_EXT 0x0060 -+#define RTW_IEEE80211_STYPE_BACK_REQ 0x0080 -+#define RTW_IEEE80211_STYPE_BACK 0x0090 -+#define RTW_IEEE80211_STYPE_PSPOLL 0x00A0 -+#define RTW_IEEE80211_STYPE_RTS 0x00B0 -+#define RTW_IEEE80211_STYPE_CTS 0x00C0 -+#define RTW_IEEE80211_STYPE_ACK 0x00D0 -+#define RTW_IEEE80211_STYPE_CFEND 0x00E0 -+#define RTW_IEEE80211_STYPE_CFENDACK 0x00F0 -+ -+/* data */ -+#define RTW_IEEE80211_STYPE_DATA 0x0000 -+#define RTW_IEEE80211_STYPE_DATA_CFACK 0x0010 -+#define RTW_IEEE80211_STYPE_DATA_CFPOLL 0x0020 -+#define RTW_IEEE80211_STYPE_DATA_CFACKPOLL 0x0030 -+#define RTW_IEEE80211_STYPE_NULLFUNC 0x0040 -+#define RTW_IEEE80211_STYPE_CFACK 0x0050 -+#define RTW_IEEE80211_STYPE_CFPOLL 0x0060 -+#define RTW_IEEE80211_STYPE_CFACKPOLL 0x0070 -+#define RTW_IEEE80211_STYPE_QOS_DATA 0x0080 -+#define RTW_IEEE80211_STYPE_QOS_DATA_CFACK 0x0090 -+#define RTW_IEEE80211_STYPE_QOS_DATA_CFPOLL 0x00A0 -+#define RTW_IEEE80211_STYPE_QOS_DATA_CFACKPOLL 0x00B0 -+#define RTW_IEEE80211_STYPE_QOS_NULLFUNC 0x00C0 -+#define RTW_IEEE80211_STYPE_QOS_CFACK 0x00D0 -+#define RTW_IEEE80211_STYPE_QOS_CFPOLL 0x00E0 -+#define RTW_IEEE80211_STYPE_QOS_CFACKPOLL 0x00F0 -+ -+/* sequence control field */ -+#define RTW_IEEE80211_SCTL_FRAG 0x000F -+#define RTW_IEEE80211_SCTL_SEQ 0xFFF0 -+ -+ -+#define RTW_ERP_INFO_NON_ERP_PRESENT BIT(0) -+#define RTW_ERP_INFO_USE_PROTECTION BIT(1) -+#define RTW_ERP_INFO_BARKER_PREAMBLE_MODE BIT(2) -+ -+/* QoS, QOS */ -+#define NORMAL_ACK 0 -+#define NO_ACK 1 -+#define NON_EXPLICIT_ACK 2 -+#define BLOCK_ACK 3 -+ -+#ifndef ETH_P_PAE -+#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ -+#endif /* ETH_P_PAE */ -+ -+#define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */ -+ -+#define ETH_P_ECONET 0x0018 -+ -+#ifndef ETH_P_80211_RAW -+#define ETH_P_80211_RAW (ETH_P_ECONET + 1) -+#endif -+ -+/* IEEE 802.11 defines */ -+ -+#define P80211_OUI_LEN 3 -+ -+struct ieee80211_snap_hdr { -+ u8 dsap; /* always 0xAA */ -+ u8 ssap; /* always 0xAA */ -+ u8 ctrl; /* always 0x03 */ -+ u8 oui[P80211_OUI_LEN]; /* organizational universal id */ -+} __attribute__ ((packed)); -+ -+#define SNAP_SIZE sizeof(struct ieee80211_snap_hdr) -+ -+#define WLAN_FC_GET_TYPE(fc) ((fc) & RTW_IEEE80211_FCTL_FTYPE) -+#define WLAN_FC_GET_STYPE(fc) ((fc) & RTW_IEEE80211_FCTL_STYPE) -+ -+#define WLAN_QC_GET_TID(qc) ((qc) & 0x0f) -+ -+#define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) -+#define WLAN_GET_SEQ_SEQ(seq) ((seq) & RTW_IEEE80211_SCTL_SEQ) -+ -+/* Authentication algorithms */ -+#define WLAN_AUTH_OPEN 0 -+#define WLAN_AUTH_SHARED_KEY 1 -+ -+#define WLAN_AUTH_CHALLENGE_LEN 128 -+ -+#define WLAN_CAPABILITY_BSS (1<<0) -+#define WLAN_CAPABILITY_IBSS (1<<1) -+#define WLAN_CAPABILITY_CF_POLLABLE (1<<2) -+#define WLAN_CAPABILITY_CF_POLL_REQUEST (1<<3) -+#define WLAN_CAPABILITY_PRIVACY (1<<4) -+#define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) -+#define WLAN_CAPABILITY_PBCC (1<<6) -+#define WLAN_CAPABILITY_CHANNEL_AGILITY (1<<7) -+#define WLAN_CAPABILITY_SHORT_SLOT (1<<10) -+ -+/* Status codes */ -+#define WLAN_STATUS_SUCCESS 0 -+#define WLAN_STATUS_UNSPECIFIED_FAILURE 1 -+#define WLAN_STATUS_CAPS_UNSUPPORTED 10 -+#define WLAN_STATUS_REASSOC_NO_ASSOC 11 -+#define WLAN_STATUS_ASSOC_DENIED_UNSPEC 12 -+#define WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG 13 -+#define WLAN_STATUS_UNKNOWN_AUTH_TRANSACTION 14 -+#define WLAN_STATUS_CHALLENGE_FAIL 15 -+#define WLAN_STATUS_AUTH_TIMEOUT 16 -+#define WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA 17 -+#define WLAN_STATUS_ASSOC_DENIED_RATES 18 -+/* 802.11b */ -+#define WLAN_STATUS_ASSOC_DENIED_NOSHORT 19 -+#define WLAN_STATUS_ASSOC_DENIED_NOPBCC 20 -+#define WLAN_STATUS_ASSOC_DENIED_NOAGILITY 21 -+ -+/* Reason codes */ -+#define WLAN_REASON_UNSPECIFIED 1 -+#define WLAN_REASON_PREV_AUTH_NOT_VALID 2 -+#define WLAN_REASON_DEAUTH_LEAVING 3 -+#define WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY 4 -+#define WLAN_REASON_DISASSOC_AP_BUSY 5 -+#define WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA 6 -+#define WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA 7 -+#define WLAN_REASON_DISASSOC_STA_HAS_LEFT 8 -+#define WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH 9 -+#define WLAN_REASON_ACTIVE_ROAM 65533 -+#define WLAN_REASON_JOIN_WRONG_CHANNEL 65534 -+#define WLAN_REASON_EXPIRATION_CHK 65535 -+ -+/* Information Element IDs */ -+#define WLAN_EID_SSID 0 -+#define WLAN_EID_SUPP_RATES 1 -+#define WLAN_EID_FH_PARAMS 2 -+#define WLAN_EID_DS_PARAMS 3 -+#define WLAN_EID_CF_PARAMS 4 -+#define WLAN_EID_TIM 5 -+#define WLAN_EID_IBSS_PARAMS 6 -+#define WLAN_EID_CHALLENGE 16 -+/* EIDs defined by IEEE 802.11h - START */ -+#define WLAN_EID_PWR_CONSTRAINT 32 -+#define WLAN_EID_PWR_CAPABILITY 33 -+#define WLAN_EID_TPC_REQUEST 34 -+#define WLAN_EID_TPC_REPORT 35 -+#define WLAN_EID_SUPPORTED_CHANNELS 36 -+#define WLAN_EID_CHANNEL_SWITCH 37 -+#define WLAN_EID_MEASURE_REQUEST 38 -+#define WLAN_EID_MEASURE_REPORT 39 -+#define WLAN_EID_QUITE 40 -+#define WLAN_EID_IBSS_DFS 41 -+/* EIDs defined by IEEE 802.11h - END */ -+#define WLAN_EID_ERP_INFO 42 -+#define WLAN_EID_HT_CAP 45 -+#define WLAN_EID_RSN 48 -+#define WLAN_EID_EXT_SUPP_RATES 50 -+#define WLAN_EID_MOBILITY_DOMAIN 54 -+#define WLAN_EID_FAST_BSS_TRANSITION 55 -+#define WLAN_EID_TIMEOUT_INTERVAL 56 -+#define WLAN_EID_RIC_DATA 57 -+#define WLAN_EID_HT_OPERATION 61 -+#define WLAN_EID_SECONDARY_CHANNEL_OFFSET 62 -+#define WLAN_EID_20_40_BSS_COEXISTENCE 72 -+#define WLAN_EID_20_40_BSS_INTOLERANT 73 -+#define WLAN_EID_OVERLAPPING_BSS_SCAN_PARAMS 74 -+#define WLAN_EID_MMIE 76 -+#define WLAN_EID_VENDOR_SPECIFIC 221 -+#define WLAN_EID_GENERIC (WLAN_EID_VENDOR_SPECIFIC) -+#define WLAN_EID_VHT_CAPABILITY 191 -+#define WLAN_EID_VHT_OPERATION 192 -+#define WLAN_EID_VHT_OP_MODE_NOTIFY 199 -+ -+#define IEEE80211_MGMT_HDR_LEN 24 -+#define IEEE80211_DATA_HDR3_LEN 24 -+#define IEEE80211_DATA_HDR4_LEN 30 -+ -+ -+#define IEEE80211_STATMASK_SIGNAL (1<<0) -+#define IEEE80211_STATMASK_RSSI (1<<1) -+#define IEEE80211_STATMASK_NOISE (1<<2) -+#define IEEE80211_STATMASK_RATE (1<<3) -+#define IEEE80211_STATMASK_WEMASK 0x7 -+ -+ -+#define IEEE80211_CCK_MODULATION (1<<0) -+#define IEEE80211_OFDM_MODULATION (1<<1) -+ -+#define IEEE80211_24GHZ_BAND (1<<0) -+#define IEEE80211_52GHZ_BAND (1<<1) -+ -+#define IEEE80211_CCK_RATE_LEN 4 -+#define IEEE80211_NUM_OFDM_RATESLEN 8 -+ -+ -+#define IEEE80211_CCK_RATE_1MB 0x02 -+#define IEEE80211_CCK_RATE_2MB 0x04 -+#define IEEE80211_CCK_RATE_5MB 0x0B -+#define IEEE80211_CCK_RATE_11MB 0x16 -+#define IEEE80211_OFDM_RATE_LEN 8 -+#define IEEE80211_OFDM_RATE_6MB 0x0C -+#define IEEE80211_OFDM_RATE_9MB 0x12 -+#define IEEE80211_OFDM_RATE_12MB 0x18 -+#define IEEE80211_OFDM_RATE_18MB 0x24 -+#define IEEE80211_OFDM_RATE_24MB 0x30 -+#define IEEE80211_OFDM_RATE_36MB 0x48 -+#define IEEE80211_OFDM_RATE_48MB 0x60 -+#define IEEE80211_OFDM_RATE_54MB 0x6C -+#define IEEE80211_BASIC_RATE_MASK 0x80 -+ -+#define IEEE80211_CCK_RATE_1MB_MASK (1<<0) -+#define IEEE80211_CCK_RATE_2MB_MASK (1<<1) -+#define IEEE80211_CCK_RATE_5MB_MASK (1<<2) -+#define IEEE80211_CCK_RATE_11MB_MASK (1<<3) -+#define IEEE80211_OFDM_RATE_6MB_MASK (1<<4) -+#define IEEE80211_OFDM_RATE_9MB_MASK (1<<5) -+#define IEEE80211_OFDM_RATE_12MB_MASK (1<<6) -+#define IEEE80211_OFDM_RATE_18MB_MASK (1<<7) -+#define IEEE80211_OFDM_RATE_24MB_MASK (1<<8) -+#define IEEE80211_OFDM_RATE_36MB_MASK (1<<9) -+#define IEEE80211_OFDM_RATE_48MB_MASK (1<<10) -+#define IEEE80211_OFDM_RATE_54MB_MASK (1<<11) -+ -+#define IEEE80211_CCK_RATES_MASK 0x0000000F -+#define IEEE80211_CCK_BASIC_RATES_MASK (IEEE80211_CCK_RATE_1MB_MASK | \ -+ IEEE80211_CCK_RATE_2MB_MASK) -+#define IEEE80211_CCK_DEFAULT_RATES_MASK (IEEE80211_CCK_BASIC_RATES_MASK | \ -+ IEEE80211_CCK_RATE_5MB_MASK | \ -+ IEEE80211_CCK_RATE_11MB_MASK) -+ -+#define IEEE80211_OFDM_RATES_MASK 0x00000FF0 -+#define IEEE80211_OFDM_BASIC_RATES_MASK (IEEE80211_OFDM_RATE_6MB_MASK | \ -+ IEEE80211_OFDM_RATE_12MB_MASK | \ -+ IEEE80211_OFDM_RATE_24MB_MASK) -+#define IEEE80211_OFDM_DEFAULT_RATES_MASK (IEEE80211_OFDM_BASIC_RATES_MASK | \ -+ IEEE80211_OFDM_RATE_9MB_MASK | \ -+ IEEE80211_OFDM_RATE_18MB_MASK | \ -+ IEEE80211_OFDM_RATE_36MB_MASK | \ -+ IEEE80211_OFDM_RATE_48MB_MASK | \ -+ IEEE80211_OFDM_RATE_54MB_MASK) -+#define IEEE80211_DEFAULT_RATES_MASK (IEEE80211_OFDM_DEFAULT_RATES_MASK | \ -+ IEEE80211_CCK_DEFAULT_RATES_MASK) -+ -+#define IEEE80211_NUM_OFDM_RATES 8 -+#define IEEE80211_NUM_CCK_RATES 4 -+#define IEEE80211_OFDM_SHIFT_MASK_A 4 -+ -+ -+enum MGN_RATE{ -+ MGN_1M = 0x02, -+ MGN_2M = 0x04, -+ MGN_5_5M = 0x0B, -+ MGN_6M = 0x0C, -+ MGN_9M = 0x12, -+ MGN_11M = 0x16, -+ MGN_12M = 0x18, -+ MGN_18M = 0x24, -+ MGN_24M = 0x30, -+ MGN_36M = 0x48, -+ MGN_48M = 0x60, -+ MGN_54M = 0x6C, -+ MGN_MCS32 = 0x7F, -+ MGN_MCS0, -+ MGN_MCS1, -+ MGN_MCS2, -+ MGN_MCS3, -+ MGN_MCS4, -+ MGN_MCS5, -+ MGN_MCS6, -+ MGN_MCS7, -+ MGN_MCS8, -+ MGN_MCS9, -+ MGN_MCS10, -+ MGN_MCS11, -+ MGN_MCS12, -+ MGN_MCS13, -+ MGN_MCS14, -+ MGN_MCS15, -+ MGN_MCS16, -+ MGN_MCS17, -+ MGN_MCS18, -+ MGN_MCS19, -+ MGN_MCS20, -+ MGN_MCS21, -+ MGN_MCS22, -+ MGN_MCS23, -+ MGN_MCS24, -+ MGN_MCS25, -+ MGN_MCS26, -+ MGN_MCS27, -+ MGN_MCS28, -+ MGN_MCS29, -+ MGN_MCS30, -+ MGN_MCS31, -+ MGN_VHT1SS_MCS0, -+ MGN_VHT1SS_MCS1, -+ MGN_VHT1SS_MCS2, -+ MGN_VHT1SS_MCS3, -+ MGN_VHT1SS_MCS4, -+ MGN_VHT1SS_MCS5, -+ MGN_VHT1SS_MCS6, -+ MGN_VHT1SS_MCS7, -+ MGN_VHT1SS_MCS8, -+ MGN_VHT1SS_MCS9, -+ MGN_VHT2SS_MCS0, -+ MGN_VHT2SS_MCS1, -+ MGN_VHT2SS_MCS2, -+ MGN_VHT2SS_MCS3, -+ MGN_VHT2SS_MCS4, -+ MGN_VHT2SS_MCS5, -+ MGN_VHT2SS_MCS6, -+ MGN_VHT2SS_MCS7, -+ MGN_VHT2SS_MCS8, -+ MGN_VHT2SS_MCS9, -+ MGN_VHT3SS_MCS0, -+ MGN_VHT3SS_MCS1, -+ MGN_VHT3SS_MCS2, -+ MGN_VHT3SS_MCS3, -+ MGN_VHT3SS_MCS4, -+ MGN_VHT3SS_MCS5, -+ MGN_VHT3SS_MCS6, -+ MGN_VHT3SS_MCS7, -+ MGN_VHT3SS_MCS8, -+ MGN_VHT3SS_MCS9, -+ MGN_VHT4SS_MCS0, -+ MGN_VHT4SS_MCS1, -+ MGN_VHT4SS_MCS2, -+ MGN_VHT4SS_MCS3, -+ MGN_VHT4SS_MCS4, -+ MGN_VHT4SS_MCS5, -+ MGN_VHT4SS_MCS6, -+ MGN_VHT4SS_MCS7, -+ MGN_VHT4SS_MCS8, -+ MGN_VHT4SS_MCS9, -+ MGN_UNKNOWN -+}; -+ -+#define IS_HT_RATE(_rate) (_rate >= MGN_MCS0 && _rate <= MGN_MCS31) -+#define IS_VHT_RATE(_rate) (_rate >= MGN_VHT1SS_MCS0 && _rate <= MGN_VHT4SS_MCS9) -+#define IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == MGN_11M) -+#define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M) -+ -+ -+/* NOTE: This data is for statistical purposes; not all hardware provides this -+ * information for frames received. Not setting these will not cause -+ * any adverse affects. */ -+struct ieee80211_rx_stats { -+ s8 rssi; -+ u8 signal; -+ u8 noise; -+ u8 received_channel; -+ u16 rate; /* in 100 kbps */ -+ u8 mask; -+ u8 freq; -+ u16 len; -+}; -+ -+/* IEEE 802.11 requires that STA supports concurrent reception of at least -+ * three fragmented frames. This define can be increased to support more -+ * concurrent frames, but it should be noted that each entry can consume about -+ * 2 kB of RAM and increasing cache size will slow down frame reassembly. */ -+#define IEEE80211_FRAG_CACHE_LEN 4 -+ -+struct ieee80211_frag_entry { -+ u32 first_frag_time; -+ uint seq; -+ uint last_frag; -+ uint qos; /* jackson */ -+ uint tid; /* jackson */ -+ struct sk_buff *skb; -+ u8 src_addr[ETH_ALEN]; -+ u8 dst_addr[ETH_ALEN]; -+}; -+ -+struct ieee80211_stats { -+ uint tx_unicast_frames; -+ uint tx_multicast_frames; -+ uint tx_fragments; -+ uint tx_unicast_octets; -+ uint tx_multicast_octets; -+ uint tx_deferred_transmissions; -+ uint tx_single_retry_frames; -+ uint tx_multiple_retry_frames; -+ uint tx_retry_limit_exceeded; -+ uint tx_discards; -+ uint rx_unicast_frames; -+ uint rx_multicast_frames; -+ uint rx_fragments; -+ uint rx_unicast_octets; -+ uint rx_multicast_octets; -+ uint rx_fcs_errors; -+ uint rx_discards_no_buffer; -+ uint tx_discards_wrong_sa; -+ uint rx_discards_undecryptable; -+ uint rx_message_in_msg_fragments; -+ uint rx_message_in_bad_msg_fragments; -+}; -+ -+struct ieee80211_softmac_stats { -+ uint rx_ass_ok; -+ uint rx_ass_err; -+ uint rx_probe_rq; -+ uint tx_probe_rs; -+ uint tx_beacons; -+ uint rx_auth_rq; -+ uint rx_auth_rs_ok; -+ uint rx_auth_rs_err; -+ uint tx_auth_rq; -+ uint no_auth_rs; -+ uint no_ass_rs; -+ uint tx_ass_rq; -+ uint rx_ass_rq; -+ uint tx_probe_rq; -+ uint reassoc; -+ uint swtxstop; -+ uint swtxawake; -+}; -+ -+#define SEC_KEY_1 (1<<0) -+#define SEC_KEY_2 (1<<1) -+#define SEC_KEY_3 (1<<2) -+#define SEC_KEY_4 (1<<3) -+#define SEC_ACTIVE_KEY (1<<4) -+#define SEC_AUTH_MODE (1<<5) -+#define SEC_UNICAST_GROUP (1<<6) -+#define SEC_LEVEL (1<<7) -+#define SEC_ENABLED (1<<8) -+ -+#define SEC_LEVEL_0 0 /* None */ -+#define SEC_LEVEL_1 1 /* WEP 40 and 104 bit */ -+#define SEC_LEVEL_2 2 /* Level 1 + TKIP */ -+#define SEC_LEVEL_2_CKIP 3 /* Level 1 + CKIP */ -+#define SEC_LEVEL_3 4 /* Level 2 + CCMP */ -+ -+#define WEP_KEYS 4 -+#define WEP_KEY_LEN 13 -+ -+#define BIP_MAX_KEYID 5 -+#define BIP_AAD_SIZE 20 -+ -+struct ieee80211_security { -+ u16 active_key:2, -+ enabled:1, -+ auth_mode:2, -+ auth_algo:4, -+ unicast_uses_group:1; -+ u8 key_sizes[WEP_KEYS]; -+ u8 keys[WEP_KEYS][WEP_KEY_LEN]; -+ u8 level; -+ u16 flags; -+} __attribute__ ((packed)); -+ -+/* -+ -+ 802.11 data frame from AP -+ -+ ,-------------------------------------------------------------------. -+Bytes | 2 | 2 | 6 | 6 | 6 | 2 | 0..2312 | 4 | -+ |------|------|---------|---------|---------|------|---------|------| -+Desc. | ctrl | dura | DA/RA | TA | SA | Sequ | frame | fcs | -+ | | tion | (BSSID) | | | ence | data | | -+ `-------------------------------------------------------------------' -+ -+Total: 28-2340 bytes -+ -+*/ -+ -+struct ieee80211_header_data { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[6]; -+ u8 addr2[6]; -+ u8 addr3[6]; -+ u16 seq_ctrl; -+}; -+ -+#define BEACON_PROBE_SSID_ID_POSITION 12 -+ -+/* Management Frame Information Element Types */ -+#define MFIE_TYPE_SSID 0 -+#define MFIE_TYPE_RATES 1 -+#define MFIE_TYPE_FH_SET 2 -+#define MFIE_TYPE_DS_SET 3 -+#define MFIE_TYPE_CF_SET 4 -+#define MFIE_TYPE_TIM 5 -+#define MFIE_TYPE_IBSS_SET 6 -+#define MFIE_TYPE_CHALLENGE 16 -+#define MFIE_TYPE_ERP 42 -+#define MFIE_TYPE_RSN 48 -+#define MFIE_TYPE_RATES_EX 50 -+#define MFIE_TYPE_GENERIC 221 -+ -+struct ieee80211_info_element_hdr { -+ u8 id; -+ u8 len; -+} __attribute__ ((packed)); -+ -+struct ieee80211_info_element { -+ u8 id; -+ u8 len; -+ u8 data[0]; -+} __attribute__ ((packed)); -+ -+/* -+ * These are the data types that can make up management packets -+ * -+ u16 auth_algorithm; -+ u16 auth_sequence; -+ u16 beacon_interval; -+ u16 capability; -+ u8 current_ap[ETH_ALEN]; -+ u16 listen_interval; -+ struct { -+ u16 association_id:14, reserved:2; -+ } __attribute__ ((packed)); -+ u32 time_stamp[2]; -+ u16 reason; -+ u16 status; -+*/ -+ -+#define IEEE80211_DEFAULT_TX_ESSID "Penguin" -+#define IEEE80211_DEFAULT_BASIC_RATE 10 -+ -+ -+struct ieee80211_authentication { -+ struct ieee80211_header_data header; -+ u16 algorithm; -+ u16 transaction; -+ u16 status; -+ /* struct ieee80211_info_element_hdr info_element; */ -+} __attribute__ ((packed)); -+ -+ -+struct ieee80211_probe_response { -+ struct ieee80211_header_data header; -+ u32 time_stamp[2]; -+ u16 beacon_interval; -+ u16 capability; -+ struct ieee80211_info_element info_element; -+} __attribute__ ((packed)); -+ -+struct ieee80211_probe_request { -+ struct ieee80211_header_data header; -+ /*struct ieee80211_info_element info_element;*/ -+} __attribute__ ((packed)); -+ -+struct ieee80211_assoc_request_frame { -+ struct ieee80211_hdr_3addr header; -+ u16 capability; -+ u16 listen_interval; -+ /* u8 current_ap[ETH_ALEN]; */ -+ struct ieee80211_info_element_hdr info_element; -+} __attribute__ ((packed)); -+ -+struct ieee80211_assoc_response_frame { -+ struct ieee80211_hdr_3addr header; -+ u16 capability; -+ u16 status; -+ u16 aid; -+} __attribute__ ((packed)); -+ -+struct ieee80211_txb { -+ u8 nr_frags; -+ u8 encrypted; -+ u16 reserved; -+ u16 frag_size; -+ u16 payload_size; -+ struct sk_buff *fragments[0]; -+}; -+ -+ -+/* SWEEP TABLE ENTRIES NUMBER*/ -+#define MAX_SWEEP_TAB_ENTRIES 42 -+#define MAX_SWEEP_TAB_ENTRIES_PER_PACKET 7 -+/* MAX_RATES_LENGTH needs to be 12. The spec says 8, and many APs -+ * only use 8, and then use extended rates for the remaining supported -+ * rates. Other APs, however, stick all of their supported rates on the -+ * main rates information element... */ -+#define MAX_RATES_LENGTH ((u8)12) -+#define MAX_RATES_EX_LENGTH ((u8)16) -+#define MAX_NETWORK_COUNT 128 -+#define MAX_CHANNEL_NUMBER 161 -+#define IEEE80211_SOFTMAC_SCAN_TIME 400 -+/* HZ / 2) */ -+#define IEEE80211_SOFTMAC_ASSOC_RETRY_TIME (HZ * 2) -+ -+#define CRC_LENGTH 4U -+ -+#define MAX_WPA_IE_LEN (256) -+#define MAX_WPS_IE_LEN (512) -+#define MAX_P2P_IE_LEN (256) -+#define MAX_WFD_IE_LEN (128) -+ -+#define NETWORK_EMPTY_ESSID (1<<0) -+#define NETWORK_HAS_OFDM (1<<1) -+#define NETWORK_HAS_CCK (1<<2) -+ -+#define IEEE80211_DTIM_MBCAST 4 -+#define IEEE80211_DTIM_UCAST 2 -+#define IEEE80211_DTIM_VALID 1 -+#define IEEE80211_DTIM_INVALID 0 -+ -+#define IEEE80211_PS_DISABLED 0 -+#define IEEE80211_PS_UNICAST IEEE80211_DTIM_UCAST -+#define IEEE80211_PS_MBCAST IEEE80211_DTIM_MBCAST -+#define IW_ESSID_MAX_SIZE 32 -+/* -+join_res: -+-1: authentication fail -+-2: association fail -+> 0: TID -+*/ -+ -+enum ieee80211_state { -+ -+ /* the card is not linked at all */ -+ IEEE80211_NOLINK = 0, -+ -+ /* IEEE80211_ASSOCIATING* are for BSS client mode -+ * the driver shall not perform RX filtering unless -+ * the state is LINKED. -+ * The driver shall just check for the state LINKED and -+ * defaults to NOLINK for ALL the other states (including -+ * LINKED_SCANNING) -+ */ -+ -+ /* the association procedure will start (wq scheduling)*/ -+ IEEE80211_ASSOCIATING, -+ IEEE80211_ASSOCIATING_RETRY, -+ -+ /* the association procedure is sending AUTH request*/ -+ IEEE80211_ASSOCIATING_AUTHENTICATING, -+ -+ /* the association procedure has successfully authentcated -+ * and is sending association request -+ */ -+ IEEE80211_ASSOCIATING_AUTHENTICATED, -+ -+ /* the link is ok. the card associated to a BSS or linked -+ * to a ibss cell or acting as an AP and creating the bss -+ */ -+ IEEE80211_LINKED, -+ -+ /* same as LINKED, but the driver shall apply RX filter -+ * rules as we are in NO_LINK mode. As the card is still -+ * logically linked, but it is doing a syncro site survey -+ * then it will be back to LINKED state. -+ */ -+ IEEE80211_LINKED_SCANNING, -+ -+}; -+ -+#define DEFAULT_MAX_SCAN_AGE (15 * HZ) -+#define DEFAULT_FTS 2346 -+#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x" -+#define MAC_ARG(x) ((u8 *)(x))[0], ((u8 *)(x))[1], ((u8 *)(x))[2], ((u8 *)(x))[3], ((u8 *)(x))[4], ((u8 *)(x))[5] -+#define IP_FMT "%d.%d.%d.%d" -+#define IP_ARG(x) ((u8 *)(x))[0], ((u8 *)(x))[1], ((u8 *)(x))[2], ((u8 *)(x))[3] -+ -+extern __inline int is_multicast_mac_addr(const u8 *addr) -+{ -+ return ((addr[0] != 0xff) && (0x01 & addr[0])); -+} -+ -+extern __inline int is_broadcast_mac_addr(const u8 *addr) -+{ -+ return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) && \ -+ (addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff)); -+} -+ -+extern __inline int is_zero_mac_addr(const u8 *addr) -+{ -+ return ((addr[0] == 0x00) && (addr[1] == 0x00) && (addr[2] == 0x00) && \ -+ (addr[3] == 0x00) && (addr[4] == 0x00) && (addr[5] == 0x00)); -+} -+ -+#define CFG_IEEE80211_RESERVE_FCS (1<<0) -+#define CFG_IEEE80211_COMPUTE_FCS (1<<1) -+ -+typedef struct tx_pending_t{ -+ int frag; -+ struct ieee80211_txb *txb; -+}tx_pending_t; -+ -+ -+ -+#define MAXTID 16 -+ -+#define IEEE_A (1<<0) -+#define IEEE_B (1<<1) -+#define IEEE_G (1<<2) -+#define IEEE_MODE_MASK (IEEE_A|IEEE_B|IEEE_G) -+ -+/* Action category code */ -+enum rtw_ieee80211_category { -+ RTW_WLAN_CATEGORY_SPECTRUM_MGMT = 0, -+ RTW_WLAN_CATEGORY_QOS = 1, -+ RTW_WLAN_CATEGORY_DLS = 2, -+ RTW_WLAN_CATEGORY_BACK = 3, -+ RTW_WLAN_CATEGORY_PUBLIC = 4, /* IEEE 802.11 public action frames */ -+ RTW_WLAN_CATEGORY_RADIO_MEASUREMENT = 5, -+ RTW_WLAN_CATEGORY_FT = 6, -+ RTW_WLAN_CATEGORY_HT = 7, -+ RTW_WLAN_CATEGORY_SA_QUERY = 8, -+ RTW_WLAN_CATEGORY_UNPROTECTED_WNM = 11, /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ RTW_WLAN_CATEGORY_TDLS = 12, -+ RTW_WLAN_CATEGORY_SELF_PROTECTED = 15, /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ RTW_WLAN_CATEGORY_WMM = 17, -+ RTW_WLAN_CATEGORY_VHT = 21, -+ RTW_WLAN_CATEGORY_P2P = 0x7f,/* P2P action frames */ -+}; -+ -+/* SPECTRUM_MGMT action code */ -+enum rtw_ieee80211_spectrum_mgmt_actioncode { -+ RTW_WLAN_ACTION_SPCT_MSR_REQ = 0, -+ RTW_WLAN_ACTION_SPCT_MSR_RPRT = 1, -+ RTW_WLAN_ACTION_SPCT_TPC_REQ = 2, -+ RTW_WLAN_ACTION_SPCT_TPC_RPRT = 3, -+ RTW_WLAN_ACTION_SPCT_CHL_SWITCH = 4, -+ RTW_WLAN_ACTION_SPCT_EXT_CHL_SWITCH = 5, -+}; -+ -+enum _PUBLIC_ACTION{ -+ ACT_PUBLIC_BSSCOEXIST = 0, /* 20/40 BSS Coexistence */ -+ ACT_PUBLIC_DSE_ENABLE = 1, -+ ACT_PUBLIC_DSE_DEENABLE = 2, -+ ACT_PUBLIC_DSE_REG_LOCATION = 3, -+ ACT_PUBLIC_EXT_CHL_SWITCH = 4, -+ ACT_PUBLIC_DSE_MSR_REQ = 5, -+ ACT_PUBLIC_DSE_MSR_RPRT = 6, -+ ACT_PUBLIC_MP = 7, /* Measurement Pilot */ -+ ACT_PUBLIC_DSE_PWR_CONSTRAINT = 8, -+ ACT_PUBLIC_VENDOR = 9, /* for WIFI_DIRECT */ -+ ACT_PUBLIC_GAS_INITIAL_REQ = 10, -+ ACT_PUBLIC_GAS_INITIAL_RSP = 11, -+ ACT_PUBLIC_GAS_COMEBACK_REQ = 12, -+ ACT_PUBLIC_GAS_COMEBACK_RSP = 13, -+ ACT_PUBLIC_TDLS_DISCOVERY_RSP = 14, -+ ACT_PUBLIC_LOCATION_TRACK = 15, -+ ACT_PUBLIC_MAX -+}; -+ -+/* BACK action code */ -+enum rtw_ieee80211_back_actioncode { -+ RTW_WLAN_ACTION_ADDBA_REQ = 0, -+ RTW_WLAN_ACTION_ADDBA_RESP = 1, -+ RTW_WLAN_ACTION_DELBA = 2, -+}; -+ -+/* HT features action code */ -+enum rtw_ieee80211_ht_actioncode { -+ RTW_WLAN_ACTION_HT_NOTI_CHNL_WIDTH = 0, -+ RTW_WLAN_ACTION_HT_SM_PS = 1, -+ RTW_WLAN_ACTION_HT_PSMP = 2, -+ RTW_WLAN_ACTION_HT_SET_PCO_PHASE = 3, -+ RTW_WLAN_ACTION_HT_CSI = 4, -+ RTW_WLAN_ACTION_HT_NON_COMPRESS_BEAMFORMING = 5, -+ RTW_WLAN_ACTION_HT_COMPRESS_BEAMFORMING = 6, -+ RTW_WLAN_ACTION_HT_ASEL_FEEDBACK = 7, -+}; -+ -+/* BACK (block-ack) parties */ -+enum rtw_ieee80211_back_parties { -+ RTW_WLAN_BACK_RECIPIENT = 0, -+ RTW_WLAN_BACK_INITIATOR = 1, -+ RTW_WLAN_BACK_TIMER = 2, -+}; -+ -+/* VHT features action code */ -+enum rtw_ieee80211_vht_actioncode{ -+ RTW_WLAN_ACTION_VHT_COMPRESSED_BEAMFORMING = 0, -+ RTW_WLAN_ACTION_VHT_GROUPID_MANAGEMENT = 1, -+ RTW_WLAN_ACTION_VHT_OPMODE_NOTIFICATION = 2, -+}; -+ -+ -+#define OUI_MICROSOFT 0x0050f2 /* Microsoft (also used in Wi-Fi specs) -+ * 00:50:F2 */ -+#define WME_OUI_TYPE 2 -+#define WME_OUI_SUBTYPE_INFORMATION_ELEMENT 0 -+#define WME_OUI_SUBTYPE_PARAMETER_ELEMENT 1 -+#define WME_OUI_SUBTYPE_TSPEC_ELEMENT 2 -+#define WME_VERSION 1 -+ -+#define WME_ACTION_CODE_SETUP_REQUEST 0 -+#define WME_ACTION_CODE_SETUP_RESPONSE 1 -+#define WME_ACTION_CODE_TEARDOWN 2 -+ -+#define WME_SETUP_RESPONSE_STATUS_ADMISSION_ACCEPTED 0 -+#define WME_SETUP_RESPONSE_STATUS_INVALID_PARAMETERS 1 -+#define WME_SETUP_RESPONSE_STATUS_REFUSED 3 -+ -+#define WME_TSPEC_DIRECTION_UPLINK 0 -+#define WME_TSPEC_DIRECTION_DOWNLINK 1 -+#define WME_TSPEC_DIRECTION_BI_DIRECTIONAL 3 -+ -+ -+#define OUI_BROADCOM 0x00904c /* Broadcom (Epigram) */ -+ -+#define VENDOR_HT_CAPAB_OUI_TYPE 0x33 /* 00-90-4c:0x33 */ -+ -+/** -+ * enum rtw_ieee80211_channel_flags - channel flags -+ * -+ * Channel flags set by the regulatory control code. -+ * -+ * @RTW_IEEE80211_CHAN_DISABLED: This channel is disabled. -+ * @RTW_IEEE80211_CHAN_PASSIVE_SCAN: Only passive scanning is permitted -+ * on this channel. -+ * @RTW_IEEE80211_CHAN_NO_IBSS: IBSS is not allowed on this channel. -+ * @RTW_IEEE80211_CHAN_RADAR: Radar detection is required on this channel. -+ * @RTW_IEEE80211_CHAN_NO_HT40PLUS: extension channel above this channel -+ * is not permitted. -+ * @RTW_IEEE80211_CHAN_NO_HT40MINUS: extension channel below this channel -+ * is not permitted. -+ */ -+ enum rtw_ieee80211_channel_flags { -+ RTW_IEEE80211_CHAN_DISABLED = 1<<0, -+ RTW_IEEE80211_CHAN_PASSIVE_SCAN = 1<<1, -+ RTW_IEEE80211_CHAN_NO_IBSS = 1<<2, -+ RTW_IEEE80211_CHAN_RADAR = 1<<3, -+ RTW_IEEE80211_CHAN_NO_HT40PLUS = 1<<4, -+ RTW_IEEE80211_CHAN_NO_HT40MINUS = 1<<5, -+ }; -+ -+ #define RTW_IEEE80211_CHAN_NO_HT40 \ -+ (RTW_IEEE80211_CHAN_NO_HT40PLUS | RTW_IEEE80211_CHAN_NO_HT40MINUS) -+ -+/* Represent channel details, subset of ieee80211_channel */ -+struct rtw_ieee80211_channel { -+ /* enum ieee80211_band band; */ -+ /* u16 center_freq; */ -+ u16 hw_value; -+ u32 flags; -+ /* int max_antenna_gain; */ -+ /* int max_power; */ -+ /* int max_reg_power; */ -+ /* bool beacon_found; */ -+ /* u32 orig_flags; */ -+ /* int orig_mag; */ -+ /* int orig_mpwr; */ -+}; -+ -+#define CHAN_FMT \ -+ /*"band:%d, "*/ \ -+ /*"center_freq:%u, "*/ \ -+ "hw_value:%u, " \ -+ "flags:0x%08x" \ -+ /*"max_antenna_gain:%d\n"*/ \ -+ /*"max_power:%d\n"*/ \ -+ /*"max_reg_power:%d\n"*/ \ -+ /*"beacon_found:%u\n"*/ \ -+ /*"orig_flags:0x%08x\n"*/ \ -+ /*"orig_mag:%d\n"*/ \ -+ /*"orig_mpwr:%d\n"*/ -+ -+#define CHAN_ARG(channel) \ -+ /*(channel)->band*/ \ -+ /*, (channel)->center_freq*/ \ -+ (channel)->hw_value \ -+ , (channel)->flags \ -+ /*, (channel)->max_antenna_gain*/ \ -+ /*, (channel)->max_power*/ \ -+ /*, (channel)->max_reg_power*/ \ -+ /*, (channel)->beacon_found*/ \ -+ /*, (channel)->orig_flags*/ \ -+ /*, (channel)->orig_mag*/ \ -+ /*, (channel)->orig_mpwr*/ \ -+ -+/* Parsed Information Elements */ -+struct rtw_ieee802_11_elems { -+ u8 *ssid; -+ u8 ssid_len; -+ u8 *supp_rates; -+ u8 supp_rates_len; -+ u8 *fh_params; -+ u8 fh_params_len; -+ u8 *ds_params; -+ u8 ds_params_len; -+ u8 *cf_params; -+ u8 cf_params_len; -+ u8 *tim; -+ u8 tim_len; -+ u8 *ibss_params; -+ u8 ibss_params_len; -+ u8 *challenge; -+ u8 challenge_len; -+ u8 *erp_info; -+ u8 erp_info_len; -+ u8 *ext_supp_rates; -+ u8 ext_supp_rates_len; -+ u8 *wpa_ie; -+ u8 wpa_ie_len; -+ u8 *rsn_ie; -+ u8 rsn_ie_len; -+ u8 *wme; -+ u8 wme_len; -+ u8 *wme_tspec; -+ u8 wme_tspec_len; -+ u8 *wps_ie; -+ u8 wps_ie_len; -+ u8 *power_cap; -+ u8 power_cap_len; -+ u8 *supp_channels; -+ u8 supp_channels_len; -+ u8 *mdie; -+ u8 mdie_len; -+ u8 *ftie; -+ u8 ftie_len; -+ u8 *timeout_int; -+ u8 timeout_int_len; -+ u8 *ht_capabilities; -+ u8 ht_capabilities_len; -+ u8 *ht_operation; -+ u8 ht_operation_len; -+ u8 *vendor_ht_cap; -+ u8 vendor_ht_cap_len; -+ u8 *vht_capabilities; -+ u8 vht_capabilities_len; -+ u8 *vht_operation; -+ u8 vht_operation_len; -+ u8 *vht_op_mode_notify; -+ u8 vht_op_mode_notify_len; -+}; -+ -+typedef enum { ParseOK = 0, ParseUnknown = 1, ParseFailed = -1 } ParseRes; -+ -+ParseRes rtw_ieee802_11_parse_elems(u8 *start, uint len, -+ struct rtw_ieee802_11_elems *elems, -+ int show_errors); -+ -+u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, unsigned int *frlen); -+u8 *rtw_set_ie(u8 *pbuf, sint index, uint len, u8 *source, uint *frlen); -+ -+enum secondary_ch_offset { -+ SCN = 0, /* no secondary channel */ -+ SCA = 1, /* secondary channel above */ -+ SCB = 3, /* secondary channel below */ -+}; -+ -+u8 *rtw_get_ie(u8*pbuf, sint index, sint *len, sint limit); -+u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen); -+int rtw_ies_remove_ie(u8 *ies, uint *ies_len, uint offset, u8 eid, u8 *oui, u8 oui_len); -+ -+void rtw_set_supported_rate(u8 *SupportedRates, uint mode) ; -+ -+unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit); -+unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit); -+int rtw_get_wpa_cipher_suite(u8 *s); -+int rtw_get_wpa2_cipher_suite(u8 *s); -+int rtw_get_wapi_ie(u8 *in_ie, uint in_len, u8 *wapi_ie, u16 *wapi_len); -+int rtw_parse_wpa_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x); -+int rtw_parse_wpa2_ie(u8 *wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x); -+ -+int rtw_get_sec_ie(u8 *in_ie, uint in_len, u8 *rsn_ie, u16 *rsn_len, u8 *wpa_ie, u16 *wpa_len); -+ -+u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen); -+u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen); -+u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id , u8 *buf_attr, u32 *len_attr); -+u8 *rtw_get_wps_attr_content(u8 *wps_ie, uint wps_ielen, u16 target_attr_id , u8 *buf_content, uint *len_content); -+ -+/** -+ * for_each_ie - iterate over continuous IEs -+ * @ie: -+ * @buf: -+ * @buf_len: -+ */ -+#define for_each_ie(ie, buf, buf_len) \ -+ for (ie = (void*)buf; (((u8 *)ie) - ((u8 *)buf) + 1) < buf_len; ie = (void*)(((u8 *)ie) + *(((u8 *)ie)+1) + 2)) -+ -+uint rtw_get_rateset_len(u8 *rateset); -+ -+struct registry_priv; -+int rtw_generate_ie(struct registry_priv *pregistrypriv); -+ -+ -+int rtw_get_bit_value_from_ieee_value(u8 val); -+ -+uint rtw_is_cckrates_included(u8 *rate); -+ -+uint rtw_is_cckratesonly_included(u8 *rate); -+ -+int rtw_check_network_type(unsigned char *rate, int ratelen, int channel); -+ -+void rtw_get_bcn_info(struct wlan_network *pnetwork); -+ -+void rtw_macaddr_cfg(struct device *dev, u8 *mac_addr); -+ -+u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char * MCS_rate); -+ -+int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8 *category, u8 *action); -+const char *action_public_str(u8 action); -+ -+#endif /* IEEE80211_H */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/ioctl_cfg80211.h linux/3rdparty/rtl8723bs/include/ioctl_cfg80211.h ---- linux.old/3rdparty/rtl8723bs/include/ioctl_cfg80211.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/ioctl_cfg80211.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,132 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __IOCTL_CFG80211_H__ -+#define __IOCTL_CFG80211_H__ -+ -+#include -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 19, 0)) -+#error This driver only works with kernel 3.19 and later -+#endif -+ -+struct rtw_wdev_invit_info { -+ u8 state; /* 0: req, 1:rep */ -+ u8 peer_mac[ETH_ALEN]; -+ u8 active; -+ u8 token; -+ u8 flags; -+ u8 status; -+ u8 req_op_ch; -+ u8 rsp_op_ch; -+}; -+ -+#define rtw_wdev_invit_info_init(invit_info) \ -+ do { \ -+ (invit_info)->state = 0xff; \ -+ memset((invit_info)->peer_mac, 0, ETH_ALEN); \ -+ (invit_info)->active = 0xff; \ -+ (invit_info)->token = 0; \ -+ (invit_info)->flags = 0x00; \ -+ (invit_info)->status = 0xff; \ -+ (invit_info)->req_op_ch = 0; \ -+ (invit_info)->rsp_op_ch = 0; \ -+ } while (0) -+ -+struct rtw_wdev_nego_info { -+ u8 state; /* 0: req, 1:rep, 2:conf */ -+ u8 peer_mac[ETH_ALEN]; -+ u8 active; -+ u8 token; -+ u8 status; -+ u8 req_intent; -+ u8 req_op_ch; -+ u8 req_listen_ch; -+ u8 rsp_intent; -+ u8 rsp_op_ch; -+ u8 conf_op_ch; -+}; -+ -+#define rtw_wdev_nego_info_init(nego_info) \ -+ do { \ -+ (nego_info)->state = 0xff; \ -+ memset((nego_info)->peer_mac, 0, ETH_ALEN); \ -+ (nego_info)->active = 0xff; \ -+ (nego_info)->token = 0; \ -+ (nego_info)->status = 0xff; \ -+ (nego_info)->req_intent = 0xff; \ -+ (nego_info)->req_op_ch = 0; \ -+ (nego_info)->req_listen_ch = 0; \ -+ (nego_info)->rsp_intent = 0xff; \ -+ (nego_info)->rsp_op_ch = 0; \ -+ (nego_info)->conf_op_ch = 0; \ -+ } while (0) -+ -+struct rtw_wdev_priv -+{ -+ struct wireless_dev *rtw_wdev; -+ -+ struct adapter *padapter; -+ -+ struct cfg80211_scan_request *scan_request; -+ _lock scan_req_lock; -+ -+ struct net_device *pmon_ndev;/* for monitor interface */ -+ char ifname_mon[IFNAMSIZ + 1]; /* interface name for monitor interface */ -+ -+ u8 p2p_enabled; -+ -+ u8 provdisc_req_issued; -+ -+ struct rtw_wdev_invit_info invit_info; -+ struct rtw_wdev_nego_info nego_info; -+ -+ u8 bandroid_scan; -+ bool block; -+ bool power_mgmt; -+}; -+ -+#define wiphy_to_adapter(x) (*((struct adapter **)wiphy_priv(x))) -+ -+#define wdev_to_ndev(w) ((w)->netdev) -+ -+int rtw_wdev_alloc(struct adapter *padapter, struct device *dev); -+void rtw_wdev_free(struct wireless_dev *wdev); -+void rtw_wdev_unregister(struct wireless_dev *wdev); -+ -+void rtw_cfg80211_init_wiphy(struct adapter *padapter); -+ -+void rtw_cfg80211_unlink_bss(struct adapter *padapter, struct wlan_network *pnetwork); -+void rtw_cfg80211_surveydone_event_callback(struct adapter *padapter); -+struct cfg80211_bss *rtw_cfg80211_inform_bss(struct adapter *padapter, struct wlan_network *pnetwork); -+int rtw_cfg80211_check_bss(struct adapter *padapter); -+void rtw_cfg80211_ibss_indicate_connect(struct adapter *padapter); -+void rtw_cfg80211_indicate_connect(struct adapter *padapter); -+void rtw_cfg80211_indicate_disconnect(struct adapter *padapter); -+void rtw_cfg80211_indicate_scan_done(struct adapter *adapter, bool aborted); -+ -+void rtw_cfg80211_indicate_sta_assoc(struct adapter *padapter, u8 *pmgmt_frame, uint frame_len); -+void rtw_cfg80211_indicate_sta_disassoc(struct adapter *padapter, unsigned char *da, unsigned short reason); -+ -+void rtw_cfg80211_rx_action(struct adapter *adapter, u8 *frame, uint frame_len, const char*msg); -+ -+bool rtw_cfg80211_pwr_mgmt(struct adapter *adapter); -+ -+#define rtw_cfg80211_rx_mgmt(adapter, freq, sig_dbm, buf, len, gfp) cfg80211_rx_mgmt((adapter)->rtw_wdev, freq, sig_dbm, buf, len, 0) -+#define rtw_cfg80211_send_rx_assoc(adapter, bss, buf, len) cfg80211_send_rx_assoc((adapter)->pnetdev, bss, buf, len) -+#define rtw_cfg80211_mgmt_tx_status(adapter, cookie, buf, len, ack, gfp) cfg80211_mgmt_tx_status((adapter)->rtw_wdev, cookie, buf, len, ack, gfp) -+#define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211_ready_on_channel((adapter)->rtw_wdev, cookie, chan, duration, gfp) -+#define rtw_cfg80211_remain_on_channel_expired(adapter, cookie, chan, chan_type, gfp) cfg80211_remain_on_channel_expired((adapter)->rtw_wdev, cookie, chan, gfp) -+ -+#endif /* __IOCTL_CFG80211_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/mlme_osdep.h linux/3rdparty/rtl8723bs/include/mlme_osdep.h ---- linux.old/3rdparty/rtl8723bs/include/mlme_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/mlme_osdep.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,27 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __MLME_OSDEP_H_ -+#define __MLME_OSDEP_H_ -+ -+ -+extern void rtw_init_mlme_timer(struct adapter *padapter); -+extern void rtw_os_indicate_disconnect(struct adapter *adapter); -+extern void rtw_os_indicate_connect(struct adapter *adapter); -+void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted); -+extern void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie); -+ -+void rtw_reset_securitypriv(struct adapter *adapter); -+ -+#endif /* _MLME_OSDEP_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/osdep_intf.h linux/3rdparty/rtl8723bs/include/osdep_intf.h ---- linux.old/3rdparty/rtl8723bs/include/osdep_intf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/osdep_intf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,88 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef __OSDEP_INTF_H_ -+#define __OSDEP_INTF_H_ -+ -+ -+struct intf_priv { -+ -+ u8 *intf_dev; -+ u32 max_iosz; /* USB2.0: 128, USB1.1: 64, SDIO:64 */ -+ u32 max_xmitsz; /* USB2.0: unlimited, SDIO:512 */ -+ u32 max_recvsz; /* USB2.0: unlimited, SDIO:512 */ -+ -+ volatile u8 *io_rwmem; -+ volatile u8 *allocated_io_rwmem; -+ u32 io_wsz; /* unit: 4bytes */ -+ u32 io_rsz;/* unit: 4bytes */ -+ u8 intf_status; -+ -+ void (*_bus_io)(u8 *priv); -+ -+/* -+Under Sync. IRP (SDIO/USB) -+A protection mechanism is necessary for the io_rwmem(read/write protocol) -+ -+Under Async. IRP (SDIO/USB) -+The protection mechanism is through the pending queue. -+*/ -+ -+ _mutex ioctl_mutex; -+}; -+ -+ -+#ifdef CONFIG_R871X_TEST -+int rtw_start_pseudo_adhoc(struct adapter *padapter); -+int rtw_stop_pseudo_adhoc(struct adapter *padapter); -+#endif -+ -+struct dvobj_priv *devobj_init(void); -+void devobj_deinit(struct dvobj_priv *pdvobj); -+ -+u8 rtw_init_drv_sw(struct adapter *padapter); -+u8 rtw_free_drv_sw(struct adapter *padapter); -+u8 rtw_reset_drv_sw(struct adapter *padapter); -+void rtw_dev_unload(struct adapter *padapter); -+ -+u32 rtw_start_drv_threads(struct adapter *padapter); -+void rtw_stop_drv_threads (struct adapter *padapter); -+void rtw_cancel_all_timer(struct adapter *padapter); -+ -+int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); -+ -+int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname); -+struct net_device *rtw_init_netdev(struct adapter *padapter); -+void rtw_unregister_netdevs(struct dvobj_priv *dvobj); -+ -+u16 rtw_recv_select_queue(struct sk_buff *skb); -+ -+int rtw_ndev_notifier_register(void); -+void rtw_ndev_notifier_unregister(void); -+ -+#include "../os_dep/rtw_proc.h" -+ -+void rtw_ips_dev_unload(struct adapter *padapter); -+ -+int rtw_ips_pwr_up(struct adapter *padapter); -+void rtw_ips_pwr_down(struct adapter *padapter); -+ -+int rtw_drv_register_netdev(struct adapter *padapter); -+void rtw_ndev_destructor(_nic_hdl ndev); -+ -+int rtw_suspend_common(struct adapter *padapter); -+int rtw_resume_common(struct adapter *padapter); -+ -+#endif /* _OSDEP_INTF_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/osdep_service.h linux/3rdparty/rtl8723bs/include/osdep_service.h ---- linux.old/3rdparty/rtl8723bs/include/osdep_service.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/osdep_service.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,281 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __OSDEP_SERVICE_H_ -+#define __OSDEP_SERVICE_H_ -+ -+ -+#define _FAIL 0 -+#define _SUCCESS 1 -+#define RTW_RX_HANDLED 2 -+ -+#include -+ -+#ifndef BIT -+ #define BIT(x) (1 << (x)) -+#endif -+ -+#define BIT0 0x00000001 -+#define BIT1 0x00000002 -+#define BIT2 0x00000004 -+#define BIT3 0x00000008 -+#define BIT4 0x00000010 -+#define BIT5 0x00000020 -+#define BIT6 0x00000040 -+#define BIT7 0x00000080 -+#define BIT8 0x00000100 -+#define BIT9 0x00000200 -+#define BIT10 0x00000400 -+#define BIT11 0x00000800 -+#define BIT12 0x00001000 -+#define BIT13 0x00002000 -+#define BIT14 0x00004000 -+#define BIT15 0x00008000 -+#define BIT16 0x00010000 -+#define BIT17 0x00020000 -+#define BIT18 0x00040000 -+#define BIT19 0x00080000 -+#define BIT20 0x00100000 -+#define BIT21 0x00200000 -+#define BIT22 0x00400000 -+#define BIT23 0x00800000 -+#define BIT24 0x01000000 -+#define BIT25 0x02000000 -+#define BIT26 0x04000000 -+#define BIT27 0x08000000 -+#define BIT28 0x10000000 -+#define BIT29 0x20000000 -+#define BIT30 0x40000000 -+#define BIT31 0x80000000 -+#define BIT32 0x0100000000 -+#define BIT33 0x0200000000 -+#define BIT34 0x0400000000 -+#define BIT35 0x0800000000 -+#define BIT36 0x1000000000 -+ -+extern int RTW_STATUS_CODE(int error_code); -+ -+/* flags used for rtw_mstat_update() */ -+enum mstat_f { -+ /* type: 0x00ff */ -+ MSTAT_TYPE_VIR = 0x00, -+ MSTAT_TYPE_PHY = 0x01, -+ MSTAT_TYPE_SKB = 0x02, -+ MSTAT_TYPE_USB = 0x03, -+ MSTAT_TYPE_MAX = 0x04, -+ -+ /* func: 0xff00 */ -+ MSTAT_FUNC_UNSPECIFIED = 0x00<<8, -+ MSTAT_FUNC_IO = 0x01<<8, -+ MSTAT_FUNC_TX_IO = 0x02<<8, -+ MSTAT_FUNC_RX_IO = 0x03<<8, -+ MSTAT_FUNC_TX = 0x04<<8, -+ MSTAT_FUNC_RX = 0x05<<8, -+ MSTAT_FUNC_MAX = 0x06<<8, -+}; -+ -+#define mstat_tf_idx(flags) ((flags)&0xff) -+#define mstat_ff_idx(flags) (((flags)&0xff00) >> 8) -+ -+typedef enum mstat_status{ -+ MSTAT_ALLOC_SUCCESS = 0, -+ MSTAT_ALLOC_FAIL, -+ MSTAT_FREE -+} MSTAT_STATUS; -+ -+#define rtw_mstat_update(flag, status, sz) do {} while (0) -+#define rtw_mstat_dump(sel) do {} while (0) -+u8*_rtw_zmalloc(u32 sz); -+u8*_rtw_malloc(u32 sz); -+void _kfree(u8 *pbuf, u32 sz); -+ -+struct sk_buff *_rtw_skb_alloc(u32 sz); -+struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb); -+struct sk_buff *_rtw_skb_clone(struct sk_buff *skb); -+int _rtw_netif_rx(_nic_hdl ndev, struct sk_buff *skb); -+ -+#define rtw_malloc(sz) _rtw_malloc((sz)) -+#define rtw_zmalloc(sz) _rtw_zmalloc((sz)) -+ -+#define rtw_skb_alloc(size) _rtw_skb_alloc((size)) -+#define rtw_skb_alloc_f(size, mstat_f) _rtw_skb_alloc((size)) -+#define rtw_skb_copy(skb) _rtw_skb_copy((skb)) -+#define rtw_skb_clone(skb) _rtw_skb_clone((skb)) -+#define rtw_skb_copy_f(skb, mstat_f) _rtw_skb_copy((skb)) -+#define rtw_skb_clone_f(skb, mstat_f) _rtw_skb_clone((skb)) -+#define rtw_netif_rx(ndev, skb) _rtw_netif_rx(ndev, skb) -+ -+extern void _rtw_init_queue(struct __queue *pqueue); -+ -+extern void rtw_init_timer(_timer *ptimer, void *padapter, void *pfunc); -+ -+static __inline void thread_enter(char *name) -+{ -+ allow_signal(SIGTERM); -+} -+ -+__inline static void flush_signals_thread(void) -+{ -+ if (signal_pending (current)) -+ { -+ flush_signals(current); -+ } -+} -+ -+#define rtw_warn_on(condition) WARN_ON(condition) -+ -+__inline static int rtw_bug_check(void *parg1, void *parg2, void *parg3, void *parg4) -+{ -+ int ret = true; -+ -+ return ret; -+ -+} -+ -+#define _RND(sz, r) ((((sz)+((r)-1))/(r))*(r)) -+#define RND4(x) (((x >> 2) + (((x & 3) == 0) ? 0: 1)) << 2) -+ -+__inline static u32 _RND4(u32 sz) -+{ -+ -+ u32 val; -+ -+ val = ((sz >> 2) + ((sz & 3) ? 1: 0)) << 2; -+ -+ return val; -+ -+} -+ -+__inline static u32 _RND8(u32 sz) -+{ -+ -+ u32 val; -+ -+ val = ((sz >> 3) + ((sz & 7) ? 1: 0)) << 3; -+ -+ return val; -+ -+} -+ -+#ifndef MAC_FMT -+#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x" -+#endif -+#ifndef MAC_ARG -+#define MAC_ARG(x) ((u8 *)(x))[0], ((u8 *)(x))[1], ((u8 *)(x))[2], ((u8 *)(x))[3], ((u8 *)(x))[4], ((u8 *)(x))[5] -+#endif -+ -+ -+#ifdef CONFIG_AP_WOWLAN -+extern void rtw_softap_lock_suspend(void); -+extern void rtw_softap_unlock_suspend(void); -+#endif -+ -+/* File operation APIs, just for linux now */ -+extern int rtw_is_file_readable(char *path); -+extern int rtw_retrive_from_file(char *path, u8 *buf, u32 sz); -+ -+extern void rtw_free_netdev(struct net_device * netdev); -+ -+ -+extern u64 rtw_modular64(u64 x, u64 y); -+ -+/* Macros for handling unaligned memory accesses */ -+ -+#define RTW_GET_BE16(a) ((u16) (((a)[0] << 8) | (a)[1])) -+#define RTW_PUT_BE16(a, val) \ -+ do { \ -+ (a)[0] = ((u16) (val)) >> 8; \ -+ (a)[1] = ((u16) (val)) & 0xff; \ -+ } while (0) -+ -+#define RTW_GET_LE16(a) ((u16) (((a)[1] << 8) | (a)[0])) -+#define RTW_PUT_LE16(a, val) \ -+ do { \ -+ (a)[1] = ((u16) (val)) >> 8; \ -+ (a)[0] = ((u16) (val)) & 0xff; \ -+ } while (0) -+ -+#define RTW_GET_BE24(a) ((((u32) (a)[0]) << 16) | (((u32) (a)[1]) << 8) | \ -+ ((u32) (a)[2])) -+#define RTW_PUT_BE24(a, val) \ -+ do { \ -+ (a)[0] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[2] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_BE32(a) ((((u32) (a)[0]) << 24) | (((u32) (a)[1]) << 16) | \ -+ (((u32) (a)[2]) << 8) | ((u32) (a)[3])) -+#define RTW_PUT_BE32(a, val) \ -+ do { \ -+ (a)[0] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[3] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_LE32(a) ((((u32) (a)[3]) << 24) | (((u32) (a)[2]) << 16) | \ -+ (((u32) (a)[1]) << 8) | ((u32) (a)[0])) -+#define RTW_PUT_LE32(a, val) \ -+ do { \ -+ (a)[3] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[0] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (a)[1]) << 48) | \ -+ (((u64) (a)[2]) << 40) | (((u64) (a)[3]) << 32) | \ -+ (((u64) (a)[4]) << 24) | (((u64) (a)[5]) << 16) | \ -+ (((u64) (a)[6]) << 8) | ((u64) (a)[7])) -+#define RTW_PUT_BE64(a, val) \ -+ do { \ -+ (a)[0] = (u8) (((u64) (val)) >> 56); \ -+ (a)[1] = (u8) (((u64) (val)) >> 48); \ -+ (a)[2] = (u8) (((u64) (val)) >> 40); \ -+ (a)[3] = (u8) (((u64) (val)) >> 32); \ -+ (a)[4] = (u8) (((u64) (val)) >> 24); \ -+ (a)[5] = (u8) (((u64) (val)) >> 16); \ -+ (a)[6] = (u8) (((u64) (val)) >> 8); \ -+ (a)[7] = (u8) (((u64) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_LE64(a) ((((u64) (a)[7]) << 56) | (((u64) (a)[6]) << 48) | \ -+ (((u64) (a)[5]) << 40) | (((u64) (a)[4]) << 32) | \ -+ (((u64) (a)[3]) << 24) | (((u64) (a)[2]) << 16) | \ -+ (((u64) (a)[1]) << 8) | ((u64) (a)[0])) -+ -+void rtw_buf_free(u8 **buf, u32 *buf_len); -+void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len); -+ -+struct rtw_cbuf { -+ u32 write; -+ u32 read; -+ u32 size; -+ void *bufs[0]; -+}; -+ -+bool rtw_cbuf_full(struct rtw_cbuf *cbuf); -+bool rtw_cbuf_empty(struct rtw_cbuf *cbuf); -+bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf); -+void *rtw_cbuf_pop(struct rtw_cbuf *cbuf); -+struct rtw_cbuf *rtw_cbuf_alloc(u32 size); -+ -+/* String handler */ -+/* -+ * Write formatted output to sized buffer -+ */ -+#define rtw_sprintf(buf, size, format, arg...) snprintf(buf, size, format, ##arg) -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/osdep_service_linux.h linux/3rdparty/rtl8723bs/include/osdep_service_linux.h ---- linux.old/3rdparty/rtl8723bs/include/osdep_service_linux.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/osdep_service_linux.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,178 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __OSDEP_LINUX_SERVICE_H_ -+#define __OSDEP_LINUX_SERVICE_H_ -+ -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ /* include */ -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include /* for struct tasklet_struct */ -+ #include -+ #include -+ #include -+ #include -+ -+/* #include */ -+ #include -+ #include -+ -+ typedef struct semaphore _sema; -+ typedef spinlock_t _lock; -+ typedef struct mutex _mutex; -+ typedef struct timer_list _timer; -+ -+ struct __queue { -+ struct list_head queue; -+ _lock lock; -+ }; -+ -+ typedef struct sk_buff _pkt; -+ typedef unsigned char _buffer; -+ -+ typedef int _OS_STATUS; -+ /* typedef u32 _irqL; */ -+ typedef unsigned long _irqL; -+ typedef struct net_device * _nic_hdl; -+ -+ #define thread_exit() complete_and_exit(NULL, 0) -+ -+ typedef void timer_hdl_return; -+ typedef void* timer_hdl_context; -+ -+ typedef struct work_struct _workitem; -+ -+__inline static struct list_head *get_next(struct list_head *list) -+{ -+ return list->next; -+} -+ -+__inline static struct list_head *get_list_head(struct __queue *queue) -+{ -+ return (&(queue->queue)); -+} -+ -+ -+#define LIST_CONTAINOR(ptr, type, member) \ -+ ((type *)((char *)(ptr)-(__kernel_size_t)(&((type *)0)->member))) -+ -+#define RTW_TIMER_HDL_ARGS void *FunctionContext -+ -+__inline static void _init_timer(_timer *ptimer, _nic_hdl nic_hdl, void *pfunc, void* cntx) -+{ -+ /* setup_timer(ptimer, pfunc, (u32)cntx); */ -+ ptimer->function = pfunc; -+ ptimer->data = (unsigned long)cntx; -+ init_timer(ptimer); -+} -+ -+__inline static void _set_timer(_timer *ptimer, u32 delay_time) -+{ -+ mod_timer(ptimer , (jiffies+(delay_time*HZ/1000))); -+} -+ -+__inline static void _cancel_timer(_timer *ptimer, u8 *bcancelled) -+{ -+ del_timer_sync(ptimer); -+ *bcancelled = true;/* true == 1; false == 0 */ -+} -+ -+ -+__inline static void _init_workitem(_workitem *pwork, void *pfunc, void *cntx) -+{ -+ INIT_WORK(pwork, pfunc); -+} -+ -+__inline static void _set_workitem(_workitem *pwork) -+{ -+ schedule_work(pwork); -+} -+ -+__inline static void _cancel_workitem_sync(_workitem *pwork) -+{ -+ cancel_work_sync(pwork); -+} -+ -+static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) -+{ -+ return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && -+ netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && -+ netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && -+ netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3))); -+} -+ -+static inline void rtw_netif_wake_queue(struct net_device *pnetdev) -+{ -+ netif_tx_wake_all_queues(pnetdev); -+} -+ -+static inline void rtw_netif_start_queue(struct net_device *pnetdev) -+{ -+ netif_tx_start_all_queues(pnetdev); -+} -+ -+static inline void rtw_netif_stop_queue(struct net_device *pnetdev) -+{ -+ netif_tx_stop_all_queues(pnetdev); -+} -+ -+static inline void rtw_merge_string(char *dst, int dst_len, char *src1, char *src2) -+{ -+ int len = 0; -+ len += snprintf(dst+len, dst_len - len, "%s", src1); -+ len += snprintf(dst+len, dst_len - len, "%s", src2); -+} -+ -+#define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)), (sig), 1) -+ -+#define rtw_netdev_priv(netdev) (((struct rtw_netdev_priv_indicator *)netdev_priv(netdev))->priv) -+ -+#define NDEV_FMT "%s" -+#define NDEV_ARG(ndev) ndev->name -+#define ADPT_FMT "%s" -+#define ADPT_ARG(adapter) adapter->pnetdev->name -+#define FUNC_NDEV_FMT "%s(%s)" -+#define FUNC_NDEV_ARG(ndev) __func__, ndev->name -+#define FUNC_ADPT_FMT "%s(%s)" -+#define FUNC_ADPT_ARG(adapter) __func__, adapter->pnetdev->name -+ -+struct rtw_netdev_priv_indicator { -+ void *priv; -+ u32 sizeof_priv; -+}; -+struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv); -+extern struct net_device * rtw_alloc_etherdev(int sizeof_priv); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/recv_osdep.h linux/3rdparty/rtl8723bs/include/recv_osdep.h ---- linux.old/3rdparty/rtl8723bs/include/recv_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/recv_osdep.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RECV_OSDEP_H_ -+#define __RECV_OSDEP_H_ -+ -+ -+extern sint _rtw_init_recv_priv(struct recv_priv *precvpriv, struct adapter *padapter); -+extern void _rtw_free_recv_priv (struct recv_priv *precvpriv); -+ -+ -+extern s32 rtw_recv_entry(union recv_frame *precv_frame); -+extern int rtw_recv_indicatepkt(struct adapter *adapter, union recv_frame *precv_frame); -+extern void rtw_recv_returnpacket(_nic_hdl cnxt, _pkt *preturnedpkt); -+ -+extern void rtw_handle_tkip_mic_err(struct adapter *padapter, u8 bgroup); -+ -+int rtw_init_recv_priv(struct recv_priv *precvpriv, struct adapter *padapter); -+void rtw_free_recv_priv (struct recv_priv *precvpriv); -+ -+ -+int rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe); -+void rtw_os_recv_resource_free(struct recv_priv *precvpriv); -+ -+ -+void rtw_os_free_recvframe(union recv_frame *precvframe); -+ -+ -+int rtw_os_recvbuf_resource_free(struct adapter *padapter, struct recv_buf *precvbuf); -+ -+_pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata); -+void rtw_os_recv_indicate_pkt(struct adapter *padapter, _pkt *pkt, struct rx_pkt_attrib *pattrib); -+ -+void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl); -+ -+ -+#endif /* */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8192c_recv.h linux/3rdparty/rtl8723bs/include/rtl8192c_recv.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8192c_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8192c_recv.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,50 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTL8192C_RECV_H_ -+#define _RTL8192C_RECV_H_ -+ -+#define RECV_BLK_SZ 512 -+#define RECV_BLK_CNT 16 -+#define RECV_BLK_TH RECV_BLK_CNT -+ -+#define MAX_RECVBUF_SZ (10240) -+ -+struct phy_stat -+{ -+ unsigned int phydw0; -+ -+ unsigned int phydw1; -+ -+ unsigned int phydw2; -+ -+ unsigned int phydw3; -+ -+ unsigned int phydw4; -+ -+ unsigned int phydw5; -+ -+ unsigned int phydw6; -+ -+ unsigned int phydw7; -+}; -+ -+/* Rx smooth factor */ -+#define Rx_Smooth_Factor (20) -+ -+ -+void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status); -+void rtl8192c_query_rx_desc_status(union recv_frame *precvframe, struct recv_stat *pdesc); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8192c_rf.h linux/3rdparty/rtl8723bs/include/rtl8192c_rf.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8192c_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8192c_rf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,39 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTL8192C_RF_H_ -+#define _RTL8192C_RF_H_ -+ -+ -+/* */ -+/* RF RL6052 Series API */ -+/* */ -+void rtl8192c_RF_ChangeTxPath(struct adapter *Adapter, -+ u16 DataRate); -+void rtl8192c_PHY_RF6052SetBandwidth( -+ struct adapter * Adapter, -+ enum CHANNEL_WIDTH Bandwidth); -+void rtl8192c_PHY_RF6052SetCckTxPower( -+ struct adapter *Adapter, -+ u8* pPowerlevel); -+void rtl8192c_PHY_RF6052SetOFDMTxPower( -+ struct adapter *Adapter, -+ u8* pPowerLevel, -+ u8 Channel); -+int PHY_RF6052_Config8192C(struct adapter * Adapter ); -+ -+/*--------------------------Exported Function prototype---------------------*/ -+ -+ -+#endif/* End of HalRf.h */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8723b_cmd.h linux/3rdparty/rtl8723bs/include/rtl8723b_cmd.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8723b_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8723b_cmd.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,199 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_CMD_H__ -+#define __RTL8723B_CMD_H__ -+ -+/* */ -+/* H2C CMD DEFINITION ------------------------------------------------ */ -+/* */ -+ -+enum h2c_cmd_8723B{ -+ /* Common Class: 000 */ -+ H2C_8723B_RSVD_PAGE = 0x00, -+ H2C_8723B_MEDIA_STATUS_RPT = 0x01, -+ H2C_8723B_SCAN_ENABLE = 0x02, -+ H2C_8723B_KEEP_ALIVE = 0x03, -+ H2C_8723B_DISCON_DECISION = 0x04, -+ H2C_8723B_PSD_OFFLOAD = 0x05, -+ H2C_8723B_AP_OFFLOAD = 0x08, -+ H2C_8723B_BCN_RSVDPAGE = 0x09, -+ H2C_8723B_PROBERSP_RSVDPAGE = 0x0A, -+ H2C_8723B_FCS_RSVDPAGE = 0x10, -+ H2C_8723B_FCS_INFO = 0x11, -+ H2C_8723B_AP_WOW_GPIO_CTRL = 0x13, -+ -+ /* PoweSave Class: 001 */ -+ H2C_8723B_SET_PWR_MODE = 0x20, -+ H2C_8723B_PS_TUNING_PARA = 0x21, -+ H2C_8723B_PS_TUNING_PARA2 = 0x22, -+ H2C_8723B_P2P_LPS_PARAM = 0x23, -+ H2C_8723B_P2P_PS_OFFLOAD = 0x24, -+ H2C_8723B_PS_SCAN_ENABLE = 0x25, -+ H2C_8723B_SAP_PS_ = 0x26, -+ H2C_8723B_INACTIVE_PS_ = 0x27, /* Inactive_PS */ -+ H2C_8723B_FWLPS_IN_IPS_ = 0x28, -+ -+ /* Dynamic Mechanism Class: 010 */ -+ H2C_8723B_MACID_CFG = 0x40, -+ H2C_8723B_TXBF = 0x41, -+ H2C_8723B_RSSI_SETTING = 0x42, -+ H2C_8723B_AP_REQ_TXRPT = 0x43, -+ H2C_8723B_INIT_RATE_COLLECT = 0x44, -+ -+ /* BT Class: 011 */ -+ H2C_8723B_B_TYPE_TDMA = 0x60, -+ H2C_8723B_BT_INFO = 0x61, -+ H2C_8723B_FORCE_BT_TXPWR = 0x62, -+ H2C_8723B_BT_IGNORE_WLANACT = 0x63, -+ H2C_8723B_DAC_SWING_VALUE = 0x64, -+ H2C_8723B_ANT_SEL_RSV = 0x65, -+ H2C_8723B_WL_OPMODE = 0x66, -+ H2C_8723B_BT_MP_OPER = 0x67, -+ H2C_8723B_BT_CONTROL = 0x68, -+ H2C_8723B_BT_WIFI_CTRL = 0x69, -+ H2C_8723B_BT_FW_PATCH = 0x6A, -+ H2C_8723B_BT_WLAN_CALIBRATION = 0x6D, -+ -+ /* WOWLAN Class: 100 */ -+ H2C_8723B_WOWLAN = 0x80, -+ H2C_8723B_REMOTE_WAKE_CTRL = 0x81, -+ H2C_8723B_AOAC_GLOBAL_INFO = 0x82, -+ H2C_8723B_AOAC_RSVD_PAGE = 0x83, -+ H2C_8723B_AOAC_RSVD_PAGE2 = 0x84, -+ H2C_8723B_D0_SCAN_OFFLOAD_CTRL = 0x85, -+ H2C_8723B_D0_SCAN_OFFLOAD_INFO = 0x86, -+ H2C_8723B_CHNL_SWITCH_OFFLOAD = 0x87, -+ -+ H2C_8723B_RESET_TSF = 0xC0, -+ H2C_8723B_MAXID, -+}; -+/* */ -+/* H2C CMD CONTENT -------------------------------------------------- */ -+/* */ -+/* _RSVDPAGE_LOC_CMD_0x00 */ -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+ -+/* _MEDIA_STATUS_RPT_PARM_CMD_0x01 */ -+#define SET_8723B_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8723B_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8723B_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+/* _KEEP_ALIVE_CMD_0x03 */ -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+ -+/* _DISCONNECT_DECISION_CMD_0x04 */ -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+/* _PWR_MOD_CMD_0x20 */ -+#define SET_8723B_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_BYTE5(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+ -+#define GET_8723B_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd) LE_BITS_TO_1BYTE(__pH2CCmd, 0, 8) -+ -+/* _PS_TUNE_PARAM_CMD_0x21 */ -+#define SET_8723B_H2CCMD_PSTUNE_PARM_BCN_TO_LIMIT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_DTIM_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 1, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 1, 7, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_DTIM_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+/* _MACID_CFG_CMD_0x40 */ -+#define SET_8723B_H2CCMD_MACID_CFG_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RAID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 5, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_SGI_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 7, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_BW(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 2, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_NO_UPDATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 3, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_VHT_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 4, 2, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_DISPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 6, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_DISRA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 7, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+5, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+6, 0, 8, __Value) -+ -+/* _RSSI_SETTING_CMD_0x42 */ -+#define SET_8723B_H2CCMD_RSSI_SETTING_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSSI_SETTING_RSSI(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 7, __Value) -+#define SET_8723B_H2CCMD_RSSI_SETTING_ULDL_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+/* _AP_REQ_TXRPT_CMD_0x43 */ -+#define SET_8723B_H2CCMD_APREQRPT_PARM_MACID1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_APREQRPT_PARM_MACID2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+ -+/* _FORCE_BT_TXPWR_CMD_0x62 */ -+#define SET_8723B_H2CCMD_BT_PWR_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+ -+/* _FORCE_BT_MP_OPER_CMD_0x67 */ -+#define SET_8723B_H2CCMD_BT_MPOPER_VER(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 4, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_REQNUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 4, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_PARAM1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_PARAM2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_PARAM3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+ -+/* _BT_FW_PATCH_0x6A */ -+#define SET_8723B_H2CCMD_BT_FW_PATCH_SIZE(__pH2CCmd, __Value) SET_BITS_TO_LE_2BYTE((u8 *)(__pH2CCmd), 0, 16, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+5, 0, 8, __Value) -+ -+/* */ -+/* Function Statement -------------------------------------------------- */ -+/* */ -+ -+/* host message to firmware cmd */ -+void rtl8723b_set_FwPwrMode_cmd(struct adapter *padapter, u8 Mode); -+void rtl8723b_set_FwJoinBssRpt_cmd(struct adapter *padapter, u8 mstatus); -+void rtl8723b_set_rssi_cmd(struct adapter *padapter, u8 *param); -+void rtl8723b_Add_RateATid(struct adapter *padapter, u32 bitmap, u8 *arg, u8 rssi_level); -+void rtl8723b_fw_try_ap_cmd(struct adapter *padapter, u32 need_ack); -+/* s32 rtl8723b_set_lowpwr_lps_cmd(struct adapter *padapter, u8 enable); */ -+void rtl8723b_set_FwPsTuneParam_cmd(struct adapter *padapter); -+void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u32 mask); -+void rtl8723b_set_FwMediaStatusRpt_cmd(struct adapter *padapter, u8 mstatus, u8 macid); -+void rtl8723b_download_rsvd_page(struct adapter *padapter, u8 mstatus); -+void rtl8723b_download_BTCoex_AP_mode_rsvd_page(struct adapter *padapter); -+ -+void CheckFwRsvdPageContent(struct adapter *padapter); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void rtl8723b_set_wowlan_cmd(struct adapter *padapter, u8 enable); -+void rtl8723b_set_ap_wowlan_cmd(struct adapter *padapter, u8 enable); -+void SetFwRelatedForWoWLAN8723b(struct adapter *padapter, u8 bHostIsGoingtoSleep); -+#endif/* CONFIG_WOWLAN */ -+ -+void rtl8723b_set_FwPwrModeInIPS_cmd(struct adapter *padapter, u8 cmd_param); -+ -+s32 FillH2CCmd8723B(struct adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+ -+#define FillH2CCmd FillH2CCmd8723B -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8723b_dm.h linux/3rdparty/rtl8723bs/include/rtl8723b_dm.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8723b_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8723b_dm.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,41 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_DM_H__ -+#define __RTL8723B_DM_H__ -+/* */ -+/* Description: */ -+/* */ -+/* This file is for 8723B dynamic mechanism only */ -+/* */ -+/* */ -+/* */ -+ -+/* */ -+/* structure and define */ -+/* */ -+ -+/* */ -+/* function prototype */ -+/* */ -+ -+void rtl8723b_init_dm_priv(struct adapter *padapter); -+ -+void rtl8723b_InitHalDm(struct adapter *padapter); -+void rtl8723b_HalDmWatchDog(struct adapter *padapter); -+void rtl8723b_HalDmWatchDog_in_LPS(struct adapter *padapter); -+void rtl8723b_hal_dm_in_lps(struct adapter *padapter); -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8723b_hal.h linux/3rdparty/rtl8723bs/include/rtl8723b_hal.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8723b_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8723b_hal.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,279 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_HAL_H__ -+#define __RTL8723B_HAL_H__ -+ -+#include "hal_data.h" -+ -+#include "rtl8723b_spec.h" -+#include "rtl8723b_rf.h" -+#include "rtl8723b_dm.h" -+#include "rtl8723b_recv.h" -+#include "rtl8723b_xmit.h" -+#include "rtl8723b_cmd.h" -+#include "rtw_mp.h" -+#include "Hal8723BPwrSeq.h" -+#include "Hal8723BPhyReg.h" -+#include "Hal8723BPhyCfg.h" -+ -+/* */ -+/* RTL8723B From file */ -+/* */ -+ #define RTL8723B_FW_IMG "rtl8723b/FW_NIC.bin" -+ #define RTL8723B_FW_WW_IMG "rtl8723b/FW_WoWLAN.bin" -+ #define RTL8723B_PHY_REG "rtl8723b/PHY_REG.txt" -+ #define RTL8723B_PHY_RADIO_A "rtl8723b/RadioA.txt" -+ #define RTL8723B_PHY_RADIO_B "rtl8723b/RadioB.txt" -+ #define RTL8723B_TXPWR_TRACK "rtl8723b/TxPowerTrack.txt" -+ #define RTL8723B_AGC_TAB "rtl8723b/AGC_TAB.txt" -+ #define RTL8723B_PHY_MACREG "rtl8723b/MAC_REG.txt" -+ #define RTL8723B_PHY_REG_PG "rtl8723b/PHY_REG_PG.txt" -+ #define RTL8723B_PHY_REG_MP "rtl8723b/PHY_REG_MP.txt" -+ #define RTL8723B_TXPWR_LMT "rtl8723b/TXPWR_LMT.txt" -+ -+/* */ -+/* RTL8723B From header */ -+/* */ -+ -+#define FW_8723B_SIZE 0x8000 -+#define FW_8723B_START_ADDRESS 0x1000 -+#define FW_8723B_END_ADDRESS 0x1FFF /* 0x5FFF */ -+ -+#define IS_FW_HEADER_EXIST_8723B(_pFwHdr) ((le16_to_cpu(_pFwHdr->Signature)&0xFFF0) == 0x5300) -+ -+struct rt_firmware { -+ u32 ulFwLength; -+ u8 *szFwBuffer; -+}; -+ -+/* This structure must be cared byte-ordering */ -+struct rt_firmware_hdr { -+ /* 8-byte alinment required */ -+ -+ /* LONG WORD 0 ---- */ -+ __le16 Signature; /* 92C0: test chip; 92C, 88C0: test chip; 88C1: MP A-cut; 92C1: MP A-cut */ -+ u8 Category; /* AP/NIC and USB/PCI */ -+ u8 Function; /* Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions */ -+ __le16 Version; /* FW Version */ -+ __le16 Subversion; /* FW Subversion, default 0x00 */ -+ -+ /* LONG WORD 1 ---- */ -+ u8 Month; /* Release time Month field */ -+ u8 Date; /* Release time Date field */ -+ u8 Hour; /* Release time Hour field */ -+ u8 Minute; /* Release time Minute field */ -+ __le16 RamCodeSize; /* The size of RAM code */ -+ __le16 Rsvd2; -+ -+ /* LONG WORD 2 ---- */ -+ __le32 SvnIdx; /* The SVN entry index */ -+ __le32 Rsvd3; -+ -+ /* LONG WORD 3 ---- */ -+ __le32 Rsvd4; -+ __le32 Rsvd5; -+}; -+ -+#define DRIVER_EARLY_INT_TIME_8723B 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8723B 0x02 -+ -+/* for 8723B */ -+/* TX 32K, RX 16K, Page size 128B for TX, 8B for RX */ -+#define PAGE_SIZE_TX_8723B 128 -+#define PAGE_SIZE_RX_8723B 8 -+ -+#define RX_DMA_SIZE_8723B 0x4000 /* 16K */ -+#define RX_DMA_RESERVED_SIZE_8723B 0x80 /* 128B, reserved for tx report */ -+#define RX_DMA_BOUNDARY_8723B (RX_DMA_SIZE_8723B - RX_DMA_RESERVED_SIZE_8723B - 1) -+ -+ -+/* Note: We will divide number of page equally for each queue other than public queue! */ -+ -+/* For General Reserved Page Number(Beacon Queue is reserved page) */ -+/* Beacon:2, PS-Poll:1, Null Data:1, Qos Null Data:1, BT Qos Null Data:1 */ -+#define BCNQ_PAGE_NUM_8723B 0x08 -+#define BCNQ1_PAGE_NUM_8723B 0x00 -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef BCNQ1_PAGE_NUM_8723B -+#define BCNQ1_PAGE_NUM_8723B 0x00 /* 0x04 */ -+#endif -+#define MAX_RX_DMA_BUFFER_SIZE_8723B 0x2800 /* RX 10K */ -+ -+/* For WoWLan , more reserved page */ -+/* ARP Rsp:1, RWC:1, GTK Info:1, GTK RSP:2, GTK EXT MEM:2, PNO: 6 */ -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8723B 0x07 -+#else -+#define WOWLAN_PAGE_NUM_8723B 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef WOWLAN_PAGE_NUM_8723B -+#define WOWLAN_PAGE_NUM_8723B 0x0d -+#endif -+ -+#ifdef CONFIG_AP_WOWLAN -+#define AP_WOWLAN_PAGE_NUM_8723B 0x02 -+#endif -+ -+#define TX_TOTAL_PAGE_NUMBER_8723B (0xFF - BCNQ_PAGE_NUM_8723B - BCNQ1_PAGE_NUM_8723B - WOWLAN_PAGE_NUM_8723B) -+#define TX_PAGE_BOUNDARY_8723B (TX_TOTAL_PAGE_NUMBER_8723B + 1) -+ -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8723B TX_TOTAL_PAGE_NUMBER_8723B -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_8723B (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8723B + 1) -+ -+/* For Normal Chip Setting */ -+/* (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER_8723B */ -+#define NORMAL_PAGE_NUM_HPQ_8723B 0x0C -+#define NORMAL_PAGE_NUM_LPQ_8723B 0x02 -+#define NORMAL_PAGE_NUM_NPQ_8723B 0x02 -+ -+/* Note: For Normal Chip Setting, modify later */ -+#define WMM_NORMAL_PAGE_NUM_HPQ_8723B 0x30 -+#define WMM_NORMAL_PAGE_NUM_LPQ_8723B 0x20 -+#define WMM_NORMAL_PAGE_NUM_NPQ_8723B 0x20 -+ -+ -+#include "HalVerDef.h" -+#include "hal_com.h" -+ -+#define EFUSE_OOB_PROTECT_BYTES 15 -+ -+#define HAL_EFUSE_MEMORY -+ -+#define HWSET_MAX_SIZE_8723B 512 -+#define EFUSE_REAL_CONTENT_LEN_8723B 512 -+#define EFUSE_MAP_LEN_8723B 512 -+#define EFUSE_MAX_SECTION_8723B 64 -+ -+#define EFUSE_IC_ID_OFFSET 506 /* For some inferiority IC purpose. added by Roger, 2009.09.02. */ -+#define AVAILABLE_EFUSE_ADDR(addr) (addr < EFUSE_REAL_CONTENT_LEN_8723B) -+ -+#define EFUSE_ACCESS_ON 0x69 /* For RTL8723 only. */ -+#define EFUSE_ACCESS_OFF 0x00 /* For RTL8723 only. */ -+ -+/* */ -+/* EFUSE for BT definition */ -+/* */ -+#define EFUSE_BT_REAL_BANK_CONTENT_LEN 512 -+#define EFUSE_BT_REAL_CONTENT_LEN 1536 /* 512*3 */ -+#define EFUSE_BT_MAP_LEN 1024 /* 1k bytes */ -+#define EFUSE_BT_MAX_SECTION 128 /* 1024/8 */ -+ -+#define EFUSE_PROTECT_BYTES_BANK 16 -+ -+/* Description: Determine the types of C2H events that are the same in driver and Fw. */ -+/* Fisrt constructed by tynli. 2009.10.09. */ -+typedef enum _C2H_EVT -+{ -+ C2H_DBG = 0, -+ C2H_TSF = 1, -+ C2H_AP_RPT_RSP = 2, -+ C2H_CCX_TX_RPT = 3, /* The FW notify the report of the specific tx packet. */ -+ C2H_BT_RSSI = 4, -+ C2H_BT_OP_MODE = 5, -+ C2H_EXT_RA_RPT = 6, -+ C2H_8723B_BT_INFO = 9, -+ C2H_HW_INFO_EXCH = 10, -+ C2H_8723B_BT_MP_INFO = 11, -+ MAX_C2HEVENT -+} C2H_EVT; -+ -+typedef struct _C2H_EVT_HDR -+{ -+ u8 CmdID; -+ u8 CmdLen; -+ u8 CmdSeq; -+} __attribute__((__packed__)) C2H_EVT_HDR, *PC2H_EVT_HDR; -+ -+typedef enum tag_Package_Definition -+{ -+ PACKAGE_DEFAULT, -+ PACKAGE_QFN68, -+ PACKAGE_TFBGA90, -+ PACKAGE_TFBGA80, -+ PACKAGE_TFBGA79 -+}PACKAGE_TYPE_E; -+ -+#define INCLUDE_MULTI_FUNC_BT(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT) -+#define INCLUDE_MULTI_FUNC_GPS(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS) -+ -+/* rtl8723a_hal_init.c */ -+s32 rtl8723b_FirmwareDownload(struct adapter *padapter, bool bUsedWoWLANFw); -+void rtl8723b_FirmwareSelfReset(struct adapter *padapter); -+void rtl8723b_InitializeFirmwareVars(struct adapter *padapter); -+ -+void rtl8723b_InitAntenna_Selection(struct adapter *padapter); -+void rtl8723b_init_default_value(struct adapter *padapter); -+ -+s32 rtl8723b_InitLLTTable(struct adapter *padapter); -+ -+/* EFuse */ -+u8 GetEEPROMSize8723B(struct adapter *padapter); -+void Hal_InitPGData(struct adapter *padapter, u8 *PROMContent); -+void Hal_EfuseParseIDCode(struct adapter *padapter, u8 *hwinfo); -+void Hal_EfuseParseTxPowerInfo_8723B(struct adapter *padapter, u8 *PROMContent, bool AutoLoadFail); -+void Hal_EfuseParseBTCoexistInfo_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+void Hal_EfuseParseEEPROMVer_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+void Hal_EfuseParseChnlPlan_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+void Hal_EfuseParseCustomerID_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+void Hal_EfuseParseAntennaDiversity_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+void Hal_EfuseParseXtal_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+void Hal_EfuseParseThermalMeter_8723B(struct adapter *padapter, u8 *hwinfo, u8 AutoLoadFail); -+void Hal_EfuseParsePackageType_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+void Hal_EfuseParseVoltage_8723B(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+ -+void C2HPacketHandler_8723B(struct adapter *padapter, u8 *pbuffer, u16 length); -+ -+void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc); -+void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val); -+void GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val); -+u8 SetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable, void *pval); -+u8 GetHalDefVar8723B(struct adapter *padapter, enum HAL_DEF_VARIABLE variable, void *pval); -+ -+/* register */ -+void rtl8723b_InitBeaconParameters(struct adapter *padapter); -+void _InitBurstPktLen_8723BS(struct adapter * Adapter); -+void _8051Reset8723(struct adapter *padapter); -+#ifdef CONFIG_WOWLAN -+void Hal_DetectWoWMode(struct adapter *padapter); -+#endif /* CONFIG_WOWLAN */ -+ -+void rtl8723b_start_thread(struct adapter *padapter); -+void rtl8723b_stop_thread(struct adapter *padapter); -+ -+#if defined(CONFIG_CHECK_BT_HANG) -+void rtl8723bs_init_checkbthang_workqueue(struct adapter * adapter); -+void rtl8723bs_free_checkbthang_workqueue(struct adapter * adapter); -+void rtl8723bs_cancle_checkbthang_workqueue(struct adapter * adapter); -+void rtl8723bs_hal_check_bt_hang(struct adapter * adapter); -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+void HalSetOutPutGPIO(struct adapter *padapter, u8 index, u8 OutPutValue); -+#endif -+ -+int FirmwareDownloadBT(struct adapter * Adapter, struct rt_firmware *firmware); -+ -+void CCX_FwC2HTxRpt_8723b(struct adapter *padapter, u8 *pdata, u8 len); -+s32 c2h_id_filter_ccx_8723b(u8 *buf); -+s32 c2h_handler_8723b(struct adapter *padapter, u8 *pC2hEvent); -+u8 MRateToHwRate8723B(u8 rate); -+u8 HwRateToMRate8723B(u8 rate); -+ -+void Hal_ReadRFGainOffset(struct adapter *padapter, u8 *hwinfo, bool AutoLoadFail); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8723b_recv.h linux/3rdparty/rtl8723bs/include/rtl8723b_recv.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8723b_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8723b_recv.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,144 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_RECV_H__ -+#define __RTL8723B_RECV_H__ -+ -+#include -+ -+typedef struct rxreport_8723b -+{ -+ /* DWORD 0 */ -+ u32 pktlen:14; -+ u32 crc32:1; -+ u32 icverr:1; -+ u32 drvinfosize:4; -+ u32 security:3; -+ u32 qos:1; -+ u32 shift:2; -+ u32 physt:1; -+ u32 swdec:1; -+ u32 rsvd0028:2; -+ u32 eor:1; -+ u32 rsvd0031:1; -+ -+ /* DWORD 1 */ -+ u32 macid:7; -+ u32 rsvd0407:1; -+ u32 tid:4; -+ u32 macid_vld:1; -+ u32 amsdu:1; -+ u32 rxid_match:1; -+ u32 paggr:1; -+ u32 a1fit:4; -+ u32 chkerr:1; /* 20 */ -+ u32 rx_ipv:1; -+ u32 rx_is_tcp_udp:1; -+ u32 chk_vld:1; /* 23 */ -+ u32 pam:1; -+ u32 pwr:1; -+ u32 md:1; -+ u32 mf:1; -+ u32 type:2; -+ u32 mc:1; -+ u32 bc:1; -+ -+ /* DWORD 2 */ -+ u32 seq:12; -+ u32 frag:4; -+ u32 rx_is_qos:1; -+ u32 rsvd0817:1; -+ u32 wlanhd_iv_len:6; -+ u32 hwrsvd0824:4; -+ u32 c2h_ind:1; -+ u32 rsvd0829:2; -+ u32 fcs_ok:1; -+ -+ /* DWORD 3 */ -+ u32 rx_rate:7; -+ u32 rsvd1207:3; -+ u32 htc:1; -+ u32 esop:1; -+ u32 bssid_fit:2; -+ u32 rsvd1214:2; -+ u32 dma_agg_num:8; -+ u32 rsvd1224:5; -+ u32 patternmatch:1; -+ u32 unicastwake:1; -+ u32 magicwake:1; -+ -+ /* DWORD 4 */ -+ u32 splcp:1; /* Ofdm sgi or cck_splcp */ -+ u32 ldpc:1; -+ u32 stbc:1; -+ u32 not_sounding:1; -+ u32 bw:2; -+ u32 rsvd1606:26; -+ -+ /* DWORD 5 */ -+ u32 tsfl; -+} RXREPORT, *PRXREPORT; -+ -+typedef struct phystatus_8723b -+{ -+ u32 rxgain_a:7; -+ u32 trsw_a:1; -+ u32 rxgain_b:7; -+ u32 trsw_b:1; -+ u32 chcorr_l:16; -+ -+ u32 sigqualcck:8; -+ u32 cfo_a:8; -+ u32 cfo_b:8; -+ u32 chcorr_h:8; -+ -+ u32 noisepwrdb_h:8; -+ u32 cfo_tail_a:8; -+ u32 cfo_tail_b:8; -+ u32 rsvd0824:8; -+ -+ u32 rsvd1200:8; -+ u32 rxevm_a:8; -+ u32 rxevm_b:8; -+ u32 rxsnr_a:8; -+ -+ u32 rxsnr_b:8; -+ u32 noisepwrdb_l:8; -+ u32 rsvd1616:8; -+ u32 postsnr_a:8; -+ -+ u32 postsnr_b:8; -+ u32 csi_a:8; -+ u32 csi_b:8; -+ u32 targetcsi_a:8; -+ -+ u32 targetcsi_b:8; -+ u32 sigevm:8; -+ u32 maxexpwr:8; -+ u32 exintflag:1; -+ u32 sgien:1; -+ u32 rxsc:2; -+ u32 idlelong:1; -+ u32 anttrainen:1; -+ u32 antselb:1; -+ u32 antsel:1; -+} PHYSTATUS, *PPHYSTATUS; -+ -+s32 rtl8723bs_init_recv_priv(struct adapter *padapter); -+void rtl8723bs_free_recv_priv(struct adapter *padapter); -+ -+void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat); -+void rtl8723b_process_phy_info(struct adapter *padapter, void *prframe); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8723b_rf.h linux/3rdparty/rtl8723bs/include/rtl8723b_rf.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8723b_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8723b_rf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,26 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_RF_H__ -+#define __RTL8723B_RF_H__ -+ -+#include "rtl8192c_rf.h" -+ -+int PHY_RF6052_Config8723B(struct adapter *Adapter ); -+ -+void -+PHY_RF6052SetBandwidth8723B(struct adapter *Adapter, -+ enum CHANNEL_WIDTH Bandwidth); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8723b_spec.h linux/3rdparty/rtl8723bs/include/rtl8723b_spec.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8723b_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8723b_spec.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,262 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ *******************************************************************************/ -+#ifndef __RTL8723B_SPEC_H__ -+#define __RTL8723B_SPEC_H__ -+ -+#include -+ -+ -+#define HAL_NAV_UPPER_UNIT_8723B 128 /* micro-second */ -+ -+/* */ -+/* */ -+/* 0x0000h ~ 0x00FFh System Configuration */ -+/* */ -+/* */ -+#define REG_RSV_CTRL_8723B 0x001C /* 3 Byte */ -+#define REG_BT_WIFI_ANTENNA_SWITCH_8723B 0x0038 -+#define REG_HSISR_8723B 0x005c -+#define REG_PAD_CTRL1_8723B 0x0064 -+#define REG_AFE_CTRL_4_8723B 0x0078 -+#define REG_HMEBOX_DBG_0_8723B 0x0088 -+#define REG_HMEBOX_DBG_1_8723B 0x008A -+#define REG_HMEBOX_DBG_2_8723B 0x008C -+#define REG_HMEBOX_DBG_3_8723B 0x008E -+#define REG_HIMR0_8723B 0x00B0 -+#define REG_HISR0_8723B 0x00B4 -+#define REG_HIMR1_8723B 0x00B8 -+#define REG_HISR1_8723B 0x00BC -+#define REG_PMC_DBG_CTRL2_8723B 0x00CC -+ -+/* */ -+/* */ -+/* 0x0100h ~ 0x01FFh MACTOP General Configuration */ -+/* */ -+/* */ -+#define REG_C2HEVT_CMD_ID_8723B 0x01A0 -+#define REG_C2HEVT_CMD_LEN_8723B 0x01AE -+#define REG_WOWLAN_WAKE_REASON 0x01C7 -+#define REG_WOWLAN_GTK_DBG1 0x630 -+#define REG_WOWLAN_GTK_DBG2 0x634 -+ -+#define REG_HMEBOX_EXT0_8723B 0x01F0 -+#define REG_HMEBOX_EXT1_8723B 0x01F4 -+#define REG_HMEBOX_EXT2_8723B 0x01F8 -+#define REG_HMEBOX_EXT3_8723B 0x01FC -+ -+/* */ -+/* */ -+/* 0x0200h ~ 0x027Fh TXDMA Configuration */ -+/* */ -+/* */ -+ -+/* */ -+/* */ -+/* 0x0280h ~ 0x02FFh RXDMA Configuration */ -+/* */ -+/* */ -+#define REG_RXDMA_CONTROL_8723B 0x0286 /* Control the RX DMA. */ -+#define REG_RXDMA_MODE_CTRL_8723B 0x0290 -+ -+/* */ -+/* */ -+/* 0x0300h ~ 0x03FFh PCIe */ -+/* */ -+/* */ -+#define REG_PCIE_CTRL_REG_8723B 0x0300 -+#define REG_INT_MIG_8723B 0x0304 /* Interrupt Migration */ -+#define REG_BCNQ_DESA_8723B 0x0308 /* TX Beacon Descriptor Address */ -+#define REG_HQ_DESA_8723B 0x0310 /* TX High Queue Descriptor Address */ -+#define REG_MGQ_DESA_8723B 0x0318 /* TX Manage Queue Descriptor Address */ -+#define REG_VOQ_DESA_8723B 0x0320 /* TX VO Queue Descriptor Address */ -+#define REG_VIQ_DESA_8723B 0x0328 /* TX VI Queue Descriptor Address */ -+#define REG_BEQ_DESA_8723B 0x0330 /* TX BE Queue Descriptor Address */ -+#define REG_BKQ_DESA_8723B 0x0338 /* TX BK Queue Descriptor Address */ -+#define REG_RX_DESA_8723B 0x0340 /* RX Queue Descriptor Address */ -+#define REG_DBI_WDATA_8723B 0x0348 /* DBI Write Data */ -+#define REG_DBI_RDATA_8723B 0x034C /* DBI Read Data */ -+#define REG_DBI_ADDR_8723B 0x0350 /* DBI Address */ -+#define REG_DBI_FLAG_8723B 0x0352 /* DBI Read/Write Flag */ -+#define REG_MDIO_WDATA_8723B 0x0354 /* MDIO for Write PCIE PHY */ -+#define REG_MDIO_RDATA_8723B 0x0356 /* MDIO for Reads PCIE PHY */ -+#define REG_MDIO_CTL_8723B 0x0358 /* MDIO for Control */ -+#define REG_DBG_SEL_8723B 0x0360 /* Debug Selection Register */ -+#define REG_PCIE_HRPWM_8723B 0x0361 /* PCIe RPWM */ -+#define REG_PCIE_HCPWM_8723B 0x0363 /* PCIe CPWM */ -+#define REG_PCIE_MULTIFET_CTRL_8723B 0x036A /* PCIE Multi-Fethc Control */ -+ -+/* */ -+/* */ -+/* 0x0400h ~ 0x047Fh Protocol Configuration */ -+/* */ -+/* */ -+#define REG_TXPKTBUF_BCNQ_BDNY_8723B 0x0424 -+#define REG_TXPKTBUF_MGQ_BDNY_8723B 0x0425 -+#define REG_TXPKTBUF_WMAC_LBK_BF_HD_8723B 0x045D -+#ifdef CONFIG_WOWLAN -+#define REG_TXPKTBUF_IV_LOW 0x0484 -+#define REG_TXPKTBUF_IV_HIGH 0x0488 -+#endif -+#define REG_AMPDU_BURST_MODE_8723B 0x04BC -+ -+/* */ -+/* */ -+/* 0x0500h ~ 0x05FFh EDCA Configuration */ -+/* */ -+/* */ -+#define REG_SECONDARY_CCA_CTRL_8723B 0x0577 -+ -+/* */ -+/* */ -+/* 0x0600h ~ 0x07FFh WMAC Configuration */ -+/* */ -+/* */ -+ -+ -+/* */ -+/* SDIO Bus Specification */ -+/* */ -+ -+/* */ -+/* SDIO CMD Address Mapping */ -+/* */ -+ -+/* */ -+/* I/O bus domain (Host) */ -+/* */ -+ -+/* */ -+/* SDIO register */ -+/* */ -+#define SDIO_REG_HCPWM1_8723B 0x025 /* HCI Current Power Mode 1 */ -+ -+ -+/* */ -+/* 8723 Regsiter Bit and Content definition */ -+/* */ -+ -+/* 2 HSISR */ -+/* interrupt mask which needs to clear */ -+#define MASK_HSISR_CLEAR (HSISR_GPIO12_0_INT |\ -+ HSISR_SPS_OCP_INT |\ -+ HSISR_RON_INT |\ -+ HSISR_PDNINT |\ -+ HSISR_GPIO9_INT) -+ -+/* */ -+/* */ -+/* 0x0100h ~ 0x01FFh MACTOP General Configuration */ -+/* */ -+/* */ -+ -+ -+/* */ -+/* */ -+/* 0x0200h ~ 0x027Fh TXDMA Configuration */ -+/* */ -+/* */ -+ -+/* */ -+/* */ -+/* 0x0280h ~ 0x02FFh RXDMA Configuration */ -+/* */ -+/* */ -+#define BIT_USB_RXDMA_AGG_EN BIT(31) -+#define RXDMA_AGG_MODE_EN BIT(1) -+ -+#ifdef CONFIG_WOWLAN -+#define RXPKT_RELEASE_POLL BIT(16) -+#define RXDMA_IDLE BIT(17) -+#define RW_RELEASE_EN BIT(18) -+#endif -+ -+/* */ -+/* */ -+/* 0x0400h ~ 0x047Fh Protocol Configuration */ -+/* */ -+/* */ -+ -+/* */ -+/* 8723B REG_CCK_CHECK (offset 0x454) */ -+/* */ -+#define BIT_BCN_PORT_SEL BIT5 -+ -+/* */ -+/* */ -+/* 0x0500h ~ 0x05FFh EDCA Configuration */ -+/* */ -+/* */ -+ -+/* */ -+/* */ -+/* 0x0600h ~ 0x07FFh WMAC Configuration */ -+/* */ -+/* */ -+#define EEPROM_RF_GAIN_OFFSET 0xC1 -+#define EEPROM_RF_GAIN_VAL 0x1F6 -+ -+ -+/* */ -+/* 8195 IMR/ISR bits (offset 0xB0, 8bits) */ -+/* */ -+#define IMR_DISABLED_8723B 0 -+/* IMR DW0(0x00B0-00B3) Bit 0-31 */ -+#define IMR_TIMER2_8723B BIT31 /* Timeout interrupt 2 */ -+#define IMR_TIMER1_8723B BIT30 /* Timeout interrupt 1 */ -+#define IMR_PSTIMEOUT_8723B BIT29 /* Power Save Time Out Interrupt */ -+#define IMR_GTINT4_8723B BIT28 /* When GTIMER4 expires, this bit is set to 1 */ -+#define IMR_GTINT3_8723B BIT27 /* When GTIMER3 expires, this bit is set to 1 */ -+#define IMR_TXBCN0ERR_8723B BIT26 /* Transmit Beacon0 Error */ -+#define IMR_TXBCN0OK_8723B BIT25 /* Transmit Beacon0 OK */ -+#define IMR_TSF_BIT32_TOGGLE_8723B BIT24 /* TSF Timer BIT32 toggle indication interrupt */ -+#define IMR_BCNDMAINT0_8723B BIT20 /* Beacon DMA Interrupt 0 */ -+#define IMR_BCNDERR0_8723B BIT16 /* Beacon Queue DMA OK0 */ -+#define IMR_HSISR_IND_ON_INT_8723B BIT15 /* HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) */ -+#define IMR_BCNDMAINT_E_8723B BIT14 /* Beacon DMA Interrupt Extension for Win7 */ -+#define IMR_ATIMEND_8723B BIT12 /* CTWidnow End or ATIM Window End */ -+#define IMR_C2HCMD_8723B BIT10 /* CPU to Host Command INT Status, Write 1 clear */ -+#define IMR_CPWM2_8723B BIT9 /* CPU power Mode exchange INT Status, Write 1 clear */ -+#define IMR_CPWM_8723B BIT8 /* CPU power Mode exchange INT Status, Write 1 clear */ -+#define IMR_HIGHDOK_8723B BIT7 /* High Queue DMA OK */ -+#define IMR_MGNTDOK_8723B BIT6 /* Management Queue DMA OK */ -+#define IMR_BKDOK_8723B BIT5 /* AC_BK DMA OK */ -+#define IMR_BEDOK_8723B BIT4 /* AC_BE DMA OK */ -+#define IMR_VIDOK_8723B BIT3 /* AC_VI DMA OK */ -+#define IMR_VODOK_8723B BIT2 /* AC_VO DMA OK */ -+#define IMR_RDU_8723B BIT1 /* Rx Descriptor Unavailable */ -+#define IMR_ROK_8723B BIT0 /* Receive DMA OK */ -+ -+/* IMR DW1(0x00B4-00B7) Bit 0-31 */ -+#define IMR_BCNDMAINT7_8723B BIT27 /* Beacon DMA Interrupt 7 */ -+#define IMR_BCNDMAINT6_8723B BIT26 /* Beacon DMA Interrupt 6 */ -+#define IMR_BCNDMAINT5_8723B BIT25 /* Beacon DMA Interrupt 5 */ -+#define IMR_BCNDMAINT4_8723B BIT24 /* Beacon DMA Interrupt 4 */ -+#define IMR_BCNDMAINT3_8723B BIT23 /* Beacon DMA Interrupt 3 */ -+#define IMR_BCNDMAINT2_8723B BIT22 /* Beacon DMA Interrupt 2 */ -+#define IMR_BCNDMAINT1_8723B BIT21 /* Beacon DMA Interrupt 1 */ -+#define IMR_BCNDOK7_8723B BIT20 /* Beacon Queue DMA OK Interrup 7 */ -+#define IMR_BCNDOK6_8723B BIT19 /* Beacon Queue DMA OK Interrup 6 */ -+#define IMR_BCNDOK5_8723B BIT18 /* Beacon Queue DMA OK Interrup 5 */ -+#define IMR_BCNDOK4_8723B BIT17 /* Beacon Queue DMA OK Interrup 4 */ -+#define IMR_BCNDOK3_8723B BIT16 /* Beacon Queue DMA OK Interrup 3 */ -+#define IMR_BCNDOK2_8723B BIT15 /* Beacon Queue DMA OK Interrup 2 */ -+#define IMR_BCNDOK1_8723B BIT14 /* Beacon Queue DMA OK Interrup 1 */ -+#define IMR_ATIMEND_E_8723B BIT13 /* ATIM Window End Extension for Win7 */ -+#define IMR_TXERR_8723B BIT11 /* Tx Error Flag Interrupt Status, write 1 clear. */ -+#define IMR_RXERR_8723B BIT10 /* Rx Error Flag INT Status, Write 1 clear */ -+#define IMR_TXFOVW_8723B BIT9 /* Transmit FIFO Overflow */ -+#define IMR_RXFOVW_8723B BIT8 /* Receive FIFO Overflow */ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtl8723b_xmit.h linux/3rdparty/rtl8723bs/include/rtl8723b_xmit.h ---- linux.old/3rdparty/rtl8723bs/include/rtl8723b_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtl8723b_xmit.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,458 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_XMIT_H__ -+#define __RTL8723B_XMIT_H__ -+ -+/* */ -+/* Queue Select Value in TxDesc */ -+/* */ -+#define QSLT_BK 0x2/* 0x01 */ -+#define QSLT_BE 0x0 -+#define QSLT_VI 0x5/* 0x4 */ -+#define QSLT_VO 0x7/* 0x6 */ -+#define QSLT_BEACON 0x10 -+#define QSLT_HIGH 0x11 -+#define QSLT_MGNT 0x12 -+#define QSLT_CMD 0x13 -+ -+#define MAX_TID (15) -+ -+/* OFFSET 0 */ -+#define OFFSET_SZ 0 -+#define OFFSET_SHT 16 -+#define BMC BIT(24) -+#define LSG BIT(26) -+#define FSG BIT(27) -+#define OWN BIT(31) -+ -+ -+/* OFFSET 4 */ -+#define PKT_OFFSET_SZ 0 -+#define BK BIT(6) -+#define QSEL_SHT 8 -+#define Rate_ID_SHT 16 -+#define NAVUSEHDR BIT(20) -+#define PKT_OFFSET_SHT 26 -+#define HWPC BIT(31) -+ -+/* OFFSET 8 */ -+#define AGG_EN BIT(29) -+ -+/* OFFSET 12 */ -+#define SEQ_SHT 16 -+ -+/* OFFSET 16 */ -+#define QoS BIT(6) -+#define HW_SEQ_EN BIT(7) -+#define USERATE BIT(8) -+#define DISDATAFB BIT(10) -+#define DATA_SHORT BIT(24) -+#define DATA_BW BIT(25) -+ -+/* OFFSET 20 */ -+#define SGI BIT(6) -+ -+/* */ -+/* defined for TX DESC Operation */ -+/* */ -+typedef struct txdesc_8723b -+{ -+ /* Offset 0 */ -+ u32 pktlen:16; -+ u32 offset:8; -+ u32 bmc:1; -+ u32 htc:1; -+ u32 rsvd0026:1; -+ u32 rsvd0027:1; -+ u32 linip:1; -+ u32 noacm:1; -+ u32 gf:1; -+ u32 rsvd0031:1; -+ -+ /* Offset 4 */ -+ u32 macid:7; -+ u32 rsvd0407:1; -+ u32 qsel:5; -+ u32 rdg_nav_ext:1; -+ u32 lsig_txop_en:1; -+ u32 pifs:1; -+ u32 rate_id:5; -+ u32 en_desc_id:1; -+ u32 sectype:2; -+ u32 pkt_offset:5; /* unit: 8 bytes */ -+ u32 moredata:1; -+ u32 txop_ps_cap:1; -+ u32 txop_ps_mode:1; -+ -+ /* Offset 8 */ -+ u32 p_aid:9; -+ u32 rsvd0809:1; -+ u32 cca_rts:2; -+ u32 agg_en:1; -+ u32 rdg_en:1; -+ u32 null_0:1; -+ u32 null_1:1; -+ u32 bk:1; -+ u32 morefrag:1; -+ u32 raw:1; -+ u32 spe_rpt:1; -+ u32 ampdu_density:3; -+ u32 bt_null:1; -+ u32 g_id:6; -+ u32 rsvd0830:2; -+ -+ /* Offset 12 */ -+ u32 wheader_len:4; -+ u32 chk_en:1; -+ u32 early_rate:1; -+ u32 hw_ssn_sel:2; -+ u32 userate:1; -+ u32 disrtsfb:1; -+ u32 disdatafb:1; -+ u32 cts2self:1; -+ u32 rtsen:1; -+ u32 hw_rts_en:1; -+ u32 port_id:1; -+ u32 navusehdr:1; -+ u32 use_max_len:1; -+ u32 max_agg_num:5; -+ u32 ndpa:2; -+ u32 ampdu_max_time:8; -+ -+ /* Offset 16 */ -+ u32 datarate:7; -+ u32 try_rate:1; -+ u32 data_ratefb_lmt:5; -+ u32 rts_ratefb_lmt:4; -+ u32 rty_lmt_en:1; -+ u32 data_rt_lmt:6; -+ u32 rtsrate:5; -+ u32 pcts_en:1; -+ u32 pcts_mask_idx:2; -+ -+ /* Offset 20 */ -+ u32 data_sc:4; -+ u32 data_short:1; -+ u32 data_bw:2; -+ u32 data_ldpc:1; -+ u32 data_stbc:2; -+ u32 vcs_stbc:2; -+ u32 rts_short:1; -+ u32 rts_sc:4; -+ u32 rsvd2016:7; -+ u32 tx_ant:4; -+ u32 txpwr_offset:3; -+ u32 rsvd2031:1; -+ -+ /* Offset 24 */ -+ u32 sw_define:12; -+ u32 mbssid:4; -+ u32 antsel_A:3; -+ u32 antsel_B:3; -+ u32 antsel_C:3; -+ u32 antsel_D:3; -+ u32 rsvd2428:4; -+ -+ /* Offset 28 */ -+ u32 checksum:16; -+ u32 rsvd2816:8; -+ u32 usb_txagg_num:8; -+ -+ /* Offset 32 */ -+ u32 rts_rc:6; -+ u32 bar_rty_th:2; -+ u32 data_rc:6; -+ u32 rsvd3214:1; -+ u32 en_hwseq:1; -+ u32 nextneadpage:8; -+ u32 tailpage:8; -+ -+ /* Offset 36 */ -+ u32 padding_len:11; -+ u32 txbf_path:1; -+ u32 seq:12; -+ u32 final_data_rate:8; -+}TXDESC_8723B, *PTXDESC_8723B; -+ -+#ifndef __INC_HAL8723BDESC_H -+#define __INC_HAL8723BDESC_H -+ -+#define RX_STATUS_DESC_SIZE_8723B 24 -+#define RX_DRV_INFO_SIZE_UNIT_8723B 8 -+ -+ -+/* DWORD 0 */ -+#define SET_RX_STATUS_DESC_PKT_LEN_8723B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_STATUS_DESC_EOR_8723B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc, 30, 1, __Value) -+#define SET_RX_STATUS_DESC_OWN_8723B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc, 31, 1, __Value) -+ -+#define GET_RX_STATUS_DESC_PKT_LEN_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 0, 14) -+#define GET_RX_STATUS_DESC_CRC32_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 14, 1) -+#define GET_RX_STATUS_DESC_ICV_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 15, 1) -+#define GET_RX_STATUS_DESC_DRVINFO_SIZE_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 16, 4) -+#define GET_RX_STATUS_DESC_SECURITY_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 20, 3) -+#define GET_RX_STATUS_DESC_QOS_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 23, 1) -+#define GET_RX_STATUS_DESC_SHIFT_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 24, 2) -+#define GET_RX_STATUS_DESC_PHY_STATUS_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 26, 1) -+#define GET_RX_STATUS_DESC_SWDEC_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 27, 1) -+#define GET_RX_STATUS_DESC_LAST_SEG_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 28, 1) -+#define GET_RX_STATUS_DESC_FIRST_SEG_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 29, 1) -+#define GET_RX_STATUS_DESC_EOR_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 30, 1) -+#define GET_RX_STATUS_DESC_OWN_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 31, 1) -+ -+/* DWORD 1 */ -+#define GET_RX_STATUS_DESC_MACID_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 0, 7) -+#define GET_RX_STATUS_DESC_TID_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 8, 4) -+#define GET_RX_STATUS_DESC_AMSDU_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 13, 1) -+#define GET_RX_STATUS_DESC_RXID_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 14, 1) -+#define GET_RX_STATUS_DESC_PAGGR_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 15, 1) -+#define GET_RX_STATUS_DESC_A1_FIT_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 16, 4) -+#define GET_RX_STATUS_DESC_CHKERR_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 20, 1) -+#define GET_RX_STATUS_DESC_IPVER_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 21, 1) -+#define GET_RX_STATUS_DESC_IS_TCPUDP__8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 22, 1) -+#define GET_RX_STATUS_DESC_CHK_VLD_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 23, 1) -+#define GET_RX_STATUS_DESC_PAM_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 24, 1) -+#define GET_RX_STATUS_DESC_PWR_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 25, 1) -+#define GET_RX_STATUS_DESC_MORE_DATA_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 26, 1) -+#define GET_RX_STATUS_DESC_MORE_FRAG_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 27, 1) -+#define GET_RX_STATUS_DESC_TYPE_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 28, 2) -+#define GET_RX_STATUS_DESC_MC_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 30, 1) -+#define GET_RX_STATUS_DESC_BC_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 31, 1) -+ -+/* DWORD 2 */ -+#define GET_RX_STATUS_DESC_SEQ_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+8, 0, 12) -+#define GET_RX_STATUS_DESC_FRAG_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+8, 12, 4) -+#define GET_RX_STATUS_DESC_RX_IS_QOS_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+8, 16, 1) -+#define GET_RX_STATUS_DESC_WLANHD_IV_LEN_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+8, 18, 6) -+#define GET_RX_STATUS_DESC_RPT_SEL_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+8, 28, 1) -+ -+/* DWORD 3 */ -+#define GET_RX_STATUS_DESC_RX_RATE_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+12, 0, 7) -+#define GET_RX_STATUS_DESC_HTC_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+12, 10, 1) -+#define GET_RX_STATUS_DESC_EOSP_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+12, 11, 1) -+#define GET_RX_STATUS_DESC_BSSID_FIT_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+12, 12, 2) -+#define GET_RX_STATUS_DESC_PATTERN_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+12, 29, 1) -+#define GET_RX_STATUS_DESC_UNICAST_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+12, 30, 1) -+#define GET_RX_STATUS_DESC_MAGIC_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+12, 31, 1) -+ -+/* DWORD 6 */ -+#define GET_RX_STATUS_DESC_SPLCP_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+16, 0, 1) -+#define GET_RX_STATUS_DESC_LDPC_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+16, 1, 1) -+#define GET_RX_STATUS_DESC_STBC_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+16, 2, 1) -+#define GET_RX_STATUS_DESC_BW_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+16, 4, 2) -+ -+/* DWORD 5 */ -+#define GET_RX_STATUS_DESC_TSFL_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+20, 0, 32) -+ -+#define GET_RX_STATUS_DESC_BUFF_ADDR_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+24, 0, 32) -+#define GET_RX_STATUS_DESC_BUFF_ADDR64_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+28, 0, 32) -+ -+#define SET_RX_STATUS_DESC_BUFF_ADDR_8723B(__pRxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxDesc+24, 0, 32, __Value) -+ -+ -+/* Dword 0 */ -+#define GET_TX_DESC_OWN_8723B(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc, 31, 1) -+ -+#define SET_TX_DESC_PKT_SIZE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Value) -+#define SET_TX_DESC_OFFSET_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 8, __Value) -+#define SET_TX_DESC_BMC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 24, 1, __Value) -+#define SET_TX_DESC_HTC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 25, 1, __Value) -+#define SET_TX_DESC_LAST_SEG_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 26, 1, __Value) -+#define SET_TX_DESC_FIRST_SEG_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 27, 1, __Value) -+#define SET_TX_DESC_LINIP_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 28, 1, __Value) -+#define SET_TX_DESC_NO_ACM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 29, 1, __Value) -+#define SET_TX_DESC_GF_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 30, 1, __Value) -+#define SET_TX_DESC_OWN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+ -+/* Dword 1 */ -+#define SET_TX_DESC_MACID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 7, __Value) -+#define SET_TX_DESC_QUEUE_SEL_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 8, 5, __Value) -+#define SET_TX_DESC_RDG_NAV_EXT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 13, 1, __Value) -+#define SET_TX_DESC_LSIG_TXOP_EN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 14, 1, __Value) -+#define SET_TX_DESC_PIFS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 15, 1, __Value) -+#define SET_TX_DESC_RATE_ID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 16, 5, __Value) -+#define SET_TX_DESC_EN_DESC_ID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 21, 1, __Value) -+#define SET_TX_DESC_SEC_TYPE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+#define SET_TX_DESC_PKT_OFFSET_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 24, 5, __Value) -+ -+ -+/* Dword 2 */ -+#define SET_TX_DESC_PAID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 9, __Value) -+#define SET_TX_DESC_CCA_RTS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 10, 2, __Value) -+#define SET_TX_DESC_AGG_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 12, 1, __Value) -+#define SET_TX_DESC_RDG_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 13, 1, __Value) -+#define SET_TX_DESC_AGG_BREAK_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 16, 1, __Value) -+#define SET_TX_DESC_MORE_FRAG_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 17, 1, __Value) -+#define SET_TX_DESC_RAW_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 18, 1, __Value) -+#define SET_TX_DESC_SPE_RPT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 19, 1, __Value) -+#define SET_TX_DESC_AMPDU_DENSITY_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 20, 3, __Value) -+#define SET_TX_DESC_BT_INT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 23, 1, __Value) -+#define SET_TX_DESC_GID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 6, __Value) -+ -+ -+/* Dword 3 */ -+#define SET_TX_DESC_WHEADER_LEN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 0, 4, __Value) -+#define SET_TX_DESC_CHK_EN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 4, 1, __Value) -+#define SET_TX_DESC_EARLY_MODE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 5, 1, __Value) -+#define SET_TX_DESC_HWSEQ_SEL_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 6, 2, __Value) -+#define SET_TX_DESC_USE_RATE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 8, 1, __Value) -+#define SET_TX_DESC_DISABLE_RTS_FB_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 9, 1, __Value) -+#define SET_TX_DESC_DISABLE_FB_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 10, 1, __Value) -+#define SET_TX_DESC_CTS2SELF_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 11, 1, __Value) -+#define SET_TX_DESC_RTS_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 12, 1, __Value) -+#define SET_TX_DESC_HW_RTS_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 13, 1, __Value) -+#define SET_TX_DESC_NAV_USE_HDR_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 15, 1, __Value) -+#define SET_TX_DESC_USE_MAX_LEN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 16, 1, __Value) -+#define SET_TX_DESC_MAX_AGG_NUM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 17, 5, __Value) -+#define SET_TX_DESC_NDPA_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 22, 2, __Value) -+#define SET_TX_DESC_AMPDU_MAX_TIME_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 24, 8, __Value) -+ -+/* Dword 4 */ -+#define SET_TX_DESC_TX_RATE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 7, __Value) -+#define SET_TX_DESC_DATA_RATE_FB_LIMIT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 8, 5, __Value) -+#define SET_TX_DESC_RTS_RATE_FB_LIMIT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 13, 4, __Value) -+#define SET_TX_DESC_RETRY_LIMIT_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 17, 1, __Value) -+#define SET_TX_DESC_DATA_RETRY_LIMIT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 18, 6, __Value) -+#define SET_TX_DESC_RTS_RATE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 24, 5, __Value) -+ -+ -+/* Dword 5 */ -+#define SET_TX_DESC_DATA_SC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 4, __Value) -+#define SET_TX_DESC_DATA_SHORT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 4, 1, __Value) -+#define SET_TX_DESC_DATA_BW_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 5, 2, __Value) -+#define SET_TX_DESC_DATA_LDPC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 7, 1, __Value) -+#define SET_TX_DESC_DATA_STBC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 8, 2, __Value) -+#define SET_TX_DESC_CTROL_STBC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 10, 2, __Value) -+#define SET_TX_DESC_RTS_SHORT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 12, 1, __Value) -+#define SET_TX_DESC_RTS_SC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 13, 4, __Value) -+ -+ -+/* Dword 6 */ -+#define SET_TX_DESC_SW_DEFINE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 12, __Value) -+#define SET_TX_DESC_ANTSEL_A_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 16, 3, __Value) -+#define SET_TX_DESC_ANTSEL_B_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 19, 3, __Value) -+#define SET_TX_DESC_ANTSEL_C_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 22, 3, __Value) -+#define SET_TX_DESC_ANTSEL_D_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 25, 3, __Value) -+ -+/* Dword 7 */ -+#define SET_TX_DESC_TX_DESC_CHECKSUM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#define SET_TX_DESC_USB_TXAGG_NUM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 24, 8, __Value) -+#define SET_TX_DESC_SDIO_TXSEQ_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 16, 8, __Value) -+ -+/* Dword 8 */ -+#define SET_TX_DESC_HWSEQ_EN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+ -+/* Dword 9 */ -+#define SET_TX_DESC_SEQ_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 12, 12, __Value) -+ -+/* Dword 10 */ -+#define SET_TX_DESC_TX_BUFFER_ADDRESS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+40, 0, 32, __Value) -+#define GET_TX_DESC_TX_BUFFER_ADDRESS_8723B(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+40, 0, 32) -+ -+/* Dword 11 */ -+#define SET_TX_DESC_NEXT_DESC_ADDRESS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+48, 0, 32, __Value) -+ -+ -+#define SET_EARLYMODE_PKTNUM_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Value) -+#define SET_EARLYMODE_LEN0_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) -+#define SET_EARLYMODE_LEN1_1_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Value) -+#define SET_EARLYMODE_LEN1_2_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Value) -+#define SET_EARLYMODE_LEN2_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Value) -+#define SET_EARLYMODE_LEN3_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Value) -+ -+#endif -+/* */ -+/* */ -+/* Rate */ -+/* */ -+/* */ -+/* CCK Rates, TxHT = 0 */ -+#define DESC8723B_RATE1M 0x00 -+#define DESC8723B_RATE2M 0x01 -+#define DESC8723B_RATE5_5M 0x02 -+#define DESC8723B_RATE11M 0x03 -+ -+/* OFDM Rates, TxHT = 0 */ -+#define DESC8723B_RATE6M 0x04 -+#define DESC8723B_RATE9M 0x05 -+#define DESC8723B_RATE12M 0x06 -+#define DESC8723B_RATE18M 0x07 -+#define DESC8723B_RATE24M 0x08 -+#define DESC8723B_RATE36M 0x09 -+#define DESC8723B_RATE48M 0x0a -+#define DESC8723B_RATE54M 0x0b -+ -+/* MCS Rates, TxHT = 1 */ -+#define DESC8723B_RATEMCS0 0x0c -+#define DESC8723B_RATEMCS1 0x0d -+#define DESC8723B_RATEMCS2 0x0e -+#define DESC8723B_RATEMCS3 0x0f -+#define DESC8723B_RATEMCS4 0x10 -+#define DESC8723B_RATEMCS5 0x11 -+#define DESC8723B_RATEMCS6 0x12 -+#define DESC8723B_RATEMCS7 0x13 -+#define DESC8723B_RATEMCS8 0x14 -+#define DESC8723B_RATEMCS9 0x15 -+#define DESC8723B_RATEMCS10 0x16 -+#define DESC8723B_RATEMCS11 0x17 -+#define DESC8723B_RATEMCS12 0x18 -+#define DESC8723B_RATEMCS13 0x19 -+#define DESC8723B_RATEMCS14 0x1a -+#define DESC8723B_RATEMCS15 0x1b -+#define DESC8723B_RATEVHTSS1MCS0 0x2c -+#define DESC8723B_RATEVHTSS1MCS1 0x2d -+#define DESC8723B_RATEVHTSS1MCS2 0x2e -+#define DESC8723B_RATEVHTSS1MCS3 0x2f -+#define DESC8723B_RATEVHTSS1MCS4 0x30 -+#define DESC8723B_RATEVHTSS1MCS5 0x31 -+#define DESC8723B_RATEVHTSS1MCS6 0x32 -+#define DESC8723B_RATEVHTSS1MCS7 0x33 -+#define DESC8723B_RATEVHTSS1MCS8 0x34 -+#define DESC8723B_RATEVHTSS1MCS9 0x35 -+#define DESC8723B_RATEVHTSS2MCS0 0x36 -+#define DESC8723B_RATEVHTSS2MCS1 0x37 -+#define DESC8723B_RATEVHTSS2MCS2 0x38 -+#define DESC8723B_RATEVHTSS2MCS3 0x39 -+#define DESC8723B_RATEVHTSS2MCS4 0x3a -+#define DESC8723B_RATEVHTSS2MCS5 0x3b -+#define DESC8723B_RATEVHTSS2MCS6 0x3c -+#define DESC8723B_RATEVHTSS2MCS7 0x3d -+#define DESC8723B_RATEVHTSS2MCS8 0x3e -+#define DESC8723B_RATEVHTSS2MCS9 0x3f -+ -+ -+#define RX_HAL_IS_CCK_RATE_8723B(pDesc)\ -+ (GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE1M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE2M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE5_5M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE11M) -+ -+ -+void rtl8723b_update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem); -+void rtl8723b_fill_fake_txdesc(struct adapter *padapter, u8 *pDesc, u32 BufferLen, u8 IsPsPoll, u8 IsBTQosNull, u8 bDataFrame); -+ -+s32 rtl8723bs_init_xmit_priv(struct adapter *padapter); -+void rtl8723bs_free_xmit_priv(struct adapter *padapter); -+s32 rtl8723bs_hal_xmit(struct adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8723bs_mgnt_xmit(struct adapter *padapter, struct xmit_frame *pmgntframe); -+s32 rtl8723bs_hal_xmitframe_enqueue(struct adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8723bs_xmit_buf_handler(struct adapter *padapter); -+int rtl8723bs_xmit_thread(void *context); -+#define hal_xmit_handler rtl8723bs_xmit_buf_handler -+ -+u8 BWMapping_8723B(struct adapter * Adapter, struct pkt_attrib *pattrib); -+u8 SCMapping_8723B(struct adapter * Adapter, struct pkt_attrib *pattrib); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_ap.h linux/3rdparty/rtl8723bs/include/rtw_ap.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_ap.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_ap.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,47 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_AP_H_ -+#define __RTW_AP_H_ -+ -+void init_mlme_ap_info(struct adapter *padapter); -+void free_mlme_ap_info(struct adapter *padapter); -+/* void update_BCNTIM(struct adapter *padapter); */ -+void update_beacon(struct adapter *padapter, u8 ie_id, u8 *oui, u8 tx); -+void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level); -+void expire_timeout_chk(struct adapter *padapter); -+void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta); -+void start_bss_network(struct adapter *padapter, u8 *pbuf); -+int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len); -+void rtw_ap_restore_network(struct adapter *padapter); -+void rtw_set_macaddr_acl(struct adapter *padapter, int mode); -+int rtw_acl_add_sta(struct adapter *padapter, u8 *addr); -+int rtw_acl_remove_sta(struct adapter *padapter, u8 *addr); -+ -+u8 rtw_ap_set_pairwise_key(struct adapter *padapter, struct sta_info *psta); -+int rtw_ap_set_group_key(struct adapter *padapter, u8 *key, u8 alg, int keyid); -+int rtw_ap_set_wep_key(struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx); -+ -+void associated_clients_update(struct adapter *padapter, u8 updated); -+void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta); -+u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta); -+void sta_info_update(struct adapter *padapter, struct sta_info *psta); -+void ap_sta_info_defer_update(struct adapter *padapter, struct sta_info *psta); -+u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta, bool active, u16 reason); -+int rtw_sta_flush(struct adapter *padapter); -+void start_ap_mode(struct adapter *padapter); -+void stop_ap_mode(struct adapter *padapter); -+ -+#endif -+void update_bmc_sta(struct adapter *padapter); -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_beamforming.h linux/3rdparty/rtl8723bs/include/rtw_beamforming.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_beamforming.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_beamforming.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,135 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_BEAMFORMING_H_ -+#define __RTW_BEAMFORMING_H_ -+ -+#define BEAMFORMING_ENTRY_NUM 2 -+#define GET_BEAMFORM_INFO(_pmlmepriv) ((struct beamforming_info *)(&(_pmlmepriv)->beamforming_info)) -+ -+typedef enum _BEAMFORMING_ENTRY_STATE -+{ -+ BEAMFORMING_ENTRY_STATE_UNINITIALIZE, -+ BEAMFORMING_ENTRY_STATE_INITIALIZEING, -+ BEAMFORMING_ENTRY_STATE_INITIALIZED, -+ BEAMFORMING_ENTRY_STATE_PROGRESSING, -+ BEAMFORMING_ENTRY_STATE_PROGRESSED, -+}BEAMFORMING_ENTRY_STATE, *PBEAMFORMING_ENTRY_STATE; -+ -+ -+typedef enum _BEAMFORMING_STATE -+{ -+ BEAMFORMING_STATE_IDLE, -+ BEAMFORMING_STATE_START, -+ BEAMFORMING_STATE_END, -+}BEAMFORMING_STATE, *PBEAMFORMING_STATE; -+ -+ -+typedef enum _BEAMFORMING_CAP -+{ -+ BEAMFORMING_CAP_NONE = 0x0, -+ BEAMFORMER_CAP_HT_EXPLICIT = 0x1, -+ BEAMFORMEE_CAP_HT_EXPLICIT = 0x2, -+ BEAMFORMER_CAP_VHT_SU = 0x4, /* Self has er Cap, because Reg er & peer ee */ -+ BEAMFORMEE_CAP_VHT_SU = 0x8, /* Self has ee Cap, because Reg ee & peer er */ -+ BEAMFORMER_CAP = 0x10, -+ BEAMFORMEE_CAP = 0x20, -+}BEAMFORMING_CAP, *PBEAMFORMING_CAP; -+ -+ -+typedef enum _SOUNDING_MODE -+{ -+ SOUNDING_SW_VHT_TIMER = 0x0, -+ SOUNDING_SW_HT_TIMER = 0x1, -+ SOUNDING_STOP_All_TIMER = 0x2, -+ SOUNDING_HW_VHT_TIMER = 0x3, -+ SOUNDING_HW_HT_TIMER = 0x4, -+ SOUNDING_STOP_OID_TIMER = 0x5, -+ SOUNDING_AUTO_VHT_TIMER = 0x6, -+ SOUNDING_AUTO_HT_TIMER = 0x7, -+ SOUNDING_FW_VHT_TIMER = 0x8, -+ SOUNDING_FW_HT_TIMER = 0x9, -+}SOUNDING_MODE, *PSOUNDING_MODE; -+ -+ -+enum BEAMFORMING_CTRL_TYPE -+{ -+ BEAMFORMING_CTRL_ENTER = 0, -+ BEAMFORMING_CTRL_LEAVE = 1, -+ BEAMFORMING_CTRL_START_PERIOD = 2, -+ BEAMFORMING_CTRL_END_PERIOD = 3, -+ BEAMFORMING_CTRL_SOUNDING_FAIL =4, -+ BEAMFORMING_CTRL_SOUNDING_CLK =5, -+}; -+ -+struct beamforming_entry { -+ bool bUsed; -+ bool bSound; -+ u16 aid; /* Used to construct AID field of NDPA packet. */ -+ u16 mac_id; /* Used to Set Reg42C in IBSS mode. */ -+ u16 p_aid; /* Used to fill Reg42C & Reg714 to compare with P_AID of Tx DESC. */ -+ u8 mac_addr[6];/* Used to fill Reg6E4 to fill Mac address of CSI report frame. */ -+ enum CHANNEL_WIDTH sound_bw; /* Sounding BandWidth */ -+ u16 sound_period; -+ BEAMFORMING_CAP beamforming_entry_cap; -+ BEAMFORMING_ENTRY_STATE beamforming_entry_state; -+ u8 LogSeq; -+ u8 LogRetryCnt; -+ u8 LogSuccessCnt; -+ u8 LogStatusFailCnt; -+ u8 PreCsiReport[327]; -+ u8 DefaultCsiCnt; -+ bool bDefaultCSI; -+}; -+ -+struct sounding_info { -+ u8 sound_idx; -+ enum CHANNEL_WIDTH sound_bw; -+ SOUNDING_MODE sound_mode; -+ u16 sound_period; -+}; -+ -+struct beamforming_info { -+ BEAMFORMING_CAP beamforming_cap; -+ BEAMFORMING_STATE beamforming_state; -+ struct beamforming_entry beamforming_entry[BEAMFORMING_ENTRY_NUM]; -+ u8 beamforming_cur_idx; -+ u8 beamforming_in_progress; -+ u8 sounding_sequence; -+ struct sounding_info sounding_info; -+}; -+ -+struct rtw_ndpa_sta_info { -+ u16 aid:12; -+ u16 feedback_type:1; -+ u16 nc_index:3; -+}; -+ -+BEAMFORMING_CAP beamforming_get_entry_beam_cap_by_mac_id(void *pmlmepriv , u8 mac_id); -+void beamforming_notify(struct adapter * adapter); -+BEAMFORMING_CAP beamforming_get_beamform_cap(struct beamforming_info *pBeamInfo); -+ -+u32 beamforming_get_report_frame(struct adapter * Adapter, union recv_frame *precv_frame); -+ -+bool beamforming_send_ht_ndpa_packet(struct adapter * Adapter, u8 *ra, enum CHANNEL_WIDTH bw, u8 qidx); -+bool beamforming_send_vht_ndpa_packet(struct adapter * Adapter, u8 *ra, u16 aid, enum CHANNEL_WIDTH bw, u8 qidx); -+ -+void beamforming_check_sounding_success(struct adapter * Adapter, bool status); -+ -+void beamforming_watchdog(struct adapter * Adapter); -+ -+void beamforming_wk_hdl(struct adapter *padapter, u8 type, u8 *pbuf); -+u8 beamforming_wk_cmd(struct adapter *padapter, s32 type, u8 *pbuf, s32 size, u8 enqueue); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_br_ext.h linux/3rdparty/rtl8723bs/include/rtw_br_ext.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_br_ext.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_br_ext.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,63 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTW_BR_EXT_H_ -+#define _RTW_BR_EXT_H_ -+ -+#define MACADDRLEN 6 -+#define _DEBUG_ERR DBG_8192C -+#define _DEBUG_INFO /* DBG_8192C */ -+#define DEBUG_WARN DBG_8192C -+#define DEBUG_INFO /* DBG_8192C */ -+#define DEBUG_ERR DBG_8192C -+/* define GET_MY_HWADDR ((GET_MIB(priv))->dot11OperationEntry.hwaddr) */ -+#define GET_MY_HWADDR(padapter) ((padapter)->eeprompriv.mac_addr) -+ -+#define NAT25_HASH_BITS 4 -+#define NAT25_HASH_SIZE (1 << NAT25_HASH_BITS) -+#define NAT25_AGEING_TIME 300 -+ -+#define MAX_NETWORK_ADDR_LEN 17 -+ -+struct nat25_network_db_entry -+{ -+ struct nat25_network_db_entry *next_hash; -+ struct nat25_network_db_entry **pprev_hash; -+ atomic_t use_count; -+ unsigned char macAddr[6]; -+ unsigned long ageing_timer; -+ unsigned char networkAddr[MAX_NETWORK_ADDR_LEN]; -+}; -+ -+enum NAT25_METHOD { -+ NAT25_MIN, -+ NAT25_CHECK, -+ NAT25_INSERT, -+ NAT25_LOOKUP, -+ NAT25_PARSE, -+ NAT25_MAX -+}; -+ -+struct br_ext_info { -+ unsigned int nat25_disable; -+ unsigned int macclone_enable; -+ unsigned int dhcp_bcst_disable; -+ int addPPPoETag; /* 1: Add PPPoE relay-SID, 0: disable */ -+ unsigned char nat25_dmzMac[MACADDRLEN]; -+ unsigned int nat25sc_disable; -+}; -+ -+void nat25_db_cleanup(struct adapter *priv); -+ -+#endif /* _RTW_BR_EXT_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_btcoex.h linux/3rdparty/rtl8723bs/include/rtw_btcoex.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_btcoex.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_btcoex.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,64 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_BTCOEX_H__ -+#define __RTW_BTCOEX_H__ -+ -+#include -+ -+ -+#define PACKET_NORMAL 0 -+#define PACKET_DHCP 1 -+#define PACKET_ARP 2 -+#define PACKET_EAPOL 3 -+ -+void rtw_btcoex_Initialize(struct adapter *); -+void rtw_btcoex_PowerOnSetting(struct adapter *padapter); -+void rtw_btcoex_HAL_Initialize(struct adapter *padapter, u8 bWifiOnly); -+void rtw_btcoex_IpsNotify(struct adapter *, u8 type); -+void rtw_btcoex_LpsNotify(struct adapter *, u8 type); -+void rtw_btcoex_ScanNotify(struct adapter *, u8 type); -+void rtw_btcoex_ConnectNotify(struct adapter *, u8 action); -+void rtw_btcoex_MediaStatusNotify(struct adapter *, u8 mediaStatus); -+void rtw_btcoex_SpecialPacketNotify(struct adapter *, u8 pktType); -+void rtw_btcoex_IQKNotify(struct adapter *padapter, u8 state); -+void rtw_btcoex_BtInfoNotify(struct adapter *, u8 length, u8 *tmpBuf); -+void rtw_btcoex_SuspendNotify(struct adapter *, u8 state); -+void rtw_btcoex_HaltNotify(struct adapter *); -+u8 rtw_btcoex_IsBtDisabled(struct adapter *); -+void rtw_btcoex_Handler(struct adapter *); -+s32 rtw_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *); -+void rtw_btcoex_SetManualControl(struct adapter *, u8 bmanual); -+u8 rtw_btcoex_IsBtControlLps(struct adapter *); -+u8 rtw_btcoex_IsLpsOn(struct adapter *); -+u8 rtw_btcoex_RpwmVal(struct adapter *); -+u8 rtw_btcoex_LpsVal(struct adapter *); -+void rtw_btcoex_SetBTCoexist(struct adapter *, u8 bBtExist); -+void rtw_btcoex_SetChipType(struct adapter *, u8 chipType); -+void rtw_btcoex_SetPGAntNum(struct adapter *, u8 antNum); -+void rtw_btcoex_SetSingleAntPath(struct adapter *padapter, u8 singleAntPath); -+u32 rtw_btcoex_GetRaMask(struct adapter *); -+void rtw_btcoex_RecordPwrMode(struct adapter *, u8 *pCmdBuf, u8 cmdLen); -+void rtw_btcoex_DisplayBtCoexInfo(struct adapter *, u8 *pbuf, u32 bufsize); -+void rtw_btcoex_SetDBG(struct adapter *, u32 *pDbgModule); -+u32 rtw_btcoex_GetDBG(struct adapter *, u8 *pStrBuf, u32 bufSize); -+ -+/* ================================================== */ -+/* Below Functions are called by BT-Coex */ -+/* ================================================== */ -+void rtw_btcoex_RejectApAggregatedPacket(struct adapter *, u8 enable); -+void rtw_btcoex_LPS_Enter(struct adapter *); -+void rtw_btcoex_LPS_Leave(struct adapter *); -+ -+#endif /* __RTW_BTCOEX_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_byteorder.h linux/3rdparty/rtl8723bs/include/rtw_byteorder.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_byteorder.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_byteorder.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,24 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTL871X_BYTEORDER_H_ -+#define _RTL871X_BYTEORDER_H_ -+ -+#if defined (__LITTLE_ENDIAN) -+#include -+#else -+# include -+#endif -+ -+#endif /* _RTL871X_BYTEORDER_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_cmd.h linux/3rdparty/rtl8723bs/include/rtw_cmd.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_cmd.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,980 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_CMD_H_ -+#define __RTW_CMD_H_ -+ -+ -+#define C2H_MEM_SZ (16*1024) -+ -+ #define FREE_CMDOBJ_SZ 128 -+ -+ #define MAX_CMDSZ 1024 -+ #define MAX_RSPSZ 512 -+ #define MAX_EVTSZ 1024 -+ -+ #define CMDBUFF_ALIGN_SZ 512 -+ -+ struct cmd_obj { -+ struct adapter *padapter; -+ u16 cmdcode; -+ u8 res; -+ u8 *parmbuf; -+ u32 cmdsz; -+ u8 *rsp; -+ u32 rspsz; -+ struct submit_ctx *sctx; -+ /* _sema cmd_sem; */ -+ struct list_head list; -+ }; -+ -+ /* cmd flags */ -+ enum { -+ RTW_CMDF_DIRECTLY = BIT0, -+ RTW_CMDF_WAIT_ACK = BIT1, -+ }; -+ -+ struct cmd_priv { -+ _sema cmd_queue_sema; -+ /* _sema cmd_done_sema; */ -+ _sema terminate_cmdthread_sema; -+ struct __queue cmd_queue; -+ u8 cmd_seq; -+ u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */ -+ u8 *cmd_allocated_buf; -+ u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */ -+ u8 *rsp_allocated_buf; -+ u32 cmd_issued_cnt; -+ u32 cmd_done_cnt; -+ u32 rsp_cnt; -+ atomic_t cmdthd_running; -+ /* u8 cmdthd_running; */ -+ u8 stop_req; -+ struct adapter *padapter; -+ _mutex sctx_mutex; -+ }; -+ -+ struct evt_priv { -+ _workitem c2h_wk; -+ bool c2h_wk_alive; -+ struct rtw_cbuf *c2h_queue; -+ #define C2H_QUEUE_MAX_LEN 10 -+ -+ atomic_t event_seq; -+ u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */ -+ u8 *evt_allocated_buf; -+ u32 evt_done_cnt; -+ u8 *c2h_mem; -+ u8 *allocated_c2h_mem; -+ }; -+ -+#define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ -+do {\ -+ INIT_LIST_HEAD(&pcmd->list);\ -+ pcmd->cmdcode = code;\ -+ pcmd->parmbuf = (u8 *)(pparm);\ -+ pcmd->cmdsz = sizeof (*pparm);\ -+ pcmd->rsp = NULL;\ -+ pcmd->rspsz = 0;\ -+} while (0) -+ -+#define init_h2fwcmd_w_parm_no_parm_rsp(pcmd, code) \ -+do {\ -+ INIT_LIST_HEAD(&pcmd->list);\ -+ pcmd->cmdcode = code;\ -+ pcmd->parmbuf = NULL;\ -+ pcmd->cmdsz = 0;\ -+ pcmd->rsp = NULL;\ -+ pcmd->rspsz = 0;\ -+} while (0) -+ -+struct c2h_evt_hdr { -+ u8 id:4; -+ u8 plen:4; -+ u8 seq; -+ u8 payload[0]; -+}; -+ -+struct c2h_evt_hdr_88xx { -+ u8 id; -+ u8 seq; -+ u8 payload[12]; -+ u8 plen; -+ u8 trigger; -+}; -+ -+#define c2h_evt_valid(c2h_evt) ((c2h_evt)->id || (c2h_evt)->plen) -+ -+struct P2P_PS_Offload_t { -+ u8 Offload_En:1; -+ u8 role:1; /* 1: Owner, 0: Client */ -+ u8 CTWindow_En:1; -+ u8 NoA0_En:1; -+ u8 NoA1_En:1; -+ u8 AllStaSleep:1; /* Only valid in Owner */ -+ u8 discovery:1; -+ u8 rsvd:1; -+}; -+ -+struct P2P_PS_CTWPeriod_t { -+ u8 CTWPeriod; /* TU */ -+}; -+ -+extern u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); -+extern struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv); -+extern void rtw_free_cmd_obj(struct cmd_obj *pcmd); -+ -+void rtw_stop_cmd_thread(struct adapter *adapter); -+int rtw_cmd_thread(void *context); -+ -+extern u32 rtw_init_cmd_priv (struct cmd_priv *pcmdpriv); -+extern void rtw_free_cmd_priv (struct cmd_priv *pcmdpriv); -+ -+extern u32 rtw_init_evt_priv (struct evt_priv *pevtpriv); -+extern void rtw_free_evt_priv (struct evt_priv *pevtpriv); -+extern void rtw_evt_notify_isr(struct evt_priv *pevtpriv); -+ -+enum rtw_drvextra_cmd_id -+{ -+ NONE_WK_CID, -+ DYNAMIC_CHK_WK_CID, -+ DM_CTRL_WK_CID, -+ PBC_POLLING_WK_CID, -+ POWER_SAVING_CTRL_WK_CID,/* IPS, AUTOSuspend */ -+ LPS_CTRL_WK_CID, -+ ANT_SELECT_WK_CID, -+ P2P_PS_WK_CID, -+ P2P_PROTO_WK_CID, -+ CHECK_HIQ_WK_CID,/* for softap mode, check hi queue if empty */ -+ INTEl_WIDI_WK_CID, -+ C2H_WK_CID, -+ RTP_TIMER_CFG_WK_CID, -+ RESET_SECURITYPRIV, /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ FREE_ASSOC_RESOURCES, /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ DM_IN_LPS_WK_CID, -+ DM_RA_MSK_WK_CID, /* add for STA update RAMask when bandwith change. */ -+ BEAMFORMING_WK_CID, -+ LPS_CHANGE_DTIM_CID, -+ BTINFO_WK_CID, -+ MAX_WK_CID -+}; -+ -+enum LPS_CTRL_TYPE -+{ -+ LPS_CTRL_SCAN = 0, -+ LPS_CTRL_JOINBSS = 1, -+ LPS_CTRL_CONNECT =2, -+ LPS_CTRL_DISCONNECT =3, -+ LPS_CTRL_SPECIAL_PACKET =4, -+ LPS_CTRL_LEAVE =5, -+ LPS_CTRL_TRAFFIC_BUSY = 6, -+}; -+ -+enum RFINTFS { -+ SWSI, -+ HWSI, -+ HWPI, -+}; -+ -+/* -+Caller Mode: Infra, Ad-HoC(C) -+ -+Notes: To enter USB suspend mode -+ -+Command Mode -+ -+*/ -+struct usb_suspend_parm { -+ u32 action;/* 1: sleep, 0:resume */ -+}; -+ -+/* -+Caller Mode: Infra, Ad-HoC -+ -+Notes: To join a known BSS. -+ -+Command-Event Mode -+ -+*/ -+ -+/* -+Caller Mode: Infra, Ad-Hoc -+ -+Notes: To join the specified bss -+ -+Command Event Mode -+ -+*/ -+struct joinbss_parm { -+ struct wlan_bssid_ex network; -+}; -+ -+/* -+Caller Mode: Infra, Ad-HoC(C) -+ -+Notes: To disconnect the current associated BSS -+ -+Command Mode -+ -+*/ -+struct disconnect_parm { -+ u32 deauth_timeout_ms; -+}; -+ -+/* -+Caller Mode: AP, Ad-HoC(M) -+ -+Notes: To create a BSS -+ -+Command Mode -+*/ -+struct createbss_parm { -+ struct wlan_bssid_ex network; -+}; -+ -+/* -+Caller Mode: AP, Ad-HoC, Infra -+ -+Notes: To set the NIC mode of RTL8711 -+ -+Command Mode -+ -+The definition of mode: -+ -+#define IW_MODE_AUTO 0 Let the driver decides which AP to join -+#define IW_MODE_ADHOC 1 Single cell network (Ad-Hoc Clients) -+#define IW_MODE_INFRA 2 Multi cell network, roaming, .. -+#define IW_MODE_MASTER 3 Synchronisation master or Access Point -+#define IW_MODE_REPEAT 4 Wireless Repeater (forwarder) -+#define IW_MODE_SECOND 5 Secondary master/repeater (backup) -+#define IW_MODE_MONITOR 6 Passive monitor (listen only) -+ -+*/ -+struct setopmode_parm { -+ u8 mode; -+ u8 rsvd[3]; -+}; -+ -+/* -+Caller Mode: AP, Ad-HoC, Infra -+ -+Notes: To ask RTL8711 performing site-survey -+ -+Command-Event Mode -+ -+*/ -+ -+#define RTW_SSID_SCAN_AMOUNT 9 /* for WEXT_CSCAN_AMOUNT 9 */ -+#define RTW_CHANNEL_SCAN_AMOUNT (14+37) -+struct sitesurvey_parm { -+ sint scan_mode; /* active: 1, passive: 0 */ -+ u8 ssid_num; -+ u8 ch_num; -+ struct ndis_802_11_ssid ssid[RTW_SSID_SCAN_AMOUNT]; -+ struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To set the auth type of RTL8711. open/shared/802.1x -+ -+Command Mode -+ -+*/ -+struct setauth_parm { -+ u8 mode; /* 0: legacy open, 1: legacy shared 2: 802.1x */ -+ u8 _1x; /* 0: PSK, 1: TLS */ -+ u8 rsvd[2]; -+}; -+ -+/* -+Caller Mode: Infra -+ -+a. algorithm: wep40, wep104, tkip & aes -+b. keytype: grp key/unicast key -+c. key contents -+ -+when shared key ==> keyid is the camid -+when 802.1x ==> keyid [0:1] ==> grp key -+when 802.1x ==> keyid > 2 ==> unicast key -+ -+*/ -+struct setkey_parm { -+ u8 algorithm; /* encryption algorithm, could be none, wep40, TKIP, CCMP, wep104 */ -+ u8 keyid; -+ u8 grpkey; /* 1: this is the grpkey for 802.1x. 0: this is the unicast key for 802.1x */ -+ u8 set_tx; /* 1: main tx key for wep. 0: other key. */ -+ u8 key[16]; /* this could be 40 or 104 */ -+}; -+ -+/* -+When in AP or Ad-Hoc mode, this is used to -+allocate an sw/hw entry for a newly associated sta. -+ -+Command -+ -+when shared key ==> algorithm/keyid -+ -+*/ -+struct set_stakey_parm { -+ u8 addr[ETH_ALEN]; -+ u8 algorithm; -+ u8 keyid; -+ u8 key[16]; -+}; -+ -+struct set_stakey_rsp { -+ u8 addr[ETH_ALEN]; -+ u8 keyid; -+ u8 rsvd; -+}; -+ -+/* -+Caller Ad-Hoc/AP -+ -+Command -Rsp(AID == CAMID) mode -+ -+This is to force fw to add an sta_data entry per driver's request. -+ -+FW will write an cam entry associated with it. -+ -+*/ -+struct set_assocsta_parm { -+ u8 addr[ETH_ALEN]; -+}; -+ -+struct set_assocsta_rsp { -+ u8 cam_id; -+ u8 rsvd[3]; -+}; -+ -+/* -+ Caller Ad-Hoc/AP -+ -+ Command mode -+ -+ This is to force fw to del an sta_data entry per driver's request -+ -+ FW will invalidate the cam entry associated with it. -+ -+*/ -+struct del_assocsta_parm { -+ u8 addr[ETH_ALEN]; -+}; -+ -+/* -+Caller Mode: AP/Ad-HoC(M) -+ -+Notes: To notify fw that given staid has changed its power state -+ -+Command Mode -+ -+*/ -+struct setstapwrstate_parm { -+ u8 staid; -+ u8 status; -+ u8 hwaddr[6]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To setup the basic rate of RTL8711 -+ -+Command Mode -+ -+*/ -+struct setbasicrate_parm { -+ u8 basicrates[NumRates]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To read the current basic rate -+ -+Command-Rsp Mode -+ -+*/ -+struct getbasicrate_parm { -+ u32 rsvd; -+}; -+ -+struct getbasicrate_rsp { -+ u8 basicrates[NumRates]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To setup the data rate of RTL8711 -+ -+Command Mode -+ -+*/ -+struct setdatarate_parm { -+ u8 mac_id; -+ u8 datarates[NumRates]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To read the current data rate -+ -+Command-Rsp Mode -+ -+*/ -+struct getdatarate_parm { -+ u32 rsvd; -+ -+}; -+struct getdatarate_rsp { -+ u8 datarates[NumRates]; -+}; -+ -+ -+/* -+Caller Mode: Any -+AP: AP can use the info for the contents of beacon frame -+Infra: STA can use the info when sitesurveying -+Ad-HoC(M): Like AP -+Ad-HoC(C): Like STA -+ -+ -+Notes: To set the phy capability of the NIC -+ -+Command Mode -+ -+*/ -+ -+struct setphyinfo_parm { -+ struct regulatory_class class_sets[NUM_REGULATORYS]; -+ u8 status; -+}; -+ -+struct getphyinfo_parm { -+ u32 rsvd; -+}; -+ -+struct getphyinfo_rsp { -+ struct regulatory_class class_sets[NUM_REGULATORYS]; -+ u8 status; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To set the channel/modem/band -+This command will be used when channel/modem/band is changed. -+ -+Command Mode -+ -+*/ -+struct setphy_parm { -+ u8 rfchannel; -+ u8 modem; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To get the current setting of channel/modem/band -+ -+Command-Rsp Mode -+ -+*/ -+struct getphy_parm { -+ u32 rsvd; -+ -+}; -+struct getphy_rsp { -+ u8 rfchannel; -+ u8 modem; -+}; -+ -+struct readBB_parm { -+ u8 offset; -+}; -+struct readBB_rsp { -+ u8 value; -+}; -+ -+struct readTSSI_parm { -+ u8 offset; -+}; -+struct readTSSI_rsp { -+ u8 value; -+}; -+ -+struct writeBB_parm { -+ u8 offset; -+ u8 value; -+}; -+ -+struct readRF_parm { -+ u8 offset; -+}; -+struct readRF_rsp { -+ u32 value; -+}; -+ -+struct writeRF_parm { -+ u32 offset; -+ u32 value; -+}; -+ -+struct getrfintfs_parm { -+ u8 rfintfs; -+}; -+ -+ -+struct Tx_Beacon_param -+{ -+ struct wlan_bssid_ex network; -+}; -+ -+/* -+ Notes: This command is used for H2C/C2H loopback testing -+ -+ mac[0] == 0 -+ ==> CMD mode, return H2C_SUCCESS. -+ The following condition must be ture under CMD mode -+ mac[1] == mac[4], mac[2] == mac[3], mac[0]=mac[5]= 0; -+ s0 == 0x1234, s1 == 0xabcd, w0 == 0x78563412, w1 == 0x5aa5def7; -+ s2 == (b1 << 8 | b0); -+ -+ mac[0] == 1 -+ ==> CMD_RSP mode, return H2C_SUCCESS_RSP -+ -+ The rsp layout shall be: -+ rsp: parm: -+ mac[0] = mac[5]; -+ mac[1] = mac[4]; -+ mac[2] = mac[3]; -+ mac[3] = mac[2]; -+ mac[4] = mac[1]; -+ mac[5] = mac[0]; -+ s0 = s1; -+ s1 = swap16(s0); -+ w0 = swap32(w1); -+ b0 = b1 -+ s2 = s0 + s1 -+ b1 = b0 -+ w1 = w0 -+ -+ mac[0] == 2 -+ ==> CMD_EVENT mode, return H2C_SUCCESS -+ The event layout shall be: -+ event: parm: -+ mac[0] = mac[5]; -+ mac[1] = mac[4]; -+ mac[2] = event's sequence number, starting from 1 to parm's marc[3] -+ mac[3] = mac[2]; -+ mac[4] = mac[1]; -+ mac[5] = mac[0]; -+ s0 = swap16(s0) - event.mac[2]; -+ s1 = s1 + event.mac[2]; -+ w0 = swap32(w0); -+ b0 = b1 -+ s2 = s0 + event.mac[2] -+ b1 = b0 -+ w1 = swap32(w1) - event.mac[2]; -+ -+ parm->mac[3] is the total event counts that host requested. -+ -+ -+ event will be the same with the cmd's param. -+ -+*/ -+ -+/* CMD param Formart for driver extra cmd handler */ -+struct drvextra_cmd_parm { -+ int ec_id; /* extra cmd id */ -+ int type; /* Can use this field as the type id or command size */ -+ int size; /* buffer size */ -+ unsigned char *pbuf; -+}; -+ -+/*------------------- Below are used for RF/BB tunning ---------------------*/ -+ -+struct setantenna_parm { -+ u8 tx_antset; -+ u8 rx_antset; -+ u8 tx_antenna; -+ u8 rx_antenna; -+}; -+ -+struct enrateadaptive_parm { -+ u32 en; -+}; -+ -+struct settxagctbl_parm { -+ u32 txagc[MAX_RATES_LENGTH]; -+}; -+ -+struct gettxagctbl_parm { -+ u32 rsvd; -+}; -+struct gettxagctbl_rsp { -+ u32 txagc[MAX_RATES_LENGTH]; -+}; -+ -+struct setagcctrl_parm { -+ u32 agcctrl; /* 0: pure hw, 1: fw */ -+}; -+ -+ -+struct setssup_parm { -+ u32 ss_ForceUp[MAX_RATES_LENGTH]; -+}; -+ -+struct getssup_parm { -+ u32 rsvd; -+}; -+struct getssup_rsp { -+ u8 ss_ForceUp[MAX_RATES_LENGTH]; -+}; -+ -+ -+struct setssdlevel_parm { -+ u8 ss_DLevel[MAX_RATES_LENGTH]; -+}; -+ -+struct getssdlevel_parm { -+ u32 rsvd; -+}; -+struct getssdlevel_rsp { -+ u8 ss_DLevel[MAX_RATES_LENGTH]; -+}; -+ -+struct setssulevel_parm { -+ u8 ss_ULevel[MAX_RATES_LENGTH]; -+}; -+ -+struct getssulevel_parm { -+ u32 rsvd; -+}; -+struct getssulevel_rsp { -+ u8 ss_ULevel[MAX_RATES_LENGTH]; -+}; -+ -+ -+struct setcountjudge_parm { -+ u8 count_judge[MAX_RATES_LENGTH]; -+}; -+ -+struct getcountjudge_parm { -+ u32 rsvd; -+}; -+struct getcountjudge_rsp { -+ u8 count_judge[MAX_RATES_LENGTH]; -+}; -+ -+ -+struct setratable_parm { -+ u8 ss_ForceUp[NumRates]; -+ u8 ss_ULevel[NumRates]; -+ u8 ss_DLevel[NumRates]; -+ u8 count_judge[NumRates]; -+}; -+ -+struct getratable_parm { -+ uint rsvd; -+}; -+struct getratable_rsp { -+ u8 ss_ForceUp[NumRates]; -+ u8 ss_ULevel[NumRates]; -+ u8 ss_DLevel[NumRates]; -+ u8 count_judge[NumRates]; -+}; -+ -+ -+/* to get TX, RX retry count */ -+struct gettxretrycnt_parm{ -+ unsigned int rsvd; -+}; -+struct gettxretrycnt_rsp{ -+ unsigned long tx_retrycnt; -+}; -+ -+struct getrxretrycnt_parm{ -+ unsigned int rsvd; -+}; -+struct getrxretrycnt_rsp{ -+ unsigned long rx_retrycnt; -+}; -+ -+/* to get BCNOK, BCNERR count */ -+struct getbcnokcnt_parm{ -+ unsigned int rsvd; -+}; -+struct getbcnokcnt_rsp{ -+ unsigned long bcnokcnt; -+}; -+ -+struct getbcnerrcnt_parm{ -+ unsigned int rsvd; -+}; -+struct getbcnerrcnt_rsp{ -+ unsigned long bcnerrcnt; -+}; -+ -+/* to get current TX power level */ -+struct getcurtxpwrlevel_parm{ -+ unsigned int rsvd; -+}; -+struct getcurtxpwrlevel_rsp{ -+ unsigned short tx_power; -+}; -+ -+struct setprobereqextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+struct setassocreqextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+struct setproberspextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+struct setassocrspextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+ -+struct addBaReq_parm -+{ -+ unsigned int tid; -+ u8 addr[ETH_ALEN]; -+}; -+ -+/*H2C Handler index: 46 */ -+struct set_ch_parm { -+ u8 ch; -+ u8 bw; -+ u8 ch_offset; -+}; -+ -+/*H2C Handler index: 59 */ -+struct SetChannelPlan_param -+{ -+ u8 channel_plan; -+}; -+ -+/*H2C Handler index: 60 */ -+struct LedBlink_param -+{ -+ void *pLed; -+}; -+ -+/*H2C Handler index: 61 */ -+struct SetChannelSwitch_param -+{ -+ u8 new_ch_no; -+}; -+ -+/*H2C Handler index: 62 */ -+struct TDLSoption_param -+{ -+ u8 addr[ETH_ALEN]; -+ u8 option; -+}; -+ -+/*H2C Handler index: 64 */ -+struct RunInThread_param -+{ -+ void (*func)(void*); -+ void *context; -+}; -+ -+ -+#define GEN_CMD_CODE(cmd) cmd ## _CMD_ -+ -+ -+/* -+ -+Result: -+0x00: success -+0x01: sucess, and check Response. -+0x02: cmd ignored due to duplicated sequcne number -+0x03: cmd dropped due to invalid cmd code -+0x04: reserved. -+ -+*/ -+ -+#define H2C_RSP_OFFSET 512 -+ -+#define H2C_SUCCESS 0x00 -+#define H2C_SUCCESS_RSP 0x01 -+#define H2C_DUPLICATED 0x02 -+#define H2C_DROPPED 0x03 -+#define H2C_PARAMETERS_ERROR 0x04 -+#define H2C_REJECTED 0x05 -+#define H2C_CMD_OVERFLOW 0x06 -+#define H2C_RESERVED 0x07 -+ -+u8 rtw_sitesurvey_cmd(struct adapter *padapter, struct ndis_802_11_ssid *ssid, int ssid_num, struct rtw_ieee80211_channel *ch, int ch_num); -+extern u8 rtw_createbss_cmd(struct adapter *padapter); -+u8 rtw_startbss_cmd(struct adapter *padapter, int flags); -+ -+struct sta_info; -+extern u8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool enqueue); -+extern u8 rtw_clearstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 enqueue); -+ -+extern u8 rtw_joinbss_cmd(struct adapter *padapter, struct wlan_network* pnetwork); -+u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue); -+extern u8 rtw_setopmode_cmd(struct adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype, bool enqueue); -+extern u8 rtw_setdatarate_cmd(struct adapter *padapter, u8 *rateset); -+extern u8 rtw_setrfintfs_cmd(struct adapter *padapter, u8 mode); -+ -+extern u8 rtw_gettssi_cmd(struct adapter *padapter, u8 offset, u8 *pval); -+extern u8 rtw_setfwdig_cmd(struct adapter *padapter, u8 type); -+extern u8 rtw_setfwra_cmd(struct adapter *padapter, u8 type); -+ -+extern u8 rtw_addbareq_cmd(struct adapter *padapter, u8 tid, u8 *addr); -+/* add for CONFIG_IEEE80211W, none 11w also can use */ -+extern u8 rtw_reset_securitypriv_cmd(struct adapter *padapter); -+extern u8 rtw_free_assoc_resources_cmd(struct adapter *padapter); -+extern u8 rtw_dynamic_chk_wk_cmd(struct adapter *adapter); -+ -+u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue); -+u8 rtw_dm_in_lps_wk_cmd(struct adapter *padapter); -+ -+u8 rtw_dm_ra_mask_wk_cmd(struct adapter *padapter, u8 *psta); -+ -+extern u8 rtw_ps_cmd(struct adapter *padapter); -+ -+u8 rtw_chk_hi_queue_cmd(struct adapter *padapter); -+ -+extern u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig); -+ -+extern u8 rtw_c2h_packet_wk_cmd(struct adapter *padapter, u8 *pbuf, u16 length); -+extern u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt); -+ -+u8 rtw_drvextra_cmd_hdl(struct adapter *padapter, unsigned char *pbuf); -+ -+extern void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_getbbrfreg_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+ -+extern void rtw_setstaKey_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_setassocsta_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_getrttbl_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); -+ -+ -+struct _cmd_callback { -+ u32 cmd_code; -+ void (*callback)(struct adapter *padapter, struct cmd_obj *cmd); -+}; -+ -+enum rtw_h2c_cmd -+{ -+ GEN_CMD_CODE(_Read_MACREG) , /*0*/ -+ GEN_CMD_CODE(_Write_MACREG) , -+ GEN_CMD_CODE(_Read_BBREG) , -+ GEN_CMD_CODE(_Write_BBREG) , -+ GEN_CMD_CODE(_Read_RFREG) , -+ GEN_CMD_CODE(_Write_RFREG) , /*5*/ -+ GEN_CMD_CODE(_Read_EEPROM) , -+ GEN_CMD_CODE(_Write_EEPROM) , -+ GEN_CMD_CODE(_Read_EFUSE) , -+ GEN_CMD_CODE(_Write_EFUSE) , -+ -+ GEN_CMD_CODE(_Read_CAM) , /*10*/ -+ GEN_CMD_CODE(_Write_CAM) , -+ GEN_CMD_CODE(_setBCNITV), -+ GEN_CMD_CODE(_setMBIDCFG), -+ GEN_CMD_CODE(_JoinBss), /*14*/ -+ GEN_CMD_CODE(_DisConnect) , /*15*/ -+ GEN_CMD_CODE(_CreateBss) , -+ GEN_CMD_CODE(_SetOpMode) , -+ GEN_CMD_CODE(_SiteSurvey), /*18*/ -+ GEN_CMD_CODE(_SetAuth) , -+ -+ GEN_CMD_CODE(_SetKey) , /*20*/ -+ GEN_CMD_CODE(_SetStaKey) , -+ GEN_CMD_CODE(_SetAssocSta) , -+ GEN_CMD_CODE(_DelAssocSta) , -+ GEN_CMD_CODE(_SetStaPwrState) , -+ GEN_CMD_CODE(_SetBasicRate) , /*25*/ -+ GEN_CMD_CODE(_GetBasicRate) , -+ GEN_CMD_CODE(_SetDataRate) , -+ GEN_CMD_CODE(_GetDataRate) , -+ GEN_CMD_CODE(_SetPhyInfo) , -+ -+ GEN_CMD_CODE(_GetPhyInfo) , /*30*/ -+ GEN_CMD_CODE(_SetPhy) , -+ GEN_CMD_CODE(_GetPhy) , -+ GEN_CMD_CODE(_readRssi) , -+ GEN_CMD_CODE(_readGain) , -+ GEN_CMD_CODE(_SetAtim) , /*35*/ -+ GEN_CMD_CODE(_SetPwrMode) , -+ GEN_CMD_CODE(_JoinbssRpt), -+ GEN_CMD_CODE(_SetRaTable) , -+ GEN_CMD_CODE(_GetRaTable) , -+ -+ GEN_CMD_CODE(_GetCCXReport), /*40*/ -+ GEN_CMD_CODE(_GetDTMReport), -+ GEN_CMD_CODE(_GetTXRateStatistics), -+ GEN_CMD_CODE(_SetUsbSuspend), -+ GEN_CMD_CODE(_SetH2cLbk), -+ GEN_CMD_CODE(_AddBAReq) , /*45*/ -+ GEN_CMD_CODE(_SetChannel), /*46*/ -+ GEN_CMD_CODE(_SetTxPower), -+ GEN_CMD_CODE(_SwitchAntenna), -+ GEN_CMD_CODE(_SetCrystalCap), -+ GEN_CMD_CODE(_SetSingleCarrierTx), /*50*/ -+ -+ GEN_CMD_CODE(_SetSingleToneTx),/*51*/ -+ GEN_CMD_CODE(_SetCarrierSuppressionTx), -+ GEN_CMD_CODE(_SetContinuousTx), -+ GEN_CMD_CODE(_SwitchBandwidth), /*54*/ -+ GEN_CMD_CODE(_TX_Beacon), /*55*/ -+ -+ GEN_CMD_CODE(_Set_MLME_EVT), /*56*/ -+ GEN_CMD_CODE(_Set_Drv_Extra), /*57*/ -+ GEN_CMD_CODE(_Set_H2C_MSG), /*58*/ -+ -+ GEN_CMD_CODE(_SetChannelPlan), /*59*/ -+ GEN_CMD_CODE(_LedBlink), /*60*/ -+ -+ GEN_CMD_CODE(_SetChannelSwitch), /*61*/ -+ GEN_CMD_CODE(_TDLS), /*62*/ -+ GEN_CMD_CODE(_ChkBMCSleepq), /*63*/ -+ -+ GEN_CMD_CODE(_RunInThreadCMD), /*64*/ -+ -+ MAX_H2CCMD -+}; -+ -+#define _GetBBReg_CMD_ _Read_BBREG_CMD_ -+#define _SetBBReg_CMD_ _Write_BBREG_CMD_ -+#define _GetRFReg_CMD_ _Read_RFREG_CMD_ -+#define _SetRFReg_CMD_ _Write_RFREG_CMD_ -+ -+#endif /* _CMD_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_debug.h linux/3rdparty/rtl8723bs/include/rtw_debug.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_debug.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_debug.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,355 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_DEBUG_H__ -+#define __RTW_DEBUG_H__ -+ -+#include -+ -+#define _drv_always_ 1 -+#define _drv_emerg_ 2 -+#define _drv_alert_ 3 -+#define _drv_crit_ 4 -+#define _drv_err_ 5 -+#define _drv_warning_ 6 -+#define _drv_notice_ 7 -+#define _drv_info_ 8 -+#define _drv_dump_ 9 -+#define _drv_debug_ 10 -+ -+ -+#define _module_rtl871x_xmit_c_ BIT(0) -+#define _module_xmit_osdep_c_ BIT(1) -+#define _module_rtl871x_recv_c_ BIT(2) -+#define _module_recv_osdep_c_ BIT(3) -+#define _module_rtl871x_mlme_c_ BIT(4) -+#define _module_mlme_osdep_c_ BIT(5) -+#define _module_rtl871x_sta_mgt_c_ BIT(6) -+#define _module_rtl871x_cmd_c_ BIT(7) -+#define _module_cmd_osdep_c_ BIT(8) -+#define _module_rtl871x_io_c_ BIT(9) -+#define _module_io_osdep_c_ BIT(10) -+#define _module_os_intfs_c_ BIT(11) -+#define _module_rtl871x_security_c_ BIT(12) -+#define _module_rtl871x_eeprom_c_ BIT(13) -+#define _module_hal_init_c_ BIT(14) -+#define _module_hci_hal_init_c_ BIT(15) -+#define _module_rtl871x_ioctl_c_ BIT(16) -+#define _module_rtl871x_ioctl_set_c_ BIT(17) -+#define _module_rtl871x_ioctl_query_c_ BIT(18) -+#define _module_rtl871x_pwrctrl_c_ BIT(19) -+#define _module_hci_intfs_c_ BIT(20) -+#define _module_hci_ops_c_ BIT(21) -+#define _module_osdep_service_c_ BIT(22) -+#define _module_mp_ BIT(23) -+#define _module_hci_ops_os_c_ BIT(24) -+#define _module_rtl871x_ioctl_os_c BIT(25) -+#define _module_rtl8712_cmd_c_ BIT(26) -+/* define _module_efuse_ BIT(27) */ -+#define _module_rtl8192c_xmit_c_ BIT(28) -+#define _module_hal_xmit_c_ BIT(28) -+#define _module_efuse_ BIT(29) -+#define _module_rtl8712_recv_c_ BIT(30) -+#define _module_rtl8712_led_c_ BIT(31) -+ -+#undef _MODULE_DEFINE_ -+ -+#if defined _RTW_XMIT_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_xmit_c_ -+#elif defined _XMIT_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_xmit_osdep_c_ -+#elif defined _RTW_RECV_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_recv_c_ -+#elif defined _RECV_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_recv_osdep_c_ -+#elif defined _RTW_MLME_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_mlme_c_ -+#elif defined _MLME_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_mlme_osdep_c_ -+#elif defined _RTW_MLME_EXT_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _RTW_STA_MGT_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_sta_mgt_c_ -+#elif defined _RTW_CMD_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_cmd_c_ -+#elif defined _CMD_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_cmd_osdep_c_ -+#elif defined _RTW_IO_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_io_c_ -+#elif defined _IO_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_io_osdep_c_ -+#elif defined _OS_INTFS_C_ -+ #define _MODULE_DEFINE_ _module_os_intfs_c_ -+#elif defined _RTW_SECURITY_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_security_c_ -+#elif defined _RTW_EEPROM_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_eeprom_c_ -+#elif defined _HAL_INTF_C_ -+ #define _MODULE_DEFINE_ _module_hal_init_c_ -+#elif (defined _HCI_HAL_INIT_C_) || (defined _SDIO_HALINIT_C_) -+ #define _MODULE_DEFINE_ _module_hci_hal_init_c_ -+#elif defined _RTL871X_IOCTL_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_c_ -+#elif defined _RTL871X_IOCTL_SET_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_set_c_ -+#elif defined _RTL871X_IOCTL_QUERY_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_query_c_ -+#elif defined _RTL871X_PWRCTRL_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_pwrctrl_c_ -+#elif defined _RTW_PWRCTRL_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _HCI_INTF_C_ -+ #define _MODULE_DEFINE_ _module_hci_intfs_c_ -+#elif defined _HCI_OPS_C_ -+ #define _MODULE_DEFINE_ _module_hci_ops_c_ -+#elif defined _SDIO_OPS_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _OSDEP_HCI_INTF_C_ -+ #define _MODULE_DEFINE_ _module_hci_intfs_c_ -+#elif defined _OSDEP_SERVICE_C_ -+ #define _MODULE_DEFINE_ _module_osdep_service_c_ -+#elif defined _HCI_OPS_OS_C_ -+ #define _MODULE_DEFINE_ _module_hci_ops_os_c_ -+#elif defined _RTL871X_IOCTL_LINUX_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_os_c -+#elif defined _RTL8712_CMD_C_ -+ #define _MODULE_DEFINE_ _module_rtl8712_cmd_c_ -+#elif defined _RTL8192C_XMIT_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _RTL8723AS_XMIT_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _RTL8712_RECV_C_ -+ #define _MODULE_DEFINE_ _module_rtl8712_recv_c_ -+#elif defined _RTL8192CU_RECV_C_ -+ #define _MODULE_DEFINE_ _module_rtl8712_recv_c_ -+#elif defined _RTL871X_MLME_EXT_C_ -+ #define _MODULE_DEFINE_ _module_mlme_osdep_c_ -+#elif defined _RTW_EFUSE_C_ -+ #define _MODULE_DEFINE_ _module_efuse_ -+#endif -+ -+#define RT_TRACE(_Comp, _Level, Fmt) do{}while (0) -+#define RT_PRINT_DATA(_Comp, _Level, _TitleString, _HexData, _HexDataLen) do{}while (0) -+ -+#define DBG_871X(x, ...) do {} while (0) -+#define MSG_8192C(x, ...) do {} while (0) -+#define DBG_8192C(x,...) do {} while (0) -+#define DBG_871X_LEVEL(x,...) do {} while (0) -+ -+#undef _dbgdump -+ -+#ifndef _RTL871X_DEBUG_C_ -+ extern u32 GlobalDebugLevel; -+ extern u64 GlobalDebugComponents; -+#endif -+ -+#define _dbgdump printk -+ -+#define DRIVER_PREFIX "RTL8723BS: " -+ -+#if defined(_dbgdump) -+ -+/* with driver-defined prefix */ -+#undef DBG_871X_LEVEL -+#define DBG_871X_LEVEL(level, fmt, arg...) \ -+ do {\ -+ if (level <= GlobalDebugLevel) {\ -+ if (level <= _drv_err_ && level > _drv_always_) \ -+ _dbgdump(DRIVER_PREFIX"ERROR " fmt, ##arg);\ -+ else \ -+ _dbgdump(DRIVER_PREFIX fmt, ##arg);\ -+ }\ -+ }while (0) -+ -+/* without driver-defined prefix */ -+#undef _DBG_871X_LEVEL -+#define _DBG_871X_LEVEL(level, fmt, arg...) \ -+ do {\ -+ if (level <= GlobalDebugLevel) {\ -+ if (level <= _drv_err_ && level > _drv_always_) \ -+ _dbgdump("ERROR " fmt, ##arg);\ -+ else \ -+ _dbgdump(fmt, ##arg);\ -+ }\ -+ }while (0) -+ -+#define RTW_DBGDUMP NULL /* 'stream' for _dbgdump */ -+ -+/* dump message to selected 'stream' */ -+#define DBG_871X_SEL(sel, fmt, arg...) \ -+ do { \ -+ if (sel == RTW_DBGDUMP) \ -+ _DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \ -+ else \ -+ seq_printf(sel, fmt, ##arg); \ -+ } while (0) -+ -+/* dump message to selected 'stream' with driver-defined prefix */ -+#define DBG_871X_SEL_NL(sel, fmt, arg...) \ -+ do { \ -+ if (sel == RTW_DBGDUMP) \ -+ DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \ -+ else \ -+ seq_printf(sel, fmt, ##arg); \ -+ } while (0) -+ -+#endif /* defined(_dbgdump) */ -+ -+#ifdef CONFIG_DEBUG -+#if defined(_dbgdump) -+ #undef DBG_871X -+ #define DBG_871X(...) do {\ -+ _dbgdump(DRIVER_PREFIX __VA_ARGS__);\ -+ }while (0) -+ -+ #undef MSG_8192C -+ #define MSG_8192C(...) do {\ -+ _dbgdump(DRIVER_PREFIX __VA_ARGS__);\ -+ }while (0) -+ -+ #undef DBG_8192C -+ #define DBG_8192C(...) do {\ -+ _dbgdump(DRIVER_PREFIX __VA_ARGS__);\ -+ }while (0) -+#endif /* defined(_dbgdump) */ -+#endif /* CONFIG_DEBUG */ -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ -+#if defined(_dbgdump) && defined(_MODULE_DEFINE_) -+ -+ #undef RT_TRACE -+ #define RT_TRACE(_Comp, _Level, Fmt)\ -+ do {\ -+ if ((_Comp & GlobalDebugComponents) && (_Level <= GlobalDebugLevel)) {\ -+ _dbgdump("%s [0x%08x,%d]", DRIVER_PREFIX, (unsigned int)_Comp, _Level);\ -+ _dbgdump Fmt;\ -+ }\ -+ }while (0) -+ -+#endif /* defined(_dbgdump) && defined(_MODULE_DEFINE_) */ -+ -+ -+#if defined(_dbgdump) -+ #undef RT_PRINT_DATA -+ #define RT_PRINT_DATA(_Comp, _Level, _TitleString, _HexData, _HexDataLen) \ -+ if (((_Comp) & GlobalDebugComponents) && (_Level <= GlobalDebugLevel)) \ -+ { \ -+ int __i; \ -+ u8 *ptr = (u8 *)_HexData; \ -+ _dbgdump("%s", DRIVER_PREFIX); \ -+ _dbgdump(_TitleString); \ -+ for (__i = 0; __i<(int)_HexDataLen; __i++) \ -+ { \ -+ _dbgdump("%02X%s", ptr[__i], (((__i + 1) % 4) == 0)?" ":" "); \ -+ if (((__i + 1) % 16) == 0) _dbgdump("\n"); \ -+ } \ -+ _dbgdump("\n"); \ -+ } -+#endif /* defined(_dbgdump) */ -+#endif /* CONFIG_DEBUG_RTL871X */ -+ -+#ifdef CONFIG_DBG_COUNTER -+#define DBG_COUNTER(counter) counter++ -+#else -+#define DBG_COUNTER(counter) -+#endif -+ -+void dump_drv_version(void *sel); -+void dump_log_level(void *sel); -+ -+void sd_f0_reg_dump(void *sel, struct adapter *adapter); -+ -+void mac_reg_dump(void *sel, struct adapter *adapter); -+void bb_reg_dump(void *sel, struct adapter *adapter); -+void rf_reg_dump(void *sel, struct adapter *adapter); -+ -+#ifdef CONFIG_PROC_DEBUG -+ssize_t proc_set_write_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_read_reg(struct seq_file *m, void *v); -+ssize_t proc_set_read_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_fwstate(struct seq_file *m, void *v); -+int proc_get_sec_info(struct seq_file *m, void *v); -+int proc_get_mlmext_state(struct seq_file *m, void *v); -+ -+int proc_get_roam_flags(struct seq_file *m, void *v); -+ssize_t proc_set_roam_flags(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_roam_param(struct seq_file *m, void *v); -+ssize_t proc_set_roam_param(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ssize_t proc_set_roam_tgt_addr(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_qos_option(struct seq_file *m, void *v); -+int proc_get_ht_option(struct seq_file *m, void *v); -+int proc_get_rf_info(struct seq_file *m, void *v); -+int proc_get_survey_info(struct seq_file *m, void *v); -+int proc_get_ap_info(struct seq_file *m, void *v); -+int proc_get_adapter_state(struct seq_file *m, void *v); -+int proc_get_trx_info(struct seq_file *m, void *v); -+int proc_get_rate_ctl(struct seq_file *m, void *v); -+ssize_t proc_set_rate_ctl(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_suspend_resume_info(struct seq_file *m, void *v); -+ -+ssize_t proc_set_fwdl_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ssize_t proc_set_wait_hiq_empty(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_all_sta_info(struct seq_file *m, void *v); -+ -+int proc_get_rx_signal(struct seq_file *m, void *v); -+ssize_t proc_set_rx_signal(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_hw_status(struct seq_file *m, void *v); -+ -+int proc_get_ht_enable(struct seq_file *m, void *v); -+ssize_t proc_set_ht_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_bw_mode(struct seq_file *m, void *v); -+ssize_t proc_set_bw_mode(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_ampdu_enable(struct seq_file *m, void *v); -+ssize_t proc_set_ampdu_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_rx_ampdu(struct seq_file *m, void *v); -+ssize_t proc_set_rx_ampdu(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_rx_stbc(struct seq_file *m, void *v); -+ssize_t proc_set_rx_stbc(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_en_fwps(struct seq_file *m, void *v); -+ssize_t proc_set_en_fwps(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+/* int proc_get_two_path_rssi(struct seq_file *m, void *v); */ -+int proc_get_rssi_disp(struct seq_file *m, void *v); -+ssize_t proc_set_rssi_disp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_btcoex_dbg(struct seq_file *m, void *v); -+ssize_t proc_set_btcoex_dbg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_btcoex_info(struct seq_file *m, void *v); -+ -+int proc_get_odm_dbg_comp(struct seq_file *m, void *v); -+ssize_t proc_set_odm_dbg_comp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_odm_dbg_level(struct seq_file *m, void *v); -+ssize_t proc_set_odm_dbg_level(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_odm_adaptivity(struct seq_file *m, void *v); -+ssize_t proc_set_odm_adaptivity(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+#ifdef CONFIG_DBG_COUNTER -+int proc_get_rx_logs(struct seq_file *m, void *v); -+int proc_get_tx_logs(struct seq_file *m, void *v); -+int proc_get_int_logs(struct seq_file *m, void *v); -+#endif -+ -+#endif /* CONFIG_PROC_DEBUG */ -+ -+#endif /* __RTW_DEBUG_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_eeprom.h linux/3rdparty/rtl8723bs/include/rtw_eeprom.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_eeprom.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_eeprom.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,128 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_EEPROM_H__ -+#define __RTW_EEPROM_H__ -+ -+ -+#define RTL8712_EEPROM_ID 0x8712 -+/* define EEPROM_MAX_SIZE 256 */ -+ -+#define HWSET_MAX_SIZE_128 128 -+#define HWSET_MAX_SIZE_256 256 -+#define HWSET_MAX_SIZE_512 512 -+ -+#define EEPROM_MAX_SIZE HWSET_MAX_SIZE_512 -+ -+#define CLOCK_RATE 50 /* 100us */ -+ -+/* EEPROM opcodes */ -+#define EEPROM_READ_OPCODE 06 -+#define EEPROM_WRITE_OPCODE 05 -+#define EEPROM_ERASE_OPCODE 07 -+#define EEPROM_EWEN_OPCODE 19 /* Erase/write enable */ -+#define EEPROM_EWDS_OPCODE 16 /* Erase/write disable */ -+ -+/* Country codes */ -+#define USA 0x555320 -+#define EUROPE 0x1 /* temp, should be provided later */ -+#define JAPAN 0x2 /* temp, should be provided later */ -+ -+#define eeprom_cis0_sz 17 -+#define eeprom_cis1_sz 50 -+ -+/* */ -+/* Customer ID, note that: */ -+/* This variable is initiailzed through EEPROM or registry, */ -+/* however, its definition may be different with that in EEPROM for */ -+/* EEPROM size consideration. So, we have to perform proper translation between them. */ -+/* Besides, CustomerID of registry has precedence of that of EEPROM. */ -+/* defined below. 060703, by rcnjko. */ -+/* */ -+typedef enum _RT_CUSTOMER_ID -+{ -+ RT_CID_DEFAULT = 0, -+ RT_CID_8187_ALPHA0 = 1, -+ RT_CID_8187_SERCOMM_PS = 2, -+ RT_CID_8187_HW_LED = 3, -+ RT_CID_8187_NETGEAR = 4, -+ RT_CID_WHQL = 5, -+ RT_CID_819x_CAMEO = 6, -+ RT_CID_819x_RUNTOP = 7, -+ RT_CID_819x_Senao = 8, -+ RT_CID_TOSHIBA = 9, /* Merge by Jacken, 2008/01/31. */ -+ RT_CID_819x_Netcore = 10, -+ RT_CID_Nettronix = 11, -+ RT_CID_DLINK = 12, -+ RT_CID_PRONET = 13, -+ RT_CID_COREGA = 14, -+ RT_CID_CHINA_MOBILE = 15, -+ RT_CID_819x_ALPHA = 16, -+ RT_CID_819x_Sitecom = 17, -+ RT_CID_CCX = 18, /* It's set under CCX logo test and isn't demanded for CCX functions, but for test behavior like retry limit and tx report. By Bruce, 2009-02-17. */ -+ RT_CID_819x_Lenovo = 19, -+ RT_CID_819x_QMI = 20, -+ RT_CID_819x_Edimax_Belkin = 21, -+ RT_CID_819x_Sercomm_Belkin = 22, -+ RT_CID_819x_CAMEO1 = 23, -+ RT_CID_819x_MSI = 24, -+ RT_CID_819x_Acer = 25, -+ RT_CID_819x_AzWave_ASUS = 26, -+ RT_CID_819x_AzWave = 27, /* For AzWave in PCIe, The ID is AzWave use and not only Asus */ -+ RT_CID_819x_HP = 28, -+ RT_CID_819x_WNC_COREGA = 29, -+ RT_CID_819x_Arcadyan_Belkin = 30, -+ RT_CID_819x_SAMSUNG = 31, -+ RT_CID_819x_CLEVO = 32, -+ RT_CID_819x_DELL = 33, -+ RT_CID_819x_PRONETS = 34, -+ RT_CID_819x_Edimax_ASUS = 35, -+ RT_CID_NETGEAR = 36, -+ RT_CID_PLANEX = 37, -+ RT_CID_CC_C = 38, -+ RT_CID_819x_Xavi = 39, -+ RT_CID_LENOVO_CHINA = 40, -+ RT_CID_INTEL_CHINA = 41, -+ RT_CID_TPLINK_HPWR = 42, -+ RT_CID_819x_Sercomm_Netgear = 43, -+ RT_CID_819x_ALPHA_Dlink = 44,/* add by ylb 20121012 for customer led for alpha */ -+ RT_CID_WNC_NEC = 45,/* add by page for NEC */ -+ RT_CID_DNI_BUFFALO = 46,/* add by page for NEC */ -+}RT_CUSTOMER_ID, *PRT_CUSTOMER_ID; -+ -+struct eeprom_priv -+{ -+ u8 bautoload_fail_flag; -+ u8 bloadfile_fail_flag; -+ u8 bloadmac_fail_flag; -+ u8 EepromOrEfuse; -+ -+ u8 mac_addr[6]; /* PermanentAddress */ -+ -+ u16 channel_plan; -+ u16 CustomerID; -+ -+ u8 efuse_eeprom_data[EEPROM_MAX_SIZE]; /* 92C:256bytes, 88E:512bytes, we use union set (512bytes) */ -+ u8 adjuseVoltageVal; -+ -+ u8 EEPROMRFGainOffset; -+ u8 EEPROMRFGainVal; -+ -+ u8 sdio_setting; -+ u32 ocr; -+ u8 cis0[eeprom_cis0_sz]; -+ u8 cis1[eeprom_cis1_sz]; -+}; -+ -+#endif /* __RTL871X_EEPROM_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_efuse.h linux/3rdparty/rtl8723bs/include/rtw_efuse.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_efuse.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_efuse.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,132 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_EFUSE_H__ -+#define __RTW_EFUSE_H__ -+ -+ -+#define EFUSE_ERROE_HANDLE 1 -+ -+#define PG_STATE_HEADER 0x01 -+#define PG_STATE_WORD_0 0x02 -+#define PG_STATE_WORD_1 0x04 -+#define PG_STATE_WORD_2 0x08 -+#define PG_STATE_WORD_3 0x10 -+#define PG_STATE_DATA 0x20 -+ -+#define PG_SWBYTE_H 0x01 -+#define PG_SWBYTE_L 0x02 -+ -+#define PGPKT_DATA_SIZE 8 -+ -+#define EFUSE_WIFI 0 -+#define EFUSE_BT 1 -+ -+enum _EFUSE_DEF_TYPE { -+ TYPE_EFUSE_MAX_SECTION = 0, -+ TYPE_EFUSE_REAL_CONTENT_LEN = 1, -+ TYPE_AVAILABLE_EFUSE_BYTES_BANK = 2, -+ TYPE_AVAILABLE_EFUSE_BYTES_TOTAL = 3, -+ TYPE_EFUSE_MAP_LEN = 4, -+ TYPE_EFUSE_PROTECT_BYTES_BANK = 5, -+ TYPE_EFUSE_CONTENT_LEN_BANK = 6, -+}; -+ -+#define EFUSE_MAX_MAP_LEN 512 -+ -+#define EFUSE_MAX_HW_SIZE 512 -+#define EFUSE_MAX_SECTION_BASE 16 -+ -+#define EXT_HEADER(header) ((header & 0x1F) == 0x0F) -+#define ALL_WORDS_DISABLED(wde) ((wde & 0x0F) == 0x0F) -+#define GET_HDR_OFFSET_2_0(header) ((header & 0xE0) >> 5) -+ -+#define EFUSE_REPEAT_THRESHOLD_ 3 -+ -+/* */ -+/* The following is for BT Efuse definition */ -+/* */ -+#define EFUSE_BT_MAX_MAP_LEN 1024 -+#define EFUSE_MAX_BANK 4 -+#define EFUSE_MAX_BT_BANK (EFUSE_MAX_BANK-1) -+/* */ -+/*--------------------------Define Parameters-------------------------------*/ -+#define EFUSE_MAX_WORD_UNIT 4 -+ -+/*------------------------------Define structure----------------------------*/ -+typedef struct PG_PKT_STRUCT_A{ -+ u8 offset; -+ u8 word_en; -+ u8 data[8]; -+ u8 word_cnts; -+}PGPKT_STRUCT,*PPGPKT_STRUCT; -+ -+/*------------------------------Define structure----------------------------*/ -+typedef struct _EFUSE_HAL{ -+ u8 fakeEfuseBank; -+ u32 fakeEfuseUsedBytes; -+ u8 fakeEfuseContent[EFUSE_MAX_HW_SIZE]; -+ u8 fakeEfuseInitMap[EFUSE_MAX_MAP_LEN]; -+ u8 fakeEfuseModifiedMap[EFUSE_MAX_MAP_LEN]; -+ -+ u16 BTEfuseUsedBytes; -+ u8 BTEfuseUsedPercentage; -+ u8 BTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+ u8 BTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN]; -+ u8 BTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN]; -+ -+ u16 fakeBTEfuseUsedBytes; -+ u8 fakeBTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+ u8 fakeBTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN]; -+ u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN]; -+}EFUSE_HAL, *PEFUSE_HAL; -+ -+ -+/*------------------------Export global variable----------------------------*/ -+extern u8 fakeEfuseBank; -+extern u32 fakeEfuseUsedBytes; -+extern u8 fakeEfuseContent[]; -+extern u8 fakeEfuseInitMap[]; -+extern u8 fakeEfuseModifiedMap[]; -+ -+extern u32 BTEfuseUsedBytes; -+extern u8 BTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+extern u8 BTEfuseInitMap[]; -+extern u8 BTEfuseModifiedMap[]; -+ -+extern u32 fakeBTEfuseUsedBytes; -+extern u8 fakeBTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+extern u8 fakeBTEfuseInitMap[]; -+extern u8 fakeBTEfuseModifiedMap[]; -+/*------------------------Export global variable----------------------------*/ -+ -+u16 Efuse_GetCurrentSize(struct adapter *padapter, u8 efuseType, bool bPseudoTest); -+u8 Efuse_CalculateWordCnts(u8 word_en); -+void EFUSE_GetEfuseDefinition(struct adapter *padapter, u8 efuseType, u8 type, void *pOut, bool bPseudoTest); -+u8 efuse_OneByteRead(struct adapter *padapter, u16 addr, u8 *data, bool bPseudoTest); -+u8 efuse_OneByteWrite(struct adapter *padapter, u16 addr, u8 data, bool bPseudoTest); -+ -+void Efuse_PowerSwitch(struct adapter *padapter, u8 bWrite, u8 PwrState); -+int Efuse_PgPacketRead(struct adapter *padapter, u8 offset, u8 *data, bool bPseudoTest); -+int Efuse_PgPacketWrite(struct adapter *padapter, u8 offset, u8 word_en, u8 *data, bool bPseudoTest); -+void efuse_WordEnableDataRead(u8 word_en, u8 *sourdata, u8 *targetdata); -+u8 Efuse_WordEnableDataWrite(struct adapter *padapter, u16 efuse_addr, u8 word_en, u8 *data, bool bPseudoTest); -+ -+u8 EFUSE_Read1Byte(struct adapter *padapter, u16 Address); -+void EFUSE_ShadowMapUpdate(struct adapter *padapter, u8 efuseType, bool bPseudoTest); -+void EFUSE_ShadowRead(struct adapter *padapter, u8 Type, u16 Offset, u32 *Value); -+void Rtw_Hal_ReadMACAddrFromFile(struct adapter *padapter); -+u32 Rtw_Hal_readPGDataFromConfigFile(struct adapter *padapter); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_event.h linux/3rdparty/rtl8723bs/include/rtw_event.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_event.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_event.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,117 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTW_EVENT_H_ -+#define _RTW_EVENT_H_ -+ -+/* -+Used to report a bss has been scanned -+ -+*/ -+struct survey_event { -+ struct wlan_bssid_ex bss; -+}; -+ -+/* -+Used to report that the requested site survey has been done. -+ -+bss_cnt indicates the number of bss that has been reported. -+ -+ -+*/ -+struct surveydone_event { -+ unsigned int bss_cnt; -+ -+}; -+ -+/* -+Used to report the link result of joinning the given bss -+ -+ -+join_res: -+-1: authentication fail -+-2: association fail -+> 0: TID -+ -+*/ -+struct joinbss_event { -+ struct wlan_network network; -+}; -+ -+/* -+Used to report a given STA has joinned the created BSS. -+It is used in AP/Ad-HoC(M) mode. -+ -+ -+*/ -+struct stassoc_event { -+ unsigned char macaddr[6]; -+ unsigned char rsvd[2]; -+ int cam_id; -+ -+}; -+ -+struct stadel_event { -+ unsigned char macaddr[6]; -+ unsigned char rsvd[2]; /* for reason */ -+ int mac_id; -+}; -+ -+struct addba_event -+{ -+ unsigned int tid; -+}; -+ -+struct wmm_event -+{ -+ unsigned char wmm; -+}; -+ -+#define GEN_EVT_CODE(event) event ## _EVT_ -+ -+ -+ -+struct fwevent { -+ u32 parmsize; -+ void (*event_callback)(struct adapter *dev, u8 *pbuf); -+}; -+ -+ -+#define C2HEVENT_SZ 32 -+ -+struct event_node{ -+ unsigned char *node; -+ unsigned char evt_code; -+ unsigned short evt_sz; -+ volatile int *caller_ff_tail; -+ int caller_ff_sz; -+}; -+ -+struct c2hevent_queue { -+ volatile int head; -+ volatile int tail; -+ struct event_node nodes[C2HEVENT_SZ]; -+ unsigned char seq; -+}; -+ -+#define NETWORK_QUEUE_SZ 4 -+ -+struct network_queue { -+ volatile int head; -+ volatile int tail; -+ struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; -+}; -+ -+ -+#endif /* _WLANEVENT_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_ht.h linux/3rdparty/rtl8723bs/include/rtw_ht.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_ht.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_ht.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,118 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTW_HT_H_ -+#define _RTW_HT_H_ -+ -+ -+struct ht_priv -+{ -+ u8 ht_option; -+ u8 ampdu_enable;/* for enable Tx A-MPDU */ -+ u8 tx_amsdu_enable;/* for enable Tx A-MSDU */ -+ u8 bss_coexist;/* for 20/40 Bss coexist */ -+ -+ /* u8 baddbareq_issued[16]; */ -+ u32 tx_amsdu_maxlen; /* 1: 8k, 0:4k ; default:8k, for tx */ -+ u32 rx_ampdu_maxlen; /* for rx reordering ctrl win_sz, updated when join_callback. */ -+ -+ u8 rx_ampdu_min_spacing; -+ -+ u8 ch_offset;/* PRIME_CHNL_OFFSET */ -+ u8 sgi_20m; -+ u8 sgi_40m; -+ -+ /* for processing Tx A-MPDU */ -+ u8 agg_enable_bitmap; -+ /* u8 ADDBA_retry_count; */ -+ u8 candidate_tid_bitmap; -+ -+ u8 ldpc_cap; -+ u8 stbc_cap; -+ u8 beamform_cap; -+ -+ struct rtw_ieee80211_ht_cap ht_cap; -+ -+}; -+ -+typedef enum AGGRE_SIZE{ -+ HT_AGG_SIZE_8K = 0, -+ HT_AGG_SIZE_16K = 1, -+ HT_AGG_SIZE_32K = 2, -+ HT_AGG_SIZE_64K = 3, -+ VHT_AGG_SIZE_128K = 4, -+ VHT_AGG_SIZE_256K = 5, -+ VHT_AGG_SIZE_512K = 6, -+ VHT_AGG_SIZE_1024K = 7, -+}AGGRE_SIZE_E, *PAGGRE_SIZE_E; -+ -+typedef enum _RT_HT_INF0_CAP{ -+ RT_HT_CAP_USE_TURBO_AGGR = 0x01, -+ RT_HT_CAP_USE_LONG_PREAMBLE = 0x02, -+ RT_HT_CAP_USE_AMPDU = 0x04, -+ RT_HT_CAP_USE_WOW = 0x8, -+ RT_HT_CAP_USE_SOFTAP = 0x10, -+ RT_HT_CAP_USE_92SE = 0x20, -+ RT_HT_CAP_USE_88C_92C = 0x40, -+ RT_HT_CAP_USE_AP_CLIENT_MODE = 0x80, /* AP team request to reserve this bit, by Emily */ -+}RT_HT_INF0_CAPBILITY, *PRT_HT_INF0_CAPBILITY; -+ -+typedef enum _RT_HT_INF1_CAP{ -+ RT_HT_CAP_USE_VIDEO_CLIENT = 0x01, -+ RT_HT_CAP_USE_JAGUAR_BCUT = 0x02, -+ RT_HT_CAP_USE_JAGUAR_CCUT = 0x04, -+}RT_HT_INF1_CAPBILITY, *PRT_HT_INF1_CAPBILITY; -+ -+#define LDPC_HT_ENABLE_RX BIT0 -+#define LDPC_HT_ENABLE_TX BIT1 -+#define LDPC_HT_TEST_TX_ENABLE BIT2 -+#define LDPC_HT_CAP_TX BIT3 -+ -+#define STBC_HT_ENABLE_RX BIT0 -+#define STBC_HT_ENABLE_TX BIT1 -+#define STBC_HT_TEST_TX_ENABLE BIT2 -+#define STBC_HT_CAP_TX BIT3 -+ -+#define BEAMFORMING_HT_BEAMFORMER_ENABLE BIT0 /* Declare our NIC supports beamformer */ -+#define BEAMFORMING_HT_BEAMFORMEE_ENABLE BIT1 /* Declare our NIC supports beamformee */ -+#define BEAMFORMING_HT_BEAMFORMER_TEST BIT2 /* Transmiting Beamforming no matter the target supports it or not */ -+ -+/* */ -+/* The HT Control field */ -+/* */ -+#define SET_HT_CTRL_CSI_STEERING(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 6, 2, _val) -+#define SET_HT_CTRL_NDP_ANNOUNCEMENT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+3, 0, 1, _val) -+#define GET_HT_CTRL_NDP_ANNOUNCEMENT(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+3, 0, 1) -+ -+/* 20/40 BSS Coexist */ -+#define SET_EXT_CAPABILITY_ELE_BSS_COEXIST(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart), 0, 1, _val) -+#define GET_EXT_CAPABILITY_ELE_BSS_COEXIST(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart), 0, 1) -+ -+ -+#define GET_HT_CAPABILITY_ELE_LDPC_CAP(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 0, 1) -+#define GET_HT_CAPABILITY_ELE_TX_STBC(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 7, 1) -+ -+#define GET_HT_CAPABILITY_ELE_RX_STBC(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+1, 0, 2) -+ -+/* TXBF Capabilities */ -+#define SET_HT_CAP_TXBF_RECEIVE_NDP_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 3, 1, ((u8)_val)) -+#define SET_HT_CAP_TXBF_TRANSMIT_NDP_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 4, 1, ((u8)_val)) -+#define SET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 10, 1, ((u8)_val)) -+#define SET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 15, 2, ((u8)_val)) -+#define SET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 23, 2, ((u8)_val)) -+ -+#define GET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(_pEleStart) LE_BITS_TO_4BYTE((_pEleStart)+21, 10, 1) -+#define GET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(_pEleStart) LE_BITS_TO_4BYTE((_pEleStart)+21, 15, 2) -+ -+#endif /* _RTL871X_HT_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_ioctl.h linux/3rdparty/rtl8723bs/include/rtw_ioctl.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_ioctl.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_ioctl.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,80 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTW_IOCTL_H_ -+#define _RTW_IOCTL_H_ -+ -+/* 00 - Success */ -+/* 11 - Error */ -+#define STATUS_SUCCESS (0x00000000L) -+#define STATUS_PENDING (0x00000103L) -+ -+#define STATUS_UNSUCCESSFUL (0xC0000001L) -+#define STATUS_INSUFFICIENT_RESOURCES (0xC000009AL) -+#define STATUS_NOT_SUPPORTED (0xC00000BBL) -+ -+#define NDIS_STATUS_SUCCESS ((uint)STATUS_SUCCESS) -+#define NDIS_STATUS_PENDING ((uint)STATUS_PENDING) -+#define NDIS_STATUS_NOT_RECOGNIZED ((uint)0x00010001L) -+#define NDIS_STATUS_NOT_COPIED ((uint)0x00010002L) -+#define NDIS_STATUS_NOT_ACCEPTED ((uint)0x00010003L) -+#define NDIS_STATUS_CALL_ACTIVE ((uint)0x00010007L) -+ -+#define NDIS_STATUS_FAILURE ((uint)STATUS_UNSUCCESSFUL) -+#define NDIS_STATUS_RESOURCES ((uint)STATUS_INSUFFICIENT_RESOURCES) -+#define NDIS_STATUS_CLOSING ((uint)0xC0010002L) -+#define NDIS_STATUS_BAD_VERSION ((uint)0xC0010004L) -+#define NDIS_STATUS_BAD_CHARACTERISTICS ((uint)0xC0010005L) -+#define NDIS_STATUS_ADAPTER_NOT_FOUND ((uint)0xC0010006L) -+#define NDIS_STATUS_OPEN_FAILED ((uint)0xC0010007L) -+#define NDIS_STATUS_DEVICE_FAILED ((uint)0xC0010008L) -+#define NDIS_STATUS_MULTICAST_FULL ((uint)0xC0010009L) -+#define NDIS_STATUS_MULTICAST_EXISTS ((uint)0xC001000AL) -+#define NDIS_STATUS_MULTICAST_NOT_FOUND ((uint)0xC001000BL) -+#define NDIS_STATUS_REQUEST_ABORTED ((uint)0xC001000CL) -+#define NDIS_STATUS_RESET_IN_PROGRESS ((uint)0xC001000DL) -+#define NDIS_STATUS_CLOSING_INDICATING ((uint)0xC001000EL) -+#define NDIS_STATUS_NOT_SUPPORTED ((uint)STATUS_NOT_SUPPORTED) -+#define NDIS_STATUS_INVALID_PACKET ((uint)0xC001000FL) -+#define NDIS_STATUS_OPEN_LIST_FULL ((uint)0xC0010010L) -+#define NDIS_STATUS_ADAPTER_NOT_READY ((uint)0xC0010011L) -+#define NDIS_STATUS_ADAPTER_NOT_OPEN ((uint)0xC0010012L) -+#define NDIS_STATUS_NOT_INDICATING ((uint)0xC0010013L) -+#define NDIS_STATUS_INVALID_LENGTH ((uint)0xC0010014L) -+#define NDIS_STATUS_INVALID_DATA ((uint)0xC0010015L) -+#define NDIS_STATUS_BUFFER_TOO_SHORT ((uint)0xC0010016L) -+#define NDIS_STATUS_INVALID_OID ((uint)0xC0010017L) -+#define NDIS_STATUS_ADAPTER_REMOVED ((uint)0xC0010018L) -+#define NDIS_STATUS_UNSUPPORTED_MEDIA ((uint)0xC0010019L) -+#define NDIS_STATUS_GROUP_ADDRESS_IN_USE ((uint)0xC001001AL) -+#define NDIS_STATUS_FILE_NOT_FOUND ((uint)0xC001001BL) -+#define NDIS_STATUS_ERROR_READING_FILE ((uint)0xC001001CL) -+#define NDIS_STATUS_ALREADY_MAPPED ((uint)0xC001001DL) -+#define NDIS_STATUS_RESOURCE_CONFLICT ((uint)0xC001001EL) -+#define NDIS_STATUS_NO_CABLE ((uint)0xC001001FL) -+ -+#define NDIS_STATUS_INVALID_SAP ((uint)0xC0010020L) -+#define NDIS_STATUS_SAP_IN_USE ((uint)0xC0010021L) -+#define NDIS_STATUS_INVALID_ADDRESS ((uint)0xC0010022L) -+#define NDIS_STATUS_VC_NOT_ACTIVATED ((uint)0xC0010023L) -+#define NDIS_STATUS_DEST_OUT_OF_ORDER ((uint)0xC0010024L) /* cause 27 */ -+#define NDIS_STATUS_VC_NOT_AVAILABLE ((uint)0xC0010025L) /* cause 35, 45 */ -+#define NDIS_STATUS_CELLRATE_NOT_AVAILABLE ((uint)0xC0010026L) /* cause 37 */ -+#define NDIS_STATUS_INCOMPATABLE_QOS ((uint)0xC0010027L) /* cause 49 */ -+#define NDIS_STATUS_AAL_PARAMS_UNSUPPORTED ((uint)0xC0010028L) /* cause 93 */ -+#define NDIS_STATUS_NO_ROUTE_TO_DESTINATION ((uint)0xC0010029L) /* cause 3 */ -+ -+extern struct iw_handler_def rtw_handlers_def; -+ -+#endif /* #ifndef __INC_CEINFO_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_ioctl_set.h linux/3rdparty/rtl8723bs/include/rtw_ioctl_set.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_ioctl_set.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_ioctl_set.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,41 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_IOCTL_SET_H_ -+#define __RTW_IOCTL_SET_H_ -+ -+ -+typedef u8 NDIS_802_11_PMKID_VALUE[16]; -+ -+typedef struct _BSSIDInfo { -+ NDIS_802_11_MAC_ADDRESS BSSID; -+ NDIS_802_11_PMKID_VALUE PMKID; -+} BSSIDInfo, *PBSSIDInfo; -+ -+ -+u8 rtw_set_802_11_authentication_mode(struct adapter *pdapter, enum NDIS_802_11_AUTHENTICATION_MODE authmode); -+u8 rtw_set_802_11_bssid(struct adapter *padapter, u8 *bssid); -+u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep * wep); -+u8 rtw_set_802_11_disassociate(struct adapter *padapter); -+u8 rtw_set_802_11_bssid_list_scan(struct adapter *padapter, struct ndis_802_11_ssid *pssid, int ssid_max_num); -+u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype); -+u8 rtw_set_802_11_ssid(struct adapter *padapter, struct ndis_802_11_ssid * ssid); -+u8 rtw_set_802_11_connect(struct adapter *padapter, u8 *bssid, struct ndis_802_11_ssid *ssid); -+ -+u8 rtw_validate_bssid(u8 *bssid); -+u8 rtw_validate_ssid(struct ndis_802_11_ssid *ssid); -+ -+u16 rtw_get_cur_max_rate(struct adapter *adapter); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_io.h linux/3rdparty/rtl8723bs/include/rtw_io.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_io.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_io.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,373 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#ifndef _RTW_IO_H_ -+#define _RTW_IO_H_ -+ -+#define NUM_IOREQ 8 -+ -+#define MAX_PROT_SZ (64-16) -+ -+#define _IOREADY 0 -+#define _IO_WAIT_COMPLETE 1 -+#define _IO_WAIT_RSP 2 -+ -+/* IO COMMAND TYPE */ -+#define _IOSZ_MASK_ (0x7F) -+#define _IO_WRITE_ BIT(7) -+#define _IO_FIXED_ BIT(8) -+#define _IO_BURST_ BIT(9) -+#define _IO_BYTE_ BIT(10) -+#define _IO_HW_ BIT(11) -+#define _IO_WORD_ BIT(12) -+#define _IO_SYNC_ BIT(13) -+#define _IO_CMDMASK_ (0x1F80) -+ -+ -+/* -+ For prompt mode accessing, caller shall free io_req -+ Otherwise, io_handler will free io_req -+*/ -+ -+ -+ -+/* IO STATUS TYPE */ -+#define _IO_ERR_ BIT(2) -+#define _IO_SUCCESS_ BIT(1) -+#define _IO_DONE_ BIT(0) -+ -+ -+#define IO_RD32 (_IO_SYNC_ | _IO_WORD_) -+#define IO_RD16 (_IO_SYNC_ | _IO_HW_) -+#define IO_RD8 (_IO_SYNC_ | _IO_BYTE_) -+ -+#define IO_RD32_ASYNC (_IO_WORD_) -+#define IO_RD16_ASYNC (_IO_HW_) -+#define IO_RD8_ASYNC (_IO_BYTE_) -+ -+#define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_) -+#define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_) -+#define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_) -+ -+#define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_) -+#define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_) -+#define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_) -+ -+/* -+ -+ Only Sync. burst accessing is provided. -+ -+*/ -+ -+#define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_)) -+#define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_)) -+ -+ -+ -+/* below is for the intf_option bit defition... */ -+ -+#define _INTF_ASYNC_ BIT(0) /* support async io */ -+ -+struct intf_priv; -+struct intf_hdl; -+struct io_queue; -+ -+struct _io_ops { -+ u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); -+ u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); -+ u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ int (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ int (*_writeN)(struct intf_hdl *pintfhdl, u32 addr, u32 length, u8 *pdata); -+ -+ int (*_write8_async)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int (*_write16_async)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int (*_write32_async)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ -+ void (*_read_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ void (*_write_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ -+ void (*_sync_irp_protocol_rw)(struct io_queue *pio_q); -+ -+ u32 (*_read_interrupt)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ u32 (*_read_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ u32 (*_write_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ -+ u32 (*_write_scsi)(struct intf_hdl *pintfhdl, u32 cnt, u8 *pmem); -+ -+ void (*_read_port_cancel)(struct intf_hdl *pintfhdl); -+ void (*_write_port_cancel)(struct intf_hdl *pintfhdl); -+ -+ u8 (*_sd_f0_read8)(struct intf_hdl *pintfhdl, u32 addr); -+}; -+ -+struct io_req { -+ struct list_head list; -+ u32 addr; -+ volatile u32 val; -+ u32 command; -+ u32 status; -+ u8 *pbuf; -+ _sema sema; -+ -+ void (*_async_io_callback)(struct adapter *padater, struct io_req *pio_req, u8 *cnxt); -+ u8 *cnxt; -+}; -+ -+struct intf_hdl { -+ struct adapter *padapter; -+ struct dvobj_priv *pintf_dev;/* pointer to &(padapter->dvobjpriv); */ -+ -+ struct _io_ops io_ops; -+}; -+ -+struct reg_protocol_rd { -+ -+#ifdef __LITTLE_ENDIAN -+ -+ /* DW1 */ -+ u32 NumOfTrans:4; -+ u32 Reserved1:4; -+ u32 Reserved2:24; -+ /* DW2 */ -+ u32 ByteCount:7; -+ u32 WriteEnable:1; /* 0:read, 1:write */ -+ u32 FixOrContinuous:1; /* 0:continuous, 1: Fix */ -+ u32 BurstMode:1; -+ u32 Byte1Access:1; -+ u32 Byte2Access:1; -+ u32 Byte4Access:1; -+ u32 Reserved3:3; -+ u32 Reserved4:16; -+ /* DW3 */ -+ u32 BusAddress; -+ /* DW4 */ -+ /* u32 Value; */ -+#else -+ -+ -+/* DW1 */ -+ u32 Reserved1 :4; -+ u32 NumOfTrans :4; -+ -+ u32 Reserved2 :24; -+ -+ /* DW2 */ -+ u32 WriteEnable : 1; -+ u32 ByteCount :7; -+ -+ -+ u32 Reserved3 : 3; -+ u32 Byte4Access : 1; -+ -+ u32 Byte2Access : 1; -+ u32 Byte1Access : 1; -+ u32 BurstMode :1 ; -+ u32 FixOrContinuous : 1; -+ -+ u32 Reserved4 : 16; -+ -+ /* DW3 */ -+ u32 BusAddress; -+ -+ /* DW4 */ -+ /* u32 Value; */ -+ -+#endif -+ -+}; -+ -+ -+struct reg_protocol_wt { -+ -+ -+#ifdef __LITTLE_ENDIAN -+ -+ /* DW1 */ -+ u32 NumOfTrans:4; -+ u32 Reserved1:4; -+ u32 Reserved2:24; -+ /* DW2 */ -+ u32 ByteCount:7; -+ u32 WriteEnable:1; /* 0:read, 1:write */ -+ u32 FixOrContinuous:1; /* 0:continuous, 1: Fix */ -+ u32 BurstMode:1; -+ u32 Byte1Access:1; -+ u32 Byte2Access:1; -+ u32 Byte4Access:1; -+ u32 Reserved3:3; -+ u32 Reserved4:16; -+ /* DW3 */ -+ u32 BusAddress; -+ /* DW4 */ -+ u32 Value; -+ -+#else -+ /* DW1 */ -+ u32 Reserved1 :4; -+ u32 NumOfTrans :4; -+ -+ u32 Reserved2 :24; -+ -+ /* DW2 */ -+ u32 WriteEnable : 1; -+ u32 ByteCount :7; -+ -+ u32 Reserved3 : 3; -+ u32 Byte4Access : 1; -+ -+ u32 Byte2Access : 1; -+ u32 Byte1Access : 1; -+ u32 BurstMode :1 ; -+ u32 FixOrContinuous : 1; -+ -+ u32 Reserved4 : 16; -+ -+ /* DW3 */ -+ u32 BusAddress; -+ -+ /* DW4 */ -+ u32 Value; -+ -+#endif -+ -+}; -+#define SD_IO_TRY_CNT (8) -+#define MAX_CONTINUAL_IO_ERR SD_IO_TRY_CNT -+ -+int rtw_inc_and_chk_continual_io_error(struct dvobj_priv *dvobj); -+void rtw_reset_continual_io_error(struct dvobj_priv *dvobj); -+ -+/* -+Below is the data structure used by _io_handler -+ -+*/ -+ -+struct io_queue { -+ _lock lock; -+ struct list_head free_ioreqs; -+ struct list_head pending; /* The io_req list that will be served in the single protocol read/write. */ -+ struct list_head processing; -+ u8 *free_ioreqs_buf; /* 4-byte aligned */ -+ u8 *pallocated_free_ioreqs_buf; -+ struct intf_hdl intf; -+}; -+ -+struct io_priv{ -+ -+ struct adapter *padapter; -+ -+ struct intf_hdl intf; -+ -+}; -+ -+extern uint ioreq_flush(struct adapter *adapter, struct io_queue *ioqueue); -+extern void sync_ioreq_enqueue(struct io_req *preq, struct io_queue *ioqueue); -+extern uint sync_ioreq_flush(struct adapter *adapter, struct io_queue *ioqueue); -+ -+ -+extern uint free_ioreq(struct io_req *preq, struct io_queue *pio_queue); -+extern struct io_req *alloc_ioreq(struct io_queue *pio_q); -+ -+extern uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl); -+extern void unregister_intf_hdl(struct intf_hdl *pintfhdl); -+ -+extern void _rtw_attrib_read(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void _rtw_attrib_write(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+ -+extern u8 _rtw_read8(struct adapter *adapter, u32 addr); -+extern u16 _rtw_read16(struct adapter *adapter, u32 addr); -+extern u32 _rtw_read32(struct adapter *adapter, u32 addr); -+ -+extern int _rtw_write8(struct adapter *adapter, u32 addr, u8 val); -+extern int _rtw_write16(struct adapter *adapter, u32 addr, u16 val); -+extern int _rtw_write32(struct adapter *adapter, u32 addr, u32 val); -+ -+extern u8 _rtw_sd_f0_read8(struct adapter *adapter, u32 addr); -+ -+extern u32 _rtw_write_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+ -+#define rtw_read8(adapter, addr) _rtw_read8((adapter), (addr)) -+#define rtw_read16(adapter, addr) _rtw_read16((adapter), (addr)) -+#define rtw_read32(adapter, addr) _rtw_read32((adapter), (addr)) -+ -+#define rtw_write8(adapter, addr, val) _rtw_write8((adapter), (addr), (val)) -+#define rtw_write16(adapter, addr, val) _rtw_write16((adapter), (addr), (val)) -+#define rtw_write32(adapter, addr, val) _rtw_write32((adapter), (addr), (val)) -+ -+#define rtw_write_port(adapter, addr, cnt, mem) _rtw_write_port((adapter), (addr), (cnt), (mem)) -+ -+#define rtw_sd_f0_read8(adapter, addr) _rtw_sd_f0_read8((adapter), (addr)) -+ -+extern void rtw_write_scsi(struct adapter *adapter, u32 cnt, u8 *pmem); -+ -+/* ioreq */ -+extern void ioreq_read8(struct adapter *adapter, u32 addr, u8 *pval); -+extern void ioreq_read16(struct adapter *adapter, u32 addr, u16 *pval); -+extern void ioreq_read32(struct adapter *adapter, u32 addr, u32 *pval); -+extern void ioreq_write8(struct adapter *adapter, u32 addr, u8 val); -+extern void ioreq_write16(struct adapter *adapter, u32 addr, u16 val); -+extern void ioreq_write32(struct adapter *adapter, u32 addr, u32 val); -+ -+ -+extern uint async_read8(struct adapter *adapter, u32 addr, u8 *pbuff, -+ void (*_async_io_callback)(struct adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern uint async_read16(struct adapter *adapter, u32 addr, u8 *pbuff, -+ void (*_async_io_callback)(struct adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern uint async_read32(struct adapter *adapter, u32 addr, u8 *pbuff, -+ void (*_async_io_callback)(struct adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+ -+extern void async_read_mem(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void async_read_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+ -+extern void async_write8(struct adapter *adapter, u32 addr, u8 val, -+ void (*_async_io_callback)(struct adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern void async_write16(struct adapter *adapter, u32 addr, u16 val, -+ void (*_async_io_callback)(struct adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern void async_write32(struct adapter *adapter, u32 addr, u32 val, -+ void (*_async_io_callback)(struct adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+ -+extern void async_write_mem(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void async_write_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+ -+ -+int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops)); -+ -+ -+extern uint alloc_io_queue(struct adapter *adapter); -+extern void free_io_queue(struct adapter *adapter); -+extern void async_bus_io(struct io_queue *pio_q); -+extern void bus_sync_io(struct io_queue *pio_q); -+extern u32 _ioreq2rwmem(struct io_queue *pio_q); -+extern void dev_power_down(struct adapter * Adapter, u8 bpwrup); -+ -+#define PlatformEFIOWrite1Byte(_a, _b, _c) \ -+ rtw_write8(_a, _b, _c) -+#define PlatformEFIOWrite2Byte(_a, _b, _c) \ -+ rtw_write16(_a, _b, _c) -+#define PlatformEFIOWrite4Byte(_a, _b, _c) \ -+ rtw_write32(_a, _b, _c) -+ -+#define PlatformEFIORead1Byte(_a, _b) \ -+ rtw_read8(_a, _b) -+#define PlatformEFIORead2Byte(_a, _b) \ -+ rtw_read16(_a, _b) -+#define PlatformEFIORead4Byte(_a, _b) \ -+ rtw_read32(_a, _b) -+ -+#endif /* _RTL8711_IO_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_mlme_ext.h linux/3rdparty/rtl8723bs/include/rtw_mlme_ext.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_mlme_ext.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_mlme_ext.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,888 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_MLME_EXT_H_ -+#define __RTW_MLME_EXT_H_ -+ -+ -+/* Commented by Albert 20101105 */ -+/* Increase the SURVEY_TO value from 100 to 150 (100ms to 150ms) */ -+/* The Realtek 8188CE SoftAP will spend around 100ms to send the probe response after receiving the probe request. */ -+/* So, this driver tried to extend the dwell time for each scanning channel. */ -+/* This will increase the chance to receive the probe response from SoftAP. */ -+ -+#define SURVEY_TO (100) -+#define REAUTH_TO (300) /* 50) */ -+#define REASSOC_TO (300) /* 50) */ -+/* define DISCONNECT_TO (3000) */ -+#define ADDBA_TO (2000) -+ -+#define LINKED_TO (1) /* unit:2 sec, 1x2 =2 sec */ -+ -+#define REAUTH_LIMIT (4) -+#define REASSOC_LIMIT (4) -+#define READDBA_LIMIT (2) -+ -+#define ROAMING_LIMIT 8 -+/* define IOCMD_REG0 0x10250370 */ -+/* define IOCMD_REG1 0x10250374 */ -+/* define IOCMD_REG2 0x10250378 */ -+ -+/* define FW_DYNAMIC_FUN_SWITCH 0x10250364 */ -+ -+/* define WRITE_BB_CMD 0xF0000001 */ -+/* define SET_CHANNEL_CMD 0xF3000000 */ -+/* define UPDATE_RA_CMD 0xFD0000A2 */ -+ -+#define DYNAMIC_FUNC_DISABLE (0x0) -+ -+/* ====== ODM_ABILITY_E ======== */ -+/* BB ODM section BIT 0-15 */ -+#define DYNAMIC_BB_DIG BIT0 /* ODM_BB_DIG */ -+#define DYNAMIC_BB_RA_MASK BIT1 /* ODM_BB_RA_MASK */ -+#define DYNAMIC_BB_DYNAMIC_TXPWR BIT2 /* ODM_BB_DYNAMIC_TXPWR */ -+#define DYNAMIC_BB_BB_FA_CNT BIT3 /* ODM_BB_FA_CNT */ -+#define DYNAMIC_BB_RSSI_MONITOR BIT4 /* ODM_BB_RSSI_MONITOR */ -+#define DYNAMIC_BB_CCK_PD BIT5 /* ODM_BB_CCK_PD */ -+#define DYNAMIC_BB_ANT_DIV BIT6 /* ODM_BB_ANT_DIV */ -+#define DYNAMIC_BB_PWR_SAVE BIT7 /* ODM_BB_PWR_SAVE */ -+#define DYNAMIC_BB_PWR_TRAIN BIT8 /* ODM_BB_PWR_TRAIN */ -+#define DYNAMIC_BB_RATE_ADAPTIVE BIT9 /* ODM_BB_RATE_ADAPTIVE */ -+#define DYNAMIC_BB_PATH_DIV BIT10/* ODM_BB_PATH_DIV */ -+#define DYNAMIC_BB_PSD BIT11/* ODM_BB_PSD */ -+#define DYNAMIC_BB_RXHP BIT12/* ODM_BB_RXHP */ -+#define DYNAMIC_BB_ADAPTIVITY BIT13/* ODM_BB_ADAPTIVITY */ -+#define DYNAMIC_BB_DYNAMIC_ATC BIT14/* ODM_BB_DYNAMIC_ATC */ -+ -+/* MAC DM section BIT 16-23 */ -+#define DYNAMIC_MAC_EDCA_TURBO BIT16/* ODM_MAC_EDCA_TURBO */ -+#define DYNAMIC_MAC_EARLY_MODE BIT17/* ODM_MAC_EARLY_MODE */ -+ -+/* RF ODM section BIT 24-31 */ -+#define DYNAMIC_RF_TX_PWR_TRACK BIT24/* ODM_RF_TX_PWR_TRACK */ -+#define DYNAMIC_RF_RX_GAIN_TRACK BIT25/* ODM_RF_RX_GAIN_TRACK */ -+#define DYNAMIC_RF_CALIBRATION BIT26/* ODM_RF_CALIBRATION */ -+ -+#define DYNAMIC_ALL_FUNC_ENABLE 0xFFFFFFF -+ -+#define _HW_STATE_NOLINK_ 0x00 -+#define _HW_STATE_ADHOC_ 0x01 -+#define _HW_STATE_STATION_ 0x02 -+#define _HW_STATE_AP_ 0x03 -+ -+ -+#define _1M_RATE_ 0 -+#define _2M_RATE_ 1 -+#define _5M_RATE_ 2 -+#define _11M_RATE_ 3 -+#define _6M_RATE_ 4 -+#define _9M_RATE_ 5 -+#define _12M_RATE_ 6 -+#define _18M_RATE_ 7 -+#define _24M_RATE_ 8 -+#define _36M_RATE_ 9 -+#define _48M_RATE_ 10 -+#define _54M_RATE_ 11 -+ -+/******************************************************** -+MCS rate definitions -+*********************************************************/ -+#define MCS_RATE_1R (0x000000ff) -+#define MCS_RATE_2R (0x0000ffff) -+#define MCS_RATE_3R (0x00ffffff) -+#define MCS_RATE_4R (0xffffffff) -+#define MCS_RATE_2R_13TO15_OFF (0x00001fff) -+ -+ -+extern unsigned char RTW_WPA_OUI[]; -+extern unsigned char WMM_OUI[]; -+extern unsigned char WPS_OUI[]; -+extern unsigned char WFD_OUI[]; -+extern unsigned char P2P_OUI[]; -+ -+extern unsigned char WMM_INFO_OUI[]; -+extern unsigned char WMM_PARA_OUI[]; -+ -+ -+/* */ -+/* Channel Plan Type. */ -+/* Note: */ -+/* We just add new channel plan when the new channel plan is different from any of the following */ -+/* channel plan. */ -+/* If you just wnat to customize the acitions(scan period or join actions) about one of the channel plan, */ -+/* customize them in RT_CHANNEL_INFO in the RT_CHANNEL_LIST. */ -+/* */ -+typedef enum _RT_CHANNEL_DOMAIN -+{ -+ /* old channel plan mapping ===== */ -+ RT_CHANNEL_DOMAIN_FCC = 0x00, -+ RT_CHANNEL_DOMAIN_IC = 0x01, -+ RT_CHANNEL_DOMAIN_ETSI = 0x02, -+ RT_CHANNEL_DOMAIN_SPAIN = 0x03, -+ RT_CHANNEL_DOMAIN_FRANCE = 0x04, -+ RT_CHANNEL_DOMAIN_MKK = 0x05, -+ RT_CHANNEL_DOMAIN_MKK1 = 0x06, -+ RT_CHANNEL_DOMAIN_ISRAEL = 0x07, -+ RT_CHANNEL_DOMAIN_TELEC = 0x08, -+ RT_CHANNEL_DOMAIN_GLOBAL_DOAMIN = 0x09, -+ RT_CHANNEL_DOMAIN_WORLD_WIDE_13 = 0x0A, -+ RT_CHANNEL_DOMAIN_TAIWAN = 0x0B, -+ RT_CHANNEL_DOMAIN_CHINA = 0x0C, -+ RT_CHANNEL_DOMAIN_SINGAPORE_INDIA_MEXICO = 0x0D, -+ RT_CHANNEL_DOMAIN_KOREA = 0x0E, -+ RT_CHANNEL_DOMAIN_TURKEY = 0x0F, -+ RT_CHANNEL_DOMAIN_JAPAN = 0x10, -+ RT_CHANNEL_DOMAIN_FCC_NO_DFS = 0x11, -+ RT_CHANNEL_DOMAIN_JAPAN_NO_DFS = 0x12, -+ RT_CHANNEL_DOMAIN_WORLD_WIDE_5G = 0x13, -+ RT_CHANNEL_DOMAIN_TAIWAN_NO_DFS = 0x14, -+ -+ /* new channel plan mapping, (2GDOMAIN_5GDOMAIN) ===== */ -+ RT_CHANNEL_DOMAIN_WORLD_NULL = 0x20, -+ RT_CHANNEL_DOMAIN_ETSI1_NULL = 0x21, -+ RT_CHANNEL_DOMAIN_FCC1_NULL = 0x22, -+ RT_CHANNEL_DOMAIN_MKK1_NULL = 0x23, -+ RT_CHANNEL_DOMAIN_ETSI2_NULL = 0x24, -+ RT_CHANNEL_DOMAIN_FCC1_FCC1 = 0x25, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI1 = 0x26, -+ RT_CHANNEL_DOMAIN_MKK1_MKK1 = 0x27, -+ RT_CHANNEL_DOMAIN_WORLD_KCC1 = 0x28, -+ RT_CHANNEL_DOMAIN_WORLD_FCC2 = 0x29, -+ RT_CHANNEL_DOMAIN_WORLD_FCC3 = 0x30, -+ RT_CHANNEL_DOMAIN_WORLD_FCC4 = 0x31, -+ RT_CHANNEL_DOMAIN_WORLD_FCC5 = 0x32, -+ RT_CHANNEL_DOMAIN_WORLD_FCC6 = 0x33, -+ RT_CHANNEL_DOMAIN_FCC1_FCC7 = 0x34, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI2 = 0x35, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI3 = 0x36, -+ RT_CHANNEL_DOMAIN_MKK1_MKK2 = 0x37, -+ RT_CHANNEL_DOMAIN_MKK1_MKK3 = 0x38, -+ RT_CHANNEL_DOMAIN_FCC1_NCC1 = 0x39, -+ RT_CHANNEL_DOMAIN_FCC1_NCC2 = 0x40, -+ RT_CHANNEL_DOMAIN_GLOBAL_NULL = 0x41, -+ RT_CHANNEL_DOMAIN_ETSI1_ETSI4 = 0x42, -+ RT_CHANNEL_DOMAIN_FCC1_FCC2 = 0x43, -+ RT_CHANNEL_DOMAIN_FCC1_NCC3 = 0x44, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI5 = 0x45, -+ RT_CHANNEL_DOMAIN_FCC1_FCC8 = 0x46, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI6 = 0x47, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI7 = 0x48, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI8 = 0x49, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI9 = 0x50, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI10 = 0x51, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI11 = 0x52, -+ RT_CHANNEL_DOMAIN_FCC1_NCC4 = 0x53, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI12 = 0x54, -+ RT_CHANNEL_DOMAIN_FCC1_FCC9 = 0x55, -+ RT_CHANNEL_DOMAIN_WORLD_ETSI13 = 0x56, -+ RT_CHANNEL_DOMAIN_FCC1_FCC10 = 0x57, -+ /* Add new channel plan above this line =============== */ -+ RT_CHANNEL_DOMAIN_MAX, -+ RT_CHANNEL_DOMAIN_REALTEK_DEFINE = 0x7F, -+}RT_CHANNEL_DOMAIN, *PRT_CHANNEL_DOMAIN; -+ -+typedef enum _RT_CHANNEL_DOMAIN_2G -+{ -+ RT_CHANNEL_DOMAIN_2G_WORLD = 0x00, /* Worldwird 13 */ -+ RT_CHANNEL_DOMAIN_2G_ETSI1 = 0x01, /* Europe */ -+ RT_CHANNEL_DOMAIN_2G_FCC1 = 0x02, /* US */ -+ RT_CHANNEL_DOMAIN_2G_MKK1 = 0x03, /* Japan */ -+ RT_CHANNEL_DOMAIN_2G_ETSI2 = 0x04, /* France */ -+ RT_CHANNEL_DOMAIN_2G_GLOBAL = 0x05, /* Global domain */ -+ RT_CHANNEL_DOMAIN_2G_NULL = 0x06, -+ /* Add new channel plan above this line =============== */ -+ RT_CHANNEL_DOMAIN_2G_MAX, -+}RT_CHANNEL_DOMAIN_2G, *PRT_CHANNEL_DOMAIN_2G; -+ -+typedef enum _RT_CHANNEL_DOMAIN_5G -+{ -+ RT_CHANNEL_DOMAIN_5G_NULL = 0x00, -+ RT_CHANNEL_DOMAIN_5G_ETSI1 = 0x01, /* Europe */ -+ RT_CHANNEL_DOMAIN_5G_ETSI2 = 0x02, /* Australia, New Zealand */ -+ RT_CHANNEL_DOMAIN_5G_ETSI3 = 0x03, /* Russia */ -+ RT_CHANNEL_DOMAIN_5G_FCC1 = 0x04, /* US */ -+ RT_CHANNEL_DOMAIN_5G_FCC2 = 0x05, /* FCC o/w DFS Channels */ -+ RT_CHANNEL_DOMAIN_5G_FCC3 = 0x06, /* India, Mexico */ -+ RT_CHANNEL_DOMAIN_5G_FCC4 = 0x07, /* Venezuela */ -+ RT_CHANNEL_DOMAIN_5G_FCC5 = 0x08, /* China */ -+ RT_CHANNEL_DOMAIN_5G_FCC6 = 0x09, /* Israel */ -+ RT_CHANNEL_DOMAIN_5G_FCC7_IC1 = 0x0A, /* US, Canada */ -+ RT_CHANNEL_DOMAIN_5G_KCC1 = 0x0B, /* Korea */ -+ RT_CHANNEL_DOMAIN_5G_MKK1 = 0x0C, /* Japan */ -+ RT_CHANNEL_DOMAIN_5G_MKK2 = 0x0D, /* Japan (W52, W53) */ -+ RT_CHANNEL_DOMAIN_5G_MKK3 = 0x0E, /* Japan (W56) */ -+ RT_CHANNEL_DOMAIN_5G_NCC1 = 0x0F, /* Taiwan */ -+ RT_CHANNEL_DOMAIN_5G_NCC2 = 0x10, /* Taiwan o/w DFS */ -+ RT_CHANNEL_DOMAIN_5G_NCC3 = 0x11, /* Taiwan w/o DFS, Band4 only */ -+ RT_CHANNEL_DOMAIN_5G_ETSI4 = 0x12, /* Europe w/o DFS, Band1 only */ -+ RT_CHANNEL_DOMAIN_5G_ETSI5 = 0x13, /* Australia, New Zealand(w/o Weather radar) */ -+ RT_CHANNEL_DOMAIN_5G_FCC8 = 0x14, /* Latin America */ -+ RT_CHANNEL_DOMAIN_5G_ETSI6 = 0x15, /* Israel, Bahrain, Egypt, India, China, Malaysia */ -+ RT_CHANNEL_DOMAIN_5G_ETSI7 = 0x16, /* China */ -+ RT_CHANNEL_DOMAIN_5G_ETSI8 = 0x17, /* Jordan */ -+ RT_CHANNEL_DOMAIN_5G_ETSI9 = 0x18, /* Lebanon */ -+ RT_CHANNEL_DOMAIN_5G_ETSI10 = 0x19, /* Qatar */ -+ RT_CHANNEL_DOMAIN_5G_ETSI11 = 0x1A, /* Russia */ -+ RT_CHANNEL_DOMAIN_5G_NCC4 = 0x1B, /* Taiwan, (w/o Weather radar) */ -+ RT_CHANNEL_DOMAIN_5G_ETSI12 = 0x1C, /* Indonesia */ -+ RT_CHANNEL_DOMAIN_5G_FCC9 = 0x1D, /* w/o Weather radar) */ -+ RT_CHANNEL_DOMAIN_5G_ETSI13 = 0x1E, /* w/o Weather radar) */ -+ RT_CHANNEL_DOMAIN_5G_FCC10 = 0x1F, /* Argentina (w/o Weather radar) */ -+ /* Add new channel plan above this line =============== */ -+ /* Driver Self Defined ===== */ -+ RT_CHANNEL_DOMAIN_5G_FCC = 0x20, -+ RT_CHANNEL_DOMAIN_5G_JAPAN_NO_DFS = 0x21, -+ RT_CHANNEL_DOMAIN_5G_FCC4_NO_DFS = 0x22, -+ RT_CHANNEL_DOMAIN_5G_MAX, -+}RT_CHANNEL_DOMAIN_5G, *PRT_CHANNEL_DOMAIN_5G; -+ -+#define rtw_is_channel_plan_valid(chplan) (chplansurvey_timer, (ms)); \ -+ } while (0) -+ -+#define set_link_timer(mlmeext, ms) \ -+ do { \ -+ /*DBG_871X("%s set_link_timer(%p, %d)\n", __func__, (mlmeext), (ms));*/ \ -+ _set_timer(&(mlmeext)->link_timer, (ms)); \ -+ } while (0) -+#define set_sa_query_timer(mlmeext, ms) \ -+ do { \ -+ DBG_871X("%s set_sa_query_timer(%p, %d)\n", __func__, (mlmeext), (ms)); \ -+ _set_timer(&(mlmeext)->sa_query_timer, (ms)); \ -+ } while (0) -+extern int cckrates_included(unsigned char *rate, int ratelen); -+extern int cckratesonly_included(unsigned char *rate, int ratelen); -+ -+extern void process_addba_req(struct adapter *padapter, u8 *paddba_req, u8 *addr); -+ -+extern void update_TSF(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len); -+extern void correct_TSF(struct adapter *padapter, struct mlme_ext_priv *pmlmeext); -+extern void adaptive_early_32k(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len); -+extern u8 traffic_status_watchdog(struct adapter *padapter, u8 from_timer); -+ -+int rtw_chk_start_clnt_join(struct adapter *padapter, u8 *ch, u8 *bw, u8 *offset); -+int rtw_get_ch_setting_union(struct adapter *adapter, u8 *ch, u8 *bw, u8 *offset); -+ -+struct cmd_hdl { -+ uint parmsize; -+ u8 (*h2cfuns)(struct adapter *padapter, u8 *pbuf); -+}; -+ -+ -+u8 read_macreg_hdl(struct adapter *padapter, u8 *pbuf); -+u8 write_macreg_hdl(struct adapter *padapter, u8 *pbuf); -+u8 read_bbreg_hdl(struct adapter *padapter, u8 *pbuf); -+u8 write_bbreg_hdl(struct adapter *padapter, u8 *pbuf); -+u8 read_rfreg_hdl(struct adapter *padapter, u8 *pbuf); -+u8 write_rfreg_hdl(struct adapter *padapter, u8 *pbuf); -+ -+ -+u8 NULL_hdl(struct adapter *padapter, u8 *pbuf); -+u8 join_cmd_hdl(struct adapter *padapter, u8 *pbuf); -+u8 disconnect_hdl(struct adapter *padapter, u8 *pbuf); -+u8 createbss_hdl(struct adapter *padapter, u8 *pbuf); -+u8 setopmode_hdl(struct adapter *padapter, u8 *pbuf); -+u8 sitesurvey_cmd_hdl(struct adapter *padapter, u8 *pbuf); -+u8 setauth_hdl(struct adapter *padapter, u8 *pbuf); -+u8 setkey_hdl(struct adapter *padapter, u8 *pbuf); -+u8 set_stakey_hdl(struct adapter *padapter, u8 *pbuf); -+u8 set_assocsta_hdl(struct adapter *padapter, u8 *pbuf); -+u8 del_assocsta_hdl(struct adapter *padapter, u8 *pbuf); -+u8 add_ba_hdl(struct adapter *padapter, unsigned char *pbuf); -+ -+u8 mlme_evt_hdl(struct adapter *padapter, unsigned char *pbuf); -+u8 h2c_msg_hdl(struct adapter *padapter, unsigned char *pbuf); -+u8 chk_bmc_sleepq_hdl(struct adapter *padapter, unsigned char *pbuf); -+u8 tx_beacon_hdl(struct adapter *padapter, unsigned char *pbuf); -+u8 set_ch_hdl(struct adapter *padapter, u8 *pbuf); -+u8 set_chplan_hdl(struct adapter *padapter, unsigned char *pbuf); -+u8 led_blink_hdl(struct adapter *padapter, unsigned char *pbuf); -+u8 set_csa_hdl(struct adapter *padapter, unsigned char *pbuf); /* Kurt: Handling DFS channel switch announcement ie. */ -+u8 tdls_hdl(struct adapter *padapter, unsigned char *pbuf); -+u8 run_in_thread_hdl(struct adapter *padapter, u8 *pbuf); -+ -+ -+#define GEN_DRV_CMD_HANDLER(size, cmd) {size, &cmd ## _hdl}, -+#define GEN_MLME_EXT_HANDLER(size, cmd) {size, cmd}, -+ -+struct C2HEvent_Header -+{ -+ -+#ifdef __LITTLE_ENDIAN -+ -+ unsigned int len:16; -+ unsigned int ID:8; -+ unsigned int seq:8; -+#else -+ unsigned int seq:8; -+ unsigned int ID:8; -+ unsigned int len:16; -+#endif -+ unsigned int rsvd; -+}; -+ -+void rtw_dummy_event_callback(struct adapter *adapter , u8 *pbuf); -+void rtw_fwdbg_event_callback(struct adapter *adapter , u8 *pbuf); -+ -+enum rtw_c2h_event -+{ -+ GEN_EVT_CODE(_Read_MACREG) = 0, /*0*/ -+ GEN_EVT_CODE(_Read_BBREG), -+ GEN_EVT_CODE(_Read_RFREG), -+ GEN_EVT_CODE(_Read_EEPROM), -+ GEN_EVT_CODE(_Read_EFUSE), -+ GEN_EVT_CODE(_Read_CAM), /*5*/ -+ GEN_EVT_CODE(_Get_BasicRate), -+ GEN_EVT_CODE(_Get_DataRate), -+ GEN_EVT_CODE(_Survey), /*8*/ -+ GEN_EVT_CODE(_SurveyDone), /*9*/ -+ -+ GEN_EVT_CODE(_JoinBss) , /*10*/ -+ GEN_EVT_CODE(_AddSTA), -+ GEN_EVT_CODE(_DelSTA), -+ GEN_EVT_CODE(_AtimDone) , -+ GEN_EVT_CODE(_TX_Report), -+ GEN_EVT_CODE(_CCX_Report), /*15*/ -+ GEN_EVT_CODE(_DTM_Report), -+ GEN_EVT_CODE(_TX_Rate_Statistics), -+ GEN_EVT_CODE(_C2HLBK), -+ GEN_EVT_CODE(_FWDBG), -+ GEN_EVT_CODE(_C2HFEEDBACK), /*20*/ -+ GEN_EVT_CODE(_ADDBA), -+ GEN_EVT_CODE(_C2HBCN), -+ GEN_EVT_CODE(_ReportPwrState), /* filen: only for PCIE, USB */ -+ GEN_EVT_CODE(_CloseRF), /* filen: only for PCIE, work around ASPM */ -+ GEN_EVT_CODE(_WMM), /*25*/ -+ MAX_C2HEVT -+}; -+ -+ -+#ifdef _RTW_MLME_EXT_C_ -+ -+static struct fwevent wlanevents[] = -+{ -+ {0, rtw_dummy_event_callback}, /*0*/ -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, &rtw_survey_event_callback}, /*8*/ -+ {sizeof (struct surveydone_event), &rtw_surveydone_event_callback}, /*9*/ -+ -+ {0, &rtw_joinbss_event_callback}, /*10*/ -+ {sizeof(struct stassoc_event), &rtw_stassoc_event_callback}, -+ {sizeof(struct stadel_event), &rtw_stadel_event_callback}, -+ {0, &rtw_atimdone_event_callback}, -+ {0, rtw_dummy_event_callback}, -+ {0, NULL}, /*15*/ -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, rtw_fwdbg_event_callback}, -+ {0, NULL}, /*20*/ -+ {0, NULL}, -+ {0, NULL}, -+ {0, &rtw_cpwm_event_callback}, -+ {0, NULL}, -+ {0, &rtw_wmm_event_callback}, -+ -+}; -+ -+#endif/* _RTL8192C_CMD_C_ */ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_mlme.h linux/3rdparty/rtl8723bs/include/rtw_mlme.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_mlme.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_mlme.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,695 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_MLME_H_ -+#define __RTW_MLME_H_ -+ -+ -+#define MAX_BSS_CNT 128 -+/* define MAX_JOIN_TIMEOUT 2000 */ -+/* define MAX_JOIN_TIMEOUT 2500 */ -+#define MAX_JOIN_TIMEOUT 6500 -+ -+/* Commented by Albert 20101105 */ -+/* Increase the scanning timeout because of increasing the SURVEY_TO value. */ -+ -+#define SCANNING_TIMEOUT 8000 -+ -+#ifdef PALTFORM_OS_WINCE -+#define SCANQUEUE_LIFETIME 12000000 /* unit:us */ -+#else -+#define SCANQUEUE_LIFETIME 20000 /* 20sec, unit:msec */ -+#endif -+ -+#define WIFI_NULL_STATE 0x00000000 -+#define WIFI_ASOC_STATE 0x00000001 /* Under Linked state... */ -+#define WIFI_REASOC_STATE 0x00000002 -+#define WIFI_SLEEP_STATE 0x00000004 -+#define WIFI_STATION_STATE 0x00000008 -+#define WIFI_AP_STATE 0x00000010 -+#define WIFI_ADHOC_STATE 0x00000020 -+#define WIFI_ADHOC_MASTER_STATE 0x00000040 -+#define WIFI_UNDER_LINKING 0x00000080 -+ -+#define WIFI_UNDER_WPS 0x00000100 -+/* define WIFI_UNDER_CMD 0x00000200 */ -+/* define WIFI_UNDER_P2P 0x00000400 */ -+#define WIFI_STA_ALIVE_CHK_STATE 0x00000400 -+#define WIFI_SITE_MONITOR 0x00000800 /* to indicate the station is under site surveying */ -+#ifdef WDS -+#define WIFI_WDS 0x00001000 -+#define WIFI_WDS_RX_BEACON 0x00002000 /* already rx WDS AP beacon */ -+#endif -+#ifdef AUTO_CONFIG -+#define WIFI_AUTOCONF 0x00004000 -+#define WIFI_AUTOCONF_IND 0x00008000 -+#endif -+ -+/** -+* ========== P2P Section Start =============== -+#define WIFI_P2P_LISTEN_STATE 0x00010000 -+#define WIFI_P2P_GROUP_FORMATION_STATE 0x00020000 -+ ========== P2P Section End =============== -+*/ -+ -+/* ifdef UNDER_MPTEST */ -+#define WIFI_MP_STATE 0x00010000 -+#define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continous tx background */ -+#define WIFI_MP_CTX_ST 0x00040000 /* in continous tx with single-tone */ -+#define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continous tx background due to out of skb */ -+#define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continous tx */ -+#define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continous tx with carrier suppression */ -+#define WIFI_MP_LPBK_STATE 0x00400000 -+/* endif */ -+ -+/* define _FW_UNDER_CMD WIFI_UNDER_CMD */ -+#define _FW_UNDER_LINKING WIFI_UNDER_LINKING -+#define _FW_LINKED WIFI_ASOC_STATE -+#define _FW_UNDER_SURVEY WIFI_SITE_MONITOR -+ -+ -+enum dot11AuthAlgrthmNum { -+ dot11AuthAlgrthm_Open = 0, -+ dot11AuthAlgrthm_Shared, -+ dot11AuthAlgrthm_8021X, -+ dot11AuthAlgrthm_Auto, -+ dot11AuthAlgrthm_WAPI, -+ dot11AuthAlgrthm_MaxNum -+}; -+ -+/* Scan type including active and passive scan. */ -+typedef enum _RT_SCAN_TYPE -+{ -+ SCAN_PASSIVE, -+ SCAN_ACTIVE, -+ SCAN_MIX, -+}RT_SCAN_TYPE, *PRT_SCAN_TYPE; -+ -+enum _BAND -+{ -+ GHZ24_50 = 0, -+ GHZ_50, -+ GHZ_24, -+ GHZ_MAX, -+}; -+ -+#define rtw_band_valid(band) ((band) >= GHZ24_50 && (band) < GHZ_MAX) -+ -+enum DriverInterface { -+ DRIVER_WEXT = 1, -+ DRIVER_CFG80211 = 2 -+}; -+ -+enum SCAN_RESULT_TYPE -+{ -+ SCAN_RESULT_P2P_ONLY = 0, /* Will return all the P2P devices. */ -+ SCAN_RESULT_ALL = 1, /* Will return all the scanned device, include AP. */ -+ SCAN_RESULT_WFD_TYPE = 2 /* Will just return the correct WFD device. */ -+ /* If this device is Miracast sink device, it will just return all the Miracast source devices. */ -+}; -+ -+/* -+ -+there are several "locks" in mlme_priv, -+since mlme_priv is a shared resource between many threads, -+like ISR/Call-Back functions, the OID handlers, and even timer functions. -+ -+ -+Each struct __queue has its own locks, already. -+Other items are protected by mlme_priv.lock. -+ -+To avoid possible dead lock, any thread trying to modifiying mlme_priv -+SHALL not lock up more than one locks at a time! -+ -+*/ -+ -+ -+#define traffic_threshold 10 -+#define traffic_scan_period 500 -+ -+struct sitesurvey_ctrl { -+ u64 last_tx_pkts; -+ uint last_rx_pkts; -+ sint traffic_busy; -+ _timer sitesurvey_ctrl_timer; -+}; -+ -+typedef struct _RT_LINK_DETECT_T{ -+ u32 NumTxOkInPeriod; -+ u32 NumRxOkInPeriod; -+ u32 NumRxUnicastOkInPeriod; -+ bool bBusyTraffic; -+ bool bTxBusyTraffic; -+ bool bRxBusyTraffic; -+ bool bHigherBusyTraffic; /* For interrupt migration purpose. */ -+ bool bHigherBusyRxTraffic; /* We may disable Tx interrupt according as Rx traffic. */ -+ bool bHigherBusyTxTraffic; /* We may disable Tx interrupt according as Tx traffic. */ -+ /* u8 TrafficBusyState; */ -+ u8 TrafficTransitionCount; -+ u32 LowPowerTransitionCount; -+}RT_LINK_DETECT_T, *PRT_LINK_DETECT_T; -+ -+struct profile_info { -+ u8 ssidlen; -+ u8 ssid[ WLAN_SSID_MAXLEN ]; -+ u8 peermac[ ETH_ALEN ]; -+}; -+ -+struct tx_invite_req_info{ -+ u8 token; -+ u8 benable; -+ u8 go_ssid[ WLAN_SSID_MAXLEN ]; -+ u8 ssidlen; -+ u8 go_bssid[ ETH_ALEN ]; -+ u8 peer_macaddr[ ETH_ALEN ]; -+ u8 operating_ch; /* This information will be set by using the p2p_set op_ch =x */ -+ u8 peer_ch; /* The listen channel for peer P2P device */ -+ -+}; -+ -+struct tx_invite_resp_info{ -+ u8 token; /* Used to record the dialog token of p2p invitation request frame. */ -+}; -+ -+struct tx_provdisc_req_info{ -+ u16 wps_config_method_request; /* Used when sending the provisioning request frame */ -+ u16 peer_channel_num[2]; /* The channel number which the receiver stands. */ -+ struct ndis_802_11_ssid ssid; -+ u8 peerDevAddr[ ETH_ALEN ]; /* Peer device address */ -+ u8 peerIFAddr[ ETH_ALEN ]; /* Peer interface address */ -+ u8 benable; /* This provision discovery request frame is trigger to send or not */ -+}; -+ -+struct rx_provdisc_req_info{ /* When peer device issue prov_disc_req first, we should store the following informations */ -+ u8 peerDevAddr[ ETH_ALEN ]; /* Peer device address */ -+ u8 strconfig_method_desc_of_prov_disc_req[4]; /* description for the config method located in the provisioning discovery request frame. */ -+ /* The UI must know this information to know which config method the remote p2p device is requiring. */ -+}; -+ -+struct tx_nego_req_info{ -+ u16 peer_channel_num[2]; /* The channel number which the receiver stands. */ -+ u8 peerDevAddr[ ETH_ALEN ]; /* Peer device address */ -+ u8 benable; /* This negoitation request frame is trigger to send or not */ -+}; -+ -+struct group_id_info{ -+ u8 go_device_addr[ ETH_ALEN ]; /* The GO's device address of this P2P group */ -+ u8 ssid[ WLAN_SSID_MAXLEN ]; /* The SSID of this P2P group */ -+}; -+ -+struct scan_limit_info{ -+ u8 scan_op_ch_only; /* When this flag is set, the driver should just scan the operation channel */ -+ u8 operation_ch[2]; /* Store the operation channel of invitation request frame */ -+}; -+ -+struct cfg80211_wifidirect_info{ -+ _timer remain_on_ch_timer; -+ u8 restore_channel; -+ struct ieee80211_channel remain_on_ch_channel; -+ enum nl80211_channel_type remain_on_ch_type; -+ u64 remain_on_ch_cookie; -+ bool is_ro_ch; -+ unsigned long last_ro_ch_time; /* this will be updated at the beginning and end of ro_ch */ -+}; -+ -+struct wifidirect_info{ -+ struct adapter * padapter; -+ _timer find_phase_timer; -+ _timer restore_p2p_state_timer; -+ -+ /* Used to do the scanning. After confirming the peer is availalble, the driver transmits the P2P frame to peer. */ -+ _timer pre_tx_scan_timer; -+ _timer reset_ch_sitesurvey; -+ _timer reset_ch_sitesurvey2; /* Just for resetting the scan limit function by using p2p nego */ -+ struct tx_provdisc_req_info tx_prov_disc_info; -+ struct rx_provdisc_req_info rx_prov_disc_info; -+ struct tx_invite_req_info invitereq_info; -+ struct profile_info profileinfo[ P2P_MAX_PERSISTENT_GROUP_NUM ]; /* Store the profile information of persistent group */ -+ struct tx_invite_resp_info inviteresp_info; -+ struct tx_nego_req_info nego_req_info; -+ struct group_id_info groupid_info; /* Store the group id information when doing the group negotiation handshake. */ -+ struct scan_limit_info rx_invitereq_info; /* Used for get the limit scan channel from the Invitation procedure */ -+ struct scan_limit_info p2p_info; /* Used for get the limit scan channel from the P2P negotiation handshake */ -+ enum P2P_ROLE role; -+ enum P2P_STATE pre_p2p_state; -+ enum P2P_STATE p2p_state; -+ u8 device_addr[ETH_ALEN]; /* The device address should be the mac address of this device. */ -+ u8 interface_addr[ETH_ALEN]; -+ u8 social_chan[4]; -+ u8 listen_channel; -+ u8 operating_channel; -+ u8 listen_dwell; /* This value should be between 1 and 3 */ -+ u8 support_rate[8]; -+ u8 p2p_wildcard_ssid[P2P_WILDCARD_SSID_LEN]; -+ u8 intent; /* should only include the intent value. */ -+ u8 p2p_peer_interface_addr[ ETH_ALEN ]; -+ u8 p2p_peer_device_addr[ ETH_ALEN ]; -+ u8 peer_intent; /* Included the intent value and tie breaker value. */ -+ u8 device_name[ WPS_MAX_DEVICE_NAME_LEN ]; /* Device name for displaying on searching device screen */ -+ u8 device_name_len; -+ u8 profileindex; /* Used to point to the index of profileinfo array */ -+ u8 peer_operating_ch; -+ u8 find_phase_state_exchange_cnt; -+ u16 device_password_id_for_nego; /* The device password ID for group negotation */ -+ u8 negotiation_dialog_token; -+ u8 nego_ssid[ WLAN_SSID_MAXLEN ]; /* SSID information for group negotitation */ -+ u8 nego_ssidlen; -+ u8 p2p_group_ssid[WLAN_SSID_MAXLEN]; -+ u8 p2p_group_ssid_len; -+ u8 persistent_supported; /* Flag to know the persistent function should be supported or not. */ -+ /* In the Sigma test, the Sigma will provide this enable from the sta_set_p2p CAPI. */ -+ /* 0: disable */ -+ /* 1: enable */ -+ u8 session_available; /* Flag to set the WFD session available to enable or disable "by Sigma" */ -+ /* In the Sigma test, the Sigma will disable the session available by using the sta_preset CAPI. */ -+ /* 0: disable */ -+ /* 1: enable */ -+ -+ u8 wfd_tdls_enable; /* Flag to enable or disable the TDLS by WFD Sigma */ -+ /* 0: disable */ -+ /* 1: enable */ -+ u8 wfd_tdls_weaksec; /* Flag to enable or disable the weak security function for TDLS by WFD Sigma */ -+ /* 0: disable */ -+ /* In this case, the driver can't issue the tdsl setup request frame. */ -+ /* 1: enable */ -+ /* In this case, the driver can issue the tdls setup request frame */ -+ /* even the current security is weak security. */ -+ -+ enum P2P_WPSINFO ui_got_wps_info; /* This field will store the WPS value (PIN value or PBC) that UI had got from the user. */ -+ u16 supported_wps_cm; /* This field describes the WPS config method which this driver supported. */ -+ /* The value should be the combination of config method defined in page104 of WPS v2.0 spec. */ -+ u8 external_uuid; /* UUID flag */ -+ u8 uuid[16]; /* UUID */ -+ uint channel_list_attr_len; /* This field will contain the length of body of P2P Channel List attribute of group negotitation response frame. */ -+ u8 channel_list_attr[100]; /* This field will contain the body of P2P Channel List attribute of group negotitation response frame. */ -+ /* We will use the channel_cnt and channel_list fields when constructing the group negotitation confirm frame. */ -+ u8 driver_interface; /* Indicate DRIVER_WEXT or DRIVER_CFG80211 */ -+}; -+ -+struct tdls_ss_record{ /* signal strength record */ -+ u8 macaddr[ETH_ALEN]; -+ u8 RxPWDBAll; -+ u8 is_tdls_sta; /* true: direct link sta, false: else */ -+}; -+ -+struct tdls_info{ -+ u8 ap_prohibited; -+ u8 link_established; -+ u8 sta_cnt; -+ u8 sta_maximum; /* 1:tdls sta is equal (NUM_STA-1), reach max direct link number; 0: else; */ -+ struct tdls_ss_record ss_record; -+ u8 ch_sensing; -+ u8 cur_channel; -+ u8 candidate_ch; -+ u8 collect_pkt_num[MAX_CHANNEL_NUM]; -+ _lock cmd_lock; -+ _lock hdl_lock; -+ u8 watchdog_count; -+ u8 dev_discovered; /* WFD_TDLS: for sigma test */ -+ u8 tdls_enable; -+ u8 external_setup; /* true: setup is handled by wpa_supplicant */ -+}; -+ -+struct tdls_txmgmt { -+ u8 peer[ETH_ALEN]; -+ u8 action_code; -+ u8 dialog_token; -+ u16 status_code; -+ u8 *buf; -+ size_t len; -+ u8 external_support; -+}; -+ -+/* used for mlme_priv.roam_flags */ -+enum { -+ RTW_ROAM_ON_EXPIRED = BIT0, -+ RTW_ROAM_ON_RESUME = BIT1, -+ RTW_ROAM_ACTIVE = BIT2, -+}; -+ -+struct mlme_priv { -+ -+ _lock lock; -+ sint fw_state; /* shall we protect this variable? maybe not necessarily... */ -+ u8 bScanInProcess; -+ u8 to_join; /* flag */ -+ -+ u8 to_roam; /* roaming trying times */ -+ struct wlan_network *roam_network; /* the target of active roam */ -+ u8 roam_flags; -+ u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ -+ u32 roam_scan_int_ms; /* scan interval for active roam */ -+ u32 roam_scanr_exp_ms; /* scan result expire time in ms for roam */ -+ u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to speicific target without other consideration */ -+ -+ u8 *nic_hdl; -+ -+ u8 not_indic_disco; -+ struct list_head *pscanned; -+ struct __queue free_bss_pool; -+ struct __queue scanned_queue; -+ u8 *free_bss_buf; -+ u32 num_of_scanned; -+ -+ struct ndis_802_11_ssid assoc_ssid; -+ u8 assoc_bssid[6]; -+ -+ struct wlan_network cur_network; -+ struct wlan_network *cur_network_scanned; -+ -+ /* uint wireless_mode; no used, remove it */ -+ -+ u32 auto_scan_int_ms; -+ -+ _timer assoc_timer; -+ -+ uint assoc_by_bssid; -+ uint assoc_by_rssi; -+ -+ _timer scan_to_timer; /* driver itself handles scan_timeout status. */ -+ unsigned long scan_start_time; /* used to evaluate the time spent in scanning */ -+ -+ _timer set_scan_deny_timer; -+ atomic_t set_scan_deny; /* 0: allowed, 1: deny */ -+ -+ struct qos_priv qospriv; -+ -+ /* Number of non-HT AP/stations */ -+ int num_sta_no_ht; -+ -+ /* Number of HT AP/stations 20 MHz */ -+ /* int num_sta_ht_20mhz; */ -+ -+ -+ int num_FortyMHzIntolerant; -+ -+ struct ht_priv htpriv; -+ -+ RT_LINK_DETECT_T LinkDetectInfo; -+ _timer dynamic_chk_timer; /* dynamic/periodic check timer */ -+ -+ u8 acm_mask; /* for wmm acm mask */ -+ u8 ChannelPlan; -+ RT_SCAN_TYPE scan_mode; /* active: 1, passive: 0 */ -+ -+ u8 *wps_probe_req_ie; -+ u32 wps_probe_req_ie_len; -+ -+ /* Number of associated Non-ERP stations (i.e., stations using 802.11b -+ * in 802.11g BSS) */ -+ int num_sta_non_erp; -+ -+ /* Number of associated stations that do not support Short Slot Time */ -+ int num_sta_no_short_slot_time; -+ -+ /* Number of associated stations that do not support Short Preamble */ -+ int num_sta_no_short_preamble; -+ -+ int olbc; /* Overlapping Legacy BSS Condition */ -+ -+ /* Number of HT associated stations that do not support greenfield */ -+ int num_sta_ht_no_gf; -+ -+ /* Number of associated non-HT stations */ -+ /* int num_sta_no_ht; */ -+ -+ /* Number of HT associated stations 20 MHz */ -+ int num_sta_ht_20mhz; -+ -+ /* Overlapping BSS information */ -+ int olbc_ht; -+ -+ u16 ht_op_mode; -+ -+ u8 *assoc_req; -+ u32 assoc_req_len; -+ u8 *assoc_rsp; -+ u32 assoc_rsp_len; -+ -+ u8 *wps_beacon_ie; -+ /* u8 *wps_probe_req_ie; */ -+ u8 *wps_probe_resp_ie; -+ u8 *wps_assoc_resp_ie; /* for CONFIG_IOCTL_CFG80211, this IE could include p2p ie / wfd ie */ -+ -+ u32 wps_beacon_ie_len; -+ /* u32 wps_probe_req_ie_len; */ -+ u32 wps_probe_resp_ie_len; -+ u32 wps_assoc_resp_ie_len; /* for CONFIG_IOCTL_CFG80211, this IE len could include p2p ie / wfd ie */ -+ -+ u8 *p2p_beacon_ie; -+ u8 *p2p_probe_req_ie; -+ u8 *p2p_probe_resp_ie; -+ u8 *p2p_go_probe_resp_ie; /* for GO */ -+ u8 *p2p_assoc_req_ie; -+ -+ u32 p2p_beacon_ie_len; -+ u32 p2p_probe_req_ie_len; -+ u32 p2p_probe_resp_ie_len; -+ u32 p2p_go_probe_resp_ie_len; /* for GO */ -+ u32 p2p_assoc_req_ie_len; -+ -+ _lock bcn_update_lock; -+ u8 update_bcn; -+ -+#ifdef CONFIG_INTEL_WIDI -+ int widi_state; -+ int listen_state; -+ _timer listen_timer; -+ atomic_t rx_probe_rsp; /* 1:receive probe respone from RDS source. */ -+ u8 *l2sdTaBuffer; -+ u8 channel_idx; -+ u8 group_cnt; /* In WiDi 3.5, they specified another scan algo. for WFD/RDS co-existed */ -+ u8 sa_ext[L2SDTA_SERVICE_VE_LEN]; -+ -+ u8 widi_enable; -+ /** -+ * For WiDi 4; upper layer would set -+ * p2p_primary_device_type_category_id -+ * p2p_primary_device_type_sub_category_id -+ * p2p_secondary_device_type_category_id -+ * p2p_secondary_device_type_sub_category_id -+ */ -+ u16 p2p_pdt_cid; -+ u16 p2p_pdt_scid; -+ u8 num_p2p_sdt; -+ u16 p2p_sdt_cid[MAX_NUM_P2P_SDT]; -+ u16 p2p_sdt_scid[MAX_NUM_P2P_SDT]; -+ u8 p2p_reject_disable; /* When starting NL80211 wpa_supplicant/hostapd, it will call netdev_close */ -+ /* such that it will cause p2p disabled. Use this flag to reject. */ -+#endif /* CONFIG_INTEL_WIDI */ -+ -+ u8 NumOfBcnInfoChkFail; -+ unsigned long timeBcnInfoChkStart; -+}; -+ -+#define rtw_mlme_set_auto_scan_int(adapter, ms) \ -+ do { \ -+ adapter->mlmepriv.auto_scan_int_ms = ms; \ -+ while (0) -+ -+void rtw_mlme_reset_auto_scan_int(struct adapter *adapter); -+ -+struct hostapd_priv -+{ -+ struct adapter *padapter; -+}; -+ -+extern int hostapd_mode_init(struct adapter *padapter); -+extern void hostapd_mode_unload(struct adapter *padapter); -+ -+extern void rtw_joinbss_event_prehandle(struct adapter *adapter, u8 *pbuf); -+extern void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf); -+extern void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf); -+extern void rtw_joinbss_event_callback(struct adapter *adapter, u8 *pbuf); -+extern void rtw_stassoc_event_callback(struct adapter *adapter, u8 *pbuf); -+extern void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf); -+extern void rtw_atimdone_event_callback(struct adapter *adapter, u8 *pbuf); -+extern void rtw_cpwm_event_callback(struct adapter *adapter, u8 *pbuf); -+extern void rtw_wmm_event_callback(struct adapter *padapter, u8 *pbuf); -+ -+extern void rtw_join_timeout_handler(RTW_TIMER_HDL_ARGS); -+extern void _rtw_scan_timeout_handler(RTW_TIMER_HDL_ARGS); -+ -+int event_thread(void *context); -+ -+extern void rtw_free_network_queue(struct adapter *adapter, u8 isfreeall); -+extern int rtw_init_mlme_priv(struct adapter *adapter);/* (struct mlme_priv *pmlmepriv); */ -+ -+extern void rtw_free_mlme_priv (struct mlme_priv *pmlmepriv); -+ -+ -+extern sint rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv); -+extern sint rtw_set_key(struct adapter *adapter, struct security_priv *psecuritypriv, sint keyid, u8 set_tx, bool enqueue); -+extern sint rtw_set_auth(struct adapter *adapter, struct security_priv *psecuritypriv); -+ -+__inline static u8 *get_bssid(struct mlme_priv *pmlmepriv) -+{ /* if sta_mode:pmlmepriv->cur_network.network.MacAddress => bssid */ -+ /* if adhoc_mode:pmlmepriv->cur_network.network.MacAddress => ibss mac address */ -+ return pmlmepriv->cur_network.network.MacAddress; -+} -+ -+__inline static sint check_fwstate(struct mlme_priv *pmlmepriv, sint state) -+{ -+ if (pmlmepriv->fw_state & state) -+ return true; -+ -+ return false; -+} -+ -+__inline static sint get_fwstate(struct mlme_priv *pmlmepriv) -+{ -+ return pmlmepriv->fw_state; -+} -+ -+/* -+ * No Limit on the calling context, -+ * therefore set it to be the critical section... -+ * -+ * ### NOTE:#### (!!!!) -+ * MUST TAKE CARE THAT BEFORE CALLING THIS FUNC, YOU SHOULD HAVE LOCKED pmlmepriv->lock -+ */ -+__inline static void set_fwstate(struct mlme_priv *pmlmepriv, sint state) -+{ -+ pmlmepriv->fw_state |= state; -+ /* FOR HW integration */ -+ if (_FW_UNDER_SURVEY ==state) { -+ pmlmepriv->bScanInProcess = true; -+ } -+} -+ -+__inline static void _clr_fwstate_(struct mlme_priv *pmlmepriv, sint state) -+{ -+ pmlmepriv->fw_state &= ~state; -+ /* FOR HW integration */ -+ if (_FW_UNDER_SURVEY ==state) { -+ pmlmepriv->bScanInProcess = false; -+ } -+} -+ -+/* -+ * No Limit on the calling context, -+ * therefore set it to be the critical section... -+ */ -+__inline static void clr_fwstate(struct mlme_priv *pmlmepriv, sint state) -+{ -+ spin_lock_bh(&pmlmepriv->lock); -+ if (check_fwstate(pmlmepriv, state) == true) -+ pmlmepriv->fw_state ^= state; -+ spin_unlock_bh(&pmlmepriv->lock); -+} -+ -+__inline static void set_scanned_network_val(struct mlme_priv *pmlmepriv, sint val) -+{ -+ spin_lock_bh(&pmlmepriv->lock); -+ pmlmepriv->num_of_scanned = val; -+ spin_unlock_bh(&pmlmepriv->lock); -+} -+ -+extern u16 rtw_get_capability(struct wlan_bssid_ex *bss); -+extern void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *target); -+extern void rtw_disconnect_hdl_under_linked(struct adapter * adapter, struct sta_info *psta, u8 free_assoc); -+extern void rtw_generate_random_ibss(u8 *pibss); -+extern struct wlan_network* rtw_find_network(struct __queue *scanned_queue, u8 *addr); -+extern struct wlan_network* rtw_get_oldest_wlan_network(struct __queue *scanned_queue); -+struct wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network); -+ -+extern void rtw_free_assoc_resources(struct adapter * adapter, int lock_scanned_queue); -+extern void rtw_indicate_disconnect(struct adapter * adapter); -+extern void rtw_indicate_connect(struct adapter * adapter); -+void rtw_indicate_scan_done(struct adapter *padapter, bool aborted); -+void rtw_scan_abort(struct adapter *adapter); -+ -+extern int rtw_restruct_sec_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len); -+extern int rtw_restruct_wmm_ie(struct adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len, uint initial_out_len); -+extern void rtw_init_registrypriv_dev_network(struct adapter *adapter); -+ -+extern void rtw_update_registrypriv_dev_network(struct adapter *adapter); -+ -+extern void rtw_get_encrypt_decrypt_from_registrypriv(struct adapter *adapter); -+ -+extern void _rtw_join_timeout_handler(struct adapter *adapter); -+extern void rtw_scan_timeout_handler(struct adapter *adapter); -+ -+extern void rtw_dynamic_check_timer_handlder(struct adapter *adapter); -+bool rtw_is_scan_deny(struct adapter *adapter); -+void rtw_clear_scan_deny(struct adapter *adapter); -+void rtw_set_scan_deny_timer_hdl(struct adapter *adapter); -+void rtw_set_scan_deny(struct adapter *adapter, u32 ms); -+ -+extern int _rtw_init_mlme_priv(struct adapter *padapter); -+ -+void rtw_free_mlme_priv_ie_data(struct mlme_priv *pmlmepriv); -+ -+extern void _rtw_free_mlme_priv(struct mlme_priv *pmlmepriv); -+ -+/* extern struct wlan_network* _rtw_dequeue_network(struct __queue *queue); */ -+ -+extern struct wlan_network* _rtw_alloc_network(struct mlme_priv *pmlmepriv); -+ -+ -+extern void _rtw_free_network(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork, u8 isfreeall); -+extern void _rtw_free_network_nolock(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork); -+ -+ -+extern struct wlan_network* _rtw_find_network(struct __queue *scanned_queue, u8 *addr); -+ -+extern void _rtw_free_network_queue(struct adapter *padapter, u8 isfreeall); -+ -+extern sint rtw_if_up(struct adapter *padapter); -+ -+sint rtw_linked_check(struct adapter *padapter); -+ -+u8 *rtw_get_capability_from_ie(u8 *ie); -+u8 *rtw_get_beacon_interval_from_ie(u8 *ie); -+ -+ -+void rtw_joinbss_reset(struct adapter *padapter); -+ -+void rtw_ht_use_default_setting(struct adapter *padapter); -+void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len); -+unsigned int rtw_restructure_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); -+void rtw_update_ht_cap(struct adapter *padapter, u8 *pie, uint ie_len, u8 channel); -+void rtw_issue_addbareq_cmd(struct adapter *padapter, struct xmit_frame *pxmitframe); -+void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len); -+ -+int rtw_is_same_ibss(struct adapter *adapter, struct wlan_network *pnetwork); -+int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature); -+ -+#define rtw_roam_flags(adapter) ((adapter)->mlmepriv.roam_flags) -+#define rtw_chk_roam_flags(adapter, flags) ((adapter)->mlmepriv.roam_flags & flags) -+#define rtw_clr_roam_flags(adapter, flags) \ -+ do { \ -+ ((adapter)->mlmepriv.roam_flags &= ~flags); \ -+ } while (0) -+ -+#define rtw_set_roam_flags(adapter, flags) \ -+ do { \ -+ ((adapter)->mlmepriv.roam_flags |= flags); \ -+ } while (0) -+ -+#define rtw_assign_roam_flags(adapter, flags) \ -+ do { \ -+ ((adapter)->mlmepriv.roam_flags = flags); \ -+ } while (0) -+ -+void _rtw_roaming(struct adapter *adapter, struct wlan_network *tgt_network); -+void rtw_roaming(struct adapter *adapter, struct wlan_network *tgt_network); -+void rtw_set_to_roam(struct adapter *adapter, u8 to_roam); -+u8 rtw_dec_to_roam(struct adapter *adapter); -+u8 rtw_to_roam(struct adapter *adapter); -+int rtw_select_roaming_candidate(struct mlme_priv *pmlmepriv); -+ -+void rtw_sta_media_status_rpt(struct adapter *adapter, struct sta_info *psta, u32 mstatus); -+ -+#endif /* __RTL871X_MLME_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_mp.h linux/3rdparty/rtl8723bs/include/rtw_mp.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_mp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_mp.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,512 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTW_MP_H_ -+#define _RTW_MP_H_ -+ -+#define MAX_MP_XMITBUF_SZ 2048 -+#define NR_MP_XMITFRAME 8 -+ -+struct mp_xmit_frame -+{ -+ struct list_head list; -+ -+ struct pkt_attrib attrib; -+ -+ _pkt *pkt; -+ -+ int frame_tag; -+ -+ struct adapter *padapter; -+ -+ uint mem[(MAX_MP_XMITBUF_SZ >> 2)]; -+}; -+ -+struct mp_wiparam -+{ -+ u32 bcompleted; -+ u32 act_type; -+ u32 io_offset; -+ u32 io_value; -+}; -+ -+typedef void(*wi_act_func)(void* padapter); -+ -+struct mp_tx -+{ -+ u8 stop; -+ u32 count, sended; -+ u8 payload; -+ struct pkt_attrib attrib; -+ /* struct tx_desc desc; */ -+ /* u8 resvdtx[7]; */ -+ u8 desc[TXDESC_SIZE]; -+ u8 *pallocated_buf; -+ u8 *buf; -+ u32 buf_size, write_size; -+ void *PktTxThread; -+}; -+ -+#define MP_MAX_LINES 1000 -+#define MP_MAX_LINES_BYTES 256 -+ -+typedef void (*MPT_WORK_ITEM_HANDLER)(void *Adapter); -+typedef struct _MPT_CONTEXT -+{ -+ /* Indicate if we have started Mass Production Test. */ -+ bool bMassProdTest; -+ -+ /* Indicate if the driver is unloading or unloaded. */ -+ bool bMptDrvUnload; -+ -+ _sema MPh2c_Sema; -+ _timer MPh2c_timeout_timer; -+/* Event used to sync H2c for BT control */ -+ -+ bool MptH2cRspEvent; -+ bool MptBtC2hEvent; -+ bool bMPh2c_timeout; -+ -+ /* 8190 PCI does not support NDIS_WORK_ITEM. */ -+ /* Work Item for Mass Production Test. */ -+ /* NDIS_WORK_ITEM MptWorkItem; */ -+/* RT_WORK_ITEM MptWorkItem; */ -+ /* Event used to sync the case unloading driver and MptWorkItem is still in progress. */ -+/* NDIS_EVENT MptWorkItemEvent; */ -+ /* To protect the following variables. */ -+/* NDIS_SPIN_LOCK MptWorkItemSpinLock; */ -+ /* Indicate a MptWorkItem is scheduled and not yet finished. */ -+ bool bMptWorkItemInProgress; -+ /* An instance which implements function and context of MptWorkItem. */ -+ MPT_WORK_ITEM_HANDLER CurrMptAct; -+ -+ /* 1 =Start, 0 =Stop from UI. */ -+ u32 MptTestStart; -+ /* _TEST_MODE, defined in MPT_Req2.h */ -+ u32 MptTestItem; -+ /* Variable needed in each implementation of CurrMptAct. */ -+ u32 MptActType; /* Type of action performed in CurrMptAct. */ -+ /* The Offset of IO operation is depend of MptActType. */ -+ u32 MptIoOffset; -+ /* The Value of IO operation is depend of MptActType. */ -+ u32 MptIoValue; -+ /* The RfPath of IO operation is depend of MptActType. */ -+ u32 MptRfPath; -+ -+ enum WIRELESS_MODE MptWirelessModeToSw; /* Wireless mode to switch. */ -+ u8 MptChannelToSw; /* Channel to switch. */ -+ u8 MptInitGainToSet; /* Initial gain to set. */ -+ u32 MptBandWidth; /* bandwidth to switch. */ -+ u32 MptRateIndex; /* rate index. */ -+ /* Register value kept for Single Carrier Tx test. */ -+ u8 btMpCckTxPower; -+ /* Register value kept for Single Carrier Tx test. */ -+ u8 btMpOfdmTxPower; -+ /* For MP Tx Power index */ -+ u8 TxPwrLevel[2]; /* rf-A, rf-B */ -+ u32 RegTxPwrLimit; -+ /* Content of RCR Regsiter for Mass Production Test. */ -+ u32 MptRCR; -+ /* true if we only receive packets with specific pattern. */ -+ bool bMptFilterPattern; -+ /* Rx OK count, statistics used in Mass Production Test. */ -+ u32 MptRxOkCnt; -+ /* Rx CRC32 error count, statistics used in Mass Production Test. */ -+ u32 MptRxCrcErrCnt; -+ -+ bool bCckContTx; /* true if we are in CCK Continuous Tx test. */ -+ bool bOfdmContTx; /* true if we are in OFDM Continuous Tx test. */ -+ bool bStartContTx; /* true if we have start Continuous Tx test. */ -+ /* true if we are in Single Carrier Tx test. */ -+ bool bSingleCarrier; -+ /* true if we are in Carrier Suppression Tx Test. */ -+ bool bCarrierSuppression; -+ /* true if we are in Single Tone Tx test. */ -+ bool bSingleTone; -+ -+ /* ACK counter asked by K.Y.. */ -+ bool bMptEnableAckCounter; -+ u32 MptAckCounter; -+ -+ /* SD3 Willis For 8192S to save 1T/2T RF table for ACUT Only fro ACUT delete later ~~~! */ -+ /* s8 BufOfLines[2][MAX_LINES_HWCONFIG_TXT][MAX_BYTES_LINE_HWCONFIG_TXT]; */ -+ /* s8 BufOfLines[2][MP_MAX_LINES][MP_MAX_LINES_BYTES]; */ -+ /* s32 RfReadLine[2]; */ -+ -+ u8 APK_bound[2]; /* for APK path A/path B */ -+ bool bMptIndexEven; -+ -+ u8 backup0xc50; -+ u8 backup0xc58; -+ u8 backup0xc30; -+ u8 backup0x52_RF_A; -+ u8 backup0x52_RF_B; -+ -+ u32 backup0x58_RF_A; -+ u32 backup0x58_RF_B; -+ -+ u8 h2cReqNum; -+ u8 c2hBuf[32]; -+ -+ u8 btInBuf[100]; -+ u32 mptOutLen; -+ u8 mptOutBuf[100]; -+ -+}MPT_CONTEXT, *PMPT_CONTEXT; -+/* endif */ -+ -+/* E-Fuse */ -+#define EFUSE_MAP_SIZE 512 -+ -+#define EFUSE_MAX_SIZE 512 -+/* end of E-Fuse */ -+ -+/* define RTPRIV_IOCTL_MP (SIOCIWFIRSTPRIV + 0x17) */ -+enum { -+ WRITE_REG = 1, -+ READ_REG, -+ WRITE_RF, -+ READ_RF, -+ MP_START, -+ MP_STOP, -+ MP_RATE, -+ MP_CHANNEL, -+ MP_BANDWIDTH, -+ MP_TXPOWER, -+ MP_ANT_TX, -+ MP_ANT_RX, -+ MP_CTX, -+ MP_QUERY, -+ MP_ARX, -+ MP_PSD, -+ MP_PWRTRK, -+ MP_THER, -+ MP_IOCTL, -+ EFUSE_GET, -+ EFUSE_SET, -+ MP_RESET_STATS, -+ MP_DUMP, -+ MP_PHYPARA, -+ MP_SetRFPathSwh, -+ MP_QueryDrvStats, -+ MP_SetBT, -+ CTA_TEST, -+ MP_DISABLE_BT_COEXIST, -+ MP_PwrCtlDM, -+#ifdef CONFIG_WOWLAN -+ MP_WOW_ENABLE, -+#endif -+#ifdef CONFIG_AP_WOWLAN -+ MP_AP_WOW_ENABLE, -+#endif -+ MP_NULL, -+ MP_GET_TXPOWER_INX, -+}; -+ -+struct mp_priv -+{ -+ struct adapter *papdater; -+ -+ /* Testing Flag */ -+ u32 mode;/* 0 for normal type packet, 1 for loopback packet (16bytes TXCMD) */ -+ -+ u32 prev_fw_state; -+ -+ /* OID cmd handler */ -+ struct mp_wiparam workparam; -+/* u8 act_in_progress; */ -+ -+ /* Tx Section */ -+ u8 TID; -+ u32 tx_pktcount; -+ u32 pktInterval; -+ struct mp_tx tx; -+ -+ /* Rx Section */ -+ u32 rx_bssidpktcount; -+ u32 rx_pktcount; -+ u32 rx_pktcount_filter_out; -+ u32 rx_crcerrpktcount; -+ u32 rx_pktloss; -+ bool rx_bindicatePkt; -+ struct recv_stat rxstat; -+ -+ /* RF/BB relative */ -+ u8 channel; -+ u8 bandwidth; -+ u8 prime_channel_offset; -+ u8 txpoweridx; -+ u8 txpoweridx_b; -+ u8 rateidx; -+ u32 preamble; -+/* u8 modem; */ -+ u32 CrystalCap; -+/* u32 curr_crystalcap; */ -+ -+ u16 antenna_tx; -+ u16 antenna_rx; -+/* u8 curr_rfpath; */ -+ -+ u8 check_mp_pkt; -+ -+ u8 bSetTxPower; -+/* uint ForcedDataRate; */ -+ u8 mp_dm; -+ u8 mac_filter[ETH_ALEN]; -+ u8 bmac_filter; -+ -+ struct wlan_network mp_network; -+ NDIS_802_11_MAC_ADDRESS network_macaddr; -+ -+ u8 *pallocated_mp_xmitframe_buf; -+ u8 *pmp_xmtframe_buf; -+ struct __queue free_mp_xmitqueue; -+ u32 free_mp_xmitframe_cnt; -+ bool bSetRxBssid; -+ bool bTxBufCkFail; -+ -+ MPT_CONTEXT MptCtx; -+ -+ u8 *TXradomBuffer; -+}; -+ -+typedef struct _IOCMD_STRUCT_ { -+ u8 cmdclass; -+ u16 value; -+ u8 index; -+}IOCMD_STRUCT; -+ -+struct rf_reg_param { -+ u32 path; -+ u32 offset; -+ u32 value; -+}; -+ -+struct bb_reg_param { -+ u32 offset; -+ u32 value; -+}; -+ -+#define LOWER true -+#define RAISE false -+ -+/* Hardware Registers */ -+#define BB_REG_BASE_ADDR 0x800 -+ -+/* MP variables */ -+enum MP_MODE { -+ MP_OFF, -+ MP_ON, -+ MP_ERR, -+ MP_CONTINUOUS_TX, -+ MP_SINGLE_CARRIER_TX, -+ MP_CARRIER_SUPPRISSION_TX, -+ MP_SINGLE_TONE_TX, -+ MP_PACKET_TX, -+ MP_PACKET_RX -+}; -+ -+#define MAX_RF_PATH_NUMS RF_PATH_MAX -+ -+extern u8 mpdatarate[NumRates]; -+ -+/* MP set force data rate base on the definition. */ -+enum MPT_RATE_INDEX { -+ /* CCK rate. */ -+ MPT_RATE_1M = 0 , /* 0 */ -+ MPT_RATE_2M, -+ MPT_RATE_55M, -+ MPT_RATE_11M, /* 3 */ -+ -+ /* OFDM rate. */ -+ MPT_RATE_6M, /* 4 */ -+ MPT_RATE_9M, -+ MPT_RATE_12M, -+ MPT_RATE_18M, -+ MPT_RATE_24M, -+ MPT_RATE_36M, -+ MPT_RATE_48M, -+ MPT_RATE_54M, /* 11 */ -+ -+ /* HT rate. */ -+ MPT_RATE_MCS0, /* 12 */ -+ MPT_RATE_MCS1, -+ MPT_RATE_MCS2, -+ MPT_RATE_MCS3, -+ MPT_RATE_MCS4, -+ MPT_RATE_MCS5, -+ MPT_RATE_MCS6, -+ MPT_RATE_MCS7, /* 19 */ -+ MPT_RATE_MCS8, -+ MPT_RATE_MCS9, -+ MPT_RATE_MCS10, -+ MPT_RATE_MCS11, -+ MPT_RATE_MCS12, -+ MPT_RATE_MCS13, -+ MPT_RATE_MCS14, -+ MPT_RATE_MCS15, /* 27 */ -+ /* VHT rate. Total: 20*/ -+ MPT_RATE_VHT1SS_MCS0 = 100,/* To reserve MCS16~MCS31, the index starts from #100. */ -+ MPT_RATE_VHT1SS_MCS1, /* #101 */ -+ MPT_RATE_VHT1SS_MCS2, -+ MPT_RATE_VHT1SS_MCS3, -+ MPT_RATE_VHT1SS_MCS4, -+ MPT_RATE_VHT1SS_MCS5, -+ MPT_RATE_VHT1SS_MCS6, /* #106 */ -+ MPT_RATE_VHT1SS_MCS7, -+ MPT_RATE_VHT1SS_MCS8, -+ MPT_RATE_VHT1SS_MCS9, -+ MPT_RATE_VHT2SS_MCS0, -+ MPT_RATE_VHT2SS_MCS1, /* #111 */ -+ MPT_RATE_VHT2SS_MCS2, -+ MPT_RATE_VHT2SS_MCS3, -+ MPT_RATE_VHT2SS_MCS4, -+ MPT_RATE_VHT2SS_MCS5, -+ MPT_RATE_VHT2SS_MCS6, /* #116 */ -+ MPT_RATE_VHT2SS_MCS7, -+ MPT_RATE_VHT2SS_MCS8, -+ MPT_RATE_VHT2SS_MCS9, -+ MPT_RATE_LAST -+}; -+ -+#define MAX_TX_PWR_INDEX_N_MODE 64 /* 0x3F */ -+ -+enum POWER_MODE { -+ POWER_LOW = 0, -+ POWER_NORMAL -+}; -+ -+/* The following enumeration is used to define the value of Reg0xD00[30:28] or JaguarReg0x914[18:16]. */ -+enum OFDM_TX_MODE { -+ OFDM_ALL_OFF = 0, -+ OFDM_ContinuousTx = 1, -+ OFDM_SingleCarrier = 2, -+ OFDM_SingleTone = 4, -+}; -+ -+#define RX_PKT_BROADCAST 1 -+#define RX_PKT_DEST_ADDR 2 -+#define RX_PKT_PHY_MATCH 3 -+ -+#define Mac_OFDM_OK 0x00000000 -+#define Mac_OFDM_Fail 0x10000000 -+#define Mac_OFDM_FasleAlarm 0x20000000 -+#define Mac_CCK_OK 0x30000000 -+#define Mac_CCK_Fail 0x40000000 -+#define Mac_CCK_FasleAlarm 0x50000000 -+#define Mac_HT_OK 0x60000000 -+#define Mac_HT_Fail 0x70000000 -+#define Mac_HT_FasleAlarm 0x90000000 -+#define Mac_DropPacket 0xA0000000 -+ -+enum ENCRY_CTRL_STATE { -+ HW_CONTROL, /* hw encryption& decryption */ -+ SW_CONTROL, /* sw encryption& decryption */ -+ HW_ENCRY_SW_DECRY, /* hw encryption & sw decryption */ -+ SW_ENCRY_HW_DECRY /* sw encryption & hw decryption */ -+}; -+ -+enum MPT_TXPWR_DEF { -+ MPT_CCK, -+ MPT_OFDM, /* L and HT OFDM */ -+ MPT_VHT_OFDM -+}; -+ -+#define REG_RF_BB_GAIN_OFFSET 0x7f -+#define RF_GAIN_OFFSET_MASK 0xfffff -+ -+/* */ -+/* struct mp_xmit_frame *alloc_mp_xmitframe(struct mp_priv *pmp_priv); */ -+/* int free_mp_xmitframe(struct xmit_priv *pxmitpriv, struct mp_xmit_frame *pmp_xmitframe); */ -+ -+s32 init_mp_priv(struct adapter *padapter); -+void free_mp_priv(struct mp_priv *pmp_priv); -+s32 MPT_InitializeAdapter(struct adapter *padapter, u8 Channel); -+void MPT_DeInitAdapter(struct adapter *padapter); -+s32 mp_start_test(struct adapter *padapter); -+void mp_stop_test(struct adapter *padapter); -+ -+u32 _read_rfreg(struct adapter *padapter, u8 rfpath, u32 addr, u32 bitmask); -+void _write_rfreg(struct adapter *padapter, u8 rfpath, u32 addr, u32 bitmask, u32 val); -+ -+u32 read_macreg(struct adapter *padapter, u32 addr, u32 sz); -+void write_macreg(struct adapter *padapter, u32 addr, u32 val, u32 sz); -+u32 read_bbreg(struct adapter *padapter, u32 addr, u32 bitmask); -+void write_bbreg(struct adapter *padapter, u32 addr, u32 bitmask, u32 val); -+u32 read_rfreg(struct adapter *padapter, u8 rfpath, u32 addr); -+void write_rfreg(struct adapter *padapter, u8 rfpath, u32 addr, u32 val); -+ -+void SetChannel(struct adapter *padapter); -+void SetBandwidth(struct adapter *padapter); -+int SetTxPower(struct adapter *padapter); -+void SetAntennaPathPower(struct adapter *padapter); -+void SetDataRate(struct adapter *padapter); -+ -+void SetAntenna(struct adapter *padapter); -+ -+s32 SetThermalMeter(struct adapter *padapter, u8 target_ther); -+void GetThermalMeter(struct adapter *padapter, u8 *value); -+ -+void SetContinuousTx(struct adapter *padapter, u8 bStart); -+void SetSingleCarrierTx(struct adapter *padapter, u8 bStart); -+void SetSingleToneTx(struct adapter *padapter, u8 bStart); -+void SetCarrierSuppressionTx(struct adapter *padapter, u8 bStart); -+void PhySetTxPowerLevel(struct adapter *padapter); -+ -+void fill_txdesc_for_mp(struct adapter *padapter, u8 *ptxdesc); -+void SetPacketTx(struct adapter *padapter); -+void SetPacketRx(struct adapter *padapter, u8 bStartRx); -+ -+void ResetPhyRxPktCount(struct adapter *padapter); -+u32 GetPhyRxPktReceived(struct adapter *padapter); -+u32 GetPhyRxPktCRC32Error(struct adapter *padapter); -+ -+s32 SetPowerTracking(struct adapter *padapter, u8 enable); -+void GetPowerTracking(struct adapter *padapter, u8 *enable); -+ -+u32 mp_query_psd(struct adapter *padapter, u8 *data); -+ -+void Hal_SetAntenna(struct adapter *padapter); -+void Hal_SetBandwidth(struct adapter *padapter); -+ -+void Hal_SetTxPower(struct adapter *padapter); -+void Hal_SetCarrierSuppressionTx(struct adapter *padapter, u8 bStart); -+void Hal_SetSingleToneTx (struct adapter *padapter , u8 bStart); -+void Hal_SetSingleCarrierTx (struct adapter *padapter, u8 bStart); -+void Hal_SetContinuousTx (struct adapter *padapter, u8 bStart); -+void Hal_SetBandwidth(struct adapter *padapter); -+ -+void Hal_SetDataRate(struct adapter *padapter); -+void Hal_SetChannel(struct adapter *padapter); -+void Hal_SetAntennaPathPower(struct adapter *padapter); -+s32 Hal_SetThermalMeter(struct adapter *padapter, u8 target_ther); -+s32 Hal_SetPowerTracking(struct adapter *padapter, u8 enable); -+void Hal_GetPowerTracking(struct adapter *padapter, u8 * enable); -+void Hal_GetThermalMeter(struct adapter *padapter, u8 *value); -+void Hal_mpt_SwitchRfSetting(struct adapter *padapter); -+void Hal_MPT_CCKTxPowerAdjust(struct adapter * Adapter, bool bInCH14); -+void Hal_MPT_CCKTxPowerAdjustbyIndex(struct adapter *padapter, bool beven); -+void Hal_SetCCKTxPower(struct adapter *padapter, u8 * TxPower); -+void Hal_SetOFDMTxPower(struct adapter *padapter, u8 * TxPower); -+void Hal_TriggerRFThermalMeter(struct adapter *padapter); -+u8 Hal_ReadRFThermalMeter(struct adapter *padapter); -+void Hal_SetCCKContinuousTx(struct adapter *padapter, u8 bStart); -+void Hal_SetOFDMContinuousTx(struct adapter *padapter, u8 bStart); -+void Hal_ProSetCrystalCap (struct adapter *padapter , u32 CrystalCapVal); -+void MP_PHY_SetRFPathSwitch(struct adapter *padapter , bool bMain); -+u32 mpt_ProQueryCalTxPower(struct adapter *padapter, u8 RfPath); -+void MPT_PwrCtlDM(struct adapter *padapter, u32 bstart); -+u8 MptToMgntRate(u32 MptRateIdx); -+ -+#endif /* _RTW_MP_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_odm.h linux/3rdparty/rtl8723bs/include/rtw_odm.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_odm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_odm.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,36 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_ODM_H__ -+#define __RTW_ODM_H__ -+ -+#include -+ -+/* -+* This file provides utilities/wrappers for rtw driver to use ODM -+*/ -+ -+void rtw_odm_dbg_comp_msg(void *sel, struct adapter *adapter); -+void rtw_odm_dbg_comp_set(struct adapter *adapter, u64 comps); -+void rtw_odm_dbg_level_msg(void *sel, struct adapter *adapter); -+void rtw_odm_dbg_level_set(struct adapter *adapter, u32 level); -+ -+void rtw_odm_ability_msg(void *sel, struct adapter *adapter); -+void rtw_odm_ability_set(struct adapter *adapter, u32 ability); -+ -+void rtw_odm_adaptivity_parm_msg(void *sel, struct adapter *adapter); -+void rtw_odm_adaptivity_parm_set(struct adapter *adapter, s8 TH_L2H_ini, s8 TH_EDCCA_HL_diff, -+ s8 IGI_Base, bool ForceEDCCA, u8 AdapEn_RSSI, u8 IGI_LowerBound); -+void rtw_odm_get_perpkt_rssi(void *sel, struct adapter *adapter); -+#endif /* __RTW_ODM_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_pwrctrl.h linux/3rdparty/rtl8723bs/include/rtw_pwrctrl.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_pwrctrl.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_pwrctrl.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,375 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_PWRCTRL_H_ -+#define __RTW_PWRCTRL_H_ -+ -+ -+#define FW_PWR0 0 -+#define FW_PWR1 1 -+#define FW_PWR2 2 -+#define FW_PWR3 3 -+ -+ -+#define HW_PWR0 7 -+#define HW_PWR1 6 -+#define HW_PWR2 2 -+#define HW_PWR3 0 -+#define HW_PWR4 8 -+ -+#define FW_PWRMSK 0x7 -+ -+ -+#define XMIT_ALIVE BIT(0) -+#define RECV_ALIVE BIT(1) -+#define CMD_ALIVE BIT(2) -+#define EVT_ALIVE BIT(3) -+#define BTCOEX_ALIVE BIT(4) -+ -+ -+enum Power_Mgnt -+{ -+ PS_MODE_ACTIVE = 0 , -+ PS_MODE_MIN , -+ PS_MODE_MAX , -+ PS_MODE_DTIM , /* PS_MODE_SELF_DEFINED */ -+ PS_MODE_VOIP , -+ PS_MODE_UAPSD_WMM , -+ PS_MODE_UAPSD , -+ PS_MODE_IBSS , -+ PS_MODE_WWLAN , -+ PM_Radio_Off , -+ PM_Card_Disable , -+ PS_MODE_NUM, -+}; -+ -+#ifdef CONFIG_PNO_SUPPORT -+#define MAX_PNO_LIST_COUNT 16 -+#define MAX_SCAN_LIST_COUNT 14 /* 2.4G only */ -+#endif -+ -+/* -+ BIT[2:0] = HW state -+ BIT[3] = Protocol PS state, 0: register active state , 1: register sleep state -+ BIT[4] = sub-state -+*/ -+ -+#define PS_DPS BIT(0) -+#define PS_LCLK (PS_DPS) -+#define PS_RF_OFF BIT(1) -+#define PS_ALL_ON BIT(2) -+#define PS_ST_ACTIVE BIT(3) -+ -+#define PS_ISR_ENABLE BIT(4) -+#define PS_IMR_ENABLE BIT(5) -+#define PS_ACK BIT(6) -+#define PS_TOGGLE BIT(7) -+ -+#define PS_STATE_MASK (0x0F) -+#define PS_STATE_HW_MASK (0x07) -+#define PS_SEQ_MASK (0xc0) -+ -+#define PS_STATE(x) (PS_STATE_MASK & (x)) -+#define PS_STATE_HW(x) (PS_STATE_HW_MASK & (x)) -+#define PS_SEQ(x) (PS_SEQ_MASK & (x)) -+ -+#define PS_STATE_S0 (PS_DPS) -+#define PS_STATE_S1 (PS_LCLK) -+#define PS_STATE_S2 (PS_RF_OFF) -+#define PS_STATE_S3 (PS_ALL_ON) -+#define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON)) -+ -+ -+#define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON)) -+#define PS_IS_ACTIVE(x) ((x) & (PS_ST_ACTIVE)) -+#define CLR_PS_STATE(x) ((x) = ((x) & (0xF0))) -+ -+ -+struct reportpwrstate_parm { -+ unsigned char mode; -+ unsigned char state; /* the CPWM value */ -+ unsigned short rsvd; -+}; -+ -+ -+typedef _sema _pwrlock; -+ -+ -+#define LPS_DELAY_TIME 1*HZ /* 1 sec */ -+ -+#define EXE_PWR_NONE 0x01 -+#define EXE_PWR_IPS 0x02 -+#define EXE_PWR_LPS 0x04 -+ -+/* RF state. */ -+enum rt_rf_power_state { -+ rf_on, /* RF is on after RFSleep or RFOff */ -+ rf_sleep, /* 802.11 Power Save mode */ -+ rf_off, /* HW/SW Radio OFF or Inactive Power Save */ -+ /* Add the new RF state above this line ===== */ -+ rf_max -+}; -+ -+/* RF Off Level for IPS or HW/SW radio off */ -+#define RT_RF_OFF_LEVL_ASPM BIT(0) /* PCI ASPM */ -+#define RT_RF_OFF_LEVL_CLK_REQ BIT(1) /* PCI clock request */ -+#define RT_RF_OFF_LEVL_PCI_D3 BIT(2) /* PCI D3 mode */ -+#define RT_RF_OFF_LEVL_HALT_NIC BIT(3) /* NIC halt, re-initialize hw parameters */ -+#define RT_RF_OFF_LEVL_FREE_FW BIT(4) /* FW free, re-download the FW */ -+#define RT_RF_OFF_LEVL_FW_32K BIT(5) /* FW in 32k */ -+#define RT_RF_PS_LEVEL_ALWAYS_ASPM BIT(6) /* Always enable ASPM and Clock Req in initialization. */ -+#define RT_RF_LPS_DISALBE_2R BIT(30) /* When LPS is on, disable 2R if no packet is received or transmittd. */ -+#define RT_RF_LPS_LEVEL_ASPM BIT(31) /* LPS with ASPM */ -+ -+#define RT_IN_PS_LEVEL(ppsc, _PS_FLAG) ((ppsc->cur_ps_level & _PS_FLAG) ? true : false) -+#define RT_CLEAR_PS_LEVEL(ppsc, _PS_FLAG) (ppsc->cur_ps_level &= (~(_PS_FLAG))) -+#define RT_SET_PS_LEVEL(ppsc, _PS_FLAG) (ppsc->cur_ps_level |= _PS_FLAG) -+ -+/* ASPM OSC Control bit, added by Roger, 2013.03.29. */ -+#define RT_PCI_ASPM_OSC_IGNORE 0 /* PCI ASPM ignore OSC control in default */ -+#define RT_PCI_ASPM_OSC_ENABLE BIT0 /* PCI ASPM controlled by OS according to ACPI Spec 5.0 */ -+#define RT_PCI_ASPM_OSC_DISABLE BIT1 /* PCI ASPM controlled by driver or BIOS, i.e., force enable ASPM */ -+ -+ -+enum _PS_BBRegBackup_ { -+ PSBBREG_RF0 = 0, -+ PSBBREG_RF1, -+ PSBBREG_RF2, -+ PSBBREG_AFE0, -+ PSBBREG_TOTALCNT -+}; -+ -+enum { /* for ips_mode */ -+ IPS_NONE = 0, -+ IPS_NORMAL, -+ IPS_LEVEL_2, -+ IPS_NUM -+}; -+ -+/* Design for pwrctrl_priv.ips_deny, 32 bits for 32 reasons at most */ -+enum PS_DENY_REASON { -+ PS_DENY_DRV_INITIAL = 0, -+ PS_DENY_SCAN, -+ PS_DENY_JOIN, -+ PS_DENY_DISCONNECT, -+ PS_DENY_SUSPEND, -+ PS_DENY_IOCTL, -+ PS_DENY_MGNT_TX, -+ PS_DENY_DRV_REMOVE = 30, -+ PS_DENY_OTHERS = 31 -+}; -+ -+#ifdef CONFIG_PNO_SUPPORT -+typedef struct pno_nlo_info -+{ -+ u32 fast_scan_period; /* Fast scan period */ -+ u32 ssid_num; /* number of entry */ -+ u32 slow_scan_period; /* slow scan period */ -+ u32 fast_scan_iterations; /* Fast scan iterations */ -+ u8 ssid_length[MAX_PNO_LIST_COUNT]; /* SSID Length Array */ -+ u8 ssid_cipher_info[MAX_PNO_LIST_COUNT]; /* Cipher information for security */ -+ u8 ssid_channel_info[MAX_PNO_LIST_COUNT]; /* channel information */ -+}pno_nlo_info_t; -+ -+typedef struct pno_ssid { -+ u32 SSID_len; -+ u8 SSID[32]; -+} pno_ssid_t; -+ -+typedef struct pno_ssid_list { -+ pno_ssid_t node[MAX_PNO_LIST_COUNT]; -+}pno_ssid_list_t; -+ -+typedef struct pno_scan_channel_info -+{ -+ u8 channel; -+ u8 tx_power; -+ u8 timeout; -+ u8 active; /* set 1 means active scan, or pasivite scan. */ -+}pno_scan_channel_info_t; -+ -+typedef struct pno_scan_info -+{ -+ u8 enableRFE; /* Enable RFE */ -+ u8 period_scan_time; /* exclusive with fast_scan_period and slow_scan_period */ -+ u8 periodScan; /* exclusive with fast_scan_period and slow_scan_period */ -+ u8 orig_80_offset; /* original channel 80 offset */ -+ u8 orig_40_offset; /* original channel 40 offset */ -+ u8 orig_bw; /* original bandwidth */ -+ u8 orig_ch; /* original channel */ -+ u8 channel_num; /* number of channel */ -+ u64 rfe_type; /* rfe_type && 0x00000000000000ff */ -+ pno_scan_channel_info_t ssid_channel_info[MAX_SCAN_LIST_COUNT]; -+}pno_scan_info_t; -+#endif /* CONFIG_PNO_SUPPORT */ -+ -+struct pwrctrl_priv -+{ -+ _pwrlock lock; -+ _pwrlock check_32k_lock; -+ volatile u8 rpwm; /* requested power state for fw */ -+ volatile u8 cpwm; /* fw current power state. updated when 1. read from HCPWM 2. driver lowers power level */ -+ volatile u8 tog; /* toggling */ -+ volatile u8 cpwm_tog; /* toggling */ -+ -+ u8 pwr_mode; -+ u8 smart_ps; -+ u8 bcn_ant_mode; -+ u8 dtim; -+ -+ u32 alives; -+ _workitem cpwm_event; -+ u8 brpwmtimeout; -+ _workitem rpwmtimeoutwi; -+ _timer pwr_rpwm_timer; -+ u8 bpower_saving; /* for LPS/IPS */ -+ -+ u8 b_hw_radio_off; -+ u8 reg_rfoff; -+ u8 reg_pdnmode; /* powerdown mode */ -+ u32 rfoff_reason; -+ -+ /* RF OFF Level */ -+ u32 cur_ps_level; -+ u32 reg_rfps_level; -+ -+ uint ips_enter_cnts; -+ uint ips_leave_cnts; -+ -+ u8 ips_mode; -+ u8 ips_org_mode; -+ u8 ips_mode_req; /* used to accept the mode setting request, will update to ipsmode later */ -+ uint bips_processing; -+ unsigned long ips_deny_time; /* will deny IPS when system time is smaller than this */ -+ u8 pre_ips_type;/* 0: default flow, 1: carddisbale flow */ -+ -+ /* ps_deny: if 0, power save is free to go; otherwise deny all kinds of power save. */ -+ /* Use PS_DENY_REASON to decide reason. */ -+ /* Don't access this variable directly without control function, */ -+ /* and this variable should be protected by lock. */ -+ u32 ps_deny; -+ -+ u8 ps_processing; /* temporarily used to mark whether in rtw_ps_processor */ -+ -+ u8 fw_psmode_iface_id; -+ u8 bLeisurePs; -+ u8 LpsIdleCount; -+ u8 power_mgnt; -+ u8 org_power_mgnt; -+ u8 bFwCurrentInPSMode; -+ unsigned long DelayLPSLastTimeStamp; -+ s32 pnp_current_pwr_state; -+ u8 pnp_bstop_trx; -+ -+ -+ u8 bInternalAutoSuspend; -+ u8 bInSuspend; -+ -+ u8 bAutoResume; -+ u8 autopm_cnt; -+ -+ u8 bSupportRemoteWakeup; -+ u8 wowlan_wake_reason; -+ u8 wowlan_ap_mode; -+ u8 wowlan_mode; -+#ifdef CONFIG_WOWLAN -+ u8 wowlan_pattern; -+ u8 wowlan_magic; -+ u8 wowlan_unicast; -+ u8 wowlan_pattern_idx; -+ u8 wowlan_pno_enable; -+#ifdef CONFIG_PNO_SUPPORT -+ u8 pno_in_resume; -+ u8 pno_inited; -+ pno_nlo_info_t *pnlo_info; -+ pno_scan_info_t *pscan_info; -+ pno_ssid_list_t *pno_ssid_list; -+#endif -+ u32 wowlan_pattern_context[8][5]; -+ u64 wowlan_fw_iv; -+#endif /* CONFIG_WOWLAN */ -+ _timer pwr_state_check_timer; -+ int pwr_state_check_interval; -+ u8 pwr_state_check_cnts; -+ -+ int ps_flag; /* used by autosuspend */ -+ -+ enum rt_rf_power_state rf_pwrstate;/* cur power state, only for IPS */ -+ /* rt_rf_power_state current_rfpwrstate; */ -+ enum rt_rf_power_state change_rfpwrstate; -+ -+ u8 bHWPowerdown; /* power down mode selection. 0:radio off, 1:power down */ -+ u8 bHWPwrPindetect; /* come from registrypriv.hwpwrp_detect. enable power down function. 0:disable, 1:enable */ -+ u8 bkeepfwalive; -+ u8 brfoffbyhw; -+ unsigned long PS_BBRegBackup[PSBBREG_TOTALCNT]; -+}; -+ -+#define rtw_get_ips_mode_req(pwrctl) \ -+ (pwrctl)->ips_mode_req -+ -+#define rtw_ips_mode_req(pwrctl, ips_mode) \ -+ (pwrctl)->ips_mode_req = (ips_mode) -+ -+#define RTW_PWR_STATE_CHK_INTERVAL 2000 -+ -+#define _rtw_set_pwr_state_check_timer(pwrctl, ms) \ -+ do { \ -+ /*DBG_871X("%s _rtw_set_pwr_state_check_timer(%p, %d)\n", __func__, (pwrctl), (ms));*/ \ -+ _set_timer(&(pwrctl)->pwr_state_check_timer, (ms)); \ -+ } while (0) -+ -+#define rtw_set_pwr_state_check_timer(pwrctl) \ -+ _rtw_set_pwr_state_check_timer((pwrctl), (pwrctl)->pwr_state_check_interval) -+ -+extern void rtw_init_pwrctrl_priv(struct adapter *adapter); -+extern void rtw_free_pwrctrl_priv(struct adapter * adapter); -+ -+s32 rtw_register_task_alive(struct adapter *, u32 task); -+void rtw_unregister_task_alive(struct adapter *, u32 task); -+extern s32 rtw_register_tx_alive(struct adapter *padapter); -+extern void rtw_unregister_tx_alive(struct adapter *padapter); -+extern s32 rtw_register_cmd_alive(struct adapter *padapter); -+extern void rtw_unregister_cmd_alive(struct adapter *padapter); -+extern void cpwm_int_hdl(struct adapter *padapter, struct reportpwrstate_parm *preportpwrstate); -+extern void LPS_Leave_check(struct adapter *padapter); -+ -+extern void LeaveAllPowerSaveMode(struct adapter * Adapter); -+extern void LeaveAllPowerSaveModeDirect(struct adapter * Adapter); -+void _ips_enter(struct adapter *padapter); -+void ips_enter(struct adapter *padapter); -+int _ips_leave(struct adapter *padapter); -+int ips_leave(struct adapter *padapter); -+ -+void rtw_ps_processor(struct adapter *padapter); -+ -+s32 LPS_RF_ON_check(struct adapter *padapter, u32 delay_ms); -+void LPS_Enter(struct adapter *padapter, const char *msg); -+void LPS_Leave(struct adapter *padapter, const char *msg); -+void traffic_check_for_leave_lps(struct adapter *padapter, u8 tx, u32 tx_packets); -+void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char *msg); -+void rtw_set_rpwm(struct adapter *padapter, u8 val8); -+ -+void rtw_set_ips_deny(struct adapter *padapter, u32 ms); -+int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *caller); -+#define rtw_pwr_wakeup(adapter) _rtw_pwr_wakeup(adapter, RTW_PWR_STATE_CHK_INTERVAL, __func__) -+#define rtw_pwr_wakeup_ex(adapter, ips_deffer_ms) _rtw_pwr_wakeup(adapter, ips_deffer_ms, __func__) -+int rtw_pm_set_ips(struct adapter *padapter, u8 mode); -+int rtw_pm_set_lps(struct adapter *padapter, u8 mode); -+ -+void rtw_ps_deny(struct adapter *padapter, enum PS_DENY_REASON reason); -+void rtw_ps_deny_cancel(struct adapter *padapter, enum PS_DENY_REASON reason); -+u32 rtw_ps_deny_get(struct adapter *padapter); -+ -+#endif /* __RTL871X_PWRCTRL_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_qos.h linux/3rdparty/rtl8723bs/include/rtw_qos.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_qos.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_qos.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,27 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef _RTW_QOS_H_ -+#define _RTW_QOS_H_ -+ -+ -+ -+struct qos_priv { -+ unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */ -+}; -+ -+ -+#endif /* _RTL871X_QOS_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_recv.h linux/3rdparty/rtl8723bs/include/rtw_recv.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_recv.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,553 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTW_RECV_H_ -+#define _RTW_RECV_H_ -+ -+ #ifdef CONFIG_SINGLE_RECV_BUF -+ #define NR_RECVBUFF (1) -+ #else -+ #define NR_RECVBUFF (8) -+ #endif /* CONFIG_SINGLE_RECV_BUF */ -+ -+ #define NR_PREALLOC_RECV_SKB (8) -+ -+#define NR_RECVFRAME 256 -+ -+#define RXFRAME_ALIGN 8 -+#define RXFRAME_ALIGN_SZ (1<network.PhyInfo.SignalStrength); */ -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ struct rx_raw_rssi raw_rssi_info; -+ #endif -+ /* s8 rxpwdb; */ -+ s16 noise; -+ /* int RxSNRdB[2]; */ -+ /* s8 RxRssi[2]; */ -+ /* int FalseAlmCnt_all; */ -+ -+ -+ _timer signal_stat_timer; -+ u32 signal_stat_sampling_interval; -+ /* u32 signal_stat_converging_constant; */ -+ struct signal_stat signal_qual_data; -+ struct signal_stat signal_strength_data; -+}; -+ -+#define rtw_set_signal_stat_timer(recvpriv) _set_timer(&(recvpriv)->signal_stat_timer, (recvpriv)->signal_stat_sampling_interval) -+ -+struct sta_recv_priv { -+ -+ _lock lock; -+ sint option; -+ -+ /* struct __queue blk_strms[MAX_RX_NUMBLKS]; */ -+ struct __queue defrag_q; /* keeping the fragment frame until defrag */ -+ -+ struct stainfo_rxcache rxcache; -+ -+ /* uint sta_rx_bytes; */ -+ /* uint sta_rx_pkts; */ -+ /* uint sta_rx_fail; */ -+ -+}; -+ -+ -+struct recv_buf -+{ -+ struct list_head list; -+ -+ _lock recvbuf_lock; -+ -+ u32 ref_cnt; -+ -+ struct adapter * adapter; -+ -+ u8 *pbuf; -+ u8 *pallocated_buf; -+ -+ u32 len; -+ u8 *phead; -+ u8 *pdata; -+ u8 *ptail; -+ u8 *pend; -+ -+ _pkt *pskb; -+ u8 reuse; -+}; -+ -+ -+/* -+ head -----> -+ -+ data -----> -+ -+ payload -+ -+ tail -----> -+ -+ -+ end -----> -+ -+ len = (unsigned int)(tail - data); -+ -+*/ -+struct recv_frame_hdr -+{ -+ struct list_head list; -+#ifndef CONFIG_BSD_RX_USE_MBUF -+ struct sk_buff *pkt; -+ struct sk_buff *pkt_newalloc; -+#else /* CONFIG_BSD_RX_USE_MBUF */ -+ _pkt *pkt; -+ _pkt *pkt_newalloc; -+#endif /* CONFIG_BSD_RX_USE_MBUF */ -+ -+ struct adapter *adapter; -+ -+ u8 fragcnt; -+ -+ int frame_tag; -+ -+ struct rx_pkt_attrib attrib; -+ -+ uint len; -+ u8 *rx_head; -+ u8 *rx_data; -+ u8 *rx_tail; -+ u8 *rx_end; -+ -+ void *precvbuf; -+ -+ -+ /* */ -+ struct sta_info *psta; -+ -+ /* for A-MPDU Rx reordering buffer control */ -+ struct recv_reorder_ctrl *preorder_ctrl; -+}; -+ -+ -+union recv_frame{ -+ union{ -+ struct list_head list; -+ struct recv_frame_hdr hdr; -+ uint mem[RECVFRAME_HDR_ALIGN>>2]; -+ }u; -+ -+ /* uint mem[MAX_RXSZ>>2]; */ -+ -+}; -+ -+enum RX_PACKET_TYPE { -+ NORMAL_RX,/* Normal rx packet */ -+ TX_REPORT1,/* CCX */ -+ TX_REPORT2,/* TX RPT */ -+ HIS_REPORT,/* USB HISR RPT */ -+ C2H_PACKET -+}; -+ -+extern union recv_frame *_rtw_alloc_recvframe (struct __queue *pfree_recv_queue); /* get a free recv_frame from pfree_recv_queue */ -+extern union recv_frame *rtw_alloc_recvframe (struct __queue *pfree_recv_queue); /* get a free recv_frame from pfree_recv_queue */ -+extern int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue); -+ -+#define rtw_dequeue_recvframe(queue) rtw_alloc_recvframe(queue) -+extern int _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue); -+extern int rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue); -+ -+extern void rtw_free_recvframe_queue(struct __queue *pframequeue, struct __queue *pfree_recv_queue); -+u32 rtw_free_uc_swdec_pending_queue(struct adapter *adapter); -+ -+sint rtw_enqueue_recvbuf_to_head(struct recv_buf *precvbuf, struct __queue *queue); -+sint rtw_enqueue_recvbuf(struct recv_buf *precvbuf, struct __queue *queue); -+struct recv_buf *rtw_dequeue_recvbuf (struct __queue *queue); -+ -+void rtw_reordering_ctrl_timeout_handler(void *pcontext); -+ -+__inline static u8 *get_rxmem(union recv_frame *precvframe) -+{ -+ /* always return rx_head... */ -+ if (precvframe == NULL) -+ return NULL; -+ -+ return precvframe->u.hdr.rx_head; -+} -+ -+__inline static u8 *get_recvframe_data(union recv_frame *precvframe) -+{ -+ -+ /* alwasy return rx_data */ -+ if (precvframe == NULL) -+ return NULL; -+ -+ return precvframe->u.hdr.rx_data; -+ -+} -+ -+__inline static u8 *recvframe_pull(union recv_frame *precvframe, sint sz) -+{ -+ /* rx_data += sz; move rx_data sz bytes hereafter */ -+ -+ /* used for extract sz bytes from rx_data, update rx_data and return the updated rx_data to the caller */ -+ -+ -+ if (precvframe == NULL) -+ return NULL; -+ -+ -+ precvframe->u.hdr.rx_data += sz; -+ -+ if (precvframe->u.hdr.rx_data > precvframe->u.hdr.rx_tail) -+ { -+ precvframe->u.hdr.rx_data -= sz; -+ return NULL; -+ } -+ -+ precvframe->u.hdr.len -=sz; -+ -+ return precvframe->u.hdr.rx_data; -+ -+} -+ -+__inline static u8 *recvframe_put(union recv_frame *precvframe, sint sz) -+{ -+ /* rx_tai += sz; move rx_tail sz bytes hereafter */ -+ -+ /* used for append sz bytes from ptr to rx_tail, update rx_tail and return the updated rx_tail to the caller */ -+ /* after putting, rx_tail must be still larger than rx_end. */ -+ unsigned char * prev_rx_tail; -+ -+ if (precvframe == NULL) -+ return NULL; -+ -+ prev_rx_tail = precvframe->u.hdr.rx_tail; -+ -+ precvframe->u.hdr.rx_tail += sz; -+ -+ if (precvframe->u.hdr.rx_tail > precvframe->u.hdr.rx_end) -+ { -+ precvframe->u.hdr.rx_tail = prev_rx_tail; -+ return NULL; -+ } -+ -+ precvframe->u.hdr.len +=sz; -+ -+ return precvframe->u.hdr.rx_tail; -+ -+} -+ -+ -+ -+__inline static u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) -+{ -+ /* rmv data from rx_tail (by yitsen) */ -+ -+ /* used for extract sz bytes from rx_end, update rx_end and return the updated rx_end to the caller */ -+ /* after pulling, rx_end must be still larger than rx_data. */ -+ -+ if (precvframe == NULL) -+ return NULL; -+ -+ precvframe->u.hdr.rx_tail -= sz; -+ -+ if (precvframe->u.hdr.rx_tail < precvframe->u.hdr.rx_data) -+ { -+ precvframe->u.hdr.rx_tail += sz; -+ return NULL; -+ } -+ -+ precvframe->u.hdr.len -=sz; -+ -+ return precvframe->u.hdr.rx_tail; -+ -+} -+ -+__inline static union recv_frame *rxmem_to_recvframe(u8 *rxmem) -+{ -+ /* due to the design of 2048 bytes alignment of recv_frame, we can reference the union recv_frame */ -+ /* from any given member of recv_frame. */ -+ /* rxmem indicates the any member/address in recv_frame */ -+ -+ return (union recv_frame*)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); -+ -+} -+ -+__inline static sint get_recvframe_len(union recv_frame *precvframe) -+{ -+ return precvframe->u.hdr.len; -+} -+ -+ -+__inline static s32 translate_percentage_to_dbm(u32 SignalStrengthIndex) -+{ -+ s32 SignalPower; /* in dBm. */ -+ -+#ifdef CONFIG_SKIP_SIGNAL_SCALE_MAPPING -+ /* Translate to dBm (x =y-100) */ -+ SignalPower = SignalStrengthIndex - 100; -+#else -+ /* Translate to dBm (x = 0.5y-95). */ -+ SignalPower = (s32)((SignalStrengthIndex + 1) >> 1); -+ SignalPower -= 95; -+#endif -+ -+ return SignalPower; -+} -+ -+ -+struct sta_info; -+ -+extern void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv); -+ -+extern void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_rf.h linux/3rdparty/rtl8723bs/include/rtw_rf.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_rf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,159 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_RF_H_ -+#define __RTW_RF_H_ -+ -+ -+#define OFDM_PHY 1 -+#define MIXED_PHY 2 -+#define CCK_PHY 3 -+ -+#define NumRates 13 -+ -+/* slot time for 11g */ -+#define SHORT_SLOT_TIME 9 -+#define NON_SHORT_SLOT_TIME 20 -+ -+#define RTL8711_RF_MAX_SENS 6 -+#define RTL8711_RF_DEF_SENS 4 -+ -+/* */ -+/* We now define the following channels as the max channels in each channel plan. */ -+/* 2G, total 14 chnls */ -+/* {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14} */ -+/* 5G, total 24 chnls */ -+/* {36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, -+ * 124, 128, 132, 136, 140, 149, 153, 157, 161, 165} */ -+#define MAX_CHANNEL_NUM_2G 14 -+#define MAX_CHANNEL_NUM_5G 24 -+#define MAX_CHANNEL_NUM 38/* 14+24 */ -+ -+#define NUM_REGULATORYS 1 -+ -+/* Country codes */ -+#define USA 0x555320 -+#define EUROPE 0x1 /* temp, should be provided later */ -+#define JAPAN 0x2 /* temp, should be provided later */ -+ -+struct regulatory_class { -+ u32 starting_freq; /* MHz, */ -+ u8 channel_set[MAX_CHANNEL_NUM]; -+ u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */ -+ u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */ -+ u8 txpower_limit; /* dbm */ -+ u8 channel_spacing; /* MHz */ -+ u8 modem; -+}; -+ -+enum CAPABILITY { -+ cESS = 0x0001, -+ cIBSS = 0x0002, -+ cPollable = 0x0004, -+ cPollReq = 0x0008, -+ cPrivacy = 0x0010, -+ cShortPreamble = 0x0020, -+ cPBCC = 0x0040, -+ cChannelAgility = 0x0080, -+ cSpectrumMgnt = 0x0100, -+ cQos = 0x0200, /* For HCCA, use with CF-Pollable and CF-PollReq */ -+ cShortSlotTime = 0x0400, -+ cAPSD = 0x0800, -+ cRM = 0x1000, /* RRM (Radio Request Measurement) */ -+ cDSSS_OFDM = 0x2000, -+ cDelayedBA = 0x4000, -+ cImmediateBA = 0x8000, -+}; -+ -+enum _REG_PREAMBLE_MODE { -+ PREAMBLE_LONG = 1, -+ PREAMBLE_AUTO = 2, -+ PREAMBLE_SHORT = 3, -+}; -+ -+enum _RTL8712_RF_MIMO_CONFIG_ { -+ RTL8712_RFCONFIG_1T = 0x10, -+ RTL8712_RFCONFIG_2T = 0x20, -+ RTL8712_RFCONFIG_1R = 0x01, -+ RTL8712_RFCONFIG_2R = 0x02, -+ RTL8712_RFCONFIG_1T1R = 0x11, -+ RTL8712_RFCONFIG_1T2R = 0x12, -+ RTL8712_RFCONFIG_TURBO = 0x92, -+ RTL8712_RFCONFIG_2T2R = 0x22 -+}; -+ -+enum RF90_RADIO_PATH { -+ RF90_PATH_A = 0, /* Radio Path A */ -+ RF90_PATH_B = 1, /* Radio Path B */ -+ RF90_PATH_C = 2, /* Radio Path C */ -+ RF90_PATH_D = 3 /* Radio Path D */ -+}; -+ -+/* Bandwidth Offset */ -+#define HAL_PRIME_CHNL_OFFSET_DONT_CARE 0 -+#define HAL_PRIME_CHNL_OFFSET_LOWER 1 -+#define HAL_PRIME_CHNL_OFFSET_UPPER 2 -+ -+/* Represent Channel Width in HT Capabilities */ -+enum CHANNEL_WIDTH { -+ CHANNEL_WIDTH_20 = 0, -+ CHANNEL_WIDTH_40 = 1, -+ CHANNEL_WIDTH_80 = 2, -+ CHANNEL_WIDTH_160 = 3, -+ CHANNEL_WIDTH_80_80 = 4, -+ CHANNEL_WIDTH_MAX = 5, -+}; -+ -+/* Represent Extension Channel Offset in HT Capabilities */ -+/* This is available only in 40Mhz mode. */ -+enum EXTCHNL_OFFSET { -+ EXTCHNL_OFFSET_NO_EXT = 0, -+ EXTCHNL_OFFSET_UPPER = 1, -+ EXTCHNL_OFFSET_NO_DEF = 2, -+ EXTCHNL_OFFSET_LOWER = 3, -+}; -+ -+enum VHT_DATA_SC { -+ VHT_DATA_SC_DONOT_CARE = 0, -+ VHT_DATA_SC_20_UPPER_OF_80MHZ = 1, -+ VHT_DATA_SC_20_LOWER_OF_80MHZ = 2, -+ VHT_DATA_SC_20_UPPERST_OF_80MHZ = 3, -+ VHT_DATA_SC_20_LOWEST_OF_80MHZ = 4, -+ VHT_DATA_SC_20_RECV1 = 5, -+ VHT_DATA_SC_20_RECV2 = 6, -+ VHT_DATA_SC_20_RECV3 = 7, -+ VHT_DATA_SC_20_RECV4 = 8, -+ VHT_DATA_SC_40_UPPER_OF_80MHZ = 9, -+ VHT_DATA_SC_40_LOWER_OF_80MHZ = 10, -+}; -+ -+enum PROTECTION_MODE { -+ PROTECTION_MODE_AUTO = 0, -+ PROTECTION_MODE_FORCE_ENABLE = 1, -+ PROTECTION_MODE_FORCE_DISABLE = 2, -+}; -+ -+/* 2007/11/15 MH Define different RF type. */ -+enum RT_RF_TYPE_DEFINITION { -+ RF_1T2R = 0, -+ RF_2T4R = 1, -+ RF_2T2R = 2, -+ RF_1T1R = 3, -+ RF_2T2R_GREEN = 4, -+ RF_MAX_TYPE = 5, -+}; -+ -+u32 rtw_ch2freq(u32 ch); -+ -+#endif /* _RTL8711_RF_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_security.h linux/3rdparty/rtl8723bs/include/rtw_security.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_security.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_security.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,440 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_SECURITY_H_ -+#define __RTW_SECURITY_H_ -+ -+ -+#define _NO_PRIVACY_ 0x0 -+#define _WEP40_ 0x1 -+#define _TKIP_ 0x2 -+#define _TKIP_WTMIC_ 0x3 -+#define _AES_ 0x4 -+#define _WEP104_ 0x5 -+#define _WEP_WPA_MIXED_ 0x07 /* WEP + WPA */ -+#define _SMS4_ 0x06 -+#define _BIP_ 0x8 -+#define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) -+ -+const char *security_type_str(u8 value); -+ -+#define _WPA_IE_ID_ 0xdd -+#define _WPA2_IE_ID_ 0x30 -+ -+#define SHA256_MAC_LEN 32 -+#define AES_BLOCK_SIZE 16 -+#define AES_PRIV_SIZE (4 * 44) -+ -+#define RTW_KEK_LEN 16 -+#define RTW_KCK_LEN 16 -+#define RTW_REPLAY_CTR_LEN 8 -+ -+enum { -+ ENCRYP_PROTOCOL_OPENSYS, /* open system */ -+ ENCRYP_PROTOCOL_WEP, /* WEP */ -+ ENCRYP_PROTOCOL_WPA, /* WPA */ -+ ENCRYP_PROTOCOL_WPA2, /* WPA2 */ -+ ENCRYP_PROTOCOL_WAPI, /* WAPI: Not support in this version */ -+ ENCRYP_PROTOCOL_MAX -+}; -+ -+ -+#ifndef Ndis802_11AuthModeWPA2 -+#define Ndis802_11AuthModeWPA2 (Ndis802_11AuthModeWPANone + 1) -+#endif -+ -+#ifndef Ndis802_11AuthModeWPA2PSK -+#define Ndis802_11AuthModeWPA2PSK (Ndis802_11AuthModeWPANone + 2) -+#endif -+ -+union pn48 { -+ -+ u64 val; -+ -+#ifdef __LITTLE_ENDIAN -+ -+struct { -+ u8 TSC0; -+ u8 TSC1; -+ u8 TSC2; -+ u8 TSC3; -+ u8 TSC4; -+ u8 TSC5; -+ u8 TSC6; -+ u8 TSC7; -+} _byte_; -+#else -+struct { -+ u8 TSC7; -+ u8 TSC6; -+ u8 TSC5; -+ u8 TSC4; -+ u8 TSC3; -+ u8 TSC2; -+ u8 TSC1; -+ u8 TSC0; -+} _byte_; -+#endif -+ -+}; -+ -+union Keytype { -+ u8 skey[16]; -+ u32 lkey[4]; -+}; -+ -+ -+typedef struct _RT_PMKID_LIST -+{ -+ u8 bUsed; -+ u8 Bssid[6]; -+ u8 PMKID[16]; -+ u8 SsidBuf[33]; -+ u8* ssid_octet; -+ u16 ssid_length; -+} RT_PMKID_LIST, *PRT_PMKID_LIST; -+ -+ -+struct security_priv -+{ -+ u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */ -+ u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */ -+ -+ /* WEP */ -+ u32 dot11PrivacyKeyIndex; /* this is only valid for legendary wep, 0~3 for key id. (tx key index) */ -+ union Keytype dot11DefKey[4]; /* this is only valid for def. key */ -+ u32 dot11DefKeylen[4]; -+ u8 key_mask; /* use to restore wep key after hal_init */ -+ -+ u32 dot118021XGrpPrivacy; /* This specify the privacy algthm. used for Grp key */ -+ u32 dot118021XGrpKeyid; /* key id used for Grp Key (tx key index) */ -+ union Keytype dot118021XGrpKey[BIP_MAX_KEYID]; /* 802.1x Group Key, for inx0 and inx1 */ -+ union Keytype dot118021XGrptxmickey[BIP_MAX_KEYID]; -+ union Keytype dot118021XGrprxmickey[BIP_MAX_KEYID]; -+ union pn48 dot11Grptxpn; /* PN48 used for Grp Key xmit. */ -+ union pn48 dot11Grprxpn; /* PN48 used for Grp Key recv. */ -+ u32 dot11wBIPKeyid; /* key id used for BIP Key (tx key index) */ -+ union Keytype dot11wBIPKey[6]; /* BIP Key, for index4 and index5 */ -+ union pn48 dot11wBIPtxpn; /* PN48 used for Grp Key xmit. */ -+ union pn48 dot11wBIPrxpn; /* PN48 used for Grp Key recv. */ -+ -+ /* extend security capabilities for AP_MODE */ -+ unsigned int dot8021xalg;/* 0:disable, 1:psk, 2:802.1x */ -+ unsigned int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ -+ unsigned int wpa_group_cipher; -+ unsigned int wpa2_group_cipher; -+ unsigned int wpa_pairwise_cipher; -+ unsigned int wpa2_pairwise_cipher; -+ -+ u8 wps_ie[MAX_WPS_IE_LEN];/* added in assoc req */ -+ int wps_ie_len; -+ -+ -+ u8 binstallGrpkey; -+#ifdef CONFIG_GTK_OL -+ u8 binstallKCK_KEK; -+#endif /* CONFIG_GTK_OL */ -+ u8 binstallBIPkey; -+ u8 busetkipkey; -+ /* _timer tkip_timer; */ -+ u8 bcheck_grpkey; -+ u8 bgrpkey_handshake; -+ -+ s32 sw_encrypt;/* from registry_priv */ -+ s32 sw_decrypt;/* from registry_priv */ -+ -+ s32 hw_decrypted;/* if the rx packets is hw_decrypted ==false, it means the hw has not been ready. */ -+ -+ -+ /* keeps the auth_type & enc_status from upper layer ioctl(wpa_supplicant or wzc) */ -+ u32 ndisauthtype; /* enum NDIS_802_11_AUTHENTICATION_MODE */ -+ u32 ndisencryptstatus; /* NDIS_802_11_ENCRYPTION_STATUS */ -+ -+ struct wlan_bssid_ex sec_bss; /* for joinbss (h2c buffer) usage */ -+ -+ struct ndis_802_11_wep ndiswep; -+ -+ u8 assoc_info[600]; -+ u8 szofcapability[256]; /* for wpa2 usage */ -+ u8 oidassociation[512]; /* for wpa/wpa2 usage */ -+ u8 authenticator_ie[256]; /* store ap security information element */ -+ u8 supplicant_ie[256]; /* store sta security information element */ -+ -+ -+ /* for tkip countermeasure */ -+ unsigned long last_mic_err_time; -+ u8 btkip_countermeasure; -+ u8 btkip_wait_report; -+ u32 btkip_countermeasure_time; -+ -+ /* For WPA2 Pre-Authentication. */ -+ RT_PMKID_LIST PMKIDList[NUM_PMKID_CACHE]; /* Renamed from PreAuthKey[NUM_PRE_AUTH_KEY]. Annie, 2006-10-13. */ -+ u8 PMKIDIndex; -+ -+ u8 bWepDefaultKeyIdxSet; -+ -+#define DBG_SW_SEC_CNT -+#ifdef DBG_SW_SEC_CNT -+ u64 wep_sw_enc_cnt_bc; -+ u64 wep_sw_enc_cnt_mc; -+ u64 wep_sw_enc_cnt_uc; -+ u64 wep_sw_dec_cnt_bc; -+ u64 wep_sw_dec_cnt_mc; -+ u64 wep_sw_dec_cnt_uc; -+ -+ u64 tkip_sw_enc_cnt_bc; -+ u64 tkip_sw_enc_cnt_mc; -+ u64 tkip_sw_enc_cnt_uc; -+ u64 tkip_sw_dec_cnt_bc; -+ u64 tkip_sw_dec_cnt_mc; -+ u64 tkip_sw_dec_cnt_uc; -+ -+ u64 aes_sw_enc_cnt_bc; -+ u64 aes_sw_enc_cnt_mc; -+ u64 aes_sw_enc_cnt_uc; -+ u64 aes_sw_dec_cnt_bc; -+ u64 aes_sw_dec_cnt_mc; -+ u64 aes_sw_dec_cnt_uc; -+#endif /* DBG_SW_SEC_CNT */ -+}; -+ -+struct sha256_state { -+ u64 length; -+ u32 state[8], curlen; -+ u8 buf[64]; -+}; -+ -+#define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ -+do{\ -+ switch (psecuritypriv->dot11AuthAlgrthm)\ -+ {\ -+ case dot11AuthAlgrthm_Open:\ -+ case dot11AuthAlgrthm_Shared:\ -+ case dot11AuthAlgrthm_Auto:\ -+ encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\ -+ break;\ -+ case dot11AuthAlgrthm_8021X:\ -+ if (bmcst)\ -+ encry_algo = (u8)psecuritypriv->dot118021XGrpPrivacy;\ -+ else\ -+ encry_algo =(u8) psta->dot118021XPrivacy;\ -+ break;\ -+ case dot11AuthAlgrthm_WAPI:\ -+ encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\ -+ break;\ -+ }\ -+}while (0) -+ -+#define _AES_IV_LEN_ 8 -+ -+#define SET_ICE_IV_LEN(iv_len, icv_len, encrypt)\ -+do{\ -+ switch (encrypt)\ -+ {\ -+ case _WEP40_:\ -+ case _WEP104_:\ -+ iv_len = 4;\ -+ icv_len = 4;\ -+ break;\ -+ case _TKIP_:\ -+ iv_len = 8;\ -+ icv_len = 4;\ -+ break;\ -+ case _AES_:\ -+ iv_len = 8;\ -+ icv_len = 8;\ -+ break;\ -+ case _SMS4_:\ -+ iv_len = 18;\ -+ icv_len = 16;\ -+ break;\ -+ default:\ -+ iv_len = 0;\ -+ icv_len = 0;\ -+ break;\ -+ }\ -+}while (0) -+ -+ -+#define GET_TKIP_PN(iv, dot11txpn)\ -+do{\ -+ dot11txpn._byte_.TSC0 =iv[2];\ -+ dot11txpn._byte_.TSC1 =iv[0];\ -+ dot11txpn._byte_.TSC2 =iv[4];\ -+ dot11txpn._byte_.TSC3 =iv[5];\ -+ dot11txpn._byte_.TSC4 =iv[6];\ -+ dot11txpn._byte_.TSC5 =iv[7];\ -+}while (0) -+ -+ -+#define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) -+#define ROR32(A, n) ROL32((A), 32-(n)) -+ -+struct mic_data -+{ -+ u32 K0, K1; /* Key */ -+ u32 L, R; /* Current state */ -+ u32 M; /* Message accumulator (single word) */ -+ u32 nBytesInM; /* # bytes in M */ -+}; -+ -+extern const u32 Te0[256]; -+extern const u32 Te1[256]; -+extern const u32 Te2[256]; -+extern const u32 Te3[256]; -+extern const u32 Te4[256]; -+extern const u32 Td0[256]; -+extern const u32 Td1[256]; -+extern const u32 Td2[256]; -+extern const u32 Td3[256]; -+extern const u32 Td4[256]; -+extern const u32 rcon[10]; -+extern const u8 Td4s[256]; -+extern const u8 rcons[10]; -+ -+#define RCON(i) (rcons[(i)] << 24) -+ -+static inline u32 rotr(u32 val, int bits) -+{ -+ return (val >> bits) | (val << (32 - bits)); -+} -+ -+#define TE0(i) Te0[((i) >> 24) & 0xff] -+#define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) -+#define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) -+#define TE3(i) rotr(Te0[(i) & 0xff], 24) -+#define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000) -+#define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000) -+#define TE43(i) (Te0[((i) >> 8) & 0xff] & 0x0000ff00) -+#define TE44(i) ((Te0[(i) & 0xff] >> 8) & 0x000000ff) -+#define TE421(i) ((Te0[((i) >> 16) & 0xff] << 8) & 0xff000000) -+#define TE432(i) (Te0[((i) >> 8) & 0xff] & 0x00ff0000) -+#define TE443(i) (Te0[(i) & 0xff] & 0x0000ff00) -+#define TE414(i) ((Te0[((i) >> 24) & 0xff] >> 8) & 0x000000ff) -+#define TE4(i) ((Te0[(i)] >> 8) & 0x000000ff) -+ -+#define TD0(i) Td0[((i) >> 24) & 0xff] -+#define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) -+#define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) -+#define TD3(i) rotr(Td0[(i) & 0xff], 24) -+#define TD41(i) (Td4s[((i) >> 24) & 0xff] << 24) -+#define TD42(i) (Td4s[((i) >> 16) & 0xff] << 16) -+#define TD43(i) (Td4s[((i) >> 8) & 0xff] << 8) -+#define TD44(i) (Td4s[(i) & 0xff]) -+#define TD0_(i) Td0[(i) & 0xff] -+#define TD1_(i) rotr(Td0[(i) & 0xff], 8) -+#define TD2_(i) rotr(Td0[(i) & 0xff], 16) -+#define TD3_(i) rotr(Td0[(i) & 0xff], 24) -+ -+#define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ -+ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3])) -+ -+#define PUTU32(ct, st) { \ -+(ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); \ -+(ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } -+ -+#define WPA_GET_BE32(a) ((((u32) (a)[0]) << 24) | (((u32) (a)[1]) << 16) | \ -+ (((u32) (a)[2]) << 8) | ((u32) (a)[3])) -+ -+#define WPA_PUT_LE16(a, val) \ -+ do { \ -+ (a)[1] = ((u16) (val)) >> 8; \ -+ (a)[0] = ((u16) (val)) & 0xff; \ -+ } while (0) -+ -+#define WPA_PUT_BE32(a, val) \ -+ do { \ -+ (a)[0] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[3] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define WPA_PUT_BE64(a, val) \ -+ do { \ -+ (a)[0] = (u8) (((u64) (val)) >> 56); \ -+ (a)[1] = (u8) (((u64) (val)) >> 48); \ -+ (a)[2] = (u8) (((u64) (val)) >> 40); \ -+ (a)[3] = (u8) (((u64) (val)) >> 32); \ -+ (a)[4] = (u8) (((u64) (val)) >> 24); \ -+ (a)[5] = (u8) (((u64) (val)) >> 16); \ -+ (a)[6] = (u8) (((u64) (val)) >> 8); \ -+ (a)[7] = (u8) (((u64) (val)) & 0xff); \ -+ } while (0) -+ -+/* ===== start - public domain SHA256 implementation ===== */ -+ -+/* This is based on SHA256 implementation in LibTomCrypt that was released into -+ * public domain by Tom St Denis. */ -+ -+/* the K array */ -+static const unsigned long K[64] = { -+ 0x428a2f98UL, 0x71374491UL, 0xb5c0fbcfUL, 0xe9b5dba5UL, 0x3956c25bUL, -+ 0x59f111f1UL, 0x923f82a4UL, 0xab1c5ed5UL, 0xd807aa98UL, 0x12835b01UL, -+ 0x243185beUL, 0x550c7dc3UL, 0x72be5d74UL, 0x80deb1feUL, 0x9bdc06a7UL, -+ 0xc19bf174UL, 0xe49b69c1UL, 0xefbe4786UL, 0x0fc19dc6UL, 0x240ca1ccUL, -+ 0x2de92c6fUL, 0x4a7484aaUL, 0x5cb0a9dcUL, 0x76f988daUL, 0x983e5152UL, -+ 0xa831c66dUL, 0xb00327c8UL, 0xbf597fc7UL, 0xc6e00bf3UL, 0xd5a79147UL, -+ 0x06ca6351UL, 0x14292967UL, 0x27b70a85UL, 0x2e1b2138UL, 0x4d2c6dfcUL, -+ 0x53380d13UL, 0x650a7354UL, 0x766a0abbUL, 0x81c2c92eUL, 0x92722c85UL, -+ 0xa2bfe8a1UL, 0xa81a664bUL, 0xc24b8b70UL, 0xc76c51a3UL, 0xd192e819UL, -+ 0xd6990624UL, 0xf40e3585UL, 0x106aa070UL, 0x19a4c116UL, 0x1e376c08UL, -+ 0x2748774cUL, 0x34b0bcb5UL, 0x391c0cb3UL, 0x4ed8aa4aUL, 0x5b9cca4fUL, -+ 0x682e6ff3UL, 0x748f82eeUL, 0x78a5636fUL, 0x84c87814UL, 0x8cc70208UL, -+ 0x90befffaUL, 0xa4506cebUL, 0xbef9a3f7UL, 0xc67178f2UL -+}; -+ -+ -+/* Various logical functions */ -+#define RORc(x, y) \ -+(((((unsigned long) (x) & 0xFFFFFFFFUL) >> (unsigned long) ((y) & 31)) | \ -+ ((unsigned long) (x) << (unsigned long) (32 - ((y) & 31)))) & 0xFFFFFFFFUL) -+#define Ch(x, y, z) (z ^ (x & (y ^ z))) -+#define Maj(x, y, z) (((x | y) & z) | (x & y)) -+#define S(x, n) RORc((x), (n)) -+#define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) -+#define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) -+#define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) -+#define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) -+#define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) -+#ifndef MIN -+#define MIN(x, y) (((x) < (y)) ? (x) : (y)) -+#endif -+int omac1_aes_128(u8 *key, u8 *data, size_t data_len, u8 *mac); -+void rtw_secmicsetkey(struct mic_data *pmicdata, u8 * key); -+void rtw_secmicappendbyte(struct mic_data *pmicdata, u8 b); -+void rtw_secmicappend(struct mic_data *pmicdata, u8 * src, u32 nBytes); -+void rtw_secgetmic(struct mic_data *pmicdata, u8 * dst); -+ -+void rtw_seccalctkipmic( -+ u8 * key, -+ u8 *header, -+ u8 *data, -+ u32 data_len, -+ u8 *Miccode, -+ u8 priority); -+ -+u32 rtw_aes_encrypt(struct adapter *padapter, u8 *pxmitframe); -+u32 rtw_tkip_encrypt(struct adapter *padapter, u8 *pxmitframe); -+void rtw_wep_encrypt(struct adapter *padapter, u8 *pxmitframe); -+ -+u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe); -+u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe); -+void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe); -+u32 rtw_BIP_verify(struct adapter *padapter, u8 *precvframe); -+ -+void rtw_sec_restore_wep_key(struct adapter *adapter); -+u8 rtw_handle_tkip_countermeasure(struct adapter * adapter, const char *caller); -+ -+#endif /* __RTL871X_SECURITY_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_version.h linux/3rdparty/rtl8723bs/include/rtw_version.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_version.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_version.h 2016-04-29 18:14:02.000000000 +0300 -@@ -0,0 +1,2 @@ -+#define DRIVERVERSION "v4.3.5.5_12290.20140916_BTCOEX20140507-4E40" -+#define BTCOEXVERSION "BTCOEX20140507-4E40" -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_wifi_regd.h linux/3rdparty/rtl8723bs/include/rtw_wifi_regd.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_wifi_regd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_wifi_regd.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,35 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2009-2010 Realtek Corporation. -+ * -+ *****************************************************************************/ -+ -+#ifndef __RTW_WIFI_REGD_H__ -+#define __RTW_WIFI_REGD_H__ -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)) -+#define ieee80211_band nl80211_band -+#define IEEE80211_BAND_2GHZ NL80211_BAND_2GHZ -+#define IEEE80211_BAND_5GHZ NL80211_BAND_5GHZ -+#define IEEE80211_NUM_BANDS NUM_NL80211_BANDS -+#endif -+ -+struct country_code_to_enum_rd { -+ u16 countrycode; -+ const char *iso_name; -+}; -+ -+enum country_code_type_t { -+ COUNTRY_CODE_USER = 0, -+ -+ /*add new channel plan above this line */ -+ COUNTRY_CODE_MAX -+}; -+ -+int rtw_regd_init(struct adapter *padapter, -+ void (*reg_notifier)(struct wiphy *wiphy, -+ struct regulatory_request *request)); -+void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request); -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/rtw_xmit.h linux/3rdparty/rtl8723bs/include/rtw_xmit.h ---- linux.old/3rdparty/rtl8723bs/include/rtw_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/rtw_xmit.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,528 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _RTW_XMIT_H_ -+#define _RTW_XMIT_H_ -+ -+ -+#define MAX_XMITBUF_SZ (20480) /* 20k */ -+ -+#define NR_XMITBUFF (16) -+ -+#define XMITBUF_ALIGN_SZ 512 -+ -+/* xmit extension buff defination */ -+#define MAX_XMIT_EXTBUF_SZ (1536) -+#define NR_XMIT_EXTBUFF (32) -+ -+#define MAX_CMDBUF_SZ (5120) /* 4096) */ -+ -+#define MAX_NUMBLKS (1) -+ -+#define XMIT_VO_QUEUE (0) -+#define XMIT_VI_QUEUE (1) -+#define XMIT_BE_QUEUE (2) -+#define XMIT_BK_QUEUE (3) -+ -+#define VO_QUEUE_INX 0 -+#define VI_QUEUE_INX 1 -+#define BE_QUEUE_INX 2 -+#define BK_QUEUE_INX 3 -+#define BCN_QUEUE_INX 4 -+#define MGT_QUEUE_INX 5 -+#define HIGH_QUEUE_INX 6 -+#define TXCMD_QUEUE_INX 7 -+ -+#define HW_QUEUE_ENTRY 8 -+ -+#define WEP_IV(pattrib_iv, dot11txpn, keyidx)\ -+do{\ -+ pattrib_iv[0] = dot11txpn._byte_.TSC0;\ -+ pattrib_iv[1] = dot11txpn._byte_.TSC1;\ -+ pattrib_iv[2] = dot11txpn._byte_.TSC2;\ -+ pattrib_iv[3] = ((keyidx & 0x3)<<6);\ -+ dot11txpn.val = (dot11txpn.val == 0xffffff) ? 0: (dot11txpn.val+1);\ -+}while (0) -+ -+ -+#define TKIP_IV(pattrib_iv, dot11txpn, keyidx)\ -+do{\ -+ pattrib_iv[0] = dot11txpn._byte_.TSC1;\ -+ pattrib_iv[1] = (dot11txpn._byte_.TSC1 | 0x20) & 0x7f;\ -+ pattrib_iv[2] = dot11txpn._byte_.TSC0;\ -+ pattrib_iv[3] = BIT(5) | ((keyidx & 0x3)<<6);\ -+ pattrib_iv[4] = dot11txpn._byte_.TSC2;\ -+ pattrib_iv[5] = dot11txpn._byte_.TSC3;\ -+ pattrib_iv[6] = dot11txpn._byte_.TSC4;\ -+ pattrib_iv[7] = dot11txpn._byte_.TSC5;\ -+ dot11txpn.val = dot11txpn.val == 0xffffffffffffULL ? 0: (dot11txpn.val+1);\ -+}while (0) -+ -+#define AES_IV(pattrib_iv, dot11txpn, keyidx)\ -+do{\ -+ pattrib_iv[0] = dot11txpn._byte_.TSC0;\ -+ pattrib_iv[1] = dot11txpn._byte_.TSC1;\ -+ pattrib_iv[2] = 0;\ -+ pattrib_iv[3] = BIT(5) | ((keyidx & 0x3)<<6);\ -+ pattrib_iv[4] = dot11txpn._byte_.TSC2;\ -+ pattrib_iv[5] = dot11txpn._byte_.TSC3;\ -+ pattrib_iv[6] = dot11txpn._byte_.TSC4;\ -+ pattrib_iv[7] = dot11txpn._byte_.TSC5;\ -+ dot11txpn.val = dot11txpn.val == 0xffffffffffffULL ? 0: (dot11txpn.val+1);\ -+}while (0) -+ -+ -+#define HWXMIT_ENTRY 4 -+ -+/* For Buffer Descriptor ring architecture */ -+#define TXDESC_SIZE 40 -+ -+#define TXDESC_OFFSET TXDESC_SIZE -+ -+enum TXDESC_SC{ -+ SC_DONT_CARE = 0x00, -+ SC_UPPER = 0x01, -+ SC_LOWER = 0x02, -+ SC_DUPLICATE = 0x03 -+}; -+ -+#define TXDESC_40_BYTES -+ -+struct tx_desc { -+ __le32 txdw0; -+ __le32 txdw1; -+ __le32 txdw2; -+ __le32 txdw3; -+ __le32 txdw4; -+ __le32 txdw5; -+ __le32 txdw6; -+ __le32 txdw7; -+ -+#if defined(TXDESC_40_BYTES) || defined(TXDESC_64_BYTES) -+ __le32 txdw8; -+ __le32 txdw9; -+#endif /* TXDESC_40_BYTES */ -+ -+#ifdef TXDESC_64_BYTES -+ __le32 txdw10; -+ __le32 txdw11; -+ -+ /* 2008/05/15 MH Because PCIE HW memory R/W 4K limit. And now, our descriptor */ -+ /* size is 40 bytes. If you use more than 102 descriptor(103*40>4096), HW will execute */ -+ /* memoryR/W CRC error. And then all DMA fetch will fail. We must decrease descriptor */ -+ /* number or enlarge descriptor size as 64 bytes. */ -+ __le32 txdw12; -+ __le32 txdw13; -+ __le32 txdw14; -+ __le32 txdw15; -+#endif -+}; -+ -+union txdesc { -+ struct tx_desc txdesc; -+ unsigned int value[TXDESC_SIZE>>2]; -+}; -+ -+struct hw_xmit { -+ /* _lock xmit_lock; */ -+ /* struct list_head pending; */ -+ struct __queue *sta_queue; -+ /* struct hw_txqueue *phwtxqueue; */ -+ /* sint txcmdcnt; */ -+ int accnt; -+}; -+ -+/* reduce size */ -+struct pkt_attrib -+{ -+ u8 type; -+ u8 subtype; -+ u8 bswenc; -+ u8 dhcp_pkt; -+ u16 ether_type; -+ u16 seqnum; -+ u16 pkt_hdrlen; /* the original 802.3 pkt header len */ -+ u16 hdrlen; /* the WLAN Header Len */ -+ u32 pktlen; /* the original 802.3 pkt raw_data len (not include ether_hdr data) */ -+ u32 last_txcmdsz; -+ u8 nr_frags; -+ u8 encrypt; /* when 0 indicate no encrypt. when non-zero, indicate the encrypt algorith */ -+ u8 iv_len; -+ u8 icv_len; -+ u8 iv[18]; -+ u8 icv[16]; -+ u8 priority; -+ u8 ack_policy; -+ u8 mac_id; -+ u8 vcs_mode; /* virtual carrier sense method */ -+ u8 dst[ETH_ALEN]; -+ u8 src[ETH_ALEN]; -+ u8 ta[ETH_ALEN]; -+ u8 ra[ETH_ALEN]; -+ u8 key_idx; -+ u8 qos_en; -+ u8 ht_en; -+ u8 raid;/* rate adpative id */ -+ u8 bwmode; -+ u8 ch_offset;/* PRIME_CHNL_OFFSET */ -+ u8 sgi;/* short GI */ -+ u8 ampdu_en;/* tx ampdu enable */ -+ u8 ampdu_spacing; /* ampdu_min_spacing for peer sta's rx */ -+ u8 mdata;/* more data bit */ -+ u8 pctrl;/* per packet txdesc control enable */ -+ u8 triggered;/* for ap mode handling Power Saving sta */ -+ u8 qsel; -+ u8 order;/* order bit */ -+ u8 eosp; -+ u8 rate; -+ u8 intel_proxim; -+ u8 retry_ctrl; -+ u8 mbssid; -+ u8 ldpc; -+ u8 stbc; -+ struct sta_info * psta; -+ -+ u8 rtsen; -+ u8 cts2self; -+ union Keytype dot11tkiptxmickey; -+ /* union Keytype dot11tkiprxmickey; */ -+ union Keytype dot118021x_UncstKey; -+ -+ u8 icmp_pkt; -+ -+}; -+ -+#define WLANHDR_OFFSET 64 -+ -+#define NULL_FRAMETAG (0x0) -+#define DATA_FRAMETAG 0x01 -+#define L2_FRAMETAG 0x02 -+#define MGNT_FRAMETAG 0x03 -+#define AMSDU_FRAMETAG 0x04 -+ -+#define EII_FRAMETAG 0x05 -+#define IEEE8023_FRAMETAG 0x06 -+ -+#define MP_FRAMETAG 0x07 -+ -+#define TXAGG_FRAMETAG 0x08 -+ -+enum { -+ XMITBUF_DATA = 0, -+ XMITBUF_MGNT = 1, -+ XMITBUF_CMD = 2, -+}; -+ -+struct submit_ctx{ -+ unsigned long submit_time; /* */ -+ u32 timeout_ms; /* <0: not synchronous, 0: wait forever, >0: up to ms waiting */ -+ int status; /* status for operation */ -+ struct completion done; -+}; -+ -+enum { -+ RTW_SCTX_SUBMITTED = -1, -+ RTW_SCTX_DONE_SUCCESS = 0, -+ RTW_SCTX_DONE_UNKNOWN, -+ RTW_SCTX_DONE_TIMEOUT, -+ RTW_SCTX_DONE_BUF_ALLOC, -+ RTW_SCTX_DONE_BUF_FREE, -+ RTW_SCTX_DONE_WRITE_PORT_ERR, -+ RTW_SCTX_DONE_TX_DESC_NA, -+ RTW_SCTX_DONE_TX_DENY, -+ RTW_SCTX_DONE_CCX_PKT_FAIL, -+ RTW_SCTX_DONE_DRV_STOP, -+ RTW_SCTX_DONE_DEV_REMOVE, -+ RTW_SCTX_DONE_CMD_ERROR, -+}; -+ -+ -+void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms); -+int rtw_sctx_wait(struct submit_ctx *sctx, const char *msg); -+void rtw_sctx_done_err(struct submit_ctx **sctx, int status); -+void rtw_sctx_done(struct submit_ctx **sctx); -+ -+struct xmit_buf -+{ -+ struct list_head list; -+ -+ struct adapter *padapter; -+ -+ u8 *pallocated_buf; -+ -+ u8 *pbuf; -+ -+ void *priv_data; -+ -+ u16 buf_tag; /* 0: Normal xmitbuf, 1: extension xmitbuf, 2:cmd xmitbuf */ -+ u16 flags; -+ u32 alloc_sz; -+ -+ u32 len; -+ -+ struct submit_ctx *sctx; -+ -+ u8 *phead; -+ u8 *pdata; -+ u8 *ptail; -+ u8 *pend; -+ u32 ff_hwaddr; -+ u8 pg_num; -+ u8 agg_num; -+ -+#if defined(DBG_XMIT_BUF)|| defined(DBG_XMIT_BUF_EXT) -+ u8 no; -+#endif -+ -+}; -+ -+ -+struct xmit_frame -+{ -+ struct list_head list; -+ -+ struct pkt_attrib attrib; -+ -+ _pkt *pkt; -+ -+ int frame_tag; -+ -+ struct adapter *padapter; -+ -+ u8 *buf_addr; -+ -+ struct xmit_buf *pxmitbuf; -+ -+ u8 pg_num; -+ u8 agg_num; -+ -+ u8 ack_report; -+ -+ u8 *alloc_addr; /* the actual address this xmitframe allocated */ -+ u8 ext_tag; /* 0:data, 1:mgmt */ -+ -+}; -+ -+struct tx_servq { -+ struct list_head tx_pending; -+ struct __queue sta_pending; -+ int qcnt; -+}; -+ -+ -+struct sta_xmit_priv -+{ -+ _lock lock; -+ sint option; -+ sint apsd_setting; /* When bit mask is on, the associated edca queue supports APSD. */ -+ -+ -+ /* struct tx_servq blk_q[MAX_NUMBLKS]; */ -+ struct tx_servq be_q; /* priority == 0, 3 */ -+ struct tx_servq bk_q; /* priority == 1, 2 */ -+ struct tx_servq vi_q; /* priority == 4, 5 */ -+ struct tx_servq vo_q; /* priority == 6, 7 */ -+ struct list_head legacy_dz; -+ struct list_head apsd; -+ -+ u16 txseq_tid[16]; -+ -+ /* uint sta_tx_bytes; */ -+ /* u64 sta_tx_pkts; */ -+ /* uint sta_tx_fail; */ -+ -+ -+}; -+ -+ -+struct hw_txqueue { -+ volatile sint head; -+ volatile sint tail; -+ volatile sint free_sz; /* in units of 64 bytes */ -+ volatile sint free_cmdsz; -+ volatile sint txsz[8]; -+ uint ff_hwaddr; -+ uint cmd_hwaddr; -+ sint ac_tag; -+}; -+ -+struct agg_pkt_info{ -+ u16 offset; -+ u16 pkt_len; -+}; -+ -+enum cmdbuf_type { -+ CMDBUF_BEACON = 0x00, -+ CMDBUF_RSVD, -+ CMDBUF_MAX -+}; -+ -+struct xmit_priv { -+ -+ _lock lock; -+ -+ _sema xmit_sema; -+ _sema terminate_xmitthread_sema; -+ -+ /* struct __queue blk_strms[MAX_NUMBLKS]; */ -+ struct __queue be_pending; -+ struct __queue bk_pending; -+ struct __queue vi_pending; -+ struct __queue vo_pending; -+ struct __queue bm_pending; -+ -+ /* struct __queue legacy_dz_queue; */ -+ /* struct __queue apsd_queue; */ -+ -+ u8 *pallocated_frame_buf; -+ u8 *pxmit_frame_buf; -+ uint free_xmitframe_cnt; -+ struct __queue free_xmit_queue; -+ -+ /* uint mapping_addr; */ -+ /* uint pkt_sz; */ -+ -+ u8 *xframe_ext_alloc_addr; -+ u8 *xframe_ext; -+ uint free_xframe_ext_cnt; -+ struct __queue free_xframe_ext_queue; -+ -+ /* struct hw_txqueue be_txqueue; */ -+ /* struct hw_txqueue bk_txqueue; */ -+ /* struct hw_txqueue vi_txqueue; */ -+ /* struct hw_txqueue vo_txqueue; */ -+ /* struct hw_txqueue bmc_txqueue; */ -+ -+ uint frag_len; -+ -+ struct adapter *adapter; -+ -+ u8 vcs_setting; -+ u8 vcs; -+ u8 vcs_type; -+ /* u16 rts_thresh; */ -+ -+ u64 tx_bytes; -+ u64 tx_pkts; -+ u64 tx_drop; -+ u64 last_tx_pkts; -+ -+ struct hw_xmit *hwxmits; -+ u8 hwxmit_entry; -+ -+ u8 wmm_para_seq[4];/* sequence for wmm ac parameter strength from large to small. it's value is 0->vo, 1->vi, 2->be, 3->bk. */ -+ -+#ifdef CONFIG_SDIO_TX_TASKLET -+ struct tasklet_struct xmit_tasklet; -+#else -+ void *SdioXmitThread; -+ _sema SdioXmitSema; -+ _sema SdioXmitTerminateSema; -+#endif /* CONFIG_SDIO_TX_TASKLET */ -+ -+ struct __queue free_xmitbuf_queue; -+ struct __queue pending_xmitbuf_queue; -+ u8 *pallocated_xmitbuf; -+ u8 *pxmitbuf; -+ uint free_xmitbuf_cnt; -+ -+ struct __queue free_xmit_extbuf_queue; -+ u8 *pallocated_xmit_extbuf; -+ u8 *pxmit_extbuf; -+ uint free_xmit_extbuf_cnt; -+ -+ struct xmit_buf pcmd_xmitbuf[CMDBUF_MAX]; -+ -+ u16 nqos_ssn; -+ -+ int ack_tx; -+ _mutex ack_tx_mutex; -+ struct submit_ctx ack_tx_ops; -+ u8 seq_no; -+ _lock lock_sctx; -+}; -+ -+extern struct xmit_frame *__rtw_alloc_cmdxmitframe(struct xmit_priv *pxmitpriv, -+ enum cmdbuf_type buf_type); -+#define rtw_alloc_cmdxmitframe(p) __rtw_alloc_cmdxmitframe(p, CMDBUF_RSVD) -+#define rtw_alloc_bcnxmitframe(p) __rtw_alloc_cmdxmitframe(p, CMDBUF_BEACON) -+ -+extern struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv); -+extern s32 rtw_free_xmitbuf_ext(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+ -+extern struct xmit_buf *rtw_alloc_xmitbuf(struct xmit_priv *pxmitpriv); -+extern s32 rtw_free_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+ -+void rtw_count_tx_stats(struct adapter *padapter, struct xmit_frame *pxmitframe, int sz); -+extern void rtw_update_protection(struct adapter *padapter, u8 *ie, uint ie_len); -+extern s32 rtw_make_wlanhdr(struct adapter *padapter, u8 *hdr, struct pkt_attrib *pattrib); -+extern s32 rtw_put_snap(u8 *data, u16 h_proto); -+ -+extern struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv); -+struct xmit_frame *rtw_alloc_xmitframe_ext(struct xmit_priv *pxmitpriv); -+struct xmit_frame *rtw_alloc_xmitframe_once(struct xmit_priv *pxmitpriv); -+extern s32 rtw_free_xmitframe(struct xmit_priv *pxmitpriv, struct xmit_frame *pxmitframe); -+extern void rtw_free_xmitframe_queue(struct xmit_priv *pxmitpriv, struct __queue *pframequeue); -+struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, sint up, u8 *ac); -+extern s32 rtw_xmitframe_enqueue(struct adapter *padapter, struct xmit_frame *pxmitframe); -+ -+extern s32 rtw_xmit_classifier(struct adapter *padapter, struct xmit_frame *pxmitframe); -+extern u32 rtw_calculate_wlan_pkt_size_by_attribue(struct pkt_attrib *pattrib); -+#define rtw_wlan_pkt_size(f) rtw_calculate_wlan_pkt_size_by_attribue(&f->attrib) -+extern s32 rtw_xmitframe_coalesce(struct adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe); -+extern s32 rtw_mgmt_xmitframe_coalesce(struct adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe); -+s32 _rtw_init_hw_txqueue(struct hw_txqueue* phw_txqueue, u8 ac_tag); -+void _rtw_init_sta_xmit_priv(struct sta_xmit_priv *psta_xmitpriv); -+ -+ -+s32 rtw_txframes_pending(struct adapter *padapter); -+void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry); -+ -+ -+s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter); -+void _rtw_free_xmit_priv (struct xmit_priv *pxmitpriv); -+ -+ -+void rtw_alloc_hwxmits(struct adapter *padapter); -+void rtw_free_hwxmits(struct adapter *padapter); -+ -+ -+s32 rtw_xmit(struct adapter *padapter, _pkt **pkt); -+bool xmitframe_hiq_filter(struct xmit_frame *xmitframe); -+ -+sint xmitframe_enqueue_for_sleeping_sta(struct adapter *padapter, struct xmit_frame *pxmitframe); -+void stop_sta_xmit(struct adapter *padapter, struct sta_info *psta); -+void wakeup_sta_to_xmit(struct adapter *padapter, struct sta_info *psta); -+void xmit_delivery_enabled_frames(struct adapter *padapter, struct sta_info *psta); -+ -+u8 query_ra_short_GI(struct sta_info *psta); -+ -+u8 qos_acm(u8 acm_mask, u8 priority); -+ -+void enqueue_pending_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+void enqueue_pending_xmitbuf_to_head(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+struct xmit_buf*dequeue_pending_xmitbuf(struct xmit_priv *pxmitpriv); -+struct xmit_buf*dequeue_pending_xmitbuf_under_survey(struct xmit_priv *pxmitpriv); -+sint check_pending_xmitbuf(struct xmit_priv *pxmitpriv); -+int rtw_xmit_thread(void *context); -+ -+u32 rtw_get_ff_hwaddr(struct xmit_frame *pxmitframe); -+ -+int rtw_ack_tx_wait(struct xmit_priv *pxmitpriv, u32 timeout_ms); -+void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status); -+ -+/* include after declaring struct xmit_buf, in order to avoid warning */ -+#include -+ -+#endif /* _RTL871X_XMIT_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/sdio_hal.h linux/3rdparty/rtl8723bs/include/sdio_hal.h ---- linux.old/3rdparty/rtl8723bs/include/sdio_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/sdio_hal.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,28 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_HAL_H__ -+#define __SDIO_HAL_H__ -+ -+ -+extern u8 sd_hal_bus_init(struct adapter *padapter); -+extern u8 sd_hal_bus_deinit(struct adapter *padapter); -+ -+u8 sd_int_isr(struct adapter *padapter); -+void sd_int_dpc(struct adapter *padapter); -+void rtw_set_hal_ops(struct adapter *padapter); -+ -+void rtl8723bs_set_hal_ops(struct adapter *padapter); -+ -+#endif /* __SDIO_HAL_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/sdio_ops.h linux/3rdparty/rtl8723bs/include/sdio_ops.h ---- linux.old/3rdparty/rtl8723bs/include/sdio_ops.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/sdio_ops.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,49 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OPS_H__ -+#define __SDIO_OPS_H__ -+ -+ -+#include -+ -+extern void sdio_set_intf_ops(struct adapter *padapter, struct _io_ops *pops); -+ -+/* extern void sdio_func1cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem); */ -+/* extern void sdio_func1cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem); */ -+extern u8 SdioLocalCmd52Read1Byte(struct adapter *padapter, u32 addr); -+extern void SdioLocalCmd52Write1Byte(struct adapter *padapter, u32 addr, u8 v); -+extern s32 sdio_local_read(struct adapter *padapter, u32 addr, u32 cnt, u8 *pbuf); -+extern s32 sdio_local_write(struct adapter *padapter, u32 addr, u32 cnt, u8 *pbuf); -+ -+u32 _sdio_read32(struct adapter *padapter, u32 addr); -+s32 _sdio_write32(struct adapter *padapter, u32 addr, u32 val); -+ -+extern void sd_int_hdl(struct adapter *padapter); -+extern u8 CheckIPSStatus(struct adapter *padapter); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+extern u8 RecvOnePkt(struct adapter *padapter, u32 size); -+#endif /* CONFIG_WOWLAN */ -+extern void InitInterrupt8723BSdio(struct adapter *padapter); -+extern void InitSysInterrupt8723BSdio(struct adapter *padapter); -+extern void EnableInterrupt8723BSdio(struct adapter *padapter); -+extern void DisableInterrupt8723BSdio(struct adapter *padapter); -+extern u8 HalQueryTxBufferStatus8723BSdio(struct adapter *padapter); -+extern u8 HalQueryTxOQTBufferStatus8723BSdio(struct adapter *padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+extern void ClearInterrupt8723BSdio(struct adapter *padapter); -+#endif /* CONFIG_WOWLAN */ -+ -+#endif /* !__SDIO_OPS_H__ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/sdio_ops_linux.h linux/3rdparty/rtl8723bs/include/sdio_ops_linux.h ---- linux.old/3rdparty/rtl8723bs/include/sdio_ops_linux.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/sdio_ops_linux.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,40 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OPS_LINUX_H__ -+#define __SDIO_OPS_LINUX_H__ -+ -+#define SDIO_ERR_VAL8 0xEA -+#define SDIO_ERR_VAL16 0xEAEA -+#define SDIO_ERR_VAL32 0xEAEAEAEA -+ -+u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+ -+s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+ -+u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); -+void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err); -+s32 _sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+s32 sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+ -+ -+void rtw_sdio_set_irq_thd(struct dvobj_priv *dvobj, void *thd_hdl); -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/sdio_osintf.h linux/3rdparty/rtl8723bs/include/sdio_osintf.h ---- linux.old/3rdparty/rtl8723bs/include/sdio_osintf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/sdio_osintf.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,24 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OSINTF_H__ -+#define __SDIO_OSINTF_H__ -+ -+ -+ -+u8 sd_hal_bus_init(struct adapter *padapter); -+u8 sd_hal_bus_deinit(struct adapter *padapter); -+void sd_c2h_hdl(struct adapter *padapter); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8723bs/include/sta_info.h linux/3rdparty/rtl8723bs/include/sta_info.h ---- linux.old/3rdparty/rtl8723bs/include/sta_info.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/sta_info.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,392 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __STA_INFO_H_ -+#define __STA_INFO_H_ -+ -+ -+#define IBSS_START_MAC_ID 2 -+#define NUM_STA 32 -+#define NUM_ACL 16 -+ -+ -+/* if mode == 0, then the sta is allowed once the addr is hit. */ -+/* if mode == 1, then the sta is rejected once the addr is non-hit. */ -+struct rtw_wlan_acl_node { -+ struct list_head list; -+ u8 addr[ETH_ALEN]; -+ u8 valid; -+}; -+ -+/* mode = 0, disable */ -+/* mode = 1, accept unless in deny list */ -+/* mode =2, deny unless in accept list */ -+struct wlan_acl_pool { -+ int mode; -+ int num; -+ struct rtw_wlan_acl_node aclnode[NUM_ACL]; -+ struct __queue acl_node_q; -+}; -+ -+typedef struct _RSSI_STA{ -+ s32 UndecoratedSmoothedPWDB; -+ s32 UndecoratedSmoothedCCK; -+ s32 UndecoratedSmoothedOFDM; -+ u64 PacketMap; -+ u8 ValidBit; -+}RSSI_STA, *PRSSI_STA; -+ -+struct stainfo_stats { -+ -+ u64 rx_mgnt_pkts; -+ u64 rx_beacon_pkts; -+ u64 rx_probereq_pkts; -+ u64 rx_probersp_pkts; -+ u64 rx_probersp_bm_pkts; -+ u64 rx_probersp_uo_pkts; -+ u64 rx_ctrl_pkts; -+ u64 rx_data_pkts; -+ -+ u64 last_rx_mgnt_pkts; -+ u64 last_rx_beacon_pkts; -+ u64 last_rx_probereq_pkts; -+ u64 last_rx_probersp_pkts; -+ u64 last_rx_probersp_bm_pkts; -+ u64 last_rx_probersp_uo_pkts; -+ u64 last_rx_ctrl_pkts; -+ u64 last_rx_data_pkts; -+ -+ u64 rx_bytes; -+ u64 rx_drops; -+ -+ u64 tx_pkts; -+ u64 tx_bytes; -+ u64 tx_drops; -+}; -+ -+struct sta_info { -+ -+ _lock lock; -+ struct list_head list; /* free_sta_queue */ -+ struct list_head hash_list; /* sta_hash */ -+ struct adapter *padapter; -+ -+ struct sta_xmit_priv sta_xmitpriv; -+ struct sta_recv_priv sta_recvpriv; -+ -+ struct __queue sleep_q; -+ unsigned int sleepq_len; -+ -+ uint state; -+ uint aid; -+ uint mac_id; -+ uint qos_option; -+ u8 hwaddr[ETH_ALEN]; -+ -+ uint ieee8021x_blocked; /* 0: allowed, 1:blocked */ -+ uint dot118021XPrivacy; /* aes, tkip... */ -+ union Keytype dot11tkiptxmickey; -+ union Keytype dot11tkiprxmickey; -+ union Keytype dot118021x_UncstKey; -+ union pn48 dot11txpn; /* PN48 used for Unicast xmit */ -+#ifdef CONFIG_GTK_OL -+ u8 kek[RTW_KEK_LEN]; -+ u8 kck[RTW_KCK_LEN]; -+ u8 replay_ctr[RTW_REPLAY_CTR_LEN]; -+#endif /* CONFIG_GTK_OL */ -+ union pn48 dot11wtxpn; /* PN48 used for Unicast mgmt xmit. */ -+ union pn48 dot11rxpn; /* PN48 used for Unicast recv. */ -+ -+ -+ u8 bssrateset[16]; -+ u32 bssratelen; -+ s32 rssi; -+ s32 signal_quality; -+ -+ u8 cts2self; -+ u8 rtsen; -+ -+ u8 raid; -+ u8 init_rate; -+ u32 ra_mask; -+ u8 wireless_mode; /* NETWORK_TYPE */ -+ u8 bw_mode; -+ -+ u8 ldpc; -+ u8 stbc; -+ -+ struct stainfo_stats sta_stats; -+ -+ /* for A-MPDU TX, ADDBA timeout check */ -+ _timer addba_retry_timer; -+ -+ /* for A-MPDU Rx reordering buffer control */ -+ struct recv_reorder_ctrl recvreorder_ctrl[16]; -+ -+ /* for A-MPDU Tx */ -+ /* unsigned char ampdu_txen_bitmap; */ -+ u16 BA_starting_seqctrl[16]; -+ -+ -+ struct ht_priv htpriv; -+ -+ /* Notes: */ -+ /* STA_Mode: */ -+ /* curr_network(mlme_priv/security_priv/qos/ht) + sta_info: (STA & AP) CAP/INFO */ -+ /* scan_q: AP CAP/INFO */ -+ -+ /* AP_Mode: */ -+ /* curr_network(mlme_priv/security_priv/qos/ht) : AP CAP/INFO */ -+ /* sta_info: (AP & STA) CAP/INFO */ -+ -+ struct list_head asoc_list; -+ struct list_head auth_list; -+ -+ unsigned int expire_to; -+ unsigned int auth_seq; -+ unsigned int authalg; -+ unsigned char chg_txt[128]; -+ -+ u16 capability; -+ int flags; -+ -+ int dot8021xalg;/* 0:disable, 1:psk, 2:802.1x */ -+ int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ -+ int wpa_group_cipher; -+ int wpa2_group_cipher; -+ int wpa_pairwise_cipher; -+ int wpa2_pairwise_cipher; -+ -+ u8 bpairwise_key_installed; -+ -+ u8 wpa_ie[32]; -+ -+ u8 nonerp_set; -+ u8 no_short_slot_time_set; -+ u8 no_short_preamble_set; -+ u8 no_ht_gf_set; -+ u8 no_ht_set; -+ u8 ht_20mhz_set; -+ -+ unsigned int tx_ra_bitmap; -+ u8 qos_info; -+ -+ u8 max_sp_len; -+ u8 uapsd_bk;/* BIT(0): Delivery enabled, BIT(1): Trigger enabled */ -+ u8 uapsd_be; -+ u8 uapsd_vi; -+ u8 uapsd_vo; -+ -+ u8 has_legacy_ac; -+ unsigned int sleepq_ac_len; -+ -+ u8 under_exist_checking; -+ -+ u8 keep_alive_trycnt; -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ u8 isrc; /* this device is rc */ -+ u16 pid; /* pairing id */ -+#endif -+ -+ u8 *passoc_req; -+ u32 assoc_req_len; -+ -+ /* for DM */ -+ RSSI_STA rssi_stat; -+ -+ /* ODM_STA_INFO_T */ -+ /* ================ODM Relative Info ======================= */ -+ /* Please be care, dont declare too much structure here. It will cost memory * STA support num. */ -+ /* */ -+ /* */ -+ /* 2011/10/20 MH Add for ODM STA info. */ -+ /* */ -+ /* Driver Write */ -+ u8 bValid; /* record the sta status link or not? */ -+ u8 IOTPeer; /* Enum value. HT_IOT_PEER_E */ -+ /* ODM Write */ -+ /* 1 PHY_STATUS_INFO */ -+ u8 RSSI_Path[4]; /* */ -+ u8 RSSI_Ave; -+ u8 RXEVM[4]; -+ u8 RXSNR[4]; -+ -+ u8 rssi_level; /* for Refresh RA mask */ -+ /* ODM Write */ -+ /* 1 TX_INFO (may changed by IC) */ -+ /* TX_INFO_T pTxInfo; Define in IC folder. Move lower layer. */ -+ /* */ -+ /* ================ODM Relative Info ======================= */ -+ /* */ -+ -+ /* To store the sequence number of received management frame */ -+ u16 RxMgmtFrameSeqNum; -+}; -+ -+#define sta_rx_pkts(sta) \ -+ (sta->sta_stats.rx_mgnt_pkts \ -+ + sta->sta_stats.rx_ctrl_pkts \ -+ + sta->sta_stats.rx_data_pkts) -+ -+#define sta_last_rx_pkts(sta) \ -+ (sta->sta_stats.last_rx_mgnt_pkts \ -+ + sta->sta_stats.last_rx_ctrl_pkts \ -+ + sta->sta_stats.last_rx_data_pkts) -+ -+#define sta_rx_data_pkts(sta) \ -+ (sta->sta_stats.rx_data_pkts) -+ -+#define sta_last_rx_data_pkts(sta) \ -+ (sta->sta_stats.last_rx_data_pkts) -+ -+#define sta_rx_mgnt_pkts(sta) \ -+ (sta->sta_stats.rx_mgnt_pkts) -+ -+#define sta_last_rx_mgnt_pkts(sta) \ -+ (sta->sta_stats.last_rx_mgnt_pkts) -+ -+#define sta_rx_beacon_pkts(sta) \ -+ (sta->sta_stats.rx_beacon_pkts) -+ -+#define sta_last_rx_beacon_pkts(sta) \ -+ (sta->sta_stats.last_rx_beacon_pkts) -+ -+#define sta_rx_probereq_pkts(sta) \ -+ (sta->sta_stats.rx_probereq_pkts) -+ -+#define sta_last_rx_probereq_pkts(sta) \ -+ (sta->sta_stats.last_rx_probereq_pkts) -+ -+#define sta_rx_probersp_pkts(sta) \ -+ (sta->sta_stats.rx_probersp_pkts) -+ -+#define sta_last_rx_probersp_pkts(sta) \ -+ (sta->sta_stats.last_rx_probersp_pkts) -+ -+#define sta_rx_probersp_bm_pkts(sta) \ -+ (sta->sta_stats.rx_probersp_bm_pkts) -+ -+#define sta_last_rx_probersp_bm_pkts(sta) \ -+ (sta->sta_stats.last_rx_probersp_bm_pkts) -+ -+#define sta_rx_probersp_uo_pkts(sta) \ -+ (sta->sta_stats.rx_probersp_uo_pkts) -+ -+#define sta_last_rx_probersp_uo_pkts(sta) \ -+ (sta->sta_stats.last_rx_probersp_uo_pkts) -+ -+#define sta_update_last_rx_pkts(sta) \ -+ do { \ -+ sta->sta_stats.last_rx_mgnt_pkts = sta->sta_stats.rx_mgnt_pkts; \ -+ sta->sta_stats.last_rx_beacon_pkts = sta->sta_stats.rx_beacon_pkts; \ -+ sta->sta_stats.last_rx_probereq_pkts = sta->sta_stats.rx_probereq_pkts; \ -+ sta->sta_stats.last_rx_probersp_pkts = sta->sta_stats.rx_probersp_pkts; \ -+ sta->sta_stats.last_rx_probersp_bm_pkts = sta->sta_stats.rx_probersp_bm_pkts; \ -+ sta->sta_stats.last_rx_probersp_uo_pkts = sta->sta_stats.rx_probersp_uo_pkts; \ -+ sta->sta_stats.last_rx_ctrl_pkts = sta->sta_stats.rx_ctrl_pkts; \ -+ sta->sta_stats.last_rx_data_pkts = sta->sta_stats.rx_data_pkts; \ -+ } while (0) -+ -+#define STA_RX_PKTS_ARG(sta) \ -+ sta->sta_stats.rx_mgnt_pkts \ -+ , sta->sta_stats.rx_ctrl_pkts \ -+ , sta->sta_stats.rx_data_pkts -+ -+#define STA_LAST_RX_PKTS_ARG(sta) \ -+ sta->sta_stats.last_rx_mgnt_pkts \ -+ , sta->sta_stats.last_rx_ctrl_pkts \ -+ , sta->sta_stats.last_rx_data_pkts -+ -+#define STA_RX_PKTS_DIFF_ARG(sta) \ -+ sta->sta_stats.rx_mgnt_pkts - sta->sta_stats.last_rx_mgnt_pkts \ -+ , sta->sta_stats.rx_ctrl_pkts - sta->sta_stats.last_rx_ctrl_pkts \ -+ , sta->sta_stats.rx_data_pkts -sta->sta_stats.last_rx_data_pkts -+ -+#define STA_PKTS_FMT "(m:%llu, c:%llu, d:%llu)" -+ -+struct sta_priv { -+ -+ u8 *pallocated_stainfo_buf; -+ u8 *pstainfo_buf; -+ struct __queue free_sta_queue; -+ -+ _lock sta_hash_lock; -+ struct list_head sta_hash[NUM_STA]; -+ int asoc_sta_count; -+ struct __queue sleep_q; -+ struct __queue wakeup_q; -+ -+ struct adapter *padapter; -+ -+ struct list_head asoc_list; -+ struct list_head auth_list; -+ _lock asoc_list_lock; -+ _lock auth_list_lock; -+ u8 asoc_list_cnt; -+ u8 auth_list_cnt; -+ -+ unsigned int auth_to; /* sec, time to expire in authenticating. */ -+ unsigned int assoc_to; /* sec, time to expire before associating. */ -+ unsigned int expire_to; /* sec , time to expire after associated. */ -+ -+ /* pointers to STA info; based on allocated AID or NULL if AID free -+ * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1 -+ * and so on -+ */ -+ struct sta_info *sta_aid[NUM_STA]; -+ -+ u16 sta_dz_bitmap;/* only support 15 stations, staion aid bitmap for sleeping sta. */ -+ u16 tim_bitmap;/* only support 15 stations, aid = 0~15 mapping bit0~bit15 */ -+ -+ u16 max_num_sta; -+ -+ struct wlan_acl_pool acl_list; -+}; -+ -+ -+__inline static u32 wifi_mac_hash(u8 *mac) -+{ -+ u32 x; -+ -+ x = mac[0]; -+ x = (x << 2) ^ mac[1]; -+ x = (x << 2) ^ mac[2]; -+ x = (x << 2) ^ mac[3]; -+ x = (x << 2) ^ mac[4]; -+ x = (x << 2) ^ mac[5]; -+ -+ x ^= x >> 8; -+ x = x & (NUM_STA - 1); -+ -+ return x; -+} -+ -+ -+extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); -+extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); -+ -+#define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0) -+int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); -+struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); -+ -+extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr); -+extern u32 rtw_free_stainfo(struct adapter *padapter , struct sta_info *psta); -+extern void rtw_free_all_stainfo(struct adapter *padapter); -+extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr); -+extern u32 rtw_init_bcmc_stainfo(struct adapter *padapter); -+extern struct sta_info* rtw_get_bcmc_stainfo(struct adapter *padapter); -+extern u8 rtw_access_ctrl(struct adapter *padapter, u8 *mac_addr); -+ -+#endif /* _STA_INFO_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/wifi.h linux/3rdparty/rtl8723bs/include/wifi.h ---- linux.old/3rdparty/rtl8723bs/include/wifi.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/wifi.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1158 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef _WIFI_H_ -+#define _WIFI_H_ -+ -+ -+#ifdef BIT -+/* error "BIT define occurred earlier elsewhere!\n" */ -+#undef BIT -+#endif -+#define BIT(x) (1 << (x)) -+ -+ -+#define WLAN_ETHHDR_LEN 14 -+#define WLAN_ETHADDR_LEN 6 -+#define WLAN_IEEE_OUI_LEN 3 -+#define WLAN_ADDR_LEN 6 -+#define WLAN_CRC_LEN 4 -+#define WLAN_BSSID_LEN 6 -+#define WLAN_BSS_TS_LEN 8 -+#define WLAN_HDR_A3_LEN 24 -+#define WLAN_HDR_A4_LEN 30 -+#define WLAN_HDR_A3_QOS_LEN 26 -+#define WLAN_HDR_A4_QOS_LEN 32 -+#define WLAN_SSID_MAXLEN 32 -+#define WLAN_DATA_MAXLEN 2312 -+ -+#define WLAN_A3_PN_OFFSET 24 -+#define WLAN_A4_PN_OFFSET 30 -+ -+#define WLAN_MIN_ETHFRM_LEN 60 -+#define WLAN_MAX_ETHFRM_LEN 1514 -+#define WLAN_ETHHDR_LEN 14 -+#define WLAN_WMM_LEN 24 -+ -+#define P80211CAPTURE_VERSION 0x80211001 -+ -+/* This value is tested by WiFi 11n Test Plan 5.2.3. */ -+/* This test verifies the WLAN NIC can update the NAV through sending the CTS with large duration. */ -+#define WiFiNavUpperUs 30000 /* 30 ms */ -+ -+enum WIFI_FRAME_TYPE { -+ WIFI_MGT_TYPE = (0), -+ WIFI_CTRL_TYPE = (BIT(2)), -+ WIFI_DATA_TYPE = (BIT(3)), -+ WIFI_QOS_DATA_TYPE = (BIT(7)|BIT(3)), /* QoS Data */ -+}; -+ -+enum WIFI_FRAME_SUBTYPE { -+ -+ /* below is for mgt frame */ -+ WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), -+ WIFI_ASSOCRSP = (BIT(4) | WIFI_MGT_TYPE), -+ WIFI_REASSOCREQ = (BIT(5) | WIFI_MGT_TYPE), -+ WIFI_REASSOCRSP = (BIT(5) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_PROBEREQ = (BIT(6) | WIFI_MGT_TYPE), -+ WIFI_PROBERSP = (BIT(6) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_BEACON = (BIT(7) | WIFI_MGT_TYPE), -+ WIFI_ATIM = (BIT(7) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_DISASSOC = (BIT(7) | BIT(5) | WIFI_MGT_TYPE), -+ WIFI_AUTH = (BIT(7) | BIT(5) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_DEAUTH = (BIT(7) | BIT(6) | WIFI_MGT_TYPE), -+ WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_ACTION_NOACK = (BIT(7) | BIT(6) | BIT(5) | WIFI_MGT_TYPE), -+ -+ /* below is for control frame */ -+ WIFI_NDPA = (BIT(6) | BIT(4) | WIFI_CTRL_TYPE), -+ WIFI_PSPOLL = (BIT(7) | BIT(5) | WIFI_CTRL_TYPE), -+ WIFI_RTS = (BIT(7) | BIT(5) | BIT(4) | WIFI_CTRL_TYPE), -+ WIFI_CTS = (BIT(7) | BIT(6) | WIFI_CTRL_TYPE), -+ WIFI_ACK = (BIT(7) | BIT(6) | BIT(4) | WIFI_CTRL_TYPE), -+ WIFI_CFEND = (BIT(7) | BIT(6) | BIT(5) | WIFI_CTRL_TYPE), -+ WIFI_CFEND_CFACK = (BIT(7) | BIT(6) | BIT(5) | BIT(4) | WIFI_CTRL_TYPE), -+ -+ /* below is for data frame */ -+ WIFI_DATA = (0 | WIFI_DATA_TYPE), -+ WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE), -+ WIFI_DATA_CFPOLL = (BIT(5) | WIFI_DATA_TYPE), -+ WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE), -+ WIFI_DATA_NULL = (BIT(6) | WIFI_DATA_TYPE), -+ WIFI_CF_ACK = (BIT(6) | BIT(4) | WIFI_DATA_TYPE), -+ WIFI_CF_POLL = (BIT(6) | BIT(5) | WIFI_DATA_TYPE), -+ WIFI_CF_ACKPOLL = (BIT(6) | BIT(5) | BIT(4) | WIFI_DATA_TYPE), -+ WIFI_QOS_DATA_NULL = (BIT(6) | WIFI_QOS_DATA_TYPE), -+}; -+ -+enum WIFI_REASON_CODE { -+ _RSON_RESERVED_ = 0, -+ _RSON_UNSPECIFIED_ = 1, -+ _RSON_AUTH_NO_LONGER_VALID_ = 2, -+ _RSON_DEAUTH_STA_LEAVING_ = 3, -+ _RSON_INACTIVITY_ = 4, -+ _RSON_UNABLE_HANDLE_ = 5, -+ _RSON_CLS2_ = 6, -+ _RSON_CLS3_ = 7, -+ _RSON_DISAOC_STA_LEAVING_ = 8, -+ _RSON_ASOC_NOT_AUTH_ = 9, -+ -+ /* WPA reason */ -+ _RSON_INVALID_IE_ = 13, -+ _RSON_MIC_FAILURE_ = 14, -+ _RSON_4WAY_HNDSHK_TIMEOUT_ = 15, -+ _RSON_GROUP_KEY_UPDATE_TIMEOUT_ = 16, -+ _RSON_DIFF_IE_ = 17, -+ _RSON_MLTCST_CIPHER_NOT_VALID_ = 18, -+ _RSON_UNICST_CIPHER_NOT_VALID_ = 19, -+ _RSON_AKMP_NOT_VALID_ = 20, -+ _RSON_UNSUPPORT_RSNE_VER_ = 21, -+ _RSON_INVALID_RSNE_CAP_ = 22, -+ _RSON_IEEE_802DOT1X_AUTH_FAIL_ = 23, -+ -+ /* belowing are Realtek definition */ -+ _RSON_PMK_NOT_AVAILABLE_ = 24, -+ _RSON_TDLS_TEAR_TOOFAR_ = 25, -+ _RSON_TDLS_TEAR_UN_RSN_ = 26, -+}; -+ -+/* Reason codes (IEEE 802.11-2007, 7.3.1.7, Table 7-22) */ -+/* IEEE 802.11h */ -+#define WLAN_REASON_PWR_CAPABILITY_NOT_VALID 10 -+#define WLAN_REASON_SUPPORTED_CHANNEL_NOT_VALID 11 -+ -+enum WIFI_STATUS_CODE { -+ _STATS_SUCCESSFUL_ = 0, -+ _STATS_FAILURE_ = 1, -+ _STATS_CAP_FAIL_ = 10, -+ _STATS_NO_ASOC_ = 11, -+ _STATS_OTHER_ = 12, -+ _STATS_NO_SUPP_ALG_ = 13, -+ _STATS_OUT_OF_AUTH_SEQ_ = 14, -+ _STATS_CHALLENGE_FAIL_ = 15, -+ _STATS_AUTH_TIMEOUT_ = 16, -+ _STATS_UNABLE_HANDLE_STA_ = 17, -+ _STATS_RATE_FAIL_ = 18, -+}; -+ -+/* Status codes (IEEE 802.11-2007, 7.3.1.9, Table 7-23) */ -+/* entended */ -+/* IEEE 802.11b */ -+#define WLAN_STATUS_ASSOC_DENIED_NOSHORT 19 -+#define WLAN_STATUS_ASSOC_DENIED_NOPBCC 20 -+#define WLAN_STATUS_ASSOC_DENIED_NOAGILITY 21 -+/* IEEE 802.11h */ -+#define WLAN_STATUS_SPEC_MGMT_REQUIRED 22 -+#define WLAN_STATUS_PWR_CAPABILITY_NOT_VALID 23 -+#define WLAN_STATUS_SUPPORTED_CHANNEL_NOT_VALID 24 -+/* IEEE 802.11g */ -+#define WLAN_STATUS_ASSOC_DENIED_NO_SHORT_SLOT_TIME 25 -+#define WLAN_STATUS_ASSOC_DENIED_NO_ER_PBCC 26 -+#define WLAN_STATUS_ASSOC_DENIED_NO_DSSS_OFDM 27 -+/* IEEE 802.11w */ -+#define WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY 30 -+#define WLAN_STATUS_ROBUST_MGMT_FRAME_POLICY_VIOLATION 31 -+/* IEEE 802.11i */ -+#define WLAN_STATUS_INVALID_IE 40 -+#define WLAN_STATUS_GROUP_CIPHER_NOT_VALID 41 -+#define WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID 42 -+#define WLAN_STATUS_AKMP_NOT_VALID 43 -+#define WLAN_STATUS_UNSUPPORTED_RSN_IE_VERSION 44 -+#define WLAN_STATUS_INVALID_RSN_IE_CAPAB 45 -+#define WLAN_STATUS_CIPHER_REJECTED_PER_POLICY 46 -+#define WLAN_STATUS_TS_NOT_CREATED 47 -+#define WLAN_STATUS_DIRECT_LINK_NOT_ALLOWED 48 -+#define WLAN_STATUS_DEST_STA_NOT_PRESENT 49 -+#define WLAN_STATUS_DEST_STA_NOT_QOS_STA 50 -+#define WLAN_STATUS_ASSOC_DENIED_LISTEN_INT_TOO_LARGE 51 -+/* IEEE 802.11r */ -+#define WLAN_STATUS_INVALID_FT_ACTION_FRAME_COUNT 52 -+#define WLAN_STATUS_INVALID_PMKID 53 -+#define WLAN_STATUS_INVALID_MDIE 54 -+#define WLAN_STATUS_INVALID_FTIE 55 -+ -+ -+enum WIFI_REG_DOMAIN { -+ DOMAIN_FCC = 1, -+ DOMAIN_IC = 2, -+ DOMAIN_ETSI = 3, -+ DOMAIN_SPAIN = 4, -+ DOMAIN_FRANCE = 5, -+ DOMAIN_MKK = 6, -+ DOMAIN_ISRAEL = 7, -+ DOMAIN_MKK1 = 8, -+ DOMAIN_MKK2 = 9, -+ DOMAIN_MKK3 = 10, -+ DOMAIN_MAX -+}; -+ -+#define _TO_DS_ BIT(8) -+#define _FROM_DS_ BIT(9) -+#define _MORE_FRAG_ BIT(10) -+#define _RETRY_ BIT(11) -+#define _PWRMGT_ BIT(12) -+#define _MORE_DATA_ BIT(13) -+#define _PRIVACY_ BIT(14) -+#define _ORDER_ BIT(15) -+ -+#define SetToDs(pbuf) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(_TO_DS_) -+ -+#define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0) -+ -+#define ClearToDs(pbuf) \ -+ *(__le16 *)(pbuf) &= (~cpu_to_le16(_TO_DS_)) -+ -+#define SetFrDs(pbuf) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(_FROM_DS_) -+ -+#define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) -+ -+#define ClearFrDs(pbuf) \ -+ *(__le16 *)(pbuf) &= (~cpu_to_le16(_FROM_DS_)) -+ -+#define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) -+ -+#define SetMFrag(pbuf) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_FRAG_) -+ -+#define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0) -+ -+#define ClearMFrag(pbuf) \ -+ *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)) -+ -+#define SetRetry(pbuf) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_) -+ -+#define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0) -+ -+#define ClearRetry(pbuf) \ -+ *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)) -+ -+#define SetPwrMgt(pbuf) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(_PWRMGT_) -+ -+#define GetPwrMgt(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_PWRMGT_)) != 0) -+ -+#define ClearPwrMgt(pbuf) \ -+ *(__le16 *)(pbuf) &= (~cpu_to_le16(_PWRMGT_)) -+ -+#define SetMData(pbuf) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(_MORE_DATA_) -+ -+#define GetMData(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_DATA_)) != 0) -+ -+#define ClearMData(pbuf) \ -+ *(__le16 *)(pbuf) &= (~cpu_to_le16(_MORE_DATA_)) -+ -+#define SetPrivacy(pbuf) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_) -+ -+#define GetPrivacy(pbuf) \ -+ (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0) -+ -+#define ClearPrivacy(pbuf) \ -+ *(__le16 *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)) -+ -+ -+#define GetOrder(pbuf) \ -+ (((*(__le16 *)(pbuf)) & cpu_to_le16(_ORDER_)) != 0) -+ -+#define GetFrameType(pbuf) \ -+ (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(3) | BIT(2))) -+ -+#define SetFrameType(pbuf, type) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= __constant_cpu_to_le16(~(BIT(3) | BIT(2))); \ -+ *(unsigned short *)(pbuf) |= __constant_cpu_to_le16(type); \ -+ } while (0) -+ -+#define GetFrameSubType(pbuf) (le16_to_cpu(*(__le16 *)(pbuf)) & (BIT(7) |\ -+ BIT(6) | BIT(5) | BIT(4) | BIT(3) | BIT(2))) -+ -+#define SetFrameSubType(pbuf, type) \ -+ do { \ -+ *(__le16 *)(pbuf) &= cpu_to_le16(~(BIT(7) | BIT(6) | \ -+ BIT(5) | BIT(4) | BIT(3) | BIT(2))); \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(type); \ -+ } while (0) -+ -+#define GetSequence(pbuf) \ -+ (le16_to_cpu(*(__le16 *)((size_t)(pbuf) + 22)) >> 4) -+ -+#define GetFragNum(pbuf) \ -+ (le16_to_cpu(*(__le16 *)((size_t)(pbuf) + 22)) & 0x0f) -+ -+#define GetTupleCache(pbuf) \ -+ (cpu_to_le16(*(unsigned short *)((size_t)(pbuf) + 22))) -+ -+#define SetFragNum(pbuf, num) \ -+ do { \ -+ *(unsigned short *)((size_t)(pbuf) + 22) = \ -+ ((*(unsigned short *)((size_t)(pbuf) + 22)) & \ -+ le16_to_cpu(~(0x000f))) | \ -+ cpu_to_le16(0x0f & (num)); \ -+ } while (0) -+ -+#define SetSeqNum(pbuf, num) \ -+ do { \ -+ *(__le16 *)((size_t)(pbuf) + 22) = \ -+ ((*(__le16 *)((size_t)(pbuf) + 22)) & cpu_to_le16((unsigned short)0x000f)) | \ -+ cpu_to_le16((unsigned short)(0xfff0 & (num << 4))); \ -+ } while (0) -+ -+#define SetDuration(pbuf, dur) \ -+ *(__le16 *)((size_t)(pbuf) + 2) = cpu_to_le16(0xffff & (dur)) -+ -+ -+#define SetPriority(pbuf, tid) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16(tid & 0xf) -+ -+#define GetPriority(pbuf) ((le16_to_cpu(*(__le16 *)(pbuf))) & 0xf) -+ -+#define SetEOSP(pbuf, eosp) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16((eosp & 1) << 4) -+ -+#define SetAckpolicy(pbuf, ack) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16((ack & 3) << 5) -+ -+#define GetAckpolicy(pbuf) (((le16_to_cpu(*(__le16 *)pbuf)) >> 5) & 0x3) -+ -+#define GetAMsdu(pbuf) (((le16_to_cpu(*(__le16 *)pbuf)) >> 7) & 0x1) -+ -+#define SetAMsdu(pbuf, amsdu) \ -+ *(__le16 *)(pbuf) |= cpu_to_le16((amsdu & 1) << 7) -+ -+#define GetAid(pbuf) (le16_to_cpu(*(__le16 *)((size_t)(pbuf) + 2)) & 0x3fff) -+ -+#define GetTid(pbuf) (le16_to_cpu(*(__le16 *)((size_t)(pbuf) + \ -+ (((GetToDs(pbuf)<<1) | GetFrDs(pbuf)) == 3 ? \ -+ 30 : 24))) & 0x000f) -+ -+#define GetAddr1Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 4)) -+ -+#define GetAddr2Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 10)) -+ -+#define GetAddr3Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 16)) -+ -+#define GetAddr4Ptr(pbuf) ((unsigned char *)((size_t)(pbuf) + 24)) -+ -+#define MacAddr_isBcst(addr) \ -+ (\ -+ ((addr[0] == 0xff) && (addr[1] == 0xff) && \ -+ (addr[2] == 0xff) && (addr[3] == 0xff) && \ -+ (addr[4] == 0xff) && (addr[5] == 0xff)) ? true : false \ -+) -+ -+__inline static int IS_MCAST(unsigned char *da) -+{ -+ if ((*da) & 0x01) -+ return true; -+ else -+ return false; -+} -+ -+__inline static unsigned char * get_ra(unsigned char *pframe) -+{ -+ unsigned char *ra; -+ ra = GetAddr1Ptr(pframe); -+ return ra; -+} -+__inline static unsigned char * get_ta(unsigned char *pframe) -+{ -+ unsigned char *ta; -+ ta = GetAddr2Ptr(pframe); -+ return ta; -+} -+ -+__inline static unsigned char * get_da(unsigned char *pframe) -+{ -+ unsigned char *da; -+ unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); -+ -+ switch (to_fr_ds) { -+ case 0x00: /* ToDs = 0, FromDs = 0 */ -+ da = GetAddr1Ptr(pframe); -+ break; -+ case 0x01: /* ToDs = 0, FromDs = 1 */ -+ da = GetAddr1Ptr(pframe); -+ break; -+ case 0x02: /* ToDs = 1, FromDs = 0 */ -+ da = GetAddr3Ptr(pframe); -+ break; -+ default: /* ToDs = 1, FromDs = 1 */ -+ da = GetAddr3Ptr(pframe); -+ break; -+ } -+ -+ return da; -+} -+ -+ -+__inline static unsigned char * get_sa(unsigned char *pframe) -+{ -+ unsigned char *sa; -+ unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); -+ -+ switch (to_fr_ds) { -+ case 0x00: /* ToDs = 0, FromDs = 0 */ -+ sa = GetAddr2Ptr(pframe); -+ break; -+ case 0x01: /* ToDs = 0, FromDs = 1 */ -+ sa = GetAddr3Ptr(pframe); -+ break; -+ case 0x02: /* ToDs = 1, FromDs = 0 */ -+ sa = GetAddr2Ptr(pframe); -+ break; -+ default: /* ToDs = 1, FromDs = 1 */ -+ sa = GetAddr4Ptr(pframe); -+ break; -+ } -+ -+ return sa; -+} -+ -+__inline static unsigned char * get_hdr_bssid(unsigned char *pframe) -+{ -+ unsigned char *sa = NULL; -+ unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); -+ -+ switch (to_fr_ds) { -+ case 0x00: /* ToDs = 0, FromDs = 0 */ -+ sa = GetAddr3Ptr(pframe); -+ break; -+ case 0x01: /* ToDs = 0, FromDs = 1 */ -+ sa = GetAddr2Ptr(pframe); -+ break; -+ case 0x02: /* ToDs = 1, FromDs = 0 */ -+ sa = GetAddr1Ptr(pframe); -+ break; -+ case 0x03: /* ToDs = 1, FromDs = 1 */ -+ sa = GetAddr1Ptr(pframe); -+ break; -+ } -+ -+ return sa; -+} -+ -+ -+__inline static int IsFrameTypeCtrl(unsigned char *pframe) -+{ -+ if (WIFI_CTRL_TYPE == GetFrameType(pframe)) -+ return true; -+ else -+ return false; -+} -+/*----------------------------------------------------------------------------- -+ Below is for the security related definition -+------------------------------------------------------------------------------*/ -+#define _RESERVED_FRAME_TYPE_ 0 -+#define _SKB_FRAME_TYPE_ 2 -+#define _PRE_ALLOCMEM_ 1 -+#define _PRE_ALLOCHDR_ 3 -+#define _PRE_ALLOCLLCHDR_ 4 -+#define _PRE_ALLOCICVHDR_ 5 -+#define _PRE_ALLOCMICHDR_ 6 -+ -+#define _SIFSTIME_ ((priv->pmib->dot11BssType.net_work_type&WIRELESS_11A)?16:10) -+#define _ACKCTSLNG_ 14 /* 14 bytes long, including crclng */ -+#define _CRCLNG_ 4 -+ -+#define _ASOCREQ_IE_OFFSET_ 4 /* excluding wlan_hdr */ -+#define _ASOCRSP_IE_OFFSET_ 6 -+#define _REASOCREQ_IE_OFFSET_ 10 -+#define _REASOCRSP_IE_OFFSET_ 6 -+#define _PROBEREQ_IE_OFFSET_ 0 -+#define _PROBERSP_IE_OFFSET_ 12 -+#define _AUTH_IE_OFFSET_ 6 -+#define _DEAUTH_IE_OFFSET_ 0 -+#define _BEACON_IE_OFFSET_ 12 -+#define _PUBLIC_ACTION_IE_OFFSET_ 8 -+ -+#define _FIXED_IE_LENGTH_ _BEACON_IE_OFFSET_ -+ -+#define _SSID_IE_ 0 -+#define _SUPPORTEDRATES_IE_ 1 -+#define _DSSET_IE_ 3 -+#define _TIM_IE_ 5 -+#define _IBSS_PARA_IE_ 6 -+#define _COUNTRY_IE_ 7 -+#define _CHLGETXT_IE_ 16 -+#define _SUPPORTED_CH_IE_ 36 -+#define _CH_SWTICH_ANNOUNCE_ 37 /* Secondary Channel Offset */ -+#define _RSN_IE_2_ 48 -+#define _SSN_IE_1_ 221 -+#define _ERPINFO_IE_ 42 -+#define _EXT_SUPPORTEDRATES_IE_ 50 -+ -+#define _HT_CAPABILITY_IE_ 45 -+#define _FTIE_ 55 -+#define _TIMEOUT_ITVL_IE_ 56 -+#define _SRC_IE_ 59 -+#define _HT_EXTRA_INFO_IE_ 61 -+#define _HT_ADD_INFO_IE_ 61 /* _HT_EXTRA_INFO_IE_ */ -+#define _WAPI_IE_ 68 -+ -+#define _RIC_Descriptor_IE_ 75 -+#define _MME_IE_ 76 /* 802.11w Management MIC element */ -+#define _LINK_ID_IE_ 101 -+#define _CH_SWITCH_TIMING_ 104 -+#define _PTI_BUFFER_STATUS_ 106 -+#define _EXT_CAP_IE_ 127 -+#define _VENDOR_SPECIFIC_IE_ 221 -+ -+#define _RESERVED47_ 47 -+ -+enum ELEMENT_ID { -+ EID_SsId = 0, /* service set identifier (0:32) */ -+ EID_SupRates = 1, /* supported rates (1:8) */ -+ EID_FHParms = 2, /* FH parameter set (5) */ -+ EID_DSParms = 3, /* DS parameter set (1) */ -+ EID_CFParms = 4, /* CF parameter set (6) */ -+ EID_Tim = 5, /* Traffic Information Map (4:254) */ -+ EID_IbssParms = 6, /* IBSS parameter set (2) */ -+ EID_Country = 7, /* */ -+ -+ /* Form 7.3.2: Information elements in 802.11E/D13.0, page 46. */ -+ EID_QBSSLoad = 11, -+ EID_EDCAParms = 12, -+ EID_TSpec = 13, -+ EID_TClass = 14, -+ EID_Schedule = 15, -+ /* */ -+ -+ EID_Ctext = 16, /* challenge text*/ -+ EID_POWER_CONSTRAINT = 32, /* Power Constraint*/ -+ -+ /* vivi for WIFITest, 802.11h AP, 20100427 */ -+ /* 2010/12/26 MH The definition we can declare always!! */ -+ EID_PowerCap = 33, -+ EID_SupportedChannels = 36, -+ EID_ChlSwitchAnnounce = 37, -+ -+ EID_MeasureRequest = 38, /* Measurement Request */ -+ EID_MeasureReport = 39, /* Measurement Report */ -+ -+ EID_ERPInfo = 42, -+ -+ /* Form 7.3.2: Information elements in 802.11E/D13.0, page 46. */ -+ EID_TSDelay = 43, -+ EID_TCLASProc = 44, -+ EID_HTCapability = 45, -+ EID_QoSCap = 46, -+ /* */ -+ -+ EID_WPA2 = 48, -+ EID_ExtSupRates = 50, -+ -+ EID_FTIE = 55, /* Defined in 802.11r */ -+ EID_Timeout = 56, /* Defined in 802.11r */ -+ -+ EID_SupRegulatory = 59, /* Supported Requlatory Classes 802.11y */ -+ EID_HTInfo = 61, -+ EID_SecondaryChnlOffset = 62, -+ -+ EID_BSSCoexistence = 72, /* 20/40 BSS Coexistence */ -+ EID_BSSIntolerantChlReport = 73, -+ EID_OBSS = 74, /* Overlapping BSS Scan Parameters */ -+ -+ EID_LinkIdentifier = 101, /* Defined in 802.11z */ -+ EID_WakeupSchedule = 102, /* Defined in 802.11z */ -+ EID_ChnlSwitchTimeing = 104, /* Defined in 802.11z */ -+ EID_PTIControl = 105, /* Defined in 802.11z */ -+ EID_PUBufferStatus = 106, /* Defined in 802.11z */ -+ -+ EID_EXTCapability = 127, /* Extended Capabilities */ -+ /* From S19:Aironet IE and S21:AP IP address IE in CCX v1.13, p16 and p18. */ -+ EID_Aironet = 133, /* 0x85: Aironet Element for Cisco CCX */ -+ EID_CiscoIP = 149, /* 0x95: IP Address IE for Cisco CCX */ -+ -+ EID_CellPwr = 150, /* 0x96: Cell Power Limit IE. Ref. 0x96. */ -+ -+ EID_CCKM = 156, -+ -+ EID_Vendor = 221, /* 0xDD: Vendor Specific */ -+ -+ EID_WAPI = 68, -+ EID_VHTCapability = 191, /* Based on 802.11ac D2.0 */ -+ EID_VHTOperation = 192, /* Based on 802.11ac D2.0 */ -+ EID_OpModeNotification = 199, /* Based on 802.11ac D3.0 */ -+}; -+ -+/* --------------------------------------------------------------------------- -+ Below is the fixed elements... -+-----------------------------------------------------------------------------*/ -+#define _AUTH_ALGM_NUM_ 2 -+#define _AUTH_SEQ_NUM_ 2 -+#define _BEACON_ITERVAL_ 2 -+#define _CAPABILITY_ 2 -+#define _CURRENT_APADDR_ 6 -+#define _LISTEN_INTERVAL_ 2 -+#define _RSON_CODE_ 2 -+#define _ASOC_ID_ 2 -+#define _STATUS_CODE_ 2 -+#define _TIMESTAMP_ 8 -+ -+#define AUTH_ODD_TO 0 -+#define AUTH_EVEN_TO 1 -+ -+#define WLAN_ETHCONV_ENCAP 1 -+#define WLAN_ETHCONV_RFC1042 2 -+#define WLAN_ETHCONV_8021h 3 -+ -+#define cap_ESS BIT(0) -+#define cap_IBSS BIT(1) -+#define cap_CFPollable BIT(2) -+#define cap_CFRequest BIT(3) -+#define cap_Privacy BIT(4) -+#define cap_ShortPremble BIT(5) -+#define cap_PBCC BIT(6) -+#define cap_ChAgility BIT(7) -+#define cap_SpecMgmt BIT(8) -+#define cap_QoS BIT(9) -+#define cap_ShortSlot BIT(10) -+ -+/*----------------------------------------------------------------------------- -+ Below is the definition for 802.11i / 802.1x -+------------------------------------------------------------------------------*/ -+#define _IEEE8021X_MGT_ 1 /* WPA */ -+#define _IEEE8021X_PSK_ 2 /* WPA with pre-shared key */ -+ -+#define _MME_IE_LENGTH_ 18 -+/*----------------------------------------------------------------------------- -+ Below is the definition for WMM -+------------------------------------------------------------------------------*/ -+#define _WMM_IE_Length_ 7 /* for WMM STA */ -+#define _WMM_Para_Element_Length_ 24 -+ -+ -+/*----------------------------------------------------------------------------- -+ Below is the definition for 802.11n -+------------------------------------------------------------------------------*/ -+ -+#define SetOrderBit(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_ORDER_); \ -+ } while (0) -+ -+#define GetOrderBit(pbuf) (((*(unsigned short *)(pbuf)) & cpu_to_le16(_ORDER_)) != 0) -+ -+#define ACT_CAT_VENDOR 0x7F/* 127 */ -+ -+/** -+ * struct rtw_ieee80211_bar - HT Block Ack Request -+ * -+ * This structure refers to "HT BlockAckReq" as -+ * described in 802.11n draft section 7.2.1.7.1 -+ */ -+struct rtw_ieee80211_bar { -+ __le16 frame_control; -+ __le16 duration; -+ unsigned char ra[6]; -+ unsigned char ta[6]; -+ __le16 control; -+ __le16 start_seq_num; -+} __attribute__((packed)); -+ -+/* 802.11 BAR control masks */ -+#define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000 -+#define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004 -+ -+ -+ /** -+ * struct rtw_ieee80211_ht_cap - HT capabilities -+ * -+ * This structure refers to "HT capabilities element" as -+ * described in 802.11n draft section 7.3.2.52 -+ */ -+ -+struct rtw_ieee80211_ht_cap { -+ __le16 cap_info; -+ unsigned char ampdu_params_info; -+ unsigned char supp_mcs_set[16]; -+ __le16 extended_ht_cap_info; -+ __le16 tx_BF_cap_info; -+ unsigned char antenna_selection_info; -+} __attribute__ ((packed)); -+ -+/** -+ * struct rtw_ieee80211_ht_cap - HT additional information -+ * -+ * This structure refers to "HT information element" as -+ * described in 802.11n draft section 7.3.2.53 -+ */ -+struct ieee80211_ht_addt_info { -+ unsigned char control_chan; -+ unsigned char ht_param; -+ __le16 operation_mode; -+ __le16 stbc_param; -+ unsigned char basic_set[16]; -+} __attribute__ ((packed)); -+ -+ -+struct HT_caps_element -+{ -+ union -+ { -+ struct -+ { -+ __le16 HT_caps_info; -+ unsigned char AMPDU_para; -+ unsigned char MCS_rate[16]; -+ __le16 HT_ext_caps; -+ __le16 Beamforming_caps; -+ unsigned char ASEL_caps; -+ } HT_cap_element; -+ unsigned char HT_cap[26]; -+ }u; -+} __attribute__ ((packed)); -+ -+struct HT_info_element -+{ -+ unsigned char primary_channel; -+ unsigned char infos[5]; -+ unsigned char MCS_rate[16]; -+} __attribute__ ((packed)); -+ -+struct AC_param -+{ -+ unsigned char ACI_AIFSN; -+ unsigned char CW; -+ __le16 TXOP_limit; -+} __attribute__ ((packed)); -+ -+struct WMM_para_element -+{ -+ unsigned char QoS_info; -+ unsigned char reserved; -+ struct AC_param ac_param[4]; -+} __attribute__ ((packed)); -+ -+struct ADDBA_request -+{ -+ unsigned char dialog_token; -+ __le16 BA_para_set; -+ __le16 BA_timeout_value; -+ __le16 BA_starting_seqctrl; -+} __attribute__ ((packed)); -+ -+enum HT_CAP_AMPDU_FACTOR { -+ MAX_AMPDU_FACTOR_8K = 0, -+ MAX_AMPDU_FACTOR_16K = 1, -+ MAX_AMPDU_FACTOR_32K = 2, -+ MAX_AMPDU_FACTOR_64K = 3, -+}; -+ -+/* 802.11n HT capabilities masks */ -+#define IEEE80211_HT_CAP_LDPC_CODING 0x0001 -+#define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 -+#define IEEE80211_HT_CAP_SM_PS 0x000C -+#define IEEE80211_HT_CAP_GRN_FLD 0x0010 -+#define IEEE80211_HT_CAP_SGI_20 0x0020 -+#define IEEE80211_HT_CAP_SGI_40 0x0040 -+#define IEEE80211_HT_CAP_TX_STBC 0x0080 -+#define IEEE80211_HT_CAP_RX_STBC_1R 0x0100 -+#define IEEE80211_HT_CAP_RX_STBC_2R 0x0200 -+#define IEEE80211_HT_CAP_RX_STBC_3R 0x0300 -+#define IEEE80211_HT_CAP_DELAY_BA 0x0400 -+#define IEEE80211_HT_CAP_MAX_AMSDU 0x0800 -+#define IEEE80211_HT_CAP_DSSSCCK40 0x1000 -+/* 802.11n HT capability AMPDU settings */ -+#define IEEE80211_HT_CAP_AMPDU_FACTOR 0x03 -+#define IEEE80211_HT_CAP_AMPDU_DENSITY 0x1C -+/* 802.11n HT capability MSC set */ -+#define IEEE80211_SUPP_MCS_SET_UEQM 4 -+#define IEEE80211_HT_CAP_MAX_STREAMS 4 -+#define IEEE80211_SUPP_MCS_SET_LEN 10 -+/* maximum streams the spec allows */ -+#define IEEE80211_HT_CAP_MCS_TX_DEFINED 0x01 -+#define IEEE80211_HT_CAP_MCS_TX_RX_DIFF 0x02 -+#define IEEE80211_HT_CAP_MCS_TX_STREAMS 0x0C -+#define IEEE80211_HT_CAP_MCS_TX_UEQM 0x10 -+/* 802.11n HT capability TXBF capability */ -+#define IEEE80211_HT_CAP_TXBF_RX_NDP 0x00000008 -+#define IEEE80211_HT_CAP_TXBF_TX_NDP 0x00000010 -+#define IEEE80211_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP 0x00000400 -+ -+/* 802.11n HT IE masks */ -+#define IEEE80211_HT_IE_CHA_SEC_OFFSET 0x03 -+#define IEEE80211_HT_IE_CHA_SEC_NONE 0x00 -+#define IEEE80211_HT_IE_CHA_SEC_ABOVE 0x01 -+#define IEEE80211_HT_IE_CHA_SEC_BELOW 0x03 -+#define IEEE80211_HT_IE_CHA_WIDTH 0x04 -+#define IEEE80211_HT_IE_HT_PROTECTION 0x0003 -+#define IEEE80211_HT_IE_NON_GF_STA_PRSNT 0x0004 -+#define IEEE80211_HT_IE_NON_HT_STA_PRSNT 0x0010 -+ -+/* block-ack parameters */ -+#define IEEE80211_ADDBA_PARAM_POLICY_MASK 0x0002 -+#define IEEE80211_ADDBA_PARAM_TID_MASK 0x003C -+#define RTW_IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK 0xFFC0 -+#define IEEE80211_DELBA_PARAM_TID_MASK 0xF000 -+#define IEEE80211_DELBA_PARAM_INITIATOR_MASK 0x0800 -+ -+/* -+ * A-PMDU buffer sizes -+ * According to IEEE802.11n spec size varies from 8K to 64K (in powers of 2) -+ */ -+#define IEEE80211_MIN_AMPDU_BUF 0x8 -+#define IEEE80211_MAX_AMPDU_BUF 0x40 -+ -+ -+/* Spatial Multiplexing Power Save Modes */ -+#define WLAN_HT_CAP_SM_PS_STATIC 0 -+#define WLAN_HT_CAP_SM_PS_DYNAMIC 1 -+#define WLAN_HT_CAP_SM_PS_INVALID 2 -+#define WLAN_HT_CAP_SM_PS_DISABLED 3 -+ -+ -+#define OP_MODE_PURE 0 -+#define OP_MODE_MAY_BE_LEGACY_STAS 1 -+#define OP_MODE_20MHZ_HT_STA_ASSOCED 2 -+#define OP_MODE_MIXED 3 -+ -+#define HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK ((u8) BIT(0) | BIT(1)) -+#define HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE ((u8) BIT(0)) -+#define HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW ((u8) BIT(0) | BIT(1)) -+#define HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH ((u8) BIT(2)) -+#define HT_INFO_HT_PARAM_RIFS_MODE ((u8) BIT(3)) -+#define HT_INFO_HT_PARAM_CTRL_ACCESS_ONLY ((u8) BIT(4)) -+#define HT_INFO_HT_PARAM_SRV_INTERVAL_GRANULARITY ((u8) BIT(5)) -+ -+#define HT_INFO_OPERATION_MODE_OP_MODE_MASK \ -+ ((u16) (0x0001 | 0x0002)) -+#define HT_INFO_OPERATION_MODE_OP_MODE_OFFSET 0 -+#define HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT ((u8) BIT(2)) -+#define HT_INFO_OPERATION_MODE_TRANSMIT_BURST_LIMIT ((u8) BIT(3)) -+#define HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT ((u8) BIT(4)) -+ -+#define HT_INFO_STBC_PARAM_DUAL_BEACON ((u16) BIT(6)) -+#define HT_INFO_STBC_PARAM_DUAL_STBC_PROTECT ((u16) BIT(7)) -+#define HT_INFO_STBC_PARAM_SECONDARY_BCN ((u16) BIT(8)) -+#define HT_INFO_STBC_PARAM_LSIG_TXOP_PROTECT_ALLOWED ((u16) BIT(9)) -+#define HT_INFO_STBC_PARAM_PCO_ACTIVE ((u16) BIT(10)) -+#define HT_INFO_STBC_PARAM_PCO_PHASE ((u16) BIT(11)) -+ -+ -+ -+/* endif */ -+ -+/* ===============WPS Section =============== */ -+/* For WPSv1.0 */ -+#define WPSOUI 0x0050f204 -+/* WPS attribute ID */ -+#define WPS_ATTR_VER1 0x104A -+#define WPS_ATTR_SIMPLE_CONF_STATE 0x1044 -+#define WPS_ATTR_RESP_TYPE 0x103B -+#define WPS_ATTR_UUID_E 0x1047 -+#define WPS_ATTR_MANUFACTURER 0x1021 -+#define WPS_ATTR_MODEL_NAME 0x1023 -+#define WPS_ATTR_MODEL_NUMBER 0x1024 -+#define WPS_ATTR_SERIAL_NUMBER 0x1042 -+#define WPS_ATTR_PRIMARY_DEV_TYPE 0x1054 -+#define WPS_ATTR_SEC_DEV_TYPE_LIST 0x1055 -+#define WPS_ATTR_DEVICE_NAME 0x1011 -+#define WPS_ATTR_CONF_METHOD 0x1008 -+#define WPS_ATTR_RF_BANDS 0x103C -+#define WPS_ATTR_DEVICE_PWID 0x1012 -+#define WPS_ATTR_REQUEST_TYPE 0x103A -+#define WPS_ATTR_ASSOCIATION_STATE 0x1002 -+#define WPS_ATTR_CONFIG_ERROR 0x1009 -+#define WPS_ATTR_VENDOR_EXT 0x1049 -+#define WPS_ATTR_SELECTED_REGISTRAR 0x1041 -+ -+/* Value of WPS attribute "WPS_ATTR_DEVICE_NAME */ -+#define WPS_MAX_DEVICE_NAME_LEN 32 -+ -+/* Value of WPS Request Type Attribute */ -+#define WPS_REQ_TYPE_ENROLLEE_INFO_ONLY 0x00 -+#define WPS_REQ_TYPE_ENROLLEE_OPEN_8021X 0x01 -+#define WPS_REQ_TYPE_REGISTRAR 0x02 -+#define WPS_REQ_TYPE_WLAN_MANAGER_REGISTRAR 0x03 -+ -+/* Value of WPS Response Type Attribute */ -+#define WPS_RESPONSE_TYPE_INFO_ONLY 0x00 -+#define WPS_RESPONSE_TYPE_8021X 0x01 -+#define WPS_RESPONSE_TYPE_REGISTRAR 0x02 -+#define WPS_RESPONSE_TYPE_AP 0x03 -+ -+/* Value of WPS WiFi Simple Configuration State Attribute */ -+#define WPS_WSC_STATE_NOT_CONFIG 0x01 -+#define WPS_WSC_STATE_CONFIG 0x02 -+ -+/* Value of WPS Version Attribute */ -+#define WPS_VERSION_1 0x10 -+ -+/* Value of WPS Configuration Method Attribute */ -+#define WPS_CONFIG_METHOD_FLASH 0x0001 -+#define WPS_CONFIG_METHOD_ETHERNET 0x0002 -+#define WPS_CONFIG_METHOD_LABEL 0x0004 -+#define WPS_CONFIG_METHOD_DISPLAY 0x0008 -+#define WPS_CONFIG_METHOD_E_NFC 0x0010 -+#define WPS_CONFIG_METHOD_I_NFC 0x0020 -+#define WPS_CONFIG_METHOD_NFC 0x0040 -+#define WPS_CONFIG_METHOD_PBC 0x0080 -+#define WPS_CONFIG_METHOD_KEYPAD 0x0100 -+#define WPS_CONFIG_METHOD_VPBC 0x0280 -+#define WPS_CONFIG_METHOD_PPBC 0x0480 -+#define WPS_CONFIG_METHOD_VDISPLAY 0x2008 -+#define WPS_CONFIG_METHOD_PDISPLAY 0x4008 -+ -+/* Value of Category ID of WPS Primary Device Type Attribute */ -+#define WPS_PDT_CID_DISPLAYS 0x0007 -+#define WPS_PDT_CID_MULIT_MEDIA 0x0008 -+#define WPS_PDT_CID_RTK_WIDI WPS_PDT_CID_MULIT_MEDIA -+ -+/* Value of Sub Category ID of WPS Primary Device Type Attribute */ -+#define WPS_PDT_SCID_MEDIA_SERVER 0x0005 -+#define WPS_PDT_SCID_RTK_DMP WPS_PDT_SCID_MEDIA_SERVER -+ -+/* Value of Device Password ID */ -+#define WPS_DPID_PIN 0x0000 -+#define WPS_DPID_USER_SPEC 0x0001 -+#define WPS_DPID_MACHINE_SPEC 0x0002 -+#define WPS_DPID_REKEY 0x0003 -+#define WPS_DPID_PBC 0x0004 -+#define WPS_DPID_REGISTRAR_SPEC 0x0005 -+ -+/* Value of WPS RF Bands Attribute */ -+#define WPS_RF_BANDS_2_4_GHZ 0x01 -+#define WPS_RF_BANDS_5_GHZ 0x02 -+ -+/* Value of WPS Association State Attribute */ -+#define WPS_ASSOC_STATE_NOT_ASSOCIATED 0x00 -+#define WPS_ASSOC_STATE_CONNECTION_SUCCESS 0x01 -+#define WPS_ASSOC_STATE_CONFIGURATION_FAILURE 0x02 -+#define WPS_ASSOC_STATE_ASSOCIATION_FAILURE 0x03 -+#define WPS_ASSOC_STATE_IP_FAILURE 0x04 -+ -+/* =====================P2P Section ===================== */ -+/* For P2P */ -+#define P2POUI 0x506F9A09 -+ -+/* P2P Attribute ID */ -+#define P2P_ATTR_STATUS 0x00 -+#define P2P_ATTR_MINOR_REASON_CODE 0x01 -+#define P2P_ATTR_CAPABILITY 0x02 -+#define P2P_ATTR_DEVICE_ID 0x03 -+#define P2P_ATTR_GO_INTENT 0x04 -+#define P2P_ATTR_CONF_TIMEOUT 0x05 -+#define P2P_ATTR_LISTEN_CH 0x06 -+#define P2P_ATTR_GROUP_BSSID 0x07 -+#define P2P_ATTR_EX_LISTEN_TIMING 0x08 -+#define P2P_ATTR_INTENTED_IF_ADDR 0x09 -+#define P2P_ATTR_MANAGEABILITY 0x0A -+#define P2P_ATTR_CH_LIST 0x0B -+#define P2P_ATTR_NOA 0x0C -+#define P2P_ATTR_DEVICE_INFO 0x0D -+#define P2P_ATTR_GROUP_INFO 0x0E -+#define P2P_ATTR_GROUP_ID 0x0F -+#define P2P_ATTR_INTERFACE 0x10 -+#define P2P_ATTR_OPERATING_CH 0x11 -+#define P2P_ATTR_INVITATION_FLAGS 0x12 -+ -+/* Value of Status Attribute */ -+#define P2P_STATUS_SUCCESS 0x00 -+#define P2P_STATUS_FAIL_INFO_UNAVAILABLE 0x01 -+#define P2P_STATUS_FAIL_INCOMPATIBLE_PARAM 0x02 -+#define P2P_STATUS_FAIL_LIMIT_REACHED 0x03 -+#define P2P_STATUS_FAIL_INVALID_PARAM 0x04 -+#define P2P_STATUS_FAIL_REQUEST_UNABLE 0x05 -+#define P2P_STATUS_FAIL_PREVOUS_PROTO_ERR 0x06 -+#define P2P_STATUS_FAIL_NO_COMMON_CH 0x07 -+#define P2P_STATUS_FAIL_UNKNOWN_P2PGROUP 0x08 -+#define P2P_STATUS_FAIL_BOTH_GOINTENT_15 0x09 -+#define P2P_STATUS_FAIL_INCOMPATIBLE_PROVSION 0x0A -+#define P2P_STATUS_FAIL_USER_REJECT 0x0B -+ -+/* Value of Inviation Flags Attribute */ -+#define P2P_INVITATION_FLAGS_PERSISTENT BIT(0) -+ -+#define DMP_P2P_DEVCAP_SUPPORT (P2P_DEVCAP_SERVICE_DISCOVERY | \ -+ P2P_DEVCAP_CLIENT_DISCOVERABILITY | \ -+ P2P_DEVCAP_CONCURRENT_OPERATION | \ -+ P2P_DEVCAP_INVITATION_PROC) -+ -+#define DMP_P2P_GRPCAP_SUPPORT (P2P_GRPCAP_INTRABSS) -+ -+/* Value of Device Capability Bitmap */ -+#define P2P_DEVCAP_SERVICE_DISCOVERY BIT(0) -+#define P2P_DEVCAP_CLIENT_DISCOVERABILITY BIT(1) -+#define P2P_DEVCAP_CONCURRENT_OPERATION BIT(2) -+#define P2P_DEVCAP_INFRA_MANAGED BIT(3) -+#define P2P_DEVCAP_DEVICE_LIMIT BIT(4) -+#define P2P_DEVCAP_INVITATION_PROC BIT(5) -+ -+/* Value of Group Capability Bitmap */ -+#define P2P_GRPCAP_GO BIT(0) -+#define P2P_GRPCAP_PERSISTENT_GROUP BIT(1) -+#define P2P_GRPCAP_GROUP_LIMIT BIT(2) -+#define P2P_GRPCAP_INTRABSS BIT(3) -+#define P2P_GRPCAP_CROSS_CONN BIT(4) -+#define P2P_GRPCAP_PERSISTENT_RECONN BIT(5) -+#define P2P_GRPCAP_GROUP_FORMATION BIT(6) -+ -+/* P2P Public Action Frame (Management Frame) */ -+#define P2P_PUB_ACTION_ACTION 0x09 -+ -+/* P2P Public Action Frame Type */ -+#define P2P_GO_NEGO_REQ 0 -+#define P2P_GO_NEGO_RESP 1 -+#define P2P_GO_NEGO_CONF 2 -+#define P2P_INVIT_REQ 3 -+#define P2P_INVIT_RESP 4 -+#define P2P_DEVDISC_REQ 5 -+#define P2P_DEVDISC_RESP 6 -+#define P2P_PROVISION_DISC_REQ 7 -+#define P2P_PROVISION_DISC_RESP 8 -+ -+/* P2P Action Frame Type */ -+#define P2P_NOTICE_OF_ABSENCE 0 -+#define P2P_PRESENCE_REQUEST 1 -+#define P2P_PRESENCE_RESPONSE 2 -+#define P2P_GO_DISC_REQUEST 3 -+ -+ -+#define P2P_MAX_PERSISTENT_GROUP_NUM 10 -+ -+#define P2P_PROVISIONING_SCAN_CNT 3 -+ -+#define P2P_WILDCARD_SSID_LEN 7 -+ -+#define P2P_FINDPHASE_EX_NONE 0 /* default value, used when: (1)p2p disabed or (2)p2p enabled but only do 1 scan phase */ -+#define P2P_FINDPHASE_EX_FULL 1 /* used when p2p enabled and want to do 1 scan phase and P2P_FINDPHASE_EX_MAX-1 find phase */ -+#define P2P_FINDPHASE_EX_SOCIAL_FIRST (P2P_FINDPHASE_EX_FULL+1) -+#define P2P_FINDPHASE_EX_MAX 4 -+#define P2P_FINDPHASE_EX_SOCIAL_LAST P2P_FINDPHASE_EX_MAX -+ -+#define P2P_PROVISION_TIMEOUT 5000 /* 5 seconds timeout for sending the provision discovery request */ -+#define P2P_CONCURRENT_PROVISION_TIMEOUT 3000 /* 3 seconds timeout for sending the provision discovery request under concurrent mode */ -+#define P2P_GO_NEGO_TIMEOUT 5000 /* 5 seconds timeout for receiving the group negotation response */ -+#define P2P_CONCURRENT_GO_NEGO_TIMEOUT 3000 /* 3 seconds timeout for sending the negotiation request under concurrent mode */ -+#define P2P_TX_PRESCAN_TIMEOUT 100 /* 100ms */ -+#define P2P_INVITE_TIMEOUT 5000 /* 5 seconds timeout for sending the invitation request */ -+#define P2P_CONCURRENT_INVITE_TIMEOUT 3000 /* 3 seconds timeout for sending the invitation request under concurrent mode */ -+#define P2P_RESET_SCAN_CH 25000 /* 25 seconds timeout to reset the scan channel (based on channel plan) */ -+#define P2P_MAX_INTENT 15 -+ -+#define P2P_MAX_NOA_NUM 2 -+ -+/* WPS Configuration Method */ -+#define WPS_CM_NONE 0x0000 -+#define WPS_CM_LABEL 0x0004 -+#define WPS_CM_DISPLYA 0x0008 -+#define WPS_CM_EXTERNAL_NFC_TOKEN 0x0010 -+#define WPS_CM_INTEGRATED_NFC_TOKEN 0x0020 -+#define WPS_CM_NFC_INTERFACE 0x0040 -+#define WPS_CM_PUSH_BUTTON 0x0080 -+#define WPS_CM_KEYPAD 0x0100 -+#define WPS_CM_SW_PUHS_BUTTON 0x0280 -+#define WPS_CM_HW_PUHS_BUTTON 0x0480 -+#define WPS_CM_SW_DISPLAY_PIN 0x2008 -+#define WPS_CM_LCD_DISPLAY_PIN 0x4008 -+ -+enum P2P_ROLE { -+ P2P_ROLE_DISABLE = 0, -+ P2P_ROLE_DEVICE = 1, -+ P2P_ROLE_CLIENT = 2, -+ P2P_ROLE_GO = 3 -+}; -+ -+enum P2P_STATE { -+ P2P_STATE_NONE = 0, /* P2P disable */ -+ P2P_STATE_IDLE = 1, /* P2P had enabled and do nothing */ -+ P2P_STATE_LISTEN = 2, /* In pure listen state */ -+ P2P_STATE_SCAN = 3, /* In scan phase */ -+ P2P_STATE_FIND_PHASE_LISTEN = 4, /* In the listen state of find phase */ -+ P2P_STATE_FIND_PHASE_SEARCH = 5, /* In the search state of find phase */ -+ P2P_STATE_TX_PROVISION_DIS_REQ = 6, /* In P2P provisioning discovery */ -+ P2P_STATE_RX_PROVISION_DIS_RSP = 7, -+ P2P_STATE_RX_PROVISION_DIS_REQ = 8, -+ P2P_STATE_GONEGO_ING = 9, /* Doing the group owner negoitation handshake */ -+ P2P_STATE_GONEGO_OK = 10, /* finish the group negoitation handshake with success */ -+ P2P_STATE_GONEGO_FAIL = 11, /* finish the group negoitation handshake with failure */ -+ P2P_STATE_RECV_INVITE_REQ_MATCH = 12, /* receiving the P2P Inviation request and match with the profile. */ -+ P2P_STATE_PROVISIONING_ING = 13, /* Doing the P2P WPS */ -+ P2P_STATE_PROVISIONING_DONE = 14, /* Finish the P2P WPS */ -+ P2P_STATE_TX_INVITE_REQ = 15, /* Transmit the P2P Invitation request */ -+ P2P_STATE_RX_INVITE_RESP_OK = 16, /* Receiving the P2P Invitation response */ -+ P2P_STATE_RECV_INVITE_REQ_DISMATCH = 17, /* receiving the P2P Inviation request and dismatch with the profile. */ -+ P2P_STATE_RECV_INVITE_REQ_GO = 18, /* receiving the P2P Inviation request and this wifi is GO. */ -+ P2P_STATE_RECV_INVITE_REQ_JOIN = 19, /* receiving the P2P Inviation request to join an existing P2P Group. */ -+ P2P_STATE_RX_INVITE_RESP_FAIL = 20, /* recveing the P2P Inviation response with failure */ -+ P2P_STATE_RX_INFOR_NOREADY = 21, /* receiving p2p negoitation response with information is not available */ -+ P2P_STATE_TX_INFOR_NOREADY = 22, /* sending p2p negoitation response with information is not available */ -+}; -+ -+enum P2P_WPSINFO { -+ P2P_NO_WPSINFO = 0, -+ P2P_GOT_WPSINFO_PEER_DISPLAY_PIN = 1, -+ P2P_GOT_WPSINFO_SELF_DISPLAY_PIN = 2, -+ P2P_GOT_WPSINFO_PBC = 3, -+}; -+ -+#define P2P_PRIVATE_IOCTL_SET_LEN 64 -+ -+enum P2P_PROTO_WK_ID -+{ -+ P2P_FIND_PHASE_WK = 0, -+ P2P_RESTORE_STATE_WK = 1, -+ P2P_PRE_TX_PROVDISC_PROCESS_WK = 2, -+ P2P_PRE_TX_NEGOREQ_PROCESS_WK = 3, -+ P2P_PRE_TX_INVITEREQ_PROCESS_WK = 4, -+ P2P_AP_P2P_CH_SWITCH_PROCESS_WK =5, -+ P2P_RO_CH_WK = 6, -+}; -+ -+/* =====================WFD Section ===================== */ -+/* For Wi-Fi Display */ -+#define WFD_ATTR_DEVICE_INFO 0x00 -+#define WFD_ATTR_ASSOC_BSSID 0x01 -+#define WFD_ATTR_COUPLED_SINK_INFO 0x06 -+#define WFD_ATTR_LOCAL_IP_ADDR 0x08 -+#define WFD_ATTR_SESSION_INFO 0x09 -+#define WFD_ATTR_ALTER_MAC 0x0a -+ -+/* For WFD Device Information Attribute */ -+#define WFD_DEVINFO_SOURCE 0x0000 -+#define WFD_DEVINFO_PSINK 0x0001 -+#define WFD_DEVINFO_SSINK 0x0002 -+#define WFD_DEVINFO_DUAL 0x0003 -+ -+#define WFD_DEVINFO_SESSION_AVAIL 0x0010 -+#define WFD_DEVINFO_WSD 0x0040 -+#define WFD_DEVINFO_PC_TDLS 0x0080 -+#define WFD_DEVINFO_HDCP_SUPPORT 0x0100 -+ -+#define IP_MCAST_MAC(mac) ((mac[0]== 0x01) && (mac[1]== 0x00) && (mac[2]== 0x5e)) -+#define ICMPV6_MCAST_MAC(mac) ((mac[0]== 0x33) && (mac[1]== 0x33) && (mac[2]!= 0xff)) -+ -+/* Regulatroy Domain */ -+struct regd_pair_mapping { -+ u16 reg_dmnenum; -+ u16 reg_2ghz_ctl; -+}; -+ -+struct rtw_regulatory { -+ char alpha2[2]; -+ u16 country_code; -+ u16 max_power_level; -+ u32 tp_scale; -+ u16 current_rd; -+ u16 current_rd_ext; -+ int16_t power_limit; -+ struct regd_pair_mapping *regpair; -+}; -+ -+#endif /* _WIFI_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/wlan_bssdef.h linux/3rdparty/rtl8723bs/include/wlan_bssdef.h ---- linux.old/3rdparty/rtl8723bs/include/wlan_bssdef.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/wlan_bssdef.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,278 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __WLAN_BSSDEF_H__ -+#define __WLAN_BSSDEF_H__ -+ -+ -+#define MAX_IE_SZ 768 -+ -+ -+#define NDIS_802_11_LENGTH_SSID 32 -+#define NDIS_802_11_LENGTH_RATES 8 -+#define NDIS_802_11_LENGTH_RATES_EX 16 -+ -+typedef unsigned char NDIS_802_11_MAC_ADDRESS[6]; -+typedef unsigned char NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES]; /* Set of 8 data rates */ -+typedef unsigned char NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX]; /* Set of 16 data rates */ -+ -+struct ndis_802_11_ssid { -+ u32 SsidLength; -+ u8 Ssid[32]; -+}; -+ -+enum NDIS_802_11_NETWORK_TYPE { -+ Ndis802_11FH, -+ Ndis802_11DS, -+ Ndis802_11OFDM5, -+ Ndis802_11OFDM24, -+ Ndis802_11NetworkTypeMax /* not a real type, defined as an upper bound */ -+}; -+ -+struct ndis_802_11_conf_fh { -+ u32 Length; /* Length of structure */ -+ u32 HopPattern; /* As defined by 802.11, MSB set */ -+ u32 HopSet; /* to one if non-802.11 */ -+ u32 DwellTime; /* units are Kusec */ -+}; -+ -+/* -+ FW will only save the channel number in DSConfig. -+ ODI Handler will convert the channel number to freq. number. -+*/ -+struct ndis_802_11_conf { -+ u32 Length; /* Length of structure */ -+ u32 BeaconPeriod; /* units are Kusec */ -+ u32 ATIMWindow; /* units are Kusec */ -+ u32 DSConfig; /* Frequency, units are kHz */ -+ struct ndis_802_11_conf_fh FHConfig; -+}; -+ -+enum NDIS_802_11_NETWORK_INFRASTRUCTURE { -+ Ndis802_11IBSS, -+ Ndis802_11Infrastructure, -+ Ndis802_11AutoUnknown, -+ Ndis802_11InfrastructureMax, /* Not a real value, defined as upper bound */ -+ Ndis802_11APMode, -+}; -+ -+struct ndis_802_11_fix_ie { -+ u8 Timestamp[8]; -+ u16 BeaconInterval; -+ u16 Capabilities; -+}; -+ -+struct ndis_80211_var_ie { -+ u8 ElementID; -+ u8 Length; -+ u8 data[1]; -+}; -+ -+/* Length is the 4 bytes multiples of the sum of -+ * sizeof (NDIS_802_11_MAC_ADDRESS) + 2 + -+ * sizeof (struct ndis_802_11_ssid) + sizeof (u32) + -+ * sizeof (long) + sizeof (enum NDIS_802_11_NETWORK_TYPE) + -+ * sizeof (struct ndis_802_11_conf) + sizeof (NDIS_802_11_RATES_EX) + IELength -+ * -+ * Except for IELength, all other fields are fixed length. Therefore, we can -+ * define a macro to present the partial sum. -+ */ -+enum NDIS_802_11_AUTHENTICATION_MODE { -+ Ndis802_11AuthModeOpen, -+ Ndis802_11AuthModeShared, -+ Ndis802_11AuthModeAutoSwitch, -+ Ndis802_11AuthModeWPA, -+ Ndis802_11AuthModeWPAPSK, -+ Ndis802_11AuthModeWPANone, -+ Ndis802_11AuthModeWAPI, -+ Ndis802_11AuthModeMax /* Not a real mode, defined as upper bound */ -+}; -+ -+enum NDIS_802_11_WEP_STATUS { -+ Ndis802_11WEPEnabled, -+ Ndis802_11Encryption1Enabled = Ndis802_11WEPEnabled, -+ Ndis802_11WEPDisabled, -+ Ndis802_11EncryptionDisabled = Ndis802_11WEPDisabled, -+ Ndis802_11WEPKeyAbsent, -+ Ndis802_11Encryption1KeyAbsent = Ndis802_11WEPKeyAbsent, -+ Ndis802_11WEPNotSupported, -+ Ndis802_11EncryptionNotSupported = Ndis802_11WEPNotSupported, -+ Ndis802_11Encryption2Enabled, -+ Ndis802_11Encryption2KeyAbsent, -+ Ndis802_11Encryption3Enabled, -+ Ndis802_11Encryption3KeyAbsent, -+ Ndis802_11_EncrypteionWAPI -+}; -+ -+#define NDIS_802_11_AI_REQFI_CAPABILITIES 1 -+#define NDIS_802_11_AI_REQFI_LISTENINTERVAL 2 -+#define NDIS_802_11_AI_REQFI_CURRENTAPADDRESS 4 -+ -+#define NDIS_802_11_AI_RESFI_CAPABILITIES 1 -+#define NDIS_802_11_AI_RESFI_STATUSCODE 2 -+#define NDIS_802_11_AI_RESFI_ASSOCIATIONID 4 -+ -+struct ndis_802_11_ai_reqfi { -+ u16 Capabilities; -+ u16 ListenInterval; -+ NDIS_802_11_MAC_ADDRESS CurrentAPAddress; -+}; -+ -+struct ndis_801_11_ai_resfi { -+ u16 Capabilities; -+ u16 StatusCode; -+ u16 AssociationId; -+}; -+ -+typedef struct _NDIS_802_11_ASSOCIATION_INFORMATION -+{ -+ u32 Length; -+ u16 AvailableRequestFixedIEs; -+ struct ndis_802_11_ai_reqfi RequestFixedIEs; -+ u32 RequestIELength; -+ u32 OffsetRequestIEs; -+ u16 AvailableResponseFixedIEs; -+ struct ndis_801_11_ai_resfi ResponseFixedIEs; -+ u32 ResponseIELength; -+ u32 OffsetResponseIEs; -+} NDIS_802_11_ASSOCIATION_INFORMATION, *PNDIS_802_11_ASSOCIATION_INFORMATION; -+ -+enum NDIS_802_11_RELOAD_DEFAULTS { -+ Ndis802_11ReloadWEPKeys -+}; -+ -+ -+/* Key mapping keys require a BSSID */ -+typedef struct _NDIS_802_11_KEY -+{ -+ u32 Length; /* Length of this structure */ -+ u32 KeyIndex; -+ u32 KeyLength; /* length of key in bytes */ -+ NDIS_802_11_MAC_ADDRESS BSSID; -+ unsigned long long KeyRSC; -+ u8 KeyMaterial[32]; /* variable length depending on above field */ -+} NDIS_802_11_KEY, *PNDIS_802_11_KEY; -+ -+typedef struct _NDIS_802_11_REMOVE_KEY -+{ -+ u32 Length; /* Length of this structure */ -+ u32 KeyIndex; -+ NDIS_802_11_MAC_ADDRESS BSSID; -+} NDIS_802_11_REMOVE_KEY, *PNDIS_802_11_REMOVE_KEY; -+ -+struct ndis_802_11_wep { -+ u32 Length; /* Length of this structure */ -+ u32 KeyIndex; /* 0 is the per-client key, 1-N are the global keys */ -+ u32 KeyLength; /* length of key in bytes */ -+ u8 KeyMaterial[16];/* variable length depending on above field */ -+}; -+ -+/* mask for authentication/integrity fields */ -+#define NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS 0x0f -+#define NDIS_802_11_AUTH_REQUEST_REAUTH 0x01 -+#define NDIS_802_11_AUTH_REQUEST_KEYUPDATE 0x02 -+#define NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR 0x06 -+#define NDIS_802_11_AUTH_REQUEST_GROUP_ERROR 0x0E -+ -+/* MIC check time, 60 seconds. */ -+#define MIC_CHECK_TIME 60000000 -+ -+#ifndef Ndis802_11APMode -+#define Ndis802_11APMode (Ndis802_11InfrastructureMax+1) -+#endif -+ -+struct wlan_phy_info { -+ u8 SignalStrength;/* in percentage) */ -+ u8 SignalQuality;/* in percentage) */ -+ u8 Optimum_antenna; /* for Antenna diversity */ -+ u8 Reserved_0; -+}; -+ -+struct wlan_bcn_info { -+ /* these infor get from rtw_get_encrypt_info when -+ * * translate scan to UI */ -+ u8 encryp_protocol;/* ENCRYP_PROTOCOL_E: OPEN/WEP/WPA/WPA2/WAPI */ -+ int group_cipher; /* WPA/WPA2 group cipher */ -+ int pairwise_cipher;/* WPA/WPA2/WEP pairwise cipher */ -+ int is_8021x; -+ -+ /* bwmode 20/40 and ch_offset UP/LOW */ -+ unsigned short ht_cap_info; -+ unsigned char ht_info_infos_0; -+}; -+ -+/* temporally add #pragma pack for structure alignment issue of -+* struct wlan_bssid_ex and get_wlan_bssid_ex_sz() -+*/ -+struct wlan_bssid_ex { -+ u32 Length; -+ NDIS_802_11_MAC_ADDRESS MacAddress; -+ u8 Reserved[2];/* 0]: IS beacon frame */ -+ struct ndis_802_11_ssid Ssid; -+ u32 Privacy; -+ long Rssi;/* in dBM, raw data , get from PHY) */ -+ enum NDIS_802_11_NETWORK_TYPE NetworkTypeInUse; -+ struct ndis_802_11_conf Configuration; -+ enum NDIS_802_11_NETWORK_INFRASTRUCTURE InfrastructureMode; -+ NDIS_802_11_RATES_EX SupportedRates; -+ struct wlan_phy_info PhyInfo; -+ u32 IELength; -+ u8 IEs[MAX_IE_SZ]; /* timestamp, beacon interval, and capability information) */ -+} __packed; -+ -+__inline static uint get_wlan_bssid_ex_sz(struct wlan_bssid_ex *bss) -+{ -+ return (sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + bss->IELength); -+} -+ -+struct wlan_network { -+ struct list_head list; -+ int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ -+ int fixed; /* set to fixed when not to be removed as site-surveying */ -+ unsigned long last_scanned; /* timestamp for the network */ -+ int aid; /* will only be valid when a BSS is joinned. */ -+ int join_res; -+ struct wlan_bssid_ex network; /* must be the last item */ -+ struct wlan_bcn_info BcnInfo; -+}; -+ -+enum VRTL_CARRIER_SENSE { -+ DISABLE_VCS, -+ ENABLE_VCS, -+ AUTO_VCS -+}; -+ -+enum VCS_TYPE { -+ NONE_VCS, -+ RTS_CTS, -+ CTS_TO_SELF -+}; -+ -+#define PWR_CAM 0 -+#define PWR_MINPS 1 -+#define PWR_MAXPS 2 -+#define PWR_UAPSD 3 -+#define PWR_VOIP 4 -+ -+enum UAPSD_MAX_SP { -+ NO_LIMIT, -+ TWO_MSDU, -+ FOUR_MSDU, -+ SIX_MSDU -+}; -+ -+#define NUM_PRE_AUTH_KEY 16 -+#define NUM_PMKID_CACHE NUM_PRE_AUTH_KEY -+ -+#endif /* ifndef WLAN_BSSDEF_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/include/xmit_osdep.h linux/3rdparty/rtl8723bs/include/xmit_osdep.h ---- linux.old/3rdparty/rtl8723bs/include/xmit_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/include/xmit_osdep.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,54 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __XMIT_OSDEP_H_ -+#define __XMIT_OSDEP_H_ -+ -+ -+struct pkt_file { -+ _pkt *pkt; -+ __kernel_size_t pkt_len; /* the remainder length of the open_file */ -+ _buffer *cur_buffer; -+ u8 *buf_start; -+ u8 *cur_addr; -+ __kernel_size_t buf_len; -+}; -+ -+#define NR_XMITFRAME 256 -+ -+struct xmit_priv; -+struct pkt_attrib; -+struct sta_xmit_priv; -+struct xmit_frame; -+struct xmit_buf; -+ -+extern int _rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev); -+extern int rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev); -+ -+void rtw_os_xmit_schedule(struct adapter *padapter); -+ -+int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u8 flag); -+void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8 flag); -+ -+extern void rtw_set_tx_chksum_offload(_pkt *pkt, struct pkt_attrib *pattrib); -+ -+extern uint rtw_remainder_len(struct pkt_file *pfile); -+extern void _rtw_open_pktfile(_pkt *pkt, struct pkt_file *pfile); -+extern uint _rtw_pktfile_read (struct pkt_file *pfile, u8 *rmem, uint rlen); -+extern sint rtw_endofpktfile (struct pkt_file *pfile); -+ -+extern void rtw_os_pkt_complete(struct adapter *padapter, _pkt *pkt); -+extern void rtw_os_xmit_complete(struct adapter *padapter, struct xmit_frame *pxframe); -+ -+#endif /* __XMIT_OSDEP_H_ */ -diff -Nurp linux.old/3rdparty/rtl8723bs/Kconfig linux/3rdparty/rtl8723bs/Kconfig ---- linux.old/3rdparty/rtl8723bs/Kconfig 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/Kconfig 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,11 @@ -+config RTL8723BS -+ tristate "Realtek 8723B SDIO or SPI WiFi" -+ ---help--- -+ Help message of RTL8723BS -+ -+config WLAN_SDIO -+ bool "Enable SDIO interface for Realtek" -+ depends on RTL8723AS || RTL8723BS -+ default n -+ ---help--- -+ Use memory preallocated in platform -diff -Nurp linux.old/3rdparty/rtl8723bs/Makefile linux/3rdparty/rtl8723bs/Makefile ---- linux.old/3rdparty/rtl8723bs/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/Makefile 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,251 @@ -+EXTRA_CFLAGS += $(USER_EXTRA_CFLAGS) -+EXTRA_CFLAGS += -O1 -+#EXTRA_CFLAGS += -O3 -+EXTRA_CFLAGS += -Wall -+#EXTRA_CFLAGS += -Wextra -+#EXTRA_CFLAGS += -Werror -+#EXTRA_CFLAGS += -pedantic -+#EXTRA_CFLAGS += -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -+ -+EXTRA_CFLAGS += -I$(src)/include -I$(src)/hal -g -+ -+ccflags-y += -D__CHECK_ENDIAN__ -+ -+#EXTRA_LDFLAGS += --strip-debug -+ -+########################## Features ########################### -+CONFIG_HW_PWRP_DETECTION = n -+CONFIG_INTEL_WIDI = n -+CONFIG_EXT_CLK = n -+CONFIG_TRAFFIC_PROTECT = y -+CONFIG_LOAD_PHY_PARA_FROM_FILE = y -+CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY = n -+CONFIG_CALIBRATE_TX_POWER_TO_MAX = n -+CONFIG_ODM_ADAPTIVITY = n -+CONFIG_SKIP_SIGNAL_SCALE_MAPPING = n -+######################## Wake On Lan ########################## -+CONFIG_WOWLAN = n -+CONFIG_GPIO_WAKEUP = n -+CONFIG_PNO_SUPPORT = n -+CONFIG_PNO_SET_DEBUG = n -+CONFIG_AP_WOWLAN = n -+######### Notify SDIO Host Keep Power During Syspend ########## -+CONFIG_RTW_SDIO_PM_KEEP_POWER = y -+###################### Platform Related ####################### -+CONFIG_PLATFORM_I386_PC = y -+############################################################### -+ -+########### COMMON ################################# -+ -+_OS_INTFS_FILES := os_dep/osdep_service.o \ -+ os_dep/os_intfs.o \ -+ os_dep/sdio_intf.o \ -+ os_dep/sdio_ops_linux.o \ -+ os_dep/ioctl_linux.o \ -+ os_dep/xmit_linux.o \ -+ os_dep/mlme_linux.o \ -+ os_dep/recv_linux.o \ -+ os_dep/ioctl_cfg80211.o \ -+ os_dep/wifi_regd.o \ -+ os_dep/rtw_proc.o \ -+ os_dep/sdio_ops_linux.o -+ -+_HAL_INTFS_FILES := hal/hal_intf.o \ -+ hal/hal_com.o \ -+ hal/hal_com_phycfg.o \ -+ hal/hal_btcoex.o \ -+ hal/hal_sdio.o -+ -+_OUTSRC_FILES := hal/odm_debug.o \ -+ hal/odm_HWConfig.o\ -+ hal/odm.o\ -+ hal/HalPhyRf.o\ -+ hal/odm_EdcaTurboCheck.o\ -+ hal/odm_DIG.o\ -+ hal/odm_PathDiv.o\ -+ hal/odm_DynamicBBPowerSaving.o\ -+ hal/odm_DynamicTxPower.o\ -+ hal/odm_CfoTracking.o\ -+ hal/odm_NoiseMonitor.o -+ -+EXTRA_CFLAGS += -I$(src)/hal/OUTSRC-BTCoexist -+_OUTSRC_FILES += \ -+ hal/HalBtc8723b1Ant.o \ -+ hal/HalBtc8723b2Ant.o -+ -+########### HAL_RTL8723B ################################# -+MODULE_NAME = r8723bs -+ -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/Hal8723BPwrSeq.o -+ -+_HAL_INTFS_FILES += hal/rtl8723b_hal_init.o \ -+ hal/rtl8723b_phycfg.o \ -+ hal/rtl8723b_rf6052.o \ -+ hal/rtl8723b_dm.o \ -+ hal/rtl8723b_rxdesc.o \ -+ hal/rtl8723b_cmd.o \ -+ -+_HAL_INTFS_FILES += \ -+ hal/sdio_halinit.o \ -+ hal/rtl8723bs_xmit.o \ -+ hal/rtl8723bs_recv.o -+ -+_HAL_INTFS_FILES += hal/sdio_ops.o -+ -+_OUTSRC_FILES += hal/HalHWImg8723B_BB.o\ -+ hal/HalHWImg8723B_MAC.o\ -+ hal/HalHWImg8723B_RF.o\ -+ hal/odm_RegConfig8723B.o\ -+ hal/HalPhyRf_8723B.o\ -+ hal/odm_RTL8723B.o -+ -+########### END OF PATH ################################# -+ -+ -+ifeq ($(CONFIG_HW_PWRP_DETECTION), y) -+EXTRA_CFLAGS += -DCONFIG_HW_PWRP_DETECTION -+endif -+ -+ifeq ($(CONFIG_INTEL_WIDI), y) -+EXTRA_CFLAGS += -DCONFIG_INTEL_WIDI -+endif -+ -+ifeq ($(CONFIG_EXT_CLK), y) -+EXTRA_CFLAGS += -DCONFIG_EXT_CLK -+endif -+ -+ifeq ($(CONFIG_TRAFFIC_PROTECT), y) -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+endif -+ -+ifeq ($(CONFIG_LOAD_PHY_PARA_FROM_FILE), y) -+EXTRA_CFLAGS += -DCONFIG_LOAD_PHY_PARA_FROM_FILE -+endif -+ -+ifeq ($(CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY), y) -+EXTRA_CFLAGS += -DCONFIG_CALIBRATE_TX_POWER_BY_REGULATORY -+endif -+ -+ifeq ($(CONFIG_CALIBRATE_TX_POWER_TO_MAX), y) -+EXTRA_CFLAGS += -DCONFIG_CALIBRATE_TX_POWER_TO_MAX -+endif -+ -+ifeq ($(CONFIG_ODM_ADAPTIVITY), y) -+EXTRA_CFLAGS += -DCONFIG_ODM_ADAPTIVITY -+endif -+ -+ifeq ($(CONFIG_SKIP_SIGNAL_SCALE_MAPPING), y) -+EXTRA_CFLAGS += -DCONFIG_SKIP_SIGNAL_SCALE_MAPPING -+endif -+ -+ifeq ($(CONFIG_WOWLAN), y) -+EXTRA_CFLAGS += -DCONFIG_WOWLAN -+EXTRA_CFLAGS += -DCONFIG_RTW_SDIO_PM_KEEP_POWER -+endif -+ -+ifeq ($(CONFIG_AP_WOWLAN), y) -+EXTRA_CFLAGS += -DCONFIG_AP_WOWLAN -+EXTRA_CFLAGS += -DCONFIG_RTW_SDIO_PM_KEEP_POWER -+endif -+ -+ifeq ($(CONFIG_PNO_SUPPORT), y) -+EXTRA_CFLAGS += -DCONFIG_PNO_SUPPORT -+ifeq ($(CONFIG_PNO_SET_DEBUG), y) -+EXTRA_CFLAGS += -DCONFIG_PNO_SET_DEBUG -+endif -+endif -+ -+ifeq ($(CONFIG_GPIO_WAKEUP), y) -+EXTRA_CFLAGS += -DCONFIG_GPIO_WAKEUP -+endif -+ -+ifeq ($(CONFIG_RTW_SDIO_PM_KEEP_POWER), y) -+EXTRA_CFLAGS += -DCONFIG_RTW_SDIO_PM_KEEP_POWER -+endif -+ -+ifeq ($(CONFIG_PLATFORM_I386_PC), y) -+SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ | sed -e s/armv7l/arm/) -+ARCH ?= $(SUBARCH) -+CROSS_COMPILE ?= -+KVER := $(shell uname -r) -+KSRC := /lib/modules/$(KVER)/build -+MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/ -+INSTALL_PREFIX := -+endif -+ -+ifneq ($(KERNELRELEASE),) -+ -+rtk_core := core/rtw_cmd.o \ -+ core/rtw_security.o \ -+ core/rtw_debug.o \ -+ core/rtw_io.o \ -+ core/rtw_ioctl_set.o \ -+ core/rtw_ieee80211.o \ -+ core/rtw_mlme.o \ -+ core/rtw_mlme_ext.o \ -+ core/rtw_wlan_util.o \ -+ core/rtw_pwrctrl.o \ -+ core/rtw_rf.o \ -+ core/rtw_recv.o \ -+ core/rtw_sta_mgt.o \ -+ core/rtw_ap.o \ -+ core/rtw_xmit.o \ -+ core/rtw_btcoex.o \ -+ core/rtw_odm.o \ -+ core/rtw_efuse.o -+ -+$(MODULE_NAME)-y += $(rtk_core) -+ -+$(MODULE_NAME)-$(CONFIG_INTEL_WIDI) += core/rtw_intel_widi.o -+ -+$(MODULE_NAME)-y += $(_OS_INTFS_FILES) -+$(MODULE_NAME)-y += $(_HAL_INTFS_FILES) -+$(MODULE_NAME)-y += $(_OUTSRC_FILES) -+$(MODULE_NAME)-y += $(_PLATFORM_FILES) -+ -+obj-$(CONFIG_RTL8723BS) := $(MODULE_NAME).o -+ -+endif -+ -+export CONFIG_RTL8723BS = m -+ -+all: modules -+ -+modules: -+ $(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KSRC) M=$(shell pwd) modules -+ -+strip: -+ $(CROSS_COMPILE)strip $(MODULE_NAME).ko --strip-unneeded -+ -+install: -+ install -p -m 644 $(MODULE_NAME).ko $(MODDESTDIR) -+ @mkdir -p /lib/firmware/rtlwifi/ -+ @cp -n rtl8723bs_nic.bin /lib/firmware/rtlwifi/rtl8723bs_nic.bin -+ @cp -n rtl8723bs_wowlan.bin /lib/firmware/rtlwifi/rtl8723bs_wowlan.bin -+ /sbin/depmod -a ${KVER} -+ -+uninstall: -+ rm -f $(MODDESTDIR)/$(MODULE_NAME).ko -+ /sbin/depmod -a ${KVER} -+ -+config_r: -+ @echo "make config" -+ /bin/bash script/Configure script/config.in -+ -+cppcheck: cppcheck.log -+ -+cppcheck.log: -+ @echo "Creating cppcheck.log" -+ cppcheck -f --enable=all -Iinclude -Ihal -Ios_dep . 2> cppcheck.log -+ -+.PHONY: modules clean -+ -+clean: -+ @rm -fr hal/*/*.mod.c hal/*/*.mod hal/*/*.o hal/*/.*.cmd hal/*/*.ko \ -+ hal/*.mod.c hal/*.mod hal/*.o hal/.*.cmd hal/*.ko \ -+ core/*.mod.c core/*.mod core/*.o core/.*.cmd core/*.ko \ -+ os_dep/*.mod.c os_dep/*.mod os_dep/*.o os_dep/.*.cmd *.ko \ -+ platform/*.mod.c platform/*.mod platform/*.o platform/.*.cmd platform/*.ko \ -+ Module.symvers Module.markers modules.order *.mod.c *.mod *.o .*.cmd *.ko *~ .tmp_versions \ -+ cppcheck.log -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/ioctl_cfg80211.c linux/3rdparty/rtl8723bs/os_dep/ioctl_cfg80211.c ---- linux.old/3rdparty/rtl8723bs/os_dep/ioctl_cfg80211.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/ioctl_cfg80211.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,3608 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _IOCTL_CFG80211_C_ -+ -+#include -+#include -+#include -+ -+#include -+ -+#define RTW_MAX_MGMT_TX_CNT (8) -+ -+#define RTW_SCAN_IE_LEN_MAX 2304 -+#define RTW_MAX_REMAIN_ON_CHANNEL_DURATION 5000 /* ms */ -+#define RTW_MAX_NUM_PMKIDS 4 -+ -+#define RTW_CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */ -+ -+static const u32 rtw_cipher_suites[] = { -+ WLAN_CIPHER_SUITE_WEP40, -+ WLAN_CIPHER_SUITE_WEP104, -+ WLAN_CIPHER_SUITE_TKIP, -+ WLAN_CIPHER_SUITE_CCMP, -+ WLAN_CIPHER_SUITE_AES_CMAC, -+}; -+ -+#define RATETAB_ENT(_rate, _rateid, _flags) \ -+ { \ -+ .bitrate = (_rate), \ -+ .hw_value = (_rateid), \ -+ .flags = (_flags), \ -+ } -+ -+#define CHAN2G(_channel, _freq, _flags) { \ -+ .band = IEEE80211_BAND_2GHZ, \ -+ .center_freq = (_freq), \ -+ .hw_value = (_channel), \ -+ .flags = (_flags), \ -+ .max_antenna_gain = 0, \ -+ .max_power = 30, \ -+} -+ -+/* if wowlan is not supported, kernel generate a disconnect at each suspend -+ * cf: /net/wireless/sysfs.c, so register a stub wowlan. -+ * Moreover wowlan has to be enabled via a the nl80211_set_wowlan callback. -+ * (from user space, e.g. iw phy0 wowlan enable) -+ */ -+static const struct wiphy_wowlan_support wowlan_stub = { -+ .flags = WIPHY_WOWLAN_ANY, -+ .n_patterns = 0, -+ .pattern_max_len = 0, -+ .pattern_min_len = 0, -+ .max_pkt_offset = 0, -+}; -+ -+static struct ieee80211_rate rtw_rates[] = { -+ RATETAB_ENT(10, 0x1, 0), -+ RATETAB_ENT(20, 0x2, 0), -+ RATETAB_ENT(55, 0x4, 0), -+ RATETAB_ENT(110, 0x8, 0), -+ RATETAB_ENT(60, 0x10, 0), -+ RATETAB_ENT(90, 0x20, 0), -+ RATETAB_ENT(120, 0x40, 0), -+ RATETAB_ENT(180, 0x80, 0), -+ RATETAB_ENT(240, 0x100, 0), -+ RATETAB_ENT(360, 0x200, 0), -+ RATETAB_ENT(480, 0x400, 0), -+ RATETAB_ENT(540, 0x800, 0), -+}; -+ -+#define rtw_a_rates (rtw_rates + 4) -+#define RTW_A_RATES_NUM 8 -+#define rtw_g_rates (rtw_rates + 0) -+#define RTW_G_RATES_NUM 12 -+ -+#define RTW_2G_CHANNELS_NUM 14 -+#define RTW_5G_CHANNELS_NUM 37 -+ -+static struct ieee80211_channel rtw_2ghz_channels[] = { -+ CHAN2G(1, 2412, 0), -+ CHAN2G(2, 2417, 0), -+ CHAN2G(3, 2422, 0), -+ CHAN2G(4, 2427, 0), -+ CHAN2G(5, 2432, 0), -+ CHAN2G(6, 2437, 0), -+ CHAN2G(7, 2442, 0), -+ CHAN2G(8, 2447, 0), -+ CHAN2G(9, 2452, 0), -+ CHAN2G(10, 2457, 0), -+ CHAN2G(11, 2462, 0), -+ CHAN2G(12, 2467, 0), -+ CHAN2G(13, 2472, 0), -+ CHAN2G(14, 2484, 0), -+}; -+ -+static void rtw_2g_channels_init(struct ieee80211_channel *channels) -+{ -+ memcpy((void*)channels, (void*)rtw_2ghz_channels, -+ sizeof(struct ieee80211_channel)*RTW_2G_CHANNELS_NUM -+ ); -+} -+ -+static void rtw_2g_rates_init(struct ieee80211_rate *rates) -+{ -+ memcpy(rates, rtw_g_rates, -+ sizeof(struct ieee80211_rate)*RTW_G_RATES_NUM -+ ); -+} -+ -+static struct ieee80211_supported_band *rtw_spt_band_alloc( -+ enum ieee80211_band band -+ ) -+{ -+ struct ieee80211_supported_band *spt_band = NULL; -+ int n_channels, n_bitrates; -+ -+ if (band == IEEE80211_BAND_2GHZ) -+ { -+ n_channels = RTW_2G_CHANNELS_NUM; -+ n_bitrates = RTW_G_RATES_NUM; -+ } -+ else -+ { -+ goto exit; -+ } -+ -+ spt_band = (struct ieee80211_supported_band *)rtw_zmalloc( -+ sizeof(struct ieee80211_supported_band) -+ + sizeof(struct ieee80211_channel)*n_channels -+ + sizeof(struct ieee80211_rate)*n_bitrates -+ ); -+ if (!spt_band) -+ goto exit; -+ -+ spt_band->channels = (struct ieee80211_channel*)(((u8 *)spt_band)+sizeof(struct ieee80211_supported_band)); -+ spt_band->bitrates = (struct ieee80211_rate*)(((u8 *)spt_band->channels)+sizeof(struct ieee80211_channel)*n_channels); -+ spt_band->band = band; -+ spt_band->n_channels = n_channels; -+ spt_band->n_bitrates = n_bitrates; -+ -+ if (band == IEEE80211_BAND_2GHZ) -+ { -+ rtw_2g_channels_init(spt_band->channels); -+ rtw_2g_rates_init(spt_band->bitrates); -+ } -+ -+ /* spt_band.ht_cap */ -+ -+exit: -+ -+ return spt_band; -+} -+ -+static void rtw_spt_band_free(struct ieee80211_supported_band *spt_band) -+{ -+ u32 size = 0; -+ -+ if (!spt_band) -+ return; -+ -+ if (spt_band->band == IEEE80211_BAND_2GHZ) -+ { -+ size = sizeof(struct ieee80211_supported_band) -+ + sizeof(struct ieee80211_channel)*RTW_2G_CHANNELS_NUM -+ + sizeof(struct ieee80211_rate)*RTW_G_RATES_NUM; -+ } -+ kfree((u8 *)spt_band); -+} -+ -+static const struct ieee80211_txrx_stypes -+rtw_cfg80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = { -+ [NL80211_IFTYPE_ADHOC] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+ [NL80211_IFTYPE_STATION] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ACTION >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) -+ }, -+ [NL80211_IFTYPE_AP] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_REASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) | -+ BIT(IEEE80211_STYPE_DISASSOC >> 4) | -+ BIT(IEEE80211_STYPE_AUTH >> 4) | -+ BIT(IEEE80211_STYPE_DEAUTH >> 4) | -+ BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+ [NL80211_IFTYPE_AP_VLAN] = { -+ /* copy AP */ -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_REASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) | -+ BIT(IEEE80211_STYPE_DISASSOC >> 4) | -+ BIT(IEEE80211_STYPE_AUTH >> 4) | -+ BIT(IEEE80211_STYPE_DEAUTH >> 4) | -+ BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+ [NL80211_IFTYPE_P2P_CLIENT] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ACTION >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) -+ }, -+ [NL80211_IFTYPE_P2P_GO] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_REASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) | -+ BIT(IEEE80211_STYPE_DISASSOC >> 4) | -+ BIT(IEEE80211_STYPE_AUTH >> 4) | -+ BIT(IEEE80211_STYPE_DEAUTH >> 4) | -+ BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+}; -+ -+static int rtw_ieee80211_channel_to_frequency(int chan, int band) -+{ -+ /* see 802.11 17.3.8.3.2 and Annex J -+ * there are overlapping channel numbers in 5GHz and 2GHz bands */ -+ if (band == IEEE80211_BAND_2GHZ) { -+ if (chan == 14) -+ return 2484; -+ else if (chan < 14) -+ return 2407 + chan * 5; -+ } -+ -+ return 0; /* not supported */ -+} -+ -+static u64 rtw_get_systime_us(void) -+{ -+ struct timespec ts; -+ get_monotonic_boottime(&ts); -+ return ((u64)ts.tv_sec*1000000) + ts.tv_nsec / 1000; -+} -+ -+#define MAX_BSSINFO_LEN 1000 -+struct cfg80211_bss *rtw_cfg80211_inform_bss(struct adapter *padapter, struct wlan_network *pnetwork) -+{ -+ struct ieee80211_channel *notify_channel; -+ struct cfg80211_bss *bss = NULL; -+ /* struct ieee80211_supported_band *band; */ -+ u16 channel; -+ u32 freq; -+ u64 notify_timestamp; -+ u16 notify_capability; -+ u16 notify_interval; -+ u8 *notify_ie; -+ size_t notify_ielen; -+ s32 notify_signal; -+ u8 *buf = NULL, *pbuf; -+ size_t len, bssinf_len = 0; -+ struct ieee80211_hdr *pwlanhdr; -+ __le16 *fctrl; -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ struct wireless_dev *wdev = padapter->rtw_wdev; -+ struct wiphy *wiphy = wdev->wiphy; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ -+ /* DBG_8192C("%s\n", __func__); */ -+ -+ bssinf_len = pnetwork->network.IELength+sizeof (struct ieee80211_hdr_3addr); -+ if (bssinf_len > MAX_BSSINFO_LEN) { -+ DBG_871X("%s IE Length too long > %d byte\n", __func__, MAX_BSSINFO_LEN); -+ goto exit; -+ } -+ -+ { -+ u16 wapi_len = 0; -+ -+ if (rtw_get_wapi_ie(pnetwork->network.IEs, pnetwork->network.IELength, NULL, &wapi_len)>0) -+ { -+ if (wapi_len > 0) -+ { -+ DBG_871X("%s, no support wapi!\n", __func__); -+ goto exit; -+ } -+ } -+ } -+ -+ /* To reduce PBC Overlap rate */ -+ /* spin_lock_bh(&pwdev_priv->scan_req_lock); */ -+ if (adapter_wdev_data(padapter)->scan_request != NULL) -+ { -+ u8 *psr = NULL, sr = 0; -+ struct ndis_802_11_ssid *pssid = &pnetwork->network.Ssid; -+ struct cfg80211_scan_request *request = adapter_wdev_data(padapter)->scan_request; -+ struct cfg80211_ssid *ssids = request->ssids; -+ u32 wpsielen = 0; -+ u8 *wpsie = NULL; -+ -+ wpsie = rtw_get_wps_ie(pnetwork->network.IEs+_FIXED_IE_LENGTH_, pnetwork->network.IELength-_FIXED_IE_LENGTH_, NULL, &wpsielen); -+ -+ if (wpsie && wpsielen>0) -+ psr = rtw_get_wps_attr_content(wpsie, wpsielen, WPS_ATTR_SELECTED_REGISTRAR, (u8 *)(&sr), NULL); -+ -+ if (sr != 0) -+ { -+ if (request->n_ssids == 1 && request->n_channels == 1) /* it means under processing WPS */ -+ { -+ DBG_8192C("ssid =%s, len =%d\n", pssid->Ssid, pssid->SsidLength); -+ -+ if (ssids[0].ssid_len == 0) { -+ } -+ else if (pssid->SsidLength == ssids[0].ssid_len && -+ !memcmp(pssid->Ssid, ssids[0].ssid, ssids[0].ssid_len)) -+ { -+ DBG_871X("%s, got sr and ssid match!\n", __func__); -+ } -+ else -+ { -+ if (psr != NULL) -+ *psr = 0; /* clear sr */ -+ } -+ } -+ } -+ } -+ /* spin_unlock_bh(&pwdev_priv->scan_req_lock); */ -+ -+ -+ channel = pnetwork->network.Configuration.DSConfig; -+ freq = rtw_ieee80211_channel_to_frequency(channel, IEEE80211_BAND_2GHZ); -+ -+ notify_channel = ieee80211_get_channel(wiphy, freq); -+ -+ notify_timestamp = rtw_get_systime_us(); -+ -+ notify_interval = le16_to_cpu(*(__le16 *)rtw_get_beacon_interval_from_ie(pnetwork->network.IEs)); -+ notify_capability = le16_to_cpu(*(__le16 *)rtw_get_capability_from_ie(pnetwork->network.IEs)); -+ -+ notify_ie = pnetwork->network.IEs+_FIXED_IE_LENGTH_; -+ notify_ielen = pnetwork->network.IELength-_FIXED_IE_LENGTH_; -+ -+ /* We've set wiphy's signal_type as CFG80211_SIGNAL_TYPE_MBM: signal strength in mBm (100*dBm) */ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true && -+ is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { -+ notify_signal = 100*translate_percentage_to_dbm(padapter->recvpriv.signal_strength);/* dbm */ -+ } else { -+ notify_signal = 100*translate_percentage_to_dbm(pnetwork->network.PhyInfo.SignalStrength);/* dbm */ -+ } -+ -+ buf = kzalloc(MAX_BSSINFO_LEN, GFP_ATOMIC); -+ if (!buf) -+ goto exit; -+ pbuf = buf; -+ -+ pwlanhdr = (struct ieee80211_hdr *)pbuf; -+ fctrl = &(pwlanhdr->frame_control); -+ *(fctrl) = 0; -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ /* pmlmeext->mgnt_seq++; */ -+ -+ if (pnetwork->network.Reserved[0] == 1) { /* WIFI_BEACON */ -+ memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ SetFrameSubType(pbuf, WIFI_BEACON); -+ } else { -+ memcpy(pwlanhdr->addr1, myid(&(padapter->eeprompriv)), ETH_ALEN); -+ SetFrameSubType(pbuf, WIFI_PROBERSP); -+ } -+ -+ memcpy(pwlanhdr->addr2, pnetwork->network.MacAddress, ETH_ALEN); -+ memcpy(pwlanhdr->addr3, pnetwork->network.MacAddress, ETH_ALEN); -+ -+ -+ pbuf += sizeof(struct ieee80211_hdr_3addr); -+ len = sizeof (struct ieee80211_hdr_3addr); -+ -+ memcpy(pbuf, pnetwork->network.IEs, pnetwork->network.IELength); -+ len += pnetwork->network.IELength; -+ -+ *((__le64*)pbuf) = cpu_to_le64(notify_timestamp); -+ -+ bss = cfg80211_inform_bss_frame(wiphy, notify_channel, (struct ieee80211_mgmt *)buf, -+ len, notify_signal, GFP_ATOMIC); -+ -+ if (unlikely(!bss)) { -+ DBG_8192C(FUNC_ADPT_FMT" bss NULL\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ -+ cfg80211_put_bss(wiphy, bss); -+ kfree(buf); -+ -+exit: -+ return bss; -+ -+} -+ -+/* -+ Check the given bss is valid by kernel API cfg80211_get_bss() -+ @padapter : the given adapter -+ -+ return true if bss is valid, false for not found. -+*/ -+int rtw_cfg80211_check_bss(struct adapter *padapter) -+{ -+ struct wlan_bssid_ex *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network); -+ struct cfg80211_bss *bss = NULL; -+ struct ieee80211_channel *notify_channel = NULL; -+ u32 freq; -+ -+ if (!(pnetwork) || !(padapter->rtw_wdev)) -+ return false; -+ -+ freq = rtw_ieee80211_channel_to_frequency(pnetwork->Configuration.DSConfig, IEEE80211_BAND_2GHZ); -+ -+ notify_channel = ieee80211_get_channel(padapter->rtw_wdev->wiphy, freq); -+ bss = cfg80211_get_bss(padapter->rtw_wdev->wiphy, notify_channel, -+ pnetwork->MacAddress, pnetwork->Ssid.Ssid, -+ pnetwork->Ssid.SsidLength, -+ WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS); -+ -+ cfg80211_put_bss(padapter->rtw_wdev->wiphy, bss); -+ -+ return (bss!= NULL); -+} -+ -+void rtw_cfg80211_ibss_indicate_connect(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ struct wiphy *wiphy = pwdev->wiphy; -+ int freq = (int)cur_network->network.Configuration.DSConfig; -+ struct ieee80211_channel *chan; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ if (pwdev->iftype != NL80211_IFTYPE_ADHOC) -+ { -+ return; -+ } -+ -+ if (!rtw_cfg80211_check_bss(padapter)) { -+ struct wlan_bssid_ex *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network); -+ struct wlan_network *scanned = pmlmepriv->cur_network_scanned; -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) ==true) -+ { -+ -+ memcpy(&cur_network->network, pnetwork, sizeof(struct wlan_bssid_ex)); -+ if (!rtw_cfg80211_inform_bss(padapter, cur_network)) -+ DBG_871X(FUNC_ADPT_FMT" inform fail !!\n", FUNC_ADPT_ARG(padapter)); -+ else -+ DBG_871X(FUNC_ADPT_FMT" inform success !!\n", FUNC_ADPT_ARG(padapter)); -+ } -+ else -+ { -+ if (scanned == NULL) -+ rtw_warn_on(1); -+ -+ if (!memcmp(&(scanned->network.Ssid), &(pnetwork->Ssid), sizeof(struct ndis_802_11_ssid)) -+ && !memcmp(scanned->network.MacAddress, pnetwork->MacAddress, sizeof(NDIS_802_11_MAC_ADDRESS)) -+ ) { -+ if (!rtw_cfg80211_inform_bss(padapter, scanned)) { -+ DBG_871X(FUNC_ADPT_FMT" inform fail !!\n", FUNC_ADPT_ARG(padapter)); -+ } else { -+ /* DBG_871X(FUNC_ADPT_FMT" inform success !!\n", FUNC_ADPT_ARG(padapter)); */ -+ } -+ } else { -+ DBG_871X("scanned & pnetwork compare fail\n"); -+ rtw_warn_on(1); -+ } -+ } -+ -+ if (!rtw_cfg80211_check_bss(padapter)) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" BSS not found !!\n", FUNC_ADPT_ARG(padapter)); -+ } -+ /* notify cfg80211 that device joined an IBSS */ -+ chan = ieee80211_get_channel(wiphy, freq); -+ cfg80211_ibss_joined(padapter->pnetdev, cur_network->network.MacAddress, chan, GFP_ATOMIC); -+} -+ -+void rtw_cfg80211_indicate_connect(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ if (pwdev->iftype != NL80211_IFTYPE_STATION -+ && pwdev->iftype != NL80211_IFTYPE_P2P_CLIENT -+ ) { -+ return; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ return; -+ -+ { -+ struct wlan_bssid_ex *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network); -+ struct wlan_network *scanned = pmlmepriv->cur_network_scanned; -+ -+ /* DBG_871X(FUNC_ADPT_FMT" BSS not found\n", FUNC_ADPT_ARG(padapter)); */ -+ -+ if (scanned == NULL) { -+ rtw_warn_on(1); -+ goto check_bss; -+ } -+ -+ if (!memcmp(scanned->network.MacAddress, pnetwork->MacAddress, sizeof(NDIS_802_11_MAC_ADDRESS)) -+ && !memcmp(&(scanned->network.Ssid), &(pnetwork->Ssid), sizeof(struct ndis_802_11_ssid)) -+ ) { -+ if (!rtw_cfg80211_inform_bss(padapter, scanned)) { -+ DBG_871X(FUNC_ADPT_FMT" inform fail !!\n", FUNC_ADPT_ARG(padapter)); -+ } else { -+ /* DBG_871X(FUNC_ADPT_FMT" inform success !!\n", FUNC_ADPT_ARG(padapter)); */ -+ } -+ } else { -+ DBG_871X("scanned: %s("MAC_FMT"), cur: %s("MAC_FMT")\n", -+ scanned->network.Ssid.Ssid, MAC_ARG(scanned->network.MacAddress), -+ pnetwork->Ssid.Ssid, MAC_ARG(pnetwork->MacAddress) -+ ); -+ rtw_warn_on(1); -+ } -+ } -+ -+check_bss: -+ if (!rtw_cfg80211_check_bss(padapter)) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" BSS not found !!\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (rtw_to_roam(padapter) > 0) { -+ struct wiphy *wiphy = pwdev->wiphy; -+ struct ieee80211_channel *notify_channel; -+ u32 freq; -+ u16 channel = cur_network->network.Configuration.DSConfig; -+ -+ freq = rtw_ieee80211_channel_to_frequency(channel, IEEE80211_BAND_2GHZ); -+ -+ notify_channel = ieee80211_get_channel(wiphy, freq); -+ -+ DBG_871X(FUNC_ADPT_FMT" call cfg80211_roamed\n", FUNC_ADPT_ARG(padapter)); -+ cfg80211_roamed(padapter->pnetdev -+ , notify_channel -+ , cur_network->network.MacAddress -+ , pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2 -+ , pmlmepriv->assoc_req_len-sizeof(struct ieee80211_hdr_3addr)-2 -+ , pmlmepriv->assoc_rsp+sizeof(struct ieee80211_hdr_3addr)+6 -+ , pmlmepriv->assoc_rsp_len-sizeof(struct ieee80211_hdr_3addr)-6 -+ , GFP_ATOMIC); -+ } -+ else -+ { -+ cfg80211_connect_result(padapter->pnetdev, cur_network->network.MacAddress -+ , pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2 -+ , pmlmepriv->assoc_req_len-sizeof(struct ieee80211_hdr_3addr)-2 -+ , pmlmepriv->assoc_rsp+sizeof(struct ieee80211_hdr_3addr)+6 -+ , pmlmepriv->assoc_rsp_len-sizeof(struct ieee80211_hdr_3addr)-6 -+ , WLAN_STATUS_SUCCESS, GFP_ATOMIC); -+ } -+} -+ -+void rtw_cfg80211_indicate_disconnect(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (pwdev->iftype != NL80211_IFTYPE_STATION -+ && pwdev->iftype != NL80211_IFTYPE_P2P_CLIENT -+ ) { -+ return; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ return; -+ -+ if (!padapter->mlmepriv.not_indic_disco) { -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED)) { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) -+ cfg80211_disconnected(padapter->pnetdev, 0, -+ NULL, 0, true, GFP_ATOMIC); -+#else -+ cfg80211_disconnected(padapter->pnetdev, 0, NULL, 0, GFP_ATOMIC); -+#endif -+ } else { -+ cfg80211_connect_result(padapter->pnetdev, NULL, NULL, 0, NULL, 0, -+ WLAN_STATUS_UNSPECIFIED_FAILURE, GFP_ATOMIC/*GFP_KERNEL*/); -+ } -+ } -+} -+ -+ -+static int rtw_cfg80211_ap_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len; -+ struct sta_info *psta = NULL, *pbcmc_sta = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv* psecuritypriv =&(padapter->securitypriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ if (param->u.crypt.idx >= WEP_KEYS) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if (!psta) -+ { -+ /* ret = -EINVAL; */ -+ DBG_8192C("rtw_set_encryption(), sta has already been removed or never been added\n"); -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "none") == 0 && (psta == NULL)) -+ { -+ /* todo:clear default encryption keys */ -+ -+ DBG_8192C("clear default encryption keys, keyid =%d\n", param->u.crypt.idx); -+ -+ goto exit; -+ } -+ -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0 && (psta == NULL)) -+ { -+ DBG_8192C("r871x_set_encryption, crypt.alg = WEP\n"); -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ DBG_8192C("r871x_set_encryption, wep_key_idx =%d, len =%d\n", wep_key_idx, wep_key_len); -+ -+ if ((wep_key_idx >= WEP_KEYS) || (wep_key_len<= 0)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ } -+ -+ if (psecuritypriv->bWepDefaultKeyIdxSet == 0) -+ { -+ /* wep default key has not been set, so use this key index as default key. */ -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ -+ if (wep_key_len == 13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; -+ } -+ -+ memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), param->u.crypt.key, wep_key_len); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; -+ -+ rtw_ap_set_wep_key(padapter, param->u.crypt.key, wep_key_len, wep_key_idx, 1); -+ -+ goto exit; -+ -+ } -+ -+ -+ if (!psta && check_fwstate(pmlmepriv, WIFI_AP_STATE)) /* group key */ -+ { -+ if (param->u.crypt.set_tx == 0) /* group key */ -+ { -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_8192C("%s, set group_key, WEP\n", __func__); -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if (param->u.crypt.key_len == 13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_8192C("%s, set group_key, TKIP\n", __func__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ /* DEBUG_ERR("set key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len); */ -+ /* set mic key */ -+ memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = true; -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ DBG_8192C("%s, set group_key, CCMP\n", __func__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+ else -+ { -+ DBG_8192C("%s, set group_key, none\n", __func__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = true; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;/* */ -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta =rtw_get_bcmc_stainfo(padapter); -+ if (pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = false; -+ pbcmc_sta->dot118021XPrivacy = psecuritypriv->dot118021XGrpPrivacy;/* rx will use bmc_sta's dot118021XPrivacy */ -+ } -+ -+ } -+ -+ goto exit; -+ -+ } -+ -+ if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && psta) /* psk/802_1x */ -+ { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ if (param->u.crypt.set_tx == 1) /* pairwise key */ -+ { -+ memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_8192C("%s, set pairwise key, WEP\n", __func__); -+ -+ psta->dot118021XPrivacy = _WEP40_; -+ if (param->u.crypt.key_len == 13) -+ { -+ psta->dot118021XPrivacy = _WEP104_; -+ } -+ } -+ else if (strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_8192C("%s, set pairwise key, TKIP\n", __func__); -+ -+ psta->dot118021XPrivacy = _TKIP_; -+ -+ /* DEBUG_ERR("set key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len); */ -+ /* set mic key */ -+ memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = true; -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ -+ DBG_8192C("%s, set pairwise key, CCMP\n", __func__); -+ -+ psta->dot118021XPrivacy = _AES_; -+ } -+ else -+ { -+ DBG_8192C("%s, set pairwise key, none\n", __func__); -+ -+ psta->dot118021XPrivacy = _NO_PRIVACY_; -+ } -+ -+ rtw_ap_set_pairwise_key(padapter, psta); -+ -+ psta->ieee8021x_blocked = false; -+ -+ psta->bpairwise_key_installed = true; -+ -+ } -+ else/* group key??? */ -+ { -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if (param->u.crypt.key_len == 13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ } -+ else if (strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ /* DEBUG_ERR("set key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len); */ -+ /* set mic key */ -+ memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = true; -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+ else -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = true; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;/* */ -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta =rtw_get_bcmc_stainfo(padapter); -+ if (pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = false; -+ pbcmc_sta->dot118021XPrivacy = psecuritypriv->dot118021XGrpPrivacy;/* rx will use bmc_sta's dot118021XPrivacy */ -+ } -+ -+ } -+ -+ } -+ -+ } -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_cfg80211_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ if (param_len < (u32) ((u8 *) param->u.crypt.key - (u8 *) param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ if (param->u.crypt.idx >= WEP_KEYS -+ && param->u.crypt.idx > BIP_MAX_KEYID -+ ) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } else { -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_err_, ("wpa_set_encryption, crypt.alg = WEP\n")); -+ DBG_8192C("wpa_set_encryption, crypt.alg = WEP\n"); -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ if ((wep_key_idx > WEP_KEYS) || (wep_key_len <= 0)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (psecuritypriv->bWepDefaultKeyIdxSet == 0) -+ { -+ /* wep default key has not been set, so use this key index as default key. */ -+ -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ -+ if (wep_key_len == 13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; -+ } -+ -+ memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), param->u.crypt.key, wep_key_len); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; -+ -+ rtw_set_key(padapter, psecuritypriv, wep_key_idx, 0, true); -+ -+ goto exit; -+ } -+ -+ if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) /* 802_1x */ -+ { -+ struct sta_info * psta,*pbcmc_sta; -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ -+ /* DBG_8192C("%s, : dot11AuthAlgrthm == dot11AuthAlgrthm_8021X\n", __func__); */ -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_MP_STATE) == true) /* sta mode */ -+ { -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) { -+ /* DEBUG_ERR(("Set wpa_set_encryption: Obtain Sta_info fail\n")); */ -+ DBG_8192C("%s, : Obtain Sta_info fail\n", __func__); -+ } -+ else -+ { -+ /* Jeff: don't disable ieee8021x_blocked while clearing key */ -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ psta->ieee8021x_blocked = false; -+ -+ -+ if ((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ psta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ -+ if (param->u.crypt.set_tx == 1)/* pairwise key */ -+ { -+ -+ DBG_8192C("%s, : param->u.crypt.set_tx == 1\n", __func__); -+ -+ memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if (strcmp(param->u.crypt.alg, "TKIP") == 0)/* set mic key */ -+ { -+ /* DEBUG_ERR(("\nset key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len)); */ -+ memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ padapter->securitypriv.busetkipkey =false; -+ /* _set_timer(&padapter->securitypriv.tkip_timer, 50); */ -+ } -+ -+ /* DEBUG_ERR((" param->u.crypt.key_len =%d\n", param->u.crypt.key_len)); */ -+ DBG_871X(" ~~~~set sta key:unicastkey\n"); -+ -+ rtw_setstakey_cmd(padapter, psta, true, true); -+ } -+ else/* group key */ -+ { -+ if (strcmp(param->u.crypt.alg, "TKIP") == 0 || strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ memcpy(padapter->securitypriv.dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ memcpy(padapter->securitypriv.dot118021XGrptxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[16]), 8); -+ memcpy(padapter->securitypriv.dot118021XGrprxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[24]), 8); -+ padapter->securitypriv.binstallGrpkey = true; -+ /* DEBUG_ERR((" param->u.crypt.key_len =%d\n", param->u.crypt.key_len)); */ -+ DBG_871X(" ~~~~set sta key:groupkey\n"); -+ -+ padapter->securitypriv.dot118021XGrpKeyid = param->u.crypt.idx; -+ rtw_set_key(padapter,&padapter->securitypriv, param->u.crypt.idx, 1, true); -+ } -+ else if (strcmp(param->u.crypt.alg, "BIP") == 0) -+ { -+ /* DBG_871X("BIP key_len =%d , index =%d @@@@@@@@@@@@@@@@@@\n", param->u.crypt.key_len, param->u.crypt.idx); */ -+ /* save the IGTK key, length 16 bytes */ -+ memcpy(padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ /*DBG_871X("IGTK key below:\n"); -+ for (no = 0;no<16;no++) -+ printk(" %02x ", padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey[no]); -+ DBG_871X("\n");*/ -+ padapter->securitypriv.dot11wBIPKeyid = param->u.crypt.idx; -+ padapter->securitypriv.binstallBIPkey = true; -+ DBG_871X(" ~~~~set sta key:IGKT\n"); -+ } -+ } -+ } -+ -+ pbcmc_sta =rtw_get_bcmc_stainfo(padapter); -+ if (pbcmc_sta == NULL) -+ { -+ /* DEBUG_ERR(("Set OID_802_11_ADD_KEY: bcmc stainfo is null\n")); */ -+ } -+ else -+ { -+ /* Jeff: don't disable ieee8021x_blocked while clearing key */ -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ pbcmc_sta->ieee8021x_blocked = false; -+ -+ if ((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ pbcmc_sta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ } -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) /* adhoc mode */ -+ { -+ } -+ } -+ -+exit: -+ -+ DBG_8192C("%s, ret =%d\n", __func__, ret); -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, -+ u8 key_index, bool pairwise, const u8 *mac_addr, -+ struct key_params *params) -+{ -+ char *alg_name; -+ u32 param_len; -+ struct ieee_param *param = NULL; -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ DBG_871X(FUNC_NDEV_FMT" adding key for %pM\n", FUNC_NDEV_ARG(ndev), mac_addr); -+ DBG_871X("cipher = 0x%x\n", params->cipher); -+ DBG_871X("key_len = 0x%x\n", params->key_len); -+ DBG_871X("seq_len = 0x%x\n", params->seq_len); -+ DBG_871X("key_index =%d\n", key_index); -+ DBG_871X("pairwise =%d\n", pairwise); -+ -+ param_len = sizeof(struct ieee_param) + params->key_len; -+ param = (struct ieee_param *)rtw_malloc(param_len); -+ if (param == NULL) -+ return -1; -+ -+ memset(param, 0, param_len); -+ -+ param->cmd = IEEE_CMD_SET_ENCRYPTION; -+ memset(param->sta_addr, 0xff, ETH_ALEN); -+ -+ switch (params->cipher) { -+ case IW_AUTH_CIPHER_NONE: -+ /* todo: remove key */ -+ /* remove = 1; */ -+ alg_name = "none"; -+ break; -+ case WLAN_CIPHER_SUITE_WEP40: -+ case WLAN_CIPHER_SUITE_WEP104: -+ alg_name = "WEP"; -+ break; -+ case WLAN_CIPHER_SUITE_TKIP: -+ alg_name = "TKIP"; -+ break; -+ case WLAN_CIPHER_SUITE_CCMP: -+ alg_name = "CCMP"; -+ break; -+ case WLAN_CIPHER_SUITE_AES_CMAC: -+ alg_name = "BIP"; -+ break; -+ default: -+ ret = -ENOTSUPP; -+ goto addkey_end; -+ } -+ -+ strncpy((char *)param->u.crypt.alg, alg_name, IEEE_CRYPT_ALG_NAME_LEN); -+ -+ -+ if (!mac_addr || is_broadcast_ether_addr(mac_addr)) -+ { -+ param->u.crypt.set_tx = 0; /* for wpa/wpa2 group key */ -+ } else { -+ param->u.crypt.set_tx = 1; /* for wpa/wpa2 pairwise key */ -+ } -+ -+ param->u.crypt.idx = key_index; -+ -+ if (params->seq_len && params->seq) -+ { -+ memcpy(param->u.crypt.seq, (u8 *)params->seq, params->seq_len); -+ } -+ -+ if (params->key_len && params->key) -+ { -+ param->u.crypt.key_len = params->key_len; -+ memcpy(param->u.crypt.key, (u8 *)params->key, params->key_len); -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) -+ { -+ ret = rtw_cfg80211_set_encryption(ndev, param, param_len); -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ { -+ if (mac_addr) -+ memcpy(param->sta_addr, (void*)mac_addr, ETH_ALEN); -+ -+ ret = rtw_cfg80211_ap_set_encryption(ndev, param, param_len); -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true -+ || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) -+ { -+ /* DBG_8192C("@@@@@@@@@@ fw_state = 0x%x, iftype =%d\n", pmlmepriv->fw_state, rtw_wdev->iftype); */ -+ ret = rtw_cfg80211_set_encryption(ndev, param, param_len); -+ } -+ else -+ { -+ DBG_8192C("error!\n"); -+ -+ } -+ -+addkey_end: -+ if (param) -+ { -+ kfree((u8 *)param); -+ } -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, -+ u8 key_index, bool pairwise, const u8 *mac_addr, -+ void *cookie, -+ void (*callback)(void *cookie, -+ struct key_params*)) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ return 0; -+} -+ -+static int cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, -+ u8 key_index, bool pairwise, const u8 *mac_addr) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_871X(FUNC_NDEV_FMT" key_index =%d\n", FUNC_NDEV_ARG(ndev), key_index); -+ -+ if (key_index == psecuritypriv->dot11PrivacyKeyIndex) -+ { -+ /* clear the flag of wep default key set. */ -+ psecuritypriv->bWepDefaultKeyIdxSet = 0; -+ } -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_set_default_key(struct wiphy *wiphy, -+ struct net_device *ndev, u8 key_index -+ , bool unicast, bool multicast -+ ) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_871X(FUNC_NDEV_FMT" key_index =%d" -+ ", unicast =%d, multicast =%d" -+ ".\n", FUNC_NDEV_ARG(ndev), key_index -+ , unicast, multicast -+ ); -+ -+ if ((key_index < WEP_KEYS) && ((psecuritypriv->dot11PrivacyAlgrthm == _WEP40_) || (psecuritypriv->dot11PrivacyAlgrthm == _WEP104_))) /* set wep default key */ -+ { -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+ psecuritypriv->dot11PrivacyKeyIndex = key_index; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if (psecuritypriv->dot11DefKeylen[key_index] == 13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ psecuritypriv->bWepDefaultKeyIdxSet = 1; /* set the flag to represent that wep default key has been set */ -+ } -+ -+ return 0; -+ -+} -+ -+static int cfg80211_rtw_get_station(struct wiphy *wiphy, -+ struct net_device *ndev, -+ const u8 *mac, -+ struct station_info *sinfo) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ sinfo->filled = 0; -+ -+ if (!mac) { -+ DBG_871X(FUNC_NDEV_FMT" mac ==%p\n", FUNC_NDEV_ARG(ndev), mac); -+ ret = -ENOENT; -+ goto exit; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, (u8 *)mac); -+ if (psta == NULL) { -+ DBG_8192C("%s, sta_info is null\n", __func__); -+ ret = -ENOENT; -+ goto exit; -+ } -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X(FUNC_NDEV_FMT" mac ="MAC_FMT"\n", FUNC_NDEV_ARG(ndev), MAC_ARG(mac)); -+#endif -+ -+ /* for infra./P2PClient mode */ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED) -+ ) -+ { -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ -+ if (memcmp((u8 *)mac, cur_network->network.MacAddress, ETH_ALEN)) { -+ DBG_871X("%s, mismatch bssid ="MAC_FMT"\n", __func__, MAC_ARG(cur_network->network.MacAddress)); -+ ret = -ENOENT; -+ goto exit; -+ } -+ -+ sinfo->filled |= BIT(NL80211_STA_INFO_SIGNAL); -+ sinfo->signal = translate_percentage_to_dbm(padapter->recvpriv.signal_strength); -+ -+ sinfo->filled |= BIT(NL80211_STA_INFO_TX_BITRATE); -+ sinfo->txrate.legacy = rtw_get_cur_max_rate(padapter); -+ -+ sinfo->filled |= BIT(NL80211_STA_INFO_RX_PACKETS); -+ sinfo->rx_packets = sta_rx_data_pkts(psta); -+ -+ sinfo->filled |= BIT(NL80211_STA_INFO_TX_PACKETS); -+ sinfo->tx_packets = psta->sta_stats.tx_pkts; -+ -+ } -+ -+ /* for Ad-Hoc/AP mode */ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) -+ ||check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) -+ ||check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ && check_fwstate(pmlmepriv, _FW_LINKED) -+ ) -+ { -+ /* TODO: should acquire station info... */ -+ } -+ -+exit: -+ return ret; -+} -+ -+extern int netdev_open(struct net_device *pnetdev); -+ -+static int cfg80211_rtw_change_iface(struct wiphy *wiphy, -+ struct net_device *ndev, -+ enum nl80211_iftype type, u32 *flags, -+ struct vif_params *params) -+{ -+ enum nl80211_iftype old_type; -+ enum NDIS_802_11_NETWORK_INFRASTRUCTURE networkType; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct wireless_dev *rtw_wdev = padapter->rtw_wdev; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ int ret = 0; -+ u8 change = false; -+ -+ DBG_871X(FUNC_NDEV_FMT" type =%d\n", FUNC_NDEV_ARG(ndev), type); -+ -+ if (adapter_to_dvobj(padapter)->processing_dev_remove == true) -+ { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ { -+ DBG_871X(FUNC_NDEV_FMT" call netdev_open\n", FUNC_NDEV_ARG(ndev)); -+ if (netdev_open(ndev) != 0) { -+ DBG_871X(FUNC_NDEV_FMT" call netdev_open fail\n", FUNC_NDEV_ARG(ndev)); -+ ret = -EPERM; -+ goto exit; -+ } -+ } -+ -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ DBG_871X(FUNC_NDEV_FMT" call rtw_pwr_wakeup fail\n", FUNC_NDEV_ARG(ndev)); -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ old_type = rtw_wdev->iftype; -+ DBG_871X(FUNC_NDEV_FMT" old_iftype =%d, new_iftype =%d\n", -+ FUNC_NDEV_ARG(ndev), old_type, type); -+ -+ if (old_type != type) -+ { -+ change = true; -+ pmlmeext->action_public_rxseq = 0xffff; -+ pmlmeext->action_public_dialog_token = 0xff; -+ } -+ -+ switch (type) { -+ case NL80211_IFTYPE_ADHOC: -+ networkType = Ndis802_11IBSS; -+ break; -+ case NL80211_IFTYPE_STATION: -+ networkType = Ndis802_11Infrastructure; -+ break; -+ case NL80211_IFTYPE_AP: -+ networkType = Ndis802_11APMode; -+ break; -+ default: -+ ret = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+ rtw_wdev->iftype = type; -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, networkType) ==false) -+ { -+ rtw_wdev->iftype = old_type; -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ rtw_setopmode_cmd(padapter, networkType, true); -+ -+exit: -+ -+ DBG_871X(FUNC_NDEV_FMT" ret:%d\n", FUNC_NDEV_ARG(ndev), ret); -+ return ret; -+} -+ -+void rtw_cfg80211_indicate_scan_done(struct adapter *adapter, bool aborted) -+{ -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(adapter); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0)) -+ struct cfg80211_scan_info info = { -+ .aborted = aborted -+ }; -+#endif -+ -+ spin_lock_bh(&pwdev_priv->scan_req_lock); -+ if (pwdev_priv->scan_request != NULL) { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("%s with scan req\n", __func__); -+ #endif -+ -+ /* avoid WARN_ON(request != wiphy_to_dev(request->wiphy)->scan_req); */ -+ if (pwdev_priv->scan_request->wiphy != pwdev_priv->rtw_wdev->wiphy) -+ { -+ DBG_8192C("error wiphy compare\n"); -+ } -+ else -+ { -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0)) -+ cfg80211_scan_done(pwdev_priv->scan_request, &info); -+#else -+ cfg80211_scan_done(pwdev_priv->scan_request, aborted); -+#endif -+ } -+ -+ pwdev_priv->scan_request = NULL; -+ } else { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("%s without scan req\n", __func__); -+ #endif -+ } -+ spin_unlock_bh(&pwdev_priv->scan_req_lock); -+} -+ -+void rtw_cfg80211_unlink_bss(struct adapter *padapter, struct wlan_network *pnetwork) -+{ -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ struct wiphy *wiphy = pwdev->wiphy; -+ struct cfg80211_bss *bss = NULL; -+ struct wlan_bssid_ex select_network = pnetwork->network; -+ -+ bss = cfg80211_get_bss(wiphy, NULL/*notify_channel*/, -+ select_network.MacAddress, select_network.Ssid.Ssid, -+ select_network.Ssid.SsidLength, 0/*WLAN_CAPABILITY_ESS*/, -+ 0/*WLAN_CAPABILITY_ESS*/); -+ -+ if (bss) { -+ cfg80211_unlink_bss(wiphy, bss); -+ DBG_8192C("%s(): cfg80211_unlink %s!! () ", __func__, select_network.Ssid.Ssid); -+ cfg80211_put_bss(padapter->rtw_wdev->wiphy, bss); -+ } -+ return; -+} -+ -+void rtw_cfg80211_surveydone_event_callback(struct adapter *padapter) -+{ -+ struct list_head *plist, *phead; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s\n", __func__); -+#endif -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (phead == plist) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ /* report network only if the current channel set contains the channel to which this network belongs */ -+ if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfig) >= 0 -+ && rtw_mlme_band_check(padapter, pnetwork->network.Configuration.DSConfig) == true -+ && true == rtw_validate_ssid(&(pnetwork->network.Ssid)) -+ ) -+ { -+ /* ev =translate_scan(padapter, a, pnetwork, ev, stop); */ -+ rtw_cfg80211_inform_bss(padapter, pnetwork); -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+} -+ -+static int rtw_cfg80211_set_probe_req_wpsp2pie(struct adapter *padapter, char *buf, int len) -+{ -+ int ret = 0; -+ uint wps_ielen = 0; -+ u8 *wps_ie; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ielen =%d\n", __func__, len); -+#endif -+ -+ if (len>0) -+ { -+ if ((wps_ie = rtw_get_wps_ie(buf, len, NULL, &wps_ielen))) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("probe_req_wps_ielen =%d\n", wps_ielen); -+ #endif -+ -+ if (pmlmepriv->wps_probe_req_ie) -+ { -+ pmlmepriv->wps_probe_req_ie_len = 0; -+ kfree(pmlmepriv->wps_probe_req_ie); -+ pmlmepriv->wps_probe_req_ie = NULL; -+ } -+ -+ pmlmepriv->wps_probe_req_ie = rtw_malloc(wps_ielen); -+ if (pmlmepriv->wps_probe_req_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __func__, __LINE__); -+ return -EINVAL; -+ -+ } -+ memcpy(pmlmepriv->wps_probe_req_ie, wps_ie, wps_ielen); -+ pmlmepriv->wps_probe_req_ie_len = wps_ielen; -+ } -+ } -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_scan(struct wiphy *wiphy -+ , struct cfg80211_scan_request *request) -+{ -+ struct net_device *ndev = wdev_to_ndev(request->wdev); -+ int i; -+ u8 _status = false; -+ int ret = 0; -+ struct ndis_802_11_ssid ssid[RTW_SSID_SCAN_AMOUNT]; -+ struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; -+ u8 survey_times =3; -+ u8 survey_times_for_one_ch =6; -+ struct cfg80211_ssid *ssids = request->ssids; -+ int j = 0; -+ bool need_indicate_scan_done = false; -+ -+ struct adapter *padapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ struct mlme_priv *pmlmepriv; -+ -+ if (ndev == NULL) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(padapter); -+ pmlmepriv = &padapter->mlmepriv; -+ -+/* ifdef CONFIG_DEBUG_CFG80211 */ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+/* endif */ -+ -+ spin_lock_bh(&pwdev_priv->scan_req_lock); -+ pwdev_priv->scan_request = request; -+ spin_unlock_bh(&pwdev_priv->scan_req_lock); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ { -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("%s under WIFI_AP_STATE\n", __func__); -+#endif -+ -+ if (check_fwstate(pmlmepriv, WIFI_UNDER_WPS|_FW_UNDER_SURVEY|_FW_UNDER_LINKING) == true) -+ { -+ DBG_8192C("%s, fwstate = 0x%x\n", __func__, pmlmepriv->fw_state); -+ -+ if (check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) -+ { -+ DBG_8192C("AP mode process WPS\n"); -+ } -+ -+ need_indicate_scan_done = true; -+ goto check_need_indicate_scan_done; -+ } -+ } -+ -+ rtw_ps_deny(padapter, PS_DENY_SCAN); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ need_indicate_scan_done = true; -+ goto check_need_indicate_scan_done; -+ } -+ -+ if (request->ie && request->ie_len>0) -+ { -+ rtw_cfg80211_set_probe_req_wpsp2pie(padapter, (u8 *)request->ie, request->ie_len); -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ DBG_8192C("%s, fwstate = 0x%x\n", __func__, pmlmepriv->fw_state); -+ need_indicate_scan_done = true; -+ goto check_need_indicate_scan_done; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) { -+ DBG_8192C("%s, fwstate = 0x%x\n", __func__, pmlmepriv->fw_state); -+ ret = -EBUSY; -+ goto check_need_indicate_scan_done; -+ } -+ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == true) -+ { -+ static unsigned long lastscantime = 0; -+ unsigned long passtime; -+ -+ passtime = jiffies_to_msecs(jiffies - lastscantime); -+ lastscantime = jiffies; -+ if (passtime > 12000) -+ { -+ DBG_871X("%s: bBusyTraffic == true\n", __func__); -+ need_indicate_scan_done = true; -+ goto check_need_indicate_scan_done; -+ } -+ } -+ -+ if (rtw_is_scan_deny(padapter)) { -+ DBG_871X(FUNC_ADPT_FMT ": scan deny\n", FUNC_ADPT_ARG(padapter)); -+ need_indicate_scan_done = true; -+ goto check_need_indicate_scan_done; -+ } -+ -+ memset(ssid, 0, sizeof(struct ndis_802_11_ssid)*RTW_SSID_SCAN_AMOUNT); -+ /* parsing request ssids, n_ssids */ -+ for (i = 0; i < request->n_ssids && i < RTW_SSID_SCAN_AMOUNT; i++) { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("ssid =%s, len =%d\n", ssids[i].ssid, ssids[i].ssid_len); -+ #endif -+ memcpy(ssid[i].Ssid, ssids[i].ssid, ssids[i].ssid_len); -+ ssid[i].SsidLength = ssids[i].ssid_len; -+ } -+ -+ /* parsing channels, n_channels */ -+ memset(ch, 0, sizeof(struct rtw_ieee80211_channel)*RTW_CHANNEL_SCAN_AMOUNT); -+ for (i = 0;in_channels && ichannels[i])); -+ #endif -+ ch[i].hw_value = request->channels[i]->hw_value; -+ ch[i].flags = request->channels[i]->flags; -+ } -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ if (request->n_channels == 1) { -+ for (i = 1;in_channels <= 4) { -+ for (j =request->n_channels-1;j>= 0;j--) -+ for (i = 0;in_channels); -+ } else { -+ _status = rtw_sitesurvey_cmd(padapter, ssid, RTW_SSID_SCAN_AMOUNT, NULL, 0); -+ } -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ -+ if (_status == false) -+ { -+ ret = -1; -+ } -+ -+check_need_indicate_scan_done: -+ if (true == need_indicate_scan_done) -+ { -+ rtw_cfg80211_surveydone_event_callback(padapter); -+ rtw_cfg80211_indicate_scan_done(padapter, false); -+ } -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_SCAN); -+ -+exit: -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_set_wiphy_params(struct wiphy *wiphy, u32 changed) -+{ -+ DBG_8192C("%s\n", __func__); -+ return 0; -+} -+ -+ -+ -+static int rtw_cfg80211_set_wpa_version(struct security_priv *psecuritypriv, u32 wpa_version) -+{ -+ DBG_8192C("%s, wpa_version =%d\n", __func__, wpa_version); -+ -+ if (!wpa_version) { -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ return 0; -+ } -+ -+ -+ if (wpa_version & (NL80211_WPA_VERSION_1 | NL80211_WPA_VERSION_2)) -+ { -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeWPAPSK; -+ } -+ -+ return 0; -+ -+} -+ -+static int rtw_cfg80211_set_auth_type(struct security_priv *psecuritypriv, -+ enum nl80211_auth_type sme_auth_type) -+{ -+ DBG_8192C("%s, nl80211_auth_type =%d\n", __func__, sme_auth_type); -+ -+ -+ switch (sme_auth_type) { -+ case NL80211_AUTHTYPE_AUTOMATIC: -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ -+ break; -+ case NL80211_AUTHTYPE_OPEN_SYSTEM: -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ -+ if (psecuritypriv->ndisauthtype>Ndis802_11AuthModeWPA) -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ -+ break; -+ case NL80211_AUTHTYPE_SHARED_KEY: -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+ -+ break; -+ default: -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ /* return -ENOTSUPP; */ -+ } -+ -+ return 0; -+ -+} -+ -+static int rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) -+{ -+ u32 ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ -+ u32 *profile_cipher = ucast ? &psecuritypriv->dot11PrivacyAlgrthm : -+ &psecuritypriv->dot118021XGrpPrivacy; -+ -+ DBG_8192C("%s, ucast =%d, cipher = 0x%x\n", __func__, ucast, cipher); -+ -+ -+ if (!cipher) { -+ *profile_cipher = _NO_PRIVACY_; -+ psecuritypriv->ndisencryptstatus = ndisencryptstatus; -+ return 0; -+ } -+ -+ switch (cipher) { -+ case IW_AUTH_CIPHER_NONE: -+ *profile_cipher = _NO_PRIVACY_; -+ ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ break; -+ case WLAN_CIPHER_SUITE_WEP40: -+ *profile_cipher = _WEP40_; -+ ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WLAN_CIPHER_SUITE_WEP104: -+ *profile_cipher = _WEP104_; -+ ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WLAN_CIPHER_SUITE_TKIP: -+ *profile_cipher = _TKIP_; -+ ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WLAN_CIPHER_SUITE_CCMP: -+ *profile_cipher = _AES_; -+ ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ default: -+ DBG_8192C("Unsupported cipher: 0x%x\n", cipher); -+ return -ENOTSUPP; -+ } -+ -+ if (ucast) -+ { -+ psecuritypriv->ndisencryptstatus = ndisencryptstatus; -+ -+ /* if (psecuritypriv->dot11PrivacyAlgrthm >= _AES_) */ -+ /* psecuritypriv->ndisauthtype = Ndis802_11AuthModeWPA2PSK; */ -+ } -+ -+ return 0; -+} -+ -+static int rtw_cfg80211_set_key_mgt(struct security_priv *psecuritypriv, u32 key_mgt) -+{ -+ DBG_8192C("%s, key_mgt = 0x%x\n", __func__, key_mgt); -+ -+ if (key_mgt == WLAN_AKM_SUITE_8021X) -+ /* auth_type = UMAC_AUTH_TYPE_8021X; */ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ else if (key_mgt == WLAN_AKM_SUITE_PSK) { -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ } -+ else { -+ DBG_8192C("Invalid key mgt: 0x%x\n", key_mgt); -+ /* return -EINVAL; */ -+ } -+ -+ return 0; -+} -+ -+static int rtw_cfg80211_set_wpa_ie(struct adapter *padapter, u8 *pie, size_t ielen) -+{ -+ u8 *buf = NULL, *pos = NULL; -+ int group_cipher = 0, pairwise_cipher = 0; -+ int ret = 0; -+ int wpa_ielen = 0; -+ int wpa2_ielen = 0; -+ u8 *pwpa, *pwpa2; -+ u8 null_addr[]= {0, 0, 0, 0, 0, 0}; -+ -+ if (pie == NULL || !ielen) { -+ /* Treat this as normal case, but need to clear WIFI_UNDER_WPS */ -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ goto exit; -+ } -+ -+ if (ielen > MAX_WPA_IE_LEN+MAX_WPS_IE_LEN+MAX_P2P_IE_LEN) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ buf = rtw_zmalloc(ielen); -+ if (buf == NULL) { -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ memcpy(buf, pie , ielen); -+ -+ /* dump */ -+ { -+ int i; -+ DBG_8192C("set wpa_ie(length:%zu):\n", ielen); -+ for (i = 0;i0) -+ { -+ if (rtw_parse_wpa_ie(pwpa, wpa_ielen+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype =Ndis802_11AuthModeWPAPSK; -+ memcpy(padapter->securitypriv.supplicant_ie, &pwpa[0], wpa_ielen+2); -+ -+ DBG_8192C("got wpa_ie, wpa_ielen:%u\n", wpa_ielen); -+ } -+ } -+ -+ pwpa2 = rtw_get_wpa2_ie(buf, &wpa2_ielen, ielen); -+ if (pwpa2 && wpa2_ielen>0) -+ { -+ if (rtw_parse_wpa2_ie(pwpa2, wpa2_ielen+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype =Ndis802_11AuthModeWPA2PSK; -+ memcpy(padapter->securitypriv.supplicant_ie, &pwpa2[0], wpa2_ielen+2); -+ -+ DBG_8192C("got wpa2_ie, wpa2_ielen:%u\n", wpa2_ielen); -+ } -+ } -+ -+ if (group_cipher == 0) -+ { -+ group_cipher = WPA_CIPHER_NONE; -+ } -+ if (pairwise_cipher == 0) -+ { -+ pairwise_cipher = WPA_CIPHER_NONE; -+ } -+ -+ switch (group_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot118021XGrpPrivacy = _NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus =Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot118021XGrpPrivacy = _TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot118021XGrpPrivacy = _AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ switch (pairwise_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus =Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ {/* handle wps_ie */ -+ uint wps_ielen; -+ u8 *wps_ie; -+ -+ wps_ie = rtw_get_wps_ie(buf, ielen, NULL, &wps_ielen); -+ if (wps_ie && wps_ielen > 0) { -+ DBG_8192C("got wps_ie, wps_ielen:%u\n", wps_ielen); -+ padapter->securitypriv.wps_ie_len = wps_ielensecuritypriv.wps_ie, wps_ie, padapter->securitypriv.wps_ie_len); -+ set_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ } else { -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ } -+ } -+ -+ /* TKIP and AES disallow multicast packets until installing group key */ -+ if (padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_WTMIC_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _AES_) -+ /* WPS open need to enable multicast */ -+ /* check_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS) == true) */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_OFF_RCR_AM, null_addr); -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_set_wpa_ie: pairwise_cipher = 0x%08x padapter->securitypriv.ndisencryptstatus =%d padapter->securitypriv.ndisauthtype =%d\n", -+ pairwise_cipher, padapter->securitypriv.ndisencryptstatus, padapter->securitypriv.ndisauthtype)); -+ -+exit: -+ if (buf) -+ kfree(buf); -+ if (ret) -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ return ret; -+} -+ -+static int cfg80211_rtw_join_ibss(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_ibss_params *params) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct ndis_802_11_ssid ndis_ssid; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ int ret = 0; -+ -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ if (!params->ssid || !params->ssid_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (params->ssid_len > IW_ESSID_MAX_SIZE) { -+ -+ ret = -E2BIG; -+ goto exit; -+ } -+ -+ memset(&ndis_ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ ndis_ssid.SsidLength = params->ssid_len; -+ memcpy(ndis_ssid.Ssid, (u8 *)params->ssid, params->ssid_len); -+ -+ /* DBG_8192C("ssid =%s, len =%zu\n", ndis_ssid.Ssid, params->ssid_len); */ -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ -+ ret = rtw_cfg80211_set_auth_type(psecuritypriv, NL80211_AUTHTYPE_OPEN_SYSTEM); -+ rtw_set_802_11_authentication_mode(padapter, psecuritypriv->ndisauthtype); -+ -+ if (rtw_set_802_11_ssid(padapter, &ndis_ssid) == false) -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+static int cfg80211_rtw_leave_ibss(struct wiphy *wiphy, struct net_device *ndev) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct wireless_dev *rtw_wdev = padapter->rtw_wdev; -+ enum nl80211_iftype old_type; -+ int ret = 0; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ padapter->mlmepriv.not_indic_disco = true; -+ -+ old_type = rtw_wdev->iftype; -+ -+ rtw_set_to_roam(padapter, 0); -+ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED)) -+ { -+ rtw_scan_abort(padapter); -+ LeaveAllPowerSaveMode(padapter); -+ -+ rtw_wdev->iftype = NL80211_IFTYPE_STATION; -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, Ndis802_11Infrastructure) ==false) -+ { -+ rtw_wdev->iftype = old_type; -+ ret = -EPERM; -+ goto leave_ibss; -+ } -+ rtw_setopmode_cmd(padapter, Ndis802_11Infrastructure, true); -+ } -+ -+leave_ibss: -+ padapter->mlmepriv.not_indic_disco = false; -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_connect(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_connect_params *sme) -+{ -+ int ret = 0; -+ enum NDIS_802_11_AUTHENTICATION_MODE authmode; -+ struct ndis_802_11_ssid ndis_ssid; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ padapter->mlmepriv.not_indic_disco = true; -+ -+ DBG_871X("=>"FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ DBG_871X("privacy =%d, key =%p, key_len =%d, key_idx =%d\n", -+ sme->privacy, sme->key, sme->key_len, sme->key_idx); -+ -+ -+ if (adapter_wdev_data(padapter)->block == true) -+ { -+ ret = -EBUSY; -+ DBG_871X("%s wdev_priv.block is set\n", __func__); -+ goto exit; -+ } -+ -+ rtw_ps_deny(padapter, PS_DENY_JOIN); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ if (!sme->ssid || !sme->ssid_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (sme->ssid_len > IW_ESSID_MAX_SIZE) { -+ -+ ret = -E2BIG; -+ goto exit; -+ } -+ -+ memset(&ndis_ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ ndis_ssid.SsidLength = sme->ssid_len; -+ memcpy(ndis_ssid.Ssid, (u8 *)sme->ssid, sme->ssid_len); -+ -+ DBG_8192C("ssid =%s, len =%zu\n", ndis_ssid.Ssid, sme->ssid_len); -+ -+ -+ if (sme->bssid) -+ DBG_8192C("bssid ="MAC_FMT"\n", MAC_ARG(sme->bssid)); -+ -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) { -+ ret = -EBUSY; -+ DBG_8192C("%s, fw_state = 0x%x, goto exit\n", __func__, pmlmepriv->fw_state); -+ goto exit; -+ } -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) { -+ rtw_scan_abort(padapter); -+ } -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ -+ ret = rtw_cfg80211_set_wpa_version(psecuritypriv, sme->crypto.wpa_versions); -+ if (ret < 0) -+ goto exit; -+ -+ ret = rtw_cfg80211_set_auth_type(psecuritypriv, sme->auth_type); -+ -+ if (ret < 0) -+ goto exit; -+ -+ DBG_8192C("%s, ie_len =%zu\n", __func__, sme->ie_len); -+ -+ ret = rtw_cfg80211_set_wpa_ie(padapter, (u8 *)sme->ie, sme->ie_len); -+ if (ret < 0) -+ goto exit; -+ -+ if (sme->crypto.n_ciphers_pairwise) { -+ ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.ciphers_pairwise[0], true); -+ if (ret < 0) -+ goto exit; -+ } -+ -+ /* For WEP Shared auth */ -+ if ((psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_Shared -+ || psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_Auto) && sme->key -+ ) -+ { -+ u32 wep_key_idx, wep_key_len, wep_total_len; -+ struct ndis_802_11_wep *pwep = NULL; -+ DBG_871X("%s(): Shared/Auto WEP\n", __func__); -+ -+ wep_key_idx = sme->key_idx; -+ wep_key_len = sme->key_len; -+ -+ if (sme->key_idx > WEP_KEYS) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); -+ pwep =(struct ndis_802_11_wep *) rtw_malloc(wep_total_len); -+ if (pwep == NULL) { -+ DBG_871X(" wpa_set_encryption: pwep allocate fail !!!\n"); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ memset(pwep, 0, wep_total_len); -+ -+ pwep->KeyLength = wep_key_len; -+ pwep->Length = wep_total_len; -+ -+ if (wep_key_len == 13) -+ { -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP104_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP104_; -+ } -+ } -+ else { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ pwep->KeyIndex = wep_key_idx; -+ pwep->KeyIndex |= 0x80000000; -+ -+ memcpy(pwep->KeyMaterial, (void *)sme->key, pwep->KeyLength); -+ -+ if (rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) -+ { -+ ret = -EOPNOTSUPP ; -+ } -+ -+ kfree((u8 *)pwep); -+ -+ if (ret < 0) -+ goto exit; -+ } -+ -+ ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, false); -+ if (ret < 0) -+ return ret; -+ -+ if (sme->crypto.n_akm_suites) { -+ ret = rtw_cfg80211_set_key_mgt(psecuritypriv, sme->crypto.akm_suites[0]); -+ if (ret < 0) -+ goto exit; -+ } -+ -+ authmode = psecuritypriv->ndisauthtype; -+ rtw_set_802_11_authentication_mode(padapter, authmode); -+ -+ /* rtw_set_802_11_encryption_mode(padapter, padapter->securitypriv.ndisencryptstatus); */ -+ -+ if (rtw_set_802_11_connect(padapter, (u8 *)sme->bssid, &ndis_ssid) == false) { -+ ret = -1; -+ goto exit; -+ } -+ -+ DBG_8192C("set ssid:dot11AuthAlgrthm =%d, dot11PrivacyAlgrthm =%d, dot118021XGrpPrivacy =%d\n", psecuritypriv->dot11AuthAlgrthm, psecuritypriv->dot11PrivacyAlgrthm, psecuritypriv->dot118021XGrpPrivacy); -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_JOIN); -+ -+ DBG_8192C("<=%s, ret %d\n", __func__, ret); -+ -+ padapter->mlmepriv.not_indic_disco = false; -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_disconnect(struct wiphy *wiphy, struct net_device *ndev, -+ u16 reason_code) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ padapter->mlmepriv.not_indic_disco = true; -+ -+ rtw_set_to_roam(padapter, 0); -+ -+ rtw_scan_abort(padapter); -+ LeaveAllPowerSaveMode(padapter); -+ rtw_disassoc_cmd(padapter, 500, false); -+ -+ DBG_871X("%s...call rtw_indicate_disconnect\n", __func__); -+ -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ rtw_pwr_wakeup(padapter); -+ -+ padapter->mlmepriv.not_indic_disco = false; -+ -+ DBG_871X(FUNC_NDEV_FMT" return 0\n", FUNC_NDEV_ARG(ndev)); -+ return 0; -+} -+ -+static int cfg80211_rtw_set_txpower(struct wiphy *wiphy, -+ struct wireless_dev *wdev, -+ enum nl80211_tx_power_setting type, int mbm) -+{ -+ DBG_8192C("%s\n", __func__); -+ return 0; -+} -+ -+static int cfg80211_rtw_get_txpower(struct wiphy *wiphy, -+ struct wireless_dev *wdev, -+ int *dbm) -+{ -+ DBG_8192C("%s\n", __func__); -+ -+ *dbm = (12); -+ -+ return 0; -+} -+ -+inline bool rtw_cfg80211_pwr_mgmt(struct adapter *adapter) -+{ -+ struct rtw_wdev_priv *rtw_wdev_priv = adapter_wdev_data(adapter); -+ return rtw_wdev_priv->power_mgmt; -+} -+ -+static int cfg80211_rtw_set_power_mgmt(struct wiphy *wiphy, -+ struct net_device *ndev, -+ bool enabled, int timeout) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct rtw_wdev_priv *rtw_wdev_priv = adapter_wdev_data(padapter); -+ -+ DBG_871X(FUNC_NDEV_FMT" enabled:%u, timeout:%d\n", FUNC_NDEV_ARG(ndev), -+ enabled, timeout); -+ -+ rtw_wdev_priv->power_mgmt = enabled; -+ -+ if (!enabled) -+ LPS_Leave(padapter, "CFG80211_PWRMGMT"); -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_set_pmksa(struct wiphy *wiphy, -+ struct net_device *ndev, -+ struct cfg80211_pmksa *pmksa) -+{ -+ u8 index, blInserted = false; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ u8 strZeroMacAddress[ ETH_ALEN ] = { 0x00 }; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ if (!memcmp((u8 *)pmksa->bssid, strZeroMacAddress, ETH_ALEN)) -+ { -+ return -EINVAL; -+ } -+ -+ blInserted = false; -+ -+ /* overwrite PMKID */ -+ for (index = 0 ; indexPMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN)) -+ { /* BSSID is matched, the same AP => rewrite with new PMKID. */ -+ DBG_871X(FUNC_NDEV_FMT" BSSID exists in the PMKList.\n", FUNC_NDEV_ARG(ndev)); -+ -+ memcpy(psecuritypriv->PMKIDList[index].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); -+ psecuritypriv->PMKIDList[index].bUsed = true; -+ psecuritypriv->PMKIDIndex = index+1; -+ blInserted = true; -+ break; -+ } -+ } -+ -+ if (!blInserted) -+ { -+ /* Find a new entry */ -+ DBG_871X(FUNC_NDEV_FMT" Use the new entry index = %d for this PMKID.\n", -+ FUNC_NDEV_ARG(ndev), psecuritypriv->PMKIDIndex); -+ -+ memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].Bssid, (u8 *)pmksa->bssid, ETH_ALEN); -+ memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); -+ -+ psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].bUsed = true; -+ psecuritypriv->PMKIDIndex++ ; -+ if (psecuritypriv->PMKIDIndex == 16) -+ { -+ psecuritypriv->PMKIDIndex = 0; -+ } -+ } -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_del_pmksa(struct wiphy *wiphy, -+ struct net_device *ndev, -+ struct cfg80211_pmksa *pmksa) -+{ -+ u8 index, bMatched = false; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ for (index = 0 ; indexPMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN)) -+ { /* BSSID is matched, the same AP => Remove this PMKID information and reset it. */ -+ memset(psecuritypriv->PMKIDList[index].Bssid, 0x00, ETH_ALEN); -+ memset(psecuritypriv->PMKIDList[index].PMKID, 0x00, WLAN_PMKID_LEN); -+ psecuritypriv->PMKIDList[index].bUsed = false; -+ bMatched = true; -+ break; -+ } -+ } -+ -+ if (false == bMatched) -+ { -+ DBG_871X(FUNC_NDEV_FMT" do not have matched BSSID\n" -+ , FUNC_NDEV_ARG(ndev)); -+ return -EINVAL; -+ } -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_flush_pmksa(struct wiphy *wiphy, -+ struct net_device *ndev) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ memset(&psecuritypriv->PMKIDList[ 0 ], 0x00, sizeof(RT_PMKID_LIST) * NUM_PMKID_CACHE); -+ psecuritypriv->PMKIDIndex = 0; -+ -+ return 0; -+} -+ -+void rtw_cfg80211_indicate_sta_assoc(struct adapter *padapter, u8 *pmgmt_frame, uint frame_len) -+{ -+ struct net_device *ndev = padapter->pnetdev; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ { -+ struct station_info sinfo; -+ u8 ie_offset; -+ if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) -+ ie_offset = _ASOCREQ_IE_OFFSET_; -+ else /* WIFI_REASSOCREQ */ -+ ie_offset = _REASOCREQ_IE_OFFSET_; -+ -+ sinfo.filled = 0; -+ sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; -+ sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; -+ cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); -+ } -+} -+ -+void rtw_cfg80211_indicate_sta_disassoc(struct adapter *padapter, unsigned char *da, unsigned short reason) -+{ -+ struct net_device *ndev = padapter->pnetdev; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ cfg80211_del_sta(ndev, da, GFP_ATOMIC); -+} -+ -+static int rtw_cfg80211_monitor_if_open(struct net_device *ndev) -+{ -+ int ret = 0; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ return ret; -+} -+ -+static int rtw_cfg80211_monitor_if_close(struct net_device *ndev) -+{ -+ int ret = 0; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ return ret; -+} -+ -+static int rtw_cfg80211_monitor_if_xmit_entry(struct sk_buff *skb, struct net_device *ndev) -+{ -+ int ret = 0; -+ int rtap_len; -+ int qos_len = 0; -+ int dot11_hdr_len = 24; -+ int snap_len = 6; -+ unsigned char *pdata; -+ u16 frame_control; -+ unsigned char src_mac_addr[6]; -+ unsigned char dst_mac_addr[6]; -+ struct ieee80211_hdr *dot11_hdr; -+ struct ieee80211_radiotap_header *rtap_hdr; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ if (skb) -+ rtw_mstat_update(MSTAT_TYPE_SKB, MSTAT_ALLOC_SUCCESS, skb->truesize); -+ -+ if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) -+ goto fail; -+ -+ rtap_hdr = (struct ieee80211_radiotap_header *)skb->data; -+ if (unlikely(rtap_hdr->it_version)) -+ goto fail; -+ -+ rtap_len = ieee80211_get_radiotap_len(skb->data); -+ if (unlikely(skb->len < rtap_len)) -+ goto fail; -+ -+ if (rtap_len != 14) -+ { -+ DBG_8192C("radiotap len (should be 14): %d\n", rtap_len); -+ goto fail; -+ } -+ -+ /* Skip the ratio tap header */ -+ skb_pull(skb, rtap_len); -+ -+ dot11_hdr = (struct ieee80211_hdr *)skb->data; -+ frame_control = le16_to_cpu(dot11_hdr->frame_control); -+ /* Check if the QoS bit is set */ -+ if ((frame_control & RTW_IEEE80211_FCTL_FTYPE) == RTW_IEEE80211_FTYPE_DATA) { -+ /* Check if this ia a Wireless Distribution System (WDS) frame -+ * which has 4 MAC addresses -+ */ -+ if (frame_control & 0x0080) -+ qos_len = 2; -+ if ((frame_control & 0x0300) == 0x0300) -+ dot11_hdr_len += 6; -+ -+ memcpy(dst_mac_addr, dot11_hdr->addr1, sizeof(dst_mac_addr)); -+ memcpy(src_mac_addr, dot11_hdr->addr2, sizeof(src_mac_addr)); -+ -+ /* Skip the 802.11 header, QoS (if any) and SNAP, but leave spaces for -+ * for two MAC addresses -+ */ -+ skb_pull(skb, dot11_hdr_len + qos_len + snap_len - sizeof(src_mac_addr) * 2); -+ pdata = (unsigned char*)skb->data; -+ memcpy(pdata, dst_mac_addr, sizeof(dst_mac_addr)); -+ memcpy(pdata + sizeof(dst_mac_addr), src_mac_addr, sizeof(src_mac_addr)); -+ -+ DBG_8192C("should be eapol packet\n"); -+ -+ /* Use the real net device to transmit the packet */ -+ ret = _rtw_xmit_entry(skb, padapter->pnetdev); -+ -+ return ret; -+ -+ } -+ else if ((frame_control & (RTW_IEEE80211_FCTL_FTYPE|RTW_IEEE80211_FCTL_STYPE)) -+ == (RTW_IEEE80211_FTYPE_MGMT|RTW_IEEE80211_STYPE_ACTION) -+ ) -+ { -+ /* only for action frames */ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ /* u8 category, action, OUI_Subtype, dialogToken = 0; */ -+ /* unsigned char *frame_body; */ -+ struct ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ u8 *buf = skb->data; -+ u32 len = skb->len; -+ u8 category, action; -+ -+ if (rtw_action_frame_parse(buf, len, &category, &action) == false) { -+ DBG_8192C(FUNC_NDEV_FMT" frame_control:0x%x\n", FUNC_NDEV_ARG(ndev), -+ le16_to_cpu(((struct ieee80211_hdr_3addr *)buf)->frame_control)); -+ goto fail; -+ } -+ -+ DBG_8192C("RTW_Tx:da ="MAC_FMT" via "FUNC_NDEV_FMT"\n", -+ MAC_ARG(GetAddr1Ptr(buf)), FUNC_NDEV_ARG(ndev)); -+ if (category == RTW_WLAN_CATEGORY_PUBLIC) -+ DBG_871X("RTW_Tx:%s\n", action_public_str(action)); -+ else -+ DBG_871X("RTW_Tx:category(%u), action(%u)\n", category, action); -+ -+ /* starting alloc mgmt frame to dump it */ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ goto fail; -+ } -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = false; -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ memcpy(pframe, (void*)buf, len); -+ pattrib->pktlen = len; -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ /* update seq number */ -+ pmlmeext->mgnt_seq = GetSequence(pwlanhdr); -+ pattrib->seqnum = pmlmeext->mgnt_seq; -+ pmlmeext->mgnt_seq++; -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ } -+ else -+ { -+ DBG_8192C("frame_control = 0x%x\n", frame_control & (RTW_IEEE80211_FCTL_FTYPE|RTW_IEEE80211_FCTL_STYPE)); -+ } -+ -+ -+fail: -+ -+ dev_kfree_skb_any(skb); -+ -+ return 0; -+ -+} -+ -+static int rtw_cfg80211_monitor_if_set_mac_address(struct net_device *ndev, void *addr) -+{ -+ int ret = 0; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ return ret; -+} -+ -+static const struct net_device_ops rtw_cfg80211_monitor_if_ops = { -+ .ndo_open = rtw_cfg80211_monitor_if_open, -+ .ndo_stop = rtw_cfg80211_monitor_if_close, -+ .ndo_start_xmit = rtw_cfg80211_monitor_if_xmit_entry, -+ .ndo_set_mac_address = rtw_cfg80211_monitor_if_set_mac_address, -+}; -+ -+static int rtw_cfg80211_add_monitor_if (struct adapter *padapter, char *name, struct net_device **ndev) -+{ -+ int ret = 0; -+ struct net_device* mon_ndev = NULL; -+ struct wireless_dev* mon_wdev = NULL; -+ struct rtw_netdev_priv_indicator *pnpi; -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(padapter); -+ -+ if (!name) { -+ DBG_871X(FUNC_ADPT_FMT" without specific name\n", FUNC_ADPT_ARG(padapter)); -+ ret = -EINVAL; -+ goto out; -+ } -+ -+ if (pwdev_priv->pmon_ndev) { -+ DBG_871X(FUNC_ADPT_FMT" monitor interface exist: "NDEV_FMT"\n", -+ FUNC_ADPT_ARG(padapter), NDEV_ARG(pwdev_priv->pmon_ndev)); -+ ret = -EBUSY; -+ goto out; -+ } -+ -+ mon_ndev = alloc_etherdev(sizeof(struct rtw_netdev_priv_indicator)); -+ if (!mon_ndev) { -+ DBG_871X(FUNC_ADPT_FMT" allocate ndev fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ mon_ndev->type = ARPHRD_IEEE80211_RADIOTAP; -+ strncpy(mon_ndev->name, name, IFNAMSIZ); -+ mon_ndev->name[IFNAMSIZ - 1] = 0; -+ mon_ndev->destructor = rtw_ndev_destructor; -+ -+ mon_ndev->netdev_ops = &rtw_cfg80211_monitor_if_ops; -+ -+ pnpi = netdev_priv(mon_ndev); -+ pnpi->priv = padapter; -+ pnpi->sizeof_priv = sizeof(struct adapter); -+ -+ /* wdev */ -+ mon_wdev = (struct wireless_dev *)rtw_zmalloc(sizeof(struct wireless_dev)); -+ if (!mon_wdev) { -+ DBG_871X(FUNC_ADPT_FMT" allocate mon_wdev fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ mon_wdev->wiphy = padapter->rtw_wdev->wiphy; -+ mon_wdev->netdev = mon_ndev; -+ mon_wdev->iftype = NL80211_IFTYPE_MONITOR; -+ mon_ndev->ieee80211_ptr = mon_wdev; -+ -+ ret = register_netdevice(mon_ndev); -+ if (ret) { -+ goto out; -+ } -+ -+ *ndev = pwdev_priv->pmon_ndev = mon_ndev; -+ memcpy(pwdev_priv->ifname_mon, name, IFNAMSIZ+1); -+ -+out: -+ if (ret && mon_wdev) { -+ kfree((u8 *)mon_wdev); -+ mon_wdev = NULL; -+ } -+ -+ if (ret && mon_ndev) { -+ free_netdev(mon_ndev); -+ *ndev = mon_ndev = NULL; -+ } -+ -+ return ret; -+} -+ -+static struct wireless_dev * -+ cfg80211_rtw_add_virtual_intf( -+ struct wiphy *wiphy, -+ const char *name, -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0)) -+ unsigned char name_assign_type, -+ #endif -+ enum nl80211_iftype type, u32 *flags, struct vif_params *params) -+{ -+ int ret = 0; -+ struct net_device* ndev = NULL; -+ struct adapter *padapter = wiphy_to_adapter(wiphy); -+ -+ DBG_871X(FUNC_ADPT_FMT " wiphy:%s, name:%s, type:%d\n", -+ FUNC_ADPT_ARG(padapter), wiphy_name(wiphy), name, type); -+ -+ switch (type) { -+ case NL80211_IFTYPE_ADHOC: -+ case NL80211_IFTYPE_AP_VLAN: -+ case NL80211_IFTYPE_WDS: -+ case NL80211_IFTYPE_MESH_POINT: -+ ret = -ENODEV; -+ break; -+ case NL80211_IFTYPE_MONITOR: -+ ret = rtw_cfg80211_add_monitor_if(padapter, (char *)name, &ndev); -+ break; -+ case NL80211_IFTYPE_P2P_CLIENT: -+ case NL80211_IFTYPE_STATION: -+ ret = -ENODEV; -+ break; -+ case NL80211_IFTYPE_P2P_GO: -+ case NL80211_IFTYPE_AP: -+ ret = -ENODEV; -+ break; -+ default: -+ ret = -ENODEV; -+ DBG_871X("Unsupported interface type\n"); -+ break; -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" ndev:%p, ret:%d\n", FUNC_ADPT_ARG(padapter), ndev, ret); -+ -+ return ndev ? ndev->ieee80211_ptr : ERR_PTR(ret); -+} -+ -+static int cfg80211_rtw_del_virtual_intf(struct wiphy *wiphy, -+ struct wireless_dev *wdev -+) -+{ -+ struct net_device *ndev = wdev_to_ndev(wdev); -+ int ret = 0; -+ struct adapter *adapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ if (!ndev) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ adapter = (struct adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(adapter); -+ -+ unregister_netdevice(ndev); -+ -+ if (ndev == pwdev_priv->pmon_ndev) { -+ pwdev_priv->pmon_ndev = NULL; -+ pwdev_priv->ifname_mon[0] = '\0'; -+ DBG_871X(FUNC_NDEV_FMT" remove monitor interface\n", FUNC_NDEV_ARG(ndev)); -+ } -+ -+exit: -+ return ret; -+} -+ -+static int rtw_add_beacon(struct adapter *adapter, const u8 *head, size_t head_len, const u8 *tail, size_t tail_len) -+{ -+ int ret = 0; -+ u8 *pbuf = NULL; -+ uint len, wps_ielen = 0; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ DBG_8192C("%s beacon_head_len =%zu, beacon_tail_len =%zu\n", __func__, head_len, tail_len); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ if (head_len<24) -+ return -EINVAL; -+ -+ pbuf = rtw_zmalloc(head_len+tail_len); -+ if (!pbuf) -+ return -ENOMEM; -+ -+ memcpy(pbuf, (void *)head+24, head_len-24);/* 24 =beacon header len. */ -+ memcpy(pbuf+head_len-24, (void *)tail, tail_len); -+ -+ len = head_len+tail_len-24; -+ -+ /* check wps ie if inclued */ -+ if (rtw_get_wps_ie(pbuf+_FIXED_IE_LENGTH_, len-_FIXED_IE_LENGTH_, NULL, &wps_ielen)) -+ DBG_8192C("add bcn, wps_ielen =%d\n", wps_ielen); -+ -+ /* pbss_network->IEs will not include p2p_ie, wfd ie */ -+ rtw_ies_remove_ie(pbuf, &len, _BEACON_IE_OFFSET_, _VENDOR_SPECIFIC_IE_, P2P_OUI, 4); -+ rtw_ies_remove_ie(pbuf, &len, _BEACON_IE_OFFSET_, _VENDOR_SPECIFIC_IE_, WFD_OUI, 4); -+ -+ if (rtw_check_beacon_data(adapter, pbuf, len) == _SUCCESS) -+ { -+ ret = 0; -+ } -+ else -+ { -+ ret = -EINVAL; -+ } -+ -+ -+ kfree(pbuf); -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_start_ap(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_ap_settings *settings) -+{ -+ int ret = 0; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT" hidden_ssid:%d, auth_type:%d\n", FUNC_NDEV_ARG(ndev), -+ settings->hidden_ssid, settings->auth_type); -+ -+ ret = rtw_add_beacon(adapter, settings->beacon.head, settings->beacon.head_len, -+ settings->beacon.tail, settings->beacon.tail_len); -+ -+ adapter->mlmeextpriv.mlmext_info.hidden_ssid_mode = settings->hidden_ssid; -+ -+ if (settings->ssid && settings->ssid_len) { -+ struct wlan_bssid_ex *pbss_network = &adapter->mlmepriv.cur_network.network; -+ struct wlan_bssid_ex *pbss_network_ext = &adapter->mlmeextpriv.mlmext_info.network; -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" ssid:(%s,%zu), from ie:(%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ settings->ssid, settings->ssid_len, -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength); -+ -+ memcpy(pbss_network->Ssid.Ssid, (void *)settings->ssid, settings->ssid_len); -+ pbss_network->Ssid.SsidLength = settings->ssid_len; -+ memcpy(pbss_network_ext->Ssid.Ssid, (void *)settings->ssid, settings->ssid_len); -+ pbss_network_ext->Ssid.SsidLength = settings->ssid_len; -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" after ssid:(%s,%d), (%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength, -+ pbss_network_ext->Ssid.Ssid, pbss_network_ext->Ssid.SsidLength); -+ } -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_change_beacon(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_beacon_data *info) -+{ -+ int ret = 0; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ ret = rtw_add_beacon(adapter, info->head, info->head_len, info->tail, info->tail_len); -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ return 0; -+} -+ -+static int cfg80211_rtw_add_station(struct wiphy *wiphy, struct net_device *ndev, -+ const u8 *mac, -+ struct station_parameters *params) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_del_station(struct wiphy *wiphy, struct net_device *ndev, -+ struct station_del_parameters *params) -+{ -+ int ret = 0; -+ struct list_head *phead, *plist; -+ u8 updated = false; -+ struct sta_info *psta = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ const u8 *mac = params->mac; -+ -+ DBG_871X("+"FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ if (check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != true) -+ { -+ DBG_8192C("%s, fw_state != FW_LINKED|WIFI_AP_STATE\n", __func__); -+ return -EINVAL; -+ } -+ -+ -+ if (!mac) -+ { -+ DBG_8192C("flush all sta, and cam_entry\n"); -+ -+ flush_all_cam_entry(padapter); /* clear CAM */ -+ -+ ret = rtw_sta_flush(padapter); -+ -+ return ret; -+ } -+ -+ -+ DBG_8192C("free sta macaddr =" MAC_FMT "\n", MAC_ARG(mac)); -+ -+ if (mac[0] == 0xff && mac[1] == 0xff && -+ mac[2] == 0xff && mac[3] == 0xff && -+ mac[4] == 0xff && mac[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ /* check asoc_queue */ -+ while (phead != plist) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ -+ plist = get_next(plist); -+ -+ if (!memcmp((u8 *)mac, psta->hwaddr, ETH_ALEN)) -+ { -+ if (psta->dot8021xalg == 1 && psta->bpairwise_key_installed == false) -+ { -+ DBG_8192C("%s, sta's dot8021xalg = 1 and key_installed = false\n", __func__); -+ } -+ else -+ { -+ DBG_8192C("free psta =%p, aid =%d\n", psta, psta->aid); -+ -+ list_del_init(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ -+ updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); -+ -+ psta = NULL; -+ -+ break; -+ } -+ -+ } -+ -+ } -+ -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ associated_clients_update(padapter, updated); -+ -+ DBG_871X("-"FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_change_station(struct wiphy *wiphy, struct net_device *ndev, -+ const u8 *mac, struct station_parameters *params) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return 0; -+} -+ -+static struct sta_info *rtw_sta_info_get_by_idx(const int idx, struct sta_priv *pstapriv) -+ -+{ -+ struct list_head *phead, *plist; -+ struct sta_info *psta = NULL; -+ int i = 0; -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ /* check asoc_queue */ -+ while (phead != plist) -+ { -+ if (idx == i) psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ i++; -+ } -+ return psta; -+} -+ -+static int cfg80211_rtw_dump_station(struct wiphy *wiphy, struct net_device *ndev, -+ int idx, u8 *mac, struct station_info *sinfo) -+{ -+ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ psta = rtw_sta_info_get_by_idx(idx, pstapriv); -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ if (NULL == psta) -+ { -+ DBG_871X("Station is not found\n"); -+ ret = -ENOENT; -+ goto exit; -+ } -+ memcpy(mac, psta->hwaddr, ETH_ALEN); -+ sinfo->filled = BIT(NL80211_STA_INFO_SIGNAL); -+ sinfo->signal = psta->rssi; -+ -+exit: -+ return ret; -+} -+ -+static int cfg80211_rtw_change_bss(struct wiphy *wiphy, struct net_device *ndev, -+ struct bss_parameters *params) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ return 0; -+} -+ -+void rtw_cfg80211_rx_action(struct adapter *adapter, u8 *frame, uint frame_len, const char*msg) -+{ -+ s32 freq; -+ int channel; -+ u8 category, action; -+ -+ channel = rtw_get_oper_ch(adapter); -+ -+ rtw_action_frame_parse(frame, frame_len, &category, &action); -+ -+ DBG_8192C("RTW_Rx:cur_ch =%d\n", channel); -+ if (msg) -+ DBG_871X("RTW_Rx:%s\n", msg); -+ else -+ DBG_871X("RTW_Rx:category(%u), action(%u)\n", category, action); -+ -+ freq = rtw_ieee80211_channel_to_frequency(channel, IEEE80211_BAND_2GHZ); -+ -+ rtw_cfg80211_rx_mgmt(adapter, freq, 0, frame, frame_len, GFP_ATOMIC); -+} -+ -+static int _cfg80211_rtw_mgmt_tx(struct adapter *padapter, u8 tx_ch, const u8 *buf, size_t len) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ int ret = _FAIL; -+ bool ack = true; -+ struct ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ rtw_set_scan_deny(padapter, 1000); -+ -+ rtw_scan_abort(padapter); -+ if (tx_ch != rtw_get_oper_ch(padapter)) { -+ if (!check_fwstate(&padapter->mlmepriv, _FW_LINKED)) -+ pmlmeext->cur_channel = tx_ch; -+ set_channel_bwmode(padapter, tx_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+ -+ /* starting alloc mgmt frame to dump it */ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ /* ret = -ENOMEM; */ -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ /* update attribute */ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = false; -+ -+ memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ memcpy(pframe, (void*)buf, len); -+ pattrib->pktlen = len; -+ -+ pwlanhdr = (struct ieee80211_hdr *)pframe; -+ /* update seq number */ -+ pmlmeext->mgnt_seq = GetSequence(pwlanhdr); -+ pattrib->seqnum = pmlmeext->mgnt_seq; -+ pmlmeext->mgnt_seq++; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if (dump_mgntframe_and_wait_ack(padapter, pmgntframe) != _SUCCESS) -+ { -+ ack = false; -+ ret = _FAIL; -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ack == _FAIL\n", __func__); -+ #endif -+ } -+ else -+ { -+ -+ msleep(50); -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ack =%d, ok!\n", __func__, ack); -+ #endif -+ ret = _SUCCESS; -+ } -+ -+exit: -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ret =%d\n", __func__, ret); -+ #endif -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_mgmt_tx(struct wiphy *wiphy, -+ struct wireless_dev *wdev, -+ struct cfg80211_mgmt_tx_params *params, -+ u64 *cookie) -+{ -+ struct net_device *ndev = wdev_to_ndev(wdev); -+ struct ieee80211_channel *chan = params->chan; -+ const u8 *buf = params->buf; -+ size_t len = params->len; -+ int ret = 0; -+ int tx_ret; -+ u32 dump_limit = RTW_MAX_MGMT_TX_CNT; -+ u32 dump_cnt = 0; -+ bool ack = true; -+ u8 tx_ch = (u8)ieee80211_frequency_to_channel(chan->center_freq); -+ u8 category, action; -+ int type = (-1); -+ struct adapter *padapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ if (ndev == NULL) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ padapter = (struct adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(padapter); -+ -+ /* cookie generation */ -+ *cookie = (unsigned long) buf; -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X(FUNC_ADPT_FMT" len =%zu, ch =%d" -+ "\n", FUNC_ADPT_ARG(padapter), -+ len, tx_ch -+ ); -+#endif /* CONFIG_DEBUG_CFG80211 */ -+ -+ /* indicate ack before issue frame to avoid racing with rsp frame */ -+ rtw_cfg80211_mgmt_tx_status(padapter, *cookie, buf, len, ack, GFP_KERNEL); -+ -+ if (rtw_action_frame_parse(buf, len, &category, &action) == false) { -+ DBG_8192C(FUNC_ADPT_FMT" frame_control:0x%x\n", FUNC_ADPT_ARG(padapter), -+ le16_to_cpu(((struct ieee80211_hdr_3addr *)buf)->frame_control)); -+ goto exit; -+ } -+ -+ DBG_8192C("RTW_Tx:tx_ch =%d, da ="MAC_FMT"\n", tx_ch, MAC_ARG(GetAddr1Ptr(buf))); -+ if (category == RTW_WLAN_CATEGORY_PUBLIC) -+ DBG_871X("RTW_Tx:%s\n", action_public_str(action)); -+ else -+ DBG_871X("RTW_Tx:category(%u), action(%u)\n", category, action); -+ -+ rtw_ps_deny(padapter, PS_DENY_MGNT_TX); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret = -EFAULT; -+ goto cancel_ps_deny; -+ } -+ -+ do { -+ dump_cnt++; -+ tx_ret = _cfg80211_rtw_mgmt_tx(padapter, tx_ch, buf, len); -+ } while (dump_cnt < dump_limit && tx_ret != _SUCCESS); -+ -+ if (tx_ret != _SUCCESS || dump_cnt > 1) { -+ DBG_871X(FUNC_ADPT_FMT" %s (%d/%d)\n", FUNC_ADPT_ARG(padapter), -+ tx_ret == _SUCCESS?"OK":"FAIL", dump_cnt, dump_limit); -+ } -+ -+ switch (type) { -+ case P2P_GO_NEGO_CONF: -+ rtw_clear_scan_deny(padapter); -+ break; -+ case P2P_INVIT_RESP: -+ if (pwdev_priv->invit_info.flags & BIT(0) -+ && pwdev_priv->invit_info.status == 0) -+ { -+ DBG_871X(FUNC_ADPT_FMT" agree with invitation of persistent group\n", -+ FUNC_ADPT_ARG(padapter)); -+ rtw_set_scan_deny(padapter, 5000); -+ rtw_pwr_wakeup_ex(padapter, 5000); -+ rtw_clear_scan_deny(padapter); -+ } -+ break; -+ } -+ -+cancel_ps_deny: -+ rtw_ps_deny_cancel(padapter, PS_DENY_MGNT_TX); -+exit: -+ return ret; -+} -+ -+static void cfg80211_rtw_mgmt_frame_register(struct wiphy *wiphy, -+ struct wireless_dev *wdev, -+ u16 frame_type, bool reg) -+{ -+ struct net_device *ndev = wdev_to_ndev(wdev); -+ struct adapter *adapter; -+ -+ if (ndev == NULL) -+ goto exit; -+ -+ adapter = (struct adapter *)rtw_netdev_priv(ndev); -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X(FUNC_ADPT_FMT" frame_type:%x, reg:%d\n", FUNC_ADPT_ARG(adapter), -+ frame_type, reg); -+#endif -+ -+ if (frame_type != (IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_REQ)) -+ return; -+exit: -+ return; -+} -+ -+#if defined(CONFIG_PNO_SUPPORT) -+static int cfg80211_rtw_sched_scan_start(struct wiphy *wiphy, -+ struct net_device *dev, -+ struct cfg80211_sched_scan_request *request) { -+ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 ret; -+ -+ if (padapter->bup == false) { -+ DBG_871X("%s: net device is down.\n", __func__); -+ return -EIO; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true || -+ check_fwstate(pmlmepriv, _FW_LINKED) == true || -+ check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) { -+ DBG_871X("%s: device is busy.\n", __func__); -+ rtw_scan_abort(padapter); -+ } -+ -+ if (request == NULL) { -+ DBG_871X("%s: invalid cfg80211_requests parameters.\n", __func__); -+ return -EINVAL; -+ } -+ -+ ret = rtw_android_cfg80211_pno_setup(dev, request->ssids, -+ request->n_ssids, request->interval); -+ -+ if (ret < 0) { -+ DBG_871X("%s ret: %d\n", __func__, ret); -+ goto exit; -+ } -+ -+ ret = rtw_android_pno_enable(dev, true); -+ if (ret < 0) { -+ DBG_871X("%s ret: %d\n", __func__, ret); -+ goto exit; -+ } -+exit: -+ return ret; -+} -+ -+static int cfg80211_rtw_sched_scan_stop(struct wiphy *wiphy, -+ struct net_device *dev) { -+ return rtw_android_pno_enable(dev, false); -+} -+#endif /* CONFIG_PNO_SUPPORT */ -+ -+static void rtw_cfg80211_init_ht_capab(struct ieee80211_sta_ht_cap *ht_cap, enum ieee80211_band band, u8 rf_type) -+{ -+ -+#define MAX_BIT_RATE_40MHZ_MCS15 300 /* Mbps */ -+#define MAX_BIT_RATE_40MHZ_MCS7 150 /* Mbps */ -+ -+ ht_cap->ht_supported = true; -+ -+ ht_cap->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 | -+ IEEE80211_HT_CAP_SGI_40 | IEEE80211_HT_CAP_SGI_20 | -+ IEEE80211_HT_CAP_DSSSCCK40 | IEEE80211_HT_CAP_MAX_AMSDU; -+ -+ /* -+ *Maximum length of AMPDU that the STA can receive. -+ *Length = 2 ^ (13 + max_ampdu_length_exp) - 1 (octets) -+ */ -+ ht_cap->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; -+ -+ /*Minimum MPDU start spacing , */ -+ ht_cap->ampdu_density = IEEE80211_HT_MPDU_DENSITY_16; -+ -+ ht_cap->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; -+ -+ /* -+ *hw->wiphy->bands[IEEE80211_BAND_2GHZ] -+ *base on ant_num -+ *rx_mask: RX mask -+ *if rx_ant = 1 rx_mask[0]= 0xff;==>MCS0-MCS7 -+ *if rx_ant =2 rx_mask[1]= 0xff;==>MCS8-MCS15 -+ *if rx_ant >=3 rx_mask[2]= 0xff; -+ *if BW_40 rx_mask[4]= 0x01; -+ *highest supported RX rate -+ */ -+ if (rf_type == RF_1T1R) -+ { -+ ht_cap->mcs.rx_mask[0] = 0xFF; -+ ht_cap->mcs.rx_mask[1] = 0x00; -+ ht_cap->mcs.rx_mask[4] = 0x01; -+ -+ ht_cap->mcs.rx_highest = cpu_to_le16(MAX_BIT_RATE_40MHZ_MCS7); -+ } -+ else if ((rf_type == RF_1T2R) || (rf_type ==RF_2T2R)) -+ { -+ ht_cap->mcs.rx_mask[0] = 0xFF; -+ ht_cap->mcs.rx_mask[1] = 0xFF; -+ ht_cap->mcs.rx_mask[4] = 0x01; -+ -+ ht_cap->mcs.rx_highest = cpu_to_le16(MAX_BIT_RATE_40MHZ_MCS15); -+ } -+ else -+ { -+ DBG_8192C("%s, error rf_type =%d\n", __func__, rf_type); -+ } -+ -+} -+ -+void rtw_cfg80211_init_wiphy(struct adapter *padapter) -+{ -+ u8 rf_type; -+ struct ieee80211_supported_band *bands; -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ struct wiphy *wiphy = pwdev->wiphy; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ DBG_8192C("%s:rf_type =%d\n", __func__, rf_type); -+ -+ { -+ bands = wiphy->bands[IEEE80211_BAND_2GHZ]; -+ if (bands) -+ rtw_cfg80211_init_ht_capab(&bands->ht_cap, IEEE80211_BAND_2GHZ, rf_type); -+ } -+ -+ /* init regulary domain */ -+ rtw_regd_init(padapter, rtw_reg_notifier); -+ -+ /* copy mac_addr to wiphy */ -+ memcpy(wiphy->perm_addr, padapter->eeprompriv.mac_addr, ETH_ALEN); -+ -+} -+ -+static void rtw_cfg80211_preinit_wiphy(struct adapter *padapter, struct wiphy *wiphy) -+{ -+ -+ wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM; -+ -+ wiphy->max_scan_ssids = RTW_SSID_SCAN_AMOUNT; -+ wiphy->max_scan_ie_len = RTW_SCAN_IE_LEN_MAX; -+ wiphy->max_num_pmkids = RTW_MAX_NUM_PMKIDS; -+ -+ wiphy->max_remain_on_channel_duration = RTW_MAX_REMAIN_ON_CHANNEL_DURATION; -+ -+ wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) -+ | BIT(NL80211_IFTYPE_ADHOC) -+ | BIT(NL80211_IFTYPE_AP) -+ | BIT(NL80211_IFTYPE_MONITOR) -+ ; -+ -+ wiphy->mgmt_stypes = rtw_cfg80211_default_mgmt_stypes; -+ -+ wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); -+ -+ wiphy->cipher_suites = rtw_cipher_suites; -+ wiphy->n_cipher_suites = ARRAY_SIZE(rtw_cipher_suites); -+ -+ /* if (padapter->registrypriv.wireless_mode & WIRELESS_11G) */ -+ wiphy->bands[IEEE80211_BAND_2GHZ] = rtw_spt_band_alloc(IEEE80211_BAND_2GHZ); -+ -+ wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; -+ wiphy->flags |= WIPHY_FLAG_OFFCHAN_TX | WIPHY_FLAG_HAVE_AP_SME; -+ -+#if defined(CONFIG_PM) -+ wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN; -+#ifdef CONFIG_PNO_SUPPORT -+ wiphy->max_sched_scan_ssids = MAX_PNO_LIST_COUNT; -+#endif -+#endif -+ -+#if defined(CONFIG_PM) -+ wiphy->wowlan = &wowlan_stub; -+#endif -+ -+ if (padapter->registrypriv.power_mgnt != PS_MODE_ACTIVE) -+ wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT; -+ else -+ wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT; -+} -+ -+static struct cfg80211_ops rtw_cfg80211_ops = { -+ .change_virtual_intf = cfg80211_rtw_change_iface, -+ .add_key = cfg80211_rtw_add_key, -+ .get_key = cfg80211_rtw_get_key, -+ .del_key = cfg80211_rtw_del_key, -+ .set_default_key = cfg80211_rtw_set_default_key, -+ .get_station = cfg80211_rtw_get_station, -+ .scan = cfg80211_rtw_scan, -+ .set_wiphy_params = cfg80211_rtw_set_wiphy_params, -+ .connect = cfg80211_rtw_connect, -+ .disconnect = cfg80211_rtw_disconnect, -+ .join_ibss = cfg80211_rtw_join_ibss, -+ .leave_ibss = cfg80211_rtw_leave_ibss, -+ .set_tx_power = cfg80211_rtw_set_txpower, -+ .get_tx_power = cfg80211_rtw_get_txpower, -+ .set_power_mgmt = cfg80211_rtw_set_power_mgmt, -+ .set_pmksa = cfg80211_rtw_set_pmksa, -+ .del_pmksa = cfg80211_rtw_del_pmksa, -+ .flush_pmksa = cfg80211_rtw_flush_pmksa, -+ -+ .add_virtual_intf = cfg80211_rtw_add_virtual_intf, -+ .del_virtual_intf = cfg80211_rtw_del_virtual_intf, -+ -+ .start_ap = cfg80211_rtw_start_ap, -+ .change_beacon = cfg80211_rtw_change_beacon, -+ .stop_ap = cfg80211_rtw_stop_ap, -+ -+ .add_station = cfg80211_rtw_add_station, -+ .del_station = cfg80211_rtw_del_station, -+ .change_station = cfg80211_rtw_change_station, -+ .dump_station = cfg80211_rtw_dump_station, -+ .change_bss = cfg80211_rtw_change_bss, -+ -+ .mgmt_tx = cfg80211_rtw_mgmt_tx, -+ .mgmt_frame_register = cfg80211_rtw_mgmt_frame_register, -+ -+#if defined(CONFIG_PNO_SUPPORT) -+ .sched_scan_start = cfg80211_rtw_sched_scan_start, -+ .sched_scan_stop = cfg80211_rtw_sched_scan_stop, -+#endif /* CONFIG_PNO_SUPPORT */ -+}; -+ -+int rtw_wdev_alloc(struct adapter *padapter, struct device *dev) -+{ -+ int ret = 0; -+ struct wiphy *wiphy; -+ struct wireless_dev *wdev; -+ struct rtw_wdev_priv *pwdev_priv; -+ struct net_device *pnetdev = padapter->pnetdev; -+ -+ DBG_8192C("%s(padapter =%p)\n", __func__, padapter); -+ -+ /* wiphy */ -+ wiphy = wiphy_new(&rtw_cfg80211_ops, sizeof(struct adapter *)); -+ if (!wiphy) { -+ DBG_8192C("Couldn't allocate wiphy device\n"); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ set_wiphy_dev(wiphy, dev); -+ *((struct adapter **)wiphy_priv(wiphy)) = padapter; -+ rtw_cfg80211_preinit_wiphy(padapter, wiphy); -+ -+ ret = wiphy_register(wiphy); -+ if (ret < 0) { -+ DBG_8192C("Couldn't register wiphy device\n"); -+ goto free_wiphy; -+ } -+ -+ /* wdev */ -+ wdev = (struct wireless_dev *)rtw_zmalloc(sizeof(struct wireless_dev)); -+ if (!wdev) { -+ DBG_8192C("Couldn't allocate wireless device\n"); -+ ret = -ENOMEM; -+ goto unregister_wiphy; -+ } -+ wdev->wiphy = wiphy; -+ wdev->netdev = pnetdev; -+ -+ wdev->iftype = NL80211_IFTYPE_STATION; /* will be init in rtw_hal_init() */ -+ /* Must sync with _rtw_init_mlme_priv() */ -+ /* pmlmepriv->fw_state = WIFI_STATION_STATE */ -+ padapter->rtw_wdev = wdev; -+ pnetdev->ieee80211_ptr = wdev; -+ -+ /* init pwdev_priv */ -+ pwdev_priv = adapter_wdev_data(padapter); -+ pwdev_priv->rtw_wdev = wdev; -+ pwdev_priv->pmon_ndev = NULL; -+ pwdev_priv->ifname_mon[0] = '\0'; -+ pwdev_priv->padapter = padapter; -+ pwdev_priv->scan_request = NULL; -+ spin_lock_init(&pwdev_priv->scan_req_lock); -+ -+ pwdev_priv->p2p_enabled = false; -+ pwdev_priv->provdisc_req_issued = false; -+ rtw_wdev_invit_info_init(&pwdev_priv->invit_info); -+ rtw_wdev_nego_info_init(&pwdev_priv->nego_info); -+ -+ pwdev_priv->bandroid_scan = false; -+ -+ if (padapter->registrypriv.power_mgnt != PS_MODE_ACTIVE) -+ pwdev_priv->power_mgmt = true; -+ else -+ pwdev_priv->power_mgmt = false; -+ -+ return ret; -+ -+ kfree((u8 *)wdev); -+unregister_wiphy: -+ wiphy_unregister(wiphy); -+ free_wiphy: -+ wiphy_free(wiphy); -+exit: -+ return ret; -+ -+} -+ -+void rtw_wdev_free(struct wireless_dev *wdev) -+{ -+ DBG_8192C("%s(wdev =%p)\n", __func__, wdev); -+ -+ if (!wdev) -+ return; -+ -+ rtw_spt_band_free(wdev->wiphy->bands[IEEE80211_BAND_2GHZ]); -+ -+ wiphy_free(wdev->wiphy); -+ -+ kfree((u8 *)wdev); -+} -+ -+void rtw_wdev_unregister(struct wireless_dev *wdev) -+{ -+ struct net_device *ndev; -+ struct adapter *adapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ DBG_8192C("%s(wdev =%p)\n", __func__, wdev); -+ -+ if (!wdev) -+ return; -+ -+ if (!(ndev = wdev_to_ndev(wdev))) -+ return; -+ -+ adapter = (struct adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(adapter); -+ -+ rtw_cfg80211_indicate_scan_done(adapter, true); -+ -+ if (pwdev_priv->pmon_ndev) { -+ DBG_8192C("%s, unregister monitor interface\n", __func__); -+ unregister_netdev(pwdev_priv->pmon_ndev); -+ } -+ -+ wiphy_unregister(wdev->wiphy); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/ioctl_linux.c linux/3rdparty/rtl8723bs/os_dep/ioctl_linux.c ---- linux.old/3rdparty/rtl8723bs/os_dep/ioctl_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/ioctl_linux.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,5820 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _IOCTL_LINUX_C_ -+ -+#include -+#include -+#include -+#include -+ -+#define RTL_IOCTL_WPA_SUPPLICANT SIOCIWFIRSTPRIV+30 -+ -+#define SCAN_ITEM_SIZE 768 -+#define MAX_CUSTOM_LEN 64 -+#define RATE_COUNT 4 -+ -+/* combo scan */ -+#define WEXT_CSCAN_AMOUNT 9 -+#define WEXT_CSCAN_BUF_LEN 360 -+#define WEXT_CSCAN_HEADER "CSCAN S\x01\x00\x00S\x00" -+#define WEXT_CSCAN_HEADER_SIZE 12 -+#define WEXT_CSCAN_SSID_SECTION 'S' -+#define WEXT_CSCAN_CHANNEL_SECTION 'C' -+#define WEXT_CSCAN_NPROBE_SECTION 'N' -+#define WEXT_CSCAN_ACTV_DWELL_SECTION 'A' -+#define WEXT_CSCAN_PASV_DWELL_SECTION 'P' -+#define WEXT_CSCAN_HOME_DWELL_SECTION 'H' -+#define WEXT_CSCAN_TYPE_SECTION 'T' -+ -+ -+extern u8 key_2char2num(u8 hch, u8 lch); -+ -+static u32 rtw_rates[] = {1000000, 2000000, 5500000, 11000000, -+ 6000000, 9000000, 12000000, 18000000, 24000000, 36000000, 48000000, 54000000}; -+ -+static const char * const iw_operation_mode[] = -+{ -+ "Auto", "Ad-Hoc", "Managed", "Master", "Repeater", "Secondary", "Monitor" -+}; -+ -+static int hex2num_i(char c) -+{ -+ if (c >= '0' && c <= '9') -+ return c - '0'; -+ if (c >= 'a' && c <= 'f') -+ return c - 'a' + 10; -+ if (c >= 'A' && c <= 'F') -+ return c - 'A' + 10; -+ return -1; -+} -+ -+/** -+ * hwaddr_aton - Convert ASCII string to MAC address -+ * @txt: MAC address as a string (e.g., "00:11:22:33:44:55") -+ * @addr: Buffer for the MAC address (ETH_ALEN = 6 bytes) -+ * Returns: 0 on success, -1 on failure (e.g., string not a MAC address) -+ */ -+static int hwaddr_aton_i(const char *txt, u8 *addr) -+{ -+ int i; -+ -+ for (i = 0; i < 6; i++) { -+ int a, b; -+ -+ a = hex2num_i(*txt++); -+ if (a < 0) -+ return -1; -+ b = hex2num_i(*txt++); -+ if (b < 0) -+ return -1; -+ *addr++ = (a << 4) | b; -+ if (i < 5 && *txt++ != ':') -+ return -1; -+ } -+ -+ return 0; -+} -+ -+void indicate_wx_scan_complete_event(struct adapter *padapter) -+{ -+ union iwreq_data wrqu; -+ -+ memset(&wrqu, 0, sizeof(union iwreq_data)); -+ -+ /* DBG_871X("+rtw_indicate_wx_scan_complete_event\n"); */ -+} -+ -+ -+void rtw_indicate_wx_assoc_event(struct adapter *padapter) -+{ -+ union iwreq_data wrqu; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_bssid_ex *pnetwork = (struct wlan_bssid_ex*)(&(pmlmeinfo->network)); -+ -+ memset(&wrqu, 0, sizeof(union iwreq_data)); -+ -+ wrqu.ap_addr.sa_family = ARPHRD_ETHER; -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) ==true) -+ memcpy(wrqu.ap_addr.sa_data, pnetwork->MacAddress, ETH_ALEN); -+ else -+ memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, ETH_ALEN); -+ -+ DBG_871X_LEVEL(_drv_always_, "assoc success\n"); -+} -+ -+void rtw_indicate_wx_disassoc_event(struct adapter *padapter) -+{ -+ union iwreq_data wrqu; -+ -+ memset(&wrqu, 0, sizeof(union iwreq_data)); -+ -+ wrqu.ap_addr.sa_family = ARPHRD_ETHER; -+ memset(wrqu.ap_addr.sa_data, 0, ETH_ALEN); -+} -+ -+/* -+uint rtw_is_cckrates_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ while (rate[i]!= 0) -+ { -+ if ((((rate[i]) & 0x7f) == 2) || (((rate[i]) & 0x7f) == 4) || -+ (((rate[i]) & 0x7f) == 11) || (((rate[i]) & 0x7f) == 22)) -+ return true; -+ i++; -+ } -+ -+ return false; -+} -+ -+uint rtw_is_cckratesonly_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ while (rate[i]!= 0) -+ { -+ if ((((rate[i]) & 0x7f) != 2) && (((rate[i]) & 0x7f) != 4) && -+ (((rate[i]) & 0x7f) != 11) && (((rate[i]) & 0x7f) != 22)) -+ return false; -+ i++; -+ } -+ -+ return true; -+} -+*/ -+ -+static char *translate_scan(struct adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop) -+{ -+ struct iw_event iwe; -+ u16 cap; -+ u32 ht_ielen = 0; -+ char *custom = NULL; -+ char *p; -+ u16 max_rate = 0, rate, ht_cap =false, vht_cap = false; -+ u32 i = 0; -+ u8 bw_40MHz = 0, short_GI = 0; -+ u16 mcs_rate = 0, vht_data_rate = 0; -+ u8 ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 ss, sq; -+ -+ /* AP MAC address */ -+ iwe.cmd = SIOCGIWAP; -+ iwe.u.ap_addr.sa_family = ARPHRD_ETHER; -+ -+ memcpy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress, ETH_ALEN); -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); -+ -+ /* Add the ESSID */ -+ iwe.cmd = SIOCGIWESSID; -+ iwe.u.data.flags = 1; -+ iwe.u.data.length = min((u16)pnetwork->network.Ssid.SsidLength, (u16)32); -+ start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); -+ -+ /* parsing HT_CAP_IE */ -+ if (pnetwork->network.Reserved[0] == 2) /* Probe Request */ -+ { -+ p = rtw_get_ie(&pnetwork->network.IEs[0], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELength); -+ } -+ else -+ { -+ p = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELength-12); -+ } -+ if (p && ht_ielen>0) -+ { -+ struct rtw_ieee80211_ht_cap *pht_capie; -+ ht_cap = true; -+ pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); -+ memcpy(&mcs_rate , pht_capie->supp_mcs_set, 2); -+ bw_40MHz = (le16_to_cpu(pht_capie->cap_info) & IEEE80211_HT_CAP_SUP_WIDTH) ? 1 : 0; -+ short_GI = (le16_to_cpu(pht_capie->cap_info) & (IEEE80211_HT_CAP_SGI_20 | IEEE80211_HT_CAP_SGI_40)) ? 1 : 0; -+ } -+ -+ /* Add the protocol name */ -+ iwe.cmd = SIOCGIWNAME; -+ if ((rtw_is_cckratesonly_included((u8 *)&pnetwork->network.SupportedRates)) == true) -+ { -+ if (ht_cap == true) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11bn"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11b"); -+ } -+ else if ((rtw_is_cckrates_included((u8 *)&pnetwork->network.SupportedRates)) == true) -+ { -+ if (ht_cap == true) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11bgn"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11bg"); -+ } -+ else -+ { -+ if (pnetwork->network.Configuration.DSConfig > 14) -+ { -+ if (vht_cap == true) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11AC"); -+ else if (ht_cap == true) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11an"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11a"); -+ } -+ else -+ { -+ if (ht_cap == true) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11gn"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11g"); -+ } -+ } -+ -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); -+ -+ /* Add mode */ -+ if (pnetwork->network.Reserved[0] == 2) /* Probe Request */ -+ { -+ cap = 0; -+ } -+ else -+ { -+ __le16 le_tmp; -+ -+ iwe.cmd = SIOCGIWMODE; -+ memcpy((u8 *)&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); -+ cap = le16_to_cpu(le_tmp); -+ } -+ -+ if (cap & (WLAN_CAPABILITY_IBSS |WLAN_CAPABILITY_BSS)) { -+ if (cap & WLAN_CAPABILITY_BSS) -+ iwe.u.mode = IW_MODE_MASTER; -+ else -+ iwe.u.mode = IW_MODE_ADHOC; -+ -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_UINT_LEN); -+ } -+ -+ if (pnetwork->network.Configuration.DSConfig<1 /*|| pnetwork->network.Configuration.DSConfig>14*/) -+ pnetwork->network.Configuration.DSConfig = 1; -+ -+ /* Add frequency/channel */ -+ iwe.cmd = SIOCGIWFREQ; -+ iwe.u.freq.m = rtw_ch2freq(pnetwork->network.Configuration.DSConfig) * 100000; -+ iwe.u.freq.e = 1; -+ iwe.u.freq.i = pnetwork->network.Configuration.DSConfig; -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); -+ -+ /* Add encryption capability */ -+ iwe.cmd = SIOCGIWENCODE; -+ if (cap & WLAN_CAPABILITY_PRIVACY) -+ iwe.u.data.flags = IW_ENCODE_ENABLED | IW_ENCODE_NOKEY; -+ else -+ iwe.u.data.flags = IW_ENCODE_DISABLED; -+ iwe.u.data.length = 0; -+ start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); -+ -+ /*Add basic and extended rates */ -+ max_rate = 0; -+ custom = kzalloc(MAX_CUSTOM_LEN, GFP_ATOMIC); -+ if (!custom) -+ return start; -+ p = custom; -+ p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); -+ while (pnetwork->network.SupportedRates[i]!= 0) -+ { -+ rate = pnetwork->network.SupportedRates[i]&0x7F; -+ if (rate > max_rate) -+ max_rate = rate; -+ p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), -+ "%d%s ", rate >> 1, (rate & 1) ? ".5" : ""); -+ i++; -+ } -+ -+ if (vht_cap == true) { -+ max_rate = vht_data_rate; -+ } -+ else if (ht_cap == true) -+ { -+ if (mcs_rate&0x8000)/* MCS15 */ -+ { -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ -+ } -+ else if (mcs_rate&0x0080)/* MCS7 */ -+ { -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ else/* default MCS7 */ -+ { -+ /* DBG_871X("wx_get_scan, mcs_rate_bitmap = 0x%x\n", mcs_rate); */ -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ -+ max_rate = max_rate*2;/* Mbps/2; */ -+ } -+ -+ iwe.cmd = SIOCGIWRATE; -+ iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0; -+ iwe.u.bitrate.value = max_rate * 500000; -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_PARAM_LEN); -+ -+ /* parsing WPA/WPA2 IE */ -+ if (pnetwork->network.Reserved[0] != 2) /* Probe Request */ -+ { -+ u8 *buf; -+ u8 wpa_ie[255], rsn_ie[255]; -+ u16 wpa_len = 0, rsn_len = 0; -+ u8 *p; -+ sint out_len = 0; -+ out_len =rtw_get_sec_ie(pnetwork->network.IEs , pnetwork->network.IELength, rsn_ie,&rsn_len, wpa_ie,&wpa_len); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_wx_get_scan: ssid =%s\n", pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_wx_get_scan: wpa_len =%d rsn_len =%d\n", wpa_len, rsn_len)); -+ -+ buf = kzalloc(MAX_WPA_IE_LEN*2, GFP_KERNEL); -+ if (!buf) -+ return start; -+ if (wpa_len > 0) { -+ p =buf; -+ p += sprintf(p, "wpa_ie ="); -+ for (i = 0; i < wpa_len; i++) { -+ p += sprintf(p, "%02x", wpa_ie[i]); -+ } -+ -+ if (wpa_len > 100) { -+ printk("-----------------Len %d----------------\n", wpa_len); -+ for (i = 0; i < wpa_len; i++) { -+ printk("%02x ", wpa_ie[i]); -+ } -+ printk("\n"); -+ printk("-----------------Len %d----------------\n", wpa_len); -+ } -+ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ iwe.u.data.length = strlen(buf); -+ start = iwe_stream_add_point(info, start, stop, &iwe, buf); -+ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd =IWEVGENIE; -+ iwe.u.data.length = wpa_len; -+ start = iwe_stream_add_point(info, start, stop, &iwe, wpa_ie); -+ } -+ if (rsn_len > 0) { -+ p = buf; -+ memset(buf, 0, MAX_WPA_IE_LEN*2); -+ p += sprintf(p, "rsn_ie ="); -+ for (i = 0; i < rsn_len; i++) -+ p += sprintf(p, "%02x", rsn_ie[i]); -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ iwe.u.data.length = strlen(buf); -+ start = iwe_stream_add_point(info, start, stop, &iwe, buf); -+ -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd =IWEVGENIE; -+ iwe.u.data.length = rsn_len; -+ start = iwe_stream_add_point(info, start, stop, &iwe, rsn_ie); -+ } -+ kfree(buf); -+ } -+ -+ { /* parsing WPS IE */ -+ uint cnt = 0, total_ielen; -+ u8 *wpsie_ptr = NULL; -+ uint wps_ielen = 0; -+ -+ u8 *ie_ptr = pnetwork->network.IEs + ie_offset; -+ total_ielen = pnetwork->network.IELength - ie_offset; -+ -+ if (pnetwork->network.Reserved[0] == 2) /* Probe Request */ -+ { -+ ie_ptr = pnetwork->network.IEs; -+ total_ielen = pnetwork->network.IELength; -+ } -+ else /* Beacon or Probe Respones */ -+ { -+ ie_ptr = pnetwork->network.IEs + _FIXED_IE_LENGTH_; -+ total_ielen = pnetwork->network.IELength - _FIXED_IE_LENGTH_; -+ } -+ -+ while (cnt < total_ielen) -+ { -+ if (rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen>2)) -+ { -+ wpsie_ptr = &ie_ptr[cnt]; -+ iwe.cmd =IWEVGENIE; -+ iwe.u.data.length = (u16)wps_ielen; -+ start = iwe_stream_add_point(info, start, stop, &iwe, wpsie_ptr); -+ } -+ cnt+=ie_ptr[cnt+1]+2; /* goto next */ -+ } -+ } -+ -+ /* Add quality statistics */ -+ iwe.cmd = IWEVQUAL; -+ iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ | IW_QUAL_NOISE_UPDATED -+ #else -+ | IW_QUAL_NOISE_INVALID -+ #endif -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ | IW_QUAL_DBM -+ #endif -+ ; -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true && -+ is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { -+ ss = padapter->recvpriv.signal_strength; -+ sq = padapter->recvpriv.signal_qual; -+ } else { -+ ss = pnetwork->network.PhyInfo.SignalStrength; -+ sq = pnetwork->network.PhyInfo.SignalQuality; -+ } -+ -+ -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ iwe.u.qual.level = (u8) translate_percentage_to_dbm(ss);/* dbm */ -+ #else -+ #ifdef CONFIG_SKIP_SIGNAL_SCALE_MAPPING -+ { -+ /* Do signal scale mapping when using percentage as the unit of signal strength, since the scale mapping is skipped in odm */ -+ -+ struct hal_com_data *pHal = GET_HAL_DATA(padapter); -+ -+ iwe.u.qual.level = (u8)odm_SignalScaleMapping(&pHal->odmpriv, ss); -+ } -+ #else -+ iwe.u.qual.level = (u8)ss;/* */ -+ #endif -+ #endif -+ -+ iwe.u.qual.qual = (u8)sq; /* signal quality */ -+ -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ { -+ s16 tmp_noise = 0; -+ rtw_hal_get_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&(pnetwork->network.Configuration.DSConfig), &(tmp_noise)); -+ iwe.u.qual.noise = tmp_noise ; -+ } -+ #else -+ iwe.u.qual.noise = 0; /* noise level */ -+ #endif -+ -+ /* DBG_871X("iqual =%d, ilevel =%d, inoise =%d, iupdated =%d\n", iwe.u.qual.qual, iwe.u.qual.level , iwe.u.qual.noise, iwe.u.qual.updated); */ -+ -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_QUAL_LEN); -+ -+ { -+ u8 *buf; -+ u8 *p, *pos; -+ -+ buf = kzalloc(MAX_WPA_IE_LEN, GFP_KERNEL); -+ if (!buf) -+ goto exit; -+ p = buf; -+ pos = pnetwork->network.Reserved; -+ p += sprintf(p, "fm =%02X%02X", pos[1], pos[0]); -+ memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ iwe.u.data.length = strlen(buf); -+ start = iwe_stream_add_point(info, start, stop, &iwe, buf); -+ kfree(buf); -+ } -+exit: -+ kfree(custom); -+ -+ return start; -+} -+ -+static int wpa_set_auth_algs(struct net_device *dev, u32 value) -+{ -+ struct adapter *padapter = (struct adapter *) rtw_netdev_priv(dev); -+ int ret = 0; -+ -+ if ((value & AUTH_ALG_SHARED_KEY) && (value & AUTH_ALG_OPEN_SYSTEM)) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_SHARED_KEY and AUTH_ALG_OPEN_SYSTEM [value:0x%x]\n", value); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeAutoSwitch; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ } -+ else if (value & AUTH_ALG_SHARED_KEY) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_SHARED_KEY [value:0x%x]\n", value); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeShared; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; -+ } -+ else if (value & AUTH_ALG_OPEN_SYSTEM) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM\n"); -+ /* padapter->securitypriv.ndisencryptstatus = Ndis802_11EncryptionDisabled; */ -+ if (padapter->securitypriv.ndisauthtype < Ndis802_11AuthModeWPAPSK) -+ { -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ } -+ -+ } -+ else if (value & AUTH_ALG_LEAP) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_LEAP\n"); -+ } -+ else -+ { -+ DBG_871X("wpa_set_auth_algs, error!\n"); -+ ret = -EINVAL; -+ } -+ -+ return ret; -+ -+} -+ -+static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len, wep_total_len; -+ struct ndis_802_11_wep *pwep = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ if (param_len < (u32) ((u8 *) param->u.crypt.key - (u8 *) param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ -+ if (param->u.crypt.idx >= WEP_KEYS && -+ param->u.crypt.idx >= BIP_MAX_KEYID) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_err_, ("wpa_set_encryption, crypt.alg = WEP\n")); -+ DBG_871X("wpa_set_encryption, crypt.alg = WEP\n"); -+ -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP40_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP40_; -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, ("(1)wep_key_idx =%d\n", wep_key_idx)); -+ DBG_871X("(1)wep_key_idx =%d\n", wep_key_idx); -+ -+ if (wep_key_idx > WEP_KEYS) -+ return -EINVAL; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, ("(2)wep_key_idx =%d\n", wep_key_idx)); -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); -+ pwep =(struct ndis_802_11_wep *) rtw_malloc(wep_total_len); -+ if (pwep == NULL) { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_err_, (" wpa_set_encryption: pwep allocate fail !!!\n")); -+ goto exit; -+ } -+ -+ memset(pwep, 0, wep_total_len); -+ -+ pwep->KeyLength = wep_key_len; -+ pwep->Length = wep_total_len; -+ -+ if (wep_key_len == 13) -+ { -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP104_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP104_; -+ } -+ } -+ else { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ pwep->KeyIndex = wep_key_idx; -+ pwep->KeyIndex |= 0x80000000; -+ -+ memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); -+ -+ if (param->u.crypt.set_tx) -+ { -+ DBG_871X("wep, set_tx = 1\n"); -+ -+ if (rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) -+ { -+ ret = -EOPNOTSUPP ; -+ } -+ } -+ else -+ { -+ DBG_871X("wep, set_tx = 0\n"); -+ -+ /* don't update "psecuritypriv->dot11PrivacyAlgrthm" and */ -+ /* psecuritypriv->dot11PrivacyKeyIndex =keyid", but can rtw_set_key to fw/cam */ -+ -+ if (wep_key_idx >= WEP_KEYS) { -+ ret = -EOPNOTSUPP ; -+ goto exit; -+ } -+ -+ memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); -+ psecuritypriv->dot11DefKeylen[wep_key_idx]=pwep->KeyLength; -+ rtw_set_key(padapter, psecuritypriv, wep_key_idx, 0, true); -+ } -+ -+ goto exit; -+ } -+ -+ if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) /* 802_1x */ -+ { -+ struct sta_info * psta,*pbcmc_sta; -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_MP_STATE) == true) /* sta mode */ -+ { -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) { -+ /* DEBUG_ERR(("Set wpa_set_encryption: Obtain Sta_info fail\n")); */ -+ } -+ else -+ { -+ /* Jeff: don't disable ieee8021x_blocked while clearing key */ -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ psta->ieee8021x_blocked = false; -+ -+ if ((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ psta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ -+ if (param->u.crypt.set_tx == 1)/* pairwise key */ -+ { -+ memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if (strcmp(param->u.crypt.alg, "TKIP") == 0)/* set mic key */ -+ { -+ /* DEBUG_ERR(("\nset key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len)); */ -+ memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ padapter->securitypriv.busetkipkey =false; -+ /* _set_timer(&padapter->securitypriv.tkip_timer, 50); */ -+ } -+ -+ /* DEBUG_ERR((" param->u.crypt.key_len =%d\n", param->u.crypt.key_len)); */ -+ DBG_871X(" ~~~~set sta key:unicastkey\n"); -+ -+ rtw_setstakey_cmd(padapter, psta, true, true); -+ } -+ else/* group key */ -+ { -+ if (strcmp(param->u.crypt.alg, "TKIP") == 0 || strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ memcpy(padapter->securitypriv.dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ /* only TKIP group key need to install this */ -+ if (param->u.crypt.key_len > 16) -+ { -+ memcpy(padapter->securitypriv.dot118021XGrptxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[16]), 8); -+ memcpy(padapter->securitypriv.dot118021XGrprxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[24]), 8); -+ } -+ padapter->securitypriv.binstallGrpkey = true; -+ /* DEBUG_ERR((" param->u.crypt.key_len =%d\n", param->u.crypt.key_len)); */ -+ DBG_871X(" ~~~~set sta key:groupkey\n"); -+ -+ padapter->securitypriv.dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ rtw_set_key(padapter,&padapter->securitypriv, param->u.crypt.idx, 1, true); -+ } -+ else if (strcmp(param->u.crypt.alg, "BIP") == 0) -+ { -+ /* printk("BIP key_len =%d , index =%d @@@@@@@@@@@@@@@@@@\n", param->u.crypt.key_len, param->u.crypt.idx); */ -+ /* save the IGTK key, length 16 bytes */ -+ memcpy(padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ /*printk("IGTK key below:\n"); -+ for (no = 0;no<16;no++) -+ printk(" %02x ", padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey[no]); -+ printk("\n");*/ -+ padapter->securitypriv.dot11wBIPKeyid = param->u.crypt.idx; -+ padapter->securitypriv.binstallBIPkey = true; -+ DBG_871X(" ~~~~set sta key:IGKT\n"); -+ } -+ } -+ } -+ -+ pbcmc_sta =rtw_get_bcmc_stainfo(padapter); -+ if (pbcmc_sta == NULL) -+ { -+ /* DEBUG_ERR(("Set OID_802_11_ADD_KEY: bcmc stainfo is null\n")); */ -+ } -+ else -+ { -+ /* Jeff: don't disable ieee8021x_blocked while clearing key */ -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ pbcmc_sta->ieee8021x_blocked = false; -+ -+ if ((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ pbcmc_sta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ } -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) /* adhoc mode */ -+ { -+ } -+ } -+ -+exit: -+ -+ if (pwep) { -+ kfree((u8 *)pwep); -+ } -+ return ret; -+} -+ -+static int rtw_set_wpa_ie(struct adapter *padapter, char *pie, unsigned short ielen) -+{ -+ u8 *buf = NULL, *pos = NULL; -+ int group_cipher = 0, pairwise_cipher = 0; -+ int ret = 0; -+ u8 null_addr[]= {0, 0, 0, 0, 0, 0}; -+ -+ if ((ielen > MAX_WPA_IE_LEN) || (pie == NULL)) { -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ if (pie == NULL) -+ return ret; -+ else -+ return -EINVAL; -+ } -+ -+ if (ielen) -+ { -+ buf = rtw_zmalloc(ielen); -+ if (buf == NULL) { -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ memcpy(buf, pie , ielen); -+ -+ /* dump */ -+ { -+ int i; -+ DBG_871X("\n wpa_ie(length:%d):\n", ielen); -+ for (i = 0;isecuritypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype =Ndis802_11AuthModeWPAPSK; -+ memcpy(padapter->securitypriv.supplicant_ie, &buf[0], ielen); -+ } -+ -+ if (rtw_parse_wpa2_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype =Ndis802_11AuthModeWPA2PSK; -+ memcpy(padapter->securitypriv.supplicant_ie, &buf[0], ielen); -+ } -+ -+ if (group_cipher == 0) -+ { -+ group_cipher = WPA_CIPHER_NONE; -+ } -+ if (pairwise_cipher == 0) -+ { -+ pairwise_cipher = WPA_CIPHER_NONE; -+ } -+ -+ switch (group_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot118021XGrpPrivacy = _NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus =Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot118021XGrpPrivacy = _TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot118021XGrpPrivacy = _AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ switch (pairwise_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus =Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ {/* set wps_ie */ -+ u16 cnt = 0; -+ u8 eid, wps_oui[4]={0x0, 0x50, 0xf2, 0x04}; -+ -+ while (cnt < ielen) -+ { -+ eid = buf[cnt]; -+ -+ if ((eid == _VENDOR_SPECIFIC_IE_) && (!memcmp(&buf[cnt+2], wps_oui, 4))) -+ { -+ DBG_871X("SET WPS_IE\n"); -+ -+ padapter->securitypriv.wps_ie_len = ((buf[cnt+1]+2) < MAX_WPS_IE_LEN) ? (buf[cnt+1]+2):MAX_WPS_IE_LEN; -+ -+ memcpy(padapter->securitypriv.wps_ie, &buf[cnt], padapter->securitypriv.wps_ie_len); -+ -+ set_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ -+ cnt += buf[cnt+1]+2; -+ -+ break; -+ } else { -+ cnt += buf[cnt+1]+2; /* goto next */ -+ } -+ } -+ } -+ } -+ -+ /* TKIP and AES disallow multicast packets until installing group key */ -+ if (padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_WTMIC_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _AES_) -+ /* WPS open need to enable multicast */ -+ /* check_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS) == true) */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_OFF_RCR_AM, null_addr); -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_set_wpa_ie: pairwise_cipher = 0x%08x padapter->securitypriv.ndisencryptstatus =%d padapter->securitypriv.ndisauthtype =%d\n", -+ pairwise_cipher, padapter->securitypriv.ndisencryptstatus, padapter->securitypriv.ndisauthtype)); -+ -+exit: -+ -+ if (buf) kfree(buf); -+ -+ return ret; -+} -+ -+static int rtw_wx_get_name(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ u32 ht_ielen = 0; -+ char *p; -+ u8 ht_cap =false, vht_cap =false; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_bssid_ex *pcur_bss = &pmlmepriv->cur_network.network; -+ NDIS_802_11_RATES_EX* prates = NULL; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("cmd_code =%x\n", info->cmd)); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == true) { -+ /* parsing HT_CAP_IE */ -+ p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength-12); -+ if (p && ht_ielen>0) -+ { -+ ht_cap = true; -+ } -+ -+ prates = &pcur_bss->SupportedRates; -+ -+ if (rtw_is_cckratesonly_included((u8 *)prates) == true) -+ { -+ if (ht_cap == true) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11bn"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11b"); -+ } -+ else if ((rtw_is_cckrates_included((u8 *)prates)) == true) -+ { -+ if (ht_cap == true) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11bgn"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11bg"); -+ } -+ else -+ { -+ if (pcur_bss->Configuration.DSConfig > 14) -+ { -+ if (vht_cap == true) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11AC"); -+ else if (ht_cap == true) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11an"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11a"); -+ } -+ else -+ { -+ if (ht_cap == true) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11gn"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11g"); -+ } -+ } -+ } -+ else -+ { -+ /* prates = &padapter->registrypriv.dev_network.SupportedRates; */ -+ /* snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11g"); */ -+ snprintf(wrqu->name, IFNAMSIZ, "unassociated"); -+ } -+ return 0; -+} -+ -+static int rtw_wx_set_freq(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("+rtw_wx_set_freq\n")); -+ -+ return 0; -+} -+ -+static int rtw_wx_get_freq(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_bssid_ex *pcur_bss = &pmlmepriv->cur_network.network; -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == true) -+ { -+ /* wrqu->freq.m = ieee80211_wlan_frequencies[pcur_bss->Configuration.DSConfig-1] * 100000; */ -+ wrqu->freq.m = rtw_ch2freq(pcur_bss->Configuration.DSConfig) * 100000; -+ wrqu->freq.e = 1; -+ wrqu->freq.i = pcur_bss->Configuration.DSConfig; -+ -+ } -+ else { -+ wrqu->freq.m = rtw_ch2freq(padapter->mlmeextpriv.cur_channel) * 100000; -+ wrqu->freq.e = 1; -+ wrqu->freq.i = padapter->mlmeextpriv.cur_channel; -+ } -+ -+ return 0; -+} -+ -+static int rtw_wx_set_mode(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ enum NDIS_802_11_NETWORK_INFRASTRUCTURE networkType ; -+ int ret = 0; -+ -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ if (padapter->hw_init_completed ==false) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ switch (wrqu->mode) -+ { -+ case IW_MODE_AUTO: -+ networkType = Ndis802_11AutoUnknown; -+ DBG_871X("set_mode = IW_MODE_AUTO\n"); -+ break; -+ case IW_MODE_ADHOC: -+ networkType = Ndis802_11IBSS; -+ DBG_871X("set_mode = IW_MODE_ADHOC\n"); -+ break; -+ case IW_MODE_MASTER: -+ networkType = Ndis802_11APMode; -+ DBG_871X("set_mode = IW_MODE_MASTER\n"); -+ /* rtw_setopmode_cmd(padapter, networkType, true); */ -+ break; -+ case IW_MODE_INFRA: -+ networkType = Ndis802_11Infrastructure; -+ DBG_871X("set_mode = IW_MODE_INFRA\n"); -+ break; -+ -+ default : -+ ret = -EINVAL;; -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_err_, ("\n Mode: %s is not supported \n", iw_operation_mode[wrqu->mode])); -+ goto exit; -+ } -+ -+/* -+ if (Ndis802_11APMode == networkType) -+ { -+ rtw_setopmode_cmd(padapter, networkType, true); -+ } -+ else -+ { -+ rtw_setopmode_cmd(padapter, Ndis802_11AutoUnknown, true); -+ } -+*/ -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, networkType) ==false) { -+ -+ ret = -EPERM; -+ goto exit; -+ -+ } -+ -+ rtw_setopmode_cmd(padapter, networkType, true); -+ -+exit: -+ return ret; -+} -+ -+static int rtw_wx_get_mode(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, (" rtw_wx_get_mode\n")); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) -+ { -+ wrqu->mode = IW_MODE_INFRA; -+ } -+ else if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true)) -+ -+ { -+ wrqu->mode = IW_MODE_ADHOC; -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ { -+ wrqu->mode = IW_MODE_MASTER; -+ } -+ else -+ { -+ wrqu->mode = IW_MODE_AUTO; -+ } -+ return 0; -+} -+ -+ -+static int rtw_wx_set_pmkid(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ u8 j, blInserted = false; -+ int intReturn = false; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct iw_pmksa* pPMK = (struct iw_pmksa*) extra; -+ u8 strZeroMacAddress[ ETH_ALEN ] = { 0x00 }; -+ u8 strIssueBssid[ ETH_ALEN ] = { 0x00 }; -+ -+ /* -+ There are the BSSID information in the bssid.sa_data array. -+ If cmd is IW_PMKSA_FLUSH, it means the wpa_suppplicant wants to clear all the PMKID information. -+ If cmd is IW_PMKSA_ADD, it means the wpa_supplicant wants to add a PMKID/BSSID to driver. -+ If cmd is IW_PMKSA_REMOVE, it means the wpa_supplicant wants to remove a PMKID/BSSID from driver. -+ */ -+ -+ memcpy(strIssueBssid, pPMK->bssid.sa_data, ETH_ALEN); -+ if (pPMK->cmd == IW_PMKSA_ADD) -+ { -+ DBG_871X("[rtw_wx_set_pmkid] IW_PMKSA_ADD!\n"); -+ if (!memcmp(strIssueBssid, strZeroMacAddress, ETH_ALEN)) -+ { -+ return(intReturn); -+ } -+ else -+ { -+ intReturn = true; -+ } -+ blInserted = false; -+ -+ /* overwrite PMKID */ -+ for (j = 0 ; jPMKIDList[j].Bssid, strIssueBssid, ETH_ALEN)) -+ { /* BSSID is matched, the same AP => rewrite with new PMKID. */ -+ -+ DBG_871X("[rtw_wx_set_pmkid] BSSID exists in the PMKList.\n"); -+ -+ memcpy(psecuritypriv->PMKIDList[j].PMKID, pPMK->pmkid, IW_PMKID_LEN); -+ psecuritypriv->PMKIDList[ j ].bUsed = true; -+ psecuritypriv->PMKIDIndex = j+1; -+ blInserted = true; -+ break; -+ } -+ } -+ -+ if (!blInserted) -+ { -+ /* Find a new entry */ -+ DBG_871X("[rtw_wx_set_pmkid] Use the new entry index = %d for this PMKID.\n", -+ psecuritypriv->PMKIDIndex); -+ -+ memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].Bssid, strIssueBssid, ETH_ALEN); -+ memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].PMKID, pPMK->pmkid, IW_PMKID_LEN); -+ -+ psecuritypriv->PMKIDList[ psecuritypriv->PMKIDIndex ].bUsed = true; -+ psecuritypriv->PMKIDIndex++ ; -+ if (psecuritypriv->PMKIDIndex == 16) -+ { -+ psecuritypriv->PMKIDIndex = 0; -+ } -+ } -+ } -+ else if (pPMK->cmd == IW_PMKSA_REMOVE) -+ { -+ DBG_871X("[rtw_wx_set_pmkid] IW_PMKSA_REMOVE!\n"); -+ intReturn = true; -+ for (j = 0 ; jPMKIDList[j].Bssid, strIssueBssid, ETH_ALEN)) -+ { /* BSSID is matched, the same AP => Remove this PMKID information and reset it. */ -+ memset(psecuritypriv->PMKIDList[ j ].Bssid, 0x00, ETH_ALEN); -+ psecuritypriv->PMKIDList[ j ].bUsed = false; -+ break; -+ } -+ } -+ } -+ else if (pPMK->cmd == IW_PMKSA_FLUSH) -+ { -+ DBG_871X("[rtw_wx_set_pmkid] IW_PMKSA_FLUSH!\n"); -+ memset(&psecuritypriv->PMKIDList[ 0 ], 0x00, sizeof(RT_PMKID_LIST) * NUM_PMKID_CACHE); -+ psecuritypriv->PMKIDIndex = 0; -+ intReturn = true; -+ } -+ return intReturn; -+} -+ -+static int rtw_wx_get_sens(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ { -+ wrqu->sens.value = 0; -+ wrqu->sens.fixed = 0; /* no auto select */ -+ wrqu->sens.disabled = 1; -+ } -+ return 0; -+} -+ -+static int rtw_wx_get_range(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct iw_range *range = (struct iw_range *)extra; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ u16 val; -+ int i; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_wx_get_range. cmd_code =%x\n", info->cmd)); -+ -+ wrqu->data.length = sizeof(*range); -+ memset(range, 0, sizeof(*range)); -+ -+ /* Let's try to keep this struct in the same order as in -+ * linux/include/wireless.h -+ */ -+ -+ /* TODO: See what values we can set, and remove the ones we can't -+ * set, or fill them with some default data. -+ */ -+ -+ /* ~5 Mb/s real (802.11b) */ -+ range->throughput = 5 * 1000 * 1000; -+ -+ /* signal level threshold range */ -+ -+ /* percent values between 0 and 100. */ -+ range->max_qual.qual = 100; -+ range->max_qual.level = 100; -+ range->max_qual.noise = 100; -+ range->max_qual.updated = 7; /* Updated all three */ -+ -+ -+ range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */ -+ /* TODO: Find real 'good' to 'bad' threshol value for RSSI */ -+ range->avg_qual.level = 256 - 78; -+ range->avg_qual.noise = 0; -+ range->avg_qual.updated = 7; /* Updated all three */ -+ -+ range->num_bitrates = RATE_COUNT; -+ -+ for (i = 0; i < RATE_COUNT && i < IW_MAX_BITRATES; i++) { -+ range->bitrate[i] = rtw_rates[i]; -+ } -+ -+ range->min_frag = MIN_FRAG_THRESHOLD; -+ range->max_frag = MAX_FRAG_THRESHOLD; -+ -+ range->pm_capa = 0; -+ -+ range->we_version_compiled = WIRELESS_EXT; -+ range->we_version_source = 16; -+ -+ for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { -+ -+ /* Include only legal frequencies for some countries */ -+ if (pmlmeext->channel_set[i].ChannelNum != 0) -+ { -+ range->freq[val].i = pmlmeext->channel_set[i].ChannelNum; -+ range->freq[val].m = rtw_ch2freq(pmlmeext->channel_set[i].ChannelNum) * 100000; -+ range->freq[val].e = 1; -+ val++; -+ } -+ -+ if (val == IW_MAX_FREQUENCIES) -+ break; -+ } -+ -+ range->num_channels = val; -+ range->num_frequency = val; -+ -+/* Commented by Albert 2009/10/13 */ -+/* The following code will proivde the security capability to network manager. */ -+/* If the driver doesn't provide this capability to network manager, */ -+/* the WPA/WPA2 routers can't be choosen in the network manager. */ -+ -+/* -+#define IW_SCAN_CAPA_NONE 0x00 -+#define IW_SCAN_CAPA_ESSID 0x01 -+#define IW_SCAN_CAPA_BSSID 0x02 -+#define IW_SCAN_CAPA_CHANNEL 0x04 -+#define IW_SCAN_CAPA_MODE 0x08 -+#define IW_SCAN_CAPA_RATE 0x10 -+#define IW_SCAN_CAPA_TYPE 0x20 -+#define IW_SCAN_CAPA_TIME 0x40 -+*/ -+ -+ range->enc_capa = IW_ENC_CAPA_WPA|IW_ENC_CAPA_WPA2| -+ IW_ENC_CAPA_CIPHER_TKIP|IW_ENC_CAPA_CIPHER_CCMP; -+ -+ range->scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE |IW_SCAN_CAPA_BSSID| -+ IW_SCAN_CAPA_CHANNEL|IW_SCAN_CAPA_MODE|IW_SCAN_CAPA_RATE; -+ -+ return 0; -+} -+ -+/* set bssid flow */ -+/* s1. rtw_set_802_11_infrastructure_mode() */ -+/* s2. rtw_set_802_11_authentication_mode() */ -+/* s3. set_802_11_encryption_mode() */ -+/* s4. rtw_set_802_11_bssid() */ -+static int rtw_wx_set_wap(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *awrq, -+ char *extra) -+{ -+ uint ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct sockaddr *temp = (struct sockaddr *)awrq; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct list_head *phead; -+ u8 *dst_bssid, *src_bssid; -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ enum NDIS_802_11_AUTHENTICATION_MODE authmode; -+ -+ rtw_ps_deny(padapter, PS_DENY_JOIN); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+ if (!padapter->bup) { -+ ret = -1; -+ goto exit; -+ } -+ -+ -+ if (temp->sa_family != ARPHRD_ETHER) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ authmode = padapter->securitypriv.ndisauthtype; -+ spin_lock_bh(&queue->lock); -+ phead = get_list_head(queue); -+ pmlmepriv->pscanned = get_next(phead); -+ -+ while (1) { -+ if (phead == pmlmepriv->pscanned) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(pmlmepriv->pscanned, struct wlan_network, list); -+ -+ pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); -+ -+ dst_bssid = pnetwork->network.MacAddress; -+ -+ src_bssid = temp->sa_data; -+ -+ if ((!memcmp(dst_bssid, src_bssid, ETH_ALEN))) -+ { -+ if (!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) -+ { -+ ret = -1; -+ spin_unlock_bh(&queue->lock); -+ goto exit; -+ } -+ -+ break; -+ } -+ -+ } -+ spin_unlock_bh(&queue->lock); -+ -+ rtw_set_802_11_authentication_mode(padapter, authmode); -+ /* set_802_11_encryption_mode(padapter, padapter->securitypriv.ndisencryptstatus); */ -+ if (rtw_set_802_11_bssid(padapter, temp->sa_data) == false) { -+ ret = -1; -+ goto exit; -+ } -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_JOIN); -+ -+ return ret; -+} -+ -+static int rtw_wx_get_wap(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_bssid_ex *pcur_bss = &pmlmepriv->cur_network.network; -+ -+ wrqu->ap_addr.sa_family = ARPHRD_ETHER; -+ -+ memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_wx_get_wap\n")); -+ -+ if (((check_fwstate(pmlmepriv, _FW_LINKED)) == true) || -+ ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) == true) || -+ ((check_fwstate(pmlmepriv, WIFI_AP_STATE)) == true)) -+ { -+ -+ memcpy(wrqu->ap_addr.sa_data, pcur_bss->MacAddress, ETH_ALEN); -+ } -+ else -+ { -+ memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN); -+ } -+ -+ return 0; -+} -+ -+static int rtw_wx_set_mlme(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ u16 reason; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct iw_mlme *mlme = (struct iw_mlme *) extra; -+ -+ -+ if (mlme == NULL) -+ return -1; -+ -+ DBG_871X("%s\n", __func__); -+ -+ reason = mlme->reason_code; -+ -+ DBG_871X("%s, cmd =%d, reason =%d\n", __func__, mlme->cmd, reason); -+ -+ switch (mlme->cmd) -+ { -+ case IW_MLME_DEAUTH: -+ if (!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ break; -+ case IW_MLME_DISASSOC: -+ if (!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ break; -+ default: -+ return -EOPNOTSUPP; -+ } -+ -+ return ret; -+} -+ -+static int rtw_wx_set_scan(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ u8 _status = false; -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ndis_802_11_ssid ssid[RTW_SSID_SCAN_AMOUNT]; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_wx_set_scan\n")); -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d\n", __func__, __LINE__); -+ #endif -+ -+ rtw_ps_deny(padapter, PS_DENY_SCAN); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+ if (padapter->bDriverStopped) { -+ DBG_871X("bDriverStopped =%d\n", padapter->bDriverStopped); -+ ret = -1; -+ goto exit; -+ } -+ -+ if (!padapter->bup) { -+ ret = -1; -+ goto exit; -+ } -+ -+ if (padapter->hw_init_completed ==false) { -+ ret = -1; -+ goto exit; -+ } -+ -+ /* When Busy Traffic, driver do not site survey. So driver return success. */ -+ /* wpa_supplicant will not issue SIOCSIWSCAN cmd again after scan timeout. */ -+ /* modify by thomas 2011-02-22. */ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == true) -+ { -+ indicate_wx_scan_complete_event(padapter); -+ goto exit; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == true) -+ { -+ indicate_wx_scan_complete_event(padapter); -+ goto exit; -+ } -+ -+ memset(ssid, 0, sizeof(struct ndis_802_11_ssid)*RTW_SSID_SCAN_AMOUNT); -+ -+ if (wrqu->data.length == sizeof(struct iw_scan_req)) -+ { -+ struct iw_scan_req *req = (struct iw_scan_req *)extra; -+ -+ if (wrqu->data.flags & IW_SCAN_THIS_ESSID) -+ { -+ int len = min((int)req->essid_len, IW_ESSID_MAX_SIZE); -+ -+ memcpy(ssid[0].Ssid, req->essid, len); -+ ssid[0].SsidLength = len; -+ -+ DBG_871X("IW_SCAN_THIS_ESSID, ssid =%s, len =%d\n", req->essid, req->essid_len); -+ -+ spin_lock_bh(&pmlmepriv->lock); -+ -+ _status = rtw_sitesurvey_cmd(padapter, ssid, 1, NULL, 0); -+ -+ spin_unlock_bh(&pmlmepriv->lock); -+ -+ } -+ else if (req->scan_type == IW_SCAN_TYPE_PASSIVE) -+ { -+ DBG_871X("rtw_wx_set_scan, req->scan_type == IW_SCAN_TYPE_PASSIVE\n"); -+ } -+ -+ } -+ else if (wrqu->data.length >= WEXT_CSCAN_HEADER_SIZE -+ && !memcmp(extra, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE) -+ ) -+ { -+ int len = wrqu->data.length -WEXT_CSCAN_HEADER_SIZE; -+ char *pos = extra+WEXT_CSCAN_HEADER_SIZE; -+ char section; -+ char sec_len; -+ int ssid_index = 0; -+ -+ /* DBG_871X("%s COMBO_SCAN header is recognized\n", __func__); */ -+ -+ while (len >= 1) { -+ section = *(pos++); len-= 1; -+ -+ switch (section) { -+ case WEXT_CSCAN_SSID_SECTION: -+ /* DBG_871X("WEXT_CSCAN_SSID_SECTION\n"); */ -+ if (len < 1) { -+ len = 0; -+ break; -+ } -+ -+ sec_len = *(pos++); len-= 1; -+ -+ if (sec_len>0 && sec_len<=len) { -+ ssid[ssid_index].SsidLength = sec_len; -+ memcpy(ssid[ssid_index].Ssid, pos, ssid[ssid_index].SsidLength); -+ /* DBG_871X("%s COMBO_SCAN with specific ssid:%s, %d\n", __func__ */ -+ /* , ssid[ssid_index].Ssid, ssid[ssid_index].SsidLength); */ -+ ssid_index++; -+ } -+ -+ pos+=sec_len; len-=sec_len; -+ break; -+ -+ -+ case WEXT_CSCAN_CHANNEL_SECTION: -+ /* DBG_871X("WEXT_CSCAN_CHANNEL_SECTION\n"); */ -+ pos+= 1; len-= 1; -+ break; -+ case WEXT_CSCAN_ACTV_DWELL_SECTION: -+ /* DBG_871X("WEXT_CSCAN_ACTV_DWELL_SECTION\n"); */ -+ pos+=2; len-=2; -+ break; -+ case WEXT_CSCAN_PASV_DWELL_SECTION: -+ /* DBG_871X("WEXT_CSCAN_PASV_DWELL_SECTION\n"); */ -+ pos+=2; len-=2; -+ break; -+ case WEXT_CSCAN_HOME_DWELL_SECTION: -+ /* DBG_871X("WEXT_CSCAN_HOME_DWELL_SECTION\n"); */ -+ pos+=2; len-=2; -+ break; -+ case WEXT_CSCAN_TYPE_SECTION: -+ /* DBG_871X("WEXT_CSCAN_TYPE_SECTION\n"); */ -+ pos+= 1; len-= 1; -+ break; -+ default: -+ /* DBG_871X("Unknown CSCAN section %c\n", section); */ -+ len = 0; /* stop parsing */ -+ } -+ /* DBG_871X("len:%d\n", len); */ -+ -+ } -+ -+ /* jeff: it has still some scan paramater to parse, we only do this now... */ -+ _status = rtw_set_802_11_bssid_list_scan(padapter, ssid, RTW_SSID_SCAN_AMOUNT); -+ -+ } else -+ -+ { -+ _status = rtw_set_802_11_bssid_list_scan(padapter, NULL, 0); -+ } -+ -+ if (_status == false) -+ ret = -1; -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_SCAN); -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d return %d\n", __func__, __LINE__, ret); -+ #endif -+ -+ return ret; -+} -+ -+static int rtw_wx_get_scan(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct list_head *plist, *phead; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ char *ev = extra; -+ char *stop = ev + wrqu->data.length; -+ u32 ret = 0; -+ sint wait_status; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_wx_get_scan\n")); -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, (" Start of Query SIOCGIWSCAN .\n")); -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d\n", __func__, __LINE__); -+ #endif -+ -+ if (adapter_to_pwrctl(padapter)->brfoffbyhw && padapter->bDriverStopped) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ wait_status = _FW_UNDER_SURVEY | _FW_UNDER_LINKING; -+ -+ if (check_fwstate(pmlmepriv, wait_status)) -+ return -EAGAIN; -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (phead == plist) -+ break; -+ -+ if ((stop - ev) < SCAN_ITEM_SIZE) { -+ ret = -E2BIG; -+ break; -+ } -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ /* report network only if the current channel set contains the channel to which this network belongs */ -+ if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfig) >= 0 -+ && rtw_mlme_band_check(padapter, pnetwork->network.Configuration.DSConfig) == true -+ && true == rtw_validate_ssid(&(pnetwork->network.Ssid)) -+ ) -+ { -+ ev =translate_scan(padapter, a, pnetwork, ev, stop); -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ wrqu->data.length = ev-extra; -+ wrqu->data.flags = 0; -+ -+exit: -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d return %d\n", __func__, __LINE__, ret); -+ #endif -+ -+ return ret ; -+ -+} -+ -+/* set ssid flow */ -+/* s1. rtw_set_802_11_infrastructure_mode() */ -+/* s2. set_802_11_authenticaion_mode() */ -+/* s3. set_802_11_encryption_mode() */ -+/* s4. rtw_set_802_11_ssid() */ -+static int rtw_wx_set_essid(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct __queue *queue = &pmlmepriv->scanned_queue; -+ struct list_head *phead; -+ struct wlan_network *pnetwork = NULL; -+ enum NDIS_802_11_AUTHENTICATION_MODE authmode; -+ struct ndis_802_11_ssid ndis_ssid; -+ u8 *dst_ssid, *src_ssid; -+ -+ uint ret = 0, len; -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d\n", __func__, __LINE__); -+ #endif -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("+rtw_wx_set_essid: fw_state = 0x%08x\n", get_fwstate(pmlmepriv))); -+ -+ rtw_ps_deny(padapter, PS_DENY_JOIN); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+ if (!padapter->bup) { -+ ret = -1; -+ goto exit; -+ } -+ -+ if (wrqu->essid.length > IW_ESSID_MAX_SIZE) { -+ ret = -E2BIG; -+ goto exit; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ ret = -1; -+ goto exit; -+ } -+ -+ authmode = padapter->securitypriv.ndisauthtype; -+ DBG_871X("=>%s\n", __func__); -+ if (wrqu->essid.flags && wrqu->essid.length) -+ { -+ len = (wrqu->essid.length < IW_ESSID_MAX_SIZE) ? wrqu->essid.length : IW_ESSID_MAX_SIZE; -+ -+ if (wrqu->essid.length != 33) -+ DBG_871X("ssid =%s, len =%d\n", extra, wrqu->essid.length); -+ -+ memset(&ndis_ssid, 0, sizeof(struct ndis_802_11_ssid)); -+ ndis_ssid.SsidLength = len; -+ memcpy(ndis_ssid.Ssid, extra, len); -+ src_ssid = ndis_ssid.Ssid; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, ("rtw_wx_set_essid: ssid =[%s]\n", src_ssid)); -+ spin_lock_bh(&queue->lock); -+ phead = get_list_head(queue); -+ pmlmepriv->pscanned = get_next(phead); -+ -+ while (1) { -+ if (phead == pmlmepriv->pscanned) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_warning_, -+ ("rtw_wx_set_essid: scan_q is empty, set ssid to check if scanning again!\n")); -+ -+ break; -+ } -+ -+ pnetwork = LIST_CONTAINOR(pmlmepriv->pscanned, struct wlan_network, list); -+ -+ pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); -+ -+ dst_ssid = pnetwork->network.Ssid.Ssid; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_wx_set_essid: dst_ssid =%s\n", -+ pnetwork->network.Ssid.Ssid)); -+ -+ if ((!memcmp(dst_ssid, src_ssid, ndis_ssid.SsidLength)) && -+ (pnetwork->network.Ssid.SsidLength ==ndis_ssid.SsidLength)) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_wx_set_essid: find match, set infra mode\n")); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == true) -+ { -+ if (pnetwork->network.InfrastructureMode != pmlmepriv->cur_network.network.InfrastructureMode) -+ continue; -+ } -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode) == false) -+ { -+ ret = -1; -+ spin_unlock_bh(&queue->lock); -+ goto exit; -+ } -+ -+ break; -+ } -+ } -+ spin_unlock_bh(&queue->lock); -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("set ssid: set_802_11_auth. mode =%d\n", authmode)); -+ rtw_set_802_11_authentication_mode(padapter, authmode); -+ /* set_802_11_encryption_mode(padapter, padapter->securitypriv.ndisencryptstatus); */ -+ if (rtw_set_802_11_ssid(padapter, &ndis_ssid) == false) { -+ ret = -1; -+ goto exit; -+ } -+ } -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_JOIN); -+ -+ DBG_871X("<=%s, ret %d\n", __func__, ret); -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d return %d\n", __func__, __LINE__, ret); -+ #endif -+ -+ return ret; -+} -+ -+static int rtw_wx_get_essid(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ u32 len, ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_bssid_ex *pcur_bss = &pmlmepriv->cur_network.network; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_wx_get_essid\n")); -+ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == true)) -+ { -+ len = pcur_bss->Ssid.SsidLength; -+ -+ wrqu->essid.length = len; -+ -+ memcpy(extra, pcur_bss->Ssid.Ssid, len); -+ -+ wrqu->essid.flags = 1; -+ } -+ else -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+static int rtw_wx_set_rate(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int i, ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ u8 datarates[NumRates]; -+ u32 target_rate = wrqu->bitrate.value; -+ u32 fixed = wrqu->bitrate.fixed; -+ u32 ratevalue = 0; -+ u8 mpdatarate[NumRates]={11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 0xff}; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, (" rtw_wx_set_rate\n")); -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, ("target_rate = %d, fixed = %d\n", target_rate, fixed)); -+ -+ if (target_rate == -1) { -+ ratevalue = 11; -+ goto set_rate; -+ } -+ target_rate = target_rate/100000; -+ -+ switch (target_rate) { -+ case 10: -+ ratevalue = 0; -+ break; -+ case 20: -+ ratevalue = 1; -+ break; -+ case 55: -+ ratevalue = 2; -+ break; -+ case 60: -+ ratevalue = 3; -+ break; -+ case 90: -+ ratevalue = 4; -+ break; -+ case 110: -+ ratevalue = 5; -+ break; -+ case 120: -+ ratevalue = 6; -+ break; -+ case 180: -+ ratevalue = 7; -+ break; -+ case 240: -+ ratevalue = 8; -+ break; -+ case 360: -+ ratevalue = 9; -+ break; -+ case 480: -+ ratevalue = 10; -+ break; -+ case 540: -+ ratevalue = 11; -+ break; -+ default: -+ ratevalue = 11; -+ break; -+ } -+ -+set_rate: -+ -+ for (i = 0; ibitrate.fixed = 0; /* no auto select */ -+ wrqu->bitrate.value = max_rate * 100000; -+ -+ return 0; -+} -+ -+static int rtw_wx_set_rts(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ if (wrqu->rts.disabled) -+ padapter->registrypriv.rts_thresh = 2347; -+ else { -+ if (wrqu->rts.value < 0 || -+ wrqu->rts.value > 2347) -+ return -EINVAL; -+ -+ padapter->registrypriv.rts_thresh = wrqu->rts.value; -+ } -+ -+ DBG_871X("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); -+ -+ return 0; -+} -+ -+static int rtw_wx_get_rts(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); -+ -+ wrqu->rts.value = padapter->registrypriv.rts_thresh; -+ wrqu->rts.fixed = 0; /* no auto select */ -+ /* wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD); */ -+ -+ return 0; -+} -+ -+static int rtw_wx_set_frag(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ if (wrqu->frag.disabled) -+ padapter->xmitpriv.frag_len = MAX_FRAG_THRESHOLD; -+ else { -+ if (wrqu->frag.value < MIN_FRAG_THRESHOLD || -+ wrqu->frag.value > MAX_FRAG_THRESHOLD) -+ return -EINVAL; -+ -+ padapter->xmitpriv.frag_len = wrqu->frag.value & ~0x1; -+ } -+ -+ DBG_871X("%s, frag_len =%d\n", __func__, padapter->xmitpriv.frag_len); -+ -+ return 0; -+ -+} -+ -+static int rtw_wx_get_frag(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X("%s, frag_len =%d\n", __func__, padapter->xmitpriv.frag_len); -+ -+ wrqu->frag.value = padapter->xmitpriv.frag_len; -+ wrqu->frag.fixed = 0; /* no auto select */ -+ /* wrqu->frag.disabled = (wrqu->frag.value == DEFAULT_FRAG_THRESHOLD); */ -+ -+ return 0; -+} -+ -+static int rtw_wx_get_retry(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ /* struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); */ -+ -+ -+ wrqu->retry.value = 7; -+ wrqu->retry.fixed = 0; /* no auto select */ -+ wrqu->retry.disabled = 1; -+ -+ return 0; -+ -+} -+ -+static int rtw_wx_set_enc(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *keybuf) -+{ -+ u32 key, ret = 0; -+ u32 keyindex_provided; -+ struct ndis_802_11_wep wep; -+ enum NDIS_802_11_AUTHENTICATION_MODE authmode; -+ -+ struct iw_point *erq = &(wrqu->encoding); -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ DBG_871X("+rtw_wx_set_enc, flags = 0x%x\n", erq->flags); -+ -+ memset(&wep, 0, sizeof(struct ndis_802_11_wep)); -+ -+ key = erq->flags & IW_ENCODE_INDEX; -+ -+ if (erq->flags & IW_ENCODE_DISABLED) -+ { -+ DBG_871X("EncryptionDisabled\n"); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ padapter->securitypriv.dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _NO_PRIVACY_; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ -+ authmode = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisauthtype =authmode; -+ -+ goto exit; -+ } -+ -+ if (key) { -+ if (key > WEP_KEYS) -+ return -EINVAL; -+ key--; -+ keyindex_provided = 1; -+ } -+ else -+ { -+ keyindex_provided = 0; -+ key = padapter->securitypriv.dot11PrivacyKeyIndex; -+ DBG_871X("rtw_wx_set_enc, key =%d\n", key); -+ } -+ -+ /* set authentication mode */ -+ if (erq->flags & IW_ENCODE_OPEN) -+ { -+ DBG_871X("rtw_wx_set_enc():IW_ENCODE_OPEN\n"); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled;/* Ndis802_11EncryptionDisabled; */ -+ -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ -+ padapter->securitypriv.dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _NO_PRIVACY_; -+ authmode = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisauthtype =authmode; -+ } -+ else if (erq->flags & IW_ENCODE_RESTRICTED) -+ { -+ DBG_871X("rtw_wx_set_enc():IW_ENCODE_RESTRICTED\n"); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; -+ -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP40_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _WEP40_; -+ authmode = Ndis802_11AuthModeShared; -+ padapter->securitypriv.ndisauthtype =authmode; -+ } -+ else -+ { -+ DBG_871X("rtw_wx_set_enc():erq->flags = 0x%x\n", erq->flags); -+ -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled;/* Ndis802_11EncryptionDisabled; */ -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ -+ padapter->securitypriv.dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _NO_PRIVACY_; -+ authmode = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisauthtype =authmode; -+ } -+ -+ wep.KeyIndex = key; -+ if (erq->length > 0) -+ { -+ wep.KeyLength = erq->length <= 5 ? 5 : 13; -+ -+ wep.Length = wep.KeyLength + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); -+ } -+ else -+ { -+ wep.KeyLength = 0 ; -+ -+ if (keyindex_provided == 1)/* set key_id only, no given KeyMaterial(erq->length == 0). */ -+ { -+ padapter->securitypriv.dot11PrivacyKeyIndex = key; -+ -+ DBG_871X("(keyindex_provided == 1), keyid =%d, key_len =%d\n", key, padapter->securitypriv.dot11DefKeylen[key]); -+ -+ switch (padapter->securitypriv.dot11DefKeylen[key]) -+ { -+ case 5: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP40_; -+ break; -+ case 13: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _WEP104_; -+ break; -+ default: -+ padapter->securitypriv.dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ break; -+ } -+ -+ goto exit; -+ -+ } -+ -+ } -+ -+ wep.KeyIndex |= 0x80000000; -+ -+ memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); -+ -+ if (rtw_set_802_11_add_wep(padapter, &wep) == false) { -+ if (rf_on == pwrpriv->rf_pwrstate) -+ ret = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+static int rtw_wx_get_enc(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *keybuf) -+{ -+ uint key, ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct iw_point *erq = &(wrqu->encoding); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) != true) -+ { -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) != true) -+ { -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ return 0; -+ } -+ } -+ -+ -+ key = erq->flags & IW_ENCODE_INDEX; -+ -+ if (key) { -+ if (key > WEP_KEYS) -+ return -EINVAL; -+ key--; -+ } else -+ { -+ key = padapter->securitypriv.dot11PrivacyKeyIndex; -+ } -+ -+ erq->flags = key + 1; -+ -+ /* if (padapter->securitypriv.ndisauthtype == Ndis802_11AuthModeOpen) */ -+ /* */ -+ /* erq->flags |= IW_ENCODE_OPEN; */ -+ /* */ -+ -+ switch (padapter->securitypriv.ndisencryptstatus) -+ { -+ case Ndis802_11EncryptionNotSupported: -+ case Ndis802_11EncryptionDisabled: -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ break; -+ case Ndis802_11Encryption1Enabled: -+ erq->length = padapter->securitypriv.dot11DefKeylen[key]; -+ -+ if (erq->length) -+ { -+ memcpy(keybuf, padapter->securitypriv.dot11DefKey[key].skey, padapter->securitypriv.dot11DefKeylen[key]); -+ -+ erq->flags |= IW_ENCODE_ENABLED; -+ -+ if (padapter->securitypriv.ndisauthtype == Ndis802_11AuthModeOpen) -+ { -+ erq->flags |= IW_ENCODE_OPEN; -+ } -+ else if (padapter->securitypriv.ndisauthtype == Ndis802_11AuthModeShared) -+ { -+ erq->flags |= IW_ENCODE_RESTRICTED; -+ } -+ } -+ else -+ { -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ } -+ break; -+ case Ndis802_11Encryption2Enabled: -+ case Ndis802_11Encryption3Enabled: -+ erq->length = 16; -+ erq->flags |= (IW_ENCODE_ENABLED | IW_ENCODE_OPEN | IW_ENCODE_NOKEY); -+ break; -+ default: -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ break; -+ } -+ return ret; -+} -+ -+static int rtw_wx_get_power(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ /* struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); */ -+ -+ wrqu->power.value = 0; -+ wrqu->power.fixed = 0; /* no auto select */ -+ wrqu->power.disabled = 1; -+ -+ return 0; -+} -+ -+static int rtw_wx_set_gen_ie(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ ret = rtw_set_wpa_ie(padapter, extra, wrqu->data.length); -+ -+ return ret; -+} -+ -+static int rtw_wx_set_auth(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct iw_param *param = (struct iw_param*)&(wrqu->param); -+ int ret = 0; -+ -+ switch (param->flags & IW_AUTH_INDEX) { -+ -+ case IW_AUTH_WPA_VERSION: -+ break; -+ case IW_AUTH_CIPHER_PAIRWISE: -+ -+ break; -+ case IW_AUTH_CIPHER_GROUP: -+ -+ break; -+ case IW_AUTH_KEY_MGMT: -+ /* -+ * ??? does not use these parameters -+ */ -+ break; -+ -+ case IW_AUTH_TKIP_COUNTERMEASURES: -+ { -+ if (param->value) -+ { /* wpa_supplicant is enabling the tkip countermeasure. */ -+ padapter->securitypriv.btkip_countermeasure = true; -+ } -+ else -+ { /* wpa_supplicant is disabling the tkip countermeasure. */ -+ padapter->securitypriv.btkip_countermeasure = false; -+ } -+ break; -+ } -+ case IW_AUTH_DROP_UNENCRYPTED: -+ { -+ /* HACK: -+ * -+ * wpa_supplicant calls set_wpa_enabled when the driver -+ * is loaded and unloaded, regardless of if WPA is being -+ * used. No other calls are made which can be used to -+ * determine if encryption will be used or not prior to -+ * association being expected. If encryption is not being -+ * used, drop_unencrypted is set to false, else true -- we -+ * can use this to determine if the CAP_PRIVACY_ON bit should -+ * be set. -+ */ -+ -+ if (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption1Enabled) -+ { -+ break;/* it means init value, or using wep, ndisencryptstatus = Ndis802_11Encryption1Enabled, */ -+ /* then it needn't reset it; */ -+ } -+ -+ if (param->value) { -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ padapter->securitypriv.dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy = _NO_PRIVACY_; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ -+ padapter->securitypriv.ndisauthtype =Ndis802_11AuthModeOpen; -+ } -+ -+ break; -+ } -+ -+ case IW_AUTH_80211_AUTH_ALG: -+ -+ /* -+ * It's the starting point of a link layer connection using wpa_supplicant -+ */ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED)) { -+ LeaveAllPowerSaveMode(padapter); -+ rtw_disassoc_cmd(padapter, 500, false); -+ DBG_871X("%s...call rtw_indicate_disconnect\n ", __func__); -+ rtw_indicate_disconnect(padapter); -+ rtw_free_assoc_resources(padapter, 1); -+ } -+ -+ -+ ret = wpa_set_auth_algs(dev, (u32)param->value); -+ -+ break; -+ -+ case IW_AUTH_WPA_ENABLED: -+ break; -+ case IW_AUTH_RX_UNENCRYPTED_EAPOL: -+ break; -+ case IW_AUTH_PRIVACY_INVOKED: -+ break; -+ default: -+ return -EOPNOTSUPP; -+ } -+ return ret; -+} -+ -+static int rtw_wx_set_enc_ext(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ char *alg_name; -+ u32 param_len; -+ struct ieee_param *param = NULL; -+ struct iw_point *pencoding = &wrqu->encoding; -+ struct iw_encode_ext *pext = (struct iw_encode_ext *)extra; -+ int ret = 0; -+ -+ param_len = sizeof(struct ieee_param) + pext->key_len; -+ param = (struct ieee_param *)rtw_malloc(param_len); -+ if (param == NULL) -+ return -1; -+ -+ memset(param, 0, param_len); -+ -+ param->cmd = IEEE_CMD_SET_ENCRYPTION; -+ memset(param->sta_addr, 0xff, ETH_ALEN); -+ -+ -+ switch (pext->alg) { -+ case IW_ENCODE_ALG_NONE: -+ /* todo: remove key */ -+ /* remove = 1; */ -+ alg_name = "none"; -+ break; -+ case IW_ENCODE_ALG_WEP: -+ alg_name = "WEP"; -+ break; -+ case IW_ENCODE_ALG_TKIP: -+ alg_name = "TKIP"; -+ break; -+ case IW_ENCODE_ALG_CCMP: -+ alg_name = "CCMP"; -+ break; -+ case IW_ENCODE_ALG_AES_CMAC: -+ alg_name = "BIP"; -+ break; -+ default: -+ ret = -1; -+ goto exit; -+ } -+ -+ strncpy((char *)param->u.crypt.alg, alg_name, IEEE_CRYPT_ALG_NAME_LEN); -+ -+ if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) -+ { -+ param->u.crypt.set_tx = 1; -+ } -+ -+ /* cliW: WEP does not have group key -+ * just not checking GROUP key setting -+ */ -+ if ((pext->alg != IW_ENCODE_ALG_WEP) && -+ ((pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) -+ || (pext->ext_flags & IW_ENCODE_ALG_AES_CMAC) -+ )) -+ { -+ param->u.crypt.set_tx = 0; -+ } -+ -+ param->u.crypt.idx = (pencoding->flags&0x00FF) -1 ; -+ -+ if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) -+ { -+ memcpy(param->u.crypt.seq, pext->rx_seq, 8); -+ } -+ -+ if (pext->key_len) -+ { -+ param->u.crypt.key_len = pext->key_len; -+ /* memcpy(param + 1, pext + 1, pext->key_len); */ -+ memcpy(param->u.crypt.key, pext + 1, pext->key_len); -+ } -+ -+ if (pencoding->flags & IW_ENCODE_DISABLED) -+ { -+ /* todo: remove key */ -+ /* remove = 1; */ -+ } -+ -+ ret = wpa_set_encryption(dev, param, param_len); -+ -+exit: -+ if (param) -+ { -+ kfree((u8 *)param); -+ } -+ -+ return ret; -+} -+ -+ -+static int rtw_wx_get_nick(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ /* struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); */ -+ /* struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); */ -+ /* struct security_priv *psecuritypriv = &padapter->securitypriv; */ -+ -+ if (extra) -+ { -+ wrqu->data.length = 14; -+ wrqu->data.flags = 1; -+ memcpy(extra, "", 14); -+ } -+ return 0; -+} -+ -+static int rtw_wx_read32(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter; -+ struct iw_point *p; -+ u16 len; -+ u32 addr; -+ u32 data32; -+ u32 bytes; -+ u8 *ptmp; -+ int ret; -+ -+ -+ ret = 0; -+ padapter = (struct adapter *)rtw_netdev_priv(dev); -+ p = &wrqu->data; -+ len = p->length; -+ if (0 == len) -+ return -EINVAL; -+ -+ ptmp = (u8 *)rtw_malloc(len); -+ if (NULL == ptmp) -+ return -ENOMEM; -+ -+ if (copy_from_user(ptmp, p->pointer, len)) { -+ ret = -EFAULT; -+ goto exit; -+ } -+ -+ bytes = 0; -+ addr = 0; -+ sscanf(ptmp, "%d,%x", &bytes, &addr); -+ -+ switch (bytes) { -+ case 1: -+ data32 = rtw_read8(padapter, addr); -+ sprintf(extra, "0x%02X", data32); -+ break; -+ case 2: -+ data32 = rtw_read16(padapter, addr); -+ sprintf(extra, "0x%04X", data32); -+ break; -+ case 4: -+ data32 = rtw_read32(padapter, addr); -+ sprintf(extra, "0x%08X", data32); -+ break; -+ default: -+ DBG_871X(KERN_INFO "%s: usage> read [bytes],[address(hex)]\n", __func__); -+ ret = -EINVAL; -+ goto exit; -+ } -+ DBG_871X(KERN_INFO "%s: addr = 0x%08X data =%s\n", __func__, addr, extra); -+ -+exit: -+ kfree(ptmp); -+ -+ return 0; -+} -+ -+static int rtw_wx_write32(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ u32 addr; -+ u32 data32; -+ u32 bytes; -+ -+ -+ bytes = 0; -+ addr = 0; -+ data32 = 0; -+ sscanf(extra, "%d,%x,%x", &bytes, &addr, &data32); -+ -+ switch (bytes) { -+ case 1: -+ rtw_write8(padapter, addr, (u8)data32); -+ DBG_871X(KERN_INFO "%s: addr = 0x%08X data = 0x%02X\n", __func__, addr, (u8)data32); -+ break; -+ case 2: -+ rtw_write16(padapter, addr, (u16)data32); -+ DBG_871X(KERN_INFO "%s: addr = 0x%08X data = 0x%04X\n", __func__, addr, (u16)data32); -+ break; -+ case 4: -+ rtw_write32(padapter, addr, data32); -+ DBG_871X(KERN_INFO "%s: addr = 0x%08X data = 0x%08X\n", __func__, addr, data32); -+ break; -+ default: -+ DBG_871X(KERN_INFO "%s: usage> write [bytes],[address(hex)],[data(hex)]\n", __func__); -+ return -EINVAL; -+ } -+ -+ return 0; -+} -+ -+static int rtw_wx_read_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ u32 path, addr, data32; -+ -+ -+ path = *(u32*)extra; -+ addr = *((u32*)extra + 1); -+ data32 = rtw_hal_read_rfreg(padapter, path, addr, 0xFFFFF); -+ /* -+ * IMPORTANT!! -+ * Only when wireless private ioctl is at odd order, -+ * "extra" would be copied to user space. -+ */ -+ sprintf(extra, "0x%05x", data32); -+ -+ return 0; -+} -+ -+static int rtw_wx_write_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ u32 path, addr, data32; -+ -+ -+ path = *(u32*)extra; -+ addr = *((u32*)extra + 1); -+ data32 = *((u32*)extra + 2); -+/* DBG_871X("%s: path =%d addr = 0x%02x data = 0x%05x\n", __func__, path, addr, data32); */ -+ rtw_hal_write_rfreg(padapter, path, addr, 0xFFFFF, data32); -+ -+ return 0; -+} -+ -+static int rtw_wx_priv_null(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ return -1; -+} -+ -+static int dummy(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ /* struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); */ -+ /* struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); */ -+ -+ /* DBG_871X("cmd_code =%x, fwstate = 0x%x\n", a->cmd, get_fwstate(pmlmepriv)); */ -+ -+ return -1; -+ -+} -+ -+static int rtw_wx_set_channel_plan(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ u8 channel_plan_req = (u8) (*((int *)wrqu)); -+ -+ if (_SUCCESS == rtw_set_chplan_cmd(padapter, channel_plan_req, 1, 1)) { -+ DBG_871X("%s set channel_plan = 0x%02X\n", __func__, channel_plan_req); -+ } else -+ return -EPERM; -+ -+ return 0; -+} -+ -+static int rtw_wx_set_mtk_wps_probe_ie(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ return 0; -+} -+ -+static int rtw_wx_get_sensitivity(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *buf) -+{ -+ return 0; -+} -+ -+static int rtw_wx_set_mtk_wps_ie(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ return 0; -+} -+ -+/* -+typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+*/ -+/* -+ *For all data larger than 16 octets, we need to use a -+ *pointer to memory allocated in user space. -+ */ -+static int rtw_drvext_hdl(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ return 0; -+} -+ -+static int rtw_mp_ioctl_hdl(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ return ret; -+} -+ -+static int rtw_get_ap_info(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ u32 cnt = 0, wpa_ielen; -+ struct list_head *plist, *phead; -+ unsigned char *pbuf; -+ u8 bssid[ETH_ALEN]; -+ char data[32]; -+ struct wlan_network *pnetwork = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct __queue *queue = &(pmlmepriv->scanned_queue); -+ struct iw_point *pdata = &wrqu->data; -+ -+ DBG_871X("+rtw_get_aplist_info\n"); -+ -+ if ((padapter->bDriverStopped) || (pdata == NULL)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ while ((check_fwstate(pmlmepriv, (_FW_UNDER_SURVEY|_FW_UNDER_LINKING))) == true) -+ { -+ msleep(30); -+ cnt++; -+ if (cnt > 100) -+ break; -+ } -+ -+ -+ /* pdata->length = 0;? */ -+ pdata->flags = 0; -+ if (pdata->length>=32) -+ { -+ if (copy_from_user(data, pdata->pointer, 32)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ spin_lock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (phead == plist) -+ break; -+ -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ /* if (hwaddr_aton_i(pdata->pointer, bssid)) */ -+ if (hwaddr_aton_i(data, bssid)) -+ { -+ DBG_871X("Invalid BSSID '%s'.\n", (u8 *)data); -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ return -EINVAL; -+ } -+ -+ -+ if (!memcmp(bssid, pnetwork->network.MacAddress, ETH_ALEN))/* BSSID match, then check if supporting wpa/wpa2 */ -+ { -+ DBG_871X("BSSID:" MAC_FMT "\n", MAC_ARG(bssid)); -+ -+ pbuf = rtw_get_wpa_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ if (pbuf && (wpa_ielen>0)) -+ { -+ pdata->flags = 1; -+ break; -+ } -+ -+ pbuf = rtw_get_wpa2_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ if (pbuf && (wpa_ielen>0)) -+ { -+ pdata->flags = 2; -+ break; -+ } -+ -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ spin_unlock_bh(&(pmlmepriv->scanned_queue.lock)); -+ -+ if (pdata->length>=34) -+ { -+ if (copy_to_user((u8 __force __user *)pdata->pointer+32, (u8 *)&pdata->flags, 1)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_set_pid(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ struct adapter *padapter = rtw_netdev_priv(dev); -+ int *pdata = (int *)wrqu; -+ int selector; -+ -+ if ((padapter->bDriverStopped) || (pdata == NULL)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ selector = *pdata; -+ if (selector < 3 && selector >= 0) { -+ padapter->pid[selector] = *(pdata+1); -+ DBG_871X("%s set pid[%d]=%d\n", __func__, selector , padapter->pid[selector]); -+ } -+ else -+ DBG_871X("%s selector %d error\n", __func__, selector); -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_wps_start(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ u32 u32wps_start = 0; -+ unsigned int uintRet = 0; -+ -+ if ((true == padapter->bDriverStopped) ||(true ==padapter->bSurpriseRemoved) || (NULL == pdata)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ uintRet = copy_from_user((void*) &u32wps_start, pdata->pointer, 4); -+ if (u32wps_start == 0) -+ { -+ u32wps_start = *extra; -+ } -+ -+ DBG_871X("[%s] wps_start = %d\n", __func__, u32wps_start); -+ -+#ifdef CONFIG_INTEL_WIDI -+ process_intel_widi_wps_status(padapter, u32wps_start); -+#endif /* CONFIG_INTEL_WIDI */ -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_get(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_get2(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+ return ret; -+ -+} -+ -+static int rtw_rereg_nd_name(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ struct adapter *padapter = rtw_netdev_priv(dev); -+ struct rereg_nd_name_data *rereg_priv = &padapter->rereg_nd_name_priv; -+ char new_ifname[IFNAMSIZ]; -+ -+ if (rereg_priv->old_ifname[0] == 0) { -+ char *reg_ifname; -+ reg_ifname = padapter->registrypriv.ifname; -+ -+ strncpy(rereg_priv->old_ifname, reg_ifname, IFNAMSIZ); -+ rereg_priv->old_ifname[IFNAMSIZ-1] = 0; -+ } -+ -+ /* DBG_871X("%s wrqu->data.length:%d\n", __func__, wrqu->data.length); */ -+ if (wrqu->data.length > IFNAMSIZ) -+ return -EFAULT; -+ -+ if (copy_from_user(new_ifname, wrqu->data.pointer, IFNAMSIZ)) { -+ return -EFAULT; -+ } -+ -+ if (0 == strcmp(rereg_priv->old_ifname, new_ifname)) { -+ return ret; -+ } -+ -+ DBG_871X("%s new_ifname:%s\n", __func__, new_ifname); -+ if (0 != (ret = rtw_change_ifname(padapter, new_ifname))) { -+ goto exit; -+ } -+ -+ strncpy(rereg_priv->old_ifname, new_ifname, IFNAMSIZ); -+ rereg_priv->old_ifname[IFNAMSIZ-1] = 0; -+ -+ if (!memcmp(new_ifname, "disable%d", 9)) { -+ -+ DBG_871X("%s disable\n", __func__); -+ /* free network queue for Android's timming issue */ -+ rtw_free_network_queue(padapter, true); -+ -+ /* the interface is being "disabled", we can do deeper IPS */ -+ /* rereg_priv->old_ips_mode = rtw_get_ips_mode_req(&padapter->pwrctrlpriv); */ -+ /* rtw_ips_mode_req(&padapter->pwrctrlpriv, IPS_NORMAL); */ -+ } -+exit: -+ return ret; -+ -+} -+ -+static int rtw_dbg_port(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ u8 major_cmd, minor_cmd; -+ u16 arg; -+ u32 extra_arg, *pdata, val32; -+ struct sta_info *psta; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ -+ pdata = (u32*)&wrqu->data; -+ -+ val32 = *pdata; -+ arg = (u16)(val32&0x0000ffff); -+ major_cmd = (u8)(val32>>24); -+ minor_cmd = (u8)((val32>>16)&0x00ff); -+ -+ extra_arg = *(pdata+1); -+ -+ switch (major_cmd) -+ { -+ case 0x70:/* read_reg */ -+ switch (minor_cmd) -+ { -+ case 1: -+ DBG_871X("rtw_read8(0x%x) = 0x%02x\n", arg, rtw_read8(padapter, arg)); -+ break; -+ case 2: -+ DBG_871X("rtw_read16(0x%x) = 0x%04x\n", arg, rtw_read16(padapter, arg)); -+ break; -+ case 4: -+ DBG_871X("rtw_read32(0x%x) = 0x%08x\n", arg, rtw_read32(padapter, arg)); -+ break; -+ } -+ break; -+ case 0x71:/* write_reg */ -+ switch (minor_cmd) -+ { -+ case 1: -+ rtw_write8(padapter, arg, extra_arg); -+ DBG_871X("rtw_write8(0x%x) = 0x%02x\n", arg, rtw_read8(padapter, arg)); -+ break; -+ case 2: -+ rtw_write16(padapter, arg, extra_arg); -+ DBG_871X("rtw_write16(0x%x) = 0x%04x\n", arg, rtw_read16(padapter, arg)); -+ break; -+ case 4: -+ rtw_write32(padapter, arg, extra_arg); -+ DBG_871X("rtw_write32(0x%x) = 0x%08x\n", arg, rtw_read32(padapter, arg)); -+ break; -+ } -+ break; -+ case 0x72:/* read_bb */ -+ DBG_871X("read_bbreg(0x%x) = 0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff)); -+ break; -+ case 0x73:/* write_bb */ -+ rtw_hal_write_bbreg(padapter, arg, 0xffffffff, extra_arg); -+ DBG_871X("write_bbreg(0x%x) = 0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff)); -+ break; -+ case 0x74:/* read_rf */ -+ DBG_871X("read RF_reg path(0x%02x), offset(0x%x), value(0x%08x)\n", minor_cmd, arg, rtw_hal_read_rfreg(padapter, minor_cmd, arg, 0xffffffff)); -+ break; -+ case 0x75:/* write_rf */ -+ rtw_hal_write_rfreg(padapter, minor_cmd, arg, 0xffffffff, extra_arg); -+ DBG_871X("write RF_reg path(0x%02x), offset(0x%x), value(0x%08x)\n", minor_cmd, arg, rtw_hal_read_rfreg(padapter, minor_cmd, arg, 0xffffffff)); -+ break; -+ -+ case 0x76: -+ switch (minor_cmd) -+ { -+ case 0x00: /* normal mode, */ -+ padapter->recvpriv.is_signal_dbg = 0; -+ break; -+ case 0x01: /* dbg mode */ -+ padapter->recvpriv.is_signal_dbg = 1; -+ extra_arg = extra_arg>100?100:extra_arg; -+ padapter->recvpriv.signal_strength_dbg =extra_arg; -+ break; -+ } -+ break; -+ case 0x78: /* IOL test */ -+ break; -+ case 0x79: -+ { -+ /* -+ * dbg 0x79000000 [value], set RESP_TXAGC to + value, value:0~15 -+ * dbg 0x79010000 [value], set RESP_TXAGC to - value, value:0~15 -+ */ -+ u8 value = extra_arg & 0x0f; -+ u8 sign = minor_cmd; -+ u16 write_value = 0; -+ -+ DBG_871X("%s set RESP_TXAGC to %s %u\n", __func__, sign?"minus":"plus", value); -+ -+ if (sign) -+ value = value | 0x10; -+ -+ write_value = value | (value << 5); -+ rtw_write16(padapter, 0x6d9, write_value); -+ } -+ break; -+ case 0x7a: -+ receive_disconnect(padapter, pmlmeinfo->network.MacAddress -+ , WLAN_REASON_EXPIRATION_CHK); -+ break; -+ case 0x7F: -+ switch (minor_cmd) -+ { -+ case 0x0: -+ DBG_871X("fwstate = 0x%x\n", get_fwstate(pmlmepriv)); -+ break; -+ case 0x01: -+ DBG_871X("minor_cmd 0x%x\n", minor_cmd); -+ break; -+ case 0x02: -+ DBG_871X("pmlmeinfo->state = 0x%x\n", pmlmeinfo->state); -+ DBG_871X("DrvBcnEarly =%d\n", pmlmeext->DrvBcnEarly); -+ DBG_871X("DrvBcnTimeOut =%d\n", pmlmeext->DrvBcnTimeOut); -+ break; -+ case 0x03: -+ DBG_871X("qos_option =%d\n", pmlmepriv->qospriv.qos_option); -+ DBG_871X("ht_option =%d\n", pmlmepriv->htpriv.ht_option); -+ break; -+ case 0x04: -+ DBG_871X("cur_ch =%d\n", pmlmeext->cur_channel); -+ DBG_871X("cur_bw =%d\n", pmlmeext->cur_bwmode); -+ DBG_871X("cur_ch_off =%d\n", pmlmeext->cur_ch_offset); -+ -+ DBG_871X("oper_ch =%d\n", rtw_get_oper_ch(padapter)); -+ DBG_871X("oper_bw =%d\n", rtw_get_oper_bw(padapter)); -+ DBG_871X("oper_ch_offet =%d\n", rtw_get_oper_choffset(padapter)); -+ -+ break; -+ case 0x05: -+ psta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); -+ if (psta) -+ { -+ int i; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ -+ DBG_871X("SSID =%s\n", cur_network->network.Ssid.Ssid); -+ DBG_871X("sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr)); -+ DBG_871X("cur_channel =%d, cur_bwmode =%d, cur_ch_offset =%d\n", pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); -+ DBG_871X("rtsen =%d, cts2slef =%d\n", psta->rtsen, psta->cts2self); -+ DBG_871X("state = 0x%x, aid =%d, macid =%d, raid =%d\n", psta->state, psta->aid, psta->mac_id, psta->raid); -+ DBG_871X("qos_en =%d, ht_en =%d, init_rate =%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate); -+ DBG_871X("bwmode =%d, ch_offset =%d, sgi_20m =%d, sgi_40m =%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m); -+ DBG_871X("ampdu_enable = %d\n", psta->htpriv.ampdu_enable); -+ DBG_871X("agg_enable_bitmap =%x, candidate_tid_bitmap =%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap); -+ -+ for (i = 0;i<16;i++) -+ { -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ if (preorder_ctrl->enable) -+ { -+ DBG_871X("tid =%d, indicate_seq =%d\n", i, preorder_ctrl->indicate_seq); -+ } -+ } -+ -+ } -+ else -+ { -+ DBG_871X("can't get sta's macaddr, cur_network's macaddr:" MAC_FMT "\n", MAC_ARG(cur_network->network.MacAddress)); -+ } -+ break; -+ case 0x06: -+ { -+ u32 ODMFlag; -+ rtw_hal_get_hwreg(padapter, HW_VAR_DM_FLAG, (u8 *)(&ODMFlag)); -+ DBG_871X("(B)DMFlag = 0x%x, arg = 0x%x\n", ODMFlag, arg); -+ ODMFlag = (u32)(0x0f&arg); -+ DBG_871X("(A)DMFlag = 0x%x\n", ODMFlag); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DM_FLAG, (u8 *)(&ODMFlag)); -+ } -+ break; -+ case 0x07: -+ DBG_871X("bSurpriseRemoved =%d, bDriverStopped =%d\n", -+ padapter->bSurpriseRemoved, padapter->bDriverStopped); -+ break; -+ case 0x08: -+ { -+ DBG_871X("minor_cmd 0x%x\n", minor_cmd); -+ } -+ break; -+ case 0x09: -+ { -+ int i, j; -+ struct list_head *plist, *phead; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ -+ DBG_871X("sta_dz_bitmap = 0x%x, tim_bitmap = 0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap); -+ -+ spin_lock_bh(&pstapriv->sta_hash_lock); -+ -+ for (i = 0; i< NUM_STA; i++) -+ { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ -+ while (phead != plist) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ plist = get_next(plist); -+ -+ if (extra_arg == psta->aid) -+ { -+ DBG_871X("sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr)); -+ DBG_871X("rtsen =%d, cts2slef =%d\n", psta->rtsen, psta->cts2self); -+ DBG_871X("state = 0x%x, aid =%d, macid =%d, raid =%d\n", psta->state, psta->aid, psta->mac_id, psta->raid); -+ DBG_871X("qos_en =%d, ht_en =%d, init_rate =%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate); -+ DBG_871X("bwmode =%d, ch_offset =%d, sgi_20m =%d, sgi_40m =%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m); -+ DBG_871X("ampdu_enable = %d\n", psta->htpriv.ampdu_enable); -+ DBG_871X("agg_enable_bitmap =%x, candidate_tid_bitmap =%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap); -+ DBG_871X("capability = 0x%x\n", psta->capability); -+ DBG_871X("flags = 0x%x\n", psta->flags); -+ DBG_871X("wpa_psk = 0x%x\n", psta->wpa_psk); -+ DBG_871X("wpa2_group_cipher = 0x%x\n", psta->wpa2_group_cipher); -+ DBG_871X("wpa2_pairwise_cipher = 0x%x\n", psta->wpa2_pairwise_cipher); -+ DBG_871X("qos_info = 0x%x\n", psta->qos_info); -+ DBG_871X("dot118021XPrivacy = 0x%x\n", psta->dot118021XPrivacy); -+ -+ -+ -+ for (j = 0;j<16;j++) -+ { -+ preorder_ctrl = &psta->recvreorder_ctrl[j]; -+ if (preorder_ctrl->enable) -+ { -+ DBG_871X("tid =%d, indicate_seq =%d\n", j, preorder_ctrl->indicate_seq); -+ } -+ } -+ -+ } -+ -+ } -+ } -+ -+ spin_unlock_bh(&pstapriv->sta_hash_lock); -+ -+ } -+ break; -+ case 0x0a: -+ { -+ int max_mac_id = 0; -+ max_mac_id = rtw_search_max_mac_id(padapter); -+ printk("%s ==> max_mac_id = %d\n", __func__, max_mac_id); -+ } -+ break; -+ case 0x0b: /* Enable = 1, Disable = 0 driver control vrtl_carrier_sense. */ -+ if (arg == 0) { -+ DBG_871X("disable driver ctrl vcs\n"); -+ padapter->driver_vcs_en = 0; -+ } -+ else if (arg == 1) { -+ DBG_871X("enable driver ctrl vcs = %d\n", extra_arg); -+ padapter->driver_vcs_en = 1; -+ -+ if (extra_arg>2) -+ padapter->driver_vcs_type = 1; -+ else -+ padapter->driver_vcs_type = extra_arg; -+ } -+ break; -+ case 0x0c:/* dump rx/tx packet */ -+ { -+ if (arg == 0) { -+ DBG_871X("dump rx packet (%d)\n", extra_arg); -+ /* pHalData->bDumpRxPkt =extra_arg; */ -+ rtw_hal_set_def_var(padapter, HAL_DEF_DBG_DUMP_RXPKT, &(extra_arg)); -+ } -+ else if (arg == 1) { -+ DBG_871X("dump tx packet (%d)\n", extra_arg); -+ rtw_hal_set_def_var(padapter, HAL_DEF_DBG_DUMP_TXPKT, &(extra_arg)); -+ } -+ } -+ break; -+ case 0x0e: -+ { -+ if (arg == 0) { -+ DBG_871X("disable driver ctrl rx_ampdu_factor\n"); -+ padapter->driver_rx_ampdu_factor = 0xFF; -+ } -+ else if (arg == 1) { -+ -+ DBG_871X("enable driver ctrl rx_ampdu_factor = %d\n", extra_arg); -+ -+ if ((extra_arg & 0x03) > 0x03) -+ padapter->driver_rx_ampdu_factor = 0xFF; -+ else -+ padapter->driver_rx_ampdu_factor = extra_arg; -+ } -+ } -+ break; -+ -+ case 0x10:/* driver version display */ -+ dump_drv_version(RTW_DBGDUMP); -+ break; -+ case 0x11:/* dump linked status */ -+ { -+ linked_info_dump(padapter, extra_arg); -+ } -+ break; -+ case 0x12: /* set rx_stbc */ -+ { -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ /* 0: disable, bit(0):enable 2.4g, bit(1):enable 5g, 0x3: enable both 2.4g and 5g */ -+ /* default is set to enable 2.4GHZ for IOT issue with bufflao's AP at 5GHZ */ -+ if (pregpriv && (extra_arg == 0 || extra_arg == 1|| extra_arg == 2 || extra_arg == 3)) -+ { -+ pregpriv->rx_stbc = extra_arg; -+ DBG_871X("set rx_stbc =%d\n", pregpriv->rx_stbc); -+ } -+ else -+ DBG_871X("get rx_stbc =%d\n", pregpriv->rx_stbc); -+ -+ } -+ break; -+ case 0x13: /* set ampdu_enable */ -+ { -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ /* 0: disable, 0x1:enable (but wifi_spec should be 0), 0x2: force enable (don't care wifi_spec) */ -+ if (pregpriv && extra_arg < 3) -+ { -+ pregpriv->ampdu_enable = extra_arg; -+ DBG_871X("set ampdu_enable =%d\n", pregpriv->ampdu_enable); -+ } -+ else -+ DBG_871X("get ampdu_enable =%d\n", pregpriv->ampdu_enable); -+ -+ } -+ break; -+ case 0x14: -+ { -+ DBG_871X("minor_cmd 0x%x\n", minor_cmd); -+ } -+ break; -+ case 0x16: -+ { -+ if (arg == 0xff) { -+ rtw_odm_dbg_comp_msg(RTW_DBGDUMP, padapter); -+ } -+ else { -+ u64 dbg_comp = (u64)extra_arg; -+ rtw_odm_dbg_comp_set(padapter, dbg_comp); -+ } -+ } -+ break; -+#ifdef DBG_FIXED_CHAN -+ case 0x17: -+ { -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ printk("===> Fixed channel to %d\n", extra_arg); -+ pmlmeext->fixed_chan = extra_arg; -+ -+ } -+ break; -+#endif -+ case 0x18: -+ { -+ printk("===> Switch USB Mode %d\n", extra_arg); -+ rtw_hal_set_hwreg(padapter, HW_VAR_USB_MODE, (u8 *)&extra_arg); -+ } -+ break; -+ case 0x19: -+ { -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ /* extra_arg : */ -+ /* BIT0: Enable VHT LDPC Rx, BIT1: Enable VHT LDPC Tx, */ -+ /* BIT4: Enable HT LDPC Rx, BIT5: Enable HT LDPC Tx */ -+ if (arg == 0) { -+ DBG_871X("driver disable LDPC\n"); -+ pregistrypriv->ldpc_cap = 0x00; -+ } -+ else if (arg == 1) { -+ DBG_871X("driver set LDPC cap = 0x%x\n", extra_arg); -+ pregistrypriv->ldpc_cap = (u8)(extra_arg&0x33); -+ } -+ } -+ break; -+ case 0x1a: -+ { -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ /* extra_arg : */ -+ /* BIT0: Enable VHT STBC Rx, BIT1: Enable VHT STBC Tx, */ -+ /* BIT4: Enable HT STBC Rx, BIT5: Enable HT STBC Tx */ -+ if (arg == 0) { -+ DBG_871X("driver disable STBC\n"); -+ pregistrypriv->stbc_cap = 0x00; -+ } -+ else if (arg == 1) { -+ DBG_871X("driver set STBC cap = 0x%x\n", extra_arg); -+ pregistrypriv->stbc_cap = (u8)(extra_arg&0x33); -+ } -+ } -+ break; -+ case 0x1b: -+ { -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ -+ if (arg == 0) { -+ DBG_871X("disable driver ctrl max_rx_rate, reset to default_rate_set\n"); -+ init_mlme_default_rate_set(padapter); -+ pregistrypriv->ht_enable = (u8)rtw_ht_enable; -+ } -+ else if (arg == 1) { -+ -+ int i; -+ u8 max_rx_rate; -+ -+ DBG_871X("enable driver ctrl max_rx_rate = 0x%x\n", extra_arg); -+ -+ max_rx_rate = (u8)extra_arg; -+ -+ if (max_rx_rate < 0xc) /* max_rx_rate < MSC0 -> B or G -> disable HT */ -+ { -+ pregistrypriv->ht_enable = 0; -+ for (i = 0; idatarate[i] > max_rx_rate) -+ pmlmeext->datarate[i] = 0xff; -+ } -+ -+ } -+ else if (max_rx_rate < 0x1c) /* mcs0~mcs15 */ -+ { -+ u32 mcs_bitmap = 0x0; -+ -+ for (i = 0; i<((max_rx_rate+1)-0xc); i++) -+ mcs_bitmap |= BIT(i); -+ -+ set_mcs_rate_by_mask(pmlmeext->default_supported_mcs_set, mcs_bitmap); -+ } -+ } -+ } -+ break; -+ case 0x1c: /* enable/disable driver control AMPDU Density for peer sta's rx */ -+ { -+ if (arg == 0) { -+ DBG_871X("disable driver ctrl ampdu density\n"); -+ padapter->driver_ampdu_spacing = 0xFF; -+ } -+ else if (arg == 1) { -+ -+ DBG_871X("enable driver ctrl ampdu density = %d\n", extra_arg); -+ -+ if ((extra_arg & 0x07) > 0x07) -+ padapter->driver_ampdu_spacing = 0xFF; -+ else -+ padapter->driver_ampdu_spacing = extra_arg; -+ } -+ } -+ break; -+#ifdef CONFIG_BACKGROUND_NOISE_MONITOR -+ case 0x1e: -+ { -+ struct hal_com_data *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ u8 chan = rtw_get_oper_ch(padapter); -+ DBG_871X("===========================================\n"); -+ ODM_InbandNoise_Monitor(pDM_Odm, true, 0x1e, 100); -+ DBG_871X("channel(%d), noise_a = %d, noise_b = %d , noise_all:%d\n", -+ chan, pDM_Odm->noise_level.noise[ODM_RF_PATH_A], -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_B], -+ pDM_Odm->noise_level.noise_all); -+ DBG_871X("===========================================\n"); -+ -+ } -+ break; -+#endif -+ case 0x23: -+ { -+ DBG_871X("turn %s the bNotifyChannelChange Variable\n", (extra_arg == 1)?"on":"off"); -+ padapter->bNotifyChannelChange = extra_arg; -+ break; -+ } -+ case 0x24: -+ { -+ break; -+ } -+#ifdef CONFIG_GPIO_API -+ case 0x25: /* Get GPIO register */ -+ { -+ /* -+ * dbg 0x7f250000 [gpio_num], Get gpio value, gpio_num:0~7 -+ */ -+ -+ int value; -+ DBG_871X("Read GPIO Value extra_arg = %d\n", extra_arg); -+ value = rtw_get_gpio(dev, extra_arg); -+ DBG_871X("Read GPIO Value = %d\n", value); -+ break; -+ } -+ case 0x26: /* Set GPIO direction */ -+ { -+ -+ /* dbg 0x7f26000x [y], Set gpio direction, -+ * x: gpio_num, 4~7 y: indicate direction, 0~1 -+ */ -+ -+ int value; -+ DBG_871X("Set GPIO Direction! arg = %d , extra_arg =%d\n", arg , extra_arg); -+ value = rtw_config_gpio(dev, arg, extra_arg); -+ DBG_871X("Set GPIO Direction %s\n", (value ==-1)?"Fail!!!":"Success"); -+ break; -+ } -+ case 0x27: /* Set GPIO output direction value */ -+ { -+ /* -+ * dbg 0x7f27000x [y], Set gpio output direction value, -+ * x: gpio_num, 4~7 y: indicate direction, 0~1 -+ */ -+ -+ int value; -+ DBG_871X("Set GPIO Value! arg = %d , extra_arg =%d\n", arg , extra_arg); -+ value = rtw_set_gpio_output_value(dev, arg, extra_arg); -+ DBG_871X("Set GPIO Value %s\n", (value ==-1)?"Fail!!!":"Success"); -+ break; -+ } -+#endif -+ case 0xaa: -+ { -+ if ((extra_arg & 0x7F)> 0x3F) extra_arg = 0xFF; -+ DBG_871X("chang data rate to :0x%02x\n", extra_arg); -+ padapter->fix_rate = extra_arg; -+ } -+ break; -+ case 0xdd:/* registers dump , 0 for mac reg, 1 for bb reg, 2 for rf reg */ -+ { -+ if (extra_arg == 0) { -+ mac_reg_dump(RTW_DBGDUMP, padapter); -+ } -+ else if (extra_arg == 1) { -+ bb_reg_dump(RTW_DBGDUMP, padapter); -+ } -+ else if (extra_arg ==2) { -+ rf_reg_dump(RTW_DBGDUMP, padapter); -+ } -+ } -+ break; -+ -+ case 0xee:/* turn on/off dynamic funcs */ -+ { -+ u32 odm_flag; -+ -+ if (0xf ==extra_arg) { -+ rtw_hal_get_def_var(padapter, HAL_DEF_DBG_DM_FUNC,&odm_flag); -+ DBG_871X(" === DMFlag(0x%08x) ===\n", odm_flag); -+ DBG_871X("extra_arg = 0 - disable all dynamic func\n"); -+ DBG_871X("extra_arg = 1 - disable DIG- BIT(0)\n"); -+ DBG_871X("extra_arg = 2 - disable High power - BIT(1)\n"); -+ DBG_871X("extra_arg = 3 - disable tx power tracking - BIT(2)\n"); -+ DBG_871X("extra_arg = 4 - disable BT coexistence - BIT(3)\n"); -+ DBG_871X("extra_arg = 5 - disable antenna diversity - BIT(4)\n"); -+ DBG_871X("extra_arg = 6 - enable all dynamic func\n"); -+ } -+ else { -+ /*extra_arg = 0 - disable all dynamic func -+ extra_arg = 1 - disable DIG -+ extra_arg = 2 - disable tx power tracking -+ extra_arg = 3 - turn on all dynamic func -+ */ -+ rtw_hal_set_def_var(padapter, HAL_DEF_DBG_DM_FUNC, &(extra_arg)); -+ rtw_hal_get_def_var(padapter, HAL_DEF_DBG_DM_FUNC,&odm_flag); -+ DBG_871X(" === DMFlag(0x%08x) ===\n", odm_flag); -+ } -+ } -+ break; -+ -+ case 0xfd: -+ rtw_write8(padapter, 0xc50, arg); -+ DBG_871X("wr(0xc50) = 0x%x\n", rtw_read8(padapter, 0xc50)); -+ rtw_write8(padapter, 0xc58, arg); -+ DBG_871X("wr(0xc58) = 0x%x\n", rtw_read8(padapter, 0xc58)); -+ break; -+ case 0xfe: -+ DBG_871X("rd(0xc50) = 0x%x\n", rtw_read8(padapter, 0xc50)); -+ DBG_871X("rd(0xc58) = 0x%x\n", rtw_read8(padapter, 0xc58)); -+ break; -+ case 0xff: -+ { -+ DBG_871X("dbg(0x210) = 0x%x\n", rtw_read32(padapter, 0x210)); -+ DBG_871X("dbg(0x608) = 0x%x\n", rtw_read32(padapter, 0x608)); -+ DBG_871X("dbg(0x280) = 0x%x\n", rtw_read32(padapter, 0x280)); -+ DBG_871X("dbg(0x284) = 0x%x\n", rtw_read32(padapter, 0x284)); -+ DBG_871X("dbg(0x288) = 0x%x\n", rtw_read32(padapter, 0x288)); -+ -+ DBG_871X("dbg(0x664) = 0x%x\n", rtw_read32(padapter, 0x664)); -+ -+ -+ DBG_871X("\n"); -+ -+ DBG_871X("dbg(0x430) = 0x%x\n", rtw_read32(padapter, 0x430)); -+ DBG_871X("dbg(0x438) = 0x%x\n", rtw_read32(padapter, 0x438)); -+ -+ DBG_871X("dbg(0x440) = 0x%x\n", rtw_read32(padapter, 0x440)); -+ -+ DBG_871X("dbg(0x458) = 0x%x\n", rtw_read32(padapter, 0x458)); -+ -+ DBG_871X("dbg(0x484) = 0x%x\n", rtw_read32(padapter, 0x484)); -+ DBG_871X("dbg(0x488) = 0x%x\n", rtw_read32(padapter, 0x488)); -+ -+ DBG_871X("dbg(0x444) = 0x%x\n", rtw_read32(padapter, 0x444)); -+ DBG_871X("dbg(0x448) = 0x%x\n", rtw_read32(padapter, 0x448)); -+ DBG_871X("dbg(0x44c) = 0x%x\n", rtw_read32(padapter, 0x44c)); -+ DBG_871X("dbg(0x450) = 0x%x\n", rtw_read32(padapter, 0x450)); -+ } -+ break; -+ } -+ break; -+ default: -+ DBG_871X("error dbg cmd!\n"); -+ break; -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int wpa_set_param(struct net_device *dev, u8 name, u32 value) -+{ -+ uint ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ switch (name) { -+ case IEEE_PARAM_WPA_ENABLED: -+ -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; /* 802.1x */ -+ -+ /* ret = ieee80211_wpa_enable(ieee, value); */ -+ -+ switch ((value)&0xff) -+ { -+ case 1 : /* WPA */ -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeWPAPSK; /* WPA_PSK */ -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case 2: /* WPA2 */ -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeWPA2PSK; /* WPA2_PSK */ -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ } -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, ("wpa_set_param:padapter->securitypriv.ndisauthtype =%d\n", padapter->securitypriv.ndisauthtype)); -+ -+ break; -+ -+ case IEEE_PARAM_TKIP_COUNTERMEASURES: -+ /* ieee->tkip_countermeasures =value; */ -+ break; -+ -+ case IEEE_PARAM_DROP_UNENCRYPTED: -+ { -+ /* HACK: -+ * -+ * wpa_supplicant calls set_wpa_enabled when the driver -+ * is loaded and unloaded, regardless of if WPA is being -+ * used. No other calls are made which can be used to -+ * determine if encryption will be used or not prior to -+ * association being expected. If encryption is not being -+ * used, drop_unencrypted is set to false, else true -- we -+ * can use this to determine if the CAP_PRIVACY_ON bit should -+ * be set. -+ */ -+ break; -+ -+ } -+ case IEEE_PARAM_PRIVACY_INVOKED: -+ -+ /* ieee->privacy_invoked =value; */ -+ -+ break; -+ -+ case IEEE_PARAM_AUTH_ALGS: -+ -+ ret = wpa_set_auth_algs(dev, value); -+ -+ break; -+ -+ case IEEE_PARAM_IEEE_802_1X: -+ -+ /* ieee->ieee802_1x =value; */ -+ -+ break; -+ -+ case IEEE_PARAM_WPAX_SELECT: -+ -+ /* added for WPA2 mixed mode */ -+ /* DBG_871X(KERN_WARNING "------------------------>wpax value = %x\n", value); */ -+ /* -+ spin_lock_irqsave(&ieee->wpax_suitlist_lock, flags); -+ ieee->wpax_type_set = 1; -+ ieee->wpax_type_notify = value; -+ spin_unlock_irqrestore(&ieee->wpax_suitlist_lock, flags); -+ */ -+ -+ break; -+ -+ default: -+ -+ -+ -+ ret = -EOPNOTSUPP; -+ -+ -+ break; -+ -+ } -+ -+ return ret; -+ -+} -+ -+static int wpa_mlme(struct net_device *dev, u32 command, u32 reason) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ switch (command) -+ { -+ case IEEE_MLME_STA_DEAUTH: -+ -+ if (!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ -+ break; -+ -+ case IEEE_MLME_STA_DISASSOC: -+ -+ if (!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ -+ break; -+ -+ default: -+ ret = -EOPNOTSUPP; -+ break; -+ } -+ -+ return ret; -+ -+} -+ -+static int wpa_supplicant_ioctl(struct net_device *dev, struct iw_point *p) -+{ -+ struct ieee_param *param; -+ uint ret = 0; -+ -+ /* down(&ieee->wx_sem); */ -+ -+ if (p->length < sizeof(struct ieee_param) || !p->pointer) { -+ ret = -EINVAL; -+ goto out; -+ } -+ -+ param = (struct ieee_param *)rtw_malloc(p->length); -+ if (param == NULL) -+ { -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ if (copy_from_user(param, p->pointer, p->length)) -+ { -+ kfree((u8 *)param); -+ ret = -EFAULT; -+ goto out; -+ } -+ -+ switch (param->cmd) { -+ -+ case IEEE_CMD_SET_WPA_PARAM: -+ ret = wpa_set_param(dev, param->u.wpa_param.name, param->u.wpa_param.value); -+ break; -+ -+ case IEEE_CMD_SET_WPA_IE: -+ /* ret = wpa_set_wpa_ie(dev, param, p->length); */ -+ ret = rtw_set_wpa_ie((struct adapter *)rtw_netdev_priv(dev), (char*)param->u.wpa_ie.data, (u16)param->u.wpa_ie.len); -+ break; -+ -+ case IEEE_CMD_SET_ENCRYPTION: -+ ret = wpa_set_encryption(dev, param, p->length); -+ break; -+ -+ case IEEE_CMD_MLME: -+ ret = wpa_mlme(dev, param->u.mlme.command, param->u.mlme.reason_code); -+ break; -+ -+ default: -+ DBG_871X("Unknown WPA supplicant request: %d\n", param->cmd); -+ ret = -EOPNOTSUPP; -+ break; -+ -+ } -+ -+ if (ret == 0 && copy_to_user(p->pointer, param, p->length)) -+ ret = -EFAULT; -+ -+ kfree((u8 *)param); -+ -+out: -+ -+ /* up(&ieee->wx_sem); */ -+ -+ return ret; -+ -+} -+ -+static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len, wep_total_len; -+ struct ndis_802_11_wep *pwep = NULL; -+ struct sta_info *psta = NULL, *pbcmc_sta = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv* psecuritypriv =&(padapter->securitypriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("%s\n", __func__); -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ /* sizeof(struct ieee_param) = 64 bytes; */ -+ /* if (param_len != (u32) ((u8 *) param->u.crypt.key - (u8 *) param) + param->u.crypt.key_len) */ -+ if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ if (param->u.crypt.idx >= WEP_KEYS) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if (!psta) -+ { -+ /* ret = -EINVAL; */ -+ DBG_871X("rtw_set_encryption(), sta has already been removed or never been added\n"); -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "none") == 0 && (psta == NULL)) -+ { -+ /* todo:clear default encryption keys */ -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ psecuritypriv->ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ -+ DBG_871X("clear default encryption keys, keyid =%d\n", param->u.crypt.idx); -+ -+ goto exit; -+ } -+ -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0 && (psta == NULL)) -+ { -+ DBG_871X("r871x_set_encryption, crypt.alg = WEP\n"); -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ DBG_871X("r871x_set_encryption, wep_key_idx =%d, len =%d\n", wep_key_idx, wep_key_len); -+ -+ if ((wep_key_idx >= WEP_KEYS) || (wep_key_len<= 0)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ wep_total_len = wep_key_len + FIELD_OFFSET(struct ndis_802_11_wep, KeyMaterial); -+ pwep =(struct ndis_802_11_wep *)rtw_malloc(wep_total_len); -+ if (pwep == NULL) { -+ DBG_871X(" r871x_set_encryption: pwep allocate fail !!!\n"); -+ goto exit; -+ } -+ -+ memset(pwep, 0, wep_total_len); -+ -+ pwep->KeyLength = wep_key_len; -+ pwep->Length = wep_total_len; -+ -+ } -+ -+ pwep->KeyIndex = wep_key_idx; -+ -+ memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); -+ -+ if (param->u.crypt.set_tx) -+ { -+ DBG_871X("wep, set_tx = 1\n"); -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ -+ if (pwep->KeyLength == 13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ -+ psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; -+ -+ memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx]=pwep->KeyLength; -+ -+ rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 1); -+ } -+ else -+ { -+ DBG_871X("wep, set_tx = 0\n"); -+ -+ /* don't update "psecuritypriv->dot11PrivacyAlgrthm" and */ -+ /* psecuritypriv->dot11PrivacyKeyIndex =keyid", but can rtw_set_key to cam */ -+ -+ memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; -+ -+ rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 0); -+ } -+ -+ goto exit; -+ -+ } -+ -+ -+ if (!psta && check_fwstate(pmlmepriv, WIFI_AP_STATE)) /* group key */ -+ { -+ if (param->u.crypt.set_tx == 1) -+ { -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_871X("%s, set group_key, WEP\n", __func__); -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if (param->u.crypt.key_len == 13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_871X("%s, set group_key, TKIP\n", __func__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ /* DEBUG_ERR("set key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len); */ -+ /* set mic key */ -+ memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = true; -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ DBG_871X("%s, set group_key, CCMP\n", __func__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+ else -+ { -+ DBG_871X("%s, set group_key, none\n", __func__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = true; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;/* */ -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta =rtw_get_bcmc_stainfo(padapter); -+ if (pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = false; -+ pbcmc_sta->dot118021XPrivacy = psecuritypriv->dot118021XGrpPrivacy;/* rx will use bmc_sta's dot118021XPrivacy */ -+ } -+ -+ } -+ -+ goto exit; -+ -+ } -+ -+ if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && psta) /* psk/802_1x */ -+ { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ if (param->u.crypt.set_tx == 1) -+ { -+ memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_871X("%s, set pairwise key, WEP\n", __func__); -+ -+ psta->dot118021XPrivacy = _WEP40_; -+ if (param->u.crypt.key_len == 13) -+ { -+ psta->dot118021XPrivacy = _WEP104_; -+ } -+ } -+ else if (strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_871X("%s, set pairwise key, TKIP\n", __func__); -+ -+ psta->dot118021XPrivacy = _TKIP_; -+ -+ /* DEBUG_ERR("set key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len); */ -+ /* set mic key */ -+ memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = true; -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ -+ DBG_871X("%s, set pairwise key, CCMP\n", __func__); -+ -+ psta->dot118021XPrivacy = _AES_; -+ } -+ else -+ { -+ DBG_871X("%s, set pairwise key, none\n", __func__); -+ -+ psta->dot118021XPrivacy = _NO_PRIVACY_; -+ } -+ -+ rtw_ap_set_pairwise_key(padapter, psta); -+ -+ psta->ieee8021x_blocked = false; -+ -+ } -+ else/* group key??? */ -+ { -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if (param->u.crypt.key_len == 13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ } -+ else if (strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ /* DEBUG_ERR("set key length :param->u.crypt.key_len =%d\n", param->u.crypt.key_len); */ -+ /* set mic key */ -+ memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = true; -+ -+ } -+ else if (strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+ else -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = true; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;/* */ -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta =rtw_get_bcmc_stainfo(padapter); -+ if (pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = false; -+ pbcmc_sta->dot118021XPrivacy = psecuritypriv->dot118021XGrpPrivacy;/* rx will use bmc_sta's dot118021XPrivacy */ -+ } -+ -+ } -+ -+ } -+ -+ } -+ -+exit: -+ -+ if (pwep) -+ { -+ kfree((u8 *)pwep); -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ unsigned char *pbuf = param->u.bcn_ie.buf; -+ -+ -+ DBG_871X("%s, len =%d\n", __func__, len); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ memcpy(&pstapriv->max_num_sta, param->u.bcn_ie.reserved, 2); -+ -+ if ((pstapriv->max_num_sta>NUM_STA) || (pstapriv->max_num_sta<= 0)) -+ pstapriv->max_num_sta = NUM_STA; -+ -+ -+ if (rtw_check_beacon_data(padapter, pbuf, (len-12-2)) == _SUCCESS)/* 12 = param header, 2:no packed */ -+ ret = 0; -+ else -+ ret = -EINVAL; -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_hostapd_sta_flush(struct net_device *dev) -+{ -+ /* _irqL irqL; */ -+ /* struct list_head *phead, *plist; */ -+ int ret = 0; -+ /* struct sta_info *psta = NULL; */ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ /* struct sta_priv *pstapriv = &padapter->stapriv; */ -+ -+ DBG_871X("%s\n", __func__); -+ -+ flush_all_cam_entry(padapter); /* clear CAM */ -+ -+ ret = rtw_sta_flush(padapter); -+ -+ return ret; -+ -+} -+ -+static int rtw_add_sta(struct net_device *dev, struct ieee_param *param) -+{ -+ int ret = 0; -+ struct sta_info *psta = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("rtw_add_sta(aid =%d) =" MAC_FMT "\n", param->u.add_sta.aid, MAC_ARG(param->sta_addr)); -+ -+ if (check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != true) -+ { -+ return -EINVAL; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+/* -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if (psta) -+ { -+ DBG_871X("rtw_add_sta(), free has been added psta =%p\n", psta); -+ spin_lock_bh(&(pstapriv->sta_hash_lock)); -+ rtw_free_stainfo(padapter, psta); -+ spin_unlock_bh(&(pstapriv->sta_hash_lock)); -+ -+ psta = NULL; -+ } -+*/ -+ /* psta = rtw_alloc_stainfo(pstapriv, param->sta_addr); */ -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if (psta) -+ { -+ int flags = param->u.add_sta.flags; -+ -+ /* DBG_871X("rtw_add_sta(), init sta's variables, psta =%p\n", psta); */ -+ -+ psta->aid = param->u.add_sta.aid;/* aid = 1~2007 */ -+ -+ memcpy(psta->bssrateset, param->u.add_sta.tx_supp_rates, 16); -+ -+ -+ /* check wmm cap. */ -+ if (WLAN_STA_WME&flags) -+ psta->qos_option = 1; -+ else -+ psta->qos_option = 0; -+ -+ if (pmlmepriv->qospriv.qos_option == 0) -+ psta->qos_option = 0; -+ -+ /* chec 802.11n ht cap. */ -+ if (WLAN_STA_HT&flags) -+ { -+ psta->htpriv.ht_option = true; -+ psta->qos_option = 1; -+ memcpy((void*)&psta->htpriv.ht_cap, (void*)¶m->u.add_sta.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); -+ } -+ else -+ { -+ psta->htpriv.ht_option = false; -+ } -+ -+ if (pmlmepriv->htpriv.ht_option == false) -+ psta->htpriv.ht_option = false; -+ -+ update_sta_info_apmode(padapter, psta); -+ -+ -+ } -+ else -+ { -+ ret = -ENOMEM; -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_del_sta(struct net_device *dev, struct ieee_param *param) -+{ -+ int ret = 0; -+ struct sta_info *psta = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("rtw_del_sta =" MAC_FMT "\n", MAC_ARG(param->sta_addr)); -+ -+ if (check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != true) -+ { -+ return -EINVAL; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if (psta) -+ { -+ u8 updated =false; -+ -+ /* DBG_871X("free psta =%p, aid =%d\n", psta, psta->aid); */ -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ if (list_empty(&psta->asoc_list) ==false) -+ { -+ list_del_init(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, true, WLAN_REASON_DEAUTH_LEAVING); -+ -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ associated_clients_update(padapter, updated); -+ -+ psta = NULL; -+ -+ } -+ else -+ { -+ DBG_871X("rtw_del_sta(), sta has already been removed or never been added\n"); -+ -+ /* ret = -1; */ -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_ioctl_get_sta_data(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct sta_info *psta = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct ieee_param_ex *param_ex = (struct ieee_param_ex *)param; -+ struct sta_data *psta_data = (struct sta_data *)param_ex->data; -+ -+ DBG_871X("rtw_ioctl_get_sta_info, sta_addr: " MAC_FMT "\n", MAC_ARG(param_ex->sta_addr)); -+ -+ if (check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != true) -+ { -+ return -EINVAL; -+ } -+ -+ if (param_ex->sta_addr[0] == 0xff && param_ex->sta_addr[1] == 0xff && -+ param_ex->sta_addr[2] == 0xff && param_ex->sta_addr[3] == 0xff && -+ param_ex->sta_addr[4] == 0xff && param_ex->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, param_ex->sta_addr); -+ if (psta) -+ { -+ psta_data->aid = (u16)psta->aid; -+ psta_data->capability = psta->capability; -+ psta_data->flags = psta->flags; -+ -+/* -+ nonerp_set : BIT(0) -+ no_short_slot_time_set : BIT(1) -+ no_short_preamble_set : BIT(2) -+ no_ht_gf_set : BIT(3) -+ no_ht_set : BIT(4) -+ ht_20mhz_set : BIT(5) -+*/ -+ -+ psta_data->sta_set =((psta->nonerp_set) | -+ (psta->no_short_slot_time_set <<1) | -+ (psta->no_short_preamble_set <<2) | -+ (psta->no_ht_gf_set <<3) | -+ (psta->no_ht_set <<4) | -+ (psta->ht_20mhz_set <<5)); -+ -+ psta_data->tx_supp_rates_len = psta->bssratelen; -+ memcpy(psta_data->tx_supp_rates, psta->bssrateset, psta->bssratelen); -+ memcpy(&psta_data->ht_cap, &psta->htpriv.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); -+ psta_data->rx_pkts = psta->sta_stats.rx_data_pkts; -+ psta_data->rx_bytes = psta->sta_stats.rx_bytes; -+ psta_data->rx_drops = psta->sta_stats.rx_drops; -+ -+ psta_data->tx_pkts = psta->sta_stats.tx_pkts; -+ psta_data->tx_bytes = psta->sta_stats.tx_bytes; -+ psta_data->tx_drops = psta->sta_stats.tx_drops; -+ -+ -+ } -+ else -+ { -+ ret = -1; -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_get_sta_wpaie(struct net_device *dev, struct ieee_param *param) -+{ -+ int ret = 0; -+ struct sta_info *psta = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("rtw_get_sta_wpaie, sta_addr: " MAC_FMT "\n", MAC_ARG(param->sta_addr)); -+ -+ if (check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != true) -+ { -+ return -EINVAL; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if (psta) -+ { -+ if ((psta->wpa_ie[0] == WLAN_EID_RSN) || (psta->wpa_ie[0] == WLAN_EID_GENERIC)) -+ { -+ int wpa_ie_len; -+ int copy_len; -+ -+ wpa_ie_len = psta->wpa_ie[1]; -+ -+ copy_len = ((wpa_ie_len+2) > sizeof(psta->wpa_ie)) ? (sizeof(psta->wpa_ie)):(wpa_ie_len+2); -+ -+ param->u.wpa_ie.len = copy_len; -+ -+ memcpy(param->u.wpa_ie.reserved, psta->wpa_ie, copy_len); -+ } -+ else -+ { -+ /* ret = -1; */ -+ DBG_871X("sta's wpa_ie is NONE\n"); -+ } -+ } -+ else -+ { -+ ret = -1; -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_set_wps_beacon(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ unsigned char wps_oui[4]={0x0, 0x50, 0xf2, 0x04}; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ int ie_len; -+ -+ DBG_871X("%s, len =%d\n", __func__, len); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ ie_len = len-12-2;/* 12 = param header, 2:no packed */ -+ -+ -+ if (pmlmepriv->wps_beacon_ie) -+ { -+ kfree(pmlmepriv->wps_beacon_ie); -+ pmlmepriv->wps_beacon_ie = NULL; -+ } -+ -+ if (ie_len>0) -+ { -+ pmlmepriv->wps_beacon_ie = rtw_malloc(ie_len); -+ pmlmepriv->wps_beacon_ie_len = ie_len; -+ if (pmlmepriv->wps_beacon_ie == NULL) { -+ DBG_871X("%s()-%d: rtw_malloc() ERROR!\n", __func__, __LINE__); -+ return -EINVAL; -+ } -+ -+ memcpy(pmlmepriv->wps_beacon_ie, param->u.bcn_ie.buf, ie_len); -+ -+ update_beacon(padapter, _VENDOR_SPECIFIC_IE_, wps_oui, true); -+ -+ pmlmeext->bstart_bss = true; -+ -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_set_wps_probe_resp(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ int ie_len; -+ -+ DBG_871X("%s, len =%d\n", __func__, len); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ ie_len = len-12-2;/* 12 = param header, 2:no packed */ -+ -+ -+ if (pmlmepriv->wps_probe_resp_ie) -+ { -+ kfree(pmlmepriv->wps_probe_resp_ie); -+ pmlmepriv->wps_probe_resp_ie = NULL; -+ } -+ -+ if (ie_len>0) -+ { -+ pmlmepriv->wps_probe_resp_ie = rtw_malloc(ie_len); -+ pmlmepriv->wps_probe_resp_ie_len = ie_len; -+ if (pmlmepriv->wps_probe_resp_ie == NULL) { -+ DBG_871X("%s()-%d: rtw_malloc() ERROR!\n", __func__, __LINE__); -+ return -EINVAL; -+ } -+ memcpy(pmlmepriv->wps_probe_resp_ie, param->u.bcn_ie.buf, ie_len); -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_set_wps_assoc_resp(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ int ie_len; -+ -+ DBG_871X("%s, len =%d\n", __func__, len); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ ie_len = len-12-2;/* 12 = param header, 2:no packed */ -+ -+ -+ if (pmlmepriv->wps_assoc_resp_ie) -+ { -+ kfree(pmlmepriv->wps_assoc_resp_ie); -+ pmlmepriv->wps_assoc_resp_ie = NULL; -+ } -+ -+ if (ie_len>0) -+ { -+ pmlmepriv->wps_assoc_resp_ie = rtw_malloc(ie_len); -+ pmlmepriv->wps_assoc_resp_ie_len = ie_len; -+ if (pmlmepriv->wps_assoc_resp_ie == NULL) { -+ DBG_871X("%s()-%d: rtw_malloc() ERROR!\n", __func__, __LINE__); -+ return -EINVAL; -+ } -+ -+ memcpy(pmlmepriv->wps_assoc_resp_ie, param->u.bcn_ie.buf, ie_len); -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_set_hidden_ssid(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlmepriv = &(adapter->mlmepriv); -+ struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); -+ struct mlme_ext_info *mlmeinfo = &(mlmeext->mlmext_info); -+ int ie_len; -+ u8 *ssid_ie; -+ char ssid[NDIS_802_11_LENGTH_SSID + 1]; -+ sint ssid_len; -+ u8 ignore_broadcast_ssid; -+ -+ if (check_fwstate(mlmepriv, WIFI_AP_STATE) != true) -+ return -EPERM; -+ -+ if (param->u.bcn_ie.reserved[0] != 0xea) -+ return -EINVAL; -+ -+ mlmeinfo->hidden_ssid_mode = ignore_broadcast_ssid = param->u.bcn_ie.reserved[1]; -+ -+ ie_len = len-12-2;/* 12 = param header, 2:no packed */ -+ ssid_ie = rtw_get_ie(param->u.bcn_ie.buf, WLAN_EID_SSID, &ssid_len, ie_len); -+ -+ if (ssid_ie && ssid_len > 0 && ssid_len <= NDIS_802_11_LENGTH_SSID) { -+ struct wlan_bssid_ex *pbss_network = &mlmepriv->cur_network.network; -+ struct wlan_bssid_ex *pbss_network_ext = &mlmeinfo->network; -+ -+ memcpy(ssid, ssid_ie+2, ssid_len); -+ ssid[ssid_len] = 0x0; -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" ssid:(%s,%d), from ie:(%s,%d), (%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ ssid, ssid_len, -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength, -+ pbss_network_ext->Ssid.Ssid, pbss_network_ext->Ssid.SsidLength); -+ -+ memcpy(pbss_network->Ssid.Ssid, (void *)ssid, ssid_len); -+ pbss_network->Ssid.SsidLength = ssid_len; -+ memcpy(pbss_network_ext->Ssid.Ssid, (void *)ssid, ssid_len); -+ pbss_network_ext->Ssid.SsidLength = ssid_len; -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" after ssid:(%s,%d), (%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength, -+ pbss_network_ext->Ssid.Ssid, pbss_network_ext->Ssid.SsidLength); -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" ignore_broadcast_ssid:%d, %s,%d\n", FUNC_ADPT_ARG(adapter), -+ ignore_broadcast_ssid, ssid, ssid_len); -+ -+ return ret; -+} -+ -+static int rtw_ioctl_acl_remove_sta(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ ret = rtw_acl_remove_sta(padapter, param->sta_addr); -+ -+ return ret; -+ -+} -+ -+static int rtw_ioctl_acl_add_sta(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ ret = rtw_acl_add_sta(padapter, param->sta_addr); -+ -+ return ret; -+ -+} -+ -+static int rtw_ioctl_set_macaddr_acl(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) != true) -+ return -EINVAL; -+ -+ rtw_set_macaddr_acl(padapter, param->u.mlme.command); -+ -+ return ret; -+} -+ -+static int rtw_hostapd_ioctl(struct net_device *dev, struct iw_point *p) -+{ -+ struct ieee_param *param; -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ /* DBG_871X("%s\n", __func__); */ -+ -+ /* -+ * this function is expect to call in master mode, which allows no power saving -+ * so, we just check hw_init_completed -+ */ -+ -+ if (padapter->hw_init_completed ==false) { -+ ret = -EPERM; -+ goto out; -+ } -+ -+ -+ /* if (p->length < sizeof(struct ieee_param) || !p->pointer) { */ -+ if (!p->pointer) { -+ ret = -EINVAL; -+ goto out; -+ } -+ -+ param = (struct ieee_param *)rtw_malloc(p->length); -+ if (param == NULL) -+ { -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ if (copy_from_user(param, p->pointer, p->length)) -+ { -+ kfree((u8 *)param); -+ ret = -EFAULT; -+ goto out; -+ } -+ -+ /* DBG_871X("%s, cmd =%d\n", __func__, param->cmd); */ -+ -+ switch (param->cmd) -+ { -+ case RTL871X_HOSTAPD_FLUSH: -+ -+ ret = rtw_hostapd_sta_flush(dev); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_ADD_STA: -+ -+ ret = rtw_add_sta(dev, param); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_REMOVE_STA: -+ -+ ret = rtw_del_sta(dev, param); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_BEACON: -+ -+ ret = rtw_set_beacon(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_SET_ENCRYPTION: -+ -+ ret = rtw_set_encryption(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_GET_WPAIE_STA: -+ -+ ret = rtw_get_sta_wpaie(dev, param); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_WPS_BEACON: -+ -+ ret = rtw_set_wps_beacon(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_WPS_PROBE_RESP: -+ -+ ret = rtw_set_wps_probe_resp(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_WPS_ASSOC_RESP: -+ -+ ret = rtw_set_wps_assoc_resp(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_HIDDEN_SSID: -+ -+ ret = rtw_set_hidden_ssid(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_GET_INFO_STA: -+ -+ ret = rtw_ioctl_get_sta_data(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_MACADDR_ACL: -+ -+ ret = rtw_ioctl_set_macaddr_acl(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_ACL_ADD_STA: -+ -+ ret = rtw_ioctl_acl_add_sta(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_ACL_REMOVE_STA: -+ -+ ret = rtw_ioctl_acl_remove_sta(dev, param, p->length); -+ -+ break; -+ -+ default: -+ DBG_871X("Unknown hostapd request: %d\n", param->cmd); -+ ret = -EOPNOTSUPP; -+ break; -+ -+ } -+ -+ if (ret == 0 && copy_to_user(p->pointer, param, p->length)) -+ ret = -EFAULT; -+ -+ -+ kfree((u8 *)param); -+ -+out: -+ -+ return ret; -+ -+} -+ -+static int rtw_wx_set_priv(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *awrq, -+ char *extra) -+{ -+ -+#ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ char *ext_dbg; -+#endif -+ -+ int ret = 0; -+ int len = 0; -+ char *ext; -+ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct iw_point *dwrq = (struct iw_point*)awrq; -+ -+ /* RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_notice_, ("+rtw_wx_set_priv\n")); */ -+ if (dwrq->length == 0) -+ return -EFAULT; -+ -+ len = dwrq->length; -+ if (!(ext = vmalloc(len))) -+ return -ENOMEM; -+ -+ if (copy_from_user(ext, dwrq->pointer, len)) { -+ vfree(ext); -+ return -EFAULT; -+ } -+ -+ -+ /* RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_notice_, */ -+ /* ("rtw_wx_set_priv: %s req =%s\n", */ -+ /* dev->name, ext)); */ -+ -+ #ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ if (!(ext_dbg = vmalloc(len))) -+ { -+ vfree(ext, len); -+ return -ENOMEM; -+ } -+ -+ memcpy(ext_dbg, ext, len); -+ #endif -+ -+ /* added for wps2.0 @20110524 */ -+ if (dwrq->flags == 0x8766 && len > 8) -+ { -+ u32 cp_sz; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 *probereq_wpsie = ext; -+ int probereq_wpsie_len = len; -+ u8 wps_oui[4]={0x0, 0x50, 0xf2, 0x04}; -+ -+ if ((_VENDOR_SPECIFIC_IE_ == probereq_wpsie[0]) && -+ (!memcmp(&probereq_wpsie[2], wps_oui, 4))) -+ { -+ cp_sz = probereq_wpsie_len>MAX_WPS_IE_LEN ? MAX_WPS_IE_LEN:probereq_wpsie_len; -+ -+ if (pmlmepriv->wps_probe_req_ie) -+ { -+ pmlmepriv->wps_probe_req_ie_len = 0; -+ kfree(pmlmepriv->wps_probe_req_ie); -+ pmlmepriv->wps_probe_req_ie = NULL; -+ } -+ -+ pmlmepriv->wps_probe_req_ie = rtw_malloc(cp_sz); -+ if (pmlmepriv->wps_probe_req_ie == NULL) { -+ printk("%s()-%d: rtw_malloc() ERROR!\n", __func__, __LINE__); -+ ret = -EINVAL; -+ goto FREE_EXT; -+ -+ } -+ -+ memcpy(pmlmepriv->wps_probe_req_ie, probereq_wpsie, cp_sz); -+ pmlmepriv->wps_probe_req_ie_len = cp_sz; -+ -+ } -+ -+ goto FREE_EXT; -+ -+ } -+ -+ if (len >= WEXT_CSCAN_HEADER_SIZE -+ && !memcmp(ext, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE) -+ ) { -+ ret = rtw_wx_set_scan(dev, info, awrq, ext); -+ goto FREE_EXT; -+ } -+ -+FREE_EXT: -+ -+ vfree(ext); -+ #ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ vfree(ext_dbg); -+ #endif -+ -+ /* DBG_871X("rtw_wx_set_priv: (SIOCSIWPRIV) %s ret =%d\n", */ -+ /* dev->name, ret); */ -+ -+ return ret; -+ -+} -+ -+static int rtw_pm_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ unsigned mode = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X("[%s] extra = %s\n", __func__, extra); -+ -+ if (!memcmp(extra, "lps =", 4)) -+ { -+ sscanf(extra+4, "%u", &mode); -+ ret = rtw_pm_set_lps(padapter, mode); -+ } -+ else if (!memcmp(extra, "ips =", 4)) -+ { -+ sscanf(extra+4, "%u", &mode); -+ ret = rtw_pm_set_ips(padapter, mode); -+ } -+ else { -+ ret = -EINVAL; -+ } -+ -+ return ret; -+} -+ -+static int rtw_mp_efuse_get(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wdata, char *extra) -+{ -+ int err = 0; -+ return err; -+} -+ -+static int rtw_mp_efuse_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wdata, char *extra) -+{ -+ int err = 0; -+ return err; -+} -+ -+static int rtw_tdls(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ return ret; -+} -+ -+ -+static int rtw_tdls_get(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ return ret; -+} -+ -+ -+ -+ -+ -+#ifdef CONFIG_INTEL_WIDI -+static int rtw_widi_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ process_intel_widi_cmd(padapter, extra); -+ -+ return ret; -+} -+ -+static int rtw_widi_set_probe_request(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ u8 *pbuf = NULL; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ pbuf = rtw_malloc(sizeof(l2_msg_t)); -+ if (pbuf) -+ { -+ if (copy_from_user(pbuf, wrqu->data.pointer, wrqu->data.length)) -+ ret = -EFAULT; -+ /* memcpy(pbuf, wrqu->data.pointer, wrqu->data.length); */ -+ -+ if (wrqu->data.flags == 0) -+ intel_widi_wk_cmd(padapter, INTEL_WIDI_ISSUE_PROB_WK, pbuf, sizeof(l2_msg_t)); -+ else if (wrqu->data.flags == 1) -+ rtw_set_wfd_rds_sink_info(padapter, (l2_msg_t *)pbuf); -+ } -+ return ret; -+} -+#endif /* CONFIG_INTEL_WIDI */ -+ -+static int rtw_test( -+ struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ u32 len; -+ u8 *pbuf, *pch; -+ char *ptmp; -+ u8 *delim = ","; -+ struct adapter *padapter = rtw_netdev_priv(dev); -+ -+ -+ DBG_871X("+%s\n", __func__); -+ len = wrqu->data.length; -+ -+ pbuf = (u8 *)rtw_zmalloc(len); -+ if (pbuf == NULL) { -+ DBG_871X("%s: no memory!\n", __func__); -+ return -ENOMEM; -+ } -+ -+ if (copy_from_user(pbuf, wrqu->data.pointer, len)) { -+ kfree(pbuf); -+ DBG_871X("%s: copy from user fail!\n", __func__); -+ return -EFAULT; -+ } -+ DBG_871X("%s: string =\"%s\"\n", __func__, pbuf); -+ -+ ptmp = (char*)pbuf; -+ pch = strsep(&ptmp, delim); -+ if ((pch == NULL) || (strlen(pch) == 0)) { -+ kfree(pbuf); -+ DBG_871X("%s: parameter error(level 1)!\n", __func__); -+ return -EFAULT; -+ } -+ -+ if (strcmp(pch, "bton") == 0) -+ { -+ rtw_btcoex_SetManualControl(padapter, false); -+ } -+ -+ if (strcmp(pch, "btoff") == 0) -+ { -+ rtw_btcoex_SetManualControl(padapter, true); -+ } -+ -+ if (strcmp(pch, "h2c") == 0) -+ { -+ u8 param[8]; -+ u8 count = 0; -+ u32 tmp; -+ u8 i; -+ u32 pos; -+ s32 ret; -+ -+ -+ do { -+ pch = strsep(&ptmp, delim); -+ if ((pch == NULL) || (strlen(pch) == 0)) -+ break; -+ -+ sscanf(pch, "%x", &tmp); -+ param[count++] = (u8)tmp; -+ } while (count < 8); -+ -+ if (count == 0) { -+ kfree(pbuf); -+ DBG_871X("%s: parameter error(level 2)!\n", __func__); -+ return -EFAULT; -+ } -+ -+ ret = rtw_hal_fill_h2c_cmd(padapter, param[0], count-1, ¶m[1]); -+ -+ pos = sprintf(extra, "H2C ID = 0x%02x content =", param[0]); -+ for (i = 1; idata.length = strlen(extra) + 1; -+ } -+ -+ kfree(pbuf); -+ return 0; -+} -+ -+static iw_handler rtw_handlers[] = -+{ -+ NULL, /* SIOCSIWCOMMIT */ -+ rtw_wx_get_name, /* SIOCGIWNAME */ -+ dummy, /* SIOCSIWNWID */ -+ dummy, /* SIOCGIWNWID */ -+ rtw_wx_set_freq, /* SIOCSIWFREQ */ -+ rtw_wx_get_freq, /* SIOCGIWFREQ */ -+ rtw_wx_set_mode, /* SIOCSIWMODE */ -+ rtw_wx_get_mode, /* SIOCGIWMODE */ -+ dummy, /* SIOCSIWSENS */ -+ rtw_wx_get_sens, /* SIOCGIWSENS */ -+ NULL, /* SIOCSIWRANGE */ -+ rtw_wx_get_range, /* SIOCGIWRANGE */ -+ rtw_wx_set_priv, /* SIOCSIWPRIV */ -+ NULL, /* SIOCGIWPRIV */ -+ NULL, /* SIOCSIWSTATS */ -+ NULL, /* SIOCGIWSTATS */ -+ dummy, /* SIOCSIWSPY */ -+ dummy, /* SIOCGIWSPY */ -+ NULL, /* SIOCGIWTHRSPY */ -+ NULL, /* SIOCWIWTHRSPY */ -+ rtw_wx_set_wap, /* SIOCSIWAP */ -+ rtw_wx_get_wap, /* SIOCGIWAP */ -+ rtw_wx_set_mlme, /* request MLME operation; uses struct iw_mlme */ -+ dummy, /* SIOCGIWAPLIST -- depricated */ -+ rtw_wx_set_scan, /* SIOCSIWSCAN */ -+ rtw_wx_get_scan, /* SIOCGIWSCAN */ -+ rtw_wx_set_essid, /* SIOCSIWESSID */ -+ rtw_wx_get_essid, /* SIOCGIWESSID */ -+ dummy, /* SIOCSIWNICKN */ -+ rtw_wx_get_nick, /* SIOCGIWNICKN */ -+ NULL, /* -- hole -- */ -+ NULL, /* -- hole -- */ -+ rtw_wx_set_rate, /* SIOCSIWRATE */ -+ rtw_wx_get_rate, /* SIOCGIWRATE */ -+ rtw_wx_set_rts, /* SIOCSIWRTS */ -+ rtw_wx_get_rts, /* SIOCGIWRTS */ -+ rtw_wx_set_frag, /* SIOCSIWFRAG */ -+ rtw_wx_get_frag, /* SIOCGIWFRAG */ -+ dummy, /* SIOCSIWTXPOW */ -+ dummy, /* SIOCGIWTXPOW */ -+ dummy, /* SIOCSIWRETRY */ -+ rtw_wx_get_retry, /* SIOCGIWRETRY */ -+ rtw_wx_set_enc, /* SIOCSIWENCODE */ -+ rtw_wx_get_enc, /* SIOCGIWENCODE */ -+ dummy, /* SIOCSIWPOWER */ -+ rtw_wx_get_power, /* SIOCGIWPOWER */ -+ NULL, /*---hole---*/ -+ NULL, /*---hole---*/ -+ rtw_wx_set_gen_ie, /* SIOCSIWGENIE */ -+ NULL, /* SIOCGWGENIE */ -+ rtw_wx_set_auth, /* SIOCSIWAUTH */ -+ NULL, /* SIOCGIWAUTH */ -+ rtw_wx_set_enc_ext, /* SIOCSIWENCODEEXT */ -+ NULL, /* SIOCGIWENCODEEXT */ -+ rtw_wx_set_pmkid, /* SIOCSIWPMKSA */ -+ NULL, /*---hole---*/ -+}; -+ -+static const struct iw_priv_args rtw_private_args[] = { -+ { -+ SIOCIWFIRSTPRIV + 0x0, -+ IW_PRIV_TYPE_CHAR | 0x7FF, 0, "write" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x1, -+ IW_PRIV_TYPE_CHAR | 0x7FF, -+ IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ, "read" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x2, 0, 0, "driver_ext" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x3, 0, 0, "mp_ioctl" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x4, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "apinfo" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x5, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "setpid" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x6, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "wps_start" -+ }, -+/* for PLATFORM_MT53XX */ -+ { -+ SIOCIWFIRSTPRIV + 0x7, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "get_sensitivity" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x8, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "wps_prob_req_ie" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x9, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "wps_assoc_req_ie" -+ }, -+ -+/* for RTK_DMP_PLATFORM */ -+ { -+ SIOCIWFIRSTPRIV + 0xA, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "channel_plan" -+ }, -+ -+ { -+ SIOCIWFIRSTPRIV + 0xB, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "dbg" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0xC, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 3, 0, "rfw" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0xD, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ, "rfr" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x10, -+ IW_PRIV_TYPE_CHAR | 1024, 0, "p2p_set" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x11, -+ IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK , "p2p_get" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x12, 0, 0, "NULL" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x13, -+ IW_PRIV_TYPE_CHAR | 64, IW_PRIV_TYPE_CHAR | 64 , "p2p_get2" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x14, -+ IW_PRIV_TYPE_CHAR | 64, 0, "tdls" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x15, -+ IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | 1024 , "tdls_get" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x16, -+ IW_PRIV_TYPE_CHAR | 64, 0, "pm_set" -+ }, -+ -+ {SIOCIWFIRSTPRIV + 0x18, IW_PRIV_TYPE_CHAR | IFNAMSIZ , 0 , "rereg_nd_name"}, -+ {SIOCIWFIRSTPRIV + 0x1A, IW_PRIV_TYPE_CHAR | 1024, 0, "efuse_set"}, -+ {SIOCIWFIRSTPRIV + 0x1B, IW_PRIV_TYPE_CHAR | 128, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "efuse_get"}, -+ { -+ SIOCIWFIRSTPRIV + 0x1D, -+ IW_PRIV_TYPE_CHAR | 40, IW_PRIV_TYPE_CHAR | 0x7FF, "test" -+ }, -+ -+#ifdef CONFIG_INTEL_WIDI -+ { -+ SIOCIWFIRSTPRIV + 0x1E, -+ IW_PRIV_TYPE_CHAR | 1024, 0, "widi_set" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x1F, -+ IW_PRIV_TYPE_CHAR | 128, 0, "widi_prob_req" -+ }, -+#endif /* CONFIG_INTEL_WIDI */ -+ -+#ifdef CONFIG_WOWLAN -+ { MP_WOW_ENABLE , IW_PRIV_TYPE_CHAR | 1024, 0, "wow_mode" }, /* set */ -+#endif -+#ifdef CONFIG_AP_WOWLAN -+ { MP_AP_WOW_ENABLE , IW_PRIV_TYPE_CHAR | 1024, 0, "ap_wow_mode" }, /* set */ -+#endif -+}; -+ -+static iw_handler rtw_private_handler[] = -+{ -+ rtw_wx_write32, /* 0x00 */ -+ rtw_wx_read32, /* 0x01 */ -+ rtw_drvext_hdl, /* 0x02 */ -+ rtw_mp_ioctl_hdl, /* 0x03 */ -+ -+/* for MM DTV platform */ -+ rtw_get_ap_info, /* 0x04 */ -+ -+ rtw_set_pid, /* 0x05 */ -+ rtw_wps_start, /* 0x06 */ -+ -+/* for PLATFORM_MT53XX */ -+ rtw_wx_get_sensitivity, /* 0x07 */ -+ rtw_wx_set_mtk_wps_probe_ie, /* 0x08 */ -+ rtw_wx_set_mtk_wps_ie, /* 0x09 */ -+ -+/* for RTK_DMP_PLATFORM */ -+/* Set Channel depend on the country code */ -+ rtw_wx_set_channel_plan, /* 0x0A */ -+ -+ rtw_dbg_port, /* 0x0B */ -+ rtw_wx_write_rf, /* 0x0C */ -+ rtw_wx_read_rf, /* 0x0D */ -+ rtw_wx_priv_null, /* 0x0E */ -+ rtw_wx_priv_null, /* 0x0F */ -+ rtw_p2p_set, /* 0x10 */ -+ rtw_p2p_get, /* 0x11 */ -+ NULL, /* 0x12 */ -+ rtw_p2p_get2, /* 0x13 */ -+ -+ rtw_tdls, /* 0x14 */ -+ rtw_tdls_get, /* 0x15 */ -+ -+ rtw_pm_set, /* 0x16 */ -+ rtw_wx_priv_null, /* 0x17 */ -+ rtw_rereg_nd_name, /* 0x18 */ -+ rtw_wx_priv_null, /* 0x19 */ -+ rtw_mp_efuse_set, /* 0x1A */ -+ rtw_mp_efuse_get, /* 0x1B */ -+ NULL, /* 0x1C is reserved for hostapd */ -+ rtw_test, /* 0x1D */ -+#ifdef CONFIG_INTEL_WIDI -+ rtw_widi_set, /* 0x1E */ -+ rtw_widi_set_probe_request, /* 0x1F */ -+#endif /* CONFIG_INTEL_WIDI */ -+}; -+ -+static struct iw_statistics *rtw_get_wireless_stats(struct net_device *dev) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct iw_statistics *piwstats =&padapter->iwstats; -+ int tmp_level = 0; -+ int tmp_qual = 0; -+ int tmp_noise = 0; -+ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) != true) -+ { -+ piwstats->qual.qual = 0; -+ piwstats->qual.level = 0; -+ piwstats->qual.noise = 0; -+ /* DBG_871X("No link level:%d, qual:%d, noise:%d\n", tmp_level, tmp_qual, tmp_noise); */ -+ } -+ else { -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ tmp_level = translate_percentage_to_dbm(padapter->recvpriv.signal_strength); -+ #else -+ #ifdef CONFIG_SKIP_SIGNAL_SCALE_MAPPING -+ { -+ /* Do signal scale mapping when using percentage as the unit of signal strength, since the scale mapping is skipped in odm */ -+ -+ struct hal_com_data *pHal = GET_HAL_DATA(padapter); -+ -+ tmp_level = (u8)odm_SignalScaleMapping(&pHal->odmpriv, padapter->recvpriv.signal_strength); -+ } -+ #else -+ tmp_level = padapter->recvpriv.signal_strength; -+ #endif -+ #endif -+ -+ tmp_qual = padapter->recvpriv.signal_qual; -+#if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ if (rtw_linked_check(padapter)) { -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct noise_info info; -+ info.bPauseDIG = true; -+ info.IGIValue = 0x1e; -+ info.max_time = 100;/* ms */ -+ info.chan = pmlmeext->cur_channel ;/* rtw_get_oper_ch(padapter); */ -+ rtw_ps_deny(padapter, PS_DENY_IOCTL); -+ LeaveAllPowerSaveModeDirect(padapter); -+ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&info, false); -+ /* ODM_InbandNoise_Monitor(podmpriv, true, 0x20, 100); */ -+ rtw_ps_deny_cancel(padapter, PS_DENY_IOCTL); -+ rtw_hal_get_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&(info.chan), &(padapter->recvpriv.noise)); -+ DBG_871X("chan:%d, noise_level:%d\n", info.chan, padapter->recvpriv.noise); -+ } -+#endif -+ tmp_noise = padapter->recvpriv.noise; -+ DBG_871X("level:%d, qual:%d, noise:%d, rssi (%d)\n", tmp_level, tmp_qual, tmp_noise, padapter->recvpriv.rssi); -+ -+ piwstats->qual.level = tmp_level; -+ piwstats->qual.qual = tmp_qual; -+ piwstats->qual.noise = tmp_noise; -+ } -+ piwstats->qual.updated = IW_QUAL_ALL_UPDATED ;/* IW_QUAL_DBM; */ -+ -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ piwstats->qual.updated = piwstats->qual.updated | IW_QUAL_DBM; -+ #endif -+ -+ return &padapter->iwstats; -+} -+ -+struct iw_handler_def rtw_handlers_def = -+{ -+ .standard = rtw_handlers, -+ .num_standard = sizeof(rtw_handlers) / sizeof(iw_handler), -+#if defined(CONFIG_WEXT_PRIV) -+ .private = rtw_private_handler, -+ .private_args = (struct iw_priv_args *)rtw_private_args, -+ .num_private = sizeof(rtw_private_handler) / sizeof(iw_handler), -+ .num_private_args = sizeof(rtw_private_args) / sizeof(struct iw_priv_args), -+#endif -+ .get_wireless_stats = rtw_get_wireless_stats, -+}; -+ -+/* copy from net/wireless/wext.c start */ -+/* ---------------------------------------------------------------- */ -+/* -+ * Calculate size of private arguments -+ */ -+static const char iw_priv_type_size[] = { -+ 0, /* IW_PRIV_TYPE_NONE */ -+ 1, /* IW_PRIV_TYPE_BYTE */ -+ 1, /* IW_PRIV_TYPE_CHAR */ -+ 0, /* Not defined */ -+ sizeof(__u32), /* IW_PRIV_TYPE_INT */ -+ sizeof(struct iw_freq), /* IW_PRIV_TYPE_FLOAT */ -+ sizeof(struct sockaddr), /* IW_PRIV_TYPE_ADDR */ -+ 0, /* Not defined */ -+}; -+ -+static int get_priv_size(__u16 args) -+{ -+ int num = args & IW_PRIV_SIZE_MASK; -+ int type = (args & IW_PRIV_TYPE_MASK) >> 12; -+ -+ return num * iw_priv_type_size[type]; -+} -+/* copy from net/wireless/wext.c end */ -+ -+static int rtw_ioctl_wext_private(struct net_device *dev, union iwreq_data *wrq_data) -+{ -+ int err = 0; -+ u8 *input = NULL; -+ u32 input_len = 0; -+ const char delim[] = " "; -+ u8 *output = NULL; -+ u32 output_len = 0; -+ u32 count = 0; -+ u8 *buffer = NULL; -+ u32 buffer_len = 0; -+ char *ptr = NULL; -+ u8 cmdname[17] = {0}; /* IFNAMSIZ+1 */ -+ u32 cmdlen; -+ s32 len; -+ u8 *extra = NULL; -+ u32 extra_size = 0; -+ -+ s32 k; -+ const iw_handler *priv; /* Private ioctl */ -+ const struct iw_priv_args *priv_args; /* Private ioctl description */ -+ u32 num_priv; /* Number of ioctl */ -+ u32 num_priv_args; /* Number of descriptions */ -+ iw_handler handler; -+ int temp; -+ int subcmd = 0; /* sub-ioctl index */ -+ int offset = 0; /* Space for sub-ioctl index */ -+ -+ union iwreq_data wdata; -+ -+ -+ memcpy(&wdata, wrq_data, sizeof(wdata)); -+ -+ input_len = 2048; -+ input = rtw_zmalloc(input_len); -+ if (NULL == input) -+ return -ENOMEM; -+ if (copy_from_user(input, wdata.data.pointer, input_len)) { -+ err = -EFAULT; -+ goto exit; -+ } -+ ptr = input; -+ len = strlen(input); -+ -+ sscanf(ptr, "%16s", cmdname); -+ cmdlen = strlen(cmdname); -+ DBG_8192C("%s: cmd =%s\n", __func__, cmdname); -+ -+ /* skip command string */ -+ if (cmdlen > 0) -+ cmdlen += 1; /* skip one space */ -+ ptr += cmdlen; -+ len -= cmdlen; -+ DBG_8192C("%s: parameters =%s\n", __func__, ptr); -+ -+ priv = rtw_private_handler; -+ priv_args = rtw_private_args; -+ num_priv = sizeof(rtw_private_handler) / sizeof(iw_handler); -+ num_priv_args = sizeof(rtw_private_args) / sizeof(struct iw_priv_args); -+ -+ if (num_priv_args == 0) { -+ err = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+ /* Search the correct ioctl */ -+ k = -1; -+ while ((++k < num_priv_args) && strcmp(priv_args[k].name, cmdname)); -+ -+ /* If not found... */ -+ if (k == num_priv_args) { -+ err = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+ /* Watch out for sub-ioctls ! */ -+ if (priv_args[k].cmd < SIOCDEVPRIVATE) -+ { -+ int j = -1; -+ -+ /* Find the matching *real* ioctl */ -+ while ((++j < num_priv_args) && ((priv_args[j].name[0] != '\0') || -+ (priv_args[j].set_args != priv_args[k].set_args) || -+ (priv_args[j].get_args != priv_args[k].get_args))); -+ -+ /* If not found... */ -+ if (j == num_priv_args) { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ /* Save sub-ioctl number */ -+ subcmd = priv_args[k].cmd; -+ /* Reserve one int (simplify alignment issues) */ -+ offset = sizeof(__u32); -+ /* Use real ioctl definition from now on */ -+ k = j; -+ } -+ -+ buffer = rtw_zmalloc(4096); -+ if (NULL == buffer) { -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ /* If we have to set some data */ -+ if ((priv_args[k].set_args & IW_PRIV_TYPE_MASK) && -+ (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ { -+ u8 *str; -+ -+ switch (priv_args[k].set_args & IW_PRIV_TYPE_MASK) -+ { -+ case IW_PRIV_TYPE_BYTE: -+ /* Fetch args */ -+ count = 0; -+ do { -+ str = strsep(&ptr, delim); -+ if (NULL == str) break; -+ sscanf(str, "%i", &temp); -+ buffer[count++] = (u8)temp; -+ } while (1); -+ buffer_len = count; -+ -+ /* Number of args to fetch */ -+ wdata.data.length = count; -+ if (wdata.data.length > (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ wdata.data.length = priv_args[k].set_args & IW_PRIV_SIZE_MASK; -+ -+ break; -+ -+ case IW_PRIV_TYPE_INT: -+ /* Fetch args */ -+ count = 0; -+ do { -+ str = strsep(&ptr, delim); -+ if (NULL == str) break; -+ sscanf(str, "%i", &temp); -+ ((s32*)buffer)[count++] = (s32)temp; -+ } while (1); -+ buffer_len = count * sizeof(s32); -+ -+ /* Number of args to fetch */ -+ wdata.data.length = count; -+ if (wdata.data.length > (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ wdata.data.length = priv_args[k].set_args & IW_PRIV_SIZE_MASK; -+ -+ break; -+ -+ case IW_PRIV_TYPE_CHAR: -+ if (len > 0) -+ { -+ /* Size of the string to fetch */ -+ wdata.data.length = len; -+ if (wdata.data.length > (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ wdata.data.length = priv_args[k].set_args & IW_PRIV_SIZE_MASK; -+ -+ /* Fetch string */ -+ memcpy(buffer, ptr, wdata.data.length); -+ } -+ else -+ { -+ wdata.data.length = 1; -+ buffer[0] = '\0'; -+ } -+ buffer_len = wdata.data.length; -+ break; -+ -+ default: -+ DBG_8192C("%s: Not yet implemented...\n", __func__); -+ err = -1; -+ goto exit; -+ } -+ -+ if ((priv_args[k].set_args & IW_PRIV_SIZE_FIXED) && -+ (wdata.data.length != (priv_args[k].set_args & IW_PRIV_SIZE_MASK))) -+ { -+ DBG_8192C("%s: The command %s needs exactly %d argument(s)...\n", -+ __func__, cmdname, priv_args[k].set_args & IW_PRIV_SIZE_MASK); -+ err = -EINVAL; -+ goto exit; -+ } -+ } /* if args to set */ -+ else -+ { -+ wdata.data.length = 0L; -+ } -+ -+ /* Those two tests are important. They define how the driver -+ * will have to handle the data */ -+ if ((priv_args[k].set_args & IW_PRIV_SIZE_FIXED) && -+ ((get_priv_size(priv_args[k].set_args) + offset) <= IFNAMSIZ)) -+ { -+ /* First case : all SET args fit within wrq */ -+ if (offset) -+ wdata.mode = subcmd; -+ memcpy(wdata.name + offset, buffer, IFNAMSIZ - offset); -+ } -+ else -+ { -+ if ((priv_args[k].set_args == 0) && -+ (priv_args[k].get_args & IW_PRIV_SIZE_FIXED) && -+ (get_priv_size(priv_args[k].get_args) <= IFNAMSIZ)) -+ { -+ /* Second case : no SET args, GET args fit within wrq */ -+ if (offset) -+ wdata.mode = subcmd; -+ } -+ else -+ { -+ /* Third case : args won't fit in wrq, or variable number of args */ -+ if (copy_to_user(wdata.data.pointer, buffer, buffer_len)) { -+ err = -EFAULT; -+ goto exit; -+ } -+ wdata.data.flags = subcmd; -+ } -+ } -+ -+ kfree(input); -+ input = NULL; -+ -+ extra_size = 0; -+ if (IW_IS_SET(priv_args[k].cmd)) -+ { -+ /* Size of set arguments */ -+ extra_size = get_priv_size(priv_args[k].set_args); -+ -+ /* Does it fits in iwr ? */ -+ if ((priv_args[k].set_args & IW_PRIV_SIZE_FIXED) && -+ ((extra_size + offset) <= IFNAMSIZ)) -+ extra_size = 0; -+ } else { -+ /* Size of get arguments */ -+ extra_size = get_priv_size(priv_args[k].get_args); -+ -+ /* Does it fits in iwr ? */ -+ if ((priv_args[k].get_args & IW_PRIV_SIZE_FIXED) && -+ (extra_size <= IFNAMSIZ)) -+ extra_size = 0; -+ } -+ -+ if (extra_size == 0) { -+ extra = (u8 *)&wdata; -+ kfree(buffer); -+ buffer = NULL; -+ } else -+ extra = buffer; -+ -+ handler = priv[priv_args[k].cmd - SIOCIWFIRSTPRIV]; -+ err = handler(dev, NULL, &wdata, extra); -+ -+ /* If we have to get some data */ -+ if ((priv_args[k].get_args & IW_PRIV_TYPE_MASK) && -+ (priv_args[k].get_args & IW_PRIV_SIZE_MASK)) -+ { -+ int j; -+ int n = 0; /* number of args */ -+ u8 str[20] = {0}; -+ -+ /* Check where is the returned data */ -+ if ((priv_args[k].get_args & IW_PRIV_SIZE_FIXED) && -+ (get_priv_size(priv_args[k].get_args) <= IFNAMSIZ)) -+ n = priv_args[k].get_args & IW_PRIV_SIZE_MASK; -+ else -+ n = wdata.data.length; -+ -+ output = rtw_zmalloc(4096); -+ if (NULL == output) { -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ switch (priv_args[k].get_args & IW_PRIV_TYPE_MASK) -+ { -+ case IW_PRIV_TYPE_BYTE: -+ /* Display args */ -+ for (j = 0; j < n; j++) -+ { -+ sprintf(str, "%d ", extra[j]); -+ len = strlen(str); -+ output_len = strlen(output); -+ if ((output_len + len + 1) > 4096) { -+ err = -E2BIG; -+ goto exit; -+ } -+ memcpy(output+output_len, str, len); -+ } -+ break; -+ -+ case IW_PRIV_TYPE_INT: -+ /* Display args */ -+ for (j = 0; j < n; j++) -+ { -+ sprintf(str, "%d ", ((__s32*)extra)[j]); -+ len = strlen(str); -+ output_len = strlen(output); -+ if ((output_len + len + 1) > 4096) { -+ err = -E2BIG; -+ goto exit; -+ } -+ memcpy(output+output_len, str, len); -+ } -+ break; -+ -+ case IW_PRIV_TYPE_CHAR: -+ /* Display args */ -+ memcpy(output, extra, n); -+ break; -+ -+ default: -+ DBG_8192C("%s: Not yet implemented...\n", __func__); -+ err = -1; -+ goto exit; -+ } -+ -+ output_len = strlen(output) + 1; -+ wrq_data->data.length = output_len; -+ if (copy_to_user(wrq_data->data.pointer, output, output_len)) { -+ err = -EFAULT; -+ goto exit; -+ } -+ } /* if args to set */ -+ else -+ { -+ wrq_data->data.length = 0; -+ } -+ -+exit: -+ if (input) -+ kfree(input); -+ if (buffer) -+ kfree(buffer); -+ if (output) -+ kfree(output); -+ -+ return err; -+} -+ -+int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) -+{ -+ struct iwreq *wrq = (struct iwreq *)rq; -+ int ret = 0; -+ -+ switch (cmd) -+ { -+ case RTL_IOCTL_WPA_SUPPLICANT: -+ ret = wpa_supplicant_ioctl(dev, &wrq->u.data); -+ break; -+ case RTL_IOCTL_HOSTAPD: -+ ret = rtw_hostapd_ioctl(dev, &wrq->u.data); -+ break; -+ case SIOCDEVPRIVATE: -+ ret = rtw_ioctl_wext_private(dev, &wrq->u); -+ break; -+ default: -+ ret = -EOPNOTSUPP; -+ break; -+ } -+ -+ return ret; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/mlme_linux.c linux/3rdparty/rtl8723bs/os_dep/mlme_linux.c ---- linux.old/3rdparty/rtl8723bs/os_dep/mlme_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/mlme_linux.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,206 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ -+#define _MLME_OSDEP_C_ -+ -+#include -+#include -+ -+static void _dynamic_check_timer_handlder (void *FunctionContext) -+{ -+ struct adapter *adapter = (struct adapter *)FunctionContext; -+ -+ rtw_dynamic_check_timer_handlder(adapter); -+ -+ _set_timer(&adapter->mlmepriv.dynamic_chk_timer, 2000); -+} -+ -+static void _rtw_set_scan_deny_timer_hdl(void *FunctionContext) -+{ -+ struct adapter *adapter = (struct adapter *)FunctionContext; -+ rtw_set_scan_deny_timer_hdl(adapter); -+} -+ -+void rtw_init_mlme_timer(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ _init_timer(&(pmlmepriv->assoc_timer), padapter->pnetdev, _rtw_join_timeout_handler, padapter); -+ /* _init_timer(&(pmlmepriv->sitesurveyctrl.sitesurvey_ctrl_timer), padapter->pnetdev, sitesurvey_ctrl_handler, padapter); */ -+ _init_timer(&(pmlmepriv->scan_to_timer), padapter->pnetdev, rtw_scan_timeout_handler, padapter); -+ -+ _init_timer(&(pmlmepriv->dynamic_chk_timer), padapter->pnetdev, _dynamic_check_timer_handlder, padapter); -+ -+ _init_timer(&(pmlmepriv->set_scan_deny_timer), padapter->pnetdev, _rtw_set_scan_deny_timer_hdl, padapter); -+} -+ -+void rtw_os_indicate_connect(struct adapter *adapter) -+{ -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) ==true) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) ==true)) -+ { -+ rtw_cfg80211_ibss_indicate_connect(adapter); -+ } -+ else -+ rtw_cfg80211_indicate_connect(adapter); -+ -+ rtw_indicate_wx_assoc_event(adapter); -+ netif_carrier_on(adapter->pnetdev); -+ -+ if (adapter->pid[2] != 0) -+ rtw_signal_process(adapter->pid[2], SIGALRM); -+} -+ -+void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted) -+{ -+ rtw_cfg80211_indicate_scan_done(padapter, aborted); -+ indicate_wx_scan_complete_event(padapter); -+} -+ -+static RT_PMKID_LIST backupPMKIDList[ NUM_PMKID_CACHE ]; -+void rtw_reset_securitypriv(struct adapter *adapter) -+{ -+ u8 backupPMKIDIndex = 0; -+ u8 backupTKIPCountermeasure = 0x00; -+ u32 backupTKIPcountermeasure_time = 0; -+ /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ -+ spin_lock_bh(&adapter->security_key_mutex); -+ -+ if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X)/* 802.1x */ -+ { -+ /* Added by Albert 2009/02/18 */ -+ /* We have to backup the PMK information for WiFi PMK Caching test item. */ -+ /* */ -+ /* Backup the btkip_countermeasure information. */ -+ /* When the countermeasure is trigger, the driver have to disconnect with AP for 60 seconds. */ -+ -+ memset(&backupPMKIDList[ 0 ], 0x00, sizeof(RT_PMKID_LIST) * NUM_PMKID_CACHE); -+ -+ memcpy(&backupPMKIDList[ 0 ], &adapter->securitypriv.PMKIDList[ 0 ], sizeof(RT_PMKID_LIST) * NUM_PMKID_CACHE); -+ backupPMKIDIndex = adapter->securitypriv.PMKIDIndex; -+ backupTKIPCountermeasure = adapter->securitypriv.btkip_countermeasure; -+ backupTKIPcountermeasure_time = adapter->securitypriv.btkip_countermeasure_time; -+ -+ /* reset RX BIP packet number */ -+ pmlmeext->mgnt_80211w_IPN_rx = 0; -+ -+ memset((unsigned char *)&adapter->securitypriv, 0, sizeof (struct security_priv)); -+ -+ /* Added by Albert 2009/02/18 */ -+ /* Restore the PMK information to securitypriv structure for the following connection. */ -+ memcpy(&adapter->securitypriv.PMKIDList[ 0 ], &backupPMKIDList[ 0 ], sizeof(RT_PMKID_LIST) * NUM_PMKID_CACHE); -+ adapter->securitypriv.PMKIDIndex = backupPMKIDIndex; -+ adapter->securitypriv.btkip_countermeasure = backupTKIPCountermeasure; -+ adapter->securitypriv.btkip_countermeasure_time = backupTKIPcountermeasure_time; -+ -+ adapter->securitypriv.ndisauthtype = Ndis802_11AuthModeOpen; -+ adapter->securitypriv.ndisencryptstatus = Ndis802_11WEPDisabled; -+ -+ } -+ else /* reset values in securitypriv */ -+ { -+ /* if (adapter->mlmepriv.fw_state & WIFI_STATION_STATE) */ -+ /* */ -+ struct security_priv *psec_priv =&adapter->securitypriv; -+ -+ psec_priv->dot11AuthAlgrthm =dot11AuthAlgrthm_Open; /* open system */ -+ psec_priv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psec_priv->dot11PrivacyKeyIndex = 0; -+ -+ psec_priv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psec_priv->dot118021XGrpKeyid = 1; -+ -+ psec_priv->ndisauthtype = Ndis802_11AuthModeOpen; -+ psec_priv->ndisencryptstatus = Ndis802_11WEPDisabled; -+ /* */ -+ } -+ /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ spin_unlock_bh(&adapter->security_key_mutex); -+} -+ -+void rtw_os_indicate_disconnect(struct adapter *adapter) -+{ -+ /* RT_PMKID_LIST backupPMKIDList[ NUM_PMKID_CACHE ]; */ -+ -+ netif_carrier_off(adapter->pnetdev); /* Do it first for tx broadcast pkt after disconnection issue! */ -+ -+ rtw_cfg80211_indicate_disconnect(adapter); -+ -+ rtw_indicate_wx_disassoc_event(adapter); -+ -+ /* modify for CONFIG_IEEE80211W, none 11w also can use the same command */ -+ rtw_reset_securitypriv_cmd(adapter); -+} -+ -+void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) -+{ -+ uint len; -+ u8 *buff,*p, i; -+ union iwreq_data wrqu; -+ -+ RT_TRACE(_module_mlme_osdep_c_, _drv_info_, ("+rtw_report_sec_ie, authmode =%d\n", authmode)); -+ -+ buff = NULL; -+ if (authmode == _WPA_IE_ID_) -+ { -+ RT_TRACE(_module_mlme_osdep_c_, _drv_info_, ("rtw_report_sec_ie, authmode =%d\n", authmode)); -+ -+ buff = rtw_zmalloc(IW_CUSTOM_MAX); -+ if (NULL == buff) { -+ DBG_871X(FUNC_ADPT_FMT ": alloc memory FAIL!!\n", -+ FUNC_ADPT_ARG(adapter)); -+ return; -+ } -+ p = buff; -+ -+ p+=sprintf(p,"ASSOCINFO(ReqIEs ="); -+ -+ len = sec_ie[1]+2; -+ len = (len < IW_CUSTOM_MAX) ? len:IW_CUSTOM_MAX; -+ -+ for (i = 0;iaddba_retry_timer, padapter->pnetdev, addba_timer_hdl, psta); -+} -+ -+void init_mlme_ext_timer(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ _init_timer(&pmlmeext->survey_timer, padapter->pnetdev, survey_timer_hdl, padapter); -+ _init_timer(&pmlmeext->link_timer, padapter->pnetdev, link_timer_hdl, padapter); -+ _init_timer(&pmlmeext->sa_query_timer, padapter->pnetdev, sa_query_timer_hdl, padapter); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/osdep_service.c linux/3rdparty/rtl8723bs/os_dep/osdep_service.c ---- linux.old/3rdparty/rtl8723bs/os_dep/osdep_service.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/osdep_service.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,481 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+ -+#define _OSDEP_SERVICE_C_ -+ -+#include -+#include -+ -+/* -+* Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE -+* @return: one of RTW_STATUS_CODE -+*/ -+inline int RTW_STATUS_CODE(int error_code) -+{ -+ if (error_code >= 0) -+ return _SUCCESS; -+ return _FAIL; -+} -+ -+u8 *_rtw_malloc(u32 sz) -+{ -+ u8 *pbuf = NULL; -+ -+ pbuf = kmalloc(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+ -+ return pbuf; -+} -+ -+u8 *_rtw_zmalloc(u32 sz) -+{ -+ u8 *pbuf = _rtw_malloc(sz); -+ -+ if (pbuf != NULL) { -+ memset(pbuf, 0, sz); -+ } -+ -+ return pbuf; -+} -+ -+inline struct sk_buff *_rtw_skb_alloc(u32 sz) -+{ -+ return __dev_alloc_skb(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+} -+ -+inline struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb) -+{ -+ return skb_copy(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+} -+ -+inline struct sk_buff *_rtw_skb_clone(struct sk_buff *skb) -+{ -+ return skb_clone(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+} -+ -+inline int _rtw_netif_rx(_nic_hdl ndev, struct sk_buff *skb) -+{ -+ skb->dev = ndev; -+ return netif_rx(skb); -+} -+ -+void rtw_init_timer(_timer *ptimer, void *padapter, void *pfunc) -+{ -+ struct adapter *adapter = (struct adapter *)padapter; -+ -+ _init_timer(ptimer, adapter->pnetdev, pfunc, adapter); -+} -+ -+void _rtw_init_queue(struct __queue *pqueue) -+{ -+ INIT_LIST_HEAD(&(pqueue->queue)); -+ -+ spin_lock_init(&(pqueue->lock)); -+} -+ -+/* -+* Open a file with the specific @param path, @param flag, @param mode -+* @param fpp the pointer of struct file pointer to get struct file pointer while file opening is success -+* @param path the path of the file to open -+* @param flag file operation flags, please refer to linux document -+* @param mode please refer to linux document -+* @return Linux specific error code -+*/ -+static int openFile(struct file **fpp, char *path, int flag, int mode) -+{ -+ struct file *fp; -+ -+ fp =filp_open(path, flag, mode); -+ if (IS_ERR(fp)) { -+ *fpp = NULL; -+ return PTR_ERR(fp); -+ } -+ else { -+ *fpp =fp; -+ return 0; -+ } -+} -+ -+/* -+* Close the file with the specific @param fp -+* @param fp the pointer of struct file to close -+* @return always 0 -+*/ -+static int closeFile(struct file *fp) -+{ -+ filp_close(fp, NULL); -+ return 0; -+} -+ -+static int readFile(struct file *fp, char *buf, int len) -+{ -+ int rlen = 0, sum = 0; -+ -+ if (!fp->f_op || !fp->f_op->read) -+ return -EPERM; -+ -+ while (sumf_op->read(fp, (char __force __user *)buf+sum, len-sum, &fp->f_pos); -+ if (rlen>0) -+ sum+=rlen; -+ else if (0 != rlen) -+ return rlen; -+ else -+ break; -+ } -+ -+ return sum; -+ -+} -+ -+/* -+* Test if the specifi @param path is a file and readable -+* @param path the path of the file to test -+* @return Linux specific error code -+*/ -+static int isFileReadable(char *path) -+{ -+ struct file *fp; -+ int ret = 0; -+ mm_segment_t oldfs; -+ char buf; -+ -+ fp =filp_open(path, O_RDONLY, 0); -+ if (IS_ERR(fp)) { -+ ret = PTR_ERR(fp); -+ } -+ else { -+ oldfs = get_fs(); set_fs(get_ds()); -+ -+ if (1!=readFile(fp, &buf, 1)) -+ ret = PTR_ERR(fp); -+ -+ set_fs(oldfs); -+ filp_close(fp, NULL); -+ } -+ return ret; -+} -+ -+/* -+* Open the file with @param path and retrive the file content into memory starting from @param buf for @param sz at most -+* @param path the path of the file to open and read -+* @param buf the starting address of the buffer to store file content -+* @param sz how many bytes to read at most -+* @return the byte we've read, or Linux specific error code -+*/ -+static int retriveFromFile(char *path, u8 *buf, u32 sz) -+{ -+ int ret =-1; -+ mm_segment_t oldfs; -+ struct file *fp; -+ -+ if (path && buf) { -+ if (0 == (ret =openFile(&fp, path, O_RDONLY, 0))) { -+ DBG_871X("%s openFile path:%s fp =%p\n", __func__, path , fp); -+ -+ oldfs = get_fs(); set_fs(get_ds()); -+ ret =readFile(fp, buf, sz); -+ set_fs(oldfs); -+ closeFile(fp); -+ -+ DBG_871X("%s readFile, ret:%d\n", __func__, ret); -+ -+ } else { -+ DBG_871X("%s openFile path:%s Fail, ret:%d\n", __func__, path, ret); -+ } -+ } else { -+ DBG_871X("%s NULL pointer\n", __func__); -+ ret = -EINVAL; -+ } -+ return ret; -+} -+ -+/* -+* Test if the specifi @param path is a file and readable -+* @param path the path of the file to test -+* @return true or false -+*/ -+int rtw_is_file_readable(char *path) -+{ -+ if (isFileReadable(path) == 0) -+ return true; -+ else -+ return false; -+} -+ -+/* -+* Open the file with @param path and retrive the file content into memory starting from @param buf for @param sz at most -+* @param path the path of the file to open and read -+* @param buf the starting address of the buffer to store file content -+* @param sz how many bytes to read at most -+* @return the byte we've read -+*/ -+int rtw_retrive_from_file(char *path, u8 *buf, u32 sz) -+{ -+ int ret =retriveFromFile(path, buf, sz); -+ return ret>= 0?ret:0; -+} -+ -+struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) -+{ -+ struct net_device *pnetdev; -+ struct rtw_netdev_priv_indicator *pnpi; -+ -+ pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); -+ if (!pnetdev) -+ goto RETURN; -+ -+ pnpi = netdev_priv(pnetdev); -+ pnpi->priv =old_priv; -+ pnpi->sizeof_priv =sizeof_priv; -+ -+RETURN: -+ return pnetdev; -+} -+ -+struct net_device *rtw_alloc_etherdev(int sizeof_priv) -+{ -+ struct net_device *pnetdev; -+ struct rtw_netdev_priv_indicator *pnpi; -+ -+ pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); -+ if (!pnetdev) -+ goto RETURN; -+ -+ pnpi = netdev_priv(pnetdev); -+ -+ pnpi->priv = vzalloc(sizeof_priv); -+ if (!pnpi->priv) { -+ free_netdev(pnetdev); -+ pnetdev = NULL; -+ goto RETURN; -+ } -+ -+ pnpi->sizeof_priv =sizeof_priv; -+RETURN: -+ return pnetdev; -+} -+ -+void rtw_free_netdev(struct net_device * netdev) -+{ -+ struct rtw_netdev_priv_indicator *pnpi; -+ -+ if (!netdev) -+ goto RETURN; -+ -+ pnpi = netdev_priv(netdev); -+ -+ if (!pnpi->priv) -+ goto RETURN; -+ -+ vfree(pnpi->priv); -+ free_netdev(netdev); -+ -+RETURN: -+ return; -+} -+ -+int rtw_change_ifname(struct adapter *padapter, const char *ifname) -+{ -+ struct net_device *pnetdev; -+ struct net_device *cur_pnetdev; -+ struct rereg_nd_name_data *rereg_priv; -+ int ret; -+ -+ if (!padapter) -+ goto error; -+ -+ cur_pnetdev = padapter->pnetdev; -+ rereg_priv = &padapter->rereg_nd_name_priv; -+ -+ /* free the old_pnetdev */ -+ if (rereg_priv->old_pnetdev) { -+ free_netdev(rereg_priv->old_pnetdev); -+ rereg_priv->old_pnetdev = NULL; -+ } -+ -+ if (!rtnl_is_locked()) -+ unregister_netdev(cur_pnetdev); -+ else -+ unregister_netdevice(cur_pnetdev); -+ -+ rereg_priv->old_pnetdev =cur_pnetdev; -+ -+ pnetdev = rtw_init_netdev(padapter); -+ if (!pnetdev) { -+ ret = -1; -+ goto error; -+ } -+ -+ SET_NETDEV_DEV(pnetdev, dvobj_to_dev(adapter_to_dvobj(padapter))); -+ -+ rtw_init_netdev_name(pnetdev, ifname); -+ -+ memcpy(pnetdev->dev_addr, padapter->eeprompriv.mac_addr, ETH_ALEN); -+ -+ if (!rtnl_is_locked()) -+ ret = register_netdev(pnetdev); -+ else -+ ret = register_netdevice(pnetdev); -+ -+ if (ret != 0) { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("register_netdev() failed\n")); -+ goto error; -+ } -+ -+ return 0; -+ -+error: -+ -+ return -1; -+ -+} -+ -+u64 rtw_modular64(u64 x, u64 y) -+{ -+ return do_div(x, y); -+} -+ -+void rtw_buf_free(u8 **buf, u32 *buf_len) -+{ -+ u32 ori_len; -+ -+ if (!buf || !buf_len) -+ return; -+ -+ ori_len = *buf_len; -+ -+ if (*buf) { -+ *buf_len = 0; -+ kfree(*buf); -+ *buf = NULL; -+ } -+} -+ -+void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len) -+{ -+ u32 ori_len = 0, dup_len = 0; -+ u8 *ori = NULL; -+ u8 *dup = NULL; -+ -+ if (!buf || !buf_len) -+ return; -+ -+ if (!src || !src_len) -+ goto keep_ori; -+ -+ /* duplicate src */ -+ dup = rtw_malloc(src_len); -+ if (dup) { -+ dup_len = src_len; -+ memcpy(dup, src, dup_len); -+ } -+ -+keep_ori: -+ ori = *buf; -+ ori_len = *buf_len; -+ -+ /* replace buf with dup */ -+ *buf_len = 0; -+ *buf = dup; -+ *buf_len = dup_len; -+ -+ /* free ori */ -+ if (ori && ori_len > 0) -+ kfree(ori); -+} -+ -+ -+/** -+ * rtw_cbuf_full - test if cbuf is full -+ * @cbuf: pointer of struct rtw_cbuf -+ * -+ * Returns: true if cbuf is full -+ */ -+inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) -+{ -+ return (cbuf->write == cbuf->read-1)? true : false; -+} -+ -+/** -+ * rtw_cbuf_empty - test if cbuf is empty -+ * @cbuf: pointer of struct rtw_cbuf -+ * -+ * Returns: true if cbuf is empty -+ */ -+inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) -+{ -+ return (cbuf->write == cbuf->read)? true : false; -+} -+ -+/** -+ * rtw_cbuf_push - push a pointer into cbuf -+ * @cbuf: pointer of struct rtw_cbuf -+ * @buf: pointer to push in -+ * -+ * Lock free operation, be careful of the use scheme -+ * Returns: true push success -+ */ -+bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) -+{ -+ if (rtw_cbuf_full(cbuf)) -+ return _FAIL; -+ -+ DBG_871X("%s on %u\n", __func__, cbuf->write); -+ cbuf->bufs[cbuf->write] = buf; -+ cbuf->write = (cbuf->write+1)%cbuf->size; -+ -+ return _SUCCESS; -+} -+ -+/** -+ * rtw_cbuf_pop - pop a pointer from cbuf -+ * @cbuf: pointer of struct rtw_cbuf -+ * -+ * Lock free operation, be careful of the use scheme -+ * Returns: pointer popped out -+ */ -+void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) -+{ -+ void *buf; -+ if (rtw_cbuf_empty(cbuf)) -+ return NULL; -+ -+ DBG_871X("%s on %u\n", __func__, cbuf->read); -+ buf = cbuf->bufs[cbuf->read]; -+ cbuf->read = (cbuf->read+1)%cbuf->size; -+ -+ return buf; -+} -+ -+/** -+ * rtw_cbuf_alloc - allocte a rtw_cbuf with given size and do initialization -+ * @size: size of pointer -+ * -+ * Returns: pointer of srtuct rtw_cbuf, NULL for allocation failure -+ */ -+struct rtw_cbuf *rtw_cbuf_alloc(u32 size) -+{ -+ struct rtw_cbuf *cbuf; -+ -+ cbuf = (struct rtw_cbuf *)rtw_malloc(sizeof(*cbuf) + sizeof(void*)*size); -+ -+ if (cbuf) { -+ cbuf->write = cbuf->read = 0; -+ cbuf->size = size; -+ } -+ -+ return cbuf; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/os_intfs.c linux/3rdparty/rtl8723bs/os_dep/os_intfs.c ---- linux.old/3rdparty/rtl8723bs/os_dep/os_intfs.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/os_intfs.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,1916 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _OS_INTFS_C_ -+ -+#include -+#include -+#include -+ -+MODULE_LICENSE("GPL"); -+MODULE_DESCRIPTION("Realtek Wireless Lan Driver"); -+MODULE_AUTHOR("Realtek Semiconductor Corp."); -+MODULE_VERSION(DRIVERVERSION); -+ -+/* module param defaults */ -+static int rtw_chip_version = 0x00; -+static int rtw_rfintfs = HWPI; -+static int rtw_lbkmode = 0;/* RTL8712_AIR_TRX; */ -+ -+ -+static int rtw_network_mode = Ndis802_11IBSS;/* Ndis802_11Infrastructure;infra, ad-hoc, auto */ -+/* struct ndis_802_11_ssid ssid; */ -+static int rtw_channel = 1;/* ad-hoc support requirement */ -+static int rtw_wireless_mode = WIRELESS_MODE_MAX; -+static int rtw_vrtl_carrier_sense = AUTO_VCS; -+static int rtw_vcs_type = RTS_CTS;/* */ -+static int rtw_rts_thresh = 2347;/* */ -+static int rtw_frag_thresh = 2346;/* */ -+static int rtw_preamble = PREAMBLE_LONG;/* long, short, auto */ -+static int rtw_scan_mode = 1;/* active, passive */ -+static int rtw_adhoc_tx_pwr = 1; -+static int rtw_soft_ap = 0; -+/* int smart_ps = 1; */ -+static int rtw_power_mgnt = 1; -+static int rtw_ips_mode = IPS_NORMAL; -+module_param(rtw_ips_mode, int, 0644); -+MODULE_PARM_DESC(rtw_ips_mode,"The default IPS mode"); -+ -+static int rtw_smart_ps = 2; -+ -+static int rtw_check_fw_ps = 1; -+ -+static int rtw_usb_rxagg_mode = 2;/* USB_RX_AGG_DMA = 1, USB_RX_AGG_USB =2 */ -+module_param(rtw_usb_rxagg_mode, int, 0644); -+ -+static int rtw_radio_enable = 1; -+static int rtw_long_retry_lmt = 7; -+static int rtw_short_retry_lmt = 7; -+static int rtw_busy_thresh = 40; -+/* int qos_enable = 0; */ -+static int rtw_ack_policy = NORMAL_ACK; -+ -+static int rtw_software_encrypt = 0; -+static int rtw_software_decrypt = 0; -+ -+static int rtw_acm_method = 0;/* 0:By SW 1:By HW. */ -+ -+static int rtw_wmm_enable = 1;/* default is set to enable the wmm. */ -+static int rtw_uapsd_enable = 0; -+static int rtw_uapsd_max_sp = NO_LIMIT; -+static int rtw_uapsd_acbk_en = 0; -+static int rtw_uapsd_acbe_en = 0; -+static int rtw_uapsd_acvi_en = 0; -+static int rtw_uapsd_acvo_en = 0; -+ -+int rtw_ht_enable = 1; -+/* 0: 20 MHz, 1: 40 MHz, 2: 80 MHz, 3: 160MHz, 4: 80+80MHz */ -+/* 2.4G use bit 0 ~ 3, 5G use bit 4 ~ 7 */ -+/* 0x21 means enable 2.4G 40MHz & 5G 80MHz */ -+static int rtw_bw_mode = 0x21; -+static int rtw_ampdu_enable = 1;/* for enable tx_ampdu ,0: disable, 0x1:enable (but wifi_spec should be 0), 0x2: force enable (don't care wifi_spec) */ -+static int rtw_rx_stbc = 1;/* 0: disable, 1:enable 2.4g */ -+static int rtw_ampdu_amsdu = 0;/* 0: disabled, 1:enabled, 2:auto . There is an IOT issu with DLINK DIR-629 when the flag turn on */ -+/* Short GI support Bit Map */ -+/* BIT0 - 20MHz, 0: non-support, 1: support */ -+/* BIT1 - 40MHz, 0: non-support, 1: support */ -+/* BIT2 - 80MHz, 0: non-support, 1: support */ -+/* BIT3 - 160MHz, 0: non-support, 1: support */ -+static int rtw_short_gi = 0xf; -+/* BIT0: Enable VHT LDPC Rx, BIT1: Enable VHT LDPC Tx, BIT4: Enable HT LDPC Rx, BIT5: Enable HT LDPC Tx */ -+static int rtw_ldpc_cap = 0x33; -+/* BIT0: Enable VHT STBC Rx, BIT1: Enable VHT STBC Tx, BIT4: Enable HT STBC Rx, BIT5: Enable HT STBC Tx */ -+static int rtw_stbc_cap = 0x13; -+/* BIT0: Enable VHT Beamformer, BIT1: Enable VHT Beamformee, BIT4: Enable HT Beamformer, BIT5: Enable HT Beamformee */ -+static int rtw_beamform_cap = 0x2; -+ -+static int rtw_lowrate_two_xmit = 1;/* Use 2 path Tx to transmit MCS0~7 and legacy mode */ -+ -+/* int rf_config = RF_1T2R; 1T2R */ -+static int rtw_rf_config = RF_MAX_TYPE; /* auto */ -+static int rtw_low_power = 0; -+static int rtw_wifi_spec = 0; -+static int rtw_channel_plan = RT_CHANNEL_DOMAIN_MAX; -+ -+static int rtw_btcoex_enable = 1; -+module_param(rtw_btcoex_enable, int, 0644); -+MODULE_PARM_DESC(rtw_btcoex_enable, "Enable BT co-existence mechanism"); -+static int rtw_bt_iso = 2;/* 0:Low, 1:High, 2:From Efuse */ -+static int rtw_bt_sco = 3;/* 0:Idle, 1:None-SCO, 2:SCO, 3:From Counter, 4.Busy, 5.OtherBusy */ -+static int rtw_bt_ampdu = 1 ;/* 0:Disable BT control A-MPDU, 1:Enable BT control A-MPDU. */ -+static int rtw_ant_num = -1; /* <0: undefined, >0: Antenna number */ -+module_param(rtw_ant_num, int, 0644); -+MODULE_PARM_DESC(rtw_ant_num, "Antenna number setting"); -+ -+static int rtw_AcceptAddbaReq = true;/* 0:Reject AP's Add BA req, 1:Accept AP's Add BA req. */ -+ -+static int rtw_antdiv_cfg = 1; /* 0:OFF , 1:ON, 2:decide by Efuse config */ -+static int rtw_antdiv_type = 0 ; /* 0:decide by efuse 1: for 88EE, 1Tx and 1RxCG are diversity.(2 Ant with SPDT), 2: for 88EE, 1Tx and 2Rx are diversity.(2 Ant, Tx and RxCG are both on aux port, RxCS is on main port), 3: for 88EE, 1Tx and 1RxCG are fixed.(1Ant, Tx and RxCG are both on aux port) */ -+ -+ -+static int rtw_enusbss = 0;/* 0:disable, 1:enable */ -+ -+static int rtw_hwpdn_mode =2;/* 0:disable, 1:enable, 2: by EFUSE config */ -+ -+#ifdef CONFIG_HW_PWRP_DETECTION -+static int rtw_hwpwrp_detect = 1; -+#else -+static int rtw_hwpwrp_detect = 0; /* HW power ping detect 0:disable , 1:enable */ -+#endif -+ -+static int rtw_hw_wps_pbc = 0; -+ -+int rtw_mc2u_disable = 0; -+ -+static int rtw_80211d = 0; -+ -+#ifdef CONFIG_QOS_OPTIMIZATION -+static int rtw_qos_opt_enable = 1;/* 0: disable, 1:enable */ -+#else -+static int rtw_qos_opt_enable = 0;/* 0: disable, 1:enable */ -+#endif -+module_param(rtw_qos_opt_enable, int, 0644); -+ -+static char* ifname = "wlan%d"; -+module_param(ifname, charp, 0644); -+MODULE_PARM_DESC(ifname, "The default name to allocate for first interface"); -+ -+char* rtw_initmac = NULL; /* temp mac address if users want to use instead of the mac address in Efuse */ -+ -+module_param(rtw_initmac, charp, 0644); -+module_param(rtw_channel_plan, int, 0644); -+module_param(rtw_chip_version, int, 0644); -+module_param(rtw_rfintfs, int, 0644); -+module_param(rtw_lbkmode, int, 0644); -+module_param(rtw_network_mode, int, 0644); -+module_param(rtw_channel, int, 0644); -+module_param(rtw_wmm_enable, int, 0644); -+module_param(rtw_vrtl_carrier_sense, int, 0644); -+module_param(rtw_vcs_type, int, 0644); -+module_param(rtw_busy_thresh, int, 0644); -+ -+module_param(rtw_ht_enable, int, 0644); -+module_param(rtw_bw_mode, int, 0644); -+module_param(rtw_ampdu_enable, int, 0644); -+module_param(rtw_rx_stbc, int, 0644); -+module_param(rtw_ampdu_amsdu, int, 0644); -+ -+module_param(rtw_lowrate_two_xmit, int, 0644); -+ -+module_param(rtw_rf_config, int, 0644); -+module_param(rtw_power_mgnt, int, 0644); -+module_param(rtw_smart_ps, int, 0644); -+module_param(rtw_low_power, int, 0644); -+module_param(rtw_wifi_spec, int, 0644); -+ -+module_param(rtw_antdiv_cfg, int, 0644); -+module_param(rtw_antdiv_type, int, 0644); -+ -+module_param(rtw_enusbss, int, 0644); -+module_param(rtw_hwpdn_mode, int, 0644); -+module_param(rtw_hwpwrp_detect, int, 0644); -+ -+module_param(rtw_hw_wps_pbc, int, 0644); -+ -+static uint rtw_max_roaming_times =2; -+module_param(rtw_max_roaming_times, uint, 0644); -+MODULE_PARM_DESC(rtw_max_roaming_times,"The max roaming times to try"); -+ -+module_param(rtw_mc2u_disable, int, 0644); -+ -+module_param(rtw_80211d, int, 0644); -+MODULE_PARM_DESC(rtw_80211d, "Enable 802.11d mechanism"); -+ -+static uint rtw_notch_filter = 0; -+module_param(rtw_notch_filter, uint, 0644); -+MODULE_PARM_DESC(rtw_notch_filter, "0:Disable, 1:Enable, 2:Enable only for P2P"); -+ -+#define CONFIG_RTW_HIQ_FILTER 1 -+ -+static uint rtw_hiq_filter = CONFIG_RTW_HIQ_FILTER; -+module_param(rtw_hiq_filter, uint, 0644); -+MODULE_PARM_DESC(rtw_hiq_filter, "0:allow all, 1:allow special, 2:deny all"); -+ -+static int rtw_tx_pwr_lmt_enable = 0; -+static int rtw_tx_pwr_by_rate = 0; -+ -+module_param(rtw_tx_pwr_lmt_enable, int, 0644); -+MODULE_PARM_DESC(rtw_tx_pwr_lmt_enable,"0:Disable, 1:Enable, 2: Depend on efuse"); -+ -+module_param(rtw_tx_pwr_by_rate, int, 0644); -+MODULE_PARM_DESC(rtw_tx_pwr_by_rate,"0:Disable, 1:Enable, 2: Depend on efuse"); -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+char *rtw_phy_file_path = ""; -+module_param(rtw_phy_file_path, charp, 0644); -+MODULE_PARM_DESC(rtw_phy_file_path, "The path of phy parameter"); -+/* PHY FILE Bit Map */ -+/* BIT0 - MAC, 0: non-support, 1: support */ -+/* BIT1 - BB, 0: non-support, 1: support */ -+/* BIT2 - BB_PG, 0: non-support, 1: support */ -+/* BIT3 - BB_MP, 0: non-support, 1: support */ -+/* BIT4 - RF, 0: non-support, 1: support */ -+/* BIT5 - RF_TXPWR_TRACK, 0: non-support, 1: support */ -+/* BIT6 - RF_TXPWR_LMT, 0: non-support, 1: support */ -+static int rtw_load_phy_file = (BIT2|BIT6); -+module_param(rtw_load_phy_file, int, 0644); -+MODULE_PARM_DESC(rtw_load_phy_file,"PHY File Bit Map"); -+static int rtw_decrypt_phy_file = 0; -+module_param(rtw_decrypt_phy_file, int, 0644); -+MODULE_PARM_DESC(rtw_decrypt_phy_file,"Enable Decrypt PHY File"); -+#endif -+ -+int _netdev_open(struct net_device *pnetdev); -+int netdev_open (struct net_device *pnetdev); -+static int netdev_close (struct net_device *pnetdev); -+ -+static uint loadparam(struct adapter *padapter, _nic_hdl pnetdev) -+{ -+ uint status = _SUCCESS; -+ struct registry_priv *registry_par = &padapter->registrypriv; -+ -+ registry_par->chip_version = (u8)rtw_chip_version; -+ registry_par->rfintfs = (u8)rtw_rfintfs; -+ registry_par->lbkmode = (u8)rtw_lbkmode; -+ /* registry_par->hci = (u8)hci; */ -+ registry_par->network_mode = (u8)rtw_network_mode; -+ -+ memcpy(registry_par->ssid.Ssid, "ANY", 3); -+ registry_par->ssid.SsidLength = 3; -+ -+ registry_par->channel = (u8)rtw_channel; -+ registry_par->wireless_mode = (u8)rtw_wireless_mode; -+ -+ if (registry_par->channel > 14) -+ registry_par->channel = 1; -+ -+ registry_par->vrtl_carrier_sense = (u8)rtw_vrtl_carrier_sense ; -+ registry_par->vcs_type = (u8)rtw_vcs_type; -+ registry_par->rts_thresh =(u16)rtw_rts_thresh; -+ registry_par->frag_thresh =(u16)rtw_frag_thresh; -+ registry_par->preamble = (u8)rtw_preamble; -+ registry_par->scan_mode = (u8)rtw_scan_mode; -+ registry_par->adhoc_tx_pwr = (u8)rtw_adhoc_tx_pwr; -+ registry_par->soft_ap = (u8)rtw_soft_ap; -+ registry_par->smart_ps = (u8)rtw_smart_ps; -+ registry_par->check_fw_ps = (u8)rtw_check_fw_ps; -+ registry_par->power_mgnt = (u8)rtw_power_mgnt; -+ registry_par->ips_mode = (u8)rtw_ips_mode; -+ registry_par->radio_enable = (u8)rtw_radio_enable; -+ registry_par->long_retry_lmt = (u8)rtw_long_retry_lmt; -+ registry_par->short_retry_lmt = (u8)rtw_short_retry_lmt; -+ registry_par->busy_thresh = (u16)rtw_busy_thresh; -+ /* registry_par->qos_enable = (u8)rtw_qos_enable; */ -+ registry_par->ack_policy = (u8)rtw_ack_policy; -+ registry_par->software_encrypt = (u8)rtw_software_encrypt; -+ registry_par->software_decrypt = (u8)rtw_software_decrypt; -+ -+ registry_par->acm_method = (u8)rtw_acm_method; -+ registry_par->usb_rxagg_mode = (u8)rtw_usb_rxagg_mode; -+ -+ /* UAPSD */ -+ registry_par->wmm_enable = (u8)rtw_wmm_enable; -+ registry_par->uapsd_enable = (u8)rtw_uapsd_enable; -+ registry_par->uapsd_max_sp = (u8)rtw_uapsd_max_sp; -+ registry_par->uapsd_acbk_en = (u8)rtw_uapsd_acbk_en; -+ registry_par->uapsd_acbe_en = (u8)rtw_uapsd_acbe_en; -+ registry_par->uapsd_acvi_en = (u8)rtw_uapsd_acvi_en; -+ registry_par->uapsd_acvo_en = (u8)rtw_uapsd_acvo_en; -+ -+ registry_par->ht_enable = (u8)rtw_ht_enable; -+ registry_par->bw_mode = (u8)rtw_bw_mode; -+ registry_par->ampdu_enable = (u8)rtw_ampdu_enable; -+ registry_par->rx_stbc = (u8)rtw_rx_stbc; -+ registry_par->ampdu_amsdu = (u8)rtw_ampdu_amsdu; -+ registry_par->short_gi = (u8)rtw_short_gi; -+ registry_par->ldpc_cap = (u8)rtw_ldpc_cap; -+ registry_par->stbc_cap = (u8)rtw_stbc_cap; -+ registry_par->beamform_cap = (u8)rtw_beamform_cap; -+ -+ registry_par->lowrate_two_xmit = (u8)rtw_lowrate_two_xmit; -+ registry_par->rf_config = (u8)rtw_rf_config; -+ registry_par->low_power = (u8)rtw_low_power; -+ -+ -+ registry_par->wifi_spec = (u8)rtw_wifi_spec; -+ -+ registry_par->channel_plan = (u8)rtw_channel_plan; -+ -+ registry_par->btcoex = (u8)rtw_btcoex_enable; -+ registry_par->bt_iso = (u8)rtw_bt_iso; -+ registry_par->bt_sco = (u8)rtw_bt_sco; -+ registry_par->bt_ampdu = (u8)rtw_bt_ampdu; -+ registry_par->ant_num = (s8)rtw_ant_num; -+ -+ registry_par->bAcceptAddbaReq = (u8)rtw_AcceptAddbaReq; -+ -+ registry_par->antdiv_cfg = (u8)rtw_antdiv_cfg; -+ registry_par->antdiv_type = (u8)rtw_antdiv_type; -+ -+ registry_par->hw_wps_pbc = (u8)rtw_hw_wps_pbc; -+ -+ registry_par->max_roaming_times = (u8)rtw_max_roaming_times; -+#ifdef CONFIG_INTEL_WIDI -+ registry_par->max_roaming_times = (u8)rtw_max_roaming_times + 2; -+#endif /* CONFIG_INTEL_WIDI */ -+ -+ registry_par->enable80211d = (u8)rtw_80211d; -+ -+ snprintf(registry_par->ifname, 16, "%s", ifname); -+ -+ registry_par->notch_filter = (u8)rtw_notch_filter; -+ -+ registry_par->RegEnableTxPowerLimit = (u8)rtw_tx_pwr_lmt_enable; -+ registry_par->RegEnableTxPowerByRate = (u8)rtw_tx_pwr_by_rate; -+ -+ registry_par->RegPowerBase = 14; -+ registry_par->TxBBSwing_2G = 0xFF; -+ registry_par->TxBBSwing_5G = 0xFF; -+ registry_par->bEn_RFE = 1; -+ registry_par->RFE_Type = 64; -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ registry_par->load_phy_file = (u8)rtw_load_phy_file; -+ registry_par->RegDecryptCustomFile = (u8)rtw_decrypt_phy_file; -+#endif -+ registry_par->qos_opt_enable = (u8)rtw_qos_opt_enable; -+ -+ registry_par->hiq_filter = (u8)rtw_hiq_filter; -+ return status; -+} -+ -+static int rtw_net_set_mac_address(struct net_device *pnetdev, void *p) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); -+ struct sockaddr *addr = p; -+ -+ if (padapter->bup == false) -+ { -+ /* DBG_871X("r8711_net_set_mac_address(), MAC =%x:%x:%x:%x:%x:%x\n", addr->sa_data[0], addr->sa_data[1], addr->sa_data[2], addr->sa_data[3], */ -+ /* addr->sa_data[4], addr->sa_data[5]); */ -+ memcpy(padapter->eeprompriv.mac_addr, addr->sa_data, ETH_ALEN); -+ /* memcpy(pnetdev->dev_addr, addr->sa_data, ETH_ALEN); */ -+ /* padapter->bset_hwaddr = true; */ -+ } -+ -+ return 0; -+} -+ -+static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct recv_priv *precvpriv = &(padapter->recvpriv); -+ -+ padapter->stats.tx_packets = pxmitpriv->tx_pkts;/* pxmitpriv->tx_pkts++; */ -+ padapter->stats.rx_packets = precvpriv->rx_pkts;/* precvpriv->rx_pkts++; */ -+ padapter->stats.tx_dropped = pxmitpriv->tx_drop; -+ padapter->stats.rx_dropped = precvpriv->rx_drop; -+ padapter->stats.tx_bytes = pxmitpriv->tx_bytes; -+ padapter->stats.rx_bytes = precvpriv->rx_bytes; -+ -+ return &padapter->stats; -+} -+ -+/* -+ * AC to queue mapping -+ * -+ * AC_VO -> queue 0 -+ * AC_VI -> queue 1 -+ * AC_BE -> queue 2 -+ * AC_BK -> queue 3 -+ */ -+static const u16 rtw_1d_to_queue[8] = { 2, 3, 3, 2, 1, 1, 0, 0 }; -+ -+/* Given a data frame determine the 802.1p/1d tag to use. */ -+static unsigned int rtw_classify8021d(struct sk_buff *skb) -+{ -+ unsigned int dscp; -+ -+ /* skb->priority values from 256->263 are magic values to -+ * directly indicate a specific 802.1d priority. This is used -+ * to allow 802.1d priority to be passed directly in from VLAN -+ * tags, etc. -+ */ -+ if (skb->priority >= 256 && skb->priority <= 263) -+ return skb->priority - 256; -+ -+ switch (skb->protocol) { -+ case htons(ETH_P_IP): -+ dscp = ip_hdr(skb)->tos & 0xfc; -+ break; -+ default: -+ return 0; -+ } -+ -+ return dscp >> 5; -+} -+ -+ -+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb -+ , void *accel_priv -+ , select_queue_fallback_t fallback -+) -+{ -+ struct adapter *padapter = rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ skb->priority = rtw_classify8021d(skb); -+ -+ if (pmlmepriv->acm_mask != 0) -+ { -+ skb->priority = qos_acm(pmlmepriv->acm_mask, skb->priority); -+ } -+ -+ return rtw_1d_to_queue[skb->priority]; -+} -+ -+u16 rtw_recv_select_queue(struct sk_buff *skb) -+{ -+ struct iphdr *piphdr; -+ unsigned int dscp; -+ __be16 eth_type; -+ u32 priority; -+ u8 *pdata = skb->data; -+ -+ memcpy(ð_type, pdata+(ETH_ALEN<<1), 2); -+ -+ switch (be16_to_cpu(eth_type)) { -+ case ETH_P_IP: -+ -+ piphdr = (struct iphdr *)(pdata+ETH_HLEN); -+ -+ dscp = piphdr->tos & 0xfc; -+ -+ priority = dscp >> 5; -+ -+ break; -+ default: -+ priority = 0; -+ } -+ -+ return rtw_1d_to_queue[priority]; -+ -+} -+ -+static int rtw_ndev_notifier_call(struct notifier_block * nb, unsigned long state, void *ptr) -+{ -+ struct net_device *dev = netdev_notifier_info_to_dev(ptr); -+ -+ if (dev->netdev_ops->ndo_do_ioctl != rtw_ioctl) -+ return NOTIFY_DONE; -+ -+ DBG_871X_LEVEL(_drv_info_, FUNC_NDEV_FMT" state:%lu\n", FUNC_NDEV_ARG(dev), state); -+ -+ switch (state) { -+ case NETDEV_CHANGENAME: -+ rtw_adapter_proc_replace(dev); -+ break; -+ } -+ -+ return NOTIFY_DONE; -+} -+ -+static struct notifier_block rtw_ndev_notifier = { -+ .notifier_call = rtw_ndev_notifier_call, -+}; -+ -+int rtw_ndev_notifier_register(void) -+{ -+ return register_netdevice_notifier(&rtw_ndev_notifier); -+} -+ -+void rtw_ndev_notifier_unregister(void) -+{ -+ unregister_netdevice_notifier(&rtw_ndev_notifier); -+} -+ -+ -+static int rtw_ndev_init(struct net_device *dev) -+{ -+ struct adapter *adapter = rtw_netdev_priv(dev); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(adapter)); -+ strncpy(adapter->old_ifname, dev->name, IFNAMSIZ); -+ rtw_adapter_proc_init(dev); -+ -+ return 0; -+} -+ -+static void rtw_ndev_uninit(struct net_device *dev) -+{ -+ struct adapter *adapter = rtw_netdev_priv(dev); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(adapter)); -+ rtw_adapter_proc_deinit(dev); -+} -+ -+static const struct net_device_ops rtw_netdev_ops = { -+ .ndo_init = rtw_ndev_init, -+ .ndo_uninit = rtw_ndev_uninit, -+ .ndo_open = netdev_open, -+ .ndo_stop = netdev_close, -+ .ndo_start_xmit = rtw_xmit_entry, -+ .ndo_select_queue = rtw_select_queue, -+ .ndo_set_mac_address = rtw_net_set_mac_address, -+ .ndo_get_stats = rtw_net_get_stats, -+ .ndo_do_ioctl = rtw_ioctl, -+}; -+ -+int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) -+{ -+ if (dev_alloc_name(pnetdev, ifname) < 0) -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("dev_alloc_name, fail!\n")); -+ -+ netif_carrier_off(pnetdev); -+ /* rtw_netif_stop_queue(pnetdev); */ -+ -+ return 0; -+} -+ -+struct net_device *rtw_init_netdev(struct adapter *old_padapter) -+{ -+ struct adapter *padapter; -+ struct net_device *pnetdev; -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("+init_net_dev\n")); -+ -+ if (old_padapter != NULL) -+ pnetdev = rtw_alloc_etherdev_with_old_priv(sizeof(struct adapter), (void *)old_padapter); -+ else -+ pnetdev = rtw_alloc_etherdev(sizeof(struct adapter)); -+ -+ if (!pnetdev) -+ return NULL; -+ -+ padapter = rtw_netdev_priv(pnetdev); -+ padapter->pnetdev = pnetdev; -+ -+ /* pnetdev->init = NULL; */ -+ -+ DBG_871X("register rtw_netdev_ops to netdev_ops\n"); -+ pnetdev->netdev_ops = &rtw_netdev_ops; -+ -+ /* pnetdev->tx_timeout = NULL; */ -+ pnetdev->watchdog_timeo = HZ*3; /* 3 second timeout */ -+ pnetdev->wireless_handlers = (struct iw_handler_def *)&rtw_handlers_def; -+ -+ /* step 2. */ -+ loadparam(padapter, pnetdev); -+ -+ return pnetdev; -+} -+ -+void rtw_unregister_netdevs(struct dvobj_priv *dvobj) -+{ -+ struct adapter *padapter = NULL; -+ struct net_device *pnetdev = NULL; -+ -+ padapter = dvobj->padapters; -+ -+ if (padapter == NULL) -+ return; -+ -+ pnetdev = padapter->pnetdev; -+ -+ if ((padapter->DriverState != DRIVER_DISAPPEAR) && pnetdev) -+ unregister_netdev(pnetdev); /* will call netdev_close() */ -+ rtw_wdev_unregister(padapter->rtw_wdev); -+} -+ -+u32 rtw_start_drv_threads(struct adapter *padapter) -+{ -+ u32 _status = _SUCCESS; -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("+rtw_start_drv_threads\n")); -+ padapter->xmitThread = kthread_run(rtw_xmit_thread, padapter, "RTW_XMIT_THREAD"); -+ if (IS_ERR(padapter->xmitThread)) -+ _status = _FAIL; -+ -+ padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); -+ if (IS_ERR(padapter->cmdThread)) -+ _status = _FAIL; -+ else -+ down(&padapter->cmdpriv.terminate_cmdthread_sema); /* wait for cmd_thread to run */ -+ -+ rtw_hal_start_thread(padapter); -+ return _status; -+} -+ -+void rtw_stop_drv_threads (struct adapter *padapter) -+{ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("+rtw_stop_drv_threads\n")); -+ -+ rtw_stop_cmd_thread(padapter); -+ -+ /* Below is to termindate tx_thread... */ -+ up(&padapter->xmitpriv.xmit_sema); -+ down(&padapter->xmitpriv.terminate_xmitthread_sema); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("\n drv_halt: rtw_xmit_thread can be terminated !\n")); -+ -+ rtw_hal_stop_thread(padapter); -+} -+ -+static u8 rtw_init_default_value(struct adapter *padapter) -+{ -+ u8 ret = _SUCCESS; -+ struct registry_priv* pregistrypriv = &padapter->registrypriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ /* xmit_priv */ -+ pxmitpriv->vcs_setting = pregistrypriv->vrtl_carrier_sense; -+ pxmitpriv->vcs = pregistrypriv->vcs_type; -+ pxmitpriv->vcs_type = pregistrypriv->vcs_type; -+ /* pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; */ -+ pxmitpriv->frag_len = pregistrypriv->frag_thresh; -+ -+ /* recv_priv */ -+ -+ /* mlme_priv */ -+ pmlmepriv->scan_mode = SCAN_ACTIVE; -+ -+ /* qos_priv */ -+ /* pmlmepriv->qospriv.qos_option = pregistrypriv->wmm_enable; */ -+ -+ /* ht_priv */ -+ pmlmepriv->htpriv.ampdu_enable = false;/* set to disabled */ -+ -+ /* security_priv */ -+ /* rtw_get_encrypt_decrypt_from_registrypriv(padapter); */ -+ psecuritypriv->binstallGrpkey = _FAIL; -+#ifdef CONFIG_GTK_OL -+ psecuritypriv->binstallKCK_KEK = _FAIL; -+#endif /* CONFIG_GTK_OL */ -+ psecuritypriv->sw_encrypt =pregistrypriv->software_encrypt; -+ psecuritypriv->sw_decrypt =pregistrypriv->software_decrypt; -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ -+ psecuritypriv->dot11PrivacyKeyIndex = 0; -+ -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpKeyid = 1; -+ -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ psecuritypriv->ndisencryptstatus = Ndis802_11WEPDisabled; -+ -+ /* registry_priv */ -+ rtw_init_registrypriv_dev_network(padapter); -+ rtw_update_registrypriv_dev_network(padapter); -+ -+ /* hal_priv */ -+ rtw_hal_def_value_init(padapter); -+ -+ /* misc. */ -+ RTW_ENABLE_FUNC(padapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(padapter, DF_TX_BIT); -+ padapter->bLinkInfoDump = 0; -+ padapter->bNotifyChannelChange = 0; -+ -+ /* for debug purpose */ -+ padapter->fix_rate = 0xFF; -+ padapter->driver_ampdu_spacing = 0xFF; -+ padapter->driver_rx_ampdu_factor = 0xFF; -+ -+ return ret; -+} -+ -+struct dvobj_priv *devobj_init(void) -+{ -+ struct dvobj_priv *pdvobj = NULL; -+ -+ if ((pdvobj = (struct dvobj_priv*)rtw_zmalloc(sizeof(*pdvobj))) == NULL) -+ return NULL; -+ -+ mutex_init(&pdvobj->hw_init_mutex); -+ mutex_init(&pdvobj->h2c_fwcmd_mutex); -+ mutex_init(&pdvobj->setch_mutex); -+ mutex_init(&pdvobj->setbw_mutex); -+ -+ spin_lock_init(&pdvobj->lock); -+ -+ pdvobj->macid[1] = true; /* macid = 1 for bc/mc stainfo */ -+ -+ pdvobj->processing_dev_remove = false; -+ -+ atomic_set(&pdvobj->disable_func, 0); -+ -+ spin_lock_init(&pdvobj->cam_ctl.lock); -+ -+ return pdvobj; -+} -+ -+void devobj_deinit(struct dvobj_priv *pdvobj) -+{ -+ if (!pdvobj) -+ return; -+ -+ mutex_destroy(&pdvobj->hw_init_mutex); -+ mutex_destroy(&pdvobj->h2c_fwcmd_mutex); -+ mutex_destroy(&pdvobj->setch_mutex); -+ mutex_destroy(&pdvobj->setbw_mutex); -+ -+ kfree((u8 *)pdvobj); -+} -+ -+u8 rtw_reset_drv_sw(struct adapter *padapter) -+{ -+ u8 ret8 = _SUCCESS; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ /* hal_priv */ -+ if (is_primary_adapter(padapter)) -+ rtw_hal_def_value_init(padapter); -+ -+ RTW_ENABLE_FUNC(padapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(padapter, DF_TX_BIT); -+ padapter->bLinkInfoDump = 0; -+ -+ padapter->xmitpriv.tx_pkts = 0; -+ padapter->recvpriv.rx_pkts = 0; -+ -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = false; -+ -+ /* pmlmepriv->LinkDetectInfo.TrafficBusyState = false; */ -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount = 0; -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY |_FW_UNDER_LINKING); -+ -+ pwrctrlpriv->pwr_state_check_cnts = 0; -+ -+ /* mlmeextpriv */ -+ padapter->mlmeextpriv.sitesurvey_res.state = SCAN_DISABLE; -+ -+ rtw_set_signal_stat_timer(&padapter->recvpriv); -+ -+ return ret8; -+} -+ -+ -+u8 rtw_init_drv_sw(struct adapter *padapter) -+{ -+ u8 ret8 = _SUCCESS; -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("+rtw_init_drv_sw\n")); -+ -+ ret8 = rtw_init_default_value(padapter); -+ -+ rtw_init_hal_com_default_value(padapter); -+ -+ if ((rtw_init_cmd_priv(&padapter->cmdpriv)) == _FAIL) { -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("\n Can't init cmd_priv\n")); -+ ret8 = _FAIL; -+ goto exit; -+ } -+ -+ padapter->cmdpriv.padapter =padapter; -+ -+ if ((rtw_init_evt_priv(&padapter->evtpriv)) == _FAIL) { -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("\n Can't init evt_priv\n")); -+ ret8 = _FAIL; -+ goto exit; -+ } -+ -+ -+ if (rtw_init_mlme_priv(padapter) == _FAIL) { -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("\n Can't init mlme_priv\n")); -+ ret8 = _FAIL; -+ goto exit; -+ } -+ -+ if (init_mlme_ext_priv(padapter) == _FAIL) { -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("\n Can't init mlme_ext_priv\n")); -+ ret8 = _FAIL; -+ goto exit; -+ } -+ -+ if (_rtw_init_xmit_priv(&padapter->xmitpriv, padapter) == _FAIL) { -+ DBG_871X("Can't _rtw_init_xmit_priv\n"); -+ ret8 = _FAIL; -+ goto exit; -+ } -+ -+ if (_rtw_init_recv_priv(&padapter->recvpriv, padapter) == _FAIL) { -+ DBG_871X("Can't _rtw_init_recv_priv\n"); -+ ret8 = _FAIL; -+ goto exit; -+ } -+ /* add for CONFIG_IEEE80211W, none 11w also can use */ -+ spin_lock_init(&padapter->security_key_mutex); -+ -+ /* We don't need to memset padapter->XXX to zero, because adapter is allocated by vzalloc(). */ -+ /* memset((unsigned char *)&padapter->securitypriv, 0, sizeof (struct security_priv)); */ -+ -+ if (_rtw_init_sta_priv(&padapter->stapriv) == _FAIL) { -+ DBG_871X("Can't _rtw_init_sta_priv\n"); -+ ret8 = _FAIL; -+ goto exit; -+ } -+ -+ padapter->stapriv.padapter = padapter; -+ padapter->setband = GHZ24_50; -+ padapter->fix_rate = 0xFF; -+ rtw_init_bcmc_stainfo(padapter); -+ -+ rtw_init_pwrctrl_priv(padapter); -+ -+ rtw_hal_dm_init(padapter); -+ -+#ifdef CONFIG_INTEL_WIDI -+ if (rtw_init_intel_widi(padapter) == _FAIL) { -+ DBG_871X("Can't rtw_init_intel_widi\n"); -+ ret8 = _FAIL; -+ goto exit; -+ } -+#endif /* CONFIG_INTEL_WIDI */ -+ -+exit: -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("-rtw_init_drv_sw\n")); -+ -+ return ret8; -+} -+ -+void rtw_cancel_all_timer(struct adapter *padapter) -+{ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("+rtw_cancel_all_timer\n")); -+ -+ del_timer_sync(&padapter->mlmepriv.assoc_timer); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel association timer complete!\n")); -+ -+ del_timer_sync(&padapter->mlmepriv.scan_to_timer); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel scan_to_timer!\n")); -+ -+ del_timer_sync(&padapter->mlmepriv.dynamic_chk_timer); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel dynamic_chk_timer!\n")); -+ -+ del_timer_sync(&(adapter_to_pwrctl(padapter)->pwr_state_check_timer)); -+ -+ del_timer_sync(&padapter->mlmepriv.set_scan_deny_timer); -+ rtw_clear_scan_deny(padapter); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel set_scan_deny_timer!\n")); -+ -+ del_timer_sync(&padapter->recvpriv.signal_stat_timer); -+ -+ /* cancel dm timer */ -+ rtw_hal_dm_deinit(padapter); -+} -+ -+u8 rtw_free_drv_sw(struct adapter *padapter) -+{ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("==>rtw_free_drv_sw")); -+ -+#ifdef CONFIG_INTEL_WIDI -+ rtw_free_intel_widi(padapter); -+#endif /* CONFIG_INTEL_WIDI */ -+ -+ free_mlme_ext_priv(&padapter->mlmeextpriv); -+ -+ rtw_free_cmd_priv(&padapter->cmdpriv); -+ -+ rtw_free_evt_priv(&padapter->evtpriv); -+ -+ rtw_free_mlme_priv(&padapter->mlmepriv); -+ -+ /* free_io_queue(padapter); */ -+ -+ _rtw_free_xmit_priv(&padapter->xmitpriv); -+ -+ _rtw_free_sta_priv(&padapter->stapriv); /* will free bcmc_stainfo here */ -+ -+ _rtw_free_recv_priv(&padapter->recvpriv); -+ -+ rtw_free_pwrctrl_priv(padapter); -+ -+ /* kfree((void *)padapter); */ -+ -+ rtw_hal_free_data(padapter); -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("<==rtw_free_drv_sw\n")); -+ -+ /* free the old_pnetdev */ -+ if (padapter->rereg_nd_name_priv.old_pnetdev) { -+ free_netdev(padapter->rereg_nd_name_priv.old_pnetdev); -+ padapter->rereg_nd_name_priv.old_pnetdev = NULL; -+ } -+ -+ /* clear pbuddystruct adapter to avoid access wrong pointer. */ -+ if (padapter->pbuddy_adapter != NULL) -+ padapter->pbuddy_adapter->pbuddy_adapter = NULL; -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("-rtw_free_drv_sw\n")); -+ -+ return _SUCCESS; -+} -+ -+static int _rtw_drv_register_netdev(struct adapter *padapter, char *name) -+{ -+ int ret = _SUCCESS; -+ struct net_device *pnetdev = padapter->pnetdev; -+ -+ /* alloc netdev name */ -+ rtw_init_netdev_name(pnetdev, name); -+ -+ memcpy(pnetdev->dev_addr, padapter->eeprompriv.mac_addr, ETH_ALEN); -+ -+ /* Tell the network stack we exist */ -+ if (register_netdev(pnetdev) != 0) { -+ DBG_871X(FUNC_NDEV_FMT "Failed!\n", FUNC_NDEV_ARG(pnetdev)); -+ ret = _FAIL; -+ goto error_register_netdev; -+ } -+ -+ DBG_871X("%s, MAC Address (if%d) = " MAC_FMT "\n", __func__, (padapter->iface_id+1), MAC_ARG(pnetdev->dev_addr)); -+ -+ return ret; -+ -+error_register_netdev: -+ -+ rtw_free_drv_sw(padapter); -+ -+ rtw_free_netdev(pnetdev); -+ -+ return ret; -+} -+ -+int rtw_drv_register_netdev(struct adapter *if1) -+{ -+ struct dvobj_priv *dvobj = if1->dvobj; -+ struct adapter *padapter = dvobj->padapters; -+ char *name = if1->registrypriv.ifname; -+ -+ return _rtw_drv_register_netdev(padapter, name); -+} -+ -+int _netdev_open(struct net_device *pnetdev) -+{ -+ uint status; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("+871x_drv - dev_open\n")); -+ DBG_871X("+871x_drv - drv_open, bup =%d\n", padapter->bup); -+ -+ padapter->netif_up = true; -+ -+ if (pwrctrlpriv->ps_flag == true) { -+ padapter->net_closed = false; -+ goto netdev_open_normal_process; -+ } -+ -+ if (padapter->bup == false) { -+ padapter->bDriverStopped = false; -+ padapter->bSurpriseRemoved = false; -+ padapter->bCardDisableWOHSM = false; -+ -+ status = rtw_hal_init(padapter); -+ if (status == _FAIL) { -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("rtl871x_hal_init(): Can't init h/w!\n")); -+ goto netdev_open_error; -+ } -+ -+ DBG_871X("MAC Address = "MAC_FMT"\n", MAC_ARG(pnetdev->dev_addr)); -+ -+ status =rtw_start_drv_threads(padapter); -+ if (status == _FAIL) { -+ DBG_871X("Initialize driver software resource Failed!\n"); -+ goto netdev_open_error; -+ } -+ -+ if (padapter->intf_start) -+ padapter->intf_start(padapter); -+ -+ rtw_cfg80211_init_wiphy(padapter); -+ -+ padapter->bup = true; -+ pwrctrlpriv->bips_processing = false; -+ } -+ padapter->net_closed = false; -+ -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ -+ if (!rtw_netif_queue_stopped(pnetdev)) -+ rtw_netif_start_queue(pnetdev); -+ else -+ rtw_netif_wake_queue(pnetdev); -+ -+netdev_open_normal_process: -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("-871x_drv - dev_open\n")); -+ DBG_871X("-871x_drv - drv_open, bup =%d\n", padapter->bup); -+ -+ return 0; -+ -+netdev_open_error: -+ -+ padapter->bup = false; -+ -+ netif_carrier_off(pnetdev); -+ rtw_netif_stop_queue(pnetdev); -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("-871x_drv - dev_open, fail!\n")); -+ DBG_871X("-871x_drv - drv_open fail, bup =%d\n", padapter->bup); -+ -+ return (-1); -+ -+} -+ -+int netdev_open(struct net_device *pnetdev) -+{ -+ int ret; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if (pwrctrlpriv->bInSuspend == true) -+ { -+ DBG_871X("+871x_drv - drv_open, bInSuspend =%d\n", pwrctrlpriv->bInSuspend); -+ return 0; -+ } -+ -+ if (mutex_lock_interruptible(&(adapter_to_dvobj(padapter)->hw_init_mutex))) -+ return -1; -+ -+ ret = _netdev_open(pnetdev); -+ mutex_unlock(&(adapter_to_dvobj(padapter)->hw_init_mutex)); -+ -+ return ret; -+} -+ -+static int ips_netdrv_open(struct adapter *padapter) -+{ -+ int status = _SUCCESS; -+ /* struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); */ -+ -+ padapter->net_closed = false; -+ -+ DBG_871X("===> %s.........\n", __func__); -+ -+ -+ padapter->bDriverStopped = false; -+ padapter->bCardDisableWOHSM = false; -+ /* padapter->bup = true; */ -+ -+ status = rtw_hal_init(padapter); -+ if (status == _FAIL) -+ { -+ RT_TRACE(_module_os_intfs_c_, _drv_err_, ("ips_netdrv_open(): Can't init h/w!\n")); -+ goto netdev_open_error; -+ } -+ -+ if (padapter->intf_start) -+ { -+ padapter->intf_start(padapter); -+ } -+ -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ -+ return _SUCCESS; -+ -+netdev_open_error: -+ /* padapter->bup = false; */ -+ DBG_871X("-ips_netdrv_open - drv_open failure, bup =%d\n", padapter->bup); -+ -+ return _FAIL; -+} -+ -+ -+int rtw_ips_pwr_up(struct adapter *padapter) -+{ -+ int result; -+ DBG_871X("===> rtw_ips_pwr_up..............\n"); -+ -+ result = ips_netdrv_open(padapter); -+ -+ DBG_871X("<=== rtw_ips_pwr_up..............\n"); -+ return result; -+ -+} -+ -+void rtw_ips_pwr_down(struct adapter *padapter) -+{ -+ DBG_871X("===> rtw_ips_pwr_down...................\n"); -+ -+ padapter->bCardDisableWOHSM = true; -+ padapter->net_closed = true; -+ -+ rtw_ips_dev_unload(padapter); -+ padapter->bCardDisableWOHSM = false; -+ DBG_871X("<=== rtw_ips_pwr_down.....................\n"); -+} -+ -+void rtw_ips_dev_unload(struct adapter *padapter) -+{ -+ DBG_871X("====> %s...\n", __func__); -+ -+ -+ if (padapter->bSurpriseRemoved == false) -+ { -+ rtw_hal_deinit(padapter); -+ } -+ -+} -+ -+ -+static int pm_netdev_open(struct net_device *pnetdev, u8 bnormal) -+{ -+ int status = -1; -+ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); -+ -+ if (true == bnormal) -+ { -+ if (mutex_lock_interruptible(&(adapter_to_dvobj(padapter)->hw_init_mutex)) == 0) { -+ status = _netdev_open(pnetdev); -+ mutex_unlock(&(adapter_to_dvobj(padapter)->hw_init_mutex)); -+ } -+ } -+ else -+ status = (_SUCCESS == ips_netdrv_open(padapter))?(0):(-1); -+ -+ return status; -+} -+ -+static int netdev_close(struct net_device *pnetdev) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("+871x_drv - drv_close\n")); -+ -+ if (pwrctl->bInternalAutoSuspend == true) -+ { -+ /* rtw_pwr_wakeup(padapter); */ -+ if (pwrctl->rf_pwrstate == rf_off) -+ pwrctl->ps_flag = true; -+ } -+ padapter->net_closed = true; -+ padapter->netif_up = false; -+ -+/*if (!padapter->hw_init_completed) -+ { -+ DBG_871X("(1)871x_drv - drv_close, bup =%d, hw_init_completed =%d\n", padapter->bup, padapter->hw_init_completed); -+ -+ padapter->bDriverStopped = true; -+ -+ rtw_dev_unload(padapter); -+ } -+ else*/ -+ if (pwrctl->rf_pwrstate == rf_on) { -+ DBG_871X("(2)871x_drv - drv_close, bup =%d, hw_init_completed =%d\n", padapter->bup, padapter->hw_init_completed); -+ -+ /* s1. */ -+ if (pnetdev) -+ { -+ if (!rtw_netif_queue_stopped(pnetdev)) -+ rtw_netif_stop_queue(pnetdev); -+ } -+ -+ /* s2. */ -+ LeaveAllPowerSaveMode(padapter); -+ rtw_disassoc_cmd(padapter, 500, false); -+ /* s2-2. indicate disconnect to os */ -+ rtw_indicate_disconnect(padapter); -+ /* s2-3. */ -+ rtw_free_assoc_resources(padapter, 1); -+ /* s2-4. */ -+ rtw_free_network_queue(padapter, true); -+ } -+ -+ rtw_scan_abort(padapter); -+ adapter_wdev_data(padapter)->bandroid_scan = false; -+ -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("-871x_drv - drv_close\n")); -+ DBG_871X("-871x_drv - drv_close, bup =%d\n", padapter->bup); -+ -+ return 0; -+ -+} -+ -+void rtw_ndev_destructor(struct net_device *ndev) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ if (ndev->ieee80211_ptr) -+ kfree((u8 *)ndev->ieee80211_ptr); -+ -+ free_netdev(ndev); -+} -+ -+void rtw_dev_unload(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *pobjpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &pobjpriv->drv_dbg; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 cnt = 0; -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("+%s\n", __func__)); -+ -+ if (padapter->bup == true) -+ { -+ DBG_871X("===> %s\n", __func__); -+ -+ padapter->bDriverStopped = true; -+ if (padapter->xmitpriv.ack_tx) -+ rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_DRV_STOP); -+ -+ if (padapter->intf_stop) -+ padapter->intf_stop(padapter); -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("@ rtw_dev_unload: stop intf complete!\n")); -+ -+ if (!pwrctl->bInternalAutoSuspend) -+ rtw_stop_drv_threads(padapter); -+ -+ while (atomic_read(&(pcmdpriv->cmdthd_running)) == true) { -+ if (cnt > 5) { -+ DBG_871X("stop cmdthd timeout\n"); -+ break; -+ } else { -+ cnt ++; -+ DBG_871X("cmdthd is running(%d)\n", cnt); -+ msleep(10); -+ } -+ } -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("@ %s: stop thread complete!\n", __func__)); -+ -+ /* check the status of IPS */ -+ if (rtw_hal_check_ips_status(padapter) == true || pwrctl->rf_pwrstate == rf_off) { /* check HW status and SW state */ -+ DBG_871X_LEVEL(_drv_always_, "%s: driver in IPS-FWLPS\n", __func__); -+ pdbgpriv->dbg_dev_unload_inIPS_cnt++; -+ LeaveAllPowerSaveMode(padapter); -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "%s: driver not in IPS\n", __func__); -+ } -+ -+ if (padapter->bSurpriseRemoved == false) -+ { -+ rtw_btcoex_IpsNotify(padapter, pwrctl->ips_mode_req); -+#ifdef CONFIG_WOWLAN -+ if (pwrctl->bSupportRemoteWakeup == true && -+ pwrctl->wowlan_mode ==true) { -+ DBG_871X_LEVEL(_drv_always_, "%s bSupportRemoteWakeup ==true do not run rtw_hal_deinit()\n", __func__); -+ } -+ else -+#endif -+ { -+ /* amy modify 20120221 for power seq is different between driver open and ips */ -+ rtw_hal_deinit(padapter); -+ } -+ padapter->bSurpriseRemoved = true; -+ } -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("@ %s: deinit hal complelt!\n", __func__)); -+ -+ padapter->bup = false; -+ -+ DBG_871X("<=== %s\n", __func__); -+ } -+ else { -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("%s: bup ==false\n", __func__)); -+ DBG_871X("%s: bup ==false\n", __func__); -+ } -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("-%s\n", __func__)); -+} -+ -+static int rtw_suspend_free_assoc_resource(struct adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) { -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED)) -+ { -+ DBG_871X("%s %s(" MAC_FMT "), length:%d assoc_ssid.length:%d\n", __func__, -+ pmlmepriv->cur_network.network.Ssid.Ssid, -+ MAC_ARG(pmlmepriv->cur_network.network.MacAddress), -+ pmlmepriv->cur_network.network.Ssid.SsidLength, -+ pmlmepriv->assoc_ssid.SsidLength); -+ rtw_set_to_roam(padapter, 1); -+ } -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) && check_fwstate(pmlmepriv, _FW_LINKED)) -+ { -+ rtw_disassoc_cmd(padapter, 0, false); -+ /* s2-2. indicate disconnect to os */ -+ rtw_indicate_disconnect(padapter); -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ rtw_sta_flush(padapter); -+ } -+ -+ /* s2-3. */ -+ rtw_free_assoc_resources(padapter, 1); -+ -+ /* s2-4. */ -+ rtw_free_network_queue(padapter, true); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) -+ rtw_indicate_scan_done(padapter, 1); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == true) -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: fw_under_linking\n", __func__); -+ rtw_indicate_disconnect(padapter); -+ } -+ -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return _SUCCESS; -+} -+ -+#ifdef CONFIG_WOWLAN -+int rtw_suspend_wow(struct adapter *padapter) -+{ -+ u8 ch, bw, offset; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct wowlan_ioctl_param poidparam; -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ -+ DBG_871X("wowlan_mode: %d\n", pwrpriv->wowlan_mode); -+ DBG_871X("wowlan_pno_enable: %d\n", pwrpriv->wowlan_pno_enable); -+ -+ if (pwrpriv->wowlan_mode == true) { -+ if (pnetdev) -+ rtw_netif_stop_queue(pnetdev); -+ /* 1. stop thread */ -+ padapter->bDriverStopped = true; /* for stop thread */ -+ rtw_stop_drv_threads(padapter); -+ padapter->bDriverStopped = false; /* for 32k command */ -+ -+ /* 2. disable interrupt */ -+ if (padapter->intf_stop) { -+ padapter->intf_stop(padapter); -+ } -+ -+ /* 2.1 clean interupt */ -+ if (padapter->HalFunc.clear_interrupt) -+ padapter->HalFunc.clear_interrupt(padapter); -+ -+ /* 2.2 free irq */ -+ /* sdio_free_irq(adapter_to_dvobj(padapter)); */ -+ if (padapter->intf_free_irq) -+ padapter->intf_free_irq(adapter_to_dvobj(padapter)); -+ -+ poidparam.subcode = WOWLAN_ENABLE; -+ padapter->HalFunc.SetHwRegHandler(padapter, HW_VAR_WOWLAN, (u8 *)&poidparam); -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) { -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED)) -+ { -+ DBG_871X("%s %s(" MAC_FMT "), length:%d assoc_ssid.length:%d\n", __func__, -+ pmlmepriv->cur_network.network.Ssid.Ssid, -+ MAC_ARG(pmlmepriv->cur_network.network.MacAddress), -+ pmlmepriv->cur_network.network.Ssid.SsidLength, -+ pmlmepriv->assoc_ssid.SsidLength); -+ -+ rtw_set_to_roam(padapter, 0); -+ } -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, "%s: wowmode suspending\n", __func__); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: fw_under_survey\n", __func__); -+ rtw_indicate_scan_done(padapter, 1); -+ clr_fwstate(pmlmepriv, _FW_UNDER_SURVEY); -+ } -+ -+ if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ set_channel_bwmode(padapter, ch, offset, bw); -+ } -+ -+ if (pwrpriv->wowlan_pno_enable) -+ DBG_871X_LEVEL(_drv_always_, "%s: pno: %d\n", __func__, pwrpriv->wowlan_pno_enable); -+ else -+ rtw_set_ps_mode(padapter, PS_MODE_DTIM, 0, 0, "WOWLAN"); -+ -+ } -+ else -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: ### ERROR ### wowlan_mode =%d\n", __func__, pwrpriv->wowlan_mode); -+ } -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+#endif /* ifdef CONFIG_WOWLAN */ -+ -+#ifdef CONFIG_AP_WOWLAN -+int rtw_suspend_ap_wow(struct adapter *padapter) -+{ -+ u8 ch, bw, offset; -+ struct net_device *pnetdev = padapter->pnetdev; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct wowlan_ioctl_param poidparam; -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ pwrpriv->wowlan_ap_mode = true; -+ -+ DBG_871X("wowlan_ap_mode: %d\n", pwrpriv->wowlan_ap_mode); -+ -+ if (pnetdev) -+ rtw_netif_stop_queue(pnetdev); -+ /* 1. stop thread */ -+ padapter->bDriverStopped = true; /* for stop thread */ -+ rtw_stop_drv_threads(padapter); -+ padapter->bDriverStopped = false; /* for 32k command */ -+ -+ /* 2. disable interrupt */ -+ rtw_hal_disable_interrupt(padapter); /* It need wait for leaving 32K. */ -+ -+ /* 2.1 clean interupt */ -+ if (padapter->HalFunc.clear_interrupt) -+ padapter->HalFunc.clear_interrupt(padapter); -+ -+ /* 2.2 free irq */ -+ /* sdio_free_irq(adapter_to_dvobj(padapter)); */ -+ if (padapter->intf_free_irq) -+ padapter->intf_free_irq(adapter_to_dvobj(padapter)); -+ -+ poidparam.subcode = WOWLAN_AP_ENABLE; -+ padapter->HalFunc.SetHwRegHandler(padapter, -+ HW_VAR_AP_WOWLAN, (u8 *)&poidparam); -+ -+ DBG_871X_LEVEL(_drv_always_, "%s: wowmode suspending\n", __func__); -+ -+ if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ set_channel_bwmode(padapter, ch, offset, bw); -+ } -+ -+ rtw_set_ps_mode(padapter, PS_MODE_MIN, 0, 0, "AP-WOWLAN"); -+ -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+#endif /* ifdef CONFIG_AP_WOWLAN */ -+ -+ -+static int rtw_suspend_normal(struct adapter *padapter) -+{ -+ struct net_device *pnetdev = padapter->pnetdev; -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ if (pnetdev) { -+ netif_carrier_off(pnetdev); -+ rtw_netif_stop_queue(pnetdev); -+ } -+ -+ rtw_suspend_free_assoc_resource(padapter); -+ -+ if ((rtw_hal_check_ips_status(padapter) == true) -+ || (adapter_to_pwrctl(padapter)->rf_pwrstate == rf_off)) -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: ### ERROR #### driver in IPS ####ERROR###!!!\n", __func__); -+ -+ } -+ -+ rtw_dev_unload(padapter); -+ -+ /* sdio_deinit(adapter_to_dvobj(padapter)); */ -+ if (padapter->intf_deinit) -+ padapter->intf_deinit(adapter_to_dvobj(padapter)); -+ -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+ -+int rtw_suspend_common(struct adapter *padapter) -+{ -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(psdpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ int ret = 0; -+ unsigned long start_time = jiffies; -+ -+ DBG_871X_LEVEL(_drv_always_, " suspend start\n"); -+ DBG_871X("==> %s (%s:%d)\n", __func__, current->comm, current->pid); -+ pdbgpriv->dbg_suspend_cnt++; -+ -+ pwrpriv->bInSuspend = true; -+ -+ while (pwrpriv->bips_processing == true) -+ msleep(1); -+ -+ if ((!padapter->bup) || (padapter->bDriverStopped)||(padapter->bSurpriseRemoved)) -+ { -+ DBG_871X("%s bup =%d bDriverStopped =%d bSurpriseRemoved = %d\n", __func__ -+ , padapter->bup, padapter->bDriverStopped, padapter->bSurpriseRemoved); -+ pdbgpriv->dbg_suspend_error_cnt++; -+ goto exit; -+ } -+ rtw_ps_deny(padapter, PS_DENY_SUSPEND); -+ -+ rtw_cancel_all_timer(padapter); -+ -+ LeaveAllPowerSaveModeDirect(padapter); -+ -+ rtw_stop_cmd_thread(padapter); -+ -+ /* wait for the latest FW to remove this condition. */ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ rtw_btcoex_SuspendNotify(padapter, 0); -+ DBG_871X("WIFI_AP_STATE\n"); -+ } else if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ rtw_btcoex_SuspendNotify(padapter, 1); -+ DBG_871X("STATION\n"); -+ } -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_SUSPEND); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ #ifdef CONFIG_WOWLAN -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ pwrpriv->wowlan_mode = true; -+ } else if (pwrpriv->wowlan_pno_enable == true) { -+ pwrpriv->wowlan_mode |= pwrpriv->wowlan_pno_enable; -+ } -+ -+ if (pwrpriv->wowlan_mode == true) -+ rtw_suspend_wow(padapter); -+ else -+ rtw_suspend_normal(padapter); -+ -+ #else /* CONFIG_WOWLAN */ -+ rtw_suspend_normal(padapter); -+ #endif /* CONFIG_WOWLAN */ -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ #ifdef CONFIG_AP_WOWLAN -+ rtw_suspend_ap_wow(padapter); -+ #else -+ rtw_suspend_normal(padapter); -+ #endif /* CONFIG_AP_WOWLAN */ -+ } else { -+ rtw_suspend_normal(padapter); -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, "rtw suspend success in %d ms\n", -+ jiffies_to_msecs(jiffies - start_time)); -+ -+exit: -+ DBG_871X("<=== %s return %d.............. in %dms\n", __func__ -+ , ret, jiffies_to_msecs(jiffies - start_time)); -+ -+ return ret; -+} -+ -+#ifdef CONFIG_WOWLAN -+int rtw_resume_process_wow(struct adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct net_device *pnetdev = padapter->pnetdev; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct wowlan_ioctl_param poidparam; -+ struct sta_info *psta = NULL; -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (padapter) { -+ pnetdev = padapter->pnetdev; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ } else { -+ pdbgpriv->dbg_resume_error_cnt++; -+ ret = -1; -+ goto exit; -+ } -+ -+ if (padapter->bDriverStopped || padapter->bSurpriseRemoved) { -+ DBG_871X("%s pdapter %p bDriverStopped %d bSurpriseRemoved %d\n", -+ __func__, padapter, padapter->bDriverStopped, -+ padapter->bSurpriseRemoved); -+ goto exit; -+ } -+ -+#ifdef CONFIG_PNO_SUPPORT -+ pwrpriv->pno_in_resume = true; -+#endif -+ -+ if (pwrpriv->wowlan_mode == true) { -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "WOWLAN"); -+ -+ pwrpriv->bFwCurrentInPSMode = false; -+ -+ if (padapter->intf_stop) { -+ padapter->intf_stop(padapter); -+ } -+ -+ if (padapter->HalFunc.clear_interrupt) -+ padapter->HalFunc.clear_interrupt(padapter); -+ -+ /* if (sdio_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS) { */ -+ if ((padapter->intf_alloc_irq) && (padapter->intf_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS)) { -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: sdio_alloc_irq Failed!!\n", __func__)); -+ goto exit; -+ } -+ -+ /* Disable WOW, set H2C command */ -+ poidparam.subcode =WOWLAN_DISABLE; -+ padapter->HalFunc.SetHwRegHandler(padapter, HW_VAR_WOWLAN, (u8 *)&poidparam); -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, get_bssid(&padapter->mlmepriv)); -+ if (psta) { -+ set_sta_rate(padapter, psta); -+ } -+ -+ -+ padapter->bDriverStopped = false; -+ DBG_871X("%s: wowmode resuming, DriverStopped:%d\n", __func__, padapter->bDriverStopped); -+ rtw_start_drv_threads(padapter); -+ -+ if (padapter->intf_start) { -+ padapter->intf_start(padapter); -+ } -+ -+ /* start netif queue */ -+ if (pnetdev) { -+ if (!rtw_netif_queue_stopped(pnetdev)) -+ rtw_netif_start_queue(pnetdev); -+ else -+ rtw_netif_wake_queue(pnetdev); -+ } -+ } -+ else { -+ -+ DBG_871X_LEVEL(_drv_always_, "%s: ### ERROR ### wowlan_mode =%d\n", __func__, pwrpriv->wowlan_mode); -+ } -+ -+ if (padapter->pid[1]!= 0) { -+ DBG_871X("pid[1]:%d\n", padapter->pid[1]); -+ rtw_signal_process(padapter->pid[1], SIGUSR2); -+ } -+ -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) { -+ if (pwrpriv->wowlan_wake_reason == FWDecisionDisconnect || -+ pwrpriv->wowlan_wake_reason == Rx_DisAssoc || -+ pwrpriv->wowlan_wake_reason == Rx_DeAuth) { -+ -+ DBG_871X("%s: disconnect reason: %02x\n", __func__, -+ pwrpriv->wowlan_wake_reason); -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_sta_media_status_rpt(padapter, -+ rtw_get_stainfo(&padapter->stapriv, -+ get_bssid(&padapter->mlmepriv)), 0); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ -+ } else { -+ DBG_871X("%s: do roaming\n", __func__); -+ rtw_roaming(padapter, NULL); -+ } -+ } -+ -+ if (pwrpriv->wowlan_mode == true) { -+ pwrpriv->bips_processing = false; -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "do not reset timer\n"); -+ } -+ -+ pwrpriv->wowlan_mode =false; -+ -+ /* clean driver side wake up reason. */ -+ pwrpriv->wowlan_wake_reason = 0; -+exit: -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+#endif /* ifdef CONFIG_WOWLAN */ -+ -+#ifdef CONFIG_AP_WOWLAN -+int rtw_resume_process_ap_wow(struct adapter *padapter) -+{ -+ struct net_device *pnetdev = padapter->pnetdev; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct wowlan_ioctl_param poidparam; -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (padapter) { -+ pnetdev = padapter->pnetdev; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ } else { -+ pdbgpriv->dbg_resume_error_cnt++; -+ ret = -1; -+ goto exit; -+ } -+ -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "AP-WOWLAN"); -+ -+ pwrpriv->bFwCurrentInPSMode = false; -+ -+ rtw_hal_disable_interrupt(padapter); -+ -+ if (padapter->HalFunc.clear_interrupt) -+ padapter->HalFunc.clear_interrupt(padapter); -+ -+ /* if (sdio_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS) { */ -+ if ((padapter->intf_alloc_irq) && (padapter->intf_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS)) { -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: sdio_alloc_irq Failed!!\n", __func__)); -+ goto exit; -+ } -+ -+ /* Disable WOW, set H2C command */ -+ poidparam.subcode = WOWLAN_AP_DISABLE; -+ padapter->HalFunc.SetHwRegHandler(padapter, -+ HW_VAR_AP_WOWLAN, (u8 *)&poidparam); -+ pwrpriv->wowlan_ap_mode = false; -+ -+ padapter->bDriverStopped = false; -+ DBG_871X("%s: wowmode resuming, DriverStopped:%d\n", __func__, padapter->bDriverStopped); -+ rtw_start_drv_threads(padapter); -+ -+ if (padapter->intf_start) { -+ padapter->intf_start(padapter); -+ } -+ -+ /* start netif queue */ -+ if (pnetdev) { -+ if (!rtw_netif_queue_stopped(pnetdev)) -+ rtw_netif_start_queue(pnetdev); -+ else -+ rtw_netif_wake_queue(pnetdev); -+ } -+ -+ if (padapter->pid[1]!= 0) { -+ DBG_871X("pid[1]:%d\n", padapter->pid[1]); -+ rtw_signal_process(padapter->pid[1], SIGUSR2); -+ } -+ -+ pwrpriv->bips_processing = false; -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ -+ /* clean driver side wake up reason. */ -+ pwrpriv->wowlan_wake_reason = 0; -+exit: -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+#endif /* ifdef CONFIG_APWOWLAN */ -+ -+static int rtw_resume_process_normal(struct adapter *padapter) -+{ -+ struct net_device *pnetdev; -+ struct pwrctrl_priv *pwrpriv; -+ struct mlme_priv *pmlmepriv; -+ struct dvobj_priv *psdpriv; -+ struct debug_priv *pdbgpriv; -+ -+ int ret = _SUCCESS; -+ -+ if (!padapter) { -+ ret = -1; -+ goto exit; -+ } -+ -+ pnetdev = padapter->pnetdev; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ pmlmepriv = &padapter->mlmepriv; -+ psdpriv = padapter->dvobj; -+ pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ /* interface init */ -+ /* if (sdio_init(adapter_to_dvobj(padapter)) != _SUCCESS) */ -+ if ((padapter->intf_init) && (padapter->intf_init(adapter_to_dvobj(padapter)) != _SUCCESS)) -+ { -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: initialize SDIO Failed!!\n", __func__)); -+ goto exit; -+ } -+ rtw_hal_disable_interrupt(padapter); -+ /* if (sdio_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS) */ -+ if ((padapter->intf_alloc_irq) && (padapter->intf_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS)) -+ { -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: sdio_alloc_irq Failed!!\n", __func__)); -+ goto exit; -+ } -+ -+ rtw_reset_drv_sw(padapter); -+ pwrpriv->bkeepfwalive = false; -+ -+ DBG_871X("bkeepfwalive(%x)\n", pwrpriv->bkeepfwalive); -+ if (pm_netdev_open(pnetdev, true) != 0) { -+ ret = -1; -+ pdbgpriv->dbg_resume_error_cnt++; -+ goto exit; -+ } -+ -+ netif_device_attach(pnetdev); -+ netif_carrier_on(pnetdev); -+ -+ if (padapter->pid[1]!= 0) { -+ DBG_871X("pid[1]:%d\n", padapter->pid[1]); -+ rtw_signal_process(padapter->pid[1], SIGUSR2); -+ } -+ -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_STATION_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) -+ rtw_roaming(padapter, NULL); -+ -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_AP_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ rtw_ap_restore_network(padapter); -+ } else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_ADHOC_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ } else { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - ???\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ } -+ -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ -+exit: -+ return ret; -+} -+ -+int rtw_resume_common(struct adapter *padapter) -+{ -+ int ret = 0; -+ unsigned long start_time = jiffies; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ DBG_871X_LEVEL(_drv_always_, "resume start\n"); -+ DBG_871X("==> %s (%s:%d)\n", __func__, current->comm, current->pid); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == true) { -+ #ifdef CONFIG_WOWLAN -+ if (pwrpriv->wowlan_mode == true) -+ rtw_resume_process_wow(padapter); -+ else -+ rtw_resume_process_normal(padapter); -+ #else -+ rtw_resume_process_normal(padapter); -+ #endif -+ -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) { -+ #ifdef CONFIG_AP_WOWLAN -+ rtw_resume_process_ap_wow(padapter); -+ #else -+ rtw_resume_process_normal(padapter); -+ #endif /* CONFIG_AP_WOWLAN */ -+ } else { -+ rtw_resume_process_normal(padapter); -+ } -+ -+ rtw_btcoex_SuspendNotify(padapter, 0); -+ -+ if (pwrpriv) { -+ pwrpriv->bInSuspend = false; -+ #ifdef CONFIG_PNO_SUPPORT -+ pwrpriv->pno_in_resume = false; -+ #endif -+ } -+ DBG_871X_LEVEL(_drv_always_, "%s:%d in %d ms\n", __func__ , ret, -+ jiffies_to_msecs(jiffies - start_time)); -+ -+ return ret; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/recv_linux.c linux/3rdparty/rtl8723bs/os_dep/recv_linux.c ---- linux.old/3rdparty/rtl8723bs/os_dep/recv_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/recv_linux.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,366 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _RECV_OSDEP_C_ -+ -+#include -+#include -+#include -+ -+void rtw_os_free_recvframe(union recv_frame *precvframe) -+{ -+ if (precvframe->u.hdr.pkt) -+ { -+ dev_kfree_skb_any(precvframe->u.hdr.pkt);/* free skb by driver */ -+ -+ precvframe->u.hdr.pkt = NULL; -+ } -+} -+ -+/* alloc os related resource in union recv_frame */ -+int rtw_os_recv_resource_alloc(struct adapter *padapter, union recv_frame *precvframe) -+{ -+ int res = _SUCCESS; -+ -+ precvframe->u.hdr.pkt_newalloc = precvframe->u.hdr.pkt = NULL; -+ -+ return res; -+} -+ -+/* free os related resource in union recv_frame */ -+void rtw_os_recv_resource_free(struct recv_priv *precvpriv) -+{ -+ sint i; -+ union recv_frame *precvframe; -+ precvframe = (union recv_frame*) precvpriv->precv_frame_buf; -+ -+ for (i = 0; i < NR_RECVFRAME; i++) -+ { -+ if (precvframe->u.hdr.pkt) -+ { -+ dev_kfree_skb_any(precvframe->u.hdr.pkt);/* free skb by driver */ -+ precvframe->u.hdr.pkt = NULL; -+ } -+ precvframe++; -+ } -+} -+ -+/* free os related resource in struct recv_buf */ -+int rtw_os_recvbuf_resource_free(struct adapter *padapter, struct recv_buf *precvbuf) -+{ -+ int ret = _SUCCESS; -+ -+ if (precvbuf->pskb) -+ { -+ dev_kfree_skb_any(precvbuf->pskb); -+ } -+ return ret; -+ -+} -+ -+_pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) -+{ -+ u16 eth_type; -+ u8 *data_ptr; -+ _pkt *sub_skb; -+ struct rx_pkt_attrib *pattrib; -+ -+ pattrib = &prframe->u.hdr.attrib; -+ -+ sub_skb = rtw_skb_alloc(nSubframe_Length + 12); -+ if (sub_skb) -+ { -+ skb_reserve(sub_skb, 12); -+ data_ptr = (u8 *)skb_put(sub_skb, nSubframe_Length); -+ memcpy(data_ptr, (pdata + ETH_HLEN), nSubframe_Length); -+ } -+ else -+ { -+ sub_skb = rtw_skb_clone(prframe->u.hdr.pkt); -+ if (sub_skb) -+ { -+ sub_skb->data = pdata + ETH_HLEN; -+ sub_skb->len = nSubframe_Length; -+ skb_set_tail_pointer(sub_skb, nSubframe_Length); -+ } -+ else -+ { -+ DBG_871X("%s(): rtw_skb_clone() Fail!!!\n", __func__); -+ return NULL; -+ } -+ } -+ -+ eth_type = RTW_GET_BE16(&sub_skb->data[6]); -+ -+ if (sub_skb->len >= 8 && -+ ((!memcmp(sub_skb->data, rtw_rfc1042_header, SNAP_SIZE) && -+ eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || -+ !memcmp(sub_skb->data, rtw_bridge_tunnel_header, SNAP_SIZE))) { -+ /* remove RFC1042 or Bridge-Tunnel encapsulation and replace EtherType */ -+ skb_pull(sub_skb, SNAP_SIZE); -+ memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->src, ETH_ALEN); -+ memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->dst, ETH_ALEN); -+ } else { -+ __be16 len; -+ /* Leave Ethernet header part of hdr and full payload */ -+ len = htons(sub_skb->len); -+ memcpy(skb_push(sub_skb, 2), &len, 2); -+ memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->src, ETH_ALEN); -+ memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->dst, ETH_ALEN); -+ } -+ -+ return sub_skb; -+} -+ -+void rtw_os_recv_indicate_pkt(struct adapter *padapter, _pkt *pkt, struct rx_pkt_attrib *pattrib) -+{ -+ struct mlme_priv*pmlmepriv = &padapter->mlmepriv; -+ int ret; -+ -+ /* Indicat the packets to upper layer */ -+ if (pkt) { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == true) -+ { -+ _pkt *pskb2 = NULL; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ int bmcast = IS_MCAST(pattrib->dst); -+ -+ /* DBG_871X("bmcast =%d\n", bmcast); */ -+ -+ if (memcmp(pattrib->dst, myid(&padapter->eeprompriv), ETH_ALEN)) -+ { -+ /* DBG_871X("not ap psta =%p, addr =%pM\n", psta, pattrib->dst); */ -+ -+ if (bmcast) -+ { -+ psta = rtw_get_bcmc_stainfo(padapter); -+ pskb2 = rtw_skb_clone(pkt); -+ } else { -+ psta = rtw_get_stainfo(pstapriv, pattrib->dst); -+ } -+ -+ if (psta) -+ { -+ struct net_device *pnetdev = (struct net_device*)padapter->pnetdev; -+ -+ /* DBG_871X("directly forwarding to the rtw_xmit_entry\n"); */ -+ -+ /* skb->ip_summed = CHECKSUM_NONE; */ -+ pkt->dev = pnetdev; -+ skb_set_queue_mapping(pkt, rtw_recv_select_queue(pkt)); -+ -+ _rtw_xmit_entry(pkt, pnetdev); -+ -+ if (bmcast && (pskb2 != NULL)) { -+ pkt = pskb2; -+ DBG_COUNTER(padapter->rx_logs.os_indicate_ap_mcast); -+ } else { -+ DBG_COUNTER(padapter->rx_logs.os_indicate_ap_forward); -+ return; -+ } -+ } -+ } -+ else/* to APself */ -+ { -+ /* DBG_871X("to APSelf\n"); */ -+ DBG_COUNTER(padapter->rx_logs.os_indicate_ap_self); -+ } -+ } -+ -+ pkt->protocol = eth_type_trans(pkt, padapter->pnetdev); -+ pkt->dev = padapter->pnetdev; -+ -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_RX -+ if ((pattrib->tcpchk_valid == 1) && (pattrib->tcp_chkrpt == 1)) { -+ pkt->ip_summed = CHECKSUM_UNNECESSARY; -+ } else { -+ pkt->ip_summed = CHECKSUM_NONE; -+ } -+#else /* !CONFIG_TCP_CSUM_OFFLOAD_RX */ -+ pkt->ip_summed = CHECKSUM_NONE; -+#endif /* CONFIG_TCP_CSUM_OFFLOAD_RX */ -+ -+ ret = rtw_netif_rx(padapter->pnetdev, pkt); -+ if (ret == NET_RX_SUCCESS) -+ DBG_COUNTER(padapter->rx_logs.os_netif_ok); -+ else -+ DBG_COUNTER(padapter->rx_logs.os_netif_err); -+ } -+} -+ -+void rtw_handle_tkip_mic_err(struct adapter *padapter, u8 bgroup) -+{ -+ enum nl80211_key_type key_type = 0; -+ union iwreq_data wrqu; -+ struct iw_michaelmicfailure ev; -+ struct mlme_priv* pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ unsigned long cur_time = 0; -+ -+ if (psecuritypriv->last_mic_err_time == 0) -+ { -+ psecuritypriv->last_mic_err_time = jiffies; -+ } -+ else -+ { -+ cur_time = jiffies; -+ -+ if (cur_time - psecuritypriv->last_mic_err_time < 60*HZ) -+ { -+ psecuritypriv->btkip_countermeasure = true; -+ psecuritypriv->last_mic_err_time = 0; -+ psecuritypriv->btkip_countermeasure_time = cur_time; -+ } -+ else -+ { -+ psecuritypriv->last_mic_err_time = jiffies; -+ } -+ } -+ -+ if (bgroup) -+ { -+ key_type |= NL80211_KEYTYPE_GROUP; -+ } -+ else -+ { -+ key_type |= NL80211_KEYTYPE_PAIRWISE; -+ } -+ -+ cfg80211_michael_mic_failure(padapter->pnetdev, (u8 *)&pmlmepriv->assoc_bssid[ 0 ], key_type, -1, -+ NULL, GFP_ATOMIC); -+ -+ memset(&ev, 0x00, sizeof(ev)); -+ if (bgroup) -+ { -+ ev.flags |= IW_MICFAILURE_GROUP; -+ } -+ else -+ { -+ ev.flags |= IW_MICFAILURE_PAIRWISE; -+ } -+ -+ ev.src_addr.sa_family = ARPHRD_ETHER; -+ memcpy(ev.src_addr.sa_data, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN); -+ -+ memset(&wrqu, 0x00, sizeof(wrqu)); -+ wrqu.data.length = sizeof(ev); -+} -+ -+#ifdef CONFIG_AUTO_AP_MODE -+static void rtw_os_ksocket_send(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ _pkt *skb = precv_frame->u.hdr.pkt; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_info *psta = precv_frame->u.hdr.psta; -+ -+ DBG_871X("eth rx: got eth_type = 0x%x\n", pattrib->eth_type); -+ -+ if (psta && psta->isrc && psta->pid>0) -+ { -+ u16 rx_pid; -+ -+ rx_pid = *(u16*)(skb->data+ETH_HLEN); -+ -+ DBG_871X("eth rx(pid = 0x%x): sta("MAC_FMT") pid = 0x%x\n", -+ rx_pid, MAC_ARG(psta->hwaddr), psta->pid); -+ -+ if (rx_pid == psta->pid) -+ { -+ int i; -+ u16 len = *(u16*)(skb->data+ETH_HLEN+2); -+ /* u16 ctrl_type = *(u16*)(skb->data+ETH_HLEN+4); */ -+ -+ /* DBG_871X("eth, RC: len = 0x%x, ctrl_type = 0x%x\n", len, ctrl_type); */ -+ DBG_871X("eth, RC: len = 0x%x\n", len); -+ -+ for (i = 0;idata+ETH_HLEN+4+i)); -+ /* DBG_871X("0x%x\n", *(skb->data+ETH_HLEN+6+i)); */ -+ -+ DBG_871X("eth, RC-end\n"); -+ } -+ -+ } -+ -+} -+#endif /* CONFIG_AUTO_AP_MODE */ -+ -+int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct recv_priv *precvpriv; -+ struct __queue *pfree_recv_queue; -+ _pkt *skb; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ -+ DBG_COUNTER(padapter->rx_logs.os_indicate); -+ -+ precvpriv = &(padapter->recvpriv); -+ pfree_recv_queue = &(precvpriv->free_recv_queue); -+ -+ skb = precv_frame->u.hdr.pkt; -+ if (skb == NULL) -+ { -+ RT_TRACE(_module_recv_osdep_c_, _drv_err_, ("rtw_recv_indicatepkt():skb == NULL something wrong!!!!\n")); -+ goto _recv_indicatepkt_drop; -+ } -+ -+ RT_TRACE(_module_recv_osdep_c_, _drv_info_, ("rtw_recv_indicatepkt():skb != NULL !!!\n")); -+ RT_TRACE(_module_recv_osdep_c_, _drv_info_, ("rtw_recv_indicatepkt():precv_frame->u.hdr.rx_head =%p precv_frame->hdr.rx_data =%p\n", precv_frame->u.hdr.rx_head, precv_frame->u.hdr.rx_data)); -+ RT_TRACE(_module_recv_osdep_c_, _drv_info_, ("precv_frame->hdr.rx_tail =%p precv_frame->u.hdr.rx_end =%p precv_frame->hdr.len =%d\n", precv_frame->u.hdr.rx_tail, precv_frame->u.hdr.rx_end, precv_frame->u.hdr.len)); -+ -+ skb->data = precv_frame->u.hdr.rx_data; -+ -+ skb_set_tail_pointer(skb, precv_frame->u.hdr.len); -+ -+ skb->len = precv_frame->u.hdr.len; -+ -+ RT_TRACE(_module_recv_osdep_c_, _drv_info_, ("\n skb->head =%p skb->data =%p skb->tail =%p skb->end =%p skb->len =%d\n", skb->head, skb->data, skb_tail_pointer(skb), skb_end_pointer(skb), skb->len)); -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if (0x8899 == pattrib->eth_type) -+ { -+ rtw_os_ksocket_send(padapter, precv_frame); -+ -+ /* goto _recv_indicatepkt_drop; */ -+ } -+#endif /* CONFIG_AUTO_AP_MODE */ -+ -+ rtw_os_recv_indicate_pkt(padapter, skb, pattrib); -+ -+ precv_frame->u.hdr.pkt = NULL; /* pointers to NULL before rtw_free_recvframe() */ -+ -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ -+ RT_TRACE(_module_recv_osdep_c_, _drv_info_, ("\n rtw_recv_indicatepkt :after rtw_os_recv_indicate_pkt!!!!\n")); -+ -+ return _SUCCESS; -+ -+_recv_indicatepkt_drop: -+ -+ /* enqueue back to free_recv_queue */ -+ if (precv_frame) -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ -+ DBG_COUNTER(padapter->rx_logs.os_indicate_err); -+ return _FAIL; -+} -+ -+void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl) -+{ -+ struct adapter *padapter = preorder_ctrl->padapter; -+ -+ _init_timer(&(preorder_ctrl->reordering_ctrl_timer), padapter->pnetdev, rtw_reordering_ctrl_timeout_handler, preorder_ctrl); -+ -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/rtw_proc.c linux/3rdparty/rtl8723bs/os_dep/rtw_proc.c ---- linux.old/3rdparty/rtl8723bs/os_dep/rtw_proc.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/rtw_proc.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,786 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+#include "rtw_proc.h" -+ -+#ifdef CONFIG_PROC_DEBUG -+ -+static struct proc_dir_entry *rtw_proc = NULL; -+ -+#define RTW_PROC_NAME "rtl8723bs" -+ -+#define get_proc_net init_net.proc_net -+ -+inline struct proc_dir_entry *rtw_proc_create_dir(const char *name, struct proc_dir_entry *parent, void *data) -+{ -+ struct proc_dir_entry *entry; -+ -+ entry = proc_mkdir_data(name, S_IRUGO|S_IXUGO, parent, data); -+ -+ return entry; -+} -+ -+inline struct proc_dir_entry *rtw_proc_create_entry(const char *name, struct proc_dir_entry *parent, -+ const struct file_operations *fops, void *data) -+{ -+ struct proc_dir_entry *entry; -+ -+ entry = proc_create_data(name, S_IFREG|S_IRUGO, parent, fops, data); -+ -+ return entry; -+} -+ -+static int proc_get_dummy(struct seq_file *m, void *v) -+{ -+ return 0; -+} -+ -+static int proc_get_drv_version(struct seq_file *m, void *v) -+{ -+ dump_drv_version(m); -+ return 0; -+} -+ -+static int proc_get_log_level(struct seq_file *m, void *v) -+{ -+ dump_log_level(m); -+ return 0; -+} -+ -+static ssize_t proc_set_log_level(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ char tmp[32]; -+ int log_level; -+ -+ if (count < 1) -+ return -EINVAL; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ sscanf(tmp, "%d ", &log_level); -+ if (log_level >= _drv_always_ && log_level <= _drv_debug_) -+ { -+ GlobalDebugLevel = log_level; -+ printk("%d\n", GlobalDebugLevel); -+ } -+ } else { -+ return -EFAULT; -+ } -+ -+ return count; -+} -+ -+/* -+* rtw_drv_proc: -+* init/deinit when register/unregister driver -+*/ -+static const struct rtw_proc_hdl drv_proc_hdls [] = { -+ {"ver_info", proc_get_drv_version, NULL}, -+ {"log_level", proc_get_log_level, proc_set_log_level}, -+}; -+ -+static const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); -+ -+static int rtw_drv_proc_open(struct inode *inode, struct file *file) -+{ -+ /* struct net_device *dev = proc_get_parent_data(inode); */ -+ ssize_t index = (ssize_t)PDE_DATA(inode); -+ const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; -+ return single_open(file, hdl->show, NULL); -+} -+ -+static ssize_t rtw_drv_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(file_inode(file)); -+ const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; -+ ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *, void *) = hdl->write; -+ -+ if (write) -+ return write(file, buffer, count, pos, NULL); -+ -+ return -EROFS; -+} -+ -+static const struct file_operations rtw_drv_proc_fops = { -+ .owner = THIS_MODULE, -+ .open = rtw_drv_proc_open, -+ .read = seq_read, -+ .llseek = seq_lseek, -+ .release = single_release, -+ .write = rtw_drv_proc_write, -+}; -+ -+int rtw_drv_proc_init(void) -+{ -+ int ret = _FAIL; -+ ssize_t i; -+ struct proc_dir_entry *entry = NULL; -+ -+ if (rtw_proc != NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ rtw_proc = rtw_proc_create_dir(RTW_PROC_NAME, get_proc_net, NULL); -+ -+ if (rtw_proc == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ for (i = 0;iprivate; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ sd_f0_reg_dump(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_mac_reg_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ mac_reg_dump(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_bb_reg_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ bb_reg_dump(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_rf_reg_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ rf_reg_dump(m, adapter); -+ -+ return 0; -+} -+static int proc_get_linked_info_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ if (padapter) -+ DBG_871X_SEL_NL(m, "linked_info_dump :%s\n", (padapter->bLinkInfoDump)?"enable":"disable"); -+ -+ return 0; -+} -+ -+static ssize_t proc_set_linked_info_dump(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ char tmp[2]; -+ int mode = 0; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ if (padapter) -+ { -+ /* padapter->bLinkInfoDump = mode; */ -+ /* DBG_871X("linked_info_dump =%s\n", (padapter->bLinkInfoDump)?"enable":"disable"); */ -+ linked_info_dump(padapter, mode); -+ } -+ -+ } -+ -+ return count; -+ -+} -+ -+static int proc_get_rx_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ /* Counts of packets whose seq_num is less than preorder_ctrl->indicate_seq, Ex delay, retransmission, redundant packets and so on */ -+ DBG_871X_SEL_NL(m,"Counts of Packets Whose Seq_Num Less Than Reorder Control Seq_Num: %llu\n", (unsigned long long)pdbgpriv->dbg_rx_ampdu_drop_count); -+ /* How many times the Rx Reorder Timer is triggered. */ -+ DBG_871X_SEL_NL(m,"Rx Reorder Time-out Trigger Counts: %llu\n", (unsigned long long)pdbgpriv->dbg_rx_ampdu_forced_indicate_count); -+ /* Total counts of packets loss */ -+ DBG_871X_SEL_NL(m,"Rx Packet Loss Counts: %llu\n", (unsigned long long)pdbgpriv->dbg_rx_ampdu_loss_count); -+ DBG_871X_SEL_NL(m,"Duplicate Management Frame Drop Count: %llu\n", (unsigned long long)pdbgpriv->dbg_rx_dup_mgt_frame_drop_count); -+ DBG_871X_SEL_NL(m,"AMPDU BA window shift Count: %llu\n", (unsigned long long)pdbgpriv->dbg_rx_ampdu_window_shift_cnt); -+ return 0; -+} -+ -+ -+static ssize_t proc_reset_rx_info(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ char cmd[32]; -+ if (buffer && !copy_from_user(cmd, buffer, sizeof(cmd))) { -+ if ('0' == cmd[0]) { -+ pdbgpriv->dbg_rx_ampdu_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_forced_indicate_count = 0; -+ pdbgpriv->dbg_rx_ampdu_loss_count = 0; -+ pdbgpriv->dbg_rx_dup_mgt_frame_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_window_shift_cnt = 0; -+ } -+ } -+ -+ return count; -+} -+ -+static int proc_get_cam(struct seq_file *m, void *v) -+{ -+ return 0; -+} -+ -+static ssize_t proc_set_cam(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter; -+ -+ char tmp[32]; -+ char cmd[4]; -+ u8 id; -+ -+ adapter = (struct adapter *)rtw_netdev_priv(dev); -+ if (!adapter) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ /* c : clear specific cam entry */ -+ /* wfc : write specific cam entry from cam cache */ -+ -+ int num = sscanf(tmp, "%4s %hhu", cmd, &id); -+ -+ if (num < 2) -+ return count; -+ -+ if (strcmp("c", cmd) == 0) { -+ _clear_cam_entry(adapter, id); -+ adapter->securitypriv.hw_decrypted = false; /* temporarily set this for TX path to use SW enc */ -+ } else if (strcmp("wfc", cmd) == 0) { -+ write_cam_from_cache(adapter, id); -+ } -+ } -+ -+ return count; -+} -+ -+static int proc_get_cam_cache(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ u8 i; -+ -+ DBG_871X_SEL_NL(m, "cam bitmap:0x%016llx\n", dvobj->cam_ctl.bitmap); -+ -+ DBG_871X_SEL_NL(m, "%-2s %-6s %-17s %-32s %-3s %-7s" -+ /* %-2s %-2s %-4s %-5s" */ -+ "\n" -+ , "id", "ctrl", "addr", "key", "kid", "type" -+ /* "MK", "GK", "MFB", "valid" */ -+ ); -+ -+ for (i = 0;i<32;i++) { -+ if (dvobj->cam_cache[i].ctrl != 0) -+ DBG_871X_SEL_NL(m, "%2u 0x%04x "MAC_FMT" "KEY_FMT" %3u %-7s" -+ /* %2u %2u 0x%02x %5u" */ -+ "\n", i -+ , dvobj->cam_cache[i].ctrl -+ , MAC_ARG(dvobj->cam_cache[i].mac) -+ , KEY_ARG(dvobj->cam_cache[i].key) -+ , (dvobj->cam_cache[i].ctrl)&0x03 -+ , security_type_str(((dvobj->cam_cache[i].ctrl)>>2)&0x07) -+ /* ((dvobj->cam_cache[i].ctrl)>>5)&0x01 */ -+ /* ((dvobj->cam_cache[i].ctrl)>>6)&0x01 */ -+ /* ((dvobj->cam_cache[i].ctrl)>>8)&0x7f */ -+ /* ((dvobj->cam_cache[i].ctrl)>>15)&0x01 */ -+ ); -+ } -+ -+ return 0; -+} -+ -+/* -+* rtw_adapter_proc: -+* init/deinit when register/unregister net_device -+*/ -+static const struct rtw_proc_hdl adapter_proc_hdls [] = { -+ {"write_reg", proc_get_dummy, proc_set_write_reg}, -+ {"read_reg", proc_get_read_reg, proc_set_read_reg}, -+ {"fwstate", proc_get_fwstate, NULL}, -+ {"sec_info", proc_get_sec_info, NULL}, -+ {"mlmext_state", proc_get_mlmext_state, NULL}, -+ {"qos_option", proc_get_qos_option, NULL}, -+ {"ht_option", proc_get_ht_option, NULL}, -+ {"rf_info", proc_get_rf_info, NULL}, -+ {"survey_info", proc_get_survey_info, NULL}, -+ {"ap_info", proc_get_ap_info, NULL}, -+ {"adapter_state", proc_get_adapter_state, NULL}, -+ {"trx_info", proc_get_trx_info, NULL}, -+ {"rate_ctl", proc_get_rate_ctl, proc_set_rate_ctl}, -+ {"cam", proc_get_cam, proc_set_cam}, -+ {"cam_cache", proc_get_cam_cache, NULL}, -+ {"suspend_info", proc_get_suspend_resume_info, NULL}, -+ {"rx_info", proc_get_rx_info, proc_reset_rx_info}, -+ -+ {"roam_flags", proc_get_roam_flags, proc_set_roam_flags}, -+ {"roam_param", proc_get_roam_param, proc_set_roam_param}, -+ {"roam_tgt_addr", proc_get_dummy, proc_set_roam_tgt_addr}, -+ -+ {"sd_f0_reg_dump", proc_get_sd_f0_reg_dump, NULL}, -+ -+ {"fwdl_test_case", proc_get_dummy, proc_set_fwdl_test_case}, -+ {"wait_hiq_empty", proc_get_dummy, proc_set_wait_hiq_empty}, -+ -+ {"mac_reg_dump", proc_get_mac_reg_dump, NULL}, -+ {"bb_reg_dump", proc_get_bb_reg_dump, NULL}, -+ {"rf_reg_dump", proc_get_rf_reg_dump, NULL}, -+ -+ {"all_sta_info", proc_get_all_sta_info, NULL}, -+ -+ {"rx_signal", proc_get_rx_signal, proc_set_rx_signal}, -+ {"hw_info", proc_get_hw_status, NULL}, -+ -+ {"ht_enable", proc_get_ht_enable, proc_set_ht_enable}, -+ {"bw_mode", proc_get_bw_mode, proc_set_bw_mode}, -+ {"ampdu_enable", proc_get_ampdu_enable, proc_set_ampdu_enable}, -+ {"rx_stbc", proc_get_rx_stbc, proc_set_rx_stbc}, -+ {"rx_ampdu", proc_get_rx_ampdu, proc_set_rx_ampdu}, -+ -+ {"en_fwps", proc_get_en_fwps, proc_set_en_fwps}, -+ -+ /* path_rssi", proc_get_two_path_rssi, NULL}, */ -+ {"rssi_disp", proc_get_rssi_disp, proc_set_rssi_disp}, -+ -+ {"btcoex_dbg", proc_get_btcoex_dbg, proc_set_btcoex_dbg}, -+ {"btcoex", proc_get_btcoex_info, NULL}, -+ -+ {"linked_info_dump", proc_get_linked_info_dump, proc_set_linked_info_dump}, -+#ifdef CONFIG_DBG_COUNTER -+ {"rx_logs", proc_get_rx_logs, NULL}, -+ {"tx_logs", proc_get_tx_logs, NULL}, -+ {"int_logs", proc_get_int_logs, NULL}, -+#endif -+}; -+ -+static const int adapter_proc_hdls_num = sizeof(adapter_proc_hdls) / sizeof(struct rtw_proc_hdl); -+ -+static int rtw_adapter_proc_open(struct inode *inode, struct file *file) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(inode); -+ const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; -+ -+ return single_open(file, hdl->show, proc_get_parent_data(inode)); -+} -+ -+static ssize_t rtw_adapter_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(file_inode(file)); -+ const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; -+ ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *, void *) = hdl->write; -+ -+ if (write) -+ return write(file, buffer, count, pos, ((struct seq_file *)file->private_data)->private); -+ -+ return -EROFS; -+} -+ -+static const struct file_operations rtw_adapter_proc_fops = { -+ .owner = THIS_MODULE, -+ .open = rtw_adapter_proc_open, -+ .read = seq_read, -+ .llseek = seq_lseek, -+ .release = single_release, -+ .write = rtw_adapter_proc_write, -+}; -+ -+int proc_get_odm_dbg_comp(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_dbg_comp_msg(m, adapter); -+ -+ return 0; -+} -+ -+ssize_t proc_set_odm_dbg_comp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ -+ u64 dbg_comp; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%llx", &dbg_comp); -+ -+ if (num != 1) -+ return count; -+ -+ rtw_odm_dbg_comp_set(adapter, dbg_comp); -+ } -+ -+ return count; -+} -+ -+int proc_get_odm_dbg_level(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_dbg_level_msg(m, adapter); -+ -+ return 0; -+} -+ -+ssize_t proc_set_odm_dbg_level(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ -+ u32 dbg_level; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%u", &dbg_level); -+ -+ if (num != 1) -+ return count; -+ -+ rtw_odm_dbg_level_set(adapter, dbg_level); -+ } -+ -+ return count; -+} -+ -+static int proc_get_odm_ability(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_ability_msg(m, adapter); -+ -+ return 0; -+} -+ -+static ssize_t proc_set_odm_ability(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *adapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ -+ u32 ability; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%x", &ability); -+ -+ if (num != 1) -+ return count; -+ -+ rtw_odm_ability_set(adapter, ability); -+ } -+ -+ return count; -+} -+ -+int proc_get_odm_adaptivity(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_adaptivity_parm_msg(m, padapter); -+ -+ return 0; -+} -+ -+ssize_t proc_set_odm_adaptivity(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 TH_L2H_ini; -+ s8 TH_EDCCA_HL_diff; -+ u32 IGI_Base; -+ int ForceEDCCA; -+ u8 AdapEn_RSSI; -+ u8 IGI_LowerBound; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%x %hhd %x %d %hhu %hhu", -+ &TH_L2H_ini, &TH_EDCCA_HL_diff, &IGI_Base, &ForceEDCCA, &AdapEn_RSSI, &IGI_LowerBound); -+ -+ if (num != 6) -+ return count; -+ -+ rtw_odm_adaptivity_parm_set(padapter, (s8)TH_L2H_ini, TH_EDCCA_HL_diff, (s8)IGI_Base, (bool)ForceEDCCA, AdapEn_RSSI, IGI_LowerBound); -+ } -+ -+ return count; -+} -+ -+/* -+* rtw_odm_proc: -+* init/deinit when register/unregister net_device, along with rtw_adapter_proc -+*/ -+static const struct rtw_proc_hdl odm_proc_hdls [] = { -+ {"dbg_comp", proc_get_odm_dbg_comp, proc_set_odm_dbg_comp}, -+ {"dbg_level", proc_get_odm_dbg_level, proc_set_odm_dbg_level}, -+ {"ability", proc_get_odm_ability, proc_set_odm_ability}, -+ {"adaptivity", proc_get_odm_adaptivity, proc_set_odm_adaptivity}, -+}; -+ -+static const int odm_proc_hdls_num = sizeof(odm_proc_hdls) / sizeof(struct rtw_proc_hdl); -+ -+static int rtw_odm_proc_open(struct inode *inode, struct file *file) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(inode); -+ const struct rtw_proc_hdl *hdl = odm_proc_hdls+index; -+ -+ return single_open(file, hdl->show, proc_get_parent_data(inode)); -+} -+ -+static ssize_t rtw_odm_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(file_inode(file)); -+ const struct rtw_proc_hdl *hdl = odm_proc_hdls+index; -+ ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *, void *) = hdl->write; -+ -+ if (write) -+ return write(file, buffer, count, pos, ((struct seq_file *)file->private_data)->private); -+ -+ return -EROFS; -+} -+ -+static const struct file_operations rtw_odm_proc_fops = { -+ .owner = THIS_MODULE, -+ .open = rtw_odm_proc_open, -+ .read = seq_read, -+ .llseek = seq_lseek, -+ .release = single_release, -+ .write = rtw_odm_proc_write, -+}; -+ -+static struct proc_dir_entry *rtw_odm_proc_init(struct net_device *dev) -+{ -+ struct proc_dir_entry *dir_odm = NULL; -+ struct proc_dir_entry *entry = NULL; -+ struct adapter *adapter = rtw_netdev_priv(dev); -+ ssize_t i; -+ -+ if (adapter->dir_dev == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (adapter->dir_odm != NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ dir_odm = rtw_proc_create_dir("odm", adapter->dir_dev, dev); -+ if (dir_odm == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ adapter->dir_odm = dir_odm; -+ -+ for (i = 0;idir_odm; -+ -+ if (dir_odm == NULL) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ for (i = 0;idir_dev); -+ -+ adapter->dir_odm = NULL; -+} -+ -+struct proc_dir_entry *rtw_adapter_proc_init(struct net_device *dev) -+{ -+ struct proc_dir_entry *drv_proc = rtw_proc; -+ struct proc_dir_entry *dir_dev = NULL; -+ struct proc_dir_entry *entry = NULL; -+ struct adapter *adapter = rtw_netdev_priv(dev); -+ ssize_t i; -+ -+ if (drv_proc == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (adapter->dir_dev != NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ dir_dev = rtw_proc_create_dir(dev->name, drv_proc, dev); -+ if (dir_dev == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ adapter->dir_dev = dir_dev; -+ -+ for (i = 0;idir_dev; -+ -+ if (dir_dev == NULL) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ for (i = 0;iname, drv_proc); -+ -+ adapter->dir_dev = NULL; -+} -+ -+void rtw_adapter_proc_replace(struct net_device *dev) -+{ -+ struct proc_dir_entry *drv_proc = rtw_proc; -+ struct proc_dir_entry *dir_dev = NULL; -+ struct adapter *adapter = rtw_netdev_priv(dev); -+ int i; -+ -+ dir_dev = adapter->dir_dev; -+ -+ if (dir_dev == NULL) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ for (i = 0;iold_ifname, drv_proc); -+ -+ adapter->dir_dev = NULL; -+ -+ rtw_adapter_proc_init(dev); -+ -+} -+ -+#endif /* CONFIG_PROC_DEBUG */ -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/rtw_proc.h linux/3rdparty/rtl8723bs/os_dep/rtw_proc.h ---- linux.old/3rdparty/rtl8723bs/os_dep/rtw_proc.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/rtw_proc.h 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,45 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#ifndef __RTW_PROC_H__ -+#define __RTW_PROC_H__ -+ -+#include -+#include -+ -+struct rtw_proc_hdl { -+ char *name; -+ int (*show)(struct seq_file *, void *); -+ ssize_t (*write)(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+}; -+ -+#ifdef CONFIG_PROC_DEBUG -+ -+int rtw_drv_proc_init(void); -+void rtw_drv_proc_deinit(void); -+struct proc_dir_entry *rtw_adapter_proc_init(struct net_device *dev); -+void rtw_adapter_proc_deinit(struct net_device *dev); -+void rtw_adapter_proc_replace(struct net_device *dev); -+ -+#else //!CONFIG_PROC_DEBUG -+ -+int rtw_drv_proc_init(void) {return 0;} -+void rtw_drv_proc_deinit(void) {} -+struct proc_dir_entry *rtw_adapter_proc_init(struct net_device *dev){return NULL;} -+void rtw_adapter_proc_deinit(struct net_device *dev){} -+void rtw_adapter_proc_replace(struct net_device *dev){} -+ -+#endif //!CONFIG_PROC_DEBUG -+ -+#endif //__RTW_PROC_H__ -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/sdio_intf.c linux/3rdparty/rtl8723bs/os_dep/sdio_intf.c ---- linux.old/3rdparty/rtl8723bs/os_dep/sdio_intf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/sdio_intf.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,727 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _HCI_INTF_C_ -+ -+#include -+#include -+#include -+ -+#ifndef dev_to_sdio_func -+#define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) -+#endif -+ -+static const struct sdio_device_id sdio_ids[] = -+{ -+// { SDIO_DEVICE(0x024c, 0xB723), }, -+// { SDIO_DEVICE(0x024c, 0x0523), }, -+// { SDIO_DEVICE(0x024c, 0x0623), }, -+ { SDIO_DEVICE_CLASS(SDIO_CLASS_WLAN) }, -+ { /* end: all zeroes */ }, -+}; -+ -+MODULE_DEVICE_TABLE(sdio, sdio_ids); -+ -+static int rtw_drv_init(struct sdio_func *func, const struct sdio_device_id *id); -+static void rtw_dev_remove(struct sdio_func *func); -+static int rtw_sdio_resume(struct device *dev); -+static int rtw_sdio_suspend(struct device *dev); -+ -+static const struct dev_pm_ops rtw_sdio_pm_ops = { -+ .suspend = rtw_sdio_suspend, -+ .resume = rtw_sdio_resume, -+}; -+ -+struct sdio_drv_priv { -+ struct sdio_driver r871xs_drv; -+ int drv_registered; -+}; -+ -+static struct sdio_drv_priv sdio_drvpriv = { -+ .r871xs_drv.probe = rtw_drv_init, -+ .r871xs_drv.remove = rtw_dev_remove, -+ .r871xs_drv.name = "rtl8723bs", -+ .r871xs_drv.id_table = sdio_ids, -+ .r871xs_drv.drv = { -+ .pm = &rtw_sdio_pm_ops, -+ } -+}; -+ -+static void sd_sync_int_hdl(struct sdio_func *func) -+{ -+ struct dvobj_priv *psdpriv; -+ -+ -+ psdpriv = sdio_get_drvdata(func); -+ -+ if (!psdpriv->if1) { -+ DBG_871X("%s if1 == NULL\n", __func__); -+ return; -+ } -+ -+ rtw_sdio_set_irq_thd(psdpriv, current); -+ sd_int_hdl(psdpriv->if1); -+ rtw_sdio_set_irq_thd(psdpriv, NULL); -+} -+ -+static int sdio_alloc_irq(struct dvobj_priv *dvobj) -+{ -+ PSDIO_DATA psdio_data; -+ struct sdio_func *func; -+ int err; -+ -+ psdio_data = &dvobj->intf_data; -+ func = psdio_data->func; -+ -+ sdio_claim_host(func); -+ -+ err = sdio_claim_irq(func, &sd_sync_int_hdl); -+ if (err) -+ { -+ dvobj->drv_dbg.dbg_sdio_alloc_irq_error_cnt++; -+ printk(KERN_CRIT "%s: sdio_claim_irq FAIL(%d)!\n", __func__, err); -+ } -+ else -+ { -+ dvobj->drv_dbg.dbg_sdio_alloc_irq_cnt++; -+ dvobj->irq_alloc = 1; -+ } -+ -+ sdio_release_host(func); -+ -+ return err?_FAIL:_SUCCESS; -+} -+ -+static void sdio_free_irq(struct dvobj_priv *dvobj) -+{ -+ PSDIO_DATA psdio_data; -+ struct sdio_func *func; -+ int err; -+ -+ if (dvobj->irq_alloc) { -+ psdio_data = &dvobj->intf_data; -+ func = psdio_data->func; -+ -+ if (func) { -+ sdio_claim_host(func); -+ err = sdio_release_irq(func); -+ if (err) -+ { -+ dvobj->drv_dbg.dbg_sdio_free_irq_error_cnt++; -+ DBG_871X_LEVEL(_drv_err_,"%s: sdio_release_irq FAIL(%d)!\n", __func__, err); -+ } -+ else -+ dvobj->drv_dbg.dbg_sdio_free_irq_cnt++; -+ sdio_release_host(func); -+ } -+ dvobj->irq_alloc = 0; -+ } -+} -+ -+#ifdef CONFIG_GPIO_WAKEUP -+extern unsigned int oob_irq; -+static irqreturn_t gpio_hostwakeup_irq_thread(int irq, void *data) -+{ -+ struct adapter *padapter = (struct adapter *)data; -+ DBG_871X_LEVEL(_drv_always_, "gpio_hostwakeup_irq_thread\n"); -+ /* Disable interrupt before calling handler */ -+ /* disable_irq_nosync(oob_irq); */ -+ rtw_lock_suspend_timeout(HZ/2); -+ return IRQ_HANDLED; -+} -+ -+static u8 gpio_hostwakeup_alloc_irq(struct adapter *padapter) -+{ -+ int err; -+ if (oob_irq == 0) { -+ DBG_871X("oob_irq ZERO!\n"); -+ return _FAIL; -+ } -+ /* dont set it IRQF_TRIGGER_LOW, or wowlan */ -+ /* power is high after suspend */ -+ /* and failing can prevent can not sleep issue if */ -+ /* wifi gpio12 pin is not linked with CPU */ -+ err = request_threaded_irq(oob_irq, gpio_hostwakeup_irq_thread, NULL, -+ /* IRQF_TRIGGER_LOW | IRQF_ONESHOT, */ -+ IRQF_TRIGGER_FALLING, -+ "rtw_wifi_gpio_wakeup", padapter); -+ if (err < 0) { -+ DBG_871X("Oops: can't allocate gpio irq %d err:%d\n", oob_irq, err); -+ return false; -+ } else { -+ DBG_871X("allocate gpio irq %d ok\n", oob_irq); -+ } -+ -+ enable_irq_wake(oob_irq); -+ return _SUCCESS; -+} -+ -+static void gpio_hostwakeup_free_irq(struct adapter *padapter) -+{ -+ if (oob_irq == 0) -+ return; -+ -+ disable_irq_wake(oob_irq); -+ free_irq(oob_irq, padapter); -+} -+#endif -+ -+static u32 sdio_init(struct dvobj_priv *dvobj) -+{ -+ PSDIO_DATA psdio_data; -+ struct sdio_func *func; -+ int err; -+ -+ psdio_data = &dvobj->intf_data; -+ func = psdio_data->func; -+ -+ /* 3 1. init SDIO bus */ -+ sdio_claim_host(func); -+ -+ err = sdio_enable_func(func); -+ if (err) { -+ dvobj->drv_dbg.dbg_sdio_init_error_cnt++; -+ DBG_8192C(KERN_CRIT "%s: sdio_enable_func FAIL(%d)!\n", __func__, err); -+ goto release; -+ } -+ -+ err = sdio_set_block_size(func, 512); -+ if (err) { -+ dvobj->drv_dbg.dbg_sdio_init_error_cnt++; -+ DBG_8192C(KERN_CRIT "%s: sdio_set_block_size FAIL(%d)!\n", __func__, err); -+ goto release; -+ } -+ psdio_data->block_transfer_len = 512; -+ psdio_data->tx_block_mode = 1; -+ psdio_data->rx_block_mode = 1; -+ -+release: -+ sdio_release_host(func); -+ -+ if (err) -+ return _FAIL; -+ return _SUCCESS; -+} -+ -+static void sdio_deinit(struct dvobj_priv *dvobj) -+{ -+ struct sdio_func *func; -+ int err; -+ -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("+sdio_deinit\n")); -+ -+ func = dvobj->intf_data.func; -+ -+ if (func) { -+ sdio_claim_host(func); -+ err = sdio_disable_func(func); -+ if (err) -+ { -+ dvobj->drv_dbg.dbg_sdio_deinit_error_cnt++; -+ DBG_8192C(KERN_ERR "%s: sdio_disable_func(%d)\n", __func__, err); -+ } -+ -+ if (dvobj->irq_alloc) { -+ err = sdio_release_irq(func); -+ if (err) -+ { -+ dvobj->drv_dbg.dbg_sdio_free_irq_error_cnt++; -+ DBG_8192C(KERN_ERR "%s: sdio_release_irq(%d)\n", __func__, err); -+ } -+ else -+ dvobj->drv_dbg.dbg_sdio_free_irq_cnt++; -+ } -+ -+ sdio_release_host(func); -+ } -+} -+static struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func) -+{ -+ int status = _FAIL; -+ struct dvobj_priv *dvobj = NULL; -+ PSDIO_DATA psdio; -+ -+ if ((dvobj = devobj_init()) == NULL) { -+ goto exit; -+ } -+ -+ sdio_set_drvdata(func, dvobj); -+ -+ psdio = &dvobj->intf_data; -+ psdio->func = func; -+ -+ if (sdio_init(dvobj) != _SUCCESS) { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: initialize SDIO Failed!\n", __func__)); -+ goto free_dvobj; -+ } -+ rtw_reset_continual_io_error(dvobj); -+ status = _SUCCESS; -+ -+free_dvobj: -+ if (status != _SUCCESS && dvobj) { -+ sdio_set_drvdata(func, NULL); -+ -+ devobj_deinit(dvobj); -+ -+ dvobj = NULL; -+ } -+exit: -+ return dvobj; -+} -+ -+static void sdio_dvobj_deinit(struct sdio_func *func) -+{ -+ struct dvobj_priv *dvobj = sdio_get_drvdata(func); -+ -+ sdio_set_drvdata(func, NULL); -+ if (dvobj) { -+ sdio_deinit(dvobj); -+ devobj_deinit(dvobj); -+ } -+ return; -+} -+ -+void rtw_set_hal_ops(struct adapter *padapter) -+{ -+ /* alloc memory for HAL DATA */ -+ rtw_hal_data_init(padapter); -+ -+ rtl8723bs_set_hal_ops(padapter); -+} -+ -+static void sd_intf_start(struct adapter *padapter) -+{ -+ if (padapter == NULL) { -+ DBG_8192C(KERN_ERR "%s: padapter is NULL!\n", __func__); -+ return; -+ } -+ -+ /* hal dep */ -+ rtw_hal_enable_interrupt(padapter); -+} -+ -+static void sd_intf_stop(struct adapter *padapter) -+{ -+ if (padapter == NULL) { -+ DBG_8192C(KERN_ERR "%s: padapter is NULL!\n", __func__); -+ return; -+ } -+ -+ /* hal dep */ -+ rtw_hal_disable_interrupt(padapter); -+} -+ -+ -+static struct adapter *rtw_sdio_if1_init(struct dvobj_priv *dvobj, const struct sdio_device_id *pdid) -+{ -+ int status = _FAIL; -+ struct net_device *pnetdev; -+ struct adapter *padapter = NULL; -+ PSDIO_DATA psdio = &dvobj->intf_data; -+ -+ if ((padapter = (struct adapter *)vzalloc(sizeof(*padapter))) == NULL) { -+ goto exit; -+ } -+ -+ padapter->dvobj = dvobj; -+ dvobj->if1 = padapter; -+ -+ padapter->bDriverStopped =true; -+ -+ dvobj->padapters = padapter; -+ padapter->iface_id = 0; -+ -+ /* 3 1. init network device data */ -+ pnetdev = rtw_init_netdev(padapter); -+ if (!pnetdev) -+ goto free_adapter; -+ -+ SET_NETDEV_DEV(pnetdev, dvobj_to_dev(dvobj)); -+ -+ padapter = rtw_netdev_priv(pnetdev); -+ -+ rtw_wdev_alloc(padapter, dvobj_to_dev(dvobj)); -+ -+ /* 3 3. init driver special setting, interface, OS and hardware relative */ -+ -+ /* 4 3.1 set hardware operation functions */ -+ rtw_set_hal_ops(padapter); -+ -+ -+ /* 3 5. initialize Chip version */ -+ padapter->intf_start = &sd_intf_start; -+ padapter->intf_stop = &sd_intf_stop; -+ -+ padapter->intf_init = &sdio_init; -+ padapter->intf_deinit = &sdio_deinit; -+ padapter->intf_alloc_irq = &sdio_alloc_irq; -+ padapter->intf_free_irq = &sdio_free_irq; -+ -+ if (rtw_init_io_priv(padapter, sdio_set_intf_ops) == _FAIL) -+ { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, -+ ("rtw_drv_init: Can't init io_priv\n")); -+ goto free_hal_data; -+ } -+ -+ rtw_hal_read_chip_version(padapter); -+ -+ rtw_hal_chip_configure(padapter); -+ -+ rtw_btcoex_Initialize(padapter); -+ -+ /* 3 6. read efuse/eeprom data */ -+ rtw_hal_read_chip_info(padapter); -+ -+ /* 3 7. init driver common data */ -+ if (rtw_init_drv_sw(padapter) == _FAIL) { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, -+ ("rtw_drv_init: Initialize driver software resource Failed!\n")); -+ goto free_hal_data; -+ } -+ -+ /* 3 8. get WLan MAC address */ -+ /* set mac addr */ -+ rtw_macaddr_cfg(&psdio->func->dev, padapter->eeprompriv.mac_addr); -+ -+ rtw_hal_disable_interrupt(padapter); -+ -+ DBG_871X("bDriverStopped:%d, bSurpriseRemoved:%d, bup:%d, hw_init_completed:%d\n" -+ , padapter->bDriverStopped -+ , padapter->bSurpriseRemoved -+ , padapter->bup -+ , padapter->hw_init_completed -+ ); -+ -+ status = _SUCCESS; -+ -+free_hal_data: -+ if (status != _SUCCESS && padapter->HalData) -+ kfree(padapter->HalData); -+ -+ if (status != _SUCCESS) { -+ rtw_wdev_unregister(padapter->rtw_wdev); -+ rtw_wdev_free(padapter->rtw_wdev); -+ } -+ -+free_adapter: -+ if (status != _SUCCESS) { -+ if (pnetdev) -+ rtw_free_netdev(pnetdev); -+ else -+ vfree((u8 *)padapter); -+ padapter = NULL; -+ } -+exit: -+ return padapter; -+} -+ -+static void rtw_sdio_if1_deinit(struct adapter *if1) -+{ -+ struct net_device *pnetdev = if1->pnetdev; -+ struct mlme_priv *pmlmepriv = &if1->mlmepriv; -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) -+ rtw_disassoc_cmd(if1, 0, false); -+ -+ free_mlme_ap_info(if1); -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ gpio_hostwakeup_free_irq(if1); -+#endif -+ -+ rtw_cancel_all_timer(if1); -+ -+#ifdef CONFIG_WOWLAN -+ adapter_to_pwrctl(if1)->wowlan_mode =false; -+ DBG_871X_LEVEL(_drv_always_, "%s wowlan_mode:%d\n", __func__, adapter_to_pwrctl(if1)->wowlan_mode); -+#endif /* CONFIG_WOWLAN */ -+ -+ rtw_dev_unload(if1); -+ DBG_871X("+r871xu_dev_remove, hw_init_completed =%d\n", if1->hw_init_completed); -+ -+ if (if1->rtw_wdev) { -+ rtw_wdev_free(if1->rtw_wdev); -+ } -+ -+ rtw_free_drv_sw(if1); -+ -+ if (pnetdev) -+ rtw_free_netdev(pnetdev); -+} -+ -+/* -+ * drv_init() - a device potentially for us -+ * -+ * notes: drv_init() is called when the bus driver has located a card for us to support. -+ * We accept the new device by returning 0. -+ */ -+static int rtw_drv_init( -+ struct sdio_func *func, -+ const struct sdio_device_id *id) -+{ -+ int status = _FAIL; -+ struct adapter *if1 = NULL, *if2 = NULL; -+ struct dvobj_priv *dvobj; -+ -+ switch (func->vendor) { -+ case 0x024c: -+ switch (func->device) { -+ case 0x0523: -+ case 0x0623: -+ case 0x0626: -+ case 0xb723: -+ break; -+ default: -+ pr_info("RTL8723BS: Found unrecognized device 0x%x for vendor 0x%x\n", -+ func->device, func->vendor); -+ goto exit; -+ } -+ break; -+ default: -+ pr_info("RTL8723BS: Found unrecognized vendor 0x%x, device 0x%x\n", -+ func->vendor, func->device); -+ goto exit; -+ } -+ if ((dvobj = sdio_dvobj_init(func)) == NULL) { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("initialize device object priv Failed!\n")); -+ goto exit; -+ } -+ -+ if ((if1 = rtw_sdio_if1_init(dvobj, id)) == NULL) { -+ DBG_871X("rtw_init_primarystruct adapter Failed!\n"); -+ goto free_dvobj; -+ } -+ -+ /* dev_alloc_name && register_netdev */ -+ if ((status = rtw_drv_register_netdev(if1)) != _SUCCESS) { -+ goto free_if2; -+ } -+ -+ if (sdio_alloc_irq(dvobj) != _SUCCESS) -+ goto free_if2; -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ gpio_hostwakeup_alloc_irq(if1); -+#endif -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("-871x_drv - drv_init, success!\n")); -+ -+ rtw_ndev_notifier_register(); -+ status = _SUCCESS; -+ -+free_if2: -+ if (status != _SUCCESS && if2) { -+ } -+ if (status != _SUCCESS && if1) { -+ rtw_sdio_if1_deinit(if1); -+ } -+free_dvobj: -+ if (status != _SUCCESS) -+ sdio_dvobj_deinit(func); -+exit: -+ return status == _SUCCESS?0:-ENODEV; -+} -+ -+static void rtw_dev_remove(struct sdio_func *func) -+{ -+ struct dvobj_priv *dvobj = sdio_get_drvdata(func); -+ struct adapter *padapter = dvobj->if1; -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("+rtw_dev_remove\n")); -+ -+ dvobj->processing_dev_remove = true; -+ -+ rtw_unregister_netdevs(dvobj); -+ -+ if (padapter->bSurpriseRemoved == false) { -+ int err; -+ -+ /* test surprise remove */ -+ sdio_claim_host(func); -+ sdio_readb(func, 0, &err); -+ sdio_release_host(func); -+ if (err == -ENOMEDIUM) { -+ padapter->bSurpriseRemoved = true; -+ DBG_871X(KERN_NOTICE "%s: device had been removed!\n", __func__); -+ } -+ } -+ -+ rtw_ps_deny(padapter, PS_DENY_DRV_REMOVE); -+ -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ rtw_pm_set_lps(padapter, PS_MODE_ACTIVE); -+ -+ LeaveAllPowerSaveMode(padapter); -+ -+ rtw_btcoex_HaltNotify(padapter); -+ -+ rtw_sdio_if1_deinit(padapter); -+ -+ sdio_dvobj_deinit(func); -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("-rtw_dev_remove\n")); -+} -+ -+extern int pm_netdev_open(struct net_device *pnetdev, u8 bnormal); -+extern int pm_netdev_close(struct net_device *pnetdev, u8 bnormal); -+ -+static int rtw_sdio_suspend(struct device *dev) -+{ -+ struct sdio_func *func =dev_to_sdio_func(dev); -+ struct dvobj_priv *psdpriv = sdio_get_drvdata(func); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(psdpriv); -+ struct adapter *padapter = psdpriv->if1; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ int ret = 0; -+ -+ if (padapter->bDriverStopped == true) -+ { -+ DBG_871X("%s bDriverStopped = %d\n", __func__, padapter->bDriverStopped); -+ goto exit; -+ } -+ -+ if (pwrpriv->bInSuspend == true) -+ { -+ DBG_871X("%s bInSuspend = %d\n", __func__, pwrpriv->bInSuspend); -+ pdbgpriv->dbg_suspend_error_cnt++; -+ goto exit; -+ } -+ -+ ret = rtw_suspend_common(padapter); -+ -+exit: -+#ifdef CONFIG_RTW_SDIO_PM_KEEP_POWER -+ /* Android 4.0 don't support WIFI close power */ -+ /* or power down or clock will close after wifi resume, */ -+ /* this is sprd's bug in Android 4.0, but sprd don't */ -+ /* want to fix it. */ -+ /* we have test power under 8723as, power consumption is ok */ -+ if (func) { -+ mmc_pm_flag_t pm_flag = 0; -+ pm_flag = sdio_get_host_pm_caps(func); -+ DBG_871X("cmd: %s: suspend: PM flag = 0x%x\n", sdio_func_id(func), pm_flag); -+ if (!(pm_flag & MMC_PM_KEEP_POWER)) { -+ DBG_871X("%s: cannot remain alive while host is suspended\n", sdio_func_id(func)); -+ pdbgpriv->dbg_suspend_error_cnt++; -+ return -ENOSYS; -+ } else { -+ DBG_871X("cmd: suspend with MMC_PM_KEEP_POWER\n"); -+ sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); -+ } -+ } -+#endif -+ return ret; -+} -+static int rtw_resume_process(struct adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ if (pwrpriv->bInSuspend == false) -+ { -+ pdbgpriv->dbg_resume_error_cnt++; -+ DBG_871X("%s bInSuspend = %d\n", __func__, pwrpriv->bInSuspend); -+ return -1; -+ } -+ -+ return rtw_resume_common(padapter); -+} -+ -+static int rtw_sdio_resume(struct device *dev) -+{ -+ struct sdio_func *func =dev_to_sdio_func(dev); -+ struct dvobj_priv *psdpriv = sdio_get_drvdata(func); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(psdpriv); -+ struct adapter *padapter = psdpriv->if1; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ int ret = 0; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_871X("==> %s (%s:%d)\n", __func__, current->comm, current->pid); -+ -+ pdbgpriv->dbg_resume_cnt++; -+ -+ if (pwrpriv->bInternalAutoSuspend) -+ { -+ ret = rtw_resume_process(padapter); -+ } -+ else -+ { -+ if (pwrpriv->wowlan_mode || pwrpriv->wowlan_ap_mode) -+ { -+ ret = rtw_resume_process(padapter); -+ } -+ else -+ { -+ ret = rtw_resume_process(padapter); -+ } -+ } -+ pmlmeext->last_scan_time = jiffies; -+ DBG_871X("<======== %s return %d\n", __func__, ret); -+ return ret; -+ -+} -+ -+static int __init rtw_drv_entry(void) -+{ -+ int ret = 0; -+ -+ DBG_871X_LEVEL(_drv_always_, "module init start\n"); -+ dump_drv_version(RTW_DBGDUMP); -+#ifdef BTCOEXVERSION -+ DBG_871X_LEVEL(_drv_always_, "rtl8723bs BT-Coex version = %s\n", BTCOEXVERSION); -+#endif /* BTCOEXVERSION */ -+ -+ sdio_drvpriv.drv_registered = true; -+ rtw_drv_proc_init(); -+ -+ ret = sdio_register_driver(&sdio_drvpriv.r871xs_drv); -+ if (ret != 0) -+ { -+ sdio_drvpriv.drv_registered = false; -+ rtw_drv_proc_deinit(); -+ rtw_ndev_notifier_unregister(); -+ DBG_871X("%s: register driver failed!!(%d)\n", __func__, ret); -+ goto exit; -+ } -+ -+ goto exit; -+ -+exit: -+ DBG_871X_LEVEL(_drv_always_, "module init ret =%d\n", ret); -+ return ret; -+} -+ -+static void __exit rtw_drv_halt(void) -+{ -+ DBG_871X_LEVEL(_drv_always_, "module exit start\n"); -+ -+ sdio_drvpriv.drv_registered = false; -+ -+ sdio_unregister_driver(&sdio_drvpriv.r871xs_drv); -+ -+ rtw_drv_proc_deinit(); -+ rtw_ndev_notifier_unregister(); -+ -+ DBG_871X_LEVEL(_drv_always_, "module exit success\n"); -+ -+ rtw_mstat_dump(RTW_DBGDUMP); -+} -+ -+ -+module_init(rtw_drv_entry); -+module_exit(rtw_drv_halt); -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/sdio_ops_linux.c linux/3rdparty/rtl8723bs/os_dep/sdio_ops_linux.c ---- linux.old/3rdparty/rtl8723bs/os_dep/sdio_ops_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/sdio_ops_linux.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,599 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ *******************************************************************************/ -+#define _SDIO_OPS_LINUX_C_ -+ -+#include -+#include -+ -+static bool rtw_sdio_claim_host_needed(struct sdio_func *func) -+{ -+ struct dvobj_priv *dvobj = sdio_get_drvdata(func); -+ PSDIO_DATA sdio_data = &dvobj->intf_data; -+ -+ if (sdio_data->sys_sdio_irq_thd && sdio_data->sys_sdio_irq_thd == current) -+ return false; -+ return true; -+} -+ -+inline void rtw_sdio_set_irq_thd(struct dvobj_priv *dvobj, void *thd_hdl) -+{ -+ PSDIO_DATA sdio_data = &dvobj->intf_data; -+ -+ sdio_data->sys_sdio_irq_thd = thd_hdl; -+} -+ -+u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ u8 v = 0; -+ struct sdio_func *func; -+ bool claim_needed; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return v; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ v = sdio_f0_readb(func, addr, err); -+ if (claim_needed) -+ sdio_release_host(func); -+ if (err && *err) -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x\n", __func__, *err, addr); -+ return v; -+} -+ -+/* -+ * Return: -+ *0 Success -+ *others Fail -+ */ -+s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ int err = 0, i; -+ struct sdio_func *func; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ -+ func = psdio->func; -+ -+ for (i = 0; i < cnt; i++) { -+ pdata[i] = sdio_readb(func, addr+i, &err); -+ if (err) { -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x\n", __func__, err, addr+i); -+ break; -+ } -+ } -+ return err; -+} -+ -+/* -+ * Return: -+ *0 Success -+ *others Fail -+ */ -+s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ int err = 0; -+ struct sdio_func *func; -+ bool claim_needed; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ err = _sd_cmd52_read(pintfhdl, addr, cnt, pdata); -+ if (claim_needed) -+ sdio_release_host(func); -+ return err; -+} -+ -+/* -+ * Return: -+ *0 Success -+ *others Fail -+ */ -+s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ int err = 0, i; -+ struct sdio_func *func; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ -+ func = psdio->func; -+ -+ for (i = 0; i < cnt; i++) { -+ sdio_writeb(func, pdata[i], addr+i, &err); -+ if (err) { -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x val = 0x%02x\n", __func__, err, addr+i, pdata[i]); -+ break; -+ } -+ } -+ return err; -+} -+ -+/* -+ * Return: -+ *0 Success -+ *others Fail -+ */ -+s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ int err = 0; -+ struct sdio_func *func; -+ bool claim_needed; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ err = _sd_cmd52_write(pintfhdl, addr, cnt, pdata); -+ if (claim_needed) -+ sdio_release_host(func); -+ return err; -+} -+ -+u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ u8 v = 0; -+ struct sdio_func *func; -+ bool claim_needed; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return v; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ v = sdio_readb(func, addr, err); -+ if (claim_needed) -+ sdio_release_host(func); -+ if (err && *err) -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x\n", __func__, *err, addr); -+ return v; -+} -+ -+u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ u32 v = 0; -+ struct sdio_func *func; -+ bool claim_needed; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return v; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ v = sdio_readl(func, addr, err); -+ if (claim_needed) -+ sdio_release_host(func); -+ -+ if (err && *err) -+ { -+ int i; -+ -+ DBG_871X(KERN_ERR "%s: (%d) addr = 0x%05x, val = 0x%x\n", __func__, *err, addr, v); -+ -+ *err = 0; -+ for (i = 0; ibSurpriseRemoved = true; -+ } -+ -+ if (rtw_inc_and_chk_continual_io_error(psdiodev) == true) { -+ padapter->bSurpriseRemoved = true; -+ break; -+ } -+ } -+ } -+ -+ if (i ==SD_IO_TRY_CNT) -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x, val = 0x%x, try_cnt =%d\n", __func__, *err, addr, v, i); -+ else -+ DBG_871X(KERN_ERR "%s: (%d) addr = 0x%05x, val = 0x%x, try_cnt =%d\n", __func__, *err, addr, v, i); -+ -+ } -+ return v; -+} -+ -+void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ struct sdio_func *func; -+ bool claim_needed; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return ; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ sdio_writeb(func, v, addr, err); -+ if (claim_needed) -+ sdio_release_host(func); -+ if (err && *err) -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x val = 0x%02x\n", __func__, *err, addr, v); -+} -+ -+void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ struct sdio_func *func; -+ bool claim_needed; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return ; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ sdio_writel(func, v, addr, err); -+ if (claim_needed) -+ sdio_release_host(func); -+ -+ if (err && *err) -+ { -+ int i; -+ -+ DBG_871X(KERN_ERR "%s: (%d) addr = 0x%05x val = 0x%08x\n", __func__, *err, addr, v); -+ -+ *err = 0; -+ for (i = 0; ibSurpriseRemoved = true; -+ } -+ -+ if (rtw_inc_and_chk_continual_io_error(psdiodev) == true) { -+ padapter->bSurpriseRemoved = true; -+ break; -+ } -+ } -+ } -+ -+ if (i ==SD_IO_TRY_CNT) -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x val = 0x%08x, try_cnt =%d\n", __func__, *err, addr, v, i); -+ else -+ DBG_871X(KERN_ERR "%s: (%d) addr = 0x%05x val = 0x%08x, try_cnt =%d\n", __func__, *err, addr, v, i); -+ } -+} -+ -+/* -+ * Use CMD53 to read data from SDIO device. -+ * This function MUST be called after sdio_claim_host() or -+ * in SDIO ISR(host had been claimed). -+ * -+ * Parameters: -+ *psdio pointer of SDIO_DATA -+ *addr address to read -+ *cnt amount to read -+ *pdata pointer to put data, this should be a "DMA:able scratch buffer"! -+ * -+ * Return: -+ *0 Success -+ *others Fail -+ */ -+s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ int err = -EPERM; -+ struct sdio_func *func; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ -+ func = psdio->func; -+ -+ if (unlikely((cnt == 1) || (cnt ==2))) -+ { -+ int i; -+ u8 *pbuf = (u8 *)pdata; -+ -+ for (i = 0; i < cnt; i++) -+ { -+ *(pbuf+i) = sdio_readb(func, addr+i, &err); -+ -+ if (err) { -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x\n", __func__, err, addr); -+ break; -+ } -+ } -+ return err; -+ } -+ -+ err = sdio_memcpy_fromio(func, pdata, addr, cnt); -+ if (err) { -+ DBG_871X(KERN_ERR "%s: FAIL(%d)! ADDR =%#x Size =%d\n", __func__, err, addr, cnt); -+ } -+ return err; -+} -+ -+/* -+ * Use CMD53 to read data from SDIO device. -+ * -+ * Parameters: -+ *psdio pointer of SDIO_DATA -+ *addr address to read -+ *cnt amount to read -+ *pdata pointer to put data, this should be a "DMA:able scratch buffer"! -+ * -+ * Return: -+ *0 Success -+ *others Fail -+ */ -+s32 sd_read(struct intf_hdl * pintfhdl, u32 addr, u32 cnt, void *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ struct sdio_func *func; -+ bool claim_needed; -+ s32 err = -EPERM; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ err = _sd_read(pintfhdl, addr, cnt, pdata); -+ if (claim_needed) -+ sdio_release_host(func); -+ return err; -+} -+ -+/* -+ * Use CMD53 to write data to SDIO device. -+ * This function MUST be called after sdio_claim_host() or -+ * in SDIO ISR(host had been claimed). -+ * -+ * Parameters: -+ *psdio pointer of SDIO_DATA -+ *addr address to write -+ *cnt amount to write -+ *pdata data pointer, this should be a "DMA:able scratch buffer"! -+ * -+ * Return: -+ *0 Success -+ *others Fail -+ */ -+s32 _sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ -+ struct sdio_func *func; -+ u32 size; -+ s32 err =-EPERM; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ -+ func = psdio->func; -+/* size = sdio_align_size(func, cnt); */ -+ -+ if (unlikely((cnt == 1) || (cnt ==2))) -+ { -+ int i; -+ u8 *pbuf = (u8 *)pdata; -+ -+ for (i = 0; i < cnt; i++) -+ { -+ sdio_writeb(func, *(pbuf+i), addr+i, &err); -+ if (err) { -+ DBG_871X(KERN_ERR "%s: FAIL!(%d) addr = 0x%05x val = 0x%02x\n", __func__, err, addr, *(pbuf+i)); -+ break; -+ } -+ } -+ -+ return err; -+ } -+ -+ size = cnt; -+ err = sdio_memcpy_toio(func, addr, pdata, size); -+ if (err) { -+ DBG_871X(KERN_ERR "%s: FAIL(%d)! ADDR =%#x Size =%d(%d)\n", __func__, err, addr, cnt, size); -+ } -+ return err; -+} -+ -+/* -+ * Use CMD53 to write data to SDIO device. -+ * -+ * Parameters: -+ * psdio pointer of SDIO_DATA -+ * addr address to write -+ * cnt amount to write -+ * pdata data pointer, this should be a "DMA:able scratch buffer"! -+ * -+ * Return: -+ * 0 Success -+ * others Fail -+ */ -+s32 sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) -+{ -+ struct adapter *padapter; -+ struct dvobj_priv *psdiodev; -+ PSDIO_DATA psdio; -+ struct sdio_func *func; -+ bool claim_needed; -+ s32 err =-EPERM; -+ -+ padapter = pintfhdl->padapter; -+ psdiodev = pintfhdl->pintf_dev; -+ psdio = &psdiodev->intf_data; -+ -+ if (padapter->bSurpriseRemoved) { -+ /* DBG_871X(" %s (padapter->bSurpriseRemoved ||adapter->pwrctrlpriv.pnp_bstop_trx)!!!\n", __func__); */ -+ return err; -+ } -+ -+ func = psdio->func; -+ claim_needed = rtw_sdio_claim_host_needed(func); -+ -+ if (claim_needed) -+ sdio_claim_host(func); -+ err = _sd_write(pintfhdl, addr, cnt, pdata); -+ if (claim_needed) -+ sdio_release_host(func); -+ return err; -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/wifi_regd.c linux/3rdparty/rtl8723bs/os_dep/wifi_regd.c ---- linux.old/3rdparty/rtl8723bs/os_dep/wifi_regd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/wifi_regd.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,164 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2009-2010 Realtek Corporation. -+ * -+ *****************************************************************************/ -+ -+#include -+#include -+ -+#include -+ -+/* -+ * REG_RULE(freq start, freq end, bandwidth, max gain, eirp, reg_flags) -+ */ -+ -+/* -+ *Only these channels all allow active -+ *scan on all world regulatory domains -+ */ -+ -+/* 2G chan 01 - chan 11 */ -+#define RTW_2GHZ_CH01_11 \ -+ REG_RULE(2412-10, 2462+10, 40, 0, 20, 0) -+ -+/* -+ *We enable active scan on these a case -+ *by case basis by regulatory domain -+ */ -+ -+/* 2G chan 12 - chan 13, PASSIV SCAN */ -+#define RTW_2GHZ_CH12_13 \ -+ REG_RULE(2467-10, 2472+10, 40, 0, 20, \ -+ NL80211_RRF_PASSIVE_SCAN) -+ -+/* 2G chan 14, PASSIVS SCAN, NO OFDM (B only) */ -+#define RTW_2GHZ_CH14 \ -+ REG_RULE(2484-10, 2484+10, 40, 0, 20, \ -+ NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_OFDM) -+ -+static const struct ieee80211_regdomain rtw_regdom_rd = { -+ .n_reg_rules = 3, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ RTW_2GHZ_CH12_13, -+ } -+}; -+ -+static int rtw_ieee80211_channel_to_frequency(int chan, int band) -+{ -+ /* see 802.11 17.3.8.3.2 and Annex J -+ * there are overlapping channel numbers in 5GHz and 2GHz bands */ -+ -+ /* IEEE80211_BAND_2GHZ */ -+ if (chan == 14) -+ return 2484; -+ else if (chan < 14) -+ return 2407 + chan * 5; -+ else -+ return 0; /* not supported */ -+} -+ -+static void _rtw_reg_apply_flags(struct wiphy *wiphy) -+{ -+ struct adapter *padapter = wiphy_to_adapter(wiphy); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ RT_CHANNEL_INFO *channel_set = pmlmeext->channel_set; -+ u8 max_chan_nums = pmlmeext->max_chan_nums; -+ -+ struct ieee80211_supported_band *sband; -+ struct ieee80211_channel *ch; -+ unsigned int i, j; -+ u16 channel; -+ u32 freq; -+ -+ /* all channels disable */ -+ for (i = 0; i < IEEE80211_NUM_BANDS; i++) { -+ sband = wiphy->bands[i]; -+ -+ if (sband) { -+ for (j = 0; j < sband->n_channels; j++) { -+ ch = &sband->channels[j]; -+ -+ if (ch) -+ ch->flags = IEEE80211_CHAN_DISABLED; -+ } -+ } -+ } -+ -+ /* channels apply by channel plans. */ -+ for (i = 0; i < max_chan_nums; i++) { -+ channel = channel_set[i].ChannelNum; -+ freq = -+ rtw_ieee80211_channel_to_frequency(channel, -+ IEEE80211_BAND_2GHZ); -+ -+ ch = ieee80211_get_channel(wiphy, freq); -+ if (ch) { -+ if (channel_set[i].ScanType == SCAN_PASSIVE) { -+ ch->flags = IEEE80211_CHAN_NO_IR; -+ } -+ else { -+ ch->flags = 0; -+ } -+ } -+ } -+} -+ -+static int _rtw_reg_notifier_apply(struct wiphy *wiphy, -+ struct regulatory_request *request, -+ struct rtw_regulatory *reg) -+{ -+ /* Hard code flags */ -+ _rtw_reg_apply_flags(wiphy); -+ return 0; -+} -+ -+static const struct ieee80211_regdomain *_rtw_regdomain_select(struct -+ rtw_regulatory -+ *reg) -+{ -+ return &rtw_regdom_rd; -+} -+ -+static void _rtw_regd_init_wiphy(struct rtw_regulatory *reg, -+ struct wiphy *wiphy, -+ void (*reg_notifier) (struct wiphy * wiphy, -+ struct regulatory_request * -+ request)) -+{ -+ const struct ieee80211_regdomain *regd; -+ -+ wiphy->reg_notifier = reg_notifier; -+ -+ wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG; -+ wiphy->regulatory_flags &= ~REGULATORY_STRICT_REG; -+ wiphy->regulatory_flags &= ~REGULATORY_DISABLE_BEACON_HINTS; -+ -+ regd = _rtw_regdomain_select(reg); -+ wiphy_apply_custom_regulatory(wiphy, regd); -+ -+ /* Hard code flags */ -+ _rtw_reg_apply_flags(wiphy); -+} -+ -+int rtw_regd_init(struct adapter *padapter, -+ void (*reg_notifier) (struct wiphy * wiphy, -+ struct regulatory_request *request)) -+{ -+ /* struct registry_priv *registrypriv = &padapter->registrypriv; */ -+ struct wiphy *wiphy = padapter->rtw_wdev->wiphy; -+ _rtw_regd_init_wiphy(NULL, wiphy, reg_notifier); -+ -+ return 0; -+} -+ -+void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) -+{ -+ struct rtw_regulatory *reg = NULL; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ _rtw_reg_notifier_apply(wiphy, request, reg); -+} -diff -Nurp linux.old/3rdparty/rtl8723bs/os_dep/xmit_linux.c linux/3rdparty/rtl8723bs/os_dep/xmit_linux.c ---- linux.old/3rdparty/rtl8723bs/os_dep/xmit_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8723bs/os_dep/xmit_linux.c 2017-01-20 22:14:45.000000000 +0200 -@@ -0,0 +1,298 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ ******************************************************************************/ -+#define _XMIT_OSDEP_C_ -+ -+#include -+#include -+ -+ -+uint rtw_remainder_len(struct pkt_file *pfile) -+{ -+ return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); -+} -+ -+void _rtw_open_pktfile (_pkt *pktptr, struct pkt_file *pfile) -+{ -+ pfile->pkt = pktptr; -+ pfile->cur_addr = pfile->buf_start = pktptr->data; -+ pfile->pkt_len = pfile->buf_len = pktptr->len; -+ -+ pfile->cur_buffer = pfile->buf_start ; -+} -+ -+uint _rtw_pktfile_read (struct pkt_file *pfile, u8 *rmem, uint rlen) -+{ -+ uint len = 0; -+ -+ len = rtw_remainder_len(pfile); -+ len = (rlen > len)? len: rlen; -+ -+ if (rmem) -+ skb_copy_bits(pfile->pkt, pfile->buf_len-pfile->pkt_len, rmem, len); -+ -+ pfile->cur_addr += len; -+ pfile->pkt_len -= len; -+ return len; -+} -+ -+sint rtw_endofpktfile(struct pkt_file *pfile) -+{ -+ if (pfile->pkt_len == 0) -+ return true; -+ return false; -+} -+ -+void rtw_set_tx_chksum_offload(_pkt *pkt, struct pkt_attrib *pattrib) -+{ -+ -+} -+ -+int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u8 flag) -+{ -+ if (alloc_sz > 0) { -+ pxmitbuf->pallocated_buf = rtw_zmalloc(alloc_sz); -+ if (pxmitbuf->pallocated_buf == NULL) -+ { -+ return _FAIL; -+ } -+ -+ pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); -+ } -+ -+ return _SUCCESS; -+} -+ -+void rtw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8 flag) -+{ -+ if (free_sz > 0) { -+ if (pxmitbuf->pallocated_buf) -+ kfree(pxmitbuf->pallocated_buf); -+ } -+} -+ -+#define WMM_XMIT_THRESHOLD (NR_XMITFRAME*2/5) -+ -+void rtw_os_pkt_complete(struct adapter *padapter, _pkt *pkt) -+{ -+ u16 queue; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ queue = skb_get_queue_mapping(pkt); -+ if (padapter->registrypriv.wifi_spec) { -+ if (__netif_subqueue_stopped(padapter->pnetdev, queue) && -+ (pxmitpriv->hwxmits[queue].accnt < WMM_XMIT_THRESHOLD)) -+ { -+ netif_wake_subqueue(padapter->pnetdev, queue); -+ } -+ } else { -+ if (__netif_subqueue_stopped(padapter->pnetdev, queue)) -+ netif_wake_subqueue(padapter->pnetdev, queue); -+ } -+ -+ dev_kfree_skb_any(pkt); -+} -+ -+void rtw_os_xmit_complete(struct adapter *padapter, struct xmit_frame *pxframe) -+{ -+ if (pxframe->pkt) -+ rtw_os_pkt_complete(padapter, pxframe->pkt); -+ -+ pxframe->pkt = NULL; -+} -+ -+void rtw_os_xmit_schedule(struct adapter *padapter) -+{ -+ struct adapter *pri_adapter = padapter; -+ -+ if (!padapter) -+ return; -+ -+ if (!list_empty(&padapter->xmitpriv.pending_xmitbuf_queue.queue)) -+ up(&pri_adapter->xmitpriv.xmit_sema); -+} -+ -+static void rtw_check_xmit_resource(struct adapter *padapter, _pkt *pkt) -+{ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ u16 queue; -+ -+ queue = skb_get_queue_mapping(pkt); -+ if (padapter->registrypriv.wifi_spec) { -+ /* No free space for Tx, tx_worker is too slow */ -+ if (pxmitpriv->hwxmits[queue].accnt > WMM_XMIT_THRESHOLD) { -+ /* DBG_871X("%s(): stop netif_subqueue[%d]\n", __func__, queue); */ -+ netif_stop_subqueue(padapter->pnetdev, queue); -+ } -+ } else { -+ if (pxmitpriv->free_xmitframe_cnt<=4) { -+ if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) -+ netif_stop_subqueue(padapter->pnetdev, queue); -+ } -+ } -+} -+ -+static int rtw_mlcst2unicst(struct adapter *padapter, struct sk_buff *skb) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct list_head *phead, *plist; -+ struct sk_buff *newskb; -+ struct sta_info *psta = NULL; -+ u8 chk_alive_num = 0; -+ char chk_alive_list[NUM_STA]; -+ u8 bc_addr[6]={0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u8 null_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ -+ int i; -+ s32 res; -+ -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u); -+ -+ spin_lock_bh(&pstapriv->asoc_list_lock); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ /* free sta asoc_queue */ -+ while (phead != plist) { -+ int stainfo_offset; -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) { -+ chk_alive_list[chk_alive_num++] = stainfo_offset; -+ } -+ } -+ spin_unlock_bh(&pstapriv->asoc_list_lock); -+ -+ for (i = 0; i < chk_alive_num; i++) { -+ psta = rtw_get_stainfo_by_offset(pstapriv, chk_alive_list[i]); -+ if (!(psta->state &_FW_LINKED)) -+ { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_ignore_fw_linked); -+ continue; -+ } -+ -+ /* avoid come from STA1 and send back STA1 */ -+ if (!memcmp(psta->hwaddr, &skb->data[6], 6) -+ || !memcmp(psta->hwaddr, null_addr, 6) -+ || !memcmp(psta->hwaddr, bc_addr, 6) -+ ) -+ { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_ignore_self); -+ continue; -+ } -+ -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_entry); -+ -+ newskb = rtw_skb_copy(skb); -+ -+ if (newskb) { -+ memcpy(newskb->data, psta->hwaddr, 6); -+ res = rtw_xmit(padapter, &newskb); -+ if (res < 0) { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_entry_err_xmit); -+ DBG_871X("%s()-%d: rtw_xmit() return error!\n", __func__, __LINE__); -+ pxmitpriv->tx_drop++; -+ dev_kfree_skb_any(newskb); -+ } -+ } else { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_entry_err_skb); -+ DBG_871X("%s-%d: rtw_skb_copy() failed!\n", __func__, __LINE__); -+ pxmitpriv->tx_drop++; -+ /* dev_kfree_skb_any(skb); */ -+ return false; /* Caller shall tx this multicast frame via normal way. */ -+ } -+ } -+ -+ dev_kfree_skb_any(skb); -+ return true; -+} -+ -+int _rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) -+{ -+ struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ s32 res = 0; -+ -+ DBG_COUNTER(padapter->tx_logs.os_tx); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("+xmit_enry\n")); -+ -+ if (rtw_if_up(padapter) == false) { -+ DBG_COUNTER(padapter->tx_logs.os_tx_err_up); -+ RT_TRACE(_module_xmit_osdep_c_, _drv_err_, ("rtw_xmit_entry: rtw_if_up fail\n")); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s if_up fail\n", __func__); -+ #endif -+ goto drop_packet; -+ } -+ -+ rtw_check_xmit_resource(padapter, pkt); -+ -+ if (!rtw_mc2u_disable -+ && check_fwstate(pmlmepriv, WIFI_AP_STATE) == true -+ && (IP_MCAST_MAC(pkt->data) -+ || ICMPV6_MCAST_MAC(pkt->data) -+ #ifdef CONFIG_TX_BCAST2UNI -+ || is_broadcast_mac_addr(pkt->data) -+ #endif -+ ) -+ && (padapter->registrypriv.wifi_spec == 0) -+ ) -+ { -+ if (pxmitpriv->free_xmitframe_cnt > (NR_XMITFRAME/4)) { -+ res = rtw_mlcst2unicst(padapter, pkt); -+ if (res == true) { -+ goto exit; -+ } -+ } else { -+ /* DBG_871X("Stop M2U(%d, %d)! ", pxmitpriv->free_xmitframe_cnt, pxmitpriv->free_xmitbuf_cnt); */ -+ /* DBG_871X("!m2u); */ -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_stop); -+ } -+ } -+ -+ res = rtw_xmit(padapter, &pkt); -+ if (res < 0) { -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s rtw_xmit fail\n", __func__); -+ #endif -+ goto drop_packet; -+ } -+ -+ RT_TRACE(_module_xmit_osdep_c_, _drv_info_, ("rtw_xmit_entry: tx_pkts =%d\n", (u32)pxmitpriv->tx_pkts)); -+ goto exit; -+ -+drop_packet: -+ pxmitpriv->tx_drop++; -+ dev_kfree_skb_any(pkt); -+ RT_TRACE(_module_xmit_osdep_c_, _drv_notice_, ("rtw_xmit_entry: drop, tx_drop =%d\n", (u32)pxmitpriv->tx_drop)); -+ -+exit: -+ return 0; -+} -+ -+int rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) -+{ -+ int ret = 0; -+ -+ if (pkt) { -+ rtw_mstat_update(MSTAT_TYPE_SKB, MSTAT_ALLOC_SUCCESS, pkt->truesize); -+ ret = _rtw_xmit_entry(pkt, pnetdev); -+ } -+ -+ return ret; -+} diff --git a/kernel/tools/perf/files/patches/mageia/3rd-rtl8812au.patch b/kernel/tools/perf/files/patches/mageia/3rd-rtl8812au.patch deleted file mode 100644 index 680a95b4b7..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-rtl8812au.patch +++ /dev/null @@ -1,384428 +0,0 @@ -diff -Nurp linux.old/3rdparty/rtl8812au/core/efuse/rtw_efuse.c linux/3rdparty/rtl8812au/core/efuse/rtw_efuse.c ---- linux.old/3rdparty/rtl8812au/core/efuse/rtw_efuse.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/efuse/rtw_efuse.c 2017-06-07 23:07:20.997686300 +0300 -@@ -0,0 +1,1672 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_EFUSE_C_ -+ -+#include -+#include -+ -+#include "../hal/efuse/efuse_mask.h" -+ -+/*------------------------Define local variable------------------------------*/ -+u8 fakeEfuseBank=0; -+u32 fakeEfuseUsedBytes=0; -+u8 fakeEfuseContent[EFUSE_MAX_HW_SIZE]={0}; -+u8 fakeEfuseInitMap[EFUSE_MAX_MAP_LEN]={0}; -+u8 fakeEfuseModifiedMap[EFUSE_MAX_MAP_LEN]={0}; -+ -+u32 BTEfuseUsedBytes=0; -+u8 BTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+u8 BTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN]={0}; -+u8 BTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN]={0}; -+ -+u32 fakeBTEfuseUsedBytes=0; -+u8 fakeBTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+u8 fakeBTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN]={0}; -+u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN]={0}; -+ -+u8 maskfileBuffer[32]; -+/*------------------------Define local variable------------------------------*/ -+ -+//------------------------------------------------------------------------------ -+#define REG_EFUSE_CTRL 0x0030 -+#define EFUSE_CTRL REG_EFUSE_CTRL // E-Fuse Control. -+//------------------------------------------------------------------------------ -+ -+BOOLEAN -+Efuse_Read1ByteFromFakeContent( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN OUT u8 *Value ); -+BOOLEAN -+Efuse_Read1ByteFromFakeContent( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN OUT u8 *Value ) -+{ -+ if(Offset >= EFUSE_MAX_HW_SIZE) -+ { -+ return _FALSE; -+ } -+ //DbgPrint("Read fake content, offset = %d\n", Offset); -+ if(fakeEfuseBank == 0) -+ *Value = fakeEfuseContent[Offset]; -+ else -+ *Value = fakeBTEfuseContent[fakeEfuseBank-1][Offset]; -+ return _TRUE; -+} -+ -+BOOLEAN -+Efuse_Write1ByteToFakeContent( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN u8 Value ); -+BOOLEAN -+Efuse_Write1ByteToFakeContent( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN u8 Value ) -+{ -+ if(Offset >= EFUSE_MAX_HW_SIZE) -+ { -+ return _FALSE; -+ } -+ if(fakeEfuseBank == 0) -+ fakeEfuseContent[Offset] = Value; -+ else -+ { -+ fakeBTEfuseContent[fakeEfuseBank-1][Offset] = Value; -+ } -+ return _TRUE; -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: Efuse_PowerSwitch -+ * -+ * Overview: When we want to enable write operation, we should change to -+ * pwr on state. When we stop write, we should switch to 500k mode -+ * and disable LDO 2.5V. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/17/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+Efuse_PowerSwitch( -+ IN PADAPTER pAdapter, -+ IN u8 bWrite, -+ IN u8 PwrState) -+{ -+ pAdapter->HalFunc.EfusePowerSwitch(pAdapter, bWrite, PwrState); -+} -+ -+VOID -+BTEfuse_PowerSwitch( -+ IN PADAPTER pAdapter, -+ IN u8 bWrite, -+ IN u8 PwrState) -+{ -+ if(pAdapter->HalFunc.BTEfusePowerSwitch) -+ pAdapter->HalFunc.BTEfusePowerSwitch(pAdapter, bWrite, PwrState); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: efuse_GetCurrentSize -+ * -+ * Overview: Get current efuse size!!! -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/16/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+u16 -+Efuse_GetCurrentSize( -+ IN PADAPTER pAdapter, -+ IN u8 efuseType, -+ IN BOOLEAN bPseudoTest) -+{ -+ u16 ret=0; -+ -+ ret = pAdapter->HalFunc.EfuseGetCurrentSize(pAdapter, efuseType, bPseudoTest); -+ -+ return ret; -+} -+ -+/* 11/16/2008 MH Add description. Get current efuse area enabled word!!. */ -+u8 -+Efuse_CalculateWordCnts(IN u8 word_en) -+{ -+ u8 word_cnts = 0; -+ if(!(word_en & BIT(0))) word_cnts++; // 0 : write enable -+ if(!(word_en & BIT(1))) word_cnts++; -+ if(!(word_en & BIT(2))) word_cnts++; -+ if(!(word_en & BIT(3))) word_cnts++; -+ return word_cnts; -+} -+ -+// -+// Description: -+// Execute E-Fuse read byte operation. -+// Refered from SD1 Richard. -+// -+// Assumption: -+// 1. Boot from E-Fuse and successfully auto-load. -+// 2. PASSIVE_LEVEL (USB interface) -+// -+// Created by Roger, 2008.10.21. -+// -+VOID -+ReadEFuseByte( -+ PADAPTER Adapter, -+ u16 _offset, -+ u8 *pbuf, -+ IN BOOLEAN bPseudoTest) -+{ -+ u32 value32; -+ u8 readbyte; -+ u16 retry; -+ //u32 start=rtw_get_current_time(); -+ -+ if(bPseudoTest) -+ { -+ Efuse_Read1ByteFromFakeContent(Adapter, _offset, pbuf); -+ return; -+ } -+ if (IS_HARDWARE_TYPE_8723B(Adapter)) -+ { -+ // <20130121, Kordan> For SMIC S55 EFUSE specificatoin. -+ //0x34[11]: SW force PGMEN input of efuse to high. (for the bank selected by 0x34[9:8]) -+ PHY_SetMacReg(Adapter, EFUSE_TEST, BIT11, 0); -+ } -+ //Write Address -+ rtw_write8(Adapter, EFUSE_CTRL+1, (_offset & 0xff)); -+ readbyte = rtw_read8(Adapter, EFUSE_CTRL+2); -+ rtw_write8(Adapter, EFUSE_CTRL+2, ((_offset >> 8) & 0x03) | (readbyte & 0xfc)); -+ -+ //Write bit 32 0 -+ readbyte = rtw_read8(Adapter, EFUSE_CTRL+3); -+ rtw_write8(Adapter, EFUSE_CTRL+3, (readbyte & 0x7f)); -+ -+ //Check bit 32 read-ready -+ retry = 0; -+ value32 = rtw_read32(Adapter, EFUSE_CTRL); -+ //while(!(((value32 >> 24) & 0xff) & 0x80) && (retry<10)) -+ while(!(((value32 >> 24) & 0xff) & 0x80) && (retry<10000)) -+ { -+ value32 = rtw_read32(Adapter, EFUSE_CTRL); -+ retry++; -+ } -+ -+ // 20100205 Joseph: Add delay suggested by SD1 Victor. -+ // This fix the problem that Efuse read error in high temperature condition. -+ // Designer says that there shall be some delay after ready bit is set, or the -+ // result will always stay on last data we read. -+ rtw_udelay_os(50); -+ value32 = rtw_read32(Adapter, EFUSE_CTRL); -+ -+ *pbuf = (u8)(value32 & 0xff); -+ //DBG_871X("ReadEFuseByte _offset:%08u, in %d ms\n",_offset ,rtw_get_passing_time_ms(start)); -+ -+} -+ -+// -+// Description: -+// 1. Execute E-Fuse read byte operation according as map offset and -+// save to E-Fuse table. -+// 2. Refered from SD1 Richard. -+// -+// Assumption: -+// 1. Boot from E-Fuse and successfully auto-load. -+// 2. PASSIVE_LEVEL (USB interface) -+// -+// Created by Roger, 2008.10.21. -+// -+// 2008/12/12 MH 1. Reorganize code flow and reserve bytes. and add description. -+// 2. Add efuse utilization collect. -+// 2008/12/22 MH Read Efuse must check if we write section 1 data again!!! Sec1 -+// write addr must be after sec5. -+// -+ -+VOID -+efuse_ReadEFuse( -+ PADAPTER Adapter, -+ u8 efuseType, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+ IN BOOLEAN bPseudoTest -+ ); -+VOID -+efuse_ReadEFuse( -+ PADAPTER Adapter, -+ u8 efuseType, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+ IN BOOLEAN bPseudoTest -+ ) -+{ -+ Adapter->HalFunc.ReadEFuse(Adapter, efuseType, _offset, _size_byte, pbuf, bPseudoTest); -+} -+ -+VOID -+EFUSE_GetEfuseDefinition( -+ IN PADAPTER pAdapter, -+ IN u8 efuseType, -+ IN u8 type, -+ OUT void *pOut, -+ IN BOOLEAN bPseudoTest -+ ) -+{ -+ pAdapter->HalFunc.EFUSEGetEfuseDefinition(pAdapter, efuseType, type, pOut, bPseudoTest); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_Read1Byte -+ * -+ * Overview: Copy from WMAC fot EFUSE read 1 byte. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 09/23/2008 MHC Copy from WMAC. -+ * -+ *---------------------------------------------------------------------------*/ -+u8 -+EFUSE_Read1Byte( -+ IN PADAPTER Adapter, -+ IN u16 Address) -+{ -+ u8 data; -+ u8 Bytetemp = {0x00}; -+ u8 temp = {0x00}; -+ u32 k=0; -+ u16 contentLen=0; -+ -+ EFUSE_GetEfuseDefinition(Adapter, EFUSE_WIFI , TYPE_EFUSE_REAL_CONTENT_LEN, (PVOID)&contentLen, _FALSE); -+ -+ if (Address < contentLen) //E-fuse 512Byte -+ { -+ //Write E-fuse Register address bit0~7 -+ temp = Address & 0xFF; -+ rtw_write8(Adapter, EFUSE_CTRL+1, temp); -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+2); -+ //Write E-fuse Register address bit8~9 -+ temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); -+ rtw_write8(Adapter, EFUSE_CTRL+2, temp); -+ -+ //Write 0x30[31]=0 -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ temp = Bytetemp & 0x7F; -+ rtw_write8(Adapter, EFUSE_CTRL+3, temp); -+ -+ //Wait Write-ready (0x30[31]=1) -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ while(!(Bytetemp & 0x80)) -+ { -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ k++; -+ if(k==1000) -+ { -+ k=0; -+ break; -+ } -+ } -+ data=rtw_read8(Adapter, EFUSE_CTRL); -+ return data; -+ } -+ else -+ return 0xFF; -+ -+}/* EFUSE_Read1Byte */ -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_Write1Byte -+ * -+ * Overview: Copy from WMAC fot EFUSE write 1 byte. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 09/23/2008 MHC Copy from WMAC. -+ * -+ *---------------------------------------------------------------------------*/ -+ -+void -+EFUSE_Write1Byte( -+ IN PADAPTER Adapter, -+ IN u16 Address, -+ IN u8 Value); -+void -+EFUSE_Write1Byte( -+ IN PADAPTER Adapter, -+ IN u16 Address, -+ IN u8 Value) -+{ -+ u8 Bytetemp = {0x00}; -+ u8 temp = {0x00}; -+ u32 k=0; -+ u16 contentLen=0; -+ -+ //RT_TRACE(COMP_EFUSE, DBG_LOUD, ("Addr=%x Data =%x\n", Address, Value)); -+ EFUSE_GetEfuseDefinition(Adapter, EFUSE_WIFI , TYPE_EFUSE_REAL_CONTENT_LEN, (PVOID)&contentLen, _FALSE); -+ -+ if( Address < contentLen) //E-fuse 512Byte -+ { -+ rtw_write8(Adapter, EFUSE_CTRL, Value); -+ -+ //Write E-fuse Register address bit0~7 -+ temp = Address & 0xFF; -+ rtw_write8(Adapter, EFUSE_CTRL+1, temp); -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+2); -+ -+ //Write E-fuse Register address bit8~9 -+ temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); -+ rtw_write8(Adapter, EFUSE_CTRL+2, temp); -+ -+ //Write 0x30[31]=1 -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ temp = Bytetemp | 0x80; -+ rtw_write8(Adapter, EFUSE_CTRL+3, temp); -+ -+ //Wait Write-ready (0x30[31]=0) -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ while(Bytetemp & 0x80) -+ { -+ Bytetemp = rtw_read8(Adapter, EFUSE_CTRL+3); -+ k++; -+ if(k==100) -+ { -+ k=0; -+ break; -+ } -+ } -+ } -+}/* EFUSE_Write1Byte */ -+ -+ -+/* 11/16/2008 MH Read one byte from real Efuse. */ -+u8 -+efuse_OneByteRead( -+ IN PADAPTER pAdapter, -+ IN u16 addr, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ u32 tmpidx = 0; -+ u8 bResult; -+ u8 readbyte; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ //DBG_871X("===> EFUSE_OneByteRead(), addr = %x\n", addr); -+ //DBG_871X("===> EFUSE_OneByteRead() start, 0x34 = 0x%X\n", rtw_read32(pAdapter, EFUSE_TEST)); -+ -+ if(bPseudoTest) -+ { -+ bResult = Efuse_Read1ByteFromFakeContent(pAdapter, addr, data); -+ return bResult; -+ } -+ -+ if( IS_HARDWARE_TYPE_8723B(pAdapter) || -+ (IS_HARDWARE_TYPE_8192E(pAdapter) && (!IS_A_CUT(pHalData->VersionID))) || -+ (IS_VENDOR_8188E_I_CUT_SERIES(pAdapter)) || (IS_CHIP_VENDOR_SMIC(pHalData->VersionID)) -+ ) -+ { -+ // <20130121, Kordan> For SMIC EFUSE specificatoin. -+ //0x34[11]: SW force PGMEN input of efuse to high. (for the bank selected by 0x34[9:8]) -+ //PHY_SetMacReg(pAdapter, 0x34, BIT11, 0); -+ rtw_write16(pAdapter, 0x34, rtw_read16(pAdapter,0x34)& (~BIT11) ); -+ } -+ -+ // -----------------e-fuse reg ctrl --------------------------------- -+ //address -+ rtw_write8(pAdapter, EFUSE_CTRL+1, (u8)(addr&0xff)); -+ rtw_write8(pAdapter, EFUSE_CTRL+2, ((u8)((addr>>8) &0x03) ) | -+ (rtw_read8(pAdapter, EFUSE_CTRL+2)&0xFC )); -+ -+ //rtw_write8(pAdapter, EFUSE_CTRL+3, 0x72);//read cmd -+ //Write bit 32 0 -+ readbyte = rtw_read8(pAdapter, EFUSE_CTRL+3); -+ rtw_write8(pAdapter, EFUSE_CTRL+3, (readbyte & 0x7f)); -+ -+ while(!(0x80 &rtw_read8(pAdapter, EFUSE_CTRL+3))&&(tmpidx<1000)) -+ { -+ rtw_mdelay_os(1); -+ tmpidx++; -+ } -+ if(tmpidx<100) -+ { -+ *data=rtw_read8(pAdapter, EFUSE_CTRL); -+ bResult = _TRUE; -+ } -+ else -+ { -+ *data = 0xff; -+ bResult = _FALSE; -+ DBG_871X("%s: [ERROR] addr=0x%x bResult=%d time out 1s !!!\n", __FUNCTION__, addr, bResult); -+ DBG_871X("%s: [ERROR] EFUSE_CTRL =0x%08x !!!\n", __FUNCTION__, rtw_read32(pAdapter, EFUSE_CTRL)); -+ } -+ -+ return bResult; -+} -+ -+/* 11/16/2008 MH Write one byte to reald Efuse. */ -+u8 -+efuse_OneByteWrite( -+ IN PADAPTER pAdapter, -+ IN u16 addr, -+ IN u8 data, -+ IN BOOLEAN bPseudoTest) -+{ -+ u8 tmpidx = 0; -+ u8 bResult=_FALSE; -+ u32 efuseValue = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ //DBG_871X("===> EFUSE_OneByteWrite(), addr = %x data=%x\n", addr, data); -+ //DBG_871X("===> EFUSE_OneByteWrite() start, 0x34 = 0x%X\n", rtw_read32(pAdapter, EFUSE_TEST)); -+ -+ if(bPseudoTest) -+ { -+ bResult = Efuse_Write1ByteToFakeContent(pAdapter, addr, data); -+ return bResult; -+ } -+ -+ -+ // -----------------e-fuse reg ctrl --------------------------------- -+ //address -+ -+ -+ efuseValue = rtw_read32(pAdapter, EFUSE_CTRL); -+ efuseValue |= (BIT21|BIT31); -+ efuseValue &= ~(0x3FFFF); -+ efuseValue |= ((addr<<8 | data) & 0x3FFFF); -+ -+ // <20130227, Kordan> 8192E MP chip A-cut had better not set 0x34[11] until B-Cut. -+ if ( IS_HARDWARE_TYPE_8723B(pAdapter) || -+ (IS_HARDWARE_TYPE_8192E(pAdapter) && (!IS_A_CUT(pHalData->VersionID))) || -+ (IS_VENDOR_8188E_I_CUT_SERIES(pAdapter)) || (IS_CHIP_VENDOR_SMIC(pHalData->VersionID)) -+ ) { -+ // <20130121, Kordan> For SMIC EFUSE specificatoin. -+ //0x34[11]: SW force PGMEN input of efuse to high. (for the bank selected by 0x34[9:8]) -+ //PHY_SetMacReg(pAdapter, 0x34, BIT11, 1); -+ rtw_write16(pAdapter, 0x34, rtw_read16(pAdapter,0x34)| (BIT11) ); -+ rtw_write32(pAdapter, EFUSE_CTRL, 0x90600000|((addr<<8 | data)) ); -+ } -+ else -+ { -+ rtw_write32(pAdapter, EFUSE_CTRL, efuseValue); -+ } -+ -+ while((0x80 & rtw_read8(pAdapter, EFUSE_CTRL+3)) && (tmpidx<100) ){ -+ rtw_mdelay_os(1); -+ tmpidx++; -+ } -+ -+ if(tmpidx<100) -+ { -+ bResult = _TRUE; -+ } -+ else -+ { -+ bResult = _FALSE; -+ DBG_871X("%s: [ERROR] addr=0x%x ,efuseValue=0x%x ,bResult=%d time out 1s !!! \n", -+ __FUNCTION__, addr, efuseValue, bResult); -+ DBG_871X("%s: [ERROR] EFUSE_CTRL =0x%08x !!!\n", __FUNCTION__, rtw_read32(pAdapter, EFUSE_CTRL)); -+ } -+ -+ // disable Efuse program enable -+ if ( IS_HARDWARE_TYPE_8723B(pAdapter) || -+ (IS_HARDWARE_TYPE_8192E(pAdapter) && (!IS_A_CUT(pHalData->VersionID))) || -+ (IS_VENDOR_8188E_I_CUT_SERIES(pAdapter)) || (IS_CHIP_VENDOR_SMIC(pHalData->VersionID)) -+ ) { -+ PHY_SetMacReg(pAdapter, EFUSE_TEST, BIT(11), 0); -+ } -+ -+ return bResult; -+} -+ -+int -+Efuse_PgPacketRead( IN PADAPTER pAdapter, -+ IN u8 offset, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ int ret=0; -+ -+ ret = pAdapter->HalFunc.Efuse_PgPacketRead(pAdapter, offset, data, bPseudoTest); -+ -+ return ret; -+} -+ -+int -+Efuse_PgPacketWrite(IN PADAPTER pAdapter, -+ IN u8 offset, -+ IN u8 word_en, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ int ret; -+ -+ ret = pAdapter->HalFunc.Efuse_PgPacketWrite(pAdapter, offset, word_en, data, bPseudoTest); -+ -+ return ret; -+} -+ -+ -+int -+Efuse_PgPacketWrite_BT(IN PADAPTER pAdapter, -+ IN u8 offset, -+ IN u8 word_en, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ int ret; -+ -+ ret = pAdapter->HalFunc.Efuse_PgPacketWrite_BT(pAdapter, offset, word_en, data, bPseudoTest); -+ -+ return ret; -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: efuse_WordEnableDataRead -+ * -+ * Overview: Read allowed word in current efuse section data. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/16/2008 MHC Create Version 0. -+ * 11/21/2008 MHC Fix Write bug when we only enable late word. -+ * -+ *---------------------------------------------------------------------------*/ -+void -+efuse_WordEnableDataRead(IN u8 word_en, -+ IN u8 *sourdata, -+ IN u8 *targetdata) -+{ -+ if (!(word_en&BIT(0))) -+ { -+ targetdata[0] = sourdata[0]; -+ targetdata[1] = sourdata[1]; -+ } -+ if (!(word_en&BIT(1))) -+ { -+ targetdata[2] = sourdata[2]; -+ targetdata[3] = sourdata[3]; -+ } -+ if (!(word_en&BIT(2))) -+ { -+ targetdata[4] = sourdata[4]; -+ targetdata[5] = sourdata[5]; -+ } -+ if (!(word_en&BIT(3))) -+ { -+ targetdata[6] = sourdata[6]; -+ targetdata[7] = sourdata[7]; -+ } -+} -+ -+ -+u8 -+Efuse_WordEnableDataWrite( IN PADAPTER pAdapter, -+ IN u16 efuse_addr, -+ IN u8 word_en, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ u8 ret=0; -+ -+ ret = pAdapter->HalFunc.Efuse_WordEnableDataWrite(pAdapter, efuse_addr, word_en, data, bPseudoTest); -+ -+ return ret; -+} -+ -+static u8 efuse_read8(PADAPTER padapter, u16 address, u8 *value) -+{ -+ return efuse_OneByteRead(padapter,address, value, _FALSE); -+} -+ -+static u8 efuse_write8(PADAPTER padapter, u16 address, u8 *value) -+{ -+ return efuse_OneByteWrite(padapter,address, *value, _FALSE); -+} -+ -+/* -+ * read/wirte raw efuse data -+ */ -+u8 rtw_efuse_access(PADAPTER padapter, u8 bWrite, u16 start_addr, u16 cnts, u8 *data) -+{ -+ int i = 0; -+ u16 real_content_len = 0, max_available_size = 0; -+ u8 res = _FAIL ; -+ u8 (*rw8)(PADAPTER, u16, u8*); -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_EFUSE_REAL_CONTENT_LEN, (PVOID)&real_content_len, _FALSE); -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ -+ if (start_addr > real_content_len) -+ return _FAIL; -+ -+ if (_TRUE == bWrite) { -+ if ((start_addr + cnts) > max_available_size) -+ return _FAIL; -+ rw8 = &efuse_write8; -+ } else -+ rw8 = &efuse_read8; -+ -+ Efuse_PowerSwitch(padapter, bWrite, _TRUE); -+ -+ // e-fuse one byte read / write -+ for (i = 0; i < cnts; i++) { -+ if (start_addr >= real_content_len) { -+ res = _FAIL; -+ break; -+ } -+ -+ res = rw8(padapter, start_addr++, data++); -+ if (_FAIL == res) break; -+ } -+ -+ Efuse_PowerSwitch(padapter, bWrite, _FALSE); -+ -+ return res; -+} -+//------------------------------------------------------------------------------ -+u16 efuse_GetMaxSize(PADAPTER padapter) -+{ -+ u16 max_size; -+ -+ max_size = 0; -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI , TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_size, _FALSE); -+ return max_size; -+} -+//------------------------------------------------------------------------------ -+u8 efuse_GetCurrentSize(PADAPTER padapter, u16 *size) -+{ -+ Efuse_PowerSwitch(padapter, _FALSE, _TRUE); -+ *size = Efuse_GetCurrentSize(padapter, EFUSE_WIFI, _FALSE); -+ Efuse_PowerSwitch(padapter, _FALSE, _FALSE); -+ -+ return _SUCCESS; -+} -+//------------------------------------------------------------------------------ -+u8 rtw_efuse_map_read(PADAPTER padapter, u16 addr, u16 cnts, u8 *data) -+{ -+ u16 mapLen=0; -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_EFUSE_MAP_LEN, (PVOID)&mapLen, _FALSE); -+ -+ if ((addr + cnts) > mapLen) -+ return _FAIL; -+ -+ Efuse_PowerSwitch(padapter, _FALSE, _TRUE); -+ -+ efuse_ReadEFuse(padapter, EFUSE_WIFI, addr, cnts, data, _FALSE); -+ -+ Efuse_PowerSwitch(padapter, _FALSE, _FALSE); -+ -+ return _SUCCESS; -+} -+ -+u8 rtw_BT_efuse_map_read(PADAPTER padapter, u16 addr, u16 cnts, u8 *data) -+{ -+ u16 mapLen=0; -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_BT, TYPE_EFUSE_MAP_LEN, (PVOID)&mapLen, _FALSE); -+ -+ if ((addr + cnts) > mapLen) -+ return _FAIL; -+ -+ Efuse_PowerSwitch(padapter, _FALSE, _TRUE); -+ -+ efuse_ReadEFuse(padapter, EFUSE_BT, addr, cnts, data, _FALSE); -+ -+ Efuse_PowerSwitch(padapter, _FALSE, _FALSE); -+ -+ return _SUCCESS; -+} -+ -+BOOLEAN rtw_file_efuse_IsMasked( -+ PADAPTER pAdapter, -+ u16 Offset -+ ) -+{ -+ int r = Offset/16; -+ int c = (Offset%16) / 2; -+ int result = 0; -+ -+ if(pAdapter->registrypriv.boffefusemask) -+ return FALSE; -+ -+ //DBG_871X(" %s ,Offset=%x r= %d , c=%d , maskfileBuffer[r]= %x \n",__func__,Offset,r,c,maskfileBuffer[r]); -+ if (c < 4) // Upper double word -+ result = (maskfileBuffer[r] & (0x10 << c)); -+ else -+ result = (maskfileBuffer[r] & (0x01 << (c-4))); -+ -+ return (result > 0) ? 0 : 1; -+ -+} -+ -+ -+u8 rtw_efuse_file_read(PADAPTER padapter,u8 *filepatch,u8 *buf,u32 len) -+{ -+ char *ptmp; -+ char *ptmpbuf=NULL; -+ u32 rtStatus; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ ptmpbuf = rtw_zmalloc(2048); -+ -+ if (ptmpbuf == NULL) -+ return _FALSE; -+ -+ _rtw_memset(ptmpbuf,'\0',2048); -+ -+ rtStatus = rtw_retrieve_from_file(filepatch, ptmpbuf, 2048); -+ -+ if( rtStatus > 100 ) -+ { -+ u32 i,j; -+ for(i=0,j=0;jregistrypriv.boffefusemask) -+ return FALSE; -+ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+#if defined(CONFIG_RTL8188E) -+ if (IS_HARDWARE_TYPE_8188E(pAdapter)) -+ return (IS_MASKED(8188E,_MUSB,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8812A) -+ if (IS_HARDWARE_TYPE_8812(pAdapter)) -+ return (IS_MASKED(8812A,_MUSB,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8821A) -+ //if (IS_HARDWARE_TYPE_8811AU(pAdapter)) -+ // return (IS_MASKED(8811A,_MUSB,Offset)) ? TRUE : FALSE; -+ if (IS_HARDWARE_TYPE_8821(pAdapter)) -+ return (IS_MASKED(8821A,_MUSB,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8192E) -+ if (IS_HARDWARE_TYPE_8192E(pAdapter)) -+ return (IS_MASKED(8192E,_MUSB,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8723B) -+ if (IS_HARDWARE_TYPE_8723B(pAdapter)) -+ return (IS_MASKED(8723B,_MUSB,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8814A) -+ if (IS_HARDWARE_TYPE_8814A(pAdapter)) -+ return (IS_MASKED(8814A, _MUSB, Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8188F) -+ if (IS_HARDWARE_TYPE_8188F(pAdapter)) -+ return (IS_MASKED(8188F, _MUSB, Offset)) ? TRUE : FALSE; -+#endif -+#elif DEV_BUS_TYPE == RT_PCI_INTERFACE -+#if defined(CONFIG_RTL8188E) -+ if (IS_HARDWARE_TYPE_8188E(pAdapter)) -+ return (IS_MASKED(8188E,_MPCIE,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8192E) -+ if (IS_HARDWARE_TYPE_8192E(pAdapter)) -+ return (IS_MASKED(8192E,_MPCIE,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8812A) -+ if (IS_HARDWARE_TYPE_8812(pAdapter)) -+ return (IS_MASKED(8812A,_MPCIE,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8821A) -+ if (IS_HARDWARE_TYPE_8821(pAdapter)) -+ return (IS_MASKED(8821A,_MPCIE,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8723B) -+ if (IS_HARDWARE_TYPE_8723B(pAdapter)) -+ return (IS_MASKED(8723B,_MPCIE,Offset)) ? TRUE : FALSE; -+#endif -+#if defined(CONFIG_RTL8814A) -+ if (IS_HARDWARE_TYPE_8814A(pAdapter)) -+ return (IS_MASKED(8814A, _MPCIE, Offset)) ? TRUE : FALSE; -+#endif -+ //else if (IS_HARDWARE_TYPE_8821B(pAdapter)) -+ // return (IS_MASKED(8821B,_MPCIE,Offset)) ? TRUE : FALSE; -+ -+#elif DEV_BUS_TYPE == RT_SDIO_INTERFACE -+#ifdef CONFIG_RTL8188E_SDIO -+ if (IS_HARDWARE_TYPE_8188E(pAdapter)) -+ return (IS_MASKED(8188E,_MSDIO,Offset)) ? TRUE : FALSE; -+#endif -+#ifdef CONFIG_RTL8188F_SDIO -+ if (IS_HARDWARE_TYPE_8188F(pAdapter)) -+ return (IS_MASKED(8188F, _MSDIO, Offset)) ? TRUE : FALSE; -+#endif -+#endif -+ -+ return FALSE; -+} -+ -+//------------------------------------------------------------------------------ -+u8 rtw_efuse_map_write(PADAPTER padapter, u16 addr, u16 cnts, u8 *data) -+{ -+#define RT_ASSERT_RET(expr) \ -+ if(!(expr)) { \ -+ printk( "Assertion failed! %s at ......\n", #expr); \ -+ printk( " ......%s,%s,line=%d\n",__FILE__,__FUNCTION__,__LINE__); \ -+ return _FAIL; \ -+ } -+ -+ u8 offset, word_en; -+ u8 *map; -+ u8 newdata[PGPKT_DATA_SIZE]; -+ s32 i, j, idx; -+ u8 ret = _SUCCESS; -+ u16 mapLen=0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_EFUSE_MAP_LEN, (PVOID)&mapLen, _FALSE); -+ -+ if ((addr + cnts) > mapLen) -+ return _FAIL; -+ -+ RT_ASSERT_RET(PGPKT_DATA_SIZE == 8); // have to be 8 byte alignment -+ RT_ASSERT_RET((mapLen & 0x7) == 0); // have to be PGPKT_DATA_SIZE alignment for memcpy -+ -+ map = rtw_zmalloc(mapLen); -+ if(map == NULL){ -+ return _FAIL; -+ } -+ -+ _rtw_memset(map, 0xFF, mapLen); -+ -+ ret = rtw_efuse_map_read(padapter, 0, mapLen, map); -+ if (ret == _FAIL) goto exit; -+ -+ if(padapter->registrypriv.boffefusemask==0) -+ { -+ for (i =0; i < cnts; i++) -+ { -+ if(padapter->registrypriv.bFileMaskEfuse==_TRUE) -+ { -+ if (rtw_file_efuse_IsMasked(padapter, addr+i)) /*use file efuse mask. */ -+ data[i] = map[addr+i]; -+ } -+ else -+ { -+ if ( efuse_IsMasked(padapter, addr+i )) -+ data[i] = map[addr+i]; -+ } -+ DBG_8192C("%s , data[%d] = %x, map[addr+i]= %x\n", __func__, i, data[i], map[addr+i]); -+ } -+ } -+ Efuse_PowerSwitch(padapter, _TRUE, _TRUE); -+ -+ idx = 0; -+ offset = (addr >> 3); -+ while (idx < cnts) -+ { -+ word_en = 0xF; -+ j = (addr + idx) & 0x7; -+ _rtw_memcpy(newdata, &map[offset << 3], PGPKT_DATA_SIZE); -+ for (i = j; i> 1); -+ newdata[i] = data[idx]; -+#ifdef CONFIG_RTL8723B -+ if( addr + idx == 0x8) -+ { -+ if (IS_C_CUT(pHalData->VersionID) || IS_B_CUT(pHalData->VersionID)) -+ { -+ if(pHalData->adjuseVoltageVal == 6) -+ { -+ newdata[i] = map[addr + idx]; -+ DBG_8192C(" %s ,\n adjuseVoltageVal = %d ,newdata[%d] = %x \n",__func__,pHalData->adjuseVoltageVal,i,newdata[i]); -+ } -+ } -+ } -+#endif -+ } -+ } -+ -+ if (word_en != 0xF) { -+ ret = Efuse_PgPacketWrite(padapter, offset, word_en, newdata, _FALSE); -+ DBG_871X("offset=%x \n",offset); -+ DBG_871X("word_en=%x \n",word_en); -+ -+ for(i=0;iregistrypriv.boffefusemask == 0) { -+ -+ for (i = 0; i < cnts; i++) { -+ if (padapter->registrypriv.bFileMaskEfuse == _TRUE) { -+ if (rtw_file_efuse_IsMasked(padapter, addr+i)) /*use file efuse mask.*/ -+ data[i] = 0xff; -+ } else { -+ /*DBG_8192C(" %s , data[%d] = %x\n", __func__, i, data[i]);*/ -+ if (efuse_IsMasked(padapter, addr+i)) { -+ data[i] = 0xff; -+ /*DBG_8192C(" %s ,mask data[%d] = %x\n", __func__, i, data[i]);*/ -+ } -+ } -+ } -+ -+ } -+ return ret; -+ -+} -+ -+u8 rtw_BT_efuse_map_write(PADAPTER padapter, u16 addr, u16 cnts, u8 *data) -+{ -+#define RT_ASSERT_RET(expr) \ -+ if(!(expr)) { \ -+ printk( "Assertion failed! %s at ......\n", #expr); \ -+ printk( " ......%s,%s,line=%d\n",__FILE__,__FUNCTION__,__LINE__); \ -+ return _FAIL; \ -+ } -+ -+ u8 offset, word_en; -+ u8 *map; -+ u8 newdata[PGPKT_DATA_SIZE]; -+ s32 i=0, j=0, idx; -+ u8 ret = _SUCCESS; -+ u16 mapLen=0; -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_BT, TYPE_EFUSE_MAP_LEN, (PVOID)&mapLen, _FALSE); -+ -+ if ((addr + cnts) > mapLen) -+ return _FAIL; -+ -+ RT_ASSERT_RET(PGPKT_DATA_SIZE == 8); // have to be 8 byte alignment -+ RT_ASSERT_RET((mapLen & 0x7) == 0); // have to be PGPKT_DATA_SIZE alignment for memcpy -+ -+ map = rtw_zmalloc(mapLen); -+ if(map == NULL){ -+ return _FAIL; -+ } -+ -+ ret = rtw_BT_efuse_map_read(padapter, 0, mapLen, map); -+ if (ret == _FAIL) goto exit; -+ DBG_871X("OFFSET\tVALUE(hex)\n"); -+ for (i=0; i<1024; i+=16) // set 512 because the iwpriv's extra size have limit 0x7FF -+ { -+ DBG_871X("0x%03x\t", i); -+ for (j=0; j<8; j++) { -+ DBG_871X("%02X ", map[i+j]); -+ } -+ DBG_871X("\t"); -+ for (; j<16; j++) { -+ DBG_871X("%02X ", map[i+j]); -+ } -+ DBG_871X("\n"); -+ } -+ DBG_871X("\n"); -+ Efuse_PowerSwitch(padapter, _TRUE, _TRUE); -+ -+ idx = 0; -+ offset = (addr >> 3); -+ while (idx < cnts) -+ { -+ word_en = 0xF; -+ j = (addr + idx) & 0x7; -+ _rtw_memcpy(newdata, &map[offset << 3], PGPKT_DATA_SIZE); -+ for (i = j; i> 1); -+ newdata[i] = data[idx]; -+ } -+ } -+ -+ if (word_en != 0xF) { -+ DBG_871X("offset=%x \n",offset); -+ DBG_871X("word_en=%x \n",word_en); -+ DBG_871X("%s: data=", __FUNCTION__); -+ for(i=0;iefuse_eeprom_data[Offset]; -+ -+} // EFUSE_ShadowRead1Byte -+ -+//---------------Read Two Bytes -+static VOID -+efuse_ShadowRead2Byte( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN OUT u16 *Value) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ -+ *Value = pHalData->efuse_eeprom_data[Offset]; -+ *Value |= pHalData->efuse_eeprom_data[Offset+1]<<8; -+ -+} // EFUSE_ShadowRead2Byte -+ -+//---------------Read Four Bytes -+static VOID -+efuse_ShadowRead4Byte( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN OUT u32 *Value) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ -+ *Value = pHalData->efuse_eeprom_data[Offset]; -+ *Value |= pHalData->efuse_eeprom_data[Offset+1]<<8; -+ *Value |= pHalData->efuse_eeprom_data[Offset+2]<<16; -+ *Value |= pHalData->efuse_eeprom_data[Offset+3]<<24; -+ -+} // efuse_ShadowRead4Byte -+ -+ -+/*----------------------------------------------------------------------------- -+ * Function: efuse_ShadowWrite1Byte -+ * efuse_ShadowWrite2Byte -+ * efuse_ShadowWrite4Byte -+ * -+ * Overview: Write efuse modify map by one/two/four byte. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/12/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+#ifdef PLATFORM -+static VOID -+efuse_ShadowWrite1Byte( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN u8 Value); -+#endif //PLATFORM -+static VOID -+efuse_ShadowWrite1Byte( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN u8 Value) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ -+ pHalData->efuse_eeprom_data[Offset] = Value; -+ -+} // efuse_ShadowWrite1Byte -+ -+//---------------Write Two Bytes -+static VOID -+efuse_ShadowWrite2Byte( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN u16 Value) -+{ -+ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ -+ -+ pHalData->efuse_eeprom_data[Offset] = Value&0x00FF; -+ pHalData->efuse_eeprom_data[Offset+1] = Value>>8; -+ -+} // efuse_ShadowWrite1Byte -+ -+//---------------Write Four Bytes -+static VOID -+efuse_ShadowWrite4Byte( -+ IN PADAPTER pAdapter, -+ IN u16 Offset, -+ IN u32 Value) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ -+ pHalData->efuse_eeprom_data[Offset] = (u8)(Value&0x000000FF); -+ pHalData->efuse_eeprom_data[Offset+1] = (u8)((Value>>8)&0x0000FF); -+ pHalData->efuse_eeprom_data[Offset+2] = (u8)((Value>>16)&0x00FF); -+ pHalData->efuse_eeprom_data[Offset+3] = (u8)((Value>>24)&0xFF); -+ -+} // efuse_ShadowWrite1Byte -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_ShadowMapUpdate -+ * -+ * Overview: Transfer current EFUSE content to shadow init and modify map. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/13/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+void EFUSE_ShadowMapUpdate( -+ IN PADAPTER pAdapter, -+ IN u8 efuseType, -+ IN BOOLEAN bPseudoTest) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ u16 mapLen=0; -+ -+ EFUSE_GetEfuseDefinition(pAdapter, efuseType, TYPE_EFUSE_MAP_LEN, (PVOID)&mapLen, bPseudoTest); -+ -+ if (pHalData->bautoload_fail_flag == _TRUE) -+ { -+ _rtw_memset(pHalData->efuse_eeprom_data, 0xFF, mapLen); -+ } -+ else -+ { -+ #ifdef CONFIG_ADAPTOR_INFO_CACHING_FILE -+ if(_SUCCESS != retriveAdaptorInfoFile(pAdapter->registrypriv.adaptor_info_caching_file_path, pHalData->efuse_eeprom_data)) { -+ #endif -+ -+ Efuse_ReadAllMap(pAdapter, efuseType, pHalData->efuse_eeprom_data, bPseudoTest); -+ -+ #ifdef CONFIG_ADAPTOR_INFO_CACHING_FILE -+ storeAdaptorInfoFile(pAdapter->registrypriv.adaptor_info_caching_file_path, pHalData->efuse_eeprom_data); -+ } -+ #endif -+ } -+ -+ //PlatformMoveMemory((PVOID)&pHalData->EfuseMap[EFUSE_MODIFY_MAP][0], -+ //(PVOID)&pHalData->EfuseMap[EFUSE_INIT_MAP][0], mapLen); -+}// EFUSE_ShadowMapUpdate -+ -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_ShadowRead -+ * -+ * Overview: Read from efuse init map !!!!! -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/12/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+void -+EFUSE_ShadowRead( -+ IN PADAPTER pAdapter, -+ IN u8 Type, -+ IN u16 Offset, -+ IN OUT u32 *Value ) -+{ -+ if (Type == 1) -+ efuse_ShadowRead1Byte(pAdapter, Offset, (u8 *)Value); -+ else if (Type == 2) -+ efuse_ShadowRead2Byte(pAdapter, Offset, (u16 *)Value); -+ else if (Type == 4) -+ efuse_ShadowRead4Byte(pAdapter, Offset, (u32 *)Value); -+ -+} // EFUSE_ShadowRead -+ -+/*----------------------------------------------------------------------------- -+ * Function: EFUSE_ShadowWrite -+ * -+ * Overview: Write efuse modify map for later update operation to use!!!!! -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/12/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+EFUSE_ShadowWrite( -+ IN PADAPTER pAdapter, -+ IN u8 Type, -+ IN u16 Offset, -+ IN OUT u32 Value); -+VOID -+EFUSE_ShadowWrite( -+ IN PADAPTER pAdapter, -+ IN u8 Type, -+ IN u16 Offset, -+ IN OUT u32 Value) -+{ -+#if (MP_DRIVER == 0) -+ return; -+#endif -+ if ( pAdapter->registrypriv.mp_mode == 0) -+ return; -+ -+ -+ if (Type == 1) -+ efuse_ShadowWrite1Byte(pAdapter, Offset, (u8)Value); -+ else if (Type == 2) -+ efuse_ShadowWrite2Byte(pAdapter, Offset, (u16)Value); -+ else if (Type == 4) -+ efuse_ShadowWrite4Byte(pAdapter, Offset, (u32)Value); -+ -+} // EFUSE_ShadowWrite -+ -+VOID -+Efuse_InitSomeVar( -+ IN PADAPTER pAdapter -+ ); -+VOID -+Efuse_InitSomeVar( -+ IN PADAPTER pAdapter -+ ) -+{ -+ u8 i; -+ -+ _rtw_memset((PVOID)&fakeEfuseContent[0], 0xff, EFUSE_MAX_HW_SIZE); -+ _rtw_memset((PVOID)&fakeEfuseInitMap[0], 0xff, EFUSE_MAX_MAP_LEN); -+ _rtw_memset((PVOID)&fakeEfuseModifiedMap[0], 0xff, EFUSE_MAX_MAP_LEN); -+ -+ for(i=0; i -+ -+ int isAdaptorInfoFileValid(void) -+{ -+ return _TRUE; -+} -+ -+int storeAdaptorInfoFile(char *path, u8* efuse_data) -+{ -+ int ret =_SUCCESS; -+ -+ if(path && efuse_data) { -+ ret = rtw_store_to_file(path, efuse_data, EEPROM_MAX_SIZE_512); -+ if(ret == EEPROM_MAX_SIZE) -+ ret = _SUCCESS; -+ else -+ ret = _FAIL; -+ } else { -+ DBG_871X("%s NULL pointer\n",__FUNCTION__); -+ ret = _FAIL; -+ } -+ return ret; -+} -+ -+int retriveAdaptorInfoFile(char *path, u8* efuse_data) -+{ -+ int ret = _SUCCESS; -+ mm_segment_t oldfs; -+ struct file *fp; -+ -+ if(path && efuse_data) { -+ -+ ret = rtw_retrieve_from_file(path, efuse_data, EEPROM_MAX_SIZE); -+ -+ if(ret == EEPROM_MAX_SIZE) -+ ret = _SUCCESS; -+ else -+ ret = _FAIL; -+ -+ #if 0 -+ if(isAdaptorInfoFileValid()) { -+ return 0; -+ } else { -+ return _FAIL; -+ } -+ #endif -+ -+ } else { -+ DBG_871X("%s NULL pointer\n",__FUNCTION__); -+ ret = _FAIL; -+ } -+ return ret; -+} -+#endif /* CONFIG_ADAPTOR_INFO_CACHING_FILE */ -+ -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+u32 rtw_read_efuse_from_file(const char *path, u8 *buf) -+{ -+ u32 i; -+ u8 temp[3]; -+ u32 ret = _FAIL; -+ -+ struct file *fp; -+ mm_segment_t fs; -+ loff_t pos = 0; -+ -+ fp = filp_open(path, O_RDONLY, 0); -+ if (fp == NULL || IS_ERR(fp)) { -+ if (fp != NULL) -+ DBG_871X_LEVEL(_drv_always_, "%s open %s fail, err:%ld\n" -+ , __func__, path, PTR_ERR(fp)); -+ else -+ DBG_871X_LEVEL(_drv_always_, "%s open %s fail, fp is NULL\n" -+ , __func__, path); -+ -+ goto exit; -+ } -+ -+ temp[2] = 0; /* add end of string '\0' */ -+ -+ fs = get_fs(); -+ set_fs(KERNEL_DS); -+ -+ for (i = 0 ; i < HWSET_MAX_SIZE ; i++) { -+ vfs_read(fp, temp, 2, &pos); -+ if (sscanf(temp, "%hhx", &buf[i]) != 1) { -+ if (0) -+ DBG_871X_LEVEL(_drv_err_, "%s sscanf fail\n", __func__); -+ buf[i] = 0xFF; -+ } -+ if ((i % EFUSE_FILE_COLUMN_NUM) == (EFUSE_FILE_COLUMN_NUM - 1)) { -+ /* Filter the lates space char. */ -+ vfs_read(fp, temp, 1, &pos); -+ if (strchr(temp, ' ') == NULL) { -+ pos--; -+ vfs_read(fp, temp, 2, &pos); -+ } -+ } else { -+ pos += 1; /* Filter the space character */ -+ } -+ } -+ -+ set_fs(fs); -+ -+ DBG_871X_LEVEL(_drv_always_, "efuse file: %s\n", path); -+#ifdef CONFIG_DEBUG -+ for (i = 0; i < HWSET_MAX_SIZE; i++) { -+ if (i % 16 == 0) -+ DBG_871X_SEL_NL(RTW_DBGDUMP, "0x%03x: ", i); -+ -+ DBG_871X_SEL(RTW_DBGDUMP, "%02X%s" -+ , buf[i] -+ , ((i + 1) % 16 == 0) ? "\n" : (((i + 1) % 8 == 0) ? " " : " ") -+ ); -+ } -+ DBG_871X_SEL(RTW_DBGDUMP, "\n"); -+#endif -+ -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+ -+u32 rtw_read_macaddr_from_file(const char *path, u8 *buf) -+{ -+ struct file *fp; -+ mm_segment_t fs; -+ loff_t pos = 0; -+ -+ u8 source_addr[18]; -+ u8 *head, *end; -+ int i; -+ u32 ret = _FAIL; -+ -+ _rtw_memset(source_addr, 0, 18); -+ -+ fp = filp_open(path, O_RDONLY, 0); -+ if (fp == NULL || IS_ERR(fp)) { -+ if (fp != NULL) -+ DBG_871X_LEVEL(_drv_always_, "%s open %s fail, err:%ld\n" -+ , __func__, path, PTR_ERR(fp)); -+ else -+ DBG_871X_LEVEL(_drv_always_, "%s open %s fail, fp is NULL\n" -+ , __func__, path); -+ -+ goto exit; -+ } -+ -+ fs = get_fs(); -+ set_fs(KERNEL_DS); -+ -+ vfs_read(fp, source_addr, 18, &pos); -+ source_addr[17] = ':'; -+ -+ head = end = source_addr; -+ for (i = 0; i < ETH_ALEN; i++) { -+ while (end && (*end != ':')) -+ end++; -+ -+ if (end && (*end == ':')) -+ *end = '\0'; -+ -+ if (sscanf(head, "%hhx", &buf[i]) != 1) { -+ if (0) -+ DBG_871X_LEVEL(_drv_err_, "%s sscanf fail\n", __func__); -+ buf[i] = 0xFF; -+ } -+ -+ if (end) { -+ end++; -+ head = end; -+ } -+ } -+ -+ set_fs(fs); -+ -+ DBG_871X_LEVEL(_drv_always_, "wifi_mac file: %s\n", path); -+#ifdef CONFIG_DEBUG -+ DBG_871X(MAC_FMT"\n", MAC_ARG(buf)); -+#endif -+ -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+#endif /* CONFIG_EFUSE_CONFIG_FILE */ -+ -+#endif /* PLATFORM_LINUX */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_ap.c linux/3rdparty/rtl8812au/core/rtw_ap.c ---- linux.old/3rdparty/rtl8812au/core/rtw_ap.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_ap.c 2017-06-07 23:07:20.998686391 +0300 -@@ -0,0 +1,4230 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_AP_C_ -+ -+#include -+ -+ -+#ifdef CONFIG_AP_MODE -+ -+extern unsigned char RTW_WPA_OUI[]; -+extern unsigned char WMM_OUI[]; -+extern unsigned char WPS_OUI[]; -+extern unsigned char P2P_OUI[]; -+extern unsigned char WFD_OUI[]; -+ -+void init_mlme_ap_info(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ -+ -+ _rtw_spinlock_init(&pmlmepriv->bcn_update_lock); -+ -+ //for ACL -+ _rtw_init_queue(&pacl_list->acl_node_q); -+ -+ //pmlmeext->bstart_bss = _FALSE; -+ -+ start_ap_mode(padapter); -+} -+ -+void free_mlme_ap_info(_adapter *padapter) -+{ -+ _irqL irqL; -+ struct sta_info *psta=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ //stop_ap_mode(padapter); -+ -+ pmlmepriv->update_bcn = _FALSE; -+ pmlmeext->bstart_bss = _FALSE; -+ -+ rtw_sta_flush(padapter, _TRUE); -+ -+ pmlmeinfo->state = _HW_STATE_NOLINK_; -+ -+ //free_assoc_sta_resources -+ rtw_free_all_stainfo(padapter); -+ -+ //free bc/mc sta_info -+ psta = rtw_get_bcmc_stainfo(padapter); -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(padapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ -+ _rtw_spinlock_free(&pmlmepriv->bcn_update_lock); -+ -+} -+ -+static void update_BCNTIM(_adapter *padapter) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork_mlmeext = &(pmlmeinfo->network); -+ unsigned char *pie = pnetwork_mlmeext->IEs; -+ -+/* -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ //update TIM IE -+ //if(pstapriv->tim_bitmap) -+*/ -+ if (_TRUE) { -+ u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; -+ u16 tim_bitmap_le; -+ uint offset, tmp_len, tim_ielen, tim_ie_offset, remainder_ielen; -+ -+ tim_bitmap_le = cpu_to_le16(pstapriv->tim_bitmap); -+ -+ p = rtw_get_ie(pie + _FIXED_IE_LENGTH_, _TIM_IE_, &tim_ielen, pnetwork_mlmeext->IELength - _FIXED_IE_LENGTH_); -+ if (p != NULL && tim_ielen > 0) { -+ tim_ielen += 2; -+ -+ premainder_ie = p + tim_ielen; -+ -+ tim_ie_offset = (sint)(p -pie); -+ -+ remainder_ielen = pnetwork_mlmeext->IELength - tim_ie_offset - tim_ielen; -+ -+ /*append TIM IE from dst_ie offset*/ -+ dst_ie = p; -+ } else { -+ tim_ielen = 0; -+ -+ /*calculate head_len*/ -+ offset = _FIXED_IE_LENGTH_; -+ -+ /* get ssid_ie len */ -+ p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _SSID_IE_, &tmp_len, (pnetwork_mlmeext->IELength - _BEACON_IE_OFFSET_)); -+ if (p != NULL) -+ offset += tmp_len+2; -+ -+ /*get supported rates len*/ -+ p = rtw_get_ie(pie + _BEACON_IE_OFFSET_, _SUPPORTEDRATES_IE_, &tmp_len, (pnetwork_mlmeext->IELength - _BEACON_IE_OFFSET_)); -+ if (p != NULL) -+ { -+ offset += tmp_len+2; -+ } -+ -+ /*DS Parameter Set IE, len=3*/ -+ offset += 3; -+ -+ premainder_ie = pie + offset; -+ -+ remainder_ielen = pnetwork_mlmeext->IELength - offset - tim_ielen; -+ -+ /*append TIM IE from offset*/ -+ dst_ie = pie + offset; -+ -+ } -+ -+ if (remainder_ielen > 0) { -+ pbackup_remainder_ie = rtw_malloc(remainder_ielen); -+ if(pbackup_remainder_ie && premainder_ie) -+ _rtw_memcpy(pbackup_remainder_ie, premainder_ie, remainder_ielen); -+ } -+ -+ *dst_ie++=_TIM_IE_; -+ -+ if ((pstapriv->tim_bitmap&0xff00) && (pstapriv->tim_bitmap&0x00fe)) -+ tim_ielen = 5; -+ else -+ tim_ielen = 4; -+ -+ *dst_ie++ = tim_ielen; -+ -+ *dst_ie++ = 0;/*DTIM count*/ -+ *dst_ie++ = 1;/*DTIM period*/ -+ -+ if (pstapriv->tim_bitmap & BIT(0))/*for bc/mc frames*/ -+ *dst_ie++ = BIT(0);/*bitmap ctrl */ -+ else -+ *dst_ie++ = 0; -+ -+ if (tim_ielen == 4) { -+ u8 pvb = 0; -+ -+ if (pstapriv->tim_bitmap & 0x00fe) -+ pvb = (u8)tim_bitmap_le; -+ else if (pstapriv->tim_bitmap & 0xff00) -+ pvb = (u8)(tim_bitmap_le >> 8); -+ else -+ pvb = (u8)tim_bitmap_le; -+ -+ *dst_ie++ = pvb; -+ -+ } else if (tim_ielen == 5) { -+ _rtw_memcpy(dst_ie, &tim_bitmap_le, 2); -+ dst_ie += 2; -+ } -+ -+ /*copy remainder IE*/ -+ if (pbackup_remainder_ie) { -+ _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); -+ -+ rtw_mfree(pbackup_remainder_ie, remainder_ielen); -+ } -+ -+ offset = (uint)(dst_ie - pie); -+ pnetwork_mlmeext->IELength = offset + remainder_ielen; -+ -+ } -+} -+ -+void rtw_add_bcn_ie(_adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 index, u8 *data, u8 len) -+{ -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 bmatch = _FALSE; -+ u8 *pie = pnetwork->IEs; -+ u8 *p=NULL, *dst_ie=NULL, *premainder_ie=NULL, *pbackup_remainder_ie=NULL; -+ u32 i, offset, ielen, ie_offset, remainder_ielen = 0; -+ -+ for (i = sizeof(NDIS_802_11_FIXED_IEs); i < pnetwork->IELength;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pnetwork->IEs + i); -+ -+ if (pIE->ElementID > index) -+ { -+ break; -+ } -+ else if(pIE->ElementID == index) // already exist the same IE -+ { -+ p = (u8 *)pIE; -+ ielen = pIE->Length; -+ bmatch = _TRUE; -+ break; -+ } -+ -+ p = (u8 *)pIE; -+ ielen = pIE->Length; -+ i += (pIE->Length + 2); -+ } -+ -+ if (p != NULL && ielen>0) -+ { -+ ielen += 2; -+ -+ premainder_ie = p+ielen; -+ -+ ie_offset = (sint)(p -pie); -+ -+ remainder_ielen = pnetwork->IELength - ie_offset - ielen; -+ -+ if(bmatch) -+ dst_ie = p; -+ else -+ dst_ie = (p+ielen); -+ } -+ -+ if(dst_ie == NULL) -+ return; -+ -+ if(remainder_ielen>0) -+ { -+ pbackup_remainder_ie = rtw_malloc(remainder_ielen); -+ if(pbackup_remainder_ie && premainder_ie) -+ _rtw_memcpy(pbackup_remainder_ie, premainder_ie, remainder_ielen); -+ } -+ -+ *dst_ie++=index; -+ *dst_ie++=len; -+ -+ _rtw_memcpy(dst_ie, data, len); -+ dst_ie+=len; -+ -+ //copy remainder IE -+ if(pbackup_remainder_ie) -+ { -+ _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); -+ -+ rtw_mfree(pbackup_remainder_ie, remainder_ielen); -+ } -+ -+ offset = (uint)(dst_ie - pie); -+ pnetwork->IELength = offset + remainder_ielen; -+} -+ -+void rtw_remove_bcn_ie(_adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 index) -+{ -+ u8 *p, *dst_ie=NULL, *premainder_ie=NULL, *pbackup_remainder_ie=NULL; -+ uint offset, ielen, ie_offset, remainder_ielen = 0; -+ u8 *pie = pnetwork->IEs; -+ -+ p = rtw_get_ie(pie + _FIXED_IE_LENGTH_, index, &ielen, pnetwork->IELength - _FIXED_IE_LENGTH_); -+ if (p != NULL && ielen>0) -+ { -+ ielen += 2; -+ -+ premainder_ie = p+ielen; -+ -+ ie_offset = (sint)(p -pie); -+ -+ remainder_ielen = pnetwork->IELength - ie_offset - ielen; -+ -+ dst_ie = p; -+ } -+ else { -+ return; -+ } -+ -+ if(remainder_ielen>0) -+ { -+ pbackup_remainder_ie = rtw_malloc(remainder_ielen); -+ if(pbackup_remainder_ie && premainder_ie) -+ _rtw_memcpy(pbackup_remainder_ie, premainder_ie, remainder_ielen); -+ } -+ -+ //copy remainder IE -+ if(pbackup_remainder_ie) -+ { -+ _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); -+ -+ rtw_mfree(pbackup_remainder_ie, remainder_ielen); -+ } -+ -+ offset = (uint)(dst_ie - pie); -+ pnetwork->IELength = offset + remainder_ielen; -+} -+ -+ -+u8 chk_sta_is_alive(struct sta_info *psta); -+u8 chk_sta_is_alive(struct sta_info *psta) -+{ -+ u8 ret = _FALSE; -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X("sta:"MAC_FMT", rssi:%d, rx:"STA_PKTS_FMT", expire_to:%u, %s%ssq_len:%u\n" -+ , MAC_ARG(psta->hwaddr) -+ , psta->rssi_stat.UndecoratedSmoothedPWDB -+ //, STA_RX_PKTS_ARG(psta) -+ , STA_RX_PKTS_DIFF_ARG(psta) -+ , psta->expire_to -+ , psta->state&WIFI_SLEEP_STATE?"PS, ":"" -+ , psta->state&WIFI_STA_ALIVE_CHK_STATE?"SAC, ":"" -+ , psta->sleepq_len -+ ); -+ #endif -+ -+ //if(sta_last_rx_pkts(psta) == sta_rx_pkts(psta)) -+ if((psta->sta_stats.last_rx_data_pkts + psta->sta_stats.last_rx_ctrl_pkts) == (psta->sta_stats.rx_data_pkts + psta->sta_stats.rx_ctrl_pkts)) -+ { -+ #if 0 -+ if(psta->state&WIFI_SLEEP_STATE) -+ ret = _TRUE; -+ #endif -+ } -+ else -+ { -+ ret = _TRUE; -+ } -+ -+ sta_update_last_rx_pkts(psta); -+ -+ return ret; -+} -+ -+void expire_timeout_chk(_adapter *padapter) -+{ -+ _irqL irqL; -+ _list *phead, *plist; -+ u8 updated = _FALSE; -+ struct sta_info *psta=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 chk_alive_num = 0; -+ char chk_alive_list[NUM_STA]; -+ int i; -+ -+ -+ _enter_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ -+ phead = &pstapriv->auth_list; -+ plist = get_next(phead); -+ -+ //check auth_queue -+ #ifdef DBG_EXPIRATION_CHK -+ if (rtw_end_of_queue_search(phead, plist) == _FALSE) { -+ DBG_871X(FUNC_NDEV_FMT" auth_list, cnt:%u\n" -+ , FUNC_NDEV_ARG(padapter->pnetdev), pstapriv->auth_list_cnt); -+ } -+ #endif -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, auth_list); -+ -+ plist = get_next(plist); -+ -+ -+#ifdef CONFIG_ATMEL_RC_PATCH -+ if (_TRUE == _rtw_memcmp((void *)(pstapriv->atmel_rc_pattern), (void *)(psta->hwaddr), ETH_ALEN)) -+ continue; -+ if (psta->flag_atmel_rc) -+ continue; -+#endif -+ if(psta->expire_to>0) -+ { -+ psta->expire_to--; -+ if (psta->expire_to == 0) -+ { -+ rtw_list_delete(&psta->auth_list); -+ pstapriv->auth_list_cnt--; -+ -+ DBG_871X("auth expire %02X%02X%02X%02X%02X%02X\n", -+ psta->hwaddr[0],psta->hwaddr[1],psta->hwaddr[2],psta->hwaddr[3],psta->hwaddr[4],psta->hwaddr[5]); -+ -+ _exit_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(padapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ _enter_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ } -+ } -+ -+ } -+ -+ _exit_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ psta = NULL; -+ -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ //check asoc_queue -+ #ifdef DBG_EXPIRATION_CHK -+ if (rtw_end_of_queue_search(phead, plist) == _FALSE) { -+ DBG_871X(FUNC_NDEV_FMT" asoc_list, cnt:%u\n" -+ , FUNC_NDEV_ARG(padapter->pnetdev), pstapriv->asoc_list_cnt); -+ } -+ #endif -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+#ifdef CONFIG_ATMEL_RC_PATCH -+ DBG_871X("%s:%d psta=%p, %02x,%02x||%02x,%02x \n\n", __func__, __LINE__, -+ psta,pstapriv->atmel_rc_pattern[0], pstapriv->atmel_rc_pattern[5], psta->hwaddr[0], psta->hwaddr[5]); -+ if (_TRUE == _rtw_memcmp((void *)pstapriv->atmel_rc_pattern, (void *)(psta->hwaddr), ETH_ALEN)) -+ continue; -+ if (psta->flag_atmel_rc) -+ continue; -+ DBG_871X("%s: debug line:%d \n", __func__, __LINE__); -+#endif -+#ifdef CONFIG_AUTO_AP_MODE -+ if(psta->isrc) -+ continue; -+#endif -+ if (chk_sta_is_alive(psta) || !psta->expire_to) { -+ psta->expire_to = pstapriv->expire_to; -+ psta->keep_alive_trycnt = 0; -+ #ifdef CONFIG_TX_MCAST2UNI -+ psta->under_exist_checking = 0; -+ #endif // CONFIG_TX_MCAST2UNI -+ } else { -+ psta->expire_to--; -+ } -+ -+#ifndef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+#ifdef CONFIG_80211N_HT -+#ifdef CONFIG_TX_MCAST2UNI -+ if ( (psta->flags & WLAN_STA_HT) && (psta->htpriv.agg_enable_bitmap || psta->under_exist_checking) ) { -+ // check sta by delba(addba) for 11n STA -+ // ToDo: use CCX report to check for all STAs -+ //DBG_871X("asoc check by DELBA/ADDBA! (pstapriv->expire_to=%d s)(psta->expire_to=%d s), [%02x, %d]\n", pstapriv->expire_to*2, psta->expire_to*2, psta->htpriv.agg_enable_bitmap, psta->under_exist_checking); -+ -+ if ( psta->expire_to <= (pstapriv->expire_to - 50 ) ) { -+ DBG_871X("asoc expire by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to-psta->expire_to)*2); -+ psta->under_exist_checking = 0; -+ psta->expire_to = 0; -+ } else if ( psta->expire_to <= (pstapriv->expire_to - 3) && (psta->under_exist_checking==0)) { -+ DBG_871X("asoc check by DELBA/ADDBA! (%d s)\n", (pstapriv->expire_to-psta->expire_to)*2); -+ psta->under_exist_checking = 1; -+ //tear down TX AMPDU -+ send_delba(padapter, 1, psta->hwaddr);// // originator -+ psta->htpriv.agg_enable_bitmap = 0x0;//reset -+ psta->htpriv.candidate_tid_bitmap = 0x0;//reset -+ } -+ } -+#endif //CONFIG_TX_MCAST2UNI -+#endif //CONFIG_80211N_HT -+#endif //CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ -+ if (psta->expire_to <= 0) -+ { -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if (padapter->registrypriv.wifi_spec == 1) -+ { -+ psta->expire_to = pstapriv->expire_to; -+ continue; -+ } -+ -+#ifndef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+#ifdef CONFIG_80211N_HT -+ -+#define KEEP_ALIVE_TRYCNT (3) -+ -+ if(psta->keep_alive_trycnt > 0 && psta->keep_alive_trycnt <= KEEP_ALIVE_TRYCNT) -+ { -+ if(psta->state & WIFI_STA_ALIVE_CHK_STATE) -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ else -+ psta->keep_alive_trycnt = 0; -+ -+ } -+ else if((psta->keep_alive_trycnt > KEEP_ALIVE_TRYCNT) && !(psta->state & WIFI_STA_ALIVE_CHK_STATE)) -+ { -+ psta->keep_alive_trycnt = 0; -+ } -+ if((psta->htpriv.ht_option==_TRUE) && (psta->htpriv.ampdu_enable==_TRUE)) -+ { -+ uint priority = 1; //test using BK -+ u8 issued=0; -+ -+ //issued = (psta->htpriv.agg_enable_bitmap>>priority)&0x1; -+ issued |= (psta->htpriv.candidate_tid_bitmap>>priority)&0x1; -+ -+ if(0==issued) -+ { -+ if (!(psta->state & WIFI_STA_ALIVE_CHK_STATE)) -+ { -+ psta->htpriv.candidate_tid_bitmap |= BIT((u8)priority); -+ -+ if (psta->state & WIFI_SLEEP_STATE) -+ psta->expire_to = 2; // 2x2=4 sec -+ else -+ psta->expire_to = 1; // 2 sec -+ -+ psta->state |= WIFI_STA_ALIVE_CHK_STATE; -+ -+ //add_ba_hdl(padapter, (u8*)paddbareq_parm); -+ -+ DBG_871X("issue addba_req to check if sta alive, keep_alive_trycnt=%d\n", psta->keep_alive_trycnt); -+ -+ issue_addba_req(padapter, psta->hwaddr, (u8)priority); -+ -+ _set_timer(&psta->addba_retry_timer, ADDBA_TO); -+ -+ psta->keep_alive_trycnt++; -+ -+ continue; -+ } -+ } -+ } -+ if(psta->keep_alive_trycnt > 0 && psta->state & WIFI_STA_ALIVE_CHK_STATE) -+ { -+ psta->keep_alive_trycnt = 0; -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ DBG_871X("change to another methods to check alive if staion is at ps mode\n"); -+ } -+ -+#endif //CONFIG_80211N_HT -+#endif //CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ if (psta->state & WIFI_SLEEP_STATE) { -+ if (!(psta->state & WIFI_STA_ALIVE_CHK_STATE)) { -+ //to check if alive by another methods if staion is at ps mode. -+ psta->expire_to = pstapriv->expire_to; -+ psta->state |= WIFI_STA_ALIVE_CHK_STATE; -+ -+ //DBG_871X("alive chk, sta:" MAC_FMT " is at ps mode!\n", MAC_ARG(psta->hwaddr)); -+ -+ //to update bcn with tim_bitmap for this station -+ pstapriv->tim_bitmap |= BIT(psta->aid); -+ update_beacon(padapter, _TIM_IE_, NULL, _TRUE); -+ -+ if(!pmlmeext->active_keep_alive_check) -+ continue; -+ } -+ } -+ #ifdef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ if (pmlmeext->active_keep_alive_check) { -+ int stainfo_offset; -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) { -+ chk_alive_list[chk_alive_num++] = stainfo_offset; -+ } -+ -+ continue; -+ } -+ #endif /* CONFIG_ACTIVE_KEEP_ALIVE_CHECK */ -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ DBG_871X("asoc expire "MAC_FMT", state=0x%x\n", MAC_ARG(psta->hwaddr), psta->state); -+ updated = ap_free_sta(padapter, psta, _FALSE, WLAN_REASON_DEAUTH_LEAVING, _TRUE); -+ } -+ else -+ { -+ /* TODO: Aging mechanism to digest frames in sleep_q to avoid running out of xmitframe */ -+ if (psta->sleepq_len > (NR_XMITFRAME/pstapriv->asoc_list_cnt) -+ && padapter->xmitpriv.free_xmitframe_cnt < ((NR_XMITFRAME/pstapriv->asoc_list_cnt)/2) -+ ){ -+ DBG_871X("%s sta:"MAC_FMT", sleepq_len:%u, free_xmitframe_cnt:%u, asoc_list_cnt:%u, clear sleep_q\n", __func__ -+ , MAC_ARG(psta->hwaddr) -+ , psta->sleepq_len, padapter->xmitpriv.free_xmitframe_cnt, pstapriv->asoc_list_cnt); -+ wakeup_sta_to_xmit(padapter, psta); -+ } -+ } -+ } -+ -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+#ifdef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+if (chk_alive_num) { -+ -+ u8 backup_oper_channel=0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ /* switch to correct channel of current network before issue keep-alive frames */ -+ if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { -+ backup_oper_channel = rtw_get_oper_ch(padapter); -+ SelectChannel(padapter, pmlmeext->cur_channel); -+ } -+ -+ /* issue null data to check sta alive*/ -+ for (i = 0; i < chk_alive_num; i++) { -+ int ret = _FAIL; -+ -+ psta = rtw_get_stainfo_by_offset(pstapriv, chk_alive_list[i]); -+#ifdef CONFIG_ATMEL_RC_PATCH -+ if (_TRUE == _rtw_memcmp( pstapriv->atmel_rc_pattern, psta->hwaddr, ETH_ALEN)) -+ continue; -+ if (psta->flag_atmel_rc) -+ continue; -+#endif -+ if(!(psta->state &_FW_LINKED)) -+ continue; -+ -+ if (psta->state & WIFI_SLEEP_STATE) -+ ret = issue_nulldata(padapter, psta->hwaddr, 0, 1, 50); -+ else -+ ret = issue_nulldata(padapter, psta->hwaddr, 0, 3, 50); -+ -+ psta->keep_alive_trycnt++; -+ if (ret == _SUCCESS) -+ { -+ DBG_871X("asoc check, sta(" MAC_FMT ") is alive\n", MAC_ARG(psta->hwaddr)); -+ psta->expire_to = pstapriv->expire_to; -+ psta->keep_alive_trycnt = 0; -+ continue; -+ } -+ else if (psta->keep_alive_trycnt <= 3) -+ { -+ DBG_871X("ack check for asoc expire, keep_alive_trycnt=%d\n", psta->keep_alive_trycnt); -+ psta->expire_to = 1; -+ continue; -+ } -+ -+ psta->keep_alive_trycnt = 0; -+ DBG_871X("asoc expire "MAC_FMT", state=0x%x\n", MAC_ARG(psta->hwaddr), psta->state); -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if (rtw_is_list_empty(&psta->asoc_list)==_FALSE) { -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, _FALSE, WLAN_REASON_DEAUTH_LEAVING, _TRUE); -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ } -+ -+ if (backup_oper_channel>0) /* back to the original operation channel */ -+ SelectChannel(padapter, backup_oper_channel); -+} -+#endif /* CONFIG_ACTIVE_KEEP_ALIVE_CHECK */ -+ -+ associated_clients_update(padapter, updated, STA_INFO_UPDATE_ALL); -+} -+ -+void add_RATid(_adapter *padapter, struct sta_info *psta, u8 rssi_level) -+{ -+ int i; -+ u8 rf_type; -+ unsigned char sta_band = 0, shortGIrate = _FALSE; -+ u64 tx_ra_bitmap = 0; -+ struct ht_priv *psta_ht = NULL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pcur_network = (WLAN_BSSID_EX *)&pmlmepriv->cur_network.network; -+ -+#ifdef CONFIG_80211N_HT -+ if(psta) -+ psta_ht = &psta->htpriv; -+ else -+ return; -+#endif //CONFIG_80211N_HT -+ -+ if(!(psta->state & _FW_LINKED)) -+ return; -+ -+#if 0//gtest -+ if(get_rf_mimo_mode(padapter) == RTL8712_RF_2T2R) -+ { -+ //is this a 2r STA? -+ if((pstat->tx_ra_bitmap & 0x0ff00000) != 0 && !(priv->pshare->has_2r_sta & BIT(pstat->aid))) -+ { -+ priv->pshare->has_2r_sta |= BIT(pstat->aid); -+ if(rtw_read16(padapter, 0x102501f6) != 0xffff) -+ { -+ rtw_write16(padapter, 0x102501f6, 0xffff); -+ reset_1r_sta_RA(priv, 0xffff); -+ Switch_1SS_Antenna(priv, 3); -+ } -+ } -+ else// bg or 1R STA? -+ { -+ if((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len && priv->pshare->has_2r_sta == 0) -+ { -+ if(rtw_read16(padapter, 0x102501f6) != 0x7777) -+ { // MCS7 SGI -+ rtw_write16(padapter, 0x102501f6,0x7777); -+ reset_1r_sta_RA(priv, 0x7777); -+ Switch_1SS_Antenna(priv, 2); -+ } -+ } -+ } -+ -+ } -+ -+ if ((pstat->rssi_level < 1) || (pstat->rssi_level > 3)) -+ { -+ if (pstat->rssi >= priv->pshare->rf_ft_var.raGoDownUpper) -+ pstat->rssi_level = 1; -+ else if ((pstat->rssi >= priv->pshare->rf_ft_var.raGoDown20MLower) || -+ ((priv->pshare->is_40m_bw) && (pstat->ht_cap_len) && -+ (pstat->rssi >= priv->pshare->rf_ft_var.raGoDown40MLower) && -+ (pstat->ht_cap_buf.ht_cap_info & cpu_to_le16(_HTCAP_SUPPORT_CH_WDTH_)))) -+ pstat->rssi_level = 2; -+ else -+ pstat->rssi_level = 3; -+ } -+ -+ // rate adaptive by rssi -+ if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len) -+ { -+ if ((get_rf_mimo_mode(priv) == MIMO_1T2R) || (get_rf_mimo_mode(priv) == MIMO_1T1R)) -+ { -+ switch (pstat->rssi_level) { -+ case 1: -+ pstat->tx_ra_bitmap &= 0x100f0000; -+ break; -+ case 2: -+ pstat->tx_ra_bitmap &= 0x100ff000; -+ break; -+ case 3: -+ if (priv->pshare->is_40m_bw) -+ pstat->tx_ra_bitmap &= 0x100ff005; -+ else -+ pstat->tx_ra_bitmap &= 0x100ff001; -+ -+ break; -+ } -+ } -+ else -+ { -+ switch (pstat->rssi_level) { -+ case 1: -+ pstat->tx_ra_bitmap &= 0x1f0f0000; -+ break; -+ case 2: -+ pstat->tx_ra_bitmap &= 0x1f0ff000; -+ break; -+ case 3: -+ if (priv->pshare->is_40m_bw) -+ pstat->tx_ra_bitmap &= 0x000ff005; -+ else -+ pstat->tx_ra_bitmap &= 0x000ff001; -+ -+ break; -+ } -+ -+ // Don't need to mask high rates due to new rate adaptive parameters -+ //if (pstat->is_broadcom_sta) // use MCS12 as the highest rate vs. Broadcom sta -+ // pstat->tx_ra_bitmap &= 0x81ffffff; -+ -+ // NIC driver will report not supporting MCS15 and MCS14 in asoc req -+ //if (pstat->is_rtl8190_sta && !pstat->is_2t_mimo_sta) -+ // pstat->tx_ra_bitmap &= 0x83ffffff; // if Realtek 1x2 sta, don't use MCS15 and MCS14 -+ } -+ } -+ else if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11G) && isErpSta(pstat)) -+ { -+ switch (pstat->rssi_level) { -+ case 1: -+ pstat->tx_ra_bitmap &= 0x00000f00; -+ break; -+ case 2: -+ pstat->tx_ra_bitmap &= 0x00000ff0; -+ break; -+ case 3: -+ pstat->tx_ra_bitmap &= 0x00000ff5; -+ break; -+ } -+ } -+ else -+ { -+ pstat->tx_ra_bitmap &= 0x0000000d; -+ } -+ -+ // disable tx short GI when station cannot rx MCS15(AP is 2T2R) -+ // disable tx short GI when station cannot rx MCS7 (AP is 1T2R or 1T1R) -+ // if there is only 1r STA and we are 2T2R, DO NOT mask SGI rate -+ if ((!(pstat->tx_ra_bitmap & 0x8000000) && (priv->pshare->has_2r_sta > 0) && (get_rf_mimo_mode(padapter) == RTL8712_RF_2T2R)) || -+ (!(pstat->tx_ra_bitmap & 0x80000) && (get_rf_mimo_mode(padapter) != RTL8712_RF_2T2R))) -+ { -+ pstat->tx_ra_bitmap &= ~BIT(28); -+ } -+#endif -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ tx_ra_bitmap = psta->ra_mask; -+ -+ shortGIrate = query_ra_short_GI(psta); -+ -+ if ( pcur_network->Configuration.DSConfig > 14 ) { -+ -+ if (tx_ra_bitmap & 0xffff000) -+ sta_band |= WIRELESS_11_5N ; -+ -+ if (tx_ra_bitmap & 0xff0) -+ sta_band |= WIRELESS_11A; -+ -+ // 5G band -+ #ifdef CONFIG_80211AC_VHT -+ if (psta->vhtpriv.vht_option) { -+ sta_band = WIRELESS_11_5AC; -+ } -+ #endif -+ -+ } else { -+ if (tx_ra_bitmap & 0xffff000) -+ sta_band |= WIRELESS_11_24N; -+ -+ if (tx_ra_bitmap & 0xff0) -+ sta_band |= WIRELESS_11G; -+ -+ if (tx_ra_bitmap & 0x0f) -+ sta_band |= WIRELESS_11B; -+ } -+ -+ psta->wireless_mode = sta_band; -+ psta->raid = rtw_hal_networktype_to_raid(padapter, psta); -+ -+ if (psta->aid < NUM_STA) -+ { -+ u8 arg[4] = {0}; -+ -+ arg[0] = psta->mac_id; -+ arg[1] = psta->raid; -+ arg[2] = shortGIrate; -+ arg[3] = psta->init_rate; -+ -+ DBG_871X("%s=> mac_id:%d , raid:%d , shortGIrate=%d, tx_ra_bitmap:0x%016llx, networkType:0x%02x\n", -+ __FUNCTION__, psta->mac_id, psta->raid, shortGIrate, tx_ra_bitmap, psta->wireless_mode); -+ -+ rtw_hal_add_ra_tid(padapter, tx_ra_bitmap, arg, rssi_level); -+ } -+ else -+ { -+ DBG_871X("station aid %d exceed the max number\n", psta->aid); -+ } -+ -+} -+ -+void update_bmc_sta(_adapter *padapter) -+{ -+ _irqL irqL; -+ unsigned char network_type; -+ int supportRateNum = 0; -+ u64 tx_ra_bitmap = 0; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pcur_network = (WLAN_BSSID_EX *)&pmlmepriv->cur_network.network; -+ struct sta_info *psta = rtw_get_bcmc_stainfo(padapter); -+ -+ if(psta) -+ { -+ psta->aid = 0;//default set to 0 -+ -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ psta->qos_option = 0; -+#ifdef CONFIG_80211N_HT -+ psta->htpriv.ht_option = _FALSE; -+#endif //CONFIG_80211N_HT -+ -+ psta->ieee8021x_blocked = 0; -+ -+ _rtw_memset((void*)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); -+ -+ //psta->dot118021XPrivacy = _NO_PRIVACY_;//!!! remove it, because it has been set before this. -+ -+ //prepare for add_RATid -+ supportRateNum = rtw_get_rateset_len((u8*)&pcur_network->SupportedRates); -+ network_type = rtw_check_network_type((u8*)&pcur_network->SupportedRates, supportRateNum, pcur_network->Configuration.DSConfig); -+ if (IsSupportedTxCCK(network_type)) { -+ network_type = WIRELESS_11B; -+ } -+ else if (network_type == WIRELESS_INVALID) { // error handling -+ if ( pcur_network->Configuration.DSConfig > 14 ) -+ network_type = WIRELESS_11A; -+ else -+ network_type = WIRELESS_11B; -+ } -+ update_sta_basic_rate(psta, network_type); -+ psta->wireless_mode = network_type; -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ tx_ra_bitmap = psta->ra_mask; -+ -+ psta->raid = rtw_hal_networktype_to_raid(padapter,psta); -+ -+ //ap mode -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, _TRUE); -+ -+ //if(pHalData->fw_ractrl == _TRUE) -+ { -+ u8 arg[4] = {0}; -+ -+ arg[0] = psta->mac_id; -+ arg[1] = psta->raid; -+ arg[2] = 0; -+ arg[3] = psta->init_rate; -+ -+ DBG_871X("%s=> mac_id:%d , raid:%d , bitmap=0x%016llx\n", -+ __FUNCTION__ , psta->mac_id, psta->raid , tx_ra_bitmap); -+ -+ rtw_hal_add_ra_tid(padapter, tx_ra_bitmap, arg, 0); -+ } -+ -+ rtw_sta_media_status_rpt(padapter, psta, 1); -+ -+ _enter_critical_bh(&psta->lock, &irqL); -+ psta->state = _FW_LINKED; -+ _exit_critical_bh(&psta->lock, &irqL); -+ -+ } -+ else -+ { -+ DBG_871X("add_RATid_bmc_sta error!\n"); -+ } -+ -+} -+ -+//notes: -+//AID: 1~MAX for sta and 0 for bc/mc in ap/adhoc mode -+//MAC_ID = AID+1 for sta in ap/adhoc mode -+//MAC_ID = 1 for bc/mc for sta/ap/adhoc -+//MAC_ID = 0 for bssid for sta/ap/adhoc -+//CAM_ID = //0~3 for default key, cmd_id=macid + 3, macid=aid+1; -+ -+void update_sta_info_apmode(_adapter *padapter, struct sta_info *psta) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+#ifdef CONFIG_80211N_HT -+ struct ht_priv *phtpriv_ap = &pmlmepriv->htpriv; -+ struct ht_priv *phtpriv_sta = &psta->htpriv; -+#endif //CONFIG_80211N_HT -+ u8 cur_ldpc_cap=0, cur_stbc_cap=0, cur_beamform_cap=0; -+ //set intf_tag to if1 -+ //psta->intf_tag = 0; -+ -+ DBG_871X("%s\n",__FUNCTION__); -+ -+ //psta->mac_id = psta->aid+4; -+ //psta->mac_id = psta->aid+1;//alloc macid when call rtw_alloc_stainfo(), -+ //release macid when call rtw_free_stainfo() -+ -+ //ap mode -+ rtw_hal_set_odm_var(padapter,HAL_ODM_STA_INFO,psta,_TRUE); -+ -+ if(psecuritypriv->dot11AuthAlgrthm==dot11AuthAlgrthm_8021X) -+ psta->ieee8021x_blocked = _TRUE; -+ else -+ psta->ieee8021x_blocked = _FALSE; -+ -+ -+ //update sta's cap -+ -+ //ERP -+ VCS_update(padapter, psta); -+#ifdef CONFIG_80211N_HT -+ //HT related cap -+ if(phtpriv_sta->ht_option) -+ { -+ //check if sta supports rx ampdu -+ phtpriv_sta->ampdu_enable = phtpriv_ap->ampdu_enable; -+ -+ phtpriv_sta->rx_ampdu_min_spacing = (phtpriv_sta->ht_cap.ampdu_params_info&IEEE80211_HT_CAP_AMPDU_DENSITY)>>2; -+ -+ // bwmode -+ if((phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info) & cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH)) -+ { -+ psta->bw_mode = CHANNEL_WIDTH_40; -+ } -+ else -+ { -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ } -+ -+ if (psta->ht_40mhz_intolerant) -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ -+ if(pmlmeext->cur_bwmode < psta->bw_mode) -+ { -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ } -+ -+ phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; -+ -+ -+ //check if sta support s Short GI 20M -+ if((phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info) & cpu_to_le16(IEEE80211_HT_CAP_SGI_20)) -+ { -+ phtpriv_sta->sgi_20m = _TRUE; -+ } -+ -+ //check if sta support s Short GI 40M -+ if((phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info) & cpu_to_le16(IEEE80211_HT_CAP_SGI_40)) -+ { -+ if(psta->bw_mode == CHANNEL_WIDTH_40) //according to psta->bw_mode -+ phtpriv_sta->sgi_40m = _TRUE; -+ else -+ phtpriv_sta->sgi_40m = _FALSE; -+ } -+ -+ psta->qos_option = _TRUE; -+ -+ // B0 Config LDPC Coding Capability -+ if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) && -+ GET_HT_CAP_ELE_LDPC_CAP((u8 *)(&phtpriv_sta->ht_cap))) -+ { -+ SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx LDPC for STA(%d)\n",psta->aid); -+ } -+ -+ // B7 B8 B9 Config STBC setting -+ if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) && -+ GET_HT_CAP_ELE_RX_STBC((u8 *)(&phtpriv_sta->ht_cap))) -+ { -+ SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX) ); -+ DBG_871X("Enable HT Tx STBC for STA(%d)\n",psta->aid); -+ } -+ -+#ifdef CONFIG_BEAMFORMING -+ /*Config Tx beamforming setting*/ -+ if (TEST_FLAG(phtpriv_ap->beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP((u8 *)(&phtpriv_sta->ht_cap))) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE); -+ /*Shift to BEAMFORMING_HT_BEAMFORMEE_CHNL_EST_CAP*/ -+ SET_FLAG(cur_beamform_cap, GET_HT_CAP_TXBF_CHNL_ESTIMATION_NUM_ANTENNAS((u8 *)(&phtpriv_sta->ht_cap)) << 6); -+ } -+ -+ if (TEST_FLAG(phtpriv_ap->beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP((u8 *)(&phtpriv_sta->ht_cap))) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE); -+ /*Shift to BEAMFORMING_HT_BEAMFORMER_STEER_NUM*/ -+ SET_FLAG(cur_beamform_cap, GET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS((u8 *)(&phtpriv_sta->ht_cap)) << 4); -+ } -+ if (cur_beamform_cap) { -+ DBG_871X("Client STA(%d) HT Beamforming Cap = 0x%02X\n", psta->aid, cur_beamform_cap); -+ } -+#endif /*CONFIG_BEAMFORMING*/ -+ } -+ else -+ { -+ phtpriv_sta->ampdu_enable = _FALSE; -+ -+ phtpriv_sta->sgi_20m = _FALSE; -+ phtpriv_sta->sgi_40m = _FALSE; -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ -+ phtpriv_sta->ldpc_cap = cur_ldpc_cap; -+ phtpriv_sta->stbc_cap = cur_stbc_cap; -+ phtpriv_sta->beamform_cap = cur_beamform_cap; -+ -+ //Rx AMPDU -+ send_delba(padapter, 0, psta->hwaddr);// recipient -+ -+ //TX AMPDU -+ send_delba(padapter, 1, psta->hwaddr);// // originator -+ phtpriv_sta->agg_enable_bitmap = 0x0;//reset -+ phtpriv_sta->candidate_tid_bitmap = 0x0;//reset -+#endif //CONFIG_80211N_HT -+ -+#ifdef CONFIG_80211AC_VHT -+ update_sta_vht_info_apmode(padapter, psta); -+#endif -+ -+ update_ldpc_stbc_cap(psta); -+ -+ //todo: init other variables -+ -+ _rtw_memset((void*)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); -+ -+ -+ //add ratid -+ //add_RATid(padapter, psta);//move to ap_sta_info_defer_update() -+ -+ -+ _enter_critical_bh(&psta->lock, &irqL); -+ psta->state |= _FW_LINKED; -+ _exit_critical_bh(&psta->lock, &irqL); -+ -+ -+} -+ -+static void update_ap_info(_adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX *)&pmlmepriv->cur_network.network; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+#ifdef CONFIG_80211N_HT -+ struct ht_priv *phtpriv_ap = &pmlmepriv->htpriv; -+#endif //CONFIG_80211N_HT -+ -+ psta->wireless_mode = pmlmeext->cur_wireless_mode; -+ -+ psta->bssratelen = rtw_get_rateset_len(pnetwork->SupportedRates); -+ _rtw_memcpy(psta->bssrateset, pnetwork->SupportedRates, psta->bssratelen); -+ -+#ifdef CONFIG_80211N_HT -+ //HT related cap -+ if(phtpriv_ap->ht_option) -+ { -+ //check if sta supports rx ampdu -+ //phtpriv_ap->ampdu_enable = phtpriv_ap->ampdu_enable; -+ -+ //check if sta support s Short GI 20M -+ if((phtpriv_ap->ht_cap.cap_info) & cpu_to_le16(IEEE80211_HT_CAP_SGI_20)) -+ { -+ phtpriv_ap->sgi_20m = _TRUE; -+ } -+ //check if sta support s Short GI 40M -+ if((phtpriv_ap->ht_cap.cap_info) & cpu_to_le16(IEEE80211_HT_CAP_SGI_40)) -+ { -+ phtpriv_ap->sgi_40m = _TRUE; -+ } -+ -+ psta->qos_option = _TRUE; -+ } -+ else -+ { -+ phtpriv_ap->ampdu_enable = _FALSE; -+ -+ phtpriv_ap->sgi_20m = _FALSE; -+ phtpriv_ap->sgi_40m = _FALSE; -+ } -+ -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ phtpriv_ap->ch_offset = pmlmeext->cur_ch_offset; -+ -+ phtpriv_ap->agg_enable_bitmap = 0x0;//reset -+ phtpriv_ap->candidate_tid_bitmap = 0x0;//reset -+ -+ _rtw_memcpy(&psta->htpriv, &pmlmepriv->htpriv, sizeof(struct ht_priv)); -+ -+#ifdef CONFIG_80211AC_VHT -+ _rtw_memcpy(&psta->vhtpriv, &pmlmepriv->vhtpriv, sizeof(struct vht_priv)); -+#endif //CONFIG_80211AC_VHT -+ -+#endif //CONFIG_80211N_HT -+ -+ psta->state |= WIFI_AP_STATE; /* Aries, add,fix bug of flush_cam_entry at STOP AP mode , 0724 */ -+} -+ -+static void rtw_set_hw_wmm_param(_adapter *padapter) -+{ -+ u8 ACI, ACM, AIFS, ECWMin, ECWMax, aSifsTime; -+ u8 acm_mask; -+ u16 TXOP; -+ u32 acParm, i; -+ u32 edca[4], inx[4]; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ acm_mask = 0; -+ -+ if (IsSupported5G(pmlmeext->cur_wireless_mode) || -+ (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) -+ aSifsTime = 16; -+ else -+ aSifsTime = 10; -+ -+ if (pmlmeinfo->WMM_enable == 0) { -+ padapter->mlmepriv.acm_mask = 0; -+ -+ AIFS = aSifsTime + (2 * pmlmeinfo->slotTime); -+ -+ if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11A)) { -+ ECWMin = 4; -+ ECWMax = 10; -+ } else if (pmlmeext->cur_wireless_mode & WIRELESS_11B) { -+ ECWMin = 5; -+ ECWMax = 10; -+ } else { -+ ECWMin = 4; -+ ECWMax = 10; -+ } -+ -+ TXOP = 0; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acParm)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acParm)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acParm)); -+ -+ ECWMin = 2; -+ ECWMax = 3; -+ TXOP = 0x2f; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acParm)); -+ -+ } else { -+ edca[0] = edca[1] = edca[2] = edca[3] = 0; -+ -+ /*TODO:*/ -+ acm_mask = 0; -+ padapter->mlmepriv.acm_mask = acm_mask; -+ -+ /* -+ //BK -+ //AIFS = AIFSN * slot time + SIFS - r2t phy delay -+ */ -+ AIFS = (7 * pmlmeinfo->slotTime) + aSifsTime; -+ ECWMin = 4; -+ ECWMax = 10; -+ TXOP = 0; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acParm)); -+ edca[XMIT_BK_QUEUE] = acParm; -+ DBG_871X("WMM(BK): %x\n", acParm); -+ -+ /* BE */ -+ AIFS = (3 * pmlmeinfo->slotTime) + aSifsTime; -+ ECWMin = 4; -+ ECWMax = 6; -+ TXOP = 0; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acParm)); -+ edca[XMIT_BE_QUEUE] = acParm; -+ DBG_871X("WMM(BE): %x\n", acParm); -+ -+ /* VI */ -+ AIFS = (1 * pmlmeinfo->slotTime) + aSifsTime; -+ ECWMin = 3; -+ ECWMax = 4; -+ TXOP = 94; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acParm)); -+ edca[XMIT_VI_QUEUE] = acParm; -+ DBG_871X("WMM(VI): %x\n", acParm); -+ -+ /* VO */ -+ AIFS = (1 * pmlmeinfo->slotTime) + aSifsTime; -+ ECWMin = 2; -+ ECWMax = 3; -+ TXOP = 47; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acParm)); -+ edca[XMIT_VO_QUEUE] = acParm; -+ DBG_871X("WMM(VO): %x\n", acParm); -+ -+ -+ if (padapter->registrypriv.acm_method == 1) -+ rtw_hal_set_hwreg(padapter, HW_VAR_ACM_CTRL, (u8 *)(&acm_mask)); -+ else -+ padapter->mlmepriv.acm_mask = acm_mask; -+ -+ inx[0] = 0; inx[1] = 1; inx[2] = 2; inx[3] = 3; -+ -+ if (pregpriv->wifi_spec == 1) { -+ u32 j, tmp, change_inx = _FALSE; -+ -+ /* entry indx: 0->vo, 1->vi, 2->be, 3->bk. */ -+ for (i = 0 ; i < 4 ; i++) { -+ for (j = i+1 ; j < 4 ; j++) { -+ /* compare CW and AIFS */ -+ if ((edca[j] & 0xFFFF) < (edca[i] & 0xFFFF)) { -+ change_inx = _TRUE; -+ } else if ((edca[j] & 0xFFFF) == (edca[i] & 0xFFFF)) { -+ /* compare TXOP */ -+ if ((edca[j] >> 16) > (edca[i] >> 16)) -+ change_inx = _TRUE; -+ } -+ -+ if (change_inx) { -+ tmp = edca[i]; -+ edca[i] = edca[j]; -+ edca[j] = tmp; -+ -+ tmp = inx[i]; -+ inx[i] = inx[j]; -+ inx[j] = tmp; -+ -+ change_inx = _FALSE; -+ } -+ } -+ } -+ } -+ -+ for (i = 0 ; i < 4 ; i++) { -+ pxmitpriv->wmm_para_seq[i] = inx[i]; -+ DBG_871X("wmm_para_seq(%d): %d\n", i, pxmitpriv->wmm_para_seq[i]); -+ } -+ -+ } -+ -+} -+ -+static void update_hw_ht_param(_adapter *padapter) -+{ -+ unsigned char max_AMPDU_len; -+ unsigned char min_MPDU_spacing; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ -+ //handle A-MPDU parameter field -+ /* -+ AMPDU_para [1:0]:Max AMPDU Len => 0:8k , 1:16k, 2:32k, 3:64k -+ AMPDU_para [4:2]:Min MPDU Start Spacing -+ */ -+ max_AMPDU_len = pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x03; -+ -+ min_MPDU_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c) >> 2; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_MIN_SPACE, (u8 *)(&min_MPDU_spacing)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, (u8 *)(&max_AMPDU_len)); -+ -+ // -+ // Config SM Power Save setting -+ // -+ pmlmeinfo->SM_PS = (pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info & 0x0C) >> 2; -+ if(pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) -+ { -+ /*u8 i; -+ //update the MCS rates -+ for (i = 0; i < 16; i++) -+ { -+ pmlmeinfo->HT_caps.HT_cap_element.MCS_rate[i] &= MCS_rate_1R[i]; -+ }*/ -+ DBG_871X("%s(): WLAN_HT_CAP_SM_PS_STATIC\n",__FUNCTION__); -+ } -+ -+ // -+ // Config current HT Protection mode. -+ // -+ //pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; -+ -+} -+ -+static void rtw_ap_check_scan(_adapter *padapter) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ u32 delta_time, lifetime; -+ struct wlan_network *pnetwork = NULL; -+ WLAN_BSSID_EX *pbss = NULL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ u8 do_scan = _FALSE; -+ -+ lifetime = SCANQUEUE_LIFETIME; /* 20 sec */ -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ phead = get_list_head(queue); -+ if (rtw_end_of_queue_search(phead, get_next(phead)) == _TRUE) -+ if (padapter->registrypriv.wifi_spec) -+ do_scan = _TRUE; -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ if (padapter->registrypriv.acs_auto_scan) { -+ do_scan = _TRUE; -+ rtw_acs_start(padapter, _TRUE); -+ } -+#endif -+ -+ if (_TRUE == do_scan) { -+ DBG_871X("%s : drv scans by itself and wait_completed\n", __func__); -+ rtw_drv_scan_by_self(padapter); -+ rtw_scan_wait_completed(padapter); -+ } -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ if (padapter->registrypriv.acs_auto_scan) -+ rtw_acs_start(padapter, _FALSE); -+#endif -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) { -+ -+ if (rtw_end_of_queue_search(phead, plist) == _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ if (rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfig) >= 0 -+ && rtw_mlme_band_check(padapter, pnetwork->network.Configuration.DSConfig) == _TRUE -+ && _TRUE == rtw_validate_ssid(&(pnetwork->network.Ssid))) { -+ delta_time = (u32) rtw_get_passing_time_ms(pnetwork->last_scanned); -+ -+ if (delta_time < lifetime) { -+ -+ uint ie_len = 0; -+ u8 *pbuf = NULL; -+ u8 *ie = NULL; -+ -+ pbss = &pnetwork->network; -+ ie = pbss->IEs; -+ -+ /*check if HT CAP INFO IE exists or not*/ -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_CAPABILITY_IE_, &ie_len, (pbss->IELength - _BEACON_IE_OFFSET_)); -+ if (pbuf == NULL) { -+ /* HT CAP INFO IE don't exist, it is b/g mode bss.*/ -+ -+ if (pmlmepriv->olbc == _FALSE) -+ pmlmepriv->olbc = _TRUE; -+ -+ if (pmlmepriv->olbc_ht == _FALSE) -+ pmlmepriv->olbc_ht = _TRUE; -+ } -+ } -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ pmlmepriv->num_sta_no_ht = 0; /* reset to 0 after ap do scanning*/ -+ -+} -+ -+void rtw_start_bss_hdl_after_chbw_decided(_adapter *adapter) -+{ -+ WLAN_BSSID_EX *pnetwork = &(adapter->mlmepriv.cur_network.network); -+ struct sta_info *sta = NULL; -+ -+ /* update cur_wireless_mode */ -+ update_wireless_mode(adapter); -+ -+ /* update RRSR and RTS_INIT_RATE register after set channel and bandwidth */ -+ UpdateBrateTbl(adapter, pnetwork->SupportedRates); -+ rtw_hal_set_hwreg(adapter, HW_VAR_BASIC_RATE, pnetwork->SupportedRates); -+ -+ /* update capability after cur_wireless_mode updated */ -+ update_capinfo(adapter, rtw_get_capability(pnetwork)); -+ -+ /* update bc/mc sta_info */ -+ update_bmc_sta(adapter); -+ -+ /* update AP's sta info */ -+ sta = rtw_get_stainfo(&adapter->stapriv, pnetwork->MacAddress); -+ if (!sta) { -+ DBG_871X(FUNC_ADPT_FMT" !sta for macaddr="MAC_FMT"\n", FUNC_ADPT_ARG(adapter), MAC_ARG(pnetwork->MacAddress)); -+ rtw_warn_on(1); -+ return; -+ } -+ -+ update_ap_info(adapter, sta); -+} -+ -+void start_bss_network(_adapter *padapter, struct createbss_parm *parm) -+{ -+#define DUMP_ADAPTERS_STATUS 0 -+ -+ u8 val8; -+ u16 bcn_interval; -+ u32 acparm; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX *)&pmlmepriv->cur_network.network; /* used as input */ -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork_mlmeext = &(pmlmeinfo->network); -+ u8 req_ch, req_bw, req_offset; -+ bool ch_setting_changed = _FALSE; -+ u8 ch_to_set = 0, bw_to_set, offset_to_set; -+ -+ if (parm->req_ch == 0) { -+ /* change to unspecificed ch, bw, offset, get from IE */ -+ goto get_cbhw_from_ie; -+ } else if (parm->req_ch > 0) { -+ /* change ch, bw, offset */ -+ req_ch = parm->req_ch; -+ req_bw = parm->req_bw; -+ req_offset = parm->req_offset; -+ goto change_chbw; -+ } -+ -+ bcn_interval = (u16)pnetwork->Configuration.BeaconPeriod; -+ -+ //check if there is wps ie, -+ //if there is wpsie in beacon, the hostapd will update beacon twice when stating hostapd, -+ //and at first time the security ie ( RSN/WPA IE) will not include in beacon. -+ if(NULL == rtw_get_wps_ie(pnetwork->IEs+_FIXED_IE_LENGTH_, pnetwork->IELength-_FIXED_IE_LENGTH_, NULL, NULL)) -+ { -+ pmlmeext->bstart_bss = _TRUE; -+ } -+ -+ //todo: update wmm, ht cap -+ //pmlmeinfo->WMM_enable; -+ //pmlmeinfo->HT_enable; -+ if(pmlmepriv->qospriv.qos_option) -+ pmlmeinfo->WMM_enable = _TRUE; -+#ifdef CONFIG_80211N_HT -+ if(pmlmepriv->htpriv.ht_option) -+ { -+ pmlmeinfo->WMM_enable = _TRUE; -+ pmlmeinfo->HT_enable = _TRUE; -+ //pmlmeinfo->HT_info_enable = _TRUE; -+ //pmlmeinfo->HT_caps_enable = _TRUE; -+ -+ update_hw_ht_param(padapter); -+ } -+#endif //#CONFIG_80211N_HT -+ -+#ifdef CONFIG_80211AC_VHT -+ if(pmlmepriv->vhtpriv.vht_option) { -+ pmlmeinfo->VHT_enable = _TRUE; -+ update_hw_vht_param(padapter); -+ } -+#endif //CONFIG_80211AC_VHT -+ -+ if(pmlmepriv->cur_network.join_res != _TRUE) //setting only at first time -+ { -+ //WEP Key will be set before this function, do not clear CAM. -+ if ((psecuritypriv->dot11PrivacyAlgrthm != _WEP40_) && (psecuritypriv->dot11PrivacyAlgrthm != _WEP104_)) -+ flush_all_cam_entry(padapter); //clear CAM -+ } -+ -+ //set MSR to AP_Mode -+ Set_MSR(padapter, _HW_STATE_AP_); -+ -+ //Set BSSID REG -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, pnetwork->MacAddress); -+ -+ //Set EDCA param reg -+#ifdef CONFIG_CONCURRENT_MODE -+ acparm = 0x005ea42b; -+#else -+ acparm = 0x002F3217; // VO -+#endif -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acparm)); -+ acparm = 0x005E4317; // VI -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acparm)); -+ //acparm = 0x00105320; // BE -+ acparm = 0x005ea42b; -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acparm)); -+ acparm = 0x0000A444; // BK -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acparm)); -+ -+ //Set Security -+ val8 = (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X)? 0xcc: 0xcf; -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ //Beacon Control related register -+ rtw_hal_set_hwreg(padapter, HW_VAR_BEACON_INTERVAL, (u8 *)(&bcn_interval)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DO_IQK, NULL); -+ -+#if 0 -+ if(pmlmepriv->cur_network.join_res != _TRUE) //setting only at first time -+ { -+ //u32 initialgain; -+ -+ //initialgain = 0x1e; -+ -+ -+ //disable dynamic functions, such as high power, DIG -+ /*rtw_phydm_ability_backup(padapter);*/ -+ /*rtw_phydm_func_disable_all(padapter);*/ -+ -+ //turn on all dynamic functions -+ /* Switch_DM_Func(padapter, DYNAMIC_ALL_FUNC_ENABLE, _TRUE);*/ -+ -+ /*rtw_hal_set_odm_var(padapter, HAL_ODM_INITIAL_GAIN, &initialgain, _FALSE);*/ -+ -+ } -+#endif -+ -+get_cbhw_from_ie: -+ rtw_ies_get_chbw(pnetwork->IEs + sizeof(NDIS_802_11_FIXED_IEs) -+ , pnetwork->IELength - sizeof(NDIS_802_11_FIXED_IEs) -+ , &req_ch, &req_bw, &req_offset); -+ -+change_chbw: -+ rtw_warn_on(req_ch == 0); -+ -+ ch_setting_changed = rtw_ap_chbw_decision(padapter, req_ch, req_bw, req_offset -+ , &ch_to_set, &bw_to_set, &offset_to_set); -+ -+ //let pnetwork_mlmeext == pnetwork_mlme. -+ _rtw_memcpy(pnetwork_mlmeext, pnetwork, pnetwork->Length); -+ -+ rtw_start_bss_hdl_after_chbw_decided(padapter); -+ -+ #if defined(CONFIG_DFS_MASTER) -+ rtw_dfs_master_status_apply(padapter, MLME_AP_STARTED); -+ #endif -+ -+ if (ch_to_set != 0) -+ set_channel_bwmode(padapter, ch_to_set, offset_to_set, bw_to_set); -+ -+ if (DUMP_ADAPTERS_STATUS) { -+ DBG_871X(FUNC_ADPT_FMT" done\n", FUNC_ADPT_ARG(padapter)); -+ dump_adapters_status(RTW_DBGDUMP , adapter_to_dvobj(padapter)); -+ } -+ -+ if (_TRUE == pmlmeext->bstart_bss -+ && !check_fwstate(pmlmepriv, WIFI_SITE_MONITOR) -+ && !check_fwstate(pmlmepriv, WIFI_OP_CH_SWITCHING) -+ #ifdef CONFIG_CONCURRENT_MODE -+ && !check_buddy_fwstate(padapter, WIFI_SITE_MONITOR) -+ #endif -+ ) { -+ -+ if ((pmlmepriv->olbc == _TRUE) || (pmlmepriv->olbc_ht == _TRUE)) { -+ -+ /* AP is not starting a 40 MHz BSS in presence of an 802.11g BSS. */ -+ -+ pmlmepriv->ht_op_mode &= (~HT_INFO_OPERATION_MODE_OP_MODE_MASK); -+ pmlmepriv->ht_op_mode |= OP_MODE_MAY_BE_LEGACY_STAS; -+ update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, _FALSE); -+ } -+ -+ update_beacon(padapter, _TIM_IE_, NULL, _TRUE); -+ -+ #if !defined(CONFIG_INTERRUPT_BASED_TXBCN) -+ #if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ /* other case will tx beacon when bcn interrupt coming in. */ -+ if (send_beacon(padapter) == _FAIL) -+ DBG_871X("issue_beacon, fail!\n"); -+ #endif -+ #endif /* !defined(CONFIG_INTERRUPT_BASED_TXBCN) */ -+ } -+ -+ /*Set EDCA param reg after update cur_wireless_mode & update_capinfo*/ -+ if (pregpriv->wifi_spec == 1) -+ rtw_set_hw_wmm_param(padapter); -+ -+ /*pmlmeext->bstart_bss = _TRUE;*/ -+} -+ -+int rtw_check_beacon_data(_adapter *padapter, u8 *pbuf, int len) -+{ -+ int ret=_SUCCESS; -+ u8 *p; -+ u8 *pHT_caps_ie=NULL; -+ u8 *pHT_info_ie=NULL; -+ u16 cap, ht_cap=_FALSE; -+ uint ie_len = 0; -+ int group_cipher, pairwise_cipher; -+ u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; -+ int supportRateNum = 0; -+ u8 OUI1[] = {0x00, 0x50, 0xf2,0x01}; -+ u8 wps_oui[4]={0x0,0x50,0xf2,0x04}; -+ u8 WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pbss_network = (WLAN_BSSID_EX *)&pmlmepriv->cur_network.network; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *ie = pbss_network->IEs; -+ u8 vht_cap=_FALSE; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 rf_num = 0; -+ -+ /* SSID */ -+ /* Supported rates */ -+ /* DS Params */ -+ /* WLAN_EID_COUNTRY */ -+ /* ERP Information element */ -+ /* Extended supported rates */ -+ /* WPA/WPA2 */ -+ /* Wi-Fi Wireless Multimedia Extensions */ -+ /* ht_capab, ht_oper */ -+ /* WPS IE */ -+ -+ DBG_871X("%s, len=%d\n", __FUNCTION__, len); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return _FAIL; -+ -+ -+ if(len>MAX_IE_SZ) -+ return _FAIL; -+ -+ pbss_network->IELength = len; -+ -+ _rtw_memset(ie, 0, MAX_IE_SZ); -+ -+ _rtw_memcpy(ie, pbuf, pbss_network->IELength); -+ -+ -+ if(pbss_network->InfrastructureMode!=Ndis802_11APMode) -+ return _FAIL; -+ -+ -+ rtw_ap_check_scan(padapter); -+ -+ -+ pbss_network->Rssi = 0; -+ -+ _rtw_memcpy(pbss_network->MacAddress, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ //beacon interval -+ p = rtw_get_beacon_interval_from_ie(ie);//ie + 8; // 8: TimeStamp, 2: Beacon Interval 2:Capability -+ //pbss_network->Configuration.BeaconPeriod = le16_to_cpu(*(unsigned short*)p); -+ pbss_network->Configuration.BeaconPeriod = RTW_GET_LE16(p); -+ -+ //capability -+ //cap = *(unsigned short *)rtw_get_capability_from_ie(ie); -+ //cap = le16_to_cpu(cap); -+ cap = RTW_GET_LE16(ie); -+ -+ //SSID -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _SSID_IE_, &ie_len, (pbss_network->IELength -_BEACON_IE_OFFSET_)); -+ if(p && ie_len>0) -+ { -+ _rtw_memset(&pbss_network->Ssid, 0, sizeof(NDIS_802_11_SSID)); -+ _rtw_memcpy(pbss_network->Ssid.Ssid, (p + 2), ie_len); -+ pbss_network->Ssid.SsidLength = ie_len; -+ #ifdef CONFIG_P2P -+ _rtw_memcpy(padapter->wdinfo.p2p_group_ssid, pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength); -+ padapter->wdinfo.p2p_group_ssid_len = pbss_network->Ssid.SsidLength; -+ #endif -+ } -+ -+ //chnnel -+ channel = 0; -+ pbss_network->Configuration.Length = 0; -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _DSSET_IE_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_)); -+ if(p && ie_len>0) -+ channel = *(p + 2); -+ -+ pbss_network->Configuration.DSConfig = channel; -+ -+ -+ _rtw_memset(supportRate, 0, NDIS_802_11_LENGTH_RATES_EX); -+ // get supported rates -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _SUPPORTEDRATES_IE_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_)); -+ if (p != NULL) -+ { -+ _rtw_memcpy(supportRate, p+2, ie_len); -+ supportRateNum = ie_len; -+ } -+ -+ //get ext_supported rates -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _EXT_SUPPORTEDRATES_IE_, &ie_len, pbss_network->IELength - _BEACON_IE_OFFSET_); -+ if (p != NULL) -+ { -+ _rtw_memcpy(supportRate+supportRateNum, p+2, ie_len); -+ supportRateNum += ie_len; -+ -+ } -+ -+ network_type = rtw_check_network_type(supportRate, supportRateNum, channel); -+ -+ rtw_set_supported_rate(pbss_network->SupportedRates, network_type); -+ -+ -+ //parsing ERP_IE -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _ERPINFO_IE_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_)); -+ if(p && ie_len>0) -+ { -+ ERP_IE_handler(padapter, (PNDIS_802_11_VARIABLE_IEs)p); -+ } -+ -+ //update privacy/security -+ if (cap & BIT(4)) -+ pbss_network->Privacy = 1; -+ else -+ pbss_network->Privacy = 0; -+ -+ psecuritypriv->wpa_psk = 0; -+ -+ //wpa2 -+ group_cipher = 0; pairwise_cipher = 0; -+ psecuritypriv->wpa2_group_cipher = _NO_PRIVACY_; -+ psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _RSN_IE_2_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_)); -+ if(p && ie_len>0) -+ { -+ if(rtw_parse_wpa2_ie(p, ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ psecuritypriv->dot11AuthAlgrthm= dot11AuthAlgrthm_8021X; -+ -+ psecuritypriv->dot8021xalg = 1;//psk, todo:802.1x -+ psecuritypriv->wpa_psk |= BIT(1); -+ -+ psecuritypriv->wpa2_group_cipher = group_cipher; -+ psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher; -+#if 0 -+ switch(group_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ psecuritypriv->wpa2_group_cipher = _NO_PRIVACY_; -+ break; -+ case WPA_CIPHER_WEP40: -+ psecuritypriv->wpa2_group_cipher = _WEP40_; -+ break; -+ case WPA_CIPHER_TKIP: -+ psecuritypriv->wpa2_group_cipher = _TKIP_; -+ break; -+ case WPA_CIPHER_CCMP: -+ psecuritypriv->wpa2_group_cipher = _AES_; -+ break; -+ case WPA_CIPHER_WEP104: -+ psecuritypriv->wpa2_group_cipher = _WEP104_; -+ break; -+ } -+ -+ switch(pairwise_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; -+ break; -+ case WPA_CIPHER_WEP40: -+ psecuritypriv->wpa2_pairwise_cipher = _WEP40_; -+ break; -+ case WPA_CIPHER_TKIP: -+ psecuritypriv->wpa2_pairwise_cipher = _TKIP_; -+ break; -+ case WPA_CIPHER_CCMP: -+ psecuritypriv->wpa2_pairwise_cipher = _AES_; -+ break; -+ case WPA_CIPHER_WEP104: -+ psecuritypriv->wpa2_pairwise_cipher = _WEP104_; -+ break; -+ } -+#endif -+ } -+ -+ } -+ -+ //wpa -+ ie_len = 0; -+ group_cipher = 0; pairwise_cipher = 0; -+ psecuritypriv->wpa_group_cipher = _NO_PRIVACY_; -+ psecuritypriv->wpa_pairwise_cipher = _NO_PRIVACY_; -+ for (p = ie + _BEACON_IE_OFFSET_; ;p += (ie_len + 2)) -+ { -+ p = rtw_get_ie(p, _SSN_IE_1_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_ - (ie_len + 2))); -+ if ((p) && (_rtw_memcmp(p+2, OUI1, 4))) -+ { -+ if(rtw_parse_wpa_ie(p, ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ psecuritypriv->dot11AuthAlgrthm= dot11AuthAlgrthm_8021X; -+ -+ psecuritypriv->dot8021xalg = 1;//psk, todo:802.1x -+ -+ psecuritypriv->wpa_psk |= BIT(0); -+ -+ psecuritypriv->wpa_group_cipher = group_cipher; -+ psecuritypriv->wpa_pairwise_cipher = pairwise_cipher; -+ -+#if 0 -+ switch(group_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ psecuritypriv->wpa_group_cipher = _NO_PRIVACY_; -+ break; -+ case WPA_CIPHER_WEP40: -+ psecuritypriv->wpa_group_cipher = _WEP40_; -+ break; -+ case WPA_CIPHER_TKIP: -+ psecuritypriv->wpa_group_cipher = _TKIP_; -+ break; -+ case WPA_CIPHER_CCMP: -+ psecuritypriv->wpa_group_cipher = _AES_; -+ break; -+ case WPA_CIPHER_WEP104: -+ psecuritypriv->wpa_group_cipher = _WEP104_; -+ break; -+ } -+ -+ switch(pairwise_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ psecuritypriv->wpa_pairwise_cipher = _NO_PRIVACY_; -+ break; -+ case WPA_CIPHER_WEP40: -+ psecuritypriv->wpa_pairwise_cipher = _WEP40_; -+ break; -+ case WPA_CIPHER_TKIP: -+ psecuritypriv->wpa_pairwise_cipher = _TKIP_; -+ break; -+ case WPA_CIPHER_CCMP: -+ psecuritypriv->wpa_pairwise_cipher = _AES_; -+ break; -+ case WPA_CIPHER_WEP104: -+ psecuritypriv->wpa_pairwise_cipher = _WEP104_; -+ break; -+ } -+#endif -+ } -+ -+ break; -+ -+ } -+ -+ if ((p == NULL) || (ie_len == 0)) -+ { -+ break; -+ } -+ -+ } -+ -+ //wmm -+ ie_len = 0; -+ pmlmepriv->qospriv.qos_option = 0; -+ if(pregistrypriv->wmm_enable) -+ { -+ for (p = ie + _BEACON_IE_OFFSET_; ;p += (ie_len + 2)) -+ { -+ p = rtw_get_ie(p, _VENDOR_SPECIFIC_IE_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_ - (ie_len + 2))); -+ if((p) && _rtw_memcmp(p+2, WMM_PARA_IE, 6)) -+ { -+ pmlmepriv->qospriv.qos_option = 1; -+ -+ *(p+8) |= BIT(7);//QoS Info, support U-APSD -+ -+ /* disable all ACM bits since the WMM admission control is not supported */ -+ *(p + 10) &= ~BIT(4); /* BE */ -+ *(p + 14) &= ~BIT(4); /* BK */ -+ *(p + 18) &= ~BIT(4); /* VI */ -+ *(p + 22) &= ~BIT(4); /* VO */ -+ -+ break; -+ } -+ -+ if ((p == NULL) || (ie_len == 0)) -+ { -+ break; -+ } -+ } -+ } -+#ifdef CONFIG_80211N_HT -+ //parsing HT_CAP_IE -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_CAPABILITY_IE_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_)); -+ if(p && ie_len>0) -+ { -+ u8 rf_type=0; -+ HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor=MAX_AMPDU_FACTOR_64K; -+ struct rtw_ieee80211_ht_cap *pht_cap = (struct rtw_ieee80211_ht_cap *)(p+2); -+ -+ if (0) { -+ DBG_871X(FUNC_ADPT_FMT" HT_CAP_IE from upper layer:\n", FUNC_ADPT_ARG(padapter)); -+ dump_ht_cap_ie_content(RTW_DBGDUMP, p+2, ie_len); -+ } -+ -+ pHT_caps_ie=p; -+ -+ ht_cap = _TRUE; -+ network_type |= WIRELESS_11_24N; -+ -+ rtw_ht_use_default_setting(padapter); -+ -+ /* Update HT Capabilities Info field */ -+ if (pmlmepriv->htpriv.sgi_20m == _FALSE) -+ pht_cap->cap_info &= ~(IEEE80211_HT_CAP_SGI_20); -+ -+ if (pmlmepriv->htpriv.sgi_40m == _FALSE) -+ pht_cap->cap_info &= ~(IEEE80211_HT_CAP_SGI_40); -+ -+ if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX)) -+ { -+ pht_cap->cap_info &= ~(IEEE80211_HT_CAP_LDPC_CODING); -+ } -+ -+ if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) -+ { -+ pht_cap->cap_info &= ~(IEEE80211_HT_CAP_TX_STBC); -+ } -+ -+ if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_RX)) -+ { -+ pht_cap->cap_info &= ~(IEEE80211_HT_CAP_RX_STBC_3R); -+ } -+ -+ /* Update A-MPDU Parameters field */ -+ pht_cap->ampdu_params_info &= ~(IEEE80211_HT_CAP_AMPDU_FACTOR|IEEE80211_HT_CAP_AMPDU_DENSITY); -+ -+ if((psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_CCMP) || -+ (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP)) -+ { -+ pht_cap->ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&(0x07<<2)); -+ } -+ else -+ { -+ pht_cap->ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&0x00); -+ } -+ -+ rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); -+ pht_cap->ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor); //set Max Rx AMPDU size to 64K -+ -+ _rtw_memcpy(&(pmlmeinfo->HT_caps), pht_cap, sizeof(struct HT_caps_element)); -+ -+ /* Update Supported MCS Set field */ -+ { -+ int i; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ /* RX MCS Bitmask */ -+ switch(rf_type) -+ { -+ case RF_1T1R: -+ case RF_1T2R: //? -+ set_mcs_rate_by_mask(HT_CAP_ELE_RX_MCS_MAP(pht_cap), MCS_RATE_1R); -+ break; -+ case RF_2T2R: -+ set_mcs_rate_by_mask(HT_CAP_ELE_RX_MCS_MAP(pht_cap), MCS_RATE_2R); -+ break; -+ case RF_3T3R: -+ set_mcs_rate_by_mask(HT_CAP_ELE_RX_MCS_MAP(pht_cap), MCS_RATE_3R); -+ break; -+ default: -+ DBG_871X("[warning] rf_type %d is not expected\n", rf_type); -+ } -+ for (i = 0; i < 10; i++) -+ *(HT_CAP_ELE_RX_MCS_MAP(pht_cap)+i) &= padapter->mlmeextpriv.default_supported_mcs_set[i]; -+ } -+ -+#ifdef CONFIG_BEAMFORMING -+ // Use registry value to enable HT Beamforming. -+ // ToDo: use configure file to set these capability. -+ pht_cap->tx_BF_cap_info = 0; -+ -+ // HT Beamformer -+ if(TEST_FLAG(pmlmepriv->htpriv.beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE)) -+ { -+ // Transmit NDP Capable -+ SET_HT_CAP_TXBF_TRANSMIT_NDP_CAP(pht_cap, 1); -+ // Explicit Compressed Steering Capable -+ SET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(pht_cap, 1); -+ // Compressed Steering Number Antennas -+ SET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(pht_cap, 1); -+ rtw_hal_get_def_var(padapter, HAL_DEF_BEAMFORMER_CAP, (u8 *)&rf_num); -+ SET_HT_CAP_TXBF_CHNL_ESTIMATION_NUM_ANTENNAS(pht_cap, rf_num); -+ } -+ -+ // HT Beamformee -+ if(TEST_FLAG(pmlmepriv->htpriv.beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE)) -+ { -+ // Receive NDP Capable -+ SET_HT_CAP_TXBF_RECEIVE_NDP_CAP(pht_cap, 1); -+ // Explicit Compressed Beamforming Feedback Capable -+ SET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(pht_cap, 2); -+ rtw_hal_get_def_var(padapter, HAL_DEF_BEAMFORMEE_CAP, (u8 *)&rf_num); -+ SET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(pht_cap, rf_num); -+ } -+#endif //CONFIG_BEAMFORMING -+ -+ _rtw_memcpy(&pmlmepriv->htpriv.ht_cap, p+2, ie_len); -+ -+ if (0) { -+ DBG_871X(FUNC_ADPT_FMT" HT_CAP_IE driver masked:\n", FUNC_ADPT_ARG(padapter)); -+ dump_ht_cap_ie_content(RTW_DBGDUMP, p+2, ie_len); -+ } -+ } -+ -+ //parsing HT_INFO_IE -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_ADD_INFO_IE_, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_)); -+ if(p && ie_len>0) -+ { -+ pHT_info_ie=p; -+ } -+#endif //CONFIG_80211N_HT -+ switch(network_type) -+ { -+ case WIRELESS_11B: -+ pbss_network->NetworkTypeInUse = Ndis802_11DS; -+ break; -+ case WIRELESS_11G: -+ case WIRELESS_11BG: -+ case WIRELESS_11G_24N: -+ case WIRELESS_11BG_24N: -+ pbss_network->NetworkTypeInUse = Ndis802_11OFDM24; -+ break; -+ case WIRELESS_11A: -+ pbss_network->NetworkTypeInUse = Ndis802_11OFDM5; -+ break; -+ default : -+ pbss_network->NetworkTypeInUse = Ndis802_11OFDM24; -+ break; -+ } -+ -+ pmlmepriv->cur_network.network_type = network_type; -+ -+#ifdef CONFIG_80211N_HT -+ pmlmepriv->htpriv.ht_option = _FALSE; -+ -+ if( (psecuritypriv->wpa2_pairwise_cipher&WPA_CIPHER_TKIP) || -+ (psecuritypriv->wpa_pairwise_cipher&WPA_CIPHER_TKIP)) -+ { -+ //todo: -+ //ht_cap = _FALSE; -+ } -+ -+ //ht_cap -+ if(pregistrypriv->ht_enable && ht_cap==_TRUE) -+ { -+ pmlmepriv->htpriv.ht_option = _TRUE; -+ pmlmepriv->qospriv.qos_option = 1; -+ -+ if(pregistrypriv->ampdu_enable==1) -+ { -+ pmlmepriv->htpriv.ampdu_enable = _TRUE; -+ } -+ -+ HT_caps_handler(padapter, (PNDIS_802_11_VARIABLE_IEs)pHT_caps_ie); -+ -+ HT_info_handler(padapter, (PNDIS_802_11_VARIABLE_IEs)pHT_info_ie); -+ } -+#endif -+ -+#ifdef CONFIG_80211AC_VHT -+ -+ //Parsing VHT CAP IE -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, EID_VHTCapability, &ie_len, (pbss_network->IELength - _BEACON_IE_OFFSET_)); -+ if(p && ie_len>0) -+ { -+ vht_cap = _TRUE; -+ } -+ //Parsing VHT OPERATION IE -+ -+ -+ pmlmepriv->vhtpriv.vht_option = _FALSE; -+ // if channel in 5G band, then add vht ie . -+ if ((pbss_network->Configuration.DSConfig > 14) && -+ (pmlmepriv->htpriv.ht_option == _TRUE) && -+ (pregistrypriv->vht_enable)) -+ { -+ if(vht_cap == _TRUE) -+ { -+ pmlmepriv->vhtpriv.vht_option = _TRUE; -+ } -+ else if(pregistrypriv->vht_enable == 2) // auto enabled -+ { -+ u8 cap_len, operation_len; -+ -+ rtw_vht_use_default_setting(padapter); -+ -+ { -+ /* VHT Operation mode notifiy bit in Extended IE (127) */ -+ uint len = 0; -+ -+ SET_EXT_CAPABILITY_ELE_OP_MODE_NOTIF(pmlmepriv->ext_capab_ie_data, 1); -+ pmlmepriv->ext_capab_ie_len = 10; -+ rtw_set_ie(pbss_network->IEs + pbss_network->IELength, EID_EXTCapability, 8, pmlmepriv->ext_capab_ie_data, &len); -+ pbss_network->IELength += pmlmepriv->ext_capab_ie_len; -+ } -+ -+ // VHT Capabilities element -+ cap_len = rtw_build_vht_cap_ie(padapter, pbss_network->IEs + pbss_network->IELength); -+ pbss_network->IELength += cap_len; -+ -+ // VHT Operation element -+ operation_len = rtw_build_vht_operation_ie(padapter, pbss_network->IEs + pbss_network->IELength, pbss_network->Configuration.DSConfig); -+ pbss_network->IELength += operation_len; -+ -+ pmlmepriv->vhtpriv.vht_option = _TRUE; -+ } -+ } -+#endif //CONFIG_80211AC_VHT -+ -+ pbss_network->Length = get_WLAN_BSSID_EX_sz((WLAN_BSSID_EX *)pbss_network); -+ -+ rtw_ies_get_chbw(pbss_network->IEs + _BEACON_IE_OFFSET_, pbss_network->IELength - _BEACON_IE_OFFSET_ -+ , &pmlmepriv->ori_ch, &pmlmepriv->ori_bw, &pmlmepriv->ori_offset); -+ rtw_warn_on(pmlmepriv->ori_ch == 0); -+ -+{ -+ /* alloc sta_info for ap itself */ -+ -+ struct sta_info *sta; -+ -+ sta = rtw_get_stainfo(&padapter->stapriv, pbss_network->MacAddress); -+ if (!sta) { -+ sta = rtw_alloc_stainfo(&padapter->stapriv, pbss_network->MacAddress); -+ if (sta == NULL) -+ return _FAIL; -+ } -+} -+ -+ rtw_startbss_cmd(padapter, RTW_CMDF_WAIT_ACK); -+ -+ rtw_indicate_connect( padapter); -+ -+ pmlmepriv->cur_network.join_res = _TRUE;//for check if already set beacon -+ -+ //update bc/mc sta_info -+ //update_bmc_sta(padapter); -+ -+ return ret; -+ -+} -+ -+void rtw_set_macaddr_acl(_adapter *padapter, int mode) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ -+ DBG_871X("%s, mode=%d\n", __func__, mode); -+ -+ pacl_list->mode = mode; -+} -+ -+int rtw_acl_add_sta(_adapter *padapter, u8 *addr) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ u8 added = _FALSE; -+ int i, ret=0; -+ struct rtw_wlan_acl_node *paclnode; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ _queue *pacl_node_q =&pacl_list->acl_node_q; -+ -+ DBG_871X("%s(acl_num=%d)=" MAC_FMT "\n", __func__, pacl_list->num, MAC_ARG(addr)); -+ -+ if((NUM_ACL-1) < pacl_list->num) -+ return (-1); -+ -+ -+ _enter_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if(_rtw_memcmp(paclnode->addr, addr, ETH_ALEN)) -+ { -+ if(paclnode->valid == _TRUE) -+ { -+ added = _TRUE; -+ DBG_871X("%s, sta has been added\n", __func__); -+ break; -+ } -+ } -+ } -+ -+ _exit_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ -+ if(added == _TRUE) -+ return ret; -+ -+ -+ _enter_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ for(i=0; i< NUM_ACL; i++) -+ { -+ paclnode = &pacl_list->aclnode[i]; -+ -+ if(paclnode->valid == _FALSE) -+ { -+ _rtw_init_listhead(&paclnode->list); -+ -+ _rtw_memcpy(paclnode->addr, addr, ETH_ALEN); -+ -+ paclnode->valid = _TRUE; -+ -+ rtw_list_insert_tail(&paclnode->list, get_list_head(pacl_node_q)); -+ -+ pacl_list->num++; -+ -+ break; -+ } -+ } -+ -+ DBG_871X("%s, acl_num=%d\n", __func__, pacl_list->num); -+ -+ _exit_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ return ret; -+} -+ -+int rtw_acl_remove_sta(_adapter *padapter, u8 *addr) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ int i, ret=0; -+ struct rtw_wlan_acl_node *paclnode; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ _queue *pacl_node_q =&pacl_list->acl_node_q; -+ u8 baddr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; //Baddr is used for clearing acl_list -+ -+ DBG_871X("%s(acl_num=%d)=" MAC_FMT "\n", __func__, pacl_list->num, MAC_ARG(addr)); -+ -+ _enter_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if(_rtw_memcmp(paclnode->addr, addr, ETH_ALEN) || _rtw_memcmp(baddr, addr, ETH_ALEN)) -+ { -+ if(paclnode->valid == _TRUE) -+ { -+ paclnode->valid = _FALSE; -+ -+ rtw_list_delete(&paclnode->list); -+ -+ pacl_list->num--; -+ } -+ } -+ } -+ -+ _exit_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ DBG_871X("%s, acl_num=%d\n", __func__, pacl_list->num); -+ -+ return ret; -+ -+} -+ -+u8 rtw_ap_set_pairwise_key(_adapter *padapter, struct sta_info *psta) -+{ -+ struct cmd_obj* ph2c; -+ struct set_stakey_parm *psetstakey_para; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if ( ph2c == NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ psetstakey_para = (struct set_stakey_parm*)rtw_zmalloc(sizeof(struct set_stakey_parm)); -+ if(psetstakey_para==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res=_FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); -+ -+ -+ psetstakey_para->algorithm = (u8)psta->dot118021XPrivacy; -+ -+ _rtw_memcpy(psetstakey_para->addr, psta->hwaddr, ETH_ALEN); -+ -+ _rtw_memcpy(psetstakey_para->key, &psta->dot118021x_UncstKey, 16); -+ -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+static int rtw_ap_set_key(_adapter *padapter, u8 *key, u8 alg, int keyid, u8 set_tx) -+{ -+ u8 keylen; -+ struct cmd_obj* pcmd; -+ struct setkey_parm *psetkeyparm; -+ struct cmd_priv *pcmdpriv=&(padapter->cmdpriv); -+ int res=_SUCCESS; -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ pcmd = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmd==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ psetkeyparm=(struct setkey_parm*)rtw_zmalloc(sizeof(struct setkey_parm)); -+ if(psetkeyparm==NULL){ -+ rtw_mfree((unsigned char *)pcmd, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ _rtw_memset(psetkeyparm, 0, sizeof(struct setkey_parm)); -+ -+ psetkeyparm->keyid=(u8)keyid; -+ if (is_wep_enc(alg)) -+ padapter->securitypriv.key_mask |= BIT(psetkeyparm->keyid); -+ -+ psetkeyparm->algorithm = alg; -+ -+ psetkeyparm->set_tx = set_tx; -+ -+ switch(alg) -+ { -+ case _WEP40_: -+ keylen = 5; -+ break; -+ case _WEP104_: -+ keylen = 13; -+ break; -+ case _TKIP_: -+ case _TKIP_WTMIC_: -+ case _AES_: -+ default: -+ keylen = 16; -+ } -+ -+ _rtw_memcpy(&(psetkeyparm->key[0]), key, keylen); -+ -+ pcmd->cmdcode = _SetKey_CMD_; -+ pcmd->parmbuf = (u8 *)psetkeyparm; -+ pcmd->cmdsz = (sizeof(struct setkey_parm)); -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ -+ _rtw_init_listhead(&pcmd->list); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+exit: -+ -+ return res; -+} -+ -+int rtw_ap_set_group_key(_adapter *padapter, u8 *key, u8 alg, int keyid) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ return rtw_ap_set_key(padapter, key, alg, keyid, 1); -+} -+ -+int rtw_ap_set_wep_key(_adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx) -+{ -+ u8 alg; -+ -+ switch(keylen) -+ { -+ case 5: -+ alg =_WEP40_; -+ break; -+ case 13: -+ alg =_WEP104_; -+ break; -+ default: -+ alg =_NO_PRIVACY_; -+ } -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ return rtw_ap_set_key(padapter, key, alg, keyid, set_tx); -+} -+ -+u8 rtw_ap_bmc_frames_hdl(_adapter *padapter) -+{ -+#define HIQ_XMIT_COUNTS (6) -+ _irqL irqL; -+ struct sta_info *psta_bmc; -+ _list *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe = NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ bool update_tim = _FALSE; -+ -+ -+ if (padapter->registrypriv.wifi_spec != 1) -+ return H2C_SUCCESS; -+ -+ -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ if (!psta_bmc) -+ return H2C_SUCCESS; -+ -+ -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ if ((pstapriv->tim_bitmap & BIT(0)) && (psta_bmc->sleepq_len > 0)) { -+ int tx_counts = 0; -+ -+ _update_beacon(padapter, _TIM_IE_, NULL, _FALSE, "update TIM with TIB=1"); -+ -+ DBG_871X("sleepq_len of bmc_sta = %d\n", psta_bmc->sleepq_len); -+ -+ xmitframe_phead = get_list_head(&psta_bmc->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while ((rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist)) == _FALSE) { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ rtw_list_delete(&pxmitframe->list); -+ -+ psta_bmc->sleepq_len--; -+ tx_counts++; -+ -+ if (psta_bmc->sleepq_len > 0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ if (tx_counts == HIQ_XMIT_COUNTS) -+ pxmitframe->attrib.mdata = 0; -+ -+ pxmitframe->attrib.triggered = 1; -+ -+ if (xmitframe_hiq_filter(pxmitframe) == _TRUE) -+ pxmitframe->attrib.qsel = QSLT_HIGH;/*HIQ*/ -+ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ if (tx_counts == HIQ_XMIT_COUNTS) -+ break; -+ -+ } -+ -+ } else { -+ if (psta_bmc->sleepq_len == 0) { -+ -+ /*DBG_871X("sleepq_len of bmc_sta = %d\n", psta_bmc->sleepq_len);*/ -+ -+ if (pstapriv->tim_bitmap & BIT(0)) -+ update_tim = _TRUE; -+ -+ pstapriv->tim_bitmap &= ~BIT(0); -+ pstapriv->sta_dz_bitmap &= ~BIT(0); -+ -+ if (update_tim == _TRUE) { -+ DBG_871X("clear TIB\n"); -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "bmc sleepq and HIQ empty"); -+ } -+ } -+ } -+ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+/* -+ //HIQ Check -+ rtw_hal_get_hwreg(padapter, HW_VAR_CHK_HI_QUEUE_EMPTY, &empty); -+ -+ while (_FALSE == empty && rtw_get_passing_time_ms(start) < 3000) -+ { -+ rtw_msleep_os(100); -+ rtw_hal_get_hwreg(padapter, HW_VAR_CHK_HI_QUEUE_EMPTY, &empty); -+ } -+ -+ -+ printk("check if hiq empty=%d\n", empty); -+*/ -+ -+ return H2C_SUCCESS; -+} -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ -+static void associated_stainfo_update(_adapter *padapter, struct sta_info *psta, u32 sta_info_type) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_871X("%s: "MAC_FMT", updated_type=0x%x\n", __func__, MAC_ARG(psta->hwaddr), sta_info_type); -+ -+ if (sta_info_type & STA_INFO_UPDATE_BW) { -+ -+ if ((psta->flags & WLAN_STA_HT) && !psta->ht_20mhz_set) { -+ if (pmlmepriv->sw_to_20mhz) { -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ /*psta->htpriv.ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE;*/ -+ psta->htpriv.sgi_40m = _FALSE; -+ } else { -+ /*TODO: Switch back to 40MHZ?80MHZ*/ -+ } -+ } -+ } -+ -+/* -+ if (sta_info_type & STA_INFO_UPDATE_RATE) { -+ -+ } -+*/ -+ -+ if (sta_info_type & STA_INFO_UPDATE_PROTECTION_MODE) -+ VCS_update(padapter, psta); -+ -+/* -+ if (sta_info_type & STA_INFO_UPDATE_CAP) { -+ -+ } -+ -+ if (sta_info_type & STA_INFO_UPDATE_HT_CAP) { -+ -+ } -+ -+ if (sta_info_type & STA_INFO_UPDATE_VHT_CAP) { -+ -+ } -+*/ -+ -+} -+ -+static void update_bcn_ext_capab_ie(_adapter *padapter) -+{ -+ sint ie_len = 0; -+ unsigned char *pbuf; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = &(pmlmeinfo->network); -+ u8 *ie = pnetwork->IEs; -+ u8 null_extcap_data[8] = {0}; -+ -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _EXT_CAP_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if (pbuf && ie_len > 0) -+ rtw_remove_bcn_ie(padapter, pnetwork, _EXT_CAP_IE_); -+ -+ if ((pmlmepriv->ext_capab_ie_len > 0) && -+ (_rtw_memcmp(pmlmepriv->ext_capab_ie_data, null_extcap_data, sizeof(null_extcap_data)) == _FALSE)) -+ rtw_add_bcn_ie(padapter, pnetwork, _EXT_CAP_IE_, pmlmepriv->ext_capab_ie_data, pmlmepriv->ext_capab_ie_len); -+ -+} -+ -+static void update_bcn_fixed_ie(_adapter *padapter) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+} -+ -+static void update_bcn_erpinfo_ie(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = &(pmlmeinfo->network); -+ unsigned char *p, *ie = pnetwork->IEs; -+ u32 len = 0; -+ -+ DBG_871X("%s, ERP_enable=%d\n", __FUNCTION__, pmlmeinfo->ERP_enable); -+ -+ if(!pmlmeinfo->ERP_enable) -+ return; -+ -+ //parsing ERP_IE -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _ERPINFO_IE_, &len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if(p && len>0) -+ { -+ PNDIS_802_11_VARIABLE_IEs pIE = (PNDIS_802_11_VARIABLE_IEs)p; -+ -+ if (pmlmepriv->num_sta_non_erp == 1) -+ pIE->data[0] |= RTW_ERP_INFO_NON_ERP_PRESENT|RTW_ERP_INFO_USE_PROTECTION; -+ else -+ pIE->data[0] &= ~(RTW_ERP_INFO_NON_ERP_PRESENT|RTW_ERP_INFO_USE_PROTECTION); -+ -+ if(pmlmepriv->num_sta_no_short_preamble > 0) -+ pIE->data[0] |= RTW_ERP_INFO_BARKER_PREAMBLE_MODE; -+ else -+ pIE->data[0] &= ~(RTW_ERP_INFO_BARKER_PREAMBLE_MODE); -+ -+ ERP_IE_handler(padapter, pIE); -+ } -+ -+} -+ -+static void update_bcn_htcap_ie(_adapter *padapter) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+} -+ -+static void update_bcn_htinfo_ie(_adapter *padapter) -+{ -+ /* -+ u8 beacon_updated = _FALSE; -+ u32 sta_info_update_type = STA_INFO_UPDATE_NONE; -+ */ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = &(pmlmeinfo->network); -+ unsigned char *p, *ie = pnetwork->IEs; -+ u32 len = 0; -+ -+ if (pmlmepriv->htpriv.ht_option == _FALSE) -+ return; -+ -+ if (pmlmeinfo->HT_info_enable != 1) -+ return; -+ -+ -+ DBG_871X("%s current operation mode=0x%X\n", -+ __FUNCTION__, pmlmepriv->ht_op_mode); -+ -+ DBG_871X("num_sta_40mhz_intolerant(%d), 20mhz_width_req(%d), intolerant_ch_rpt(%d), olbc(%d)\n", -+ pmlmepriv->num_sta_40mhz_intolerant, pmlmepriv->ht_20mhz_width_req, pmlmepriv->ht_intolerant_ch_reported, pmlmepriv->olbc); -+ -+ /*parsing HT_INFO_IE, currently only update ht_op_mode - pht_info->infos[1] & pht_info->infos[2] for wifi logo test*/ -+ p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_ADD_INFO_IE_, &len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if (p && len > 0) { -+ struct HT_info_element *pht_info = NULL; -+ -+ pht_info = (struct HT_info_element *)(p + 2); -+ -+ /* for STA Channel Width/Secondary Channel Offset*/ -+ if ((pmlmepriv->sw_to_20mhz == 0) && (pmlmeext->cur_channel <= 14)) { -+ if ((pmlmepriv->num_sta_40mhz_intolerant > 0) || (pmlmepriv->ht_20mhz_width_req == _TRUE) -+ || (pmlmepriv->ht_intolerant_ch_reported == _TRUE) || (pmlmepriv->olbc == _TRUE)) { -+ SET_HT_OP_ELE_2ND_CHL_OFFSET(pht_info, 0); -+ SET_HT_OP_ELE_STA_CHL_WIDTH(pht_info, 0); -+ -+ pmlmepriv->sw_to_20mhz = 1; -+ /* -+ sta_info_update_type |= STA_INFO_UPDATE_BW; -+ beacon_updated = _TRUE; -+ */ -+ -+ DBG_871X("%s:switching to 20Mhz\n", __FUNCTION__); -+ -+ /*TODO : cur_bwmode/cur_ch_offset switches to 20Mhz*/ -+ } -+ } else { -+ -+ if ((pmlmepriv->num_sta_40mhz_intolerant == 0) && (pmlmepriv->ht_20mhz_width_req == _FALSE) -+ && (pmlmepriv->ht_intolerant_ch_reported == _FALSE) && (pmlmepriv->olbc == _FALSE)) { -+ -+ if (pmlmeext->cur_bwmode >= CHANNEL_WIDTH_40) { -+ -+ SET_HT_OP_ELE_STA_CHL_WIDTH(pht_info, 1); -+ -+ SET_HT_OP_ELE_2ND_CHL_OFFSET(pht_info, -+ (pmlmeext->cur_ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) ? -+ HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE : HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW); -+ -+ pmlmepriv->sw_to_20mhz = 0; -+ /* -+ sta_info_update_type |= STA_INFO_UPDATE_BW; -+ beacon_updated = _TRUE; -+ */ -+ -+ DBG_871X("%s:switching back to 40Mhz\n", __FUNCTION__); -+ } -+ } -+ } -+ -+ /* to update ht_op_mode*/ -+ *(u16 *)(pht_info->infos + 1) = cpu_to_le16(pmlmepriv->ht_op_mode); -+ -+ } -+ -+ /*associated_clients_update(padapter, beacon_updated, sta_info_update_type);*/ -+ -+} -+ -+static void update_bcn_rsn_ie(_adapter *padapter) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+} -+ -+static void update_bcn_wpa_ie(_adapter *padapter) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+} -+ -+static void update_bcn_wmm_ie(_adapter *padapter) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+} -+ -+static void update_bcn_wps_ie(_adapter *padapter) -+{ -+ u8 *pwps_ie=NULL, *pwps_ie_src, *premainder_ie, *pbackup_remainder_ie=NULL; -+ uint wps_ielen=0, wps_offset, remainder_ielen; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = &(pmlmeinfo->network); -+ unsigned char *ie = pnetwork->IEs; -+ u32 ielen = pnetwork->IELength; -+ -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ pwps_ie = rtw_get_wps_ie(ie+_FIXED_IE_LENGTH_, ielen-_FIXED_IE_LENGTH_, NULL, &wps_ielen); -+ -+ if(pwps_ie==NULL || wps_ielen==0) -+ return; -+ -+ pwps_ie_src = pmlmepriv->wps_beacon_ie; -+ if(pwps_ie_src == NULL) -+ return; -+ -+ wps_offset = (uint)(pwps_ie-ie); -+ -+ premainder_ie = pwps_ie + wps_ielen; -+ -+ remainder_ielen = ielen - wps_offset - wps_ielen; -+ -+ if(remainder_ielen>0) -+ { -+ pbackup_remainder_ie = rtw_malloc(remainder_ielen); -+ if(pbackup_remainder_ie) -+ _rtw_memcpy(pbackup_remainder_ie, premainder_ie, remainder_ielen); -+ } -+ -+ wps_ielen = (uint)pwps_ie_src[1];//to get ie data len -+ if((wps_offset+wps_ielen+2+remainder_ielen)<=MAX_IE_SZ) -+ { -+ _rtw_memcpy(pwps_ie, pwps_ie_src, wps_ielen+2); -+ pwps_ie += (wps_ielen+2); -+ -+ if(pbackup_remainder_ie) -+ _rtw_memcpy(pwps_ie, pbackup_remainder_ie, remainder_ielen); -+ -+ //update IELength -+ pnetwork->IELength = wps_offset + (wps_ielen+2) + remainder_ielen; -+ } -+ -+ if(pbackup_remainder_ie) -+ rtw_mfree(pbackup_remainder_ie, remainder_ielen); -+ -+ // deal with the case without set_tx_beacon_cmd() in update_beacon() -+#if defined( CONFIG_INTERRUPT_BASED_TXBCN ) || defined( CONFIG_PCI_HCI ) -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ u8 sr = 0; -+ rtw_get_wps_attr_content(pwps_ie_src, wps_ielen, WPS_ATTR_SELECTED_REGISTRAR, (u8*)(&sr), NULL); -+ -+ if( sr ) { -+ set_fwstate(pmlmepriv, WIFI_UNDER_WPS); -+ DBG_871X("%s, set WIFI_UNDER_WPS\n", __func__); -+ } -+ } -+#endif -+} -+ -+static void update_bcn_p2p_ie(_adapter *padapter) -+{ -+ -+} -+ -+static void update_bcn_vendor_spec_ie(_adapter *padapter, u8*oui) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ if(_rtw_memcmp(RTW_WPA_OUI, oui, 4)) -+ { -+ update_bcn_wpa_ie(padapter); -+ } -+ else if(_rtw_memcmp(WMM_OUI, oui, 4)) -+ { -+ update_bcn_wmm_ie(padapter); -+ } -+ else if(_rtw_memcmp(WPS_OUI, oui, 4)) -+ { -+ update_bcn_wps_ie(padapter); -+ } -+ else if(_rtw_memcmp(P2P_OUI, oui, 4)) -+ { -+ update_bcn_p2p_ie(padapter); -+ } -+ else -+ { -+ DBG_871X("unknown OUI type!\n"); -+ } -+ -+ -+} -+ -+void _update_beacon(_adapter *padapter, u8 ie_id, u8 *oui, u8 tx, const char *tag) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv; -+ struct mlme_ext_priv *pmlmeext; -+ //struct mlme_ext_info *pmlmeinfo; -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ if(!padapter) -+ return; -+ -+ pmlmepriv = &(padapter->mlmepriv); -+ pmlmeext = &(padapter->mlmeextpriv); -+ //pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if(_FALSE == pmlmeext->bstart_bss) -+ return; -+ -+ _enter_critical_bh(&pmlmepriv->bcn_update_lock, &irqL); -+ -+ switch(ie_id) -+ { -+ case 0xFF: -+ -+ update_bcn_fixed_ie(padapter);//8: TimeStamp, 2: Beacon Interval 2:Capability -+ -+ break; -+ -+ case _TIM_IE_: -+ -+ update_BCNTIM(padapter); -+ -+ break; -+ -+ case _ERPINFO_IE_: -+ -+ update_bcn_erpinfo_ie(padapter); -+ -+ break; -+ -+ case _HT_CAPABILITY_IE_: -+ -+ update_bcn_htcap_ie(padapter); -+ -+ break; -+ -+ case _RSN_IE_2_: -+ -+ update_bcn_rsn_ie(padapter); -+ -+ break; -+ -+ case _HT_ADD_INFO_IE_: -+ -+ update_bcn_htinfo_ie(padapter); -+ -+ break; -+ -+ case _EXT_CAP_IE_: -+ -+ update_bcn_ext_capab_ie(padapter); -+ -+ break; -+ -+ case _VENDOR_SPECIFIC_IE_: -+ -+ update_bcn_vendor_spec_ie(padapter, oui); -+ -+ break; -+ -+ default: -+ break; -+ } -+ -+ pmlmepriv->update_bcn = _TRUE; -+ -+ _exit_critical_bh(&pmlmepriv->bcn_update_lock, &irqL); -+ -+#ifndef CONFIG_INTERRUPT_BASED_TXBCN -+#if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ if(tx) -+ { -+ //send_beacon(padapter);//send_beacon must execute on TSR level -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" ie_id:%u - %s\n", FUNC_ADPT_ARG(padapter), ie_id, tag); -+ set_tx_beacon_cmd(padapter); -+ } -+#else -+ { -+ //PCI will issue beacon when BCN interrupt occurs. -+ } -+#endif -+#endif //!CONFIG_INTERRUPT_BASED_TXBCN -+ -+} -+ -+#ifdef CONFIG_80211N_HT -+ -+void rtw_process_public_act_bsscoex(_adapter *padapter, u8 *pframe, uint frame_len) -+{ -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 beacon_updated = _FALSE; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 *frame_body = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ uint frame_body_len = frame_len - sizeof(struct rtw_ieee80211_hdr_3addr); -+ u8 category, action; -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta == NULL) -+ return; -+ -+ -+ category = frame_body[0]; -+ action = frame_body[1]; -+ -+ if (frame_body_len > 0) { -+ if ((frame_body[2] == EID_BSSCoexistence) && (frame_body[3] > 0)) { -+ u8 ie_data = frame_body[4]; -+ -+ if (ie_data & RTW_WLAN_20_40_BSS_COEX_40MHZ_INTOL) { -+ if (psta->ht_40mhz_intolerant == 0) { -+ psta->ht_40mhz_intolerant = 1; -+ pmlmepriv->num_sta_40mhz_intolerant++; -+ beacon_updated = _TRUE; -+ } -+ } else if (ie_data & RTW_WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ) { -+ if (pmlmepriv->ht_20mhz_width_req == _FALSE) { -+ pmlmepriv->ht_20mhz_width_req = _TRUE; -+ beacon_updated = _TRUE; -+ } -+ } else -+ beacon_updated = _FALSE; -+ } -+ } -+ -+ if (frame_body_len > 8) { -+ /* if EID_BSSIntolerantChlReport ie exists */ -+ if ((frame_body[5] == EID_BSSIntolerantChlReport) && (frame_body[6] > 0)) { -+ /*todo:*/ -+ if (pmlmepriv->ht_intolerant_ch_reported == _FALSE) { -+ pmlmepriv->ht_intolerant_ch_reported = _TRUE; -+ beacon_updated = _TRUE; -+ } -+ } -+ } -+ -+ if (beacon_updated) { -+ -+ update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, _TRUE); -+ -+ associated_stainfo_update(padapter, psta, STA_INFO_UPDATE_BW); -+ } -+ -+ -+ -+} -+ -+void rtw_process_ht_action_smps(_adapter *padapter, u8 *ta, u8 ctrl_field) -+{ -+ u8 e_field, m_field; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ psta = rtw_get_stainfo(pstapriv, ta); -+ if (psta == NULL) -+ return; -+ -+ e_field = (ctrl_field & BIT(0)) ? 1 : 0; -+ m_field = (ctrl_field & BIT(1)) ? 1 : 0; -+ -+ if (e_field) { -+ -+ /* enable */ -+ /* 0:static SMPS, 1:dynamic SMPS, 3:SMPS disabled, 2:reserved*/ -+ -+ if (m_field) /*mode*/ -+ psta->htpriv.smps_cap = 1; -+ else -+ psta->htpriv.smps_cap = 0; -+ } else { -+ /*disable*/ -+ psta->htpriv.smps_cap = 3; -+ } -+ -+ rtw_dm_ra_mask_wk_cmd(padapter, (u8 *)psta); -+ -+} -+ -+/* -+op_mode -+Set to 0 (HT pure) under the followign conditions -+ - all STAs in the BSS are 20/40 MHz HT in 20/40 MHz BSS or -+ - all STAs in the BSS are 20 MHz HT in 20 MHz BSS -+Set to 1 (HT non-member protection) if there may be non-HT STAs -+ in both the primary and the secondary channel -+Set to 2 if only HT STAs are associated in BSS, -+ however and at least one 20 MHz HT STA is associated -+Set to 3 (HT mixed mode) when one or more non-HT STAs are associated -+ (currently non-GF HT station is considered as non-HT STA also) -+*/ -+static int rtw_ht_operation_update(_adapter *padapter) -+{ -+ u16 cur_op_mode, new_op_mode; -+ int op_mode_changes = 0; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct ht_priv *phtpriv_ap = &pmlmepriv->htpriv; -+ -+ if (pmlmepriv->htpriv.ht_option == _FALSE) -+ return 0; -+ -+ /*if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) -+ return 0;*/ -+ -+ DBG_871X("%s current operation mode=0x%X\n", -+ __FUNCTION__, pmlmepriv->ht_op_mode); -+ -+ if (!(pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT) -+ && pmlmepriv->num_sta_ht_no_gf) { -+ pmlmepriv->ht_op_mode |= -+ HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT; -+ op_mode_changes++; -+ } else if ((pmlmepriv->ht_op_mode & -+ HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT) && -+ pmlmepriv->num_sta_ht_no_gf == 0) { -+ pmlmepriv->ht_op_mode &= -+ ~HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT; -+ op_mode_changes++; -+ } -+ -+ if (!(pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) && -+ (pmlmepriv->num_sta_no_ht || pmlmepriv->olbc_ht)) { -+ pmlmepriv->ht_op_mode |= HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT; -+ op_mode_changes++; -+ } else if ((pmlmepriv->ht_op_mode & -+ HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) && -+ (pmlmepriv->num_sta_no_ht == 0 && !pmlmepriv->olbc_ht)) { -+ pmlmepriv->ht_op_mode &= -+ ~HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT; -+ op_mode_changes++; -+ } -+ -+ /* Note: currently we switch to the MIXED op mode if HT non-greenfield -+ * station is associated. Probably it's a theoretical case, since -+ * it looks like all known HT STAs support greenfield. -+ */ -+ new_op_mode = 0; -+ if (pmlmepriv->num_sta_no_ht /*|| -+ (pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT)*/) -+ new_op_mode = OP_MODE_MIXED; -+ else if ((phtpriv_ap->ht_cap.cap_info & IEEE80211_HT_CAP_SUP_WIDTH) -+ && pmlmepriv->num_sta_ht_20mhz) -+ new_op_mode = OP_MODE_20MHZ_HT_STA_ASSOCED; -+ else if (pmlmepriv->olbc_ht) -+ new_op_mode = OP_MODE_MAY_BE_LEGACY_STAS; -+ else -+ new_op_mode = OP_MODE_PURE; -+ -+ cur_op_mode = pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_OP_MODE_MASK; -+ if (cur_op_mode != new_op_mode) { -+ pmlmepriv->ht_op_mode &= ~HT_INFO_OPERATION_MODE_OP_MODE_MASK; -+ pmlmepriv->ht_op_mode |= new_op_mode; -+ op_mode_changes++; -+ } -+ -+ DBG_871X("%s new operation mode=0x%X changes=%d\n", -+ __FUNCTION__, pmlmepriv->ht_op_mode, op_mode_changes); -+ -+ return op_mode_changes; -+ -+} -+ -+#endif /* CONFIG_80211N_HT */ -+ -+void associated_clients_update(_adapter *padapter, u8 updated, u32 sta_info_type) -+{ -+ //update associcated stations cap. -+ if(updated == _TRUE) -+ { -+ _irqL irqL; -+ _list *phead, *plist; -+ struct sta_info *psta=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ //check asoc_queue -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ -+ plist = get_next(plist); -+ -+ associated_stainfo_update(padapter, psta, sta_info_type); -+ } -+ -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ } -+ -+} -+ -+/* called > TSR LEVEL for USB or SDIO Interface*/ -+void bss_cap_update_on_sta_join(_adapter *padapter, struct sta_info *psta) -+{ -+ u8 beacon_updated = _FALSE; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ -+#if 0 -+ if (!(psta->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) && -+ !psta->no_short_preamble_set) { -+ psta->no_short_preamble_set = 1; -+ pmlmepriv->num_sta_no_short_preamble++; -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_preamble == 1)) -+ ieee802_11_set_beacons(hapd->iface); -+ } -+#endif -+ -+ -+ if(!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) -+ { -+ if(!psta->no_short_preamble_set) -+ { -+ psta->no_short_preamble_set = 1; -+ -+ pmlmepriv->num_sta_no_short_preamble++; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_preamble == 1)) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, 0xFF, NULL, _TRUE); -+ } -+ -+ } -+ } -+ else -+ { -+ if(psta->no_short_preamble_set) -+ { -+ psta->no_short_preamble_set = 0; -+ -+ pmlmepriv->num_sta_no_short_preamble--; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_preamble == 0)) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, 0xFF, NULL, _TRUE); -+ } -+ -+ } -+ } -+ -+#if 0 -+ if (psta->flags & WLAN_STA_NONERP && !psta->nonerp_set) { -+ psta->nonerp_set = 1; -+ pmlmepriv->num_sta_non_erp++; -+ if (pmlmepriv->num_sta_non_erp == 1) -+ ieee802_11_set_beacons(hapd->iface); -+ } -+#endif -+ -+ if(psta->flags & WLAN_STA_NONERP) -+ { -+ if(!psta->nonerp_set) -+ { -+ psta->nonerp_set = 1; -+ -+ pmlmepriv->num_sta_non_erp++; -+ -+ if (pmlmepriv->num_sta_non_erp == 1) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, _ERPINFO_IE_, NULL, _TRUE); -+ } -+ } -+ -+ } -+ else -+ { -+ if(psta->nonerp_set) -+ { -+ psta->nonerp_set = 0; -+ -+ pmlmepriv->num_sta_non_erp--; -+ -+ if (pmlmepriv->num_sta_non_erp == 0) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, _ERPINFO_IE_, NULL, _TRUE); -+ } -+ } -+ -+ } -+ -+ -+#if 0 -+ if (!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT) && -+ !psta->no_short_slot_time_set) { -+ psta->no_short_slot_time_set = 1; -+ pmlmepriv->num_sta_no_short_slot_time++; -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_slot_time == 1)) -+ ieee802_11_set_beacons(hapd->iface); -+ } -+#endif -+ -+ if(!(psta->capability & WLAN_CAPABILITY_SHORT_SLOT)) -+ { -+ if(!psta->no_short_slot_time_set) -+ { -+ psta->no_short_slot_time_set = 1; -+ -+ pmlmepriv->num_sta_no_short_slot_time++; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_slot_time == 1)) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, 0xFF, NULL, _TRUE); -+ } -+ -+ } -+ } -+ else -+ { -+ if(psta->no_short_slot_time_set) -+ { -+ psta->no_short_slot_time_set = 0; -+ -+ pmlmepriv->num_sta_no_short_slot_time--; -+ -+ if ((pmlmeext->cur_wireless_mode > WIRELESS_11B) && -+ (pmlmepriv->num_sta_no_short_slot_time == 0)) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, 0xFF, NULL, _TRUE); -+ } -+ } -+ } -+ -+#ifdef CONFIG_80211N_HT -+ -+ if (psta->flags & WLAN_STA_HT) -+ { -+ u16 ht_capab = le16_to_cpu(psta->htpriv.ht_cap.cap_info); -+ -+ DBG_871X("HT: STA " MAC_FMT " HT Capabilities " -+ "Info: 0x%04x\n", MAC_ARG(psta->hwaddr), ht_capab); -+ -+ if (psta->no_ht_set) { -+ psta->no_ht_set = 0; -+ pmlmepriv->num_sta_no_ht--; -+ } -+ -+ if ((ht_capab & IEEE80211_HT_CAP_GRN_FLD) == 0) { -+ if (!psta->no_ht_gf_set) { -+ psta->no_ht_gf_set = 1; -+ pmlmepriv->num_sta_ht_no_gf++; -+ } -+ DBG_871X("%s STA " MAC_FMT " - no " -+ "greenfield, num of non-gf stations %d\n", -+ __FUNCTION__, MAC_ARG(psta->hwaddr), -+ pmlmepriv->num_sta_ht_no_gf); -+ } -+ -+ if ((ht_capab & IEEE80211_HT_CAP_SUP_WIDTH) == 0) { -+ if (!psta->ht_20mhz_set) { -+ psta->ht_20mhz_set = 1; -+ pmlmepriv->num_sta_ht_20mhz++; -+ } -+ DBG_871X("%s STA " MAC_FMT " - 20 MHz HT, " -+ "num of 20MHz HT STAs %d\n", -+ __FUNCTION__, MAC_ARG(psta->hwaddr), -+ pmlmepriv->num_sta_ht_20mhz); -+ } -+ -+ -+ if (ht_capab & RTW_IEEE80211_HT_CAP_40MHZ_INTOLERANT) { -+ -+ if (!psta->ht_40mhz_intolerant) { -+ psta->ht_40mhz_intolerant = 1; -+ pmlmepriv->num_sta_40mhz_intolerant++; -+ DBG_871X("%s STA " MAC_FMT " - HT_CAP_40MHZ_INTOLERANT is set\n" , -+ __FUNCTION__, MAC_ARG(psta->hwaddr)); -+ beacon_updated = _TRUE; -+ } -+ -+/* -+ if (pmlmepriv->ht_40mhz_intolerant == _FALSE) { -+ -+ pmlmepriv->ht_40mhz_intolerant = _TRUE; -+ -+ DBG_871X("%s STA " MAC_FMT " - HT_CAP_40MHZ_INTOLERANT is set\n" , -+ __FUNCTION__, MAC_ARG(psta->hwaddr)); -+ -+ beacon_updated = _TRUE; -+ } -+*/ -+ -+ /*update ext_capab_ie_len & ext_capab_ie_data for beacon, probersp, assocrsp.*/ -+ if (pmlmepriv->ext_capab_ie_len == 0) -+ pmlmepriv->ext_capab_ie_len = 1; -+ SET_EXT_CAPABILITY_ELE_BSS_COEXIST(pmlmepriv->ext_capab_ie_data, 1); -+ -+ update_beacon(padapter, _EXT_CAP_IE_, NULL, _FALSE); -+ } -+ -+ } -+ else -+ { -+ if (!psta->no_ht_set) { -+ psta->no_ht_set = 1; -+ pmlmepriv->num_sta_no_ht++; -+ } -+ if(pmlmepriv->htpriv.ht_option == _TRUE) { -+ DBG_871X("%s STA " MAC_FMT -+ " - no HT, num of non-HT stations %d\n", -+ __FUNCTION__, MAC_ARG(psta->hwaddr), -+ pmlmepriv->num_sta_no_ht); -+ } -+ } -+ -+ if (rtw_ht_operation_update(padapter) > 0) { -+ update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, _FALSE); -+ update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, _TRUE); -+ /*beacon_updated = _TRUE;*/ -+ } -+ -+#endif /* CONFIG_80211N_HT */ -+ -+ //update associcated stations cap. -+ associated_clients_update(padapter, beacon_updated, STA_INFO_UPDATE_ALL); -+ -+ DBG_871X("%s, updated=%d\n", __func__, beacon_updated); -+ -+} -+ -+u8 bss_cap_update_on_sta_leave(_adapter *padapter, struct sta_info *psta) -+{ -+ u8 beacon_updated = _FALSE; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ if(!psta) -+ return beacon_updated; -+ -+ if (psta->no_short_preamble_set) { -+ psta->no_short_preamble_set = 0; -+ pmlmepriv->num_sta_no_short_preamble--; -+ if (pmlmeext->cur_wireless_mode > WIRELESS_11B -+ && pmlmepriv->num_sta_no_short_preamble == 0) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, 0xFF, NULL, _TRUE); -+ } -+ } -+ -+ if (psta->nonerp_set) { -+ psta->nonerp_set = 0; -+ pmlmepriv->num_sta_non_erp--; -+ if (pmlmepriv->num_sta_non_erp == 0) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, _ERPINFO_IE_, NULL, _TRUE); -+ } -+ } -+ -+ if (psta->no_short_slot_time_set) { -+ psta->no_short_slot_time_set = 0; -+ pmlmepriv->num_sta_no_short_slot_time--; -+ if (pmlmeext->cur_wireless_mode > WIRELESS_11B -+ && pmlmepriv->num_sta_no_short_slot_time == 0) -+ { -+ beacon_updated = _TRUE; -+ update_beacon(padapter, 0xFF, NULL, _TRUE); -+ } -+ } -+ -+#ifdef CONFIG_80211N_HT -+ -+ if (psta->no_ht_gf_set) { -+ psta->no_ht_gf_set = 0; -+ pmlmepriv->num_sta_ht_no_gf--; -+ } -+ -+ if (psta->no_ht_set) { -+ psta->no_ht_set = 0; -+ pmlmepriv->num_sta_no_ht--; -+ } -+ -+ if (psta->ht_20mhz_set) { -+ psta->ht_20mhz_set = 0; -+ pmlmepriv->num_sta_ht_20mhz--; -+ } -+ -+ if (psta->ht_40mhz_intolerant) { -+ psta->ht_40mhz_intolerant = 0; -+ pmlmepriv->num_sta_40mhz_intolerant--; -+ -+ /*update ext_capab_ie_len & ext_capab_ie_data for beacon, probersp, assocrsp.*/ -+ if ((pmlmepriv->ext_capab_ie_len > 0) && (pmlmepriv->num_sta_40mhz_intolerant == 0)) { -+ SET_EXT_CAPABILITY_ELE_BSS_COEXIST(pmlmepriv->ext_capab_ie_data, 0); -+ update_beacon(padapter, _EXT_CAP_IE_, NULL, _FALSE); -+ } -+ -+ beacon_updated = _TRUE; -+ -+ update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, _FALSE); -+ } -+ -+ if (rtw_ht_operation_update(padapter) > 0) { -+ update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, _FALSE); -+ update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, _TRUE); -+ } -+ -+#endif /* CONFIG_80211N_HT */ -+ -+ /* update associated stations cap. -+ associated_clients_update(padapter, beacon_updated, STA_INFO_UPDATE_ALL); //move it to avoid deadlock -+ */ -+ -+ DBG_871X("%s, updated=%d\n", __func__, beacon_updated); -+ -+ return beacon_updated; -+ -+} -+ -+u8 ap_free_sta(_adapter *padapter, struct sta_info *psta, bool active, u16 reason, bool enqueue) -+{ -+ _irqL irqL; -+ u8 beacon_updated = _FALSE; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ if(!psta) -+ return beacon_updated; -+ -+ if (active == _TRUE) -+ { -+#ifdef CONFIG_80211N_HT -+ //tear down Rx AMPDU -+ send_delba(padapter, 0, psta->hwaddr);// recipient -+ -+ //tear down TX AMPDU -+ send_delba(padapter, 1, psta->hwaddr);// // originator -+ -+#endif //CONFIG_80211N_HT -+ -+ issue_deauth(padapter, psta->hwaddr, reason); -+ } -+ -+#ifdef CONFIG_BEAMFORMING -+ beamforming_wk_cmd(padapter, BEAMFORMING_CTRL_LEAVE, psta->hwaddr, ETH_ALEN, 1); -+#endif -+ -+ psta->htpriv.agg_enable_bitmap = 0x0;//reset -+ psta->htpriv.candidate_tid_bitmap = 0x0;//reset -+ -+ //clear cam entry / key -+ rtw_clearstakey_cmd(padapter, psta, enqueue); -+ -+ -+ _enter_critical_bh(&psta->lock, &irqL); -+ psta->state &= ~_FW_LINKED; -+ _exit_critical_bh(&psta->lock, &irqL); -+ -+ #ifdef CONFIG_IOCTL_CFG80211 -+ if (1) { -+ #ifdef COMPAT_KERNEL_RELEASE -+ rtw_cfg80211_indicate_sta_disassoc(padapter, psta->hwaddr, reason); -+ #elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) && !defined(CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER) -+ rtw_cfg80211_indicate_sta_disassoc(padapter, psta->hwaddr, reason); -+ #else //(LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) && !defined(CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER) -+ /* will call rtw_cfg80211_indicate_sta_disassoc() in cmd_thread for old API context */ -+ #endif //(LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) && !defined(CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER) -+ } else -+ #endif //CONFIG_IOCTL_CFG80211 -+ { -+ rtw_indicate_sta_disassoc_event(padapter, psta); -+ } -+ -+ report_del_sta_event(padapter, psta->hwaddr, reason, enqueue); -+ -+ beacon_updated = bss_cap_update_on_sta_leave(padapter, psta); -+ -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(padapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ -+ return beacon_updated; -+ -+} -+ -+int rtw_ap_inform_ch_switch(_adapter *padapter, u8 new_ch, u8 ch_offset) -+{ -+ _irqL irqL; -+ _list *phead, *plist; -+ int ret=0; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+ -+ if((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ return ret; -+ -+ DBG_871X(FUNC_NDEV_FMT" with ch:%u, offset:%u\n", -+ FUNC_NDEV_ARG(padapter->pnetdev), new_ch, ch_offset); -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ /* for each sta in asoc_queue */ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ issue_action_spct_ch_switch(padapter, psta->hwaddr, new_ch, ch_offset); -+ psta->expire_to = ((pstapriv->expire_to * 2) > 5) ? 5 : (pstapriv->expire_to * 2); -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); -+ -+ return ret; -+} -+ -+int rtw_sta_flush(_adapter *padapter, bool enqueue) -+{ -+ _irqL irqL; -+ _list *phead, *plist; -+ int ret = 0; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+ u8 flush_num = 0; -+ char flush_list[NUM_STA]; -+ int i; -+ -+ if ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ return ret; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(padapter->pnetdev)); -+ -+ /* pick sta from sta asoc_queue */ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { -+ int stainfo_offset; -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) -+ flush_list[flush_num++] = stainfo_offset; -+ else -+ rtw_warn_on(1); -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ /* call ap_free_sta() for each sta picked */ -+ for (i = 0; i < flush_num; i++) { -+ psta = rtw_get_stainfo_by_offset(pstapriv, flush_list[i]); -+ ap_free_sta(padapter, psta, _TRUE, WLAN_REASON_DEAUTH_LEAVING, enqueue); -+ } -+ -+ issue_deauth(padapter, bc_addr, WLAN_REASON_DEAUTH_LEAVING); -+ -+ associated_clients_update(padapter, _TRUE, STA_INFO_UPDATE_ALL); -+ -+ return ret; -+} -+ -+/* called > TSR LEVEL for USB or SDIO Interface*/ -+void sta_info_update(_adapter *padapter, struct sta_info *psta) -+{ -+ int flags = psta->flags; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ -+ //update wmm cap. -+ if(WLAN_STA_WME&flags) -+ psta->qos_option = 1; -+ else -+ psta->qos_option = 0; -+ -+ if(pmlmepriv->qospriv.qos_option == 0) -+ psta->qos_option = 0; -+ -+ -+#ifdef CONFIG_80211N_HT -+ //update 802.11n ht cap. -+ if(WLAN_STA_HT&flags) -+ { -+ psta->htpriv.ht_option = _TRUE; -+ psta->qos_option = 1; -+ -+ psta->htpriv.smps_cap = (psta->htpriv.ht_cap.cap_info & IEEE80211_HT_CAP_SM_PS)>>2; -+ } -+ else -+ { -+ psta->htpriv.ht_option = _FALSE; -+ } -+ -+ if(pmlmepriv->htpriv.ht_option == _FALSE) -+ psta->htpriv.ht_option = _FALSE; -+#endif -+ -+#ifdef CONFIG_80211AC_VHT -+ //update 802.11AC vht cap. -+ if(WLAN_STA_VHT&flags) -+ { -+ psta->vhtpriv.vht_option = _TRUE; -+ } -+ else -+ { -+ psta->vhtpriv.vht_option = _FALSE; -+ } -+ -+ if(pmlmepriv->vhtpriv.vht_option == _FALSE) -+ psta->vhtpriv.vht_option = _FALSE; -+#endif -+ -+ -+ update_sta_info_apmode(padapter, psta); -+ -+ -+} -+ -+/* called >= TSR LEVEL for USB or SDIO Interface*/ -+void ap_sta_info_defer_update(_adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if(psta->state & _FW_LINKED) -+ { -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ //add ratid -+ add_RATid(padapter, psta, 0);//DM_RATR_STA_INIT -+ } -+} -+/* restore hw setting from sw data structures */ -+void rtw_ap_restore_network(_adapter *padapter) -+{ -+ struct mlme_priv *mlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ _irqL irqL; -+ _list *phead, *plist; -+ u8 chk_alive_num = 0; -+ char chk_alive_list[NUM_STA]; -+ int i; -+ -+ rtw_setopmode_cmd(padapter, Ndis802_11APMode,_FALSE); -+ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ rtw_startbss_cmd(padapter, RTW_CMDF_DIRECTLY); -+ -+ if((padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_) || -+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) -+ { -+ /* restore group key, WEP keys is restored in ips_leave() */ -+ rtw_set_key(padapter, psecuritypriv, psecuritypriv->dot118021XGrpKeyid, 0,_FALSE); -+ } -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { -+ int stainfo_offset; -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) { -+ chk_alive_list[chk_alive_num++] = stainfo_offset; -+ } -+ } -+ -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ for (i = 0; i < chk_alive_num; i++) { -+ psta = rtw_get_stainfo_by_offset(pstapriv, chk_alive_list[i]); -+ -+ if (psta == NULL) { -+ DBG_871X(FUNC_ADPT_FMT" sta_info is null\n", FUNC_ADPT_ARG(padapter)); -+ } else if (psta->state &_FW_LINKED) { -+ rtw_sta_media_status_rpt(padapter, psta, 1); -+ Update_RA_Entry(padapter, psta); -+ //pairwise key -+ /* per sta pairwise key and settings */ -+ if( (padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_) || -+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) -+ { -+ rtw_setstakey_cmd(padapter, psta, UNICAST_KEY,_FALSE); -+ } -+ } -+ } -+ -+} -+ -+void start_ap_mode(_adapter *padapter) -+{ -+ int i; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ -+ pmlmepriv->update_bcn = _FALSE; -+ -+ /*init_mlme_ap_info(padapter);*/ -+ -+ pmlmeext->bstart_bss = _FALSE; -+ -+ pmlmepriv->num_sta_non_erp = 0; -+ -+ pmlmepriv->num_sta_no_short_slot_time = 0; -+ -+ pmlmepriv->num_sta_no_short_preamble = 0; -+ -+ pmlmepriv->num_sta_ht_no_gf = 0; -+#ifdef CONFIG_80211N_HT -+ pmlmepriv->num_sta_no_ht = 0; -+#endif //CONFIG_80211N_HT -+ pmlmeinfo->HT_info_enable = 0; -+ pmlmeinfo->HT_caps_enable = 0; -+ pmlmeinfo->HT_enable = 0; -+ -+ pmlmepriv->num_sta_ht_20mhz = 0; -+ pmlmepriv->num_sta_40mhz_intolerant = 0; -+ pmlmepriv->olbc = _FALSE; -+ pmlmepriv->olbc_ht = _FALSE; -+ -+#ifdef CONFIG_80211N_HT -+ pmlmepriv->ht_20mhz_width_req = _FALSE; -+ pmlmepriv->ht_intolerant_ch_reported = _FALSE; -+ pmlmepriv->ht_op_mode = 0; -+ pmlmepriv->sw_to_20mhz = 0; -+#endif -+ -+ _rtw_memset(pmlmepriv->ext_capab_ie_data, 0, sizeof(pmlmepriv->ext_capab_ie_data)); -+ pmlmepriv->ext_capab_ie_len = 0; -+ -+ for (i = 0 ; i < NUM_STA ; i++) -+ pstapriv->sta_aid[i] = NULL; -+ -+/* to avoid memory leak issue, don't set to NULL directly -+ pmlmepriv->wps_beacon_ie = NULL; -+ pmlmepriv->wps_probe_resp_ie = NULL; -+ pmlmepriv->wps_assoc_resp_ie = NULL; -+ -+ pmlmepriv->p2p_beacon_ie = NULL; -+ pmlmepriv->p2p_probe_resp_ie = NULL; -+*/ -+ -+ //for ACL -+ _rtw_init_listhead(&(pacl_list->acl_node_q.queue)); -+ pacl_list->num = 0; -+ pacl_list->mode = 0; -+ for(i = 0; i < NUM_ACL; i++) -+ { -+ _rtw_init_listhead(&pacl_list->aclnode[i].list); -+ pacl_list->aclnode[i].valid = _FALSE; -+ } -+ -+} -+ -+void stop_ap_mode(_adapter *padapter) -+{ -+ _irqL irqL; -+ _list *phead, *plist; -+ struct rtw_wlan_acl_node *paclnode; -+ struct sta_info *psta=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ _queue *pacl_node_q =&pacl_list->acl_node_q; -+ -+ pmlmepriv->update_bcn = _FALSE; -+ pmlmeext->bstart_bss = _FALSE; -+ padapter->netif_up = _FALSE; -+ //_rtw_spinlock_free(&pmlmepriv->bcn_update_lock); -+ -+ //reset and init security priv , this can refine with rtw_reset_securitypriv -+ _rtw_memset((unsigned char *)&padapter->securitypriv, 0, sizeof (struct security_priv)); -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11WEPDisabled; -+ -+ #ifdef CONFIG_DFS_MASTER -+ rtw_dfs_master_status_apply(padapter, MLME_AP_STOPPED); -+ #endif -+ -+ /* free scan queue */ -+ rtw_free_network_queue(padapter, _TRUE); -+ -+ //for ACL -+ _enter_critical_bh(&(pacl_node_q->lock), &irqL); -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if(paclnode->valid == _TRUE) -+ { -+ paclnode->valid = _FALSE; -+ -+ rtw_list_delete(&paclnode->list); -+ -+ pacl_list->num--; -+ } -+ } -+ _exit_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ DBG_871X("%s, free acl_node_queue, num=%d\n", __func__, pacl_list->num); -+ -+ rtw_sta_flush(padapter, _TRUE); -+ -+ //free_assoc_sta_resources -+ rtw_free_all_stainfo(padapter); -+ -+ psta = rtw_get_bcmc_stainfo(padapter); -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(padapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ rtw_init_bcmc_stainfo(padapter); -+ -+ rtw_free_mlme_priv_ie_data(pmlmepriv); -+ -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_MediaStatusNotify(padapter, 0); //disconnect -+#endif -+ -+} -+ -+#endif //CONFIG_NATIVEAP_MLME -+ -+void rtw_ap_update_bss_chbw(_adapter *adapter, WLAN_BSSID_EX *bss, u8 ch, u8 bw, u8 offset) -+{ -+#define UPDATE_VHT_CAP 1 -+#define UPDATE_HT_CAP 1 -+ -+#ifdef CONFIG_80211AC_VHT -+ { -+ struct vht_priv *vhtpriv = &adapter->mlmepriv.vhtpriv; -+ u8 *vht_cap_ie, *vht_op_ie; -+ int vht_cap_ielen, vht_op_ielen; -+ u8 center_freq; -+ -+ vht_cap_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_VHTCapability, &vht_cap_ielen, (bss->IELength - sizeof(NDIS_802_11_FIXED_IEs))); -+ vht_op_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_VHTOperation, &vht_op_ielen, (bss->IELength - sizeof(NDIS_802_11_FIXED_IEs))); -+ center_freq = rtw_get_center_ch(ch, bw, offset); -+ -+ /* update vht cap ie */ -+ if (vht_cap_ie && vht_cap_ielen) { -+ #if UPDATE_VHT_CAP -+ /* if ((bw == CHANNEL_WIDTH_160 || bw == CHANNEL_WIDTH_80_80) && pvhtpriv->sgi_160m) -+ SET_VHT_CAPABILITY_ELE_SHORT_GI160M(pvht_cap_ie + 2, 1); -+ else */ -+ SET_VHT_CAPABILITY_ELE_SHORT_GI160M(vht_cap_ie + 2, 0); -+ -+ if (bw >= CHANNEL_WIDTH_80 && vhtpriv->sgi_80m) -+ SET_VHT_CAPABILITY_ELE_SHORT_GI80M(vht_cap_ie + 2, 1); -+ else -+ SET_VHT_CAPABILITY_ELE_SHORT_GI80M(vht_cap_ie + 2, 0); -+ #endif -+ } -+ -+ /* update vht op ie */ -+ if (vht_op_ie && vht_op_ielen) { -+ if (bw < CHANNEL_WIDTH_80) { -+ SET_VHT_OPERATION_ELE_CHL_WIDTH(vht_op_ie + 2, 0); -+ SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ1(vht_op_ie + 2, 0); -+ SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ2(vht_op_ie + 2, 0); -+ } else if (bw == CHANNEL_WIDTH_80) { -+ SET_VHT_OPERATION_ELE_CHL_WIDTH(vht_op_ie + 2, 1); -+ SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ1(vht_op_ie + 2, center_freq); -+ SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ2(vht_op_ie + 2, 0); -+ } else { -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" unsupported BW:%u\n", FUNC_ADPT_ARG(adapter), bw); -+ rtw_warn_on(1); -+ } -+ } -+ } -+#endif /* CONFIG_80211AC_VHT */ -+#ifdef CONFIG_80211N_HT -+ { -+ struct ht_priv *htpriv = &adapter->mlmepriv.htpriv; -+ u8 *ht_cap_ie, *ht_op_ie; -+ int ht_cap_ielen, ht_op_ielen; -+ -+ ht_cap_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_HTCapability, &ht_cap_ielen, (bss->IELength - sizeof(NDIS_802_11_FIXED_IEs))); -+ ht_op_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_HTInfo, &ht_op_ielen, (bss->IELength - sizeof(NDIS_802_11_FIXED_IEs))); -+ -+ /* update ht cap ie */ -+ if (ht_cap_ie && ht_cap_ielen) { -+ #if UPDATE_HT_CAP -+ if (bw >= CHANNEL_WIDTH_40) -+ SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 1); -+ else -+ SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 0); -+ -+ if (bw >= CHANNEL_WIDTH_40 && htpriv->sgi_40m) -+ SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 1); -+ else -+ SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 0); -+ -+ if (htpriv->sgi_20m) -+ SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 1); -+ else -+ SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 0); -+ #endif -+ } -+ -+ /* update ht op ie */ -+ if (ht_op_ie && ht_op_ielen) { -+ SET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2, ch); -+ switch (offset) { -+ case HAL_PRIME_CHNL_OFFSET_LOWER: -+ SET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2, SCA); -+ break; -+ case HAL_PRIME_CHNL_OFFSET_UPPER: -+ SET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2, SCB); -+ break; -+ case HAL_PRIME_CHNL_OFFSET_DONT_CARE: -+ default: -+ SET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2, SCN); -+ break; -+ } -+ -+ if (bw >= CHANNEL_WIDTH_40) -+ SET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2, 1); -+ else -+ SET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2, 0); -+ } -+ } -+#endif /* CONFIG_80211N_HT */ -+ -+{ -+ u8 *p; -+ int ie_len; -+ u8 old_ch = bss->Configuration.DSConfig; -+ bool change_band = _FALSE; -+ -+ if ((ch <= 14 && old_ch >= 36) || (ch >= 36 && old_ch <= 14)) -+ change_band = _TRUE; -+ -+ /* update channel in IE */ -+ p = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), _DSSET_IE_, &ie_len, (bss->IELength - sizeof(NDIS_802_11_FIXED_IEs))); -+ if (p && ie_len > 0) -+ *(p + 2) = ch; -+ -+ bss->Configuration.DSConfig = ch; -+ -+ /* band is changed, update ERP, support rate, ext support rate IE */ -+ if (change_band == _TRUE) -+ change_band_update_ie(adapter, bss, ch); -+} -+ -+} -+ -+bool rtw_ap_chbw_decision(_adapter *adapter, u8 req_ch, u8 req_bw, u8 req_offset -+ , u8 *ch, u8 *bw, u8 *offset) -+{ -+ u8 dec_ch, dec_bw, dec_offset; -+ u8 u_ch = 0, u_offset, u_bw; -+ bool changed = _FALSE; -+ struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); -+ u8 sta_num; -+ u8 ld_sta_num; -+ u8 lg_sta_num; -+ u8 ap_num; -+ u8 ld_ap_num; -+ bool set_u_ch = _FALSE, set_dec_ch = _FALSE; -+ -+ dec_ch = req_ch; -+ dec_bw = req_bw; -+ dec_offset = req_offset; -+ -+ rtw_dev_iface_status_no_self(adapter, &sta_num, &ld_sta_num, &lg_sta_num, &ap_num, &ld_ap_num); -+ DBG_871X(FUNC_ADPT_FMT" ld_sta_num:%u, lg_sta_num%u, ap_num:%u\n" -+ , FUNC_ADPT_ARG(adapter), ld_sta_num, lg_sta_num, ap_num); -+ -+ if (ld_sta_num || ap_num) { -+ /* has linked STA or AP mode, follow */ -+ -+ rtw_warn_on(!rtw_get_ch_setting_union_no_self(adapter, &u_ch, &u_bw, &u_offset)); -+ -+ DBG_871X(FUNC_ADPT_FMT" union no self: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), u_ch, u_bw, u_offset); -+ DBG_871X(FUNC_ADPT_FMT" req: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), req_ch, req_bw, req_offset); -+ -+ rtw_regsty_adjust_chbw(&adapter->registrypriv, u_ch, &dec_bw, &dec_offset); -+ -+ rtw_sync_chbw(&dec_ch, &dec_bw, &dec_offset -+ , &u_ch, &u_bw, &u_offset); -+ -+ rtw_ap_update_bss_chbw(adapter, &(adapter->mlmepriv.cur_network.network) -+ , dec_ch, dec_bw, dec_offset); -+ -+ set_u_ch = _TRUE; -+ } else if (lg_sta_num) { -+ /* has linking STA */ -+ -+ rtw_warn_on(!rtw_get_ch_setting_union_no_self(adapter, &u_ch, &u_bw, &u_offset)); -+ -+ DBG_871X(FUNC_ADPT_FMT" union no self: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), u_ch, u_bw, u_offset); -+ DBG_871X(FUNC_ADPT_FMT" req: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), req_ch, req_bw, req_offset); -+ -+ rtw_regsty_adjust_chbw(&adapter->registrypriv, dec_ch, &dec_bw, &dec_offset); -+ -+ if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch, dec_bw, dec_offset)) { -+ -+ rtw_sync_chbw(&dec_ch, &dec_bw, &dec_offset -+ , &u_ch, &u_bw, &u_offset); -+ -+ rtw_ap_update_bss_chbw(adapter, &(adapter->mlmepriv.cur_network.network) -+ , dec_ch, dec_bw, dec_offset); -+ -+ set_u_ch = _TRUE; -+ } else { -+ /* set this for possible ch change when join down*/ -+ set_fwstate(&adapter->mlmepriv, WIFI_OP_CH_SWITCHING); -+ } -+ } else { -+ /* single AP mode */ -+ -+ DBG_871X(FUNC_ADPT_FMT" req: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), req_ch, req_bw, req_offset); -+ rtw_regsty_adjust_chbw(&adapter->registrypriv, dec_ch, &dec_bw, &dec_offset); -+ -+ #if defined(CONFIG_DFS_MASTER) -+ /* check NOL */ -+ if (rtw_chset_is_ch_non_ocp(mlmeext->channel_set, dec_ch, dec_bw, dec_offset)) { -+ /* choose 5G DFS channel for debug */ -+ if (adapter_to_rfctl(adapter)->dbg_dfs_master_choose_dfs_ch_first -+ && rtw_choose_available_chbw(adapter, req_bw, &dec_ch, &dec_bw, &dec_offset, RTW_CHF_2G|RTW_CHF_NON_DFS) == _TRUE) { -+ DBG_871X(FUNC_ADPT_FMT" choose 5G DFS channel for debug\n", FUNC_ADPT_ARG(adapter)); -+ } else -+ /* choose from 5G no DFS */ -+ if (rtw_choose_available_chbw(adapter, req_bw, &dec_ch, &dec_bw, &dec_offset, RTW_CHF_2G|RTW_CHF_DFS) == _FALSE) { -+ /* including 5G DFS, not long CAC */ -+ if (rtw_choose_available_chbw(adapter, req_bw, &dec_ch, &dec_bw, &dec_offset, RTW_CHF_2G|RTW_CHF_LONG_CAC) == _FALSE) { -+ /* including 5G DFS, long CAC */ -+ if (rtw_choose_available_chbw(adapter, req_bw, &dec_ch, &dec_bw, &dec_offset, RTW_CHF_2G) == _FALSE) { -+ /* including 2.4G channel */ -+ if (rtw_choose_available_chbw(adapter, req_bw, &dec_ch, &dec_bw, &dec_offset, RTW_CHF_5G) == _FALSE) { -+ DBG_871X(FUNC_ADPT_FMT" no available ch\n", FUNC_ADPT_ARG(adapter)); -+ rtw_warn_on(1); -+ } -+ } -+ } -+ } -+ } -+ #endif /* defined(CONFIG_DFS_MASTER) */ -+ -+ rtw_ap_update_bss_chbw(adapter, &(adapter->mlmepriv.cur_network.network) -+ , dec_ch, dec_bw, dec_offset); -+ -+ set_dec_ch = _TRUE; -+ } -+ -+ if (check_fwstate(&adapter->mlmepriv, _FW_UNDER_SURVEY) -+ #ifdef CONFIG_CONCURRENT_MODE -+ || check_buddy_fwstate(adapter, _FW_UNDER_SURVEY) -+ #endif -+ ) { -+ /* scanning, leave ch setting to scan state machine */ -+ set_u_ch = set_dec_ch = _FALSE; -+ } -+ -+ if (mlmeext->cur_channel != dec_ch -+ || mlmeext->cur_bwmode != dec_bw -+ || mlmeext->cur_ch_offset != dec_offset) -+ changed = _TRUE; -+ -+ if (changed == _TRUE && rtw_linked_check(adapter) == _TRUE) { -+ #ifdef CONFIG_SPCT_CH_SWITCH -+ if (1) -+ rtw_ap_inform_ch_switch(adapter, dec_ch, dec_offset); -+ else -+ #endif -+ rtw_sta_flush(adapter, _FALSE); -+ } -+ -+ mlmeext->cur_channel = dec_ch; -+ mlmeext->cur_bwmode = dec_bw; -+ mlmeext->cur_ch_offset = dec_offset; -+ -+ if (u_ch != 0) -+ DBG_871X(FUNC_ADPT_FMT" union: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), u_ch, u_bw, u_offset); -+ -+ DBG_871X(FUNC_ADPT_FMT" dec: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), dec_ch, dec_bw, dec_offset); -+ -+ if (set_u_ch == _TRUE) { -+ *ch = u_ch; -+ *bw = u_bw; -+ *offset = u_offset; -+ } else if (set_dec_ch == _TRUE) { -+ *ch = dec_ch; -+ *bw = dec_bw; -+ *offset = dec_offset; -+ } -+ -+ return changed; -+} -+ -+#endif //CONFIG_AP_MODE -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_beamforming.c linux/3rdparty/rtl8812au/core/rtw_beamforming.c ---- linux.old/3rdparty/rtl8812au/core/rtw_beamforming.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_beamforming.c 2017-06-07 23:07:20.998686391 +0300 -@@ -0,0 +1,1244 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_BEAMFORMING_C_ -+ -+#include -+#include -+ -+#ifdef CONFIG_BEAMFORMING -+ -+#if (BEAMFORMING_SUPPORT == 0) /*for diver defined beamforming*/ -+struct beamforming_entry *beamforming_get_entry_by_addr(struct mlme_priv *pmlmepriv, u8* ra,u8* idx) -+{ -+ u8 i = 0; -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ -+ for(i = 0; i < BEAMFORMING_ENTRY_NUM; i++) -+ { -+ if( pBeamInfo->beamforming_entry[i].bUsed && -+ (_rtw_memcmp(ra,pBeamInfo->beamforming_entry[i].mac_addr, ETH_ALEN))) -+ { -+ *idx = i; -+ return &(pBeamInfo->beamforming_entry[i]); -+ } -+ } -+ -+ return NULL; -+} -+ -+BEAMFORMING_CAP beamforming_get_entry_beam_cap_by_mac_id(PVOID pmlmepriv ,u8 mac_id) -+{ -+ u8 i = 0; -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO((struct mlme_priv *)pmlmepriv); -+ BEAMFORMING_CAP BeamformEntryCap = BEAMFORMING_CAP_NONE; -+ -+ for(i = 0; i < BEAMFORMING_ENTRY_NUM; i++) -+ { -+ if( pBeamInfo->beamforming_entry[i].bUsed && -+ (mac_id == pBeamInfo->beamforming_entry[i].mac_id)) -+ { -+ BeamformEntryCap = pBeamInfo->beamforming_entry[i].beamforming_entry_cap; -+ i = BEAMFORMING_ENTRY_NUM; -+ } -+ } -+ -+ return BeamformEntryCap; -+} -+ -+struct beamforming_entry *beamforming_get_free_entry(struct mlme_priv *pmlmepriv, u8* idx) -+{ -+ u8 i = 0; -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ -+ for(i = 0; i < BEAMFORMING_ENTRY_NUM; i++) -+ { -+ if(pBeamInfo->beamforming_entry[i].bUsed == _FALSE) -+ { -+ *idx = i; -+ return &(pBeamInfo->beamforming_entry[i]); -+ } -+ } -+ return NULL; -+} -+ -+ -+struct beamforming_entry *beamforming_add_entry(PADAPTER adapter, u8* ra, u16 aid, -+ u16 mac_id, CHANNEL_WIDTH bw, BEAMFORMING_CAP beamfrom_cap, u8* idx) -+{ -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct beamforming_entry *pEntry = beamforming_get_free_entry(pmlmepriv, idx); -+ -+ if(pEntry != NULL) -+ { -+ pEntry->bUsed = _TRUE; -+ pEntry->aid = aid; -+ pEntry->mac_id = mac_id; -+ pEntry->sound_bw = bw; -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ u16 BSSID = ((*(adapter_mac_addr(adapter) + 5) & 0xf0) >> 4) ^ -+ (*(adapter_mac_addr(adapter) + 5) & 0xf); /* BSSID[44:47] xor BSSID[40:43] */ -+ pEntry->p_aid = (aid + BSSID * 32) & 0x1ff; // (dec(A) + dec(B)*32) mod 512 -+ pEntry->g_id = 63; -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) -+ { -+ pEntry->p_aid = 0; -+ pEntry->g_id = 63; -+ } -+ else -+ { -+ pEntry->p_aid = ra[5]; // BSSID[39:47] -+ pEntry->p_aid = (pEntry->p_aid << 1) | (ra[4] >> 7 ); -+ pEntry->g_id = 0; -+ } -+ _rtw_memcpy(pEntry->mac_addr, ra, ETH_ALEN); -+ pEntry->bSound = _FALSE; -+ -+ //3 TODO SW/FW sound period -+ pEntry->sound_period = 200; -+ pEntry->beamforming_entry_cap = beamfrom_cap; -+ pEntry->beamforming_entry_state = BEAMFORMING_ENTRY_STATE_UNINITIALIZE; -+ -+ -+ pEntry->PreLogSeq = 0; /*Modified by Jeffery @2015-04-13*/ -+ pEntry->LogSeq = 0; /*Modified by Jeffery @2014-10-29*/ -+ pEntry->LogRetryCnt = 0; /*Modified by Jeffery @2014-10-29*/ -+ pEntry->LogSuccess = 0; /*LogSuccess is NOT needed to be accumulated, so LogSuccessCnt->LogSuccess, 2015-04-13, Jeffery*/ -+ pEntry->ClockResetTimes = 0; /*Modified by Jeffery @2015-04-13*/ -+ pEntry->LogStatusFailCnt = 0; -+ -+ return pEntry; -+ } -+ else -+ return NULL; -+} -+ -+BOOLEAN beamforming_remove_entry(struct mlme_priv *pmlmepriv, u8* ra, u8* idx) -+{ -+ struct beamforming_entry *pEntry = beamforming_get_entry_by_addr(pmlmepriv, ra, idx); -+ -+ if(pEntry != NULL) -+ { -+ pEntry->bUsed = _FALSE; -+ pEntry->beamforming_entry_cap = BEAMFORMING_CAP_NONE; -+ pEntry->beamforming_entry_state = BEAMFORMING_ENTRY_STATE_UNINITIALIZE; -+ return _TRUE; -+ } -+ else -+ return _FALSE; -+} -+ -+/* Used for BeamformingStart_V1 */ -+void beamforming_dym_ndpa_rate(PADAPTER adapter) -+{ -+ u16 NDPARate = MGN_6M; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(adapter); -+ -+ if(pHalData->MinUndecoratedPWDBForDM > 30) // link RSSI > 30% -+ NDPARate = MGN_24M; -+ else -+ NDPARate = MGN_6M; -+ -+ //BW = CHANNEL_WIDTH_20; -+ NDPARate = NDPARate << 8; -+ rtw_hal_set_hwreg(adapter, HW_VAR_SOUNDING_RATE, (u8 *)&NDPARate); -+} -+ -+void beamforming_dym_period(PADAPTER Adapter) -+{ -+ u8 Idx; -+ BOOLEAN bChangePeriod = _FALSE; -+ u16 SoundPeriod_SW, SoundPeriod_FW; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(Adapter); -+ struct beamforming_entry *pBeamformEntry; -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(( &Adapter->mlmepriv)); -+ struct sounding_info *pSoundInfo = &(pBeamInfo->sounding_info); -+ -+ //3 TODO per-client throughput caculation. -+ -+ if(pdvobjpriv->traffic_stat.cur_tx_tp + pdvobjpriv->traffic_stat.cur_rx_tp > 2) -+ { -+ SoundPeriod_SW = 32*20; -+ SoundPeriod_FW = 2; -+ } -+ else -+ { -+ SoundPeriod_SW = 32*2000; -+ SoundPeriod_FW = 200; -+ } -+ -+ for(Idx = 0; Idx < BEAMFORMING_ENTRY_NUM; Idx++) -+ { -+ pBeamformEntry = pBeamInfo->beamforming_entry+Idx; -+ if(pBeamformEntry->bDefaultCSI) -+ { -+ SoundPeriod_SW = 32*2000; -+ SoundPeriod_FW = 200; -+ } -+ -+ if(pBeamformEntry->beamforming_entry_cap & (BEAMFORMER_CAP_HT_EXPLICIT |BEAMFORMER_CAP_VHT_SU)) -+ { -+ if(pSoundInfo->sound_mode == SOUNDING_FW_VHT_TIMER || pSoundInfo->sound_mode == SOUNDING_FW_HT_TIMER) -+ { -+ if(pBeamformEntry->sound_period != SoundPeriod_FW) -+ { -+ pBeamformEntry->sound_period = SoundPeriod_FW; -+ bChangePeriod = _TRUE; // Only FW sounding need to send H2C packet to change sound period. -+ } -+ } -+ else if(pBeamformEntry->sound_period != SoundPeriod_SW) -+ { -+ pBeamformEntry->sound_period = SoundPeriod_SW; -+ } -+ } -+ } -+ -+ if(bChangePeriod) -+ rtw_hal_set_hwreg(Adapter, HW_VAR_SOUNDING_FW_NDPA, (u8 *)&Idx); -+} -+ -+BOOLEAN issue_ht_sw_ndpa_packet(PADAPTER Adapter, u8 *ra, CHANNEL_WIDTH bw, u8 qidx) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 ActionHdr[4] = {ACT_CAT_VENDOR, 0x00, 0xe0, 0x4c}; -+ u8 *pframe; -+ u16 *fctrl; -+ u16 duration = 0; -+ u8 aSifsTime = 0; -+ u8 NDPTxRate = 0; -+ -+ DBG_871X("%s: issue_ht_sw_ndpa_packet!\n", __func__); -+ -+ NDPTxRate = MGN_MCS8; -+ DBG_871X("%s: NDPTxRate =%d\n", __func__, NDPTxRate); -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ -+ if (pmgntframe == NULL) -+ return _FALSE; -+ -+ /*update attribute*/ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(Adapter, pattrib); -+ pattrib->qsel = QSLT_MGNT; -+ pattrib->rate = NDPTxRate; -+ pattrib->bwmode = bw; -+ pattrib->order = 1; -+ pattrib->subtype = WIFI_ACTION_NOACK; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetOrderBit(pframe); -+ SetFrameSubType(pframe, WIFI_ACTION_NOACK); -+ -+ _rtw_memcpy(pwlanhdr->addr1, ra, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(Adapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ if (pmlmeext->cur_wireless_mode == WIRELESS_11B) -+ aSifsTime = 10; -+ else -+ aSifsTime = 16; -+ -+ duration = 2*aSifsTime + 40; -+ -+ if (bw == CHANNEL_WIDTH_40) -+ duration += 87; -+ else -+ duration += 180; -+ -+ SetDuration(pframe, duration); -+ -+ /*HT control field*/ -+ SET_HT_CTRL_CSI_STEERING(pframe+24, 3); -+ SET_HT_CTRL_NDP_ANNOUNCEMENT(pframe+24, 1); -+ -+ _rtw_memcpy(pframe+28, ActionHdr, 4); -+ -+ pattrib->pktlen = 32; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ -+ return _TRUE; -+ -+ -+} -+BOOLEAN issue_ht_ndpa_packet(PADAPTER Adapter, u8 *ra, CHANNEL_WIDTH bw, u8 qidx) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 ActionHdr[4] = {ACT_CAT_VENDOR, 0x00, 0xe0, 0x4c}; -+ u8 *pframe; -+ u16 *fctrl; -+ u16 duration = 0; -+ u8 aSifsTime = 0; -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ -+ if (pmgntframe == NULL) -+ return _FALSE; -+ -+ /*update attribute*/ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(Adapter, pattrib); -+ -+ if (qidx == BCN_QUEUE_INX) -+ pattrib->qsel = QSLT_BEACON; -+ pattrib->rate = MGN_MCS8; -+ pattrib->bwmode = bw; -+ pattrib->order = 1; -+ pattrib->subtype = WIFI_ACTION_NOACK; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetOrderBit(pframe); -+ SetFrameSubType(pframe, WIFI_ACTION_NOACK); -+ -+ _rtw_memcpy(pwlanhdr->addr1, ra, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(Adapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ if( pmlmeext->cur_wireless_mode == WIRELESS_11B) -+ aSifsTime = 10; -+ else -+ aSifsTime = 16; -+ -+ duration = 2*aSifsTime + 40; -+ -+ if(bw == CHANNEL_WIDTH_40) -+ duration+= 87; -+ else -+ duration+= 180; -+ -+ SetDuration(pframe, duration); -+ -+ //HT control field -+ SET_HT_CTRL_CSI_STEERING(pframe+24, 3); -+ SET_HT_CTRL_NDP_ANNOUNCEMENT(pframe+24, 1); -+ -+ _rtw_memcpy(pframe+28, ActionHdr, 4); -+ -+ pattrib->pktlen = 32; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ -+ return _TRUE; -+} -+ -+BOOLEAN beamforming_send_ht_ndpa_packet(PADAPTER Adapter, u8 *ra, CHANNEL_WIDTH bw, u8 qidx) -+{ -+ return issue_ht_ndpa_packet(Adapter, ra, bw, qidx); -+} -+BOOLEAN issue_vht_sw_ndpa_packet(PADAPTER Adapter, u8 *ra, u16 aid, CHANNEL_WIDTH bw, u8 qidx) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct rtw_ndpa_sta_info sta_info; -+ u8 NDPTxRate = 0; -+ -+ u8 *pframe; -+ u16 *fctrl; -+ u16 duration = 0; -+ u8 sequence = 0, aSifsTime = 0; -+ -+ DBG_871X("%s: issue_vht_sw_ndpa_packet!\n", __func__); -+ -+ -+ NDPTxRate = MGN_VHT2SS_MCS0; -+ DBG_871X("%s: NDPTxRate =%d\n", __func__, NDPTxRate); -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ -+ if (pmgntframe == NULL) { -+ DBG_871X("%s, alloc mgnt frame fail\n", __func__); -+ return _FALSE; -+ } -+ -+ /*update attribute*/ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(Adapter, pattrib); -+ pattrib->qsel = QSLT_MGNT; -+ pattrib->rate = NDPTxRate; -+ pattrib->bwmode = bw; -+ pattrib->subtype = WIFI_NDPA; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetFrameSubType(pframe, WIFI_NDPA); -+ -+ _rtw_memcpy(pwlanhdr->addr1, ra, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(Adapter), ETH_ALEN); -+ -+ if (IsSupported5G(pmlmeext->cur_wireless_mode) || IsSupportedHT(pmlmeext->cur_wireless_mode)) -+ aSifsTime = 16; -+ else -+ aSifsTime = 10; -+ -+ duration = 2*aSifsTime + 44; -+ -+ if (bw == CHANNEL_WIDTH_80) -+ duration += 40; -+ else if (bw == CHANNEL_WIDTH_40) -+ duration += 87; -+ else -+ duration += 180; -+ -+ SetDuration(pframe, duration); -+ -+ sequence = pBeamInfo->sounding_sequence << 2; -+ if (pBeamInfo->sounding_sequence >= 0x3f) -+ pBeamInfo->sounding_sequence = 0; -+ else -+ pBeamInfo->sounding_sequence++; -+ -+ _rtw_memcpy(pframe+16, &sequence, 1); -+ if (((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ aid = 0; -+ -+ sta_info.aid = aid; -+ sta_info.feedback_type = 0; -+ sta_info.nc_index = 0; -+ -+ _rtw_memcpy(pframe+17, (u8 *)&sta_info, 2); -+ -+ pattrib->pktlen = 19; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ -+ -+ return _TRUE; -+ -+} -+BOOLEAN issue_vht_ndpa_packet(PADAPTER Adapter, u8 *ra, u16 aid, CHANNEL_WIDTH bw, u8 qidx) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct rtw_ndpa_sta_info sta_info; -+ u8 *pframe; -+ u16 *fctrl; -+ u16 duration = 0; -+ u8 sequence = 0, aSifsTime = 0; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ return _FALSE; -+ -+ /*update attribute*/ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(Adapter, pattrib); -+ -+ if (qidx == BCN_QUEUE_INX) -+ pattrib->qsel = QSLT_BEACON; -+ pattrib->rate = MGN_VHT2SS_MCS0; -+ pattrib->bwmode = bw; -+ pattrib->subtype = WIFI_NDPA; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetFrameSubType(pframe, WIFI_NDPA); -+ -+ _rtw_memcpy(pwlanhdr->addr1, ra, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(Adapter), ETH_ALEN); -+ -+ if (IsSupported5G(pmlmeext->cur_wireless_mode) || IsSupportedHT(pmlmeext->cur_wireless_mode)) -+ aSifsTime = 16; -+ else -+ aSifsTime = 10; -+ -+ duration = 2*aSifsTime + 44; -+ -+ if(bw == CHANNEL_WIDTH_80) -+ duration += 40; -+ else if(bw == CHANNEL_WIDTH_40) -+ duration+= 87; -+ else -+ duration+= 180; -+ -+ SetDuration(pframe, duration); -+ -+ sequence = pBeamInfo->sounding_sequence<< 2; -+ if (pBeamInfo->sounding_sequence >= 0x3f) -+ pBeamInfo->sounding_sequence = 0; -+ else -+ pBeamInfo->sounding_sequence++; -+ -+ _rtw_memcpy(pframe+16, &sequence,1); -+ -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ aid = 0; -+ -+ sta_info.aid = aid; -+ sta_info.feedback_type = 0; -+ sta_info.nc_index= 0; -+ -+ _rtw_memcpy(pframe+17, (u8 *)&sta_info, 2); -+ -+ pattrib->pktlen = 19; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ -+ return _TRUE; -+} -+ -+BOOLEAN beamforming_send_vht_ndpa_packet(PADAPTER Adapter, u8 *ra, u16 aid, CHANNEL_WIDTH bw, u8 qidx) -+{ -+ return issue_vht_ndpa_packet(Adapter, ra, aid, bw, qidx); -+} -+ -+BOOLEAN beamfomring_bSounding(struct beamforming_info *pBeamInfo) -+{ -+ BOOLEAN bSounding = _FALSE; -+ -+ if(( beamforming_get_beamform_cap(pBeamInfo) & BEAMFORMER_CAP) == 0) -+ bSounding = _FALSE; -+ else -+ bSounding = _TRUE; -+ -+ return bSounding; -+} -+ -+u8 beamforming_sounding_idx(struct beamforming_info *pBeamInfo) -+{ -+ u8 idx = 0; -+ u8 i; -+ -+ for(i = 0; i < BEAMFORMING_ENTRY_NUM; i++) -+ { -+ if (pBeamInfo->beamforming_entry[i].bUsed && -+ (_FALSE == pBeamInfo->beamforming_entry[i].bSound)) -+ { -+ idx = i; -+ break; -+ } -+ } -+ -+ return idx; -+} -+ -+SOUNDING_MODE beamforming_sounding_mode(struct beamforming_info *pBeamInfo, u8 idx) -+{ -+ struct beamforming_entry BeamEntry = pBeamInfo->beamforming_entry[idx]; -+ SOUNDING_MODE mode; -+ -+ if(BeamEntry.beamforming_entry_cap & BEAMFORMER_CAP_VHT_SU) -+ { -+ mode = SOUNDING_FW_VHT_TIMER; -+ } -+ else if(BeamEntry.beamforming_entry_cap & BEAMFORMER_CAP_HT_EXPLICIT) -+ { -+ mode = SOUNDING_FW_HT_TIMER; -+ } -+ else -+ { -+ mode = SOUNDING_STOP_All_TIMER; -+ } -+ -+ return mode; -+} -+ -+u16 beamforming_sounding_time(struct beamforming_info *pBeamInfo, SOUNDING_MODE mode, u8 idx) -+{ -+ u16 sounding_time = 0xffff; -+ struct beamforming_entry BeamEntry = pBeamInfo->beamforming_entry[idx]; -+ -+ sounding_time = BeamEntry.sound_period; -+ -+ return sounding_time; -+} -+ -+CHANNEL_WIDTH beamforming_sounding_bw(struct beamforming_info *pBeamInfo, SOUNDING_MODE mode, u8 idx) -+{ -+ CHANNEL_WIDTH sounding_bw = CHANNEL_WIDTH_20; -+ struct beamforming_entry BeamEntry = pBeamInfo->beamforming_entry[idx]; -+ -+ sounding_bw = BeamEntry.sound_bw; -+ -+ return sounding_bw; -+} -+ -+BOOLEAN beamforming_select_beam_entry(struct beamforming_info *pBeamInfo) -+{ -+ struct sounding_info *pSoundInfo = &(pBeamInfo->sounding_info); -+ -+ pSoundInfo->sound_idx = beamforming_sounding_idx(pBeamInfo); -+ -+ if(pSoundInfo->sound_idx < BEAMFORMING_ENTRY_NUM) -+ pSoundInfo->sound_mode = beamforming_sounding_mode(pBeamInfo, pSoundInfo->sound_idx); -+ else -+ pSoundInfo->sound_mode = SOUNDING_STOP_All_TIMER; -+ -+ if(SOUNDING_STOP_All_TIMER == pSoundInfo->sound_mode) -+ { -+ return _FALSE; -+ } -+ else -+ { -+ pSoundInfo->sound_bw = beamforming_sounding_bw(pBeamInfo, pSoundInfo->sound_mode, pSoundInfo->sound_idx ); -+ pSoundInfo->sound_period = beamforming_sounding_time(pBeamInfo, pSoundInfo->sound_mode, pSoundInfo->sound_idx ); -+ return _TRUE; -+ } -+} -+ -+BOOLEAN beamforming_start_fw(PADAPTER adapter, u8 idx) -+{ -+ u8 *RA = NULL; -+ struct beamforming_entry *pEntry; -+ BOOLEAN ret = _TRUE; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ -+ pEntry = &(pBeamInfo->beamforming_entry[idx]); -+ if(pEntry->bUsed == _FALSE) -+ { -+ DBG_871X("Skip Beamforming, no entry for Idx =%d\n", idx); -+ return _FALSE; -+ } -+ -+ pEntry->beamforming_entry_state = BEAMFORMING_ENTRY_STATE_PROGRESSING; -+ pEntry->bSound = _TRUE; -+ rtw_hal_set_hwreg(adapter, HW_VAR_SOUNDING_FW_NDPA, (u8 *)&idx); -+ -+ return _TRUE; -+} -+ -+void beamforming_end_fw(PADAPTER adapter) -+{ -+ u8 idx = 0; -+ -+ rtw_hal_set_hwreg(adapter, HW_VAR_SOUNDING_FW_NDPA, (u8 *)&idx); -+ -+ DBG_871X("%s\n", __FUNCTION__); -+} -+ -+BOOLEAN beamforming_start_period(PADAPTER adapter) -+{ -+ BOOLEAN ret = _TRUE; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct sounding_info *pSoundInfo = &(pBeamInfo->sounding_info); -+ -+ beamforming_dym_ndpa_rate(adapter); -+ -+ beamforming_select_beam_entry(pBeamInfo); -+ -+ if(pSoundInfo->sound_mode == SOUNDING_FW_VHT_TIMER || pSoundInfo->sound_mode == SOUNDING_FW_HT_TIMER) -+ { -+ ret = beamforming_start_fw(adapter, pSoundInfo->sound_idx); -+ } -+ else -+ { -+ ret = _FALSE; -+ } -+ -+ DBG_871X("%s Idx %d Mode %d BW %d Period %d\n", __FUNCTION__, -+ pSoundInfo->sound_idx, pSoundInfo->sound_mode, pSoundInfo->sound_bw, pSoundInfo->sound_period); -+ -+ return ret; -+} -+ -+void beamforming_end_period(PADAPTER adapter) -+{ -+ u8 idx = 0; -+ struct beamforming_entry *pBeamformEntry; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct sounding_info *pSoundInfo = &(pBeamInfo->sounding_info); -+ -+ -+ if(pSoundInfo->sound_mode == SOUNDING_FW_VHT_TIMER || pSoundInfo->sound_mode == SOUNDING_FW_HT_TIMER) -+ { -+ beamforming_end_fw(adapter); -+ } -+} -+ -+void beamforming_notify(PADAPTER adapter) -+{ -+ BOOLEAN bSounding = _FALSE; -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(&(adapter->mlmepriv)); -+ -+ bSounding = beamfomring_bSounding(pBeamInfo); -+ -+ if(pBeamInfo->beamforming_state == BEAMFORMING_STATE_IDLE) -+ { -+ if(bSounding) -+ { -+ if(beamforming_start_period(adapter) == _TRUE) -+ pBeamInfo->beamforming_state = BEAMFORMING_STATE_START; -+ } -+ } -+ else if(pBeamInfo->beamforming_state == BEAMFORMING_STATE_START) -+ { -+ if(bSounding) -+ { -+ if(beamforming_start_period(adapter) == _FALSE) -+ pBeamInfo->beamforming_state = BEAMFORMING_STATE_END; -+ } -+ else -+ { -+ beamforming_end_period(adapter); -+ pBeamInfo->beamforming_state = BEAMFORMING_STATE_END; -+ } -+ } -+ else if(pBeamInfo->beamforming_state == BEAMFORMING_STATE_END) -+ { -+ if(bSounding) -+ { -+ if(beamforming_start_period(adapter) == _TRUE) -+ pBeamInfo->beamforming_state = BEAMFORMING_STATE_START; -+ } -+ } -+ else -+ { -+ DBG_871X("%s BeamformState %d\n", __FUNCTION__, pBeamInfo->beamforming_state); -+ } -+ -+ DBG_871X("%s BeamformState %d bSounding %d\n", __FUNCTION__, pBeamInfo->beamforming_state, bSounding); -+} -+ -+BOOLEAN beamforming_init_entry(PADAPTER adapter, struct sta_info *psta, u8* idx) -+{ -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct ht_priv *phtpriv = &(pmlmepriv->htpriv); -+#ifdef CONFIG_80211AC_VHT -+ struct vht_priv *pvhtpriv = &(pmlmepriv->vhtpriv); -+#endif -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct beamforming_entry *pBeamformEntry = NULL; -+ u8 *ra; -+ u16 aid, mac_id; -+ u8 wireless_mode; -+ CHANNEL_WIDTH bw = CHANNEL_WIDTH_20; -+ BEAMFORMING_CAP beamform_cap = BEAMFORMING_CAP_NONE; -+ -+ // The current setting does not support Beaforming -+ if (0 == phtpriv->beamform_cap -+#ifdef CONFIG_80211AC_VHT -+ && 0 == pvhtpriv->beamform_cap -+#endif -+ ) { -+ DBG_871X("The configuration disabled Beamforming! Skip...\n"); -+ return _FALSE; -+ } -+ -+ aid = psta->aid; -+ ra = psta->hwaddr; -+ mac_id = psta->mac_id; -+ wireless_mode = psta->wireless_mode; -+ bw = psta->bw_mode; -+ -+ if (IsSupportedHT(wireless_mode) || IsSupportedVHT(wireless_mode)) { -+ //3 // HT -+ u8 cur_beamform; -+ -+ cur_beamform = psta->htpriv.beamform_cap; -+ -+ // We are Beamformee because the STA is Beamformer -+ if(TEST_FLAG(cur_beamform, BEAMFORMING_HT_BEAMFORMER_ENABLE)) -+ beamform_cap =(BEAMFORMING_CAP)(beamform_cap |BEAMFORMEE_CAP_HT_EXPLICIT); -+ -+ // We are Beamformer because the STA is Beamformee -+ if(TEST_FLAG(cur_beamform, BEAMFORMING_HT_BEAMFORMEE_ENABLE)) -+ beamform_cap =(BEAMFORMING_CAP)(beamform_cap | BEAMFORMER_CAP_HT_EXPLICIT); -+#ifdef CONFIG_80211AC_VHT -+ if (IsSupportedVHT(wireless_mode)) { -+ //3 // VHT -+ cur_beamform = psta->vhtpriv.beamform_cap; -+ -+ // We are Beamformee because the STA is Beamformer -+ if(TEST_FLAG(cur_beamform, BEAMFORMING_VHT_BEAMFORMER_ENABLE)) -+ beamform_cap =(BEAMFORMING_CAP)(beamform_cap |BEAMFORMEE_CAP_VHT_SU); -+ // We are Beamformer because the STA is Beamformee -+ if(TEST_FLAG(cur_beamform, BEAMFORMING_VHT_BEAMFORMEE_ENABLE)) -+ beamform_cap =(BEAMFORMING_CAP)(beamform_cap |BEAMFORMER_CAP_VHT_SU); -+ } -+#endif //CONFIG_80211AC_VHT -+ -+ if(beamform_cap == BEAMFORMING_CAP_NONE) -+ return _FALSE; -+ -+ DBG_871X("Beamforming Config Capability = 0x%02X\n", beamform_cap); -+ -+ pBeamformEntry = beamforming_get_entry_by_addr(pmlmepriv, ra, idx); -+ if (pBeamformEntry == NULL) { -+ pBeamformEntry = beamforming_add_entry(adapter, ra, aid, mac_id, bw, beamform_cap, idx); -+ if(pBeamformEntry == NULL) -+ return _FALSE; -+ else -+ pBeamformEntry->beamforming_entry_state = BEAMFORMING_ENTRY_STATE_INITIALIZEING; -+ } else { -+ // Entry has been created. If entry is initialing or progressing then errors occur. -+ if (pBeamformEntry->beamforming_entry_state != BEAMFORMING_ENTRY_STATE_INITIALIZED && -+ pBeamformEntry->beamforming_entry_state != BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ DBG_871X("Error State of Beamforming"); -+ return _FALSE; -+ } else { -+ pBeamformEntry->beamforming_entry_state = BEAMFORMING_ENTRY_STATE_INITIALIZEING; -+ } -+ } -+ -+ pBeamformEntry->beamforming_entry_state = BEAMFORMING_ENTRY_STATE_INITIALIZED; -+ psta->txbf_paid = pBeamformEntry->p_aid; -+ psta->txbf_gid = pBeamformEntry->g_id; -+ -+ DBG_871X("%s Idx %d\n", __FUNCTION__, *idx); -+ } else { -+ return _FALSE; -+ } -+ -+ return _SUCCESS; -+} -+ -+void beamforming_deinit_entry(PADAPTER adapter, u8* ra) -+{ -+ u8 idx = 0; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ if(beamforming_remove_entry(pmlmepriv, ra, &idx) == _TRUE) -+ { -+ rtw_hal_set_hwreg(adapter, HW_VAR_SOUNDING_LEAVE, (u8 *)&idx); -+ } -+ -+ DBG_871X("%s Idx %d\n", __FUNCTION__, idx); -+} -+ -+void beamforming_reset(PADAPTER adapter) -+{ -+ u8 idx = 0; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ -+ for(idx = 0; idx < BEAMFORMING_ENTRY_NUM; idx++) -+ { -+ if(pBeamInfo->beamforming_entry[idx].bUsed == _TRUE) -+ { -+ pBeamInfo->beamforming_entry[idx].bUsed = _FALSE; -+ pBeamInfo->beamforming_entry[idx].beamforming_entry_cap = BEAMFORMING_CAP_NONE; -+ pBeamInfo->beamforming_entry[idx].beamforming_entry_state= BEAMFORMING_ENTRY_STATE_UNINITIALIZE; -+ rtw_hal_set_hwreg(adapter, HW_VAR_SOUNDING_LEAVE, (u8 *)&idx); -+ } -+ } -+ -+ DBG_871X("%s\n", __FUNCTION__); -+} -+ -+void beamforming_sounding_fail(PADAPTER Adapter) -+{ -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct beamforming_entry *pEntry = &(pBeamInfo->beamforming_entry[pBeamInfo->beamforming_cur_idx]); -+ -+ pEntry->bSound = _FALSE; -+ rtw_hal_set_hwreg(Adapter, HW_VAR_SOUNDING_FW_NDPA, (u8 *)&pBeamInfo->beamforming_cur_idx); -+ beamforming_deinit_entry(Adapter, pEntry->mac_addr); -+} -+ -+void beamforming_check_sounding_success(PADAPTER Adapter,BOOLEAN status) -+{ -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct beamforming_entry *pEntry = &(pBeamInfo->beamforming_entry[pBeamInfo->beamforming_cur_idx]); -+ -+ if(status == 1) -+ { -+ pEntry->LogStatusFailCnt = 0; -+ } -+ else -+ { -+ pEntry->LogStatusFailCnt++; -+ DBG_871X("%s LogStatusFailCnt %d\n", __FUNCTION__, pEntry->LogStatusFailCnt); -+ } -+ if(pEntry->LogStatusFailCnt > 20) -+ { -+ DBG_871X("%s LogStatusFailCnt > 20, Stop SOUNDING\n", __FUNCTION__); -+ //pEntry->bSound = _FALSE; -+ //rtw_hal_set_hwreg(Adapter, HW_VAR_SOUNDING_FW_NDPA, (u8 *)&pBeamInfo->beamforming_cur_idx); -+ //beamforming_deinit_entry(Adapter, pEntry->mac_addr); -+ beamforming_wk_cmd(Adapter, BEAMFORMING_CTRL_SOUNDING_FAIL, NULL, 0, 1); -+ } -+} -+ -+void beamforming_enter(PADAPTER adapter, PVOID psta) -+{ -+ u8 idx = 0xff; -+ -+ if(beamforming_init_entry(adapter, (struct sta_info *)psta, &idx)) -+ rtw_hal_set_hwreg(adapter, HW_VAR_SOUNDING_ENTER, (u8 *)&idx); -+ -+ //DBG_871X("%s Idx %d\n", __FUNCTION__, idx); -+} -+ -+void beamforming_leave(PADAPTER adapter,u8* ra) -+{ -+ if(ra == NULL) -+ beamforming_reset(adapter); -+ else -+ beamforming_deinit_entry(adapter, ra); -+ -+ beamforming_notify(adapter); -+} -+ -+BEAMFORMING_CAP beamforming_get_beamform_cap(struct beamforming_info *pBeamInfo) -+{ -+ u8 i; -+ BOOLEAN bSelfBeamformer = _FALSE; -+ BOOLEAN bSelfBeamformee = _FALSE; -+ struct beamforming_entry beamforming_entry; -+ BEAMFORMING_CAP beamform_cap = BEAMFORMING_CAP_NONE; -+ -+ for(i = 0; i < BEAMFORMING_ENTRY_NUM; i++) -+ { -+ beamforming_entry = pBeamInfo->beamforming_entry[i]; -+ -+ if(beamforming_entry.bUsed) -+ { -+ if( (beamforming_entry.beamforming_entry_cap & BEAMFORMEE_CAP_VHT_SU) || -+ (beamforming_entry.beamforming_entry_cap & BEAMFORMEE_CAP_HT_EXPLICIT)) -+ bSelfBeamformee = _TRUE; -+ if( (beamforming_entry.beamforming_entry_cap & BEAMFORMER_CAP_VHT_SU) || -+ (beamforming_entry.beamforming_entry_cap & BEAMFORMER_CAP_HT_EXPLICIT)) -+ bSelfBeamformer = _TRUE; -+ } -+ -+ if(bSelfBeamformer && bSelfBeamformee) -+ i = BEAMFORMING_ENTRY_NUM; -+ } -+ -+ if(bSelfBeamformer) -+ beamform_cap |= BEAMFORMER_CAP; -+ if(bSelfBeamformee) -+ beamform_cap |= BEAMFORMEE_CAP; -+ -+ return beamform_cap; -+} -+ -+void beamforming_watchdog(PADAPTER Adapter) -+{ -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(( &(Adapter->mlmepriv))); -+ -+ if(pBeamInfo->beamforming_state != BEAMFORMING_STATE_START) -+ return; -+ -+ beamforming_dym_period(Adapter); -+ beamforming_dym_ndpa_rate(Adapter); -+} -+#endif/* #if (BEAMFORMING_SUPPORT ==0) - for diver defined beamforming*/ -+ -+u32 beamforming_get_report_frame(PADAPTER Adapter, union recv_frame *precv_frame) -+{ -+ u32 ret = _SUCCESS; -+#if (BEAMFORMING_SUPPORT == 1) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ ret = Beamforming_GetReportFrame(pDM_Odm, precv_frame); -+ -+#else /*(BEAMFORMING_SUPPORT == 0)- for drv beamfoming*/ -+ struct beamforming_entry *pBeamformEntry = NULL; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ u32 frame_len = precv_frame->u.hdr.len; -+ u8 *ta; -+ u8 idx, offset; -+ -+ /*DBG_871X("beamforming_get_report_frame\n");*/ -+ -+ /*Memory comparison to see if CSI report is the same with previous one*/ -+ ta = GetAddr2Ptr(pframe); -+ pBeamformEntry = beamforming_get_entry_by_addr(pmlmepriv, ta, &idx); -+ if (pBeamformEntry->beamforming_entry_cap & BEAMFORMER_CAP_VHT_SU) -+ offset = 31; /*24+(1+1+3)+2 MAC header+(Category+ActionCode+MIMOControlField)+SNR(Nc=2)*/ -+ else if (pBeamformEntry->beamforming_entry_cap & BEAMFORMER_CAP_HT_EXPLICIT) -+ offset = 34; /*24+(1+1+6)+2 MAC header+(Category+ActionCode+MIMOControlField)+SNR(Nc=2)*/ -+ else -+ return ret; -+ -+ /*DBG_871X("%s MacId %d offset=%d\n", __FUNCTION__, pBeamformEntry->mac_id, offset);*/ -+ -+ if (_rtw_memcmp(pBeamformEntry->PreCsiReport + offset, pframe+offset, frame_len-offset) == _FALSE) -+ pBeamformEntry->DefaultCsiCnt = 0; -+ else -+ pBeamformEntry->DefaultCsiCnt++; -+ -+ _rtw_memcpy(&pBeamformEntry->PreCsiReport, pframe, frame_len); -+ -+ pBeamformEntry->bDefaultCSI = _FALSE; -+ -+ if (pBeamformEntry->DefaultCsiCnt > 20) -+ pBeamformEntry->bDefaultCSI = _TRUE; -+ else -+ pBeamformEntry->bDefaultCSI = _FALSE; -+#endif -+ return ret; -+} -+ -+void beamforming_get_ndpa_frame(PADAPTER Adapter, union recv_frame *precv_frame) -+{ -+#if (BEAMFORMING_SUPPORT == 1) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ Beamforming_GetNDPAFrame(pDM_Odm, precv_frame); -+ -+#else /*(BEAMFORMING_SUPPORT == 0)- for drv beamfoming*/ -+ u8 *ta; -+ u8 idx, Sequence; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_entry *pBeamformEntry = NULL; -+ -+ /*DBG_871X("beamforming_get_ndpa_frame\n");*/ -+ -+ if (IS_HARDWARE_TYPE_8812(Adapter) == _FALSE) -+ return; -+ else if (GetFrameSubType(pframe) != WIFI_NDPA) -+ return; -+ -+ ta = GetAddr2Ptr(pframe); -+ /*Remove signaling TA. */ -+ ta[0] = ta[0] & 0xFE; -+ -+ pBeamformEntry = beamforming_get_entry_by_addr(pmlmepriv, ta, &idx); -+ -+ if (pBeamformEntry == NULL) -+ return; -+ else if (!(pBeamformEntry->beamforming_entry_cap & BEAMFORMEE_CAP_VHT_SU)) -+ return; -+ /*LogSuccess: As long as 8812A receive NDPA and feedback CSI succeed once, clock reset is NO LONGER needed !2015-04-10, Jeffery*/ -+ /*ClockResetTimes: While BFer entry always doesn't receive our CSI, clock will reset again and again.So ClockResetTimes is limited to 5 times.2015-04-13, Jeffery*/ -+ else if ((pBeamformEntry->LogSuccess == 1) || (pBeamformEntry->ClockResetTimes == 5)) { -+ DBG_871X("[%s] LogSeq=%d, PreLogSeq=%d\n", __func__, pBeamformEntry->LogSeq, pBeamformEntry->PreLogSeq); -+ return; -+ } -+ -+ Sequence = (pframe[16]) >> 2; -+ DBG_871X("[%s] Start, Sequence=%d, LogSeq=%d, PreLogSeq=%d, LogRetryCnt=%d, ClockResetTimes=%d, LogSuccess=%d\n", -+ __func__, Sequence, pBeamformEntry->LogSeq, pBeamformEntry->PreLogSeq, pBeamformEntry->LogRetryCnt, pBeamformEntry->ClockResetTimes, pBeamformEntry->LogSuccess); -+ -+ if ((pBeamformEntry->LogSeq != 0) && (pBeamformEntry->PreLogSeq != 0)) { -+ /*Success condition*/ -+ if ((pBeamformEntry->LogSeq != Sequence) && (pBeamformEntry->PreLogSeq != pBeamformEntry->LogSeq)) { -+ /* break option for clcok reset, 2015-03-30, Jeffery */ -+ pBeamformEntry->LogRetryCnt = 0; -+ /*As long as 8812A receive NDPA and feedback CSI succeed once, clock reset is no longer needed.*/ -+ /*That is, LogSuccess is NOT needed to be reset to zero, 2015-04-13, Jeffery*/ -+ pBeamformEntry->LogSuccess = 1; -+ -+ } else {/*Fail condition*/ -+ -+ if (pBeamformEntry->LogRetryCnt == 5) { -+ pBeamformEntry->ClockResetTimes++; -+ pBeamformEntry->LogRetryCnt = 0; -+ -+ DBG_871X("[%s] Clock Reset!!! ClockResetTimes=%d\n", __func__, pBeamformEntry->ClockResetTimes); -+ beamforming_wk_cmd(Adapter, BEAMFORMING_CTRL_SOUNDING_CLK, NULL, 0, 1); -+ -+ } else -+ pBeamformEntry->LogRetryCnt++; -+ } -+ } -+ -+ /*Update LogSeq & PreLogSeq*/ -+ pBeamformEntry->PreLogSeq = pBeamformEntry->LogSeq; -+ pBeamformEntry->LogSeq = Sequence; -+ -+#endif -+ -+} -+ -+ -+ -+ -+void beamforming_wk_hdl(_adapter *padapter, u8 type, u8 *pbuf) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+_func_enter_; -+ -+#if (BEAMFORMING_SUPPORT == 1) /*(BEAMFORMING_SUPPORT == 1)- for PHYDM beamfoming*/ -+ switch (type) { -+ case BEAMFORMING_CTRL_ENTER: -+ { -+ struct sta_info *psta = (PVOID)pbuf; -+ u16 staIdx = psta->mac_id; -+ -+ Beamforming_Enter(pDM_Odm, staIdx); -+ break; -+ } -+ case BEAMFORMING_CTRL_LEAVE: -+ Beamforming_Leave(pDM_Odm, pbuf); -+ break; -+ default: -+ break; -+ -+ } -+#else /*(BEAMFORMING_SUPPORT == 0)- for drv beamfoming*/ -+ switch (type) { -+ case BEAMFORMING_CTRL_ENTER: -+ beamforming_enter(padapter, (PVOID)pbuf); -+ break; -+ -+ case BEAMFORMING_CTRL_LEAVE: -+ beamforming_leave(padapter, pbuf); -+ break; -+ -+ case BEAMFORMING_CTRL_SOUNDING_FAIL: -+ beamforming_sounding_fail(padapter); -+ break; -+ -+ case BEAMFORMING_CTRL_SOUNDING_CLK: -+ rtw_hal_set_hwreg(padapter, HW_VAR_SOUNDING_CLK, NULL); -+ break; -+ -+ default: -+ break; -+ } -+#endif -+_func_exit_; -+} -+ -+u8 beamforming_wk_cmd(_adapter*padapter, s32 type, u8 *pbuf, s32 size, u8 enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ if(enqueue) -+ { -+ u8 *wk_buf; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ if (pbuf != NULL) { -+ wk_buf = rtw_zmalloc(size); -+ if(wk_buf==NULL){ -+ rtw_mfree((u8 *)ph2c, sizeof(struct cmd_obj)); -+ rtw_mfree((u8 *)pdrvextra_cmd_parm, sizeof(struct drvextra_cmd_parm)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ _rtw_memcpy(wk_buf, pbuf, size); -+ } else { -+ wk_buf = NULL; -+ size = 0; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = BEAMFORMING_WK_CID; -+ pdrvextra_cmd_parm->type = type; -+ pdrvextra_cmd_parm->size = size; -+ pdrvextra_cmd_parm->pbuf = wk_buf; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ else -+ { -+ beamforming_wk_hdl(padapter, type, pbuf); -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+void update_attrib_txbf_info(_adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta) -+{ -+ if (psta) { -+ pattrib->txbf_g_id = psta->txbf_gid; -+ pattrib->txbf_p_aid = psta->txbf_paid; -+ } -+} -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_br_ext.c linux/3rdparty/rtl8812au/core/rtw_br_ext.c ---- linux.old/3rdparty/rtl8812au/core/rtw_br_ext.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_br_ext.c 2017-06-07 23:07:20.998686391 +0300 -@@ -0,0 +1,1699 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_BR_EXT_C_ -+ -+#ifdef __KERNEL__ -+#include -+#include -+#include -+#include -+#include -+#include -+#endif -+ -+#if 1 // rtw_wifi_driver -+#include -+#else // rtw_wifi_driver -+#include "./8192cd_cfg.h" -+ -+#ifndef __KERNEL__ -+#include "./sys-support.h" -+#endif -+ -+#include "./8192cd.h" -+#include "./8192cd_headers.h" -+#include "./8192cd_br_ext.h" -+#include "./8192cd_debug.h" -+#endif // rtw_wifi_driver -+ -+#ifdef CL_IPV6_PASS -+#ifdef __KERNEL__ -+#include -+#include -+#include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 24)) -+#include -+#else -+#include -+#endif -+#endif -+#endif -+ -+#ifdef CONFIG_BR_EXT -+ -+//#define BR_EXT_DEBUG -+ -+#define NAT25_IPV4 01 -+#define NAT25_IPV6 02 -+#define NAT25_IPX 03 -+#define NAT25_APPLE 04 -+#define NAT25_PPPOE 05 -+ -+#define RTL_RELAY_TAG_LEN (ETH_ALEN) -+#define TAG_HDR_LEN 4 -+ -+#define MAGIC_CODE 0x8186 -+#define MAGIC_CODE_LEN 2 -+#define WAIT_TIME_PPPOE 5 // waiting time for pppoe server in sec -+ -+/*----------------------------------------------------------------- -+ How database records network address: -+ 0 1 2 3 4 5 6 7 8 9 10 -+ |----|----|----|----|----|----|----|----|----|----|----| -+ IPv4 |type| | IP addr | -+ IPX |type| Net addr | Node addr | -+ IPX |type| Net addr |Sckt addr| -+ Apple |type| Network |node| -+ PPPoE |type| SID | AC MAC | -+-----------------------------------------------------------------*/ -+ -+ -+//Find a tag in pppoe frame and return the pointer -+static __inline__ unsigned char *__nat25_find_pppoe_tag(struct pppoe_hdr *ph, unsigned short type) -+{ -+ unsigned char *cur_ptr, *start_ptr; -+ unsigned short tagLen, tagType; -+ -+ start_ptr = cur_ptr = (unsigned char *)ph->tag; -+ while((cur_ptr - start_ptr) < ntohs(ph->length)) { -+ // prevent un-alignment access -+ tagType = (unsigned short)((cur_ptr[0] << 8) + cur_ptr[1]); -+ tagLen = (unsigned short)((cur_ptr[2] << 8) + cur_ptr[3]); -+ if(tagType == type) -+ return cur_ptr; -+ cur_ptr = cur_ptr + TAG_HDR_LEN + tagLen; -+ } -+ return 0; -+} -+ -+ -+static __inline__ int __nat25_add_pppoe_tag(struct sk_buff *skb, struct pppoe_tag *tag) -+{ -+ struct pppoe_hdr *ph = (struct pppoe_hdr *)(skb->data + ETH_HLEN); -+ int data_len; -+ -+ data_len = tag->tag_len + TAG_HDR_LEN; -+ if (skb_tailroom(skb) < data_len) { -+ _DEBUG_ERR("skb_tailroom() failed in add SID tag!\n"); -+ return -1; -+ } -+ -+ skb_put(skb, data_len); -+ // have a room for new tag -+ memmove(((unsigned char *)ph->tag + data_len), (unsigned char *)ph->tag, ntohs(ph->length)); -+ ph->length = htons(ntohs(ph->length) + data_len); -+ memcpy((unsigned char *)ph->tag, tag, data_len); -+ return data_len; -+} -+ -+static int skb_pull_and_merge(struct sk_buff *skb, unsigned char *src, int len) -+{ -+ int tail_len; -+ unsigned long end, tail; -+ -+ if ((src+len) > skb_tail_pointer(skb) || skb->len < len) -+ return -1; -+ -+ tail = (unsigned long)skb_tail_pointer(skb); -+ end = (unsigned long)src+len; -+ if (tail < end) -+ return -1; -+ -+ tail_len = (int)(tail-end); -+ if (tail_len > 0) -+ memmove(src, src+len, tail_len); -+ -+ skb_trim(skb, skb->len-len); -+ return 0; -+} -+ -+static __inline__ unsigned long __nat25_timeout(_adapter *priv) -+{ -+ unsigned long timeout; -+ -+ timeout = jiffies - NAT25_AGEING_TIME*HZ; -+ -+ return timeout; -+} -+ -+ -+static __inline__ int __nat25_has_expired(_adapter *priv, -+ struct nat25_network_db_entry *fdb) -+{ -+ if(time_before_eq(fdb->ageing_timer, __nat25_timeout(priv))) -+ return 1; -+ -+ return 0; -+} -+ -+ -+static __inline__ void __nat25_generate_ipv4_network_addr(unsigned char *networkAddr, -+ unsigned int *ipAddr) -+{ -+ memset(networkAddr, 0, MAX_NETWORK_ADDR_LEN); -+ -+ networkAddr[0] = NAT25_IPV4; -+ memcpy(networkAddr+7, (unsigned char *)ipAddr, 4); -+} -+ -+ -+static __inline__ void __nat25_generate_ipx_network_addr_with_node(unsigned char *networkAddr, -+ unsigned int *ipxNetAddr, unsigned char *ipxNodeAddr) -+{ -+ memset(networkAddr, 0, MAX_NETWORK_ADDR_LEN); -+ -+ networkAddr[0] = NAT25_IPX; -+ memcpy(networkAddr+1, (unsigned char *)ipxNetAddr, 4); -+ memcpy(networkAddr+5, ipxNodeAddr, 6); -+} -+ -+ -+static __inline__ void __nat25_generate_ipx_network_addr_with_socket(unsigned char *networkAddr, -+ unsigned int *ipxNetAddr, unsigned short *ipxSocketAddr) -+{ -+ memset(networkAddr, 0, MAX_NETWORK_ADDR_LEN); -+ -+ networkAddr[0] = NAT25_IPX; -+ memcpy(networkAddr+1, (unsigned char *)ipxNetAddr, 4); -+ memcpy(networkAddr+5, (unsigned char *)ipxSocketAddr, 2); -+} -+ -+ -+static __inline__ void __nat25_generate_apple_network_addr(unsigned char *networkAddr, -+ unsigned short *network, unsigned char *node) -+{ -+ memset(networkAddr, 0, MAX_NETWORK_ADDR_LEN); -+ -+ networkAddr[0] = NAT25_APPLE; -+ memcpy(networkAddr+1, (unsigned char *)network, 2); -+ networkAddr[3] = *node; -+} -+ -+ -+static __inline__ void __nat25_generate_pppoe_network_addr(unsigned char *networkAddr, -+ unsigned char *ac_mac, unsigned short *sid) -+{ -+ memset(networkAddr, 0, MAX_NETWORK_ADDR_LEN); -+ -+ networkAddr[0] = NAT25_PPPOE; -+ memcpy(networkAddr+1, (unsigned char *)sid, 2); -+ memcpy(networkAddr+3, (unsigned char *)ac_mac, 6); -+} -+ -+ -+#ifdef CL_IPV6_PASS -+static void __nat25_generate_ipv6_network_addr(unsigned char *networkAddr, -+ unsigned int *ipAddr) -+{ -+ memset(networkAddr, 0, MAX_NETWORK_ADDR_LEN); -+ -+ networkAddr[0] = NAT25_IPV6; -+ memcpy(networkAddr+1, (unsigned char *)ipAddr, 16); -+} -+ -+ -+static unsigned char *scan_tlv(unsigned char *data, int len, unsigned char tag, unsigned char len8b) -+{ -+ while (len > 0) { -+ if (*data == tag && *(data+1) == len8b && len >= len8b*8) -+ return data+2; -+ -+ len -= (*(data+1))*8; -+ data += (*(data+1))*8; -+ } -+ return NULL; -+} -+ -+ -+static int update_nd_link_layer_addr(unsigned char *data, int len, unsigned char *replace_mac) -+{ -+ struct icmp6hdr *icmphdr = (struct icmp6hdr *)data; -+ unsigned char *mac; -+ -+ if (icmphdr->icmp6_type == NDISC_ROUTER_SOLICITATION) { -+ if (len >= 8) { -+ mac = scan_tlv(&data[8], len-8, 1, 1); -+ if (mac) { -+ DBG_871X("Router Solicitation, replace MAC From: %02x:%02x:%02x:%02x:%02x:%02x, To: %02x:%02x:%02x:%02x:%02x:%02x\n", -+ mac[0],mac[1],mac[2],mac[3],mac[4],mac[5], -+ replace_mac[0],replace_mac[1],replace_mac[2],replace_mac[3],replace_mac[4],replace_mac[5]); -+ memcpy(mac, replace_mac, 6); -+ return 1; -+ } -+ } -+ } -+ else if (icmphdr->icmp6_type == NDISC_ROUTER_ADVERTISEMENT) { -+ if (len >= 16) { -+ mac = scan_tlv(&data[16], len-16, 1, 1); -+ if (mac) { -+ DBG_871X("Router Advertisement, replace MAC From: %02x:%02x:%02x:%02x:%02x:%02x, To: %02x:%02x:%02x:%02x:%02x:%02x\n", -+ mac[0],mac[1],mac[2],mac[3],mac[4],mac[5], -+ replace_mac[0],replace_mac[1],replace_mac[2],replace_mac[3],replace_mac[4],replace_mac[5]); -+ memcpy(mac, replace_mac, 6); -+ return 1; -+ } -+ } -+ } -+ else if (icmphdr->icmp6_type == NDISC_NEIGHBOUR_SOLICITATION) { -+ if (len >= 24) { -+ mac = scan_tlv(&data[24], len-24, 1, 1); -+ if (mac) { -+ DBG_871X("Neighbor Solicitation, replace MAC From: %02x:%02x:%02x:%02x:%02x:%02x, To: %02x:%02x:%02x:%02x:%02x:%02x\n", -+ mac[0],mac[1],mac[2],mac[3],mac[4],mac[5], -+ replace_mac[0],replace_mac[1],replace_mac[2],replace_mac[3],replace_mac[4],replace_mac[5]); -+ memcpy(mac, replace_mac, 6); -+ return 1; -+ } -+ } -+ } -+ else if (icmphdr->icmp6_type == NDISC_NEIGHBOUR_ADVERTISEMENT) { -+ if (len >= 24) { -+ mac = scan_tlv(&data[24], len-24, 2, 1); -+ if (mac) { -+ DBG_871X("Neighbor Advertisement, replace MAC From: %02x:%02x:%02x:%02x:%02x:%02x, To: %02x:%02x:%02x:%02x:%02x:%02x\n", -+ mac[0],mac[1],mac[2],mac[3],mac[4],mac[5], -+ replace_mac[0],replace_mac[1],replace_mac[2],replace_mac[3],replace_mac[4],replace_mac[5]); -+ memcpy(mac, replace_mac, 6); -+ return 1; -+ } -+ } -+ } -+ else if (icmphdr->icmp6_type == NDISC_REDIRECT) { -+ if (len >= 40) { -+ mac = scan_tlv(&data[40], len-40, 2, 1); -+ if (mac) { -+ DBG_871X("Redirect, replace MAC From: %02x:%02x:%02x:%02x:%02x:%02x, To: %02x:%02x:%02x:%02x:%02x:%02x\n", -+ mac[0],mac[1],mac[2],mac[3],mac[4],mac[5], -+ replace_mac[0],replace_mac[1],replace_mac[2],replace_mac[3],replace_mac[4],replace_mac[5]); -+ memcpy(mac, replace_mac, 6); -+ return 1; -+ } -+ } -+ } -+ return 0; -+} -+ -+ -+static void convert_ipv6_mac_to_mc(struct sk_buff *skb) -+{ -+ struct ipv6hdr *iph = (struct ipv6hdr *)(skb->data + ETH_HLEN); -+ unsigned char *dst_mac = skb->data; -+ -+ //dst_mac[0] = 0xff; -+ //dst_mac[1] = 0xff; -+ /*modified by qinjunjie,ipv6 multicast address ix 0x33-33-xx-xx-xx-xx*/ -+ dst_mac[0] = 0x33; -+ dst_mac[1] = 0x33; -+ memcpy(&dst_mac[2], &iph->daddr.s6_addr32[3], 4); -+ #if defined(__LINUX_2_6__) -+ /*modified by qinjunjie,warning:should not remove next line*/ -+ skb->pkt_type = PACKET_MULTICAST; -+ #endif -+} -+#endif /* CL_IPV6_PASS */ -+ -+ -+static __inline__ int __nat25_network_hash(unsigned char *networkAddr) -+{ -+ if(networkAddr[0] == NAT25_IPV4) -+ { -+ unsigned long x; -+ -+ x = networkAddr[7] ^ networkAddr[8] ^ networkAddr[9] ^ networkAddr[10]; -+ -+ return x & (NAT25_HASH_SIZE - 1); -+ } -+ else if(networkAddr[0] == NAT25_IPX) -+ { -+ unsigned long x; -+ -+ x = networkAddr[1] ^ networkAddr[2] ^ networkAddr[3] ^ networkAddr[4] ^ networkAddr[5] ^ -+ networkAddr[6] ^ networkAddr[7] ^ networkAddr[8] ^ networkAddr[9] ^ networkAddr[10]; -+ -+ return x & (NAT25_HASH_SIZE - 1); -+ } -+ else if(networkAddr[0] == NAT25_APPLE) -+ { -+ unsigned long x; -+ -+ x = networkAddr[1] ^ networkAddr[2] ^ networkAddr[3]; -+ -+ return x & (NAT25_HASH_SIZE - 1); -+ } -+ else if(networkAddr[0] == NAT25_PPPOE) -+ { -+ unsigned long x; -+ -+ x = networkAddr[0] ^ networkAddr[1] ^ networkAddr[2] ^ networkAddr[3] ^ networkAddr[4] ^ networkAddr[5] ^ networkAddr[6] ^ networkAddr[7] ^ networkAddr[8]; -+ -+ return x & (NAT25_HASH_SIZE - 1); -+ } -+#ifdef CL_IPV6_PASS -+ else if(networkAddr[0] == NAT25_IPV6) -+ { -+ unsigned long x; -+ -+ x = networkAddr[1] ^ networkAddr[2] ^ networkAddr[3] ^ networkAddr[4] ^ networkAddr[5] ^ -+ networkAddr[6] ^ networkAddr[7] ^ networkAddr[8] ^ networkAddr[9] ^ networkAddr[10] ^ -+ networkAddr[11] ^ networkAddr[12] ^ networkAddr[13] ^ networkAddr[14] ^ networkAddr[15] ^ -+ networkAddr[16]; -+ -+ return x & (NAT25_HASH_SIZE - 1); -+ } -+#endif -+ else -+ { -+ unsigned long x = 0; -+ int i; -+ -+ for (i=0; ibr_ext_lock, &irqL); -+ -+ ent->next_hash = priv->nethash[hash]; -+ if(ent->next_hash != NULL) -+ ent->next_hash->pprev_hash = &ent->next_hash; -+ priv->nethash[hash] = ent; -+ ent->pprev_hash = &priv->nethash[hash]; -+ -+ //_exit_critical_bh(&priv->br_ext_lock, &irqL); -+} -+ -+ -+static __inline__ void __network_hash_unlink(struct nat25_network_db_entry *ent) -+{ -+ // Caller must _enter_critical_bh already! -+ //_irqL irqL; -+ //_enter_critical_bh(&priv->br_ext_lock, &irqL); -+ -+ *(ent->pprev_hash) = ent->next_hash; -+ if(ent->next_hash != NULL) -+ ent->next_hash->pprev_hash = ent->pprev_hash; -+ ent->next_hash = NULL; -+ ent->pprev_hash = NULL; -+ -+ //_exit_critical_bh(&priv->br_ext_lock, &irqL); -+} -+ -+ -+static int __nat25_db_network_lookup_and_replace(_adapter *priv, -+ struct sk_buff *skb, unsigned char *networkAddr) -+{ -+ struct nat25_network_db_entry *db; -+ _irqL irqL; -+ _enter_critical_bh(&priv->br_ext_lock, &irqL); -+ -+ db = priv->nethash[__nat25_network_hash(networkAddr)]; -+ while (db != NULL) -+ { -+ if(!memcmp(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN)) -+ { -+ if(!__nat25_has_expired(priv, db)) -+ { -+ // replace the destination mac address -+ memcpy(skb->data, db->macAddr, ETH_ALEN); -+ atomic_inc(&db->use_count); -+ -+#ifdef CL_IPV6_PASS -+ DBG_871X("NAT25: Lookup M:%02x%02x%02x%02x%02x%02x N:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x" -+ "%02x%02x%02x%02x%02x%02x\n", -+ db->macAddr[0], -+ db->macAddr[1], -+ db->macAddr[2], -+ db->macAddr[3], -+ db->macAddr[4], -+ db->macAddr[5], -+ db->networkAddr[0], -+ db->networkAddr[1], -+ db->networkAddr[2], -+ db->networkAddr[3], -+ db->networkAddr[4], -+ db->networkAddr[5], -+ db->networkAddr[6], -+ db->networkAddr[7], -+ db->networkAddr[8], -+ db->networkAddr[9], -+ db->networkAddr[10], -+ db->networkAddr[11], -+ db->networkAddr[12], -+ db->networkAddr[13], -+ db->networkAddr[14], -+ db->networkAddr[15], -+ db->networkAddr[16]); -+#else -+ DBG_871X("NAT25: Lookup M:%02x%02x%02x%02x%02x%02x N:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x\n", -+ db->macAddr[0], -+ db->macAddr[1], -+ db->macAddr[2], -+ db->macAddr[3], -+ db->macAddr[4], -+ db->macAddr[5], -+ db->networkAddr[0], -+ db->networkAddr[1], -+ db->networkAddr[2], -+ db->networkAddr[3], -+ db->networkAddr[4], -+ db->networkAddr[5], -+ db->networkAddr[6], -+ db->networkAddr[7], -+ db->networkAddr[8], -+ db->networkAddr[9], -+ db->networkAddr[10]); -+#endif -+ } -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+ return 1; -+ } -+ -+ db = db->next_hash; -+ } -+ -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+ return 0; -+} -+ -+ -+static void __nat25_db_network_insert(_adapter *priv, -+ unsigned char *macAddr, unsigned char *networkAddr) -+{ -+ struct nat25_network_db_entry *db; -+ int hash; -+ _irqL irqL; -+ _enter_critical_bh(&priv->br_ext_lock, &irqL); -+ -+ hash = __nat25_network_hash(networkAddr); -+ db = priv->nethash[hash]; -+ while (db != NULL) -+ { -+ if(!memcmp(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN)) -+ { -+ memcpy(db->macAddr, macAddr, ETH_ALEN); -+ db->ageing_timer = jiffies; -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+ return; -+ } -+ -+ db = db->next_hash; -+ } -+ -+ db = (struct nat25_network_db_entry *) rtw_malloc(sizeof(*db)); -+ if(db == NULL) { -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+ return; -+ } -+ -+ memcpy(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN); -+ memcpy(db->macAddr, macAddr, ETH_ALEN); -+ atomic_set(&db->use_count, 1); -+ db->ageing_timer = jiffies; -+ -+ __network_hash_link(priv, db, hash); -+ -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+} -+ -+ -+static void __nat25_db_print(_adapter *priv) -+{ -+ _irqL irqL; -+ _enter_critical_bh(&priv->br_ext_lock, &irqL); -+ -+#ifdef BR_EXT_DEBUG -+ static int counter = 0; -+ int i, j; -+ struct nat25_network_db_entry *db; -+ -+ counter++; -+ if((counter % 16) != 0) -+ return; -+ -+ for(i=0, j=0; inethash[i]; -+ -+ while (db != NULL) -+ { -+#ifdef CL_IPV6_PASS -+ panic_printk("NAT25: DB(%d) H(%02d) C(%d) M:%02x%02x%02x%02x%02x%02x N:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x" -+ "%02x%02x%02x%02x%02x%02x\n", -+ j, -+ i, -+ atomic_read(&db->use_count), -+ db->macAddr[0], -+ db->macAddr[1], -+ db->macAddr[2], -+ db->macAddr[3], -+ db->macAddr[4], -+ db->macAddr[5], -+ db->networkAddr[0], -+ db->networkAddr[1], -+ db->networkAddr[2], -+ db->networkAddr[3], -+ db->networkAddr[4], -+ db->networkAddr[5], -+ db->networkAddr[6], -+ db->networkAddr[7], -+ db->networkAddr[8], -+ db->networkAddr[9], -+ db->networkAddr[10], -+ db->networkAddr[11], -+ db->networkAddr[12], -+ db->networkAddr[13], -+ db->networkAddr[14], -+ db->networkAddr[15], -+ db->networkAddr[16]); -+#else -+ panic_printk("NAT25: DB(%d) H(%02d) C(%d) M:%02x%02x%02x%02x%02x%02x N:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x\n", -+ j, -+ i, -+ atomic_read(&db->use_count), -+ db->macAddr[0], -+ db->macAddr[1], -+ db->macAddr[2], -+ db->macAddr[3], -+ db->macAddr[4], -+ db->macAddr[5], -+ db->networkAddr[0], -+ db->networkAddr[1], -+ db->networkAddr[2], -+ db->networkAddr[3], -+ db->networkAddr[4], -+ db->networkAddr[5], -+ db->networkAddr[6], -+ db->networkAddr[7], -+ db->networkAddr[8], -+ db->networkAddr[9], -+ db->networkAddr[10]); -+#endif -+ j++; -+ -+ db = db->next_hash; -+ } -+ } -+#endif -+ -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+} -+ -+ -+ -+ -+/* -+ * NAT2.5 interface -+ */ -+ -+void nat25_db_cleanup(_adapter *priv) -+{ -+ int i; -+ _irqL irqL; -+ _enter_critical_bh(&priv->br_ext_lock, &irqL); -+ -+ for(i=0; inethash[i]; -+ while (f != NULL) { -+ struct nat25_network_db_entry *g; -+ -+ g = f->next_hash; -+ if(priv->scdb_entry == f) -+ { -+ memset(priv->scdb_mac, 0, ETH_ALEN); -+ memset(priv->scdb_ip, 0, 4); -+ priv->scdb_entry = NULL; -+ } -+ __network_hash_unlink(f); -+ rtw_mfree((u8 *) f, sizeof(struct nat25_network_db_entry)); -+ -+ f = g; -+ } -+ } -+ -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+} -+ -+ -+void nat25_db_expire(_adapter *priv) -+{ -+ int i; -+ _irqL irqL; -+ _enter_critical_bh(&priv->br_ext_lock, &irqL); -+ -+ //if(!priv->ethBrExtInfo.nat25_disable) -+ { -+ for (i=0; inethash[i]; -+ -+ while (f != NULL) -+ { -+ struct nat25_network_db_entry *g; -+ g = f->next_hash; -+ -+ if(__nat25_has_expired(priv, f)) -+ { -+ if(atomic_dec_and_test(&f->use_count)) -+ { -+#ifdef BR_EXT_DEBUG -+#ifdef CL_IPV6_PASS -+ panic_printk("NAT25 Expire H(%02d) M:%02x%02x%02x%02x%02x%02x N:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x" -+ "%02x%02x%02x%02x%02x%02x\n", -+ i, -+ f->macAddr[0], -+ f->macAddr[1], -+ f->macAddr[2], -+ f->macAddr[3], -+ f->macAddr[4], -+ f->macAddr[5], -+ f->networkAddr[0], -+ f->networkAddr[1], -+ f->networkAddr[2], -+ f->networkAddr[3], -+ f->networkAddr[4], -+ f->networkAddr[5], -+ f->networkAddr[6], -+ f->networkAddr[7], -+ f->networkAddr[8], -+ f->networkAddr[9], -+ f->networkAddr[10], -+ f->networkAddr[11], -+ f->networkAddr[12], -+ f->networkAddr[13], -+ f->networkAddr[14], -+ f->networkAddr[15], -+ f->networkAddr[16]); -+#else -+ -+ panic_printk("NAT25 Expire H(%02d) M:%02x%02x%02x%02x%02x%02x N:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x\n", -+ i, -+ f->macAddr[0], -+ f->macAddr[1], -+ f->macAddr[2], -+ f->macAddr[3], -+ f->macAddr[4], -+ f->macAddr[5], -+ f->networkAddr[0], -+ f->networkAddr[1], -+ f->networkAddr[2], -+ f->networkAddr[3], -+ f->networkAddr[4], -+ f->networkAddr[5], -+ f->networkAddr[6], -+ f->networkAddr[7], -+ f->networkAddr[8], -+ f->networkAddr[9], -+ f->networkAddr[10]); -+#endif -+#endif -+ if(priv->scdb_entry == f) -+ { -+ memset(priv->scdb_mac, 0, ETH_ALEN); -+ memset(priv->scdb_ip, 0, 4); -+ priv->scdb_entry = NULL; -+ } -+ __network_hash_unlink(f); -+ rtw_mfree((u8 *) f, sizeof(struct nat25_network_db_entry)); -+ } -+ } -+ -+ f = g; -+ } -+ } -+ } -+ -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+} -+ -+ -+#ifdef SUPPORT_TX_MCAST2UNI -+static int checkIPMcAndReplace(_adapter *priv, struct sk_buff *skb, unsigned int *dst_ip) -+{ -+ struct stat_info *pstat; -+ struct list_head *phead, *plist; -+ int i; -+ -+ phead = &priv->asoc_list; -+ plist = phead->next; -+ -+ while (plist != phead) { -+ pstat = list_entry(plist, struct stat_info, asoc_list); -+ plist = plist->next; -+ -+ if (pstat->ipmc_num == 0) -+ continue; -+ -+ for (i=0; iipmc[i].used && !memcmp(&pstat->ipmc[i].mcmac[3], ((unsigned char *)dst_ip)+1, 3)) { -+ memcpy(skb->data, pstat->ipmc[i].mcmac, ETH_ALEN); -+ return 1; -+ } -+ } -+ } -+ return 0; -+} -+#endif -+ -+int nat25_db_handle(_adapter *priv, struct sk_buff *skb, int method) -+{ -+ unsigned short protocol; -+ unsigned char networkAddr[MAX_NETWORK_ADDR_LEN]; -+ -+ if(skb == NULL) -+ return -1; -+ -+ if((method <= NAT25_MIN) || (method >= NAT25_MAX)) -+ return -1; -+ -+ protocol = *((unsigned short *)(skb->data + 2 * ETH_ALEN)); -+ -+ /*---------------------------------------------------*/ -+ /* Handle IP frame */ -+ /*---------------------------------------------------*/ -+ if(protocol == __constant_htons(ETH_P_IP)) -+ { -+ struct iphdr* iph = (struct iphdr *)(skb->data + ETH_HLEN); -+ -+ if(((unsigned char*)(iph) + (iph->ihl<<2)) >= (skb->data + ETH_HLEN + skb->len)) -+ { -+ DEBUG_WARN("NAT25: malformed IP packet !\n"); -+ return -1; -+ } -+ -+ switch(method) -+ { -+ case NAT25_CHECK: -+ return -1; -+ -+ case NAT25_INSERT: -+ { -+ //some muticast with source IP is all zero, maybe other case is illegal -+ //in class A, B, C, host address is all zero or all one is illegal -+ if (iph->saddr == 0) -+ return 0; -+ DBG_871X("NAT25: Insert IP, SA=%08x, DA=%08x\n", iph->saddr, iph->daddr); -+ __nat25_generate_ipv4_network_addr(networkAddr, &iph->saddr); -+ //record source IP address and , source mac address into db -+ __nat25_db_network_insert(priv, skb->data+ETH_ALEN, networkAddr); -+ -+ __nat25_db_print(priv); -+ } -+ return 0; -+ -+ case NAT25_LOOKUP: -+ { -+ DBG_871X("NAT25: Lookup IP, SA=%08x, DA=%08x\n", iph->saddr, iph->daddr); -+#ifdef SUPPORT_TX_MCAST2UNI -+ if (priv->pshare->rf_ft_var.mc2u_disable || -+ ((((OPMODE & (WIFI_STATION_STATE|WIFI_ASOC_STATE)) -+ == (WIFI_STATION_STATE|WIFI_ASOC_STATE)) && -+ !checkIPMcAndReplace(priv, skb, &iph->daddr)) || -+ (OPMODE & WIFI_ADHOC_STATE))) -+#endif -+ { -+ __nat25_generate_ipv4_network_addr(networkAddr, &iph->daddr); -+ -+ if (!__nat25_db_network_lookup_and_replace(priv, skb, networkAddr)) { -+ if (*((unsigned char *)&iph->daddr + 3) == 0xff) { -+ // L2 is unicast but L3 is broadcast, make L2 bacome broadcast -+ DBG_871X("NAT25: Set DA as boardcast\n"); -+ memset(skb->data, 0xff, ETH_ALEN); -+ } -+ else { -+ // forward unknow IP packet to upper TCP/IP -+ DBG_871X("NAT25: Replace DA with BR's MAC\n"); -+ if ( (*(u32 *)priv->br_mac) == 0 && (*(u16 *)(priv->br_mac+4)) == 0 ) { -+ void netdev_br_init(struct net_device *netdev); -+ printk("Re-init netdev_br_init() due to br_mac==0!\n"); -+ netdev_br_init(priv->pnetdev); -+ } -+ memcpy(skb->data, priv->br_mac, ETH_ALEN); -+ } -+ } -+ } -+ } -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ /*---------------------------------------------------*/ -+ /* Handle ARP frame */ -+ /*---------------------------------------------------*/ -+ else if(protocol == __constant_htons(ETH_P_ARP)) -+ { -+ struct arphdr *arp = (struct arphdr *)(skb->data + ETH_HLEN); -+ unsigned char *arp_ptr = (unsigned char *)(arp + 1); -+ unsigned int *sender, *target; -+ -+ if(arp->ar_pro != __constant_htons(ETH_P_IP)) -+ { -+ DEBUG_WARN("NAT25: arp protocol unknown (%4x)!\n", htons(arp->ar_pro)); -+ return -1; -+ } -+ -+ switch(method) -+ { -+ case NAT25_CHECK: -+ return 0; // skb_copy for all ARP frame -+ -+ case NAT25_INSERT: -+ { -+ DBG_871X("NAT25: Insert ARP, MAC=%02x%02x%02x%02x%02x%02x\n", arp_ptr[0], -+ arp_ptr[1], arp_ptr[2], arp_ptr[3], arp_ptr[4], arp_ptr[5]); -+ -+ // change to ARP sender mac address to wlan STA address -+ memcpy(arp_ptr, GET_MY_HWADDR(priv), ETH_ALEN); -+ -+ arp_ptr += arp->ar_hln; -+ sender = (unsigned int *)arp_ptr; -+ -+ __nat25_generate_ipv4_network_addr(networkAddr, sender); -+ -+ __nat25_db_network_insert(priv, skb->data+ETH_ALEN, networkAddr); -+ -+ __nat25_db_print(priv); -+ } -+ return 0; -+ -+ case NAT25_LOOKUP: -+ { -+ DBG_871X("NAT25: Lookup ARP\n"); -+ -+ arp_ptr += arp->ar_hln; -+ sender = (unsigned int *)arp_ptr; -+ arp_ptr += (arp->ar_hln + arp->ar_pln); -+ target = (unsigned int *)arp_ptr; -+ -+ __nat25_generate_ipv4_network_addr(networkAddr, target); -+ -+ __nat25_db_network_lookup_and_replace(priv, skb, networkAddr); -+ -+ // change to ARP target mac address to Lookup result -+ arp_ptr = (unsigned char *)(arp + 1); -+ arp_ptr += (arp->ar_hln + arp->ar_pln); -+ memcpy(arp_ptr, skb->data, ETH_ALEN); -+ } -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ /*---------------------------------------------------*/ -+ /* Handle IPX and Apple Talk frame */ -+ /*---------------------------------------------------*/ -+ else if((protocol == __constant_htons(ETH_P_IPX)) || -+ (protocol == __constant_htons(ETH_P_ATALK)) || -+ (protocol == __constant_htons(ETH_P_AARP))) -+ { -+ unsigned char ipx_header[2] = {0xFF, 0xFF}; -+ struct ipxhdr *ipx = NULL; -+ struct elapaarp *ea = NULL; -+ struct ddpehdr *ddp = NULL; -+ unsigned char *framePtr = skb->data + ETH_HLEN; -+ -+ if(protocol == __constant_htons(ETH_P_IPX)) -+ { -+ DBG_871X("NAT25: Protocol=IPX (Ethernet II)\n"); -+ ipx = (struct ipxhdr *)framePtr; -+ } -+ else //if(protocol <= __constant_htons(ETH_FRAME_LEN)) -+ { -+ if(!memcmp(ipx_header, framePtr, 2)) -+ { -+ DBG_871X("NAT25: Protocol=IPX (Ethernet 802.3)\n"); -+ ipx = (struct ipxhdr *)framePtr; -+ } -+ else -+ { -+ unsigned char ipx_8022_type = 0xE0; -+ unsigned char snap_8022_type = 0xAA; -+ -+ if(*framePtr == snap_8022_type) -+ { -+ unsigned char ipx_snap_id[5] = {0x0, 0x0, 0x0, 0x81, 0x37}; // IPX SNAP ID -+ unsigned char aarp_snap_id[5] = {0x00, 0x00, 0x00, 0x80, 0xF3}; // Apple Talk AARP SNAP ID -+ unsigned char ddp_snap_id[5] = {0x08, 0x00, 0x07, 0x80, 0x9B}; // Apple Talk DDP SNAP ID -+ -+ framePtr += 3; // eliminate the 802.2 header -+ -+ if(!memcmp(ipx_snap_id, framePtr, 5)) -+ { -+ framePtr += 5; // eliminate the SNAP header -+ -+ DBG_871X("NAT25: Protocol=IPX (Ethernet SNAP)\n"); -+ ipx = (struct ipxhdr *)framePtr; -+ } -+ else if(!memcmp(aarp_snap_id, framePtr, 5)) -+ { -+ framePtr += 5; // eliminate the SNAP header -+ -+ ea = (struct elapaarp *)framePtr; -+ } -+ else if(!memcmp(ddp_snap_id, framePtr, 5)) -+ { -+ framePtr += 5; // eliminate the SNAP header -+ -+ ddp = (struct ddpehdr *)framePtr; -+ } -+ else -+ { -+ DEBUG_WARN("NAT25: Protocol=Ethernet SNAP %02x%02x%02x%02x%02x\n", framePtr[0], -+ framePtr[1], framePtr[2], framePtr[3], framePtr[4]); -+ return -1; -+ } -+ } -+ else if(*framePtr == ipx_8022_type) -+ { -+ framePtr += 3; // eliminate the 802.2 header -+ -+ if(!memcmp(ipx_header, framePtr, 2)) -+ { -+ DBG_871X("NAT25: Protocol=IPX (Ethernet 802.2)\n"); -+ ipx = (struct ipxhdr *)framePtr; -+ } -+ else -+ return -1; -+ } -+ } -+ } -+ -+ /* IPX */ -+ if(ipx != NULL) -+ { -+ switch(method) -+ { -+ case NAT25_CHECK: -+ if(!memcmp(skb->data+ETH_ALEN, ipx->ipx_source.node, ETH_ALEN)) -+ { -+ DBG_871X("NAT25: Check IPX skb_copy\n"); -+ return 0; -+ } -+ return -1; -+ -+ case NAT25_INSERT: -+ { -+ DBG_871X("NAT25: Insert IPX, Dest=%08x,%02x%02x%02x%02x%02x%02x,%04x Source=%08x,%02x%02x%02x%02x%02x%02x,%04x\n", -+ ipx->ipx_dest.net, -+ ipx->ipx_dest.node[0], -+ ipx->ipx_dest.node[1], -+ ipx->ipx_dest.node[2], -+ ipx->ipx_dest.node[3], -+ ipx->ipx_dest.node[4], -+ ipx->ipx_dest.node[5], -+ ipx->ipx_dest.sock, -+ ipx->ipx_source.net, -+ ipx->ipx_source.node[0], -+ ipx->ipx_source.node[1], -+ ipx->ipx_source.node[2], -+ ipx->ipx_source.node[3], -+ ipx->ipx_source.node[4], -+ ipx->ipx_source.node[5], -+ ipx->ipx_source.sock); -+ -+ if(!memcmp(skb->data+ETH_ALEN, ipx->ipx_source.node, ETH_ALEN)) -+ { -+ DBG_871X("NAT25: Use IPX Net, and Socket as network addr\n"); -+ -+ __nat25_generate_ipx_network_addr_with_socket(networkAddr, &ipx->ipx_source.net, &ipx->ipx_source.sock); -+ -+ // change IPX source node addr to wlan STA address -+ memcpy(ipx->ipx_source.node, GET_MY_HWADDR(priv), ETH_ALEN); -+ } -+ else -+ { -+ __nat25_generate_ipx_network_addr_with_node(networkAddr, &ipx->ipx_source.net, ipx->ipx_source.node); -+ } -+ -+ __nat25_db_network_insert(priv, skb->data+ETH_ALEN, networkAddr); -+ -+ __nat25_db_print(priv); -+ } -+ return 0; -+ -+ case NAT25_LOOKUP: -+ { -+ if(!memcmp(GET_MY_HWADDR(priv), ipx->ipx_dest.node, ETH_ALEN)) -+ { -+ DBG_871X("NAT25: Lookup IPX, Modify Destination IPX Node addr\n"); -+ -+ __nat25_generate_ipx_network_addr_with_socket(networkAddr, &ipx->ipx_dest.net, &ipx->ipx_dest.sock); -+ -+ __nat25_db_network_lookup_and_replace(priv, skb, networkAddr); -+ -+ // replace IPX destination node addr with Lookup destination MAC addr -+ memcpy(ipx->ipx_dest.node, skb->data, ETH_ALEN); -+ } -+ else -+ { -+ __nat25_generate_ipx_network_addr_with_node(networkAddr, &ipx->ipx_dest.net, ipx->ipx_dest.node); -+ -+ __nat25_db_network_lookup_and_replace(priv, skb, networkAddr); -+ } -+ } -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ /* AARP */ -+ else if(ea != NULL) -+ { -+ /* Sanity check fields. */ -+ if(ea->hw_len != ETH_ALEN || ea->pa_len != AARP_PA_ALEN) -+ { -+ DEBUG_WARN("NAT25: Appletalk AARP Sanity check fail!\n"); -+ return -1; -+ } -+ -+ switch(method) -+ { -+ case NAT25_CHECK: -+ return 0; -+ -+ case NAT25_INSERT: -+ { -+ // change to AARP source mac address to wlan STA address -+ memcpy(ea->hw_src, GET_MY_HWADDR(priv), ETH_ALEN); -+ -+ DBG_871X("NAT25: Insert AARP, Source=%d,%d Destination=%d,%d\n", -+ ea->pa_src_net, -+ ea->pa_src_node, -+ ea->pa_dst_net, -+ ea->pa_dst_node); -+ -+ __nat25_generate_apple_network_addr(networkAddr, &ea->pa_src_net, &ea->pa_src_node); -+ -+ __nat25_db_network_insert(priv, skb->data+ETH_ALEN, networkAddr); -+ -+ __nat25_db_print(priv); -+ } -+ return 0; -+ -+ case NAT25_LOOKUP: -+ { -+ DBG_871X("NAT25: Lookup AARP, Source=%d,%d Destination=%d,%d\n", -+ ea->pa_src_net, -+ ea->pa_src_node, -+ ea->pa_dst_net, -+ ea->pa_dst_node); -+ -+ __nat25_generate_apple_network_addr(networkAddr, &ea->pa_dst_net, &ea->pa_dst_node); -+ -+ __nat25_db_network_lookup_and_replace(priv, skb, networkAddr); -+ -+ // change to AARP destination mac address to Lookup result -+ memcpy(ea->hw_dst, skb->data, ETH_ALEN); -+ } -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ /* DDP */ -+ else if(ddp != NULL) -+ { -+ switch(method) -+ { -+ case NAT25_CHECK: -+ return -1; -+ -+ case NAT25_INSERT: -+ { -+ DBG_871X("NAT25: Insert DDP, Source=%d,%d Destination=%d,%d\n", -+ ddp->deh_snet, -+ ddp->deh_snode, -+ ddp->deh_dnet, -+ ddp->deh_dnode); -+ -+ __nat25_generate_apple_network_addr(networkAddr, &ddp->deh_snet, &ddp->deh_snode); -+ -+ __nat25_db_network_insert(priv, skb->data+ETH_ALEN, networkAddr); -+ -+ __nat25_db_print(priv); -+ } -+ return 0; -+ -+ case NAT25_LOOKUP: -+ { -+ DBG_871X("NAT25: Lookup DDP, Source=%d,%d Destination=%d,%d\n", -+ ddp->deh_snet, -+ ddp->deh_snode, -+ ddp->deh_dnet, -+ ddp->deh_dnode); -+ -+ __nat25_generate_apple_network_addr(networkAddr, &ddp->deh_dnet, &ddp->deh_dnode); -+ -+ __nat25_db_network_lookup_and_replace(priv, skb, networkAddr); -+ } -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ return -1; -+ } -+ -+ /*---------------------------------------------------*/ -+ /* Handle PPPoE frame */ -+ /*---------------------------------------------------*/ -+ else if((protocol == __constant_htons(ETH_P_PPP_DISC)) || -+ (protocol == __constant_htons(ETH_P_PPP_SES))) -+ { -+ struct pppoe_hdr *ph = (struct pppoe_hdr *)(skb->data + ETH_HLEN); -+ unsigned short *pMagic; -+ -+ switch(method) -+ { -+ case NAT25_CHECK: -+ if (ph->sid == 0) -+ return 0; -+ return 1; -+ -+ case NAT25_INSERT: -+ if(ph->sid == 0) // Discovery phase according to tag -+ { -+ if(ph->code == PADI_CODE || ph->code == PADR_CODE) -+ { -+ if (priv->ethBrExtInfo.addPPPoETag) { -+ struct pppoe_tag *tag, *pOldTag; -+ unsigned char tag_buf[40]; -+ int old_tag_len=0; -+ -+ tag = (struct pppoe_tag *)tag_buf; -+ pOldTag = (struct pppoe_tag *)__nat25_find_pppoe_tag(ph, ntohs(PTT_RELAY_SID)); -+ if (pOldTag) { // if SID existed, copy old value and delete it -+ old_tag_len = ntohs(pOldTag->tag_len); -+ if (old_tag_len+TAG_HDR_LEN+MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN > sizeof(tag_buf)) { -+ DEBUG_ERR("SID tag length too long!\n"); -+ return -1; -+ } -+ -+ memcpy(tag->tag_data+MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN, -+ pOldTag->tag_data, old_tag_len); -+ -+ if (skb_pull_and_merge(skb, (unsigned char *)pOldTag, TAG_HDR_LEN+old_tag_len) < 0) { -+ DEBUG_ERR("call skb_pull_and_merge() failed in PADI/R packet!\n"); -+ return -1; -+ } -+ ph->length = htons(ntohs(ph->length)-TAG_HDR_LEN-old_tag_len); -+ } -+ -+ tag->tag_type = PTT_RELAY_SID; -+ tag->tag_len = htons(MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN+old_tag_len); -+ -+ // insert the magic_code+client mac in relay tag -+ pMagic = (unsigned short *)tag->tag_data; -+ *pMagic = htons(MAGIC_CODE); -+ memcpy(tag->tag_data+MAGIC_CODE_LEN, skb->data+ETH_ALEN, ETH_ALEN); -+ -+ //Add relay tag -+ if(__nat25_add_pppoe_tag(skb, tag) < 0) -+ return -1; -+ -+ DBG_871X("NAT25: Insert PPPoE, forward %s packet\n", -+ (ph->code == PADI_CODE ? "PADI" : "PADR")); -+ } -+ else { // not add relay tag -+ if (priv->pppoe_connection_in_progress && -+ memcmp(skb->data+ETH_ALEN, priv->pppoe_addr, ETH_ALEN)) { -+ DEBUG_ERR("Discard PPPoE packet due to another PPPoE connection is in progress!\n"); -+ return -2; -+ } -+ -+ if (priv->pppoe_connection_in_progress == 0) -+ memcpy(priv->pppoe_addr, skb->data+ETH_ALEN, ETH_ALEN); -+ -+ priv->pppoe_connection_in_progress = WAIT_TIME_PPPOE; -+ } -+ } -+ else -+ return -1; -+ } -+ else // session phase -+ { -+ DBG_871X("NAT25: Insert PPPoE, insert session packet to %s\n", skb->dev->name); -+ -+ __nat25_generate_pppoe_network_addr(networkAddr, skb->data, &(ph->sid)); -+ -+ __nat25_db_network_insert(priv, skb->data+ETH_ALEN, networkAddr); -+ -+ __nat25_db_print(priv); -+ -+ if (!priv->ethBrExtInfo.addPPPoETag && -+ priv->pppoe_connection_in_progress && -+ !memcmp(skb->data+ETH_ALEN, priv->pppoe_addr, ETH_ALEN)) -+ priv->pppoe_connection_in_progress = 0; -+ } -+ return 0; -+ -+ case NAT25_LOOKUP: -+ if(ph->code == PADO_CODE || ph->code == PADS_CODE) -+ { -+ if (priv->ethBrExtInfo.addPPPoETag) { -+ struct pppoe_tag *tag; -+ unsigned char *ptr; -+ unsigned short tagType, tagLen; -+ int offset=0; -+ -+ if((ptr = __nat25_find_pppoe_tag(ph, ntohs(PTT_RELAY_SID))) == 0) { -+ DEBUG_ERR("Fail to find PTT_RELAY_SID in FADO!\n"); -+ return -1; -+ } -+ -+ tag = (struct pppoe_tag *)ptr; -+ tagType = (unsigned short)((ptr[0] << 8) + ptr[1]); -+ tagLen = (unsigned short)((ptr[2] << 8) + ptr[3]); -+ -+ if((tagType != ntohs(PTT_RELAY_SID)) || (tagLen < (MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN))) { -+ DEBUG_ERR("Invalid PTT_RELAY_SID tag length [%d]!\n", tagLen); -+ return -1; -+ } -+ -+ pMagic = (unsigned short *)tag->tag_data; -+ if (ntohs(*pMagic) != MAGIC_CODE) { -+ DEBUG_ERR("Can't find MAGIC_CODE in %s packet!\n", -+ (ph->code == PADO_CODE ? "PADO" : "PADS")); -+ return -1; -+ } -+ -+ memcpy(skb->data, tag->tag_data+MAGIC_CODE_LEN, ETH_ALEN); -+ -+ if (tagLen > MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN) -+ offset = TAG_HDR_LEN; -+ -+ if (skb_pull_and_merge(skb, ptr+offset, TAG_HDR_LEN+MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN-offset) < 0) { -+ DEBUG_ERR("call skb_pull_and_merge() failed in PADO packet!\n"); -+ return -1; -+ } -+ ph->length = htons(ntohs(ph->length)-(TAG_HDR_LEN+MAGIC_CODE_LEN+RTL_RELAY_TAG_LEN-offset)); -+ if (offset > 0) -+ tag->tag_len = htons(tagLen-MAGIC_CODE_LEN-RTL_RELAY_TAG_LEN); -+ -+ DBG_871X("NAT25: Lookup PPPoE, forward %s Packet from %s\n", -+ (ph->code == PADO_CODE ? "PADO" : "PADS"), skb->dev->name); -+ } -+ else { // not add relay tag -+ if (!priv->pppoe_connection_in_progress) { -+ DEBUG_ERR("Discard PPPoE packet due to no connection in progresss!\n"); -+ return -1; -+ } -+ memcpy(skb->data, priv->pppoe_addr, ETH_ALEN); -+ priv->pppoe_connection_in_progress = WAIT_TIME_PPPOE; -+ } -+ } -+ else { -+ if(ph->sid != 0) -+ { -+ DBG_871X("NAT25: Lookup PPPoE, lookup session packet from %s\n", skb->dev->name); -+ __nat25_generate_pppoe_network_addr(networkAddr, skb->data+ETH_ALEN, &(ph->sid)); -+ -+ __nat25_db_network_lookup_and_replace(priv, skb, networkAddr); -+ -+ __nat25_db_print(priv); -+ } -+ else -+ return -1; -+ -+ } -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ /*---------------------------------------------------*/ -+ /* Handle EAP frame */ -+ /*---------------------------------------------------*/ -+ else if(protocol == __constant_htons(0x888e)) -+ { -+ switch(method) -+ { -+ case NAT25_CHECK: -+ return -1; -+ -+ case NAT25_INSERT: -+ return 0; -+ -+ case NAT25_LOOKUP: -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ /*---------------------------------------------------*/ -+ /* Handle C-Media proprietary frame */ -+ /*---------------------------------------------------*/ -+ else if((protocol == __constant_htons(0xe2ae)) || -+ (protocol == __constant_htons(0xe2af))) -+ { -+ switch(method) -+ { -+ case NAT25_CHECK: -+ return -1; -+ -+ case NAT25_INSERT: -+ return 0; -+ -+ case NAT25_LOOKUP: -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+ -+ /*---------------------------------------------------*/ -+ /* Handle IPV6 frame */ -+ /*---------------------------------------------------*/ -+#ifdef CL_IPV6_PASS -+ else if(protocol == __constant_htons(ETH_P_IPV6)) -+ { -+ struct ipv6hdr *iph = (struct ipv6hdr *)(skb->data + ETH_HLEN); -+ -+ if (sizeof(*iph) >= (skb->len - ETH_HLEN)) -+ { -+ DEBUG_WARN("NAT25: malformed IPv6 packet !\n"); -+ return -1; -+ } -+ -+ switch(method) -+ { -+ case NAT25_CHECK: -+ if (skb->data[0] & 1) -+ return 0; -+ return -1; -+ -+ case NAT25_INSERT: -+ { -+ DBG_871X("NAT25: Insert IP, SA=%4x:%4x:%4x:%4x:%4x:%4x:%4x:%4x," -+ " DA=%4x:%4x:%4x:%4x:%4x:%4x:%4x:%4x\n", -+ iph->saddr.s6_addr16[0],iph->saddr.s6_addr16[1],iph->saddr.s6_addr16[2],iph->saddr.s6_addr16[3], -+ iph->saddr.s6_addr16[4],iph->saddr.s6_addr16[5],iph->saddr.s6_addr16[6],iph->saddr.s6_addr16[7], -+ iph->daddr.s6_addr16[0],iph->daddr.s6_addr16[1],iph->daddr.s6_addr16[2],iph->daddr.s6_addr16[3], -+ iph->daddr.s6_addr16[4],iph->daddr.s6_addr16[5],iph->daddr.s6_addr16[6],iph->daddr.s6_addr16[7]); -+ -+ if (memcmp(&iph->saddr, "\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0", 16)) { -+ __nat25_generate_ipv6_network_addr(networkAddr, (unsigned int *)&iph->saddr); -+ __nat25_db_network_insert(priv, skb->data+ETH_ALEN, networkAddr); -+ __nat25_db_print(priv); -+ -+ if (iph->nexthdr == IPPROTO_ICMPV6 && -+ skb->len > (ETH_HLEN + sizeof(*iph) + 4)) { -+ if (update_nd_link_layer_addr(skb->data + ETH_HLEN + sizeof(*iph), -+ skb->len - ETH_HLEN - sizeof(*iph), GET_MY_HWADDR(priv))) { -+ struct icmp6hdr *hdr = (struct icmp6hdr *)(skb->data + ETH_HLEN + sizeof(*iph)); -+ hdr->icmp6_cksum = 0; -+ hdr->icmp6_cksum = csum_ipv6_magic(&iph->saddr, &iph->daddr, -+ iph->payload_len, -+ IPPROTO_ICMPV6, -+ csum_partial((__u8 *)hdr, iph->payload_len, 0)); -+ } -+ } -+ } -+ } -+ return 0; -+ -+ case NAT25_LOOKUP: -+ DBG_871X("NAT25: Lookup IP, SA=%4x:%4x:%4x:%4x:%4x:%4x:%4x:%4x," -+ " DA=%4x:%4x:%4x:%4x:%4x:%4x:%4x:%4x\n", -+ iph->saddr.s6_addr16[0],iph->saddr.s6_addr16[1],iph->saddr.s6_addr16[2],iph->saddr.s6_addr16[3], -+ iph->saddr.s6_addr16[4],iph->saddr.s6_addr16[5],iph->saddr.s6_addr16[6],iph->saddr.s6_addr16[7], -+ iph->daddr.s6_addr16[0],iph->daddr.s6_addr16[1],iph->daddr.s6_addr16[2],iph->daddr.s6_addr16[3], -+ iph->daddr.s6_addr16[4],iph->daddr.s6_addr16[5],iph->daddr.s6_addr16[6],iph->daddr.s6_addr16[7]); -+ -+ -+ __nat25_generate_ipv6_network_addr(networkAddr, (unsigned int *)&iph->daddr); -+ if (!__nat25_db_network_lookup_and_replace(priv, skb, networkAddr)) { -+#ifdef SUPPORT_RX_UNI2MCAST -+ if (iph->daddr.s6_addr[0] == 0xff) -+ convert_ipv6_mac_to_mc(skb); -+#endif -+ } -+ return 0; -+ -+ default: -+ return -1; -+ } -+ } -+#endif // CL_IPV6_PASS -+ -+ return -1; -+} -+ -+ -+int nat25_handle_frame(_adapter *priv, struct sk_buff *skb) -+{ -+#ifdef BR_EXT_DEBUG -+ if((!priv->ethBrExtInfo.nat25_disable) && (!(skb->data[0] & 1))) -+ { -+ panic_printk("NAT25: Input Frame: DA=%02x%02x%02x%02x%02x%02x SA=%02x%02x%02x%02x%02x%02x\n", -+ skb->data[0], -+ skb->data[1], -+ skb->data[2], -+ skb->data[3], -+ skb->data[4], -+ skb->data[5], -+ skb->data[6], -+ skb->data[7], -+ skb->data[8], -+ skb->data[9], -+ skb->data[10], -+ skb->data[11]); -+ } -+#endif -+ -+ if(!(skb->data[0] & 1)) -+ { -+ int is_vlan_tag=0, i, retval=0; -+ unsigned short vlan_hdr=0; -+ -+ if (*((unsigned short *)(skb->data+ETH_ALEN*2)) == __constant_htons(ETH_P_8021Q)) { -+ is_vlan_tag = 1; -+ vlan_hdr = *((unsigned short *)(skb->data+ETH_ALEN*2+2)); -+ for (i=0; i<6; i++) -+ *((unsigned short *)(skb->data+ETH_ALEN*2+2-i*2)) = *((unsigned short *)(skb->data+ETH_ALEN*2-2-i*2)); -+ skb_pull(skb, 4); -+ } -+ -+ if (!priv->ethBrExtInfo.nat25_disable) -+ { -+ _irqL irqL; -+ _enter_critical_bh(&priv->br_ext_lock, &irqL); -+ /* -+ * This function look up the destination network address from -+ * the NAT2.5 database. Return value = -1 means that the -+ * corresponding network protocol is NOT support. -+ */ -+ if (!priv->ethBrExtInfo.nat25sc_disable && -+ (*((unsigned short *)(skb->data+ETH_ALEN*2)) == __constant_htons(ETH_P_IP)) && -+ !memcmp(priv->scdb_ip, skb->data+ETH_HLEN+16, 4)) { -+ memcpy(skb->data, priv->scdb_mac, ETH_ALEN); -+ -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+ } -+ else { -+ _exit_critical_bh(&priv->br_ext_lock, &irqL); -+ -+ retval = nat25_db_handle(priv, skb, NAT25_LOOKUP); -+ } -+ } -+ else { -+ if (((*((unsigned short *)(skb->data+ETH_ALEN*2)) == __constant_htons(ETH_P_IP)) && -+ !memcmp(priv->br_ip, skb->data+ETH_HLEN+16, 4)) || -+ ((*((unsigned short *)(skb->data+ETH_ALEN*2)) == __constant_htons(ETH_P_ARP)) && -+ !memcmp(priv->br_ip, skb->data+ETH_HLEN+24, 4))) { -+ // for traffic to upper TCP/IP -+ retval = nat25_db_handle(priv, skb, NAT25_LOOKUP); -+ } -+ } -+ -+ if (is_vlan_tag) { -+ skb_push(skb, 4); -+ for (i=0; i<6; i++) -+ *((unsigned short *)(skb->data+i*2)) = *((unsigned short *)(skb->data+4+i*2)); -+ *((unsigned short *)(skb->data+ETH_ALEN*2)) = __constant_htons(ETH_P_8021Q); -+ *((unsigned short *)(skb->data+ETH_ALEN*2+2)) = vlan_hdr; -+ } -+ -+ if(retval == -1) { -+ //DEBUG_ERR("NAT25: Lookup fail!\n"); -+ return -1; -+ } -+ } -+ -+ return 0; -+} -+ -+#if 0 -+void mac_clone(_adapter *priv, unsigned char *addr) -+{ -+ struct sockaddr sa; -+ -+ memcpy(sa.sa_data, addr, ETH_ALEN); -+ DBG_871X("MAC Clone: Addr=%02x%02x%02x%02x%02x%02x\n", -+ addr[0], addr[1], addr[2], addr[3], addr[4], addr[5]); -+ rtl8192cd_set_hwaddr(priv->dev, &sa); -+} -+ -+ -+int mac_clone_handle_frame(_adapter *priv, struct sk_buff *skb) -+{ -+ if(priv->ethBrExtInfo.macclone_enable && !priv->macclone_completed) -+ { -+ if(!(skb->data[ETH_ALEN] & 1)) //// check any other particular MAC add -+ { -+ if(memcmp(skb->data+ETH_ALEN, GET_MY_HWADDR(priv), ETH_ALEN) && -+ ((priv->dev->br_port) && -+ memcmp(skb->data+ETH_ALEN, priv->br_mac, ETH_ALEN))) -+ { -+ mac_clone(priv, skb->data+ETH_ALEN); -+ priv->macclone_completed = 1; -+ } -+ } -+ } -+ -+ return 0; -+} -+#endif // 0 -+ -+#define SERVER_PORT 67 -+#define CLIENT_PORT 68 -+#define DHCP_MAGIC 0x63825363 -+#define BROADCAST_FLAG 0x8000 -+ -+struct dhcpMessage { -+ u_int8_t op; -+ u_int8_t htype; -+ u_int8_t hlen; -+ u_int8_t hops; -+ u_int32_t xid; -+ u_int16_t secs; -+ u_int16_t flags; -+ u_int32_t ciaddr; -+ u_int32_t yiaddr; -+ u_int32_t siaddr; -+ u_int32_t giaddr; -+ u_int8_t chaddr[16]; -+ u_int8_t sname[64]; -+ u_int8_t file[128]; -+ u_int32_t cookie; -+ u_int8_t options[308]; /* 312 - cookie */ -+}; -+ -+void dhcp_flag_bcast(_adapter *priv, struct sk_buff *skb) -+{ -+ if(skb == NULL) -+ return; -+ -+ if(!priv->ethBrExtInfo.dhcp_bcst_disable) -+ { -+ unsigned short protocol = *((unsigned short *)(skb->data + 2 * ETH_ALEN)); -+ -+ if(protocol == __constant_htons(ETH_P_IP)) // IP -+ { -+ struct iphdr* iph = (struct iphdr *)(skb->data + ETH_HLEN); -+ -+ if(iph->protocol == IPPROTO_UDP) // UDP -+ { -+ struct udphdr *udph = (struct udphdr *)((SIZE_PTR)iph + (iph->ihl << 2)); -+ -+ if((udph->source == __constant_htons(CLIENT_PORT)) -+ && (udph->dest == __constant_htons(SERVER_PORT))) // DHCP request -+ { -+ struct dhcpMessage *dhcph = -+ (struct dhcpMessage *)((SIZE_PTR)udph + sizeof(struct udphdr)); -+ -+ if(dhcph->cookie == __constant_htonl(DHCP_MAGIC)) // match magic word -+ { -+ if(!(dhcph->flags & htons(BROADCAST_FLAG))) // if not broadcast -+ { -+ register int sum = 0; -+ -+ DBG_871X("DHCP: change flag of DHCP request to broadcast.\n"); -+ // or BROADCAST flag -+ dhcph->flags |= htons(BROADCAST_FLAG); -+ // recalculate checksum -+ sum = ~(udph->check) & 0xffff; -+ sum += dhcph->flags; -+ while(sum >> 16) -+ sum = (sum & 0xffff) + (sum >> 16); -+ udph->check = ~sum; -+ } -+ } -+ } -+ } -+ } -+ } -+} -+ -+ -+void *scdb_findEntry(_adapter *priv, unsigned char *macAddr, -+ unsigned char *ipAddr) -+{ -+ unsigned char networkAddr[MAX_NETWORK_ADDR_LEN]; -+ struct nat25_network_db_entry *db; -+ int hash; -+ //_irqL irqL; -+ //_enter_critical_bh(&priv->br_ext_lock, &irqL); -+ -+ __nat25_generate_ipv4_network_addr(networkAddr, (unsigned int *)ipAddr); -+ hash = __nat25_network_hash(networkAddr); -+ db = priv->nethash[hash]; -+ while (db != NULL) -+ { -+ if(!memcmp(db->networkAddr, networkAddr, MAX_NETWORK_ADDR_LEN)) { -+ //_exit_critical_bh(&priv->br_ext_lock, &irqL); -+ return (void *)db; -+ } -+ -+ db = db->next_hash; -+ } -+ -+ //_exit_critical_bh(&priv->br_ext_lock, &irqL); -+ return NULL; -+} -+ -+#endif // CONFIG_BR_EXT -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_btcoex.c linux/3rdparty/rtl8812au/core/rtw_btcoex.c ---- linux.old/3rdparty/rtl8812au/core/rtw_btcoex.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_btcoex.c 2017-06-07 23:07:20.999686482 +0300 -@@ -0,0 +1,1709 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifdef CONFIG_BT_COEXIST -+ -+#include -+#include -+#include -+ -+ -+void rtw_btcoex_Initialize(PADAPTER padapter) -+{ -+ hal_btcoex_Initialize(padapter); -+} -+ -+void rtw_btcoex_PowerOnSetting(PADAPTER padapter) -+{ -+ hal_btcoex_PowerOnSetting(padapter); -+} -+ -+void rtw_btcoex_PreLoadFirmware(PADAPTER padapter) -+{ -+ hal_btcoex_PreLoadFirmware(padapter); -+} -+ -+void rtw_btcoex_HAL_Initialize(PADAPTER padapter, u8 bWifiOnly) -+{ -+ hal_btcoex_InitHwConfig(padapter, bWifiOnly); -+} -+ -+void rtw_btcoex_IpsNotify(PADAPTER padapter, u8 type) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+ hal_btcoex_IpsNotify(padapter, type); -+} -+ -+void rtw_btcoex_LpsNotify(PADAPTER padapter, u8 type) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+ hal_btcoex_LpsNotify(padapter, type); -+} -+ -+void rtw_btcoex_ScanNotify(PADAPTER padapter, u8 type) -+{ -+ PHAL_DATA_TYPE pHalData; -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ PBT_MGNT pBtMgnt=&pcoex_info->BtMgnt; -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((_FALSE == type) && (padapter->pbuddy_adapter)) -+ { -+ PADAPTER pbuddy = padapter->pbuddy_adapter; -+ if (check_fwstate(&pbuddy->mlmepriv, WIFI_SITE_MONITOR) == _TRUE) -+ return; -+ } -+#endif -+ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ if(pBtMgnt->ExtConfig.bEnableWifiScanNotify) -+ rtw_btcoex_SendScanNotify(padapter, type); -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+ hal_btcoex_ScanNotify(padapter, type); -+} -+ -+void rtw_btcoex_ConnectNotify(PADAPTER padapter, u8 action) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+#ifdef DBG_CONFIG_ERROR_RESET -+ if (_TRUE == rtw_hal_sreset_inprogress(padapter)) -+ { -+ DBG_8192C(FUNC_ADPT_FMT ": [BTCoex] under reset, skip notify!\n", -+ FUNC_ADPT_ARG(padapter)); -+ return; -+ } -+#endif // DBG_CONFIG_ERROR_RESET -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((_FALSE == action) && (padapter->pbuddy_adapter)) -+ { -+ PADAPTER pbuddy = padapter->pbuddy_adapter; -+ if (check_fwstate(&pbuddy->mlmepriv, WIFI_UNDER_LINKING) == _TRUE) -+ return; -+ } -+#endif -+ -+ hal_btcoex_ConnectNotify(padapter, action); -+} -+ -+void rtw_btcoex_MediaStatusNotify(PADAPTER padapter, u8 mediaStatus) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+#ifdef DBG_CONFIG_ERROR_RESET -+ if (_TRUE == rtw_hal_sreset_inprogress(padapter)) -+ { -+ DBG_8192C(FUNC_ADPT_FMT ": [BTCoex] under reset, skip notify!\n", -+ FUNC_ADPT_ARG(padapter)); -+ return; -+ } -+#endif // DBG_CONFIG_ERROR_RESET -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((RT_MEDIA_DISCONNECT == mediaStatus) && (padapter->pbuddy_adapter)) -+ { -+ PADAPTER pbuddy = padapter->pbuddy_adapter; -+ if (check_fwstate(&pbuddy->mlmepriv, WIFI_ASOC_STATE) == _TRUE) -+ return; -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ if ((RT_MEDIA_CONNECT == mediaStatus) -+ && (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE)) -+ { -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_RSVD_PAGE, NULL); -+ } -+ -+ hal_btcoex_MediaStatusNotify(padapter, mediaStatus); -+} -+ -+void rtw_btcoex_SpecialPacketNotify(PADAPTER padapter, u8 pktType) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+ hal_btcoex_SpecialPacketNotify(padapter, pktType); -+} -+ -+void rtw_btcoex_IQKNotify(PADAPTER padapter, u8 state) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+ hal_btcoex_IQKNotify(padapter, state); -+} -+ -+void rtw_btcoex_BtInfoNotify(PADAPTER padapter, u8 length, u8 *tmpBuf) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+ hal_btcoex_BtInfoNotify(padapter, length, tmpBuf); -+} -+ -+void rtw_btcoex_SuspendNotify(PADAPTER padapter, u8 state) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+ hal_btcoex_SuspendNotify(padapter, state); -+} -+ -+void rtw_btcoex_HaltNotify(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+ if (_FALSE == padapter->bup) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": bup=%d Skip!\n", -+ FUNC_ADPT_ARG(padapter), padapter->bup); -+ -+ return; -+ } -+ -+ if (rtw_is_surprise_removed(padapter)) { -+ DBG_871X(FUNC_ADPT_FMT ": bSurpriseRemoved=%s Skip!\n", -+ FUNC_ADPT_ARG(padapter), rtw_is_surprise_removed(padapter)?"True":"False"); -+ -+ return; -+ } -+ -+ hal_btcoex_HaltNotify(padapter); -+} -+ -+void rtw_btcoex_SwitchBtTRxMask(PADAPTER padapter) -+{ -+ hal_btcoex_SwitchBtTRxMask(padapter); -+} -+ -+void rtw_btcoex_Switch(PADAPTER padapter, u8 enable) -+{ -+ hal_btcoex_SetBTCoexist(padapter, enable); -+} -+ -+u8 rtw_btcoex_IsBtDisabled(PADAPTER padapter) -+{ -+ return hal_btcoex_IsBtDisabled(padapter); -+} -+ -+void rtw_btcoex_Handler(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ if (_FALSE == pHalData->EEPROMBluetoothCoexist) -+ return; -+ -+#if defined(CONFIG_CONCURRENT_MODE) -+ if (padapter->adapter_type != PRIMARY_ADAPTER) -+ return; -+#endif -+ -+ -+ -+ hal_btcoex_Hanlder(padapter); -+} -+ -+s32 rtw_btcoex_IsBTCoexRejectAMPDU(PADAPTER padapter) -+{ -+ s32 coexctrl; -+ -+ coexctrl = hal_btcoex_IsBTCoexRejectAMPDU(padapter); -+ -+ return coexctrl; -+} -+ -+s32 rtw_btcoex_IsBTCoexCtrlAMPDUSize(PADAPTER padapter) -+{ -+ s32 coexctrl; -+ -+ coexctrl = hal_btcoex_IsBTCoexCtrlAMPDUSize(padapter); -+ -+ return coexctrl; -+} -+ -+u32 rtw_btcoex_GetAMPDUSize(PADAPTER padapter) -+{ -+ u32 size; -+ -+ size = hal_btcoex_GetAMPDUSize(padapter); -+ -+ return size; -+} -+ -+void rtw_btcoex_SetManualControl(PADAPTER padapter, u8 manual) -+{ -+ if (_TRUE == manual) -+ { -+ hal_btcoex_SetManualControl(padapter, _TRUE); -+ } -+ else -+ { -+ hal_btcoex_SetManualControl(padapter, _FALSE); -+ } -+} -+ -+u8 rtw_btcoex_1Ant(PADAPTER padapter) -+{ -+ return hal_btcoex_1Ant(padapter); -+} -+ -+u8 rtw_btcoex_IsBtControlLps(PADAPTER padapter) -+{ -+ return hal_btcoex_IsBtControlLps(padapter); -+} -+ -+u8 rtw_btcoex_IsLpsOn(PADAPTER padapter) -+{ -+ return hal_btcoex_IsLpsOn(padapter); -+} -+ -+u8 rtw_btcoex_RpwmVal(PADAPTER padapter) -+{ -+ return hal_btcoex_RpwmVal(padapter); -+} -+ -+u8 rtw_btcoex_LpsVal(PADAPTER padapter) -+{ -+ return hal_btcoex_LpsVal(padapter); -+} -+ -+void rtw_btcoex_SetBTCoexist(PADAPTER padapter, u8 bBtExist) -+{ -+ hal_btcoex_SetBTCoexist(padapter, bBtExist); -+} -+ -+void rtw_btcoex_SetChipType(PADAPTER padapter, u8 chipType) -+{ -+ hal_btcoex_SetChipType(padapter, chipType); -+} -+ -+void rtw_btcoex_SetPGAntNum(PADAPTER padapter, u8 antNum) -+{ -+ hal_btcoex_SetPgAntNum(padapter, antNum); -+} -+ -+u8 rtw_btcoex_GetPGAntNum(PADAPTER padapter) -+{ -+ return hal_btcoex_GetPgAntNum(padapter); -+} -+ -+void rtw_btcoex_SetSingleAntPath(PADAPTER padapter, u8 singleAntPath) -+{ -+ hal_btcoex_SetSingleAntPath(padapter, singleAntPath); -+} -+ -+u32 rtw_btcoex_GetRaMask(PADAPTER padapter) -+{ -+ return hal_btcoex_GetRaMask(padapter); -+} -+ -+void rtw_btcoex_RecordPwrMode(PADAPTER padapter, u8 *pCmdBuf, u8 cmdLen) -+{ -+ hal_btcoex_RecordPwrMode(padapter, pCmdBuf, cmdLen); -+} -+ -+void rtw_btcoex_DisplayBtCoexInfo(PADAPTER padapter, u8 *pbuf, u32 bufsize) -+{ -+ hal_btcoex_DisplayBtCoexInfo(padapter, pbuf, bufsize); -+} -+ -+void rtw_btcoex_SetDBG(PADAPTER padapter, u32 *pDbgModule) -+{ -+ hal_btcoex_SetDBG(padapter, pDbgModule); -+} -+ -+u32 rtw_btcoex_GetDBG(PADAPTER padapter, u8 *pStrBuf, u32 bufSize) -+{ -+ return hal_btcoex_GetDBG(padapter, pStrBuf, bufSize); -+} -+ -+u8 rtw_btcoex_IncreaseScanDeviceNum(PADAPTER padapter) -+{ -+ return hal_btcoex_IncreaseScanDeviceNum(padapter); -+} -+ -+u8 rtw_btcoex_IsBtLinkExist(PADAPTER padapter) -+{ -+ return hal_btcoex_IsBtLinkExist(padapter); -+} -+ -+void rtw_btcoex_SetBtPatchVersion(PADAPTER padapter,u16 btHciVer, u16 btPatchVer) -+{ -+ hal_btcoex_SetBtPatchVersion(padapter,btHciVer,btPatchVer); -+} -+ -+void rtw_btcoex_SetHciVersion(PADAPTER padapter, u16 hciVersion) -+{ -+ hal_btcoex_SetHciVersion(padapter, hciVersion); -+} -+ -+void rtw_btcoex_StackUpdateProfileInfo(void) -+{ -+ hal_btcoex_StackUpdateProfileInfo(); -+} -+ -+void rtw_btcoex_PTAOffOnNotify(PADAPTER padapter, u8 bBTON) -+{ -+ hal_btcoex_PTAOffOnNotify(padapter, bBTON); -+} -+ -+// ================================================== -+// Below Functions are called by BT-Coex -+// ================================================== -+void rtw_btcoex_rx_ampdu_apply(PADAPTER padapter) -+{ -+ rtw_rx_ampdu_apply(padapter); -+} -+ -+void rtw_btcoex_LPS_Enter(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ u8 lpsVal; -+ -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ pwrpriv->bpower_saving = _TRUE; -+ lpsVal = rtw_btcoex_LpsVal(padapter); -+ rtw_set_ps_mode(padapter, PS_MODE_MIN, 0, lpsVal, "BTCOEX"); -+} -+ -+void rtw_btcoex_LPS_Leave(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ if (pwrpriv->pwr_mode != PS_MODE_ACTIVE) -+ { -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "BTCOEX"); -+ LPS_RF_ON_check(padapter, 100); -+ pwrpriv->bpower_saving = _FALSE; -+ } -+} -+ -+ -+// ================================================== -+// Below Functions are BT-Coex socket related function -+// ================================================== -+ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+_adapter *pbtcoexadapter = NULL; -+u8 rtw_btcoex_btinfo_cmd(_adapter *adapter, u8 *buf, u16 len) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ u8 *btinfo; -+ struct cmd_priv *pcmdpriv = &adapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ rtw_mfree((u8*)ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ btinfo = rtw_zmalloc(len); -+ if (btinfo == NULL) { -+ rtw_mfree((u8*)ph2c, sizeof(struct cmd_obj)); -+ rtw_mfree((u8*)pdrvextra_cmd_parm, sizeof(struct drvextra_cmd_parm)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = BTINFO_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = len; -+ pdrvextra_cmd_parm->pbuf = btinfo; -+ -+ _rtw_memcpy(btinfo, buf, len); -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+u8 rtw_btcoex_send_event_to_BT(_adapter *padapter, u8 status, u8 event_code, u8 opcode_low, u8 opcode_high,u8 *dbg_msg) -+{ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0,tx_event_length = 0; -+ rtw_HCI_event *pEvent; -+ -+ pEvent = (rtw_HCI_event*)(&localBuf[0]); -+ -+ pEvent->EventCode = event_code; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = opcode_low; -+ pEvent->Data[2] = opcode_high; -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+#if 0 -+ rtw_btcoex_dump_tx_msg((u8 *)pEvent, tx_event_length, dbg_msg); -+#endif -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ -+ return status; -+} -+ -+/* -+Ref: -+Realtek Wi-Fi Driver -+Host Controller Interface for -+Bluetooth 3.0 + HS V1.4 2013/02/07 -+ -+Window team code & BT team code -+ */ -+ -+ -+u8 rtw_btcoex_parse_BT_info_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ #define BT_INFO_LENGTH 8 -+ -+ u8 curPollEnable = pcmd[0]; -+ u8 curPollTime = pcmd[1]; -+ u8 btInfoReason = pcmd[2]; -+ u8 btInfoLen = pcmd[3]; -+ u8 btinfo[BT_INFO_LENGTH]; -+ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0,tx_event_length = 0; -+ RTW_HCI_STATUS status = HCI_STATUS_SUCCESS; -+ rtw_HCI_event *pEvent; -+ -+ /* DBG_871X("%s\n",__func__); -+ DBG_871X("current Poll Enable: %d, currrent Poll Time: %d\n",curPollEnable,curPollTime); -+ DBG_871X("BT Info reason: %d, BT Info length: %d\n",btInfoReason,btInfoLen); -+ DBG_871X("%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n" -+ ,pcmd[4],pcmd[5],pcmd[6],pcmd[7],pcmd[8],pcmd[9],pcmd[10],pcmd[11]);*/ -+ -+ _rtw_memset(btinfo, 0, BT_INFO_LENGTH); -+ -+#if 1 -+ if(BT_INFO_LENGTH != btInfoLen) -+ { -+ status = HCI_STATUS_INVALID_HCI_CMD_PARA_VALUE; -+ DBG_871X("Error BT Info Length: %d\n",btInfoLen); -+ //return _FAIL; -+ } -+ else -+#endif -+ { -+ if(0x1 == btInfoReason || 0x2 == btInfoReason) -+ { -+ _rtw_memcpy(btinfo, &pcmd[4], btInfoLen); -+ btinfo[0] = btInfoReason; -+ rtw_btcoex_btinfo_cmd(padapter,btinfo,btInfoLen); -+ } -+ else -+ { -+ DBG_871X("Other BT info reason\n"); -+ } -+ } -+ -+ //send complete event to BT -+ { -+ -+ pEvent = (rtw_HCI_event*)(&localBuf[0]); -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_BT_INFO_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_BT_INFO_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+#if 0 -+ rtw_btcoex_dump_tx_msg((u8 *)pEvent, tx_event_length,"BT_info_event"); -+#endif -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_BT_patch_ver_info_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ u16 btPatchVer=0x0, btHciVer=0x0; -+ //u16 *pU2tmp; -+ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ -+ btHciVer = pcmd[0] | pcmd[1]<<8; -+ btPatchVer = pcmd[2] | pcmd[3]<<8; -+ -+ -+ DBG_871X("%s, cmd:%02x %02x %02x %02x\n",__func__, pcmd[0] ,pcmd[1] ,pcmd[2] ,pcmd[3]); -+ DBG_871X("%s, HCI Ver:%d, Patch Ver:%d\n",__func__, btHciVer,btPatchVer); -+ -+ rtw_btcoex_SetBtPatchVersion(padapter,btHciVer,btPatchVer); -+ -+ -+ //send complete event to BT -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_BT_PATCH_VERSION_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_BT_PATCH_VERSION_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+#if 0 -+ rtw_btcoex_dump_tx_msg((u8 *)pEvent, tx_event_length,"BT_patch_event"); -+#endif -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_HCI_Ver_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ u16 hciver = pcmd[0] | pcmd[1] <<8; -+ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ PBT_MGNT pBtMgnt=&pcoex_info->BtMgnt; -+ pBtMgnt->ExtConfig.HCIExtensionVer = hciver; -+ DBG_871X("%s, HCI Version: %d\n",__func__,pBtMgnt->ExtConfig.HCIExtensionVer); -+ if(pBtMgnt->ExtConfig.HCIExtensionVer < 4) -+ { -+ status = HCI_STATUS_INVALID_HCI_CMD_PARA_VALUE; -+ DBG_871X("%s, Version = %d, HCI Version < 4\n",__func__,pBtMgnt->ExtConfig.HCIExtensionVer ); -+ } -+ else -+ { -+ rtw_btcoex_SetHciVersion(padapter,hciver); -+ } -+ //send complete event to BT -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_EXTENSION_VERSION_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_EXTENSION_VERSION_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+ -+} -+ -+u8 rtw_btcoex_parse_WIFI_scan_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ PBT_MGNT pBtMgnt=&pcoex_info->BtMgnt; -+ pBtMgnt->ExtConfig.bEnableWifiScanNotify= pcmd[0]; -+ DBG_871X("%s, bEnableWifiScanNotify: %d\n",__func__,pBtMgnt->ExtConfig.bEnableWifiScanNotify); -+ -+ //send complete event to BT -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_ENABLE_WIFI_SCAN_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_ENABLE_WIFI_SCAN_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_HCI_link_status_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ struct bt_coex_info *pcoex_info=&padapter->coex_info; -+ PBT_MGNT pBtMgnt=&pcoex_info->BtMgnt; -+ //PBT_DBG pBtDbg=&padapter->MgntInfo.BtInfo.BtDbg; -+ u8 i, numOfHandle=0, numOfAcl=0; -+ u16 conHandle; -+ u8 btProfile, btCoreSpec, linkRole; -+ u8 *pTriple; -+ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ -+ //pBtDbg->dbgHciInfo.hciCmdCntLinkStatusNotify++; -+ //RT_DISP_DATA(FIOCTL, IOCTL_BT_HCICMD_EXT, "LinkStatusNotify, Hex Data :\n", -+ // &pHciCmd->Data[0], pHciCmd->Length); -+ -+ DBG_871X("BTLinkStatusNotify\n"); -+ -+ // Current only RTL8723 support this command. -+ //pBtMgnt->bSupportProfile = TRUE; -+ pBtMgnt->bSupportProfile = _FALSE; -+ -+ pBtMgnt->ExtConfig.NumberOfACL = 0; -+ pBtMgnt->ExtConfig.NumberOfSCO = 0; -+ -+ numOfHandle = pcmd[0]; -+ //RT_DISP(FIOCTL, IOCTL_BT_HCICMD_EXT, ("numOfHandle = 0x%x\n", numOfHandle)); -+ //RT_DISP(FIOCTL, IOCTL_BT_HCICMD_EXT, ("HCIExtensionVer = %d\n", pBtMgnt->ExtConfig.HCIExtensionVer)); -+ DBG_871X("numOfHandle = 0x%x\n", numOfHandle); -+ DBG_871X("HCIExtensionVer = %d\n", pBtMgnt->ExtConfig.HCIExtensionVer); -+ -+ pTriple = &pcmd[1]; -+ for(i=0; iExtConfig.HCIExtensionVer < 1) -+ { -+ conHandle = *((u8 *)&pTriple[0]); -+ btProfile = pTriple[2]; -+ btCoreSpec = pTriple[3]; -+ if(BT_PROFILE_SCO == btProfile) -+ { -+ pBtMgnt->ExtConfig.NumberOfSCO++; -+ } -+ else -+ { -+ pBtMgnt->ExtConfig.NumberOfACL++; -+ pBtMgnt->ExtConfig.aclLink[i].ConnectHandle = conHandle; -+ pBtMgnt->ExtConfig.aclLink[i].BTProfile = btProfile; -+ pBtMgnt->ExtConfig.aclLink[i].BTCoreSpec = btCoreSpec; -+ } -+ //RT_DISP(FIOCTL, IOCTL_BT_HCICMD_EXT, -+ // ("Connection_Handle=0x%x, BTProfile=%d, BTSpec=%d\n", -+ // conHandle, btProfile, btCoreSpec)); -+ DBG_871X("Connection_Handle=0x%x, BTProfile=%d, BTSpec=%d\n", conHandle, btProfile, btCoreSpec); -+ pTriple += 4; -+ } -+ else if(pBtMgnt->ExtConfig.HCIExtensionVer >= 1) -+ { -+ conHandle = *((pu2Byte)&pTriple[0]); -+ btProfile = pTriple[2]; -+ btCoreSpec = pTriple[3]; -+ linkRole = pTriple[4]; -+ if(BT_PROFILE_SCO == btProfile) -+ { -+ pBtMgnt->ExtConfig.NumberOfSCO++; -+ } -+ else -+ { -+ pBtMgnt->ExtConfig.NumberOfACL++; -+ pBtMgnt->ExtConfig.aclLink[i].ConnectHandle = conHandle; -+ pBtMgnt->ExtConfig.aclLink[i].BTProfile = btProfile; -+ pBtMgnt->ExtConfig.aclLink[i].BTCoreSpec = btCoreSpec; -+ pBtMgnt->ExtConfig.aclLink[i].linkRole = linkRole; -+ } -+ //RT_DISP(FIOCTL, IOCTL_BT_HCICMD_EXT, -+ DBG_871X("Connection_Handle=0x%x, BTProfile=%d, BTSpec=%d, LinkRole=%d\n", -+ conHandle, btProfile, btCoreSpec, linkRole); -+ pTriple += 5; -+ } -+ } -+ rtw_btcoex_StackUpdateProfileInfo(); -+ -+ //send complete event to BT -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_LINK_STATUS_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_LINK_STATUS_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+ -+ -+} -+ -+u8 rtw_btcoex_parse_HCI_BT_coex_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_BT_COEX_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_BT_COEX_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_HCI_BT_operation_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ -+ DBG_871X("%s, OP code: %d\n",__func__,pcmd[0]); -+ -+ switch(pcmd[0]) -+ { -+ case HCI_BT_OP_NONE: -+ DBG_871X("[bt operation] : Operation None!!\n"); -+ break; -+ case HCI_BT_OP_INQUIRY_START: -+ DBG_871X("[bt operation] : Inquiry start!!\n"); -+ break; -+ case HCI_BT_OP_INQUIRY_FINISH: -+ DBG_871X("[bt operation] : Inquiry finished!!\n"); -+ break; -+ case HCI_BT_OP_PAGING_START: -+ DBG_871X("[bt operation] : Paging is started!!\n"); -+ break; -+ case HCI_BT_OP_PAGING_SUCCESS: -+ DBG_871X("[bt operation] : Paging complete successfully!!\n"); -+ break; -+ case HCI_BT_OP_PAGING_UNSUCCESS: -+ DBG_871X("[bt operation] : Paging complete unsuccessfully!!\n"); -+ break; -+ case HCI_BT_OP_PAIRING_START: -+ DBG_871X("[bt operation] : Pairing start!!\n"); -+ break; -+ case HCI_BT_OP_PAIRING_FINISH: -+ DBG_871X("[bt operation] : Pairing finished!!\n"); -+ break; -+ case HCI_BT_OP_BT_DEV_ENABLE: -+ DBG_871X("[bt operation] : BT Device is enabled!!\n"); -+ break; -+ case HCI_BT_OP_BT_DEV_DISABLE: -+ DBG_871X("[bt operation] : BT Device is disabled!!\n"); -+ break; -+ default: -+ DBG_871X("[bt operation] : Unknown, error!!\n"); -+ break; -+ } -+ -+ //send complete event to BT -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_BT_OPERATION_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_BT_OPERATION_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_BT_AFH_MAP_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_BT_AFH_MAP_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_BT_AFH_MAP_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_BT_register_val_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_BT_REGISTER_VALUE_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_BT_REGISTER_VALUE_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_HCI_BT_abnormal_notify_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_BT_ABNORMAL_NOTIFY, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_BT_ABNORMAL_NOTIFY, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+u8 rtw_btcoex_parse_HCI_query_RF_status_cmd(_adapter *padapter, u8 *pcmd, u16 cmdlen) -+{ -+ u8 localBuf[6] = ""; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length =0; -+ rtw_HCI_event *pEvent; -+ RTW_HCI_STATUS status=HCI_STATUS_SUCCESS; -+ -+ { -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ -+ pEvent->EventCode = HCI_EVENT_COMMAND_COMPLETE; -+ pEvent->Data[0] = 0x1; //packet # -+ pEvent->Data[1] = HCIOPCODELOW(HCI_QUERY_RF_STATUS, OGF_EXTENSION); -+ pEvent->Data[2] = HCIOPCODEHIGHT(HCI_QUERY_RF_STATUS, OGF_EXTENSION); -+ len = len + 3; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ pRetPar[0] = status; //status -+ -+ len++; -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+ -+ status = rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ return status; -+ //bthci_IndicateEvent(Adapter, PPacketIrpEvent, len+2); -+ } -+} -+ -+/***************************************** -+* HCI cmd format : -+*| 15 - 0 | -+*| OPcode (OCF|OGF<<10) | -+*| 15 - 8 |7 - 0 | -+*|Cmd para |Cmd para Length | -+*|Cmd para...... | -+******************************************/ -+ -+//bit 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 -+// | OCF | OGF | -+void rtw_btcoex_parse_hci_extend_cmd(_adapter *padapter, u8 *pcmd, u16 len,const u16 hci_OCF) -+{ -+ -+ DBG_871X("%s: OCF: %x\n",__func__,hci_OCF); -+ switch(hci_OCF) -+ { -+ case HCI_EXTENSION_VERSION_NOTIFY: -+ DBG_871X("HCI_EXTENSION_VERSION_NOTIFY\n"); -+ rtw_btcoex_parse_HCI_Ver_notify_cmd(padapter,pcmd, len); -+ break; -+ case HCI_LINK_STATUS_NOTIFY: -+ DBG_871X("HCI_LINK_STATUS_NOTIFY\n"); -+ rtw_btcoex_parse_HCI_link_status_notify_cmd(padapter,pcmd, len); -+ break; -+ case HCI_BT_OPERATION_NOTIFY: -+ // only for 8723a 2ant -+ DBG_871X("HCI_BT_OPERATION_NOTIFY\n"); -+ rtw_btcoex_parse_HCI_BT_operation_notify_cmd(padapter,pcmd, len); -+ // -+ break; -+ case HCI_ENABLE_WIFI_SCAN_NOTIFY: -+ DBG_871X("HCI_ENABLE_WIFI_SCAN_NOTIFY\n"); -+ rtw_btcoex_parse_WIFI_scan_notify_cmd(padapter,pcmd, len); -+ break; -+ case HCI_QUERY_RF_STATUS: -+ // only for 8723b 2ant -+ DBG_871X("HCI_QUERY_RF_STATUS\n"); -+ rtw_btcoex_parse_HCI_query_RF_status_cmd(padapter,pcmd, len); -+ break; -+ case HCI_BT_ABNORMAL_NOTIFY: -+ DBG_871X("HCI_BT_ABNORMAL_NOTIFY\n"); -+ rtw_btcoex_parse_HCI_BT_abnormal_notify_cmd(padapter,pcmd, len); -+ break; -+ case HCI_BT_INFO_NOTIFY: -+ DBG_871X("HCI_BT_INFO_NOTIFY\n"); -+ rtw_btcoex_parse_BT_info_notify_cmd(padapter,pcmd, len); -+ break; -+ case HCI_BT_COEX_NOTIFY: -+ DBG_871X("HCI_BT_COEX_NOTIFY\n"); -+ rtw_btcoex_parse_HCI_BT_coex_notify_cmd(padapter,pcmd, len); -+ break; -+ case HCI_BT_PATCH_VERSION_NOTIFY: -+ DBG_871X("HCI_BT_PATCH_VERSION_NOTIFY\n"); -+ rtw_btcoex_parse_BT_patch_ver_info_cmd(padapter,pcmd, len); -+ break; -+ case HCI_BT_AFH_MAP_NOTIFY: -+ DBG_871X("HCI_BT_AFH_MAP_NOTIFY\n"); -+ rtw_btcoex_parse_BT_AFH_MAP_notify_cmd(padapter,pcmd, len); -+ break; -+ case HCI_BT_REGISTER_VALUE_NOTIFY: -+ DBG_871X("HCI_BT_REGISTER_VALUE_NOTIFY\n"); -+ rtw_btcoex_parse_BT_register_val_notify_cmd(padapter,pcmd, len); -+ break; -+ default: -+ DBG_871X("ERROR!!! Unknown OCF: %x\n",hci_OCF); -+ break; -+ -+ } -+} -+ -+void rtw_btcoex_parse_hci_cmd(_adapter *padapter, u8 *pcmd, u16 len) -+{ -+ u16 opcode = pcmd[0] | pcmd[1]<<8; -+ u16 hci_OGF = HCI_OGF(opcode); -+ u16 hci_OCF = HCI_OCF(opcode); -+ u8 cmdlen = len -3; -+ u8 pare_len = pcmd[2]; -+ -+ DBG_871X("%s OGF: %x,OCF: %x\n", __func__, hci_OGF, hci_OCF); -+ switch(hci_OGF) -+ { -+ case OGF_EXTENSION: -+ DBG_871X("HCI_EXTENSION_CMD_OGF\n"); -+ rtw_btcoex_parse_hci_extend_cmd(padapter, &pcmd[3], cmdlen, hci_OCF); -+ break; -+ default: -+ DBG_871X("Other OGF: %x\n",hci_OGF); -+ break; -+ } -+} -+ -+u16 rtw_btcoex_parse_recv_data(u8 *msg, u8 msg_size) -+{ -+ u8 cmp_msg1[32] = attend_ack; -+ u8 cmp_msg2[32] = leave_ack; -+ u8 cmp_msg3[32] = bt_leave; -+ u8 cmp_msg4[32] = invite_req; -+ u8 cmp_msg5[32] = attend_req; -+ u8 cmp_msg6[32] = invite_rsp; -+ u8 res = OTHER; -+ -+ if (_rtw_memcmp(cmp_msg1, msg, msg_size) == _TRUE) { -+ /*DBG_871X("%s, msg:%s\n",__func__,msg);*/ -+ res = RX_ATTEND_ACK; -+ } else if (_rtw_memcmp(cmp_msg2, msg, msg_size) == _TRUE) { -+ /*DBG_871X("%s, msg:%s\n",__func__,msg);*/ -+ res = RX_LEAVE_ACK; -+ } else if (_rtw_memcmp(cmp_msg3, msg, msg_size) == _TRUE) { -+ /*DBG_871X("%s, msg:%s\n",__func__,msg);*/ -+ res = RX_BT_LEAVE; -+ } else if (_rtw_memcmp(cmp_msg4, msg, msg_size) == _TRUE) { -+ /*DBG_871X("%s, msg:%s\n",__func__,msg);*/ -+ res = RX_INVITE_REQ; -+ } else if (_rtw_memcmp(cmp_msg5, msg, msg_size) == _TRUE) { -+ res = RX_ATTEND_REQ; -+ } else if (_rtw_memcmp(cmp_msg6, msg, msg_size) == _TRUE) { -+ res = RX_INVITE_RSP; -+ } else { -+ /*DBG_871X("%s, %s\n", __func__, msg);*/ -+ res = OTHER; -+ } -+ -+ /*DBG_871X("%s, res:%d\n", __func__, res);*/ -+ -+ return res; -+} -+ -+void rtw_btcoex_recvmsgbysocket(void *data) -+{ -+ u8 recv_data[255]; -+ u8 tx_msg[255] = leave_ack; -+ u32 len = 0; -+ u16 recv_length = 0; -+ u16 parse_res = 0; -+#if 0 -+ u8 para_len = 0, polling_enable = 0, poling_interval = 0, reason = 0, btinfo_len = 0; -+ u8 btinfo[BT_INFO_LEN] = {0}; -+#endif -+ -+ struct bt_coex_info *pcoex_info = NULL; -+ struct sock *sk = NULL; -+ struct sk_buff *skb = NULL; -+ -+ /*DBG_871X("%s\n",__func__);*/ -+ -+ if (pbtcoexadapter == NULL) { -+ DBG_871X("%s: btcoexadapter NULL!\n", __func__); -+ return; -+ } -+ -+ pcoex_info = &pbtcoexadapter->coex_info; -+ sk = pcoex_info->sk_store; -+ -+ if (sk == NULL) { -+ DBG_871X("%s: critical error when receive socket data!\n", __func__); -+ return; -+ } -+ -+ len = skb_queue_len(&sk->sk_receive_queue); -+ while (len > 0) { -+ skb = skb_dequeue(&sk->sk_receive_queue); -+ -+ /*important: cut the udp header from skb->data! header length is 8 byte*/ -+ recv_length = skb->len-8; -+ _rtw_memset(recv_data, 0, sizeof(recv_data)); -+ _rtw_memcpy(recv_data, skb->data+8, recv_length); -+ -+ parse_res = rtw_btcoex_parse_recv_data(recv_data, recv_length); -+/* -+ if (RX_ATTEND_ACK == parse_res) { -+ //attend ack -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_ATTEND_ACK!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ } else if (RX_ATTEND_REQ == parse_res) { -+ //attend req from BT -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_BT_ATTEND_REQ!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ rtw_btcoex_sendmsgbysocket(pbtcoexadapter, attend_ack, sizeof(attend_ack), _FALSE); -+ } else if (RX_INVITE_REQ == parse_res) { -+ //invite req from BT -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_INVITE_REQ!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ rtw_btcoex_sendmsgbysocket(pbtcoexadapter, invite_rsp, sizeof(invite_rsp), _FALSE); -+ } else if (RX_INVITE_RSP == parse_res) { -+ //invite rsp -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_INVITE_RSP!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ } else if (RX_LEAVE_ACK == parse_res) { -+ //mean BT know wifi will leave -+ pcoex_info->BT_attend = _FALSE; -+ DBG_871X("RX_LEAVE_ACK!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ } else if (RX_BT_LEAVE == parse_res) { -+ //BT leave -+ rtw_btcoex_sendmsgbysocket(pbtcoexadapter, leave_ack, sizeof(leave_ack), _FALSE); // no ack -+ pcoex_info->BT_attend = _FALSE; -+ DBG_871X("RX_BT_LEAVE!sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ } else { -+ //todo: check if recv data are really hci cmds -+ if (_TRUE == pcoex_info->BT_attend) -+ rtw_btcoex_parse_hci_cmd(pbtcoexadapter, recv_data, recv_length); -+ } -+*/ -+ switch (parse_res) { -+ case RX_ATTEND_ACK: -+ /* attend ack */ -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_ATTEND_ACK!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, pcoex_info->BT_attend); -+ break; -+ -+ case RX_ATTEND_REQ: -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_BT_ATTEND_REQ!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ rtw_btcoex_sendmsgbysocket(pbtcoexadapter, attend_ack, sizeof(attend_ack), _FALSE); -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, pcoex_info->BT_attend); -+ break; -+ -+ case RX_INVITE_REQ: -+ /* invite req from BT */ -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_INVITE_REQ!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ rtw_btcoex_sendmsgbysocket(pbtcoexadapter, invite_rsp, sizeof(invite_rsp), _FALSE); -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, pcoex_info->BT_attend); -+ break; -+ -+ case RX_INVITE_RSP: -+ /*invite rsp*/ -+ pcoex_info->BT_attend = _TRUE; -+ DBG_871X("RX_INVITE_RSP!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, pcoex_info->BT_attend); -+ break; -+ -+ case RX_LEAVE_ACK: -+ /* mean BT know wifi will leave */ -+ pcoex_info->BT_attend = _FALSE; -+ DBG_871X("RX_LEAVE_ACK!,sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ #ifndef CONFIG_PCI_HCI -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, pcoex_info->BT_attend); -+ #endif -+ break; -+ -+ case RX_BT_LEAVE: -+ /* BT leave */ -+ rtw_btcoex_sendmsgbysocket(pbtcoexadapter, leave_ack, sizeof(leave_ack), _FALSE); /* no ack */ -+ pcoex_info->BT_attend = _FALSE; -+ DBG_871X("RX_BT_LEAVE!sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, pcoex_info->BT_attend); -+ break; -+ -+ default: -+ if (_TRUE == pcoex_info->BT_attend) -+ rtw_btcoex_parse_hci_cmd(pbtcoexadapter, recv_data, recv_length); -+ else -+ DBG_871X("ERROR!! BT is UP\n"); -+ break; -+ -+ } -+ -+ len--; -+ kfree_skb(skb); -+ } -+} -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 15, 0)) -+void rtw_btcoex_recvmsg_init(struct sock *sk_in, s32 bytes) -+#else -+void rtw_btcoex_recvmsg_init(struct sock *sk_in) -+#endif -+{ -+ struct bt_coex_info *pcoex_info = NULL; -+ -+ if (pbtcoexadapter == NULL) { -+ DBG_871X("%s: btcoexadapter NULL\n", __func__); -+ return; -+ } -+ pcoex_info = &pbtcoexadapter->coex_info; -+ pcoex_info->sk_store = sk_in; -+ if (pcoex_info->btcoex_wq != NULL) -+ queue_delayed_work(pcoex_info->btcoex_wq, &pcoex_info->recvmsg_work, 0); -+ else -+ DBG_871X("%s: BTCOEX workqueue NULL\n", __func__); -+} -+ -+u8 rtw_btcoex_sendmsgbysocket(_adapter *padapter, u8 *msg, u8 msg_size, bool force) -+{ -+ u8 error; -+ struct msghdr udpmsg; -+ mm_segment_t oldfs; -+ struct iovec iov; -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ -+ //DBG_871X("%s: msg:%s, force:%s\n", __func__, msg, force == _TRUE?"TRUE":"FALSE"); -+ if (_FALSE == force) { -+ if (_FALSE == pcoex_info->BT_attend) { -+ DBG_871X("TX Blocked: WiFi-BT disconnected\n"); -+ return _FAIL; -+ } -+ } -+ -+ iov.iov_base = (void *)msg; -+ iov.iov_len = msg_size; -+ udpmsg.msg_name = &pcoex_info->bt_sockaddr; -+ udpmsg.msg_namelen = sizeof(struct sockaddr_in); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)) -+ /* referece:sock_xmit in kernel code -+ * WRITE for sock_sendmsg, READ for sock_recvmsg -+ * third parameter for msg_iovlen -+ * last parameter for iov_len -+ */ -+ iov_iter_init(&udpmsg.msg_iter, WRITE, &iov, 1, msg_size); -+#else -+ udpmsg.msg_iov = &iov; -+ udpmsg.msg_iovlen = 1; -+#endif -+ udpmsg.msg_control = NULL; -+ udpmsg.msg_controllen = 0; -+ udpmsg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0)) -+ error = sock_sendmsg(pcoex_info->udpsock, &udpmsg); -+#else -+ error = sock_sendmsg(pcoex_info->udpsock, &udpmsg, msg_size); -+#endif -+ set_fs(oldfs); -+ if (error < 0) { -+ DBG_871X("Error when sendimg msg, error:%d\n", error); -+ return _FAIL; -+ } else -+ return _SUCCESS; -+} -+ -+u8 rtw_btcoex_create_kernel_socket(_adapter *padapter) -+{ -+ s8 kernel_socket_err; -+ u8 tx_msg[255] = attend_req; -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ s32 sock_reuse = 1; -+ u8 status = _FAIL; -+ -+ DBG_871X("%s CONNECT_PORT %d\n", __func__, CONNECT_PORT); -+ -+ if (NULL == pcoex_info) { -+ DBG_871X("coex_info: NULL\n"); -+ status = _FAIL; -+ } -+ -+ kernel_socket_err = sock_create(PF_INET, SOCK_DGRAM, 0, &pcoex_info->udpsock); -+ -+ if (kernel_socket_err < 0) { -+ DBG_871X("Error during creation of socket error:%d\n", kernel_socket_err); -+ status = _FAIL; -+ } else { -+ _rtw_memset(&(pcoex_info->wifi_sockaddr), 0, sizeof(pcoex_info->wifi_sockaddr)); -+ pcoex_info->wifi_sockaddr.sin_family = AF_INET; -+ pcoex_info->wifi_sockaddr.sin_port = htons(CONNECT_PORT); -+ pcoex_info->wifi_sockaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); -+ -+ _rtw_memset(&(pcoex_info->bt_sockaddr), 0, sizeof(pcoex_info->bt_sockaddr)); -+ pcoex_info->bt_sockaddr.sin_family = AF_INET; -+ pcoex_info->bt_sockaddr.sin_port = htons(CONNECT_PORT_BT); -+ pcoex_info->bt_sockaddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); -+ -+ pcoex_info->sk_store = NULL; -+ kernel_socket_err = pcoex_info->udpsock->ops->bind(pcoex_info->udpsock, (struct sockaddr *)&pcoex_info->wifi_sockaddr, -+ sizeof(pcoex_info->wifi_sockaddr)); -+ if (kernel_socket_err == 0) { -+ DBG_871X("binding socket success\n"); -+ pcoex_info->udpsock->sk->sk_data_ready = rtw_btcoex_recvmsg_init; -+ pcoex_info->sock_open |= KERNEL_SOCKET_OK; -+ pcoex_info->BT_attend = _FALSE; -+ DBG_871X("WIFI sending attend_req\n"); -+ rtw_btcoex_sendmsgbysocket(padapter, attend_req, sizeof(attend_req), _TRUE); -+ status = _SUCCESS; -+ } else { -+ pcoex_info->BT_attend = _FALSE; -+ sock_release(pcoex_info->udpsock); /* bind fail release socket */ -+ DBG_871X("Error binding socket: %d\n", kernel_socket_err); -+ status = _FAIL; -+ } -+ -+ } -+ -+ return status; -+} -+ -+void rtw_btcoex_close_kernel_socket(_adapter *padapter) -+{ -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ if (pcoex_info->sock_open & KERNEL_SOCKET_OK) { -+ DBG_871X("release kernel socket\n"); -+ sock_release(pcoex_info->udpsock); -+ pcoex_info->sock_open &= ~(KERNEL_SOCKET_OK); -+ if (_TRUE == pcoex_info->BT_attend) -+ pcoex_info->BT_attend = _FALSE; -+ -+ DBG_871X("sock_open:%d, BT_attend:%d\n", pcoex_info->sock_open, pcoex_info->BT_attend); -+ } -+} -+ -+void rtw_btcoex_init_socket(_adapter *padapter) -+{ -+ -+ u8 is_invite = _FALSE; -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ DBG_871X("%s\n", __func__); -+ if (_FALSE == pcoex_info->is_exist) { -+ _rtw_memset(pcoex_info,0,sizeof(struct bt_coex_info)); -+ pcoex_info->btcoex_wq = create_workqueue("BTCOEX"); -+ INIT_DELAYED_WORK(&pcoex_info->recvmsg_work, -+ (void *)rtw_btcoex_recvmsgbysocket); -+ pbtcoexadapter = padapter; -+ /* We expect BT is off if BT don't send ack to wifi */ -+ DBG_871X("We expect BT is off if BT send ack to wifi\n"); -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, _FALSE); -+ #ifdef CONFIG_PCI_HCI -+ rtw_btcoex_PTAOffOnNotify(pbtcoexadapter, _TRUE); -+ #endif -+ if (rtw_btcoex_create_kernel_socket(padapter) == _SUCCESS) { -+ pcoex_info->is_exist = _TRUE; -+ } else { -+ pcoex_info->is_exist = _FALSE; -+ pbtcoexadapter = NULL; -+ } -+ -+ DBG_871X("%s: pbtcoexadapter:%p, coex_info->is_exist: %s\n" -+ , __func__, pbtcoexadapter, pcoex_info->is_exist == _TRUE?"TRUE":"FALSE"); -+ } -+} -+ -+void rtw_btcoex_close_socket(_adapter *padapter) -+{ -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ -+ DBG_871X("%s--coex_info->is_exist: %s, pcoex_info->BT_attend:%s\n" -+ , __func__, pcoex_info->is_exist == _TRUE?"TRUE":"FALSE", pcoex_info->BT_attend == _TRUE?"TRUE":"FALSE"); -+ -+ if (_TRUE == pcoex_info->is_exist) { -+ if (_TRUE == pcoex_info->BT_attend) { -+ /*inform BT wifi leave*/ -+ rtw_btcoex_sendmsgbysocket(padapter, wifi_leave, sizeof(wifi_leave), _FALSE); -+ msleep(50); -+ } -+ -+ if (pcoex_info->btcoex_wq != NULL) { -+ flush_workqueue(pcoex_info->btcoex_wq); -+ destroy_workqueue(pcoex_info->btcoex_wq); -+ } -+ -+ rtw_btcoex_close_kernel_socket(padapter); -+ pbtcoexadapter = NULL; -+ pcoex_info->is_exist = _FALSE; -+ } -+} -+ -+void rtw_btcoex_dump_tx_msg(u8 *tx_msg, u8 len, u8 *msg_name) -+{ -+ u8 i = 0; -+ DBG_871X("======> Msg name: %s\n", msg_name); -+ for(i=0;iEventCode = HCI_EVENT_EXTENSION_RTK; -+ pEvent->Data[0] = HCI_EVENT_EXT_BT_COEX_CONTROL; //extension event code -+ len ++; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ _rtw_memcpy(&pRetPar[0], pData, dataLen); -+ -+ len += dataLen; -+ -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+#if 0 -+ rtw_btcoex_dump_tx_msg((u8 *)pEvent, tx_event_length, "BT COEX CONTROL", _FALSE); -+#endif -+ rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ -+} -+ -+/* Porting from Windows team */ -+void rtw_btcoex_SendEventExtBtInfoControl(PADAPTER padapter, u8 dataLen, void *pData) -+{ -+ rtw_HCI_event *pEvent; -+ u8 *pRetPar; -+ u8 len=0, tx_event_length = 0; -+ u8 localBuf[32] = ""; -+ -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ PBT_MGNT pBtMgnt = &pcoex_info->BtMgnt; -+ -+ //DBG_871X("%s\n",__func__); -+ if(pBtMgnt->ExtConfig.HCIExtensionVer < 4) //not support -+ { -+ DBG_871X("ERROR: HCIExtensionVer = %d, HCIExtensionVer<4 !!!!\n",pBtMgnt->ExtConfig.HCIExtensionVer); -+ return; -+ } -+ -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+ //len += bthci_ExtensionEventHeaderRtk(&localBuf[0], -+ // HCI_EVENT_EXT_BT_INFO_CONTROL); -+ pEvent->EventCode = HCI_EVENT_EXTENSION_RTK; -+ pEvent->Data[0] = HCI_EVENT_EXT_BT_INFO_CONTROL; //extension event code -+ len ++; -+ -+ // Return parameters starts from here -+ pRetPar = &pEvent->Data[len]; -+ _rtw_memcpy(&pRetPar[0], pData, dataLen); -+ -+ len += dataLen; -+ -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+#if 0 -+ rtw_btcoex_dump_tx_msg((u8 *)pEvent, tx_event_length, "BT INFO CONTROL"); -+#endif -+ rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+ -+} -+ -+void rtw_btcoex_SendScanNotify(PADAPTER padapter, u8 scanType) -+{ -+ u8 len=0, tx_event_length=0; -+ u8 localBuf[7] = ""; -+ u8 *pRetPar; -+ u8 *pu1Temp; -+ rtw_HCI_event *pEvent; -+ struct bt_coex_info *pcoex_info = &padapter->coex_info; -+ PBT_MGNT pBtMgnt = &pcoex_info->BtMgnt; -+ -+// if(!pBtMgnt->BtOperationOn) -+// return; -+ -+ pEvent = (rtw_HCI_event *)(&localBuf[0]); -+ -+// len += bthci_ExtensionEventHeaderRtk(&localBuf[0], -+// HCI_EVENT_EXT_WIFI_SCAN_NOTIFY); -+ -+ pEvent->EventCode = HCI_EVENT_EXTENSION_RTK; -+ pEvent->Data[0] = HCI_EVENT_EXT_WIFI_SCAN_NOTIFY; //extension event code -+ len ++; -+ -+ // Return parameters starts from here -+ //pRetPar = &PPacketIrpEvent->Data[len]; -+ //pu1Temp = (u8 *)&pRetPar[0]; -+ //*pu1Temp = scanType; -+ pEvent->Data[len] = scanType; -+ len += 1; -+ -+ pEvent->Length = len; -+ -+ //total tx event length + EventCode length + sizeof(length) -+ tx_event_length = pEvent->Length + 2; -+#if 0 -+ rtw_btcoex_dump_tx_msg((u8 *)pEvent, tx_event_length, "WIFI SCAN OPERATION"); -+#endif -+ rtw_btcoex_sendmsgbysocket(padapter, (u8 *)pEvent, tx_event_length, _FALSE); -+} -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+#endif // CONFIG_BT_COEXIST -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_bt_mp.c linux/3rdparty/rtl8812au/core/rtw_bt_mp.c ---- linux.old/3rdparty/rtl8812au/core/rtw_bt_mp.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_bt_mp.c 2017-06-07 23:07:20.998686391 +0300 -@@ -0,0 +1,1753 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#include -+#include -+ -+#if defined(CONFIG_RTL8723B) -+#include -+#endif -+ -+#if defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8821A) -+void MPh2c_timeout_handle(void *FunctionContext) -+{ -+ PADAPTER pAdapter; -+ PMPT_CONTEXT pMptCtx; -+ -+ -+ DBG_8192C("[MPT], MPh2c_timeout_handle \n"); -+ -+ pAdapter = (PADAPTER)FunctionContext; -+ pMptCtx = &pAdapter->mppriv.MptCtx; -+ -+ pMptCtx->bMPh2c_timeout = _TRUE; -+ -+ if ((_FALSE == pMptCtx->MptH2cRspEvent) -+ || ((_TRUE == pMptCtx->MptH2cRspEvent) -+ && (_FALSE == pMptCtx->MptBtC2hEvent))) -+ { -+ _rtw_up_sema(&pMptCtx->MPh2c_Sema); -+ } -+} -+ -+u32 WaitC2Hevent(PADAPTER pAdapter, u8 *C2H_event, u32 delay_time) -+{ -+ PMPT_CONTEXT pMptCtx=&(pAdapter->mppriv.MptCtx); -+ pMptCtx->bMPh2c_timeout=_FALSE; -+ -+ if( pAdapter->registrypriv.mp_mode == 0 ) -+ { -+ DBG_8192C("[MPT], Error!! WaitC2Hevent mp_mode == 0!!\n"); -+ return _FALSE; -+ } -+ -+ _set_timer( &pMptCtx->MPh2c_timeout_timer, delay_time ); -+ -+ _rtw_down_sema(&pMptCtx->MPh2c_Sema); -+ -+ if (pMptCtx->bMPh2c_timeout == _TRUE) -+ { -+ *C2H_event = _FALSE; -+ -+ return _FALSE; -+ } -+ -+ // for safty, cancel timer here again -+ _cancel_timer_ex(&pMptCtx->MPh2c_timeout_timer); -+ -+ return _TRUE; -+} -+ -+BT_CTRL_STATUS -+mptbt_CheckC2hFrame( -+ PADAPTER Adapter, -+ PBT_H2C pH2c, -+ PBT_EXT_C2H pExtC2h -+ ) -+{ -+ BT_CTRL_STATUS c2hStatus = BT_STATUS_C2H_SUCCESS; -+ -+ //DBG_8192C("[MPT], MPT rsp C2H hex: %x %x %x %x %x %x \n"), pExtC2h , pExtC2h+1 ,pExtC2h+2 ,pExtC2h+3 ,pExtC2h+4 ,pExtC2h+5); -+ -+ DBG_8192C("[MPT], statusCode = 0x%x\n", pExtC2h->statusCode); -+ DBG_8192C("[MPT], retLen = %d\n", pExtC2h->retLen); -+ DBG_8192C("[MPT], opCodeVer : req/rsp=%d/%d\n", pH2c->opCodeVer, pExtC2h->opCodeVer); -+ DBG_8192C("[MPT], reqNum : req/rsp=%d/%d\n", pH2c->reqNum, pExtC2h->reqNum); -+ if(pExtC2h->reqNum != pH2c->reqNum) -+ { -+ c2hStatus = BT_STATUS_C2H_REQNUM_MISMATCH; -+ DBG_8192C("[MPT], Error!! C2H reqNum Mismatch!!\n"); -+ } -+ else if(pExtC2h->opCodeVer != pH2c->opCodeVer) -+ { -+ c2hStatus = BT_STATUS_OPCODE_L_VERSION_MISMATCH; -+ DBG_8192C("[MPT], Error!! OPCode version L mismatch!!\n"); -+ } -+ -+ return c2hStatus; -+} -+ -+BT_CTRL_STATUS -+mptbt_SendH2c( -+ PADAPTER Adapter, -+ PBT_H2C pH2c, -+ u2Byte h2cCmdLen -+ ) -+{ -+ //KIRQL OldIrql = KeGetCurrentIrql(); -+ BT_CTRL_STATUS h2cStatus=BT_STATUS_H2C_SUCCESS; -+ PMPT_CONTEXT pMptCtx=&(Adapter->mppriv.MptCtx); -+ u1Byte i; -+ -+ DBG_8192C("[MPT], mptbt_SendH2c()=========>\n"); -+ -+ //PlatformResetEvent(&pMptCtx->MptH2cRspEvent); -+ //PlatformResetEvent(&pMptCtx->MptBtC2hEvent); -+ -+// if(OldIrql == PASSIVE_LEVEL) -+// { -+ //RTPRINT_DATA(FMPBT, FMPBT_H2C_CONTENT, ("[MPT], MPT H2C hex: \n"), pH2c, h2cCmdLen); -+ -+ for(i=0; iMptH2cRspEvent = _FALSE; -+ pMptCtx->MptBtC2hEvent = _FALSE; -+ -+#if defined(CONFIG_RTL8723B) -+ rtl8723b_set_FwBtMpOper_cmd(Adapter, pH2c->opCode, pH2c->opCodeVer, pH2c->reqNum, pH2c->buf); -+#endif -+ pMptCtx->h2cReqNum++; -+ pMptCtx->h2cReqNum %= 16; -+ -+ if(WaitC2Hevent(Adapter, &pMptCtx->MptH2cRspEvent, 100)) -+ { -+ DBG_8192C("[MPT], Received WiFi MptH2cRspEvent!!!\n"); -+ if(WaitC2Hevent(Adapter, &pMptCtx->MptBtC2hEvent, 400)) -+ { -+ DBG_8192C("[MPT], Received MptBtC2hEvent!!!\n"); -+ break; -+ } -+ else -+ { -+ DBG_8192C("[MPT], Error!!BT MptBtC2hEvent timeout!!\n"); -+ h2cStatus = BT_STATUS_H2C_BT_NO_RSP; -+ } -+ } -+ else -+ { -+ DBG_8192C("[MPT], Error!!WiFi MptH2cRspEvent timeout!!\n"); -+ h2cStatus = BT_STATUS_H2C_TIMTOUT; -+ } -+ } -+// } -+// else -+// { -+// RT_ASSERT(FALSE, ("[MPT], mptbt_SendH2c() can only run under PASSIVE_LEVEL!!\n")); -+// h2cStatus = BT_STATUS_WRONG_LEVEL; -+// } -+ -+ DBG_8192C("[MPT], mptbt_SendH2c()<=========\n"); -+ return h2cStatus; -+} -+ -+ -+ -+BT_CTRL_STATUS -+mptbt_CheckBtRspStatus( -+ PADAPTER Adapter, -+ PBT_EXT_C2H pExtC2h -+ ) -+{ -+ BT_CTRL_STATUS retStatus=BT_OP_STATUS_SUCCESS; -+ -+ switch(pExtC2h->statusCode) -+ { -+ case BT_OP_STATUS_SUCCESS: -+ retStatus = BT_STATUS_BT_OP_SUCCESS; -+ DBG_8192C("[MPT], BT status : BT_STATUS_SUCCESS\n"); -+ break; -+ case BT_OP_STATUS_VERSION_MISMATCH: -+ retStatus = BT_STATUS_OPCODE_L_VERSION_MISMATCH; -+ DBG_8192C("[MPT], BT status : BT_STATUS_OPCODE_L_VERSION_MISMATCH\n"); -+ break; -+ case BT_OP_STATUS_UNKNOWN_OPCODE: -+ retStatus = BT_STATUS_UNKNOWN_OPCODE_L; -+ DBG_8192C("[MPT], BT status : BT_STATUS_UNKNOWN_OPCODE_L\n"); -+ break; -+ case BT_OP_STATUS_ERROR_PARAMETER: -+ retStatus = BT_STATUS_PARAMETER_FORMAT_ERROR_L; -+ DBG_8192C("[MPT], BT status : BT_STATUS_PARAMETER_FORMAT_ERROR_L\n"); -+ break; -+ default: -+ retStatus = BT_STATUS_UNKNOWN_STATUS_L; -+ DBG_8192C("[MPT], BT status : BT_STATUS_UNKNOWN_STATUS_L\n"); -+ break; -+ } -+ -+ return retStatus; -+} -+ -+ -+ -+BT_CTRL_STATUS -+mptbt_BtFwOpCodeProcess( -+ PADAPTER Adapter, -+ u1Byte btFwOpCode, -+ u1Byte opCodeVer, -+ pu1Byte pH2cPar, -+ u1Byte h2cParaLen -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ PBT_H2C pH2c=(PBT_H2C)&H2C_Parameter[0]; -+ PMPT_CONTEXT pMptCtx=&(Adapter->mppriv.MptCtx); -+ PBT_EXT_C2H pExtC2h=(PBT_EXT_C2H)&pMptCtx->c2hBuf[0]; -+ u2Byte paraLen=0,i; -+ BT_CTRL_STATUS h2cStatus=BT_STATUS_H2C_SUCCESS, c2hStatus=BT_STATUS_C2H_SUCCESS; -+ BT_CTRL_STATUS retStatus=BT_STATUS_H2C_BT_NO_RSP; -+ -+ if( Adapter->registrypriv.mp_mode == 0 ) -+ { -+ DBG_8192C("[MPT], Error!! mptbt_BtFwOpCodeProces mp_mode == 0!!\n"); -+ return _FALSE; -+ } -+ -+ pH2c->opCode = btFwOpCode; -+ pH2c->opCodeVer = opCodeVer; -+ pH2c->reqNum = pMptCtx->h2cReqNum; -+ //PlatformMoveMemory(&pH2c->buf[0], pH2cPar, h2cParaLen); -+ //_rtw_memcpy(&pH2c->buf[0], pH2cPar, h2cParaLen); -+ _rtw_memcpy(pH2c->buf, pH2cPar, h2cParaLen); -+ -+ DBG_8192C("[MPT], pH2c->opCode=%d\n", pH2c->opCode); -+ DBG_8192C("[MPT], pH2c->opCodeVer=%d\n", pH2c->opCodeVer); -+ DBG_8192C("[MPT], pH2c->reqNum=%d\n", pH2c->reqNum); -+ DBG_8192C("[MPT], h2c parameter length=%d\n", h2cParaLen); -+ for (i=0; ibuf[i]); -+ } -+ -+ h2cStatus = mptbt_SendH2c(Adapter, pH2c, h2cParaLen+2); -+ if(BT_STATUS_H2C_SUCCESS == h2cStatus) -+ { -+ // if reach here, it means H2C get the correct c2h response, -+ c2hStatus = mptbt_CheckC2hFrame(Adapter, pH2c, pExtC2h); -+ if(BT_STATUS_C2H_SUCCESS == c2hStatus) -+ { -+ retStatus = mptbt_CheckBtRspStatus(Adapter, pExtC2h); -+ } -+ else -+ { -+ DBG_8192C("[MPT], Error!! C2H failed for pH2c->opCode=%d\n", pH2c->opCode); -+ // check c2h status error, return error status code to upper layer. -+ retStatus = c2hStatus; -+ } -+ } -+ else -+ { -+ DBG_8192C("[MPT], Error!! H2C failed for pH2c->opCode=%d\n", pH2c->opCode); -+ // check h2c status error, return error status code to upper layer. -+ retStatus = h2cStatus; -+ } -+ -+ return retStatus; -+} -+ -+ -+ -+ -+u2Byte -+mptbt_BtReady( -+ PADAPTER Adapter, -+ PBT_REQ_CMD pBtReq, -+ PBT_RSP_CMD pBtRsp -+ ) -+{ -+ u1Byte h2cParaBuf[6] ={0}; -+ u1Byte h2cParaLen=0; -+ u2Byte paraLen=0; -+ u1Byte retStatus=BT_STATUS_BT_OP_SUCCESS; -+ u1Byte btOpcode; -+ u1Byte btOpcodeVer=0; -+ PMPT_CONTEXT pMptCtx=&(Adapter->mppriv.MptCtx); -+ PBT_EXT_C2H pExtC2h=(PBT_EXT_C2H)&pMptCtx->c2hBuf[0]; -+ u1Byte i; -+ u1Byte btFwVer=0, bdAddr[6]={0}; -+ u2Byte btRealFwVer=0; -+ pu2Byte pu2Tmp=NULL; -+ -+ // -+ // check upper layer parameters -+ // -+ -+ // 1. check upper layer opcode version -+ if(pBtReq->opCodeVer != 1) -+ { -+ DBG_8192C("[MPT], Error!! Upper OP code version not match!!!\n"); -+ pBtRsp->status = BT_STATUS_OPCODE_U_VERSION_MISMATCH; -+ return paraLen; -+ } -+ -+ pBtRsp->pParamStart[0] = MP_BT_NOT_READY; -+ paraLen = 10; -+ // -+ // execute lower layer opcodes -+ // -+ -+ // Get BT FW version -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_GET_BT_VERSION; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ else -+ { -+ pu2Tmp = (pu2Byte)&pExtC2h->buf[0]; -+ btRealFwVer = *pu2Tmp; -+ btFwVer = pExtC2h->buf[1]; -+ DBG_8192C("[MPT], btRealFwVer=0x%x, btFwVer=0x%x\n", btRealFwVer, btFwVer); -+ } -+ -+ // Get BD Address -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_GET_BD_ADDR_L; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ else -+ { -+ bdAddr[5] = pExtC2h->buf[0]; -+ bdAddr[4] = pExtC2h->buf[1]; -+ bdAddr[3] = pExtC2h->buf[2]; -+ } -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_GET_BD_ADDR_H; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ else -+ { -+ bdAddr[2] = pExtC2h->buf[0]; -+ bdAddr[1] = pExtC2h->buf[1]; -+ bdAddr[0] = pExtC2h->buf[2]; -+ } -+ DBG_8192C("[MPT], Local BDAddr:"); -+ for(i=0; i<6; i++) -+ { -+ DBG_8192C(" 0x%x ", bdAddr[i]); -+ } -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ pBtRsp->pParamStart[0] = MP_BT_READY; -+ pu2Tmp = (pu2Byte)&pBtRsp->pParamStart[1]; -+ *pu2Tmp = btRealFwVer; -+ pBtRsp->pParamStart[3] = btFwVer; -+ for(i=0; i<6; i++) -+ { -+ pBtRsp->pParamStart[4+i] = bdAddr[5-i]; -+ } -+ -+ return paraLen; -+} -+ -+void mptbt_close_WiFiRF(PADAPTER Adapter) -+{ -+ PHY_SetBBReg(Adapter, 0x824, 0xF, 0x0); -+ PHY_SetBBReg(Adapter, 0x824, 0x700000, 0x0); -+ PHY_SetRFReg(Adapter, RF_PATH_A, 0x0, 0xF0000, 0x0); -+} -+ -+void mptbt_open_WiFiRF(PADAPTER Adapter) -+{ -+ PHY_SetBBReg(Adapter, 0x824, 0x700000, 0x3); -+ PHY_SetBBReg(Adapter, 0x824, 0xF, 0x2); -+ PHY_SetRFReg(Adapter, RF_PATH_A, 0x0, 0xF0000, 0x3); -+} -+ -+u4Byte mptbt_switch_RF(PADAPTER Adapter, u1Byte Enter) -+{ -+ u2Byte tmp_2byte = 0; -+ -+ //Enter test mode -+ if (Enter) { -+ ////1>. close WiFi RF -+ mptbt_close_WiFiRF(Adapter); -+ -+ ////2>. change ant switch to BT -+ tmp_2byte = rtw_read16(Adapter, 0x860); -+ tmp_2byte = tmp_2byte | BIT(9); -+ tmp_2byte = tmp_2byte & (~BIT(8)); -+ rtw_write16(Adapter, 0x860, tmp_2byte); -+ rtw_write16(Adapter, 0x870, 0x300); -+ } else { -+ ////1>. Open WiFi RF -+ mptbt_open_WiFiRF(Adapter); -+ -+ ////2>. change ant switch back -+ tmp_2byte = rtw_read16(Adapter, 0x860); -+ tmp_2byte = tmp_2byte | BIT(8); -+ tmp_2byte = tmp_2byte & (~BIT(9)); -+ rtw_write16(Adapter, 0x860, tmp_2byte); -+ rtw_write16(Adapter, 0x870, 0x300); -+ } -+ -+ return 0; -+} -+ -+u2Byte -+mptbt_BtSetMode( -+ PADAPTER Adapter, -+ PBT_REQ_CMD pBtReq, -+ PBT_RSP_CMD pBtRsp -+ ) -+{ -+ u1Byte h2cParaBuf[6] ={0}; -+ u1Byte h2cParaLen=0; -+ u2Byte paraLen=0; -+ u1Byte retStatus=BT_STATUS_BT_OP_SUCCESS; -+ u1Byte btOpcode; -+ u1Byte btOpcodeVer=0; -+ u1Byte btModeToSet=0; -+ -+ // -+ // check upper layer parameters -+ // -+ // 1. check upper layer opcode version -+ if(pBtReq->opCodeVer != 1) -+ { -+ DBG_8192C("[MPT], Error!! Upper OP code version not match!!!\n"); -+ pBtRsp->status = BT_STATUS_OPCODE_U_VERSION_MISMATCH; -+ return paraLen; -+ } -+ // 2. check upper layer parameter length -+ if(1 == pBtReq->paraLength) -+ { -+ btModeToSet = pBtReq->pParamStart[0]; -+ DBG_8192C("[MPT], BtTestMode=%d \n", btModeToSet); -+ } -+ else -+ { -+ DBG_8192C("[MPT], Error!! wrong parameter length=%d (should be 1)\n", pBtReq->paraLength); -+ pBtRsp->status = BT_STATUS_PARAMETER_FORMAT_ERROR_U; -+ return paraLen; -+ } -+ -+ // -+ // execute lower layer opcodes -+ // -+ -+ // 1. fill h2c parameters -+ // check bt mode -+ btOpcode = BT_LO_OP_SET_BT_MODE; -+ if(btModeToSet >= MP_BT_MODE_MAX) -+ { -+ pBtRsp->status = BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ mptbt_switch_RF(Adapter, 1); -+ -+ h2cParaBuf[0] = btModeToSet; -+ h2cParaLen = 1; -+ // 2. execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // 3. construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS == retStatus) -+ { -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ } -+ else -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ } -+ -+ return paraLen; -+} -+ -+ -+VOID -+MPTBT_FwC2hBtMpCtrl( -+ PADAPTER Adapter, -+ pu1Byte tmpBuf, -+ u1Byte length -+ ) -+{ -+ u32 i; -+ PMPT_CONTEXT pMptCtx=&(Adapter->mppriv.MptCtx); -+ PBT_EXT_C2H pExtC2h=(PBT_EXT_C2H)tmpBuf; -+ -+ if(Adapter->bBTFWReady == _FALSE || Adapter->registrypriv.mp_mode == 0 ) -+ { -+ //DBG_8192C("Ignore C2H BT MP Info since not in MP mode \n"); -+ return; -+ } -+ if( length > 32 || length < 3 ) -+ { -+ DBG_8192C("\n [MPT], pExtC2h->buf hex: length=%d > 32 || < 3\n",length); -+ return; -+ } -+ -+ //cancel_timeout for h2c handle -+ _cancel_timer_ex(&pMptCtx->MPh2c_timeout_timer); -+ -+ for (i=0; iextendId=0x%x\n", pExtC2h->extendId); -+ -+ switch(pExtC2h->extendId) -+ { -+ case EXT_C2H_WIFI_FW_ACTIVE_RSP: -+ DBG_8192C("[MPT], EXT_C2H_WIFI_FW_ACTIVE_RSP\n"); -+#if 0 -+ DBG_8192C("[MPT], pExtC2h->buf hex: \n"); -+ for (i=0; i<(length-3); i++) -+ { -+ DBG_8192C(" 0x%x ", pExtC2h->buf[i]); -+ } -+#endif -+ if ((_FALSE == pMptCtx->bMPh2c_timeout) -+ && (_FALSE == pMptCtx->MptH2cRspEvent)) -+ { -+ pMptCtx->MptH2cRspEvent = _TRUE; -+ _rtw_up_sema(&pMptCtx->MPh2c_Sema); -+ } -+ break; -+ -+ case EXT_C2H_TRIG_BY_BT_FW: -+ DBG_8192C("[MPT], EXT_C2H_TRIG_BY_BT_FW\n"); -+ _rtw_memcpy(&pMptCtx->c2hBuf[0], tmpBuf, length); -+ DBG_8192C("[MPT], pExtC2h->statusCode=0x%x\n", pExtC2h->statusCode); -+ DBG_8192C("[MPT], pExtC2h->retLen=0x%x\n", pExtC2h->retLen); -+ DBG_8192C("[MPT], pExtC2h->opCodeVer=0x%x\n", pExtC2h->opCodeVer); -+ DBG_8192C("[MPT], pExtC2h->reqNum=0x%x\n", pExtC2h->reqNum); -+ for (i=0; i<(length-3); i++) -+ { -+ DBG_8192C("[MPT], pExtC2h->buf[%d]=0x%02x\n", i, pExtC2h->buf[i]); -+ } -+ -+ if ((_FALSE == pMptCtx->bMPh2c_timeout) -+ && (_TRUE == pMptCtx->MptH2cRspEvent) -+ && (_FALSE == pMptCtx->MptBtC2hEvent)) -+ { -+ pMptCtx->MptBtC2hEvent = _TRUE; -+ _rtw_up_sema(&pMptCtx->MPh2c_Sema); -+ } -+ break; -+ -+ default: -+ DBG_8192C("[MPT], EXT_C2H Target not found,pExtC2h->extendId =%d ,pExtC2h->reqNum=%d\n",pExtC2h->extendId,pExtC2h->reqNum); -+ break; -+ } -+ -+ -+ -+} -+ -+ -+u2Byte -+mptbt_BtGetGeneral( -+ IN PADAPTER Adapter, -+ IN PBT_REQ_CMD pBtReq, -+ IN PBT_RSP_CMD pBtRsp -+ ) -+{ -+ PMPT_CONTEXT pMptCtx=&(Adapter->mppriv.MptCtx); -+ PBT_EXT_C2H pExtC2h=(PBT_EXT_C2H)&pMptCtx->c2hBuf[0]; -+ u1Byte h2cParaBuf[6] ={0}; -+ u1Byte h2cParaLen=0; -+ u2Byte paraLen=0; -+ u1Byte retStatus=BT_STATUS_BT_OP_SUCCESS; -+ u1Byte btOpcode, bdAddr[6]={0}; -+ u1Byte btOpcodeVer=0; -+ u1Byte getType=0, i; -+ u2Byte getParaLen=0, validParaLen=0; -+ u1Byte regType=0, reportType=0; -+ u4Byte regAddr=0, regValue=0; -+ pu4Byte pu4Tmp; -+ pu2Byte pu2Tmp; -+ pu1Byte pu1Tmp; -+ -+ // -+ // check upper layer parameters -+ // -+ -+ // check upper layer opcode version -+ if(pBtReq->opCodeVer != 1) -+ { -+ DBG_8192C("[MPT], Error!! Upper OP code version not match!!!\n"); -+ pBtRsp->status = BT_STATUS_OPCODE_U_VERSION_MISMATCH; -+ return paraLen; -+ } -+ // check upper layer parameter length -+ if(pBtReq->paraLength < 1) -+ { -+ DBG_8192C("[MPT], Error!! wrong parameter length=%d (should larger than 1)\n", pBtReq->paraLength); -+ pBtRsp->status = BT_STATUS_PARAMETER_FORMAT_ERROR_U; -+ return paraLen; -+ } -+ getParaLen = pBtReq->paraLength - 1; -+ getType = pBtReq->pParamStart[0]; -+ -+ DBG_8192C("[MPT], getType=%d, getParaLen=%d\n", getType, getParaLen); -+ -+ // check parameter first -+ switch(getType) -+ { -+ case BT_GGET_REG: -+ DBG_8192C("[MPT], [BT_GGET_REG]\n"); -+ validParaLen = 5; -+ if(getParaLen == validParaLen) -+ { -+ btOpcode = BT_LO_OP_READ_REG; -+ regType = pBtReq->pParamStart[1]; -+ pu4Tmp = (pu4Byte)&pBtReq->pParamStart[2]; -+ regAddr = *pu4Tmp; -+ DBG_8192C("[MPT], BT_GGET_REG regType=0x%02x, regAddr=0x%08x!!\n", -+ regType, regAddr); -+ if(regType >= BT_REG_MAX) -+ { -+ pBtRsp->status = (btOpcode<<8)| BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ if( ((BT_REG_RF==regType)&&(regAddr>0x7f)) || -+ ((BT_REG_MODEM==regType)&&(regAddr>0x1ff)) || -+ ((BT_REG_BLUEWIZE==regType)&&(regAddr>0xfff)) || -+ ((BT_REG_VENDOR==regType)&&(regAddr>0xfff)) || -+ ((BT_REG_LE==regType)&&(regAddr>0xfff)) ) -+ { -+ pBtRsp->status = (btOpcode<<8)| BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ } -+ } -+ break; -+ case BT_GGET_STATUS: -+ DBG_8192C("[MPT], [BT_GGET_STATUS]\n"); -+ validParaLen = 0; -+ break; -+ case BT_GGET_REPORT: -+ DBG_8192C("[MPT], [BT_GGET_REPORT]\n"); -+ validParaLen = 1; -+ if(getParaLen == validParaLen) -+ { -+ reportType = pBtReq->pParamStart[1]; -+ DBG_8192C("[MPT], BT_GGET_REPORT reportType=0x%x!!\n", reportType); -+ if(reportType >= BT_REPORT_MAX) -+ { -+ pBtRsp->status = BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ } -+ break; -+ default: -+ { -+ DBG_8192C("[MPT], Error!! getType=%d, out of range\n", getType); -+ pBtRsp->status = BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ break; -+ } -+ if(getParaLen != validParaLen) -+ { -+ DBG_8192C("[MPT], Error!! wrong parameter length=%d for BT_GET_GEN_CMD cmd id=0x%x, paraLen should=0x%x\n", -+ getParaLen, getType, validParaLen); -+ pBtRsp->status = BT_STATUS_PARAMETER_FORMAT_ERROR_U; -+ return paraLen; -+ } -+ -+ // -+ // execute lower layer opcodes -+ // -+ if(BT_GGET_REG == getType) -+ { -+ // fill h2c parameters -+ // here we should write reg value first then write the address, adviced by Austin -+ btOpcode = BT_LO_OP_READ_REG; -+ h2cParaBuf[0] = regType; -+ h2cParaBuf[1] = pBtReq->pParamStart[2]; -+ h2cParaBuf[2] = pBtReq->pParamStart[3]; -+ h2cParaLen = 3; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ pu2Tmp = (pu2Byte)&pExtC2h->buf[0]; -+ regValue = *pu2Tmp; -+ DBG_8192C("[MPT], read reg regType=0x%02x, regAddr=0x%08x, regValue=0x%04x\n", -+ regType, regAddr, regValue); -+ -+ pu4Tmp = (pu4Byte)&pBtRsp->pParamStart[0]; -+ *pu4Tmp = regValue; -+ paraLen = 4; -+ } -+ else if(BT_GGET_STATUS == getType) -+ { -+ btOpcode = BT_LO_OP_GET_BT_STATUS; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ pBtRsp->pParamStart[0] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[1] = pExtC2h->buf[1]; -+ DBG_8192C("[MPT], read bt status, testMode=0x%x, testStatus=0x%x\n", -+ pBtRsp->pParamStart[0], pBtRsp->pParamStart[1]); -+ paraLen = 2; -+ } -+ else if(BT_GGET_REPORT == getType) -+ { -+ switch(reportType) -+ { -+ case BT_REPORT_RX_PACKET_CNT: -+ { -+ DBG_8192C("[MPT], [Rx Packet Counts]\n"); -+ btOpcode = BT_LO_OP_GET_RX_PKT_CNT_L; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ pBtRsp->pParamStart[0] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[1] = pExtC2h->buf[1]; -+ -+ btOpcode = BT_LO_OP_GET_RX_PKT_CNT_H; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ pBtRsp->pParamStart[2] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[3] = pExtC2h->buf[1]; -+ paraLen = 4; -+ } -+ break; -+ case BT_REPORT_RX_ERROR_BITS: -+ { -+ DBG_8192C("[MPT], [Rx Error Bits]\n"); -+ btOpcode = BT_LO_OP_GET_RX_ERROR_BITS_L; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ pBtRsp->pParamStart[0] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[1] = pExtC2h->buf[1]; -+ -+ btOpcode = BT_LO_OP_GET_RX_ERROR_BITS_H; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ pBtRsp->pParamStart[2] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[3] = pExtC2h->buf[1]; -+ paraLen = 4; -+ } -+ break; -+ case BT_REPORT_RSSI: -+ { -+ DBG_8192C("[MPT], [RSSI]\n"); -+ btOpcode = BT_LO_OP_GET_RSSI; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ pBtRsp->pParamStart[0] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[1] = pExtC2h->buf[1]; -+ paraLen = 2; -+ } -+ break; -+ case BT_REPORT_CFO_HDR_QUALITY: -+ { -+ DBG_8192C("[MPT], [CFO & Header Quality]\n"); -+ btOpcode = BT_LO_OP_GET_CFO_HDR_QUALITY_L; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ pBtRsp->pParamStart[0] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[1] = pExtC2h->buf[1]; -+ -+ btOpcode = BT_LO_OP_GET_CFO_HDR_QUALITY_H; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ pBtRsp->pParamStart[2] = pExtC2h->buf[0]; -+ pBtRsp->pParamStart[3] = pExtC2h->buf[1]; -+ paraLen = 4; -+ } -+ break; -+ case BT_REPORT_CONNECT_TARGET_BD_ADDR: -+ { -+ DBG_8192C("[MPT], [Connected Target BD ADDR]\n"); -+ btOpcode = BT_LO_OP_GET_TARGET_BD_ADDR_L; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ bdAddr[5] = pExtC2h->buf[0]; -+ bdAddr[4] = pExtC2h->buf[1]; -+ bdAddr[3] = pExtC2h->buf[2]; -+ -+ btOpcode = BT_LO_OP_GET_TARGET_BD_ADDR_H; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ bdAddr[2] = pExtC2h->buf[0]; -+ bdAddr[1] = pExtC2h->buf[1]; -+ bdAddr[0] = pExtC2h->buf[2]; -+ -+ DBG_8192C("[MPT], Connected Target BDAddr:%s", bdAddr); -+ for(i=0; i<6; i++) -+ { -+ pBtRsp->pParamStart[i] = bdAddr[5-i]; -+ } -+ paraLen = 6; -+ } -+ break; -+ default: -+ pBtRsp->status = BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ break; -+ } -+ } -+ -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ return paraLen; -+} -+ -+ -+ -+u2Byte -+mptbt_BtSetGeneral( -+ IN PADAPTER Adapter, -+ IN PBT_REQ_CMD pBtReq, -+ IN PBT_RSP_CMD pBtRsp -+ ) -+{ -+ u1Byte h2cParaBuf[6] ={0}; -+ u1Byte h2cParaLen=0; -+ u2Byte paraLen=0; -+ u1Byte retStatus=BT_STATUS_BT_OP_SUCCESS; -+ u1Byte btOpcode; -+ u1Byte btOpcodeVer=0; -+ u1Byte setType=0; -+ u2Byte setParaLen=0, validParaLen=0; -+ u1Byte regType=0, bdAddr[6]={0}, calVal=0; -+ u4Byte regAddr=0, regValue=0; -+ pu4Byte pu4Tmp; -+ pu2Byte pu2Tmp; -+ pu1Byte pu1Tmp; -+ -+ // -+ // check upper layer parameters -+ // -+ -+ // check upper layer opcode version -+ if(pBtReq->opCodeVer != 1) -+ { -+ DBG_8192C("[MPT], Error!! Upper OP code version not match!!!\n"); -+ pBtRsp->status = BT_STATUS_OPCODE_U_VERSION_MISMATCH; -+ return paraLen; -+ } -+ // check upper layer parameter length -+ if(pBtReq->paraLength < 1) -+ { -+ DBG_8192C("[MPT], Error!! wrong parameter length=%d (should larger than 1)\n", pBtReq->paraLength); -+ pBtRsp->status = BT_STATUS_PARAMETER_FORMAT_ERROR_U; -+ return paraLen; -+ } -+ setParaLen = pBtReq->paraLength - 1; -+ setType = pBtReq->pParamStart[0]; -+ -+ DBG_8192C("[MPT], setType=%d, setParaLen=%d\n", setType, setParaLen); -+ -+ // check parameter first -+ switch(setType) -+ { -+ case BT_GSET_REG: -+ DBG_8192C ("[MPT], [BT_GSET_REG]\n"); -+ validParaLen = 9; -+ if(setParaLen == validParaLen) -+ { -+ btOpcode = BT_LO_OP_WRITE_REG_VALUE; -+ regType = pBtReq->pParamStart[1]; -+ pu4Tmp = (pu4Byte)&pBtReq->pParamStart[2]; -+ regAddr = *pu4Tmp; -+ pu4Tmp = (pu4Byte)&pBtReq->pParamStart[6]; -+ regValue = *pu4Tmp; -+ DBG_8192C("[MPT], BT_GSET_REG regType=0x%x, regAddr=0x%x, regValue=0x%x!!\n", -+ regType, regAddr, regValue); -+ if(regType >= BT_REG_MAX) -+ { -+ pBtRsp->status = (btOpcode<<8)| BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ if( ((BT_REG_RF==regType)&&(regAddr>0x7f)) || -+ ((BT_REG_MODEM==regType)&&(regAddr>0x1ff)) || -+ ((BT_REG_BLUEWIZE==regType)&&(regAddr>0xfff)) || -+ ((BT_REG_VENDOR==regType)&&(regAddr>0xfff)) || -+ ((BT_REG_LE==regType)&&(regAddr>0xfff)) ) -+ { -+ pBtRsp->status = (btOpcode<<8)| BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ } -+ } -+ break; -+ case BT_GSET_RESET: -+ DBG_8192C("[MPT], [BT_GSET_RESET]\n"); -+ validParaLen = 0; -+ break; -+ case BT_GSET_TARGET_BD_ADDR: -+ DBG_8192C("[MPT], [BT_GSET_TARGET_BD_ADDR]\n"); -+ validParaLen = 6; -+ if(setParaLen == validParaLen) -+ { -+ btOpcode = BT_LO_OP_SET_TARGET_BD_ADDR_H; -+ if( (pBtReq->pParamStart[1]==0) && -+ (pBtReq->pParamStart[2]==0) && -+ (pBtReq->pParamStart[3]==0) && -+ (pBtReq->pParamStart[4]==0) && -+ (pBtReq->pParamStart[5]==0) && -+ (pBtReq->pParamStart[6]==0) ) -+ { -+ DBG_8192C("[MPT], Error!! targetBDAddr=all zero\n"); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ if( (pBtReq->pParamStart[1]==0xff) && -+ (pBtReq->pParamStart[2]==0xff) && -+ (pBtReq->pParamStart[3]==0xff) && -+ (pBtReq->pParamStart[4]==0xff) && -+ (pBtReq->pParamStart[5]==0xff) && -+ (pBtReq->pParamStart[6]==0xff) ) -+ { -+ DBG_8192C("[MPT], Error!! targetBDAddr=all 0xf\n"); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ bdAddr[0] = pBtReq->pParamStart[6]; -+ bdAddr[1] = pBtReq->pParamStart[5]; -+ bdAddr[2] = pBtReq->pParamStart[4]; -+ bdAddr[3] = pBtReq->pParamStart[3]; -+ bdAddr[4] = pBtReq->pParamStart[2]; -+ bdAddr[5] = pBtReq->pParamStart[1]; -+ DBG_8192C ("[MPT], target BDAddr:%x,%x,%x,%x,%x,%x\n", -+ bdAddr[0],bdAddr[1],bdAddr[2],bdAddr[3],bdAddr[4],bdAddr[5]); -+ } -+ break; -+ case BT_GSET_TX_PWR_FINETUNE: -+ DBG_8192C("[MPT], [BT_GSET_TX_PWR_FINETUNE]\n"); -+ validParaLen = 1; -+ if(setParaLen == validParaLen) -+ { -+ btOpcode = BT_LO_OP_SET_TX_POWER_CALIBRATION; -+ calVal = pBtReq->pParamStart[1]; -+ if( (calVal<1) || (calVal>9) ) -+ { -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ DBG_8192C ("[MPT], calVal=%d\n", calVal); -+ } -+ break; -+ case BT_SET_TRACKING_INTERVAL: -+ DBG_871X("[MPT], [BT_SET_TRACKING_INTERVAL] setParaLen =%d \n",setParaLen); -+ -+ validParaLen = 1; -+ if(setParaLen == validParaLen) -+ calVal = pBtReq->pParamStart[1]; -+ break; -+ case BT_SET_THERMAL_METER: -+ DBG_871X("[MPT], [BT_SET_THERMAL_METER] setParaLen =%d \n",setParaLen); -+ validParaLen = 1; -+ if(setParaLen == validParaLen) -+ calVal = pBtReq->pParamStart[1]; -+ break; -+ case BT_ENABLE_CFO_TRACKING: -+ DBG_871X("[MPT], [BT_ENABLE_CFO_TRACKING] setParaLen =%d \n",setParaLen); -+ validParaLen = 1; -+ if(setParaLen == validParaLen) -+ calVal = pBtReq->pParamStart[1]; -+ break; -+ case BT_GSET_UPDATE_BT_PATCH: -+ -+ break; -+ default: -+ { -+ DBG_8192C ("[MPT], Error!! setType=%d, out of range\n", setType); -+ pBtRsp->status = BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ break; -+ } -+ if(setParaLen != validParaLen) -+ { -+ DBG_8192C("[MPT], Error!! wrong parameter length=%d for BT_SET_GEN_CMD cmd id=0x%x, paraLen should=0x%x\n", -+ setParaLen, setType, validParaLen); -+ pBtRsp->status = BT_STATUS_PARAMETER_FORMAT_ERROR_U; -+ return paraLen; -+ } -+ -+ // -+ // execute lower layer opcodes -+ // -+ if(BT_GSET_REG == setType) -+ { -+ // fill h2c parameters -+ // here we should write reg value first then write the address, adviced by Austin -+ btOpcode = BT_LO_OP_WRITE_REG_VALUE; -+ h2cParaBuf[0] = pBtReq->pParamStart[6]; -+ h2cParaBuf[1] = pBtReq->pParamStart[7]; -+ h2cParaBuf[2] = pBtReq->pParamStart[8]; -+ h2cParaLen = 3; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ // write reg address -+ btOpcode = BT_LO_OP_WRITE_REG_ADDR; -+ h2cParaBuf[0] = regType; -+ h2cParaBuf[1] = pBtReq->pParamStart[2]; -+ h2cParaBuf[2] = pBtReq->pParamStart[3]; -+ h2cParaLen = 3; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ } -+ else if(BT_GSET_RESET == setType) -+ { -+ btOpcode = BT_LO_OP_RESET; -+ h2cParaLen = 0; -+ // execute h2c and check respond c2h from bt fw is correct or not -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ } -+ else if(BT_GSET_TARGET_BD_ADDR == setType) -+ { -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_TARGET_BD_ADDR_L; -+ h2cParaBuf[0] = pBtReq->pParamStart[1]; -+ h2cParaBuf[1] = pBtReq->pParamStart[2]; -+ h2cParaBuf[2] = pBtReq->pParamStart[3]; -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ btOpcode = BT_LO_OP_SET_TARGET_BD_ADDR_H; -+ h2cParaBuf[0] = pBtReq->pParamStart[4]; -+ h2cParaBuf[1] = pBtReq->pParamStart[5]; -+ h2cParaBuf[2] = pBtReq->pParamStart[6]; -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ } -+ else if(BT_GSET_TX_PWR_FINETUNE == setType) -+ { -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_TX_POWER_CALIBRATION; -+ h2cParaBuf[0] = calVal; -+ h2cParaLen = 1; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ } -+ else if(BT_SET_TRACKING_INTERVAL == setType) -+ { -+ // BT_LO_OP_SET_TRACKING_INTERVAL = 0x22, -+ // BT_LO_OP_SET_THERMAL_METER = 0x23, -+ // BT_LO_OP_ENABLE_CFO_TRACKING = 0x24, -+ btOpcode = BT_LO_OP_SET_TRACKING_INTERVAL; -+ h2cParaBuf[0] = calVal; -+ h2cParaLen = 1; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ } -+ else if(BT_SET_THERMAL_METER == setType) -+ { -+ btOpcode = BT_LO_OP_SET_THERMAL_METER; -+ h2cParaBuf[0] = calVal; -+ h2cParaLen = 1; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ } -+ else if(BT_ENABLE_CFO_TRACKING == setType) -+ { -+ btOpcode = BT_LO_OP_ENABLE_CFO_TRACKING; -+ h2cParaBuf[0] = calVal; -+ h2cParaLen = 1; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ } -+ -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ return paraLen; -+} -+ -+ -+ -+u2Byte -+mptbt_BtSetTxRxPars( -+ IN PADAPTER Adapter, -+ IN PBT_REQ_CMD pBtReq, -+ IN PBT_RSP_CMD pBtRsp -+ ) -+{ -+ u1Byte h2cParaBuf[6] ={0}; -+ u1Byte h2cParaLen=0; -+ u2Byte paraLen=0; -+ u1Byte retStatus=BT_STATUS_BT_OP_SUCCESS; -+ u1Byte btOpcode; -+ u1Byte btOpcodeVer=0; -+ PBT_TXRX_PARAMETERS pTxRxPars=(PBT_TXRX_PARAMETERS)&pBtReq->pParamStart[0]; -+ u2Byte lenTxRx=sizeof(BT_TXRX_PARAMETERS); -+ u1Byte i; -+ u1Byte bdAddr[6]={0}; -+ -+ // -+ // check upper layer parameters -+ // -+ -+ // 1. check upper layer opcode version -+ if(pBtReq->opCodeVer != 1) -+ { -+ DBG_8192C("[MPT], Error!! Upper OP code version not match!!!\n"); -+ pBtRsp->status = BT_STATUS_OPCODE_U_VERSION_MISMATCH; -+ return paraLen; -+ } -+ // 2. check upper layer parameter length -+ if(pBtReq->paraLength == sizeof(BT_TXRX_PARAMETERS)) -+ { -+ DBG_8192C ("[MPT], pTxRxPars->txrxChannel=0x%x \n", pTxRxPars->txrxChannel); -+ DBG_8192C ("[MPT], pTxRxPars->txrxTxPktCnt=0x%8x \n", pTxRxPars->txrxTxPktCnt); -+ DBG_8192C ("[MPT], pTxRxPars->txrxTxPktInterval=0x%x \n", pTxRxPars->txrxTxPktInterval); -+ DBG_8192C ("[MPT], pTxRxPars->txrxPayloadType=0x%x \n", pTxRxPars->txrxPayloadType); -+ DBG_8192C ("[MPT], pTxRxPars->txrxPktType=0x%x \n", pTxRxPars->txrxPktType); -+ DBG_8192C ("[MPT], pTxRxPars->txrxPayloadLen=0x%x \n", pTxRxPars->txrxPayloadLen); -+ DBG_8192C ("[MPT], pTxRxPars->txrxPktHeader=0x%x \n", pTxRxPars->txrxPktHeader); -+ DBG_8192C ("[MPT], pTxRxPars->txrxWhitenCoeff=0x%x \n", pTxRxPars->txrxWhitenCoeff); -+ bdAddr[0] = pTxRxPars->txrxBdaddr[5]; -+ bdAddr[1] = pTxRxPars->txrxBdaddr[4]; -+ bdAddr[2] = pTxRxPars->txrxBdaddr[3]; -+ bdAddr[3] = pTxRxPars->txrxBdaddr[2]; -+ bdAddr[4] = pTxRxPars->txrxBdaddr[1]; -+ bdAddr[5] = pTxRxPars->txrxBdaddr[0]; -+ DBG_8192C ("[MPT], pTxRxPars->txrxBdaddr: %s", &bdAddr[0]); -+ DBG_8192C ("[MPT], pTxRxPars->txrxTxGainIndex=0x%x \n", pTxRxPars->txrxTxGainIndex); -+ } -+ else -+ { -+ DBG_8192C ("[MPT], Error!! pBtReq->paraLength=%d, correct Len=%d\n", pBtReq->paraLength, lenTxRx); -+ pBtRsp->status = BT_STATUS_PARAMETER_FORMAT_ERROR_U; -+ return paraLen; -+ } -+ -+ // -+ // execute lower layer opcodes -+ // -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_PKT_HEADER; -+ if(pTxRxPars->txrxPktHeader > 0x3ffff) -+ { -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxPktHeader=0x%x is out of range, (should be between 0x0~0x3ffff)\n", pTxRxPars->txrxPktHeader); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ h2cParaBuf[0] = (u1Byte)(pTxRxPars->txrxPktHeader&0xff); -+ h2cParaBuf[1] = (u1Byte)((pTxRxPars->txrxPktHeader&0xff00)>>8); -+ h2cParaBuf[2] = (u1Byte)((pTxRxPars->txrxPktHeader&0xff0000)>>16); -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_PKT_TYPE_LEN; -+ { -+ u2Byte payloadLenLimit=0; -+ switch(pTxRxPars->txrxPktType) -+ { -+ case MP_BT_PKT_DH1: -+ payloadLenLimit = 27*8; -+ break; -+ case MP_BT_PKT_DH3: -+ payloadLenLimit = 183*8; -+ break; -+ case MP_BT_PKT_DH5: -+ payloadLenLimit = 339*8; -+ break; -+ case MP_BT_PKT_2DH1: -+ payloadLenLimit = 54*8; -+ break; -+ case MP_BT_PKT_2DH3: -+ payloadLenLimit = 367*8; -+ break; -+ case MP_BT_PKT_2DH5: -+ payloadLenLimit = 679*8; -+ break; -+ case MP_BT_PKT_3DH1: -+ payloadLenLimit = 83*8; -+ break; -+ case MP_BT_PKT_3DH3: -+ payloadLenLimit = 552*8; -+ break; -+ case MP_BT_PKT_3DH5: -+ payloadLenLimit = 1021*8; -+ break; -+ case MP_BT_PKT_LE: -+ payloadLenLimit = 39*8; -+ break; -+ default: -+ { -+ DBG_8192C ("[MPT], Error!! Unknown pTxRxPars->txrxPktType=0x%x\n", pTxRxPars->txrxPktType); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ break; -+ } -+ -+ if(pTxRxPars->txrxPayloadLen > payloadLenLimit) -+ { -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxPayloadLen=0x%x, (should smaller than %d)\n", -+ pTxRxPars->txrxPayloadLen, payloadLenLimit); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ -+ h2cParaBuf[0] = pTxRxPars->txrxPktType; -+ h2cParaBuf[1] = (u1Byte)((pTxRxPars->txrxPayloadLen&0xff)); -+ h2cParaBuf[2] = (u1Byte)((pTxRxPars->txrxPayloadLen&0xff00)>>8); -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_PKT_CNT_L_PL_TYPE; -+ if(pTxRxPars->txrxPayloadType > MP_BT_PAYLOAD_MAX) -+ { -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxPayloadType=0x%x, (should be between 0~4)\n", pTxRxPars->txrxPayloadType); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ h2cParaBuf[0] = (u1Byte)((pTxRxPars->txrxTxPktCnt&0xff)); -+ h2cParaBuf[1] = (u1Byte)((pTxRxPars->txrxTxPktCnt&0xff00)>>8); -+ h2cParaBuf[2] = pTxRxPars->txrxPayloadType; -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_PKT_CNT_H_PKT_INTV; -+ if(pTxRxPars->txrxTxPktInterval > 15) -+ { -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxTxPktInterval=0x%x, (should be between 0~15)\n", pTxRxPars->txrxTxPktInterval); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ h2cParaBuf[0] = (u1Byte)((pTxRxPars->txrxTxPktCnt&0xff0000)>>16); -+ h2cParaBuf[1] = (u1Byte)((pTxRxPars->txrxTxPktCnt&0xff000000)>>24); -+ h2cParaBuf[2] = pTxRxPars->txrxTxPktInterval; -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_WHITENCOEFF; -+ { -+ h2cParaBuf[0] = pTxRxPars->txrxWhitenCoeff; -+ h2cParaLen = 1; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_CHNL_TX_GAIN; -+ if( (pTxRxPars->txrxChannel > 78) || -+ (pTxRxPars->txrxTxGainIndex > 7) ) -+ { -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxChannel=0x%x, (should be between 0~78)\n", pTxRxPars->txrxChannel); -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxTxGainIndex=0x%x, (should be between 0~7)\n", pTxRxPars->txrxTxGainIndex); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ h2cParaBuf[0] = pTxRxPars->txrxChannel; -+ h2cParaBuf[1] = pTxRxPars->txrxTxGainIndex; -+ h2cParaLen = 2; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ // fill h2c parameters -+ btOpcode = BT_LO_OP_SET_BD_ADDR_L; -+ if( (pTxRxPars->txrxBdaddr[0]==0) && -+ (pTxRxPars->txrxBdaddr[1]==0) && -+ (pTxRxPars->txrxBdaddr[2]==0) && -+ (pTxRxPars->txrxBdaddr[3]==0) && -+ (pTxRxPars->txrxBdaddr[4]==0) && -+ (pTxRxPars->txrxBdaddr[5]==0) ) -+ { -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxBdaddr=all zero\n"); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ if( (pTxRxPars->txrxBdaddr[0]==0xff) && -+ (pTxRxPars->txrxBdaddr[1]==0xff) && -+ (pTxRxPars->txrxBdaddr[2]==0xff) && -+ (pTxRxPars->txrxBdaddr[3]==0xff) && -+ (pTxRxPars->txrxBdaddr[4]==0xff) && -+ (pTxRxPars->txrxBdaddr[5]==0xff) ) -+ { -+ DBG_8192C ("[MPT], Error!! pTxRxPars->txrxBdaddr=all 0xf\n"); -+ pBtRsp->status = (btOpcode<<8)|BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ -+ { -+ h2cParaBuf[0] = pTxRxPars->txrxBdaddr[0]; -+ h2cParaBuf[1] = pTxRxPars->txrxBdaddr[1]; -+ h2cParaBuf[2] = pTxRxPars->txrxBdaddr[2]; -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ btOpcode = BT_LO_OP_SET_BD_ADDR_H; -+ { -+ h2cParaBuf[0] = pTxRxPars->txrxBdaddr[3]; -+ h2cParaBuf[1] = pTxRxPars->txrxBdaddr[4]; -+ h2cParaBuf[2] = pTxRxPars->txrxBdaddr[5]; -+ h2cParaLen = 3; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ // ckeck bt return status. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C ("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ return paraLen; -+} -+ -+ -+ -+u2Byte -+mptbt_BtTestCtrl( -+ IN PADAPTER Adapter, -+ IN PBT_REQ_CMD pBtReq, -+ IN PBT_RSP_CMD pBtRsp -+ ) -+{ -+ u1Byte h2cParaBuf[6] ={0}; -+ u1Byte h2cParaLen=0; -+ u2Byte paraLen=0; -+ u1Byte retStatus=BT_STATUS_BT_OP_SUCCESS; -+ u1Byte btOpcode; -+ u1Byte btOpcodeVer=0; -+ u1Byte testCtrl=0; -+ -+ // -+ // check upper layer parameters -+ // -+ -+ // 1. check upper layer opcode version -+ if(pBtReq->opCodeVer != 1) -+ { -+ DBG_8192C("[MPT], Error!! Upper OP code version not match!!!\n"); -+ pBtRsp->status = BT_STATUS_OPCODE_U_VERSION_MISMATCH; -+ return paraLen; -+ } -+ // 2. check upper layer parameter length -+ if(1 == pBtReq->paraLength) -+ { -+ testCtrl = pBtReq->pParamStart[0]; -+ DBG_8192C("[MPT], testCtrl=%d \n", testCtrl); -+ } -+ else -+ { -+ DBG_8192C("[MPT], Error!! wrong parameter length=%d (should be 1)\n", pBtReq->paraLength); -+ pBtRsp->status = BT_STATUS_PARAMETER_FORMAT_ERROR_U; -+ return paraLen; -+ } -+ -+ // -+ // execute lower layer opcodes -+ // -+ -+ // 1. fill h2c parameters -+ // check bt mode -+ btOpcode = BT_LO_OP_TEST_CTRL; -+ if(testCtrl >= MP_BT_TEST_MAX) -+ { -+ DBG_8192C("[MPT], Error!! testCtrl=0x%x, (should be between smaller or equal to 0x%x)\n", -+ testCtrl, MP_BT_TEST_MAX-1); -+ pBtRsp->status = BT_STATUS_PARAMETER_OUT_OF_RANGE_U; -+ return paraLen; -+ } -+ else -+ { -+ h2cParaBuf[0] = testCtrl; -+ h2cParaLen = 1; -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ } -+ -+ // 3. construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ return paraLen; -+} -+ -+ -+u2Byte -+mptbt_TestBT( -+ IN PADAPTER Adapter, -+ IN PBT_REQ_CMD pBtReq, -+ IN PBT_RSP_CMD pBtRsp -+ ) -+{ -+ -+ u1Byte h2cParaBuf[6] ={0}; -+ u1Byte h2cParaLen=0; -+ u2Byte paraLen=0; -+ u1Byte retStatus=BT_STATUS_BT_OP_SUCCESS; -+ u1Byte btOpcode; -+ u1Byte btOpcodeVer=0; -+ u1Byte testCtrl=0; -+ -+ // 1. fill h2c parameters -+ btOpcode = 0x11; -+ h2cParaBuf[0] = 0x11; -+ h2cParaBuf[1] = 0x0; -+ h2cParaBuf[2] = 0x0; -+ h2cParaBuf[3] = 0x0; -+ h2cParaBuf[4] = 0x0; -+ h2cParaLen = 1; -+ // retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, &h2cParaBuf[0], h2cParaLen); -+ retStatus = mptbt_BtFwOpCodeProcess(Adapter, btOpcode, btOpcodeVer, h2cParaBuf, h2cParaLen); -+ -+ -+ // 3. construct respond status code and data. -+ if(BT_STATUS_BT_OP_SUCCESS != retStatus) -+ { -+ pBtRsp->status = ((btOpcode<<8)|retStatus); -+ DBG_8192C("[MPT], Error!! status code=0x%x \n", pBtRsp->status); -+ return paraLen; -+ } -+ -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ return paraLen; -+} -+ -+VOID -+mptbt_BtControlProcess( -+ PADAPTER Adapter, -+ PVOID pInBuf -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ PBT_H2C pH2c=(PBT_H2C)&H2C_Parameter[0]; -+ PMPT_CONTEXT pMptCtx=&(Adapter->mppriv.MptCtx); -+ PBT_REQ_CMD pBtReq=(PBT_REQ_CMD)pInBuf; -+ PBT_RSP_CMD pBtRsp; -+ u1Byte i; -+ -+ -+ DBG_8192C("[MPT], mptbt_BtControlProcess()=========>\n"); -+ -+ DBG_8192C("[MPT], input opCodeVer=%d\n", pBtReq->opCodeVer); -+ DBG_8192C("[MPT], input OpCode=%d\n", pBtReq->OpCode); -+ DBG_8192C("[MPT], paraLength=%d \n", pBtReq->paraLength); -+ if(pBtReq->paraLength) -+ { -+ //DBG_8192C("[MPT], parameters(hex):0x%x %d \n",&pBtReq->pParamStart[0], pBtReq->paraLength); -+ } -+ -+ _rtw_memset((void*)pMptCtx->mptOutBuf, 0, 100); -+ pMptCtx->mptOutLen = 4; //length of (BT_RSP_CMD.status+BT_RSP_CMD.paraLength) -+ -+ pBtRsp = (PBT_RSP_CMD)pMptCtx->mptOutBuf; -+ pBtRsp->status = BT_STATUS_SUCCESS; -+ pBtRsp->paraLength = 0x0; -+ -+ // The following we should maintain the User OP codes sent by upper layer -+ switch(pBtReq->OpCode) -+ { -+ case BT_UP_OP_BT_READY: -+ DBG_8192C("[MPT], OPcode : [BT_READY]\n"); -+ pBtRsp->paraLength = mptbt_BtReady(Adapter, pBtReq, pBtRsp); -+ break; -+ case BT_UP_OP_BT_SET_MODE: -+ DBG_8192C("[MPT], OPcode : [BT_SET_MODE]\n"); -+ pBtRsp->paraLength = mptbt_BtSetMode(Adapter, pBtReq, pBtRsp); -+ break; -+ case BT_UP_OP_BT_SET_TX_RX_PARAMETER: -+ DBG_8192C("[MPT], OPcode : [BT_SET_TXRX_PARAMETER]\n"); -+ pBtRsp->paraLength = mptbt_BtSetTxRxPars(Adapter, pBtReq, pBtRsp); -+ break; -+ case BT_UP_OP_BT_SET_GENERAL: -+ DBG_8192C("[MPT], OPcode : [BT_SET_GENERAL]\n"); -+ pBtRsp->paraLength = mptbt_BtSetGeneral(Adapter, pBtReq, pBtRsp); -+ break; -+ case BT_UP_OP_BT_GET_GENERAL: -+ DBG_8192C("[MPT], OPcode : [BT_GET_GENERAL]\n"); -+ pBtRsp->paraLength = mptbt_BtGetGeneral(Adapter, pBtReq, pBtRsp); -+ break; -+ case BT_UP_OP_BT_TEST_CTRL: -+ DBG_8192C("[MPT], OPcode : [BT_TEST_CTRL]\n"); -+ pBtRsp->paraLength = mptbt_BtTestCtrl(Adapter, pBtReq, pBtRsp); -+ break; -+ case BT_UP_OP_TEST_BT: -+ DBG_8192C("[MPT], OPcode : [TEST_BT]\n"); -+ pBtRsp->paraLength = mptbt_TestBT(Adapter, pBtReq, pBtRsp); -+ break; -+ default: -+ DBG_8192C("[MPT], Error!! OPcode : UNDEFINED!!!!\n"); -+ pBtRsp->status = BT_STATUS_UNKNOWN_OPCODE_U; -+ pBtRsp->paraLength = 0x0; -+ break; -+ } -+ -+ pMptCtx->mptOutLen += pBtRsp->paraLength; -+ -+ DBG_8192C("[MPT], pMptCtx->mptOutLen=%d, pBtRsp->paraLength=%d\n", pMptCtx->mptOutLen, pBtRsp->paraLength); -+ DBG_8192C("[MPT], mptbt_BtControlProcess()<=========\n"); -+} -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_cmd.c linux/3rdparty/rtl8812au/core/rtw_cmd.c ---- linux.old/3rdparty/rtl8812au/core/rtw_cmd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_cmd.c 2017-06-07 23:07:20.999686482 +0300 -@@ -0,0 +1,4246 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_CMD_C_ -+ -+#include -+#include -+ -+/* -+Caller and the rtw_cmd_thread can protect cmd_q by spin_lock. -+No irqsave is necessary. -+*/ -+ -+sint _rtw_init_cmd_priv (struct cmd_priv *pcmdpriv) -+{ -+ sint res=_SUCCESS; -+ -+_func_enter_; -+ -+ _rtw_init_sema(&(pcmdpriv->cmd_queue_sema), 0); -+ //_rtw_init_sema(&(pcmdpriv->cmd_done_sema), 0); -+ _rtw_init_sema(&(pcmdpriv->terminate_cmdthread_sema), 0); -+ -+ -+ _rtw_init_queue(&(pcmdpriv->cmd_queue)); -+ -+ //allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf -+ -+ pcmdpriv->cmd_seq = 1; -+ -+ pcmdpriv->cmd_allocated_buf = rtw_zmalloc(MAX_CMDSZ + CMDBUFF_ALIGN_SZ); -+ -+ if (pcmdpriv->cmd_allocated_buf == NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pcmdpriv->cmd_buf = pcmdpriv->cmd_allocated_buf + CMDBUFF_ALIGN_SZ - ( (SIZE_PTR)(pcmdpriv->cmd_allocated_buf) & (CMDBUFF_ALIGN_SZ-1)); -+ -+ pcmdpriv->rsp_allocated_buf = rtw_zmalloc(MAX_RSPSZ + 4); -+ -+ if (pcmdpriv->rsp_allocated_buf == NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ( (SIZE_PTR)(pcmdpriv->rsp_allocated_buf) & 3); -+ -+ pcmdpriv->cmd_issued_cnt = pcmdpriv->cmd_done_cnt = pcmdpriv->rsp_cnt = 0; -+ -+ _rtw_mutex_init(&pcmdpriv->sctx_mutex); -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+#ifdef CONFIG_C2H_WK -+static void c2h_wk_callback(_workitem *work); -+#endif -+sint _rtw_init_evt_priv(struct evt_priv *pevtpriv) -+{ -+ sint res=_SUCCESS; -+ -+_func_enter_; -+ -+#ifdef CONFIG_H2CLBK -+ _rtw_init_sema(&(pevtpriv->lbkevt_done), 0); -+ pevtpriv->lbkevt_limit = 0; -+ pevtpriv->lbkevt_num = 0; -+ pevtpriv->cmdevt_parm = NULL; -+#endif -+ -+ //allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf -+ ATOMIC_SET(&pevtpriv->event_seq, 0); -+ pevtpriv->evt_done_cnt = 0; -+ -+#ifdef CONFIG_EVENT_THREAD_MODE -+ -+ _rtw_init_sema(&(pevtpriv->evt_notify), 0); -+ _rtw_init_sema(&(pevtpriv->terminate_evtthread_sema), 0); -+ -+ pevtpriv->evt_allocated_buf = rtw_zmalloc(MAX_EVTSZ + 4); -+ if (pevtpriv->evt_allocated_buf == NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - ((unsigned int)(pevtpriv->evt_allocated_buf) & 3); -+ -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pevtpriv->allocated_c2h_mem = rtw_zmalloc(C2H_MEM_SZ +4); -+ -+ if (pevtpriv->allocated_c2h_mem == NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pevtpriv->c2h_mem = pevtpriv->allocated_c2h_mem + 4\ -+ - ( (u32)(pevtpriv->allocated_c2h_mem) & 3); -+#ifdef PLATFORM_OS_XP -+ pevtpriv->pc2h_mdl= IoAllocateMdl((u8 *)pevtpriv->c2h_mem, C2H_MEM_SZ , FALSE, FALSE, NULL); -+ -+ if(pevtpriv->pc2h_mdl == NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ MmBuildMdlForNonPagedPool(pevtpriv->pc2h_mdl); -+#endif -+#endif //end of CONFIG_SDIO_HCI -+ -+ _rtw_init_queue(&(pevtpriv->evt_queue)); -+ -+exit: -+ -+#endif //end of CONFIG_EVENT_THREAD_MODE -+ -+#ifdef CONFIG_C2H_WK -+ _init_workitem(&pevtpriv->c2h_wk, c2h_wk_callback, NULL); -+ pevtpriv->c2h_wk_alive = _FALSE; -+ pevtpriv->c2h_queue = rtw_cbuf_alloc(C2H_QUEUE_MAX_LEN+1); -+#endif -+ -+_func_exit_; -+ -+ return res; -+} -+ -+void _rtw_free_evt_priv (struct evt_priv *pevtpriv) -+{ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("+_rtw_free_evt_priv \n")); -+ -+#ifdef CONFIG_EVENT_THREAD_MODE -+ _rtw_free_sema(&(pevtpriv->evt_notify)); -+ _rtw_free_sema(&(pevtpriv->terminate_evtthread_sema)); -+ -+ -+ if (pevtpriv->evt_allocated_buf) -+ rtw_mfree(pevtpriv->evt_allocated_buf, MAX_EVTSZ + 4); -+#endif -+ -+#ifdef CONFIG_C2H_WK -+ _cancel_workitem_sync(&pevtpriv->c2h_wk); -+ while(pevtpriv->c2h_wk_alive) -+ rtw_msleep_os(10); -+ -+ while (!rtw_cbuf_empty(pevtpriv->c2h_queue)) { -+ void *c2h; -+ if ((c2h = rtw_cbuf_pop(pevtpriv->c2h_queue)) != NULL -+ && c2h != (void *)pevtpriv) { -+ rtw_mfree(c2h, 16); -+ } -+ } -+ rtw_cbuf_free(pevtpriv->c2h_queue); -+#endif -+ -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("-_rtw_free_evt_priv \n")); -+ -+_func_exit_; -+ -+} -+ -+void _rtw_free_cmd_priv (struct cmd_priv *pcmdpriv) -+{ -+_func_enter_; -+ -+ if(pcmdpriv){ -+ _rtw_spinlock_free(&(pcmdpriv->cmd_queue.lock)); -+ _rtw_free_sema(&(pcmdpriv->cmd_queue_sema)); -+ //_rtw_free_sema(&(pcmdpriv->cmd_done_sema)); -+ _rtw_free_sema(&(pcmdpriv->terminate_cmdthread_sema)); -+ -+ if (pcmdpriv->cmd_allocated_buf) -+ rtw_mfree(pcmdpriv->cmd_allocated_buf, MAX_CMDSZ + CMDBUFF_ALIGN_SZ); -+ -+ if (pcmdpriv->rsp_allocated_buf) -+ rtw_mfree(pcmdpriv->rsp_allocated_buf, MAX_RSPSZ + 4); -+ -+ _rtw_mutex_free(&pcmdpriv->sctx_mutex); -+ } -+_func_exit_; -+} -+ -+/* -+Calling Context: -+ -+rtw_enqueue_cmd can only be called between kernel thread, -+since only spin_lock is used. -+ -+ISR/Call-Back functions can't call this sub-function. -+ -+*/ -+#ifdef DBG_CMD_QUEUE -+extern u8 dump_cmd_id; -+#endif -+ -+sint _rtw_enqueue_cmd(_queue *queue, struct cmd_obj *obj) -+{ -+ _irqL irqL; -+ -+_func_enter_; -+ -+ if (obj == NULL) -+ goto exit; -+ -+ if(obj->cmdsz > MAX_CMDSZ ){ -+ DBG_871X("%s failed due to obj->cmdsz(%d) > MAX_CMDSZ(%d) \n",__FUNCTION__, obj->cmdsz,MAX_CMDSZ); -+ goto exit; -+ } -+ //_enter_critical_bh(&queue->lock, &irqL); -+ _enter_critical(&queue->lock, &irqL); -+ -+ rtw_list_insert_tail(&obj->list, &queue->queue); -+ -+ #ifdef DBG_CMD_QUEUE -+ if(dump_cmd_id){ -+ printk("%s===> cmdcode:0x%02x\n",__FUNCTION__,obj->cmdcode); -+ if(obj->cmdcode == GEN_CMD_CODE(_Set_MLME_EVT)){ -+ if(obj->parmbuf){ -+ struct C2HEvent_Header *pc2h_evt_hdr = (struct C2HEvent_Header *)(obj->parmbuf); -+ printk("pc2h_evt_hdr->ID:0x%02x(%d)\n",pc2h_evt_hdr->ID,pc2h_evt_hdr->ID); -+ } -+ } -+ if(obj->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)){ -+ if(obj->parmbuf){ -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm =(struct drvextra_cmd_parm*)(obj->parmbuf); -+ printk("pdrvextra_cmd_parm->ec_id:0x%02x\n",pdrvextra_cmd_parm->ec_id); -+ } -+ } -+ } -+ -+ if (queue->queue.prev->next != &queue->queue) -+ { -+ DBG_871X("[%d] head %p, tail %p, tail->prev->next %p[tail], tail->next %p[head]\n", __LINE__, -+ &queue->queue, queue->queue.prev, queue->queue.prev->prev->next, queue->queue.prev->next); -+ -+ DBG_871X("==========%s============\n",__FUNCTION__); -+ DBG_871X("head:%p,obj_addr:%p\n",&queue->queue,obj); -+ DBG_871X("padapter: %p\n",obj->padapter); -+ DBG_871X("cmdcode: 0x%02x\n",obj->cmdcode); -+ DBG_871X("res: %d\n",obj->res); -+ DBG_871X("parmbuf: %p\n",obj->parmbuf); -+ DBG_871X("cmdsz: %d\n",obj->cmdsz); -+ DBG_871X("rsp: %p\n",obj->rsp); -+ DBG_871X("rspsz: %d\n",obj->rspsz); -+ DBG_871X("sctx: %p\n",obj->sctx); -+ DBG_871X("list->next: %p\n",obj->list.next); -+ DBG_871X("list->prev: %p\n",obj->list.prev); -+ } -+ #endif //DBG_CMD_QUEUE -+ -+ //_exit_critical_bh(&queue->lock, &irqL); -+ _exit_critical(&queue->lock, &irqL); -+ -+exit: -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+struct cmd_obj *_rtw_dequeue_cmd(_queue *queue) -+{ -+ _irqL irqL; -+ struct cmd_obj *obj; -+ -+_func_enter_; -+ -+ //_enter_critical_bh(&(queue->lock), &irqL); -+ _enter_critical(&queue->lock, &irqL); -+ -+ #ifdef DBG_CMD_QUEUE -+ if (queue->queue.prev->next != &queue->queue) -+ { -+ DBG_871X("[%d] head %p, tail %p, tail->prev->next %p[tail], tail->next %p[head]\n", __LINE__, -+ &queue->queue, queue->queue.prev, queue->queue.prev->prev->next, queue->queue.prev->next); -+ } -+ #endif //DBG_CMD_QUEUE -+ -+ -+ if (rtw_is_list_empty(&(queue->queue))){ -+ obj = NULL; -+ } -+ else -+ { -+ obj = LIST_CONTAINOR(get_next(&(queue->queue)), struct cmd_obj, list); -+ -+ #ifdef DBG_CMD_QUEUE -+ if (queue->queue.prev->next != &queue->queue){ -+ DBG_871X("==========%s============\n",__FUNCTION__); -+ DBG_871X("head:%p,obj_addr:%p\n",&queue->queue,obj); -+ DBG_871X("padapter: %p\n",obj->padapter); -+ DBG_871X("cmdcode: 0x%02x\n",obj->cmdcode); -+ DBG_871X("res: %d\n",obj->res); -+ DBG_871X("parmbuf: %p\n",obj->parmbuf); -+ DBG_871X("cmdsz: %d\n",obj->cmdsz); -+ DBG_871X("rsp: %p\n",obj->rsp); -+ DBG_871X("rspsz: %d\n",obj->rspsz); -+ DBG_871X("sctx: %p\n",obj->sctx); -+ DBG_871X("list->next: %p\n",obj->list.next); -+ DBG_871X("list->prev: %p\n",obj->list.prev); -+ } -+ -+ if(dump_cmd_id){ -+ DBG_871X("%s===> cmdcode:0x%02x\n",__FUNCTION__,obj->cmdcode); -+ if(obj->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)){ -+ if(obj->parmbuf){ -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm =(struct drvextra_cmd_parm*)(obj->parmbuf); -+ printk("pdrvextra_cmd_parm->ec_id:0x%02x\n",pdrvextra_cmd_parm->ec_id); -+ } -+ } -+ -+ } -+ #endif //DBG_CMD_QUEUE -+ -+ rtw_list_delete(&obj->list); -+ } -+ -+ //_exit_critical_bh(&(queue->lock), &irqL); -+ _exit_critical(&queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return obj; -+} -+ -+u32 rtw_init_cmd_priv(struct cmd_priv *pcmdpriv) -+{ -+ u32 res; -+_func_enter_; -+ res = _rtw_init_cmd_priv (pcmdpriv); -+_func_exit_; -+ return res; -+} -+ -+u32 rtw_init_evt_priv (struct evt_priv *pevtpriv) -+{ -+ int res; -+_func_enter_; -+ res = _rtw_init_evt_priv(pevtpriv); -+_func_exit_; -+ return res; -+} -+ -+void rtw_free_evt_priv (struct evt_priv *pevtpriv) -+{ -+_func_enter_; -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("rtw_free_evt_priv\n")); -+ _rtw_free_evt_priv(pevtpriv); -+_func_exit_; -+} -+ -+void rtw_free_cmd_priv (struct cmd_priv *pcmdpriv) -+{ -+_func_enter_; -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("rtw_free_cmd_priv\n")); -+ _rtw_free_cmd_priv(pcmdpriv); -+_func_exit_; -+} -+ -+int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj); -+int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) -+{ -+ u8 bAllow = _FALSE; //set to _TRUE to allow enqueuing cmd when hw_init_completed is _FALSE -+ -+ #ifdef SUPPORT_HW_RFOFF_DETECTED -+ //To decide allow or not -+ if( (adapter_to_pwrctl(pcmdpriv->padapter)->bHWPwrPindetect) -+ &&(!pcmdpriv->padapter->registrypriv.usbss_enable) -+ ) -+ { -+ if(cmd_obj->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra) ) -+ { -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)cmd_obj->parmbuf; -+ if(pdrvextra_cmd_parm->ec_id == POWER_SAVING_CTRL_WK_CID) -+ { -+ //DBG_871X("==>enqueue POWER_SAVING_CTRL_WK_CID\n"); -+ bAllow = _TRUE; -+ } -+ } -+ } -+ #endif -+ -+#ifndef CONFIG_C2H_PACKET_EN -+ /* C2H should be always allowed */ -+ if(cmd_obj->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)) { -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)cmd_obj->parmbuf; -+ if(pdrvextra_cmd_parm->ec_id == C2H_WK_CID) { -+ bAllow = _TRUE; -+ } -+ } -+#endif -+ -+ if(cmd_obj->cmdcode == GEN_CMD_CODE(_SetChannelPlan)) -+ bAllow = _TRUE; -+ -+ if ((!rtw_is_hw_init_completed(pcmdpriv->padapter) && (bAllow == _FALSE)) -+ || ATOMIC_READ(&(pcmdpriv->cmdthd_running)) == _FALSE //com_thread not running -+ ) { -+ /*DBG_871X("%s:%s: drop cmdcode:%u, hw_init_completed:%u, cmdthd_running:%u\n", caller_func, __FUNCTION__, -+ cmd_obj->cmdcode, -+ rtw_get_hw_init_completed(cmd_obj->padapter), -+ pcmdpriv->cmdthd_running -+ );*/ -+ -+ return _FAIL; -+ } -+ return _SUCCESS; -+} -+ -+ -+ -+u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) -+{ -+ int res = _FAIL; -+ PADAPTER padapter = pcmdpriv->padapter; -+ -+_func_enter_; -+ -+ if (cmd_obj == NULL) { -+ goto exit; -+ } -+ -+ cmd_obj->padapter = padapter; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ //change pcmdpriv to primary's pcmdpriv -+ if (padapter->adapter_type != PRIMARY_ADAPTER && padapter->pbuddy_adapter) -+ pcmdpriv = &(padapter->pbuddy_adapter->cmdpriv); -+#endif -+ -+ if( _FAIL == (res=rtw_cmd_filter(pcmdpriv, cmd_obj)) ) { -+ rtw_free_cmd_obj(cmd_obj); -+ goto exit; -+ } -+ -+ res = _rtw_enqueue_cmd(&pcmdpriv->cmd_queue, cmd_obj); -+ -+ if(res == _SUCCESS) -+ _rtw_up_sema(&pcmdpriv->cmd_queue_sema); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv) -+{ -+ struct cmd_obj *cmd_obj; -+ -+_func_enter_; -+ -+ cmd_obj = _rtw_dequeue_cmd(&pcmdpriv->cmd_queue); -+ -+_func_exit_; -+ return cmd_obj; -+} -+ -+void rtw_cmd_clr_isr(struct cmd_priv *pcmdpriv) -+{ -+_func_enter_; -+ pcmdpriv->cmd_done_cnt++; -+ //_rtw_up_sema(&(pcmdpriv->cmd_done_sema)); -+_func_exit_; -+} -+ -+void rtw_free_cmd_obj(struct cmd_obj *pcmd) -+{ -+ struct drvextra_cmd_parm *extra_parm = NULL; -+_func_enter_; -+ -+ if (pcmd->parmbuf != NULL) { -+ /* free parmbuf in cmd_obj */ -+ rtw_mfree((unsigned char *)pcmd->parmbuf, pcmd->cmdsz); -+ } -+ if(pcmd->rsp!=NULL) -+ { -+ if(pcmd->rspsz!= 0) -+ { -+ //free rsp in cmd_obj -+ rtw_mfree((unsigned char*)pcmd->rsp, pcmd->rspsz); -+ } -+ } -+ -+ //free cmd_obj -+ rtw_mfree((unsigned char*)pcmd, sizeof(struct cmd_obj)); -+ -+_func_exit_; -+} -+ -+ -+void rtw_stop_cmd_thread(_adapter *adapter) -+{ -+ if(adapter->cmdThread && -+ ATOMIC_READ(&(adapter->cmdpriv.cmdthd_running)) == _TRUE && -+ adapter->cmdpriv.stop_req == 0) -+ { -+ adapter->cmdpriv.stop_req = 1; -+ _rtw_up_sema(&adapter->cmdpriv.cmd_queue_sema); -+ _rtw_down_sema(&adapter->cmdpriv.terminate_cmdthread_sema); -+ } -+} -+ -+thread_return rtw_cmd_thread(thread_context context) -+{ -+ u8 ret; -+ struct cmd_obj *pcmd; -+ u8 *pcmdbuf, *prspbuf; -+ u32 cmd_start_time; -+ u32 cmd_process_time; -+ u8 (*cmd_hdl)(_adapter *padapter, u8* pbuf); -+ void (*pcmd_callback)(_adapter *dev, struct cmd_obj *pcmd); -+ PADAPTER padapter = (PADAPTER)context; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ struct drvextra_cmd_parm *extra_parm = NULL; -+ _irqL irqL; -+_func_enter_; -+ -+ thread_enter("RTW_CMD_THREAD"); -+ -+ pcmdbuf = pcmdpriv->cmd_buf; -+ prspbuf = pcmdpriv->rsp_buf; -+ -+ pcmdpriv->stop_req = 0; -+ ATOMIC_SET(&(pcmdpriv->cmdthd_running), _TRUE); -+ _rtw_up_sema(&pcmdpriv->terminate_cmdthread_sema); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("start r871x rtw_cmd_thread !!!!\n")); -+ -+ while(1) -+ { -+ if (_rtw_down_sema(&pcmdpriv->cmd_queue_sema) == _FAIL) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" _rtw_down_sema(&pcmdpriv->cmd_queue_sema) return _FAIL, break\n", FUNC_ADPT_ARG(padapter)); -+ break; -+ } -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_871X_LEVEL(_drv_always_, "%s: DriverStopped(%s) SurpriseRemoved(%s) break at line %d\n", -+ __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , __LINE__); -+ break; -+ } -+ -+ if (pcmdpriv->stop_req) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" stop_req:%u, break\n", FUNC_ADPT_ARG(padapter), pcmdpriv->stop_req); -+ break; -+ } -+ -+ _enter_critical(&pcmdpriv->cmd_queue.lock, &irqL); -+ if(rtw_is_list_empty(&(pcmdpriv->cmd_queue.queue))) -+ { -+ //DBG_871X("%s: cmd queue is empty!\n", __func__); -+ _exit_critical(&pcmdpriv->cmd_queue.lock, &irqL); -+ continue; -+ } -+ _exit_critical(&pcmdpriv->cmd_queue.lock, &irqL); -+ -+#ifdef CONFIG_LPS_LCLK -+ if (rtw_register_cmd_alive(padapter) != _SUCCESS) -+ { -+ RT_TRACE(_module_hal_xmit_c_, _drv_notice_, -+ ("%s: wait to leave LPS_LCLK\n", __FUNCTION__)); -+ continue; -+ } -+#endif -+ -+_next: -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_871X_LEVEL(_drv_always_, "%s: DriverStopped(%s) SurpriseRemoved(%s) break at line %d\n", -+ __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , __LINE__); -+ break; -+ } -+ -+ if(!(pcmd = rtw_dequeue_cmd(pcmdpriv))) { -+#ifdef CONFIG_LPS_LCLK -+ rtw_unregister_cmd_alive(padapter); -+#endif -+ continue; -+ } -+ -+ cmd_start_time = rtw_get_current_time(); -+ -+ if( _FAIL == rtw_cmd_filter(pcmdpriv, pcmd) ) -+ { -+ pcmd->res = H2C_DROPPED; -+ if (pcmd->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)) { -+ extra_parm = (struct drvextra_cmd_parm *)pcmd->parmbuf; -+ if (extra_parm && extra_parm->pbuf && extra_parm->size > 0) -+ rtw_mfree(extra_parm->pbuf, extra_parm->size); -+ } -+ goto post_process; -+ } -+ -+ pcmdpriv->cmd_issued_cnt++; -+ -+ if(pcmd->cmdsz > MAX_CMDSZ ){ -+ DBG_871X("%s cmdsz:%d > MAX_CMDSZ:%d\n",__FUNCTION__,pcmd->cmdsz,MAX_CMDSZ); -+ } -+ -+ _rtw_memcpy(pcmdbuf, pcmd->parmbuf, pcmd->cmdsz); -+ -+ if(pcmd->cmdcode < (sizeof(wlancmds) /sizeof(struct cmd_hdl))) -+ { -+ cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; -+ -+ if (cmd_hdl) -+ { -+ ret = cmd_hdl(pcmd->padapter, pcmdbuf); -+ pcmd->res = ret; -+ } -+ -+ pcmdpriv->cmd_seq++; -+ } -+ else -+ { -+ pcmd->res = H2C_PARAMETERS_ERROR; -+ } -+ -+ cmd_hdl = NULL; -+ -+post_process: -+ -+ _enter_critical_mutex(&(pcmd->padapter->cmdpriv.sctx_mutex), NULL); -+ if (pcmd->sctx) { -+ if (0) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" pcmd->sctx\n", -+ FUNC_ADPT_ARG(pcmd->padapter)); -+ if (pcmd->res == H2C_SUCCESS) -+ rtw_sctx_done(&pcmd->sctx); -+ else -+ rtw_sctx_done_err(&pcmd->sctx, RTW_SCTX_DONE_CMD_ERROR); -+ } -+ _exit_critical_mutex(&(pcmd->padapter->cmdpriv.sctx_mutex), NULL); -+ -+ -+ if((cmd_process_time = rtw_get_passing_time_ms(cmd_start_time)) > 1000) -+ { -+ if (pcmd->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)) { -+ struct drvextra_cmd_parm *drvextra_parm = (struct drvextra_cmd_parm *)pcmdbuf; -+ DBG_871X(ADPT_FMT" cmd=%d,%d,%d process_time=%d > 1 sec\n", -+ ADPT_ARG(pcmd->padapter), pcmd->cmdcode, drvextra_parm->ec_id, drvextra_parm->type, cmd_process_time); -+ //rtw_warn_on(1); -+ } else if(pcmd->cmdcode == GEN_CMD_CODE(_Set_MLME_EVT)){ -+ struct C2HEvent_Header *pc2h_evt_hdr = (struct C2HEvent_Header *)pcmdbuf; -+ DBG_871X(ADPT_FMT" cmd=%d,%d, process_time=%d > 1 sec\n", -+ ADPT_ARG(pcmd->padapter), pcmd->cmdcode, pc2h_evt_hdr->ID, cmd_process_time); -+ //rtw_warn_on(1); -+ } else { -+ DBG_871X(ADPT_FMT" cmd=%d, process_time=%d > 1 sec\n", -+ ADPT_ARG(pcmd->padapter), pcmd->cmdcode, cmd_process_time); -+ //rtw_warn_on(1); -+ } -+ } -+ -+ //call callback function for post-processed -+ if(pcmd->cmdcode < (sizeof(rtw_cmd_callback) /sizeof(struct _cmd_callback))) -+ { -+ pcmd_callback = rtw_cmd_callback[pcmd->cmdcode].callback; -+ if(pcmd_callback == NULL) -+ { -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("mlme_cmd_hdl(): pcmd_callback=0x%p, cmdcode=0x%x\n", pcmd_callback, pcmd->cmdcode)); -+ rtw_free_cmd_obj(pcmd); -+ } -+ else -+ { -+ //todo: !!! fill rsp_buf to pcmd->rsp if (pcmd->rsp!=NULL) -+ pcmd_callback(pcmd->padapter, pcmd);//need conider that free cmd_obj in rtw_cmd_callback -+ } -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_err_,("%s: cmdcode=0x%x callback not defined!\n", __FUNCTION__, pcmd->cmdcode)); -+ rtw_free_cmd_obj(pcmd); -+ } -+ -+ flush_signals_thread(); -+ -+ goto _next; -+ -+ } -+ -+ /* to avoid enqueue cmd after free all cmd_obj */ -+ ATOMIC_SET(&(pcmdpriv->cmdthd_running), _FALSE); -+ -+ // free all cmd_obj resources -+ do{ -+ pcmd = rtw_dequeue_cmd(pcmdpriv); -+ if(pcmd==NULL){ -+#ifdef CONFIG_LPS_LCLK -+ rtw_unregister_cmd_alive(padapter); -+#endif -+ break; -+ } -+ //DBG_871X("%s: leaving... drop cmdcode:%u size:%d\n", __FUNCTION__, pcmd->cmdcode, pcmd->cmdsz); -+ -+ if (pcmd->cmdcode == GEN_CMD_CODE(_Set_Drv_Extra)) { -+ extra_parm = (struct drvextra_cmd_parm *)pcmd->parmbuf; -+ if(extra_parm->pbuf && extra_parm->size > 0) { -+ rtw_mfree(extra_parm->pbuf, extra_parm->size); -+ } -+ } -+ -+ rtw_free_cmd_obj(pcmd); -+ }while(1); -+ -+ _rtw_up_sema(&pcmdpriv->terminate_cmdthread_sema); -+ -+_func_exit_; -+ -+ thread_exit(); -+ -+} -+ -+ -+#ifdef CONFIG_EVENT_THREAD_MODE -+u32 rtw_enqueue_evt(struct evt_priv *pevtpriv, struct evt_obj *obj) -+{ -+ _irqL irqL; -+ int res; -+ _queue *queue = &pevtpriv->evt_queue; -+ -+_func_enter_; -+ -+ res = _SUCCESS; -+ -+ if (obj == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ -+ rtw_list_insert_tail(&obj->list, &queue->queue); -+ -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+ //rtw_evt_notify_isr(pevtpriv); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+struct evt_obj *rtw_dequeue_evt(_queue *queue) -+{ -+ _irqL irqL; -+ struct evt_obj *pevtobj; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ -+ if (rtw_is_list_empty(&(queue->queue))) -+ pevtobj = NULL; -+ else -+ { -+ pevtobj = LIST_CONTAINOR(get_next(&(queue->queue)), struct evt_obj, list); -+ rtw_list_delete(&pevtobj->list); -+ } -+ -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return pevtobj; -+} -+ -+void rtw_free_evt_obj(struct evt_obj *pevtobj) -+{ -+_func_enter_; -+ -+ if(pevtobj->parmbuf) -+ rtw_mfree((unsigned char*)pevtobj->parmbuf, pevtobj->evtsz); -+ -+ rtw_mfree((unsigned char*)pevtobj, sizeof(struct evt_obj)); -+ -+_func_exit_; -+} -+ -+void rtw_evt_notify_isr(struct evt_priv *pevtpriv) -+{ -+_func_enter_; -+ pevtpriv->evt_done_cnt++; -+ _rtw_up_sema(&(pevtpriv->evt_notify)); -+_func_exit_; -+} -+#endif -+ -+ -+/* -+u8 rtw_setstandby_cmd(unsigned char *adapter) -+*/ -+u8 rtw_setstandby_cmd(_adapter *padapter, uint action) -+{ -+ struct cmd_obj* ph2c; -+ struct usb_suspend_parm* psetusbsuspend; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ -+ u8 ret = _SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ psetusbsuspend = (struct usb_suspend_parm*)rtw_zmalloc(sizeof(struct usb_suspend_parm)); -+ if (psetusbsuspend == NULL) { -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ psetusbsuspend->action = action; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetusbsuspend, GEN_CMD_CODE(_SetUsbSuspend)); -+ -+ ret = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+/* -+rtw_sitesurvey_cmd(~) -+ ### NOTE:#### (!!!!) -+ MUST TAKE CARE THAT BEFORE CALLING THIS FUNC, YOU SHOULD HAVE LOCKED pmlmepriv->lock -+*/ -+u8 rtw_sitesurvey_cmd(_adapter *padapter, NDIS_802_11_SSID *ssid, int ssid_num, -+ struct rtw_ieee80211_channel *ch, int ch_num) -+{ -+ u8 res = _FAIL; -+ struct cmd_obj *ph2c; -+ struct sitesurvey_parm *psurveyPara; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+_func_enter_; -+ -+#ifdef CONFIG_LPS -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE){ -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_SCAN, 1); -+ } -+#endif -+ -+#ifdef CONFIG_P2P_PS -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ p2p_ps_wk_cmd(padapter, P2P_PS_SCAN, 1); -+ } -+#endif //CONFIG_P2P_PS -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) -+ return _FAIL; -+ -+ psurveyPara = (struct sitesurvey_parm*)rtw_zmalloc(sizeof(struct sitesurvey_parm)); -+ if (psurveyPara == NULL) { -+ rtw_mfree((unsigned char*) ph2c, sizeof(struct cmd_obj)); -+ return _FAIL; -+ } -+ -+ rtw_free_network_queue(padapter, _FALSE); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("%s: flush network queue\n", __FUNCTION__)); -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); -+ -+ /* psurveyPara->bsslimit = 48; */ -+ psurveyPara->scan_mode = pmlmepriv->scan_mode; -+ -+ /* prepare ssid list */ -+ if (ssid) { -+ int i; -+ for (i=0; issid[i], &ssid[i], sizeof(NDIS_802_11_SSID)); -+ psurveyPara->ssid_num++; -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" ssid:(%s, %d)\n", FUNC_ADPT_ARG(padapter), -+ psurveyPara->ssid[i].Ssid, psurveyPara->ssid[i].SsidLength); -+ } -+ } -+ } -+ -+ /* prepare channel list */ -+ if (ch) { -+ int i; -+ for (i=0; ich[i], &ch[i], sizeof(struct rtw_ieee80211_channel)); -+ psurveyPara->ch_num++; -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" ch:%u\n", FUNC_ADPT_ARG(padapter), -+ psurveyPara->ch[i].hw_value); -+ } -+ } -+ } -+ -+ set_fwstate(pmlmepriv, _FW_UNDER_SURVEY); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+ if(res == _SUCCESS) { -+ -+ pmlmepriv->scan_start_time = rtw_get_current_time(); -+ -+#ifdef CONFIG_SCAN_BACKOP -+ if((padapter->pbuddy_adapter->mlmeextpriv.mlmext_info.state&0x03) == WIFI_FW_AP_STATE) -+ { -+ if(IsSupported5G(padapter->registrypriv.wireless_mode) -+ && IsSupported24G(padapter->registrypriv.wireless_mode)) //dual band -+ mlme_set_scan_to_timer(pmlmepriv, CONC_SCANNING_TIMEOUT_DUAL_BAND); -+ else //single band -+ mlme_set_scan_to_timer(pmlmepriv, CONC_SCANNING_TIMEOUT_SINGLE_BAND); -+ } -+ else -+#endif /* CONFIG_SCAN_BACKOP */ -+ mlme_set_scan_to_timer(pmlmepriv, SCANNING_TIMEOUT); -+ -+ rtw_led_control(padapter, LED_CTL_SITE_SURVEY); -+ } else { -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ } -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_setdatarate_cmd(_adapter *padapter, u8 *rateset) -+{ -+ struct cmd_obj* ph2c; -+ struct setdatarate_parm* pbsetdataratepara; -+ struct cmd_priv* pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pbsetdataratepara = (struct setdatarate_parm*)rtw_zmalloc(sizeof(struct setdatarate_parm)); -+ if (pbsetdataratepara == NULL) { -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pbsetdataratepara, GEN_CMD_CODE(_SetDataRate)); -+#ifdef MP_FIRMWARE_OFFLOAD -+ pbsetdataratepara->curr_rateidx = *(u32*)rateset; -+// _rtw_memcpy(pbsetdataratepara, rateset, sizeof(u32)); -+#else -+ pbsetdataratepara->mac_id = 5; -+ _rtw_memcpy(pbsetdataratepara->datarates, rateset, NumRates); -+#endif -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_setbasicrate_cmd(_adapter *padapter, u8 *rateset) -+{ -+ struct cmd_obj* ph2c; -+ struct setbasicrate_parm* pssetbasicratepara; -+ struct cmd_priv* pcmdpriv=&padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res= _FAIL; -+ goto exit; -+ } -+ pssetbasicratepara = (struct setbasicrate_parm*)rtw_zmalloc(sizeof(struct setbasicrate_parm)); -+ -+ if (pssetbasicratepara == NULL) { -+ rtw_mfree((u8*) ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pssetbasicratepara, _SetBasicRate_CMD_); -+ -+ _rtw_memcpy(pssetbasicratepara->basicrates, rateset, NumRates); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+ -+/* -+unsigned char rtw_setphy_cmd(unsigned char *adapter) -+ -+1. be called only after rtw_update_registrypriv_dev_network( ~) or mp testing program -+2. for AdHoc/Ap mode or mp mode? -+ -+*/ -+u8 rtw_setphy_cmd(_adapter *padapter, u8 modem, u8 ch) -+{ -+ struct cmd_obj* ph2c; -+ struct setphy_parm* psetphypara; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+// struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+// struct registry_priv* pregistry_priv = &padapter->registrypriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ psetphypara = (struct setphy_parm*)rtw_zmalloc(sizeof(struct setphy_parm)); -+ -+ if(psetphypara==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetphypara, _SetPhy_CMD_); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("CH=%d, modem=%d", ch, modem)); -+ -+ psetphypara->modem = modem; -+ psetphypara->rfchannel = ch; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+_func_exit_; -+ return res; -+} -+ -+u8 rtw_getmacreg_cmd(_adapter *padapter, u8 len, u32 addr) -+{ -+ struct cmd_obj *ph2c; -+ struct readMAC_parm *preadmacparm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ preadmacparm = (struct readMAC_parm *)rtw_zmalloc(sizeof(struct readMAC_parm)); -+ -+ if (preadmacparm == NULL) { -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, preadmacparm, GEN_CMD_CODE(_GetMACReg)); -+ -+ preadmacparm->len = len; -+ preadmacparm->addr = addr; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+_func_exit_; -+ return res; -+} -+ -+void rtw_usb_catc_trigger_cmd(_adapter *padapter, const char *caller) -+{ -+ DBG_871X("%s caller:%s\n", __func__, caller); -+ rtw_getmacreg_cmd(padapter, 1, 0x1c4); -+} -+ -+u8 rtw_setbbreg_cmd(_adapter*padapter, u8 offset, u8 val) -+{ -+ struct cmd_obj* ph2c; -+ struct writeBB_parm* pwritebbparm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+_func_enter_; -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ pwritebbparm = (struct writeBB_parm*)rtw_zmalloc(sizeof(struct writeBB_parm)); -+ -+ if(pwritebbparm==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pwritebbparm, GEN_CMD_CODE(_SetBBReg)); -+ -+ pwritebbparm->offset = offset; -+ pwritebbparm->value = val; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+_func_exit_; -+ return res; -+} -+ -+u8 rtw_getbbreg_cmd(_adapter *padapter, u8 offset, u8 *pval) -+{ -+ struct cmd_obj* ph2c; -+ struct readBB_parm* prdbbparm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res=_FAIL; -+ goto exit; -+ } -+ prdbbparm = (struct readBB_parm*)rtw_zmalloc(sizeof(struct readBB_parm)); -+ -+ if(prdbbparm ==NULL){ -+ rtw_mfree((unsigned char *) ph2c, sizeof(struct cmd_obj)); -+ return _FAIL; -+ } -+ -+ _rtw_init_listhead(&ph2c->list); -+ ph2c->cmdcode =GEN_CMD_CODE(_GetBBReg); -+ ph2c->parmbuf = (unsigned char *)prdbbparm; -+ ph2c->cmdsz = sizeof(struct readBB_parm); -+ ph2c->rsp = pval; -+ ph2c->rspsz = sizeof(struct readBB_rsp); -+ -+ prdbbparm ->offset = offset; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+_func_exit_; -+ return res; -+} -+ -+u8 rtw_setrfreg_cmd(_adapter *padapter, u8 offset, u32 val) -+{ -+ struct cmd_obj* ph2c; -+ struct writeRF_parm* pwriterfparm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+_func_enter_; -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ pwriterfparm = (struct writeRF_parm*)rtw_zmalloc(sizeof(struct writeRF_parm)); -+ -+ if(pwriterfparm==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pwriterfparm, GEN_CMD_CODE(_SetRFReg)); -+ -+ pwriterfparm->offset = offset; -+ pwriterfparm->value = val; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+_func_exit_; -+ return res; -+} -+ -+u8 rtw_getrfreg_cmd(_adapter *padapter, u8 offset, u8 *pval) -+{ -+ struct cmd_obj* ph2c; -+ struct readRF_parm* prdrfparm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ prdrfparm = (struct readRF_parm*)rtw_zmalloc(sizeof(struct readRF_parm)); -+ if(prdrfparm ==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ _rtw_init_listhead(&ph2c->list); -+ ph2c->cmdcode =GEN_CMD_CODE(_GetRFReg); -+ ph2c->parmbuf = (unsigned char *)prdrfparm; -+ ph2c->cmdsz = sizeof(struct readRF_parm); -+ ph2c->rsp = pval; -+ ph2c->rspsz = sizeof(struct readRF_rsp); -+ -+ prdrfparm ->offset = offset; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+void rtw_getbbrfreg_cmdrsp_callback(_adapter* padapter, struct cmd_obj *pcmd) -+{ -+ _func_enter_; -+ -+ //rtw_free_cmd_obj(pcmd); -+ rtw_mfree((unsigned char*) pcmd->parmbuf, pcmd->cmdsz); -+ rtw_mfree((unsigned char*) pcmd, sizeof(struct cmd_obj)); -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (padapter->registrypriv.mp_mode == 1) -+ padapter->mppriv.workparam.bcompleted= _TRUE; -+#endif -+_func_exit_; -+} -+ -+void rtw_readtssi_cmdrsp_callback(_adapter* padapter, struct cmd_obj *pcmd) -+{ -+ _func_enter_; -+ -+ rtw_mfree((unsigned char*) pcmd->parmbuf, pcmd->cmdsz); -+ rtw_mfree((unsigned char*) pcmd, sizeof(struct cmd_obj)); -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (padapter->registrypriv.mp_mode == 1) -+ padapter->mppriv.workparam.bcompleted= _TRUE; -+#endif -+ -+_func_exit_; -+} -+ -+static u8 rtw_createbss_cmd(_adapter *adapter, int flags, bool adhoc -+ , s16 req_ch, u8 req_bw, u8 req_offset) -+{ -+ struct cmd_obj *cmdobj; -+ struct createbss_parm *parm; -+ struct cmd_priv *pcmdpriv = &adapter->cmdpriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct submit_ctx sctx; -+ u8 res = _SUCCESS; -+ -+ /* prepare cmd parameter */ -+ parm = (struct createbss_parm *)rtw_zmalloc(sizeof(*parm)); -+ if (parm == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if (adhoc) { -+ /* for now, adhoc doesn't support ch,bw,offset request */ -+ parm->adhoc = 1; -+ } else { -+ parm->adhoc = 0; -+ parm->req_ch = req_ch; -+ parm->req_bw = req_bw; -+ parm->req_offset = req_offset; -+ } -+ -+ if (flags & RTW_CMDF_DIRECTLY) { -+ /* no need to enqueue, do the cmd hdl directly and free cmd parameter */ -+ if (H2C_SUCCESS != createbss_hdl(adapter, (u8 *)parm)) -+ res = _FAIL; -+ rtw_mfree((u8 *)parm, sizeof(*parm)); -+ } else { -+ /* need enqueue, prepare cmd_obj and enqueue */ -+ cmdobj = (struct cmd_obj *)rtw_zmalloc(sizeof(*cmdobj)); -+ if (cmdobj == NULL) { -+ res = _FAIL; -+ rtw_mfree((u8 *)parm, sizeof(*parm)); -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(cmdobj, parm, GEN_CMD_CODE(_CreateBss)); -+ -+ if (flags & RTW_CMDF_WAIT_ACK) { -+ cmdobj->sctx = &sctx; -+ rtw_sctx_init(&sctx, 2000); -+ } -+ -+ res = rtw_enqueue_cmd(pcmdpriv, cmdobj); -+ -+ if (res == _SUCCESS && (flags & RTW_CMDF_WAIT_ACK)) { -+ rtw_sctx_wait(&sctx, __func__); -+ _enter_critical_mutex(&pcmdpriv->sctx_mutex, NULL); -+ if (sctx.status == RTW_SCTX_SUBMITTED) -+ cmdobj->sctx = NULL; -+ _exit_critical_mutex(&pcmdpriv->sctx_mutex, NULL); -+ } -+ } -+ -+exit: -+ return res; -+} -+ -+inline u8 rtw_create_ibss_cmd(_adapter *adapter, int flags) -+{ -+ return rtw_createbss_cmd(adapter, flags -+ , 1 -+ , -1, 0, 0 /* for now, adhoc doesn't support ch,bw,offset request */ -+ ); -+} -+ -+inline u8 rtw_startbss_cmd(_adapter *adapter, int flags) -+{ -+ return rtw_createbss_cmd(adapter, flags -+ , 0 -+ , -1, 0, 0 /* doesn't request ch, bw, offset */ -+ ); -+} -+ -+inline u8 rtw_change_bss_chbw_cmd(_adapter *adapter, int flags, u8 req_ch, u8 req_bw, u8 req_offset) -+{ -+ return rtw_createbss_cmd(adapter, flags -+ , 0 -+ , req_ch, req_bw, req_offset -+ ); -+} -+ -+u8 rtw_joinbss_cmd(_adapter *padapter, struct wlan_network* pnetwork) -+{ -+ u8 *auth, res = _SUCCESS; -+ uint t_len = 0; -+ WLAN_BSSID_EX *psecnetwork; -+ struct cmd_obj *pcmd; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv= &pmlmepriv->qospriv; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+#ifdef CONFIG_80211N_HT -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+#endif //CONFIG_80211N_HT -+#ifdef CONFIG_80211AC_VHT -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+#endif //CONFIG_80211AC_VHT -+ NDIS_802_11_NETWORK_INFRASTRUCTURE ndis_network_mode = pnetwork->network.InfrastructureMode; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u32 tmp_len; -+ u8 *ptmp=NULL; -+_func_enter_; -+ -+ rtw_led_control(padapter, LED_CTL_START_TO_LINK); -+ -+ if (pmlmepriv->assoc_ssid.SsidLength == 0){ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_info_, ("+Join cmd: Any SSid\n")); -+ } else { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+Join cmd: SSid=[%s]\n", pmlmepriv->assoc_ssid.Ssid)); -+ } -+ -+ pcmd = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmd==NULL){ -+ res=_FAIL; -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("rtw_joinbss_cmd: memory allocate for cmd_obj fail!!!\n")); -+ goto exit; -+ } -+ /* // for IEs is pointer -+ t_len = sizeof (ULONG) + sizeof (NDIS_802_11_MAC_ADDRESS) + 2 + -+ sizeof (NDIS_802_11_SSID) + sizeof (ULONG) + -+ sizeof (NDIS_802_11_RSSI) + sizeof (NDIS_802_11_NETWORK_TYPE) + -+ sizeof (NDIS_802_11_CONFIGURATION) + -+ sizeof (NDIS_802_11_NETWORK_INFRASTRUCTURE) + -+ sizeof (NDIS_802_11_RATES_EX)+ sizeof(WLAN_PHY_INFO)+ sizeof (ULONG) + MAX_IE_SZ; -+ */ -+ //for IEs is fix buf size -+ t_len = sizeof(WLAN_BSSID_EX); -+ -+ -+ //for hidden ap to set fw_state here -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_ADHOC_STATE) != _TRUE) -+ { -+ switch(ndis_network_mode) -+ { -+ case Ndis802_11IBSS: -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ break; -+ -+ case Ndis802_11Infrastructure: -+ set_fwstate(pmlmepriv, WIFI_STATION_STATE); -+ break; -+ -+ case Ndis802_11APMode: -+ case Ndis802_11AutoUnknown: -+ case Ndis802_11InfrastructureMax: -+ case Ndis802_11Monitor: -+ break; -+ -+ } -+ } -+ -+ pmlmeinfo->assoc_AP_vendor = check_assoc_AP(pnetwork->network.IEs, pnetwork->network.IELength); -+ -+ /* -+ Modified by Arvin 2015/05/13 -+ Solution for allocating a new WLAN_BSSID_EX to avoid race condition issue between disconnect and joinbss -+ */ -+ psecnetwork = (WLAN_BSSID_EX *)rtw_zmalloc(sizeof(WLAN_BSSID_EX)); -+ if(psecnetwork==NULL) -+ { -+ if(pcmd !=NULL) -+ rtw_mfree((unsigned char *)pcmd, sizeof(struct cmd_obj)); -+ -+ res=_FAIL; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("rtw_joinbss_cmd :psecnetwork==NULL!!!\n")); -+ -+ goto exit; -+ } -+ -+ _rtw_memset(psecnetwork, 0, t_len); -+ -+ _rtw_memcpy(psecnetwork, &pnetwork->network, get_WLAN_BSSID_EX_sz(&pnetwork->network)); -+ -+ auth=&psecuritypriv->authenticator_ie[0]; -+ psecuritypriv->authenticator_ie[0]=(unsigned char)psecnetwork->IELength; -+ -+ if((psecnetwork->IELength-12) < (256-1)) { -+ _rtw_memcpy(&psecuritypriv->authenticator_ie[1], &psecnetwork->IEs[12], psecnetwork->IELength-12); -+ } else { -+ _rtw_memcpy(&psecuritypriv->authenticator_ie[1], &psecnetwork->IEs[12], (256-1)); -+ } -+ -+ psecnetwork->IELength = 0; -+ // Added by Albert 2009/02/18 -+ // If the the driver wants to use the bssid to create the connection. -+ // If not, we have to copy the connecting AP's MAC address to it so that -+ // the driver just has the bssid information for PMKIDList searching. -+ -+ if ( pmlmepriv->assoc_by_bssid == _FALSE ) -+ { -+ _rtw_memcpy( &pmlmepriv->assoc_bssid[ 0 ], &pnetwork->network.MacAddress[ 0 ], ETH_ALEN ); -+ } -+ -+ psecnetwork->IELength = rtw_restruct_sec_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], pnetwork->network.IELength); -+ -+ -+ pqospriv->qos_option = 0; -+ -+ if(pregistrypriv->wmm_enable) -+ { -+ tmp_len = rtw_restruct_wmm_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], pnetwork->network.IELength, psecnetwork->IELength); -+ -+ if (psecnetwork->IELength != tmp_len) -+ { -+ psecnetwork->IELength = tmp_len; -+ pqospriv->qos_option = 1; //There is WMM IE in this corresp. beacon -+ } -+ else -+ { -+ pqospriv->qos_option = 0;//There is no WMM IE in this corresp. beacon -+ } -+ } -+ -+#ifdef CONFIG_80211N_HT -+ phtpriv->ht_option = _FALSE; -+ ptmp = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &tmp_len, pnetwork->network.IELength-12); -+ if(pregistrypriv->ht_enable && ptmp && tmp_len>0) -+ { -+ // Added by Albert 2010/06/23 -+ // For the WEP mode, we will use the bg mode to do the connection to avoid some IOT issue. -+ // Especially for Realtek 8192u SoftAP. -+ if ( ( padapter->securitypriv.dot11PrivacyAlgrthm != _WEP40_ ) && -+ ( padapter->securitypriv.dot11PrivacyAlgrthm != _WEP104_ ) && -+ ( padapter->securitypriv.dot11PrivacyAlgrthm != _TKIP_ )) -+ { -+ rtw_ht_use_default_setting(padapter); -+ -+ rtw_build_wmm_ie_ht(padapter, &psecnetwork->IEs[0], &psecnetwork->IELength); -+ -+ //rtw_restructure_ht_ie -+ rtw_restructure_ht_ie(padapter, &pnetwork->network.IEs[12], &psecnetwork->IEs[0], -+ pnetwork->network.IELength-12, &psecnetwork->IELength, -+ pnetwork->network.Configuration.DSConfig); -+ } -+ } -+ -+#ifdef CONFIG_80211AC_VHT -+ pvhtpriv->vht_option = _FALSE; -+ if (phtpriv->ht_option && pregistrypriv->vht_enable) { -+ rtw_restructure_vht_ie(padapter, &pnetwork->network.IEs[0], &psecnetwork->IEs[0], -+ pnetwork->network.IELength, &psecnetwork->IELength); -+ } -+#endif -+ -+ rtw_append_exented_cap(padapter, &psecnetwork->IEs[0], &psecnetwork->IELength); -+ -+#endif //CONFIG_80211N_HT -+ -+ #if 0 -+ psecuritypriv->supplicant_ie[0]=(u8)psecnetwork->IELength; -+ -+ if(psecnetwork->IELength < (256-1)) -+ { -+ _rtw_memcpy(&psecuritypriv->supplicant_ie[1], &psecnetwork->IEs[0], psecnetwork->IELength); -+ } -+ else -+ { -+ _rtw_memcpy(&psecuritypriv->supplicant_ie[1], &psecnetwork->IEs[0], (256-1)); -+ } -+ #endif -+ -+ pcmd->cmdsz = sizeof(WLAN_BSSID_EX); -+ -+#ifdef CONFIG_RTL8712 -+ //wlan_network endian conversion -+ psecnetwork->Length = cpu_to_le32(psecnetwork->Length); -+ psecnetwork->Ssid.SsidLength= cpu_to_le32(psecnetwork->Ssid.SsidLength); -+ psecnetwork->Privacy = cpu_to_le32(psecnetwork->Privacy); -+ psecnetwork->Rssi = cpu_to_le32(psecnetwork->Rssi); -+ psecnetwork->NetworkTypeInUse = cpu_to_le32(psecnetwork->NetworkTypeInUse); -+ psecnetwork->Configuration.ATIMWindow = cpu_to_le32(psecnetwork->Configuration.ATIMWindow); -+ psecnetwork->Configuration.BeaconPeriod = cpu_to_le32(psecnetwork->Configuration.BeaconPeriod); -+ psecnetwork->Configuration.DSConfig = cpu_to_le32(psecnetwork->Configuration.DSConfig); -+ psecnetwork->Configuration.FHConfig.DwellTime=cpu_to_le32(psecnetwork->Configuration.FHConfig.DwellTime); -+ psecnetwork->Configuration.FHConfig.HopPattern=cpu_to_le32(psecnetwork->Configuration.FHConfig.HopPattern); -+ psecnetwork->Configuration.FHConfig.HopSet=cpu_to_le32(psecnetwork->Configuration.FHConfig.HopSet); -+ psecnetwork->Configuration.FHConfig.Length=cpu_to_le32(psecnetwork->Configuration.FHConfig.Length); -+ psecnetwork->Configuration.Length = cpu_to_le32(psecnetwork->Configuration.Length); -+ psecnetwork->InfrastructureMode = cpu_to_le32(psecnetwork->InfrastructureMode); -+ psecnetwork->IELength = cpu_to_le32(psecnetwork->IELength); -+#endif -+ -+ _rtw_init_listhead(&pcmd->list); -+ pcmd->cmdcode = _JoinBss_CMD_;//GEN_CMD_CODE(_JoinBss) -+ pcmd->parmbuf = (unsigned char *)psecnetwork; -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_disassoc_cmd(_adapter*padapter, u32 deauth_timeout_ms, bool enqueue) /* for sta_mode */ -+{ -+ struct cmd_obj *cmdobj = NULL; -+ struct disconnect_parm *param = NULL; -+ struct cmd_priv *cmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+rtw_disassoc_cmd\n")); -+ -+ /* prepare cmd parameter */ -+ param = (struct disconnect_parm *)rtw_zmalloc(sizeof(*param)); -+ if (param == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ param->deauth_timeout_ms = deauth_timeout_ms; -+ -+ if (enqueue) { -+ /* need enqueue, prepare cmd_obj and enqueue */ -+ cmdobj = (struct cmd_obj *)rtw_zmalloc(sizeof(*cmdobj)); -+ if (cmdobj == NULL) { -+ res = _FAIL; -+ rtw_mfree((u8 *)param, sizeof(*param)); -+ goto exit; -+ } -+ init_h2fwcmd_w_parm_no_rsp(cmdobj, param, _DisConnect_CMD_); -+ res = rtw_enqueue_cmd(cmdpriv, cmdobj); -+ } else { -+ /* no need to enqueue, do the cmd hdl directly and free cmd parameter */ -+ if (H2C_SUCCESS != disconnect_hdl(padapter, (u8 *)param)) -+ res = _FAIL; -+ rtw_mfree((u8 *)param, sizeof(*param)); -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_setopmode_cmd(_adapter *padapter, NDIS_802_11_NETWORK_INFRASTRUCTURE networktype, bool enqueue) -+{ -+ struct cmd_obj* ph2c; -+ struct setopmode_parm* psetop; -+ -+ struct cmd_priv *pcmdpriv= &padapter->cmdpriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ psetop = (struct setopmode_parm*)rtw_zmalloc(sizeof(struct setopmode_parm)); -+ -+ if(psetop==NULL){ -+ res=_FAIL; -+ goto exit; -+ } -+ psetop->mode = (u8)networktype; -+ -+ if(enqueue){ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ rtw_mfree((u8 *)psetop, sizeof(*psetop)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ else{ -+ setopmode_hdl(padapter, (u8 *)psetop); -+ rtw_mfree((u8 *)psetop, sizeof(*psetop)); -+ } -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_setstakey_cmd(_adapter *padapter, struct sta_info *sta, u8 key_type, bool enqueue) -+{ -+ struct cmd_obj* ph2c; -+ struct set_stakey_parm *psetstakey_para; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ struct set_stakey_rsp *psetstakey_rsp = NULL; -+ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ psetstakey_para = (struct set_stakey_parm*)rtw_zmalloc(sizeof(struct set_stakey_parm)); -+ if(psetstakey_para==NULL){ -+ res=_FAIL; -+ goto exit; -+ } -+ -+ _rtw_memcpy(psetstakey_para->addr, sta->hwaddr,ETH_ALEN); -+ -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE)){ -+ psetstakey_para->algorithm =(unsigned char) psecuritypriv->dot11PrivacyAlgrthm; -+ }else{ -+ GET_ENCRY_ALGO(psecuritypriv, sta, psetstakey_para->algorithm, _FALSE); -+ } -+ -+ if (key_type == GROUP_KEY) { -+ _rtw_memcpy(&psetstakey_para->key, &psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey, 16); -+ } -+ else if (key_type == UNICAST_KEY) { -+ _rtw_memcpy(&psetstakey_para->key, &sta->dot118021x_UncstKey, 16); -+ } -+#ifdef CONFIG_TDLS -+ else if(key_type == TDLS_KEY){ -+ _rtw_memcpy(&psetstakey_para->key, sta->tpk.tk, 16); -+ psetstakey_para->algorithm=(u8)sta->dot118021XPrivacy; -+ } -+#endif /* CONFIG_TDLS */ -+ -+ //jeff: set this becasue at least sw key is ready -+ padapter->securitypriv.busetkipkey=_TRUE; -+ -+ if(enqueue) -+ { -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if ( ph2c == NULL){ -+ rtw_mfree((u8 *) psetstakey_para, sizeof(struct set_stakey_parm)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ psetstakey_rsp = (struct set_stakey_rsp*)rtw_zmalloc(sizeof(struct set_stakey_rsp)); -+ if(psetstakey_rsp == NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ rtw_mfree((u8 *) psetstakey_para, sizeof(struct set_stakey_parm)); -+ res=_FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); -+ ph2c->rsp = (u8 *) psetstakey_rsp; -+ ph2c->rspsz = sizeof(struct set_stakey_rsp); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ else{ -+ set_stakey_hdl(padapter, (u8 *)psetstakey_para); -+ rtw_mfree((u8 *) psetstakey_para, sizeof(struct set_stakey_parm)); -+ } -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_clearstakey_cmd(_adapter *padapter, struct sta_info *sta, u8 enqueue) -+{ -+ struct cmd_obj* ph2c; -+ struct set_stakey_parm *psetstakey_para; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ struct set_stakey_rsp *psetstakey_rsp = NULL; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ s16 cam_id = 0; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ if(!enqueue) -+ { -+ while ((cam_id = rtw_camid_search(padapter, sta->hwaddr, -1, -1)) >= 0) { -+ DBG_871X_LEVEL(_drv_always_, "clear key for addr:"MAC_FMT", camid:%d\n", MAC_ARG(sta->hwaddr), cam_id); -+ clear_cam_entry(padapter, cam_id); -+ rtw_camid_free(padapter, cam_id); -+ } -+ } -+ else -+ { -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if ( ph2c == NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ psetstakey_para = (struct set_stakey_parm*)rtw_zmalloc(sizeof(struct set_stakey_parm)); -+ if(psetstakey_para==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res=_FAIL; -+ goto exit; -+ } -+ -+ psetstakey_rsp = (struct set_stakey_rsp*)rtw_zmalloc(sizeof(struct set_stakey_rsp)); -+ if(psetstakey_rsp == NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ rtw_mfree((u8 *) psetstakey_para, sizeof(struct set_stakey_parm)); -+ res=_FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); -+ ph2c->rsp = (u8 *) psetstakey_rsp; -+ ph2c->rspsz = sizeof(struct set_stakey_rsp); -+ -+ _rtw_memcpy(psetstakey_para->addr, sta->hwaddr, ETH_ALEN); -+ -+ psetstakey_para->algorithm = _NO_PRIVACY_; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_setrttbl_cmd(_adapter *padapter, struct setratable_parm *prate_table) -+{ -+ struct cmd_obj* ph2c; -+ struct setratable_parm * psetrttblparm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ psetrttblparm = (struct setratable_parm*)rtw_zmalloc(sizeof(struct setratable_parm)); -+ -+ if(psetrttblparm==NULL){ -+ rtw_mfree((unsigned char *) ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetrttblparm, GEN_CMD_CODE(_SetRaTable)); -+ -+ _rtw_memcpy(psetrttblparm,prate_table,sizeof(struct setratable_parm)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+_func_exit_; -+ return res; -+ -+} -+ -+u8 rtw_getrttbl_cmd(_adapter *padapter, struct getratable_rsp *pval) -+{ -+ struct cmd_obj* ph2c; -+ struct getratable_parm * pgetrttblparm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ pgetrttblparm = (struct getratable_parm*)rtw_zmalloc(sizeof(struct getratable_parm)); -+ -+ if(pgetrttblparm==NULL){ -+ rtw_mfree((unsigned char *) ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+// init_h2fwcmd_w_parm_no_rsp(ph2c, psetrttblparm, GEN_CMD_CODE(_SetRaTable)); -+ -+ _rtw_init_listhead(&ph2c->list); -+ ph2c->cmdcode =GEN_CMD_CODE(_GetRaTable); -+ ph2c->parmbuf = (unsigned char *)pgetrttblparm; -+ ph2c->cmdsz = sizeof(struct getratable_parm); -+ ph2c->rsp = (u8*)pval; -+ ph2c->rspsz = sizeof(struct getratable_rsp); -+ -+ pgetrttblparm ->rsvd = 0x0; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+_func_exit_; -+ return res; -+ -+} -+ -+u8 rtw_setassocsta_cmd(_adapter *padapter, u8 *mac_addr) -+{ -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct cmd_obj* ph2c; -+ struct set_assocsta_parm *psetassocsta_para; -+ struct set_stakey_rsp *psetassocsta_rsp = NULL; -+ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ psetassocsta_para = (struct set_assocsta_parm*)rtw_zmalloc(sizeof(struct set_assocsta_parm)); -+ if(psetassocsta_para==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ res=_FAIL; -+ goto exit; -+ } -+ -+ psetassocsta_rsp = (struct set_stakey_rsp*)rtw_zmalloc(sizeof(struct set_assocsta_rsp)); -+ if(psetassocsta_rsp==NULL){ -+ rtw_mfree((u8 *) ph2c, sizeof(struct cmd_obj)); -+ rtw_mfree((u8 *) psetassocsta_para, sizeof(struct set_assocsta_parm)); -+ return _FAIL; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, psetassocsta_para, _SetAssocSta_CMD_); -+ ph2c->rsp = (u8 *) psetassocsta_rsp; -+ ph2c->rspsz = sizeof(struct set_assocsta_rsp); -+ -+ _rtw_memcpy(psetassocsta_para->addr, mac_addr,ETH_ALEN); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ } -+ -+u8 rtw_addbareq_cmd(_adapter*padapter, u8 tid, u8 *addr) -+{ -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct cmd_obj* ph2c; -+ struct addBaReq_parm *paddbareq_parm; -+ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ paddbareq_parm = (struct addBaReq_parm*)rtw_zmalloc(sizeof(struct addBaReq_parm)); -+ if(paddbareq_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ paddbareq_parm->tid = tid; -+ _rtw_memcpy(paddbareq_parm->addr, addr, ETH_ALEN); -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, paddbareq_parm, GEN_CMD_CODE(_AddBAReq)); -+ -+ //DBG_871X("rtw_addbareq_cmd, tid=%d\n", tid); -+ -+ //rtw_enqueue_cmd(pcmdpriv, ph2c); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_addbarsp_cmd(_adapter *padapter, u8 *addr, u16 tid, u8 status, u8 size, u16 start_seq) -+{ -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct cmd_obj *ph2c; -+ struct addBaRsp_parm *paddBaRsp_parm; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ paddBaRsp_parm = (struct addBaRsp_parm *)rtw_zmalloc(sizeof(struct addBaRsp_parm)); -+ -+ if (paddBaRsp_parm == NULL) { -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ _rtw_memcpy(paddBaRsp_parm->addr, addr, ETH_ALEN); -+ paddBaRsp_parm->tid = tid; -+ paddBaRsp_parm->status = status; -+ paddBaRsp_parm->size = size; -+ paddBaRsp_parm->start_seq = start_seq; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, paddBaRsp_parm, GEN_CMD_CODE(_AddBARsp)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+//add for CONFIG_IEEE80211W, none 11w can use it -+u8 rtw_reset_securitypriv_cmd(_adapter*padapter) -+{ -+ struct cmd_obj* ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = RESET_SECURITYPRIV; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ -+ //rtw_enqueue_cmd(pcmdpriv, ph2c); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+u8 rtw_free_assoc_resources_cmd(_adapter*padapter) -+{ -+ struct cmd_obj* ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = FREE_ASSOC_RESOURCES; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ -+ //rtw_enqueue_cmd(pcmdpriv, ph2c); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+u8 rtw_dynamic_chk_wk_cmd(_adapter*padapter) -+{ -+ struct cmd_obj* ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv=&padapter->cmdpriv; -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ //only primary padapter does this cmd -+/* -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->adapter_type != PRIMARY_ADAPTER && padapter->pbuddy_adapter) -+ pcmdpriv = &(padapter->pbuddy_adapter->cmdpriv); -+#endif -+*/ -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = DYNAMIC_CHK_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ -+ //rtw_enqueue_cmd(pcmdpriv, ph2c); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+u8 rtw_set_ch_cmd(_adapter*padapter, u8 ch, u8 bw, u8 ch_offset, u8 enqueue) -+{ -+ struct cmd_obj *pcmdobj; -+ struct set_ch_parm *set_ch_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ DBG_871X(FUNC_NDEV_FMT" ch:%u, bw:%u, ch_offset:%u\n", -+ FUNC_NDEV_ARG(padapter->pnetdev), ch, bw, ch_offset); -+ -+ /* check input parameter */ -+ -+ /* prepare cmd parameter */ -+ set_ch_parm = (struct set_ch_parm *)rtw_zmalloc(sizeof(*set_ch_parm)); -+ if (set_ch_parm == NULL) { -+ res= _FAIL; -+ goto exit; -+ } -+ set_ch_parm->ch = ch; -+ set_ch_parm->bw = bw; -+ set_ch_parm->ch_offset = ch_offset; -+ -+ if (enqueue) { -+ /* need enqueue, prepare cmd_obj and enqueue */ -+ pcmdobj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmdobj == NULL){ -+ rtw_mfree((u8 *)set_ch_parm, sizeof(*set_ch_parm)); -+ res=_FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(pcmdobj, set_ch_parm, GEN_CMD_CODE(_SetChannel)); -+ res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); -+ } else { -+ /* no need to enqueue, do the cmd hdl directly and free cmd parameter */ -+ if( H2C_SUCCESS !=set_ch_hdl(padapter, (u8 *)set_ch_parm) ) -+ res = _FAIL; -+ -+ rtw_mfree((u8 *)set_ch_parm, sizeof(*set_ch_parm)); -+ } -+ -+ /* do something based on res... */ -+ -+exit: -+ -+ DBG_871X(FUNC_NDEV_FMT" res:%u\n", FUNC_NDEV_ARG(padapter->pnetdev), res); -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) -+{ -+ struct cmd_obj *cmdobj; -+ struct SetChannelPlan_param *parm; -+ struct cmd_priv *pcmdpriv = &adapter->cmdpriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct submit_ctx sctx; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ /* check if allow software config */ -+ if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ /* check input parameter */ -+ if (!rtw_is_channel_plan_valid(chplan)) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if (rtw_chplan_is_empty(chplan) == _TRUE) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ /* prepare cmd parameter */ -+ parm = (struct SetChannelPlan_param *)rtw_zmalloc(sizeof(*parm)); -+ if (parm == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ parm->channel_plan = chplan; -+ -+ if (flags & RTW_CMDF_DIRECTLY) { -+ /* no need to enqueue, do the cmd hdl directly and free cmd parameter */ -+ if (H2C_SUCCESS != set_chplan_hdl(adapter, (u8 *)parm)) -+ res = _FAIL; -+ rtw_mfree((u8 *)parm, sizeof(*parm)); -+ } else { -+ /* need enqueue, prepare cmd_obj and enqueue */ -+ cmdobj = (struct cmd_obj *)rtw_zmalloc(sizeof(*cmdobj)); -+ if (cmdobj == NULL) { -+ res = _FAIL; -+ rtw_mfree((u8 *)parm, sizeof(*parm)); -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(cmdobj, parm, GEN_CMD_CODE(_SetChannelPlan)); -+ -+ if (flags & RTW_CMDF_WAIT_ACK) { -+ cmdobj->sctx = &sctx; -+ rtw_sctx_init(&sctx, 2000); -+ } -+ -+ res = rtw_enqueue_cmd(pcmdpriv, cmdobj); -+ -+ if (res == _SUCCESS && (flags & RTW_CMDF_WAIT_ACK)) { -+ rtw_sctx_wait(&sctx, __func__); -+ _enter_critical_mutex(&pcmdpriv->sctx_mutex, NULL); -+ if (sctx.status == RTW_SCTX_SUBMITTED) -+ cmdobj->sctx = NULL; -+ _exit_critical_mutex(&pcmdpriv->sctx_mutex, NULL); -+ } -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_led_blink_cmd(_adapter*padapter, PVOID pLed) -+{ -+ struct cmd_obj* pcmdobj; -+ struct LedBlink_param *ledBlink_param; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+rtw_led_blink_cmd\n")); -+ -+ pcmdobj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmdobj == NULL){ -+ res=_FAIL; -+ goto exit; -+ } -+ -+ ledBlink_param = (struct LedBlink_param *)rtw_zmalloc(sizeof(struct LedBlink_param)); -+ if(ledBlink_param == NULL) { -+ rtw_mfree((u8 *)pcmdobj, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ ledBlink_param->pLed=pLed; -+ -+ init_h2fwcmd_w_parm_no_rsp(pcmdobj, ledBlink_param, GEN_CMD_CODE(_LedBlink)); -+ res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_set_csa_cmd(_adapter*padapter, u8 new_ch_no) -+{ -+ struct cmd_obj* pcmdobj; -+ struct SetChannelSwitch_param*setChannelSwitch_param; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+rtw_set_csa_cmd\n")); -+ -+ pcmdobj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmdobj == NULL){ -+ res=_FAIL; -+ goto exit; -+ } -+ -+ setChannelSwitch_param = (struct SetChannelSwitch_param *)rtw_zmalloc(sizeof(struct SetChannelSwitch_param)); -+ if(setChannelSwitch_param == NULL) { -+ rtw_mfree((u8 *)pcmdobj, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ setChannelSwitch_param->new_ch_no=new_ch_no; -+ -+ init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelSwitch_param, GEN_CMD_CODE(_SetChannelSwitch)); -+ res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_tdls_cmd(_adapter *padapter, u8 *addr, u8 option) -+{ -+ struct cmd_obj* pcmdobj; -+ struct TDLSoption_param *TDLSoption; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+#ifdef CONFIG_TDLS -+ -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_notice_, ("+rtw_set_tdls_cmd\n")); -+ -+ pcmdobj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmdobj == NULL){ -+ res=_FAIL; -+ goto exit; -+ } -+ -+ TDLSoption= (struct TDLSoption_param *)rtw_zmalloc(sizeof(struct TDLSoption_param)); -+ if(TDLSoption == NULL) { -+ rtw_mfree((u8 *)pcmdobj, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ _rtw_spinlock(&(padapter->tdlsinfo.cmd_lock)); -+ if (addr != NULL) -+ _rtw_memcpy(TDLSoption->addr, addr, 6); -+ TDLSoption->option = option; -+ _rtw_spinunlock(&(padapter->tdlsinfo.cmd_lock)); -+ init_h2fwcmd_w_parm_no_rsp(pcmdobj, TDLSoption, GEN_CMD_CODE(_TDLS)); -+ res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); -+ -+#endif //CONFIG_TDLS -+ -+exit: -+ -+ -+_func_exit_; -+ -+ return res; -+} -+ -+static void collect_traffic_statistics(_adapter *padapter) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->adapter_type != PRIMARY_ADAPTER) -+ return; -+#endif -+ -+ // Tx -+ pdvobjpriv->traffic_stat.tx_bytes = padapter->xmitpriv.tx_bytes; -+ pdvobjpriv->traffic_stat.tx_pkts = padapter->xmitpriv.tx_pkts; -+ pdvobjpriv->traffic_stat.tx_drop = padapter->xmitpriv.tx_drop; -+ -+ // Rx -+ pdvobjpriv->traffic_stat.rx_bytes = padapter->recvpriv.rx_bytes; -+ pdvobjpriv->traffic_stat.rx_pkts = padapter->recvpriv.rx_pkts; -+ pdvobjpriv->traffic_stat.rx_drop = padapter->recvpriv.rx_drop; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ // Add secondary adapter statistics -+ if(rtw_buddy_adapter_up(padapter)) -+ { -+ // Tx -+ pdvobjpriv->traffic_stat.tx_bytes += padapter->pbuddy_adapter->xmitpriv.tx_bytes; -+ pdvobjpriv->traffic_stat.tx_pkts += padapter->pbuddy_adapter->xmitpriv.tx_pkts; -+ pdvobjpriv->traffic_stat.tx_drop += padapter->pbuddy_adapter->xmitpriv.tx_drop; -+ -+ // Rx -+ pdvobjpriv->traffic_stat.rx_bytes += padapter->pbuddy_adapter->recvpriv.rx_bytes; -+ pdvobjpriv->traffic_stat.rx_pkts += padapter->pbuddy_adapter->recvpriv.rx_pkts; -+ pdvobjpriv->traffic_stat.rx_drop += padapter->pbuddy_adapter->recvpriv.rx_drop; -+ } -+#endif -+ -+ // Calculate throughput in last interval -+ pdvobjpriv->traffic_stat.cur_tx_bytes = pdvobjpriv->traffic_stat.tx_bytes - pdvobjpriv->traffic_stat.last_tx_bytes; -+ pdvobjpriv->traffic_stat.cur_rx_bytes = pdvobjpriv->traffic_stat.rx_bytes - pdvobjpriv->traffic_stat.last_rx_bytes; -+ pdvobjpriv->traffic_stat.last_tx_bytes = pdvobjpriv->traffic_stat.tx_bytes; -+ pdvobjpriv->traffic_stat.last_rx_bytes = pdvobjpriv->traffic_stat.rx_bytes; -+ -+ pdvobjpriv->traffic_stat.cur_tx_tp = (u32)(pdvobjpriv->traffic_stat.cur_tx_bytes *8/2/1024/1024); -+ pdvobjpriv->traffic_stat.cur_rx_tp = (u32)(pdvobjpriv->traffic_stat.cur_rx_bytes *8/2/1024/1024); -+} -+ -+//from_timer == 1 means driver is in LPS -+u8 traffic_status_watchdog(_adapter *padapter, u8 from_timer) -+{ -+ u8 bEnterPS = _FALSE; -+ u16 BusyThresholdHigh; -+ u16 BusyThresholdLow; -+ u16 BusyThreshold; -+ u8 bBusyTraffic = _FALSE, bTxBusyTraffic = _FALSE, bRxBusyTraffic = _FALSE; -+ u8 bHigherBusyTraffic = _FALSE, bHigherBusyRxTraffic = _FALSE, bHigherBusyTxTraffic = _FALSE; -+ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+#ifdef CONFIG_TDLS -+ struct tdls_info *ptdlsinfo = &(padapter->tdlsinfo); -+ struct tdls_txmgmt txmgmt; -+ u8 baddr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; -+#endif //CONFIG_TDLS -+ -+ RT_LINK_DETECT_T * link_detect = &pmlmepriv->LinkDetectInfo; -+ -+#ifdef CONFIG_BT_COEXIST -+ if (padapter->registrypriv.wifi_spec != 1) { -+ BusyThresholdHigh = 25; -+ BusyThresholdLow = 10; -+ } else -+#endif /* CONFIG_BT_COEXIST */ -+ { -+ BusyThresholdHigh = 100; -+ BusyThresholdLow = 75; -+ } -+ BusyThreshold = BusyThresholdHigh; -+ -+ collect_traffic_statistics(padapter); -+ -+ // -+ // Determine if our traffic is busy now -+ // -+ if((check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ /*&& !MgntInitAdapterInProgress(pMgntInfo)*/) -+ { -+ // if we raise bBusyTraffic in last watchdog, using lower threshold. -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ BusyThreshold = BusyThresholdLow; -+ -+ if( pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > BusyThreshold || -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod > BusyThreshold ) -+ { -+ bBusyTraffic = _TRUE; -+ -+ if (pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) -+ bRxBusyTraffic = _TRUE; -+ else -+ bTxBusyTraffic = _TRUE; -+ } -+ -+ // Higher Tx/Rx data. -+ if( pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > 4000 || -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod > 4000 ) -+ { -+ bHigherBusyTraffic = _TRUE; -+ -+ if (pmlmepriv->LinkDetectInfo.NumRxOkInPeriod > pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) -+ bHigherBusyRxTraffic = _TRUE; -+ else -+ bHigherBusyTxTraffic = _TRUE; -+ } -+ -+#ifdef CONFIG_TRAFFIC_PROTECT -+#define TX_ACTIVE_TH 10 -+#define RX_ACTIVE_TH 20 -+#define TRAFFIC_PROTECT_PERIOD_MS 4500 -+ -+ if (link_detect->NumTxOkInPeriod > TX_ACTIVE_TH -+ || link_detect->NumRxUnicastOkInPeriod > RX_ACTIVE_TH) { -+ -+ DBG_871X_LEVEL(_drv_info_, FUNC_ADPT_FMT" acqiure wake_lock for %u ms(tx:%d,rx_unicast:%d)\n", -+ FUNC_ADPT_ARG(padapter), -+ TRAFFIC_PROTECT_PERIOD_MS, -+ link_detect->NumTxOkInPeriod, -+ link_detect->NumRxUnicastOkInPeriod); -+ -+ rtw_lock_traffic_suspend_timeout(TRAFFIC_PROTECT_PERIOD_MS); -+ } -+#endif -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_AUTOSETUP -+ /* TDLS_WATCHDOG_PERIOD * 2sec, periodically send */ -+ if ((ptdlsinfo->watchdog_count % TDLS_WATCHDOG_PERIOD ) == 0) { -+ _rtw_memcpy(txmgmt.peer, baddr, ETH_ALEN); -+ issue_tdls_dis_req( padapter, &txmgmt ); -+ } -+ ptdlsinfo->watchdog_count++; -+#endif //CONFIG_TDLS_AUTOSETUP -+#endif //CONFIG_TDLS -+ -+#ifdef CONFIG_LPS -+ // check traffic for powersaving. -+ if( ((pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod + pmlmepriv->LinkDetectInfo.NumTxOkInPeriod) > 8 ) || -+#ifdef CONFIG_LPS_SLOW_TRANSITION -+ (pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod > 2) -+#else //CONFIG_LPS_SLOW_TRANSITION -+ (pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod > 4) -+#endif //CONFIG_LPS_SLOW_TRANSITION -+ ) -+ { -+#ifdef DBG_RX_COUNTER_DUMP -+ if( padapter->dump_rx_cnt_mode & DUMP_DRV_TRX_COUNTER_DATA) -+ DBG_871X("(-)Tx = %d, Rx = %d \n",pmlmepriv->LinkDetectInfo.NumTxOkInPeriod,pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); -+#endif -+ bEnterPS= _FALSE; -+#ifdef CONFIG_LPS_SLOW_TRANSITION -+ if(bBusyTraffic == _TRUE) -+ { -+ if(pmlmepriv->LinkDetectInfo.TrafficTransitionCount <= 4) -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 4; -+ -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount++; -+ -+ //DBG_871X("Set TrafficTransitionCount to %d\n", pmlmepriv->LinkDetectInfo.TrafficTransitionCount); -+ -+ if(pmlmepriv->LinkDetectInfo.TrafficTransitionCount > 30/*TrafficTransitionLevel*/) -+ { -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 30; -+ } -+ } -+#endif //CONFIG_LPS_SLOW_TRANSITION -+ -+ } -+ else -+ { -+#ifdef DBG_RX_COUNTER_DUMP -+ if( padapter->dump_rx_cnt_mode & DUMP_DRV_TRX_COUNTER_DATA) -+ DBG_871X("(+)Tx = %d, Rx = %d \n",pmlmepriv->LinkDetectInfo.NumTxOkInPeriod,pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); -+#endif -+#ifdef CONFIG_LPS_SLOW_TRANSITION -+ if(pmlmepriv->LinkDetectInfo.TrafficTransitionCount>=2) -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount -=2; -+ else -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ -+ if(pmlmepriv->LinkDetectInfo.TrafficTransitionCount == 0) -+ bEnterPS= _TRUE; -+#else //CONFIG_LPS_SLOW_TRANSITION -+ bEnterPS= _TRUE; -+#endif //CONFIG_LPS_SLOW_TRANSITION -+ } -+ -+#ifdef CONFIG_DYNAMIC_DTIM -+ if(pmlmepriv->LinkDetectInfo.LowPowerTransitionCount == 8) -+ bEnterPS= _FALSE; -+ -+ DBG_871X("LowPowerTransitionCount=%d\n", pmlmepriv->LinkDetectInfo.LowPowerTransitionCount); -+#endif //CONFIG_DYNAMIC_DTIM -+ -+ // LeisurePS only work in infra mode. -+ if(bEnterPS) -+ { -+ if(!from_timer) -+ { -+#ifdef CONFIG_DYNAMIC_DTIM -+ if(pmlmepriv->LinkDetectInfo.LowPowerTransitionCount < 8) -+ { -+ adapter_to_pwrctl(padapter)->dtim = 1; -+ } -+ else -+ { -+ adapter_to_pwrctl(padapter)->dtim = 3; -+ } -+#endif //CONFIG_DYNAMIC_DTIM -+ LPS_Enter(padapter, "TRAFFIC_IDLE"); -+ } -+ else -+ { -+ //do this at caller -+ //rtw_lps_ctrl_wk_cmd(adapter, LPS_CTRL_ENTER, 1); -+ //rtw_hal_dm_watchdog_in_lps(padapter); -+ } -+#ifdef CONFIG_DYNAMIC_DTIM -+ if (adapter_to_pwrctl(padapter)->bFwCurrentInPSMode ==_TRUE ) -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount++; -+#endif //CONFIG_DYNAMIC_DTIM -+ } -+ else -+ { -+#ifdef CONFIG_DYNAMIC_DTIM -+ if(pmlmepriv->LinkDetectInfo.LowPowerTransitionCount != 8) -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount = 0; -+ else -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount++; -+#endif //CONFIG_DYNAMIC_DTIM -+ if(!from_timer) -+ { -+ LPS_Leave(padapter, "TRAFFIC_BUSY"); -+ } -+ else -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->iface_type == IFACE_PORT0) -+#endif -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_TRAFFIC_BUSY, 1); -+ } -+ } -+ -+#endif // CONFIG_LPS -+ } -+ else -+ { -+#ifdef CONFIG_LPS -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ int n_assoc_iface = 0; -+ int i; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (check_fwstate(&(dvobj->padapters[i]->mlmepriv), WIFI_ASOC_STATE)) -+ n_assoc_iface++; -+ } -+ -+ if(!from_timer && n_assoc_iface == 0) -+ LPS_Leave(padapter, "NON_LINKED"); -+#endif -+ } -+ -+ pmlmepriv->LinkDetectInfo.NumRxOkInPeriod = 0; -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod = 0; -+ pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod = 0; -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = bBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bTxBusyTraffic = bTxBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bRxBusyTraffic = bRxBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bHigherBusyTraffic = bHigherBusyTraffic; -+ pmlmepriv->LinkDetectInfo.bHigherBusyRxTraffic = bHigherBusyRxTraffic; -+ pmlmepriv->LinkDetectInfo.bHigherBusyTxTraffic = bHigherBusyTxTraffic; -+ -+ return bEnterPS; -+ -+} -+ -+void dynamic_chk_wk_hdl(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv; -+ pmlmepriv = &(padapter->mlmepriv); -+ -+#ifdef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+#ifdef CONFIG_AP_MODE -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ expire_timeout_chk(padapter); -+ } -+#endif -+#endif //CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ rtw_hal_sreset_xmit_status_check(padapter); -+ rtw_hal_sreset_linked_status_check(padapter); -+#endif -+ -+ //for debug purpose -+ _linked_info_dump(padapter); -+ -+ -+ //if(check_fwstate(pmlmepriv, _FW_UNDER_LINKING|_FW_UNDER_SURVEY)==_FALSE) -+ { -+ linked_status_chk(padapter, 0); -+ traffic_status_watchdog(padapter, 0); -+ #ifdef DBG_RX_COUNTER_DUMP -+ rtw_dump_rx_counters(padapter); -+ #endif -+ dm_DynamicUsbTxAgg(padapter, 0); -+ } -+ -+#ifdef CONFIG_BEAMFORMING -+#if (BEAMFORMING_SUPPORT == 0) /*for diver defined beamforming*/ -+ beamforming_watchdog(padapter); -+#endif -+#endif -+ -+ rtw_hal_dm_watchdog(padapter); -+ -+ //check_hw_pbc(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->type); -+ -+#ifdef CONFIG_BT_COEXIST -+ // -+ // BT-Coexist -+ // -+ rtw_btcoex_Handler(padapter); -+#endif -+ -+ -+#ifdef CONFIG_IPS_CHECK_IN_WD -+ //always call rtw_ps_processor() at last one. -+ if (is_primary_adapter(padapter)) -+ rtw_ps_processor(padapter); -+#endif -+} -+ -+#ifdef CONFIG_LPS -+ -+void lps_ctrl_wk_hdl(_adapter *padapter, u8 lps_ctrl_type); -+void lps_ctrl_wk_hdl(_adapter *padapter, u8 lps_ctrl_type) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 mstatus; -+ -+_func_enter_; -+ -+ if((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE) -+ || (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE)) -+ { -+ return; -+ } -+ -+ switch(lps_ctrl_type) -+ { -+ case LPS_CTRL_SCAN: -+ //DBG_871X("LPS_CTRL_SCAN \n"); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_ScanNotify(padapter, _TRUE); -+#endif // CONFIG_BT_COEXIST -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+ // connect -+ LPS_Leave(padapter, "LPS_CTRL_SCAN"); -+ } -+ break; -+ case LPS_CTRL_JOINBSS: -+ //DBG_871X("LPS_CTRL_JOINBSS \n"); -+ LPS_Leave(padapter, "LPS_CTRL_JOINBSS"); -+ break; -+ case LPS_CTRL_CONNECT: -+ //DBG_871X("LPS_CTRL_CONNECT \n"); -+ mstatus = 1;//connect -+ // Reset LPS Setting -+ pwrpriv->LpsIdleCount = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_JOINBSSRPT, (u8 *)(&mstatus)); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_MediaStatusNotify(padapter, mstatus); -+#endif // CONFIG_BT_COEXIST -+ break; -+ case LPS_CTRL_DISCONNECT: -+ //DBG_871X("LPS_CTRL_DISCONNECT \n"); -+ mstatus = 0;//disconnect -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_MediaStatusNotify(padapter, mstatus); -+#endif // CONFIG_BT_COEXIST -+ LPS_Leave(padapter, "LPS_CTRL_DISCONNECT"); -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_JOINBSSRPT, (u8 *)(&mstatus)); -+ break; -+ case LPS_CTRL_SPECIAL_PACKET: -+ //DBG_871X("LPS_CTRL_SPECIAL_PACKET \n"); -+ pwrpriv->DelayLPSLastTimeStamp = rtw_get_current_time(); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_SpecialPacketNotify(padapter, PACKET_DHCP); -+#endif // CONFIG_BT_COEXIST -+ LPS_Leave(padapter, "LPS_CTRL_SPECIAL_PACKET"); -+ break; -+ case LPS_CTRL_LEAVE: -+ //DBG_871X("LPS_CTRL_LEAVE \n"); -+ LPS_Leave(padapter, "LPS_CTRL_LEAVE"); -+ break; -+ case LPS_CTRL_TRAFFIC_BUSY: -+ LPS_Leave(padapter, "LPS_CTRL_TRAFFIC_BUSY"); -+ break; -+ case LPS_CTRL_TX_TRAFFIC_LEAVE: -+ LPS_Leave(padapter, "LPS_CTRL_TX_TRAFFIC_LEAVE"); -+ break; -+ case LPS_CTRL_RX_TRAFFIC_LEAVE: -+ LPS_Leave(padapter, "LPS_CTRL_RX_TRAFFIC_LEAVE"); -+ break; -+ case LPS_CTRL_ENTER: -+ LPS_Enter(padapter, "TRAFFIC_IDLE_1"); -+ break; -+ default: -+ break; -+ } -+ -+_func_exit_; -+} -+ -+u8 rtw_lps_ctrl_wk_cmd(_adapter*padapter, u8 lps_ctrl_type, u8 enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ //struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ //if(!pwrctrlpriv->bLeisurePs) -+ // return res; -+ -+ if(enqueue) -+ { -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = LPS_CTRL_WK_CID; -+ pdrvextra_cmd_parm->type = lps_ctrl_type; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ else -+ { -+ lps_ctrl_wk_hdl(padapter, lps_ctrl_type); -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+void rtw_dm_in_lps_hdl(_adapter*padapter) -+{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DM_IN_LPS, NULL); -+} -+ -+u8 rtw_dm_in_lps_wk_cmd(_adapter*padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = DM_IN_LPS_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+void rtw_lps_change_dtim_hdl(_adapter *padapter, u8 dtim) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ if(dtim <=0 || dtim > 16) -+ return; -+ -+#ifdef CONFIG_BT_COEXIST -+ if (rtw_btcoex_IsBtControlLps(padapter) == _TRUE) -+ return; -+#endif -+ -+#ifdef CONFIG_LPS_LCLK -+ _enter_pwrlock(&pwrpriv->lock); -+#endif -+ -+ if(pwrpriv->dtim!=dtim) -+ { -+ DBG_871X("change DTIM from %d to %d, bFwCurrentInPSMode=%d, ps_mode=%d\n", pwrpriv->dtim, dtim, -+ pwrpriv->bFwCurrentInPSMode, pwrpriv->pwr_mode); -+ -+ pwrpriv->dtim = dtim; -+ } -+ -+ if((pwrpriv->bFwCurrentInPSMode ==_TRUE) && (pwrpriv->pwr_mode > PS_MODE_ACTIVE)) -+ { -+ u8 ps_mode = pwrpriv->pwr_mode; -+ -+ //DBG_871X("change DTIM from %d to %d, ps_mode=%d\n", pwrpriv->dtim, dtim, ps_mode); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&ps_mode)); -+ } -+ -+#ifdef CONFIG_LPS_LCLK -+ _exit_pwrlock(&pwrpriv->lock); -+#endif -+ -+} -+ -+#endif -+ -+u8 rtw_lps_change_dtim_cmd(_adapter*padapter, u8 dtim) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+/* -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->iface_type != IFACE_PORT0) -+ return res; -+#endif -+*/ -+ { -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = LPS_CHANGE_DTIM_CID; -+ pdrvextra_cmd_parm->type = dtim; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ -+exit: -+ -+ return res; -+ -+} -+ -+#if (RATE_ADAPTIVE_SUPPORT==1) -+void rpt_timer_setting_wk_hdl(_adapter *padapter, u16 minRptTime) -+{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&minRptTime)); -+} -+ -+u8 rtw_rpt_timer_cfg_cmd(_adapter*padapter, u16 minRptTime) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = RTP_TIMER_CFG_WK_CID; -+ pdrvextra_cmd_parm->type = minRptTime; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+#endif -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+void antenna_select_wk_hdl(_adapter *padapter, u8 antenna) -+{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_ANTENNA_DIVERSITY_SELECT, (u8 *)(&antenna)); -+} -+ -+u8 rtw_antenna_select_cmd(_adapter*padapter, u8 antenna,u8 enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 bSupportAntDiv = _FALSE; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ rtw_hal_get_def_var(padapter, HAL_DEF_IS_SUPPORT_ANT_DIV, &(bSupportAntDiv)); -+ if(_FALSE == bSupportAntDiv ) return res; -+ -+ if(_TRUE == enqueue) -+ { -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = ANT_SELECT_WK_CID; -+ pdrvextra_cmd_parm->type = antenna; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ else{ -+ antenna_select_wk_hdl(padapter,antenna ); -+ } -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+#endif -+ -+void rtw_dm_ra_mask_hdl(_adapter *padapter, struct sta_info *psta) -+{ -+ if (psta) { -+ set_sta_rate(padapter, psta); -+ } -+} -+ -+u8 rtw_dm_ra_mask_wk_cmd(_adapter*padapter, u8 *psta) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = DM_RA_MSK_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = psta; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+void power_saving_wk_hdl(_adapter *padapter) -+{ -+ rtw_ps_processor(padapter); -+} -+ -+//add for CONFIG_IEEE80211W, none 11w can use it -+void reset_securitypriv_hdl(_adapter *padapter) -+{ -+ rtw_reset_securitypriv(padapter); -+} -+ -+void free_assoc_resources_hdl(_adapter *padapter) -+{ -+ rtw_free_assoc_resources(padapter, 1); -+} -+ -+#ifdef CONFIG_P2P -+u8 p2p_protocol_wk_cmd(_adapter*padapter, int intCmdType ) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ return res; -+ } -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = P2P_PROTO_WK_CID; -+ pdrvextra_cmd_parm->type = intCmdType; // As the command tppe. -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; // Must be NULL here -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+#endif //CONFIG_P2P -+ -+u8 rtw_ps_cmd(_adapter*padapter) -+{ -+ struct cmd_obj *ppscmd; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ u8 res = _SUCCESS; -+_func_enter_; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->adapter_type != PRIMARY_ADAPTER) -+ goto exit; -+#endif -+ -+ ppscmd = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ppscmd==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ppscmd, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = POWER_SAVING_CTRL_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ init_h2fwcmd_w_parm_no_rsp(ppscmd, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ppscmd); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+#ifdef CONFIG_AP_MODE -+ -+static void rtw_chk_hi_queue_hdl(_adapter *padapter) -+{ -+ struct sta_info *psta_bmc; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u32 start = rtw_get_current_time(); -+ u8 empty = _FALSE; -+ -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ if(!psta_bmc) -+ return; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_CHK_HI_QUEUE_EMPTY, &empty); -+ -+ while(_FALSE == empty && rtw_get_passing_time_ms(start) < rtw_get_wait_hiq_empty_ms()) -+ { -+ rtw_msleep_os(100); -+ rtw_hal_get_hwreg(padapter, HW_VAR_CHK_HI_QUEUE_EMPTY, &empty); -+ } -+ -+ if(psta_bmc->sleepq_len==0) -+ { -+ if(empty == _SUCCESS) -+ { -+ bool update_tim = _FALSE; -+ -+ if (pstapriv->tim_bitmap & BIT(0)) -+ update_tim = _TRUE; -+ -+ pstapriv->tim_bitmap &= ~BIT(0); -+ pstapriv->sta_dz_bitmap &= ~BIT(0); -+ -+ if (update_tim == _TRUE) -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "bmc sleepq and HIQ empty"); -+ } -+ else //re check again -+ { -+ rtw_chk_hi_queue_cmd(padapter); -+ } -+ -+ } -+ -+} -+ -+u8 rtw_chk_hi_queue_cmd(_adapter*padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = CHECK_HIQ_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+ -+} -+ -+#ifdef CONFIG_DFS_MASTER -+u8 rtw_dfs_master_hdl(_adapter *adapter) -+{ -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(adapter); -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ -+ if (!rfctl->dfs_master_enabled) -+ goto exit; -+ -+ if (rtw_get_on_cur_ch_time(adapter) == 0 -+ || rtw_get_passing_time_ms(rtw_get_on_cur_ch_time(adapter)) < 300 -+ ) { -+ /* offchannel , by pass radar detect */ -+ goto cac_status_chk; -+ } -+ -+ if (rfctl->dbg_dfs_master_fake_radar_detect_cnt -+ || rtw_odm_radar_detect(adapter) == _TRUE -+ ) { -+ if (rfctl->dbg_dfs_master_fake_radar_detect_cnt != 0) { -+ DBG_871X(FUNC_ADPT_FMT" fake radar detect, cnt:%d\n", FUNC_ADPT_ARG(adapter) -+ , rfctl->dbg_dfs_master_fake_radar_detect_cnt); -+ rfctl->dbg_dfs_master_fake_radar_detect_cnt--; -+ } -+ -+ if (rfctl->dbg_dfs_master_radar_detect_trigger_non) { -+ /* radar detect debug mode, trigger no mlme flow */ -+ DBG_871X(FUNC_ADPT_FMT" radar detected, trigger no mlme flow for debug\n", FUNC_ADPT_ARG(adapter)); -+ } else { -+ /* TODO: move timer to rfctl */ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ int i; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (!dvobj->padapters[i]) -+ continue; -+ if (check_fwstate(&dvobj->padapters[i]->mlmepriv, WIFI_AP_STATE) -+ && check_fwstate(&dvobj->padapters[i]->mlmepriv, WIFI_AP_STATE)) -+ break; -+ } -+ -+ if (i >= dvobj->iface_nums) { -+ /* what? */ -+ rtw_warn_on(1); -+ } else { -+ rtw_chset_update_non_ocp(dvobj->padapters[i]->mlmeextpriv.channel_set -+ , rfctl->radar_detect_ch, rfctl->radar_detect_bw, rfctl->radar_detect_offset); -+ -+ /* change op ch, inform ch switch */ -+ rtw_change_bss_chbw_cmd(dvobj->padapters[i], RTW_CMDF_DIRECTLY, 0, 0, 0); -+ } -+ -+ if (rfctl->dfs_master_enabled) -+ goto set_timer; -+ goto exit; -+ } -+ } -+ -+cac_status_chk: -+ -+ if (!IS_UNDER_CAC(rfctl) && !IS_CAC_STOPPED(rfctl)) { -+ u8 pause = 0x00; -+ -+ rtw_hal_set_hwreg(adapter, HW_VAR_TXPAUSE, &pause); -+ rfctl->cac_end_time = RTW_CAC_STOPPED; -+ } -+ -+set_timer: -+ _set_timer(&mlme->dfs_master_timer, DFS_MASTER_TIMER_MS); -+ -+exit: -+ return H2C_SUCCESS; -+} -+ -+u8 rtw_dfs_master_cmd(_adapter *adapter, bool enqueue) -+{ -+ struct cmd_obj *cmdobj; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &adapter->cmdpriv; -+ u8 res = _FAIL; -+ -+ if (enqueue) { -+ cmdobj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (cmdobj == NULL) -+ goto exit; -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ rtw_mfree((u8 *)cmdobj, sizeof(struct cmd_obj)); -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = DFS_MASTER_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(cmdobj, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ res = rtw_enqueue_cmd(pcmdpriv, cmdobj); -+ } else { -+ rtw_dfs_master_hdl(adapter); -+ res = _SUCCESS; -+ } -+ -+exit: -+ return res; -+} -+ -+void rtw_dfs_master_timer_hdl(RTW_TIMER_HDL_ARGS) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ -+ rtw_dfs_master_cmd(adapter, _TRUE); -+} -+ -+void rtw_dfs_master_enable(_adapter *adapter, u8 ch, u8 bw, u8 offset) -+{ -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(adapter); -+ -+ /* TODO: move timer to rfctl */ -+ adapter = GET_PRIMARY_ADAPTER(adapter); -+ -+ DBG_871X(FUNC_ADPT_FMT" on %u,%u,%u\n", FUNC_ADPT_ARG(adapter), ch, bw, offset); -+ -+ rfctl->pre_radar_detect_by_sta_link = rfctl->radar_detect_by_sta_link; -+ rfctl->radar_detect_by_sta_link = _FALSE; -+ -+ rfctl->pre_radar_detect_ch = rfctl->radar_detect_ch; -+ rfctl->pre_radar_detect_bw = rfctl->radar_detect_bw; -+ rfctl->pre_radar_detect_offset = rfctl->radar_detect_offset; -+ rfctl->radar_detect_ch = ch; -+ rfctl->radar_detect_bw = bw; -+ rfctl->radar_detect_offset = offset; -+ -+ if (rtw_is_cac_reset_needed(adapter) == _TRUE) -+ rtw_rfctl_reset_cac(adapter_to_rfctl(adapter)); -+ -+ if (!rfctl->dfs_master_enabled) { -+ DBG_871X(FUNC_ADPT_FMT" set dfs_master_enabled\n", FUNC_ADPT_ARG(adapter)); -+ rfctl->dfs_master_enabled = 1; -+ _set_timer(&adapter->mlmepriv.dfs_master_timer, DFS_MASTER_TIMER_MS); -+ -+ if (rtw_rfctl_overlap_radar_detect_ch(rfctl)) { -+ if (IS_UNDER_CAC(rfctl)) { -+ u8 pause = 0xFF; -+ -+ rtw_hal_set_hwreg(adapter, HW_VAR_TXPAUSE, &pause); -+ } -+ rtw_odm_radar_detect_enable(adapter); -+ } -+ } -+} -+ -+void rtw_dfs_master_disable(_adapter *adapter, bool ld_sta_in_dfs) -+{ -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(adapter); -+ -+ /* TODO: move timer to rfctl */ -+ adapter = GET_PRIMARY_ADAPTER(adapter); -+ -+ rfctl->pre_radar_detect_by_sta_link = rfctl->radar_detect_by_sta_link; -+ rfctl->radar_detect_by_sta_link = ld_sta_in_dfs; -+ -+ if (rfctl->dfs_master_enabled) { -+ bool overlap_radar_detect_ch = rtw_rfctl_overlap_radar_detect_ch(rfctl); -+ -+ DBG_871X(FUNC_ADPT_FMT" clear dfs_master_enabled\n", FUNC_ADPT_ARG(adapter)); -+ -+ rfctl->dfs_master_enabled = 0; -+ rfctl->radar_detect_ch = rfctl->pre_radar_detect_ch = 0; -+ rfctl->radar_detect_bw = rfctl->pre_radar_detect_bw = 0; -+ rfctl->radar_detect_offset = rfctl->pre_radar_detect_offset = 0; -+ rfctl->cac_end_time = RTW_CAC_STOPPED; -+ _cancel_timer_ex(&adapter->mlmepriv.dfs_master_timer); -+ -+ if (overlap_radar_detect_ch) { -+ u8 pause = 0x00; -+ -+ rtw_hal_set_hwreg(adapter, HW_VAR_TXPAUSE, &pause); -+ rtw_odm_radar_detect_disable(adapter); -+ } -+ } -+} -+ -+void rtw_dfs_master_status_apply(_adapter *adapter, u8 self_action) -+{ -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ u8 ld_sta_num, lg_sta_num, ap_num; -+ u8 u_ch, u_bw, u_offset; -+ bool ld_sta_in_dfs = _FALSE; -+ bool sync_ch = _FALSE; /* _FALSE: asign channel directly */ -+ bool needed = _FALSE; -+ -+ rtw_dev_iface_status_no_self(adapter, NULL, &ld_sta_num, &lg_sta_num, &ap_num, NULL); -+ rtw_get_ch_setting_union_no_self(adapter, &u_ch, &u_bw, &u_offset); -+ if (u_ch != 0) -+ sync_ch = _TRUE; -+ -+ switch (self_action) { -+ case MLME_STA_CONNECTING: -+ lg_sta_num++; -+ break; -+ case MLME_STA_CONNECTED: -+ ld_sta_num++; -+ break; -+ case MLME_AP_STARTED: -+ ap_num++; -+ break; -+ case MLME_AP_STOPPED: -+ case MLME_STA_DISCONNECTED: -+ default: -+ break; -+ } -+ -+ if (sync_ch == _TRUE) { -+ if (!rtw_is_chbw_grouped(mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset, u_ch, u_bw, u_offset)) { -+ DBG_871X(FUNC_ADPT_FMT" can't sync %u,%u,%u with %u,%u,%u\n", FUNC_ADPT_ARG(adapter) -+ , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset, u_ch, u_bw, u_offset); -+ goto apply; -+ } -+ -+ rtw_sync_chbw(&mlmeext->cur_channel, &mlmeext->cur_bwmode, &mlmeext->cur_ch_offset -+ , &u_ch, &u_bw, &u_offset); -+ } else { -+ u_ch = mlmeext->cur_channel; -+ u_bw = mlmeext->cur_bwmode; -+ u_offset = mlmeext->cur_ch_offset; -+ } -+ -+ if (ld_sta_num > 0) { -+ /* rely on AP on which STA mode connects */ -+ if (rtw_is_dfs_ch(u_ch, u_bw, u_offset)) -+ ld_sta_in_dfs = _TRUE; -+ goto apply; -+ } -+ -+ if (lg_sta_num > 0) { -+ /* STA mode is linking */ -+ goto apply; -+ } -+ -+ if (ap_num == 0) { -+ /* No working AP mode */ -+ goto apply; -+ } -+ -+ if (rtw_is_dfs_ch(u_ch, u_bw, u_offset)) -+ needed = _TRUE; -+ -+apply: -+ -+ DBG_871X(FUNC_ADPT_FMT" needed:%d, self_action:%u\n" -+ , FUNC_ADPT_ARG(adapter), needed, self_action); -+ DBG_871X(FUNC_ADPT_FMT" ld_sta_num:%u, lg_sta_num:%u, ap_num:%u, %u,%u,%u\n" -+ , FUNC_ADPT_ARG(adapter), ld_sta_num, lg_sta_num, ap_num, u_ch, u_bw, u_offset); -+ -+ if (needed == _TRUE) -+ rtw_dfs_master_enable(adapter, u_ch, u_bw, u_offset); -+ else -+ rtw_dfs_master_disable(adapter, ld_sta_in_dfs); -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -+#endif /* CONFIG_AP_MODE */ -+ -+#ifdef CONFIG_BT_COEXIST -+struct btinfo { -+ u8 cid; -+ u8 len; -+ -+ u8 bConnection:1; -+ u8 bSCOeSCO:1; -+ u8 bInQPage:1; -+ u8 bACLBusy:1; -+ u8 bSCOBusy:1; -+ u8 bHID:1; -+ u8 bA2DP:1; -+ u8 bFTP:1; -+ -+ u8 retry_cnt:4; -+ u8 rsvd_34:1; -+ u8 rsvd_35:1; -+ u8 rsvd_36:1; -+ u8 rsvd_37:1; -+ -+ u8 rssi; -+ -+ u8 rsvd_50:1; -+ u8 rsvd_51:1; -+ u8 rsvd_52:1; -+ u8 rsvd_53:1; -+ u8 rsvd_54:1; -+ u8 rsvd_55:1; -+ u8 eSCO_SCO:1; -+ u8 Master_Slave:1; -+ -+ u8 rsvd_6; -+ u8 rsvd_7; -+}; -+ -+void btinfo_evt_dump(void *sel, void *buf) -+{ -+ struct btinfo *info = (struct btinfo *)buf; -+ -+ DBG_871X_SEL_NL(sel, "cid:0x%02x, len:%u\n", info->cid, info->len); -+ -+ if (info->len > 2) -+ DBG_871X_SEL_NL(sel, "byte2:%s%s%s%s%s%s%s%s\n" -+ , info->bConnection?"bConnection ":"" -+ , info->bSCOeSCO?"bSCOeSCO ":"" -+ , info->bInQPage?"bInQPage ":"" -+ , info->bACLBusy?"bACLBusy ":"" -+ , info->bSCOBusy?"bSCOBusy ":"" -+ , info->bHID?"bHID ":"" -+ , info->bA2DP?"bA2DP ":"" -+ , info->bFTP?"bFTP":"" -+ ); -+ -+ if (info->len > 3) -+ DBG_871X_SEL_NL(sel, "retry_cnt:%u\n", info->retry_cnt); -+ -+ if (info->len > 4) -+ DBG_871X_SEL_NL(sel, "rssi:%u\n", info->rssi); -+ -+ if (info->len > 5) -+ DBG_871X_SEL_NL(sel, "byte5:%s%s\n" -+ , info->eSCO_SCO?"eSCO_SCO ":"" -+ , info->Master_Slave?"Master_Slave ":"" -+ ); -+} -+ -+static void rtw_btinfo_hdl(_adapter *adapter, u8 *buf, u16 buf_len) -+{ -+ #define BTINFO_WIFI_FETCH 0x23 -+ #define BTINFO_BT_AUTO_RPT 0x27 -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ struct btinfo_8761ATV *info = (struct btinfo_8761ATV *)buf; -+#else //!CONFIG_BT_COEXIST_SOCKET_TRX -+ struct btinfo *info = (struct btinfo *)buf; -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ u8 cmd_idx; -+ u8 len; -+ -+ cmd_idx = info->cid; -+ -+ if (info->len > buf_len-2) { -+ rtw_warn_on(1); -+ len = buf_len-2; -+ } else { -+ len = info->len; -+ } -+ -+//#define DBG_PROC_SET_BTINFO_EVT -+#ifdef DBG_PROC_SET_BTINFO_EVT -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ DBG_871X("%s: btinfo[0]=%x,btinfo[1]=%x,btinfo[2]=%x,btinfo[3]=%x btinfo[4]=%x,btinfo[5]=%x,btinfo[6]=%x,btinfo[7]=%x\n" -+ , __func__, buf[0], buf[1], buf[2], buf[3], buf[4], buf[5], buf[6], buf[7]); -+#else//!CONFIG_BT_COEXIST_SOCKET_TRX -+ btinfo_evt_dump(RTW_DBGDUMP, info); -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+#endif // DBG_PROC_SET_BTINFO_EVT -+ -+ /* transform BT-FW btinfo to WiFI-FW C2H format and notify */ -+ if (cmd_idx == BTINFO_WIFI_FETCH) -+ buf[1] = 0; -+ else if (cmd_idx == BTINFO_BT_AUTO_RPT) -+ buf[1] = 2; -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ else if(0x01 == cmd_idx || 0x02 == cmd_idx) -+ buf[1] = buf[0]; -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ rtw_btcoex_BtInfoNotify(adapter ,len+1, &buf[1]); -+} -+ -+u8 rtw_btinfo_cmd(_adapter *adapter, u8 *buf, u16 len) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ u8 *btinfo; -+ struct cmd_priv *pcmdpriv = &adapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ rtw_mfree((u8*)ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ btinfo = rtw_zmalloc(len); -+ if (btinfo == NULL) { -+ rtw_mfree((u8*)ph2c, sizeof(struct cmd_obj)); -+ rtw_mfree((u8*)pdrvextra_cmd_parm, sizeof(struct drvextra_cmd_parm)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = BTINFO_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = len; -+ pdrvextra_cmd_parm->pbuf = btinfo; -+ -+ _rtw_memcpy(btinfo, buf, len); -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+#endif //CONFIG_BT_COEXIST -+ -+//#ifdef CONFIG_C2H_PACKET_EN -+u8 rtw_c2h_packet_wk_cmd(PADAPTER padapter, u8 *pbuf, u16 length) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ rtw_mfree((u8*)ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = C2H_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = length; -+ pdrvextra_cmd_parm->pbuf = pbuf; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ return res; -+} -+ -+//#else //CONFIG_C2H_PACKET_EN -+/* dont call R/W in this function, beucase SDIO interrupt have claim host */ -+/* or deadlock will happen and cause special-systemserver-died in android */ -+ -+u8 rtw_c2h_wk_cmd(PADAPTER padapter, u8 *c2h_evt) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (ph2c == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if (pdrvextra_cmd_parm == NULL) { -+ rtw_mfree((u8*)ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = C2H_WK_CID; -+ pdrvextra_cmd_parm->type = 0; -+ pdrvextra_cmd_parm->size = c2h_evt?16:0; -+ pdrvextra_cmd_parm->pbuf = c2h_evt; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+ return res; -+} -+//#endif //CONFIG_C2H_PACKET_EN -+ -+u8 rtw_run_in_thread_cmd(PADAPTER padapter, void (*func)(void*), void* context) -+{ -+ struct cmd_priv *pcmdpriv; -+ struct cmd_obj *ph2c; -+ struct RunInThread_param *parm; -+ s32 res = _SUCCESS; -+ -+_func_enter_; -+ -+ pcmdpriv = &padapter->cmdpriv; -+ -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (NULL == ph2c) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ parm = (struct RunInThread_param*)rtw_zmalloc(sizeof(struct RunInThread_param)); -+ if (NULL == parm) { -+ rtw_mfree((u8*)ph2c, sizeof(struct cmd_obj)); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ parm->func = func; -+ parm->context = context; -+ init_h2fwcmd_w_parm_no_rsp(ph2c, parm, GEN_CMD_CODE(_RunInThreadCMD)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+s32 c2h_evt_hdl(_adapter *adapter, u8 *c2h_evt, c2h_id_filter filter) -+{ -+ s32 ret = _FAIL; -+ u8 buf[16]; -+ -+ if (!c2h_evt) { -+ /* No c2h event in cmd_obj, read c2h event before handling*/ -+ if (rtw_hal_c2h_evt_read(adapter, buf) == _SUCCESS) { -+ c2h_evt = buf; -+ -+ if (filter && filter(c2h_evt) == _FALSE) -+ goto exit; -+ -+ ret = rtw_hal_c2h_handler(adapter, c2h_evt); -+ } -+ } else { -+ -+ if (filter && filter(c2h_evt) == _FALSE) -+ goto exit; -+ -+ ret = rtw_hal_c2h_handler(adapter, c2h_evt); -+ } -+exit: -+ return ret; -+} -+ -+#ifdef CONFIG_C2H_WK -+static void c2h_wk_callback(_workitem *work) -+{ -+ struct evt_priv *evtpriv = container_of(work, struct evt_priv, c2h_wk); -+ _adapter *adapter = container_of(evtpriv, _adapter, evtpriv); -+ u8 *c2h_evt; -+ c2h_id_filter ccx_id_filter = rtw_hal_c2h_id_filter_ccx(adapter); -+ -+ evtpriv->c2h_wk_alive = _TRUE; -+ -+ while (!rtw_cbuf_empty(evtpriv->c2h_queue)) { -+ if ((c2h_evt = (u8 *)rtw_cbuf_pop(evtpriv->c2h_queue)) != NULL) { -+ /* This C2H event is read, clear it */ -+ c2h_evt_clear(adapter); -+ } else if ((c2h_evt = (u8 *)rtw_malloc(16)) != NULL) { -+ /* This C2H event is not read, read & clear now */ -+ if (rtw_hal_c2h_evt_read(adapter, c2h_evt) != _SUCCESS) { -+ rtw_mfree(c2h_evt, 16); -+ continue; -+ } -+ } else { -+ rtw_warn_on(1); -+ continue; -+ } -+ -+ /* Special pointer to trigger c2h_evt_clear only */ -+ if ((void *)c2h_evt == (void *)evtpriv) -+ continue; -+ -+ if (!rtw_hal_c2h_valid(adapter, c2h_evt)) { -+ rtw_mfree(c2h_evt, 16); -+ continue; -+ } -+ -+ if (ccx_id_filter(c2h_evt) == _TRUE) { -+ /* Handle CCX report here */ -+ rtw_hal_c2h_handler(adapter, c2h_evt); -+ rtw_mfree(c2h_evt, 16); -+ } else { -+ /* Enqueue into cmd_thread for others */ -+ rtw_c2h_wk_cmd(adapter, c2h_evt); -+ } -+ } -+ -+ evtpriv->c2h_wk_alive = _FALSE; -+} -+#endif -+ -+u8 rtw_drvextra_cmd_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ struct drvextra_cmd_parm *pdrvextra_cmd; -+ -+ if(!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ pdrvextra_cmd = (struct drvextra_cmd_parm*)pbuf; -+ -+ switch(pdrvextra_cmd->ec_id) -+ { -+ case DYNAMIC_CHK_WK_CID://only primary padapter go to this cmd, but execute dynamic_chk_wk_hdl() for two interfaces -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->pbuddy_adapter) -+ { -+ dynamic_chk_wk_hdl(padapter->pbuddy_adapter); -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ dynamic_chk_wk_hdl(padapter); -+ break; -+ case POWER_SAVING_CTRL_WK_CID: -+ power_saving_wk_hdl(padapter); -+ break; -+#ifdef CONFIG_LPS -+ case LPS_CTRL_WK_CID: -+ lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); -+ break; -+ case DM_IN_LPS_WK_CID: -+ rtw_dm_in_lps_hdl(padapter); -+ break; -+ case LPS_CHANGE_DTIM_CID: -+ rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); -+ break; -+#endif -+#if (RATE_ADAPTIVE_SUPPORT==1) -+ case RTP_TIMER_CFG_WK_CID: -+ rpt_timer_setting_wk_hdl(padapter, pdrvextra_cmd->type); -+ break; -+#endif -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ case ANT_SELECT_WK_CID: -+ antenna_select_wk_hdl(padapter, pdrvextra_cmd->type); -+ break; -+#endif -+#ifdef CONFIG_P2P_PS -+ case P2P_PS_WK_CID: -+ p2p_ps_wk_hdl(padapter, pdrvextra_cmd->type); -+ break; -+#endif //CONFIG_P2P_PS -+#ifdef CONFIG_P2P -+ case P2P_PROTO_WK_CID: -+ // Commented by Albert 2011/07/01 -+ // I used the type_size as the type command -+ p2p_protocol_wk_hdl( padapter, pdrvextra_cmd->type ); -+ break; -+#endif //CONFIG_P2P -+#ifdef CONFIG_AP_MODE -+ case CHECK_HIQ_WK_CID: -+ rtw_chk_hi_queue_hdl(padapter); -+ break; -+#endif //CONFIG_AP_MODE -+#ifdef CONFIG_INTEL_WIDI -+ case INTEl_WIDI_WK_CID: -+ intel_widi_wk_hdl(padapter, pdrvextra_cmd->type, pdrvextra_cmd->pbuf); -+ break; -+#endif //CONFIG_INTEL_WIDI -+ //add for CONFIG_IEEE80211W, none 11w can use it -+ case RESET_SECURITYPRIV: -+ reset_securitypriv_hdl(padapter); -+ break; -+ case FREE_ASSOC_RESOURCES: -+ free_assoc_resources_hdl(padapter); -+ break; -+ case C2H_WK_CID: -+#ifdef CONFIG_C2H_PACKET_EN -+ rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); -+#else -+ c2h_evt_hdl(padapter, pdrvextra_cmd->pbuf, NULL); -+#endif -+ break; -+#ifdef CONFIG_BEAMFORMING -+ case BEAMFORMING_WK_CID: -+ beamforming_wk_hdl(padapter, pdrvextra_cmd->type, pdrvextra_cmd->pbuf); -+ break; -+#endif /*CONFIG_BEAMFORMING*/ -+ case DM_RA_MSK_WK_CID: -+ rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); -+ break; -+#ifdef CONFIG_BT_COEXIST -+ case BTINFO_WK_CID: -+ rtw_btinfo_hdl(padapter ,pdrvextra_cmd->pbuf, pdrvextra_cmd->size); -+ break; -+#endif -+#ifdef CONFIG_DFS_MASTER -+ case DFS_MASTER_WK_CID: -+ rtw_dfs_master_hdl(padapter); -+ break; -+#endif -+ default: -+ break; -+ } -+ -+ if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size>0) -+ { -+ rtw_mfree(pdrvextra_cmd->pbuf, pdrvextra_cmd->size); -+ } -+ -+ return H2C_SUCCESS; -+} -+ -+void rtw_survey_cmd_callback(_adapter* padapter , struct cmd_obj *pcmd) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ if(pcmd->res == H2C_DROPPED) -+ { -+ //TODO: cancel timer and do timeout handler directly... -+ //need to make timeout handlerOS independent -+ mlme_set_scan_to_timer(pmlmepriv, 1); -+ } -+ else if (pcmd->res != H2C_SUCCESS) { -+ mlme_set_scan_to_timer(pmlmepriv, 1); -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_err_,("\n ********Error: MgntActrtw_set_802_11_bssid_LIST_SCAN Fail ************\n\n.")); -+ } -+ -+ // free cmd -+ rtw_free_cmd_obj(pcmd); -+ -+_func_exit_; -+} -+void rtw_disassoc_cmd_callback(_adapter* padapter, struct cmd_obj *pcmd) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ if (pcmd->res != H2C_SUCCESS) -+ { -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ set_fwstate(pmlmepriv, _FW_LINKED); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_err_,("\n ***Error: disconnect_cmd_callback Fail ***\n.")); -+ -+ goto exit; -+ } -+#ifdef CONFIG_BR_EXT -+ else //clear bridge database -+ nat25_db_cleanup(padapter); -+#endif //CONFIG_BR_EXT -+ -+ // free cmd -+ rtw_free_cmd_obj(pcmd); -+ -+exit: -+ -+_func_exit_; -+} -+ -+ -+void rtw_getmacreg_cmdrsp_callback(_adapter *padapter, struct cmd_obj *pcmd) -+{ -+ -+_func_enter_; -+ -+ rtw_free_cmd_obj(pcmd); -+ -+_func_exit_; -+} -+ -+void rtw_joinbss_cmd_callback(_adapter* padapter, struct cmd_obj *pcmd) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ if(pcmd->res == H2C_DROPPED) -+ { -+ //TODO: cancel timer and do timeout handler directly... -+ //need to make timeout handlerOS independent -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ } -+ else if(pcmd->res != H2C_SUCCESS) -+ { -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ } -+ -+ rtw_free_cmd_obj(pcmd); -+ -+_func_exit_; -+} -+ -+void rtw_create_ibss_post_hdl(_adapter *padapter, int status) -+{ -+ _irqL irqL; -+ u8 timer_cancelled; -+ struct sta_info *psta = NULL; -+ struct wlan_network *pwlan = NULL; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ WLAN_BSSID_EX *pdev_network = &padapter->registrypriv.dev_network; -+ struct wlan_network *mlme_cur_network = &(pmlmepriv->cur_network); -+ -+ if (status != H2C_SUCCESS) -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ -+ _cancel_timer(&pmlmepriv->assoc_timer, &timer_cancelled); -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ { -+ _irqL irqL; -+ -+ pwlan = _rtw_alloc_network(pmlmepriv); -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ if (pwlan == NULL) { -+ pwlan = rtw_get_oldest_wlan_network(&pmlmepriv->scanned_queue); -+ if (pwlan == NULL) { -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_err_, ("Error: can't get pwlan in rtw_joinbss_event_callback\n")); -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ goto createbss_cmd_fail; -+ } -+ pwlan->last_scanned = rtw_get_current_time(); -+ } else { -+ rtw_list_insert_tail(&(pwlan->list), &pmlmepriv->scanned_queue.queue); -+ } -+ -+ pdev_network->Length = get_WLAN_BSSID_EX_sz(pdev_network); -+ _rtw_memcpy(&(pwlan->network), pdev_network, pdev_network->Length); -+ //pwlan->fixed = _TRUE; -+ -+ /* copy pdev_network information to pmlmepriv->cur_network */ -+ _rtw_memcpy(&mlme_cur_network->network, pdev_network, (get_WLAN_BSSID_EX_sz(pdev_network))); -+ -+ #if 0 -+ /* reset DSConfig */ -+ mlme_cur_network->network.Configuration.DSConfig = (u32)rtw_ch2freq(pdev_network->Configuration.DSConfig); -+ #endif -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ /* we will set _FW_LINKED when there is one more sat to join us (rtw_stassoc_event_callback) */ -+ } -+ -+createbss_cmd_fail: -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+exit: -+ return; -+} -+ -+ -+ -+void rtw_setstaKey_cmdrsp_callback(_adapter* padapter , struct cmd_obj *pcmd) -+{ -+ -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ struct set_stakey_rsp* psetstakey_rsp = (struct set_stakey_rsp*) (pcmd->rsp); -+ struct sta_info* psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); -+ -+_func_enter_; -+ -+ if(psta==NULL) -+ { -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_err_,("\nERROR: rtw_setstaKey_cmdrsp_callback => can't get sta_info \n\n")); -+ goto exit; -+ } -+ -+ //psta->aid = psta->mac_id = psetstakey_rsp->keyid; //CAM_ID(CAM_ENTRY) -+ -+exit: -+ -+ rtw_free_cmd_obj(pcmd); -+ -+_func_exit_; -+ -+} -+void rtw_setassocsta_cmdrsp_callback(_adapter* padapter, struct cmd_obj *pcmd) -+{ -+ _irqL irqL; -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct set_assocsta_parm* passocsta_parm = (struct set_assocsta_parm*)(pcmd->parmbuf); -+ struct set_assocsta_rsp* passocsta_rsp = (struct set_assocsta_rsp*) (pcmd->rsp); -+ struct sta_info* psta = rtw_get_stainfo(pstapriv, passocsta_parm->addr); -+ -+_func_enter_; -+ -+ if(psta==NULL) -+ { -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_err_,("\nERROR: setassocsta_cmdrsp_callbac => can't get sta_info \n\n")); -+ goto exit; -+ } -+ -+ psta->aid = psta->mac_id = passocsta_rsp->cam_id; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) && (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE)) -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ set_fwstate(pmlmepriv, _FW_LINKED); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+exit: -+ rtw_free_cmd_obj(pcmd); -+ -+_func_exit_; -+} -+ -+void rtw_getrttbl_cmd_cmdrsp_callback(_adapter* padapter, struct cmd_obj *pcmd); -+void rtw_getrttbl_cmd_cmdrsp_callback(_adapter* padapter, struct cmd_obj *pcmd) -+{ -+_func_enter_; -+ -+ rtw_free_cmd_obj(pcmd); -+#ifdef CONFIG_MP_INCLUDED -+ if (padapter->registrypriv.mp_mode == 1) -+ padapter->mppriv.workparam.bcompleted=_TRUE; -+#endif -+ -+_func_exit_; -+ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_debug.c linux/3rdparty/rtl8812au/core/rtw_debug.c ---- linux.old/3rdparty/rtl8812au/core/rtw_debug.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_debug.c 2017-06-07 23:07:20.999686482 +0300 -@@ -0,0 +1,3853 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_DEBUG_C_ -+ -+#include -+#include -+ -+u32 GlobalDebugLevel = _drv_err_; -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ -+ u64 GlobalDebugComponents = \ -+ _module_rtl871x_xmit_c_ | -+ _module_xmit_osdep_c_ | -+ _module_rtl871x_recv_c_ | -+ _module_recv_osdep_c_ | -+ _module_rtl871x_mlme_c_ | -+ _module_mlme_osdep_c_ | -+ _module_rtl871x_sta_mgt_c_ | -+ _module_rtl871x_cmd_c_ | -+ _module_cmd_osdep_c_ | -+ _module_rtl871x_io_c_ | -+ _module_io_osdep_c_ | -+ _module_os_intfs_c_| -+ _module_rtl871x_security_c_| -+ _module_rtl871x_eeprom_c_| -+ _module_hal_init_c_| -+ _module_hci_hal_init_c_| -+ _module_rtl871x_ioctl_c_| -+ _module_rtl871x_ioctl_set_c_| -+ _module_rtl871x_ioctl_query_c_| -+ _module_rtl871x_pwrctrl_c_| -+ _module_hci_intfs_c_| -+ _module_hci_ops_c_| -+ _module_hci_ops_os_c_| -+ _module_rtl871x_ioctl_os_c| -+ _module_rtl8712_cmd_c_| -+ _module_hal_xmit_c_| -+ _module_rtl8712_recv_c_ | -+ _module_mp_ | -+ _module_efuse_; -+ -+#endif /* CONFIG_DEBUG_RTL871X */ -+ -+#include -+ -+#ifdef CONFIG_TDLS -+#define TDLS_DBG_INFO_SPACE_BTWN_ITEM_AND_VALUE 41 -+#endif -+ -+void dump_drv_version(void *sel) -+{ -+ DBG_871X_SEL_NL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION); -+ DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__); -+} -+ -+void dump_drv_cfg(void *sel) -+{ -+ char *kernel_version = utsname()->release; -+ -+ DBG_871X_SEL_NL(sel, "\nKernel Version: %s\n", kernel_version); -+ DBG_871X_SEL_NL(sel, "Driver Version: %s\n", DRIVERVERSION); -+ DBG_871X_SEL_NL(sel, "------------------------------------------------\n"); -+#ifdef CONFIG_IOCTL_CFG80211 -+ DBG_871X_SEL_NL(sel, "CFG80211\n"); -+ #ifdef RTW_USE_CFG80211_STA_EVENT -+ DBG_871X_SEL_NL(sel, "RTW_USE_CFG80211_STA_EVENT\n"); -+ #endif -+#else -+ DBG_871X_SEL_NL(sel, "WEXT\n"); -+#endif -+ -+ DBG_871X_SEL_NL(sel, "DBG:%d\n", DBG); -+#ifdef CONFIG_DEBUG -+ DBG_871X_SEL_NL(sel, "CONFIG_DEBUG\n"); -+#endif -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ DBG_871X_SEL_NL(sel, "CONFIG_CONCURRENT_MODE\n"); -+#endif -+ -+#ifdef CONFIG_POWER_SAVING -+ DBG_871X_SEL_NL(sel, "CONFIG_POWER_SAVING\n"); -+#endif -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ DBG_871X_SEL_NL(sel, "LOAD_PHY_PARA_FROM_FILE - REALTEK_CONFIG_PATH=%s\n", REALTEK_CONFIG_PATH); -+ #ifdef CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY -+ DBG_871X_SEL_NL(sel, "CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY\n"); -+ #endif -+ #ifdef CONFIG_CALIBRATE_TX_POWER_TO_MAX -+ DBG_871X_SEL_NL(sel, "CONFIG_CALIBRATE_TX_POWER_TO_MAX\n"); -+ #endif -+#endif -+ -+#ifdef CONFIG_DISABLE_ODM -+ DBG_871X_SEL_NL(sel, "CONFIG_DISABLE_ODM\n"); -+#endif -+ -+#ifdef CONFIG_MINIMAL_MEMORY_USAGE -+ DBG_871X_SEL_NL(sel, "CONFIG_MINIMAL_MEMORY_USAGE\n"); -+#endif -+ -+ DBG_871X_SEL_NL(sel, "CONFIG_RTW_ADAPTIVITY_EN = %d\n", CONFIG_RTW_ADAPTIVITY_EN); -+#if (CONFIG_RTW_ADAPTIVITY_EN) -+ DBG_871X_SEL_NL(sel, "ADAPTIVITY_MODE = %s\n", (CONFIG_RTW_ADAPTIVITY_MODE) ? "carrier_sense" : "normal"); -+#endif -+ -+#ifdef CONFIG_WOWLAN -+ DBG_871X_SEL_NL(sel, "CONFIG_WOWLAN - "); -+ -+ #ifdef CONFIG_GPIO_WAKEUP -+ DBG_871X_SEL_NL(sel, "CONFIG_GPIO_WAKEUP - WAKEUP_GPIO_IDX:%d\n", WAKEUP_GPIO_IDX); -+ #endif -+#endif -+ -+#ifdef CONFIG_TDLS -+ DBG_871X_SEL_NL(sel, "CONFIG_TDLS\n"); -+#endif -+ -+#ifdef CONFIG_USB_HCI -+ #ifdef CONFIG_SUPPORT_USB_INT -+ DBG_871X_SEL_NL(sel, "CONFIG_SUPPORT_USB_INT\n"); -+ #endif -+ #ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+ DBG_871X_SEL_NL(sel, "CONFIG_USB_INTERRUPT_IN_PIPE\n"); -+ #endif -+ #ifdef CONFIG_USB_TX_AGGREGATION -+ DBG_871X_SEL_NL(sel, "CONFIG_USB_TX_AGGREGATION\n"); -+ #endif -+ #ifdef CONFIG_USB_RX_AGGREGATION -+ DBG_871X_SEL_NL(sel, "CONFIG_USB_RX_AGGREGATION\n"); -+ #endif -+ #ifdef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ DBG_871X_SEL_NL(sel, "CONFIG_USE_USB_BUFFER_ALLOC_TX\n"); -+ #endif -+ #ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ DBG_871X_SEL_NL(sel, "CONFIG_USE_USB_BUFFER_ALLOC_RX\n"); -+ #endif -+ #ifdef CONFIG_PREALLOC_RECV_SKB -+ DBG_871X_SEL_NL(sel, "CONFIG_PREALLOC_RECV_SKB\n"); -+ #endif -+ #ifdef CONFIG_FIX_NR_BULKIN_BUFFER -+ DBG_871X_SEL_NL(sel, "CONFIG_FIX_NR_BULKIN_BUFFER\n"); -+ #endif -+#endif /*CONFIG_USB_HCI*/ -+ -+#ifdef CONFIG_SDIO_HCI -+ #ifdef CONFIG_TX_AGGREGATION -+ DBG_871X_SEL_NL(sel, "CONFIG_TX_AGGREGATION\n"); -+ #endif -+ #ifdef CONFIG_RX_AGGREGATION -+ DBG_871X_SEL_NL(sel, "CONFIG_RX_AGGREGATION\n"); -+ #endif -+#endif /*CONFIG_SDIO_HCI*/ -+ -+#ifdef CONFIG_PCI_HCI -+#endif -+ -+ DBG_871X_SEL_NL(sel, "MAX_XMITBUF_SZ = %d\n", MAX_XMITBUF_SZ); -+ DBG_871X_SEL_NL(sel, "MAX_RECVBUF_SZ = %d\n", MAX_RECVBUF_SZ); -+ -+} -+ -+void dump_log_level(void *sel) -+{ -+ DBG_871X_SEL_NL(sel, "log_level:%d\n", GlobalDebugLevel); -+} -+ -+#ifdef CONFIG_SDIO_HCI -+void sd_f0_reg_dump(void *sel, _adapter *adapter) -+{ -+ int i; -+ -+ for(i=0x0;i<=0xff;i++) -+ { -+ if(i%16==0) -+ DBG_871X_SEL_NL(sel, "0x%02x ",i); -+ -+ DBG_871X_SEL(sel, "%02x ", rtw_sd_f0_read8(adapter, i)); -+ -+ if(i%16==15) -+ DBG_871X_SEL(sel, "\n"); -+ else if(i%8==7) -+ DBG_871X_SEL(sel, "\t"); -+ } -+} -+ -+void sdio_local_reg_dump(void *sel, _adapter *adapter) -+{ -+ int i, j = 1; -+ -+ for (i = 0x0; i < 0x100; i += 4) { -+ if (j % 4 == 1) -+ DBG_871X_SEL_NL(sel, "0x%02x", i); -+ DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter, (0x1025 << 16) | i)); -+ if ((j++) % 4 == 0) -+ DBG_871X_SEL(sel, "\n"); -+ } -+} -+#endif /* CONFIG_SDIO_HCI */ -+ -+void mac_reg_dump(void *sel, _adapter *adapter) -+{ -+ int i, j = 1; -+ -+ DBG_871X_SEL_NL(sel, "======= MAC REG =======\n"); -+ -+ for(i=0x0;i<0x800;i+=4) -+ { -+ if(j%4==1) -+ DBG_871X_SEL_NL(sel, "0x%03x",i); -+ DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter,i)); -+ if((j++)%4 == 0) -+ DBG_871X_SEL(sel, "\n"); -+ } -+ -+#ifdef CONFIG_RTL8814A -+ { -+ for(i=0x1000;i<0x1650;i+=4) -+ { -+ if(j%4==1) -+ DBG_871X_SEL_NL(sel, "0x%03x",i); -+ DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter,i)); -+ if((j++)%4 == 0) -+ DBG_871X_SEL(sel, "\n"); -+ } -+ } -+#endif /* CONFIG_RTL8814A */ -+} -+ -+void bb_reg_dump(void *sel, _adapter *adapter) -+{ -+ int i, j = 1; -+ -+ DBG_871X_SEL_NL(sel, "======= BB REG =======\n"); -+ for(i=0x800;i<0x1000;i+=4) -+ { -+ if(j%4==1) -+ DBG_871X_SEL_NL(sel, "0x%03x",i); -+ DBG_871X_SEL(sel, " 0x%08x ", rtw_read32(adapter,i)); -+ if((j++)%4 == 0) -+ DBG_871X_SEL(sel, "\n"); -+ } -+} -+ -+void rf_reg_dump(void *sel, _adapter *adapter) -+{ -+ int i, j = 1, path; -+ u32 value; -+ u8 rf_type = 0; -+ u8 path_nums = 0; -+ -+ rtw_hal_get_hwreg(adapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if((RF_1T2R == rf_type) ||(RF_1T1R ==rf_type )) -+ path_nums = 1; -+ else -+ path_nums = 2; -+ -+ DBG_871X_SEL_NL(sel, "======= RF REG =======\n"); -+ -+ for (path=0;pathrecvpriv); -+ if( precvpriv->sink_udpport > 0) -+ { -+ if(*((u16*)((pkt->data)+0x24)) == cpu_to_be16(precvpriv->sink_udpport)) -+ { -+ precvpriv->pre_rtp_rxseq= precvpriv->cur_rtp_rxseq; -+ precvpriv->cur_rtp_rxseq = be16_to_cpu(*((u16*)((pkt->data)+0x2C))); -+ if( precvpriv->pre_rtp_rxseq+1 != precvpriv->cur_rtp_rxseq) -+ DBG_871X("%s : RTP Seq num from %d to %d\n",__FUNCTION__,precvpriv->pre_rtp_rxseq,precvpriv->cur_rtp_rxseq); -+ } -+ } -+} -+ -+void sta_rx_reorder_ctl_dump(void *sel, struct sta_info *sta) -+{ -+ struct recv_reorder_ctrl *reorder_ctl; -+ int i; -+ -+ for (i = 0; i < 16; i++) { -+ reorder_ctl = &sta->recvreorder_ctrl[i]; -+ if (reorder_ctl->ampdu_size != RX_AMPDU_SIZE_INVALID || reorder_ctl->indicate_seq != 0xFFFF) { -+ DBG_871X_SEL_NL(sel, "tid=%d, enable=%d, ampdu_size=%u, indicate_seq=%u\n" -+ , i, reorder_ctl->enable, reorder_ctl->ampdu_size, reorder_ctl->indicate_seq -+ ); -+ } -+ } -+} -+ -+void dump_adapters_status(void *sel, struct dvobj_priv *dvobj) -+{ -+ struct rf_ctl_t *rfctl = dvobj_to_rfctl(dvobj); -+ int i; -+ _adapter *iface; -+ u8 u_ch, u_bw, u_offset; -+ -+ DBG_871X_SEL_NL(sel, "%-2s %-8s %-17s %-4s %-7s %s\n" -+ , "id", "ifname", "macaddr", "port", "ch", "status"); -+ -+ DBG_871X_SEL_NL(sel, "------------------------------------------\n"); -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ if (iface) { -+ DBG_871X_SEL_NL(sel, "%2d %-8s "MAC_FMT" %4hhu %3u,%u,%u "MLME_STATE_FMT" %s%s\n" -+ , i, ADPT_ARG(iface) -+ , MAC_ARG(adapter_mac_addr(iface)) -+ , get_iface_type(iface) -+ , iface->mlmeextpriv.cur_channel -+ , iface->mlmeextpriv.cur_bwmode -+ , iface->mlmeextpriv.cur_ch_offset -+ , ADPT_MLME_S_ARG(iface) -+ , rtw_is_surprise_removed(iface)?" SR":"" -+ , rtw_is_drv_stopped(iface)?" DS":"" -+ ); -+ } -+ } -+ -+ DBG_871X_SEL_NL(sel, "------------------------------------------\n"); -+ -+ rtw_get_ch_setting_union(dvobj->padapters[IFACE_ID0], &u_ch, &u_bw, &u_offset); -+ DBG_871X_SEL_NL(sel, "%34s %3u,%u,%u\n" -+ , "union:" -+ , u_ch, u_bw, u_offset -+ ); -+ -+ DBG_871X_SEL_NL(sel, "%34s %3u,%u,%u\n" -+ , "oper:" -+ , dvobj->oper_channel -+ , dvobj->oper_bwmode -+ , dvobj->oper_ch_offset -+ ); -+ -+ #ifdef CONFIG_DFS_MASTER -+ if (rfctl->radar_detect_ch != 0) { -+ DBG_871X_SEL_NL(sel, "%34s %3u,%u,%u" -+ , "radar_detect:" -+ , rfctl->radar_detect_ch -+ , rfctl->radar_detect_bw -+ , rfctl->radar_detect_offset -+ ); -+ -+ if (IS_UNDER_CAC(rfctl)) -+ DBG_871X_SEL(sel, ", cac:%d\n", rtw_systime_to_ms(rfctl->cac_end_time - rtw_get_current_time())); -+ else -+ DBG_871X_SEL(sel, "\n"); -+ } -+ #endif -+} -+ -+#define SEC_CAM_ENT_ID_TITLE_FMT "%-2s" -+#define SEC_CAM_ENT_ID_TITLE_ARG "id" -+#define SEC_CAM_ENT_ID_VALUE_FMT "%2u" -+#define SEC_CAM_ENT_ID_VALUE_ARG(id) (id) -+ -+#define SEC_CAM_ENT_TITLE_FMT "%-6s %-17s %-32s %-3s %-7s %-2s %-2s %-5s" -+#define SEC_CAM_ENT_TITLE_ARG "ctrl", "addr", "key", "kid", "type", "MK", "GK", "valid" -+#define SEC_CAM_ENT_VALUE_FMT "0x%04x "MAC_FMT" "KEY_FMT" %3u %-7s %2u %2u %5u" -+#define SEC_CAM_ENT_VALUE_ARG(ent) \ -+ (ent)->ctrl \ -+ , MAC_ARG((ent)->mac) \ -+ , KEY_ARG((ent)->key) \ -+ , ((ent)->ctrl) & 0x03 \ -+ , security_type_str((((ent)->ctrl) >> 2) & 0x07) \ -+ , (((ent)->ctrl) >> 5) & 0x01 \ -+ , (((ent)->ctrl) >> 6) & 0x01 \ -+ , (((ent)->ctrl) >> 15) & 0x01 -+ -+void dump_sec_cam_ent(void *sel, struct sec_cam_ent *ent, int id) -+{ -+ if (id >= 0) { -+ DBG_871X_SEL_NL(sel, SEC_CAM_ENT_ID_VALUE_FMT " " SEC_CAM_ENT_VALUE_FMT"\n" -+ , SEC_CAM_ENT_ID_VALUE_ARG(id), SEC_CAM_ENT_VALUE_ARG(ent)); -+ } else { -+ DBG_871X_SEL_NL(sel, SEC_CAM_ENT_VALUE_FMT"\n", SEC_CAM_ENT_VALUE_ARG(ent)); -+ } -+} -+ -+void dump_sec_cam_ent_title(void *sel, u8 has_id) -+{ -+ if (has_id) { -+ DBG_871X_SEL_NL(sel, SEC_CAM_ENT_ID_TITLE_FMT " " SEC_CAM_ENT_TITLE_FMT"\n" -+ , SEC_CAM_ENT_ID_TITLE_ARG, SEC_CAM_ENT_TITLE_ARG); -+ } else { -+ DBG_871X_SEL_NL(sel, SEC_CAM_ENT_TITLE_FMT"\n", SEC_CAM_ENT_TITLE_ARG); -+ } -+} -+ -+void dump_sec_cam(void *sel, _adapter *adapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ struct sec_cam_ent ent; -+ int i; -+ -+ DBG_871X_SEL_NL(sel, "HW sec cam:\n"); -+ dump_sec_cam_ent_title(sel, 1); -+ for (i = 0; i < cam_ctl->num; i++) { -+ rtw_sec_read_cam_ent(adapter, i, (u8 *)(&ent.ctrl), ent.mac, ent.key); -+ dump_sec_cam_ent(sel , &ent, i); -+ } -+} -+ -+#ifdef CONFIG_PROC_DEBUG -+ssize_t proc_set_write_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 addr, val, len; -+ -+ if (count < 3) -+ { -+ DBG_871X("argument size is less than 3\n"); -+ return -EFAULT; -+ } -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%x %x %x", &addr, &val, &len); -+ -+ if (num != 3) { -+ DBG_871X("invalid write_reg parameter!\n"); -+ return count; -+ } -+ -+ switch(len) -+ { -+ case 1: -+ rtw_write8(padapter, addr, (u8)val); -+ break; -+ case 2: -+ rtw_write16(padapter, addr, (u16)val); -+ break; -+ case 4: -+ rtw_write32(padapter, addr, val); -+ break; -+ default: -+ DBG_871X("error write length=%d", len); -+ break; -+ } -+ -+ } -+ -+ return count; -+ -+} -+ -+static u32 proc_get_read_addr=0xeeeeeeee; -+static u32 proc_get_read_len=0x4; -+ -+int proc_get_read_reg(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ if (proc_get_read_addr==0xeeeeeeee) { -+ DBG_871X_SEL_NL(m, "address not initialized\n"); -+ return 0; -+ } -+ -+ switch(proc_get_read_len) -+ { -+ case 1: -+ DBG_871X_SEL_NL(m, "rtw_read8(0x%x)=0x%x\n", proc_get_read_addr, rtw_read8(padapter, proc_get_read_addr)); -+ break; -+ case 2: -+ DBG_871X_SEL_NL(m, "rtw_read16(0x%x)=0x%x\n", proc_get_read_addr, rtw_read16(padapter, proc_get_read_addr)); -+ break; -+ case 4: -+ DBG_871X_SEL_NL(m, "rtw_read32(0x%x)=0x%x\n", proc_get_read_addr, rtw_read32(padapter, proc_get_read_addr)); -+ break; -+ default: -+ DBG_871X_SEL_NL(m, "error read length=%d\n", proc_get_read_len); -+ break; -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_read_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ char tmp[16]; -+ u32 addr, len; -+ -+ if (count < 2) -+ { -+ DBG_871X("argument size is less than 2\n"); -+ return -EFAULT; -+ } -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%x %x", &addr, &len); -+ -+ if (num != 2) { -+ DBG_871X("invalid read_reg parameter!\n"); -+ return count; -+ } -+ -+ proc_get_read_addr = addr; -+ -+ proc_get_read_len = len; -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_fwstate(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_871X_SEL_NL(m, "fwstate=0x%x\n", get_fwstate(pmlmepriv)); -+ -+ return 0; -+} -+ -+int proc_get_sec_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct security_priv *sec = &padapter->securitypriv; -+ -+ DBG_871X_SEL_NL(m, "auth_alg=0x%x, enc_alg=0x%x, auth_type=0x%x, enc_type=0x%x\n", -+ sec->dot11AuthAlgrthm, sec->dot11PrivacyAlgrthm, -+ sec->ndisauthtype, sec->ndisencryptstatus); -+ -+ DBG_871X_SEL_NL(m, "hw_decrypted=%d\n", sec->hw_decrypted); -+ -+#ifdef DBG_SW_SEC_CNT -+ DBG_871X_SEL_NL(m, "wep_sw_enc_cnt=%llu, %llu, %llu\n" -+ , sec->wep_sw_enc_cnt_bc , sec->wep_sw_enc_cnt_mc, sec->wep_sw_enc_cnt_uc); -+ DBG_871X_SEL_NL(m, "wep_sw_dec_cnt=%llu, %llu, %llu\n" -+ , sec->wep_sw_dec_cnt_bc , sec->wep_sw_dec_cnt_mc, sec->wep_sw_dec_cnt_uc); -+ -+ DBG_871X_SEL_NL(m, "tkip_sw_enc_cnt=%llu, %llu, %llu\n" -+ , sec->tkip_sw_enc_cnt_bc , sec->tkip_sw_enc_cnt_mc, sec->tkip_sw_enc_cnt_uc); -+ DBG_871X_SEL_NL(m, "tkip_sw_dec_cnt=%llu, %llu, %llu\n" -+ , sec->tkip_sw_dec_cnt_bc , sec->tkip_sw_dec_cnt_mc, sec->tkip_sw_dec_cnt_uc); -+ -+ DBG_871X_SEL_NL(m, "aes_sw_enc_cnt=%llu, %llu, %llu\n" -+ , sec->aes_sw_enc_cnt_bc , sec->aes_sw_enc_cnt_mc, sec->aes_sw_enc_cnt_uc); -+ DBG_871X_SEL_NL(m, "aes_sw_dec_cnt=%llu, %llu, %llu\n" -+ , sec->aes_sw_dec_cnt_bc , sec->aes_sw_dec_cnt_mc, sec->aes_sw_dec_cnt_uc); -+#endif /* DBG_SW_SEC_CNT */ -+ -+ return 0; -+} -+ -+int proc_get_mlmext_state(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X_SEL_NL(m, "pmlmeinfo->state=0x%x\n", pmlmeinfo->state); -+ -+ return 0; -+} -+ -+#ifdef CONFIG_LAYER2_ROAMING -+int proc_get_roam_flags(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "0x%02x\n", rtw_roam_flags(adapter)); -+ -+ return 0; -+} -+ -+ssize_t proc_set_roam_flags(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ char tmp[32]; -+ u8 flags; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx", &flags); -+ -+ if (num == 1) -+ rtw_assign_roam_flags(adapter, flags); -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_roam_param(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ -+ DBG_871X_SEL_NL(m, "%12s %12s %11s\n", "rssi_diff_th", "scanr_exp_ms", "scan_int_ms"); -+ DBG_871X_SEL_NL(m, "%-12u %-12u %-11u\n" -+ , mlme->roam_rssi_diff_th -+ , mlme->roam_scanr_exp_ms -+ , mlme->roam_scan_int_ms -+ ); -+ -+ return 0; -+} -+ -+ssize_t proc_set_roam_param(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ -+ char tmp[32]; -+ u8 rssi_diff_th; -+ u32 scanr_exp_ms; -+ u32 scan_int_ms; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhu %u %u", &rssi_diff_th, &scanr_exp_ms, &scan_int_ms); -+ -+ if (num >= 1) -+ mlme->roam_rssi_diff_th = rssi_diff_th; -+ if (num >= 2) -+ mlme->roam_scanr_exp_ms = scanr_exp_ms; -+ if (num >= 3) -+ mlme->roam_scan_int_ms = scan_int_ms; -+ } -+ -+ return count; -+ -+} -+ -+ssize_t proc_set_roam_tgt_addr(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ char tmp[32]; -+ u8 addr[ETH_ALEN]; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", addr, addr+1, addr+2, addr+3, addr+4, addr+5); -+ if (num == 6) -+ _rtw_memcpy(adapter->mlmepriv.roam_tgt_addr, addr, ETH_ALEN); -+ -+ DBG_871X("set roam_tgt_addr to "MAC_FMT"\n", MAC_ARG(adapter->mlmepriv.roam_tgt_addr)); -+ } -+ -+ return count; -+} -+#endif /* CONFIG_LAYER2_ROAMING */ -+ -+int proc_get_qos_option(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_871X_SEL_NL(m, "qos_option=%d\n", pmlmepriv->qospriv.qos_option); -+ -+ return 0; -+} -+ -+int proc_get_ht_option(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+#ifdef CONFIG_80211N_HT -+ DBG_871X_SEL_NL(m, "ht_option=%d\n", pmlmepriv->htpriv.ht_option); -+#endif //CONFIG_80211N_HT -+ -+ return 0; -+} -+ -+int proc_get_rf_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ DBG_871X_SEL_NL(m, "cur_ch=%d, cur_bw=%d, cur_ch_offet=%d\n", -+ pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); -+ -+ DBG_871X_SEL_NL(m, "oper_ch=%d, oper_bw=%d, oper_ch_offet=%d\n", -+ rtw_get_oper_ch(padapter), rtw_get_oper_bw(padapter), rtw_get_oper_choffset(padapter)); -+ -+ return 0; -+} -+ -+int proc_get_scan_param(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ struct ss_res *ss = &mlmeext->sitesurvey_res; -+ -+#define SCAN_PARAM_TITLE_FMT "%10s" -+#define SCAN_PARAM_VALUE_FMT "%-10u" -+#define SCAN_PARAM_TITLE_ARG , "scan_ch_ms" -+#define SCAN_PARAM_VALUE_ARG , ss->scan_ch_ms -+#ifdef CONFIG_80211N_HT -+ #define SCAN_PARAM_TITLE_FMT_HT " %15s %13s" -+ #define SCAN_PARAM_VALUE_FMT_HT " %-15u %-13u" -+ #define SCAN_PARAM_TITLE_ARG_HT , "rx_ampdu_accept", "rx_ampdu_size" -+ #define SCAN_PARAM_VALUE_ARG_HT , ss->rx_ampdu_accept, ss->rx_ampdu_size -+#else -+ #define SCAN_PARAM_TITLE_FMT_HT "" -+ #define SCAN_PARAM_VALUE_FMT_HT "" -+ #define SCAN_PARAM_TITLE_ARG_HT -+ #define SCAN_PARAM_VALUE_ARG_HT -+#endif -+#ifdef CONFIG_SCAN_BACKOP -+ #define SCAN_PARAM_TITLE_FMT_BACKOP " %9s %12s" -+ #define SCAN_PARAM_VALUE_FMT_BACKOP " %-9u %-12u" -+ #define SCAN_PARAM_TITLE_ARG_BACKOP , "backop_ms", "scan_cnt_max" -+ #define SCAN_PARAM_VALUE_ARG_BACKOP , ss->backop_ms, ss->scan_cnt_max -+#else -+ #define SCAN_PARAM_TITLE_FMT_BACKOP "" -+ #define SCAN_PARAM_VALUE_FMT_BACKOP "" -+ #define SCAN_PARAM_TITLE_ARG_BACKOP -+ #define SCAN_PARAM_VALUE_ARG_BACKOP -+#endif -+ -+ DBG_871X_SEL_NL(m, -+ SCAN_PARAM_TITLE_FMT -+ SCAN_PARAM_TITLE_FMT_HT -+ SCAN_PARAM_TITLE_FMT_BACKOP -+ "\n" -+ SCAN_PARAM_TITLE_ARG -+ SCAN_PARAM_TITLE_ARG_HT -+ SCAN_PARAM_TITLE_ARG_BACKOP -+ ); -+ -+ DBG_871X_SEL_NL(m, -+ SCAN_PARAM_VALUE_FMT -+ SCAN_PARAM_VALUE_FMT_HT -+ SCAN_PARAM_VALUE_FMT_BACKOP -+ "\n" -+ SCAN_PARAM_VALUE_ARG -+ SCAN_PARAM_VALUE_ARG_HT -+ SCAN_PARAM_VALUE_ARG_BACKOP -+ ); -+ -+ return 0; -+} -+ -+ssize_t proc_set_scan_param(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ struct ss_res *ss = &mlmeext->sitesurvey_res; -+ -+ char tmp[32] = {0}; -+ -+u16 scan_ch_ms; -+#define SCAN_PARAM_INPUT_FMT "%hu" -+#define SCAN_PARAM_INPUT_ARG , &scan_ch_ms -+#ifdef CONFIG_80211N_HT -+ u8 rx_ampdu_accept; -+ u8 rx_ampdu_size; -+ #define SCAN_PARAM_INPUT_FMT_HT " %hhu %hhu" -+ #define SCAN_PARAM_INPUT_ARG_HT , &rx_ampdu_accept, &rx_ampdu_size -+#else -+ #define SCAN_PARAM_INPUT_FMT_HT "" -+ #define SCAN_PARAM_INPUT_ARG_HT -+#endif -+#ifdef CONFIG_SCAN_BACKOP -+ u16 backop_ms; -+ u8 scan_cnt_max; -+ #define SCAN_PARAM_INPUT_FMT_BACKOP " %hu %hhu" -+ #define SCAN_PARAM_INPUT_ARG_BACKOP , &backop_ms, &scan_cnt_max -+#else -+ #define SCAN_PARAM_INPUT_FMT_BACKOP "" -+ #define SCAN_PARAM_INPUT_ARG_BACKOP -+#endif -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, -+ SCAN_PARAM_INPUT_FMT -+ SCAN_PARAM_INPUT_FMT_HT -+ SCAN_PARAM_INPUT_FMT_BACKOP -+ SCAN_PARAM_INPUT_ARG -+ SCAN_PARAM_INPUT_ARG_HT -+ SCAN_PARAM_INPUT_ARG_BACKOP -+ ); -+ -+ if (num-- > 0) -+ ss->scan_ch_ms = scan_ch_ms; -+ #ifdef CONFIG_80211N_HT -+ if (num-- > 0) -+ ss->rx_ampdu_accept = rx_ampdu_accept; -+ if (num-- > 0) -+ ss->rx_ampdu_size = rx_ampdu_size; -+ #endif -+ #ifdef CONFIG_SCAN_BACKOP -+ if (num-- > 0) -+ ss->backop_ms = backop_ms; -+ if (num-- > 0) -+ ss->scan_cnt_max = scan_cnt_max; -+ #endif -+ } -+ -+ return count; -+} -+ -+int proc_get_scan_abort(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ u32 pass_ms; -+ -+ pass_ms = rtw_scan_abort_timeout(adapter, 10000); -+ -+ DBG_871X_SEL_NL(m, "%u\n", pass_ms); -+ -+ return 0; -+} -+ -+#ifdef CONFIG_SCAN_BACKOP -+int proc_get_backop_flags_sta(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ -+ DBG_871X_SEL_NL(m, "0x%02x\n", mlmeext_scan_backop_flags_sta(mlmeext)); -+ -+ return 0; -+} -+ -+ssize_t proc_set_backop_flags_sta(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ -+ char tmp[32]; -+ u8 flags; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx", &flags); -+ -+ if (num == 1) -+ mlmeext_assign_scan_backop_flags_sta(mlmeext, flags); -+ } -+ -+ return count; -+} -+ -+int proc_get_backop_flags_ap(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ -+ DBG_871X_SEL_NL(m, "0x%02x\n", mlmeext_scan_backop_flags_ap(mlmeext)); -+ -+ return 0; -+} -+ -+ssize_t proc_set_backop_flags_ap(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ -+ char tmp[32]; -+ u8 flags; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx", &flags); -+ -+ if (num == 1) -+ mlmeext_assign_scan_backop_flags_ap(mlmeext, flags); -+ } -+ -+ return count; -+} -+ -+#endif /* CONFIG_SCAN_BACKOP */ -+ -+int proc_get_survey_info(struct seq_file *m, void *v) -+{ -+ _irqL irqL; -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ _list *plist, *phead; -+ s32 notify_signal; -+ s16 notify_noise = 0; -+ u16 index = 0, ie_cap = 0; -+ unsigned char *ie_wpa = NULL, *ie_wpa2 = NULL, *ie_wps = NULL; -+ unsigned char *ie_p2p = NULL, *ssid = NULL; -+ char flag_str[64]; -+ int ielen = 0; -+ u32 wpsielen = 0; -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ phead = get_list_head(queue); -+ if(!phead) -+ return 0; -+ plist = get_next(phead); -+ if (!plist) -+ return 0; -+ -+ DBG_871X_SEL_NL(m, "%5s %-17s %3s %-3s %-4s %-4s %5s %32s %32s\n", "index", "bssid", "ch", "RSSI", "SdBm", "Noise", "age", "flag", "ssid"); -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ if (!pnetwork) -+ break; -+ -+ if ( check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE && -+ is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { -+ notify_signal = translate_percentage_to_dbm(padapter->recvpriv.signal_strength);//dbm -+ } else { -+ notify_signal = translate_percentage_to_dbm(pnetwork->network.PhyInfo.SignalStrength);//dbm -+ } -+ -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ rtw_hal_get_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&(pnetwork->network.Configuration.DSConfig), &(notify_noise)); -+ #endif -+ -+ ie_wpa = rtw_get_wpa_ie(&pnetwork->network.IEs[12], &ielen, pnetwork->network.IELength-12); -+ ie_wpa2 = rtw_get_wpa2_ie(&pnetwork->network.IEs[12], &ielen, pnetwork->network.IELength-12); -+ ie_cap = rtw_get_capability(&pnetwork->network); -+ ie_wps = rtw_get_wps_ie(&pnetwork->network.IEs[12], pnetwork->network.IELength-12, NULL, &wpsielen); -+ ie_p2p = rtw_get_p2p_ie(&pnetwork->network.IEs[12], pnetwork->network.IELength-12, NULL, &ielen); -+ ssid = pnetwork->network.Ssid.Ssid; -+ sprintf(flag_str, "%s%s%s%s%s%s%s", -+ (ie_wpa) ? "[WPA]":"", -+ (ie_wpa2) ? "[WPA2]":"", -+ (!ie_wpa && !ie_wpa && ie_cap & BIT(4)) ? "[WEP]":"", -+ (ie_wps) ? "[WPS]":"", -+ (pnetwork->network.InfrastructureMode == Ndis802_11IBSS) ? "[IBSS]":"", -+ (ie_cap & BIT(0)) ? "[ESS]":"", -+ (ie_p2p) ? "[P2P]":""); -+ DBG_871X_SEL_NL(m, "%5d "MAC_FMT" %3d %3d %4d %4d %5d %32s %32s\n", -+ ++index, -+ MAC_ARG(pnetwork->network.MacAddress), -+ pnetwork->network.Configuration.DSConfig, -+ (int)pnetwork->network.Rssi, -+ notify_signal, -+ notify_noise, -+ rtw_get_passing_time_ms((u32)pnetwork->last_scanned), -+ flag_str, -+ pnetwork->network.Ssid.Ssid); -+ plist = get_next(plist); -+ } -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ return 0; -+} -+ -+ssize_t proc_set_survey_info(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ _irqL irqL; -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ bool need_indicate_scan_done = _FALSE; -+ u8 _status = _FALSE; -+ NDIS_802_11_SSID ssid[RTW_SSID_SCAN_AMOUNT]; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+#ifdef CONFIG_MP_INCLUDED -+ if ((padapter->registrypriv.mp_mode == 1) -+#ifdef CONFIG_CONCURRENT_MODE -+ || ((padapter->pbuddy_adapter) && (padapter->pbuddy_adapter->registrypriv.mp_mode == 1)) -+#endif -+ ){ -+ DBG_871X(FUNC_ADPT_FMT ": MP mode block Scan request\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+#endif -+ rtw_ps_deny(padapter, PS_DENY_SCAN); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) -+ goto exit; -+ -+ if (rtw_is_drv_stopped(padapter)) { -+ DBG_871X("scan abort!! bDriverStopped=_TRUE\n"); -+ goto exit; -+ } -+ -+ if (!padapter->bup) { -+ DBG_871X("scan abort!! bup=%d\n", padapter->bup); -+ goto exit; -+ } -+ -+ if (!rtw_is_hw_init_completed(padapter)) { -+ DBG_871X("scan abort!! hw_init_completed=FALSE\n"); -+ goto exit; -+ } -+ -+ if (rtw_is_scan_deny(padapter)) { -+ DBG_871X(FUNC_ADPT_FMT ": scan deny\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ -+ if ((pmlmepriv->LinkDetectInfo.bBusyTraffic == _TRUE) -+#ifdef CONFIG_CONCURRENT_MODE -+ || (rtw_get_buddy_bBusyTraffic(padapter) == _TRUE) -+#endif -+ ) { -+ DBG_871X("scan abort!! BusyTraffic == _TRUE\n"); -+ goto exit; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == _TRUE) { -+ DBG_8192C("scan abort!! fwstate=0x%x\n", pmlmepriv->fw_state); -+ goto exit; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, -+ _FW_UNDER_SURVEY|_FW_UNDER_LINKING|WIFI_UNDER_WPS) == _TRUE) { -+ DBG_871X("scan abort!! buddy_fwstate=0x%x\n", -+ get_fwstate(&(padapter->pbuddy_adapter->mlmepriv))); -+ goto exit; -+ } -+#endif -+ _status = rtw_set_802_11_bssid_list_scan(padapter, NULL, 0); -+ -+exit: -+ rtw_ps_deny_cancel(padapter, PS_DENY_SCAN); -+ return count; -+} -+ -+int proc_get_ap_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ struct sta_info *psta; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ psta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); -+ if(psta) -+ { -+ int i; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ -+ DBG_871X_SEL_NL(m, "SSID=%s\n", cur_network->network.Ssid.Ssid); -+ DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr)); -+ DBG_871X_SEL_NL(m, "cur_channel=%d, cur_bwmode=%d, cur_ch_offset=%d\n", pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); -+ DBG_871X_SEL_NL(m, "wireless_mode=0x%x, rtsen=%d, cts2slef=%d\n", psta->wireless_mode, psta->rtsen, psta->cts2self); -+ DBG_871X_SEL_NL(m, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid); -+#ifdef CONFIG_80211N_HT -+ DBG_871X_SEL_NL(m, "qos_en=%d, ht_en=%d, init_rate=%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate); -+ DBG_871X_SEL_NL(m, "bwmode=%d, ch_offset=%d, sgi_20m=%d,sgi_40m=%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m); -+ DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", psta->htpriv.ampdu_enable); -+ DBG_871X_SEL_NL(m, "agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap); -+ DBG_871X_SEL_NL(m, "ldpc_cap=0x%x, stbc_cap=0x%x, beamform_cap=0x%x\n", psta->htpriv.ldpc_cap, psta->htpriv.stbc_cap, psta->htpriv.beamform_cap); -+#endif //CONFIG_80211N_HT -+#ifdef CONFIG_80211AC_VHT -+ DBG_871X_SEL_NL(m, "vht_en=%d, vht_sgi_80m=%d\n", psta->vhtpriv.vht_option, psta->vhtpriv.sgi_80m); -+ DBG_871X_SEL_NL(m, "vht_ldpc_cap=0x%x, vht_stbc_cap=0x%x, vht_beamform_cap=0x%x\n", psta->vhtpriv.ldpc_cap, psta->vhtpriv.stbc_cap, psta->vhtpriv.beamform_cap); -+ DBG_871X_SEL_NL(m, "vht_mcs_map=0x%x, vht_highest_rate=0x%x, vht_ampdu_len=%d\n", *(u16*)psta->vhtpriv.vht_mcs_map, psta->vhtpriv.vht_highest_rate, psta->vhtpriv.ampdu_len); -+#endif -+ -+ sta_rx_reorder_ctl_dump(m, psta); -+ } -+ else -+ { -+ DBG_871X_SEL_NL(m, "can't get sta's macaddr, cur_network's macaddr:" MAC_FMT "\n", MAC_ARG(cur_network->network.MacAddress)); -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_reset_trx_info(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ char cmd[32] = {0}; -+ u8 cnt = 0; -+ -+ if (count > sizeof(cmd)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(cmd, buffer, count)) { -+ int num = sscanf(cmd, "%hhx", &cnt); -+ -+ if (0 == cnt) { -+ pdbgpriv->dbg_rx_ampdu_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_forced_indicate_count = 0; -+ pdbgpriv->dbg_rx_ampdu_loss_count = 0; -+ pdbgpriv->dbg_rx_dup_mgt_frame_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_window_shift_cnt = 0; -+ pdbgpriv->dbg_rx_conflic_mac_addr_cnt = 0; -+ } -+ } -+ -+ return count; -+} -+ -+int proc_get_trx_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ int i; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct hw_xmit *phwxmit; -+ -+ dump_os_queue(m, padapter); -+ -+ DBG_871X_SEL_NL(m, "free_xmitbuf_cnt=%d, free_xmitframe_cnt=%d\n" -+ , pxmitpriv->free_xmitbuf_cnt, pxmitpriv->free_xmitframe_cnt); -+ DBG_871X_SEL_NL(m, "free_ext_xmitbuf_cnt=%d, free_xframe_ext_cnt=%d\n" -+ , pxmitpriv->free_xmit_extbuf_cnt, pxmitpriv->free_xframe_ext_cnt); -+ DBG_871X_SEL_NL(m, "free_recvframe_cnt=%d\n" -+ , precvpriv->free_recvframe_cnt); -+ -+ for(i = 0; i < 4; i++) -+ { -+ phwxmit = pxmitpriv->hwxmits + i; -+ DBG_871X_SEL_NL(m, "%d, hwq.accnt=%d\n", i, phwxmit->accnt); -+ } -+ -+#ifdef CONFIG_USB_HCI -+ DBG_871X_SEL_NL(m, "rx_urb_pending_cn=%d\n", ATOMIC_READ(&(precvpriv->rx_pending_cnt))); -+#endif -+ -+ //Folowing are RX info -+ //Counts of packets whose seq_num is less than preorder_ctrl->indicate_seq, Ex delay, retransmission, redundant packets and so on -+ DBG_871X_SEL_NL(m,"Rx: Counts of Packets Whose Seq_Num Less Than Reorder Control Seq_Num: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_drop_count); -+ //How many times the Rx Reorder Timer is triggered. -+ DBG_871X_SEL_NL(m,"Rx: Reorder Time-out Trigger Counts: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_forced_indicate_count); -+ //Total counts of packets loss -+ DBG_871X_SEL_NL(m,"Rx: Packet Loss Counts: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_loss_count); -+ DBG_871X_SEL_NL(m,"Rx: Duplicate Management Frame Drop Count: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_dup_mgt_frame_drop_count); -+ DBG_871X_SEL_NL(m,"Rx: AMPDU BA window shift Count: %llu\n",(unsigned long long)pdbgpriv->dbg_rx_ampdu_window_shift_cnt); -+ /*The same mac addr counts*/ -+ DBG_871X_SEL_NL(m, "Rx: Conflict MAC Address Frames Count: %llu\n", (unsigned long long)pdbgpriv->dbg_rx_conflic_mac_addr_cnt); -+ return 0; -+} -+ -+int proc_get_dis_pwt(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 dis_pwt = 0; -+ rtw_hal_get_def_var(padapter, HAL_DEF_DBG_DIS_PWT, &(dis_pwt)); -+ DBG_871X_SEL_NL(m, " Tx Power training mode:%s \n",(dis_pwt==_TRUE)?"Disable":"Enable"); -+ return 0; -+} -+ssize_t proc_set_dis_pwt(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[4]={0}; -+ u8 dis_pwt = 0; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx", &dis_pwt); -+ DBG_871X("Set Tx Power training mode:%s\n", (dis_pwt == _TRUE)?"Disable":"Enable"); -+ -+ if (num >= 1) -+ rtw_hal_set_def_var(padapter, HAL_DEF_DBG_DIS_PWT, &(dis_pwt)); -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_rate_ctl(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ int i; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 data_rate = 0, sgi=0, data_fb = 0; -+ -+ if (adapter->fix_rate != 0xff) { -+ data_rate = adapter->fix_rate & 0x7F; -+ sgi = adapter->fix_rate >>7; -+ data_fb = adapter->data_fb?1:0; -+ DBG_871X_SEL_NL(m, "FIXED %s%s%s\n" -+ , HDATA_RATE(data_rate) -+ , data_rate>DESC_RATE54M?(sgi?" SGI":" LGI"):"" -+ , data_fb?" FB":"" -+ ); -+ DBG_871X_SEL_NL(m, "0x%02x %u\n", adapter->fix_rate, adapter->data_fb); -+ } else { -+ DBG_871X_SEL_NL(m, "RA\n"); -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_rate_ctl(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u8 fix_rate; -+ u8 data_fb; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx %hhu", &fix_rate, &data_fb); -+ -+ if (num >= 1) -+ adapter->fix_rate = fix_rate; -+ if (num >= 2) -+ adapter->data_fb = data_fb?1:0; -+ } -+ -+ return count; -+} -+#ifdef DBG_RX_COUNTER_DUMP -+int proc_get_rx_cnt_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ int i; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "BIT0- Dump RX counters of DRV \n"); -+ DBG_871X_SEL_NL(m, "BIT1- Dump RX counters of MAC \n"); -+ DBG_871X_SEL_NL(m, "BIT2- Dump RX counters of PHY \n"); -+ DBG_871X_SEL_NL(m, "BIT3- Dump TRX data frame of DRV \n"); -+ DBG_871X_SEL_NL(m, "dump_rx_cnt_mode = 0x%02x \n", adapter->dump_rx_cnt_mode); -+ -+ return 0; -+} -+ssize_t proc_set_rx_cnt_dump(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u8 dump_rx_cnt_mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx", &dump_rx_cnt_mode); -+ -+ rtw_dump_phy_rxcnts_preprocess(adapter,dump_rx_cnt_mode); -+ adapter->dump_rx_cnt_mode = dump_rx_cnt_mode; -+ -+ } -+ -+ return count; -+} -+#endif -+ssize_t proc_set_fwdl_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ int num; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) -+ num = sscanf(tmp, "%hhu %hhu", &fwdl_test_chksum_fail, &fwdl_test_wintint_rdy_fail); -+ -+ return count; -+} -+ -+ssize_t proc_set_del_rx_ampdu_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ int num; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) -+ num = sscanf(tmp, "%hhu", &del_rx_ampdu_test_no_tx_fail); -+ -+ return count; -+} -+ -+#ifdef CONFIG_DFS_MASTER -+int proc_get_dfs_master_test_case(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(adapter); -+ -+ DBG_871X_SEL_NL(m, "%-24s %-19s\n", "radar_detect_trigger_non", "choose_dfs_ch_first"); -+ DBG_871X_SEL_NL(m, "%24hhu %19hhu\n" -+ , rfctl->dbg_dfs_master_radar_detect_trigger_non -+ , rfctl->dbg_dfs_master_choose_dfs_ch_first -+ ); -+ -+ return 0; -+} -+ -+ssize_t proc_set_dfs_master_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(adapter); -+ char tmp[32]; -+ u8 radar_detect_trigger_non; -+ u8 choose_dfs_ch_first; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ int num = sscanf(tmp, "%hhu %hhu", &radar_detect_trigger_non, &choose_dfs_ch_first); -+ -+ if (num >= 1) -+ rfctl->dbg_dfs_master_radar_detect_trigger_non = radar_detect_trigger_non; -+ if (num >= 2) -+ rfctl->dbg_dfs_master_choose_dfs_ch_first = choose_dfs_ch_first; -+ } -+ -+ return count; -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -+ssize_t proc_set_wait_hiq_empty(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ int num; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) -+ num = sscanf(tmp, "%u", &g_wait_hiq_empty_ms); -+ -+ return count; -+} -+ -+int proc_get_suspend_resume_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &dvobj->drv_dbg; -+ -+ DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_cnt=%d\n", pdbgpriv->dbg_sdio_alloc_irq_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_cnt=%d\n", pdbgpriv->dbg_sdio_free_irq_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_alloc_irq_error_cnt=%d\n",pdbgpriv->dbg_sdio_alloc_irq_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_free_irq_error_cnt=%d\n", pdbgpriv->dbg_sdio_free_irq_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_init_error_cnt=%d\n",pdbgpriv->dbg_sdio_init_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sdio_deinit_error_cnt=%d\n", pdbgpriv->dbg_sdio_deinit_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_suspend_error_cnt=%d\n", pdbgpriv->dbg_suspend_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_suspend_cnt=%d\n",pdbgpriv->dbg_suspend_cnt); -+ DBG_871X_SEL_NL(m, "dbg_resume_cnt=%d\n", pdbgpriv->dbg_resume_cnt); -+ DBG_871X_SEL_NL(m, "dbg_resume_error_cnt=%d\n", pdbgpriv->dbg_resume_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_deinit_fail_cnt=%d\n",pdbgpriv->dbg_deinit_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_carddisable_cnt=%d\n", pdbgpriv->dbg_carddisable_cnt); -+ DBG_871X_SEL_NL(m, "dbg_ps_insuspend_cnt=%d\n",pdbgpriv->dbg_ps_insuspend_cnt); -+ DBG_871X_SEL_NL(m, "dbg_dev_unload_inIPS_cnt=%d\n", pdbgpriv->dbg_dev_unload_inIPS_cnt); -+ DBG_871X_SEL_NL(m, "dbg_scan_pwr_state_cnt=%d\n", pdbgpriv->dbg_scan_pwr_state_cnt); -+ DBG_871X_SEL_NL(m, "dbg_downloadfw_pwr_state_cnt=%d\n", pdbgpriv->dbg_downloadfw_pwr_state_cnt); -+ DBG_871X_SEL_NL(m, "dbg_carddisable_error_cnt=%d\n", pdbgpriv->dbg_carddisable_error_cnt); -+ DBG_871X_SEL_NL(m, "dbg_fw_read_ps_state_fail_cnt=%d\n", pdbgpriv->dbg_fw_read_ps_state_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_leave_ips_fail_cnt=%d\n", pdbgpriv->dbg_leave_ips_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_leave_lps_fail_cnt=%d\n", pdbgpriv->dbg_leave_lps_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_h2c_leave32k_fail_cnt=%d\n", pdbgpriv->dbg_h2c_leave32k_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_diswow_dload_fw_fail_cnt=%d\n", pdbgpriv->dbg_diswow_dload_fw_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_enwow_dload_fw_fail_cnt=%d\n", pdbgpriv->dbg_enwow_dload_fw_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_ips_drvopen_fail_cnt=%d\n", pdbgpriv->dbg_ips_drvopen_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_poll_fail_cnt=%d\n", pdbgpriv->dbg_poll_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_rpwm_toogle_cnt=%d\n", pdbgpriv->dbg_rpwm_toogle_cnt); -+ DBG_871X_SEL_NL(m, "dbg_rpwm_timeout_fail_cnt=%d\n", pdbgpriv->dbg_rpwm_timeout_fail_cnt); -+ DBG_871X_SEL_NL(m, "dbg_sreset_cnt=%d\n", pdbgpriv->dbg_sreset_cnt); -+ -+ return 0; -+} -+ -+#ifdef CONFIG_DBG_COUNTER -+ -+int proc_get_rx_logs(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct rx_logs *rx_logs = &padapter->rx_logs; -+ -+ DBG_871X_SEL_NL(m, -+ "intf_rx=%d\n" -+ "intf_rx_err_recvframe=%d\n" -+ "intf_rx_err_skb=%d\n" -+ "intf_rx_report=%d\n" -+ "core_rx=%d\n" -+ "core_rx_pre=%d\n" -+ "core_rx_pre_ver_err=%d\n" -+ "core_rx_pre_mgmt=%d\n" -+ "core_rx_pre_mgmt_err_80211w=%d\n" -+ "core_rx_pre_mgmt_err=%d\n" -+ "core_rx_pre_ctrl=%d\n" -+ "core_rx_pre_ctrl_err=%d\n" -+ "core_rx_pre_data=%d\n" -+ "core_rx_pre_data_wapi_seq_err=%d\n" -+ "core_rx_pre_data_wapi_key_err=%d\n" -+ "core_rx_pre_data_handled=%d\n" -+ "core_rx_pre_data_err=%d\n" -+ "core_rx_pre_data_unknown=%d\n" -+ "core_rx_pre_unknown=%d\n" -+ "core_rx_enqueue=%d\n" -+ "core_rx_dequeue=%d\n" -+ "core_rx_post=%d\n" -+ "core_rx_post_decrypt=%d\n" -+ "core_rx_post_decrypt_wep=%d\n" -+ "core_rx_post_decrypt_tkip=%d\n" -+ "core_rx_post_decrypt_aes=%d\n" -+ "core_rx_post_decrypt_wapi=%d\n" -+ "core_rx_post_decrypt_hw=%d\n" -+ "core_rx_post_decrypt_unknown=%d\n" -+ "core_rx_post_decrypt_err=%d\n" -+ "core_rx_post_defrag_err=%d\n" -+ "core_rx_post_portctrl_err=%d\n" -+ "core_rx_post_indicate=%d\n" -+ "core_rx_post_indicate_in_oder=%d\n" -+ "core_rx_post_indicate_reoder=%d\n" -+ "core_rx_post_indicate_err=%d\n" -+ "os_indicate=%d\n" -+ "os_indicate_ap_mcast=%d\n" -+ "os_indicate_ap_forward=%d\n" -+ "os_indicate_ap_self=%d\n" -+ "os_indicate_err=%d\n" -+ "os_netif_ok=%d\n" -+ "os_netif_err=%d\n", -+ rx_logs->intf_rx, -+ rx_logs->intf_rx_err_recvframe, -+ rx_logs->intf_rx_err_skb, -+ rx_logs->intf_rx_report, -+ rx_logs->core_rx, -+ rx_logs->core_rx_pre, -+ rx_logs->core_rx_pre_ver_err, -+ rx_logs->core_rx_pre_mgmt, -+ rx_logs->core_rx_pre_mgmt_err_80211w, -+ rx_logs->core_rx_pre_mgmt_err, -+ rx_logs->core_rx_pre_ctrl, -+ rx_logs->core_rx_pre_ctrl_err, -+ rx_logs->core_rx_pre_data, -+ rx_logs->core_rx_pre_data_wapi_seq_err, -+ rx_logs->core_rx_pre_data_wapi_key_err, -+ rx_logs->core_rx_pre_data_handled, -+ rx_logs->core_rx_pre_data_err, -+ rx_logs->core_rx_pre_data_unknown, -+ rx_logs->core_rx_pre_unknown, -+ rx_logs->core_rx_enqueue, -+ rx_logs->core_rx_dequeue, -+ rx_logs->core_rx_post, -+ rx_logs->core_rx_post_decrypt, -+ rx_logs->core_rx_post_decrypt_wep, -+ rx_logs->core_rx_post_decrypt_tkip, -+ rx_logs->core_rx_post_decrypt_aes, -+ rx_logs->core_rx_post_decrypt_wapi, -+ rx_logs->core_rx_post_decrypt_hw, -+ rx_logs->core_rx_post_decrypt_unknown, -+ rx_logs->core_rx_post_decrypt_err, -+ rx_logs->core_rx_post_defrag_err, -+ rx_logs->core_rx_post_portctrl_err, -+ rx_logs->core_rx_post_indicate, -+ rx_logs->core_rx_post_indicate_in_oder, -+ rx_logs->core_rx_post_indicate_reoder, -+ rx_logs->core_rx_post_indicate_err, -+ rx_logs->os_indicate, -+ rx_logs->os_indicate_ap_mcast, -+ rx_logs->os_indicate_ap_forward, -+ rx_logs->os_indicate_ap_self, -+ rx_logs->os_indicate_err, -+ rx_logs->os_netif_ok, -+ rx_logs->os_netif_err -+ ); -+ -+ return 0; -+} -+ -+int proc_get_tx_logs(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tx_logs *tx_logs = &padapter->tx_logs; -+ -+ DBG_871X_SEL_NL(m, -+ "os_tx=%d\n" -+ "os_tx_err_up=%d\n" -+ "os_tx_err_xmit=%d\n" -+ "os_tx_m2u=%d\n" -+ "os_tx_m2u_ignore_fw_linked=%d\n" -+ "os_tx_m2u_ignore_self=%d\n" -+ "os_tx_m2u_entry=%d\n" -+ "os_tx_m2u_entry_err_xmit=%d\n" -+ "os_tx_m2u_entry_err_skb=%d\n" -+ "os_tx_m2u_stop=%d\n" -+ "core_tx=%d\n" -+ "core_tx_err_pxmitframe=%d\n" -+ "core_tx_err_brtx=%d\n" -+ "core_tx_upd_attrib=%d\n" -+ "core_tx_upd_attrib_adhoc=%d\n" -+ "core_tx_upd_attrib_sta=%d\n" -+ "core_tx_upd_attrib_ap=%d\n" -+ "core_tx_upd_attrib_unknown=%d\n" -+ "core_tx_upd_attrib_dhcp=%d\n" -+ "core_tx_upd_attrib_icmp=%d\n" -+ "core_tx_upd_attrib_active=%d\n" -+ "core_tx_upd_attrib_err_ucast_sta=%d\n" -+ "core_tx_upd_attrib_err_ucast_ap_link=%d\n" -+ "core_tx_upd_attrib_err_sta=%d\n" -+ "core_tx_upd_attrib_err_link=%d\n" -+ "core_tx_upd_attrib_err_sec=%d\n" -+ "core_tx_ap_enqueue_warn_fwstate=%d\n" -+ "core_tx_ap_enqueue_warn_sta=%d\n" -+ "core_tx_ap_enqueue_warn_nosta=%d\n" -+ "core_tx_ap_enqueue_warn_link=%d\n" -+ "core_tx_ap_enqueue_warn_trigger=%d\n" -+ "core_tx_ap_enqueue_mcast=%d\n" -+ "core_tx_ap_enqueue_ucast=%d\n" -+ "core_tx_ap_enqueue=%d\n" -+ "intf_tx=%d\n" -+ "intf_tx_pending_ac=%d\n" -+ "intf_tx_pending_fw_under_survey=%d\n" -+ "intf_tx_pending_fw_under_linking=%d\n" -+ "intf_tx_pending_xmitbuf=%d\n" -+ "intf_tx_enqueue=%d\n" -+ "core_tx_enqueue=%d\n" -+ "core_tx_enqueue_class=%d\n" -+ "core_tx_enqueue_class_err_sta=%d\n" -+ "core_tx_enqueue_class_err_nosta=%d\n" -+ "core_tx_enqueue_class_err_fwlink=%d\n" -+ "intf_tx_direct=%d\n" -+ "intf_tx_direct_err_coalesce=%d\n" -+ "intf_tx_dequeue=%d\n" -+ "intf_tx_dequeue_err_coalesce=%d\n" -+ "intf_tx_dump_xframe=%d\n" -+ "intf_tx_dump_xframe_err_txdesc=%d\n" -+ "intf_tx_dump_xframe_err_port=%d\n", -+ tx_logs->os_tx, -+ tx_logs->os_tx_err_up, -+ tx_logs->os_tx_err_xmit, -+ tx_logs->os_tx_m2u, -+ tx_logs->os_tx_m2u_ignore_fw_linked, -+ tx_logs->os_tx_m2u_ignore_self, -+ tx_logs->os_tx_m2u_entry, -+ tx_logs->os_tx_m2u_entry_err_xmit, -+ tx_logs->os_tx_m2u_entry_err_skb, -+ tx_logs->os_tx_m2u_stop, -+ tx_logs->core_tx, -+ tx_logs->core_tx_err_pxmitframe, -+ tx_logs->core_tx_err_brtx, -+ tx_logs->core_tx_upd_attrib, -+ tx_logs->core_tx_upd_attrib_adhoc, -+ tx_logs->core_tx_upd_attrib_sta, -+ tx_logs->core_tx_upd_attrib_ap, -+ tx_logs->core_tx_upd_attrib_unknown, -+ tx_logs->core_tx_upd_attrib_dhcp, -+ tx_logs->core_tx_upd_attrib_icmp, -+ tx_logs->core_tx_upd_attrib_active, -+ tx_logs->core_tx_upd_attrib_err_ucast_sta, -+ tx_logs->core_tx_upd_attrib_err_ucast_ap_link, -+ tx_logs->core_tx_upd_attrib_err_sta, -+ tx_logs->core_tx_upd_attrib_err_link, -+ tx_logs->core_tx_upd_attrib_err_sec, -+ tx_logs->core_tx_ap_enqueue_warn_fwstate, -+ tx_logs->core_tx_ap_enqueue_warn_sta, -+ tx_logs->core_tx_ap_enqueue_warn_nosta, -+ tx_logs->core_tx_ap_enqueue_warn_link, -+ tx_logs->core_tx_ap_enqueue_warn_trigger, -+ tx_logs->core_tx_ap_enqueue_mcast, -+ tx_logs->core_tx_ap_enqueue_ucast, -+ tx_logs->core_tx_ap_enqueue, -+ tx_logs->intf_tx, -+ tx_logs->intf_tx_pending_ac, -+ tx_logs->intf_tx_pending_fw_under_survey, -+ tx_logs->intf_tx_pending_fw_under_linking, -+ tx_logs->intf_tx_pending_xmitbuf, -+ tx_logs->intf_tx_enqueue, -+ tx_logs->core_tx_enqueue, -+ tx_logs->core_tx_enqueue_class, -+ tx_logs->core_tx_enqueue_class_err_sta, -+ tx_logs->core_tx_enqueue_class_err_nosta, -+ tx_logs->core_tx_enqueue_class_err_fwlink, -+ tx_logs->intf_tx_direct, -+ tx_logs->intf_tx_direct_err_coalesce, -+ tx_logs->intf_tx_dequeue, -+ tx_logs->intf_tx_dequeue_err_coalesce, -+ tx_logs->intf_tx_dump_xframe, -+ tx_logs->intf_tx_dump_xframe_err_txdesc, -+ tx_logs->intf_tx_dump_xframe_err_port -+ ); -+ -+ return 0; -+} -+ -+int proc_get_int_logs(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, -+ "all=%d\n" -+ "err=%d\n" -+ "tbdok=%d\n" -+ "tbder=%d\n" -+ "bcnderr=%d\n" -+ "bcndma=%d\n" -+ "bcndma_e=%d\n" -+ "rx=%d\n" -+ "rx_rdu=%d\n" -+ "rx_fovw=%d\n" -+ "txfovw=%d\n" -+ "mgntok=%d\n" -+ "highdok=%d\n" -+ "bkdok=%d\n" -+ "bedok=%d\n" -+ "vidok=%d\n" -+ "vodok=%d\n", -+ padapter->int_logs.all, -+ padapter->int_logs.err, -+ padapter->int_logs.tbdok, -+ padapter->int_logs.tbder, -+ padapter->int_logs.bcnderr, -+ padapter->int_logs.bcndma, -+ padapter->int_logs.bcndma_e, -+ padapter->int_logs.rx, -+ padapter->int_logs.rx_rdu, -+ padapter->int_logs.rx_fovw, -+ padapter->int_logs.txfovw, -+ padapter->int_logs.mgntok, -+ padapter->int_logs.highdok, -+ padapter->int_logs.bkdok, -+ padapter->int_logs.bedok, -+ padapter->int_logs.vidok, -+ padapter->int_logs.vodok -+ ); -+ -+ return 0; -+} -+ -+#endif // CONFIG_DBG_COUNTER -+ -+int proc_get_hw_status(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &dvobj->drv_dbg; -+ -+ if (pdbgpriv->dbg_rx_fifo_last_overflow == 1 -+ && pdbgpriv->dbg_rx_fifo_curr_overflow == 1 -+ && pdbgpriv->dbg_rx_fifo_diff_overflow == 1 -+ ) { -+ DBG_871X_SEL_NL(m, "RX FIFO full count: no implementation\n"); -+ } else { -+ DBG_871X_SEL_NL(m, "RX FIFO full count: last_time=%llu, current_time=%llu, differential=%llu\n" -+ , pdbgpriv->dbg_rx_fifo_last_overflow, pdbgpriv->dbg_rx_fifo_curr_overflow, pdbgpriv->dbg_rx_fifo_diff_overflow); -+ } -+ -+ return 0; -+} -+ -+int proc_get_rx_signal(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_871X_SEL_NL(m, "rssi:%d\n", padapter->recvpriv.rssi); -+ //DBG_871X_SEL_NL(m, "rxpwdb:%d\n", padapter->recvpriv.rxpwdb); -+ DBG_871X_SEL_NL(m, "signal_strength:%u\n", padapter->recvpriv.signal_strength); -+ DBG_871X_SEL_NL(m, "signal_qual:%u\n", padapter->recvpriv.signal_qual); -+ -+ rtw_get_noise(padapter); -+ DBG_871X_SEL_NL(m, "noise:%d\n", padapter->recvpriv.noise); -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ rtw_odm_get_perpkt_rssi(m,padapter); -+ rtw_get_raw_rssi_info(m,padapter); -+ #endif -+ return 0; -+} -+ -+ssize_t proc_set_rx_signal(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 is_signal_dbg, signal_strength; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%u %u", &is_signal_dbg, &signal_strength); -+ -+ is_signal_dbg = is_signal_dbg==0?0:1; -+ -+ if(is_signal_dbg && num!=2) -+ return count; -+ -+ signal_strength = signal_strength>100?100:signal_strength; -+ -+ padapter->recvpriv.is_signal_dbg = is_signal_dbg; -+ padapter->recvpriv.signal_strength_dbg=signal_strength; -+ -+ if(is_signal_dbg) -+ DBG_871X("set %s %u\n", "DBG_SIGNAL_STRENGTH", signal_strength); -+ else -+ DBG_871X("set %s\n", "HW_SIGNAL_STRENGTH"); -+ -+ } -+ -+ return count; -+ -+} -+#ifdef CONFIG_80211N_HT -+ -+int proc_get_ht_enable(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if(pregpriv) -+ DBG_871X_SEL_NL(m, "%d\n", pregpriv->ht_enable); -+ -+ return 0; -+} -+ -+ssize_t proc_set_ht_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &mode); -+ -+ if( pregpriv && mode < 2 ) -+ { -+ pregpriv->ht_enable= mode; -+ DBG_871X("ht_enable=%d\n", pregpriv->ht_enable); -+ } -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_bw_mode(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if(pregpriv) -+ DBG_871X_SEL_NL(m, "0x%02x\n", pregpriv->bw_mode); -+ -+ return 0; -+} -+ -+ssize_t proc_set_bw_mode(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &mode); -+ -+ if( pregpriv && mode < 2 ) -+ { -+ -+ pregpriv->bw_mode = mode; -+ printk("bw_mode=%d\n", mode); -+ -+ } -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_ampdu_enable(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if(pregpriv) -+ DBG_871X_SEL_NL(m, "%d\n", pregpriv->ampdu_enable); -+ -+ return 0; -+} -+ -+ssize_t proc_set_ampdu_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &mode); -+ -+ if( pregpriv && mode < 3 ) -+ { -+ pregpriv->ampdu_enable= mode; -+ printk("ampdu_enable=%d\n", mode); -+ } -+ -+ } -+ -+ return count; -+ -+} -+ -+int proc_get_mac_rptbuf(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u16 i; -+ u16 mac_id; -+ u32 shcut_addr = 0; -+ u32 read_addr = 0; -+#ifdef CONFIG_RTL8814A -+ DBG_871X_SEL_NL(m, "TX ShortCut:\n"); -+ for (mac_id = 0; mac_id < 64; mac_id++) { -+ rtw_write16(padapter, 0x140, 0x662 | ((mac_id & BIT5)>>5)); -+ shcut_addr = 0x8000; -+ shcut_addr = shcut_addr | ((mac_id&0x1f) << 7); -+ DBG_871X_SEL_NL(m, "mac_id=%d, 0x140=%x =>\n", mac_id, 0x662 | ((mac_id & BIT5)>>5)); -+ for (i = 0; i < 30; i++) { -+ read_addr = 0; -+ read_addr = shcut_addr | (i<<2); -+ DBG_871X_SEL_NL(m, "i=%02d: MAC_%04x= %08x ", i, read_addr, rtw_read32(padapter, read_addr)); -+ if (!((i+1) % 4)) -+ DBG_871X_SEL_NL(m, "\n"); -+ if (i == 29) -+ DBG_871X_SEL_NL(m, "\n"); -+ } -+ } -+#endif /* CONFIG_RTL8814A */ -+ return 0; -+} -+ -+ -+int proc_get_rx_ampdu(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL(m, "accept: "); -+ if (padapter->fix_rx_ampdu_accept == RX_AMPDU_ACCEPT_INVALID) -+ DBG_871X_SEL_NL(m, "%u%s\n", rtw_rx_ampdu_is_accept(padapter), "(auto)"); -+ else -+ DBG_871X_SEL_NL(m, "%u%s\n", padapter->fix_rx_ampdu_accept, "(fixed)"); -+ -+ DBG_871X_SEL(m, "size: "); -+ if (padapter->fix_rx_ampdu_size == RX_AMPDU_SIZE_INVALID) -+ DBG_871X_SEL_NL(m, "%u%s\n", rtw_rx_ampdu_size(padapter), "(auto)"); -+ else -+ DBG_871X_SEL_NL(m, "%u%s\n", padapter->fix_rx_ampdu_size, "(fixed)"); -+ -+ DBG_871X_SEL_NL(m, "%19s %17s\n", "fix_rx_ampdu_accept", "fix_rx_ampdu_size"); -+ -+ DBG_871X_SEL(m, "%-19d %-17u\n" -+ , padapter->fix_rx_ampdu_accept -+ , padapter->fix_rx_ampdu_size); -+ -+ return 0; -+} -+ -+ssize_t proc_set_rx_ampdu(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ char tmp[32]; -+ u8 accept; -+ u8 size; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhu %hhu", &accept, &size); -+ -+ if (num >= 1) -+ rtw_rx_ampdu_set_accept(padapter, accept, RX_AMPDU_DRV_FIXED); -+ if (num >= 2) -+ rtw_rx_ampdu_set_size(padapter, size, RX_AMPDU_DRV_FIXED); -+ -+ rtw_rx_ampdu_apply(padapter); -+ } -+ -+exit: -+ return count; -+} -+int proc_get_rx_ampdu_factor(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ -+ if(padapter) -+ { -+ DBG_871X_SEL_NL(m,"rx ampdu factor = %x\n",padapter->driver_rx_ampdu_factor); -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_rx_ampdu_factor(struct file *file, const char __user *buffer -+ , size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 factor; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &factor); -+ -+ if( padapter && (num == 1) ) -+ { -+ DBG_871X("padapter->driver_rx_ampdu_factor = %x\n", factor); -+ -+ if(factor > 0x03) -+ padapter->driver_rx_ampdu_factor = 0xFF; -+ else -+ padapter->driver_rx_ampdu_factor = factor; -+ } -+ } -+ -+ return count; -+} -+ -+int proc_get_rx_ampdu_density(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ -+ if(padapter) -+ { -+ DBG_871X_SEL_NL(m,"rx ampdu densityg = %x\n",padapter->driver_rx_ampdu_spacing); -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_rx_ampdu_density(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 density; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &density); -+ -+ if( padapter && (num == 1) ) -+ { -+ DBG_871X("padapter->driver_rx_ampdu_spacing = %x\n", density); -+ -+ if(density > 0x07) -+ padapter->driver_rx_ampdu_spacing = 0xFF; -+ else -+ padapter->driver_rx_ampdu_spacing = density; -+ } -+ } -+ -+ return count; -+} -+ -+int proc_get_tx_ampdu_density(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ -+ if(padapter) -+ { -+ DBG_871X_SEL_NL(m,"tx ampdu density = %x\n",padapter->driver_ampdu_spacing); -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_tx_ampdu_density(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 density; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &density); -+ -+ if( padapter && (num == 1) ) -+ { -+ DBG_871X("padapter->driver_ampdu_spacing = %x\n", density); -+ -+ if(density > 0x07) -+ padapter->driver_ampdu_spacing = 0xFF; -+ else -+ padapter->driver_ampdu_spacing = density; -+ } -+ } -+ -+ return count; -+} -+#endif //CONFIG_80211N_HT -+ -+int proc_get_en_fwps(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if(pregpriv) -+ DBG_871X_SEL_NL(m, "check_fw_ps = %d , 1:enable get FW PS state , 0: disable get FW PS state\n" -+ , pregpriv->check_fw_ps); -+ -+ return 0; -+} -+ -+ssize_t proc_set_en_fwps(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &mode); -+ -+ if( pregpriv && mode < 2 ) -+ { -+ pregpriv->check_fw_ps = mode; -+ DBG_871X("pregpriv->check_fw_ps=%d \n",pregpriv->check_fw_ps); -+ } -+ -+ } -+ -+ return count; -+} -+ -+/* -+int proc_get_two_path_rssi(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ if(padapter) -+ DBG_871X_SEL_NL(m, "%d %d\n", -+ padapter->recvpriv.RxRssi[0], padapter->recvpriv.RxRssi[1]); -+ -+ return 0; -+} -+*/ -+#ifdef CONFIG_80211N_HT -+int proc_get_rx_stbc(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if(pregpriv) -+ DBG_871X_SEL_NL(m, "%d\n", pregpriv->rx_stbc); -+ -+ return 0; -+} -+ -+ssize_t proc_set_rx_stbc(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ char tmp[32]; -+ u32 mode; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &mode); -+ -+ if( pregpriv && (mode == 0 || mode == 1|| mode == 2|| mode == 3)) -+ { -+ pregpriv->rx_stbc= mode; -+ printk("rx_stbc=%d\n", mode); -+ } -+ } -+ -+ return count; -+ -+} -+#endif //CONFIG_80211N_HT -+ -+/*int proc_get_rssi_disp(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ return 0; -+} -+*/ -+ -+/*ssize_t proc_set_rssi_disp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 enable=0; -+ -+ if (count < 1) -+ { -+ DBG_8192C("argument size is less than 1\n"); -+ return -EFAULT; -+ } -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%x", &enable); -+ -+ if (num != 1) { -+ DBG_8192C("invalid set_rssi_disp parameter!\n"); -+ return count; -+ } -+ -+ if(enable) -+ { -+ DBG_8192C("Linked info Function Enable\n"); -+ padapter->bLinkInfoDump = enable ; -+ } -+ else -+ { -+ DBG_8192C("Linked info Function Disable\n"); -+ padapter->bLinkInfoDump = 0 ; -+ } -+ -+ } -+ -+ return count; -+ -+} -+ -+*/ -+#ifdef CONFIG_AP_MODE -+ -+int proc_get_all_sta_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _irqL irqL; -+ struct sta_info *psta; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ int i; -+ _list *plist, *phead; -+ -+ DBG_871X_SEL_NL(m, "sta_dz_bitmap=0x%x, tim_bitmap=0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap); -+ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for(i=0; i< NUM_STA; i++) -+ { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ plist = get_next(plist); -+ -+ //if(extra_arg == psta->aid) -+ { -+ DBG_871X_SEL_NL(m, "==============================\n"); -+ DBG_871X_SEL_NL(m, "sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr)); -+ DBG_871X_SEL_NL(m, "rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self); -+ DBG_871X_SEL_NL(m, "state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid); -+#ifdef CONFIG_80211N_HT -+ DBG_871X_SEL_NL(m, "qos_en=%d, ht_en=%d, init_rate=%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate); -+ DBG_871X_SEL_NL(m, "bwmode=%d, ch_offset=%d, sgi_20m=%d,sgi_40m=%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m); -+ DBG_871X_SEL_NL(m, "ampdu_enable = %d\n", psta->htpriv.ampdu_enable); -+ DBG_871X_SEL_NL(m, "agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap); -+#endif //CONFIG_80211N_HT -+ DBG_871X_SEL_NL(m, "sleepq_len=%d\n", psta->sleepq_len); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.vo_q_qcnt=%d\n", psta->sta_xmitpriv.vo_q.qcnt); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.vi_q_qcnt=%d\n", psta->sta_xmitpriv.vi_q.qcnt); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.be_q_qcnt=%d\n", psta->sta_xmitpriv.be_q.qcnt); -+ DBG_871X_SEL_NL(m, "sta_xmitpriv.bk_q_qcnt=%d\n", psta->sta_xmitpriv.bk_q.qcnt); -+ -+ DBG_871X_SEL_NL(m, "capability=0x%x\n", psta->capability); -+ DBG_871X_SEL_NL(m, "flags=0x%x\n", psta->flags); -+ DBG_871X_SEL_NL(m, "wpa_psk=0x%x\n", psta->wpa_psk); -+ DBG_871X_SEL_NL(m, "wpa2_group_cipher=0x%x\n", psta->wpa2_group_cipher); -+ DBG_871X_SEL_NL(m, "wpa2_pairwise_cipher=0x%x\n", psta->wpa2_pairwise_cipher); -+ DBG_871X_SEL_NL(m, "qos_info=0x%x\n", psta->qos_info); -+ DBG_871X_SEL_NL(m, "dot118021XPrivacy=0x%x\n", psta->dot118021XPrivacy); -+ -+ sta_rx_reorder_ctl_dump(m, psta); -+ -+#ifdef CONFIG_TDLS -+ DBG_871X_SEL_NL(m, "tdls_sta_state=0x%08x\n", psta->tdls_sta_state); -+ DBG_871X_SEL_NL(m, "PeerKey_Lifetime=%d\n", psta->TDLS_PeerKey_Lifetime); -+ DBG_871X_SEL_NL(m, "rx_data_pkts=%llu\n", psta->sta_stats.rx_data_pkts); -+ DBG_871X_SEL_NL(m, "rx_bytes=%llu\n", psta->sta_stats.rx_bytes); -+ DBG_871X_SEL_NL(m, "tx_data_pkts=%llu\n", psta->sta_stats.tx_pkts); -+ DBG_871X_SEL_NL(m, "tx_bytes=%llu\n", psta->sta_stats.tx_bytes); -+#endif //CONFIG_TDLS -+ DBG_871X_SEL_NL(m, "==============================\n"); -+ } -+ -+ } -+ -+ } -+ -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ return 0; -+} -+ -+#endif -+ -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+int proc_get_rtkm_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct recv_buf *precvbuf; -+ -+ precvbuf = (struct recv_buf *)precvpriv->precv_buf; -+ -+ DBG_871X_SEL_NL(m, "============[RTKM Info]============\n"); -+ DBG_871X_SEL_NL(m, "MAX_RTKM_NR_PREALLOC_RECV_SKB: %d\n", rtw_rtkm_get_nr_recv_skb()); -+ DBG_871X_SEL_NL(m, "MAX_RTKM_RECVBUF_SZ: %d\n", rtw_rtkm_get_buff_size()); -+ -+ DBG_871X_SEL_NL(m, "============[Driver Info]============\n"); -+ DBG_871X_SEL_NL(m, "NR_PREALLOC_RECV_SKB: %d\n", NR_PREALLOC_RECV_SKB); -+ DBG_871X_SEL_NL(m, "MAX_RECVBUF_SZ: %d\n", precvbuf->alloc_sz); -+ -+ return 0; -+} -+#endif /* CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ -+#ifdef DBG_MEMORY_LEAK -+#include -+extern atomic_t _malloc_cnt;; -+extern atomic_t _malloc_size;; -+ -+int proc_get_malloc_cnt(struct seq_file *m, void *v) -+{ -+ DBG_871X_SEL_NL(m, "_malloc_cnt=%d\n", atomic_read(&_malloc_cnt)); -+ DBG_871X_SEL_NL(m, "_malloc_size=%d\n", atomic_read(&_malloc_size)); -+ -+ return 0; -+} -+#endif /* DBG_MEMORY_LEAK */ -+ -+#ifdef CONFIG_FIND_BEST_CHANNEL -+int proc_get_best_channel(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u32 i, best_channel_24G = 1, best_channel_5G = 36, index_24G = 0, index_5G = 0; -+ -+ for (i=0; pmlmeext->channel_set[i].ChannelNum !=0; i++) { -+ if ( pmlmeext->channel_set[i].ChannelNum == 1) -+ index_24G = i; -+ if ( pmlmeext->channel_set[i].ChannelNum == 36) -+ index_5G = i; -+ } -+ -+ for (i=0; (i < MAX_CHANNEL_NUM) && (pmlmeext->channel_set[i].ChannelNum !=0) ; i++) { -+ // 2.4G -+ if ( pmlmeext->channel_set[i].ChannelNum == 6 ) { -+ if ( pmlmeext->channel_set[i].rx_count < pmlmeext->channel_set[index_24G].rx_count ) { -+ index_24G = i; -+ best_channel_24G = pmlmeext->channel_set[i].ChannelNum; -+ } -+ } -+ -+ // 5G -+ if ( pmlmeext->channel_set[i].ChannelNum >= 36 -+ && pmlmeext->channel_set[i].ChannelNum < 140 ) { -+ // Find primary channel -+ if ( (( pmlmeext->channel_set[i].ChannelNum - 36) % 8 == 0) -+ && (pmlmeext->channel_set[i].rx_count < pmlmeext->channel_set[index_5G].rx_count) ) { -+ index_5G = i; -+ best_channel_5G = pmlmeext->channel_set[i].ChannelNum; -+ } -+ } -+ -+ if ( pmlmeext->channel_set[i].ChannelNum >= 149 -+ && pmlmeext->channel_set[i].ChannelNum < 165) { -+ // find primary channel -+ if ( (( pmlmeext->channel_set[i].ChannelNum - 149) % 8 == 0) -+ && (pmlmeext->channel_set[i].rx_count < pmlmeext->channel_set[index_5G].rx_count) ) { -+ index_5G = i; -+ best_channel_5G = pmlmeext->channel_set[i].ChannelNum; -+ } -+ } -+#if 1 // debug -+ DBG_871X_SEL_NL(m, "The rx cnt of channel %3d = %d\n", -+ pmlmeext->channel_set[i].ChannelNum, pmlmeext->channel_set[i].rx_count); -+#endif -+ } -+ -+ DBG_871X_SEL_NL(m, "best_channel_5G = %d\n", best_channel_5G); -+ DBG_871X_SEL_NL(m, "best_channel_24G = %d\n", best_channel_24G); -+ -+ return 0; -+} -+ -+ssize_t proc_set_best_channel(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ char tmp[32]; -+ -+ if(count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ int i; -+ for(i = 0; pmlmeext->channel_set[i].ChannelNum != 0; i++) -+ { -+ pmlmeext->channel_set[i].rx_count = 0; -+ } -+ -+ DBG_871X("set %s\n", "Clean Best Channel Count"); -+ } -+ -+ return count; -+} -+#endif /* CONFIG_FIND_BEST_CHANNEL */ -+ -+#ifdef CONFIG_BT_COEXIST -+int proc_get_btcoex_dbg(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ PADAPTER padapter; -+ char buf[512] = {0}; -+ padapter = (PADAPTER)rtw_netdev_priv(dev); -+ -+ rtw_btcoex_GetDBG(padapter, buf, 512); -+ -+ DBG_871X_SEL(m, "%s", buf); -+ -+ return 0; -+} -+ -+ssize_t proc_set_btcoex_dbg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ PADAPTER padapter; -+ u8 tmp[80] = {0}; -+ u32 module[2] = {0}; -+ u32 num; -+ -+ padapter = (PADAPTER)rtw_netdev_priv(dev); -+ -+// DBG_871X("+" FUNC_ADPT_FMT "\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (NULL == buffer) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": input buffer is NULL!\n", -+ FUNC_ADPT_ARG(padapter)); -+ -+ return -EFAULT; -+ } -+ -+ if (count < 1) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": input length is 0!\n", -+ FUNC_ADPT_ARG(padapter)); -+ -+ return -EFAULT; -+ } -+ -+ num = count; -+ if (num > (sizeof(tmp) - 1)) -+ num = (sizeof(tmp) - 1); -+ -+ if (copy_from_user(tmp, buffer, num)) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": copy buffer from user space FAIL!\n", -+ FUNC_ADPT_ARG(padapter)); -+ -+ return -EFAULT; -+ } -+ -+ num = sscanf(tmp, "%x %x", module, module+1); -+ if (1 == num) -+ { -+ if (0 == module[0]) -+ _rtw_memset(module, 0, sizeof(module)); -+ else -+ _rtw_memset(module, 0xFF, sizeof(module)); -+ } -+ else if (2 != num) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": input(\"%s\") format incorrect!\n", -+ FUNC_ADPT_ARG(padapter), tmp); -+ -+ if (0 == num) -+ return -EFAULT; -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT ": input 0x%08X 0x%08X\n", -+ FUNC_ADPT_ARG(padapter), module[0], module[1]); -+ rtw_btcoex_SetDBG(padapter, module); -+ -+ return count; -+} -+ -+int proc_get_btcoex_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ PADAPTER padapter; -+ const u32 bufsize = 30*100; -+ u8 *pbuf = NULL; -+ -+ padapter = (PADAPTER)rtw_netdev_priv(dev); -+ -+ pbuf = rtw_zmalloc(bufsize); -+ if (NULL == pbuf) { -+ return -ENOMEM; -+ } -+ -+ rtw_btcoex_DisplayBtCoexInfo(padapter, pbuf, bufsize); -+ -+ DBG_871X_SEL(m, "%s\n", pbuf); -+ -+ rtw_mfree(pbuf, bufsize); -+ -+ return 0; -+} -+#endif /* CONFIG_BT_COEXIST */ -+ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+int proc_get_sreset(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ return 0; -+} -+ -+ssize_t proc_set_sreset(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ s32 trigger_point; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d", &trigger_point); -+ -+ if (trigger_point == SRESET_TGP_NULL) -+ rtw_hal_sreset_reset(padapter); -+ else -+ sreset_set_trigger_point(padapter, trigger_point); -+ } -+ -+ return count; -+ -+} -+#endif /* DBG_CONFIG_ERROR_DETECT */ -+ -+#ifdef CONFIG_PCI_HCI -+ -+int proc_get_rx_ring(struct seq_file *m, void *v) -+{ -+ _irqL irqL; -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *) rtw_netdev_priv(dev); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct rtw_rx_ring *rx_ring = &precvpriv->rx_ring[RX_MPDU_QUEUE]; -+ int i, j; -+ -+ DBG_871X_SEL_NL(m, "rx ring (%p)\n", rx_ring); -+ DBG_871X_SEL_NL(m, " dma: 0x%08x\n", (int) rx_ring->dma); -+ DBG_871X_SEL_NL(m, " idx: %d\n", rx_ring->idx); -+ -+ _enter_critical(&pdvobjpriv->irq_th_lock, &irqL); -+ for (i=0; irxringcount; i++) -+ { -+ struct recv_stat *entry = &rx_ring->desc[i]; -+ struct sk_buff *skb = rx_ring->rx_buf[i]; -+ -+ DBG_871X_SEL_NL(m, " desc[%03d]: %p, rx_buf[%03d]: 0x%08x\n", -+ i, entry, i, cpu_to_le32(*((dma_addr_t *)skb->cb))); -+ -+ for (j=0; jirq_th_lock, &irqL); -+ -+ return 0; -+} -+ -+int proc_get_tx_ring(struct seq_file *m, void *v) -+{ -+ _irqL irqL; -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *) rtw_netdev_priv(dev); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ int i, j, k; -+ -+ _enter_critical(&pdvobjpriv->irq_th_lock, &irqL); -+ for (i = 0; i < PCI_MAX_TX_QUEUE_COUNT; i++) -+ { -+ struct rtw_tx_ring *tx_ring = &pxmitpriv->tx_ring[i]; -+ -+ DBG_871X_SEL_NL(m, "tx ring[%d] (%p)\n", i, tx_ring); -+ DBG_871X_SEL_NL(m, " dma: 0x%08x\n", (int) tx_ring->dma); -+ DBG_871X_SEL_NL(m, " idx: %d\n", tx_ring->idx); -+ DBG_871X_SEL_NL(m, " entries: %d\n", tx_ring->entries); -+// DBG_871X_SEL_NL(m, " queue: %d\n", tx_ring->queue); -+ DBG_871X_SEL_NL(m, " qlen: %d\n", tx_ring->qlen); -+ -+ for (j=0; j < pxmitpriv->txringcount[i]; j++) -+ { -+ struct tx_desc *entry = &tx_ring->desc[j]; -+ -+ DBG_871X_SEL_NL(m, " desc[%03d]: %p\n", j, entry); -+ for (k=0; k < sizeof(*entry)/4; k++) -+ { -+ if ((k % 4) == 0) -+ DBG_871X_SEL_NL(m, " 0x%03x", k); -+ -+ DBG_871X_SEL_NL(m, " 0x%08x ", ((int *) entry)[k]); -+ -+ if ((k % 4) == 3) -+ DBG_871X_SEL_NL(m, "\n"); -+ } -+ } -+ } -+ _exit_critical(&pdvobjpriv->irq_th_lock, &irqL); -+ -+ return 0; -+} -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+int proc_get_wowlan_gpio_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ u8 val = pwrpriv->is_high_active; -+ -+ DBG_871X_SEL_NL(m, "wakeup_gpio_idx: %d\n", WAKEUP_GPIO_IDX); -+ DBG_871X_SEL_NL(m, "high_active: %d\n", val); -+ -+ return 0; -+} -+ -+ssize_t proc_set_wowlan_gpio_info(struct file *file, const char __user *buffer, -+ size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ char tmp[32] = {0}; -+ int num = 0; -+ u32 is_high_active = 0; -+ u8 val8 = 0; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ num = sscanf(tmp, "%u", &is_high_active); -+ -+ is_high_active = is_high_active == 0 ? 0 : 1; -+ -+ pwrpriv->is_high_active = is_high_active; -+ -+ rtw_ps_deny(padapter, PS_DENY_IOCTL); -+ LeaveAllPowerSaveModeDirect(padapter); -+ val8 = (pwrpriv->is_high_active == 0) ? 1 : 0; -+ rtw_hal_set_output_gpio(padapter, WAKEUP_GPIO_IDX, val8); -+ rtw_ps_deny_cancel(padapter, PS_DENY_IOCTL); -+ -+ DBG_871X("set %s %d\n", "gpio_high_active", -+ pwrpriv->is_high_active); -+ DBG_871X("%s: set GPIO_%d %d as default.\n", -+ __func__, WAKEUP_GPIO_IDX, val8); -+ } -+ -+ return count; -+} -+#endif /* CONFIG_GPIO_WAKEUP */ -+ -+#ifdef CONFIG_P2P_WOWLAN -+int proc_get_p2p_wowlan_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ struct p2p_wowlan_info peerinfo = pwdinfo->p2p_wow_info; -+ if(_TRUE == peerinfo.is_trigger) -+ { -+ DBG_871X_SEL_NL(m,"is_trigger: TRUE\n"); -+ switch(peerinfo.wowlan_recv_frame_type) -+ { -+ case P2P_WOWLAN_RECV_NEGO_REQ: -+ DBG_871X_SEL_NL(m,"Frame Type: Nego Request\n"); -+ break; -+ case P2P_WOWLAN_RECV_INVITE_REQ: -+ DBG_871X_SEL_NL(m,"Frame Type: Invitation Request\n"); -+ break; -+ case P2P_WOWLAN_RECV_PROVISION_REQ: -+ DBG_871X_SEL_NL(m,"Frame Type: Provision Request\n"); -+ break; -+ default: -+ break; -+ } -+ DBG_871X_SEL_NL(m,"Peer Addr: "MAC_FMT"\n", MAC_ARG(peerinfo.wowlan_peer_addr)); -+ DBG_871X_SEL_NL(m,"Peer WPS Config: %x\n", peerinfo.wowlan_peer_wpsconfig); -+ DBG_871X_SEL_NL(m,"Persistent Group: %d\n", peerinfo.wowlan_peer_is_persistent); -+ DBG_871X_SEL_NL(m,"Intivation Type: %d\n", peerinfo.wowlan_peer_invitation_type); -+ } -+ else -+ { -+ DBG_871X_SEL_NL(m,"is_trigger: False\n"); -+ } -+ return 0; -+} -+#endif /* CONFIG_P2P_WOWLAN */ -+ -+int proc_get_new_bcn_max(struct seq_file *m, void *v) -+{ -+ extern int new_bcn_max; -+ -+ DBG_871X_SEL_NL(m, "%d", new_bcn_max); -+ return 0; -+} -+ -+ssize_t proc_set_new_bcn_max(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ char tmp[32]; -+ extern int new_bcn_max; -+ -+ if(count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) -+ sscanf(tmp, "%d ", &new_bcn_max); -+ -+ return count; -+} -+ -+#ifdef CONFIG_POWER_SAVING -+int proc_get_ps_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ u8 ips_mode = pwrpriv->ips_mode; -+ u8 lps_mode = pwrpriv->power_mgnt; -+ char *str = ""; -+ -+ DBG_871X_SEL_NL(m, "======Power Saving Info:======\n"); -+ DBG_871X_SEL_NL(m, "*IPS:\n"); -+ -+ if (ips_mode == IPS_NORMAL) { -+#ifdef CONFIG_FWLPS_IN_IPS -+ str = "FW_LPS_IN_IPS"; -+#else -+ str = "Card Disable"; -+#endif -+ } else if (ips_mode == IPS_NONE) { -+ str = "NO IPS"; -+ } else if (ips_mode == IPS_LEVEL_2) { -+ str = "IPS_LEVEL_2"; -+ } else { -+ str = "invalid ips_mode"; -+ } -+ -+ DBG_871X_SEL_NL(m, " IPS mode: %s\n", str); -+ DBG_871X_SEL_NL(m, " IPS enter count:%d, IPS leave count:%d\n", -+ pwrpriv->ips_enter_cnts, pwrpriv->ips_leave_cnts); -+ DBG_871X_SEL_NL(m, "------------------------------\n"); -+ DBG_871X_SEL_NL(m, "*LPS:\n"); -+ -+ if (lps_mode == PS_MODE_ACTIVE) { -+ str = "NO LPS"; -+ } else if (lps_mode == PS_MODE_MIN) { -+ str = "MIN"; -+ } else if (lps_mode == PS_MODE_MAX) { -+ str = "MAX"; -+ } else if (lps_mode == PS_MODE_DTIM) { -+ str = "DTIM"; -+ } else { -+ sprintf(str, "%d", lps_mode); -+ } -+ -+ DBG_871X_SEL_NL(m, " LPS mode: %s\n", str); -+ -+ if (pwrpriv->dtim != 0) -+ DBG_871X_SEL_NL(m, " DTIM: %d\n", pwrpriv->dtim); -+ DBG_871X_SEL_NL(m, " LPS enter count:%d, LPS leave count:%d\n", -+ pwrpriv->lps_enter_cnts, pwrpriv->lps_leave_cnts); -+ DBG_871X_SEL_NL(m, "=============================\n"); -+ return 0; -+} -+#endif //CONFIG_POWER_SAVING -+ -+#ifdef CONFIG_TDLS -+static int proc_tdls_display_tdls_function_info(struct seq_file *m) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ u8 SpaceBtwnItemAndValue = TDLS_DBG_INFO_SPACE_BTWN_ITEM_AND_VALUE; -+ u8 SpaceBtwnItemAndValueTmp = 0; -+ BOOLEAN FirstMatchFound = _FALSE; -+ int j= 0; -+ -+ DBG_871X_SEL_NL(m, "============[TDLS Function Info]============\n"); -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS Prohibited", (ptdlsinfo->ap_prohibited == _TRUE) ? "_TRUE" : "_FALSE"); -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS Channel Switch Prohibited", (ptdlsinfo->ch_switch_prohibited == _TRUE) ? "_TRUE" : "_FALSE"); -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS Link Established", (ptdlsinfo->link_established == _TRUE) ? "_TRUE" : "_FALSE"); -+ DBG_871X_SEL_NL(m, "%-*s = %d/%d\n", SpaceBtwnItemAndValue, "TDLS STA Num (Linked/Allowed)", ptdlsinfo->sta_cnt, MAX_ALLOWED_TDLS_STA_NUM); -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS Allowed STA Num Reached", (ptdlsinfo->sta_maximum == _TRUE) ? "_TRUE" : "_FALSE"); -+ -+#ifdef CONFIG_TDLS_CH_SW -+ DBG_871X_SEL_NL(m, "%-*s =", SpaceBtwnItemAndValue, "TDLS CH SW State"); -+ if (ptdlsinfo->chsw_info.ch_sw_state == TDLS_STATE_NONE) -+ { -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_STATE_NONE"); -+ } -+ else -+ { -+ for (j = 0; j < 32; j++) -+ { -+ if (ptdlsinfo->chsw_info.ch_sw_state & BIT(j)) -+ { -+ if (FirstMatchFound == _FALSE) -+ { -+ SpaceBtwnItemAndValueTmp = 1; -+ FirstMatchFound = _TRUE; -+ } -+ else -+ { -+ SpaceBtwnItemAndValueTmp = SpaceBtwnItemAndValue + 3; -+ } -+ switch (BIT(j)) -+ { -+ case TDLS_INITIATOR_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_INITIATOR_STATE"); -+ break; -+ case TDLS_RESPONDER_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_RESPONDER_STATE"); -+ break; -+ case TDLS_LINKED_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_LINKED_STATE"); -+ break; -+ case TDLS_WAIT_PTR_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_WAIT_PTR_STATE"); -+ break; -+ case TDLS_ALIVE_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_ALIVE_STATE"); -+ break; -+ case TDLS_CH_SWITCH_ON_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_CH_SWITCH_ON_STATE"); -+ break; -+ case TDLS_PEER_AT_OFF_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_PEER_AT_OFF_STATE"); -+ break; -+ case TDLS_CH_SW_INITIATOR_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_CH_SW_INITIATOR_STATE"); -+ break; -+ case TDLS_WAIT_CH_RSP_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValue, " ", "TDLS_WAIT_CH_RSP_STATE"); -+ break; -+ default: -+ DBG_871X_SEL_NL(m, "%-*sBIT(%d)\n", SpaceBtwnItemAndValueTmp, " ", j); -+ break; -+ } -+ } -+ } -+ } -+ -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS CH SW On", (ATOMIC_READ(&ptdlsinfo->chsw_info.chsw_on) == _TRUE) ? "_TRUE" : "_FALSE"); -+ DBG_871X_SEL_NL(m, "%-*s = %d\n", SpaceBtwnItemAndValue, "TDLS CH SW Off-Channel Num", ptdlsinfo->chsw_info.off_ch_num); -+ DBG_871X_SEL_NL(m, "%-*s = %d\n", SpaceBtwnItemAndValue, "TDLS CH SW Channel Offset", ptdlsinfo->chsw_info.ch_offset); -+ DBG_871X_SEL_NL(m, "%-*s = %d\n", SpaceBtwnItemAndValue, "TDLS CH SW Current Time", ptdlsinfo->chsw_info.cur_time); -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS CH SW Delay Switch Back", (ptdlsinfo->chsw_info.delay_switch_back == _TRUE) ? "_TRUE" : "_FALSE"); -+ DBG_871X_SEL_NL(m, "%-*s = %d\n", SpaceBtwnItemAndValue, "TDLS CH SW Dump Back", ptdlsinfo->chsw_info.dump_stack); -+#endif -+ -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS Device Discovered", (ptdlsinfo->dev_discovered == _TRUE) ? "_TRUE" : "_FALSE"); -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS Enable", (ptdlsinfo->tdls_enable == _TRUE) ? "_TRUE" : "_FALSE"); -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "TDLS Driver Setup", (ptdlsinfo->driver_setup == _TRUE) ? "_TRUE" : "_FALSE"); -+ -+ return 0; -+} -+ -+static int proc_tdls_display_network_info(struct seq_file *m) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ int i = 0; -+ u8 SpaceBtwnItemAndValue = TDLS_DBG_INFO_SPACE_BTWN_ITEM_AND_VALUE; -+ -+ /* Display the linked AP/GO info */ -+ DBG_871X_SEL_NL(m, "============[Associated AP/GO Info]============\n"); -+ -+ if ((pmlmepriv->fw_state & WIFI_STATION_STATE) && (pmlmepriv->fw_state & _FW_LINKED)) -+ { -+ DBG_871X_SEL_NL(m, "%-*s = %s\n", SpaceBtwnItemAndValue, "BSSID", cur_network->network.Ssid.Ssid); -+ DBG_871X_SEL_NL(m, "%-*s = "MAC_FMT"\n", SpaceBtwnItemAndValue, "Mac Address", MAC_ARG(cur_network->network.MacAddress)); -+ -+ DBG_871X_SEL_NL(m, "%-*s = ", SpaceBtwnItemAndValue, "Wireless Mode"); -+ for (i = 0; i < 8; i++) -+ { -+ if (pmlmeext->cur_wireless_mode & BIT(i)) -+ { -+ switch (BIT(i)) -+ { -+ case WIRELESS_11B: -+ DBG_871X_SEL_NL(m, "%4s", "11B "); -+ break; -+ case WIRELESS_11G: -+ DBG_871X_SEL_NL(m, "%4s", "11G "); -+ break; -+ case WIRELESS_11A: -+ DBG_871X_SEL_NL(m, "%4s", "11A "); -+ break; -+ case WIRELESS_11_24N: -+ DBG_871X_SEL_NL(m, "%7s", "11_24N "); -+ break; -+ case WIRELESS_11_5N: -+ DBG_871X_SEL_NL(m, "%6s", "11_5N "); -+ break; -+ case WIRELESS_AUTO: -+ DBG_871X_SEL_NL(m, "%5s", "AUTO "); -+ break; -+ case WIRELESS_11AC: -+ DBG_871X_SEL_NL(m, "%5s", "11AC "); -+ break; -+ } -+ } -+ } -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ DBG_871X_SEL_NL(m, "%-*s = ", SpaceBtwnItemAndValue, "Privacy"); -+ switch (padapter->securitypriv.dot11PrivacyAlgrthm) -+ { -+ case _NO_PRIVACY_: -+ DBG_871X_SEL_NL(m, "%s\n", "NO PRIVACY"); -+ break; -+ case _WEP40_: -+ DBG_871X_SEL_NL(m, "%s\n", "WEP 40"); -+ break; -+ case _TKIP_: -+ DBG_871X_SEL_NL(m, "%s\n", "TKIP"); -+ break; -+ case _TKIP_WTMIC_: -+ DBG_871X_SEL_NL(m, "%s\n", "TKIP WTMIC"); -+ break; -+ case _AES_: -+ DBG_871X_SEL_NL(m, "%s\n", "AES"); -+ break; -+ case _WEP104_: -+ DBG_871X_SEL_NL(m, "%s\n", "WEP 104"); -+ break; -+ case _WEP_WPA_MIXED_: -+ DBG_871X_SEL_NL(m, "%s\n", "WEP/WPA Mixed"); -+ break; -+ case _SMS4_: -+ DBG_871X_SEL_NL(m, "%s\n", "SMS4"); -+ break; -+#ifdef CONFIG_IEEE80211W -+ case _BIP_: -+ DBG_871X_SEL_NL(m, "%s\n", "BIP"); -+ break; -+#endif //CONFIG_IEEE80211W -+ } -+ -+ DBG_871X_SEL_NL(m, "%-*s = %d\n", SpaceBtwnItemAndValue, "Channel", pmlmeext->cur_channel); -+ DBG_871X_SEL_NL(m, "%-*s = ", SpaceBtwnItemAndValue, "Channel Offset"); -+ switch (pmlmeext->cur_ch_offset) -+ { -+ case HAL_PRIME_CHNL_OFFSET_DONT_CARE: -+ DBG_871X_SEL_NL(m, "%s\n", "N/A"); -+ break; -+ case HAL_PRIME_CHNL_OFFSET_LOWER: -+ DBG_871X_SEL_NL(m, "%s\n", "Lower"); -+ break; -+ case HAL_PRIME_CHNL_OFFSET_UPPER: -+ DBG_871X_SEL_NL(m, "%s\n", "Upper"); -+ break; -+ } -+ -+ DBG_871X_SEL_NL(m, "%-*s = ", SpaceBtwnItemAndValue, "Bandwidth Mode"); -+ switch (pmlmeext->cur_bwmode) -+ { -+ case CHANNEL_WIDTH_20: -+ DBG_871X_SEL_NL(m, "%s\n", "20MHz"); -+ break; -+ case CHANNEL_WIDTH_40: -+ DBG_871X_SEL_NL(m, "%s\n", "40MHz"); -+ break; -+ case CHANNEL_WIDTH_80: -+ DBG_871X_SEL_NL(m, "%s\n", "80MHz"); -+ break; -+ case CHANNEL_WIDTH_160: -+ DBG_871X_SEL_NL(m, "%s\n", "160MHz"); -+ break; -+ case CHANNEL_WIDTH_80_80: -+ DBG_871X_SEL_NL(m, "%s\n", "80MHz + 80MHz"); -+ break; -+ } -+ } -+ else -+ { -+ DBG_871X_SEL_NL(m, "No association with AP/GO exists!\n"); -+ } -+ -+ return 0; -+} -+ -+static int proc_tdls_display_tdls_sta_info(struct seq_file *m) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct sta_info *psta; -+ int i = 0, j = 0; -+ _irqL irqL; -+ _list *plist, *phead; -+ u8 SpaceBtwnItemAndValue = TDLS_DBG_INFO_SPACE_BTWN_ITEM_AND_VALUE; -+ u8 SpaceBtwnItemAndValueTmp = 0; -+ u8 NumOfTdlsStaToShow = 0; -+ BOOLEAN FirstMatchFound = _FALSE; -+ -+ /* Search for TDLS sta info to display */ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ for (i=0; i< NUM_STA; i++) -+ { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ plist = get_next(plist); -+ if (psta->tdls_sta_state != TDLS_STATE_NONE) -+ { -+ /* We got one TDLS sta info to show */ -+ DBG_871X_SEL_NL(m, "============[TDLS Peer STA Info: STA %d]============\n", ++NumOfTdlsStaToShow); -+ DBG_871X_SEL_NL(m, "%-*s = "MAC_FMT"\n", SpaceBtwnItemAndValue, "Mac Address", MAC_ARG(psta->hwaddr)); -+ DBG_871X_SEL_NL(m, "%-*s =", SpaceBtwnItemAndValue, "TDLS STA State"); -+ SpaceBtwnItemAndValueTmp = 0; -+ FirstMatchFound = _FALSE; -+ for (j = 0; j < 32; j++) -+ { -+ if (psta->tdls_sta_state & BIT(j)) -+ { -+ if (FirstMatchFound == _FALSE) -+ { -+ SpaceBtwnItemAndValueTmp = 1; -+ FirstMatchFound = _TRUE; -+ } -+ else -+ { -+ SpaceBtwnItemAndValueTmp = SpaceBtwnItemAndValue + 3; -+ } -+ switch (BIT(j)) -+ { -+ case TDLS_INITIATOR_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_INITIATOR_STATE"); -+ break; -+ case TDLS_RESPONDER_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_RESPONDER_STATE"); -+ break; -+ case TDLS_LINKED_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_LINKED_STATE"); -+ break; -+ case TDLS_WAIT_PTR_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_WAIT_PTR_STATE"); -+ break; -+ case TDLS_ALIVE_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_ALIVE_STATE"); -+ break; -+ case TDLS_CH_SWITCH_ON_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_CH_SWITCH_ON_STATE"); -+ break; -+ case TDLS_PEER_AT_OFF_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_PEER_AT_OFF_STATE"); -+ break; -+ case TDLS_CH_SW_INITIATOR_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValueTmp, " ", "TDLS_CH_SW_INITIATOR_STATE"); -+ break; -+ case TDLS_WAIT_CH_RSP_STATE: -+ DBG_871X_SEL_NL(m, "%-*s%s\n", SpaceBtwnItemAndValue, " ", "TDLS_WAIT_CH_RSP_STATE"); -+ break; -+ default: -+ DBG_871X_SEL_NL(m, "%-*sBIT(%d)\n", SpaceBtwnItemAndValueTmp, " ", j); -+ break; -+ } -+ } -+ } -+ -+ DBG_871X_SEL_NL(m, "%-*s = ", SpaceBtwnItemAndValue, "Wireless Mode"); -+ for (j = 0; j < 8; j++) -+ { -+ if (psta->wireless_mode & BIT(j)) -+ { -+ switch (BIT(j)) -+ { -+ case WIRELESS_11B: -+ DBG_871X_SEL_NL(m, "%4s", "11B "); -+ break; -+ case WIRELESS_11G: -+ DBG_871X_SEL_NL(m, "%4s", "11G "); -+ break; -+ case WIRELESS_11A: -+ DBG_871X_SEL_NL(m, "%4s", "11A "); -+ break; -+ case WIRELESS_11_24N: -+ DBG_871X_SEL_NL(m, "%7s", "11_24N "); -+ break; -+ case WIRELESS_11_5N: -+ DBG_871X_SEL_NL(m, "%6s", "11_5N "); -+ break; -+ case WIRELESS_AUTO: -+ DBG_871X_SEL_NL(m, "%5s", "AUTO "); -+ break; -+ case WIRELESS_11AC: -+ DBG_871X_SEL_NL(m, "%5s", "11AC "); -+ break; -+ } -+ } -+ } -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ DBG_871X_SEL_NL(m, "%-*s = ", SpaceBtwnItemAndValue, "Bandwidth Mode"); -+ switch (psta->bw_mode) -+ { -+ case CHANNEL_WIDTH_20: -+ DBG_871X_SEL_NL(m, "%s\n", "20MHz"); -+ break; -+ case CHANNEL_WIDTH_40: -+ DBG_871X_SEL_NL(m, "%s\n", "40MHz"); -+ break; -+ case CHANNEL_WIDTH_80: -+ DBG_871X_SEL_NL(m, "%s\n", "80MHz"); -+ break; -+ case CHANNEL_WIDTH_160: -+ DBG_871X_SEL_NL(m, "%s\n", "160MHz"); -+ break; -+ case CHANNEL_WIDTH_80_80: -+ DBG_871X_SEL_NL(m, "%s\n", "80MHz + 80MHz"); -+ break; -+ } -+ -+ DBG_871X_SEL_NL(m, "%-*s = ", SpaceBtwnItemAndValue, "Privacy"); -+ switch (psta->dot118021XPrivacy) -+ { -+ case _NO_PRIVACY_: -+ DBG_871X_SEL_NL(m, "%s\n", "NO PRIVACY"); -+ break; -+ case _WEP40_: -+ DBG_871X_SEL_NL(m, "%s\n", "WEP 40"); -+ break; -+ case _TKIP_: -+ DBG_871X_SEL_NL(m, "%s\n", "TKIP"); -+ break; -+ case _TKIP_WTMIC_: -+ DBG_871X_SEL_NL(m, "%s\n", "TKIP WTMIC"); -+ break; -+ case _AES_: -+ DBG_871X_SEL_NL(m, "%s\n", "AES"); -+ break; -+ case _WEP104_: -+ DBG_871X_SEL_NL(m, "%s\n", "WEP 104"); -+ break; -+ case _WEP_WPA_MIXED_: -+ DBG_871X_SEL_NL(m, "%s\n", "WEP/WPA Mixed"); -+ break; -+ case _SMS4_: -+ DBG_871X_SEL_NL(m, "%s\n", "SMS4"); -+ break; -+#ifdef CONFIG_IEEE80211W -+ case _BIP_: -+ DBG_871X_SEL_NL(m, "%s\n", "BIP"); -+ break; -+#endif //CONFIG_IEEE80211W -+ } -+ -+ DBG_871X_SEL_NL(m, "%-*s = %d sec/%d sec\n", SpaceBtwnItemAndValue, "TPK Lifetime (Current/Expire)", psta->TPK_count, psta->TDLS_PeerKey_Lifetime); -+ DBG_871X_SEL_NL(m, "%-*s = %llu\n", SpaceBtwnItemAndValue, "Tx Packets Over Direct Link", psta->sta_stats.tx_pkts); -+ DBG_871X_SEL_NL(m, "%-*s = %llu\n", SpaceBtwnItemAndValue, "Rx Packets Over Direct Link", psta->sta_stats.rx_data_pkts); -+ } -+ } -+ } -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ if (NumOfTdlsStaToShow == 0) -+ { -+ DBG_871X_SEL_NL(m, "============[TDLS Peer STA Info]============\n"); -+ DBG_871X_SEL_NL(m, "No TDLS direct link exists!\n"); -+ } -+ -+ return 0; -+} -+ -+int proc_get_tdls_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct sta_info *psta; -+ int i = 0, j = 0; -+ _irqL irqL; -+ _list *plist, *phead; -+ u8 SpaceBtwnItemAndValue = 41; -+ u8 SpaceBtwnItemAndValueTmp = 0; -+ u8 NumOfTdlsStaToShow = 0; -+ BOOLEAN FirstMatchFound = _FALSE; -+ -+ proc_tdls_display_tdls_function_info(m); -+ proc_tdls_display_network_info(m); -+ proc_tdls_display_tdls_sta_info(m); -+ -+ return 0; -+} -+#endif -+ -+int proc_get_monitor(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if (WIFI_MONITOR_STATE == get_fwstate(pmlmepriv)) { -+ DBG_871X_SEL_NL(m, "Monitor mode : Enable\n"); -+ -+ DBG_871X_SEL_NL(m, "ch=%d, ch_offset=%d, bw=%d\n", -+ rtw_get_oper_ch(padapter), rtw_get_oper_choffset(padapter), rtw_get_oper_bw(padapter)); -+ } else { -+ DBG_871X_SEL_NL(m, "Monitor mode : Disable\n"); -+ } -+ -+ return 0; -+} -+ -+ssize_t proc_set_monitor(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ char tmp[32]; -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 target_chan, target_offset, target_bw; -+ -+ if (count < 3) { -+ DBG_871X("argument size is less than 3\n"); -+ return -EFAULT; -+ } -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ int num = sscanf(tmp, "%hhu %hhu %hhu", &target_chan, &target_offset, &target_bw); -+ -+ if (num != 3) { -+ DBG_871X("invalid write_reg parameter!\n"); -+ return count; -+ } -+ -+ padapter->mlmeextpriv.cur_channel = target_chan; -+ set_channel_bwmode(padapter, target_chan, target_offset, target_bw); -+ } -+ -+ return count; -+} -+ -+#include -+int proc_get_efuse_map(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ PEFUSE_HAL pEfuseHal = &pHalData->EfuseHal; -+ int i, j; -+ u8 ips_mode = IPS_NUM; -+ int mapLen = EFUSE_MAP_SIZE; -+ -+ ips_mode = pwrctrlpriv->ips_mode; -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ if (rtw_efuse_map_read(padapter, EFUSE_WIFI, mapLen, pEfuseHal->fakeEfuseInitMap) == _FAIL) -+ DBG_871X_SEL_NL(m, "WARN - Read Realmap Failed\n"); -+ -+ DBG_871X_SEL_NL(m, "\n"); -+ for (i = 0; i < EFUSE_MAP_SIZE; i += 16) { -+ DBG_871X_SEL_NL(m, "0x%02x\t", i); -+ for (j = 0; j < 8; j++) -+ DBG_871X_SEL_NL(m, "%02X ", pEfuseHal->fakeEfuseInitMap[i+j]); -+ -+ DBG_871X_SEL_NL(m, "\t"); -+ -+ for (; j < 16; j++) -+ DBG_871X_SEL_NL(m, "%02X ", pEfuseHal->fakeEfuseInitMap[i+j]); -+ -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ } -+ rtw_pm_set_ips(padapter, ips_mode); -+ return 0; -+} -+ -+ssize_t proc_set_efuse_map(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+#if 0 -+ char tmp[256] = {0}; -+ u32 addr, cnts; -+ u8 efuse_data; -+ -+ int jj, kk; -+ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ u8 ips_mode = IPS_NUM; -+ -+ if (count < 3) { -+ DBG_871X("argument size is less than 3\n"); -+ return -EFAULT; -+ } -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%x %d %x", &addr, &cnts, &efuse_data); -+ -+ if (num != 3) { -+ DBG_871X("invalid write_reg parameter!\n"); -+ return count; -+ } -+ } -+ ips_mode = pwrctrlpriv->ips_mode; -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ if (rtw_efuse_map_write(padapter, addr, cnts, &efuse_data) == _FAIL) -+ DBG_871X("WARN - rtw_efuse_map_write error!!\n"); -+ rtw_pm_set_ips(padapter, ips_mode); -+#endif -+ return count; -+} -+ -+#ifdef CONFIG_IEEE80211W -+ssize_t proc_set_tx_sa_query(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ struct sta_info *psta; -+ _list *plist, *phead; -+ _irqL irqL; -+ char tmp[16]; -+ u8 mac_addr[NUM_STA][ETH_ALEN]; -+ u32 key_type; -+ u8 index; -+ -+ if (count > 2) { -+ DBG_871X("argument size is more than 2\n"); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%x", &key_type); -+ -+ if (num != 1) { -+ DBG_871X("invalid read_reg parameter!\n"); -+ return count; -+ } -+ DBG_871X("0: set sa query request , key_type=%d\n", key_type); -+ } -+ -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ && (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) && padapter->securitypriv.binstallBIPkey == _TRUE) { -+ DBG_871X("STA:"MAC_FMT"\n", MAC_ARG(get_my_bssid(&(pmlmeinfo->network)))); -+ /* TX unicast sa_query to AP */ -+ issue_action_SA_Query(padapter, get_my_bssid(&(pmlmeinfo->network)), 0, 0, (u8)key_type); -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE && padapter->securitypriv.binstallBIPkey == _TRUE) { -+ /* TX unicast sa_query to every client STA */ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ for (index = 0; index < NUM_STA; index++) { -+ psta = NULL; -+ -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ plist = get_next(plist); -+ _rtw_memcpy(&mac_addr[psta->mac_id][0], psta->hwaddr, ETH_ALEN); -+ } -+ } -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for (index = 0; index < macid_ctl->num && index < NUM_STA; index++) { -+ if (rtw_macid_is_used(macid_ctl, index) && !rtw_macid_is_bmc(macid_ctl, index)) { -+ if (!_rtw_memcmp(get_my_bssid(&(pmlmeinfo->network)), &mac_addr[index][0], ETH_ALEN) -+ && !IS_MCAST(&mac_addr[index][0])) { -+ issue_action_SA_Query(padapter, &mac_addr[index][0], 0, 0, (u8)key_type); -+ DBG_871X("STA[%u]:"MAC_FMT"\n", index , MAC_ARG(&mac_addr[index][0])); -+ } -+ } -+ } -+ } -+ -+ return count; -+} -+ -+int proc_get_tx_sa_query(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "%s\n", __func__); -+ return 0; -+} -+ -+ssize_t proc_set_tx_deauth(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ struct sta_info *psta; -+ _list *plist, *phead; -+ _irqL irqL; -+ char tmp[16]; -+ u8 mac_addr[NUM_STA][ETH_ALEN]; -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u32 key_type; -+ u8 index; -+ -+ -+ if (count > 2) { -+ DBG_871X("argument size is more than 2\n"); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%x", &key_type); -+ -+ if (num != 1) { -+ DBG_871X("invalid read_reg parameter!\n"); -+ return count; -+ } -+ DBG_871X("key_type=%d\n", key_type); -+ } -+ if (key_type < 0 || key_type > 4) -+ return count; -+ -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ && (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE)) { -+ if (key_type == 3) /* key_type 3 only for AP mode */ -+ return count; -+ /* TX unicast deauth to AP */ -+ issue_deauth_11w(padapter, get_my_bssid(&(pmlmeinfo->network)), 0, (u8)key_type); -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) { -+ -+ if (key_type == 3) -+ issue_deauth_11w(padapter, bc_addr, 0, IEEE80211W_RIGHT_KEY); -+ -+ /* TX unicast deauth to every client STA */ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ for (index = 0; index < NUM_STA; index++) { -+ psta = NULL; -+ -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ plist = get_next(plist); -+ _rtw_memcpy(&mac_addr[psta->mac_id][0], psta->hwaddr, ETH_ALEN); -+ } -+ } -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for (index = 0; index < macid_ctl->num && index < NUM_STA; index++) { -+ if (rtw_macid_is_used(macid_ctl, index) && !rtw_macid_is_bmc(macid_ctl, index)) { -+ if (!_rtw_memcmp(get_my_bssid(&(pmlmeinfo->network)), &mac_addr[index][0], ETH_ALEN)) { -+ if (key_type != 3) -+ issue_deauth_11w(padapter, &mac_addr[index][0], 0, (u8)key_type); -+ -+ psta = rtw_get_stainfo(pstapriv, &mac_addr[index][0]); -+ if (psta && key_type != IEEE80211W_WRONG_KEY && key_type != IEEE80211W_NO_KEY) { -+ u8 updated = _FALSE; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if (rtw_is_list_empty(&psta->asoc_list) == _FALSE) { -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, _FALSE, WLAN_REASON_PREV_AUTH_NOT_VALID, _TRUE); -+ -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ associated_clients_update(padapter, updated, STA_INFO_UPDATE_ALL); -+ } -+ -+ DBG_871X("STA[%u]:"MAC_FMT"\n", index , MAC_ARG(&mac_addr[index][0])); -+ } -+ } -+ } -+ } -+ -+ return count; -+} -+ -+int proc_get_tx_deauth(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "%s\n", __func__); -+ return 0; -+} -+ -+ssize_t proc_set_tx_auth(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ struct sta_info *psta; -+ _list *plist, *phead; -+ _irqL irqL; -+ char tmp[16]; -+ u8 mac_addr[NUM_STA][ETH_ALEN]; -+ u8 bc_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u32 tx_auth; -+ u8 index; -+ -+ -+ if (count > 2) { -+ DBG_871X("argument size is more than 2\n"); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, sizeof(tmp))) { -+ -+ int num = sscanf(tmp, "%x", &tx_auth); -+ -+ if (num != 1) { -+ DBG_871X("invalid read_reg parameter!\n"); -+ return count; -+ } -+ DBG_871X("1: setnd auth, 2: send assoc request. tx_auth=%d\n", tx_auth); -+ } -+ -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ && (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE)) { -+ if (tx_auth == 1) { -+ /* TX unicast auth to AP */ -+ issue_auth(padapter, NULL, 0); -+ } else if (tx_auth == 2) { -+ /* TX unicast auth to AP */ -+ issue_assocreq(padapter); -+ } -+ } -+ -+ return count; -+} -+ -+int proc_get_tx_auth(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X_SEL_NL(m, "%s\n", __func__); -+ return 0; -+} -+#endif /* CONFIG_IEEE80211W */ -+ -+#endif /* CONFIG_PROC_DEBUG */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_eeprom.c linux/3rdparty/rtl8812au/core/rtw_eeprom.c ---- linux.old/3rdparty/rtl8812au/core/rtw_eeprom.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_eeprom.c 2017-06-07 23:07:20.999686482 +0300 -@@ -0,0 +1,423 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_EEPROM_C_ -+ -+#include -+#include -+#include -+ -+void up_clk(_adapter* padapter, u16 *x) -+{ -+_func_enter_; -+ *x = *x | _EESK; -+ rtw_write8(padapter, EE_9346CR, (u8)*x); -+ rtw_udelay_os(CLOCK_RATE); -+ -+_func_exit_; -+ -+} -+ -+void down_clk(_adapter * padapter, u16 *x ) -+{ -+_func_enter_; -+ *x = *x & ~_EESK; -+ rtw_write8(padapter, EE_9346CR, (u8)*x); -+ rtw_udelay_os(CLOCK_RATE); -+_func_exit_; -+} -+ -+void shift_out_bits(_adapter * padapter, u16 data, u16 count) -+{ -+ u16 x,mask; -+_func_enter_; -+ -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ mask = 0x01 << (count - 1); -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EEDO | _EEDI); -+ -+ do -+ { -+ x &= ~_EEDI; -+ if(data & mask) -+ x |= _EEDI; -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ rtw_write8(padapter, EE_9346CR, (u8)x); -+ rtw_udelay_os(CLOCK_RATE); -+ up_clk(padapter, &x); -+ down_clk(padapter, &x); -+ mask = mask >> 1; -+ } while(mask); -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ x &= ~_EEDI; -+ rtw_write8(padapter, EE_9346CR, (u8)x); -+out: -+_func_exit_; -+} -+ -+u16 shift_in_bits (_adapter * padapter) -+{ -+ u16 x,d=0,i; -+_func_enter_; -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~( _EEDO | _EEDI); -+ d = 0; -+ -+ for(i=0; i<16; i++) -+ { -+ d = d << 1; -+ up_clk(padapter, &x); -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EEDI); -+ if(x & _EEDO) -+ d |= 1; -+ -+ down_clk(padapter, &x); -+ } -+out: -+_func_exit_; -+ -+ return d; -+} -+ -+void standby(_adapter * padapter ) -+{ -+ u8 x; -+_func_enter_; -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EECS | _EESK); -+ rtw_write8(padapter, EE_9346CR,x); -+ -+ rtw_udelay_os(CLOCK_RATE); -+ x |= _EECS; -+ rtw_write8(padapter, EE_9346CR, x); -+ rtw_udelay_os(CLOCK_RATE); -+_func_exit_; -+} -+ -+u16 wait_eeprom_cmd_done(_adapter* padapter) -+{ -+ u8 x; -+ u16 i,res=_FALSE; -+_func_enter_; -+ standby(padapter ); -+ for (i=0; i<200; i++) -+ { -+ x = rtw_read8(padapter, EE_9346CR); -+ if (x & _EEDO){ -+ res=_TRUE; -+ goto exit; -+ } -+ rtw_udelay_os(CLOCK_RATE); -+ } -+exit: -+_func_exit_; -+ return res; -+} -+ -+void eeprom_clean(_adapter * padapter) -+{ -+ u16 x; -+_func_enter_; -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ x = rtw_read8(padapter, EE_9346CR); -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ x &= ~(_EECS | _EEDI); -+ rtw_write8(padapter, EE_9346CR, (u8)x); -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ up_clk(padapter, &x); -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ down_clk(padapter, &x); -+out: -+_func_exit_; -+} -+ -+void eeprom_write16(_adapter * padapter, u16 reg, u16 data) -+{ -+ u8 x; -+#ifdef CONFIG_RTL8712 -+ u8 tmp8_ori,tmp8_new,tmp8_clk_ori,tmp8_clk_new; -+ tmp8_ori=rtw_read8(padapter, 0x102502f1); -+ tmp8_new=tmp8_ori & 0xf7; -+ if(tmp8_ori != tmp8_new){ -+ rtw_write8(padapter, 0x102502f1, tmp8_new); -+ RT_TRACE(_module_rtl871x_mp_ioctl_c_,_drv_err_,("====write 0x102502f1=====\n")); -+ } -+ tmp8_clk_ori=rtw_read8(padapter,0x10250003); -+ tmp8_clk_new=tmp8_clk_ori|0x20; -+ if(tmp8_clk_new!=tmp8_clk_ori){ -+ RT_TRACE(_module_rtl871x_mp_ioctl_c_,_drv_err_,("====write 0x10250003=====\n")); -+ rtw_write8(padapter, 0x10250003, tmp8_clk_new); -+ } -+#endif -+_func_enter_; -+ -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ x &= ~(_EEDI | _EEDO | _EESK | _EEM0); -+ x |= _EEM1 | _EECS; -+ rtw_write8(padapter, EE_9346CR, x); -+ -+ shift_out_bits(padapter, EEPROM_EWEN_OPCODE, 5); -+ -+ if(padapter->EepromAddressSize==8) //CF+ and SDIO -+ shift_out_bits(padapter, 0, 6); -+ else //USB -+ shift_out_bits(padapter, 0, 4); -+ -+ standby( padapter); -+ -+// Commented out by rcnjko, 2004.0 -+// // Erase this particular word. Write the erase opcode and register -+// // number in that order. The opcode is 3bits in length; reg is 6 bits long. -+// shift_out_bits(Adapter, EEPROM_ERASE_OPCODE, 3); -+// shift_out_bits(Adapter, reg, Adapter->EepromAddressSize); -+// -+// if (wait_eeprom_cmd_done(Adapter ) == FALSE) -+// { -+// return; -+// } -+ -+ -+ standby(padapter ); -+ -+ // write the new word to the EEPROM -+ -+ // send the write opcode the EEPORM -+ shift_out_bits(padapter, EEPROM_WRITE_OPCODE, 3); -+ -+ // select which word in the EEPROM that we are writing to. -+ shift_out_bits(padapter, reg, padapter->EepromAddressSize); -+ -+ // write the data to the selected EEPROM word. -+ shift_out_bits(padapter, data, 16); -+ -+ if (wait_eeprom_cmd_done(padapter ) == _FALSE) -+ { -+ -+ goto exit; -+ } -+ -+ standby(padapter ); -+ -+ shift_out_bits(padapter, EEPROM_EWDS_OPCODE, 5); -+ shift_out_bits(padapter, reg, 4); -+ -+ eeprom_clean(padapter ); -+exit: -+#ifdef CONFIG_RTL8712 -+ if(tmp8_clk_new!=tmp8_clk_ori) -+ rtw_write8(padapter, 0x10250003, tmp8_clk_ori); -+ if(tmp8_new!=tmp8_ori) -+ rtw_write8(padapter, 0x102502f1, tmp8_ori); -+ -+#endif -+_func_exit_; -+ return; -+} -+ -+u16 eeprom_read16(_adapter * padapter, u16 reg) //ReadEEprom -+{ -+ -+ u16 x; -+ u16 data=0; -+#ifdef CONFIG_RTL8712 -+ u8 tmp8_ori,tmp8_new,tmp8_clk_ori,tmp8_clk_new; -+ tmp8_ori= rtw_read8(padapter, 0x102502f1); -+ tmp8_new = tmp8_ori & 0xf7; -+ if(tmp8_ori != tmp8_new){ -+ rtw_write8(padapter, 0x102502f1, tmp8_new); -+ RT_TRACE(_module_rtl871x_mp_ioctl_c_,_drv_err_,("====write 0x102502f1=====\n")); -+ } -+ tmp8_clk_ori=rtw_read8(padapter,0x10250003); -+ tmp8_clk_new=tmp8_clk_ori|0x20; -+ if(tmp8_clk_new!=tmp8_clk_ori){ -+ RT_TRACE(_module_rtl871x_mp_ioctl_c_,_drv_err_,("====write 0x10250003=====\n")); -+ rtw_write8(padapter, 0x10250003, tmp8_clk_new); -+ } -+#endif -+_func_enter_; -+ -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ // select EEPROM, reset bits, set _EECS -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ -+ x &= ~(_EEDI | _EEDO | _EESK | _EEM0); -+ x |= _EEM1 | _EECS; -+ rtw_write8(padapter, EE_9346CR, (unsigned char)x); -+ -+ // write the read opcode and register number in that order -+ // The opcode is 3bits in length, reg is 6 bits long -+ shift_out_bits(padapter, EEPROM_READ_OPCODE, 3); -+ shift_out_bits(padapter, reg, padapter->EepromAddressSize); -+ -+ // Now read the data (16 bits) in from the selected EEPROM word -+ data = shift_in_bits(padapter); -+ -+ eeprom_clean(padapter); -+out: -+#ifdef CONFIG_RTL8712 -+ if(tmp8_clk_new!=tmp8_clk_ori) -+ rtw_write8(padapter, 0x10250003, tmp8_clk_ori); -+ if(tmp8_new!=tmp8_ori) -+ rtw_write8(padapter, 0x102502f1, tmp8_ori); -+ -+#endif -+_func_exit_; -+ return data; -+ -+ -+} -+ -+ -+ -+ -+//From even offset -+void eeprom_read_sz(_adapter * padapter, u16 reg, u8* data, u32 sz) -+{ -+ -+ u16 x, data16; -+ u32 i; -+_func_enter_; -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ // select EEPROM, reset bits, set _EECS -+ x = rtw_read8(padapter, EE_9346CR); -+ -+ if (rtw_is_surprise_removed(padapter)) { -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_err_, ("padapter->bSurpriseRemoved==_TRUE")); -+ goto out; -+ } -+ -+ x &= ~(_EEDI | _EEDO | _EESK | _EEM0); -+ x |= _EEM1 | _EECS; -+ rtw_write8(padapter, EE_9346CR, (unsigned char)x); -+ -+ // write the read opcode and register number in that order -+ // The opcode is 3bits in length, reg is 6 bits long -+ shift_out_bits(padapter, EEPROM_READ_OPCODE, 3); -+ shift_out_bits(padapter, reg, padapter->EepromAddressSize); -+ -+ -+ for(i=0; i>8; -+ } -+ -+ eeprom_clean(padapter); -+out: -+_func_exit_; -+ -+ -+ -+} -+ -+ -+//addr_off : address offset of the entry in eeprom (not the tuple number of eeprom (reg); that is addr_off !=reg) -+u8 eeprom_read(_adapter * padapter, u32 addr_off, u8 sz, u8* rbuf) -+{ -+ u8 quotient, remainder, addr_2align_odd; -+ u16 reg, stmp , i=0, idx = 0; -+_func_enter_; -+ reg = (u16)(addr_off >> 1); -+ addr_2align_odd = (u8)(addr_off & 0x1); -+ -+ if(addr_2align_odd) //read that start at high part: e.g 1,3,5,7,9,... -+ { -+ stmp = eeprom_read16(padapter, reg); -+ rbuf[idx++] = (u8) ((stmp>>8)&0xff); //return hogh-part of the short -+ reg++; sz--; -+ } -+ -+ quotient = sz >> 1; -+ remainder = sz & 0x1; -+ -+ for( i=0 ; i < quotient; i++) -+ { -+ stmp = eeprom_read16(padapter, reg+i); -+ rbuf[idx++] = (u8) (stmp&0xff); -+ rbuf[idx++] = (u8) ((stmp>>8)&0xff); -+ } -+ -+ reg = reg+i; -+ if(remainder){ //end of read at lower part of short : 0,2,4,6,... -+ stmp = eeprom_read16(padapter, reg); -+ rbuf[idx] = (u8)(stmp & 0xff); -+ } -+_func_exit_; -+ return _TRUE; -+} -+ -+ -+ -+VOID read_eeprom_content(_adapter * padapter) -+{ -+ -+_func_enter_; -+ -+ -+_func_exit_; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_ieee80211.c linux/3rdparty/rtl8812au/core/rtw_ieee80211.c ---- linux.old/3rdparty/rtl8812au/core/rtw_ieee80211.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_ieee80211.c 2017-06-07 23:07:21.000686574 +0300 -@@ -0,0 +1,2618 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _IEEE80211_C -+ -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+#include -+#endif -+#include -+ -+ -+u8 RTW_WPA_OUI_TYPE[] = { 0x00, 0x50, 0xf2, 1 }; -+u16 RTW_WPA_VERSION = 1; -+u8 WPA_AUTH_KEY_MGMT_NONE[] = { 0x00, 0x50, 0xf2, 0 }; -+u8 WPA_AUTH_KEY_MGMT_UNSPEC_802_1X[] = { 0x00, 0x50, 0xf2, 1 }; -+u8 WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X[] = { 0x00, 0x50, 0xf2, 2 }; -+u8 WPA_CIPHER_SUITE_NONE[] = { 0x00, 0x50, 0xf2, 0 }; -+u8 WPA_CIPHER_SUITE_WEP40[] = { 0x00, 0x50, 0xf2, 1 }; -+u8 WPA_CIPHER_SUITE_TKIP[] = { 0x00, 0x50, 0xf2, 2 }; -+u8 WPA_CIPHER_SUITE_WRAP[] = { 0x00, 0x50, 0xf2, 3 }; -+u8 WPA_CIPHER_SUITE_CCMP[] = { 0x00, 0x50, 0xf2, 4 }; -+u8 WPA_CIPHER_SUITE_WEP104[] = { 0x00, 0x50, 0xf2, 5 }; -+ -+u16 RSN_VERSION_BSD = 1; -+u8 RSN_AUTH_KEY_MGMT_UNSPEC_802_1X[] = { 0x00, 0x0f, 0xac, 1 }; -+u8 RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X[] = { 0x00, 0x0f, 0xac, 2 }; -+u8 RSN_CIPHER_SUITE_NONE[] = { 0x00, 0x0f, 0xac, 0 }; -+u8 RSN_CIPHER_SUITE_WEP40[] = { 0x00, 0x0f, 0xac, 1 }; -+u8 RSN_CIPHER_SUITE_TKIP[] = { 0x00, 0x0f, 0xac, 2 }; -+u8 RSN_CIPHER_SUITE_WRAP[] = { 0x00, 0x0f, 0xac, 3 }; -+u8 RSN_CIPHER_SUITE_CCMP[] = { 0x00, 0x0f, 0xac, 4 }; -+u8 RSN_CIPHER_SUITE_WEP104[] = { 0x00, 0x0f, 0xac, 5 }; -+//----------------------------------------------------------- -+// for adhoc-master to generate ie and provide supported-rate to fw -+//----------------------------------------------------------- -+ -+static u8 WIFI_CCKRATES[] = -+{(IEEE80211_CCK_RATE_1MB | IEEE80211_BASIC_RATE_MASK), -+ (IEEE80211_CCK_RATE_2MB | IEEE80211_BASIC_RATE_MASK), -+ (IEEE80211_CCK_RATE_5MB | IEEE80211_BASIC_RATE_MASK), -+ (IEEE80211_CCK_RATE_11MB | IEEE80211_BASIC_RATE_MASK)}; -+ -+static u8 WIFI_OFDMRATES[] = -+{(IEEE80211_OFDM_RATE_6MB), -+ (IEEE80211_OFDM_RATE_9MB), -+ (IEEE80211_OFDM_RATE_12MB), -+ (IEEE80211_OFDM_RATE_18MB), -+ (IEEE80211_OFDM_RATE_24MB), -+ IEEE80211_OFDM_RATE_36MB, -+ IEEE80211_OFDM_RATE_48MB, -+ IEEE80211_OFDM_RATE_54MB}; -+ -+u8 mgn_rates_cck[4] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M}; -+u8 mgn_rates_ofdm[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; -+u8 mgn_rates_mcs0_7[8] = {MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7}; -+u8 mgn_rates_mcs8_15[8] = {MGN_MCS8, MGN_MCS9, MGN_MCS10, MGN_MCS11, MGN_MCS12, MGN_MCS13, MGN_MCS14, MGN_MCS15}; -+u8 mgn_rates_mcs16_23[8] = {MGN_MCS16, MGN_MCS17, MGN_MCS18, MGN_MCS19, MGN_MCS20, MGN_MCS21, MGN_MCS22, MGN_MCS23}; -+u8 mgn_rates_mcs24_31[8] = {MGN_MCS24, MGN_MCS25, MGN_MCS26, MGN_MCS27, MGN_MCS28, MGN_MCS29, MGN_MCS30, MGN_MCS31}; -+u8 mgn_rates_vht1ss[10] = {MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_MCS4 -+ , MGN_VHT1SS_MCS5, MGN_VHT1SS_MCS6, MGN_VHT1SS_MCS7, MGN_VHT1SS_MCS8, MGN_VHT1SS_MCS9}; -+u8 mgn_rates_vht2ss[10] = {MGN_VHT2SS_MCS0, MGN_VHT2SS_MCS1, MGN_VHT2SS_MCS2, MGN_VHT2SS_MCS3, MGN_VHT2SS_MCS4 -+ , MGN_VHT2SS_MCS5, MGN_VHT2SS_MCS6, MGN_VHT2SS_MCS7, MGN_VHT2SS_MCS8, MGN_VHT2SS_MCS9}; -+u8 mgn_rates_vht3ss[10] = {MGN_VHT3SS_MCS0, MGN_VHT3SS_MCS1, MGN_VHT3SS_MCS2, MGN_VHT3SS_MCS3, MGN_VHT3SS_MCS4 -+ , MGN_VHT3SS_MCS5, MGN_VHT3SS_MCS6, MGN_VHT3SS_MCS7, MGN_VHT3SS_MCS8, MGN_VHT3SS_MCS9}; -+u8 mgn_rates_vht4ss[10] = {MGN_VHT4SS_MCS0, MGN_VHT4SS_MCS1, MGN_VHT4SS_MCS2, MGN_VHT4SS_MCS3, MGN_VHT4SS_MCS4 -+ , MGN_VHT4SS_MCS5, MGN_VHT4SS_MCS6, MGN_VHT4SS_MCS7, MGN_VHT4SS_MCS8, MGN_VHT4SS_MCS9}; -+ -+static const char * const _rate_section_str[] = { -+ "CCK", -+ "OFDM", -+ "HT_1SS", -+ "HT_2SS", -+ "HT_3SS", -+ "HT_4SS", -+ "VHT_1SS", -+ "VHT_2SS", -+ "VHT_3SS", -+ "VHT_4SS", -+ "RATE_SECTION_UNKNOWN", -+}; -+ -+const char *rate_section_str(u8 section) -+{ -+ section = (section >= RATE_SECTION_NUM) ? RATE_SECTION_NUM : section; -+ return _rate_section_str[section]; -+} -+ -+struct rate_section_ent rates_by_sections[RATE_SECTION_NUM] = { -+ {RF_1TX, 4, mgn_rates_cck}, -+ {RF_1TX, 8, mgn_rates_ofdm}, -+ {RF_1TX, 8, mgn_rates_mcs0_7}, -+ {RF_2TX, 8, mgn_rates_mcs8_15}, -+ {RF_3TX, 8, mgn_rates_mcs16_23}, -+ {RF_4TX, 8, mgn_rates_mcs24_31}, -+ {RF_1TX, 10, mgn_rates_vht1ss}, -+ {RF_2TX, 10, mgn_rates_vht2ss}, -+ {RF_3TX, 10, mgn_rates_vht3ss}, -+ {RF_4TX, 10, mgn_rates_vht4ss}, -+}; -+ -+int rtw_get_bit_value_from_ieee_value(u8 val) -+{ -+ unsigned char dot11_rate_table[]={2,4,11,22,12,18,24,36,48,72,96,108,0}; // last element must be zero!! -+ -+ int i=0; -+ while(dot11_rate_table[i] != 0) { -+ if (dot11_rate_table[i] == val) -+ return BIT(i); -+ i++; -+ } -+ return 0; -+} -+ -+uint rtw_is_cckrates_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ while(rate[i]!=0) -+ { -+ if ( (((rate[i]) & 0x7f) == 2) || (((rate[i]) & 0x7f) == 4) || -+ (((rate[i]) & 0x7f) == 11) || (((rate[i]) & 0x7f) == 22) ) -+ return _TRUE; -+ i++; -+ } -+ -+ return _FALSE; -+} -+ -+uint rtw_is_cckratesonly_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ -+ while(rate[i]!=0) -+ { -+ if ( (((rate[i]) & 0x7f) != 2) && (((rate[i]) & 0x7f) != 4) && -+ (((rate[i]) & 0x7f) != 11) && (((rate[i]) & 0x7f) != 22) ) -+ return _FALSE; -+ -+ i++; -+ } -+ -+ return _TRUE; -+ -+} -+ -+int rtw_check_network_type(unsigned char *rate, int ratelen, int channel) -+{ -+ if (channel > 14) -+ { -+ if ((rtw_is_cckrates_included(rate)) == _TRUE) -+ return WIRELESS_INVALID; -+ else -+ return WIRELESS_11A; -+ } -+ else // could be pure B, pure G, or B/G -+ { -+ if ((rtw_is_cckratesonly_included(rate)) == _TRUE) -+ return WIRELESS_11B; -+ else if((rtw_is_cckrates_included(rate)) == _TRUE) -+ return WIRELESS_11BG; -+ else -+ return WIRELESS_11G; -+ } -+ -+} -+ -+u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, -+ unsigned int *frlen) -+{ -+ _rtw_memcpy((void *)pbuf, (void *)source, len); -+ *frlen = *frlen + len; -+ return (pbuf + len); -+} -+ -+// rtw_set_ie will update frame length -+u8 *rtw_set_ie -+( -+ u8 *pbuf, -+ sint index, -+ uint len, -+ u8 *source, -+ uint *frlen //frame length -+) -+{ -+ *pbuf = (u8)index; -+ -+ *(pbuf + 1) = (u8)len; -+ -+ if (len > 0) -+ _rtw_memcpy((void *)(pbuf + 2), (void *)source, len); -+ -+ *frlen = *frlen + (len + 2); -+ -+ return (pbuf + len + 2); -+} -+ -+inline u8 *rtw_set_ie_ch_switch(u8 *buf, u32 *buf_len, u8 ch_switch_mode, -+ u8 new_ch, u8 ch_switch_cnt) -+{ -+ u8 ie_data[3]; -+ -+ ie_data[0] = ch_switch_mode; -+ ie_data[1] = new_ch; -+ ie_data[2] = ch_switch_cnt; -+ return rtw_set_ie(buf, WLAN_EID_CHANNEL_SWITCH, 3, ie_data, buf_len); -+} -+ -+inline u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset) -+{ -+ if (ch_offset == SCN) -+ return HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ else if(ch_offset == SCA) -+ return HAL_PRIME_CHNL_OFFSET_UPPER; -+ else if(ch_offset == SCB) -+ return HAL_PRIME_CHNL_OFFSET_LOWER; -+ -+ return HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+} -+ -+inline u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset) -+{ -+ if (ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) -+ return SCN; -+ else if(ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) -+ return SCB; -+ else if(ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) -+ return SCA; -+ -+ return SCN; -+} -+ -+inline u8 *rtw_set_ie_secondary_ch_offset(u8 *buf, u32 *buf_len, u8 secondary_ch_offset) -+{ -+ return rtw_set_ie(buf, WLAN_EID_SECONDARY_CHANNEL_OFFSET, 1, &secondary_ch_offset, buf_len); -+} -+ -+inline u8 *rtw_set_ie_mesh_ch_switch_parm(u8 *buf, u32 *buf_len, u8 ttl, -+ u8 flags, u16 reason, u16 precedence) -+{ -+ u8 ie_data[6]; -+ -+ ie_data[0] = ttl; -+ ie_data[1] = flags; -+ RTW_PUT_LE16((u8*)&ie_data[2], reason); -+ RTW_PUT_LE16((u8*)&ie_data[4], precedence); -+ -+ return rtw_set_ie(buf, 0x118, 6, ie_data, buf_len); -+} -+ -+/*---------------------------------------------------------------------------- -+index: the information element id index, limit is the limit for search -+-----------------------------------------------------------------------------*/ -+u8 *rtw_get_ie(u8 *pbuf, sint index, sint *len, sint limit) -+{ -+ sint tmp,i; -+ u8 *p; -+_func_enter_; -+ if (limit < 1){ -+ _func_exit_; -+ return NULL; -+ } -+ -+ p = pbuf; -+ i = 0; -+ *len = 0; -+ while(1) -+ { -+ if (*p == index) -+ { -+ *len = *(p + 1); -+ return (p); -+ } -+ else -+ { -+ tmp = *(p + 1); -+ p += (tmp + 2); -+ i += (tmp + 2); -+ } -+ if (i >= limit) -+ break; -+ } -+_func_exit_; -+ return NULL; -+} -+ -+/** -+ * rtw_get_ie_ex - Search specific IE from a series of IEs -+ * @in_ie: Address of IEs to search -+ * @in_len: Length limit from in_ie -+ * @eid: Element ID to match -+ * @oui: OUI to match -+ * @oui_len: OUI length -+ * @ie: If not NULL and the specific IE is found, the IE will be copied to the buf starting from the specific IE -+ * @ielen: If not NULL and the specific IE is found, will set to the length of the entire IE -+ * -+ * Returns: The address of the specific IE found, or NULL -+ */ -+u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen) -+{ -+ uint cnt; -+ u8 *target_ie = NULL; -+ -+ -+ if(ielen) -+ *ielen = 0; -+ -+ if(!in_ie || in_len<=0) -+ return target_ie; -+ -+ cnt = 0; -+ -+ while(cnt 12) -+ break; -+ -+ i++; -+ } -+_func_exit_; -+ return i; -+} -+ -+int rtw_generate_ie(struct registry_priv *pregistrypriv) -+{ -+ u8 wireless_mode; -+ int sz = 0, rateLen; -+ WLAN_BSSID_EX* pdev_network = &pregistrypriv->dev_network; -+ u8* ie = pdev_network->IEs; -+ -+_func_enter_; -+ -+ //timestamp will be inserted by hardware -+ sz += 8; -+ ie += sz; -+ -+ //beacon interval : 2bytes -+ *(u16*)ie = cpu_to_le16((u16)pdev_network->Configuration.BeaconPeriod);//BCN_INTERVAL; -+ sz += 2; -+ ie += 2; -+ -+ //capability info -+ *(u16*)ie = 0; -+ -+ *(u16*)ie |= cpu_to_le16(cap_IBSS); -+ -+ if(pregistrypriv->preamble == PREAMBLE_SHORT) -+ *(u16*)ie |= cpu_to_le16(cap_ShortPremble); -+ -+ if (pdev_network->Privacy) -+ *(u16*)ie |= cpu_to_le16(cap_Privacy); -+ -+ sz += 2; -+ ie += 2; -+ -+ //SSID -+ ie = rtw_set_ie(ie, _SSID_IE_, pdev_network->Ssid.SsidLength, pdev_network->Ssid.Ssid, &sz); -+ -+ //supported rates -+ if(pregistrypriv->wireless_mode == WIRELESS_11ABGN) -+ { -+ if(pdev_network->Configuration.DSConfig > 14) -+ wireless_mode = WIRELESS_11A_5N; -+ else -+ wireless_mode = WIRELESS_11BG_24N; -+ } -+ else -+ { -+ wireless_mode = pregistrypriv->wireless_mode; -+ } -+ -+ rtw_set_supported_rate(pdev_network->SupportedRates, wireless_mode) ; -+ -+ rateLen = rtw_get_rateset_len(pdev_network->SupportedRates); -+ -+ if (rateLen > 8) -+ { -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, 8, pdev_network->SupportedRates, &sz); -+ //ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (pdev_network->SupportedRates + 8), &sz); -+ } -+ else -+ { -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, rateLen, pdev_network->SupportedRates, &sz); -+ } -+ -+ //DS parameter set -+ ie = rtw_set_ie(ie, _DSSET_IE_, 1, (u8 *)&(pdev_network->Configuration.DSConfig), &sz); -+ -+ -+ //IBSS Parameter Set -+ -+ ie = rtw_set_ie(ie, _IBSS_PARA_IE_, 2, (u8 *)&(pdev_network->Configuration.ATIMWindow), &sz); -+ -+ if (rateLen > 8) -+ { -+ ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (pdev_network->SupportedRates + 8), &sz); -+ } -+ -+#ifdef CONFIG_80211N_HT -+ //HT Cap. -+ if(((pregistrypriv->wireless_mode&WIRELESS_11_5N)||(pregistrypriv->wireless_mode&WIRELESS_11_24N)) -+ && (pregistrypriv->ht_enable==_TRUE)) -+ { -+ //todo: -+ } -+#endif //CONFIG_80211N_HT -+ -+ //pdev_network->IELength = sz; //update IELength -+ -+_func_exit_; -+ -+ //return _SUCCESS; -+ -+ return sz; -+ -+} -+ -+bool rtw_regsty_adjust_chbw(struct registry_priv *regsty, u8 req_ch, u8 *req_bw, u8 *req_offset) -+{ -+ u8 regsty_allowed_bw; -+ -+ if (req_ch <= 14) -+ regsty_allowed_bw = regsty->bw_mode & 0x0F; -+ else -+ regsty_allowed_bw = regsty->bw_mode >> 4; -+ -+ if (regsty_allowed_bw == 2 && *req_bw > CHANNEL_WIDTH_80) -+ *req_bw = CHANNEL_WIDTH_80; -+ else if (regsty_allowed_bw == 1 && *req_bw > CHANNEL_WIDTH_40) -+ *req_bw = CHANNEL_WIDTH_40; -+ else if (regsty_allowed_bw == 0 && *req_bw > CHANNEL_WIDTH_20) { -+ *req_bw = CHANNEL_WIDTH_20; -+ *req_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } else -+ return _FALSE; -+ -+ return _TRUE; -+} -+ -+unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit) -+{ -+ int len; -+ u16 val16; -+ unsigned char wpa_oui_type[] = {0x00, 0x50, 0xf2, 0x01}; -+ u8 *pbuf = pie; -+ int limit_new = limit; -+ -+ while(1) -+ { -+ pbuf = rtw_get_ie(pbuf, _WPA_IE_ID_, &len, limit_new); -+ -+ if (pbuf) { -+ -+ //check if oui matches... -+ if (_rtw_memcmp((pbuf + 2), wpa_oui_type, sizeof (wpa_oui_type)) == _FALSE) { -+ -+ goto check_next_ie; -+ } -+ -+ //check version... -+ _rtw_memcpy((u8 *)&val16, (pbuf + 6), sizeof(val16)); -+ -+ val16 = le16_to_cpu(val16); -+ if (val16 != 0x0001) -+ goto check_next_ie; -+ -+ *wpa_ie_len = *(pbuf + 1); -+ -+ return pbuf; -+ -+ } -+ else { -+ -+ *wpa_ie_len = 0; -+ return NULL; -+ } -+ -+check_next_ie: -+ -+ limit_new = limit - (pbuf - pie) - 2 - len; -+ -+ if (limit_new <= 0) -+ break; -+ -+ pbuf += (2 + len); -+ -+ } -+ -+ *wpa_ie_len = 0; -+ -+ return NULL; -+ -+} -+ -+unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit) -+{ -+ -+ return rtw_get_ie(pie, _WPA2_IE_ID_,rsn_ie_len, limit); -+ -+} -+ -+int rtw_get_wpa_cipher_suite(u8 *s) -+{ -+ if (_rtw_memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_NONE; -+ if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_WEP40; -+ if (_rtw_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_TKIP; -+ if (_rtw_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_CCMP; -+ if (_rtw_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_WEP104; -+ -+ return 0; -+} -+ -+int rtw_get_wpa2_cipher_suite(u8 *s) -+{ -+ if (_rtw_memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_NONE; -+ if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_WEP40; -+ if (_rtw_memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_TKIP; -+ if (_rtw_memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_CCMP; -+ if (_rtw_memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN) == _TRUE) -+ return WPA_CIPHER_WEP104; -+ -+ return 0; -+} -+ -+ -+int rtw_parse_wpa_ie(u8* wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x) -+{ -+ int i, ret=_SUCCESS; -+ int left, count; -+ u8 *pos; -+ u8 SUITE_1X[4] = {0x00, 0x50, 0xf2, 1}; -+ -+ if (wpa_ie_len <= 0) { -+ /* No WPA IE - fail silently */ -+ return _FAIL; -+ } -+ -+ -+ if ((*wpa_ie != _WPA_IE_ID_) || (*(wpa_ie+1) != (u8)(wpa_ie_len - 2)) || -+ (_rtw_memcmp(wpa_ie+2, RTW_WPA_OUI_TYPE, WPA_SELECTOR_LEN) != _TRUE) ) -+ { -+ return _FAIL; -+ } -+ -+ pos = wpa_ie; -+ -+ pos += 8; -+ left = wpa_ie_len - 8; -+ -+ -+ //group_cipher -+ if (left >= WPA_SELECTOR_LEN) { -+ -+ *group_cipher = rtw_get_wpa_cipher_suite(pos); -+ -+ pos += WPA_SELECTOR_LEN; -+ left -= WPA_SELECTOR_LEN; -+ -+ } -+ else if (left > 0) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s: ie length mismatch, %u too much", __FUNCTION__, left)); -+ -+ return _FAIL; -+ } -+ -+ -+ //pairwise_cipher -+ if (left >= 2) -+ { -+ //count = le16_to_cpu(*(u16*)pos); -+ count = RTW_GET_LE16(pos); -+ pos += 2; -+ left -= 2; -+ -+ if (count == 0 || left < count * WPA_SELECTOR_LEN) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s: ie count botch (pairwise), " -+ "count %u left %u", __FUNCTION__, count, left)); -+ return _FAIL; -+ } -+ -+ for (i = 0; i < count; i++) -+ { -+ *pairwise_cipher |= rtw_get_wpa_cipher_suite(pos); -+ -+ pos += WPA_SELECTOR_LEN; -+ left -= WPA_SELECTOR_LEN; -+ } -+ -+ } -+ else if (left == 1) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s: ie too short (for key mgmt)", __FUNCTION__)); -+ return _FAIL; -+ } -+ -+ if (is_8021x) { -+ if (left >= 6) { -+ pos += 2; -+ if (_rtw_memcmp(pos, SUITE_1X, 4) == 1) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("%s : there has 802.1x auth\n", __FUNCTION__)); -+ *is_8021x = 1; -+ } -+ } -+ } -+ -+ return ret; -+ -+} -+ -+int rtw_parse_wpa2_ie(u8* rsn_ie, int rsn_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x) -+{ -+ int i, ret=_SUCCESS; -+ int left, count; -+ u8 *pos; -+ u8 SUITE_1X[4] = {0x00,0x0f, 0xac, 0x01}; -+ -+ if (rsn_ie_len <= 0) { -+ /* No RSN IE - fail silently */ -+ return _FAIL; -+ } -+ -+ -+ if ((*rsn_ie!= _WPA2_IE_ID_) || (*(rsn_ie+1) != (u8)(rsn_ie_len - 2))) -+ { -+ return _FAIL; -+ } -+ -+ pos = rsn_ie; -+ pos += 4; -+ left = rsn_ie_len - 4; -+ -+ //group_cipher -+ if (left >= RSN_SELECTOR_LEN) { -+ -+ *group_cipher = rtw_get_wpa2_cipher_suite(pos); -+ -+ pos += RSN_SELECTOR_LEN; -+ left -= RSN_SELECTOR_LEN; -+ -+ } else if (left > 0) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s: ie length mismatch, %u too much", __FUNCTION__, left)); -+ return _FAIL; -+ } -+ -+ //pairwise_cipher -+ if (left >= 2) -+ { -+ //count = le16_to_cpu(*(u16*)pos); -+ count = RTW_GET_LE16(pos); -+ pos += 2; -+ left -= 2; -+ -+ if (count == 0 || left < count * RSN_SELECTOR_LEN) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s: ie count botch (pairwise), " -+ "count %u left %u", __FUNCTION__, count, left)); -+ return _FAIL; -+ } -+ -+ for (i = 0; i < count; i++) -+ { -+ *pairwise_cipher |= rtw_get_wpa2_cipher_suite(pos); -+ -+ pos += RSN_SELECTOR_LEN; -+ left -= RSN_SELECTOR_LEN; -+ } -+ -+ } -+ else if (left == 1) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s: ie too short (for key mgmt)", __FUNCTION__)); -+ -+ return _FAIL; -+ } -+ -+ if (is_8021x) { -+ if (left >= 6) { -+ pos += 2; -+ if (_rtw_memcmp(pos, SUITE_1X, 4) == 1) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("%s (): there has 802.1x auth\n", __FUNCTION__)); -+ *is_8021x = 1; -+ } -+ } -+ } -+ -+ return ret; -+ -+} -+ -+//#ifdef CONFIG_WAPI_SUPPORT -+int rtw_get_wapi_ie(u8 *in_ie,uint in_len,u8 *wapi_ie,u16 *wapi_len) -+{ -+ int len = 0; -+ u8 authmode, i; -+ uint cnt; -+ u8 wapi_oui1[4]={0x0,0x14,0x72,0x01}; -+ u8 wapi_oui2[4]={0x0,0x14,0x72,0x02}; -+ -+_func_enter_; -+ -+ if(wapi_len) -+ *wapi_len = 0; -+ -+ if(!in_ie || in_len<=0) -+ return len; -+ -+ cnt = (_TIMESTAMP_ + _BEACON_ITERVAL_ + _CAPABILITY_); -+ -+ while(cnt found WPS_IE.....\n"); -+ *wps_ielen = ie_ptr[1]+2; -+ match=_TRUE; -+ } -+ return match; -+} -+ -+u8 *rtw_get_wps_ie_from_scan_queue(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen, u8 frame_type) -+{ -+ u8* wps = NULL; -+ -+ DBG_871X( "[%s] frame_type = %d\n", __FUNCTION__, frame_type ); -+ switch( frame_type ) -+ { -+ case 1: -+ case 3: -+ { // Beacon or Probe Response -+ wps = rtw_get_wps_ie(in_ie + _PROBERSP_IE_OFFSET_, in_len - _PROBERSP_IE_OFFSET_, wps_ie, wps_ielen); -+ break; -+ } -+ case 2: -+ { // Probe Request -+ wps = rtw_get_wps_ie(in_ie + _PROBEREQ_IE_OFFSET_ , in_len - _PROBEREQ_IE_OFFSET_ , wps_ie, wps_ielen); -+ break; -+ } -+ } -+ return wps; -+} -+ -+/** -+ * rtw_get_wps_ie - Search WPS IE from a series of IEs -+ * @in_ie: Address of IEs to search -+ * @in_len: Length limit from in_ie -+ * @wps_ie: If not NULL and WPS IE is found, WPS IE will be copied to the buf starting from wps_ie -+ * @wps_ielen: If not NULL and WPS IE is found, will set to the length of the entire WPS IE -+ * -+ * Returns: The address of the WPS IE found, or NULL -+ */ -+u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen) -+{ -+ uint cnt; -+ u8 *wpsie_ptr = NULL; -+ u8 eid, wps_oui[4] = {0x00, 0x50, 0xf2, 0x04}; -+ -+ if (wps_ielen) -+ *wps_ielen = 0; -+ -+ if (!in_ie) { -+ rtw_warn_on(1); -+ return wpsie_ptr; -+ } -+ -+ if (in_len <= 0) -+ return wpsie_ptr; -+ -+ cnt = 0; -+ -+ while (cnt + 1 + 4 < in_len) { -+ eid = in_ie[cnt]; -+ -+ if (cnt + 1 + 4 >= MAX_IE_SZ) { -+ rtw_warn_on(1); -+ return NULL; -+ } -+ -+ if (eid == WLAN_EID_VENDOR_SPECIFIC && _rtw_memcmp(&in_ie[cnt + 2], wps_oui, 4) == _TRUE) { -+ wpsie_ptr = in_ie + cnt; -+ -+ if (wps_ie) -+ _rtw_memcpy(wps_ie, &in_ie[cnt], in_ie[cnt + 1] + 2); -+ -+ if (wps_ielen) -+ *wps_ielen = in_ie[cnt + 1] + 2; -+ -+ break; -+ } else { -+ cnt += in_ie[cnt + 1] + 2; -+ } -+ -+ } -+ -+ return wpsie_ptr; -+} -+ -+/** -+ * rtw_get_wps_attr - Search a specific WPS attribute from a given WPS IE -+ * @wps_ie: Address of WPS IE to search -+ * @wps_ielen: Length limit from wps_ie -+ * @target_attr_id: The attribute ID of WPS attribute to search -+ * @buf_attr: If not NULL and the WPS attribute is found, WPS attribute will be copied to the buf starting from buf_attr -+ * @len_attr: If not NULL and the WPS attribute is found, will set to the length of the entire WPS attribute -+ * -+ * Returns: the address of the specific WPS attribute found, or NULL -+ */ -+u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id ,u8 *buf_attr, u32 *len_attr) -+{ -+ u8 *attr_ptr = NULL; -+ u8 * target_attr_ptr = NULL; -+ u8 wps_oui[4]={0x00,0x50,0xF2,0x04}; -+ -+ if(len_attr) -+ *len_attr = 0; -+ -+ if ( ( wps_ie[0] != _VENDOR_SPECIFIC_IE_ ) || -+ ( _rtw_memcmp( wps_ie + 2, wps_oui , 4 ) != _TRUE ) ) -+ { -+ return attr_ptr; -+ } -+ -+ // 6 = 1(Element ID) + 1(Length) + 4(WPS OUI) -+ attr_ptr = wps_ie + 6; //goto first attr -+ -+ while(attr_ptr - wps_ie < wps_ielen) -+ { -+ // 4 = 2(Attribute ID) + 2(Length) -+ u16 attr_id = RTW_GET_BE16(attr_ptr); -+ u16 attr_data_len = RTW_GET_BE16(attr_ptr + 2); -+ u16 attr_len = attr_data_len + 4; -+ -+ //DBG_871X("%s attr_ptr:%p, id:%u, length:%u\n", __FUNCTION__, attr_ptr, attr_id, attr_data_len); -+ if( attr_id == target_attr_id ) -+ { -+ target_attr_ptr = attr_ptr; -+ -+ if(buf_attr) -+ _rtw_memcpy(buf_attr, attr_ptr, attr_len); -+ -+ if(len_attr) -+ *len_attr = attr_len; -+ -+ break; -+ } -+ else -+ { -+ attr_ptr += attr_len; //goto next -+ } -+ -+ } -+ -+ return target_attr_ptr; -+} -+ -+/** -+ * rtw_get_wps_attr_content - Search a specific WPS attribute content from a given WPS IE -+ * @wps_ie: Address of WPS IE to search -+ * @wps_ielen: Length limit from wps_ie -+ * @target_attr_id: The attribute ID of WPS attribute to search -+ * @buf_content: If not NULL and the WPS attribute is found, WPS attribute content will be copied to the buf starting from buf_content -+ * @len_content: If not NULL and the WPS attribute is found, will set to the length of the WPS attribute content -+ * -+ * Returns: the address of the specific WPS attribute content found, or NULL -+ */ -+u8 *rtw_get_wps_attr_content(u8 *wps_ie, uint wps_ielen, u16 target_attr_id ,u8 *buf_content, uint *len_content) -+{ -+ u8 *attr_ptr; -+ u32 attr_len; -+ -+ if(len_content) -+ *len_content = 0; -+ -+ attr_ptr = rtw_get_wps_attr(wps_ie, wps_ielen, target_attr_id, NULL, &attr_len); -+ -+ if(attr_ptr && attr_len) -+ { -+ if(buf_content) -+ _rtw_memcpy(buf_content, attr_ptr+4, attr_len-4); -+ -+ if(len_content) -+ *len_content = attr_len-4; -+ -+ return attr_ptr+4; -+ } -+ -+ return NULL; -+} -+ -+static int rtw_ieee802_11_parse_vendor_specific(u8 *pos, uint elen, -+ struct rtw_ieee802_11_elems *elems, -+ int show_errors) -+{ -+ unsigned int oui; -+ -+ /* first 3 bytes in vendor specific information element are the IEEE -+ * OUI of the vendor. The following byte is used a vendor specific -+ * sub-type. */ -+ if (elen < 4) { -+ if (show_errors) { -+ DBG_871X("short vendor specific " -+ "information element ignored (len=%lu)\n", -+ (unsigned long) elen); -+ } -+ return -1; -+ } -+ -+ oui = RTW_GET_BE24(pos); -+ switch (oui) { -+ case OUI_MICROSOFT: -+ /* Microsoft/Wi-Fi information elements are further typed and -+ * subtyped */ -+ switch (pos[3]) { -+ case 1: -+ /* Microsoft OUI (00:50:F2) with OUI Type 1: -+ * real WPA information element */ -+ elems->wpa_ie = pos; -+ elems->wpa_ie_len = elen; -+ break; -+ case WME_OUI_TYPE: /* this is a Wi-Fi WME info. element */ -+ if (elen < 5) { -+ DBG_871X("short WME " -+ "information element ignored " -+ "(len=%lu)\n", -+ (unsigned long) elen); -+ return -1; -+ } -+ switch (pos[4]) { -+ case WME_OUI_SUBTYPE_INFORMATION_ELEMENT: -+ case WME_OUI_SUBTYPE_PARAMETER_ELEMENT: -+ elems->wme = pos; -+ elems->wme_len = elen; -+ break; -+ case WME_OUI_SUBTYPE_TSPEC_ELEMENT: -+ elems->wme_tspec = pos; -+ elems->wme_tspec_len = elen; -+ break; -+ default: -+ DBG_871X_LEVEL(_drv_warning_, "unknown WME " -+ "information element ignored " -+ "(subtype=%d len=%lu)\n", -+ pos[4], (unsigned long) elen); -+ return -1; -+ } -+ break; -+ case 4: -+ /* Wi-Fi Protected Setup (WPS) IE */ -+ elems->wps_ie = pos; -+ elems->wps_ie_len = elen; -+ break; -+ default: -+ DBG_871X_LEVEL(_drv_warning_, "Unknown Microsoft " -+ "information element ignored " -+ "(type=%d len=%lu)\n", -+ pos[3], (unsigned long) elen); -+ return -1; -+ } -+ break; -+ -+ case OUI_BROADCOM: -+ switch (pos[3]) { -+ case VENDOR_HT_CAPAB_OUI_TYPE: -+ elems->vendor_ht_cap = pos; -+ elems->vendor_ht_cap_len = elen; -+ break; -+ default: -+ DBG_871X_LEVEL(_drv_warning_, "Unknown Broadcom " -+ "information element ignored " -+ "(type=%d len=%lu)\n", -+ pos[3], (unsigned long) elen); -+ return -1; -+ } -+ break; -+ -+ default: -+ DBG_871X_LEVEL(_drv_warning_, "unknown vendor specific information " -+ "element ignored (vendor OUI %02x:%02x:%02x " -+ "len=%lu)\n", -+ pos[0], pos[1], pos[2], (unsigned long) elen); -+ return -1; -+ } -+ -+ return 0; -+ -+} -+ -+/** -+ * ieee802_11_parse_elems - Parse information elements in management frames -+ * @start: Pointer to the start of IEs -+ * @len: Length of IE buffer in octets -+ * @elems: Data structure for parsed elements -+ * @show_errors: Whether to show parsing errors in debug log -+ * Returns: Parsing result -+ */ -+ParseRes rtw_ieee802_11_parse_elems(u8 *start, uint len, -+ struct rtw_ieee802_11_elems *elems, -+ int show_errors) -+{ -+ uint left = len; -+ u8 *pos = start; -+ int unknown = 0; -+ -+ _rtw_memset(elems, 0, sizeof(*elems)); -+ -+ while (left >= 2) { -+ u8 id, elen; -+ -+ id = *pos++; -+ elen = *pos++; -+ left -= 2; -+ -+ if (elen > left) { -+ if (show_errors) { -+ DBG_871X("IEEE 802.11 element " -+ "parse failed (id=%d elen=%d " -+ "left=%lu)\n", -+ id, elen, (unsigned long) left); -+ } -+ return ParseFailed; -+ } -+ -+ switch (id) { -+ case WLAN_EID_SSID: -+ elems->ssid = pos; -+ elems->ssid_len = elen; -+ break; -+ case WLAN_EID_SUPP_RATES: -+ elems->supp_rates = pos; -+ elems->supp_rates_len = elen; -+ break; -+ case WLAN_EID_FH_PARAMS: -+ elems->fh_params = pos; -+ elems->fh_params_len = elen; -+ break; -+ case WLAN_EID_DS_PARAMS: -+ elems->ds_params = pos; -+ elems->ds_params_len = elen; -+ break; -+ case WLAN_EID_CF_PARAMS: -+ elems->cf_params = pos; -+ elems->cf_params_len = elen; -+ break; -+ case WLAN_EID_TIM: -+ elems->tim = pos; -+ elems->tim_len = elen; -+ break; -+ case WLAN_EID_IBSS_PARAMS: -+ elems->ibss_params = pos; -+ elems->ibss_params_len = elen; -+ break; -+ case WLAN_EID_CHALLENGE: -+ elems->challenge = pos; -+ elems->challenge_len = elen; -+ break; -+ case WLAN_EID_ERP_INFO: -+ elems->erp_info = pos; -+ elems->erp_info_len = elen; -+ break; -+ case WLAN_EID_EXT_SUPP_RATES: -+ elems->ext_supp_rates = pos; -+ elems->ext_supp_rates_len = elen; -+ break; -+ case WLAN_EID_VENDOR_SPECIFIC: -+ if (rtw_ieee802_11_parse_vendor_specific(pos, elen, -+ elems, -+ show_errors)) -+ unknown++; -+ break; -+ case WLAN_EID_RSN: -+ elems->rsn_ie = pos; -+ elems->rsn_ie_len = elen; -+ break; -+ case WLAN_EID_PWR_CAPABILITY: -+ elems->power_cap = pos; -+ elems->power_cap_len = elen; -+ break; -+ case WLAN_EID_SUPPORTED_CHANNELS: -+ elems->supp_channels = pos; -+ elems->supp_channels_len = elen; -+ break; -+ case WLAN_EID_MOBILITY_DOMAIN: -+ elems->mdie = pos; -+ elems->mdie_len = elen; -+ break; -+ case WLAN_EID_FAST_BSS_TRANSITION: -+ elems->ftie = pos; -+ elems->ftie_len = elen; -+ break; -+ case WLAN_EID_TIMEOUT_INTERVAL: -+ elems->timeout_int = pos; -+ elems->timeout_int_len = elen; -+ break; -+ case WLAN_EID_HT_CAP: -+ elems->ht_capabilities = pos; -+ elems->ht_capabilities_len = elen; -+ break; -+ case WLAN_EID_HT_OPERATION: -+ elems->ht_operation = pos; -+ elems->ht_operation_len = elen; -+ break; -+ case WLAN_EID_VHT_CAPABILITY: -+ elems->vht_capabilities = pos; -+ elems->vht_capabilities_len = elen; -+ break; -+ case WLAN_EID_VHT_OPERATION: -+ elems->vht_operation = pos; -+ elems->vht_operation_len = elen; -+ break; -+ case WLAN_EID_VHT_OP_MODE_NOTIFY: -+ elems->vht_op_mode_notify = pos; -+ elems->vht_op_mode_notify_len = elen; -+ break; -+ default: -+ unknown++; -+ if (!show_errors) -+ break; -+ DBG_871X_LEVEL(_drv_warning_, -+ "IEEE 802.11 element parse " -+ "ignored unknown element (id=%d elen=%d)\n", -+ id, elen); -+ break; -+ } -+ -+ left -= elen; -+ pos += elen; -+ } -+ -+ if (left) -+ return ParseFailed; -+ -+ return unknown ? ParseUnknown : ParseOK; -+ -+} -+ -+static u8 key_char2num(u8 ch); -+static u8 key_char2num(u8 ch) -+{ -+ if((ch>='0')&&(ch<='9')) -+ return ch - '0'; -+ else if ((ch>='a')&&(ch<='f')) -+ return ch - 'a' + 10; -+ else if ((ch>='A')&&(ch<='F')) -+ return ch - 'A' + 10; -+ else -+ return 0xff; -+} -+ -+u8 str_2char2num(u8 hch, u8 lch); -+u8 str_2char2num(u8 hch, u8 lch) -+{ -+ return ((key_char2num(hch) * 10 ) + key_char2num(lch)); -+} -+ -+u8 key_2char2num(u8 hch, u8 lch); -+u8 key_2char2num(u8 hch, u8 lch) -+{ -+ return ((key_char2num(hch) << 4) | key_char2num(lch)); -+} -+ -+void macstr2num(u8 *dst, u8 *src); -+void macstr2num(u8 *dst, u8 *src) -+{ -+ int jj, kk; -+ for (jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3) -+ { -+ dst[jj] = key_2char2num(src[kk], src[kk + 1]); -+ } -+} -+ -+u8 convert_ip_addr(u8 hch, u8 mch, u8 lch) -+{ -+ return ((key_char2num(hch) * 100) + (key_char2num(mch) * 10 ) + key_char2num(lch)); -+} -+ -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+#define MAC_ADDRESS_LEN 12 -+ -+int rtw_get_mac_addr_intel(unsigned char *buf) -+{ -+ int ret = 0; -+ int i; -+ struct file *fp = NULL; -+ mm_segment_t oldfs; -+ unsigned char c_mac[MAC_ADDRESS_LEN]; -+ char fname[]="/config/wifi/mac.txt"; -+ int jj,kk; -+ -+ DBG_871X("%s Enter\n", __FUNCTION__); -+ -+ ret = rtw_retrieve_from_file(fname, c_mac, MAC_ADDRESS_LEN); -+ if(ret < MAC_ADDRESS_LEN) -+ { -+ return -1; -+ } -+ -+ for( jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 2 ) -+ { -+ buf[jj] = key_2char2num(c_mac[kk], c_mac[kk+ 1]); -+ } -+ -+ DBG_871X("%s: read from file mac address: "MAC_FMT"\n", -+ __FUNCTION__, MAC_ARG(buf)); -+ -+ return 0; -+} -+#endif //CONFIG_PLATFORM_INTEL_BYT -+ -+/* -+ * Description: -+ * rtw_check_invalid_mac_address: -+ * This is only used for checking mac address valid or not. -+ * -+ * Input: -+ * adapter: mac_address pointer. -+ * check_local_bit: check locally bit or not. -+ * -+ * Output: -+ * _TRUE: The mac address is invalid. -+ * _FALSE: The mac address is valid. -+ * -+ * Auther: Isaac.Li -+ */ -+u8 rtw_check_invalid_mac_address(u8 *mac_addr, u8 check_local_bit) -+{ -+ u8 null_mac_addr[ETH_ALEN] = {0, 0, 0, 0, 0, 0}; -+ u8 multi_mac_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u8 res = _FALSE; -+ -+ if (_rtw_memcmp(mac_addr, null_mac_addr, ETH_ALEN)) { -+ res = _TRUE; -+ goto func_exit; -+ } -+ -+ if (_rtw_memcmp(mac_addr, multi_mac_addr, ETH_ALEN)) { -+ res = _TRUE; -+ goto func_exit; -+ } -+ -+ if (mac_addr[0] & BIT0) { -+ res = _TRUE; -+ goto func_exit; -+ } -+ -+ if (check_local_bit == _TRUE) { -+ if (mac_addr[0] & BIT1) { -+ res = _TRUE; -+ goto func_exit; -+ } -+ } -+ -+func_exit: -+ return res; -+} -+ -+extern char* rtw_initmac; -+/** -+ * rtw_macaddr_cfg - Decide the mac address used -+ * @out: buf to store mac address decided -+ * @hw_mac_addr: mac address from efuse/epprom -+ */ -+void rtw_macaddr_cfg(u8 *out, const u8 *hw_mac_addr) -+{ -+#define DEFAULT_RANDOM_MACADDR 1 -+ u8 mac[ETH_ALEN]; -+ -+ if (out == NULL) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ /* Users specify the mac address */ -+ if (rtw_initmac) { -+ int jj,kk; -+ -+ for (jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3) -+ mac[jj] = key_2char2num(rtw_initmac[kk], rtw_initmac[kk + 1]); -+ -+ goto err_chk; -+ } -+ -+ /* platform specified */ -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+ if (rtw_get_mac_addr_intel(mac) == 0) -+ goto err_chk; -+#endif -+ -+ /* Use the mac address stored in the Efuse */ -+ if (hw_mac_addr) { -+ _rtw_memcpy(mac, hw_mac_addr, ETH_ALEN); -+ goto err_chk; -+ } -+ -+err_chk: -+ if (rtw_check_invalid_mac_address(mac, _TRUE) == _TRUE) { -+ #if DEFAULT_RANDOM_MACADDR -+ DBG_871X_LEVEL(_drv_err_, "invalid mac addr:"MAC_FMT", assign random MAC\n", MAC_ARG(mac)); -+ *((u32 *)(&mac[2])) = rtw_random32(); -+ mac[0] = 0x00; -+ mac[1] = 0xe0; -+ mac[2] = 0x4c; -+ #else -+ DBG_871X_LEVEL(_drv_err_, "invalid mac addr:"MAC_FMT", assign default one\n", MAC_ARG(mac)); -+ mac[0] = 0x00; -+ mac[1] = 0xe0; -+ mac[2] = 0x4c; -+ mac[3] = 0x87; -+ mac[4] = 0x00; -+ mac[5] = 0x00; -+ #endif -+ } -+ -+ _rtw_memcpy(out, mac, ETH_ALEN); -+ DBG_871X("%s mac addr:"MAC_FMT"\n", __func__, MAC_ARG(out)); -+} -+ -+#ifdef CONFIG_80211N_HT -+void dump_ht_cap_ie_content(void *sel, u8 *buf, u32 buf_len) -+{ -+ if (buf_len != 26) { -+ DBG_871X_SEL_NL(sel, "Invalid HT capability IE len:%d != %d\n", buf_len, 26); -+ return; -+ } -+ -+ DBG_871X_SEL_NL(sel, "HT Capabilities Info:%02x%02x\n", *(buf), *(buf+1)); -+ DBG_871X_SEL_NL(sel, "A-MPDU Parameters:"HT_AMPDU_PARA_FMT"\n" -+ , HT_AMPDU_PARA_ARG(HT_CAP_ELE_AMPDU_PARA(buf))); -+ DBG_871X_SEL_NL(sel, "Supported MCS Set:"HT_SUP_MCS_SET_FMT"\n" -+ , HT_SUP_MCS_SET_ARG(HT_CAP_ELE_SUP_MCS_SET(buf))); -+} -+ -+void dump_ht_cap_ie(void *sel, u8 *ie, u32 ie_len) -+{ -+ u8* pos = (u8*)ie; -+ u16 id; -+ u16 len; -+ -+ u8 *ht_cap_ie; -+ sint ht_cap_ielen; -+ -+ ht_cap_ie = rtw_get_ie(ie, _HT_CAPABILITY_IE_, &ht_cap_ielen, ie_len); -+ if(!ie || ht_cap_ie != ie) -+ return; -+ -+ dump_ht_cap_ie_content(sel, ht_cap_ie+2, ht_cap_ielen); -+} -+#endif /* CONFIG_80211N_HT */ -+ -+void dump_ies(void *sel, u8 *buf, u32 buf_len) -+{ -+ u8* pos = (u8*)buf; -+ u8 id, len; -+ -+ while(pos-buf+1 0) -+ *ch = *(p + 2); -+ -+#ifdef CONFIG_80211N_HT -+{ -+ u8 *ht_cap_ie, *ht_op_ie; -+ int ht_cap_ielen, ht_op_ielen; -+ -+ ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); -+ if (ht_cap_ie && ht_cap_ielen) { -+ if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) -+ *bw = CHANNEL_WIDTH_40; -+ } -+ -+ ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); -+ if (ht_op_ie && ht_op_ielen) { -+ if (*ch == 0) { -+ *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); -+ } else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { -+ DBG_871X("%s ch inconsistent, DSSS:%u, HT primary:%u\n" -+ , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); -+ } -+ -+ if (!GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) -+ *bw = CHANNEL_WIDTH_20; -+ -+ if (*bw == CHANNEL_WIDTH_40) { -+ switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { -+ case SCA: -+ *offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ case SCB: -+ *offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ } -+ } -+ } -+} -+#endif /* CONFIG_80211N_HT */ -+#ifdef CONFIG_80211AC_VHT -+{ -+ u8 *vht_op_ie; -+ int vht_op_ielen; -+ -+ vht_op_ie = rtw_get_ie(ies, EID_VHTOperation, &vht_op_ielen, ies_len); -+ if (vht_op_ie && vht_op_ielen) { -+ if (GET_VHT_OPERATION_ELE_CHL_WIDTH(vht_op_ie + 2) >= 1) -+ *bw = CHANNEL_WIDTH_80; -+ } -+} -+#endif -+} -+ -+void rtw_bss_get_chbw(WLAN_BSSID_EX *bss, u8 *ch, u8 *bw, u8 *offset) -+{ -+ rtw_ies_get_chbw(bss->IEs + sizeof(NDIS_802_11_FIXED_IEs) -+ , bss->IELength - sizeof(NDIS_802_11_FIXED_IEs) -+ , ch, bw, offset); -+ -+ if (*ch == 0) { -+ *ch = bss->Configuration.DSConfig; -+ } else if (*ch != bss->Configuration.DSConfig) { -+ DBG_871X("inconsistent ch - ies:%u bss->Configuration.DSConfig:%u\n" -+ , *ch, bss->Configuration.DSConfig); -+ *ch = bss->Configuration.DSConfig; -+ rtw_warn_on(1); -+ } -+} -+ -+/** -+ * rtw_is_chbw_grouped - test if the two ch settings can be grouped together -+ * @ch_a: ch of set a -+ * @bw_a: bw of set a -+ * @offset_a: offset of set a -+ * @ch_b: ch of set b -+ * @bw_b: bw of set b -+ * @offset_b: offset of set b -+ */ -+bool rtw_is_chbw_grouped(u8 ch_a, u8 bw_a, u8 offset_a -+ , u8 ch_b, u8 bw_b, u8 offset_b) -+{ -+ bool is_grouped = _FALSE; -+ -+ if (ch_a != ch_b) { -+ /* ch is different */ -+ goto exit; -+ } else if ((bw_a == CHANNEL_WIDTH_40 || bw_a == CHANNEL_WIDTH_80) -+ && (bw_b == CHANNEL_WIDTH_40 || bw_b == CHANNEL_WIDTH_80) -+ ) { -+ if (offset_a != offset_b) -+ goto exit; -+ } -+ -+ is_grouped = _TRUE; -+ -+exit: -+ return is_grouped; -+} -+ -+/** -+ * rtw_sync_chbw - obey g_ch, adjust g_bw, g_offset, bw, offset -+ * @req_ch: pointer of the request ch, may be modified further -+ * @req_bw: pointer of the request bw, may be modified further -+ * @req_offset: pointer of the request offset, may be modified further -+ * @g_ch: pointer of the ongoing group ch -+ * @g_bw: pointer of the ongoing group bw, may be modified further -+ * @g_offset: pointer of the ongoing group offset, may be modified further -+ */ -+void rtw_sync_chbw(u8 *req_ch, u8 *req_bw, u8 *req_offset -+ , u8 *g_ch, u8 *g_bw, u8 *g_offset) -+{ -+ -+ *req_ch = *g_ch; -+ -+ if (*req_bw == CHANNEL_WIDTH_80 && *g_ch <= 14) { -+ /*2.4G ch, downgrade to 40Mhz */ -+ *req_bw = CHANNEL_WIDTH_40; -+ } -+ -+ switch (*req_bw) { -+ case CHANNEL_WIDTH_80: -+ if (*g_bw == CHANNEL_WIDTH_40 || *g_bw == CHANNEL_WIDTH_80) -+ *req_offset = *g_offset; -+ else if (*g_bw == CHANNEL_WIDTH_20) -+ *req_offset = rtw_get_offset_by_ch(*req_ch); -+ -+ if (*req_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) { -+ DBG_871X_LEVEL(_drv_err_, "%s req 80MHz BW without offset, down to 20MHz\n", __func__); -+ rtw_warn_on(1); -+ *req_bw = CHANNEL_WIDTH_20; -+ } -+ break; -+ case CHANNEL_WIDTH_40: -+ if (*g_bw == CHANNEL_WIDTH_40 || *g_bw == CHANNEL_WIDTH_80) -+ *req_offset = *g_offset; -+ else if (*g_bw == CHANNEL_WIDTH_20) -+ *req_offset = rtw_get_offset_by_ch(*req_ch); -+ -+ if (*req_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) { -+ DBG_871X_LEVEL(_drv_err_, "%s req 40MHz BW without offset, down to 20MHz\n", __func__); -+ rtw_warn_on(1); -+ *req_bw = CHANNEL_WIDTH_20; -+ } -+ break; -+ case CHANNEL_WIDTH_20: -+ *req_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ default: -+ DBG_871X_LEVEL(_drv_err_, "%s req unsupported BW:%u\n", __func__, *req_bw); -+ rtw_warn_on(1); -+ } -+ -+ if (*req_bw > *g_bw) { -+ *g_bw = *req_bw; -+ *g_offset = *req_offset; -+ } -+} -+ -+#ifdef CONFIG_P2P -+/** -+ * rtw_get_p2p_merged_len - Get merged ie length from muitiple p2p ies. -+ * @in_ie: Pointer of the first p2p ie -+ * @in_len: Total len of muiltiple p2p ies -+ * Returns: Length of merged p2p ie length -+ */ -+u32 rtw_get_p2p_merged_ies_len(u8 *in_ie, u32 in_len) -+{ -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 OUI[4] = { 0x50, 0x6f, 0x9a, 0x09 }; -+ int i=0; -+ int j=0, len=0; -+ -+ while( i < in_len) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(in_ie+ i); -+ -+ if( pIE->ElementID == _VENDOR_SPECIFIC_IE_ && _rtw_memcmp(pIE->data, OUI, 4) ) -+ { -+ len += pIE->Length-4; // 4 is P2P OUI length, don't count it in this loop -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ return len + 4; // Append P2P OUI length at last. -+} -+ -+/** -+ * rtw_p2p_merge_ies - Merge muitiple p2p ies into one -+ * @in_ie: Pointer of the first p2p ie -+ * @in_len: Total len of muiltiple p2p ies -+ * @merge_ie: Pointer of merged ie -+ * Returns: Length of merged p2p ie -+ */ -+int rtw_p2p_merge_ies(u8 *in_ie, u32 in_len, u8 *merge_ie) -+{ -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 len = 0; -+ u8 OUI[4] = { 0x50, 0x6f, 0x9a, 0x09 }; -+ u8 ELOUI[6] = { 0xDD, 0x00, 0x50, 0x6f, 0x9a, 0x09 }; //EID;Len;OUI, Len would copy at the end of function -+ int i=0; -+ -+ if( merge_ie != NULL) -+ { -+ //Set first P2P OUI -+ _rtw_memcpy(merge_ie, ELOUI, 6); -+ merge_ie += 6; -+ -+ while( i < in_len) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(in_ie+ i); -+ -+ // Take out the rest of P2P OUIs -+ if( pIE->ElementID == _VENDOR_SPECIFIC_IE_ && _rtw_memcmp(pIE->data, OUI, 4) ) -+ { -+ _rtw_memcpy( merge_ie, pIE->data +4, pIE->Length -4); -+ len += pIE->Length-4; -+ merge_ie += pIE->Length-4; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ return len + 4; // 4 is for P2P OUI -+ -+ } -+ -+ return 0; -+} -+ -+void dump_p2p_ie(void *sel, u8 *ie, u32 ie_len) { -+ u8* pos = (u8*)ie; -+ u8 id; -+ u16 len; -+ -+ u8 *p2p_ie; -+ uint p2p_ielen; -+ -+ p2p_ie = rtw_get_p2p_ie(ie, ie_len, NULL, &p2p_ielen); -+ if(p2p_ie != ie || p2p_ielen == 0) -+ return; -+ -+ pos+=6; -+ while(pos-ie < ie_len){ -+ id = *pos; -+ len = RTW_GET_LE16(pos+1); -+ -+ DBG_871X_SEL_NL(sel, "%s ID:%u, LEN:%u\n", __FUNCTION__, id, len); -+ -+ pos+=(3+len); -+ } -+} -+ -+u8 *rtw_get_p2p_ie_from_scan_queue(u8 *in_ie, int in_len, u8 *p2p_ie, uint *p2p_ielen, u8 frame_type) -+{ -+ u8* p2p = NULL; -+ -+ DBG_871X( "[%s] frame_type = %d\n", __FUNCTION__, frame_type ); -+ switch( frame_type ) -+ { -+ case 1: -+ case 3: -+ { // Beacon or Probe Response -+ p2p = rtw_get_p2p_ie(in_ie + _PROBERSP_IE_OFFSET_, in_len - _PROBERSP_IE_OFFSET_, p2p_ie, p2p_ielen); -+ break; -+ } -+ case 2: -+ { // Probe Request -+ p2p = rtw_get_p2p_ie(in_ie + _PROBEREQ_IE_OFFSET_ , in_len - _PROBEREQ_IE_OFFSET_ , p2p_ie, p2p_ielen); -+ break; -+ } -+ } -+ return p2p; -+} -+ -+/** -+ * rtw_get_p2p_ie - Search P2P IE from a series of IEs -+ * @in_ie: Address of IEs to search -+ * @in_len: Length limit from in_ie -+ * @p2p_ie: If not NULL and P2P IE is found, P2P IE will be copied to the buf starting from p2p_ie -+ * @p2p_ielen: If not NULL and P2P IE is found, will set to the length of the entire P2P IE -+ * -+ * Returns: The address of the P2P IE found, or NULL -+ */ -+u8 *rtw_get_p2p_ie(u8 *in_ie, int in_len, u8 *p2p_ie, uint *p2p_ielen) -+{ -+ uint cnt; -+ u8 *p2p_ie_ptr = NULL; -+ u8 eid, p2p_oui[4] = {0x50, 0x6F, 0x9A, 0x09}; -+ -+ if (p2p_ielen) -+ *p2p_ielen = 0; -+ -+ if (!in_ie || in_len < 0) { -+ rtw_warn_on(1); -+ return p2p_ie_ptr; -+ } -+ -+ if (in_len <= 0) -+ return p2p_ie_ptr; -+ -+ cnt = 0; -+ -+ while (cnt + 1 + 4 < in_len) { -+ eid = in_ie[cnt]; -+ -+ if (cnt + 1 + 4 >= MAX_IE_SZ) { -+ rtw_warn_on(1); -+ return NULL; -+ } -+ -+ if (eid == WLAN_EID_VENDOR_SPECIFIC && _rtw_memcmp(&in_ie[cnt + 2], p2p_oui, 4) == _TRUE) { -+ p2p_ie_ptr = in_ie + cnt; -+ -+ if (p2p_ie) -+ _rtw_memcpy(p2p_ie, &in_ie[cnt], in_ie[cnt + 1] + 2); -+ -+ if (p2p_ielen) -+ *p2p_ielen = in_ie[cnt + 1] + 2; -+ -+ break; -+ } else { -+ cnt += in_ie[cnt + 1] + 2; -+ } -+ -+ } -+ -+ return p2p_ie_ptr; -+} -+ -+/** -+ * rtw_get_p2p_attr - Search a specific P2P attribute from a given P2P IE -+ * @p2p_ie: Address of P2P IE to search -+ * @p2p_ielen: Length limit from p2p_ie -+ * @target_attr_id: The attribute ID of P2P attribute to search -+ * @buf_attr: If not NULL and the P2P attribute is found, P2P attribute will be copied to the buf starting from buf_attr -+ * @len_attr: If not NULL and the P2P attribute is found, will set to the length of the entire P2P attribute -+ * -+ * Returns: the address of the specific WPS attribute found, or NULL -+ */ -+u8 *rtw_get_p2p_attr(u8 *p2p_ie, uint p2p_ielen, u8 target_attr_id ,u8 *buf_attr, u32 *len_attr) -+{ -+ u8 *attr_ptr = NULL; -+ u8 *target_attr_ptr = NULL; -+ u8 p2p_oui[4]={0x50,0x6F,0x9A,0x09}; -+ -+ if(len_attr) -+ *len_attr = 0; -+ -+ if ( !p2p_ie || ( p2p_ie[0] != _VENDOR_SPECIFIC_IE_ ) || -+ ( _rtw_memcmp( p2p_ie + 2, p2p_oui , 4 ) != _TRUE ) ) -+ { -+ return attr_ptr; -+ } -+ -+ // 6 = 1(Element ID) + 1(Length) + 3 (OUI) + 1(OUI Type) -+ attr_ptr = p2p_ie + 6; //goto first attr -+ -+ while(attr_ptr - p2p_ie < p2p_ielen) -+ { -+ // 3 = 1(Attribute ID) + 2(Length) -+ u8 attr_id = *attr_ptr; -+ u16 attr_data_len = RTW_GET_LE16(attr_ptr + 1); -+ u16 attr_len = attr_data_len + 3; -+ -+ //DBG_871X("%s attr_ptr:%p, id:%u, length:%u\n", __FUNCTION__, attr_ptr, attr_id, attr_data_len); -+ if( attr_id == target_attr_id ) -+ { -+ target_attr_ptr = attr_ptr; -+ -+ if(buf_attr) -+ _rtw_memcpy(buf_attr, attr_ptr, attr_len); -+ -+ if(len_attr) -+ *len_attr = attr_len; -+ -+ break; -+ } -+ else -+ { -+ attr_ptr += attr_len; //goto next -+ } -+ -+ } -+ -+ return target_attr_ptr; -+} -+ -+/** -+ * rtw_get_p2p_attr_content - Search a specific P2P attribute content from a given P2P IE -+ * @p2p_ie: Address of P2P IE to search -+ * @p2p_ielen: Length limit from p2p_ie -+ * @target_attr_id: The attribute ID of P2P attribute to search -+ * @buf_content: If not NULL and the P2P attribute is found, P2P attribute content will be copied to the buf starting from buf_content -+ * @len_content: If not NULL and the P2P attribute is found, will set to the length of the P2P attribute content -+ * -+ * Returns: the address of the specific P2P attribute content found, or NULL -+ */ -+u8 *rtw_get_p2p_attr_content(u8 *p2p_ie, uint p2p_ielen, u8 target_attr_id ,u8 *buf_content, uint *len_content) -+{ -+ u8 *attr_ptr; -+ u32 attr_len; -+ -+ if(len_content) -+ *len_content = 0; -+ -+ attr_ptr = rtw_get_p2p_attr(p2p_ie, p2p_ielen, target_attr_id, NULL, &attr_len); -+ -+ if(attr_ptr && attr_len) -+ { -+ if(buf_content) -+ _rtw_memcpy(buf_content, attr_ptr+3, attr_len-3); -+ -+ if(len_content) -+ *len_content = attr_len-3; -+ -+ return attr_ptr+3; -+ } -+ -+ return NULL; -+} -+ -+u32 rtw_set_p2p_attr_content(u8 *pbuf, u8 attr_id, u16 attr_len, u8 *pdata_attr) -+{ -+ u32 a_len; -+ -+ *pbuf = attr_id; -+ -+ //*(u16*)(pbuf + 1) = cpu_to_le16(attr_len); -+ RTW_PUT_LE16(pbuf + 1, attr_len); -+ -+ if(pdata_attr) -+ _rtw_memcpy(pbuf + 3, pdata_attr, attr_len); -+ -+ a_len = attr_len + 3; -+ -+ return a_len; -+} -+ -+static uint rtw_p2p_attr_remove(u8 *ie, uint ielen_ori, u8 attr_id) -+{ -+ u8 *target_attr; -+ u32 target_attr_len; -+ uint ielen = ielen_ori; -+ int index=0; -+ -+ while(1) { -+ target_attr=rtw_get_p2p_attr(ie, ielen, attr_id, NULL, &target_attr_len); -+ if(target_attr && target_attr_len) -+ { -+ u8 *next_attr = target_attr+target_attr_len; -+ uint remain_len = ielen-(next_attr-ie); -+ //dump_ies(RTW_DBGDUMP, ie, ielen); -+ #if 0 -+ DBG_871X("[%d] ie:%p, ielen:%u\n" -+ "target_attr:%p, target_attr_len:%u\n" -+ "next_attr:%p, remain_len:%u\n" -+ , index++ -+ , ie, ielen -+ , target_attr, target_attr_len -+ , next_attr, remain_len -+ ); -+ #endif -+ -+ _rtw_memset(target_attr, 0, target_attr_len); -+ _rtw_memcpy(target_attr, next_attr, remain_len); -+ _rtw_memset(target_attr+remain_len, 0, target_attr_len); -+ *(ie+1) -= target_attr_len; -+ ielen-=target_attr_len; -+ } -+ else -+ { -+ //if(index>0) -+ // dump_ies(RTW_DBGDUMP, ie, ielen); -+ break; -+ } -+ } -+ -+ return ielen; -+} -+ -+void rtw_WLAN_BSSID_EX_remove_p2p_attr(WLAN_BSSID_EX *bss_ex, u8 attr_id) -+{ -+ u8 *p2p_ie; -+ uint p2p_ielen, p2p_ielen_ori; -+ int cnt; -+ -+ if( (p2p_ie=rtw_get_p2p_ie(bss_ex->IEs+_FIXED_IE_LENGTH_, bss_ex->IELength-_FIXED_IE_LENGTH_, NULL, &p2p_ielen_ori)) ) -+ { -+ if (0) -+ if(rtw_get_p2p_attr(p2p_ie, p2p_ielen_ori, attr_id, NULL, NULL)) { -+ DBG_871X("rtw_get_p2p_attr: GOT P2P_ATTR:%u!!!!!!!!\n", attr_id); -+ dump_ies(RTW_DBGDUMP, bss_ex->IEs+_FIXED_IE_LENGTH_, bss_ex->IELength-_FIXED_IE_LENGTH_); -+ } -+ -+ p2p_ielen=rtw_p2p_attr_remove(p2p_ie, p2p_ielen_ori, attr_id); -+ if(p2p_ielen != p2p_ielen_ori) { -+ -+ u8 *next_ie_ori = p2p_ie+p2p_ielen_ori; -+ u8 *next_ie = p2p_ie+p2p_ielen; -+ uint remain_len = bss_ex->IELength-(next_ie_ori-bss_ex->IEs); -+ -+ _rtw_memcpy(next_ie, next_ie_ori, remain_len); -+ _rtw_memset(next_ie+remain_len, 0, p2p_ielen_ori-p2p_ielen); -+ bss_ex->IELength -= p2p_ielen_ori-p2p_ielen; -+ -+ if (0) { -+ DBG_871X("remove P2P_ATTR:%u!\n", attr_id); -+ dump_ies(RTW_DBGDUMP, bss_ex->IEs+_FIXED_IE_LENGTH_, bss_ex->IELength-_FIXED_IE_LENGTH_); -+ } -+ } -+ } -+} -+ -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_WFD -+void dump_wfd_ie(void *sel, u8 *ie, u32 ie_len) -+{ -+ u8* pos = (u8*)ie; -+ u8 id; -+ u16 len; -+ -+ u8 *wfd_ie; -+ uint wfd_ielen; -+ -+ if(rtw_get_wfd_ie(ie, ie_len, NULL, &wfd_ielen) == _FALSE) -+ return; -+ -+ pos+=6; -+ while(pos-ie < ie_len){ -+ id = *pos; -+ len = RTW_GET_BE16(pos+1); -+ -+ DBG_871X_SEL_NL(sel, "%s ID:%u, LEN:%u\n", __FUNCTION__, id, len); -+ -+ pos+=(3+len); -+ } -+} -+ -+int rtw_get_wfd_ie(u8 *in_ie, int in_len, u8 *wfd_ie, uint *wfd_ielen) -+{ -+ int match; -+ uint cnt = 0; -+ u8 eid, wfd_oui[4]={0x50,0x6F,0x9A,0x0A}; -+ -+ -+ match=_FALSE; -+ -+ if ( in_len < 0 ) -+ { -+ return match; -+ } -+ -+ while(cnt 1 byte for attribute ID field, 2 bytes for length field -+ if(attr_content) -+ _rtw_memcpy( attr_content, &wfd_ie[ cnt + 3 ], attrlen ); -+ -+ if(attr_contentlen) -+ *attr_contentlen = attrlen; -+ -+ cnt += attrlen + 3; -+ -+ match = _TRUE; -+ break; -+ } -+ else -+ { -+ cnt += attrlen + 3; //goto next -+ } -+ -+ } -+ -+ return match; -+ -+} -+#endif // CONFIG_WFD -+ -+//Baron adds to avoid FreeBSD warning -+int ieee80211_is_empty_essid(const char *essid, int essid_len) -+{ -+ /* Single white space is for Linksys APs */ -+ if (essid_len == 1 && essid[0] == ' ') -+ return 1; -+ -+ /* Otherwise, if the entire essid is 0, we assume it is hidden */ -+ while (essid_len) { -+ essid_len--; -+ if (essid[essid_len] != '\0') -+ return 0; -+ } -+ -+ return 1; -+} -+ -+int ieee80211_get_hdrlen(u16 fc) -+{ -+ int hdrlen = 24; -+ -+ switch (WLAN_FC_GET_TYPE(fc)) { -+ case RTW_IEEE80211_FTYPE_DATA: -+ if (fc & RTW_IEEE80211_STYPE_QOS_DATA) -+ hdrlen += 2; -+ if ((fc & RTW_IEEE80211_FCTL_FROMDS) && (fc & RTW_IEEE80211_FCTL_TODS)) -+ hdrlen += 6; /* Addr4 */ -+ break; -+ case RTW_IEEE80211_FTYPE_CTL: -+ switch (WLAN_FC_GET_STYPE(fc)) { -+ case RTW_IEEE80211_STYPE_CTS: -+ case RTW_IEEE80211_STYPE_ACK: -+ hdrlen = 10; -+ break; -+ default: -+ hdrlen = 16; -+ break; -+ } -+ break; -+ } -+ -+ return hdrlen; -+} -+ -+int rtw_get_cipher_info(struct wlan_network *pnetwork) -+{ -+ u32 wpa_ielen; -+ unsigned char *pbuf; -+ int group_cipher = 0, pairwise_cipher = 0, is8021x = 0; -+ int ret = _FAIL; -+ pbuf = rtw_get_wpa_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ -+ if(pbuf && (wpa_ielen>0)) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_get_cipher_info: wpa_ielen: %d", wpa_ielen)); -+ if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) { -+ -+ pnetwork->BcnInfo.pairwise_cipher = pairwise_cipher; -+ pnetwork->BcnInfo.group_cipher = group_cipher; -+ pnetwork->BcnInfo.is_8021x = is8021x; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("%s: pnetwork->pairwise_cipher: %d, is_8021x is %d", -+ __func__, pnetwork->BcnInfo.pairwise_cipher, pnetwork->BcnInfo.is_8021x)); -+ ret = _SUCCESS; -+ } -+ } else { -+ -+ pbuf = rtw_get_wpa2_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ -+ if(pbuf && (wpa_ielen>0)) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("get RSN IE\n")); -+ if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is8021x)) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("get RSN IE OK!!!\n")); -+ pnetwork->BcnInfo.pairwise_cipher = pairwise_cipher; -+ pnetwork->BcnInfo.group_cipher = group_cipher; -+ pnetwork->BcnInfo.is_8021x = is8021x; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("%s: pnetwork->pairwise_cipher: %d," -+ "pnetwork->group_cipher is %d, is_8021x is %d", __func__, pnetwork->BcnInfo.pairwise_cipher, -+ pnetwork->BcnInfo.group_cipher,pnetwork->BcnInfo.is_8021x)); -+ ret = _SUCCESS; -+ } -+ } -+ } -+ -+ return ret; -+} -+ -+void rtw_get_bcn_info(struct wlan_network *pnetwork) -+{ -+ unsigned short cap = 0; -+ u8 bencrypt = 0; -+ //u8 wpa_ie[255],rsn_ie[255]; -+ u16 wpa_len=0,rsn_len=0; -+ struct HT_info_element *pht_info = NULL; -+ struct rtw_ieee80211_ht_cap *pht_cap = NULL; -+ unsigned int len; -+ unsigned char *p; -+ -+ _rtw_memcpy((u8 *)&cap, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); -+ cap = le16_to_cpu(cap); -+ if (cap & WLAN_CAPABILITY_PRIVACY) { -+ bencrypt = 1; -+ pnetwork->network.Privacy = 1; -+ } else { -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_OPENSYS; -+ } -+ rtw_get_sec_ie(pnetwork->network.IEs ,pnetwork->network.IELength,NULL,&rsn_len,NULL,&wpa_len); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_get_bcn_info: ssid=%s\n",pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_get_bcn_info: wpa_len=%d rsn_len=%d\n",wpa_len,rsn_len)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_get_bcn_info: ssid=%s\n",pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_get_bcn_info: wpa_len=%d rsn_len=%d\n",wpa_len,rsn_len)); -+ -+ if (rsn_len > 0) { -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_WPA2; -+ } else if (wpa_len > 0) { -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_WPA; -+ } else { -+ if (bencrypt) -+ pnetwork->BcnInfo.encryp_protocol = ENCRYP_PROTOCOL_WEP; -+ } -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_get_bcn_info: pnetwork->encryp_protocol is %x\n", -+ pnetwork->BcnInfo.encryp_protocol)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_get_bcn_info: pnetwork->encryp_protocol is %x\n", -+ pnetwork->BcnInfo.encryp_protocol)); -+ rtw_get_cipher_info(pnetwork); -+ -+ /* get bwmode and ch_offset */ -+ /* parsing HT_CAP_IE */ -+ p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pnetwork->network.IELength - _FIXED_IE_LENGTH_); -+ if(p && len>0) { -+ pht_cap = (struct rtw_ieee80211_ht_cap *)(p + 2); -+ pnetwork->BcnInfo.ht_cap_info = pht_cap->cap_info; -+ } else { -+ pnetwork->BcnInfo.ht_cap_info = 0; -+ } -+ /* parsing HT_INFO_IE */ -+ p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, pnetwork->network.IELength - _FIXED_IE_LENGTH_); -+ if(p && len>0) { -+ pht_info = (struct HT_info_element *)(p + 2); -+ pnetwork->BcnInfo.ht_info_infos_0 = pht_info->infos[0]; -+ } else { -+ pnetwork->BcnInfo.ht_info_infos_0 = 0; -+ } -+} -+ -+u8 rtw_ht_mcsset_to_nss(u8 *supp_mcs_set) -+{ -+ u8 nss = 1; -+ -+ if (supp_mcs_set[3]) -+ nss = 4; -+ else if (supp_mcs_set[2]) -+ nss = 3; -+ else if (supp_mcs_set[1]) -+ nss = 2; -+ else if (supp_mcs_set[0]) -+ nss = 1; -+ else -+ DBG_871X("%s,%d, warning! supp_mcs_set is zero\n", __func__, __LINE__); -+ /* DBG_871X("%s HT: %dSS\n", __FUNCTION__, nss); */ -+ return nss; -+} -+ -+//show MCS rate, unit: 100Kbps -+u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char * MCS_rate) -+{ -+ u16 max_rate = 0; -+ -+ /*MCS_rate[2] = 3T3R , MCS_rate[1] = 2T2R , MCS_rate[0] = 1T1R*/ -+ if (MCS_rate[2]) { -+ if (MCS_rate[2] & BIT(7)) -+ max_rate = (bw_40MHz) ? ((short_GI)?4500:4050):((short_GI)?2167:1950); -+ else if (MCS_rate[2] & BIT(6)) -+ max_rate = (bw_40MHz) ? ((short_GI)?4050:3645):((short_GI)?1950:1750); -+ else if (MCS_rate[2] & BIT(5)) -+ max_rate = (bw_40MHz) ? ((short_GI)?3600:3240):((short_GI)?1733:1560); -+ else if (MCS_rate[2] & BIT(4)) -+ max_rate = (bw_40MHz) ? ((short_GI)?2700:2430):((short_GI)?1300:1170); -+ else if (MCS_rate[2] & BIT(3)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1800:1620):((short_GI)?867:780); -+ else if (MCS_rate[2] & BIT(2)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1350:1215):((short_GI)?650:585); -+ else if (MCS_rate[2] & BIT(1)) -+ max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); -+ else if (MCS_rate[2] & BIT(0)) -+ max_rate = (bw_40MHz) ? ((short_GI)?450:405):((short_GI)?217:195); -+ } else if (MCS_rate[1]) { -+ if(MCS_rate[1] & BIT(7)) -+ max_rate = (bw_40MHz) ? ((short_GI)?3000:2700):((short_GI)?1444:1300); -+ else if(MCS_rate[1] & BIT(6)) -+ max_rate = (bw_40MHz) ? ((short_GI)?2700:2430):((short_GI)?1300:1170); -+ else if(MCS_rate[1] & BIT(5)) -+ max_rate = (bw_40MHz) ? ((short_GI)?2400:2160):((short_GI)?1156:1040); -+ else if(MCS_rate[1] & BIT(4)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1800:1620):((short_GI)?867:780); -+ else if(MCS_rate[1] & BIT(3)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); -+ else if(MCS_rate[1] & BIT(2)) -+ max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); -+ else if(MCS_rate[1] & BIT(1)) -+ max_rate = (bw_40MHz) ? ((short_GI)?600:540):((short_GI)?289:260); -+ else if(MCS_rate[1] & BIT(0)) -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ } else { -+ if(MCS_rate[0] & BIT(7)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1500:1350):((short_GI)?722:650); -+ else if(MCS_rate[0] & BIT(6)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1350:1215):((short_GI)?650:585); -+ else if(MCS_rate[0] & BIT(5)) -+ max_rate = (bw_40MHz) ? ((short_GI)?1200:1080):((short_GI)?578:520); -+ else if(MCS_rate[0] & BIT(4)) -+ max_rate = (bw_40MHz) ? ((short_GI)?900:810):((short_GI)?433:390); -+ else if(MCS_rate[0] & BIT(3)) -+ max_rate = (bw_40MHz) ? ((short_GI)?600:540):((short_GI)?289:260); -+ else if(MCS_rate[0] & BIT(2)) -+ max_rate = (bw_40MHz) ? ((short_GI)?450:405):((short_GI)?217:195); -+ else if(MCS_rate[0] & BIT(1)) -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ else if(MCS_rate[0] & BIT(0)) -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ -+ return max_rate; -+} -+ -+int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8* category, u8 *action) -+{ -+ const u8 *frame_body = frame + sizeof(struct rtw_ieee80211_hdr_3addr); -+ u16 fc; -+ u8 c; -+ u8 a = ACT_PUBLIC_MAX; -+ -+ fc = le16_to_cpu(((struct rtw_ieee80211_hdr_3addr *)frame)->frame_ctl); -+ -+ if ((fc & (RTW_IEEE80211_FCTL_FTYPE|RTW_IEEE80211_FCTL_STYPE)) -+ != (RTW_IEEE80211_FTYPE_MGMT|RTW_IEEE80211_STYPE_ACTION) -+ ) -+ { -+ return _FALSE; -+ } -+ -+ c = frame_body[0]; -+ -+ switch(c) { -+ case RTW_WLAN_CATEGORY_P2P: /* vendor-specific */ -+ break; -+ default: -+ a = frame_body[1]; -+ } -+ -+ if (category) -+ *category = c; -+ if (action) -+ *action = a; -+ -+ return _TRUE; -+} -+ -+static const char *_action_public_str[] = { -+ "ACT_PUB_BSSCOEXIST", -+ "ACT_PUB_DSE_ENABLE", -+ "ACT_PUB_DSE_DEENABLE", -+ "ACT_PUB_DSE_REG_LOCATION", -+ "ACT_PUB_EXT_CHL_SWITCH", -+ "ACT_PUB_DSE_MSR_REQ", -+ "ACT_PUB_DSE_MSR_RPRT", -+ "ACT_PUB_MP", -+ "ACT_PUB_DSE_PWR_CONSTRAINT", -+ "ACT_PUB_VENDOR", -+ "ACT_PUB_GAS_INITIAL_REQ", -+ "ACT_PUB_GAS_INITIAL_RSP", -+ "ACT_PUB_GAS_COMEBACK_REQ", -+ "ACT_PUB_GAS_COMEBACK_RSP", -+ "ACT_PUB_TDLS_DISCOVERY_RSP", -+ "ACT_PUB_LOCATION_TRACK", -+ "ACT_PUB_RSVD", -+}; -+ -+const char *action_public_str(u8 action) -+{ -+ action = (action >= ACT_PUBLIC_MAX) ? ACT_PUBLIC_MAX : action; -+ return _action_public_str[action]; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_io.c linux/3rdparty/rtl8812au/core/rtw_io.c ---- linux.old/3rdparty/rtl8812au/core/rtw_io.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_io.c 2017-06-07 23:07:21.000686574 +0300 -@@ -0,0 +1,737 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/* -+ -+The purpose of rtw_io.c -+ -+a. provides the API -+ -+b. provides the protocol engine -+ -+c. provides the software interface between caller and the hardware interface -+ -+ -+Compiler Flag Option: -+ -+1. CONFIG_SDIO_HCI: -+ a. USE_SYNC_IRP: Only sync operations are provided. -+ b. USE_ASYNC_IRP:Both sync/async operations are provided. -+ -+2. CONFIG_USB_HCI: -+ a. USE_ASYNC_IRP: Both sync/async operations are provided. -+ -+3. CONFIG_CFIO_HCI: -+ b. USE_SYNC_IRP: Only sync operations are provided. -+ -+ -+Only sync read/rtw_write_mem operations are provided. -+ -+jackson@realtek.com.tw -+ -+*/ -+ -+#define _RTW_IO_C_ -+ -+#include -+#include -+ -+#if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) -+#error "Shall be Linux or Windows, but not both!\n" -+#endif -+ -+#ifdef CONFIG_SDIO_HCI -+#define rtw_le16_to_cpu(val) val -+#define rtw_le32_to_cpu(val) val -+#define rtw_cpu_to_le16(val) val -+#define rtw_cpu_to_le32(val) val -+#else -+#define rtw_le16_to_cpu(val) le16_to_cpu(val) -+#define rtw_le32_to_cpu(val) le32_to_cpu(val) -+#define rtw_cpu_to_le16(val) cpu_to_le16(val) -+#define rtw_cpu_to_le32(val) cpu_to_le32(val) -+#endif -+ -+ -+u8 _rtw_read8(_adapter *adapter, u32 addr) -+{ -+ u8 r_val; -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); -+ _func_enter_; -+ _read8 = pintfhdl->io_ops._read8; -+ -+ r_val = _read8(pintfhdl, addr); -+ _func_exit_; -+ return r_val; -+} -+ -+u16 _rtw_read16(_adapter *adapter, u32 addr) -+{ -+ u16 r_val; -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); -+ _func_enter_; -+ _read16 = pintfhdl->io_ops._read16; -+ -+ r_val = _read16(pintfhdl, addr); -+ _func_exit_; -+ return rtw_le16_to_cpu(r_val); -+} -+ -+u32 _rtw_read32(_adapter *adapter, u32 addr) -+{ -+ u32 r_val; -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); -+ _func_enter_; -+ _read32 = pintfhdl->io_ops._read32; -+ -+ r_val = _read32(pintfhdl, addr); -+ _func_exit_; -+ return rtw_le32_to_cpu(r_val); -+ -+} -+ -+int _rtw_write8(_adapter *adapter, u32 addr, u8 val) -+{ -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int ret; -+ _func_enter_; -+ _write8 = pintfhdl->io_ops._write8; -+ -+ ret = _write8(pintfhdl, addr, val); -+ _func_exit_; -+ -+ return RTW_STATUS_CODE(ret); -+} -+int _rtw_write16(_adapter *adapter, u32 addr, u16 val) -+{ -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int ret; -+ _func_enter_; -+ _write16 = pintfhdl->io_ops._write16; -+ -+ val = rtw_cpu_to_le16(val); -+ ret = _write16(pintfhdl, addr, val); -+ _func_exit_; -+ -+ return RTW_STATUS_CODE(ret); -+} -+int _rtw_write32(_adapter *adapter, u32 addr, u32 val) -+{ -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ int ret; -+ _func_enter_; -+ _write32 = pintfhdl->io_ops._write32; -+ -+ val = rtw_cpu_to_le32(val); -+ ret = _write32(pintfhdl, addr, val); -+ _func_exit_; -+ -+ return RTW_STATUS_CODE(ret); -+} -+ -+int _rtw_writeN(_adapter *adapter, u32 addr ,u32 length , u8 *pdata) -+{ -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = (struct intf_hdl*)(&(pio_priv->intf)); -+ int (*_writeN)(struct intf_hdl *pintfhdl, u32 addr,u32 length, u8 *pdata); -+ int ret; -+ _func_enter_; -+ _writeN = pintfhdl->io_ops._writeN; -+ -+ ret = _writeN(pintfhdl, addr,length,pdata); -+ _func_exit_; -+ -+ return RTW_STATUS_CODE(ret); -+} -+ -+#ifdef CONFIG_SDIO_HCI -+u8 _rtw_sd_f0_read8(_adapter *adapter, u32 addr) -+{ -+ u8 r_val = 0x00; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u8 (*_sd_f0_read8)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _func_enter_; -+ _sd_f0_read8 = pintfhdl->io_ops._sd_f0_read8; -+ -+ if (_sd_f0_read8) -+ r_val = _sd_f0_read8(pintfhdl, addr); -+ else -+ DBG_871X_LEVEL(_drv_warning_, FUNC_ADPT_FMT" _sd_f0_read8 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ _func_exit_; -+ return r_val; -+} -+ -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+u8 _rtw_sd_iread8(_adapter *adapter, u32 addr) -+{ -+ u8 r_val = 0x00; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u8 (*_sd_iread8)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _sd_iread8 = pintfhdl->io_ops._sd_iread8; -+ -+ if (_sd_iread8) -+ r_val = _sd_iread8(pintfhdl, addr); -+ else -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" _sd_iread8 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ return r_val; -+} -+ -+u16 _rtw_sd_iread16(_adapter *adapter, u32 addr) -+{ -+ u16 r_val = 0x00; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u16 (*_sd_iread16)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _sd_iread16 = pintfhdl->io_ops._sd_iread16; -+ -+ if (_sd_iread16) -+ r_val = _sd_iread16(pintfhdl, addr); -+ else -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" _sd_iread16 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ return r_val; -+} -+ -+u32 _rtw_sd_iread32(_adapter *adapter, u32 addr) -+{ -+ u32 r_val = 0x00; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u32 (*_sd_iread32)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ _sd_iread32 = pintfhdl->io_ops._sd_iread32; -+ -+ if (_sd_iread32) -+ r_val = _sd_iread32(pintfhdl, addr); -+ else -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" _sd_iread32 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ return r_val; -+} -+ -+int _rtw_sd_iwrite8(_adapter *adapter, u32 addr, u8 val) -+{ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_sd_iwrite8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int ret = -1; -+ -+ _sd_iwrite8 = pintfhdl->io_ops._sd_iwrite8; -+ -+ if (_sd_iwrite8) -+ ret = _sd_iwrite8(pintfhdl, addr, val); -+ else -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" _sd_iwrite8 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ return RTW_STATUS_CODE(ret); -+} -+ -+int _rtw_sd_iwrite16(_adapter *adapter, u32 addr, u16 val) -+{ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_sd_iwrite16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int ret = -1; -+ -+ _sd_iwrite16 = pintfhdl->io_ops._sd_iwrite16; -+ -+ if (_sd_iwrite16) -+ ret = _sd_iwrite16(pintfhdl, addr, val); -+ else -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" _sd_iwrite16 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ return RTW_STATUS_CODE(ret); -+} -+int _rtw_sd_iwrite32(_adapter *adapter, u32 addr, u32 val) -+{ -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_sd_iwrite32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ int ret = -1; -+ -+ _sd_iwrite32 = pintfhdl->io_ops._sd_iwrite32; -+ -+ if (_sd_iwrite32) -+ ret = _sd_iwrite32(pintfhdl, addr, val); -+ else -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" _sd_iwrite32 callback is NULL\n", FUNC_ADPT_ARG(adapter)); -+ -+ return RTW_STATUS_CODE(ret); -+} -+ -+#endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+ -+#endif /* CONFIG_SDIO_HCI */ -+ -+int _rtw_write8_async(_adapter *adapter, u32 addr, u8 val) -+{ -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write8_async)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int ret; -+ _func_enter_; -+ _write8_async = pintfhdl->io_ops._write8_async; -+ -+ ret = _write8_async(pintfhdl, addr, val); -+ _func_exit_; -+ -+ return RTW_STATUS_CODE(ret); -+} -+int _rtw_write16_async(_adapter *adapter, u32 addr, u16 val) -+{ -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write16_async)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int ret; -+ _func_enter_; -+ _write16_async = pintfhdl->io_ops._write16_async; -+ val = rtw_cpu_to_le16(val); -+ ret = _write16_async(pintfhdl, addr, val); -+ _func_exit_; -+ -+ return RTW_STATUS_CODE(ret); -+} -+int _rtw_write32_async(_adapter *adapter, u32 addr, u32 val) -+{ -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ int (*_write32_async)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ int ret; -+ _func_enter_; -+ _write32_async = pintfhdl->io_ops._write32_async; -+ val = rtw_cpu_to_le32(val); -+ ret = _write32_async(pintfhdl, addr, val); -+ _func_exit_; -+ -+ return RTW_STATUS_CODE(ret); -+} -+ -+void _rtw_read_mem(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem) -+{ -+ void (*_read_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ -+ _func_enter_; -+ -+ if (RTW_CANNOT_RUN(adapter)) { -+ RT_TRACE(_module_rtl871x_io_c_, _drv_info_, ("rtw_read_mem:bDriverStopped(%s) OR bSurpriseRemoved(%s)" -+ , rtw_is_drv_stopped(adapter)?"True":"False" -+ , rtw_is_surprise_removed(adapter)?"True":"False")); -+ return; -+ } -+ -+ _read_mem = pintfhdl->io_ops._read_mem; -+ -+ _read_mem(pintfhdl, addr, cnt, pmem); -+ -+ _func_exit_; -+ -+} -+ -+void _rtw_write_mem(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem) -+{ -+ void (*_write_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ -+ _func_enter_; -+ -+ _write_mem = pintfhdl->io_ops._write_mem; -+ -+ _write_mem(pintfhdl, addr, cnt, pmem); -+ -+ _func_exit_; -+ -+} -+ -+void _rtw_read_port(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem) -+{ -+ u32 (*_read_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ -+ _func_enter_; -+ -+ if (RTW_CANNOT_RUN(adapter)) { -+ RT_TRACE(_module_rtl871x_io_c_, _drv_info_, ("rtw_read_port:bDriverStopped(%s) OR bSurpriseRemoved(%s)" -+ , rtw_is_drv_stopped(adapter)?"True":"False" -+ , rtw_is_surprise_removed(adapter)?"True":"False")); -+ return; -+ } -+ -+ _read_port = pintfhdl->io_ops._read_port; -+ -+ _read_port(pintfhdl, addr, cnt, pmem); -+ -+ _func_exit_; -+ -+} -+ -+void _rtw_read_port_cancel(_adapter *adapter) -+{ -+ void (*_read_port_cancel)(struct intf_hdl *pintfhdl); -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ -+ _read_port_cancel = pintfhdl->io_ops._read_port_cancel; -+ -+ RTW_DISABLE_FUNC(adapter, DF_RX_BIT); -+ -+ if(_read_port_cancel) -+ _read_port_cancel(pintfhdl); -+} -+ -+u32 _rtw_write_port(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem) -+{ -+ u32 (*_write_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ //struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ u32 ret = _SUCCESS; -+ -+ _func_enter_; -+ -+ _write_port = pintfhdl->io_ops._write_port; -+ -+ ret = _write_port(pintfhdl, addr, cnt, pmem); -+ -+ _func_exit_; -+ -+ return ret; -+} -+ -+u32 _rtw_write_port_and_wait(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem, int timeout_ms) -+{ -+ int ret = _SUCCESS; -+ struct xmit_buf *pxmitbuf = (struct xmit_buf *)pmem; -+ struct submit_ctx sctx; -+ -+ rtw_sctx_init(&sctx, timeout_ms); -+ pxmitbuf->sctx = &sctx; -+ -+ ret = _rtw_write_port(adapter, addr, cnt, pmem); -+ -+ if (ret == _SUCCESS) -+ ret = rtw_sctx_wait(&sctx, __func__); -+ -+ return ret; -+} -+ -+void _rtw_write_port_cancel(_adapter *adapter) -+{ -+ void (*_write_port_cancel)(struct intf_hdl *pintfhdl); -+ struct io_priv *pio_priv = &adapter->iopriv; -+ struct intf_hdl *pintfhdl = &(pio_priv->intf); -+ -+ _write_port_cancel = pintfhdl->io_ops._write_port_cancel; -+ -+ RTW_DISABLE_FUNC(adapter, DF_TX_BIT); -+ -+ if(_write_port_cancel) -+ _write_port_cancel(pintfhdl); -+} -+int rtw_init_io_priv(_adapter *padapter, void (*set_intf_ops)(_adapter *padapter,struct _io_ops *pops)) -+{ -+ struct io_priv *piopriv = &padapter->iopriv; -+ struct intf_hdl *pintf = &piopriv->intf; -+ -+ if (set_intf_ops == NULL) -+ return _FAIL; -+ -+ piopriv->padapter = padapter; -+ pintf->padapter = padapter; -+ pintf->pintf_dev = adapter_to_dvobj(padapter); -+ -+ set_intf_ops(padapter,&pintf->io_ops); -+ -+ return _SUCCESS; -+} -+ -+/* -+* Increase and check if the continual_io_error of this @param dvobjprive is larger than MAX_CONTINUAL_IO_ERR -+* @return _TRUE: -+* @return _FALSE: -+*/ -+int rtw_inc_and_chk_continual_io_error(struct dvobj_priv *dvobj) -+{ -+ int ret = _FALSE; -+ int value; -+ if( (value=ATOMIC_INC_RETURN(&dvobj->continual_io_error)) > MAX_CONTINUAL_IO_ERR) { -+ DBG_871X("[dvobj:%p][ERROR] continual_io_error:%d > %d\n", dvobj, value, MAX_CONTINUAL_IO_ERR); -+ ret = _TRUE; -+ } else { -+ //DBG_871X("[dvobj:%p] continual_io_error:%d\n", dvobj, value); -+ } -+ return ret; -+} -+ -+/* -+* Set the continual_io_error of this @param dvobjprive to 0 -+*/ -+void rtw_reset_continual_io_error(struct dvobj_priv *dvobj) -+{ -+ ATOMIC_SET(&dvobj->continual_io_error, 0); -+} -+ -+#ifdef DBG_IO -+ -+u32 read_sniff_ranges[][2] = { -+ //{0x520, 0x523}, -+}; -+ -+u32 write_sniff_ranges[][2] = { -+ //{0x520, 0x523}, -+ //{0x4c, 0x4c}, -+}; -+ -+int read_sniff_num = sizeof(read_sniff_ranges)/sizeof(u32)/2; -+int write_sniff_num = sizeof(write_sniff_ranges)/sizeof(u32)/2; -+ -+bool match_read_sniff_ranges(u32 addr, u16 len) -+{ -+ int i; -+ for (i = 0; i read_sniff_ranges[i][0] && addr <= read_sniff_ranges[i][1]) -+ return _TRUE; -+ } -+ -+ return _FALSE; -+} -+ -+bool match_write_sniff_ranges(u32 addr, u16 len) -+{ -+ int i; -+ for (i = 0; i write_sniff_ranges[i][0] && addr <= write_sniff_ranges[i][1]) -+ return _TRUE; -+ } -+ -+ return _FALSE; -+} -+ -+struct rf_sniff_ent { -+ u8 path; -+ u16 reg; -+ u32 mask; -+}; -+ -+struct rf_sniff_ent rf_read_sniff_ranges[] = { -+ /* example for all path addr 0x55 with all RF Reg mask */ -+ /* {MAX_RF_PATH, 0x55, bRFRegOffsetMask}, */ -+}; -+ -+struct rf_sniff_ent rf_write_sniff_ranges[] = { -+ /* example for all path addr 0x55 with all RF Reg mask */ -+ /* {MAX_RF_PATH, 0x55, bRFRegOffsetMask}, */ -+}; -+ -+int rf_read_sniff_num = sizeof(rf_read_sniff_ranges)/sizeof(struct rf_sniff_ent); -+int rf_write_sniff_num = sizeof(rf_write_sniff_ranges)/sizeof(struct rf_sniff_ent); -+ -+bool match_rf_read_sniff_ranges(u8 path, u32 addr, u32 mask) -+{ -+ int i; -+ -+ for (i = 0; i < rf_read_sniff_num; i++) { -+ if (rf_read_sniff_ranges[i].path == MAX_RF_PATH || rf_read_sniff_ranges[i].path == path) -+ if (addr == rf_read_sniff_ranges[i].reg && (mask & rf_read_sniff_ranges[i].mask)) -+ return _TRUE; -+ } -+ -+ return _FALSE; -+} -+ -+bool match_rf_write_sniff_ranges(u8 path, u32 addr, u32 mask) -+{ -+ int i; -+ -+ for (i = 0; i < rf_write_sniff_num; i++) { -+ if (rf_write_sniff_ranges[i].path == MAX_RF_PATH || rf_write_sniff_ranges[i].path == path) -+ if (addr == rf_write_sniff_ranges[i].reg && (mask & rf_write_sniff_ranges[i].mask)) -+ return _TRUE; -+ } -+ -+ return _FALSE; -+} -+ -+u8 dbg_rtw_read8(_adapter *adapter, u32 addr, const char *caller, const int line) -+{ -+ u8 val = _rtw_read8(adapter, addr); -+ -+ if (match_read_sniff_ranges(addr, 1)) -+ DBG_871X("DBG_IO %s:%d rtw_read8(0x%04x) return 0x%02x\n", caller, line, addr, val); -+ -+ return val; -+} -+ -+u16 dbg_rtw_read16(_adapter *adapter, u32 addr, const char *caller, const int line) -+{ -+ u16 val = _rtw_read16(adapter, addr); -+ -+ if (match_read_sniff_ranges(addr, 2)) -+ DBG_871X("DBG_IO %s:%d rtw_read16(0x%04x) return 0x%04x\n", caller, line, addr, val); -+ -+ return val; -+} -+ -+u32 dbg_rtw_read32(_adapter *adapter, u32 addr, const char *caller, const int line) -+{ -+ u32 val = _rtw_read32(adapter, addr); -+ -+ if (match_read_sniff_ranges(addr, 4)) -+ DBG_871X("DBG_IO %s:%d rtw_read32(0x%04x) return 0x%08x\n", caller, line, addr, val); -+ -+ return val; -+} -+ -+int dbg_rtw_write8(_adapter *adapter, u32 addr, u8 val, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 1)) -+ DBG_871X("DBG_IO %s:%d rtw_write8(0x%04x, 0x%02x)\n", caller, line, addr, val); -+ -+ return _rtw_write8(adapter, addr, val); -+} -+int dbg_rtw_write16(_adapter *adapter, u32 addr, u16 val, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 2)) -+ DBG_871X("DBG_IO %s:%d rtw_write16(0x%04x, 0x%04x)\n", caller, line, addr, val); -+ -+ return _rtw_write16(adapter, addr, val); -+} -+int dbg_rtw_write32(_adapter *adapter, u32 addr, u32 val, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 4)) -+ DBG_871X("DBG_IO %s:%d rtw_write32(0x%04x, 0x%08x)\n", caller, line, addr, val); -+ -+ return _rtw_write32(adapter, addr, val); -+} -+int dbg_rtw_writeN(_adapter *adapter, u32 addr ,u32 length , u8 *data, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, length)) -+ DBG_871X("DBG_IO %s:%d rtw_writeN(0x%04x, %u)\n", caller, line, addr, length); -+ -+ return _rtw_writeN(adapter, addr, length, data); -+} -+ -+#ifdef CONFIG_SDIO_HCI -+u8 dbg_rtw_sd_f0_read8(_adapter *adapter, u32 addr, const char *caller, const int line) -+{ -+ u8 val = _rtw_sd_f0_read8(adapter, addr); -+ -+ #if 0 -+ if (match_read_sniff_ranges(addr, 1)) -+ DBG_871X("DBG_IO %s:%d rtw_sd_f0_read8(0x%04x) return 0x%02x\n", caller, line, addr, val); -+ #endif -+ -+ return val; -+} -+ -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+u8 dbg_rtw_sd_iread8(_adapter *adapter, u32 addr, const char *caller, const int line) -+{ -+ u8 val = rtw_sd_iread8(adapter, addr); -+ -+ if (match_read_sniff_ranges(addr, 1)) -+ DBG_871X("DBG_IO %s:%d rtw_sd_iread8(0x%04x) return 0x%02x\n", caller, line, addr, val); -+ -+ return val; -+} -+ -+u16 dbg_rtw_sd_iread16(_adapter *adapter, u32 addr, const char *caller, const int line) -+{ -+ u16 val = _rtw_sd_iread16(adapter, addr); -+ -+ if (match_read_sniff_ranges(addr, 2)) -+ DBG_871X("DBG_IO %s:%d rtw_sd_iread16(0x%04x) return 0x%04x\n", caller, line, addr, val); -+ -+ return val; -+} -+ -+u32 dbg_rtw_sd_iread32(_adapter *adapter, u32 addr, const char *caller, const int line) -+{ -+ u32 val = _rtw_sd_iread32(adapter, addr); -+ -+ if (match_read_sniff_ranges(addr, 4)) -+ DBG_871X("DBG_IO %s:%d rtw_sd_iread32(0x%04x) return 0x%08x\n", caller, line, addr, val); -+ -+ return val; -+} -+ -+int dbg_rtw_sd_iwrite8(_adapter *adapter, u32 addr, u8 val, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 1)) -+ DBG_871X("DBG_IO %s:%d rtw_sd_iwrite8(0x%04x, 0x%02x)\n", caller, line, addr, val); -+ -+ return _rtw_sd_iwrite8(adapter, addr, val); -+} -+int dbg_rtw_sd_iwrite16(_adapter *adapter, u32 addr, u16 val, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 2)) -+ DBG_871X("DBG_IO %s:%d rtw_sd_iwrite16(0x%04x, 0x%04x)\n", caller, line, addr, val); -+ -+ return _rtw_sd_iwrite16(adapter, addr, val); -+} -+int dbg_rtw_sd_iwrite32(_adapter *adapter, u32 addr, u32 val, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 4)) -+ DBG_871X("DBG_IO %s:%d rtw_sd_iwrite32(0x%04x, 0x%08x)\n", caller, line, addr, val); -+ -+ return _rtw_sd_iwrite32(adapter, addr, val); -+} -+ -+#endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+ -+#endif /* CONFIG_SDIO_HCI */ -+ -+#endif -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_ioctl_query.c linux/3rdparty/rtl8812au/core/rtw_ioctl_query.c ---- linux.old/3rdparty/rtl8812au/core/rtw_ioctl_query.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_ioctl_query.c 2017-06-07 23:07:21.000686574 +0300 -@@ -0,0 +1,192 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_IOCTL_QUERY_C_ -+ -+#include -+ -+ -+#ifdef PLATFORM_WINDOWS -+// -+// Added for WPA2-PSK, by Annie, 2005-09-20. -+// -+u8 -+query_802_11_capability( -+ _adapter* Adapter, -+ u8* pucBuf, -+ u32 * pulOutLen -+) -+{ -+ static NDIS_802_11_AUTHENTICATION_ENCRYPTION szAuthEnc[] = -+ { -+ {Ndis802_11AuthModeOpen, Ndis802_11EncryptionDisabled}, -+ {Ndis802_11AuthModeOpen, Ndis802_11Encryption1Enabled}, -+ {Ndis802_11AuthModeShared, Ndis802_11EncryptionDisabled}, -+ {Ndis802_11AuthModeShared, Ndis802_11Encryption1Enabled}, -+ {Ndis802_11AuthModeWPA, Ndis802_11Encryption2Enabled}, -+ {Ndis802_11AuthModeWPA, Ndis802_11Encryption3Enabled}, -+ {Ndis802_11AuthModeWPAPSK, Ndis802_11Encryption2Enabled}, -+ {Ndis802_11AuthModeWPAPSK, Ndis802_11Encryption3Enabled}, -+ {Ndis802_11AuthModeWPANone, Ndis802_11Encryption2Enabled}, -+ {Ndis802_11AuthModeWPANone, Ndis802_11Encryption3Enabled}, -+ {Ndis802_11AuthModeWPA2, Ndis802_11Encryption2Enabled}, -+ {Ndis802_11AuthModeWPA2, Ndis802_11Encryption3Enabled}, -+ {Ndis802_11AuthModeWPA2PSK, Ndis802_11Encryption2Enabled}, -+ {Ndis802_11AuthModeWPA2PSK, Ndis802_11Encryption3Enabled} -+ }; -+ static ULONG ulNumOfPairSupported = sizeof(szAuthEnc)/sizeof(NDIS_802_11_AUTHENTICATION_ENCRYPTION); -+ NDIS_802_11_CAPABILITY * pCap = (NDIS_802_11_CAPABILITY *)pucBuf; -+ u8* pucAuthEncryptionSupported = (u8*) pCap->AuthenticationEncryptionSupported; -+ -+ -+ pCap->Length = sizeof(NDIS_802_11_CAPABILITY); -+ if(ulNumOfPairSupported > 1 ) -+ pCap->Length += (ulNumOfPairSupported-1) * sizeof(NDIS_802_11_AUTHENTICATION_ENCRYPTION); -+ -+ pCap->Version = 2; -+ pCap->NoOfPMKIDs = NUM_PMKID_CACHE; -+ pCap->NoOfAuthEncryptPairsSupported = ulNumOfPairSupported; -+ -+ if( sizeof (szAuthEnc) <= 240 ) // 240 = 256 - 4*4 // SecurityInfo.szCapability: only 256 bytes in size. -+ { -+ _rtw_memcpy( pucAuthEncryptionSupported, (u8*)szAuthEnc, sizeof (szAuthEnc) ); -+ *pulOutLen = pCap->Length; -+ return _TRUE; -+ } -+ else -+ { -+ *pulOutLen = 0; -+ RT_TRACE(_module_rtl871x_ioctl_query_c_,_drv_info_,("_query_802_11_capability(): szAuthEnc size is too large.\n")); -+ return _FALSE; -+ } -+} -+ -+u8 query_802_11_association_information( _adapter *padapter,PNDIS_802_11_ASSOCIATION_INFORMATION pAssocInfo) -+{ -+ struct wlan_network *tgt_network; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct security_priv *psecuritypriv=&(padapter->securitypriv); -+ WLAN_BSSID_EX *psecnetwork = (WLAN_BSSID_EX *)&pmlmepriv->cur_network.network; -+ u8 * pDest = (u8 *)pAssocInfo + sizeof(NDIS_802_11_ASSOCIATION_INFORMATION); -+ unsigned char i,*auth_ie,*supp_ie; -+ -+ //NdisZeroMemory(pAssocInfo, sizeof(NDIS_802_11_ASSOCIATION_INFORMATION)); -+ _rtw_memset(pAssocInfo, 0, sizeof(NDIS_802_11_ASSOCIATION_INFORMATION)); -+ //pAssocInfo->Length = sizeof(NDIS_802_11_ASSOCIATION_INFORMATION); -+ -+ //------------------------------------------------------ -+ // Association Request related information -+ //------------------------------------------------------ -+ // Req_1. AvailableRequestFixedIEs -+ if(psecnetwork!=NULL){ -+ -+ pAssocInfo->AvailableRequestFixedIEs |= NDIS_802_11_AI_REQFI_CAPABILITIES|NDIS_802_11_AI_REQFI_CURRENTAPADDRESS; -+ pAssocInfo->RequestFixedIEs.Capabilities = (unsigned short)* & psecnetwork->IEs[10]; -+ _rtw_memcpy(pAssocInfo->RequestFixedIEs.CurrentAPAddress, -+ & psecnetwork->MacAddress, 6); -+ -+ pAssocInfo->OffsetRequestIEs = sizeof(NDIS_802_11_ASSOCIATION_INFORMATION); -+ -+ if(check_fwstate( pmlmepriv, _FW_UNDER_LINKING|_FW_LINKED)==_TRUE) -+ { -+ -+ if(psecuritypriv->ndisauthtype>=Ndis802_11AuthModeWPA2) -+ pDest[0] =48; //RSN Information Element -+ else -+ pDest[0] =221; //WPA(SSN) Information Element -+ -+ RT_TRACE(_module_rtl871x_ioctl_query_c_,_drv_info_,("\n Adapter->ndisauthtype==Ndis802_11AuthModeWPA)?0xdd:0x30 [%d]",pDest[0])); -+ supp_ie=&psecuritypriv->supplicant_ie[0]; -+ for(i=0;inetwork.IELength=%d\n\n", i,(int)psecnetwork->IELength)); -+ while((iRequestIELength += (2 + supp_ie[1+i]);// (2 + psecnetwork->IEs[1+i]+4); -+ -+ } -+ -+ -+ RT_TRACE(_module_rtl871x_ioctl_query_c_,_drv_info_,("\n psecnetwork != NULL,fwstate==_FW_UNDER_LINKING \n")); -+ -+ } -+ -+ -+ //------------------------------------------------------ -+ // Association Response related information -+ //------------------------------------------------------ -+ -+ if(check_fwstate( pmlmepriv, _FW_LINKED)==_TRUE) -+ { -+ tgt_network =&(pmlmepriv->cur_network); -+ if(tgt_network!=NULL){ -+ pAssocInfo->AvailableResponseFixedIEs = -+ NDIS_802_11_AI_RESFI_CAPABILITIES -+ |NDIS_802_11_AI_RESFI_ASSOCIATIONID -+ ; -+ -+ pAssocInfo->ResponseFixedIEs.Capabilities =(unsigned short)* & tgt_network->network.IEs[10]; -+ pAssocInfo->ResponseFixedIEs.StatusCode = 0; -+ pAssocInfo->ResponseFixedIEs.AssociationId =(unsigned short) tgt_network->aid; -+ -+ pDest = (u8 *)pAssocInfo + sizeof(NDIS_802_11_ASSOCIATION_INFORMATION)+pAssocInfo->RequestIELength; -+ auth_ie=&psecuritypriv->authenticator_ie[0]; -+ -+ for(i=0;i0){ -+ _rtw_memcpy((u8 *)&pDest[0],&auth_ie[1],i); -+ pAssocInfo->ResponseIELength =i; -+ } -+ -+ -+ pAssocInfo->OffsetResponseIEs = sizeof(NDIS_802_11_ASSOCIATION_INFORMATION) + pAssocInfo->RequestIELength; -+ -+ -+ RT_TRACE(_module_rtl871x_ioctl_query_c_,_drv_info_,("\n tgt_network != NULL,fwstate==_FW_LINKED \n")); -+ } -+ } -+ RT_TRACE(_module_rtl871x_ioctl_query_c_,_drv_info_,("\n exit query_802_11_association_information \n")); -+_func_exit_; -+ -+ return _TRUE; -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_ioctl_rtl.c linux/3rdparty/rtl8812au/core/rtw_ioctl_rtl.c ---- linux.old/3rdparty/rtl8812au/core/rtw_ioctl_rtl.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_ioctl_rtl.c 2017-06-07 23:07:21.000686574 +0300 -@@ -0,0 +1,1021 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_IOCTL_RTL_C_ -+ -+#include -+ -+#ifdef CONFIG_MP_INCLUDED -+#include -+#endif -+ -+struct oid_obj_priv oid_rtl_seg_01_01[] = -+{ -+ {1, &oid_null_function}, //0x80 -+ {1, &oid_null_function}, //0x81 -+ {1, &oid_null_function}, //0x82 -+ {1, &oid_null_function}, //0x83//OID_RT_SET_SNIFFER_MODE -+ {1, &oid_rt_get_signal_quality_hdl}, //0x84 -+ {1, &oid_rt_get_small_packet_crc_hdl}, //0x85 -+ {1, &oid_rt_get_middle_packet_crc_hdl}, //0x86 -+ {1, &oid_rt_get_large_packet_crc_hdl}, //0x87 -+ {1, &oid_rt_get_tx_retry_hdl}, //0x88 -+ {1, &oid_rt_get_rx_retry_hdl}, //0x89 -+ {1, &oid_rt_pro_set_fw_dig_state_hdl}, //0x8A -+ {1, &oid_rt_pro_set_fw_ra_state_hdl} , //0x8B -+ {1, &oid_null_function}, //0x8C -+ {1, &oid_null_function}, //0x8D -+ {1, &oid_null_function}, //0x8E -+ {1, &oid_null_function}, //0x8F -+ {1, &oid_rt_get_rx_total_packet_hdl}, //0x90 -+ {1, &oid_rt_get_tx_beacon_ok_hdl}, //0x91 -+ {1, &oid_rt_get_tx_beacon_err_hdl}, //0x92 -+ {1, &oid_rt_get_rx_icv_err_hdl}, //0x93 -+ {1, &oid_rt_set_encryption_algorithm_hdl}, //0x94 -+ {1, &oid_null_function}, //0x95 -+ {1, &oid_rt_get_preamble_mode_hdl}, //0x96 -+ {1, &oid_null_function}, //0x97 -+ {1, &oid_rt_get_ap_ip_hdl}, //0x98 -+ {1, &oid_rt_get_channelplan_hdl}, //0x99 -+ {1, &oid_rt_set_preamble_mode_hdl}, //0x9A -+ {1, &oid_rt_set_bcn_intvl_hdl}, //0x9B -+ {1, &oid_null_function}, //0x9C -+ {1, &oid_rt_dedicate_probe_hdl}, //0x9D -+ {1, &oid_null_function}, //0x9E -+ {1, &oid_null_function}, //0x9F -+ {1, &oid_null_function}, //0xA0 -+ {1, &oid_null_function}, //0xA1 -+ {1, &oid_null_function}, //0xA2 -+ {1, &oid_null_function}, //0xA3 -+ {1, &oid_null_function}, //0xA4 -+ {1, &oid_null_function}, //0xA5 -+ {1, &oid_null_function}, //0xA6 -+ {1, &oid_rt_get_total_tx_bytes_hdl}, //0xA7 -+ {1, &oid_rt_get_total_rx_bytes_hdl}, //0xA8 -+ {1, &oid_rt_current_tx_power_level_hdl}, //0xA9 -+ {1, &oid_rt_get_enc_key_mismatch_count_hdl}, //0xAA -+ {1, &oid_rt_get_enc_key_match_count_hdl}, //0xAB -+ {1, &oid_rt_get_channel_hdl}, //0xAC -+ {1, &oid_rt_set_channelplan_hdl}, //0xAD -+ {1, &oid_rt_get_hardware_radio_off_hdl}, //0xAE -+ {1, &oid_null_function}, //0xAF -+ {1, &oid_null_function}, //0xB0 -+ {1, &oid_null_function}, //0xB1 -+ {1, &oid_null_function}, //0xB2 -+ {1, &oid_null_function}, //0xB3 -+ {1, &oid_rt_get_key_mismatch_hdl}, //0xB4 -+ {1, &oid_null_function}, //0xB5 -+ {1, &oid_null_function}, //0xB6 -+ {1, &oid_null_function}, //0xB7 -+ {1, &oid_null_function}, //0xB8 -+ {1, &oid_null_function}, //0xB9 -+ {1, &oid_null_function}, //0xBA -+ {1, &oid_rt_supported_wireless_mode_hdl}, //0xBB -+ {1, &oid_rt_get_channel_list_hdl}, //0xBC -+ {1, &oid_rt_get_scan_in_progress_hdl}, //0xBD -+ {1, &oid_null_function}, //0xBE -+ {1, &oid_null_function}, //0xBF -+ {1, &oid_null_function}, //0xC0 -+ {1, &oid_rt_forced_data_rate_hdl}, //0xC1 -+ {1, &oid_rt_wireless_mode_for_scan_list_hdl}, //0xC2 -+ {1, &oid_rt_get_bss_wireless_mode_hdl}, //0xC3 -+ {1, &oid_rt_scan_with_magic_packet_hdl}, //0xC4 -+ {1, &oid_null_function}, //0xC5 -+ {1, &oid_null_function}, //0xC6 -+ {1, &oid_null_function}, //0xC7 -+ {1, &oid_null_function}, //0xC8 -+ {1, &oid_null_function}, //0xC9 -+ {1, &oid_null_function}, //0xCA -+ {1, &oid_null_function}, //0xCB -+ {1, &oid_null_function}, //0xCC -+ {1, &oid_null_function}, //0xCD -+ {1, &oid_null_function}, //0xCE -+ {1, &oid_null_function}, //0xCF -+ -+}; -+ -+struct oid_obj_priv oid_rtl_seg_01_03[] = -+{ -+ {1, &oid_rt_ap_get_associated_station_list_hdl}, //0x00 -+ {1, &oid_null_function}, //0x01 -+ {1, &oid_rt_ap_switch_into_ap_mode_hdl}, //0x02 -+ {1, &oid_null_function}, //0x03 -+ {1, &oid_rt_ap_supported_hdl}, //0x04 -+ {1, &oid_rt_ap_set_passphrase_hdl}, //0x05 -+ -+}; -+ -+struct oid_obj_priv oid_rtl_seg_01_11[] = -+{ -+ {1, &oid_null_function}, //0xC0 OID_RT_PRO_RX_FILTER -+ {1, &oid_null_function}, //0xC1 OID_CE_USB_WRITE_REGISTRY -+ {1, &oid_null_function}, //0xC2 OID_CE_USB_READ_REGISTRY -+ {1, &oid_null_function}, //0xC3 OID_RT_PRO_SET_INITIAL_GAIN -+ {1, &oid_null_function}, //0xC4 OID_RT_PRO_SET_BB_RF_STANDBY_MODE -+ {1, &oid_null_function}, //0xC5 OID_RT_PRO_SET_BB_RF_SHUTDOWN_MODE -+ {1, &oid_null_function}, //0xC6 OID_RT_PRO_SET_TX_CHARGE_PUMP -+ {1, &oid_null_function}, //0xC7 OID_RT_PRO_SET_RX_CHARGE_PUMP -+ {1, &oid_rt_pro_rf_write_registry_hdl}, //0xC8 -+ {1, &oid_rt_pro_rf_read_registry_hdl}, //0xC9 -+ {1, &oid_null_function} //0xCA OID_RT_PRO_QUERY_RF_TYPE -+ -+}; -+ -+struct oid_obj_priv oid_rtl_seg_03_00[] = -+{ -+ {1, &oid_null_function}, //0x00 -+ {1, &oid_rt_get_connect_state_hdl}, //0x01 -+ {1, &oid_null_function}, //0x02 -+ {1, &oid_null_function}, //0x03 -+ {1, &oid_rt_set_default_key_id_hdl}, //0x04 -+ -+ -+}; -+ -+ -+//************** oid_rtl_seg_01_01 section start ************** -+ -+NDIS_STATUS oid_rt_pro_set_fw_dig_state_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ _irqL oldirql; -+ -+ _func_enter_; -+ -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ _irqlevel_changed_(&oldirql,LOWER); -+ if(poid_par_priv->information_buf_len >= sizeof(struct setdig_parm)) -+ { -+ //DEBUG_ERR(("===> oid_rt_pro_set_fw_dig_state_hdl. type:0x%02x.\n",*((unsigned char*)poid_par_priv->information_buf ))); -+ if(!rtw_setfwdig_cmd(Adapter,*((unsigned char*)poid_par_priv->information_buf ))) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ -+ } -+ else{ -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ _irqlevel_changed_(&oldirql,RAISE); -+ _func_exit_; -+#endif -+ return status; -+} -+//----------------------------------------------------------------------------- -+NDIS_STATUS oid_rt_pro_set_fw_ra_state_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ _irqL oldirql; -+ -+ _func_enter_; -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ -+ _irqlevel_changed_(&oldirql,LOWER); -+ -+ if(poid_par_priv->information_buf_len >= sizeof(struct setra_parm)) -+ { -+ //DEBUG_ERR(("===> oid_rt_pro_set_fw_ra_state_hdl. type:0x%02x.\n",*((unsigned char*)poid_par_priv->information_buf ))); -+ if(!rtw_setfwra_cmd(Adapter,*((unsigned char*)poid_par_priv->information_buf ))) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ -+ } -+ else{ -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ _irqlevel_changed_(&oldirql,RAISE); -+ _func_exit_; -+#endif -+ return status; -+} -+//----------------------------------------------------------------------------- -+NDIS_STATUS oid_rt_get_signal_quality_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ //DEBUG_ERR(("<**********************oid_rt_get_signal_quality_hdl \n")); -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+#if 0 -+ if(pMgntInfo->mAssoc || pMgntInfo->mIbss) -+ { -+ ulInfo = pAdapter->RxStats.SignalQuality; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ ulInfo = 0xffffffff; // It stands for -1 in 4-byte integer. -+ } -+ break; -+#endif -+ -+ return status; -+} -+ -+//------------------------------------------------------------------------------ -+ -+NDIS_STATUS oid_rt_get_small_packet_crc_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ if(poid_par_priv->information_buf_len >= sizeof(ULONG) ) -+ { -+ *(ULONG *)poid_par_priv->information_buf = padapter->recvpriv.rx_smallpacket_crcerr; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_middle_packet_crc_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ if(poid_par_priv->information_buf_len >= sizeof(ULONG) ) -+ { -+ *(ULONG *)poid_par_priv->information_buf = padapter->recvpriv.rx_middlepacket_crcerr; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_large_packet_crc_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ if(poid_par_priv->information_buf_len >= sizeof(ULONG) ) -+ { -+ *(ULONG *)poid_par_priv->information_buf = padapter->recvpriv.rx_largepacket_crcerr; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+ -+ return status; -+} -+ -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_tx_retry_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_rx_retry_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_rx_total_packet_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ if(poid_par_priv->information_buf_len >= sizeof(ULONG) ) -+ { -+ *(u64 *)poid_par_priv->information_buf = padapter->recvpriv.rx_pkts + padapter->recvpriv.rx_drop; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_tx_beacon_ok_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_tx_beacon_err_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_rx_icv_err_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ if(poid_par_priv->information_buf_len>= sizeof(u32)) -+ { -+ //_rtw_memcpy(*(uint *)poid_par_priv->information_buf,padapter->recvpriv.rx_icv_err,sizeof(u32)); -+ *(uint *)poid_par_priv->information_buf = padapter->recvpriv.rx_icv_err; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH ; -+ } -+ -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_set_encryption_algorithm_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_preamble_mode_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ ULONG preamblemode = 0 ; -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ if(poid_par_priv->information_buf_len>= sizeof(ULONG)) -+ { -+ if(padapter->registrypriv.preamble == PREAMBLE_LONG) -+ preamblemode = 0; -+ else if (padapter->registrypriv.preamble == PREAMBLE_AUTO) -+ preamblemode = 1; -+ else if (padapter->registrypriv.preamble == PREAMBLE_SHORT) -+ preamblemode = 2; -+ -+ -+ *(ULONG *)poid_par_priv->information_buf = preamblemode ; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH ; -+ } -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_ap_ip_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_get_channelplan_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ *(u16 *)poid_par_priv->information_buf = padapter->mlmepriv.ChannelPlan ; -+ -+ return status; -+} -+NDIS_STATUS oid_rt_set_channelplan_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ padapter->mlmepriv.ChannelPlan = *(u16 *)poid_par_priv->information_buf ; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_set_preamble_mode_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ ULONG preamblemode = 0; -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ if(poid_par_priv->information_buf_len>= sizeof(ULONG)) -+ { -+ preamblemode = *(ULONG *)poid_par_priv->information_buf ; -+ if( preamblemode == 0) -+ padapter->registrypriv.preamble = PREAMBLE_LONG; -+ else if (preamblemode==1 ) -+ padapter->registrypriv.preamble = PREAMBLE_AUTO; -+ else if ( preamblemode==2 ) -+ padapter->registrypriv.preamble = PREAMBLE_SHORT; -+ -+ *(ULONG *)poid_par_priv->information_buf = preamblemode ; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH ; -+ } -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_set_bcn_intvl_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_dedicate_probe_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_total_tx_bytes_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ if(poid_par_priv->information_buf_len>= sizeof(ULONG)) -+ { -+ *(u64 *)poid_par_priv->information_buf = padapter->xmitpriv.tx_bytes; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH ; -+ } -+ -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_total_rx_bytes_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ if(poid_par_priv->information_buf_len>= sizeof(ULONG)) -+ { -+ //_rtw_memcpy(*(uint *)poid_par_priv->information_buf,padapter->recvpriv.rx_icv_err,sizeof(u32)); -+ *(u64 *)poid_par_priv->information_buf = padapter->recvpriv.rx_bytes; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else -+ { -+ status = NDIS_STATUS_INVALID_LENGTH ; -+ } -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_current_tx_power_level_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_enc_key_mismatch_count_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_enc_key_match_count_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_channel_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ NDIS_802_11_CONFIGURATION *pnic_Config; -+ -+ ULONG channelnum; -+ -+ _func_enter_; -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ if ( (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE)) -+ pnic_Config = &pmlmepriv->cur_network.network.Configuration; -+ else -+ pnic_Config = &padapter->registrypriv.dev_network.Configuration; -+ -+ channelnum = pnic_Config->DSConfig; -+ *(ULONG *)poid_par_priv->information_buf = channelnum; -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ _func_exit_; -+ -+ -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_hardware_radio_off_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_key_mismatch_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_supported_wireless_mode_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ ULONG ulInfo = 0 ; -+ //DEBUG_ERR(("<**********************oid_rt_supported_wireless_mode_hdl \n")); -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ if(poid_par_priv->information_buf_len >= sizeof(ULONG)){ -+ ulInfo |= 0x0100; //WIRELESS_MODE_B -+ ulInfo |= 0x0200; //WIRELESS_MODE_G -+ ulInfo |= 0x0400; //WIRELESS_MODE_A -+ -+ *(ULONG *) poid_par_priv->information_buf = ulInfo; -+ //DEBUG_ERR(("<===oid_rt_supported_wireless_mode %x\n",ulInfo)); -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } -+ else{ -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_channel_list_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_scan_in_progress_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+ -+ -+NDIS_STATUS oid_rt_forced_data_rate_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ return status; -+} -+NDIS_STATUS oid_rt_wireless_mode_for_scan_list_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ return status; -+} -+NDIS_STATUS oid_rt_get_bss_wireless_mode_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_scan_with_magic_packet_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ return status; -+} -+//************** oid_rtl_seg_01_01 section end ************** -+ -+//************** oid_rtl_seg_01_03 section start ************** -+NDIS_STATUS oid_rt_ap_get_associated_station_list_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+NDIS_STATUS oid_rt_ap_switch_into_ap_mode_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ return status; -+} -+NDIS_STATUS oid_rt_ap_supported_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ return status; -+} -+NDIS_STATUS oid_rt_ap_set_passphrase_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+ -+//************** oid_rtl_seg_01_03 section end ************** -+ -+//**************** oid_rtl_seg_01_11 section start **************** -+NDIS_STATUS oid_rt_pro_rf_write_registry_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ _irqL oldirql; -+ _func_enter_; -+ //DEBUG_ERR(("<**********************oid_rt_pro_rf_write_registry_hdl \n")); -+ if(poid_par_priv->type_of_oid != SET_OID) //QUERY_OID -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ _irqlevel_changed_(&oldirql,LOWER); -+ if(poid_par_priv->information_buf_len== (sizeof(unsigned long)*3)) -+ { -+ //RegOffsetValue - The offset of RF register to write. -+ //RegDataWidth - The data width of RF register to write. -+ //RegDataValue - The value to write. -+ //RegOffsetValue = *((unsigned long*)InformationBuffer); -+ //RegDataWidth = *((unsigned long*)InformationBuffer+1); -+ //RegDataValue = *((unsigned long*)InformationBuffer+2); -+ if(!rtw_setrfreg_cmd(Adapter, -+ *(unsigned char*)poid_par_priv->information_buf, -+ (unsigned long)(*((unsigned long*)poid_par_priv->information_buf+2)))) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ -+ } -+ else{ -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ _irqlevel_changed_(&oldirql,RAISE); -+ _func_exit_; -+ -+ return status; -+} -+ -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_rf_read_registry_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ _irqL oldirql; -+ _func_enter_; -+ -+ //DEBUG_ERR(("<**********************oid_rt_pro_rf_read_registry_hdl \n")); -+ if(poid_par_priv->type_of_oid != SET_OID) //QUERY_OID -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ _irqlevel_changed_(&oldirql,LOWER); -+ if(poid_par_priv->information_buf_len== (sizeof(unsigned long)*3)) -+ { -+ if(Adapter->mppriv.act_in_progress == _TRUE) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ else -+ { -+ //init workparam -+ Adapter->mppriv.act_in_progress = _TRUE; -+ Adapter->mppriv.workparam.bcompleted= _FALSE; -+ Adapter->mppriv.workparam.act_type = MPT_READ_RF; -+ Adapter->mppriv.workparam.io_offset = *(unsigned long*)poid_par_priv->information_buf; -+ Adapter->mppriv.workparam.io_value = 0xcccccccc; -+ -+ //RegOffsetValue - The offset of RF register to read. -+ //RegDataWidth - The data width of RF register to read. -+ //RegDataValue - The value to read. -+ //RegOffsetValue = *((unsigned long*)InformationBuffer); -+ //RegDataWidth = *((unsigned long*)InformationBuffer+1); -+ //RegDataValue = *((unsigned long*)InformationBuffer+2); -+ if(!rtw_getrfreg_cmd(Adapter, -+ *(unsigned char*)poid_par_priv->information_buf, -+ (unsigned char*)&Adapter->mppriv.workparam.io_value)) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ } -+ -+ -+ } -+ else { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ _irqlevel_changed_(&oldirql,RAISE); -+ _func_exit_; -+#endif -+ return status; -+} -+ -+//**************** oid_rtl_seg_01_11 section end**************** -+ -+ -+//************** oid_rtl_seg_03_00 section start ************** -+enum _CONNECT_STATE_{ -+ CHECKINGSTATUS, -+ ASSOCIATED, -+ ADHOCMODE, -+ NOTASSOCIATED -+}; -+ -+NDIS_STATUS oid_rt_get_connect_state_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ ULONG ulInfo; -+ -+ if(poid_par_priv->type_of_oid != QUERY_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ // nStatus==0 CheckingStatus -+ // nStatus==1 Associated -+ // nStatus==2 AdHocMode -+ // nStatus==3 NotAssociated -+ -+ if(check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) -+ ulInfo = CHECKINGSTATUS; -+ else if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ ulInfo = ASSOCIATED; -+ else if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)== _TRUE) -+ ulInfo = ADHOCMODE; -+ else -+ ulInfo = NOTASSOCIATED ; -+ -+ *(ULONG *)poid_par_priv->information_buf = ulInfo; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+#if 0 -+ // Rearrange the order to let the UI still shows connection when scan is in progress -+ RT_TRACE(COMP_OID_QUERY, DBG_LOUD, ("===> Query OID_RT_GET_CONNECT_STATE.\n")); -+ if(pMgntInfo->mAssoc) -+ ulInfo = 1; -+ else if(pMgntInfo->mIbss) -+ ulInfo = 2; -+ else if(pMgntInfo->bScanInProgress) -+ ulInfo = 0; -+ else -+ ulInfo = 3; -+ ulInfoLen = sizeof(ULONG); -+ RT_TRACE(COMP_OID_QUERY, DBG_LOUD, ("<=== Query OID_RT_GET_CONNECT_STATE: %d\n", ulInfo)); -+#endif -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_set_default_key_id_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ if(poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ return status; -+} -+//************** oid_rtl_seg_03_00 section end ************** -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_ioctl_set.c linux/3rdparty/rtl8812au/core/rtw_ioctl_set.c ---- linux.old/3rdparty/rtl8812au/core/rtw_ioctl_set.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_ioctl_set.c 2017-06-07 23:07:21.000686574 +0300 -@@ -0,0 +1,1483 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_IOCTL_SET_C_ -+ -+#include -+#include -+ -+ -+extern void indicate_wx_scan_complete_event(_adapter *padapter); -+ -+#define IS_MAC_ADDRESS_BROADCAST(addr) \ -+( \ -+ ( (addr[0] == 0xff) && (addr[1] == 0xff) && \ -+ (addr[2] == 0xff) && (addr[3] == 0xff) && \ -+ (addr[4] == 0xff) && (addr[5] == 0xff) ) ? _TRUE : _FALSE \ -+) -+ -+u8 rtw_validate_bssid(u8 *bssid) -+{ -+ u8 ret = _TRUE; -+ -+ if (is_zero_mac_addr(bssid) -+ || is_broadcast_mac_addr(bssid) -+ || is_multicast_mac_addr(bssid) -+ ) { -+ ret = _FALSE; -+ } -+ -+ return ret; -+} -+ -+u8 rtw_validate_ssid(NDIS_802_11_SSID *ssid) -+{ -+ u8 i; -+ u8 ret=_TRUE; -+ -+_func_enter_; -+ -+ if (ssid->SsidLength > 32) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("ssid length >32\n")); -+ ret= _FALSE; -+ goto exit; -+ } -+ -+#ifdef CONFIG_VALIDATE_SSID -+ for(i = 0; i < ssid->SsidLength; i++) -+ { -+ //wifi, printable ascii code must be supported -+ if(!( (ssid->Ssid[i] >= 0x20) && (ssid->Ssid[i] <= 0x7e) )){ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("ssid has nonprintabl ascii\n")); -+ ret= _FALSE; -+ break; -+ } -+ } -+#endif /* CONFIG_VALIDATE_SSID */ -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+u8 rtw_do_join(_adapter * padapter); -+u8 rtw_do_join(_adapter * padapter) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ u8* pibss = NULL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ u8 ret=_SUCCESS; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("\n rtw_do_join: phead = %p; plist = %p \n\n\n", phead, plist)); -+ -+ pmlmepriv->cur_network.join_res = -2; -+ -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ -+ pmlmepriv->pscanned = plist; -+ -+ pmlmepriv->to_join = _TRUE; -+ -+ if(_rtw_queue_empty(queue)== _TRUE) -+ { -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ //when set_ssid/set_bssid for rtw_do_join(), but scanning queue is empty -+ //we try to issue sitesurvey firstly -+ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic ==_FALSE -+ || rtw_to_roam(padapter) > 0 -+ ) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("rtw_do_join(): site survey if scanned_queue is empty\n.")); -+ // submit site_survey_cmd -+ if(_SUCCESS!=(ret=rtw_sitesurvey_cmd(padapter, &pmlmepriv->assoc_ssid, 1, NULL, 0)) ) { -+ pmlmepriv->to_join = _FALSE; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("rtw_do_join(): site survey return error\n.")); -+ } -+ } -+ else -+ { -+ pmlmepriv->to_join = _FALSE; -+ ret = _FAIL; -+ } -+ -+ goto exit; -+ } -+ else -+ { -+ int select_ret; -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ if((select_ret=rtw_select_and_join_from_scanned_queue(pmlmepriv))==_SUCCESS) -+ { -+ pmlmepriv->to_join = _FALSE; -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ } -+ else -+ { -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)==_TRUE) -+ { -+ // submit createbss_cmd to change to a ADHOC_MASTER -+ -+ //pmlmepriv->lock has been acquired by caller... -+ WLAN_BSSID_EX *pdev_network = &(padapter->registrypriv.dev_network); -+ -+ pmlmepriv->fw_state = WIFI_ADHOC_MASTER_STATE; -+ -+ pibss = padapter->registrypriv.dev_network.MacAddress; -+ -+ _rtw_memset(&pdev_network->Ssid, 0, sizeof(NDIS_802_11_SSID)); -+ _rtw_memcpy(&pdev_network->Ssid, &pmlmepriv->assoc_ssid, sizeof(NDIS_802_11_SSID)); -+ -+ rtw_update_registrypriv_dev_network(padapter); -+ -+ rtw_generate_random_ibss(pibss); -+ -+ if (rtw_create_ibss_cmd(padapter, 0) != _SUCCESS) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("***Error=>do_goin: rtw_create_ibss_cmd status FAIL***\n")); -+ ret = _FALSE; -+ goto exit; -+ } -+ -+ pmlmepriv->to_join = _FALSE; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("***Error=> rtw_select_and_join_from_scanned_queue FAIL under STA_Mode*** \n ")); -+ -+ } -+ else -+ { -+ // can't associate ; reset under-linking -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+#if 0 -+ if((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE)) -+ { -+ if(_rtw_memcmp(pmlmepriv->cur_network.network.Ssid.Ssid, pmlmepriv->assoc_ssid.Ssid, pmlmepriv->assoc_ssid.SsidLength)) -+ { -+ // for funk to do roaming -+ // funk will reconnect, but funk will not sitesurvey before reconnect -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("for funk to do roaming")); -+ if(pmlmepriv->sitesurveyctrl.traffic_busy==_FALSE) -+ rtw_sitesurvey_cmd(padapter, &pmlmepriv->assoc_ssid, 1, NULL, 0); -+ } -+ -+ } -+#endif -+ -+ //when set_ssid/set_bssid for rtw_do_join(), but there are no desired bss in scanning queue -+ //we try to issue sitesurvey firstly -+ if(pmlmepriv->LinkDetectInfo.bBusyTraffic==_FALSE -+ || rtw_to_roam(padapter) > 0 -+ ) -+ { -+ //DBG_871X("rtw_do_join() when no desired bss in scanning queue \n"); -+ if( _SUCCESS!=(ret=rtw_sitesurvey_cmd(padapter, &pmlmepriv->assoc_ssid, 1, NULL, 0)) ){ -+ pmlmepriv->to_join = _FALSE; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("do_join(): site survey return error\n.")); -+ } -+ } -+ else -+ { -+ ret = _FAIL; -+ pmlmepriv->to_join = _FALSE; -+ } -+ } -+ -+ } -+ -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+#ifdef PLATFORM_WINDOWS -+u8 rtw_pnp_set_power_wakeup(_adapter* padapter) -+{ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("==>rtw_pnp_set_power_wakeup!!!\n")); -+ -+ res = rtw_setstandby_cmd(padapter, 0); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("<==rtw_pnp_set_power_wakeup!!!\n")); -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_pnp_set_power_sleep(_adapter* padapter) -+{ -+ u8 res=_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("==>rtw_pnp_set_power_sleep!!!\n")); -+ //DbgPrint("+rtw_pnp_set_power_sleep\n"); -+ -+ res = rtw_setstandby_cmd(padapter, 1); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("<==rtw_pnp_set_power_sleep!!!\n")); -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_set_802_11_reload_defaults(_adapter * padapter, NDIS_802_11_RELOAD_DEFAULTS reloadDefaults) -+{ -+_func_enter_; -+ -+ switch( reloadDefaults) -+ { -+ case Ndis802_11ReloadWEPKeys: -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("SetInfo OID_802_11_RELOAD_DEFAULTS : Ndis802_11ReloadWEPKeys\n")); -+ break; -+ } -+ -+ // SecClearAllKeys(Adapter); -+ // 8711 CAM was not for En/Decrypt only -+ // so, we can't clear all keys. -+ // should we disable WPAcfg (ox0088) bit 1-2, instead of clear all CAM -+ -+ //TO DO... -+ -+_func_exit_; -+ -+ return _TRUE; -+} -+ -+u8 set_802_11_test(_adapter* padapter, NDIS_802_11_TEST *test) -+{ -+ u8 ret=_TRUE; -+ -+_func_enter_; -+ -+ switch(test->Type) -+ { -+ case 1: -+ NdisMIndicateStatus(padapter->hndis_adapter, NDIS_STATUS_MEDIA_SPECIFIC_INDICATION, (PVOID)&test->AuthenticationEvent, test->Length - 8); -+ NdisMIndicateStatusComplete(padapter->hndis_adapter); -+ break; -+ -+ case 2: -+ NdisMIndicateStatus(padapter->hndis_adapter, NDIS_STATUS_MEDIA_SPECIFIC_INDICATION, (PVOID)&test->RssiTrigger, sizeof(NDIS_802_11_RSSI)); -+ NdisMIndicateStatusComplete(padapter->hndis_adapter); -+ break; -+ -+ default: -+ ret=_FALSE; -+ break; -+ } -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+u8 rtw_set_802_11_pmkid(_adapter* padapter, NDIS_802_11_PMKID *pmkid) -+{ -+ u8 ret=_SUCCESS; -+ -+ return ret; -+} -+ -+#endif -+ -+u8 rtw_set_802_11_bssid(_adapter* padapter, u8 *bssid) -+{ -+ _irqL irqL; -+ u8 status=_SUCCESS; -+ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ DBG_871X_LEVEL(_drv_always_, "set bssid:%pM\n", bssid); -+ -+ if ((bssid[0]==0x00 && bssid[1]==0x00 && bssid[2]==0x00 && bssid[3]==0x00 && bssid[4]==0x00 &&bssid[5]==0x00) || -+ (bssid[0]==0xFF && bssid[1]==0xFF && bssid[2]==0xFF && bssid[3]==0xFF && bssid[4]==0xFF &&bssid[5]==0xFF)) -+ { -+ status = _FAIL; -+ goto exit; -+ } -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ -+ DBG_871X("Set BSSID under fw_state=0x%08x\n", get_fwstate(pmlmepriv)); -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ goto handle_tkip_countermeasure; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) { -+ goto release_mlme_lock; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, ("set_bssid: _FW_LINKED||WIFI_ADHOC_MASTER_STATE\n")); -+ -+ if (_rtw_memcmp(&pmlmepriv->cur_network.network.MacAddress, bssid, ETH_ALEN) == _TRUE) -+ { -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _FALSE) -+ goto release_mlme_lock;//it means driver is in WIFI_ADHOC_MASTER_STATE, we needn't create bss again. -+ } else { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("Set BSSID not the same bssid\n")); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("set_bssid="MAC_FMT"\n", MAC_ARG(bssid) )); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("cur_bssid="MAC_FMT"\n", MAC_ARG(pmlmepriv->cur_network.network.MacAddress) )); -+ -+ rtw_disassoc_cmd(padapter, 0, _TRUE); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE)) { -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ } -+ } -+ -+handle_tkip_countermeasure: -+ if (rtw_handle_tkip_countermeasure(padapter, __func__) == _FAIL) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ _rtw_memset(&pmlmepriv->assoc_ssid, 0, sizeof(NDIS_802_11_SSID)); -+ _rtw_memcpy(&pmlmepriv->assoc_bssid, bssid, ETH_ALEN); -+ pmlmepriv->assoc_by_bssid=_TRUE; -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ pmlmepriv->to_join = _TRUE; -+ } -+ else { -+ status = rtw_do_join(padapter); -+ } -+ -+release_mlme_lock: -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+exit: -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("rtw_set_802_11_bssid: status=%d\n", status)); -+ -+_func_exit_; -+ -+ return status; -+} -+ -+u8 rtw_set_802_11_ssid(_adapter* padapter, NDIS_802_11_SSID *ssid) -+{ -+ _irqL irqL; -+ u8 status = _SUCCESS; -+ u32 cur_time = 0; -+ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *pnetwork = &pmlmepriv->cur_network; -+ -+_func_enter_; -+ -+ DBG_871X_LEVEL(_drv_always_, "set ssid [%s] fw_state=0x%08x\n", -+ ssid->Ssid, get_fwstate(pmlmepriv)); -+ -+ if (!rtw_is_hw_init_completed(padapter)) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("set_ssid: hw_init_completed==_FALSE=>exit!!!\n")); -+ status = _FAIL; -+ goto exit; -+ } -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ DBG_871X("Set SSID under fw_state=0x%08x\n", get_fwstate(pmlmepriv)); -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ goto handle_tkip_countermeasure; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) { -+ goto release_mlme_lock; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_info_, -+ ("set_ssid: _FW_LINKED||WIFI_ADHOC_MASTER_STATE\n")); -+ -+ if ((pmlmepriv->assoc_ssid.SsidLength == ssid->SsidLength) && -+ (_rtw_memcmp(&pmlmepriv->assoc_ssid.Ssid, ssid->Ssid, ssid->SsidLength) == _TRUE)) -+ { -+ if((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _FALSE)) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("Set SSID is the same ssid, fw_state=0x%08x\n", -+ get_fwstate(pmlmepriv))); -+ -+ if(rtw_is_same_ibss(padapter, pnetwork) == _FALSE) -+ { -+ //if in WIFI_ADHOC_MASTER_STATE | WIFI_ADHOC_STATE, create bss or rejoin again -+ rtw_disassoc_cmd(padapter, 0, _TRUE); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE) { -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ } -+ else -+ { -+ goto release_mlme_lock;//it means driver is in WIFI_ADHOC_MASTER_STATE, we needn't create bss again. -+ } -+ } -+#ifdef CONFIG_LPS -+ else { -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_JOINBSS, 1); -+ } -+#endif -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("Set SSID not the same ssid\n")); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("set_ssid=[%s] len=0x%x\n", ssid->Ssid, (unsigned int)ssid->SsidLength)); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("assoc_ssid=[%s] len=0x%x\n", pmlmepriv->assoc_ssid.Ssid, (unsigned int)pmlmepriv->assoc_ssid.SsidLength)); -+ -+ rtw_disassoc_cmd(padapter, 0, _TRUE); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE) { -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ } -+ } -+ -+handle_tkip_countermeasure: -+ if (rtw_handle_tkip_countermeasure(padapter, __func__) == _FAIL) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ if (rtw_validate_ssid(ssid) == _FALSE) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ _rtw_memcpy(&pmlmepriv->assoc_ssid, ssid, sizeof(NDIS_802_11_SSID)); -+ pmlmepriv->assoc_by_bssid=_FALSE; -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ pmlmepriv->to_join = _TRUE; -+ } -+ else { -+ status = rtw_do_join(padapter); -+ } -+ -+release_mlme_lock: -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+exit: -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("-rtw_set_802_11_ssid: status=%d\n", status)); -+ -+_func_exit_; -+ -+ return status; -+ -+} -+ -+u8 rtw_set_802_11_connect(_adapter* padapter, u8 *bssid, NDIS_802_11_SSID *ssid) -+{ -+ _irqL irqL; -+ u8 status = _SUCCESS; -+ u32 cur_time = 0; -+ bool bssid_valid = _TRUE; -+ bool ssid_valid = _TRUE; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ if (!ssid || rtw_validate_ssid(ssid) == _FALSE) -+ ssid_valid = _FALSE; -+ -+ if (!bssid || rtw_validate_bssid(bssid) == _FALSE) -+ bssid_valid = _FALSE; -+ -+ if (ssid_valid == _FALSE && bssid_valid == _FALSE) { -+ DBG_871X(FUNC_ADPT_FMT" ssid:%p, ssid_valid:%d, bssid:%p, bssid_valid:%d\n", -+ FUNC_ADPT_ARG(padapter), ssid, ssid_valid, bssid, bssid_valid); -+ status = _FAIL; -+ goto exit; -+ } -+ -+ if (!rtw_is_hw_init_completed(padapter)) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, -+ ("set_ssid: hw_init_completed==_FALSE=>exit!!!\n")); -+ status = _FAIL; -+ goto exit; -+ } -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" fw_state=0x%08x\n", -+ FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ goto handle_tkip_countermeasure; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) { -+ goto release_mlme_lock; -+ } -+ -+handle_tkip_countermeasure: -+ if (rtw_handle_tkip_countermeasure(padapter, __func__) == _FAIL) { -+ status = _FAIL; -+ goto release_mlme_lock; -+ } -+ -+ if (ssid && ssid_valid) -+ _rtw_memcpy(&pmlmepriv->assoc_ssid, ssid, sizeof(NDIS_802_11_SSID)); -+ else -+ _rtw_memset(&pmlmepriv->assoc_ssid, 0, sizeof(NDIS_802_11_SSID)); -+ -+ if (bssid && bssid_valid) { -+ _rtw_memcpy(&pmlmepriv->assoc_bssid, bssid, ETH_ALEN); -+ pmlmepriv->assoc_by_bssid = _TRUE; -+ } else { -+ pmlmepriv->assoc_by_bssid = _FALSE; -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ pmlmepriv->to_join = _TRUE; -+ } -+ else { -+ status = rtw_do_join(padapter); -+ } -+ -+release_mlme_lock: -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+exit: -+ -+_func_exit_; -+ -+ return status; -+} -+ -+u8 rtw_set_802_11_infrastructure_mode(_adapter* padapter, -+ NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ NDIS_802_11_NETWORK_INFRASTRUCTURE* pold_state = &(cur_network->network.InfrastructureMode); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_notice_, -+ ("+rtw_set_802_11_infrastructure_mode: old=%d new=%d fw_state=0x%08x\n", -+ *pold_state, networktype, get_fwstate(pmlmepriv))); -+ -+ if(*pold_state != networktype) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,(" change mode!")); -+ //DBG_871X("change mode, old_mode=%d, new_mode=%d, fw_state=0x%x\n", *pold_state, networktype, get_fwstate(pmlmepriv)); -+ -+ if(*pold_state==Ndis802_11APMode) -+ { -+ //change to other mode from Ndis802_11APMode -+ cur_network->join_res = -1; -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ stop_ap_mode(padapter); -+#endif -+ } -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ if((check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) ||(*pold_state==Ndis802_11IBSS)) -+ rtw_disassoc_cmd(padapter, 0, _TRUE); -+ -+ if((check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)== _TRUE) ) -+ rtw_free_assoc_resources(padapter, 1); -+ -+ if((*pold_state == Ndis802_11Infrastructure) ||(*pold_state == Ndis802_11IBSS)) -+ { -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+ rtw_indicate_disconnect(padapter); //will clr Linked_state; before this function, we must have chked whether issue dis-assoc_cmd or not -+ } -+ } -+ -+ *pold_state = networktype; -+ -+ _clr_fwstate_(pmlmepriv, ~WIFI_NULL_STATE); -+ -+ switch(networktype) -+ { -+ case Ndis802_11IBSS: -+ set_fwstate(pmlmepriv, WIFI_ADHOC_STATE); -+ break; -+ -+ case Ndis802_11Infrastructure: -+ set_fwstate(pmlmepriv, WIFI_STATION_STATE); -+ break; -+ -+ case Ndis802_11APMode: -+ set_fwstate(pmlmepriv, WIFI_AP_STATE); -+#ifdef CONFIG_NATIVEAP_MLME -+ start_ap_mode(padapter); -+ //rtw_indicate_connect(padapter); -+#endif -+ -+ break; -+ -+ case Ndis802_11AutoUnknown: -+ case Ndis802_11InfrastructureMax: -+ break; -+ case Ndis802_11Monitor: -+ set_fwstate(pmlmepriv, WIFI_MONITOR_STATE); -+ break; -+ } -+ -+ //SecClearAllKeys(adapter); -+ -+ //RT_TRACE(COMP_OID_SET, DBG_LOUD, ("set_infrastructure: fw_state:%x after changing mode\n", -+ // get_fwstate(pmlmepriv) )); -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ } -+ -+_func_exit_; -+ -+ return _TRUE; -+} -+ -+ -+u8 rtw_set_802_11_disassociate(_adapter *padapter) -+{ -+ _irqL irqL; -+ struct mlme_priv * pmlmepriv = &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("MgntActrtw_set_802_11_disassociate: rtw_indicate_disconnect\n")); -+ -+ rtw_disassoc_cmd(padapter, 0, _TRUE); -+ rtw_indicate_disconnect(padapter); -+ //modify for CONFIG_IEEE80211W, none 11w can use it -+ rtw_free_assoc_resources_cmd(padapter); -+ if (_FAIL == rtw_pwr_wakeup(padapter)) -+ DBG_871X("%s(): rtw_pwr_wakeup fail !!!\n",__FUNCTION__); -+ } -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+_func_exit_; -+ -+ return _TRUE; -+} -+ -+u8 rtw_set_802_11_bssid_list_scan(_adapter* padapter, NDIS_802_11_SSID *pssid, int ssid_max_num) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv= &padapter->mlmepriv; -+ u8 res=_TRUE; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("+rtw_set_802_11_bssid_list_scan(), fw_state=%x\n", get_fwstate(pmlmepriv))); -+ -+ if (padapter == NULL) { -+ res=_FALSE; -+ goto exit; -+ } -+ if (!rtw_is_hw_init_completed(padapter)) { -+ res = _FALSE; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n===rtw_set_802_11_bssid_list_scan:hw_init_completed==_FALSE===\n")); -+ goto exit; -+ } -+ -+ if ((check_fwstate(pmlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == _TRUE) || -+ (pmlmepriv->LinkDetectInfo.bBusyTraffic == _TRUE)) -+ { -+ // Scan or linking is in progress, do nothing. -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("rtw_set_802_11_bssid_list_scan fail since fw_state = %x\n", get_fwstate(pmlmepriv))); -+ res = _TRUE; -+ -+ if(check_fwstate(pmlmepriv, (_FW_UNDER_SURVEY|_FW_UNDER_LINKING))== _TRUE){ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n###_FW_UNDER_SURVEY|_FW_UNDER_LINKING\n\n")); -+ } else { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n###pmlmepriv->sitesurveyctrl.traffic_busy==_TRUE\n\n")); -+ } -+ } else { -+ if (rtw_is_scan_deny(padapter)) { -+ DBG_871X(FUNC_ADPT_FMT": scan deny\n", FUNC_ADPT_ARG(padapter)); -+ indicate_wx_scan_complete_event(padapter); -+ return _SUCCESS; -+ } -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ res = rtw_sitesurvey_cmd(padapter, pssid, ssid_max_num, NULL, 0); -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ } -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 rtw_set_802_11_authentication_mode(_adapter* padapter, NDIS_802_11_AUTHENTICATION_MODE authmode) -+{ -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ int res; -+ u8 ret; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("set_802_11_auth.mode(): mode=%x\n", authmode)); -+ -+ psecuritypriv->ndisauthtype=authmode; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("rtw_set_802_11_authentication_mode:psecuritypriv->ndisauthtype=%d", psecuritypriv->ndisauthtype)); -+ -+ if(psecuritypriv->ndisauthtype>3) -+ psecuritypriv->dot11AuthAlgrthm=dot11AuthAlgrthm_8021X; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(psecuritypriv->ndisauthtype == 6) -+ psecuritypriv->dot11AuthAlgrthm=dot11AuthAlgrthm_WAPI; -+#endif -+ -+ res=rtw_set_auth(padapter,psecuritypriv); -+ -+ if(res==_SUCCESS) -+ ret=_TRUE; -+ else -+ ret=_FALSE; -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+u8 rtw_set_802_11_add_wep(_adapter* padapter, NDIS_802_11_WEP *wep){ -+ -+ u8 bdefaultkey; -+ u8 btransmitkey; -+ sint keyid,res; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ u8 ret=_SUCCESS; -+ -+_func_enter_; -+ -+ bdefaultkey=(wep->KeyIndex & 0x40000000) > 0 ? _FALSE : _TRUE; //for ??? -+ btransmitkey= (wep->KeyIndex & 0x80000000) > 0 ? _TRUE : _FALSE; //for ??? -+ keyid=wep->KeyIndex & 0x3fffffff; -+ -+ if(keyid>=4) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("MgntActrtw_set_802_11_add_wep:keyid>4=>fail\n")); -+ ret=_FALSE; -+ goto exit; -+ } -+ -+ switch(wep->KeyLength) -+ { -+ case 5: -+ psecuritypriv->dot11PrivacyAlgrthm=_WEP40_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("MgntActrtw_set_802_11_add_wep:wep->KeyLength=5\n")); -+ break; -+ case 13: -+ psecuritypriv->dot11PrivacyAlgrthm=_WEP104_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("MgntActrtw_set_802_11_add_wep:wep->KeyLength=13\n")); -+ break; -+ default: -+ psecuritypriv->dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("MgntActrtw_set_802_11_add_wep:wep->KeyLength!=5 or 13\n")); -+ break; -+ } -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("rtw_set_802_11_add_wep:befor memcpy, wep->KeyLength=0x%x wep->KeyIndex=0x%x keyid =%x\n",wep->KeyLength,wep->KeyIndex,keyid)); -+ -+ _rtw_memcpy(&(psecuritypriv->dot11DefKey[keyid].skey[0]),&(wep->KeyMaterial),wep->KeyLength); -+ -+ psecuritypriv->dot11DefKeylen[keyid]=wep->KeyLength; -+ -+ psecuritypriv->dot11PrivacyKeyIndex=keyid; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("rtw_set_802_11_add_wep:security key material : %x %x %x %x %x %x %x %x %x %x %x %x %x \n", -+ psecuritypriv->dot11DefKey[keyid].skey[0],psecuritypriv->dot11DefKey[keyid].skey[1],psecuritypriv->dot11DefKey[keyid].skey[2], -+ psecuritypriv->dot11DefKey[keyid].skey[3],psecuritypriv->dot11DefKey[keyid].skey[4],psecuritypriv->dot11DefKey[keyid].skey[5], -+ psecuritypriv->dot11DefKey[keyid].skey[6],psecuritypriv->dot11DefKey[keyid].skey[7],psecuritypriv->dot11DefKey[keyid].skey[8], -+ psecuritypriv->dot11DefKey[keyid].skey[9],psecuritypriv->dot11DefKey[keyid].skey[10],psecuritypriv->dot11DefKey[keyid].skey[11], -+ psecuritypriv->dot11DefKey[keyid].skey[12])); -+ -+ res=rtw_set_key(padapter,psecuritypriv, keyid, 1, _TRUE); -+ -+ if(res==_FAIL) -+ ret= _FALSE; -+exit: -+ -+_func_exit_; -+ -+ return ret; -+ -+} -+ -+u8 rtw_set_802_11_remove_wep(_adapter* padapter, u32 keyindex){ -+ -+ u8 ret=_SUCCESS; -+ -+_func_enter_; -+ -+ if (keyindex >= 0x80000000 || padapter == NULL){ -+ -+ ret=_FALSE; -+ goto exit; -+ -+ } -+ else -+ { -+ int res; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ if( keyindex < 4 ){ -+ -+ _rtw_memset(&psecuritypriv->dot11DefKey[keyindex], 0, 16); -+ -+ res=rtw_set_key(padapter,psecuritypriv,keyindex, 0, _TRUE); -+ -+ psecuritypriv->dot11DefKeylen[keyindex]=0; -+ -+ if(res==_FAIL) -+ ret=_FAIL; -+ -+ } -+ else -+ { -+ ret=_FAIL; -+ } -+ -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+ -+} -+ -+u8 rtw_set_802_11_add_key(_adapter* padapter, NDIS_802_11_KEY *key){ -+ -+ uint encryptionalgo; -+ u8 * pbssid; -+ struct sta_info *stainfo; -+ u8 bgroup = _FALSE; -+ u8 bgrouptkey = _FALSE;//can be remove later -+ u8 ret=_SUCCESS; -+ -+_func_enter_; -+ -+ if (((key->KeyIndex & 0x80000000) == 0) && ((key->KeyIndex & 0x40000000) > 0)){ -+ -+ // It is invalid to clear bit 31 and set bit 30. If the miniport driver encounters this combination, -+ // it must fail the request and return NDIS_STATUS_INVALID_DATA. -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("rtw_set_802_11_add_key: ((key->KeyIndex & 0x80000000) == 0)[=%d] ",(int)(key->KeyIndex & 0x80000000) == 0)); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("rtw_set_802_11_add_key:((key->KeyIndex & 0x40000000) > 0)[=%d]" , (int)(key->KeyIndex & 0x40000000) > 0)); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_info_,("rtw_set_802_11_add_key: key->KeyIndex=%d \n" ,(int)key->KeyIndex)); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ if(key->KeyIndex & 0x40000000) -+ { -+ // Pairwise key -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("OID_802_11_ADD_KEY: +++++ Pairwise key +++++\n")); -+ -+ pbssid=get_bssid(&padapter->mlmepriv); -+ stainfo=rtw_get_stainfo(&padapter->stapriv, pbssid); -+ -+ if((stainfo!=NULL)&&(padapter->securitypriv.dot11AuthAlgrthm==dot11AuthAlgrthm_8021X)){ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("OID_802_11_ADD_KEY:( stainfo!=NULL)&&(Adapter->securitypriv.dot11AuthAlgrthm==dot11AuthAlgrthm_8021X)\n")); -+ encryptionalgo=stainfo->dot118021XPrivacy; -+ } -+ else{ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("OID_802_11_ADD_KEY: stainfo==NULL)||(Adapter->securitypriv.dot11AuthAlgrthm!=dot11AuthAlgrthm_8021X)\n")); -+ encryptionalgo=padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("rtw_set_802_11_add_key: (encryptionalgo ==%d)!\n",encryptionalgo )); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("rtw_set_802_11_add_key: (Adapter->securitypriv.dot11PrivacyAlgrthm ==%d)!\n",padapter->securitypriv.dot11PrivacyAlgrthm)); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("rtw_set_802_11_add_key: (Adapter->securitypriv.dot11AuthAlgrthm ==%d)!\n",padapter->securitypriv.dot11AuthAlgrthm)); -+ -+ if((stainfo!=NULL)){ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("rtw_set_802_11_add_key: (stainfo->dot118021XPrivacy ==%d)!\n", stainfo->dot118021XPrivacy)); -+ } -+ -+ if(key->KeyIndex & 0x000000FF){ -+ // The key index is specified in the lower 8 bits by values of zero to 255. -+ // The key index should be set to zero for a Pairwise key, and the driver should fail with -+ // NDIS_STATUS_INVALID_DATA if the lower 8 bits is not zero -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,(" key->KeyIndex & 0x000000FF.\n")); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ // check BSSID -+ if (IS_MAC_ADDRESS_BROADCAST(key->BSSID) == _TRUE){ -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("MacAddr_isBcst(key->BSSID)\n")); -+ ret= _FALSE; -+ goto exit; -+ } -+ -+ // Check key length for TKIP. -+ //if(encryptionAlgorithm == RT_ENC_TKIP_ENCRYPTION && key->KeyLength != 32) -+ if((encryptionalgo== _TKIP_)&& (key->KeyLength != 32)){ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("TKIP KeyLength:0x%x != 32\n", key->KeyLength)); -+ ret=_FAIL; -+ goto exit; -+ -+ } -+ -+ // Check key length for AES. -+ if((encryptionalgo== _AES_)&& (key->KeyLength != 16)) { -+ // For our supplicant, EAPPkt9x.vxd, cannot differentiate TKIP and AES case. -+ if(key->KeyLength == 32) { -+ key->KeyLength = 16; -+ } else { -+ ret= _FAIL; -+ goto exit; -+ } -+ } -+ -+ /* Check key length for WEP. For NDTEST, 2005.01.27, by rcnjko. -> modify checking condition*/ -+ if (((encryptionalgo == _WEP40_) && (key->KeyLength != 5)) || ((encryptionalgo == _WEP104_) && (key->KeyLength != 13))) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("WEP KeyLength:0x%x != 5 or 13\n", key->KeyLength)); -+ ret=_FAIL; -+ goto exit; -+ } -+ -+ bgroup = _FALSE; -+ -+ // Check the pairwise key. Added by Annie, 2005-07-06. -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("------------------------------------------\n")); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("[Pairwise Key set]\n")); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("------------------------------------------\n")); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("key index: 0x%8x(0x%8x)\n", key->KeyIndex,(key->KeyIndex&0x3))); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("key Length: %d\n", key->KeyLength)); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("------------------------------------------\n")); -+ -+ } -+ else -+ { -+ // Group key - KeyIndex(BIT30==0) -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("OID_802_11_ADD_KEY: +++++ Group key +++++\n")); -+ -+ -+ // when add wep key through add key and didn't assigned encryption type before -+ if((padapter->securitypriv.ndisauthtype<=3)&&(padapter->securitypriv.dot118021XGrpPrivacy==0)) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("keylen=%d( Adapter->securitypriv.dot11PrivacyAlgrthm=%x )padapter->securitypriv.dot118021XGrpPrivacy(%x)\n", key->KeyLength,padapter->securitypriv.dot11PrivacyAlgrthm,padapter->securitypriv.dot118021XGrpPrivacy)); -+ -+ switch(key->KeyLength) -+ { -+ case 5: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP40_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("Adapter->securitypriv.dot11PrivacyAlgrthm= %x key->KeyLength=%u\n", padapter->securitypriv.dot11PrivacyAlgrthm,key->KeyLength)); -+ break; -+ case 13: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP104_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("Adapter->securitypriv.dot11PrivacyAlgrthm= %x key->KeyLength=%u\n", padapter->securitypriv.dot11PrivacyAlgrthm,key->KeyLength)); -+ break; -+ default: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("Adapter->securitypriv.dot11PrivacyAlgrthm= %x key->KeyLength=%u \n", padapter->securitypriv.dot11PrivacyAlgrthm,key->KeyLength)); -+ break; -+ } -+ -+ encryptionalgo=padapter->securitypriv.dot11PrivacyAlgrthm; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,(" Adapter->securitypriv.dot11PrivacyAlgrthm=%x\n", padapter->securitypriv.dot11PrivacyAlgrthm)); -+ -+ } -+ else -+ { -+ encryptionalgo=padapter->securitypriv.dot118021XGrpPrivacy; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("( Adapter->securitypriv.dot11PrivacyAlgrthm=%x )encryptionalgo(%x)=padapter->securitypriv.dot118021XGrpPrivacy(%x)keylen=%d\n", padapter->securitypriv.dot11PrivacyAlgrthm,encryptionalgo,padapter->securitypriv.dot118021XGrpPrivacy,key->KeyLength)); -+ -+ } -+ -+ if((check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE)==_TRUE) && (IS_MAC_ADDRESS_BROADCAST(key->BSSID) == _FALSE)) { -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,(" IBSS but BSSID is not Broadcast Address.\n")); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ // Check key length for TKIP -+ if((encryptionalgo== _TKIP_) && (key->KeyLength != 32)) { -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,(" TKIP GTK KeyLength:%u != 32\n", key->KeyLength)); -+ ret= _FAIL; -+ goto exit; -+ -+ } else if(encryptionalgo== _AES_ && (key->KeyLength != 16 && key->KeyLength != 32) ) { -+ -+ // Check key length for AES -+ // For NDTEST, we allow keylen=32 in this case. 2005.01.27, by rcnjko. -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("<=== SetInfo, OID_802_11_ADD_KEY: AES GTK KeyLength:%u != 16 or 32\n", key->KeyLength)); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ // Change the key length for EAPPkt9x.vxd. Added by Annie, 2005-11-03. -+ if((encryptionalgo== _AES_) && (key->KeyLength == 32) ) { -+ key->KeyLength = 16; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("AES key length changed: %u\n", key->KeyLength) ); -+ } -+ -+ if(key->KeyIndex & 0x8000000) {//error ??? 0x8000_0000 -+ bgrouptkey = _TRUE; -+ } -+ -+ if((check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE)==_TRUE)&&(check_fwstate(&padapter->mlmepriv, _FW_LINKED)==_TRUE)) -+ { -+ bgrouptkey = _TRUE; -+ } -+ -+ bgroup = _TRUE; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("------------------------------------------\n") ); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("[Group Key set]\n") ); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("------------------------------------------\n")) ; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("key index: 0x%8x(0x%8x)\n", key->KeyIndex,(key->KeyIndex&0x3))); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("key Length: %d\n", key->KeyLength)) ; -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("------------------------------------------\n")); -+ -+ } -+ -+ // If WEP encryption algorithm, just call rtw_set_802_11_add_wep(). -+ if((padapter->securitypriv.dot11AuthAlgrthm !=dot11AuthAlgrthm_8021X)&&(encryptionalgo== _WEP40_ || encryptionalgo== _WEP104_)) -+ { -+ u8 ret; -+ u32 keyindex; -+ u32 len = FIELD_OFFSET(NDIS_802_11_KEY, KeyMaterial) + key->KeyLength; -+ NDIS_802_11_WEP *wep = &padapter->securitypriv.ndiswep; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("OID_802_11_ADD_KEY: +++++ WEP key +++++\n")); -+ -+ wep->Length = len; -+ keyindex = key->KeyIndex&0x7fffffff; -+ wep->KeyIndex = keyindex ; -+ wep->KeyLength = key->KeyLength; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("OID_802_11_ADD_KEY:Before memcpy \n")); -+ -+ _rtw_memcpy(wep->KeyMaterial, key->KeyMaterial, key->KeyLength); -+ _rtw_memcpy(&(padapter->securitypriv.dot11DefKey[keyindex].skey[0]), key->KeyMaterial, key->KeyLength); -+ -+ padapter->securitypriv.dot11DefKeylen[keyindex]=key->KeyLength; -+ padapter->securitypriv.dot11PrivacyKeyIndex=keyindex; -+ -+ ret = rtw_set_802_11_add_wep(padapter, wep); -+ -+ goto exit; -+ -+ } -+ -+ if(key->KeyIndex & 0x20000000){ -+ // SetRSC -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("OID_802_11_ADD_KEY: +++++ SetRSC+++++\n")); -+ if(bgroup == _TRUE) -+ { -+ NDIS_802_11_KEY_RSC keysrc=key->KeyRSC & 0x00FFFFFFFFFFFFULL; -+ _rtw_memcpy(&padapter->securitypriv.dot11Grprxpn, &keysrc, 8); -+ } -+ else -+ { -+ NDIS_802_11_KEY_RSC keysrc=key->KeyRSC & 0x00FFFFFFFFFFFFULL; -+ _rtw_memcpy(&padapter->securitypriv.dot11Grptxpn, &keysrc, 8); -+ } -+ -+ } -+ -+ // Indicate this key idx is used for TX -+ // Save the key in KeyMaterial -+ if(bgroup == _TRUE) // Group transmit key -+ { -+ int res; -+ -+ if(bgrouptkey == _TRUE) -+ { -+ padapter->securitypriv.dot118021XGrpKeyid=(u8)key->KeyIndex; -+ } -+ -+ if((key->KeyIndex&0x3) == 0){ -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ _rtw_memset(&padapter->securitypriv.dot118021XGrpKey[(u8)((key->KeyIndex) & 0x03)], 0, 16); -+ _rtw_memset(&padapter->securitypriv.dot118021XGrptxmickey[(u8)((key->KeyIndex) & 0x03)], 0, 16); -+ _rtw_memset(&padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)], 0, 16); -+ -+ if((key->KeyIndex & 0x10000000)) -+ { -+ _rtw_memcpy(&padapter->securitypriv.dot118021XGrptxmickey[(u8)((key->KeyIndex) & 0x03)], key->KeyMaterial + 16, 8); -+ _rtw_memcpy(&padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)], key->KeyMaterial + 24, 8); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n rtw_set_802_11_add_key:rx mic :0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[0],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[1], -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[2],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[3], -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[4],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[5], -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[6],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[7])); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n rtw_set_802_11_add_key:set Group mic key!!!!!!!!\n")); -+ -+ } -+ else -+ { -+ _rtw_memcpy(&padapter->securitypriv.dot118021XGrptxmickey[(u8)((key->KeyIndex) & 0x03)], key->KeyMaterial + 24, 8); -+ _rtw_memcpy(&padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)], key->KeyMaterial + 16, 8); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n rtw_set_802_11_add_key:rx mic :0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[0],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[1], -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[2],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[3], -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[4],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[5], -+ padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex) & 0x03)].skey[6],padapter->securitypriv.dot118021XGrprxmickey[(u8)((key->KeyIndex-1) & 0x03)].skey[7])); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n rtw_set_802_11_add_key:set Group mic key!!!!!!!!\n")); -+ -+ } -+ -+ //set group key by index -+ _rtw_memcpy(&padapter->securitypriv.dot118021XGrpKey[(u8)((key->KeyIndex) & 0x03)], key->KeyMaterial, key->KeyLength); -+ -+ key->KeyIndex=key->KeyIndex & 0x03; -+ -+ padapter->securitypriv.binstallGrpkey=_TRUE; -+ -+ padapter->securitypriv.bcheck_grpkey=_FALSE; -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("reset group key")); -+ -+ res=rtw_set_key(padapter,&padapter->securitypriv, key->KeyIndex, 1, _TRUE); -+ -+ if(res==_FAIL) -+ ret= _FAIL; -+ -+ goto exit; -+ -+ } -+ else // Pairwise Key -+ { -+ u8 res; -+ -+ pbssid=get_bssid(&padapter->mlmepriv); -+ stainfo=rtw_get_stainfo(&padapter->stapriv , pbssid ); -+ -+ if(stainfo!=NULL) -+ { -+ _rtw_memset( &stainfo->dot118021x_UncstKey, 0, 16);// clear keybuffer -+ -+ _rtw_memcpy(&stainfo->dot118021x_UncstKey, key->KeyMaterial, 16); -+ -+ if(encryptionalgo== _TKIP_) -+ { -+ padapter->securitypriv.busetkipkey=_FALSE; -+ -+ //_set_timer(&padapter->securitypriv.tkip_timer, 50); -+ -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n ==========_set_timer\n")); -+ -+ // if TKIP, save the Receive/Transmit MIC key in KeyMaterial[128-255] -+ if((key->KeyIndex & 0x10000000)){ -+ _rtw_memcpy(&stainfo->dot11tkiptxmickey, key->KeyMaterial + 16, 8); -+ _rtw_memcpy(&stainfo->dot11tkiprxmickey, key->KeyMaterial + 24, 8); -+ -+ } else { -+ _rtw_memcpy(&stainfo->dot11tkiptxmickey, key->KeyMaterial + 24, 8); -+ _rtw_memcpy(&stainfo->dot11tkiprxmickey, key->KeyMaterial + 16, 8); -+ -+ } -+ -+ } -+ else if(encryptionalgo == _AES_) -+ { -+ -+ } -+ -+ -+ //Set key to CAM through H2C command -+ #if 0 -+ if(bgrouptkey)//never go to here -+ { -+ res=rtw_setstakey_cmd(padapter, stainfo, GROUP_KEY, _TRUE); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n rtw_set_802_11_add_key:rtw_setstakey_cmd(group)\n")); -+ } -+ else{ -+ res=rtw_setstakey_cmd(padapter, stainfo, UNICAST_KEY, _TRUE); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_,_drv_err_,("\n rtw_set_802_11_add_key:rtw_setstakey_cmd(unicast)\n")); -+ } -+ #else -+ -+ res = rtw_setstakey_cmd(padapter, stainfo, UNICAST_KEY, _TRUE); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("\n rtw_set_802_11_add_key:rtw_setstakey_cmd(unicast)\n")); -+ #endif -+ -+ if(res ==_FALSE) -+ ret= _FAIL; -+ -+ } -+ -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+u8 rtw_set_802_11_remove_key(_adapter* padapter, NDIS_802_11_REMOVE_KEY *key){ -+ -+ uint encryptionalgo; -+ u8 * pbssid; -+ struct sta_info *stainfo; -+ u8 bgroup = (key->KeyIndex & 0x4000000) > 0 ? _FALSE: _TRUE; -+ u8 keyIndex = (u8)key->KeyIndex & 0x03; -+ u8 ret=_SUCCESS; -+ -+_func_enter_; -+ -+ if ((key->KeyIndex & 0xbffffffc) > 0) { -+ ret=_FAIL; -+ goto exit; -+ } -+ -+ if (bgroup == _TRUE) { -+ encryptionalgo= padapter->securitypriv.dot118021XGrpPrivacy; -+ // clear group key by index -+ //NdisZeroMemory(Adapter->MgntInfo.SecurityInfo.KeyBuf[keyIndex], MAX_WEP_KEY_LEN); -+ //Adapter->MgntInfo.SecurityInfo.KeyLen[keyIndex] = 0; -+ -+ _rtw_memset(&padapter->securitypriv.dot118021XGrpKey[keyIndex], 0, 16); -+ -+ //! \todo Send a H2C Command to Firmware for removing this Key in CAM Entry. -+ -+ } else { -+ -+ pbssid=get_bssid(&padapter->mlmepriv); -+ stainfo=rtw_get_stainfo(&padapter->stapriv , pbssid ); -+ if(stainfo !=NULL){ -+ encryptionalgo=stainfo->dot118021XPrivacy; -+ -+ // clear key by BSSID -+ _rtw_memset(&stainfo->dot118021x_UncstKey, 0, 16); -+ -+ //! \todo Send a H2C Command to Firmware for disable this Key in CAM Entry. -+ -+ } -+ else{ -+ ret= _FAIL; -+ goto exit; -+ } -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return _TRUE; -+ -+} -+ -+/* -+* rtw_get_cur_max_rate - -+* @adapter: pointer to _adapter structure -+* -+* Return 0 or 100Kbps -+*/ -+u16 rtw_get_cur_max_rate(_adapter *adapter) -+{ -+ int i = 0; -+ u16 rate = 0, max_rate = 0; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ WLAN_BSSID_EX *pcur_bss = &pmlmepriv->cur_network.network; -+ struct sta_info *psta = NULL; -+ u8 short_GI=0; -+#ifdef CONFIG_80211N_HT -+ u8 rf_type = 0; -+#endif -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (adapter->registrypriv.mp_mode == 1) -+ { -+ if (check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) -+ return 0; -+ } -+#endif -+ -+ if((check_fwstate(pmlmepriv, _FW_LINKED) != _TRUE) -+ && (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) != _TRUE)) -+ return 0; -+ -+ psta = rtw_get_stainfo(&adapter->stapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) -+ return 0; -+ -+ short_GI = query_ra_short_GI(psta); -+ -+#ifdef CONFIG_80211N_HT -+ if (IsSupportedHT(psta->wireless_mode)) { -+ rtw_hal_get_hwreg(adapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ max_rate = rtw_mcs_rate( -+ rf_type, -+ ((psta->bw_mode == CHANNEL_WIDTH_40)?1:0), -+ short_GI, -+ psta->htpriv.ht_cap.supp_mcs_set -+ ); -+ } -+#ifdef CONFIG_80211AC_VHT -+ else if (IsSupportedVHT(psta->wireless_mode)) { -+ max_rate = ((rtw_vht_mcs_to_data_rate(psta->bw_mode, short_GI, pmlmepriv->vhtpriv.vht_highest_rate) + 1) >> 1) * 10; -+ } -+#endif //CONFIG_80211AC_VHT -+ else -+#endif //CONFIG_80211N_HT -+ { -+ while( (pcur_bss->SupportedRates[i]!=0) && (pcur_bss->SupportedRates[i]!=0xFF)) -+ { -+ rate = pcur_bss->SupportedRates[i]&0x7F; -+ if(rate>max_rate) -+ max_rate = rate; -+ i++; -+ } -+ -+ max_rate = max_rate*10/2; -+ } -+ -+ return max_rate; -+} -+ -+/* -+* rtw_set_scan_mode - -+* @adapter: pointer to _adapter structure -+* @scan_mode: -+* -+* Return _SUCCESS or _FAIL -+*/ -+int rtw_set_scan_mode(_adapter *adapter, RT_SCAN_TYPE scan_mode) -+{ -+ if(scan_mode != SCAN_ACTIVE && scan_mode != SCAN_PASSIVE) -+ return _FAIL; -+ -+ adapter->mlmepriv.scan_mode = scan_mode; -+ -+ return _SUCCESS; -+} -+ -+/* -+* rtw_set_channel_plan - -+* @adapter: pointer to _adapter structure -+* @channel_plan: -+* -+* Return _SUCCESS or _FAIL -+*/ -+int rtw_set_channel_plan(_adapter *adapter, u8 channel_plan) -+{ -+ struct registry_priv *pregistrypriv = &adapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+ //handle by cmd_thread to sync with scan operation -+ return rtw_set_chplan_cmd(adapter, RTW_CMDF_WAIT_ACK, channel_plan, 1); -+} -+ -+/* -+* rtw_set_country - -+* @adapter: pointer to _adapter structure -+* @country_code: string of country code -+* -+* Return _SUCCESS or _FAIL -+*/ -+int rtw_set_country(_adapter *adapter, const char *country_code) -+{ -+ int channel_plan; -+ -+ channel_plan = rtw_get_chplan_from_country(country_code); -+ -+ if (channel_plan == -1) { -+ DBG_871X_LEVEL(_drv_always_, "%s unsupported country_code:%s\n", __func__, country_code); -+ return _FAIL; -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, "%s country_code:%s mapping to chplan:0x%02x\n", __func__, country_code, channel_plan); -+ return rtw_set_channel_plan(adapter, channel_plan); -+} -+ -+/* -+* rtw_set_band - -+* @adapter: pointer to _adapter structure -+* @band: band to set -+* -+* Return _SUCCESS or _FAIL -+*/ -+int rtw_set_band(_adapter *adapter, u8 band) -+{ -+ if (rtw_band_valid(band)) { -+ DBG_871X(FUNC_ADPT_FMT" band:%d\n", FUNC_ADPT_ARG(adapter), band); -+ adapter->setband = band; -+ return _SUCCESS; -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" band:%d fail\n", FUNC_ADPT_ARG(adapter), band); -+ return _FAIL; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_iol.c linux/3rdparty/rtl8812au/core/rtw_iol.c ---- linux.old/3rdparty/rtl8812au/core/rtw_iol.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_iol.c 2017-06-07 23:07:21.000686574 +0300 -@@ -0,0 +1,390 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include -+ -+#ifdef CONFIG_IOL -+struct xmit_frame *rtw_IOL_accquire_xmit_frame(ADAPTER *adapter) -+{ -+ struct xmit_frame *xmit_frame; -+ struct xmit_buf *xmitbuf; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv = &(adapter->xmitpriv); -+ -+#if 1 -+ if ((xmit_frame = rtw_alloc_xmitframe(pxmitpriv)) == NULL) -+ { -+ DBG_871X("%s rtw_alloc_xmitframe return null\n", __FUNCTION__); -+ goto exit; -+ } -+ -+ if ((xmitbuf = rtw_alloc_xmitbuf(pxmitpriv)) == NULL) -+ { -+ DBG_871X("%s rtw_alloc_xmitbuf return null\n", __FUNCTION__); -+ rtw_free_xmitframe(pxmitpriv, xmit_frame); -+ xmit_frame=NULL; -+ goto exit; -+ } -+ -+ xmit_frame->frame_tag = MGNT_FRAMETAG; -+ xmit_frame->pxmitbuf = xmitbuf; -+ xmit_frame->buf_addr = xmitbuf->pbuf; -+ xmitbuf->priv_data = xmit_frame; -+ -+ pattrib = &xmit_frame->attrib; -+ update_mgntframe_attrib(adapter, pattrib); -+ pattrib->qsel = QSLT_BEACON;//Beacon -+ pattrib->subtype = WIFI_BEACON; -+ pattrib->pktlen = pattrib->last_txcmdsz = 0; -+ -+#else -+ if ((xmit_frame = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ DBG_871X("%s alloc_mgtxmitframe return null\n", __FUNCTION__); -+ } -+ else { -+ pattrib = &xmit_frame->attrib; -+ update_mgntframe_attrib(adapter, pattrib); -+ pattrib->qsel = QSLT_BEACON; -+ pattrib->pktlen = pattrib->last_txcmdsz = 0; -+ } -+#endif -+ -+exit: -+ return xmit_frame; -+} -+ -+ -+int rtw_IOL_append_cmds(struct xmit_frame *xmit_frame, u8 *IOL_cmds, u32 cmd_len) -+{ -+ struct pkt_attrib *pattrib = &xmit_frame->attrib; -+ u16 buf_offset; -+ u32 ori_len; -+ -+ buf_offset = TXDESC_OFFSET; -+ ori_len = buf_offset+pattrib->pktlen; -+ -+ //check if the io_buf can accommodate new cmds -+ if(ori_len + cmd_len + 8 > MAX_XMITBUF_SZ) { -+ DBG_871X("%s %u is large than MAX_XMITBUF_SZ:%u, can't accommodate new cmds\n", __FUNCTION__ -+ , ori_len + cmd_len + 8, MAX_XMITBUF_SZ); -+ return _FAIL; -+ } -+ -+ _rtw_memcpy(xmit_frame->buf_addr + buf_offset + pattrib->pktlen, IOL_cmds, cmd_len); -+ pattrib->pktlen += cmd_len; -+ pattrib->last_txcmdsz += cmd_len; -+ -+ //DBG_871X("%s ori:%u + cmd_len:%u = %u\n", __FUNCTION__, ori_len, cmd_len, buf_offset+pattrib->pktlen); -+ -+ return _SUCCESS; -+} -+ -+bool rtw_IOL_applied(ADAPTER *adapter) -+{ -+ if(1 == adapter->registrypriv.fw_iol) -+ return _TRUE; -+ -+#ifdef CONFIG_USB_HCI -+ if((2 == adapter->registrypriv.fw_iol) && (IS_FULL_SPEED_USB(adapter))) -+ return _TRUE; -+#endif -+ -+ return _FALSE; -+} -+ -+int rtw_IOL_exec_cmds_sync(ADAPTER *adapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt) -+{ -+ return rtw_hal_iol_cmd(adapter, xmit_frame, max_wating_ms,bndy_cnt); -+} -+ -+#ifdef CONFIG_IOL_NEW_GENERATION -+int rtw_IOL_append_LLT_cmd(struct xmit_frame *xmit_frame, u8 page_boundary) -+{ -+ return _SUCCESS; -+} -+int _rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value, u8 mask) -+{ -+ struct ioreg_cfg cmd = {8,IOREG_CMD_WB_REG,0x0, 0x0,0x0}; -+ -+ //RTW_PUT_LE16((u8*)&cmd.address, addr); -+ //RTW_PUT_LE32((u8*)&cmd.value, (u32)value); -+ cmd.address = cpu_to_le16(addr); -+ cmd.data = cpu_to_le32(value); -+ -+ if(mask!=0xFF) -+ { -+ cmd.length = 12; -+ //RTW_PUT_LE32((u8*)&cmd.mask, (u32)mask); -+ cmd.mask = cpu_to_le32(mask); -+ } -+ -+ //DBG_871X("%s addr:0x%04x,value:0x%08x,mask:0x%08x\n", __FUNCTION__, addr,value,mask); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, cmd.length); -+ -+} -+int _rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value, u16 mask) -+{ -+ struct ioreg_cfg cmd = {8,IOREG_CMD_WW_REG,0x0, 0x0,0x0}; -+ -+ //RTW_PUT_LE16((u8*)&cmd.address, addr); -+ //RTW_PUT_LE32((u8*)&cmd.value, (u32)value); -+ cmd.address = cpu_to_le16(addr); -+ cmd.data = cpu_to_le32(value); -+ -+ if(mask!=0xFFFF) -+ { -+ cmd.length = 12; -+ //RTW_PUT_LE32((u8*)&cmd.mask, (u32)mask); -+ cmd.mask = cpu_to_le32(mask); -+ } -+ -+ //DBG_871X("%s addr:0x%04x,value:0x%08x,mask:0x%08x\n", __FUNCTION__, addr,value,mask); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, cmd.length); -+ -+} -+int _rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value, u32 mask) -+{ -+ struct ioreg_cfg cmd = {8,IOREG_CMD_WD_REG,0x0, 0x0,0x0}; -+ -+ //RTW_PUT_LE16((u8*)&cmd.address, addr); -+ //RTW_PUT_LE32((u8*)&cmd.value, (u32)value); -+ cmd.address = cpu_to_le16(addr); -+ cmd.data = cpu_to_le32(value); -+ -+ if(mask!=0xFFFFFFFF) -+ { -+ cmd.length = 12; -+ //RTW_PUT_LE32((u8*)&cmd.mask, (u32)mask); -+ cmd.mask = cpu_to_le32(mask); -+ } -+ -+ //DBG_871X("%s addr:0x%04x,value:0x%08x,mask:0x%08x\n", __FU2NCTION__, addr,value,mask); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, cmd.length); -+ -+} -+ -+int _rtw_IOL_append_WRF_cmd(struct xmit_frame *xmit_frame, u8 rf_path, u16 addr, u32 value, u32 mask) -+{ -+ struct ioreg_cfg cmd = {8,IOREG_CMD_W_RF,0x0, 0x0,0x0}; -+ -+ //RTW_PUT_LE16((u8*)&cmd.address, addr); -+ //RTW_PUT_LE32((u8*)&cmd.value, (u32)value); -+ cmd.address = (rf_path<<8) |((addr) &0xFF); -+ cmd.data = cpu_to_le32(value); -+ -+ if(mask!=0x000FFFFF) -+ { -+ cmd.length = 12; -+ //RTW_PUT_LE32((u8*)&cmd.mask, (u32)mask); -+ cmd.mask = cpu_to_le32(mask); -+ } -+ -+ //DBG_871X("%s rf_path:0x%02x addr:0x%04x,value:0x%08x,mask:0x%08x\n", __FU2NCTION__,rf_path, addr,value,mask); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, cmd.length); -+ -+} -+ -+ -+ -+int rtw_IOL_append_DELAY_US_cmd(struct xmit_frame *xmit_frame, u16 us) -+{ -+ struct ioreg_cfg cmd = {4,IOREG_CMD_DELAY_US,0x0, 0x0,0x0}; -+ //RTW_PUT_LE16((u8*)&cmd.address, us); -+ cmd.address = cpu_to_le16(us); -+ -+ //DBG_871X("%s %u\n", __FUNCTION__, us); -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 4); -+} -+ -+int rtw_IOL_append_DELAY_MS_cmd(struct xmit_frame *xmit_frame, u16 ms) -+{ -+ struct ioreg_cfg cmd = {4,IOREG_CMD_DELAY_US,0x0, 0x0,0x0}; -+ -+ //RTW_PUT_LE16((u8*)&cmd.address, ms); -+ cmd.address = cpu_to_le16(ms); -+ -+ //DBG_871X("%s %u\n", __FUNCTION__, ms); -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 4); -+} -+int rtw_IOL_append_END_cmd(struct xmit_frame *xmit_frame) -+{ -+ struct ioreg_cfg cmd = {4,IOREG_CMD_END,0xFFFF, 0xFF,0x0}; -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 4); -+ -+} -+ -+u8 rtw_IOL_cmd_boundary_handle(struct xmit_frame *pxmit_frame) -+{ -+ u8 is_cmd_bndy = _FALSE; -+ if(((pxmit_frame->attrib.pktlen+32)%256) + 8 >= 256){ -+ rtw_IOL_append_END_cmd(pxmit_frame); -+ pxmit_frame->attrib.pktlen = ((((pxmit_frame->attrib.pktlen+32)/256)+1)*256 ); -+ -+ //printk("==> %s, pktlen(%d)\n",__FUNCTION__,pxmit_frame->attrib.pktlen); -+ pxmit_frame->attrib.last_txcmdsz = pxmit_frame->attrib.pktlen; -+ is_cmd_bndy = _TRUE; -+ } -+ return is_cmd_bndy; -+} -+ -+void rtw_IOL_cmd_buf_dump(ADAPTER *Adapter,int buf_len,u8 *pbuf) -+{ -+ int i; -+ int j=1; -+ -+ printk("###### %s ######\n",__FUNCTION__); -+ for(i=0;i< buf_len;i++){ -+ printk("%02x-",*(pbuf+i)); -+ -+ if(j%32 ==0) printk("\n");j++; -+ } -+ printk("\n"); -+ printk("============= ioreg_cmd len = %d =============== \n",buf_len); -+} -+ -+ -+#else //CONFIG_IOL_NEW_GENERATION -+int rtw_IOL_append_LLT_cmd(struct xmit_frame *xmit_frame, u8 page_boundary) -+{ -+ IOL_CMD cmd = {0x0, IOL_CMD_LLT, 0x0, 0x0}; -+ -+ RTW_PUT_BE32((u8*)&cmd.value, (u32)page_boundary); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 8); -+} -+ -+int _rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value) -+{ -+ IOL_CMD cmd = {0x0, IOL_CMD_WB_REG, 0x0, 0x0}; -+ -+ RTW_PUT_BE16((u8*)&cmd.address, (u16)addr); -+ RTW_PUT_BE32((u8*)&cmd.value, (u32)value); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 8); -+} -+ -+int _rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value) -+{ -+ IOL_CMD cmd = {0x0, IOL_CMD_WW_REG, 0x0, 0x0}; -+ -+ RTW_PUT_BE16((u8*)&cmd.address, (u16)addr); -+ RTW_PUT_BE32((u8*)&cmd.value, (u32)value); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 8); -+} -+ -+int _rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value) -+{ -+ IOL_CMD cmd = {0x0, IOL_CMD_WD_REG, 0x0, 0x0}; -+ u8* pos = (u8 *)&cmd; -+ -+ RTW_PUT_BE16((u8*)&cmd.address, (u16)addr); -+ RTW_PUT_BE32((u8*)&cmd.value, (u32)value); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 8); -+} -+ -+#ifdef DBG_IO -+int dbg_rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 1)) -+ DBG_871X("DBG_IO %s:%d IOL_WB(0x%04x, 0x%02x)\n", caller, line, addr, value); -+ -+ return _rtw_IOL_append_WB_cmd(xmit_frame, addr, value); -+} -+ -+int dbg_rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 2)) -+ DBG_871X("DBG_IO %s:%d IOL_WW(0x%04x, 0x%04x)\n", caller, line, addr, value); -+ -+ return _rtw_IOL_append_WW_cmd(xmit_frame, addr, value); -+} -+ -+int dbg_rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value, const char *caller, const int line) -+{ -+ if (match_write_sniff_ranges(addr, 4)) -+ DBG_871X("DBG_IO %s:%d IOL_WD(0x%04x, 0x%08x)\n", caller, line, addr, value); -+ -+ return _rtw_IOL_append_WD_cmd(xmit_frame, addr, value); -+} -+#endif -+ -+int rtw_IOL_append_DELAY_US_cmd(struct xmit_frame *xmit_frame, u16 us) -+{ -+ IOL_CMD cmd = {0x0, IOL_CMD_DELAY_US, 0x0, 0x0}; -+ -+ RTW_PUT_BE32((u8*)&cmd.value, (u32)us); -+ -+ //DBG_871X("%s %u\n", __FUNCTION__, us); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 8); -+} -+ -+int rtw_IOL_append_DELAY_MS_cmd(struct xmit_frame *xmit_frame, u16 ms) -+{ -+ IOL_CMD cmd = {0x0, IOL_CMD_DELAY_MS, 0x0, 0x0}; -+ -+ RTW_PUT_BE32((u8*)&cmd.value, (u32)ms); -+ -+ //DBG_871X("%s %u\n", __FUNCTION__, ms); -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&cmd, 8); -+} -+ -+int rtw_IOL_append_END_cmd(struct xmit_frame *xmit_frame) -+{ -+ IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; -+ -+ -+ return rtw_IOL_append_cmds(xmit_frame, (u8*)&end_cmd, 8); -+ -+} -+ -+int rtw_IOL_exec_cmd_array_sync(PADAPTER adapter, u8 *IOL_cmds, u32 cmd_num, u32 max_wating_ms) -+{ -+ struct xmit_frame *xmit_frame; -+ -+ if((xmit_frame=rtw_IOL_accquire_xmit_frame(adapter)) == NULL) -+ return _FAIL; -+ -+ if(rtw_IOL_append_cmds(xmit_frame, IOL_cmds, cmd_num<<3) == _FAIL) -+ return _FAIL; -+ -+ return rtw_IOL_exec_cmds_sync(adapter, xmit_frame, max_wating_ms,0); -+} -+ -+int rtw_IOL_exec_empty_cmds_sync(ADAPTER *adapter, u32 max_wating_ms) -+{ -+ IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; -+ return rtw_IOL_exec_cmd_array_sync(adapter, (u8*)&end_cmd, 1, max_wating_ms); -+} -+#endif //CONFIG_IOL_NEW_GENERATION -+ -+ -+ -+ -+#endif //CONFIG_IOL -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_mem.c linux/3rdparty/rtl8812au/core/rtw_mem.c ---- linux.old/3rdparty/rtl8812au/core/rtw_mem.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_mem.c 2017-06-07 23:07:21.000686574 +0300 -@@ -0,0 +1,122 @@ -+ -+#include -+#include -+ -+MODULE_LICENSE("GPL"); -+MODULE_DESCRIPTION("Realtek Wireless Lan Driver"); -+MODULE_AUTHOR("Realtek Semiconductor Corp."); -+MODULE_VERSION("DRIVERVERSION"); -+ -+struct sk_buff_head rtk_skb_mem_q; -+struct u8* rtk_buf_mem[NR_RECVBUFF]; -+ -+struct u8 * rtw_get_buf_premem(int index) -+{ -+ printk("%s, rtk_buf_mem index : %d\n", __func__, index); -+ return rtk_buf_mem[index]; -+} -+ -+u16 rtw_rtkm_get_buff_size(void) -+{ -+ return MAX_RTKM_RECVBUF_SZ; -+} -+EXPORT_SYMBOL(rtw_rtkm_get_buff_size); -+ -+u8 rtw_rtkm_get_nr_recv_skb(void) -+{ -+ return MAX_RTKM_NR_PREALLOC_RECV_SKB; -+} -+EXPORT_SYMBOL(rtw_rtkm_get_nr_recv_skb); -+ -+struct sk_buff *rtw_alloc_skb_premem(u16 in_size) -+{ -+ struct sk_buff *skb = NULL; -+ -+ if (in_size > MAX_RTKM_RECVBUF_SZ) { -+ pr_info("warning %s: driver buffer size(%d) > rtkm buffer size(%d)\n", __func__, in_size, MAX_RTKM_RECVBUF_SZ); -+ WARN_ON(1); -+ return skb; -+ } -+ -+ skb = skb_dequeue(&rtk_skb_mem_q); -+ -+ printk("%s, rtk_skb_mem_q len : %d\n", __func__, skb_queue_len(&rtk_skb_mem_q)); -+ -+ return skb; -+} -+EXPORT_SYMBOL(rtw_alloc_skb_premem); -+ -+int rtw_free_skb_premem(struct sk_buff *pskb) -+{ -+ if(!pskb) -+ return -1; -+ -+ if (skb_queue_len(&rtk_skb_mem_q) >= MAX_RTKM_NR_PREALLOC_RECV_SKB) -+ return -1; -+ -+ skb_queue_tail(&rtk_skb_mem_q, pskb); -+ -+ printk("%s, rtk_skb_mem_q len : %d\n", __func__, skb_queue_len(&rtk_skb_mem_q)); -+ -+ return 0; -+} -+EXPORT_SYMBOL(rtw_free_skb_premem); -+ -+static int __init rtw_mem_init(void) -+{ -+ int i; -+ SIZE_PTR tmpaddr=0; -+ SIZE_PTR alignment=0; -+ struct sk_buff *pskb=NULL; -+ -+ printk("%s\n", __func__); -+ pr_info("MAX_RTKM_NR_PREALLOC_RECV_SKB: %d\n", MAX_RTKM_NR_PREALLOC_RECV_SKB); -+ pr_info("MAX_RTKM_RECVBUF_SZ: %d\n", MAX_RTKM_RECVBUF_SZ); -+ -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ for(i=0; idata; -+ alignment = tmpaddr & (RECVBUFF_ALIGN_SZ-1); -+ skb_reserve(pskb, (RECVBUFF_ALIGN_SZ - alignment)); -+ -+ skb_queue_tail(&rtk_skb_mem_q, pskb); -+ } -+ else -+ { -+ printk("%s, alloc skb memory fail!\n", __func__); -+ } -+ -+ pskb=NULL; -+ } -+ -+ printk("%s, rtk_skb_mem_q len : %d\n", __func__, skb_queue_len(&rtk_skb_mem_q)); -+ -+ return 0; -+ -+} -+ -+static void __exit rtw_mem_exit(void) -+{ -+ if (skb_queue_len(&rtk_skb_mem_q)) { -+ printk("%s, rtk_skb_mem_q len : %d\n", __func__, skb_queue_len(&rtk_skb_mem_q)); -+ } -+ -+ skb_queue_purge(&rtk_skb_mem_q); -+ -+ printk("%s\n", __func__); -+} -+ -+module_init(rtw_mem_init); -+module_exit(rtw_mem_exit); -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_mlme.c linux/3rdparty/rtl8812au/core/rtw_mlme.c ---- linux.old/3rdparty/rtl8812au/core/rtw_mlme.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_mlme.c 2017-06-07 23:07:21.001686665 +0300 -@@ -0,0 +1,4645 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_MLME_C_ -+ -+#include -+ -+extern void indicate_wx_scan_complete_event(_adapter *padapter); -+extern u8 rtw_do_join(_adapter * padapter); -+ -+ -+sint _rtw_init_mlme_priv (_adapter* padapter) -+{ -+ sint i; -+ u8 *pbuf; -+ struct wlan_network *pnetwork; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ sint res = _SUCCESS; -+ -+_func_enter_; -+ -+ // We don't need to memset padapter->XXX to zero, because adapter is allocated by rtw_zvmalloc(). -+ //_rtw_memset((u8 *)pmlmepriv, 0, sizeof(struct mlme_priv)); -+ -+ pmlmepriv->nic_hdl = (u8 *)padapter; -+ -+ pmlmepriv->pscanned = NULL; -+ pmlmepriv->fw_state = WIFI_STATION_STATE; // Must sync with rtw_wdev_alloc() -+ // wdev->iftype = NL80211_IFTYPE_STATION -+ pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; -+ pmlmepriv->scan_mode=SCAN_ACTIVE;// 1: active, 0: pasive. Maybe someday we should rename this varable to "active_mode" (Jeff) -+ -+ _rtw_spinlock_init(&(pmlmepriv->lock)); -+ _rtw_init_queue(&(pmlmepriv->free_bss_pool)); -+ _rtw_init_queue(&(pmlmepriv->scanned_queue)); -+ -+ set_scanned_network_val(pmlmepriv, 0); -+ -+ _rtw_memset(&pmlmepriv->assoc_ssid,0,sizeof(NDIS_802_11_SSID)); -+ -+ pbuf = rtw_zvmalloc(MAX_BSS_CNT * (sizeof(struct wlan_network))); -+ -+ if (pbuf == NULL){ -+ res=_FAIL; -+ goto exit; -+ } -+ pmlmepriv->free_bss_buf = pbuf; -+ -+ pnetwork = (struct wlan_network *)pbuf; -+ -+ for(i = 0; i < MAX_BSS_CNT; i++) -+ { -+ _rtw_init_listhead(&(pnetwork->list)); -+ -+ rtw_list_insert_tail(&(pnetwork->list), &(pmlmepriv->free_bss_pool.queue)); -+ -+ pnetwork++; -+ } -+ -+ //allocate DMA-able/Non-Page memory for cmd_buf and rsp_buf -+ -+ rtw_clear_scan_deny(padapter); -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ pmlmepriv->bGetGateway = 0; -+#endif -+ -+#ifdef CONFIG_LAYER2_ROAMING -+ #define RTW_ROAM_SCAN_RESULT_EXP_MS 5*1000 -+ #define RTW_ROAM_RSSI_DIFF_TH 10 -+ #define RTW_ROAM_SCAN_INTERVAL_MS 10*1000 -+ -+ pmlmepriv->roam_flags = 0 -+ | RTW_ROAM_ON_EXPIRED -+ #ifdef CONFIG_LAYER2_ROAMING_RESUME -+ | RTW_ROAM_ON_RESUME -+ #endif -+ #ifdef CONFIG_LAYER2_ROAMING_ACTIVE -+ | RTW_ROAM_ACTIVE -+ #endif -+ ; -+ -+ pmlmepriv->roam_scanr_exp_ms = RTW_ROAM_SCAN_RESULT_EXP_MS; -+ pmlmepriv->roam_rssi_diff_th = RTW_ROAM_RSSI_DIFF_TH; -+ pmlmepriv->roam_scan_int_ms = RTW_ROAM_SCAN_INTERVAL_MS; -+#endif /* CONFIG_LAYER2_ROAMING */ -+ -+ rtw_init_mlme_timer(padapter); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+void rtw_mfree_mlme_priv_lock (struct mlme_priv *pmlmepriv); -+void rtw_mfree_mlme_priv_lock (struct mlme_priv *pmlmepriv) -+{ -+ _rtw_spinlock_free(&pmlmepriv->lock); -+ _rtw_spinlock_free(&(pmlmepriv->free_bss_pool.lock)); -+ _rtw_spinlock_free(&(pmlmepriv->scanned_queue.lock)); -+} -+ -+static void rtw_free_mlme_ie_data(u8 **ppie, u32 *plen) -+{ -+ if(*ppie) -+ { -+ rtw_mfree(*ppie, *plen); -+ *plen = 0; -+ *ppie=NULL; -+ } -+} -+ -+void rtw_free_mlme_priv_ie_data(struct mlme_priv *pmlmepriv) -+{ -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); -+ rtw_buf_free(&pmlmepriv->assoc_rsp, &pmlmepriv->assoc_rsp_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_beacon_ie, &pmlmepriv->wps_beacon_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_probe_req_ie, &pmlmepriv->wps_probe_req_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_probe_resp_ie, &pmlmepriv->wps_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wps_assoc_resp_ie, &pmlmepriv->wps_assoc_resp_ie_len); -+ -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_beacon_ie, &pmlmepriv->p2p_beacon_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_probe_req_ie, &pmlmepriv->p2p_probe_req_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_probe_resp_ie, &pmlmepriv->p2p_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_go_probe_resp_ie, &pmlmepriv->p2p_go_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->p2p_assoc_req_ie, &pmlmepriv->p2p_assoc_req_ie_len); -+#endif -+ -+#if defined(CONFIG_WFD) && defined(CONFIG_IOCTL_CFG80211) -+ rtw_free_mlme_ie_data(&pmlmepriv->wfd_beacon_ie, &pmlmepriv->wfd_beacon_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wfd_probe_req_ie, &pmlmepriv->wfd_probe_req_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wfd_probe_resp_ie, &pmlmepriv->wfd_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wfd_go_probe_resp_ie, &pmlmepriv->wfd_go_probe_resp_ie_len); -+ rtw_free_mlme_ie_data(&pmlmepriv->wfd_assoc_req_ie, &pmlmepriv->wfd_assoc_req_ie_len); -+#endif -+ -+} -+ -+void _rtw_free_mlme_priv (struct mlme_priv *pmlmepriv) -+{ -+_func_enter_; -+ if (NULL == pmlmepriv){ -+ rtw_warn_on(1); -+ goto exit; -+ } -+ rtw_free_mlme_priv_ie_data(pmlmepriv); -+ -+ if(pmlmepriv){ -+ rtw_mfree_mlme_priv_lock (pmlmepriv); -+ -+ if (pmlmepriv->free_bss_buf) { -+ rtw_vmfree(pmlmepriv->free_bss_buf, MAX_BSS_CNT * sizeof(struct wlan_network)); -+ } -+ } -+exit: -+_func_exit_; -+} -+ -+sint _rtw_enqueue_network(_queue *queue, struct wlan_network *pnetwork) -+{ -+ _irqL irqL; -+ -+_func_enter_; -+ -+ if (pnetwork == NULL) -+ goto exit; -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ -+ rtw_list_insert_tail(&pnetwork->list, &queue->queue); -+ -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+exit: -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+/* -+struct wlan_network *_rtw_dequeue_network(_queue *queue) -+{ -+ _irqL irqL; -+ -+ struct wlan_network *pnetwork; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ -+ if (_rtw_queue_empty(queue) == _TRUE) -+ -+ pnetwork = NULL; -+ -+ else -+ { -+ pnetwork = LIST_CONTAINOR(get_next(&queue->queue), struct wlan_network, list); -+ -+ rtw_list_delete(&(pnetwork->list)); -+ } -+ -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return pnetwork; -+} -+*/ -+ -+struct wlan_network *_rtw_alloc_network(struct mlme_priv *pmlmepriv )//(_queue *free_queue) -+{ -+ _irqL irqL; -+ struct wlan_network *pnetwork; -+ _queue *free_queue = &pmlmepriv->free_bss_pool; -+ _list* plist = NULL; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&free_queue->lock, &irqL); -+ -+ if (_rtw_queue_empty(free_queue) == _TRUE) { -+ pnetwork=NULL; -+ goto exit; -+ } -+ plist = get_next(&(free_queue->queue)); -+ -+ pnetwork = LIST_CONTAINOR(plist , struct wlan_network, list); -+ -+ rtw_list_delete(&pnetwork->list); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("_rtw_alloc_network: ptr=%p\n", plist)); -+ pnetwork->network_type = 0; -+ pnetwork->fixed = _FALSE; -+ pnetwork->last_scanned = rtw_get_current_time(); -+ pnetwork->aid=0; -+ pnetwork->join_res=0; -+ -+ pmlmepriv->num_of_scanned ++; -+ -+exit: -+ _exit_critical_bh(&free_queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return pnetwork; -+} -+ -+void _rtw_free_network(struct mlme_priv *pmlmepriv ,struct wlan_network *pnetwork, u8 isfreeall) -+{ -+ u32 delta_time; -+ u32 lifetime = SCANQUEUE_LIFETIME; -+ _irqL irqL; -+ _queue *free_queue = &(pmlmepriv->free_bss_pool); -+ -+_func_enter_; -+ -+ if (pnetwork == NULL) -+ goto exit; -+ -+ if (pnetwork->fixed == _TRUE) -+ goto exit; -+ -+ if ( (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)==_TRUE ) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)==_TRUE ) ) -+ lifetime = 1; -+ -+ if(!isfreeall) -+ { -+ delta_time = (u32) rtw_get_passing_time_ms(pnetwork->last_scanned); -+ if(delta_time < lifetime)// unit:msec -+ goto exit; -+ } -+ -+ _enter_critical_bh(&free_queue->lock, &irqL); -+ -+ rtw_list_delete(&(pnetwork->list)); -+ -+ rtw_list_insert_tail(&(pnetwork->list),&(free_queue->queue)); -+ -+ pmlmepriv->num_of_scanned --; -+ -+ -+ //DBG_871X("_rtw_free_network:SSID=%s\n", pnetwork->network.Ssid.Ssid); -+ -+ _exit_critical_bh(&free_queue->lock, &irqL); -+ -+exit: -+ -+_func_exit_; -+ -+} -+ -+void _rtw_free_network_nolock(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork) -+{ -+ -+ _queue *free_queue = &(pmlmepriv->free_bss_pool); -+ -+_func_enter_; -+ -+ if (pnetwork == NULL) -+ goto exit; -+ -+ if (pnetwork->fixed == _TRUE) -+ goto exit; -+ -+ //_enter_critical(&free_queue->lock, &irqL); -+ -+ rtw_list_delete(&(pnetwork->list)); -+ -+ rtw_list_insert_tail(&(pnetwork->list), get_list_head(free_queue)); -+ -+ pmlmepriv->num_of_scanned --; -+ -+ //_exit_critical(&free_queue->lock, &irqL); -+ -+exit: -+ -+_func_exit_; -+ -+} -+ -+ -+/* -+ return the wlan_network with the matching addr -+ -+ Shall be calle under atomic context... to avoid possible racing condition... -+*/ -+struct wlan_network *_rtw_find_network(_queue *scanned_queue, u8 *addr) -+{ -+ -+ //_irqL irqL; -+ _list *phead, *plist; -+ struct wlan_network *pnetwork = NULL; -+ u8 zero_addr[ETH_ALEN] = {0,0,0,0,0,0}; -+ -+_func_enter_; -+ -+ if(_rtw_memcmp(zero_addr, addr, ETH_ALEN)){ -+ pnetwork=NULL; -+ goto exit; -+ } -+ -+ //_enter_critical_bh(&scanned_queue->lock, &irqL); -+ -+ phead = get_list_head(scanned_queue); -+ plist = get_next(phead); -+ -+ while (plist != phead) -+ { -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network ,list); -+ -+ if (_rtw_memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN) == _TRUE) -+ break; -+ -+ plist = get_next(plist); -+ } -+ -+ if(plist == phead) -+ pnetwork = NULL; -+ -+ //_exit_critical_bh(&scanned_queue->lock, &irqL); -+ -+exit: -+ -+_func_exit_; -+ -+ return pnetwork; -+ -+} -+ -+ -+void _rtw_free_network_queue(_adapter *padapter, u8 isfreeall) -+{ -+ _irqL irqL; -+ _list *phead, *plist; -+ struct wlan_network *pnetwork; -+ struct mlme_priv* pmlmepriv = &padapter->mlmepriv; -+ _queue *scanned_queue = &pmlmepriv->scanned_queue; -+ -+_func_enter_; -+ -+ -+ _enter_critical_bh(&scanned_queue->lock, &irqL); -+ -+ phead = get_list_head(scanned_queue); -+ plist = get_next(phead); -+ -+ while (rtw_end_of_queue_search(phead, plist) == _FALSE) -+ { -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ plist = get_next(plist); -+ -+ _rtw_free_network(pmlmepriv,pnetwork, isfreeall); -+ -+ } -+ -+ _exit_critical_bh(&scanned_queue->lock, &irqL); -+ -+_func_exit_; -+ -+} -+ -+ -+ -+ -+sint rtw_if_up(_adapter *padapter) { -+ -+ sint res; -+_func_enter_; -+ -+ if (RTW_CANNOT_RUN(padapter) || -+ (check_fwstate(&padapter->mlmepriv, _FW_LINKED) == _FALSE)) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_if_up:bDriverStopped(%s) OR bSurpriseRemoved(%s)" -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False")); -+ res=_FALSE; -+ } -+ else -+ res= _TRUE; -+ -+_func_exit_; -+ return res; -+} -+ -+ -+void rtw_generate_random_ibss(u8* pibss) -+{ -+ u32 curtime = rtw_get_current_time(); -+ -+_func_enter_; -+ pibss[0] = 0x02; //in ad-hoc mode bit1 must set to 1 -+ pibss[1] = 0x11; -+ pibss[2] = 0x87; -+ pibss[3] = (u8)(curtime & 0xff) ;//p[0]; -+ pibss[4] = (u8)((curtime>>8) & 0xff) ;//p[1]; -+ pibss[5] = (u8)((curtime>>16) & 0xff) ;//p[2]; -+_func_exit_; -+ return; -+} -+ -+u8 *rtw_get_capability_from_ie(u8 *ie) -+{ -+ return (ie + 8 + 2); -+} -+ -+ -+u16 rtw_get_capability(WLAN_BSSID_EX *bss) -+{ -+ u16 val; -+_func_enter_; -+ -+ _rtw_memcpy((u8 *)&val, rtw_get_capability_from_ie(bss->IEs), 2); -+ -+_func_exit_; -+ return le16_to_cpu(val); -+} -+ -+u8 *rtw_get_timestampe_from_ie(u8 *ie) -+{ -+ return (ie + 0); -+} -+ -+u8 *rtw_get_beacon_interval_from_ie(u8 *ie) -+{ -+ return (ie + 8); -+} -+ -+ -+int rtw_init_mlme_priv (_adapter *padapter)//(struct mlme_priv *pmlmepriv) -+{ -+ int res; -+_func_enter_; -+ res = _rtw_init_mlme_priv(padapter);// (pmlmepriv); -+_func_exit_; -+ return res; -+} -+ -+void rtw_free_mlme_priv (struct mlme_priv *pmlmepriv) -+{ -+_func_enter_; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("rtw_free_mlme_priv\n")); -+ _rtw_free_mlme_priv (pmlmepriv); -+_func_exit_; -+} -+ -+int rtw_enqueue_network(_queue *queue, struct wlan_network *pnetwork); -+int rtw_enqueue_network(_queue *queue, struct wlan_network *pnetwork) -+{ -+ int res; -+_func_enter_; -+ res = _rtw_enqueue_network(queue, pnetwork); -+_func_exit_; -+ return res; -+} -+ -+/* -+static struct wlan_network *rtw_dequeue_network(_queue *queue) -+{ -+ struct wlan_network *pnetwork; -+_func_enter_; -+ pnetwork = _rtw_dequeue_network(queue); -+_func_exit_; -+ return pnetwork; -+} -+*/ -+ -+struct wlan_network *rtw_alloc_network(struct mlme_priv *pmlmepriv ); -+struct wlan_network *rtw_alloc_network(struct mlme_priv *pmlmepriv )//(_queue *free_queue) -+{ -+ struct wlan_network *pnetwork; -+_func_enter_; -+ pnetwork = _rtw_alloc_network(pmlmepriv); -+_func_exit_; -+ return pnetwork; -+} -+ -+void rtw_free_network(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork, u8 is_freeall); -+void rtw_free_network(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork, u8 is_freeall)//(struct wlan_network *pnetwork, _queue *free_queue) -+{ -+_func_enter_; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("rtw_free_network==> ssid = %s \n\n" , pnetwork->network.Ssid.Ssid)); -+ _rtw_free_network(pmlmepriv, pnetwork, is_freeall); -+_func_exit_; -+} -+ -+void rtw_free_network_nolock(_adapter * padapter, struct wlan_network *pnetwork ); -+void rtw_free_network_nolock(_adapter * padapter, struct wlan_network *pnetwork ) -+{ -+_func_enter_; -+ //RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("rtw_free_network==> ssid = %s \n\n" , pnetwork->network.Ssid.Ssid)); -+ _rtw_free_network_nolock(&(padapter->mlmepriv), pnetwork); -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_unlink_bss(padapter, pnetwork); -+#endif //CONFIG_IOCTL_CFG80211 -+_func_exit_; -+} -+ -+ -+void rtw_free_network_queue(_adapter* dev, u8 isfreeall) -+{ -+_func_enter_; -+ _rtw_free_network_queue(dev, isfreeall); -+_func_exit_; -+} -+ -+/* -+ return the wlan_network with the matching addr -+ -+ Shall be calle under atomic context... to avoid possible racing condition... -+*/ -+struct wlan_network *rtw_find_network(_queue *scanned_queue, u8 *addr) -+{ -+ struct wlan_network *pnetwork = _rtw_find_network(scanned_queue, addr); -+ -+ return pnetwork; -+} -+ -+int rtw_is_same_ibss(_adapter *adapter, struct wlan_network *pnetwork) -+{ -+ int ret=_TRUE; -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ -+ if ( (psecuritypriv->dot11PrivacyAlgrthm != _NO_PRIVACY_ ) && -+ ( pnetwork->network.Privacy == 0 ) ) -+ { -+ ret=_FALSE; -+ } -+ else if((psecuritypriv->dot11PrivacyAlgrthm == _NO_PRIVACY_ ) && -+ ( pnetwork->network.Privacy == 1 ) ) -+ { -+ ret=_FALSE; -+ } -+ else -+ { -+ ret=_TRUE; -+ } -+ -+ return ret; -+ -+} -+ -+inline int is_same_ess(WLAN_BSSID_EX *a, WLAN_BSSID_EX *b) -+{ -+ //RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("(%s,%d)(%s,%d)\n", -+ // a->Ssid.Ssid,a->Ssid.SsidLength,b->Ssid.Ssid,b->Ssid.SsidLength)); -+ return (a->Ssid.SsidLength == b->Ssid.SsidLength) -+ && _rtw_memcmp(a->Ssid.Ssid, b->Ssid.Ssid, a->Ssid.SsidLength)==_TRUE; -+} -+ -+int is_same_network(WLAN_BSSID_EX *src, WLAN_BSSID_EX *dst, u8 feature) -+{ -+ u16 s_cap, d_cap; -+ -+_func_enter_; -+ -+ if(rtw_bug_check(dst, src, &s_cap, &d_cap)==_FALSE) -+ return _FALSE; -+ -+ _rtw_memcpy((u8 *)&s_cap, rtw_get_capability_from_ie(src->IEs), 2); -+ _rtw_memcpy((u8 *)&d_cap, rtw_get_capability_from_ie(dst->IEs), 2); -+ -+ -+ s_cap = le16_to_cpu(s_cap); -+ d_cap = le16_to_cpu(d_cap); -+ -+_func_exit_; -+ -+#ifdef CONFIG_P2P -+ if ((feature == 1) && // 1: P2P supported -+ (_rtw_memcmp(src->MacAddress, dst->MacAddress, ETH_ALEN) == _TRUE) -+ ) { -+ return _TRUE; -+ } -+#endif -+ -+ return ((src->Ssid.SsidLength == dst->Ssid.SsidLength) && -+ // (src->Configuration.DSConfig == dst->Configuration.DSConfig) && -+ ( (_rtw_memcmp(src->MacAddress, dst->MacAddress, ETH_ALEN)) == _TRUE) && -+ ( (_rtw_memcmp(src->Ssid.Ssid, dst->Ssid.Ssid, src->Ssid.SsidLength)) == _TRUE) && -+ ((s_cap & WLAN_CAPABILITY_IBSS) == -+ (d_cap & WLAN_CAPABILITY_IBSS)) && -+ ((s_cap & WLAN_CAPABILITY_BSS) == -+ (d_cap & WLAN_CAPABILITY_BSS))); -+ -+} -+ -+struct wlan_network *_rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network) -+{ -+ _list *phead, *plist; -+ struct wlan_network *found = NULL; -+ -+ phead = get_list_head(scanned_queue); -+ plist = get_next(phead); -+ -+ while (plist != phead) { -+ found = LIST_CONTAINOR(plist, struct wlan_network ,list); -+ -+ if (is_same_network(&network->network, &found->network,0)) -+ break; -+ -+ plist = get_next(plist); -+ } -+ -+ if(plist == phead) -+ found = NULL; -+exit: -+ return found; -+} -+ -+struct wlan_network *rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network) -+{ -+ _irqL irqL; -+ struct wlan_network *found = NULL; -+ -+ if (scanned_queue == NULL || network == NULL) -+ goto exit; -+ -+ _enter_critical_bh(&scanned_queue->lock, &irqL); -+ found = _rtw_find_same_network(scanned_queue, network); -+ _exit_critical_bh(&scanned_queue->lock, &irqL); -+ -+exit: -+ return found; -+} -+ -+struct wlan_network * rtw_get_oldest_wlan_network(_queue *scanned_queue) -+{ -+ _list *plist, *phead; -+ -+ -+ struct wlan_network *pwlan = NULL; -+ struct wlan_network *oldest = NULL; -+_func_enter_; -+ phead = get_list_head(scanned_queue); -+ -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pwlan= LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ if(pwlan->fixed!=_TRUE) -+ { -+ if (oldest == NULL ||time_after(oldest->last_scanned, pwlan->last_scanned)) -+ oldest = pwlan; -+ } -+ -+ plist = get_next(plist); -+ } -+_func_exit_; -+ return oldest; -+ -+} -+ -+void update_network(WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src, -+ _adapter * padapter, bool update_ie) -+{ -+ u8 ss_ori = dst->PhyInfo.SignalStrength; -+ u8 sq_ori = dst->PhyInfo.SignalQuality; -+ long rssi_ori = dst->Rssi; -+ -+ u8 ss_smp = src->PhyInfo.SignalStrength; -+ u8 sq_smp = src->PhyInfo.SignalQuality; -+ long rssi_smp = src->Rssi; -+ -+ u8 ss_final; -+ u8 sq_final; -+ long rssi_final; -+ -+_func_enter_; -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ rtw_hal_antdiv_rssi_compared(padapter, dst, src); //this will update src.Rssi, need consider again -+#endif -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) && 1 -+ if(strcmp(dst->Ssid.Ssid, DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) == 0) { -+ DBG_871X(FUNC_ADPT_FMT" %s("MAC_FMT", ch%u) ss_ori:%3u, sq_ori:%3u, rssi_ori:%3ld, ss_smp:%3u, sq_smp:%3u, rssi_smp:%3ld\n" -+ , FUNC_ADPT_ARG(padapter) -+ , src->Ssid.Ssid, MAC_ARG(src->MacAddress), src->Configuration.DSConfig -+ ,ss_ori, sq_ori, rssi_ori -+ ,ss_smp, sq_smp, rssi_smp -+ ); -+ } -+ #endif -+ -+ /* The rule below is 1/5 for sample value, 4/5 for history value */ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { -+ /* Take the recvpriv's value for the connected AP*/ -+ ss_final = padapter->recvpriv.signal_strength; -+ sq_final = padapter->recvpriv.signal_qual; -+ /* the rssi value here is undecorated, and will be used for antenna diversity */ -+ if(sq_smp != 101) /* from the right channel */ -+ rssi_final = (src->Rssi+dst->Rssi*4)/5; -+ else -+ rssi_final = rssi_ori; -+ } -+ else { -+ if(sq_smp != 101) { /* from the right channel */ -+ ss_final = ((u32)(src->PhyInfo.SignalStrength)+(u32)(dst->PhyInfo.SignalStrength)*4)/5; -+ sq_final = ((u32)(src->PhyInfo.SignalQuality)+(u32)(dst->PhyInfo.SignalQuality)*4)/5; -+ rssi_final = (src->Rssi+dst->Rssi*4)/5; -+ } else { -+ /* bss info not receving from the right channel, use the original RX signal infos */ -+ ss_final = dst->PhyInfo.SignalStrength; -+ sq_final = dst->PhyInfo.SignalQuality; -+ rssi_final = dst->Rssi; -+ } -+ -+ } -+ -+ if (update_ie) { -+ dst->Reserved[0] = src->Reserved[0]; -+ dst->Reserved[1] = src->Reserved[1]; -+ _rtw_memcpy((u8 *)dst, (u8 *)src, get_WLAN_BSSID_EX_sz(src)); -+ } -+ -+ dst->PhyInfo.SignalStrength = ss_final; -+ dst->PhyInfo.SignalQuality = sq_final; -+ dst->Rssi = rssi_final; -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) && 1 -+ if(strcmp(dst->Ssid.Ssid, DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) == 0) { -+ DBG_871X(FUNC_ADPT_FMT" %s("MAC_FMT"), SignalStrength:%u, SignalQuality:%u, RawRSSI:%ld\n" -+ , FUNC_ADPT_ARG(padapter) -+ , dst->Ssid.Ssid, MAC_ARG(dst->MacAddress), dst->PhyInfo.SignalStrength, dst->PhyInfo.SignalQuality, dst->Rssi); -+ } -+ #endif -+ -+#if 0 // old codes, may be useful one day... -+// DBG_871X("update_network: rssi=0x%lx dst->Rssi=%d ,dst->Rssi=0x%lx , src->Rssi=0x%lx",(dst->Rssi+src->Rssi)/2,dst->Rssi,dst->Rssi,src->Rssi); -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src)) -+ { -+ -+ //DBG_871X("b:ssid=%s update_network: src->rssi=0x%d padapter->recvpriv.ui_rssi=%d\n",src->Ssid.Ssid,src->Rssi,padapter->recvpriv.signal); -+ if(padapter->recvpriv.signal_qual_data.total_num++ >= PHY_LINKQUALITY_SLID_WIN_MAX) -+ { -+ padapter->recvpriv.signal_qual_data.total_num = PHY_LINKQUALITY_SLID_WIN_MAX; -+ last_evm = padapter->recvpriv.signal_qual_data.elements[padapter->recvpriv.signal_qual_data.index]; -+ padapter->recvpriv.signal_qual_data.total_val -= last_evm; -+ } -+ padapter->recvpriv.signal_qual_data.total_val += query_rx_pwr_percentage(src->Rssi); -+ -+ padapter->recvpriv.signal_qual_data.elements[padapter->recvpriv.signal_qual_data.index++] = query_rx_pwr_percentage(src->Rssi); -+ if(padapter->recvpriv.signal_qual_data.index >= PHY_LINKQUALITY_SLID_WIN_MAX) -+ padapter->recvpriv.signal_qual_data.index = 0; -+ -+ //DBG_871X("Total SQ=%d pattrib->signal_qual= %d\n", padapter->recvpriv.signal_qual_data.total_val, src->Rssi); -+ -+ // <1> Showed on UI for user,in percentage. -+ tmpVal = padapter->recvpriv.signal_qual_data.total_val/padapter->recvpriv.signal_qual_data.total_num; -+ padapter->recvpriv.signal=(u8)tmpVal;//Link quality -+ -+ src->Rssi= translate_percentage_to_dbm(padapter->recvpriv.signal) ; -+ } -+ else{ -+// DBG_871X("ELSE:ssid=%s update_network: src->rssi=0x%d dst->rssi=%d\n",src->Ssid.Ssid,src->Rssi,dst->Rssi); -+ src->Rssi=(src->Rssi +dst->Rssi)/2;//dBM -+ } -+ -+// DBG_871X("a:update_network: src->rssi=0x%d padapter->recvpriv.ui_rssi=%d\n",src->Rssi,padapter->recvpriv.signal); -+ -+#endif -+ -+_func_exit_; -+} -+ -+static void update_current_network(_adapter *adapter, WLAN_BSSID_EX *pnetwork) -+{ -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+_func_enter_; -+ -+ rtw_bug_check(&(pmlmepriv->cur_network.network), -+ &(pmlmepriv->cur_network.network), -+ &(pmlmepriv->cur_network.network), -+ &(pmlmepriv->cur_network.network)); -+ -+ if ( (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) && (is_same_network(&(pmlmepriv->cur_network.network), pnetwork, 0))) -+ { -+ //RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,"Same Network\n"); -+ -+ //if(pmlmepriv->cur_network.network.IELength<= pnetwork->IELength) -+ { -+ update_network(&(pmlmepriv->cur_network.network), pnetwork,adapter, _TRUE); -+ rtw_update_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof (NDIS_802_11_FIXED_IEs), -+ pmlmepriv->cur_network.network.IELength); -+ } -+ } -+ -+_func_exit_; -+ -+} -+ -+ -+/* -+ -+Caller must hold pmlmepriv->lock first. -+ -+ -+*/ -+void rtw_update_scanned_network(_adapter *adapter, WLAN_BSSID_EX *target) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ ULONG bssid_ex_sz; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(adapter->wdinfo); -+#endif // CONFIG_P2P -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ struct wlan_network *oldest = NULL; -+ int target_find = 0; -+ u8 feature = 0; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+#ifdef CONFIG_P2P -+ if (!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ feature = 1; // p2p enable -+#endif -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ rtw_bug_check(pnetwork, pnetwork, pnetwork, pnetwork); -+ -+#ifdef CONFIG_P2P -+ if (!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) && -+ (_rtw_memcmp(pnetwork->network.MacAddress, target->MacAddress, ETH_ALEN) == _TRUE)) -+ { -+ target_find = 1; -+ break; -+ } -+#endif -+ -+ if (is_same_network(&(pnetwork->network), target, feature)) -+ { -+ target_find = 1; -+ break; -+ } -+ -+ if (rtw_roam_flags(adapter)) { -+ /* TODO: don't select netowrk in the same ess as oldest if it's new enough*/ -+ } -+ -+ if (oldest == NULL || time_after(oldest->last_scanned, pnetwork->last_scanned)) -+ oldest = pnetwork; -+ -+ plist = get_next(plist); -+ -+ } -+ -+ -+ /* If we didn't find a match, then get a new network slot to initialize -+ * with this beacon's information */ -+ //if (rtw_end_of_queue_search(phead,plist)== _TRUE) { -+ if (!target_find) { -+ if (_rtw_queue_empty(&(pmlmepriv->free_bss_pool)) == _TRUE) { -+ /* If there are no more slots, expire the oldest */ -+ //list_del_init(&oldest->list); -+ pnetwork = oldest; -+ if(pnetwork==NULL){ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n\n\nsomething wrong here\n\n\n")); -+ goto exit; -+ } -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ //target->PhyInfo.Optimum_antenna = pHalData->CurAntenna;//optimum_antenna=>For antenna diversity -+ rtw_hal_get_def_var(adapter, HAL_DEF_CURRENT_ANTENNA, &(target->PhyInfo.Optimum_antenna)); -+#endif -+ _rtw_memcpy(&(pnetwork->network), target, get_WLAN_BSSID_EX_sz(target)); -+ //pnetwork->last_scanned = rtw_get_current_time(); -+ // variable initialize -+ pnetwork->fixed = _FALSE; -+ pnetwork->last_scanned = rtw_get_current_time(); -+ -+ pnetwork->network_type = 0; -+ pnetwork->aid=0; -+ pnetwork->join_res=0; -+ -+ /* bss info not receving from the right channel */ -+ if (pnetwork->network.PhyInfo.SignalQuality == 101) -+ pnetwork->network.PhyInfo.SignalQuality = 0; -+ } -+ else { -+ /* Otherwise just pull from the free list */ -+ -+ pnetwork = rtw_alloc_network(pmlmepriv); // will update scan_time -+ -+ if(pnetwork==NULL){ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n\n\nsomething wrong here\n\n\n")); -+ goto exit; -+ } -+ -+ bssid_ex_sz = get_WLAN_BSSID_EX_sz(target); -+ target->Length = bssid_ex_sz; -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ //target->PhyInfo.Optimum_antenna = pHalData->CurAntenna; -+ rtw_hal_get_def_var(adapter, HAL_DEF_CURRENT_ANTENNA, &(target->PhyInfo.Optimum_antenna)); -+#endif -+ _rtw_memcpy(&(pnetwork->network), target, bssid_ex_sz ); -+ -+ pnetwork->last_scanned = rtw_get_current_time(); -+ -+ /* bss info not receving from the right channel */ -+ if (pnetwork->network.PhyInfo.SignalQuality == 101) -+ pnetwork->network.PhyInfo.SignalQuality = 0; -+ -+ rtw_list_insert_tail(&(pnetwork->list),&(queue->queue)); -+ -+ } -+ } -+ else { -+ /* we have an entry and we are going to update it. But this entry may -+ * be already expired. In this case we do the same as we found a new -+ * net and call the new_net handler -+ */ -+ bool update_ie = _TRUE; -+ -+ pnetwork->last_scanned = rtw_get_current_time(); -+ -+ //target.Reserved[0]==1, means that scaned network is a bcn frame. -+ if((pnetwork->network.IELength>target->IELength) && (target->Reserved[0]==1)) -+ update_ie = _FALSE; -+ -+ // probe resp(3) > beacon(1) > probe req(2) -+ if ((target->Reserved[0] != 2) && -+ (target->Reserved[0] >= pnetwork->network.Reserved[0]) -+ ) { -+ update_ie = _TRUE; -+ } -+ else { -+ update_ie = _FALSE; -+ } -+ -+ update_network(&(pnetwork->network), target,adapter, update_ie); -+ } -+ -+exit: -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+_func_exit_; -+} -+ -+void rtw_add_network(_adapter *adapter, WLAN_BSSID_EX *pnetwork); -+void rtw_add_network(_adapter *adapter, WLAN_BSSID_EX *pnetwork) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &(((_adapter *)adapter)->mlmepriv); -+ //_queue *queue = &(pmlmepriv->scanned_queue); -+ -+_func_enter_; -+ -+ //_enter_critical_bh(&queue->lock, &irqL); -+ -+ #if defined(CONFIG_P2P) && defined(CONFIG_P2P_REMOVE_GROUP_INFO) -+ if (adapter->registrypriv.wifi_spec == 0) -+ rtw_WLAN_BSSID_EX_remove_p2p_attr(pnetwork, P2P_ATTR_GROUP_INFO); -+ #endif -+ -+ update_current_network(adapter, pnetwork); -+ -+ rtw_update_scanned_network(adapter, pnetwork); -+ -+ //_exit_critical_bh(&queue->lock, &irqL); -+ -+_func_exit_; -+} -+ -+//select the desired network based on the capability of the (i)bss. -+// check items: (1) security -+// (2) network_type -+// (3) WMM -+// (4) HT -+// (5) others -+int rtw_is_desired_network(_adapter *adapter, struct wlan_network *pnetwork); -+int rtw_is_desired_network(_adapter *adapter, struct wlan_network *pnetwork) -+{ -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u32 desired_encmode; -+ u32 privacy; -+ -+ //u8 wps_ie[512]; -+ uint wps_ielen; -+ -+ int bselected = _TRUE; -+ -+ desired_encmode = psecuritypriv->ndisencryptstatus; -+ privacy = pnetwork->network.Privacy; -+ -+ if(check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) -+ { -+ if(rtw_get_wps_ie(pnetwork->network.IEs+_FIXED_IE_LENGTH_, pnetwork->network.IELength-_FIXED_IE_LENGTH_, NULL, &wps_ielen)!=NULL) -+ { -+ return _TRUE; -+ } -+ else -+ { -+ return _FALSE; -+ } -+ } -+ if (adapter->registrypriv.wifi_spec == 1) //for correct flow of 8021X to do.... -+ { -+ u8 *p=NULL; -+ uint ie_len=0; -+ -+ if ((desired_encmode == Ndis802_11EncryptionDisabled) && (privacy != 0)) -+ bselected = _FALSE; -+ -+ if ( psecuritypriv->ndisauthtype == Ndis802_11AuthModeWPA2PSK) { -+ p = rtw_get_ie(pnetwork->network.IEs + _BEACON_IE_OFFSET_, _RSN_IE_2_, &ie_len, (pnetwork->network.IELength - _BEACON_IE_OFFSET_)); -+ if (p && ie_len>0) { -+ bselected = _TRUE; -+ } else { -+ bselected = _FALSE; -+ } -+ } -+ } -+ -+ -+ if ((desired_encmode != Ndis802_11EncryptionDisabled) && (privacy == 0)) { -+ DBG_871X("desired_encmode: %d, privacy: %d\n", desired_encmode, privacy); -+ bselected = _FALSE; -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE) -+ { -+ if(pnetwork->network.InfrastructureMode != pmlmepriv->cur_network.network.InfrastructureMode) -+ bselected = _FALSE; -+ } -+ -+ -+ return bselected; -+} -+ -+/* TODO: Perry : For Power Management */ -+void rtw_atimdone_event_callback(_adapter *adapter , u8 *pbuf) -+{ -+ -+_func_enter_; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("receive atimdone_evet\n")); -+_func_exit_; -+ return; -+} -+ -+ -+void rtw_survey_event_callback(_adapter *adapter, u8 *pbuf) -+{ -+ _irqL irqL; -+ u32 len; -+ WLAN_BSSID_EX *pnetwork; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+_func_enter_; -+ -+ pnetwork = (WLAN_BSSID_EX *)pbuf; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_survey_event_callback, ssid=%s\n", pnetwork->Ssid.Ssid)); -+ -+#ifdef CONFIG_RTL8712 -+ //endian_convert -+ pnetwork->Length = le32_to_cpu(pnetwork->Length); -+ pnetwork->Ssid.SsidLength = le32_to_cpu(pnetwork->Ssid.SsidLength); -+ pnetwork->Privacy =le32_to_cpu( pnetwork->Privacy); -+ pnetwork->Rssi = le32_to_cpu(pnetwork->Rssi); -+ pnetwork->NetworkTypeInUse =le32_to_cpu(pnetwork->NetworkTypeInUse); -+ pnetwork->Configuration.ATIMWindow = le32_to_cpu(pnetwork->Configuration.ATIMWindow); -+ pnetwork->Configuration.BeaconPeriod = le32_to_cpu(pnetwork->Configuration.BeaconPeriod); -+ pnetwork->Configuration.DSConfig =le32_to_cpu(pnetwork->Configuration.DSConfig); -+ pnetwork->Configuration.FHConfig.DwellTime=le32_to_cpu(pnetwork->Configuration.FHConfig.DwellTime); -+ pnetwork->Configuration.FHConfig.HopPattern=le32_to_cpu(pnetwork->Configuration.FHConfig.HopPattern); -+ pnetwork->Configuration.FHConfig.HopSet=le32_to_cpu(pnetwork->Configuration.FHConfig.HopSet); -+ pnetwork->Configuration.FHConfig.Length=le32_to_cpu(pnetwork->Configuration.FHConfig.Length); -+ pnetwork->Configuration.Length = le32_to_cpu(pnetwork->Configuration.Length); -+ pnetwork->InfrastructureMode = le32_to_cpu(pnetwork->InfrastructureMode); -+ pnetwork->IELength = le32_to_cpu(pnetwork->IELength); -+#endif -+ -+ len = get_WLAN_BSSID_EX_sz(pnetwork); -+ if(len > (sizeof(WLAN_BSSID_EX))) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n ****rtw_survey_event_callback: return a wrong bss ***\n")); -+ return; -+ } -+ -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ // update IBSS_network 's timestamp -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) == _TRUE) -+ { -+ //RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,"rtw_survey_event_callback : WIFI_ADHOC_MASTER_STATE \n\n"); -+ if(_rtw_memcmp(&(pmlmepriv->cur_network.network.MacAddress), pnetwork->MacAddress, ETH_ALEN)) -+ { -+ struct wlan_network* ibss_wlan = NULL; -+ _irqL irqL; -+ -+ _rtw_memcpy(pmlmepriv->cur_network.network.IEs, pnetwork->IEs, 8); -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ ibss_wlan = rtw_find_network(&pmlmepriv->scanned_queue, pnetwork->MacAddress); -+ if(ibss_wlan) -+ { -+ _rtw_memcpy(ibss_wlan->network.IEs , pnetwork->IEs, 8); -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ goto exit; -+ } -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ } -+ } -+ -+ // lock pmlmepriv->lock when you accessing network_q -+ if ((check_fwstate(pmlmepriv, _FW_UNDER_LINKING)) == _FALSE) -+ { -+ if( pnetwork->Ssid.Ssid[0] == 0 ) -+ { -+ pnetwork->Ssid.SsidLength = 0; -+ } -+ rtw_add_network(adapter, pnetwork); -+ } -+ -+exit: -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+_func_exit_; -+ -+ return; -+} -+ -+void rtw_surveydone_event_callback(_adapter *adapter, u8 *pbuf) -+{ -+ _irqL irqL; -+ u8 timer_cancelled; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+#ifdef CONFIG_MLME_EXT -+ mlmeext_surveydone_event_callback(adapter); -+#endif -+ -+_func_enter_; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ if (pmlmepriv->wps_probe_req_ie) { -+ u32 free_len = pmlmepriv->wps_probe_req_ie_len; -+ pmlmepriv->wps_probe_req_ie_len = 0; -+ rtw_mfree(pmlmepriv->wps_probe_req_ie, free_len); -+ pmlmepriv->wps_probe_req_ie = NULL; -+ } -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_surveydone_event_callback: fw_state:%x\n\n", get_fwstate(pmlmepriv))); -+ -+ if (check_fwstate(pmlmepriv,_FW_UNDER_SURVEY) == _FALSE) { -+ DBG_871X(FUNC_ADPT_FMT" fw_state:0x%x\n", FUNC_ADPT_ARG(adapter), get_fwstate(pmlmepriv)); -+ //rtw_warn_on(1); -+ } -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ _cancel_timer(&pmlmepriv->scan_to_timer, &timer_cancelled); -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ #ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ rtw_set_signal_stat_timer(&adapter->recvpriv); -+ #endif -+ -+ if(pmlmepriv->to_join == _TRUE) -+ { -+ if((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)==_TRUE) ) -+ { -+ if(check_fwstate(pmlmepriv, _FW_LINKED)==_FALSE) -+ { -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ -+ if(rtw_select_and_join_from_scanned_queue(pmlmepriv)==_SUCCESS) -+ { -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ } -+ else -+ { -+ WLAN_BSSID_EX *pdev_network = &(adapter->registrypriv.dev_network); -+ u8 *pibss = adapter->registrypriv.dev_network.MacAddress; -+ -+ //pmlmepriv->fw_state ^= _FW_UNDER_SURVEY;//because don't set assoc_timer -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("switching to adhoc master\n")); -+ -+ _rtw_memset(&pdev_network->Ssid, 0, sizeof(NDIS_802_11_SSID)); -+ _rtw_memcpy(&pdev_network->Ssid, &pmlmepriv->assoc_ssid, sizeof(NDIS_802_11_SSID)); -+ -+ rtw_update_registrypriv_dev_network(adapter); -+ rtw_generate_random_ibss(pibss); -+ -+ -+ pmlmepriv->fw_state = WIFI_ADHOC_MASTER_STATE; -+ -+ if (rtw_create_ibss_cmd(adapter, 0) != _SUCCESS) -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("Error=>rtw_create_ibss_cmd status FAIL\n")); -+ -+ pmlmepriv->to_join = _FALSE; -+ } -+ } -+ } -+ else -+ { -+ int s_ret; -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ pmlmepriv->to_join = _FALSE; -+ if(_SUCCESS == (s_ret=rtw_select_and_join_from_scanned_queue(pmlmepriv))) -+ { -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ } -+ else if(s_ret == 2)//there is no need to wait for join -+ { -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ rtw_indicate_connect(adapter); -+ } -+ else -+ { -+ DBG_871X("try_to_join, but select scanning queue fail, to_roam:%d\n", rtw_to_roam(adapter)); -+ -+ if (rtw_to_roam(adapter) != 0) { -+ if(rtw_dec_to_roam(adapter) == 0 -+ || _SUCCESS != rtw_sitesurvey_cmd(adapter, &pmlmepriv->assoc_ssid, 1, NULL, 0) -+ ) { -+ rtw_set_to_roam(adapter, 0); -+#ifdef CONFIG_INTEL_WIDI -+ if(adapter->mlmepriv.widi_state == INTEL_WIDI_STATE_ROAMING) -+ { -+ _rtw_memset(pmlmepriv->sa_ext, 0x00, L2SDTA_SERVICE_VE_LEN); -+ intel_widi_wk_cmd(adapter, INTEL_WIDI_LISTEN_WK, NULL, 0); -+ DBG_871X("change to widi listen\n"); -+ } -+#endif // CONFIG_INTEL_WIDI -+ rtw_free_assoc_resources(adapter, 1); -+ rtw_indicate_disconnect(adapter); -+ } else { -+ pmlmepriv->to_join = _TRUE; -+ } -+ } -+ else -+ { -+ rtw_indicate_disconnect(adapter); -+ } -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ } -+ } -+ } else { -+ if (rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED)) -+ { -+ if (rtw_select_roaming_candidate(pmlmepriv) == _SUCCESS) { -+ receive_disconnect(adapter, pmlmepriv->cur_network.network.MacAddress -+ , WLAN_REASON_ACTIVE_ROAM); -+ } -+ } -+ } -+ } -+ -+ //DBG_871X("scan complete in %dms\n",rtw_get_passing_time_ms(pmlmepriv->scan_start_time)); -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+#ifdef CONFIG_P2P_PS -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ p2p_ps_wk_cmd(adapter, P2P_PS_SCAN_DONE, 0); -+ } -+#endif // CONFIG_P2P_PS -+ -+ rtw_os_xmit_schedule(adapter); -+#ifdef CONFIG_CONCURRENT_MODE -+ rtw_os_xmit_schedule(adapter->pbuddy_adapter); -+#endif -+ -+#ifdef CONFIG_DRVEXT_MODULE_WSC -+ drvext_surveydone_callback(&adapter->drvextpriv); -+#endif -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ { -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ if(pmlmeext->sitesurvey_res.bss_cnt == 0){ -+ //rtw_hal_sreset_reset(adapter); -+ } -+ } -+#endif -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_surveydone_event_callback(adapter); -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ rtw_indicate_scan_done(adapter, _FALSE); -+ -+#if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_IOCTL_CFG80211) -+ if (adapter->pbuddy_adapter) { -+ _adapter *buddy_adapter = adapter->pbuddy_adapter; -+ struct mlme_priv *buddy_mlme = &(buddy_adapter->mlmepriv); -+ struct rtw_wdev_priv *buddy_wdev_priv = adapter_wdev_data(buddy_adapter); -+ bool indicate_buddy_scan = _FALSE; -+ -+ _enter_critical_bh(&buddy_wdev_priv->scan_req_lock, &irqL); -+ if (buddy_wdev_priv->scan_request && buddy_mlme->scanning_via_buddy_intf == _TRUE) { -+ buddy_mlme->scanning_via_buddy_intf = _FALSE; -+ clr_fwstate(buddy_mlme, _FW_UNDER_SURVEY); -+ indicate_buddy_scan = _TRUE; -+ } -+ _exit_critical_bh(&buddy_wdev_priv->scan_req_lock, &irqL); -+ -+ if (indicate_buddy_scan == _TRUE) { -+ #ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_surveydone_event_callback(buddy_adapter); -+ #endif -+ rtw_indicate_scan_done(buddy_adapter, _FALSE); -+ } -+ } -+#endif /* CONFIG_CONCURRENT_MODE */ -+ -+_func_exit_; -+ -+} -+ -+void rtw_dummy_event_callback(_adapter *adapter , u8 *pbuf) -+{ -+ -+} -+ -+void rtw_fwdbg_event_callback(_adapter *adapter , u8 *pbuf) -+{ -+ -+} -+ -+static void free_scanqueue(struct mlme_priv *pmlmepriv) -+{ -+ _irqL irqL, irqL0; -+ _queue *free_queue = &pmlmepriv->free_bss_pool; -+ _queue *scan_queue = &pmlmepriv->scanned_queue; -+ _list *plist, *phead, *ptemp; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("+free_scanqueue\n")); -+ _enter_critical_bh(&scan_queue->lock, &irqL0); -+ _enter_critical_bh(&free_queue->lock, &irqL); -+ -+ phead = get_list_head(scan_queue); -+ plist = get_next(phead); -+ -+ while (plist != phead) -+ { -+ ptemp = get_next(plist); -+ rtw_list_delete(plist); -+ rtw_list_insert_tail(plist, &free_queue->queue); -+ plist =ptemp; -+ pmlmepriv->num_of_scanned --; -+ } -+ -+ _exit_critical_bh(&free_queue->lock, &irqL); -+ _exit_critical_bh(&scan_queue->lock, &irqL0); -+ -+_func_exit_; -+} -+ -+void rtw_reset_rx_info(struct debug_priv *pdbgpriv){ -+ pdbgpriv->dbg_rx_ampdu_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_forced_indicate_count = 0; -+ pdbgpriv->dbg_rx_ampdu_loss_count = 0; -+ pdbgpriv->dbg_rx_dup_mgt_frame_drop_count = 0; -+ pdbgpriv->dbg_rx_ampdu_window_shift_cnt = 0; -+} -+ -+/* -+*rtw_free_assoc_resources: the caller has to lock pmlmepriv->lock -+*/ -+void rtw_free_assoc_resources(_adapter *adapter, int lock_scanned_queue) -+{ -+ _irqL irqL; -+ struct wlan_network* pwlan = NULL; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct wlan_network *tgt_network = &pmlmepriv->cur_network; -+ struct dvobj_priv *psdpriv = adapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ -+#ifdef CONFIG_TDLS -+ struct tdls_info *ptdlsinfo = &adapter->tdlsinfo; -+#endif //CONFIG_TDLS -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("+rtw_free_assoc_resources\n")); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("tgt_network->network.MacAddress="MAC_FMT" ssid=%s\n", -+ MAC_ARG(tgt_network->network.MacAddress), tgt_network->network.Ssid.Ssid)); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ struct sta_info* psta; -+ -+ psta = rtw_get_stainfo(&adapter->stapriv, tgt_network->network.MacAddress); -+ -+#ifdef CONFIG_TDLS -+ if (ptdlsinfo->link_established == _TRUE) { -+ rtw_tdls_cmd(adapter, NULL, TDLS_RS_RCR); -+ rtw_reset_tdls_info(adapter); -+ rtw_free_all_stainfo(adapter); -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ } -+ else -+#endif //CONFIG_TDLS -+ { -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(adapter, psta); -+ } -+ -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE)) { -+ struct sta_info* psta; -+ -+ rtw_free_all_stainfo(adapter); -+ -+ psta = rtw_get_bcmc_stainfo(adapter); -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(adapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ rtw_init_bcmc_stainfo(adapter); -+ } -+ -+ if(lock_scanned_queue) -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ pwlan = _rtw_find_same_network(&pmlmepriv->scanned_queue, tgt_network); -+ if(pwlan) -+ { -+ pwlan->fixed = _FALSE; -+ -+ DBG_871X("free disconnecting network\n"); -+ rtw_free_network_nolock(adapter, pwlan); -+#ifdef CONFIG_P2P -+ if(!rtw_p2p_chk_state(&adapter->wdinfo, P2P_STATE_NONE)) -+ { -+ rtw_set_scan_deny(adapter, 2000); -+ //rtw_clear_scan_deny(adapter); -+ } -+#endif //CONFIG_P2P -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("rtw_free_assoc_resources : pwlan== NULL \n\n")); -+ } -+ -+ -+ if((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) && (adapter->stapriv.asoc_sta_count== 1)) -+ /*||check_fwstate(pmlmepriv, WIFI_STATION_STATE)*/) -+ { -+ if (pwlan) -+ rtw_free_network_nolock(adapter, pwlan); -+ } -+ -+ if(lock_scanned_queue) -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ adapter->securitypriv.key_mask = 0; -+ -+ rtw_reset_rx_info(pdbgpriv); -+ -+_func_exit_; -+ -+} -+ -+/* -+*rtw_indicate_connect: the caller has to lock pmlmepriv->lock -+*/ -+void rtw_indicate_connect(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("+rtw_indicate_connect\n")); -+ -+ pmlmepriv->to_join = _FALSE; -+ -+ if(!check_fwstate(&padapter->mlmepriv, _FW_LINKED)) -+ { -+ -+#ifdef CONFIG_SW_ANTENNA_DIVERSITY -+ rtw_hal_set_hwreg(padapter, HW_VAR_ANTENNA_DIVERSITY_LINK, 0); -+#endif -+ -+ set_fwstate(pmlmepriv, _FW_LINKED); -+ -+ rtw_led_control(padapter, LED_CTL_LINK); -+ -+ -+#ifdef CONFIG_DRVEXT_MODULE -+ if(padapter->drvextpriv.enable_wpa) -+ { -+ indicate_l2_connect(padapter); -+ } -+ else -+#endif -+ { -+ rtw_os_indicate_connect(padapter); -+ } -+ -+ } -+ -+ rtw_set_to_roam(padapter, 0); -+#ifdef CONFIG_INTEL_WIDI -+ if(padapter->mlmepriv.widi_state == INTEL_WIDI_STATE_ROAMING) -+ { -+ _rtw_memset(pmlmepriv->sa_ext, 0x00, L2SDTA_SERVICE_VE_LEN); -+ intel_widi_wk_cmd(padapter, INTEL_WIDI_LISTEN_WK, NULL, 0); -+ DBG_871X("change to widi listen\n"); -+ } -+#endif // CONFIG_INTEL_WIDI -+ -+ rtw_set_scan_deny(padapter, 3000); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("-rtw_indicate_connect: fw_state=0x%08x\n", get_fwstate(pmlmepriv))); -+ -+_func_exit_; -+ -+} -+ -+ -+/* -+*rtw_indicate_disconnect: the caller has to lock pmlmepriv->lock -+*/ -+void rtw_indicate_disconnect( _adapter *padapter ) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *wps_ie=NULL; -+ uint wpsie_len=0; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("+rtw_indicate_disconnect\n")); -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING|WIFI_UNDER_WPS); -+ -+ // force to clear cur_network_scanned's SELECTED REGISTRAR -+ if (pmlmepriv->cur_network_scanned) { -+ WLAN_BSSID_EX *current_joined_bss = &(pmlmepriv->cur_network_scanned->network); -+ if (current_joined_bss) { -+ wps_ie=rtw_get_wps_ie(current_joined_bss->IEs +_FIXED_IE_LENGTH_, -+ current_joined_bss->IELength-_FIXED_IE_LENGTH_, NULL, &wpsie_len); -+ if (wps_ie && wpsie_len>0) { -+ u8 *attr = NULL; -+ u32 attr_len; -+ attr=rtw_get_wps_attr(wps_ie, wpsie_len, WPS_ATTR_SELECTED_REGISTRAR, -+ NULL, &attr_len); -+ if (attr) -+ *(attr + 4) = 0; -+ } -+ } -+ } -+ //DBG_871X("clear wps when %s\n", __func__); -+ -+ if(rtw_to_roam(padapter) > 0) -+ _clr_fwstate_(pmlmepriv, _FW_LINKED); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ psta = rtw_get_stainfo(pstapriv,cur_network->MacAddress); -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) -+ { -+ rtw_wapi_return_one_sta_info(padapter, psta->hwaddr); -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) || -+ check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) -+ { -+ rtw_wapi_return_all_sta_info(padapter); -+ } -+#endif -+ -+ if(check_fwstate(&padapter->mlmepriv, _FW_LINKED) -+ || (rtw_to_roam(padapter) <= 0) -+ ) -+ { -+ rtw_os_indicate_disconnect(padapter); -+ -+ //set ips_deny_time to avoid enter IPS before LPS leave -+ rtw_set_ips_deny(padapter, 3000); -+ -+ _clr_fwstate_(pmlmepriv, _FW_LINKED); -+ -+ rtw_led_control(padapter, LED_CTL_NO_LINK); -+ -+ rtw_clear_scan_deny(padapter); -+ } -+ -+#ifdef CONFIG_P2P_PS -+ p2p_ps_wk_cmd(padapter, P2P_PS_DISABLE, 1); -+#endif // CONFIG_P2P_PS -+ -+#ifdef CONFIG_LPS -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_DISCONNECT, 1); -+#endif -+ -+#ifdef CONFIG_BEAMFORMING -+ beamforming_wk_cmd(padapter, BEAMFORMING_CTRL_LEAVE, cur_network->MacAddress, ETH_ALEN, 1); -+#endif /*CONFIG_BEAMFORMING*/ -+ -+_func_exit_; -+} -+ -+inline void rtw_indicate_scan_done( _adapter *padapter, bool aborted) -+{ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ rtw_os_indicate_scan_done(padapter, aborted); -+ -+#ifdef CONFIG_IPS -+ if (is_primary_adapter(padapter) -+ && (_FALSE == adapter_to_pwrctl(padapter)->bInSuspend) -+ && (check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE|WIFI_UNDER_LINKING) == _FALSE)) -+ { -+ struct pwrctrl_priv *pwrpriv; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ rtw_set_ips_deny(padapter, 0); -+#ifdef CONFIG_IPS_CHECK_IN_WD -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 1); -+#else // !CONFIG_IPS_CHECK_IN_WD -+ _rtw_set_pwr_state_check_timer(pwrpriv, 1); -+#endif // !CONFIG_IPS_CHECK_IN_WD -+ } -+#endif // CONFIG_IPS -+} -+ -+static u32 _rtw_wait_scan_done(_adapter *adapter, u8 abort, u32 timeout_ms) -+{ -+ u32 start; -+ u32 pass_ms; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+ -+ start = rtw_get_current_time(); -+ -+ pmlmeext->scan_abort = abort; -+ -+ while (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) -+ && rtw_get_passing_time_ms(start) <= timeout_ms) { -+ -+ if (RTW_CANNOT_RUN(adapter)) -+ break; -+ -+ DBG_871X(FUNC_NDEV_FMT"fw_state=_FW_UNDER_SURVEY!\n", FUNC_NDEV_ARG(adapter->pnetdev)); -+ rtw_msleep_os(20); -+ } -+ -+ if (_TRUE == abort) { -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) { -+ if (!RTW_CANNOT_RUN(adapter)) -+ DBG_871X(FUNC_NDEV_FMT"waiting for scan_abort time out!\n", FUNC_NDEV_ARG(adapter->pnetdev)); -+ #ifdef CONFIG_PLATFORM_MSTAR -+ /*_clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY);*/ -+ set_survey_timer(pmlmeext, 0); -+ mlme_set_scan_to_timer(pmlmepriv, 50); -+ #endif -+ rtw_indicate_scan_done(adapter, _TRUE); -+ } -+ } -+ -+ pmlmeext->scan_abort = _FALSE; -+ pass_ms = rtw_get_passing_time_ms(start); -+ -+ return pass_ms; -+ -+} -+ -+void rtw_scan_wait_completed(_adapter *adapter) -+{ -+ u32 scan_to = SCANNING_TIMEOUT; -+ -+#ifdef CONFIG_SCAN_BACKOP -+ if (IsSupported5G(adapter->registrypriv.wireless_mode) -+ && IsSupported24G(adapter->registrypriv.wireless_mode)) /*dual band*/ -+ scan_to = CONC_SCANNING_TIMEOUT_DUAL_BAND; -+ else /*single band*/ -+ scan_to = CONC_SCANNING_TIMEOUT_SINGLE_BAND; -+#endif /* CONFIG_SCAN_BACKOP */ -+ -+ _rtw_wait_scan_done(adapter, _FALSE, scan_to); -+} -+ -+u32 rtw_scan_abort_timeout(_adapter *adapter, u32 timeout_ms) -+{ -+ return _rtw_wait_scan_done(adapter, _TRUE, timeout_ms); -+} -+ -+void rtw_scan_abort_no_wait(_adapter *adapter) -+{ -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) -+ pmlmeext->scan_abort = _TRUE; -+} -+ -+void rtw_scan_abort(_adapter *adapter) -+{ -+ rtw_scan_abort_timeout(adapter, 200); -+} -+ -+static struct sta_info *rtw_joinbss_update_stainfo(_adapter *padapter, struct wlan_network *pnetwork) -+{ -+ int i; -+ struct sta_info *bmc_sta, *psta=NULL; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ psta = rtw_get_stainfo(pstapriv, pnetwork->network.MacAddress); -+ if(psta==NULL) { -+ psta = rtw_alloc_stainfo(pstapriv, pnetwork->network.MacAddress); -+ } -+ -+ if(psta) //update ptarget_sta -+ { -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ psta->aid = pnetwork->join_res; -+ -+#if 0 //alloc macid when call rtw_alloc_stainfo(), and release macid when call rtw_free_stainfo() -+#ifdef CONFIG_CONCURRENT_MODE -+ -+ if(PRIMARY_ADAPTER == padapter->adapter_type) -+ psta->mac_id=0; -+ else -+ psta->mac_id=2; -+#else -+ psta->mac_id=0; -+#endif -+#endif //removed -+ -+ update_sta_info(padapter, psta); -+ -+ //update station supportRate -+ psta->bssratelen = rtw_get_rateset_len(pnetwork->network.SupportedRates); -+ _rtw_memcpy(psta->bssrateset, pnetwork->network.SupportedRates, psta->bssratelen); -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ -+ psta->wireless_mode = pmlmeext->cur_wireless_mode; -+ psta->raid = rtw_hal_networktype_to_raid(padapter,psta); -+ -+ -+ //sta mode -+ rtw_hal_set_odm_var(padapter,HAL_ODM_STA_INFO,psta,_TRUE); -+ -+ //security related -+ if(padapter->securitypriv.dot11AuthAlgrthm== dot11AuthAlgrthm_8021X) -+ { -+ padapter->securitypriv.binstallGrpkey=_FALSE; -+ padapter->securitypriv.busetkipkey=_FALSE; -+ padapter->securitypriv.bgrpkey_handshake=_FALSE; -+ -+ psta->ieee8021x_blocked=_TRUE; -+ psta->dot118021XPrivacy=padapter->securitypriv.dot11PrivacyAlgrthm; -+ -+ _rtw_memset((u8 *)&psta->dot118021x_UncstKey, 0, sizeof (union Keytype)); -+ -+ _rtw_memset((u8 *)&psta->dot11tkiprxmickey, 0, sizeof (union Keytype)); -+ _rtw_memset((u8 *)&psta->dot11tkiptxmickey, 0, sizeof (union Keytype)); -+ -+ _rtw_memset((u8 *)&psta->dot11txpn, 0, sizeof (union pn48)); -+ psta->dot11txpn.val = psta->dot11txpn.val + 1; -+#ifdef CONFIG_IEEE80211W -+ _rtw_memset((u8 *)&psta->dot11wtxpn, 0, sizeof (union pn48)); -+#endif //CONFIG_IEEE80211W -+ _rtw_memset((u8 *)&psta->dot11rxpn, 0, sizeof (union pn48)); -+ } -+ -+ // Commented by Albert 2012/07/21 -+ // When doing the WPS, the wps_ie_len won't equal to 0 -+ // And the Wi-Fi driver shouldn't allow the data packet to be tramsmitted. -+ if ( padapter->securitypriv.wps_ie_len != 0 ) -+ { -+ psta->ieee8021x_blocked=_TRUE; -+ padapter->securitypriv.wps_ie_len = 0; -+ } -+ -+ -+ //for A-MPDU Rx reordering buffer control for bmc_sta & sta_info -+ //if A-MPDU Rx is enabled, reseting rx_ordering_ctrl wstart_b(indicate_seq) to default value=0xffff -+ //todo: check if AP can send A-MPDU packets -+ for(i=0; i < 16 ; i++) -+ { -+ //preorder_ctrl = &precvpriv->recvreorder_ctrl[i]; -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ preorder_ctrl->enable = _FALSE; -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u \n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b= 0xffff; -+ preorder_ctrl->wsize_b = 64;//max_ampdu_sz;//ex. 32(kbytes) -> wsize_b=32 -+ preorder_ctrl->ampdu_size = RX_AMPDU_SIZE_INVALID; -+ } -+ -+ -+ bmc_sta = rtw_get_bcmc_stainfo(padapter); -+ if(bmc_sta) -+ { -+ for(i=0; i < 16 ; i++) -+ { -+ //preorder_ctrl = &precvpriv->recvreorder_ctrl[i]; -+ preorder_ctrl = &bmc_sta->recvreorder_ctrl[i]; -+ preorder_ctrl->enable = _FALSE; -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u \n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b= 0xffff; -+ preorder_ctrl->wsize_b = 64;//max_ampdu_sz;//ex. 32(kbytes) -> wsize_b=32 -+ preorder_ctrl->ampdu_size = RX_AMPDU_SIZE_INVALID; -+ } -+ } -+ } -+ -+ return psta; -+ -+} -+ -+//pnetwork : returns from rtw_joinbss_event_callback -+//ptarget_wlan: found from scanned_queue -+static void rtw_joinbss_update_network(_adapter *padapter, struct wlan_network *ptarget_wlan, struct wlan_network *pnetwork) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("\nfw_state:%x, BSSID:"MAC_FMT"\n" -+ ,get_fwstate(pmlmepriv), MAC_ARG(pnetwork->network.MacAddress))); -+ -+ -+ // why not use ptarget_wlan?? -+ _rtw_memcpy(&cur_network->network, &pnetwork->network, pnetwork->network.Length); -+ // some IEs in pnetwork is wrong, so we should use ptarget_wlan IEs -+ cur_network->network.IELength = ptarget_wlan->network.IELength; -+ _rtw_memcpy(&cur_network->network.IEs[0], &ptarget_wlan->network.IEs[0], MAX_IE_SZ); -+ -+ cur_network->aid = pnetwork->join_res; -+ -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ rtw_set_signal_stat_timer(&padapter->recvpriv); -+#endif -+ padapter->recvpriv.signal_strength = ptarget_wlan->network.PhyInfo.SignalStrength; -+ padapter->recvpriv.signal_qual = ptarget_wlan->network.PhyInfo.SignalQuality; -+ //the ptarget_wlan->network.Rssi is raw data, we use ptarget_wlan->network.PhyInfo.SignalStrength instead (has scaled) -+ padapter->recvpriv.rssi = translate_percentage_to_dbm(ptarget_wlan->network.PhyInfo.SignalStrength); -+ #if defined(DBG_RX_SIGNAL_DISPLAY_PROCESSING) && 1 -+ DBG_871X(FUNC_ADPT_FMT" signal_strength:%3u, rssi:%3d, signal_qual:%3u" -+ "\n" -+ , FUNC_ADPT_ARG(padapter) -+ , padapter->recvpriv.signal_strength -+ , padapter->recvpriv.rssi -+ , padapter->recvpriv.signal_qual -+ ); -+ #endif -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ rtw_set_signal_stat_timer(&padapter->recvpriv); -+#endif -+ -+ //update fw_state //will clr _FW_UNDER_LINKING here indirectly -+ switch(pnetwork->network.InfrastructureMode) -+ { -+ case Ndis802_11Infrastructure: -+ -+ if(pmlmepriv->fw_state&WIFI_UNDER_WPS) -+ pmlmepriv->fw_state = WIFI_STATION_STATE|WIFI_UNDER_WPS; -+ else -+ pmlmepriv->fw_state = WIFI_STATION_STATE; -+ -+ break; -+ case Ndis802_11IBSS: -+ pmlmepriv->fw_state = WIFI_ADHOC_STATE; -+ break; -+ default: -+ pmlmepriv->fw_state = WIFI_NULL_STATE; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("Invalid network_mode\n")); -+ break; -+ } -+ -+ rtw_update_protection(padapter, (cur_network->network.IEs) + sizeof (NDIS_802_11_FIXED_IEs), -+ (cur_network->network.IELength)); -+ -+#ifdef CONFIG_80211N_HT -+ rtw_update_ht_cap(padapter, cur_network->network.IEs, cur_network->network.IELength, (u8) cur_network->network.Configuration.DSConfig); -+#endif -+} -+ -+//Notes: the fucntion could be > passive_level (the same context as Rx tasklet) -+//pnetwork : returns from rtw_joinbss_event_callback -+//ptarget_wlan: found from scanned_queue -+//if join_res > 0, for (fw_state==WIFI_STATION_STATE), we check if "ptarget_sta" & "ptarget_wlan" exist. -+//if join_res > 0, for (fw_state==WIFI_ADHOC_STATE), we only check if "ptarget_wlan" exist. -+//if join_res > 0, update "cur_network->network" from "pnetwork->network" if (ptarget_wlan !=NULL). -+// -+//#define REJOIN -+void rtw_joinbss_event_prehandle(_adapter *adapter, u8 *pbuf) -+{ -+ _irqL irqL,irqL2; -+ static u8 retry=0; -+ u8 timer_cancelled; -+ struct sta_info *ptarget_sta= NULL, *pcur_sta = NULL; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct wlan_network *pnetwork = (struct wlan_network *)pbuf; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wlan_network *pcur_wlan = NULL, *ptarget_wlan = NULL; -+ unsigned int the_same_macaddr = _FALSE; -+ -+_func_enter_; -+ -+#ifdef CONFIG_RTL8712 -+ //endian_convert -+ pnetwork->join_res = le32_to_cpu(pnetwork->join_res); -+ pnetwork->network_type = le32_to_cpu(pnetwork->network_type); -+ pnetwork->network.Length = le32_to_cpu(pnetwork->network.Length); -+ pnetwork->network.Ssid.SsidLength = le32_to_cpu(pnetwork->network.Ssid.SsidLength); -+ pnetwork->network.Privacy =le32_to_cpu( pnetwork->network.Privacy); -+ pnetwork->network.Rssi = le32_to_cpu(pnetwork->network.Rssi); -+ pnetwork->network.NetworkTypeInUse =le32_to_cpu(pnetwork->network.NetworkTypeInUse) ; -+ pnetwork->network.Configuration.ATIMWindow = le32_to_cpu(pnetwork->network.Configuration.ATIMWindow); -+ pnetwork->network.Configuration.BeaconPeriod = le32_to_cpu(pnetwork->network.Configuration.BeaconPeriod); -+ pnetwork->network.Configuration.DSConfig = le32_to_cpu(pnetwork->network.Configuration.DSConfig); -+ pnetwork->network.Configuration.FHConfig.DwellTime=le32_to_cpu(pnetwork->network.Configuration.FHConfig.DwellTime); -+ pnetwork->network.Configuration.FHConfig.HopPattern=le32_to_cpu(pnetwork->network.Configuration.FHConfig.HopPattern); -+ pnetwork->network.Configuration.FHConfig.HopSet=le32_to_cpu(pnetwork->network.Configuration.FHConfig.HopSet); -+ pnetwork->network.Configuration.FHConfig.Length=le32_to_cpu(pnetwork->network.Configuration.FHConfig.Length); -+ pnetwork->network.Configuration.Length = le32_to_cpu(pnetwork->network.Configuration.Length); -+ pnetwork->network.InfrastructureMode = le32_to_cpu(pnetwork->network.InfrastructureMode); -+ pnetwork->network.IELength = le32_to_cpu(pnetwork->network.IELength ); -+#endif -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("joinbss event call back received with res=%d\n", pnetwork->join_res)); -+ -+ rtw_get_encrypt_decrypt_from_registrypriv(adapter); -+ -+ -+ if (pmlmepriv->assoc_ssid.SsidLength == 0) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("@@@@@ joinbss event call back for Any SSid\n")); -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("@@@@@ rtw_joinbss_event_callback for SSid:%s\n", pmlmepriv->assoc_ssid.Ssid)); -+ } -+ -+ the_same_macaddr = _rtw_memcmp(pnetwork->network.MacAddress, cur_network->network.MacAddress, ETH_ALEN); -+ -+ pnetwork->network.Length = get_WLAN_BSSID_EX_sz(&pnetwork->network); -+ if(pnetwork->network.Length > sizeof(WLAN_BSSID_EX)) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n\n ***joinbss_evt_callback return a wrong bss ***\n\n")); -+ goto ignore_joinbss_callback; -+ } -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount = 0; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("\n rtw_joinbss_event_callback !! _enter_critical \n")); -+ -+ if(pnetwork->join_res > 0) -+ { -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ retry = 0; -+ if (check_fwstate(pmlmepriv,_FW_UNDER_LINKING) ) -+ { -+ //s1. find ptarget_wlan -+ if(check_fwstate(pmlmepriv, _FW_LINKED) ) -+ { -+ if(the_same_macaddr == _TRUE) -+ { -+ ptarget_wlan = rtw_find_network(&pmlmepriv->scanned_queue, cur_network->network.MacAddress); -+ } -+ else -+ { -+ pcur_wlan = rtw_find_network(&pmlmepriv->scanned_queue, cur_network->network.MacAddress); -+ if(pcur_wlan) pcur_wlan->fixed = _FALSE; -+ -+ pcur_sta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); -+ if(pcur_sta){ -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL2); -+ rtw_free_stainfo(adapter, pcur_sta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL2); -+ } -+ -+ ptarget_wlan = rtw_find_network(&pmlmepriv->scanned_queue, pnetwork->network.MacAddress); -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE){ -+ if(ptarget_wlan) ptarget_wlan->fixed = _TRUE; -+ } -+ } -+ -+ } -+ else -+ { -+ ptarget_wlan = _rtw_find_same_network(&pmlmepriv->scanned_queue, pnetwork); -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE){ -+ if(ptarget_wlan) ptarget_wlan->fixed = _TRUE; -+ } -+ } -+ -+ //s2. update cur_network -+ if(ptarget_wlan) -+ { -+ rtw_joinbss_update_network(adapter, ptarget_wlan, pnetwork); -+ } -+ else -+ { -+ DBG_871X_LEVEL(_drv_always_, "Can't find ptarget_wlan when joinbss_event callback\n"); -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ goto ignore_joinbss_callback; -+ } -+ -+ -+ //s3. find ptarget_sta & update ptarget_sta after update cur_network only for station mode -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ { -+ ptarget_sta = rtw_joinbss_update_stainfo(adapter, pnetwork); -+ if(ptarget_sta==NULL) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("Can't update stainfo when joinbss_event callback\n")); -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ goto ignore_joinbss_callback; -+ } -+ } -+ -+ //s4. indicate connect -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ { -+ pmlmepriv->cur_network_scanned = ptarget_wlan; -+ rtw_indicate_connect(adapter); -+ } -+ else -+ { -+ //adhoc mode will rtw_indicate_connect when rtw_stassoc_event_callback -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("adhoc mode, fw_state:%x", get_fwstate(pmlmepriv))); -+ } -+ -+ -+ //s5. Cancle assoc_timer -+ _cancel_timer(&pmlmepriv->assoc_timer, &timer_cancelled); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("Cancle assoc_timer \n")); -+ -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("rtw_joinbss_event_callback err: fw_state:%x", get_fwstate(pmlmepriv))); -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ goto ignore_joinbss_callback; -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ } -+ else if(pnetwork->join_res == -4) -+ { -+ rtw_reset_securitypriv(adapter); -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ -+ //rtw_free_assoc_resources(adapter, 1); -+ -+ if((check_fwstate(pmlmepriv, _FW_UNDER_LINKING)) == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("fail! clear _FW_UNDER_LINKING ^^^fw_state=%x\n", get_fwstate(pmlmepriv))); -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ } -+ -+ } -+ else //if join_res < 0 (join fails), then try again -+ { -+ -+ #ifdef REJOIN -+ res = _FAIL; -+ if(retry < 2) { -+ res = rtw_select_and_join_from_scanned_queue(pmlmepriv); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("rtw_select_and_join_from_scanned_queue again! res:%d\n",res)); -+ } -+ -+ if(res == _SUCCESS) -+ { -+ //extend time of assoc_timer -+ _set_timer(&pmlmepriv->assoc_timer, MAX_JOIN_TIMEOUT); -+ retry++; -+ } -+ else if(res == 2)//there is no need to wait for join -+ { -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ rtw_indicate_connect(adapter); -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("Set Assoc_Timer = 1; can't find match ssid in scanned_q \n")); -+ #endif -+ -+ _set_timer(&pmlmepriv->assoc_timer, 1); -+ //rtw_free_assoc_resources(adapter, 1); -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ -+ #ifdef REJOIN -+ retry = 0; -+ } -+ #endif -+ } -+ -+ignore_joinbss_callback: -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ _func_exit_; -+} -+ -+void rtw_joinbss_event_callback(_adapter *adapter, u8 *pbuf) -+{ -+ struct wlan_network *pnetwork = (struct wlan_network *)pbuf; -+ -+_func_enter_; -+ -+ mlmeext_joinbss_event_callback(adapter, pnetwork->join_res); -+ -+ rtw_os_xmit_schedule(adapter); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ rtw_os_xmit_schedule(adapter->pbuddy_adapter); -+#endif -+ -+_func_exit_; -+} -+ -+#if 0 -+//#if (RATE_ADAPTIVE_SUPPORT==1) //for 88E RA -+u8 search_max_mac_id(_adapter *padapter) -+{ -+ u8 mac_id, aid; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)){ -+ -+#if 1 -+ _irqL irqL; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ -+ _enter_critical_bh(&pdvobj->lock, &irqL); -+ for(mac_id=(NUM_STA-1); mac_id>0; mac_id--) -+ if(pdvobj->macid[mac_id] == _TRUE) -+ break; -+ _exit_critical_bh(&pdvobj->lock, &irqL); -+ -+#else -+ for (aid = (pstapriv->max_num_sta); aid > 0; aid--) -+ { -+ if (pstapriv->sta_aid[aid-1] != NULL) -+ { -+ psta = pstapriv->sta_aid[aid-1]; -+ break; -+ } -+ } -+/* -+ for (mac_id = (pstapriv->max_num_sta-1); mac_id >= 0; mac_id--) -+ { -+ if (pstapriv->sta_aid[mac_id] != NULL) -+ break; -+ } -+*/ -+ mac_id = aid + 1; -+#endif -+ } -+ else -+#endif -+ {//adhoc id = 31~2 -+ for (mac_id = (NUM_STA-1); mac_id >= IBSS_START_MAC_ID ; mac_id--) -+ { -+ if (pmlmeinfo->FW_sta_info[mac_id].status == 1) -+ { -+ break; -+ } -+ } -+ } -+ -+ DBG_871X("max mac_id=%d\n", mac_id); -+ -+ return mac_id; -+ -+} -+#endif -+ -+//FOR STA, AP ,AD-HOC mode -+void rtw_sta_media_status_rpt(_adapter *adapter,struct sta_info *psta, u32 mstatus) -+{ -+ u16 media_status_rpt; -+ -+ if(psta==NULL) return; -+ -+ #if (RATE_ADAPTIVE_SUPPORT==1) //for 88E RA -+ { -+ u8 macid = rtw_search_max_mac_id(adapter); -+ rtw_hal_set_hwreg(adapter,HW_VAR_TX_RPT_MAX_MACID, (u8*)&macid); -+ } -+ #endif -+ media_status_rpt = (u16)((psta->mac_id<<8)|mstatus); // MACID|OPMODE:1 connect -+ rtw_hal_set_hwreg(adapter,HW_VAR_H2C_MEDIA_STATUS_RPT,(u8 *)&media_status_rpt); -+} -+ -+void rtw_stassoc_event_callback(_adapter *adapter, u8 *pbuf) -+{ -+ _irqL irqL; -+ struct sta_info *psta; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct stassoc_event *pstassoc = (struct stassoc_event*)pbuf; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wlan_network *ptarget_wlan = NULL; -+ -+_func_enter_; -+ -+ if(rtw_access_ctrl(adapter, pstassoc->macaddr) == _FALSE) -+ return; -+ -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ psta = rtw_get_stainfo(&adapter->stapriv, pstassoc->macaddr); -+ if(psta) -+ { -+ u8 *passoc_req = NULL; -+ u32 assoc_req_len = 0; -+ -+ rtw_sta_media_status_rpt(adapter, psta, 1); -+ -+#ifndef CONFIG_AUTO_AP_MODE -+ -+ ap_sta_info_defer_update(adapter, psta); -+ -+ //report to upper layer -+ DBG_871X("indicate_sta_assoc_event to upper layer - hostapd\n"); -+#ifdef CONFIG_IOCTL_CFG80211 -+ _enter_critical_bh(&psta->lock, &irqL); -+ if(psta->passoc_req && psta->assoc_req_len>0) -+ { -+ passoc_req = rtw_zmalloc(psta->assoc_req_len); -+ if(passoc_req) -+ { -+ assoc_req_len = psta->assoc_req_len; -+ _rtw_memcpy(passoc_req, psta->passoc_req, assoc_req_len); -+ -+ rtw_mfree(psta->passoc_req , psta->assoc_req_len); -+ psta->passoc_req = NULL; -+ psta->assoc_req_len = 0; -+ } -+ } -+ _exit_critical_bh(&psta->lock, &irqL); -+ -+ if(passoc_req && assoc_req_len>0) -+ { -+ rtw_cfg80211_indicate_sta_assoc(adapter, passoc_req, assoc_req_len); -+ -+ rtw_mfree(passoc_req, assoc_req_len); -+ } -+#else //!CONFIG_IOCTL_CFG80211 -+ rtw_indicate_sta_assoc_event(adapter, psta); -+#endif //!CONFIG_IOCTL_CFG80211 -+#endif //!CONFIG_AUTO_AP_MODE -+ -+#ifdef CONFIG_BEAMFORMING -+ beamforming_wk_cmd(adapter, BEAMFORMING_CTRL_ENTER, (u8 *)psta, sizeof(struct sta_info), 0); -+#endif/*CONFIG_BEAMFORMING*/ -+ } -+ goto exit; -+ } -+#endif //defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ -+ //for AD-HOC mode -+ psta = rtw_get_stainfo(&adapter->stapriv, pstassoc->macaddr); -+ if( psta != NULL) -+ { -+ //the sta have been in sta_info_queue => do nothing -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("Error: rtw_stassoc_event_callback: sta has been in sta_hash_queue \n")); -+ -+ goto exit; //(between drv has received this event before and fw have not yet to set key to CAM_ENTRY) -+ } -+ -+ psta = rtw_alloc_stainfo(&adapter->stapriv, pstassoc->macaddr); -+ if (psta == NULL) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("Can't alloc sta_info when rtw_stassoc_event_callback\n")); -+ goto exit; -+ } -+ -+ //to do : init sta_info variable -+ psta->qos_option = 0; -+ psta->mac_id = (uint)pstassoc->cam_id; -+ //psta->aid = (uint)pstassoc->cam_id; -+ DBG_871X("%s\n",__FUNCTION__); -+ //for ad-hoc mode -+ rtw_hal_set_odm_var(adapter,HAL_ODM_STA_INFO,psta,_TRUE); -+ -+ rtw_sta_media_status_rpt(adapter, psta, 1); -+ -+ if(adapter->securitypriv.dot11AuthAlgrthm==dot11AuthAlgrthm_8021X) -+ psta->dot118021XPrivacy = adapter->securitypriv.dot11PrivacyAlgrthm; -+ -+ -+ psta->ieee8021x_blocked = _FALSE; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ if ( (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)==_TRUE ) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)==_TRUE ) ) -+ { -+ if(adapter->stapriv.asoc_sta_count== 2) -+ { -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ ptarget_wlan = rtw_find_network(&pmlmepriv->scanned_queue, cur_network->network.MacAddress); -+ pmlmepriv->cur_network_scanned = ptarget_wlan; -+ if(ptarget_wlan) ptarget_wlan->fixed = _TRUE; -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ // a sta + bc/mc_stainfo (not Ibss_stainfo) -+ rtw_indicate_connect(adapter); -+ } -+ } -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ -+ mlmeext_sta_add_event_callback(adapter, psta); -+ -+#ifdef CONFIG_RTL8711 -+ //submit SetStaKey_cmd to tell fw, fw will allocate an CAM entry for this sta -+ rtw_setstakey_cmd(adapter, psta, GROUP_KEY, _TRUE); -+#endif -+ -+exit: -+ -+_func_exit_; -+ -+} -+ -+#ifdef CONFIG_IEEE80211W -+void rtw_sta_timeout_event_callback(_adapter *adapter, u8 *pbuf) -+{ -+ _irqL irqL; -+ struct sta_info *psta; -+ struct stadel_event *pstadel = (struct stadel_event *)pbuf; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ -+_func_enter_; -+ -+ psta = rtw_get_stainfo(&adapter->stapriv, pstadel->macaddr); -+ -+ if (psta) { -+ u8 updated = _FALSE; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if (rtw_is_list_empty(&psta->asoc_list) == _FALSE) { -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(adapter, psta, _TRUE, WLAN_REASON_PREV_AUTH_NOT_VALID, _TRUE); -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ associated_clients_update(adapter, updated, STA_INFO_UPDATE_ALL); -+ } -+ -+ -+_func_exit_; -+ -+} -+#endif /* CONFIG_IEEE80211W */ -+ -+void rtw_stadel_event_callback(_adapter *adapter, u8 *pbuf) -+{ -+ _irqL irqL,irqL2; -+ int mac_id = (-1); -+ struct sta_info *psta; -+ struct wlan_network* pwlan = NULL; -+ WLAN_BSSID_EX *pdev_network=NULL; -+ u8* pibss = NULL; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct stadel_event *pstadel = (struct stadel_event*)pbuf; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct wlan_network *tgt_network = &(pmlmepriv->cur_network); -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+_func_enter_; -+ -+ psta = rtw_get_stainfo(&adapter->stapriv, pstadel->macaddr); -+ if(psta) -+ mac_id = psta->mac_id; -+ else -+ mac_id = pstadel->mac_id; -+ -+ DBG_871X("%s(mac_id=%d)=" MAC_FMT "\n", __func__, mac_id, MAC_ARG(pstadel->macaddr)); -+ -+ if(mac_id>=0){ -+ u16 media_status; -+ media_status = (mac_id<<8)|0; // MACID|OPMODE:0 means disconnect -+ //for STA,AP,ADHOC mode, report disconnect stauts to FW -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, (u8 *)&media_status); -+ } -+ -+ //if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ if((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+#ifdef CONFIG_IOCTL_CFG80211 -+ #ifdef COMPAT_KERNEL_RELEASE -+ -+ #elif (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) || defined(CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER) -+ rtw_cfg80211_indicate_sta_disassoc(adapter, pstadel->macaddr, *(u16*)pstadel->rsvd); -+ #endif //(LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) || defined(CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER) -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ return; -+ } -+ -+ -+ mlmeext_sta_del_event_callback(adapter); -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL2); -+ -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) ) -+ { -+ u16 reason = *((unsigned short *)(pstadel->rsvd)); -+ bool roam = _FALSE; -+ struct wlan_network *roam_target = NULL; -+ -+ #ifdef CONFIG_LAYER2_ROAMING -+ if(adapter->registrypriv.wifi_spec==1) { -+ roam = _FALSE; -+ } else if (reason == WLAN_REASON_EXPIRATION_CHK && rtw_chk_roam_flags(adapter, RTW_ROAM_ON_EXPIRED)) { -+ roam = _TRUE; -+ } else if (reason == WLAN_REASON_ACTIVE_ROAM && rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { -+ roam = _TRUE; -+ roam_target = pmlmepriv->roam_network; -+ } -+#ifdef CONFIG_INTEL_WIDI -+ else if (adapter->mlmepriv.widi_state == INTEL_WIDI_STATE_CONNECTED) { -+ roam = _TRUE; -+ } -+#endif // CONFIG_INTEL_WIDI -+ -+ if (roam == _TRUE) { -+ if (rtw_to_roam(adapter) > 0) -+ rtw_dec_to_roam(adapter); /* this stadel_event is caused by roaming, decrease to_roam */ -+ else if (rtw_to_roam(adapter) == 0) -+ rtw_set_to_roam(adapter, adapter->registrypriv.max_roaming_times); -+ } else { -+ rtw_set_to_roam(adapter, 0); -+ } -+ #endif /* CONFIG_LAYER2_ROAMING */ -+ -+ rtw_free_uc_swdec_pending_queue(adapter); -+ -+ rtw_free_assoc_resources(adapter, 1); -+ rtw_indicate_disconnect(adapter); -+ rtw_free_mlme_priv_ie_data(pmlmepriv); -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ // remove the network entry in scanned_queue -+ pwlan = rtw_find_network(&pmlmepriv->scanned_queue, tgt_network->network.MacAddress); -+ if (pwlan) { -+ pwlan->fixed = _FALSE; -+ rtw_free_network_nolock(adapter, pwlan); -+ } -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+#ifdef CONFIG_INTEL_WIDI -+ if (!rtw_to_roam(adapter)) -+ process_intel_widi_disconnect(adapter, 1); -+#endif // CONFIG_INTEL_WIDI -+ -+ _rtw_roaming(adapter, roam_target); -+ } -+ -+ if ( check_fwstate(pmlmepriv,WIFI_ADHOC_MASTER_STATE) || -+ check_fwstate(pmlmepriv,WIFI_ADHOC_STATE)) -+ { -+ -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(adapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ if(adapter->stapriv.asoc_sta_count== 1) //a sta + bc/mc_stainfo (not Ibss_stainfo) -+ { -+ //rtw_indicate_disconnect(adapter);//removed@20091105 -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ //free old ibss network -+ //pwlan = rtw_find_network(&pmlmepriv->scanned_queue, pstadel->macaddr); -+ pwlan = rtw_find_network(&pmlmepriv->scanned_queue, tgt_network->network.MacAddress); -+ if(pwlan) -+ { -+ pwlan->fixed = _FALSE; -+ rtw_free_network_nolock(adapter, pwlan); -+ } -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ //re-create ibss -+ pdev_network = &(adapter->registrypriv.dev_network); -+ pibss = adapter->registrypriv.dev_network.MacAddress; -+ -+ _rtw_memcpy(pdev_network, &tgt_network->network, get_WLAN_BSSID_EX_sz(&tgt_network->network)); -+ -+ _rtw_memset(&pdev_network->Ssid, 0, sizeof(NDIS_802_11_SSID)); -+ _rtw_memcpy(&pdev_network->Ssid, &pmlmepriv->assoc_ssid, sizeof(NDIS_802_11_SSID)); -+ -+ rtw_update_registrypriv_dev_network(adapter); -+ -+ rtw_generate_random_ibss(pibss); -+ -+ if(check_fwstate(pmlmepriv,WIFI_ADHOC_STATE)) -+ { -+ set_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+ _clr_fwstate_(pmlmepriv, WIFI_ADHOC_STATE); -+ } -+ -+ if (rtw_create_ibss_cmd(adapter, 0) != _SUCCESS) -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_err_, ("***Error=>stadel_event_callback: rtw_create_ibss_cmd status FAIL***\n")); -+ -+ } -+ -+ } -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL2); -+ -+_func_exit_; -+ -+} -+ -+ -+void rtw_cpwm_event_callback(PADAPTER padapter, u8 *pbuf) -+{ -+#ifdef CONFIG_LPS_LCLK -+ struct reportpwrstate_parm *preportpwrstate; -+#endif -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("+rtw_cpwm_event_callback !!!\n")); -+#ifdef CONFIG_LPS_LCLK -+ preportpwrstate = (struct reportpwrstate_parm*)pbuf; -+ preportpwrstate->state |= (u8)(adapter_to_pwrctl(padapter)->cpwm_tog + 0x80); -+ cpwm_int_hdl(padapter, preportpwrstate); -+#endif -+ -+_func_exit_; -+ -+} -+ -+ -+void rtw_wmm_event_callback(PADAPTER padapter, u8 *pbuf) -+{ -+_func_enter_; -+ -+ WMMOnAssocRsp(padapter); -+ -+_func_exit_; -+ -+} -+ -+/* -+* _rtw_join_timeout_handler - Timeout/faliure handler for CMD JoinBss -+* @adapter: pointer to _adapter structure -+*/ -+void _rtw_join_timeout_handler (_adapter *adapter) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+#if 0 -+ if (rtw_is_drv_stopped(adapter)) { -+ _rtw_up_sema(&pmlmepriv->assoc_terminate); -+ return; -+ } -+#endif -+ -+_func_enter_; -+ -+ -+ DBG_871X("%s, fw_state=%x\n", __FUNCTION__, get_fwstate(pmlmepriv)); -+ -+ if (RTW_CANNOT_RUN(adapter)) -+ return; -+ -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ #ifdef CONFIG_LAYER2_ROAMING -+ if (rtw_to_roam(adapter) > 0) { /* join timeout caused by roaming */ -+ while(1) { -+ rtw_dec_to_roam(adapter); -+ if (rtw_to_roam(adapter) != 0) { /* try another */ -+ int do_join_r; -+ DBG_871X("%s try another roaming\n", __FUNCTION__); -+ if( _SUCCESS!=(do_join_r=rtw_do_join(adapter)) ) { -+ DBG_871X("%s roaming do_join return %d\n", __FUNCTION__ ,do_join_r); -+ continue; -+ } -+ break; -+ } else { -+#ifdef CONFIG_INTEL_WIDI -+ if(adapter->mlmepriv.widi_state == INTEL_WIDI_STATE_ROAMING) -+ { -+ _rtw_memset(pmlmepriv->sa_ext, 0x00, L2SDTA_SERVICE_VE_LEN); -+ intel_widi_wk_cmd(adapter, INTEL_WIDI_LISTEN_WK, NULL, 0); -+ DBG_871X("change to widi listen\n"); -+ } -+#endif // CONFIG_INTEL_WIDI -+ DBG_871X("%s We've try roaming but fail\n", __FUNCTION__); -+ rtw_indicate_disconnect(adapter); -+ break; -+ } -+ } -+ -+ } else -+ #endif -+ { -+ rtw_indicate_disconnect(adapter); -+ free_scanqueue(pmlmepriv);//??? -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ //indicate disconnect for the case that join_timeout and check_fwstate != FW_LINKED -+ rtw_cfg80211_indicate_disconnect(adapter); -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ } -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ -+#ifdef CONFIG_DRVEXT_MODULE_WSC -+ drvext_assoc_fail_indicate(&adapter->drvextpriv); -+#endif -+ -+ -+_func_exit_; -+ -+} -+ -+/* -+* rtw_scan_timeout_handler - Timeout/Faliure handler for CMD SiteSurvey -+* @adapter: pointer to _adapter structure -+*/ -+void rtw_scan_timeout_handler (_adapter *adapter) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ DBG_871X(FUNC_ADPT_FMT" fw_state=%x\n", FUNC_ADPT_ARG(adapter), get_fwstate(pmlmepriv)); -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY); -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_surveydone_event_callback(adapter); -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ rtw_indicate_scan_done(adapter, _TRUE); -+ -+#if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_IOCTL_CFG80211) -+ if (adapter->pbuddy_adapter) { -+ _adapter *buddy_adapter = adapter->pbuddy_adapter; -+ struct mlme_priv *buddy_mlme = &(buddy_adapter->mlmepriv); -+ struct rtw_wdev_priv *buddy_wdev_priv = adapter_wdev_data(buddy_adapter); -+ bool indicate_buddy_scan = _FALSE; -+ -+ _enter_critical_bh(&buddy_wdev_priv->scan_req_lock, &irqL); -+ if (buddy_wdev_priv->scan_request && buddy_mlme->scanning_via_buddy_intf == _TRUE) { -+ buddy_mlme->scanning_via_buddy_intf = _FALSE; -+ clr_fwstate(buddy_mlme, _FW_UNDER_SURVEY); -+ indicate_buddy_scan = _TRUE; -+ } -+ _exit_critical_bh(&buddy_wdev_priv->scan_req_lock, &irqL); -+ -+ if (indicate_buddy_scan == _TRUE) { -+ rtw_indicate_scan_done(buddy_adapter, _TRUE); -+ } -+ } -+#endif /* CONFIG_CONCURRENT_MODE */ -+} -+ -+void rtw_mlme_reset_auto_scan_int(_adapter *adapter) -+{ -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+#ifdef CONFIG_P2P -+ if(!rtw_p2p_chk_state(&adapter->wdinfo, P2P_STATE_NONE)) { -+ mlme->auto_scan_int_ms = 0; /* disabled */ -+ goto exit; -+ } -+#endif -+ if(pmlmeinfo->VHT_enable) //disable auto scan when connect to 11AC AP -+ { -+ mlme->auto_scan_int_ms = 0; -+ } -+ else if(adapter->registrypriv.wifi_spec && is_client_associated_to_ap(adapter) == _TRUE) { -+ mlme->auto_scan_int_ms = 60*1000; -+#ifdef CONFIG_LAYER2_ROAMING -+ } else if(rtw_chk_roam_flags(adapter, RTW_ROAM_ACTIVE)) { -+ if (check_fwstate(mlme, WIFI_STATION_STATE) && check_fwstate(mlme, _FW_LINKED)) -+ mlme->auto_scan_int_ms = mlme->roam_scan_int_ms; -+#endif -+ } else { -+ mlme->auto_scan_int_ms = 0; /* disabled */ -+ } -+exit: -+ return; -+} -+ -+void rtw_drv_scan_by_self(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (!padapter->registrypriv.wifi_spec) { -+ if (check_fwstate(pmlmepriv, (_FW_UNDER_SURVEY | _FW_UNDER_LINKING)) == _TRUE) { -+ DBG_871X(FUNC_ADPT_FMT" _FW_UNDER_SURVEY|_FW_UNDER_LINKING\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == _TRUE) { -+ DBG_871X(FUNC_ADPT_FMT" exit BusyTraffic\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { -+ if ((check_buddy_fwstate(padapter, (_FW_UNDER_SURVEY | _FW_UNDER_LINKING)) == _TRUE) || -+ (padapter->pbuddy_adapter->mlmepriv.LinkDetectInfo.bBusyTraffic == _TRUE)) { -+ DBG_871X(FUNC_ADPT_FMT", but buddy_intf is under scanning or linking or BusyTraffic\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ } -+#endif -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ rtw_set_802_11_bssid_list_scan(padapter, NULL, 0); -+ -+exit: -+ return; -+} -+ -+static void rtw_auto_scan_handler(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ rtw_mlme_reset_auto_scan_int(padapter); -+ -+ if (pmlmepriv->auto_scan_int_ms != 0 -+ && rtw_get_passing_time_ms(pmlmepriv->scan_start_time) > pmlmepriv->auto_scan_int_ms) -+ rtw_drv_scan_by_self(padapter); -+ -+} -+ -+void rtw_dynamic_check_timer_handlder(_adapter *adapter) -+{ -+#ifdef CONFIG_AP_MODE -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+#endif //CONFIG_AP_MODE -+ struct registry_priv *pregistrypriv = &adapter->registrypriv; -+#ifdef CONFIG_CONCURRENT_MODE -+ PADAPTER pbuddy_adapter = adapter->pbuddy_adapter; -+#endif -+ -+ if(!adapter) -+ return; -+ -+ if (!rtw_is_hw_init_completed(adapter)) -+ return; -+ -+ if (RTW_CANNOT_RUN(adapter)) -+ return; -+ -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(pbuddy_adapter) -+ { -+ if(adapter->net_closed == _TRUE && pbuddy_adapter->net_closed == _TRUE) -+ { -+ return; -+ } -+ } -+ else -+#endif //CONFIG_CONCURRENT_MODE -+ if(adapter->net_closed == _TRUE) -+ { -+ return; -+ } -+ -+#ifdef CONFIG_BT_COEXIST -+ if (is_primary_adapter(adapter)) { -+ if (GET_HAL_DATA(adapter)->EEPROMBluetoothCoexist == 1) -+ DBG_871X("IsBtDisabled=%d, IsBtControlLps=%d\n" , rtw_btcoex_IsBtDisabled(adapter) , rtw_btcoex_IsBtControlLps(adapter)); -+ } -+#endif -+ -+#ifdef CONFIG_LPS_LCLK_WD_TIMER /* to avoid leaving lps 32k frequently*/ -+ if ((adapter_to_pwrctl(adapter)->bFwCurrentInPSMode ==_TRUE ) -+#ifdef CONFIG_BT_COEXIST -+ && (rtw_btcoex_IsBtControlLps(adapter) == _FALSE) -+#endif -+ ) -+ { -+ u8 bEnterPS; -+ -+ linked_status_chk(adapter, 1); -+ -+ bEnterPS = traffic_status_watchdog(adapter, 1); -+ if(bEnterPS) -+ { -+ //rtw_lps_ctrl_wk_cmd(adapter, LPS_CTRL_ENTER, 1); -+ rtw_hal_dm_watchdog_in_lps(adapter); -+ } -+ else -+ { -+ //call rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, 1) in traffic_status_watchdog() -+ } -+ -+ } -+ else -+#endif //CONFIG_LPS_LCLK_WD_TIMER -+ { -+ if(is_primary_adapter(adapter)) -+ { -+ rtw_dynamic_chk_wk_cmd(adapter); -+ } -+ } -+ -+ /* auto site survey */ -+ rtw_auto_scan_handler(adapter); -+ -+#ifndef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+#ifdef CONFIG_AP_MODE -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ expire_timeout_chk(adapter); -+ } -+#endif -+#endif //!CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ -+#ifdef CONFIG_BR_EXT -+ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+ rcu_read_lock(); -+#endif // (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+ -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ if( adapter->pnetdev->br_port -+#else // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ if( rcu_dereference(adapter->pnetdev->rx_handler_data) -+#endif // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ && (check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_ADHOC_STATE) == _TRUE) ) -+ { -+ // expire NAT2.5 entry -+ void nat25_db_expire(_adapter *priv); -+ nat25_db_expire(adapter); -+ -+ if (adapter->pppoe_connection_in_progress > 0) { -+ adapter->pppoe_connection_in_progress--; -+ } -+ -+ // due to rtw_dynamic_check_timer_handlder() is called every 2 seconds -+ if (adapter->pppoe_connection_in_progress > 0) { -+ adapter->pppoe_connection_in_progress--; -+ } -+ } -+ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+ rcu_read_unlock(); -+#endif // (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+ -+#endif // CONFIG_BR_EXT -+ -+} -+ -+ -+#ifdef CONFIG_SET_SCAN_DENY_TIMER -+inline bool rtw_is_scan_deny(_adapter *adapter) -+{ -+ struct mlme_priv *mlmepriv = &adapter->mlmepriv; -+ return (ATOMIC_READ(&mlmepriv->set_scan_deny) != 0) ? _TRUE : _FALSE; -+} -+ -+inline void rtw_clear_scan_deny(_adapter *adapter) -+{ -+ struct mlme_priv *mlmepriv = &adapter->mlmepriv; -+ ATOMIC_SET(&mlmepriv->set_scan_deny, 0); -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(adapter)); -+} -+ -+void rtw_set_scan_deny_timer_hdl(_adapter *adapter) -+{ -+ rtw_clear_scan_deny(adapter); -+} -+ -+void rtw_set_scan_deny(_adapter *adapter, u32 ms) -+{ -+ struct mlme_priv *mlmepriv = &adapter->mlmepriv; -+#ifdef CONFIG_CONCURRENT_MODE -+ struct mlme_priv *b_mlmepriv; -+#endif -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(adapter)); -+ ATOMIC_SET(&mlmepriv->set_scan_deny, 1); -+ _set_timer(&mlmepriv->set_scan_deny_timer, ms); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (!adapter->pbuddy_adapter) -+ return; -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(adapter->pbuddy_adapter)); -+ b_mlmepriv = &adapter->pbuddy_adapter->mlmepriv; -+ ATOMIC_SET(&b_mlmepriv->set_scan_deny, 1); -+ _set_timer(&b_mlmepriv->set_scan_deny_timer, ms); -+#endif -+ -+} -+#endif -+ -+#ifdef CONFIG_LAYER2_ROAMING -+/* -+* Select a new roaming candidate from the original @param candidate and @param competitor -+* @return _TRUE: candidate is updated -+* @return _FALSE: candidate is not updated -+*/ -+static int rtw_check_roaming_candidate(struct mlme_priv *mlme -+ , struct wlan_network **candidate, struct wlan_network *competitor) -+{ -+ int updated = _FALSE; -+ _adapter *adapter = container_of(mlme, _adapter, mlmepriv); -+ -+ if(is_same_ess(&competitor->network, &mlme->cur_network.network) == _FALSE) -+ goto exit; -+ -+ if(rtw_is_desired_network(adapter, competitor) == _FALSE) -+ goto exit; -+ -+ DBG_871X("roam candidate:%s %s("MAC_FMT", ch%3u) rssi:%d, age:%5d\n", -+ (competitor == mlme->cur_network_scanned)?"*":" " , -+ competitor->network.Ssid.Ssid, -+ MAC_ARG(competitor->network.MacAddress), -+ competitor->network.Configuration.DSConfig, -+ (int)competitor->network.Rssi, -+ rtw_get_passing_time_ms(competitor->last_scanned) -+ ); -+ -+ /* got specific addr to roam */ -+ if (!is_zero_mac_addr(mlme->roam_tgt_addr)) { -+ if(_rtw_memcmp(mlme->roam_tgt_addr, competitor->network.MacAddress, ETH_ALEN) == _TRUE) -+ goto update; -+ else -+ goto exit; -+ } -+ #if 1 -+ if(rtw_get_passing_time_ms((u32)competitor->last_scanned) >= mlme->roam_scanr_exp_ms) -+ goto exit; -+ -+ if (competitor->network.Rssi - mlme->cur_network_scanned->network.Rssi < mlme->roam_rssi_diff_th) -+ goto exit; -+ -+ if(*candidate != NULL && (*candidate)->network.Rssi>=competitor->network.Rssi) -+ goto exit; -+ #else -+ goto exit; -+ #endif -+ -+update: -+ *candidate = competitor; -+ updated = _TRUE; -+ -+exit: -+ return updated; -+} -+ -+int rtw_select_roaming_candidate(struct mlme_priv *mlme) -+{ -+ _irqL irqL; -+ int ret = _FAIL; -+ _list *phead; -+ _adapter *adapter; -+ _queue *queue = &(mlme->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ struct wlan_network *candidate = NULL; -+ u8 bSupportAntDiv = _FALSE; -+ -+_func_enter_; -+ -+ if (mlme->cur_network_scanned == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ _enter_critical_bh(&(mlme->scanned_queue.lock), &irqL); -+ phead = get_list_head(queue); -+ adapter = (_adapter *)mlme->nic_hdl; -+ -+ mlme->pscanned = get_next(phead); -+ -+ while (!rtw_end_of_queue_search(phead, mlme->pscanned)) { -+ -+ pnetwork = LIST_CONTAINOR(mlme->pscanned, struct wlan_network, list); -+ if(pnetwork==NULL){ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s return _FAIL:(pnetwork==NULL)\n", __FUNCTION__)); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ mlme->pscanned = get_next(mlme->pscanned); -+ -+ if (0) -+ DBG_871X("%s("MAC_FMT", ch%u) rssi:%d\n" -+ , pnetwork->network.Ssid.Ssid -+ , MAC_ARG(pnetwork->network.MacAddress) -+ , pnetwork->network.Configuration.DSConfig -+ , (int)pnetwork->network.Rssi); -+ -+ rtw_check_roaming_candidate(mlme, &candidate, pnetwork); -+ -+ } -+ -+ if(candidate == NULL) { -+ DBG_871X("%s: return _FAIL(candidate == NULL)\n", __FUNCTION__); -+ ret = _FAIL; -+ goto exit; -+ } else { -+ DBG_871X("%s: candidate: %s("MAC_FMT", ch:%u)\n", __FUNCTION__, -+ candidate->network.Ssid.Ssid, MAC_ARG(candidate->network.MacAddress), -+ candidate->network.Configuration.DSConfig); -+ -+ mlme->roam_network = candidate; -+ -+ if (_rtw_memcmp(candidate->network.MacAddress, mlme->roam_tgt_addr, ETH_ALEN) == _TRUE) -+ _rtw_memset(mlme->roam_tgt_addr,0, ETH_ALEN); -+ } -+ -+ ret = _SUCCESS; -+exit: -+ _exit_critical_bh(&(mlme->scanned_queue.lock), &irqL); -+ -+ return ret; -+} -+#endif /* CONFIG_LAYER2_ROAMING */ -+ -+/* -+* Select a new join candidate from the original @param candidate and @param competitor -+* @return _TRUE: candidate is updated -+* @return _FALSE: candidate is not updated -+*/ -+static int rtw_check_join_candidate(struct mlme_priv *mlme -+ , struct wlan_network **candidate, struct wlan_network *competitor) -+{ -+ int updated = _FALSE; -+ _adapter *adapter = container_of(mlme, _adapter, mlmepriv); -+ -+ -+ //check bssid, if needed -+ if(mlme->assoc_by_bssid==_TRUE) { -+ if(_rtw_memcmp(competitor->network.MacAddress, mlme->assoc_bssid, ETH_ALEN) ==_FALSE) -+ goto exit; -+ } -+ -+ //check ssid, if needed -+ if(mlme->assoc_ssid.Ssid[0] && mlme->assoc_ssid.SsidLength) { -+ if( competitor->network.Ssid.SsidLength != mlme->assoc_ssid.SsidLength -+ || _rtw_memcmp(competitor->network.Ssid.Ssid, mlme->assoc_ssid.Ssid, mlme->assoc_ssid.SsidLength) == _FALSE -+ ) -+ goto exit; -+ } -+ -+ if(rtw_is_desired_network(adapter, competitor) == _FALSE) -+ goto exit; -+ -+#ifdef CONFIG_LAYER2_ROAMING -+ if(rtw_to_roam(adapter) > 0) { -+ if( rtw_get_passing_time_ms((u32)competitor->last_scanned) >= mlme->roam_scanr_exp_ms -+ || is_same_ess(&competitor->network, &mlme->cur_network.network) == _FALSE -+ ) -+ goto exit; -+ } -+#endif -+ -+ if(*candidate == NULL ||(*candidate)->network.Rssinetwork.Rssi ) -+ { -+ *candidate = competitor; -+ updated = _TRUE; -+ } -+ -+ if(updated){ -+ DBG_871X("[by_bssid:%u][assoc_ssid:%s][to_roam:%u] " -+ "new candidate: %s("MAC_FMT", ch%u) rssi:%d\n", -+ mlme->assoc_by_bssid, -+ mlme->assoc_ssid.Ssid, -+ rtw_to_roam(adapter), -+ (*candidate)->network.Ssid.Ssid, -+ MAC_ARG((*candidate)->network.MacAddress), -+ (*candidate)->network.Configuration.DSConfig, -+ (int)(*candidate)->network.Rssi -+ ); -+ } -+ -+exit: -+ return updated; -+} -+ -+/* -+Calling context: -+The caller of the sub-routine will be in critical section... -+ -+The caller must hold the following spinlock -+ -+pmlmepriv->lock -+ -+ -+*/ -+ -+int rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv ) -+{ -+ _irqL irqL; -+ int ret; -+ _list *phead; -+ _adapter *adapter; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ struct wlan_network *candidate = NULL; -+ u8 bSupportAntDiv = _FALSE; -+ -+_func_enter_; -+ -+ adapter = (_adapter *)pmlmepriv->nic_hdl; -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ #ifdef CONFIG_LAYER2_ROAMING -+ if (pmlmepriv->roam_network) { -+ candidate = pmlmepriv->roam_network; -+ pmlmepriv->roam_network = NULL; -+ goto candidate_exist; -+ } -+ #endif -+ -+ phead = get_list_head(queue); -+ pmlmepriv->pscanned = get_next(phead); -+ -+ while (!rtw_end_of_queue_search(phead, pmlmepriv->pscanned)) { -+ -+ pnetwork = LIST_CONTAINOR(pmlmepriv->pscanned, struct wlan_network, list); -+ if(pnetwork==NULL){ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("%s return _FAIL:(pnetwork==NULL)\n", __FUNCTION__)); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); -+ -+ if (0) -+ DBG_871X("%s("MAC_FMT", ch%u) rssi:%d\n" -+ , pnetwork->network.Ssid.Ssid -+ , MAC_ARG(pnetwork->network.MacAddress) -+ , pnetwork->network.Configuration.DSConfig -+ , (int)pnetwork->network.Rssi); -+ -+ rtw_check_join_candidate(pmlmepriv, &candidate, pnetwork); -+ -+ } -+ -+ if(candidate == NULL) { -+ DBG_871X("%s: return _FAIL(candidate == NULL)\n", __FUNCTION__); -+#ifdef CONFIG_WOWLAN -+ _clr_fwstate_(pmlmepriv, _FW_LINKED|_FW_UNDER_LINKING); -+#endif -+ ret = _FAIL; -+ goto exit; -+ } else { -+ DBG_871X("%s: candidate: %s("MAC_FMT", ch:%u)\n", __FUNCTION__, -+ candidate->network.Ssid.Ssid, MAC_ARG(candidate->network.MacAddress), -+ candidate->network.Configuration.DSConfig); -+ goto candidate_exist; -+ } -+ -+candidate_exist: -+ -+ // check for situation of _FW_LINKED -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+ DBG_871X("%s: _FW_LINKED while ask_for_joinbss!!!\n", __FUNCTION__); -+ -+ #if 0 // for WPA/WPA2 authentication, wpa_supplicant will expect authentication from AP, it is needed to reconnect AP... -+ if(is_same_network(&pmlmepriv->cur_network.network, &candidate->network)) -+ { -+ DBG_871X("%s: _FW_LINKED and is same network, it needn't join again\n", __FUNCTION__); -+ -+ rtw_indicate_connect(adapter);//rtw_indicate_connect again -+ -+ ret = 2; -+ goto exit; -+ } -+ else -+ #endif -+ { -+ rtw_disassoc_cmd(adapter, 0, _TRUE); -+ rtw_indicate_disconnect(adapter); -+ rtw_free_assoc_resources(adapter, 0); -+ } -+ } -+ -+ #ifdef CONFIG_ANTENNA_DIVERSITY -+ rtw_hal_get_def_var(adapter, HAL_DEF_IS_SUPPORT_ANT_DIV, &(bSupportAntDiv)); -+ if(_TRUE == bSupportAntDiv) -+ { -+ u8 CurrentAntenna; -+ rtw_hal_get_def_var(adapter, HAL_DEF_CURRENT_ANTENNA, &(CurrentAntenna)); -+ DBG_871X("#### Opt_Ant_(%s) , cur_Ant(%s)\n", -+ (2==candidate->network.PhyInfo.Optimum_antenna)?"A":"B", -+ (2==CurrentAntenna)?"A":"B" -+ ); -+ } -+ #endif -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ ret = rtw_joinbss_cmd(adapter, candidate); -+ -+exit: -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+sint rtw_set_auth(_adapter * adapter,struct security_priv *psecuritypriv) -+{ -+ struct cmd_obj* pcmd; -+ struct setauth_parm *psetauthparm; -+ struct cmd_priv *pcmdpriv=&(adapter->cmdpriv); -+ sint res=_SUCCESS; -+ -+_func_enter_; -+ -+ pcmd = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmd==NULL){ -+ res= _FAIL; //try again -+ goto exit; -+ } -+ -+ psetauthparm=(struct setauth_parm*)rtw_zmalloc(sizeof(struct setauth_parm)); -+ if(psetauthparm==NULL){ -+ rtw_mfree((unsigned char *)pcmd, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ _rtw_memset(psetauthparm, 0, sizeof(struct setauth_parm)); -+ psetauthparm->mode=(unsigned char)psecuritypriv->dot11AuthAlgrthm; -+ -+ pcmd->cmdcode = _SetAuth_CMD_; -+ pcmd->parmbuf = (unsigned char *)psetauthparm; -+ pcmd->cmdsz = (sizeof(struct setauth_parm)); -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ -+ _rtw_init_listhead(&pcmd->list); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("after enqueue set_auth_cmd, auth_mode=%x\n", psecuritypriv->dot11AuthAlgrthm)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+ -+sint rtw_set_key(_adapter * adapter,struct security_priv *psecuritypriv,sint keyid, u8 set_tx, bool enqueue) -+{ -+ u8 keylen; -+ struct cmd_obj *pcmd; -+ struct setkey_parm *psetkeyparm; -+ struct cmd_priv *pcmdpriv = &(adapter->cmdpriv); -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ sint res=_SUCCESS; -+ -+_func_enter_; -+ -+ psetkeyparm=(struct setkey_parm*)rtw_zmalloc(sizeof(struct setkey_parm)); -+ if(psetkeyparm==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ _rtw_memset(psetkeyparm, 0, sizeof(struct setkey_parm)); -+ -+ if(psecuritypriv->dot11AuthAlgrthm ==dot11AuthAlgrthm_8021X){ -+ psetkeyparm->algorithm=(unsigned char)psecuritypriv->dot118021XGrpPrivacy; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n rtw_set_key: psetkeyparm->algorithm=(unsigned char)psecuritypriv->dot118021XGrpPrivacy=%d \n", psetkeyparm->algorithm)); -+ } -+ else{ -+ psetkeyparm->algorithm=(u8)psecuritypriv->dot11PrivacyAlgrthm; -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n rtw_set_key: psetkeyparm->algorithm=(u8)psecuritypriv->dot11PrivacyAlgrthm=%d \n", psetkeyparm->algorithm)); -+ -+ } -+ psetkeyparm->keyid = (u8)keyid;//0~3 -+ psetkeyparm->set_tx = set_tx; -+ if (is_wep_enc(psetkeyparm->algorithm)) -+ adapter->securitypriv.key_mask |= BIT(psetkeyparm->keyid); -+ -+ DBG_871X("==> rtw_set_key algorithm(%x),keyid(%x),key_mask(%x)\n",psetkeyparm->algorithm,psetkeyparm->keyid, adapter->securitypriv.key_mask); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n rtw_set_key: psetkeyparm->algorithm=%d psetkeyparm->keyid=(u8)keyid=%d \n",psetkeyparm->algorithm, keyid)); -+ -+ switch(psetkeyparm->algorithm){ -+ -+ case _WEP40_: -+ keylen=5; -+ _rtw_memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); -+ break; -+ case _WEP104_: -+ keylen=13; -+ _rtw_memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); -+ break; -+ case _TKIP_: -+ keylen=16; -+ _rtw_memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); -+ psetkeyparm->grpkey=1; -+ break; -+ case _AES_: -+ keylen=16; -+ _rtw_memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); -+ psetkeyparm->grpkey=1; -+ break; -+ default: -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("\n rtw_set_key:psecuritypriv->dot11PrivacyAlgrthm = %x (must be 1 or 2 or 4 or 5)\n",psecuritypriv->dot11PrivacyAlgrthm)); -+ res= _FAIL; -+ rtw_mfree((unsigned char *)psetkeyparm, sizeof(struct setkey_parm)); -+ goto exit; -+ } -+ -+ -+ if(enqueue){ -+ pcmd = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(pcmd==NULL){ -+ rtw_mfree((unsigned char *)psetkeyparm, sizeof(struct setkey_parm)); -+ res= _FAIL; //try again -+ goto exit; -+ } -+ -+ pcmd->cmdcode = _SetKey_CMD_; -+ pcmd->parmbuf = (u8 *)psetkeyparm; -+ pcmd->cmdsz = (sizeof(struct setkey_parm)); -+ pcmd->rsp = NULL; -+ pcmd->rspsz = 0; -+ -+ _rtw_init_listhead(&pcmd->list); -+ -+ //_rtw_init_sema(&(pcmd->cmd_sem), 0); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd); -+ } -+ else{ -+ setkey_hdl(adapter, (u8 *)psetkeyparm); -+ rtw_mfree((u8 *) psetkeyparm, sizeof(struct setkey_parm)); -+ } -+exit: -+_func_exit_; -+ return res; -+ -+} -+ -+ -+//adjust IEs for rtw_joinbss_cmd in WMM -+int rtw_restruct_wmm_ie(_adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len, uint initial_out_len) -+{ -+ unsigned int ielength=0; -+ unsigned int i, j; -+ -+ i = 12; //after the fixed IE -+ while(i=0 :if there is pre-auth key, and return the entry id -+// -+// -+ -+static int SecIsInPMKIDList(_adapter *Adapter, u8 *bssid) -+{ -+ struct security_priv *psecuritypriv=&Adapter->securitypriv; -+ int i=0; -+ -+ do -+ { -+ if( ( psecuritypriv->PMKIDList[i].bUsed ) && -+ ( _rtw_memcmp( psecuritypriv->PMKIDList[i].Bssid, bssid, ETH_ALEN ) == _TRUE ) ) -+ { -+ break; -+ } -+ else -+ { -+ i++; -+ //continue; -+ } -+ -+ }while(isecuritypriv; -+ -+ if (ie[13] > 20) { -+ int i; -+ u16 pmkid_cnt = RTW_GET_LE16(ie+14+20); -+ if (pmkid_cnt == 1 && _rtw_memcmp(ie+14+20+2, &sec->PMKIDList[iEntry].PMKID, 16)) { -+ DBG_871X(FUNC_ADPT_FMT" has carried the same PMKID:"KEY_FMT"\n" -+ , FUNC_ADPT_ARG(adapter), KEY_ARG(&sec->PMKIDList[iEntry].PMKID)); -+ goto exit; -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" remove original PMKID, count:%u\n" -+ , FUNC_ADPT_ARG(adapter), pmkid_cnt); -+ -+ for (i=0;iPMKIDList[iEntry].PMKID)); -+ -+ RTW_PUT_LE16(&ie[ie_len], 1); -+ ie_len += 2; -+ -+ _rtw_memcpy(&ie[ie_len], &sec->PMKIDList[iEntry].PMKID, 16); -+ ie_len += 16; -+ -+ ie[13] += 18;//PMKID length = 2+16 -+ } -+ -+exit: -+ return (ie_len); -+} -+ -+static int rtw_remove_pmkid(_adapter *adapter, u8 *ie, uint ie_len) -+{ -+ struct security_priv *sec=&adapter->securitypriv; -+ int i; -+ u16 pmkid_cnt = RTW_GET_LE16(ie+14+20); -+ -+ if (ie[13] <= 20) -+ goto exit; -+ -+ DBG_871X(FUNC_ADPT_FMT" remove original PMKID, count:%u\n" -+ , FUNC_ADPT_ARG(adapter), pmkid_cnt); -+ -+ for (i=0;imlmepriv; -+ struct security_priv *psecuritypriv=&adapter->securitypriv; -+ uint ndisauthmode=psecuritypriv->ndisauthtype; -+ uint ndissecuritytype = psecuritypriv->ndisencryptstatus; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, -+ ("+rtw_restruct_sec_ie: ndisauthmode=%d ndissecuritytype=%d\n", -+ ndisauthmode, ndissecuritytype)); -+ -+ //copy fixed ie only -+ _rtw_memcpy(out_ie, in_ie,12); -+ ielength=12; -+ if((ndisauthmode==Ndis802_11AuthModeWPA)||(ndisauthmode==Ndis802_11AuthModeWPAPSK)) -+ authmode=_WPA_IE_ID_; -+ if((ndisauthmode==Ndis802_11AuthModeWPA2)||(ndisauthmode==Ndis802_11AuthModeWPA2PSK)) -+ authmode=_WPA2_IE_ID_; -+ -+ if(check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) -+ { -+ _rtw_memcpy(out_ie+ielength, psecuritypriv->wps_ie, psecuritypriv->wps_ie_len); -+ -+ ielength += psecuritypriv->wps_ie_len; -+ } -+ else if((authmode==_WPA_IE_ID_)||(authmode==_WPA2_IE_ID_)) -+ { -+ //copy RSN or SSN -+ _rtw_memcpy(&out_ie[ielength], &psecuritypriv->supplicant_ie[0], psecuritypriv->supplicant_ie[1]+2); -+ /* debug for CONFIG_IEEE80211W -+ { -+ int jj; -+ printk("supplicant_ie_length=%d &&&&&&&&&&&&&&&&&&&\n", psecuritypriv->supplicant_ie[1]+2); -+ for(jj=0; jj < psecuritypriv->supplicant_ie[1]+2; jj++) -+ printk(" %02x ", psecuritypriv->supplicant_ie[jj]); -+ printk("\n"); -+ }*/ -+ ielength+=psecuritypriv->supplicant_ie[1]+2; -+ rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie); -+ -+#ifdef CONFIG_DRVEXT_MODULE -+ drvext_report_sec_ie(&adapter->drvextpriv, authmode, sec_ie); -+#endif -+ } -+ -+ iEntry = SecIsInPMKIDList(adapter, pmlmepriv->assoc_bssid); -+ if(iEntry<0) -+ { -+ if(authmode == _WPA2_IE_ID_) -+ ielength = rtw_remove_pmkid(adapter, out_ie, ielength); -+ } -+ else -+ { -+ if(authmode == _WPA2_IE_ID_) -+ ielength=rtw_append_pmkid(adapter, iEntry, out_ie, ielength); -+ } -+ -+_func_exit_; -+ -+ return ielength; -+} -+ -+void rtw_init_registrypriv_dev_network( _adapter* adapter) -+{ -+ struct registry_priv* pregistrypriv = &adapter->registrypriv; -+ WLAN_BSSID_EX *pdev_network = &pregistrypriv->dev_network; -+ u8 *myhwaddr = adapter_mac_addr(adapter); -+ -+_func_enter_; -+ -+ _rtw_memcpy(pdev_network->MacAddress, myhwaddr, ETH_ALEN); -+ -+ _rtw_memcpy(&pdev_network->Ssid, &pregistrypriv->ssid, sizeof(NDIS_802_11_SSID)); -+ -+ pdev_network->Configuration.Length=sizeof(NDIS_802_11_CONFIGURATION); -+ pdev_network->Configuration.BeaconPeriod = 100; -+ pdev_network->Configuration.FHConfig.Length = 0; -+ pdev_network->Configuration.FHConfig.HopPattern = 0; -+ pdev_network->Configuration.FHConfig.HopSet = 0; -+ pdev_network->Configuration.FHConfig.DwellTime = 0; -+ -+ -+_func_exit_; -+ -+} -+ -+void rtw_update_registrypriv_dev_network(_adapter* adapter) -+{ -+ int sz=0; -+ struct registry_priv* pregistrypriv = &adapter->registrypriv; -+ WLAN_BSSID_EX *pdev_network = &pregistrypriv->dev_network; -+ struct security_priv* psecuritypriv = &adapter->securitypriv; -+ struct wlan_network *cur_network = &adapter->mlmepriv.cur_network; -+ //struct xmit_priv *pxmitpriv = &adapter->xmitpriv; -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ -+_func_enter_; -+ -+#if 0 -+ pxmitpriv->vcs_setting = pregistrypriv->vrtl_carrier_sense; -+ pxmitpriv->vcs = pregistrypriv->vcs_type; -+ pxmitpriv->vcs_type = pregistrypriv->vcs_type; -+ //pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; -+ pxmitpriv->frag_len = pregistrypriv->frag_thresh; -+ -+ adapter->qospriv.qos_option = pregistrypriv->wmm_enable; -+#endif -+ -+ pdev_network->Privacy = (psecuritypriv->dot11PrivacyAlgrthm > 0 ? 1 : 0) ; // adhoc no 802.1x -+ -+ pdev_network->Rssi = 0; -+ -+ switch(pregistrypriv->wireless_mode) -+ { -+ case WIRELESS_11B: -+ pdev_network->NetworkTypeInUse = (Ndis802_11DS); -+ break; -+ case WIRELESS_11G: -+ case WIRELESS_11BG: -+ case WIRELESS_11_24N: -+ case WIRELESS_11G_24N: -+ case WIRELESS_11BG_24N: -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM24); -+ break; -+ case WIRELESS_11A: -+ case WIRELESS_11A_5N: -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM5); -+ break; -+ case WIRELESS_11ABGN: -+ if(pregistrypriv->channel > 14) -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM5); -+ else -+ pdev_network->NetworkTypeInUse = (Ndis802_11OFDM24); -+ break; -+ default : -+ // TODO -+ break; -+ } -+ -+ pdev_network->Configuration.DSConfig = (pregistrypriv->channel); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("pregistrypriv->channel=%d, pdev_network->Configuration.DSConfig=0x%x\n", pregistrypriv->channel, pdev_network->Configuration.DSConfig)); -+ -+ if (cur_network->network.InfrastructureMode == Ndis802_11IBSS) { -+ pdev_network->Configuration.ATIMWindow = (0); -+ -+ if (pmlmeext->cur_channel != 0) -+ pdev_network->Configuration.DSConfig = pmlmeext->cur_channel; -+ else -+ pdev_network->Configuration.DSConfig = 1; -+ } -+ -+ pdev_network->InfrastructureMode = (cur_network->network.InfrastructureMode); -+ -+ // 1. Supported rates -+ // 2. IE -+ -+ //rtw_set_supported_rate(pdev_network->SupportedRates, pregistrypriv->wireless_mode) ; // will be called in rtw_generate_ie -+ sz = rtw_generate_ie(pregistrypriv); -+ -+ pdev_network->IELength = sz; -+ -+ pdev_network->Length = get_WLAN_BSSID_EX_sz((WLAN_BSSID_EX *)pdev_network); -+ -+ //notes: translate IELength & Length after assign the Length to cmdsz in createbss_cmd(); -+ //pdev_network->IELength = cpu_to_le32(sz); -+ -+_func_exit_; -+ -+} -+ -+void rtw_get_encrypt_decrypt_from_registrypriv(_adapter* adapter) -+{ -+_func_enter_; -+ -+ -+_func_exit_; -+ -+} -+ -+//the fucntion is at passive_level -+void rtw_joinbss_reset(_adapter *padapter) -+{ -+ u8 threshold; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ //todo: if you want to do something io/reg/hw setting before join_bss, please add code here -+ -+#ifdef CONFIG_80211N_HT -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ -+ pmlmepriv->num_FortyMHzIntolerant = 0; -+ -+ pmlmepriv->num_sta_no_ht = 0; -+ -+ phtpriv->ampdu_enable = _FALSE;//reset to disabled -+ -+#if defined( CONFIG_USB_HCI) || defined (CONFIG_SDIO_HCI) -+ // TH=1 => means that invalidate usb rx aggregation -+ // TH=0 => means that validate usb rx aggregation, use init value. -+ if(phtpriv->ht_option) -+ { -+ if(padapter->registrypriv.wifi_spec==1) -+ threshold = 1; -+ else -+ threshold = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); -+ } -+ else -+ { -+ threshold = 1; -+ rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); -+ } -+#endif//#if defined( CONFIG_USB_HCI) || defined (CONFIG_SDIO_HCI) -+ -+#endif//#ifdef CONFIG_80211N_HT -+ -+} -+ -+ -+#ifdef CONFIG_80211N_HT -+void rtw_ht_use_default_setting(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ BOOLEAN bHwLDPCSupport = _FALSE, bHwSTBCSupport = _FALSE; -+ BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; -+ -+ if (pregistrypriv->wifi_spec) -+ phtpriv->bss_coexist = 1; -+ else -+ phtpriv->bss_coexist = 0; -+ -+ phtpriv->sgi_40m = TEST_FLAG(pregistrypriv->short_gi, BIT1) ? _TRUE : _FALSE; -+ phtpriv->sgi_20m = TEST_FLAG(pregistrypriv->short_gi, BIT0) ? _TRUE : _FALSE; -+ -+ // LDPC support -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_LDPC, (u8 *)&bHwLDPCSupport); -+ CLEAR_FLAGS(phtpriv->ldpc_cap); -+ if(bHwLDPCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->ldpc_cap, BIT4)) -+ SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_RX); -+ } -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_LDPC, (u8 *)&bHwLDPCSupport); -+ if(bHwLDPCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->ldpc_cap, BIT5)) -+ SET_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX); -+ } -+ if (phtpriv->ldpc_cap) -+ DBG_871X("[HT] HAL Support LDPC = 0x%02X\n", phtpriv->ldpc_cap); -+ -+ // STBC -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_STBC, (u8 *)&bHwSTBCSupport); -+ CLEAR_FLAGS(phtpriv->stbc_cap); -+ if(bHwSTBCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->stbc_cap, BIT5)) -+ SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX); -+ } -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_STBC, (u8 *)&bHwSTBCSupport); -+ if(bHwSTBCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->stbc_cap, BIT4)) -+ SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX); -+ } -+ if (phtpriv->stbc_cap) -+ DBG_871X("[HT] HAL Support STBC = 0x%02X\n", phtpriv->stbc_cap); -+ -+ // Beamforming setting -+ rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); -+ rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMEE, (u8 *)&bHwSupportBeamformee); -+ CLEAR_FLAGS(phtpriv->beamform_cap); -+ if(TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) -+ { -+ SET_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE); -+ DBG_871X("[HT] HAL Support Beamformer\n"); -+ } -+ if(TEST_FLAG(pregistrypriv->beamform_cap, BIT5) && bHwSupportBeamformee) -+ { -+ SET_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE); -+ DBG_871X("[HT] HAL Support Beamformee\n"); -+ } -+} -+void rtw_build_wmm_ie_ht(_adapter *padapter, u8 *out_ie, uint *pout_len) -+{ -+ unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; -+ int out_len; -+ u8 *pframe; -+ -+ if(padapter->mlmepriv.qospriv.qos_option == 0) -+ { -+ out_len = *pout_len; -+ pframe = rtw_set_ie(out_ie+out_len, _VENDOR_SPECIFIC_IE_, -+ _WMM_IE_Length_, WMM_IE, pout_len); -+ -+ padapter->mlmepriv.qospriv.qos_option = 1; -+ } -+} -+ -+/* the fucntion is >= passive_level */ -+unsigned int rtw_restructure_ht_ie(_adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel) -+{ -+ u32 ielen, out_len; -+ HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; -+ HT_CAP_AMPDU_DENSITY best_ampdu_density; -+ unsigned char *p, *pframe; -+ struct rtw_ieee80211_ht_cap ht_capie; -+ u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw = 0, rf_num = 0; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ phtpriv->ht_option = _FALSE; -+ -+ out_len = *pout_len; -+ -+ _rtw_memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); -+ -+ ht_capie.cap_info = IEEE80211_HT_CAP_DSSSCCK40; -+ -+ if (phtpriv->sgi_20m) -+ ht_capie.cap_info |= IEEE80211_HT_CAP_SGI_20; -+ -+ /* Get HT BW */ -+ if (in_ie == NULL) { -+ /* TDLS: TODO 20/40 issue */ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ operation_bw = padapter->mlmeextpriv.cur_bwmode; -+ if (operation_bw > CHANNEL_WIDTH_40) -+ operation_bw = CHANNEL_WIDTH_40; -+ } else -+ /* TDLS: TODO 40? */ -+ operation_bw = CHANNEL_WIDTH_40; -+ } else { -+ p = rtw_get_ie(in_ie, _HT_ADD_INFO_IE_, &ielen, in_len); -+ if (p && (ielen == sizeof(struct ieee80211_ht_addt_info))) { -+ struct HT_info_element *pht_info = (struct HT_info_element *)(p+2); -+ if (pht_info->infos[0] & BIT(2)) { -+ switch (pht_info->infos[0] & 0x3) { -+ case 1: -+ case 3: -+ operation_bw = CHANNEL_WIDTH_40; -+ break; -+ default: -+ operation_bw = CHANNEL_WIDTH_20; -+ break; -+ } -+ } else { -+ operation_bw = CHANNEL_WIDTH_20; -+ } -+ } -+ } -+ -+ /* to disable 40M Hz support while gd_bw_40MHz_en = 0 */ -+ if (channel > 14) { -+ if ((pregistrypriv->bw_mode & 0xf0) > 0) -+ cbw40_enable = 1; -+ } else { -+ if ((pregistrypriv->bw_mode & 0x0f) > 0) -+ cbw40_enable = 1; -+ } -+ -+ if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { -+ ht_capie.cap_info |= IEEE80211_HT_CAP_SUP_WIDTH; -+ if (phtpriv->sgi_40m) -+ ht_capie.cap_info |= IEEE80211_HT_CAP_SGI_40; -+ } -+ -+ /* todo: disable SM power save mode */ -+ ht_capie.cap_info |= IEEE80211_HT_CAP_SM_PS; -+ -+ /* RX LDPC */ -+ if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_RX)) { -+ ht_capie.cap_info |= IEEE80211_HT_CAP_LDPC_CODING; -+ DBG_871X("[HT] Declare supporting RX LDPC\n"); -+ } -+ -+ /* TX STBC */ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) { -+ ht_capie.cap_info |= IEEE80211_HT_CAP_TX_STBC; -+ DBG_871X("[HT] Declare supporting TX STBC\n"); -+ } -+ -+ /* RX STBC */ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) { -+ if((pregistrypriv->rx_stbc == 0x3) || /* enable for 2.4/5 GHz */ -+ ((channel <= 14) && (pregistrypriv->rx_stbc == 0x1)) || /* enable for 2.4GHz */ -+ ((channel > 14) && (pregistrypriv->rx_stbc == 0x2)) || /* enable for 5GHz */ -+ (pregistrypriv->wifi_spec == 1)) { -+ stbc_rx_enable = 1; -+ } -+ } -+ -+ //fill default supported_mcs_set -+ _rtw_memcpy(ht_capie.supp_mcs_set, pmlmeext->default_supported_mcs_set, 16); -+ -+ //update default supported_mcs_set -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ switch(rf_type) -+ { -+ case RF_1T1R: -+ -+ if (stbc_rx_enable) { -+ ht_capie.cap_info |= IEEE80211_HT_CAP_RX_STBC_1R;//RX STBC One spatial stream -+ DBG_871X("[HT] Declare supporting RX STBC_1R\n"); -+ } -+ -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_1R); -+ break; -+ -+ case RF_2T2R: -+ case RF_1T2R: -+ if (stbc_rx_enable) { -+ ht_capie.cap_info |= IEEE80211_HT_CAP_RX_STBC_1R;/* RX STBC one spatial stream */ -+ DBG_871X("[HT] Declare supporting RX STBC_1R\n"); -+ } -+ -+ #ifdef CONFIG_DISABLE_MCS13TO15 -+ if(((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec!=1)) -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_2R_13TO15_OFF); -+ else -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_2R); -+ #else //CONFIG_DISABLE_MCS13TO15 -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_2R); -+ #endif //CONFIG_DISABLE_MCS13TO15 -+ break; -+ case RF_3T3R: -+ if (stbc_rx_enable) { -+ ht_capie.cap_info |= IEEE80211_HT_CAP_RX_STBC_1R;/* RX STBC one spatial stream */ -+ DBG_871X("[HT] Declare supporting RX STBC_1R\n"); -+ } -+ set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_3R); -+ break; -+ default: -+ if (stbc_rx_enable) { -+ ht_capie.cap_info |= IEEE80211_HT_CAP_RX_STBC_1R;/* RX STBC one spatial stream */ -+ DBG_871X("[HT] Declare supporting RX STBC_1R\n"); -+ } -+ DBG_871X("[warning] rf_type %d is not expected\n", rf_type); -+ } -+ -+ { -+ u32 rx_packet_offset, max_recvbuf_sz; -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_PACKET_OFFSET, &rx_packet_offset); -+ rtw_hal_get_def_var(padapter, HAL_DEF_MAX_RECVBUF_SZ, &max_recvbuf_sz); -+ //if(max_recvbuf_sz-rx_packet_offset>(8191-256)) { -+ // DBG_871X("%s IEEE80211_HT_CAP_MAX_AMSDU is set\n", __FUNCTION__); -+ // ht_capie.cap_info = ht_capie.cap_info |IEEE80211_HT_CAP_MAX_AMSDU; -+ //} -+ } -+ /* -+ AMPDU_para [1:0]:Max AMPDU Len => 0:8k , 1:16k, 2:32k, 3:64k -+ AMPDU_para [4:2]:Min MPDU Start Spacing -+ */ -+ -+ /* -+ #if defined(CONFIG_RTL8188E )&& defined (CONFIG_SDIO_HCI) -+ ht_capie.ampdu_params_info = 2; -+ #else -+ ht_capie.ampdu_params_info = (IEEE80211_HT_CAP_AMPDU_FACTOR&0x03); -+ #endif -+ */ -+ -+ if(padapter->driver_rx_ampdu_factor != 0xFF) -+ max_rx_ampdu_factor = (HT_CAP_AMPDU_FACTOR)padapter->driver_rx_ampdu_factor; -+ else -+ rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); -+ -+ //rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); -+ ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); -+ -+ if(padapter->driver_rx_ampdu_spacing != 0xFF) -+ { -+ ht_capie.ampdu_params_info |= (( padapter->driver_rx_ampdu_spacing&0x07) <<2); -+ } -+ else -+ { -+ if (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_) { -+ /* -+ * Todo : Each chip must to ask DD , this chip best ampdu_density setting -+ * By yiwei.sun -+ */ -+ rtw_hal_get_def_var(padapter, HW_VAR_BEST_AMPDU_DENSITY, &best_ampdu_density); -+ -+ ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY & (best_ampdu_density << 2)); -+ -+ } else -+ ht_capie.ampdu_params_info |= (IEEE80211_HT_CAP_AMPDU_DENSITY&0x00); -+ } -+#ifdef CONFIG_BEAMFORMING -+ ht_capie.tx_BF_cap_info = 0; -+ -+ /* HT Beamformer*/ -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE)) { -+ /* Transmit NDP Capable */ -+ SET_HT_CAP_TXBF_TRANSMIT_NDP_CAP(&ht_capie, 1); -+ /* Explicit Compressed Steering Capable */ -+ SET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(&ht_capie, 1); -+ /* Compressed Steering Number Antennas */ -+ SET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(&ht_capie, 1); -+ rtw_hal_get_def_var(padapter, HAL_DEF_BEAMFORMER_CAP, (u8 *)&rf_num); -+ SET_HT_CAP_TXBF_CHNL_ESTIMATION_NUM_ANTENNAS(&ht_capie, rf_num); -+ } -+ -+ /* HT Beamformee */ -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE)) { -+ /* Receive NDP Capable */ -+ SET_HT_CAP_TXBF_RECEIVE_NDP_CAP(&ht_capie, 1); -+ /* Explicit Compressed Beamforming Feedback Capable */ -+ SET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(&ht_capie, 2); -+ rtw_hal_get_def_var(padapter, HAL_DEF_BEAMFORMEE_CAP, (u8 *)&rf_num); -+ SET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(&ht_capie, rf_num); -+ } -+#endif/*CONFIG_BEAMFORMING*/ -+ -+ pframe = rtw_set_ie(out_ie+out_len, _HT_CAPABILITY_IE_, -+ sizeof(struct rtw_ieee80211_ht_cap), (unsigned char*)&ht_capie, pout_len); -+ -+ phtpriv->ht_option = _TRUE; -+ -+ if(in_ie!=NULL) -+ { -+ p = rtw_get_ie(in_ie, _HT_ADD_INFO_IE_, &ielen, in_len); -+ if(p && (ielen==sizeof(struct ieee80211_ht_addt_info))) -+ { -+ out_len = *pout_len; -+ pframe = rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2 , pout_len); -+ } -+ } -+ -+ return (phtpriv->ht_option); -+ -+} -+ -+//the fucntion is > passive_level (in critical_section) -+void rtw_update_ht_cap(_adapter *padapter, u8 *pie, uint ie_len, u8 channel) -+{ -+ u8 *p, max_ampdu_sz; -+ int len; -+ //struct sta_info *bmc_sta, *psta; -+ struct rtw_ieee80211_ht_cap *pht_capie; -+ struct ieee80211_ht_addt_info *pht_addtinfo; -+ //struct recv_reorder_ctrl *preorder_ctrl; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ //struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ //struct wlan_network *pcur_network = &(pmlmepriv->cur_network);; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 cbw40_enable=0; -+ -+ -+ if(!phtpriv->ht_option) -+ return; -+ -+ if ((!pmlmeinfo->HT_info_enable) || (!pmlmeinfo->HT_caps_enable)) -+ return; -+ -+ DBG_871X("+rtw_update_ht_cap()\n"); -+ -+ //maybe needs check if ap supports rx ampdu. -+ if((phtpriv->ampdu_enable==_FALSE) &&(pregistrypriv->ampdu_enable==1)) -+ { -+ if(pregistrypriv->wifi_spec==1) -+ { -+ //remove this part because testbed AP should disable RX AMPDU -+ //phtpriv->ampdu_enable = _FALSE; -+ phtpriv->ampdu_enable = _TRUE; -+ } -+ else -+ { -+ phtpriv->ampdu_enable = _TRUE; -+ } -+ } -+ else if(pregistrypriv->ampdu_enable==2) -+ { -+ //remove this part because testbed AP should disable RX AMPDU -+ //phtpriv->ampdu_enable = _TRUE; -+ } -+ -+ -+ //check Max Rx A-MPDU Size -+ len = 0; -+ p = rtw_get_ie(pie+sizeof (NDIS_802_11_FIXED_IEs), _HT_CAPABILITY_IE_, &len, ie_len-sizeof (NDIS_802_11_FIXED_IEs)); -+ if(p && len>0) -+ { -+ pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); -+ max_ampdu_sz = (pht_capie->ampdu_params_info & IEEE80211_HT_CAP_AMPDU_FACTOR); -+ max_ampdu_sz = 1 << (max_ampdu_sz+3); // max_ampdu_sz (kbytes); -+ -+ //DBG_871X("rtw_update_ht_cap(): max_ampdu_sz=%d\n", max_ampdu_sz); -+ phtpriv->rx_ampdu_maxlen = max_ampdu_sz; -+ -+ } -+ -+ -+ len=0; -+ p = rtw_get_ie(pie+sizeof (NDIS_802_11_FIXED_IEs), _HT_ADD_INFO_IE_, &len, ie_len-sizeof (NDIS_802_11_FIXED_IEs)); -+ if(p && len>0) -+ { -+ pht_addtinfo = (struct ieee80211_ht_addt_info *)(p+2); -+ //todo: -+ } -+ -+ if (channel > 14) { -+ if ((pregistrypriv->bw_mode & 0xf0) > 0) -+ cbw40_enable = 1; -+ } else { -+ if ((pregistrypriv->bw_mode & 0x0f) > 0) -+ cbw40_enable = 1; -+ } -+ -+ //update cur_bwmode & cur_ch_offset -+ if ((cbw40_enable) && -+ (pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info & BIT(1)) && -+ (pmlmeinfo->HT_info.infos[0] & BIT(2))) -+ { -+ int i; -+ u8 rf_type = RF_1T1R; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ //update the MCS set -+ for (i = 0; i < 16; i++) -+ pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate[i] &= pmlmeext->default_supported_mcs_set[i]; -+ -+ //update the MCS rates -+ switch(rf_type) -+ { -+ case RF_1T1R: -+ case RF_1T2R: -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_1R); -+ break; -+ case RF_2T2R: -+ #ifdef CONFIG_DISABLE_MCS13TO15 -+ if(pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1 ) -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R_13TO15_OFF); -+ else -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#else //CONFIG_DISABLE_MCS13TO15 -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#endif //CONFIG_DISABLE_MCS13TO15 -+ break; -+ case RF_3T3R: -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_3R); -+ break; -+ default: -+ DBG_871X("[warning] rf_type %d is not expected\n", rf_type); -+ } -+ -+ //switch to the 40M Hz mode accoring to the AP -+ //pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; -+ switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) -+ { -+ case EXTCHNL_OFFSET_UPPER: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ -+ case EXTCHNL_OFFSET_LOWER: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ -+ default: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ } -+ -+ // -+ // Config SM Power Save setting -+ // -+ pmlmeinfo->SM_PS = (pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info & 0x0C) >> 2; -+ if(pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) -+ { -+ /*u8 i; -+ //update the MCS rates -+ for (i = 0; i < 16; i++) -+ { -+ pmlmeinfo->HT_caps.HT_cap_element.MCS_rate[i] &= MCS_rate_1R[i]; -+ }*/ -+ DBG_871X("%s(): WLAN_HT_CAP_SM_PS_STATIC\n",__FUNCTION__); -+ } -+ -+ // -+ // Config current HT Protection mode. -+ // -+ pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; -+ -+ -+ -+#if 0 //move to rtw_update_sta_info_client() -+ //for A-MPDU Rx reordering buffer control for bmc_sta & sta_info -+ //if A-MPDU Rx is enabled, reseting rx_ordering_ctrl wstart_b(indicate_seq) to default value=0xffff -+ //todo: check if AP can send A-MPDU packets -+ bmc_sta = rtw_get_bcmc_stainfo(padapter); -+ if(bmc_sta) -+ { -+ for(i=0; i < 16 ; i++) -+ { -+ //preorder_ctrl = &precvpriv->recvreorder_ctrl[i]; -+ preorder_ctrl = &bmc_sta->recvreorder_ctrl[i]; -+ preorder_ctrl->enable = _FALSE; -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u \n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b= 0xffff; -+ preorder_ctrl->wsize_b = 64;//max_ampdu_sz;//ex. 32(kbytes) -> wsize_b=32 -+ } -+ } -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, pcur_network->network.MacAddress); -+ if(psta) -+ { -+ for(i=0; i < 16 ; i++) -+ { -+ //preorder_ctrl = &precvpriv->recvreorder_ctrl[i]; -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ preorder_ctrl->enable = _FALSE; -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d indicate_seq:%u \n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b= 0xffff; -+ preorder_ctrl->wsize_b = 64;//max_ampdu_sz;//ex. 32(kbytes) -> wsize_b=32 -+ } -+ } -+#endif -+ -+} -+ -+#ifdef CONFIG_TDLS -+void rtw_issue_addbareq_cmd_tdls(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ struct pkt_attrib *pattrib =&pxmitframe->attrib; -+ struct sta_info *ptdls_sta = NULL; -+ u8 issued; -+ int priority; -+ struct ht_priv *phtpriv; -+ -+ priority = pattrib->priority; -+ -+ if (pattrib->direct_link == _TRUE) { -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, pattrib->dst); -+ if ((ptdls_sta != NULL) && (ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE)) { -+ phtpriv = &ptdls_sta->htpriv; -+ -+ if ((phtpriv->ht_option == _TRUE) && (phtpriv->ampdu_enable == _TRUE)) { -+ issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; -+ issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; -+ -+ if (0 == issued) { -+ DBG_871X("[%s], p=%d\n", __FUNCTION__, priority); -+ ptdls_sta->htpriv.candidate_tid_bitmap |= BIT((u8)priority); -+ rtw_addbareq_cmd(padapter,(u8)priority, pattrib->dst); -+ } -+ } -+ } -+ } -+} -+#endif //CONFIG_TDLS -+ -+void rtw_issue_addbareq_cmd(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ u8 issued; -+ int priority; -+ struct sta_info *psta=NULL; -+ struct ht_priv *phtpriv; -+ struct pkt_attrib *pattrib =&pxmitframe->attrib; -+ s32 bmcst = IS_MCAST(pattrib->ra); -+ -+ //if(bmcst || (padapter->mlmepriv.LinkDetectInfo.bTxBusyTraffic == _FALSE)) -+ if(bmcst || (padapter->mlmepriv.LinkDetectInfo.NumTxOkInPeriod<100)) -+ return; -+ -+ priority = pattrib->priority; -+ -+#ifdef CONFIG_TDLS -+ rtw_issue_addbareq_cmd_tdls(padapter, pxmitframe); -+#endif //CONFIG_TDLS -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if(pattrib->psta != psta) -+ { -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return; -+ } -+ -+ if(psta==NULL) -+ { -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return; -+ } -+ -+ -+ phtpriv = &psta->htpriv; -+ -+ if((phtpriv->ht_option==_TRUE) && (phtpriv->ampdu_enable==_TRUE)) -+ { -+ issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; -+ issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; -+ -+ if(0==issued) -+ { -+ DBG_871X("rtw_issue_addbareq_cmd, p=%d\n", priority); -+ psta->htpriv.candidate_tid_bitmap |= BIT((u8)priority); -+ rtw_addbareq_cmd(padapter,(u8) priority, pattrib->ra); -+ } -+ } -+ -+} -+ -+void rtw_append_exented_cap(_adapter *padapter, u8 *out_ie, uint *pout_len) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+#ifdef CONFIG_80211AC_VHT -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+#endif //CONFIG_80211AC_VHT -+ u8 cap_content[8] = { 0 }; -+ u8 *pframe; -+ u8 null_content[8] = {0}; -+ -+ if (phtpriv->bss_coexist) { -+ SET_EXT_CAPABILITY_ELE_BSS_COEXIST(cap_content, 1); -+ } -+ -+#ifdef CONFIG_80211AC_VHT -+ if (pvhtpriv->vht_option) { -+ SET_EXT_CAPABILITY_ELE_OP_MODE_NOTIF(cap_content, 1); -+ } -+#endif //CONFIG_80211AC_VHT -+ /* -+ From 802.11 specification,if a STA does not support any of capabilities defined -+ in the Extended Capabilities element, then the STA is not required to -+ transmit the Extended Capabilities element. -+ */ -+ if (_FALSE == _rtw_memcmp(cap_content, null_content, 8)) -+ pframe = rtw_set_ie(out_ie + *pout_len, EID_EXTCapability, 8, cap_content , pout_len); -+} -+#endif -+ -+#ifdef CONFIG_LAYER2_ROAMING -+inline void rtw_set_to_roam(_adapter *adapter, u8 to_roam) -+{ -+ if (to_roam == 0) -+ adapter->mlmepriv.to_join = _FALSE; -+ adapter->mlmepriv.to_roam = to_roam; -+} -+ -+inline u8 rtw_dec_to_roam(_adapter *adapter) -+{ -+ adapter->mlmepriv.to_roam--; -+ return adapter->mlmepriv.to_roam; -+} -+ -+inline u8 rtw_to_roam(_adapter *adapter) -+{ -+ return adapter->mlmepriv.to_roam; -+} -+ -+void rtw_roaming(_adapter *padapter, struct wlan_network *tgt_network) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ _rtw_roaming(padapter, tgt_network); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+} -+void _rtw_roaming(_adapter *padapter, struct wlan_network *tgt_network) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ int do_join_r; -+ -+ if(0 < rtw_to_roam(padapter)) { -+ DBG_871X("roaming from %s("MAC_FMT"), length:%d\n", -+ cur_network->network.Ssid.Ssid, MAC_ARG(cur_network->network.MacAddress), -+ cur_network->network.Ssid.SsidLength); -+ _rtw_memcpy(&pmlmepriv->assoc_ssid, &cur_network->network.Ssid, sizeof(NDIS_802_11_SSID)); -+ -+ pmlmepriv->assoc_by_bssid = _FALSE; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ rtw_wapi_return_all_sta_info(padapter); -+#endif -+ -+ while(1) { -+ if( _SUCCESS==(do_join_r=rtw_do_join(padapter)) ) { -+ break; -+ } else { -+ DBG_871X("roaming do_join return %d\n", do_join_r); -+ rtw_dec_to_roam(padapter); -+ -+ if(rtw_to_roam(padapter) > 0) { -+ continue; -+ } else { -+ DBG_871X("%s(%d) -to roaming fail, indicate_disconnect\n", __FUNCTION__,__LINE__); -+ rtw_indicate_disconnect(padapter); -+ break; -+ } -+ } -+ } -+ } -+ -+} -+#endif /* CONFIG_LAYER2_ROAMING */ -+ -+sint rtw_linked_check(_adapter *padapter) -+{ -+ if( (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE) || -+ (check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE) == _TRUE)) -+ { -+ if(padapter->stapriv.asoc_sta_count > 2) -+ return _TRUE; -+ } -+ else -+ { //Station mode -+ if(check_fwstate(&padapter->mlmepriv, _FW_LINKED)== _TRUE) -+ return _TRUE; -+ } -+ return _FALSE; -+} -+ -+#ifdef CONFIG_CONCURRENT_MODE -+sint rtw_buddy_adapter_up(_adapter *padapter) -+{ -+ sint res = _FALSE; -+ -+ if(padapter == NULL) -+ return res; -+ -+ -+ if(padapter->pbuddy_adapter == NULL) -+ res = _FALSE; -+ else if (RTW_CANNOT_RUN(padapter) || -+ (padapter->pbuddy_adapter->bup == _FALSE) || (!rtw_is_hw_init_completed(padapter))) -+ res = _FALSE; -+ else -+ res = _TRUE; -+ -+ return res; -+ -+} -+ -+sint check_buddy_fwstate(_adapter *padapter, sint state) -+{ -+ if(padapter == NULL) -+ return _FALSE; -+ -+ if(padapter->pbuddy_adapter == NULL) -+ return _FALSE; -+ -+ if ((state == WIFI_FW_NULL_STATE) && -+ (padapter->pbuddy_adapter->mlmepriv.fw_state == WIFI_FW_NULL_STATE)) -+ return _TRUE; -+ -+ if (padapter->pbuddy_adapter->mlmepriv.fw_state & state) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+u8 rtw_get_buddy_bBusyTraffic(_adapter *padapter) -+{ -+ if(padapter == NULL) -+ return _FALSE; -+ -+ if(padapter->pbuddy_adapter == NULL) -+ return _FALSE; -+ -+ return padapter->pbuddy_adapter->mlmepriv.LinkDetectInfo.bBusyTraffic; -+} -+ -+#endif //CONFIG_CONCURRENT_MODE -+ -+static const char *miracast_mode_str[] = { -+ "DISABLED", -+ "SOURCE", -+ "SINK", -+ "INVALID", -+}; -+ -+const char *get_miracast_mode_str(int mode) -+{ -+ if (mode < MIRACAST_DISABLED || mode >= MIRACAST_INVALID) -+ mode = MIRACAST_INVALID; -+ -+ return miracast_mode_str[mode]; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_mlme_ext.c linux/3rdparty/rtl8812au/core/rtw_mlme_ext.c ---- linux.old/3rdparty/rtl8812au/core/rtw_mlme_ext.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_mlme_ext.c 2017-06-07 23:07:21.002686756 +0300 -@@ -0,0 +1,15527 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_MLME_EXT_C_ -+ -+#include -+#ifdef CONFIG_IOCTL_CFG80211 -+#include -+#endif //CONFIG_IOCTL_CFG80211 -+#include -+ -+ -+struct mlme_handler mlme_sta_tbl[]={ -+ {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq}, -+ {WIFI_ASSOCRSP, "OnAssocRsp", &OnAssocRsp}, -+ {WIFI_REASSOCREQ, "OnReAssocReq", &OnAssocReq}, -+ {WIFI_REASSOCRSP, "OnReAssocRsp", &OnAssocRsp}, -+ {WIFI_PROBEREQ, "OnProbeReq", &OnProbeReq}, -+ {WIFI_PROBERSP, "OnProbeRsp", &OnProbeRsp}, -+ -+ /*---------------------------------------------------------- -+ below 2 are reserved -+ -----------------------------------------------------------*/ -+ {0, "DoReserved", &DoReserved}, -+ {0, "DoReserved", &DoReserved}, -+ {WIFI_BEACON, "OnBeacon", &OnBeacon}, -+ {WIFI_ATIM, "OnATIM", &OnAtim}, -+ {WIFI_DISASSOC, "OnDisassoc", &OnDisassoc}, -+ {WIFI_AUTH, "OnAuth", &OnAuthClient}, -+ {WIFI_DEAUTH, "OnDeAuth", &OnDeAuth}, -+ {WIFI_ACTION, "OnAction", &OnAction}, -+ {WIFI_ACTION_NOACK,"OnActionNoAck", &OnAction}, -+}; -+ -+#ifdef _CONFIG_NATIVEAP_MLME_ -+struct mlme_handler mlme_ap_tbl[]={ -+ {WIFI_ASSOCREQ, "OnAssocReq", &OnAssocReq}, -+ {WIFI_ASSOCRSP, "OnAssocRsp", &OnAssocRsp}, -+ {WIFI_REASSOCREQ, "OnReAssocReq", &OnAssocReq}, -+ {WIFI_REASSOCRSP, "OnReAssocRsp", &OnAssocRsp}, -+ {WIFI_PROBEREQ, "OnProbeReq", &OnProbeReq}, -+ {WIFI_PROBERSP, "OnProbeRsp", &OnProbeRsp}, -+ -+ /*---------------------------------------------------------- -+ below 2 are reserved -+ -----------------------------------------------------------*/ -+ {0, "DoReserved", &DoReserved}, -+ {0, "DoReserved", &DoReserved}, -+ {WIFI_BEACON, "OnBeacon", &OnBeacon}, -+ {WIFI_ATIM, "OnATIM", &OnAtim}, -+ {WIFI_DISASSOC, "OnDisassoc", &OnDisassoc}, -+ {WIFI_AUTH, "OnAuth", &OnAuth}, -+ {WIFI_DEAUTH, "OnDeAuth", &OnDeAuth}, -+ {WIFI_ACTION, "OnAction", &OnAction}, -+ {WIFI_ACTION_NOACK,"OnActionNoAck", &OnAction}, -+}; -+#endif -+ -+struct action_handler OnAction_tbl[]={ -+ {RTW_WLAN_CATEGORY_SPECTRUM_MGMT, "ACTION_SPECTRUM_MGMT", on_action_spct}, -+ {RTW_WLAN_CATEGORY_QOS, "ACTION_QOS", &OnAction_qos}, -+ {RTW_WLAN_CATEGORY_DLS, "ACTION_DLS", &OnAction_dls}, -+ {RTW_WLAN_CATEGORY_BACK, "ACTION_BACK", &OnAction_back}, -+ {RTW_WLAN_CATEGORY_PUBLIC, "ACTION_PUBLIC", on_action_public}, -+ {RTW_WLAN_CATEGORY_RADIO_MEASUREMENT, "ACTION_RADIO_MEASUREMENT", &DoReserved}, -+ {RTW_WLAN_CATEGORY_FT, "ACTION_FT", &DoReserved}, -+ {RTW_WLAN_CATEGORY_HT, "ACTION_HT", &OnAction_ht}, -+#ifdef CONFIG_IEEE80211W -+ {RTW_WLAN_CATEGORY_SA_QUERY, "ACTION_SA_QUERY", &OnAction_sa_query}, -+#else -+ {RTW_WLAN_CATEGORY_SA_QUERY, "ACTION_SA_QUERY", &DoReserved}, -+#endif //CONFIG_IEEE80211W -+ //add for CONFIG_IEEE80211W -+ {RTW_WLAN_CATEGORY_UNPROTECTED_WNM, "ACTION_UNPROTECTED_WNM", &DoReserved}, -+ {RTW_WLAN_CATEGORY_SELF_PROTECTED, "ACTION_SELF_PROTECTED", &DoReserved}, -+ {RTW_WLAN_CATEGORY_WMM, "ACTION_WMM", &OnAction_wmm}, -+ {RTW_WLAN_CATEGORY_VHT, "ACTION_VHT", &OnAction_vht}, -+ {RTW_WLAN_CATEGORY_P2P, "ACTION_P2P", &OnAction_p2p}, -+}; -+ -+ -+u8 null_addr[ETH_ALEN]= {0,0,0,0,0,0}; -+ -+/************************************************** -+OUI definitions for the vendor specific IE -+***************************************************/ -+unsigned char RTW_WPA_OUI[] = {0x00, 0x50, 0xf2, 0x01}; -+unsigned char WMM_OUI[] = {0x00, 0x50, 0xf2, 0x02}; -+unsigned char WPS_OUI[] = {0x00, 0x50, 0xf2, 0x04}; -+unsigned char P2P_OUI[] = {0x50,0x6F,0x9A,0x09}; -+unsigned char WFD_OUI[] = {0x50,0x6F,0x9A,0x0A}; -+ -+unsigned char WMM_INFO_OUI[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01}; -+unsigned char WMM_PARA_OUI[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; -+ -+unsigned char WPA_TKIP_CIPHER[4] = {0x00, 0x50, 0xf2, 0x02}; -+unsigned char RSN_TKIP_CIPHER[4] = {0x00, 0x0f, 0xac, 0x02}; -+ -+extern unsigned char REALTEK_96B_IE[]; -+ -+#ifdef LEGACY_CHANNEL_PLAN_REF -+/******************************************************** -+ChannelPlan definitions -+*********************************************************/ -+static RT_CHANNEL_PLAN legacy_channel_plan[] = { -+ /* 0x00, RTW_CHPLAN_FCC */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 32}, -+ /* 0x01, RTW_CHPLAN_IC */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 136, 140, 149, 153, 157, 161, 165}, 31}, -+ /* 0x02, RTW_CHPLAN_ETSI */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 32}, -+ /* 0x03, RTW_CHPLAN_SPAIN */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+ /* 0x04, RTW_CHPLAN_FRANCE */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+ /* 0x05, RTW_CHPLAN_MKK */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+ /* 0x06, RTW_CHPLAN_MKK1 */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+ /* 0x07, RTW_CHPLAN_ISRAEL */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64}, 21}, -+ /* 0x08, RTW_CHPLAN_TELEC */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 36, 40, 44, 48, 52, 56, 60, 64}, 22}, -+ /* 0x09, RTW_CHPLAN_GLOBAL_DOAMIN */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}, 14}, -+ /* 0x0A, RTW_CHPLAN_WORLD_WIDE_13 */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+ /* 0x0B, RTW_CHPLAN_TAIWAN */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 56, 60, 64, 100, 104, 108, 112, 116, 136, 140, 149, 153, 157, 161, 165}, 26}, -+ /* 0x0C, RTW_CHPLAN_CHINA */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 149, 153, 157, 161, 165}, 18}, -+ /* 0x0D, RTW_CHPLAN_SINGAPORE_INDIA_MEXICO */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165}, 24}, -+ /* 0x0E, RTW_CHPLAN_KOREA */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 149, 153, 157, 161, 165}, 31}, -+ /* 0x0F, RTW_CHPLAN_TURKEY */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 52, 56, 60, 64}, 19}, -+ /* 0x10, RTW_CHPLAN_JAPAN */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 32}, -+ /* 0x11, RTW_CHPLAN_FCC_NO_DFS */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 36, 40, 44, 48, 149, 153, 157, 161, 165}, 20}, -+ /* 0x12, RTW_CHPLAN_JAPAN_NO_DFS */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48}, 17}, -+ /* 0x13, RTW_CHPLAN_WORLD_WIDE_5G */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165}, 37}, -+ /* 0x14, RTW_CHPLAN_TAIWAN_NO_DFS */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 56, 60, 64, 149, 153, 157, 161, 165}, 19}, -+}; -+#endif -+ -+static RT_CHANNEL_PLAN_2G RTW_ChannelPlan2G[] = { -+ /* 0, RTW_RD_2G_NULL */ {{}, 0}, -+ /* 1, RTW_RD_2G_WORLD */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+ /* 2, RTW_RD_2G_ETSI1 */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+ /* 3, RTW_RD_2G_FCC1 */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}, 11}, -+ /* 4, RTW_RD_2G_MKK1 */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}, 14}, -+ /* 5, RTW_RD_2G_ETSI2 */ {{10, 11, 12, 13}, 4}, -+ /* 6, RTW_RD_2G_GLOBAL */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14}, 14}, -+ /* 7, RTW_RD_2G_MKK2 */ {{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}, 13}, -+}; -+ -+static RT_CHANNEL_PLAN_5G RTW_ChannelPlan5G[] = { -+ /* 0, RTW_RD_5G_NULL */ {{}, 0}, -+ /* 1, RTW_RD_5G_ETSI1 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 19}, -+ /* 2, RTW_RD_5G_ETSI2 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165}, 24}, -+ /* 3, RTW_RD_5G_ETSI3 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 149, 153, 157, 161, 165}, 22}, -+ /* 4, RTW_RD_5G_FCC1 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 149, 153, 157, 161, 165}, 24}, -+ /* 5, RTW_RD_5G_FCC2 */ {{36, 40, 44, 48, 149, 153, 157, 161, 165}, 9}, -+ /* 6, RTW_RD_5G_FCC3 */ {{36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165}, 13}, -+ /* 7, RTW_RD_5G_FCC4 */ {{36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161}, 12}, -+ /* 8, RTW_RD_5G_FCC5 */ {{149, 153, 157, 161, 165}, 5}, -+ /* 9, RTW_RD_5G_FCC6 */ {{36, 40, 44, 48, 52, 56, 60, 64}, 8}, -+ /* 10, RTW_RD_5G_FCC7 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 21}, -+ /* 11, RTW_RD_5G_KCC1 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 149, 153, 157, 161}, 19}, -+ /* 12, RTW_RD_5G_MKK1 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 19}, -+ /* 13, RTW_RD_5G_MKK2 */ {{36, 40, 44, 48, 52, 56, 60, 64}, 8}, -+ /* 14, RTW_RD_5G_MKK3 */ {{100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 11}, -+ /* 15, RTW_RD_5G_NCC1 */ {{56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 16}, -+ /* 16, RTW_RD_5G_NCC2 */ {{56, 60, 64, 149, 153, 157, 161, 165}, 8}, -+ /* 17, RTW_RD_5G_NCC3 */ {{149, 153, 157, 161, 165}, 5}, -+ /* 18, RTW_RD_5G_ETSI4 */ {{36, 40, 44, 48}, 4}, -+ /* 19, RTW_RD_5G_ETSI5 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 21}, -+ /* 20, RTW_RD_5G_FCC8 */ {{149, 153, 157, 161}, 4}, -+ /* 21, RTW_RD_5G_ETSI6 */ {{36, 40, 44, 48, 52, 56, 60, 64}, 8}, -+ /* 22, RTW_RD_5G_ETSI7 */ {{36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165}, 13}, -+ /* 23, RTW_RD_5G_ETSI8 */ {{36, 40, 44, 48, 149, 153, 157, 161, 165}, 9}, -+ /* 24, RTW_RD_5G_ETSI9 */ {{100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140}, 11}, -+ /* 25, RTW_RD_5G_ETSI10 */ {{149, 153, 157, 161, 165}, 5}, -+ /* 26, RTW_RD_5G_ETSI11 */ {{36, 40, 44, 48, 52, 56, 60, 64, 132, 136, 140, 149, 153, 157, 161, 165}, 16}, -+ /* 27, RTW_RD_5G_NCC4 */ {{52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 17}, -+ /* 28, RTW_RD_5G_ETSI12 */ {{149, 153, 157, 161}, 4}, -+ /* 29, RTW_RD_5G_FCC9 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161, 165}, 21}, -+ /* 30, RTW_RD_5G_ETSI13 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140}, 16}, -+ /* 31, RTW_RD_5G_FCC10 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 132, 136, 140, 149, 153, 157, 161}, 20}, -+ /* 32, RTW_RD_5G_MKK4 */ {{36, 40, 44, 48}, 4}, -+ /* 33, RTW_RD_5G_ETSI14 */ {{36, 40, 44, 48, 52, 56, 60, 64, 132, 136, 140}, 11}, -+ -+ /* === Below are driver defined for legacy channel plan compatible, NO static index assigned ==== */ -+ /* RTW_RD_5G_OLD_FCC1 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 136, 140, 149, 153, 157, 161, 165}, 20}, -+ /* RTW_RD_5G_OLD_NCC1 */ {{56, 60, 64, 100, 104, 108, 112, 116, 136, 140, 149, 153, 157, 161, 165}, 15}, -+ /* RTW_RD_5G_OLD_KCC1 */ {{36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120, 124, 149, 153, 157, 161, 165}, 20}, -+}; -+ -+static RT_CHANNEL_PLAN_MAP RTW_ChannelPlanMap[] = { -+ /* ===== 0x00 ~ 0x1F, legacy channel plan ===== */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_KCC1, TXPWR_LMT_FCC}, /* 0x00, RTW_CHPLAN_FCC */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_OLD_FCC1, TXPWR_LMT_FCC}, /* 0x01, RTW_CHPLAN_IC */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_ETSI1, TXPWR_LMT_ETSI}, /* 0x02, RTW_CHPLAN_ETSI */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_NULL, TXPWR_LMT_ETSI}, /* 0x03, RTW_CHPLAN_SPAIN */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_NULL, TXPWR_LMT_ETSI}, /* 0x04, RTW_CHPLAN_FRANCE */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_NULL, TXPWR_LMT_MKK}, /* 0x05, RTW_CHPLAN_MKK */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_NULL, TXPWR_LMT_MKK}, /* 0x06, RTW_CHPLAN_MKK1 */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_FCC6, TXPWR_LMT_ETSI}, /* 0x07, RTW_CHPLAN_ISRAEL */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_FCC6, TXPWR_LMT_MKK}, /* 0x08, RTW_CHPLAN_TELEC */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x09, RTW_CHPLAN_GLOBAL_DOAMIN */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x0A, RTW_CHPLAN_WORLD_WIDE_13 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_OLD_NCC1, TXPWR_LMT_FCC}, /* 0x0B, RTW_CHPLAN_TAIWAN */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_FCC5, TXPWR_LMT_ETSI}, /* 0x0C, RTW_CHPLAN_CHINA */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC3, TXPWR_LMT_WW}, /* 0x0D, RTW_CHPLAN_SINGAPORE_INDIA_MEXICO */ /* ETSI:Singapore, India. FCC:Mexico => WW */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_OLD_KCC1, TXPWR_LMT_ETSI}, /* 0x0E, RTW_CHPLAN_KOREA */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC6, TXPWR_LMT_ETSI}, /* 0x0F, RTW_CHPLAN_TURKEY */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_ETSI1, TXPWR_LMT_MKK}, /* 0x10, RTW_CHPLAN_JAPAN */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC2, TXPWR_LMT_FCC}, /* 0x11, RTW_CHPLAN_FCC_NO_DFS */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_FCC7, TXPWR_LMT_MKK}, /* 0x12, RTW_CHPLAN_JAPAN_NO_DFS */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_FCC1, TXPWR_LMT_WW}, /* 0x13, RTW_CHPLAN_WORLD_WIDE_5G */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_NCC2, TXPWR_LMT_FCC}, /* 0x14, RTW_CHPLAN_TAIWAN_NO_DFS */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_FCC7, TXPWR_LMT_ETSI}, /* 0x15, RTW_CHPLAN_ETSI_NO_DFS */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_NCC1, TXPWR_LMT_ETSI}, /* 0x16, RTW_CHPLAN_KOREA_NO_DFS */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_FCC7, TXPWR_LMT_MKK}, /* 0x17, RTW_CHPLAN_JAPAN_NO_DFS */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_FCC5, TXPWR_LMT_ETSI}, /* 0x18, RTW_CHPLAN_PAKISTAN_NO_DFS */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC5, TXPWR_LMT_FCC}, /* 0x19, RTW_CHPLAN_TAIWAN2_NO_DFS */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x1A, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x1B, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x1C, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x1D, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x1E, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_FCC1, TXPWR_LMT_WW}, /* 0x1F, RTW_CHPLAN_WORLD_WIDE_ONLY_5G */ -+ -+ /* ===== 0x20 ~ 0x7F, new channel plan ===== */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x20, RTW_CHPLAN_WORLD_NULL */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_NULL, TXPWR_LMT_ETSI}, /* 0x21, RTW_CHPLAN_ETSI1_NULL */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_NULL, TXPWR_LMT_FCC}, /* 0x22, RTW_CHPLAN_FCC1_NULL */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_NULL, TXPWR_LMT_MKK}, /* 0x23, RTW_CHPLAN_MKK1_NULL */ -+ {RTW_RD_2G_ETSI2, RTW_RD_5G_NULL, TXPWR_LMT_ETSI}, /* 0x24, RTW_CHPLAN_ETSI2_NULL */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC1, TXPWR_LMT_FCC}, /* 0x25, RTW_CHPLAN_FCC1_FCC1 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI1, TXPWR_LMT_ETSI}, /* 0x26, RTW_CHPLAN_WORLD_ETSI1 */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_MKK1, TXPWR_LMT_MKK}, /* 0x27, RTW_CHPLAN_MKK1_MKK1 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_KCC1, TXPWR_LMT_ETSI}, /* 0x28, RTW_CHPLAN_WORLD_KCC1 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_FCC2, TXPWR_LMT_FCC}, /* 0x29, RTW_CHPLAN_WORLD_FCC2 */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x2A, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x2B, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x2C, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x2D, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x2E, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x2F, */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_FCC3, TXPWR_LMT_FCC}, /* 0x30, RTW_CHPLAN_WORLD_FCC3 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_FCC4, TXPWR_LMT_FCC}, /* 0x31, RTW_CHPLAN_WORLD_FCC4 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_FCC5, TXPWR_LMT_FCC}, /* 0x32, RTW_CHPLAN_WORLD_FCC5 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_FCC6, TXPWR_LMT_FCC}, /* 0x33, RTW_CHPLAN_WORLD_FCC6 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC7, TXPWR_LMT_FCC}, /* 0x34, RTW_CHPLAN_FCC1_FCC7 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI2, TXPWR_LMT_ETSI}, /* 0x35, RTW_CHPLAN_WORLD_ETSI2 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI3, TXPWR_LMT_ETSI}, /* 0x36, RTW_CHPLAN_WORLD_ETSI3 */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_MKK2, TXPWR_LMT_MKK}, /* 0x37, RTW_CHPLAN_MKK1_MKK2 */ -+ {RTW_RD_2G_MKK1, RTW_RD_5G_MKK3, TXPWR_LMT_MKK}, /* 0x38, RTW_CHPLAN_MKK1_MKK3 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_NCC1, TXPWR_LMT_FCC}, /* 0x39, RTW_CHPLAN_FCC1_NCC1 */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x3A, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x3B, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x3C, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x3D, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x3E, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x3F, */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_NCC2, TXPWR_LMT_FCC}, /* 0x40, RTW_CHPLAN_FCC1_NCC2 */ -+ {RTW_RD_2G_GLOBAL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x41, RTW_CHPLAN_GLOBAL_NULL */ -+ {RTW_RD_2G_ETSI1, RTW_RD_5G_ETSI4, TXPWR_LMT_ETSI}, /* 0x42, RTW_CHPLAN_ETSI1_ETSI4 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC2, TXPWR_LMT_FCC}, /* 0x43, RTW_CHPLAN_FCC1_FCC2 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_NCC3, TXPWR_LMT_FCC}, /* 0x44, RTW_CHPLAN_FCC1_NCC3 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI5, TXPWR_LMT_ETSI}, /* 0x45, RTW_CHPLAN_WORLD_ETSI5 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC8, TXPWR_LMT_FCC}, /* 0x46, RTW_CHPLAN_FCC1_FCC8 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI6, TXPWR_LMT_ETSI}, /* 0x47, RTW_CHPLAN_WORLD_ETSI6 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI7, TXPWR_LMT_ETSI}, /* 0x48, RTW_CHPLAN_WORLD_ETSI7 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI8, TXPWR_LMT_ETSI}, /* 0x49, RTW_CHPLAN_WORLD_ETSI8 */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x4A, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x4B, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x4C, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x4D, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x4E, */ -+ {RTW_RD_2G_NULL, RTW_RD_5G_NULL, TXPWR_LMT_WW}, /* 0x4F, */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI9, TXPWR_LMT_ETSI}, /* 0x50, RTW_CHPLAN_WORLD_ETSI9 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI10, TXPWR_LMT_ETSI}, /* 0x51, RTW_CHPLAN_WORLD_ETSI10 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI11, TXPWR_LMT_ETSI}, /* 0x52, RTW_CHPLAN_WORLD_ETSI11 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_NCC4, TXPWR_LMT_FCC}, /* 0x53, RTW_CHPLAN_FCC1_NCC4 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI12, TXPWR_LMT_ETSI}, /* 0x54, RTW_CHPLAN_WORLD_ETSI12 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC9, TXPWR_LMT_FCC}, /* 0x55, RTW_CHPLAN_FCC1_FCC9 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI13, TXPWR_LMT_ETSI}, /* 0x56, RTW_CHPLAN_WORLD_ETSI13 */ -+ {RTW_RD_2G_FCC1, RTW_RD_5G_FCC10, TXPWR_LMT_FCC}, /* 0x57, RTW_CHPLAN_FCC1_FCC10 */ -+ {RTW_RD_2G_MKK2, RTW_RD_5G_MKK4, TXPWR_LMT_MKK}, /* 0x58, RTW_CHPLAN_MKK2_MKK4 */ -+ {RTW_RD_2G_WORLD, RTW_RD_5G_ETSI14, TXPWR_LMT_ETSI}, /* 0x59, RTW_CHPLAN_WORLD_ETSI14 */ -+}; -+ -+static RT_CHANNEL_PLAN_MAP RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE = { -+ RTW_RD_2G_WORLD, RTW_RD_5G_FCC1, TXPWR_LMT_FCC /* 0x7F, Realtek Define */ -+}; -+ -+bool rtw_chplan_is_empty(u8 id) -+{ -+ RT_CHANNEL_PLAN_MAP *chplan_map; -+ -+ if (!rtw_is_channel_plan_valid(id)) { -+ rtw_warn_on(1); -+ return _FALSE; -+ } -+ -+ if (id == RTW_CHPLAN_REALTEK_DEFINE) -+ chplan_map = &RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE; -+ else -+ chplan_map = &RTW_ChannelPlanMap[id]; -+ -+ if (chplan_map->Index2G == RTW_RD_2G_NULL -+ && chplan_map->Index5G == RTW_RD_5G_NULL) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+#ifdef CONFIG_DFS_MASTER -+void rtw_rfctl_reset_cac(struct rf_ctl_t *rfctl) -+{ -+ if (rtw_is_long_cac_ch(rfctl->radar_detect_ch, rfctl->radar_detect_bw, rfctl->radar_detect_offset)) -+ rfctl->cac_end_time = rtw_get_current_time() + rtw_ms_to_systime(CAC_TIME_CE_MS); -+ else -+ rfctl->cac_end_time = rtw_get_current_time() + rtw_ms_to_systime(CAC_TIME_MS); -+} -+ -+/* -+* check if channel coverage includes new range and the new range is in DFS range -+* called after radar_detect_ch,bw,offset is updated -+*/ -+bool rtw_is_cac_reset_needed(_adapter *adapter) -+{ -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(adapter); -+ bool needed = _FALSE; -+ u32 pre_hi, pre_lo, hi, lo; -+ -+ if (0) -+ DBG_871X("pre_radar_detect_ch:%d, pre_radar_detect_by_sta_link:%d\n" -+ , rfctl->pre_radar_detect_ch, rfctl->pre_radar_detect_by_sta_link); -+ -+ if (rfctl->pre_radar_detect_by_sta_link == _TRUE) -+ goto exit; -+ -+ if (rfctl->pre_radar_detect_ch == 0) { -+ needed = _TRUE; -+ goto exit; -+ } -+ -+ if (rtw_chbw_to_freq_range(rfctl->radar_detect_ch, rfctl->radar_detect_bw, rfctl->radar_detect_offset, &hi, &lo) == _FALSE) -+ rtw_warn_on(1); -+ if (rtw_chbw_to_freq_range(rfctl->pre_radar_detect_ch, rfctl->pre_radar_detect_bw, rfctl->pre_radar_detect_offset, &pre_hi, &pre_lo) == _FALSE) -+ rtw_warn_on(1); -+ -+ if (!rtw_is_range_a_in_b(hi, lo, pre_hi, pre_lo)) { -+ if (rtw_is_range_a_in_b(pre_hi, pre_lo, hi, lo)) { -+ /* currrent is supper set of previous */ -+ if (rtw_is_dfs_range(hi, lo)) -+ needed = _TRUE; -+ } else if (rtw_is_range_overlap(hi, lo, pre_hi, pre_lo)) { -+ /* currrent is not supper set of previous, but has overlap */ -+ u32 new_hi, new_lo; -+ -+ if (lo < pre_lo) { -+ new_hi = pre_lo; -+ new_lo = lo; -+ if (hi <= pre_lo || hi >= pre_hi) { -+ DBG_871X_LEVEL(_drv_err_, "hi:%u, lo:%u, pre_hi:%u, pre_lo:%u\n" -+ , hi, lo, pre_hi, pre_lo); -+ rtw_warn_on(1); -+ goto exit; -+ } -+ } else if (hi > pre_hi) { -+ new_hi = hi; -+ new_lo = pre_hi; -+ if (lo >= pre_hi && lo <= pre_lo) { -+ DBG_871X_LEVEL(_drv_err_, "hi:%u, lo:%u, pre_hi:%u, pre_lo:%u\n" -+ , hi, lo, pre_hi, pre_lo); -+ rtw_warn_on(1); -+ goto exit; -+ } -+ } else { -+ DBG_871X_LEVEL(_drv_err_, "hi:%u, lo:%u, pre_hi:%u, pre_lo:%u\n" -+ , hi, lo, pre_hi, pre_lo); -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (rtw_is_dfs_range(new_hi, new_lo)) -+ needed = _TRUE; -+ -+ } else { -+ /* no overlap */ -+ if (rtw_is_dfs_range(hi, lo)) -+ needed = _TRUE; -+ } -+ } -+ -+exit: -+ return needed; -+} -+ -+bool _rtw_rfctl_overlap_radar_detect_ch(struct rf_ctl_t *rfctl, u8 ch, u8 bw, u8 offset) -+{ -+ bool ret = _FALSE; -+ u32 hi = 0, lo = 0; -+ u32 r_hi = 0, r_lo = 0; -+ int i; -+ -+ if (rfctl->radar_detect_ch == 0) -+ goto exit; -+ -+ if (rtw_chbw_to_freq_range(ch, bw, offset, &hi, &lo) == _FALSE) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (rtw_chbw_to_freq_range(rfctl->radar_detect_ch -+ , rfctl->radar_detect_bw, rfctl->radar_detect_offset -+ , &r_hi, &r_lo) == _FALSE) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (rtw_is_range_overlap(hi, lo, r_hi, r_lo)) -+ ret = _TRUE; -+ -+exit: -+ return ret; -+} -+ -+bool rtw_rfctl_overlap_radar_detect_ch(struct rf_ctl_t *rfctl) -+{ -+ return _rtw_rfctl_overlap_radar_detect_ch(rfctl -+ , rfctl_to_dvobj(rfctl)->oper_channel -+ , rfctl_to_dvobj(rfctl)->oper_bwmode -+ , rfctl_to_dvobj(rfctl)->oper_ch_offset); -+} -+ -+bool rtw_rfctl_is_tx_blocked_by_cac(struct rf_ctl_t *rfctl) -+{ -+ return (rtw_rfctl_overlap_radar_detect_ch(rfctl) && IS_UNDER_CAC(rfctl)); -+} -+ -+bool rtw_chset_is_ch_non_ocp(RT_CHANNEL_INFO *ch_set, u8 ch, u8 bw, u8 offset) -+{ -+ bool ret = _FALSE; -+ u32 hi = 0, lo = 0; -+ int i; -+ -+ if (rtw_chbw_to_freq_range(ch, bw, offset, &hi, &lo) == _FALSE) -+ goto exit; -+ -+ for (i = 0; ch_set[i].ChannelNum != 0; i++) { -+ if (!rtw_ch2freq(ch_set[i].ChannelNum)) { -+ rtw_warn_on(1); -+ continue; -+ } -+ -+ if (!CH_IS_NON_OCP(&ch_set[i])) -+ continue; -+ -+ if (lo <= rtw_ch2freq(ch_set[i].ChannelNum) -+ && rtw_ch2freq(ch_set[i].ChannelNum) <= hi -+ ) { -+ ret = _TRUE; -+ break; -+ } -+ } -+ -+exit: -+ return ret; -+} -+ -+/** -+ * rtw_chset_update_non_ocp - update non_ocp_end_time according to the given @ch, @bw, @offset into @ch_set -+ * @ch_set: the given channel set -+ * @ch: channel number on which radar is detected -+ * @bw: bandwidth on which radar is detected -+ * @offset: bandwidth offset on which radar is detected -+ * @ms: ms to add from now to update non_ocp_end_time, ms < 0 means use NON_OCP_TIME_MS -+ */ -+static void _rtw_chset_update_non_ocp(RT_CHANNEL_INFO *ch_set, u8 ch, u8 bw, u8 offset, int ms) -+{ -+ u32 hi = 0, lo = 0; -+ int i; -+ -+ if (rtw_chbw_to_freq_range(ch, bw, offset, &hi, &lo) == _FALSE) -+ goto exit; -+ -+ for (i = 0; ch_set[i].ChannelNum != 0; i++) { -+ if (!rtw_ch2freq(ch_set[i].ChannelNum)) { -+ rtw_warn_on(1); -+ continue; -+ } -+ -+ if (lo <= rtw_ch2freq(ch_set[i].ChannelNum) -+ && rtw_ch2freq(ch_set[i].ChannelNum) <= hi -+ ) { -+ if (ms >= 0) -+ ch_set[i].non_ocp_end_time = rtw_get_current_time() + rtw_ms_to_systime(ms); -+ else -+ ch_set[i].non_ocp_end_time = rtw_get_current_time() + rtw_ms_to_systime(NON_OCP_TIME_MS); -+ } -+ } -+ -+exit: -+ return; -+} -+ -+inline void rtw_chset_update_non_ocp(RT_CHANNEL_INFO *ch_set, u8 ch, u8 bw, u8 offset) -+{ -+ _rtw_chset_update_non_ocp(ch_set, ch, bw, offset, -1); -+} -+ -+inline void rtw_chset_update_non_ocp_ms(RT_CHANNEL_INFO *ch_set, u8 ch, u8 bw, u8 offset, int ms) -+{ -+ _rtw_chset_update_non_ocp(ch_set, ch, bw, offset, ms); -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -+bool rtw_choose_available_chbw(_adapter *adapter, u8 req_bw, u8 *dec_ch, u8 *dec_bw, u8 *dec_offset, u8 d_flags) -+{ -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ int i; -+ -+ if (!dec_ch || !dec_bw || !dec_offset) { -+ rtw_warn_on(1); -+ return _FAIL; -+ } -+ -+ for (i = 0; i < mlmeext->max_chan_nums; i++) { -+ -+ *dec_ch = mlmeext->channel_set[i].ChannelNum; -+ *dec_bw = req_bw; -+ if (*dec_bw == CHANNEL_WIDTH_20) -+ *dec_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ else -+ *dec_offset = rtw_get_offset_by_ch(*dec_ch); -+ -+ if ((d_flags & RTW_CHF_2G) && *dec_ch <= 14) -+ continue; -+ -+ if ((d_flags & RTW_CHF_5G) && *dec_ch > 14) -+ continue; -+ -+ rtw_regsty_adjust_chbw(&adapter->registrypriv, *dec_ch, dec_bw, dec_offset); -+ -+ if ((d_flags & RTW_CHF_DFS) && rtw_is_dfs_ch(*dec_ch, *dec_bw, *dec_offset)) -+ continue; -+ -+ if ((d_flags & RTW_CHF_LONG_CAC) && rtw_is_long_cac_ch(*dec_ch, *dec_bw, *dec_offset)) -+ continue; -+ -+ if ((d_flags & RTW_CHF_NON_DFS) && !rtw_is_dfs_ch(*dec_ch, *dec_bw, *dec_offset)) -+ continue; -+ -+ if ((d_flags & RTW_CHF_NON_LONG_CAC) && !rtw_is_long_cac_ch(*dec_ch, *dec_bw, *dec_offset)) -+ continue; -+ -+ if (!rtw_chset_is_ch_non_ocp(mlmeext->channel_set, *dec_ch, *dec_bw, *dec_offset)) -+ break; -+ } -+ -+ return (i < mlmeext->max_chan_nums)?_TRUE:_FALSE; -+} -+ -+void dump_chplan_id_list(void *sel) -+{ -+ int i; -+ -+ for (i = 0; i < RTW_CHPLAN_MAX; i++) { -+ if (rtw_chplan_is_empty(i)) -+ continue; -+ -+ DBG_871X_SEL(sel, "0x%02X ", i); -+ } -+ -+ DBG_871X_SEL_NL(sel, "0x7F\n"); -+} -+ -+void dump_chplan_test(void *sel) -+{ -+ int i, j; -+ -+ /* check invalid channel */ -+ for (i = 0; i < RTW_RD_2G_MAX; i++) { -+ for (j = 0; j < RTW_ChannelPlan2G[i].Len; j++) { -+ if (rtw_ch2freq(RTW_ChannelPlan2G[i].Channel[j]) == 0) -+ DBG_871X_SEL_NL(sel, "invalid ch:%u at (%d,%d)\n", RTW_ChannelPlan2G[i].Channel[j], i, j); -+ } -+ } -+ -+ for (i = 0; i < RTW_RD_5G_MAX; i++) { -+ for (j = 0; j < RTW_ChannelPlan5G[i].Len; j++) { -+ if (rtw_ch2freq(RTW_ChannelPlan5G[i].Channel[j]) == 0) -+ DBG_871X_SEL_NL(sel, "invalid ch:%u at (%d,%d)\n", RTW_ChannelPlan5G[i].Channel[j], i, j); -+ } -+ } -+} -+ -+void dump_chset(void *sel, RT_CHANNEL_INFO *ch_set) -+{ -+ u8 i; -+ -+ for (i = 0; ch_set[i].ChannelNum != 0; i++) { -+ DBG_871X_SEL_NL(sel, "ch:%3u, freq:%u, scan_type:%d" -+ , ch_set[i].ChannelNum, rtw_ch2freq(ch_set[i].ChannelNum), ch_set[i].ScanType); -+ -+ #ifdef CONFIG_FIND_BEST_CHANNEL -+ DBG_871X_SEL(sel, ", rx_count:%u", ch_set[i].rx_count); -+ #endif -+ -+ #ifdef CONFIG_DFS_MASTER -+ if (rtw_is_dfs_ch(ch_set[i].ChannelNum, CHANNEL_WIDTH_20, HAL_PRIME_CHNL_OFFSET_DONT_CARE)) { -+ if (CH_IS_NON_OCP(&ch_set[i])) -+ DBG_871X_SEL(sel, ", non_ocp:%d" -+ , rtw_systime_to_ms(ch_set[i].non_ocp_end_time - rtw_get_current_time())); -+ else -+ DBG_871X_SEL(sel, ", non_ocp:N/A"); -+ } -+ #endif -+ -+ DBG_871X_SEL(sel, "\n"); -+ } -+ -+ DBG_871X_SEL_NL(sel, "total ch number:%d\n", i); -+} -+ -+void dump_cur_chset(void *sel, _adapter *adapter) -+{ -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ -+ DBG_871X_SEL_NL(sel, "Channel plan ID:0x%02X, 2G_PLS:%u, 5G_PLS:%u\n" -+ , mlme->ChannelPlan, hal_data->Regulation2_4G, hal_data->Regulation5G); -+ dump_chset(sel, mlmeext->channel_set); -+} -+ -+/* -+ * Search the @param ch in given @param ch_set -+ * @ch_set: the given channel set -+ * @ch: the given channel number -+ * -+ * return the index of channel_num in channel_set, -1 if not found -+ */ -+int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch) -+{ -+ int i; -+ for(i=0;ch_set[i].ChannelNum!=0;i++){ -+ if(ch == ch_set[i].ChannelNum) -+ break; -+ } -+ -+ if(i >= ch_set[i].ChannelNum) -+ return -1; -+ return i; -+} -+ -+/* -+ * Check the @param ch is fit with setband setting of @param adapter -+ * @adapter: the given adapter -+ * @ch: the given channel number -+ * -+ * return _TRUE when check valid, _FALSE not valid -+ */ -+bool rtw_mlme_band_check(_adapter *adapter, const u32 ch) -+{ -+ if (adapter->setband == WIFI_FREQUENCY_BAND_AUTO /* 2.4G and 5G */ -+ || (adapter->setband == WIFI_FREQUENCY_BAND_2GHZ && ch < 35) /* 2.4G only */ -+ || (adapter->setband == WIFI_FREQUENCY_BAND_5GHZ && ch > 35) /* 5G only */ -+ ) { -+ return _TRUE; -+ } -+ return _FALSE; -+} -+ -+/**************************************************************************** -+ -+Following are the initialization functions for WiFi MLME -+ -+*****************************************************************************/ -+ -+int init_hw_mlme_ext(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ //set_opmode_cmd(padapter, infra_client_with_mlme);//removed -+ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ return _SUCCESS; -+} -+ -+void init_mlme_default_rate_set(_adapter* padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ unsigned char mixed_datarate[NumRates] = {_1M_RATE_, _2M_RATE_, _5M_RATE_, _11M_RATE_, _6M_RATE_,_9M_RATE_, _12M_RATE_, _18M_RATE_, _24M_RATE_, _36M_RATE_, _48M_RATE_, _54M_RATE_, 0xff}; -+ unsigned char mixed_basicrate[NumRates] ={_1M_RATE_, _2M_RATE_, _5M_RATE_, _11M_RATE_, _6M_RATE_, _12M_RATE_, _24M_RATE_, 0xff,}; -+ unsigned char supported_mcs_set[16] = {0xff, 0xff, 0xff, 0x00, 0x00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; -+ -+ _rtw_memcpy(pmlmeext->datarate, mixed_datarate, NumRates); -+ _rtw_memcpy(pmlmeext->basicrate, mixed_basicrate, NumRates); -+ -+ _rtw_memcpy(pmlmeext->default_supported_mcs_set, supported_mcs_set, sizeof(pmlmeext->default_supported_mcs_set)); -+} -+ -+static void init_mlme_ext_priv_value(_adapter* padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ ATOMIC_SET(&pmlmeext->event_seq, 0); -+ pmlmeext->mgnt_seq = 0;//reset to zero when disconnect at client mode -+#ifdef CONFIG_IEEE80211W -+ pmlmeext->sa_query_seq = 0; -+ pmlmeext->mgnt_80211w_IPN=0; -+ pmlmeext->mgnt_80211w_IPN_rx=0; -+#endif //CONFIG_IEEE80211W -+ pmlmeext->cur_channel = padapter->registrypriv.channel; -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ pmlmeext->retry = 0; -+ -+ pmlmeext->cur_wireless_mode = padapter->registrypriv.wireless_mode; -+ -+ init_mlme_default_rate_set(padapter); -+ -+ if(pmlmeext->cur_channel > 14) -+ pmlmeext->tx_rate = IEEE80211_OFDM_RATE_6MB; -+ else -+ pmlmeext->tx_rate = IEEE80211_CCK_RATE_1MB; -+ -+ mlmeext_set_scan_state(pmlmeext, SCAN_DISABLE); -+ pmlmeext->sitesurvey_res.channel_idx = 0; -+ pmlmeext->sitesurvey_res.bss_cnt = 0; -+ pmlmeext->sitesurvey_res.scan_ch_ms = SURVEY_TO; -+ pmlmeext->sitesurvey_res.rx_ampdu_accept = RX_AMPDU_ACCEPT_INVALID; -+ pmlmeext->sitesurvey_res.rx_ampdu_size = RX_AMPDU_SIZE_INVALID; -+ #ifdef CONFIG_SCAN_BACKOP -+ mlmeext_assign_scan_backop_flags_sta(pmlmeext, /*SS_BACKOP_EN|*/SS_BACKOP_PS_ANNC|SS_BACKOP_TX_RESUME); -+ mlmeext_assign_scan_backop_flags_ap(pmlmeext, SS_BACKOP_EN|SS_BACKOP_PS_ANNC|SS_BACKOP_TX_RESUME); -+ pmlmeext->sitesurvey_res.scan_cnt = 0; -+ pmlmeext->sitesurvey_res.scan_cnt_max = RTW_SCAN_NUM_OF_CH; -+ pmlmeext->sitesurvey_res.backop_ms = RTW_BACK_OP_CH_MS; -+ #endif -+ #if defined(CONFIG_ANTENNA_DIVERSITY) || defined(DBG_SCAN_SW_ANTDIV_BL) -+ pmlmeext->sitesurvey_res.is_sw_antdiv_bl_scan = 0; -+ #endif -+ pmlmeext->scan_abort = _FALSE; -+ -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ pmlmeinfo->reauth_count = 0; -+ pmlmeinfo->reassoc_count = 0; -+ pmlmeinfo->link_count = 0; -+ pmlmeinfo->auth_seq = 0; -+ pmlmeinfo->auth_algo = dot11AuthAlgrthm_Open; -+ pmlmeinfo->key_index = 0; -+ pmlmeinfo->iv = 0; -+ -+ pmlmeinfo->enc_algo = _NO_PRIVACY_; -+ pmlmeinfo->authModeToggle = 0; -+ -+ _rtw_memset(pmlmeinfo->chg_txt, 0, 128); -+ -+ pmlmeinfo->slotTime = SHORT_SLOT_TIME; -+ pmlmeinfo->preamble_mode = PREAMBLE_AUTO; -+ -+ pmlmeinfo->dialogToken = 0; -+ -+ pmlmeext->action_public_rxseq = 0xffff; -+ pmlmeext->action_public_dialog_token = 0xff; -+} -+ -+static int has_channel(RT_CHANNEL_INFO *channel_set, -+ u8 chanset_size, -+ u8 chan) { -+ int i; -+ -+ for (i = 0; i < chanset_size; i++) { -+ if (channel_set[i].ChannelNum == chan) { -+ return 1; -+ } -+ } -+ -+ return 0; -+} -+ -+static void init_channel_list(_adapter *padapter, RT_CHANNEL_INFO *channel_set, -+ u8 chanset_size, -+ struct p2p_channels *channel_list) { -+ -+ struct p2p_oper_class_map op_class[] = { -+ { IEEE80211G, 81, 1, 13, 1, BW20 }, -+ { IEEE80211G, 82, 14, 14, 1, BW20 }, -+#if 0 /* Do not enable HT40 on 2 GHz */ -+ { IEEE80211G, 83, 1, 9, 1, BW40PLUS }, -+ { IEEE80211G, 84, 5, 13, 1, BW40MINUS }, -+#endif -+ { IEEE80211A, 115, 36, 48, 4, BW20 }, -+ { IEEE80211A, 116, 36, 44, 8, BW40PLUS }, -+ { IEEE80211A, 117, 40, 48, 8, BW40MINUS }, -+ { IEEE80211A, 124, 149, 161, 4, BW20 }, -+ { IEEE80211A, 125, 149, 169, 4, BW20 }, -+ { IEEE80211A, 126, 149, 157, 8, BW40PLUS }, -+ { IEEE80211A, 127, 153, 161, 8, BW40MINUS }, -+ { -1, 0, 0, 0, 0, BW20 } -+ }; -+ -+ int cla, op; -+ -+ cla = 0; -+ -+ for (op = 0; op_class[op].op_class; op++) { -+ u8 ch; -+ struct p2p_oper_class_map *o = &op_class[op]; -+ struct p2p_reg_class *reg = NULL; -+ -+ for (ch = o->min_chan; ch <= o->max_chan; ch += o->inc) { -+ if (!has_channel(channel_set, chanset_size, ch)) { -+ continue; -+ } -+ -+ if ((0 == padapter->registrypriv.ht_enable) && (8 == o->inc)) -+ continue; -+ -+ if ((0 < (padapter->registrypriv.bw_mode & 0xf0)) && -+ ((BW40MINUS == o->bw) || (BW40PLUS == o->bw))) -+ continue; -+ -+ if (reg == NULL) { -+ reg = &channel_list->reg_class[cla]; -+ cla++; -+ reg->reg_class = o->op_class; -+ reg->channels = 0; -+ } -+ reg->channel[reg->channels] = ch; -+ reg->channels++; -+ } -+ } -+ channel_list->reg_classes = cla; -+ -+} -+ -+static u8 init_channel_set(_adapter* padapter, u8 ChannelPlan, RT_CHANNEL_INFO *channel_set) -+{ -+ u8 index,chanset_size = 0; -+ u8 b5GBand = _FALSE, b2_4GBand = _FALSE; -+ u8 Index2G = 0, Index5G=0; -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(padapter); -+ -+ if (!rtw_is_channel_plan_valid(ChannelPlan)) { -+ DBG_871X("ChannelPlan ID %x error !!!!!\n",ChannelPlan); -+ return chanset_size; -+ } -+ -+ _rtw_memset(channel_set, 0, sizeof(RT_CHANNEL_INFO)*MAX_CHANNEL_NUM); -+ -+ if (IsSupported24G(padapter->registrypriv.wireless_mode)) -+ b2_4GBand = _TRUE; -+ -+ if (IsSupported5G(padapter->registrypriv.wireless_mode)) -+ b5GBand = _TRUE; -+ -+ if (b2_4GBand) { -+ if (RTW_CHPLAN_REALTEK_DEFINE == ChannelPlan) -+ Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; -+ else -+ Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; -+ -+ for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { -+ channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; -+ -+ if (RTW_CHPLAN_GLOBAL_DOAMIN == ChannelPlan -+ || RTW_CHPLAN_GLOBAL_NULL == ChannelPlan -+ ) { -+ /* Channel 1~11 is active, and 12~14 is passive */ -+ if(channel_set[chanset_size].ChannelNum >= 1 && channel_set[chanset_size].ChannelNum <= 11) -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ else if((channel_set[chanset_size].ChannelNum >= 12 && channel_set[chanset_size].ChannelNum <= 14)) -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ } else if (RTW_CHPLAN_WORLD_WIDE_13 == ChannelPlan -+ || RTW_CHPLAN_WORLD_WIDE_5G == ChannelPlan -+ || RTW_RD_2G_WORLD == Index2G -+ ) { -+ /* channel 12~13, passive scan */ -+ if(channel_set[chanset_size].ChannelNum <= 11) -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ else -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ } else { -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ } -+ -+ chanset_size++; -+ } -+ } -+ -+ if (b5GBand) { -+ if (RTW_CHPLAN_REALTEK_DEFINE == ChannelPlan) -+ Index5G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index5G; -+ else -+ Index5G = RTW_ChannelPlanMap[ChannelPlan].Index5G; -+ -+ for (index = 0; index < RTW_ChannelPlan5G[Index5G].Len; index++) { -+#ifdef CONFIG_DFS -+ channel_set[chanset_size].ChannelNum = RTW_ChannelPlan5G[Index5G].Channel[index]; -+ if ( channel_set[chanset_size].ChannelNum <= 48 -+ || channel_set[chanset_size].ChannelNum >= 149 ) -+ { -+ if (RTW_CHPLAN_WORLD_WIDE_5G == ChannelPlan) /* passive scan for all 5G channels */ -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ else -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ } -+ else -+ { -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ } -+ chanset_size++; -+#else /* CONFIG_DFS */ -+ if (RTW_ChannelPlan5G[Index5G].Channel[index] <= 48 -+ || RTW_ChannelPlan5G[Index5G].Channel[index] >= 149 -+ ) { -+ channel_set[chanset_size].ChannelNum = RTW_ChannelPlan5G[Index5G].Channel[index]; -+ if (RTW_CHPLAN_WORLD_WIDE_5G == ChannelPlan) /* passive scan for all 5G channels */ -+ channel_set[chanset_size].ScanType = SCAN_PASSIVE; -+ else -+ channel_set[chanset_size].ScanType = SCAN_ACTIVE; -+ DBG_871X("%s(): channel_set[%d].ChannelNum = %d\n", __FUNCTION__, chanset_size, channel_set[chanset_size].ChannelNum); -+ chanset_size++; -+ } -+#endif /* CONFIG_DFS */ -+ } -+ } -+ -+ if (RTW_CHPLAN_REALTEK_DEFINE == ChannelPlan) { -+ hal_data->Regulation2_4G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.regd; -+ hal_data->Regulation5G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.regd; -+ } else { -+ hal_data->Regulation2_4G = RTW_ChannelPlanMap[ChannelPlan].regd; -+ hal_data->Regulation5G = RTW_ChannelPlanMap[ChannelPlan].regd; -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" ChannelPlan ID:0x%02x, ch num:%d\n" -+ , FUNC_ADPT_ARG(padapter), ChannelPlan, chanset_size); -+ -+ return chanset_size; -+} -+ -+int init_mlme_ext_priv(_adapter* padapter) -+{ -+ int res = _SUCCESS; -+ struct registry_priv* pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ // We don't need to memset padapter->XXX to zero, because adapter is allocated by rtw_zvmalloc(). -+ //_rtw_memset((u8 *)pmlmeext, 0, sizeof(struct mlme_ext_priv)); -+ -+ pmlmeext->padapter = padapter; -+ -+ //fill_fwpriv(padapter, &(pmlmeext->fwpriv)); -+ -+ init_mlme_ext_priv_value(padapter); -+ pmlmeinfo->bAcceptAddbaReq = pregistrypriv->bAcceptAddbaReq; -+ -+ init_mlme_ext_timer(padapter); -+ -+#ifdef CONFIG_AP_MODE -+ init_mlme_ap_info(padapter); -+#endif -+ -+ pmlmeext->max_chan_nums = init_channel_set(padapter, pmlmepriv->ChannelPlan,pmlmeext->channel_set); -+ init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_list); -+ pmlmeext->last_scan_time = 0; -+ pmlmeext->mlmeext_init = _TRUE; -+ -+ -+#ifdef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ pmlmeext->active_keep_alive_check = _TRUE; -+#else -+ pmlmeext->active_keep_alive_check = _FALSE; -+#endif -+ -+#ifdef DBG_FIXED_CHAN -+ pmlmeext->fixed_chan = 0xFF; -+#endif -+ -+ return res; -+ -+} -+ -+void free_mlme_ext_priv (struct mlme_ext_priv *pmlmeext) -+{ -+ _adapter *padapter = pmlmeext->padapter; -+ -+ if (!padapter) -+ return; -+ -+ if (rtw_is_drv_stopped(padapter)) { -+ _cancel_timer_ex(&pmlmeext->survey_timer); -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ //_cancel_timer_ex(&pmlmeext->ADDBA_timer); -+ } -+} -+ -+static u8 cmp_pkt_chnl_diff(_adapter *padapter,u8* pframe,uint packet_len) -+{ // if the channel is same, return 0. else return channel differential -+ uint len; -+ u8 channel; -+ u8 *p; -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _BEACON_IE_OFFSET_, _DSSET_IE_, &len, packet_len - _BEACON_IE_OFFSET_); -+ if (p) -+ { -+ channel = *(p + 2); -+ if(padapter->mlmeextpriv.cur_channel >= channel) -+ { -+ return (padapter->mlmeextpriv.cur_channel - channel); -+ } -+ else -+ { -+ return (channel-padapter->mlmeextpriv.cur_channel); -+ } -+ } -+ else -+ { -+ return 0; -+ } -+} -+ -+static void _mgt_dispatcher(_adapter *padapter, struct mlme_handler *ptable, union recv_frame *precv_frame) -+{ -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ -+ if(ptable->func) -+ { -+ //receive the frames that ra(a1) is my address or ra(a1) is bc address. -+ if (!_rtw_memcmp(GetAddr1Ptr(pframe), adapter_mac_addr(padapter), ETH_ALEN) && -+ !_rtw_memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) -+ { -+ return; -+ } -+ -+ ptable->func(padapter, precv_frame); -+ } -+ -+} -+ -+void mgt_dispatcher(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ int index; -+ struct mlme_handler *ptable; -+#ifdef CONFIG_AP_MODE -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#endif //CONFIG_AP_MODE -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, -+ ("+mgt_dispatcher: type(0x%x) subtype(0x%x)\n", -+ GetFrameType(pframe), GetFrameSubType(pframe))); -+ -+#if 0 -+ { -+ u8 *pbuf; -+ pbuf = GetAddr1Ptr(pframe); -+ DBG_871X("A1-%x:%x:%x:%x:%x:%x\n", *pbuf, *(pbuf+1), *(pbuf+2), *(pbuf+3), *(pbuf+4), *(pbuf+5)); -+ pbuf = GetAddr2Ptr(pframe); -+ DBG_871X("A2-%x:%x:%x:%x:%x:%x\n", *pbuf, *(pbuf+1), *(pbuf+2), *(pbuf+3), *(pbuf+4), *(pbuf+5)); -+ pbuf = GetAddr3Ptr(pframe); -+ DBG_871X("A3-%x:%x:%x:%x:%x:%x\n", *pbuf, *(pbuf+1), *(pbuf+2), *(pbuf+3), *(pbuf+4), *(pbuf+5)); -+ } -+#endif -+ -+ if (GetFrameType(pframe) != WIFI_MGT_TYPE) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_err_, ("mgt_dispatcher: type(0x%x) error!\n", GetFrameType(pframe))); -+ return; -+ } -+ -+ //receive the frames that ra(a1) is my address or ra(a1) is bc address. -+ if (!_rtw_memcmp(GetAddr1Ptr(pframe), adapter_mac_addr(padapter), ETH_ALEN) && -+ !_rtw_memcmp(GetAddr1Ptr(pframe), bc_addr, ETH_ALEN)) -+ { -+ return; -+ } -+ -+ ptable = mlme_sta_tbl; -+ -+ index = GetFrameSubType(pframe) >> 4; -+ -+#ifdef CONFIG_TDLS -+ if((index << 4)==WIFI_ACTION){ -+ /* category==public (4), action==TDLS_DISCOVERY_RESPONSE */ -+ if (*(pframe+24) == RTW_WLAN_CATEGORY_PUBLIC && *(pframe+25) == TDLS_DISCOVERY_RESPONSE) { -+ DBG_871X("[TDLS] Recv %s from "MAC_FMT"\n", rtw_tdls_action_txt(TDLS_DISCOVERY_RESPONSE), MAC_ARG(GetAddr2Ptr(pframe))); -+ On_TDLS_Dis_Rsp(padapter, precv_frame); -+ } -+ } -+#endif //CONFIG_TDLS -+ -+ if (index >= (sizeof(mlme_sta_tbl) /sizeof(struct mlme_handler))) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("Currently we do not support reserved sub-fr-type=%d\n", index)); -+ return; -+ } -+ ptable += index; -+ -+#if 1 -+ if (psta != NULL) -+ { -+ if (GetRetry(pframe)) -+ { -+ if (precv_frame->u.hdr.attrib.seq_num == psta->RxMgmtFrameSeqNum) -+ { -+ /* drop the duplicate management frame */ -+ pdbgpriv->dbg_rx_dup_mgt_frame_drop_count++; -+ DBG_871X("Drop duplicate management frame with seq_num = %d.\n", precv_frame->u.hdr.attrib.seq_num); -+ return; -+ } -+ } -+ psta->RxMgmtFrameSeqNum = precv_frame->u.hdr.attrib.seq_num; -+ } -+#else -+ -+ if(GetRetry(pframe)) -+ { -+ //RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("drop due to decache!\n")); -+ //return; -+ } -+#endif -+ -+#ifdef CONFIG_AP_MODE -+ switch (GetFrameSubType(pframe)) -+ { -+ case WIFI_AUTH: -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ ptable->func = &OnAuth; -+ else -+ ptable->func = &OnAuthClient; -+ //pass through -+ case WIFI_ASSOCREQ: -+ case WIFI_REASSOCREQ: -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+#ifdef CONFIG_HOSTAPD_MLME -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ rtw_hostapd_mlme_rx(padapter, precv_frame); -+#endif -+ break; -+ case WIFI_PROBEREQ: -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+#ifdef CONFIG_HOSTAPD_MLME -+ rtw_hostapd_mlme_rx(padapter, precv_frame); -+#else -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+#endif -+ } -+ else -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ case WIFI_BEACON: -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ case WIFI_ACTION: -+ //if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ break; -+ default: -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ rtw_hostapd_mlme_rx(padapter, precv_frame); -+ break; -+ } -+#else -+ -+ _mgt_dispatcher(padapter, ptable, precv_frame); -+ -+#endif -+ -+} -+ -+#ifdef CONFIG_P2P -+u32 p2p_listen_state_process(_adapter *padapter, unsigned char *da) -+{ -+ bool response = _TRUE; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if( padapter->wdinfo.driver_interface == DRIVER_CFG80211 ) -+ { -+ if(padapter->cfg80211_wdinfo.is_ro_ch == _FALSE -+ || rtw_get_oper_ch(padapter) != padapter->wdinfo.listen_channel -+ || adapter_wdev_data(padapter)->p2p_enabled == _FALSE -+ || padapter->mlmepriv.wps_probe_resp_ie == NULL -+ || padapter->mlmepriv.p2p_probe_resp_ie == NULL -+ ) -+ { -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("DON'T issue_probersp_p2p: p2p_enabled:%d, wps_probe_resp_ie:%p, p2p_probe_resp_ie:%p, ", -+ adapter_wdev_data(padapter)->p2p_enabled, -+ padapter->mlmepriv.wps_probe_resp_ie, -+ padapter->mlmepriv.p2p_probe_resp_ie); -+ DBG_871X("is_ro_ch:%d, op_ch:%d, p2p_listen_channel:%d\n", -+ padapter->cfg80211_wdinfo.is_ro_ch, -+ rtw_get_oper_ch(padapter), -+ padapter->wdinfo.listen_channel); -+#endif -+ response = _FALSE; -+ } -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ if( padapter->wdinfo.driver_interface == DRIVER_WEXT ) -+ { -+ // do nothing if the device name is empty -+ if ( !padapter->wdinfo.device_name_len ) -+ { -+ response = _FALSE; -+ } -+ } -+ -+ if (response == _TRUE) -+ issue_probersp_p2p( padapter, da); -+ -+ return _SUCCESS; -+} -+#endif //CONFIG_P2P -+ -+ -+/**************************************************************************** -+ -+Following are the callback functions for each subtype of the management frames -+ -+*****************************************************************************/ -+ -+unsigned int OnProbeReq(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int ielen; -+ unsigned char *p; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur = &(pmlmeinfo->network); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ u8 is_valid_p2p_probereq = _FALSE; -+ -+#ifdef CONFIG_ATMEL_RC_PATCH -+ u8 *target_ie=NULL, *wps_ie=NULL; -+ u8 *start; -+ uint search_len = 0, wps_ielen = 0, target_ielen = 0; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+#endif -+ -+ -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ u8 wifi_test_chk_rate = 1; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if ((pwdinfo->driver_interface == DRIVER_CFG80211) -+ && !rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) -+ && (GET_CFG80211_REPORT_MGMT(adapter_wdev_data(padapter), IEEE80211_STYPE_PROBE_REQ) == _TRUE) -+ ) { -+ rtw_cfg80211_rx_probe_request(padapter, pframe, len); -+ return _SUCCESS; -+ } -+#endif /* CONFIG_IOCTL_CFG80211 */ -+ -+ if ( !rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) && -+ !rtw_p2p_chk_state(pwdinfo, P2P_STATE_IDLE) && -+ !rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) && -+ !rtw_p2p_chk_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH) && -+ !rtw_p2p_chk_state(pwdinfo, P2P_STATE_SCAN) -+ ) -+ { -+ // Commented by Albert 2011/03/17 -+ // mcs_rate = 0 -> CCK 1M rate -+ // mcs_rate = 1 -> CCK 2M rate -+ // mcs_rate = 2 -> CCK 5.5M rate -+ // mcs_rate = 3 -> CCK 11M rate -+ // In the P2P mode, the driver should not support the CCK rate -+ -+ // Commented by Kurt 2012/10/16 -+ // IOT issue: Google Nexus7 use 1M rate to send p2p_probe_req after GO nego completed and Nexus7 is client -+ if (padapter->registrypriv.wifi_spec == 1) -+ { -+ if ( pattrib->data_rate <= 3 ) -+ { -+ wifi_test_chk_rate = 0; -+ } -+ } -+ -+ if( wifi_test_chk_rate == 1 ) -+ { -+ if((is_valid_p2p_probereq = process_probe_req_p2p_ie(pwdinfo, pframe, len)) == _TRUE) -+ { -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_DEVICE)) -+ { -+ // FIXME -+ if( padapter->wdinfo.driver_interface == DRIVER_WEXT ) -+ report_survey_event(padapter, precv_frame); -+ -+ p2p_listen_state_process( padapter, get_sa(pframe)); -+ -+ return _SUCCESS; -+ } -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ goto _continue; -+ } -+ } -+ } -+ } -+ -+_continue: -+#endif //CONFIG_P2P -+ -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE)) -+ { -+ return _SUCCESS; -+ } -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _FALSE && -+ check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_AP_STATE)==_FALSE) -+ { -+ return _SUCCESS; -+ } -+ -+ -+ //DBG_871X("+OnProbeReq\n"); -+ -+ -+#ifdef CONFIG_ATMEL_RC_PATCH -+ if ((wps_ie = rtw_get_wps_ie( -+ pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, -+ len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_, -+ NULL, &wps_ielen))) { -+ -+ target_ie = rtw_get_wps_attr_content( wps_ie, wps_ielen, WPS_ATTR_MANUFACTURER, NULL, &target_ielen); -+ } -+ if ((target_ie && (target_ielen == 4)) && (_TRUE ==_rtw_memcmp((void *)target_ie, "Ozmo",4 ))) { -+ //psta->flag_atmel_rc = 1; -+ unsigned char *sa_addr = get_sa(pframe); -+ printk("%s: Find Ozmo RC -- %02x:%02x:%02x:%02x:%02x:%02x \n\n", -+ __func__, *sa_addr, *(sa_addr+1), *(sa_addr+2), *(sa_addr+3), *(sa_addr+4), *(sa_addr+5)); -+ _rtw_memcpy( pstapriv->atmel_rc_pattern, get_sa(pframe), ETH_ALEN); -+ } -+#endif -+ -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE && -+ pmlmepriv->cur_network.join_res == _TRUE) -+ { -+ _irqL irqL; -+ struct sta_info *psta; -+ u8 *mac_addr, *peer_addr; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 RC_OUI[4]={0x00,0xE0,0x4C,0x0A}; -+ //EID[1] + EID_LEN[1] + RC_OUI[4] + MAC[6] + PairingID[2] + ChannelNum[2] -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _VENDOR_SPECIFIC_IE_, (int *)&ielen, -+ len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); -+ -+ if(!p || ielen !=14) -+ goto _non_rc_device; -+ -+ if(!_rtw_memcmp(p+2, RC_OUI, sizeof(RC_OUI))) -+ goto _non_rc_device; -+ -+ if(!_rtw_memcmp(p+6, get_sa(pframe), ETH_ALEN)) -+ { -+ DBG_871X("%s, do rc pairing ("MAC_FMT"), but mac addr mismatch!("MAC_FMT")\n", __FUNCTION__, -+ MAC_ARG(get_sa(pframe)), MAC_ARG(p+6)); -+ -+ goto _non_rc_device; -+ } -+ -+ DBG_871X("%s, got the pairing device("MAC_FMT")\n", __FUNCTION__, MAC_ARG(get_sa(pframe))); -+ -+ //new a station -+ psta = rtw_get_stainfo(pstapriv, get_sa(pframe)); -+ if (psta == NULL) -+ { -+ // allocate a new one -+ DBG_871X("going to alloc stainfo for rc="MAC_FMT"\n", MAC_ARG(get_sa(pframe))); -+ psta = rtw_alloc_stainfo(pstapriv, get_sa(pframe)); -+ if (psta == NULL) -+ { -+ //TODO: -+ DBG_871X(" Exceed the upper limit of supported clients...\n"); -+ return _SUCCESS; -+ } -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if (rtw_is_list_empty(&psta->asoc_list)) -+ { -+ psta->expire_to = pstapriv->expire_to; -+ rtw_list_insert_tail(&psta->asoc_list, &pstapriv->asoc_list); -+ pstapriv->asoc_list_cnt++; -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ //generate pairing ID -+ mac_addr = adapter_mac_addr(padapter); -+ peer_addr = psta->hwaddr; -+ psta->pid = (u16)(((mac_addr[4]<<8) + mac_addr[5]) + ((peer_addr[4]<<8) + peer_addr[5])); -+ -+ //update peer stainfo -+ psta->isrc = _TRUE; -+ //psta->aid = 0; -+ //psta->mac_id = 2; -+ -+ /* get a unique AID */ -+ if (psta->aid > 0) { -+ DBG_871X("old AID %d\n", psta->aid); -+ } else { -+ for (psta->aid = 1; psta->aid <= NUM_STA; psta->aid++) -+ if (pstapriv->sta_aid[psta->aid - 1] == NULL) -+ break; -+ -+ if (psta->aid > pstapriv->max_num_sta) { -+ psta->aid = 0; -+ DBG_871X("no room for more AIDs\n"); -+ return _SUCCESS; -+ } else { -+ pstapriv->sta_aid[psta->aid - 1] = psta; -+ DBG_871X("allocate new AID = (%d)\n", psta->aid); -+ } -+ } -+ -+ psta->qos_option = 1; -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ psta->ieee8021x_blocked = _FALSE; -+#ifdef CONFIG_80211N_HT -+ psta->htpriv.ht_option = _TRUE; -+ psta->htpriv.ampdu_enable = _FALSE; -+ psta->htpriv.sgi_20m = _FALSE; -+ psta->htpriv.sgi_40m = _FALSE; -+ psta->htpriv.ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ psta->htpriv.agg_enable_bitmap = 0x0;//reset -+ psta->htpriv.candidate_tid_bitmap = 0x0;//reset -+#endif -+ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, _TRUE); -+ -+ _rtw_memset((void*)&psta->sta_stats, 0, sizeof(struct stainfo_stats)); -+ -+ _enter_critical_bh(&psta->lock, &irqL); -+ psta->state |= _FW_LINKED; -+ _exit_critical_bh(&psta->lock, &irqL); -+ -+ report_add_sta_event(padapter, psta->hwaddr, psta->aid); -+ -+ } -+ -+ issue_probersp(padapter, get_sa(pframe), _FALSE); -+ -+ return _SUCCESS; -+ -+ } -+ -+_non_rc_device: -+ -+ return _SUCCESS; -+ -+#endif //CONFIG_AUTO_AP_MODE -+ -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) && -+ check_buddy_fwstate(padapter, _FW_UNDER_LINKING|_FW_UNDER_SURVEY)) -+ { -+ //don't process probe req -+ return _SUCCESS; -+ } -+#endif -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ielen, -+ len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); -+ -+ -+ //check (wildcard) SSID -+ if (p != NULL) -+ { -+ if(is_valid_p2p_probereq == _TRUE) -+ { -+ goto _issue_probersp; -+ } -+ -+ if ( (ielen != 0 && _FALSE ==_rtw_memcmp((void *)(p+2), (void *)cur->Ssid.Ssid, cur->Ssid.SsidLength)) -+ || (ielen == 0 && pmlmeinfo->hidden_ssid_mode) -+ ) -+ { -+ return _SUCCESS; -+ } -+ -+_issue_probersp: -+ if(((check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE && -+ pmlmepriv->cur_network.join_res == _TRUE)) || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) -+ { -+ //DBG_871X("+issue_probersp during ap mode\n"); -+ issue_probersp(padapter, get_sa(pframe), is_valid_p2p_probereq); -+ } -+ -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnProbeRsp(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct sta_info *psta; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+#endif -+ -+ -+#ifdef CONFIG_P2P -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_PROVISION_DIS_REQ)) -+ { -+ if ( _TRUE == pwdinfo->tx_prov_disc_info.benable ) -+ { -+ if( _rtw_memcmp( pwdinfo->tx_prov_disc_info.peerIFAddr, GetAddr2Ptr(pframe), ETH_ALEN ) ) -+ { -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT)) -+ { -+ pwdinfo->tx_prov_disc_info.benable = _FALSE; -+ issue_p2p_provision_request( padapter, -+ pwdinfo->tx_prov_disc_info.ssid.Ssid, -+ pwdinfo->tx_prov_disc_info.ssid.SsidLength, -+ pwdinfo->tx_prov_disc_info.peerDevAddr ); -+ } -+ else if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_DEVICE) || rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) ) -+ { -+ pwdinfo->tx_prov_disc_info.benable = _FALSE; -+ issue_p2p_provision_request( padapter, -+ NULL, -+ 0, -+ pwdinfo->tx_prov_disc_info.peerDevAddr ); -+ } -+ } -+ } -+ return _SUCCESS; -+ } -+ else if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_ING)) -+ { -+ if ( _TRUE == pwdinfo->nego_req_info.benable ) -+ { -+ DBG_871X( "[%s] P2P State is GONEGO ING!\n", __FUNCTION__ ); -+ if( _rtw_memcmp( pwdinfo->nego_req_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN ) ) -+ { -+ pwdinfo->nego_req_info.benable = _FALSE; -+ issue_p2p_GO_request( padapter, pwdinfo->nego_req_info.peerDevAddr); -+ } -+ } -+ } -+ else if( rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_INVITE_REQ ) ) -+ { -+ if ( _TRUE == pwdinfo->invitereq_info.benable ) -+ { -+ DBG_871X( "[%s] P2P_STATE_TX_INVITE_REQ!\n", __FUNCTION__ ); -+ if( _rtw_memcmp( pwdinfo->invitereq_info.peer_macaddr, GetAddr2Ptr(pframe), ETH_ALEN ) ) -+ { -+ pwdinfo->invitereq_info.benable = _FALSE; -+ issue_p2p_invitation_request( padapter, pwdinfo->invitereq_info.peer_macaddr ); -+ } -+ } -+ } -+#endif -+ -+ -+ if (mlmeext_chk_scan_state(pmlmeext, SCAN_PROCESS)) { -+ report_survey_event(padapter, precv_frame); -+#ifdef CONFIG_CONCURRENT_MODE -+ report_survey_event(padapter->pbuddy_adapter, precv_frame); -+#endif -+ return _SUCCESS; -+ } -+ -+ #if 0 //move to validate_recv_mgnt_frame -+ if (_rtw_memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) -+ { -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ { -+ if ((psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe))) != NULL) -+ { -+ psta->sta_stats.rx_mgnt_pkts++; -+ } -+ } -+ } -+ #endif -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnBeacon(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ int cam_idx; -+ struct sta_info *psta; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ WLAN_BSSID_EX *pbss; -+ int ret = _SUCCESS; -+ u8 *p = NULL; -+ u32 ielen = 0; -+#ifdef CONFIG_TDLS -+ struct sta_info *ptdls_sta; -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+#endif /* CONFIG_TDLS */ -+ -+#ifdef CONFIG_ATTEMPT_TO_FIX_AP_BEACON_ERROR -+ p = rtw_get_ie(pframe + sizeof(struct rtw_ieee80211_hdr_3addr) + _BEACON_IE_OFFSET_, _EXT_SUPPORTEDRATES_IE_, &ielen, precv_frame->u.hdr.len -sizeof(struct rtw_ieee80211_hdr_3addr) - _BEACON_IE_OFFSET_); -+ if ((p != NULL) && (ielen > 0)) -+ { -+ if ((*(p + 1 + ielen) == 0x2D) && (*(p + 2 + ielen) != 0x2D)) -+ { -+ /* Invalid value 0x2D is detected in Extended Supported Rates (ESR) IE. Try to fix the IE length to avoid failed Beacon parsing. */ -+ DBG_871X("[WIFIDBG] Error in ESR IE is detected in Beacon of BSSID:"MAC_FMT". Fix the length of ESR IE to avoid failed Beacon parsing.\n", MAC_ARG(GetAddr3Ptr(pframe))); -+ *(p + 1) = ielen - 1; -+ } -+ } -+#endif -+ -+ if (mlmeext_chk_scan_state(pmlmeext, SCAN_PROCESS)) { -+ report_survey_event(padapter, precv_frame); -+#ifdef CONFIG_CONCURRENT_MODE -+ report_survey_event(padapter->pbuddy_adapter, precv_frame); -+#endif -+ return _SUCCESS; -+ } -+ -+ if (_rtw_memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN)) -+ { -+ if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) -+ { -+ //we should update current network before auth, or some IE is wrong -+ pbss = (WLAN_BSSID_EX*)rtw_malloc(sizeof(WLAN_BSSID_EX)); -+ if (pbss) { -+ if (collect_bss_info(padapter, precv_frame, pbss) == _SUCCESS) { -+ struct beacon_keys recv_beacon; -+ -+ update_network(&(pmlmepriv->cur_network.network), pbss, padapter, _TRUE); -+ rtw_get_bcn_info(&(pmlmepriv->cur_network)); -+ -+ // update bcn keys -+ if (rtw_get_bcn_keys(padapter, pframe, len, &recv_beacon) == _TRUE) { -+ DBG_871X("%s: beacon keys ready\n", __func__); -+ _rtw_memcpy(&pmlmepriv->cur_beacon_keys, -+ &recv_beacon, sizeof(recv_beacon)); -+ pmlmepriv->new_beacon_cnts = 0; -+ } -+ else { -+ DBG_871X_LEVEL(_drv_err_, "%s: get beacon keys failed\n", __func__); -+ _rtw_memset(&pmlmepriv->cur_beacon_keys, 0, sizeof(recv_beacon)); -+ pmlmepriv->new_beacon_cnts = 0; -+ } -+ } -+ rtw_mfree((u8*)pbss, sizeof(WLAN_BSSID_EX)); -+ } -+ -+ //check the vendor of the assoc AP -+ pmlmeinfo->assoc_AP_vendor = check_assoc_AP(pframe+sizeof(struct rtw_ieee80211_hdr_3addr), len-sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ //update TSF Value -+ update_TSF(pmlmeext, pframe, len); -+ -+ //reset for adaptive_early_32k -+ pmlmeext->adaptive_tsf_done = _FALSE; -+ pmlmeext->DrvBcnEarly = 0xff; -+ pmlmeext->DrvBcnTimeOut = 0xff; -+ pmlmeext->bcn_cnt = 0; -+ _rtw_memset(pmlmeext->bcn_delay_cnt, 0, sizeof(pmlmeext->bcn_delay_cnt)); -+ _rtw_memset(pmlmeext->bcn_delay_ratio, 0, sizeof(pmlmeext->bcn_delay_ratio)); -+ -+#ifdef CONFIG_P2P_PS -+ process_p2p_ps_ie(padapter, (pframe + WLAN_HDR_A3_LEN), (len - WLAN_HDR_A3_LEN)); -+#endif //CONFIG_P2P_PS -+ -+#if defined(CONFIG_P2P)&&defined(CONFIG_CONCURRENT_MODE) -+ if (padapter->registrypriv.wifi_spec) { -+ if (process_p2p_cross_connect_ie(padapter, (pframe + WLAN_HDR_A3_LEN), (len - WLAN_HDR_A3_LEN)) == _FALSE) { -+ if((padapter->pbuddy_adapter->mlmeextpriv.mlmext_info.state&0x03) == WIFI_FW_AP_STATE) { -+ DBG_871X_LEVEL(_drv_always_, "no issue auth, P2P cross-connect does not permit\n "); -+ return _SUCCESS; -+ } -+ } -+ } -+#endif // CONFIG_P2P CONFIG_P2P and CONFIG_CONCURRENT_MODE -+ -+ //start auth -+ start_clnt_auth(padapter); -+ -+ return _SUCCESS; -+ } -+ -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) -+ { -+ if ((psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe))) != NULL) -+ { -+ #ifdef CONFIG_PATCH_JOIN_WRONG_CHANNEL -+ //Merge from 8712 FW code -+ if (cmp_pkt_chnl_diff(padapter,pframe,len) != 0) -+ { // join wrong channel, deauth and reconnect -+ issue_deauth(padapter, (&(pmlmeinfo->network))->MacAddress, WLAN_REASON_DEAUTH_LEAVING); -+ -+ report_del_sta_event(padapter, (&(pmlmeinfo->network))->MacAddress, WLAN_REASON_JOIN_WRONG_CHANNEL, _TRUE); -+ pmlmeinfo->state &= (~WIFI_FW_ASSOC_SUCCESS); -+ return _SUCCESS; -+ } -+ #endif //CONFIG_PATCH_JOIN_WRONG_CHANNEL -+ -+ ret = rtw_check_bcn_info(padapter, pframe, len); -+ if (!ret) { -+ DBG_871X_LEVEL(_drv_always_, "ap has changed, disconnect now\n "); -+ receive_disconnect(padapter, pmlmeinfo->network.MacAddress , 0); -+ return _SUCCESS; -+ } -+ //update WMM, ERP in the beacon -+ //todo: the timer is used instead of the number of the beacon received -+ if ((sta_rx_pkts(psta) & 0xf) == 0) -+ { -+ //DBG_871X("update_bcn_info\n"); -+ update_beacon_info(padapter, pframe, len, psta); -+ } -+ -+ adaptive_early_32k(pmlmeext, pframe, len); -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_CH_SW -+ if (padapter->tdlsinfo.ch_switch_prohibited == _FALSE) -+ { -+ /* Send TDLS Channel Switch Request when receiving Beacon */ -+ if ((padapter->tdlsinfo.chsw_info.ch_sw_state & TDLS_CH_SW_INITIATOR_STATE) && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { -+ ptdlsinfo->chsw_info.ch_sw_state |= TDLS_WAIT_CH_RSP_STATE; -+ /* DBG_871X("[%s] issue_tdls_ch_switch_req to "MAC_FMT"\n", __FUNCTION__, MAC_ARG(padapter->tdlsinfo.chsw_info.addr)); */ -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, padapter->tdlsinfo.chsw_info.addr); -+ if (ptdls_sta != NULL) { -+ if (ptdls_sta->tdls_sta_state | TDLS_LINKED_STATE) -+ issue_tdls_ch_switch_req(padapter, ptdls_sta); -+ } -+ } -+ } -+#endif -+#endif /* CONFIG_TDLS */ -+ -+#ifdef CONFIG_DFS -+ process_csa_ie(padapter, pframe, len); //channel switch announcement -+#endif //CONFIG_DFS -+ -+#ifdef CONFIG_P2P_PS -+ process_p2p_ps_ie(padapter, (pframe + WLAN_HDR_A3_LEN), (len - WLAN_HDR_A3_LEN)); -+#endif //CONFIG_P2P_PS -+ -+ #if 0 //move to validate_recv_mgnt_frame -+ psta->sta_stats.rx_mgnt_pkts++; -+ #endif -+ } -+ } -+ else if((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ if ((psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe))) != NULL) -+ { -+ //update WMM, ERP in the beacon -+ //todo: the timer is used instead of the number of the beacon received -+ if ((sta_rx_pkts(psta) & 0xf) == 0) -+ { -+ //DBG_871X("update_bcn_info\n"); -+ update_beacon_info(padapter, pframe, len, psta); -+ } -+ -+ #if 0 //move to validate_recv_mgnt_frame -+ psta->sta_stats.rx_mgnt_pkts++; -+ #endif -+ } -+ else -+ { -+ //allocate a new CAM entry for IBSS station -+ if ((cam_idx = allocate_fw_sta_entry(padapter)) == NUM_STA) -+ { -+ goto _END_ONBEACON_; -+ } -+ -+ //get supported rate -+ if (update_sta_support_rate(padapter, (pframe + WLAN_HDR_A3_LEN + _BEACON_IE_OFFSET_), (len - WLAN_HDR_A3_LEN - _BEACON_IE_OFFSET_), cam_idx) == _FAIL) -+ { -+ pmlmeinfo->FW_sta_info[cam_idx].status = 0; -+ goto _END_ONBEACON_; -+ } -+ -+ //update TSF Value -+ update_TSF(pmlmeext, pframe, len); -+ -+ //report sta add event -+ report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); -+ } -+ } -+ } -+ -+_END_ONBEACON_: -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnAuth(_adapter *padapter, union recv_frame *precv_frame) -+{ -+#ifdef CONFIG_AP_MODE -+ _irqL irqL; -+ unsigned int auth_mode, seq, ie_len; -+ unsigned char *sa, *p; -+ u16 algorithm; -+ int status; -+ static struct sta_info stat; -+ struct sta_info *pstat=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ u8 offset = 0; -+ -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) && -+ check_buddy_fwstate(padapter, _FW_UNDER_LINKING|_FW_UNDER_SURVEY)) -+ { -+ //don't process auth request; -+ return _SUCCESS; -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ -+ if((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ return _FAIL; -+ -+ DBG_871X("+OnAuth\n"); -+ -+ sa = GetAddr2Ptr(pframe); -+ -+ auth_mode = psecuritypriv->dot11AuthAlgrthm; -+ -+ if (GetPrivacy(pframe)) -+ { -+ u8 *iv; -+ struct rx_pkt_attrib *prxattrib = &(precv_frame->u.hdr.attrib); -+ -+ prxattrib->hdrlen = WLAN_HDR_A3_LEN; -+ prxattrib->encrypt = _WEP40_; -+ -+ iv = pframe+prxattrib->hdrlen; -+ prxattrib->key_index = ((iv[3]>>6)&0x3); -+ -+ prxattrib->iv_len = 4; -+ prxattrib->icv_len = 4; -+ -+ rtw_wep_decrypt(padapter, (u8 *)precv_frame); -+ -+ offset = 4; -+ } -+ -+ algorithm = le16_to_cpu(*(u16*)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); -+ seq = le16_to_cpu(*(u16*)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); -+ -+ DBG_871X("auth alg=%x, seq=%X\n", algorithm, seq); -+ -+ if (auth_mode == 2 && -+ psecuritypriv->dot11PrivacyAlgrthm != _WEP40_ && -+ psecuritypriv->dot11PrivacyAlgrthm != _WEP104_) -+ auth_mode = 0; -+ -+ if ((algorithm > 0 && auth_mode == 0) || // rx a shared-key auth but shared not enabled -+ (algorithm == 0 && auth_mode == 1) ) // rx a open-system auth but shared-key is enabled -+ { -+ DBG_871X("auth rejected due to bad alg [alg=%d, auth_mib=%d] %02X%02X%02X%02X%02X%02X\n", -+ algorithm, auth_mode, sa[0], sa[1], sa[2], sa[3], sa[4], sa[5]); -+ -+ status = _STATS_NO_SUPP_ALG_; -+ -+ goto auth_fail; -+ } -+ -+#if 0 //ACL control -+ phead = &priv->wlan_acl_list; -+ plist = phead->next; -+ //check sa -+ if (acl_mode == 1) // 1: positive check, only those on acl_list can be connected. -+ res = FAIL; -+ else -+ res = SUCCESS; -+ -+ while(plist != phead) -+ { -+ paclnode = list_entry(plist, struct rtw_wlan_acl_node, list); -+ plist = plist->next; -+ if (!memcmp((void *)sa, paclnode->addr, 6)) { -+ if (paclnode->mode & 2) { // deny -+ res = FAIL; -+ break; -+ } -+ else { -+ res = SUCCESS; -+ break; -+ } -+ } -+ } -+ -+ if (res != SUCCESS) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,"auth abort because ACL!\n"); -+ return FAIL; -+ } -+#else -+ if(rtw_access_ctrl(padapter, sa) == _FALSE) -+ { -+ status = _STATS_UNABLE_HANDLE_STA_; -+ goto auth_fail; -+ } -+#endif -+ -+ pstat = rtw_get_stainfo(pstapriv, sa); -+ if (pstat == NULL) -+ { -+ -+ // allocate a new one -+ DBG_871X("going to alloc stainfo for sa="MAC_FMT"\n", MAC_ARG(sa)); -+ pstat = rtw_alloc_stainfo(pstapriv, sa); -+ if (pstat == NULL) -+ { -+ DBG_871X(" Exceed the upper limit of supported clients...\n"); -+ status = _STATS_UNABLE_HANDLE_STA_; -+ goto auth_fail; -+ } -+ -+ pstat->state = WIFI_FW_AUTH_NULL; -+ pstat->auth_seq = 0; -+ -+ //pstat->flags = 0; -+ //pstat->capability = 0; -+ } else { -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if (rtw_is_list_empty(&pstat->asoc_list) == _FALSE) { -+ rtw_list_delete(&pstat->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ if (pstat->expire_to > 0) -+ ;/* TODO: STA re_auth within expire_to */ -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ if (seq == 1) -+ ; /* TODO: STA re_auth and auth timeout */ -+ -+ } -+ } -+ -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ _enter_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ if (rtw_is_list_empty(&pstat->auth_list)) { -+ -+ rtw_list_insert_tail(&pstat->auth_list, &pstapriv->auth_list); -+ pstapriv->auth_list_cnt++; -+ } -+ _exit_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ } -+ -+ if (pstat->auth_seq == 0) -+ pstat->expire_to = pstapriv->auth_to; -+ -+ -+ if ((pstat->auth_seq + 1) != seq) -+ { -+ DBG_871X("(1)auth rejected because out of seq [rx_seq=%d, exp_seq=%d]!\n", -+ seq, pstat->auth_seq+1); -+ status = _STATS_OUT_OF_AUTH_SEQ_; -+ goto auth_fail; -+ } -+ -+ if (algorithm==0 && (auth_mode == 0 || auth_mode == 2 || auth_mode == 3)) -+ { -+ if (seq == 1) -+ { -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ pstat->state &= ~WIFI_FW_AUTH_NULL; -+ pstat->state |= WIFI_FW_AUTH_SUCCESS; -+ pstat->expire_to = pstapriv->assoc_to; -+ } -+ pstat->authalg = algorithm; -+ } -+ else -+ { -+ DBG_871X("(2)auth rejected because out of seq [rx_seq=%d, exp_seq=%d]!\n", -+ seq, pstat->auth_seq+1); -+ status = _STATS_OUT_OF_AUTH_SEQ_; -+ goto auth_fail; -+ } -+ } -+ else // shared system or auto authentication -+ { -+ if (seq == 1) -+ { -+ //prepare for the challenging txt... -+ -+ //get_random_bytes((void *)pstat->chg_txt, 128);//TODO: -+ _rtw_memset((void *)pstat->chg_txt, 78, 128); -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ pstat->state &= ~WIFI_FW_AUTH_NULL; -+ pstat->state |= WIFI_FW_AUTH_STATE; -+ } -+ pstat->authalg = algorithm; -+ pstat->auth_seq = 2; -+ } -+ else if (seq == 3) -+ { -+ //checking for challenging txt... -+ DBG_871X("checking for challenging txt...\n"); -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_ , _CHLGETXT_IE_, (int *)&ie_len, -+ len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); -+ -+ if((p==NULL) || (ie_len<=0)) -+ { -+ DBG_871X("auth rejected because challenge failure!(1)\n"); -+ status = _STATS_CHALLENGE_FAIL_; -+ goto auth_fail; -+ } -+ -+ if (_rtw_memcmp((void *)(p + 2), pstat->chg_txt, 128)) -+ { -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE && !(pstat->state & WIFI_FW_ASSOC_SUCCESS)) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ pstat->state &= (~WIFI_FW_AUTH_STATE); -+ pstat->state |= WIFI_FW_AUTH_SUCCESS; -+ /* challenging txt is correct... */ -+ pstat->expire_to = pstapriv->assoc_to; -+ } -+ } -+ else -+ { -+ DBG_871X("auth rejected because challenge failure!\n"); -+ status = _STATS_CHALLENGE_FAIL_; -+ goto auth_fail; -+ } -+ } -+ else -+ { -+ DBG_871X("(3)auth rejected because out of seq [rx_seq=%d, exp_seq=%d]!\n", -+ seq, pstat->auth_seq+1); -+ status = _STATS_OUT_OF_AUTH_SEQ_; -+ goto auth_fail; -+ } -+ } -+ -+ -+ // Now, we are going to issue_auth... -+ pstat->auth_seq = seq + 1; -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ issue_auth(padapter, pstat, (unsigned short)(_STATS_SUCCESSFUL_)); -+#endif -+ -+ if ((pstat->state & WIFI_FW_AUTH_SUCCESS) || (pstat->state & WIFI_FW_ASSOC_SUCCESS)) -+ pstat->auth_seq = 0; -+ -+ -+ return _SUCCESS; -+ -+auth_fail: -+ -+ if(pstat) -+ rtw_free_stainfo(padapter , pstat); -+ -+ pstat = &stat; -+ _rtw_memset((char *)pstat, '\0', sizeof(stat)); -+ pstat->auth_seq = 2; -+ _rtw_memcpy(pstat->hwaddr, sa, 6); -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ issue_auth(padapter, pstat, (unsigned short)status); -+#endif -+ -+#endif -+ return _FAIL; -+ -+} -+ -+unsigned int OnAuthClient(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int seq, len, status, algthm, offset; -+ unsigned char *p; -+ unsigned int go2asoc = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint pkt_len = precv_frame->u.hdr.len; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ //check A1 matches or not -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), get_da(pframe), ETH_ALEN)) -+ return _SUCCESS; -+ -+ if (!(pmlmeinfo->state & WIFI_FW_AUTH_STATE)) -+ return _SUCCESS; -+ -+ offset = (GetPrivacy(pframe))? 4: 0; -+ -+ algthm = le16_to_cpu(*(unsigned short *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); -+ seq = le16_to_cpu(*(unsigned short *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); -+ status = le16_to_cpu(*(unsigned short *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 4)); -+ -+ if (status != 0) -+ { -+ DBG_871X("clnt auth fail, status: %d\n", status); -+ if(status == 13)//&& pmlmeinfo->auth_algo == dot11AuthAlgrthm_Auto) -+ { -+ if(pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared) -+ pmlmeinfo->auth_algo = dot11AuthAlgrthm_Open; -+ else -+ pmlmeinfo->auth_algo = dot11AuthAlgrthm_Shared; -+ //pmlmeinfo->reauth_count = 0; -+ } -+ -+ set_link_timer(pmlmeext, 1); -+ goto authclnt_fail; -+ } -+ -+ if (seq == 2) -+ { -+ if (pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared) -+ { -+ // legendary shared system -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, -+ pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); -+ -+ if (p == NULL) -+ { -+ //DBG_871X("marc: no challenge text?\n"); -+ goto authclnt_fail; -+ } -+ -+ _rtw_memcpy((void *)(pmlmeinfo->chg_txt), (void *)(p + 2), len); -+ pmlmeinfo->auth_seq = 3; -+ issue_auth(padapter, NULL, 0); -+ set_link_timer(pmlmeext, REAUTH_TO); -+ -+ return _SUCCESS; -+ } -+ else -+ { -+ // open system -+ go2asoc = 1; -+ } -+ } -+ else if (seq == 4) -+ { -+ if (pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared) -+ { -+ go2asoc = 1; -+ } -+ else -+ { -+ goto authclnt_fail; -+ } -+ } -+ else -+ { -+ // this is also illegal -+ //DBG_871X("marc: clnt auth failed due to illegal seq=%x\n", seq); -+ goto authclnt_fail; -+ } -+ -+ if (go2asoc) -+ { -+ DBG_871X_LEVEL(_drv_always_, "auth success, start assoc\n"); -+ start_clnt_assoc(padapter); -+ return _SUCCESS; -+ } -+ -+authclnt_fail: -+ -+ //pmlmeinfo->state &= ~(WIFI_FW_AUTH_STATE); -+ -+ return _FAIL; -+ -+} -+ -+unsigned int OnAssocReq(_adapter *padapter, union recv_frame *precv_frame) -+{ -+#ifdef CONFIG_AP_MODE -+ _irqL irqL; -+ u16 capab_info, listen_interval; -+ struct rtw_ieee802_11_elems elems; -+ struct sta_info *pstat; -+ unsigned char reassoc, *p, *pos, *wpa_ie; -+ unsigned char WMM_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x00, 0x01}; -+ int i, ie_len, wpa_ie_len, left; -+ unsigned char supportRate[16]; -+ int supportRateNum; -+ unsigned short status = _STATS_SUCCESSFUL_; -+ unsigned short frame_type, ie_offset=0; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur = &(pmlmeinfo->network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint pkt_len = precv_frame->u.hdr.len; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ u8 p2p_status_code = P2P_STATUS_SUCCESS; -+ u8 *p2pie; -+ u32 p2pielen = 0; -+#ifdef CONFIG_WFD -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ u32 wfd_ielen = 0; -+#endif // CONFIG_WFD -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) && -+ check_buddy_fwstate(padapter, _FW_UNDER_LINKING|_FW_UNDER_SURVEY)) -+ { -+ //don't process assoc request; -+ return _SUCCESS; -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ -+ if((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ return _FAIL; -+ -+ frame_type = GetFrameSubType(pframe); -+ if (frame_type == WIFI_ASSOCREQ) -+ { -+ reassoc = 0; -+ ie_offset = _ASOCREQ_IE_OFFSET_; -+ } -+ else // WIFI_REASSOCREQ -+ { -+ reassoc = 1; -+ ie_offset = _REASOCREQ_IE_OFFSET_; -+ } -+ -+ -+ if (pkt_len < IEEE80211_3ADDR_LEN + ie_offset) { -+ DBG_871X("handle_assoc(reassoc=%d) - too short payload (len=%lu)" -+ "\n", reassoc, (unsigned long)pkt_len); -+ return _FAIL; -+ } -+ -+ pstat = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (pstat == (struct sta_info *)NULL) -+ { -+ status = _RSON_CLS2_; -+ goto asoc_class2_error; -+ } -+ -+ capab_info = RTW_GET_LE16(pframe + WLAN_HDR_A3_LEN); -+ //capab_info = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN)); -+ //listen_interval = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN+2)); -+ listen_interval = RTW_GET_LE16(pframe + WLAN_HDR_A3_LEN+2); -+ -+ left = pkt_len - (IEEE80211_3ADDR_LEN + ie_offset); -+ pos = pframe + (IEEE80211_3ADDR_LEN + ie_offset); -+ -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ // check if this stat has been successfully authenticated/assocated -+ if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) -+ { -+ if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) -+ { -+ status = _RSON_CLS2_; -+ goto asoc_class2_error; -+ } -+ else -+ { -+ pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); -+ pstat->state |= WIFI_FW_ASSOC_STATE; -+ } -+ } -+ else -+ { -+ pstat->state &= (~WIFI_FW_AUTH_SUCCESS); -+ pstat->state |= WIFI_FW_ASSOC_STATE; -+ } -+ -+ -+#if 0// todo:tkip_countermeasures -+ if (hapd->tkip_countermeasures) { -+ resp = WLAN_REASON_MICHAEL_MIC_FAILURE; -+ goto fail; -+ } -+#endif -+ -+ pstat->capability = capab_info; -+ -+#if 0//todo: -+ //check listen_interval -+ if (listen_interval > hapd->conf->max_listen_interval) { -+ hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211, -+ HOSTAPD_LEVEL_DEBUG, -+ "Too large Listen Interval (%d)", -+ listen_interval); -+ resp = WLAN_STATUS_ASSOC_DENIED_LISTEN_INT_TOO_LARGE; -+ goto fail; -+ } -+ -+ pstat->listen_interval = listen_interval; -+#endif -+ -+ //now parse all ieee802_11 ie to point to elems -+ if (rtw_ieee802_11_parse_elems(pos, left, &elems, 1) == ParseFailed || -+ !elems.ssid) { -+ DBG_871X("STA " MAC_FMT " sent invalid association request\n", -+ MAC_ARG(pstat->hwaddr)); -+ status = _STATS_FAILURE_; -+ goto OnAssocReqFail; -+ } -+ -+ -+ // now we should check all the fields... -+ // checking SSID -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SSID_IE_, &ie_len, -+ pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p == NULL) -+ { -+ status = _STATS_FAILURE_; -+ } -+ -+ if (ie_len == 0) // broadcast ssid, however it is not allowed in assocreq -+ status = _STATS_FAILURE_; -+ else -+ { -+ // check if ssid match -+ if (!_rtw_memcmp((void *)(p+2), cur->Ssid.Ssid, cur->Ssid.SsidLength)) -+ status = _STATS_FAILURE_; -+ -+ if (ie_len != cur->Ssid.SsidLength) -+ status = _STATS_FAILURE_; -+ } -+ -+ if(_STATS_SUCCESSFUL_ != status) -+ goto OnAssocReqFail; -+ -+ // check if the supported rate is ok -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p == NULL) { -+ DBG_871X("Rx a sta assoc-req which supported rate is empty!\n"); -+ // use our own rate set as statoin used -+ //_rtw_memcpy(supportRate, AP_BSSRATE, AP_BSSRATE_LEN); -+ //supportRateNum = AP_BSSRATE_LEN; -+ -+ status = _STATS_FAILURE_; -+ goto OnAssocReqFail; -+ } -+ else { -+ _rtw_memcpy(supportRate, p+2, ie_len); -+ supportRateNum = ie_len; -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _EXT_SUPPORTEDRATES_IE_ , &ie_len, -+ pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p != NULL) { -+ -+ if(supportRateNum<=sizeof(supportRate)) -+ { -+ _rtw_memcpy(supportRate+supportRateNum, p+2, ie_len); -+ supportRateNum += ie_len; -+ } -+ } -+ } -+ -+ //todo: mask supportRate between AP & STA -> move to update raid -+ //get_matched_rate(pmlmeext, supportRate, &supportRateNum, 0); -+ -+ //update station supportRate -+ pstat->bssratelen = supportRateNum; -+ _rtw_memcpy(pstat->bssrateset, supportRate, supportRateNum); -+ UpdateBrateTblForSoftAP(pstat->bssrateset, pstat->bssratelen); -+ -+ //check RSN/WPA/WPS -+ pstat->dot8021xalg = 0; -+ pstat->wpa_psk = 0; -+ pstat->wpa_group_cipher = 0; -+ pstat->wpa2_group_cipher = 0; -+ pstat->wpa_pairwise_cipher = 0; -+ pstat->wpa2_pairwise_cipher = 0; -+ _rtw_memset(pstat->wpa_ie, 0, sizeof(pstat->wpa_ie)); -+ if((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { -+ -+ int group_cipher=0, pairwise_cipher=0; -+ -+ wpa_ie = elems.rsn_ie; -+ wpa_ie_len = elems.rsn_ie_len; -+ -+ if(rtw_parse_wpa2_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ pstat->dot8021xalg = 1;//psk, todo:802.1x -+ pstat->wpa_psk |= BIT(1); -+ -+ pstat->wpa2_group_cipher = group_cipher&psecuritypriv->wpa2_group_cipher; -+ pstat->wpa2_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa2_pairwise_cipher; -+ -+ if(!pstat->wpa2_group_cipher) -+ status = WLAN_STATUS_GROUP_CIPHER_NOT_VALID; -+ -+ if(!pstat->wpa2_pairwise_cipher) -+ status = WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID; -+ } -+ else -+ { -+ status = WLAN_STATUS_INVALID_IE; -+ } -+ -+ } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { -+ -+ int group_cipher=0, pairwise_cipher=0; -+ -+ wpa_ie = elems.wpa_ie; -+ wpa_ie_len = elems.wpa_ie_len; -+ -+ if(rtw_parse_wpa_ie(wpa_ie-2, wpa_ie_len+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ pstat->dot8021xalg = 1;//psk, todo:802.1x -+ pstat->wpa_psk |= BIT(0); -+ -+ pstat->wpa_group_cipher = group_cipher&psecuritypriv->wpa_group_cipher; -+ pstat->wpa_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa_pairwise_cipher; -+ -+ if(!pstat->wpa_group_cipher) -+ status = WLAN_STATUS_GROUP_CIPHER_NOT_VALID; -+ -+ if(!pstat->wpa_pairwise_cipher) -+ status = WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID; -+ -+ } -+ else -+ { -+ status = WLAN_STATUS_INVALID_IE; -+ } -+ -+ } else { -+ wpa_ie = NULL; -+ wpa_ie_len = 0; -+ } -+ -+ if(_STATS_SUCCESSFUL_ != status) -+ goto OnAssocReqFail; -+ -+ pstat->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS); -+ //if (hapd->conf->wps_state && wpa_ie == NULL) { //todo: to check ap if supporting WPS -+ if(wpa_ie == NULL) { -+ if (elems.wps_ie) { -+ DBG_871X("STA included WPS IE in " -+ "(Re)Association Request - assume WPS is " -+ "used\n"); -+ pstat->flags |= WLAN_STA_WPS; -+ //wpabuf_free(sta->wps_ie); -+ //sta->wps_ie = wpabuf_alloc_copy(elems.wps_ie + 4, -+ // elems.wps_ie_len - 4); -+ } else { -+ DBG_871X("STA did not include WPA/RSN IE " -+ "in (Re)Association Request - possible WPS " -+ "use\n"); -+ pstat->flags |= WLAN_STA_MAYBE_WPS; -+ } -+ -+ -+ // AP support WPA/RSN, and sta is going to do WPS, but AP is not ready -+ // that the selected registrar of AP is _FLASE -+ if((psecuritypriv->wpa_psk >0) -+ && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) -+ { -+ if(pmlmepriv->wps_beacon_ie) -+ { -+ u8 selected_registrar = 0; -+ -+ rtw_get_wps_attr_content(pmlmepriv->wps_beacon_ie, pmlmepriv->wps_beacon_ie_len, WPS_ATTR_SELECTED_REGISTRAR , &selected_registrar, NULL); -+ -+ if(!selected_registrar) -+ { -+ DBG_871X("selected_registrar is _FALSE , or AP is not ready to do WPS\n"); -+ -+ status = _STATS_UNABLE_HANDLE_STA_; -+ -+ goto OnAssocReqFail; -+ } -+ } -+ } -+ -+ } -+ else -+ { -+ int copy_len; -+ -+ if(psecuritypriv->wpa_psk == 0) -+ { -+ DBG_871X("STA " MAC_FMT ": WPA/RSN IE in association " -+ "request, but AP don't support WPA/RSN\n", MAC_ARG(pstat->hwaddr)); -+ -+ status = WLAN_STATUS_INVALID_IE; -+ -+ goto OnAssocReqFail; -+ -+ } -+ -+ if (elems.wps_ie) { -+ DBG_871X("STA included WPS IE in " -+ "(Re)Association Request - WPS is " -+ "used\n"); -+ pstat->flags |= WLAN_STA_WPS; -+ copy_len=0; -+ } -+ else -+ { -+ copy_len = ((wpa_ie_len+2) > sizeof(pstat->wpa_ie)) ? (sizeof(pstat->wpa_ie)):(wpa_ie_len+2); -+ } -+ -+ -+ if(copy_len>0) -+ _rtw_memcpy(pstat->wpa_ie, wpa_ie-2, copy_len); -+ -+ } -+ -+ -+ // check if there is WMM IE & support WWM-PS -+ pstat->flags &= ~WLAN_STA_WME; -+ pstat->qos_option = 0; -+ pstat->qos_info = 0; -+ pstat->has_legacy_ac = _TRUE; -+ pstat->uapsd_vo = 0; -+ pstat->uapsd_vi = 0; -+ pstat->uapsd_be = 0; -+ pstat->uapsd_bk = 0; -+ if (pmlmepriv->qospriv.qos_option) -+ { -+ p = pframe + WLAN_HDR_A3_LEN + ie_offset; ie_len = 0; -+ for (;;) -+ { -+ p = rtw_get_ie(p, _VENDOR_SPECIFIC_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); -+ if (p != NULL) { -+ if (_rtw_memcmp(p+2, WMM_IE, 6)) { -+ -+ pstat->flags |= WLAN_STA_WME; -+ -+ pstat->qos_option = 1; -+ pstat->qos_info = *(p+8); -+ -+ pstat->max_sp_len = (pstat->qos_info>>5)&0x3; -+ -+ if((pstat->qos_info&0xf) !=0xf) -+ pstat->has_legacy_ac = _TRUE; -+ else -+ pstat->has_legacy_ac = _FALSE; -+ -+ if(pstat->qos_info&0xf) -+ { -+ if(pstat->qos_info&BIT(0)) -+ pstat->uapsd_vo = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_vo = 0; -+ -+ if(pstat->qos_info&BIT(1)) -+ pstat->uapsd_vi = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_vi = 0; -+ -+ if(pstat->qos_info&BIT(2)) -+ pstat->uapsd_bk = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_bk = 0; -+ -+ if(pstat->qos_info&BIT(3)) -+ pstat->uapsd_be = BIT(0)|BIT(1); -+ else -+ pstat->uapsd_be = 0; -+ -+ } -+ -+ break; -+ } -+ } -+ else { -+ break; -+ } -+ p = p + ie_len + 2; -+ } -+ } -+ -+ -+#ifdef CONFIG_80211N_HT -+ /* save HT capabilities in the sta object */ -+ _rtw_memset(&pstat->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); -+ if (elems.ht_capabilities && elems.ht_capabilities_len >= sizeof(struct rtw_ieee80211_ht_cap)) -+ { -+ pstat->flags |= WLAN_STA_HT; -+ -+ pstat->flags |= WLAN_STA_WME; -+ -+ _rtw_memcpy(&pstat->htpriv.ht_cap, elems.ht_capabilities, sizeof(struct rtw_ieee80211_ht_cap)); -+ -+ } else -+ pstat->flags &= ~WLAN_STA_HT; -+ -+ -+ if((pmlmepriv->htpriv.ht_option == _FALSE) && (pstat->flags&WLAN_STA_HT)) -+ { -+ status = _STATS_FAILURE_; -+ goto OnAssocReqFail; -+ } -+ -+#endif /* CONFIG_80211N_HT */ -+ -+#ifdef CONFIG_80211AC_VHT -+ _rtw_memset(&pstat->vhtpriv, 0, sizeof(struct vht_priv)); -+ if (elems.vht_capabilities && elems.vht_capabilities_len == 12) { -+ pstat->flags |= WLAN_STA_VHT; -+ -+ _rtw_memcpy(pstat->vhtpriv.vht_cap, elems.vht_capabilities, 12); -+ -+ if (elems.vht_op_mode_notify && elems.vht_op_mode_notify_len == 1) { -+ _rtw_memcpy(&pstat->vhtpriv.vht_op_mode_notify, elems.vht_op_mode_notify, 1); -+ } -+ else // for Frame without Operating Mode notify ie; default: 80M -+ { -+ pstat->vhtpriv.vht_op_mode_notify = CHANNEL_WIDTH_80; -+ } -+ } -+ else { -+ pstat->flags &= ~WLAN_STA_VHT; -+ } -+ -+ if((pmlmepriv->vhtpriv.vht_option == _FALSE) && (pstat->flags&WLAN_STA_VHT)) -+ { -+ status = _STATS_FAILURE_; -+ goto OnAssocReqFail; -+ } -+#endif /* CONFIG_80211AC_VHT */ -+ -+ if (((pstat->flags & WLAN_STA_HT) || (pstat->flags & WLAN_STA_VHT)) && -+ ((pstat->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || -+ (pstat->wpa_pairwise_cipher & WPA_CIPHER_TKIP))) { -+ -+ DBG_871X("(V)HT: " MAC_FMT " tried to use TKIP with (V)HT association\n", MAC_ARG(pstat->hwaddr)); -+ -+ pstat->flags &= ~WLAN_STA_HT; -+ pstat->flags &= ~WLAN_STA_VHT; -+ /*status = WLAN_STATUS_CIPHER_REJECTED_PER_POLICY; -+ * goto OnAssocReqFail; -+ */ -+ } -+ -+ -+ // -+ //if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)//? -+ pstat->flags |= WLAN_STA_NONERP; -+ for (i = 0; i < pstat->bssratelen; i++) { -+ if ((pstat->bssrateset[i] & 0x7f) > 22) { -+ pstat->flags &= ~WLAN_STA_NONERP; -+ break; -+ } -+ } -+ -+ if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) -+ pstat->flags |= WLAN_STA_SHORT_PREAMBLE; -+ else -+ pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; -+ -+ -+ -+ if (status != _STATS_SUCCESSFUL_) -+ goto OnAssocReqFail; -+ -+#ifdef CONFIG_P2P -+ pstat->is_p2p_device = _FALSE; -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ if( (p2pie=rtw_get_p2p_ie(pframe + WLAN_HDR_A3_LEN + ie_offset , pkt_len - WLAN_HDR_A3_LEN - ie_offset , NULL, &p2pielen))) -+ { -+ pstat->is_p2p_device = _TRUE; -+ if((p2p_status_code=(u8)process_assoc_req_p2p_ie(pwdinfo, pframe, pkt_len, pstat))>0) -+ { -+ pstat->p2p_status_code = p2p_status_code; -+ status = _STATS_CAP_FAIL_; -+ goto OnAssocReqFail; -+ } -+ } -+#ifdef CONFIG_WFD -+ if(rtw_get_wfd_ie(pframe + WLAN_HDR_A3_LEN + ie_offset , pkt_len - WLAN_HDR_A3_LEN - ie_offset , wfd_ie, &wfd_ielen )) -+ { -+ u8 attr_content[ 10 ] = { 0x00 }; -+ u32 attr_contentlen = 0; -+ -+ DBG_8192C( "[%s] WFD IE Found!!\n", __FUNCTION__ ); -+ rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, attr_content, &attr_contentlen); -+ if ( attr_contentlen ) -+ { -+ pwdinfo->wfd_info->peer_rtsp_ctrlport = RTW_GET_BE16( attr_content + 2 ); -+ DBG_8192C( "[%s] Peer PORT NUM = %d\n", __FUNCTION__, pwdinfo->wfd_info->peer_rtsp_ctrlport ); -+ } -+ } -+#endif -+ } -+ pstat->p2p_status_code = p2p_status_code; -+#endif //CONFIG_P2P -+ -+ //TODO: identify_proprietary_vendor_ie(); -+ // Realtek proprietary IE -+ // identify if this is Broadcom sta -+ // identify if this is ralink sta -+ // Customer proprietary IE -+ -+ -+ -+ /* get a unique AID */ -+ if (pstat->aid > 0) { -+ DBG_871X(" old AID %d\n", pstat->aid); -+ } else { -+ for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) { -+ if (pstapriv->sta_aid[pstat->aid - 1] == NULL) { -+ if (pstat->aid > pstapriv->max_num_sta) { -+ pstat->aid = 0; -+ -+ DBG_871X(" no room for more AIDs\n"); -+ -+ status = WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA; -+ -+ goto OnAssocReqFail; -+ -+ -+ } else { -+ pstapriv->sta_aid[pstat->aid - 1] = pstat; -+ DBG_871X("allocate new AID = (%d)\n", pstat->aid); -+ break; -+ } -+ } -+ } -+ } -+ -+ -+ pstat->state &= (~WIFI_FW_ASSOC_STATE); -+ pstat->state |= WIFI_FW_ASSOC_SUCCESS; -+ /* DBG_871X("==================%s, %d, (%x), bpairwise_key_installed=%d, MAC:"MAC_FMT"\n" -+ , __func__, __LINE__, pstat->state, pstat->bpairwise_key_installed, MAC_ARG(pstat->hwaddr)); */ -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ _enter_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ if (!rtw_is_list_empty(&pstat->auth_list)) { -+ rtw_list_delete(&pstat->auth_list); -+ pstapriv->auth_list_cnt--; -+ } -+ _exit_critical_bh(&pstapriv->auth_list_lock, &irqL); -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if (rtw_is_list_empty(&pstat->asoc_list)) { -+ pstat->expire_to = pstapriv->expire_to; -+ rtw_list_insert_tail(&pstat->asoc_list, &pstapriv->asoc_list); -+ pstapriv->asoc_list_cnt++; -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ } -+ -+ // now the station is qualified to join our BSS... -+ if(pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (_STATS_SUCCESSFUL_==status)) -+ { -+#ifdef CONFIG_NATIVEAP_MLME -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ /* .1 bss_cap_update & sta_info_update */ -+ bss_cap_update_on_sta_join(padapter, pstat); -+ sta_info_update(padapter, pstat); -+ } -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed == _TRUE) -+ status = _STATS_REFUSED_TEMPORARILY_; -+#endif /* CONFIG_IEEE80211W */ -+ //.2 issue assoc rsp before notify station join event. -+ if (frame_type == WIFI_ASSOCREQ) -+ issue_asocrsp(padapter, status, pstat, WIFI_ASSOCRSP); -+ else -+ issue_asocrsp(padapter, status, pstat, WIFI_REASSOCRSP); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ _enter_critical_bh(&pstat->lock, &irqL); -+ if(pstat->passoc_req) -+ { -+ rtw_mfree(pstat->passoc_req, pstat->assoc_req_len); -+ pstat->passoc_req = NULL; -+ pstat->assoc_req_len = 0; -+ } -+ -+ pstat->passoc_req = rtw_zmalloc(pkt_len); -+ if(pstat->passoc_req) -+ { -+ _rtw_memcpy(pstat->passoc_req, pframe, pkt_len); -+ pstat->assoc_req_len = pkt_len; -+ } -+ _exit_critical_bh(&pstat->lock, &irqL); -+#endif //CONFIG_IOCTL_CFG80211 -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed != _TRUE) -+#endif /* CONFIG_IEEE80211W */ -+ { -+ /* .3-(1) report sta add event */ -+ report_add_sta_event(padapter, pstat->hwaddr, pstat->aid); -+ } -+#ifdef CONFIG_IEEE80211W -+ if (pstat->bpairwise_key_installed == _TRUE && padapter->securitypriv.binstallBIPkey == _TRUE) { -+ DBG_871X(MAC_FMT"\n", MAC_ARG(pstat->hwaddr)); -+ issue_action_SA_Query(padapter, pstat->hwaddr, 0, 0, IEEE80211W_RIGHT_KEY); -+ } -+#endif /* CONFIG_IEEE80211W */ -+#endif //CONFIG_NATIVEAP_MLME -+ } -+ -+ return _SUCCESS; -+ -+asoc_class2_error: -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ issue_deauth(padapter, (void *)GetAddr2Ptr(pframe), status); -+#endif -+ -+ return _FAIL; -+ -+OnAssocReqFail: -+ -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ pstat->aid = 0; -+ if (frame_type == WIFI_ASSOCREQ) -+ issue_asocrsp(padapter, status, pstat, WIFI_ASSOCRSP); -+ else -+ issue_asocrsp(padapter, status, pstat, WIFI_REASSOCRSP); -+#endif -+ -+ -+#endif /* CONFIG_AP_MODE */ -+ -+ return _FAIL; -+ -+} -+ -+unsigned int OnAssocRsp(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ uint i; -+ int res; -+ unsigned short status; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ //WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint pkt_len = precv_frame->u.hdr.len; -+ PNDIS_802_11_VARIABLE_IEs pWapiIE = NULL; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ //check A1 matches or not -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), get_da(pframe), ETH_ALEN)) -+ return _SUCCESS; -+ -+ if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) -+ return _SUCCESS; -+ -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ return _SUCCESS; -+ -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ -+ //status -+ if ((status = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN + 2))) > 0) -+ { -+ DBG_871X("assoc reject, status code: %d\n", status); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ res = -4; -+ goto report_assoc_result; -+ } -+ -+ //get capabilities -+ pmlmeinfo->capability = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN)); -+ -+ //set slot time -+ pmlmeinfo->slotTime = (pmlmeinfo->capability & BIT(10))? 9: 20; -+ -+ //AID -+ res = pmlmeinfo->aid = (int)(le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN + 4))&0x3fff); -+ -+ //following are moved to join event callback function -+ //to handle HT, WMM, rate adaptive, update MAC reg -+ //for not to handle the synchronous IO in the tasklet -+ for (i = (6 + WLAN_HDR_A3_LEN); i < pkt_len;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pframe + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_: -+ if (_rtw_memcmp(pIE->data, WMM_PARA_OUI, 6)) //WMM -+ { -+ WMM_param_handler(padapter, pIE); -+ } -+#if defined(CONFIG_P2P) && defined(CONFIG_WFD) -+ else if ( _rtw_memcmp(pIE->data, WFD_OUI, 4)) //WFD -+ { -+ DBG_871X( "[%s] Found WFD IE\n", __FUNCTION__ ); -+ WFD_info_handler( padapter, pIE ); -+ } -+#endif -+ break; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ case _WAPI_IE_: -+ pWapiIE = pIE; -+ break; -+#endif -+ -+ case _HT_CAPABILITY_IE_: //HT caps -+ HT_caps_handler(padapter, pIE); -+ break; -+ -+ case _HT_EXTRA_INFO_IE_: //HT info -+ HT_info_handler(padapter, pIE); -+ break; -+ -+#ifdef CONFIG_80211AC_VHT -+ case EID_VHTCapability: -+ VHT_caps_handler(padapter, pIE); -+ break; -+ -+ case EID_VHTOperation: -+ VHT_operation_handler(padapter, pIE); -+ break; -+#endif -+ -+ case _ERPINFO_IE_: -+ ERP_IE_handler(padapter, pIE); -+ break; -+#ifdef CONFIG_TDLS -+ case _EXT_CAP_IE_: -+ if (check_ap_tdls_prohibited(pIE->data, pIE->Length) == _TRUE) -+ padapter->tdlsinfo.ap_prohibited = _TRUE; -+ if (check_ap_tdls_ch_switching_prohibited(pIE->data, pIE->Length) == _TRUE) -+ padapter->tdlsinfo.ch_switch_prohibited = _TRUE; -+ break; -+#endif /* CONFIG_TDLS */ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ rtw_wapi_on_assoc_ok(padapter, pIE); -+#endif -+ -+ pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); -+ pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; -+ -+ //Update Basic Rate Table for spec, 2010-12-28 , by thomas -+ UpdateBrateTbl(padapter, pmlmeinfo->network.SupportedRates); -+ -+report_assoc_result: -+ if (res > 0) { -+ rtw_buf_update(&pmlmepriv->assoc_rsp, &pmlmepriv->assoc_rsp_len, pframe, pkt_len); -+ } else { -+ rtw_buf_free(&pmlmepriv->assoc_rsp, &pmlmepriv->assoc_rsp_len); -+ } -+ -+ report_join_res(padapter, res); -+ -+ return _SUCCESS; -+} -+ -+unsigned int OnDeAuth(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned short reason; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+ //check A3 -+ if (!(_rtw_memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) -+ return _SUCCESS; -+ -+ DBG_871X(FUNC_ADPT_FMT" - Start to Disconnect\n", FUNC_ADPT_ARG(padapter)); -+ -+#ifdef CONFIG_P2P -+ if ( pwdinfo->rx_invitereq_info.scan_op_ch_only ) -+ { -+ _cancel_timer_ex( &pwdinfo->reset_ch_sitesurvey ); -+ _set_timer( &pwdinfo->reset_ch_sitesurvey, 10 ); -+ } -+#endif //CONFIG_P2P -+ -+ reason = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN)); -+ -+ rtw_lock_rx_suspend_timeout(8000); -+ -+#ifdef CONFIG_AP_MODE -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ _irqL irqL; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ //rtw_free_stainfo(padapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" reason=%u, ta=%pM\n" -+ , FUNC_ADPT_ARG(padapter), reason, GetAddr2Ptr(pframe)); -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if(psta) -+ { -+ u8 updated = _FALSE; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if(rtw_is_list_empty(&psta->asoc_list)==_FALSE) -+ { -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, _FALSE, reason, _TRUE); -+ -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ associated_clients_update(padapter, updated, STA_INFO_UPDATE_ALL); -+ } -+ -+ -+ return _SUCCESS; -+ } -+ else -+#endif -+ { -+ int ignore_received_deauth = 0; -+ -+ // Commented by Albert 20130604 -+ // Before sending the auth frame to start the STA/GC mode connection with AP/GO, -+ // we will send the deauth first. -+ // However, the Win8.1 with BRCM Wi-Fi will send the deauth with reason code 6 to us after receieving our deauth. -+ // Added the following code to avoid this case. -+ if ( ( pmlmeinfo->state & WIFI_FW_AUTH_STATE ) || -+ ( pmlmeinfo->state & WIFI_FW_ASSOC_STATE ) ) -+ { -+ if ( reason == WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA ) -+ { -+ ignore_received_deauth = 1; -+ } else if (WLAN_REASON_PREV_AUTH_NOT_VALID == reason) { -+ // TODO: 802.11r -+ ignore_received_deauth = 1; -+ } -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" reason=%u, ta=%pM, ignore=%d\n" -+ , FUNC_ADPT_ARG(padapter), reason, GetAddr2Ptr(pframe), ignore_received_deauth); -+ -+ if ( 0 == ignore_received_deauth ) -+ { -+ receive_disconnect(padapter, GetAddr2Ptr(pframe), reason); -+ } -+ } -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = _FALSE; -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnDisassoc(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned short reason; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+ //check A3 -+ if (!(_rtw_memcmp(GetAddr3Ptr(pframe), get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) -+ return _SUCCESS; -+ -+ DBG_871X(FUNC_ADPT_FMT" - Start to Disconnect\n", FUNC_ADPT_ARG(padapter)); -+ -+#ifdef CONFIG_P2P -+ if ( pwdinfo->rx_invitereq_info.scan_op_ch_only ) -+ { -+ _cancel_timer_ex( &pwdinfo->reset_ch_sitesurvey ); -+ _set_timer( &pwdinfo->reset_ch_sitesurvey, 10 ); -+ } -+#endif //CONFIG_P2P -+ -+ reason = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN)); -+ -+ rtw_lock_rx_suspend_timeout(8000); -+ -+#ifdef CONFIG_AP_MODE -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ _irqL irqL; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ //rtw_free_stainfo(padapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" reason=%u, ta=%pM\n" -+ , FUNC_ADPT_ARG(padapter), reason, GetAddr2Ptr(pframe)); -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if(psta) -+ { -+ u8 updated = _FALSE; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if(rtw_is_list_empty(&psta->asoc_list)==_FALSE) -+ { -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, _FALSE, reason, _TRUE); -+ -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ associated_clients_update(padapter, updated, STA_INFO_UPDATE_ALL); -+ } -+ -+ return _SUCCESS; -+ } -+ else -+#endif -+ { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" reason=%u, ta=%pM\n" -+ , FUNC_ADPT_ARG(padapter), reason, GetAddr2Ptr(pframe)); -+ -+ receive_disconnect(padapter, GetAddr2Ptr(pframe), reason); -+ } -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = _FALSE; -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnAtim(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ return _SUCCESS; -+} -+ -+unsigned int on_action_spct_ch_switch(_adapter *padapter, struct sta_info *psta, u8 *ies, uint ies_len) -+{ -+ unsigned int ret = _FAIL; -+ struct mlme_ext_priv *mlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(mlmeext->mlmext_info); -+ -+ if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { -+ ret = _SUCCESS; -+ goto exit; -+ } -+ -+ if ((pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) { -+ -+ int ch_switch_mode = -1, ch = -1, ch_switch_cnt = -1; -+ int ch_offset = -1; -+ u8 bwmode; -+ struct ieee80211_info_element *ie; -+ -+ DBG_871X(FUNC_NDEV_FMT" from "MAC_FMT"\n", -+ FUNC_NDEV_ARG(padapter->pnetdev), MAC_ARG(psta->hwaddr)); -+ -+ for_each_ie(ie, ies, ies_len) { -+ if (ie->id == WLAN_EID_CHANNEL_SWITCH) { -+ ch_switch_mode = ie->data[0]; -+ ch = ie->data[1]; -+ ch_switch_cnt = ie->data[2]; -+ DBG_871X("ch_switch_mode:%d, ch:%d, ch_switch_cnt:%d\n", -+ ch_switch_mode, ch, ch_switch_cnt); -+ } -+ else if (ie->id == WLAN_EID_SECONDARY_CHANNEL_OFFSET) { -+ ch_offset = secondary_ch_offset_to_hal_ch_offset(ie->data[0]); -+ DBG_871X("ch_offset:%d\n", ch_offset); -+ } -+ } -+ -+ if (ch == -1) -+ return _SUCCESS; -+ -+ if (ch_offset == -1) -+ bwmode = mlmeext->cur_bwmode; -+ else -+ bwmode = (ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) ? -+ CHANNEL_WIDTH_20 : CHANNEL_WIDTH_40; -+ -+ ch_offset = (ch_offset == -1) ? mlmeext->cur_ch_offset : ch_offset; -+ -+ /* todo: -+ * 1. the decision of channel switching -+ * 2. things after channel switching -+ */ -+ -+ ret = rtw_set_ch_cmd(padapter, ch, bwmode, ch_offset, _TRUE); -+ } -+ -+exit: -+ return ret; -+} -+ -+unsigned int on_action_spct(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int ret = _FAIL; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint frame_len = precv_frame->u.hdr.len; -+ u8 *frame_body = (u8 *)(pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ u8 category; -+ u8 action; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(padapter->pnetdev)); -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ -+ if (!psta) -+ goto exit; -+ -+ category = frame_body[0]; -+ if(category != RTW_WLAN_CATEGORY_SPECTRUM_MGMT) -+ goto exit; -+ -+ action = frame_body[1]; -+ switch (action) { -+ case RTW_WLAN_ACTION_SPCT_MSR_REQ: -+ case RTW_WLAN_ACTION_SPCT_MSR_RPRT: -+ case RTW_WLAN_ACTION_SPCT_TPC_REQ: -+ case RTW_WLAN_ACTION_SPCT_TPC_RPRT: -+ break; -+ case RTW_WLAN_ACTION_SPCT_CHL_SWITCH: -+ #ifdef CONFIG_SPCT_CH_SWITCH -+ ret = on_action_spct_ch_switch(padapter, psta, &frame_body[2], -+ frame_len-(frame_body-pframe)-2); -+ #endif -+ break; -+ default: -+ break; -+ } -+ -+exit: -+ return ret; -+} -+ -+unsigned int OnAction_qos(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ return _SUCCESS; -+} -+ -+unsigned int OnAction_dls(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ return _SUCCESS; -+} -+ -+/** -+ * rtw_rx_ampdu_size - Get the target RX AMPDU buffer size for the specific @adapter -+ * @adapter: the adapter to get target RX AMPDU buffer size -+ * -+ * Returns: the target RX AMPDU buffer size -+ */ -+u8 rtw_rx_ampdu_size(_adapter *adapter) -+{ -+ u8 size; -+ HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; -+ -+ if (adapter->fix_rx_ampdu_size != RX_AMPDU_SIZE_INVALID) { -+ size = adapter->fix_rx_ampdu_size; -+ goto exit; -+ } -+ -+#ifdef CONFIG_BT_COEXIST -+ if (rtw_btcoex_IsBTCoexCtrlAMPDUSize(adapter) == _TRUE) { -+ size = rtw_btcoex_GetAMPDUSize(adapter); -+ goto exit; -+ } -+#endif -+ -+ /* for scan */ -+ if (!mlmeext_chk_scan_state(&adapter->mlmeextpriv, SCAN_DISABLE) -+ && !mlmeext_chk_scan_state(&adapter->mlmeextpriv, SCAN_COMPLETE) -+ && adapter->mlmeextpriv.sitesurvey_res.rx_ampdu_size != RX_AMPDU_SIZE_INVALID -+ ) { -+ size = adapter->mlmeextpriv.sitesurvey_res.rx_ampdu_size; -+ goto exit; -+ } -+ -+ /* default value based on max_rx_ampdu_factor */ -+ if (adapter->driver_rx_ampdu_factor != 0xFF) -+ max_rx_ampdu_factor = (HT_CAP_AMPDU_FACTOR)adapter->driver_rx_ampdu_factor; -+ else -+ rtw_hal_get_def_var(adapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); -+ -+ if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) -+ size = 64; -+ else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) -+ size = 32; -+ else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) -+ size = 16; -+ else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) -+ size = 8; -+ else -+ size = 64; -+ -+exit: -+ -+ if (size > 127) -+ size = 127; -+ -+ return size; -+} -+ -+/** -+ * rtw_rx_ampdu_is_accept - Get the permission if RX AMPDU should be set up for the specific @adapter -+ * @adapter: the adapter to get the permission if RX AMPDU should be set up -+ * -+ * Returns: accept or not -+ */ -+bool rtw_rx_ampdu_is_accept(_adapter *adapter) -+{ -+ bool accept; -+ -+ if (adapter->fix_rx_ampdu_accept != RX_AMPDU_ACCEPT_INVALID) { -+ accept = adapter->fix_rx_ampdu_accept; -+ goto exit; -+ } -+ -+#ifdef CONFIG_BT_COEXIST -+ if (rtw_btcoex_IsBTCoexRejectAMPDU(adapter) == _TRUE) { -+ accept = _FALSE; -+ goto exit; -+ } -+#endif -+ -+ /* for scan */ -+ if (!mlmeext_chk_scan_state(&adapter->mlmeextpriv, SCAN_DISABLE) -+ && !mlmeext_chk_scan_state(&adapter->mlmeextpriv, SCAN_COMPLETE) -+ && adapter->mlmeextpriv.sitesurvey_res.rx_ampdu_accept != RX_AMPDU_ACCEPT_INVALID -+ ) { -+ accept = adapter->mlmeextpriv.sitesurvey_res.rx_ampdu_accept; -+ goto exit; -+ } -+ -+ /* default value for other cases */ -+ accept = adapter->mlmeextpriv.mlmext_info.bAcceptAddbaReq; -+ -+exit: -+ return accept; -+} -+ -+/** -+ * rtw_rx_ampdu_set_size - Set the target RX AMPDU buffer size for the specific @adapter and specific @reason -+ * @adapter: the adapter to set target RX AMPDU buffer size -+ * @size: the target RX AMPDU buffer size to set -+ * @reason: reason for the target RX AMPDU buffer size setting -+ * -+ * Returns: whether the target RX AMPDU buffer size is changed -+ */ -+bool rtw_rx_ampdu_set_size(_adapter *adapter, u8 size, u8 reason) -+{ -+ bool is_adj = _FALSE; -+ struct mlme_ext_priv *mlmeext; -+ struct mlme_ext_info *mlmeinfo; -+ -+ mlmeext = &adapter->mlmeextpriv; -+ mlmeinfo = &mlmeext->mlmext_info; -+ -+ if (reason == RX_AMPDU_DRV_FIXED) { -+ if (adapter->fix_rx_ampdu_size != size) { -+ adapter->fix_rx_ampdu_size = size; -+ is_adj = _TRUE; -+ DBG_871X(FUNC_ADPT_FMT" fix_rx_ampdu_size:%u\n", FUNC_ADPT_ARG(adapter), size); -+ } -+ } else if (reason == RX_AMPDU_DRV_SCAN) { -+ struct ss_res *ss = &adapter->mlmeextpriv.sitesurvey_res; -+ -+ if (ss->rx_ampdu_size != size) { -+ ss->rx_ampdu_size = size; -+ is_adj = _TRUE; -+ DBG_871X(FUNC_ADPT_FMT" ss.rx_ampdu_size:%u\n", FUNC_ADPT_ARG(adapter), size); -+ } -+ } -+ -+ return is_adj; -+} -+ -+/** -+ * rtw_rx_ampdu_set_accept - Set the permission if RX AMPDU should be set up for the specific @adapter and specific @reason -+ * @adapter: the adapter to set if RX AMPDU should be set up -+ * @accept: if RX AMPDU should be set up -+ * @reason: reason for the permission if RX AMPDU should be set up -+ * -+ * Returns: whether the permission if RX AMPDU should be set up is changed -+ */ -+bool rtw_rx_ampdu_set_accept(_adapter *adapter, u8 accept, u8 reason) -+{ -+ bool is_adj = _FALSE; -+ struct mlme_ext_priv *mlmeext; -+ struct mlme_ext_info *mlmeinfo; -+ -+ mlmeext = &adapter->mlmeextpriv; -+ mlmeinfo = &mlmeext->mlmext_info; -+ -+ if (reason == RX_AMPDU_DRV_FIXED) { -+ if (adapter->fix_rx_ampdu_accept != accept) { -+ adapter->fix_rx_ampdu_accept = accept; -+ is_adj = _TRUE; -+ DBG_871X(FUNC_ADPT_FMT" fix_rx_ampdu_accept:%u\n", FUNC_ADPT_ARG(adapter), accept); -+ } -+ } else if (reason == RX_AMPDU_DRV_SCAN) { -+ if (adapter->mlmeextpriv.sitesurvey_res.rx_ampdu_accept != accept) { -+ adapter->mlmeextpriv.sitesurvey_res.rx_ampdu_accept = accept; -+ is_adj = _TRUE; -+ DBG_871X(FUNC_ADPT_FMT" ss.rx_ampdu_accept:%u\n", FUNC_ADPT_ARG(adapter), accept); -+ } -+ } -+ -+ return is_adj; -+} -+ -+/** -+ * rx_ampdu_apply_sta_tid - Apply RX AMPDU setting to the specific @sta and @tid -+ * @adapter: the adapter to which @sta belongs -+ * @sta: the sta to be checked -+ * @tid: the tid to be checked -+ * @accept: the target permission if RX AMPDU should be set up -+ * @size: the target RX AMPDU buffer size -+ * -+ * Returns: -+ * 0: no canceled -+ * 1: canceled by no permission -+ * 2: canceled by different buffer size -+ * 3: canceled by potential mismatched status -+ * -+ * Blocking function, may sleep -+ */ -+u8 rx_ampdu_apply_sta_tid(_adapter *adapter, struct sta_info *sta, u8 tid, u8 accept, u8 size) -+{ -+ u8 ret = 0; -+ struct recv_reorder_ctrl *reorder_ctl = &sta->recvreorder_ctrl[tid]; -+ -+ if (reorder_ctl->enable == _FALSE) { -+ if (reorder_ctl->ampdu_size != RX_AMPDU_SIZE_INVALID) { -+ send_delba_sta_tid_wait_ack(adapter, 0, sta, tid, 1); -+ ret = 3; -+ } -+ goto exit; -+ } -+ -+ if (accept == _FALSE) { -+ send_delba_sta_tid_wait_ack(adapter, 0, sta, tid, 0); -+ ret = 1; -+ } else if (reorder_ctl->ampdu_size != size) { -+ send_delba_sta_tid_wait_ack(adapter, 0, sta, tid, 0); -+ ret = 2; -+ } -+ -+exit: -+ return ret; -+} -+ -+/** -+ * rx_ampdu_apply_sta - Apply RX AMPDU setting to the specific @sta -+ * @adapter: the adapter to which @sta belongs -+ * @sta: the sta to be checked -+ * @accept: the target permission if RX AMPDU should be set up -+ * @size: the target RX AMPDU buffer size -+ * -+ * Returns: number of the RX AMPDU assciation canceled for applying current target setting -+ * -+ * Blocking function, may sleep -+ */ -+u8 rx_ampdu_apply_sta(_adapter *adapter, struct sta_info *sta, u8 accept, u8 size) -+{ -+ u8 change_cnt = 0; -+ int i; -+ -+ for (i = 0; i < TID_NUM; i++) { -+ if (rx_ampdu_apply_sta_tid(adapter, sta, i, accept, size) != 0) -+ change_cnt++; -+ } -+ -+ return change_cnt; -+} -+ -+/** -+ * rtw_rx_ampdu_apply - Apply the current target RX AMPDU setting for the specific @adapter -+ * @adapter: the adapter to be applied -+ * -+ * Returns: number of the RX AMPDU assciation canceled for applying current target setting -+ */ -+u16 rtw_rx_ampdu_apply(_adapter *adapter) -+{ -+ u16 adj_cnt = 0; -+ struct mlme_ext_priv *mlmeext; -+ struct sta_info *sta; -+ u8 accept = rtw_rx_ampdu_is_accept(adapter); -+ u8 size = rtw_rx_ampdu_size(adapter); -+ -+ mlmeext = &adapter->mlmeextpriv; -+ -+ if (mlmeext_msr(mlmeext) == WIFI_FW_STATION_STATE) { -+ sta = rtw_get_stainfo(&adapter->stapriv, get_bssid(&adapter->mlmepriv)); -+ if (sta) -+ adj_cnt += rx_ampdu_apply_sta(adapter, sta, accept, size); -+ -+ } else if (mlmeext_msr(mlmeext) == WIFI_FW_AP_STATE) { -+ _irqL irqL; -+ _list *phead, *plist; -+ u8 peer_num = 0; -+ char peers[NUM_STA]; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ int i; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { -+ int stainfo_offset; -+ -+ sta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, sta); -+ if (stainfo_offset_valid(stainfo_offset)) -+ peers[peer_num++] = stainfo_offset; -+ } -+ -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ for (i = 0; i < peer_num; i++) { -+ sta = rtw_get_stainfo_by_offset(pstapriv, peers[i]); -+ if (sta) -+ adj_cnt += rx_ampdu_apply_sta(adapter, sta, accept, size); -+ } -+ } -+ -+ return adj_cnt; -+} -+ -+unsigned int OnAction_back(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 *addr; -+ struct sta_info *psta=NULL; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ unsigned char *frame_body; -+ unsigned char category, action; -+ unsigned short tid, status, reason_code = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+#ifdef CONFIG_80211N_HT -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ //check RA matches or not -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), GetAddr1Ptr(pframe), ETH_ALEN)) -+ return _SUCCESS; -+ -+/* -+ //check A1 matches or not -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), get_da(pframe), ETH_ALEN)) -+ return _SUCCESS; -+*/ -+ -+ if((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) -+ return _SUCCESS; -+ -+ addr = GetAddr2Ptr(pframe); -+ psta = rtw_get_stainfo(pstapriv, addr); -+ -+ if(psta==NULL) -+ return _SUCCESS; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ category = frame_body[0]; -+ if (category == RTW_WLAN_CATEGORY_BACK)// representing Block Ack -+ { -+#ifdef CONFIG_TDLS -+ if((psta->tdls_sta_state & TDLS_LINKED_STATE) && -+ (psta->htpriv.ht_option==_TRUE) && -+ (psta->htpriv.ampdu_enable==_TRUE)) -+ { -+ DBG_871X("Recv [%s] from direc link\n", __FUNCTION__); -+ } -+ else -+#endif //CONFIG_TDLS -+ if (!pmlmeinfo->HT_enable) -+ { -+ return _SUCCESS; -+ } -+ -+ action = frame_body[1]; -+ DBG_871X("%s, action=%d\n", __FUNCTION__, action); -+ switch (action) -+ { -+ case RTW_WLAN_ACTION_ADDBA_REQ: //ADDBA request -+ -+ _rtw_memcpy(&(pmlmeinfo->ADDBA_req), &(frame_body[2]), sizeof(struct ADDBA_request)); -+ //process_addba_req(padapter, (u8*)&(pmlmeinfo->ADDBA_req), GetAddr3Ptr(pframe)); -+ process_addba_req(padapter, (u8*)&(pmlmeinfo->ADDBA_req), addr); -+ -+ break; -+ -+ case RTW_WLAN_ACTION_ADDBA_RESP: //ADDBA response -+ -+ //status = frame_body[3] | (frame_body[4] << 8); //endian issue -+ status = RTW_GET_LE16(&frame_body[3]); -+ tid = ((frame_body[5] >> 2) & 0x7); -+ -+ if (status == 0) -+ { //successful -+ DBG_871X("agg_enable for TID=%d\n", tid); -+ psta->htpriv.agg_enable_bitmap |= 1 << tid; -+ psta->htpriv.candidate_tid_bitmap &= ~BIT(tid); -+ } -+ else -+ { -+ psta->htpriv.agg_enable_bitmap &= ~BIT(tid); -+ } -+ -+ if(psta->state & WIFI_STA_ALIVE_CHK_STATE) -+ { -+ DBG_871X("%s alive check - rx ADDBA response\n", __func__); -+ psta->htpriv.agg_enable_bitmap &= ~BIT(tid); -+ psta->expire_to = pstapriv->expire_to; -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ } -+ -+ //DBG_871X("marc: ADDBA RSP: %x\n", pmlmeinfo->agg_enable_bitmap); -+ break; -+ -+ case RTW_WLAN_ACTION_DELBA: //DELBA -+ if ((frame_body[3] & BIT(3)) == 0) -+ { -+ psta->htpriv.agg_enable_bitmap &= ~(1 << ((frame_body[3] >> 4) & 0xf)); -+ psta->htpriv.candidate_tid_bitmap &= ~(1 << ((frame_body[3] >> 4) & 0xf)); -+ -+ //reason_code = frame_body[4] | (frame_body[5] << 8); -+ reason_code = RTW_GET_LE16(&frame_body[4]); -+ } -+ else if((frame_body[3] & BIT(3)) == BIT(3)) -+ { -+ tid = (frame_body[3] >> 4) & 0x0F; -+ -+ preorder_ctrl = &psta->recvreorder_ctrl[tid]; -+ preorder_ctrl->enable = _FALSE; -+ preorder_ctrl->ampdu_size = RX_AMPDU_SIZE_INVALID; -+ } -+ -+ DBG_871X("%s(): DELBA: %x(%x)\n", __FUNCTION__,pmlmeinfo->agg_enable_bitmap, reason_code); -+ //todo: how to notify the host while receiving DELETE BA -+ break; -+ -+ default: -+ break; -+ } -+ } -+#endif //CONFIG_80211N_HT -+ return _SUCCESS; -+} -+ -+#ifdef CONFIG_P2P -+ -+static int get_reg_classes_full_count(struct p2p_channels channel_list) { -+ int cnt = 0; -+ int i; -+ -+ for (i = 0; i < channel_list.reg_classes; i++) { -+ cnt += channel_list.reg_class[i].channels; -+ } -+ -+ return cnt; -+} -+ -+static void get_channel_cnt_24g_5gl_5gh( struct mlme_ext_priv *pmlmeext, u8* p24g_cnt, u8* p5gl_cnt, u8* p5gh_cnt ) -+{ -+ int i = 0; -+ -+ *p24g_cnt = 0; -+ *p5gl_cnt = 0; -+ *p5gh_cnt = 0; -+ -+ for( i = 0; i < pmlmeext->max_chan_nums; i++ ) -+ { -+ if ( pmlmeext->channel_set[ i ].ChannelNum <= 14 ) -+ { -+ (*p24g_cnt)++; -+ } -+ else if ( ( pmlmeext->channel_set[ i ].ChannelNum > 14 ) && ( pmlmeext->channel_set[ i ].ChannelNum <= 48 ) ) -+ { -+ // Just include the channel 36, 40, 44, 48 channels for 5G low -+ (*p5gl_cnt)++; -+ } -+ else if ( ( pmlmeext->channel_set[ i ].ChannelNum >= 149 ) && ( pmlmeext->channel_set[ i ].ChannelNum <= 161 ) ) -+ { -+ // Just include the channel 149, 153, 157, 161 channels for 5G high -+ (*p5gh_cnt)++; -+ } -+ } -+} -+ -+void issue_p2p_GO_request(_adapter *padapter, u8* raddr) -+{ -+ -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_GO_NEGO_REQ; -+ u8 wpsie[ 255 ] = { 0x00 }, p2pie[ 255 ] = { 0x00 }; -+ u8 wpsielen = 0, p2pielen = 0, i; -+ u8 channel_cnt_24g = 0, channel_cnt_5gl = 0, channel_cnt_5gh = 0; -+ u16 len_channellist_attr = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+ -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ DBG_871X( "[%s] In\n", __FUNCTION__ ); -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pwdinfo->negotiation_dialog_token = 1; // Initialize the dialog value -+ pframe = rtw_set_fixed_ie(pframe, 1, &pwdinfo->negotiation_dialog_token, &(pattrib->pktlen)); -+ -+ -+ -+ // WPS Section -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+ // Device Password ID -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_PWID ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ -+ if ( pwdinfo->ui_got_wps_info == P2P_GOT_WPSINFO_PEER_DISPLAY_PIN ) -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_USER_SPEC ); -+ } -+ else if ( pwdinfo->ui_got_wps_info == P2P_GOT_WPSINFO_SELF_DISPLAY_PIN ) -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_REGISTRAR_SPEC ); -+ } -+ else if ( pwdinfo->ui_got_wps_info == P2P_GOT_WPSINFO_PBC ) -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_PBC ); -+ } -+ -+ wpsielen += 2; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pattrib->pktlen ); -+ -+ -+ // P2P IE Section. -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20110306 -+ // According to the P2P Specification, the group negoitation request frame should contain 9 P2P attributes -+ // 1. P2P Capability -+ // 2. Group Owner Intent -+ // 3. Configuration Timeout -+ // 4. Listen Channel -+ // 5. Extended Listen Timing -+ // 6. Intended P2P Interface Address -+ // 7. Channel List -+ // 8. P2P Device Info -+ // 9. Operating Channel -+ -+ -+ // P2P Capability -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN | P2P_GRPCAP_PERSISTENT_GROUP; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN; -+ } -+ -+ -+ // Group Owner Intent -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GO_INTENT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Todo the tie breaker bit. -+ p2pie[ p2pielen++ ] = ( ( pwdinfo->intent << 1 ) & 0xFE ); -+ -+ // Configuration Timeout -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CONF_TIMEOUT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P GO -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P Client -+ -+ -+ // Listen Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_LISTEN_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; // Copy from SD7 -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->listen_channel; // listening channel number -+ -+ -+ // Extended Listen Timing ATTR -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_EX_LISTEN_TIMING; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0004 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Availability Period -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ p2pielen += 2; -+ -+ // Availability Interval -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ p2pielen += 2; -+ -+ -+ // Intended P2P Interface Address -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_INTENTED_IF_ADDR; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ -+ // Channel List -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CH_LIST; -+ -+ // Length: -+ // Country String(3) -+ // + ( Operating Class (1) + Number of Channels(1) ) * Operation Classes (?) -+ // + number of channels in all classes -+ len_channellist_attr = 3 -+ + (1 + 1) * (u16)(pmlmeext->channel_list.reg_classes) -+ + get_reg_classes_full_count(pmlmeext->channel_list); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 5 + 1 ); -+ } -+ else -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ } -+#else -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ -+#endif -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Channel Entry List -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ // Operating Class -+ if ( pbuddy_mlmeext->cur_channel > 14 ) -+ { -+ if ( pbuddy_mlmeext->cur_channel >= 149 ) -+ { -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ -+ // Number of Channels -+ // Just support 1 channel and this channel is AP's channel -+ p2pie[ p2pielen++ ] = 1; -+ -+ // Channel List -+ p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; -+ } -+ else -+ { -+ int i,j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#else // CONFIG_CONCURRENT_MODE -+ { -+ int i,j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ // Device Info -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ // Config Method -+ // This field should be big endian. Noted by P2P specification. -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->supported_wps_cm ); -+ -+ p2pielen += 2; -+ -+ // Primary Device Type -+ // Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ p2pielen += 2; -+ -+ // OUI -+ *(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ p2pielen += 2; -+ -+ // Number of Secondary Device Types -+ p2pie[ p2pielen++ ] = 0x00; // No Secondary Device Type List -+ -+ // Device Name -+ // Type: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ p2pielen += 2; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_name , pwdinfo->device_name_len ); -+ p2pielen += pwdinfo->device_name_len; -+ -+ -+ // Operating Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ if ( pwdinfo->operating_channel <= 14 ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ else if ( ( pwdinfo->operating_channel >= 36 ) && ( pwdinfo->operating_channel <= 48 ) ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ else -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // operating channel number -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pattrib->pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_nego_req_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+ -+void issue_p2p_GO_response(_adapter *padapter, u8* raddr, u8* frame_body,uint len, u8 result) -+{ -+ -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_GO_NEGO_RESP; -+ u8 wpsie[ 255 ] = { 0x00 }, p2pie[ 255 ] = { 0x00 }; -+ u8 p2pielen = 0, i; -+ uint wpsielen = 0; -+ u16 wps_devicepassword_id = 0x0000; -+ uint wps_devicepassword_id_len = 0; -+ u8 channel_cnt_24g = 0, channel_cnt_5gl = 0, channel_cnt_5gh; -+ u16 len_channellist_attr = 0; -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+ -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ DBG_871X( "[%s] In, result = %d\n", __FUNCTION__, result ); -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pwdinfo->negotiation_dialog_token = frame_body[7]; // The Dialog Token of provisioning discovery request frame. -+ pframe = rtw_set_fixed_ie(pframe, 1, &(pwdinfo->negotiation_dialog_token), &(pattrib->pktlen)); -+ -+ // Commented by Albert 20110328 -+ // Try to get the device password ID from the WPS IE of group negotiation request frame -+ // WiFi Direct test plan 5.1.15 -+ rtw_get_wps_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, wpsie, &wpsielen); -+ rtw_get_wps_attr_content( wpsie, wpsielen, WPS_ATTR_DEVICE_PWID, (u8*) &wps_devicepassword_id, &wps_devicepassword_id_len); -+ wps_devicepassword_id = be16_to_cpu( wps_devicepassword_id ); -+ -+ _rtw_memset( wpsie, 0x00, 255 ); -+ wpsielen = 0; -+ -+ // WPS Section -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+ // Device Password ID -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_PWID ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ if ( wps_devicepassword_id == WPS_DPID_USER_SPEC ) -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_REGISTRAR_SPEC ); -+ } -+ else if ( wps_devicepassword_id == WPS_DPID_REGISTRAR_SPEC ) -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_USER_SPEC ); -+ } -+ else -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_PBC ); -+ } -+ wpsielen += 2; -+ -+ // Commented by Kurt 20120113 -+ // If some device wants to do p2p handshake without sending prov_disc_req -+ // We have to get peer_req_cm from here. -+ if(_rtw_memcmp( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "000", 3) ) -+ { -+ if ( wps_devicepassword_id == WPS_DPID_USER_SPEC ) -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "dis", 3 ); -+ } -+ else if ( wps_devicepassword_id == WPS_DPID_REGISTRAR_SPEC ) -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "pad", 3 ); -+ } -+ else -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "pbc", 3 ); -+ } -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pattrib->pktlen ); -+ -+ -+ // P2P IE Section. -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20100908 -+ // According to the P2P Specification, the group negoitation response frame should contain 9 P2P attributes -+ // 1. Status -+ // 2. P2P Capability -+ // 3. Group Owner Intent -+ // 4. Configuration Timeout -+ // 5. Operating Channel -+ // 6. Intended P2P Interface Address -+ // 7. Channel List -+ // 8. Device Info -+ // 9. Group ID ( Only GO ) -+ -+ -+ // ToDo: -+ -+ // P2P Status -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_STATUS; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = result; -+ -+ // P2P Capability -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) ) -+ { -+ // Commented by Albert 2011/03/08 -+ // According to the P2P specification -+ // if the sending device will be client, the P2P Capability should be reserved of group negotation response frame -+ p2pie[ p2pielen++ ] = 0; -+ } -+ else -+ { -+ // Be group owner or meet the error case -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ } -+ -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN | P2P_GRPCAP_PERSISTENT_GROUP; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN; -+ } -+ -+ // Group Owner Intent -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GO_INTENT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: -+ if ( pwdinfo->peer_intent & 0x01 ) -+ { -+ // Peer's tie breaker bit is 1, our tie breaker bit should be 0 -+ p2pie[ p2pielen++ ] = ( pwdinfo->intent << 1 ); -+ } -+ else -+ { -+ // Peer's tie breaker bit is 0, our tie breaker bit should be 1 -+ p2pie[ p2pielen++ ] = ( ( pwdinfo->intent << 1 ) | BIT(0) ); -+ } -+ -+ -+ // Configuration Timeout -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CONF_TIMEOUT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P GO -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P Client -+ -+ // Operating Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ if ( pwdinfo->operating_channel <= 14 ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ else if ( ( pwdinfo->operating_channel >= 36 ) && ( pwdinfo->operating_channel <= 48 ) ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ else -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // operating channel number -+ -+ // Intended P2P Interface Address -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_INTENTED_IF_ADDR; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ // Channel List -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CH_LIST; -+ -+ // Country String(3) -+ // + ( Operating Class (1) + Number of Channels(1) ) * Operation Classes (?) -+ // + number of channels in all classes -+ len_channellist_attr = 3 -+ + (1 + 1) * (u16)pmlmeext->channel_list.reg_classes -+ + get_reg_classes_full_count(pmlmeext->channel_list); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 5 + 1 ); -+ } -+ else -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ } -+#else -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ -+ #endif -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Channel Entry List -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ // Operating Class -+ if ( pbuddy_mlmeext->cur_channel > 14 ) -+ { -+ if ( pbuddy_mlmeext->cur_channel >= 149 ) -+ { -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ -+ // Number of Channels -+ // Just support 1 channel and this channel is AP's channel -+ p2pie[ p2pielen++ ] = 1; -+ -+ // Channel List -+ p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; -+ } -+ else -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#else // CONFIG_CONCURRENT_MODE -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ -+ // Device Info -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ // Config Method -+ // This field should be big endian. Noted by P2P specification. -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->supported_wps_cm ); -+ -+ p2pielen += 2; -+ -+ // Primary Device Type -+ // Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ p2pielen += 2; -+ -+ // OUI -+ *(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ p2pielen += 2; -+ -+ // Number of Secondary Device Types -+ p2pie[ p2pielen++ ] = 0x00; // No Secondary Device Type List -+ -+ // Device Name -+ // Type: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ p2pielen += 2; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_name , pwdinfo->device_name_len ); -+ p2pielen += pwdinfo->device_name_len; -+ -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) ) -+ { -+ // Group ID Attribute -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_ID; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN + pwdinfo->nego_ssidlen ); -+ p2pielen += 2; -+ -+ // Value: -+ // p2P Device Address -+ _rtw_memcpy( p2pie + p2pielen , pwdinfo->device_addr, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ -+ // SSID -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->nego_ssid, pwdinfo->nego_ssidlen ); -+ p2pielen += pwdinfo->nego_ssidlen; -+ -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pattrib->pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_nego_resp_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+void issue_p2p_GO_confirm(_adapter *padapter, u8* raddr, u8 result) -+{ -+ -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_GO_NEGO_CONF; -+ u8 wpsie[ 255 ] = { 0x00 }, p2pie[ 255 ] = { 0x00 }; -+ u8 wpsielen = 0, p2pielen = 0; -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ DBG_871X( "[%s] In\n", __FUNCTION__ ); -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(pwdinfo->negotiation_dialog_token), &(pattrib->pktlen)); -+ -+ -+ -+ // P2P IE Section. -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20110306 -+ // According to the P2P Specification, the group negoitation request frame should contain 5 P2P attributes -+ // 1. Status -+ // 2. P2P Capability -+ // 3. Operating Channel -+ // 4. Channel List -+ // 5. Group ID ( if this WiFi is GO ) -+ -+ // P2P Status -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_STATUS; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = result; -+ -+ // P2P Capability -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN | P2P_GRPCAP_PERSISTENT_GROUP; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN; -+ } -+ -+ -+ // Operating Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) ) -+ { -+ if ( pwdinfo->peer_operating_ch <= 14 ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ else if ( ( pwdinfo->peer_operating_ch >= 36 ) && ( pwdinfo->peer_operating_ch <= 48 ) ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ else -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ -+ p2pie[ p2pielen++ ] = pwdinfo->peer_operating_ch; -+ } -+ else -+ { -+ if ( pwdinfo->operating_channel <= 14 ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ else if ( ( pwdinfo->operating_channel >= 36 ) && ( pwdinfo->operating_channel <= 48 ) ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ else -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // Use the listen channel as the operating channel -+ } -+ -+ -+ // Channel List -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CH_LIST; -+ -+ *(u16*) ( p2pie + p2pielen ) = 6; -+ p2pielen += 2; -+ -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Value: -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) ) -+ { -+ if ( pwdinfo->peer_operating_ch <= 14 ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ else if ( ( pwdinfo->peer_operating_ch >= 36 ) && ( pwdinfo->peer_operating_ch <= 48 ) ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ else -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ p2pie[ p2pielen++ ] = 1; -+ p2pie[ p2pielen++ ] = pwdinfo->peer_operating_ch; -+ } -+ else -+ { -+ if ( pwdinfo->operating_channel <= 14 ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ else if ( ( pwdinfo->operating_channel >= 36 ) && ( pwdinfo->operating_channel <= 48 ) ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ else -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = 1; -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // Use the listen channel as the operating channel -+ } -+ -+ if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) ) -+ { -+ // Group ID Attribute -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_ID; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN + pwdinfo->nego_ssidlen ); -+ p2pielen += 2; -+ -+ // Value: -+ // p2P Device Address -+ _rtw_memcpy( p2pie + p2pielen , pwdinfo->device_addr, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ -+ // SSID -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->nego_ssid, pwdinfo->nego_ssidlen ); -+ p2pielen += pwdinfo->nego_ssidlen; -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pattrib->pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_nego_confirm_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+void issue_p2p_invitation_request(_adapter *padapter, u8* raddr ) -+{ -+ -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_INVIT_REQ; -+ u8 p2pie[ 255 ] = { 0x00 }; -+ u8 p2pielen = 0, i; -+ u8 dialogToken = 3; -+ u8 channel_cnt_24g = 0, channel_cnt_5gl = 0, channel_cnt_5gh = 0; -+ u16 len_channellist_attr = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+ -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, raddr, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ // P2P IE Section. -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20101011 -+ // According to the P2P Specification, the P2P Invitation request frame should contain 7 P2P attributes -+ // 1. Configuration Timeout -+ // 2. Invitation Flags -+ // 3. Operating Channel ( Only GO ) -+ // 4. P2P Group BSSID ( Should be included if I am the GO ) -+ // 5. Channel List -+ // 6. P2P Group ID -+ // 7. P2P Device Info -+ -+ // Configuration Timeout -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CONF_TIMEOUT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P GO -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P Client -+ -+ // Invitation Flags -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_INVITATION_FLAGS; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = P2P_INVITATION_FLAGS_PERSISTENT; -+ -+ -+ // Operating Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ if ( pwdinfo->invitereq_info.operating_ch <= 14 ) -+ p2pie[ p2pielen++ ] = 0x51; -+ else if ( ( pwdinfo->invitereq_info.operating_ch >= 36 ) && ( pwdinfo->invitereq_info.operating_ch <= 48 ) ) -+ p2pie[ p2pielen++ ] = 0x73; -+ else -+ p2pie[ p2pielen++ ] = 0x7c; -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->invitereq_info.operating_ch; // operating channel number -+ -+ if (_rtw_memcmp(adapter_mac_addr(padapter), pwdinfo->invitereq_info.go_bssid, ETH_ALEN)) -+ { -+ // P2P Group BSSID -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_BSSID; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address for GO -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->invitereq_info.go_bssid, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ } -+ -+ // Channel List -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CH_LIST; -+ -+ -+ // Length: -+ // Country String(3) -+ // + ( Operating Class (1) + Number of Channels(1) ) * Operation Classes (?) -+ // + number of channels in all classes -+ len_channellist_attr = 3 -+ + (1 + 1) * (u16)pmlmeext->channel_list.reg_classes -+ + get_reg_classes_full_count(pmlmeext->channel_list); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 5 + 1 ); -+ } -+ else -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ } -+#else -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ -+ #endif -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Channel Entry List -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ // Operating Class -+ if ( pbuddy_mlmeext->cur_channel > 14 ) -+ { -+ if ( pbuddy_mlmeext->cur_channel >= 149 ) -+ { -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ -+ // Number of Channels -+ // Just support 1 channel and this channel is AP's channel -+ p2pie[ p2pielen++ ] = 1; -+ -+ // Channel List -+ p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; -+ } -+ else -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#else // CONFIG_CONCURRENT_MODE -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ -+ // P2P Group ID -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_ID; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 6 + pwdinfo->invitereq_info.ssidlen ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address for GO -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->invitereq_info.go_bssid, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ -+ // SSID -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->invitereq_info.go_ssid, pwdinfo->invitereq_info.ssidlen ); -+ p2pielen += pwdinfo->invitereq_info.ssidlen; -+ -+ -+ // Device Info -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ // Config Method -+ // This field should be big endian. Noted by P2P specification. -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_CONFIG_METHOD_DISPLAY ); -+ p2pielen += 2; -+ -+ // Primary Device Type -+ // Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ p2pielen += 2; -+ -+ // OUI -+ *(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ p2pielen += 2; -+ -+ // Number of Secondary Device Types -+ p2pie[ p2pielen++ ] = 0x00; // No Secondary Device Type List -+ -+ // Device Name -+ // Type: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ p2pielen += 2; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_name, pwdinfo->device_name_len ); -+ p2pielen += pwdinfo->device_name_len; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pattrib->pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_invitation_req_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+void issue_p2p_invitation_response(_adapter *padapter, u8* raddr, u8 dialogToken, u8 status_code) -+{ -+ -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_INVIT_RESP; -+ u8 p2pie[ 255 ] = { 0x00 }; -+ u8 p2pielen = 0, i; -+ u8 channel_cnt_24g = 0, channel_cnt_5gl = 0, channel_cnt_5gh = 0; -+ u16 len_channellist_attr = 0; -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+ -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, raddr, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ // P2P IE Section. -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20101005 -+ // According to the P2P Specification, the P2P Invitation response frame should contain 5 P2P attributes -+ // 1. Status -+ // 2. Configuration Timeout -+ // 3. Operating Channel ( Only GO ) -+ // 4. P2P Group BSSID ( Only GO ) -+ // 5. Channel List -+ -+ // P2P Status -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_STATUS; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: -+ // When status code is P2P_STATUS_FAIL_INFO_UNAVAILABLE. -+ // Sent the event receiving the P2P Invitation Req frame to DMP UI. -+ // DMP had to compare the MAC address to find out the profile. -+ // So, the WiFi driver will send the P2P_STATUS_FAIL_INFO_UNAVAILABLE to NB. -+ // If the UI found the corresponding profile, the WiFi driver sends the P2P Invitation Req -+ // to NB to rebuild the persistent group. -+ p2pie[ p2pielen++ ] = status_code; -+ -+ // Configuration Timeout -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CONF_TIMEOUT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P GO -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P Client -+ -+ if( status_code == P2P_STATUS_SUCCESS ) -+ { -+ if( rtw_p2p_chk_role( pwdinfo, P2P_ROLE_GO ) ) -+ { -+ // The P2P Invitation request frame asks this Wi-Fi device to be the P2P GO -+ // In this case, the P2P Invitation response frame should carry the two more P2P attributes. -+ // First one is operating channel attribute. -+ // Second one is P2P Group BSSID attribute. -+ -+ // Operating Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; // Copy from SD7 -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // operating channel number -+ -+ -+ // P2P Group BSSID -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_BSSID; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address for GO -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ } -+ -+ // Channel List -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CH_LIST; -+ -+ // Length: -+ // Country String(3) -+ // + ( Operating Class (1) + Number of Channels(1) ) * Operation Classes (?) -+ // + number of channels in all classes -+ len_channellist_attr = 3 -+ + (1 + 1) * (u16)pmlmeext->channel_list.reg_classes -+ + get_reg_classes_full_count(pmlmeext->channel_list); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 5 + 1 ); -+ } -+ else -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ } -+#else -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ -+#endif -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Channel Entry List -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ // Operating Class -+ if ( pbuddy_mlmeext->cur_channel > 14 ) -+ { -+ if ( pbuddy_mlmeext->cur_channel >= 149 ) -+ { -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ -+ // Number of Channels -+ // Just support 1 channel and this channel is AP's channel -+ p2pie[ p2pielen++ ] = 1; -+ -+ // Channel List -+ p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; -+ } -+ else -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#else // CONFIG_CONCURRENT_MODE -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pattrib->pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_invitation_resp_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+void issue_p2p_provision_request(_adapter *padapter, u8* pssid, u8 ussidlen, u8* pdev_raddr ) -+{ -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u8 dialogToken = 1; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_PROVISION_DISC_REQ; -+ u8 wpsie[ 100 ] = { 0x00 }; -+ u8 wpsielen = 0; -+ u32 p2pielen = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ DBG_871X( "[%s] In\n", __FUNCTION__ ); -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, pdev_raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pdev_raddr, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ p2pielen = build_prov_disc_request_p2p_ie( pwdinfo, pframe, pssid, ussidlen, pdev_raddr ); -+ -+ pframe += p2pielen; -+ pattrib->pktlen += p2pielen; -+ -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+ // Config Method -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_CONF_METHOD ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->tx_prov_disc_info.wps_config_method_request ); -+ wpsielen += 2; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pattrib->pktlen ); -+ -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_provdisc_req_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+ -+u8 is_matched_in_profilelist( u8* peermacaddr, struct profile_info* profileinfo ) -+{ -+ u8 i, match_result = 0; -+ -+ DBG_871X( "[%s] peermac = %.2X %.2X %.2X %.2X %.2X %.2X\n", __FUNCTION__, -+ peermacaddr[0], peermacaddr[1],peermacaddr[2],peermacaddr[3],peermacaddr[4],peermacaddr[5]); -+ -+ for( i = 0; i < P2P_MAX_PERSISTENT_GROUP_NUM; i++, profileinfo++ ) -+ { -+ DBG_871X( "[%s] profileinfo_mac = %.2X %.2X %.2X %.2X %.2X %.2X\n", __FUNCTION__, -+ profileinfo->peermac[0], profileinfo->peermac[1],profileinfo->peermac[2],profileinfo->peermac[3],profileinfo->peermac[4],profileinfo->peermac[5]); -+ if ( _rtw_memcmp( peermacaddr, profileinfo->peermac, ETH_ALEN ) ) -+ { -+ match_result = 1; -+ DBG_871X( "[%s] Match!\n", __FUNCTION__ ); -+ break; -+ } -+ } -+ -+ return (match_result ); -+} -+ -+void issue_probersp_p2p(_adapter *padapter, unsigned char *da) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned char *mac; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ //WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u16 beacon_interval = 100; -+ u16 capInfo = 0; -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ u8 wpsie[255] = { 0x00 }; -+ u32 wpsielen = 0, p2pielen = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+#ifdef CONFIG_INTEL_WIDI -+ u8 zero_array_check[L2SDTA_SERVICE_VE_LEN] = { 0x00 }; -+#endif //CONFIG_INTEL_WIDI -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ mac = adapter_mac_addr(padapter); -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ -+ // Use the device address for BSSID field. -+ _rtw_memcpy(pwlanhdr->addr3, mac, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(fctrl, WIFI_PROBERSP); -+ -+ pattrib->hdrlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = pattrib->hdrlen; -+ pframe += pattrib->hdrlen; -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ pattrib->pktlen += 8; -+ -+ // beacon interval: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *) &beacon_interval, 2); -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ // capability info: 2 bytes -+ // ESS and IBSS bits must be 0 (defined in the 3.1.2.1.1 of WiFi Direct Spec) -+ capInfo |= cap_ShortPremble; -+ capInfo |= cap_ShortSlot; -+ -+ _rtw_memcpy(pframe, (unsigned char *) &capInfo, 2); -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, 7, pwdinfo->p2p_wildcard_ssid, &pattrib->pktlen); -+ -+ // supported rates... -+ // Use the OFDM rate in the P2P probe response frame. ( 6(B), 9(B), 12, 18, 24, 36, 48, 54 ) -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pwdinfo->support_rate, &pattrib->pktlen); -+ -+ // DS parameter set -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&pwdinfo->listen_channel, &pattrib->pktlen); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if( pmlmepriv->wps_probe_resp_ie != NULL && pmlmepriv->p2p_probe_resp_ie != NULL ) -+ { -+ //WPS IE -+ _rtw_memcpy(pframe, pmlmepriv->wps_probe_resp_ie, pmlmepriv->wps_probe_resp_ie_len); -+ pattrib->pktlen += pmlmepriv->wps_probe_resp_ie_len; -+ pframe += pmlmepriv->wps_probe_resp_ie_len; -+ -+ //P2P IE -+ _rtw_memcpy(pframe, pmlmepriv->p2p_probe_resp_ie, pmlmepriv->p2p_probe_resp_ie_len); -+ pattrib->pktlen += pmlmepriv->p2p_probe_resp_ie_len; -+ pframe += pmlmepriv->p2p_probe_resp_ie_len; -+ } -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ -+ // Todo: WPS IE -+ // Noted by Albert 20100907 -+ // According to the WPS specification, all the WPS attribute is presented by Big Endian. -+ -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+#ifdef CONFIG_INTEL_WIDI -+ // Commented by Kurt -+ // Appended WiDi info. only if we did issued_probereq_widi(), and then we saved ven. ext. in pmlmepriv->sa_ext. -+ if( _rtw_memcmp(pmlmepriv->sa_ext, zero_array_check, L2SDTA_SERVICE_VE_LEN) == _FALSE -+ || pmlmepriv->num_p2p_sdt != 0 ) -+ { -+ //Sec dev type -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_SEC_DEV_TYPE_LIST ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0008 ); -+ wpsielen += 2; -+ -+ // Value: -+ // Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_CID_DISPLAYS ); -+ wpsielen += 2; -+ -+ // OUI -+ *(u32*) ( wpsie + wpsielen ) = cpu_to_be32( INTEL_DEV_TYPE_OUI ); -+ wpsielen += 4; -+ -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_SCID_WIDI_CONSUMER_SINK ); -+ wpsielen += 2; -+ -+ if( _rtw_memcmp(pmlmepriv->sa_ext, zero_array_check, L2SDTA_SERVICE_VE_LEN) == _FALSE ) -+ { -+ // Vendor Extension -+ _rtw_memcpy( wpsie + wpsielen, pmlmepriv->sa_ext, L2SDTA_SERVICE_VE_LEN ); -+ wpsielen += L2SDTA_SERVICE_VE_LEN; -+ } -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+ // WiFi Simple Config State -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_SIMPLE_CONF_STATE ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_WSC_STATE_NOT_CONFIG; // Not Configured. -+ -+ // Response Type -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_RESP_TYPE ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_RESPONSE_TYPE_8021X; -+ -+ // UUID-E -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_UUID_E ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0010 ); -+ wpsielen += 2; -+ -+ // Value: -+ if (pwdinfo->external_uuid == 0) { -+ _rtw_memset( wpsie + wpsielen, 0x0, 16 ); -+ _rtw_memcpy(wpsie + wpsielen, mac, ETH_ALEN); -+ } else { -+ _rtw_memcpy( wpsie + wpsielen, pwdinfo->uuid, 0x10 ); -+ } -+ wpsielen += 0x10; -+ -+ // Manufacturer -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_MANUFACTURER ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0007 ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, "Realtek", 7 ); -+ wpsielen += 7; -+ -+ // Model Name -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_MODEL_NAME ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0006 ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, "8192CU", 6 ); -+ wpsielen += 6; -+ -+ // Model Number -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_MODEL_NUMBER ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[ wpsielen++ ] = 0x31; // character 1 -+ -+ // Serial Number -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_SERIAL_NUMBER ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( ETH_ALEN ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, "123456" , ETH_ALEN ); -+ wpsielen += ETH_ALEN; -+ -+ // Primary Device Type -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_PRIMARY_DEV_TYPE ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0008 ); -+ wpsielen += 2; -+ -+ // Value: -+ // Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ wpsielen += 2; -+ -+ // OUI -+ *(u32*) ( wpsie + wpsielen ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ wpsielen += 2; -+ -+ // Device Name -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, pwdinfo->device_name, pwdinfo->device_name_len ); -+ wpsielen += pwdinfo->device_name_len; -+ -+ // Config Method -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_CONF_METHOD ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->supported_wps_cm ); -+ wpsielen += 2; -+ -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pattrib->pktlen ); -+ -+ -+ p2pielen = build_probe_resp_p2p_ie(pwdinfo, pframe); -+ pframe += p2pielen; -+ pattrib->pktlen += p2pielen; -+ } -+ -+#ifdef CONFIG_WFD -+#ifdef CONFIG_IOCTL_CFG80211 -+ if ( _TRUE == pwdinfo->wfd_info->wfd_enable ) -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ wfdielen = build_probe_resp_wfd_ie(pwdinfo, pframe, 0); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } -+#ifdef CONFIG_IOCTL_CFG80211 -+ else if (pmlmepriv->wfd_probe_resp_ie != NULL && pmlmepriv->wfd_probe_resp_ie_len>0) -+ { -+ //WFD IE -+ _rtw_memcpy(pframe, pmlmepriv->wfd_probe_resp_ie, pmlmepriv->wfd_probe_resp_ie_len); -+ pattrib->pktlen += pmlmepriv->wfd_probe_resp_ie_len; -+ pframe += pmlmepriv->wfd_probe_resp_ie_len; -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+int _issue_probereq_p2p(_adapter *padapter, u8 *da, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned char *mac; -+ unsigned char bssrate[NumRates]; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int bssrate_len = 0; -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ u8 wpsie[255] = { 0x00 }, p2pie[ 255 ] = { 0x00 }; -+ u16 wpsielen = 0, p2pielen = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ goto exit; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ mac = adapter_mac_addr(padapter); -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ if (da) { -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, da, ETH_ALEN); -+ } else { -+ if ( ( pwdinfo->p2p_info.scan_op_ch_only ) || ( pwdinfo->rx_invitereq_info.scan_op_ch_only ) ) -+ { -+ // This two flags will be set when this is only the P2P client mode. -+ _rtw_memcpy(pwlanhdr->addr1, pwdinfo->p2p_peer_interface_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pwdinfo->p2p_peer_interface_addr, ETH_ALEN); -+ } -+ else -+ { -+ // broadcast probe request frame -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, bc_addr, ETH_ALEN); -+ } -+ } -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_PROBEREQ); -+ -+ pframe += sizeof (struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof (struct rtw_ieee80211_hdr_3addr); -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_PROVISION_DIS_REQ)) -+ { -+ pframe = rtw_set_ie(pframe, _SSID_IE_, pwdinfo->tx_prov_disc_info.ssid.SsidLength, pwdinfo->tx_prov_disc_info.ssid.Ssid, &(pattrib->pktlen)); -+ } -+ else -+ { -+ pframe = rtw_set_ie(pframe, _SSID_IE_, P2P_WILDCARD_SSID_LEN, pwdinfo->p2p_wildcard_ssid, &(pattrib->pktlen)); -+ } -+ // Use the OFDM rate in the P2P probe request frame. ( 6(B), 9(B), 12(B), 24(B), 36, 48, 54 ) -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pwdinfo->support_rate, &pattrib->pktlen); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if( pmlmepriv->wps_probe_req_ie != NULL && pmlmepriv->p2p_probe_req_ie != NULL ) -+ { -+ //WPS IE -+ _rtw_memcpy(pframe, pmlmepriv->wps_probe_req_ie, pmlmepriv->wps_probe_req_ie_len); -+ pattrib->pktlen += pmlmepriv->wps_probe_req_ie_len; -+ pframe += pmlmepriv->wps_probe_req_ie_len; -+ -+ //P2P IE -+ _rtw_memcpy(pframe, pmlmepriv->p2p_probe_req_ie, pmlmepriv->p2p_probe_req_ie_len); -+ pattrib->pktlen += pmlmepriv->p2p_probe_req_ie_len; -+ pframe += pmlmepriv->p2p_probe_req_ie_len; -+ } -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ -+ // WPS IE -+ // Noted by Albert 20110221 -+ // According to the WPS specification, all the WPS attribute is presented by Big Endian. -+ -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+ if( pmlmepriv->wps_probe_req_ie == NULL ) -+ { -+ // UUID-E -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_UUID_E ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0010 ); -+ wpsielen += 2; -+ -+ // Value: -+ if (pwdinfo->external_uuid == 0) { -+ _rtw_memset( wpsie + wpsielen, 0x0, 16 ); -+ _rtw_memcpy(wpsie + wpsielen, mac, ETH_ALEN); -+ } else { -+ _rtw_memcpy( wpsie + wpsielen, pwdinfo->uuid, 0x10 ); -+ } -+ wpsielen += 0x10; -+ -+ // Config Method -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_CONF_METHOD ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->supported_wps_cm ); -+ wpsielen += 2; -+ } -+ -+ // Device Name -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, pwdinfo->device_name, pwdinfo->device_name_len ); -+ wpsielen += pwdinfo->device_name_len; -+ -+ // Primary Device Type -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_PRIMARY_DEV_TYPE ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0008 ); -+ wpsielen += 2; -+ -+ // Value: -+ // Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_CID_RTK_WIDI ); -+ wpsielen += 2; -+ -+ // OUI -+ *(u32*) ( wpsie + wpsielen ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_SCID_RTK_DMP ); -+ wpsielen += 2; -+ -+ // Device Password ID -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_PWID ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_REGISTRAR_SPEC ); // Registrar-specified -+ wpsielen += 2; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pattrib->pktlen ); -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20110221 -+ // According to the P2P Specification, the probe request frame should contain 5 P2P attributes -+ // 1. P2P Capability -+ // 2. P2P Device ID if this probe request wants to find the specific P2P device -+ // 3. Listen Channel -+ // 4. Extended Listen Timing -+ // 5. Operating Channel if this WiFi is working as the group owner now -+ -+ // P2P Capability -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_PERSISTENT_GROUP | DMP_P2P_GRPCAP_SUPPORT; -+ else -+ p2pie[ p2pielen++ ] = DMP_P2P_GRPCAP_SUPPORT; -+ -+ // Listen Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_LISTEN_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; // Copy from SD7 -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->listen_channel; // listen channel -+ -+ -+ // Extended Listen Timing -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_EX_LISTEN_TIMING; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0004 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Availability Period -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ p2pielen += 2; -+ -+ // Availability Interval -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ p2pielen += 2; -+ -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) ) -+ { -+ // Operating Channel (if this WiFi is working as the group owner now) -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; // Copy from SD7 -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // operating channel number -+ -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pattrib->pktlen ); -+ -+ } -+ -+#ifdef CONFIG_WFD -+#ifdef CONFIG_IOCTL_CFG80211 -+ if ( _TRUE == pwdinfo->wfd_info->wfd_enable ) -+#endif -+ { -+ wfdielen = build_probe_req_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } -+#ifdef CONFIG_IOCTL_CFG80211 -+ else if (pmlmepriv->wfd_probe_req_ie != NULL && pmlmepriv->wfd_probe_req_ie_len>0) -+ { -+ //WFD IE -+ _rtw_memcpy(pframe, pmlmepriv->wfd_probe_req_ie, pmlmepriv->wfd_probe_req_ie_len); -+ pattrib->pktlen += pmlmepriv->wfd_probe_req_ie_len; -+ pframe += pmlmepriv->wfd_probe_req_ie_len; -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("issuing probe_req, tx_len=%d\n", pattrib->last_txcmdsz)); -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+inline void issue_probereq_p2p(_adapter *adapter, u8 *da) -+{ -+ _issue_probereq_p2p(adapter, da, _FALSE); -+} -+ -+/* -+ * wait_ms == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * wait_ms > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ * try_cnt means the maximal TX count to try -+ */ -+int issue_probereq_p2p_ex(_adapter *adapter, u8 *da, int try_cnt, int wait_ms) -+{ -+ int ret; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ -+ do -+ { -+ ret = _issue_probereq_p2p(adapter, da, wait_ms>0?_TRUE:_FALSE); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(adapter)) -+ break; -+ -+ if(i < try_cnt && wait_ms > 0 && ret==_FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ }while((iu.hdr.adapter; -+ struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); -+ u8 *frame = recv_frame->u.hdr.rx_data; -+ u16 seq_ctrl = ( (recv_frame->u.hdr.attrib.seq_num&0xffff) << 4) | -+ (recv_frame->u.hdr.attrib.frag_num & 0xf); -+ -+ if (GetRetry(frame)) { -+ if (token >= 0) { -+ if ((seq_ctrl == mlmeext->action_public_rxseq) -+ && (token == mlmeext->action_public_dialog_token)) -+ { -+ DBG_871X(FUNC_ADPT_FMT" seq_ctrl=0x%x, rxseq=0x%x, token:%d\n", -+ FUNC_ADPT_ARG(adapter), seq_ctrl, mlmeext->action_public_rxseq, token); -+ return _FAIL; -+ } -+ } else { -+ if (seq_ctrl == mlmeext->action_public_rxseq) { -+ DBG_871X(FUNC_ADPT_FMT" seq_ctrl=0x%x, rxseq=0x%x\n", -+ FUNC_ADPT_ARG(adapter), seq_ctrl, mlmeext->action_public_rxseq); -+ return _FAIL; -+ } -+ } -+ } -+ -+ mlmeext->action_public_rxseq = seq_ctrl; -+ -+ if (token >= 0) -+ mlmeext->action_public_dialog_token = token; -+ -+ return _SUCCESS; -+} -+ -+unsigned int on_action_public_p2p(union recv_frame *precv_frame) -+{ -+ _adapter *padapter = precv_frame->u.hdr.adapter; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ u8 *frame_body; -+ u8 dialogToken=0; -+#ifdef CONFIG_P2P -+ u8 *p2p_ie; -+ u32 p2p_ielen, wps_ielen; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ u8 result = P2P_STATUS_SUCCESS; -+ u8 empty_addr[ETH_ALEN] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -+ u8 *merged_p2pie = NULL; -+ u32 merged_p2p_ielen= 0; -+#endif //CONFIG_P2P -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ dialogToken = frame_body[7]; -+ -+ if (rtw_action_public_decache(precv_frame, dialogToken) == _FAIL) -+ return _FAIL; -+ -+#ifdef CONFIG_P2P -+ _cancel_timer_ex( &pwdinfo->reset_ch_sitesurvey ); -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->driver_interface == DRIVER_CFG80211) -+ { -+ rtw_cfg80211_rx_p2p_action_public(padapter, pframe, len); -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ // Do nothing if the driver doesn't enable the P2P function. -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) || rtw_p2p_chk_state(pwdinfo, P2P_STATE_IDLE)) -+ return _SUCCESS; -+ -+ len -= sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ switch( frame_body[ 6 ] )//OUI Subtype -+ { -+ case P2P_GO_NEGO_REQ: -+ { -+ DBG_871X( "[%s] Got GO Nego Req Frame\n", __FUNCTION__); -+ _rtw_memset( &pwdinfo->groupid_info, 0x00, sizeof( struct group_id_info ) ); -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_RX_PROVISION_DIS_REQ)) -+ { -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+ } -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_FAIL)) -+ { -+ // Commented by Albert 20110526 -+ // In this case, this means the previous nego fail doesn't be reset yet. -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ // Restore the previous p2p state -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+ DBG_871X( "[%s] Restore the previous p2p state to %d\n", __FUNCTION__, rtw_p2p_state(pwdinfo) ); -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _cancel_timer_ex( &pwdinfo->ap_p2p_switch_timer ); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ // Commented by Kurt 20110902 -+ //Add if statement to avoid receiving duplicate prov disc req. such that pre_p2p_state would be covered. -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_ING)) -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+ -+ // Commented by Kurt 20120113 -+ // Get peer_dev_addr here if peer doesn't issue prov_disc frame. -+ if( _rtw_memcmp(pwdinfo->rx_prov_disc_info.peerDevAddr, empty_addr, ETH_ALEN) ) -+ _rtw_memcpy(pwdinfo->rx_prov_disc_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN); -+ -+ result = process_p2p_group_negotation_req( pwdinfo, frame_body, len ); -+ issue_p2p_GO_response( padapter, GetAddr2Ptr(pframe), frame_body, len, result ); -+#ifdef CONFIG_INTEL_WIDI -+ if (padapter->mlmepriv.widi_state == INTEL_WIDI_STATE_LISTEN) { -+ padapter->mlmepriv.widi_state = INTEL_WIDI_STATE_WFD_CONNECTION; -+ _cancel_timer_ex(&(padapter->mlmepriv.listen_timer)); -+ intel_widi_wk_cmd(padapter, INTEL_WIDI_LISTEN_STOP_WK, NULL, 0); -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+ // Commented by Albert 20110718 -+ // No matter negotiating or negotiation failure, the driver should set up the restore P2P state timer. -+#ifdef CONFIG_CONCURRENT_MODE -+ // Commented by Albert 20120107 -+ _set_timer( &pwdinfo->restore_p2p_state_timer, 3000 ); -+#else // CONFIG_CONCURRENT_MODE -+ _set_timer( &pwdinfo->restore_p2p_state_timer, 5000 ); -+#endif // CONFIG_CONCURRENT_MODE -+ break; -+ } -+ case P2P_GO_NEGO_RESP: -+ { -+ DBG_871X( "[%s] Got GO Nego Resp Frame\n", __FUNCTION__); -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_ING)) -+ { -+ // Commented by Albert 20110425 -+ // The restore timer is enabled when issuing the nego request frame of rtw_p2p_connect function. -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ pwdinfo->nego_req_info.benable = _FALSE; -+ result = process_p2p_group_negotation_resp( pwdinfo, frame_body, len); -+ issue_p2p_GO_confirm( pwdinfo->padapter, GetAddr2Ptr(pframe), result); -+ if ( P2P_STATUS_SUCCESS == result ) -+ { -+ if ( rtw_p2p_role(pwdinfo) == P2P_ROLE_CLIENT ) -+ { -+ pwdinfo->p2p_info.operation_ch[ 0 ] = pwdinfo->peer_operating_ch; -+ #ifdef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.operation_ch[ 1 ] = 1; //Check whether GO is operating in channel 1; -+ pwdinfo->p2p_info.operation_ch[ 2 ] = 6; //Check whether GO is operating in channel 6; -+ pwdinfo->p2p_info.operation_ch[ 3 ] = 11; //Check whether GO is operating in channel 11; -+ #endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.scan_op_ch_only = 1; -+ _set_timer( &pwdinfo->reset_ch_sitesurvey2, P2P_RESET_SCAN_CH ); -+ } -+ } -+ -+ // Reset the dialog token for group negotiation frames. -+ pwdinfo->negotiation_dialog_token = 1; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_FAIL)) -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, 5000 ); -+ } -+ } -+ else -+ { -+ DBG_871X( "[%s] Skipped GO Nego Resp Frame (p2p_state != P2P_STATE_GONEGO_ING)\n", __FUNCTION__); -+ } -+ -+ break; -+ } -+ case P2P_GO_NEGO_CONF: -+ { -+ DBG_871X( "[%s] Got GO Nego Confirm Frame\n", __FUNCTION__); -+ result = process_p2p_group_negotation_confirm( pwdinfo, frame_body, len); -+ if ( P2P_STATUS_SUCCESS == result ) -+ { -+ if ( rtw_p2p_role(pwdinfo) == P2P_ROLE_CLIENT ) -+ { -+ pwdinfo->p2p_info.operation_ch[ 0 ] = pwdinfo->peer_operating_ch; -+ #ifdef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.operation_ch[ 1 ] = 1; //Check whether GO is operating in channel 1; -+ pwdinfo->p2p_info.operation_ch[ 2 ] = 6; //Check whether GO is operating in channel 6; -+ pwdinfo->p2p_info.operation_ch[ 3 ] = 11; //Check whether GO is operating in channel 11; -+ #endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.scan_op_ch_only = 1; -+ _set_timer( &pwdinfo->reset_ch_sitesurvey2, P2P_RESET_SCAN_CH ); -+ } -+ } -+ break; -+ } -+ case P2P_INVIT_REQ: -+ { -+ // Added by Albert 2010/10/05 -+ // Received the P2P Invite Request frame. -+ -+ DBG_871X( "[%s] Got invite request frame!\n", __FUNCTION__ ); -+ if ( (p2p_ie=rtw_get_p2p_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, NULL, &p2p_ielen)) ) -+ { -+ // Parse the necessary information from the P2P Invitation Request frame. -+ // For example: The MAC address of sending this P2P Invitation Request frame. -+ u32 attr_contentlen = 0; -+ u8 status_code = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ struct group_id_info group_id; -+ u8 invitation_flag = 0; -+ int j=0; -+ -+ merged_p2p_ielen = rtw_get_p2p_merged_ies_len(frame_body + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_); -+ -+ merged_p2pie = rtw_zmalloc(merged_p2p_ielen + 2); // 2 is for EID and Length -+ if (merged_p2pie == NULL) -+ { -+ DBG_871X( "[%s] Malloc p2p ie fail\n", __FUNCTION__); -+ goto exit; -+ } -+ _rtw_memset(merged_p2pie, 0x00, merged_p2p_ielen); -+ -+ merged_p2p_ielen = rtw_p2p_merge_ies(frame_body + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, merged_p2pie); -+ -+ rtw_get_p2p_attr_content( merged_p2pie, merged_p2p_ielen, P2P_ATTR_INVITATION_FLAGS, &invitation_flag, &attr_contentlen); -+ if ( attr_contentlen ) -+ { -+ -+ rtw_get_p2p_attr_content( merged_p2pie, merged_p2p_ielen, P2P_ATTR_GROUP_BSSID, pwdinfo->p2p_peer_interface_addr, &attr_contentlen); -+ // Commented by Albert 20120510 -+ // Copy to the pwdinfo->p2p_peer_interface_addr. -+ // So that the WFD UI ( or Sigma ) can get the peer interface address by using the following command. -+ // #> iwpriv wlan0 p2p_get peer_ifa -+ // After having the peer interface address, the sigma can find the correct conf file for wpa_supplicant. -+ -+ if ( attr_contentlen ) -+ { -+ DBG_871X( "[%s] GO's BSSID = %.2X %.2X %.2X %.2X %.2X %.2X\n", __FUNCTION__, -+ pwdinfo->p2p_peer_interface_addr[0], pwdinfo->p2p_peer_interface_addr[1], -+ pwdinfo->p2p_peer_interface_addr[2], pwdinfo->p2p_peer_interface_addr[3], -+ pwdinfo->p2p_peer_interface_addr[4], pwdinfo->p2p_peer_interface_addr[5] ); -+ } -+ -+ if ( invitation_flag & P2P_INVITATION_FLAGS_PERSISTENT ) -+ { -+ // Re-invoke the persistent group. -+ -+ _rtw_memset( &group_id, 0x00, sizeof( struct group_id_info ) ); -+ rtw_get_p2p_attr_content( merged_p2pie, merged_p2p_ielen, P2P_ATTR_GROUP_ID, ( u8* ) &group_id, &attr_contentlen); -+ if ( attr_contentlen ) -+ { -+ if (_rtw_memcmp(group_id.go_device_addr, adapter_mac_addr(padapter), ETH_ALEN)) -+ { -+ // The p2p device sending this p2p invitation request wants this Wi-Fi device to be the persistent GO. -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RECV_INVITE_REQ_GO ); -+ rtw_p2p_set_role( pwdinfo, P2P_ROLE_GO ); -+ status_code = P2P_STATUS_SUCCESS; -+ } -+ else -+ { -+ // The p2p device sending this p2p invitation request wants to be the persistent GO. -+ if ( is_matched_in_profilelist( pwdinfo->p2p_peer_interface_addr, &pwdinfo->profileinfo[ 0 ] ) ) -+ { -+ u8 operatingch_info[5] = { 0x00 }; -+ if ( rtw_get_p2p_attr_content(merged_p2pie, merged_p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_contentlen) ) -+ { -+ if( rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, (u32)operatingch_info[4] ) >= 0 ) -+ { -+ // The operating channel is acceptable for this device. -+ pwdinfo->rx_invitereq_info.operation_ch[0]= operatingch_info[4]; -+ #ifdef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->rx_invitereq_info.operation_ch[1]= 1; //Check whether GO is operating in channel 1; -+ pwdinfo->rx_invitereq_info.operation_ch[2]= 6; //Check whether GO is operating in channel 6; -+ pwdinfo->rx_invitereq_info.operation_ch[3]= 11; //Check whether GO is operating in channel 11; -+ #endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->rx_invitereq_info.scan_op_ch_only = 1; -+ _set_timer( &pwdinfo->reset_ch_sitesurvey, P2P_RESET_SCAN_CH ); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RECV_INVITE_REQ_MATCH ); -+ rtw_p2p_set_role( pwdinfo, P2P_ROLE_CLIENT ); -+ status_code = P2P_STATUS_SUCCESS; -+ } -+ else -+ { -+ // The operating channel isn't supported by this device. -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RECV_INVITE_REQ_DISMATCH ); -+ rtw_p2p_set_role( pwdinfo, P2P_ROLE_DEVICE ); -+ status_code = P2P_STATUS_FAIL_NO_COMMON_CH; -+ _set_timer( &pwdinfo->restore_p2p_state_timer, 3000 ); -+ } -+ } -+ else -+ { -+ // Commented by Albert 20121130 -+ // Intel will use the different P2P IE to store the operating channel information -+ // Workaround for Intel WiDi 3.5 -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RECV_INVITE_REQ_MATCH ); -+ rtw_p2p_set_role( pwdinfo, P2P_ROLE_CLIENT ); -+ status_code = P2P_STATUS_SUCCESS; -+ } -+ } -+ else -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RECV_INVITE_REQ_DISMATCH ); -+ #ifdef CONFIG_INTEL_WIDI -+ _rtw_memcpy( pwdinfo->p2p_peer_device_addr, group_id.go_device_addr , ETH_ALEN ); -+ rtw_p2p_set_role( pwdinfo, P2P_ROLE_CLIENT ); -+ #endif //CONFIG_INTEL_WIDI -+ -+ status_code = P2P_STATUS_FAIL_UNKNOWN_P2PGROUP; -+ } -+ } -+ } -+ else -+ { -+ DBG_871X( "[%s] P2P Group ID Attribute NOT FOUND!\n", __FUNCTION__ ); -+ status_code = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ } -+ } -+ else -+ { -+ // Received the invitation to join a P2P group. -+ -+ _rtw_memset( &group_id, 0x00, sizeof( struct group_id_info ) ); -+ rtw_get_p2p_attr_content( merged_p2pie, merged_p2p_ielen, P2P_ATTR_GROUP_ID, ( u8* ) &group_id, &attr_contentlen); -+ if ( attr_contentlen ) -+ { -+ if (_rtw_memcmp(group_id.go_device_addr, adapter_mac_addr(padapter), ETH_ALEN)) -+ { -+ // In this case, the GO can't be myself. -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RECV_INVITE_REQ_DISMATCH ); -+ status_code = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ } -+ else -+ { -+ // The p2p device sending this p2p invitation request wants to join an existing P2P group -+ // Commented by Albert 2012/06/28 -+ // In this case, this Wi-Fi device should use the iwpriv command to get the peer device address. -+ // The peer device address should be the destination address for the provisioning discovery request. -+ // Then, this Wi-Fi device should use the iwpriv command to get the peer interface address. -+ // The peer interface address should be the address for WPS mac address -+ _rtw_memcpy( pwdinfo->p2p_peer_device_addr, group_id.go_device_addr , ETH_ALEN ); -+ rtw_p2p_set_role( pwdinfo, P2P_ROLE_CLIENT ); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RECV_INVITE_REQ_JOIN ); -+ status_code = P2P_STATUS_SUCCESS; -+ } -+ } -+ else -+ { -+ DBG_871X( "[%s] P2P Group ID Attribute NOT FOUND!\n", __FUNCTION__ ); -+ status_code = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ } -+ } -+ } -+ else -+ { -+ DBG_871X( "[%s] P2P Invitation Flags Attribute NOT FOUND!\n", __FUNCTION__ ); -+ status_code = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ } -+ -+ DBG_871X( "[%s] status_code = %d\n", __FUNCTION__, status_code ); -+ -+ pwdinfo->inviteresp_info.token = frame_body[ 7 ]; -+ issue_p2p_invitation_response( padapter, GetAddr2Ptr(pframe), pwdinfo->inviteresp_info.token, status_code ); -+ _set_timer( &pwdinfo->restore_p2p_state_timer, 3000 ); -+ } -+#ifdef CONFIG_INTEL_WIDI -+ if (padapter->mlmepriv.widi_state == INTEL_WIDI_STATE_LISTEN) { -+ padapter->mlmepriv.widi_state = INTEL_WIDI_STATE_WFD_CONNECTION; -+ _cancel_timer_ex(&(padapter->mlmepriv.listen_timer)); -+ intel_widi_wk_cmd(padapter, INTEL_WIDI_LISTEN_STOP_WK, NULL, 0); -+ } -+#endif //CONFIG_INTEL_WIDI -+ break; -+ } -+ case P2P_INVIT_RESP: -+ { -+ u8 attr_content = 0x00; -+ u32 attr_contentlen = 0; -+ -+ DBG_871X( "[%s] Got invite response frame!\n", __FUNCTION__ ); -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ if ( (p2p_ie=rtw_get_p2p_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, NULL, &p2p_ielen)) ) -+ { -+ rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); -+ -+ if ( attr_contentlen == 1 ) -+ { -+ DBG_871X( "[%s] Status = %d\n", __FUNCTION__, attr_content ); -+ pwdinfo->invitereq_info.benable = _FALSE; -+ -+ if ( attr_content == P2P_STATUS_SUCCESS ) -+ { -+ if (_rtw_memcmp(pwdinfo->invitereq_info.go_bssid, adapter_mac_addr(padapter), ETH_ALEN)) -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO ); -+ else -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ -+ rtw_p2p_set_state( pwdinfo, P2P_STATE_RX_INVITE_RESP_OK ); -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ rtw_p2p_set_state( pwdinfo, P2P_STATE_RX_INVITE_RESP_FAIL ); -+ } -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ rtw_p2p_set_state( pwdinfo, P2P_STATE_RX_INVITE_RESP_FAIL ); -+ } -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ rtw_p2p_set_state( pwdinfo, P2P_STATE_RX_INVITE_RESP_FAIL ); -+ } -+ -+ if ( rtw_p2p_chk_state( pwdinfo, P2P_STATE_RX_INVITE_RESP_FAIL ) ) -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, 5000 ); -+ } -+ break; -+ } -+ case P2P_DEVDISC_REQ: -+ -+ process_p2p_devdisc_req(pwdinfo, pframe, len); -+ -+ break; -+ -+ case P2P_DEVDISC_RESP: -+ -+ process_p2p_devdisc_resp(pwdinfo, pframe, len); -+ -+ break; -+ -+ case P2P_PROVISION_DISC_REQ: -+ DBG_871X( "[%s] Got Provisioning Discovery Request Frame\n", __FUNCTION__ ); -+ process_p2p_provdisc_req(pwdinfo, pframe, len); -+ _rtw_memcpy(pwdinfo->rx_prov_disc_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN); -+ -+ //20110902 Kurt -+ //Add the following statement to avoid receiving duplicate prov disc req. such that pre_p2p_state would be covered. -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_RX_PROVISION_DIS_REQ)) -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+ -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RX_PROVISION_DIS_REQ); -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_PROVISION_TIMEOUT ); -+#ifdef CONFIG_INTEL_WIDI -+ if (padapter->mlmepriv.widi_state == INTEL_WIDI_STATE_LISTEN) { -+ padapter->mlmepriv.widi_state = INTEL_WIDI_STATE_WFD_CONNECTION; -+ _cancel_timer_ex(&(padapter->mlmepriv.listen_timer)); -+ intel_widi_wk_cmd(padapter, INTEL_WIDI_LISTEN_STOP_WK, NULL, 0); -+ } -+#endif //CONFIG_INTEL_WIDI -+ break; -+ -+ case P2P_PROVISION_DISC_RESP: -+ // Commented by Albert 20110707 -+ // Should we check the pwdinfo->tx_prov_disc_info.bsent flag here?? -+ DBG_871X( "[%s] Got Provisioning Discovery Response Frame\n", __FUNCTION__ ); -+ // Commented by Albert 20110426 -+ // The restore timer is enabled when issuing the provisioing request frame in rtw_p2p_prov_disc function. -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RX_PROVISION_DIS_RSP); -+ process_p2p_provdisc_resp(pwdinfo, pframe); -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_PROVISION_TIMEOUT ); -+ break; -+ -+ } -+ } -+ -+ -+exit: -+ -+ if(merged_p2pie) -+ { -+ rtw_mfree(merged_p2pie, merged_p2p_ielen + 2); -+ } -+#endif //CONFIG_P2P -+ return _SUCCESS; -+} -+ -+unsigned int on_action_public_vendor(union recv_frame *precv_frame) -+{ -+ unsigned int ret = _FAIL; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint frame_len = precv_frame->u.hdr.len; -+ u8 *frame_body = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ if (_rtw_memcmp(frame_body + 2, P2P_OUI, 4) == _TRUE) { -+ ret = on_action_public_p2p(precv_frame); -+ } -+ -+ return ret; -+} -+ -+unsigned int on_action_public_default(union recv_frame *precv_frame, u8 action) -+{ -+ unsigned int ret = _FAIL; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint frame_len = precv_frame->u.hdr.len; -+ u8 *frame_body = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ u8 token; -+ _adapter *adapter = precv_frame->u.hdr.adapter; -+ int cnt = 0; -+ char msg[64]; -+ -+ token = frame_body[2]; -+ -+ if (rtw_action_public_decache(precv_frame, token) == _FAIL) -+ goto exit; -+ -+ #ifdef CONFIG_IOCTL_CFG80211 -+ cnt += sprintf((msg+cnt), "%s(token:%u)", action_public_str(action), token); -+ rtw_cfg80211_rx_action(adapter, pframe, frame_len, msg); -+ #endif -+ -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+ -+unsigned int on_action_public(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ unsigned int ret = _FAIL; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint frame_len = precv_frame->u.hdr.len; -+ u8 *frame_body = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ u8 category, action; -+ -+ /* check RA matches or not */ -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), GetAddr1Ptr(pframe), ETH_ALEN)) -+ goto exit; -+ -+ category = frame_body[0]; -+ if (category != RTW_WLAN_CATEGORY_PUBLIC) -+ goto exit; -+ -+ action = frame_body[1]; -+ switch (action) { -+ case ACT_PUBLIC_BSSCOEXIST: -+#ifdef CONFIG_80211N_HT -+#ifdef CONFIG_AP_MODE -+ /*20/40 BSS Coexistence Management frame is a Public Action frame*/ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE) -+ rtw_process_public_act_bsscoex(padapter, pframe, frame_len); -+#endif /*CONFIG_AP_MODE*/ -+#endif /*CONFIG_80211N_HT*/ -+ break; -+ case ACT_PUBLIC_VENDOR: -+ ret = on_action_public_vendor(precv_frame); -+ break; -+ default: -+ ret = on_action_public_default(precv_frame, action); -+ break; -+ } -+ -+exit: -+ return ret; -+} -+ -+unsigned int OnAction_ht(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint frame_len = precv_frame->u.hdr.len; -+ u8 *frame_body = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ u8 category, action; -+ -+ /* check RA matches or not */ -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), GetAddr1Ptr(pframe), ETH_ALEN)) -+ goto exit; -+ -+ category = frame_body[0]; -+ if (category != RTW_WLAN_CATEGORY_HT) -+ goto exit; -+ -+ action = frame_body[1]; -+ switch (action) { -+ case RTW_WLAN_ACTION_HT_SM_PS: -+#ifdef CONFIG_80211N_HT -+#ifdef CONFIG_AP_MODE -+ if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE) -+ rtw_process_ht_action_smps(padapter, GetAddr2Ptr(pframe), frame_body[2]); -+#endif /*CONFIG_AP_MODE*/ -+#endif /*CONFIG_80211N_HT*/ -+ break; -+ case RTW_WLAN_ACTION_HT_COMPRESS_BEAMFORMING: -+#ifdef CONFIG_BEAMFORMING -+ /*DBG_871X("RTW_WLAN_ACTION_HT_COMPRESS_BEAMFORMING\n");*/ -+ beamforming_get_report_frame(padapter, precv_frame); -+#endif /*CONFIG_BEAMFORMING*/ -+ break; -+ default: -+ break; -+ } -+ -+exit: -+ -+ return _SUCCESS; -+} -+ -+#ifdef CONFIG_IEEE80211W -+unsigned int OnAction_sa_query(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u16 tid; -+ //Baron -+ -+ DBG_871X("OnAction_sa_query\n"); -+ -+ switch (pframe[WLAN_HDR_A3_LEN+1]) -+ { -+ case 0: //SA Query req -+ _rtw_memcpy(&tid, &pframe[WLAN_HDR_A3_LEN+2], sizeof(u16)); -+ DBG_871X("OnAction_sa_query request,action=%d, tid=%04x, pframe=%02x-%02x\n" -+ , pframe[WLAN_HDR_A3_LEN+1], tid, pframe[WLAN_HDR_A3_LEN+2], pframe[WLAN_HDR_A3_LEN+3]); -+ issue_action_SA_Query(padapter, GetAddr2Ptr(pframe), 1, tid, IEEE80211W_RIGHT_KEY); -+ break; -+ -+ case 1: //SA Query rsp -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta != NULL) -+ _cancel_timer_ex(&psta->dot11w_expire_timer); -+ -+ _rtw_memcpy(&tid, &pframe[WLAN_HDR_A3_LEN+2], sizeof(u16)); -+ DBG_871X("OnAction_sa_query response,action=%d, tid=%04x, cancel timer\n", pframe[WLAN_HDR_A3_LEN+1], tid); -+ break; -+ default: -+ break; -+ } -+ if(0) -+ { -+ int pp; -+ printk("pattrib->pktlen = %d =>", pattrib->pkt_len); -+ for(pp=0;pp< pattrib->pkt_len; pp++) -+ printk(" %02x ", pframe[pp]); -+ printk("\n"); -+ } -+ -+ return _SUCCESS; -+} -+#endif //CONFIG_IEEE80211W -+ -+unsigned int OnAction_wmm(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ return _SUCCESS; -+} -+ -+unsigned int OnAction_vht(_adapter *padapter, union recv_frame *precv_frame) -+{ -+#ifdef CONFIG_80211AC_VHT -+ struct rx_pkt_attrib *prxattrib = &precv_frame->u.hdr.attrib; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint frame_len = precv_frame->u.hdr.len; -+ struct rtw_ieee80211_hdr_3addr *whdr = (struct rtw_ieee80211_hdr_3addr *)pframe; -+ u8 *frame_body = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ u8 category, action; -+ struct sta_info *psta = NULL; -+ -+ /* check RA matches or not */ -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), GetAddr1Ptr(pframe), ETH_ALEN)) -+ goto exit; -+ -+ category = frame_body[0]; -+ if(category != RTW_WLAN_CATEGORY_VHT) -+ goto exit; -+ -+ action = frame_body[1]; -+ switch (action) { -+ case RTW_WLAN_ACTION_VHT_COMPRESSED_BEAMFORMING: -+#ifdef CONFIG_BEAMFORMING -+ /*DBG_871X("RTW_WLAN_ACTION_VHT_COMPRESSED_BEAMFORMING\n");*/ -+ beamforming_get_report_frame(padapter, precv_frame); -+#endif /*CONFIG_BEAMFORMING*/ -+ break; -+ case RTW_WLAN_ACTION_VHT_OPMODE_NOTIFICATION: -+ // CategoryCode(1) + ActionCode(1) + OpModeNotification(1) -+ //DBG_871X("RTW_WLAN_ACTION_VHT_OPMODE_NOTIFICATION\n"); -+ psta = rtw_get_stainfo(&padapter->stapriv, whdr->addr2); -+ if (psta) -+ rtw_process_vht_op_mode_notify(padapter, &frame_body[2], psta); -+ break; -+ default: -+ break; -+ } -+ -+exit: -+#endif //CONFIG_80211AC_VHT -+ -+ return _SUCCESS; -+} -+ -+unsigned int OnAction_p2p(_adapter *padapter, union recv_frame *precv_frame) -+{ -+#ifdef CONFIG_P2P -+ u8 *frame_body; -+ u8 category, OUI_Subtype, dialogToken=0; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ uint len = precv_frame->u.hdr.len; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ //check RA matches or not -+ if (!_rtw_memcmp(adapter_mac_addr(padapter), GetAddr1Ptr(pframe), ETH_ALEN)) -+ return _SUCCESS; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ category = frame_body[0]; -+ if(category != RTW_WLAN_CATEGORY_P2P) -+ return _SUCCESS; -+ -+ if ( cpu_to_be32( *( ( u32* ) ( frame_body + 1 ) ) ) != P2POUI ) -+ return _SUCCESS; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if (adapter_wdev_data(padapter)->p2p_enabled -+ && pwdinfo->driver_interface == DRIVER_CFG80211 -+ ) { -+ rtw_cfg80211_rx_action_p2p(padapter, pframe, len); -+ return _SUCCESS; -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ len -= sizeof(struct rtw_ieee80211_hdr_3addr); -+ OUI_Subtype = frame_body[5]; -+ dialogToken = frame_body[6]; -+ -+ switch(OUI_Subtype) -+ { -+ case P2P_NOTICE_OF_ABSENCE: -+ -+ break; -+ -+ case P2P_PRESENCE_REQUEST: -+ -+ process_p2p_presence_req(pwdinfo, pframe, len); -+ -+ break; -+ -+ case P2P_PRESENCE_RESPONSE: -+ -+ break; -+ -+ case P2P_GO_DISC_REQUEST: -+ -+ break; -+ -+ default: -+ break; -+ -+ } -+ } -+#endif //CONFIG_P2P -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int OnAction(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ int i; -+ unsigned char category; -+ struct action_handler *ptable; -+ unsigned char *frame_body; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ category = frame_body[0]; -+ -+ for(i = 0; i < sizeof(OnAction_tbl)/sizeof(struct action_handler); i++) -+ { -+ ptable = &OnAction_tbl[i]; -+ -+ if(category == ptable->num) -+ ptable->func(padapter, precv_frame); -+ -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+unsigned int DoReserved(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ -+ //DBG_871X("rcvd mgt frame(%x, %x)\n", (GetFrameSubType(pframe) >> 4), *(unsigned int *)GetAddr1Ptr(pframe)); -+ return _SUCCESS; -+} -+ -+struct xmit_frame *_alloc_mgtxmitframe(struct xmit_priv *pxmitpriv, bool once) -+{ -+ struct xmit_frame *pmgntframe; -+ struct xmit_buf *pxmitbuf; -+ -+ if (once) -+ pmgntframe = rtw_alloc_xmitframe_once(pxmitpriv); -+ else -+ pmgntframe = rtw_alloc_xmitframe_ext(pxmitpriv); -+ -+ if (pmgntframe == NULL) { -+ DBG_871X(FUNC_ADPT_FMT" alloc xmitframe fail, once:%d\n", FUNC_ADPT_ARG(pxmitpriv->adapter), once); -+ goto exit; -+ } -+ -+ if ((pxmitbuf = rtw_alloc_xmitbuf_ext(pxmitpriv)) == NULL) { -+ DBG_871X(FUNC_ADPT_FMT" alloc xmitbuf fail\n", FUNC_ADPT_ARG(pxmitpriv->adapter)); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ pmgntframe = NULL; -+ goto exit; -+ } -+ -+ pmgntframe->frame_tag = MGNT_FRAMETAG; -+ pmgntframe->pxmitbuf = pxmitbuf; -+ pmgntframe->buf_addr = pxmitbuf->pbuf; -+ pxmitbuf->priv_data = pmgntframe; -+ -+exit: -+ return pmgntframe; -+ -+} -+ -+inline struct xmit_frame *alloc_mgtxmitframe(struct xmit_priv *pxmitpriv) -+{ -+ return _alloc_mgtxmitframe(pxmitpriv, _FALSE); -+} -+ -+inline struct xmit_frame *alloc_mgtxmitframe_once(struct xmit_priv *pxmitpriv) -+{ -+ return _alloc_mgtxmitframe(pxmitpriv, _TRUE); -+} -+ -+ -+/**************************************************************************** -+ -+Following are some TX fuctions for WiFi MLME -+ -+*****************************************************************************/ -+ -+void update_mgnt_tx_rate(_adapter *padapter, u8 rate) -+{ -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ pmlmeext->tx_rate = rate; -+ //DBG_871X("%s(): rate = %x\n",__FUNCTION__, rate); -+} -+ -+void update_mgntframe_attrib(_adapter *padapter, struct pkt_attrib *pattrib) -+{ -+ u8 wireless_mode; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *pbcmc_sta = NULL; -+ //_rtw_memset((u8 *)(pattrib), 0, sizeof(struct pkt_attrib)); -+ -+ pbcmc_sta = rtw_get_bcmc_stainfo(padapter); -+ -+ pattrib->hdrlen = 24; -+ pattrib->nr_frags = 1; -+ pattrib->priority = 7; -+ -+ if (pbcmc_sta) -+ pattrib->mac_id = pbcmc_sta->mac_id; -+ else { -+ pattrib->mac_id = 0; -+ DBG_871X("mgmt use mac_id 0 will affect RA\n"); -+ } -+ pattrib->qsel = QSLT_MGNT; -+ -+ pattrib->pktlen = 0; -+ -+ if (pmlmeext->tx_rate == IEEE80211_CCK_RATE_1MB) -+ wireless_mode = WIRELESS_11B; -+ else -+ wireless_mode = WIRELESS_11G; -+ pattrib->raid = rtw_get_mgntframe_raid(padapter, wireless_mode); -+ pattrib->rate = pmlmeext->tx_rate; -+ -+ pattrib->encrypt = _NO_PRIVACY_; -+ pattrib->bswenc = _FALSE; -+ -+ pattrib->qos_en = _FALSE; -+ pattrib->ht_en = _FALSE; -+ pattrib->bwmode = CHANNEL_WIDTH_20; -+ pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ pattrib->sgi = _FALSE; -+ -+ pattrib->seqnum = pmlmeext->mgnt_seq; -+ -+ pattrib->retry_ctrl = _TRUE; -+ -+ pattrib->mbssid = 0; -+ pattrib->hw_ssn_sel = pxmitpriv->hw_ssn_seq_no; -+ -+ #ifdef CONFIG_BEAMFORMING -+ psta = rtw_get_stainfo(pstapriv, pattrib->ra); -+ if (psta) -+ update_attrib_txbf_info(padapter, pattrib, psta); -+ #endif -+ -+} -+ -+void update_mgntframe_attrib_addr(_adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ u8 *pframe; -+ struct pkt_attrib *pattrib = &pmgntframe->attrib; -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ _rtw_memcpy(pattrib->ra, GetAddr1Ptr(pframe), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, GetAddr2Ptr(pframe), ETH_ALEN); -+} -+ -+void dump_mgntframe(_adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ if (RTW_CANNOT_RUN(padapter)) { -+ rtw_free_xmitbuf(&padapter->xmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(&padapter->xmitpriv, pmgntframe); -+ return; -+ } -+ -+ rtw_hal_mgnt_xmit(padapter, pmgntframe); -+} -+ -+s32 dump_mgntframe_and_wait(_adapter *padapter, struct xmit_frame *pmgntframe, int timeout_ms) -+{ -+ s32 ret = _FAIL; -+ _irqL irqL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct xmit_buf *pxmitbuf = pmgntframe->pxmitbuf; -+ struct submit_ctx sctx; -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ rtw_free_xmitbuf(&padapter->xmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(&padapter->xmitpriv, pmgntframe); -+ return ret; -+ } -+ -+ rtw_sctx_init(&sctx, timeout_ms); -+ pxmitbuf->sctx = &sctx; -+ -+ ret = rtw_hal_mgnt_xmit(padapter, pmgntframe); -+ -+ if (ret == _SUCCESS) -+ ret = rtw_sctx_wait(&sctx, __func__); -+ -+ _enter_critical(&pxmitpriv->lock_sctx, &irqL); -+ pxmitbuf->sctx = NULL; -+ _exit_critical(&pxmitpriv->lock_sctx, &irqL); -+ -+ return ret; -+} -+ -+s32 dump_mgntframe_and_wait_ack(_adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+#ifdef CONFIG_XMIT_ACK -+ static u8 seq_no = 0; -+ s32 ret = _FAIL; -+ u32 timeout_ms = 500;// 500ms -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter && !padapter->isprimary) -+ pxmitpriv = &(padapter->pbuddy_adapter->xmitpriv); -+ #endif -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ rtw_free_xmitbuf(&padapter->xmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(&padapter->xmitpriv, pmgntframe); -+ return -1; -+ } -+ -+ _enter_critical_mutex(&pxmitpriv->ack_tx_mutex, NULL); -+ pxmitpriv->ack_tx = _TRUE; -+ pxmitpriv->seq_no = seq_no++; -+ pmgntframe->ack_report = 1; -+ rtw_sctx_init(&(pxmitpriv->ack_tx_ops), timeout_ms); -+ if (rtw_hal_mgnt_xmit(padapter, pmgntframe) == _SUCCESS) { -+#ifdef CONFIG_XMIT_ACK_POLLING -+ ret = rtw_ack_tx_polling(pxmitpriv, timeout_ms); -+#else -+ ret = rtw_sctx_wait(&(pxmitpriv->ack_tx_ops), __func__); -+#endif -+ } -+ -+ pxmitpriv->ack_tx = _FALSE; -+ _exit_critical_mutex(&pxmitpriv->ack_tx_mutex, NULL); -+ -+ return ret; -+#else //!CONFIG_XMIT_ACK -+ dump_mgntframe(padapter, pmgntframe); -+ rtw_msleep_os(50); -+ return _SUCCESS; -+#endif //!CONFIG_XMIT_ACK -+} -+ -+int update_hidden_ssid(u8 *ies, u32 ies_len, u8 hidden_ssid_mode) -+{ -+ u8 *ssid_ie; -+ sint ssid_len_ori; -+ int len_diff = 0; -+ -+ ssid_ie = rtw_get_ie(ies, WLAN_EID_SSID, &ssid_len_ori, ies_len); -+ -+ //DBG_871X("%s hidden_ssid_mode:%u, ssid_ie:%p, ssid_len_ori:%d\n", __FUNCTION__, hidden_ssid_mode, ssid_ie, ssid_len_ori); -+ -+ if(ssid_ie && ssid_len_ori>0) -+ { -+ switch(hidden_ssid_mode) -+ { -+ case 1: -+ { -+ u8 *next_ie = ssid_ie + 2 + ssid_len_ori; -+ u32 remain_len = 0; -+ -+ remain_len = ies_len -(next_ie-ies); -+ -+ ssid_ie[1] = 0; -+ _rtw_memcpy(ssid_ie+2, next_ie, remain_len); -+ len_diff -= ssid_len_ori; -+ -+ break; -+ } -+ case 2: -+ _rtw_memset(&ssid_ie[2], 0, ssid_len_ori); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ return len_diff; -+} -+ -+void issue_beacon(_adapter *padapter, int timeout_ms) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned int rate_len; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+#ifdef CONFIG_BCN_ICF -+ if ((pmgntframe = rtw_alloc_bcnxmitframe(pxmitpriv)) == NULL) -+#else -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+#endif -+ { -+ DBG_871X("%s, alloc mgnt frame fail\n", __FUNCTION__); -+ return; -+ } -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ _enter_critical_bh(&pmlmepriv->bcn_update_lock, &irqL); -+#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->qsel = QSLT_BEACON; -+ #ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->iface_type == IFACE_PORT1) -+ pattrib->mbssid = 1; -+ #endif -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ //pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_BEACON); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof (struct rtw_ieee80211_hdr_3addr); -+ -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ //DBG_871X("ie len=%d\n", cur_network->IELength); -+#ifdef CONFIG_P2P -+ // for P2P : Primary Device Type & Device Name -+ u32 wpsielen=0, insert_len=0; -+ u8 *wpsie=NULL; -+ wpsie = rtw_get_wps_ie(cur_network->IEs+_FIXED_IE_LENGTH_, cur_network->IELength-_FIXED_IE_LENGTH_, NULL, &wpsielen); -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen>0) -+ { -+ uint wps_offset, remainder_ielen; -+ u8 *premainder_ie, *pframe_wscie; -+ -+ wps_offset = (uint)(wpsie - cur_network->IEs); -+ -+ premainder_ie = wpsie + wpsielen; -+ -+ remainder_ielen = cur_network->IELength - wps_offset - wpsielen; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(pmlmepriv->wps_beacon_ie && pmlmepriv->wps_beacon_ie_len>0) -+ { -+ _rtw_memcpy(pframe, cur_network->IEs, wps_offset); -+ pframe += wps_offset; -+ pattrib->pktlen += wps_offset; -+ -+ _rtw_memcpy(pframe, pmlmepriv->wps_beacon_ie, pmlmepriv->wps_beacon_ie_len); -+ pframe += pmlmepriv->wps_beacon_ie_len; -+ pattrib->pktlen += pmlmepriv->wps_beacon_ie_len; -+ -+ //copy remainder_ie to pframe -+ _rtw_memcpy(pframe, premainder_ie, remainder_ielen); -+ pframe += remainder_ielen; -+ pattrib->pktlen += remainder_ielen; -+ } -+ else -+ { -+ _rtw_memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ pframe += cur_network->IELength; -+ pattrib->pktlen += cur_network->IELength; -+ } -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ pframe_wscie = pframe + wps_offset; -+ _rtw_memcpy(pframe, cur_network->IEs, wps_offset+wpsielen); -+ pframe += (wps_offset + wpsielen); -+ pattrib->pktlen += (wps_offset + wpsielen); -+ -+ //now pframe is end of wsc ie, insert Primary Device Type & Device Name -+ // Primary Device Type -+ // Type: -+ *(u16*) ( pframe + insert_len) = cpu_to_be16( WPS_ATTR_PRIMARY_DEV_TYPE ); -+ insert_len += 2; -+ -+ // Length: -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( 0x0008 ); -+ insert_len += 2; -+ -+ // Value: -+ // Category ID -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ insert_len += 2; -+ -+ // OUI -+ *(u32*) ( pframe + insert_len ) = cpu_to_be32( WPSOUI ); -+ insert_len += 4; -+ -+ // Sub Category ID -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ insert_len += 2; -+ -+ -+ // Device Name -+ // Type: -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ insert_len += 2; -+ -+ // Length: -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( pwdinfo->device_name_len ); -+ insert_len += 2; -+ -+ // Value: -+ _rtw_memcpy( pframe + insert_len, pwdinfo->device_name, pwdinfo->device_name_len ); -+ insert_len += pwdinfo->device_name_len; -+ -+ -+ //update wsc ie length -+ *(pframe_wscie+1) = (wpsielen -2) + insert_len; -+ -+ //pframe move to end -+ pframe+=insert_len; -+ pattrib->pktlen += insert_len; -+ -+ //copy remainder_ie to pframe -+ _rtw_memcpy(pframe, premainder_ie, remainder_ielen); -+ pframe += remainder_ielen; -+ pattrib->pktlen += remainder_ielen; -+ } -+ } -+ else -+#endif //CONFIG_P2P -+ { -+ int len_diff; -+ _rtw_memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ len_diff = update_hidden_ssid( -+ pframe+_BEACON_IE_OFFSET_ -+ , cur_network->IELength-_BEACON_IE_OFFSET_ -+ , pmlmeinfo->hidden_ssid_mode -+ ); -+ pframe += (cur_network->IELength+len_diff); -+ pattrib->pktlen += (cur_network->IELength+len_diff); -+ } -+ -+ { -+ u8 *wps_ie; -+ uint wps_ielen; -+ u8 sr = 0; -+ wps_ie = rtw_get_wps_ie(pmgntframe->buf_addr+TXDESC_OFFSET+sizeof (struct rtw_ieee80211_hdr_3addr)+_BEACON_IE_OFFSET_, -+ pattrib->pktlen-sizeof (struct rtw_ieee80211_hdr_3addr)-_BEACON_IE_OFFSET_, NULL, &wps_ielen); -+ if (wps_ie && wps_ielen>0) { -+ rtw_get_wps_attr_content(wps_ie, wps_ielen, WPS_ATTR_SELECTED_REGISTRAR, (u8*)(&sr), NULL); -+ } -+ if (sr != 0) -+ set_fwstate(pmlmepriv, WIFI_UNDER_WPS); -+ else -+ _clr_fwstate_(pmlmepriv, WIFI_UNDER_WPS); -+ } -+ -+#ifdef CONFIG_P2P -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ u32 len; -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ len = pmlmepriv->p2p_beacon_ie_len; -+ if(pmlmepriv->p2p_beacon_ie && len>0) -+ _rtw_memcpy(pframe, pmlmepriv->p2p_beacon_ie, len); -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ len = build_beacon_p2p_ie(pwdinfo, pframe); -+ } -+ -+ pframe += len; -+ pattrib->pktlen += len; -+#ifdef CONFIG_WFD -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(_TRUE == pwdinfo->wfd_info->wfd_enable) -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ len = build_beacon_wfd_ie( pwdinfo, pframe ); -+ } -+#ifdef CONFIG_IOCTL_CFG80211 -+ else -+ { -+ len = 0; -+ if(pmlmepriv->wfd_beacon_ie && pmlmepriv->wfd_beacon_ie_len>0) -+ { -+ len = pmlmepriv->wfd_beacon_ie_len; -+ _rtw_memcpy(pframe, pmlmepriv->wfd_beacon_ie, len); -+ } -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+ pframe += len; -+ pattrib->pktlen += len; -+#endif //CONFIG_WFD -+ } -+#endif //CONFIG_P2P -+ -+ goto _issue_bcn; -+ -+ } -+ -+ //below for ad-hoc mode -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ pattrib->pktlen += 8; -+ -+ // beacon interval: 2 bytes -+ -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ // capability info: 2 bytes -+ -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pattrib->pktlen); -+ -+ // supported rates... -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8)? 8: rate_len), cur_network->SupportedRates, &pattrib->pktlen); -+ -+ // DS parameter set -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pattrib->pktlen); -+ -+ //if( (pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ u8 erpinfo=0; -+ u32 ATIMWindow; -+ // IBSS Parameter Set... -+ //ATIMWindow = cur->Configuration.ATIMWindow; -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); -+ -+ //ERP IE -+ pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); -+ } -+ -+ -+ // EXTERNDED SUPPORTED RATE -+ if (rate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pattrib->pktlen); -+ } -+ -+ -+ //todo:HT for adhoc -+ -+_issue_bcn: -+ -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ pmlmepriv->update_bcn = _FALSE; -+ -+ _exit_critical_bh(&pmlmepriv->bcn_update_lock, &irqL); -+#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ -+ if ((pattrib->pktlen + TXDESC_SIZE) > 512) -+ { -+ DBG_871X("beacon frame too large\n"); -+ return; -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ //DBG_871X("issue bcn_sz=%d\n", pattrib->last_txcmdsz); -+ if(timeout_ms > 0) -+ dump_mgntframe_and_wait(padapter, pmgntframe, timeout_ms); -+ else -+ dump_mgntframe(padapter, pmgntframe); -+ -+} -+ -+void issue_probersp(_adapter *padapter, unsigned char *da, u8 is_valid_p2p_probereq) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned char *mac, *bssid; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ u8 *pwps_ie; -+ uint wps_ielen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ unsigned int rate_len; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+#endif //CONFIG_P2P -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ if(da == NULL) -+ return; -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ return; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ DBG_871X("%s, alloc mgnt frame fail\n", __FUNCTION__); -+ return; -+ } -+ -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ mac = adapter_mac_addr(padapter); -+ bssid = cur_network->MacAddress; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, bssid, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(fctrl, WIFI_PROBERSP); -+ -+ pattrib->hdrlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = pattrib->hdrlen; -+ pframe += pattrib->hdrlen; -+ -+ -+ if(cur_network->IELength>MAX_IE_SZ) -+ return; -+ -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ pwps_ie = rtw_get_wps_ie(cur_network->IEs+_FIXED_IE_LENGTH_, cur_network->IELength-_FIXED_IE_LENGTH_, NULL, &wps_ielen); -+ -+ //inerset & update wps_probe_resp_ie -+ if((pmlmepriv->wps_probe_resp_ie!=NULL) && pwps_ie && (wps_ielen>0)) -+ { -+ uint wps_offset, remainder_ielen; -+ u8 *premainder_ie; -+ -+ wps_offset = (uint)(pwps_ie - cur_network->IEs); -+ -+ premainder_ie = pwps_ie + wps_ielen; -+ -+ remainder_ielen = cur_network->IELength - wps_offset - wps_ielen; -+ -+ _rtw_memcpy(pframe, cur_network->IEs, wps_offset); -+ pframe += wps_offset; -+ pattrib->pktlen += wps_offset; -+ -+ wps_ielen = (uint)pmlmepriv->wps_probe_resp_ie[1];//to get ie data len -+ if((wps_offset+wps_ielen+2)<=MAX_IE_SZ) -+ { -+ _rtw_memcpy(pframe, pmlmepriv->wps_probe_resp_ie, wps_ielen+2); -+ pframe += wps_ielen+2; -+ pattrib->pktlen += wps_ielen+2; -+ } -+ -+ if((wps_offset+wps_ielen+2+remainder_ielen)<=MAX_IE_SZ) -+ { -+ _rtw_memcpy(pframe, premainder_ie, remainder_ielen); -+ pframe += remainder_ielen; -+ pattrib->pktlen += remainder_ielen; -+ } -+ } -+ else -+ { -+ _rtw_memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ pframe += cur_network->IELength; -+ pattrib->pktlen += cur_network->IELength; -+ } -+ -+ /* retrieve SSID IE from cur_network->Ssid */ -+ { -+ u8 *ssid_ie; -+ sint ssid_ielen; -+ sint ssid_ielen_diff; -+ u8 buf[MAX_IE_SZ]; -+ u8 *ies = pmgntframe->buf_addr+TXDESC_OFFSET+sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ ssid_ie = rtw_get_ie(ies+_FIXED_IE_LENGTH_, _SSID_IE_, &ssid_ielen, -+ (pframe-ies)-_FIXED_IE_LENGTH_); -+ -+ ssid_ielen_diff = cur_network->Ssid.SsidLength - ssid_ielen; -+ -+ if (ssid_ie && cur_network->Ssid.SsidLength) { -+ uint remainder_ielen; -+ u8 *remainder_ie; -+ remainder_ie = ssid_ie+2; -+ remainder_ielen = (pframe-remainder_ie); -+ -+ if (remainder_ielen > MAX_IE_SZ) { -+ DBG_871X_LEVEL(_drv_warning_, FUNC_ADPT_FMT" remainder_ielen > MAX_IE_SZ\n", FUNC_ADPT_ARG(padapter)); -+ remainder_ielen = MAX_IE_SZ; -+ } -+ -+ _rtw_memcpy(buf, remainder_ie, remainder_ielen); -+ _rtw_memcpy(remainder_ie+ssid_ielen_diff, buf, remainder_ielen); -+ *(ssid_ie+1) = cur_network->Ssid.SsidLength; -+ _rtw_memcpy(ssid_ie+2, cur_network->Ssid.Ssid, cur_network->Ssid.SsidLength); -+ -+ pframe += ssid_ielen_diff; -+ pattrib->pktlen += ssid_ielen_diff; -+ } -+ } -+ } -+ else -+#endif -+ { -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ pattrib->pktlen += 8; -+ -+ // beacon interval: 2 bytes -+ -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ // capability info: 2 bytes -+ -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ //below for ad-hoc mode -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pattrib->pktlen); -+ -+ // supported rates... -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8)? 8: rate_len), cur_network->SupportedRates, &pattrib->pktlen); -+ -+ // DS parameter set -+ pframe =rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pattrib->pktlen); -+ -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ u8 erpinfo=0; -+ u32 ATIMWindow; -+ // IBSS Parameter Set... -+ //ATIMWindow = cur->Configuration.ATIMWindow; -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); -+ -+ //ERP IE -+ pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); -+ } -+ -+ -+ // EXTERNDED SUPPORTED RATE -+ if (rate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pattrib->pktlen); -+ } -+ -+ -+ //todo:HT for adhoc -+ -+ } -+ -+#ifdef CONFIG_P2P -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) -+ /* IOT issue, When wifi_spec is not set, send probe_resp with P2P IE even if probe_req has no P2P IE */ -+ && (is_valid_p2p_probereq || !padapter->registrypriv.wifi_spec)) -+ { -+ u32 len; -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ //if pwdinfo->role == P2P_ROLE_DEVICE will call issue_probersp_p2p() -+ len = pmlmepriv->p2p_go_probe_resp_ie_len; -+ if(pmlmepriv->p2p_go_probe_resp_ie && len>0) -+ _rtw_memcpy(pframe, pmlmepriv->p2p_go_probe_resp_ie, len); -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ len = build_probe_resp_p2p_ie(pwdinfo, pframe); -+ } -+ -+ pframe += len; -+ pattrib->pktlen += len; -+ -+#ifdef CONFIG_WFD -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(_TRUE == pwdinfo->wfd_info->wfd_enable) -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ len = build_probe_resp_wfd_ie(pwdinfo, pframe, 0); -+ } -+#ifdef CONFIG_IOCTL_CFG80211 -+ else -+ { -+ len = 0; -+ if(pmlmepriv->wfd_probe_resp_ie && pmlmepriv->wfd_probe_resp_ie_len>0) -+ { -+ len = pmlmepriv->wfd_probe_resp_ie_len; -+ _rtw_memcpy(pframe, pmlmepriv->wfd_probe_resp_ie, len); -+ } -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+ pframe += len; -+ pattrib->pktlen += len; -+#endif //CONFIG_WFD -+ -+ } -+#endif //CONFIG_P2P -+ -+ -+#ifdef CONFIG_AUTO_AP_MODE -+{ -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("(%s)\n", __FUNCTION__); -+ -+ //check rc station -+ psta = rtw_get_stainfo(pstapriv, da); -+ if (psta && psta->isrc && psta->pid>0) -+ { -+ u8 RC_OUI[4]={0x00,0xE0,0x4C,0x0A}; -+ u8 RC_INFO[14] = {0}; -+ //EID[1] + EID_LEN[1] + RC_OUI[4] + MAC[6] + PairingID[2] + ChannelNum[2] -+ u16 cu_ch = (u16)cur_network->Configuration.DSConfig; -+ -+ DBG_871X("%s, reply rc(pid=0x%x) device "MAC_FMT" in ch=%d\n", __FUNCTION__, -+ psta->pid, MAC_ARG(psta->hwaddr), cu_ch); -+ -+ //append vendor specific ie -+ _rtw_memcpy(RC_INFO, RC_OUI, sizeof(RC_OUI)); -+ _rtw_memcpy(&RC_INFO[4], mac, ETH_ALEN); -+ _rtw_memcpy(&RC_INFO[10], (u8*)&psta->pid, 2); -+ _rtw_memcpy(&RC_INFO[12], (u8*)&cu_ch, 2); -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(RC_INFO), RC_INFO, &pattrib->pktlen); -+ } -+} -+#endif //CONFIG_AUTO_AP_MODE -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+int _issue_probereq(_adapter *padapter, NDIS_802_11_SSID *pssid, u8 *da, u8 ch, bool append_wps, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned char *mac; -+ unsigned char bssrate[NumRates]; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int bssrate_len = 0; -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ goto exit; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ mac = adapter_mac_addr(padapter); -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ if (da) -+ { -+ // unicast probe request frame -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, da, ETH_ALEN); -+ } -+ else -+ { -+ // broadcast probe request frame -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, bc_addr, ETH_ALEN); -+ } -+ -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_PROBEREQ); -+ -+ pframe += sizeof (struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof (struct rtw_ieee80211_hdr_3addr); -+ -+ if(pssid) -+ pframe = rtw_set_ie(pframe, _SSID_IE_, pssid->SsidLength, pssid->Ssid, &(pattrib->pktlen)); -+ else -+ pframe = rtw_set_ie(pframe, _SSID_IE_, 0, NULL, &(pattrib->pktlen)); -+ -+ get_rate_set(padapter, bssrate, &bssrate_len); -+ -+ if (bssrate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , 8, bssrate, &(pattrib->pktlen)); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_ , (bssrate_len - 8), (bssrate + 8), &(pattrib->pktlen)); -+ } -+ else -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , bssrate_len , bssrate, &(pattrib->pktlen)); -+ } -+ -+ if (ch) -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, &ch, &pattrib->pktlen); -+ -+ if (append_wps) { -+ //add wps_ie for wps2.0 -+ if(pmlmepriv->wps_probe_req_ie_len>0 && pmlmepriv->wps_probe_req_ie) -+ { -+ _rtw_memcpy(pframe, pmlmepriv->wps_probe_req_ie, pmlmepriv->wps_probe_req_ie_len); -+ pframe += pmlmepriv->wps_probe_req_ie_len; -+ pattrib->pktlen += pmlmepriv->wps_probe_req_ie_len; -+ //pmlmepriv->wps_probe_req_ie_len = 0 ;//reset to zero -+ } -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_notice_,("issuing probe_req, tx_len=%d\n", pattrib->last_txcmdsz)); -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+inline void issue_probereq(_adapter *padapter, NDIS_802_11_SSID *pssid, u8 *da) -+{ -+ _issue_probereq(padapter, pssid, da, 0, 1, _FALSE); -+} -+ -+/* -+ * wait_ms == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * wait_ms > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ * try_cnt means the maximal TX count to try -+ */ -+int issue_probereq_ex(_adapter *padapter, NDIS_802_11_SSID *pssid, u8 *da, u8 ch, bool append_wps, -+ int try_cnt, int wait_ms) -+{ -+ int ret = _FAIL; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ do -+ { -+ ret = _issue_probereq(padapter, pssid, da, ch, append_wps, wait_ms>0?_TRUE:_FALSE); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ break; -+ -+ if(i < try_cnt && wait_ms > 0 && ret==_FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ }while((ixmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ return; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_AUTH); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ -+ if(psta)// for AP mode -+ { -+#ifdef CONFIG_NATIVEAP_MLME -+ -+ _rtw_memcpy(pwlanhdr->addr1, psta->hwaddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ -+ // setting auth algo number -+ val16 = (u16)psta->authalg; -+ -+ if(status != _STATS_SUCCESSFUL_) -+ val16 = 0; -+ -+ if (val16) { -+ val16 = cpu_to_le16(val16); -+ use_shared_key = 1; -+ } -+ -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&val16, &(pattrib->pktlen)); -+ -+ // setting auth seq number -+ val16 =(u16)psta->auth_seq; -+ val16 = cpu_to_le16(val16); -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&val16, &(pattrib->pktlen)); -+ -+ // setting status code... -+ val16 = status; -+ val16 = cpu_to_le16(val16); -+ pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&val16, &(pattrib->pktlen)); -+ -+ // added challenging text... -+ if ((psta->auth_seq == 2) && (psta->state & WIFI_FW_AUTH_STATE) && (use_shared_key==1)) -+ { -+ pframe = rtw_set_ie(pframe, _CHLGETXT_IE_, 128, psta->chg_txt, &(pattrib->pktlen)); -+ } -+#endif -+ } -+ else -+ { -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&pmlmeinfo->network), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&pmlmeinfo->network), ETH_ALEN); -+ -+ // setting auth algo number -+ val16 = (pmlmeinfo->auth_algo == dot11AuthAlgrthm_Shared)? 1: 0;// 0:OPEN System, 1:Shared key -+ if (val16) { -+ val16 = cpu_to_le16(val16); -+ use_shared_key = 1; -+ } -+ //DBG_871X("%s auth_algo= %s auth_seq=%d\n",__FUNCTION__,(pmlmeinfo->auth_algo==0)?"OPEN":"SHARED",pmlmeinfo->auth_seq); -+ -+ //setting IV for auth seq #3 -+ if ((pmlmeinfo->auth_seq == 3) && (pmlmeinfo->state & WIFI_FW_AUTH_STATE) && (use_shared_key==1)) -+ { -+ //DBG_871X("==> iv(%d),key_index(%d)\n",pmlmeinfo->iv,pmlmeinfo->key_index); -+ val32 = ((pmlmeinfo->iv++) | (pmlmeinfo->key_index << 30)); -+ val32 = cpu_to_le32(val32); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&val32, &(pattrib->pktlen)); -+ -+ pattrib->iv_len = 4; -+ } -+ -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&val16, &(pattrib->pktlen)); -+ -+ // setting auth seq number -+ val16 = pmlmeinfo->auth_seq; -+ val16 = cpu_to_le16(val16); -+ pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&val16, &(pattrib->pktlen)); -+ -+ -+ // setting status code... -+ val16 = status; -+ val16 = cpu_to_le16(val16); -+ pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&val16, &(pattrib->pktlen)); -+ -+ // then checking to see if sending challenging text... -+ if ((pmlmeinfo->auth_seq == 3) && (pmlmeinfo->state & WIFI_FW_AUTH_STATE) && (use_shared_key==1)) -+ { -+ pframe = rtw_set_ie(pframe, _CHLGETXT_IE_, 128, pmlmeinfo->chg_txt, &(pattrib->pktlen)); -+ -+ SetPrivacy(fctrl); -+ -+ pattrib->hdrlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pattrib->encrypt = _WEP40_; -+ -+ pattrib->icv_len = 4; -+ -+ pattrib->pktlen += pattrib->icv_len; -+ -+ } -+ -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ rtw_wep_encrypt(padapter, (u8 *)pmgntframe); -+ DBG_871X("%s\n", __FUNCTION__); -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+} -+ -+ -+void issue_asocrsp(_adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type) -+{ -+#ifdef CONFIG_AP_MODE -+ struct xmit_frame *pmgntframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct pkt_attrib *pattrib; -+ unsigned char *pbuf, *pframe; -+ unsigned short val, ie_status; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = &(pmlmeinfo->network); -+ u8 *ie = pnetwork->IEs; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+#endif //CONFIG_P2P -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ return; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy((void *)GetAddr1Ptr(pwlanhdr), pstat->hwaddr, ETH_ALEN); -+ _rtw_memcpy((void *)GetAddr2Ptr(pwlanhdr), adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy((void *)GetAddr3Ptr(pwlanhdr), get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ if ((pkt_type == WIFI_ASSOCRSP) || (pkt_type == WIFI_REASSOCRSP)) -+ SetFrameSubType(pwlanhdr, pkt_type); -+ else -+ return; -+ -+ pattrib->hdrlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen += pattrib->hdrlen; -+ pframe += pattrib->hdrlen; -+ -+ //capability -+ val = *(unsigned short *)rtw_get_capability_from_ie(ie); -+ -+ pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_ , (unsigned char *)&val, &(pattrib->pktlen)); -+ -+ ie_status = cpu_to_le16(status); -+ pframe = rtw_set_fixed_ie(pframe , _STATUS_CODE_ , (unsigned char *)&ie_status, &(pattrib->pktlen)); -+ -+ val = cpu_to_le16(pstat->aid | BIT(14) | BIT(15)); -+ pframe = rtw_set_fixed_ie(pframe, _ASOC_ID_ , (unsigned char *)&val, &(pattrib->pktlen)); -+ -+ if (pstat->bssratelen <= 8) -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, pstat->bssratelen, pstat->bssrateset, &(pattrib->pktlen)); -+ } -+ else -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pstat->bssrateset, &(pattrib->pktlen)); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (pstat->bssratelen-8), pstat->bssrateset+8, &(pattrib->pktlen)); -+ } -+ -+#ifdef CONFIG_IEEE80211W -+ if (status == _STATS_REFUSED_TEMPORARILY_) { -+ u8 timeout_itvl[5]; -+ u32 timeout_interval = 3000; -+ /* Association Comeback time */ -+ timeout_itvl[0] = 0x03; -+ timeout_interval = cpu_to_le32(timeout_interval); -+ _rtw_memcpy(timeout_itvl+1, &timeout_interval, 4); -+ pframe = rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, 5, timeout_itvl, &(pattrib->pktlen)); -+ } -+#endif /* CONFIG_IEEE80211W */ -+ -+#ifdef CONFIG_80211N_HT -+ if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) -+ { -+ uint ie_len=0; -+ -+ //FILL HT CAP INFO IE -+ //p = hostapd_eid_ht_capabilities_info(hapd, p); -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_CAPABILITY_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if(pbuf && ie_len>0) -+ { -+ _rtw_memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen +=(ie_len+2); -+ } -+ -+ //FILL HT ADD INFO IE -+ //p = hostapd_eid_ht_operation(hapd, p); -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_ADD_INFO_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if(pbuf && ie_len>0) -+ { -+ _rtw_memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen +=(ie_len+2); -+ } -+ -+ } -+#endif -+ -+ /*adding EXT_CAPAB_IE */ -+ if (pmlmepriv->ext_capab_ie_len > 0) { -+ uint ie_len = 0; -+ -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _EXT_CAP_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if (pbuf && ie_len > 0) { -+ _rtw_memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen += (ie_len+2); -+ } -+ } -+ -+#ifdef CONFIG_80211AC_VHT -+ if ((pstat->flags & WLAN_STA_VHT) && (pmlmepriv->vhtpriv.vht_option) -+ && (pstat->wpa_pairwise_cipher != WPA_CIPHER_TKIP) -+ && (pstat->wpa2_pairwise_cipher != WPA_CIPHER_TKIP)) -+ { -+ u32 ie_len=0; -+ -+ //FILL VHT CAP IE -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, EID_VHTCapability, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if(pbuf && ie_len>0) -+ { -+ _rtw_memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen +=(ie_len+2); -+ } -+ -+ //FILL VHT OPERATION IE -+ pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, EID_VHTOperation, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_)); -+ if(pbuf && ie_len>0) -+ { -+ _rtw_memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen +=(ie_len+2); -+ } -+ } -+#endif //CONFIG_80211AC_VHT -+ -+ //FILL WMM IE -+ if ((pstat->flags & WLAN_STA_WME) && (pmlmepriv->qospriv.qos_option)) -+ { -+ uint ie_len=0; -+ unsigned char WMM_PARA_IE[] = {0x00, 0x50, 0xf2, 0x02, 0x01, 0x01}; -+ -+ for (pbuf = ie + _BEACON_IE_OFFSET_; ;pbuf+= (ie_len + 2)) -+ { -+ pbuf = rtw_get_ie(pbuf, _VENDOR_SPECIFIC_IE_, &ie_len, (pnetwork->IELength - _BEACON_IE_OFFSET_ - (ie_len + 2))); -+ if(pbuf && _rtw_memcmp(pbuf+2, WMM_PARA_IE, 6)) -+ { -+ _rtw_memcpy(pframe, pbuf, ie_len+2); -+ pframe += (ie_len+2); -+ pattrib->pktlen +=(ie_len+2); -+ -+ break; -+ } -+ -+ if ((pbuf == NULL) || (ie_len == 0)) -+ { -+ break; -+ } -+ } -+ -+ } -+ -+ -+ if (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK) -+ { -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, 6 , REALTEK_96B_IE, &(pattrib->pktlen)); -+ } -+ -+ //add WPS IE ie for wps 2.0 -+ if(pmlmepriv->wps_assoc_resp_ie && pmlmepriv->wps_assoc_resp_ie_len>0) -+ { -+ _rtw_memcpy(pframe, pmlmepriv->wps_assoc_resp_ie, pmlmepriv->wps_assoc_resp_ie_len); -+ -+ pframe += pmlmepriv->wps_assoc_resp_ie_len; -+ pattrib->pktlen += pmlmepriv->wps_assoc_resp_ie_len; -+ } -+ -+#ifdef CONFIG_P2P -+ if( padapter->wdinfo.driver_interface == DRIVER_WEXT ) -+ { -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && (pstat->is_p2p_device == _TRUE)) -+ { -+ u32 len; -+ -+ len = build_assoc_resp_p2p_ie(pwdinfo, pframe, pstat->p2p_status_code); -+ -+ pframe += len; -+ pattrib->pktlen += len; -+ } -+ } -+#ifdef CONFIG_WFD -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) -+#ifdef CONFIG_IOCTL_CFG80211 -+ && (_TRUE == pwdinfo->wfd_info->wfd_enable) -+#endif //CONFIG_IOCTL_CFG80211 -+ ) -+ { -+ wfdielen = build_assoc_resp_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } -+#endif //CONFIG_WFD -+#endif //CONFIG_P2P -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+#endif -+} -+ -+void issue_assocreq(_adapter *padapter) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe, *p; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned short val16; -+ unsigned int i, j, ie_len, index=0; -+ unsigned char rf_type, bssrate[NumRates], sta_bssrate[NumRates]; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int bssrate_len = 0, sta_bssrate_len = 0; -+ u8 vs_ie_length = 0; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ u8 p2pie[ 255 ] = { 0x00 }; -+ u16 p2pielen = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_DFS -+ u16 cap; -+ -+ /* Dot H */ -+ u8 pow_cap_ele[2] = { 0x00 }; -+ u8 sup_ch[ 30 * 2 ] = {0x00 }, sup_ch_idx = 0, idx_5g = 2; //For supported channel -+#endif //CONFIG_DFS -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ASSOCREQ); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ //caps -+ -+#ifdef CONFIG_DFS -+ _rtw_memcpy(&cap, rtw_get_capability_from_ie(pmlmeinfo->network.IEs), 2); -+ cap |= cap_SpecMgmt; -+ _rtw_memcpy(pframe, &cap, 2); -+#else -+ _rtw_memcpy(pframe, rtw_get_capability_from_ie(pmlmeinfo->network.IEs), 2); -+#endif //CONFIG_DFS -+ -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ //listen interval -+ //todo: listen interval for power saving -+ val16 = cpu_to_le16(3); -+ _rtw_memcpy(pframe ,(unsigned char *)&val16, 2); -+ pframe += 2; -+ pattrib->pktlen += 2; -+ -+ //SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, pmlmeinfo->network.Ssid.SsidLength, pmlmeinfo->network.Ssid.Ssid, &(pattrib->pktlen)); -+ -+#ifdef CONFIG_DFS -+ /* Dot H */ -+ if(pmlmeext->cur_channel > 14) -+ { -+ pow_cap_ele[0] = 13; // Minimum transmit power capability -+ pow_cap_ele[1] = 21; // Maximum transmit power capability -+ pframe = rtw_set_ie(pframe, EID_PowerCap, 2, pow_cap_ele, &(pattrib->pktlen)); -+ -+ //supported channels -+ do{ -+ if( pmlmeext->channel_set[sup_ch_idx].ChannelNum <= 14 ) -+ { -+ sup_ch[0] = 1; //First channel number -+ sup_ch[1] = pmlmeext->channel_set[sup_ch_idx].ChannelNum; //Number of channel -+ } -+ else -+ { -+ sup_ch[idx_5g++] = pmlmeext->channel_set[sup_ch_idx].ChannelNum; -+ sup_ch[idx_5g++] = 1; -+ } -+ sup_ch_idx++; -+ } -+ while( pmlmeext->channel_set[sup_ch_idx].ChannelNum != 0 ); -+ pframe = rtw_set_ie(pframe, EID_SupportedChannels, idx_5g, sup_ch, &(pattrib->pktlen)); -+ } -+#endif //CONFIG_DFS -+ -+ //supported rate & extended supported rate -+ -+#if 1 // Check if the AP's supported rates are also supported by STA. -+ get_rate_set(padapter, sta_bssrate, &sta_bssrate_len); -+ //DBG_871X("sta_bssrate_len=%d\n", sta_bssrate_len); -+ -+ if(pmlmeext->cur_channel == 14)// for JAPAN, channel 14 can only uses B Mode(CCK) -+ { -+ sta_bssrate_len = 4; -+ } -+ -+ -+ //for (i = 0; i < sta_bssrate_len; i++) { -+ // DBG_871X("sta_bssrate[%d]=%02X\n", i, sta_bssrate[i]); -+ //} -+ -+ for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { -+ if (pmlmeinfo->network.SupportedRates[i] == 0) break; -+ DBG_871X("network.SupportedRates[%d]=%02X\n", i, pmlmeinfo->network.SupportedRates[i]); -+ } -+ -+ -+ for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { -+ if (pmlmeinfo->network.SupportedRates[i] == 0) break; -+ -+ -+ // Check if the AP's supported rates are also supported by STA. -+ for (j=0; j < sta_bssrate_len; j++) { -+ // Avoid the proprietary data rate (22Mbps) of Handlink WSG-4000 AP -+ if ( (pmlmeinfo->network.SupportedRates[i]|IEEE80211_BASIC_RATE_MASK) -+ == (sta_bssrate[j]|IEEE80211_BASIC_RATE_MASK)) { -+ //DBG_871X("match i = %d, j=%d\n", i, j); -+ break; -+ } else { -+ //DBG_871X("not match: %02X != %02X\n", (pmlmeinfo->network.SupportedRates[i]|IEEE80211_BASIC_RATE_MASK), (sta_bssrate[j]|IEEE80211_BASIC_RATE_MASK)); -+ } -+ } -+ -+ if (j == sta_bssrate_len) { -+ // the rate is not supported by STA -+ DBG_871X("%s(): the rate[%d]=%02X is not supported by STA!\n",__FUNCTION__, i, pmlmeinfo->network.SupportedRates[i]); -+ } else { -+ // the rate is supported by STA -+ bssrate[index++] = pmlmeinfo->network.SupportedRates[i]; -+ } -+ } -+ -+ bssrate_len = index; -+ DBG_871X("bssrate_len = %d\n", bssrate_len); -+ -+#else // Check if the AP's supported rates are also supported by STA. -+#if 0 -+ get_rate_set(padapter, bssrate, &bssrate_len); -+#else -+ for (bssrate_len = 0; bssrate_len < NumRates; bssrate_len++) { -+ if (pmlmeinfo->network.SupportedRates[bssrate_len] == 0) break; -+ -+ if (pmlmeinfo->network.SupportedRates[bssrate_len] == 0x2C) // Avoid the proprietary data rate (22Mbps) of Handlink WSG-4000 AP -+ break; -+ -+ bssrate[bssrate_len] = pmlmeinfo->network.SupportedRates[bssrate_len]; -+ } -+#endif -+#endif // Check if the AP's supported rates are also supported by STA. -+ -+ if ((bssrate_len == 0) && (pmlmeinfo->network.SupportedRates[0] != 0)) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; //don't connect to AP if no joint supported rate -+ } -+ -+ -+ if (bssrate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , 8, bssrate, &(pattrib->pktlen)); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_ , (bssrate_len - 8), (bssrate + 8), &(pattrib->pktlen)); -+ } -+ else if (bssrate_len > 0) -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , bssrate_len , bssrate, &(pattrib->pktlen)); -+ } else { -+ DBG_871X("%s: Connect to AP without 11b and 11g data rate!\n",__FUNCTION__); -+ } -+ -+ //vendor specific IE, such as WPA, WMM, WPS -+ for (i = sizeof(NDIS_802_11_FIXED_IEs); i < pmlmeinfo->network.IELength;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pmlmeinfo->network.IEs + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_: -+ if ((_rtw_memcmp(pIE->data, RTW_WPA_OUI, 4)) || -+ (_rtw_memcmp(pIE->data, WMM_OUI, 4)) || -+ (_rtw_memcmp(pIE->data, WPS_OUI, 4))) -+ { -+ vs_ie_length = pIE->Length; -+ if((!padapter->registrypriv.wifi_spec) && (_rtw_memcmp(pIE->data, WPS_OUI, 4))) -+ { -+ //Commented by Kurt 20110629 -+ //In some older APs, WPS handshake -+ //would be fail if we append vender extensions informations to AP -+ -+ vs_ie_length = 14; -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, vs_ie_length, pIE->data, &(pattrib->pktlen)); -+ } -+ break; -+ -+ case EID_WPA2: -+ pframe = rtw_set_ie(pframe, EID_WPA2, pIE->Length, pIE->data, &(pattrib->pktlen)); -+ break; -+#ifdef CONFIG_80211N_HT -+ case EID_HTCapability: -+ if(padapter->mlmepriv.htpriv.ht_option==_TRUE) { -+ if (!(is_ap_in_tkip(padapter))) -+ { -+ _rtw_memcpy(&(pmlmeinfo->HT_caps), pIE->data, sizeof(struct HT_caps_element)); -+ -+ pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info = cpu_to_le16(pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info); -+ -+ pframe = rtw_set_ie(pframe, EID_HTCapability, pIE->Length , (u8 *)(&(pmlmeinfo->HT_caps)), &(pattrib->pktlen)); -+ } -+ } -+ break; -+ -+ case EID_EXTCapability: -+ if(padapter->mlmepriv.htpriv.ht_option==_TRUE) { -+ pframe = rtw_set_ie(pframe, EID_EXTCapability, pIE->Length, pIE->data, &(pattrib->pktlen)); -+ } -+ break; -+#endif //CONFIG_80211N_HT -+#ifdef CONFIG_80211AC_VHT -+ case EID_VHTCapability: -+ if (padapter->mlmepriv.vhtpriv.vht_option ==_TRUE) { -+ pframe = rtw_set_ie(pframe, EID_VHTCapability, pIE->Length, pIE->data, &(pattrib->pktlen)); -+ } -+ break; -+ -+ case EID_OpModeNotification: -+ if (padapter->mlmepriv.vhtpriv.vht_option ==_TRUE) { -+ pframe = rtw_set_ie(pframe, EID_OpModeNotification, pIE->Length, pIE->data, &(pattrib->pktlen)); -+ } -+ break; -+#endif // CONFIG_80211AC_VHT -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ if (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK) -+ { -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, 6 , REALTEK_96B_IE, &(pattrib->pktlen)); -+ } -+ -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ rtw_build_assoc_req_wapi_ie(padapter, pframe, pattrib); -+#endif -+ -+ -+#ifdef CONFIG_P2P -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(pmlmepriv->p2p_assoc_req_ie && pmlmepriv->p2p_assoc_req_ie_len>0) -+ { -+ _rtw_memcpy(pframe, pmlmepriv->p2p_assoc_req_ie, pmlmepriv->p2p_assoc_req_ie_len); -+ pframe += pmlmepriv->p2p_assoc_req_ie_len; -+ pattrib->pktlen += pmlmepriv->p2p_assoc_req_ie_len; -+ } -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) && !rtw_p2p_chk_state(pwdinfo, P2P_STATE_IDLE)) -+ { -+ // Should add the P2P IE in the association request frame. -+ // P2P OUI -+ -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20101109 -+ // According to the P2P Specification, the association request frame should contain 3 P2P attributes -+ // 1. P2P Capability -+ // 2. Extended Listen Timing -+ // 3. Device Info -+ // Commented by Albert 20110516 -+ // 4. P2P Interface -+ -+ // P2P Capability -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_PERSISTENT_GROUP | DMP_P2P_GRPCAP_SUPPORT; -+ else -+ p2pie[ p2pielen++ ] = DMP_P2P_GRPCAP_SUPPORT; -+ -+ // Extended Listen Timing -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_EX_LISTEN_TIMING; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0004 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Availability Period -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ p2pielen += 2; -+ -+ // Availability Interval -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ p2pielen += 2; -+ -+ // Device Info -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ // Config Method -+ // This field should be big endian. Noted by P2P specification. -+ if ( ( pwdinfo->ui_got_wps_info == P2P_GOT_WPSINFO_PEER_DISPLAY_PIN ) || -+ ( pwdinfo->ui_got_wps_info == P2P_GOT_WPSINFO_SELF_DISPLAY_PIN ) ) -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_CONFIG_METHOD_DISPLAY ); -+ } -+ else -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_CONFIG_METHOD_PBC ); -+ } -+ -+ p2pielen += 2; -+ -+ // Primary Device Type -+ // Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ p2pielen += 2; -+ -+ // OUI -+ *(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ p2pielen += 2; -+ -+ // Number of Secondary Device Types -+ p2pie[ p2pielen++ ] = 0x00; // No Secondary Device Type List -+ -+ // Device Name -+ // Type: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ p2pielen += 2; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_name, pwdinfo->device_name_len ); -+ p2pielen += pwdinfo->device_name_len; -+ -+ // P2P Interface -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_INTERFACE; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x000D ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_addr, ETH_ALEN ); // P2P Device Address -+ p2pielen += ETH_ALEN; -+ -+ p2pie[ p2pielen++ ] = 1; // P2P Interface Address Count -+ -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_addr, ETH_ALEN ); // P2P Interface Address List -+ p2pielen += ETH_ALEN; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pattrib->pktlen ); -+ -+#ifdef CONFIG_WFD -+ //wfdielen = build_assoc_req_wfd_ie(pwdinfo, pframe); -+ //pframe += wfdielen; -+ //pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ } -+ } -+ -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_WFD -+#ifdef CONFIG_IOCTL_CFG80211 -+ if ( _TRUE == pwdinfo->wfd_info->wfd_enable ) -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ wfdielen = build_assoc_req_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } -+#ifdef CONFIG_IOCTL_CFG80211 -+ else if (pmlmepriv->wfd_assoc_req_ie != NULL && pmlmepriv->wfd_assoc_req_ie_len>0) -+ { -+ //WFD IE -+ _rtw_memcpy(pframe, pmlmepriv->wfd_assoc_req_ie, pmlmepriv->wfd_assoc_req_ie_len); -+ pattrib->pktlen += pmlmepriv->wfd_assoc_req_ie_len; -+ pframe += pmlmepriv->wfd_assoc_req_ie_len; -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ dump_mgntframe(padapter, pmgntframe); -+ -+ ret = _SUCCESS; -+ -+exit: -+ if (ret == _SUCCESS) -+ rtw_buf_update(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len, (u8 *)pwlanhdr, pattrib->pktlen); -+ else -+ rtw_buf_free(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len); -+ -+ return; -+} -+ -+//when wait_ack is ture, this function shoule be called at process context -+static int _issue_nulldata(_adapter *padapter, unsigned char *da, unsigned int power_mode, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ -+ //DBG_871X("%s:%d\n", __FUNCTION__, power_mode); -+ -+ if(!padapter) -+ goto exit; -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ pxmitpriv = &(padapter->xmitpriv); -+ pmlmeext = &(padapter->mlmeextpriv); -+ pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ goto exit; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = _FALSE; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ if((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ SetFrDs(fctrl); -+ } -+ else if((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) -+ { -+ SetToDs(fctrl); -+ } -+ -+ if (power_mode) -+ { -+ SetPwrMgt(fctrl); -+ } -+ -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_DATA_NULL); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if(wait_ack) -+ { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } -+ else -+ { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+/* -+ * [IMPORTANT] Don't call this function in interrupt context -+ * -+ * When wait_ms > 0, this function should be called at process context -+ * wait_ms == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * wait_ms > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ * try_cnt means the maximal TX count to try -+ * da == NULL for station mode -+ */ -+int issue_nulldata(_adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) -+{ -+ int ret = _FAIL; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_info *psta; -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ /* da == NULL, assum it's null data for sta to ap*/ -+ if (da == NULL) -+ da = get_my_bssid(&(pmlmeinfo->network)); -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, da); -+ if (psta) { -+ if (power_mode) -+ rtw_hal_macid_sleep(padapter, psta->mac_id); -+ else -+ rtw_hal_macid_wakeup(padapter, psta->mac_id); -+ } else { -+ DBG_871X(FUNC_ADPT_FMT ": Can't find sta info for " MAC_FMT ", skip macid %s!!\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), power_mode?"sleep":"wakeup"); -+ rtw_warn_on(1); -+ } -+ -+ do { -+ ret = _issue_nulldata(padapter, da, power_mode, wait_ms>0?_TRUE:_FALSE); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ break; -+ -+ if(i < try_cnt && wait_ms > 0 && ret==_FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ }while((imlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ -+ /* da == NULL, assum it's null data for sta to ap*/ -+ if (da == NULL) -+ da = get_my_bssid(&(pmlmeinfo->network)); -+ -+ ret = _issue_nulldata(padapter, da, power_mode, _FALSE); -+ -+ return ret; -+} -+ -+//when wait_ack is ture, this function shoule be called at process context -+static int _issue_qos_nulldata(_adapter *padapter, unsigned char *da, u16 tid, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl, *qc; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ goto exit; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ pattrib->hdrlen +=2; -+ pattrib->qos_en = _TRUE; -+ pattrib->eosp = 1; -+ pattrib->ack_policy = 0; -+ pattrib->mdata = 0; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ if((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ SetFrDs(fctrl); -+ } -+ else if((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) -+ { -+ SetToDs(fctrl); -+ } -+ -+ if(pattrib->mdata) -+ SetMData(fctrl); -+ -+ qc = (unsigned short *)(pframe + pattrib->hdrlen - 2); -+ -+ SetPriority(qc, tid); -+ -+ SetEOSP(qc, pattrib->eosp); -+ -+ SetAckpolicy(qc, pattrib->ack_policy); -+ -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr_qos); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr_qos); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if(wait_ack) -+ { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } -+ else -+ { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+/* -+ * when wait_ms >0 , this function should be called at process context -+ * wait_ms == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * wait_ms > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ * try_cnt means the maximal TX count to try -+ * da == NULL for station mode -+ */ -+int issue_qos_nulldata(_adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) -+{ -+ int ret = _FAIL; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ /* da == NULL, assum it's null data for sta to ap*/ -+ if (da == NULL) -+ da = get_my_bssid(&(pmlmeinfo->network)); -+ -+ do -+ { -+ ret = _issue_qos_nulldata(padapter, da, tid, wait_ms>0?_TRUE:_FALSE); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ break; -+ -+ if(i < try_cnt && wait_ms > 0 && ret==_FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ }while((ixmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int ret = _FAIL; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+ //DBG_871X("%s to "MAC_FMT"\n", __func__, MAC_ARG(da)); -+ -+#ifdef CONFIG_P2P -+ if ( !( rtw_p2p_chk_state( pwdinfo, P2P_STATE_NONE ) ) && ( pwdinfo->rx_invitereq_info.scan_op_ch_only ) ) -+ { -+ _cancel_timer_ex( &pwdinfo->reset_ch_sitesurvey ); -+ _set_timer( &pwdinfo->reset_ch_sitesurvey, 10 ); -+ } -+#endif //CONFIG_P2P -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ goto exit; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = _FALSE; -+ pattrib->key_type = key_type; -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_DEAUTH); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ reason = cpu_to_le16(reason); -+ pframe = rtw_set_fixed_ie(pframe, _RSON_CODE_ , (unsigned char *)&reason, &(pattrib->pktlen)); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ -+ if(wait_ack) -+ { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } -+ else -+ { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+} -+ -+int issue_deauth(_adapter *padapter, unsigned char *da, unsigned short reason) -+{ -+ DBG_871X("%s to "MAC_FMT"\n", __func__, MAC_ARG(da)); -+ return _issue_deauth(padapter, da, reason, _FALSE, IEEE80211W_RIGHT_KEY); -+} -+ -+#ifdef CONFIG_IEEE80211W -+int issue_deauth_11w(_adapter *padapter, unsigned char *da, unsigned short reason, u8 key_type) -+{ -+ DBG_871X("%s to "MAC_FMT"\n", __func__, MAC_ARG(da)); -+ return _issue_deauth(padapter, da, reason, _FALSE, key_type); -+} -+#endif /* CONFIG_IEEE80211W */ -+ -+/* -+ * wait_ms == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * wait_ms > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ * try_cnt means the maximal TX count to try -+ */ -+int issue_deauth_ex(_adapter *padapter, u8 *da, unsigned short reason, int try_cnt, -+ int wait_ms) -+{ -+ int ret = _FAIL; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ do -+ { -+ ret = _issue_deauth(padapter, da, reason, wait_ms > 0 ? _TRUE:_FALSE, IEEE80211W_RIGHT_KEY); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ break; -+ -+ if(i < try_cnt && wait_ms > 0 && ret==_FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ }while((ixmitpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ return; -+ -+ DBG_871X(FUNC_NDEV_FMT" ra="MAC_FMT", ch:%u, offset:%u\n", -+ FUNC_NDEV_ARG(padapter->pnetdev), MAC_ARG(ra), new_ch, ch_offset); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ return; -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, ra, ETH_ALEN); /* RA */ -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); /* TA */ -+ _rtw_memcpy(pwlanhdr->addr3, ra, ETH_ALEN); /* DA = RA */ -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ /* category, action */ -+ { -+ u8 category, action; -+ category = RTW_WLAN_CATEGORY_SPECTRUM_MGMT; -+ action = RTW_WLAN_ACTION_SPCT_CHL_SWITCH; -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ } -+ -+ pframe = rtw_set_ie_ch_switch(pframe, &(pattrib->pktlen), 0, new_ch, 0); -+ pframe = rtw_set_ie_secondary_ch_offset(pframe, &(pattrib->pktlen), -+ hal_ch_offset_to_secondary_ch_offset(ch_offset)); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+} -+ -+#ifdef CONFIG_IEEE80211W -+void issue_action_SA_Query(_adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short tid, u8 key_type) -+{ -+ u8 category = RTW_WLAN_CATEGORY_SA_QUERY; -+ u16 reason_code; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ u8 *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ return; -+ -+ DBG_871X("%s, %04x\n", __FUNCTION__, tid); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ DBG_871X("%s: alloc_mgtxmitframe fail\n", __FUNCTION__); -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->key_type = key_type; -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ if(raddr) -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ else -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); -+ pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen); -+ -+ switch (action) -+ { -+ case 0: //SA Query req -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)&pmlmeext->sa_query_seq, &pattrib->pktlen); -+ pmlmeext->sa_query_seq++; -+ /* send sa query request to AP, AP should reply sa query response in 1 second */ -+ if (pattrib->key_type == IEEE80211W_RIGHT_KEY) { -+ psta = rtw_get_stainfo(pstapriv, raddr); -+ if (psta != NULL) { -+ /* DBG_871X("%s, %d, set dot11w_expire_timer\n", __func__, __LINE__); */ -+ _set_timer(&psta->dot11w_expire_timer, 1000); -+ } -+ } -+ break; -+ -+ case 1: //SA Query rsp -+ tid = cpu_to_le16(tid); -+ /* DBG_871X("rtw_set_fixed_ie, %04x\n", tid); */ -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)&tid, &pattrib->pktlen); -+ break; -+ default: -+ break; -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+} -+#endif //CONFIG_IEEE80211W -+ -+/** -+ * issue_action_ba - internal function to TX Block Ack action frame -+ * @padapter: the adapter to TX -+ * @raddr: receiver address -+ * @action: Block Ack Action -+ * @tid: tid -+ * @size: the announced AMPDU buffer size. used by ADDBA_RESP -+ * @status: status/reason code. used by ADDBA_RESP, DELBA -+ * @initiator: if we are the initiator of AMPDU association. used by DELBA -+ * @wait_ack: used xmit ack -+ * -+ * Returns: -+ * _SUCCESS: No xmit ack is used or acked -+ * _FAIL: not acked when using xmit ack -+ */ -+static int issue_action_ba(_adapter *padapter, unsigned char *raddr, unsigned char action -+ , u8 tid, u8 size, u16 status, u8 initiator, int wait_ack) -+{ -+ int ret = _FAIL; -+ u8 category = RTW_WLAN_CATEGORY_BACK; -+ u16 start_seq; -+ u16 BA_para_set; -+ u16 BA_timeout_value; -+ u16 BA_starting_seqctrl; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ u8 *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+#ifdef CONFIG_80211N_HT -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ //_rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ -+ if (category == 3) -+ { -+ switch (action) -+ { -+ case RTW_WLAN_ACTION_ADDBA_REQ: -+ do { -+ pmlmeinfo->dialogToken++; -+ } while (pmlmeinfo->dialogToken == 0); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(pmlmeinfo->dialogToken), &(pattrib->pktlen)); -+ -+ #if defined(CONFIG_RTL8188E) && defined(CONFIG_SDIO_HCI) -+ BA_para_set = (0x0802 | ((tid & 0xf) << 2)); /* immediate ack & 16 buffer size */ -+ #else -+ BA_para_set = (0x1002 | ((tid & 0xf) << 2)); /* immediate ack & 64 buffer size */ -+ #endif -+ -+ BA_para_set = cpu_to_le16(BA_para_set); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(BA_para_set)), &(pattrib->pktlen)); -+ -+ //BA_timeout_value = 0xffff;//max: 65535 TUs(~ 65 ms) -+ BA_timeout_value = 5000;//~ 5ms -+ BA_timeout_value = cpu_to_le16(BA_timeout_value); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(BA_timeout_value)), &(pattrib->pktlen)); -+ -+ //if ((psta = rtw_get_stainfo(pstapriv, pmlmeinfo->network.MacAddress)) != NULL) -+ if ((psta = rtw_get_stainfo(pstapriv, raddr)) != NULL) -+ { -+ start_seq = (psta->sta_xmitpriv.txseq_tid[tid & 0x07]&0xfff) + 1; -+ -+ DBG_871X("BA_starting_seqctrl = %d for TID=%d\n", start_seq, tid & 0x07); -+ -+ psta->BA_starting_seqctrl[tid & 0x07] = start_seq; -+ -+ BA_starting_seqctrl = start_seq << 4; -+ } -+ -+ BA_starting_seqctrl = cpu_to_le16(BA_starting_seqctrl); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(BA_starting_seqctrl)), &(pattrib->pktlen)); -+ break; -+ -+ case RTW_WLAN_ACTION_ADDBA_RESP: -+ pframe = rtw_set_fixed_ie(pframe, 1, &(pmlmeinfo->ADDBA_req.dialog_token), &(pattrib->pktlen)); -+ status = cpu_to_le16(status); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&status), &(pattrib->pktlen)); -+ -+ BA_para_set = le16_to_cpu(pmlmeinfo->ADDBA_req.BA_para_set); -+ -+ BA_para_set &= ~IEEE80211_ADDBA_PARAM_TID_MASK; -+ BA_para_set |= (tid << 2) & IEEE80211_ADDBA_PARAM_TID_MASK; -+ -+ BA_para_set &= ~RTW_IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK; -+ BA_para_set |= (size << 6) & RTW_IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK; -+ -+ if (!padapter->registrypriv.wifi_spec) { -+ if(pregpriv->ampdu_amsdu==0)//disabled -+ BA_para_set &= ~BIT(0); -+ else if(pregpriv->ampdu_amsdu==1)//enabled -+ BA_para_set |= BIT(0); -+ } -+ -+ BA_para_set = cpu_to_le16(BA_para_set); -+ -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(BA_para_set)), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(pmlmeinfo->ADDBA_req.BA_timeout_value)), &(pattrib->pktlen)); -+ break; -+ -+ case RTW_WLAN_ACTION_DELBA: -+ BA_para_set = 0; -+ BA_para_set |= (tid << 12) & IEEE80211_DELBA_PARAM_TID_MASK; -+ BA_para_set |= (initiator << 11) & IEEE80211_DELBA_PARAM_INITIATOR_MASK; -+ -+ BA_para_set = cpu_to_le16(BA_para_set); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(BA_para_set)), &(pattrib->pktlen)); -+ status = cpu_to_le16(status); -+ pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(status)), &(pattrib->pktlen)); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+#endif //CONFIG_80211N_HT -+ return ret; -+} -+ -+/** -+ * issue_addba_req - TX ADDBA_REQ -+ * @adapter: the adapter to TX -+ * @ra: receiver address -+ * @tid: tid -+ */ -+inline void issue_addba_req(_adapter *adapter, unsigned char *ra, u8 tid) -+{ -+ issue_action_ba(adapter, ra, RTW_WLAN_ACTION_ADDBA_REQ -+ , tid -+ , 0 /* unused */ -+ , 0 /* unused */ -+ , 0 /* unused */ -+ , _FALSE -+ ); -+ DBG_871X(FUNC_ADPT_FMT" ra="MAC_FMT" tid=%u\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(ra), tid); -+ -+} -+ -+/** -+ * issue_addba_rsp - TX ADDBA_RESP -+ * @adapter: the adapter to TX -+ * @ra: receiver address -+ * @tid: tid -+ * @status: status code -+ * @size: the announced AMPDU buffer size -+ */ -+inline void issue_addba_rsp(_adapter *adapter, unsigned char *ra, u8 tid, u16 status, u8 size) -+{ -+ issue_action_ba(adapter, ra, RTW_WLAN_ACTION_ADDBA_RESP -+ , tid -+ , size -+ , status -+ , 0 /* unused */ -+ , _FALSE -+ ); -+ DBG_871X(FUNC_ADPT_FMT" ra="MAC_FMT" status=%u, tid=%u, size=%u\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(ra), status, tid, size); -+} -+ -+/** -+ * issue_addba_rsp_wait_ack - TX ADDBA_RESP and wait ack -+ * @adapter: the adapter to TX -+ * @ra: receiver address -+ * @tid: tid -+ * @status: status code -+ * @size: the announced AMPDU buffer size -+ * @try_cnt: the maximal TX count to try -+ * @wait_ms: == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ */ -+inline u8 issue_addba_rsp_wait_ack(_adapter *adapter, unsigned char *ra, u8 tid, u16 status, u8 size, int try_cnt, int wait_ms) -+{ -+ int ret = _FAIL; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(adapter))) -+ goto exit; -+ -+ do { -+ ret = issue_action_ba(adapter, ra, RTW_WLAN_ACTION_ADDBA_RESP -+ , tid -+ , size -+ , status -+ , 0 /* unused */ -+ , _TRUE -+ ); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(adapter)) -+ break; -+ -+ if (i < try_cnt && wait_ms > 0 && ret == _FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); -+ -+ if (ret != _FAIL) { -+ ret = _SUCCESS; -+ #ifndef DBG_XMIT_ACK -+ /* goto exit; */ -+ #endif -+ } -+ -+ if (try_cnt && wait_ms) { -+ DBG_871X(FUNC_ADPT_FMT" ra="MAC_FMT" tid=%u%s, %d/%d in %u ms\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(ra), tid -+ , ret == _SUCCESS?", acked":"", i, try_cnt, rtw_get_passing_time_ms(start)); -+ } -+ -+exit: -+ return ret; -+} -+ -+/** -+ * issue_del_ba - TX DELBA -+ * @adapter: the adapter to TX -+ * @ra: receiver address -+ * @tid: tid -+ * @reason: reason code -+ * @initiator: if we are the initiator of AMPDU association. used by DELBA -+ */ -+inline void issue_del_ba(_adapter *adapter, unsigned char *ra, u8 tid, u16 reason, u8 initiator) -+{ -+ issue_action_ba(adapter, ra, RTW_WLAN_ACTION_DELBA -+ , tid -+ , 0 /* unused */ -+ , reason -+ , initiator -+ , _FALSE -+ ); -+ DBG_871X(FUNC_ADPT_FMT" ra="MAC_FMT" reason=%u, tid=%u, initiator=%u\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(ra), reason, tid, initiator); -+} -+ -+/** -+ * issue_del_ba_ex - TX DELBA with xmit ack options -+ * @adapter: the adapter to TX -+ * @ra: receiver address -+ * @tid: tid -+ * @reason: reason code -+ * @initiator: if we are the initiator of AMPDU association. used by DELBA -+ * @try_cnt: the maximal TX count to try -+ * @wait_ms: == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ */ -+int issue_del_ba_ex(_adapter *adapter, unsigned char *ra, u8 tid, u16 reason, u8 initiator -+ , int try_cnt, int wait_ms) -+{ -+ int ret = _FAIL; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(adapter))) -+ goto exit; -+ -+ do { -+ ret = issue_action_ba(adapter, ra, RTW_WLAN_ACTION_DELBA -+ , tid -+ , 0 /* unused */ -+ , reason -+ , initiator -+ , wait_ms > 0?_TRUE:_FALSE -+ ); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(adapter)) -+ break; -+ -+ if (i < try_cnt && wait_ms > 0 && ret == _FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); -+ -+ if (ret != _FAIL) { -+ ret = _SUCCESS; -+ #ifndef DBG_XMIT_ACK -+ /* goto exit; */ -+ #endif -+ } -+ -+ if (try_cnt && wait_ms) { -+ DBG_871X(FUNC_ADPT_FMT" ra="MAC_FMT" reason=%u, tid=%u, initiator=%u%s, %d/%d in %u ms\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(ra), reason, tid, initiator -+ , ret == _SUCCESS?", acked":"", i, try_cnt, rtw_get_passing_time_ms(start)); -+ } -+exit: -+ return ret; -+} -+ -+static void issue_action_BSSCoexistPacket(_adapter *padapter) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ unsigned char category, action; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct wlan_network *pnetwork = NULL; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ u8 InfoContent[16] = {0}; -+ u8 ICS[8][15]; -+#ifdef CONFIG_80211N_HT -+ if((pmlmepriv->num_FortyMHzIntolerant==0) || (pmlmepriv->num_sta_no_ht==0)) -+ return; -+ -+ if(_TRUE == pmlmeinfo->bwmode_updated) -+ return; -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ return; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ -+ category = RTW_WLAN_CATEGORY_PUBLIC; -+ action = ACT_PUBLIC_BSSCOEXIST; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ -+ -+ // -+ if(pmlmepriv->num_FortyMHzIntolerant>0) -+ { -+ u8 iedata=0; -+ -+ iedata |= BIT(2);//20 MHz BSS Width Request -+ -+ pframe = rtw_set_ie(pframe, EID_BSSCoexistence, 1, &iedata, &(pattrib->pktlen)); -+ -+ } -+ -+ -+ // -+ _rtw_memset(ICS, 0, sizeof(ICS)); -+ if(pmlmepriv->num_sta_no_ht>0) -+ { -+ int i; -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ int len; -+ u8 *p; -+ WLAN_BSSID_EX *pbss_network; -+ -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ plist = get_next(plist); -+ -+ pbss_network = (WLAN_BSSID_EX *)&pnetwork->network; -+ -+ p = rtw_get_ie(pbss_network->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pbss_network->IELength - _FIXED_IE_LENGTH_); -+ if((p==NULL) || (len==0))//non-HT -+ { -+ if((pbss_network->Configuration.DSConfig<=0) || (pbss_network->Configuration.DSConfig>14)) -+ continue; -+ -+ ICS[0][pbss_network->Configuration.DSConfig]=1; -+ -+ if(ICS[0][0] == 0) -+ ICS[0][0] = 1; -+ } -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ -+ for(i= 0;i<8;i++) -+ { -+ if(ICS[i][0] == 1) -+ { -+ int j, k = 0; -+ -+ InfoContent[k] = i; -+ //SET_BSS_INTOLERANT_ELE_REG_CLASS(InfoContent,i); -+ k++; -+ -+ for(j=1;j<=14;j++) -+ { -+ if(ICS[i][j]==1) -+ { -+ if(k<16) -+ { -+ InfoContent[k] = j; //channel number -+ //SET_BSS_INTOLERANT_ELE_CHANNEL(InfoContent+k, j); -+ k++; -+ } -+ } -+ } -+ -+ pframe = rtw_set_ie(pframe, EID_BSSIntolerantChlReport, k, InfoContent, &(pattrib->pktlen)); -+ -+ } -+ -+ } -+ -+ -+ } -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+#endif //CONFIG_80211N_HT -+} -+ -+// Spatial Multiplexing Powersave (SMPS) action frame -+int _issue_action_SM_PS(_adapter *padapter , unsigned char *raddr , u8 NewMimoPsMode , u8 wait_ack) -+{ -+ -+ int ret = _FAIL; -+ unsigned char category = RTW_WLAN_CATEGORY_HT; -+ u8 action = RTW_WLAN_ACTION_HT_SM_PS; -+ u8 sm_power_control=0; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ if(NewMimoPsMode==WLAN_HT_CAP_SM_PS_DISABLED) -+ { -+ sm_power_control = sm_power_control & ~(BIT(0)); // SM Power Save Enable = 0 SM Power Save Disable -+ } -+ else if(NewMimoPsMode==WLAN_HT_CAP_SM_PS_STATIC) -+ { -+ sm_power_control = sm_power_control | BIT(0); // SM Power Save Enable = 1 SM Power Save Enable -+ sm_power_control = sm_power_control & ~(BIT(1)); // SM Mode = 0 Static Mode -+ } -+ else if(NewMimoPsMode==WLAN_HT_CAP_SM_PS_DYNAMIC) -+ { -+ sm_power_control = sm_power_control | BIT(0); // SM Power Save Enable = 1 SM Power Save Enable -+ sm_power_control = sm_power_control | BIT(1); // SM Mode = 1 Dynamic Mode -+ } -+ else -+ return ret; -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ return ret; -+ -+ DBG_871X("%s, sm_power_control=%u, NewMimoPsMode=%u\n", __FUNCTION__ , sm_power_control , NewMimoPsMode ); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ return ret; -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); /* RA */ -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); /* TA */ -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); /* DA = RA */ -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ /* category, action */ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(sm_power_control), &(pattrib->pktlen)); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if(wait_ack) -+ { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } -+ else -+ { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+ if (ret != _SUCCESS) -+ DBG_8192C("%s, ack to\n", __func__); -+ -+ return ret; -+} -+ -+/* -+ * wait_ms == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ * wait_ms > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ * try_cnt means the maximal TX count to try -+ */ -+int issue_action_SM_PS_wait_ack(_adapter *padapter, unsigned char *raddr, u8 NewMimoPsMode, int try_cnt, int wait_ms) -+{ -+ int ret = _FAIL; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ -+ if (rtw_rfctl_is_tx_blocked_by_cac(adapter_to_rfctl(padapter))) -+ goto exit; -+ -+ do { -+ ret = _issue_action_SM_PS(padapter, raddr, NewMimoPsMode , wait_ms>0?_TRUE:_FALSE ); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ break; -+ -+ if(i < try_cnt && wait_ms > 0 && ret==_FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ }while((irecvreorder_ctrl[tid].enable == _TRUE) { -+ u8 ampdu_size_bak = sta->recvreorder_ctrl[tid].ampdu_size; -+ -+ sta->recvreorder_ctrl[tid].enable = _FALSE; -+ sta->recvreorder_ctrl[tid].ampdu_size = RX_AMPDU_SIZE_INVALID; -+ -+ if (rtw_del_rx_ampdu_test_trigger_no_tx_fail()) -+ ret = _FAIL; -+ else if (wait_ack) -+ ret = issue_del_ba_ex(adapter, sta->hwaddr, tid, 37, initiator, 3, 1); -+ else -+ issue_del_ba(adapter, sta->hwaddr, tid, 37, initiator); -+ -+ if (ret == _FAIL && sta->recvreorder_ctrl[tid].enable == _FALSE) -+ sta->recvreorder_ctrl[tid].ampdu_size = ampdu_size_bak; -+ } -+ } else if (initiator == 1) { -+ /* originator */ -+#ifdef CONFIG_80211N_HT -+ if (force || sta->htpriv.agg_enable_bitmap & BIT(tid)) { -+ sta->htpriv.agg_enable_bitmap &= ~BIT(tid); -+ sta->htpriv.candidate_tid_bitmap &= ~BIT(tid); -+ issue_del_ba(adapter, sta->hwaddr, tid, 37, initiator); -+ } -+#endif -+ } -+ -+exit: -+ return ret; -+} -+ -+inline unsigned int send_delba_sta_tid(_adapter *adapter, u8 initiator, struct sta_info *sta, u8 tid -+ , u8 force) -+{ -+ return _send_delba_sta_tid(adapter, initiator, sta, tid, force, 0); -+} -+ -+inline unsigned int send_delba_sta_tid_wait_ack(_adapter *adapter, u8 initiator, struct sta_info *sta, u8 tid -+ , u8 force) -+{ -+ return _send_delba_sta_tid(adapter, initiator, sta, tid, force, 1); -+} -+ -+unsigned int send_delba(_adapter *padapter, u8 initiator, u8 *addr) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta = NULL; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u16 tid; -+ -+ if ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE) -+ if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) -+ return _SUCCESS; -+ -+ psta = rtw_get_stainfo(pstapriv, addr); -+ if(psta==NULL) -+ return _SUCCESS; -+ -+ #if 0 -+ DBG_871X("%s:%s\n", __func__, (initiator == 0)?"RX_DIR":"TX_DIR"); -+ if (initiator == 1) /* originator */ -+ DBG_871X("tx agg_enable_bitmap(0x%08x)\n", psta->htpriv.agg_enable_bitmap); -+ #endif -+ -+ for (tid = 0; tid < TID_NUM; tid++) -+ send_delba_sta_tid(padapter, initiator, psta, tid, 0); -+ -+ return _SUCCESS; -+} -+ -+unsigned int send_beacon(_adapter *padapter) -+{ -+ u8 bxmitok = _FALSE; -+ int issue=0; -+ int poll = 0; -+//#ifdef CONFIG_CONCURRENT_MODE -+ //struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ //struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ //_adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ //struct mlme_priv *pbuddy_mlmepriv = &(pbuddy_adapter->mlmepriv); -+//#endif -+ -+#ifdef CONFIG_PCI_HCI -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_VALID, NULL); -+ -+ /* 8192EE Port select for Beacon DL */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_BCN_SEL, NULL); -+ -+ issue_beacon(padapter, 0); -+ -+ return _SUCCESS; -+#endif -+ -+#if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ u32 start = rtw_get_current_time(); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_VALID, NULL); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_BCN_SEL, NULL); -+ do{ -+ issue_beacon(padapter, 100); -+ issue++; -+ do { -+ rtw_yield_os(); -+ rtw_hal_get_hwreg(padapter, HW_VAR_BCN_VALID, (u8 *)(&bxmitok)); -+ poll++; -+ } while ((poll%10) != 0 && _FALSE == bxmitok && !RTW_CANNOT_RUN(padapter)); -+ -+ } while (_FALSE == bxmitok && issue < 100 && !RTW_CANNOT_RUN(padapter)); -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ return _FAIL; -+ -+ -+ if(_FALSE == bxmitok) -+ { -+ DBG_871X("%s fail! %u ms\n", __FUNCTION__, rtw_get_passing_time_ms(start)); -+ return _FAIL; -+ } -+ else -+ { -+ u32 passing_time = rtw_get_passing_time_ms(start); -+ -+ if(passing_time > 100 || issue > 3) -+ DBG_871X("%s success, issue:%d, poll:%d, %u ms\n", __FUNCTION__, issue, poll, rtw_get_passing_time_ms(start)); -+ //else -+ // DBG_871X("%s success, issue:%d, poll:%d, %u ms\n", __FUNCTION__, issue, poll, rtw_get_passing_time_ms(start)); -+ -+ return _SUCCESS; -+ } -+ -+#endif -+ -+} -+ -+/**************************************************************************** -+ -+Following are some utitity fuctions for WiFi MLME -+ -+*****************************************************************************/ -+ -+BOOLEAN IsLegal5GChannel( -+ IN PADAPTER Adapter, -+ IN u8 channel) -+{ -+ -+ int i=0; -+ u8 Channel_5G[45] = {36,38,40,42,44,46,48,50,52,54,56,58, -+ 60,62,64,100,102,104,106,108,110,112,114,116,118,120,122, -+ 124,126,128,130,132,134,136,138,140,149,151,153,155,157,159, -+ 161,163,165}; -+ for(i=0;iu.hdr.rx_data; -+ u32 packet_len = precv_frame->u.hdr.len; -+ u8 ie_offset; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ len = packet_len - sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ if (len > MAX_IE_SZ) -+ { -+ //DBG_871X("IE too long for survey event\n"); -+ return _FAIL; -+ } -+ -+ _rtw_memset(bssid, 0, sizeof(WLAN_BSSID_EX)); -+ -+ subtype = GetFrameSubType(pframe); -+ -+ if(subtype==WIFI_BEACON) { -+ bssid->Reserved[0] = 1; -+ ie_offset = _BEACON_IE_OFFSET_; -+ } else { -+ // FIXME : more type -+ if (subtype == WIFI_PROBERSP) { -+ ie_offset = _PROBERSP_IE_OFFSET_; -+ bssid->Reserved[0] = 3; -+ } -+ else if (subtype == WIFI_PROBEREQ) { -+ ie_offset = _PROBEREQ_IE_OFFSET_; -+ bssid->Reserved[0] = 2; -+ } -+ else { -+ bssid->Reserved[0] = 0; -+ ie_offset = _FIXED_IE_LENGTH_; -+ } -+ } -+ -+ bssid->Length = sizeof(WLAN_BSSID_EX) - MAX_IE_SZ + len; -+ -+ //below is to copy the information element -+ bssid->IELength = len; -+ _rtw_memcpy(bssid->IEs, (pframe + sizeof(struct rtw_ieee80211_hdr_3addr)), bssid->IELength); -+ -+ //get the signal strength -+ //bssid->Rssi = precv_frame->u.hdr.attrib.SignalStrength; // 0-100 index. -+ bssid->Rssi = precv_frame->u.hdr.attrib.phy_info.RecvSignalPower; // in dBM.raw data -+ bssid->PhyInfo.SignalQuality = precv_frame->u.hdr.attrib.phy_info.SignalQuality;//in percentage -+ bssid->PhyInfo.SignalStrength = precv_frame->u.hdr.attrib.phy_info.SignalStrength;//in percentage -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ //rtw_hal_get_hwreg(padapter, HW_VAR_CURRENT_ANTENNA, (u8 *)(&bssid->PhyInfo.Optimum_antenna)); -+ rtw_hal_get_def_var(padapter, HAL_DEF_CURRENT_ANTENNA, &bssid->PhyInfo.Optimum_antenna); -+#endif -+ -+ // checking SSID -+ if ((p = rtw_get_ie(bssid->IEs + ie_offset, _SSID_IE_, &len, bssid->IELength - ie_offset)) == NULL) -+ { -+ DBG_871X("marc: cannot find SSID for survey event\n"); -+ return _FAIL; -+ } -+ -+ if (*(p + 1)) -+ { -+ if (len > NDIS_802_11_LENGTH_SSID) -+ { -+ DBG_871X("%s()-%d: IE too long (%d) for survey event\n", __FUNCTION__, __LINE__, len); -+ return _FAIL; -+ } -+ _rtw_memcpy(bssid->Ssid.Ssid, (p + 2), *(p + 1)); -+ bssid->Ssid.SsidLength = *(p + 1); -+ } -+ else -+ { -+ bssid->Ssid.SsidLength = 0; -+ } -+ -+ _rtw_memset(bssid->SupportedRates, 0, NDIS_802_11_LENGTH_RATES_EX); -+ -+ //checking rate info... -+ i = 0; -+ p = rtw_get_ie(bssid->IEs + ie_offset, _SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); -+ if (p != NULL) -+ { -+ if (len > NDIS_802_11_LENGTH_RATES_EX) -+ { -+ DBG_871X("%s()-%d: IE too long (%d) for survey event\n", __FUNCTION__, __LINE__, len); -+ return _FAIL; -+ } -+ _rtw_memcpy(bssid->SupportedRates, (p + 2), len); -+ i = len; -+ } -+ -+ p = rtw_get_ie(bssid->IEs + ie_offset, _EXT_SUPPORTEDRATES_IE_, &len, bssid->IELength - ie_offset); -+ if (p != NULL) -+ { -+ if (len > (NDIS_802_11_LENGTH_RATES_EX-i)) -+ { -+ DBG_871X("%s()-%d: IE too long (%d) for survey event\n", __FUNCTION__, __LINE__, len); -+ return _FAIL; -+ } -+ _rtw_memcpy(bssid->SupportedRates + i, (p + 2), len); -+ } -+ -+ //todo: -+#if 0 -+ if (judge_network_type(bssid->SupportedRates, (len + i)) == WIRELESS_11B) -+ { -+ bssid->NetworkTypeInUse = Ndis802_11DS; -+ } -+ else -+#endif -+ { -+ bssid->NetworkTypeInUse = Ndis802_11OFDM24; -+ } -+ -+#ifdef CONFIG_P2P -+ if (subtype == WIFI_PROBEREQ) -+ { -+ u8 *p2p_ie; -+ u32 p2p_ielen; -+ // Set Listion Channel -+ if ((p2p_ie = rtw_get_p2p_ie(bssid->IEs, bssid->IELength, NULL, &p2p_ielen))) -+ { -+ u32 attr_contentlen = 0; -+ u8 listen_ch[5] = { 0x00 }; -+ -+ rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_LISTEN_CH, listen_ch, &attr_contentlen); -+ bssid->Configuration.DSConfig = listen_ch[4]; -+ } else -+ { // use current channel -+ bssid->Configuration.DSConfig = padapter->mlmeextpriv.cur_channel; -+ DBG_871X("%s()-%d: Cannot get p2p_ie. set DSconfig to op_ch(%d)\n", __FUNCTION__, __LINE__, bssid->Configuration.DSConfig); -+ } -+ -+ // FIXME -+ bssid->InfrastructureMode = Ndis802_11Infrastructure; -+ _rtw_memcpy(bssid->MacAddress, GetAddr2Ptr(pframe), ETH_ALEN); -+ bssid->Privacy = 1; -+ return _SUCCESS; -+ } -+#endif //CONFIG_P2P -+ -+ if (bssid->IELength < 12) -+ return _FAIL; -+ -+ // Checking for DSConfig -+ p = rtw_get_ie(bssid->IEs + ie_offset, _DSSET_IE_, &len, bssid->IELength - ie_offset); -+ -+ bssid->Configuration.DSConfig = 0; -+ bssid->Configuration.Length = 0; -+ -+ if (p) -+ { -+ bssid->Configuration.DSConfig = *(p + 2); -+ } -+ else -+ {// In 5G, some ap do not have DSSET IE -+ // checking HT info for channel -+ p = rtw_get_ie(bssid->IEs + ie_offset, _HT_ADD_INFO_IE_, &len, bssid->IELength - ie_offset); -+ if(p) -+ { -+ struct HT_info_element *HT_info = (struct HT_info_element *)(p + 2); -+ bssid->Configuration.DSConfig = HT_info->primary_channel; -+ } -+ else -+ { // use current channel -+ bssid->Configuration.DSConfig = rtw_get_oper_ch(padapter); -+ } -+ } -+ -+ _rtw_memcpy(&bssid->Configuration.BeaconPeriod, rtw_get_beacon_interval_from_ie(bssid->IEs), 2); -+ bssid->Configuration.BeaconPeriod = le32_to_cpu(bssid->Configuration.BeaconPeriod); -+ -+ val16 = rtw_get_capability((WLAN_BSSID_EX *)bssid); -+ -+ if (val16 & BIT(0)) -+ { -+ bssid->InfrastructureMode = Ndis802_11Infrastructure; -+ _rtw_memcpy(bssid->MacAddress, GetAddr2Ptr(pframe), ETH_ALEN); -+ } -+ else -+ { -+ bssid->InfrastructureMode = Ndis802_11IBSS; -+ _rtw_memcpy(bssid->MacAddress, GetAddr3Ptr(pframe), ETH_ALEN); -+ } -+ -+ if (val16 & BIT(4)) -+ bssid->Privacy = 1; -+ else -+ bssid->Privacy = 0; -+ -+ bssid->Configuration.ATIMWindow = 0; -+ -+ //20/40 BSS Coexistence check -+ if((pregistrypriv->wifi_spec==1) && (_FALSE == pmlmeinfo->bwmode_updated)) -+ { -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#ifdef CONFIG_80211N_HT -+ p = rtw_get_ie(bssid->IEs + ie_offset, _HT_CAPABILITY_IE_, &len, bssid->IELength - ie_offset); -+ if(p && len>0) -+ { -+ struct HT_caps_element *pHT_caps; -+ pHT_caps = (struct HT_caps_element *)(p + 2); -+ -+ if(pHT_caps->u.HT_cap_element.HT_caps_info&BIT(14)) -+ { -+ pmlmepriv->num_FortyMHzIntolerant++; -+ } -+ } -+ else -+ { -+ pmlmepriv->num_sta_no_ht++; -+ } -+#endif //CONFIG_80211N_HT -+ -+ } -+ -+#ifdef CONFIG_INTEL_WIDI -+ //process_intel_widi_query_or_tigger(padapter, bssid); -+ if(process_intel_widi_query_or_tigger(padapter, bssid)) -+ { -+ return _FAIL; -+ } -+#endif // CONFIG_INTEL_WIDI -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) & 1 -+ if(strcmp(bssid->Ssid.Ssid, DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED) == 0) { -+ DBG_871X("Receiving %s("MAC_FMT", DSConfig:%u) from ch%u with ss:%3u, sq:%3u, RawRSSI:%3ld\n" -+ , bssid->Ssid.Ssid, MAC_ARG(bssid->MacAddress), bssid->Configuration.DSConfig -+ , rtw_get_oper_ch(padapter) -+ , bssid->PhyInfo.SignalStrength, bssid->PhyInfo.SignalQuality, bssid->Rssi -+ ); -+ } -+ #endif -+ -+ // mark bss info receving from nearby channel as SignalQuality 101 -+ if(bssid->Configuration.DSConfig != rtw_get_oper_ch(padapter)) -+ { -+ bssid->PhyInfo.SignalQuality= 101; -+ } -+ -+ return _SUCCESS; -+} -+ -+void start_create_ibss(_adapter* padapter) -+{ -+ unsigned short caps; -+ u8 val8; -+ u8 join_type; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+ pmlmeext->cur_channel = (u8)pnetwork->Configuration.DSConfig; -+ pmlmeinfo->bcn_interval = get_beacon_interval(pnetwork); -+ -+ //update wireless mode -+ update_wireless_mode(padapter); -+ -+ //udpate capability -+ caps = rtw_get_capability((WLAN_BSSID_EX *)pnetwork); -+ update_capinfo(padapter, caps); -+ if(caps&cap_IBSS)//adhoc master -+ { -+ //set_opmode_cmd(padapter, adhoc);//removed -+ -+ val8 = 0xcf; -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DO_IQK, NULL); -+ -+ //switch channel -+ //SelectChannel(padapter, pmlmeext->cur_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE); -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ -+ beacon_timing_control(padapter); -+ -+ //set msr to WIFI_FW_ADHOC_STATE -+ pmlmeinfo->state = WIFI_FW_ADHOC_STATE; -+ Set_MSR(padapter, (pmlmeinfo->state & 0x3)); -+ -+ //issue beacon -+ if(send_beacon(padapter)==_FAIL) -+ { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("issuing beacon frame fail....\n")); -+ -+ report_join_res(padapter, -1); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ } -+ else -+ { -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, padapter->registrypriv.dev_network.MacAddress); -+ join_type = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ -+ report_join_res(padapter, 1); -+ pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; -+ rtw_indicate_connect(padapter); -+ } -+ } -+ else -+ { -+ DBG_871X("start_create_ibss, invalid cap:%x\n", caps); -+ return; -+ } -+ //update bc/mc sta_info -+ update_bmc_sta(padapter); -+ -+} -+ -+void start_clnt_join(_adapter* padapter) -+{ -+ unsigned short caps; -+ u8 val8; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+ int beacon_timeout; -+ u8 ASIX_ID[]= {0x00, 0x0E, 0xC6}; -+ -+ //update wireless mode -+ update_wireless_mode(padapter); -+ -+ //udpate capability -+ caps = rtw_get_capability((WLAN_BSSID_EX *)pnetwork); -+ update_capinfo(padapter, caps); -+ -+ //check if sta is ASIX peer and fix IOT issue if it is. -+ if (_rtw_memcmp(get_my_bssid(&pmlmeinfo->network) ,ASIX_ID ,3)) { -+ u8 iot_flag = _TRUE; -+ rtw_hal_set_hwreg(padapter, HW_VAR_ASIX_IOT, (u8 *)(&iot_flag)); -+ } -+ -+ if (caps&cap_ESS) -+ { -+ Set_MSR(padapter, WIFI_FW_STATION_STATE); -+ -+ val8 = (pmlmeinfo->auth_algo == dot11AuthAlgrthm_8021X)? 0xcc: 0xcf; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if (padapter->wapiInfo.bWapiEnable && pmlmeinfo->auth_algo == dot11AuthAlgrthm_WAPI) -+ { -+ //Disable TxUseDefaultKey, RxUseDefaultKey, RxBroadcastUseDefaultKey. -+ val8 = 0x4c; -+ } -+#endif -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ #ifdef CONFIG_DEAUTH_BEFORE_CONNECT -+ // Because of AP's not receiving deauth before -+ // AP may: 1)not response auth or 2)deauth us after link is complete -+ // issue deauth before issuing auth to deal with the situation -+ -+ // Commented by Albert 2012/07/21 -+ // For the Win8 P2P connection, it will be hard to have a successful connection if this Wi-Fi doesn't connect to it. -+ { -+ #ifdef CONFIG_P2P -+ _queue *queue = &(padapter->mlmepriv.scanned_queue); -+ _list *head = get_list_head(queue); -+ _list *pos = get_next(head); -+ struct wlan_network *scanned = NULL; -+ u8 ie_offset = 0; -+ _irqL irqL; -+ bool has_p2p_ie = _FALSE; -+ -+ _enter_critical_bh(&(padapter->mlmepriv.scanned_queue.lock), &irqL); -+ -+ for (pos = get_next(head);!rtw_end_of_queue_search(head, pos); pos = get_next(pos)) { -+ -+ scanned = LIST_CONTAINOR(pos, struct wlan_network, list); -+ -+ if (_rtw_memcmp(&(scanned->network.Ssid), &(pnetwork->Ssid), sizeof(NDIS_802_11_SSID)) == _TRUE -+ && _rtw_memcmp(scanned->network.MacAddress, pnetwork->MacAddress, sizeof(NDIS_802_11_MAC_ADDRESS)) == _TRUE -+ ) { -+ ie_offset = (scanned->network.Reserved[0] == 2? 0:12); -+ if (rtw_get_p2p_ie(scanned->network.IEs+ie_offset, scanned->network.IELength-ie_offset, NULL, NULL)) -+ has_p2p_ie = _TRUE; -+ break; -+ } -+ } -+ -+ _exit_critical_bh(&(padapter->mlmepriv.scanned_queue.lock), &irqL); -+ -+ if (scanned == NULL || rtw_end_of_queue_search(head, pos) || has_p2p_ie == _FALSE) -+ #endif /* CONFIG_P2P */ -+ //To avoid connecting to AP fail during resume process, change retry count from 5 to 1 -+ issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, 1, 100); -+ } -+ #endif /* CONFIG_DEAUTH_BEFORE_CONNECT */ -+ -+ //here wait for receiving the beacon to start auth -+ //and enable a timer -+ beacon_timeout = decide_wait_for_beacon_timeout(pmlmeinfo->bcn_interval); -+ set_link_timer(pmlmeext, beacon_timeout); -+ _set_timer( &padapter->mlmepriv.assoc_timer, -+ (REAUTH_TO * REAUTH_LIMIT) + (REASSOC_TO*REASSOC_LIMIT) +beacon_timeout); -+ -+ pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; -+ } -+ else if (caps&cap_IBSS) //adhoc client -+ { -+ Set_MSR(padapter, WIFI_FW_ADHOC_STATE); -+ -+ val8 = 0xcf; -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ -+ beacon_timing_control(padapter); -+ -+ pmlmeinfo->state = WIFI_FW_ADHOC_STATE; -+ -+ report_join_res(padapter, 1); -+ } -+ else -+ { -+ //DBG_871X("marc: invalid cap:%x\n", caps); -+ return; -+ } -+ -+} -+ -+void start_clnt_auth(_adapter* padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ -+ pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); -+ pmlmeinfo->state |= WIFI_FW_AUTH_STATE; -+ -+ pmlmeinfo->auth_seq = 1; -+ pmlmeinfo->reauth_count = 0; -+ pmlmeinfo->reassoc_count = 0; -+ pmlmeinfo->link_count = 0; -+ pmlmeext->retry = 0; -+ -+ -+ DBG_871X_LEVEL(_drv_always_, "start auth\n"); -+ issue_auth(padapter, NULL, 0); -+ -+ set_link_timer(pmlmeext, REAUTH_TO); -+ -+} -+ -+ -+void start_clnt_assoc(_adapter* padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ -+ pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); -+ pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); -+ -+ issue_assocreq(padapter); -+ -+ set_link_timer(pmlmeext, REASSOC_TO); -+} -+ -+unsigned int receive_disconnect(_adapter *padapter, unsigned char *MacAddr, unsigned short reason) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (!(_rtw_memcmp(MacAddr, get_my_bssid(&pmlmeinfo->network), ETH_ALEN))) -+ return _SUCCESS; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ if((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) -+ { -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ { -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_del_sta_event(padapter, MacAddr, reason, _TRUE); -+ -+ } -+ else if (pmlmeinfo->state & WIFI_FW_LINKING_STATE) -+ { -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_join_res(padapter, -2); -+ } else -+ DBG_871X(FUNC_ADPT_FMT" - End to Disconnect\n", FUNC_ADPT_ARG(padapter)); -+ } -+ -+ return _SUCCESS; -+} -+ -+#ifdef CONFIG_80211D -+static void process_80211d(PADAPTER padapter, WLAN_BSSID_EX *bssid) -+{ -+ struct registry_priv *pregistrypriv; -+ struct mlme_ext_priv *pmlmeext; -+ RT_CHANNEL_INFO *chplan_new; -+ u8 channel; -+ u8 i; -+ -+ -+ pregistrypriv = &padapter->registrypriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ -+ // Adjust channel plan by AP Country IE -+ if (pregistrypriv->enable80211d && -+ (!pmlmeext->update_channel_plan_by_ap_done)) -+ { -+ u8 *ie, *p; -+ u32 len; -+ RT_CHANNEL_PLAN chplan_ap; -+ RT_CHANNEL_INFO chplan_sta[MAX_CHANNEL_NUM]; -+ u8 country[4]; -+ u8 fcn; // first channel number -+ u8 noc; // number of channel -+ u8 j, k; -+ -+ ie = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _COUNTRY_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (!ie) return; -+ if (len < 6) return; -+ -+ ie += 2; -+ p = ie; -+ ie += len; -+ -+ _rtw_memset(country, 0, 4); -+ _rtw_memcpy(country, p, 3); -+ p += 3; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, -+ ("%s: 802.11d country=%s\n", __FUNCTION__, country)); -+ -+ i = 0; -+ while ((ie - p) >= 3) -+ { -+ fcn = *(p++); -+ noc = *(p++); -+ p++; -+ -+ for (j = 0; j < noc; j++) -+ { -+ if (fcn <= 14) channel = fcn + j; // 2.4 GHz -+ else channel = fcn + j*4; // 5 GHz -+ -+ chplan_ap.Channel[i++] = channel; -+ } -+ } -+ chplan_ap.Len = i; -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ i = 0; -+ DBG_871X("%s: AP[%s] channel plan {", __FUNCTION__, bssid->Ssid.Ssid); -+ while ((i < chplan_ap.Len) && (chplan_ap.Channel[i] != 0)) -+ { -+ DBG_8192C("%02d,", chplan_ap.Channel[i]); -+ i++; -+ } -+ DBG_871X("}\n"); -+#endif -+ -+ _rtw_memcpy(chplan_sta, pmlmeext->channel_set, sizeof(chplan_sta)); -+#ifdef CONFIG_DEBUG_RTL871X -+ i = 0; -+ DBG_871X("%s: STA channel plan {", __FUNCTION__); -+ while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) -+ { -+ DBG_871X("%02d(%c),", chplan_sta[i].ChannelNum, chplan_sta[i].ScanType==SCAN_PASSIVE?'p':'a'); -+ i++; -+ } -+ DBG_871X("}\n"); -+#endif -+ -+ _rtw_memset(pmlmeext->channel_set, 0, sizeof(pmlmeext->channel_set)); -+ chplan_new = pmlmeext->channel_set; -+ -+ i = j = k = 0; -+ if (pregistrypriv->wireless_mode & WIRELESS_11G) -+ { -+ do { -+ if ((i == MAX_CHANNEL_NUM) || -+ (chplan_sta[i].ChannelNum == 0) || -+ (chplan_sta[i].ChannelNum > 14)) -+ break; -+ -+ if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) -+ break; -+ -+ if (chplan_sta[i].ChannelNum == chplan_ap.Channel[j]) -+ { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ i++; -+ j++; -+ k++; -+ } -+ else if (chplan_sta[i].ChannelNum < chplan_ap.Channel[j]) -+ { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+// chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } -+ else if (chplan_sta[i].ChannelNum > chplan_ap.Channel[j]) -+ { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } while (1); -+ -+ // change AP not support channel to Passive scan -+ while ((i < MAX_CHANNEL_NUM) && -+ (chplan_sta[i].ChannelNum != 0) && -+ (chplan_sta[i].ChannelNum <= 14)) -+ { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+// chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } -+ -+ // add channel AP supported -+ while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) -+ { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } -+ else -+ { -+ // keep original STA 2.4G channel plan -+ while ((i < MAX_CHANNEL_NUM) && -+ (chplan_sta[i].ChannelNum != 0) && -+ (chplan_sta[i].ChannelNum <= 14)) -+ { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+ chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ i++; -+ k++; -+ } -+ -+ // skip AP 2.4G channel plan -+ while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] <= 14)) -+ { -+ j++; -+ } -+ } -+ -+ if (pregistrypriv->wireless_mode & WIRELESS_11A) -+ { -+ do { -+ if ((i >= MAX_CHANNEL_NUM) || -+ (chplan_sta[i].ChannelNum == 0)) -+ break; -+ -+ if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] == 0)) -+ break; -+ -+ if (chplan_sta[i].ChannelNum == chplan_ap.Channel[j]) -+ { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ i++; -+ j++; -+ k++; -+ } -+ else if (chplan_sta[i].ChannelNum < chplan_ap.Channel[j]) -+ { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+// chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } -+ else if (chplan_sta[i].ChannelNum > chplan_ap.Channel[j]) -+ { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } while (1); -+ -+ // change AP not support channel to Passive scan -+ while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) -+ { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+// chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ chplan_new[k].ScanType = SCAN_PASSIVE; -+ i++; -+ k++; -+ } -+ -+ // add channel AP supported -+ while ((j < chplan_ap.Len) && (chplan_ap.Channel[j] != 0)) -+ { -+ chplan_new[k].ChannelNum = chplan_ap.Channel[j]; -+ chplan_new[k].ScanType = SCAN_ACTIVE; -+ j++; -+ k++; -+ } -+ } -+ else -+ { -+ // keep original STA 5G channel plan -+ while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) -+ { -+ chplan_new[k].ChannelNum = chplan_sta[i].ChannelNum; -+ chplan_new[k].ScanType = chplan_sta[i].ScanType; -+ i++; -+ k++; -+ } -+ } -+ -+ pmlmeext->update_channel_plan_by_ap_done = 1; -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ k = 0; -+ DBG_871X("%s: new STA channel plan {", __FUNCTION__); -+ while ((k < MAX_CHANNEL_NUM) && (chplan_new[k].ChannelNum != 0)) -+ { -+ DBG_871X("%02d(%c),", chplan_new[k].ChannelNum, chplan_new[k].ScanType==SCAN_PASSIVE?'p':'c'); -+ k++; -+ } -+ DBG_871X("}\n"); -+#endif -+ -+#if 0 -+ // recover the right channel index -+ channel = chplan_sta[pmlmeext->sitesurvey_res.channel_idx].ChannelNum; -+ k = 0; -+ while ((k < MAX_CHANNEL_NUM) && (chplan_new[k].ChannelNum != 0)) -+ { -+ if (chplan_new[k].ChannelNum == channel) { -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, -+ ("%s: change mlme_ext sitesurvey channel index from %d to %d\n", -+ __FUNCTION__, pmlmeext->sitesurvey_res.channel_idx, k)); -+ pmlmeext->sitesurvey_res.channel_idx = k; -+ break; -+ } -+ k++; -+ } -+#endif -+ } -+ -+ // If channel is used by AP, set channel scan type to active -+ channel = bssid->Configuration.DSConfig; -+ chplan_new = pmlmeext->channel_set; -+ i = 0; -+ while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) -+ { -+ if (chplan_new[i].ChannelNum == channel) -+ { -+ if (chplan_new[i].ScanType == SCAN_PASSIVE) -+ { -+ //5G Bnad 2, 3 (DFS) doesn't change to active scan -+ if(channel >= 52 && channel <= 144) -+ break; -+ -+ chplan_new[i].ScanType = SCAN_ACTIVE; -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, -+ ("%s: change channel %d scan type from passive to active\n", -+ __FUNCTION__, channel)); -+ } -+ break; -+ } -+ i++; -+ } -+} -+#endif -+ -+/**************************************************************************** -+ -+Following are the functions to report events -+ -+*****************************************************************************/ -+ -+void report_survey_event(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct survey_event *psurvey_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext; -+ struct cmd_priv *pcmdpriv; -+ //u8 *pframe = precv_frame->u.hdr.rx_data; -+ //uint len = precv_frame->u.hdr.len; -+ -+ if(!padapter) -+ return; -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ pcmdpriv = &padapter->cmdpriv; -+ -+ -+ if ((pcmd_obj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ return; -+ } -+ -+ cmdsz = (sizeof(struct survey_event) + sizeof(struct C2HEvent_Header)); -+ if ((pevtcmd = (u8*)rtw_zmalloc(cmdsz)) == NULL) -+ { -+ rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); -+ return; -+ } -+ -+ _rtw_init_listhead(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header*)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct survey_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); -+ pc2h_evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); -+ -+ psurvey_evt = (struct survey_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ -+ if (collect_bss_info(padapter, precv_frame, (WLAN_BSSID_EX *)&psurvey_evt->bss) == _FAIL) -+ { -+ rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); -+ rtw_mfree((u8 *)pevtcmd, cmdsz); -+ return; -+ } -+ -+#ifdef CONFIG_80211D -+ process_80211d(padapter, &psurvey_evt->bss); -+#endif -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ pmlmeext->sitesurvey_res.bss_cnt++; -+ -+ return; -+ -+} -+ -+void report_surveydone_event(_adapter *padapter) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct surveydone_event *psurveydone_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ if ((pcmd_obj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ return; -+ } -+ -+ cmdsz = (sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header)); -+ if ((pevtcmd = (u8*)rtw_zmalloc(cmdsz)) == NULL) -+ { -+ rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); -+ return; -+ } -+ -+ _rtw_init_listhead(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header*)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct surveydone_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); -+ pc2h_evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); -+ -+ psurveydone_evt = (struct surveydone_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ psurveydone_evt->bss_cnt = pmlmeext->sitesurvey_res.bss_cnt; -+ -+ DBG_871X("survey done event(%x) band:%d for "ADPT_FMT"\n", psurveydone_evt->bss_cnt, padapter->setband, ADPT_ARG(padapter)); -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+ -+} -+ -+void report_join_res(_adapter *padapter, int res) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct joinbss_event *pjoinbss_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ if ((pcmd_obj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ return; -+ } -+ -+ cmdsz = (sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header)); -+ if ((pevtcmd = (u8*)rtw_zmalloc(cmdsz)) == NULL) -+ { -+ rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); -+ return; -+ } -+ -+ _rtw_init_listhead(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header*)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct joinbss_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_JoinBss); -+ pc2h_evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); -+ -+ pjoinbss_evt = (struct joinbss_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ _rtw_memcpy((unsigned char *)(&(pjoinbss_evt->network.network)), &(pmlmeinfo->network), sizeof(WLAN_BSSID_EX)); -+ pjoinbss_evt->network.join_res = pjoinbss_evt->network.aid = res; -+ -+ DBG_871X("report_join_res(%d)\n", res); -+ -+ -+ rtw_joinbss_event_prehandle(padapter, (u8 *)&pjoinbss_evt->network); -+ -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+ -+} -+ -+void report_wmm_edca_update(_adapter *padapter) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct wmm_event *pwmm_event; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ if ((pcmd_obj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ return; -+ } -+ -+ cmdsz = (sizeof(struct wmm_event) + sizeof(struct C2HEvent_Header)); -+ if ((pevtcmd = (u8*)rtw_zmalloc(cmdsz)) == NULL) -+ { -+ rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); -+ return; -+ } -+ -+ _rtw_init_listhead(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header*)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct wmm_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_WMM); -+ pc2h_evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); -+ -+ pwmm_event = (struct wmm_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ pwmm_event->wmm =0; -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+ -+} -+ -+void report_del_sta_event(_adapter *padapter, unsigned char *MacAddr, unsigned short reason, bool enqueue) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct sta_info *psta; -+ int mac_id = -1; -+ struct stadel_event *pdel_sta_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+ /* prepare cmd parameter */ -+ cmdsz = (sizeof(struct stadel_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header*)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct stadel_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_DelSTA); -+ pc2h_evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); -+ -+ pdel_sta_evt = (struct stadel_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ _rtw_memcpy((unsigned char *)(&(pdel_sta_evt->macaddr)), MacAddr, ETH_ALEN); -+ _rtw_memcpy((unsigned char *)(pdel_sta_evt->rsvd),(unsigned char *)(&reason),2); -+ psta = rtw_get_stainfo(&padapter->stapriv, MacAddr); -+ if(psta) -+ mac_id = (int)psta->mac_id; -+ else -+ mac_id = (-1); -+ pdel_sta_evt->mac_id = mac_id; -+ -+ if (!enqueue) { -+ /* do directly */ -+ rtw_stadel_event_callback(padapter, (u8 *)pdel_sta_evt); -+ rtw_mfree(pevtcmd, cmdsz); -+ } else { -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) { -+ rtw_mfree(pevtcmd, cmdsz); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ _rtw_init_listhead(&pcmd_obj->list); -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ res = rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ } -+ -+exit: -+ -+ DBG_871X(FUNC_ADPT_FMT" "MAC_FMT" mac_id=%d, enqueue:%d, res:%u\n" -+ , FUNC_ADPT_ARG(padapter), MAC_ARG(MacAddr), mac_id, enqueue, res); -+ -+ return; -+} -+ -+void report_add_sta_event(_adapter *padapter, unsigned char* MacAddr, int cam_idx) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct stassoc_event *padd_sta_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ if ((pcmd_obj = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ return; -+ } -+ -+ cmdsz = (sizeof(struct stassoc_event) + sizeof(struct C2HEvent_Header)); -+ if ((pevtcmd = (u8*)rtw_zmalloc(cmdsz)) == NULL) -+ { -+ rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); -+ return; -+ } -+ -+ _rtw_init_listhead(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header*)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct stassoc_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_AddSTA); -+ pc2h_evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); -+ -+ padd_sta_evt = (struct stassoc_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ _rtw_memcpy((unsigned char *)(&(padd_sta_evt->macaddr)), MacAddr, ETH_ALEN); -+ padd_sta_evt->cam_id = cam_idx; -+ -+ DBG_871X("report_add_sta_event: add STA\n"); -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+} -+ -+ -+bool rtw_port_switch_chk(_adapter *adapter) -+{ -+ bool switch_needed = _FALSE; -+#ifdef CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_RUNTIME_PORT_SWITCH -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(dvobj); -+ _adapter *if_port0 = NULL; -+ _adapter *if_port1 = NULL; -+ struct mlme_ext_info *if_port0_mlmeinfo = NULL; -+ struct mlme_ext_info *if_port1_mlmeinfo = NULL; -+ int i; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (get_iface_type(dvobj->padapters[i]) == IFACE_PORT0) { -+ if_port0 = dvobj->padapters[i]; -+ if_port0_mlmeinfo = &(if_port0->mlmeextpriv.mlmext_info); -+ } -+ else if (get_iface_type(dvobj->padapters[i]) == IFACE_PORT1) { -+ if_port1 = dvobj->padapters[i]; -+ if_port1_mlmeinfo = &(if_port1->mlmeextpriv.mlmext_info); -+ } -+ } -+ -+ if (if_port0 == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (if_port1 == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+#ifdef DBG_RUNTIME_PORT_SWITCH -+ DBG_871X(FUNC_ADPT_FMT" wowlan_mode:%u\n" -+ ADPT_FMT", port0, mlmeinfo->state:0x%08x, p2p_state:%d, %d\n" -+ ADPT_FMT", port1, mlmeinfo->state:0x%08x, p2p_state:%d, %d\n", -+ FUNC_ADPT_ARG(adapter), pwrctl->wowlan_mode, -+ ADPT_ARG(if_port0), if_port0_mlmeinfo->state, rtw_p2p_state(&if_port0->wdinfo), rtw_p2p_chk_state(&if_port0->wdinfo, P2P_STATE_NONE), -+ ADPT_ARG(if_port1), if_port1_mlmeinfo->state, rtw_p2p_state(&if_port1->wdinfo), rtw_p2p_chk_state(&if_port1->wdinfo, P2P_STATE_NONE)); -+#endif /* DBG_RUNTIME_PORT_SWITCH */ -+ -+#ifdef CONFIG_WOWLAN -+ /* WOWLAN interface(primary, for now) should be port0 */ -+ if (pwrctl->wowlan_mode == _TRUE) { -+ if(!is_primary_adapter(if_port0)) { -+ DBG_871X("%s "ADPT_FMT" enable WOWLAN\n", __func__, ADPT_ARG(if_port1)); -+ switch_needed = _TRUE; -+ } -+ goto exit; -+ } -+#endif /* CONFIG_WOWLAN */ -+ -+ /* AP should use port0 for ctl frame's ack */ -+ if ((if_port1_mlmeinfo->state & 0x03) == WIFI_FW_AP_STATE) { -+ DBG_871X("%s "ADPT_FMT" is AP/GO\n", __func__, ADPT_ARG(if_port1)); -+ switch_needed = _TRUE; -+ goto exit; -+ } -+ -+ /* GC should use port0 for p2p ps */ -+ if (((if_port1_mlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) -+ && (if_port1_mlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ && !rtw_p2p_chk_state(&if_port1->wdinfo, P2P_STATE_NONE) -+ && !check_fwstate(&if_port1->mlmepriv, WIFI_UNDER_WPS) -+ ) { -+ DBG_871X("%s "ADPT_FMT" is GC\n", __func__, ADPT_ARG(if_port1)); -+ switch_needed = _TRUE; -+ goto exit; -+ } -+ -+ /* port1 linked, but port0 not linked */ -+ if ((if_port1_mlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ && !(if_port0_mlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ && ((if_port0_mlmeinfo->state & 0x03) != WIFI_FW_AP_STATE) -+ ) { -+ DBG_871X("%s "ADPT_FMT" is SINGLE_LINK\n", __func__, ADPT_ARG(if_port1)); -+ switch_needed = _TRUE; -+ goto exit; -+ } -+ -+exit: -+#ifdef DBG_RUNTIME_PORT_SWITCH -+ DBG_871X(FUNC_ADPT_FMT" ret:%d\n", FUNC_ADPT_ARG(adapter), switch_needed); -+#endif /* DBG_RUNTIME_PORT_SWITCH */ -+#endif /* CONFIG_RUNTIME_PORT_SWITCH */ -+#endif /* CONFIG_CONCURRENT_MODE */ -+ return switch_needed; -+} -+ -+/**************************************************************************** -+ -+Following are the event callback functions -+ -+*****************************************************************************/ -+ -+//for sta/adhoc mode -+void update_sta_info(_adapter *padapter, struct sta_info *psta) -+{ -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ //ERP -+ VCS_update(padapter, psta); -+ -+#ifdef CONFIG_80211N_HT -+ //HT -+ if(pmlmepriv->htpriv.ht_option) -+ { -+ psta->htpriv.ht_option = _TRUE; -+ -+ psta->htpriv.ampdu_enable = pmlmepriv->htpriv.ampdu_enable; -+ -+ psta->htpriv.rx_ampdu_min_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para&IEEE80211_HT_CAP_AMPDU_DENSITY)>>2; -+ -+ if (support_short_GI(padapter, &(pmlmeinfo->HT_caps), CHANNEL_WIDTH_20)) -+ psta->htpriv.sgi_20m = _TRUE; -+ -+ if (support_short_GI(padapter, &(pmlmeinfo->HT_caps), CHANNEL_WIDTH_40)) -+ psta->htpriv.sgi_40m = _TRUE; -+ -+ psta->qos_option = _TRUE; -+ -+ psta->htpriv.ldpc_cap = pmlmepriv->htpriv.ldpc_cap; -+ psta->htpriv.stbc_cap = pmlmepriv->htpriv.stbc_cap; -+ psta->htpriv.beamform_cap = pmlmepriv->htpriv.beamform_cap; -+ -+ _rtw_memcpy(&psta->htpriv.ht_cap, &pmlmeinfo->HT_caps, sizeof(struct rtw_ieee80211_ht_cap)); -+ } -+ else -+#endif //CONFIG_80211N_HT -+ { -+#ifdef CONFIG_80211N_HT -+ psta->htpriv.ht_option = _FALSE; -+ -+ psta->htpriv.ampdu_enable = _FALSE; -+ -+ psta->htpriv.sgi_20m = _FALSE; -+ psta->htpriv.sgi_40m = _FALSE; -+#endif //CONFIG_80211N_HT -+ psta->qos_option = _FALSE; -+ -+ } -+ -+#ifdef CONFIG_80211N_HT -+ psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; -+ -+ psta->htpriv.agg_enable_bitmap = 0x0;//reset -+ psta->htpriv.candidate_tid_bitmap = 0x0;//reset -+#endif //CONFIG_80211N_HT -+ -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ -+ //QoS -+ if(pmlmepriv->qospriv.qos_option) -+ psta->qos_option = _TRUE; -+ -+#ifdef CONFIG_80211AC_VHT -+ _rtw_memcpy(&psta->vhtpriv, &pmlmepriv->vhtpriv, sizeof(struct vht_priv)); -+#endif //CONFIG_80211AC_VHT -+ -+ update_ldpc_stbc_cap(psta); -+ -+ _enter_critical_bh(&psta->lock, &irqL); -+ psta->state = _FW_LINKED; -+ _exit_critical_bh(&psta->lock, &irqL); -+ -+} -+ -+static void rtw_mlmeext_disconnect(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+ u8 state_backup = (pmlmeinfo->state&0x03); -+ u8 ASIX_ID[]= {0x00, 0x0E, 0xC6}; -+ -+ //set_opmode_cmd(padapter, infra_client_with_mlme); -+ -+#if 1 -+ /* -+ * For safety, prevent from keeping macid sleep. -+ * If we can sure all power mode enter/leave are paired, -+ * this check can be removed. -+ * Lucas@20131113 -+ */ -+ /* wakeup macid after disconnect. */ -+ { -+ struct sta_info *psta; -+ psta = rtw_get_stainfo(&padapter->stapriv, get_my_bssid(pnetwork)); -+ if (psta) -+ rtw_hal_macid_wakeup(padapter, psta->mac_id); -+ } -+#endif -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_DISCONNECT, 0); -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, null_addr); -+ -+ //set MSR to no link state -> infra. mode -+ Set_MSR(padapter, _HW_STATE_STATION_); -+ -+ //check if sta is ASIX peer and fix IOT issue if it is. -+ if (_rtw_memcmp(get_my_bssid(&pmlmeinfo->network) ,ASIX_ID ,3)) { -+ u8 iot_flag = _FALSE; -+ rtw_hal_set_hwreg(padapter, HW_VAR_ASIX_IOT, (u8 *)(&iot_flag)); -+ } -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ -+ if(state_backup == WIFI_FW_STATION_STATE) -+ { -+ if (rtw_port_switch_chk(padapter) == _TRUE) { -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ #ifdef CONFIG_LPS -+ { -+ _adapter *port0_iface = dvobj_get_port0_adapter(adapter_to_dvobj(padapter)); -+ if (port0_iface) -+ rtw_lps_ctrl_wk_cmd(port0_iface, LPS_CTRL_CONNECT, 0); -+ } -+ #endif -+ } -+ } -+ -+ /* switch to the 20M Hz mode after disconnect */ -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+#ifdef CONFIG_FCS_MODE -+ if (EN_FCS(padapter)) -+ rtw_hal_set_hwreg(padapter, HW_VAR_STOP_FCS_MODE, NULL); -+#endif -+ -+#ifdef CONFIG_DFS_MASTER -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ rtw_dfs_master_status_apply(padapter, MLME_AP_STOPPED); -+ else if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) -+ rtw_dfs_master_status_apply(padapter, MLME_STA_DISCONNECTED); -+#endif -+ -+ { -+ u8 ch, bw, offset; -+ -+ if (rtw_get_ch_setting_union_no_self(padapter, &ch, &bw, &offset) != 0) -+ set_channel_bwmode(padapter, ch, offset, bw); -+ } -+ -+ flush_all_cam_entry(padapter); -+ -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ -+ //pmlmepriv->LinkDetectInfo.TrafficBusyState = _FALSE; -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount = 0; -+ -+#ifdef CONFIG_TDLS -+ padapter->tdlsinfo.ap_prohibited = _FALSE; -+ -+ /* For TDLS channel switch, currently we only allow it to work in wifi logo test mode */ -+ if (padapter->registrypriv.wifi_spec == 1) -+ { -+ padapter->tdlsinfo.ch_switch_prohibited = _FALSE; -+ } -+#endif /* CONFIG_TDLS */ -+ -+} -+ -+void mlmeext_joinbss_event_callback(_adapter *padapter, int join_res) -+{ -+ struct sta_info *psta, *psta_bmc; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 join_type; -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#endif -+ -+ if(join_res < 0) -+ { -+ join_type = 1; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, null_addr); -+ -+ goto exit_mlmeext_joinbss_event_callback; -+ } -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ pmlmepriv->bGetGateway = 1; -+#endif -+ -+ if((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ //update bc/mc sta_info -+ update_bmc_sta(padapter); -+ } -+ -+ -+ //turn on dynamic functions -+ /* Switch_DM_Func(padapter, DYNAMIC_ALL_FUNC_ENABLE, _TRUE); */ -+ -+ // update IOT-releated issue -+ update_IOT_info(padapter); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BASIC_RATE, cur_network->SupportedRates); -+ -+ //BCN interval -+ rtw_hal_set_hwreg(padapter, HW_VAR_BEACON_INTERVAL, (u8 *)(&pmlmeinfo->bcn_interval)); -+ -+ //udpate capability -+ update_capinfo(padapter, pmlmeinfo->capability); -+ -+ //WMM, Update EDCA param -+ WMMOnAssocRsp(padapter); -+ -+ //HT -+ HTOnAssocRsp(padapter); -+ -+#ifdef CONFIG_80211AC_VHT -+ //VHT -+ VHTOnAssocRsp(padapter); -+#endif -+ -+ psta = rtw_get_stainfo(pstapriv, cur_network->MacAddress); -+ if (psta) //only for infra. mode -+ { -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ //DBG_871X("set_sta_rate\n"); -+ -+ psta->wireless_mode = pmlmeext->cur_wireless_mode; -+ -+ //set per sta rate after updating HT cap. -+ set_sta_rate(padapter, psta); -+ -+ rtw_sta_media_status_rpt(padapter, psta, 1); -+ -+ /* wakeup macid after join bss successfully to ensure -+ the subsequent data frames can be sent out normally */ -+ rtw_hal_macid_wakeup(padapter, psta->mac_id); -+ } -+ -+ if (rtw_port_switch_chk(padapter) == _TRUE) -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ -+ join_type = 2; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ -+ if((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) -+ { -+ // correcting TSF -+ correct_TSF(padapter, pmlmeext); -+ -+ //set_link_timer(pmlmeext, DISCONNECT_TO); -+ } -+ -+#ifdef CONFIG_LPS -+ if(get_iface_type(padapter) == IFACE_PORT0) -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_CONNECT, 0); -+#endif -+ -+#ifdef CONFIG_BEAMFORMING -+ if (psta) -+ beamforming_wk_cmd(padapter, BEAMFORMING_CTRL_ENTER, (u8 *)psta, sizeof(struct sta_info), 0); -+#endif/*CONFIG_BEAMFORMING*/ -+ -+exit_mlmeext_joinbss_event_callback: -+ -+ rtw_join_done_chk_ch(padapter, join_res); -+ -+ DBG_871X("=>%s - End to Connection without 4-way\n", __FUNCTION__); -+} -+ -+//currently only adhoc mode will go here -+void mlmeext_sta_add_event_callback(_adapter *padapter, struct sta_info *psta) -+{ -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 join_type; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ if((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ if(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)//adhoc master or sta_count>1 -+ { -+ //nothing to do -+ } -+ else//adhoc client -+ { -+ //update TSF Value -+ //update_TSF(pmlmeext, pframe, len); -+ -+ // correcting TSF -+ correct_TSF(padapter, pmlmeext); -+ -+ //start beacon -+ if(send_beacon(padapter)==_FAIL) -+ { -+ pmlmeinfo->FW_sta_info[psta->mac_id].status = 0; -+ -+ pmlmeinfo->state ^= WIFI_FW_ADHOC_STATE; -+ -+ return; -+ } -+ -+ pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; -+ -+ } -+ -+ join_type = 2; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ } -+ -+ pmlmeinfo->FW_sta_info[psta->mac_id].psta = psta; -+ -+ psta->bssratelen = rtw_get_rateset_len(pmlmeinfo->FW_sta_info[psta->mac_id].SupportedRates); -+ _rtw_memcpy(psta->bssrateset, pmlmeinfo->FW_sta_info[psta->mac_id].SupportedRates, psta->bssratelen); -+ -+ //update adhoc sta_info -+ update_sta_info(padapter, psta); -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ -+ // ToDo: HT for Ad-hoc -+ psta->wireless_mode = rtw_check_network_type(psta->bssrateset, psta->bssratelen, pmlmeext->cur_channel); -+ psta->raid = rtw_hal_networktype_to_raid(padapter, psta); -+ -+ //rate radaptive -+ Update_RA_Entry(padapter, psta); -+} -+ -+void mlmeext_sta_del_event_callback(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (is_client_associated_to_ap(padapter) || is_IBSS_empty(padapter)) -+ { -+ rtw_mlmeext_disconnect(padapter); -+ } -+ -+} -+ -+/**************************************************************************** -+ -+Following are the functions for the timer handlers -+ -+*****************************************************************************/ -+void _linked_info_dump(_adapter *padapter) -+{ -+ int i; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int UndecoratedSmoothedPWDB = 0; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ -+ if(padapter->bLinkInfoDump){ -+ -+ DBG_871X("\n============["ADPT_FMT"] linked status check ===================\n",ADPT_ARG(padapter)); -+ -+ if((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) -+ { -+ rtw_hal_get_def_var(padapter, HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, &UndecoratedSmoothedPWDB); -+ -+ DBG_871X("AP[" MAC_FMT "] - UndecoratedSmoothedPWDB:%d\n", -+ MAC_ARG(padapter->mlmepriv.cur_network.network.MacAddress),UndecoratedSmoothedPWDB); -+ } -+ else if((pmlmeinfo->state&0x03) == _HW_STATE_AP_) -+ { -+ _irqL irqL; -+ _list *phead, *plist; -+ -+ struct sta_info *psta=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ DBG_871X("STA[" MAC_FMT "]:UndecoratedSmoothedPWDB:%d\n", -+ MAC_ARG(psta->hwaddr),psta->rssi_stat.UndecoratedSmoothedPWDB); -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ } -+ for(i=0; inum; i++) -+ { -+ if(rtw_macid_is_used(macid_ctl, i) -+ && !rtw_macid_is_bmc(macid_ctl, i) /* skip bc/mc sta */ -+ ) { -+ //============ tx info ============ -+ rtw_hal_get_def_var(padapter, HW_DEF_RA_INFO_DUMP, &i); -+ } -+ } -+ rtw_hal_set_odm_var(padapter, HAL_ODM_RX_INFO_DUMP, NULL, _FALSE); -+ -+ } -+ -+ -+} -+void rtw_delba_check(_adapter *padapter, struct sta_info *psta, u8 from_timer) -+{ -+ int i = 0; -+ int ret = _SUCCESS; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* -+ IOT issue,occur Broadcom ap(Buffalo WZR-D1800H,Netgear R6300). -+ AP is originator.AP does not transmit unicast packets when STA response its BAR. -+ This case probably occur ap issue BAR after AP builds BA. -+ -+ Follow 802.11 spec, STA shall maintain an inactivity timer for every negotiated Block Ack setup. -+ The inactivity timer is not reset when MPDUs corresponding to other TIDs are received. -+ */ -+ if (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_BROADCOM) { -+ for (i = 0; i < TID_NUM ; i++) { -+ if (sta_rx_data_qos_pkts(psta, i) == sta_last_rx_data_qos_pkts(psta, i)) { -+ if (_TRUE == rtw_inc_and_chk_continual_no_rx_packet(psta, i)) { -+ if (psta->recvreorder_ctrl[i].enable) { -+ /* send a DELBA frame to the peer STA with the Reason Code field set to TIMEOUT */ -+ if (!from_timer) -+ ret = issue_del_ba_ex(padapter, psta->hwaddr, i, 39, 0, 3, 1); -+ else -+ { -+ issue_del_ba(padapter, psta->hwaddr, i, 39, 0); -+ psta->recvreorder_ctrl[i].enable = _FALSE; -+ } -+ -+ if (ret != _FAIL) -+ { -+ psta->recvreorder_ctrl[i].ampdu_size = RX_AMPDU_SIZE_INVALID; -+ rtw_reset_continual_no_rx_packet(psta, i); -+ } -+ } -+ } -+ } -+ else{ -+ /* The inactivity timer is reset when MPDUs to the TID is received. */ -+ rtw_reset_continual_no_rx_packet(psta, i); -+ } -+ } -+ } -+} -+ -+u8 chk_ap_is_alive(_adapter *padapter, struct sta_info *psta) -+{ -+ u8 ret = _FALSE; -+ int i = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X(FUNC_ADPT_FMT" rx:"STA_PKTS_FMT", beacon:%llu, probersp_to_self:%llu" -+ /*", probersp_bm:%llu, probersp_uo:%llu, probereq:%llu, BI:%u"*/ -+ ", retry:%u\n" -+ , FUNC_ADPT_ARG(padapter) -+ , STA_RX_PKTS_DIFF_ARG(psta) -+ , psta->sta_stats.rx_beacon_pkts - psta->sta_stats.last_rx_beacon_pkts -+ , psta->sta_stats.rx_probersp_pkts - psta->sta_stats.last_rx_probersp_pkts -+ /*, psta->sta_stats.rx_probersp_bm_pkts - psta->sta_stats.last_rx_probersp_bm_pkts -+ , psta->sta_stats.rx_probersp_uo_pkts - psta->sta_stats.last_rx_probersp_uo_pkts -+ , psta->sta_stats.rx_probereq_pkts - psta->sta_stats.last_rx_probereq_pkts -+ , pmlmeinfo->bcn_interval*/ -+ , pmlmeext->retry -+ ); -+ -+ DBG_871X(FUNC_ADPT_FMT" tx_pkts:%llu, link_count:%u\n", FUNC_ADPT_ARG(padapter) -+ , padapter->xmitpriv.tx_pkts -+ , pmlmeinfo->link_count -+ ); -+ #endif -+ -+ if((sta_rx_data_pkts(psta) == sta_last_rx_data_pkts(psta)) -+ && sta_rx_beacon_pkts(psta) == sta_last_rx_beacon_pkts(psta) -+ && sta_rx_probersp_pkts(psta) == sta_last_rx_probersp_pkts(psta) -+ ) -+ { -+ ret = _FALSE; -+ } -+ else -+ { -+ ret = _TRUE; -+ } -+ -+ sta_update_last_rx_pkts(psta); -+ -+ /* -+ record last rx data packets for every tid. -+ */ -+ for (i = 0; i < TID_NUM; i++) -+ psta->sta_stats.last_rx_data_qos_pkts[i] = psta->sta_stats.rx_data_qos_pkts[i]; -+ -+ return ret; -+} -+ -+#ifdef CONFIG_TDLS -+u8 chk_tdls_peer_sta_is_alive(_adapter *padapter, struct sta_info *psta) -+{ -+ if ((psta->sta_stats.rx_data_pkts == psta->sta_stats.last_rx_data_pkts) -+ && (psta->sta_stats.rx_tdls_disc_rsp_pkts == psta->sta_stats.last_rx_tdls_disc_rsp_pkts)) -+ return _FALSE; -+ -+ return _TRUE; -+} -+ -+void linked_status_chk_tdls(_adapter *padapter) -+{ -+struct candidate_pool{ -+ struct sta_info *psta; -+ u8 addr[ETH_ALEN]; -+}; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ _irqL irqL; -+ u8 ack_chk; -+ struct sta_info *psta; -+ int i, num_teardown=0, num_checkalive=0; -+ _list *plist, *phead; -+ struct tdls_txmgmt txmgmt; -+ struct candidate_pool checkalive[NUM_STA]; -+ struct candidate_pool teardown[NUM_STA]; -+#define ALIVE_MIN 2 -+#define ALIVE_MAX 5 -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ _rtw_memset(checkalive, 0x00, sizeof(checkalive)); -+ _rtw_memset(teardown, 0x00, sizeof(teardown)); -+ -+ if((padapter->tdlsinfo.link_established == _TRUE)){ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ for(i=0; i< NUM_STA; i++) -+ { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ plist = get_next(plist); -+ -+ if(psta->tdls_sta_state & TDLS_LINKED_STATE) -+ { -+ psta->alive_count++; -+ if(psta->alive_count >= ALIVE_MIN) -+ { -+ if (chk_tdls_peer_sta_is_alive(padapter, psta) == _FALSE) { -+ if (psta->alive_count < ALIVE_MAX) { -+ _rtw_memcpy(checkalive[num_checkalive].addr, psta->hwaddr, ETH_ALEN); -+ checkalive[num_checkalive].psta = psta; -+ num_checkalive++; -+ } -+ else -+ { -+ _rtw_memcpy(teardown[num_teardown].addr, psta->hwaddr, ETH_ALEN); -+ teardown[num_teardown].psta = psta; -+ num_teardown++; -+ } -+ } -+ else -+ { -+ psta->alive_count = 0; -+ } -+ } -+ psta->sta_stats.last_rx_data_pkts = psta->sta_stats.rx_data_pkts; -+ psta->sta_stats.last_rx_tdls_disc_rsp_pkts = psta->sta_stats.rx_tdls_disc_rsp_pkts; -+ } -+ } -+ } -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ if (num_checkalive > 0) { -+ for (i = 0; i < num_checkalive; i++) { -+ _rtw_memcpy(txmgmt.peer, checkalive[i].addr, ETH_ALEN); -+ issue_tdls_dis_req(padapter, &txmgmt); -+ issue_tdls_dis_req(padapter, &txmgmt); -+ issue_tdls_dis_req(padapter, &txmgmt); -+ } -+ } -+ -+ if(num_teardown > 0) -+ { -+ for(i=0; i< num_teardown; i++) -+ { -+ DBG_871X("[%s %d] Send teardown to "MAC_FMT" \n", __FUNCTION__, __LINE__, MAC_ARG(teardown[i].addr)); -+ txmgmt.status_code = _RSON_TDLS_TEAR_TOOFAR_; -+ _rtw_memcpy(txmgmt.peer, teardown[i].addr, ETH_ALEN); -+ issue_tdls_teardown(padapter, &txmgmt, _FALSE); -+ } -+ } -+ } -+ -+} -+#endif //CONFIG_TDLS -+ -+//from_timer == 1 means driver is in LPS -+void linked_status_chk(_adapter *padapter, u8 from_timer) -+{ -+ u32 i; -+ struct sta_info *psta; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#endif -+ -+ -+ if (is_client_associated_to_ap(padapter)) -+ { -+ //linked infrastructure client mode -+ -+ int tx_chk = _SUCCESS, rx_chk = _SUCCESS; -+ int rx_chk_limit; -+ int link_count_limit; -+ -+ #if defined(DBG_ROAMING_TEST) -+ rx_chk_limit = 1; -+ #elif defined(CONFIG_ACTIVE_KEEP_ALIVE_CHECK) && !defined(CONFIG_LPS_LCLK_WD_TIMER) -+ rx_chk_limit = 4; -+ #else -+ rx_chk_limit = 8; -+ #endif -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ if (!from_timer && pmlmepriv->bGetGateway == 1) { -+ DBG_871X("do rtw_gw_addr_query()"); -+ if (rtw_gw_addr_query(padapter) == 0) { -+ pmlmepriv->bGetGateway = 0; -+ } else { -+ _rtw_memset(pmlmepriv->gw_ip, 0, 4); -+ _rtw_memset(pmlmepriv->gw_mac_addr, 0, 6); -+ } -+ } -+#endif -+#ifdef CONFIG_P2P -+ if (!rtw_p2p_chk_state(&padapter->wdinfo, P2P_STATE_NONE)) -+ { -+ if(!from_timer) -+ link_count_limit = 3; // 8 sec -+ else -+ link_count_limit = 15; // 32 sec -+ } -+ else -+#endif // CONFIG_P2P -+ { -+ if(!from_timer) -+ link_count_limit = 7; // 16 sec -+ else -+ link_count_limit = 29; // 60 sec -+ } -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_CH_SW -+ if (ATOMIC_READ(&padapter->tdlsinfo.chsw_info.chsw_on) == _TRUE) -+ return; -+#endif /* CONFIG_TDLS_CH_SW */ -+ -+#ifdef CONFIG_TDLS_AUTOCHECKALIVE -+ linked_status_chk_tdls(padapter); -+#endif /* CONFIG_TDLS_AUTOCHECKALIVE */ -+#endif /* CONFIG_TDLS */ -+ -+ if ((psta = rtw_get_stainfo(pstapriv, pmlmeinfo->network.MacAddress)) != NULL) -+ { -+ bool is_p2p_enable = _FALSE; -+ #ifdef CONFIG_P2P -+ is_p2p_enable = !rtw_p2p_chk_state(&padapter->wdinfo, P2P_STATE_NONE); -+ #endif -+ -+ /*issue delba when ap does not tx data packet that is Broadcom ap */ -+ rtw_delba_check(padapter, psta, from_timer); -+ -+ if (chk_ap_is_alive(padapter, psta) == _FALSE) -+ rx_chk = _FAIL; -+ -+ if (pxmitpriv->last_tx_pkts == pxmitpriv->tx_pkts) -+ tx_chk = _FAIL; -+ -+ #if defined(CONFIG_ACTIVE_KEEP_ALIVE_CHECK) && !defined(CONFIG_LPS_LCLK_WD_TIMER) -+ if (pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL)) { -+ u8 backup_oper_channel=0; -+ -+ /* switch to correct channel of current network before issue keep-alive frames */ -+ if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { -+ backup_oper_channel = rtw_get_oper_ch(padapter); -+ SelectChannel(padapter, pmlmeext->cur_channel); -+ } -+ -+ if (rx_chk != _SUCCESS) -+ issue_probereq_ex(padapter, &pmlmeinfo->network.Ssid, psta->hwaddr, 0, 0, 3, 1); -+ -+ if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { -+ tx_chk = issue_nulldata(padapter, psta->hwaddr, 0, 3, 1); -+ /* if tx acked and p2p disabled, set rx_chk _SUCCESS to reset retry count */ -+ if (tx_chk == _SUCCESS && !is_p2p_enable) -+ rx_chk = _SUCCESS; -+ } -+ -+ /* back to the original operation channel */ -+ if(backup_oper_channel>0) -+ SelectChannel(padapter, backup_oper_channel); -+ -+ } -+ else -+ #endif /* CONFIG_ACTIVE_KEEP_ALIVE_CHECK */ -+ { -+ if (rx_chk != _SUCCESS) { -+ if (pmlmeext->retry == 0) { -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X("issue_probereq to trigger probersp, retry=%d\n", pmlmeext->retry); -+ #endif -+ issue_probereq_ex(padapter, &pmlmeinfo->network.Ssid, pmlmeinfo->network.MacAddress, 0, 0, 0, 0); -+ issue_probereq_ex(padapter, &pmlmeinfo->network.Ssid, pmlmeinfo->network.MacAddress, 0, 0, 0, 0); -+ issue_probereq_ex(padapter, &pmlmeinfo->network.Ssid, pmlmeinfo->network.MacAddress, 0, 0, 0, 0); -+ } -+ } -+ -+ if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { -+ #ifdef DBG_EXPIRATION_CHK -+ DBG_871X("%s issue_nulldata(%d)\n", __FUNCTION__, from_timer?1:0); -+ #endif -+ tx_chk = issue_nulldata_in_interrupt(padapter, NULL, from_timer?1:0); -+ } -+ } -+ -+ if (rx_chk == _FAIL) { -+ pmlmeext->retry++; -+ if (pmlmeext->retry > rx_chk_limit) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" disconnect or roaming\n", -+ FUNC_ADPT_ARG(padapter)); -+ receive_disconnect(padapter, pmlmeinfo->network.MacAddress -+ , WLAN_REASON_EXPIRATION_CHK); -+ return; -+ } -+ } else { -+ pmlmeext->retry = 0; -+ } -+ -+ if (tx_chk == _FAIL) { -+ pmlmeinfo->link_count %= (link_count_limit+1); -+ } else { -+ pxmitpriv->last_tx_pkts = pxmitpriv->tx_pkts; -+ pmlmeinfo->link_count = 0; -+ } -+ -+ } //end of if ((psta = rtw_get_stainfo(pstapriv, passoc_res->network.MacAddress)) != NULL) -+ -+ } -+ else if (is_client_associated_to_ibss(padapter)) -+ { -+ //linked IBSS mode -+ //for each assoc list entry to check the rx pkt counter -+ for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) -+ { -+ if (pmlmeinfo->FW_sta_info[i].status == 1) -+ { -+ psta = pmlmeinfo->FW_sta_info[i].psta; -+ -+ if(NULL==psta) continue; -+ -+ if (pmlmeinfo->FW_sta_info[i].rx_pkt == sta_rx_pkts(psta)) -+ { -+ -+ if(pmlmeinfo->FW_sta_info[i].retry<3) -+ { -+ pmlmeinfo->FW_sta_info[i].retry++; -+ } -+ else -+ { -+ pmlmeinfo->FW_sta_info[i].retry = 0; -+ pmlmeinfo->FW_sta_info[i].status = 0; -+ report_del_sta_event(padapter, psta->hwaddr, WLAN_REASON_EXPIRATION_CHK, _TRUE); -+ } -+ } -+ else -+ { -+ pmlmeinfo->FW_sta_info[i].retry = 0; -+ pmlmeinfo->FW_sta_info[i].rx_pkt = (u32)sta_rx_pkts(psta); -+ } -+ } -+ } -+ -+ //set_link_timer(pmlmeext, DISCONNECT_TO); -+ -+ } -+ -+} -+ -+void survey_timer_hdl(_adapter *padapter) -+{ -+ struct cmd_obj *cmd; -+ struct sitesurvey_parm *psurveyPara; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif -+ -+ if (mlmeext_scan_state(pmlmeext) > SCAN_DISABLE) { -+ cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (cmd == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ psurveyPara = (struct sitesurvey_parm *)rtw_zmalloc(sizeof(struct sitesurvey_parm)); -+ if (psurveyPara == NULL) { -+ rtw_warn_on(1); -+ rtw_mfree((unsigned char *)cmd, sizeof(struct cmd_obj)); -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_rsp(cmd, psurveyPara, GEN_CMD_CODE(_SiteSurvey)); -+ rtw_enqueue_cmd(pcmdpriv, cmd); -+ } -+ -+exit: -+ return; -+} -+ -+void link_timer_hdl(_adapter *padapter) -+{ -+ //static unsigned int rx_pkt = 0; -+ //static u64 tx_cnt = 0; -+ //struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ //struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ -+ if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) -+ { -+ DBG_871X("link_timer_hdl:no beacon while connecting\n"); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_join_res(padapter, -3); -+ } -+ else if (pmlmeinfo->state & WIFI_FW_AUTH_STATE) -+ { -+ //re-auth timer -+ if (++pmlmeinfo->reauth_count > REAUTH_LIMIT) -+ { -+ //if (pmlmeinfo->auth_algo != dot11AuthAlgrthm_Auto) -+ //{ -+ pmlmeinfo->state = 0; -+ report_join_res(padapter, -1); -+ return; -+ //} -+ //else -+ //{ -+ // pmlmeinfo->auth_algo = dot11AuthAlgrthm_Shared; -+ // pmlmeinfo->reauth_count = 0; -+ //} -+ } -+ -+ DBG_871X("link_timer_hdl: auth timeout and try again\n"); -+ pmlmeinfo->auth_seq = 1; -+ issue_auth(padapter, NULL, 0); -+ set_link_timer(pmlmeext, REAUTH_TO); -+ } -+ else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) -+ { -+ //re-assoc timer -+ if (++pmlmeinfo->reassoc_count > REASSOC_LIMIT) -+ { -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ report_join_res(padapter, -2); -+ return; -+ } -+ -+ DBG_871X("link_timer_hdl: assoc timeout and try again\n"); -+ issue_assocreq(padapter); -+ set_link_timer(pmlmeext, REASSOC_TO); -+ } -+#if 0 -+ else if (is_client_associated_to_ap(padapter)) -+ { -+ //linked infrastructure client mode -+ if ((psta = rtw_get_stainfo(pstapriv, pmlmeinfo->network.MacAddress)) != NULL) -+ { -+ /*to monitor whether the AP is alive or not*/ -+ if (rx_pkt == psta->sta_stats.rx_pkts) -+ { -+ receive_disconnect(padapter, pmlmeinfo->network.MacAddress); -+ return; -+ } -+ else -+ { -+ rx_pkt = psta->sta_stats.rx_pkts; -+ set_link_timer(pmlmeext, DISCONNECT_TO); -+ } -+ -+ //update the EDCA paramter according to the Tx/RX mode -+ update_EDCA_param(padapter); -+ -+ /*to send the AP a nulldata if no frame is xmitted in order to keep alive*/ -+ if (pmlmeinfo->link_count++ == 0) -+ { -+ tx_cnt = pxmitpriv->tx_pkts; -+ } -+ else if ((pmlmeinfo->link_count & 0xf) == 0) -+ { -+ if (tx_cnt == pxmitpriv->tx_pkts) -+ { -+ issue_nulldata_in_interrupt(padapter, NULL, 0); -+ } -+ -+ tx_cnt = pxmitpriv->tx_pkts; -+ } -+ } //end of if ((psta = rtw_get_stainfo(pstapriv, passoc_res->network.MacAddress)) != NULL) -+ } -+ else if (is_client_associated_to_ibss(padapter)) -+ { -+ //linked IBSS mode -+ //for each assoc list entry to check the rx pkt counter -+ for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) -+ { -+ if (pmlmeinfo->FW_sta_info[i].status == 1) -+ { -+ psta = pmlmeinfo->FW_sta_info[i].psta; -+ -+ if (pmlmeinfo->FW_sta_info[i].rx_pkt == psta->sta_stats.rx_pkts) -+ { -+ pmlmeinfo->FW_sta_info[i].status = 0; -+ report_del_sta_event(padapter, psta->hwaddr); -+ } -+ else -+ { -+ pmlmeinfo->FW_sta_info[i].rx_pkt = psta->sta_stats.rx_pkts; -+ } -+ } -+ } -+ -+ set_link_timer(pmlmeext, DISCONNECT_TO); -+ } -+#endif -+ -+ return; -+} -+ -+void addba_timer_hdl(struct sta_info *psta) -+{ -+#ifdef CONFIG_80211N_HT -+ struct ht_priv *phtpriv; -+ -+ if(!psta) -+ return; -+ -+ phtpriv = &psta->htpriv; -+ -+ if((phtpriv->ht_option==_TRUE) && (phtpriv->ampdu_enable==_TRUE)) -+ { -+ if(phtpriv->candidate_tid_bitmap) -+ phtpriv->candidate_tid_bitmap=0x0; -+ -+ } -+#endif //CONFIG_80211N_HT -+} -+ -+#ifdef CONFIG_IEEE80211W -+void report_sta_timeout_event(_adapter *padapter, u8 *MacAddr, unsigned short reason) -+{ -+ struct cmd_obj *pcmd_obj; -+ u8 *pevtcmd; -+ u32 cmdsz; -+ struct sta_info *psta; -+ int mac_id; -+ struct stadel_event *pdel_sta_evt; -+ struct C2HEvent_Header *pc2h_evt_hdr; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ -+ pcmd_obj = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if (pcmd_obj == NULL) -+ return; -+ -+ cmdsz = (sizeof(struct stadel_event) + sizeof(struct C2HEvent_Header)); -+ pevtcmd = (u8 *)rtw_zmalloc(cmdsz); -+ if (pevtcmd == NULL) { -+ rtw_mfree((u8 *)pcmd_obj, sizeof(struct cmd_obj)); -+ return; -+ } -+ -+ _rtw_init_listhead(&pcmd_obj->list); -+ -+ pcmd_obj->cmdcode = GEN_CMD_CODE(_Set_MLME_EVT); -+ pcmd_obj->cmdsz = cmdsz; -+ pcmd_obj->parmbuf = pevtcmd; -+ -+ pcmd_obj->rsp = NULL; -+ pcmd_obj->rspsz = 0; -+ -+ pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); -+ pc2h_evt_hdr->len = sizeof(struct stadel_event); -+ pc2h_evt_hdr->ID = GEN_EVT_CODE(_TimeoutSTA); -+ pc2h_evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); -+ -+ pdel_sta_evt = (struct stadel_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); -+ _rtw_memcpy((unsigned char *)(&(pdel_sta_evt->macaddr)), MacAddr, ETH_ALEN); -+ _rtw_memcpy((unsigned char *)(pdel_sta_evt->rsvd), (unsigned char *)(&reason), 2); -+ -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, MacAddr); -+ if (psta) -+ mac_id = (int)psta->mac_id; -+ else -+ mac_id = (-1); -+ -+ pdel_sta_evt->mac_id = mac_id; -+ -+ DBG_871X("report_del_sta_event: delete STA, mac_id=%d\n", mac_id); -+ -+ rtw_enqueue_cmd(pcmdpriv, pcmd_obj); -+ -+ return; -+} -+ -+void clnt_sa_query_timeout(_adapter *padapter) -+{ -+ -+ rtw_disassoc_cmd(padapter, 0, _TRUE); -+ rtw_indicate_disconnect(padapter); -+ rtw_free_assoc_resources(padapter, 1); -+ -+ DBG_871X("SA query timeout client disconnect\n"); -+} -+ -+void sa_query_timer_hdl(struct sta_info *psta) -+{ -+ _adapter *padapter = psta->padapter; -+ _irqL irqL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE && -+ check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ clnt_sa_query_timeout(padapter); -+ else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ report_sta_timeout_event(padapter, psta->hwaddr, WLAN_REASON_PREV_AUTH_NOT_VALID); -+} -+ -+#endif //CONFIG_IEEE80211W -+ -+u8 NULL_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ return H2C_SUCCESS; -+} -+ -+#ifdef CONFIG_AUTO_AP_MODE -+void rtw_start_auto_ap(_adapter *adapter) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ rtw_set_802_11_infrastructure_mode(adapter, Ndis802_11APMode); -+ -+ rtw_setopmode_cmd(adapter, Ndis802_11APMode,_TRUE); -+} -+ -+static int rtw_auto_ap_start_beacon(_adapter *adapter) -+{ -+ int ret=0; -+ u8 *pbuf = NULL; -+ uint len; -+ u8 supportRate[16]; -+ int sz = 0, rateLen; -+ u8 * ie; -+ u8 wireless_mode, oper_channel; -+ u8 ssid[3] = {0}; //hidden ssid -+ u32 ssid_len = sizeof(ssid); -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ -+ len = 128; -+ pbuf = rtw_zmalloc(len); -+ if(!pbuf) -+ return -ENOMEM; -+ -+ -+ //generate beacon -+ ie = pbuf; -+ -+ //timestamp will be inserted by hardware -+ sz += 8; -+ ie += sz; -+ -+ //beacon interval : 2bytes -+ *(u16*)ie = cpu_to_le16((u16)100);//BCN_INTERVAL=100; -+ sz += 2; -+ ie += 2; -+ -+ //capability info -+ *(u16*)ie = 0; -+ *(u16*)ie |= cpu_to_le16(cap_ESS); -+ *(u16*)ie |= cpu_to_le16(cap_ShortPremble); -+ //*(u16*)ie |= cpu_to_le16(cap_Privacy); -+ sz += 2; -+ ie += 2; -+ -+ //SSID -+ ie = rtw_set_ie(ie, _SSID_IE_, ssid_len, ssid, &sz); -+ -+ //supported rates -+ wireless_mode = WIRELESS_11BG_24N; -+ rtw_set_supported_rate(supportRate, wireless_mode) ; -+ rateLen = rtw_get_rateset_len(supportRate); -+ if (rateLen > 8) -+ { -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, 8, supportRate, &sz); -+ } -+ else -+ { -+ ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, rateLen, supportRate, &sz); -+ } -+ -+ -+ //DS parameter set -+ if(check_buddy_fwstate(adapter, _FW_LINKED) && -+ check_buddy_fwstate(adapter, WIFI_STATION_STATE)) -+ { -+ PADAPTER pbuddy_adapter = adapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ oper_channel = pbuddy_mlmeext->cur_channel; -+ } -+ else -+ { -+ oper_channel = adapter_to_dvobj(adapter)->oper_channel; -+ } -+ ie = rtw_set_ie(ie, _DSSET_IE_, 1, &oper_channel, &sz); -+ -+ //ext supported rates -+ if (rateLen > 8) -+ { -+ ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (supportRate + 8), &sz); -+ } -+ -+ DBG_871X("%s, start auto ap beacon sz=%d\n", __FUNCTION__, sz); -+ -+ //lunch ap mode & start to issue beacon -+ if(rtw_check_beacon_data(adapter, pbuf, sz) == _SUCCESS) -+ { -+ -+ } -+ else -+ { -+ ret = -EINVAL; -+ } -+ -+ -+ rtw_mfree(pbuf, len); -+ -+ return ret; -+ -+} -+#endif//CONFIG_AUTO_AP_MODE -+ -+u8 setopmode_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ u8 type; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; -+ -+ if(psetop->mode == Ndis802_11APMode) -+ { -+ pmlmeinfo->state = WIFI_FW_AP_STATE; -+ type = _HW_STATE_AP_; -+#ifdef CONFIG_NATIVEAP_MLME -+ //start_ap_mode(padapter); -+#endif -+ } -+ else if(psetop->mode == Ndis802_11Infrastructure) -+ { -+ pmlmeinfo->state &= ~(BIT(0)|BIT(1));// clear state -+ pmlmeinfo->state |= WIFI_FW_STATION_STATE;//set to STATION_STATE -+ type = _HW_STATE_STATION_; -+ } -+ else if(psetop->mode == Ndis802_11IBSS) -+ { -+ type = _HW_STATE_ADHOC_; -+ } else if (psetop->mode == Ndis802_11Monitor) { -+ type = _HW_STATE_MONITOR_; -+ } -+ else -+ { -+ type = _HW_STATE_NOLINK_; -+ } -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_SET_OPMODE, (u8 *)(&type)); -+ //Set_NETYPE0_MSR(padapter, type); -+ -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if(psetop->mode == Ndis802_11APMode) -+ rtw_auto_ap_start_beacon(padapter); -+#endif -+ -+ if (rtw_port_switch_chk(padapter) == _TRUE) -+ { -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ -+ if(psetop->mode == Ndis802_11APMode) -+ adapter_to_pwrctl(padapter)->fw_psmode_iface_id = 0xff; //ap mode won't dowload rsvd pages -+ else if (psetop->mode == Ndis802_11Infrastructure) { -+ #ifdef CONFIG_LPS -+ _adapter *port0_iface = dvobj_get_port0_adapter(adapter_to_dvobj(padapter)); -+ if (port0_iface) -+ rtw_lps_ctrl_wk_cmd(port0_iface, LPS_CTRL_CONNECT, 0); -+ #endif -+ } -+ } -+ -+#ifdef CONFIG_BT_COEXIST -+ if (psetop->mode == Ndis802_11APMode) -+ { -+ // Do this after port switch to -+ // prevent from downloading rsvd page to wrong port -+ rtw_btcoex_MediaStatusNotify(padapter, 1); //connect -+ } -+#endif // CONFIG_BT_COEXIST -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 createbss_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+ WLAN_BSSID_EX *pdev_network = &padapter->registrypriv.dev_network; -+ struct createbss_parm *parm = (struct createbss_parm *)pbuf; -+ u8 ret = H2C_SUCCESS; -+ //u8 initialgain; -+ -+#ifdef CONFIG_AP_MODE -+ if (pmlmeinfo->state == WIFI_FW_AP_STATE) { -+ start_bss_network(padapter, parm); -+ goto exit; -+ } -+#endif -+ -+ /* below is for ad-hoc master */ -+ if (parm->adhoc) { -+ rtw_warn_on(pdev_network->InfrastructureMode != Ndis802_11IBSS); -+ rtw_joinbss_reset(padapter); -+ -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_20; -+ pmlmeext->cur_ch_offset= HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ pmlmeinfo->ERP_enable = 0; -+ pmlmeinfo->WMM_enable = 0; -+ pmlmeinfo->HT_enable = 0; -+ pmlmeinfo->HT_caps_enable = 0; -+ pmlmeinfo->HT_info_enable = 0; -+ pmlmeinfo->agg_enable_bitmap = 0; -+ pmlmeinfo->candidate_tid_bitmap = 0; -+ -+ //config the initial gain under linking, need to write the BB registers -+ //initialgain = 0x1E; -+ /*rtw_hal_set_odm_var(padapter, HAL_ODM_INITIAL_GAIN, &initialgain, _FALSE);*/ -+ -+ //disable dynamic functions, such as high power, DIG -+ rtw_phydm_ability_backup(padapter); -+ rtw_phydm_func_disable_all(padapter); -+ -+ //cancel link timer -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ -+ //clear CAM -+ flush_all_cam_entry(padapter); -+ -+ pdev_network->Length = get_WLAN_BSSID_EX_sz(pdev_network); -+ _rtw_memcpy(pnetwork, pdev_network, FIELD_OFFSET(WLAN_BSSID_EX, IELength)); -+ pnetwork->IELength = pdev_network->IELength; -+ -+ if (pnetwork->IELength > MAX_IE_SZ) { -+ ret = H2C_PARAMETERS_ERROR; -+ goto ibss_post_hdl; -+ } -+ -+ _rtw_memcpy(pnetwork->IEs, pdev_network->IEs, pnetwork->IELength); -+ start_create_ibss(padapter); -+ } else { -+ rtw_warn_on(1); -+ ret = H2C_PARAMETERS_ERROR; -+ } -+ -+ibss_post_hdl: -+ rtw_create_ibss_post_hdl(padapter, ret); -+ -+exit: -+ return ret; -+} -+ -+u8 join_cmd_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ u8 join_type; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ struct joinbss_parm *pparm = (struct joinbss_parm *)pbuf; -+#endif //CONFIG_ANTENNA_DIVERSITY -+ u32 i; -+ //u8 initialgain; -+ //u32 acparm; -+ u8 u_ch, u_bw, u_offset; -+ -+ //check already connecting to AP or not -+ if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) -+ { -+ if (pmlmeinfo->state & WIFI_FW_STATION_STATE) -+ { -+ issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, 1, 100); -+ } -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ -+ //clear CAM -+ flush_all_cam_entry(padapter); -+ -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ -+ //set MSR to nolink -> infra. mode -+ //Set_MSR(padapter, _HW_STATE_NOLINK_); -+ Set_MSR(padapter, _HW_STATE_STATION_); -+ -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_DISCONNECT, 0); -+ } -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ rtw_antenna_select_cmd(padapter, pparm->network.PhyInfo.Optimum_antenna, _FALSE); -+#endif -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ rtw_wapi_clear_all_cam_entry(padapter); -+#endif -+ -+ rtw_joinbss_reset(padapter); -+ -+ pmlmeinfo->ERP_enable = 0; -+ pmlmeinfo->WMM_enable = 0; -+ pmlmeinfo->HT_enable = 0; -+ pmlmeinfo->HT_caps_enable = 0; -+ pmlmeinfo->HT_info_enable = 0; -+ pmlmeinfo->agg_enable_bitmap = 0; -+ pmlmeinfo->candidate_tid_bitmap = 0; -+ pmlmeinfo->bwmode_updated = _FALSE; -+ //pmlmeinfo->assoc_AP_vendor = HT_IOT_PEER_MAX; -+ pmlmeinfo->VHT_enable = 0; -+ -+ _rtw_memcpy(pnetwork, pbuf, FIELD_OFFSET(WLAN_BSSID_EX, IELength)); -+ pnetwork->IELength = ((WLAN_BSSID_EX *)pbuf)->IELength; -+ -+ if(pnetwork->IELength>MAX_IE_SZ)//Check pbuf->IELength -+ return H2C_PARAMETERS_ERROR; -+ -+ if (pnetwork->IELength < 2) { -+ report_join_res(padapter, (-4)); -+ return H2C_SUCCESS; -+ } -+ _rtw_memcpy(pnetwork->IEs, ((WLAN_BSSID_EX *)pbuf)->IEs, pnetwork->IELength); -+ -+ pmlmeinfo->bcn_interval = get_beacon_interval(pnetwork); -+ -+ //Check AP vendor to move rtw_joinbss_cmd() -+ //pmlmeinfo->assoc_AP_vendor = check_assoc_AP(pnetwork->IEs, pnetwork->IELength); -+ -+ //sizeof(NDIS_802_11_FIXED_IEs) -+ for (i = _FIXED_IE_LENGTH_ ; i < pnetwork->IELength - 2 ;) { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pnetwork->IEs + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_://Get WMM IE. -+ if ( _rtw_memcmp(pIE->data, WMM_OUI, 4) ) -+ { -+ WMM_param_handler(padapter, pIE); -+ } -+ break; -+ -+#ifdef CONFIG_80211N_HT -+ case _HT_CAPABILITY_IE_: //Get HT Cap IE. -+ pmlmeinfo->HT_caps_enable = 1; -+ break; -+ -+ case _HT_EXTRA_INFO_IE_: //Get HT Info IE. -+ pmlmeinfo->HT_info_enable = 1; -+ break; -+#endif /* CONFIG_80211N_HT */ -+ -+#ifdef CONFIG_80211AC_VHT -+ case EID_VHTCapability://Get VHT Cap IE. -+ pmlmeinfo->VHT_enable = 1; -+ break; -+ -+ case EID_VHTOperation://Get VHT Operation IE. -+ break; -+#endif /* CONFIG_80211AC_VHT */ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ rtw_bss_get_chbw(pnetwork -+ , &pmlmeext->cur_channel, &pmlmeext->cur_bwmode, &pmlmeext->cur_ch_offset); -+ -+ rtw_regsty_adjust_chbw(pregpriv, pmlmeext->cur_channel, &pmlmeext->cur_bwmode, &pmlmeext->cur_ch_offset); -+ -+#if 0 -+ if (padapter->registrypriv.wifi_spec) { -+ // for WiFi test, follow WMM test plan spec -+ acparm = 0x002F431C; // VO -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acparm)); -+ acparm = 0x005E541C; // VI -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acparm)); -+ acparm = 0x0000A525; // BE -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acparm)); -+ acparm = 0x0000A549; // BK -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acparm)); -+ -+ // for WiFi test, mixed mode with intel STA under bg mode throughput issue -+ if (padapter->mlmepriv.htpriv.ht_option == _FALSE){ -+ acparm = 0x00004320; -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acparm)); -+ } -+ } -+ else { -+ acparm = 0x002F3217; // VO -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acparm)); -+ acparm = 0x005E4317; // VI -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acparm)); -+ acparm = 0x00105320; // BE -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acparm)); -+ acparm = 0x0000A444; // BK -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acparm)); -+ } -+#endif -+ -+ /* check channel, bandwidth, offset and switch */ -+ if (rtw_chk_start_clnt_join(padapter, &u_ch, &u_bw, &u_offset) == _FAIL) { -+ report_join_res(padapter, (-4)); -+ return H2C_SUCCESS; -+ } -+ -+ //disable dynamic functions, such as high power, DIG -+ /*rtw_phydm_func_disable_all(padapter);*/ -+ -+ //config the initial gain under linking, need to write the BB registers -+ //initialgain = 0x1E; -+ /*rtw_hal_set_odm_var(padapter, HAL_ODM_INITIAL_GAIN, &initialgain, _FALSE);*/ -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, pmlmeinfo->network.MacAddress); -+ join_type = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DO_IQK, NULL); -+ -+ set_channel_bwmode(padapter, u_ch, u_offset, u_bw); -+ -+ //cancel link timer -+ _cancel_timer_ex(&pmlmeext->link_timer); -+ -+ start_clnt_join(padapter); -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 disconnect_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ struct disconnect_parm *param = (struct disconnect_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+ u8 val8; -+ -+ if (is_client_associated_to_ap(padapter)) -+ { -+#ifdef CONFIG_DFS -+ if(padapter->mlmepriv.handle_dfs == _FALSE) -+#endif //CONFIG_DFS -+#ifdef CONFIG_PLATFORM_ROCKCHIPS -+ //To avoid connecting to AP fail during resume process, change retry count from 5 to 1 -+ issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, 1, 100); -+#else -+ issue_deauth_ex(padapter, pnetwork->MacAddress, WLAN_REASON_DEAUTH_LEAVING, param->deauth_timeout_ms/100, 100); -+#endif //CONFIG_PLATFORM_ROCKCHIPS -+ } -+ -+#ifdef CONFIG_DFS -+ if( padapter->mlmepriv.handle_dfs == _TRUE ) -+ padapter->mlmepriv.handle_dfs = _FALSE; -+#endif //CONFIG_DFS -+ -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ { -+ //Stop BCN -+ val8 = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_FUNC, (u8 *)(&val8)); -+ } -+ -+ rtw_mlmeext_disconnect(padapter); -+ -+ rtw_free_uc_swdec_pending_queue(padapter); -+ -+ return H2C_SUCCESS; -+} -+ -+static const char * const _scan_state_str[] = { -+ "SCAN_DISABLE", -+ "SCAN_START", -+ "SCAN_PS_ANNC_WAIT", -+ "SCAN_ENTER", -+ "SCAN_PROCESS", -+ "SCAN_BACKING_OP", -+ "SCAN_BACK_OP", -+ "SCAN_LEAVING_OP", -+ "SCAN_LEAVE_OP", -+ "SCAN_SW_ANTDIV_BL", -+ "SCAN_TO_P2P_LISTEN", -+ "SCAN_P2P_LISTEN", -+ "SCAN_COMPLETE", -+ "SCAN_STATE_MAX", -+}; -+ -+const char *scan_state_str(u8 state) -+{ -+ state = (state >= SCAN_STATE_MAX) ? SCAN_STATE_MAX : state; -+ return _scan_state_str[state]; -+} -+ -+static bool scan_abort_hdl(_adapter *adapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct ss_res *ss = &pmlmeext->sitesurvey_res; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+#endif -+ bool ret = _FALSE; -+ -+ if (pmlmeext->scan_abort == _TRUE) { -+ #ifdef CONFIG_P2P -+ if (!rtw_p2p_chk_state(&adapter->wdinfo, P2P_STATE_NONE)) { -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_MAX); -+ ss->channel_idx = 3; -+ DBG_871X("%s idx:%d, cnt:%u\n", __FUNCTION__ -+ , ss->channel_idx -+ , pwdinfo->find_phase_state_exchange_cnt -+ ); -+ } else -+ #endif -+ { -+ ss->channel_idx = ss->ch_num; -+ DBG_871X("%s idx:%d\n", __FUNCTION__ -+ , ss->channel_idx -+ ); -+ } -+ pmlmeext->scan_abort = _FALSE; -+ ret = _TRUE; -+ } -+ -+ return ret; -+} -+ -+u8 rtw_scan_sparse(_adapter *adapter, struct rtw_ieee80211_channel *ch, u8 ch_num) -+{ -+/* interval larger than this is treated as backgroud scan */ -+#ifndef RTW_SCAN_SPARSE_BG_INTERVAL_MS -+#define RTW_SCAN_SPARSE_BG_INTERVAL_MS 12000 -+#endif -+ -+#ifndef RTW_SCAN_SPARSE_CH_NUM_MIRACAST -+#define RTW_SCAN_SPARSE_CH_NUM_MIRACAST 1 -+#endif -+#ifndef RTW_SCAN_SPARSE_CH_NUM_BG -+#define RTW_SCAN_SPARSE_CH_NUM_BG 4 -+#endif -+ -+#define SCAN_SPARSE_CH_NUM_INVALID 255 -+ -+ static u8 token = 255; -+ u32 interval; -+ bool busy_traffic = _FALSE; -+ bool miracast_enabled = _FALSE; -+ bool bg_scan = _FALSE; -+ u8 max_allow_ch = SCAN_SPARSE_CH_NUM_INVALID; -+ u8 scan_division_num; -+ u8 ret_num = ch_num; -+ struct registry_priv *regsty = dvobj_to_regsty(adapter_to_dvobj(adapter)); -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ -+ if (regsty->wifi_spec) -+ goto exit; -+ -+ /* assume ch_num > 6 is normal scan */ -+ if (ch_num <= 6) -+ goto exit; -+ -+ if (mlmeext->last_scan_time == 0) -+ mlmeext->last_scan_time = rtw_get_current_time(); -+ -+ interval = rtw_get_passing_time_ms(mlmeext->last_scan_time); -+ -+ if (adapter->mlmepriv.LinkDetectInfo.bBusyTraffic == _TRUE -+ #ifdef CONFIG_CONCURRENT_MODE -+ || (adapter->pbuddy_adapter && adapter->pbuddy_adapter->mlmepriv.LinkDetectInfo.bBusyTraffic == _TRUE) -+ #endif -+ ) -+ busy_traffic = _TRUE; -+ -+ #ifdef CONFIG_WFD -+ if (is_miracast_enabled(adapter->wfd_info.stack_wfd_mode) -+ #ifdef CONFIG_CONCURRENT_MODE -+ || (adapter->pbuddy_adapter && is_miracast_enabled(adapter->pbuddy_adapter->wfd_info.stack_wfd_mode)) -+ #endif -+ ) -+ miracast_enabled = _TRUE; -+ #endif -+ -+ if (interval > RTW_SCAN_SPARSE_BG_INTERVAL_MS) -+ bg_scan = _TRUE; -+ -+ /* max_allow_ch by conditions*/ -+ -+ #if RTW_SCAN_SPARSE_MIRACAST -+ if (miracast_enabled == _TRUE && busy_traffic == _TRUE) -+ max_allow_ch = rtw_min(max_allow_ch, RTW_SCAN_SPARSE_CH_NUM_MIRACAST); -+ #endif -+ -+ #if RTW_SCAN_SPARSE_BG -+ if (bg_scan == _TRUE) -+ max_allow_ch = rtw_min(max_allow_ch, RTW_SCAN_SPARSE_CH_NUM_BG); -+ #endif -+ -+ -+ if (max_allow_ch != SCAN_SPARSE_CH_NUM_INVALID) { -+ int i; -+ int k = 0; -+ -+ scan_division_num = (ch_num / max_allow_ch) + ((ch_num % max_allow_ch)?1:0); -+ token = (token + 1) % scan_division_num; -+ -+ if (0) -+ DBG_871X("scan_division_num:%u, token:%u\n", scan_division_num, token); -+ -+ for (i = 0; i < ch_num; i++) { -+ if (ch[i].hw_value && (i % scan_division_num) == token -+ ) { -+ if (i != k) -+ _rtw_memcpy(&ch[k], &ch[i], sizeof(struct rtw_ieee80211_channel)); -+ k++; -+ } -+ } -+ -+ _rtw_memset(&ch[k], 0, sizeof(struct rtw_ieee80211_channel)); -+ -+ ret_num = k; -+ mlmeext->last_scan_time = rtw_get_current_time(); -+ } -+ -+exit: -+ return ret_num; -+} -+ -+static int rtw_scan_ch_decision(_adapter *padapter, struct rtw_ieee80211_channel *out, -+ u32 out_num, struct rtw_ieee80211_channel *in, u32 in_num) -+{ -+ int i, j; -+ int scan_ch_num = 0; -+ int set_idx; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ /* clear first */ -+ _rtw_memset(out, 0, sizeof(struct rtw_ieee80211_channel)*out_num); -+ -+ /* acquire channels from in */ -+ j = 0; -+ for (i=0;ichannel_set, in[i].hw_value)) >=0 -+ && rtw_mlme_band_check(padapter, in[i].hw_value) == _TRUE -+ ) -+ { -+ if (j >= out_num) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" out_num:%u not enough\n", -+ FUNC_ADPT_ARG(padapter), out_num); -+ break; -+ } -+ -+ _rtw_memcpy(&out[j], &in[i], sizeof(struct rtw_ieee80211_channel)); -+ -+ if(pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) -+ out[j].flags |= RTW_IEEE80211_CHAN_PASSIVE_SCAN; -+ -+ j++; -+ } -+ if(j>=out_num) -+ break; -+ } -+ -+ /* if out is empty, use channel_set as default */ -+ if(j == 0) { -+ for (i=0;imax_chan_nums;i++) { -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" ch:%u\n", FUNC_ADPT_ARG(padapter), pmlmeext->channel_set[i].ChannelNum); -+ -+ if (rtw_mlme_band_check(padapter, pmlmeext->channel_set[i].ChannelNum) == _TRUE) { -+ -+ if (j >= out_num) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" out_num:%u not enough\n", -+ FUNC_ADPT_ARG(padapter), out_num); -+ break; -+ } -+ -+ out[j].hw_value = pmlmeext->channel_set[i].ChannelNum; -+ -+ if(pmlmeext->channel_set[i].ScanType == SCAN_PASSIVE) -+ out[j].flags |= RTW_IEEE80211_CHAN_PASSIVE_SCAN; -+ -+ j++; -+ } -+ } -+ } -+ -+ /* scan_sparse */ -+ j = rtw_scan_sparse(padapter, out, j); -+ -+ return j; -+} -+ -+static void sitesurvey_res_reset(_adapter *adapter, struct sitesurvey_parm *parm) -+{ -+ struct ss_res *ss = &adapter->mlmeextpriv.sitesurvey_res; -+ int i; -+ -+ ss->bss_cnt = 0; -+ ss->channel_idx = 0; -+#ifdef CONFIG_SCAN_BACKOP -+ ss->scan_cnt = 0; -+#endif -+#if defined(CONFIG_ANTENNA_DIVERSITY) || defined(DBG_SCAN_SW_ANTDIV_BL) -+ ss->is_sw_antdiv_bl_scan = 0; -+#endif -+ -+ for (i = 0; i < RTW_SSID_SCAN_AMOUNT; i++) { -+ if (parm->ssid[i].SsidLength) { -+ _rtw_memcpy(ss->ssid[i].Ssid, parm->ssid[i].Ssid, IW_ESSID_MAX_SIZE); -+ ss->ssid[i].SsidLength = parm->ssid[i].SsidLength; -+ } else { -+ ss->ssid[i].SsidLength = 0; -+ } -+ } -+ -+ ss->ch_num = rtw_scan_ch_decision(adapter -+ , ss->ch, RTW_CHANNEL_SCAN_AMOUNT -+ , parm->ch, parm->ch_num -+ ); -+ -+ ss->scan_mode = parm->scan_mode; -+} -+ -+static u8 sitesurvey_pick_ch_behavior(_adapter *padapter, u8 *ch, RT_SCAN_TYPE *type) -+{ -+ u8 next_state; -+ u8 scan_ch = 0; -+ RT_SCAN_TYPE scan_type = SCAN_PASSIVE; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info; -+ struct ss_res *ss = &pmlmeext->sitesurvey_res; -+ -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+#endif -+ -+ /* handle scan abort request */ -+ scan_abort_hdl(padapter); -+ -+#ifdef CONFIG_P2P -+ if (pwdinfo->rx_invitereq_info.scan_op_ch_only || pwdinfo->p2p_info.scan_op_ch_only) { -+ if (pwdinfo->rx_invitereq_info.scan_op_ch_only) -+ scan_ch = pwdinfo->rx_invitereq_info.operation_ch[ss->channel_idx]; -+ else -+ scan_ch = pwdinfo->p2p_info.operation_ch[ss->channel_idx]; -+ scan_type = SCAN_ACTIVE; -+ } else if (rtw_p2p_findphase_ex_is_social(pwdinfo)) { -+ /* -+ * Commented by Albert 2011/06/03 -+ * The driver is in the find phase, it should go through the social channel. -+ */ -+ int ch_set_idx; -+ -+ scan_ch = pwdinfo->social_chan[ss->channel_idx]; -+ ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, scan_ch); -+ if (ch_set_idx >= 0) -+ scan_type = pmlmeext->channel_set[ch_set_idx].ScanType; -+ else -+ scan_type = SCAN_ACTIVE; -+ } else -+#endif /* CONFIG_P2P */ -+ { -+ struct rtw_ieee80211_channel *ch; -+ -+ if (ss->channel_idx < ss->ch_num) { -+ ch = &ss->ch[ss->channel_idx]; -+ scan_ch = ch->hw_value; -+ scan_type = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; -+ } -+ } -+ -+ if (scan_ch != 0) { -+ next_state = SCAN_PROCESS; -+ #ifdef CONFIG_SCAN_BACKOP -+ { -+ u8 sta_num; -+ u8 ld_sta_num; -+ u8 ap_num; -+ u8 ld_ap_num; -+ u8 backop_flags = 0; -+ -+ rtw_dev_iface_status(padapter, &sta_num, &ld_sta_num, NULL, &ap_num, &ld_ap_num); -+ -+ if ((ld_sta_num > 0 && mlmeext_chk_scan_backop_flags_sta(pmlmeext, SS_BACKOP_EN)) -+ || (sta_num > 0 && mlmeext_chk_scan_backop_flags_sta(pmlmeext, SS_BACKOP_EN_NL)) -+ ) { -+ backop_flags |= mlmeext_scan_backop_flags_sta(pmlmeext); -+ } -+ -+ if ((ld_ap_num > 0 && mlmeext_chk_scan_backop_flags_ap(pmlmeext, SS_BACKOP_EN)) -+ || (ap_num > 0 && mlmeext_chk_scan_backop_flags_ap(pmlmeext, SS_BACKOP_EN_NL)) -+ ) { -+ backop_flags |= mlmeext_scan_backop_flags_ap(pmlmeext); -+ } -+ -+ if (backop_flags) { -+ if (ss->scan_cnt < ss->scan_cnt_max) { -+ ss->scan_cnt++; -+ } else { -+ mlmeext_assign_scan_backop_flags(pmlmeext, backop_flags); -+ next_state = SCAN_BACKING_OP; -+ } -+ } -+ } -+ #endif /* CONFIG_SCAN_BACKOP */ -+ } else if (rtw_p2p_findphase_ex_is_needed(pwdinfo)) { -+ /* go p2p listen */ -+ next_state = SCAN_TO_P2P_LISTEN; -+ -+ #ifdef CONFIG_ANTENNA_DIVERSITY -+ } else if (rtw_hal_antdiv_before_linked(padapter)) { -+ /* go sw antdiv before link */ -+ next_state = SCAN_SW_ANTDIV_BL; -+ #endif -+ } else { -+ next_state = SCAN_COMPLETE; -+ -+ #if defined(DBG_SCAN_SW_ANTDIV_BL) -+ { -+ /* for SCAN_SW_ANTDIV_BL state testing */ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ int i; -+ bool is_linked = _FALSE; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (rtw_linked_check(dvobj->padapters[i])) -+ is_linked = _TRUE; -+ } -+ -+ if (!is_linked) { -+ static bool fake_sw_antdiv_bl_state = 0; -+ -+ if (fake_sw_antdiv_bl_state == 0) { -+ next_state = SCAN_SW_ANTDIV_BL; -+ fake_sw_antdiv_bl_state = 1; -+ } else { -+ fake_sw_antdiv_bl_state = 0; -+ } -+ } -+ } -+ #endif /* defined(DBG_SCAN_SW_ANTDIV_BL) */ -+ } -+ -+ #ifdef CONFIG_SCAN_BACKOP -+ if (next_state != SCAN_PROCESS) -+ ss->scan_cnt = 0; -+ #endif -+ -+ -+#ifdef DBG_FIXED_CHAN -+ if (pmlmeext->fixed_chan != 0xff && next_state == SCAN_PROCESS) -+ scan_ch = pmlmeext->fixed_chan; -+#endif -+ -+ if (ch) -+ *ch = scan_ch; -+ if (type) -+ *type = scan_type; -+ -+ return next_state; -+} -+ -+void site_survey(_adapter *padapter, u8 survey_channel, RT_SCAN_TYPE ScanType) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+#endif -+ -+ if (survey_channel != 0) { -+ set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ -+ #ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ if (ACS_ENABLE == GET_ACS_STATE(padapter)) { -+ ACS_OP acs_op = ACS_RESET; -+ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_AUTO_CHNL_SEL, &acs_op, _TRUE); -+ rtw_set_acs_channel(padapter, survey_channel); -+ #ifdef DBG_AUTO_CHNL_SEL_NHM -+ DBG_871X("[ACS-"ADPT_FMT"]-set ch:%u\n", -+ ADPT_ARG(padapter), rtw_get_acs_channel(padapter)); -+ #endif -+ } -+ #endif -+ -+ if (ScanType == SCAN_ACTIVE) { -+ #ifdef CONFIG_P2P -+ if (rtw_p2p_chk_state(pwdinfo, P2P_STATE_SCAN) || -+ rtw_p2p_chk_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH) -+ ) { -+ issue_probereq_p2p(padapter, NULL); -+ issue_probereq_p2p(padapter, NULL); -+ issue_probereq_p2p(padapter, NULL); -+ } else -+ #endif /* CONFIG_P2P */ -+ { -+ int i; -+ -+ for (i = 0; i < RTW_SSID_SCAN_AMOUNT; i++) { -+ if (pmlmeext->sitesurvey_res.ssid[i].SsidLength) { -+ /* IOT issue, When wifi_spec is not set, send one probe req without WPS IE. */ -+ if (padapter->registrypriv.wifi_spec) -+ issue_probereq(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL); -+ else -+ issue_probereq_ex(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL, 0, 0, 0, 0); -+ issue_probereq(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL); -+ } -+ } -+ -+ if (pmlmeext->sitesurvey_res.scan_mode == SCAN_ACTIVE) { -+ /* IOT issue, When wifi_spec is not set, send one probe req without WPS IE. */ -+ if (padapter->registrypriv.wifi_spec) -+ issue_probereq(padapter, NULL, NULL); -+ else -+ issue_probereq_ex(padapter, NULL, NULL, 0, 0, 0, 0); -+ issue_probereq(padapter, NULL, NULL); -+ } -+ } -+ } -+ } else { -+ /* channel number is 0 or this channel is not valid. */ -+ rtw_warn_on(1); -+ } -+ -+ return; -+} -+ -+void survey_done_set_ch_bw(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u8 cur_channel = 0; -+ u8 cur_bwmode; -+ u8 cur_ch_offset; -+ -+ if (rtw_get_ch_setting_union(padapter, &cur_channel, &cur_bwmode, &cur_ch_offset) != 0) { -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), cur_channel, cur_bwmode, cur_ch_offset); -+ } else { -+ #ifdef CONFIG_P2P -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ _adapter *iface; -+ int i; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ if (!iface) -+ continue; -+ -+ #ifdef CONFIG_IOCTL_CFG80211 -+ if (iface->wdinfo.driver_interface == DRIVER_CFG80211 && !adapter_wdev_data(iface)->p2p_enabled) -+ continue; -+ #endif -+ -+ if (rtw_p2p_chk_state(&iface->wdinfo, P2P_STATE_LISTEN)) { -+ cur_channel = iface->wdinfo.listen_channel; -+ cur_bwmode = CHANNEL_WIDTH_20; -+ cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" back to "ADPT_FMT"'s listen ch - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ADPT_ARG(iface), cur_channel, cur_bwmode, cur_ch_offset); -+ break; -+ } -+ } -+ #endif /* CONFIG_P2P */ -+ -+ if (cur_channel == 0) { -+ cur_channel = pmlmeext->cur_channel; -+ cur_bwmode = pmlmeext->cur_bwmode; -+ cur_ch_offset = pmlmeext->cur_ch_offset; -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" back to ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), cur_channel, cur_bwmode, cur_ch_offset); -+ } -+ } -+ -+ set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); -+} -+ -+/** -+ * sitesurvey_ps_annc - check and doing ps announcement for all the adapters of given @dvobj -+ * @dvobj: the dvobj to check -+ * @ps: power saving or not -+ * -+ * Returns: 0: no ps announcement is doing. 1: ps announcement is doing -+ */ -+u8 sitesurvey_ps_annc(struct dvobj_priv *dvobj, bool ps) -+{ -+ _adapter *adapter; -+ int i; -+ u8 ps_anc = 0; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ adapter = dvobj->padapters[i]; -+ if (!adapter) -+ continue; -+ -+ if (ps) { -+ if (is_client_associated_to_ap(adapter) == _TRUE) { -+ /* TODO: TDLS peers */ -+ issue_nulldata(adapter, NULL, 1, 3, 500); -+ ps_anc = 1; -+ } -+ } else { -+ if (is_client_associated_to_ap(adapter) == _TRUE) { -+ /* TODO: TDLS peers */ -+ issue_nulldata(adapter, NULL, 0, 3, 500); -+ ps_anc = 1; -+ } -+ } -+ } -+ -+ return ps_anc; -+} -+ -+void sitesurvey_set_igi(_adapter *adapter, bool enter) -+{ -+ u8 igi; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+#endif -+ -+ if (enter) { -+#ifdef CONFIG_P2P -+#ifdef CONFIG_IOCTL_CFG80211 -+ if (adapter_wdev_data(adapter)->p2p_enabled == _TRUE && pwdinfo->driver_interface == DRIVER_CFG80211) -+ igi = 0x30; -+ else -+#endif /* CONFIG_IOCTL_CFG80211 */ -+ if (!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ igi = 0x28; -+ else -+#endif /* CONFIG_P2P */ -+ igi = 0x1e; -+ } else { -+ igi = 0xff; /* restore RX GAIN */ -+ } -+ -+ rtw_hal_set_odm_var(adapter, HAL_ODM_INITIAL_GAIN, &igi, _FALSE); -+} -+ -+u8 sitesurvey_cmd_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ struct sitesurvey_parm *pparm = (struct sitesurvey_parm *)pbuf; -+ struct dvobj_priv *dvobj = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &dvobj->drv_dbg; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct ss_res *ss = &pmlmeext->sitesurvey_res; -+ u8 val8; -+ -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+#endif -+ -+#ifdef DBG_CHECK_FW_PS_STATE -+ if (rtw_fw_ps_state(padapter) == _FAIL) { -+ DBG_871X("scan without leave 32k\n"); -+ pdbgpriv->dbg_scan_pwr_state_cnt++; -+ } -+#endif /* DBG_CHECK_FW_PS_STATE */ -+ -+ /* increase channel idx */ -+ if (mlmeext_chk_scan_state(pmlmeext, SCAN_PROCESS)) -+ ss->channel_idx++; -+ -+ /* update scan state to next state (assigned by previous cmd hdl) */ -+ if (mlmeext_scan_state(pmlmeext) != mlmeext_scan_next_state(pmlmeext)) -+ mlmeext_set_scan_state(pmlmeext, mlmeext_scan_next_state(pmlmeext)); -+ -+operation_by_state: -+ switch (mlmeext_scan_state(pmlmeext)) { -+ -+ case SCAN_DISABLE: -+ /* -+ * SW parameter initialization -+ */ -+ -+ sitesurvey_res_reset(padapter, pparm); -+ mlmeext_set_scan_state(pmlmeext, SCAN_START); -+ goto operation_by_state; -+ -+ case SCAN_START: -+ /* -+ * prepare to leave operating channel -+ */ -+ -+ /* apply rx ampdu setting */ -+ if (ss->rx_ampdu_accept != RX_AMPDU_ACCEPT_INVALID -+ || ss->rx_ampdu_size != RX_AMPDU_SIZE_INVALID -+ ) { -+ rtw_rx_ampdu_apply(padapter); -+ } -+ -+ /* clear HW TX queue before scan */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_CHECK_TXBUF, 0); -+ -+ /* power save state announcement */ -+ if (sitesurvey_ps_annc(adapter_to_dvobj(padapter), 1)) { -+ mlmeext_set_scan_state(pmlmeext, SCAN_PS_ANNC_WAIT); -+ mlmeext_set_scan_next_state(pmlmeext, SCAN_ENTER); -+ set_survey_timer(pmlmeext, 50); /* delay 50ms to protect nulldata(1) */ -+ } else { -+ mlmeext_set_scan_state(pmlmeext, SCAN_ENTER); -+ goto operation_by_state; -+ } -+ -+ break; -+ -+ case SCAN_ENTER: -+ /* -+ * HW register and DM setting for enter scan -+ */ -+ -+ /* config the initial gain under scanning */ -+ sitesurvey_set_igi(padapter, 1); -+ -+ /* disable dynamic functions, such as high power, DIG */ -+ rtw_phydm_ability_backup(padapter); -+ rtw_phydm_func_for_offchannel(padapter); -+ -+ /* set MSR to no link state */ -+ Set_MSR(padapter, _HW_STATE_NOLINK_); -+ val8 = 1; /* under site survey */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ -+ mlmeext_set_scan_state(pmlmeext, SCAN_PROCESS); -+ goto operation_by_state; -+ -+ case SCAN_PROCESS: -+ { -+ u8 scan_ch; -+ RT_SCAN_TYPE scan_type; -+ u8 next_state; -+ u32 scan_ms; -+ -+ #ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ if ((ACS_ENABLE == GET_ACS_STATE(padapter)) && (0 != rtw_get_acs_channel(padapter))) { -+ ACS_OP acs_op = ACS_SELECT; -+ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_AUTO_CHNL_SEL, &acs_op, _TRUE); -+ } -+ #endif -+ -+ next_state = sitesurvey_pick_ch_behavior(padapter, &scan_ch, &scan_type); -+ if (next_state != SCAN_PROCESS) { -+ #ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ if (ACS_ENABLE == GET_ACS_STATE(padapter)) { -+ rtw_set_acs_channel(padapter, 0); -+ #ifdef DBG_AUTO_CHNL_SEL_NHM -+ DBG_871X("[ACS-"ADPT_FMT"]-set ch:%u\n", ADPT_ARG(padapter), rtw_get_acs_channel(padapter)); -+ #endif -+ } -+ #endif -+ -+ mlmeext_set_scan_state(pmlmeext, next_state); -+ goto operation_by_state; -+ } -+ -+ /* still SCAN_PROCESS state */ -+ if (0) -+ #ifdef CONFIG_P2P -+ DBG_871X(FUNC_ADPT_FMT" %s ch:%u (cnt:%u,idx:%d) at %dms, %c%c%c\n" -+ , FUNC_ADPT_ARG(padapter) -+ , mlmeext_scan_state_str(pmlmeext) -+ , scan_ch -+ , pwdinfo->find_phase_state_exchange_cnt, ss->channel_idx -+ , rtw_get_passing_time_ms(padapter->mlmepriv.scan_start_time) -+ , scan_type?'A':'P', ss->scan_mode?'A':'P' -+ , ss->ssid[0].SsidLength?'S':' ' -+ ); -+ #else -+ DBG_871X(FUNC_ADPT_FMT" %s ch:%u (idx:%d) at %dms, %c%c%c\n" -+ , FUNC_ADPT_ARG(padapter) -+ , mlmeext_scan_state_str(pmlmeext) -+ , scan_ch -+ , ss->channel_idx -+ , rtw_get_passing_time_ms(padapter->mlmepriv.scan_start_time) -+ , scan_type?'A':'P', ss->scan_mode?'A':'P' -+ , ss->ssid[0].SsidLength?'S':' ' -+ ); -+ #endif /* CONFIG_P2P */ -+ -+ #ifdef DBG_FIXED_CHAN -+ if (pmlmeext->fixed_chan != 0xff) -+ DBG_871X(FUNC_ADPT_FMT" fixed_chan:%u\n", pmlmeext->fixed_chan); -+ #endif -+ -+ site_survey(padapter, scan_ch, scan_type); -+ -+ #if defined(CONFIG_ATMEL_RC_PATCH) -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ scan_ms = 20; -+ else -+ scan_ms = 40; -+ #else -+ scan_ms = ss->scan_ch_ms; -+ #endif -+ -+ #if defined(CONFIG_ANTENNA_DIVERSITY) || defined(DBG_SCAN_SW_ANTDIV_BL) -+ if (ss->is_sw_antdiv_bl_scan) -+ scan_ms = scan_ms/2; -+ #endif -+ -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ { -+ struct noise_info info; -+ -+ info.bPauseDIG = _FALSE; -+ info.IGIValue = 0; -+ info.max_time = scan_ms/2; -+ info.chan = scan_ch; -+ rtw_hal_set_odm_var(padapter, HAL_ODM_NOISE_MONITOR, &info, _FALSE); -+ } -+ #endif -+ -+ set_survey_timer(pmlmeext, scan_ms); -+ break; -+ } -+ -+ #ifdef CONFIG_SCAN_BACKOP -+ case SCAN_BACKING_OP: -+ { -+ u8 back_ch, back_bw, back_ch_offset; -+ -+ if (rtw_get_ch_setting_union(padapter, &back_ch, &back_bw, &back_ch_offset) == 0) -+ rtw_warn_on(1); -+ -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" %s ch:%u, bw:%u, offset:%u at %dms\n" -+ , FUNC_ADPT_ARG(padapter) -+ , mlmeext_scan_state_str(pmlmeext) -+ , back_ch, back_bw, back_ch_offset -+ , rtw_get_passing_time_ms(padapter->mlmepriv.scan_start_time) -+ ); -+ -+ set_channel_bwmode(padapter, back_ch, back_ch_offset, back_bw); -+ -+ Set_MSR(padapter, (pmlmeinfo->state & 0x3)); -+ val8 = 0; /* survey done */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ -+ if (mlmeext_chk_scan_backop_flags(pmlmeext, SS_BACKOP_PS_ANNC)) { -+ sitesurvey_set_igi(padapter, 0); -+ sitesurvey_ps_annc(adapter_to_dvobj(padapter), 0); -+ } -+ -+ mlmeext_set_scan_state(pmlmeext, SCAN_BACK_OP); -+ ss->backop_time = rtw_get_current_time(); -+ -+ if (mlmeext_chk_scan_backop_flags(pmlmeext, SS_BACKOP_TX_RESUME)) { -+ int i; -+ -+ /* resume TX */ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (!dvobj->padapters[i]) -+ continue; -+ -+ rtw_os_xmit_schedule(dvobj->padapters[i]); -+ } -+ } -+ -+ goto operation_by_state; -+ } -+ -+ case SCAN_BACK_OP: -+ if (rtw_get_passing_time_ms(ss->backop_time) >= ss->backop_ms -+ || pmlmeext->scan_abort -+ ) { -+ mlmeext_set_scan_state(pmlmeext, SCAN_LEAVING_OP); -+ goto operation_by_state; -+ } -+ set_survey_timer(pmlmeext, 50); -+ break; -+ -+ case SCAN_LEAVING_OP: -+ /* -+ * prepare to leave operating channel -+ */ -+ -+ /* clear HW TX queue before scan */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_CHECK_TXBUF, 0); -+ -+ if (mlmeext_chk_scan_backop_flags(pmlmeext, SS_BACKOP_PS_ANNC) -+ && sitesurvey_ps_annc(adapter_to_dvobj(padapter), 1) -+ ) { -+ mlmeext_set_scan_state(pmlmeext, SCAN_PS_ANNC_WAIT); -+ mlmeext_set_scan_next_state(pmlmeext, SCAN_LEAVE_OP); -+ set_survey_timer(pmlmeext, 50); /* delay 50ms to protect nulldata(1) */ -+ } else { -+ mlmeext_set_scan_state(pmlmeext, SCAN_LEAVE_OP); -+ goto operation_by_state; -+ } -+ -+ break; -+ -+ case SCAN_LEAVE_OP: -+ /* -+ * HW register and DM setting for enter scan -+ */ -+ -+ if (mlmeext_chk_scan_backop_flags(pmlmeext, SS_BACKOP_PS_ANNC)) { -+ /* config the initial gain under scanning */ -+ sitesurvey_set_igi(padapter, 1); -+ } -+ -+ /* set MSR to no link state */ -+ Set_MSR(padapter, _HW_STATE_NOLINK_); -+ val8 = 1; //under site survey -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ -+ mlmeext_set_scan_state(pmlmeext, SCAN_PROCESS); -+ goto operation_by_state; -+ -+ #endif /* CONFIG_SCAN_BACKOP */ -+ -+ #if defined(CONFIG_ANTENNA_DIVERSITY) || defined(DBG_SCAN_SW_ANTDIV_BL) -+ case SCAN_SW_ANTDIV_BL: -+ /* -+ * 20100721 -+ * For SW antenna diversity before link, it needs to switch to another antenna and scan again. -+ * It compares the scan result and select better one to do connection. -+ */ -+ ss->bss_cnt = 0; -+ ss->channel_idx = 0; -+ ss->is_sw_antdiv_bl_scan = 1; -+ -+ mlmeext_set_scan_next_state(pmlmeext, SCAN_PROCESS); -+ set_survey_timer(pmlmeext, ss->scan_ch_ms); -+ break; -+ #endif -+ -+ #ifdef CONFIG_P2P -+ case SCAN_TO_P2P_LISTEN: -+ /* -+ * Set the P2P State to the listen state of find phase -+ * and set the current channel to the listen channel -+ */ -+ set_channel_bwmode(padapter, pwdinfo->listen_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_FIND_PHASE_LISTEN); -+ -+ /* turn on phy-dynamic functions */ -+ rtw_phydm_ability_restore(padapter); -+ -+ sitesurvey_set_igi(padapter, 0); -+ -+ mlmeext_set_scan_state(pmlmeext, SCAN_P2P_LISTEN); -+ _set_timer(&pwdinfo->find_phase_timer, (u32)((u32)pwdinfo->listen_dwell * 100)); -+ break; -+ -+ case SCAN_P2P_LISTEN: -+ mlmeext_set_scan_state(pmlmeext, SCAN_PROCESS); -+ ss->channel_idx = 0; -+ goto operation_by_state; -+ #endif /* CONFIG_P2P */ -+ -+ case SCAN_COMPLETE: -+ #ifdef CONFIG_P2P -+ if (rtw_p2p_chk_state(pwdinfo, P2P_STATE_SCAN) -+ || rtw_p2p_chk_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH) -+ ) { -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (pwdinfo->driver_interface == DRIVER_WEXT) { -+ if (check_buddy_fwstate(padapter, _FW_LINKED)) -+ _set_timer(&pwdinfo->ap_p2p_switch_timer, 500); -+ } -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+ #else -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+ #endif -+ } -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_NONE); -+ #endif /* CONFIG_P2P */ -+ -+ /* switch channel */ -+ survey_done_set_ch_bw(padapter); -+ -+ /* config MSR */ -+ Set_MSR(padapter, (pmlmeinfo->state & 0x3)); -+ val8 = 0; /* survey done */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ -+ /* turn on phy-dynamic functions */ -+ rtw_phydm_ability_restore(padapter); -+ -+ sitesurvey_set_igi(padapter, 0); -+ -+ sitesurvey_ps_annc(adapter_to_dvobj(padapter), 0); -+ -+ /* apply rx ampdu setting */ -+ rtw_rx_ampdu_apply(padapter); -+ -+ mlmeext_set_scan_state(pmlmeext, SCAN_DISABLE); -+ -+ report_surveydone_event(padapter); -+ -+ issue_action_BSSCoexistPacket(padapter); -+ issue_action_BSSCoexistPacket(padapter); -+ issue_action_BSSCoexistPacket(padapter); -+ } -+ -+ return H2C_SUCCESS; -+} -+ -+u8 setauth_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ struct setauth_parm *pparm = (struct setauth_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (pparm->mode < 4) -+ { -+ pmlmeinfo->auth_algo = pparm->mode; -+ } -+ -+ return H2C_SUCCESS; -+} -+ -+u8 setkey_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ u16 ctrl = 0; -+ s16 cam_id = 0; -+ struct setkey_parm *pparm = (struct setkey_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ unsigned char null_addr[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ u8 *addr; -+ bool used; -+ -+ //main tx key for wep. -+ if(pparm->set_tx) -+ pmlmeinfo->key_index = pparm->keyid; -+ -+ cam_id = rtw_camid_alloc(padapter, NULL, pparm->keyid, &used); -+ -+ if (cam_id < 0) -+ goto enable_mc; -+ -+ if (cam_id > 3) /* not default key, searched by A2 */ -+ addr = get_bssid(&padapter->mlmepriv); -+ else -+ addr = null_addr; -+ -+ #ifdef DYNAMIC_CAMID_ALLOC -+ /* cam entry searched is pairwise key */ -+ if (used == _TRUE && rtw_camid_is_gk(padapter, cam_id) == _FALSE) { -+ s16 camid_clr; -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" group key with "MAC_FMT" id:%u the same key id as pairwise key\n" -+ , FUNC_ADPT_ARG(padapter), MAC_ARG(addr), pparm->keyid); -+ -+ /* HW has problem to distinguish this group key with existing pairwise key, stop HW enc and dec for BMC */ -+ rtw_camctl_set_flags(padapter, SEC_STATUS_STA_PK_GK_CONFLICT_DIS_BMC_SEARCH); -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, NULL); -+ -+ /* clear group key */ -+ while ((camid_clr = rtw_camid_search(padapter, addr, -1, 1)) >= 0) { -+ DBG_871X_LEVEL(_drv_always_, "clear group key for addr:"MAC_FMT", camid:%d\n", MAC_ARG(addr), camid_clr); -+ clear_cam_entry(padapter, camid_clr); -+ rtw_camid_free(padapter, camid_clr); -+ } -+ -+ goto enable_mc; -+ } -+ #endif -+ -+ ctrl = BIT(15) | BIT6 | ((pparm->algorithm) << 2) | pparm->keyid; -+ DBG_871X_LEVEL(_drv_always_, "set group key camid:%d, addr:"MAC_FMT", kid:%d, type:%s\n" -+ , cam_id, MAC_ARG(addr), pparm->keyid, security_type_str(pparm->algorithm)); -+ write_cam(padapter, cam_id, ctrl, addr, pparm->key); -+ -+ #ifdef DYNAMIC_CAMID_ALLOC -+ if (cam_id >=0 && cam_id <=3) -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_DK_CFG, (u8*)_TRUE); -+ #endif -+ -+enable_mc: -+ //allow multicast packets to driver -+ rtw_hal_set_hwreg(padapter, HW_VAR_ON_RCR_AM, null_addr); -+ -+ return H2C_SUCCESS; -+} -+ -+u8 set_stakey_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ u16 ctrl = 0; -+ s16 cam_id = 0; -+ bool used; -+ u8 ret = H2C_SUCCESS; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct set_stakey_parm *pparm = (struct set_stakey_parm *)pbuf; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ -+ if(pparm->algorithm == _NO_PRIVACY_) -+ goto write_to_cam; -+ -+ psta = rtw_get_stainfo(pstapriv, pparm->addr); -+ if (!psta) { -+ DBG_871X_LEVEL(_drv_always_, "%s sta:"MAC_FMT" not found\n", __func__, MAC_ARG(pparm->addr)); -+ ret = H2C_REJECTED; -+ goto exit; -+ } -+ -+ pmlmeinfo->enc_algo = pparm->algorithm; -+ cam_id = rtw_camid_alloc(padapter, psta, 0, &used); -+ if (cam_id < 0) -+ goto exit; -+ -+ #ifdef DYNAMIC_CAMID_ALLOC -+ /* cam entry searched is group key */ -+ if (used == _TRUE && rtw_camid_is_gk(padapter, cam_id) == _TRUE) { -+ s16 camid_clr; -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" pairwise key with "MAC_FMT" id:%u the same key id as group key\n" -+ , FUNC_ADPT_ARG(padapter), MAC_ARG(pparm->addr), pparm->keyid); -+ -+ /* HW has problem to distinguish this pairwise key with existing group key, stop HW enc and dec for BMC */ -+ rtw_camctl_set_flags(padapter, SEC_STATUS_STA_PK_GK_CONFLICT_DIS_BMC_SEARCH); -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, NULL); -+ -+ /* clear group key */ -+ while ((camid_clr = rtw_camid_search(padapter, pparm->addr, -1, 1)) >= 0) { -+ DBG_871X_LEVEL(_drv_always_, "clear group key for addr:"MAC_FMT", camid:%d\n", MAC_ARG(pparm->addr), camid_clr); -+ clear_cam_entry(padapter, camid_clr); -+ rtw_camid_free(padapter, camid_clr); -+ } -+ } -+ #endif -+ -+write_to_cam: -+ if(pparm->algorithm == _NO_PRIVACY_) { -+ while ((cam_id = rtw_camid_search(padapter, pparm->addr, -1, -1)) >= 0) { -+ DBG_871X_LEVEL(_drv_always_, "clear key for addr:"MAC_FMT", camid:%d\n", MAC_ARG(pparm->addr), cam_id); -+ clear_cam_entry(padapter, cam_id); -+ rtw_camid_free(padapter,cam_id); -+ } -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "set pairwise key camid:%d, addr:"MAC_FMT", kid:%d, type:%s\n", -+ cam_id, MAC_ARG(pparm->addr), pparm->keyid, security_type_str(pparm->algorithm)); -+ ctrl = BIT(15) | ((pparm->algorithm) << 2) | pparm->keyid; -+ write_cam(padapter, cam_id, ctrl, pparm->addr, pparm->key); -+ } -+ ret = H2C_SUCCESS_RSP; -+ -+exit: -+ return ret; -+} -+ -+u8 add_ba_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ struct addBaReq_parm *pparm = (struct addBaReq_parm *)pbuf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, pparm->addr); -+ -+ if(!psta) -+ return H2C_SUCCESS; -+ -+#ifdef CONFIG_80211N_HT -+ if (((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && (pmlmeinfo->HT_enable)) || -+ ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ { -+ //pmlmeinfo->ADDBA_retry_count = 0; -+ //pmlmeinfo->candidate_tid_bitmap |= (0x1 << pparm->tid); -+ //psta->htpriv.candidate_tid_bitmap |= BIT(pparm->tid); -+ issue_addba_req(padapter, pparm->addr, (u8)pparm->tid); -+ //_set_timer(&pmlmeext->ADDBA_timer, ADDBA_TO); -+ _set_timer(&psta->addba_retry_timer, ADDBA_TO); -+ } -+#ifdef CONFIG_TDLS -+ else if((psta->tdls_sta_state & TDLS_LINKED_STATE)&& -+ (psta->htpriv.ht_option==_TRUE) && -+ (psta->htpriv.ampdu_enable==_TRUE) ) -+ { -+ issue_addba_req(padapter, pparm->addr, (u8)pparm->tid); -+ _set_timer(&psta->addba_retry_timer, ADDBA_TO); -+ } -+#endif //CONFIG -+ else -+ { -+ psta->htpriv.candidate_tid_bitmap &= ~BIT(pparm->tid); -+ } -+#endif //CONFIG_80211N_HT -+ return H2C_SUCCESS; -+} -+ -+ -+u8 add_ba_rsp_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ struct addBaRsp_parm *pparm = (struct addBaRsp_parm *)pbuf; -+ u8 ret = _TRUE, i = 0, try_cnt = 3, wait_ms = 50; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ -+ psta = rtw_get_stainfo(pstapriv, pparm->addr); -+ if (!psta) -+ goto exit; -+ -+ preorder_ctrl = &psta->recvreorder_ctrl[pparm->tid]; -+ ret = issue_addba_rsp_wait_ack(padapter, pparm->addr, pparm->tid, pparm->status, pparm->size, 3, 50); -+ -+ #ifdef CONFIG_UPDATE_INDICATE_SEQ_WHILE_PROCESS_ADDBA_REQ -+ /* status = 0 means accept this addba req, so update indicate seq = start_seq under this compile flag */ -+ if (pparm->status == 0) { -+ preorder_ctrl->indicate_seq = pparm->start_seq; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, start_seq: %d\n", __func__, __LINE__, -+ preorder_ctrl->indicate_seq, pparm->start_seq); -+ #endif -+ } -+ #else -+ preorder_ctrl->indicate_seq = 0xffff; -+ #endif -+ -+ /* -+ * status = 0 means accept this addba req -+ * status = 37 means reject this addba req -+ */ -+ if (pparm->status == 0) { -+ preorder_ctrl->enable = _TRUE; -+ preorder_ctrl->ampdu_size = pparm->size; -+ } else if (pparm->status == 37) -+ preorder_ctrl->enable = _FALSE; -+ -+exit: -+ return H2C_SUCCESS; -+} -+ -+u8 chk_bmc_sleepq_cmd(_adapter* padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ if ((ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ res= _FAIL; -+ goto exit; -+ } -+ -+ init_h2fwcmd_w_parm_no_parm_rsp(ph2c, GEN_CMD_CODE(_ChkBMCSleepq)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 set_tx_beacon_cmd(_adapter* padapter) -+{ -+ struct cmd_obj *ph2c; -+ struct Tx_Beacon_param *ptxBeacon_parm; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 res = _SUCCESS; -+ int len_diff = 0; -+ -+_func_enter_; -+ -+ if ((ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ res= _FAIL; -+ goto exit; -+ } -+ -+ if ((ptxBeacon_parm = (struct Tx_Beacon_param *)rtw_zmalloc(sizeof(struct Tx_Beacon_param))) == NULL) -+ { -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ _rtw_memcpy(&(ptxBeacon_parm->network), &(pmlmeinfo->network), sizeof(WLAN_BSSID_EX)); -+ -+ len_diff = update_hidden_ssid( -+ ptxBeacon_parm->network.IEs+_BEACON_IE_OFFSET_ -+ , ptxBeacon_parm->network.IELength-_BEACON_IE_OFFSET_ -+ , pmlmeinfo->hidden_ssid_mode -+ ); -+ ptxBeacon_parm->network.IELength += len_diff; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, ptxBeacon_parm, GEN_CMD_CODE(_TX_Beacon)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+ -+u8 mlme_evt_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ u8 evt_code, evt_seq; -+ u16 evt_sz; -+ uint *peventbuf; -+ void (*event_callback)(_adapter *dev, u8 *pbuf); -+ struct evt_priv *pevt_priv = &(padapter->evtpriv); -+ -+ if (pbuf == NULL) -+ goto _abort_event_; -+ -+ peventbuf = (uint*)pbuf; -+ evt_sz = (u16)(*peventbuf&0xffff); -+ evt_seq = (u8)((*peventbuf>>24)&0x7f); -+ evt_code = (u8)((*peventbuf>>16)&0xff); -+ -+ -+ #ifdef CHECK_EVENT_SEQ -+ // checking event sequence... -+ if (evt_seq != (ATOMIC_READ(&pevt_priv->event_seq) & 0x7f) ) -+ { -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_info_,("Evetn Seq Error! %d vs %d\n", (evt_seq & 0x7f), (ATOMIC_READ(&pevt_priv->event_seq) & 0x7f))); -+ -+ pevt_priv->event_seq = (evt_seq+1)&0x7f; -+ -+ goto _abort_event_; -+ } -+ #endif -+ -+ // checking if event code is valid -+ if (evt_code >= MAX_C2HEVT) -+ { -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_err_,("\nEvent Code(%d) mismatch!\n", evt_code)); -+ goto _abort_event_; -+ } -+ -+ // checking if event size match the event parm size -+ if ((wlanevents[evt_code].parmsize != 0) && -+ (wlanevents[evt_code].parmsize != evt_sz)) -+ { -+ -+ RT_TRACE(_module_rtl871x_cmd_c_,_drv_err_,("\nEvent(%d) Parm Size mismatch (%d vs %d)!\n", -+ evt_code, wlanevents[evt_code].parmsize, evt_sz)); -+ goto _abort_event_; -+ -+ } -+ -+ ATOMIC_INC(&pevt_priv->event_seq); -+ -+ peventbuf += 2; -+ -+ if(peventbuf) -+ { -+ event_callback = wlanevents[evt_code].event_callback; -+ event_callback(padapter, (u8*)peventbuf); -+ -+ pevt_priv->evt_done_cnt++; -+ } -+ -+ -+_abort_event_: -+ -+ -+ return H2C_SUCCESS; -+ -+} -+ -+u8 h2c_msg_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ if(!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ return H2C_SUCCESS; -+} -+ -+u8 chk_bmc_sleepq_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+#ifdef CONFIG_AP_MODE -+ _irqL irqL; -+ struct sta_info *psta_bmc; -+ _list *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe=NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ //for BC/MC Frames -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ if(!psta_bmc) -+ return H2C_SUCCESS; -+ -+ if((pstapriv->tim_bitmap&BIT(0)) && (psta_bmc->sleepq_len>0)) -+ { -+#ifndef CONFIG_PCI_HCI -+ rtw_msleep_os(10);// 10ms, ATIM(HIQ) Windows -+#endif -+ //_enter_critical_bh(&psta_bmc->sleep_q.lock, &irqL); -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ xmitframe_phead = get_list_head(&psta_bmc->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while ((rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist)) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ rtw_list_delete(&pxmitframe->list); -+ -+ psta_bmc->sleepq_len--; -+ if(psta_bmc->sleepq_len>0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ pxmitframe->attrib.triggered=1; -+ -+ if (xmitframe_hiq_filter(pxmitframe) == _TRUE) -+ pxmitframe->attrib.qsel = QSLT_HIGH;//HIQ -+ -+ #if 0 -+ _exit_critical_bh(&psta_bmc->sleep_q.lock, &irqL); -+ if(rtw_hal_xmit(padapter, pxmitframe) == _TRUE) -+ { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ } -+ _enter_critical_bh(&psta_bmc->sleep_q.lock, &irqL); -+ #endif -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ } -+ -+ //_exit_critical_bh(&psta_bmc->sleep_q.lock, &irqL); -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ if (rtw_get_intf_type(padapter) != RTW_PCIE) { -+ /* check hi queue and bmc_sleepq */ -+ rtw_chk_hi_queue_cmd(padapter); -+ } -+ } -+#endif -+ -+ return H2C_SUCCESS; -+} -+ -+u8 tx_beacon_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ if(send_beacon(padapter)==_FAIL) -+ { -+ DBG_871X("issue_beacon, fail!\n"); -+ return H2C_PARAMETERS_ERROR; -+ } -+ -+ -+ if (padapter->registrypriv.wifi_spec == 1) -+ return H2C_SUCCESS; -+ -+ /* tx bc/mc frames after update TIM */ -+ chk_bmc_sleepq_hdl(padapter, NULL); -+ -+ return H2C_SUCCESS; -+} -+ -+/* -+* according to channel -+* add/remove WLAN_BSSID_EX.IEs's ERP ie -+* set WLAN_BSSID_EX.SupportedRates -+* update WLAN_BSSID_EX.IEs's Supported Rate and Extended Supported Rate ie -+*/ -+void change_band_update_ie(_adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 ch) -+{ -+ u8 network_type,rate_len, total_rate_len,remainder_rate_len; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 erpinfo=0x4; -+ -+ if (ch >= 36) { -+ network_type = WIRELESS_11A; -+ total_rate_len = IEEE80211_NUM_OFDM_RATESLEN; -+ rtw_remove_bcn_ie(padapter, pnetwork, _ERPINFO_IE_); -+ } else { -+ network_type = WIRELESS_11BG; -+ total_rate_len = IEEE80211_CCK_RATE_LEN+IEEE80211_NUM_OFDM_RATESLEN; -+ rtw_add_bcn_ie(padapter, pnetwork, _ERPINFO_IE_, &erpinfo, 1); -+ } -+ -+ rtw_set_supported_rate(pnetwork->SupportedRates, network_type); -+ -+ UpdateBrateTbl(padapter, pnetwork->SupportedRates); -+ -+ if(total_rate_len > 8) -+ { -+ rate_len = 8; -+ remainder_rate_len = total_rate_len - 8; -+ } -+ else -+ { -+ rate_len = total_rate_len; -+ remainder_rate_len = 0; -+ } -+ -+ rtw_add_bcn_ie(padapter, pnetwork, _SUPPORTEDRATES_IE_, pnetwork->SupportedRates, rate_len); -+ -+ if(remainder_rate_len) -+ { -+ rtw_add_bcn_ie(padapter, pnetwork, _EXT_SUPPORTEDRATES_IE_, (pnetwork->SupportedRates+8), remainder_rate_len); -+ } -+ else -+ { -+ rtw_remove_bcn_ie(padapter, pnetwork, _EXT_SUPPORTEDRATES_IE_); -+ } -+ -+ pnetwork->Length = get_WLAN_BSSID_EX_sz(pnetwork); -+} -+ -+#ifdef CONFIG_CONCURRENT_MODE -+sint check_buddy_mlmeinfo_state(_adapter *padapter, u32 state) -+{ -+ PADAPTER pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext; -+ struct mlme_ext_info *pbuddy_mlmeinfo; -+ -+ if(padapter == NULL) -+ return _FALSE; -+ -+ pbuddy_adapter = padapter->pbuddy_adapter; -+ -+ if(pbuddy_adapter == NULL) -+ return _FALSE; -+ -+ -+ pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ pbuddy_mlmeinfo = &(pbuddy_mlmeext->mlmext_info); -+ -+ if((pbuddy_mlmeinfo->state&0x03) == state) -+ return _TRUE; -+ -+ return _FALSE; -+ -+} -+#endif /* CONFIG_CONCURRENT_MODE */ -+ -+void rtw_join_done_chk_ch(_adapter *adapter, int join_res) -+{ -+#define DUMP_ADAPTERS_STATUS 0 -+ -+ struct dvobj_priv *dvobj; -+ _adapter *iface; -+ struct mlme_priv *mlme; -+ struct mlme_ext_priv *mlmeext; -+ u8 u_ch, u_offset, u_bw; -+ int i; -+ -+ dvobj = adapter_to_dvobj(adapter); -+ -+ if (DUMP_ADAPTERS_STATUS) { -+ DBG_871X(FUNC_ADPT_FMT" enter\n", FUNC_ADPT_ARG(adapter)); -+ dump_adapters_status(RTW_DBGDUMP , dvobj); -+ } -+ -+ if (join_res >= 0) { -+ if (rtw_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset) <= 0) { -+ dump_adapters_status(RTW_DBGDUMP , dvobj); -+ rtw_warn_on(1); -+ } -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ mlme = &iface->mlmepriv; -+ mlmeext = &iface->mlmeextpriv; -+ -+ if (!iface || iface == adapter) -+ continue; -+ -+ if (check_fwstate(mlme, WIFI_AP_STATE) -+ && check_fwstate(mlme, WIFI_ASOC_STATE) -+ ) { -+ bool is_grouped = rtw_is_chbw_grouped(u_ch, u_bw, u_offset -+ , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset); -+ -+ if (is_grouped == _FALSE) { -+ /* handle AP which need to switch ch setting */ -+ -+ /* restore original bw, adjust bw by registry setting on target ch */ -+ mlmeext->cur_bwmode = mlme->ori_bw; -+ mlmeext->cur_channel = u_ch; -+ rtw_regsty_adjust_chbw(&iface->registrypriv -+ , mlmeext->cur_channel, &mlmeext->cur_bwmode, &mlmeext->cur_ch_offset); -+ -+ rtw_sync_chbw(&mlmeext->cur_channel, &mlmeext->cur_bwmode, &mlmeext->cur_ch_offset -+ , &u_ch, &u_bw, &u_offset); -+ -+ rtw_ap_update_bss_chbw(iface, &(mlmeext->mlmext_info.network) -+ , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset); -+ -+ _rtw_memcpy(&(mlme->cur_network.network), &(mlmeext->mlmext_info.network), sizeof(WLAN_BSSID_EX)); -+ -+ rtw_start_bss_hdl_after_chbw_decided(iface); -+ } -+ -+ update_beacon(iface, 0, NULL, _TRUE); -+ } -+ -+ clr_fwstate(mlme, WIFI_OP_CH_SWITCHING); -+ } -+ -+ #ifdef CONFIG_DFS_MASTER -+ rtw_dfs_master_status_apply(adapter, MLME_STA_CONNECTED); -+ #endif -+ } else { -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ mlme = &iface->mlmepriv; -+ mlmeext = &iface->mlmeextpriv; -+ -+ if (!iface || iface == adapter) -+ continue; -+ -+ if (check_fwstate(mlme, WIFI_AP_STATE) -+ && check_fwstate(mlme, WIFI_ASOC_STATE)) -+ update_beacon(iface, 0, NULL, _TRUE); -+ -+ clr_fwstate(mlme, WIFI_OP_CH_SWITCHING); -+ } -+ #ifdef CONFIG_DFS_MASTER -+ rtw_dfs_master_status_apply(adapter, MLME_STA_DISCONNECTED); -+ #endif -+ } -+ -+ if (rtw_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) -+ set_channel_bwmode(adapter, u_ch, u_offset, u_bw); -+ -+ if (DUMP_ADAPTERS_STATUS) { -+ DBG_871X(FUNC_ADPT_FMT" exit\n", FUNC_ADPT_ARG(adapter)); -+ dump_adapters_status(RTW_DBGDUMP , dvobj); -+ } -+} -+ -+int rtw_chk_start_clnt_join(_adapter *adapter, u8 *ch, u8 *bw, u8 *offset) -+{ -+ bool chbw_allow = _TRUE; -+ bool connect_allow = _TRUE; -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ u8 cur_ch, cur_bw, cur_ch_offset; -+ u8 u_ch, u_offset, u_bw; -+ -+ u_ch = cur_ch = pmlmeext->cur_channel; -+ u_bw = cur_bw = pmlmeext->cur_bwmode; -+ u_offset = cur_ch_offset = pmlmeext->cur_ch_offset; -+ -+ if (!ch || !bw || !offset) { -+ connect_allow = _FALSE; -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (cur_ch == 0) { -+ connect_allow = _FALSE; -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" cur_ch:%u\n" -+ , FUNC_ADPT_ARG(adapter), cur_ch); -+ rtw_warn_on(1); -+ goto exit; -+ } -+ DBG_871X(FUNC_ADPT_FMT" req: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), u_ch, u_bw, u_offset); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+{ -+ struct dvobj_priv *dvobj; -+ _adapter *iface; -+ struct mlme_priv *mlme; -+ struct mlme_ext_priv *mlmeext; -+ u8 sta_num; -+ u8 ld_sta_num; -+ u8 lg_sta_num; -+ u8 ap_num; -+ u8 ld_ap_num; -+ int i; -+ -+ dvobj = adapter_to_dvobj(adapter); -+ -+ rtw_dev_iface_status_no_self(adapter, &sta_num, &ld_sta_num, &lg_sta_num, &ap_num, &ld_ap_num); -+ DBG_871X(FUNC_ADPT_FMT" ld_sta_num:%u, ap_num:%u\n" -+ , FUNC_ADPT_ARG(adapter), ld_sta_num, ap_num); -+ -+ if (!ld_sta_num && !ap_num) { -+ /* consider linking STA? */ -+ goto connect_allow_hdl; -+ } -+ -+ if (rtw_get_ch_setting_union_no_self(adapter, &u_ch, &u_bw, &u_offset) <= 0) { -+ dump_adapters_status(RTW_DBGDUMP , dvobj); -+ rtw_warn_on(1); -+ } -+ DBG_871X(FUNC_ADPT_FMT" union no self: %u,%u,%u\n" -+ , FUNC_ADPT_ARG(adapter), u_ch, u_bw, u_offset); -+ -+ /* chbw_allow? */ -+ chbw_allow = rtw_is_chbw_grouped(pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset -+ , u_ch, u_bw, u_offset); -+ -+ DBG_871X(FUNC_ADPT_FMT" chbw_allow:%d\n" -+ , FUNC_ADPT_ARG(adapter), chbw_allow); -+ -+ if (chbw_allow == _TRUE) { -+ rtw_sync_chbw(&cur_ch, &cur_bw, &cur_ch_offset, &u_ch, &u_bw, &u_offset); -+ rtw_warn_on(cur_ch != pmlmeext->cur_channel); -+ rtw_warn_on(cur_bw != pmlmeext->cur_bwmode); -+ rtw_warn_on(cur_ch_offset != pmlmeext->cur_ch_offset); -+ goto connect_allow_hdl; -+ } -+ -+ /* chbw_allow is _FALSE, connect allow? */ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ mlme = &iface->mlmepriv; -+ mlmeext = &iface->mlmeextpriv; -+ -+ #ifdef CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT -+ if (check_fwstate(mlme, WIFI_STATION_STATE) -+ && check_fwstate(mlme, WIFI_ASOC_STATE) -+ #if defined(CONFIG_P2P) -+ && rtw_p2p_chk_state(&(iface->wdinfo), P2P_STATE_NONE) -+ #endif -+ ) { -+ connect_allow = _FALSE; -+ break; -+ } -+ #endif /* CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT */ -+ } -+ DBG_871X(FUNC_ADPT_FMT" connect_allow:%d\n" -+ , FUNC_ADPT_ARG(adapter), connect_allow); -+ -+ if (connect_allow == _FALSE) -+ goto exit; -+ -+connect_allow_hdl: -+ /* connect_allow == _TRUE */ -+ -+ #ifdef CONFIG_DFS_MASTER -+ rtw_dfs_master_status_apply(adapter, MLME_STA_CONNECTING); -+ #endif -+ -+ if (chbw_allow == _FALSE) { -+ u_ch = cur_ch; -+ u_bw = cur_bw; -+ u_offset = cur_ch_offset; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ mlme = &iface->mlmepriv; -+ mlmeext = &iface->mlmeextpriv; -+ -+ if (!iface || iface == adapter) -+ continue; -+ -+ if (check_fwstate(mlme, WIFI_AP_STATE) -+ && check_fwstate(mlme, WIFI_ASOC_STATE) -+ ) { -+ #ifdef CONFIG_SPCT_CH_SWITCH -+ if (1) -+ rtw_ap_inform_ch_switch(iface, pmlmeext->cur_channel , pmlmeext->cur_ch_offset); -+ else -+ #endif -+ rtw_sta_flush(iface, _FALSE); -+ -+ rtw_hal_set_hwreg(iface, HW_VAR_CHECK_TXBUF, 0); -+ set_fwstate(mlme, WIFI_OP_CH_SWITCHING); -+ } else if (check_fwstate(mlme, WIFI_STATION_STATE) -+ && check_fwstate(mlme, WIFI_ASOC_STATE) -+ ) { -+ rtw_disassoc_cmd(iface, 500, _FALSE); -+ rtw_indicate_disconnect(iface); -+ rtw_free_assoc_resources(iface, 1); -+ } -+ } -+ } -+} -+#endif /* CONFIG_CONCURRENT_MODE */ -+ -+exit: -+ -+ if (connect_allow == _TRUE) { -+ DBG_871X(FUNC_ADPT_FMT" union: %u,%u,%u\n", FUNC_ADPT_ARG(adapter), u_ch, u_bw, u_offset); -+ *ch = u_ch; -+ *bw = u_bw; -+ *offset = u_offset; -+ } -+ -+ return connect_allow == _TRUE ? _SUCCESS : _FAIL; -+} -+ -+/* Find union about ch, bw, ch_offset of all linked/linking interfaces */ -+int _rtw_get_ch_setting_union(_adapter *adapter, u8 *ch, u8 *bw, u8 *offset, bool include_self) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ _adapter *iface; -+ struct mlme_ext_priv *mlmeext; -+ int i; -+ u8 ch_ret = 0; -+ u8 bw_ret = CHANNEL_WIDTH_20; -+ u8 offset_ret = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ int num = 0; -+ -+ if (ch) *ch = 0; -+ if (bw) *bw = CHANNEL_WIDTH_20; -+ if (offset) *offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ for (i = 0; iiface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ mlmeext = &iface->mlmeextpriv; -+ -+ if (!check_fwstate(&iface->mlmepriv, _FW_LINKED|_FW_UNDER_LINKING)) -+ continue; -+ -+ if (check_fwstate(&iface->mlmepriv, WIFI_OP_CH_SWITCHING)) -+ continue; -+ -+ if (include_self == _FALSE && adapter == iface) -+ continue; -+ -+ if (num == 0) { -+ ch_ret = mlmeext->cur_channel; -+ bw_ret = mlmeext->cur_bwmode; -+ offset_ret = mlmeext->cur_ch_offset; -+ num++; -+ continue; -+ } -+ -+ if (ch_ret != mlmeext->cur_channel) { -+ num = 0; -+ break; -+ } -+ -+ if (bw_ret < mlmeext->cur_bwmode) { -+ bw_ret = mlmeext->cur_bwmode; -+ offset_ret = mlmeext->cur_ch_offset; -+ } else if (bw_ret == mlmeext->cur_bwmode && offset_ret != mlmeext->cur_ch_offset) { -+ num = 0; -+ break; -+ } -+ -+ num++; -+ } -+ -+ if (num) { -+ if (ch) *ch = ch_ret; -+ if (bw) *bw = bw_ret; -+ if (offset) *offset = offset_ret; -+ } -+ -+ return num; -+} -+ -+inline int rtw_get_ch_setting_union(_adapter *adapter, u8 *ch, u8 *bw, u8 *offset) -+{ -+ return _rtw_get_ch_setting_union(adapter, ch, bw, offset, 1); -+} -+ -+inline int rtw_get_ch_setting_union_no_self(_adapter *adapter, u8 *ch, u8 *bw, u8 *offset) -+{ -+ return _rtw_get_ch_setting_union(adapter, ch, bw, offset, 0); -+} -+ -+void _rtw_dev_iface_status(_adapter *adapter, u8 *sta_num, u8 *ld_sta_num, u8 *lg_sta_num -+ , u8 *ap_num, u8 *ld_ap_num, bool include_self) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ _adapter *iface; -+ struct mlme_ext_priv *mlmeext; -+ struct mlme_ext_info *mlmeextinfo; -+ int i; -+ u8 sta_num_ret = 0; -+ u8 ld_sta_num_ret = 0; -+ u8 lg_sta_num_ret = 0; -+ u8 ap_num_ret = 0; -+ u8 ld_ap_num_ret = 0; -+ -+ if (sta_num) -+ *sta_num = 0; -+ if (ld_sta_num) -+ *ld_sta_num = 0; -+ if (lg_sta_num) -+ *lg_sta_num = 0; -+ if (ap_num) -+ *ap_num = 0; -+ if (ld_ap_num) -+ *ld_ap_num = 0; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ -+ if (include_self == _FALSE && iface == adapter) -+ continue; -+ -+ mlmeext = &iface->mlmeextpriv; -+ -+ if (mlmeext_msr(mlmeext) == WIFI_FW_STATION_STATE) { -+ sta_num_ret++; -+ if (check_fwstate(&iface->mlmepriv, _FW_LINKED) == _TRUE) -+ ld_sta_num_ret++; -+ if (check_fwstate(&iface->mlmepriv, _FW_UNDER_LINKING) == _TRUE) -+ lg_sta_num_ret++; -+ } -+ -+ if (mlmeext_msr(mlmeext) == WIFI_FW_AP_STATE -+ && check_fwstate(&iface->mlmepriv, _FW_LINKED) == _TRUE -+ ) { -+ ap_num_ret++; -+ if (iface->stapriv.asoc_sta_count > 2) -+ ld_ap_num_ret++; -+ } -+ } -+ -+ if (sta_num) -+ *sta_num = sta_num_ret; -+ if (ld_sta_num) -+ *ld_sta_num = ld_sta_num_ret; -+ if (lg_sta_num) -+ *lg_sta_num = lg_sta_num_ret; -+ if (ap_num) -+ *ap_num = ap_num_ret; -+ if (ld_ap_num) -+ *ld_ap_num = ld_ap_num_ret; -+} -+ -+inline void rtw_dev_iface_status(_adapter *adapter, u8 *sta_num, u8 *ld_sta_num, u8 *lg_sta_num -+ , u8 *ap_num, u8 *ld_ap_num) -+{ -+ return _rtw_dev_iface_status(adapter, sta_num, ld_sta_num, lg_sta_num, ap_num, ld_ap_num, 1); -+} -+ -+inline void rtw_dev_iface_status_no_self(_adapter *adapter, u8 *sta_num, u8 *ld_sta_num, u8 *lg_sta_num -+ , u8 *ap_num, u8 *ld_ap_num) -+{ -+ return _rtw_dev_iface_status(adapter, sta_num, ld_sta_num, lg_sta_num, ap_num, ld_ap_num, 0); -+} -+ -+u8 set_ch_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ struct set_ch_parm *set_ch_parm; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if(!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ set_ch_parm = (struct set_ch_parm *)pbuf; -+ -+ DBG_871X(FUNC_NDEV_FMT" ch:%u, bw:%u, ch_offset:%u\n", -+ FUNC_NDEV_ARG(padapter->pnetdev), -+ set_ch_parm->ch, set_ch_parm->bw, set_ch_parm->ch_offset); -+ -+ pmlmeext->cur_channel = set_ch_parm->ch; -+ pmlmeext->cur_ch_offset = set_ch_parm->ch_offset; -+ pmlmeext->cur_bwmode = set_ch_parm->bw; -+ -+ set_channel_bwmode(padapter, set_ch_parm->ch, set_ch_parm->ch_offset, set_ch_parm->bw); -+ -+ return H2C_SUCCESS; -+} -+ -+u8 set_chplan_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ struct SetChannelPlan_param *setChannelPlan_param; -+ struct mlme_priv *mlme = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if(!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; -+ -+ if(!rtw_is_channel_plan_valid(setChannelPlan_param->channel_plan)) { -+ return H2C_PARAMETERS_ERROR; -+ } -+ -+ mlme->ChannelPlan = setChannelPlan_param->channel_plan; -+ -+ pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext->channel_set); -+ init_channel_list(padapter, pmlmeext->channel_set, pmlmeext->max_chan_nums, &pmlmeext->channel_list); -+ -+ rtw_hal_set_odm_var(padapter,HAL_ODM_REGULATION,NULL,_TRUE); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_reg_notify_by_driver(padapter); -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ return H2C_SUCCESS; -+} -+ -+u8 led_blink_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+ struct LedBlink_param *ledBlink_param; -+ -+ if(!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ ledBlink_param = (struct LedBlink_param *)pbuf; -+ -+ #ifdef CONFIG_LED_HANDLED_BY_CMD_THREAD -+ BlinkHandler((PLED_DATA)ledBlink_param->pLed); -+ #endif -+ -+ return H2C_SUCCESS; -+} -+ -+u8 set_csa_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+#ifdef CONFIG_DFS -+ struct SetChannelSwitch_param *setChannelSwitch_param; -+ u8 new_ch_no; -+ u8 gval8 = 0x00, sval8 = 0xff; -+ -+ if(!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ setChannelSwitch_param = (struct SetChannelSwitch_param *)pbuf; -+ new_ch_no = setChannelSwitch_param->new_ch_no; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_TXPAUSE, &gval8); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &sval8); -+ -+ DBG_871X("DFS detected! Swiching channel to %d!\n", new_ch_no); -+ SelectChannel(padapter, new_ch_no); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &gval8); -+ -+ rtw_disassoc_cmd(padapter, 0, _FALSE); -+ rtw_indicate_disconnect(padapter); -+ rtw_free_assoc_resources(padapter, 1); -+ rtw_free_network_queue(padapter, _TRUE); -+ -+ if ( ((new_ch_no >= 52) && (new_ch_no <= 64)) ||((new_ch_no >= 100) && (new_ch_no <= 140)) ) { -+ DBG_871X("Switched to DFS band (ch %02x) again!!\n", new_ch_no); -+ } -+ -+ return H2C_SUCCESS; -+#else -+ return H2C_REJECTED; -+#endif //CONFIG_DFS -+ -+} -+ -+u8 tdls_hdl(_adapter *padapter, unsigned char *pbuf) -+{ -+#ifdef CONFIG_TDLS -+ _irqL irqL; -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+#ifdef CONFIG_TDLS_CH_SW -+ struct tdls_ch_switch *pchsw_info = &ptdlsinfo->chsw_info; -+#endif -+ struct TDLSoption_param *TDLSoption; -+ struct sta_info *ptdls_sta = NULL; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info; -+ u8 survey_channel, i, min, option; -+ struct tdls_txmgmt txmgmt; -+ u32 setchtime, resp_sleep = 0, wait_time; -+ u8 zaddr[ETH_ALEN] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ -+ if (!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ TDLSoption = (struct TDLSoption_param *)pbuf; -+ option = TDLSoption->option; -+ -+ if (!_rtw_memcmp(TDLSoption->addr, zaddr, ETH_ALEN)) { -+ ptdls_sta = rtw_get_stainfo( &(padapter->stapriv), TDLSoption->addr ); -+ if (ptdls_sta == NULL) { -+ return H2C_REJECTED; -+ } -+ } else { -+ if (!(option == TDLS_RS_RCR || option == TDLS_CH_SW_BACK)) -+ return H2C_REJECTED; -+ } -+ -+ //_enter_critical_bh(&(ptdlsinfo->hdl_lock), &irqL); -+ //DBG_871X("[%s] option:%d\n", __FUNCTION__, option); -+ -+ switch (option) { -+ case TDLS_ESTABLISHED: -+ { -+ /* As long as TDLS handshake success, we should set RCR_CBSSID_DATA bit to 0 */ -+ /* So we can receive all kinds of data frames. */ -+ u8 sta_band = 0; -+ -+ //leave ALL PS when TDLS is established -+ rtw_pwr_wakeup(padapter); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_TDLS_WRCR, 0); -+ DBG_871X("Created Direct Link with "MAC_FMT"\n", MAC_ARG(ptdls_sta->hwaddr)); -+ -+ pmlmeinfo->FW_sta_info[ptdls_sta->mac_id].psta = ptdls_sta; -+ /* Set TDLS sta rate. */ -+ /* Update station supportRate */ -+ rtw_hal_update_sta_rate_mask(padapter, ptdls_sta); -+ if (pmlmeext->cur_channel > 14) { -+ if (ptdls_sta->ra_mask & 0xffff000) -+ sta_band |= WIRELESS_11_5N ; -+ -+ if (ptdls_sta->ra_mask & 0xff0) -+ sta_band |= WIRELESS_11A; -+ -+ /* 5G band */ -+ #ifdef CONFIG_80211AC_VHT -+ if (ptdls_sta->vhtpriv.vht_option) -+ sta_band = WIRELESS_11_5AC; -+ #endif -+ -+ } else { -+ if (ptdls_sta->ra_mask & 0xffff000) -+ sta_band |= WIRELESS_11_24N; -+ -+ if (ptdls_sta->ra_mask & 0xff0) -+ sta_band |= WIRELESS_11G; -+ -+ if (ptdls_sta->ra_mask & 0x0f) -+ sta_band |= WIRELESS_11B; -+ } -+ ptdls_sta->wireless_mode = sta_band; -+ ptdls_sta->raid = rtw_hal_networktype_to_raid(padapter,ptdls_sta); -+ set_sta_rate(padapter, ptdls_sta); -+ rtw_sta_media_status_rpt(padapter, ptdls_sta, 1); -+ /* Sta mode */ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, ptdls_sta,_TRUE); -+ break; -+ } -+ case TDLS_ISSUE_PTI: -+ ptdls_sta->tdls_sta_state |= TDLS_WAIT_PTR_STATE; -+ issue_tdls_peer_traffic_indication(padapter, ptdls_sta); -+ _set_timer(&ptdls_sta->pti_timer, TDLS_PTI_TIME); -+ break; -+#ifdef CONFIG_TDLS_CH_SW -+ case TDLS_CH_SW_RESP: -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ txmgmt.status_code = 0; -+ _rtw_memcpy(txmgmt.peer, ptdls_sta->hwaddr, ETH_ALEN); -+ -+ issue_nulldata(padapter, NULL, 1, 0, 0); -+ -+ DBG_871X("issue tdls channel switch response\n"); -+ issue_tdls_ch_switch_rsp(padapter, &txmgmt, _FALSE); -+ resp_sleep = 5; -+ rtw_msleep_os(resp_sleep); -+ -+ /* If we receive TDLS_CH_SW_REQ at off channel which it's target is AP's channel */ -+ /* then we just SelectChannel to AP's channel*/ -+ if (padapter->mlmeextpriv.cur_channel == pchsw_info->off_ch_num) { -+ SelectChannel(padapter, padapter->mlmeextpriv.cur_channel); -+ issue_nulldata(padapter, NULL, 0, 0, 0); -+ pchsw_info->ch_sw_state &= ~(TDLS_PEER_AT_OFF_STATE); -+ ATOMIC_SET(&pchsw_info->chsw_on, _FALSE); -+ break; -+ } -+ -+ _set_timer(&ptdls_sta->delay_timer, pmlmeinfo->bcn_interval - 40); -+ -+ /* Continue following actions */ -+ -+ case TDLS_CH_SW: -+ issue_nulldata(padapter, NULL, 1, 0, 0); -+ _set_timer(&ptdls_sta->ch_sw_timer, (u32)(ptdls_sta->ch_switch_timeout)/1000); -+ -+ setchtime = rtw_systime_to_ms(rtw_get_current_time()); -+ SelectChannel(padapter, pchsw_info->off_ch_num); -+ setchtime = rtw_systime_to_ms(rtw_get_current_time()) - setchtime; -+ setchtime += resp_sleep; -+ -+ if (pmlmeext->cur_channel != rtw_get_oper_ch(padapter)) -+ issue_nulldata(padapter, NULL, 0, 0, 0); -+ pchsw_info->ch_sw_state &= ~(TDLS_PEER_AT_OFF_STATE); -+ -+ if ((u32)ptdls_sta->ch_switch_time/1000 > setchtime) -+ wait_time = (u32)ptdls_sta->ch_switch_time/1000 - setchtime; -+ else -+ wait_time = 0; -+ -+ if (wait_time > 0) -+ rtw_msleep_os(wait_time); -+ -+ issue_nulldata_to_TDLS_peer_STA(ptdls_sta->padapter, ptdls_sta->hwaddr, 0, 0, 0); -+ issue_nulldata_to_TDLS_peer_STA(ptdls_sta->padapter, ptdls_sta->hwaddr, 0, 0, 0); -+ -+ break; -+ case TDLS_CH_SW_BACK: -+ pchsw_info->ch_sw_state &= ~(TDLS_PEER_AT_OFF_STATE | TDLS_WAIT_CH_RSP_STATE); -+ ATOMIC_SET(&pchsw_info->chsw_on, _FALSE); -+ SelectChannel(padapter, padapter->mlmeextpriv.cur_channel); -+ issue_nulldata(padapter, NULL, 0, 0, 0); -+ break; -+#endif -+ case TDLS_RS_RCR: -+ rtw_hal_set_hwreg(padapter, HW_VAR_TDLS_RS_RCR, 0); -+ DBG_871X("wirte REG_RCR, set bit6 on\n"); -+ break; -+ case TDLS_TEAR_STA: -+#ifdef CONFIG_TDLS_CH_SW -+ if (_rtw_memcmp(TDLSoption->addr, pchsw_info->addr, ETH_ALEN) == _TRUE) { -+ pchsw_info->ch_sw_state &= ~(TDLS_CH_SW_INITIATOR_STATE | -+ TDLS_CH_SWITCH_ON_STATE | -+ TDLS_PEER_AT_OFF_STATE); -+ ATOMIC_SET(&pchsw_info->chsw_on, _FALSE); -+ _rtw_memset(pchsw_info->addr, 0x00, ETH_ALEN); -+ } -+#endif -+ rtw_sta_media_status_rpt(padapter, ptdls_sta, 0); -+ free_tdls_sta(padapter, ptdls_sta); -+ break; -+ } -+ -+ //_exit_critical_bh(&(ptdlsinfo->hdl_lock), &irqL); -+ -+ return H2C_SUCCESS; -+#else -+ return H2C_REJECTED; -+#endif /* CONFIG_TDLS */ -+ -+} -+ -+u8 run_in_thread_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ struct RunInThread_param *p; -+ -+ -+ if (NULL == pbuf) -+ return H2C_PARAMETERS_ERROR; -+ p = (struct RunInThread_param*)pbuf; -+ -+ if (p->func) -+ p->func(p->context); -+ -+ return H2C_SUCCESS; -+} -+ -+u8 rtw_getmacreg_hdl(_adapter *padapter, u8 *pbuf) -+{ -+ -+ struct readMAC_parm *preadmacparm = NULL; -+ u8 sz = 0; -+ u32 addr = 0; -+ u32 value = 0; -+ -+ if (!pbuf) -+ return H2C_PARAMETERS_ERROR; -+ -+ preadmacparm = (struct readMAC_parm *) pbuf; -+ sz = preadmacparm->len; -+ addr = preadmacparm->addr; -+ value = 0; -+ -+ switch (sz) { -+ case 1: -+ value = rtw_read8(padapter, addr); -+ break; -+ case 2: -+ value = rtw_read16(padapter, addr); -+ break; -+ case 4: -+ value = rtw_read32(padapter, addr); -+ break; -+ default: -+ DBG_871X("%s: Unknown size\n", __func__); -+ break; -+ } -+ DBG_871X("%s: addr:0x%02x valeu:0x%02x\n", __func__, addr, value); -+ -+ return H2C_SUCCESS; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_mp.c linux/3rdparty/rtl8812au/core/rtw_mp.c ---- linux.old/3rdparty/rtl8812au/core/rtw_mp.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_mp.c 2017-06-07 23:07:21.003686847 +0300 -@@ -0,0 +1,2577 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_MP_C_ -+ -+#include -+ -+#ifdef PLATFORM_FREEBSD -+#include /* for RFHIGHPID */ -+#endif -+ -+#include "../hal/phydm/phydm_precomp.h" -+#if defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8821A) -+#include -+#endif -+ -+ -+#ifdef CONFIG_MP_INCLUDED -+ -+u32 read_macreg(_adapter *padapter, u32 addr, u32 sz) -+{ -+ u32 val = 0; -+ -+ switch(sz) -+ { -+ case 1: -+ val = rtw_read8(padapter, addr); -+ break; -+ case 2: -+ val = rtw_read16(padapter, addr); -+ break; -+ case 4: -+ val = rtw_read32(padapter, addr); -+ break; -+ default: -+ val = 0xffffffff; -+ break; -+ } -+ -+ return val; -+ -+} -+ -+void write_macreg(_adapter *padapter, u32 addr, u32 val, u32 sz) -+{ -+ switch(sz) -+ { -+ case 1: -+ rtw_write8(padapter, addr, (u8)val); -+ break; -+ case 2: -+ rtw_write16(padapter, addr, (u16)val); -+ break; -+ case 4: -+ rtw_write32(padapter, addr, val); -+ break; -+ default: -+ break; -+ } -+ -+} -+ -+u32 read_bbreg(_adapter *padapter, u32 addr, u32 bitmask) -+{ -+ return rtw_hal_read_bbreg(padapter, addr, bitmask); -+} -+ -+void write_bbreg(_adapter *padapter, u32 addr, u32 bitmask, u32 val) -+{ -+ rtw_hal_write_bbreg(padapter, addr, bitmask, val); -+} -+ -+u32 _read_rfreg(PADAPTER padapter, u8 rfpath, u32 addr, u32 bitmask) -+{ -+ return rtw_hal_read_rfreg(padapter, rfpath, addr, bitmask); -+} -+ -+void _write_rfreg(PADAPTER padapter, u8 rfpath, u32 addr, u32 bitmask, u32 val) -+{ -+ rtw_hal_write_rfreg(padapter, rfpath, addr, bitmask, val); -+} -+ -+u32 read_rfreg(PADAPTER padapter, u8 rfpath, u32 addr) -+{ -+ return _read_rfreg(padapter, rfpath, addr, bRFRegOffsetMask); -+} -+ -+void write_rfreg(PADAPTER padapter, u8 rfpath, u32 addr, u32 val) -+{ -+ _write_rfreg(padapter, rfpath, addr, bRFRegOffsetMask, val); -+} -+ -+static void _init_mp_priv_(struct mp_priv *pmp_priv) -+{ -+ WLAN_BSSID_EX *pnetwork; -+ -+ _rtw_memset(pmp_priv, 0, sizeof(struct mp_priv)); -+ -+ pmp_priv->mode = MP_OFF; -+ -+ pmp_priv->channel = 1; -+ pmp_priv->bandwidth = CHANNEL_WIDTH_20; -+ pmp_priv->prime_channel_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ pmp_priv->rateidx = MPT_RATE_1M; -+ pmp_priv->txpoweridx = 0x2A; -+ -+ pmp_priv->antenna_tx = ANTENNA_A; -+ pmp_priv->antenna_rx = ANTENNA_AB; -+ -+ pmp_priv->check_mp_pkt = 0; -+ -+ pmp_priv->tx_pktcount = 0; -+ -+ pmp_priv->rx_bssidpktcount=0; -+ pmp_priv->rx_pktcount = 0; -+ pmp_priv->rx_crcerrpktcount = 0; -+ -+ pmp_priv->network_macaddr[0] = 0x00; -+ pmp_priv->network_macaddr[1] = 0xE0; -+ pmp_priv->network_macaddr[2] = 0x4C; -+ pmp_priv->network_macaddr[3] = 0x87; -+ pmp_priv->network_macaddr[4] = 0x66; -+ pmp_priv->network_macaddr[5] = 0x55; -+ -+ pmp_priv->bSetRxBssid = _FALSE; -+ pmp_priv->bRTWSmbCfg = _FALSE; -+ -+ pnetwork = &pmp_priv->mp_network.network; -+ _rtw_memcpy(pnetwork->MacAddress, pmp_priv->network_macaddr, ETH_ALEN); -+ -+ pnetwork->Ssid.SsidLength = 8; -+ _rtw_memcpy(pnetwork->Ssid.Ssid, "mp_871x", pnetwork->Ssid.SsidLength); -+ -+ pmp_priv->tx.payload = 2; -+#ifdef CONFIG_80211N_HT -+ pmp_priv->tx.attrib.ht_en = 1; -+#endif -+ -+} -+ -+#ifdef PLATFORM_WINDOWS -+/* -+void mp_wi_callback( -+ IN NDIS_WORK_ITEM* pwk_item, -+ IN PVOID cntx -+ ) -+{ -+ _adapter* padapter =(_adapter *)cntx; -+ struct mp_priv *pmppriv=&padapter->mppriv; -+ struct mp_wi_cntx *pmp_wi_cntx=&pmppriv->wi_cntx; -+ -+ // Execute specified action. -+ if(pmp_wi_cntx->curractfunc != NULL) -+ { -+ LARGE_INTEGER cur_time; -+ ULONGLONG start_time, end_time; -+ NdisGetCurrentSystemTime(&cur_time); // driver version -+ start_time = cur_time.QuadPart/10; // The return value is in microsecond -+ -+ pmp_wi_cntx->curractfunc(padapter); -+ -+ NdisGetCurrentSystemTime(&cur_time); // driver version -+ end_time = cur_time.QuadPart/10; // The return value is in microsecond -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("WorkItemActType: %d, time spent: %I64d us\n", -+ pmp_wi_cntx->param.act_type, (end_time-start_time))); -+ } -+ -+ NdisAcquireSpinLock(&(pmp_wi_cntx->mp_wi_lock)); -+ pmp_wi_cntx->bmp_wi_progress= _FALSE; -+ NdisReleaseSpinLock(&(pmp_wi_cntx->mp_wi_lock)); -+ -+ if (pmp_wi_cntx->bmpdrv_unload) -+ { -+ NdisSetEvent(&(pmp_wi_cntx->mp_wi_evt)); -+ } -+ -+} -+*/ -+ -+static int init_mp_priv_by_os(struct mp_priv *pmp_priv) -+{ -+ struct mp_wi_cntx *pmp_wi_cntx; -+ -+ if (pmp_priv == NULL) return _FAIL; -+ -+ pmp_priv->rx_testcnt = 0; -+ pmp_priv->rx_testcnt1 = 0; -+ pmp_priv->rx_testcnt2 = 0; -+ -+ pmp_priv->tx_testcnt = 0; -+ pmp_priv->tx_testcnt1 = 0; -+ -+ pmp_wi_cntx = &pmp_priv->wi_cntx -+ pmp_wi_cntx->bmpdrv_unload = _FALSE; -+ pmp_wi_cntx->bmp_wi_progress = _FALSE; -+ pmp_wi_cntx->curractfunc = NULL; -+ -+ return _SUCCESS; -+} -+#endif -+ -+#ifdef PLATFORM_LINUX -+static int init_mp_priv_by_os(struct mp_priv *pmp_priv) -+{ -+ int i, res; -+ struct mp_xmit_frame *pmp_xmitframe; -+ -+ if (pmp_priv == NULL) return _FAIL; -+ -+ _rtw_init_queue(&pmp_priv->free_mp_xmitqueue); -+ -+ pmp_priv->pallocated_mp_xmitframe_buf = NULL; -+ pmp_priv->pallocated_mp_xmitframe_buf = rtw_zmalloc(NR_MP_XMITFRAME * sizeof(struct mp_xmit_frame) + 4); -+ if (pmp_priv->pallocated_mp_xmitframe_buf == NULL) { -+ res = _FAIL; -+ goto _exit_init_mp_priv; -+ } -+ -+ pmp_priv->pmp_xmtframe_buf = pmp_priv->pallocated_mp_xmitframe_buf + 4 - ((SIZE_PTR) (pmp_priv->pallocated_mp_xmitframe_buf) & 3); -+ -+ pmp_xmitframe = (struct mp_xmit_frame*)pmp_priv->pmp_xmtframe_buf; -+ -+ for (i = 0; i < NR_MP_XMITFRAME; i++) -+ { -+ _rtw_init_listhead(&pmp_xmitframe->list); -+ rtw_list_insert_tail(&pmp_xmitframe->list, &pmp_priv->free_mp_xmitqueue.queue); -+ -+ pmp_xmitframe->pkt = NULL; -+ pmp_xmitframe->frame_tag = MP_FRAMETAG; -+ pmp_xmitframe->padapter = pmp_priv->papdater; -+ -+ pmp_xmitframe++; -+ } -+ -+ pmp_priv->free_mp_xmitframe_cnt = NR_MP_XMITFRAME; -+ -+ res = _SUCCESS; -+ -+_exit_init_mp_priv: -+ -+ return res; -+} -+#endif -+ -+static void mp_init_xmit_attrib(struct mp_tx *pmptx, PADAPTER padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ struct pkt_attrib *pattrib; -+ -+ // init xmitframe attribute -+ pattrib = &pmptx->attrib; -+ _rtw_memset(pattrib, 0, sizeof(struct pkt_attrib)); -+ _rtw_memset(pmptx->desc, 0, TXDESC_SIZE); -+ -+ pattrib->ether_type = 0x8712; -+ #if 0 -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ #endif -+ _rtw_memset(pattrib->dst, 0xFF, ETH_ALEN); -+ -+// pattrib->dhcp_pkt = 0; -+// pattrib->pktlen = 0; -+ pattrib->ack_policy = 0; -+// pattrib->pkt_hdrlen = ETH_HLEN; -+ pattrib->hdrlen = WLAN_HDR_A3_LEN; -+ pattrib->subtype = WIFI_DATA; -+ pattrib->priority = 0; -+ pattrib->qsel = pattrib->priority; -+// do_queue_select(padapter, pattrib); -+ pattrib->nr_frags = 1; -+ pattrib->encrypt = 0; -+ pattrib->bswenc = _FALSE; -+ pattrib->qos_en = _FALSE; -+ -+ pattrib->pktlen = 1500; -+ -+#ifdef CONFIG_80211AC_VHT -+ if (pHalData->rf_type == RF_1T1R) -+ pattrib->raid = RATEID_IDX_VHT_1SS; -+ else if (pHalData->rf_type == RF_2T2R || pHalData->rf_type == RF_2T4R) -+ pattrib->raid = RATEID_IDX_VHT_2SS; -+ else if (pHalData->rf_type == RF_3T3R) -+ pattrib->raid = RATEID_IDX_VHT_3SS; -+ else -+ pattrib->raid = RATEID_IDX_BGN_40M_1SS; -+#endif -+} -+ -+s32 init_mp_priv(PADAPTER padapter) -+{ -+ struct mp_priv *pmppriv = &padapter->mppriv; -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ _init_mp_priv_(pmppriv); -+ pmppriv->papdater = padapter; -+ pmppriv->mp_dm =0; -+ pmppriv->tx.stop = 1; -+ pmppriv->bSetTxPower=0; //for manually set tx power -+ pmppriv->bTxBufCkFail=_FALSE; -+ pmppriv->pktInterval=0; -+ -+ mp_init_xmit_attrib(&pmppriv->tx, padapter); -+ -+ switch (padapter->registrypriv.rf_config) { -+ case RF_1T1R: -+ pmppriv->antenna_tx = ANTENNA_A; -+ pmppriv->antenna_rx = ANTENNA_A; -+ break; -+ case RF_1T2R: -+ default: -+ pmppriv->antenna_tx = ANTENNA_A; -+ pmppriv->antenna_rx = ANTENNA_AB; -+ break; -+ case RF_2T2R: -+ case RF_2T2R_GREEN: -+ pmppriv->antenna_tx = ANTENNA_AB; -+ pmppriv->antenna_rx = ANTENNA_AB; -+ break; -+ case RF_2T4R: -+ pmppriv->antenna_tx = ANTENNA_BC; -+ pmppriv->antenna_rx = ANTENNA_ABCD; -+ break; -+ } -+ -+ pHalData->AntennaRxPath = pmppriv->antenna_rx; -+ pHalData->AntennaTxPath = pmppriv->antenna_tx; -+ -+ return _SUCCESS; -+} -+ -+void free_mp_priv(struct mp_priv *pmp_priv) -+{ -+ if (pmp_priv->pallocated_mp_xmitframe_buf) { -+ rtw_mfree(pmp_priv->pallocated_mp_xmitframe_buf, 0); -+ pmp_priv->pallocated_mp_xmitframe_buf = NULL; -+ } -+ pmp_priv->pmp_xmtframe_buf = NULL; -+} -+ -+ -+static VOID PHY_IQCalibrate_default( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+ ) -+{ -+ DBG_871X("%s\n", __func__); -+} -+ -+static VOID PHY_LCCalibrate_default( -+ IN PADAPTER pAdapter -+ ) -+{ -+ DBG_871X("%s\n", __func__); -+} -+ -+static VOID PHY_SetRFPathSwitch_default( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bMain -+ ) -+{ -+ DBG_871X("%s\n", __func__); -+} -+ -+ -+void mpt_InitHWConfig(PADAPTER Adapter) -+{ -+ if (IS_HARDWARE_TYPE_8723B(Adapter)) { -+ // TODO: <20130114, Kordan> The following setting is only for DPDT and Fixed board type. -+ // TODO: A better solution is configure it according EFUSE during the run-time. -+ -+ PHY_SetMacReg(Adapter, 0x64, BIT20, 0x0); //0x66[4]=0 -+ PHY_SetMacReg(Adapter, 0x64, BIT24, 0x0); //0x66[8]=0 -+ PHY_SetMacReg(Adapter, 0x40, BIT4, 0x0); //0x40[4]=0 -+ PHY_SetMacReg(Adapter, 0x40, BIT3, 0x1); //0x40[3]=1 -+ PHY_SetMacReg(Adapter, 0x4C, BIT24, 0x1); //0x4C[24:23]=10 -+ PHY_SetMacReg(Adapter, 0x4C, BIT23, 0x0); //0x4C[24:23]=10 -+ PHY_SetBBReg(Adapter, 0x944, BIT1|BIT0, 0x3); //0x944[1:0]=11 -+ PHY_SetBBReg(Adapter, 0x930, bMaskByte0, 0x77); //0x930[7:0]=77 -+ PHY_SetMacReg(Adapter, 0x38, BIT11, 0x1); //0x38[11]=1 -+ -+ // TODO: <20130206, Kordan> The default setting is wrong, hard-coded here. -+ PHY_SetMacReg(Adapter, 0x778, 0x3, 0x3); // Turn off hardware PTA control (Asked by Scott) -+ PHY_SetMacReg(Adapter, 0x64, bMaskDWord, 0x36000000); //Fix BT S0/S1 -+ PHY_SetMacReg(Adapter, 0x948, bMaskDWord, 0x0); //Fix BT can't Tx -+ -+ /* <20130522, Kordan> Turn off equalizer to improve Rx sensitivity. (Asked by EEChou) */ -+ PHY_SetBBReg(Adapter, 0xA00, BIT8, 0x0); /*0xA01[0] = 0*/ -+ } else if (IS_HARDWARE_TYPE_8821(Adapter)) { -+ /* <20131121, VincentL> Add for 8821AU DPDT setting and fix switching antenna issue (Asked by Rock) -+ <20131122, VincentL> Enable for all 8821A/8811AU (Asked by Alex)*/ -+ PHY_SetMacReg(Adapter, 0x4C, BIT23, 0x0); /*0x4C[23:22]=01*/ -+ PHY_SetMacReg(Adapter, 0x4C, BIT22, 0x1); /*0x4C[23:22]=01*/ -+ } else if (IS_HARDWARE_TYPE_8188ES(Adapter)) -+ PHY_SetMacReg(Adapter, 0x4C , BIT23, 0); /*select DPDT_P and DPDT_N as output pin*/ -+#ifdef CONFIG_RTL8814A -+ else if (IS_HARDWARE_TYPE_8814A(Adapter)) -+ PlatformEFIOWrite2Byte(Adapter, REG_RXFLTMAP1_8814A, 0x2000); -+#endif -+ /* -+ else if(IS_HARDWARE_TYPE_8822B(Adapter)) -+ { -+ PlatformEFIOWrite2Byte(Adapter, REG_RXFLTMAP1_8822B, 0x2000); -+ }*/ -+} -+ -+#ifdef CONFIG_RTL8188E -+#define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8188E(a,b) -+#define PHY_LCCalibrate(a) PHY_LCCalibrate_8188E(&(GET_HAL_DATA(a)->odmpriv)) -+#define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8188E(a,b) -+#endif -+ -+#ifdef CONFIG_RTL8814A -+#define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8814A(&(GET_HAL_DATA(a)->odmpriv), b) -+#define PHY_LCCalibrate(a) PHY_LCCalibrate_8814A(&(GET_HAL_DATA(a)->odmpriv)) -+#define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8814A(a,b) -+#endif /* CONFIG_RTL8814A */ -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+/* -+#define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8812A(a,b) -+#define PHY_LCCalibrate(a) PHY_LCCalibrate_8812A(&(GET_HAL_DATA(a)->odmpriv)) -+#define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8812A(a,b) -+*/ -+ -+#ifndef CONFIG_RTL8812A -+#define PHY_IQCalibrate_8812A -+#define PHY_LCCalibrate_8812A -+#define PHY_SetRFPathSwitch_8812A -+#endif -+ -+#ifndef CONFIG_RTL8821A -+#define PHY_IQCalibrate_8821A -+#define PHY_LCCalibrate_8821A -+#define PHY_SetRFPathSwitch_8812A -+#endif -+ -+#define PHY_IQCalibrate(_Adapter, b) \ -+ IS_HARDWARE_TYPE_8812(_Adapter) ? PHY_IQCalibrate_8812A(_Adapter, b) : \ -+ IS_HARDWARE_TYPE_8821(_Adapter) ? PHY_IQCalibrate_8821A(&(GET_HAL_DATA(_Adapter)->odmpriv), b) : \ -+ PHY_IQCalibrate_default(_Adapter, b) -+ -+#define PHY_LCCalibrate(_Adapter) \ -+ IS_HARDWARE_TYPE_8812(_Adapter) ? PHY_LCCalibrate_8812A(&(GET_HAL_DATA(_Adapter)->odmpriv)) : \ -+ IS_HARDWARE_TYPE_8821(_Adapter) ? PHY_LCCalibrate_8821A(&(GET_HAL_DATA(_Adapter)->odmpriv)) : \ -+ PHY_LCCalibrate_default(_Adapter) -+ -+#define PHY_SetRFPathSwitch(_Adapter, b) \ -+ (IS_HARDWARE_TYPE_JAGUAR(_Adapter)) ? PHY_SetRFPathSwitch_8812A(_Adapter, b) : \ -+ PHY_SetRFPathSwitch_default(_Adapter, b) -+ -+#endif //#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+#ifdef CONFIG_RTL8192E -+#define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8192E(a,b) -+#define PHY_LCCalibrate(a) PHY_LCCalibrate_8192E(&(GET_HAL_DATA(a)->odmpriv)) -+#define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8192E(a,b) -+#endif //CONFIG_RTL8812A_8821A -+ -+#ifdef CONFIG_RTL8723B -+static void PHY_IQCalibrate(PADAPTER padapter, u8 bReCovery) -+{ -+ PHAL_DATA_TYPE pHalData; -+ u8 b2ant; //false:1ant, true:2-ant -+ u8 RF_Path; //0:S1, 1:S0 -+ -+ pHalData = GET_HAL_DATA(padapter); -+ b2ant = pHalData->EEPROMBluetoothAntNum==Ant_x2?_TRUE:_FALSE; -+ -+ PHY_IQCalibrate_8723B(padapter, bReCovery, _FALSE, b2ant, pHalData->ant_path); -+} -+ -+ -+#define PHY_LCCalibrate(a) PHY_LCCalibrate_8723B(&(GET_HAL_DATA(a)->odmpriv)) -+#define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8723B(a,b) -+#endif -+ -+#ifdef CONFIG_RTL8703B -+static void PHY_IQCalibrate(PADAPTER padapter, u8 bReCovery) -+{ -+ PHY_IQCalibrate_8703B(padapter, bReCovery); -+} -+ -+ -+#define PHY_LCCalibrate(a) PHY_LCCalibrate_8703B(&(GET_HAL_DATA(a)->odmpriv)) -+#define PHY_SetRFPathSwitch(a, b) -+#endif -+ -+#ifdef CONFIG_RTL8188F -+static void PHY_IQCalibrate(PADAPTER padapter, u8 bReCovery) -+{ -+ PHY_IQCalibrate_8188F(padapter, bReCovery, _FALSE); -+} -+ -+ -+#define PHY_LCCalibrate(a) PHY_LCCalibrate_8188F(&(GET_HAL_DATA(a)->odmpriv)) -+#define PHY_SetRFPathSwitch(a, b) PHY_SetRFPathSwitch_8188F(a, b) -+#endif -+ -+s32 -+MPT_InitializeAdapter( -+ IN PADAPTER pAdapter, -+ IN u8 Channel -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ s32 rtStatus = _SUCCESS; -+ PMPT_CONTEXT pMptCtx = &pAdapter->mppriv.MptCtx; -+ u32 ledsetting; -+ struct mlme_priv *pmlmepriv = &pAdapter->mlmepriv; -+ -+ pMptCtx->bMptDrvUnload = _FALSE; -+ pMptCtx->bMassProdTest = _FALSE; -+ pMptCtx->bMptIndexEven = _TRUE; //default gain index is -6.0db -+ pMptCtx->h2cReqNum = 0x0; -+ //init for BT MP -+#if defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8821A) -+ pMptCtx->bMPh2c_timeout = _FALSE; -+ pMptCtx->MptH2cRspEvent = _FALSE; -+ pMptCtx->MptBtC2hEvent = _FALSE; -+ _rtw_init_sema(&pMptCtx->MPh2c_Sema, 0); -+ _init_timer( &pMptCtx->MPh2c_timeout_timer, pAdapter->pnetdev, MPh2c_timeout_handle, pAdapter ); -+#endif -+ -+ mpt_InitHWConfig(pAdapter); -+ -+#ifdef CONFIG_RTL8723B -+ rtl8723b_InitAntenna_Selection(pAdapter); -+ if (IS_HARDWARE_TYPE_8723B(pAdapter)) -+ { -+ -+ /* <20130522, Kordan> Turn off equalizer to improve Rx sensitivity. (Asked by EEChou)*/ -+ PHY_SetBBReg(pAdapter, 0xA00, BIT8, 0x0); -+ PHY_SetRFPathSwitch(pAdapter, 1/*pHalData->bDefaultAntenna*/); /*default use Main*/ -+ /*<20130522, Kordan> 0x51 and 0x71 should be set immediately after path switched, or they might be overwritten. */ -+ if ((pHalData->PackageType == PACKAGE_TFBGA79) || (pHalData->PackageType == PACKAGE_TFBGA90)) -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, bRFRegOffsetMask, 0x6B10E); -+ else -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, bRFRegOffsetMask, 0x6B04E); -+ } -+ /*set ant to wifi side in mp mode*/ -+ rtw_write16(pAdapter, 0x870, 0x300); -+ rtw_write16(pAdapter, 0x860, 0x110); -+#endif -+ -+ pMptCtx->bMptWorkItemInProgress = _FALSE; -+ pMptCtx->CurrMptAct = NULL; -+ pMptCtx->MptRfPath = ODM_RF_PATH_A; -+ //------------------------------------------------------------------------- -+ // Don't accept any packets -+ rtw_write32(pAdapter, REG_RCR, 0); -+ -+ //ledsetting = rtw_read32(pAdapter, REG_LEDCFG0); -+ //rtw_write32(pAdapter, REG_LEDCFG0, ledsetting & ~LED0DIS); -+ -+ //rtw_write32(pAdapter, REG_LEDCFG0, 0x08080); -+ ledsetting = rtw_read32(pAdapter, REG_LEDCFG0); -+ -+ -+ PHY_LCCalibrate(pAdapter); -+ PHY_IQCalibrate(pAdapter, _FALSE); -+ //dm_CheckTXPowerTracking(&pHalData->odmpriv); //trigger thermal meter -+ -+ PHY_SetRFPathSwitch(pAdapter, 1/*pHalData->bDefaultAntenna*/); //default use Main -+ -+ pMptCtx->backup0xc50 = (u1Byte)PHY_QueryBBReg(pAdapter, rOFDM0_XAAGCCore1, bMaskByte0); -+ pMptCtx->backup0xc58 = (u1Byte)PHY_QueryBBReg(pAdapter, rOFDM0_XBAGCCore1, bMaskByte0); -+ pMptCtx->backup0xc30 = (u1Byte)PHY_QueryBBReg(pAdapter, rOFDM0_RxDetector1, bMaskByte0); -+ pMptCtx->backup0x52_RF_A = (u1Byte)PHY_QueryRFReg(pAdapter, RF_PATH_A, RF_0x52, 0x000F0); -+ pMptCtx->backup0x52_RF_B = (u1Byte)PHY_QueryRFReg(pAdapter, RF_PATH_B, RF_0x52, 0x000F0); -+#ifdef CONFIG_RTL8188E -+ rtw_write32(pAdapter, REG_MACID_NO_LINK_0, 0x0); -+ rtw_write32(pAdapter, REG_MACID_NO_LINK_1, 0x0); -+#endif -+ return rtStatus; -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: MPT_DeInitAdapter() -+ * -+ * Overview: Extra DeInitialization for Mass Production Test. -+ * -+ * Input: PADAPTER pAdapter -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 05/08/2007 MHC Create Version 0. -+ * 05/18/2007 MHC Add normal driver MPHalt code. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+MPT_DeInitAdapter( -+ IN PADAPTER pAdapter -+ ) -+{ -+ PMPT_CONTEXT pMptCtx = &pAdapter->mppriv.MptCtx; -+ -+ pMptCtx->bMptDrvUnload = _TRUE; -+ #if defined(CONFIG_RTL8723B) -+ _rtw_free_sema(&(pMptCtx->MPh2c_Sema)); -+ _cancel_timer_ex( &pMptCtx->MPh2c_timeout_timer); -+ #endif -+ #if defined(CONFIG_RTL8723B) -+ PHY_SetBBReg(pAdapter,0xA01, BIT0, 1); ///suggestion by jerry for MP Rx. -+ #endif -+#if 0 // for Windows -+ PlatformFreeWorkItem( &(pMptCtx->MptWorkItem) ); -+ -+ while(pMptCtx->bMptWorkItemInProgress) -+ { -+ if(NdisWaitEvent(&(pMptCtx->MptWorkItemEvent), 50)) -+ { -+ break; -+ } -+ } -+ NdisFreeSpinLock( &(pMptCtx->MptWorkItemSpinLock) ); -+#endif -+} -+ -+static u8 mpt_ProStartTest(PADAPTER padapter) -+{ -+ PMPT_CONTEXT pMptCtx = &padapter->mppriv.MptCtx; -+ -+ pMptCtx->bMassProdTest = _TRUE; -+ pMptCtx->bStartContTx = _FALSE; -+ pMptCtx->bCckContTx = _FALSE; -+ pMptCtx->bOfdmContTx = _FALSE; -+ pMptCtx->bSingleCarrier = _FALSE; -+ pMptCtx->bCarrierSuppression = _FALSE; -+ pMptCtx->bSingleTone = _FALSE; -+ -+ return _SUCCESS; -+} -+ -+/* -+ * General use -+ */ -+s32 SetPowerTracking(PADAPTER padapter, u8 enable) -+{ -+ -+ hal_mpt_SetPowerTracking(padapter, enable); -+ return 0; -+} -+ -+void GetPowerTracking(PADAPTER padapter, u8 *enable) -+{ -+ hal_mpt_GetPowerTracking(padapter, enable); -+} -+ -+static void disable_dm(PADAPTER padapter) -+{ -+ u8 v8; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ //3 1. disable firmware dynamic mechanism -+ // disable Power Training, Rate Adaptive -+ v8 = rtw_read8(padapter, REG_BCN_CTRL); -+ v8 &= ~EN_BCN_FUNCTION; -+ rtw_write8(padapter, REG_BCN_CTRL, v8); -+ -+ //3 2. disable driver dynamic mechanism -+ rtw_phydm_func_disable_all(padapter); -+ -+ // enable APK, LCK and IQK but disable power tracking -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = _FALSE; -+ rtw_phydm_func_set(padapter, ODM_RF_CALIBRATION); -+ -+//#ifdef CONFIG_BT_COEXIST -+// rtw_btcoex_Switch(padapter, 0); //remove for BT MP Down. -+//#endif -+} -+ -+ -+void MPT_PwrCtlDM(PADAPTER padapter, u32 bstart) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ if (bstart==1){ -+ DBG_871X("in MPT_PwrCtlDM start\n"); -+ rtw_phydm_func_set(padapter, ODM_RF_TX_PWR_TRACK | ODM_RF_CALIBRATION); -+ -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = _TRUE; -+ padapter->mppriv.mp_dm =1; -+ -+ }else{ -+ DBG_871X("in MPT_PwrCtlDM stop \n"); -+ disable_dm(padapter); -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = _FALSE; -+ padapter->mppriv.mp_dm = 0; -+ { -+ TXPWRTRACK_CFG c; -+ u1Byte chnl =0 ; -+ _rtw_memset(&c, 0, sizeof(TXPWRTRACK_CFG)); -+ ConfigureTxpowerTrack(pDM_Odm, &c); -+ ODM_ClearTxPowerTrackingState(pDM_Odm); -+ if (*c.ODM_TxPwrTrackSetPwr) { -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, ODM_RF_PATH_A, chnl); -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, ODM_RF_PATH_B, chnl); -+ } -+ } -+ } -+ -+} -+ -+ -+u32 mp_join(PADAPTER padapter,u8 mode) -+{ -+ WLAN_BSSID_EX bssid; -+ struct sta_info *psta; -+ u32 length; -+ u8 val8; -+ _irqL irqL; -+ s32 res = _SUCCESS; -+ -+ struct mp_priv *pmppriv = &padapter->mppriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *tgt_network = &pmlmepriv->cur_network; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ pwdev->iftype = NL80211_IFTYPE_ADHOC; -+#endif //#ifdef CONFIG_IOCTL_CFG80211 -+ // 1. initialize a new WLAN_BSSID_EX -+ _rtw_memset(&bssid, 0, sizeof(WLAN_BSSID_EX)); -+ DBG_8192C("%s ,pmppriv->network_macaddr=%x %x %x %x %x %x \n",__func__, -+ pmppriv->network_macaddr[0],pmppriv->network_macaddr[1],pmppriv->network_macaddr[2],pmppriv->network_macaddr[3],pmppriv->network_macaddr[4],pmppriv->network_macaddr[5]); -+ _rtw_memcpy(bssid.MacAddress, pmppriv->network_macaddr, ETH_ALEN); -+ -+ if( mode==WIFI_FW_ADHOC_STATE ){ -+ bssid.Ssid.SsidLength = strlen("mp_pseudo_adhoc"); -+ _rtw_memcpy(bssid.Ssid.Ssid, (u8*)"mp_pseudo_adhoc", bssid.Ssid.SsidLength); -+ bssid.InfrastructureMode = Ndis802_11IBSS; -+ bssid.NetworkTypeInUse = Ndis802_11DS; -+ bssid.IELength = 0; -+ bssid.Configuration.DSConfig=pmppriv->channel; -+ -+ }else if(mode==WIFI_FW_STATION_STATE){ -+ bssid.Ssid.SsidLength = strlen("mp_pseudo_STATION"); -+ _rtw_memcpy(bssid.Ssid.Ssid, (u8*)"mp_pseudo_STATION", bssid.Ssid.SsidLength); -+ bssid.InfrastructureMode = Ndis802_11Infrastructure; -+ bssid.NetworkTypeInUse = Ndis802_11DS; -+ bssid.IELength = 0; -+ } -+ -+ length = get_WLAN_BSSID_EX_sz(&bssid); -+ if (length % 4) -+ bssid.Length = ((length >> 2) + 1) << 2; //round up to multiple of 4 bytes. -+ else -+ bssid.Length = length; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ if (check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) -+ goto end_of_mp_start_test; -+ -+ //init mp_start_test status -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ rtw_disassoc_cmd(padapter, 500, _TRUE); -+ rtw_indicate_disconnect(padapter); -+ rtw_free_assoc_resources(padapter, 1); -+ } -+ pmppriv->prev_fw_state = get_fwstate(pmlmepriv); -+ pmlmepriv->fw_state = WIFI_MP_STATE; -+ -+ set_fwstate(pmlmepriv, _FW_UNDER_LINKING); -+ -+ //3 2. create a new psta for mp driver -+ //clear psta in the cur_network, if any -+ psta = rtw_get_stainfo(&padapter->stapriv, tgt_network->network.MacAddress); -+ if (psta) rtw_free_stainfo(padapter, psta); -+ -+ psta = rtw_alloc_stainfo(&padapter->stapriv, bssid.MacAddress); -+ if (psta == NULL) { -+ RT_TRACE(_module_mp_, _drv_err_, ("mp_start_test: Can't alloc sta_info!\n")); -+ pmlmepriv->fw_state = pmppriv->prev_fw_state; -+ res = _FAIL; -+ goto end_of_mp_start_test; -+ } -+ set_fwstate(pmlmepriv,WIFI_ADHOC_MASTER_STATE); -+ //3 3. join psudo AdHoc -+ tgt_network->join_res = 1; -+ tgt_network->aid = psta->aid = 1; -+ -+ _rtw_memcpy(&padapter->registrypriv.dev_network, &bssid, length); -+ rtw_update_registrypriv_dev_network(padapter); -+ _rtw_memcpy(&tgt_network->network,&padapter->registrypriv.dev_network, padapter->registrypriv.dev_network.Length); -+ _rtw_memcpy(pnetwork,&padapter->registrypriv.dev_network, padapter->registrypriv.dev_network.Length); -+ -+ rtw_indicate_connect(padapter); -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_LINKING); -+ set_fwstate(pmlmepriv,_FW_LINKED); -+ -+end_of_mp_start_test: -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ if(1) //(res == _SUCCESS) -+ { -+ // set MSR to WIFI_FW_ADHOC_STATE -+ if( mode==WIFI_FW_ADHOC_STATE ){ -+ -+ val8 = rtw_read8(padapter, MSR) & 0xFC; // 0x0102 -+ val8 |= WIFI_FW_ADHOC_STATE; -+ rtw_write8(padapter, MSR, val8); // Link in ad hoc network -+ } -+ else { -+ Set_MSR(padapter, WIFI_FW_STATION_STATE); -+ -+ DBG_8192C("%s , pmppriv->network_macaddr =%x %x %x %x %x %x\n",__func__, -+ pmppriv->network_macaddr[0],pmppriv->network_macaddr[1],pmppriv->network_macaddr[2],pmppriv->network_macaddr[3],pmppriv->network_macaddr[4],pmppriv->network_macaddr[5]); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, pmppriv->network_macaddr); -+ } -+ } -+ -+ return res; -+} -+//This function initializes the DUT to the MP test mode -+s32 mp_start_test(PADAPTER padapter) -+{ -+ struct mp_priv *pmppriv = &padapter->mppriv; -+ s32 res = _SUCCESS; -+ -+ padapter->registrypriv.mp_mode = 1; -+ -+ //3 disable dynamic mechanism -+ disable_dm(padapter); -+ #ifdef CONFIG_RTL8814A -+ rtl8814_InitHalDm(padapter); -+ #endif /* CONFIG_RTL8814A */ -+ #ifdef CONFIG_RTL8812A -+ rtl8812_InitHalDm(padapter); -+ #endif /* CONFIG_RTL8812A */ -+ #ifdef CONFIG_RTL8723B -+ rtl8723b_InitHalDm(padapter); -+ #endif /* CONFIG_RTL8723B */ -+ #ifdef CONFIG_RTL8703B -+ rtl8703b_InitHalDm(padapter); -+ #endif /* CONFIG_RTL8703B */ -+ #ifdef CONFIG_RTL8192E -+ rtl8192e_InitHalDm(padapter); -+ #endif -+ #ifdef CONFIG_RTL8188F -+ rtl8188f_InitHalDm(padapter); -+ #endif -+ -+ //3 0. update mp_priv -+ -+ if (padapter->registrypriv.rf_config == RF_MAX_TYPE) { -+// switch (phal->rf_type) { -+ switch (GET_RF_TYPE(padapter)) { -+ case RF_1T1R: -+ pmppriv->antenna_tx = ANTENNA_A; -+ pmppriv->antenna_rx = ANTENNA_A; -+ break; -+ case RF_1T2R: -+ default: -+ pmppriv->antenna_tx = ANTENNA_A; -+ pmppriv->antenna_rx = ANTENNA_AB; -+ break; -+ case RF_2T2R: -+ case RF_2T2R_GREEN: -+ pmppriv->antenna_tx = ANTENNA_AB; -+ pmppriv->antenna_rx = ANTENNA_AB; -+ break; -+ case RF_2T4R: -+ pmppriv->antenna_tx = ANTENNA_AB; -+ pmppriv->antenna_rx = ANTENNA_ABCD; -+ break; -+ } -+ } -+ -+ mpt_ProStartTest(padapter); -+ -+ mp_join(padapter,WIFI_FW_ADHOC_STATE); -+ -+ return res; -+} -+//------------------------------------------------------------------------------ -+//This function change the DUT from the MP test mode into normal mode -+void mp_stop_test(PADAPTER padapter) -+{ -+ struct mp_priv *pmppriv = &padapter->mppriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *tgt_network = &pmlmepriv->cur_network; -+ struct sta_info *psta; -+ -+ _irqL irqL; -+ -+ if(pmppriv->mode==MP_ON) -+ { -+ pmppriv->bSetTxPower=0; -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ if (check_fwstate(pmlmepriv, WIFI_MP_STATE) == _FALSE) -+ goto end_of_mp_stop_test; -+ -+ //3 1. disconnect psudo AdHoc -+ rtw_indicate_disconnect(padapter); -+ -+ //3 2. clear psta used in mp test mode. -+// rtw_free_assoc_resources(padapter, 1); -+ psta = rtw_get_stainfo(&padapter->stapriv, tgt_network->network.MacAddress); -+ if (psta) rtw_free_stainfo(padapter, psta); -+ -+ //3 3. return to normal state (default:station mode) -+ pmlmepriv->fw_state = pmppriv->prev_fw_state; // WIFI_STATION_STATE; -+ -+ //flush the cur_network -+ _rtw_memset(tgt_network, 0, sizeof(struct wlan_network)); -+ -+ _clr_fwstate_(pmlmepriv, WIFI_MP_STATE); -+ -+end_of_mp_stop_test: -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ #ifdef CONFIG_RTL8812A -+ rtl8812_InitHalDm(padapter); -+ #endif -+ #ifdef CONFIG_RTL8723B -+ rtl8723b_InitHalDm(padapter); -+ #endif -+ #ifdef CONFIG_RTL8703B -+ rtl8703b_InitHalDm(padapter); -+ #endif -+ #ifdef CONFIG_RTL8192E -+ rtl8192e_InitHalDm(padapter); -+ #endif -+ #ifdef CONFIG_RTL8188F -+ rtl8188f_InitHalDm(padapter); -+ #endif -+ } -+} -+/*---------------------------hal\rtl8192c\MPT_Phy.c---------------------------*/ -+#if 0 -+//#ifdef CONFIG_USB_HCI -+static VOID mpt_AdjustRFRegByRateByChan92CU(PADAPTER pAdapter, u8 RateIdx, u8 Channel, u8 BandWidthID) -+{ -+ u8 eRFPath; -+ u32 rfReg0x26; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ -+ if (RateIdx < MPT_RATE_6M) { // CCK rate,for 88cu -+ rfReg0x26 = 0xf400; -+ } -+ else if ((RateIdx >= MPT_RATE_6M) && (RateIdx <= MPT_RATE_54M)) {// OFDM rate,for 88cu -+ if ((4 == Channel) || (8 == Channel) || (12 == Channel)) -+ rfReg0x26 = 0xf000; -+ else if ((5 == Channel) || (7 == Channel) || (13 == Channel) || (14 == Channel)) -+ rfReg0x26 = 0xf400; -+ else -+ rfReg0x26 = 0x4f200; -+ } -+ else if ((RateIdx >= MPT_RATE_MCS0) && (RateIdx <= MPT_RATE_MCS15)) {// MCS 20M ,for 88cu // MCS40M rate,for 88cu -+ -+ if (CHANNEL_WIDTH_20 == BandWidthID) { -+ if ((4 == Channel) || (8 == Channel)) -+ rfReg0x26 = 0xf000; -+ else if ((5 == Channel) || (7 == Channel) || (13 == Channel) || (14 == Channel)) -+ rfReg0x26 = 0xf400; -+ else -+ rfReg0x26 = 0x4f200; -+ } -+ else{ -+ if ((4 == Channel) || (8 == Channel)) -+ rfReg0x26 = 0xf000; -+ else if ((5 == Channel) || (7 == Channel)) -+ rfReg0x26 = 0xf400; -+ else -+ rfReg0x26 = 0x4f200; -+ } -+ } -+ -+// RT_TRACE(COMP_CMD, DBG_LOUD, ("\n mpt_AdjustRFRegByRateByChan92CU():Chan:%d Rate=%d rfReg0x26:0x%08x\n",Channel, RateIdx,rfReg0x26)); -+ for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) { -+ write_rfreg(pAdapter, eRFPath, RF_SYN_G2, rfReg0x26); -+ } -+} -+#endif -+/*----------------------------------------------------------------------------- -+ * Function: mpt_SwitchRfSetting -+ * -+ * Overview: Change RF Setting when we siwthc channel/rate/BW for MP. -+ * -+ * Input: IN PADAPTER pAdapter -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 01/08/2009 MHC Suggestion from SD3 Willis for 92S series. -+ * 01/09/2009 MHC Add CCK modification for 40MHZ. Suggestion from SD3. -+ * -+ *---------------------------------------------------------------------------*/ -+static void mpt_SwitchRfSetting(PADAPTER pAdapter) -+{ -+ hal_mpt_SwitchRfSetting(pAdapter); -+ } -+ -+/*---------------------------hal\rtl8192c\MPT_Phy.c---------------------------*/ -+/*---------------------------hal\rtl8192c\MPT_HelperFunc.c---------------------------*/ -+static void MPT_CCKTxPowerAdjust(PADAPTER Adapter, BOOLEAN bInCH14) -+{ -+ hal_mpt_CCKTxPowerAdjust(Adapter, bInCH14); -+} -+ -+static void MPT_CCKTxPowerAdjustbyIndex(PADAPTER pAdapter, BOOLEAN beven) -+{ -+ hal_mpt_CCKTxPowerAdjustbyIndex(pAdapter, beven); -+ } -+ -+/*---------------------------hal\rtl8192c\MPT_HelperFunc.c---------------------------*/ -+ -+/* -+ * SetChannel -+ * Description -+ * Use H2C command to change channel, -+ * not only modify rf register, but also other setting need to be done. -+ */ -+void SetChannel(PADAPTER pAdapter) -+{ -+ hal_mpt_SetChannel(pAdapter); -+} -+ -+/* -+ * Notice -+ * Switch bandwitdth may change center frequency(channel) -+ */ -+void SetBandwidth(PADAPTER pAdapter) -+{ -+ hal_mpt_SetBandwidth(pAdapter); -+ -+} -+ -+void SetAntenna(PADAPTER pAdapter) -+{ -+ hal_mpt_SetAntenna(pAdapter); -+} -+ -+int SetTxPower(PADAPTER pAdapter) -+{ -+ -+ hal_mpt_SetTxPower(pAdapter); -+ return _TRUE; -+} -+ -+void SetTxAGCOffset(PADAPTER pAdapter, u32 ulTxAGCOffset) -+{ -+ u32 TxAGCOffset_B, TxAGCOffset_C, TxAGCOffset_D,tmpAGC; -+ -+ TxAGCOffset_B = (ulTxAGCOffset&0x000000ff); -+ TxAGCOffset_C = ((ulTxAGCOffset&0x0000ff00)>>8); -+ TxAGCOffset_D = ((ulTxAGCOffset&0x00ff0000)>>16); -+ -+ tmpAGC = (TxAGCOffset_D<<8 | TxAGCOffset_C<<4 | TxAGCOffset_B); -+ write_bbreg(pAdapter, rFPGA0_TxGainStage, -+ (bXBTxAGC|bXCTxAGC|bXDTxAGC), tmpAGC); -+} -+ -+void SetDataRate(PADAPTER pAdapter) -+{ -+ hal_mpt_SetDataRate(pAdapter); -+} -+ -+void MP_PHY_SetRFPathSwitch(PADAPTER pAdapter ,BOOLEAN bMain) -+{ -+ -+ PHY_SetRFPathSwitch(pAdapter, bMain); -+ -+} -+ -+ -+s32 SetThermalMeter(PADAPTER pAdapter, u8 target_ther) -+{ -+ return hal_mpt_SetThermalMeter(pAdapter, target_ther); -+} -+ -+static void TriggerRFThermalMeter(PADAPTER pAdapter) -+{ -+ hal_mpt_TriggerRFThermalMeter(pAdapter); -+} -+ -+static u8 ReadRFThermalMeter(PADAPTER pAdapter) -+{ -+ return hal_mpt_ReadRFThermalMeter(pAdapter); -+} -+ -+void GetThermalMeter(PADAPTER pAdapter, u8 *value) -+{ -+ hal_mpt_GetThermalMeter(pAdapter, value); -+} -+ -+void SetSingleCarrierTx(PADAPTER pAdapter, u8 bStart) -+{ -+ PhySetTxPowerLevel(pAdapter); -+ hal_mpt_SetSingleCarrierTx(pAdapter, bStart); -+} -+ -+void SetSingleToneTx(PADAPTER pAdapter, u8 bStart) -+{ -+ PhySetTxPowerLevel(pAdapter); -+ hal_mpt_SetSingleToneTx(pAdapter, bStart); -+} -+ -+void SetCarrierSuppressionTx(PADAPTER pAdapter, u8 bStart) -+{ -+ PhySetTxPowerLevel(pAdapter); -+ hal_mpt_SetCarrierSuppressionTx(pAdapter, bStart); -+} -+ -+void SetCCKContinuousTx(PADAPTER pAdapter, u8 bStart) -+{ -+ PhySetTxPowerLevel(pAdapter); -+ hal_mpt_SetCCKContinuousTx(pAdapter, bStart); -+} -+ -+void SetOFDMContinuousTx(PADAPTER pAdapter, u8 bStart) -+{ -+ PhySetTxPowerLevel(pAdapter); -+ hal_mpt_SetOFDMContinuousTx(pAdapter, bStart); -+}/* mpt_StartOfdmContTx */ -+ -+void SetContinuousTx(PADAPTER pAdapter, u8 bStart) -+{ -+ PhySetTxPowerLevel(pAdapter); -+ hal_mpt_SetContinuousTx(pAdapter, bStart); -+} -+ -+ -+void PhySetTxPowerLevel(PADAPTER pAdapter) -+{ -+ struct mp_priv *pmp_priv = &pAdapter->mppriv; -+ -+ if (pmp_priv->bSetTxPower==0) // for NO manually set power index -+ { -+#ifdef CONFIG_RTL8188E -+ PHY_SetTxPowerLevel8188E(pAdapter,pmp_priv->channel); -+#endif -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ PHY_SetTxPowerLevel8812(pAdapter,pmp_priv->channel); -+#endif -+#if defined(CONFIG_RTL8192E) -+ PHY_SetTxPowerLevel8192E(pAdapter,pmp_priv->channel); -+#endif -+#if defined(CONFIG_RTL8723B) -+ PHY_SetTxPowerLevel8723B(pAdapter,pmp_priv->channel); -+#endif -+#if defined(CONFIG_RTL8188F) -+ PHY_SetTxPowerLevel8188F(pAdapter, pmp_priv->channel); -+#endif -+ mpt_ProQueryCalTxPower(pAdapter,pmp_priv->antenna_tx); -+ -+ } -+} -+ -+//------------------------------------------------------------------------------ -+static void dump_mpframe(PADAPTER padapter, struct xmit_frame *pmpframe) -+{ -+ rtw_hal_mgnt_xmit(padapter, pmpframe); -+} -+ -+static struct xmit_frame *alloc_mp_xmitframe(struct xmit_priv *pxmitpriv) -+{ -+ struct xmit_frame *pmpframe; -+ struct xmit_buf *pxmitbuf; -+ -+ if ((pmpframe = rtw_alloc_xmitframe(pxmitpriv)) == NULL) -+ { -+ return NULL; -+ } -+ -+ if ((pxmitbuf = rtw_alloc_xmitbuf(pxmitpriv)) == NULL) -+ { -+ rtw_free_xmitframe(pxmitpriv, pmpframe); -+ return NULL; -+ } -+ -+ pmpframe->frame_tag = MP_FRAMETAG; -+ -+ pmpframe->pxmitbuf = pxmitbuf; -+ -+ pmpframe->buf_addr = pxmitbuf->pbuf; -+ -+ pxmitbuf->priv_data = pmpframe; -+ -+ return pmpframe; -+ -+} -+ -+static thread_return mp_xmit_packet_thread(thread_context context) -+{ -+ struct xmit_frame *pxmitframe; -+ struct mp_tx *pmptx; -+ struct mp_priv *pmp_priv; -+ struct xmit_priv *pxmitpriv; -+ PADAPTER padapter; -+ -+ pmp_priv = (struct mp_priv *)context; -+ pmptx = &pmp_priv->tx; -+ padapter = pmp_priv->papdater; -+ pxmitpriv = &(padapter->xmitpriv); -+ -+ thread_enter("RTW_MP_THREAD"); -+ -+ DBG_871X("%s:pkTx Start\n", __func__); -+ while (1) { -+ pxmitframe = alloc_mp_xmitframe(pxmitpriv); -+ if (pxmitframe == NULL) { -+ if (pmptx->stop || -+ RTW_CANNOT_RUN(padapter)) { -+ goto exit; -+ } -+ else { -+ rtw_usleep_os(10); -+ continue; -+ } -+ } -+ _rtw_memcpy((u8 *)(pxmitframe->buf_addr+TXDESC_OFFSET), pmptx->buf, pmptx->write_size); -+ _rtw_memcpy(&(pxmitframe->attrib), &(pmptx->attrib), sizeof(struct pkt_attrib)); -+ -+ -+ rtw_usleep_os(padapter->mppriv.pktInterval); -+ dump_mpframe(padapter, pxmitframe); -+ -+ pmptx->sended++; -+ pmp_priv->tx_pktcount++; -+ -+ if (pmptx->stop || -+ RTW_CANNOT_RUN(padapter)) -+ goto exit; -+ if ((pmptx->count != 0) && -+ (pmptx->count == pmptx->sended)) -+ goto exit; -+ -+ flush_signals_thread(); -+ } -+ -+exit: -+ //DBG_871X("%s:pkTx Exit\n", __func__); -+ rtw_mfree(pmptx->pallocated_buf, pmptx->buf_size); -+ pmptx->pallocated_buf = NULL; -+ pmptx->stop = 1; -+ -+ thread_exit(); -+} -+ -+void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); -+} -+ -+#if defined(CONFIG_RTL8188E) -+void fill_tx_desc_8188e(PADAPTER padapter) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ struct tx_desc *desc = (struct tx_desc *)&(pmp_priv->tx.desc); -+ struct pkt_attrib *pattrib = &(pmp_priv->tx.attrib); -+ u32 pkt_size = pattrib->last_txcmdsz; -+ s32 bmcast = IS_MCAST(pattrib->ra); -+// offset 0 -+#if !defined(CONFIG_RTL8188E_SDIO) && !defined(CONFIG_PCI_HCI) -+ desc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); -+ desc->txdw0 |= cpu_to_le32(pkt_size & 0x0000FFFF); // packet size -+ desc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << OFFSET_SHT) & 0x00FF0000); //32 bytes for TX Desc -+ if (bmcast) desc->txdw0 |= cpu_to_le32(BMC); // broadcast packet -+ -+ desc->txdw1 |= cpu_to_le32((0x01 << 26) & 0xff000000); -+#endif -+ -+ desc->txdw1 |= cpu_to_le32((pattrib->mac_id) & 0x3F); //CAM_ID(MAC_ID) -+ desc->txdw1 |= cpu_to_le32((pattrib->qsel << QSEL_SHT) & 0x00001F00); // Queue Select, TID -+ desc->txdw1 |= cpu_to_le32((pattrib->raid << RATE_ID_SHT) & 0x000F0000); // Rate Adaptive ID -+ // offset 8 -+ // desc->txdw2 |= cpu_to_le32(AGG_BK);//AGG BK -+ -+ desc->txdw3 |= cpu_to_le32((pattrib->seqnum<<16)&0x0fff0000); -+ desc->txdw4 |= cpu_to_le32(HW_SSN); -+ -+ desc->txdw4 |= cpu_to_le32(USERATE); -+ desc->txdw4 |= cpu_to_le32(DISDATAFB); -+ -+ if( pmp_priv->preamble ){ -+ if (pmp_priv->rateidx <= MPT_RATE_54M) -+ desc->txdw4 |= cpu_to_le32(DATA_SHORT); // CCK Short Preamble -+ } -+ -+ if (pmp_priv->bandwidth == CHANNEL_WIDTH_40) -+ desc->txdw4 |= cpu_to_le32(DATA_BW); -+ -+ // offset 20 -+ desc->txdw5 |= cpu_to_le32(pmp_priv->rateidx & 0x0000001F); -+ -+ if( pmp_priv->preamble ){ -+ if (pmp_priv->rateidx > MPT_RATE_54M) -+ desc->txdw5 |= cpu_to_le32(SGI); // MCS Short Guard Interval -+ } -+ -+ desc->txdw5 |= cpu_to_le32(RTY_LMT_EN); // retry limit enable -+ desc->txdw5 |= cpu_to_le32(0x00180000); // DATA/RTS Rate Fallback Limit -+ -+ -+} -+#endif -+ -+#if defined(CONFIG_RTL8814A) -+void fill_tx_desc_8814a(PADAPTER padapter) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ u8 *pDesc = (u8 *)&(pmp_priv->tx.desc); -+ struct pkt_attrib *pattrib = &(pmp_priv->tx.attrib); -+ -+ u32 pkt_size = pattrib->last_txcmdsz; -+ s32 bmcast = IS_MCAST(pattrib->ra); -+ u8 data_rate,pwr_status,offset; -+ -+ //SET_TX_DESC_FIRST_SEG_8814A(pDesc, 1); -+ SET_TX_DESC_LAST_SEG_8814A(pDesc, 1); -+ //SET_TX_DESC_OWN_(pDesc, 1); -+ -+ SET_TX_DESC_PKT_SIZE_8814A(pDesc, pkt_size); -+ -+ offset = TXDESC_SIZE + OFFSET_SZ; -+ -+ SET_TX_DESC_OFFSET_8814A(pDesc, offset); -+#if defined(CONFIG_PCI_HCI) -+ SET_TX_DESC_PKT_OFFSET_8814A(pDesc, 0); /* 8814AE pkt_offset is 0 */ -+#else -+ SET_TX_DESC_PKT_OFFSET_8814A(pDesc, 1); -+#endif -+ -+ if (bmcast) { -+ SET_TX_DESC_BMC_8814A(pDesc, 1); -+ } -+ -+ SET_TX_DESC_MACID_8814A(pDesc, pattrib->mac_id); -+ SET_TX_DESC_RATE_ID_8814A(pDesc, pattrib->raid); -+ -+ //SET_TX_DESC_RATE_ID_8812(pDesc, RATEID_IDX_G); -+ SET_TX_DESC_QUEUE_SEL_8814A(pDesc, pattrib->qsel); -+ //SET_TX_DESC_QUEUE_SEL_8812(pDesc, QSLT_MGNT); -+ -+ if ( pmp_priv->preamble ){ -+ SET_TX_DESC_DATA_SHORT_8814A(pDesc, 1); -+ } -+ -+ if (!pattrib->qos_en) { -+ SET_TX_DESC_HWSEQ_EN_8814A(pDesc, 1); // Hw set sequence number -+ } else { -+ SET_TX_DESC_SEQ_8814A(pDesc, pattrib->seqnum); -+ } -+ -+ if (pmp_priv->bandwidth <= CHANNEL_WIDTH_160) { -+ SET_TX_DESC_DATA_BW_8814A(pDesc, pmp_priv->bandwidth); -+ } else { -+ DBG_871X("%s:Err: unknown bandwidth %d, use 20M\n", __func__,pmp_priv->bandwidth); -+ SET_TX_DESC_DATA_BW_8814A(pDesc, CHANNEL_WIDTH_20); -+ } -+ -+ SET_TX_DESC_DISABLE_FB_8814A(pDesc, 1); -+ SET_TX_DESC_USE_RATE_8814A(pDesc, 1); -+ SET_TX_DESC_TX_RATE_8814A(pDesc, pmp_priv->rateidx); -+ -+} -+#endif -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+void fill_tx_desc_8812a(PADAPTER padapter) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ u8 *pDesc = (u8 *)&(pmp_priv->tx.desc); -+ struct pkt_attrib *pattrib = &(pmp_priv->tx.attrib); -+ -+ u32 pkt_size = pattrib->last_txcmdsz; -+ s32 bmcast = IS_MCAST(pattrib->ra); -+ u8 data_rate,pwr_status,offset; -+ -+ SET_TX_DESC_FIRST_SEG_8812(pDesc, 1); -+ SET_TX_DESC_LAST_SEG_8812(pDesc, 1); -+ SET_TX_DESC_OWN_8812(pDesc, 1); -+ -+ SET_TX_DESC_PKT_SIZE_8812(pDesc, pkt_size); -+ -+ offset = TXDESC_SIZE + OFFSET_SZ; -+ -+ SET_TX_DESC_OFFSET_8812(pDesc, offset); -+ -+#if defined(CONFIG_PCI_HCI) -+ SET_TX_DESC_PKT_OFFSET_8812(pDesc, 0); -+#else -+ SET_TX_DESC_PKT_OFFSET_8812(pDesc, 1); -+#endif -+ if (bmcast) { -+ SET_TX_DESC_BMC_8812(pDesc, 1); -+ } -+ -+ SET_TX_DESC_MACID_8812(pDesc, pattrib->mac_id); -+ SET_TX_DESC_RATE_ID_8812(pDesc, pattrib->raid); -+ -+ //SET_TX_DESC_RATE_ID_8812(pDesc, RATEID_IDX_G); -+ SET_TX_DESC_QUEUE_SEL_8812(pDesc, pattrib->qsel); -+ //SET_TX_DESC_QUEUE_SEL_8812(pDesc, QSLT_MGNT); -+ -+ if (!pattrib->qos_en) { -+ SET_TX_DESC_HWSEQ_EN_8812(pDesc, 1); // Hw set sequence number -+ } else { -+ SET_TX_DESC_SEQ_8812(pDesc, pattrib->seqnum); -+ } -+ -+ if (pmp_priv->bandwidth <= CHANNEL_WIDTH_160) { -+ SET_TX_DESC_DATA_BW_8812(pDesc, pmp_priv->bandwidth); -+ } else { -+ DBG_871X("%s:Err: unknown bandwidth %d, use 20M\n", __func__,pmp_priv->bandwidth); -+ SET_TX_DESC_DATA_BW_8812(pDesc, CHANNEL_WIDTH_20); -+ } -+ -+ SET_TX_DESC_DISABLE_FB_8812(pDesc, 1); -+ SET_TX_DESC_USE_RATE_8812(pDesc, 1); -+ SET_TX_DESC_TX_RATE_8812(pDesc, pmp_priv->rateidx); -+ -+} -+#endif -+#if defined(CONFIG_RTL8192E) -+void fill_tx_desc_8192e(PADAPTER padapter) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ u8 *pDesc = (u8 *)&(pmp_priv->tx.desc); -+ struct pkt_attrib *pattrib = &(pmp_priv->tx.attrib); -+ -+ u32 pkt_size = pattrib->last_txcmdsz; -+ s32 bmcast = IS_MCAST(pattrib->ra); -+ u8 data_rate,pwr_status,offset; -+ -+ -+ SET_TX_DESC_PKT_SIZE_92E(pDesc, pkt_size); -+ -+ offset = TXDESC_SIZE + OFFSET_SZ; -+ -+ SET_TX_DESC_OFFSET_92E(pDesc, offset); -+ #if defined(CONFIG_PCI_HCI) /* 8192EE */ -+ -+ SET_TX_DESC_PKT_OFFSET_92E(pDesc, 0); /* 8192EE pkt_offset is 0 */ -+ #else /* 8192EU 8192ES */ -+ SET_TX_DESC_PKT_OFFSET_92E(pDesc, 1); -+ #endif -+ -+ if (bmcast) { -+ SET_TX_DESC_BMC_92E(pDesc, 1); -+ } -+ -+ SET_TX_DESC_MACID_92E(pDesc, pattrib->mac_id); -+ SET_TX_DESC_RATE_ID_92E(pDesc, pattrib->raid); -+ -+ -+ SET_TX_DESC_QUEUE_SEL_92E(pDesc, pattrib->qsel); -+ //SET_TX_DESC_QUEUE_SEL_8812(pDesc, QSLT_MGNT); -+ -+ if (!pattrib->qos_en) { -+ SET_TX_DESC_EN_HWSEQ_92E(pDesc, 1);// Hw set sequence number -+ SET_TX_DESC_HWSEQ_SEL_92E(pDesc, pattrib->hw_ssn_sel); -+ } else { -+ SET_TX_DESC_SEQ_92E(pDesc, pattrib->seqnum); -+ } -+ -+ if ((pmp_priv->bandwidth == CHANNEL_WIDTH_20) || (pmp_priv->bandwidth == CHANNEL_WIDTH_40)) { -+ SET_TX_DESC_DATA_BW_92E(pDesc, pmp_priv->bandwidth); -+ } else { -+ DBG_871X("%s:Err: unknown bandwidth %d, use 20M\n", __func__,pmp_priv->bandwidth); -+ SET_TX_DESC_DATA_BW_92E(pDesc, CHANNEL_WIDTH_20); -+ } -+ -+ //SET_TX_DESC_DATA_SC_92E(pDesc, SCMapping_92E(padapter,pattrib)); -+ -+ SET_TX_DESC_DISABLE_FB_92E(pDesc, 1); -+ SET_TX_DESC_USE_RATE_92E(pDesc, 1); -+ SET_TX_DESC_TX_RATE_92E(pDesc, pmp_priv->rateidx); -+ -+} -+#endif -+ -+#if defined(CONFIG_RTL8723B) -+void fill_tx_desc_8723b(PADAPTER padapter) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ struct pkt_attrib *pattrib = &(pmp_priv->tx.attrib); -+ u8 *ptxdesc = pmp_priv->tx.desc; -+ -+ SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); -+ SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); -+ SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); -+ -+ SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); -+ SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); -+ SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); -+ SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); -+ SET_TX_DESC_DISABLE_FB_8723B(ptxdesc, 1); -+ -+ if (pmp_priv->preamble) -+ if (pmp_priv->rateidx <= MPT_RATE_54M) { -+ SET_TX_DESC_DATA_SHORT_8723B(ptxdesc, 1); -+ } -+ -+ if (pmp_priv->bandwidth == CHANNEL_WIDTH_40) { -+ SET_TX_DESC_DATA_BW_8723B(ptxdesc, 1); -+ } -+ -+ SET_TX_DESC_TX_RATE_8723B(ptxdesc, pmp_priv->rateidx); -+ -+ SET_TX_DESC_DATA_RATE_FB_LIMIT_8723B(ptxdesc, 0x1F); -+ SET_TX_DESC_RTS_RATE_FB_LIMIT_8723B(ptxdesc, 0xF); -+} -+#endif -+ -+#if defined(CONFIG_RTL8703B) -+void fill_tx_desc_8703b(PADAPTER padapter) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ struct pkt_attrib *pattrib = &(pmp_priv->tx.attrib); -+ u8 *ptxdesc = pmp_priv->tx.desc; -+ -+ SET_TX_DESC_AGG_BREAK_8703B(ptxdesc, 1); -+ SET_TX_DESC_MACID_8703B(ptxdesc, pattrib->mac_id); -+ SET_TX_DESC_QUEUE_SEL_8703B(ptxdesc, pattrib->qsel); -+ -+ SET_TX_DESC_RATE_ID_8703B(ptxdesc, pattrib->raid); -+ SET_TX_DESC_SEQ_8703B(ptxdesc, pattrib->seqnum); -+ SET_TX_DESC_HWSEQ_EN_8703B(ptxdesc, 1); -+ SET_TX_DESC_USE_RATE_8703B(ptxdesc, 1); -+ SET_TX_DESC_DISABLE_FB_8703B(ptxdesc, 1); -+ -+ if (pmp_priv->preamble) { -+ if (pmp_priv->rateidx <= MPT_RATE_54M) -+ SET_TX_DESC_DATA_SHORT_8703B(ptxdesc, 1); -+ } -+ -+ if (pmp_priv->bandwidth == CHANNEL_WIDTH_40) -+ SET_TX_DESC_DATA_BW_8703B(ptxdesc, 1); -+ -+ SET_TX_DESC_TX_RATE_8703B(ptxdesc, pmp_priv->rateidx); -+ -+ SET_TX_DESC_DATA_RATE_FB_LIMIT_8703B(ptxdesc, 0x1F); -+ SET_TX_DESC_RTS_RATE_FB_LIMIT_8703B(ptxdesc, 0xF); -+} -+#endif -+ -+#if defined(CONFIG_RTL8188F) -+void fill_tx_desc_8188f(PADAPTER padapter) -+{ -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ struct pkt_attrib *pattrib = &(pmp_priv->tx.attrib); -+ u8 *ptxdesc = pmp_priv->tx.desc; -+ -+ SET_TX_DESC_AGG_BREAK_8188F(ptxdesc, 1); -+ SET_TX_DESC_MACID_8188F(ptxdesc, pattrib->mac_id); -+ SET_TX_DESC_QUEUE_SEL_8188F(ptxdesc, pattrib->qsel); -+ -+ SET_TX_DESC_RATE_ID_8188F(ptxdesc, pattrib->raid); -+ SET_TX_DESC_SEQ_8188F(ptxdesc, pattrib->seqnum); -+ SET_TX_DESC_HWSEQ_EN_8188F(ptxdesc, 1); -+ SET_TX_DESC_USE_RATE_8188F(ptxdesc, 1); -+ SET_TX_DESC_DISABLE_FB_8188F(ptxdesc, 1); -+ -+ if (pmp_priv->preamble) -+ if (pmp_priv->rateidx <= MPT_RATE_54M) -+ SET_TX_DESC_DATA_SHORT_8188F(ptxdesc, 1); -+ -+ if (pmp_priv->bandwidth == CHANNEL_WIDTH_40) -+ SET_TX_DESC_DATA_BW_8188F(ptxdesc, 1); -+ -+ SET_TX_DESC_TX_RATE_8188F(ptxdesc, pmp_priv->rateidx); -+ -+ SET_TX_DESC_DATA_RATE_FB_LIMIT_8188F(ptxdesc, 0x1F); -+ SET_TX_DESC_RTS_RATE_FB_LIMIT_8188F(ptxdesc, 0xF); -+} -+#endif -+ -+static void Rtw_MPSetMacTxEDCA(PADAPTER padapter) -+{ -+ -+ rtw_write32(padapter, 0x508 , 0x00a422); //Disable EDCA BE Txop for MP pkt tx adjust Packet interval -+ //DBG_871X("%s:write 0x508~~~~~~ 0x%x\n", __func__,rtw_read32(padapter, 0x508)); -+ PHY_SetMacReg(padapter, 0x458 ,bMaskDWord , 0x0); -+ //DBG_8192C("%s()!!!!! 0x460 = 0x%x\n" ,__func__,PHY_QueryBBReg(padapter, 0x460, bMaskDWord)); -+ PHY_SetMacReg(padapter, 0x460 ,bMaskLWord , 0x0);//fast EDCA queue packet interval & time out vaule -+ //PHY_SetMacReg(padapter, ODM_EDCA_VO_PARAM ,bMaskLWord , 0x431C); -+ //PHY_SetMacReg(padapter, ODM_EDCA_BE_PARAM ,bMaskLWord , 0x431C); -+ //PHY_SetMacReg(padapter, ODM_EDCA_BK_PARAM ,bMaskLWord , 0x431C); -+ DBG_8192C("%s()!!!!! 0x460 = 0x%x\n" ,__func__,PHY_QueryBBReg(padapter, 0x460, bMaskDWord)); -+ -+} -+ -+void SetPacketTx(PADAPTER padapter) -+{ -+ u8 *ptr, *pkt_start, *pkt_end,*fctrl; -+ u32 pkt_size,offset,startPlace,i; -+ struct rtw_ieee80211_hdr *hdr; -+ u8 payload; -+ s32 bmcast; -+ struct pkt_attrib *pattrib; -+ struct mp_priv *pmp_priv; -+ -+ pmp_priv = &padapter->mppriv; -+ -+ if (pmp_priv->tx.stop) return; -+ pmp_priv->tx.sended = 0; -+ pmp_priv->tx.stop = 0; -+ pmp_priv->tx_pktcount = 0; -+ -+ //3 1. update_attrib() -+ pattrib = &pmp_priv->tx.attrib; -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ bmcast = IS_MCAST(pattrib->ra); -+ if (bmcast) { -+ pattrib->mac_id = 1; -+ pattrib->psta = rtw_get_bcmc_stainfo(padapter); -+ } else { -+ pattrib->mac_id = 0; -+ pattrib->psta = rtw_get_stainfo(&padapter->stapriv, get_bssid(&padapter->mlmepriv)); -+ } -+ pattrib->mbssid = 0; -+ -+ pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->pktlen; -+ -+ //3 2. allocate xmit buffer -+ pkt_size = pattrib->last_txcmdsz; -+ -+ if (pmp_priv->tx.pallocated_buf) -+ rtw_mfree(pmp_priv->tx.pallocated_buf, pmp_priv->tx.buf_size); -+ pmp_priv->tx.write_size = pkt_size; -+ pmp_priv->tx.buf_size = pkt_size + XMITBUF_ALIGN_SZ; -+ pmp_priv->tx.pallocated_buf = rtw_zmalloc(pmp_priv->tx.buf_size); -+ if (pmp_priv->tx.pallocated_buf == NULL) { -+ DBG_871X("%s: malloc(%d) fail!!\n", __func__, pmp_priv->tx.buf_size); -+ return; -+ } -+ pmp_priv->tx.buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pmp_priv->tx.pallocated_buf), XMITBUF_ALIGN_SZ); -+ ptr = pmp_priv->tx.buf; -+ -+ _rtw_memset(pmp_priv->tx.desc, 0, TXDESC_SIZE); -+ pkt_start = ptr; -+ pkt_end = pkt_start + pkt_size; -+ -+ //3 3. init TX descriptor -+#if defined(CONFIG_RTL8188E) -+ if(IS_HARDWARE_TYPE_8188E(padapter)) -+ fill_tx_desc_8188e(padapter); -+#endif -+ -+#if defined(CONFIG_RTL8814A) -+ if(IS_HARDWARE_TYPE_8814A(padapter)) -+ fill_tx_desc_8814a(padapter); -+#endif /* defined(CONFIG_RTL8814A) */ -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ if(IS_HARDWARE_TYPE_8812(padapter) || IS_HARDWARE_TYPE_8821(padapter)) -+ fill_tx_desc_8812a(padapter); -+#endif -+ -+#if defined(CONFIG_RTL8192E) -+ if(IS_HARDWARE_TYPE_8192E(padapter)) -+ fill_tx_desc_8192e(padapter); -+#endif -+#if defined(CONFIG_RTL8723B) -+ if(IS_HARDWARE_TYPE_8723B(padapter)) -+ fill_tx_desc_8723b(padapter); -+#endif -+#if defined(CONFIG_RTL8703B) -+ if (IS_HARDWARE_TYPE_8703B(padapter)) -+ fill_tx_desc_8703b(padapter); -+#endif -+ -+#if defined(CONFIG_RTL8188F) -+ if (IS_HARDWARE_TYPE_8188F(padapter)) -+ fill_tx_desc_8188f(padapter); -+#endif -+ -+ //3 4. make wlan header, make_wlanhdr() -+ hdr = (struct rtw_ieee80211_hdr *)pkt_start; -+ SetFrameSubType(&hdr->frame_ctl, pattrib->subtype); -+ // -+ SetFrDs(&hdr->frame_ctl); -+ _rtw_memcpy(hdr->addr1, pattrib->dst, ETH_ALEN); // DA -+ _rtw_memcpy(hdr->addr2, pattrib->src, ETH_ALEN); // SA -+ _rtw_memcpy(hdr->addr3, get_bssid(&padapter->mlmepriv), ETH_ALEN); // RA, BSSID -+ -+ //3 5. make payload -+ ptr = pkt_start + pattrib->hdrlen; -+ -+ switch (pmp_priv->tx.payload) { -+ case 0: -+ payload = 0x00; -+ break; -+ case 1: -+ payload = 0x5a; -+ break; -+ case 2: -+ payload = 0xa5; -+ break; -+ case 3: -+ payload = 0xff; -+ break; -+ default: -+ payload = 0x00; -+ break; -+ } -+ pmp_priv->TXradomBuffer = rtw_zmalloc(4096); -+ if(pmp_priv->TXradomBuffer == NULL) -+ { -+ DBG_871X("mp create random buffer fail!\n"); -+ goto exit; -+ } -+ -+ -+ for(i=0;i<4096;i++) -+ pmp_priv->TXradomBuffer[i] = rtw_random32() %0xFF; -+ -+ //startPlace = (u32)(rtw_random32() % 3450); -+ _rtw_memcpy(ptr, pmp_priv->TXradomBuffer,pkt_end - ptr); -+ //_rtw_memset(ptr, payload, pkt_end - ptr); -+ rtw_mfree(pmp_priv->TXradomBuffer,4096); -+ -+ //3 6. start thread -+#ifdef PLATFORM_LINUX -+ pmp_priv->tx.PktTxThread = kthread_run(mp_xmit_packet_thread, pmp_priv, "RTW_MP_THREAD"); -+ if (IS_ERR(pmp_priv->tx.PktTxThread)) -+ DBG_871X("Create PktTx Thread Fail !!!!!\n"); -+#endif -+#ifdef PLATFORM_FREEBSD -+{ -+ struct proc *p; -+ struct thread *td; -+ pmp_priv->tx.PktTxThread = kproc_kthread_add(mp_xmit_packet_thread, pmp_priv, -+ &p, &td, RFHIGHPID, 0, "MPXmitThread", "MPXmitThread"); -+ -+ if (pmp_priv->tx.PktTxThread < 0) -+ DBG_871X("Create PktTx Thread Fail !!!!!\n"); -+} -+#endif -+ -+ Rtw_MPSetMacTxEDCA(padapter); -+exit: -+ return; -+} -+ -+void SetPacketRx(PADAPTER pAdapter, u8 bStartRx, u8 bAB) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ struct mp_priv *pmppriv = &pAdapter->mppriv; -+ u8 type; -+ type = _HW_STATE_AP_; -+ if(bStartRx) -+ { -+#ifdef CONFIG_RTL8723B -+ PHY_SetMacReg(pAdapter, 0xe70, BIT23|BIT22, 0x3);// Power on adc (in RX_WAIT_CCA state) -+ write_bbreg(pAdapter, 0xa01, BIT0, bDisable);// improve Rx performance by jerry -+#endif -+ if( pmppriv->bSetRxBssid == _TRUE ){ -+ //pHalData->ReceiveConfig = RCR_APM | RCR_AM | RCR_AB |RCR_CBSSID_DATA| RCR_CBSSID_BCN| RCR_APP_ICV | RCR_AMF | RCR_HTC_LOC_CTRL | RCR_APP_MIC | RCR_APP_PHYST_RXFF; -+ pHalData->ReceiveConfig = RCR_AAP | RCR_APM | RCR_AM | RCR_AB |RCR_AMF | RCR_APP_ICV | RCR_AMF | RCR_HTC_LOC_CTRL | RCR_APP_MIC | RCR_APP_PHYST_RXFF ; -+ pHalData->ReceiveConfig |= ACRC32; -+ -+ DBG_8192C("%s , pmppriv->network_macaddr =%x %x %x %x %x %x\n",__func__, -+ pmppriv->network_macaddr[0],pmppriv->network_macaddr[1],pmppriv->network_macaddr[2],pmppriv->network_macaddr[3],pmppriv->network_macaddr[4],pmppriv->network_macaddr[5]); -+ //Set_MSR(pAdapter, WIFI_FW_AP_STATE); -+ //rtw_hal_set_hwreg(pAdapter, HW_VAR_BSSID, pmppriv->network_macaddr); -+ //rtw_hal_set_hwreg(pAdapter, HW_VAR_SET_OPMODE, (u8 *)(&type)); -+ } -+ else -+ { -+ pHalData->ReceiveConfig = AAP | APM | AM | AB | APP_ICV | ADF | AMF | HTC_LOC_CTRL | APP_MIC | APP_PHYSTS; -+ pHalData->ReceiveConfig |= ACRC32; -+ rtw_write32(pAdapter, REG_RCR, pHalData->ReceiveConfig); -+ // Accept all data frames -+ rtw_write16(pAdapter, REG_RXFLTMAP2, 0xFFFF); -+ // Accept CRC error and destination address -+ } -+ } -+ else -+ { -+#ifdef CONFIG_RTL8723B -+ PHY_SetMacReg(pAdapter, 0xe70, BIT23|BIT22, 0x00);// Power off adc (in RX_WAIT_CCA state) -+ write_bbreg(pAdapter, 0xa01, BIT0, bEnable);// improve Rx performance by jerry -+#endif -+ rtw_write32(pAdapter, REG_RCR, 0); -+ } -+ -+ if (bAB) -+ rtw_write32(pAdapter, REG_RCR, rtw_read32(pAdapter, REG_RCR)|RCR_AB); -+ else -+ rtw_write32(pAdapter, REG_RCR, rtw_read32(pAdapter, REG_RCR)&(~RCR_AB)); -+} -+ -+void ResetPhyRxPktCount(PADAPTER pAdapter) -+{ -+ u32 i, phyrx_set = 0; -+ -+ for (i = 0; i <= 0xF; i++) { -+ phyrx_set = 0; -+ phyrx_set |= _RXERR_RPT_SEL(i); //select -+ phyrx_set |= RXERR_RPT_RST; // set counter to zero -+ rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); -+ } -+} -+ -+static u32 GetPhyRxPktCounts(PADAPTER pAdapter, u32 selbit) -+{ -+ //selection -+ u32 phyrx_set = 0, count = 0; -+ -+ phyrx_set = _RXERR_RPT_SEL(selbit & 0xF); -+ rtw_write32(pAdapter, REG_RXERR_RPT, phyrx_set); -+ -+ //Read packet count -+ count = rtw_read32(pAdapter, REG_RXERR_RPT) & RXERR_COUNTER_MASK; -+ -+ return count; -+} -+ -+u32 GetPhyRxPktReceived(PADAPTER pAdapter) -+{ -+ u32 OFDM_cnt = 0, CCK_cnt = 0, HT_cnt = 0; -+ -+ OFDM_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_OFDM_MPDU_OK); -+ CCK_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_CCK_MPDU_OK); -+ HT_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_HT_MPDU_OK); -+ -+ return OFDM_cnt + CCK_cnt + HT_cnt; -+} -+ -+u32 GetPhyRxPktCRC32Error(PADAPTER pAdapter) -+{ -+ u32 OFDM_cnt = 0, CCK_cnt = 0, HT_cnt = 0; -+ -+ OFDM_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_OFDM_MPDU_FAIL); -+ CCK_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_CCK_MPDU_FAIL); -+ HT_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_HT_MPDU_FAIL); -+ -+ return OFDM_cnt + CCK_cnt + HT_cnt; -+} -+ -+//reg 0x808[9:0]: FFT data x -+//reg 0x808[22]: 0 --> 1 to get 1 FFT data y -+//reg 0x8B4[15:0]: FFT data y report -+static u32 rtw_GetPSDData(PADAPTER pAdapter, u32 point) -+{ -+ u32 psd_val=0; -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8814A) -+ u16 psd_reg = 0x910; -+ u16 psd_regL= 0xF44; -+#else -+ u16 psd_reg = 0x808; -+ u16 psd_regL= 0x8B4; -+#endif -+ -+ psd_val = rtw_read32(pAdapter, psd_reg); -+ -+ psd_val &= 0xFFBFFC00; -+ psd_val |= point; -+ -+ rtw_write32(pAdapter, psd_reg, psd_val); -+ rtw_mdelay_os(1); -+ psd_val |= 0x00400000; -+ -+ rtw_write32(pAdapter, psd_reg, psd_val); -+ rtw_mdelay_os(1); -+ -+ psd_val = rtw_read32(pAdapter, psd_regL); -+ psd_val &= 0x0000FFFF; -+ -+ return psd_val; -+} -+ -+/* -+ * pts start_point_min stop_point_max -+ * 128 64 64 + 128 = 192 -+ * 256 128 128 + 256 = 384 -+ * 512 256 256 + 512 = 768 -+ * 1024 512 512 + 1024 = 1536 -+ * -+ */ -+u32 mp_query_psd(PADAPTER pAdapter, u8 *data) -+{ -+ u32 i, psd_pts=0, psd_start=0, psd_stop=0; -+ u32 psd_data=0; -+ -+ -+#ifdef PLATFORM_LINUX -+ if (!netif_running(pAdapter->pnetdev)) { -+ RT_TRACE(_module_mp_, _drv_warning_, ("mp_query_psd: Fail! interface not opened!\n")); -+ return 0; -+ } -+#endif -+ -+ if (check_fwstate(&pAdapter->mlmepriv, WIFI_MP_STATE) == _FALSE) { -+ RT_TRACE(_module_mp_, _drv_warning_, ("mp_query_psd: Fail! not in MP mode!\n")); -+ return 0; -+ } -+ -+ if (strlen(data) == 0) { //default value -+ psd_pts = 128; -+ psd_start = 64; -+ psd_stop = 128; -+ } else { -+ sscanf(data, "pts=%d,start=%d,stop=%d", &psd_pts, &psd_start, &psd_stop); -+ } -+ -+ data[0]='\0'; -+ -+ i = psd_start; -+ while (i < psd_stop) -+ { -+ if (i >= psd_pts) { -+ psd_data = rtw_GetPSDData(pAdapter, i-psd_pts); -+ } else { -+ psd_data = rtw_GetPSDData(pAdapter, i); -+ } -+ sprintf(data, "%s%x ", data, psd_data); -+ i++; -+ } -+ -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ rtw_msleep_os(100); -+ #else -+ rtw_mdelay_os(100); -+ #endif -+ -+ return strlen(data)+1; -+} -+ -+ -+#if 0 -+void _rtw_mp_xmit_priv (struct xmit_priv *pxmitpriv) -+{ -+ int i,res; -+ _adapter *padapter = pxmitpriv->adapter; -+ struct xmit_frame *pxmitframe = (struct xmit_frame*) pxmitpriv->pxmit_frame_buf; -+ struct xmit_buf *pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmitbuf; -+ -+ u32 max_xmit_extbuf_size = MAX_XMIT_EXTBUF_SZ; -+ u32 num_xmit_extbuf = NR_XMIT_EXTBUFF; -+ if(padapter->registrypriv.mp_mode ==0) -+ { -+ max_xmit_extbuf_size = MAX_XMIT_EXTBUF_SZ; -+ num_xmit_extbuf = NR_XMIT_EXTBUFF; -+ } -+ else -+ { -+ max_xmit_extbuf_size = 6000; -+ num_xmit_extbuf = 8; -+ } -+ -+ pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmit_extbuf; -+ for(i=0; ipallocated_xmit_extbuf) { -+ rtw_vmfree(pxmitpriv->pallocated_xmit_extbuf, num_xmit_extbuf * sizeof(struct xmit_buf) + 4); -+ } -+ -+ if(padapter->registrypriv.mp_mode ==0) -+ { -+ max_xmit_extbuf_size = 6000; -+ num_xmit_extbuf = 8; -+ } -+ else -+ { -+ max_xmit_extbuf_size = MAX_XMIT_EXTBUF_SZ; -+ num_xmit_extbuf = NR_XMIT_EXTBUFF; -+ } -+ -+ // Init xmit extension buff -+ _rtw_init_queue(&pxmitpriv->free_xmit_extbuf_queue); -+ -+ pxmitpriv->pallocated_xmit_extbuf = rtw_zvmalloc(num_xmit_extbuf * sizeof(struct xmit_buf) + 4); -+ -+ if (pxmitpriv->pallocated_xmit_extbuf == NULL){ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("alloc xmit_extbuf fail!\n")); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4); -+ -+ pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmit_extbuf; -+ -+ for (i = 0; i < num_xmit_extbuf; i++) -+ { -+ _rtw_init_listhead(&pxmitbuf->list); -+ -+ pxmitbuf->priv_data = NULL; -+ pxmitbuf->padapter = padapter; -+ pxmitbuf->buf_tag = XMITBUF_MGNT; -+ -+ if((res=rtw_os_xmit_resource_alloc(padapter, pxmitbuf,max_xmit_extbuf_size + XMITBUF_ALIGN_SZ, _TRUE)) == _FAIL) { -+ res= _FAIL; -+ goto exit; -+ } -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxmitbuf->phead = pxmitbuf->pbuf; -+ pxmitbuf->pend = pxmitbuf->pbuf + max_xmit_extbuf_size; -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+#endif -+ -+ rtw_list_insert_tail(&pxmitbuf->list, &(pxmitpriv->free_xmit_extbuf_queue.queue)); -+ #ifdef DBG_XMIT_BUF_EXT -+ pxmitbuf->no=i; -+ #endif -+ pxmitbuf++; -+ -+ } -+ -+ pxmitpriv->free_xmit_extbuf_cnt = num_xmit_extbuf; -+ -+exit: -+ ; -+} -+#endif -+ -+ -+ULONG getPowerDiffByRate8188E( -+ IN PADAPTER pAdapter, -+ IN u1Byte CurrChannel, -+ IN ULONG RfPath -+ ) -+{ -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ ULONG PwrGroup=0; -+ ULONG TxPower=0, Limit=0; -+ ULONG Pathmapping = (RfPath == ODM_RF_PATH_A?0:8); -+ -+ switch(pHalData->EEPROMRegulatory) -+ { -+ case 0: // driver-defined maximum power offset for longer communication range -+ // refer to power by rate table -+ PwrGroup = 0; -+ Limit = 0xff; -+ break; -+ case 1: // Power-limit table-defined maximum power offset range -+ // choosed by min(power by rate, power limit). -+ { -+ if(pHalData->pwrGroupCnt == 1) -+ PwrGroup = 0; -+ if(pHalData->pwrGroupCnt >= 3) -+ { -+ if(CurrChannel <= 3) -+ PwrGroup = 0; -+ else if(CurrChannel >= 4 && CurrChannel <= 9) -+ PwrGroup = 1; -+ else if(CurrChannel > 9) -+ PwrGroup = 2; -+ -+ if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_20) -+ PwrGroup++; -+ else -+ PwrGroup+=4; -+ } -+ Limit = 0xff; -+ } -+ break; -+ case 2: // not support power offset by rate. -+ // don't increase any power diff -+ PwrGroup = 0; -+ Limit = 0; -+ break; -+ default: -+ PwrGroup = 0; -+ Limit = 0xff; -+ break; -+ } -+ -+ -+ { -+ switch(pMptCtx->MptRateIndex) -+ { -+ case MPT_RATE_1M: -+ case MPT_RATE_2M: -+ case MPT_RATE_55M: -+ case MPT_RATE_11M: -+ //CCK rates, don't add any tx power index. -+ //RT_DISP(FPHY, PHY_TXPWR,("CCK rates!\n")); -+ break; -+ case MPT_RATE_6M: //0xe00 [31:0] = 18M,12M,09M,06M -+ TxPower += ((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0+Pathmapping])&0xff); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][0] = 0x%x, OFDM 6M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0], TxPower)); -+ break; -+ case MPT_RATE_9M: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0+Pathmapping])&0xff00)>>8); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][0] = 0x%x, OFDM 9M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0], TxPower)); -+ break; -+ case MPT_RATE_12M: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0+Pathmapping])&0xff0000)>>16); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][0] = 0x%x, OFDM 12M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0], TxPower)); -+ break; -+ case MPT_RATE_18M: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0+Pathmapping])&0xff000000)>>24); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][0] = 0x%x, OFDM 24M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][0], TxPower)); -+ break; -+ case MPT_RATE_24M: //0xe04[31:0] = 54M,48M,36M,24M -+ TxPower += ((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1+Pathmapping])&0xff); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][1] = 0x%x, OFDM 24M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1], TxPower)); -+ break; -+ case MPT_RATE_36M: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1+Pathmapping])&0xff00)>>8); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][1] = 0x%x, OFDM 36M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1], TxPower)); -+ break; -+ case MPT_RATE_48M: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1+Pathmapping])&0xff0000)>>16); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][1] = 0x%x, OFDM 48M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1], TxPower)); -+ break; -+ case MPT_RATE_54M: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1+Pathmapping])&0xff000000)>>24); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][1] = 0x%x, OFDM 54M, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][1], TxPower)); -+ break; -+ case MPT_RATE_MCS0: //0xe10[31:0]= MCS=03,02,01,00 -+ TxPower += ((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2+Pathmapping])&0xff); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][2] = 0x%x, MCS0, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2], TxPower)); -+ break; -+ case MPT_RATE_MCS1: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2+Pathmapping])&0xff00)>>8); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][2] = 0x%x, MCS1, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2], TxPower)); -+ break; -+ case MPT_RATE_MCS2: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2+Pathmapping])&0xff0000)>>16); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][2] = 0x%x, MCS2, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2], TxPower)); -+ break; -+ case MPT_RATE_MCS3: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2+Pathmapping])&0xff000000)>>24); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][2] = 0x%x, MCS3, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][2], TxPower)); -+ break; -+ case MPT_RATE_MCS4: //0xe14[31:0]= MCS=07,06,05,04 -+ TxPower += ((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3+Pathmapping])&0xff); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][3] = 0x%x, MCS4, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3], TxPower)); -+ break; -+ case MPT_RATE_MCS5: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3+Pathmapping])&0xff00)>>8); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][3] = 0x%x, MCS5, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3], TxPower)); -+ break; -+ case MPT_RATE_MCS6: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3+Pathmapping])&0xff0000)>>16); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][3] = 0x%x, MCS6, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3], TxPower)); -+ break; -+ case MPT_RATE_MCS7: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3+Pathmapping])&0xff000000)>>24); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][3] = 0x%x, MCS7, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][3], TxPower)); -+ break; -+ -+ case MPT_RATE_MCS8: //0xe18[31:0]= MCS=11,10,09,08 -+ TxPower += ((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4+Pathmapping])&0xff); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][4] = 0x%x, MCS8, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4], TxPower)); -+ break; -+ case MPT_RATE_MCS9: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4+Pathmapping])&0xff00)>>8); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][4] = 0x%x, MCS9, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4], TxPower)); -+ break; -+ case MPT_RATE_MCS10: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4+Pathmapping])&0xff0000)>>16); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][4] = 0x%x, MCS10, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4], TxPower)); -+ break; -+ case MPT_RATE_MCS11: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4+Pathmapping])&0xff000000)>>24); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][4] = 0x%x, MCS11, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][4], TxPower)); -+ break; -+ case MPT_RATE_MCS12: //0xe1c[31:0]= MCS=15,14,13,12 -+ TxPower += ((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5+Pathmapping])&0xff); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][5] = 0x%x, MCS12, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5], TxPower)); -+ break; -+ case MPT_RATE_MCS13: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5+Pathmapping])&0xff00)>>8); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][5] = 0x%x, MCS13, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5], TxPower)); -+ break; -+ case MPT_RATE_MCS14: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5+Pathmapping])&0xff0000)>>16); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][5] = 0x%x, MCS14, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5], TxPower)); -+ break; -+ case MPT_RATE_MCS15: -+ TxPower += (((pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5+Pathmapping])&0xff000000)>>24); -+ //RT_DISP(FPHY, PHY_TXPWR,("MCSTxPowerLevelOriginalOffset[%d][5] = 0x%x, MCS15, TxPower = %d\n", -+ // PwrGroup, pHalData->MCSTxPowerLevelOriginalOffset[PwrGroup][5], TxPower)); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ if(TxPower > Limit) -+ TxPower = Limit; -+ -+ return TxPower; -+} -+ -+ -+ -+static ULONG -+mpt_ProQueryCalTxPower_8188E( -+ IN PADAPTER pAdapter, -+ IN u1Byte RfPath -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u1Byte TxCount=TX_1S, i = 0; //default set to 1S -+ //PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ ULONG TxPower = 1, PwrGroup=0, PowerDiffByRate=0; -+ ULONG TxPowerCCK = 1, TxPowerOFDM = 1, TxPowerBW20 = 1, TxPowerBW40 = 1 ; -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ u1Byte CurrChannel = pHalData->CurrentChannel; -+ u1Byte index = (CurrChannel -1); -+ u1Byte rf_path=(RfPath), rfPath; -+ u1Byte limit = 0, rate = 0; -+ -+ if(HAL_IsLegalChannel(pAdapter, CurrChannel) == FALSE) -+ { -+ CurrChannel = 1; -+ } -+ -+ if(pMptCtx->MptRateIndex <= MPT_RATE_11M ) -+ { -+ TxPower = pHalData->Index24G_CCK_Base[rf_path][index]; -+ } -+ else if(pMptCtx->MptRateIndex >= MPT_RATE_6M && -+ pMptCtx->MptRateIndex <= MPT_RATE_54M ) -+ { -+ TxPower = pHalData->Index24G_BW40_Base[rf_path][index]; -+ } -+ else if(pMptCtx->MptRateIndex >= MPT_RATE_MCS0 && -+ pMptCtx->MptRateIndex <= MPT_RATE_MCS7 ) -+ { -+ TxPower = pHalData->Index24G_BW40_Base[rf_path][index]; -+ } -+ -+ //RT_DISP(FPHY, PHY_TXPWR, ("HT40 rate(%d) Tx power(RF-%c) = 0x%x\n", pMptCtx->MptRateIndex, ((rf_path==0)?'A':'B'), TxPower)); -+ -+ -+ if(pMptCtx->MptRateIndex >= MPT_RATE_6M && -+ pMptCtx->MptRateIndex <= MPT_RATE_54M ) -+ { -+ TxPower += pHalData->OFDM_24G_Diff[rf_path][TxCount]; -+ ///RT_DISP(FPHY, PHY_TXPWR, ("+OFDM_PowerDiff(RF-%c) = 0x%x\n", ((rf_path==0)?'A':'B'), -+ // pHalData->OFDM_24G_Diff[rf_path][TxCount])); -+ } -+ -+ if(pMptCtx->MptRateIndex >= MPT_RATE_MCS0) -+ { -+ if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_20) -+ { -+ TxPower += pHalData->BW20_24G_Diff[rf_path][TxCount]; -+ // RT_DISP(FPHY, PHY_TXPWR, ("+HT20_PowerDiff(RF-%c) = 0x%x\n", ((rf_path==0)?'A':'B'), -+ // pHalData->BW20_24G_Diff[rf_path][TxCount])); -+ } -+ } -+ -+ -+#ifdef ENABLE_POWER_BY_RATE -+ PowerDiffByRate = getPowerDiffByRate8188E(pAdapter, CurrChannel, RfPath); -+#else -+ PowerDiffByRate = 0; -+#endif -+ -+ // 2012/11/02 Awk: add power limit mechansim -+ if( pMptCtx->MptRateIndex <= MPT_RATE_11M ) -+ { -+ rate = MGN_1M; -+ } -+ else if(pMptCtx->MptRateIndex >= MPT_RATE_6M && -+ pMptCtx->MptRateIndex <= MPT_RATE_54M ) -+ { -+ rate = MGN_54M; -+ } -+ else if(pMptCtx->MptRateIndex >= MPT_RATE_MCS0 && -+ pMptCtx->MptRateIndex <= MPT_RATE_MCS7 ) -+ { -+ rate = MGN_MCS7; -+ } -+ -+ limit = (u8)PHY_GetTxPowerLimit(pAdapter, pMptCtx->RegTxPwrLimit, -+ pHalData->CurrentBandType, -+ pHalData->CurrentChannelBW,RfPath, -+ rate, CurrChannel); -+ -+ //RT_DISP(FPHY, PHY_TXPWR, ("+PowerDiffByRate(RF-%c) = 0x%x\n", ((rf_path==0)?'A':'B'), -+ // PowerDiffByRate)); -+ TxPower += PowerDiffByRate; -+ //RT_DISP(FPHY, PHY_TXPWR, ("PowerDiffByRate limit value(RF-%c) = %d\n", ((rf_path==0)?'A':'B'), -+ // limit)); -+ -+ TxPower += limit > (s8) PowerDiffByRate ? PowerDiffByRate : limit; -+ -+ return TxPower; -+} -+ -+ -+u8 -+MptToMgntRate( -+ IN ULONG MptRateIdx -+ ) -+{ -+// Mapped to MGN_XXX defined in MgntGen.h -+ switch (MptRateIdx) -+ { -+ /* CCK rate. */ -+ case MPT_RATE_1M: return MGN_1M; -+ case MPT_RATE_2M: return MGN_2M; -+ case MPT_RATE_55M: return MGN_5_5M; -+ case MPT_RATE_11M: return MGN_11M; -+ -+ /* OFDM rate. */ -+ case MPT_RATE_6M: return MGN_6M; -+ case MPT_RATE_9M: return MGN_9M; -+ case MPT_RATE_12M: return MGN_12M; -+ case MPT_RATE_18M: return MGN_18M; -+ case MPT_RATE_24M: return MGN_24M; -+ case MPT_RATE_36M: return MGN_36M; -+ case MPT_RATE_48M: return MGN_48M; -+ case MPT_RATE_54M: return MGN_54M; -+ -+ /* HT rate. */ -+ case MPT_RATE_MCS0: return MGN_MCS0; -+ case MPT_RATE_MCS1: return MGN_MCS1; -+ case MPT_RATE_MCS2: return MGN_MCS2; -+ case MPT_RATE_MCS3: return MGN_MCS3; -+ case MPT_RATE_MCS4: return MGN_MCS4; -+ case MPT_RATE_MCS5: return MGN_MCS5; -+ case MPT_RATE_MCS6: return MGN_MCS6; -+ case MPT_RATE_MCS7: return MGN_MCS7; -+ case MPT_RATE_MCS8: return MGN_MCS8; -+ case MPT_RATE_MCS9: return MGN_MCS9; -+ case MPT_RATE_MCS10: return MGN_MCS10; -+ case MPT_RATE_MCS11: return MGN_MCS11; -+ case MPT_RATE_MCS12: return MGN_MCS12; -+ case MPT_RATE_MCS13: return MGN_MCS13; -+ case MPT_RATE_MCS14: return MGN_MCS14; -+ case MPT_RATE_MCS15: return MGN_MCS15; -+ case MPT_RATE_MCS16: return MGN_MCS16; -+ case MPT_RATE_MCS17: return MGN_MCS17; -+ case MPT_RATE_MCS18: return MGN_MCS18; -+ case MPT_RATE_MCS19: return MGN_MCS19; -+ case MPT_RATE_MCS20: return MGN_MCS20; -+ case MPT_RATE_MCS21: return MGN_MCS21; -+ case MPT_RATE_MCS22: return MGN_MCS22; -+ case MPT_RATE_MCS23: return MGN_MCS23; -+ case MPT_RATE_MCS24: return MGN_MCS24; -+ case MPT_RATE_MCS25: return MGN_MCS25; -+ case MPT_RATE_MCS26: return MGN_MCS26; -+ case MPT_RATE_MCS27: return MGN_MCS27; -+ case MPT_RATE_MCS28: return MGN_MCS28; -+ case MPT_RATE_MCS29: return MGN_MCS29; -+ case MPT_RATE_MCS30: return MGN_MCS30; -+ case MPT_RATE_MCS31: return MGN_MCS31; -+ -+ /* VHT rate. */ -+ case MPT_RATE_VHT1SS_MCS0: return MGN_VHT1SS_MCS0; -+ case MPT_RATE_VHT1SS_MCS1: return MGN_VHT1SS_MCS1; -+ case MPT_RATE_VHT1SS_MCS2: return MGN_VHT1SS_MCS2; -+ case MPT_RATE_VHT1SS_MCS3: return MGN_VHT1SS_MCS3; -+ case MPT_RATE_VHT1SS_MCS4: return MGN_VHT1SS_MCS4; -+ case MPT_RATE_VHT1SS_MCS5: return MGN_VHT1SS_MCS5; -+ case MPT_RATE_VHT1SS_MCS6: return MGN_VHT1SS_MCS6; -+ case MPT_RATE_VHT1SS_MCS7: return MGN_VHT1SS_MCS7; -+ case MPT_RATE_VHT1SS_MCS8: return MGN_VHT1SS_MCS8; -+ case MPT_RATE_VHT1SS_MCS9: return MGN_VHT1SS_MCS9; -+ case MPT_RATE_VHT2SS_MCS0: return MGN_VHT2SS_MCS0; -+ case MPT_RATE_VHT2SS_MCS1: return MGN_VHT2SS_MCS1; -+ case MPT_RATE_VHT2SS_MCS2: return MGN_VHT2SS_MCS2; -+ case MPT_RATE_VHT2SS_MCS3: return MGN_VHT2SS_MCS3; -+ case MPT_RATE_VHT2SS_MCS4: return MGN_VHT2SS_MCS4; -+ case MPT_RATE_VHT2SS_MCS5: return MGN_VHT2SS_MCS5; -+ case MPT_RATE_VHT2SS_MCS6: return MGN_VHT2SS_MCS6; -+ case MPT_RATE_VHT2SS_MCS7: return MGN_VHT2SS_MCS7; -+ case MPT_RATE_VHT2SS_MCS8: return MGN_VHT2SS_MCS8; -+ case MPT_RATE_VHT2SS_MCS9: return MGN_VHT2SS_MCS9; -+ case MPT_RATE_VHT3SS_MCS0: return MGN_VHT3SS_MCS0; -+ case MPT_RATE_VHT3SS_MCS1: return MGN_VHT3SS_MCS1; -+ case MPT_RATE_VHT3SS_MCS2: return MGN_VHT3SS_MCS2; -+ case MPT_RATE_VHT3SS_MCS3: return MGN_VHT3SS_MCS3; -+ case MPT_RATE_VHT3SS_MCS4: return MGN_VHT3SS_MCS4; -+ case MPT_RATE_VHT3SS_MCS5: return MGN_VHT3SS_MCS5; -+ case MPT_RATE_VHT3SS_MCS6: return MGN_VHT3SS_MCS6; -+ case MPT_RATE_VHT3SS_MCS7: return MGN_VHT3SS_MCS7; -+ case MPT_RATE_VHT3SS_MCS8: return MGN_VHT3SS_MCS8; -+ case MPT_RATE_VHT3SS_MCS9: return MGN_VHT3SS_MCS9; -+ case MPT_RATE_VHT4SS_MCS0: return MGN_VHT4SS_MCS0; -+ case MPT_RATE_VHT4SS_MCS1: return MGN_VHT4SS_MCS1; -+ case MPT_RATE_VHT4SS_MCS2: return MGN_VHT4SS_MCS2; -+ case MPT_RATE_VHT4SS_MCS3: return MGN_VHT4SS_MCS3; -+ case MPT_RATE_VHT4SS_MCS4: return MGN_VHT4SS_MCS4; -+ case MPT_RATE_VHT4SS_MCS5: return MGN_VHT4SS_MCS5; -+ case MPT_RATE_VHT4SS_MCS6: return MGN_VHT4SS_MCS6; -+ case MPT_RATE_VHT4SS_MCS7: return MGN_VHT4SS_MCS7; -+ case MPT_RATE_VHT4SS_MCS8: return MGN_VHT4SS_MCS8; -+ case MPT_RATE_VHT4SS_MCS9: return MGN_VHT4SS_MCS9; -+ -+ case MPT_RATE_LAST: // fully automatiMGN_VHT2SS_MCS1; -+ default: -+ DBG_871X("<===MptToMgntRate(), Invalid Rate: %d!!\n", MptRateIdx); -+ return 0x0; -+ } -+} -+ -+u8 rtw_mpRateParseFunc(PADAPTER pAdapter, u8 *targetStr) -+{ -+ u16 i=0; -+ u8* rateindex_Array[] = { "1M","2M","5.5M","11M","6M","9M","12M","18M","24M","36M","48M","54M", -+ "HTMCS0","HTMCS1","HTMCS2","HTMCS3","HTMCS4","HTMCS5","HTMCS6","HTMCS7", -+ "HTMCS8","HTMCS9","HTMCS10","HTMCS11","HTMCS12","HTMCS13","HTMCS14","HTMCS15", -+ "HTMCS16","HTMCS17","HTMCS18","HTMCS19","HTMCS20","HTMCS21","HTMCS22","HTMCS23", -+ "HTMCS24","HTMCS25","HTMCS26","HTMCS27","HTMCS28","HTMCS29","HTMCS30","HTMCS31", -+ "VHT1MCS0","VHT1MCS1","VHT1MCS2","VHT1MCS3","VHT1MCS4","VHT1MCS5","VHT1MCS6","VHT1MCS7","VHT1MCS8","VHT1MCS9", -+ "VHT2MCS0","VHT2MCS1","VHT2MCS2","VHT2MCS3","VHT2MCS4","VHT2MCS5","VHT2MCS6","VHT2MCS7","VHT2MCS8","VHT2MCS9", -+ "VHT3MCS0","VHT3MCS1","VHT3MCS2","VHT3MCS3","VHT3MCS4","VHT3MCS5","VHT3MCS6","VHT3MCS7","VHT3MCS8","VHT3MCS9", -+ "VHT4MCS0","VHT4MCS1","VHT4MCS2","VHT4MCS3","VHT4MCS4","VHT4MCS5","VHT4MCS6","VHT4MCS7","VHT4MCS8","VHT4MCS9"}; -+ -+ for(i=0;i<=83;i++){ -+ if(strcmp(targetStr, rateindex_Array[i]) == 0){ -+ DBG_871X("%s , index = %d \n",__func__ ,i); -+ return i; -+ } -+ } -+ -+ printk("%s ,please input a Data RATE String as:",__func__); -+ for(i=0;i<=83;i++){ -+ printk("%s ",rateindex_Array[i]); -+ if(i%10==0) -+ printk("\n"); -+ } -+ return _FAIL; -+} -+ -+ULONG mpt_ProQueryCalTxPower( -+ PADAPTER pAdapter, -+ u8 RfPath -+ ) -+{ -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ -+ ULONG TxPower = 1, PwrGroup=0, PowerDiffByRate=0; -+ u1Byte limit = 0, rate = 0; -+ -+ #if defined(CONFIG_RTL8188E) -+ if (IS_HARDWARE_TYPE_8188E(pAdapter)) -+ { -+ //return mpt_ProQueryCalTxPower_8188E(pAdapter, RfPath); -+ rate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ TxPower = PHY_GetTxPowerIndex_8188E(pAdapter, RfPath, rate, -+ pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ -+ } -+ #endif -+ -+ #if defined(CONFIG_RTL8723B) -+ if( IS_HARDWARE_TYPE_8723B(pAdapter) ) -+ { -+ rate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ TxPower = PHY_GetTxPowerIndex_8723B(pAdapter, RfPath, rate, -+ pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ } -+ #endif -+ -+ #if defined(CONFIG_RTL8192E) -+ if( IS_HARDWARE_TYPE_8192E(pAdapter) ) -+ { -+ rate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ TxPower = PHY_GetTxPowerIndex_8192E(pAdapter, RfPath, rate, -+ pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ } -+ #endif -+ #if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ if( IS_HARDWARE_TYPE_JAGUAR(pAdapter) ) -+ { -+ rate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ TxPower = PHY_GetTxPowerIndex_8812A(pAdapter, RfPath, rate, -+ pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ } -+ #endif -+ #if defined(CONFIG_RTL8814A) -+ if ( IS_HARDWARE_TYPE_8814A(pAdapter) ) -+ { -+ rate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ TxPower = PHY_GetTxPowerIndex_8814A(pAdapter, RfPath, rate, -+ pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ } -+ #endif -+ #if defined(CONFIG_RTL8703B) -+ if (IS_HARDWARE_TYPE_8703B(pAdapter)) { -+ rate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ TxPower = PHY_GetTxPowerIndex_8703B(pAdapter, RfPath, rate, -+ pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ } -+ #endif -+ -+ #if defined(CONFIG_RTL8188F) -+ if (IS_HARDWARE_TYPE_8188F(pAdapter)) { -+ rate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ TxPower = PHY_GetTxPowerIndex_8188F(pAdapter, RfPath, rate, -+ pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ } -+ #endif -+ -+ DBG_8192C("txPower=%d ,CurrentChannelBW=%d ,CurrentChannel=%d ,rate =%d\n", -+ TxPower, pHalData->CurrentChannelBW, pHalData->CurrentChannel, rate); -+ -+ pAdapter->mppriv.txpoweridx = (u8)TxPower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_A] = (u8)TxPower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_B] = (u8)TxPower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_C] = (u8)TxPower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_D] = (u8)TxPower; -+ hal_mpt_SetTxPower(pAdapter); -+ -+ return TxPower; -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_mp_ioctl.c linux/3rdparty/rtl8812au/core/rtw_mp_ioctl.c ---- linux.old/3rdparty/rtl8812au/core/rtw_mp_ioctl.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_mp_ioctl.c 2017-06-07 23:07:21.003686847 +0300 -@@ -0,0 +1,2946 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_MP_IOCTL_C_ -+ -+#include -+#include -+#include "../hal/phydm/phydm_precomp.h" -+ -+//**************** oid_rtl_seg_81_85 section start **************** -+NDIS_STATUS oid_rt_wireless_mode_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u8)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ if (poid_par_priv->type_of_oid == SET_OID) { -+ Adapter->registrypriv.wireless_mode = *(u8*)poid_par_priv->information_buf; -+ } else if (poid_par_priv->type_of_oid == QUERY_OID) { -+ *(u8*)poid_par_priv->information_buf = Adapter->registrypriv.wireless_mode; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ RT_TRACE(_module_mp_, _drv_info_, ("-query Wireless Mode=%d\n", Adapter->registrypriv.wireless_mode)); -+ } else { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ -+_func_exit_; -+ -+ return status; -+} -+//**************** oid_rtl_seg_81_87_80 section start **************** -+NDIS_STATUS oid_rt_pro_write_bb_reg_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ struct bb_reg_param *pbbreg; -+ u16 offset; -+ u32 value; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_write_bb_reg_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); -+ -+ offset = (u16)(pbbreg->offset) & 0xFFF; //0ffset :0x800~0xfff -+ if (offset < BB_REG_BASE_ADDR) offset |= BB_REG_BASE_ADDR; -+ -+ value = pbbreg->value; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_write_bb_reg_hdl: offset=0x%03X value=0x%08X\n", -+ offset, value)); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ write_bbreg(Adapter, offset, 0xFFFFFFFF, value); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_read_bb_reg_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ struct bb_reg_param *pbbreg; -+ u16 offset; -+ u32 value; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_read_bb_reg_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); -+ -+ offset = (u16)(pbbreg->offset) & 0xFFF; //0ffset :0x800~0xfff -+ if (offset < BB_REG_BASE_ADDR) offset |= BB_REG_BASE_ADDR; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ value = read_bbreg(Adapter, offset, 0xFFFFFFFF); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ pbbreg->value = value; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-oid_rt_pro_read_bb_reg_hdl: offset=0x%03X value:0x%08X\n", -+ offset, value)); -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_write_rf_reg_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ struct rf_reg_param *pbbreg; -+ u8 path; -+ u8 offset; -+ u32 value; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_write_rf_reg_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); -+ -+ if (pbbreg->path >= MAX_RF_PATH_NUMS) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ if (pbbreg->offset > 0xFF) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ if (pbbreg->value > 0xFFFFF) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ path = (u8)pbbreg->path; -+ offset = (u8)pbbreg->offset; -+ value = pbbreg->value; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_write_rf_reg_hdl: path=%d offset=0x%02X value=0x%05X\n", -+ path, offset, value)); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ write_rfreg(Adapter, path, offset, value); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_read_rf_reg_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ struct rf_reg_param *pbbreg; -+ u8 path; -+ u8 offset; -+ u32 value; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_read_rf_reg_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); -+ -+ if (pbbreg->path >= MAX_RF_PATH_NUMS) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ if (pbbreg->offset > 0xFF) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ path = (u8)pbbreg->path; -+ offset = (u8)pbbreg->offset; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ value = read_rfreg(Adapter, path, offset); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ pbbreg->value = value; -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-oid_rt_pro_read_rf_reg_hdl: path=%d offset=0x%02X value=0x%05X\n", -+ path, offset, value)); -+ -+_func_exit_; -+ -+ return status; -+} -+//**************** oid_rtl_seg_81_87_00 section end**************** -+//------------------------------------------------------------------------------ -+ -+//**************** oid_rtl_seg_81_80_00 section start **************** -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_set_data_rate_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 ratevalue;//4 -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("+oid_rt_pro_set_data_rate_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len != sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ ratevalue = *((u32*)poid_par_priv->information_buf);//4 -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_set_data_rate_hdl: data rate idx=%d\n", ratevalue)); -+ if (ratevalue >= MPT_RATE_LAST) -+ return NDIS_STATUS_INVALID_DATA; -+ -+ Adapter->mppriv.rateidx = ratevalue; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetDataRate(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_start_test_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 mode; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_start_test_hdl\n")); -+ -+ if (Adapter->registrypriv.mp_mode == 0) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ //IQCalibrateBcut(Adapter); -+ -+ mode = *((u32*)poid_par_priv->information_buf); -+ Adapter->mppriv.mode = mode;// 1 for loopback -+ -+ if (mp_start_test(Adapter) == _FAIL) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ goto exit; -+ } -+ -+exit: -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("-oid_rt_pro_start_test_hdl: mp_mode=%d\n", Adapter->mppriv.mode)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_stop_test_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+Set OID_RT_PRO_STOP_TEST\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ mp_stop_test(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("-Set OID_RT_PRO_STOP_TEST\n")); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_set_channel_direct_call_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 Channel; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_set_channel_direct_call_hdl\n")); -+ -+ if (poid_par_priv->information_buf_len != sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ if (poid_par_priv->type_of_oid == QUERY_OID) { -+ *((u32*)poid_par_priv->information_buf) = Adapter->mppriv.channel; -+ return NDIS_STATUS_SUCCESS; -+ } -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ Channel = *((u32*)poid_par_priv->information_buf); -+ RT_TRACE(_module_mp_, _drv_notice_, ("oid_rt_pro_set_channel_direct_call_hdl: Channel=%d\n", Channel)); -+ if (Channel > 14) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ Adapter->mppriv.channel = Channel; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetChannel(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_set_bandwidth_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u16 bandwidth; -+ u16 channel_offset; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("+oid_rt_set_bandwidth_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ bandwidth = *((u32*)poid_par_priv->information_buf);//4 -+ channel_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ if (bandwidth != CHANNEL_WIDTH_40) -+ bandwidth = CHANNEL_WIDTH_20; -+ padapter->mppriv.bandwidth = (u8)bandwidth; -+ padapter->mppriv.prime_channel_offset = (u8)channel_offset; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetBandwidth(padapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-oid_rt_set_bandwidth_hdl: bandwidth=%d channel_offset=%d\n", -+ bandwidth, channel_offset)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_set_antenna_bb_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 antenna; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_set_antenna_bb_hdl\n")); -+ -+ if (poid_par_priv->information_buf_len != sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ if (poid_par_priv->type_of_oid == SET_OID) -+ { -+ antenna = *(u32*)poid_par_priv->information_buf; -+ -+ Adapter->mppriv.antenna_tx = (u16)((antenna & 0xFFFF0000) >> 16); -+ Adapter->mppriv.antenna_rx = (u16)(antenna & 0x0000FFFF); -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_set_antenna_bb_hdl: tx_ant=0x%04x rx_ant=0x%04x\n", -+ Adapter->mppriv.antenna_tx, Adapter->mppriv.antenna_rx)); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetAntenna(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ } else { -+ antenna = (Adapter->mppriv.antenna_tx << 16)|Adapter->mppriv.antenna_rx; -+ *(u32*)poid_par_priv->information_buf = antenna; -+ } -+ -+_func_exit_; -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_pro_set_tx_power_control_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 tx_pwr_idx; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("+oid_rt_pro_set_tx_power_control_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len != sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ tx_pwr_idx = *((u32*)poid_par_priv->information_buf); -+ if (tx_pwr_idx > MAX_TX_PWR_INDEX_N_MODE) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ Adapter->mppriv.txpoweridx = (u8)tx_pwr_idx; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_set_tx_power_control_hdl: idx=0x%2x\n", -+ Adapter->mppriv.txpoweridx)); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetTxPower(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+ -+//------------------------------------------------------------------------------ -+//**************** oid_rtl_seg_81_80_20 section start **************** -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_query_tx_packet_sent_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid !=QUERY_OID) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ if (poid_par_priv->information_buf_len == sizeof(ULONG)) { -+ *(ULONG*)poid_par_priv->information_buf = Adapter->mppriv.tx_pktcount; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } else { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_query_rx_packet_received_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ RT_TRACE(_module_mp_, _drv_alert_, ("===> oid_rt_pro_query_rx_packet_received_hdl.\n")); -+ if (poid_par_priv->information_buf_len == sizeof(ULONG)) { -+ *(ULONG*)poid_par_priv->information_buf = Adapter->mppriv.rx_pktcount; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ RT_TRACE(_module_mp_, _drv_alert_, ("recv_ok:%d \n",Adapter->mppriv.rx_pktcount)); -+ } else { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_query_rx_packet_crc32_error_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ RT_TRACE(_module_mp_, _drv_alert_, ("===> oid_rt_pro_query_rx_packet_crc32_error_hdl.\n")); -+ if (poid_par_priv->information_buf_len == sizeof(ULONG)) { -+ *(ULONG*)poid_par_priv->information_buf = Adapter->mppriv.rx_crcerrpktcount; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ RT_TRACE(_module_mp_, _drv_alert_, ("recv_err:%d \n",Adapter->mppriv.rx_crcerrpktcount)); -+ } else { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+ -+NDIS_STATUS oid_rt_pro_reset_tx_packet_sent_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ RT_TRACE(_module_mp_, _drv_alert_, ("===> oid_rt_pro_reset_tx_packet_sent_hdl.\n")); -+ Adapter->mppriv.tx_pktcount = 0; -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_reset_rx_packet_received_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ if (poid_par_priv->information_buf_len == sizeof(ULONG)) { -+ Adapter->mppriv.rx_pktcount = 0; -+ Adapter->mppriv.rx_crcerrpktcount = 0; -+ } else { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_reset_phy_rx_packet_count_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ ResetPhyRxPktCount(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_phy_rx_packet_received_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("+oid_rt_get_phy_rx_packet_received_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len != sizeof(ULONG)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ *(ULONG*)poid_par_priv->information_buf = GetPhyRxPktReceived(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("-oid_rt_get_phy_rx_packet_received_hdl: recv_ok=%d\n", *(ULONG*)poid_par_priv->information_buf)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_phy_rx_packet_crc32_error_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("+oid_rt_get_phy_rx_packet_crc32_error_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ -+ if (poid_par_priv->information_buf_len != sizeof(ULONG)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ *(ULONG*)poid_par_priv->information_buf = GetPhyRxPktCRC32Error(Adapter); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("-oid_rt_get_phy_rx_packet_crc32_error_hdl: recv_err=%d\n", *(ULONG*)poid_par_priv->information_buf)); -+ -+_func_exit_; -+ -+ return status; -+} -+//**************** oid_rtl_seg_81_80_20 section end **************** -+NDIS_STATUS oid_rt_pro_set_continuous_tx_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 bStartTest; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_set_continuous_tx_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ bStartTest = *((u32*)poid_par_priv->information_buf); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetContinuousTx(Adapter,(u8)bStartTest); -+ if (bStartTest) { -+ struct mp_priv *pmp_priv = &Adapter->mppriv; -+ if (pmp_priv->tx.stop == 0) { -+ pmp_priv->tx.stop = 1; -+ DBG_871X("%s: pkt tx is running...\n", __func__); -+ rtw_msleep_os(5); -+ } -+ pmp_priv->tx.stop = 0; -+ pmp_priv->tx.count = 1; -+ SetPacketTx(Adapter); -+ } -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_pro_set_single_carrier_tx_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 bStartTest; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_alert_, ("+oid_rt_pro_set_single_carrier_tx_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ bStartTest = *((u32*)poid_par_priv->information_buf); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetSingleCarrierTx(Adapter, (u8)bStartTest); -+ if (bStartTest) { -+ struct mp_priv *pmp_priv = &Adapter->mppriv; -+ if (pmp_priv->tx.stop == 0) { -+ pmp_priv->tx.stop = 1; -+ DBG_871X("%s: pkt tx is running...\n", __func__); -+ rtw_msleep_os(5); -+ } -+ pmp_priv->tx.stop = 0; -+ pmp_priv->tx.count = 1; -+ SetPacketTx(Adapter); -+ } -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_pro_set_carrier_suppression_tx_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 bStartTest; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_set_carrier_suppression_tx_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ bStartTest = *((u32*)poid_par_priv->information_buf); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetCarrierSuppressionTx(Adapter, (u8)bStartTest); -+ if (bStartTest) { -+ struct mp_priv *pmp_priv = &Adapter->mppriv; -+ if (pmp_priv->tx.stop == 0) { -+ pmp_priv->tx.stop = 1; -+ DBG_871X("%s: pkt tx is running...\n", __func__); -+ rtw_msleep_os(5); -+ } -+ pmp_priv->tx.stop = 0; -+ pmp_priv->tx.count = 1; -+ SetPacketTx(Adapter); -+ } -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_pro_set_single_tone_tx_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 bStartTest; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_alert_, ("+oid_rt_pro_set_single_tone_tx_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ bStartTest = *((u32*)poid_par_priv->information_buf); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetSingleToneTx(Adapter,(u8)bStartTest); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_pro_set_modulation_hdl(struct oid_par_priv* poid_par_priv) -+{ -+ return 0; -+} -+ -+NDIS_STATUS oid_rt_pro_trigger_gpio_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ rtw_hal_set_hwreg(Adapter, HW_VAR_TRIGGER_GPIO_0, 0); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//**************** oid_rtl_seg_81_80_00 section end **************** -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro8711_join_bss_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ PNDIS_802_11_SSID pssid; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ *poid_par_priv->bytes_needed = (u32)sizeof(NDIS_802_11_SSID); -+ *poid_par_priv->bytes_rw = 0; -+ if (poid_par_priv->information_buf_len < *poid_par_priv->bytes_needed) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ pssid = (PNDIS_802_11_SSID)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ if (mp_start_joinbss(Adapter, pssid) == _FAIL) -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = sizeof(NDIS_802_11_SSID); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_read_register_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ pRW_Reg RegRWStruct; -+ u32 offset, width; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("+oid_rt_pro_read_register_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; -+ offset = RegRWStruct->offset; -+ width = RegRWStruct->width; -+ -+ if (offset > 0xFFF) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ switch (width) { -+ case 1: -+ RegRWStruct->value = rtw_read8(Adapter, offset); -+ break; -+ case 2: -+ RegRWStruct->value = rtw_read16(Adapter, offset); -+ break; -+ default: -+ width = 4; -+ RegRWStruct->value = rtw_read32(Adapter, offset); -+ break; -+ } -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_read_register_hdl: offset:0x%04X value:0x%X\n", -+ offset, RegRWStruct->value)); -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = width; -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_write_register_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ pRW_Reg RegRWStruct; -+ u32 offset, width, value; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("+oid_rt_pro_write_register_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ RegRWStruct = (pRW_Reg)poid_par_priv->information_buf; -+ offset = RegRWStruct->offset; -+ width = RegRWStruct->width; -+ value = RegRWStruct->value; -+ -+ if (offset > 0xFFF) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ switch (RegRWStruct->width) -+ { -+ case 1: -+ if (value > 0xFF) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ break; -+ } -+ rtw_write8(padapter, offset, (u8)value); -+ break; -+ case 2: -+ if (value > 0xFFFF) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ break; -+ } -+ rtw_write16(padapter, offset, (u16)value); -+ break; -+ case 4: -+ rtw_write32(padapter, offset, value); -+ break; -+ default: -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ break; -+ } -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("-oid_rt_pro_write_register_hdl: offset=0x%08X width=%d value=0x%X\n", -+ offset, width, value)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_burst_read_register_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ pBurst_RW_Reg pBstRwReg; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_burst_read_register_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ pBstRwReg = (pBurst_RW_Reg)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ rtw_read_mem(padapter, pBstRwReg->offset, (u32)pBstRwReg->len, pBstRwReg->Data); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("-oid_rt_pro_burst_read_register_hdl\n")); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_burst_write_register_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ pBurst_RW_Reg pBstRwReg; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_burst_write_register_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ pBstRwReg = (pBurst_RW_Reg)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ rtw_write_mem(padapter, pBstRwReg->offset, (u32)pBstRwReg->len, pBstRwReg->Data); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("-oid_rt_pro_burst_write_register_hdl\n")); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_write_txcmd_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ PADAPTER Adapter = (PADAPTER)( poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ -+ TX_CMD_Desc *TxCmd_Info; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("+Set OID_RT_PRO_WRITE_TXCMD\n")); -+ -+ TxCmd_Info=(TX_CMD_Desc*)poid_par_priv->information_buf; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("WRITE_TXCMD:Addr=%.8X\n", TxCmd_Info->offset)); -+ RT_TRACE(_module_mp_, _drv_info_, ("WRITE_TXCMD:1.)%.8X\n", (ULONG)TxCmd_Info->TxCMD.value[0])); -+ RT_TRACE(_module_mp_, _drv_info_, ("WRITE_TXCMD:2.)%.8X\n", (ULONG)TxCmd_Info->TxCMD.value[1])); -+ RT_TRACE(_module_mp_, _drv_info_, (("WRITE_TXCMD:3.)%.8X\n", (ULONG)TxCmd_Info->TxCMD.value[2])); -+ RT_TRACE(_module_mp_, _drv_info_, ("WRITE_TXCMD:4.)%.8X\n", (ULONG)TxCmd_Info->TxCMD.value[3])); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ rtw_write32(Adapter, TxCmd_Info->offset + 0, (unsigned int)TxCmd_Info->TxCMD.value[0]); -+ rtw_write32(Adapter, TxCmd_Info->offset + 4, (unsigned int)TxCmd_Info->TxCMD.value[1]); -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-Set OID_RT_PRO_WRITE_TXCMD: status=0x%08X\n", status)); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+ -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_read16_eeprom_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ pEEPROM_RWParam pEEPROM; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("+Query OID_RT_PRO_READ16_EEPROM\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ pEEPROM = (pEEPROM_RWParam)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ pEEPROM->value = eeprom_read16(padapter, (u16)(pEEPROM->offset >> 1)); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-Query OID_RT_PRO_READ16_EEPROM: offset=0x%x value=0x%x\n", -+ pEEPROM->offset, pEEPROM->value)); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+ -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_write16_eeprom_hdl (struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ pEEPROM_RWParam pEEPROM; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+Set OID_RT_PRO_WRITE16_EEPROM\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ pEEPROM = (pEEPROM_RWParam)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ eeprom_write16(padapter, (u16)(pEEPROM->offset >> 1), pEEPROM->value); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro8711_wi_poll_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)( poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ struct mp_wiparam *pwi_param; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(struct mp_wiparam)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ if (Adapter->mppriv.workparam.bcompleted == _FALSE) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ pwi_param = (struct mp_wiparam *)poid_par_priv->information_buf; -+ -+ _rtw_memcpy(pwi_param, &Adapter->mppriv.workparam, sizeof(struct mp_wiparam)); -+ Adapter->mppriv.act_in_progress = _FALSE; -+// RT_TRACE(_module_mp_, _drv_info_, ("rf:%x\n", pwiparam->IoValue)); -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro8711_pkt_loss_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)( poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro8711_pkt_loss_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(uint)*2) { -+ RT_TRACE(_module_mp_, _drv_err_, ("-oid_rt_pro8711_pkt_loss_hdl: buf_len=%d\n", (int)poid_par_priv->information_buf_len)); -+ return NDIS_STATUS_INVALID_LENGTH; -+ } -+ -+ if (*(uint*)poid_par_priv->information_buf == 1)//init==1 -+ Adapter->mppriv.rx_pktloss = 0; -+ -+ *((uint*)poid_par_priv->information_buf+1) = Adapter->mppriv.rx_pktloss; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_rd_attrib_mem_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)( poid_par_priv->adapter_context); -+ struct io_queue *pio_queue = (struct io_queue *)Adapter->pio_queue; -+ struct intf_hdl *pintfhdl = &pio_queue->intf; -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+#ifdef CONFIG_SDIO_HCI -+ void (*_attrib_read)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+#endif -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+Query OID_RT_RD_ATTRIB_MEM\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+#ifdef CONFIG_SDIO_HCI -+ _irqlevel_changed_(&oldirql, LOWER); -+{ -+ u32 *plmem = (u32*)poid_par_priv->information_buf+2; -+ _attrib_read = pintfhdl->io_ops._attrib_read; -+ _attrib_read(pintfhdl, *((u32*)poid_par_priv->information_buf), -+ *((u32*)poid_par_priv->information_buf+1), (u8*)plmem); -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+} -+ _irqlevel_changed_(&oldirql, RAISE); -+#endif -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_wr_attrib_mem_hdl (struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ struct io_queue *pio_queue = (struct io_queue *)Adapter->pio_queue; -+ struct intf_hdl *pintfhdl = &pio_queue->intf; -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+#ifdef CONFIG_SDIO_HCI -+ void (*_attrib_write)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+#endif -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+#ifdef CONFIG_SDIO_HCI -+ _irqlevel_changed_(&oldirql, LOWER); -+{ -+ u32 *plmem = (u32*)poid_par_priv->information_buf + 2; -+ _attrib_write = pintfhdl->io_ops._attrib_write; -+ _attrib_write(pintfhdl, *(u32*)poid_par_priv->information_buf, -+ *((u32*)poid_par_priv->information_buf+1), (u8*)plmem); -+} -+ _irqlevel_changed_(&oldirql, RAISE); -+#endif -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_set_rf_intfs_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+OID_RT_PRO_SET_RF_INTFS\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ if (rtw_setrfintfs_cmd(Adapter, *(unsigned char*)poid_par_priv->information_buf) == _FAIL) -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_poll_rx_status_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _rtw_memcpy(poid_par_priv->information_buf, (unsigned char*)&Adapter->mppriv.rxstat, sizeof(struct recv_stat)); -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_cfg_debug_message_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ PCFG_DBG_MSG_STRUCT pdbg_msg; -+ -+_func_enter_; -+ -+// RT_TRACE(0xffffffffff,_drv_alert_,("===> oid_rt_pro_cfg_debug_message_hdl.\n")); -+ -+#if 0//#ifdef CONFIG_DEBUG_RTL871X -+ -+ pdbg_msg = (PCFG_DBG_MSG_STRUCT)(poid_par_priv->information_buf); -+ -+ if (poid_par_priv->type_of_oid == SET_OID) { -+ RT_TRACE(0xffffffffff, _drv_alert_, -+ ("===>Set level :0x%08x, H32:0x%08x L32:0x%08x\n", -+ pdbg_msg->DebugLevel, pdbg_msg->DebugComponent_H32, pdbg_msg->DebugComponent_L32)); -+ -+ GlobalDebugLevel = pdbg_msg->DebugLevel; -+ GlobalDebugComponents = (pdbg_msg->DebugComponent_H32 << 32) | pdbg_msg->DebugComponent_L32; -+ RT_TRACE(0xffffffffff, _drv_alert_, -+ ("===> Set level :0x%08x, component:0x%016x\n", -+ GlobalDebugLevel, (u32)GlobalDebugComponents)); -+ } else { -+ pdbg_msg->DebugLevel = GlobalDebugLevel; -+ pdbg_msg->DebugComponent_H32 = (u32)(GlobalDebugComponents >> 32); -+ pdbg_msg->DebugComponent_L32 = (u32)GlobalDebugComponents; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(0xffffffffff, _drv_alert_, -+ ("===>Query level:0x%08x H32:0x%08x L32:0x%08x\n", -+ (u32)pdbg_msg->DebugLevel, (u32)pdbg_msg->DebugComponent_H32, (u32)pdbg_msg->DebugComponent_L32)); -+ } -+ -+#endif -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_set_data_rate_ex_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+OID_RT_PRO_SET_DATA_RATE_EX\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ if (rtw_setdatarate_cmd(Adapter, poid_par_priv->information_buf) !=_SUCCESS) -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//----------------------------------------------------------------------------- -+NDIS_STATUS oid_rt_get_thermal_meter_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ u8 thermal = 0; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_get_thermal_meter_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ GetThermalMeter(Adapter, &thermal); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *(u32*)poid_par_priv->information_buf = (u32)thermal; -+ *poid_par_priv->bytes_rw = sizeof(u32); -+ -+_func_exit_; -+ -+ return status; -+} -+//----------------------------------------------------------------------------- -+NDIS_STATUS oid_rt_pro_read_tssi_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_read_tssi_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (Adapter->mppriv.act_in_progress == _TRUE) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u8)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ //init workparam -+ Adapter->mppriv.act_in_progress = _TRUE; -+ Adapter->mppriv.workparam.bcompleted = _FALSE; -+ Adapter->mppriv.workparam.act_type = MPT_READ_TSSI; -+ Adapter->mppriv.workparam.io_offset = 0; -+ Adapter->mppriv.workparam.io_value = 0xFFFFFFFF; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ if (!rtw_gettssi_cmd(Adapter,0, (u8*)&Adapter->mppriv.workparam.io_value)) -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_set_power_tracking_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ -+_func_enter_; -+ -+// if (poid_par_priv->type_of_oid != SET_OID) -+// return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u8)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ if (poid_par_priv->type_of_oid == SET_OID) { -+ u8 enable; -+ -+ enable = *(u8*)poid_par_priv->information_buf; -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("+oid_rt_pro_set_power_tracking_hdl: enable=%d\n", enable)); -+ -+ SetPowerTracking(Adapter, enable); -+ } else { -+ GetPowerTracking(Adapter, (u8*)poid_par_priv->information_buf); -+ } -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//----------------------------------------------------------------------------- -+NDIS_STATUS oid_rt_pro_set_basic_rate_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u32 ratevalue; -+ u8 datarates[NumRates]; -+ int i; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("+OID_RT_PRO_SET_BASIC_RATE\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+#if 0 -+ ratevalue = *((u32*)poid_par_priv->information_buf); -+ -+ for (i = 0; i < NumRates; i++) { -+ if (ratevalue == mpdatarate[i]) -+ datarates[i] = mpdatarate[i]; -+ else -+ datarates[i] = 0xff; -+ RT_TRACE(_module_rtl871x_ioctl_c_, _drv_info_, ("basicrate_inx=%d\n", datarates[i])); -+ } -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ if (rtw_setbasicrate_cmd(padapter, datarates) != _SUCCESS) -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+#endif -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-OID_RT_PRO_SET_BASIC_RATE: status=0x%08X\n", status)); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_qry_pwrstate_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < 8) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ *poid_par_priv->bytes_rw = 8; -+ _rtw_memcpy(poid_par_priv->information_buf, &(adapter_to_pwrctl(Adapter)->pwr_mode), 8); -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-oid_rt_pro_qry_pwrstate_hdl: pwr_mode=%d smart_ps=%d\n", -+ adapter_to_pwrctl(Adapter)->pwr_mode, adapter_to_pwrctl(Adapter)->smart_ps)); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_set_pwrstate_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ uint pwr_mode, smart_ps; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+Set OID_RT_PRO_SET_PWRSTATE\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ *poid_par_priv->bytes_rw = 0; -+ *poid_par_priv->bytes_needed = 8; -+ -+ if (poid_par_priv->information_buf_len < 8) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ pwr_mode = *(uint *)(poid_par_priv->information_buf); -+ smart_ps = *(uint *)((int)poid_par_priv->information_buf + 4); -+ -+ *poid_par_priv->bytes_rw = 8; -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_h2c_set_rate_table_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ struct setratable_parm *prate_table; -+ u8 res; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ *poid_par_priv->bytes_needed = sizeof(struct setratable_parm); -+ if (poid_par_priv->information_buf_len < sizeof(struct setratable_parm)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ prate_table = (struct setratable_parm*)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ res = rtw_setrttbl_cmd(Adapter, prate_table); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ if (res == _FAIL) -+ status = NDIS_STATUS_FAILURE; -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_h2c_get_rate_table_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ #if 0 -+ struct mp_wi_cntx *pmp_wi_cntx=&(Adapter->mppriv.wi_cntx); -+ u8 res=_SUCCESS; -+ DEBUG_INFO(("===> Set OID_RT_PRO_H2C_GET_RATE_TABLE.\n")); -+ -+ if(pmp_wi_cntx->bmp_wi_progress ==_TRUE){ -+ DEBUG_ERR(("\n mp workitem is progressing, not allow to set another workitem right now!!!\n")); -+ Status = NDIS_STATUS_NOT_ACCEPTED; -+ break; -+ } -+ else{ -+ pmp_wi_cntx->bmp_wi_progress=_TRUE; -+ pmp_wi_cntx->param.bcompleted=_FALSE; -+ pmp_wi_cntx->param.act_type=MPT_GET_RATE_TABLE; -+ pmp_wi_cntx->param.io_offset=0x0; -+ pmp_wi_cntx->param.bytes_cnt=sizeof(struct getratable_rsp); -+ pmp_wi_cntx->param.io_value=0xffffffff; -+ -+ res=rtw_getrttbl_cmd(Adapter,(struct getratable_rsp *)pmp_wi_cntx->param.data); -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ if(res != _SUCCESS) -+ { -+ Status = NDIS_STATUS_NOT_ACCEPTED; -+ } -+ } -+ DEBUG_INFO(("\n <=== Set OID_RT_PRO_H2C_GET_RATE_TABLE.\n")); -+ #endif -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+ -+//**************** oid_rtl_seg_87_12_00 section start **************** -+NDIS_STATUS oid_rt_pro_encryption_ctrl_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ struct security_priv *psecuritypriv = &Adapter->securitypriv; -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ ENCRY_CTRL_STATE encry_mode; -+ -+ -+ *poid_par_priv->bytes_needed = sizeof(u8); -+ if (poid_par_priv->information_buf_len < *poid_par_priv->bytes_needed) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ if (poid_par_priv->type_of_oid == SET_OID) -+ { -+ encry_mode = *((u8*)poid_par_priv->information_buf); -+ switch (encry_mode) -+ { -+ case HW_CONTROL: -+ #if 0 -+ Adapter->registrypriv.software_decrypt=_FALSE; -+ Adapter->registrypriv.software_encrypt=_FALSE; -+ #else -+ psecuritypriv->sw_decrypt = _FALSE; -+ psecuritypriv->sw_encrypt = _FALSE; -+ #endif -+ break; -+ case SW_CONTROL: -+ #if 0 -+ Adapter->registrypriv.software_decrypt=_TRUE; -+ Adapter->registrypriv.software_encrypt=_TRUE; -+ #else -+ psecuritypriv->sw_decrypt = _TRUE; -+ psecuritypriv->sw_encrypt = _TRUE; -+ #endif -+ break; -+ case HW_ENCRY_SW_DECRY: -+ #if 0 -+ Adapter->registrypriv.software_decrypt=_TRUE; -+ Adapter->registrypriv.software_encrypt=_FALSE; -+ #else -+ psecuritypriv->sw_decrypt = _TRUE; -+ psecuritypriv->sw_encrypt = _FALSE; -+ #endif -+ break; -+ case SW_ENCRY_HW_DECRY: -+ #if 0 -+ Adapter->registrypriv.software_decrypt=_FALSE; -+ Adapter->registrypriv.software_encrypt=_TRUE; -+ #else -+ psecuritypriv->sw_decrypt = _FALSE; -+ psecuritypriv->sw_encrypt = _TRUE; -+ #endif -+ break; -+ } -+ -+ RT_TRACE(_module_rtl871x_ioctl_c_, _drv_notice_, -+ ("-oid_rt_pro_encryption_ctrl_hdl: SET encry_mode=0x%x sw_encrypt=0x%x sw_decrypt=0x%x\n", -+ encry_mode, psecuritypriv->sw_encrypt, psecuritypriv->sw_decrypt)); -+ } -+ else { -+ #if 0 -+ if (Adapter->registrypriv.software_encrypt == _FALSE) { -+ if (Adapter->registrypriv.software_decrypt == _FALSE) -+ encry_mode = HW_CONTROL; -+ else -+ encry_mode = HW_ENCRY_SW_DECRY; -+ } -+ else { -+ if (Adapter->registrypriv.software_decrypt == _FALSE) -+ encry_mode = SW_ENCRY_HW_DECRY; -+ else -+ encry_mode = SW_CONTROL; -+ } -+ #else -+ -+ if ((psecuritypriv->sw_encrypt == _FALSE) && (psecuritypriv->sw_decrypt == _FALSE)) -+ encry_mode = HW_CONTROL; -+ else if ((psecuritypriv->sw_encrypt == _FALSE) && (psecuritypriv->sw_decrypt == _TRUE)) -+ encry_mode = HW_ENCRY_SW_DECRY; -+ else if ((psecuritypriv->sw_encrypt == _TRUE) && (psecuritypriv->sw_decrypt == _FALSE)) -+ encry_mode = SW_ENCRY_HW_DECRY; -+ else if ((psecuritypriv->sw_encrypt == _TRUE) && (psecuritypriv->sw_decrypt == _TRUE)) -+ encry_mode = SW_CONTROL; -+ -+ #endif -+ -+ *(u8*)poid_par_priv->information_buf = encry_mode; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-oid_rt_pro_encryption_ctrl_hdl: QUERY encry_mode=0x%x\n", -+ encry_mode)); -+ } -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_add_sta_info_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ struct sta_info *psta = NULL; -+ UCHAR *macaddr; -+ -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ *poid_par_priv->bytes_needed = ETH_ALEN; -+ if (poid_par_priv->information_buf_len < *poid_par_priv->bytes_needed) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ macaddr = (UCHAR *) poid_par_priv->information_buf ; -+ -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_notice_, -+ ("OID_RT_PRO_ADD_STA_INFO: addr="MAC_FMT"\n", MAC_ARG(macaddr) )); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ psta = rtw_get_stainfo(&Adapter->stapriv, macaddr); -+ -+ if (psta == NULL) { // the sta have been in sta_info_queue => do nothing -+ psta = rtw_alloc_stainfo(&Adapter->stapriv, macaddr); -+ -+ if (psta == NULL) { -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_err_,("Can't alloc sta_info when OID_RT_PRO_ADD_STA_INFO\n")); -+ status = NDIS_STATUS_FAILURE; -+ } -+ } else { //(between drv has received this event before and fw have not yet to set key to CAM_ENTRY) -+ RT_TRACE(_module_rtl871x_ioctl_c_, _drv_err_, -+ ("Error: OID_RT_PRO_ADD_STA_INFO: sta has been in sta_hash_queue \n")); -+ } -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_dele_sta_info_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ struct sta_info *psta = NULL; -+ UCHAR *macaddr; -+ -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ *poid_par_priv->bytes_needed = ETH_ALEN; -+ if (poid_par_priv->information_buf_len < *poid_par_priv->bytes_needed) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ macaddr = (UCHAR *) poid_par_priv->information_buf ; -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_notice_, -+ ("+OID_RT_PRO_ADD_STA_INFO: addr="MAC_FMT"\n", MAC_ARG(macaddr) )); -+ -+ psta = rtw_get_stainfo(&Adapter->stapriv, macaddr); -+ if (psta != NULL) { -+ //_enter_critical(&(Adapter->stapriv.sta_hash_lock), &irqL); -+ rtw_free_stainfo(Adapter, psta); -+ //_exit_critical(&(Adapter->stapriv.sta_hash_lock), &irqL); -+ } -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+#if 0 -+static u32 mp_query_drv_var(_adapter *padapter, u8 offset, u32 var) -+{ -+#ifdef CONFIG_SDIO_HCI -+ -+ if (offset == 1) { -+ u16 tmp_blk_num; -+ tmp_blk_num = rtw_read16(padapter, SDIO_RX0_RDYBLK_NUM); -+ RT_TRACE(_module_mp_, _drv_err_, ("Query Information, mp_query_drv_var SDIO_RX0_RDYBLK_NUM=0x%x dvobj.rxblknum=0x%x\n", tmp_blk_num, adapter_to_dvobj(padapter)->rxblknum)); -+ if (adapter_to_dvobj(padapter)->rxblknum != tmp_blk_num) { -+ RT_TRACE(_module_mp_,_drv_err_, ("Query Information, mp_query_drv_var call recv rx\n")); -+ // sd_recv_rxfifo(padapter); -+ } -+ } -+ -+#if 0 -+ if(offset <=100){ //For setting data rate and query data rate -+ if(offset==100){ //For query data rate -+ RT_TRACE(_module_mp_, _drv_emerg_, ("\n mp_query_drv_var: offset(%d): query rate=0x%.2x \n",offset,padapter->registrypriv.tx_rate)); -+ var=padapter->registrypriv.tx_rate; -+ -+ } -+ else if(offset<0x1d){ //For setting data rate -+ padapter->registrypriv.tx_rate=offset; -+ var=padapter->registrypriv.tx_rate; -+ padapter->registrypriv.use_rate=_TRUE; -+ RT_TRACE(_module_mp_, _drv_emerg_, ("\n mp_query_drv_var: offset(%d): set rate=0x%.2x \n",offset,padapter->registrypriv.tx_rate)); -+ } -+ else{ //not use the data rate -+ padapter->registrypriv.use_rate=_FALSE; -+ RT_TRACE(_module_mp_, _drv_emerg_, ("\n mp_query_drv_var: offset(%d) out of rate range\n",offset)); -+ } -+ } -+ else if (offset<=110){ //for setting debug level -+ RT_TRACE(_module_mp_, _drv_emerg_, (" mp_query_drv_var: offset(%d) for set debug level\n",offset)); -+ if(offset==110){ //For query data rate -+ RT_TRACE(_module_mp_, _drv_emerg_, (" mp_query_drv_var: offset(%d): query dbg level=0x%.2x \n",offset,padapter->registrypriv.dbg_level)); -+ padapter->registrypriv.dbg_level=GlobalDebugLevel; -+ var=padapter->registrypriv.dbg_level; -+ } -+ else if(offset<110 && offset>100){ -+ RT_TRACE(_module_mp_, _drv_emerg_, (" mp_query_drv_var: offset(%d): set dbg level=0x%.2x \n",offset,offset-100)); -+ padapter->registrypriv.dbg_level=GlobalDebugLevel=offset-100; -+ var=padapter->registrypriv.dbg_level; -+ RT_TRACE(_module_mp_, _drv_emerg_, (" mp_query_drv_var(_drv_emerg_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ RT_TRACE(_module_mp_, _drv_alert_, (" mp_query_drv_var(_drv_alert_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ RT_TRACE(_module_mp_, _drv_crit_, (" mp_query_drv_var(_drv_crit_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ RT_TRACE(_module_mp_, _drv_err_, (" mp_query_drv_var(_drv_err_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ RT_TRACE(_module_mp_, _drv_warning_, (" mp_query_drv_var(_drv_warning_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ RT_TRACE(_module_mp_, _drv_notice_, (" mp_query_drv_var(_drv_notice_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ RT_TRACE(_module_mp_, _drv_info_, (" mp_query_drv_var(_drv_info_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ RT_TRACE(_module_mp_, _drv_debug_, (" mp_query_drv_var(_drv_debug_): offset(%d): set dbg level=0x%.2x \n",offset,GlobalDebugLevel)); -+ -+ } -+ } -+ else if(offset >110 &&offset <116){ -+ if(115==offset){ -+ RT_TRACE(_module_mp_, _drv_emerg_, (" mp_query_drv_var(_drv_emerg_): offset(%d): query TRX access type: [tx_block_mode=%x,rx_block_mode=%x]\n",\ -+ offset, adapter_to_dvobj(padapter)->tx_block_mode, adapter_to_dvobj(padapter)->rx_block_mode)); -+ } -+ else { -+ switch(offset){ -+ case 111: -+ adapter_to_dvobj(padapter)->tx_block_mode=1; -+ adapter_to_dvobj(padapter)->rx_block_mode=1; -+ RT_TRACE(_module_mp_, _drv_emerg_, \ -+ (" mp_query_drv_var(_drv_emerg_): offset(%d): SET TRX access type:(TX block/RX block) [tx_block_mode=%x,rx_block_mode=%x]\n",\ -+ offset, adapter_to_dvobj(padapter)->tx_block_mode, adapter_to_dvobj(padapter)->rx_block_mode)); -+ break; -+ case 112: -+ adapter_to_dvobj(padapter)->tx_block_mode=1; -+ adapter_to_dvobj(padapter)->rx_block_mode=0; -+ RT_TRACE(_module_mp_, _drv_emerg_, \ -+ (" mp_query_drv_var(_drv_emerg_): offset(%d): SET TRX access type:(TX block/RX byte) [tx_block_mode=%x,rx_block_mode=%x]\n",\ -+ offset, adapter_to_dvobj(padapter)->tx_block_mode, adapter_to_dvobj(padapter)->rx_block_mode)); -+ break; -+ case 113: -+ adapter_to_dvobj(padapter)->tx_block_mode=0; -+ adapter_to_dvobj(padapter)->rx_block_mode=1; -+ RT_TRACE(_module_mp_, _drv_emerg_, \ -+ (" mp_query_drv_var(_drv_emerg_): offset(%d): SET TRX access type:(TX byte/RX block) [tx_block_mode=%x,rx_block_mode=%x]\n",\ -+ offset, adapter_to_dvobj(padapter)->tx_block_mode, adapter_to_dvobj(padapter)->rx_block_mode)); -+ break; -+ case 114: -+ adapter_to_dvobj(padapter)->tx_block_mode=0; -+ adapter_to_dvobj(padapter)->rx_block_mode=0; -+ RT_TRACE(_module_mp_, _drv_emerg_, \ -+ (" mp_query_drv_var(_drv_emerg_): offset(%d): SET TRX access type:(TX byte/RX byte) [tx_block_mode=%x,rx_block_mode=%x]\n",\ -+ offset, adapter_to_dvobj(padapter)->tx_block_mode, adapter_to_dvobj(padapter)->rx_block_mode)); -+ break; -+ default : -+ break; -+ -+ } -+ -+ } -+ -+ } -+ else if(offset>=127){ -+ u64 prnt_dbg_comp; -+ u8 chg_idx; -+ u64 tmp_dbg_comp; -+ chg_idx=offset-0x80; -+ tmp_dbg_comp=BIT(chg_idx); -+ prnt_dbg_comp=padapter->registrypriv.dbg_component= GlobalDebugComponents; -+ RT_TRACE(_module_mp_, _drv_emerg_, (" 1: mp_query_drv_var: offset(%d;0x%x):for dbg conpoment prnt_dbg_comp=0x%.16x GlobalDebugComponents=0x%.16x padapter->registrypriv.dbg_component=0x%.16x\n",offset,offset,prnt_dbg_comp,GlobalDebugComponents,padapter->registrypriv.dbg_component)); -+ if(offset==127){ -+ // prnt_dbg_comp=padapter->registrypriv.dbg_component= GlobalDebugComponents; -+ var=(u32)(padapter->registrypriv.dbg_component); -+ RT_TRACE(0xffffffff, _drv_emerg_, ("2: mp_query_drv_var: offset(%d;0x%x):for query dbg conpoment=0x%x(l) 0x%x(h) GlobalDebugComponents=0x%x(l) 0x%x(h) \n",offset,offset,padapter->registrypriv.dbg_component,prnt_dbg_comp)); -+ prnt_dbg_comp=GlobalDebugComponents; -+ RT_TRACE(0xffffffff, _drv_emerg_, ("2-1: mp_query_drv_var: offset(%d;0x%x):for query dbg conpoment=0x%x(l) 0x%x(h) GlobalDebugComponents=0x%x(l) 0x%x(h)\n",offset,offset,padapter->registrypriv.dbg_component,prnt_dbg_comp)); -+ prnt_dbg_comp=GlobalDebugComponents=padapter->registrypriv.dbg_component; -+ RT_TRACE(0xffffffff, _drv_emerg_, ("2-2: mp_query_drv_var: offset(%d;0x%x):for query dbg conpoment=0x%x(l) 0x%x(h) GlobalDebugComponents=0x%x(l) 0x%x(h)\n",offset,offset,padapter->registrypriv.dbg_component,prnt_dbg_comp)); -+ -+ } -+ else{ -+ RT_TRACE(0xffffffff, _drv_emerg_, ("3: mp_query_drv_var: offset(%d;0x%x):for query dbg conpoment=0x%x(l) 0x%x(h) GlobalDebugComponents=0x%x(l) 0x%x(h) chg_idx=%d\n",offset,offset,padapter->registrypriv.dbg_component,prnt_dbg_comp,chg_idx)); -+ prnt_dbg_comp=GlobalDebugComponents; -+ RT_TRACE(0xffffffff, _drv_emerg_,("3-1: mp_query_drv_var: offset(%d;0x%x):for query dbg conpoment=0x%x(l) 0x%x(h) GlobalDebugComponents=0x%x(l) 0x%x(h) chg_idx=%d\n",offset,offset,padapter->registrypriv.dbg_component,prnt_dbg_comp,chg_idx));// ("3-1: mp_query_drv_var: offset(%d;0x%x):before set dbg conpoment=0x%x chg_idx=%d or0x%x BIT(chg_idx[%d]=0x%x)\n",offset,offset,prnt_dbg_comp,chg_idx,chg_idx,(chg_idx),tmp_dbg_comp) -+ prnt_dbg_comp=GlobalDebugComponents=padapter->registrypriv.dbg_component; -+ RT_TRACE(0xffffffff, _drv_emerg_, ("3-2: mp_query_drv_var: offset(%d;0x%x):for query dbg conpoment=0x%x(l) 0x%x(h) GlobalDebugComponents=0x%x(l) 0x%x(h)\n",offset,offset,padapter->registrypriv.dbg_component,prnt_dbg_comp)); -+ -+ if(GlobalDebugComponents&tmp_dbg_comp){ -+ //this bit is already set, now clear it -+ GlobalDebugComponents=GlobalDebugComponents&(~tmp_dbg_comp); -+ } -+ else{ -+ //this bit is not set, now set it. -+ GlobalDebugComponents =GlobalDebugComponents|tmp_dbg_comp; -+ } -+ RT_TRACE(0xffffffff, _drv_emerg_, ("4: mp_query_drv_var: offset(%d;0x%x):before set dbg conpoment tmp_dbg_comp=0x%x GlobalDebugComponents=0x%x(l) 0x%x(h)",offset,offset,tmp_dbg_comp,prnt_dbg_comp)); -+ prnt_dbg_comp=GlobalDebugComponents; -+ RT_TRACE(0xffffffff, _drv_emerg_, ("4-1: mp_query_drv_var: offset(%d;0x%x):before set dbg conpoment tmp_dbg_comp=0x%x GlobalDebugComponents=0x%x(l) 0x%x(h)",offset,offset,tmp_dbg_comp,prnt_dbg_comp)); -+ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_emerg_, ("0: mp_query_drv_var(_module_rtl871x_xmit_c_:0): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,prnt_dbg_comp)); -+ RT_TRACE(_module_xmit_osdep_c_, _drv_emerg_, ("1: mp_query_drv_var(_module_xmit_osdep_c_:1): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_emerg_, ("2: mp_query_drv_var(_module_rtl871x_recv_c_:2): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_recv_osdep_c_, _drv_emerg_, ("3: mp_query_drv_var(_module_recv_osdep_c_:3): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_emerg_, ("4: mp_query_drv_var(_module_rtl871x_mlme_c_:4): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_mlme_osdep_c_, _drv_emerg_, (" 5:mp_query_drv_var(_module_mlme_osdep_c_:5): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_sta_mgt_c_, _drv_emerg_, ("6: mp_query_drv_var(_module_rtl871x_sta_mgt_c_:6): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_cmd_c_, _drv_emerg_, ("7: mp_query_drv_var(_module_rtl871x_cmd_c_:7): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_cmd_osdep_c_, _drv_emerg_, ("8: mp_query_drv_var(_module_cmd_osdep_c_:8): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_io_c_, _drv_emerg_, ("9: mp_query_drv_var(_module_rtl871x_io_c_:9): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_io_osdep_c_, _drv_emerg_, ("10: mp_query_drv_var(_module_io_osdep_c_:10): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_os_intfs_c_, _drv_emerg_, ("11: mp_query_drv_var(_module_os_intfs_c_:11): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_security_c_, _drv_emerg_, ("12: mp_query_drv_var(_module_rtl871x_security_c_:12): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_eeprom_c_, _drv_emerg_, ("13: mp_query_drv_var(_module_rtl871x_eeprom_c_:13): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_hal_init_c_, _drv_emerg_, ("14: mp_query_drv_var(_module_hal_init_c_:14): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_hci_hal_init_c_, _drv_emerg_, ("15: mp_query_drv_var(_module_hci_hal_init_c_:15): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_ioctl_c_, _drv_emerg_, ("16: mp_query_drv_var(_module_rtl871x_ioctl_c_:16): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_ioctl_set_c_, _drv_emerg_, ("17: mp_query_drv_var(_module_rtl871x_ioctl_set_c_:17): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_ioctl_query_c_, _drv_emerg_, ("18: mp_query_drv_var(_module_rtl871x_ioctl_query_c_:18): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_emerg_, ("19: mp_query_drv_var(_module_rtl871x_pwrctrl_c_:19): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_hci_intfs_c_, _drv_emerg_, ("20: mp_query_drv_var(_module_hci_intfs_c_:20): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_hci_ops_c_, _drv_emerg_, ("21: mp_query_drv_var(_module_hci_ops_c_:21): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_osdep_service_c_, _drv_emerg_, ("22: mp_query_drv_var(_module_osdep_service_c_:22): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_mp_, _drv_emerg_, ("23: mp_query_drv_var(_module_mp_:23): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ RT_TRACE(_module_hci_ops_os_c_, _drv_emerg_, ("24: mp_query_drv_var(_module_hci_ops_os_c_:24): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ var=(u32)(GlobalDebugComponents); -+ //GlobalDebugComponents=padapter->registrypriv.dbg_component; -+ RT_TRACE(0xffffffff, _drv_emerg_, (" ==mp_query_drv_var(_module_mp_): offset(%d;0x%x):before set dbg conpoment=0x%x(l) 0x%x(h)\n",offset,offset,GlobalDebugComponents)); -+ -+ } -+ } -+ else{ -+ RT_TRACE(_module_mp_, _drv_emerg_, ("\n mp_query_drv_var: offset(%d) >110\n",offset)); -+ } -+#endif -+#endif -+ -+ return var; -+} -+#endif -+ -+NDIS_STATUS oid_rt_pro_query_dr_variable_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ DR_VARIABLE_STRUCT *pdrv_var; -+ -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ *poid_par_priv->bytes_needed = sizeof(DR_VARIABLE_STRUCT); -+ if (poid_par_priv->information_buf_len < *poid_par_priv->bytes_needed) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+Query Information, OID_RT_PRO_QUERY_DR_VARIABLE\n")); -+ -+ pdrv_var = (struct _DR_VARIABLE_STRUCT_ *)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ pdrv_var->variable = mp_query_drv_var(Adapter, pdrv_var->offset, pdrv_var->variable); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("-oid_rt_pro_query_dr_variable_hdl: offset=0x%x valule=0x%x\n", -+ pdrv_var->offset, pdrv_var->variable)); -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_rx_packet_type_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ RT_TRACE(_module_mp_, _drv_err_, ("oid_rt_pro_rx_packet_type_hdl...................\n")); -+ -+ if (poid_par_priv->information_buf_len < sizeof (UCHAR)) { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ *poid_par_priv->bytes_needed = sizeof(UCHAR); -+ return status; -+ } -+ -+ if (poid_par_priv->type_of_oid == SET_OID) { -+ Adapter->mppriv.rx_with_status = *(UCHAR *) poid_par_priv->information_buf; -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_err_, ("Query Information, OID_RT_PRO_RX_PACKET_TYPE:%d \n",\ -+ Adapter->mppriv.rx_with_status)); -+ -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_err_,("MAC addr=0x%x:0x%x:0x%x:0x%x:0x%x:0x%x \n", -+ Adapter->eeprompriv.mac_addr[0],Adapter->eeprompriv.mac_addr[1],Adapter->eeprompriv.mac_addr[2],\ -+ Adapter->eeprompriv.mac_addr[3],Adapter->eeprompriv.mac_addr[4],Adapter->eeprompriv.mac_addr[5])); -+ -+ } -+ else { -+ *(UCHAR *) poid_par_priv->information_buf = Adapter->mppriv.rx_with_status; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_err_, ("Query Information, OID_RT_PRO_RX_PACKET_TYPE:%d \n", \ -+ Adapter->mppriv.rx_with_status)); -+ -+ //*(u32 *)&Adapter->eeprompriv.mac_addr[0]=rtw_read32(Adapter, 0x10250050); -+ //*(u16 *)&Adapter->eeprompriv.mac_addr[4]=rtw_read16(Adapter, 0x10250054); -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_err_,("MAC addr=0x%x:0x%x:0x%x:0x%x:0x%x:0x%x \n", -+ Adapter->eeprompriv.mac_addr[0],Adapter->eeprompriv.mac_addr[1],Adapter->eeprompriv.mac_addr[2],\ -+ Adapter->eeprompriv.mac_addr[3],Adapter->eeprompriv.mac_addr[4],Adapter->eeprompriv.mac_addr[5])); -+ } -+#endif -+ -+ return NDIS_STATUS_SUCCESS; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_read_efuse_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ PEFUSE_ACCESS_STRUCT pefuse; -+ u8 *data; -+ u16 addr = 0, cnts = 0, max_available_size = 0; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(EFUSE_ACCESS_STRUCT)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ pefuse = (PEFUSE_ACCESS_STRUCT)poid_par_priv->information_buf; -+ addr = pefuse->start_addr; -+ cnts = pefuse->cnts; -+ data = pefuse->data; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("+oid_rt_pro_read_efuse_hd: buf_len=%d addr=%d cnts=%d\n", -+ poid_par_priv->information_buf_len, addr, cnts)); -+ -+ EFUSE_GetEfuseDefinition(Adapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ -+ if ((addr + cnts) > max_available_size) { -+ RT_TRACE(_module_mp_, _drv_err_, ("!oid_rt_pro_read_efuse_hdl: parameter error!\n")); -+ return NDIS_STATUS_NOT_ACCEPTED; -+ } -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ if (rtw_efuse_access(Adapter, _FALSE, addr, cnts, data) == _FAIL) { -+ RT_TRACE(_module_mp_, _drv_err_, ("!oid_rt_pro_read_efuse_hdl: rtw_efuse_access FAIL!\n")); -+ status = NDIS_STATUS_FAILURE; -+ } else -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_write_efuse_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ PEFUSE_ACCESS_STRUCT pefuse; -+ u8 *data; -+ u16 addr = 0, cnts = 0, max_available_size = 0; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ pefuse = (PEFUSE_ACCESS_STRUCT)poid_par_priv->information_buf; -+ addr = pefuse->start_addr; -+ cnts = pefuse->cnts; -+ data = pefuse->data; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("+oid_rt_pro_write_efuse_hdl: buf_len=%d addr=0x%04x cnts=%d\n", -+ poid_par_priv->information_buf_len, addr, cnts)); -+ -+ EFUSE_GetEfuseDefinition(Adapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ -+ if ((addr + cnts) > max_available_size) { -+ RT_TRACE(_module_mp_, _drv_err_, ("!oid_rt_pro_write_efuse_hdl: parameter error")); -+ return NDIS_STATUS_NOT_ACCEPTED; -+ } -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ if (rtw_efuse_access(Adapter, _TRUE, addr, cnts, data) == _FAIL) -+ status = NDIS_STATUS_FAILURE; -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_rw_efuse_pgpkt_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ PPGPKT_STRUCT ppgpkt; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+// RT_TRACE(_module_mp_, _drv_info_, ("+oid_rt_pro_rw_efuse_pgpkt_hdl\n")); -+ -+ *poid_par_priv->bytes_rw = 0; -+ -+ if (poid_par_priv->information_buf_len < sizeof(PGPKT_STRUCT)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ ppgpkt = (PPGPKT_STRUCT)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ if (poid_par_priv->type_of_oid == QUERY_OID) -+ { -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_rw_efuse_pgpkt_hdl: Read offset=0x%x\n",\ -+ ppgpkt->offset)); -+ -+ Efuse_PowerSwitch(Adapter, _FALSE, _TRUE); -+ if (Efuse_PgPacketRead(Adapter, ppgpkt->offset, ppgpkt->data, _FALSE) == _TRUE) -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ else -+ status = NDIS_STATUS_FAILURE; -+ Efuse_PowerSwitch(Adapter, _FALSE, _FALSE); -+ } else { -+ RT_TRACE(_module_mp_, _drv_notice_, -+ ("oid_rt_pro_rw_efuse_pgpkt_hdl: Write offset=0x%x word_en=0x%x\n",\ -+ ppgpkt->offset, ppgpkt->word_en)); -+ -+ Efuse_PowerSwitch(Adapter, _TRUE, _TRUE); -+ if (Efuse_PgPacketWrite(Adapter, ppgpkt->offset, ppgpkt->word_en, ppgpkt->data, _FALSE) == _TRUE) -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ else -+ status = NDIS_STATUS_FAILURE; -+ Efuse_PowerSwitch(Adapter, _TRUE, _FALSE); -+ } -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("-oid_rt_pro_rw_efuse_pgpkt_hdl: status=0x%08X\n", status)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_efuse_current_size_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u16 size; -+ u8 ret; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len information_buf = size; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ } else -+ status = NDIS_STATUS_FAILURE; -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_efuse_max_size_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ *(u32*)poid_par_priv->information_buf = efuse_GetMaxSize(Adapter); -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("-oid_rt_get_efuse_max_size_hdl: size=%d status=0x%08X\n", -+ *(int*)poid_par_priv->information_buf, status)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_efuse_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("+oid_rt_pro_efuse_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid == QUERY_OID) -+ status = oid_rt_pro_read_efuse_hdl(poid_par_priv); -+ else -+ status = oid_rt_pro_write_efuse_hdl(poid_par_priv); -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("-oid_rt_pro_efuse_hdl: status=0x%08X\n", status)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_pro_efuse_map_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u8 *data; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ u16 mapLen=0; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_pro_efuse_map_hdl\n")); -+ -+ EFUSE_GetEfuseDefinition(Adapter, EFUSE_WIFI, TYPE_EFUSE_MAP_LEN, (PVOID)&mapLen, _FALSE); -+ -+ *poid_par_priv->bytes_rw = 0; -+ -+ if (poid_par_priv->information_buf_len < mapLen) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ data = (u8*)poid_par_priv->information_buf; -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ if (poid_par_priv->type_of_oid == QUERY_OID) -+ { -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("oid_rt_pro_efuse_map_hdl: READ\n")); -+ -+ if (rtw_efuse_map_read(Adapter, 0, mapLen, data) == _SUCCESS) -+ *poid_par_priv->bytes_rw = mapLen; -+ else { -+ RT_TRACE(_module_mp_, _drv_err_, -+ ("oid_rt_pro_efuse_map_hdl: READ fail\n")); -+ status = NDIS_STATUS_FAILURE; -+ } -+ } else { -+ // SET_OID -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("oid_rt_pro_efuse_map_hdl: WRITE\n")); -+ -+ if (rtw_efuse_map_write(Adapter, 0, mapLen, data) == _SUCCESS) -+ *poid_par_priv->bytes_rw = mapLen; -+ else { -+ RT_TRACE(_module_mp_, _drv_err_, -+ ("oid_rt_pro_efuse_map_hdl: WRITE fail\n")); -+ status = NDIS_STATUS_FAILURE; -+ } -+ } -+ -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("-oid_rt_pro_efuse_map_hdl: status=0x%08X\n", status)); -+ -+_func_exit_; -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_set_crystal_cap_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ -+ u32 crystal_cap = 0; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len information_buf);//4 -+ if (crystal_cap > 0xf) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ Adapter->mppriv.curr_crystalcap = crystal_cap; -+ -+ _irqlevel_changed_(&oldirql,LOWER); -+ SetCrystalCap(Adapter); -+ _irqlevel_changed_(&oldirql,RAISE); -+ -+_func_exit_; -+ -+#endif -+ return status; -+} -+ -+NDIS_STATUS oid_rt_set_rx_packet_type_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u8 rx_pkt_type; -+// u32 rcr_val32; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+// PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+oid_rt_set_rx_packet_type_hdl\n")); -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u8)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ rx_pkt_type = *((u8*)poid_par_priv->information_buf);//4 -+ -+ RT_TRACE(_module_mp_, _drv_info_, ("rx_pkt_type: %x\n",rx_pkt_type )); -+#if 0 -+ _irqlevel_changed_(&oldirql, LOWER); -+#if 0 -+ rcr_val8 = rtw_read8(Adapter, 0x10250048);//RCR -+ rcr_val8 &= ~(RCR_AB|RCR_AM|RCR_APM|RCR_AAP); -+ -+ if(rx_pkt_type == RX_PKT_BROADCAST){ -+ rcr_val8 |= (RCR_AB | RCR_ACRC32 ); -+ } -+ else if(rx_pkt_type == RX_PKT_DEST_ADDR){ -+ rcr_val8 |= (RCR_AAP| RCR_AM |RCR_ACRC32); -+ } -+ else if(rx_pkt_type == RX_PKT_PHY_MATCH){ -+ rcr_val8 |= (RCR_APM|RCR_ACRC32); -+ } -+ else{ -+ rcr_val8 &= ~(RCR_AAP|RCR_APM|RCR_AM|RCR_AB|RCR_ACRC32); -+ } -+ rtw_write8(padapter, 0x10250048,rcr_val8); -+#else -+ rcr_val32 = rtw_read32(padapter, RCR);//RCR = 0x10250048 -+ rcr_val32 &= ~(RCR_CBSSID|RCR_AB|RCR_AM|RCR_APM|RCR_AAP); -+#if 0 -+ if(rx_pkt_type == RX_PKT_BROADCAST){ -+ rcr_val32 |= (RCR_AB|RCR_AM|RCR_APM|RCR_AAP|RCR_ACRC32); -+ } -+ else if(rx_pkt_type == RX_PKT_DEST_ADDR){ -+ //rcr_val32 |= (RCR_CBSSID|RCR_AAP|RCR_AM|RCR_ACRC32); -+ rcr_val32 |= (RCR_CBSSID|RCR_APM|RCR_ACRC32); -+ } -+ else if(rx_pkt_type == RX_PKT_PHY_MATCH){ -+ rcr_val32 |= (RCR_APM|RCR_ACRC32); -+ //rcr_val32 |= (RCR_AAP|RCR_ACRC32); -+ } -+ else{ -+ rcr_val32 &= ~(RCR_AAP|RCR_APM|RCR_AM|RCR_AB|RCR_ACRC32); -+ } -+#else -+ switch (rx_pkt_type) -+ { -+ case RX_PKT_BROADCAST : -+ rcr_val32 |= (RCR_AB|RCR_AM|RCR_APM|RCR_AAP|RCR_ACRC32); -+ break; -+ case RX_PKT_DEST_ADDR : -+ rcr_val32 |= (RCR_AB|RCR_AM|RCR_APM|RCR_AAP|RCR_ACRC32); -+ break; -+ case RX_PKT_PHY_MATCH: -+ rcr_val32 |= (RCR_APM|RCR_ACRC32); -+ break; -+ default: -+ rcr_val32 &= ~(RCR_AAP|RCR_APM|RCR_AM|RCR_AB|RCR_ACRC32); -+ break; -+ } -+ -+ if (rx_pkt_type == RX_PKT_DEST_ADDR) { -+ padapter->mppriv.check_mp_pkt = 1; -+ } else { -+ padapter->mppriv.check_mp_pkt = 0; -+ } -+#endif -+ rtw_write32(padapter, RCR, rcr_val32); -+ -+#endif -+ _irqlevel_changed_(&oldirql, RAISE); -+#endif -+_func_exit_; -+ -+ return status; -+} -+ -+NDIS_STATUS oid_rt_pro_set_tx_agc_offset_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ u32 txagc; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len < sizeof(u32)) -+ return NDIS_STATUS_INVALID_LENGTH; -+ -+ txagc = *(u32*)poid_par_priv->information_buf; -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("oid_rt_pro_set_tx_agc_offset_hdl: 0x%08x\n", txagc)); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ SetTxAGCOffset(Adapter, txagc); -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+ -+NDIS_STATUS oid_rt_pro_set_pkt_test_mode_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+ -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ struct mp_priv *pmppriv = &Adapter->mppriv; -+ u32 type; -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) -+ return NDIS_STATUS_NOT_ACCEPTED; -+ -+ if (poid_par_priv->information_buf_len information_buf; -+ -+ if (_LOOPBOOK_MODE_ == type) { -+ pmppriv->mode = type; -+ set_fwstate(pmlmepriv, WIFI_MP_LPBK_STATE); //append txdesc -+ RT_TRACE(_module_mp_, _drv_info_, ("test mode change to loopback mode:0x%08x.\n", get_fwstate(pmlmepriv))); -+ } else if (_2MAC_MODE_ == type){ -+ pmppriv->mode = type; -+ _clr_fwstate_(pmlmepriv, WIFI_MP_LPBK_STATE); -+ RT_TRACE(_module_mp_, _drv_info_, ("test mode change to 2mac mode:0x%08x.\n", get_fwstate(pmlmepriv))); -+ } else -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+ -+unsigned int mp_ioctl_xmit_packet_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ PMP_XMIT_PARM pparm; -+ PADAPTER padapter; -+ struct mp_priv *pmp_priv; -+ struct pkt_attrib *pattrib; -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("+%s\n", __func__)); -+ -+ pparm = (PMP_XMIT_PARM)poid_par_priv->information_buf; -+ padapter = (PADAPTER)poid_par_priv->adapter_context; -+ pmp_priv = &padapter->mppriv; -+ -+ if (poid_par_priv->type_of_oid == QUERY_OID) { -+ pparm->enable = !pmp_priv->tx.stop; -+ pparm->count = pmp_priv->tx.sended; -+ } else { -+ if (pparm->enable == 0) { -+ pmp_priv->tx.stop = 1; -+ } else if (pmp_priv->tx.stop == 1) { -+ pmp_priv->tx.stop = 0; -+ pmp_priv->tx.count = pparm->count; -+ pmp_priv->tx.payload = pparm->payload_type; -+ pattrib = &pmp_priv->tx.attrib; -+ pattrib->pktlen = pparm->length; -+ _rtw_memcpy(pattrib->dst, pparm->da, ETH_ALEN); -+ SetPacketTx(padapter); -+ } else -+ return NDIS_STATUS_FAILURE; -+ } -+ -+ return NDIS_STATUS_SUCCESS; -+} -+ -+#if 0 -+unsigned int mp_ioctl_xmit_packet_hdl(struct oid_par_priv *poid_par_priv) -+{ -+ unsigned char *pframe, *pmp_pkt; -+ struct ethhdr *pethhdr; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ int llc_sz, payload_len; -+ struct mp_xmit_frame *pxframe= NULL; -+ struct mp_xmit_packet *pmp_xmitpkt = (struct mp_xmit_packet*)param; -+ u8 addr3[] = {0x02, 0xE0, 0x4C, 0x87, 0x66, 0x55}; -+ -+// DBG_871X("+mp_ioctl_xmit_packet_hdl\n"); -+ -+ pxframe = alloc_mp_xmitframe(&padapter->mppriv); -+ if (pxframe == NULL) -+ { -+ DEBUG_ERR(("Can't alloc pmpframe %d:%s\n", __LINE__, __FILE__)); -+ return -1; -+ } -+ -+ //mp_xmit_pkt -+ payload_len = pmp_xmitpkt->len - 14; -+ pmp_pkt = (unsigned char*)pmp_xmitpkt->mem; -+ pethhdr = (struct ethhdr *)pmp_pkt; -+ -+ //DBG_871X("payload_len=%d, pkt_mem=0x%x\n", pmp_xmitpkt->len, (void*)pmp_xmitpkt->mem); -+ -+ //DBG_871X("pxframe=0x%x\n", (void*)pxframe); -+ //DBG_871X("pxframe->mem=0x%x\n", (void*)pxframe->mem); -+ -+ //update attribute -+ pattrib = &pxframe->attrib; -+ memset((u8 *)(pattrib), 0, sizeof (struct pkt_attrib)); -+ pattrib->pktlen = pmp_xmitpkt->len; -+ pattrib->ether_type = ntohs(pethhdr->h_proto); -+ pattrib->hdrlen = 24; -+ pattrib->nr_frags = 1; -+ pattrib->priority = 0; -+#ifndef CONFIG_MP_LINUX -+ if(IS_MCAST(pethhdr->h_dest)) -+ pattrib->mac_id = 4; -+ else -+ pattrib->mac_id = 5; -+#else -+ pattrib->mac_id = 5; -+#endif -+ -+ // -+ memset(pxframe->mem, 0 , WLANHDR_OFFSET); -+ pframe = (u8 *)(pxframe->mem) + WLANHDR_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ SetFrameSubType(pframe, WIFI_DATA); -+ -+ _rtw_memcpy(pwlanhdr->addr1, pethhdr->h_dest, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pethhdr->h_source, ETH_ALEN); -+ -+ _rtw_memcpy(pwlanhdr->addr3, addr3, ETH_ALEN); -+ -+ pwlanhdr->seq_ctl = 0; -+ pframe += pattrib->hdrlen; -+ -+ llc_sz= rtw_put_snap(pframe, pattrib->ether_type); -+ pframe += llc_sz; -+ -+ _rtw_memcpy(pframe, (void*)(pmp_pkt+14), payload_len); -+ -+ pattrib->last_txcmdsz = pattrib->hdrlen + llc_sz + payload_len; -+ -+ DEBUG_INFO(("issuing mp_xmit_frame, tx_len=%d, ether_type=0x%x\n", pattrib->last_txcmdsz, pattrib->ether_type)); -+ xmit_mp_frame(padapter, pxframe); -+ -+ return _SUCCESS; -+} -+#endif -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_set_power_down_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#ifdef PLATFORM_OS_XP -+ _irqL oldirql; -+#endif -+ u8 bpwrup; -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+#ifdef PLATFORM_LINUX -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ PADAPTER padapter = (PADAPTER)(poid_par_priv->adapter_context); -+#endif -+#endif -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != SET_OID) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("\n ===> Setoid_rt_set_power_down_hdl.\n")); -+ -+ _irqlevel_changed_(&oldirql, LOWER); -+ -+ bpwrup = *(u8 *)poid_par_priv->information_buf; -+ //CALL the power_down function -+#ifdef PLATFORM_LINUX -+#if defined(CONFIG_RTL8712) //Linux MP insmod unknown symbol -+ dev_power_down(padapter,bpwrup); -+#endif -+#endif -+ _irqlevel_changed_(&oldirql, RAISE); -+ -+ //DEBUG_ERR(("\n <=== Query OID_RT_PRO_READ_REGISTER. -+ // Add:0x%08x Width:%d Value:0x%08x\n",RegRWStruct->offset,RegRWStruct->width,RegRWStruct->value)); -+ -+_func_exit_; -+ -+ return status; -+} -+//------------------------------------------------------------------------------ -+NDIS_STATUS oid_rt_get_power_mode_hdl(struct oid_par_priv *poid_par_priv) -+{ -+#if 0 -+ NDIS_STATUS status = NDIS_STATUS_SUCCESS; -+ PADAPTER Adapter = (PADAPTER)(poid_par_priv->adapter_context); -+//#ifdef PLATFORM_OS_XP -+// _irqL oldirql; -+//#endif -+ -+_func_enter_; -+ -+ if (poid_par_priv->type_of_oid != QUERY_OID) { -+ status = NDIS_STATUS_NOT_ACCEPTED; -+ return status; -+ } -+ if (poid_par_priv->information_buf_len < sizeof(u32)) { -+ status = NDIS_STATUS_INVALID_LENGTH; -+ return status; -+ } -+ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("\n ===> oid_rt_get_power_mode_hdl.\n")); -+ -+// _irqlevel_changed_(&oldirql, LOWER); -+ *(int*)poid_par_priv->information_buf = Adapter->registrypriv.low_power ? POWER_LOW : POWER_NORMAL; -+ *poid_par_priv->bytes_rw = poid_par_priv->information_buf_len; -+// _irqlevel_changed_(&oldirql, RAISE); -+ -+_func_exit_; -+ -+ return status; -+#else -+ return 0; -+#endif -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_odm.c linux/3rdparty/rtl8812au/core/rtw_odm.c ---- linux.old/3rdparty/rtl8812au/core/rtw_odm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_odm.c 2017-06-07 23:07:21.003686847 +0300 -@@ -0,0 +1,448 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+ -+const char *odm_comp_str[] = { -+ /* BIT0 */"ODM_COMP_DIG", -+ /* BIT1 */"ODM_COMP_RA_MASK", -+ /* BIT2 */"ODM_COMP_DYNAMIC_TXPWR", -+ /* BIT3 */"ODM_COMP_FA_CNT", -+ /* BIT4 */"ODM_COMP_RSSI_MONITOR", -+ /* BIT5 */"ODM_COMP_CCK_PD", -+ /* BIT6 */"ODM_COMP_ANT_DIV", -+ /* BIT7 */"ODM_COMP_PWR_SAVE", -+ /* BIT8 */"ODM_COMP_PWR_TRAIN", -+ /* BIT9 */"ODM_COMP_RATE_ADAPTIVE", -+ /* BIT10 */"ODM_COMP_PATH_DIV", -+ /* BIT11 */"ODM_COMP_PSD", -+ /* BIT12 */"ODM_COMP_DYNAMIC_PRICCA", -+ /* BIT13 */"ODM_COMP_RXHP", -+ /* BIT14 */"ODM_COMP_MP", -+ /* BIT15 */"ODM_COMP_CFO_TRACKING", -+ /* BIT16 */"ODM_COMP_ACS", -+ /* BIT17 */"PHYDM_COMP_ADAPTIVITY", -+ /* BIT18 */"PHYDM_COMP_RA_DBG", -+ /* BIT19 */"PHYDM_COMP_TXBF", -+ /* BIT20 */"ODM_COMP_EDCA_TURBO", -+ /* BIT21 */"ODM_COMP_EARLY_MODE", -+ /* BIT22 */"ODM_FW_DEBUG_TRACE", -+ /* BIT23 */NULL, -+ /* BIT24 */"ODM_COMP_TX_PWR_TRACK", -+ /* BIT25 */"ODM_COMP_RX_GAIN_TRACK", -+ /* BIT26 */"ODM_COMP_CALIBRATION", -+ /* BIT27 */NULL, -+ /* BIT28 */NULL, -+ /* BIT29 */"BEAMFORMING_DEBUG", -+ /* BIT30 */"ODM_COMP_COMMON", -+ /* BIT31 */"ODM_COMP_INIT", -+}; -+ -+#define RTW_ODM_COMP_MAX 32 -+ -+const char *odm_ability_str[] = { -+ /* BIT0 */"ODM_BB_DIG", -+ /* BIT1 */"ODM_BB_RA_MASK", -+ /* BIT2 */"ODM_BB_DYNAMIC_TXPWR", -+ /* BIT3 */"ODM_BB_FA_CNT", -+ /* BIT4 */"ODM_BB_RSSI_MONITOR", -+ /* BIT5 */"ODM_BB_CCK_PD", -+ /* BIT6 */"ODM_BB_ANT_DIV", -+ /* BIT7 */"ODM_BB_PWR_SAVE", -+ /* BIT8 */"ODM_BB_PWR_TRAIN", -+ /* BIT9 */"ODM_BB_RATE_ADAPTIVE", -+ /* BIT10 */"ODM_BB_PATH_DIV", -+ /* BIT11 */"ODM_BB_PSD", -+ /* BIT12 */"ODM_BB_RXHP", -+ /* BIT13 */"ODM_BB_ADAPTIVITY", -+ /* BIT14 */"ODM_BB_CFO_TRACKING", -+ /* BIT15 */"ODM_BB_NHM_CNT", -+ /* BIT16 */"ODM_BB_PRIMARY_CCA", -+ /* BIT17 */"ODM_BB_TXBF", -+ /* BIT18 */NULL, -+ /* BIT19 */NULL, -+ /* BIT20 */"ODM_MAC_EDCA_TURBO", -+ /* BIT21 */"ODM_MAC_EARLY_MODE", -+ /* BIT22 */NULL, -+ /* BIT23 */NULL, -+ /* BIT24 */"ODM_RF_TX_PWR_TRACK", -+ /* BIT25 */"ODM_RF_RX_GAIN_TRACK", -+ /* BIT26 */"ODM_RF_CALIBRATION", -+}; -+ -+#define RTW_ODM_ABILITY_MAX 27 -+ -+const char *odm_dbg_level_str[] = { -+ NULL, -+ "ODM_DBG_OFF", -+ "ODM_DBG_SERIOUS", -+ "ODM_DBG_WARNING", -+ "ODM_DBG_LOUD", -+ "ODM_DBG_TRACE", -+}; -+ -+#define RTW_ODM_DBG_LEVEL_NUM 6 -+ -+void rtw_odm_dbg_comp_msg(void *sel, _adapter *adapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &pHalData->odmpriv; -+ int cnt = 0; -+ u64 dbg_comp = 0; -+ int i; -+ -+ rtw_hal_get_odm_var(adapter, HAL_ODM_DBG_FLAG, &dbg_comp, NULL); -+ -+ DBG_871X_SEL_NL(sel, "odm.DebugComponents = 0x%016llx\n", dbg_comp); -+ for (i=0;iodmpriv; -+ int cnt = 0; -+ u32 dbg_level = 0; -+ int i; -+ -+ rtw_hal_get_odm_var(adapter, HAL_ODM_DBG_LEVEL, &dbg_level, NULL); -+ DBG_871X_SEL_NL(sel, "odm.DebugLevel = %u\n", dbg_level); -+ for (i=0;iodmpriv; -+ int cnt = 0; -+ u32 ability = 0; -+ int i; -+ -+ ability = rtw_phydm_ability_get(adapter); -+ DBG_871X_SEL_NL(sel, "odm.SupportAbility = 0x%08x\n", ability); -+ for (i=0;iregistrypriv; -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &hal_data->odmpriv; -+ -+ DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_EN_"); -+ -+ if (regsty->adaptivity_en == RTW_ADAPTIVITY_EN_DISABLE) { -+ DBG_871X_SEL(sel, "DISABLE\n"); -+ } else if (regsty->adaptivity_en == RTW_ADAPTIVITY_EN_ENABLE) { -+ DBG_871X_SEL(sel, "ENABLE\n"); -+ } else { -+ DBG_871X_SEL(sel, "INVALID\n"); -+ } -+} -+ -+#define RTW_ADAPTIVITY_MODE_NORMAL 0 -+#define RTW_ADAPTIVITY_MODE_CARRIER_SENSE 1 -+ -+void rtw_odm_adaptivity_mode_msg(void *sel, _adapter *adapter) -+{ -+ struct registry_priv *regsty = &adapter->registrypriv; -+ -+ DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_MODE_"); -+ -+ if (regsty->adaptivity_mode == RTW_ADAPTIVITY_MODE_NORMAL) { -+ DBG_871X_SEL(sel, "NORMAL\n"); -+ } else if (regsty->adaptivity_mode == RTW_ADAPTIVITY_MODE_CARRIER_SENSE) { -+ DBG_871X_SEL(sel, "CARRIER_SENSE\n"); -+ } else { -+ DBG_871X_SEL(sel, "INVALID\n"); -+ } -+} -+ -+#define RTW_ADAPTIVITY_DML_DISABLE 0 -+#define RTW_ADAPTIVITY_DML_ENABLE 1 -+ -+void rtw_odm_adaptivity_dml_msg(void *sel, _adapter *adapter) -+{ -+ struct registry_priv *regsty = &adapter->registrypriv; -+ -+ DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_DML_"); -+ -+ if (regsty->adaptivity_dml == RTW_ADAPTIVITY_DML_DISABLE) { -+ DBG_871X_SEL(sel, "DISABLE\n"); -+ } else if (regsty->adaptivity_dml == RTW_ADAPTIVITY_DML_ENABLE) { -+ DBG_871X_SEL(sel, "ENABLE\n"); -+ } else { -+ DBG_871X_SEL(sel, "INVALID\n"); -+ } -+} -+ -+void rtw_odm_adaptivity_dc_backoff_msg(void *sel, _adapter *adapter) -+{ -+ struct registry_priv *regsty = &adapter->registrypriv; -+ -+ DBG_871X_SEL_NL(sel, "RTW_ADAPTIVITY_DC_BACKOFF:%u\n", regsty->adaptivity_dc_backoff); -+} -+ -+void rtw_odm_adaptivity_config_msg(void *sel, _adapter *adapter) -+{ -+ rtw_odm_adaptivity_ver_msg(sel, adapter); -+ rtw_odm_adaptivity_en_msg(sel, adapter); -+ rtw_odm_adaptivity_mode_msg(sel, adapter); -+ rtw_odm_adaptivity_dml_msg(sel, adapter); -+ rtw_odm_adaptivity_dc_backoff_msg(sel, adapter); -+} -+ -+bool rtw_odm_adaptivity_needed(_adapter *adapter) -+{ -+ struct registry_priv *regsty = &adapter->registrypriv; -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ bool ret = _FALSE; -+ -+ if (regsty->adaptivity_en == RTW_ADAPTIVITY_EN_ENABLE) -+ ret = _TRUE; -+ -+ return ret; -+} -+ -+void rtw_odm_adaptivity_parm_msg(void *sel, _adapter *adapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &pHalData->odmpriv; -+ -+ rtw_odm_adaptivity_config_msg(sel, adapter); -+ -+ DBG_871X_SEL_NL(sel, "%10s %16s %16s %22s %12s\n" -+ , "TH_L2H_ini", "TH_EDCCA_HL_diff", "TH_L2H_ini_mode2", "TH_EDCCA_HL_diff_mode2", "EDCCA_enable"); -+ DBG_871X_SEL_NL(sel, "0x%-8x %-16d 0x%-14x %-22d %-12d\n" -+ , (u8)odm->TH_L2H_ini -+ , odm->TH_EDCCA_HL_diff -+ , (u8)odm->TH_L2H_ini_mode2 -+ , odm->TH_EDCCA_HL_diff_mode2 -+ , odm->EDCCA_enable -+ ); -+ -+ DBG_871X_SEL_NL(sel, "%15s %9s\n", "AdapEnableState", "Adap_Flag"); -+ DBG_871X_SEL_NL(sel, "%-15x %-9x\n" -+ , odm->Adaptivity_enable -+ , odm->adaptivity_flag -+ ); -+} -+ -+void rtw_odm_adaptivity_parm_set(_adapter *adapter, s8 TH_L2H_ini, s8 TH_EDCCA_HL_diff, s8 TH_L2H_ini_mode2, s8 TH_EDCCA_HL_diff_mode2, u8 EDCCA_enable) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &pHalData->odmpriv; -+ -+ odm->TH_L2H_ini = TH_L2H_ini; -+ odm->TH_EDCCA_HL_diff = TH_EDCCA_HL_diff; -+ odm->TH_L2H_ini_mode2 = TH_L2H_ini_mode2; -+ odm->TH_EDCCA_HL_diff_mode2 = TH_EDCCA_HL_diff_mode2; -+ odm->EDCCA_enable = EDCCA_enable; -+} -+ -+void rtw_odm_get_perpkt_rssi(void *sel, _adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ DM_ODM_T *odm = &(hal_data->odmpriv); -+ -+ DBG_871X_SEL_NL(sel,"RxRate = %s, RSSI_A = %d(%%), RSSI_B = %d(%%)\n", -+ HDATA_RATE(odm->RxRate), odm->RSSI_A, odm->RSSI_B); -+} -+ -+ -+void rtw_odm_acquirespinlock(_adapter *adapter, RT_SPINLOCK_TYPE type) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(adapter); -+ _irqL irqL; -+ -+ switch(type) -+ { -+ case RT_IQK_SPINLOCK: -+ _enter_critical_bh(&pHalData->IQKSpinLock, &irqL); -+ default: -+ break; -+ } -+} -+ -+void rtw_odm_releasespinlock(_adapter *adapter, RT_SPINLOCK_TYPE type) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(adapter); -+ _irqL irqL; -+ -+ switch(type) -+ { -+ case RT_IQK_SPINLOCK: -+ _exit_critical_bh(&pHalData->IQKSpinLock, &irqL); -+ default: -+ break; -+ } -+} -+ -+#ifdef CONFIG_DFS_MASTER -+VOID rtw_odm_radar_detect_reset(_adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ PDM_ODM_T pDM_Odm = &(hal_data->odmpriv); -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8192D) { -+ ODM_SetBBReg(pDM_Odm, 0xc84 , BIT25, 0); -+ ODM_SetBBReg(pDM_Odm, 0xc84 , BIT25, 1); -+ } else if (pDM_Odm->SupportICType & ODM_RTL8821) { -+ ODM_SetBBReg(pDM_Odm, 0x924 , BIT15, 0); -+ ODM_SetBBReg(pDM_Odm, 0x924 , BIT15, 1); -+ } else { -+ /* not supported yet */ -+ rtw_warn_on(1); -+ } -+} -+ -+VOID rtw_odm_radar_detect_disable(_adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ PDM_ODM_T pDM_Odm = &(hal_data->odmpriv); -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8192D) -+ ODM_SetBBReg(pDM_Odm, 0xc84 , BIT25, 0); -+ else if (pDM_Odm->SupportICType & ODM_RTL8821) -+ ODM_SetBBReg(pDM_Odm, 0x924 , BIT15, 0); -+ else -+ rtw_warn_on(1); -+} -+ -+/* called after ch, bw is set, chance to adjust parameter for different ch conditions */ -+VOID rtw_odm_radar_detect_enable(_adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ PDM_ODM_T pDM_Odm = &(hal_data->odmpriv); -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8192D) { -+ ODM_SetBBReg(pDM_Odm, 0xc38, BIT23 | BIT22, 2); -+ ODM_SetBBReg(pDM_Odm, 0x814, bMaskDWord, 0x04cc4d10); -+ ODM_SetBBReg(pDM_Odm, 0xc8c, BIT23 | BIT22, 3); -+ ODM_SetBBReg(pDM_Odm, 0xc30, 0xf, 0xa); -+ ODM_SetBBReg(pDM_Odm, 0xcdc, 0xf0000, 4); -+ } else if (pDM_Odm->SupportICType & ODM_RTL8821) { -+ ODM_SetBBReg(pDM_Odm, 0x814, 0x3fffffff, 0x04cc4d10); -+ ODM_SetBBReg(pDM_Odm, 0x834, bMaskByte0, 0x06); -+ ODM_SetBBReg(pDM_Odm, 0x918, bMaskDWord, 0x1c16ecdf); -+ ODM_SetBBReg(pDM_Odm, 0x924, bMaskDWord, 0x0152a400); -+ ODM_SetBBReg(pDM_Odm, 0x91c, bMaskDWord, 0x0fa21a20); -+ ODM_SetBBReg(pDM_Odm, 0x920, bMaskDWord, 0xe0f57204); -+ } else { -+ /* not supported yet */ -+ rtw_warn_on(1); -+ } -+ -+ rtw_odm_radar_detect_reset(adapter); -+} -+ -+BOOLEAN rtw_odm_radar_detect(_adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ PDM_ODM_T pDM_Odm = &(hal_data->odmpriv); -+ BOOLEAN enable_DFS = FALSE; -+ BOOLEAN bypass = FALSE; -+ BOOLEAN radar_detected = FALSE; -+ -+ static u8Byte last_tx_unicast = 0; -+ static u8Byte last_rx_unicast = 0; -+ static u8Byte throughput = 0; -+ int tp_th = ((*pDM_Odm->pBandWidth == ODM_BW40M) ? 45 : 20); /*refer AP team's testing number*/ -+ -+ throughput = (*(pDM_Odm->pNumTxBytesUnicast) - last_tx_unicast) + (*(pDM_Odm->pNumRxBytesUnicast) - last_rx_unicast); -+ last_tx_unicast = *(pDM_Odm->pNumTxBytesUnicast); -+ last_rx_unicast = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ if (throughput>>18 > tp_th) { -+ if (pDM_Odm->SupportICType & ODM_RTL8192D) -+ ODM_SetBBReg(pDM_Odm, 0xcdc, BIT8|BIT9, 0); -+ bypass = TRUE; -+ } else { -+ if (pDM_Odm->SupportICType & ODM_RTL8192D) -+ ODM_SetBBReg(pDM_Odm, 0xcdc, BIT8|BIT9, 1); -+ } -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8192D) { -+ if (ODM_GetBBReg(pDM_Odm , 0xc84, BIT25)) -+ enable_DFS = TRUE; -+ } else if (pDM_Odm->SupportICType & ODM_RTL8821) { -+ if (ODM_GetBBReg(pDM_Odm , 0x924, BIT15)) -+ enable_DFS = TRUE; -+ } -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8192D) { -+ if (ODM_GetBBReg(pDM_Odm , 0xcf8, BIT23)) -+ radar_detected = TRUE; -+ } else if (pDM_Odm->SupportICType & ODM_RTL8821) { -+ if (ODM_GetBBReg(pDM_Odm , 0xf98, BIT17)) -+ radar_detected = TRUE; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD -+ , ("Radar detect: enable_DFS:%d, radar_detected:%d, bypass:%d\n" -+ , enable_DFS, radar_detected, bypass)); -+ if (0) -+ DBG_871X("Radar detect: enable_DFS:%d, radar_detected:%d, bypass:%d(throughput:%llu, tp_th:%d)\n" -+ , enable_DFS, radar_detected, bypass, throughput, tp_th); -+ -+ if (enable_DFS && radar_detected) -+ rtw_odm_radar_detect_reset(adapter); -+ -+exit: -+ return (enable_DFS && radar_detected && !bypass); -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_p2p.c linux/3rdparty/rtl8812au/core/rtw_p2p.c ---- linux.old/3rdparty/rtl8812au/core/rtw_p2p.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_p2p.c 2017-06-07 23:07:21.004686938 +0300 -@@ -0,0 +1,5395 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_P2P_C_ -+ -+#include -+ -+#ifdef CONFIG_P2P -+ -+int rtw_p2p_is_channel_list_ok( u8 desired_ch, u8* ch_list, u8 ch_cnt ) -+{ -+ int found = 0, i = 0; -+ -+ for( i = 0; i < ch_cnt; i++ ) -+ { -+ if ( ch_list[ i ] == desired_ch ) -+ { -+ found = 1; -+ break; -+ } -+ } -+ return( found ); -+} -+ -+int is_any_client_associated(_adapter *padapter) -+{ -+ return padapter->stapriv.asoc_list_cnt ? _TRUE : _FALSE; -+} -+ -+static u32 go_add_group_info_attr(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ _irqL irqL; -+ _list *phead, *plist; -+ u32 len=0; -+ u16 attr_len = 0; -+ u8 tmplen, *pdata_attr, *pstart, *pcur; -+ struct sta_info *psta = NULL; -+ _adapter *padapter = pwdinfo->padapter; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ pdata_attr = rtw_zmalloc(MAX_P2P_IE_LEN); -+ -+ if(NULL == pdata_attr){ -+ DBG_871X("%s pdata_attr malloc failed \n", __FUNCTION__); -+ goto _exit; -+ } -+ -+ pstart = pdata_attr; -+ pcur = pdata_attr; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ //look up sta asoc_queue -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ -+ plist = get_next(plist); -+ -+ -+ if(psta->is_p2p_device) -+ { -+ tmplen = 0; -+ -+ pcur++; -+ -+ //P2P device address -+ _rtw_memcpy(pcur, psta->dev_addr, ETH_ALEN); -+ pcur += ETH_ALEN; -+ -+ //P2P interface address -+ _rtw_memcpy(pcur, psta->hwaddr, ETH_ALEN); -+ pcur += ETH_ALEN; -+ -+ *pcur = psta->dev_cap; -+ pcur++; -+ -+ //*(u16*)(pcur) = cpu_to_be16(psta->config_methods); -+ RTW_PUT_BE16(pcur, psta->config_methods); -+ pcur += 2; -+ -+ _rtw_memcpy(pcur, psta->primary_dev_type, 8); -+ pcur += 8; -+ -+ *pcur = psta->num_of_secdev_type; -+ pcur++; -+ -+ _rtw_memcpy(pcur, psta->secdev_types_list, psta->num_of_secdev_type*8); -+ pcur += psta->num_of_secdev_type*8; -+ -+ if(psta->dev_name_len>0) -+ { -+ //*(u16*)(pcur) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ RTW_PUT_BE16(pcur, WPS_ATTR_DEVICE_NAME); -+ pcur += 2; -+ -+ //*(u16*)(pcur) = cpu_to_be16( psta->dev_name_len ); -+ RTW_PUT_BE16(pcur, psta->dev_name_len); -+ pcur += 2; -+ -+ _rtw_memcpy(pcur, psta->dev_name, psta->dev_name_len); -+ pcur += psta->dev_name_len; -+ } -+ -+ -+ tmplen = (u8)(pcur-pstart); -+ -+ *pstart = (tmplen-1); -+ -+ attr_len += tmplen; -+ -+ //pstart += tmplen; -+ pstart = pcur; -+ -+ } -+ -+ -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ if(attr_len>0) -+ { -+ len = rtw_set_p2p_attr_content(pbuf, P2P_ATTR_GROUP_INFO, attr_len, pdata_attr); -+ } -+ -+ rtw_mfree(pdata_attr, MAX_P2P_IE_LEN); -+ -+_exit: -+ return len; -+ -+} -+ -+static void issue_group_disc_req(struct wifidirect_info *pwdinfo, u8 *da) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ _adapter *padapter = pwdinfo->padapter; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ unsigned char category = RTW_WLAN_CATEGORY_P2P;//P2P action frame -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_GO_DISC_REQUEST; -+ u8 dialogToken=0; -+ -+ DBG_871X("[%s]\n", __FUNCTION__); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pwdinfo->interface_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pwdinfo->interface_addr, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ //Build P2P action frame header -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ //there is no IE in this P2P action frame -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+} -+ -+static void issue_p2p_devdisc_resp(struct wifidirect_info *pwdinfo, u8 *da, u8 status, u8 dialogToken) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ _adapter *padapter = pwdinfo->padapter; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_DEVDISC_RESP; -+ u8 p2pie[8] = { 0x00 }; -+ u32 p2pielen = 0; -+ -+ DBG_871X("[%s]\n", __FUNCTION__); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pwdinfo->device_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pwdinfo->device_addr, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ //Build P2P public action frame header -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ -+ //Build P2P IE -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // P2P_ATTR_STATUS -+ p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_STATUS, 1, &status); -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, p2pie, &pattrib->pktlen); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+} -+ -+static void issue_p2p_provision_resp(struct wifidirect_info *pwdinfo, u8* raddr, u8* frame_body, u16 config_method) -+{ -+ _adapter *padapter = pwdinfo->padapter; -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u8 dialogToken = frame_body[7]; // The Dialog Token of provisioning discovery request frame. -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_PROVISION_DISC_RESP; -+ u8 wpsie[ 100 ] = { 0x00 }; -+ u8 wpsielen = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, raddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ wpsielen = 0; -+ // WPS OUI -+ //*(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ RTW_PUT_BE32(wpsie, WPSOUI); -+ wpsielen += 4; -+ -+#if 0 -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+#endif -+ -+ // Config Method -+ // Type: -+ //*(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_CONF_METHOD ); -+ RTW_PUT_BE16(wpsie + wpsielen, WPS_ATTR_CONF_METHOD); -+ wpsielen += 2; -+ -+ // Length: -+ //*(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ RTW_PUT_BE16(wpsie + wpsielen, 0x0002); -+ wpsielen += 2; -+ -+ // Value: -+ //*(u16*) ( wpsie + wpsielen ) = cpu_to_be16( config_method ); -+ RTW_PUT_BE16(wpsie + wpsielen, config_method); -+ wpsielen += 2; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pattrib->pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_provdisc_resp_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ return; -+ -+} -+ -+static void issue_p2p_presence_resp(struct wifidirect_info *pwdinfo, u8 *da, u8 status, u8 dialogToken) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ _adapter *padapter = pwdinfo->padapter; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ unsigned char category = RTW_WLAN_CATEGORY_P2P;//P2P action frame -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_PRESENCE_RESPONSE; -+ u8 p2pie[ MAX_P2P_IE_LEN] = { 0x00 }; -+ u8 noa_attr_content[32] = { 0x00 }; -+ u32 p2pielen = 0; -+ -+ DBG_871X("[%s]\n", __FUNCTION__); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pwdinfo->interface_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pwdinfo->interface_addr, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ //Build P2P action frame header -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ -+ //Add P2P IE header -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ //Add Status attribute in P2P IE -+ p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_STATUS, 1, &status); -+ -+ //Add NoA attribute in P2P IE -+ noa_attr_content[0] = 0x1;//index -+ noa_attr_content[1] = 0x0;//CTWindow and OppPS Parameters -+ -+ //todo: Notice of Absence Descriptor(s) -+ -+ p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_NOA, 2, noa_attr_content); -+ -+ -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, p2pie, &(pattrib->pktlen)); -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+} -+ -+u32 build_beacon_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 p2pie[ MAX_P2P_IE_LEN] = { 0x00 }; -+ u16 capability=0; -+ u32 len=0, p2pielen = 0; -+ -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ -+ // According to the P2P Specification, the beacon frame should contain 3 P2P attributes -+ // 1. P2P Capability -+ // 2. P2P Device ID -+ // 3. Notice of Absence ( NOA ) -+ -+ // P2P Capability ATTR -+ // Type: -+ // Length: -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ // Be able to participate in additional P2P Groups and -+ // support the P2P Invitation Procedure -+ // Group Capability Bitmap, 1 byte -+ capability = P2P_DEVCAP_INVITATION_PROC|P2P_DEVCAP_CLIENT_DISCOVERABILITY; -+ capability |= ((P2P_GRPCAP_GO | P2P_GRPCAP_INTRABSS) << 8); -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_PROVISIONING_ING)) -+ capability |= (P2P_GRPCAP_GROUP_FORMATION<<8); -+ -+ capability = cpu_to_le16(capability); -+ -+ p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_CAPABILITY, 2, (u8*)&capability); -+ -+ -+ // P2P Device ID ATTR -+ p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_DEVICE_ID, ETH_ALEN, pwdinfo->device_addr); -+ -+ -+ // Notice of Absence ATTR -+ // Type: -+ // Length: -+ // Value: -+ -+ //go_add_noa_attr(pwdinfo); -+ -+ -+ pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &len); -+ -+ -+ return len; -+ -+} -+ -+#ifdef CONFIG_WFD -+u32 build_beacon_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u16 val16=0; -+ u32 len=0, wfdielen = 0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110812 -+ // According to the WFD Specification, the beacon frame should contain 4 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID -+ // 3. Coupled Sink Information -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ -+ if ( P2P_ROLE_GO == pwdinfo->role ) -+ { -+ if ( is_any_client_associated( pwdinfo->padapter ) ) -+ { -+ // WFD primary sink + WiFi Direct mode + WSD (WFD Service Discovery) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ } -+ else -+ { -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD (WFD Service Discovery) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ } -+ -+ } -+ else -+ { -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ } -+ -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_probe_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u16 val16=0; -+ u32 len=0, wfdielen = 0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110812 -+ // According to the WFD Specification, the probe request frame should contain 4 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID -+ // 3. Coupled Sink Information -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ -+ if ( 1 == pwdinfo->wfd_tdls_enable ) -+ { -+ // WFD primary sink + available for WFD session + WiFi TDLS mode + WSC ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | -+ WFD_DEVINFO_SESSION_AVAIL | -+ WFD_DEVINFO_WSD | -+ WFD_DEVINFO_PC_TDLS; -+ RTW_PUT_BE16(wfdie + wfdielen, val16 ); -+ } -+ else -+ { -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSC ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | -+ WFD_DEVINFO_SESSION_AVAIL | -+ WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16 ); -+ } -+ -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_probe_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 tunneled) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110812 -+ // According to the WFD Specification, the probe response frame should contain 4 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID -+ // 3. Coupled Sink Information -+ // 4. WFD Session Information -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + available for WFD session + WiFi Direct mode -+ -+ if ( _TRUE == pwdinfo->session_available ) -+ { -+ if ( P2P_ROLE_GO == pwdinfo->role ) -+ { -+ if ( is_any_client_associated( pwdinfo->padapter ) ) -+ { -+ if ( pwdinfo->wfd_tdls_enable ) -+ { -+ // TDLS mode + WSD ( WFD Service Discovery ) -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_WSD | WFD_DEVINFO_PC_TDLS | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ else -+ { -+ // WiFi Direct mode + WSD ( WFD Service Discovery ) -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_WSD | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ } -+ else -+ { -+ if ( pwdinfo->wfd_tdls_enable ) -+ { -+ // available for WFD session + TDLS mode + WSD ( WFD Service Discovery ) -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD | WFD_DEVINFO_PC_TDLS | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ else -+ { -+ // available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ } -+ } -+ else -+ { -+ if ( pwdinfo->wfd_tdls_enable ) -+ { -+ // available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD | WFD_DEVINFO_PC_TDLS | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ else -+ { -+ -+ // available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ } -+ } -+ else -+ { -+ if ( pwdinfo->wfd_tdls_enable ) -+ { -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_WSD |WFD_DEVINFO_PC_TDLS | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ else -+ { -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_WSD | WFD_DEVINFO_HDCP_SUPPORT); -+ } -+ -+ } -+ -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ // WFD Session Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_SESSION_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0000); -+ wfdielen += 2; -+ -+ // Todo: to add the list of WFD device info descriptor in WFD group. -+ -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_TDLS -+ if ( ( tunneled == 0 ) && ( padapter->pbuddy_adapter->wdinfo.wfd_tdls_enable == 1 ) ) -+ { -+ // Alternative MAC Address ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ALTER_MAC; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, ETH_ALEN ); -+ wfdielen += 2; -+ -+ // Value: -+ // Alternative MAC Address -+ _rtw_memcpy(wfdie + wfdielen, adapter_mac_addr(padapter->pbuddy_adapter), ETH_ALEN); -+ // This mac address is used to make the WFD session when TDLS is enable. -+ -+ wfdielen += ETH_ALEN; -+ } -+#endif // CONFIG_TDLS -+#endif // CONFIG_CONCURRENT_MODE -+ -+ pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_assoc_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u16 val16=0; -+ u32 len=0, wfdielen = 0; -+ _adapter *padapter = NULL; -+ struct mlme_priv *pmlmepriv = NULL; -+ struct wifi_display_info *pwfd_info = NULL; -+ -+ // WFD OUI -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) || rtw_p2p_chk_state(pwdinfo, P2P_STATE_IDLE)) -+ { -+ return 0; -+ } -+ -+ padapter = pwdinfo->padapter; -+ pmlmepriv = &padapter->mlmepriv; -+ pwfd_info = padapter->wdinfo.wfd_info; -+ -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110812 -+ // According to the WFD Specification, the probe request frame should contain 4 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID -+ // 3. Coupled Sink Information -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_assoc_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ u16 val16=0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110812 -+ // According to the WFD Specification, the probe request frame should contain 4 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID -+ // 3. Coupled Sink Information -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_nego_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ u16 val16=0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110825 -+ // According to the WFD Specification, the negotiation request frame should contain 3 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID ( Optional ) -+ // 3. Local IP Adress ( Optional ) -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + WiFi Direct mode + WSD ( WFD Service Discovery ) + WFD Session Available -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_WSD | WFD_DEVINFO_SESSION_AVAIL; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_nego_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ u16 val16=0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110825 -+ // According to the WFD Specification, the negotiation request frame should contain 3 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID ( Optional ) -+ // 3. Local IP Adress ( Optional ) -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + WiFi Direct mode + WSD ( WFD Service Discovery ) + WFD Session Available -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_WSD | WFD_DEVINFO_SESSION_AVAIL; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_nego_confirm_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ u16 val16=0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110825 -+ // According to the WFD Specification, the negotiation request frame should contain 3 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID ( Optional ) -+ // 3. Local IP Adress ( Optional ) -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + WiFi Direct mode + WSD ( WFD Service Discovery ) + WFD Session Available -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_WSD | WFD_DEVINFO_SESSION_AVAIL; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ -+ pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_invitation_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ u16 val16=0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110825 -+ // According to the WFD Specification, the provision discovery request frame should contain 3 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID ( Optional ) -+ // 3. Local IP Adress ( Optional ) -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ if ( P2P_ROLE_GO == pwdinfo->role ) -+ { -+ // WFD Session Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_SESSION_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0000); -+ wfdielen += 2; -+ -+ // Todo: to add the list of WFD device info descriptor in WFD group. -+ -+ } -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_invitation_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u16 val16=0; -+ u32 len=0, wfdielen = 0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110825 -+ // According to the WFD Specification, the provision discovery request frame should contain 3 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID ( Optional ) -+ // 3. Local IP Adress ( Optional ) -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ if ( P2P_ROLE_GO == pwdinfo->role ) -+ { -+ // WFD Session Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_SESSION_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0000); -+ wfdielen += 2; -+ -+ // Todo: to add the list of WFD device info descriptor in WFD group. -+ -+ } -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_provdisc_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ u16 val16=0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110825 -+ // According to the WFD Specification, the provision discovery request frame should contain 3 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID ( Optional ) -+ // 3. Local IP Adress ( Optional ) -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_provdisc_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 len=0, wfdielen = 0; -+ u16 val16=0; -+ _adapter *padapter = pwdinfo->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info* pwfd_info = padapter->wdinfo.wfd_info; -+ -+ // WFD OUI -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; // WFA WFD v1.0 -+ -+ // Commented by Albert 20110825 -+ // According to the WFD Specification, the provision discovery response frame should contain 3 WFD attributes -+ // 1. WFD Device Information -+ // 2. Associated BSSID ( Optional ) -+ // 3. Local IP Adress ( Optional ) -+ -+ -+ // WFD Device Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value1: -+ // WFD device information -+ // WFD primary sink + available for WFD session + WiFi Direct mode + WSD ( WFD Service Discovery ) -+ val16 = pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL | WFD_DEVINFO_WSD; -+ RTW_PUT_BE16(wfdie + wfdielen, val16); -+ wfdielen += 2; -+ -+ // Value2: -+ // Session Management Control Port -+ // Default TCP port for RTSP messages is 554 -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ // Value3: -+ // WFD Device Maximum Throughput -+ // 300Mbps is the maximum throughput -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ // Associated BSSID ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ // Value: -+ // Associated BSSID -+ if ( check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE ) -+ { -+ _rtw_memcpy( wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN ); -+ } -+ else -+ { -+ _rtw_memset( wfdie + wfdielen, 0x00, ETH_ALEN ); -+ } -+ -+ wfdielen += ETH_ALEN; -+ -+ // Coupled Sink Information ATTR -+ // Type: -+ wfdie[ wfdielen++ ] = WFD_ATTR_COUPLED_SINK_INFO; -+ -+ // Length: -+ // Note: In the WFD specification, the size of length field is 2. -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0007); -+ wfdielen += 2; -+ -+ // Value: -+ // Coupled Sink Status bitmap -+ // Not coupled/available for Coupling -+ wfdie[ wfdielen++ ] = 0; -+ // MAC Addr. -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ wfdie[ wfdielen++ ] = 0; -+ -+ rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, &len); -+ -+ return len; -+ -+} -+ -+ -+#endif //CONFIG_WFD -+ -+u32 build_probe_resp_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u8 p2pie[ MAX_P2P_IE_LEN] = { 0x00 }; -+ u32 len=0, p2pielen = 0; -+#ifdef CONFIG_INTEL_WIDI -+ struct mlme_priv *pmlmepriv = &(pwdinfo->padapter->mlmepriv); -+ u8 zero_array_check[L2SDTA_SERVICE_VE_LEN] = { 0x00 }; -+ u8 widi_version = 0, i = 0; -+ -+ if( _rtw_memcmp( pmlmepriv->sa_ext, zero_array_check, L2SDTA_SERVICE_VE_LEN ) == _FALSE ) -+ { -+ widi_version = 35; -+ } -+ else if( pmlmepriv->num_p2p_sdt != 0 ) -+ { -+ widi_version = 40; -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20100907 -+ // According to the P2P Specification, the probe response frame should contain 5 P2P attributes -+ // 1. P2P Capability -+ // 2. Extended Listen Timing -+ // 3. Notice of Absence ( NOA ) ( Only GO needs this ) -+ // 4. Device Info -+ // 5. Group Info ( Only GO need this ) -+ -+ // P2P Capability ATTR -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ RTW_PUT_LE16(p2pie + p2pielen, 0x0002); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ -+ // Group Capability Bitmap, 1 byte -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ p2pie[ p2pielen ] = (P2P_GRPCAP_GO | P2P_GRPCAP_INTRABSS); -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_PROVISIONING_ING)) -+ p2pie[ p2pielen ] |= P2P_GRPCAP_GROUP_FORMATION; -+ -+ p2pielen++; -+ } -+ else if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_DEVICE) ) -+ { -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_PERSISTENT_GROUP | DMP_P2P_GRPCAP_SUPPORT; -+ else -+ p2pie[ p2pielen++ ] = DMP_P2P_GRPCAP_SUPPORT; -+ } -+ -+ // Extended Listen Timing ATTR -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_EX_LISTEN_TIMING; -+ -+ // Length: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0004 ); -+ RTW_PUT_LE16(p2pie + p2pielen, 0x0004); -+ p2pielen += 2; -+ -+ // Value: -+ // Availability Period -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ RTW_PUT_LE16(p2pie + p2pielen, 0xFFFF); -+ p2pielen += 2; -+ -+ // Availability Interval -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0xFFFF ); -+ RTW_PUT_LE16(p2pie + p2pielen, 0xFFFF); -+ p2pielen += 2; -+ -+ -+ // Notice of Absence ATTR -+ // Type: -+ // Length: -+ // Value: -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ //go_add_noa_attr(pwdinfo); -+ } -+ -+ // Device Info ATTR -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+#ifdef CONFIG_INTEL_WIDI -+ if( widi_version == 35 ) -+ { -+ RTW_PUT_LE16(p2pie + p2pielen, 21 + 8 + pwdinfo->device_name_len); -+ } -+ else if( widi_version == 40 ) -+ { -+ RTW_PUT_LE16(p2pie + p2pielen, 21 + 8 * pmlmepriv->num_p2p_sdt + pwdinfo->device_name_len); -+ } -+ else -+#endif //CONFIG_INTEL_WIDI -+ RTW_PUT_LE16(p2pie + p2pielen, 21 + pwdinfo->device_name_len); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_addr, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ -+ // Config Method -+ // This field should be big endian. Noted by P2P specification. -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->supported_wps_cm ); -+ RTW_PUT_BE16(p2pie + p2pielen, pwdinfo->supported_wps_cm); -+ p2pielen += 2; -+ -+#ifdef CONFIG_INTEL_WIDI -+ if( widi_version == 40 ) -+ { -+ // Primary Device Type -+ // Category ID -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ RTW_PUT_BE16(p2pie + p2pielen, pmlmepriv->p2p_pdt_cid ); -+ p2pielen += 2; -+ -+ // OUI -+ //*(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ RTW_PUT_BE32(p2pie + p2pielen, WPSOUI); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ RTW_PUT_BE16(p2pie + p2pielen, pmlmepriv->p2p_pdt_scid); -+ p2pielen += 2; -+ } -+ else -+#endif //CONFIG_INTEL_WIDI -+ { -+ // Primary Device Type -+ // Category ID -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_PDT_CID_MULIT_MEDIA); -+ p2pielen += 2; -+ -+ // OUI -+ //*(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ RTW_PUT_BE32(p2pie + p2pielen, WPSOUI); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_PDT_SCID_MEDIA_SERVER); -+ p2pielen += 2; -+ } -+ -+ // Number of Secondary Device Types -+#ifdef CONFIG_INTEL_WIDI -+ if( widi_version == 35 ) -+ { -+ p2pie[ p2pielen++ ] = 0x01; -+ -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_PDT_CID_DISPLAYS); -+ p2pielen += 2; -+ -+ RTW_PUT_BE32(p2pie + p2pielen, INTEL_DEV_TYPE_OUI); -+ p2pielen += 4; -+ -+ RTW_PUT_BE16(p2pie + p2pielen, P2P_SCID_WIDI_CONSUMER_SINK); -+ p2pielen += 2; -+ } -+ else if( widi_version == 40 ) -+ { -+ p2pie[ p2pielen++ ] = pmlmepriv->num_p2p_sdt; -+ for( ; i < pmlmepriv->num_p2p_sdt; i++ ) -+ { -+ RTW_PUT_BE16(p2pie + p2pielen, pmlmepriv->p2p_sdt_cid[i]); -+ p2pielen += 2; -+ -+ RTW_PUT_BE32(p2pie + p2pielen, INTEL_DEV_TYPE_OUI); -+ p2pielen += 4; -+ -+ RTW_PUT_BE16(p2pie + p2pielen, pmlmepriv->p2p_sdt_scid[i]); -+ p2pielen += 2; -+ } -+ } -+ else -+#endif //CONFIG_INTEL_WIDI -+ p2pie[ p2pielen++ ] = 0x00; // No Secondary Device Type List -+ -+ // Device Name -+ // Type: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_ATTR_DEVICE_NAME); -+ p2pielen += 2; -+ -+ // Length: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ RTW_PUT_BE16(p2pie + p2pielen, pwdinfo->device_name_len); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_name, pwdinfo->device_name_len ); -+ p2pielen += pwdinfo->device_name_len; -+ -+ // Group Info ATTR -+ // Type: -+ // Length: -+ // Value: -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ p2pielen += go_add_group_info_attr(pwdinfo, p2pie + p2pielen); -+ } -+ -+ -+ pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &len); -+ -+ -+ return len; -+ -+} -+ -+u32 build_prov_disc_request_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8* pssid, u8 ussidlen, u8* pdev_raddr ) -+{ -+ u8 p2pie[ MAX_P2P_IE_LEN] = { 0x00 }; -+ u32 len=0, p2pielen = 0; -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20110301 -+ // According to the P2P Specification, the provision discovery request frame should contain 3 P2P attributes -+ // 1. P2P Capability -+ // 2. Device Info -+ // 3. Group ID ( When joining an operating P2P Group ) -+ -+ // P2P Capability ATTR -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ RTW_PUT_LE16(p2pie + p2pielen, 0x0002); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_PERSISTENT_GROUP | DMP_P2P_GRPCAP_SUPPORT; -+ else -+ p2pie[ p2pielen++ ] = DMP_P2P_GRPCAP_SUPPORT; -+ -+ -+ // Device Info ATTR -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+ RTW_PUT_LE16(p2pie + p2pielen, 21 + pwdinfo->device_name_len); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_addr, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ -+ // Config Method -+ // This field should be big endian. Noted by P2P specification. -+ if ( pwdinfo->ui_got_wps_info == P2P_GOT_WPSINFO_PBC ) -+ { -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_CONFIG_METHOD_PBC ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_CONFIG_METHOD_PBC); -+ } -+ else -+ { -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_CONFIG_METHOD_DISPLAY ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_CONFIG_METHOD_DISPLAY); -+ } -+ -+ p2pielen += 2; -+ -+ // Primary Device Type -+ // Category ID -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_PDT_CID_MULIT_MEDIA); -+ p2pielen += 2; -+ -+ // OUI -+ //*(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ RTW_PUT_BE32(p2pie + p2pielen, WPSOUI); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_PDT_SCID_MEDIA_SERVER); -+ p2pielen += 2; -+ -+ // Number of Secondary Device Types -+ p2pie[ p2pielen++ ] = 0x00; // No Secondary Device Type List -+ -+ // Device Name -+ // Type: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ RTW_PUT_BE16(p2pie + p2pielen, WPS_ATTR_DEVICE_NAME); -+ p2pielen += 2; -+ -+ // Length: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ RTW_PUT_BE16(p2pie + p2pielen, pwdinfo->device_name_len); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_name, pwdinfo->device_name_len ); -+ p2pielen += pwdinfo->device_name_len; -+ -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) ) -+ { -+ // Added by Albert 2011/05/19 -+ // In this case, the pdev_raddr is the device address of the group owner. -+ -+ // P2P Group ID ATTR -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_ID; -+ -+ // Length: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN + ussidlen ); -+ RTW_PUT_LE16(p2pie + p2pielen, ETH_ALEN + ussidlen); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pdev_raddr, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ -+ _rtw_memcpy( p2pie + p2pielen, pssid, ussidlen ); -+ p2pielen += ussidlen; -+ -+ } -+ -+ pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &len); -+ -+ -+ return len; -+ -+} -+ -+ -+u32 build_assoc_resp_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 status_code) -+{ -+ u8 p2pie[ MAX_P2P_IE_LEN] = { 0x00 }; -+ u32 len=0, p2pielen = 0; -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // According to the P2P Specification, the Association response frame should contain 2 P2P attributes -+ // 1. Status -+ // 2. Extended Listen Timing (optional) -+ -+ -+ // Status ATTR -+ p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_STATUS, 1, &status_code); -+ -+ -+ // Extended Listen Timing ATTR -+ // Type: -+ // Length: -+ // Value: -+ -+ -+ pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &len); -+ -+ return len; -+ -+} -+ -+u32 build_deauth_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf) -+{ -+ u32 len=0; -+ -+ return len; -+} -+ -+u32 process_probe_req_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pframe, uint len) -+{ -+ u8 *p; -+ u32 ret=_FALSE; -+ u8 *p2pie; -+ u32 p2pielen = 0; -+ int ssid_len=0, rate_cnt = 0; -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SUPPORTEDRATES_IE_, (int *)&rate_cnt, -+ len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); -+ -+ if ( rate_cnt <= 4 ) -+ { -+ int i, g_rate =0; -+ -+ for( i = 0; i < rate_cnt; i++ ) -+ { -+ if ( ( ( *( p + 2 + i ) & 0xff ) != 0x02 ) && -+ ( ( *( p + 2 + i ) & 0xff ) != 0x04 ) && -+ ( ( *( p + 2 + i ) & 0xff ) != 0x0B ) && -+ ( ( *( p + 2 + i ) & 0xff ) != 0x16 ) ) -+ { -+ g_rate = 1; -+ } -+ } -+ -+ if ( g_rate == 0 ) -+ { -+ // There is no OFDM rate included in SupportedRates IE of this probe request frame -+ // The driver should response this probe request. -+ return ret; -+ } -+ } -+ else -+ { -+ // rate_cnt > 4 means the SupportRates IE contains the OFDM rate because the count of CCK rates are 4. -+ // We should proceed the following check for this probe request. -+ } -+ -+ // Added comments by Albert 20100906 -+ // There are several items we should check here. -+ // 1. This probe request frame must contain the P2P IE. (Done) -+ // 2. This probe request frame must contain the wildcard SSID. (Done) -+ // 3. Wildcard BSSID. (Todo) -+ // 4. Destination Address. ( Done in mgt_dispatcher function ) -+ // 5. Requested Device Type in WSC IE. (Todo) -+ // 6. Device ID attribute in P2P IE. (Todo) -+ -+ p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ssid_len, -+ len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); -+ -+ ssid_len &= 0xff; // Just last 1 byte is valid for ssid len of the probe request -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_DEVICE) || rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ if((p2pie=rtw_get_p2p_ie( pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_ , len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_ , NULL, &p2pielen))) -+ { -+ if ( (p != NULL) && _rtw_memcmp( ( void * ) ( p+2 ), ( void * ) pwdinfo->p2p_wildcard_ssid , 7 )) -+ { -+ //todo: -+ //Check Requested Device Type attributes in WSC IE. -+ //Check Device ID attribute in P2P IE -+ -+ ret = _TRUE; -+ } -+ else if ( (p != NULL) && ( ssid_len == 0 ) ) -+ { -+ ret = _TRUE; -+ } -+ } -+ else -+ { -+ //non -p2p device -+ } -+ -+ } -+ -+ -+ return ret; -+ -+} -+ -+u32 process_assoc_req_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pframe, uint len, struct sta_info *psta) -+{ -+ u8 status_code = P2P_STATUS_SUCCESS; -+ u8 *pbuf, *pattr_content=NULL; -+ u32 attr_contentlen = 0; -+ u16 cap_attr=0; -+ unsigned short frame_type, ie_offset=0; -+ u8 * ies; -+ u32 ies_len; -+ u8 * p2p_ie; -+ u32 p2p_ielen = 0; -+ -+ if(!rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ return P2P_STATUS_FAIL_REQUEST_UNABLE; -+ -+ frame_type = GetFrameSubType(pframe); -+ if (frame_type == WIFI_ASSOCREQ) -+ { -+ ie_offset = _ASOCREQ_IE_OFFSET_; -+ } -+ else // WIFI_REASSOCREQ -+ { -+ ie_offset = _REASOCREQ_IE_OFFSET_; -+ } -+ -+ ies = pframe + WLAN_HDR_A3_LEN + ie_offset; -+ ies_len = len - WLAN_HDR_A3_LEN - ie_offset; -+ -+ p2p_ie = rtw_get_p2p_ie(ies , ies_len , NULL, &p2p_ielen); -+ -+ if ( !p2p_ie ) -+ { -+ DBG_8192C( "[%s] P2P IE not Found!!\n", __FUNCTION__ ); -+ status_code = P2P_STATUS_FAIL_INVALID_PARAM; -+ } -+ else -+ { -+ DBG_8192C( "[%s] P2P IE Found!!\n", __FUNCTION__ ); -+ } -+ -+ while ( p2p_ie ) -+ { -+ //Check P2P Capability ATTR -+ if( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_CAPABILITY, (u8*)&cap_attr, (uint*) &attr_contentlen) ) -+ { -+ DBG_8192C( "[%s] Got P2P Capability Attr!!\n", __FUNCTION__ ); -+ cap_attr = le16_to_cpu(cap_attr); -+ psta->dev_cap = cap_attr&0xff; -+ } -+ -+ //Check Extended Listen Timing ATTR -+ -+ -+ //Check P2P Device Info ATTR -+ if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_DEVICE_INFO, NULL, (uint*)&attr_contentlen)) -+ { -+ DBG_8192C( "[%s] Got P2P DEVICE INFO Attr!!\n", __FUNCTION__ ); -+ pattr_content = pbuf = rtw_zmalloc(attr_contentlen); -+ if(pattr_content) -+ { -+ u8 num_of_secdev_type; -+ u16 dev_name_len; -+ -+ -+ rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_DEVICE_INFO , pattr_content, (uint*)&attr_contentlen); -+ -+ _rtw_memcpy(psta->dev_addr, pattr_content, ETH_ALEN);//P2P Device Address -+ -+ pattr_content += ETH_ALEN; -+ -+ _rtw_memcpy(&psta->config_methods, pattr_content, 2);//Config Methods -+ psta->config_methods = be16_to_cpu(psta->config_methods); -+ -+ pattr_content += 2; -+ -+ _rtw_memcpy(psta->primary_dev_type, pattr_content, 8); -+ -+ pattr_content += 8; -+ -+ num_of_secdev_type = *pattr_content; -+ pattr_content += 1; -+ -+ if(num_of_secdev_type==0) -+ { -+ psta->num_of_secdev_type = 0; -+ } -+ else -+ { -+ u32 len; -+ -+ psta->num_of_secdev_type = num_of_secdev_type; -+ -+ len = (sizeof(psta->secdev_types_list)<(num_of_secdev_type*8)) ? (sizeof(psta->secdev_types_list)) : (num_of_secdev_type*8); -+ -+ _rtw_memcpy(psta->secdev_types_list, pattr_content, len); -+ -+ pattr_content += (num_of_secdev_type*8); -+ } -+ -+ -+ //dev_name_len = attr_contentlen - ETH_ALEN - 2 - 8 - 1 - (num_of_secdev_type*8); -+ psta->dev_name_len=0; -+ if(WPS_ATTR_DEVICE_NAME == be16_to_cpu(*(u16*)pattr_content)) -+ { -+ dev_name_len = be16_to_cpu(*(u16*)(pattr_content+2)); -+ -+ psta->dev_name_len = (sizeof(psta->dev_name)dev_name):dev_name_len; -+ -+ _rtw_memcpy(psta->dev_name, pattr_content+4, psta->dev_name_len); -+ } -+ -+ rtw_mfree(pbuf, attr_contentlen); -+ -+ } -+ -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ -+ } -+ -+ return status_code; -+ -+} -+ -+u32 process_p2p_devdisc_req(struct wifidirect_info *pwdinfo, u8 *pframe, uint len) -+{ -+ u8 *frame_body; -+ u8 status, dialogToken; -+ struct sta_info *psta = NULL; -+ _adapter *padapter = pwdinfo->padapter; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *p2p_ie; -+ u32 p2p_ielen = 0; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ dialogToken = frame_body[7]; -+ status = P2P_STATUS_FAIL_UNKNOWN_P2PGROUP; -+ -+ if ( (p2p_ie=rtw_get_p2p_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, NULL, &p2p_ielen)) ) -+ { -+ u8 groupid[ 38 ] = { 0x00 }; -+ u8 dev_addr[ETH_ALEN] = { 0x00 }; -+ u32 attr_contentlen = 0; -+ -+ if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen)) -+ { -+ if(_rtw_memcmp(pwdinfo->device_addr, groupid, ETH_ALEN) && -+ _rtw_memcmp(pwdinfo->p2p_group_ssid, groupid+ETH_ALEN, pwdinfo->p2p_group_ssid_len)) -+ { -+ attr_contentlen=0; -+ if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_DEVICE_ID, dev_addr, &attr_contentlen)) -+ { -+ _irqL irqL; -+ _list *phead, *plist; -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ //look up sta asoc_queue -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ -+ plist = get_next(plist); -+ -+ if(psta->is_p2p_device && (psta->dev_cap&P2P_DEVCAP_CLIENT_DISCOVERABILITY) && -+ _rtw_memcmp(psta->dev_addr, dev_addr, ETH_ALEN)) -+ { -+ -+ //_exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ //issue GO Discoverability Request -+ issue_group_disc_req(pwdinfo, psta->hwaddr); -+ //_enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ status = P2P_STATUS_SUCCESS; -+ -+ break; -+ } -+ else -+ { -+ status = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ } -+ -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ } -+ else -+ { -+ status = P2P_STATUS_FAIL_INVALID_PARAM; -+ } -+ -+ } -+ else -+ { -+ status = P2P_STATUS_FAIL_INVALID_PARAM; -+ } -+ -+ } -+ -+ } -+ -+ -+ //issue Device Discoverability Response -+ issue_p2p_devdisc_resp(pwdinfo, GetAddr2Ptr(pframe), status, dialogToken); -+ -+ -+ return (status==P2P_STATUS_SUCCESS) ? _TRUE:_FALSE; -+ -+} -+ -+u32 process_p2p_devdisc_resp(struct wifidirect_info *pwdinfo, u8 *pframe, uint len) -+{ -+ return _TRUE; -+} -+ -+u8 process_p2p_provdisc_req(struct wifidirect_info *pwdinfo, u8 *pframe, uint len ) -+{ -+ u8 *frame_body; -+ u8 *wpsie; -+ uint wps_ielen = 0, attr_contentlen = 0; -+ u16 uconfig_method = 0; -+ -+ -+ frame_body = (pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ if ( (wpsie=rtw_get_wps_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, NULL, &wps_ielen)) ) -+ { -+ if ( rtw_get_wps_attr_content( wpsie, wps_ielen, WPS_ATTR_CONF_METHOD , ( u8* ) &uconfig_method, &attr_contentlen) ) -+ { -+ uconfig_method = be16_to_cpu( uconfig_method ); -+ switch( uconfig_method ) -+ { -+ case WPS_CM_DISPLYA: -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "dis", 3 ); -+ break; -+ } -+ case WPS_CM_LABEL: -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "lab", 3 ); -+ break; -+ } -+ case WPS_CM_PUSH_BUTTON: -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "pbc", 3 ); -+ break; -+ } -+ case WPS_CM_KEYPAD: -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "pad", 3 ); -+ break; -+ } -+ } -+ issue_p2p_provision_resp( pwdinfo, GetAddr2Ptr(pframe), frame_body, uconfig_method); -+ } -+ } -+ DBG_871X( "[%s] config method = %s\n", __FUNCTION__, pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req ); -+ return _TRUE; -+ -+} -+ -+u8 process_p2p_provdisc_resp(struct wifidirect_info *pwdinfo, u8 *pframe) -+{ -+ -+ return _TRUE; -+} -+ -+u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch_list) -+{ -+ u8 i = 0, j = 0; -+ u8 temp = 0; -+ u8 ch_no = 0; -+ ch_content += 3; -+ ch_cnt -= 3; -+ -+ while( ch_cnt > 0) -+ { -+ ch_content += 1; -+ ch_cnt -= 1; -+ temp = *ch_content; -+ for( i = 0 ; i < temp ; i++, j++ ) -+ { -+ peer_ch_list[j] = *( ch_content + 1 + i ); -+ } -+ ch_content += (temp + 1); -+ ch_cnt -= (temp + 1); -+ ch_no += temp ; -+ } -+ -+ return ch_no; -+} -+ -+u8 rtw_p2p_check_peer_oper_ch(struct mlme_ext_priv *pmlmeext, u8 ch) -+{ -+ u8 i = 0; -+ -+ for( i = 0; i < pmlmeext->max_chan_nums; i++ ) -+ { -+ if ( pmlmeext->channel_set[ i ].ChannelNum == ch ) -+ { -+ return _SUCCESS; -+ } -+ } -+ -+ return _FAIL; -+} -+ -+u8 rtw_p2p_ch_inclusion(struct mlme_ext_priv *pmlmeext, u8 *peer_ch_list, u8 peer_ch_num, u8 *ch_list_inclusioned) -+{ -+ int i = 0, j = 0, temp = 0; -+ u8 ch_no = 0; -+ -+ for( i = 0; i < peer_ch_num; i++ ) -+ { -+ for( j = temp; j < pmlmeext->max_chan_nums; j++ ) -+ { -+ if( *( peer_ch_list + i ) == pmlmeext->channel_set[ j ].ChannelNum ) -+ { -+ ch_list_inclusioned[ ch_no++ ] = *( peer_ch_list + i ); -+ temp = j; -+ break; -+ } -+ } -+ } -+ -+ return ch_no; -+} -+ -+u8 process_p2p_group_negotation_req( struct wifidirect_info *pwdinfo, u8 *pframe, uint len ) -+{ -+ _adapter *padapter = pwdinfo->padapter; -+ u8 result = P2P_STATUS_SUCCESS; -+ u32 p2p_ielen = 0, wps_ielen = 0; -+ u8 * ies; -+ u32 ies_len; -+ u8 *p2p_ie; -+ u8 *wpsie; -+ u16 wps_devicepassword_id = 0x0000; -+ uint wps_devicepassword_id_len = 0; -+#ifdef CONFIG_WFD -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ u32 wfd_ielen = 0; -+#ifdef CONFIG_TDLS -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+#endif // CONFIG_TDLS -+#endif // CONFIG_WFD -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = pwdinfo->padapter->pbuddy_adapter; -+ struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif -+ -+ if ( (wpsie=rtw_get_wps_ie( pframe + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, NULL, &wps_ielen)) ) -+ { -+ // Commented by Kurt 20120113 -+ // If some device wants to do p2p handshake without sending prov_disc_req -+ // We have to get peer_req_cm from here. -+ if(_rtw_memcmp( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "000", 3) ) -+ { -+ rtw_get_wps_attr_content( wpsie, wps_ielen, WPS_ATTR_DEVICE_PWID, (u8*) &wps_devicepassword_id, &wps_devicepassword_id_len); -+ wps_devicepassword_id = be16_to_cpu( wps_devicepassword_id ); -+ -+ if ( wps_devicepassword_id == WPS_DPID_USER_SPEC ) -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "dis", 3 ); -+ } -+ else if ( wps_devicepassword_id == WPS_DPID_REGISTRAR_SPEC ) -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "pad", 3 ); -+ } -+ else -+ { -+ _rtw_memcpy( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, "pbc", 3 ); -+ } -+ } -+ } -+ else -+ { -+ DBG_871X( "[%s] WPS IE not Found!!\n", __FUNCTION__ ); -+ result = P2P_STATUS_FAIL_INCOMPATIBLE_PARAM; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ return( result ); -+ } -+ -+ ies = pframe + _PUBLIC_ACTION_IE_OFFSET_; -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ -+ if ( !p2p_ie ) -+ { -+ DBG_871X( "[%s] P2P IE not Found!!\n", __FUNCTION__ ); -+ result = P2P_STATUS_FAIL_INCOMPATIBLE_PARAM; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ } -+ -+ while ( p2p_ie ) -+ { -+ u8 attr_content = 0x00; -+ u32 attr_contentlen = 0; -+ u8 ch_content[100] = { 0x00 }; -+ uint ch_cnt = 0; -+ u8 peer_ch_list[100] = { 0x00 }; -+ u8 peer_ch_num = 0; -+ u8 ch_list_inclusioned[100] = { 0x00 }; -+ u8 ch_num_inclusioned = 0; -+ u16 cap_attr; -+ u8 listen_ch_attr[5] = { 0x00 }; -+ -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_ING); -+ -+ //Check P2P Capability ATTR -+ if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CAPABILITY, (u8*)&cap_attr, (uint*)&attr_contentlen) ) -+ { -+ cap_attr = le16_to_cpu(cap_attr); -+ -+#if defined(CONFIG_WFD) && defined(CONFIG_TDLS) -+ if(!(cap_attr & P2P_GRPCAP_INTRABSS) ) -+ ptdlsinfo->ap_prohibited = _TRUE; -+#endif //defined(CONFIG_WFD) && defined(CONFIG_TDLS) -+ } -+ -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentlen) ) -+ { -+ DBG_871X( "[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01 ); -+ pwdinfo->peer_intent = attr_content; // include both intent and tie breaker values. -+ -+ if ( pwdinfo->intent == ( pwdinfo->peer_intent >> 1 ) ) -+ { -+ // Try to match the tie breaker value -+ if ( pwdinfo->intent == P2P_MAX_INTENT ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ result = P2P_STATUS_FAIL_BOTH_GOINTENT_15; -+ } -+ else -+ { -+ if ( attr_content & 0x01 ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ } -+ } -+ } -+ else if ( pwdinfo->intent > ( pwdinfo->peer_intent >> 1 ) ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ } -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ // Store the group id information. -+ _rtw_memcpy( pwdinfo->groupid_info.go_device_addr, pwdinfo->device_addr, ETH_ALEN ); -+ _rtw_memcpy( pwdinfo->groupid_info.ssid, pwdinfo->nego_ssid, pwdinfo->nego_ssidlen ); -+ } -+ } -+ -+ if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_LISTEN_CH, (u8 *)listen_ch_attr, (uint *) &attr_contentlen) && attr_contentlen == 5) -+ pwdinfo->nego_req_info.peer_ch = listen_ch_attr[4]; -+ -+ DBG_871X(FUNC_ADPT_FMT" listen channel :%u\n", FUNC_ADPT_ARG(padapter), pwdinfo->nego_req_info.peer_ch); -+ -+ attr_contentlen = 0; -+ if ( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_INTENTED_IF_ADDR, pwdinfo->p2p_peer_interface_addr, &attr_contentlen ) ) -+ { -+ if ( attr_contentlen != ETH_ALEN ) -+ { -+ _rtw_memset( pwdinfo->p2p_peer_interface_addr, 0x00, ETH_ALEN ); -+ } -+ } -+ -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt) ) -+ { -+ peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); -+ ch_num_inclusioned = rtw_p2p_ch_inclusion(&padapter->mlmeextpriv, peer_ch_list, peer_ch_num, ch_list_inclusioned); -+ -+ if( ch_num_inclusioned == 0) -+ { -+ DBG_871X( "[%s] No common channel in channel list!\n", __FUNCTION__ ); -+ result = P2P_STATUS_FAIL_NO_COMMON_CH; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ break; -+ } -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ if ( !rtw_p2p_is_channel_list_ok( pwdinfo->operating_channel, -+ ch_list_inclusioned, ch_num_inclusioned) ) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ DBG_871X( "[%s] desired channel NOT Found!\n", __FUNCTION__ ); -+ result = P2P_STATUS_FAIL_NO_COMMON_CH; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ break; -+ } -+ else -+#endif //CONFIG_CONCURRENT_MODE -+ { -+ u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; -+ attr_contentlen = 0; -+ -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_contentlen) ) -+ { -+ peer_operating_ch = operatingch_info[4]; -+ } -+ -+ if ( rtw_p2p_is_channel_list_ok( peer_operating_ch, -+ ch_list_inclusioned, ch_num_inclusioned) ) -+ { -+ /** -+ * Change our operating channel as peer's for compatibility. -+ */ -+ pwdinfo->operating_channel = peer_operating_ch; -+ DBG_871X( "[%s] Change op ch to %02x as peer's\n", __FUNCTION__, pwdinfo->operating_channel); -+ } -+ else -+ { -+ // Take first channel of ch_list_inclusioned as operating channel -+ pwdinfo->operating_channel = ch_list_inclusioned[0]; -+ DBG_871X( "[%s] Change op ch to %02x\n", __FUNCTION__, pwdinfo->operating_channel); -+ } -+ } -+ -+ } -+ } -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ } -+ -+ if (pwdinfo->ui_got_wps_info == P2P_NO_WPSINFO) { -+ result = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_TX_INFOR_NOREADY); -+ return result; -+ } -+ -+#ifdef CONFIG_WFD -+ // Added by Albert 20110823 -+ // Try to get the TCP port information when receiving the negotiation request. -+ if ( rtw_get_wfd_ie( pframe + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, wfd_ie, &wfd_ielen ) ) -+ { -+ u8 attr_content[ 10 ] = { 0x00 }; -+ u32 attr_contentlen = 0; -+ -+ DBG_871X( "[%s] WFD IE Found!!\n", __FUNCTION__ ); -+ rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, attr_content, &attr_contentlen); -+ if ( attr_contentlen ) -+ { -+ pwdinfo->wfd_info->peer_rtsp_ctrlport = RTW_GET_BE16( attr_content + 2 ); -+ DBG_871X( "[%s] Peer PORT NUM = %d\n", __FUNCTION__, pwdinfo->wfd_info->peer_rtsp_ctrlport ); -+ } -+ } -+#endif // CONFIG_WFD -+ -+ return( result ); -+} -+ -+u8 process_p2p_group_negotation_resp( struct wifidirect_info *pwdinfo, u8 *pframe, uint len ) -+{ -+ _adapter *padapter = pwdinfo->padapter; -+ u8 result = P2P_STATUS_SUCCESS; -+ u32 p2p_ielen, wps_ielen; -+ u8 * ies; -+ u32 ies_len; -+ u8 * p2p_ie; -+#ifdef CONFIG_WFD -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ u32 wfd_ielen = 0; -+#ifdef CONFIG_TDLS -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+#endif // CONFIG_TDLS -+#endif // CONFIG_WFD -+ -+ ies = pframe + _PUBLIC_ACTION_IE_OFFSET_; -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ // Be able to know which one is the P2P GO and which one is P2P client. -+ -+ if ( rtw_get_wps_ie( ies, ies_len, NULL, &wps_ielen) ) -+ { -+ -+ } -+ else -+ { -+ DBG_871X( "[%s] WPS IE not Found!!\n", __FUNCTION__ ); -+ result = P2P_STATUS_FAIL_INCOMPATIBLE_PARAM; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ } -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ if ( !p2p_ie ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ result = P2P_STATUS_FAIL_INCOMPATIBLE_PARAM; -+ } -+ else -+ { -+ -+ u8 attr_content = 0x00; -+ u32 attr_contentlen = 0; -+ u8 operatingch_info[5] = { 0x00 }; -+ uint ch_cnt = 0; -+ u8 ch_content[100] = { 0x00 }; -+ u8 groupid[ 38 ]; -+ u16 cap_attr; -+ u8 peer_ch_list[100] = { 0x00 }; -+ u8 peer_ch_num = 0; -+ u8 ch_list_inclusioned[100] = { 0x00 }; -+ u8 ch_num_inclusioned = 0; -+ -+ while ( p2p_ie ) // Found the P2P IE. -+ { -+ -+ //Check P2P Capability ATTR -+ if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CAPABILITY, (u8*)&cap_attr, (uint*)&attr_contentlen) ) -+ { -+ cap_attr = le16_to_cpu(cap_attr); -+#ifdef CONFIG_TDLS -+ if(!(cap_attr & P2P_GRPCAP_INTRABSS) ) -+ ptdlsinfo->ap_prohibited = _TRUE; -+#endif // CONFIG_TDLS -+ } -+ -+ rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); -+ if ( attr_contentlen == 1 ) -+ { -+ DBG_871X( "[%s] Status = %d\n", __FUNCTION__, attr_content ); -+ if ( attr_content == P2P_STATUS_SUCCESS ) -+ { -+ // Do nothing. -+ } -+ else -+ { -+ if ( P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content ) { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_RX_INFOR_NOREADY); -+ } else { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ } -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ result = attr_content; -+ break; -+ } -+ } -+ -+ // Try to get the peer's interface address -+ attr_contentlen = 0; -+ if ( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_INTENTED_IF_ADDR, pwdinfo->p2p_peer_interface_addr, &attr_contentlen ) ) -+ { -+ if ( attr_contentlen != ETH_ALEN ) -+ { -+ _rtw_memset( pwdinfo->p2p_peer_interface_addr, 0x00, ETH_ALEN ); -+ } -+ } -+ -+ // Try to get the peer's intent and tie breaker value. -+ attr_content = 0x00; -+ attr_contentlen = 0; -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentlen) ) -+ { -+ DBG_871X( "[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01 ); -+ pwdinfo->peer_intent = attr_content; // include both intent and tie breaker values. -+ -+ if ( pwdinfo->intent == ( pwdinfo->peer_intent >> 1 ) ) -+ { -+ // Try to match the tie breaker value -+ if ( pwdinfo->intent == P2P_MAX_INTENT ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ result = P2P_STATUS_FAIL_BOTH_GOINTENT_15; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ } -+ else -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ if ( attr_content & 0x01 ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ } -+ } -+ } -+ else if ( pwdinfo->intent > ( pwdinfo->peer_intent >> 1 ) ) -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ } -+ else -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ } -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ // Store the group id information. -+ _rtw_memcpy( pwdinfo->groupid_info.go_device_addr, pwdinfo->device_addr, ETH_ALEN ); -+ _rtw_memcpy( pwdinfo->groupid_info.ssid, pwdinfo->nego_ssid, pwdinfo->nego_ssidlen ); -+ -+ } -+ } -+ -+ // Try to get the operation channel information -+ -+ attr_contentlen = 0; -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_contentlen)) -+ { -+ DBG_871X( "[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4] ); -+ pwdinfo->peer_operating_ch = operatingch_info[4]; -+ } -+ -+ // Try to get the channel list information -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, pwdinfo->channel_list_attr, &pwdinfo->channel_list_attr_len ) ) -+ { -+ DBG_871X( "[%s] channel list attribute found, len = %d\n", __FUNCTION__, pwdinfo->channel_list_attr_len ); -+ -+ peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, pwdinfo->channel_list_attr, pwdinfo->channel_list_attr_len, peer_ch_list); -+ ch_num_inclusioned = rtw_p2p_ch_inclusion(&padapter->mlmeextpriv, peer_ch_list, peer_ch_num, ch_list_inclusioned); -+ -+ if( ch_num_inclusioned == 0) -+ { -+ DBG_871X( "[%s] No common channel in channel list!\n", __FUNCTION__ ); -+ result = P2P_STATUS_FAIL_NO_COMMON_CH; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ break; -+ } -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ if ( !rtw_p2p_is_channel_list_ok( pwdinfo->operating_channel, -+ ch_list_inclusioned, ch_num_inclusioned) ) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ DBG_871X( "[%s] desired channel NOT Found!\n", __FUNCTION__ ); -+ result = P2P_STATUS_FAIL_NO_COMMON_CH; -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ break; -+ } -+ else -+#endif //CONFIG_CONCURRENT_MODE -+ { -+ u8 operatingch_info[5] = { 0x00 }, peer_operating_ch = 0; -+ attr_contentlen = 0; -+ -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_contentlen) ) -+ { -+ peer_operating_ch = operatingch_info[4]; -+ } -+ -+ if ( rtw_p2p_is_channel_list_ok( peer_operating_ch, -+ ch_list_inclusioned, ch_num_inclusioned) ) -+ { -+ /** -+ * Change our operating channel as peer's for compatibility. -+ */ -+ pwdinfo->operating_channel = peer_operating_ch; -+ DBG_871X( "[%s] Change op ch to %02x as peer's\n", __FUNCTION__, pwdinfo->operating_channel); -+ } -+ else -+ { -+ // Take first channel of ch_list_inclusioned as operating channel -+ pwdinfo->operating_channel = ch_list_inclusioned[0]; -+ DBG_871X( "[%s] Change op ch to %02x\n", __FUNCTION__, pwdinfo->operating_channel); -+ } -+ } -+ -+ } -+ } -+ -+ } -+ else -+ { -+ DBG_871X( "[%s] channel list attribute not found!\n", __FUNCTION__); -+ } -+ -+ // Try to get the group id information if peer is GO -+ attr_contentlen = 0; -+ _rtw_memset( groupid, 0x00, 38 ); -+ if ( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen) ) -+ { -+ _rtw_memcpy( pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN ); -+ _rtw_memcpy( pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN ); -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ } -+ -+ } -+ -+#ifdef CONFIG_WFD -+ // Added by Albert 20111122 -+ // Try to get the TCP port information when receiving the negotiation response. -+ if ( rtw_get_wfd_ie( pframe + _PUBLIC_ACTION_IE_OFFSET_, len - _PUBLIC_ACTION_IE_OFFSET_, wfd_ie, &wfd_ielen ) ) -+ { -+ u8 attr_content[ 10 ] = { 0x00 }; -+ u32 attr_contentlen = 0; -+ -+ DBG_8192C( "[%s] WFD IE Found!!\n", __FUNCTION__ ); -+ rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, attr_content, &attr_contentlen); -+ if ( attr_contentlen ) -+ { -+ pwdinfo->wfd_info->peer_rtsp_ctrlport = RTW_GET_BE16( attr_content + 2 ); -+ DBG_8192C( "[%s] Peer PORT NUM = %d\n", __FUNCTION__, pwdinfo->wfd_info->peer_rtsp_ctrlport ); -+ } -+ } -+#endif // CONFIG_WFD -+ -+ return( result ); -+ -+} -+ -+u8 process_p2p_group_negotation_confirm( struct wifidirect_info *pwdinfo, u8 *pframe, uint len ) -+{ -+ u8 * ies; -+ u32 ies_len; -+ u8 * p2p_ie; -+ u32 p2p_ielen = 0; -+ u8 result = P2P_STATUS_SUCCESS; -+ ies = pframe + _PUBLIC_ACTION_IE_OFFSET_; -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ while ( p2p_ie ) // Found the P2P IE. -+ { -+ u8 attr_content = 0x00, operatingch_info[5] = { 0x00 }; -+ u8 groupid[ 38 ] = { 0x00 }; -+ u32 attr_contentlen = 0; -+ -+ pwdinfo->negotiation_dialog_token = 1; -+ rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); -+ if ( attr_contentlen == 1 ) -+ { -+ DBG_871X( "[%s] Status = %d\n", __FUNCTION__, attr_content ); -+ result = attr_content; -+ -+ if ( attr_content == P2P_STATUS_SUCCESS ) -+ { -+ u8 bcancelled = 0; -+ -+ _cancel_timer( &pwdinfo->restore_p2p_state_timer, &bcancelled ); -+ -+ // Commented by Albert 20100911 -+ // Todo: Need to handle the case which both Intents are the same. -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ if ( ( pwdinfo->intent ) > ( pwdinfo->peer_intent >> 1 ) ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ } -+ else if ( ( pwdinfo->intent ) < ( pwdinfo->peer_intent >> 1 ) ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ } -+ else -+ { -+ // Have to compare the Tie Breaker -+ if ( pwdinfo->peer_intent & 0x01 ) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ } -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(pwdinfo->padapter , _FW_LINKED ) ) -+ { -+ // Switch back to the AP channel soon. -+ _set_timer( &pwdinfo->ap_p2p_switch_timer, 100 ); -+ } -+#endif -+ } -+ else -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_FAIL); -+ break; -+ } -+ } -+ -+ // Try to get the group id information -+ attr_contentlen = 0; -+ _rtw_memset( groupid, 0x00, 38 ); -+ if ( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, groupid, &attr_contentlen) ) -+ { -+ DBG_871X( "[%s] Ssid = %s, ssidlen = %zu\n", __FUNCTION__, &groupid[ETH_ALEN], strlen(&groupid[ETH_ALEN]) ); -+ _rtw_memcpy( pwdinfo->groupid_info.go_device_addr, &groupid[0], ETH_ALEN ); -+ _rtw_memcpy( pwdinfo->groupid_info.ssid, &groupid[6], attr_contentlen - ETH_ALEN ); -+ } -+ -+ attr_contentlen = 0; -+ if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, operatingch_info, &attr_contentlen) ) -+ { -+ DBG_871X( "[%s] Peer's operating channel = %d\n", __FUNCTION__, operatingch_info[4] ); -+ pwdinfo->peer_operating_ch = operatingch_info[4]; -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ -+ } -+ -+ return( result ); -+} -+ -+u8 process_p2p_presence_req(struct wifidirect_info *pwdinfo, u8 *pframe, uint len) -+{ -+ u8 *frame_body; -+ u8 dialogToken=0; -+ u8 status = P2P_STATUS_SUCCESS; -+ -+ frame_body = (unsigned char *)(pframe + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ -+ dialogToken = frame_body[6]; -+ -+ //todo: check NoA attribute -+ -+ issue_p2p_presence_resp(pwdinfo, GetAddr2Ptr(pframe), status, dialogToken); -+ -+ return _TRUE; -+} -+ -+void find_phase_handler( _adapter* padapter ) -+{ -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ NDIS_802_11_SSID ssid; -+ _irqL irqL; -+ u8 _status = 0; -+ -+_func_enter_; -+ -+ _rtw_memset((unsigned char*)&ssid, 0, sizeof(NDIS_802_11_SSID)); -+ _rtw_memcpy(ssid.Ssid, pwdinfo->p2p_wildcard_ssid, P2P_WILDCARD_SSID_LEN ); -+ ssid.SsidLength = P2P_WILDCARD_SSID_LEN; -+ -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH); -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ _status = rtw_sitesurvey_cmd(padapter, &ssid, 1, NULL, 0); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ -+_func_exit_; -+} -+ -+void p2p_concurrent_handler( _adapter* padapter ); -+ -+void restore_p2p_state_handler( _adapter* padapter ) -+{ -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_ING) || rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_FAIL)) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_PROVISION_DIS_REQ) || rtw_p2p_chk_state(pwdinfo, P2P_STATE_RX_PROVISION_DIS_RSP)) -+ { -+ set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_mlmeext->cur_bwmode); -+ -+ issue_nulldata(pbuddy_adapter, NULL, 0, 3, 500); -+ } -+ } -+#endif -+ -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_DEVICE)) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ p2p_concurrent_handler( padapter ); -+#else -+ // In the P2P client mode, the driver should not switch back to its listen channel -+ // because this P2P client should stay at the operating channel of P2P GO. -+ set_channel_bwmode( padapter, pwdinfo->listen_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+#endif -+ } -+_func_exit_; -+} -+ -+void pre_tx_invitereq_handler( _adapter* padapter ) -+{ -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ u8 val8 = 1; -+_func_enter_; -+ -+ set_channel_bwmode(padapter, pwdinfo->invitereq_info.peer_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ issue_probereq_p2p(padapter, NULL); -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ -+_func_exit_; -+} -+ -+void pre_tx_provdisc_handler( _adapter* padapter ) -+{ -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ u8 val8 = 1; -+_func_enter_; -+ -+ set_channel_bwmode(padapter, pwdinfo->tx_prov_disc_info.peer_channel_num[0], HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ issue_probereq_p2p(padapter, NULL); -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ -+_func_exit_; -+} -+ -+void pre_tx_negoreq_handler( _adapter* padapter ) -+{ -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ u8 val8 = 1; -+_func_enter_; -+ -+ set_channel_bwmode(padapter, pwdinfo->nego_req_info.peer_channel_num[0], HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ issue_probereq_p2p(padapter, NULL); -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ -+_func_exit_; -+} -+ -+#ifdef CONFIG_CONCURRENT_MODE -+void p2p_concurrent_handler( _adapter* padapter ) -+{ -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ //_adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ //struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ //struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ //struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ u8 val8; -+_func_enter_; -+ -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ PADAPTER pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ pwdinfo->operating_channel = pbuddy_mlmeext->cur_channel; -+ -+ if( pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ DBG_871X("%s, switch ch back to buddy's cur_channel=%d\n", __func__, pbuddy_mlmeext->cur_channel); -+ -+ set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_mlmeext->cur_bwmode); -+ -+ if (check_buddy_fwstate(padapter, WIFI_FW_STATION_STATE)) -+ issue_nulldata(pbuddy_adapter, NULL, 0, 3, 500); -+ } -+ else if( pwdinfo->driver_interface == DRIVER_WEXT ) -+ { -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_IDLE)) -+ { -+ // Now, the driver stays on the AP's channel. -+ // If the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen channel. -+ if ( pwdinfo->ext_listen_period > 0 ) -+ { -+ DBG_8192C( "[%s] P2P_STATE_IDLE, ext_listen_period = %d\n", __FUNCTION__, pwdinfo->ext_listen_period ); -+ -+ if ( pbuddy_mlmeext->cur_channel != pwdinfo->listen_channel ) -+ { -+ // Will switch to listen channel so that need to send the NULL data with PW bit to AP. -+ issue_nulldata(pbuddy_adapter, NULL, 1, 3, 500); -+ set_channel_bwmode(padapter, pwdinfo->listen_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+ -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_LISTEN); -+ if(!check_buddy_mlmeinfo_state(padapter, WIFI_FW_AP_STATE) && -+ ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE)) -+ { -+ val8 = 1; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ } -+ // Todo: To check the value of pwdinfo->ext_listen_period is equal to 0 or not. -+ _set_timer( &pwdinfo->ap_p2p_switch_timer, pwdinfo->ext_listen_period ); -+ } -+ } -+ else if ( rtw_p2p_chk_state(pwdinfo, P2P_STATE_LISTEN) || -+ rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_FAIL) || -+ ( rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_ING) && pwdinfo->nego_req_info.benable == _FALSE ) || -+ rtw_p2p_chk_state(pwdinfo, P2P_STATE_RX_PROVISION_DIS_REQ) ) -+ { -+ // Now, the driver is in the listen state of P2P mode. -+ DBG_8192C( "[%s] P2P_STATE_IDLE, ext_listen_interval = %d\n", __FUNCTION__, pwdinfo->ext_listen_interval ); -+ -+ // Commented by Albert 2012/11/01 -+ // If the AP's channel is the same as the listen channel, we should still be in the listen state -+ // Other P2P device is still able to find this device out even this device is in the AP's channel. -+ // So, configure this device to be able to receive the probe request frame and set it to listen state. -+ if ( pbuddy_mlmeext->cur_channel != pwdinfo->listen_channel ) -+ { -+ set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_mlmeext->cur_bwmode); -+ if (!check_buddy_mlmeinfo_state(padapter, WIFI_FW_AP_STATE) && ((pmlmeinfo->state&0x03) != WIFI_FW_AP_STATE)) -+ { -+ val8 = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ } -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_IDLE); -+ issue_nulldata(pbuddy_adapter, NULL, 0, 3, 500); -+ } -+ -+ // Todo: To check the value of pwdinfo->ext_listen_interval is equal to 0 or not. -+ _set_timer( &pwdinfo->ap_p2p_switch_timer, pwdinfo->ext_listen_interval ); -+ } -+ else if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_OK)) -+ { -+ // The driver had finished the P2P handshake successfully. -+ val8 = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_mlmeext->cur_bwmode); -+ issue_nulldata(pbuddy_adapter, NULL, 0, 3, 500); -+ } -+ else if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_PROVISION_DIS_REQ)) -+ { -+ val8 = 1; -+ set_channel_bwmode(padapter, pwdinfo->tx_prov_disc_info.peer_channel_num[0], HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ issue_probereq_p2p(padapter, NULL); -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ } -+ else if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_ING) && pwdinfo->nego_req_info.benable == _TRUE) -+ { -+ val8 = 1; -+ set_channel_bwmode(padapter, pwdinfo->nego_req_info.peer_channel_num[0], HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ issue_probereq_p2p(padapter, NULL); -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ } -+ else if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_INVITE_REQ ) && pwdinfo->invitereq_info.benable == _TRUE) -+ { -+ /* -+ val8 = 1; -+ set_channel_bwmode(padapter, , HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_SITESURVEY, (u8 *)(&val8)); -+ issue_probereq_p2p(padapter, NULL); -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ */ -+ } -+ } -+ } -+ else -+ { -+ set_channel_bwmode( padapter, pwdinfo->listen_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+ -+_func_exit_; -+} -+#endif -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+static void ro_ch_handler(_adapter *padapter) -+{ -+ struct cfg80211_wifidirect_info *pcfg80211_wdinfo = &padapter->cfg80211_wdinfo; -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u8 ch, bw, offset; -+_func_enter_; -+ -+ if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ } -+ else if (adapter_wdev_data(padapter)->p2p_enabled && pwdinfo->listen_channel) { -+ ch = pwdinfo->listen_channel; -+ bw = CHANNEL_WIDTH_20; -+ offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ } -+ else { -+ ch = pcfg80211_wdinfo->restore_channel; -+ bw = CHANNEL_WIDTH_20; -+ offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" back to restore ch - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ } -+ -+ set_channel_bwmode(padapter, ch, offset, bw); -+ -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("%s, role=%d, p2p_state=%d\n", __func__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo)); -+#endif -+ -+ pcfg80211_wdinfo->is_ro_ch = _FALSE; -+ pcfg80211_wdinfo->last_ro_ch_time = rtw_get_current_time(); -+ -+ DBG_871X("cfg80211_remain_on_channel_expired cookie:0x%llx, ch=%d, bw=%d, offset=%d\n" -+ , pcfg80211_wdinfo->remain_on_ch_cookie -+ , rtw_get_oper_ch(padapter), rtw_get_oper_bw(padapter), rtw_get_oper_choffset(padapter)); -+ -+ rtw_cfg80211_remain_on_channel_expired(padapter, -+ pcfg80211_wdinfo->remain_on_ch_cookie, -+ &pcfg80211_wdinfo->remain_on_ch_channel, -+ pcfg80211_wdinfo->remain_on_ch_type, GFP_KERNEL); -+ -+_func_exit_; -+} -+ -+static void ro_ch_timer_process (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(adapter); -+ -+ //printk("%s \n", __FUNCTION__); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ ATOMIC_SET(&pwdev_priv->ro_ch_to, 1); -+#endif -+ -+ p2p_protocol_wk_cmd( adapter, P2P_RO_CH_WK); -+} -+ -+static void rtw_change_p2pie_op_ch(_adapter *padapter, const u8 *frame_body, u32 len, u8 ch) -+{ -+ u8 *ies, *p2p_ie; -+ u32 ies_len, p2p_ielen; -+ PADAPTER pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ ies = (u8*)(frame_body + _PUBLIC_ACTION_IE_OFFSET_); -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ -+ while ( p2p_ie ) { -+ u32 attr_contentlen = 0; -+ u8 *pattr = NULL; -+ -+ //Check P2P_ATTR_OPERATING_CH -+ attr_contentlen = 0; -+ pattr = NULL; -+ if((pattr = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, (uint*)&attr_contentlen))!=NULL) -+ { -+ *(pattr+4) = ch; -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ } -+} -+ -+static void rtw_change_p2pie_ch_list(_adapter *padapter, const u8 *frame_body, u32 len, u8 ch) -+{ -+ u8 *ies, *p2p_ie; -+ u32 ies_len, p2p_ielen; -+ PADAPTER pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ ies = (u8*)(frame_body + _PUBLIC_ACTION_IE_OFFSET_); -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ -+ while (p2p_ie) { -+ u32 attr_contentlen = 0; -+ u8 *pattr = NULL; -+ -+ //Check P2P_ATTR_CH_LIST -+ if ((pattr=rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, NULL, (uint*)&attr_contentlen))!=NULL) { -+ int i; -+ u32 num_of_ch; -+ u8 *pattr_temp = pattr + 3 ; -+ -+ attr_contentlen -= 3; -+ -+ while (attr_contentlen>0) { -+ num_of_ch = *(pattr_temp+1); -+ -+ for(i=0; ipbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ u8 buddy_ch = pbuddy_mlmeext->cur_channel; -+ -+ ies = (u8*)(frame_body + _PUBLIC_ACTION_IE_OFFSET_); -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ -+ while (p2p_ie) { -+ u32 attr_contentlen = 0; -+ u8 *pattr = NULL; -+ -+ //Check P2P_ATTR_CH_LIST -+ if ((pattr=rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, NULL, (uint*)&attr_contentlen))!=NULL) { -+ int i; -+ u32 num_of_ch; -+ u8 *pattr_temp = pattr + 3 ; -+ -+ attr_contentlen -= 3; -+ -+ while (attr_contentlen>0) { -+ num_of_ch = *(pattr_temp+1); -+ -+ for(i=0; ipbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ u8 buddy_ch = pbuddy_mlmeext->cur_channel; -+ -+ ies = (u8*)(frame_body + _PUBLIC_ACTION_IE_OFFSET_); -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ -+ while (p2p_ie) { -+ u32 attr_contentlen = 0; -+ u8 *pattr = NULL; -+ -+ //Check P2P_ATTR_OPERATING_CH -+ attr_contentlen = 0; -+ pattr = NULL; -+ if((pattr = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, (uint*)&attr_contentlen))!=NULL) { -+ if (*(pattr+4) == buddy_ch) { -+ DBG_871X(FUNC_ADPT_FMT" op_ch fit buddy_ch:%u\n", FUNC_ADPT_ARG(padapter), buddy_ch); -+ fit = _TRUE; -+ break; -+ } -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ } -+#endif -+ return fit; -+} -+ -+static void rtw_cfg80211_adjust_p2pie_channel(_adapter *padapter, const u8 *frame_body, u32 len) -+{ -+#ifdef CONFIG_CONCURRENT_MODE -+ u8 *ies, *p2p_ie; -+ u32 ies_len, p2p_ielen; -+ PADAPTER pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ ies = (u8*)(frame_body + _PUBLIC_ACTION_IE_OFFSET_); -+ ies_len = len - _PUBLIC_ACTION_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen ); -+ -+ while ( p2p_ie ) -+ { -+ u32 attr_contentlen = 0; -+ u8 *pattr = NULL; -+ -+ //Check P2P_ATTR_CH_LIST -+ if((pattr=rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, NULL, (uint*)&attr_contentlen))!=NULL) -+ { -+ int i; -+ u32 num_of_ch; -+ u8 *pattr_temp = pattr + 3 ; -+ -+ attr_contentlen -= 3; -+ -+ while(attr_contentlen>0) -+ { -+ num_of_ch = *(pattr_temp+1); -+ -+ for(i=0; icur_channel;//forcing to the same channel -+ -+ pattr_temp += (2+num_of_ch); -+ attr_contentlen -= (2+num_of_ch); -+ } -+ } -+ -+ //Check P2P_ATTR_OPERATING_CH -+ attr_contentlen = 0; -+ pattr = NULL; -+ if((pattr = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, (uint*)&attr_contentlen))!=NULL) -+ { -+ *(pattr+4) = pbuddy_mlmeext->cur_channel;//forcing to the same channel -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ -+ } -+ -+#endif -+} -+ -+#ifdef CONFIG_WFD -+void rtw_append_wfd_ie(_adapter *padapter, u8 *buf, u32* len) -+{ -+ unsigned char *frame_body; -+ u8 category, action, OUI_Subtype, dialogToken=0; -+ u32 wfdielen = 0; -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(padapter); -+ -+ frame_body = (unsigned char *)(buf + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ category = frame_body[0]; -+ -+ if(category == RTW_WLAN_CATEGORY_PUBLIC) -+ { -+ action = frame_body[1]; -+ if (action == ACT_PUBLIC_VENDOR -+ && _rtw_memcmp(frame_body+2, P2P_OUI, 4) == _TRUE -+ ) -+ { -+ OUI_Subtype = frame_body[6]; -+ dialogToken = frame_body[7]; -+ switch( OUI_Subtype )//OUI Subtype -+ { -+ case P2P_GO_NEGO_REQ: -+ { -+ wfdielen = build_nego_req_wfd_ie( &padapter->wdinfo, buf + ( *len ) ); -+ (*len) += wfdielen; -+ break; -+ } -+ case P2P_GO_NEGO_RESP: -+ { -+ wfdielen = build_nego_resp_wfd_ie( &padapter->wdinfo, buf + ( *len ) ); -+ (*len) += wfdielen; -+ break; -+ } -+ case P2P_GO_NEGO_CONF: -+ { -+ wfdielen = build_nego_confirm_wfd_ie( &padapter->wdinfo, buf + ( *len ) ); -+ (*len) += wfdielen; -+ break; -+ } -+ case P2P_INVIT_REQ: -+ { -+ wfdielen = build_invitation_req_wfd_ie( &padapter->wdinfo, buf + ( *len ) ); -+ (*len) += wfdielen; -+ break; -+ } -+ case P2P_INVIT_RESP: -+ { -+ wfdielen = build_invitation_resp_wfd_ie( &padapter->wdinfo, buf + ( *len ) ); -+ (*len) += wfdielen; -+ break; -+ } -+ case P2P_DEVDISC_REQ: -+ break; -+ case P2P_DEVDISC_RESP: -+ -+ break; -+ case P2P_PROVISION_DISC_REQ: -+ { -+ wfdielen = build_provdisc_req_wfd_ie( &padapter->wdinfo, buf + ( *len ) ); -+ (*len) += wfdielen; -+ break; -+ } -+ case P2P_PROVISION_DISC_RESP: -+ { -+ wfdielen = build_provdisc_resp_wfd_ie( &padapter->wdinfo, buf + ( *len ) ); -+ (*len) += wfdielen; -+ break; -+ } -+ default: -+ -+ break; -+ } -+ -+ } -+ -+ } -+ else if(category == RTW_WLAN_CATEGORY_P2P) -+ { -+ OUI_Subtype = frame_body[5]; -+ dialogToken = frame_body[6]; -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("ACTION_CATEGORY_P2P: OUI=0x%x, OUI_Subtype=%d, dialogToken=%d\n", -+ cpu_to_be32( *( ( u32* ) ( frame_body + 1 ) ) ), OUI_Subtype, dialogToken); -+#endif -+ -+ switch(OUI_Subtype) -+ { -+ case P2P_NOTICE_OF_ABSENCE: -+ -+ break; -+ case P2P_PRESENCE_REQUEST: -+ -+ break; -+ case P2P_PRESENCE_RESPONSE: -+ -+ break; -+ case P2P_GO_DISC_REQUEST: -+ -+ break; -+ default: -+ -+ break; -+ } -+ -+ } -+ else -+ { -+ DBG_871X("%s, action frame category=%d\n", __func__, category); -+ //is_p2p_frame = (-1); -+ } -+ -+ return; -+} -+#endif -+ -+u8 *dump_p2p_attr_ch_list(u8 *p2p_ie, uint p2p_ielen, u8 *buf, u32 buf_len) -+{ -+ uint attr_contentlen = 0; -+ u8 *pattr = NULL; -+ int w_sz = 0; -+ u8 ch_cnt = 0; -+ u8 ch_list[40]; -+ bool continuous = _FALSE; -+ -+ if ((pattr=rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, NULL, &attr_contentlen))!=NULL) { -+ int i, j; -+ u32 num_of_ch; -+ u8 *pattr_temp = pattr + 3 ; -+ -+ attr_contentlen -= 3; -+ -+ _rtw_memset(ch_list, 0, 40); -+ -+ while (attr_contentlen>0) { -+ num_of_ch = *(pattr_temp+1); -+ -+ for(i=0; i=ch_cnt) -+ ch_list[ch_cnt++] = *(pattr_temp+2+i); -+ -+ } -+ -+ pattr_temp += (2+num_of_ch); -+ attr_contentlen -= (2+num_of_ch); -+ } -+ -+ for (j=0;j>1 == resp >>1) -+ return req&0x01 ? _TRUE : _FALSE; -+ else if (req>>1 > resp>>1) -+ return _TRUE; -+ else -+ return _FALSE; -+} -+ -+int rtw_p2p_check_frames(_adapter *padapter, const u8 *buf, u32 len, u8 tx) -+{ -+ int is_p2p_frame = (-1); -+ unsigned char *frame_body; -+ u8 category, action, OUI_Subtype, dialogToken=0; -+ u8 *p2p_ie = NULL; -+ uint p2p_ielen = 0; -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(padapter); -+ int status = -1; -+ u8 ch_list_buf[128] = {'\0'}; -+ int op_ch = -1; -+ int listen_ch = -1; -+ u8 intent = 0; -+ -+ frame_body = (unsigned char *)(buf + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ category = frame_body[0]; -+ //just for check -+ if(category == RTW_WLAN_CATEGORY_PUBLIC) -+ { -+ action = frame_body[1]; -+ if (action == ACT_PUBLIC_VENDOR -+ && _rtw_memcmp(frame_body+2, P2P_OUI, 4) == _TRUE -+ ) -+ { -+ OUI_Subtype = frame_body[6]; -+ dialogToken = frame_body[7]; -+ is_p2p_frame = OUI_Subtype; -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("ACTION_CATEGORY_PUBLIC: ACT_PUBLIC_VENDOR, OUI=0x%x, OUI_Subtype=%d, dialogToken=%d\n", -+ cpu_to_be32( *( ( u32* ) ( frame_body + 2 ) ) ), OUI_Subtype, dialogToken); -+ #endif -+ -+ p2p_ie = rtw_get_p2p_ie( -+ (u8 *)buf+sizeof(struct rtw_ieee80211_hdr_3addr)+_PUBLIC_ACTION_IE_OFFSET_, -+ len-sizeof(struct rtw_ieee80211_hdr_3addr)-_PUBLIC_ACTION_IE_OFFSET_, -+ NULL, &p2p_ielen); -+ -+ switch( OUI_Subtype )//OUI Subtype -+ { -+ u8 *cont; -+ uint cont_len; -+ case P2P_GO_NEGO_REQ: -+ { -+ struct rtw_wdev_nego_info* nego_info = &pwdev_priv->nego_info; -+ -+ if (tx) { -+ #ifdef CONFIG_DRV_ISSUE_PROV_REQ // IOT FOR S2 -+ if(pwdev_priv->provdisc_req_issued == _FALSE) -+ rtw_cfg80211_issue_p2p_provision_request(padapter, buf, len); -+ #endif //CONFIG_DRV_ISSUE_PROV_REQ -+ -+ //pwdev_priv->provdisc_req_issued = _FALSE; -+ -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED)) -+ rtw_cfg80211_adjust_p2pie_channel(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)); -+ #endif -+ } -+ -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, &cont_len))) -+ op_ch = *(cont+4); -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_LISTEN_CH, NULL, &cont_len))) -+ listen_ch = *(cont+4); -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT, NULL, &cont_len))) -+ intent = *cont; -+ -+ if (nego_info->token != dialogToken) -+ rtw_wdev_nego_info_init(nego_info); -+ -+ _rtw_memcpy(nego_info->peer_mac, tx ? GetAddr1Ptr(buf) : GetAddr2Ptr(buf), ETH_ALEN); -+ nego_info->active = tx ? 1 : 0; -+ nego_info->token = dialogToken; -+ nego_info->req_op_ch = op_ch; -+ nego_info->req_listen_ch = listen_ch; -+ nego_info->req_intent = intent; -+ nego_info->state = 0; -+ -+ dump_p2p_attr_ch_list(p2p_ie, p2p_ielen, ch_list_buf, 128); -+ DBG_871X("RTW_%s:P2P_GO_NEGO_REQ, dialogToken=%d, intent:%u%s, listen_ch:%d, op_ch:%d, ch_list:%s\n", -+ (tx==_TRUE)?"Tx":"Rx", dialogToken, (intent>>1), intent&0x1 ? "+" : "-", listen_ch, op_ch, ch_list_buf); -+ -+ if (!tx) { -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED) -+ && rtw_chk_p2pie_ch_list_with_buddy(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)) == _FALSE) -+ { -+ DBG_871X(FUNC_ADPT_FMT" ch_list has no intersect with buddy\n", FUNC_ADPT_ARG(padapter)); -+ rtw_change_p2pie_ch_list(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr), 0); -+ } -+ #endif -+ } -+ -+ break; -+ } -+ case P2P_GO_NEGO_RESP: -+ { -+ struct rtw_wdev_nego_info* nego_info = &pwdev_priv->nego_info; -+ -+ if (tx) { -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED)) -+ rtw_cfg80211_adjust_p2pie_channel(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)); -+ #endif -+ } -+ -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, &cont_len))) -+ op_ch = *(cont+4); -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT, NULL, &cont_len))) -+ intent = *cont; -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, NULL, &cont_len))) -+ status = *cont; -+ -+ if (nego_info->token == dialogToken && nego_info->state == 0 -+ && _rtw_memcmp(nego_info->peer_mac, tx ? GetAddr1Ptr(buf) : GetAddr2Ptr(buf), ETH_ALEN) == _TRUE -+ ) { -+ nego_info->status = (status==-1) ? 0xff : status; -+ nego_info->rsp_op_ch= op_ch; -+ nego_info->rsp_intent = intent; -+ nego_info->state = 1; -+ if (status != 0) -+ nego_info->token = 0; /* init */ -+ } -+ -+ dump_p2p_attr_ch_list(p2p_ie, p2p_ielen, ch_list_buf, 128); -+ DBG_871X("RTW_%s:P2P_GO_NEGO_RESP, dialogToken=%d, intent:%u%s, status:%d, op_ch:%d, ch_list:%s\n", -+ (tx==_TRUE)?"Tx":"Rx", dialogToken, (intent>>1), intent&0x1 ? "+" : "-", status, op_ch, ch_list_buf); -+ -+ if (!tx) { -+ pwdev_priv->provdisc_req_issued = _FALSE; -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED) -+ && rtw_chk_p2pie_ch_list_with_buddy(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)) == _FALSE) -+ { -+ DBG_871X(FUNC_ADPT_FMT" ch_list has no intersect with buddy\n", FUNC_ADPT_ARG(padapter)); -+ rtw_change_p2pie_ch_list(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr), 0); -+ } -+ #endif -+ } -+ -+ break; -+ } -+ case P2P_GO_NEGO_CONF: -+ { -+ struct rtw_wdev_nego_info* nego_info = &pwdev_priv->nego_info; -+ bool is_go = _FALSE; -+ -+ if (tx) { -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED)) -+ rtw_cfg80211_adjust_p2pie_channel(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)); -+ #endif -+ } -+ -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, &cont_len))) -+ op_ch = *(cont+4); -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, NULL, &cont_len))) -+ status = *cont; -+ -+ if (nego_info->token == dialogToken && nego_info->state == 1 -+ && _rtw_memcmp(nego_info->peer_mac, tx ? GetAddr1Ptr(buf) : GetAddr2Ptr(buf), ETH_ALEN) == _TRUE -+ ) { -+ nego_info->status = (status==-1) ? 0xff : status; -+ nego_info->conf_op_ch = (op_ch==-1) ? 0 : op_ch; -+ nego_info->state = 2; -+ -+ if (status == 0) { -+ if (rtw_p2p_nego_intent_compare(nego_info->req_intent, nego_info->rsp_intent) ^ !tx) -+ is_go = _TRUE; -+ } -+ -+ nego_info->token = 0; /* init */ -+ } -+ -+ dump_p2p_attr_ch_list(p2p_ie, p2p_ielen, ch_list_buf, 128); -+ DBG_871X("RTW_%s:P2P_GO_NEGO_CONF, dialogToken=%d, status:%d, op_ch:%d, ch_list:%s\n", -+ (tx==_TRUE)?"Tx":"Rx", dialogToken, status, op_ch, ch_list_buf); -+ -+ if (!tx) { -+ } -+ -+ break; -+ } -+ case P2P_INVIT_REQ: -+ { -+ struct rtw_wdev_invit_info* invit_info = &pwdev_priv->invit_info; -+ int flags = -1; -+ -+ if (tx) { -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED)) -+ rtw_cfg80211_adjust_p2pie_channel(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)); -+ #endif -+ } -+ -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_INVITATION_FLAGS, NULL, &cont_len))) -+ flags = *cont; -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, &cont_len))) -+ op_ch = *(cont+4); -+ -+ if (invit_info->token != dialogToken) -+ rtw_wdev_invit_info_init(invit_info); -+ -+ _rtw_memcpy(invit_info->peer_mac, tx ? GetAddr1Ptr(buf) : GetAddr2Ptr(buf), ETH_ALEN); -+ invit_info->active = tx ? 1 : 0; -+ invit_info->token = dialogToken; -+ invit_info->flags = (flags==-1) ? 0x0 : flags; -+ invit_info->req_op_ch= op_ch; -+ invit_info->state = 0; -+ -+ dump_p2p_attr_ch_list(p2p_ie, p2p_ielen, ch_list_buf, 128); -+ DBG_871X("RTW_%s:P2P_INVIT_REQ, dialogToken=%d, flags:0x%02x, op_ch:%d, ch_list:%s\n", -+ (tx==_TRUE)?"Tx":"Rx", dialogToken, flags, op_ch, ch_list_buf); -+ -+ if (!tx) { -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED)) { -+ if (op_ch != -1 && rtw_chk_p2pie_op_ch_with_buddy(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)) == _FALSE) { -+ DBG_871X(FUNC_ADPT_FMT" op_ch:%u has no intersect with buddy\n", FUNC_ADPT_ARG(padapter), op_ch); -+ rtw_change_p2pie_ch_list(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr), 0); -+ } else if (rtw_chk_p2pie_ch_list_with_buddy(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)) == _FALSE) { -+ DBG_871X(FUNC_ADPT_FMT" ch_list has no intersect with buddy\n", FUNC_ADPT_ARG(padapter)); -+ rtw_change_p2pie_ch_list(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr), 0); -+ } -+ } -+ #endif -+ } -+ -+ break; -+ } -+ case P2P_INVIT_RESP: -+ { -+ struct rtw_wdev_invit_info* invit_info = &pwdev_priv->invit_info; -+ -+ if (tx) { -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT) -+ if(check_buddy_fwstate(padapter, _FW_LINKED)) -+ rtw_cfg80211_adjust_p2pie_channel(padapter, frame_body, len-sizeof(struct rtw_ieee80211_hdr_3addr)); -+ #endif -+ } -+ -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, NULL, &cont_len))) -+ { -+#ifdef CONFIG_P2P_INVITE_IOT -+ if(tx && *cont==7) -+ { -+ DBG_871X("TX_P2P_INVITE_RESP, status is no common channel, change to unknown group\n"); -+ *cont = 8; //unknow group status -+ } -+#endif //CONFIG_P2P_INVITE_IOT -+ status = *cont; -+ } -+ if ((cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_OPERATING_CH, NULL, &cont_len))) -+ op_ch = *(cont+4); -+ -+ if (invit_info->token == dialogToken && invit_info->state == 0 -+ && _rtw_memcmp(invit_info->peer_mac, tx ? GetAddr1Ptr(buf) : GetAddr2Ptr(buf), ETH_ALEN) == _TRUE -+ ) { -+ invit_info->status = (status==-1) ? 0xff : status; -+ invit_info->rsp_op_ch= op_ch; -+ invit_info->state = 1; -+ invit_info->token = 0; /* init */ -+ } -+ -+ dump_p2p_attr_ch_list(p2p_ie, p2p_ielen, ch_list_buf, 128); -+ DBG_871X("RTW_%s:P2P_INVIT_RESP, dialogToken=%d, status:%d, op_ch:%d, ch_list:%s\n", -+ (tx==_TRUE)?"Tx":"Rx", dialogToken, status, op_ch, ch_list_buf); -+ -+ if (!tx) { -+ } -+ -+ break; -+ } -+ case P2P_DEVDISC_REQ: -+ DBG_871X("RTW_%s:P2P_DEVDISC_REQ, dialogToken=%d\n", (tx==_TRUE)?"Tx":"Rx", dialogToken); -+ break; -+ case P2P_DEVDISC_RESP: -+ cont = rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, NULL, &cont_len); -+ DBG_871X("RTW_%s:P2P_DEVDISC_RESP, dialogToken=%d, status:%d\n", (tx==_TRUE)?"Tx":"Rx", dialogToken, cont?*cont:-1); -+ break; -+ case P2P_PROVISION_DISC_REQ: -+ { -+ size_t frame_body_len = len - sizeof(struct rtw_ieee80211_hdr_3addr); -+ u8 *p2p_ie; -+ uint p2p_ielen = 0; -+ uint contentlen = 0; -+ -+ DBG_871X("RTW_%s:P2P_PROVISION_DISC_REQ, dialogToken=%d\n", (tx==_TRUE)?"Tx":"Rx", dialogToken); -+ -+ //if(tx) -+ { -+ pwdev_priv->provdisc_req_issued = _FALSE; -+ -+ if( (p2p_ie=rtw_get_p2p_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, frame_body_len - _PUBLIC_ACTION_IE_OFFSET_, NULL, &p2p_ielen))) -+ { -+ -+ if(rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_GROUP_ID, NULL, &contentlen)) -+ { -+ pwdev_priv->provdisc_req_issued = _FALSE;//case: p2p_client join p2p GO -+ } -+ else -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("provdisc_req_issued is _TRUE\n"); -+ #endif //CONFIG_DEBUG_CFG80211 -+ pwdev_priv->provdisc_req_issued = _TRUE;//case: p2p_devices connection before Nego req. -+ } -+ -+ } -+ } -+ } -+ break; -+ case P2P_PROVISION_DISC_RESP: -+ DBG_871X("RTW_%s:P2P_PROVISION_DISC_RESP, dialogToken=%d\n", (tx==_TRUE)?"Tx":"Rx", dialogToken); -+ break; -+ default: -+ DBG_871X("RTW_%s:OUI_Subtype=%d, dialogToken=%d\n", (tx==_TRUE)?"Tx":"Rx", OUI_Subtype, dialogToken); -+ break; -+ } -+ -+ } -+ -+ } -+ else if(category == RTW_WLAN_CATEGORY_P2P) -+ { -+ OUI_Subtype = frame_body[5]; -+ dialogToken = frame_body[6]; -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("ACTION_CATEGORY_P2P: OUI=0x%x, OUI_Subtype=%d, dialogToken=%d\n", -+ cpu_to_be32( *( ( u32* ) ( frame_body + 1 ) ) ), OUI_Subtype, dialogToken); -+ #endif -+ -+ is_p2p_frame = OUI_Subtype; -+ -+ switch(OUI_Subtype) -+ { -+ case P2P_NOTICE_OF_ABSENCE: -+ DBG_871X("RTW_%s:P2P_NOTICE_OF_ABSENCE, dialogToken=%d\n", (tx==_TRUE)?"TX":"RX", dialogToken); -+ break; -+ case P2P_PRESENCE_REQUEST: -+ DBG_871X("RTW_%s:P2P_PRESENCE_REQUEST, dialogToken=%d\n", (tx==_TRUE)?"TX":"RX", dialogToken); -+ break; -+ case P2P_PRESENCE_RESPONSE: -+ DBG_871X("RTW_%s:P2P_PRESENCE_RESPONSE, dialogToken=%d\n", (tx==_TRUE)?"TX":"RX", dialogToken); -+ break; -+ case P2P_GO_DISC_REQUEST: -+ DBG_871X("RTW_%s:P2P_GO_DISC_REQUEST, dialogToken=%d\n", (tx==_TRUE)?"TX":"RX", dialogToken); -+ break; -+ default: -+ DBG_871X("RTW_%s:OUI_Subtype=%d, dialogToken=%d\n", (tx==_TRUE)?"TX":"RX", OUI_Subtype, dialogToken); -+ break; -+ } -+ -+ } -+ else -+ { -+ DBG_871X("RTW_%s:action frame category=%d\n", (tx==_TRUE)?"TX":"RX", category); -+ } -+ -+ return is_p2p_frame; -+} -+ -+void rtw_init_cfg80211_wifidirect_info( _adapter* padapter) -+{ -+ struct cfg80211_wifidirect_info *pcfg80211_wdinfo = &padapter->cfg80211_wdinfo; -+ -+ _rtw_memset(pcfg80211_wdinfo, 0x00, sizeof(struct cfg80211_wifidirect_info) ); -+ -+ _init_timer( &pcfg80211_wdinfo->remain_on_ch_timer, padapter->pnetdev, ro_ch_timer_process, padapter ); -+} -+#endif //CONFIG_IOCTL_CFG80211 -+ -+void p2p_protocol_wk_hdl(_adapter *padapter, int intCmdType) -+{ -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+_func_enter_; -+ -+ switch(intCmdType) -+ { -+ case P2P_FIND_PHASE_WK: -+ { -+ find_phase_handler( padapter ); -+ break; -+ } -+ case P2P_RESTORE_STATE_WK: -+ { -+ restore_p2p_state_handler( padapter ); -+ break; -+ } -+ case P2P_PRE_TX_PROVDISC_PROCESS_WK: -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ p2p_concurrent_handler( padapter ); -+ } -+ else -+ { -+ pre_tx_provdisc_handler( padapter ); -+ } -+#else -+ pre_tx_provdisc_handler( padapter ); -+#endif -+ break; -+ } -+ case P2P_PRE_TX_INVITEREQ_PROCESS_WK: -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ p2p_concurrent_handler( padapter ); -+ } -+ else -+ { -+ pre_tx_invitereq_handler( padapter ); -+ } -+#else -+ pre_tx_invitereq_handler( padapter ); -+#endif -+ break; -+ } -+ case P2P_PRE_TX_NEGOREQ_PROCESS_WK: -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ p2p_concurrent_handler( padapter ); -+ } -+ else -+ { -+ pre_tx_negoreq_handler( padapter ); -+ } -+#else -+ pre_tx_negoreq_handler( padapter ); -+#endif -+ break; -+ } -+#ifdef CONFIG_P2P -+#ifdef CONFIG_CONCURRENT_MODE -+ case P2P_AP_P2P_CH_SWITCH_PROCESS_WK: -+ { -+ p2p_concurrent_handler( padapter ); -+ break; -+ } -+#endif -+#endif -+#ifdef CONFIG_IOCTL_CFG80211 -+ case P2P_RO_CH_WK: -+ { -+ ro_ch_handler( padapter ); -+ break; -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ } -+ -+_func_exit_; -+} -+ -+int process_p2p_cross_connect_ie(PADAPTER padapter, u8 *IEs, u32 IELength) -+{ -+ int ret = _TRUE; -+ u8 * ies; -+ u32 ies_len; -+ u8 * p2p_ie; -+ u32 p2p_ielen = 0; -+ u8 p2p_attr[MAX_P2P_IE_LEN] = { 0x00 };// NoA length should be n*(13) + 2 -+ u32 attr_contentlen = 0; -+ -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+_func_enter_; -+ -+ if(IELength <= _BEACON_IE_OFFSET_) -+ return ret; -+ -+ ies = IEs + _BEACON_IE_OFFSET_; -+ ies_len = IELength - _BEACON_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen); -+ -+ while(p2p_ie) -+ { -+ // Get P2P Manageability IE. -+ if(rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_MANAGEABILITY, p2p_attr, &attr_contentlen)) -+ { -+ if ((p2p_attr[0]&(BIT(0)|BIT(1))) == 0x01) { -+ ret = _FALSE; -+ } -+ break; -+ } -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ } -+ -+_func_exit_; -+ return ret; -+} -+ -+#ifdef CONFIG_P2P_PS -+void process_p2p_ps_ie(PADAPTER padapter, u8 *IEs, u32 IELength) -+{ -+ u8 * ies; -+ u32 ies_len; -+ u8 * p2p_ie; -+ u32 p2p_ielen = 0; -+ u8 noa_attr[MAX_P2P_IE_LEN] = { 0x00 };// NoA length should be n*(13) + 2 -+ u32 attr_contentlen = 0; -+ -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ u8 find_p2p = _FALSE, find_p2p_ps = _FALSE; -+ u8 noa_offset, noa_num, noa_index; -+ -+_func_enter_; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ return; -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->iface_type != IFACE_PORT0) -+ return; -+#endif -+ if(IELength <= _BEACON_IE_OFFSET_) -+ return; -+ -+ ies = IEs + _BEACON_IE_OFFSET_; -+ ies_len = IELength - _BEACON_IE_OFFSET_; -+ -+ p2p_ie = rtw_get_p2p_ie( ies, ies_len, NULL, &p2p_ielen); -+ -+ while(p2p_ie) -+ { -+ find_p2p = _TRUE; -+ // Get Notice of Absence IE. -+ if(rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_NOA, noa_attr, &attr_contentlen)) -+ { -+ find_p2p_ps = _TRUE; -+ noa_index = noa_attr[0]; -+ -+ if( (pwdinfo->p2p_ps_mode == P2P_PS_NONE) || -+ (noa_index != pwdinfo->noa_index) )// if index change, driver should reconfigure related setting. -+ { -+ pwdinfo->noa_index = noa_index; -+ pwdinfo->opp_ps = noa_attr[1] >> 7; -+ pwdinfo->ctwindow = noa_attr[1] & 0x7F; -+ -+ noa_offset = 2; -+ noa_num = 0; -+ // NoA length should be n*(13) + 2 -+ if(attr_contentlen > 2) -+ { -+ while(noa_offset < attr_contentlen) -+ { -+ //_rtw_memcpy(&wifidirect_info->noa_count[noa_num], &noa_attr[noa_offset], 1); -+ pwdinfo->noa_count[noa_num] = noa_attr[noa_offset]; -+ noa_offset += 1; -+ -+ _rtw_memcpy(&pwdinfo->noa_duration[noa_num], &noa_attr[noa_offset], 4); -+ noa_offset += 4; -+ -+ _rtw_memcpy(&pwdinfo->noa_interval[noa_num], &noa_attr[noa_offset], 4); -+ noa_offset += 4; -+ -+ _rtw_memcpy(&pwdinfo->noa_start_time[noa_num], &noa_attr[noa_offset], 4); -+ noa_offset += 4; -+ -+ noa_num++; -+ } -+ } -+ pwdinfo->noa_num = noa_num; -+ -+ if( pwdinfo->opp_ps == 1 ) -+ { -+ pwdinfo->p2p_ps_mode = P2P_PS_CTWINDOW; -+ // driver should wait LPS for entering CTWindow -+ if(adapter_to_pwrctl(padapter)->bFwCurrentInPSMode == _TRUE) -+ { -+ p2p_ps_wk_cmd(padapter, P2P_PS_ENABLE, 1); -+ } -+ } -+ else if( pwdinfo->noa_num > 0 ) -+ { -+ pwdinfo->p2p_ps_mode = P2P_PS_NOA; -+ p2p_ps_wk_cmd(padapter, P2P_PS_ENABLE, 1); -+ } -+ else if( pwdinfo->p2p_ps_mode > P2P_PS_NONE) -+ { -+ p2p_ps_wk_cmd(padapter, P2P_PS_DISABLE, 1); -+ } -+ } -+ -+ break; // find target, just break. -+ } -+ -+ //Get the next P2P IE -+ p2p_ie = rtw_get_p2p_ie(p2p_ie+p2p_ielen, ies_len -(p2p_ie -ies + p2p_ielen), NULL, &p2p_ielen); -+ -+ } -+ -+ if(find_p2p == _TRUE) -+ { -+ if( (pwdinfo->p2p_ps_mode > P2P_PS_NONE) && (find_p2p_ps == _FALSE) ) -+ { -+ p2p_ps_wk_cmd(padapter, P2P_PS_DISABLE, 1); -+ } -+ } -+ -+_func_exit_; -+} -+ -+void p2p_ps_wk_hdl(_adapter *padapter, u8 p2p_ps_state) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+_func_enter_; -+ -+ // Pre action for p2p state -+ switch(p2p_ps_state) -+ { -+ case P2P_PS_DISABLE: -+ pwdinfo->p2p_ps_state = p2p_ps_state; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_P2P_PS_OFFLOAD, (u8 *)(&p2p_ps_state)); -+ -+ pwdinfo->noa_index = 0; -+ pwdinfo->ctwindow = 0; -+ pwdinfo->opp_ps = 0; -+ pwdinfo->noa_num = 0; -+ pwdinfo->p2p_ps_mode = P2P_PS_NONE; -+ if(pwrpriv->bFwCurrentInPSMode == _TRUE) -+ { -+ if(pwrpriv->smart_ps == 0) -+ { -+ pwrpriv->smart_ps = 2; -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&(pwrpriv->pwr_mode))); -+ } -+ } -+ break; -+ case P2P_PS_ENABLE: -+ if (pwdinfo->p2p_ps_mode > P2P_PS_NONE) { -+ pwdinfo->p2p_ps_state = p2p_ps_state; -+ -+ if( pwdinfo->ctwindow > 0 ) -+ { -+ if(pwrpriv->smart_ps != 0) -+ { -+ pwrpriv->smart_ps = 0; -+ DBG_871X("%s(): Enter CTW, change SmartPS\n", __FUNCTION__); -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&(pwrpriv->pwr_mode))); -+ } -+ } -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_P2P_PS_OFFLOAD, (u8 *)(&p2p_ps_state)); -+ } -+ break; -+ case P2P_PS_SCAN: -+ case P2P_PS_SCAN_DONE: -+ case P2P_PS_ALLSTASLEEP: -+ if (pwdinfo->p2p_ps_mode > P2P_PS_NONE) { -+ pwdinfo->p2p_ps_state = p2p_ps_state; -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_P2P_PS_OFFLOAD, (u8 *)(&p2p_ps_state)); -+ } -+ break; -+ default: -+ break; -+ } -+ -+_func_exit_; -+} -+ -+u8 p2p_ps_wk_cmd(_adapter*padapter, u8 p2p_ps_state, u8 enqueue) -+{ -+ struct cmd_obj *ph2c; -+ struct drvextra_cmd_parm *pdrvextra_cmd_parm; -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 res = _SUCCESS; -+ -+_func_enter_; -+ -+ if ( rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) -+#ifdef CONFIG_CONCURRENT_MODE -+ || (padapter->iface_type != IFACE_PORT0) -+#endif -+ ) -+ { -+ return res; -+ } -+ -+ if(enqueue) -+ { -+ ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj)); -+ if(ph2c==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm = (struct drvextra_cmd_parm*)rtw_zmalloc(sizeof(struct drvextra_cmd_parm)); -+ if(pdrvextra_cmd_parm==NULL){ -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pdrvextra_cmd_parm->ec_id = P2P_PS_WK_CID; -+ pdrvextra_cmd_parm->type = p2p_ps_state; -+ pdrvextra_cmd_parm->size = 0; -+ pdrvextra_cmd_parm->pbuf = NULL; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pdrvextra_cmd_parm, GEN_CMD_CODE(_Set_Drv_Extra)); -+ -+ res = rtw_enqueue_cmd(pcmdpriv, ph2c); -+ } -+ else -+ { -+ p2p_ps_wk_hdl(padapter, p2p_ps_state); -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+#endif // CONFIG_P2P_PS -+ -+static void reset_ch_sitesurvey_timer_process (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ return; -+ -+ DBG_871X( "[%s] In\n", __FUNCTION__ ); -+ // Reset the operation channel information -+ pwdinfo->rx_invitereq_info.operation_ch[0] = 0; -+#ifdef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->rx_invitereq_info.operation_ch[1] = 0; -+ pwdinfo->rx_invitereq_info.operation_ch[2] = 0; -+ pwdinfo->rx_invitereq_info.operation_ch[3] = 0; -+#endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->rx_invitereq_info.scan_op_ch_only = 0; -+} -+ -+static void reset_ch_sitesurvey_timer_process2 (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ return; -+ -+ DBG_871X( "[%s] In\n", __FUNCTION__ ); -+ // Reset the operation channel information -+ pwdinfo->p2p_info.operation_ch[0] = 0; -+#ifdef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.operation_ch[1] = 0; -+ pwdinfo->p2p_info.operation_ch[2] = 0; -+ pwdinfo->p2p_info.operation_ch[3] = 0; -+#endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.scan_op_ch_only = 0; -+} -+ -+static void restore_p2p_state_timer_process (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ return; -+ -+ p2p_protocol_wk_cmd( adapter, P2P_RESTORE_STATE_WK ); -+} -+ -+static void pre_tx_scan_timer_process (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *) FunctionContext; -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+ _irqL irqL; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u8 _status = 0; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ return; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_PROVISION_DIS_REQ)) -+ { -+ if ( _TRUE == pwdinfo->tx_prov_disc_info.benable ) // the provision discovery request frame is trigger to send or not -+ { -+ p2p_protocol_wk_cmd( adapter, P2P_PRE_TX_PROVDISC_PROCESS_WK ); -+ //issue_probereq_p2p(adapter, NULL); -+ //_set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ } -+ } -+ else if (rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_ING)) -+ { -+ if ( _TRUE == pwdinfo->nego_req_info.benable ) -+ { -+ p2p_protocol_wk_cmd( adapter, P2P_PRE_TX_NEGOREQ_PROCESS_WK ); -+ } -+ } -+ else if ( rtw_p2p_chk_state(pwdinfo, P2P_STATE_TX_INVITE_REQ ) ) -+ { -+ if ( _TRUE == pwdinfo->invitereq_info.benable ) -+ { -+ p2p_protocol_wk_cmd( adapter, P2P_PRE_TX_INVITEREQ_PROCESS_WK ); -+ } -+ } -+ else -+ { -+ DBG_8192C( "[%s] p2p_state is %d, ignore!!\n", __FUNCTION__, rtw_p2p_state(pwdinfo) ); -+ } -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+} -+ -+static void find_phase_timer_process (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ return; -+ -+ adapter->wdinfo.find_phase_state_exchange_cnt++; -+ -+ p2p_protocol_wk_cmd( adapter, P2P_FIND_PHASE_WK ); -+} -+ -+#ifdef CONFIG_CONCURRENT_MODE -+void ap_p2p_switch_timer_process (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ struct wifidirect_info *pwdinfo = &adapter->wdinfo; -+#ifdef CONFIG_IOCTL_CFG80211 -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(adapter); -+#endif -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ return; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ ATOMIC_SET(&pwdev_priv->switch_ch_to, 1); -+#endif -+ -+ p2p_protocol_wk_cmd( adapter, P2P_AP_P2P_CH_SWITCH_PROCESS_WK ); -+} -+#endif -+ -+void reset_global_wifidirect_info( _adapter* padapter ) -+{ -+ struct wifidirect_info *pwdinfo; -+ -+ pwdinfo = &padapter->wdinfo; -+ pwdinfo->persistent_supported = 0; -+ pwdinfo->session_available = _TRUE; -+ pwdinfo->wfd_tdls_enable = 0; -+ pwdinfo->wfd_tdls_weaksec = _TRUE; -+} -+ -+#ifdef CONFIG_WFD -+int rtw_init_wifi_display_info(_adapter* padapter) -+{ -+ int res = _SUCCESS; -+ struct wifi_display_info *pwfd_info = &padapter->wfd_info; -+ -+ // Used in P2P and TDLS -+ pwfd_info->rtsp_ctrlport = 554; -+ pwfd_info->peer_rtsp_ctrlport = 0; // Reset to 0 -+ pwfd_info->wfd_enable = _FALSE; -+ pwfd_info->wfd_device_type = WFD_DEVINFO_PSINK; -+ pwfd_info->scan_result_type = SCAN_RESULT_P2P_ONLY; -+ -+ // Used in P2P -+ pwfd_info->peer_session_avail = _TRUE; -+ pwfd_info->wfd_pc = _FALSE; -+ -+ // Used in TDLS -+ _rtw_memset( pwfd_info->ip_address, 0x00, 4 ); -+ _rtw_memset( pwfd_info->peer_ip_address, 0x00, 4 ); -+ return res; -+ -+} -+#endif //CONFIG_WFD -+ -+void rtw_init_wifidirect_timers(_adapter* padapter) -+{ -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ -+ _init_timer( &pwdinfo->find_phase_timer, padapter->pnetdev, find_phase_timer_process, padapter ); -+ _init_timer( &pwdinfo->restore_p2p_state_timer, padapter->pnetdev, restore_p2p_state_timer_process, padapter ); -+ _init_timer( &pwdinfo->pre_tx_scan_timer, padapter->pnetdev, pre_tx_scan_timer_process, padapter ); -+ _init_timer( &pwdinfo->reset_ch_sitesurvey, padapter->pnetdev, reset_ch_sitesurvey_timer_process, padapter ); -+ _init_timer( &pwdinfo->reset_ch_sitesurvey2, padapter->pnetdev, reset_ch_sitesurvey_timer_process2, padapter ); -+#ifdef CONFIG_CONCURRENT_MODE -+ _init_timer( &pwdinfo->ap_p2p_switch_timer, padapter->pnetdev, ap_p2p_switch_timer_process, padapter ); -+#endif -+} -+ -+void rtw_init_wifidirect_addrs(_adapter* padapter, u8 *dev_addr, u8 *iface_addr) -+{ -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ -+ /*init device&interface address */ -+ if (dev_addr) { -+ _rtw_memcpy(pwdinfo->device_addr, dev_addr, ETH_ALEN); -+ } -+ if (iface_addr) { -+ _rtw_memcpy(pwdinfo->interface_addr, iface_addr, ETH_ALEN); -+ } -+#endif -+} -+ -+void init_wifidirect_info( _adapter* padapter, enum P2P_ROLE role) -+{ -+ struct wifidirect_info *pwdinfo; -+#ifdef CONFIG_WFD -+ struct wifi_display_info *pwfd_info = &padapter->wfd_info; -+#endif -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct wifidirect_info *pbuddy_wdinfo = NULL; -+ struct mlme_priv *pbuddy_mlmepriv = NULL; -+ struct mlme_ext_priv *pbuddy_mlmeext = NULL; -+#endif -+ -+ pwdinfo = &padapter->wdinfo; -+ -+ pwdinfo->padapter = padapter; -+ -+ // 1, 6, 11 are the social channel defined in the WiFi Direct specification. -+ pwdinfo->social_chan[0] = 1; -+ pwdinfo->social_chan[1] = 6; -+ pwdinfo->social_chan[2] = 11; -+ pwdinfo->social_chan[3] = 0; // channel 0 for scanning ending in site survey function. -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (pbuddy_adapter) { -+ pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ } -+ -+ if ( ( check_buddy_fwstate(padapter, _FW_LINKED ) == _TRUE ) && -+ ( ( pbuddy_mlmeext->cur_channel == 1) || ( pbuddy_mlmeext->cur_channel == 6 ) || ( pbuddy_mlmeext->cur_channel == 11 ) ) -+ ) -+ { -+ // Use the AP's channel as the listen channel -+ // This will avoid the channel switch between AP's channel and listen channel. -+ pwdinfo->listen_channel = pbuddy_mlmeext->cur_channel; -+ } -+ else -+#endif //CONFIG_CONCURRENT_MODE -+ { -+ // Use the channel 11 as the listen channel -+ pwdinfo->listen_channel = 11; -+ } -+ -+ if (role == P2P_ROLE_DEVICE) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ #ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) == _TRUE ) -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_IDLE); -+ } -+ else -+ #endif -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_LISTEN); -+ } -+ pwdinfo->intent = 1; -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_LISTEN); -+ } -+ else if (role == P2P_ROLE_CLIENT) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ pwdinfo->intent = 1; -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ } -+ else if (role == P2P_ROLE_GO) -+ { -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ pwdinfo->intent = 15; -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ } -+ -+// Use the OFDM rate in the P2P probe response frame. ( 6(B), 9(B), 12, 18, 24, 36, 48, 54 ) -+ pwdinfo->support_rate[0] = 0x8c; // 6(B) -+ pwdinfo->support_rate[1] = 0x92; // 9(B) -+ pwdinfo->support_rate[2] = 0x18; // 12 -+ pwdinfo->support_rate[3] = 0x24; // 18 -+ pwdinfo->support_rate[4] = 0x30; // 24 -+ pwdinfo->support_rate[5] = 0x48; // 36 -+ pwdinfo->support_rate[6] = 0x60; // 48 -+ pwdinfo->support_rate[7] = 0x6c; // 54 -+ -+ _rtw_memcpy( ( void* ) pwdinfo->p2p_wildcard_ssid, "DIRECT-", 7 ); -+ -+ _rtw_memset( pwdinfo->device_name, 0x00, WPS_MAX_DEVICE_NAME_LEN ); -+ pwdinfo->device_name_len = 0; -+ -+ _rtw_memset( &pwdinfo->invitereq_info, 0x00, sizeof( struct tx_invite_req_info ) ); -+ pwdinfo->invitereq_info.token = 3; // Token used for P2P invitation request frame. -+ -+ _rtw_memset( &pwdinfo->inviteresp_info, 0x00, sizeof( struct tx_invite_resp_info ) ); -+ pwdinfo->inviteresp_info.token = 0; -+ -+ pwdinfo->profileindex = 0; -+ _rtw_memset( &pwdinfo->profileinfo[ 0 ], 0x00, sizeof( struct profile_info ) * P2P_MAX_PERSISTENT_GROUP_NUM ); -+ -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_NONE); -+ -+ pwdinfo->listen_dwell = ( u8 ) (( rtw_get_current_time() % 3 ) + 1); -+ //DBG_8192C( "[%s] listen_dwell time is %d00ms\n", __FUNCTION__, pwdinfo->listen_dwell ); -+ -+ _rtw_memset( &pwdinfo->tx_prov_disc_info, 0x00, sizeof( struct tx_provdisc_req_info ) ); -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_NONE; -+ -+ _rtw_memset( &pwdinfo->nego_req_info, 0x00, sizeof( struct tx_nego_req_info ) ); -+ -+ pwdinfo->device_password_id_for_nego = WPS_DPID_PBC; -+ pwdinfo->negotiation_dialog_token = 1; -+ -+ _rtw_memset( pwdinfo->nego_ssid, 0x00, WLAN_SSID_MAXLEN ); -+ pwdinfo->nego_ssidlen = 0; -+ -+ pwdinfo->ui_got_wps_info = P2P_NO_WPSINFO; -+#ifdef CONFIG_WFD -+ pwdinfo->supported_wps_cm = WPS_CONFIG_METHOD_DISPLAY | WPS_CONFIG_METHOD_PBC; -+ pwdinfo->wfd_info = pwfd_info; -+#else -+ pwdinfo->supported_wps_cm = WPS_CONFIG_METHOD_DISPLAY | WPS_CONFIG_METHOD_PBC | WPS_CONFIG_METHOD_KEYPAD; -+#endif //CONFIG_WFD -+ pwdinfo->channel_list_attr_len = 0; -+ _rtw_memset( pwdinfo->channel_list_attr, 0x00, 100 ); -+ -+ _rtw_memset( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, 0x00, 4 ); -+ _rtw_memset( pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req, '0', 3 ); -+ _rtw_memset( &pwdinfo->groupid_info, 0x00, sizeof( struct group_id_info ) ); -+#ifdef CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_IOCTL_CFG80211 -+ pwdinfo->ext_listen_interval = 1000; //The interval to be available with legacy AP during p2p0-find/scan -+ pwdinfo->ext_listen_period = 3000; //The time period to be available for P2P during nego -+#else //!CONFIG_IOCTL_CFG80211 -+ //pwdinfo->ext_listen_interval = 3000; -+ //pwdinfo->ext_listen_period = 400; -+ pwdinfo->ext_listen_interval = 1000; -+ pwdinfo->ext_listen_period = 1000; -+#endif //!CONFIG_IOCTL_CFG80211 -+#endif -+ -+// Commented by Kurt 20130319 -+// For WiDi purpose: Use CFG80211 interface but controled WFD/RDS frame by driver itself. -+#ifdef CONFIG_IOCTL_CFG80211 -+ pwdinfo->driver_interface = DRIVER_CFG80211; -+#else -+ pwdinfo->driver_interface = DRIVER_WEXT; -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ pwdinfo->wfd_tdls_enable = 0; -+ _rtw_memset( pwdinfo->p2p_peer_interface_addr, 0x00, ETH_ALEN ); -+ _rtw_memset( pwdinfo->p2p_peer_device_addr, 0x00, ETH_ALEN ); -+ -+ pwdinfo->rx_invitereq_info.operation_ch[0] = 0; -+ pwdinfo->rx_invitereq_info.operation_ch[1] = 0; // Used to indicate the scan end in site survey function -+#ifdef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->rx_invitereq_info.operation_ch[2] = 0; -+ pwdinfo->rx_invitereq_info.operation_ch[3] = 0; -+ pwdinfo->rx_invitereq_info.operation_ch[4] = 0; -+#endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->rx_invitereq_info.scan_op_ch_only = 0; -+ pwdinfo->p2p_info.operation_ch[0] = 0; -+ pwdinfo->p2p_info.operation_ch[1] = 0; // Used to indicate the scan end in site survey function -+#ifdef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.operation_ch[2] = 0; -+ pwdinfo->p2p_info.operation_ch[3] = 0; -+ pwdinfo->p2p_info.operation_ch[4] = 0; -+#endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+ pwdinfo->p2p_info.scan_op_ch_only = 0; -+} -+ -+#ifdef CONFIG_DBG_P2P -+ -+/** -+ * rtw_p2p_role_txt - Get the p2p role name as a text string -+ * @role: P2P role -+ * Returns: The state name as a printable text string -+ */ -+const char * rtw_p2p_role_txt(enum P2P_ROLE role) -+{ -+ switch (role) { -+ case P2P_ROLE_DISABLE: -+ return "P2P_ROLE_DISABLE"; -+ case P2P_ROLE_DEVICE: -+ return "P2P_ROLE_DEVICE"; -+ case P2P_ROLE_CLIENT: -+ return "P2P_ROLE_CLIENT"; -+ case P2P_ROLE_GO: -+ return "P2P_ROLE_GO"; -+ default: -+ return "UNKNOWN"; -+ } -+} -+ -+/** -+ * rtw_p2p_state_txt - Get the p2p state name as a text string -+ * @state: P2P state -+ * Returns: The state name as a printable text string -+ */ -+const char * rtw_p2p_state_txt(enum P2P_STATE state) -+{ -+ switch (state) { -+ case P2P_STATE_NONE: -+ return "P2P_STATE_NONE"; -+ case P2P_STATE_IDLE: -+ return "P2P_STATE_IDLE"; -+ case P2P_STATE_LISTEN: -+ return "P2P_STATE_LISTEN"; -+ case P2P_STATE_SCAN: -+ return "P2P_STATE_SCAN"; -+ case P2P_STATE_FIND_PHASE_LISTEN: -+ return "P2P_STATE_FIND_PHASE_LISTEN"; -+ case P2P_STATE_FIND_PHASE_SEARCH: -+ return "P2P_STATE_FIND_PHASE_SEARCH"; -+ case P2P_STATE_TX_PROVISION_DIS_REQ: -+ return "P2P_STATE_TX_PROVISION_DIS_REQ"; -+ case P2P_STATE_RX_PROVISION_DIS_RSP: -+ return "P2P_STATE_RX_PROVISION_DIS_RSP"; -+ case P2P_STATE_RX_PROVISION_DIS_REQ: -+ return "P2P_STATE_RX_PROVISION_DIS_REQ"; -+ case P2P_STATE_GONEGO_ING: -+ return "P2P_STATE_GONEGO_ING"; -+ case P2P_STATE_GONEGO_OK: -+ return "P2P_STATE_GONEGO_OK"; -+ case P2P_STATE_GONEGO_FAIL: -+ return "P2P_STATE_GONEGO_FAIL"; -+ case P2P_STATE_RECV_INVITE_REQ_MATCH: -+ return "P2P_STATE_RECV_INVITE_REQ_MATCH"; -+ case P2P_STATE_PROVISIONING_ING: -+ return "P2P_STATE_PROVISIONING_ING"; -+ case P2P_STATE_PROVISIONING_DONE: -+ return "P2P_STATE_PROVISIONING_DONE"; -+ case P2P_STATE_TX_INVITE_REQ: -+ return "P2P_STATE_TX_INVITE_REQ"; -+ case P2P_STATE_RX_INVITE_RESP_OK: -+ return "P2P_STATE_RX_INVITE_RESP_OK"; -+ case P2P_STATE_RECV_INVITE_REQ_DISMATCH: -+ return "P2P_STATE_RECV_INVITE_REQ_DISMATCH"; -+ case P2P_STATE_RECV_INVITE_REQ_GO: -+ return "P2P_STATE_RECV_INVITE_REQ_GO"; -+ case P2P_STATE_RECV_INVITE_REQ_JOIN: -+ return "P2P_STATE_RECV_INVITE_REQ_JOIN"; -+ case P2P_STATE_RX_INVITE_RESP_FAIL: -+ return "P2P_STATE_RX_INVITE_RESP_FAIL"; -+ case P2P_STATE_RX_INFOR_NOREADY: -+ return "P2P_STATE_RX_INFOR_NOREADY"; -+ case P2P_STATE_TX_INFOR_NOREADY: -+ return "P2P_STATE_TX_INFOR_NOREADY"; -+ default: -+ return "UNKNOWN"; -+ } -+} -+ -+void dbg_rtw_p2p_set_state(struct wifidirect_info *wdinfo, enum P2P_STATE state, const char *caller, int line) -+{ -+ if(!_rtw_p2p_chk_state(wdinfo, state)) { -+ enum P2P_STATE old_state = _rtw_p2p_state(wdinfo); -+ _rtw_p2p_set_state(wdinfo, state); -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d set_state from %s to %s\n", caller, line -+ , rtw_p2p_state_txt(old_state), rtw_p2p_state_txt(_rtw_p2p_state(wdinfo)) -+ ); -+ } else { -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d set_state to same state %s\n", caller, line -+ , rtw_p2p_state_txt(_rtw_p2p_state(wdinfo)) -+ ); -+ } -+} -+void dbg_rtw_p2p_set_pre_state(struct wifidirect_info *wdinfo, enum P2P_STATE state, const char *caller, int line) -+{ -+ if(_rtw_p2p_pre_state(wdinfo) != state) { -+ enum P2P_STATE old_state = _rtw_p2p_pre_state(wdinfo); -+ _rtw_p2p_set_pre_state(wdinfo, state); -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d set_pre_state from %s to %s\n", caller, line -+ , rtw_p2p_state_txt(old_state), rtw_p2p_state_txt(_rtw_p2p_pre_state(wdinfo)) -+ ); -+ } else { -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d set_pre_state to same state %s\n", caller, line -+ , rtw_p2p_state_txt(_rtw_p2p_pre_state(wdinfo)) -+ ); -+ } -+} -+#if 0 -+void dbg_rtw_p2p_restore_state(struct wifidirect_info *wdinfo, const char *caller, int line) -+{ -+ if(wdinfo->pre_p2p_state != -1) { -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d restore from %s to %s\n", caller, line -+ , p2p_state_str[wdinfo->p2p_state], p2p_state_str[wdinfo->pre_p2p_state] -+ ); -+ _rtw_p2p_restore_state(wdinfo); -+ } else { -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d restore no pre state, cur state %s\n", caller, line -+ , p2p_state_str[wdinfo->p2p_state] -+ ); -+ } -+} -+#endif -+void dbg_rtw_p2p_set_role(struct wifidirect_info *wdinfo, enum P2P_ROLE role, const char *caller, int line) -+{ -+ if(wdinfo->role != role) { -+ enum P2P_ROLE old_role = wdinfo->role; -+ _rtw_p2p_set_role(wdinfo, role); -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d set_role from %s to %s\n", caller, line -+ , rtw_p2p_role_txt(old_role), rtw_p2p_role_txt(wdinfo->role) -+ ); -+ } else { -+ DBG_871X("[CONFIG_DBG_P2P]%s:%d set_role to same role %s\n", caller, line -+ , rtw_p2p_role_txt(wdinfo->role) -+ ); -+ } -+} -+#endif //CONFIG_DBG_P2P -+ -+ -+int rtw_p2p_enable(_adapter *padapter, enum P2P_ROLE role) -+{ -+ int ret = _SUCCESS; -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+ if (role == P2P_ROLE_DEVICE || role == P2P_ROLE_CLIENT|| role == P2P_ROLE_GO) -+ { -+ u8 channel, ch_offset; -+ u16 bwmode; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ // Commented by Albert 2011/12/30 -+ // The driver just supports 1 P2P group operation. -+ // So, this function will do nothing if the buddy adapter had enabled the P2P function. -+ if(!rtw_p2p_chk_state(pbuddy_wdinfo, P2P_STATE_NONE)) -+ { -+ // The buddy adapter had enabled the P2P function. -+ return ret; -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ -+ //leave IPS/Autosuspend -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ // Added by Albert 2011/03/22 -+ // In the P2P mode, the driver should not support the b mode. -+ // So, the Tx packet shouldn't use the CCK rate -+ update_tx_basic_rate(padapter, WIRELESS_11AGN); -+ -+ //Enable P2P function -+ init_wifidirect_info(padapter, role); -+ -+ rtw_hal_set_odm_var(padapter,HAL_ODM_P2P_STATE,NULL,_TRUE); -+ #ifdef CONFIG_WFD -+ rtw_hal_set_odm_var(padapter,HAL_ODM_WIFI_DISPLAY_STATE,NULL,_TRUE); -+ #endif -+ -+ } -+ else if (role == P2P_ROLE_DISABLE) -+ { -+#ifdef CONFIG_INTEL_WIDI -+ if( padapter->mlmepriv.p2p_reject_disable == _TRUE ) -+ return ret; -+#endif //CONFIG_INTEL_WIDI -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if( padapter->wdinfo.driver_interface == DRIVER_CFG80211 ) -+ adapter_wdev_data(padapter)->p2p_enabled = _FALSE; -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ -+ //Disable P2P function -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ _cancel_timer_ex( &pwdinfo->find_phase_timer ); -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ _cancel_timer_ex( &pwdinfo->pre_tx_scan_timer); -+ _cancel_timer_ex( &pwdinfo->reset_ch_sitesurvey); -+ _cancel_timer_ex( &pwdinfo->reset_ch_sitesurvey2); -+ reset_ch_sitesurvey_timer_process( padapter ); -+ reset_ch_sitesurvey_timer_process2( padapter ); -+ #ifdef CONFIG_CONCURRENT_MODE -+ _cancel_timer_ex( &pwdinfo->ap_p2p_switch_timer); -+ #endif -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_NONE); -+ rtw_p2p_set_pre_state(pwdinfo, P2P_STATE_NONE); -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DISABLE); -+ _rtw_memset(&pwdinfo->rx_prov_disc_info, 0x00, sizeof(struct rx_provdisc_req_info)); -+ -+ /* Remove profiles in wifidirect_info structure. */ -+ _rtw_memset( &pwdinfo->profileinfo[ 0 ], 0x00, sizeof( struct profile_info ) * P2P_MAX_PERSISTENT_GROUP_NUM ); -+ pwdinfo->profileindex = 0; -+ } -+ -+ rtw_hal_set_odm_var(padapter,HAL_ODM_P2P_STATE,NULL,_FALSE); -+ #ifdef CONFIG_WFD -+ rtw_hal_set_odm_var(padapter,HAL_ODM_WIFI_DISPLAY_STATE,NULL,_FALSE); -+ #endif -+ -+ if (_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ //Restore to initial setting. -+ update_tx_basic_rate(padapter, padapter->registrypriv.wireless_mode); -+ -+#ifdef CONFIG_INTEL_WIDI -+ rtw_reset_widi_info(padapter); -+#endif //CONFIG_INTEL_WIDI -+ -+ //For WiDi purpose. -+#ifdef CONFIG_IOCTL_CFG80211 -+ pwdinfo->driver_interface = DRIVER_CFG80211; -+#else -+ pwdinfo->driver_interface = DRIVER_WEXT; -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ } -+ -+exit: -+ return ret; -+} -+ -+#endif //CONFIG_P2P -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_pwrctrl.c linux/3rdparty/rtl8812au/core/rtw_pwrctrl.c ---- linux.old/3rdparty/rtl8812au/core/rtw_pwrctrl.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_pwrctrl.c 2017-06-07 23:07:21.004686938 +0300 -@@ -0,0 +1,2706 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_PWRCTRL_C_ -+ -+#include -+#include -+#include -+ -+int rtw_fw_ps_state(PADAPTER padapter) -+{ -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ int ret=_FAIL, dont_care=0; -+ u16 fw_ps_state=0; -+ u32 start_time; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct registry_priv *registry_par = &padapter->registrypriv; -+ -+ if(registry_par->check_fw_ps != 1) -+ return _SUCCESS; -+ -+ _enter_pwrlock(&pwrpriv->check_32k_lock); -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_871X("%s: bSurpriseRemoved=%s , hw_init_completed=%d, bDriverStopped=%s\n", __func__ -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , rtw_get_hw_init_completed(padapter) -+ , rtw_is_drv_stopped(padapter)?"True":"False"); -+ goto exit_fw_ps_state; -+ } -+ rtw_hal_set_hwreg(padapter, HW_VAR_SET_REQ_FW_PS, (u8 *)&dont_care); -+ { -+ //4. if 0x88[7]=1, driver set cmd to leave LPS/IPS. -+ //Else, hw will keep in active mode. -+ //debug info: -+ //0x88[7] = 32kpermission, -+ //0x88[6:0] = current_ps_state -+ //0x89[7:0] = last_rpwm -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_FW_PS_STATE, (u8 *)&fw_ps_state); -+ -+ if((fw_ps_state & 0x80) == 0) -+ ret=_SUCCESS; -+ else -+ { -+ pdbgpriv->dbg_poll_fail_cnt++; -+ DBG_871X("%s: fw_ps_state=%04x \n", __FUNCTION__, fw_ps_state); -+ } -+ } -+ -+ -+exit_fw_ps_state: -+ _exit_pwrlock(&pwrpriv->check_32k_lock); -+ return ret; -+} -+ -+#ifdef CONFIG_IPS -+void _ips_enter(_adapter * padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ pwrpriv->bips_processing = _TRUE; -+ -+ // syn ips_mode with request -+ pwrpriv->ips_mode = pwrpriv->ips_mode_req; -+ -+ pwrpriv->ips_enter_cnts++; -+ DBG_871X("==>ips_enter cnts:%d\n",pwrpriv->ips_enter_cnts); -+ -+ if(rf_off == pwrpriv->change_rfpwrstate ) -+ { -+ pwrpriv->bpower_saving = _TRUE; -+ DBG_871X_LEVEL(_drv_always_, "nolinked power save enter\n"); -+ -+ if(pwrpriv->ips_mode == IPS_LEVEL_2) -+ pwrpriv->bkeepfwalive = _TRUE; -+ -+ rtw_ips_pwr_down(padapter); -+ pwrpriv->rf_pwrstate = rf_off; -+ } -+ pwrpriv->bips_processing = _FALSE; -+ -+} -+ -+void ips_enter(_adapter * padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_IpsNotify(padapter, pwrpriv->ips_mode_req); -+#endif // CONFIG_BT_COEXIST -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ _ips_enter(padapter); -+ _exit_pwrlock(&pwrpriv->lock); -+} -+ -+int _ips_leave(_adapter * padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ int result = _SUCCESS; -+ -+ if((pwrpriv->rf_pwrstate == rf_off) &&(!pwrpriv->bips_processing)) -+ { -+ pwrpriv->bips_processing = _TRUE; -+ pwrpriv->change_rfpwrstate = rf_on; -+ pwrpriv->ips_leave_cnts++; -+ DBG_871X("==>ips_leave cnts:%d\n",pwrpriv->ips_leave_cnts); -+ -+ if ((result = rtw_ips_pwr_up(padapter)) == _SUCCESS) { -+ pwrpriv->rf_pwrstate = rf_on; -+ } -+ DBG_871X_LEVEL(_drv_always_, "nolinked power save leave\n"); -+ -+ DBG_871X("==> ips_leave.....LED(0x%08x)...\n",rtw_read32(padapter,0x4c)); -+ pwrpriv->bips_processing = _FALSE; -+ -+ pwrpriv->bkeepfwalive = _FALSE; -+ pwrpriv->bpower_saving = _FALSE; -+ } -+ -+ return result; -+} -+ -+int ips_leave(_adapter * padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ int ret; -+ -+ if(!is_primary_adapter(padapter)) -+ return _SUCCESS; -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ ret = _ips_leave(padapter); -+#ifdef DBG_CHECK_FW_PS_STATE -+ if(rtw_fw_ps_state(padapter) == _FAIL) -+ { -+ DBG_871X("ips leave doesn't leave 32k\n"); -+ pdbgpriv->dbg_leave_ips_fail_cnt++; -+ } -+#endif //DBG_CHECK_FW_PS_STATE -+ _exit_pwrlock(&pwrpriv->lock); -+ -+ if (_SUCCESS == ret) -+ ODM_DMReset(&GET_HAL_DATA(padapter)->odmpriv); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (_SUCCESS == ret) -+ rtw_btcoex_IpsNotify(padapter, IPS_NONE); -+#endif // CONFIG_BT_COEXIST -+ -+ return ret; -+} -+#endif /* CONFIG_IPS */ -+ -+#ifdef CONFIG_AUTOSUSPEND -+extern void autosuspend_enter(_adapter* padapter); -+extern int autoresume_enter(_adapter* padapter); -+#endif -+ -+#ifdef SUPPORT_HW_RFOFF_DETECTED -+int rtw_hw_suspend(_adapter *padapter ); -+int rtw_hw_resume(_adapter *padapter); -+#endif -+ -+bool rtw_pwr_unassociated_idle(_adapter *adapter) -+{ -+ _adapter *buddy = adapter->pbuddy_adapter; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct xmit_priv *pxmit_priv = &adapter->xmitpriv; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(adapter->wdinfo); -+#ifdef CONFIG_IOCTL_CFG80211 -+ struct cfg80211_wifidirect_info *pcfg80211_wdinfo = &adapter->cfg80211_wdinfo; -+#endif -+#endif -+ -+ bool ret = _FALSE; -+ -+ if (adapter_to_pwrctl(adapter)->bpower_saving ==_TRUE ) { -+ //DBG_871X("%s: already in LPS or IPS mode\n", __func__); -+ goto exit; -+ } -+ -+ if (adapter_to_pwrctl(adapter)->ips_deny_time >= rtw_get_current_time()) { -+ //DBG_871X("%s ips_deny_time\n", __func__); -+ goto exit; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) -+ || check_fwstate(pmlmepriv, WIFI_UNDER_LINKING|WIFI_UNDER_WPS) -+ || check_fwstate(pmlmepriv, WIFI_AP_STATE) -+ || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_ADHOC_STATE) -+ #if defined(CONFIG_P2P) && defined(CONFIG_IOCTL_CFG80211) && defined(CONFIG_P2P_IPS) -+ || pcfg80211_wdinfo->is_ro_ch -+ #elif defined(CONFIG_P2P) -+ || !rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) -+ #endif -+ #if defined(CONFIG_P2P) && defined(CONFIG_IOCTL_CFG80211) -+ || rtw_get_passing_time_ms(pcfg80211_wdinfo->last_ro_ch_time) < 3000 -+ #endif -+ ) { -+ goto exit; -+ } -+ -+ /* consider buddy, if exist */ -+ if (buddy) { -+ struct mlme_priv *b_pmlmepriv = &(buddy->mlmepriv); -+ #ifdef CONFIG_P2P -+ struct wifidirect_info *b_pwdinfo = &(buddy->wdinfo); -+ #ifdef CONFIG_IOCTL_CFG80211 -+ struct cfg80211_wifidirect_info *b_pcfg80211_wdinfo = &buddy->cfg80211_wdinfo; -+ #endif -+ #endif -+ -+ if (check_fwstate(b_pmlmepriv, WIFI_ASOC_STATE|WIFI_SITE_MONITOR) -+ || check_fwstate(b_pmlmepriv, WIFI_UNDER_LINKING|WIFI_UNDER_WPS) -+ || check_fwstate(b_pmlmepriv, WIFI_AP_STATE) -+ || check_fwstate(b_pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_ADHOC_STATE) -+ #if defined(CONFIG_P2P) && defined(CONFIG_IOCTL_CFG80211) && defined(CONFIG_P2P_IPS) -+ || b_pcfg80211_wdinfo->is_ro_ch -+ #elif defined(CONFIG_P2P) -+ || !rtw_p2p_chk_state(b_pwdinfo, P2P_STATE_NONE) -+ #endif -+ #if defined(CONFIG_P2P) && defined(CONFIG_IOCTL_CFG80211) -+ || rtw_get_passing_time_ms(b_pcfg80211_wdinfo->last_ro_ch_time) < 3000 -+ #endif -+ ) { -+ goto exit; -+ } -+ } -+ -+#if (MP_DRIVER == 1) -+ if (adapter->registrypriv.mp_mode == 1) -+ goto exit; -+#endif -+ -+#ifdef CONFIG_INTEL_PROXIM -+ if(adapter->proximity.proxim_on==_TRUE){ -+ return; -+ } -+#endif -+ -+ if (pxmit_priv->free_xmitbuf_cnt != NR_XMITBUFF || -+ pxmit_priv->free_xmit_extbuf_cnt != NR_XMIT_EXTBUFF) { -+ DBG_871X_LEVEL(_drv_always_, "There are some pkts to transmit\n"); -+ DBG_871X_LEVEL(_drv_always_, "free_xmitbuf_cnt: %d, free_xmit_extbuf_cnt: %d\n", -+ pxmit_priv->free_xmitbuf_cnt, pxmit_priv->free_xmit_extbuf_cnt); -+ goto exit; -+ } -+ -+ ret = _TRUE; -+ -+exit: -+ return ret; -+} -+ -+ -+/* -+ * ATTENTION: -+ * rtw_ps_processor() doesn't handle LPS. -+ */ -+void rtw_ps_processor(_adapter*padapter) -+{ -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+#endif //CONFIG_P2P -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+#ifdef SUPPORT_HW_RFOFF_DETECTED -+ rt_rf_power_state rfpwrstate; -+#endif //SUPPORT_HW_RFOFF_DETECTED -+ u32 ps_deny = 0; -+ -+ _enter_pwrlock(&adapter_to_pwrctl(padapter)->lock); -+ ps_deny = rtw_ps_deny_get(padapter); -+ _exit_pwrlock(&adapter_to_pwrctl(padapter)->lock); -+ if (ps_deny != 0) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": ps_deny=0x%08X, skip power save!\n", -+ FUNC_ADPT_ARG(padapter), ps_deny); -+ goto exit; -+ } -+ -+ if(pwrpriv->bInSuspend == _TRUE){//system suspend or autosuspend -+ pdbgpriv->dbg_ps_insuspend_cnt++; -+ DBG_871X("%s, pwrpriv->bInSuspend == _TRUE ignore this process\n",__FUNCTION__); -+ return; -+ } -+ -+ pwrpriv->ps_processing = _TRUE; -+ -+#ifdef SUPPORT_HW_RFOFF_DETECTED -+ if(pwrpriv->bips_processing == _TRUE) -+ goto exit; -+ -+ //DBG_871X("==> fw report state(0x%x)\n",rtw_read8(padapter,0x1ca)); -+ if(pwrpriv->bHWPwrPindetect) -+ { -+ #ifdef CONFIG_AUTOSUSPEND -+ if(padapter->registrypriv.usbss_enable) -+ { -+ if(pwrpriv->rf_pwrstate == rf_on) -+ { -+ if(padapter->net_closed == _TRUE) -+ pwrpriv->ps_flag = _TRUE; -+ -+ rfpwrstate = RfOnOffDetect(padapter); -+ DBG_871X("@@@@- #1 %s==> rfstate:%s \n",__FUNCTION__,(rfpwrstate==rf_on)?"rf_on":"rf_off"); -+ if(rfpwrstate!= pwrpriv->rf_pwrstate) -+ { -+ if(rfpwrstate == rf_off) -+ { -+ pwrpriv->change_rfpwrstate = rf_off; -+ -+ pwrpriv->bkeepfwalive = _TRUE; -+ pwrpriv->brfoffbyhw = _TRUE; -+ -+ autosuspend_enter(padapter); -+ } -+ } -+ } -+ } -+ else -+ #endif //CONFIG_AUTOSUSPEND -+ { -+ rfpwrstate = RfOnOffDetect(padapter); -+ DBG_871X("@@@@- #2 %s==> rfstate:%s \n",__FUNCTION__,(rfpwrstate==rf_on)?"rf_on":"rf_off"); -+ -+ if(rfpwrstate!= pwrpriv->rf_pwrstate) -+ { -+ if(rfpwrstate == rf_off) -+ { -+ pwrpriv->change_rfpwrstate = rf_off; -+ pwrpriv->brfoffbyhw = _TRUE; -+ rtw_hw_suspend(padapter ); -+ } -+ else -+ { -+ pwrpriv->change_rfpwrstate = rf_on; -+ rtw_hw_resume(padapter ); -+ } -+ DBG_871X("current rf_pwrstate(%s)\n",(pwrpriv->rf_pwrstate == rf_off)?"rf_off":"rf_on"); -+ } -+ } -+ pwrpriv->pwr_state_check_cnts ++; -+ } -+#endif //SUPPORT_HW_RFOFF_DETECTED -+ -+ if (pwrpriv->ips_mode_req == IPS_NONE) -+ goto exit; -+ -+ if (rtw_pwr_unassociated_idle(padapter) == _FALSE) -+ goto exit; -+ -+ if((pwrpriv->rf_pwrstate == rf_on) && ((pwrpriv->pwr_state_check_cnts%4)==0)) -+ { -+ DBG_871X("==>%s .fw_state(%x)\n",__FUNCTION__,get_fwstate(pmlmepriv)); -+ #if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ #else -+ pwrpriv->change_rfpwrstate = rf_off; -+ #endif -+ #ifdef CONFIG_AUTOSUSPEND -+ if(padapter->registrypriv.usbss_enable) -+ { -+ if(pwrpriv->bHWPwrPindetect) -+ pwrpriv->bkeepfwalive = _TRUE; -+ -+ if(padapter->net_closed == _TRUE) -+ pwrpriv->ps_flag = _TRUE; -+ -+ #if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ if (_TRUE==pwrpriv->bInternalAutoSuspend) { -+ DBG_871X("<==%s .pwrpriv->bInternalAutoSuspend)(%x)\n",__FUNCTION__,pwrpriv->bInternalAutoSuspend); -+ } else { -+ pwrpriv->change_rfpwrstate = rf_off; -+ DBG_871X("<==%s .pwrpriv->bInternalAutoSuspend)(%x) call autosuspend_enter\n",__FUNCTION__,pwrpriv->bInternalAutoSuspend); -+ autosuspend_enter(padapter); -+ } -+ #else -+ autosuspend_enter(padapter); -+ #endif //if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ } -+ else if(pwrpriv->bHWPwrPindetect) -+ { -+ } -+ else -+ #endif //CONFIG_AUTOSUSPEND -+ { -+ #if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ pwrpriv->change_rfpwrstate = rf_off; -+ #endif //defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ -+ #ifdef CONFIG_IPS -+ ips_enter(padapter); -+ #endif -+ } -+ } -+exit: -+#ifndef CONFIG_IPS_CHECK_IN_WD -+ rtw_set_pwr_state_check_timer(pwrpriv); -+#endif -+ pwrpriv->ps_processing = _FALSE; -+ return; -+} -+ -+void pwr_state_check_handler(RTW_TIMER_HDL_ARGS); -+void pwr_state_check_handler(RTW_TIMER_HDL_ARGS) -+{ -+ _adapter *padapter = (_adapter *)FunctionContext; -+ rtw_ps_cmd(padapter); -+} -+ -+#ifdef CONFIG_LPS -+void traffic_check_for_leave_lps(PADAPTER padapter, u8 tx, u32 tx_packets) -+{ -+#ifdef CONFIG_CHECK_LEAVE_LPS -+ static u32 start_time = 0; -+ static u32 xmit_cnt = 0; -+ u8 bLeaveLPS = _FALSE; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ -+ -+ if(tx) //from tx -+ { -+ xmit_cnt += tx_packets; -+ -+ if (start_time== 0) -+ start_time= rtw_get_current_time(); -+ -+ if (rtw_get_passing_time_ms(start_time) > 2000) // 2 sec == watch dog timer -+ { -+ if(xmit_cnt > 8) -+ { -+ if ((adapter_to_pwrctl(padapter)->bLeisurePs) -+ && (adapter_to_pwrctl(padapter)->pwr_mode != PS_MODE_ACTIVE) -+#ifdef CONFIG_BT_COEXIST -+ && (rtw_btcoex_IsBtControlLps(padapter) == _FALSE) -+#endif -+ ) -+ { -+ //DBG_871X("leave lps via Tx = %d\n", xmit_cnt); -+ bLeaveLPS = _TRUE; -+ } -+ } -+ -+ start_time= rtw_get_current_time(); -+ xmit_cnt = 0; -+ } -+ -+ } -+ else // from rx path -+ { -+ if(pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod > 4/*2*/) -+ { -+ if ((adapter_to_pwrctl(padapter)->bLeisurePs) -+ && (adapter_to_pwrctl(padapter)->pwr_mode != PS_MODE_ACTIVE) -+#ifdef CONFIG_BT_COEXIST -+ && (rtw_btcoex_IsBtControlLps(padapter) == _FALSE) -+#endif -+ ) -+ { -+ //DBG_871X("leave lps via Rx = %d\n", pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); -+ bLeaveLPS = _TRUE; -+ } -+ } -+ } -+ -+ if(bLeaveLPS) -+ { -+ //DBG_871X("leave lps via %s, Tx = %d, Rx = %d \n", tx?"Tx":"Rx", pmlmepriv->LinkDetectInfo.NumTxOkInPeriod,pmlmepriv->LinkDetectInfo.NumRxUnicastOkInPeriod); -+ //rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, 1); -+ rtw_lps_ctrl_wk_cmd(padapter, tx?LPS_CTRL_TX_TRAFFIC_LEAVE:LPS_CTRL_RX_TRAFFIC_LEAVE, tx?0:1); -+ } -+#endif //CONFIG_CHECK_LEAVE_LPS -+} -+ -+/* -+ * Description: -+ * This function MUST be called under power lock protect -+ * -+ * Parameters -+ * padapter -+ * pslv power state level, only could be PS_STATE_S0 ~ PS_STATE_S4 -+ * -+ */ -+void rtw_set_rpwm(PADAPTER padapter, u8 pslv) -+{ -+ u8 rpwm; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+#ifdef CONFIG_DETECT_CPWM_BY_POLLING -+ u8 cpwm_orig; -+#endif // CONFIG_DETECT_CPWM_BY_POLLING -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+_func_enter_; -+ -+ pslv = PS_STATE(pslv); -+ -+#ifdef CONFIG_LPS_RPWM_TIMER -+ if (pwrpriv->brpwmtimeout == _TRUE) -+ { -+ DBG_871X("%s: RPWM timeout, force to set RPWM(0x%02X) again!\n", __FUNCTION__, pslv); -+ } -+ else -+#endif // CONFIG_LPS_RPWM_TIMER -+ { -+ if ( (pwrpriv->rpwm == pslv) -+#ifdef CONFIG_LPS_LCLK -+ || ((pwrpriv->rpwm >= PS_STATE_S2)&&(pslv >= PS_STATE_S2)) -+#endif -+ ) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_,_drv_err_, -+ ("%s: Already set rpwm[0x%02X], new=0x%02X!\n", __FUNCTION__, pwrpriv->rpwm, pslv)); -+ return; -+ } -+ } -+ -+ if (rtw_is_surprise_removed(padapter) || -+ (!rtw_is_hw_init_completed(padapter))) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("%s: SurpriseRemoved(%s) hw_init_completed(%s)\n" -+ , __func__ -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , rtw_is_hw_init_completed(padapter)?"True":"False")); -+ -+ pwrpriv->cpwm = PS_STATE_S4; -+ -+ return; -+ } -+ -+ if (rtw_is_drv_stopped(padapter)) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("%s: change power state(0x%02X) when DriverStopped\n", __FUNCTION__, pslv)); -+ -+ if (pslv < PS_STATE_S2) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("%s: Reject to enter PS_STATE(0x%02X) lower than S2 when DriverStopped!!\n", __FUNCTION__, pslv)); -+ return; -+ } -+ } -+ -+ rpwm = pslv | pwrpriv->tog; -+#ifdef CONFIG_LPS_LCLK -+ // only when from PS_STATE S0/S1 to S2 and higher needs ACK -+ if ((pwrpriv->cpwm < PS_STATE_S2) && (pslv >= PS_STATE_S2)) -+ rpwm |= PS_ACK; -+#endif -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_set_rpwm: rpwm=0x%02x cpwm=0x%02x\n", rpwm, pwrpriv->cpwm)); -+ -+ pwrpriv->rpwm = pslv; -+ -+#ifdef CONFIG_DETECT_CPWM_BY_POLLING -+ cpwm_orig = 0; -+ if (rpwm & PS_ACK) -+ { -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_orig); -+ } -+#endif -+ -+#if defined(CONFIG_LPS_RPWM_TIMER) && !defined(CONFIG_DETECT_CPWM_BY_POLLING) -+ if (rpwm & PS_ACK) -+ _set_timer(&pwrpriv->pwr_rpwm_timer, LPS_RPWM_WAIT_MS); -+#endif // CONFIG_LPS_RPWM_TIMER & !CONFIG_DETECT_CPWM_BY_POLLING -+ rtw_hal_set_hwreg(padapter, HW_VAR_SET_RPWM, (u8 *)(&rpwm)); -+ -+ pwrpriv->tog += 0x80; -+ -+#ifdef CONFIG_LPS_LCLK -+ // No LPS 32K, No Ack -+ if (rpwm & PS_ACK) -+ { -+#ifdef CONFIG_DETECT_CPWM_BY_POLLING -+ u32 start_time; -+ u8 cpwm_now; -+ u8 poll_cnt=0; -+ -+ start_time = rtw_get_current_time(); -+ -+ // polling cpwm -+ do { -+ rtw_msleep_os(1); -+ poll_cnt++; -+ cpwm_now = 0; -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_now); -+ if ((cpwm_orig ^ cpwm_now) & 0x80) -+ { -+ pwrpriv->cpwm = PS_STATE_S4; -+ pwrpriv->cpwm_tog = cpwm_now & PS_TOGGLE; -+#ifdef DBG_CHECK_FW_PS_STATE -+ DBG_871X("%s: polling cpwm OK! poll_cnt=%d, cpwm_orig=%02x, cpwm_now=%02x , 0x100=0x%x\n" -+ , __FUNCTION__,poll_cnt, cpwm_orig, cpwm_now, rtw_read8(padapter, REG_CR)); -+ if(rtw_fw_ps_state(padapter) == _FAIL) -+ { -+ DBG_871X("leave 32k but fw state in 32k\n"); -+ pdbgpriv->dbg_rpwm_toogle_cnt++; -+ } -+#endif //DBG_CHECK_FW_PS_STATE -+ break; -+ } -+ -+ if (rtw_get_passing_time_ms(start_time) > LPS_RPWM_WAIT_MS) -+ { -+ DBG_871X("%s: polling cpwm timeout! poll_cnt=%d, cpwm_orig=%02x, cpwm_now=%02x \n", __FUNCTION__,poll_cnt, cpwm_orig, cpwm_now); -+#ifdef DBG_CHECK_FW_PS_STATE -+ if(rtw_fw_ps_state(padapter) == _FAIL) -+ { -+ DBG_871X("rpwm timeout and fw ps state in 32k\n"); -+ pdbgpriv->dbg_rpwm_timeout_fail_cnt++; -+ } -+#endif //DBG_CHECK_FW_PS_STATE -+#ifdef CONFIG_LPS_RPWM_TIMER -+ _set_timer(&pwrpriv->pwr_rpwm_timer, 1); -+#endif // CONFIG_LPS_RPWM_TIMER -+ break; -+ } -+ } while (1); -+#endif // CONFIG_DETECT_CPWM_BY_POLLING -+ } -+ else -+#endif // CONFIG_LPS_LCLK -+ { -+ pwrpriv->cpwm = pslv; -+ } -+ -+_func_exit_; -+} -+ -+u8 PS_RDY_CHECK(_adapter * padapter) -+{ -+ u32 curr_time, delta_time; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+#ifdef CONFIG_IOCTL_CFG80211 -+ struct cfg80211_wifidirect_info *pcfg80211_wdinfo = &padapter->cfg80211_wdinfo; -+#endif /* CONFIG_IOCTL_CFG80211 */ -+#endif /* CONFIG_P2P */ -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ if(_TRUE == pwrpriv->bInSuspend && pwrpriv->wowlan_mode) -+ return _TRUE; -+ else if(_TRUE == pwrpriv->bInSuspend && pwrpriv->wowlan_ap_mode) -+ return _TRUE; -+ else if (_TRUE == pwrpriv->bInSuspend) -+ return _FALSE; -+#else -+ if(_TRUE == pwrpriv->bInSuspend ) -+ return _FALSE; -+#endif -+ -+ curr_time = rtw_get_current_time(); -+ -+ delta_time = curr_time -pwrpriv->DelayLPSLastTimeStamp; -+ -+ if(delta_time < LPS_DELAY_TIME) -+ { -+ return _FALSE; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_SITE_MONITOR) -+ || check_fwstate(pmlmepriv, WIFI_UNDER_LINKING|WIFI_UNDER_WPS) -+ || check_fwstate(pmlmepriv, WIFI_AP_STATE) -+ || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE|WIFI_ADHOC_STATE) -+ #if defined(CONFIG_P2P) && defined(CONFIG_IOCTL_CFG80211) && defined(CONFIG_P2P_IPS) -+ || pcfg80211_wdinfo->is_ro_ch -+ #elif defined(CONFIG_P2P) -+ || !rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) -+ #endif -+ || rtw_is_scan_deny(padapter) -+#ifdef CONFIG_TDLS -+ // TDLS link is established. -+ || ( padapter->tdlsinfo.link_established == _TRUE ) -+#endif // CONFIG_TDLS -+ ) -+ return _FALSE; -+ -+ if( (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) && (padapter->securitypriv.binstallGrpkey == _FALSE) ) -+ { -+ DBG_871X("Group handshake still in progress !!!\n"); -+ return _FALSE; -+ } -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if (!rtw_cfg80211_pwr_mgmt(padapter)) -+ return _FALSE; -+#endif -+ -+ return _TRUE; -+} -+ -+#if defined(CONFIG_FWLPS_IN_IPS) -+void rtw_set_fw_in_ips_mode(PADAPTER padapter, u8 enable) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ int cnt=0; -+ u32 start_time; -+ u8 val8 = 0; -+ u8 cpwm_orig = 0, cpwm_now = 0; -+ u8 parm[H2C_INACTIVE_PS_LEN]={0}; -+ -+ if (padapter->netif_up == _FALSE) { -+ DBG_871X("%s: ERROR, netif is down\n", __func__); -+ return; -+ } -+ -+ //u8 cmd_param; //BIT0:enable, BIT1:NoConnect32k -+ if (enable) { -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_IpsNotify(padapter, pwrpriv->ips_mode_req); -+#endif -+ //Enter IPS -+ DBG_871X("%s: issue H2C to FW when entering IPS\n", __func__); -+ -+#ifdef CONFIG_PNO_SUPPORT -+ parm[0] = 0x03; -+ parm[1] = pwrpriv->pnlo_info->fast_scan_iterations; -+ parm[2] = pwrpriv->pnlo_info->slow_scan_period; -+#else -+ parm[0] = 0x03; -+ parm[1] = 0x0; -+ parm[2] = 0x0; -+#endif//CONFIG_PNO_SUPPORT -+ -+ rtw_hal_fill_h2c_cmd(padapter, //H2C_FWLPS_IN_IPS_, -+ H2C_INACTIVE_PS_, -+ H2C_INACTIVE_PS_LEN, parm); -+ //poll 0x1cc to make sure H2C command already finished by FW; MAC_0x1cc=0 means H2C done by FW. -+ do{ -+ val8 = rtw_read8(padapter, REG_HMETFR); -+ cnt++; -+ DBG_871X("%s polling REG_HMETFR=0x%x, cnt=%d \n", -+ __func__, val8, cnt); -+ rtw_mdelay_os(10); -+ }while(cnt<100 && (val8!=0)); -+ -+ //H2C done, enter 32k -+ if (val8 == 0) { -+ //ser rpwm to enter 32k -+ val8 = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1); -+ DBG_871X("%s: read rpwm=%02x\n", __FUNCTION__, val8); -+ val8 += 0x80; -+ val8 |= BIT(0); -+ rtw_write8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1, val8); -+ DBG_871X("%s: write rpwm=%02x\n", __FUNCTION__, val8); -+ adapter_to_pwrctl(padapter)->tog = (val8 + 0x80) & 0x80; -+ cnt = val8 = 0; -+ if (parm[1] == 0 || parm[2] == 0) { -+ do { -+ val8 = rtw_read8(padapter, REG_CR); -+ cnt++; -+ DBG_871X("%s polling 0x100=0x%x, cnt=%d \n", -+ __func__, val8, cnt); -+ DBG_871X("%s 0x08:%02x, 0x03:%02x\n", -+ __func__, -+ rtw_read8(padapter, 0x08), -+ rtw_read8(padapter, 0x03)); -+ rtw_mdelay_os(10); -+ } while(cnt<20 && (val8!=0xEA)); -+ } -+ } -+ } else { -+ //Leave IPS -+ DBG_871X("%s: Leaving IPS in FWLPS state\n", __func__); -+ -+ //for polling cpwm -+ cpwm_orig = 0; -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_orig); -+ -+ //ser rpwm -+ val8 = rtw_read8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1); -+ val8 &= 0x80; -+ val8 += 0x80; -+ val8 |= BIT(6); -+ rtw_write8(padapter, SDIO_LOCAL_BASE|SDIO_REG_HRPWM1, val8); -+ DBG_871X("%s: write rpwm=%02x\n", __FUNCTION__, val8); -+ adapter_to_pwrctl(padapter)->tog = (val8 + 0x80) & 0x80; -+ -+ //do polling cpwm -+ start_time = rtw_get_current_time(); -+ do { -+ -+ rtw_mdelay_os(1); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_CPWM, &cpwm_now); -+ if ((cpwm_orig ^ cpwm_now) & 0x80) { -+ break; -+ } -+ -+ if (rtw_get_passing_time_ms(start_time) > 100) -+ { -+ DBG_871X("%s: polling cpwm timeout when leaving IPS in FWLPS state\n", __FUNCTION__); -+ break; -+ } -+ } while (1); -+ -+ parm[0] = 0x0; -+ parm[1] = 0x0; -+ parm[2] = 0x0; -+ rtw_hal_fill_h2c_cmd(padapter, H2C_INACTIVE_PS_, -+ H2C_INACTIVE_PS_LEN, parm); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_IpsNotify(padapter, IPS_NONE); -+#endif -+ } -+} -+#endif //CONFIG_PNO_SUPPORT -+ -+void rtw_set_ps_mode(PADAPTER padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char *msg) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+#endif //CONFIG_P2P -+#ifdef CONFIG_TDLS -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ _irqL irqL; -+ int i, j; -+ _list *plist, *phead; -+ struct sta_info *ptdls_sta; -+#endif //CONFIG_TDLS -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: PowerMode=%d Smart_PS=%d\n", -+ __FUNCTION__, ps_mode, smart_ps)); -+ -+ if(ps_mode > PM_Card_Disable) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_,_drv_err_,("ps_mode:%d error\n", ps_mode)); -+ return; -+ } -+ -+ if (pwrpriv->pwr_mode == ps_mode) -+ { -+ if (PS_MODE_ACTIVE == ps_mode) return; -+ -+#ifndef CONFIG_BT_COEXIST -+ if ((pwrpriv->smart_ps == smart_ps) && -+ (pwrpriv->bcn_ant_mode == bcn_ant_mode)) -+ { -+ return; -+ } -+#endif // !CONFIG_BT_COEXIST -+ } -+ -+#ifdef CONFIG_LPS_LCLK -+ _enter_pwrlock(&pwrpriv->lock); -+#endif -+ -+ //if(pwrpriv->pwr_mode == PS_MODE_ACTIVE) -+ if(ps_mode == PS_MODE_ACTIVE) -+ { -+ if (1 -+#ifdef CONFIG_BT_COEXIST -+ && (((rtw_btcoex_IsBtControlLps(padapter) == _FALSE) -+#ifdef CONFIG_P2P_PS -+ && (pwdinfo->opp_ps == 0) -+#endif // CONFIG_P2P_PS -+ ) -+ || ((rtw_btcoex_IsBtControlLps(padapter) == _TRUE) -+ && (rtw_btcoex_IsLpsOn(padapter) == _FALSE)) -+ ) -+#else // !CONFIG_BT_COEXIST -+#ifdef CONFIG_P2P_PS -+ && (pwdinfo->opp_ps == 0) -+#endif // CONFIG_P2P_PS -+#endif // !CONFIG_BT_COEXIST -+ ) -+ { -+ DBG_871X(FUNC_ADPT_FMT" Leave 802.11 power save - %s\n", -+ FUNC_ADPT_ARG(padapter), msg); -+ -+ if (pwrpriv->lps_leave_cnts < UINT_MAX) -+ pwrpriv->lps_leave_cnts++; -+ else -+ pwrpriv->lps_leave_cnts = 0; -+#ifdef CONFIG_TDLS -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for(i=0; i< NUM_STA; i++) -+ { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ ptdls_sta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ if( ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE ) -+ issue_nulldata_to_TDLS_peer_STA(padapter, ptdls_sta->hwaddr, 0, 0, 0); -+ plist = get_next(plist); -+ } -+ } -+ -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+#endif //CONFIG_TDLS -+ -+ pwrpriv->pwr_mode = ps_mode; -+ rtw_set_rpwm(padapter, PS_STATE_S4); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) || defined(CONFIG_P2P_WOWLAN) -+ if (pwrpriv->wowlan_mode == _TRUE || -+ pwrpriv->wowlan_ap_mode == _TRUE || -+ pwrpriv->wowlan_p2p_mode == _TRUE) -+ { -+ u32 start_time, delay_ms; -+ u8 val8; -+ delay_ms = 20; -+ start_time = rtw_get_current_time(); -+ do { -+ rtw_hal_get_hwreg(padapter, HW_VAR_SYS_CLKR, &val8); -+ if (!(val8 & BIT(4))){ //0x08 bit4 =1 --> in 32k, bit4 = 0 --> leave 32k -+ pwrpriv->cpwm = PS_STATE_S4; -+ break; -+ } -+ if (rtw_get_passing_time_ms(start_time) > delay_ms) -+ { -+ DBG_871X("%s: Wait for FW 32K leave more than %u ms!!!\n", -+ __FUNCTION__, delay_ms); -+ pdbgpriv->dbg_wow_leave_ps_fail_cnt++; -+ break; -+ } -+ rtw_usleep_os(100); -+ } while (1); -+ } -+#endif -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&ps_mode)); -+ pwrpriv->bFwCurrentInPSMode = _FALSE; -+ -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_LpsNotify(padapter, ps_mode); -+#endif // CONFIG_BT_COEXIST -+ } -+ } -+ else -+ { -+ if ((PS_RDY_CHECK(padapter) && check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE)) -+#ifdef CONFIG_BT_COEXIST -+ || ((rtw_btcoex_IsBtControlLps(padapter) == _TRUE) -+ && (rtw_btcoex_IsLpsOn(padapter) == _TRUE)) -+#endif -+#ifdef CONFIG_P2P_WOWLAN -+ ||( _TRUE == pwrpriv->wowlan_p2p_mode) -+#endif //CONFIG_P2P_WOWLAN -+ ) -+ { -+ u8 pslv; -+ -+ DBG_871X(FUNC_ADPT_FMT" Enter 802.11 power save - %s\n", -+ FUNC_ADPT_ARG(padapter), msg); -+ -+ if (pwrpriv->lps_enter_cnts < UINT_MAX) -+ pwrpriv->lps_enter_cnts++; -+ else -+ pwrpriv->lps_enter_cnts = 0; -+#ifdef CONFIG_TDLS -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for(i=0; i< NUM_STA; i++) -+ { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ ptdls_sta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ if( ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE ) -+ issue_nulldata_to_TDLS_peer_STA(padapter, ptdls_sta->hwaddr, 1, 0, 0); -+ plist = get_next(plist); -+ } -+ } -+ -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+#endif //CONFIG_TDLS -+ -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_LpsNotify(padapter, ps_mode); -+#endif // CONFIG_BT_COEXIST -+ -+ pwrpriv->bFwCurrentInPSMode = _TRUE; -+ pwrpriv->pwr_mode = ps_mode; -+ pwrpriv->smart_ps = smart_ps; -+ pwrpriv->bcn_ant_mode = bcn_ant_mode; -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_PWRMODE, (u8 *)(&ps_mode)); -+ -+#ifdef CONFIG_P2P_PS -+ // Set CTWindow after LPS -+ if(pwdinfo->opp_ps == 1) -+ p2p_ps_wk_cmd(padapter, P2P_PS_ENABLE, 0); -+#endif //CONFIG_P2P_PS -+ -+ pslv = PS_STATE_S2; -+#ifdef CONFIG_LPS_LCLK -+ if (pwrpriv->alives == 0) -+ pslv = PS_STATE_S0; -+#endif // CONFIG_LPS_LCLK -+ -+#ifdef CONFIG_BT_COEXIST -+ if ((rtw_btcoex_IsBtDisabled(padapter) == _FALSE) -+ && (rtw_btcoex_IsBtControlLps(padapter) == _TRUE)) -+ { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ -+ } -+#endif // CONFIG_BT_COEXIST -+ -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+#ifdef CONFIG_LPS_LCLK -+ _exit_pwrlock(&pwrpriv->lock); -+#endif -+ -+_func_exit_; -+} -+ -+/* -+ * Return: -+ * 0: Leave OK -+ * -1: Timeout -+ * -2: Other error -+ */ -+s32 LPS_RF_ON_check(PADAPTER padapter, u32 delay_ms) -+{ -+ u32 start_time; -+ u8 bAwake = _FALSE; -+ s32 err = 0; -+ -+ -+ start_time = rtw_get_current_time(); -+ while (1) -+ { -+ rtw_hal_get_hwreg(padapter, HW_VAR_FWLPS_RF_ON, &bAwake); -+ if (_TRUE == bAwake) -+ break; -+ -+ if (rtw_is_surprise_removed(padapter)) { -+ err = -2; -+ DBG_871X("%s: device surprise removed!!\n", __FUNCTION__); -+ break; -+ } -+ -+ if (rtw_get_passing_time_ms(start_time) > delay_ms) -+ { -+ err = -1; -+ DBG_871X("%s: Wait for FW LPS leave more than %u ms!!!\n", __FUNCTION__, delay_ms); -+ break; -+ } -+ rtw_usleep_os(100); -+ } -+ -+ return err; -+} -+ -+// -+// Description: -+// Enter the leisure power save mode. -+// -+void LPS_Enter(PADAPTER padapter, const char *msg) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _adapter *buddy = padapter->pbuddy_adapter; -+ int n_assoc_iface = 0; -+ int i; -+ char buf[32] = {0}; -+ -+_func_enter_; -+ -+// DBG_871X("+LeisurePSEnter\n"); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (rtw_btcoex_IsBtControlLps(padapter) == _TRUE) -+ return; -+#endif -+ -+ /* Skip lps enter request if number of assocated adapters is not 1 */ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (check_fwstate(&(dvobj->padapters[i]->mlmepriv), WIFI_ASOC_STATE)) -+ n_assoc_iface++; -+ } -+ if (n_assoc_iface != 1) -+ return; -+ -+ /* Skip lps enter request for adapter not port0 */ -+ if (get_iface_type(padapter) != IFACE_PORT0) -+ return; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (PS_RDY_CHECK(dvobj->padapters[i]) == _FALSE) -+ return; -+ } -+ -+#ifdef CONFIG_P2P_PS -+ if(padapter->wdinfo.p2p_ps_mode == P2P_PS_NOA) -+ { -+ return;//supporting p2p client ps NOA via H2C_8723B_P2P_PS_OFFLOAD -+ } -+#endif //CONFIG_P2P_PS -+ -+ if (pwrpriv->bLeisurePs) -+ { -+ // Idle for a while if we connect to AP a while ago. -+ if (pwrpriv->LpsIdleCount >= 2) // 4 Sec -+ { -+ if(pwrpriv->pwr_mode == PS_MODE_ACTIVE) -+ { -+ sprintf(buf, "WIFI-%s", msg); -+ pwrpriv->bpower_saving = _TRUE; -+ rtw_set_ps_mode(padapter, pwrpriv->power_mgnt, padapter->registrypriv.smart_ps, 0, buf); -+ } -+ } -+ else -+ pwrpriv->LpsIdleCount++; -+ } -+ -+// DBG_871X("-LeisurePSEnter\n"); -+ -+_func_exit_; -+} -+ -+// -+// Description: -+// Leave the leisure power save mode. -+// -+void LPS_Leave(PADAPTER padapter, const char *msg) -+{ -+#define LPS_LEAVE_TIMEOUT_MS 100 -+ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ u32 start_time; -+ u8 bAwake = _FALSE; -+ char buf[32] = {0}; -+ struct debug_priv *pdbgpriv = &dvobj->drv_dbg; -+ -+_func_enter_; -+ -+// DBG_871X("+LeisurePSLeave\n"); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (rtw_btcoex_IsBtControlLps(padapter) == _TRUE) -+ return; -+#endif -+ -+ if (pwrpriv->bLeisurePs) -+ { -+ if(pwrpriv->pwr_mode != PS_MODE_ACTIVE) -+ { -+ sprintf(buf, "WIFI-%s", msg); -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, buf); -+ -+ if(pwrpriv->pwr_mode == PS_MODE_ACTIVE) -+ LPS_RF_ON_check(padapter, LPS_LEAVE_TIMEOUT_MS); -+ } -+ } -+ -+ pwrpriv->bpower_saving = _FALSE; -+#ifdef DBG_CHECK_FW_PS_STATE -+ if(rtw_fw_ps_state(padapter) == _FAIL) -+ { -+ DBG_871X("leave lps, fw in 32k\n"); -+ pdbgpriv->dbg_leave_lps_fail_cnt++; -+ } -+#endif //DBG_CHECK_FW_PS_STATE -+// DBG_871X("-LeisurePSLeave\n"); -+ -+_func_exit_; -+} -+#endif -+ -+void LeaveAllPowerSaveModeDirect(PADAPTER Adapter) -+{ -+ PADAPTER pri_padapter = GET_PRIMARY_ADAPTER(Adapter); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(Adapter); -+ struct dvobj_priv *psdpriv = Adapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+#ifndef CONFIG_DETECT_CPWM_BY_POLLING -+ u8 cpwm_orig, cpwm_now; -+ u32 start_time; -+#endif // CONFIG_DETECT_CPWM_BY_POLLING -+ -+_func_enter_; -+ -+ DBG_871X("%s.....\n",__FUNCTION__); -+ -+ if (rtw_is_surprise_removed(Adapter)) { -+ DBG_871X(FUNC_ADPT_FMT ": bSurpriseRemoved=_TRUE Skip!\n", FUNC_ADPT_ARG(Adapter)); -+ return; -+ } -+ -+ if ((check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+#ifdef CONFIG_CONCURRENT_MODE -+ || (check_buddy_fwstate(Adapter,_FW_LINKED) == _TRUE) -+#endif -+ ) -+ { //connect -+ -+ if(pwrpriv->pwr_mode == PS_MODE_ACTIVE) { -+ DBG_871X("%s: Driver Already Leave LPS\n",__FUNCTION__); -+ return; -+ } -+ -+#ifdef CONFIG_LPS_LCLK -+ _enter_pwrlock(&pwrpriv->lock); -+ -+#ifndef CONFIG_DETECT_CPWM_BY_POLLING -+ cpwm_orig = 0; -+ rtw_hal_get_hwreg(Adapter, HW_VAR_CPWM, &cpwm_orig); -+#endif //CONFIG_DETECT_CPWM_BY_POLLING -+ rtw_set_rpwm(Adapter, PS_STATE_S4); -+ -+#ifndef CONFIG_DETECT_CPWM_BY_POLLING -+ -+ start_time = rtw_get_current_time(); -+ -+ // polling cpwm -+ do { -+ rtw_mdelay_os(1); -+ -+ rtw_hal_get_hwreg(Adapter, HW_VAR_CPWM, &cpwm_now); -+ if ((cpwm_orig ^ cpwm_now) & 0x80) -+ { -+ pwrpriv->cpwm = PS_STATE_S4; -+ pwrpriv->cpwm_tog = cpwm_now & PS_TOGGLE; -+#ifdef DBG_CHECK_FW_PS_STATE -+ DBG_871X("%s: polling cpwm OK! cpwm_orig=%02x, cpwm_now=%02x, 0x100=0x%x \n" -+ , __FUNCTION__, cpwm_orig, cpwm_now, rtw_read8(Adapter, REG_CR)); -+ if(rtw_fw_ps_state(Adapter) == _FAIL) -+ { -+ DBG_871X("%s: leave 32k but fw state in 32k\n", __FUNCTION__); -+ pdbgpriv->dbg_rpwm_toogle_cnt++; -+ } -+#endif //DBG_CHECK_FW_PS_STATE -+ break; -+ } -+ -+ if (rtw_get_passing_time_ms(start_time) > LPS_RPWM_WAIT_MS) -+ { -+ DBG_871X("%s: polling cpwm timeout! cpwm_orig=%02x, cpwm_now=%02x \n", __FUNCTION__, cpwm_orig, cpwm_now); -+#ifdef DBG_CHECK_FW_PS_STATE -+ if(rtw_fw_ps_state(Adapter) == _FAIL) -+ { -+ DBG_871X("rpwm timeout and fw ps state in 32k\n"); -+ pdbgpriv->dbg_rpwm_timeout_fail_cnt++; -+ } -+#endif //DBG_CHECK_FW_PS_STATE -+ break; -+ } -+ } while (1); -+#endif // CONFIG_DETECT_CPWM_BY_POLLING -+ -+ _exit_pwrlock(&pwrpriv->lock); -+#endif -+ -+#ifdef CONFIG_P2P_PS -+ p2p_ps_wk_cmd(pri_padapter, P2P_PS_DISABLE, 0); -+#endif //CONFIG_P2P_PS -+ -+#ifdef CONFIG_LPS -+ rtw_lps_ctrl_wk_cmd(pri_padapter, LPS_CTRL_LEAVE, 0); -+#endif -+ } -+ else -+ { -+ if(pwrpriv->rf_pwrstate== rf_off) -+ { -+ #ifdef CONFIG_AUTOSUSPEND -+ if(Adapter->registrypriv.usbss_enable) -+ { -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ usb_disable_autosuspend(adapter_to_dvobj(Adapter)->pusbdev); -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22) && LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,34)) -+ adapter_to_dvobj(Adapter)->pusbdev->autosuspend_disabled = Adapter->bDisableAutosuspend;//autosuspend disabled by the user -+ #endif -+ } -+ else -+ #endif -+ { -+#if defined(CONFIG_FWLPS_IN_IPS) || defined(CONFIG_SWLPS_IN_IPS) || defined(CONFIG_RTL8188E) -+ #ifdef CONFIG_IPS -+ if(_FALSE == ips_leave(pri_padapter)) -+ { -+ DBG_871X("======> ips_leave fail.............\n"); -+ } -+ #endif -+#endif //CONFIG_SWLPS_IN_IPS || (CONFIG_PLATFORM_SPRD && CONFIG_RTL8188E) -+ } -+ } -+ } -+ -+_func_exit_; -+} -+ -+// -+// Description: Leave all power save mode: LPS, FwLPS, IPS if needed. -+// Move code to function by tynli. 2010.03.26. -+// -+void LeaveAllPowerSaveMode(IN PADAPTER Adapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(Adapter); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ u8 enqueue = 0; -+ int n_assoc_iface = 0; -+ int i; -+ -+_func_enter_; -+ -+ //DBG_871X("%s.....\n",__FUNCTION__); -+ -+ if (_FALSE == Adapter->bup) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": bup=%d Skip!\n", -+ FUNC_ADPT_ARG(Adapter), Adapter->bup); -+ return; -+ } -+ -+ if (rtw_is_surprise_removed(Adapter)) { -+ DBG_871X(FUNC_ADPT_FMT ": bSurpriseRemoved=_TRUE Skip!\n", FUNC_ADPT_ARG(Adapter)); -+ return; -+ } -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (check_fwstate(&(dvobj->padapters[i]->mlmepriv), WIFI_ASOC_STATE)) -+ n_assoc_iface++; -+ } -+ -+ if (n_assoc_iface) -+ { //connect -+#ifdef CONFIG_LPS_LCLK -+ enqueue = 1; -+#endif -+ -+#ifdef CONFIG_P2P_PS -+ p2p_ps_wk_cmd(Adapter, P2P_PS_DISABLE, enqueue); -+#endif //CONFIG_P2P_PS -+ -+#ifdef CONFIG_LPS -+ rtw_lps_ctrl_wk_cmd(Adapter, LPS_CTRL_LEAVE, enqueue); -+#endif -+ -+#ifdef CONFIG_LPS_LCLK -+ LPS_Leave_check(Adapter); -+#endif -+ } -+ else -+ { -+ if(adapter_to_pwrctl(Adapter)->rf_pwrstate== rf_off) -+ { -+ #ifdef CONFIG_AUTOSUSPEND -+ if(Adapter->registrypriv.usbss_enable) -+ { -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ usb_disable_autosuspend(adapter_to_dvobj(Adapter)->pusbdev); -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22) && LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,34)) -+ adapter_to_dvobj(Adapter)->pusbdev->autosuspend_disabled = Adapter->bDisableAutosuspend;//autosuspend disabled by the user -+ #endif -+ } -+ else -+ #endif -+ { -+#if defined(CONFIG_FWLPS_IN_IPS) || defined(CONFIG_SWLPS_IN_IPS) || (defined(CONFIG_PLATFORM_SPRD) && defined(CONFIG_RTL8188E)) -+ #ifdef CONFIG_IPS -+ if(_FALSE == ips_leave(Adapter)) -+ { -+ DBG_871X("======> ips_leave fail.............\n"); -+ } -+ #endif -+#endif //CONFIG_SWLPS_IN_IPS || (CONFIG_PLATFORM_SPRD && CONFIG_RTL8188E) -+ } -+ } -+ } -+ -+_func_exit_; -+} -+ -+#ifdef CONFIG_LPS_LCLK -+void LPS_Leave_check( -+ PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ u32 start_time; -+ u8 bReady; -+ -+_func_enter_; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ bReady = _FALSE; -+ start_time = rtw_get_current_time(); -+ -+ rtw_yield_os(); -+ -+ while(1) -+ { -+ _enter_pwrlock(&pwrpriv->lock); -+ -+ if (rtw_is_surprise_removed(padapter) -+ || (!rtw_is_hw_init_completed(padapter)) -+#ifdef CONFIG_USB_HCI -+ || rtw_is_drv_stopped(padapter) -+#endif -+ || (pwrpriv->pwr_mode == PS_MODE_ACTIVE) -+ ) -+ { -+ bReady = _TRUE; -+ } -+ -+ _exit_pwrlock(&pwrpriv->lock); -+ -+ if(_TRUE == bReady) -+ break; -+ -+ if(rtw_get_passing_time_ms(start_time)>100) -+ { -+ DBG_871X("Wait for cpwm event than 100 ms!!!\n"); -+ break; -+ } -+ rtw_msleep_os(1); -+ } -+ -+_func_exit_; -+} -+ -+/* -+ * Caller:ISR handler... -+ * -+ * This will be called when CPWM interrupt is up. -+ * -+ * using to update cpwn of drv; and drv willl make a decision to up or down pwr level -+ */ -+void cpwm_int_hdl( -+ PADAPTER padapter, -+ struct reportpwrstate_parm *preportpwrstate) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ -+_func_enter_; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+#if 0 -+ if (pwrpriv->cpwm_tog == (preportpwrstate->state & PS_TOGGLE)) { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_err_, -+ ("cpwm_int_hdl: tog(old)=0x%02x cpwm(new)=0x%02x toggle bit didn't change!?\n", -+ pwrpriv->cpwm_tog, preportpwrstate->state)); -+ goto exit; -+ } -+#endif -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ -+#ifdef CONFIG_LPS_RPWM_TIMER -+ if (pwrpriv->rpwm < PS_STATE_S2) -+ { -+ DBG_871X("%s: Redundant CPWM Int. RPWM=0x%02X CPWM=0x%02x\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); -+ _exit_pwrlock(&pwrpriv->lock); -+ goto exit; -+ } -+#endif // CONFIG_LPS_RPWM_TIMER -+ -+ pwrpriv->cpwm = PS_STATE(preportpwrstate->state); -+ pwrpriv->cpwm_tog = preportpwrstate->state & PS_TOGGLE; -+ -+ if (pwrpriv->cpwm >= PS_STATE_S2) -+ { -+ if (pwrpriv->alives & CMD_ALIVE) -+ _rtw_up_sema(&padapter->cmdpriv.cmd_queue_sema); -+ -+ if (pwrpriv->alives & XMIT_ALIVE) -+ _rtw_up_sema(&padapter->xmitpriv.xmit_sema); -+ } -+ -+ _exit_pwrlock(&pwrpriv->lock); -+ -+exit: -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("cpwm_int_hdl: cpwm=0x%02x\n", pwrpriv->cpwm)); -+ -+_func_exit_; -+} -+ -+static void cpwm_event_callback(struct work_struct *work) -+{ -+ struct pwrctrl_priv *pwrpriv = container_of(work, struct pwrctrl_priv, cpwm_event); -+ struct dvobj_priv *dvobj = pwrctl_to_dvobj(pwrpriv); -+ _adapter *adapter = dvobj->padapters[IFACE_ID0]; -+ struct reportpwrstate_parm report; -+ -+ //DBG_871X("%s\n",__FUNCTION__); -+ -+ report.state = PS_STATE_S2; -+ cpwm_int_hdl(adapter, &report); -+} -+ -+#ifdef CONFIG_LPS_RPWM_TIMER -+static void rpwmtimeout_workitem_callback(struct work_struct *work) -+{ -+ PADAPTER padapter; -+ struct dvobj_priv *dvobj; -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+ pwrpriv = container_of(work, struct pwrctrl_priv, rpwmtimeoutwi); -+ dvobj = pwrctl_to_dvobj(pwrpriv); -+ padapter = dvobj->padapters[IFACE_ID0]; -+// DBG_871X("+%s: rpwm=0x%02X cpwm=0x%02X\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ if ((pwrpriv->rpwm == pwrpriv->cpwm) || (pwrpriv->cpwm >= PS_STATE_S2)) -+ { -+ DBG_871X("%s: rpwm=0x%02X cpwm=0x%02X CPWM done!\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); -+ goto exit; -+ } -+ _exit_pwrlock(&pwrpriv->lock); -+ -+ if (rtw_read8(padapter, 0x100) != 0xEA) -+ { -+#if 1 -+ struct reportpwrstate_parm report; -+ -+ report.state = PS_STATE_S2; -+ DBG_871X("\n%s: FW already leave 32K!\n\n", __func__); -+ cpwm_int_hdl(padapter, &report); -+#else -+ DBG_871X("\n%s: FW already leave 32K!\n\n", __func__); -+ cpwm_event_callback(&pwrpriv->cpwm_event); -+#endif -+ return; -+ } -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ -+ if ((pwrpriv->rpwm == pwrpriv->cpwm) || (pwrpriv->cpwm >= PS_STATE_S2)) -+ { -+ DBG_871X("%s: cpwm=%d, nothing to do!\n", __func__, pwrpriv->cpwm); -+ goto exit; -+ } -+ pwrpriv->brpwmtimeout = _TRUE; -+ rtw_set_rpwm(padapter, pwrpriv->rpwm); -+ pwrpriv->brpwmtimeout = _FALSE; -+ -+exit: -+ _exit_pwrlock(&pwrpriv->lock); -+} -+ -+/* -+ * This function is a timer handler, can't do any IO in it. -+ */ -+static void pwr_rpwm_timeout_handler(void *FunctionContext) -+{ -+ PADAPTER padapter; -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+ padapter = (PADAPTER)FunctionContext; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ DBG_871X("+%s: rpwm=0x%02X cpwm=0x%02X\n", __func__, pwrpriv->rpwm, pwrpriv->cpwm); -+ -+ if ((pwrpriv->rpwm == pwrpriv->cpwm) || (pwrpriv->cpwm >= PS_STATE_S2)) -+ { -+ DBG_871X("+%s: cpwm=%d, nothing to do!\n", __func__, pwrpriv->cpwm); -+ return; -+ } -+ -+ _set_workitem(&pwrpriv->rpwmtimeoutwi); -+} -+#endif // CONFIG_LPS_RPWM_TIMER -+ -+__inline static void register_task_alive(struct pwrctrl_priv *pwrctrl, u32 tag) -+{ -+ pwrctrl->alives |= tag; -+} -+ -+__inline static void unregister_task_alive(struct pwrctrl_priv *pwrctrl, u32 tag) -+{ -+ pwrctrl->alives &= ~tag; -+} -+ -+ -+/* -+ * Description: -+ * Check if the fw_pwrstate is okay for I/O. -+ * If not (cpwm is less than S2), then the sub-routine -+ * will raise the cpwm to be greater than or equal to S2. -+ * -+ * Calling Context: Passive -+ * -+ * Constraint: -+ * 1. this function will request pwrctrl->lock -+ * -+ * Return Value: -+ * _SUCCESS hardware is ready for I/O -+ * _FAIL can't I/O right now -+ */ -+s32 rtw_register_task_alive(PADAPTER padapter, u32 task) -+{ -+ s32 res; -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+_func_enter_; -+ -+ res = _SUCCESS; -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S2; -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, task); -+ -+ if (pwrctrl->bFwCurrentInPSMode == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: task=0x%x cpwm=0x%02x alives=0x%08x\n", -+ __FUNCTION__, task, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm < pslv) -+ { -+ if (pwrctrl->cpwm < PS_STATE_S2) -+ res = _FAIL; -+ if (pwrctrl->rpwm < pslv) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+#ifdef CONFIG_DETECT_CPWM_BY_POLLING -+ if (_FAIL == res) -+ { -+ if (pwrctrl->cpwm >= PS_STATE_S2) -+ res = _SUCCESS; -+ } -+#endif // CONFIG_DETECT_CPWM_BY_POLLING -+ -+_func_exit_; -+ -+ return res; -+} -+ -+/* -+ * Description: -+ * If task is done, call this func. to power down firmware again. -+ * -+ * Constraint: -+ * 1. this function will request pwrctrl->lock -+ * -+ * Return Value: -+ * none -+ */ -+void rtw_unregister_task_alive(PADAPTER padapter, u32 task) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+_func_enter_; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S0; -+ -+#ifdef CONFIG_BT_COEXIST -+ if ((rtw_btcoex_IsBtDisabled(padapter) == _FALSE) -+ && (rtw_btcoex_IsBtControlLps(padapter) == _TRUE)) -+ { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ -+ } -+#endif // CONFIG_BT_COEXIST -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ unregister_task_alive(pwrctrl, task); -+ -+ if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) -+ && (pwrctrl->bFwCurrentInPSMode == _TRUE)) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: cpwm=0x%02x alives=0x%08x\n", -+ __FUNCTION__, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm > pslv) -+ { -+ if ((pslv >= PS_STATE_S2) || (pwrctrl->alives == 0)) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+_func_exit_; -+} -+ -+/* -+ * Caller: rtw_xmit_thread -+ * -+ * Check if the fw_pwrstate is okay for xmit. -+ * If not (cpwm is less than S3), then the sub-routine -+ * will raise the cpwm to be greater than or equal to S3. -+ * -+ * Calling Context: Passive -+ * -+ * Return Value: -+ * _SUCCESS rtw_xmit_thread can write fifo/txcmd afterwards. -+ * _FAIL rtw_xmit_thread can not do anything. -+ */ -+s32 rtw_register_tx_alive(PADAPTER padapter) -+{ -+ s32 res; -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+_func_enter_; -+ -+ res = _SUCCESS; -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S2; -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, XMIT_ALIVE); -+ -+ if (pwrctrl->bFwCurrentInPSMode == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_register_tx_alive: cpwm=0x%02x alives=0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm < pslv) -+ { -+ if (pwrctrl->cpwm < PS_STATE_S2) -+ res = _FAIL; -+ if (pwrctrl->rpwm < pslv) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+#ifdef CONFIG_DETECT_CPWM_BY_POLLING -+ if (_FAIL == res) -+ { -+ if (pwrctrl->cpwm >= PS_STATE_S2) -+ res = _SUCCESS; -+ } -+#endif // CONFIG_DETECT_CPWM_BY_POLLING -+ -+_func_exit_; -+ -+ return res; -+} -+ -+/* -+ * Caller: rtw_cmd_thread -+ * -+ * Check if the fw_pwrstate is okay for issuing cmd. -+ * If not (cpwm should be is less than S2), then the sub-routine -+ * will raise the cpwm to be greater than or equal to S2. -+ * -+ * Calling Context: Passive -+ * -+ * Return Value: -+ * _SUCCESS rtw_cmd_thread can issue cmds to firmware afterwards. -+ * _FAIL rtw_cmd_thread can not do anything. -+ */ -+s32 rtw_register_cmd_alive(PADAPTER padapter) -+{ -+ s32 res; -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+_func_enter_; -+ -+ res = _SUCCESS; -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S2; -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, CMD_ALIVE); -+ -+ if (pwrctrl->bFwCurrentInPSMode == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_info_, -+ ("rtw_register_cmd_alive: cpwm=0x%02x alives=0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm < pslv) -+ { -+ if (pwrctrl->cpwm < PS_STATE_S2) -+ res = _FAIL; -+ if (pwrctrl->rpwm < pslv) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+#ifdef CONFIG_DETECT_CPWM_BY_POLLING -+ if (_FAIL == res) -+ { -+ if (pwrctrl->cpwm >= PS_STATE_S2) -+ res = _SUCCESS; -+ } -+#endif // CONFIG_DETECT_CPWM_BY_POLLING -+ -+_func_exit_; -+ -+ return res; -+} -+ -+/* -+ * Caller: rx_isr -+ * -+ * Calling Context: Dispatch/ISR -+ * -+ * Return Value: -+ * _SUCCESS -+ * _FAIL -+ */ -+s32 rtw_register_rx_alive(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ -+_func_enter_; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, RECV_ALIVE); -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_register_rx_alive: cpwm=0x%02x alives=0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+/* -+ * Caller: evt_isr or evt_thread -+ * -+ * Calling Context: Dispatch/ISR or Passive -+ * -+ * Return Value: -+ * _SUCCESS -+ * _FAIL -+ */ -+s32 rtw_register_evt_alive(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ -+_func_enter_; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ register_task_alive(pwrctrl, EVT_ALIVE); -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_register_evt_alive: cpwm=0x%02x alives=0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+/* -+ * Caller: ISR -+ * -+ * If ISR's txdone, -+ * No more pkts for TX, -+ * Then driver shall call this fun. to power down firmware again. -+ */ -+void rtw_unregister_tx_alive(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+_func_enter_; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S0; -+ -+#ifdef CONFIG_BT_COEXIST -+ if ((rtw_btcoex_IsBtDisabled(padapter) == _FALSE) -+ && (rtw_btcoex_IsBtControlLps(padapter) == _TRUE)) -+ { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ -+ } -+#endif // CONFIG_BT_COEXIST -+ -+#ifdef CONFIG_P2P_PS -+ if(padapter->wdinfo.p2p_ps_mode > P2P_PS_NONE) -+ { -+ pslv = PS_STATE_S2; -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ else if(rtw_buddy_adapter_up(padapter)) -+ { -+ if(padapter->pbuddy_adapter->wdinfo.p2p_ps_mode > P2P_PS_NONE) -+ pslv = PS_STATE_S2; -+ } -+#endif -+#endif -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ unregister_task_alive(pwrctrl, XMIT_ALIVE); -+ -+ if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) -+ && (pwrctrl->bFwCurrentInPSMode == _TRUE)) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("%s: cpwm=0x%02x alives=0x%08x\n", -+ __FUNCTION__, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm > pslv) -+ { -+ if ((pslv >= PS_STATE_S2) || (pwrctrl->alives == 0)) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+_func_exit_; -+} -+ -+/* -+ * Caller: ISR -+ * -+ * If all commands have been done, -+ * and no more command to do, -+ * then driver shall call this fun. to power down firmware again. -+ */ -+void rtw_unregister_cmd_alive(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ u8 pslv; -+ -+_func_enter_; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ pslv = PS_STATE_S0; -+ -+#ifdef CONFIG_BT_COEXIST -+ if ((rtw_btcoex_IsBtDisabled(padapter) == _FALSE) -+ && (rtw_btcoex_IsBtControlLps(padapter) == _TRUE)) -+ { -+ u8 val8; -+ -+ val8 = rtw_btcoex_LpsVal(padapter); -+ if (val8 & BIT(4)) -+ pslv = PS_STATE_S2; -+ -+ } -+#endif // CONFIG_BT_COEXIST -+ -+#ifdef CONFIG_P2P_PS -+ if(padapter->wdinfo.p2p_ps_mode > P2P_PS_NONE) -+ { -+ pslv = PS_STATE_S2; -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ else if(rtw_buddy_adapter_up(padapter)) -+ { -+ if(padapter->pbuddy_adapter->wdinfo.p2p_ps_mode > P2P_PS_NONE) -+ pslv = PS_STATE_S2; -+ } -+#endif -+#endif -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ unregister_task_alive(pwrctrl, CMD_ALIVE); -+ -+ if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) -+ && (pwrctrl->bFwCurrentInPSMode == _TRUE)) -+ { -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_info_, -+ ("%s: cpwm=0x%02x alives=0x%08x\n", -+ __FUNCTION__, pwrctrl->cpwm, pwrctrl->alives)); -+ -+ if (pwrctrl->cpwm > pslv) -+ { -+ if ((pslv >= PS_STATE_S2) || (pwrctrl->alives == 0)) -+ rtw_set_rpwm(padapter, pslv); -+ } -+ } -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+_func_exit_; -+} -+ -+/* -+ * Caller: ISR -+ */ -+void rtw_unregister_rx_alive(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ -+_func_enter_; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ -+ _enter_pwrlock(&pwrctrl->lock); -+ -+ unregister_task_alive(pwrctrl, RECV_ALIVE); -+ -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_unregister_rx_alive: cpwm=0x%02x alives=0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+_func_exit_; -+} -+ -+void rtw_unregister_evt_alive(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrctrl; -+ -+_func_enter_; -+ -+ pwrctrl = adapter_to_pwrctl(padapter); -+ -+ unregister_task_alive(pwrctrl, EVT_ALIVE); -+ -+ RT_TRACE(_module_rtl871x_pwrctrl_c_, _drv_notice_, -+ ("rtw_unregister_evt_alive: cpwm=0x%02x alives=0x%08x\n", -+ pwrctrl->cpwm, pwrctrl->alives)); -+ -+ _exit_pwrlock(&pwrctrl->lock); -+ -+_func_exit_; -+} -+#endif /* CONFIG_LPS_LCLK */ -+ -+#ifdef CONFIG_RESUME_IN_WORKQUEUE -+static void resume_workitem_callback(struct work_struct *work); -+#endif //CONFIG_RESUME_IN_WORKQUEUE -+ -+void rtw_init_pwrctrl_priv(PADAPTER padapter) -+{ -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ int i = 0; -+ u8 val8 = 0; -+ -+#if defined(CONFIG_CONCURRENT_MODE) -+ if (padapter->adapter_type != PRIMARY_ADAPTER) -+ return; -+#endif -+ -+_func_enter_; -+ -+#ifdef PLATFORM_WINDOWS -+ pwrctrlpriv->pnp_current_pwr_state=NdisDeviceStateD0; -+#endif -+ -+ _init_pwrlock(&pwrctrlpriv->lock); -+ _init_pwrlock(&pwrctrlpriv->check_32k_lock); -+ pwrctrlpriv->rf_pwrstate = rf_on; -+ pwrctrlpriv->ips_enter_cnts=0; -+ pwrctrlpriv->ips_leave_cnts=0; -+ pwrctrlpriv->lps_enter_cnts=0; -+ pwrctrlpriv->lps_leave_cnts=0; -+ pwrctrlpriv->bips_processing = _FALSE; -+ -+ pwrctrlpriv->ips_mode = padapter->registrypriv.ips_mode; -+ pwrctrlpriv->ips_mode_req = padapter->registrypriv.ips_mode; -+ -+ pwrctrlpriv->pwr_state_check_interval = RTW_PWR_STATE_CHK_INTERVAL; -+ pwrctrlpriv->pwr_state_check_cnts = 0; -+ pwrctrlpriv->bInternalAutoSuspend = _FALSE; -+ pwrctrlpriv->bInSuspend = _FALSE; -+ pwrctrlpriv->bkeepfwalive = _FALSE; -+ -+#ifdef CONFIG_AUTOSUSPEND -+#ifdef SUPPORT_HW_RFOFF_DETECTED -+ pwrctrlpriv->pwr_state_check_interval = (pwrctrlpriv->bHWPwrPindetect) ?1000:2000; -+#endif -+#endif -+ -+ pwrctrlpriv->LpsIdleCount = 0; -+ //pwrctrlpriv->FWCtrlPSMode =padapter->registrypriv.power_mgnt;// PS_MODE_MIN; -+ if (padapter->registrypriv.mp_mode == 1) -+ pwrctrlpriv->power_mgnt =PS_MODE_ACTIVE ; -+ else -+ pwrctrlpriv->power_mgnt =padapter->registrypriv.power_mgnt;// PS_MODE_MIN; -+ pwrctrlpriv->bLeisurePs = (PS_MODE_ACTIVE != pwrctrlpriv->power_mgnt)?_TRUE:_FALSE; -+ -+ pwrctrlpriv->bFwCurrentInPSMode = _FALSE; -+ -+ pwrctrlpriv->rpwm = 0; -+ pwrctrlpriv->cpwm = PS_STATE_S4; -+ -+ pwrctrlpriv->pwr_mode = PS_MODE_ACTIVE; -+ pwrctrlpriv->smart_ps = padapter->registrypriv.smart_ps; -+ pwrctrlpriv->bcn_ant_mode = 0; -+ pwrctrlpriv->dtim = 0; -+ -+ pwrctrlpriv->tog = 0x80; -+ -+#ifdef CONFIG_LPS_LCLK -+ rtw_hal_set_hwreg(padapter, HW_VAR_SET_RPWM, (u8 *)(&pwrctrlpriv->rpwm)); -+ -+ _init_workitem(&pwrctrlpriv->cpwm_event, cpwm_event_callback, NULL); -+ -+#ifdef CONFIG_LPS_RPWM_TIMER -+ pwrctrlpriv->brpwmtimeout = _FALSE; -+ _init_workitem(&pwrctrlpriv->rpwmtimeoutwi, rpwmtimeout_workitem_callback, NULL); -+ _init_timer(&pwrctrlpriv->pwr_rpwm_timer, padapter->pnetdev, pwr_rpwm_timeout_handler, padapter); -+#endif // CONFIG_LPS_RPWM_TIMER -+#endif // CONFIG_LPS_LCLK -+ -+ rtw_init_timer(&pwrctrlpriv->pwr_state_check_timer, padapter, pwr_state_check_handler); -+ -+ pwrctrlpriv->wowlan_mode = _FALSE; -+ pwrctrlpriv->wowlan_ap_mode = _FALSE; -+ pwrctrlpriv->wowlan_p2p_mode = _FALSE; -+ -+ #ifdef CONFIG_RESUME_IN_WORKQUEUE -+ _init_workitem(&pwrctrlpriv->resume_work, resume_workitem_callback, NULL); -+ pwrctrlpriv->rtw_workqueue = create_singlethread_workqueue("rtw_workqueue"); -+ #endif //CONFIG_RESUME_IN_WORKQUEUE -+ -+ #if defined(CONFIG_HAS_EARLYSUSPEND) || defined(CONFIG_ANDROID_POWER) -+ pwrctrlpriv->early_suspend.suspend = NULL; -+ rtw_register_early_suspend(pwrctrlpriv); -+ #endif //CONFIG_HAS_EARLYSUSPEND || CONFIG_ANDROID_POWER -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ /*default low active*/ -+ pwrctrlpriv->is_high_active = HIGH_ACTIVE; -+ val8 = (pwrctrlpriv->is_high_active == 0) ? 1 : 0; -+ rtw_hal_set_output_gpio(padapter, WAKEUP_GPIO_IDX, val8); -+ DBG_871X("%s: set GPIO_%d %d as default.\n", -+ __func__, WAKEUP_GPIO_IDX, val8); -+#endif /* CONFIG_GPIO_WAKEUP */ -+ -+#ifdef CONFIG_WOWLAN -+ pwrctrlpriv->wowlan_pattern_idx = 0; -+ for (i = 0 ; i < MAX_WKFM_NUM; i++) { -+ _rtw_memset(pwrctrlpriv->patterns[i].content, '\0', -+ sizeof(pwrctrlpriv->patterns[i].content)); -+ _rtw_memset(pwrctrlpriv->patterns[i].mask, '\0', -+ sizeof(pwrctrlpriv->patterns[i].mask)); -+ pwrctrlpriv->patterns[i].len = 0; -+ } -+ -+#ifdef CONFIG_PNO_SUPPORT -+ pwrctrlpriv->pno_inited = _FALSE; -+ pwrctrlpriv->pnlo_info = NULL; -+ pwrctrlpriv->pscan_info = NULL; -+ pwrctrlpriv->pno_ssid_list = NULL; -+ pwrctrlpriv->pno_in_resume = _TRUE; -+#endif /* CONFIG_PNO_SUPPORT */ -+#endif /* CONFIG_WOWLAN */ -+ -+_func_exit_; -+ -+} -+ -+ -+void rtw_free_pwrctrl_priv(PADAPTER adapter) -+{ -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(adapter); -+ -+#if defined(CONFIG_CONCURRENT_MODE) -+ if (adapter->adapter_type != PRIMARY_ADAPTER) -+ return; -+#endif -+ -+_func_enter_; -+ -+ //_rtw_memset((unsigned char *)pwrctrlpriv, 0, sizeof(struct pwrctrl_priv)); -+ -+ -+ #ifdef CONFIG_RESUME_IN_WORKQUEUE -+ if (pwrctrlpriv->rtw_workqueue) { -+ flush_workqueue(pwrctrlpriv->rtw_workqueue); -+ destroy_workqueue(pwrctrlpriv->rtw_workqueue); -+ } -+ #endif -+ -+#ifdef CONFIG_WOWLAN -+#ifdef CONFIG_PNO_SUPPORT -+ if (pwrctrlpriv->pnlo_info != NULL) -+ printk("****** pnlo_info memory leak********\n"); -+ -+ if (pwrctrlpriv->pscan_info != NULL) -+ printk("****** pscan_info memory leak********\n"); -+ -+ if (pwrctrlpriv->pno_ssid_list != NULL) -+ printk("****** pno_ssid_list memory leak********\n"); -+#endif -+#endif /* CONFIG_WOWLAN */ -+ -+ #if defined(CONFIG_HAS_EARLYSUSPEND) || defined(CONFIG_ANDROID_POWER) -+ rtw_unregister_early_suspend(pwrctrlpriv); -+ #endif //CONFIG_HAS_EARLYSUSPEND || CONFIG_ANDROID_POWER -+ -+ _free_pwrlock(&pwrctrlpriv->lock); -+ _free_pwrlock(&pwrctrlpriv->check_32k_lock); -+ -+_func_exit_; -+} -+ -+#ifdef CONFIG_RESUME_IN_WORKQUEUE -+extern int rtw_resume_process(_adapter *padapter); -+ -+static void resume_workitem_callback(struct work_struct *work) -+{ -+ struct pwrctrl_priv *pwrpriv = container_of(work, struct pwrctrl_priv, resume_work); -+ struct dvobj_priv *dvobj = pwrctl_to_dvobj(pwrpriv); -+ _adapter *adapter = dvobj->padapters[IFACE_ID0]; -+ -+ DBG_871X("%s\n",__FUNCTION__); -+ -+ rtw_resume_process(adapter); -+ -+ rtw_resume_unlock_suspend(); -+} -+ -+void rtw_resume_in_workqueue(struct pwrctrl_priv *pwrpriv) -+{ -+ // accquire system's suspend lock preventing from falliing asleep while resume in workqueue -+ //rtw_lock_suspend(); -+ -+ rtw_resume_lock_suspend(); -+ -+ #if 1 -+ queue_work(pwrpriv->rtw_workqueue, &pwrpriv->resume_work); -+ #else -+ _set_workitem(&pwrpriv->resume_work); -+ #endif -+} -+#endif //CONFIG_RESUME_IN_WORKQUEUE -+ -+#if defined(CONFIG_HAS_EARLYSUSPEND) || defined(CONFIG_ANDROID_POWER) -+inline bool rtw_is_earlysuspend_registered(struct pwrctrl_priv *pwrpriv) -+{ -+ return (pwrpriv->early_suspend.suspend) ? _TRUE : _FALSE; -+} -+ -+inline bool rtw_is_do_late_resume(struct pwrctrl_priv *pwrpriv) -+{ -+ return (pwrpriv->do_late_resume) ? _TRUE : _FALSE; -+} -+ -+inline void rtw_set_do_late_resume(struct pwrctrl_priv *pwrpriv, bool enable) -+{ -+ pwrpriv->do_late_resume = enable; -+} -+#endif -+ -+#ifdef CONFIG_HAS_EARLYSUSPEND -+extern int rtw_resume_process(_adapter *padapter); -+static void rtw_early_suspend(struct early_suspend *h) -+{ -+ struct pwrctrl_priv *pwrpriv = container_of(h, struct pwrctrl_priv, early_suspend); -+ DBG_871X("%s\n",__FUNCTION__); -+ -+ rtw_set_do_late_resume(pwrpriv, _FALSE); -+} -+ -+static void rtw_late_resume(struct early_suspend *h) -+{ -+ struct pwrctrl_priv *pwrpriv = container_of(h, struct pwrctrl_priv, early_suspend); -+ struct dvobj_priv *dvobj = pwrctl_to_dvobj(pwrpriv); -+ _adapter *adapter = dvobj->padapters[IFACE_ID0]; -+ -+ DBG_871X("%s\n",__FUNCTION__); -+ -+ if(pwrpriv->do_late_resume) { -+ rtw_set_do_late_resume(pwrpriv, _FALSE); -+ rtw_resume_process(adapter); -+ } -+} -+ -+void rtw_register_early_suspend(struct pwrctrl_priv *pwrpriv) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ //jeff: set the early suspend level before blank screen, so we wll do late resume after scree is lit -+ pwrpriv->early_suspend.level = EARLY_SUSPEND_LEVEL_BLANK_SCREEN - 20; -+ pwrpriv->early_suspend.suspend = rtw_early_suspend; -+ pwrpriv->early_suspend.resume = rtw_late_resume; -+ register_early_suspend(&pwrpriv->early_suspend); -+ -+ -+} -+ -+void rtw_unregister_early_suspend(struct pwrctrl_priv *pwrpriv) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ rtw_set_do_late_resume(pwrpriv, _FALSE); -+ -+ if (pwrpriv->early_suspend.suspend) -+ unregister_early_suspend(&pwrpriv->early_suspend); -+ -+ pwrpriv->early_suspend.suspend = NULL; -+ pwrpriv->early_suspend.resume = NULL; -+} -+#endif //CONFIG_HAS_EARLYSUSPEND -+ -+#ifdef CONFIG_ANDROID_POWER -+#if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+extern int rtw_resume_process(PADAPTER padapter); -+#endif -+static void rtw_early_suspend(android_early_suspend_t *h) -+{ -+ struct pwrctrl_priv *pwrpriv = container_of(h, struct pwrctrl_priv, early_suspend); -+ DBG_871X("%s\n",__FUNCTION__); -+ -+ rtw_set_do_late_resume(pwrpriv, _FALSE); -+} -+ -+static void rtw_late_resume(android_early_suspend_t *h) -+{ -+ struct pwrctrl_priv *pwrpriv = container_of(h, struct pwrctrl_priv, early_suspend); -+ struct dvobj_priv *dvobj = pwrctl_to_dvobj(pwrpriv); -+ _adapter *adapter = dvobj->padapters[IFACE_ID0]; -+ -+ DBG_871X("%s\n",__FUNCTION__); -+ if(pwrpriv->do_late_resume) { -+ #if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ rtw_set_do_late_resume(pwrpriv, _FALSE); -+ rtw_resume_process(adapter); -+ #endif -+ } -+} -+ -+void rtw_register_early_suspend(struct pwrctrl_priv *pwrpriv) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ //jeff: set the early suspend level before blank screen, so we wll do late resume after scree is lit -+ pwrpriv->early_suspend.level = ANDROID_EARLY_SUSPEND_LEVEL_BLANK_SCREEN - 20; -+ pwrpriv->early_suspend.suspend = rtw_early_suspend; -+ pwrpriv->early_suspend.resume = rtw_late_resume; -+ android_register_early_suspend(&pwrpriv->early_suspend); -+} -+ -+void rtw_unregister_early_suspend(struct pwrctrl_priv *pwrpriv) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ rtw_set_do_late_resume(pwrpriv, _FALSE); -+ -+ if (pwrpriv->early_suspend.suspend) -+ android_unregister_early_suspend(&pwrpriv->early_suspend); -+ -+ pwrpriv->early_suspend.suspend = NULL; -+ pwrpriv->early_suspend.resume = NULL; -+} -+#endif //CONFIG_ANDROID_POWER -+ -+u8 rtw_interface_ps_func(_adapter *padapter,HAL_INTF_PS_FUNC efunc_id,u8* val) -+{ -+ u8 bResult = _TRUE; -+ rtw_hal_intf_ps_func(padapter,efunc_id,val); -+ -+ return bResult; -+} -+ -+ -+inline void rtw_set_ips_deny(_adapter *padapter, u32 ms) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ pwrpriv->ips_deny_time = rtw_get_current_time() + rtw_ms_to_systime(ms); -+} -+ -+/* -+* rtw_pwr_wakeup - Wake the NIC up from: 1)IPS. 2)USB autosuspend -+* @adapter: pointer to _adapter structure -+* @ips_deffer_ms: the ms wiil prevent from falling into IPS after wakeup -+* Return _SUCCESS or _FAIL -+*/ -+ -+int _rtw_pwr_wakeup(_adapter *padapter, u32 ips_deffer_ms, const char *caller) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ struct mlme_priv *pmlmepriv; -+ int ret = _SUCCESS; -+ int i; -+ u32 start = rtw_get_current_time(); -+ -+ /* for LPS */ -+ LeaveAllPowerSaveMode(padapter); -+ -+ /* IPS still bound with primary adapter */ -+ padapter = GET_PRIMARY_ADAPTER(padapter); -+ pmlmepriv = &padapter->mlmepriv; -+ -+ if (pwrpriv->ips_deny_time < rtw_get_current_time() + rtw_ms_to_systime(ips_deffer_ms)) -+ pwrpriv->ips_deny_time = rtw_get_current_time() + rtw_ms_to_systime(ips_deffer_ms); -+ -+ -+ if (pwrpriv->ps_processing) { -+ DBG_871X("%s wait ps_processing...\n", __func__); -+ while (pwrpriv->ps_processing && rtw_get_passing_time_ms(start) <= 3000) -+ rtw_msleep_os(10); -+ if (pwrpriv->ps_processing) -+ DBG_871X("%s wait ps_processing timeout\n", __func__); -+ else -+ DBG_871X("%s wait ps_processing done\n", __func__); -+ } -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ if (rtw_hal_sreset_inprogress(padapter)) { -+ DBG_871X("%s wait sreset_inprogress...\n", __func__); -+ while (rtw_hal_sreset_inprogress(padapter) && rtw_get_passing_time_ms(start) <= 4000) -+ rtw_msleep_os(10); -+ if (rtw_hal_sreset_inprogress(padapter)) -+ DBG_871X("%s wait sreset_inprogress timeout\n", __func__); -+ else -+ DBG_871X("%s wait sreset_inprogress done\n", __func__); -+ } -+#endif -+ -+ if (pwrpriv->bInternalAutoSuspend == _FALSE && pwrpriv->bInSuspend) { -+ DBG_871X("%s wait bInSuspend...\n", __func__); -+ while (pwrpriv->bInSuspend -+ && ((rtw_get_passing_time_ms(start) <= 3000 && !rtw_is_do_late_resume(pwrpriv)) -+ || (rtw_get_passing_time_ms(start) <= 500 && rtw_is_do_late_resume(pwrpriv))) -+ ) { -+ rtw_msleep_os(10); -+ } -+ if (pwrpriv->bInSuspend) -+ DBG_871X("%s wait bInSuspend timeout\n", __func__); -+ else -+ DBG_871X("%s wait bInSuspend done\n", __func__); -+ } -+ -+ //System suspend is not allowed to wakeup -+ if((pwrpriv->bInternalAutoSuspend == _FALSE) && (_TRUE == pwrpriv->bInSuspend )){ -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ //block??? -+ if((pwrpriv->bInternalAutoSuspend == _TRUE) && (padapter->net_closed == _TRUE)) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ //I think this should be check in IPS, LPS, autosuspend functions... -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+#if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ if(_TRUE==pwrpriv->bInternalAutoSuspend){ -+ if(0==pwrpriv->autopm_cnt){ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33)) -+ if (usb_autopm_get_interface(adapter_to_dvobj(padapter)->pusbintf) < 0) -+ { -+ DBG_871X( "can't get autopm: \n"); -+ } -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20)) -+ usb_autopm_disable(adapter_to_dvobj(padapter)->pusbintf); -+ #else -+ usb_autoresume_device(adapter_to_dvobj(padapter)->pusbdev, 1); -+ #endif -+ pwrpriv->autopm_cnt++; -+ } -+#endif //#if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ ret = _SUCCESS; -+ goto exit; -+#if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ } -+#endif //#if defined (CONFIG_BT_COEXIST)&& defined (CONFIG_AUTOSUSPEND) -+ } -+ -+ if(rf_off == pwrpriv->rf_pwrstate ) -+ { -+#ifdef CONFIG_USB_HCI -+#ifdef CONFIG_AUTOSUSPEND -+ if(pwrpriv->brfoffbyhw==_TRUE) -+ { -+ DBG_8192C("hw still in rf_off state ...........\n"); -+ ret = _FAIL; -+ goto exit; -+ } -+ else if(padapter->registrypriv.usbss_enable) -+ { -+ DBG_8192C("%s call autoresume_enter....\n",__FUNCTION__); -+ if(_FAIL == autoresume_enter(padapter)) -+ { -+ DBG_8192C("======> autoresume fail.............\n"); -+ ret = _FAIL; -+ goto exit; -+ } -+ } -+ else -+#endif -+#endif -+ { -+#ifdef CONFIG_IPS -+ DBG_8192C("%s call ips_leave....\n",__FUNCTION__); -+ if(_FAIL == ips_leave(padapter)) -+ { -+ DBG_8192C("======> ips_leave fail.............\n"); -+ ret = _FAIL; -+ goto exit; -+ } -+#endif -+ } -+ } -+ -+ //TODO: the following checking need to be merged... -+ if (rtw_is_drv_stopped(padapter) -+ || !padapter->bup -+ || !rtw_is_hw_init_completed(padapter) -+ ) { -+ DBG_8192C("%s: bDriverStopped=%s, bup=%d, hw_init_completed=%u\n" -+ , caller -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , padapter->bup -+ , rtw_get_hw_init_completed(padapter)); -+ ret= _FALSE; -+ goto exit; -+ } -+ -+exit: -+ if (pwrpriv->ips_deny_time < rtw_get_current_time() + rtw_ms_to_systime(ips_deffer_ms)) -+ pwrpriv->ips_deny_time = rtw_get_current_time() + rtw_ms_to_systime(ips_deffer_ms); -+ return ret; -+ -+} -+ -+int rtw_pm_set_lps(_adapter *padapter, u8 mode) -+{ -+ int ret = 0; -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if ( mode < PS_MODE_NUM ) -+ { -+ if(pwrctrlpriv->power_mgnt !=mode) -+ { -+ if(PS_MODE_ACTIVE == mode) -+ { -+ LeaveAllPowerSaveMode(padapter); -+ } -+ else -+ { -+ pwrctrlpriv->LpsIdleCount = 2; -+ } -+ pwrctrlpriv->power_mgnt = mode; -+ pwrctrlpriv->bLeisurePs = (PS_MODE_ACTIVE != pwrctrlpriv->power_mgnt)?_TRUE:_FALSE; -+ } -+ } -+ else -+ { -+ ret = -EINVAL; -+ } -+ -+ return ret; -+} -+ -+int rtw_pm_set_ips(_adapter *padapter, u8 mode) -+{ -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if( mode == IPS_NORMAL || mode == IPS_LEVEL_2 ) { -+ rtw_ips_mode_req(pwrctrlpriv, mode); -+ DBG_871X("%s %s\n", __FUNCTION__, mode == IPS_NORMAL?"IPS_NORMAL":"IPS_LEVEL_2"); -+ return 0; -+ } -+ else if(mode ==IPS_NONE){ -+ rtw_ips_mode_req(pwrctrlpriv, mode); -+ DBG_871X("%s %s\n", __FUNCTION__, "IPS_NONE"); -+ if (!rtw_is_surprise_removed(padapter) && (_FAIL == rtw_pwr_wakeup(padapter))) -+ return -EFAULT; -+ } -+ else { -+ return -EINVAL; -+ } -+ return 0; -+} -+ -+/* -+ * ATTENTION: -+ * This function will request pwrctrl LOCK! -+ */ -+void rtw_ps_deny(PADAPTER padapter, PS_DENY_REASON reason) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ s32 ret; -+ -+ -+// DBG_871X("+" FUNC_ADPT_FMT ": Request PS deny for %d (0x%08X)\n", -+// FUNC_ADPT_ARG(padapter), reason, BIT(reason)); -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ if (pwrpriv->ps_deny & BIT(reason)) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": [WARNING] Reason %d had been set before!!\n", -+ FUNC_ADPT_ARG(padapter), reason); -+ } -+ pwrpriv->ps_deny |= BIT(reason); -+ _exit_pwrlock(&pwrpriv->lock); -+ -+// DBG_871X("-" FUNC_ADPT_FMT ": Now PS deny for 0x%08X\n", -+// FUNC_ADPT_ARG(padapter), pwrpriv->ps_deny); -+} -+ -+/* -+ * ATTENTION: -+ * This function will request pwrctrl LOCK! -+ */ -+void rtw_ps_deny_cancel(PADAPTER padapter, PS_DENY_REASON reason) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ -+ -+// DBG_871X("+" FUNC_ADPT_FMT ": Cancel PS deny for %d(0x%08X)\n", -+// FUNC_ADPT_ARG(padapter), reason, BIT(reason)); -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ if ((pwrpriv->ps_deny & BIT(reason)) == 0) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": [ERROR] Reason %d had been canceled before!!\n", -+ FUNC_ADPT_ARG(padapter), reason); -+ } -+ pwrpriv->ps_deny &= ~BIT(reason); -+ _exit_pwrlock(&pwrpriv->lock); -+ -+// DBG_871X("-" FUNC_ADPT_FMT ": Now PS deny for 0x%08X\n", -+// FUNC_ADPT_ARG(padapter), pwrpriv->ps_deny); -+} -+ -+/* -+ * ATTENTION: -+ * Before calling this function pwrctrl lock should be occupied already, -+ * otherwise it may return incorrect value. -+ */ -+u32 rtw_ps_deny_get(PADAPTER padapter) -+{ -+ u32 deny; -+ -+ -+ deny = adapter_to_pwrctl(padapter)->ps_deny; -+ -+ return deny; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_recv.c linux/3rdparty/rtl8812au/core/rtw_recv.c ---- linux.old/3rdparty/rtl8812au/core/rtw_recv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_recv.c 2017-06-07 23:07:21.004686938 +0300 -@@ -0,0 +1,4947 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_RECV_C_ -+ -+#include -+#include -+ -+#if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) -+ -+#error "Shall be Linux or Windows, but not both!\n" -+ -+#endif -+ -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+void rtw_signal_stat_timer_hdl(RTW_TIMER_HDL_ARGS); -+ -+enum { -+ SIGNAL_STAT_CALC_PROFILE_0 = 0, -+ SIGNAL_STAT_CALC_PROFILE_1, -+ SIGNAL_STAT_CALC_PROFILE_MAX -+}; -+ -+u8 signal_stat_calc_profile[SIGNAL_STAT_CALC_PROFILE_MAX][2] = { -+ {4, 1}, /* Profile 0 => pre_stat : curr_stat = 4 : 1 */ -+ {3, 7} /* Profile 1 => pre_stat : curr_stat = 3 : 7 */ -+}; -+ -+#ifndef RTW_SIGNAL_STATE_CALC_PROFILE -+#define RTW_SIGNAL_STATE_CALC_PROFILE SIGNAL_STAT_CALC_PROFILE_1 -+#endif -+ -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv) -+{ -+ -+ -+_func_enter_; -+ -+ _rtw_memset((u8 *)psta_recvpriv, 0, sizeof (struct sta_recv_priv)); -+ -+ _rtw_spinlock_init(&psta_recvpriv->lock); -+ -+ //for(i=0; iblk_strms[i]); -+ -+ _rtw_init_queue(&psta_recvpriv->defrag_q); -+ -+_func_exit_; -+ -+} -+ -+sint _rtw_init_recv_priv(struct recv_priv *precvpriv, _adapter *padapter) -+{ -+ sint i; -+ -+ union recv_frame *precvframe; -+ -+ sint res=_SUCCESS; -+ -+_func_enter_; -+ -+ // We don't need to memset padapter->XXX to zero, because adapter is allocated by rtw_zvmalloc(). -+ //_rtw_memset((unsigned char *)precvpriv, 0, sizeof (struct recv_priv)); -+ -+ _rtw_spinlock_init(&precvpriv->lock); -+ -+ _rtw_init_queue(&precvpriv->free_recv_queue); -+ _rtw_init_queue(&precvpriv->recv_pending_queue); -+ _rtw_init_queue(&precvpriv->uc_swdec_pending_queue); -+ -+ precvpriv->adapter = padapter; -+ -+ precvpriv->free_recvframe_cnt = NR_RECVFRAME; -+ -+ precvpriv->sink_udpport = 0; -+ precvpriv->pre_rtp_rxseq = 0; -+ precvpriv->cur_rtp_rxseq = 0; -+ -+ rtw_os_recv_resource_init(precvpriv, padapter); -+ -+ precvpriv->pallocated_frame_buf = rtw_zvmalloc(NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); -+ -+ if(precvpriv->pallocated_frame_buf==NULL){ -+ res= _FAIL; -+ goto exit; -+ } -+ //_rtw_memset(precvpriv->pallocated_frame_buf, 0, NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); -+ -+ precvpriv->precv_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_frame_buf), RXFRAME_ALIGN_SZ); -+ //precvpriv->precv_frame_buf = precvpriv->pallocated_frame_buf + RXFRAME_ALIGN_SZ - -+ // ((SIZE_PTR) (precvpriv->pallocated_frame_buf) &(RXFRAME_ALIGN_SZ-1)); -+ -+ precvframe = (union recv_frame*) precvpriv->precv_frame_buf; -+ -+ -+ for(i=0; i < NR_RECVFRAME ; i++) -+ { -+ _rtw_init_listhead(&(precvframe->u.list)); -+ -+ rtw_list_insert_tail(&(precvframe->u.list), &(precvpriv->free_recv_queue.queue)); -+ -+ res = rtw_os_recv_resource_alloc(padapter, precvframe); -+ -+ precvframe->u.hdr.len = 0; -+ -+ precvframe->u.hdr.adapter =padapter; -+ precvframe++; -+ -+ } -+ -+#ifdef CONFIG_USB_HCI -+ -+ ATOMIC_SET(&(precvpriv->rx_pending_cnt), 1); -+ -+ _rtw_init_sema(&precvpriv->allrxreturnevt, 0); -+ -+#endif -+ -+ res = rtw_hal_init_recv_priv(padapter); -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ rtw_init_timer(&precvpriv->signal_stat_timer, padapter, RTW_TIMER_HDL_NAME(signal_stat)); -+ -+ precvpriv->signal_stat_sampling_interval = 2000; //ms -+ //precvpriv->signal_stat_converging_constant = 5000; //ms -+ -+ rtw_set_signal_stat_timer(precvpriv); -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+void rtw_mfree_recv_priv_lock(struct recv_priv *precvpriv); -+void rtw_mfree_recv_priv_lock(struct recv_priv *precvpriv) -+{ -+ _rtw_spinlock_free(&precvpriv->lock); -+#ifdef CONFIG_RECV_THREAD_MODE -+ _rtw_free_sema(&precvpriv->recv_sema); -+ _rtw_free_sema(&precvpriv->terminate_recvthread_sema); -+#endif -+ -+ _rtw_spinlock_free(&precvpriv->free_recv_queue.lock); -+ _rtw_spinlock_free(&precvpriv->recv_pending_queue.lock); -+ -+ _rtw_spinlock_free(&precvpriv->free_recv_buf_queue.lock); -+ -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ _rtw_spinlock_free(&precvpriv->recv_buf_pending_queue.lock); -+#endif // CONFIG_USE_USB_BUFFER_ALLOC_RX -+} -+ -+void _rtw_free_recv_priv (struct recv_priv *precvpriv) -+{ -+ _adapter *padapter = precvpriv->adapter; -+ -+_func_enter_; -+ -+ rtw_free_uc_swdec_pending_queue(padapter); -+ -+ rtw_mfree_recv_priv_lock(precvpriv); -+ -+ rtw_os_recv_resource_free(precvpriv); -+ -+ if(precvpriv->pallocated_frame_buf) { -+ rtw_vmfree(precvpriv->pallocated_frame_buf, NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); -+ } -+ -+ rtw_hal_free_recv_priv(padapter); -+ -+_func_exit_; -+ -+} -+ -+union recv_frame *_rtw_alloc_recvframe (_queue *pfree_recv_queue) -+{ -+ -+ union recv_frame *precvframe; -+ _list *plist, *phead; -+ _adapter *padapter; -+ struct recv_priv *precvpriv; -+_func_enter_; -+ -+ if(_rtw_queue_empty(pfree_recv_queue) == _TRUE) -+ { -+ precvframe = NULL; -+ } -+ else -+ { -+ phead = get_list_head(pfree_recv_queue); -+ -+ plist = get_next(phead); -+ -+ precvframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ -+ rtw_list_delete(&precvframe->u.hdr.list); -+ padapter=precvframe->u.hdr.adapter; -+ if(padapter !=NULL){ -+ precvpriv=&padapter->recvpriv; -+ if(pfree_recv_queue == &precvpriv->free_recv_queue) -+ precvpriv->free_recvframe_cnt--; -+ } -+ } -+ -+_func_exit_; -+ -+ return precvframe; -+ -+} -+ -+union recv_frame *rtw_alloc_recvframe (_queue *pfree_recv_queue) -+{ -+ _irqL irqL; -+ union recv_frame *precvframe; -+ -+ _enter_critical_bh(&pfree_recv_queue->lock, &irqL); -+ -+ precvframe = _rtw_alloc_recvframe(pfree_recv_queue); -+ -+ _exit_critical_bh(&pfree_recv_queue->lock, &irqL); -+ -+ return precvframe; -+} -+ -+void rtw_init_recvframe(union recv_frame *precvframe, struct recv_priv *precvpriv) -+{ -+ /* Perry: This can be removed */ -+ _rtw_init_listhead(&precvframe->u.hdr.list); -+ -+ precvframe->u.hdr.len=0; -+} -+ -+int rtw_free_recvframe(union recv_frame *precvframe, _queue *pfree_recv_queue) -+{ -+ _irqL irqL; -+ _adapter *padapter=precvframe->u.hdr.adapter; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+_func_enter_; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->adapter_type > PRIMARY_ADAPTER) -+ { -+ padapter = padapter->pbuddy_adapter;//get primary_padapter -+ precvpriv = &padapter->recvpriv; -+ pfree_recv_queue = &precvpriv->free_recv_queue; -+ precvframe->u.hdr.adapter = padapter; -+ } -+#endif -+ -+ rtw_os_free_recvframe(precvframe); -+ -+ -+ _enter_critical_bh(&pfree_recv_queue->lock, &irqL); -+ -+ rtw_list_delete(&(precvframe->u.hdr.list)); -+ -+ precvframe->u.hdr.len = 0; -+ -+ rtw_list_insert_tail(&(precvframe->u.hdr.list), get_list_head(pfree_recv_queue)); -+ -+ if(padapter !=NULL){ -+ if(pfree_recv_queue == &precvpriv->free_recv_queue) -+ precvpriv->free_recvframe_cnt++; -+ } -+ -+ _exit_critical_bh(&pfree_recv_queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return _SUCCESS; -+ -+} -+ -+ -+ -+ -+sint _rtw_enqueue_recvframe(union recv_frame *precvframe, _queue *queue) -+{ -+ -+ _adapter *padapter=precvframe->u.hdr.adapter; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+_func_enter_; -+ -+ //_rtw_init_listhead(&(precvframe->u.hdr.list)); -+ rtw_list_delete(&(precvframe->u.hdr.list)); -+ -+ -+ rtw_list_insert_tail(&(precvframe->u.hdr.list), get_list_head(queue)); -+ -+ if (padapter != NULL) { -+ if (queue == &precvpriv->free_recv_queue) -+ precvpriv->free_recvframe_cnt++; -+ } -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+sint rtw_enqueue_recvframe(union recv_frame *precvframe, _queue *queue) -+{ -+ sint ret; -+ _irqL irqL; -+ -+ //_spinlock(&pfree_recv_queue->lock); -+ _enter_critical_bh(&queue->lock, &irqL); -+ ret = _rtw_enqueue_recvframe(precvframe, queue); -+ //_rtw_spinunlock(&pfree_recv_queue->lock); -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+ return ret; -+} -+ -+/* -+sint rtw_enqueue_recvframe(union recv_frame *precvframe, _queue *queue) -+{ -+ return rtw_free_recvframe(precvframe, queue); -+} -+*/ -+ -+ -+ -+ -+/* -+caller : defrag ; recvframe_chk_defrag in recv_thread (passive) -+pframequeue: defrag_queue : will be accessed in recv_thread (passive) -+ -+using spinlock to protect -+ -+*/ -+ -+void rtw_free_recvframe_queue(_queue *pframequeue, _queue *pfree_recv_queue) -+{ -+ union recv_frame *precvframe; -+ _list *plist, *phead; -+ -+_func_enter_; -+ _rtw_spinlock(&pframequeue->lock); -+ -+ phead = get_list_head(pframequeue); -+ plist = get_next(phead); -+ -+ while(rtw_end_of_queue_search(phead, plist) == _FALSE) -+ { -+ precvframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ -+ plist = get_next(plist); -+ -+ //rtw_list_delete(&precvframe->u.hdr.list); // will do this in rtw_free_recvframe() -+ -+ rtw_free_recvframe(precvframe, pfree_recv_queue); -+ } -+ -+ _rtw_spinunlock(&pframequeue->lock); -+ -+_func_exit_; -+ -+} -+ -+u32 rtw_free_uc_swdec_pending_queue(_adapter *adapter) -+{ -+ u32 cnt = 0; -+ union recv_frame *pending_frame; -+ while((pending_frame=rtw_alloc_recvframe(&adapter->recvpriv.uc_swdec_pending_queue))) { -+ rtw_free_recvframe(pending_frame, &adapter->recvpriv.free_recv_queue); -+ cnt++; -+ } -+ -+ if (cnt) -+ DBG_871X(FUNC_ADPT_FMT" dequeue %d\n", FUNC_ADPT_ARG(adapter), cnt); -+ -+ return cnt; -+} -+ -+ -+sint rtw_enqueue_recvbuf_to_head(struct recv_buf *precvbuf, _queue *queue) -+{ -+ _irqL irqL; -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ -+ rtw_list_delete(&precvbuf->list); -+ rtw_list_insert_head(&precvbuf->list, get_list_head(queue)); -+ -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+ return _SUCCESS; -+} -+ -+sint rtw_enqueue_recvbuf(struct recv_buf *precvbuf, _queue *queue) -+{ -+ _irqL irqL; -+#ifdef CONFIG_SDIO_HCI -+ _enter_critical_bh(&queue->lock, &irqL); -+#else -+ _enter_critical_ex(&queue->lock, &irqL); -+#endif/*#ifdef CONFIG_SDIO_HCI*/ -+ -+ rtw_list_delete(&precvbuf->list); -+ -+ rtw_list_insert_tail(&precvbuf->list, get_list_head(queue)); -+#ifdef CONFIG_SDIO_HCI -+ _exit_critical_bh(&queue->lock, &irqL); -+#else -+ _exit_critical_ex(&queue->lock, &irqL); -+#endif/*#ifdef CONFIG_SDIO_HCI*/ -+ return _SUCCESS; -+ -+} -+ -+struct recv_buf *rtw_dequeue_recvbuf (_queue *queue) -+{ -+ _irqL irqL; -+ struct recv_buf *precvbuf; -+ _list *plist, *phead; -+ -+#ifdef CONFIG_SDIO_HCI -+ _enter_critical_bh(&queue->lock, &irqL); -+#else -+ _enter_critical_ex(&queue->lock, &irqL); -+#endif/*#ifdef CONFIG_SDIO_HCI*/ -+ -+ if(_rtw_queue_empty(queue) == _TRUE) -+ { -+ precvbuf = NULL; -+ } -+ else -+ { -+ phead = get_list_head(queue); -+ -+ plist = get_next(phead); -+ -+ precvbuf = LIST_CONTAINOR(plist, struct recv_buf, list); -+ -+ rtw_list_delete(&precvbuf->list); -+ -+ } -+ -+#ifdef CONFIG_SDIO_HCI -+ _exit_critical_bh(&queue->lock, &irqL); -+#else -+ _exit_critical_ex(&queue->lock, &irqL); -+#endif/*#ifdef CONFIG_SDIO_HCI*/ -+ -+ return precvbuf; -+ -+} -+ -+sint recvframe_chkmic(_adapter *adapter, union recv_frame *precvframe); -+sint recvframe_chkmic(_adapter *adapter, union recv_frame *precvframe){ -+ -+ sint i,res=_SUCCESS; -+ u32 datalen; -+ u8 miccode[8]; -+ u8 bmic_err=_FALSE,brpt_micerror = _TRUE; -+ u8 *pframe, *payload,*pframemic; -+ u8 *mickey; -+ //u8 *iv,rxdata_key_idx=0; -+ struct sta_info *stainfo; -+ struct rx_pkt_attrib *prxattrib=&precvframe->u.hdr.attrib; -+ struct security_priv *psecuritypriv=&adapter->securitypriv; -+ -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+_func_enter_; -+ -+ stainfo=rtw_get_stainfo(&adapter->stapriv ,&prxattrib->ta[0]); -+ -+ if(prxattrib->encrypt ==_TKIP_) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n recvframe_chkmic:prxattrib->encrypt ==_TKIP_\n")); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n recvframe_chkmic:da=0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ prxattrib->ra[0],prxattrib->ra[1],prxattrib->ra[2],prxattrib->ra[3],prxattrib->ra[4],prxattrib->ra[5])); -+ -+ //calculate mic code -+ if(stainfo!= NULL) -+ { -+ if(IS_MCAST(prxattrib->ra)) -+ { -+ //mickey=&psecuritypriv->dot118021XGrprxmickey.skey[0]; -+ //iv = precvframe->u.hdr.rx_data+prxattrib->hdrlen; -+ //rxdata_key_idx =( ((iv[3])>>6)&0x3) ; -+ mickey=&psecuritypriv->dot118021XGrprxmickey[prxattrib->key_index].skey[0]; -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n recvframe_chkmic: bcmc key \n")); -+ //DBG_871X("\n recvframe_chkmic: bcmc key psecuritypriv->dot118021XGrpKeyid(%d),pmlmeinfo->key_index(%d) ,recv key_id(%d)\n", -+ // psecuritypriv->dot118021XGrpKeyid,pmlmeinfo->key_index,rxdata_key_idx); -+ -+ if(psecuritypriv->binstallGrpkey==_FALSE) -+ { -+ res=_FAIL; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("\n recvframe_chkmic:didn't install group key!!!!!!!!!!\n")); -+ DBG_871X("\n recvframe_chkmic:didn't install group key!!!!!!!!!!\n"); -+ goto exit; -+ } -+ } -+ else{ -+ mickey=&stainfo->dot11tkiprxmickey.skey[0]; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("\n recvframe_chkmic: unicast key \n")); -+ } -+ -+ datalen=precvframe->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len-prxattrib->icv_len-8;//icv_len included the mic code -+ pframe=precvframe->u.hdr.rx_data; -+ payload=pframe+prxattrib->hdrlen+prxattrib->iv_len; -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n prxattrib->iv_len=%d prxattrib->icv_len=%d\n",prxattrib->iv_len,prxattrib->icv_len)); -+ -+ //rtw_seccalctkipmic(&stainfo->dot11tkiprxmickey.skey[0],pframe,payload, datalen ,&miccode[0],(unsigned char)prxattrib->priority); //care the length of the data -+ -+ rtw_seccalctkipmic(mickey,pframe,payload, datalen ,&miccode[0],(unsigned char)prxattrib->priority); //care the length of the data -+ -+ pframemic=payload+datalen; -+ -+ bmic_err=_FALSE; -+ -+ for(i=0;i<8;i++){ -+ if(miccode[i] != *(pframemic+i)){ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("recvframe_chkmic:miccode[%d](%02x) != *(pframemic+%d)(%02x) ",i,miccode[i],i,*(pframemic+i))); -+ bmic_err=_TRUE; -+ } -+ } -+ -+ -+ if(bmic_err==_TRUE){ -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("\n *(pframemic-8)-*(pframemic-1)=0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ *(pframemic-8),*(pframemic-7),*(pframemic-6),*(pframemic-5),*(pframemic-4),*(pframemic-3),*(pframemic-2),*(pframemic-1))); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("\n *(pframemic-16)-*(pframemic-9)=0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x\n", -+ *(pframemic-16),*(pframemic-15),*(pframemic-14),*(pframemic-13),*(pframemic-12),*(pframemic-11),*(pframemic-10),*(pframemic-9))); -+ -+ { -+ uint i; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("\n ======demp packet (len=%d)======\n",precvframe->u.hdr.len)); -+ for(i=0;iu.hdr.len;i=i+8){ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x:0x%02x", -+ *(precvframe->u.hdr.rx_data+i),*(precvframe->u.hdr.rx_data+i+1), -+ *(precvframe->u.hdr.rx_data+i+2),*(precvframe->u.hdr.rx_data+i+3), -+ *(precvframe->u.hdr.rx_data+i+4),*(precvframe->u.hdr.rx_data+i+5), -+ *(precvframe->u.hdr.rx_data+i+6),*(precvframe->u.hdr.rx_data+i+7))); -+ } -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("\n ======demp packet end [len=%d]======\n",precvframe->u.hdr.len)); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("\n hrdlen=%d, \n",prxattrib->hdrlen)); -+ } -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("ra=0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x psecuritypriv->binstallGrpkey=%d ", -+ prxattrib->ra[0],prxattrib->ra[1],prxattrib->ra[2], -+ prxattrib->ra[3],prxattrib->ra[4],prxattrib->ra[5],psecuritypriv->binstallGrpkey)); -+ -+ // double check key_index for some timing issue , -+ // cannot compare with psecuritypriv->dot118021XGrpKeyid also cause timing issue -+ if((IS_MCAST(prxattrib->ra)==_TRUE) && (prxattrib->key_index != pmlmeinfo->key_index )) -+ brpt_micerror = _FALSE; -+ -+ if((prxattrib->bdecrypted ==_TRUE)&& (brpt_micerror == _TRUE)) -+ { -+ rtw_handle_tkip_mic_err(adapter, stainfo, (u8)IS_MCAST(prxattrib->ra)); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" mic error :prxattrib->bdecrypted=%d ",prxattrib->bdecrypted)); -+ DBG_871X(" mic error :prxattrib->bdecrypted=%d\n",prxattrib->bdecrypted); -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" mic error :prxattrib->bdecrypted=%d ",prxattrib->bdecrypted)); -+ DBG_871X(" mic error :prxattrib->bdecrypted=%d\n",prxattrib->bdecrypted); -+ } -+ -+ res=_FAIL; -+ -+ } -+ else{ -+ //mic checked ok -+ if((psecuritypriv->bcheck_grpkey ==_FALSE)&&(IS_MCAST(prxattrib->ra)==_TRUE)){ -+ psecuritypriv->bcheck_grpkey =_TRUE; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("psecuritypriv->bcheck_grpkey =_TRUE")); -+ } -+ } -+ -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("recvframe_chkmic: rtw_get_stainfo==NULL!!!\n")); -+ } -+ -+ recvframe_pull_tail(precvframe, 8); -+ -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+ -+} -+ -+//decrypt and set the ivlen,icvlen of the recv_frame -+union recv_frame * decryptor(_adapter *padapter,union recv_frame *precv_frame); -+union recv_frame * decryptor(_adapter *padapter,union recv_frame *precv_frame) -+{ -+ -+ struct rx_pkt_attrib *prxattrib = &precv_frame->u.hdr.attrib; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ union recv_frame *return_packet=precv_frame; -+ u32 res=_SUCCESS; -+ -+_func_enter_; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt); -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("prxstat->decrypted=%x prxattrib->encrypt = 0x%03x\n",prxattrib->bdecrypted,prxattrib->encrypt)); -+ -+ if(prxattrib->encrypt>0) -+ { -+ u8 *iv = precv_frame->u.hdr.rx_data+prxattrib->hdrlen; -+ prxattrib->key_index = ( ((iv[3])>>6)&0x3) ; -+ -+ if(prxattrib->key_index > WEP_KEYS) -+ { -+ DBG_871X("prxattrib->key_index(%d) > WEP_KEYS \n", prxattrib->key_index); -+ -+ switch(prxattrib->encrypt){ -+ case _WEP40_: -+ case _WEP104_: -+ prxattrib->key_index = psecuritypriv->dot11PrivacyKeyIndex; -+ break; -+ case _TKIP_: -+ case _AES_: -+ default: -+ prxattrib->key_index = psecuritypriv->dot118021XGrpKeyid; -+ break; -+ } -+ } -+ } -+ -+ if((prxattrib->encrypt>0) && ((prxattrib->bdecrypted==0) ||(psecuritypriv->sw_decrypt==_TRUE))) -+ { -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(!IS_MCAST(prxattrib->ra))//bc/mc packets use sw decryption for concurrent mode -+#endif -+ psecuritypriv->hw_decrypted=_FALSE; -+ -+ #ifdef DBG_RX_DECRYPTOR -+ DBG_871X("[%s] %d:prxstat->bdecrypted:%d, prxattrib->encrypt:%d, Setting psecuritypriv->hw_decrypted = %d\n", -+ __FUNCTION__, -+ __LINE__, -+ prxattrib->bdecrypted, -+ prxattrib->encrypt, -+ psecuritypriv->hw_decrypted); -+ #endif -+ -+ switch(prxattrib->encrypt){ -+ case _WEP40_: -+ case _WEP104_: -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_wep); -+ rtw_wep_decrypt(padapter, (u8 *)precv_frame); -+ break; -+ case _TKIP_: -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_tkip); -+ res = rtw_tkip_decrypt(padapter, (u8 *)precv_frame); -+ break; -+ case _AES_: -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_aes); -+ res = rtw_aes_decrypt(padapter, (u8 * )precv_frame); -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_wapi); -+ rtw_sms4_decrypt(padapter, (u8 * )precv_frame); -+ break; -+#endif -+ default: -+ break; -+ } -+ } -+ else if(prxattrib->bdecrypted==1 -+ && prxattrib->encrypt >0 -+ && (psecuritypriv->busetkipkey==1 || prxattrib->encrypt !=_TKIP_ ) -+ ) -+ { -+#if 0 -+ if((prxstat->icv==1)&&(prxattrib->encrypt!=_AES_)) -+ { -+ psecuritypriv->hw_decrypted=_FALSE; -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("psecuritypriv->hw_decrypted=_FALSE")); -+ -+ rtw_free_recvframe(precv_frame, &padapter->recvpriv.free_recv_queue); -+ -+ return_packet=NULL; -+ -+ } -+ else -+#endif -+ { -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_hw); -+ -+ psecuritypriv->hw_decrypted=_TRUE; -+ #ifdef DBG_RX_DECRYPTOR -+ DBG_871X("[%s] %d:prxstat->bdecrypted:%d, prxattrib->encrypt:%d, Setting psecuritypriv->hw_decrypted = %d\n", -+ __FUNCTION__, -+ __LINE__, -+ prxattrib->bdecrypted, -+ prxattrib->encrypt, -+ psecuritypriv->hw_decrypted); -+ -+ #endif -+ } -+ } -+ else { -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_unknown); -+ #ifdef DBG_RX_DECRYPTOR -+ DBG_871X("[%s] %d:prxstat->bdecrypted:%d, prxattrib->encrypt:%d, Setting psecuritypriv->hw_decrypted = %d\n", -+ __FUNCTION__, -+ __LINE__, -+ prxattrib->bdecrypted, -+ prxattrib->encrypt, -+ psecuritypriv->hw_decrypted); -+ #endif -+ } -+ -+ if(res == _FAIL) -+ { -+ rtw_free_recvframe(return_packet,&padapter->recvpriv.free_recv_queue); -+ return_packet = NULL; -+ } -+ else -+ { -+ prxattrib->bdecrypted = _TRUE; -+ } -+ //recvframe_chkmic(adapter, precv_frame); //move to recvframme_defrag function -+ -+_func_exit_; -+ -+ return return_packet; -+ -+} -+//###set the security information in the recv_frame -+union recv_frame * portctrl(_adapter *adapter,union recv_frame * precv_frame); -+union recv_frame * portctrl(_adapter *adapter,union recv_frame * precv_frame) -+{ -+ u8 *psta_addr = NULL; -+ u8 *ptr; -+ uint auth_alg; -+ struct recv_frame_hdr *pfhdr; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv ; -+ union recv_frame *prtnframe; -+ u16 ether_type=0; -+ u16 eapol_type = 0x888e;//for Funia BD's WPA issue -+ struct rx_pkt_attrib *pattrib; -+ -+_func_enter_; -+ -+ pstapriv = &adapter->stapriv; -+ -+ auth_alg = adapter->securitypriv.dot11AuthAlgrthm; -+ -+ ptr = get_recvframe_data(precv_frame); -+ pfhdr = &precv_frame->u.hdr; -+ pattrib = &pfhdr->attrib; -+ psta_addr = pattrib->ta; -+ -+ prtnframe = NULL; -+ -+ psta = rtw_get_stainfo(pstapriv, psta_addr); -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("########portctrl:adapter->securitypriv.dot11AuthAlgrthm=%d\n",adapter->securitypriv.dot11AuthAlgrthm)); -+ -+ if(auth_alg==2) -+ { -+ if ((psta!=NULL) && (psta->ieee8021x_blocked)) -+ { -+ //blocked -+ //only accept EAPOL frame -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("########portctrl:psta->ieee8021x_blocked==1\n")); -+ -+ prtnframe=precv_frame; -+ -+ //get ether_type -+ ptr=ptr+pfhdr->attrib.hdrlen+pfhdr->attrib.iv_len+LLC_HEADER_SIZE; -+ _rtw_memcpy(ðer_type,ptr, 2); -+ ether_type= ntohs((unsigned short )ether_type); -+ -+ if (ether_type == eapol_type) { -+ prtnframe=precv_frame; -+ } -+ else { -+ //free this frame -+ rtw_free_recvframe(precv_frame, &adapter->recvpriv.free_recv_queue); -+ prtnframe=NULL; -+ } -+ } -+ else -+ { -+ //allowed -+ //check decryption status, and decrypt the frame if needed -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("########portctrl:psta->ieee8021x_blocked==0\n")); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("portctrl:precv_frame->hdr.attrib.privacy=%x\n",precv_frame->u.hdr.attrib.privacy)); -+ -+ if (pattrib->bdecrypted == 0) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("portctrl:prxstat->decrypted=%x\n", pattrib->bdecrypted)); -+ } -+ -+ prtnframe=precv_frame; -+ //check is the EAPOL frame or not (Rekey) -+ //if(ether_type == eapol_type){ -+ // RT_TRACE(_module_rtl871x_recv_c_,_drv_notice_,("########portctrl:ether_type == 0x888e\n")); -+ //check Rekey -+ -+ // prtnframe=precv_frame; -+ //} -+ //else{ -+ // RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("########portctrl:ether_type=0x%04x\n", ether_type)); -+ //} -+ } -+ } -+ else -+ { -+ prtnframe=precv_frame; -+ } -+ -+_func_exit_; -+ -+ return prtnframe; -+ -+} -+ -+sint recv_decache(union recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *prxcache); -+sint recv_decache(union recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *prxcache) -+{ -+ sint tid = precv_frame->u.hdr.attrib.priority; -+ -+ u16 seq_ctrl = ( (precv_frame->u.hdr.attrib.seq_num&0xffff) << 4) | -+ (precv_frame->u.hdr.attrib.frag_num & 0xf); -+ -+_func_enter_; -+ -+ if(tid>15) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("recv_decache, (tid>15)! seq_ctrl=0x%x, tid=0x%x\n", seq_ctrl, tid)); -+ -+ return _FAIL; -+ } -+ -+ if(1)//if(bretry) -+ { -+ if(seq_ctrl == prxcache->tid_rxseq[tid]) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("recv_decache, seq_ctrl=0x%x, tid=0x%x, tid_rxseq=0x%x\n", seq_ctrl, tid, prxcache->tid_rxseq[tid])); -+ -+ return _FAIL; -+ } -+ } -+ -+ prxcache->tid_rxseq[tid] = seq_ctrl; -+ -+_func_exit_; -+ -+ return _SUCCESS; -+ -+} -+ -+void process_pwrbit_data(_adapter *padapter, union recv_frame *precv_frame); -+void process_pwrbit_data(_adapter *padapter, union recv_frame *precv_frame) -+{ -+#ifdef CONFIG_AP_MODE -+ unsigned char pwrbit; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta=NULL; -+ -+ psta = rtw_get_stainfo(pstapriv, pattrib->src); -+ -+ pwrbit = GetPwrMgt(ptr); -+ -+ if(psta) -+ { -+ if(pwrbit) -+ { -+ if(!(psta->state & WIFI_SLEEP_STATE)) -+ { -+ //psta->state |= WIFI_SLEEP_STATE; -+ //pstapriv->sta_dz_bitmap |= BIT(psta->aid); -+ -+ stop_sta_xmit(padapter, psta); -+ -+ //DBG_871X("to sleep, sta_dz_bitmap=%x\n", pstapriv->sta_dz_bitmap); -+ } -+ } -+ else -+ { -+ if(psta->state & WIFI_SLEEP_STATE) -+ { -+ //psta->state ^= WIFI_SLEEP_STATE; -+ //pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); -+ -+ wakeup_sta_to_xmit(padapter, psta); -+ -+ //DBG_871X("to wakeup, sta_dz_bitmap=%x\n", pstapriv->sta_dz_bitmap); -+ } -+ } -+ -+ } -+ -+#endif -+} -+ -+void process_wmmps_data(_adapter *padapter, union recv_frame *precv_frame); -+void process_wmmps_data(_adapter *padapter, union recv_frame *precv_frame) -+{ -+#ifdef CONFIG_AP_MODE -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta=NULL; -+ -+ psta = rtw_get_stainfo(pstapriv, pattrib->src); -+ -+ if(!psta) return; -+ -+#ifdef CONFIG_TDLS -+ if( !(psta->tdls_sta_state & TDLS_LINKED_STATE ) ) -+ { -+#endif //CONFIG_TDLS -+ -+ if(!psta->qos_option) -+ return; -+ -+ if(!(psta->qos_info&0xf)) -+ return; -+ -+#ifdef CONFIG_TDLS -+ } -+#endif //CONFIG_TDLS -+ -+ if(psta->state&WIFI_SLEEP_STATE) -+ { -+ u8 wmmps_ac=0; -+ -+ switch(pattrib->priority) -+ { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(1); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(1); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(1); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(1); -+ break; -+ } -+ -+ if(wmmps_ac) -+ { -+ if(psta->sleepq_ac_len>0) -+ { -+ //process received triggered frame -+ xmit_delivery_enabled_frames(padapter, psta); -+ } -+ else -+ { -+ //issue one qos null frame with More data bit = 0 and the EOSP bit set (=1) -+ issue_qos_nulldata(padapter, psta->hwaddr, (u16)pattrib->priority, 0, 0); -+ } -+ } -+ -+ } -+ -+ -+#endif -+ -+} -+ -+#ifdef CONFIG_TDLS -+sint OnTDLS(_adapter *adapter, union recv_frame *precv_frame) -+{ -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ sint ret = _SUCCESS; -+ u8 *paction = get_recvframe_data(precv_frame); -+ u8 category_field = 1; -+#ifdef CONFIG_WFD -+ u8 WFA_OUI[3] = { 0x50, 0x6f, 0x9a }; -+#endif /* CONFIG_WFD */ -+ struct tdls_info *ptdlsinfo = &(adapter->tdlsinfo); -+ -+ /* point to action field */ -+ paction+=pattrib->hdrlen -+ + pattrib->iv_len -+ + SNAP_SIZE -+ + ETH_TYPE_LEN -+ + PAYLOAD_TYPE_LEN -+ + category_field; -+ -+ if (ptdlsinfo->tdls_enable == _FALSE) { -+ DBG_871X("recv tdls frame, " -+ "but tdls haven't enabled\n"); -+ ret = _FAIL; -+ return ret; -+ } -+ -+ DBG_871X("[TDLS] Recv %s from "MAC_FMT"\n", rtw_tdls_action_txt(*paction), MAC_ARG(pattrib->src)); -+ -+ switch(*paction){ -+ case TDLS_SETUP_REQUEST: -+ ret=On_TDLS_Setup_Req(adapter, precv_frame); -+ break; -+ case TDLS_SETUP_RESPONSE: -+ ret=On_TDLS_Setup_Rsp(adapter, precv_frame); -+ break; -+ case TDLS_SETUP_CONFIRM: -+ ret=On_TDLS_Setup_Cfm(adapter, precv_frame); -+ break; -+ case TDLS_TEARDOWN: -+ ret=On_TDLS_Teardown(adapter, precv_frame); -+ break; -+ case TDLS_DISCOVERY_REQUEST: -+ ret=On_TDLS_Dis_Req(adapter, precv_frame); -+ break; -+ case TDLS_PEER_TRAFFIC_INDICATION: -+ ret=On_TDLS_Peer_Traffic_Indication(adapter, precv_frame); -+ break; -+ case TDLS_PEER_TRAFFIC_RESPONSE: -+ ret=On_TDLS_Peer_Traffic_Rsp(adapter, precv_frame); -+ break; -+#ifdef CONFIG_TDLS_CH_SW -+ case TDLS_CHANNEL_SWITCH_REQUEST: -+ ret=On_TDLS_Ch_Switch_Req(adapter, precv_frame); -+ break; -+ case TDLS_CHANNEL_SWITCH_RESPONSE: -+ ret=On_TDLS_Ch_Switch_Rsp(adapter, precv_frame); -+ break; -+#endif -+#ifdef CONFIG_WFD -+ /* First byte of WFA OUI */ -+ case 0x50: -+ if (_rtw_memcmp(WFA_OUI, paction, 3)) { -+ /* Probe request frame */ -+ if (*(paction + 3) == 0x04) { -+ /* WFDTDLS: for sigma test, do not setup direct link automatically */ -+ ptdlsinfo->dev_discovered = _TRUE; -+ DBG_871X("recv tunneled probe request frame\n"); -+ issue_tunneled_probe_rsp(adapter, precv_frame); -+ } -+ /* Probe response frame */ -+ if (*(paction + 3) == 0x05) { -+ /* WFDTDLS: for sigma test, do not setup direct link automatically */ -+ ptdlsinfo->dev_discovered = _TRUE; -+ DBG_871X("recv tunneled probe response frame\n"); -+ } -+ } -+ break; -+#endif /* CONFIG_WFD */ -+ default: -+ DBG_871X("receive TDLS frame %d but not support\n", *paction); -+ ret=_FAIL; -+ break; -+ } -+ -+exit: -+ return ret; -+ -+} -+#endif /* CONFIG_TDLS */ -+ -+void count_rx_stats(_adapter *padapter, union recv_frame *prframe, struct sta_info*sta); -+void count_rx_stats(_adapter *padapter, union recv_frame *prframe, struct sta_info*sta) -+{ -+ int sz; -+ struct sta_info *psta = NULL; -+ struct stainfo_stats *pstats = NULL; -+ struct rx_pkt_attrib *pattrib = & prframe->u.hdr.attrib; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ sz = get_recvframe_len(prframe); -+ precvpriv->rx_bytes += sz; -+ -+ padapter->mlmepriv.LinkDetectInfo.NumRxOkInPeriod++; -+ -+ if( (!MacAddr_isBcst(pattrib->dst)) && (!IS_MCAST(pattrib->dst))){ -+ padapter->mlmepriv.LinkDetectInfo.NumRxUnicastOkInPeriod++; -+ } -+ -+ if(sta) -+ psta = sta; -+ else -+ psta = prframe->u.hdr.psta; -+ -+ if(psta) -+ { -+ pstats = &psta->sta_stats; -+ -+ pstats->rx_data_pkts++; -+ pstats->rx_bytes += sz; -+ -+ /*record rx packets for every tid*/ -+ pstats->rx_data_qos_pkts[pattrib->priority]++; -+ -+#ifdef CONFIG_TDLS -+ if(psta->tdls_sta_state & TDLS_LINKED_STATE) -+ { -+ struct sta_info *pap_sta = NULL; -+ pap_sta = rtw_get_stainfo(&padapter->stapriv, get_bssid(&padapter->mlmepriv)); -+ if(pap_sta) -+ { -+ pstats = &pap_sta->sta_stats; -+ pstats->rx_data_pkts++; -+ pstats->rx_bytes += sz; -+ } -+ } -+#endif //CONFIG_TDLS -+ } -+ -+#ifdef CONFIG_CHECK_LEAVE_LPS -+ traffic_check_for_leave_lps(padapter, _FALSE, 0); -+#endif //CONFIG_LPS -+ -+} -+ -+sint sta2sta_data_frame( -+ _adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info**psta -+); -+sint sta2sta_data_frame( -+ _adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info**psta -+) -+{ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ sint ret = _SUCCESS; -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u8 *mybssid = get_bssid(pmlmepriv); -+ u8 *myhwaddr = adapter_mac_addr(adapter); -+ u8 * sta_addr = NULL; -+ sint bmcast = IS_MCAST(pattrib->dst); -+ -+#ifdef CONFIG_TDLS -+ struct tdls_info *ptdlsinfo = &adapter->tdlsinfo; -+#ifdef CONFIG_TDLS_CH_SW -+ struct tdls_ch_switch *pchsw_info = &ptdlsinfo->chsw_info; -+#endif -+ struct sta_info *ptdls_sta=NULL; -+ u8 *psnap_type=ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; -+ //frame body located after [+2]: ether-type, [+1]: payload type -+ u8 *pframe_body = psnap_type+2+1; -+#endif -+ -+_func_enter_; -+ -+ //DBG_871X("[%s] %d, seqnum:%d\n", __FUNCTION__, __LINE__, pattrib->seq_num); -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE)) -+ { -+ -+ // filter packets that SA is myself or multicast or broadcast -+ if (_rtw_memcmp(myhwaddr, pattrib->src, ETH_ALEN)){ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" SA==myself \n")); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ if( (!_rtw_memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast) ){ -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ if( _rtw_memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ _rtw_memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ (!_rtw_memcmp(pattrib->bssid, mybssid, ETH_ALEN)) ) { -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ sta_addr = pattrib->src; -+ -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ { -+#ifdef CONFIG_TDLS -+ -+ /* direct link data transfer */ -+ if (ptdlsinfo->link_established == _TRUE) { -+ ptdls_sta = rtw_get_stainfo(pstapriv, pattrib->src); -+ if (ptdls_sta == NULL) { -+ ret=_FAIL; -+ goto exit; -+ } else if (ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE) { -+ /* filter packets that SA is myself or multicast or broadcast */ -+ if (_rtw_memcmp(myhwaddr, pattrib->src, ETH_ALEN)) { -+ ret= _FAIL; -+ goto exit; -+ } -+ /* da should be for me */ -+ if ((!_rtw_memcmp(myhwaddr, pattrib->dst, ETH_ALEN)) && (!bmcast)) { -+ ret= _FAIL; -+ goto exit; -+ } -+ /* check BSSID */ -+ if (_rtw_memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ _rtw_memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ (!_rtw_memcmp(pattrib->bssid, mybssid, ETH_ALEN))) { -+ ret= _FAIL; -+ goto exit; -+ } -+ -+#ifdef CONFIG_TDLS_CH_SW -+ pchsw_info->ch_sw_state |= TDLS_PEER_AT_OFF_STATE; -+ -+ if(ATOMIC_READ(&pchsw_info->chsw_on) == _TRUE) { -+ if (!(pchsw_info->ch_sw_state & TDLS_PEER_AT_OFF_STATE)) { -+ DBG_871X("%s %d\n", __FUNCTION__, __LINE__); -+ issue_nulldata_to_TDLS_peer_STA(adapter, ptdls_sta->hwaddr, 0, 0, 0); -+ pchsw_info->ch_sw_state |= TDLS_PEER_AT_OFF_STATE; -+ /* On_TDLS_Peer_Traffic_Rsp(adapter, precv_frame); */ -+ } -+ } -+#endif -+ -+ /* process UAPSD tdls sta */ -+ process_pwrbit_data(adapter, precv_frame); -+ -+ /* if NULL-frame, check pwrbit */ -+ if ((GetFrameSubType(ptr) & WIFI_DATA_NULL) == WIFI_DATA_NULL) { -+ /* NULL-frame with pwrbit=1, buffer_STA should buffer frames for sleep_STA */ -+ if (GetPwrMgt(ptr)) { -+ /* it would be triggered when we are off channel and receiving NULL DATA */ -+ /* we can confirm that peer STA is at off channel */ -+ DBG_871X("TDLS: recv peer null frame with pwr bit 1\n"); -+ //ptdls_sta->tdls_sta_state|=TDLS_PEER_SLEEP_STATE; -+ } -+ -+ /* TODO: Updated BSSID's seq. */ -+ //DBG_871X("drop Null Data\n"); -+ ptdls_sta->tdls_sta_state &= ~(TDLS_WAIT_PTR_STATE); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ /* receive some of all TDLS management frames, process it at ON_TDLS */ -+ if (_rtw_memcmp(psnap_type, SNAP_ETH_TYPE_TDLS, 2)) { -+ ret= OnTDLS(adapter, precv_frame); -+ goto exit; -+ } -+ -+ if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { -+ process_wmmps_data(adapter, precv_frame); -+ } -+ -+ ptdls_sta->tdls_sta_state &= ~(TDLS_WAIT_PTR_STATE); -+ -+ } -+ -+ sta_addr = pattrib->src; -+ -+ } -+ else -+#endif /* CONFIG_TDLS */ -+ { -+ // For Station mode, sa and bssid should always be BSSID, and DA is my mac-address -+ if(!_rtw_memcmp(pattrib->bssid, pattrib->src, ETH_ALEN) ) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("bssid != TA under STATION_MODE; drop pkt\n")); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ sta_addr = pattrib->bssid; -+ } -+ -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ if (bmcast) -+ { -+ // For AP mode, if DA == MCAST, then BSSID should be also MCAST -+ if (!IS_MCAST(pattrib->bssid)){ -+ ret= _FAIL; -+ goto exit; -+ } -+ } -+ else // not mc-frame -+ { -+ // For AP mode, if DA is non-MCAST, then it must be BSSID, and bssid == BSSID -+ if(!_rtw_memcmp(pattrib->bssid, pattrib->dst, ETH_ALEN)) { -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ sta_addr = pattrib->src; -+ } -+ -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) -+ { -+ _rtw_memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ sta_addr = mybssid; -+ } -+ else -+ { -+ ret = _FAIL; -+ } -+ -+ -+ -+ if(bmcast) -+ *psta = rtw_get_bcmc_stainfo(adapter); -+ else -+ *psta = rtw_get_stainfo(pstapriv, sta_addr); // get ap_info -+ -+#ifdef CONFIG_TDLS -+ if(ptdls_sta != NULL) -+ { -+ *psta = ptdls_sta; -+ } -+#endif //CONFIG_TDLS -+ -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("can't get psta under sta2sta_data_frame ; drop pkt\n")); -+#ifdef CONFIG_MP_INCLUDED -+ if (adapter->registrypriv.mp_mode == 1) -+ { -+ if(check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) -+ adapter->mppriv.rx_pktloss++; -+ } -+#endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+exit: -+_func_exit_; -+ return ret; -+ -+} -+ -+sint ap2sta_data_frame( -+ _adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info**psta ); -+sint ap2sta_data_frame( -+ _adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info**psta ) -+{ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ sint ret = _SUCCESS; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ u8 *mybssid = get_bssid(pmlmepriv); -+ u8 *myhwaddr = adapter_mac_addr(adapter); -+ sint bmcast = IS_MCAST(pattrib->dst); -+ -+_func_enter_; -+ -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ && (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE -+ || check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE ) -+ ) -+ { -+ -+ // filter packets that SA is myself or multicast or broadcast -+ if (_rtw_memcmp(myhwaddr, pattrib->src, ETH_ALEN)){ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" SA==myself \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s SA="MAC_FMT", myhwaddr="MAC_FMT"\n", -+ __FUNCTION__, MAC_ARG(pattrib->src), MAC_ARG(myhwaddr)); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ // da should be for me -+ if((!_rtw_memcmp(myhwaddr, pattrib->dst, ETH_ALEN))&& (!bmcast)) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_, -+ (" ap2sta_data_frame: compare DA fail; DA="MAC_FMT"\n", MAC_ARG(pattrib->dst))); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s DA="MAC_FMT"\n", __func__, MAC_ARG(pattrib->dst)); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ -+ // check BSSID -+ if( _rtw_memcmp(pattrib->bssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ _rtw_memcmp(mybssid, "\x0\x0\x0\x0\x0\x0", ETH_ALEN) || -+ (!_rtw_memcmp(pattrib->bssid, mybssid, ETH_ALEN)) ) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_, -+ (" ap2sta_data_frame: compare BSSID fail ; BSSID="MAC_FMT"\n", MAC_ARG(pattrib->bssid))); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("mybssid="MAC_FMT"\n", MAC_ARG(mybssid))); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s BSSID="MAC_FMT", mybssid="MAC_FMT"\n", -+ __FUNCTION__, MAC_ARG(pattrib->bssid), MAC_ARG(mybssid)); -+ DBG_871X( "this adapter = %d, buddy adapter = %d\n", adapter->adapter_type, adapter->pbuddy_adapter->adapter_type ); -+ #endif -+ -+ if(!bmcast) -+ { -+ DBG_871X("issue_deauth to the nonassociated ap=" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->bssid)); -+ issue_deauth(adapter, pattrib->bssid, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ } -+ -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ if(bmcast) -+ *psta = rtw_get_bcmc_stainfo(adapter); -+ else -+ *psta = rtw_get_stainfo(pstapriv, pattrib->bssid); // get ap_info -+ -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("ap2sta: can't get psta under STATION_MODE ; drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s can't get psta under STATION_MODE ; drop pkt\n", __FUNCTION__); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { -+ } -+ -+ if (GetFrameSubType(ptr) & BIT(6)) { -+ /* No data, will not indicate to upper layer, temporily count it here */ -+ count_rx_stats(adapter, precv_frame, *psta); -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ -+ } -+ else if ((check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) && -+ (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) ) -+ { -+ _rtw_memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ // -+ if(adapter->mppriv.bRTWSmbCfg==_FALSE) -+ _rtw_memcpy(pattrib->bssid, mybssid, ETH_ALEN); -+ -+ -+ *psta = rtw_get_stainfo(pstapriv, pattrib->bssid); // get sta_info -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("can't get psta under MP_MODE ; drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s can't get psta under WIFI_MP_STATE ; drop pkt\n", __FUNCTION__); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ /* Special case */ -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ else -+ { -+ if(_rtw_memcmp(myhwaddr, pattrib->dst, ETH_ALEN)&& (!bmcast)) -+ { -+ *psta = rtw_get_stainfo(pstapriv, pattrib->bssid); // get sta_info -+ if (*psta == NULL) -+ { -+ -+ //for AP multicast issue , modify by yiwei -+ static u32 send_issue_deauth_time=0; -+ -+ //DBG_871X("After send deauth , %u ms has elapsed.\n", rtw_get_passing_time_ms(send_issue_deauth_time)); -+ -+ if(rtw_get_passing_time_ms(send_issue_deauth_time) > 10000 || send_issue_deauth_time == 0 ) -+ { -+ send_issue_deauth_time = rtw_get_current_time(); -+ -+ DBG_871X("issue_deauth to the ap=" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->bssid)); -+ -+ issue_deauth(adapter, pattrib->bssid, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ } -+ } -+ } -+ -+ ret = _FAIL; -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s fw_state:0x%x\n", __FUNCTION__, get_fwstate(pmlmepriv)); -+ #endif -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+ -+} -+ -+sint sta2ap_data_frame( -+ _adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info**psta ); -+sint sta2ap_data_frame( -+ _adapter *adapter, -+ union recv_frame *precv_frame, -+ struct sta_info**psta ) -+{ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ unsigned char *mybssid = get_bssid(pmlmepriv); -+ sint ret=_SUCCESS; -+ -+_func_enter_; -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ //For AP mode, RA=BSSID, TX=STA(SRC_ADDR), A3=DST_ADDR -+ if(!_rtw_memcmp(pattrib->bssid, mybssid, ETH_ALEN)) -+ { -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ *psta = rtw_get_stainfo(pstapriv, pattrib->src); -+ if (*psta == NULL) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("can't get psta under AP_MODE; drop pkt\n")); -+ DBG_871X("issue_deauth to sta=" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->src)); -+ -+ issue_deauth(adapter, pattrib->src, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ -+ process_pwrbit_data(adapter, precv_frame); -+ -+ if ((GetFrameSubType(ptr) & WIFI_QOS_DATA_TYPE) == WIFI_QOS_DATA_TYPE) { -+ process_wmmps_data(adapter, precv_frame); -+ } -+ -+ if (GetFrameSubType(ptr) & BIT(6)) { -+ /* No data, will not indicate to upper layer, temporily count it here */ -+ count_rx_stats(adapter, precv_frame, *psta); -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ } -+ else if ((check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) && -+ (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) ) -+ { -+ //DBG_871X("%s ,in WIFI_MP_STATE \n",__func__); -+ _rtw_memcpy(pattrib->dst, GetAddr1Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->src, GetAddr2Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->bssid, GetAddr3Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ // -+ if(adapter->mppriv.bRTWSmbCfg == _FALSE) -+ _rtw_memcpy(pattrib->bssid, mybssid, ETH_ALEN); -+ -+ *psta = rtw_get_stainfo(pstapriv, pattrib->bssid); // get sta_info -+ if (*psta == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("can't get psta under MP_MODE ; drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s can't get psta under WIFI_MP_STATE ; drop pkt\n", __FUNCTION__); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ } -+ else { -+ u8 *myhwaddr = adapter_mac_addr(adapter); -+ if (!_rtw_memcmp(pattrib->ra, myhwaddr, ETH_ALEN)) { -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ DBG_871X("issue_deauth to sta=" MAC_FMT " for the reason(7)\n", MAC_ARG(pattrib->src)); -+ issue_deauth(adapter, pattrib->src, WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA); -+ ret = RTW_RX_HANDLED; -+ goto exit; -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+ -+} -+ -+sint validate_recv_ctrl_frame(_adapter *padapter, union recv_frame *precv_frame); -+sint validate_recv_ctrl_frame(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *pframe = precv_frame->u.hdr.rx_data; -+ struct sta_info *psta=NULL; -+ //uint len = precv_frame->u.hdr.len; -+ -+ //DBG_871X("+validate_recv_ctrl_frame\n"); -+ -+ if (GetFrameType(pframe) != WIFI_CTRL_TYPE) -+ { -+ return _FAIL; -+ } -+ -+ //receive the frames that ra(a1) is my address -+ if (!_rtw_memcmp(GetAddr1Ptr(pframe), adapter_mac_addr(padapter), ETH_ALEN)) -+ return _FAIL; -+ -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(pframe)); -+ if (psta==NULL) -+ { -+ return _FAIL; -+ } -+ -+ //for rx pkt statistics -+ psta->sta_stats.rx_ctrl_pkts++; -+ -+ //only handle ps-poll -+ if(GetFrameSubType(pframe) == WIFI_PSPOLL) -+ { -+#ifdef CONFIG_AP_MODE -+ u16 aid; -+ u8 wmmps_ac=0; -+ -+ aid = GetAid(pframe); -+ if(psta->aid!=aid) -+ { -+ return _FAIL; -+ } -+ -+ switch(pattrib->priority) -+ { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(0); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(0); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(0); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(0); -+ break; -+ } -+ -+ if(wmmps_ac) -+ return _FAIL; -+ -+ if(psta->state & WIFI_STA_ALIVE_CHK_STATE) -+ { -+ DBG_871X("%s alive check-rx ps-poll\n", __func__); -+ psta->expire_to = pstapriv->expire_to; -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ } -+ -+ if((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) -+ { -+ _irqL irqL; -+ _list *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe=NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ //_enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ xmitframe_phead = get_list_head(&psta->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ if ((rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist)) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ rtw_list_delete(&pxmitframe->list); -+ -+ psta->sleepq_len--; -+ -+ if(psta->sleepq_len>0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ pxmitframe->attrib.triggered = 1; -+ -+ //DBG_871X("handling ps-poll, q_len=%d, tim=%x\n", psta->sleepq_len, pstapriv->tim_bitmap); -+ -+#if 0 -+ _exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ if(rtw_hal_xmit(padapter, pxmitframe) == _TRUE) -+ { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ } -+ _enter_critical_bh(&psta->sleep_q.lock, &irqL); -+#endif -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ if(psta->sleepq_len==0) -+ { -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ //DBG_871X("after handling ps-poll, tim=%x\n", pstapriv->tim_bitmap); -+ -+ //upate BCN for TIM IE -+ //update_BCNTIM(padapter); -+ update_beacon(padapter, _TIM_IE_, NULL, _TRUE); -+ } -+ -+ //_exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ } -+ else -+ { -+ //_exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ //DBG_871X("no buffered packets to xmit\n"); -+ if(pstapriv->tim_bitmap&BIT(psta->aid)) -+ { -+ if(psta->sleepq_len==0) -+ { -+ DBG_871X("no buffered packets to xmit\n"); -+ -+ //issue nulldata with More data bit = 0 to indicate we have no buffered packets -+ issue_nulldata_in_interrupt(padapter, psta->hwaddr, 0); -+ } -+ else -+ { -+ DBG_871X("error!psta->sleepq_len=%d\n", psta->sleepq_len); -+ psta->sleepq_len=0; -+ } -+ -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ //upate BCN for TIM IE -+ //update_BCNTIM(padapter); -+ update_beacon(padapter, _TIM_IE_, NULL, _TRUE); -+ } -+ } -+ } -+#endif //CONFIG_AP_MODE -+ } -+ else if(GetFrameSubType(pframe) == WIFI_NDPA) { -+#ifdef CONFIG_BEAMFORMING -+ beamforming_get_ndpa_frame(padapter, precv_frame); -+#endif/*CONFIG_BEAMFORMING*/ -+ } -+ -+ return _FAIL; -+ -+} -+ -+union recv_frame* recvframe_chk_defrag(PADAPTER padapter, union recv_frame *precv_frame); -+sint validate_recv_mgnt_frame(PADAPTER padapter, union recv_frame *precv_frame); -+sint validate_recv_mgnt_frame(PADAPTER padapter, union recv_frame *precv_frame) -+{ -+ //struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("+validate_recv_mgnt_frame\n")); -+ -+#if 0 -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+#ifdef CONFIG_NATIVEAP_MLME -+ mgt_dispatcher(padapter, precv_frame); -+#else -+ rtw_hostapd_mlme_rx(padapter, precv_frame); -+#endif -+ } -+ else -+ { -+ mgt_dispatcher(padapter, precv_frame); -+ } -+#endif -+ -+ precv_frame = recvframe_chk_defrag(padapter, precv_frame); -+ if (precv_frame == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_,("%s: fragment packet\n",__FUNCTION__)); -+ return _SUCCESS; -+ } -+ -+ { -+ //for rx pkt statistics -+ struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(precv_frame->u.hdr.rx_data)); -+ if (psta) { -+ psta->sta_stats.rx_mgnt_pkts++; -+ if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_BEACON) -+ psta->sta_stats.rx_beacon_pkts++; -+ else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBEREQ) -+ psta->sta_stats.rx_probereq_pkts++; -+ else if (GetFrameSubType(precv_frame->u.hdr.rx_data) == WIFI_PROBERSP) { -+ if (_rtw_memcmp(adapter_mac_addr(padapter), GetAddr1Ptr(precv_frame->u.hdr.rx_data), ETH_ALEN) == _TRUE) -+ psta->sta_stats.rx_probersp_pkts++; -+ else if (is_broadcast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data)) -+ || is_multicast_mac_addr(GetAddr1Ptr(precv_frame->u.hdr.rx_data))) -+ psta->sta_stats.rx_probersp_bm_pkts++; -+ else -+ psta->sta_stats.rx_probersp_uo_pkts++; -+ } -+ } -+ } -+ -+#ifdef CONFIG_INTEL_PROXIM -+ if(padapter->proximity.proxim_on==_TRUE) -+ { -+ struct rx_pkt_attrib * pattrib=&precv_frame->u.hdr.attrib; -+ struct recv_stat* prxstat=( struct recv_stat * ) precv_frame->u.hdr.rx_head ; -+ u8 * pda,*psa,*pbssid,*ptr; -+ ptr=precv_frame->u.hdr.rx_data; -+ pda = get_da(ptr); -+ psa = get_sa(ptr); -+ pbssid = get_hdr_bssid(ptr); -+ -+ -+ _rtw_memcpy(pattrib->dst, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, psa, ETH_ALEN); -+ -+ _rtw_memcpy(pattrib->bssid, pbssid, ETH_ALEN); -+ -+ switch(pattrib->to_fr_ds) -+ { -+ case 0: -+ _rtw_memcpy(pattrib->ra, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, psa, ETH_ALEN); -+ break; -+ -+ case 1: -+ _rtw_memcpy(pattrib->ra, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pbssid, ETH_ALEN); -+ break; -+ -+ case 2: -+ _rtw_memcpy(pattrib->ra, pbssid, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, psa, ETH_ALEN); -+ break; -+ -+ case 3: -+ _rtw_memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" case 3\n")); -+ break; -+ -+ default: -+ break; -+ -+ } -+ pattrib->priority=0; -+ pattrib->hdrlen = pattrib->to_fr_ds==3 ? 30 : 24; -+ -+ padapter->proximity.proxim_rx(padapter,precv_frame); -+ } -+#endif -+ mgt_dispatcher(padapter, precv_frame); -+ -+ return _SUCCESS; -+ -+} -+ -+sint validate_recv_data_frame(_adapter *adapter, union recv_frame *precv_frame); -+sint validate_recv_data_frame(_adapter *adapter, union recv_frame *precv_frame) -+{ -+ u8 bretry; -+ u8 *psa, *pda, *pbssid; -+ struct sta_info *psta = NULL; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ sint ret = _SUCCESS; -+ -+_func_enter_; -+ -+ bretry = GetRetry(ptr); -+ pda = get_da(ptr); -+ psa = get_sa(ptr); -+ pbssid = get_hdr_bssid(ptr); -+ -+ if(pbssid == NULL){ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s pbssid == NULL\n", __func__); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ _rtw_memcpy(pattrib->dst, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, psa, ETH_ALEN); -+ -+ _rtw_memcpy(pattrib->bssid, pbssid, ETH_ALEN); -+ -+ switch(pattrib->to_fr_ds) -+ { -+ case 0: -+ _rtw_memcpy(pattrib->ra, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, psa, ETH_ALEN); -+ ret = sta2sta_data_frame(adapter, precv_frame, &psta); -+ break; -+ -+ case 1: -+ _rtw_memcpy(pattrib->ra, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pbssid, ETH_ALEN); -+ ret = ap2sta_data_frame(adapter, precv_frame, &psta); -+ break; -+ -+ case 2: -+ _rtw_memcpy(pattrib->ra, pbssid, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, psa, ETH_ALEN); -+ ret = sta2ap_data_frame(adapter, precv_frame, &psta); -+ break; -+ -+ case 3: -+ _rtw_memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); -+ ret =_FAIL; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" case 3\n")); -+ break; -+ -+ default: -+ ret =_FAIL; -+ break; -+ -+ } -+ -+ if(ret ==_FAIL){ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s case:%d, res:%d\n", __FUNCTION__, pattrib->to_fr_ds, ret); -+ #endif -+ goto exit; -+ } else if (ret == RTW_RX_HANDLED) { -+ goto exit; -+ } -+ -+ -+ if(psta==NULL){ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" after to_fr_ds_chk; psta==NULL \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s psta == NULL\n", __func__); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ //psta->rssi = prxcmd->rssi; -+ //psta->signal_quality= prxcmd->sq; -+ precv_frame->u.hdr.psta = psta; -+ -+ -+ pattrib->amsdu=0; -+ pattrib->ack_policy = 0; -+ //parsing QC field -+ if(pattrib->qos == 1) -+ { -+ pattrib->priority = GetPriority((ptr + 24)); -+ pattrib->ack_policy = GetAckpolicy((ptr + 24)); -+ pattrib->amsdu = GetAMsdu((ptr + 24)); -+ pattrib->hdrlen = pattrib->to_fr_ds==3 ? 32 : 26; -+ -+ if(pattrib->priority!=0 && pattrib->priority!=3) -+ adapter->recvpriv.bIsAnyNonBEPkts = _TRUE; -+ else -+ adapter->recvpriv.bIsAnyNonBEPkts = _FALSE; -+ } -+ else -+ { -+ pattrib->priority=0; -+ pattrib->hdrlen = pattrib->to_fr_ds==3 ? 30 : 24; -+ } -+ -+ -+ if(pattrib->order)//HT-CTRL 11n -+ { -+ pattrib->hdrlen += 4; -+ } -+ -+ precv_frame->u.hdr.preorder_ctrl = &psta->recvreorder_ctrl[pattrib->priority]; -+ -+ // decache, drop duplicate recv packets -+ if(recv_decache(precv_frame, bretry, &psta->sta_recvpriv.rxcache) == _FAIL) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("decache : drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s recv_decache return _FAIL\n", __func__); -+ #endif -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ if(pattrib->privacy){ -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("validate_recv_data_frame:pattrib->privacy=%x\n", pattrib->privacy)); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n ^^^^^^^^^^^IS_MCAST(pattrib->ra(0x%02x))=%d^^^^^^^^^^^^^^^6\n", pattrib->ra[0],IS_MCAST(pattrib->ra))); -+ -+#ifdef CONFIG_TDLS -+ if((psta->tdls_sta_state & TDLS_LINKED_STATE) && (psta->dot118021XPrivacy==_AES_)) -+ { -+ pattrib->encrypt=psta->dot118021XPrivacy; -+ } -+ else -+#endif //CONFIG_TDLS -+ GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, IS_MCAST(pattrib->ra)); -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n pattrib->encrypt=%d\n",pattrib->encrypt)); -+ -+ SET_ICE_IV_LEN(pattrib->iv_len, pattrib->icv_len, pattrib->encrypt); -+ } -+ else -+ { -+ pattrib->encrypt = 0; -+ pattrib->iv_len = pattrib->icv_len = 0; -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+#ifdef CONFIG_IEEE80211W -+static sint validate_80211w_mgmt(_adapter *adapter, union recv_frame *precv_frame) -+{ -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ u8 type; -+ u8 subtype; -+ -+ type = GetFrameType(ptr); -+ subtype = GetFrameSubType(ptr); //bit(7)~bit(2) -+ -+ if (adapter->securitypriv.binstallBIPkey == _TRUE) -+ { -+ //unicast management frame decrypt -+ if(pattrib->privacy && !(IS_MCAST(GetAddr1Ptr(ptr))) && -+ (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || subtype == WIFI_ACTION)) -+ { -+ u8 *ppp, *mgmt_DATA; -+ u32 data_len=0; -+ ppp = GetAddr2Ptr(ptr); -+ -+ pattrib->bdecrypted = 0; -+ pattrib->encrypt = _AES_; -+ pattrib->hdrlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ //set iv and icv length -+ SET_ICE_IV_LEN(pattrib->iv_len, pattrib->icv_len, pattrib->encrypt); -+ _rtw_memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); -+ //actual management data frame body -+ data_len = pattrib->pkt_len - pattrib->hdrlen - pattrib->iv_len - pattrib->icv_len; -+ mgmt_DATA = rtw_zmalloc(data_len); -+ if(mgmt_DATA == NULL) -+ { -+ DBG_871X("%s mgmt allocate fail !!!!!!!!!\n", __FUNCTION__); -+ goto validate_80211w_fail; -+ } -+ /* //dump the packet content before decrypt -+ { -+ int pp; -+ printk("pattrib->pktlen = %d =>", pattrib->pkt_len); -+ for(pp=0;pp< pattrib->pkt_len; pp++) -+ printk(" %02x ", ptr[pp]); -+ printk("\n"); -+ }*/ -+ -+ precv_frame = decryptor(adapter, precv_frame); -+ //save actual management data frame body -+ _rtw_memcpy(mgmt_DATA, ptr+pattrib->hdrlen+pattrib->iv_len, data_len); -+ //overwrite the iv field -+ _rtw_memcpy(ptr+pattrib->hdrlen, mgmt_DATA, data_len); -+ //remove the iv and icv length -+ pattrib->pkt_len = pattrib->pkt_len - pattrib->iv_len - pattrib->icv_len; -+ rtw_mfree(mgmt_DATA, data_len); -+ /* //print packet content after decryption -+ { -+ int pp; -+ printk("after decryption pattrib->pktlen = %d @@=>", pattrib->pkt_len); -+ for(pp=0;pp< pattrib->pkt_len; pp++) -+ printk(" %02x ", ptr[pp]); -+ printk("\n"); -+ }*/ -+ if(!precv_frame) -+ { -+ DBG_871X("%s mgmt descrypt fail !!!!!!!!!\n", __FUNCTION__); -+ goto validate_80211w_fail; -+ } -+ } -+ else if(IS_MCAST(GetAddr1Ptr(ptr)) && -+ (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC)) -+ { -+ sint BIP_ret = _SUCCESS; -+ //verify BIP MME IE of broadcast/multicast de-auth/disassoc packet -+ BIP_ret = rtw_BIP_verify(adapter, (u8 * )precv_frame); -+ if(BIP_ret == _FAIL) -+ { -+ //DBG_871X("802.11w BIP verify fail\n"); -+ goto validate_80211w_fail; -+ } -+ else if(BIP_ret == RTW_RX_HANDLED) -+ { -+ DBG_871X("802.11w recv none protected packet\n"); -+ //drop pkt, don't issue sa query request -+ /* issue_action_SA_Query(adapter, NULL, 0, 0, 0); */ -+ goto validate_80211w_fail; -+ } -+ }//802.11w protect -+ else -+ { -+ psta = rtw_get_stainfo(pstapriv, GetAddr2Ptr(ptr)); -+ -+ if (subtype == WIFI_ACTION && psta && psta->bpairwise_key_installed == _TRUE) { -+ //according 802.11-2012 standard, these five types are not robust types -+ if( ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_PUBLIC && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_HT && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_UNPROTECTED_WNM && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_SELF_PROTECTED && -+ ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_P2P) -+ { -+ DBG_871X("action frame category=%d should robust\n", ptr[WLAN_HDR_A3_LEN]); -+ goto validate_80211w_fail; -+ } -+ } -+ else if(subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC) -+ { -+ unsigned short reason; -+ reason = le16_to_cpu(*(unsigned short *)(ptr + WLAN_HDR_A3_LEN)); -+ DBG_871X("802.11w recv none protected packet, reason=%d\n", reason); -+ if(reason == 6 || reason == 7) -+ { -+ //issue sa query request -+ issue_action_SA_Query(adapter, NULL, 0, 0, IEEE80211W_RIGHT_KEY); -+ } -+ goto validate_80211w_fail; -+ } -+ } -+ } -+ return _SUCCESS; -+ -+validate_80211w_fail: -+ return _FAIL; -+ -+} -+#endif //CONFIG_IEEE80211W -+ -+static inline void dump_rx_packet(u8 *ptr) -+{ -+ int i; -+ -+ DBG_871X("############################# \n"); -+ for(i=0; i<64;i=i+8) -+ DBG_871X("%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:\n", *(ptr+i), -+ *(ptr+i+1), *(ptr+i+2) ,*(ptr+i+3) ,*(ptr+i+4),*(ptr+i+5), *(ptr+i+6), *(ptr+i+7)); -+ DBG_871X("############################# \n"); -+} -+ -+sint validate_recv_frame(_adapter *adapter, union recv_frame *precv_frame); -+sint validate_recv_frame(_adapter *adapter, union recv_frame *precv_frame) -+{ -+ //shall check frame subtype, to / from ds, da, bssid -+ -+ //then call check if rx seq/frag. duplicated. -+ -+ u8 type; -+ u8 subtype; -+ sint retval = _SUCCESS; -+ -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ u8 ver =(unsigned char) (*ptr)&0x3 ; -+#ifdef CONFIG_FIND_BEST_CHANNEL -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+#endif -+ -+#ifdef CONFIG_TDLS -+ struct tdls_info *ptdlsinfo = &adapter->tdlsinfo; -+#endif //CONFIG_TDLS -+#ifdef CONFIG_WAPI_SUPPORT -+ PRT_WAPI_T pWapiInfo = &adapter->wapiInfo; -+ struct recv_frame_hdr *phdr = &precv_frame->u.hdr; -+ u8 wai_pkt = 0; -+ u16 sc; -+ u8 external_len = 0; -+#endif -+ -+_func_enter_; -+ -+#ifdef CONFIG_FIND_BEST_CHANNEL -+ if (pmlmeext->sitesurvey_res.state == SCAN_PROCESS) { -+ int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); -+ if (ch_set_idx >= 0) -+ pmlmeext->channel_set[ch_set_idx].rx_count++; -+ } -+#endif -+ -+#ifdef CONFIG_TDLS -+ if(ptdlsinfo->ch_sensing==1 && ptdlsinfo->cur_channel !=0){ -+ ptdlsinfo->collect_pkt_num[ptdlsinfo->cur_channel-1]++; -+ } -+#endif //CONFIG_TDLS -+ -+#ifdef RTK_DMP_PLATFORM -+ if ( 0 ) -+ { -+ DBG_871X("++\n"); -+ { -+ int i; -+ for(i=0; i<64;i=i+8) -+ DBG_871X("%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:", *(ptr+i), -+ *(ptr+i+1), *(ptr+i+2) ,*(ptr+i+3) ,*(ptr+i+4),*(ptr+i+5), *(ptr+i+6), *(ptr+i+7)); -+ -+ } -+ DBG_871X("--\n"); -+ } -+#endif //RTK_DMP_PLATFORM -+ -+ //add version chk -+ if(ver!=0){ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("validate_recv_data_frame fail! (ver!=0)\n")); -+ retval= _FAIL; -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_ver_err); -+ goto exit; -+ } -+ -+ type = GetFrameType(ptr); -+ subtype = GetFrameSubType(ptr); //bit(7)~bit(2) -+ -+ pattrib->to_fr_ds = get_tofr_ds(ptr); -+ -+ pattrib->frag_num = GetFragNum(ptr); -+ pattrib->seq_num = GetSequence(ptr); -+ -+ pattrib->pw_save = GetPwrMgt(ptr); -+ pattrib->mfrag = GetMFrag(ptr); -+ pattrib->mdata = GetMData(ptr); -+ pattrib->privacy = GetPrivacy(ptr); -+ pattrib->order = GetOrder(ptr); -+#ifdef CONFIG_WAPI_SUPPORT -+ sc = (pattrib->seq_num<<4) | pattrib->frag_num; -+#endif -+ -+#if 1 //Dump rx packets -+{ -+ u8 bDumpRxPkt; -+ rtw_hal_get_def_var(adapter, HAL_DEF_DBG_DUMP_RXPKT, &(bDumpRxPkt)); -+ if (bDumpRxPkt == 1) //dump all rx packets -+ dump_rx_packet(ptr); -+ else if ((bDumpRxPkt == 2) && (type == WIFI_MGT_TYPE)) -+ dump_rx_packet(ptr); -+ else if ((bDumpRxPkt == 3) && (type == WIFI_DATA_TYPE)) -+ dump_rx_packet(ptr); -+} -+#endif -+ switch (type) -+ { -+ case WIFI_MGT_TYPE: //mgnt -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_mgmt); -+#ifdef CONFIG_IEEE80211W -+ if(validate_80211w_mgmt(adapter, precv_frame) == _FAIL) -+ { -+ retval = _FAIL; -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_mgmt_err_80211w); -+ break; -+ } -+#endif //CONFIG_IEEE80211W -+ -+ retval = validate_recv_mgnt_frame(adapter, precv_frame); -+ if (retval == _FAIL) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("validate_recv_mgnt_frame fail\n")); -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_mgmt_err); -+ } -+ retval = _FAIL; // only data frame return _SUCCESS -+ break; -+ case WIFI_CTRL_TYPE: //ctrl -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_ctrl); -+ retval = validate_recv_ctrl_frame(adapter, precv_frame); -+ if (retval == _FAIL) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("validate_recv_ctrl_frame fail\n")); -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_ctrl_err); -+ } -+ retval = _FAIL; // only data frame return _SUCCESS -+ break; -+ case WIFI_DATA_TYPE: //data -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data); -+#ifdef CONFIG_WAPI_SUPPORT -+ if(pattrib->qos) -+ external_len = 2; -+ else -+ external_len= 0; -+ -+ wai_pkt = rtw_wapi_is_wai_packet(adapter,ptr); -+ -+ phdr->bIsWaiPacket = wai_pkt; -+ -+ if(wai_pkt !=0){ -+ if(sc != adapter->wapiInfo.wapiSeqnumAndFragNum) -+ { -+ adapter->wapiInfo.wapiSeqnumAndFragNum = sc; -+ } -+ else -+ { -+ retval = _FAIL; -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data_wapi_seq_err); -+ break; -+ } -+ } -+ else{ -+ -+ if(rtw_wapi_drop_for_key_absent(adapter,GetAddr2Ptr(ptr))){ -+ retval=_FAIL; -+ WAPI_TRACE(WAPI_RX,"drop for key absent for rx \n"); -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data_wapi_key_err); -+ break; -+ } -+ } -+ -+#endif -+ -+ pattrib->qos = (subtype & BIT(7))? 1:0; -+ retval = validate_recv_data_frame(adapter, precv_frame); -+ if (retval == _FAIL) -+ { -+ struct recv_priv *precvpriv = &adapter->recvpriv; -+ //RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("validate_recv_data_frame fail\n")); -+ precvpriv->rx_drop++; -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data_err); -+ } -+ else if (retval == _SUCCESS) -+ { -+#ifdef DBG_RX_DUMP_EAP -+ u8 bDumpRxPkt; -+ u16 eth_type; -+ -+ // dump eapol -+ rtw_hal_get_def_var(adapter, HAL_DEF_DBG_DUMP_RXPKT, &(bDumpRxPkt)); -+ // get ether_type -+ _rtw_memcpy(ð_type, ptr + pattrib->hdrlen + pattrib->iv_len + LLC_HEADER_SIZE, 2); -+ eth_type = ntohs((unsigned short) eth_type); -+ if ((bDumpRxPkt == 4) && (eth_type == 0x888e)) -+ dump_rx_packet(ptr); -+#endif -+ } -+ else -+ { -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_data_handled); -+ } -+ break; -+ default: -+ DBG_COUNTER(adapter->rx_logs.core_rx_pre_unknown); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("validate_recv_data_frame fail! type=0x%x\n", type)); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME validate_recv_data_frame fail! type=0x%x\n", type); -+ #endif -+ retval = _FAIL; -+ break; -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return retval; -+} -+ -+ -+//remove the wlanhdr and add the eth_hdr -+#if 1 -+ -+sint wlanhdr_to_ethhdr ( union recv_frame *precvframe); -+sint wlanhdr_to_ethhdr ( union recv_frame *precvframe) -+{ -+ sint rmv_len; -+ u16 eth_type, len; -+ u8 bsnaphdr; -+ u8 *psnap_type; -+ struct ieee80211_snap_hdr *psnap; -+ -+ sint ret=_SUCCESS; -+ _adapter *adapter =precvframe->u.hdr.adapter; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+ u8 *ptr = get_recvframe_data(precvframe) ; // point to frame_ctrl field -+ struct rx_pkt_attrib *pattrib = & precvframe->u.hdr.attrib; -+ -+_func_enter_; -+ -+ if(pattrib->encrypt){ -+ recvframe_pull_tail(precvframe, pattrib->icv_len); -+ } -+ -+ psnap=(struct ieee80211_snap_hdr *)(ptr+pattrib->hdrlen + pattrib->iv_len); -+ psnap_type=ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; -+ /* convert hdr + possible LLC headers into Ethernet header */ -+ //eth_type = (psnap_type[0] << 8) | psnap_type[1]; -+ if((_rtw_memcmp(psnap, rtw_rfc1042_header, SNAP_SIZE) && -+ (_rtw_memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) == _FALSE) && -+ (_rtw_memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2)==_FALSE) )|| -+ //eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || -+ _rtw_memcmp(psnap, rtw_bridge_tunnel_header, SNAP_SIZE)){ -+ /* remove RFC1042 or Bridge-Tunnel encapsulation and replace EtherType */ -+ bsnaphdr = _TRUE; -+ } -+ else { -+ /* Leave Ethernet header part of hdr and full payload */ -+ bsnaphdr = _FALSE; -+ } -+ -+ rmv_len = pattrib->hdrlen + pattrib->iv_len +(bsnaphdr?SNAP_SIZE:0); -+ len = precvframe->u.hdr.len - rmv_len; -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n===pattrib->hdrlen: %x, pattrib->iv_len:%x ===\n\n", pattrib->hdrlen, pattrib->iv_len)); -+ -+ _rtw_memcpy(ð_type, ptr+rmv_len, 2); -+ eth_type= ntohs((unsigned short )eth_type); //pattrib->ether_type -+ pattrib->eth_type = eth_type; -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if (0x8899 == pattrib->eth_type) -+ { -+ struct sta_info *psta = precvframe->u.hdr.psta; -+ -+ DBG_871X("wlan rx: got eth_type=0x%x\n", pattrib->eth_type); -+ -+ if (psta && psta->isrc && psta->pid>0) -+ { -+ u16 rx_pid; -+ -+ rx_pid = *(u16*)(ptr+rmv_len+2); -+ -+ DBG_871X("wlan rx(pid=0x%x): sta("MAC_FMT") pid=0x%x\n", -+ rx_pid, MAC_ARG(psta->hwaddr), psta->pid); -+ -+ if(rx_pid == psta->pid) -+ { -+ int i; -+ u16 len = *(u16*)(ptr+rmv_len+4); -+ //u16 ctrl_type = *(u16*)(ptr+rmv_len+6); -+ -+ //DBG_871X("RC: len=0x%x, ctrl_type=0x%x\n", len, ctrl_type); -+ DBG_871X("RC: len=0x%x\n", len); -+ -+ for(i=0;idst, ETH_ALEN); -+ _rtw_memcpy(ptr+ETH_ALEN, pattrib->src, ETH_ALEN); -+ -+ if(!bsnaphdr) { -+ len = htons(len); -+ _rtw_memcpy(ptr+12, &len, 2); -+ } -+ } -+ -+exiting: -+_func_exit_; -+ return ret; -+ -+} -+ -+#else -+ -+sint wlanhdr_to_ethhdr ( union recv_frame *precvframe) -+{ -+ sint rmv_len; -+ u16 eth_type; -+ u8 bsnaphdr; -+ u8 *psnap_type; -+ struct ieee80211_snap_hdr *psnap; -+ -+ sint ret=_SUCCESS; -+ _adapter *adapter =precvframe->u.hdr.adapter; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+ u8* ptr = get_recvframe_data(precvframe) ; // point to frame_ctrl field -+ struct rx_pkt_attrib *pattrib = & precvframe->u.hdr.attrib; -+ struct _vlan *pvlan = NULL; -+ -+_func_enter_; -+ -+ psnap=(struct ieee80211_snap_hdr *)(ptr+pattrib->hdrlen + pattrib->iv_len); -+ psnap_type=ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; -+ if (psnap->dsap==0xaa && psnap->ssap==0xaa && psnap->ctrl==0x03) -+ { -+ if (_rtw_memcmp(psnap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN)) -+ bsnaphdr=_TRUE;//wlan_pkt_format = WLAN_PKT_FORMAT_SNAP_RFC1042; -+ else if (_rtw_memcmp(psnap->oui, SNAP_HDR_APPLETALK_DDP, WLAN_IEEE_OUI_LEN) && -+ _rtw_memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_DDP, 2) ) -+ bsnaphdr=_TRUE; //wlan_pkt_format = WLAN_PKT_FORMAT_APPLETALK; -+ else if (_rtw_memcmp( psnap->oui, oui_8021h, WLAN_IEEE_OUI_LEN)) -+ bsnaphdr=_TRUE; //wlan_pkt_format = WLAN_PKT_FORMAT_SNAP_TUNNEL; -+ else { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("drop pkt due to invalid frame format!\n")); -+ ret= _FAIL; -+ goto exit; -+ } -+ -+ } else -+ bsnaphdr=_FALSE;//wlan_pkt_format = WLAN_PKT_FORMAT_OTHERS; -+ -+ rmv_len = pattrib->hdrlen + pattrib->iv_len +(bsnaphdr?SNAP_SIZE:0); -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("===pattrib->hdrlen: %x, pattrib->iv_len:%x ===\n", pattrib->hdrlen, pattrib->iv_len)); -+ -+ if (check_fwstate(pmlmepriv, WIFI_MP_STATE) == _TRUE) -+ { -+ ptr += rmv_len ; -+ *ptr = 0x87; -+ *(ptr+1) = 0x12; -+ -+ //back to original pointer -+ ptr -= rmv_len; -+ } -+ -+ ptr += rmv_len ; -+ -+ _rtw_memcpy(ð_type, ptr, 2); -+ eth_type= ntohs((unsigned short )eth_type); //pattrib->ether_type -+ ptr +=2; -+ -+ if(pattrib->encrypt){ -+ recvframe_pull_tail(precvframe, pattrib->icv_len); -+ } -+ -+ if(eth_type == 0x8100) //vlan -+ { -+ pvlan = (struct _vlan *) ptr; -+ -+ //eth_type = get_vlan_encap_proto(pvlan); -+ //eth_type = pvlan->h_vlan_encapsulated_proto;//? -+ rmv_len += 4; -+ ptr+=4; -+ } -+ -+ if(eth_type==0x0800)//ip -+ { -+ //struct iphdr* piphdr = (struct iphdr*) ptr; -+ //__u8 tos = (unsigned char)(pattrib->priority & 0xff); -+ -+ //piphdr->tos = tos; -+ -+ //if (piphdr->protocol == 0x06) -+ //{ -+ // RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("@@@===recv tcp len:%d @@@===\n", precvframe->u.hdr.len)); -+ //} -+ } -+ else if(eth_type==0x8712)// append rx status for mp test packets -+ { -+ //ptr -= 16; -+ //_rtw_memcpy(ptr, get_rxmem(precvframe), 16); -+ } -+ else -+ { -+#ifdef PLATFORM_OS_XP -+ NDIS_PACKET_8021Q_INFO VlanPriInfo; -+ UINT32 UserPriority = precvframe->u.hdr.attrib.priority; -+ UINT32 VlanID = (pvlan!=NULL ? get_vlan_id(pvlan) : 0 ); -+ -+ VlanPriInfo.Value = // Get current value. -+ NDIS_PER_PACKET_INFO_FROM_PACKET(precvframe->u.hdr.pkt, Ieee8021QInfo); -+ -+ VlanPriInfo.TagHeader.UserPriority = UserPriority; -+ VlanPriInfo.TagHeader.VlanId = VlanID ; -+ -+ VlanPriInfo.TagHeader.CanonicalFormatId = 0; // Should be zero. -+ VlanPriInfo.TagHeader.Reserved = 0; // Should be zero. -+ NDIS_PER_PACKET_INFO_FROM_PACKET(precvframe->u.hdr.pkt, Ieee8021QInfo) = VlanPriInfo.Value; -+#endif -+ } -+ -+ if(eth_type==0x8712)// append rx status for mp test packets -+ { -+ ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+2)-24); -+ _rtw_memcpy(ptr, get_rxmem(precvframe), 24); -+ ptr+=24; -+ } -+ else -+ ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+2)); -+ -+ _rtw_memcpy(ptr, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(ptr+ETH_ALEN, pattrib->src, ETH_ALEN); -+ -+ eth_type = htons((unsigned short)eth_type) ; -+ _rtw_memcpy(ptr+12, ð_type, 2); -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+} -+#endif -+ -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+#ifdef PLATFORM_LINUX -+static void recvframe_expand_pkt( -+ PADAPTER padapter, -+ union recv_frame *prframe) -+{ -+ struct recv_frame_hdr *pfhdr; -+ _pkt *ppkt; -+ u8 shift_sz; -+ u32 alloc_sz; -+ u8 *ptr; -+ -+ -+ pfhdr = &prframe->u.hdr; -+ -+ // 6 is for IP header 8 bytes alignment in QoS packet case. -+ if (pfhdr->attrib.qos) -+ shift_sz = 6; -+ else -+ shift_sz = 0; -+ -+ // for first fragment packet, need to allocate -+ // (1536 + RXDESC_SIZE + drvinfo_sz) to reassemble packet -+ // 8 is for skb->data 8 bytes alignment. -+// alloc_sz = _RND(1536 + RXDESC_SIZE + pfhdr->attrib.drvinfosize + shift_sz + 8, 128); -+ alloc_sz = 1664; // round (1536 + 24 + 32 + shift_sz + 8) to 128 bytes alignment -+ -+ //3 1. alloc new skb -+ // prepare extra space for 4 bytes alignment -+ ppkt = rtw_skb_alloc(alloc_sz); -+ -+ if (!ppkt) return; // no way to expand -+ -+ //3 2. Prepare new skb to replace & release old skb -+ // force ppkt->data at 8-byte alignment address -+ skb_reserve(ppkt, 8 - ((SIZE_PTR)ppkt->data & 7)); -+ // force ip_hdr at 8-byte alignment address according to shift_sz -+ skb_reserve(ppkt, shift_sz); -+ -+ // copy data to new pkt -+ ptr = skb_put(ppkt, pfhdr->len); -+ if (ptr) -+ _rtw_memcpy(ptr, pfhdr->rx_data, pfhdr->len); -+ -+ rtw_skb_free(pfhdr->pkt); -+ -+ // attach new pkt to recvframe -+ pfhdr->pkt = ppkt; -+ pfhdr->rx_head = ppkt->head; -+ pfhdr->rx_data = ppkt->data; -+ pfhdr->rx_tail = skb_tail_pointer(ppkt); -+ pfhdr->rx_end = skb_end_pointer(ppkt); -+} -+#else -+#warning "recvframe_expand_pkt not implement, defrag may crash system" -+#endif -+#endif -+ -+//perform defrag -+union recv_frame * recvframe_defrag(_adapter *adapter,_queue *defrag_q); -+union recv_frame * recvframe_defrag(_adapter *adapter,_queue *defrag_q) -+{ -+ _list *plist, *phead; -+ u8 *data,wlanhdr_offset; -+ u8 curfragnum; -+ struct recv_frame_hdr *pfhdr,*pnfhdr; -+ union recv_frame* prframe, *pnextrframe; -+ _queue *pfree_recv_queue; -+ -+_func_enter_; -+ -+ curfragnum=0; -+ pfree_recv_queue=&adapter->recvpriv.free_recv_queue; -+ -+ phead = get_list_head(defrag_q); -+ plist = get_next(phead); -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pfhdr=&prframe->u.hdr; -+ rtw_list_delete(&(prframe->u.list)); -+ -+ if(curfragnum!=pfhdr->attrib.frag_num) -+ { -+ //the first fragment number must be 0 -+ //free the whole queue -+ rtw_free_recvframe(prframe, pfree_recv_queue); -+ rtw_free_recvframe_queue(defrag_q, pfree_recv_queue); -+ -+ return NULL; -+ } -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+#ifndef CONFIG_SDIO_RX_COPY -+ recvframe_expand_pkt(adapter, prframe); -+#endif -+#endif -+ -+ curfragnum++; -+ -+ plist= get_list_head(defrag_q); -+ -+ plist = get_next(plist); -+ -+ data=get_recvframe_data(prframe); -+ -+ while(rtw_end_of_queue_search(phead, plist) == _FALSE) -+ { -+ pnextrframe = LIST_CONTAINOR(plist, union recv_frame , u); -+ pnfhdr=&pnextrframe->u.hdr; -+ -+ -+ //check the fragment sequence (2nd ~n fragment frame) -+ -+ if(curfragnum!=pnfhdr->attrib.frag_num) -+ { -+ //the fragment number must be increasing (after decache) -+ //release the defrag_q & prframe -+ rtw_free_recvframe(prframe, pfree_recv_queue); -+ rtw_free_recvframe_queue(defrag_q, pfree_recv_queue); -+ return NULL; -+ } -+ -+ curfragnum++; -+ -+ //copy the 2nd~n fragment frame's payload to the first fragment -+ //get the 2nd~last fragment frame's payload -+ -+ wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; -+ -+ recvframe_pull(pnextrframe, wlanhdr_offset); -+ -+ //append to first fragment frame's tail (if privacy frame, pull the ICV) -+ recvframe_pull_tail(prframe, pfhdr->attrib.icv_len); -+ -+ //memcpy -+ _rtw_memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); -+ -+ recvframe_put(prframe, pnfhdr->len); -+ -+ pfhdr->attrib.icv_len=pnfhdr->attrib.icv_len; -+ plist = get_next(plist); -+ -+ }; -+ -+ //free the defrag_q queue and return the prframe -+ rtw_free_recvframe_queue(defrag_q, pfree_recv_queue); -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("Performance defrag!!!!!\n")); -+ -+_func_exit_; -+ -+ return prframe; -+} -+ -+//check if need to defrag, if needed queue the frame to defrag_q -+union recv_frame* recvframe_chk_defrag(PADAPTER padapter, union recv_frame *precv_frame) -+{ -+ u8 ismfrag; -+ u8 fragnum; -+ u8 *psta_addr; -+ struct recv_frame_hdr *pfhdr; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv; -+ _list *phead; -+ union recv_frame *prtnframe = NULL; -+ _queue *pfree_recv_queue, *pdefrag_q; -+ -+_func_enter_; -+ -+ pstapriv = &padapter->stapriv; -+ -+ pfhdr = &precv_frame->u.hdr; -+ -+ pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ -+ //need to define struct of wlan header frame ctrl -+ ismfrag = pfhdr->attrib.mfrag; -+ fragnum = pfhdr->attrib.frag_num; -+ -+ psta_addr = pfhdr->attrib.ta; -+ psta = rtw_get_stainfo(pstapriv, psta_addr); -+ if (psta == NULL) -+ { -+ u8 type = GetFrameType(pfhdr->rx_data); -+ if (type != WIFI_DATA_TYPE) { -+ psta = rtw_get_bcmc_stainfo(padapter); -+ pdefrag_q = &psta->sta_recvpriv.defrag_q; -+ } else -+ pdefrag_q = NULL; -+ } -+ else -+ pdefrag_q = &psta->sta_recvpriv.defrag_q; -+ -+ if ((ismfrag==0) && (fragnum==0)) -+ { -+ prtnframe = precv_frame;//isn't a fragment frame -+ } -+ -+ if (ismfrag==1) -+ { -+ //0~(n-1) fragment frame -+ //enqueue to defraf_g -+ if(pdefrag_q != NULL) -+ { -+ if(fragnum==0) -+ { -+ //the first fragment -+ if(_rtw_queue_empty(pdefrag_q) == _FALSE) -+ { -+ //free current defrag_q -+ rtw_free_recvframe_queue(pdefrag_q, pfree_recv_queue); -+ } -+ } -+ -+ -+ //Then enqueue the 0~(n-1) fragment into the defrag_q -+ -+ //_rtw_spinlock(&pdefrag_q->lock); -+ phead = get_list_head(pdefrag_q); -+ rtw_list_insert_tail(&pfhdr->list, phead); -+ //_rtw_spinunlock(&pdefrag_q->lock); -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("Enqueuq: ismfrag = %d, fragnum= %d\n", ismfrag,fragnum)); -+ -+ prtnframe=NULL; -+ -+ } -+ else -+ { -+ //can't find this ta's defrag_queue, so free this recv_frame -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ prtnframe=NULL; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("Free because pdefrag_q ==NULL: ismfrag = %d, fragnum= %d\n", ismfrag, fragnum)); -+ } -+ -+ } -+ -+ if((ismfrag==0)&&(fragnum!=0)) -+ { -+ //the last fragment frame -+ //enqueue the last fragment -+ if(pdefrag_q != NULL) -+ { -+ //_rtw_spinlock(&pdefrag_q->lock); -+ phead = get_list_head(pdefrag_q); -+ rtw_list_insert_tail(&pfhdr->list,phead); -+ //_rtw_spinunlock(&pdefrag_q->lock); -+ -+ //call recvframe_defrag to defrag -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("defrag: ismfrag = %d, fragnum= %d\n", ismfrag, fragnum)); -+ precv_frame = recvframe_defrag(padapter, pdefrag_q); -+ prtnframe=precv_frame; -+ -+ } -+ else -+ { -+ //can't find this ta's defrag_queue, so free this recv_frame -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ prtnframe=NULL; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("Free because pdefrag_q ==NULL: ismfrag = %d, fragnum= %d\n", ismfrag,fragnum)); -+ } -+ -+ } -+ -+ -+ if((prtnframe!=NULL)&&(prtnframe->u.hdr.attrib.privacy)) -+ { -+ //after defrag we must check tkip mic code -+ if(recvframe_chkmic(padapter, prtnframe)==_FAIL) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("recvframe_chkmic(padapter, prtnframe)==_FAIL\n")); -+ rtw_free_recvframe(prtnframe,pfree_recv_queue); -+ prtnframe=NULL; -+ } -+ } -+ -+_func_exit_; -+ -+ return prtnframe; -+ -+} -+ -+int amsdu_to_msdu(_adapter *padapter, union recv_frame *prframe) -+{ -+ int a_len, padding_len; -+ u16 nSubframe_Length; -+ u8 nr_subframes, i; -+ u8 *pdata; -+ _pkt *sub_pkt,*subframes[MAX_SUBFRAME_COUNT]; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ _queue *pfree_recv_queue = &(precvpriv->free_recv_queue); -+ int ret = _SUCCESS; -+ -+ nr_subframes = 0; -+ -+ recvframe_pull(prframe, prframe->u.hdr.attrib.hdrlen); -+ -+ if(prframe->u.hdr.attrib.iv_len >0) -+ { -+ recvframe_pull(prframe, prframe->u.hdr.attrib.iv_len); -+ } -+ -+ a_len = prframe->u.hdr.len; -+ -+ pdata = prframe->u.hdr.rx_data; -+ -+ while(a_len > ETH_HLEN) { -+ -+ /* Offset 12 denote 2 mac address */ -+ nSubframe_Length = RTW_GET_BE16(pdata + 12); -+ -+ if( a_len < (ETHERNET_HEADER_SIZE + nSubframe_Length) ) { -+ DBG_871X("nRemain_Length is %d and nSubframe_Length is : %d\n",a_len,nSubframe_Length); -+ break; -+ } -+ -+ sub_pkt = rtw_os_alloc_msdu_pkt(prframe, nSubframe_Length, pdata); -+ if (sub_pkt == NULL) { -+ DBG_871X("%s(): allocate sub packet fail !!!\n",__FUNCTION__); -+ break; -+ } -+ -+ /* move the data point to data content */ -+ pdata += ETH_HLEN; -+ a_len -= ETH_HLEN; -+ -+ subframes[nr_subframes++] = sub_pkt; -+ -+ if(nr_subframes >= MAX_SUBFRAME_COUNT) { -+ DBG_871X("ParseSubframe(): Too many Subframes! Packets dropped!\n"); -+ break; -+ } -+ -+ pdata += nSubframe_Length; -+ a_len -= nSubframe_Length; -+ if(a_len != 0) { -+ padding_len = 4 - ((nSubframe_Length + ETH_HLEN) & (4-1)); -+ if(padding_len == 4) { -+ padding_len = 0; -+ } -+ -+ if(a_len < padding_len) { -+ DBG_871X("ParseSubframe(): a_len < padding_len !\n"); -+ break; -+ } -+ pdata += padding_len; -+ a_len -= padding_len; -+ } -+ } -+ -+ for(i=0; iu.hdr.attrib); -+ } -+ } -+ -+ prframe->u.hdr.len = 0; -+ rtw_free_recvframe(prframe, pfree_recv_queue);//free this recv_frame -+ -+ return ret; -+} -+ -+int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num); -+int check_indicate_seq(struct recv_reorder_ctrl *preorder_ctrl, u16 seq_num) -+{ -+ PADAPTER padapter = preorder_ctrl->padapter; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ u8 wsize = preorder_ctrl->wsize_b; -+ u16 wend = (preorder_ctrl->indicate_seq + wsize -1) & 0xFFF;//% 4096; -+ -+ // Rx Reorder initialize condition. -+ if (preorder_ctrl->indicate_seq == 0xFFFF) -+ { -+ preorder_ctrl->indicate_seq = seq_num; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d init IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ -+ //DbgPrint("check_indicate_seq, 1st->indicate_seq=%d\n", precvpriv->indicate_seq); -+ } -+ -+ //DbgPrint("enter->check_indicate_seq(): IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); -+ -+ // Drop out the packet which SeqNum is smaller than WinStart -+ if( SN_LESS(seq_num, preorder_ctrl->indicate_seq) ) -+ { -+ //RT_TRACE(COMP_RX_REORDER, DBG_LOUD, ("CheckRxTsIndicateSeq(): Packet Drop! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, NewSeqNum)); -+ //DbgPrint("CheckRxTsIndicateSeq(): Packet Drop! IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); -+ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("%s IndicateSeq: %d > NewSeq: %d\n", __FUNCTION__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ -+ -+ return _FALSE; -+ } -+ -+ // -+ // Sliding window manipulation. Conditions includes: -+ // 1. Incoming SeqNum is equal to WinStart =>Window shift 1 -+ // 2. Incoming SeqNum is larger than the WinEnd => Window shift N -+ // -+ if( SN_EQUAL(seq_num, preorder_ctrl->indicate_seq) ) -+ { -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1) & 0xFFF; -+ -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d SN_EQUAL IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ } -+ else if(SN_LESS(wend, seq_num)) -+ { -+ //RT_TRACE(COMP_RX_REORDER, DBG_LOUD, ("CheckRxTsIndicateSeq(): Window Shift! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, NewSeqNum)); -+ //DbgPrint("CheckRxTsIndicateSeq(): Window Shift! IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); -+ -+ // boundary situation, when seq_num cross 0xFFF -+ if(seq_num >= (wsize - 1)) -+ preorder_ctrl->indicate_seq = seq_num + 1 -wsize; -+ else -+ preorder_ctrl->indicate_seq = 0xFFF - (wsize - (seq_num + 1)) + 1; -+ pdbgpriv->dbg_rx_ampdu_window_shift_cnt++; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d SN_LESS(wend, seq_num) IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, seq_num); -+ #endif -+ } -+ -+ //DbgPrint("exit->check_indicate_seq(): IndicateSeq: %d, NewSeq: %d\n", precvpriv->indicate_seq, seq_num); -+ -+ return _TRUE; -+} -+ -+int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe); -+int enqueue_reorder_recvframe(struct recv_reorder_ctrl *preorder_ctrl, union recv_frame *prframe) -+{ -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ _queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ _list *phead, *plist; -+ union recv_frame *pnextrframe; -+ struct rx_pkt_attrib *pnextattrib; -+ -+ //DbgPrint("+enqueue_reorder_recvframe()\n"); -+ -+ //_enter_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ //_rtw_spinlock_ex(&ppending_recvframe_queue->lock); -+ -+ -+ phead = get_list_head(ppending_recvframe_queue); -+ plist = get_next(phead); -+ -+ while(rtw_end_of_queue_search(phead, plist) == _FALSE) -+ { -+ pnextrframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pnextattrib = &pnextrframe->u.hdr.attrib; -+ -+ if(SN_LESS(pnextattrib->seq_num, pattrib->seq_num)) -+ { -+ plist = get_next(plist); -+ } -+ else if( SN_EQUAL(pnextattrib->seq_num, pattrib->seq_num)) -+ { -+ //Duplicate entry is found!! Do not insert current entry. -+ //RT_TRACE(COMP_RX_REORDER, DBG_TRACE, ("InsertRxReorderList(): Duplicate packet is dropped!! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, SeqNum)); -+ -+ //_exit_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ -+ return _FALSE; -+ } -+ else -+ { -+ break; -+ } -+ -+ //DbgPrint("enqueue_reorder_recvframe():while\n"); -+ -+ } -+ -+ -+ //_enter_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ //_rtw_spinlock_ex(&ppending_recvframe_queue->lock); -+ -+ rtw_list_delete(&(prframe->u.hdr.list)); -+ -+ rtw_list_insert_tail(&(prframe->u.hdr.list), plist); -+ -+ //_rtw_spinunlock_ex(&ppending_recvframe_queue->lock); -+ //_exit_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ -+ -+ //RT_TRACE(COMP_RX_REORDER, DBG_TRACE, ("InsertRxReorderList(): Pkt insert into buffer!! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq, SeqNum)); -+ return _TRUE; -+ -+} -+ -+void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq); -+void recv_indicatepkts_pkt_loss_cnt(struct debug_priv *pdbgpriv, u64 prev_seq, u64 current_seq) -+{ -+ if(current_seq < prev_seq) -+ { -+ pdbgpriv->dbg_rx_ampdu_loss_count+= (4096 + current_seq - prev_seq); -+ -+ } -+ else -+ { -+ pdbgpriv->dbg_rx_ampdu_loss_count+= (current_seq - prev_seq); -+ } -+} -+int recv_indicatepkts_in_order(_adapter *padapter, struct recv_reorder_ctrl *preorder_ctrl, int bforced); -+int recv_indicatepkts_in_order(_adapter *padapter, struct recv_reorder_ctrl *preorder_ctrl, int bforced) -+{ -+ //_irqL irql; -+ //u8 bcancelled; -+ _list *phead, *plist; -+ union recv_frame *prframe; -+ struct rx_pkt_attrib *pattrib; -+ //u8 index = 0; -+ int bPktInBuf = _FALSE; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ _queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate_in_oder); -+ -+ //DbgPrint("+recv_indicatepkts_in_order\n"); -+ -+ //_enter_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ //_rtw_spinlock_ex(&ppending_recvframe_queue->lock); -+ -+ phead = get_list_head(ppending_recvframe_queue); -+ plist = get_next(phead); -+ -+#if 0 -+ // Check if there is any other indication thread running. -+ if(pTS->RxIndicateState == RXTS_INDICATE_PROCESSING) -+ return; -+#endif -+ -+ // Handling some condition for forced indicate case. -+ if(bforced==_TRUE) -+ { -+ pdbgpriv->dbg_rx_ampdu_forced_indicate_count++; -+ if(rtw_is_list_empty(phead)) -+ { -+ // _exit_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ //_rtw_spinunlock_ex(&ppending_recvframe_queue->lock); -+ return _TRUE; -+ } -+ -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pattrib = &prframe->u.hdr.attrib; -+ -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ recv_indicatepkts_pkt_loss_cnt(pdbgpriv,preorder_ctrl->indicate_seq,pattrib->seq_num); -+ preorder_ctrl->indicate_seq = pattrib->seq_num; -+ -+ } -+ -+ // Prepare indication list and indication. -+ // Check if there is any packet need indicate. -+ while(!rtw_is_list_empty(phead)) -+ { -+ -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ pattrib = &prframe->u.hdr.attrib; -+ -+ if(!SN_LESS(preorder_ctrl->indicate_seq, pattrib->seq_num)) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, -+ ("recv_indicatepkts_in_order: indicate=%d seq=%d amsdu=%d\n", -+ preorder_ctrl->indicate_seq, pattrib->seq_num, pattrib->amsdu)); -+ -+#if 0 -+ // This protect buffer from overflow. -+ if(index >= REORDER_WIN_SIZE) -+ { -+ RT_ASSERT(FALSE, ("IndicateRxReorderList(): Buffer overflow!! \n")); -+ bPktInBuf = TRUE; -+ break; -+ } -+#endif -+ -+ plist = get_next(plist); -+ rtw_list_delete(&(prframe->u.hdr.list)); -+ -+ if(SN_EQUAL(preorder_ctrl->indicate_seq, pattrib->seq_num)) -+ { -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1) & 0xFFF; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ } -+ -+#if 0 -+ index++; -+ if(index==1) -+ { -+ //Cancel previous pending timer. -+ //PlatformCancelTimer(Adapter, &pTS->RxPktPendingTimer); -+ if(bforced!=_TRUE) -+ { -+ //DBG_871X("_cancel_timer(&preorder_ctrl->reordering_ctrl_timer, &bcancelled);\n"); -+ _cancel_timer(&preorder_ctrl->reordering_ctrl_timer, &bcancelled); -+ } -+ } -+#endif -+ -+ //Set this as a lock to make sure that only one thread is indicating packet. -+ //pTS->RxIndicateState = RXTS_INDICATE_PROCESSING; -+ -+ // Indicate packets -+ //RT_ASSERT((index<=REORDER_WIN_SIZE), ("RxReorderIndicatePacket(): Rx Reorder buffer full!! \n")); -+ -+ -+ //indicate this recv_frame -+ //DbgPrint("recv_indicatepkts_in_order, indicate_seq=%d, seq_num=%d\n", precvpriv->indicate_seq, pattrib->seq_num); -+ if(!pattrib->amsdu) -+ { -+ //DBG_871X("recv_indicatepkts_in_order, amsdu!=1, indicate_seq=%d, seq_num=%d\n", preorder_ctrl->indicate_seq, pattrib->seq_num); -+ -+ if (!RTW_CANNOT_RUN(padapter)) -+ rtw_recv_indicatepkt(padapter, prframe);/*indicate this recv_frame*/ -+ -+ } -+ else if(pattrib->amsdu==1) -+ { -+ if(amsdu_to_msdu(padapter, prframe)!=_SUCCESS) -+ { -+ rtw_free_recvframe(prframe, &precvpriv->free_recv_queue); -+ } -+ } -+ else -+ { -+ //error condition; -+ } -+ -+ -+ //Update local variables. -+ bPktInBuf = _FALSE; -+ -+ } -+ else -+ { -+ bPktInBuf = _TRUE; -+ break; -+ } -+ -+ //DbgPrint("recv_indicatepkts_in_order():while\n"); -+ -+ } -+ -+ //_rtw_spinunlock_ex(&ppending_recvframe_queue->lock); -+ //_exit_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ -+/* -+ //Release the indication lock and set to new indication step. -+ if(bPktInBuf) -+ { -+ // Set new pending timer. -+ //pTS->RxIndicateState = RXTS_INDICATE_REORDER; -+ //PlatformSetTimer(Adapter, &pTS->RxPktPendingTimer, pHTInfo->RxReorderPendingTime); -+ //DBG_871X("_set_timer(&preorder_ctrl->reordering_ctrl_timer, REORDER_WAIT_TIME)\n"); -+ _set_timer(&preorder_ctrl->reordering_ctrl_timer, REORDER_WAIT_TIME); -+ } -+ else -+ { -+ //pTS->RxIndicateState = RXTS_INDICATE_IDLE; -+ } -+*/ -+ //_exit_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ -+ //return _TRUE; -+ return bPktInBuf; -+ -+} -+ -+int recv_indicatepkt_reorder(_adapter *padapter, union recv_frame *prframe); -+int recv_indicatepkt_reorder(_adapter *padapter, union recv_frame *prframe) -+{ -+ _irqL irql; -+ int retval = _SUCCESS; -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ struct recv_reorder_ctrl *preorder_ctrl = prframe->u.hdr.preorder_ctrl; -+ _queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate_reoder); -+ -+ if(!pattrib->amsdu) -+ { -+ //s1. -+ retval = wlanhdr_to_ethhdr(prframe); -+ if (retval != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("wlanhdr_to_ethhdr: drop pkt \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s wlanhdr_to_ethhdr error!\n", __FUNCTION__); -+ #endif -+ return retval; -+ } -+ -+ //if ((pattrib->qos!=1) /*|| pattrib->priority!=0 || IS_MCAST(pattrib->ra)*/ -+ // || (pattrib->eth_type==0x0806) || (pattrib->ack_policy!=0)) -+ if (pattrib->qos!=1) -+ { -+ if (!RTW_CANNOT_RUN(padapter)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("@@@@ recv_indicatepkt_reorder -recv_func recv_indicatepkt\n" )); -+ -+ rtw_recv_indicatepkt(padapter, prframe); -+ return _SUCCESS; -+ -+ } -+ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s pattrib->qos !=1\n", __FUNCTION__); -+ #endif -+ -+ return _FAIL; -+ -+ } -+ -+ if (preorder_ctrl->enable == _FALSE) -+ { -+ //indicate this recv_frame -+ preorder_ctrl->indicate_seq = pattrib->seq_num; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ rtw_recv_indicatepkt(padapter, prframe); -+ -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1)%4096; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ return _SUCCESS; -+ } -+ -+#ifndef CONFIG_RECV_REORDERING_CTRL -+ //indicate this recv_frame -+ rtw_recv_indicatepkt(padapter, prframe); -+ return _SUCCESS; -+#endif -+ -+ } -+ else if(pattrib->amsdu==1) //temp filter -> means didn't support A-MSDUs in a A-MPDU -+ { -+ if (preorder_ctrl->enable == _FALSE) -+ { -+ preorder_ctrl->indicate_seq = pattrib->seq_num; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ retval = amsdu_to_msdu(padapter, prframe); -+ -+ preorder_ctrl->indicate_seq = (preorder_ctrl->indicate_seq + 1)%4096; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, NewSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq, pattrib->seq_num); -+ #endif -+ -+ if(retval != _SUCCESS){ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s amsdu_to_msdu fail\n", __FUNCTION__); -+ #endif -+ } -+ -+ return retval; -+ } -+ } -+ else -+ { -+ -+ } -+ -+ _enter_critical_bh(&ppending_recvframe_queue->lock, &irql); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, -+ ("recv_indicatepkt_reorder: indicate=%d seq=%d\n", -+ preorder_ctrl->indicate_seq, pattrib->seq_num)); -+ -+ //s2. check if winstart_b(indicate_seq) needs to been updated -+ if(!check_indicate_seq(preorder_ctrl, pattrib->seq_num)) -+ { -+ pdbgpriv->dbg_rx_ampdu_drop_count++; -+ //pHTInfo->RxReorderDropCounter++; -+ //ReturnRFDList(Adapter, pRfd); -+ //RT_TRACE(COMP_RX_REORDER, DBG_TRACE, ("RxReorderIndicatePacket() ==> Packet Drop!!\n")); -+ //_exit_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ //return _FAIL; -+ -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s check_indicate_seq fail\n", __FUNCTION__); -+ #endif -+#if 0 -+ rtw_recv_indicatepkt(padapter, prframe); -+ -+ _exit_critical_bh(&ppending_recvframe_queue->lock, &irql); -+ -+ goto _success_exit; -+#else -+ goto _err_exit; -+#endif -+ } -+ -+ -+ //s3. Insert all packet into Reorder Queue to maintain its ordering. -+ if(!enqueue_reorder_recvframe(preorder_ctrl, prframe)) -+ { -+ //DbgPrint("recv_indicatepkt_reorder, enqueue_reorder_recvframe fail!\n"); -+ //_exit_critical_ex(&ppending_recvframe_queue->lock, &irql); -+ //return _FAIL; -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s enqueue_reorder_recvframe fail\n", __FUNCTION__); -+ #endif -+ goto _err_exit; -+ } -+ -+ -+ //s4. -+ // Indication process. -+ // After Packet dropping and Sliding Window shifting as above, we can now just indicate the packets -+ // with the SeqNum smaller than latest WinStart and buffer other packets. -+ // -+ // For Rx Reorder condition: -+ // 1. All packets with SeqNum smaller than WinStart => Indicate -+ // 2. All packets with SeqNum larger than or equal to WinStart => Buffer it. -+ // -+ -+ //recv_indicatepkts_in_order(padapter, preorder_ctrl, _TRUE); -+ if(recv_indicatepkts_in_order(padapter, preorder_ctrl, _FALSE)==_TRUE) -+ { -+ _set_timer(&preorder_ctrl->reordering_ctrl_timer, REORDER_WAIT_TIME); -+ _exit_critical_bh(&ppending_recvframe_queue->lock, &irql); -+ } -+ else -+ { -+ _exit_critical_bh(&ppending_recvframe_queue->lock, &irql); -+ _cancel_timer_ex(&preorder_ctrl->reordering_ctrl_timer); -+ } -+ -+ -+_success_exit: -+ -+ return _SUCCESS; -+ -+_err_exit: -+ -+ _exit_critical_bh(&ppending_recvframe_queue->lock, &irql); -+ -+ return _FAIL; -+} -+ -+ -+void rtw_reordering_ctrl_timeout_handler(void *pcontext) -+{ -+ _irqL irql; -+ struct recv_reorder_ctrl *preorder_ctrl = (struct recv_reorder_ctrl *)pcontext; -+ _adapter *padapter = preorder_ctrl->padapter; -+ _queue *ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ return; -+ -+ //DBG_871X("+rtw_reordering_ctrl_timeout_handler()=>\n"); -+ -+ _enter_critical_bh(&ppending_recvframe_queue->lock, &irql); -+ -+ if(recv_indicatepkts_in_order(padapter, preorder_ctrl, _TRUE)==_TRUE) -+ { -+ _set_timer(&preorder_ctrl->reordering_ctrl_timer, REORDER_WAIT_TIME); -+ } -+ -+ _exit_critical_bh(&ppending_recvframe_queue->lock, &irql); -+ -+} -+ -+int process_recv_indicatepkts(_adapter *padapter, union recv_frame *prframe); -+int process_recv_indicatepkts(_adapter *padapter, union recv_frame *prframe) -+{ -+ int retval = _SUCCESS; -+ //struct recv_priv *precvpriv = &padapter->recvpriv; -+ //struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#ifdef CONFIG_TDLS -+ struct sta_info *psta = prframe->u.hdr.psta; -+#endif //CONFIG_TDLS -+ -+#ifdef CONFIG_80211N_HT -+ -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate); -+ -+#ifdef CONFIG_TDLS -+ if( (phtpriv->ht_option==_TRUE) || -+ ((psta->tdls_sta_state & TDLS_LINKED_STATE) && -+ (psta->htpriv.ht_option==_TRUE) && -+ (psta->htpriv.ampdu_enable==_TRUE))) //B/G/N Mode -+#else -+ if(phtpriv->ht_option==_TRUE) //B/G/N Mode -+#endif //CONFIG_TDLS -+ { -+ //prframe->u.hdr.preorder_ctrl = &precvpriv->recvreorder_ctrl[pattrib->priority]; -+ -+ if(recv_indicatepkt_reorder(padapter, prframe)!=_SUCCESS)// including perform A-MPDU Rx Ordering Buffer Control -+ { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s recv_indicatepkt_reorder error!\n", __FUNCTION__); -+ #endif -+ -+ if (!RTW_CANNOT_RUN(padapter)) { -+ retval = _FAIL; -+ return retval; -+ } -+ } -+ } -+ else //B/G mode -+#endif -+ { -+ retval=wlanhdr_to_ethhdr (prframe); -+ if(retval != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("wlanhdr_to_ethhdr: drop pkt \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s wlanhdr_to_ethhdr error!\n", __FUNCTION__); -+ #endif -+ return retval; -+ } -+ -+ if (!RTW_CANNOT_RUN(padapter)) { -+ //indicate this recv_frame -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("@@@@ process_recv_indicatepkts- recv_func recv_indicatepkt\n" )); -+ rtw_recv_indicatepkt(padapter, prframe); -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("@@@@ process_recv_indicatepkts- recv_func free_indicatepkt\n" )); -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_notice_, ("recv_func:bDriverStopped(%s) OR bSurpriseRemoved(%s)" -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False")); -+ retval = _FAIL; -+ return retval; -+ } -+ -+ } -+ -+ return retval; -+ -+} -+ -+#ifdef CONFIG_MP_INCLUDED -+int validate_mp_recv_frame(_adapter *adapter, union recv_frame *precv_frame) -+{ -+ int ret = _SUCCESS; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ u8 type,subtype; -+ -+ if(!adapter->mppriv.bmac_filter) -+ return ret; -+#if 0 -+ if (1){ -+ u8 bDumpRxPkt; -+ type = GetFrameType(ptr); -+ subtype = GetFrameSubType(ptr); //bit(7)~bit(2) -+ -+ rtw_hal_get_def_var(adapter, HAL_DEF_DBG_DUMP_RXPKT, &(bDumpRxPkt)); -+ if(bDumpRxPkt ==1){//dump all rx packets -+ int i; -+ DBG_871X("############ type:0x%02x subtype:0x%02x ################# \n",type,subtype); -+ -+ for(i=0; i<64;i=i+8) -+ DBG_871X("%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:\n", *(ptr+i), -+ *(ptr+i+1), *(ptr+i+2) ,*(ptr+i+3) ,*(ptr+i+4),*(ptr+i+5), *(ptr+i+6), *(ptr+i+7)); -+ DBG_871X("############################# \n"); -+ } -+ } -+#endif -+ -+ if(_rtw_memcmp( GetAddr2Ptr(ptr), adapter->mppriv.mac_filter, ETH_ALEN) == _FALSE ) -+ ret = _FAIL; -+ -+ return ret; -+} -+#endif -+ -+static sint MPwlanhdr_to_ethhdr ( union recv_frame *precvframe) -+{ -+ sint rmv_len; -+ u16 eth_type, len; -+ u8 bsnaphdr; -+ u8 *psnap_type; -+ u8 mcastheadermac[]={0x01,0x00,0x5e}; -+ -+ struct ieee80211_snap_hdr *psnap; -+ -+ sint ret=_SUCCESS; -+ _adapter *adapter =precvframe->u.hdr.adapter; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ -+ u8 *ptr = get_recvframe_data(precvframe) ; // point to frame_ctrl field -+ struct rx_pkt_attrib *pattrib = & precvframe->u.hdr.attrib; -+ -+_func_enter_; -+ -+ if(pattrib->encrypt){ -+ recvframe_pull_tail(precvframe, pattrib->icv_len); -+ } -+ -+ psnap=(struct ieee80211_snap_hdr *)(ptr+pattrib->hdrlen + pattrib->iv_len); -+ psnap_type=ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; -+ /* convert hdr + possible LLC headers into Ethernet header */ -+ //eth_type = (psnap_type[0] << 8) | psnap_type[1]; -+ if((_rtw_memcmp(psnap, rtw_rfc1042_header, SNAP_SIZE) && -+ (_rtw_memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) == _FALSE) && -+ (_rtw_memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2)==_FALSE) )|| -+ //eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || -+ _rtw_memcmp(psnap, rtw_bridge_tunnel_header, SNAP_SIZE)){ -+ /* remove RFC1042 or Bridge-Tunnel encapsulation and replace EtherType */ -+ bsnaphdr = _TRUE; -+ } -+ else { -+ /* Leave Ethernet header part of hdr and full payload */ -+ bsnaphdr = _FALSE; -+ } -+ -+ rmv_len = pattrib->hdrlen + pattrib->iv_len +(bsnaphdr?SNAP_SIZE:0); -+ len = precvframe->u.hdr.len - rmv_len; -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("\n===pattrib->hdrlen: %x, pattrib->iv_len:%x ===\n\n", pattrib->hdrlen, pattrib->iv_len)); -+ -+ _rtw_memcpy(ð_type, ptr+rmv_len, 2); -+ eth_type= ntohs((unsigned short )eth_type); //pattrib->ether_type -+ pattrib->eth_type = eth_type; -+ -+ { -+ ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr)+ (bsnaphdr?2:0))); -+ } -+ -+ _rtw_memcpy(ptr, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(ptr+ETH_ALEN, pattrib->src, ETH_ALEN); -+ -+ if(!bsnaphdr) { -+ len = htons(len); -+ _rtw_memcpy(ptr+12, &len, 2); -+ } -+ -+ -+ len = htons(pattrib->seq_num); -+ //DBG_871X("wlan seq = %d ,seq_num =%x\n",len,pattrib->seq_num); -+ _rtw_memcpy(ptr+12,&len, 2); -+ if(adapter->mppriv.bRTWSmbCfg==_TRUE) -+ { -+// if(_rtw_memcmp(mcastheadermac, pattrib->dst, 3) == _TRUE)//SimpleConfig Dest. -+// _rtw_memcpy(ptr+ETH_ALEN, pattrib->bssid, ETH_ALEN); -+ -+ if(_rtw_memcmp(mcastheadermac, pattrib->bssid, 3) == _TRUE) //SimpleConfig Dest. -+ _rtw_memcpy(ptr, pattrib->bssid, ETH_ALEN); -+ -+ } -+ -+ -+_func_exit_; -+ return ret; -+ -+} -+ -+ -+int mp_recv_frame(_adapter *padapter, union recv_frame *rframe) -+{ -+ int ret = _SUCCESS; -+ struct rx_pkt_attrib *pattrib = &rframe->u.hdr.attrib; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ _queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+#ifdef CONFIG_MP_INCLUDED -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mp_priv *pmppriv = &padapter->mppriv; -+#endif //CONFIG_MP_INCLUDED -+ u8 type; -+ u8 *ptr = rframe->u.hdr.rx_data; -+ u8 *psa, *pda, *pbssid; -+ struct sta_info *psta = NULL; -+ DBG_COUNTER(padapter->rx_logs.core_rx_pre); -+ -+ if ( (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) )//&&(padapter->mppriv.check_mp_pkt == 0)) -+ { -+ if (pattrib->crc_err == 1){ -+ padapter->mppriv.rx_crcerrpktcount++; -+ } -+ else{ -+ if(_SUCCESS == validate_mp_recv_frame(padapter, rframe)) -+ padapter->mppriv.rx_pktcount++; -+ else -+ padapter->mppriv.rx_pktcount_filter_out++; -+ } -+ -+ if(pmppriv->rx_bindicatePkt == _FALSE) -+ { -+ //RT_TRACE(_module_rtl871x_recv_c_, _drv_alert_, ("MP - Not in loopback mode , drop pkt \n")); -+ ret = _FAIL; -+ rtw_free_recvframe(rframe, pfree_recv_queue);//free this recv_frame -+ goto exit; -+ } -+ else -+ { -+ type = GetFrameType(ptr); -+ pattrib->to_fr_ds = get_tofr_ds(ptr); -+ pattrib->frag_num = GetFragNum(ptr); -+ pattrib->seq_num = GetSequence(ptr); -+ pattrib->pw_save = GetPwrMgt(ptr); -+ pattrib->mfrag = GetMFrag(ptr); -+ pattrib->mdata = GetMData(ptr); -+ pattrib->privacy = GetPrivacy(ptr); -+ pattrib->order = GetOrder(ptr); -+ -+ if(type ==WIFI_DATA_TYPE) -+ { -+ pda = get_da(ptr); -+ psa = get_sa(ptr); -+ pbssid = get_hdr_bssid(ptr); -+ -+ _rtw_memcpy(pattrib->dst, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, psa, ETH_ALEN); -+ _rtw_memcpy(pattrib->bssid, pbssid, ETH_ALEN); -+ -+ switch(pattrib->to_fr_ds) -+ { -+ case 0: -+ _rtw_memcpy(pattrib->ra, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, psa, ETH_ALEN); -+ ret = sta2sta_data_frame(padapter, rframe, &psta); -+ break; -+ -+ case 1: -+ -+ _rtw_memcpy(pattrib->ra, pda, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pbssid, ETH_ALEN); -+ ret = ap2sta_data_frame(padapter, rframe, &psta); -+ -+ break; -+ -+ case 2: -+ _rtw_memcpy(pattrib->ra, pbssid, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, psa, ETH_ALEN); -+ ret = sta2ap_data_frame(padapter, rframe, &psta); -+ break; -+ -+ case 3: -+ _rtw_memcpy(pattrib->ra, GetAddr1Ptr(ptr), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, GetAddr2Ptr(ptr), ETH_ALEN); -+ ret =_FAIL; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" case 3\n")); -+ break; -+ -+ default: -+ ret =_FAIL; -+ break; -+ } -+ -+ ret = MPwlanhdr_to_ethhdr (rframe); -+ -+ if (ret != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("wlanhdr_to_ethhdr: drop pkt \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s wlanhdr_to_ethhdr: drop pkt\n", __FUNCTION__); -+ #endif -+ rtw_free_recvframe(rframe, pfree_recv_queue);//free this recv_frame -+ ret = _FAIL; -+ goto exit; -+ } -+ if (!RTW_CANNOT_RUN(padapter)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_alert_, ("@@@@ recv_func: recv_func rtw_recv_indicatepkt\n" )); -+ //indicate this recv_frame -+ ret = rtw_recv_indicatepkt(padapter, rframe); -+ if (ret != _SUCCESS) -+ { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s rtw_recv_indicatepkt fail!\n", __FUNCTION__); -+ #endif -+ rtw_free_recvframe(rframe, pfree_recv_queue);//free this recv_frame -+ ret = _FAIL; -+ -+ goto exit; -+ } -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_alert_, ("@@@@ recv_func: rtw_free_recvframe\n" )); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_debug_, ("recv_func:bDriverStopped(%s) OR bSurpriseRemoved(%s)" -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s ecv_func:bDriverStopped(%s) OR bSurpriseRemoved(%s)\n", __func__, -+ rtw_is_drv_stopped(padapter)?"True":"False", -+ rtw_is_surprise_removed(padapter)?"True":"False"); -+ #endif -+ ret = _FAIL; -+ rtw_free_recvframe(rframe, pfree_recv_queue);//free this recv_frame -+ goto exit; -+ } -+ -+ } -+ } -+ -+ } -+ -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("recv_func: validate_recv_frame fail! drop pkt\n")); -+ rtw_free_recvframe(rframe, pfree_recv_queue);//free this recv_frame -+ ret = _FAIL; -+ -+exit: -+ return ret; -+ -+} -+ -+static sint fill_radiotap_hdr(_adapter *padapter, union recv_frame *precvframe, u8 *buf) -+{ -+#define CHAN2FREQ(a) ((a < 14)?(2407+5*a):(5000+5*a)) -+ -+#if 0 -+#define RTW_RX_RADIOTAP_PRESENT ( \ -+ (1 << IEEE80211_RADIOTAP_TSFT) | \ -+ (1 << IEEE80211_RADIOTAP_FLAGS) | \ -+ (1 << IEEE80211_RADIOTAP_RATE) | \ -+ (1 << IEEE80211_RADIOTAP_CHANNEL) | \ -+ (0 << IEEE80211_RADIOTAP_FHSS) | \ -+ (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) | \ -+ (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) | \ -+ (0 << IEEE80211_RADIOTAP_LOCK_QUALITY) | \ -+ (0 << IEEE80211_RADIOTAP_TX_ATTENUATION) | \ -+ (0 << IEEE80211_RADIOTAP_DB_TX_ATTENUATION) | \ -+ (0 << IEEE80211_RADIOTAP_DBM_TX_POWER) | \ -+ (1 << IEEE80211_RADIOTAP_ANTENNA) | \ -+ (1 << IEEE80211_RADIOTAP_DB_ANTSIGNAL) | \ -+ (0 << IEEE80211_RADIOTAP_DB_ANTNOISE) | \ -+ (0 << IEEE80211_RADIOTAP_RX_FLAGS) | \ -+ (0 << IEEE80211_RADIOTAP_TX_FLAGS) | \ -+ (0 << IEEE80211_RADIOTAP_RTS_RETRIES) | \ -+ (0 << IEEE80211_RADIOTAP_DATA_RETRIES) | \ -+ (0 << IEEE80211_RADIOTAP_MCS) | \ -+ (0 << IEEE80211_RADIOTAP_RADIOTAP_NAMESPACE)| \ -+ (0 << IEEE80211_RADIOTAP_VENDOR_NAMESPACE) | \ -+ (0 << IEEE80211_RADIOTAP_EXT) | \ -+ 0) -+ -+ /* (0 << IEEE80211_RADIOTAP_AMPDU_STATUS) | \ */ -+ /* (0 << IEEE80211_RADIOTAP_VHT) | \ */ -+#endif -+#ifndef IEEE80211_RADIOTAP_MCS -+#define IEEE80211_RADIOTAP_MCS 19 -+#endif -+#ifndef IEEE80211_RADIOTAP_VHT -+#define IEEE80211_RADIOTAP_VHT 21 -+#endif -+ -+#ifndef IEEE80211_RADIOTAP_F_BADFCS -+#define IEEE80211_RADIOTAP_F_BADFCS 0x40 /* bad FCS */ -+#endif -+ -+ sint ret = _SUCCESS; -+ _adapter *adapter = precvframe->u.hdr.adapter; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct rx_pkt_attrib *pattrib = &precvframe->u.hdr.attrib; -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ u16 tmp_16bit = 0; -+ -+ u8 data_rate[] = { -+ 2, 4, 11, 22, /* CCK */ -+ 12, 18, 24, 36, 48, 72, 93, 108, /* OFDM */ -+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, /* HT MCS index */ -+ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, -+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, /* VHT Nss 1 */ -+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, /* VHT Nss 2 */ -+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, /* VHT Nss 3 */ -+ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, /* VHT Nss 4 */ -+ }; -+ -+ _pkt *pskb = NULL; -+ -+ struct ieee80211_radiotap_header *rtap_hdr = NULL; -+ u8 *ptr = NULL; -+ -+ u8 hdr_buf[64] = {0}; -+ u16 rt_len = 8; -+ -+ /* create header */ -+ rtap_hdr = (struct ieee80211_radiotap_header *)&hdr_buf[0]; -+ rtap_hdr->it_version = PKTHDR_RADIOTAP_VERSION; -+ -+ /* tsft */ -+ if (pattrib->tsfl) { -+ u64 tmp_64bit; -+ -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_TSFT); -+ tmp_64bit = cpu_to_le64(pattrib->tsfl); -+ memcpy(&hdr_buf[rt_len], &tmp_64bit, 8); -+ rt_len += 8; -+ } -+ -+ /* flags */ -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_FLAGS); -+ if (0) -+ hdr_buf[rt_len] |= IEEE80211_RADIOTAP_F_CFP; -+ -+ if (0) -+ hdr_buf[rt_len] |= IEEE80211_RADIOTAP_F_SHORTPRE; -+ -+ if ((pattrib->encrypt == 1) || (pattrib->encrypt == 5)) -+ hdr_buf[rt_len] |= IEEE80211_RADIOTAP_F_WEP; -+ -+ if (pattrib->mfrag) -+ hdr_buf[rt_len] |= IEEE80211_RADIOTAP_F_FRAG; -+ -+#ifndef CONFIG_RX_PACKET_APPEND_FCS -+ hdr_buf[rt_len] |= IEEE80211_RADIOTAP_F_FCS; -+#endif -+ -+ if (0) -+ hdr_buf[rt_len] |= IEEE80211_RADIOTAP_F_DATAPAD; -+ -+ if (pattrib->crc_err) -+ hdr_buf[rt_len] |= IEEE80211_RADIOTAP_F_BADFCS; -+ -+ if (pattrib->sgi) { -+ /* Currently unspecified but used */ -+ hdr_buf[rt_len] |= 0x80; -+ } -+ rt_len += 1; -+ -+ /* rate */ -+ if (pattrib->data_rate < 12) { -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_RATE); -+ if (pattrib->data_rate < 4) { -+ /* CCK */ -+ hdr_buf[rt_len] = data_rate[pattrib->data_rate]; -+ } else { -+ /* OFDM */ -+ hdr_buf[rt_len] = data_rate[pattrib->data_rate]; -+ } -+ } -+ rt_len += 1; /* force padding 1 byte for aligned */ -+ -+ /* channel */ -+ tmp_16bit = 0; -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_CHANNEL); -+ tmp_16bit = CHAN2FREQ(rtw_get_oper_ch(padapter)); -+ /*tmp_16bit = CHAN2FREQ(pHalData->CurrentChannel);*/ -+ memcpy(&hdr_buf[rt_len], &tmp_16bit, 2); -+ rt_len += 2; -+ -+ /* channel flags */ -+ tmp_16bit = 0; -+ if (pHalData->CurrentBandType == 0) -+ tmp_16bit |= cpu_to_le16(IEEE80211_CHAN_2GHZ); -+ else -+ tmp_16bit |= cpu_to_le16(IEEE80211_CHAN_5GHZ); -+ -+ if (pattrib->data_rate < 12) { -+ if (pattrib->data_rate < 4) { -+ /* CCK */ -+ tmp_16bit |= cpu_to_le16(IEEE80211_CHAN_CCK); -+ } else { -+ /* OFDM */ -+ tmp_16bit |= cpu_to_le16(IEEE80211_CHAN_OFDM); -+ } -+ } else { -+ tmp_16bit |= cpu_to_le16(IEEE80211_CHAN_DYN); -+ } -+ memcpy(&hdr_buf[rt_len], &tmp_16bit, 2); -+ rt_len += 2; -+ -+ /* dBm Antenna Signal */ -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL); -+ hdr_buf[rt_len] = pattrib->phy_info.RecvSignalPower; -+ rt_len += 1; -+ -+#if 0 -+ /* dBm Antenna Noise */ -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE); -+ hdr_buf[rt_len] = 0; -+ rt_len += 1; -+ -+ /* Signal Quality */ -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_LOCK_QUALITY); -+ hdr_buf[rt_len] = pattrib->phy_info.SignalQuality; -+ rt_len += 1; -+#endif -+ -+ /* Antenna */ -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_ANTENNA); -+ hdr_buf[rt_len] = 0; /* pHalData->rf_type; */ -+ rt_len += 1; -+ -+ /* RX flags */ -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_RX_FLAGS); -+#if 0 -+ tmp_16bit = cpu_to_le16(0); -+ memcpy(ptr, &tmp_16bit, 1); -+#endif -+ rt_len += 2; -+ -+ /* MCS information */ -+ if (pattrib->data_rate >= 12 && pattrib->data_rate < 44) { -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_MCS); -+ /* known, flag */ -+ hdr_buf[rt_len] |= BIT1; /* MCS index known */ -+ -+ /* bandwidth */ -+ hdr_buf[rt_len] |= BIT0; -+ hdr_buf[rt_len+1] |= (pattrib->bw & 0x03); -+ -+ /* guard interval */ -+ hdr_buf[rt_len] |= BIT2; -+ hdr_buf[rt_len+1] |= (pattrib->sgi & 0x01) << 2; -+ -+ /* STBC */ -+ hdr_buf[rt_len] |= BIT5; -+ hdr_buf[rt_len+1] |= (pattrib->stbc & 0x03) << 5; -+ -+ rt_len += 2; -+ -+ /* MCS rate index */ -+ hdr_buf[rt_len] = data_rate[pattrib->data_rate]; -+ rt_len += 1; -+ } -+ -+ /* VHT */ -+ if (pattrib->data_rate >= 44 && pattrib->data_rate < 84) { -+ rtap_hdr->it_present |= (1 << IEEE80211_RADIOTAP_VHT); -+ -+ /* known 16 bit, flag 8 bit */ -+ tmp_16bit = 0; -+ -+ /* Bandwidth */ -+ tmp_16bit |= BIT6; -+ -+ /* Group ID */ -+ tmp_16bit |= BIT7; -+ -+ /* Partial AID */ -+ tmp_16bit |= BIT8; -+ -+ /* STBC */ -+ tmp_16bit |= BIT0; -+ hdr_buf[rt_len+2] |= (pattrib->stbc & 0x01); -+ -+ /* Guard interval */ -+ tmp_16bit |= BIT2; -+ hdr_buf[rt_len+2] |= (pattrib->sgi & 0x01) << 2; -+ -+ /* LDPC extra OFDM symbol */ -+ tmp_16bit |= BIT4; -+ hdr_buf[rt_len+2] |= (pattrib->ldpc & 0x01) << 4; -+ -+ memcpy(&hdr_buf[rt_len], &tmp_16bit, 2); -+ rt_len += 3; -+ -+ /* bandwidth */ -+ if (pattrib->bw == 0) -+ hdr_buf[rt_len] |= 0; -+ else if (pattrib->bw == 1) -+ hdr_buf[rt_len] |= 1; -+ else if (pattrib->bw == 2) -+ hdr_buf[rt_len] |= 4; -+ else if (pattrib->bw == 3) -+ hdr_buf[rt_len] |= 11; -+ rt_len += 1; -+ -+ /* mcs_nss */ -+ if (pattrib->data_rate >= 44 && pattrib->data_rate < 54) { -+ hdr_buf[rt_len] |= 1; -+ hdr_buf[rt_len] |= data_rate[pattrib->data_rate] << 4; -+ } else if (pattrib->data_rate >= 54 && pattrib->data_rate < 64) { -+ hdr_buf[rt_len + 1] |= 2; -+ hdr_buf[rt_len + 1] |= data_rate[pattrib->data_rate] << 4; -+ } else if (pattrib->data_rate >= 64 && pattrib->data_rate < 74) { -+ hdr_buf[rt_len + 2] |= 3; -+ hdr_buf[rt_len + 2] |= data_rate[pattrib->data_rate] << 4; -+ } else if (pattrib->data_rate >= 74 && pattrib->data_rate < 84) { -+ hdr_buf[rt_len + 3] |= 4; -+ hdr_buf[rt_len + 3] |= data_rate[pattrib->data_rate] << 4; -+ } -+ rt_len += 4; -+ -+ /* coding */ -+ hdr_buf[rt_len] = 0; -+ rt_len += 1; -+ -+ /* group_id */ -+ hdr_buf[rt_len] = 0; -+ rt_len += 1; -+ -+ /* partial_aid */ -+ tmp_16bit = 0; -+ memcpy(&hdr_buf[rt_len], &tmp_16bit, 2); -+ rt_len += 2; -+ } -+ -+ /* push to skb */ -+ pskb = (_pkt *)buf; -+ if (skb_headroom(pskb) < rt_len) { -+ DBG_871X("%s:%d %s headroom is too small.\n", __FILE__, __LINE__, __func__); -+ ret = _FAIL; -+ return ret; -+ } -+ -+ ptr = skb_push(pskb, rt_len); -+ if (ptr) { -+ rtap_hdr->it_len = cpu_to_le16(rt_len); -+ memcpy(ptr, rtap_hdr, rt_len); -+ } else { -+ ret = _FAIL; -+ } -+ -+ return ret; -+ -+} -+ -+int recv_frame_monitor(_adapter *padapter, union recv_frame *rframe) -+{ -+ int ret = _SUCCESS; -+ struct rx_pkt_attrib *pattrib = &rframe->u.hdr.attrib; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ _queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ _pkt *pskb = NULL; -+ -+ /* read skb information from recv frame */ -+ pskb = rframe->u.hdr.pkt; -+ pskb->len = rframe->u.hdr.len; -+ pskb->data = rframe->u.hdr.rx_data; -+ skb_set_tail_pointer(pskb, rframe->u.hdr.len); -+ -+ /* fill radiotap header */ -+ if (fill_radiotap_hdr(padapter, rframe, (u8 *)pskb) == _FAIL) { -+ ret = _FAIL; -+ rtw_free_recvframe(rframe, pfree_recv_queue); /* free this recv_frame */ -+ goto exit; -+ } -+ -+ /* write skb information to recv frame */ -+ skb_reset_mac_header(pskb); -+ rframe->u.hdr.len = pskb->len; -+ rframe->u.hdr.rx_data = pskb->data; -+ rframe->u.hdr.rx_head = pskb->head; -+ rframe->u.hdr.rx_tail = skb_tail_pointer(pskb); -+ rframe->u.hdr.rx_end = skb_end_pointer(pskb); -+ -+ if (!RTW_CANNOT_RUN(padapter)) { -+ /* indicate this recv_frame */ -+ ret = rtw_recv_monitor(padapter, rframe); -+ if (ret != _SUCCESS) { -+ ret = _FAIL; -+ rtw_free_recvframe(rframe, pfree_recv_queue); /* free this recv_frame */ -+ goto exit; -+ } -+ } else { -+ ret = _FAIL; -+ rtw_free_recvframe(rframe, pfree_recv_queue); /* free this recv_frame */ -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+int recv_func_prehandle(_adapter *padapter, union recv_frame *rframe) -+{ -+ int ret = _SUCCESS; -+ struct rx_pkt_attrib *pattrib = &rframe->u.hdr.attrib; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ _queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ -+#ifdef DBG_RX_COUNTER_DUMP -+ if( padapter->dump_rx_cnt_mode & DUMP_DRV_RX_COUNTER ) -+ { -+ if (pattrib->crc_err == 1) -+ padapter->drv_rx_cnt_crcerror++; -+ else -+ padapter->drv_rx_cnt_ok++; -+ } -+#endif -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (padapter->registrypriv.mp_mode == 1 || padapter->mppriv.bRTWSmbCfg ==_TRUE) -+ { -+ mp_recv_frame(padapter,rframe); -+ ret = _FAIL; -+ goto exit; -+ } -+ else -+#endif -+ { -+ //check the frame crtl field and decache -+ ret = validate_recv_frame(padapter, rframe); -+ if (ret != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("recv_func: validate_recv_frame fail! drop pkt\n")); -+ rtw_free_recvframe(rframe, pfree_recv_queue);//free this recv_frame -+ goto exit; -+ } -+ } -+exit: -+ return ret; -+} -+ -+int recv_func_posthandle(_adapter *padapter, union recv_frame *prframe) -+{ -+ int ret = _SUCCESS; -+ union recv_frame *orig_prframe = prframe; -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ _queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+#ifdef CONFIG_TDLS -+ u8 *psnap_type, *pcategory; -+#endif //CONFIG_TDLS -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx_post); -+ -+ // DATA FRAME -+ rtw_led_control(padapter, LED_CTL_RX); -+ -+ prframe = decryptor(padapter, prframe); -+ if (prframe == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("decryptor: drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s decryptor: drop pkt\n", __FUNCTION__); -+ #endif -+ ret = _FAIL; -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_decrypt_err); -+ goto _recv_data_drop; -+ } -+ -+#if 0 -+ if ( padapter->adapter_type == PRIMARY_ADAPTER ) -+ { -+ DBG_871X("+++\n"); -+ { -+ int i; -+ u8 *ptr = get_recvframe_data(prframe); -+ for(i=0; i<140;i=i+8) -+ DBG_871X("%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:", *(ptr+i), -+ *(ptr+i+1), *(ptr+i+2) ,*(ptr+i+3) ,*(ptr+i+4),*(ptr+i+5), *(ptr+i+6), *(ptr+i+7)); -+ -+ } -+ DBG_871X("---\n"); -+ } -+#endif -+ -+#ifdef CONFIG_TDLS -+ //check TDLS frame -+ psnap_type = get_recvframe_data(orig_prframe) + pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; -+ pcategory = psnap_type + ETH_TYPE_LEN + PAYLOAD_TYPE_LEN; -+ -+ if((_rtw_memcmp(psnap_type, SNAP_ETH_TYPE_TDLS, ETH_TYPE_LEN)) && -+ ((*pcategory==RTW_WLAN_CATEGORY_TDLS) || (*pcategory==RTW_WLAN_CATEGORY_P2P))){ -+ ret = OnTDLS(padapter, prframe); -+ if(ret == _FAIL) -+ goto _exit_recv_func; -+ } -+#endif //CONFIG_TDLS -+ -+ prframe = recvframe_chk_defrag(padapter, prframe); -+ if(prframe==NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("recvframe_chk_defrag: drop pkt\n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s recvframe_chk_defrag: drop pkt\n", __FUNCTION__); -+ #endif -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_defrag_err); -+ goto _recv_data_drop; -+ } -+ -+ prframe=portctrl(padapter, prframe); -+ if (prframe == NULL) { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("portctrl: drop pkt \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s portctrl: drop pkt\n", __FUNCTION__); -+ #endif -+ ret = _FAIL; -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_portctrl_err); -+ goto _recv_data_drop; -+ } -+ -+ count_rx_stats(padapter, prframe, NULL); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ rtw_wapi_update_info(padapter, prframe); -+#endif -+ -+#ifdef CONFIG_80211N_HT -+ ret = process_recv_indicatepkts(padapter, prframe); -+ if (ret != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("recv_func: process_recv_indicatepkts fail! \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s process_recv_indicatepkts fail!\n", __FUNCTION__); -+ #endif -+ rtw_free_recvframe(orig_prframe, pfree_recv_queue);//free this recv_frame -+ DBG_COUNTER(padapter->rx_logs.core_rx_post_indicate_err); -+ goto _recv_data_drop; -+ } -+#else // CONFIG_80211N_HT -+ if (!pattrib->amsdu) -+ { -+ ret = wlanhdr_to_ethhdr (prframe); -+ if (ret != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("wlanhdr_to_ethhdr: drop pkt \n")); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s wlanhdr_to_ethhdr: drop pkt\n", __FUNCTION__); -+ #endif -+ rtw_free_recvframe(orig_prframe, pfree_recv_queue);//free this recv_frame -+ goto _recv_data_drop; -+ } -+ -+ if (!RTW_CANNOT_RUN(padapter)) { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_alert_, ("@@@@ recv_func: recv_func rtw_recv_indicatepkt\n" )); -+ //indicate this recv_frame -+ ret = rtw_recv_indicatepkt(padapter, prframe); -+ if (ret != _SUCCESS) -+ { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s rtw_recv_indicatepkt fail!\n", __FUNCTION__); -+ #endif -+ goto _recv_data_drop; -+ } -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_alert_, ("@@@@ recv_func: rtw_free_recvframe\n" )); -+ RT_TRACE(_module_rtl871x_recv_c_, _drv_debug_, ("recv_func:bDriverStopped(%d) OR bSurpriseRemoved(%d)", padapter->bDriverStopped, padapter->bSurpriseRemoved)); -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s ecv_func:bDriverStopped(%s) OR bSurpriseRemoved(%s)\n", __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ #endif -+ ret = _FAIL; -+ rtw_free_recvframe(orig_prframe, pfree_recv_queue); //free this recv_frame -+ } -+ -+ } -+ else if(pattrib->amsdu==1) -+ { -+ -+ ret = amsdu_to_msdu(padapter, prframe); -+ if(ret != _SUCCESS) -+ { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s amsdu_to_msdu fail\n", __FUNCTION__); -+ #endif -+ rtw_free_recvframe(orig_prframe, pfree_recv_queue); -+ goto _recv_data_drop; -+ } -+ } -+ else -+ { -+ #ifdef DBG_RX_DROP_FRAME -+ DBG_871X("DBG_RX_DROP_FRAME %s what is this condition??\n", __FUNCTION__); -+ #endif -+ goto _recv_data_drop; -+ } -+#endif // CONFIG_80211N_HT -+ -+_exit_recv_func: -+ return ret; -+ -+_recv_data_drop: -+ precvpriv->rx_drop++; -+ return ret; -+} -+ -+ -+int recv_func(_adapter *padapter, union recv_frame *rframe); -+int recv_func(_adapter *padapter, union recv_frame *rframe) -+{ -+ int ret; -+ struct rx_pkt_attrib *prxattrib = &rframe->u.hdr.attrib; -+ struct recv_priv *recvpriv = &padapter->recvpriv; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ struct mlme_priv *mlmepriv = &padapter->mlmepriv; -+ -+ if (check_fwstate(mlmepriv, WIFI_MONITOR_STATE)) { -+ /* monitor mode */ -+ recv_frame_monitor(padapter, rframe); -+ ret = _SUCCESS; -+ goto exit; -+ } else -+ -+ /* check if need to handle uc_swdec_pending_queue*/ -+ if (check_fwstate(mlmepriv, WIFI_STATION_STATE) && psecuritypriv->busetkipkey) -+ { -+ union recv_frame *pending_frame; -+ int cnt = 0; -+ -+ while((pending_frame=rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue))) { -+ cnt++; -+ DBG_COUNTER(padapter->rx_logs.core_rx_dequeue); -+ recv_func_posthandle(padapter, pending_frame); -+ } -+ -+ if (cnt) -+ DBG_871X(FUNC_ADPT_FMT" dequeue %d from uc_swdec_pending_queue\n", -+ FUNC_ADPT_ARG(padapter), cnt); -+ } -+ -+ DBG_COUNTER(padapter->rx_logs.core_rx); -+ ret = recv_func_prehandle(padapter, rframe); -+ -+ if(ret == _SUCCESS) { -+ -+ /* check if need to enqueue into uc_swdec_pending_queue*/ -+ if (check_fwstate(mlmepriv, WIFI_STATION_STATE) && -+ !IS_MCAST(prxattrib->ra) && prxattrib->encrypt>0 && -+ (prxattrib->bdecrypted == 0 ||psecuritypriv->sw_decrypt == _TRUE) && -+ psecuritypriv->ndisauthtype == Ndis802_11AuthModeWPAPSK && -+ !psecuritypriv->busetkipkey) -+ { -+ DBG_COUNTER(padapter->rx_logs.core_rx_enqueue); -+ rtw_enqueue_recvframe(rframe, &padapter->recvpriv.uc_swdec_pending_queue); -+ //DBG_871X("%s: no key, enqueue uc_swdec_pending_queue\n", __func__); -+ -+ if (recvpriv->free_recvframe_cnt < NR_RECVFRAME/4) { -+ /* to prevent from recvframe starvation, get recvframe from uc_swdec_pending_queue to free_recvframe_cnt */ -+ rframe = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue); -+ if (rframe) -+ goto do_posthandle; -+ } -+ goto exit; -+ } -+ -+do_posthandle: -+ ret = recv_func_posthandle(padapter, rframe); -+ } -+ -+exit: -+ return ret; -+} -+ -+ -+s32 rtw_recv_entry(union recv_frame *precvframe) -+{ -+ _adapter *padapter; -+ struct recv_priv *precvpriv; -+ s32 ret=_SUCCESS; -+ -+_func_enter_; -+ -+// RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("+rtw_recv_entry\n")); -+ -+ padapter = precvframe->u.hdr.adapter; -+ -+ precvpriv = &padapter->recvpriv; -+ -+ -+ if ((ret = recv_func(padapter, precvframe)) == _FAIL) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("rtw_recv_entry: recv_func return fail!!!\n")); -+ goto _recv_entry_drop; -+ } -+ -+ -+ precvpriv->rx_pkts++; -+ -+_func_exit_; -+ -+ return ret; -+ -+_recv_entry_drop: -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (padapter->registrypriv.mp_mode == 1) -+ padapter->mppriv.rx_pktloss = precvpriv->rx_drop; -+#endif -+ -+ //RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("_recv_entry_drop\n")); -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+void rtw_signal_stat_timer_hdl(RTW_TIMER_HDL_ARGS){ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ struct recv_priv *recvpriv = &adapter->recvpriv; -+ -+ u32 tmp_s, tmp_q; -+ u8 avg_signal_strength = 0; -+ u8 avg_signal_qual = 0; -+ u32 num_signal_strength = 0; -+ u32 num_signal_qual = 0; -+ u8 ratio_pre_stat = 0, ratio_curr_stat = 0, ratio_total = 0, ratio_profile = SIGNAL_STAT_CALC_PROFILE_0; -+ -+ if(adapter->recvpriv.is_signal_dbg) { -+ //update the user specific value, signal_strength_dbg, to signal_strength, rssi -+ adapter->recvpriv.signal_strength= adapter->recvpriv.signal_strength_dbg; -+ adapter->recvpriv.rssi=(s8)translate_percentage_to_dbm((u8)adapter->recvpriv.signal_strength_dbg); -+ } else { -+ -+ if(recvpriv->signal_strength_data.update_req == 0) {// update_req is clear, means we got rx -+ avg_signal_strength = recvpriv->signal_strength_data.avg_val; -+ num_signal_strength = recvpriv->signal_strength_data.total_num; -+ // after avg_vals are accquired, we can re-stat the signal values -+ recvpriv->signal_strength_data.update_req = 1; -+ } -+ -+ if(recvpriv->signal_qual_data.update_req == 0) {// update_req is clear, means we got rx -+ avg_signal_qual = recvpriv->signal_qual_data.avg_val; -+ num_signal_qual = recvpriv->signal_qual_data.total_num; -+ // after avg_vals are accquired, we can re-stat the signal values -+ recvpriv->signal_qual_data.update_req = 1; -+ } -+ -+ if (num_signal_strength == 0) { -+ if (rtw_get_on_cur_ch_time(adapter) == 0 -+ || rtw_get_passing_time_ms(rtw_get_on_cur_ch_time(adapter)) < 2 * adapter->mlmeextpriv.mlmext_info.bcn_interval -+ ) { -+ goto set_timer; -+ } -+ } -+ -+ if(check_fwstate(&adapter->mlmepriv, _FW_UNDER_SURVEY) == _TRUE -+ || check_fwstate(&adapter->mlmepriv, _FW_LINKED) == _FALSE -+ ) { -+ goto set_timer; -+ } -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(adapter, _FW_UNDER_SURVEY) == _TRUE) -+ goto set_timer; -+ #endif -+ -+ if (RTW_SIGNAL_STATE_CALC_PROFILE < SIGNAL_STAT_CALC_PROFILE_MAX) -+ ratio_profile = RTW_SIGNAL_STATE_CALC_PROFILE; -+ -+ ratio_pre_stat = signal_stat_calc_profile[ratio_profile][0]; -+ ratio_curr_stat = signal_stat_calc_profile[ratio_profile][1]; -+ ratio_total = ratio_pre_stat + ratio_curr_stat; -+ -+ //update value of signal_strength, rssi, signal_qual -+ tmp_s = (ratio_curr_stat * avg_signal_strength + ratio_pre_stat * recvpriv->signal_strength); -+ if (tmp_s % ratio_total) -+ tmp_s = tmp_s / ratio_total + 1; -+ else -+ tmp_s = tmp_s / ratio_total; -+ if (tmp_s > 100) -+ tmp_s = 100; -+ -+ tmp_q = (ratio_curr_stat * avg_signal_qual + ratio_pre_stat * recvpriv->signal_qual); -+ if (tmp_q % ratio_total) -+ tmp_q = tmp_q / ratio_total + 1; -+ else -+ tmp_q = tmp_q / ratio_total; -+ if (tmp_q > 100) -+ tmp_q = 100; -+ -+ recvpriv->signal_strength = tmp_s; -+ recvpriv->rssi = (s8)translate_percentage_to_dbm(tmp_s); -+ recvpriv->signal_qual = tmp_q; -+ -+ #if defined(DBG_RX_SIGNAL_DISPLAY_PROCESSING) && 1 -+ DBG_871X(FUNC_ADPT_FMT" signal_strength:%3u, rssi:%3d, signal_qual:%3u" -+ ", num_signal_strength:%u, num_signal_qual:%u" -+ ", on_cur_ch_ms:%d" -+ "\n" -+ , FUNC_ADPT_ARG(adapter) -+ , recvpriv->signal_strength -+ , recvpriv->rssi -+ , recvpriv->signal_qual -+ , num_signal_strength, num_signal_qual -+ , rtw_get_on_cur_ch_time(adapter) ? rtw_get_passing_time_ms(rtw_get_on_cur_ch_time(adapter)) : 0 -+ ); -+ #endif -+ } -+ -+set_timer: -+ rtw_set_signal_stat_timer(recvpriv); -+ -+} -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+static void rx_process_rssi(_adapter *padapter,union recv_frame *prframe) -+{ -+ u32 last_rssi, tmp_val; -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ struct signal_stat * signal_stat = &padapter->recvpriv.signal_strength_data; -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+ //DBG_8192C("process_rssi=> pattrib->rssil(%d) signal_strength(%d)\n ",pattrib->RecvSignalPower,pattrib->signal_strength); -+ //if(pRfd->Status.bPacketToSelf || pRfd->Status.bPacketBeacon) -+ { -+ #ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ if(signal_stat->update_req) { -+ signal_stat->total_num = 0; -+ signal_stat->total_val = 0; -+ signal_stat->update_req = 0; -+ } -+ -+ signal_stat->total_num++; -+ signal_stat->total_val += pattrib->phy_info.SignalStrength; -+ signal_stat->avg_val = signal_stat->total_val / signal_stat->total_num; -+ #else //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+ //Adapter->RxStats.RssiCalculateCnt++; //For antenna Test -+ if(padapter->recvpriv.signal_strength_data.total_num++ >= PHY_RSSI_SLID_WIN_MAX) -+ { -+ padapter->recvpriv.signal_strength_data.total_num = PHY_RSSI_SLID_WIN_MAX; -+ last_rssi = padapter->recvpriv.signal_strength_data.elements[padapter->recvpriv.signal_strength_data.index]; -+ padapter->recvpriv.signal_strength_data.total_val -= last_rssi; -+ } -+ padapter->recvpriv.signal_strength_data.total_val +=pattrib->phy_info.SignalStrength; -+ -+ padapter->recvpriv.signal_strength_data.elements[padapter->recvpriv.signal_strength_data.index++] = pattrib->phy_info.SignalStrength; -+ if(padapter->recvpriv.signal_strength_data.index >= PHY_RSSI_SLID_WIN_MAX) -+ padapter->recvpriv.signal_strength_data.index = 0; -+ -+ -+ tmp_val = padapter->recvpriv.signal_strength_data.total_val/padapter->recvpriv.signal_strength_data.total_num; -+ -+ if(padapter->recvpriv.is_signal_dbg) { -+ padapter->recvpriv.signal_strength= padapter->recvpriv.signal_strength_dbg; -+ padapter->recvpriv.rssi=(s8)translate_percentage_to_dbm(padapter->recvpriv.signal_strength_dbg); -+ } else { -+ padapter->recvpriv.signal_strength= tmp_val; -+ padapter->recvpriv.rssi=(s8)translate_percentage_to_dbm(tmp_val); -+ } -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("UI RSSI = %d, ui_rssi.TotalVal = %d, ui_rssi.TotalNum = %d\n", tmp_val, padapter->recvpriv.signal_strength_data.total_val,padapter->recvpriv.signal_strength_data.total_num)); -+ #endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ } -+} -+ -+static void rx_process_link_qual(_adapter *padapter,union recv_frame *prframe) -+{ -+ u32 last_evm=0, tmpVal; -+ struct rx_pkt_attrib *pattrib; -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ struct signal_stat * signal_stat; -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+ if(prframe == NULL || padapter==NULL){ -+ return; -+ } -+ -+ pattrib = &prframe->u.hdr.attrib; -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ signal_stat = &padapter->recvpriv.signal_qual_data; -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+ //DBG_8192C("process_link_qual=> pattrib->signal_qual(%d)\n ",pattrib->signal_qual); -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ if(signal_stat->update_req) { -+ signal_stat->total_num = 0; -+ signal_stat->total_val = 0; -+ signal_stat->update_req = 0; -+ } -+ -+ signal_stat->total_num++; -+ signal_stat->total_val += pattrib->phy_info.SignalQuality; -+ signal_stat->avg_val = signal_stat->total_val / signal_stat->total_num; -+ -+#else //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ if(pattrib->phy_info.SignalQuality != 0) -+ { -+ // -+ // 1. Record the general EVM to the sliding window. -+ // -+ if(padapter->recvpriv.signal_qual_data.total_num++ >= PHY_LINKQUALITY_SLID_WIN_MAX) -+ { -+ padapter->recvpriv.signal_qual_data.total_num = PHY_LINKQUALITY_SLID_WIN_MAX; -+ last_evm = padapter->recvpriv.signal_qual_data.elements[padapter->recvpriv.signal_qual_data.index]; -+ padapter->recvpriv.signal_qual_data.total_val -= last_evm; -+ } -+ padapter->recvpriv.signal_qual_data.total_val += pattrib->phy_info.SignalQuality; -+ -+ padapter->recvpriv.signal_qual_data.elements[padapter->recvpriv.signal_qual_data.index++] = pattrib->phy_info.SignalQuality; -+ if(padapter->recvpriv.signal_qual_data.index >= PHY_LINKQUALITY_SLID_WIN_MAX) -+ padapter->recvpriv.signal_qual_data.index = 0; -+ -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("Total SQ=%d pattrib->signal_qual= %d\n", padapter->recvpriv.signal_qual_data.total_val, pattrib->phy_info.SignalQuality)); -+ -+ // <1> Showed on UI for user, in percentage. -+ tmpVal = padapter->recvpriv.signal_qual_data.total_val/padapter->recvpriv.signal_qual_data.total_num; -+ padapter->recvpriv.signal_qual=(u8)tmpVal; -+ -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,(" pattrib->signal_qual =%d\n", pattrib->phy_info.SignalQuality)); -+ } -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+} -+ -+void rx_process_phy_info(_adapter *padapter, union recv_frame *rframe) -+{ -+ /* Check RSSI */ -+ rx_process_rssi(padapter, rframe); -+ -+ /* Check PWDB */ -+ //process_PWDB(padapter, rframe); -+ -+ //UpdateRxSignalStatistics8192C(Adapter, pRfd); -+ -+ /* Check EVM */ -+ rx_process_link_qual(padapter, rframe); -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ rtw_store_phy_info( padapter, rframe); -+ #endif -+} -+ -+void rx_query_phy_status( -+ union recv_frame *precvframe, -+ u8 *pphy_status) -+{ -+ PADAPTER padapter = precvframe->u.hdr.adapter; -+ struct rx_pkt_attrib *pattrib = &precvframe->u.hdr.attrib; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ PODM_PHY_INFO_T pPHYInfo = (PODM_PHY_INFO_T)(&pattrib->phy_info); -+ u8 *wlanhdr; -+ ODM_PACKET_INFO_T pkt_info; -+ u8 *sa; -+ struct sta_priv *pstapriv; -+ struct sta_info *psta = NULL; -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ //_irqL irqL; -+ -+ pkt_info.bPacketMatchBSSID =_FALSE; -+ pkt_info.bPacketToSelf = _FALSE; -+ pkt_info.bPacketBeacon = _FALSE; -+ -+ wlanhdr = get_recvframe_data(precvframe); -+ -+ pkt_info.bPacketMatchBSSID = (!IsFrameTypeCtrl(wlanhdr)) -+ && (!pattrib->icv_err) && (!pattrib->crc_err) -+ && _rtw_memcmp(get_hdr_bssid(wlanhdr), get_bssid(&padapter->mlmepriv), ETH_ALEN); -+ -+ pkt_info.bToSelf = (!pattrib->icv_err) && (!pattrib->crc_err) -+ && _rtw_memcmp(get_ra(wlanhdr), adapter_mac_addr(padapter), ETH_ALEN); -+ -+ pkt_info.bPacketToSelf = pkt_info.bPacketMatchBSSID -+ && _rtw_memcmp(get_ra(wlanhdr), adapter_mac_addr(padapter), ETH_ALEN); -+ -+ pkt_info.bPacketBeacon = pkt_info.bPacketMatchBSSID -+ && (GetFrameSubType(wlanhdr) == WIFI_BEACON); -+ -+ sa = get_ta(wlanhdr); -+ -+ pkt_info.StationID = 0xFF; -+ -+ if (_rtw_memcmp(adapter_mac_addr(padapter), sa, ETH_ALEN) == _TRUE) { -+ static u32 start_time = 0; -+ -+#if 0 /*For debug */ -+ if (IsFrameTypeCtrl(wlanhdr)) { -+ DBG_871X("-->Control frame: Y\n"); -+ DBG_871X("-->pkt_len: %d\n", pattrib->pkt_len); -+ DBG_871X("-->Sub Type = 0x%X\n", GetFrameSubType(wlanhdr)); -+ } -+ -+ /* Dump first 40 bytes of header */ -+ int i = 0; -+ -+ for (i = 0; i < 40; i++) -+ DBG_871X("%d: %X\n", i, *((u8 *)wlanhdr + i)); -+ -+ DBG_871X("\n"); -+#endif -+ -+ if ((start_time == 0) || (rtw_get_passing_time_ms(start_time) > 5000)) { -+ DBG_871X_LEVEL(_drv_always_, "Warning!!! %s: Confilc mac addr!!\n", __func__); -+ start_time = rtw_get_current_time(); -+ } -+ pdbgpriv->dbg_rx_conflic_mac_addr_cnt++; -+ } else{ -+ pstapriv = &padapter->stapriv; -+ psta = rtw_get_stainfo(pstapriv, sa); -+ if (psta) -+ pkt_info.StationID = psta->mac_id; -+ } -+ -+ pkt_info.DataRate = pattrib->data_rate; -+ -+ //_enter_critical_bh(&pHalData->odm_stainfo_lock, &irqL); -+ ODM_PhyStatusQuery(&pHalData->odmpriv, pPHYInfo, pphy_status, &pkt_info); -+ if (psta) -+ psta->rssi = pattrib->phy_info.RecvSignalPower; -+ //_exit_critical_bh(&pHalData->odm_stainfo_lock, &irqL); -+ -+#ifdef CONFIG_SW_ANTENNA_DIVERSITY -+ if (GET_HAL_DATA(padapter)->odmpriv.RSSI_test == _FALSE) -+#endif -+ { -+ precvframe->u.hdr.psta = NULL; -+ if (pkt_info.bPacketMatchBSSID -+ && (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE) -+ ) { -+ if (psta) { -+ precvframe->u.hdr.psta = psta; -+ rx_process_phy_info(padapter, precvframe); -+ } -+ } else if (pkt_info.bPacketToSelf || pkt_info.bPacketBeacon) { -+ if (check_fwstate(&padapter->mlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE) == _TRUE) { -+ if (psta) -+ precvframe->u.hdr.psta = psta; -+ } -+ rx_process_phy_info(padapter, precvframe); -+ } -+ } -+} -+/* -+* Increase and check if the continual_no_rx_packet of this @param pmlmepriv is larger than MAX_CONTINUAL_NORXPACKET_COUNT -+* @return _TRUE: -+* @return _FALSE: -+*/ -+int rtw_inc_and_chk_continual_no_rx_packet(struct sta_info *sta, int tid_index) -+{ -+ -+ int ret = _FALSE; -+ int value = ATOMIC_INC_RETURN(&sta->continual_no_rx_packet[tid_index]); -+ -+ if (value >= MAX_CONTINUAL_NORXPACKET_COUNT) -+ ret = _TRUE; -+ -+ return ret; -+} -+ -+/* -+* Set the continual_no_rx_packet of this @param pmlmepriv to 0 -+*/ -+void rtw_reset_continual_no_rx_packet(struct sta_info *sta, int tid_index) -+{ -+ ATOMIC_SET(&sta->continual_no_rx_packet[tid_index], 0); -+} -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_rf.c linux/3rdparty/rtl8812au/core/rtw_rf.c ---- linux.old/3rdparty/rtl8812au/core/rtw_rf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_rf.c 2017-06-07 23:07:21.004686938 +0300 -@@ -0,0 +1,437 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_RF_C_ -+ -+#include -+#include -+ -+u8 center_ch_5g_all[CENTER_CH_5G_ALL_NUM] = { -+ 36, 38, 40, 42, 44, 46, 48, /* Band 1 */ -+ 52, 54, 56, 58, 60, 62, 64, /* Band 2 */ -+ 100, 102, 104, 106, 108, 110, 112, /* Band 3 */ -+ 116, 118, 120, 122, 124, 126, 128, /* Band 3 */ -+ 132, 134, 136, 138, 140, 142, 144, /* Band 3 */ -+ 149, 151, 153, 155, 157, 159, 161, /* Band 4 */ -+ 165, 167, 169, 171, 173, 175, 177}; /* Band 4 */ -+ -+u8 center_ch_5g_20m[CENTER_CH_5G_20M_NUM] = { -+ 36, 40, 44, 48, -+ 52, 56, 60, 64, -+ 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, -+ 149, 153, 157, 161, 165, 169, 173, 177 -+}; -+ -+u8 center_ch_5g_40m[CENTER_CH_5G_40M_NUM] = {38, 46, 54, 62, 102, 110, 118, 126, 134, 142, 151, 159, 167, 175}; -+ -+u8 center_ch_5g_80m[CENTER_CH_5G_80M_NUM] = {42, 58, 106, 122, 138, 155, 171}; -+ -+int rtw_ch2freq(int chan) -+{ -+ /* see 802.11 17.3.8.3.2 and Annex J -+ * there are overlapping channel numbers in 5GHz and 2GHz bands */ -+ -+ /* -+ * RTK: don't consider the overlapping channel numbers: 5G channel <= 14, -+ * because we don't support it. simply judge from channel number -+ */ -+ -+ if (chan >= 1 && chan <= 14) { -+ if (chan == 14) -+ return 2484; -+ else if (chan < 14) -+ return 2407 + chan * 5; -+ } else if (chan >= 36 && chan <= 177) { -+ return 5000 + chan * 5; -+ } -+ -+ return 0; /* not supported */ -+} -+ -+int rtw_freq2ch(int freq) -+{ -+ /* see 802.11 17.3.8.3.2 and Annex J */ -+ if (freq == 2484) -+ return 14; -+ else if (freq < 2484) -+ return (freq - 2407) / 5; -+ else if (freq >= 4910 && freq <= 4980) -+ return (freq - 4000) / 5; -+ else if (freq <= 45000) /* DMG band lower limit */ -+ return (freq - 5000) / 5; -+ else if (freq >= 58320 && freq <= 64800) -+ return (freq - 56160) / 2160; -+ else -+ return 0; -+} -+ -+bool rtw_chbw_to_freq_range(u8 ch, u8 bw, u8 offset, u32 *hi, u32 *lo) -+{ -+ u8 c_ch; -+ u32 freq; -+ u32 hi_ret = 0, lo_ret = 0; -+ int i; -+ bool valid = _FALSE; -+ -+ if (hi) -+ *hi = 0; -+ if (lo) -+ *lo = 0; -+ -+ c_ch = rtw_get_center_ch(ch, bw, offset); -+ freq = rtw_ch2freq(c_ch); -+ -+ if (!freq) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (bw == CHANNEL_WIDTH_80) { -+ hi_ret = freq + 40; -+ lo_ret = freq - 40; -+ } else if (bw == CHANNEL_WIDTH_40) { -+ hi_ret = freq + 20; -+ lo_ret = freq - 20; -+ } else if (bw == CHANNEL_WIDTH_20) { -+ hi_ret = freq + 10; -+ lo_ret = freq - 10; -+ } else { -+ rtw_warn_on(1); -+ } -+ -+ if (hi) -+ *hi = hi_ret; -+ if (lo) -+ *lo = lo_ret; -+ -+ valid = _TRUE; -+ -+exit: -+ return valid; -+} -+ -+static const char * const _ch_width_str[] = { -+ "20MHz", -+ "40MHz", -+ "80MHz", -+ "160MHz", -+ "80_80MHz", -+ "CHANNEL_WIDTH_MAX", -+}; -+ -+const char *ch_width_str(u8 bw) -+{ -+ bw = (bw >= CHANNEL_WIDTH_MAX) ? CHANNEL_WIDTH_MAX : bw; -+ return _ch_width_str[bw]; -+} -+ -+const char rf_path_char(u8 path) -+{ -+ if (path >= RF_PATH_MAX) -+ return 'X'; -+ return 'A' + path; -+} -+ -+struct country_chplan { -+ char alpha2[2]; -+ u8 chplan; -+}; -+ -+static const struct country_chplan country_chplan_map[] = { -+ {"AD", 0x26}, /* Andorra */ -+ {"AE", 0x26}, /* United Arab Emirates */ -+ {"AG", 0x30}, /* Antigua & Barbuda */ -+ {"AI", 0x26}, /* Anguilla(UK) */ -+ {"AL", 0x26}, /* Albania */ -+ {"AM", 0x34}, /* Armenia */ -+ {"AO", 0x26}, /* Angola */ -+ {"AQ", 0x26}, /* Antarctica */ -+ {"AR", 0x57}, /* Argentina */ -+ {"AS", 0x34}, /* American Samoa */ -+ {"AT", 0x26}, /* Austria */ -+ {"AU", 0x45}, /* Australia */ -+ {"AW", 0x34}, /* Aruba */ -+ {"AZ", 0x26}, /* Azerbaijan */ -+ {"BA", 0x26}, /* Bosnia & Herzegovina */ -+ {"BD", 0x26}, /* Bangladesh */ -+ {"BE", 0x26}, /* Belgium */ -+ {"BG", 0x26}, /* Bulgaria */ -+ {"BH", 0x47}, /* Bahrain */ -+ {"BO", 0x30}, /* Bolivia */ -+ {"BR", 0x34}, /* Brazil */ -+ {"CA", 0x34}, /* Canada */ -+ {"CH", 0x26}, /* Switzerland */ -+ {"CL", 0x30}, /* Chile */ -+ {"CN", 0x48}, /* China */ -+ {"CO", 0x34}, /* Colombia */ -+ {"CR", 0x34}, /* Costa Rica */ -+ {"CY", 0x26}, /* Cyprus */ -+ {"CZ", 0x26}, /* Czech Republic */ -+ {"DE", 0x26}, /* Germany */ -+ {"DK", 0x26}, /* Denmark */ -+ {"DO", 0x34}, /* Dominican Republic */ -+ {"EC", 0x34}, /* Ecuador */ -+ {"EE", 0x26}, /* Estonia */ -+ {"EG", 0x47}, /* Egypt */ -+ {"ES", 0x26}, /* Spain */ -+ {"FI", 0x26}, /* Finland */ -+ {"FR", 0x26}, /* France */ -+ {"GB", 0x26}, /* Great Britain (United Kingdom; England) */ -+ {"GH", 0x26}, /* Ghana */ -+ {"GR", 0x26}, /* Greece */ -+ {"GT", 0x34}, /* Guatemala */ -+ {"HK", 0x26}, /* Hong Kong */ -+ {"HN", 0x32}, /* Honduras */ -+ {"HR", 0x26}, /* Croatia */ -+ {"HU", 0x26}, /* Hungary */ -+ {"ID", 0x54}, /* Indonesia */ -+ {"IE", 0x26}, /* Ireland */ -+ {"IL", 0x47}, /* Israel */ -+ {"IN", 0x47}, /* India */ -+ {"IQ", 0x26}, /* Iraq */ -+ {"IS", 0x26}, /* Iceland */ -+ {"IT", 0x26}, /* Italy */ -+ {"JM", 0x51}, /* Jamaica */ -+ {"JO", 0x49}, /* Jordan */ -+ {"JP", 0x27}, /* Japan- Telec */ -+ {"KE", 0x47}, /* Kenya */ -+ {"KG", 0x26}, /* Kyrgyzstan */ -+ {"KH", 0x26}, /* Cambodia */ -+ {"KR", 0x28}, /* South Korea */ -+ {"KW", 0x47}, /* Kuwait */ -+ {"KZ", 0x26}, /* Kazakhstan */ -+ {"LB", 0x26}, /* Lebanon */ -+ {"LI", 0x26}, /* Liechtenstein */ -+ {"LK", 0x26}, /* Sri Lanka */ -+ {"LS", 0x26}, /* Lesotho */ -+ {"LT", 0x26}, /* Lithuania */ -+ {"LU", 0x26}, /* Luxembourg */ -+ {"LV", 0x26}, /* Latvia */ -+ {"MA", 0x47}, /* Morocco */ -+ {"MC", 0x26}, /* Monaco */ -+ {"ME", 0x26}, /* Montenegro */ -+ {"MK", 0x26}, /* Republic of Macedonia (FYROM) */ -+ {"MT", 0x26}, /* Malta */ -+ {"MX", 0x34}, /* Mexico */ -+ {"MY", 0x47}, /* Malaysia */ -+ {"MZ", 0x26}, /* Mozambique */ -+ {"NA", 0x26}, /* Namibia */ -+ {"NG", 0x50}, /* Nigeria */ -+ {"NI", 0x34}, /* Nicaragua */ -+ {"NL", 0x26}, /* Netherlands */ -+ {"NO", 0x26}, /* Norway */ -+ {"NZ", 0x45}, /* New Zealand */ -+ {"OM", 0x26}, /* Oman */ -+ {"PA", 0x34}, /* Panama */ -+ {"PE", 0x34}, /* Peru */ -+ {"PG", 0x26}, /* Papua New Guinea */ -+ {"PH", 0x26}, /* Philippines */ -+ {"PK", 0x51}, /* Pakistan */ -+ {"PL", 0x26}, /* Poland */ -+ {"PR", 0x34}, /* Puerto Rico */ -+ {"PT", 0x26}, /* Portugal */ -+ {"PY", 0x34}, /* Paraguay */ -+ {"QA", 0x51}, /* Qatar */ -+ {"RO", 0x26}, /* Romania */ -+ {"RS", 0x26}, /* Serbia */ -+ {"RU", 0x59}, /* Russia, fac/gost */ -+ {"SA", 0x26}, /* Saudi Arabia */ -+ {"SE", 0x26}, /* Sweden */ -+ {"SG", 0x47}, /* Singapore */ -+ {"SI", 0x26}, /* Slovenia */ -+ {"SK", 0x26}, /* Slovakia */ -+ {"SN", 0x26}, /* Senegal */ -+ {"SV", 0x30}, /* El Salvador */ -+ {"TH", 0x26}, /* Thailand */ -+ {"TN", 0x47}, /* Tunisia */ -+ {"TR", 0x26}, /* Turkey */ -+ {"TT", 0x42}, /* Trinidad & Tobago */ -+ {"TW", 0x39}, /* Taiwan */ -+ {"UA", 0x26}, /* Ukraine */ -+ {"US", 0x34}, /* United States of America (USA) */ -+ {"UY", 0x34}, /* Uruguay */ -+ {"VE", 0x30}, /* Venezuela */ -+ {"VN", 0x26}, /* Vietnam */ -+ {"YE", 0x26}, /* Yemen */ -+ {"ZA", 0x26}, /* South Africa */ -+ {"ZW", 0x26}, /* Zimbabwe */ -+}; -+ -+u16 country_chplan_map_sz = sizeof(country_chplan_map)/sizeof(struct country_chplan); -+ -+/* -+* rtw_get_chplan_from_country - -+* @country_code: string of country code -+* -+* Return channel_plan index or -1 when unsupported country_code is given -+*/ -+int rtw_get_chplan_from_country(const char *country_code) -+{ -+ int channel_plan = -1; -+ int i; -+ -+ /* TODO: should consider 3-character country code? */ -+ -+ for (i = 0; i < country_chplan_map_sz; i++) { -+ if (strncmp(country_code, country_chplan_map[i].alpha2, 2) == 0) { -+ channel_plan = country_chplan_map[i].chplan; -+ break; -+ } -+ } -+ -+ return channel_plan; -+} -+ -+int rtw_ch_to_bb_gain_sel(int ch) -+{ -+ int sel = -1; -+ -+ if (ch >= 1 && ch <= 14) -+ sel = BB_GAIN_2G; -+#ifdef CONFIG_IEEE80211_BAND_5GHZ -+ else if (ch >= 36 && ch < 48) -+ sel = BB_GAIN_5GLB1; -+ else if (ch >= 52 && ch <= 64) -+ sel = BB_GAIN_5GLB2; -+ else if (ch >= 100 && ch <= 120) -+ sel = BB_GAIN_5GMB1; -+ else if (ch >= 124 && ch <= 144) -+ sel = BB_GAIN_5GMB2; -+ else if (ch >= 149 && ch <= 177) -+ sel = BB_GAIN_5GHB; -+#endif -+ -+ return sel; -+} -+ -+s8 rtw_rf_get_kfree_tx_gain_offset(_adapter *padapter, u8 path, u8 ch) -+{ -+ s8 kfree_offset = 0; -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(padapter); -+ struct kfree_data_t *kfree_data = GET_KFREE_DATA(padapter); -+ s8 bb_gain_sel = rtw_ch_to_bb_gain_sel(ch); -+ -+ if (bb_gain_sel < BB_GAIN_2G || bb_gain_sel >= BB_GAIN_NUM) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (kfree_data->flag & KFREE_FLAG_ON) { -+ kfree_offset = kfree_data->bb_gain[bb_gain_sel][path]; -+ if (1) -+ DBG_871X("%s path:%u, ch:%u, bb_gain_sel:%d, kfree_offset:%d\n" -+ , __func__, path, ch, bb_gain_sel, kfree_offset); -+ } -+exit: -+#endif /* CONFIG_RF_GAIN_OFFSET */ -+ return kfree_offset; -+} -+ -+void rtw_rf_set_tx_gain_offset(_adapter *adapter, u8 path, s8 offset) -+{ -+ u8 write_value; -+ -+ DBG_871X("kfree gain_offset 0x55:0x%x ", rtw_hal_read_rfreg(adapter, path, 0x55, 0xffffffff)); -+ switch (rtw_get_chip_type(adapter)) { -+#ifdef CONFIG_RTL8703B -+ case RTL8703B: -+ write_value = RF_TX_GAIN_OFFSET_8703B(offset); -+ rtw_hal_write_rfreg(adapter, path, 0x55, 0x0fc000, write_value); -+ break; -+#endif /* CONFIG_RTL8703B */ -+#ifdef CONFIG_RTL8188F -+ case RTL8188F: -+ write_value = RF_TX_GAIN_OFFSET_8188F(offset); -+ rtw_hal_write_rfreg(adapter, path, 0x55, 0x0fc000, write_value); -+ break; -+#endif /* CONFIG_RTL8188F */ -+#ifdef CONFIG_RTL8192E -+ case RTL8192E: -+ write_value = RF_TX_GAIN_OFFSET_8192E(offset); -+ rtw_hal_write_rfreg(adapter, path, 0x55, 0x0f8000, write_value); -+ break; -+#endif /* CONFIG_RTL8188F */ -+ -+#ifdef CONFIG_RTL8821A -+ case RTL8821: -+ write_value = RF_TX_GAIN_OFFSET_8821A(offset); -+ rtw_hal_write_rfreg(adapter, path, 0x55, 0x0f8000, write_value); -+ break; -+#endif /* CONFIG_RTL8821A */ -+#ifdef CONFIG_RTL8814A -+ case RTL8814A: -+ DBG_871X("\nkfree by PhyDM on the sw CH. path %d\n", path); -+ break; -+#endif /* CONFIG_RTL8821A */ -+ -+ default: -+ rtw_warn_on(1); -+ break; -+ } -+ -+ DBG_871X(" after :0x%x\n", rtw_hal_read_rfreg(adapter, path, 0x55, 0xffffffff)); -+} -+ -+void rtw_rf_apply_tx_gain_offset(_adapter *adapter, u8 ch) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ s8 kfree_offset = 0; -+ s8 tx_pwr_track_offset = 0; /* TODO: 8814A should consider tx pwr track when setting tx gain offset */ -+ s8 total_offset; -+ int i; -+ -+ for (i = 0; i < hal_data->NumTotalRFPath; i++) { -+ kfree_offset = rtw_rf_get_kfree_tx_gain_offset(adapter, i, ch); -+ total_offset = kfree_offset + tx_pwr_track_offset; -+ rtw_rf_set_tx_gain_offset(adapter, i, total_offset); -+ } -+} -+ -+bool rtw_is_dfs_range(u32 hi, u32 lo) -+{ -+ return rtw_is_range_overlap(hi, lo, 5720 + 10, 5260 - 10)?_TRUE:_FALSE; -+} -+ -+bool rtw_is_dfs_ch(u8 ch, u8 bw, u8 offset) -+{ -+ u32 hi, lo; -+ -+ if (rtw_chbw_to_freq_range(ch, bw, offset, &hi, &lo) == _FALSE) -+ return _FALSE; -+ -+ return rtw_is_dfs_range(hi, lo)?_TRUE:_FALSE; -+} -+ -+bool rtw_is_long_cac_range(u32 hi, u32 lo) -+{ -+ return rtw_is_range_overlap(hi, lo, 5660 + 10, 5600 - 10)?_TRUE:_FALSE; -+} -+ -+bool rtw_is_long_cac_ch(u8 ch, u8 bw, u8 offset) -+{ -+ u32 hi, lo; -+ -+ if (rtw_chbw_to_freq_range(ch, bw, offset, &hi, &lo) == _FALSE) -+ return _FALSE; -+ -+ return rtw_is_long_cac_range(hi, lo)?_TRUE:_FALSE; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_security.c linux/3rdparty/rtl8812au/core/rtw_security.c ---- linux.old/3rdparty/rtl8812au/core/rtw_security.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_security.c 2017-06-07 23:07:21.005687029 +0300 -@@ -0,0 +1,3350 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_SECURITY_C_ -+ -+#include -+ -+static const char *_security_type_str[] = { -+ "N/A", -+ "WEP40", -+ "TKIP", -+ "TKIP_WM", -+ "AES", -+ "WEP104", -+ "SMS4", -+ "WEP_WPA", -+ "BIP", -+}; -+ -+const char *security_type_str(u8 value) -+{ -+#ifdef CONFIG_IEEE80211W -+ if (value <= _BIP_) -+#else -+ if (value <= _WEP_WPA_MIXED_) -+#endif -+ return _security_type_str[value]; -+ return NULL; -+} -+ -+#ifdef DBG_SW_SEC_CNT -+#define WEP_SW_ENC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->wep_sw_enc_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->wep_sw_enc_cnt_mc++; \ -+ else \ -+ sec->wep_sw_enc_cnt_uc++; -+ -+#define WEP_SW_DEC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->wep_sw_dec_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->wep_sw_dec_cnt_mc++; \ -+ else \ -+ sec->wep_sw_dec_cnt_uc++; -+ -+#define TKIP_SW_ENC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->tkip_sw_enc_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->tkip_sw_enc_cnt_mc++; \ -+ else \ -+ sec->tkip_sw_enc_cnt_uc++; -+ -+#define TKIP_SW_DEC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->tkip_sw_dec_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->tkip_sw_dec_cnt_mc++; \ -+ else \ -+ sec->tkip_sw_dec_cnt_uc++; -+ -+#define AES_SW_ENC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->aes_sw_enc_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->aes_sw_enc_cnt_mc++; \ -+ else \ -+ sec->aes_sw_enc_cnt_uc++; -+ -+#define AES_SW_DEC_CNT_INC(sec, ra) \ -+ if (is_broadcast_mac_addr(ra)) \ -+ sec->aes_sw_dec_cnt_bc++; \ -+ else if (is_multicast_mac_addr(ra)) \ -+ sec->aes_sw_dec_cnt_mc++; \ -+ else \ -+ sec->aes_sw_dec_cnt_uc++; -+#else -+#define WEP_SW_ENC_CNT_INC(sec, ra) -+#define WEP_SW_DEC_CNT_INC(sec, ra) -+#define TKIP_SW_ENC_CNT_INC(sec, ra) -+#define TKIP_SW_DEC_CNT_INC(sec, ra) -+#define AES_SW_ENC_CNT_INC(sec, ra) -+#define AES_SW_DEC_CNT_INC(sec, ra) -+#endif /* DBG_SW_SEC_CNT */ -+ -+//=====WEP related===== -+ -+#define CRC32_POLY 0x04c11db7 -+ -+struct arc4context -+{ -+ u32 x; -+ u32 y; -+ u8 state[256]; -+}; -+ -+ -+static void arcfour_init(struct arc4context *parc4ctx, u8 * key,u32 key_len) -+{ -+ u32 t, u; -+ u32 keyindex; -+ u32 stateindex; -+ u8 * state; -+ u32 counter; -+_func_enter_; -+ state = parc4ctx->state; -+ parc4ctx->x = 0; -+ parc4ctx->y = 0; -+ for (counter = 0; counter < 256; counter++) -+ state[counter] = (u8)counter; -+ keyindex = 0; -+ stateindex = 0; -+ for (counter = 0; counter < 256; counter++) -+ { -+ t = state[counter]; -+ stateindex = (stateindex + key[keyindex] + t) & 0xff; -+ u = state[stateindex]; -+ state[stateindex] = (u8)t; -+ state[counter] = (u8)u; -+ if (++keyindex >= key_len) -+ keyindex = 0; -+ } -+_func_exit_; -+} -+static u32 arcfour_byte( struct arc4context *parc4ctx) -+{ -+ u32 x; -+ u32 y; -+ u32 sx, sy; -+ u8 * state; -+_func_enter_; -+ state = parc4ctx->state; -+ x = (parc4ctx->x + 1) & 0xff; -+ sx = state[x]; -+ y = (sx + parc4ctx->y) & 0xff; -+ sy = state[y]; -+ parc4ctx->x = x; -+ parc4ctx->y = y; -+ state[y] = (u8)sx; -+ state[x] = (u8)sy; -+_func_exit_; -+ return state[(sx + sy) & 0xff]; -+} -+ -+ -+static void arcfour_encrypt( struct arc4context *parc4ctx, -+ u8 * dest, -+ u8 * src, -+ u32 len) -+{ -+ u32 i; -+_func_enter_; -+ for (i = 0; i < len; i++) -+ dest[i] = src[i] ^ (unsigned char)arcfour_byte(parc4ctx); -+_func_exit_; -+} -+ -+static sint bcrc32initialized = 0; -+static u32 crc32_table[256]; -+ -+ -+static u8 crc32_reverseBit( u8 data) -+{ -+ return( (u8)((data<<7)&0x80) | ((data<<5)&0x40) | ((data<<3)&0x20) | ((data<<1)&0x10) | ((data>>1)&0x08) | ((data>>3)&0x04) | ((data>>5)&0x02) | ((data>>7)&0x01) ); -+} -+ -+static void crc32_init(void) -+{ -+_func_enter_; -+ if (bcrc32initialized == 1) -+ goto exit; -+ else{ -+ sint i, j; -+ u32 c; -+ u8 *p=(u8 *)&c, *p1; -+ u8 k; -+ -+ c = 0x12340000; -+ -+ for (i = 0; i < 256; ++i) -+ { -+ k = crc32_reverseBit((u8)i); -+ for (c = ((u32)k) << 24, j = 8; j > 0; --j){ -+ c = c & 0x80000000 ? (c << 1) ^ CRC32_POLY : (c << 1); -+ } -+ p1 = (u8 *)&crc32_table[i]; -+ -+ p1[0] = crc32_reverseBit(p[3]); -+ p1[1] = crc32_reverseBit(p[2]); -+ p1[2] = crc32_reverseBit(p[1]); -+ p1[3] = crc32_reverseBit(p[0]); -+ } -+ bcrc32initialized= 1; -+ } -+exit: -+_func_exit_; -+} -+ -+static u32 getcrc32(u8 *buf, sint len) -+{ -+ u8 *p; -+ u32 crc; -+_func_enter_; -+ if (bcrc32initialized == 0) crc32_init(); -+ -+ crc = 0xffffffff; /* preload shift register, per CRC-32 spec */ -+ -+ for (p = buf; len > 0; ++p, --len) -+ { -+ crc = crc32_table[ (crc ^ *p) & 0xff] ^ (crc >> 8); -+ } -+_func_exit_; -+ return ~crc; /* transmit complement, per CRC-32 spec */ -+} -+ -+ -+/* -+ Need to consider the fragment situation -+*/ -+void rtw_wep_encrypt(_adapter *padapter, u8 *pxmitframe) -+{ // exclude ICV -+ -+ unsigned char crc[4]; -+ struct arc4context mycontext; -+ -+ sint curfragnum,length; -+ u32 keylength; -+ -+ u8 *pframe, *payload,*iv; //,*wepkey -+ u8 wepkey[16]; -+ u8 hw_hdr_offset=0; -+ struct pkt_attrib *pattrib = &((struct xmit_frame*)pxmitframe)->attrib; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ struct xmit_priv *pxmitpriv=&padapter->xmitpriv; -+ -+_func_enter_; -+ -+ -+ if(((struct xmit_frame*)pxmitframe)->buf_addr==NULL) -+ return; -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ hw_hdr_offset = TXDESC_SIZE + -+ (((struct xmit_frame*)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); -+#else -+ #ifdef CONFIG_TX_EARLY_MODE -+ hw_hdr_offset = TXDESC_OFFSET+EARLY_MODE_INFO_SIZE; -+ #else -+ hw_hdr_offset = TXDESC_OFFSET; -+ #endif -+#endif -+ -+ pframe = ((struct xmit_frame*)pxmitframe)->buf_addr + hw_hdr_offset; -+ -+ //start to encrypt each fragment -+ if((pattrib->encrypt==_WEP40_)||(pattrib->encrypt==_WEP104_)) -+ { -+ keylength=psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; -+ -+ for(curfragnum=0;curfragnumnr_frags;curfragnum++) -+ { -+ iv=pframe+pattrib->hdrlen; -+ _rtw_memcpy(&wepkey[0], iv, 3); -+ _rtw_memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0],keylength); -+ payload=pframe+pattrib->iv_len+pattrib->hdrlen; -+ -+ if((curfragnum+1)==pattrib->nr_frags) -+ { //the last fragment -+ -+ length=pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len- pattrib->icv_len; -+ -+ *((u32 *)crc)=cpu_to_le32(getcrc32(payload,length)); -+ -+ arcfour_init(&mycontext, wepkey,3+keylength); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ } -+ else -+ { -+ length=pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len ; -+ *((u32 *)crc)=cpu_to_le32(getcrc32(payload,length)); -+ arcfour_init(&mycontext, wepkey,3+keylength); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ pframe+=pxmitpriv->frag_len; -+ pframe=(u8 *)RND4((SIZE_PTR)(pframe)); -+ -+ } -+ -+ } -+ -+ WEP_SW_ENC_CNT_INC(psecuritypriv, pattrib->ra); -+ } -+ -+_func_exit_; -+ -+} -+ -+void rtw_wep_decrypt(_adapter *padapter, u8 *precvframe) -+{ -+ // exclude ICV -+ u8 crc[4]; -+ struct arc4context mycontext; -+ sint length; -+ u32 keylength; -+ u8 *pframe, *payload,*iv,wepkey[16]; -+ u8 keyindex; -+ struct rx_pkt_attrib *prxattrib = &(((union recv_frame*)precvframe)->u.hdr.attrib); -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ -+_func_enter_; -+ -+ pframe=(unsigned char *)((union recv_frame*)precvframe)->u.hdr.rx_data; -+ -+ //start to decrypt recvframe -+ if((prxattrib->encrypt==_WEP40_)||(prxattrib->encrypt==_WEP104_)) -+ { -+ iv=pframe+prxattrib->hdrlen; -+ //keyindex=(iv[3]&0x3); -+ keyindex = prxattrib->key_index; -+ keylength=psecuritypriv->dot11DefKeylen[keyindex]; -+ _rtw_memcpy(&wepkey[0], iv, 3); -+ //_rtw_memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0],keylength); -+ _rtw_memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[keyindex].skey[0],keylength); -+ length= ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; -+ -+ payload=pframe+prxattrib->iv_len+prxattrib->hdrlen; -+ -+ //decrypt payload include icv -+ arcfour_init(&mycontext, wepkey,3+keylength); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ -+ //calculate icv and compare the icv -+ *((u32 *)crc)=le32_to_cpu(getcrc32(payload,length-4)); -+ -+ if(crc[3]!=payload[length-1] || crc[2]!=payload[length-2] || crc[1]!=payload[length-3] || crc[0]!=payload[length-4]) -+ { -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_wep_decrypt:icv error crc[3](%x)!=payload[length-1](%x) || crc[2](%x)!=payload[length-2](%x) || crc[1](%x)!=payload[length-3](%x) || crc[0](%x)!=payload[length-4](%x)\n", -+ crc[3],payload[length-1],crc[2],payload[length-2],crc[1],payload[length-3],crc[0],payload[length-4])); -+ } -+ -+ WEP_SW_DEC_CNT_INC(psecuritypriv, prxattrib->ra); -+ } -+ -+_func_exit_; -+ -+ return; -+ -+} -+ -+//3 =====TKIP related===== -+ -+static u32 secmicgetuint32( u8 * p ) -+// Convert from Byte[] to Us4Byte32 in a portable way -+{ -+ s32 i; -+ u32 res = 0; -+_func_enter_; -+ for( i=0; i<4; i++ ) -+ { -+ res |= ((u32)(*p++)) << (8*i); -+ } -+_func_exit_; -+ return res; -+} -+ -+static void secmicputuint32( u8 * p, u32 val ) -+// Convert from Us4Byte32 to Byte[] in a portable way -+{ -+ long i; -+_func_enter_; -+ for( i=0; i<4; i++ ) -+ { -+ *p++ = (u8) (val & 0xff); -+ val >>= 8; -+ } -+_func_exit_; -+} -+ -+static void secmicclear(struct mic_data *pmicdata) -+{ -+// Reset the state to the empty message. -+_func_enter_; -+ pmicdata->L = pmicdata->K0; -+ pmicdata->R = pmicdata->K1; -+ pmicdata->nBytesInM = 0; -+ pmicdata->M = 0; -+_func_exit_; -+} -+ -+void rtw_secmicsetkey(struct mic_data *pmicdata, u8 * key ) -+{ -+ // Set the key -+_func_enter_; -+ pmicdata->K0 = secmicgetuint32( key ); -+ pmicdata->K1 = secmicgetuint32( key + 4 ); -+ // and reset the message -+ secmicclear(pmicdata); -+_func_exit_; -+} -+ -+void rtw_secmicappendbyte(struct mic_data *pmicdata, u8 b ) -+{ -+_func_enter_; -+ // Append the byte to our word-sized buffer -+ pmicdata->M |= ((unsigned long)b) << (8*pmicdata->nBytesInM); -+ pmicdata->nBytesInM++; -+ // Process the word if it is full. -+ if( pmicdata->nBytesInM >= 4 ) -+ { -+ pmicdata->L ^= pmicdata->M; -+ pmicdata->R ^= ROL32( pmicdata->L, 17 ); -+ pmicdata->L += pmicdata->R; -+ pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | ((pmicdata->L & 0x00ff00ff) << 8); -+ pmicdata->L += pmicdata->R; -+ pmicdata->R ^= ROL32( pmicdata->L, 3 ); -+ pmicdata->L += pmicdata->R; -+ pmicdata->R ^= ROR32( pmicdata->L, 2 ); -+ pmicdata->L += pmicdata->R; -+ // Clear the buffer -+ pmicdata->M = 0; -+ pmicdata->nBytesInM = 0; -+ } -+_func_exit_; -+} -+ -+void rtw_secmicappend(struct mic_data *pmicdata, u8 * src, u32 nbytes ) -+{ -+_func_enter_; -+ // This is simple -+ while( nbytes > 0 ) -+ { -+ rtw_secmicappendbyte(pmicdata, *src++ ); -+ nbytes--; -+ } -+_func_exit_; -+} -+ -+void rtw_secgetmic(struct mic_data *pmicdata, u8 * dst ) -+{ -+_func_enter_; -+ // Append the minimum padding -+ rtw_secmicappendbyte(pmicdata, 0x5a ); -+ rtw_secmicappendbyte(pmicdata, 0 ); -+ rtw_secmicappendbyte(pmicdata, 0 ); -+ rtw_secmicappendbyte(pmicdata, 0 ); -+ rtw_secmicappendbyte(pmicdata, 0 ); -+ // and then zeroes until the length is a multiple of 4 -+ while( pmicdata->nBytesInM != 0 ) -+ { -+ rtw_secmicappendbyte(pmicdata, 0 ); -+ } -+ // The appendByte function has already computed the result. -+ secmicputuint32( dst, pmicdata->L ); -+ secmicputuint32( dst+4, pmicdata->R ); -+ // Reset to the empty message. -+ secmicclear(pmicdata); -+_func_exit_; -+} -+ -+ -+void rtw_seccalctkipmic(u8 * key,u8 *header,u8 *data,u32 data_len,u8 *mic_code, u8 pri) -+{ -+ -+ struct mic_data micdata; -+ u8 priority[4]={0x0,0x0,0x0,0x0}; -+_func_enter_; -+ rtw_secmicsetkey(&micdata, key); -+ priority[0]=pri; -+ -+ /* Michael MIC pseudo header: DA, SA, 3 x 0, Priority */ -+ if(header[1]&1){ //ToDS==1 -+ rtw_secmicappend(&micdata, &header[16], 6); //DA -+ if(header[1]&2) //From Ds==1 -+ rtw_secmicappend(&micdata, &header[24], 6); -+ else -+ rtw_secmicappend(&micdata, &header[10], 6); -+ } -+ else{ //ToDS==0 -+ rtw_secmicappend(&micdata, &header[4], 6); //DA -+ if(header[1]&2) //From Ds==1 -+ rtw_secmicappend(&micdata, &header[16], 6); -+ else -+ rtw_secmicappend(&micdata, &header[10], 6); -+ -+ } -+ rtw_secmicappend(&micdata, &priority[0], 4); -+ -+ -+ rtw_secmicappend(&micdata, data, data_len); -+ -+ rtw_secgetmic(&micdata,mic_code); -+_func_exit_; -+} -+ -+ -+ -+ -+/* macros for extraction/creation of unsigned char/unsigned short values */ -+#define RotR1(v16) ((((v16) >> 1) & 0x7FFF) ^ (((v16) & 1) << 15)) -+#define Lo8(v16) ((u8)( (v16) & 0x00FF)) -+#define Hi8(v16) ((u8)(((v16) >> 8) & 0x00FF)) -+#define Lo16(v32) ((u16)( (v32) & 0xFFFF)) -+#define Hi16(v32) ((u16)(((v32) >>16) & 0xFFFF)) -+#define Mk16(hi,lo) ((lo) ^ (((u16)(hi)) << 8)) -+ -+/* select the Nth 16-bit word of the temporal key unsigned char array TK[] */ -+#define TK16(N) Mk16(tk[2*(N)+1],tk[2*(N)]) -+ -+/* S-box lookup: 16 bits --> 16 bits */ -+#define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)]) -+ -+/* fixed algorithm "parameters" */ -+#define PHASE1_LOOP_CNT 8 /* this needs to be "big enough" */ -+#define TA_SIZE 6 /* 48-bit transmitter address */ -+#define TK_SIZE 16 /* 128-bit temporal key */ -+#define P1K_SIZE 10 /* 80-bit Phase1 key */ -+#define RC4_KEY_SIZE 16 /* 128-bit RC4KEY (104 bits unknown) */ -+ -+ -+/* 2-unsigned char by 2-unsigned char subset of the full AES S-box table */ -+static const unsigned short Sbox1[2][256]= /* Sbox for hash (can be in ROM) */ -+{ { -+ 0xC6A5,0xF884,0xEE99,0xF68D,0xFF0D,0xD6BD,0xDEB1,0x9154, -+ 0x6050,0x0203,0xCEA9,0x567D,0xE719,0xB562,0x4DE6,0xEC9A, -+ 0x8F45,0x1F9D,0x8940,0xFA87,0xEF15,0xB2EB,0x8EC9,0xFB0B, -+ 0x41EC,0xB367,0x5FFD,0x45EA,0x23BF,0x53F7,0xE496,0x9B5B, -+ 0x75C2,0xE11C,0x3DAE,0x4C6A,0x6C5A,0x7E41,0xF502,0x834F, -+ 0x685C,0x51F4,0xD134,0xF908,0xE293,0xAB73,0x6253,0x2A3F, -+ 0x080C,0x9552,0x4665,0x9D5E,0x3028,0x37A1,0x0A0F,0x2FB5, -+ 0x0E09,0x2436,0x1B9B,0xDF3D,0xCD26,0x4E69,0x7FCD,0xEA9F, -+ 0x121B,0x1D9E,0x5874,0x342E,0x362D,0xDCB2,0xB4EE,0x5BFB, -+ 0xA4F6,0x764D,0xB761,0x7DCE,0x527B,0xDD3E,0x5E71,0x1397, -+ 0xA6F5,0xB968,0x0000,0xC12C,0x4060,0xE31F,0x79C8,0xB6ED, -+ 0xD4BE,0x8D46,0x67D9,0x724B,0x94DE,0x98D4,0xB0E8,0x854A, -+ 0xBB6B,0xC52A,0x4FE5,0xED16,0x86C5,0x9AD7,0x6655,0x1194, -+ 0x8ACF,0xE910,0x0406,0xFE81,0xA0F0,0x7844,0x25BA,0x4BE3, -+ 0xA2F3,0x5DFE,0x80C0,0x058A,0x3FAD,0x21BC,0x7048,0xF104, -+ 0x63DF,0x77C1,0xAF75,0x4263,0x2030,0xE51A,0xFD0E,0xBF6D, -+ 0x814C,0x1814,0x2635,0xC32F,0xBEE1,0x35A2,0x88CC,0x2E39, -+ 0x9357,0x55F2,0xFC82,0x7A47,0xC8AC,0xBAE7,0x322B,0xE695, -+ 0xC0A0,0x1998,0x9ED1,0xA37F,0x4466,0x547E,0x3BAB,0x0B83, -+ 0x8CCA,0xC729,0x6BD3,0x283C,0xA779,0xBCE2,0x161D,0xAD76, -+ 0xDB3B,0x6456,0x744E,0x141E,0x92DB,0x0C0A,0x486C,0xB8E4, -+ 0x9F5D,0xBD6E,0x43EF,0xC4A6,0x39A8,0x31A4,0xD337,0xF28B, -+ 0xD532,0x8B43,0x6E59,0xDAB7,0x018C,0xB164,0x9CD2,0x49E0, -+ 0xD8B4,0xACFA,0xF307,0xCF25,0xCAAF,0xF48E,0x47E9,0x1018, -+ 0x6FD5,0xF088,0x4A6F,0x5C72,0x3824,0x57F1,0x73C7,0x9751, -+ 0xCB23,0xA17C,0xE89C,0x3E21,0x96DD,0x61DC,0x0D86,0x0F85, -+ 0xE090,0x7C42,0x71C4,0xCCAA,0x90D8,0x0605,0xF701,0x1C12, -+ 0xC2A3,0x6A5F,0xAEF9,0x69D0,0x1791,0x9958,0x3A27,0x27B9, -+ 0xD938,0xEB13,0x2BB3,0x2233,0xD2BB,0xA970,0x0789,0x33A7, -+ 0x2DB6,0x3C22,0x1592,0xC920,0x8749,0xAAFF,0x5078,0xA57A, -+ 0x038F,0x59F8,0x0980,0x1A17,0x65DA,0xD731,0x84C6,0xD0B8, -+ 0x82C3,0x29B0,0x5A77,0x1E11,0x7BCB,0xA8FC,0x6DD6,0x2C3A, -+ }, -+ -+ -+ { /* second half of table is unsigned char-reversed version of first! */ -+ 0xA5C6,0x84F8,0x99EE,0x8DF6,0x0DFF,0xBDD6,0xB1DE,0x5491, -+ 0x5060,0x0302,0xA9CE,0x7D56,0x19E7,0x62B5,0xE64D,0x9AEC, -+ 0x458F,0x9D1F,0x4089,0x87FA,0x15EF,0xEBB2,0xC98E,0x0BFB, -+ 0xEC41,0x67B3,0xFD5F,0xEA45,0xBF23,0xF753,0x96E4,0x5B9B, -+ 0xC275,0x1CE1,0xAE3D,0x6A4C,0x5A6C,0x417E,0x02F5,0x4F83, -+ 0x5C68,0xF451,0x34D1,0x08F9,0x93E2,0x73AB,0x5362,0x3F2A, -+ 0x0C08,0x5295,0x6546,0x5E9D,0x2830,0xA137,0x0F0A,0xB52F, -+ 0x090E,0x3624,0x9B1B,0x3DDF,0x26CD,0x694E,0xCD7F,0x9FEA, -+ 0x1B12,0x9E1D,0x7458,0x2E34,0x2D36,0xB2DC,0xEEB4,0xFB5B, -+ 0xF6A4,0x4D76,0x61B7,0xCE7D,0x7B52,0x3EDD,0x715E,0x9713, -+ 0xF5A6,0x68B9,0x0000,0x2CC1,0x6040,0x1FE3,0xC879,0xEDB6, -+ 0xBED4,0x468D,0xD967,0x4B72,0xDE94,0xD498,0xE8B0,0x4A85, -+ 0x6BBB,0x2AC5,0xE54F,0x16ED,0xC586,0xD79A,0x5566,0x9411, -+ 0xCF8A,0x10E9,0x0604,0x81FE,0xF0A0,0x4478,0xBA25,0xE34B, -+ 0xF3A2,0xFE5D,0xC080,0x8A05,0xAD3F,0xBC21,0x4870,0x04F1, -+ 0xDF63,0xC177,0x75AF,0x6342,0x3020,0x1AE5,0x0EFD,0x6DBF, -+ 0x4C81,0x1418,0x3526,0x2FC3,0xE1BE,0xA235,0xCC88,0x392E, -+ 0x5793,0xF255,0x82FC,0x477A,0xACC8,0xE7BA,0x2B32,0x95E6, -+ 0xA0C0,0x9819,0xD19E,0x7FA3,0x6644,0x7E54,0xAB3B,0x830B, -+ 0xCA8C,0x29C7,0xD36B,0x3C28,0x79A7,0xE2BC,0x1D16,0x76AD, -+ 0x3BDB,0x5664,0x4E74,0x1E14,0xDB92,0x0A0C,0x6C48,0xE4B8, -+ 0x5D9F,0x6EBD,0xEF43,0xA6C4,0xA839,0xA431,0x37D3,0x8BF2, -+ 0x32D5,0x438B,0x596E,0xB7DA,0x8C01,0x64B1,0xD29C,0xE049, -+ 0xB4D8,0xFAAC,0x07F3,0x25CF,0xAFCA,0x8EF4,0xE947,0x1810, -+ 0xD56F,0x88F0,0x6F4A,0x725C,0x2438,0xF157,0xC773,0x5197, -+ 0x23CB,0x7CA1,0x9CE8,0x213E,0xDD96,0xDC61,0x860D,0x850F, -+ 0x90E0,0x427C,0xC471,0xAACC,0xD890,0x0506,0x01F7,0x121C, -+ 0xA3C2,0x5F6A,0xF9AE,0xD069,0x9117,0x5899,0x273A,0xB927, -+ 0x38D9,0x13EB,0xB32B,0x3322,0xBBD2,0x70A9,0x8907,0xA733, -+ 0xB62D,0x223C,0x9215,0x20C9,0x4987,0xFFAA,0x7850,0x7AA5, -+ 0x8F03,0xF859,0x8009,0x171A,0xDA65,0x31D7,0xC684,0xB8D0, -+ 0xC382,0xB029,0x775A,0x111E,0xCB7B,0xFCA8,0xD66D,0x3A2C, -+ } -+}; -+ -+ /* -+********************************************************************** -+* Routine: Phase 1 -- generate P1K, given TA, TK, IV32 -+* -+* Inputs: -+* tk[] = temporal key [128 bits] -+* ta[] = transmitter's MAC address [ 48 bits] -+* iv32 = upper 32 bits of IV [ 32 bits] -+* Output: -+* p1k[] = Phase 1 key [ 80 bits] -+* -+* Note: -+* This function only needs to be called every 2**16 packets, -+* although in theory it could be called every packet. -+* -+********************************************************************** -+*/ -+static void phase1(u16 *p1k,const u8 *tk,const u8 *ta,u32 iv32) -+{ -+ sint i; -+_func_enter_; -+ /* Initialize the 80 bits of P1K[] from IV32 and TA[0..5] */ -+ p1k[0] = Lo16(iv32); -+ p1k[1] = Hi16(iv32); -+ p1k[2] = Mk16(ta[1],ta[0]); /* use TA[] as little-endian */ -+ p1k[3] = Mk16(ta[3],ta[2]); -+ p1k[4] = Mk16(ta[5],ta[4]); -+ -+ /* Now compute an unbalanced Feistel cipher with 80-bit block */ -+ /* size on the 80-bit block P1K[], using the 128-bit key TK[] */ -+ for (i=0; i < PHASE1_LOOP_CNT ;i++) -+ { /* Each add operation here is mod 2**16 */ -+ p1k[0] += _S_(p1k[4] ^ TK16((i&1)+0)); -+ p1k[1] += _S_(p1k[0] ^ TK16((i&1)+2)); -+ p1k[2] += _S_(p1k[1] ^ TK16((i&1)+4)); -+ p1k[3] += _S_(p1k[2] ^ TK16((i&1)+6)); -+ p1k[4] += _S_(p1k[3] ^ TK16((i&1)+0)); -+ p1k[4] += (unsigned short)i; /* avoid "slide attacks" */ -+ } -+_func_exit_; -+} -+ -+ -+/* -+********************************************************************** -+* Routine: Phase 2 -- generate RC4KEY, given TK, P1K, IV16 -+* -+* Inputs: -+* tk[] = Temporal key [128 bits] -+* p1k[] = Phase 1 output key [ 80 bits] -+* iv16 = low 16 bits of IV counter [ 16 bits] -+* Output: -+* rc4key[] = the key used to encrypt the packet [128 bits] -+* -+* Note: -+* The value {TA,IV32,IV16} for Phase1/Phase2 must be unique -+* across all packets using the same key TK value. Then, for a -+* given value of TK[], this TKIP48 construction guarantees that -+* the final RC4KEY value is unique across all packets. -+* -+* Suggested implementation optimization: if PPK[] is "overlaid" -+* appropriately on RC4KEY[], there is no need for the final -+* for loop below that copies the PPK[] result into RC4KEY[]. -+* -+********************************************************************** -+*/ -+static void phase2(u8 *rc4key,const u8 *tk,const u16 *p1k,u16 iv16) -+{ -+ sint i; -+ u16 PPK[6]; /* temporary key for mixing */ -+_func_enter_; -+ /* Note: all adds in the PPK[] equations below are mod 2**16 */ -+ for (i=0;i<5;i++) PPK[i]=p1k[i]; /* first, copy P1K to PPK */ -+ PPK[5] = p1k[4] +iv16; /* next, add in IV16 */ -+ -+ /* Bijective non-linear mixing of the 96 bits of PPK[0..5] */ -+ PPK[0] += _S_(PPK[5] ^ TK16(0)); /* Mix key in each "round" */ -+ PPK[1] += _S_(PPK[0] ^ TK16(1)); -+ PPK[2] += _S_(PPK[1] ^ TK16(2)); -+ PPK[3] += _S_(PPK[2] ^ TK16(3)); -+ PPK[4] += _S_(PPK[3] ^ TK16(4)); -+ PPK[5] += _S_(PPK[4] ^ TK16(5)); /* Total # S-box lookups == 6 */ -+ -+ /* Final sweep: bijective, "linear". Rotates kill LSB correlations */ -+ PPK[0] += RotR1(PPK[5] ^ TK16(6)); -+ PPK[1] += RotR1(PPK[0] ^ TK16(7)); /* Use all of TK[] in Phase2 */ -+ PPK[2] += RotR1(PPK[1]); -+ PPK[3] += RotR1(PPK[2]); -+ PPK[4] += RotR1(PPK[3]); -+ PPK[5] += RotR1(PPK[4]); -+ /* Note: At this point, for a given key TK[0..15], the 96-bit output */ -+ /* value PPK[0..5] is guaranteed to be unique, as a function */ -+ /* of the 96-bit "input" value {TA,IV32,IV16}. That is, P1K */ -+ /* is now a keyed permutation of {TA,IV32,IV16}. */ -+ -+ /* Set RC4KEY[0..3], which includes "cleartext" portion of RC4 key */ -+ rc4key[0] = Hi8(iv16); /* RC4KEY[0..2] is the WEP IV */ -+ rc4key[1] =(Hi8(iv16) | 0x20) & 0x7F; /* Help avoid weak (FMS) keys */ -+ rc4key[2] = Lo8(iv16); -+ rc4key[3] = Lo8((PPK[5] ^ TK16(0)) >> 1); -+ -+ -+ /* Copy 96 bits of PPK[0..5] to RC4KEY[4..15] (little-endian) */ -+ for (i=0;i<6;i++) -+ { -+ rc4key[4+2*i] = Lo8(PPK[i]); -+ rc4key[5+2*i] = Hi8(PPK[i]); -+ } -+_func_exit_; -+} -+ -+ -+//The hlen isn't include the IV -+u32 rtw_tkip_encrypt(_adapter *padapter, u8 *pxmitframe) -+{ // exclude ICV -+ u16 pnl; -+ u32 pnh; -+ u8 rc4key[16]; -+ u8 ttkey[16]; -+ u8 crc[4]; -+ u8 hw_hdr_offset = 0; -+ struct arc4context mycontext; -+ sint curfragnum,length; -+ u32 prwskeylen; -+ -+ u8 *pframe, *payload,*iv,*prwskey; -+ union pn48 dot11txpn; -+ //struct sta_info *stainfo; -+ struct pkt_attrib *pattrib = &((struct xmit_frame *)pxmitframe)->attrib; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ struct xmit_priv *pxmitpriv=&padapter->xmitpriv; -+ u32 res=_SUCCESS; -+_func_enter_; -+ -+ if(((struct xmit_frame*)pxmitframe)->buf_addr==NULL) -+ return _FAIL; -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ hw_hdr_offset = TXDESC_SIZE + -+ (((struct xmit_frame*)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); -+#else -+ #ifdef CONFIG_TX_EARLY_MODE -+ hw_hdr_offset = TXDESC_OFFSET+EARLY_MODE_INFO_SIZE; -+ #else -+ hw_hdr_offset = TXDESC_OFFSET; -+ #endif -+#endif -+ -+ pframe = ((struct xmit_frame*)pxmitframe)->buf_addr + hw_hdr_offset; -+ //4 start to encrypt each fragment -+ if(pattrib->encrypt==_TKIP_){ -+ -+/* -+ if(pattrib->psta) -+ { -+ stainfo = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ stainfo=rtw_get_stainfo(&padapter->stapriv ,&pattrib->ra[0] ); -+ } -+*/ -+ //if (stainfo!=NULL) -+ { -+/* -+ if(!(stainfo->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, stainfo->state); -+ return _FAIL; -+ } -+*/ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_tkip_encrypt: stainfo!=NULL!!!\n")); -+ -+ if(IS_MCAST(pattrib->ra)) -+ { -+ prwskey=psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; -+ } -+ else -+ { -+ //prwskey=&stainfo->dot118021x_UncstKey.skey[0]; -+ prwskey=pattrib->dot118021x_UncstKey.skey; -+ } -+ -+ prwskeylen=16; -+ -+ for(curfragnum=0;curfragnumnr_frags;curfragnum++){ -+ iv=pframe+pattrib->hdrlen; -+ payload=pframe+pattrib->iv_len+pattrib->hdrlen; -+ -+ GET_TKIP_PN(iv, dot11txpn); -+ -+ pnl=(u16)(dot11txpn.val); -+ pnh=(u32)(dot11txpn.val>>16); -+ -+ phase1((u16 *)&ttkey[0],prwskey,&pattrib->ta[0],pnh); -+ -+ phase2(&rc4key[0],prwskey,(u16 *)&ttkey[0],pnl); -+ -+ if((curfragnum+1)==pattrib->nr_frags){ //4 the last fragment -+ length=pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len- pattrib->icv_len; -+ RT_TRACE(_module_rtl871x_security_c_,_drv_info_,("pattrib->iv_len =%x, pattrib->icv_len =%x\n", pattrib->iv_len,pattrib->icv_len)); -+ *((u32 *)crc)=cpu_to_le32(getcrc32(payload,length));/* modified by Amy*/ -+ -+ arcfour_init(&mycontext, rc4key,16); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ } -+ else{ -+ length=pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len ; -+ *((u32 *)crc)=cpu_to_le32(getcrc32(payload,length));/* modified by Amy*/ -+ arcfour_init(&mycontext,rc4key,16); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ arcfour_encrypt(&mycontext, payload+length, crc, 4); -+ -+ pframe+=pxmitpriv->frag_len; -+ pframe=(u8 *)RND4((SIZE_PTR)(pframe)); -+ -+ } -+ } -+ -+ TKIP_SW_ENC_CNT_INC(psecuritypriv,pattrib->ra); -+ } -+/* -+ else{ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_tkip_encrypt: stainfo==NULL!!!\n")); -+ DBG_871X("%s, psta==NUL\n", __func__); -+ res=_FAIL; -+ } -+*/ -+ -+ } -+_func_exit_; -+ return res; -+ -+} -+ -+ -+//The hlen isn't include the IV -+u32 rtw_tkip_decrypt(_adapter *padapter, u8 *precvframe) -+{ // exclude ICV -+ u16 pnl; -+ u32 pnh; -+ u8 rc4key[16]; -+ u8 ttkey[16]; -+ u8 crc[4]; -+ struct arc4context mycontext; -+ sint length; -+ u32 prwskeylen; -+ -+ u8 *pframe, *payload,*iv,*prwskey; -+ union pn48 dot11txpn; -+ struct sta_info *stainfo; -+ struct rx_pkt_attrib *prxattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+// struct recv_priv *precvpriv=&padapter->recvpriv; -+ u32 res=_SUCCESS; -+ -+_func_enter_; -+ -+ pframe=(unsigned char *)((union recv_frame*)precvframe)->u.hdr.rx_data; -+ -+ //4 start to decrypt recvframe -+ if(prxattrib->encrypt==_TKIP_){ -+ -+ stainfo=rtw_get_stainfo(&padapter->stapriv ,&prxattrib->ta[0] ); -+ if (stainfo!=NULL){ -+ -+ if(IS_MCAST(prxattrib->ra)) -+ { -+ static u32 start = 0; -+ static u32 no_gkey_bc_cnt = 0; -+ static u32 no_gkey_mc_cnt = 0; -+ -+ if(psecuritypriv->binstallGrpkey==_FALSE) -+ { -+ res=_FAIL; -+ -+ if (start == 0) -+ start = rtw_get_current_time(); -+ -+ if (is_broadcast_mac_addr(prxattrib->ra)) -+ no_gkey_bc_cnt++; -+ else -+ no_gkey_mc_cnt++; -+ -+ if (rtw_get_passing_time_ms(start) > 1000) { -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = rtw_get_current_time(); -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ } -+ goto exit; -+ } -+ -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" gkey installed. no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = 0; -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ -+ //DBG_871X("rx bc/mc packets, to perform sw rtw_tkip_decrypt\n"); -+ //prwskey = psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; -+ prwskey = psecuritypriv->dot118021XGrpKey[prxattrib->key_index].skey; -+ prwskeylen=16; -+ } -+ else -+ { -+ prwskey=&stainfo->dot118021x_UncstKey.skey[0]; -+ prwskeylen=16; -+ } -+ -+ iv=pframe+prxattrib->hdrlen; -+ payload=pframe+prxattrib->iv_len+prxattrib->hdrlen; -+ length= ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; -+ -+ GET_TKIP_PN(iv, dot11txpn); -+ -+ pnl=(u16)(dot11txpn.val); -+ pnh=(u32)(dot11txpn.val>>16); -+ -+ phase1((u16 *)&ttkey[0],prwskey,&prxattrib->ta[0],pnh); -+ phase2(&rc4key[0],prwskey,(unsigned short *)&ttkey[0],pnl); -+ -+ //4 decrypt payload include icv -+ -+ arcfour_init(&mycontext, rc4key,16); -+ arcfour_encrypt(&mycontext, payload, payload, length); -+ -+ *((u32 *)crc)=le32_to_cpu(getcrc32(payload,length-4)); -+ -+ if(crc[3]!=payload[length-1] || crc[2]!=payload[length-2] || crc[1]!=payload[length-3] || crc[0]!=payload[length-4]) -+ { -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_wep_decrypt:icv error crc[3](%x)!=payload[length-1](%x) || crc[2](%x)!=payload[length-2](%x) || crc[1](%x)!=payload[length-3](%x) || crc[0](%x)!=payload[length-4](%x)\n", -+ crc[3],payload[length-1],crc[2],payload[length-2],crc[1],payload[length-3],crc[0],payload[length-4])); -+ res=_FAIL; -+ } -+ -+ TKIP_SW_DEC_CNT_INC(psecuritypriv, prxattrib->ra); -+ } -+ else{ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_tkip_decrypt: stainfo==NULL!!!\n")); -+ res=_FAIL; -+ } -+ -+ } -+_func_exit_; -+exit: -+ return res; -+ -+} -+ -+ -+//3 =====AES related===== -+ -+ -+ -+#define MAX_MSG_SIZE 2048 -+/*****************************/ -+/******** SBOX Table *********/ -+/*****************************/ -+ -+ static u8 sbox_table[256] = -+ { -+ 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5, -+ 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76, -+ 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0, -+ 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0, -+ 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc, -+ 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15, -+ 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a, -+ 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75, -+ 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0, -+ 0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84, -+ 0x53, 0xd1, 0x00, 0xed, 0x20, 0xfc, 0xb1, 0x5b, -+ 0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf, -+ 0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85, -+ 0x45, 0xf9, 0x02, 0x7f, 0x50, 0x3c, 0x9f, 0xa8, -+ 0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5, -+ 0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2, -+ 0xcd, 0x0c, 0x13, 0xec, 0x5f, 0x97, 0x44, 0x17, -+ 0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73, -+ 0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88, -+ 0x46, 0xee, 0xb8, 0x14, 0xde, 0x5e, 0x0b, 0xdb, -+ 0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c, -+ 0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79, -+ 0xe7, 0xc8, 0x37, 0x6d, 0x8d, 0xd5, 0x4e, 0xa9, -+ 0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08, -+ 0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6, -+ 0xe8, 0xdd, 0x74, 0x1f, 0x4b, 0xbd, 0x8b, 0x8a, -+ 0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e, -+ 0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e, -+ 0xe1, 0xf8, 0x98, 0x11, 0x69, 0xd9, 0x8e, 0x94, -+ 0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf, -+ 0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68, -+ 0x41, 0x99, 0x2d, 0x0f, 0xb0, 0x54, 0xbb, 0x16 -+ }; -+ -+/*****************************/ -+/**** Function Prototypes ****/ -+/*****************************/ -+ -+static void bitwise_xor(u8 *ina, u8 *inb, u8 *out); -+static void construct_mic_iv( -+ u8 *mic_header1, -+ sint qc_exists, -+ sint a4_exists, -+ u8 *mpdu, -+ uint payload_length, -+ u8 * pn_vector, -+ uint frtype);// add for CONFIG_IEEE80211W, none 11w also can use -+static void construct_mic_header1( -+ u8 *mic_header1, -+ sint header_length, -+ u8 *mpdu, -+ uint frtype);// add for CONFIG_IEEE80211W, none 11w also can use -+static void construct_mic_header2( -+ u8 *mic_header2, -+ u8 *mpdu, -+ sint a4_exists, -+ sint qc_exists); -+static void construct_ctr_preload( -+ u8 *ctr_preload, -+ sint a4_exists, -+ sint qc_exists, -+ u8 *mpdu, -+ u8 *pn_vector, -+ sint c, -+ uint frtype);// add for CONFIG_IEEE80211W, none 11w also can use -+static void xor_128(u8 *a, u8 *b, u8 *out); -+static void xor_32(u8 *a, u8 *b, u8 *out); -+static u8 sbox(u8 a); -+static void next_key(u8 *key, sint round); -+static void byte_sub(u8 *in, u8 *out); -+static void shift_row(u8 *in, u8 *out); -+static void mix_column(u8 *in, u8 *out); -+#ifndef PLATFORM_FREEBSD -+static void add_round_key( u8 *shiftrow_in, -+ u8 *mcol_in, -+ u8 *block_in, -+ sint round, -+ u8 *out); -+#endif //PLATFORM_FREEBSD -+static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); -+ -+ -+/****************************************/ -+/* aes128k128d() */ -+/* Performs a 128 bit AES encrypt with */ -+/* 128 bit data. */ -+/****************************************/ -+static void xor_128(u8 *a, u8 *b, u8 *out) -+{ -+ sint i; -+_func_enter_; -+ for (i=0;i<16; i++) -+ { -+ out[i] = a[i] ^ b[i]; -+ } -+_func_exit_; -+} -+ -+ -+static void xor_32(u8 *a, u8 *b, u8 *out) -+{ -+ sint i; -+_func_enter_; -+ for (i=0;i<4; i++) -+ { -+ out[i] = a[i] ^ b[i]; -+ } -+_func_exit_; -+} -+ -+ -+static u8 sbox(u8 a) -+{ -+ return sbox_table[(sint)a]; -+} -+ -+ -+static void next_key(u8 *key, sint round) -+{ -+ u8 rcon; -+ u8 sbox_key[4]; -+ u8 rcon_table[12] = -+ { -+ 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, -+ 0x1b, 0x36, 0x36, 0x36 -+ }; -+_func_enter_; -+ sbox_key[0] = sbox(key[13]); -+ sbox_key[1] = sbox(key[14]); -+ sbox_key[2] = sbox(key[15]); -+ sbox_key[3] = sbox(key[12]); -+ -+ rcon = rcon_table[round]; -+ -+ xor_32(&key[0], sbox_key, &key[0]); -+ key[0] = key[0] ^ rcon; -+ -+ xor_32(&key[4], &key[0], &key[4]); -+ xor_32(&key[8], &key[4], &key[8]); -+ xor_32(&key[12], &key[8], &key[12]); -+_func_exit_; -+} -+ -+ -+static void byte_sub(u8 *in, u8 *out) -+{ -+ sint i; -+_func_enter_; -+ for (i=0; i< 16; i++) -+ { -+ out[i] = sbox(in[i]); -+ } -+_func_exit_; -+} -+ -+ -+static void shift_row(u8 *in, u8 *out) -+{ -+_func_enter_; -+ out[0] = in[0]; -+ out[1] = in[5]; -+ out[2] = in[10]; -+ out[3] = in[15]; -+ out[4] = in[4]; -+ out[5] = in[9]; -+ out[6] = in[14]; -+ out[7] = in[3]; -+ out[8] = in[8]; -+ out[9] = in[13]; -+ out[10] = in[2]; -+ out[11] = in[7]; -+ out[12] = in[12]; -+ out[13] = in[1]; -+ out[14] = in[6]; -+ out[15] = in[11]; -+_func_exit_; -+} -+ -+ -+static void mix_column(u8 *in, u8 *out) -+{ -+ sint i; -+ u8 add1b[4]; -+ u8 add1bf7[4]; -+ u8 rotl[4]; -+ u8 swap_halfs[4]; -+ u8 andf7[4]; -+ u8 rotr[4]; -+ u8 temp[4]; -+ u8 tempb[4]; -+_func_enter_; -+ for (i=0 ; i<4; i++) -+ { -+ if ((in[i] & 0x80)== 0x80) -+ add1b[i] = 0x1b; -+ else -+ add1b[i] = 0x00; -+ } -+ -+ swap_halfs[0] = in[2]; /* Swap halfs */ -+ swap_halfs[1] = in[3]; -+ swap_halfs[2] = in[0]; -+ swap_halfs[3] = in[1]; -+ -+ rotl[0] = in[3]; /* Rotate left 8 bits */ -+ rotl[1] = in[0]; -+ rotl[2] = in[1]; -+ rotl[3] = in[2]; -+ -+ andf7[0] = in[0] & 0x7f; -+ andf7[1] = in[1] & 0x7f; -+ andf7[2] = in[2] & 0x7f; -+ andf7[3] = in[3] & 0x7f; -+ -+ for (i = 3; i>0; i--) /* logical shift left 1 bit */ -+ { -+ andf7[i] = andf7[i] << 1; -+ if ((andf7[i-1] & 0x80) == 0x80) -+ { -+ andf7[i] = (andf7[i] | 0x01); -+ } -+ } -+ andf7[0] = andf7[0] << 1; -+ andf7[0] = andf7[0] & 0xfe; -+ -+ xor_32(add1b, andf7, add1bf7); -+ -+ xor_32(in, add1bf7, rotr); -+ -+ temp[0] = rotr[0]; /* Rotate right 8 bits */ -+ rotr[0] = rotr[1]; -+ rotr[1] = rotr[2]; -+ rotr[2] = rotr[3]; -+ rotr[3] = temp[0]; -+ -+ xor_32(add1bf7, rotr, temp); -+ xor_32(swap_halfs, rotl,tempb); -+ xor_32(temp, tempb, out); -+_func_exit_; -+} -+ -+ -+static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) -+{ -+ sint round; -+ sint i; -+ u8 intermediatea[16]; -+ u8 intermediateb[16]; -+ u8 round_key[16]; -+_func_enter_; -+ for(i=0; i<16; i++) round_key[i] = key[i]; -+ -+ for (round = 0; round < 11; round++) -+ { -+ if (round == 0) -+ { -+ xor_128(round_key, data, ciphertext); -+ next_key(round_key, round); -+ } -+ else if (round == 10) -+ { -+ byte_sub(ciphertext, intermediatea); -+ shift_row(intermediatea, intermediateb); -+ xor_128(intermediateb, round_key, ciphertext); -+ } -+ else /* 1 - 9 */ -+ { -+ byte_sub(ciphertext, intermediatea); -+ shift_row(intermediatea, intermediateb); -+ mix_column(&intermediateb[0], &intermediatea[0]); -+ mix_column(&intermediateb[4], &intermediatea[4]); -+ mix_column(&intermediateb[8], &intermediatea[8]); -+ mix_column(&intermediateb[12], &intermediatea[12]); -+ xor_128(intermediatea, round_key, ciphertext); -+ next_key(round_key, round); -+ } -+ } -+_func_exit_; -+} -+ -+ -+/************************************************/ -+/* construct_mic_iv() */ -+/* Builds the MIC IV from header fields and PN */ -+/* Baron think the function is construct CCM */ -+/* nonce */ -+/************************************************/ -+static void construct_mic_iv( -+ u8 *mic_iv, -+ sint qc_exists, -+ sint a4_exists, -+ u8 *mpdu, -+ uint payload_length, -+ u8 *pn_vector, -+ uint frtype// add for CONFIG_IEEE80211W, none 11w also can use -+ ) -+{ -+ sint i; -+_func_enter_; -+ mic_iv[0] = 0x59; -+ if (qc_exists && a4_exists) mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ -+ if (qc_exists && !a4_exists) mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ -+ if (!qc_exists) mic_iv[1] = 0x00; -+#ifdef CONFIG_IEEE80211W -+ //802.11w management frame should set management bit(4) -+ if(frtype == WIFI_MGT_TYPE) -+ mic_iv[1] |= BIT(4); -+#endif //CONFIG_IEEE80211W -+ for (i = 2; i < 8; i++) -+ mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ -+ #ifdef CONSISTENT_PN_ORDER -+ for (i = 8; i < 14; i++) -+ mic_iv[i] = pn_vector[i - 8]; /* mic_iv[8:13] = PN[0:5] */ -+ #else -+ for (i = 8; i < 14; i++) -+ mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ -+ #endif -+ mic_iv[14] = (unsigned char) (payload_length / 256); -+ mic_iv[15] = (unsigned char) (payload_length % 256); -+_func_exit_; -+} -+ -+ -+/************************************************/ -+/* construct_mic_header1() */ -+/* Builds the first MIC header block from */ -+/* header fields. */ -+/* Build AAD SC,A1,A2 */ -+/************************************************/ -+static void construct_mic_header1( -+ u8 *mic_header1, -+ sint header_length, -+ u8 *mpdu, -+ uint frtype// add for CONFIG_IEEE80211W, none 11w also can use -+ ) -+{ -+_func_enter_; -+ mic_header1[0] = (u8)((header_length - 2) / 256); -+ mic_header1[1] = (u8)((header_length - 2) % 256); -+#ifdef CONFIG_IEEE80211W -+ //802.11w management frame don't AND subtype bits 4,5,6 of frame control field -+ if(frtype == WIFI_MGT_TYPE) -+ mic_header1[2] = mpdu[0]; -+ else -+#endif //CONFIG_IEEE80211W -+ mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ -+ -+ mic_header1[3] = mpdu[1] & 0xc7; /* Mute retry, more data and pwr mgt bits */ -+ mic_header1[4] = mpdu[4]; /* A1 */ -+ mic_header1[5] = mpdu[5]; -+ mic_header1[6] = mpdu[6]; -+ mic_header1[7] = mpdu[7]; -+ mic_header1[8] = mpdu[8]; -+ mic_header1[9] = mpdu[9]; -+ mic_header1[10] = mpdu[10]; /* A2 */ -+ mic_header1[11] = mpdu[11]; -+ mic_header1[12] = mpdu[12]; -+ mic_header1[13] = mpdu[13]; -+ mic_header1[14] = mpdu[14]; -+ mic_header1[15] = mpdu[15]; -+_func_exit_; -+} -+ -+ -+/************************************************/ -+/* construct_mic_header2() */ -+/* Builds the last MIC header block from */ -+/* header fields. */ -+/************************************************/ -+static void construct_mic_header2( -+ u8 *mic_header2, -+ u8 *mpdu, -+ sint a4_exists, -+ sint qc_exists -+ ) -+{ -+ sint i; -+_func_enter_; -+ for (i = 0; i<16; i++) mic_header2[i]=0x00; -+ -+ mic_header2[0] = mpdu[16]; /* A3 */ -+ mic_header2[1] = mpdu[17]; -+ mic_header2[2] = mpdu[18]; -+ mic_header2[3] = mpdu[19]; -+ mic_header2[4] = mpdu[20]; -+ mic_header2[5] = mpdu[21]; -+ -+ //mic_header2[6] = mpdu[22] & 0xf0; /* SC */ -+ mic_header2[6] = 0x00; -+ mic_header2[7] = 0x00; /* mpdu[23]; */ -+ -+ -+ if (!qc_exists && a4_exists) -+ { -+ for (i=0;i<6;i++) mic_header2[8+i] = mpdu[24+i]; /* A4 */ -+ -+ } -+ -+ if (qc_exists && !a4_exists) -+ { -+ mic_header2[8] = mpdu[24] & 0x0f; /* mute bits 15 - 4 */ -+ mic_header2[9] = mpdu[25] & 0x00; -+ } -+ -+ if (qc_exists && a4_exists) -+ { -+ for (i=0;i<6;i++) mic_header2[8+i] = mpdu[24+i]; /* A4 */ -+ -+ mic_header2[14] = mpdu[30] & 0x0f; -+ mic_header2[15] = mpdu[31] & 0x00; -+ } -+ -+_func_exit_; -+} -+ -+ -+/************************************************/ -+/* construct_mic_header2() */ -+/* Builds the last MIC header block from */ -+/* header fields. */ -+/* Baron think the function is construct CCM */ -+/* nonce */ -+/************************************************/ -+static void construct_ctr_preload( -+ u8 *ctr_preload, -+ sint a4_exists, -+ sint qc_exists, -+ u8 *mpdu, -+ u8 *pn_vector, -+ sint c, -+ uint frtype // add for CONFIG_IEEE80211W, none 11w also can use -+ ) -+{ -+ sint i = 0; -+_func_enter_; -+ for (i=0; i<16; i++) ctr_preload[i] = 0x00; -+ i = 0; -+ -+ ctr_preload[0] = 0x01; /* flag */ -+ if (qc_exists && a4_exists) -+ ctr_preload[1] = mpdu[30] & 0x0f; /* QoC_Control */ -+ if (qc_exists && !a4_exists) -+ ctr_preload[1] = mpdu[24] & 0x0f; -+#ifdef CONFIG_IEEE80211W -+ //802.11w management frame should set management bit(4) -+ if(frtype == WIFI_MGT_TYPE) -+ ctr_preload[1] |= BIT(4); -+#endif //CONFIG_IEEE80211W -+ for (i = 2; i < 8; i++) -+ ctr_preload[i] = mpdu[i + 8]; /* ctr_preload[2:7] = A2[0:5] = mpdu[10:15] */ -+ #ifdef CONSISTENT_PN_ORDER -+ for (i = 8; i < 14; i++) -+ ctr_preload[i] = pn_vector[i - 8]; /* ctr_preload[8:13] = PN[0:5] */ -+ #else -+ for (i = 8; i < 14; i++) -+ ctr_preload[i] = pn_vector[13 - i]; /* ctr_preload[8:13] = PN[5:0] */ -+ #endif -+ ctr_preload[14] = (unsigned char) (c / 256); /* Ctr */ -+ ctr_preload[15] = (unsigned char) (c % 256); -+_func_exit_; -+} -+ -+ -+/************************************/ -+/* bitwise_xor() */ -+/* A 128 bit, bitwise exclusive or */ -+/************************************/ -+static void bitwise_xor(u8 *ina, u8 *inb, u8 *out) -+{ -+ sint i; -+_func_enter_; -+ for (i=0; i<16; i++) -+ { -+ out[i] = ina[i] ^ inb[i]; -+ } -+_func_exit_; -+} -+ -+ -+static sint aes_cipher(u8 *key, uint hdrlen, -+ u8 *pframe, uint plen) -+{ -+// /*static*/ unsigned char message[MAX_MSG_SIZE]; -+ uint qc_exists, a4_exists, i, j, payload_remainder, -+ num_blocks, payload_index; -+ -+ u8 pn_vector[6]; -+ u8 mic_iv[16]; -+ u8 mic_header1[16]; -+ u8 mic_header2[16]; -+ u8 ctr_preload[16]; -+ -+ /* Intermediate Buffers */ -+ u8 chain_buffer[16]; -+ u8 aes_out[16]; -+ u8 padded_buffer[16]; -+ u8 mic[8]; -+// uint offset = 0; -+ uint frtype = GetFrameType(pframe); -+ uint frsubtype = GetFrameSubType(pframe); -+ -+_func_enter_; -+ frsubtype=frsubtype>>4; -+ -+ -+ _rtw_memset((void *)mic_iv, 0, 16); -+ _rtw_memset((void *)mic_header1, 0, 16); -+ _rtw_memset((void *)mic_header2, 0, 16); -+ _rtw_memset((void *)ctr_preload, 0, 16); -+ _rtw_memset((void *)chain_buffer, 0, 16); -+ _rtw_memset((void *)aes_out, 0, 16); -+ _rtw_memset((void *)padded_buffer, 0, 16); -+ -+ if ((hdrlen == WLAN_HDR_A3_LEN )||(hdrlen == WLAN_HDR_A3_QOS_LEN)) -+ a4_exists = 0; -+ else -+ a4_exists = 1; -+ -+ if ( -+ ((frtype|frsubtype) == WIFI_DATA_CFACK) || -+ ((frtype|frsubtype) == WIFI_DATA_CFPOLL)|| -+ ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) -+ { -+ qc_exists = 1; -+ if(hdrlen != WLAN_HDR_A3_QOS_LEN){ -+ -+ hdrlen += 2; -+ } -+ } -+ // add for CONFIG_IEEE80211W, none 11w also can use -+ else if ((frtype == WIFI_DATA) && -+ ((frsubtype == 0x08) || -+ (frsubtype == 0x09)|| -+ (frsubtype == 0x0a)|| -+ (frsubtype == 0x0b))) -+ { -+ if(hdrlen != WLAN_HDR_A3_QOS_LEN){ -+ -+ hdrlen += 2; -+ } -+ qc_exists = 1; -+ } -+ else -+ qc_exists = 0; -+ -+ pn_vector[0]=pframe[hdrlen]; -+ pn_vector[1]=pframe[hdrlen+1]; -+ pn_vector[2]=pframe[hdrlen+4]; -+ pn_vector[3]=pframe[hdrlen+5]; -+ pn_vector[4]=pframe[hdrlen+6]; -+ pn_vector[5]=pframe[hdrlen+7]; -+ -+ construct_mic_iv( -+ mic_iv, -+ qc_exists, -+ a4_exists, -+ pframe, //message, -+ plen, -+ pn_vector, -+ frtype // add for CONFIG_IEEE80211W, none 11w also can use -+ ); -+ -+ construct_mic_header1( -+ mic_header1, -+ hdrlen, -+ pframe, //message -+ frtype // add for CONFIG_IEEE80211W, none 11w also can use -+ ); -+ construct_mic_header2( -+ mic_header2, -+ pframe, //message, -+ a4_exists, -+ qc_exists -+ ); -+ -+ -+ payload_remainder = plen % 16; -+ num_blocks = plen / 16; -+ -+ /* Find start of payload */ -+ payload_index = (hdrlen + 8); -+ -+ /* Calculate MIC */ -+ aes128k128d(key, mic_iv, aes_out); -+ bitwise_xor(aes_out, mic_header1, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ bitwise_xor(aes_out, mic_header2, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ -+ for (i = 0; i < num_blocks; i++) -+ { -+ bitwise_xor(aes_out, &pframe[payload_index], chain_buffer);//bitwise_xor(aes_out, &message[payload_index], chain_buffer); -+ -+ payload_index += 16; -+ aes128k128d(key, chain_buffer, aes_out); -+ } -+ -+ /* Add on the final payload block if it needs padding */ -+ if (payload_remainder > 0) -+ { -+ for (j = 0; j < 16; j++) padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) -+ { -+ padded_buffer[j] = pframe[payload_index++];//padded_buffer[j] = message[payload_index++]; -+ } -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ -+ } -+ -+ for (j = 0 ; j < 8; j++) mic[j] = aes_out[j]; -+ -+ /* Insert MIC into payload */ -+ for (j = 0; j < 8; j++) -+ { -+ pframe[payload_index+j] = mic[j]; //message[payload_index+j] = mic[j]; -+ } -+ -+ payload_index = hdrlen + 8; -+ for (i=0; i< num_blocks; i++) -+ { -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, //message, -+ pn_vector, -+ i+1, -+ frtype); // add for CONFIG_IEEE80211W, none 11w also can use -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, &pframe[payload_index], chain_buffer);//bitwise_xor(aes_out, &message[payload_index], chain_buffer); -+ for (j=0; j<16;j++) pframe[payload_index++] = chain_buffer[j];//for (j=0; j<16;j++) message[payload_index++] = chain_buffer[j]; -+ } -+ -+ if (payload_remainder > 0) /* If there is a short final block, then pad it,*/ -+ { /* encrypt it and copy the unpadded part back */ -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, //message, -+ pn_vector, -+ num_blocks+1, -+ frtype); // add for CONFIG_IEEE80211W, none 11w also can use -+ -+ for (j = 0; j < 16; j++) padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) -+ { -+ padded_buffer[j] = pframe[payload_index+j];//padded_buffer[j] = message[payload_index+j]; -+ } -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ for (j=0; jattrib; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ struct xmit_priv *pxmitpriv=&padapter->xmitpriv; -+ -+// uint offset = 0; -+ u32 res=_SUCCESS; -+_func_enter_; -+ -+ if(((struct xmit_frame*)pxmitframe)->buf_addr==NULL) -+ return _FAIL; -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ hw_hdr_offset = TXDESC_SIZE + -+ (((struct xmit_frame*)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); -+#else -+ #ifdef CONFIG_TX_EARLY_MODE -+ hw_hdr_offset = TXDESC_OFFSET+EARLY_MODE_INFO_SIZE; -+ #else -+ hw_hdr_offset = TXDESC_OFFSET; -+ #endif -+#endif -+ -+ pframe = ((struct xmit_frame*)pxmitframe)->buf_addr + hw_hdr_offset; -+ -+ //4 start to encrypt each fragment -+ if((pattrib->encrypt==_AES_)){ -+/* -+ if(pattrib->psta) -+ { -+ stainfo = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ stainfo=rtw_get_stainfo(&padapter->stapriv ,&pattrib->ra[0] ); -+ } -+*/ -+ //if (stainfo!=NULL) -+ { -+/* -+ if(!(stainfo->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, stainfo->state); -+ return _FAIL; -+ } -+*/ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_aes_encrypt: stainfo!=NULL!!!\n")); -+ -+ if(IS_MCAST(pattrib->ra)) -+ { -+ prwskey=psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; -+ } -+ else -+ { -+ //prwskey=&stainfo->dot118021x_UncstKey.skey[0]; -+ prwskey=pattrib->dot118021x_UncstKey.skey; -+ } -+ -+#ifdef CONFIG_TDLS -+ { -+ /* Swencryption */ -+ struct sta_info *ptdls_sta; -+ ptdls_sta=rtw_get_stainfo(&padapter->stapriv ,&pattrib->dst[0] ); -+ if((ptdls_sta != NULL) && (ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE) ) -+ { -+ DBG_871X("[%s] for tdls link\n", __FUNCTION__); -+ prwskey=&ptdls_sta->tpk.tk[0]; -+ } -+ } -+#endif //CONFIG_TDLS -+ -+ prwskeylen=16; -+ -+ for(curfragnum=0;curfragnumnr_frags;curfragnum++){ -+ -+ if((curfragnum+1)==pattrib->nr_frags){ //4 the last fragment -+ length=pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len- pattrib->icv_len; -+ -+ aes_cipher(prwskey,pattrib->hdrlen,pframe, length); -+ } -+ else{ -+ length=pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-pattrib->icv_len ; -+ -+ aes_cipher(prwskey,pattrib->hdrlen,pframe, length); -+ pframe+=pxmitpriv->frag_len; -+ pframe=(u8*)RND4((SIZE_PTR)(pframe)); -+ -+ } -+ } -+ -+ AES_SW_ENC_CNT_INC(psecuritypriv, pattrib->ra); -+ } -+/* -+ else{ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_aes_encrypt: stainfo==NULL!!!\n")); -+ DBG_871X("%s, psta==NUL\n", __func__); -+ res=_FAIL; -+ } -+*/ -+ } -+ -+ -+ -+_func_exit_; -+ return res; -+} -+ -+static sint aes_decipher(u8 *key, uint hdrlen, -+ u8 *pframe, uint plen) -+{ -+ static u8 message[MAX_MSG_SIZE]; -+ uint qc_exists, a4_exists, i, j, payload_remainder, -+ num_blocks, payload_index; -+ sint res = _SUCCESS; -+ u8 pn_vector[6]; -+ u8 mic_iv[16]; -+ u8 mic_header1[16]; -+ u8 mic_header2[16]; -+ u8 ctr_preload[16]; -+ -+ /* Intermediate Buffers */ -+ u8 chain_buffer[16]; -+ u8 aes_out[16]; -+ u8 padded_buffer[16]; -+ u8 mic[8]; -+ -+ -+// uint offset = 0; -+ uint frtype = GetFrameType(pframe); -+ uint frsubtype = GetFrameSubType(pframe); -+_func_enter_; -+ frsubtype=frsubtype>>4; -+ -+ -+ _rtw_memset((void *)mic_iv, 0, 16); -+ _rtw_memset((void *)mic_header1, 0, 16); -+ _rtw_memset((void *)mic_header2, 0, 16); -+ _rtw_memset((void *)ctr_preload, 0, 16); -+ _rtw_memset((void *)chain_buffer, 0, 16); -+ _rtw_memset((void *)aes_out, 0, 16); -+ _rtw_memset((void *)padded_buffer, 0, 16); -+ -+ //start to decrypt the payload -+ -+ num_blocks = (plen-8) / 16; //(plen including LLC, payload_length and mic ) -+ -+ payload_remainder = (plen-8) % 16; -+ -+ pn_vector[0] = pframe[hdrlen]; -+ pn_vector[1] = pframe[hdrlen+1]; -+ pn_vector[2] = pframe[hdrlen+4]; -+ pn_vector[3] = pframe[hdrlen+5]; -+ pn_vector[4] = pframe[hdrlen+6]; -+ pn_vector[5] = pframe[hdrlen+7]; -+ -+ if ((hdrlen == WLAN_HDR_A3_LEN )||(hdrlen == WLAN_HDR_A3_QOS_LEN)) -+ a4_exists = 0; -+ else -+ a4_exists = 1; -+ -+ if ( -+ ((frtype|frsubtype) == WIFI_DATA_CFACK) || -+ ((frtype|frsubtype) == WIFI_DATA_CFPOLL)|| -+ ((frtype|frsubtype) == WIFI_DATA_CFACKPOLL)) -+ { -+ qc_exists = 1; -+ if(hdrlen != WLAN_HDR_A3_QOS_LEN){ -+ -+ hdrlen += 2; -+ } -+ }//only for data packet . add for CONFIG_IEEE80211W, none 11w also can use -+ else if ((frtype == WIFI_DATA) && -+ ((frsubtype == 0x08) || -+ (frsubtype == 0x09)|| -+ (frsubtype == 0x0a)|| -+ (frsubtype == 0x0b))) -+ { -+ if(hdrlen != WLAN_HDR_A3_QOS_LEN){ -+ -+ hdrlen += 2; -+ } -+ qc_exists = 1; -+ } -+ else -+ qc_exists = 0; -+ -+ -+ // now, decrypt pframe with hdrlen offset and plen long -+ -+ payload_index = hdrlen + 8; // 8 is for extiv -+ -+ for (i=0; i< num_blocks; i++) -+ { -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, -+ pn_vector, -+ i+1, -+ frtype // add for CONFIG_IEEE80211W, none 11w also can use -+ ); -+ -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, &pframe[payload_index], chain_buffer); -+ -+ for (j=0; j<16;j++) pframe[payload_index++] = chain_buffer[j]; -+ } -+ -+ if (payload_remainder > 0) /* If there is a short final block, then pad it,*/ -+ { /* encrypt it and copy the unpadded part back */ -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ pframe, -+ pn_vector, -+ num_blocks+1, -+ frtype // add for CONFIG_IEEE80211W, none 11w also can use -+ ); -+ -+ for (j = 0; j < 16; j++) padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) -+ { -+ padded_buffer[j] = pframe[payload_index+j]; -+ } -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ for (j=0; j 0) -+ { -+ for (j = 0; j < 16; j++) padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) -+ { -+ padded_buffer[j] = message[payload_index++]; -+ } -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ aes128k128d(key, chain_buffer, aes_out); -+ -+ } -+ -+ for (j = 0 ; j < 8; j++) mic[j] = aes_out[j]; -+ -+ /* Insert MIC into payload */ -+ for (j = 0; j < 8; j++) -+ { -+ message[payload_index+j] = mic[j]; -+ } -+ -+ payload_index = hdrlen + 8; -+ for (i=0; i< num_blocks; i++) -+ { -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ message, -+ pn_vector, -+ i+1, -+ frtype); // add for CONFIG_IEEE80211W, none 11w also can use -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, &message[payload_index], chain_buffer); -+ for (j=0; j<16;j++) message[payload_index++] = chain_buffer[j]; -+ } -+ -+ if (payload_remainder > 0) /* If there is a short final block, then pad it,*/ -+ { /* encrypt it and copy the unpadded part back */ -+ construct_ctr_preload( -+ ctr_preload, -+ a4_exists, -+ qc_exists, -+ message, -+ pn_vector, -+ num_blocks+1, -+ frtype); // add for CONFIG_IEEE80211W, none 11w also can use -+ -+ for (j = 0; j < 16; j++) padded_buffer[j] = 0x00; -+ for (j = 0; j < payload_remainder; j++) -+ { -+ padded_buffer[j] = message[payload_index+j]; -+ } -+ aes128k128d(key, ctr_preload, aes_out); -+ bitwise_xor(aes_out, padded_buffer, chain_buffer); -+ for (j=0; ju.hdr.attrib; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+// struct recv_priv *precvpriv=&padapter->recvpriv; -+ u32 res=_SUCCESS; -+_func_enter_; -+ pframe=(unsigned char *)((union recv_frame*)precvframe)->u.hdr.rx_data; -+ //4 start to encrypt each fragment -+ if((prxattrib->encrypt==_AES_)){ -+ -+ stainfo=rtw_get_stainfo(&padapter->stapriv ,&prxattrib->ta[0] ); -+ if (stainfo!=NULL){ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_aes_decrypt: stainfo!=NULL!!!\n")); -+ -+ if(IS_MCAST(prxattrib->ra)) -+ { -+ static u32 start = 0; -+ static u32 no_gkey_bc_cnt = 0; -+ static u32 no_gkey_mc_cnt = 0; -+ -+ //DBG_871X("rx bc/mc packets, to perform sw rtw_aes_decrypt\n"); -+ //prwskey = psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey; -+ if(psecuritypriv->binstallGrpkey==_FALSE) -+ { -+ res=_FAIL; -+ -+ if (start == 0) -+ start = rtw_get_current_time(); -+ -+ if (is_broadcast_mac_addr(prxattrib->ra)) -+ no_gkey_bc_cnt++; -+ else -+ no_gkey_mc_cnt++; -+ -+ if (rtw_get_passing_time_ms(start) > 1000) { -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = rtw_get_current_time(); -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ } -+ -+ goto exit; -+ } -+ -+ if (no_gkey_bc_cnt || no_gkey_mc_cnt) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" gkey installed. no_gkey_bc_cnt:%u, no_gkey_mc_cnt:%u\n", -+ FUNC_ADPT_ARG(padapter), no_gkey_bc_cnt, no_gkey_mc_cnt); -+ } -+ start = 0; -+ no_gkey_bc_cnt = 0; -+ no_gkey_mc_cnt = 0; -+ -+ prwskey = psecuritypriv->dot118021XGrpKey[prxattrib->key_index].skey; -+ if(psecuritypriv->dot118021XGrpKeyid != prxattrib->key_index) -+ { -+ DBG_871X("not match packet_index=%d, install_index=%d \n" -+ , prxattrib->key_index, psecuritypriv->dot118021XGrpKeyid); -+ res=_FAIL; -+ goto exit; -+ } -+ } -+ else -+ { -+ prwskey=&stainfo->dot118021x_UncstKey.skey[0]; -+ } -+ -+ length= ((union recv_frame *)precvframe)->u.hdr.len-prxattrib->hdrlen-prxattrib->iv_len; -+ /*// add for CONFIG_IEEE80211W, debug -+ if(0) -+ printk("@@@@@@@@@@@@@@@@@@ length=%d, prxattrib->hdrlen=%d, prxattrib->pkt_len=%d \n" -+ , length, prxattrib->hdrlen, prxattrib->pkt_len); -+ if(0) -+ { -+ int no; -+ //test print PSK -+ printk("PSK key below:\n"); -+ for(no=0;no<16;no++) -+ printk(" %02x ", prwskey[no]); -+ printk("\n"); -+ } -+ if(0) -+ { -+ int no; -+ //test print PSK -+ printk("frame:\n"); -+ for(no=0;nopkt_len;no++) -+ printk(" %02x ", pframe[no]); -+ printk("\n"); -+ }*/ -+ -+ res= aes_decipher(prwskey,prxattrib->hdrlen,pframe, length); -+ -+ AES_SW_DEC_CNT_INC(psecuritypriv, prxattrib->ra); -+ } -+ else{ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("rtw_aes_decrypt: stainfo==NULL!!!\n")); -+ res=_FAIL; -+ } -+ -+ } -+_func_exit_; -+exit: -+ return res; -+} -+ -+#ifdef CONFIG_IEEE80211W -+u32 rtw_BIP_verify(_adapter *padapter, u8 *precvframe) -+{ -+ struct rx_pkt_attrib *pattrib = &((union recv_frame *)precvframe)->u.hdr.attrib; -+ u8 *pframe; -+ u8 *BIP_AAD, *p; -+ u32 res=_FAIL; -+ uint len, ori_len; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u8 mic[16]; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ ori_len = pattrib->pkt_len-WLAN_HDR_A3_LEN+BIP_AAD_SIZE; -+ BIP_AAD = rtw_zmalloc(ori_len); -+ -+ if(BIP_AAD == NULL) -+ { -+ DBG_871X("BIP AAD allocate fail\n"); -+ return _FAIL; -+ } -+ //PKT start -+ pframe=(unsigned char *)((union recv_frame*)precvframe)->u.hdr.rx_data; -+ //mapping to wlan header -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ //save the frame body + MME -+ _rtw_memcpy(BIP_AAD+BIP_AAD_SIZE, pframe+WLAN_HDR_A3_LEN, pattrib->pkt_len-WLAN_HDR_A3_LEN); -+ //find MME IE pointer -+ p = rtw_get_ie(BIP_AAD+BIP_AAD_SIZE, _MME_IE_, &len, pattrib->pkt_len-WLAN_HDR_A3_LEN); -+ //Baron -+ if(p) -+ { -+ u16 keyid=0; -+ u64 temp_ipn=0; -+ //save packet number -+ _rtw_memcpy(&temp_ipn, p+4, 6); -+ temp_ipn = le64_to_cpu(temp_ipn); -+ //BIP packet number should bigger than previous BIP packet -+ if (temp_ipn < pmlmeext->mgnt_80211w_IPN_rx) { -+ DBG_871X("replay BIP packet\n"); -+ goto BIP_exit; -+ } -+ //copy key index -+ _rtw_memcpy(&keyid, p+2, 2); -+ keyid = le16_to_cpu(keyid); -+ if(keyid != padapter->securitypriv.dot11wBIPKeyid) -+ { -+ DBG_871X("BIP key index error!\n"); -+ goto BIP_exit; -+ } -+ //clear the MIC field of MME to zero -+ _rtw_memset(p+2+len-8, 0, 8); -+ -+ //conscruct AAD, copy frame control field -+ _rtw_memcpy(BIP_AAD, &pwlanhdr->frame_ctl, 2); -+ ClearRetry(BIP_AAD); -+ ClearPwrMgt(BIP_AAD); -+ ClearMData(BIP_AAD); -+ //conscruct AAD, copy address 1 to address 3 -+ _rtw_memcpy(BIP_AAD+2, pwlanhdr->addr1, 18); -+ -+ if(omac1_aes_128(padapter->securitypriv.dot11wBIPKey[padapter->securitypriv.dot11wBIPKeyid].skey -+ , BIP_AAD, ori_len, mic)) -+ goto BIP_exit; -+ -+ /*//management packet content -+ { -+ int pp; -+ DBG_871X("pkt: "); -+ for(pp=0;pp< pattrib->pkt_len; pp++) -+ printk(" %02x ", pframe[pp]); -+ DBG_871X("\n"); -+ //BIP AAD + management frame body + MME(MIC is zero) -+ DBG_871X("AAD+PKT: "); -+ for(pp=0;pp< ori_len; pp++) -+ DBG_871X(" %02x ", BIP_AAD[pp]); -+ DBG_871X("\n"); -+ //show the MIC result -+ DBG_871X("mic: "); -+ for(pp=0;pp<16; pp++) -+ DBG_871X(" %02x ", mic[pp]); -+ DBG_871X("\n"); -+ } -+ */ -+ //MIC field should be last 8 bytes of packet (packet without FCS) -+ if(_rtw_memcmp(mic, pframe+pattrib->pkt_len-8, 8)) -+ { -+ pmlmeext->mgnt_80211w_IPN_rx = temp_ipn; -+ res=_SUCCESS; -+ } -+ else -+ DBG_871X("BIP MIC error!\n"); -+ -+ } -+ else -+ res = RTW_RX_HANDLED; -+BIP_exit: -+ -+ rtw_mfree(BIP_AAD, ori_len); -+ return res; -+} -+#endif //CONFIG_IEEE80211W -+ -+#ifndef PLATFORM_FREEBSD -+/* compress 512-bits */ -+static int sha256_compress(struct sha256_state *md, unsigned char *buf) -+{ -+ u32 S[8], W[64], t0, t1; -+ u32 t; -+ int i; -+ -+ /* copy state into S */ -+ for (i = 0; i < 8; i++) { -+ S[i] = md->state[i]; -+ } -+ -+ /* copy the state into 512-bits into W[0..15] */ -+ for (i = 0; i < 16; i++) -+ W[i] = WPA_GET_BE32(buf + (4 * i)); -+ -+ /* fill W[16..63] */ -+ for (i = 16; i < 64; i++) { -+ W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + -+ W[i - 16]; -+ } -+ -+ /* Compress */ -+#define RND(a,b,c,d,e,f,g,h,i) \ -+ t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ -+ t1 = Sigma0(a) + Maj(a, b, c); \ -+ d += t0; \ -+ h = t0 + t1; -+ -+ for (i = 0; i < 64; ++i) { -+ RND(S[0], S[1], S[2], S[3], S[4], S[5], S[6], S[7], i); -+ t = S[7]; S[7] = S[6]; S[6] = S[5]; S[5] = S[4]; -+ S[4] = S[3]; S[3] = S[2]; S[2] = S[1]; S[1] = S[0]; S[0] = t; -+ } -+ -+ /* feedback */ -+ for (i = 0; i < 8; i++) { -+ md->state[i] = md->state[i] + S[i]; -+ } -+ return 0; -+} -+ -+/* Initialize the hash state */ -+static void sha256_init(struct sha256_state *md) -+{ -+ md->curlen = 0; -+ md->length = 0; -+ md->state[0] = 0x6A09E667UL; -+ md->state[1] = 0xBB67AE85UL; -+ md->state[2] = 0x3C6EF372UL; -+ md->state[3] = 0xA54FF53AUL; -+ md->state[4] = 0x510E527FUL; -+ md->state[5] = 0x9B05688CUL; -+ md->state[6] = 0x1F83D9ABUL; -+ md->state[7] = 0x5BE0CD19UL; -+} -+ -+/** -+ Process a block of memory though the hash -+ @param md The hash state -+ @param in The data to hash -+ @param inlen The length of the data (octets) -+ @return CRYPT_OK if successful -+*/ -+static int sha256_process(struct sha256_state *md, unsigned char *in, -+ unsigned long inlen) -+{ -+ unsigned long n; -+#define block_size 64 -+ -+ if (md->curlen > sizeof(md->buf)) -+ return -1; -+ -+ while (inlen > 0) { -+ if (md->curlen == 0 && inlen >= block_size) { -+ if (sha256_compress(md, (unsigned char *) in) < 0) -+ return -1; -+ md->length += block_size * 8; -+ in += block_size; -+ inlen -= block_size; -+ } else { -+ n = MIN(inlen, (block_size - md->curlen)); -+ _rtw_memcpy(md->buf + md->curlen, in, n); -+ md->curlen += n; -+ in += n; -+ inlen -= n; -+ if (md->curlen == block_size) { -+ if (sha256_compress(md, md->buf) < 0) -+ return -1; -+ md->length += 8 * block_size; -+ md->curlen = 0; -+ } -+ } -+ } -+ -+ return 0; -+} -+ -+ -+/** -+ Terminate the hash to get the digest -+ @param md The hash state -+ @param out [out] The destination of the hash (32 bytes) -+ @return CRYPT_OK if successful -+*/ -+static int sha256_done(struct sha256_state *md, unsigned char *out) -+{ -+ int i; -+ -+ if (md->curlen >= sizeof(md->buf)) -+ return -1; -+ -+ /* increase the length of the message */ -+ md->length += md->curlen * 8; -+ -+ /* append the '1' bit */ -+ md->buf[md->curlen++] = (unsigned char) 0x80; -+ -+ /* if the length is currently above 56 bytes we append zeros -+ * then compress. Then we can fall back to padding zeros and length -+ * encoding like normal. -+ */ -+ if (md->curlen > 56) { -+ while (md->curlen < 64) { -+ md->buf[md->curlen++] = (unsigned char) 0; -+ } -+ sha256_compress(md, md->buf); -+ md->curlen = 0; -+ } -+ -+ /* pad upto 56 bytes of zeroes */ -+ while (md->curlen < 56) { -+ md->buf[md->curlen++] = (unsigned char) 0; -+ } -+ -+ /* store length */ -+ WPA_PUT_BE64(md->buf + 56, md->length); -+ sha256_compress(md, md->buf); -+ -+ /* copy output */ -+ for (i = 0; i < 8; i++) -+ WPA_PUT_BE32(out + (4 * i), md->state[i]); -+ -+ return 0; -+} -+ -+/** -+ * sha256_vector - SHA256 hash for data vector -+ * @num_elem: Number of elements in the data vector -+ * @addr: Pointers to the data areas -+ * @len: Lengths of the data blocks -+ * @mac: Buffer for the hash -+ * Returns: 0 on success, -1 of failure -+ */ -+static int sha256_vector(size_t num_elem, u8 *addr[], size_t *len, -+ u8 *mac) -+{ -+ struct sha256_state ctx; -+ size_t i; -+ -+ sha256_init(&ctx); -+ for (i = 0; i < num_elem; i++) -+ if (sha256_process(&ctx, addr[i], len[i])) -+ return -1; -+ if (sha256_done(&ctx, mac)) -+ return -1; -+ return 0; -+} -+ -+static u8 os_strlen(const char *s) -+{ -+ const char *p = s; -+ while (*p) -+ p++; -+ return p - s; -+} -+ -+static int os_memcmp(void *s1, void *s2, u8 n) -+{ -+ unsigned char *p1 = s1, *p2 = s2; -+ -+ if (n == 0) -+ return 0; -+ -+ while (*p1 == *p2) { -+ p1++; -+ p2++; -+ n--; -+ if (n == 0) -+ return 0; -+ } -+ -+ return *p1 - *p2; -+} -+ -+/** -+ * hmac_sha256_vector - HMAC-SHA256 over data vector (RFC 2104) -+ * @key: Key for HMAC operations -+ * @key_len: Length of the key in bytes -+ * @num_elem: Number of elements in the data vector -+ * @addr: Pointers to the data areas -+ * @len: Lengths of the data blocks -+ * @mac: Buffer for the hash (32 bytes) -+ */ -+static void hmac_sha256_vector(u8 *key, size_t key_len, size_t num_elem, -+ u8 *addr[], size_t *len, u8 *mac) -+{ -+ unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */ -+ unsigned char tk[32]; -+ u8 *_addr[6]; -+ size_t _len[6], i; -+ -+ if (num_elem > 5) { -+ /* -+ * Fixed limit on the number of fragments to avoid having to -+ * allocate memory (which could fail). -+ */ -+ return; -+ } -+ -+ /* if key is longer than 64 bytes reset it to key = SHA256(key) */ -+ if (key_len > 64) { -+ sha256_vector(1, &key, &key_len, tk); -+ key = tk; -+ key_len = 32; -+ } -+ -+ /* the HMAC_SHA256 transform looks like: -+ * -+ * SHA256(K XOR opad, SHA256(K XOR ipad, text)) -+ * -+ * where K is an n byte key -+ * ipad is the byte 0x36 repeated 64 times -+ * opad is the byte 0x5c repeated 64 times -+ * and text is the data being protected */ -+ -+ /* start out by storing key in ipad */ -+ _rtw_memset(k_pad, 0, sizeof(k_pad)); -+ _rtw_memcpy(k_pad, key, key_len); -+ /* XOR key with ipad values */ -+ for (i = 0; i < 64; i++) -+ k_pad[i] ^= 0x36; -+ -+ /* perform inner SHA256 */ -+ _addr[0] = k_pad; -+ _len[0] = 64; -+ for (i = 0; i < num_elem; i++) { -+ _addr[i + 1] = addr[i]; -+ _len[i + 1] = len[i]; -+ } -+ sha256_vector(1 + num_elem, _addr, _len, mac); -+ -+ _rtw_memset(k_pad, 0, sizeof(k_pad)); -+ _rtw_memcpy(k_pad, key, key_len); -+ /* XOR key with opad values */ -+ for (i = 0; i < 64; i++) -+ k_pad[i] ^= 0x5c; -+ -+ /* perform outer SHA256 */ -+ _addr[0] = k_pad; -+ _len[0] = 64; -+ _addr[1] = mac; -+ _len[1] = 32; -+ sha256_vector(2, _addr, _len, mac); -+} -+#endif //PLATFORM_FREEBSD -+/** -+ * sha256_prf - SHA256-based Pseudo-Random Function (IEEE 802.11r, 8.5.1.5.2) -+ * @key: Key for PRF -+ * @key_len: Length of the key in bytes -+ * @label: A unique label for each purpose of the PRF -+ * @data: Extra data to bind into the key -+ * @data_len: Length of the data -+ * @buf: Buffer for the generated pseudo-random key -+ * @buf_len: Number of bytes of key to generate -+ * -+ * This function is used to derive new, cryptographically separate keys from a -+ * given key. -+ */ -+#ifndef PLATFORM_FREEBSD //Baron -+static void sha256_prf(u8 *key, size_t key_len, char *label, -+ u8 *data, size_t data_len, u8 *buf, size_t buf_len) -+{ -+ u16 counter = 1; -+ size_t pos, plen; -+ u8 hash[SHA256_MAC_LEN]; -+ u8 *addr[4]; -+ size_t len[4]; -+ u8 counter_le[2], length_le[2]; -+ -+ addr[0] = counter_le; -+ len[0] = 2; -+ addr[1] = (u8 *) label; -+ len[1] = os_strlen(label); -+ addr[2] = data; -+ len[2] = data_len; -+ addr[3] = length_le; -+ len[3] = sizeof(length_le); -+ -+ WPA_PUT_LE16(length_le, buf_len * 8); -+ pos = 0; -+ while (pos < buf_len) { -+ plen = buf_len - pos; -+ WPA_PUT_LE16(counter_le, counter); -+ if (plen >= SHA256_MAC_LEN) { -+ hmac_sha256_vector(key, key_len, 4, addr, len, -+ &buf[pos]); -+ pos += SHA256_MAC_LEN; -+ } else { -+ hmac_sha256_vector(key, key_len, 4, addr, len, hash); -+ _rtw_memcpy(&buf[pos], hash, plen); -+ break; -+ } -+ counter++; -+ } -+} -+#endif //PLATFORM_FREEBSD Baron -+ -+/* AES tables*/ -+const u32 Te0[256] = { -+ 0xc66363a5U, 0xf87c7c84U, 0xee777799U, 0xf67b7b8dU, -+ 0xfff2f20dU, 0xd66b6bbdU, 0xde6f6fb1U, 0x91c5c554U, -+ 0x60303050U, 0x02010103U, 0xce6767a9U, 0x562b2b7dU, -+ 0xe7fefe19U, 0xb5d7d762U, 0x4dababe6U, 0xec76769aU, -+ 0x8fcaca45U, 0x1f82829dU, 0x89c9c940U, 0xfa7d7d87U, -+ 0xeffafa15U, 0xb25959ebU, 0x8e4747c9U, 0xfbf0f00bU, -+ 0x41adadecU, 0xb3d4d467U, 0x5fa2a2fdU, 0x45afafeaU, -+ 0x239c9cbfU, 0x53a4a4f7U, 0xe4727296U, 0x9bc0c05bU, -+ 0x75b7b7c2U, 0xe1fdfd1cU, 0x3d9393aeU, 0x4c26266aU, -+ 0x6c36365aU, 0x7e3f3f41U, 0xf5f7f702U, 0x83cccc4fU, -+ 0x6834345cU, 0x51a5a5f4U, 0xd1e5e534U, 0xf9f1f108U, -+ 0xe2717193U, 0xabd8d873U, 0x62313153U, 0x2a15153fU, -+ 0x0804040cU, 0x95c7c752U, 0x46232365U, 0x9dc3c35eU, -+ 0x30181828U, 0x379696a1U, 0x0a05050fU, 0x2f9a9ab5U, -+ 0x0e070709U, 0x24121236U, 0x1b80809bU, 0xdfe2e23dU, -+ 0xcdebeb26U, 0x4e272769U, 0x7fb2b2cdU, 0xea75759fU, -+ 0x1209091bU, 0x1d83839eU, 0x582c2c74U, 0x341a1a2eU, -+ 0x361b1b2dU, 0xdc6e6eb2U, 0xb45a5aeeU, 0x5ba0a0fbU, -+ 0xa45252f6U, 0x763b3b4dU, 0xb7d6d661U, 0x7db3b3ceU, -+ 0x5229297bU, 0xdde3e33eU, 0x5e2f2f71U, 0x13848497U, -+ 0xa65353f5U, 0xb9d1d168U, 0x00000000U, 0xc1eded2cU, -+ 0x40202060U, 0xe3fcfc1fU, 0x79b1b1c8U, 0xb65b5bedU, -+ 0xd46a6abeU, 0x8dcbcb46U, 0x67bebed9U, 0x7239394bU, -+ 0x944a4adeU, 0x984c4cd4U, 0xb05858e8U, 0x85cfcf4aU, -+ 0xbbd0d06bU, 0xc5efef2aU, 0x4faaaae5U, 0xedfbfb16U, -+ 0x864343c5U, 0x9a4d4dd7U, 0x66333355U, 0x11858594U, -+ 0x8a4545cfU, 0xe9f9f910U, 0x04020206U, 0xfe7f7f81U, -+ 0xa05050f0U, 0x783c3c44U, 0x259f9fbaU, 0x4ba8a8e3U, -+ 0xa25151f3U, 0x5da3a3feU, 0x804040c0U, 0x058f8f8aU, -+ 0x3f9292adU, 0x219d9dbcU, 0x70383848U, 0xf1f5f504U, -+ 0x63bcbcdfU, 0x77b6b6c1U, 0xafdada75U, 0x42212163U, -+ 0x20101030U, 0xe5ffff1aU, 0xfdf3f30eU, 0xbfd2d26dU, -+ 0x81cdcd4cU, 0x180c0c14U, 0x26131335U, 0xc3ecec2fU, -+ 0xbe5f5fe1U, 0x359797a2U, 0x884444ccU, 0x2e171739U, -+ 0x93c4c457U, 0x55a7a7f2U, 0xfc7e7e82U, 0x7a3d3d47U, -+ 0xc86464acU, 0xba5d5de7U, 0x3219192bU, 0xe6737395U, -+ 0xc06060a0U, 0x19818198U, 0x9e4f4fd1U, 0xa3dcdc7fU, -+ 0x44222266U, 0x542a2a7eU, 0x3b9090abU, 0x0b888883U, -+ 0x8c4646caU, 0xc7eeee29U, 0x6bb8b8d3U, 0x2814143cU, -+ 0xa7dede79U, 0xbc5e5ee2U, 0x160b0b1dU, 0xaddbdb76U, -+ 0xdbe0e03bU, 0x64323256U, 0x743a3a4eU, 0x140a0a1eU, -+ 0x924949dbU, 0x0c06060aU, 0x4824246cU, 0xb85c5ce4U, -+ 0x9fc2c25dU, 0xbdd3d36eU, 0x43acacefU, 0xc46262a6U, -+ 0x399191a8U, 0x319595a4U, 0xd3e4e437U, 0xf279798bU, -+ 0xd5e7e732U, 0x8bc8c843U, 0x6e373759U, 0xda6d6db7U, -+ 0x018d8d8cU, 0xb1d5d564U, 0x9c4e4ed2U, 0x49a9a9e0U, -+ 0xd86c6cb4U, 0xac5656faU, 0xf3f4f407U, 0xcfeaea25U, -+ 0xca6565afU, 0xf47a7a8eU, 0x47aeaee9U, 0x10080818U, -+ 0x6fbabad5U, 0xf0787888U, 0x4a25256fU, 0x5c2e2e72U, -+ 0x381c1c24U, 0x57a6a6f1U, 0x73b4b4c7U, 0x97c6c651U, -+ 0xcbe8e823U, 0xa1dddd7cU, 0xe874749cU, 0x3e1f1f21U, -+ 0x964b4bddU, 0x61bdbddcU, 0x0d8b8b86U, 0x0f8a8a85U, -+ 0xe0707090U, 0x7c3e3e42U, 0x71b5b5c4U, 0xcc6666aaU, -+ 0x904848d8U, 0x06030305U, 0xf7f6f601U, 0x1c0e0e12U, -+ 0xc26161a3U, 0x6a35355fU, 0xae5757f9U, 0x69b9b9d0U, -+ 0x17868691U, 0x99c1c158U, 0x3a1d1d27U, 0x279e9eb9U, -+ 0xd9e1e138U, 0xebf8f813U, 0x2b9898b3U, 0x22111133U, -+ 0xd26969bbU, 0xa9d9d970U, 0x078e8e89U, 0x339494a7U, -+ 0x2d9b9bb6U, 0x3c1e1e22U, 0x15878792U, 0xc9e9e920U, -+ 0x87cece49U, 0xaa5555ffU, 0x50282878U, 0xa5dfdf7aU, -+ 0x038c8c8fU, 0x59a1a1f8U, 0x09898980U, 0x1a0d0d17U, -+ 0x65bfbfdaU, 0xd7e6e631U, 0x844242c6U, 0xd06868b8U, -+ 0x824141c3U, 0x299999b0U, 0x5a2d2d77U, 0x1e0f0f11U, -+ 0x7bb0b0cbU, 0xa85454fcU, 0x6dbbbbd6U, 0x2c16163aU, -+}; -+const u32 Td0[256] = { -+ 0x51f4a750U, 0x7e416553U, 0x1a17a4c3U, 0x3a275e96U, -+ 0x3bab6bcbU, 0x1f9d45f1U, 0xacfa58abU, 0x4be30393U, -+ 0x2030fa55U, 0xad766df6U, 0x88cc7691U, 0xf5024c25U, -+ 0x4fe5d7fcU, 0xc52acbd7U, 0x26354480U, 0xb562a38fU, -+ 0xdeb15a49U, 0x25ba1b67U, 0x45ea0e98U, 0x5dfec0e1U, -+ 0xc32f7502U, 0x814cf012U, 0x8d4697a3U, 0x6bd3f9c6U, -+ 0x038f5fe7U, 0x15929c95U, 0xbf6d7aebU, 0x955259daU, -+ 0xd4be832dU, 0x587421d3U, 0x49e06929U, 0x8ec9c844U, -+ 0x75c2896aU, 0xf48e7978U, 0x99583e6bU, 0x27b971ddU, -+ 0xbee14fb6U, 0xf088ad17U, 0xc920ac66U, 0x7dce3ab4U, -+ 0x63df4a18U, 0xe51a3182U, 0x97513360U, 0x62537f45U, -+ 0xb16477e0U, 0xbb6bae84U, 0xfe81a01cU, 0xf9082b94U, -+ 0x70486858U, 0x8f45fd19U, 0x94de6c87U, 0x527bf8b7U, -+ 0xab73d323U, 0x724b02e2U, 0xe31f8f57U, 0x6655ab2aU, -+ 0xb2eb2807U, 0x2fb5c203U, 0x86c57b9aU, 0xd33708a5U, -+ 0x302887f2U, 0x23bfa5b2U, 0x02036abaU, 0xed16825cU, -+ 0x8acf1c2bU, 0xa779b492U, 0xf307f2f0U, 0x4e69e2a1U, -+ 0x65daf4cdU, 0x0605bed5U, 0xd134621fU, 0xc4a6fe8aU, -+ 0x342e539dU, 0xa2f355a0U, 0x058ae132U, 0xa4f6eb75U, -+ 0x0b83ec39U, 0x4060efaaU, 0x5e719f06U, 0xbd6e1051U, -+ 0x3e218af9U, 0x96dd063dU, 0xdd3e05aeU, 0x4de6bd46U, -+ 0x91548db5U, 0x71c45d05U, 0x0406d46fU, 0x605015ffU, -+ 0x1998fb24U, 0xd6bde997U, 0x894043ccU, 0x67d99e77U, -+ 0xb0e842bdU, 0x07898b88U, 0xe7195b38U, 0x79c8eedbU, -+ 0xa17c0a47U, 0x7c420fe9U, 0xf8841ec9U, 0x00000000U, -+ 0x09808683U, 0x322bed48U, 0x1e1170acU, 0x6c5a724eU, -+ 0xfd0efffbU, 0x0f853856U, 0x3daed51eU, 0x362d3927U, -+ 0x0a0fd964U, 0x685ca621U, 0x9b5b54d1U, 0x24362e3aU, -+ 0x0c0a67b1U, 0x9357e70fU, 0xb4ee96d2U, 0x1b9b919eU, -+ 0x80c0c54fU, 0x61dc20a2U, 0x5a774b69U, 0x1c121a16U, -+ 0xe293ba0aU, 0xc0a02ae5U, 0x3c22e043U, 0x121b171dU, -+ 0x0e090d0bU, 0xf28bc7adU, 0x2db6a8b9U, 0x141ea9c8U, -+ 0x57f11985U, 0xaf75074cU, 0xee99ddbbU, 0xa37f60fdU, -+ 0xf701269fU, 0x5c72f5bcU, 0x44663bc5U, 0x5bfb7e34U, -+ 0x8b432976U, 0xcb23c6dcU, 0xb6edfc68U, 0xb8e4f163U, -+ 0xd731dccaU, 0x42638510U, 0x13972240U, 0x84c61120U, -+ 0x854a247dU, 0xd2bb3df8U, 0xaef93211U, 0xc729a16dU, -+ 0x1d9e2f4bU, 0xdcb230f3U, 0x0d8652ecU, 0x77c1e3d0U, -+ 0x2bb3166cU, 0xa970b999U, 0x119448faU, 0x47e96422U, -+ 0xa8fc8cc4U, 0xa0f03f1aU, 0x567d2cd8U, 0x223390efU, -+ 0x87494ec7U, 0xd938d1c1U, 0x8ccaa2feU, 0x98d40b36U, -+ 0xa6f581cfU, 0xa57ade28U, 0xdab78e26U, 0x3fadbfa4U, -+ 0x2c3a9de4U, 0x5078920dU, 0x6a5fcc9bU, 0x547e4662U, -+ 0xf68d13c2U, 0x90d8b8e8U, 0x2e39f75eU, 0x82c3aff5U, -+ 0x9f5d80beU, 0x69d0937cU, 0x6fd52da9U, 0xcf2512b3U, -+ 0xc8ac993bU, 0x10187da7U, 0xe89c636eU, 0xdb3bbb7bU, -+ 0xcd267809U, 0x6e5918f4U, 0xec9ab701U, 0x834f9aa8U, -+ 0xe6956e65U, 0xaaffe67eU, 0x21bccf08U, 0xef15e8e6U, -+ 0xbae79bd9U, 0x4a6f36ceU, 0xea9f09d4U, 0x29b07cd6U, -+ 0x31a4b2afU, 0x2a3f2331U, 0xc6a59430U, 0x35a266c0U, -+ 0x744ebc37U, 0xfc82caa6U, 0xe090d0b0U, 0x33a7d815U, -+ 0xf104984aU, 0x41ecdaf7U, 0x7fcd500eU, 0x1791f62fU, -+ 0x764dd68dU, 0x43efb04dU, 0xccaa4d54U, 0xe49604dfU, -+ 0x9ed1b5e3U, 0x4c6a881bU, 0xc12c1fb8U, 0x4665517fU, -+ 0x9d5eea04U, 0x018c355dU, 0xfa877473U, 0xfb0b412eU, -+ 0xb3671d5aU, 0x92dbd252U, 0xe9105633U, 0x6dd64713U, -+ 0x9ad7618cU, 0x37a10c7aU, 0x59f8148eU, 0xeb133c89U, -+ 0xcea927eeU, 0xb761c935U, 0xe11ce5edU, 0x7a47b13cU, -+ 0x9cd2df59U, 0x55f2733fU, 0x1814ce79U, 0x73c737bfU, -+ 0x53f7cdeaU, 0x5ffdaa5bU, 0xdf3d6f14U, 0x7844db86U, -+ 0xcaaff381U, 0xb968c43eU, 0x3824342cU, 0xc2a3405fU, -+ 0x161dc372U, 0xbce2250cU, 0x283c498bU, 0xff0d9541U, -+ 0x39a80171U, 0x080cb3deU, 0xd8b4e49cU, 0x6456c190U, -+ 0x7bcb8461U, 0xd532b670U, 0x486c5c74U, 0xd0b85742U, -+}; -+const u8 Td4s[256] = { -+ 0x52U, 0x09U, 0x6aU, 0xd5U, 0x30U, 0x36U, 0xa5U, 0x38U, -+ 0xbfU, 0x40U, 0xa3U, 0x9eU, 0x81U, 0xf3U, 0xd7U, 0xfbU, -+ 0x7cU, 0xe3U, 0x39U, 0x82U, 0x9bU, 0x2fU, 0xffU, 0x87U, -+ 0x34U, 0x8eU, 0x43U, 0x44U, 0xc4U, 0xdeU, 0xe9U, 0xcbU, -+ 0x54U, 0x7bU, 0x94U, 0x32U, 0xa6U, 0xc2U, 0x23U, 0x3dU, -+ 0xeeU, 0x4cU, 0x95U, 0x0bU, 0x42U, 0xfaU, 0xc3U, 0x4eU, -+ 0x08U, 0x2eU, 0xa1U, 0x66U, 0x28U, 0xd9U, 0x24U, 0xb2U, -+ 0x76U, 0x5bU, 0xa2U, 0x49U, 0x6dU, 0x8bU, 0xd1U, 0x25U, -+ 0x72U, 0xf8U, 0xf6U, 0x64U, 0x86U, 0x68U, 0x98U, 0x16U, -+ 0xd4U, 0xa4U, 0x5cU, 0xccU, 0x5dU, 0x65U, 0xb6U, 0x92U, -+ 0x6cU, 0x70U, 0x48U, 0x50U, 0xfdU, 0xedU, 0xb9U, 0xdaU, -+ 0x5eU, 0x15U, 0x46U, 0x57U, 0xa7U, 0x8dU, 0x9dU, 0x84U, -+ 0x90U, 0xd8U, 0xabU, 0x00U, 0x8cU, 0xbcU, 0xd3U, 0x0aU, -+ 0xf7U, 0xe4U, 0x58U, 0x05U, 0xb8U, 0xb3U, 0x45U, 0x06U, -+ 0xd0U, 0x2cU, 0x1eU, 0x8fU, 0xcaU, 0x3fU, 0x0fU, 0x02U, -+ 0xc1U, 0xafU, 0xbdU, 0x03U, 0x01U, 0x13U, 0x8aU, 0x6bU, -+ 0x3aU, 0x91U, 0x11U, 0x41U, 0x4fU, 0x67U, 0xdcU, 0xeaU, -+ 0x97U, 0xf2U, 0xcfU, 0xceU, 0xf0U, 0xb4U, 0xe6U, 0x73U, -+ 0x96U, 0xacU, 0x74U, 0x22U, 0xe7U, 0xadU, 0x35U, 0x85U, -+ 0xe2U, 0xf9U, 0x37U, 0xe8U, 0x1cU, 0x75U, 0xdfU, 0x6eU, -+ 0x47U, 0xf1U, 0x1aU, 0x71U, 0x1dU, 0x29U, 0xc5U, 0x89U, -+ 0x6fU, 0xb7U, 0x62U, 0x0eU, 0xaaU, 0x18U, 0xbeU, 0x1bU, -+ 0xfcU, 0x56U, 0x3eU, 0x4bU, 0xc6U, 0xd2U, 0x79U, 0x20U, -+ 0x9aU, 0xdbU, 0xc0U, 0xfeU, 0x78U, 0xcdU, 0x5aU, 0xf4U, -+ 0x1fU, 0xddU, 0xa8U, 0x33U, 0x88U, 0x07U, 0xc7U, 0x31U, -+ 0xb1U, 0x12U, 0x10U, 0x59U, 0x27U, 0x80U, 0xecU, 0x5fU, -+ 0x60U, 0x51U, 0x7fU, 0xa9U, 0x19U, 0xb5U, 0x4aU, 0x0dU, -+ 0x2dU, 0xe5U, 0x7aU, 0x9fU, 0x93U, 0xc9U, 0x9cU, 0xefU, -+ 0xa0U, 0xe0U, 0x3bU, 0x4dU, 0xaeU, 0x2aU, 0xf5U, 0xb0U, -+ 0xc8U, 0xebU, 0xbbU, 0x3cU, 0x83U, 0x53U, 0x99U, 0x61U, -+ 0x17U, 0x2bU, 0x04U, 0x7eU, 0xbaU, 0x77U, 0xd6U, 0x26U, -+ 0xe1U, 0x69U, 0x14U, 0x63U, 0x55U, 0x21U, 0x0cU, 0x7dU, -+}; -+const u8 rcons[] = { -+ 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1B, 0x36 -+ /* for 128-bit blocks, Rijndael never uses more than 10 rcon values */ -+}; -+ -+/** -+ * Expand the cipher key into the encryption key schedule. -+ * -+ * @return the number of rounds for the given cipher key size. -+ */ -+#ifndef PLATFORM_FREEBSD //Baron -+static void rijndaelKeySetupEnc(u32 rk[/*44*/], const u8 cipherKey[]) -+{ -+ int i; -+ u32 temp; -+ -+ rk[0] = GETU32(cipherKey ); -+ rk[1] = GETU32(cipherKey + 4); -+ rk[2] = GETU32(cipherKey + 8); -+ rk[3] = GETU32(cipherKey + 12); -+ for (i = 0; i < 10; i++) { -+ temp = rk[3]; -+ rk[4] = rk[0] ^ -+ TE421(temp) ^ TE432(temp) ^ TE443(temp) ^ TE414(temp) ^ -+ RCON(i); -+ rk[5] = rk[1] ^ rk[4]; -+ rk[6] = rk[2] ^ rk[5]; -+ rk[7] = rk[3] ^ rk[6]; -+ rk += 4; -+ } -+} -+ -+static void rijndaelEncrypt(u32 rk[/*44*/], u8 pt[16], u8 ct[16]) -+{ -+ u32 s0, s1, s2, s3, t0, t1, t2, t3; -+ int Nr = 10; -+#ifndef FULL_UNROLL -+ int r; -+#endif /* ?FULL_UNROLL */ -+ -+ /* -+ * map byte array block to cipher state -+ * and add initial round key: -+ */ -+ s0 = GETU32(pt ) ^ rk[0]; -+ s1 = GETU32(pt + 4) ^ rk[1]; -+ s2 = GETU32(pt + 8) ^ rk[2]; -+ s3 = GETU32(pt + 12) ^ rk[3]; -+ -+#define ROUND(i,d,s) \ -+d##0 = TE0(s##0) ^ TE1(s##1) ^ TE2(s##2) ^ TE3(s##3) ^ rk[4 * i]; \ -+d##1 = TE0(s##1) ^ TE1(s##2) ^ TE2(s##3) ^ TE3(s##0) ^ rk[4 * i + 1]; \ -+d##2 = TE0(s##2) ^ TE1(s##3) ^ TE2(s##0) ^ TE3(s##1) ^ rk[4 * i + 2]; \ -+d##3 = TE0(s##3) ^ TE1(s##0) ^ TE2(s##1) ^ TE3(s##2) ^ rk[4 * i + 3] -+ -+#ifdef FULL_UNROLL -+ -+ ROUND(1,t,s); -+ ROUND(2,s,t); -+ ROUND(3,t,s); -+ ROUND(4,s,t); -+ ROUND(5,t,s); -+ ROUND(6,s,t); -+ ROUND(7,t,s); -+ ROUND(8,s,t); -+ ROUND(9,t,s); -+ -+ rk += Nr << 2; -+ -+#else /* !FULL_UNROLL */ -+ -+ /* Nr - 1 full rounds: */ -+ r = Nr >> 1; -+ for (;;) { -+ ROUND(1,t,s); -+ rk += 8; -+ if (--r == 0) -+ break; -+ ROUND(0,s,t); -+ } -+ -+#endif /* ?FULL_UNROLL */ -+ -+#undef ROUND -+ -+ /* -+ * apply last round and -+ * map cipher state to byte array block: -+ */ -+ s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0]; -+ PUTU32(ct , s0); -+ s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1]; -+ PUTU32(ct + 4, s1); -+ s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2]; -+ PUTU32(ct + 8, s2); -+ s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3]; -+ PUTU32(ct + 12, s3); -+} -+ -+static void * aes_encrypt_init(u8 *key, size_t len) -+{ -+ u32 *rk; -+ if (len != 16) -+ return NULL; -+ rk = (u32*)rtw_malloc(AES_PRIV_SIZE); -+ if (rk == NULL) -+ return NULL; -+ rijndaelKeySetupEnc(rk, key); -+ return rk; -+} -+ -+static void aes_128_encrypt(void *ctx, u8 *plain, u8 *crypt) -+{ -+ rijndaelEncrypt(ctx, plain, crypt); -+} -+ -+ -+static void gf_mulx(u8 *pad) -+{ -+ int i, carry; -+ -+ carry = pad[0] & 0x80; -+ for (i = 0; i < AES_BLOCK_SIZE - 1; i++) -+ pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); -+ pad[AES_BLOCK_SIZE - 1] <<= 1; -+ if (carry) -+ pad[AES_BLOCK_SIZE - 1] ^= 0x87; -+} -+ -+static void aes_encrypt_deinit(void *ctx) -+{ -+ _rtw_memset(ctx, 0, AES_PRIV_SIZE); -+ rtw_mfree(ctx, AES_PRIV_SIZE); -+} -+ -+ -+/** -+ * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128 -+ * @key: 128-bit key for the hash operation -+ * @num_elem: Number of elements in the data vector -+ * @addr: Pointers to the data areas -+ * @len: Lengths of the data blocks -+ * @mac: Buffer for MAC (128 bits, i.e., 16 bytes) -+ * Returns: 0 on success, -1 on failure -+ * -+ * This is a mode for using block cipher (AES in this case) for authentication. -+ * OMAC1 was standardized with the name CMAC by NIST in a Special Publication -+ * (SP) 800-38B. -+ */ -+static int omac1_aes_128_vector(u8 *key, size_t num_elem, -+ u8 *addr[], size_t *len, u8 *mac) -+{ -+ void *ctx; -+ u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; -+ u8 *pos, *end; -+ size_t i, e, left, total_len; -+ -+ ctx = aes_encrypt_init(key, 16); -+ if (ctx == NULL) -+ return -1; -+ _rtw_memset(cbc, 0, AES_BLOCK_SIZE); -+ -+ total_len = 0; -+ for (e = 0; e < num_elem; e++) -+ total_len += len[e]; -+ left = total_len; -+ -+ e = 0; -+ pos = addr[0]; -+ end = pos + len[0]; -+ -+ while (left >= AES_BLOCK_SIZE) { -+ for (i = 0; i < AES_BLOCK_SIZE; i++) { -+ cbc[i] ^= *pos++; -+ if (pos >= end) { -+ e++; -+ pos = addr[e]; -+ end = pos + len[e]; -+ } -+ } -+ if (left > AES_BLOCK_SIZE) -+ aes_128_encrypt(ctx, cbc, cbc); -+ left -= AES_BLOCK_SIZE; -+ } -+ -+ _rtw_memset(pad, 0, AES_BLOCK_SIZE); -+ aes_128_encrypt(ctx, pad, pad); -+ gf_mulx(pad); -+ -+ if (left || total_len == 0) { -+ for (i = 0; i < left; i++) { -+ cbc[i] ^= *pos++; -+ if (pos >= end) { -+ e++; -+ pos = addr[e]; -+ end = pos + len[e]; -+ } -+ } -+ cbc[left] ^= 0x80; -+ gf_mulx(pad); -+ } -+ -+ for (i = 0; i < AES_BLOCK_SIZE; i++) -+ pad[i] ^= cbc[i]; -+ aes_128_encrypt(ctx, pad, mac); -+ aes_encrypt_deinit(ctx); -+ return 0; -+} -+ -+ -+/** -+ * omac1_aes_128 - One-Key CBC MAC (OMAC1) hash with AES-128 (aka AES-CMAC) -+ * @key: 128-bit key for the hash operation -+ * @data: Data buffer for which a MAC is determined -+ * @data_len: Length of data buffer in bytes -+ * @mac: Buffer for MAC (128 bits, i.e., 16 bytes) -+ * Returns: 0 on success, -1 on failure -+ * -+ * This is a mode for using block cipher (AES in this case) for authentication. -+ * OMAC1 was standardized with the name CMAC by NIST in a Special Publication -+ * (SP) 800-38B. -+ */ //modify for CONFIG_IEEE80211W -+int omac1_aes_128(u8 *key, u8 *data, size_t data_len, u8 *mac) -+{ -+ return omac1_aes_128_vector(key, 1, &data, &data_len, mac); -+} -+#endif //PLATFORM_FREEBSD Baron -+ -+#ifdef CONFIG_TDLS -+void wpa_tdls_generate_tpk(_adapter *padapter, PVOID sta) -+{ -+ struct sta_info *psta = (struct sta_info *)sta; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 *SNonce = psta->SNonce; -+ u8 *ANonce = psta->ANonce; -+ -+ u8 key_input[SHA256_MAC_LEN]; -+ u8 *nonce[2]; -+ size_t len[2]; -+ u8 data[3 * ETH_ALEN]; -+ -+ /* IEEE Std 802.11z-2010 8.5.9.1: -+ * TPK-Key-Input = SHA-256(min(SNonce, ANonce) || max(SNonce, ANonce)) -+ */ -+ len[0] = 32; -+ len[1] = 32; -+ if (os_memcmp(SNonce, ANonce, 32) < 0) { -+ nonce[0] = SNonce; -+ nonce[1] = ANonce; -+ } else { -+ nonce[0] = ANonce; -+ nonce[1] = SNonce; -+ } -+ -+ sha256_vector(2, nonce, len, key_input); -+ -+ /* -+ * TPK-Key-Data = KDF-N_KEY(TPK-Key-Input, "TDLS PMK", -+ * min(MAC_I, MAC_R) || max(MAC_I, MAC_R) || BSSID || N_KEY) -+ * TODO: is N_KEY really included in KDF Context and if so, in which -+ * presentation format (little endian 16-bit?) is it used? It gets -+ * added by the KDF anyway.. -+ */ -+ -+ if (os_memcmp(adapter_mac_addr(padapter), psta->hwaddr, ETH_ALEN) < 0) { -+ _rtw_memcpy(data, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(data + ETH_ALEN, psta->hwaddr, ETH_ALEN); -+ } else { -+ _rtw_memcpy(data, psta->hwaddr, ETH_ALEN); -+ _rtw_memcpy(data + ETH_ALEN, adapter_mac_addr(padapter), ETH_ALEN); -+ } -+ _rtw_memcpy(data + 2 * ETH_ALEN, get_bssid(pmlmepriv), ETH_ALEN); -+ -+ sha256_prf(key_input, SHA256_MAC_LEN, "TDLS PMK", data, sizeof(data), (u8 *) &psta->tpk, sizeof(psta->tpk)); -+ -+ -+} -+ -+/** -+ * wpa_tdls_ftie_mic - Calculate TDLS FTIE MIC -+ * @kck: TPK-KCK -+ * @lnkid: Pointer to the beginning of Link Identifier IE -+ * @rsnie: Pointer to the beginning of RSN IE used for handshake -+ * @timeoutie: Pointer to the beginning of Timeout IE used for handshake -+ * @ftie: Pointer to the beginning of FT IE -+ * @mic: Pointer for writing MIC -+ * -+ * Calculate MIC for TDLS frame. -+ */ -+int wpa_tdls_ftie_mic(u8 *kck, u8 trans_seq, -+ u8 *lnkid, u8 *rsnie, u8 *timeoutie, u8 *ftie, -+ u8 *mic) -+{ -+ u8 *buf, *pos; -+ struct wpa_tdls_ftie *_ftie; -+ struct wpa_tdls_lnkid *_lnkid; -+ int ret; -+ int len = 2 * ETH_ALEN + 1 + 2 + lnkid[1] + 2 + rsnie[1] + -+ 2 + timeoutie[1] + 2 + ftie[1]; -+ buf = rtw_zmalloc(len); -+ if (!buf) { -+ DBG_871X("TDLS: No memory for MIC calculation\n"); -+ return -1; -+ } -+ -+ pos = buf; -+ _lnkid = (struct wpa_tdls_lnkid *) lnkid; -+ /* 1) TDLS initiator STA MAC address */ -+ _rtw_memcpy(pos, _lnkid->init_sta, ETH_ALEN); -+ pos += ETH_ALEN; -+ /* 2) TDLS responder STA MAC address */ -+ _rtw_memcpy(pos, _lnkid->resp_sta, ETH_ALEN); -+ pos += ETH_ALEN; -+ /* 3) Transaction Sequence number */ -+ *pos++ = trans_seq; -+ /* 4) Link Identifier IE */ -+ _rtw_memcpy(pos, lnkid, 2 + lnkid[1]); -+ pos += 2 + lnkid[1]; -+ /* 5) RSN IE */ -+ _rtw_memcpy(pos, rsnie, 2 + rsnie[1]); -+ pos += 2 + rsnie[1]; -+ /* 6) Timeout Interval IE */ -+ _rtw_memcpy(pos, timeoutie, 2 + timeoutie[1]); -+ pos += 2 + timeoutie[1]; -+ /* 7) FTIE, with the MIC field of the FTIE set to 0 */ -+ _rtw_memcpy(pos, ftie, 2 + ftie[1]); -+ _ftie = (struct wpa_tdls_ftie *) pos; -+ _rtw_memset(_ftie->mic, 0, TDLS_MIC_LEN); -+ pos += 2 + ftie[1]; -+ -+ ret = omac1_aes_128(kck, buf, pos - buf, mic); -+ rtw_mfree(buf, len); -+ return ret; -+ -+} -+ -+/** -+ * wpa_tdls_teardown_ftie_mic - Calculate TDLS TEARDOWN FTIE MIC -+ * @kck: TPK-KCK -+ * @lnkid: Pointer to the beginning of Link Identifier IE -+ * @reason: Reason code of TDLS Teardown -+ * @dialog_token: Dialog token that was used in the MIC calculation for TPK Handshake Message 3 -+ * @trans_seq: Transaction Sequence number (1 octet) which shall be set to the value 4 -+ * @ftie: Pointer to the beginning of FT IE -+ * @mic: Pointer for writing MIC -+ * -+ * Calculate MIC for TDLS TEARDOWN frame according to Section 10.22.5 in IEEE 802.11 - 2012. -+ */ -+int wpa_tdls_teardown_ftie_mic(u8 *kck, u8 *lnkid, u16 reason, -+ u8 dialog_token, u8 trans_seq, u8 *ftie, u8 *mic) -+{ -+ u8 *buf, *pos; -+ struct wpa_tdls_ftie *_ftie; -+ int ret; -+ int len = 2 + lnkid[1] + 2 + 1 + 1 + 2 + ftie[1]; -+ -+ buf = rtw_zmalloc(len); -+ if (!buf) { -+ DBG_871X("TDLS: No memory for MIC calculation\n"); -+ return -1; -+ } -+ -+ pos = buf; -+ /* 1) Link Identifier IE */ -+ _rtw_memcpy(pos, lnkid, 2 + lnkid[1]); -+ pos += 2 + lnkid[1]; -+ /* 2) Reason Code */ -+ _rtw_memcpy(pos, (u8 *)&reason, 2); -+ pos += 2; -+ /* 3) Dialog Token */ -+ *pos++ = dialog_token; -+ /* 4) Transaction Sequence number */ -+ *pos++ = trans_seq; -+ /* 5) FTIE, with the MIC field of the FTIE set to 0 */ -+ _rtw_memcpy(pos, ftie, 2 + ftie[1]); -+ _ftie = (struct wpa_tdls_ftie *) pos; -+ _rtw_memset(_ftie->mic, 0, TDLS_MIC_LEN); -+ pos += 2 + ftie[1]; -+ -+ ret = omac1_aes_128(kck, buf, pos - buf, mic); -+ rtw_mfree(buf, len); -+ return ret; -+ -+} -+ -+int tdls_verify_mic(u8 *kck, u8 trans_seq, -+ u8 *lnkid, u8 *rsnie, u8 *timeoutie, u8 *ftie) -+{ -+ u8 *buf, *pos; -+ int len; -+ u8 mic[16]; -+ int ret; -+ u8 *rx_ftie, *tmp_ftie; -+ -+ if (lnkid == NULL || rsnie == NULL || -+ timeoutie == NULL || ftie == NULL){ -+ return _FAIL; -+ } -+ -+ len = 2 * ETH_ALEN + 1 + 2 + 18 + 2 + *(rsnie+1) + 2 + *(timeoutie+1) + 2 + *(ftie+1); -+ -+ buf = rtw_zmalloc(len); -+ if (buf == NULL) -+ return _FAIL; -+ -+ pos = buf; -+ /* 1) TDLS initiator STA MAC address */ -+ _rtw_memcpy(pos, lnkid + ETH_ALEN + 2, ETH_ALEN); -+ pos += ETH_ALEN; -+ /* 2) TDLS responder STA MAC address */ -+ _rtw_memcpy(pos, lnkid + 2 * ETH_ALEN + 2, ETH_ALEN); -+ pos += ETH_ALEN; -+ /* 3) Transaction Sequence number */ -+ *pos++ = trans_seq; -+ /* 4) Link Identifier IE */ -+ _rtw_memcpy(pos, lnkid, 2 + 18); -+ pos += 2 + 18; -+ /* 5) RSN IE */ -+ _rtw_memcpy(pos, rsnie, 2 + *(rsnie+1)); -+ pos += 2 + *(rsnie+1); -+ /* 6) Timeout Interval IE */ -+ _rtw_memcpy(pos, timeoutie, 2 + *(timeoutie+1)); -+ pos += 2 + *(timeoutie+1); -+ /* 7) FTIE, with the MIC field of the FTIE set to 0 */ -+ _rtw_memcpy(pos, ftie, 2 + *(ftie+1)); -+ pos += 2; -+ tmp_ftie = (u8 *) (pos+2); -+ _rtw_memset(tmp_ftie, 0, 16); -+ pos += *(ftie+1); -+ -+ ret = omac1_aes_128(kck, buf, pos - buf, mic); -+ rtw_mfree(buf, len); -+ if (ret) -+ return _FAIL; -+ rx_ftie = ftie+4; -+ -+ if (os_memcmp(mic, rx_ftie, 16) == 0) { -+ //Valid MIC -+ return _SUCCESS; -+ } -+ -+ //Invalid MIC -+ DBG_871X( "[%s] Invalid MIC\n", __FUNCTION__); -+ return _FAIL; -+ -+} -+#endif //CONFIG_TDLS -+ -+void rtw_use_tkipkey_handler(RTW_TIMER_HDL_ARGS) -+{ -+ _adapter *padapter = (_adapter *)FunctionContext; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("^^^rtw_use_tkipkey_handler ^^^\n")); -+ -+/* -+ if (RTW_CANNOT_RUN(padapter)) { -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("^^^rtw_use_tkipkey_handler (padapter->bDriverStopped %s)(padapter->bSurpriseRemoved %s)^^^\n" -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False")); -+ -+ return; -+ } -+ */ -+ -+ padapter->securitypriv.busetkipkey=_TRUE; -+ -+ RT_TRACE(_module_rtl871x_security_c_,_drv_err_,("^^^rtw_use_tkipkey_handler padapter->securitypriv.busetkipkey=%d^^^\n",padapter->securitypriv.busetkipkey)); -+ -+_func_exit_; -+ -+} -+ -+/* Restore HW wep key setting according to key_mask */ -+void rtw_sec_restore_wep_key(_adapter *adapter) -+{ -+ struct security_priv* securitypriv=&(adapter->securitypriv); -+ sint keyid; -+ -+ if((_WEP40_ == securitypriv->dot11PrivacyAlgrthm) ||(_WEP104_ == securitypriv->dot11PrivacyAlgrthm)) { -+ for(keyid=0;keyid<4;keyid++){ -+ if(securitypriv->key_mask & BIT(keyid)){ -+ if(keyid == securitypriv->dot11PrivacyKeyIndex) -+ rtw_set_key(adapter,securitypriv, keyid, 1, _FALSE); -+ else -+ rtw_set_key(adapter,securitypriv, keyid, 0, _FALSE); -+ } -+ } -+ } -+} -+ -+u8 rtw_handle_tkip_countermeasure(_adapter* adapter, const char *caller) -+{ -+ struct security_priv* securitypriv=&(adapter->securitypriv); -+ u8 status = _SUCCESS; -+ -+ if (securitypriv->btkip_countermeasure == _TRUE) { -+ u32 passing_ms = rtw_get_passing_time_ms(securitypriv->btkip_countermeasure_time); -+ if (passing_ms > 60*1000) { -+ DBG_871X_LEVEL(_drv_always_, "%s("ADPT_FMT") countermeasure time:%ds > 60s \n", -+ caller, ADPT_ARG(adapter), passing_ms/1000); -+ securitypriv->btkip_countermeasure = _FALSE; -+ securitypriv->btkip_countermeasure_time = 0; -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "%s("ADPT_FMT") countermeasure time:%ds < 60s \n", -+ caller, ADPT_ARG(adapter), passing_ms/1000); -+ status = _FAIL; -+ } -+ } -+ -+ return status; -+} -+ -+#ifdef CONFIG_WOWLAN -+u16 rtw_cal_crc16(u8 data, u16 crc) -+{ -+ u8 shift_in, data_bit; -+ u8 crc_bit4, crc_bit11, crc_bit15; -+ u16 crc_result; -+ int index; -+ -+ for (index = 0; index < 8; index++) { -+ crc_bit15 = ((crc & BIT15) ? 1 : 0); -+ data_bit = (data & (BIT0 << index) ? 1 : 0); -+ shift_in = crc_bit15 ^ data_bit; -+ /*printf("crc_bit15=%d, DataBit=%d, shift_in=%d\n", -+ * crc_bit15, data_bit, shift_in);*/ -+ -+ crc_result = crc << 1; -+ -+ if (shift_in == 0) -+ crc_result &= (~BIT0); -+ else -+ crc_result |= BIT0; -+ /*printf("CRC =%x\n",CRC_Result);*/ -+ -+ crc_bit11 = ((crc & BIT11) ? 1 : 0) ^ shift_in; -+ -+ if (crc_bit11 == 0) -+ crc_result &= (~BIT12); -+ else -+ crc_result |= BIT12; -+ -+ /*printf("bit12 CRC =%x\n",CRC_Result);*/ -+ -+ crc_bit4 = ((crc & BIT4) ? 1 : 0) ^ shift_in; -+ -+ if (crc_bit4 == 0) -+ crc_result &= (~BIT5); -+ else -+ crc_result |= BIT5; -+ -+ /* printf("bit5 CRC =%x\n",CRC_Result); */ -+ /* repeat using the last result*/ -+ crc = crc_result; -+ } -+ return crc; -+} -+ -+/* -+ * function name :rtw_calc_crc -+ * -+ * input: char* pattern , pattern size -+ * -+ */ -+u16 rtw_calc_crc(u8 *pdata, int length) -+{ -+ u16 crc = 0xffff; -+ int i; -+ -+ for (i = 0; i < length; i++) -+ crc = rtw_cal_crc16(pdata[i], crc); -+ /* get 1' complement */ -+ crc = ~crc; -+ -+ return crc; -+} -+#endif /*CONFIG_WOWLAN*/ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_sreset.c linux/3rdparty/rtl8812au/core/rtw_sreset.c ---- linux.old/3rdparty/rtl8812au/core/rtw_sreset.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_sreset.c 2017-06-07 23:07:21.005687029 +0300 -@@ -0,0 +1,365 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+#include -+ -+void sreset_init_value(_adapter *padapter) -+{ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+ -+ _rtw_mutex_init(&psrtpriv->silentreset_mutex); -+ psrtpriv->silent_reset_inprogress = _FALSE; -+ psrtpriv->Wifi_Error_Status = WIFI_STATUS_SUCCESS; -+ psrtpriv->last_tx_time =0; -+ psrtpriv->last_tx_complete_time =0; -+#endif -+} -+void sreset_reset_value(_adapter *padapter) -+{ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+ -+ psrtpriv->Wifi_Error_Status = WIFI_STATUS_SUCCESS; -+ psrtpriv->last_tx_time =0; -+ psrtpriv->last_tx_complete_time =0; -+#endif -+} -+ -+u8 sreset_get_wifi_status(_adapter *padapter) -+{ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+ -+ u8 status = WIFI_STATUS_SUCCESS; -+ u32 val32 = 0; -+ _irqL irqL; -+ if(psrtpriv->silent_reset_inprogress == _TRUE) -+ { -+ return status; -+ } -+ val32 =rtw_read32(padapter,REG_TXDMA_STATUS); -+ if(val32==0xeaeaeaea){ -+ psrtpriv->Wifi_Error_Status = WIFI_IF_NOT_EXIST; -+ } -+ else if(val32!=0){ -+ DBG_8192C("txdmastatu(%x)\n",val32); -+ psrtpriv->Wifi_Error_Status = WIFI_MAC_TXDMA_ERROR; -+ } -+ -+ if(WIFI_STATUS_SUCCESS !=psrtpriv->Wifi_Error_Status) -+ { -+ DBG_8192C("==>%s error_status(0x%x) \n",__FUNCTION__,psrtpriv->Wifi_Error_Status); -+ status = (psrtpriv->Wifi_Error_Status &( ~(USB_READ_PORT_FAIL|USB_WRITE_PORT_FAIL))); -+ } -+ DBG_8192C("==> %s wifi_status(0x%x)\n",__FUNCTION__,status); -+ -+ //status restore -+ psrtpriv->Wifi_Error_Status = WIFI_STATUS_SUCCESS; -+ -+ return status; -+#else -+ return WIFI_STATUS_SUCCESS; -+#endif -+} -+ -+void sreset_set_wifi_error_status(_adapter *padapter, u32 status) -+{ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ pHalData->srestpriv.Wifi_Error_Status = status; -+#endif -+} -+ -+void sreset_set_trigger_point(_adapter *padapter, s32 tgp) -+{ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ pHalData->srestpriv.dbg_trigger_point = tgp; -+#endif -+} -+ -+bool sreset_inprogress(_adapter *padapter) -+{ -+#if defined(DBG_CONFIG_ERROR_RESET) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ return pHalData->srestpriv.silent_reset_inprogress; -+#else -+ return _FALSE; -+#endif -+} -+ -+void sreset_restore_security_station(_adapter *padapter) -+{ -+ u8 EntryId = 0; -+ struct mlme_priv *mlmepriv = &padapter->mlmepriv; -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ struct mlme_ext_info *pmlmeinfo = &padapter->mlmeextpriv.mlmext_info; -+ -+ { -+ u8 val8; -+ -+ if (pmlmeinfo->auth_algo == dot11AuthAlgrthm_8021X) { -+ val8 = 0xcc; -+ #ifdef CONFIG_WAPI_SUPPORT -+ } else if (padapter->wapiInfo.bWapiEnable && pmlmeinfo->auth_algo == dot11AuthAlgrthm_WAPI) { -+ //Disable TxUseDefaultKey, RxUseDefaultKey, RxBroadcastUseDefaultKey. -+ val8 = 0x4c; -+ #endif -+ } else { -+ val8 = 0xcf; -+ } -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_CFG, (u8 *)(&val8)); -+ } -+ -+ #if 0 -+ if ( ( padapter->securitypriv.dot11PrivacyAlgrthm == _WEP40_ ) || -+ ( padapter->securitypriv.dot11PrivacyAlgrthm == _WEP104_ )) -+ { -+ -+ for(EntryId=0; EntryId<4; EntryId++) -+ { -+ if(EntryId == psecuritypriv->dot11PrivacyKeyIndex) -+ rtw_set_key(padapter,&padapter->securitypriv, EntryId, 1,_FALSE); -+ else -+ rtw_set_key(padapter,&padapter->securitypriv, EntryId, 0,_FALSE); -+ } -+ -+ } -+ else -+ #endif -+ if((padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_) || -+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) -+ { -+ psta = rtw_get_stainfo(pstapriv, get_bssid(mlmepriv)); -+ if (psta == NULL) { -+ //DEBUG_ERR( ("Set wpa_set_encryption: Obtain Sta_info fail \n")); -+ } -+ else -+ { -+ //pairwise key -+ rtw_setstakey_cmd(padapter, psta, UNICAST_KEY,_FALSE); -+ //group key -+ rtw_set_key(padapter,&padapter->securitypriv,padapter->securitypriv.dot118021XGrpKeyid, 0,_FALSE); -+ } -+ } -+} -+ -+void sreset_restore_network_station(_adapter *padapter) -+{ -+ struct mlme_priv *mlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ #if 0 -+ { -+ //======================================================= -+ // reset related register of Beacon control -+ -+ //set MSR to nolink -+ Set_MSR(padapter, _HW_STATE_NOLINK_); -+ // reject all data frame -+ rtw_write16(padapter, REG_RXFLTMAP2,0x00); -+ //reset TSF -+ rtw_write8(padapter, REG_DUAL_TSF_RST, (BIT(0)|BIT(1))); -+ -+ // disable update TSF -+ SetBcnCtrlReg(padapter, BIT(4), 0); -+ -+ //======================================================= -+ } -+ #endif -+ -+ rtw_setopmode_cmd(padapter, Ndis802_11Infrastructure,_FALSE); -+ -+ { -+ u8 threshold; -+ #ifdef CONFIG_USB_HCI -+ // TH=1 => means that invalidate usb rx aggregation -+ // TH=0 => means that validate usb rx aggregation, use init value. -+ if(mlmepriv->htpriv.ht_option) { -+ if(padapter->registrypriv.wifi_spec==1) -+ threshold = 1; -+ else -+ threshold = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); -+ } else { -+ threshold = 1; -+ rtw_hal_set_hwreg(padapter, HW_VAR_RXDMA_AGG_PG_TH, (u8 *)(&threshold)); -+ } -+ #endif -+ } -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_DO_IQK, NULL); -+ -+ set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ //disable dynamic functions, such as high power, DIG -+ /*rtw_phydm_func_disable_all(padapter);*/ -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BSSID, pmlmeinfo->network.MacAddress); -+ -+ { -+ u8 join_type = 0; -+ rtw_hal_set_hwreg(padapter, HW_VAR_MLME_JOIN, (u8 *)(&join_type)); -+ } -+ -+ Set_MSR(padapter, (pmlmeinfo->state & 0x3)); -+ -+ mlmeext_joinbss_event_callback(padapter, 1); -+ //restore Sequence No. -+ rtw_hal_set_hwreg(padapter, HW_VAR_RESTORE_HW_SEQ, 0); -+ -+ sreset_restore_security_station(padapter); -+} -+ -+ -+void sreset_restore_network_status(_adapter *padapter) -+{ -+ struct mlme_priv *mlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (check_fwstate(mlmepriv, WIFI_STATION_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_STATION_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(mlmepriv)); -+ sreset_restore_network_station(padapter); -+ } else if (check_fwstate(mlmepriv, WIFI_AP_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_AP_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(mlmepriv)); -+ rtw_ap_restore_network(padapter); -+ } else if (check_fwstate(mlmepriv, WIFI_ADHOC_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_ADHOC_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(mlmepriv)); -+ } else { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - ???\n", FUNC_ADPT_ARG(padapter), get_fwstate(mlmepriv)); -+ } -+} -+ -+void sreset_stop_adapter(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ if (padapter == NULL) -+ return; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ rtw_netif_stop_queue(padapter->pnetdev); -+ -+ rtw_cancel_all_timer(padapter); -+ -+ /* TODO: OS and HCI independent */ -+ #if defined(PLATFORM_LINUX) && defined(CONFIG_USB_HCI) -+ tasklet_kill(&pxmitpriv->xmit_tasklet); -+ #endif -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) -+ rtw_scan_abort(padapter); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING)) -+ { -+ rtw_set_to_roam(padapter, 0); -+ _rtw_join_timeout_handler(padapter); -+ } -+ -+} -+ -+void sreset_start_adapter(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ if (padapter == NULL) -+ return; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ sreset_restore_network_status(padapter); -+ } -+ -+ /* TODO: OS and HCI independent */ -+ #if defined(PLATFORM_LINUX) && defined(CONFIG_USB_HCI) -+ tasklet_hi_schedule(&pxmitpriv->xmit_tasklet); -+ #endif -+ -+ if (is_primary_adapter(padapter)) -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ -+ rtw_netif_wake_queue(padapter->pnetdev); -+} -+ -+void sreset_reset(_adapter *padapter) -+{ -+#ifdef DBG_CONFIG_ERROR_RESET -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ _irqL irqL; -+ u32 start = rtw_get_current_time(); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ psrtpriv->Wifi_Error_Status = WIFI_STATUS_SUCCESS; -+ -+ -+#ifdef CONFIG_LPS -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "SRESET"); -+#endif//#ifdef CONFIG_LPS -+ -+ _enter_pwrlock(&pwrpriv->lock); -+ -+ psrtpriv->silent_reset_inprogress = _TRUE; -+ pwrpriv->change_rfpwrstate = rf_off; -+ -+ sreset_stop_adapter(padapter); -+ #ifdef CONFIG_CONCURRENT_MODE -+ sreset_stop_adapter(padapter->pbuddy_adapter); -+ #endif -+ -+ #ifdef CONFIG_IPS -+ _ips_enter(padapter); -+ _ips_leave(padapter); -+ #endif -+ -+ sreset_start_adapter(padapter); -+ #ifdef CONFIG_CONCURRENT_MODE -+ sreset_start_adapter(padapter->pbuddy_adapter); -+ #endif -+ -+ psrtpriv->silent_reset_inprogress = _FALSE; -+ -+ _exit_pwrlock(&pwrpriv->lock); -+ -+ DBG_871X("%s done in %d ms\n", __FUNCTION__, rtw_get_passing_time_ms(start)); -+ pdbgpriv->dbg_sreset_cnt++; -+#endif -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_sta_mgt.c linux/3rdparty/rtl8812au/core/rtw_sta_mgt.c ---- linux.old/3rdparty/rtl8812au/core/rtw_sta_mgt.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_sta_mgt.c 2017-06-07 23:07:21.005687029 +0300 -@@ -0,0 +1,882 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_STA_MGT_C_ -+ -+#include -+ -+#if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) -+ -+#error "Shall be Linux or Windows, but not both!\n" -+ -+#endif -+ -+ -+void _rtw_init_stainfo(struct sta_info *psta); -+void _rtw_init_stainfo(struct sta_info *psta) -+{ -+ -+_func_enter_; -+ -+ _rtw_memset((u8 *)psta, 0, sizeof (struct sta_info)); -+ -+ _rtw_spinlock_init(&psta->lock); -+ _rtw_init_listhead(&psta->list); -+ _rtw_init_listhead(&psta->hash_list); -+ //_rtw_init_listhead(&psta->asoc_list); -+ //_rtw_init_listhead(&psta->sleep_list); -+ //_rtw_init_listhead(&psta->wakeup_list); -+ -+ _rtw_init_queue(&psta->sleep_q); -+ psta->sleepq_len = 0; -+ -+ _rtw_init_sta_xmit_priv(&psta->sta_xmitpriv); -+ _rtw_init_sta_recv_priv(&psta->sta_recvpriv); -+ -+#ifdef CONFIG_AP_MODE -+ -+ _rtw_init_listhead(&psta->asoc_list); -+ -+ _rtw_init_listhead(&psta->auth_list); -+ -+ psta->expire_to = 0; -+ -+ psta->flags = 0; -+ -+ psta->capability = 0; -+ -+ psta->bpairwise_key_installed = _FALSE; -+ -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ psta->nonerp_set = 0; -+ psta->no_short_slot_time_set = 0; -+ psta->no_short_preamble_set = 0; -+ psta->no_ht_gf_set = 0; -+ psta->no_ht_set = 0; -+ psta->ht_20mhz_set = 0; -+ psta->ht_40mhz_intolerant = 0; -+#endif -+ -+#ifdef CONFIG_TX_MCAST2UNI -+ psta->under_exist_checking = 0; -+#endif // CONFIG_TX_MCAST2UNI -+ -+ psta->keep_alive_trycnt = 0; -+ -+#endif // CONFIG_AP_MODE -+ -+_func_exit_; -+ -+} -+ -+u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) -+{ -+ struct sta_info *psta; -+ s32 i; -+ -+_func_enter_; -+ -+ pstapriv->pallocated_stainfo_buf = rtw_zvmalloc (sizeof(struct sta_info) * NUM_STA+ 4); -+ -+ if(!pstapriv->pallocated_stainfo_buf) -+ return _FAIL; -+ -+ pstapriv->pstainfo_buf = pstapriv->pallocated_stainfo_buf + 4 - -+ ((SIZE_PTR)(pstapriv->pallocated_stainfo_buf ) & 3); -+ -+ _rtw_init_queue(&pstapriv->free_sta_queue); -+ -+ _rtw_spinlock_init(&pstapriv->sta_hash_lock); -+ -+ //_rtw_init_queue(&pstapriv->asoc_q); -+ pstapriv->asoc_sta_count = 0; -+ _rtw_init_queue(&pstapriv->sleep_q); -+ _rtw_init_queue(&pstapriv->wakeup_q); -+ -+ psta = (struct sta_info *)(pstapriv->pstainfo_buf); -+ -+ -+ for(i = 0; i < NUM_STA; i++) -+ { -+ _rtw_init_stainfo(psta); -+ -+ _rtw_init_listhead(&(pstapriv->sta_hash[i])); -+ -+ rtw_list_insert_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); -+ -+ psta++; -+ } -+ -+ -+ -+#ifdef CONFIG_AP_MODE -+ -+ pstapriv->sta_dz_bitmap = 0; -+ pstapriv->tim_bitmap = 0; -+ -+ _rtw_init_listhead(&pstapriv->asoc_list); -+ _rtw_init_listhead(&pstapriv->auth_list); -+ _rtw_spinlock_init(&pstapriv->asoc_list_lock); -+ _rtw_spinlock_init(&pstapriv->auth_list_lock); -+ pstapriv->asoc_list_cnt = 0; -+ pstapriv->auth_list_cnt = 0; -+ -+ pstapriv->auth_to = 3; // 3*2 = 6 sec -+ pstapriv->assoc_to = 3; -+ //pstapriv->expire_to = 900;// 900*2 = 1800 sec = 30 min, expire after no any traffic. -+ //pstapriv->expire_to = 30;// 30*2 = 60 sec = 1 min, expire after no any traffic. -+#ifdef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ pstapriv->expire_to = 3; // 3*2 = 6 sec -+#else -+ pstapriv->expire_to = 60;// 60*2 = 120 sec = 2 min, expire after no any traffic. -+#endif -+#ifdef CONFIG_ATMEL_RC_PATCH -+ _rtw_memset( pstapriv->atmel_rc_pattern, 0, ETH_ALEN); -+#endif -+ pstapriv->max_num_sta = NUM_STA; -+ -+#endif -+ -+_func_exit_; -+ -+ return _SUCCESS; -+ -+} -+ -+inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) -+{ -+ int offset = (((u8 *)sta) - stapriv->pstainfo_buf)/sizeof(struct sta_info); -+ -+ if (!stainfo_offset_valid(offset)) -+ DBG_871X("%s invalid offset(%d), out of range!!!", __func__, offset); -+ -+ return offset; -+} -+ -+inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) -+{ -+ if (!stainfo_offset_valid(offset)) -+ DBG_871X("%s invalid offset(%d), out of range!!!", __func__, offset); -+ -+ return (struct sta_info *)(stapriv->pstainfo_buf + offset * sizeof(struct sta_info)); -+} -+ -+void _rtw_free_sta_xmit_priv_lock(struct sta_xmit_priv *psta_xmitpriv); -+void _rtw_free_sta_xmit_priv_lock(struct sta_xmit_priv *psta_xmitpriv) -+{ -+_func_enter_; -+ -+ _rtw_spinlock_free(&psta_xmitpriv->lock); -+ -+ _rtw_spinlock_free(&(psta_xmitpriv->be_q.sta_pending.lock)); -+ _rtw_spinlock_free(&(psta_xmitpriv->bk_q.sta_pending.lock)); -+ _rtw_spinlock_free(&(psta_xmitpriv->vi_q.sta_pending.lock)); -+ _rtw_spinlock_free(&(psta_xmitpriv->vo_q.sta_pending.lock)); -+_func_exit_; -+} -+ -+static void _rtw_free_sta_recv_priv_lock(struct sta_recv_priv *psta_recvpriv) -+{ -+_func_enter_; -+ -+ _rtw_spinlock_free(&psta_recvpriv->lock); -+ -+ _rtw_spinlock_free(&(psta_recvpriv->defrag_q.lock)); -+ -+_func_exit_; -+ -+} -+ -+void rtw_mfree_stainfo(struct sta_info *psta); -+void rtw_mfree_stainfo(struct sta_info *psta) -+{ -+_func_enter_; -+ -+ if(&psta->lock != NULL) -+ _rtw_spinlock_free(&psta->lock); -+ -+ _rtw_free_sta_xmit_priv_lock(&psta->sta_xmitpriv); -+ _rtw_free_sta_recv_priv_lock(&psta->sta_recvpriv); -+ -+_func_exit_; -+} -+ -+ -+// this function is used to free the memory of lock || sema for all stainfos -+void rtw_mfree_all_stainfo(struct sta_priv *pstapriv ); -+void rtw_mfree_all_stainfo(struct sta_priv *pstapriv ) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ struct sta_info *psta = NULL; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ phead = get_list_head(&pstapriv->free_sta_queue); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info ,list); -+ plist = get_next(plist); -+ -+ rtw_mfree_stainfo(psta); -+ } -+ -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+_func_exit_; -+ -+} -+ -+void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv); -+void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv) -+{ -+#ifdef CONFIG_AP_MODE -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+#endif -+ -+ rtw_mfree_all_stainfo(pstapriv); //be done before free sta_hash_lock -+ -+ _rtw_spinlock_free(&pstapriv->free_sta_queue.lock); -+ -+ _rtw_spinlock_free(&pstapriv->sta_hash_lock); -+ _rtw_spinlock_free(&pstapriv->wakeup_q.lock); -+ _rtw_spinlock_free(&pstapriv->sleep_q.lock); -+ -+#ifdef CONFIG_AP_MODE -+ _rtw_spinlock_free(&pstapriv->asoc_list_lock); -+ _rtw_spinlock_free(&pstapriv->auth_list_lock); -+ _rtw_spinlock_free(&pacl_list->acl_node_q.lock); -+#endif -+ -+} -+ -+u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) -+{ -+ _irqL irqL; -+ _list *phead, *plist; -+ struct sta_info *psta = NULL; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ int index; -+ -+_func_enter_; -+ if(pstapriv){ -+ -+ /* delete all reordering_ctrl_timer */ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ for(index = 0; index < NUM_STA; index++) -+ { -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ int i; -+ psta = LIST_CONTAINOR(plist, struct sta_info ,hash_list); -+ plist = get_next(plist); -+ -+ for(i=0; i < 16 ; i++) -+ { -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ _cancel_timer_ex(&preorder_ctrl->reordering_ctrl_timer); -+ } -+ } -+ } -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ /*===============================*/ -+ -+ rtw_mfree_sta_priv_lock(pstapriv); -+ -+ if(pstapriv->pallocated_stainfo_buf) { -+ rtw_vmfree(pstapriv->pallocated_stainfo_buf, sizeof(struct sta_info)*NUM_STA+4); -+ } -+ } -+ -+_func_exit_; -+ return _SUCCESS; -+} -+ -+ -+//struct sta_info *rtw_alloc_stainfo(_queue *pfree_sta_queue, unsigned char *hwaddr) -+struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) -+{ -+ _irqL irqL, irqL2; -+ uint tmp_aid; -+ s32 index; -+ _list *phash_list; -+ struct sta_info *psta; -+ _queue *pfree_sta_queue; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ int i = 0; -+ u16 wRxSeqInitialValue = 0xffff; -+ -+_func_enter_; -+ -+ pfree_sta_queue = &pstapriv->free_sta_queue; -+ -+ //_enter_critical_bh(&(pfree_sta_queue->lock), &irqL); -+ _enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL2); -+ if (_rtw_queue_empty(pfree_sta_queue) == _TRUE) -+ { -+ //_exit_critical_bh(&(pfree_sta_queue->lock), &irqL); -+ _exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL2); -+ psta = NULL; -+ } -+ else -+ { -+ psta = LIST_CONTAINOR(get_next(&pfree_sta_queue->queue), struct sta_info, list); -+ -+ rtw_list_delete(&(psta->list)); -+ -+ //_exit_critical_bh(&(pfree_sta_queue->lock), &irqL); -+ -+ tmp_aid = psta->aid; -+ -+ _rtw_init_stainfo(psta); -+ -+ psta->padapter = pstapriv->padapter; -+ -+ _rtw_memcpy(psta->hwaddr, hwaddr, ETH_ALEN); -+ -+ index = wifi_mac_hash(hwaddr); -+ -+ RT_TRACE(_module_rtl871x_sta_mgt_c_,_drv_info_,("rtw_alloc_stainfo: index = %x", index)); -+ -+ if(index >= NUM_STA){ -+ RT_TRACE(_module_rtl871x_sta_mgt_c_,_drv_err_,("ERROR=> rtw_alloc_stainfo: index >= NUM_STA")); -+ psta= NULL; -+ goto exit; -+ } -+ phash_list = &(pstapriv->sta_hash[index]); -+ -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL2); -+ -+ rtw_list_insert_tail(&psta->hash_list, phash_list); -+ -+ pstapriv->asoc_sta_count ++ ; -+ -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL2); -+ -+// Commented by Albert 2009/08/13 -+// For the SMC router, the sequence number of first packet of WPS handshake will be 0. -+// In this case, this packet will be dropped by recv_decache function if we use the 0x00 as the default value for tid_rxseq variable. -+// So, we initialize the tid_rxseq variable as the 0xffff. -+ -+ for( i = 0; i < 16; i++ ) -+ { -+ _rtw_memcpy( &psta->sta_recvpriv.rxcache.tid_rxseq[ i ], &wRxSeqInitialValue, 2 ); -+ } -+ -+ RT_TRACE(_module_rtl871x_sta_mgt_c_,_drv_info_,("alloc number_%d stainfo with hwaddr = %x %x %x %x %x %x \n", -+ pstapriv->asoc_sta_count , hwaddr[0], hwaddr[1], hwaddr[2],hwaddr[3],hwaddr[4],hwaddr[5])); -+ -+ init_addba_retry_timer(pstapriv->padapter, psta); -+#ifdef CONFIG_IEEE80211W -+ init_dot11w_expire_timer(pstapriv->padapter, psta); -+#endif /* CONFIG_IEEE80211W */ -+#ifdef CONFIG_TDLS -+ rtw_init_tdls_timer(pstapriv->padapter, psta); -+#endif //CONFIG_TDLS -+ -+ //for A-MPDU Rx reordering buffer control -+ for(i=0; i < 16 ; i++) -+ { -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ -+ preorder_ctrl->padapter = pstapriv->padapter; -+ -+ preorder_ctrl->enable = _FALSE; -+ -+ preorder_ctrl->indicate_seq = 0xffff; -+ #ifdef DBG_RX_SEQ -+ DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d\n", __FUNCTION__, __LINE__, -+ preorder_ctrl->indicate_seq); -+ #endif -+ preorder_ctrl->wend_b= 0xffff; -+ //preorder_ctrl->wsize_b = (NR_RECVBUFF-2); -+ preorder_ctrl->wsize_b = 64;//64; -+ preorder_ctrl->ampdu_size = RX_AMPDU_SIZE_INVALID; -+ -+ _rtw_init_queue(&preorder_ctrl->pending_recvframe_queue); -+ -+ rtw_init_recv_timer(preorder_ctrl); -+ } -+ -+ -+ //init for DM -+ psta->rssi_stat.UndecoratedSmoothedPWDB = (-1); -+ psta->rssi_stat.UndecoratedSmoothedCCK = (-1); -+#ifdef CONFIG_ATMEL_RC_PATCH -+ psta->flag_atmel_rc = 0; -+#endif -+ /* init for the sequence number of received management frame */ -+ psta->RxMgmtFrameSeqNum = 0xffff; -+ -+ //alloc mac id for non-bc/mc station, -+ rtw_alloc_macid(pstapriv->padapter, psta); -+ -+ } -+ -+exit: -+ -+ _exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL2); -+ -+_func_exit_; -+ -+ return psta; -+ -+ -+} -+ -+ -+// using pstapriv->sta_hash_lock to protect -+u32 rtw_free_stainfo(_adapter *padapter , struct sta_info *psta) -+{ -+ int i; -+ _irqL irqL0; -+ _queue *pfree_sta_queue; -+ struct recv_reorder_ctrl *preorder_ctrl; -+ struct sta_xmit_priv *pstaxmitpriv; -+ struct xmit_priv *pxmitpriv= &padapter->xmitpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct hw_xmit *phwxmit; -+ int pending_qcnt[4]; -+ -+_func_enter_; -+ -+ if (psta == NULL) -+ goto exit; -+ -+ _enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL0); -+ rtw_list_delete(&psta->hash_list); -+ RT_TRACE(_module_rtl871x_sta_mgt_c_,_drv_err_,("\n free number_%d stainfo with hwaddr = 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x \n",pstapriv->asoc_sta_count , psta->hwaddr[0], psta->hwaddr[1], psta->hwaddr[2],psta->hwaddr[3],psta->hwaddr[4],psta->hwaddr[5])); -+ pstapriv->asoc_sta_count --; -+ _exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL0); -+ -+ -+ _enter_critical_bh(&psta->lock, &irqL0); -+ psta->state &= ~_FW_LINKED; -+ _exit_critical_bh(&psta->lock, &irqL0); -+ -+ pfree_sta_queue = &pstapriv->free_sta_queue; -+ -+ -+ pstaxmitpriv = &psta->sta_xmitpriv; -+ -+ //rtw_list_delete(&psta->sleep_list); -+ -+ //rtw_list_delete(&psta->wakeup_list); -+ -+ _enter_critical_bh(&pxmitpriv->lock, &irqL0); -+ -+ rtw_free_xmitframe_queue(pxmitpriv, &psta->sleep_q); -+ psta->sleepq_len = 0; -+ -+ //vo -+ //_enter_critical_bh(&(pxmitpriv->vo_pending.lock), &irqL0); -+ rtw_free_xmitframe_queue( pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->vo_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits; -+ phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt; -+ pending_qcnt[0] = pstaxmitpriv->vo_q.qcnt; -+ pstaxmitpriv->vo_q.qcnt = 0; -+ //_exit_critical_bh(&(pxmitpriv->vo_pending.lock), &irqL0); -+ -+ //vi -+ //_enter_critical_bh(&(pxmitpriv->vi_pending.lock), &irqL0); -+ rtw_free_xmitframe_queue( pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->vi_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits+1; -+ phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt; -+ pending_qcnt[1] = pstaxmitpriv->vi_q.qcnt; -+ pstaxmitpriv->vi_q.qcnt = 0; -+ //_exit_critical_bh(&(pxmitpriv->vi_pending.lock), &irqL0); -+ -+ //be -+ //_enter_critical_bh(&(pxmitpriv->be_pending.lock), &irqL0); -+ rtw_free_xmitframe_queue( pxmitpriv, &pstaxmitpriv->be_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->be_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits+2; -+ phwxmit->accnt -= pstaxmitpriv->be_q.qcnt; -+ pending_qcnt[2] = pstaxmitpriv->be_q.qcnt; -+ pstaxmitpriv->be_q.qcnt = 0; -+ //_exit_critical_bh(&(pxmitpriv->be_pending.lock), &irqL0); -+ -+ //bk -+ //_enter_critical_bh(&(pxmitpriv->bk_pending.lock), &irqL0); -+ rtw_free_xmitframe_queue( pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->bk_q.tx_pending)); -+ phwxmit = pxmitpriv->hwxmits+3; -+ phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt; -+ pending_qcnt[3] = pstaxmitpriv->bk_q.qcnt; -+ pstaxmitpriv->bk_q.qcnt = 0; -+ //_exit_critical_bh(&(pxmitpriv->bk_pending.lock), &irqL0); -+ -+ rtw_os_wake_queue_at_free_stainfo(padapter, pending_qcnt); -+ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL0); -+ -+ -+ // re-init sta_info; 20061114 // will be init in alloc_stainfo -+ //_rtw_init_sta_xmit_priv(&psta->sta_xmitpriv); -+ //_rtw_init_sta_recv_priv(&psta->sta_recvpriv); -+#ifdef CONFIG_IEEE80211W -+ _cancel_timer_ex(&psta->dot11w_expire_timer); -+#endif /* CONFIG_IEEE80211W */ -+ _cancel_timer_ex(&psta->addba_retry_timer); -+ -+#ifdef CONFIG_TDLS -+ psta->tdls_sta_state = TDLS_STATE_NONE; -+ rtw_free_tdls_timer(psta); -+#endif //CONFIG_TDLS -+ -+ //for A-MPDU Rx reordering buffer control, cancel reordering_ctrl_timer -+ for(i=0; i < 16 ; i++) -+ { -+ _irqL irqL; -+ _list *phead, *plist; -+ union recv_frame *prframe; -+ _queue *ppending_recvframe_queue; -+ _queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; -+ -+ preorder_ctrl = &psta->recvreorder_ctrl[i]; -+ -+ _cancel_timer_ex(&preorder_ctrl->reordering_ctrl_timer); -+ -+ -+ ppending_recvframe_queue = &preorder_ctrl->pending_recvframe_queue; -+ -+ _enter_critical_bh(&ppending_recvframe_queue->lock, &irqL); -+ -+ phead = get_list_head(ppending_recvframe_queue); -+ plist = get_next(phead); -+ -+ while(!rtw_is_list_empty(phead)) -+ { -+ prframe = LIST_CONTAINOR(plist, union recv_frame, u); -+ -+ plist = get_next(plist); -+ -+ rtw_list_delete(&(prframe->u.hdr.list)); -+ -+ rtw_free_recvframe(prframe, pfree_recv_queue); -+ } -+ -+ _exit_critical_bh(&ppending_recvframe_queue->lock, &irqL); -+ -+ } -+ -+ if (!(psta->state & WIFI_AP_STATE)) -+ rtw_hal_set_odm_var(padapter, HAL_ODM_STA_INFO, psta, _FALSE); -+ -+ -+ //release mac id for non-bc/mc station, -+ rtw_release_macid(pstapriv->padapter, psta); -+ -+#ifdef CONFIG_AP_MODE -+ -+/* -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL0); -+ rtw_list_delete(&psta->asoc_list); -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL0); -+*/ -+ _enter_critical_bh(&pstapriv->auth_list_lock, &irqL0); -+ if (!rtw_is_list_empty(&psta->auth_list)) { -+ rtw_list_delete(&psta->auth_list); -+ pstapriv->auth_list_cnt--; -+ } -+ _exit_critical_bh(&pstapriv->auth_list_lock, &irqL0); -+ -+ psta->expire_to = 0; -+#ifdef CONFIG_ATMEL_RC_PATCH -+ psta->flag_atmel_rc = 0; -+#endif -+ psta->sleepq_ac_len = 0; -+ psta->qos_info = 0; -+ -+ psta->max_sp_len = 0; -+ psta->uapsd_bk = 0; -+ psta->uapsd_be = 0; -+ psta->uapsd_vi = 0; -+ psta->uapsd_vo = 0; -+ -+ psta->has_legacy_ac = 0; -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ -+ pstapriv->sta_dz_bitmap &=~BIT(psta->aid); -+ pstapriv->tim_bitmap &=~BIT(psta->aid); -+ -+ //rtw_indicate_sta_disassoc_event(padapter, psta); -+ -+ if ((psta->aid >0)&&(pstapriv->sta_aid[psta->aid - 1] == psta)) -+ { -+ pstapriv->sta_aid[psta->aid - 1] = NULL; -+ psta->aid = 0; -+ } -+ -+#endif // CONFIG_NATIVEAP_MLME -+ -+#ifdef CONFIG_TX_MCAST2UNI -+ psta->under_exist_checking = 0; -+#endif // CONFIG_TX_MCAST2UNI -+ -+#endif // CONFIG_AP_MODE -+ -+ _rtw_spinlock_free(&psta->lock); -+ -+ //_enter_critical_bh(&(pfree_sta_queue->lock), &irqL0); -+ _enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL0); -+ rtw_list_insert_tail(&psta->list, get_list_head(pfree_sta_queue)); -+ _exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL0); -+ //_exit_critical_bh(&(pfree_sta_queue->lock), &irqL0); -+ -+exit: -+ -+_func_exit_; -+ -+ return _SUCCESS; -+ -+} -+ -+// free all stainfo which in sta_hash[all] -+void rtw_free_all_stainfo(_adapter *padapter) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ s32 index; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info* pbcmc_stainfo =rtw_get_bcmc_stainfo( padapter); -+ u8 free_sta_num = 0; -+ char free_sta_list[NUM_STA]; -+ int stainfo_offset; -+ -+_func_enter_; -+ -+ if(pstapriv->asoc_sta_count==1) -+ goto exit; -+ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for(index=0; index< NUM_STA; index++) -+ { -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info ,hash_list); -+ -+ plist = get_next(plist); -+ -+ if(pbcmc_stainfo!=psta) -+ { -+ rtw_list_delete(&psta->hash_list); -+ //rtw_free_stainfo(padapter , psta); -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) { -+ free_sta_list[free_sta_num++] = stainfo_offset; -+ } -+ } -+ -+ } -+ } -+ -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ -+ for (index = 0; index < free_sta_num; index++) -+ { -+ psta = rtw_get_stainfo_by_offset(pstapriv, free_sta_list[index]); -+ rtw_free_stainfo(padapter , psta); -+ } -+ -+exit: -+ -+_func_exit_; -+ -+} -+ -+/* any station allocated can be searched by hash list */ -+struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) -+{ -+ -+ _irqL irqL; -+ -+ _list *plist, *phead; -+ -+ struct sta_info *psta = NULL; -+ -+ u32 index; -+ -+ u8 *addr; -+ -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+ -+_func_enter_; -+ -+ if(hwaddr==NULL) -+ return NULL; -+ -+ if(IS_MCAST(hwaddr)) -+ { -+ addr = bc_addr; -+ } -+ else -+ { -+ addr = hwaddr; -+ } -+ -+ index = wifi_mac_hash(addr); -+ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ if ((_rtw_memcmp(psta->hwaddr, addr, ETH_ALEN))== _TRUE) -+ { // if found the matched address -+ break; -+ } -+ psta=NULL; -+ plist = get_next(plist); -+ } -+ -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+_func_exit_; -+ return psta; -+ -+} -+ -+u32 rtw_init_bcmc_stainfo(_adapter* padapter) -+{ -+ -+ struct sta_info *psta; -+ struct tx_servq *ptxservq; -+ u32 res=_SUCCESS; -+ NDIS_802_11_MAC_ADDRESS bcast_addr= {0xff,0xff,0xff,0xff,0xff,0xff}; -+ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ //_queue *pstapending = &padapter->xmitpriv.bm_pending; -+ -+_func_enter_; -+ -+ psta = rtw_alloc_stainfo(pstapriv, bcast_addr); -+ -+ if(psta==NULL){ -+ res=_FAIL; -+ RT_TRACE(_module_rtl871x_sta_mgt_c_,_drv_err_,("rtw_alloc_stainfo fail")); -+ goto exit; -+ } -+#ifdef CONFIG_BEAMFORMING -+ psta->txbf_gid = 63; -+ psta->txbf_paid = 0; -+#endif -+ ptxservq= &(psta->sta_xmitpriv.be_q); -+ -+/* -+ _enter_critical(&pstapending->lock, &irqL0); -+ -+ if (rtw_is_list_empty(&ptxservq->tx_pending)) -+ rtw_list_insert_tail(&ptxservq->tx_pending, get_list_head(pstapending)); -+ -+ _exit_critical(&pstapending->lock, &irqL0); -+*/ -+ -+exit: -+_func_exit_; -+ return _SUCCESS; -+ -+} -+ -+ -+struct sta_info* rtw_get_bcmc_stainfo(_adapter* padapter) -+{ -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+_func_enter_; -+ psta = rtw_get_stainfo(pstapriv, bc_addr); -+_func_exit_; -+ return psta; -+ -+} -+ -+u8 rtw_access_ctrl(_adapter *padapter, u8 *mac_addr) -+{ -+ u8 res = _TRUE; -+#ifdef CONFIG_AP_MODE -+ _irqL irqL; -+ _list *plist, *phead; -+ struct rtw_wlan_acl_node *paclnode; -+ u8 match = _FALSE; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct wlan_acl_pool *pacl_list = &pstapriv->acl_list; -+ _queue *pacl_node_q =&pacl_list->acl_node_q; -+ -+ _enter_critical_bh(&(pacl_node_q->lock), &irqL); -+ phead = get_list_head(pacl_node_q); -+ plist = get_next(phead); -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); -+ plist = get_next(plist); -+ -+ if(_rtw_memcmp(paclnode->addr, mac_addr, ETH_ALEN)) -+ { -+ if(paclnode->valid == _TRUE) -+ { -+ match = _TRUE; -+ break; -+ } -+ } -+ } -+ _exit_critical_bh(&(pacl_node_q->lock), &irqL); -+ -+ -+ if(pacl_list->mode == 1)//accept unless in deny list -+ { -+ res = (match == _TRUE) ? _FALSE:_TRUE; -+ } -+ else if(pacl_list->mode == 2)//deny unless in accept list -+ { -+ res = (match == _TRUE) ? _TRUE:_FALSE; -+ } -+ else -+ { -+ res = _TRUE; -+ } -+ -+#endif -+ -+ return res; -+ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_tdls.c linux/3rdparty/rtl8812au/core/rtw_tdls.c ---- linux.old/3rdparty/rtl8812au/core/rtw_tdls.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_tdls.c 2017-06-07 23:07:21.005687029 +0300 -@@ -0,0 +1,3142 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_TDLS_C_ -+ -+#include -+ -+#ifdef CONFIG_TDLS -+#define ONE_SEC 1000 /* 1000 ms */ -+ -+extern unsigned char MCS_rate_2R[16]; -+extern unsigned char MCS_rate_1R[16]; -+extern void process_wmmps_data(_adapter *padapter, union recv_frame *precv_frame); -+ -+void rtw_reset_tdls_info(_adapter* padapter) -+{ -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ -+ ptdlsinfo->ap_prohibited = _FALSE; -+ -+ /* For TDLS channel switch, currently we only allow it to work in wifi logo test mode */ -+ if (padapter->registrypriv.wifi_spec == 1) -+ { -+ ptdlsinfo->ch_switch_prohibited = _FALSE; -+ } -+ else -+ { -+ ptdlsinfo->ch_switch_prohibited = _TRUE; -+ } -+ -+ ptdlsinfo->link_established = _FALSE; -+ ptdlsinfo->sta_cnt = 0; -+ ptdlsinfo->sta_maximum = _FALSE; -+ -+#ifdef CONFIG_TDLS_CH_SW -+ ptdlsinfo->chsw_info.ch_sw_state = TDLS_STATE_NONE; -+ ATOMIC_SET(&ptdlsinfo->chsw_info.chsw_on, _FALSE); -+ ptdlsinfo->chsw_info.off_ch_num = 0; -+ ptdlsinfo->chsw_info.ch_offset = 0; -+ ptdlsinfo->chsw_info.cur_time = 0; -+ ptdlsinfo->chsw_info.delay_switch_back = _FALSE; -+ ptdlsinfo->chsw_info.dump_stack = _FALSE; -+#endif -+ -+ ptdlsinfo->ch_sensing = 0; -+ ptdlsinfo->watchdog_count = 0; -+ ptdlsinfo->dev_discovered = _FALSE; -+ -+#ifdef CONFIG_WFD -+ ptdlsinfo->wfd_info = &padapter->wfd_info; -+#endif /* ONFIG_WFD */ -+} -+ -+int rtw_init_tdls_info(_adapter* padapter) -+{ -+ int res = _SUCCESS; -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ -+ rtw_reset_tdls_info(padapter); -+ -+ ptdlsinfo->tdls_enable = _TRUE; -+#ifdef CONFIG_TDLS_DRIVER_SETUP -+ ptdlsinfo->driver_setup = _TRUE; -+#else -+ ptdlsinfo->driver_setup = _FALSE; -+#endif /* CONFIG_TDLS_DRIVER_SETUP */ -+ -+ _rtw_spinlock_init(&ptdlsinfo->cmd_lock); -+ _rtw_spinlock_init(&ptdlsinfo->hdl_lock); -+ -+ return res; -+ -+} -+ -+void rtw_free_tdls_info(struct tdls_info *ptdlsinfo) -+{ -+ _rtw_spinlock_free(&ptdlsinfo->cmd_lock); -+ _rtw_spinlock_free(&ptdlsinfo->hdl_lock); -+ -+ _rtw_memset(ptdlsinfo, 0, sizeof(struct tdls_info) ); -+ -+} -+ -+int check_ap_tdls_prohibited(u8 *pframe, u8 pkt_len) -+{ -+ u8 tdls_prohibited_bit = 0x40; /* bit(38); TDLS_prohibited */ -+ -+ if (pkt_len < 5) { -+ return _FALSE; -+ } -+ -+ pframe += 4; -+ if ((*pframe) & tdls_prohibited_bit) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+int check_ap_tdls_ch_switching_prohibited(u8 *pframe, u8 pkt_len) -+{ -+ u8 tdls_ch_swithcing_prohibited_bit = 0x80; /* bit(39); TDLS_channel_switching prohibited */ -+ -+ if (pkt_len < 5) { -+ return _FALSE; -+ } -+ -+ pframe += 4; -+ if ((*pframe) & tdls_ch_swithcing_prohibited_bit) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+int _issue_nulldata_to_TDLS_peer_STA(_adapter *padapter, unsigned char *da, unsigned int power_mode, int wait_ack) -+{ -+ int ret = _FAIL; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl, *qc; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ pattrib->hdrlen +=2; -+ pattrib->qos_en = _TRUE; -+ pattrib->eosp = 1; -+ pattrib->ack_policy = 0; -+ pattrib->mdata = 0; -+ pattrib->retry_ctrl = _FALSE; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ if (power_mode) -+ SetPwrMgt(fctrl); -+ -+ qc = (unsigned short *)(pframe + pattrib->hdrlen - 2); -+ -+ SetPriority(qc, 7); /* Set priority to VO */ -+ -+ SetEOSP(qc, pattrib->eosp); -+ -+ SetAckpolicy(qc, pattrib->ack_policy); -+ -+ _rtw_memcpy(pwlanhdr->addr1, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr_qos); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr_qos); -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if (wait_ack) -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ return ret; -+ -+} -+ -+/* -+ *wait_ms == 0 means that there is no need to wait ack through C2H_CCX_TX_RPT -+ *wait_ms > 0 means you want to wait ack through C2H_CCX_TX_RPT, and the value of wait_ms means the interval between each TX -+ *try_cnt means the maximal TX count to try -+ */ -+int issue_nulldata_to_TDLS_peer_STA(_adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) -+{ -+ int ret; -+ int i = 0; -+ u32 start = rtw_get_current_time(); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ #if 0 -+ psta = rtw_get_stainfo(&padapter->stapriv, da); -+ if (psta) { -+ if (power_mode) -+ rtw_hal_macid_sleep(padapter, psta->mac_id); -+ else -+ rtw_hal_macid_wakeup(padapter, psta->mac_id); -+ } else { -+ DBG_871X(FUNC_ADPT_FMT ": Can't find sta info for " MAC_FMT ", skip macid %s!!\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), power_mode?"sleep":"wakeup"); -+ rtw_warn_on(1); -+ } -+ #endif -+ -+ do { -+ ret = _issue_nulldata_to_TDLS_peer_STA(padapter, da, power_mode, wait_ms>0 ? _TRUE : _FALSE); -+ -+ i++; -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ break; -+ -+ if (i < try_cnt && wait_ms > 0 && ret == _FAIL) -+ rtw_msleep_os(wait_ms); -+ -+ } while ((i < try_cnt) && (ret==_FAIL || wait_ms==0)); -+ -+ if (ret != _FAIL) { -+ ret = _SUCCESS; -+ #ifndef DBG_XMIT_ACK -+ goto exit; -+ #endif -+ } -+ -+ if (try_cnt && wait_ms) { -+ if (da) -+ DBG_871X(FUNC_ADPT_FMT" to "MAC_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), MAC_ARG(da), rtw_get_oper_ch(padapter), -+ ret==_SUCCESS?", acked":"", i, try_cnt, rtw_get_passing_time_ms(start)); -+ else -+ DBG_871X(FUNC_ADPT_FMT", ch:%u%s, %d/%d in %u ms\n", -+ FUNC_ADPT_ARG(padapter), rtw_get_oper_ch(padapter), -+ ret==_SUCCESS?", acked":"", i, try_cnt, rtw_get_passing_time_ms(start)); -+ } -+exit: -+ return ret; -+} -+ -+void free_tdls_sta(_adapter *padapter, struct sta_info *ptdls_sta) -+{ -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ _irqL irqL; -+ -+ /* free peer sta_info */ -+ _enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ if (ptdlsinfo->sta_cnt != 0) -+ ptdlsinfo->sta_cnt--; -+ _exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ /* -2: AP + BC/MC sta, -4: default key */ -+ if (ptdlsinfo->sta_cnt < MAX_ALLOWED_TDLS_STA_NUM) { -+ ptdlsinfo->sta_maximum = _FALSE; -+ _rtw_memset( &ptdlsinfo->ss_record, 0x00, sizeof(struct tdls_ss_record) ); -+ } -+ -+ /* clear cam */ -+ rtw_clearstakey_cmd(padapter, ptdls_sta, _TRUE); -+ -+ if (ptdlsinfo->sta_cnt == 0) { -+ rtw_tdls_cmd(padapter, NULL, TDLS_RS_RCR); -+ ptdlsinfo->link_established = _FALSE; -+ } -+ else -+ DBG_871X("Remain tdls sta:%02x\n", ptdlsinfo->sta_cnt); -+ -+ rtw_free_stainfo(padapter, ptdls_sta); -+ -+} -+ -+ -+/* TDLS encryption(if needed) will always be CCMP */ -+void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta) -+{ -+ ptdls_sta->dot118021XPrivacy=_AES_; -+ rtw_setstakey_cmd(padapter, ptdls_sta, TDLS_KEY, _TRUE); -+} -+ -+#ifdef CONFIG_80211N_HT -+void rtw_tdls_process_ht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ u8 max_AMPDU_len, min_MPDU_spacing; -+ u8 cur_ldpc_cap = 0, cur_stbc_cap = 0, cur_beamform_cap = 0; -+ -+ /* Save HT capabilities in the sta object */ -+ _rtw_memset(&ptdls_sta->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); -+ if (data && Length >= sizeof(struct rtw_ieee80211_ht_cap)) { -+ ptdls_sta->flags |= WLAN_STA_HT; -+ ptdls_sta->flags |= WLAN_STA_WME; -+ -+ _rtw_memcpy(&ptdls_sta->htpriv.ht_cap, data, sizeof(struct rtw_ieee80211_ht_cap)); -+ } else -+ ptdls_sta->flags &= ~WLAN_STA_HT; -+ -+ if (ptdls_sta->flags & WLAN_STA_HT) { -+ if (padapter->registrypriv.ht_enable == _TRUE) { -+ ptdls_sta->htpriv.ht_option = _TRUE; -+ ptdls_sta->qos_option = _TRUE; -+ } else { -+ ptdls_sta->htpriv.ht_option = _FALSE; -+ ptdls_sta->qos_option = _FALSE; -+ } -+ } -+ -+ /* HT related cap */ -+ if (ptdls_sta->htpriv.ht_option) { -+ /* Check if sta supports rx ampdu */ -+ if (padapter->registrypriv.ampdu_enable == 1) -+ ptdls_sta->htpriv.ampdu_enable = _TRUE; -+ -+ /* AMPDU Parameters field */ -+ /* Get MIN of MAX AMPDU Length Exp */ -+ if ((pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x3) > (data[2] & 0x3)) -+ max_AMPDU_len = (data[2] & 0x3); -+ else -+ max_AMPDU_len = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x3); -+ /* Get MAX of MIN MPDU Start Spacing */ -+ if ((pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c) > (data[2] & 0x1c)) -+ min_MPDU_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c); -+ else -+ min_MPDU_spacing = (data[2] & 0x1c); -+ ptdls_sta->htpriv.rx_ampdu_min_spacing = max_AMPDU_len | min_MPDU_spacing; -+ -+ /* Check if sta support s Short GI 20M */ -+ if (ptdls_sta->htpriv.ht_cap.cap_info & cpu_to_le16(IEEE80211_HT_CAP_SGI_20)) -+ ptdls_sta->htpriv.sgi_20m = _TRUE; -+ -+ /* Check if sta support s Short GI 40M */ -+ if (ptdls_sta->htpriv.ht_cap.cap_info & cpu_to_le16(IEEE80211_HT_CAP_SGI_40)) -+ ptdls_sta->htpriv.sgi_40m = _TRUE; -+ -+ /* Bwmode would still followed AP's setting */ -+ if (ptdls_sta->htpriv.ht_cap.cap_info & cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH)) { -+ if (padapter->mlmeextpriv.cur_bwmode >= CHANNEL_WIDTH_40) -+ ptdls_sta->bw_mode = CHANNEL_WIDTH_40; -+ ptdls_sta->htpriv.ch_offset = padapter->mlmeextpriv.cur_ch_offset; -+ } -+ -+ /* Config LDPC Coding Capability */ -+ if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && GET_HT_CAP_ELE_LDPC_CAP(data)) { -+ SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx LDPC!\n"); -+ } -+ ptdls_sta->htpriv.ldpc_cap = cur_ldpc_cap; -+ -+ /* Config STBC setting */ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAP_ELE_RX_STBC(data)) { -+ SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx STBC!\n"); -+ } -+ ptdls_sta->htpriv.stbc_cap = cur_stbc_cap; -+ -+#ifdef CONFIG_BEAMFORMING -+ /* Config Tx beamforming setting */ -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(data)) { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE); -+ } -+ -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(data)) { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE); -+ } -+ ptdls_sta->htpriv.beamform_cap = cur_beamform_cap; -+ if (cur_beamform_cap) -+ DBG_871X("Client HT Beamforming Cap = 0x%02X\n", cur_beamform_cap); -+#endif /* CONFIG_BEAMFORMING */ -+ } -+ -+} -+ -+u8 *rtw_tdls_set_ht_cap(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ rtw_ht_use_default_setting(padapter); -+ -+ rtw_restructure_ht_ie(padapter, NULL, pframe, 0, &(pattrib->pktlen), padapter->mlmeextpriv.cur_channel); -+ -+ return pframe + pattrib->pktlen; -+} -+#endif -+ -+#ifdef CONFIG_80211AC_VHT -+void rtw_tdls_process_vht_cap(_adapter *padapter, struct sta_info *ptdls_sta, u8 *data, u8 Length) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ u8 cur_ldpc_cap = 0, cur_stbc_cap = 0, cur_beamform_cap = 0, rf_type = RF_1T1R; -+ u8 *pcap_mcs; -+ u8 vht_mcs[2]; -+ -+ _rtw_memset(&ptdls_sta->vhtpriv, 0, sizeof(struct vht_priv)); -+ if (data && Length == 12) { -+ ptdls_sta->flags |= WLAN_STA_VHT; -+ -+ _rtw_memcpy(ptdls_sta->vhtpriv.vht_cap, data, 12); -+ -+#if 0 -+ if (elems.vht_op_mode_notify && elems.vht_op_mode_notify_len == 1) { -+ _rtw_memcpy(&pstat->vhtpriv.vht_op_mode_notify, elems.vht_op_mode_notify, 1); -+ } else /* for Frame without Operating Mode notify ie; default: 80M */ { -+ pstat->vhtpriv.vht_op_mode_notify = CHANNEL_WIDTH_80; -+ } -+#else -+ ptdls_sta->vhtpriv.vht_op_mode_notify = CHANNEL_WIDTH_80; -+#endif -+ } else -+ ptdls_sta->flags &= ~WLAN_STA_VHT; -+ -+ if (ptdls_sta->flags & WLAN_STA_VHT) { -+ if (padapter->registrypriv.vht_enable == _TRUE) -+ ptdls_sta->vhtpriv.vht_option = _TRUE; -+ else -+ ptdls_sta->vhtpriv.vht_option = _FALSE; -+ } -+ -+ /* B4 Rx LDPC */ -+ if (TEST_FLAG(pvhtpriv->ldpc_cap, LDPC_VHT_ENABLE_TX) && -+ GET_VHT_CAPABILITY_ELE_RX_LDPC(data)) { -+ SET_FLAG(cur_ldpc_cap, (LDPC_VHT_ENABLE_TX | LDPC_VHT_CAP_TX)); -+ DBG_871X("Current VHT LDPC Setting = %02X\n", cur_ldpc_cap); -+ } -+ ptdls_sta->vhtpriv.ldpc_cap = cur_ldpc_cap; -+ -+ /* B5 Short GI for 80 MHz */ -+ ptdls_sta->vhtpriv.sgi_80m = (GET_VHT_CAPABILITY_ELE_SHORT_GI80M(data) & pvhtpriv->sgi_80m) ? _TRUE : _FALSE; -+ -+ /* B8 B9 B10 Rx STBC */ -+ if (TEST_FLAG(pvhtpriv->stbc_cap, STBC_VHT_ENABLE_TX) && -+ GET_VHT_CAPABILITY_ELE_RX_STBC(data)) { -+ SET_FLAG(cur_stbc_cap, (STBC_VHT_ENABLE_TX | STBC_VHT_CAP_TX)); -+ DBG_871X("Current VHT STBC Setting = %02X\n", cur_stbc_cap); -+ } -+ ptdls_sta->vhtpriv.stbc_cap = cur_stbc_cap; -+ -+ /* B11 SU Beamformer Capable, the target supports Beamformer and we are Beamformee */ -+ if (TEST_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE) && -+ GET_VHT_CAPABILITY_ELE_SU_BFEE(data)) { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE); -+ } -+ -+ /* B12 SU Beamformee Capable, the target supports Beamformee and we are Beamformer */ -+ if (TEST_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE) && -+ GET_VHT_CAPABILITY_ELE_SU_BFER(data)) { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE); -+ } -+ ptdls_sta->vhtpriv.beamform_cap = cur_beamform_cap; -+ if (cur_beamform_cap) -+ DBG_871X("Current VHT Beamforming Setting = %02X\n", cur_beamform_cap); -+ -+ /* B23 B24 B25 Maximum A-MPDU Length Exponent */ -+ ptdls_sta->vhtpriv.ampdu_len = GET_VHT_CAPABILITY_ELE_MAX_RXAMPDU_FACTOR(data); -+ -+ pcap_mcs = GET_VHT_CAPABILITY_ELE_RX_MCS(data); -+ _rtw_memcpy(vht_mcs, pcap_mcs, 2); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if ((rf_type == RF_1T1R) || (rf_type == RF_1T2R)) -+ vht_mcs[0] |= 0xfc; -+ else if (rf_type == RF_2T2R) -+ vht_mcs[0] |= 0xf0; -+ else if (rf_type == RF_3T3R) -+ vht_mcs[0] |= 0xc0; -+ -+ _rtw_memcpy(ptdls_sta->vhtpriv.vht_mcs_map, vht_mcs, 2); -+ -+ ptdls_sta->vhtpriv.vht_highest_rate = rtw_get_vht_highest_rate(ptdls_sta->vhtpriv.vht_mcs_map); -+} -+ -+u8 *rtw_tdls_set_aid(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_vht_cap(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ u32 ie_len = 0; -+ -+ rtw_vht_use_default_setting(padapter); -+ -+ ie_len = rtw_build_vht_cap_ie(padapter, pframe); -+ pattrib->pktlen += ie_len; -+ -+ return pframe + ie_len; -+} -+ -+u8 *rtw_tdls_set_vht_operation(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib, u8 channel) -+{ -+ u32 ie_len = 0; -+ -+ ie_len = rtw_build_vht_operation_ie(padapter, pframe, channel); -+ pattrib->pktlen += ie_len; -+ -+ return pframe + ie_len; -+} -+ -+u8 *rtw_tdls_set_vht_op_mode_notify(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib, u8 bw) -+{ -+ u32 ie_len = 0; -+ -+ ie_len = rtw_build_vht_op_mode_notify_ie(padapter, pframe, bw); -+ pattrib->pktlen += ie_len; -+ -+ return pframe + ie_len; -+} -+#endif -+ -+ -+u8 *rtw_tdls_set_sup_ch(struct mlme_ext_priv *pmlmeext, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ u8 sup_ch[30 * 2] = {0x00}, ch_set_idx = 0, sup_ch_idx = 2; -+ -+ do { -+ if (pmlmeext->channel_set[ch_set_idx].ChannelNum <= 14) { -+ sup_ch[0] = 1; /* First channel number */ -+ sup_ch[1] = pmlmeext->channel_set[ch_set_idx].ChannelNum; /* Number of channel */ -+ } else { -+ sup_ch[sup_ch_idx++] = pmlmeext->channel_set[ch_set_idx].ChannelNum; -+ sup_ch[sup_ch_idx++] = 1; -+ } -+ ch_set_idx++; -+ } while (pmlmeext->channel_set[ch_set_idx].ChannelNum != 0 && ch_set_idx < MAX_CHANNEL_NUM); -+ -+ return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_rsnie(struct tdls_txmgmt *ptxmgmt, u8 *pframe, struct pkt_attrib *pattrib, int init, struct sta_info *ptdls_sta) -+{ -+ u8 *p = NULL; -+ int len = 0; -+ -+ if (ptxmgmt->len > 0) -+ p = rtw_get_ie(ptxmgmt->buf, _RSN_IE_2_, &len, ptxmgmt->len); -+ -+ if (p != NULL) -+ return rtw_set_ie(pframe, _RSN_IE_2_, len, p+2, &(pattrib->pktlen)); -+ else -+ if (init == _TRUE) -+ return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); -+ else -+ return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_ext_cap(u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_qos_cap(u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_ftie(struct tdls_txmgmt *ptxmgmt, u8 *pframe, struct pkt_attrib *pattrib, u8 *ANonce, u8 *SNonce) -+{ -+ struct wpa_tdls_ftie FTIE = {0}; -+ u8 *p = NULL; -+ int len = 0; -+ -+ if (ptxmgmt->len > 0) -+ p = rtw_get_ie(ptxmgmt->buf, _FTIE_, &len, ptxmgmt->len); -+ -+ if (p != NULL) -+ return rtw_set_ie(pframe, _FTIE_, len, p+2, &(pattrib->pktlen)); -+ else { -+ if (ANonce != NULL) -+ _rtw_memcpy(FTIE.Anonce, ANonce, WPA_NONCE_LEN); -+ if (SNonce != NULL) -+ _rtw_memcpy(FTIE.Snonce, SNonce, WPA_NONCE_LEN); -+ return rtw_set_ie(pframe, _FTIE_ , 82, (u8 *)FTIE.mic_ctrl, &(pattrib->pktlen)); -+ } -+} -+ -+u8 *rtw_tdls_set_timeout_interval(struct tdls_txmgmt *ptxmgmt, u8 *pframe, struct pkt_attrib *pattrib, int init, struct sta_info *ptdls_sta) -+{ -+ u8 timeout_itvl[5]; /* set timeout interval to maximum value */ -+ u32 timeout_interval= TPK_RESEND_COUNT; -+ u8 *p = NULL; -+ int len = 0; -+ -+ if (ptxmgmt->len > 0) -+ p = rtw_get_ie(ptxmgmt->buf, _TIMEOUT_ITVL_IE_, &len, ptxmgmt->len); -+ -+ if (p != NULL) -+ return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p+2, &(pattrib->pktlen)); -+ else { -+ /* Timeout interval */ -+ timeout_itvl[0]=0x02; -+ if (init == _TRUE) -+ _rtw_memcpy(timeout_itvl+1, &timeout_interval, 4); -+ else -+ _rtw_memcpy(timeout_itvl+1, (u8 *)(&ptdls_sta->TDLS_PeerKey_Lifetime), 4); -+ -+ return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, 5, timeout_itvl, &(pattrib->pktlen)); -+ } -+} -+ -+u8 *rtw_tdls_set_bss_coexist(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ u8 iedata=0; -+ -+ if (padapter->mlmepriv.num_FortyMHzIntolerant > 0) -+ iedata |= BIT(2); /* 20 MHz BSS Width Request */ -+ -+ /* Information Bit should be set by TDLS test plan 5.9 */ -+ iedata |= BIT(0); -+ return rtw_set_ie(pframe, EID_BSSCoexistence, 1, &iedata, &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_payload_type(u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ u8 payload_type = 0x02; -+ return rtw_set_fixed_ie(pframe, 1, &(payload_type), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_category(u8 *pframe, struct pkt_attrib *pattrib, u8 category) -+{ -+ return rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_action(u8 *pframe, struct pkt_attrib *pattrib, struct tdls_txmgmt *ptxmgmt) -+{ -+ return rtw_set_fixed_ie(pframe, 1, &(ptxmgmt->action_code), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_status_code(u8 *pframe, struct pkt_attrib *pattrib, struct tdls_txmgmt *ptxmgmt) -+{ -+ return rtw_set_fixed_ie(pframe, 2, (u8 *)&(ptxmgmt->status_code), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_dialog(u8 *pframe, struct pkt_attrib *pattrib, struct tdls_txmgmt *ptxmgmt) -+{ -+ u8 dialogtoken = 1; -+ if (ptxmgmt->dialog_token) -+ return rtw_set_fixed_ie(pframe, 1, &(ptxmgmt->dialog_token), &(pattrib->pktlen)); -+ else -+ return rtw_set_fixed_ie(pframe, 1, &(dialogtoken), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_reg_class(u8 *pframe, struct pkt_attrib *pattrib, struct sta_info *ptdls_sta) -+{ -+ u8 reg_class = 1; -+ return rtw_set_fixed_ie(pframe, 1, &(reg_class), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_capability(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info; -+ u8 cap_from_ie[2] = {0}; -+ -+ _rtw_memcpy(cap_from_ie, rtw_get_capability_from_ie(pmlmeinfo->network.IEs), 2); -+ -+ return rtw_set_fixed_ie(pframe, 2, cap_from_ie, &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_supported_rate(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ u8 bssrate[NDIS_802_11_LENGTH_RATES_EX]; -+ int bssrate_len = 0; -+ u8 more_supportedrates = 0; -+ -+ rtw_set_supported_rate(bssrate, (padapter->registrypriv.wireless_mode == WIRELESS_MODE_MAX) ? padapter->mlmeextpriv.cur_wireless_mode : padapter->registrypriv.wireless_mode); -+ bssrate_len = rtw_get_rateset_len(bssrate); -+ -+ if (bssrate_len > 8) { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , 8, bssrate, &(pattrib->pktlen)); -+ more_supportedrates = 1; -+ } else { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , bssrate_len , bssrate, &(pattrib->pktlen)); -+ } -+ -+ /* extended supported rates */ -+ if (more_supportedrates == 1) { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_ , (bssrate_len - 8), (bssrate + 8), &(pattrib->pktlen)); -+ } -+ -+ return pframe; -+} -+ -+u8 *rtw_tdls_set_sup_reg_class(u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ return rtw_set_ie(pframe, _SRC_IE_ , sizeof(TDLS_SRC), TDLS_SRC, &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_linkid(u8 *pframe, struct pkt_attrib *pattrib, u8 init) -+{ -+ u8 link_id_addr[18] = {0}; -+ if (init == _TRUE) { -+ _rtw_memcpy(link_id_addr, pattrib->ra, 6); -+ _rtw_memcpy((link_id_addr+6), pattrib->src, 6); -+ _rtw_memcpy((link_id_addr+12), pattrib->dst, 6); -+ } else { -+ _rtw_memcpy(link_id_addr, pattrib->ra, 6); -+ _rtw_memcpy((link_id_addr+6), pattrib->dst, 6); -+ _rtw_memcpy((link_id_addr+12), pattrib->src, 6); -+ } -+ return rtw_set_ie(pframe, _LINK_ID_IE_, 18, link_id_addr, &(pattrib->pktlen)); -+} -+ -+#ifdef CONFIG_TDLS_CH_SW -+u8 *rtw_tdls_set_target_ch(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ u8 target_ch = 1; -+ if (padapter->tdlsinfo.chsw_info.off_ch_num) -+ return rtw_set_fixed_ie(pframe, 1, &(padapter->tdlsinfo.chsw_info.off_ch_num), &(pattrib->pktlen)); -+ else -+ return rtw_set_fixed_ie(pframe, 1, &(target_ch), &(pattrib->pktlen)); -+} -+ -+u8 *rtw_tdls_set_ch_sw(u8 *pframe, struct pkt_attrib *pattrib, struct sta_info *ptdls_sta) -+{ -+ u8 ch_switch_timing[4] = {0}; -+ u16 switch_time = (ptdls_sta->ch_switch_time >= CH_SWITCH_TIME * 1000) ? -+ ptdls_sta->ch_switch_time : CH_SWITCH_TIME; -+ u16 switch_timeout = (ptdls_sta->ch_switch_timeout >= CH_SWITCH_TIMEOUT * 1000) ? -+ ptdls_sta->ch_switch_timeout : CH_SWITCH_TIMEOUT; -+ -+ _rtw_memcpy(ch_switch_timing, &switch_time, 2); -+ _rtw_memcpy(ch_switch_timing + 2, &switch_timeout, 2); -+ -+ return rtw_set_ie(pframe, _CH_SWITCH_TIMING_, 4, ch_switch_timing, &(pattrib->pktlen)); -+} -+#endif -+ -+u8 *rtw_tdls_set_wmm_params(_adapter *padapter, u8 *pframe, struct pkt_attrib *pattrib) -+{ -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 wmm_param_ele[24] = {0}; -+ -+ if (&pmlmeinfo->WMM_param) { -+ _rtw_memcpy(wmm_param_ele, WMM_PARA_OUI, 6); -+ if (_rtw_memcmp(&pmlmeinfo->WMM_param, &wmm_param_ele[6], 18) == _TRUE) -+ /* Use default WMM Param */ -+ _rtw_memcpy(wmm_param_ele + 6, (u8 *)&TDLS_WMM_PARAM_IE, sizeof(TDLS_WMM_PARAM_IE)); -+ else -+ _rtw_memcpy(wmm_param_ele + 6, (u8 *)&pmlmeinfo->WMM_param, sizeof(pmlmeinfo->WMM_param)); -+ return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, 24, wmm_param_ele, &(pattrib->pktlen)); -+ } -+ else -+ return pframe; -+} -+ -+#ifdef CONFIG_WFD -+void rtw_tdls_process_wfd_ie(struct tdls_info *ptdlsinfo, u8 *ptr, u8 length) -+{ -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ u32 wfd_ielen = 0; -+ u32 wfd_offset = 0; -+ /* Try to get the TCP port information when receiving the negotiation response. */ -+ -+ wfd_offset = 0; -+ wfd_offset = rtw_get_wfd_ie( ptr + wfd_offset, length - wfd_offset, wfd_ie, &wfd_ielen ); -+ while (wfd_offset) { -+ u8 attr_content[ 10 ] = { 0x00 }; -+ u32 attr_contentlen = 0; -+ int i; -+ -+ DBG_871X( "[%s] WFD IE Found!!\n", __FUNCTION__ ); -+ rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, attr_content, &attr_contentlen); -+ if (attr_contentlen) { -+ ptdlsinfo->wfd_info->peer_rtsp_ctrlport = RTW_GET_BE16( attr_content + 2 ); -+ DBG_871X( "[%s] Peer PORT NUM = %d\n", __FUNCTION__, ptdlsinfo->wfd_info->peer_rtsp_ctrlport ); -+ } -+ -+ _rtw_memset( attr_content, 0x00, 10); -+ attr_contentlen = 0; -+ rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_LOCAL_IP_ADDR, attr_content, &attr_contentlen); -+ if (attr_contentlen) { -+ _rtw_memcpy(ptdlsinfo->wfd_info->peer_ip_address, ( attr_content + 1 ), 4); -+ DBG_871X( "[%s] Peer IP = %02u.%02u.%02u.%02u \n", __FUNCTION__, -+ ptdlsinfo->wfd_info->peer_ip_address[0], ptdlsinfo->wfd_info->peer_ip_address[1], -+ ptdlsinfo->wfd_info->peer_ip_address[2], ptdlsinfo->wfd_info->peer_ip_address[3]); -+ } -+ wfd_offset = rtw_get_wfd_ie( ptr + wfd_offset, length - wfd_offset, wfd_ie, &wfd_ielen ); -+ } -+} -+ -+int issue_tunneled_probe_req(_adapter *padapter) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ u8 baddr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ struct tdls_txmgmt txmgmt; -+ int ret = _FAIL; -+ -+ DBG_871X("[%s]\n", __FUNCTION__); -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ txmgmt.action_code = TUNNELED_PROBE_REQ; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, baddr, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, &txmgmt) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+exit: -+ -+ return ret; -+} -+ -+int issue_tunneled_probe_rsp(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct tdls_txmgmt txmgmt; -+ int ret = _FAIL; -+ -+ DBG_871X("[%s]\n", __FUNCTION__); -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ txmgmt.action_code = TUNNELED_PROBE_RSP; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, precv_frame->u.hdr.attrib.src, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, &txmgmt) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+exit: -+ -+ return ret; -+} -+#endif /* CONFIG_WFD */ -+ -+int issue_tdls_setup_req(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, int wait_ack) -+{ -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *ptdls_sta= NULL; -+ _irqL irqL; -+ int ret = _FAIL; -+ /* Retry timer should be set at least 301 sec, using TPK_count counting 301 times. */ -+ u32 timeout_interval= TPK_RESEND_COUNT; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ ptxmgmt->action_code = TDLS_SETUP_REQUEST; -+ if (ptdlsinfo->ap_prohibited == _TRUE) -+ goto exit; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptxmgmt->peer, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ -+ /* init peer sta_info */ -+ ptdls_sta = rtw_get_stainfo(pstapriv, ptxmgmt->peer); -+ if (ptdls_sta == NULL) { -+ ptdls_sta = rtw_alloc_stainfo(pstapriv, ptxmgmt->peer); -+ if (ptdls_sta == NULL) { -+ DBG_871X("[%s] rtw_alloc_stainfo fail\n", __FUNCTION__); -+ rtw_free_xmitbuf(pxmitpriv,pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ } -+ -+ if(!(ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE)) -+ ptdlsinfo->sta_cnt++; -+ -+ if (ptdlsinfo->sta_cnt == MAX_ALLOWED_TDLS_STA_NUM) -+ ptdlsinfo->sta_maximum = _TRUE; -+ -+ ptdls_sta->tdls_sta_state |= TDLS_RESPONDER_STATE; -+ -+ if (rtw_tdls_is_driver_setup(padapter) == _TRUE) { -+ ptdls_sta->TDLS_PeerKey_Lifetime = timeout_interval; -+ _set_timer(&ptdls_sta->handshake_timer, TDLS_HANDSHAKE_TIME); -+ } -+ -+ pattrib->qsel = pattrib->priority; -+ -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, ptxmgmt) !=_SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv,pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+exit: -+ -+ return ret; -+} -+ -+int _issue_tdls_teardown(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, u8 wait_ack) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *ptdls_sta=NULL; -+ _irqL irqL; -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ ptxmgmt->action_code = TDLS_TEARDOWN; -+ ptdls_sta = rtw_get_stainfo(pstapriv, ptxmgmt->peer); -+ if (ptdls_sta == NULL) { -+ DBG_871X("Np tdls_sta for tearing down\n"); -+ goto exit; -+ } -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ rtw_set_scan_deny(padapter, 550); -+ -+ rtw_scan_abort(padapter); -+#ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) -+ rtw_scan_abort(padapter->pbuddy_adapter); -+#endif /* CONFIG_CONCURRENT_MODE */ -+ -+ pattrib = &pmgntframe->attrib; -+ -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptxmgmt->peer, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, ptxmgmt) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ if (rtw_tdls_is_driver_setup(padapter) == _TRUE) -+ if(ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE) -+ if (pattrib->encrypt) -+ _cancel_timer_ex(&ptdls_sta->TPK_timer); -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ -+ if (ret == _SUCCESS && rtw_tdls_is_driver_setup(padapter)) -+ rtw_tdls_cmd(padapter, ptxmgmt->peer, TDLS_TEAR_STA); -+ -+exit: -+ -+ return ret; -+} -+ -+int issue_tdls_teardown(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, u8 wait_ack) -+{ -+ int ret = _FAIL; -+ -+ ret = _issue_tdls_teardown(padapter, ptxmgmt, wait_ack); -+ if ((ptxmgmt->status_code == _RSON_TDLS_TEAR_UN_RSN_) && (ret == _FAIL)) { -+ /* Change status code and send teardown again via AP */ -+ ptxmgmt->status_code = _RSON_TDLS_TEAR_TOOFAR_; -+ ret = _issue_tdls_teardown(padapter, ptxmgmt, wait_ack); -+ } -+ -+ return ret; -+} -+ -+int issue_tdls_dis_req(_adapter *padapter, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ ptxmgmt->action_code = TDLS_DISCOVERY_REQUEST; -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptxmgmt->peer, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, ptxmgmt) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ dump_mgntframe(padapter, pmgntframe); -+ DBG_871X("issue tdls dis req\n"); -+ -+ ret = _SUCCESS; -+exit: -+ -+ return ret; -+} -+ -+int issue_tdls_setup_rsp(_adapter *padapter, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ ptxmgmt->action_code = TDLS_SETUP_RESPONSE; -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptxmgmt->peer, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(&(padapter->mlmepriv)), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, ptxmgmt) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ ret = _SUCCESS; -+exit: -+ -+ return ret; -+ -+} -+ -+int issue_tdls_setup_cfm(_adapter *padapter, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ ptxmgmt->action_code = TDLS_SETUP_CONFIRM; -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptxmgmt->peer, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(&padapter->mlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, ptxmgmt) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ ret = _SUCCESS; -+exit: -+ -+ return ret; -+ -+} -+ -+/* TDLS Discovery Response frame is a management action frame */ -+int issue_tdls_dis_rsp(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, u8 privacy) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ /* unicast probe request frame */ -+ _rtw_memcpy(pwlanhdr->addr1, ptxmgmt->peer, ETH_ALEN); -+ _rtw_memcpy(pattrib->dst, pwlanhdr->addr1, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->src, pwlanhdr->addr2, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_bssid(&padapter->mlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, pwlanhdr->addr3, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof (struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof (struct rtw_ieee80211_hdr_3addr); -+ -+ rtw_build_tdls_dis_rsp_ies(padapter, pmgntframe, pframe, ptxmgmt, privacy); -+ -+ pattrib->nr_frags = 1; -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+ -+int issue_tdls_peer_traffic_rsp(_adapter *padapter, struct sta_info *ptdls_sta, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ ptxmgmt->action_code = TDLS_PEER_TRAFFIC_RESPONSE; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptdls_sta->hwaddr, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, ptxmgmt) !=_SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv,pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ -+exit: -+ -+ return ret; -+} -+ -+int issue_tdls_peer_traffic_indication(_adapter *padapter, struct sta_info *ptdls_sta) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct tdls_txmgmt txmgmt; -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ txmgmt.action_code = TDLS_PEER_TRAFFIC_INDICATION; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptdls_sta->hwaddr, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ /* PTI frame's priority should be AC_VO */ -+ pattrib->priority = 7; -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, &txmgmt) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ -+exit: -+ -+ return ret; -+} -+ -+int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct tdls_txmgmt txmgmt; -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ if (padapter->tdlsinfo.ch_switch_prohibited == _TRUE) -+ { DBG_871X("[TDLS] Ignore %s since ch_switch_prohibited = _TRUE\n", __FUNCTION__); -+ goto exit; -+ } -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ txmgmt.action_code = TDLS_CHANNEL_SWITCH_REQUEST; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptdls_sta->hwaddr, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, &txmgmt) !=_SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv,pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+exit: -+ -+ return ret; -+} -+ -+int issue_tdls_ch_switch_rsp(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, int wait_ack) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ int ret = _FAIL; -+ -+ DBG_871X("[TDLS] %s\n", __FUNCTION__); -+ -+ if (padapter->tdlsinfo.ch_switch_prohibited == _TRUE) -+ { DBG_871X("[TDLS] Ignore %s since ch_switch_prohibited = _TRUE\n", __FUNCTION__); -+ goto exit; -+ } -+ -+ ptxmgmt->action_code = TDLS_CHANNEL_SWITCH_RESPONSE; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ goto exit; -+ -+ pattrib = &pmgntframe->attrib; -+ -+ pmgntframe->frame_tag = DATA_FRAMETAG; -+ pattrib->ether_type = 0x890d; -+ -+ _rtw_memcpy(pattrib->dst, ptxmgmt->peer, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ -+ update_tdls_attrib(padapter, pattrib); -+ pattrib->qsel = pattrib->priority; -+/* -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ if(xmitframe_enqueue_for_tdls_sleeping_sta(padapter, pmgntframe)==_TRUE){ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ return _FALSE; -+ } -+*/ -+ if (rtw_xmit_tdls_coalesce(padapter, pmgntframe, ptxmgmt) !=_SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv,pmgntframe->pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pmgntframe); -+ goto exit; -+ } -+ -+ if (wait_ack) { -+ ret = dump_mgntframe_and_wait_ack(padapter, pmgntframe); -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+ ret = _SUCCESS; -+exit: -+ -+ return ret; -+} -+ -+int On_TDLS_Dis_Rsp(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct sta_info *ptdls_sta = NULL, *psta = rtw_get_stainfo(&(padapter->stapriv), get_bssid(&(padapter->mlmepriv))); -+ struct recv_priv *precvpriv = &(padapter->recvpriv); -+ u8 *ptr = precv_frame->u.hdr.rx_data, *psa; -+ struct rx_pkt_attrib *pattrib = &(precv_frame->u.hdr.attrib); -+ struct tdls_info *ptdlsinfo = &(padapter->tdlsinfo); -+ u8 empty_addr[ETH_ALEN] = { 0x00 }; -+ int UndecoratedSmoothedPWDB; -+ struct tdls_txmgmt txmgmt; -+ int ret = _SUCCESS; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ /* WFDTDLS: for sigma test, not to setup direct link automatically */ -+ ptdlsinfo->dev_discovered = _TRUE; -+ -+ psa = get_sa(ptr); -+ ptdls_sta = rtw_get_stainfo(&(padapter->stapriv), psa); -+ if (ptdls_sta != NULL) -+ ptdls_sta->sta_stats.rx_tdls_disc_rsp_pkts++; -+ -+#ifdef CONFIG_TDLS_AUTOSETUP -+ if (ptdls_sta != NULL) { -+ /* Record the tdls sta with lowest signal strength */ -+ if (ptdlsinfo->sta_maximum == _TRUE && ptdls_sta->alive_count >= 1 ) { -+ if (_rtw_memcmp(ptdlsinfo->ss_record.macaddr, empty_addr, ETH_ALEN)) { -+ _rtw_memcpy(ptdlsinfo->ss_record.macaddr, psa, ETH_ALEN); -+ ptdlsinfo->ss_record.RxPWDBAll = pattrib->phy_info.RxPWDBAll; -+ } else { -+ if (ptdlsinfo->ss_record.RxPWDBAll < pattrib->phy_info.RxPWDBAll) { -+ _rtw_memcpy(ptdlsinfo->ss_record.macaddr, psa, ETH_ALEN); -+ ptdlsinfo->ss_record.RxPWDBAll = pattrib->phy_info.RxPWDBAll; -+ } -+ } -+ } -+ } else { -+ if (ptdlsinfo->sta_maximum == _TRUE) { -+ if (_rtw_memcmp( ptdlsinfo->ss_record.macaddr, empty_addr, ETH_ALEN)) { -+ /* All traffics are busy, do not set up another direct link. */ -+ ret = _FAIL; -+ goto exit; -+ } else { -+ if (pattrib->phy_info.RxPWDBAll > ptdlsinfo->ss_record.RxPWDBAll) { -+ _rtw_memcpy(txmgmt.peer, ptdlsinfo->ss_record.macaddr, ETH_ALEN); -+ /* issue_tdls_teardown(padapter, ptdlsinfo->ss_record.macaddr, _FALSE); */ -+ } else { -+ ret = _FAIL; -+ goto exit; -+ } -+ } -+ } -+ -+ rtw_hal_get_def_var(padapter, HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, &UndecoratedSmoothedPWDB); -+ -+ if (pattrib->phy_info.RxPWDBAll + TDLS_SIGNAL_THRESH >= UndecoratedSmoothedPWDB) { -+ DBG_871X("pattrib->RxPWDBAll=%d, pdmpriv->UndecoratedSmoothedPWDB=%d\n", pattrib->phy_info.RxPWDBAll, UndecoratedSmoothedPWDB); -+ _rtw_memcpy(txmgmt.peer, psa, ETH_ALEN); -+ issue_tdls_setup_req(padapter, &txmgmt, _FALSE); -+ } -+ } -+#endif /* CONFIG_TDLS_AUTOSETUP */ -+ -+exit: -+ return ret; -+ -+} -+ -+sint On_TDLS_Setup_Req(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ u8 *psa, *pmyid; -+ struct sta_info *ptdls_sta= NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ _irqL irqL; -+ struct rx_pkt_attrib *prx_pkt_attrib = &precv_frame->u.hdr.attrib; -+ u8 *prsnie, *ppairwise_cipher; -+ u8 i, k; -+ u8 ccmp_included=0, rsnie_included=0; -+ u16 j, pairwise_count; -+ u8 SNonce[32]; -+ u32 timeout_interval = TPK_RESEND_COUNT; -+ sint parsing_length; /* Frame body length, without icv_len */ -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 FIXED_IE = 5; -+ unsigned char supportRate[16]; -+ int supportRateNum = 0; -+ struct tdls_txmgmt txmgmt; -+ -+ if (ptdlsinfo->ap_prohibited == _TRUE) -+ goto exit; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ psa = get_sa(ptr); -+ ptdls_sta = rtw_get_stainfo(pstapriv, psa); -+ -+ pmyid = adapter_mac_addr(padapter); -+ ptr +=prx_pkt_attrib->hdrlen + prx_pkt_attrib->iv_len+LLC_HEADER_SIZE+ETH_TYPE_LEN+PAYLOAD_TYPE_LEN; -+ parsing_length= ((union recv_frame *)precv_frame)->u.hdr.len -+ -prx_pkt_attrib->hdrlen -+ -prx_pkt_attrib->iv_len -+ -prx_pkt_attrib->icv_len -+ -LLC_HEADER_SIZE -+ -ETH_TYPE_LEN -+ -PAYLOAD_TYPE_LEN -+ -FIXED_IE; -+ -+ if (ptdls_sta == NULL) { -+ ptdls_sta = rtw_alloc_stainfo(pstapriv, psa); -+ } else { -+ if (ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE) { -+ /* If the direct link is already set up */ -+ /* Process as re-setup after tear down */ -+ DBG_871X("re-setup a direct link\n"); -+ } -+ /* Already receiving TDLS setup request */ -+ else if (ptdls_sta->tdls_sta_state & TDLS_INITIATOR_STATE) { -+ DBG_871X("receive duplicated TDLS setup request frame in handshaking\n"); -+ goto exit; -+ } -+ /* When receiving and sending setup_req to the same link at the same time */ -+ /* STA with higher MAC_addr would be initiator */ -+ else if (ptdls_sta->tdls_sta_state & TDLS_RESPONDER_STATE) { -+ DBG_871X("receive setup_req after sending setup_req\n"); -+ for (i=0;i<6;i++){ -+ if(*(pmyid+i)==*(psa+i)){ -+ } -+ else if(*(pmyid+i)>*(psa+i)){ -+ ptdls_sta->tdls_sta_state = TDLS_INITIATOR_STATE; -+ break; -+ }else if(*(pmyid+i)<*(psa+i)){ -+ goto exit; -+ } -+ } -+ } -+ } -+ -+ if (ptdls_sta) { -+ txmgmt.dialog_token = *(ptr+2); /* Copy dialog token */ -+ txmgmt.status_code = _STATS_SUCCESSFUL_; -+ -+ /* Parsing information element */ -+ for (j=FIXED_IE; jElementID) { -+ case _SUPPORTEDRATES_IE_: -+ _rtw_memcpy(supportRate, pIE->data, pIE->Length); -+ supportRateNum = pIE->Length; -+ break; -+ case _COUNTRY_IE_: -+ break; -+ case _EXT_SUPPORTEDRATES_IE_: -+ if (supportRateNum<=sizeof(supportRate)) { -+ _rtw_memcpy(supportRate+supportRateNum, pIE->data, pIE->Length); -+ supportRateNum += pIE->Length; -+ } -+ break; -+ case _SUPPORTED_CH_IE_: -+ break; -+ case _RSN_IE_2_: -+ rsnie_included=1; -+ if (prx_pkt_attrib->encrypt) { -+ prsnie=(u8*)pIE; -+ /* Check CCMP pairwise_cipher presence. */ -+ ppairwise_cipher=prsnie+10; -+ _rtw_memcpy(ptdls_sta->TDLS_RSNIE, pIE->data, pIE->Length); -+ pairwise_count = *(u16*)(ppairwise_cipher-2); -+ for (k=0; kencrypt) -+ _rtw_memcpy(SNonce, (ptr+j+52), 32); -+ break; -+ case _TIMEOUT_ITVL_IE_: -+ if (prx_pkt_attrib->encrypt) -+ timeout_interval = cpu_to_le32(*(u32*)(ptr+j+3)); -+ break; -+ case _RIC_Descriptor_IE_: -+ break; -+#ifdef CONFIG_80211N_HT -+ case _HT_CAPABILITY_IE_: -+ rtw_tdls_process_ht_cap(padapter, ptdls_sta, pIE->data, pIE->Length); -+ break; -+#endif -+#ifdef CONFIG_80211AC_VHT -+ case EID_AID: -+ break; -+ case EID_VHTCapability: -+ rtw_tdls_process_vht_cap(padapter, ptdls_sta, pIE->data, pIE->Length); -+ break; -+#endif -+ case EID_BSSCoexistence: -+ break; -+ case _LINK_ID_IE_: -+ if (_rtw_memcmp(get_bssid(pmlmepriv), pIE->data, 6) == _FALSE) -+ txmgmt.status_code=_STATS_NOT_IN_SAME_BSS_; -+ break; -+ default: -+ break; -+ } -+ -+ j += (pIE->Length + 2); -+ -+ } -+ -+ /* Check status code */ -+ /* If responder STA has/hasn't security on AP, but request hasn't/has RSNIE, it should reject */ -+ if (txmgmt.status_code == _STATS_SUCCESSFUL_) { -+ if (rsnie_included && prx_pkt_attrib->encrypt == 0) -+ txmgmt.status_code = _STATS_SEC_DISABLED_; -+ else if (rsnie_included==0 && prx_pkt_attrib->encrypt) -+ txmgmt.status_code = _STATS_INVALID_PARAMETERS_; -+ -+#ifdef CONFIG_WFD -+ /* WFD test plan version 0.18.2 test item 5.1.5 */ -+ /* SoUT does not use TDLS if AP uses weak security */ -+ if (padapter->wdinfo.wfd_tdls_enable && (rsnie_included && prx_pkt_attrib->encrypt != _AES_)) -+ txmgmt.status_code = _STATS_SEC_DISABLED_; -+#endif /* CONFIG_WFD */ -+ } -+ -+ ptdls_sta->tdls_sta_state|= TDLS_INITIATOR_STATE; -+ if (prx_pkt_attrib->encrypt) { -+ _rtw_memcpy(ptdls_sta->SNonce, SNonce, 32); -+ -+ if (timeout_interval <= 300) -+ ptdls_sta->TDLS_PeerKey_Lifetime = TPK_RESEND_COUNT; -+ else -+ ptdls_sta->TDLS_PeerKey_Lifetime = timeout_interval; -+ } -+ -+ /* Update station supportRate */ -+ ptdls_sta->bssratelen = supportRateNum; -+ _rtw_memcpy(ptdls_sta->bssrateset, supportRate, supportRateNum); -+ -+ if (!(ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE)) -+ ptdlsinfo->sta_cnt++; -+ /* -2: AP + BC/MC sta, -4: default key */ -+ if (ptdlsinfo->sta_cnt == MAX_ALLOWED_TDLS_STA_NUM) -+ ptdlsinfo->sta_maximum = _TRUE; -+ -+#ifdef CONFIG_WFD -+ rtw_tdls_process_wfd_ie(ptdlsinfo, ptr + FIXED_IE, parsing_length - FIXED_IE); -+#endif /* CONFIG_WFD */ -+ -+ }else { -+ goto exit; -+ } -+ -+ _rtw_memcpy(txmgmt.peer, prx_pkt_attrib->src, ETH_ALEN); -+ -+ if (rtw_tdls_is_driver_setup(padapter)) { -+ issue_tdls_setup_rsp(padapter, &txmgmt); -+ -+ if (txmgmt.status_code==_STATS_SUCCESSFUL_) { -+ _set_timer( &ptdls_sta->handshake_timer, TDLS_HANDSHAKE_TIME); -+ }else { -+ free_tdls_sta(padapter, ptdls_sta); -+ } -+ } -+ -+exit: -+ -+ return _SUCCESS; -+} -+ -+int On_TDLS_Setup_Rsp(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct sta_info *ptdls_sta= NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ _irqL irqL; -+ struct rx_pkt_attrib *prx_pkt_attrib = &precv_frame->u.hdr.attrib; -+ u8 *psa; -+ u16 status_code=0; -+ sint parsing_length; /* Frame body length, without icv_len */ -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 FIXED_IE =7; -+ u8 ANonce[32]; -+ u8 *pftie=NULL, *ptimeout_ie=NULL, *plinkid_ie=NULL, *prsnie=NULL, *pftie_mic=NULL, *ppairwise_cipher=NULL; -+ u16 pairwise_count, j, k; -+ u8 verify_ccmp=0; -+ unsigned char supportRate[16]; -+ int supportRateNum = 0; -+ struct tdls_txmgmt txmgmt; -+ int ret = _SUCCESS; -+ u32 timeout_interval = TPK_RESEND_COUNT; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ psa = get_sa(ptr); -+ ptdls_sta = rtw_get_stainfo(pstapriv, psa); -+ -+ if (NULL == ptdls_sta) { -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ ptr +=prx_pkt_attrib->hdrlen + prx_pkt_attrib->iv_len+LLC_HEADER_SIZE+ETH_TYPE_LEN+PAYLOAD_TYPE_LEN; -+ parsing_length= ((union recv_frame *)precv_frame)->u.hdr.len -+ -prx_pkt_attrib->hdrlen -+ -prx_pkt_attrib->iv_len -+ -prx_pkt_attrib->icv_len -+ -LLC_HEADER_SIZE -+ -ETH_TYPE_LEN -+ -PAYLOAD_TYPE_LEN -+ -FIXED_IE; -+ -+ _rtw_memcpy(&status_code, ptr+2, 2); -+ -+ if (status_code != 0) { -+ DBG_871X( "[TDLS] %s status_code = %d, free_tdls_sta\n", __FUNCTION__, status_code ); -+ free_tdls_sta(padapter, ptdls_sta); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ status_code = 0; -+ -+ /* parsing information element */ -+ for (j = FIXED_IE; jElementID) { -+ case _SUPPORTEDRATES_IE_: -+ _rtw_memcpy(supportRate, pIE->data, pIE->Length); -+ supportRateNum = pIE->Length; -+ break; -+ case _COUNTRY_IE_: -+ break; -+ case _EXT_SUPPORTEDRATES_IE_: -+ if (supportRateNum<=sizeof(supportRate)) { -+ _rtw_memcpy(supportRate+supportRateNum, pIE->data, pIE->Length); -+ supportRateNum += pIE->Length; -+ } -+ break; -+ case _SUPPORTED_CH_IE_: -+ break; -+ case _RSN_IE_2_: -+ prsnie=(u8*)pIE; -+ /* Check CCMP pairwise_cipher presence. */ -+ ppairwise_cipher=prsnie+10; -+ _rtw_memcpy(&pairwise_count, (u16*)(ppairwise_cipher-2), 2); -+ for (k=0;kwmm_enable == _TRUE) || (padapter->mlmepriv.htpriv.ht_option == _TRUE)) -+ ptdls_sta->qos_option = _TRUE; -+ } -+ break; -+ case _FTIE_: -+ pftie=(u8*)pIE; -+ _rtw_memcpy(ANonce, (ptr+j+20), 32); -+ break; -+ case _TIMEOUT_ITVL_IE_: -+ ptimeout_ie=(u8*)pIE; -+ timeout_interval = cpu_to_le32(*(u32*)(ptimeout_ie+3)); -+ break; -+ case _RIC_Descriptor_IE_: -+ break; -+#ifdef CONFIG_80211N_HT -+ case _HT_CAPABILITY_IE_: -+ rtw_tdls_process_ht_cap(padapter, ptdls_sta, pIE->data, pIE->Length); -+ break; -+#endif -+#ifdef CONFIG_80211AC_VHT -+ case EID_AID: -+ /* todo in the future if necessary */ -+ break; -+ case EID_VHTCapability: -+ rtw_tdls_process_vht_cap(padapter, ptdls_sta, pIE->data, pIE->Length); -+ break; -+ case EID_OpModeNotification: -+ rtw_process_vht_op_mode_notify(padapter, pIE->data, ptdls_sta); -+ break; -+#endif -+ case EID_BSSCoexistence: -+ break; -+ case _LINK_ID_IE_: -+ plinkid_ie=(u8*)pIE; -+ break; -+ default: -+ break; -+ } -+ -+ j += (pIE->Length + 2); -+ -+ } -+ -+ ptdls_sta->bssratelen = supportRateNum; -+ _rtw_memcpy(ptdls_sta->bssrateset, supportRate, supportRateNum); -+ _rtw_memcpy(ptdls_sta->ANonce, ANonce, 32); -+ -+#ifdef CONFIG_WFD -+ rtw_tdls_process_wfd_ie(ptdlsinfo, ptr + FIXED_IE, parsing_length - FIXED_IE); -+#endif /* CONFIG_WFD */ -+ -+ if (status_code != _STATS_SUCCESSFUL_) { -+ txmgmt.status_code = status_code; -+ } else { -+ if (prx_pkt_attrib->encrypt) { -+ if (verify_ccmp == 1) { -+ txmgmt.status_code = _STATS_SUCCESSFUL_; -+ if (rtw_tdls_is_driver_setup(padapter) == _TRUE) { -+ wpa_tdls_generate_tpk(padapter, ptdls_sta); -+ if (tdls_verify_mic(ptdls_sta->tpk.kck, 2, plinkid_ie, prsnie, ptimeout_ie, pftie) == _FAIL) { -+ DBG_871X( "[TDLS] %s tdls_verify_mic fail, free_tdls_sta\n", __FUNCTION__); -+ free_tdls_sta(padapter, ptdls_sta); -+ ret = _FAIL; -+ goto exit; -+ } -+ ptdls_sta->TDLS_PeerKey_Lifetime = timeout_interval; -+ } -+ } -+ else -+ { -+ txmgmt.status_code = _STATS_INVALID_RSNIE_; -+ } -+ -+ }else{ -+ txmgmt.status_code = _STATS_SUCCESSFUL_; -+ } -+ } -+ -+ if (rtw_tdls_is_driver_setup(padapter) == _TRUE) { -+ _rtw_memcpy(txmgmt.peer, prx_pkt_attrib->src, ETH_ALEN); -+ issue_tdls_setup_cfm(padapter, &txmgmt); -+ -+ if (txmgmt.status_code == _STATS_SUCCESSFUL_) { -+ ptdlsinfo->link_established = _TRUE; -+ -+ if (ptdls_sta->tdls_sta_state & TDLS_RESPONDER_STATE) { -+ ptdls_sta->tdls_sta_state |= TDLS_LINKED_STATE; -+ ptdls_sta->state |= _FW_LINKED; -+ _cancel_timer_ex( &ptdls_sta->handshake_timer); -+ } -+ -+ if (prx_pkt_attrib->encrypt) -+ rtw_tdls_set_key(padapter, ptdls_sta); -+ -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_ESTABLISHED); -+ -+ } -+ } -+ -+exit: -+ if (rtw_tdls_is_driver_setup(padapter) == _TRUE) -+ return ret; -+ else -+ return _SUCCESS; -+ -+} -+ -+int On_TDLS_Setup_Cfm(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct sta_info *ptdls_sta= NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ _irqL irqL; -+ struct rx_pkt_attrib *prx_pkt_attrib = &precv_frame->u.hdr.attrib; -+ u8 *psa; -+ u16 status_code=0; -+ sint parsing_length; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 FIXED_IE =5; -+ u8 *pftie=NULL, *ptimeout_ie=NULL, *plinkid_ie=NULL, *prsnie=NULL, *pftie_mic=NULL, *ppairwise_cipher=NULL; -+ u16 j, pairwise_count; -+ int ret = _SUCCESS; -+ -+ psa = get_sa(ptr); -+ ptdls_sta = rtw_get_stainfo(pstapriv, psa); -+ -+ if (ptdls_sta == NULL) { -+ DBG_871X("[%s] Direct Link Peer = "MAC_FMT" not found\n", __FUNCTION__, MAC_ARG(psa)); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ ptr +=prx_pkt_attrib->hdrlen + prx_pkt_attrib->iv_len+LLC_HEADER_SIZE+ETH_TYPE_LEN+PAYLOAD_TYPE_LEN; -+ parsing_length= ((union recv_frame *)precv_frame)->u.hdr.len -+ -prx_pkt_attrib->hdrlen -+ -prx_pkt_attrib->iv_len -+ -prx_pkt_attrib->icv_len -+ -LLC_HEADER_SIZE -+ -ETH_TYPE_LEN -+ -PAYLOAD_TYPE_LEN -+ -FIXED_IE; -+ -+ _rtw_memcpy(&status_code, ptr+2, 2); -+ -+ if (status_code!= 0) { -+ DBG_871X("[%s] status_code = %d\n, free_tdls_sta", __FUNCTION__, status_code); -+ free_tdls_sta(padapter, ptdls_sta); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ /* Parsing information element */ -+ for (j = FIXED_IE; j < parsing_length;) { -+ -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(ptr + j); -+ -+ switch (pIE->ElementID) { -+ case _RSN_IE_2_: -+ prsnie = (u8 *)pIE; -+ break; -+ case _VENDOR_SPECIFIC_IE_: -+ if (_rtw_memcmp((u8 *)pIE + 2, WMM_PARA_OUI, 6) == _TRUE) { -+ /* WMM Parameter ID and OUI */ -+ ptdls_sta->qos_option = _TRUE; -+ } -+ break; -+ case _FTIE_: -+ pftie = (u8 *)pIE; -+ break; -+ case _TIMEOUT_ITVL_IE_: -+ ptimeout_ie = (u8 *)pIE; -+ break; -+#ifdef CONFIG_80211N_HT -+ case _HT_EXTRA_INFO_IE_: -+ break; -+#endif -+#ifdef CONFIG_80211AC_VHT -+ case EID_VHTOperation: -+ break; -+ case EID_OpModeNotification: -+ rtw_process_vht_op_mode_notify(padapter, pIE->data, ptdls_sta); -+ break; -+#endif -+ case _LINK_ID_IE_: -+ plinkid_ie = (u8 *)pIE; -+ break; -+ default: -+ break; -+ } -+ -+ j += (pIE->Length + 2); -+ -+ } -+ -+ if (prx_pkt_attrib->encrypt) { -+ /* Verify mic in FTIE MIC field */ -+ if (rtw_tdls_is_driver_setup(padapter) && -+ (tdls_verify_mic(ptdls_sta->tpk.kck, 3, plinkid_ie, prsnie, ptimeout_ie, pftie) == _FAIL)) { -+ free_tdls_sta(padapter, ptdls_sta); -+ ret = _FAIL; -+ goto exit; -+ } -+ } -+ -+ if (rtw_tdls_is_driver_setup(padapter)) { -+ ptdlsinfo->link_established = _TRUE; -+ -+ if (ptdls_sta->tdls_sta_state & TDLS_INITIATOR_STATE) { -+ ptdls_sta->tdls_sta_state|=TDLS_LINKED_STATE; -+ ptdls_sta->state |= _FW_LINKED; -+ _cancel_timer_ex(&ptdls_sta->handshake_timer); -+ } -+ -+ if (prx_pkt_attrib->encrypt) { -+ rtw_tdls_set_key(padapter, ptdls_sta); -+ -+ /* Start TPK timer */ -+ ptdls_sta->TPK_count = 0; -+ _set_timer(&ptdls_sta->TPK_timer, ONE_SEC); -+ } -+ -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_ESTABLISHED); -+ } -+ -+exit: -+ return ret; -+ -+} -+ -+int On_TDLS_Dis_Req(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct rx_pkt_attrib *prx_pkt_attrib = &precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta_ap; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ sint parsing_length; /* Frame body length, without icv_len */ -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 FIXED_IE = 3, *dst; -+ u16 j; -+ struct tdls_txmgmt txmgmt; -+ int ret = _SUCCESS; -+ -+ if (rtw_tdls_is_driver_setup(padapter) == _FALSE) -+ goto exit; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ ptr +=prx_pkt_attrib->hdrlen + prx_pkt_attrib->iv_len+LLC_HEADER_SIZE+ETH_TYPE_LEN+PAYLOAD_TYPE_LEN; -+ txmgmt.dialog_token = *(ptr+2); -+ _rtw_memcpy(&txmgmt.peer, precv_frame->u.hdr.attrib.src, ETH_ALEN); -+ txmgmt.action_code = TDLS_DISCOVERY_RESPONSE; -+ parsing_length= ((union recv_frame *)precv_frame)->u.hdr.len -+ -prx_pkt_attrib->hdrlen -+ -prx_pkt_attrib->iv_len -+ -prx_pkt_attrib->icv_len -+ -LLC_HEADER_SIZE -+ -ETH_TYPE_LEN -+ -PAYLOAD_TYPE_LEN -+ -FIXED_IE; -+ -+ /* Parsing information element */ -+ for (j=FIXED_IE; jElementID) { -+ case _LINK_ID_IE_: -+ psta_ap = rtw_get_stainfo(pstapriv, pIE->data); -+ if (psta_ap == NULL) -+ goto exit; -+ dst = pIE->data + 12; -+ if (MacAddr_isBcst(dst) == _FALSE && (_rtw_memcmp(adapter_mac_addr(padapter), dst, 6) == _FALSE)) -+ goto exit; -+ break; -+ default: -+ break; -+ } -+ -+ j += (pIE->Length + 2); -+ -+ } -+ -+ issue_tdls_dis_rsp(padapter, &txmgmt, prx_pkt_attrib->privacy); -+ -+exit: -+ return ret; -+ -+} -+ -+int On_TDLS_Teardown(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ u8 *psa; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *prx_pkt_attrib = &precv_frame->u.hdr.attrib; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *ptdls_sta= NULL; -+ _irqL irqL; -+ u8 reason; -+ -+ reason = *(ptr + prx_pkt_attrib->hdrlen + prx_pkt_attrib->iv_len + LLC_HEADER_SIZE + ETH_TYPE_LEN + PAYLOAD_TYPE_LEN + 2); -+ DBG_871X("[TDLS] %s Reason code(%d)\n", __FUNCTION__,reason); -+ -+ psa = get_sa(ptr); -+ -+ ptdls_sta = rtw_get_stainfo(pstapriv, psa); -+ if (ptdls_sta != NULL) { -+ if (rtw_tdls_is_driver_setup(padapter)) -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_TEAR_STA); -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+#if 0 -+u8 TDLS_check_ch_state(uint state){ -+ if (state & TDLS_CH_SWITCH_ON_STATE && -+ state & TDLS_PEER_AT_OFF_STATE) { -+ if (state & TDLS_PEER_SLEEP_STATE) -+ return 2; /* U-APSD + ch. switch */ -+ else -+ return 1; /* ch. switch */ -+ }else -+ return 0; -+} -+#endif -+ -+int On_TDLS_Peer_Traffic_Indication(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_info *ptdls_sta = rtw_get_stainfo(&padapter->stapriv, pattrib->src); -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct tdls_txmgmt txmgmt; -+ -+ ptr +=pattrib->hdrlen + pattrib->iv_len+LLC_HEADER_SIZE+ETH_TYPE_LEN+PAYLOAD_TYPE_LEN; -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ -+ if (ptdls_sta != NULL) { -+ txmgmt.dialog_token = *(ptr+2); -+ issue_tdls_peer_traffic_rsp(padapter, ptdls_sta, &txmgmt); -+ //issue_nulldata_to_TDLS_peer_STA(padapter, ptdls_sta->hwaddr, 0, 0, 0); -+ } else { -+ DBG_871X("from unknown sta:"MAC_FMT"\n", MAC_ARG(pattrib->src)); -+ return _FAIL; -+ } -+ -+ return _SUCCESS; -+} -+ -+/* We process buffered data for 1. U-APSD, 2. ch. switch, 3. U-APSD + ch. switch here */ -+int On_TDLS_Peer_Traffic_Rsp(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct rx_pkt_attrib *pattrib = & precv_frame->u.hdr.attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *ptdls_sta = rtw_get_stainfo(pstapriv, pattrib->src); -+ u8 wmmps_ac=0; -+ /* u8 state=TDLS_check_ch_state(ptdls_sta->tdls_sta_state); */ -+ int i; -+ -+ ptdls_sta->sta_stats.rx_data_pkts++; -+ -+ ptdls_sta->tdls_sta_state &= ~(TDLS_WAIT_PTR_STATE); -+ -+ /* Check 4-AC queue bit */ -+ if (ptdls_sta->uapsd_vo || ptdls_sta->uapsd_vi || ptdls_sta->uapsd_be || ptdls_sta->uapsd_bk) -+ wmmps_ac=1; -+ -+ /* If it's a direct link and have buffered frame */ -+ if (ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE) { -+ if (wmmps_ac) { -+ _irqL irqL; -+ _list *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe=NULL; -+ -+ _enter_critical_bh(&ptdls_sta->sleep_q.lock, &irqL); -+ -+ xmitframe_phead = get_list_head(&ptdls_sta->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ /* transmit buffered frames */ -+ while (rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist) == _FALSE) { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ xmitframe_plist = get_next(xmitframe_plist); -+ rtw_list_delete(&pxmitframe->list); -+ -+ ptdls_sta->sleepq_len--; -+ ptdls_sta->sleepq_ac_len--; -+ if (ptdls_sta->sleepq_len>0) { -+ pxmitframe->attrib.mdata = 1; -+ pxmitframe->attrib.eosp = 0; -+ } else { -+ pxmitframe->attrib.mdata = 0; -+ pxmitframe->attrib.eosp = 1; -+ } -+ pxmitframe->attrib.triggered = 1; -+ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ } -+ -+ if (ptdls_sta->sleepq_len==0) -+ DBG_871X("no buffered packets for tdls to xmit\n"); -+ else { -+ DBG_871X("error!psta->sleepq_len=%d\n", ptdls_sta->sleepq_len); -+ ptdls_sta->sleepq_len=0; -+ } -+ -+ _exit_critical_bh(&ptdls_sta->sleep_q.lock, &irqL); -+ -+ } -+ -+ } -+ -+ return _SUCCESS; -+} -+ -+#ifdef CONFIG_TDLS_CH_SW -+sint On_TDLS_Ch_Switch_Req(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct tdls_ch_switch *pchsw_info = &padapter->tdlsinfo.chsw_info; -+ struct sta_info *ptdls_sta= NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *prx_pkt_attrib = &precv_frame->u.hdr.attrib; -+ u8 *psa; -+ sint parsing_length; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 FIXED_IE = 4; -+ u16 j; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct tdls_txmgmt txmgmt; -+ u16 switch_time= CH_SWITCH_TIME * 1000, switch_timeout=CH_SWITCH_TIMEOUT * 1000; -+ -+ if (padapter->tdlsinfo.ch_switch_prohibited == _TRUE) -+ { DBG_871X("[TDLS] Ignore %s since ch_switch_prohibited = _TRUE\n", __FUNCTION__); -+ return _SUCCESS; -+ } -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ psa = get_sa(ptr); -+ ptdls_sta = rtw_get_stainfo(pstapriv, psa); -+ -+ ptdls_sta->ch_switch_time=switch_time; -+ ptdls_sta->ch_switch_timeout=switch_timeout; -+ -+ ptr +=prx_pkt_attrib->hdrlen + prx_pkt_attrib->iv_len+LLC_HEADER_SIZE+ETH_TYPE_LEN+PAYLOAD_TYPE_LEN; -+ parsing_length= ((union recv_frame *)precv_frame)->u.hdr.len -+ -prx_pkt_attrib->hdrlen -+ -prx_pkt_attrib->iv_len -+ -prx_pkt_attrib->icv_len -+ -LLC_HEADER_SIZE -+ -ETH_TYPE_LEN -+ -PAYLOAD_TYPE_LEN -+ -FIXED_IE; -+ -+ pchsw_info->off_ch_num = *(ptr + 2); -+ -+ if (*(ptr + 2) == 2) { -+ pchsw_info->off_ch_num = 11; -+ } -+ -+ if (pchsw_info->off_ch_num != pmlmeext->cur_channel) { -+ pchsw_info->delay_switch_back = _FALSE; -+ } -+ -+ /* Parsing information element */ -+ for (j=FIXED_IE; jElementID) { -+ case EID_SecondaryChnlOffset: -+ padapter->tdlsinfo.chsw_info.ch_offset = *(pIE->data); -+ break; -+ case _LINK_ID_IE_: -+ break; -+ case _CH_SWITCH_TIMING_: -+ ptdls_sta->ch_switch_time = (RTW_GET_LE16(pIE->data) >= CH_SWITCH_TIME * 1000) ? -+ RTW_GET_LE16(pIE->data) : CH_SWITCH_TIME * 1000; -+ ptdls_sta->ch_switch_timeout = (RTW_GET_LE16(pIE->data + 2) >= CH_SWITCH_TIMEOUT * 1000) ? -+ RTW_GET_LE16(pIE->data + 2) : CH_SWITCH_TIMEOUT * 1000; -+ DBG_871X("%s ch_switch_time:%d, ch_switch_timeout:%d\n" -+ , __FUNCTION__, RTW_GET_LE16(pIE->data), RTW_GET_LE16(pIE->data + 2)); -+ default: -+ break; -+ } -+ -+ j += (pIE->Length + 2); -+ } -+ -+ /* Todo: check status */ -+ txmgmt.status_code = 0; -+ _rtw_memcpy(txmgmt.peer, psa, ETH_ALEN); -+ -+ ATOMIC_SET(&pchsw_info->chsw_on, _TRUE); -+ -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_CH_SW_RESP); -+ -+ return _SUCCESS; -+} -+ -+sint On_TDLS_Ch_Switch_Rsp(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct tdls_ch_switch *pchsw_info = &padapter->tdlsinfo.chsw_info; -+ struct sta_info *ptdls_sta= NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ struct rx_pkt_attrib *prx_pkt_attrib = &precv_frame->u.hdr.attrib; -+ u8 *psa; -+ sint parsing_length; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 FIXED_IE = 4; -+ u16 status_code, j, switch_time, switch_timeout; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ int ret = _SUCCESS; -+ -+ if (padapter->tdlsinfo.ch_switch_prohibited == _TRUE) -+ { DBG_871X("[TDLS] Ignore %s since ch_switch_prohibited = _TRUE\n", __FUNCTION__); -+ return _SUCCESS; -+ } -+ -+ psa = get_sa(ptr); -+ ptdls_sta = rtw_get_stainfo(pstapriv, psa); -+ -+ /* If we receive Unsolicited TDLS Channel Switch Response when channel switch is running, */ -+ /* we will go back to base channel and terminate this channel switch procedure */ -+ if (ATOMIC_READ(&pchsw_info->chsw_on) == _TRUE) { -+ if (pmlmeext->cur_channel != rtw_get_oper_ch(padapter)) { -+ DBG_871X("receive unsolicited channel switch response \n"); -+ rtw_tdls_cmd(padapter, NULL, TDLS_CH_SW_BACK); -+ goto exit; -+ } -+ } -+ -+ ptr +=prx_pkt_attrib->hdrlen + prx_pkt_attrib->iv_len + LLC_HEADER_SIZE+ETH_TYPE_LEN+PAYLOAD_TYPE_LEN; -+ parsing_length = ((union recv_frame *)precv_frame)->u.hdr.len -+ -prx_pkt_attrib->hdrlen -+ -prx_pkt_attrib->iv_len -+ -prx_pkt_attrib->icv_len -+ -LLC_HEADER_SIZE -+ -ETH_TYPE_LEN -+ -PAYLOAD_TYPE_LEN -+ -FIXED_IE; -+ -+ _rtw_memcpy(&status_code, ptr+2, 2); -+ -+ if (status_code != 0) { -+ DBG_871X("[%s] status_code:%d\n", __FUNCTION__, status_code); -+ pchsw_info->ch_sw_state &= ~(TDLS_CH_SW_INITIATOR_STATE); -+ ATOMIC_SET(&pchsw_info->chsw_on, _FALSE); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ /* Parsing information element */ -+ for (j = FIXED_IE; j < parsing_length;) { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(ptr+ j); -+ -+ switch (pIE->ElementID) { -+ case _LINK_ID_IE_: -+ break; -+ case _CH_SWITCH_TIMING_: -+ _rtw_memcpy(&switch_time, pIE->data, 2); -+ if (switch_time > ptdls_sta->ch_switch_time) -+ _rtw_memcpy(&ptdls_sta->ch_switch_time, &switch_time, 2); -+ -+ _rtw_memcpy(&switch_timeout, pIE->data + 2, 2); -+ if (switch_timeout > ptdls_sta->ch_switch_timeout) -+ _rtw_memcpy(&ptdls_sta->ch_switch_timeout, &switch_timeout, 2); -+ break; -+ default: -+ break; -+ } -+ -+ j += (pIE->Length + 2); -+ } -+ -+ if ((pmlmeext->cur_channel == rtw_get_oper_ch(padapter)) && -+ (pchsw_info->ch_sw_state & TDLS_WAIT_CH_RSP_STATE)) { -+ ATOMIC_SET(&pchsw_info->chsw_on, _TRUE); -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_CH_SW); -+ } -+ -+exit: -+ return ret; -+} -+#endif /* CONFIG_TDLS_CH_SW */ -+ -+#ifdef CONFIG_WFD -+void wfd_ie_tdls(_adapter * padapter, u8 *pframe, u32 *pktlen ) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wifi_display_info *pwfd_info = padapter->tdlsinfo.wfd_info; -+ u8 wfdie[ MAX_WFD_IE_LEN] = { 0x00 }; -+ u32 wfdielen = 0; -+ -+ /* WFD OUI */ -+ wfdielen = 0; -+ wfdie[ wfdielen++ ] = 0x50; -+ wfdie[ wfdielen++ ] = 0x6F; -+ wfdie[ wfdielen++ ] = 0x9A; -+ wfdie[ wfdielen++ ] = 0x0A; /* WFA WFD v1.0 */ -+ -+ /* -+ * Commented by Albert 20110825 -+ * According to the WFD Specification, the negotiation request frame should contain 3 WFD attributes -+ * 1. WFD Device Information -+ * 2. Associated BSSID ( Optional ) -+ * 3. Local IP Adress ( Optional ) -+ */ -+ -+ /* WFD Device Information ATTR */ -+ /* Type: */ -+ wfdie[ wfdielen++ ] = WFD_ATTR_DEVICE_INFO; -+ -+ /* Length: */ -+ /* Note: In the WFD specification, the size of length field is 2. */ -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ /* Value1: */ -+ /* WFD device information */ -+ /* available for WFD session + Preferred TDLS + WSD ( WFD Service Discovery ) */ -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->wfd_device_type | WFD_DEVINFO_SESSION_AVAIL -+ | WFD_DEVINFO_PC_TDLS | WFD_DEVINFO_WSD); -+ wfdielen += 2; -+ -+ /* Value2: */ -+ /* Session Management Control Port */ -+ /* Default TCP port for RTSP messages is 554 */ -+ RTW_PUT_BE16(wfdie + wfdielen, pwfd_info->rtsp_ctrlport ); -+ wfdielen += 2; -+ -+ /* Value3: */ -+ /* WFD Device Maximum Throughput */ -+ /* 300Mbps is the maximum throughput */ -+ RTW_PUT_BE16(wfdie + wfdielen, 300); -+ wfdielen += 2; -+ -+ /* Associated BSSID ATTR */ -+ /* Type: */ -+ wfdie[ wfdielen++ ] = WFD_ATTR_ASSOC_BSSID; -+ -+ /* Length: */ -+ /* Note: In the WFD specification, the size of length field is 2. */ -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0006); -+ wfdielen += 2; -+ -+ /* Value: */ -+ /* Associated BSSID */ -+ if (check_fwstate( pmlmepriv, _FW_LINKED) == _TRUE) -+ _rtw_memcpy(wfdie + wfdielen, &pmlmepriv->assoc_bssid[ 0 ], ETH_ALEN); -+ else -+ _rtw_memset(wfdie + wfdielen, 0x00, ETH_ALEN); -+ -+ /* Local IP Address ATTR */ -+ wfdie[ wfdielen++ ] = WFD_ATTR_LOCAL_IP_ADDR; -+ -+ /* Length: */ -+ /* Note: In the WFD specification, the size of length field is 2. */ -+ RTW_PUT_BE16(wfdie + wfdielen, 0x0005); -+ wfdielen += 2; -+ -+ /* Version: */ -+ /* 0x01: Version1;IPv4 */ -+ wfdie[ wfdielen++ ] = 0x01; -+ -+ /* IPv4 Address */ -+ _rtw_memcpy( wfdie + wfdielen, pwfd_info->ip_address, 4 ); -+ wfdielen += 4; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wfdielen, (unsigned char *) wfdie, pktlen); -+ -+} -+#endif /* CONFIG_WFD */ -+ -+void rtw_build_tdls_setup_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_info *ptdls_sta=rtw_get_stainfo( (&padapter->stapriv) , pattrib->dst); -+ -+ int i = 0 ; -+ u32 time; -+ u8 *pframe_head; -+ -+ /* SNonce */ -+ if (pattrib->encrypt) { -+ for (i=0;i<8;i++) { -+ time=rtw_get_current_time(); -+ _rtw_memcpy(&ptdls_sta->SNonce[4*i], (u8 *)&time, 4); -+ } -+ } -+ -+ pframe_head = pframe; /* For rtw_tdls_set_ht_cap() */ -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_dialog(pframe, pattrib, ptxmgmt); -+ -+ pframe = rtw_tdls_set_capability(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_supported_rate(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_sup_ch(&(padapter->mlmeextpriv), pframe, pattrib); -+ pframe = rtw_tdls_set_sup_reg_class(pframe, pattrib); -+ -+ if (pattrib->encrypt) -+ pframe = rtw_tdls_set_rsnie(ptxmgmt, pframe, pattrib, _TRUE, ptdls_sta); -+ -+ pframe = rtw_tdls_set_ext_cap(pframe, pattrib); -+ -+ if (pattrib->encrypt) { -+ pframe = rtw_tdls_set_ftie(ptxmgmt -+ , pframe -+ , pattrib -+ , NULL -+ , ptdls_sta->SNonce); -+ -+ pframe = rtw_tdls_set_timeout_interval(ptxmgmt, pframe, pattrib, _TRUE, ptdls_sta); -+ } -+ -+#ifdef CONFIG_80211N_HT -+ /* Sup_reg_classes(optional) */ -+ if (pregistrypriv->ht_enable == _TRUE) -+ pframe = rtw_tdls_set_ht_cap(padapter, pframe_head, pattrib); -+#endif -+ -+ pframe = rtw_tdls_set_bss_coexist(padapter, pframe, pattrib); -+ -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+ -+ if ((pregistrypriv->wmm_enable == _TRUE) || (padapter->mlmepriv.htpriv.ht_option == _TRUE)) -+ pframe = rtw_tdls_set_qos_cap(pframe, pattrib); -+ -+#ifdef CONFIG_80211AC_VHT -+ if ((padapter->mlmepriv.htpriv.ht_option == _TRUE) && (pregistrypriv->vht_enable == _TRUE) && (pmlmeext->cur_channel > 14)) { -+ pframe = rtw_tdls_set_aid(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_vht_cap(padapter, pframe, pattrib); -+ } -+#endif -+ -+#ifdef CONFIG_WFD -+ wfd_ie_tdls( padapter, pframe, &(pattrib->pktlen) ); -+#endif /* CONFIG_WFD */ -+ -+} -+ -+void rtw_build_tdls_setup_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_info *ptdls_sta; -+ u8 k; /* for random ANonce */ -+ u8 *pftie=NULL, *ptimeout_ie = NULL, *plinkid_ie = NULL, *prsnie = NULL, *pftie_mic = NULL; -+ u32 time; -+ u8 *pframe_head; -+ -+ ptdls_sta = rtw_get_stainfo( &(padapter->stapriv) , pattrib->dst); -+ -+ if (ptdls_sta == NULL) -+ DBG_871X("[%s] %d ptdls_sta is NULL\n", __FUNCTION__, __LINE__); -+ -+ if (pattrib->encrypt && ptdls_sta != NULL) { -+ for (k=0;k<8;k++) { -+ time = rtw_get_current_time(); -+ _rtw_memcpy(&ptdls_sta->ANonce[4*k], (u8*)&time, 4); -+ } -+ } -+ -+ pframe_head = pframe; -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_status_code(pframe, pattrib, ptxmgmt); -+ -+ if (ptxmgmt->status_code != 0) { -+ DBG_871X("[%s] status_code:%04x \n", __FUNCTION__, ptxmgmt->status_code); -+ return; -+ } -+ -+ pframe = rtw_tdls_set_dialog(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_capability(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_supported_rate(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_sup_ch(&(padapter->mlmeextpriv), pframe, pattrib); -+ pframe = rtw_tdls_set_sup_reg_class(pframe, pattrib); -+ -+ if (pattrib->encrypt) { -+ prsnie = pframe; -+ pframe = rtw_tdls_set_rsnie(ptxmgmt, pframe, pattrib, _FALSE, ptdls_sta); -+ } -+ -+ pframe = rtw_tdls_set_ext_cap(pframe, pattrib); -+ -+ if (pattrib->encrypt) { -+ if (rtw_tdls_is_driver_setup(padapter) == _TRUE) -+ wpa_tdls_generate_tpk(padapter, ptdls_sta); -+ -+ pftie = pframe; -+ pftie_mic = pframe+4; -+ pframe = rtw_tdls_set_ftie(ptxmgmt -+ , pframe -+ , pattrib -+ , ptdls_sta->ANonce -+ , ptdls_sta->SNonce); -+ -+ ptimeout_ie = pframe; -+ pframe = rtw_tdls_set_timeout_interval(ptxmgmt, pframe, pattrib, _FALSE, ptdls_sta); -+ } -+ -+#ifdef CONFIG_80211N_HT -+ /* Sup_reg_classes(optional) */ -+ if (pregistrypriv->ht_enable == _TRUE) -+ pframe = rtw_tdls_set_ht_cap(padapter, pframe_head, pattrib); -+#endif -+ -+ pframe = rtw_tdls_set_bss_coexist(padapter, pframe, pattrib); -+ -+ plinkid_ie = pframe; -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _FALSE); -+ -+ /* Fill FTIE mic */ -+ if (pattrib->encrypt && rtw_tdls_is_driver_setup(padapter) == _TRUE) -+ wpa_tdls_ftie_mic(ptdls_sta->tpk.kck, 2, plinkid_ie, prsnie, ptimeout_ie, pftie, pftie_mic); -+ -+ if ((pregistrypriv->wmm_enable == _TRUE) || (padapter->mlmepriv.htpriv.ht_option == _TRUE)) -+ pframe = rtw_tdls_set_qos_cap(pframe, pattrib); -+ -+#ifdef CONFIG_80211AC_VHT -+ if ((padapter->mlmepriv.htpriv.ht_option == _TRUE) && (pregistrypriv->vht_enable == _TRUE) && (pmlmeext->cur_channel > 14)) { -+ pframe = rtw_tdls_set_aid(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_vht_cap(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_vht_op_mode_notify(padapter, pframe, pattrib, pmlmeext->cur_bwmode); -+ } -+#endif -+ -+#ifdef CONFIG_WFD -+ wfd_ie_tdls( padapter, pframe, &(pattrib->pktlen) ); -+#endif /* CONFIG_WFD */ -+ -+} -+ -+void rtw_build_tdls_setup_cfm_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_info *ptdls_sta=rtw_get_stainfo( (&padapter->stapriv) , pattrib->dst); -+ -+ unsigned int ie_len; -+ unsigned char *p; -+ u8 wmm_param_ele[24] = {0}; -+ u8 *pftie=NULL, *ptimeout_ie=NULL, *plinkid_ie=NULL, *prsnie=NULL, *pftie_mic=NULL; -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_status_code(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_dialog(pframe, pattrib, ptxmgmt); -+ -+ if (ptxmgmt->status_code!=0) -+ return; -+ -+ if (pattrib->encrypt) { -+ prsnie = pframe; -+ pframe = rtw_tdls_set_rsnie(ptxmgmt, pframe, pattrib, _TRUE, ptdls_sta); -+ } -+ -+ if (pattrib->encrypt) { -+ pftie = pframe; -+ pftie_mic = pframe+4; -+ pframe = rtw_tdls_set_ftie(ptxmgmt -+ , pframe -+ , pattrib -+ , ptdls_sta->ANonce -+ , ptdls_sta->SNonce); -+ -+ ptimeout_ie = pframe; -+ pframe = rtw_tdls_set_timeout_interval(ptxmgmt, pframe, pattrib, _TRUE, ptdls_sta); -+ -+ if (rtw_tdls_is_driver_setup(padapter) == _TRUE) { -+ /* Start TPK timer */ -+ ptdls_sta->TPK_count=0; -+ _set_timer(&ptdls_sta->TPK_timer, ONE_SEC); -+ } -+ } -+ -+ /* HT operation; todo */ -+ -+ plinkid_ie = pframe; -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+ -+ if (pattrib->encrypt && (rtw_tdls_is_driver_setup(padapter) == _TRUE)) -+ wpa_tdls_ftie_mic(ptdls_sta->tpk.kck, 3, plinkid_ie, prsnie, ptimeout_ie, pftie, pftie_mic); -+ -+ if (ptdls_sta->qos_option == _TRUE) -+ pframe = rtw_tdls_set_wmm_params(padapter, pframe, pattrib); -+ -+#ifdef CONFIG_80211AC_VHT -+ if ((padapter->mlmepriv.htpriv.ht_option == _TRUE) && (pregistrypriv->vht_enable == _TRUE) -+ && (ptdls_sta->vhtpriv.vht_option == _TRUE) && (pmlmeext->cur_channel > 14)) { -+ pframe = rtw_tdls_set_vht_operation(padapter, pframe, pattrib, pmlmeext->cur_channel); -+ pframe = rtw_tdls_set_vht_op_mode_notify(padapter, pframe, pattrib, pmlmeext->cur_bwmode); -+ } -+#endif -+} -+ -+void rtw_build_tdls_teardown_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_info *ptdls_sta = rtw_get_stainfo( &(padapter->stapriv) , pattrib->dst); -+ u8 *pftie = NULL, *pftie_mic = NULL, *plinkid_ie = NULL; -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_status_code(pframe, pattrib, ptxmgmt); -+ -+ if (pattrib->encrypt) { -+ pftie = pframe; -+ pftie_mic = pframe + 4; -+ pframe = rtw_tdls_set_ftie(ptxmgmt -+ , pframe -+ , pattrib -+ , ptdls_sta->ANonce -+ , ptdls_sta->SNonce); -+ } -+ -+ plinkid_ie = pframe; -+ if (ptdls_sta->tdls_sta_state & TDLS_INITIATOR_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _FALSE); -+ else if (ptdls_sta->tdls_sta_state & TDLS_RESPONDER_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+ -+ if (pattrib->encrypt && (rtw_tdls_is_driver_setup(padapter) == _TRUE)) -+ wpa_tdls_teardown_ftie_mic(ptdls_sta->tpk.kck, plinkid_ie, ptxmgmt->status_code, 1, 4, pftie, pftie_mic); -+} -+ -+void rtw_build_tdls_dis_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_dialog(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+ -+} -+ -+void rtw_build_tdls_dis_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt, u8 privacy) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ u8 *pframe_head, pktlen_index; -+ -+ pktlen_index = pattrib->pktlen; -+ pframe_head = pframe; -+ -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_PUBLIC); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_dialog(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_capability(padapter, pframe, pattrib); -+ -+ pframe = rtw_tdls_set_supported_rate(padapter, pframe, pattrib); -+ -+ pframe = rtw_tdls_set_sup_ch(pmlmeext, pframe, pattrib); -+ -+ if (privacy) -+ pframe = rtw_tdls_set_rsnie(ptxmgmt, pframe, pattrib, _TRUE, NULL); -+ -+ pframe = rtw_tdls_set_ext_cap(pframe, pattrib); -+ -+ if (privacy) { -+ pframe = rtw_tdls_set_ftie(ptxmgmt, pframe, pattrib, NULL, NULL); -+ pframe = rtw_tdls_set_timeout_interval(ptxmgmt, pframe, pattrib, _TRUE, NULL); -+ } -+ -+#ifdef CONFIG_80211N_HT -+ if (pregistrypriv->ht_enable == _TRUE) -+ pframe = rtw_tdls_set_ht_cap(padapter, pframe_head - pktlen_index, pattrib); -+#endif -+ -+ pframe = rtw_tdls_set_bss_coexist(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _FALSE); -+ -+} -+ -+ -+void rtw_build_tdls_peer_traffic_indication_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ u8 AC_queue=0; -+ struct sta_info *ptdls_sta = rtw_get_stainfo(&padapter->stapriv, pattrib->dst); -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_dialog(pframe, pattrib, ptxmgmt); -+ -+ if (ptdls_sta->tdls_sta_state & TDLS_INITIATOR_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _FALSE); -+ else if (ptdls_sta->tdls_sta_state & TDLS_RESPONDER_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+ -+ /* PTI control */ -+ /* PU buffer status */ -+ if (ptdls_sta->uapsd_bk & BIT(1)) -+ AC_queue=BIT(0); -+ if (ptdls_sta->uapsd_be & BIT(1)) -+ AC_queue=BIT(1); -+ if (ptdls_sta->uapsd_vi & BIT(1)) -+ AC_queue=BIT(2); -+ if (ptdls_sta->uapsd_vo & BIT(1)) -+ AC_queue=BIT(3); -+ pframe = rtw_set_ie(pframe, _PTI_BUFFER_STATUS_, 1, &AC_queue, &(pattrib->pktlen)); -+ -+} -+ -+void rtw_build_tdls_peer_traffic_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_info *ptdls_sta = rtw_get_stainfo(&padapter->stapriv, pattrib->dst); -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_dialog(pframe, pattrib, ptxmgmt); -+ -+ if (ptdls_sta->tdls_sta_state & TDLS_INITIATOR_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _FALSE); -+ else if (ptdls_sta->tdls_sta_state & TDLS_RESPONDER_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+} -+ -+#ifdef CONFIG_TDLS_CH_SW -+void rtw_build_tdls_ch_switch_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *ptdls_sta = rtw_get_stainfo(pstapriv, pattrib->dst); -+ u16 switch_time= CH_SWITCH_TIME * 1000, switch_timeout=CH_SWITCH_TIMEOUT * 1000; -+ -+ ptdls_sta->ch_switch_time=switch_time; -+ ptdls_sta->ch_switch_timeout=switch_timeout; -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_target_ch(padapter, pframe, pattrib); -+ pframe = rtw_tdls_set_reg_class(pframe, pattrib, ptdls_sta); -+ -+ if (ptdls_sta->tdls_sta_state & TDLS_INITIATOR_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _FALSE); -+ else if (ptdls_sta->tdls_sta_state & TDLS_RESPONDER_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+ -+ pframe = rtw_tdls_set_ch_sw(pframe, pattrib, ptdls_sta); -+ -+} -+ -+void rtw_build_tdls_ch_switch_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *ptdls_sta = rtw_get_stainfo(pstapriv, pattrib->dst); -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_tdls_set_category(pframe, pattrib, RTW_WLAN_CATEGORY_TDLS); -+ pframe = rtw_tdls_set_action(pframe, pattrib, ptxmgmt); -+ pframe = rtw_tdls_set_status_code(pframe, pattrib, ptxmgmt); -+ -+ if (ptdls_sta->tdls_sta_state & TDLS_INITIATOR_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _FALSE); -+ else if (ptdls_sta->tdls_sta_state & TDLS_RESPONDER_STATE) -+ pframe = rtw_tdls_set_linkid(pframe, pattrib, _TRUE); -+ -+ pframe = rtw_tdls_set_ch_sw(pframe, pattrib, ptdls_sta); -+} -+#endif -+ -+#ifdef CONFIG_WFD -+void rtw_build_tunneled_probe_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe) -+{ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ struct wifidirect_info *pbuddy_wdinfo = &padapter->pbuddy_adapter->wdinfo; -+ u8 category = RTW_WLAN_CATEGORY_P2P; -+ u8 WFA_OUI[3] = { 0x50, 0x6f, 0x9a}; -+ u8 probe_req = 4; -+ u8 wfdielen = 0; -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 3, WFA_OUI, &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(probe_req), &(pattrib->pktlen)); -+ -+ if (!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) { -+ wfdielen = build_probe_req_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } else if (!rtw_p2p_chk_state(pbuddy_wdinfo, P2P_STATE_NONE)) { -+ wfdielen = build_probe_req_wfd_ie(pbuddy_wdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } -+ -+} -+ -+void rtw_build_tunneled_probe_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe) -+{ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ struct wifidirect_info *pbuddy_wdinfo = &padapter->pbuddy_adapter->wdinfo; -+ u8 category = RTW_WLAN_CATEGORY_P2P; -+ u8 WFA_OUI[3] = { 0x50, 0x6f, 0x9a}; -+ u8 probe_rsp = 5; -+ u8 wfdielen = 0; -+ -+ pframe = rtw_tdls_set_payload_type(pframe, pattrib); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 3, WFA_OUI, &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(probe_rsp), &(pattrib->pktlen)); -+ -+ if (!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) { -+ wfdielen = build_probe_resp_wfd_ie(pwdinfo, pframe, 1); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } else if (!rtw_p2p_chk_state(pbuddy_wdinfo, P2P_STATE_NONE)) { -+ wfdielen = build_probe_resp_wfd_ie(pbuddy_wdinfo, pframe, 1); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+ } -+ -+} -+#endif /* CONFIG_WFD */ -+ -+void _tdls_tpk_timer_hdl(void *FunctionContext) -+{ -+ struct sta_info *ptdls_sta = (struct sta_info *)FunctionContext; -+ struct tdls_txmgmt txmgmt; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ ptdls_sta->TPK_count++; -+ /* TPK_timer expired in a second */ -+ /* Retry timer should set at least 301 sec. */ -+ if (ptdls_sta->TPK_count >= ptdls_sta->TDLS_PeerKey_Lifetime) { -+ DBG_871X("[TDLS] %s, Re-Setup TDLS link with "MAC_FMT" since TPK lifetime expires!\n", __FUNCTION__, MAC_ARG(ptdls_sta->hwaddr)); -+ ptdls_sta->TPK_count=0; -+ _rtw_memcpy(txmgmt.peer, ptdls_sta->hwaddr, ETH_ALEN); -+ issue_tdls_setup_req(ptdls_sta->padapter, &txmgmt, _FALSE); -+ } -+ -+ _set_timer(&ptdls_sta->TPK_timer, ONE_SEC); -+} -+ -+#ifdef CONFIG_TDLS_CH_SW -+void _tdls_ch_switch_timer_hdl(void *FunctionContext) -+{ -+ struct sta_info *ptdls_sta = (struct sta_info *)FunctionContext; -+ _adapter *padapter = ptdls_sta->padapter; -+ struct tdls_ch_switch *pchsw_info = &padapter->tdlsinfo.chsw_info; -+ -+ //DBG_871X("%s %d, tdls_sta_state:0x%08x\n", __FUNCTION__, __LINE__, ptdls_sta->tdls_sta_state); -+ -+ if (padapter->mlmeextpriv.cur_channel != rtw_get_oper_ch(padapter)) { -+ if (!(pchsw_info->ch_sw_state & TDLS_PEER_AT_OFF_STATE)) { -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_CH_SW_BACK); -+ ATOMIC_SET(&pchsw_info->chsw_on, _FALSE); -+ DBG_871X("[TDLS] %s, can't get traffic from op_ch:%d\n", __FUNCTION__, rtw_get_oper_ch(padapter)); -+ } else { -+ //DBG_871X("%s %d\n", __FUNCTION__, __LINE__); -+ //_set_timer(&ptdls_sta->delay_timer, padapter->mlmeextpriv.mlmext_info.bcn_interval - 5 - ptdls_sta->ch_switch_timeout/1000); -+ } -+ } else { -+ //DBG_871X("%s %d, op_ch:%d, tdls_state:0x%08x\n", __FUNCTION__, __LINE__, rtw_get_oper_ch(padapter), ptdls_sta->tdls_sta_state); -+ } -+ -+#if 0 -+ if (!(pchsw_info->ch_sw_state & TDLS_PEER_AT_OFF_STATE)) { -+ //SelectChannel(padapter, padapter->mlmeextpriv.cur_channel); -+ ATOMIC_SET(&pchsw_info->chsw_on, _FALSE); -+ DBG_871X("%s %d, op_ch:%d, tdls_state:0x%08x\n", __FUNCTION__, __LINE__, rtw_get_oper_ch(padapter), ptdls_sta->tdls_sta_state); -+ } -+ -+ if (pchsw_info->ch_sw_state & TDLS_CH_SW_INITIATOR_STATE) { -+ if (padapter->mlmeextpriv.cur_channel != rtw_get_oper_ch(padapter)) { -+ DBG_871X("%s %d\n", __FUNCTION__, __LINE__); -+ _set_timer(&ptdls_sta->delay_timer, padapter->mlmeextpriv.mlmext_info.bcn_interval - 5 - ptdls_sta->ch_switch_timeout/1000); -+ //_set_timer(&ptdls_sta->delay_timer, 1000); -+ } else { -+ DBG_871X("%s %d\n", __FUNCTION__, __LINE__); -+ issue_tdls_ch_switch_req(padapter, ptdls_sta); -+ //_set_timer(&ptdls_sta->delay_timer, 500); -+ } -+ } -+#endif -+} -+ -+void _tdls_delay_timer_hdl(void *FunctionContext) -+{ -+ struct sta_info *ptdls_sta = (struct sta_info *)FunctionContext; -+ _adapter *padapter = ptdls_sta->padapter; -+ struct tdls_ch_switch *pchsw_info = &padapter->tdlsinfo.chsw_info; -+ -+ DBG_871X("[TDLS] %s, op_ch:%d, tdls_state:0x%08x\n", __FUNCTION__, rtw_get_oper_ch(padapter), ptdls_sta->tdls_sta_state); -+ pchsw_info->delay_switch_back = _TRUE; -+} -+#endif -+ -+void _tdls_handshake_timer_hdl(void *FunctionContext) -+{ -+ struct sta_info *ptdls_sta = (struct sta_info *)FunctionContext; -+ _adapter *padapter = ptdls_sta->padapter; -+ struct tdls_txmgmt txmgmt; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ _rtw_memcpy(txmgmt.peer, ptdls_sta->hwaddr, ETH_ALEN); -+ txmgmt.status_code = _RSON_TDLS_TEAR_UN_RSN_; -+ -+ if (ptdls_sta != NULL) { -+ DBG_871X("[TDLS] Handshake time out\n"); -+ if (ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE) -+ { -+ issue_tdls_teardown(padapter, &txmgmt, _TRUE); -+ } -+ else -+ { -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_TEAR_STA); -+ } -+ } -+} -+ -+void _tdls_pti_timer_hdl(void *FunctionContext) -+{ -+ struct sta_info *ptdls_sta = (struct sta_info *)FunctionContext; -+ _adapter *padapter = ptdls_sta->padapter; -+ struct tdls_txmgmt txmgmt; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ _rtw_memcpy(txmgmt.peer, ptdls_sta->hwaddr, ETH_ALEN); -+ txmgmt.status_code = _RSON_TDLS_TEAR_TOOFAR_; -+ -+ if (ptdls_sta != NULL) { -+ if (ptdls_sta->tdls_sta_state & TDLS_WAIT_PTR_STATE) { -+ DBG_871X("[TDLS] Doesn't receive PTR from peer dev:"MAC_FMT"; " -+ "Send TDLS Tear Down\n", MAC_ARG(ptdls_sta->hwaddr)); -+ issue_tdls_teardown(padapter, &txmgmt, _FALSE); -+ } -+ } -+} -+ -+void rtw_init_tdls_timer(_adapter *padapter, struct sta_info *psta) -+{ -+ psta->padapter=padapter; -+ _init_timer(&psta->TPK_timer, padapter->pnetdev, _tdls_tpk_timer_hdl, psta); -+#ifdef CONFIG_TDLS_CH_SW -+ _init_timer(&psta->ch_sw_timer, padapter->pnetdev, _tdls_ch_switch_timer_hdl, psta); -+ _init_timer(&psta->delay_timer, padapter->pnetdev, _tdls_delay_timer_hdl, psta); -+#endif -+ _init_timer(&psta->handshake_timer, padapter->pnetdev, _tdls_handshake_timer_hdl, psta); -+ _init_timer(&psta->pti_timer, padapter->pnetdev, _tdls_pti_timer_hdl, psta); -+} -+ -+void rtw_free_tdls_timer(struct sta_info *psta) -+{ -+ _cancel_timer_ex(&psta->TPK_timer); -+#ifdef CONFIG_TDLS_CH_SW -+ _cancel_timer_ex(&psta->ch_sw_timer); -+ _cancel_timer_ex(&psta->delay_timer); -+#endif -+ _cancel_timer_ex(&psta->handshake_timer); -+ _cancel_timer_ex(&psta->pti_timer); -+} -+ -+u8 update_sgi_tdls(_adapter *padapter, struct sta_info *psta) -+{ -+ return query_ra_short_GI(psta); -+} -+ -+u32 update_mask_tdls(_adapter *padapter, struct sta_info *psta) -+{ -+ unsigned char sta_band = 0; -+ unsigned int tx_ra_bitmap=0; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pcur_network = (WLAN_BSSID_EX *)&pmlmepriv->cur_network.network; -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ tx_ra_bitmap = psta->ra_mask; -+ -+ if (pcur_network->Configuration.DSConfig > 14) { -+ if (tx_ra_bitmap & 0xffff000) -+ sta_band |= WIRELESS_11_5N | WIRELESS_11A; -+ else -+ sta_band |= WIRELESS_11A; -+ } else { -+ if (tx_ra_bitmap & 0xffff000) -+ sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; -+ else if (tx_ra_bitmap & 0xff0) -+ sta_band |= WIRELESS_11G |WIRELESS_11B; -+ else -+ sta_band |= WIRELESS_11B; -+ } -+ -+ psta->wireless_mode = sta_band; -+ -+ psta->raid = rtw_hal_networktype_to_raid(padapter,psta); -+ tx_ra_bitmap |= ((psta->raid<<28)&0xf0000000); -+ return tx_ra_bitmap; -+} -+ -+int rtw_tdls_is_driver_setup(_adapter *padapter) -+{ -+ return padapter->tdlsinfo.driver_setup; -+} -+ -+const char * rtw_tdls_action_txt(enum TDLS_ACTION_FIELD action) -+{ -+ switch (action) { -+ case TDLS_SETUP_REQUEST: -+ return "TDLS_SETUP_REQUEST"; -+ case TDLS_SETUP_RESPONSE: -+ return "TDLS_SETUP_RESPONSE"; -+ case TDLS_SETUP_CONFIRM: -+ return "TDLS_SETUP_CONFIRM"; -+ case TDLS_TEARDOWN: -+ return "TDLS_TEARDOWN"; -+ case TDLS_PEER_TRAFFIC_INDICATION: -+ return "TDLS_PEER_TRAFFIC_INDICATION"; -+ case TDLS_CHANNEL_SWITCH_REQUEST: -+ return "TDLS_CHANNEL_SWITCH_REQUEST"; -+ case TDLS_CHANNEL_SWITCH_RESPONSE: -+ return "TDLS_CHANNEL_SWITCH_RESPONSE"; -+ case TDLS_PEER_PSM_REQUEST: -+ return "TDLS_PEER_PSM_REQUEST"; -+ case TDLS_PEER_PSM_RESPONSE: -+ return "TDLS_PEER_PSM_RESPONSE"; -+ case TDLS_PEER_TRAFFIC_RESPONSE: -+ return "TDLS_PEER_TRAFFIC_RESPONSE"; -+ case TDLS_DISCOVERY_REQUEST: -+ return "TDLS_DISCOVERY_REQUEST"; -+ case TDLS_DISCOVERY_RESPONSE: -+ return "TDLS_DISCOVERY_RESPONSE"; -+ default: -+ return "UNKNOWN"; -+ } -+} -+ -+#endif /* CONFIG_TDLS */ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_vht.c linux/3rdparty/rtl8812au/core/rtw_vht.c ---- linux.old/3rdparty/rtl8812au/core/rtw_vht.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_vht.c 2017-06-07 23:07:21.005687029 +0300 -@@ -0,0 +1,793 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_VHT_C -+ -+#include -+ -+#ifdef CONFIG_80211AC_VHT -+// 20/40/80, ShortGI, MCS Rate -+const u16 VHT_MCS_DATA_RATE[3][2][30] = -+ { { {13, 26, 39, 52, 78, 104, 117, 130, 156, 156, -+ 26, 52, 78, 104, 156, 208, 234, 260, 312, 312, -+ 39, 78, 117, 156, 234, 312, 351, 390, 468, 520}, // Long GI, 20MHz -+ {14, 29, 43, 58, 87, 116, 130, 144, 173, 173, -+ 29, 58, 87, 116, 173, 231, 260, 289, 347, 347, -+ 43, 87, 130, 173, 260, 347,390, 433, 520, 578} }, // Short GI, 20MHz -+ { {27, 54, 81, 108, 162, 216, 243, 270, 324, 360, -+ 54, 108, 162, 216, 324, 432, 486, 540, 648, 720, -+ 81, 162, 243, 324, 486, 648, 729, 810, 972, 1080}, // Long GI, 40MHz -+ {30, 60, 90, 120, 180, 240, 270, 300,360, 400, -+ 60, 120, 180, 240, 360, 480, 540, 600, 720, 800, -+ 90, 180, 270, 360, 540, 720, 810, 900, 1080, 1200}}, // Short GI, 40MHz -+ { {59, 117, 176, 234, 351, 468, 527, 585, 702, 780, -+ 117, 234, 351, 468, 702, 936, 1053, 1170, 1404, 1560, -+ 176, 351, 527, 702, 1053, 1404, 1580, 1755, 2106, 2340}, /* Long GI, 80MHz */ -+ {65, 130, 195, 260, 390, 520, 585, 650, 780, 867, -+ 130, 260, 390, 520, 780, 1040, 1170, 1300, 1560,1734, -+ 195, 390, 585, 780, 1170, 1560, 1755, 1950, 2340, 2600} } /* Short GI, 80MHz */ -+ }; -+ -+u8 rtw_get_vht_highest_rate(u8 *pvht_mcs_map) -+{ -+ u8 i, j; -+ u8 bit_map; -+ u8 vht_mcs_rate = 0; -+ -+ for(i = 0; i < 2; i++) -+ { -+ if(pvht_mcs_map[i] != 0xff) -+ { -+ for(j = 0; j < 8; j += 2) -+ { -+ bit_map = (pvht_mcs_map[i] >> j) & 3; -+ -+ if(bit_map != 3) -+ vht_mcs_rate = MGN_VHT1SS_MCS7 + 10*j/2 + i*40 + bit_map; //VHT rate indications begin from 0x90 -+ } -+ } -+ } -+ -+ /* DBG_871X("HighestVHTMCSRate is %x\n", vht_mcs_rate); */ -+ return vht_mcs_rate; -+} -+ -+u8 rtw_vht_mcsmap_to_nss(u8 *pvht_mcs_map) -+{ -+ u8 i, j; -+ u8 bit_map; -+ u8 nss = 0; -+ -+ for(i = 0; i < 2; i++) -+ { -+ if(pvht_mcs_map[i] != 0xff) -+ { -+ for(j = 0; j < 8; j += 2) -+ { -+ bit_map = (pvht_mcs_map[i] >> j) & 3; -+ -+ if(bit_map != 3) -+ nss++; -+ } -+ } -+ } -+ -+ /* DBG_871X("%s : %dSS\n", __FUNCTION__, nss); */ -+ return nss; -+} -+ -+void rtw_vht_nss_to_mcsmap(u8 nss, u8 *target_mcs_map, u8 *cur_mcs_map) -+{ -+ u8 i, j; -+ u8 cur_rate, target_rate; -+ -+ for(i = 0; i < 2; i++) -+ { -+ target_mcs_map[i] = 0; -+ for(j = 0; j < 8; j+=2) -+ { -+ cur_rate = (cur_mcs_map[i] >> j) & 3; -+ if(cur_rate == 3) //0x3 indicates not supported that num of SS -+ target_rate = 3; -+ else if(nss <= ((j/2)+i*4)) -+ target_rate = 3; -+ else -+ target_rate = cur_rate; -+ -+ target_mcs_map[i] |= (target_rate << j); -+ } -+ } -+ -+ //DBG_871X("%s : %dSS\n", __FUNCTION__, nss); -+} -+ -+u16 rtw_vht_mcs_to_data_rate(u8 bw, u8 short_GI, u8 vht_mcs_rate) -+{ -+ if(vht_mcs_rate > MGN_VHT3SS_MCS9) -+ vht_mcs_rate = MGN_VHT3SS_MCS9; -+ /* DBG_871X("bw=%d, short_GI=%d, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)=%d\n", bw, short_GI, ((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)); */ -+ return VHT_MCS_DATA_RATE[bw][short_GI][((vht_mcs_rate - MGN_VHT1SS_MCS0)&0x3f)]; -+} -+ -+void rtw_vht_use_default_setting(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ BOOLEAN bHwLDPCSupport = _FALSE, bHwSTBCSupport = _FALSE; -+ BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE; -+ u8 rf_type = 0; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ pvhtpriv->sgi_80m = TEST_FLAG(pregistrypriv->short_gi, BIT2) ? _TRUE : _FALSE; -+ -+ // LDPC support -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_LDPC, (u8 *)&bHwLDPCSupport); -+ CLEAR_FLAGS(pvhtpriv->ldpc_cap); -+ if(bHwLDPCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->ldpc_cap, BIT0)) -+ SET_FLAG(pvhtpriv->ldpc_cap, LDPC_VHT_ENABLE_RX); -+ } -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_LDPC, (u8 *)&bHwLDPCSupport); -+ if(bHwLDPCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->ldpc_cap, BIT1)) -+ SET_FLAG(pvhtpriv->ldpc_cap, LDPC_VHT_ENABLE_TX); -+ } -+ if (pvhtpriv->ldpc_cap) -+ DBG_871X("[VHT] Support LDPC = 0x%02X\n", pvhtpriv->ldpc_cap); -+ -+ // STBC -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_STBC, (u8 *)&bHwSTBCSupport); -+ CLEAR_FLAGS(pvhtpriv->stbc_cap); -+ if(bHwSTBCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->stbc_cap, BIT1)) -+ SET_FLAG(pvhtpriv->stbc_cap, STBC_VHT_ENABLE_TX); -+ } -+ rtw_hal_get_def_var(padapter, HAL_DEF_RX_STBC, (u8 *)&bHwSTBCSupport); -+ if(bHwSTBCSupport) -+ { -+ if(TEST_FLAG(pregistrypriv->stbc_cap, BIT0)) -+ SET_FLAG(pvhtpriv->stbc_cap, STBC_VHT_ENABLE_RX); -+ } -+ if (pvhtpriv->stbc_cap) -+ DBG_871X("[VHT] Support STBC = 0x%02X\n", pvhtpriv->stbc_cap); -+ -+ // Beamforming setting -+ rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMER, (u8 *)&bHwSupportBeamformer); -+ rtw_hal_get_def_var(padapter, HAL_DEF_EXPLICIT_BEAMFORMEE, (u8 *)&bHwSupportBeamformee); -+ CLEAR_FLAGS(pvhtpriv->beamform_cap); -+ if (TEST_FLAG(pregistrypriv->beamform_cap, BIT0) && bHwSupportBeamformer) { -+ #ifdef CONFIG_CONCURRENT_MODE -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) { -+ SET_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE); -+ DBG_871X("[VHT] CONCURRENT AP Support Beamformer\n"); -+ } else -+ DBG_871X("[VHT] CONCURRENT not AP ;not allow Support Beamformer\n"); -+ #else -+ SET_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE); -+ DBG_871X("[VHT] Support Beamformer\n"); -+ #endif -+ } -+ if(TEST_FLAG(pregistrypriv->beamform_cap, BIT1) && bHwSupportBeamformee) -+ { -+ SET_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE); -+ DBG_871X("[VHT] Support Beamformee\n"); -+ } -+ -+ pvhtpriv->ampdu_len = pregistrypriv->ampdu_factor; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ if (rf_type == RF_3T3R) -+ pvhtpriv->vht_mcs_map[0] = 0xea; /* support 1SS MCS 0~9 2SS MCS 0~9 3SS MCS 0~9 */ -+ else if(rf_type == RF_2T2R) -+ pvhtpriv->vht_mcs_map[0] = 0xfa; /* support 1SS MCS 0~9 2SS MCS 0~9 */ -+ else -+ pvhtpriv->vht_mcs_map[0] = 0xfe; /* Only support 1SS MCS 0~9; */ -+ pvhtpriv->vht_mcs_map[1] = 0xff; -+ -+ if(pregistrypriv->vht_rate_sel == 1) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xfc; // support 1SS MCS 0~7 -+ } -+ else if(pregistrypriv->vht_rate_sel == 2) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xfd; // Support 1SS MCS 0~8 -+ } -+ else if(pregistrypriv->vht_rate_sel == 3) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xfe; // Support 1SS MCS 0~9 -+ } -+ else if(pregistrypriv->vht_rate_sel == 4) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xf0; // support 1SS MCS 0~7 2SS MCS 0~7 -+ } -+ else if(pregistrypriv->vht_rate_sel == 5) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xf5; // support 1SS MCS 0~8 2SS MCS 0~8 -+ } -+ else if(pregistrypriv->vht_rate_sel == 6) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xfa; // support 1SS MCS 0~9 2SS MCS 0~9 -+ } -+ else if(pregistrypriv->vht_rate_sel == 7) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xf8; // support 1SS MCS 0-7 2SS MCS 0~9 -+ } -+ else if(pregistrypriv->vht_rate_sel == 8) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xf9; // support 1SS MCS 0-8 2SS MCS 0~9 -+ } -+ else if(pregistrypriv->vht_rate_sel == 9) -+ { -+ pvhtpriv->vht_mcs_map[0] = 0xf4; // support 1SS MCS 0-7 2SS MCS 0~8 -+ } -+ -+ pvhtpriv->vht_highest_rate = rtw_get_vht_highest_rate(pvhtpriv->vht_mcs_map); -+} -+ -+u64 rtw_vht_rate_to_bitmap(u8 *pVHTRate) -+{ -+ -+ u8 i,j , tmpRate; -+ u64 RateBitmap = 0; -+ u8 Bits_3ss = 6; -+ -+ for(i = j= 0; i < Bits_3ss; i+=2, j+=10) -+ { -+ /* every two bits means single sptial stream */ -+ tmpRate = (pVHTRate[0] >> i) & 3; -+ -+ switch(tmpRate){ -+ case 2: -+ RateBitmap = RateBitmap | (0x03ff << j); -+ break; -+ case 1: -+ RateBitmap = RateBitmap | (0x01ff << j); -+ break; -+ -+ case 0: -+ RateBitmap = RateBitmap | (0x00ff << j); -+ break; -+ -+ default: -+ break; -+ } -+ } -+ DBG_871X("RateBitmap=%016llx , pVHTRate[0]=%02x, pVHTRate[1]=%02x\n", RateBitmap, pVHTRate[0], pVHTRate[1]); -+ return RateBitmap; -+} -+ -+void update_sta_vht_info_apmode(_adapter *padapter, PVOID sta) -+{ -+ struct sta_info *psta = (struct sta_info *)sta; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct vht_priv *pvhtpriv_ap = &pmlmepriv->vhtpriv; -+ struct vht_priv *pvhtpriv_sta = &psta->vhtpriv; -+ struct ht_priv *phtpriv_sta = &psta->htpriv; -+ u8 cur_ldpc_cap = 0, cur_stbc_cap = 0, bw_mode = 0; -+ u16 cur_beamform_cap = 0; -+ u8 *pcap_mcs; -+ -+ if (pvhtpriv_sta->vht_option == _FALSE) { -+ return; -+ } -+ -+ bw_mode = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(&pvhtpriv_sta->vht_op_mode_notify); -+ -+ //if (bw_mode > psta->bw_mode) -+ psta->bw_mode = bw_mode; -+ -+ // B4 Rx LDPC -+ if (TEST_FLAG(pvhtpriv_ap->ldpc_cap, LDPC_VHT_ENABLE_TX) && -+ GET_VHT_CAPABILITY_ELE_RX_LDPC(pvhtpriv_sta->vht_cap)) -+ { -+ SET_FLAG(cur_ldpc_cap, (LDPC_VHT_ENABLE_TX | LDPC_VHT_CAP_TX)); -+ DBG_871X("Current STA(%d) VHT LDPC = %02X\n", psta->aid, cur_ldpc_cap); -+ } -+ pvhtpriv_sta->ldpc_cap = cur_ldpc_cap; -+ -+ if (psta->bw_mode > pmlmeext->cur_bwmode) -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ -+ if (psta->bw_mode == CHANNEL_WIDTH_80) { -+ // B5 Short GI for 80 MHz -+ pvhtpriv_sta->sgi_80m = (GET_VHT_CAPABILITY_ELE_SHORT_GI80M(pvhtpriv_sta->vht_cap) & pvhtpriv_ap->sgi_80m) ? _TRUE : _FALSE; -+ //DBG_871X("Current STA ShortGI80MHz = %d\n", pvhtpriv_sta->sgi_80m); -+ } else if (psta->bw_mode >= CHANNEL_WIDTH_160) { -+ // B5 Short GI for 80 MHz -+ pvhtpriv_sta->sgi_80m = (GET_VHT_CAPABILITY_ELE_SHORT_GI160M(pvhtpriv_sta->vht_cap) & pvhtpriv_ap->sgi_80m) ? _TRUE : _FALSE; -+ //DBG_871X("Current STA ShortGI160MHz = %d\n", pvhtpriv_sta->sgi_80m); -+ } -+ -+ // B8 B9 B10 Rx STBC -+ if (TEST_FLAG(pvhtpriv_ap->stbc_cap, STBC_VHT_ENABLE_TX) && -+ GET_VHT_CAPABILITY_ELE_RX_STBC(pvhtpriv_sta->vht_cap)) -+ { -+ SET_FLAG(cur_stbc_cap, (STBC_VHT_ENABLE_TX | STBC_VHT_CAP_TX)); -+ DBG_871X("Current STA(%d) VHT STBC = %02X\n", psta->aid, cur_stbc_cap); -+ } -+ pvhtpriv_sta->stbc_cap = cur_stbc_cap; -+ -+ // B11 SU Beamformer Capable, the target supports Beamformer and we are Beamformee -+ if (TEST_FLAG(pvhtpriv_ap->beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE) && -+ GET_VHT_CAPABILITY_ELE_SU_BFEE(pvhtpriv_sta->vht_cap)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE); -+ /*Shift to BEAMFORMING_VHT_BEAMFORMER_STS_CAP*/ -+ SET_FLAG(cur_beamform_cap, GET_VHT_CAPABILITY_ELE_SU_BFEE_STS_CAP(pvhtpriv_sta->vht_cap)<<8); -+ } -+ -+ // B12 SU Beamformee Capable, the target supports Beamformee and we are Beamformer -+ if (TEST_FLAG(pvhtpriv_ap->beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE) && -+ GET_VHT_CAPABILITY_ELE_SU_BFER(pvhtpriv_sta->vht_cap)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE); -+ /*Shit to BEAMFORMING_VHT_BEAMFORMEE_SOUND_DIM*/ -+ SET_FLAG(cur_beamform_cap, GET_VHT_CAPABILITY_ELE_SU_BFER_SOUND_DIM_NUM(pvhtpriv_sta->vht_cap)<<12); -+ } -+ pvhtpriv_sta->beamform_cap = cur_beamform_cap; -+ if (cur_beamform_cap) { -+ DBG_871X("Current STA(%d) VHT Beamforming Setting = %02X\n", psta->aid, cur_beamform_cap); -+ } -+ -+ // B23 B24 B25 Maximum A-MPDU Length Exponent -+ pvhtpriv_sta->ampdu_len = GET_VHT_CAPABILITY_ELE_MAX_RXAMPDU_FACTOR(pvhtpriv_sta->vht_cap); -+ -+ pcap_mcs = GET_VHT_CAPABILITY_ELE_RX_MCS(pvhtpriv_sta->vht_cap); -+ _rtw_memcpy(pvhtpriv_sta->vht_mcs_map, pcap_mcs, 2); -+ -+ pvhtpriv_sta->vht_highest_rate = rtw_get_vht_highest_rate(pvhtpriv_sta->vht_mcs_map); -+ -+} -+ -+void update_hw_vht_param(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 ht_AMPDU_len; -+ -+ ht_AMPDU_len = pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x03; -+ -+ if(pvhtpriv->ampdu_len > ht_AMPDU_len) -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, (u8 *)(&pvhtpriv->ampdu_len)); -+} -+ -+void VHT_caps_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 cur_ldpc_cap = 0, cur_stbc_cap = 0, rf_type = RF_1T1R; -+ u16 cur_beamform_cap = 0; -+ u8 *pcap_mcs; -+ u8 vht_mcs[2]; -+ -+ if(pIE==NULL) return; -+ -+ if(pvhtpriv->vht_option == _FALSE) return; -+ -+ pmlmeinfo->VHT_enable = 1; -+ -+ // B4 Rx LDPC -+ if (TEST_FLAG(pvhtpriv->ldpc_cap, LDPC_VHT_ENABLE_TX) && -+ GET_VHT_CAPABILITY_ELE_RX_LDPC(pIE->data)) -+ { -+ SET_FLAG(cur_ldpc_cap, (LDPC_VHT_ENABLE_TX | LDPC_VHT_CAP_TX)); -+ DBG_871X("Current VHT LDPC Setting = %02X\n", cur_ldpc_cap); -+ } -+ pvhtpriv->ldpc_cap = cur_ldpc_cap; -+ -+ // B5 Short GI for 80 MHz -+ pvhtpriv->sgi_80m = (GET_VHT_CAPABILITY_ELE_SHORT_GI80M(pIE->data) & pvhtpriv->sgi_80m) ? _TRUE : _FALSE; -+ //DBG_871X("Current ShortGI80MHz = %d\n", pvhtpriv->sgi_80m); -+ -+ // B8 B9 B10 Rx STBC -+ if (TEST_FLAG(pvhtpriv->stbc_cap, STBC_VHT_ENABLE_TX) && -+ GET_VHT_CAPABILITY_ELE_RX_STBC(pIE->data)) -+ { -+ SET_FLAG(cur_stbc_cap, (STBC_VHT_ENABLE_TX | STBC_VHT_CAP_TX)); -+ DBG_871X("Current VHT STBC Setting = %02X\n", cur_stbc_cap); -+ } -+ pvhtpriv->stbc_cap = cur_stbc_cap; -+ -+ // B11 SU Beamformer Capable, the target supports Beamformer and we are Beamformee -+ if (TEST_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE) && -+ GET_VHT_CAPABILITY_ELE_SU_BFEE(pIE->data)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE); -+ /*Shift to BEAMFORMING_VHT_BEAMFORMER_STS_CAP*/ -+ SET_FLAG(cur_beamform_cap, GET_VHT_CAPABILITY_ELE_SU_BFEE_STS_CAP(pIE->data)<<8); -+ } -+ -+ // B12 SU Beamformee Capable, the target supports Beamformee and we are Beamformer -+ if (TEST_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE) && -+ GET_VHT_CAPABILITY_ELE_SU_BFER(pIE->data)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE); -+ /*Shit to BEAMFORMING_VHT_BEAMFORMEE_SOUND_DIM*/ -+ SET_FLAG(cur_beamform_cap, GET_VHT_CAPABILITY_ELE_SU_BFER_SOUND_DIM_NUM(pIE->data)<<12); -+ -+ } -+ pvhtpriv->beamform_cap = cur_beamform_cap; -+ if (cur_beamform_cap) { -+ DBG_871X("Current VHT Beamforming Setting = %02X\n", cur_beamform_cap); -+ } -+ -+ // B23 B24 B25 Maximum A-MPDU Length Exponent -+ pvhtpriv->ampdu_len = GET_VHT_CAPABILITY_ELE_MAX_RXAMPDU_FACTOR(pIE->data); -+ -+ pcap_mcs = GET_VHT_CAPABILITY_ELE_RX_MCS(pIE->data); -+ _rtw_memcpy(vht_mcs, pcap_mcs, 2); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if ((rf_type == RF_1T1R) || (rf_type == RF_1T2R)) -+ vht_mcs[0] |= 0xfc; -+ else if (rf_type == RF_2T2R) -+ vht_mcs[0] |= 0xf0; -+ else if (rf_type == RF_3T3R) -+ vht_mcs[0] |= 0xc0; -+ -+ _rtw_memcpy(pvhtpriv->vht_mcs_map, vht_mcs, 2); -+ -+ pvhtpriv->vht_highest_rate = rtw_get_vht_highest_rate(pvhtpriv->vht_mcs_map); -+} -+ -+void VHT_operation_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ -+ if(pIE==NULL) return; -+ -+ if(pvhtpriv->vht_option == _FALSE) return; -+} -+ -+void rtw_process_vht_op_mode_notify(_adapter *padapter, u8 *pframe, PVOID sta) -+{ -+ struct sta_info *psta = (struct sta_info *)sta; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u8 target_bw; -+ u8 target_rxss, current_rxss; -+ u8 update_ra = _FALSE; -+ u8 vht_mcs_map[2] = {}; -+ -+ if(pvhtpriv->vht_option == _FALSE) -+ return; -+ -+ target_bw = GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(pframe); -+ target_rxss = (GET_VHT_OPERATING_MODE_FIELD_RX_NSS(pframe)+1); -+ -+ if (target_bw != psta->bw_mode) { -+ if (target_bw <= (padapter->registrypriv.bw_mode >> 4)) { -+ update_ra = _TRUE; -+ psta->bw_mode = target_bw; -+ } -+ } -+ -+ current_rxss = rtw_vht_mcsmap_to_nss(psta->vhtpriv.vht_mcs_map); -+ if (target_rxss != current_rxss) { -+ update_ra = _TRUE; -+ -+ rtw_vht_nss_to_mcsmap(target_rxss, vht_mcs_map, psta->vhtpriv.vht_mcs_map); -+ _rtw_memcpy(psta->vhtpriv.vht_mcs_map, vht_mcs_map, 2); -+ -+ rtw_hal_update_sta_rate_mask(padapter, psta); -+ } -+ -+ if (update_ra) { -+ rtw_dm_ra_mask_wk_cmd(padapter, (u8 *)psta); -+ } -+} -+ -+u32 rtw_build_vht_operation_ie(_adapter *padapter, u8 *pbuf, u8 channel) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ //struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u8 ChnlWidth, center_freq, bw_mode, rf_type = 0; -+ u32 len = 0; -+ u8 operation[5]; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ _rtw_memset(operation, 0, 5); -+ -+ bw_mode = pregistrypriv->bw_mode >> 4; -+ -+ if (bw_mode >= CHANNEL_WIDTH_80) -+ { -+ center_freq = rtw_get_center_ch(channel, bw_mode, HAL_PRIME_CHNL_OFFSET_LOWER); -+ ChnlWidth = 1; -+ } -+ else -+ { -+ center_freq = 0; -+ ChnlWidth = 0; -+ } -+ -+ -+ SET_VHT_OPERATION_ELE_CHL_WIDTH(operation, ChnlWidth); -+ //center frequency -+ SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ1(operation, center_freq);//Todo: need to set correct center channel -+ SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ2(operation,0); -+ -+ if (padapter->registrypriv.rf_config != RF_MAX_TYPE) -+ rf_type = padapter->registrypriv.rf_config; -+ -+ switch (rf_type) { -+ case RF_1T1R: -+ operation[3] = 0xfe; -+ operation[4] = 0xff; -+ break; -+ case RF_1T2R: -+ case RF_2T2R: -+ case RF_2T2R_GREEN: -+ operation[3] = 0xfa; -+ operation[4] = 0xff; -+ break; -+ case RF_2T3R: -+ case RF_2T4R: -+ case RF_3T3R: -+ case RF_3T4R: -+ operation[3] = 0xea; -+ operation[4] = 0xff; -+ break; -+ case RF_4T4R: -+ operation[3] = 0xaa; -+ operation[4] = 0xff; -+ break; -+ default: -+ DBG_871X("%s, %d, unknown rf type\n", __func__, __LINE__); -+ } -+ -+ rtw_set_ie(pbuf, EID_VHTOperation, 5, operation, &len); -+ -+ return len; -+} -+ -+u32 rtw_build_vht_op_mode_notify_ie(_adapter *padapter, u8 *pbuf, u8 bw) -+{ -+ //struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ u32 len = 0; -+ u8 opmode = 0, rf_type = 0; -+ u8 chnl_width, rx_nss; -+ -+ chnl_width = bw; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if(rf_type == RF_3T3R) -+ rx_nss = 3; -+ else if(rf_type == RF_2T2R) -+ rx_nss = 2; -+ else -+ rx_nss = 1; -+ -+ SET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(&opmode, chnl_width); -+ SET_VHT_OPERATING_MODE_FIELD_RX_NSS(&opmode, (rx_nss-1)); -+ SET_VHT_OPERATING_MODE_FIELD_RX_NSS_TYPE(&opmode, 0); //Todo -+ -+ pvhtpriv->vht_op_mode_notify = opmode; -+ -+ pbuf = rtw_set_ie(pbuf, EID_OpModeNotification, 1, &opmode, &len); -+ -+ return len; -+} -+ -+u32 rtw_build_vht_cap_ie(_adapter *padapter, u8 *pbuf) -+{ -+ u8 bw, rf_type, rf_num; -+ u16 HighestRate; -+ u8 *pcap, *pcap_mcs; -+ u32 len = 0; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ -+ pcap = pvhtpriv->vht_cap; -+ _rtw_memset(pcap, 0, 32); -+ -+ /* B0 B1 Maximum MPDU Length */ -+ SET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(pcap, 2); -+ -+ // B2 B3 Supported Channel Width Set -+ SET_VHT_CAPABILITY_ELE_CHL_WIDTH(pcap, 0); //indicate we don't support neither 160M nor 80+80M bandwidth. -+ -+ // B4 Rx LDPC -+ if(TEST_FLAG(pvhtpriv->ldpc_cap, LDPC_VHT_ENABLE_RX)) -+ { -+ SET_VHT_CAPABILITY_ELE_RX_LDPC(pcap, 1); -+ } -+ -+ // B5 ShortGI for 80MHz -+ SET_VHT_CAPABILITY_ELE_SHORT_GI80M(pcap, pvhtpriv->sgi_80m? 1 : 0); // We can receive Short GI of 80M -+ -+ // B6 ShortGI for 160MHz -+ //SET_VHT_CAPABILITY_ELE_SHORT_GI160M(pcap, pvhtpriv->sgi_80m? 1 : 0); -+ -+ // B7 Tx STBC -+ if(TEST_FLAG(pvhtpriv->stbc_cap, STBC_VHT_ENABLE_TX)) -+ { -+ SET_VHT_CAPABILITY_ELE_TX_STBC(pcap, 1); -+ } -+ -+ // B8 B9 B10 Rx STBC -+ if(TEST_FLAG(pvhtpriv->stbc_cap, STBC_VHT_ENABLE_RX)) -+ { -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if ((rf_type == RF_2T2R) || (rf_type == RF_1T2R)) -+ rf_num = 1; -+ else if (rf_type == RF_1T1R) -+ rf_num = 1; -+ -+ SET_VHT_CAPABILITY_ELE_RX_STBC(pcap, rf_num); -+ } -+ -+ // B11 SU Beamformer Capable -+ if (TEST_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMER_ENABLE)) { -+ SET_VHT_CAPABILITY_ELE_SU_BFER(pcap, 1); -+ // B16 17 18 Number of Sounding Dimensions -+ rtw_hal_get_def_var(padapter, HAL_DEF_BEAMFORMER_CAP, (u8 *)&rf_num); -+ SET_VHT_CAPABILITY_ELE_SOUNDING_DIMENSIONS(pcap, rf_num); -+ } -+ -+ // B12 SU Beamformee Capable -+ if (TEST_FLAG(pvhtpriv->beamform_cap, BEAMFORMING_VHT_BEAMFORMEE_ENABLE)) { -+ SET_VHT_CAPABILITY_ELE_SU_BFEE(pcap, 1); -+ // B13 14 15 Compressed Steering Number of Beamformer Antennas Supported -+ rtw_hal_get_def_var(padapter, HAL_DEF_BEAMFORMEE_CAP, (u8 *)&rf_num); -+ SET_VHT_CAPABILITY_ELE_BFER_ANT_SUPP(pcap, rf_num); -+ } -+ -+ // B19 MU Beamformer Capable -+ SET_VHT_CAPABILITY_ELE_MU_BFER(pcap, 0); //HW don't support mu bfee/bfer -+ // B20 MU Beamformee Capable -+ SET_VHT_CAPABILITY_ELE_MU_BFEE(pcap, 0); -+ // B21 VHT TXOP PS -+ SET_VHT_CAPABILITY_ELE_TXOP_PS(pcap, 0); -+ // B22 +HTC-VHT Capable -+ SET_VHT_CAPABILITY_ELE_HTC_VHT(pcap, 1); -+ // B23 24 25 Maximum A-MPDU Length Exponent -+ if (pregistrypriv->ampdu_factor != 0xFE) -+ { -+ SET_VHT_CAPABILITY_ELE_MAX_RXAMPDU_FACTOR(pcap, pregistrypriv->ampdu_factor); -+ } -+ else -+ { -+ SET_VHT_CAPABILITY_ELE_MAX_RXAMPDU_FACTOR(pcap, 7); -+ } -+ // B26 27 VHT Link Adaptation Capable -+ SET_VHT_CAPABILITY_ELE_LINK_ADAPTION(pcap, 0); -+ -+ pcap_mcs = GET_VHT_CAPABILITY_ELE_RX_MCS(pcap); -+ _rtw_memcpy(pcap_mcs, pvhtpriv->vht_mcs_map, 2); -+ -+ pcap_mcs = GET_VHT_CAPABILITY_ELE_TX_MCS(pcap); -+ _rtw_memcpy(pcap_mcs, pvhtpriv->vht_mcs_map, 2); -+ -+ bw = (pregistrypriv->bw_mode >> 4); -+ HighestRate = VHT_MCS_DATA_RATE[bw][pvhtpriv->sgi_80m][((pvhtpriv->vht_highest_rate - MGN_VHT1SS_MCS0)&0x3f)]; -+ HighestRate = (HighestRate+1) >> 1; -+ -+ SET_VHT_CAPABILITY_ELE_MCS_RX_HIGHEST_RATE(pcap, HighestRate); //indicate we support highest rx rate is 600Mbps. -+ SET_VHT_CAPABILITY_ELE_MCS_TX_HIGHEST_RATE(pcap, HighestRate); //indicate we support highest tx rate is 600Mbps. -+ -+ pbuf = rtw_set_ie(pbuf, EID_VHTCapability, 12, pcap, &len); -+ -+ return len; -+} -+ -+u32 rtw_restructure_vht_ie(_adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len) -+{ -+ u32 ielen=0, out_len=0; -+ u8 cap_len=0, notify_len=0, notify_bw=0, operation_bw=0, supported_chnl_width=0; -+ u8 *p, *pframe; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ -+ rtw_vht_use_default_setting(padapter); -+ -+ p = rtw_get_ie(in_ie+12, EID_VHTCapability, &ielen, in_len-12); -+ if (p && ielen>0) { -+ supported_chnl_width = GET_VHT_CAPABILITY_ELE_CHL_WIDTH(p+2); -+ -+ // VHT Capabilities element -+ cap_len = rtw_build_vht_cap_ie(padapter, out_ie+*pout_len); -+ *pout_len += cap_len; -+ -+ // Get HT BW -+ p = rtw_get_ie(in_ie+12, _HT_EXTRA_INFO_IE_, &ielen, in_len-12); -+ if (p && ielen>0) { -+ struct HT_info_element *pht_info = (struct HT_info_element *)(p+2); -+ if (pht_info->infos[0] & BIT(2)) -+ operation_bw = CHANNEL_WIDTH_40; -+ else -+ operation_bw = CHANNEL_WIDTH_20; -+ } -+ -+ // VHT Operation element -+ p = rtw_get_ie(in_ie+12, EID_VHTOperation, &ielen, in_len-12); -+ if (p && ielen>0) { -+ out_len = *pout_len; -+ if (GET_VHT_OPERATION_ELE_CHL_WIDTH(p+2) >= 1) { -+ if (supported_chnl_width == 2) -+ operation_bw = CHANNEL_WIDTH_80_80; -+ else if (supported_chnl_width == 1) -+ operation_bw = CHANNEL_WIDTH_160; -+ else -+ operation_bw = CHANNEL_WIDTH_80; -+ } -+ pframe = rtw_set_ie(out_ie+out_len, EID_VHTOperation, ielen, p+2 , pout_len); -+ } -+ -+ notify_bw = pregistrypriv->bw_mode >> 4; -+ -+ if (notify_bw > operation_bw) -+ notify_bw = operation_bw; -+ -+ // Operating Mode Notification element -+ notify_len = rtw_build_vht_op_mode_notify_ie(padapter, out_ie+*pout_len, notify_bw); -+ *pout_len += notify_len; -+ -+ pvhtpriv->vht_option = _TRUE; -+ } -+ -+ return (pvhtpriv->vht_option); -+ -+} -+ -+void VHTOnAssocRsp(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct vht_priv *pvhtpriv = &pmlmepriv->vhtpriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 ht_AMPDU_len; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ if (!pmlmeinfo->HT_enable) -+ return; -+ -+ if (!pmlmeinfo->VHT_enable) -+ return; -+ -+ ht_AMPDU_len = pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x03; -+ -+ if(pvhtpriv->ampdu_len > ht_AMPDU_len) -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, (u8 *)(&pvhtpriv->ampdu_len)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_MAX_TIME, (u8 *)(&pvhtpriv->vht_highest_rate)); -+} -+ -+#endif //CONFIG_80211AC_VHT -+ -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_wapi.c linux/3rdparty/rtl8812au/core/rtw_wapi.c ---- linux.old/3rdparty/rtl8812au/core/rtw_wapi.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_wapi.c 2017-06-07 23:07:21.006687120 +0300 -@@ -0,0 +1,1326 @@ -+#ifdef CONFIG_WAPI_SUPPORT -+ -+#include -+#include -+#include -+#include -+ -+ -+u32 wapi_debug_component = -+// WAPI_INIT | -+// WAPI_API | -+// WAPI_TX | -+// WAPI_RX | -+ WAPI_ERR ; //always open err flags on -+ -+void WapiFreeAllStaInfo(_adapter *padapter) -+{ -+ PRT_WAPI_T pWapiInfo; -+ PRT_WAPI_STA_INFO pWapiStaInfo; -+ PRT_WAPI_BKID pWapiBkid; -+ -+ WAPI_TRACE(WAPI_INIT, "===========> %s\n", __FUNCTION__); -+ pWapiInfo = &padapter->wapiInfo; -+ -+ //Pust to Idle List -+ rtw_wapi_return_all_sta_info(padapter); -+ -+ //Sta Info List -+ while(!list_empty(&(pWapiInfo->wapiSTAIdleList))) -+ { -+ pWapiStaInfo = (PRT_WAPI_STA_INFO)list_entry(pWapiInfo->wapiSTAIdleList.next, RT_WAPI_STA_INFO, list); -+ list_del_init(&pWapiStaInfo->list); -+ } -+ -+ //BKID List -+ while(!list_empty(&(pWapiInfo->wapiBKIDIdleList))) -+ { -+ pWapiBkid = (PRT_WAPI_BKID)list_entry(pWapiInfo->wapiBKIDIdleList.next, RT_WAPI_BKID, list); -+ list_del_init(&pWapiBkid->list); -+ } -+ WAPI_TRACE(WAPI_INIT, "<=========== %s\n", __FUNCTION__); -+ return; -+} -+ -+void WapiSetIE(_adapter *padapter) -+{ -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ //PRT_WAPI_BKID pWapiBkid; -+ u16 protocolVer = 1; -+ u16 akmCnt = 1; -+ u16 suiteCnt = 1; -+ u16 capability = 0; -+ u8 OUI[3]; -+ -+ OUI[0] = 0x00; -+ OUI[1] = 0x14; -+ OUI[2] = 0x72; -+ -+ pWapiInfo->wapiIELength = 0; -+//protocol version -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength, &protocolVer, 2); -+ pWapiInfo->wapiIELength +=2; -+//akm -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength, &akmCnt, 2); -+ pWapiInfo->wapiIELength +=2; -+ -+ if(pWapiInfo->bWapiPSK){ -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength,OUI, 3); -+ pWapiInfo->wapiIELength +=3; -+ pWapiInfo->wapiIE[pWapiInfo->wapiIELength] = 0x2; -+ pWapiInfo->wapiIELength +=1; -+ }else{ -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength,OUI, 3); -+ pWapiInfo->wapiIELength +=3; -+ pWapiInfo->wapiIE[pWapiInfo->wapiIELength] = 0x1; -+ pWapiInfo->wapiIELength +=1; -+ } -+ -+//usk -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength, &suiteCnt, 2); -+ pWapiInfo->wapiIELength +=2; -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength,OUI, 3); -+ pWapiInfo->wapiIELength +=3; -+ pWapiInfo->wapiIE[pWapiInfo->wapiIELength] = 0x1; -+ pWapiInfo->wapiIELength +=1; -+ -+//msk -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength,OUI, 3); -+ pWapiInfo->wapiIELength +=3; -+ pWapiInfo->wapiIE[pWapiInfo->wapiIELength] = 0x1; -+ pWapiInfo->wapiIELength +=1; -+ -+//Capbility -+ memcpy(pWapiInfo->wapiIE+pWapiInfo->wapiIELength, &capability, 2); -+ pWapiInfo->wapiIELength +=2; -+} -+ -+ -+/* PN1 > PN2, return 1, -+ * else return 0. -+ */ -+u32 WapiComparePN(u8 *PN1, u8 *PN2) -+{ -+ char i; -+ -+ if ((NULL == PN1) || (NULL == PN2)) -+ return 1; -+ -+ // overflow case -+ if ((PN2[15] - PN1[15]) & 0x80) -+ return 1; -+ -+ for (i=16; i>0; i--) -+ { -+ if(PN1[i-1] == PN2[i-1]) -+ continue; -+ else if(PN1[i-1] > PN2[i-1]) -+ return 1; -+ else -+ return 0; -+ } -+ -+ return 0; -+} -+ -+u8 -+WapiGetEntryForCamWrite(_adapter *padapter,u8 *pMacAddr,u8 KID,BOOLEAN IsMsk) -+{ -+ PRT_WAPI_T pWapiInfo=NULL; -+ //PRT_WAPI_CAM_ENTRY pEntry=NULL; -+ u8 i=0; -+ u8 ret = 0xff; -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ pWapiInfo = &padapter->wapiInfo; -+ -+ //exist? -+ for(i=0;iwapiCamEntry[i].IsUsed -+ && (_rtw_memcmp(pMacAddr, pWapiInfo->wapiCamEntry[i].PeerMacAddr, ETH_ALEN) == _TRUE) -+ && pWapiInfo->wapiCamEntry[i].keyidx == KID -+ && pWapiInfo->wapiCamEntry[i].type == IsMsk) -+ { -+ ret = pWapiInfo->wapiCamEntry[i].entry_idx; //cover it -+ break; -+ } -+ } -+ -+ if(i == WAPI_CAM_ENTRY_NUM) //not found -+ { -+ for(i=0;iwapiCamEntry[i].IsUsed == 0) -+ { -+ pWapiInfo->wapiCamEntry[i].IsUsed = 1; -+ pWapiInfo->wapiCamEntry[i].type = IsMsk; -+ pWapiInfo->wapiCamEntry[i].keyidx = KID; -+ _rtw_memcpy(pWapiInfo->wapiCamEntry[i].PeerMacAddr, pMacAddr,ETH_ALEN); -+ ret = pWapiInfo->wapiCamEntry[i].entry_idx; -+ break; -+ } -+ } -+ } -+ -+ WAPI_TRACE(WAPI_API, "<========== %s\n", __FUNCTION__); -+ return ret; -+ -+/* -+ if(RTIsListEmpty(&pWapiInfo->wapiCamIdleList)){ -+ RT_TRACE(COMP_SEC,DBG_LOUD,("No Entry for wapi!!!\n")); -+ return 0; -+ } -+ -+ pEntry = (PRT_WAPI_CAM_ENTRY)RTRemoveHeadList(&pWapiInfo->wapiCamIdleList); -+ RTInsertTailList(&pWapiInfo->wapiCamUsedList, &pEntry->list); -+ -+ RT_TRACE(COMP_SEC,DBG_LOUD,("<====WapiGetCamEntry(),Get Entry Idx:%d.but we just return 4 for test\n",pEntry->entry_idx)); -+ -+ return pEntry->entry_idx;*/ -+} -+ -+u8 WapiGetEntryForCamClear(_adapter *padapter,u8 *pPeerMac,u8 keyid,u8 IsMsk) -+{ -+ PRT_WAPI_T pWapiInfo=NULL; -+ u8 i=0; -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ pWapiInfo = &padapter->wapiInfo; -+ -+ for(i=0;iwapiCamEntry[i].IsUsed -+ && (_rtw_memcmp(pPeerMac, pWapiInfo->wapiCamEntry[i].PeerMacAddr, ETH_ALEN) == _TRUE) -+ && pWapiInfo->wapiCamEntry[i].keyidx == keyid -+ && pWapiInfo->wapiCamEntry[i].type == IsMsk) -+ { -+ pWapiInfo->wapiCamEntry[i].IsUsed = 0; -+ pWapiInfo->wapiCamEntry[i].keyidx = 2; -+ _rtw_memset(pWapiInfo->wapiCamEntry[i].PeerMacAddr,0,ETH_ALEN); -+ -+ WAPI_TRACE(WAPI_API, "<========== %s\n", __FUNCTION__); -+ return pWapiInfo->wapiCamEntry[i].entry_idx; -+ } -+ } -+ -+ WAPI_TRACE(WAPI_API,"<====WapiGetReturnCamEntry(), No this cam entry.\n"); -+ return 0xff; -+/* -+ if(RTIsListEmpty(&pWapiInfo->wapiCamUsedList)){ -+ RT_TRACE(COMP_SEC,DBG_LOUD,("No Entry for wapi!!!\n")); -+ return FALSE; -+ } -+ -+ pList = &pWapiInfo->wapiCamUsedList; -+ while(pList->Flink != &pWapiInfo->wapiCamUsedList) -+ { -+ pEntry = (PRT_WAPI_CAM_ENTRY)pList->Flink; -+ if(PlatformCompareMemory(pPeerMac,pEntry->PeerMacAddr, ETHER_ADDRLEN)== 0 -+ && keyid == pEntry->keyidx) -+ { -+ RTRemoveEntryList(pList); -+ RTInsertHeadList(&pWapiInfo->wapiCamIdleList, pList); -+ return pEntry->entry_idx; -+ } -+ pList = pList->Flink; -+ } -+ -+ return 0; -+*/ -+} -+ -+void -+WapiResetAllCamEntry(_adapter *padapter) -+{ -+ PRT_WAPI_T pWapiInfo; -+ int i; -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ pWapiInfo = &padapter->wapiInfo; -+ -+ for (i=0;iwapiCamEntry[i].PeerMacAddr, 0, ETH_ALEN); -+ pWapiInfo->wapiCamEntry[i].IsUsed = 0; -+ pWapiInfo->wapiCamEntry[i].keyidx = 2; //invalid -+ pWapiInfo->wapiCamEntry[i].entry_idx = 4+i*2; -+ } -+ -+ WAPI_TRACE(WAPI_API, "<========== %s\n", __FUNCTION__); -+ -+ return; -+} -+ -+u8 WapiWriteOneCamEntry( -+ _adapter *padapter, -+ u8 *pMacAddr, -+ u8 KeyId, -+ u8 EntryId, -+ u8 EncAlg, -+ u8 bGroupKey, -+ u8 *pKey -+) -+{ -+ u8 retVal = 0; -+ u16 usConfig = 0; -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ if(EntryId >= 32) -+ { -+ WAPI_TRACE(WAPI_ERR, "<=== CamAddOneEntry(): ulKeyId exceed!\n"); -+ return retVal; -+ } -+ -+ usConfig=usConfig|(0x01<<15)|((u16)(EncAlg)<<2)|(KeyId); -+ -+ if(EncAlg == _SMS4_ ) -+ { -+ if(bGroupKey == 1) -+ usConfig |= (0x01<<6); -+ if((EntryId % 2)==1) // ==0 sec key; == 1mic key -+ usConfig |= (0x01<<5); -+ } -+ -+ write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ return 1; -+} -+ -+void rtw_wapi_init(_adapter *padapter) -+{ -+ PRT_WAPI_T pWapiInfo; -+ int i; -+ -+ WAPI_TRACE(WAPI_INIT, "===========> %s\n", __FUNCTION__); -+ RT_ASSERT_RET(padapter); -+ -+ if (!padapter->WapiSupport) -+ { -+ WAPI_TRACE(WAPI_INIT, "<========== %s, WAPI not supported!\n", __FUNCTION__); -+ return; -+ } -+ -+ pWapiInfo = &padapter->wapiInfo; -+ pWapiInfo->bWapiEnable = false; -+ -+ //Init BKID List -+ INIT_LIST_HEAD(&pWapiInfo->wapiBKIDIdleList); -+ INIT_LIST_HEAD(&pWapiInfo->wapiBKIDStoreList); -+ for(i=0;iwapiBKID[i].list, &pWapiInfo->wapiBKIDIdleList); -+ } -+ -+ //Init STA List -+ INIT_LIST_HEAD(&pWapiInfo->wapiSTAIdleList); -+ INIT_LIST_HEAD(&pWapiInfo->wapiSTAUsedList); -+ for(i=0;iwapiSta[i].list, &pWapiInfo->wapiSTAIdleList); -+ } -+ -+ for (i=0;iwapiCamEntry[i].IsUsed = 0; -+ pWapiInfo->wapiCamEntry[i].keyidx = 2; //invalid -+ pWapiInfo->wapiCamEntry[i].entry_idx = 4+i*2; -+ } -+ -+ WAPI_TRACE(WAPI_INIT, "<========== %s\n", __FUNCTION__); -+} -+ -+void rtw_wapi_free(_adapter *padapter) -+{ -+ WAPI_TRACE(WAPI_INIT, "===========> %s\n", __FUNCTION__); -+ RT_ASSERT_RET(padapter); -+ -+ if (!padapter->WapiSupport) -+ { -+ WAPI_TRACE(WAPI_INIT, "<========== %s, WAPI not supported!\n", __FUNCTION__); -+ return; -+ } -+ -+ WapiFreeAllStaInfo(padapter); -+ -+ WAPI_TRACE(WAPI_INIT, "<========== %s\n", __FUNCTION__); -+} -+ -+void rtw_wapi_disable_tx(_adapter *padapter) -+{ -+ WAPI_TRACE(WAPI_INIT, "===========> %s\n", __FUNCTION__); -+ RT_ASSERT_RET(padapter); -+ -+ if (!padapter->WapiSupport) -+ { -+ WAPI_TRACE(WAPI_INIT, "<========== %s, WAPI not supported!\n", __FUNCTION__); -+ return; -+ } -+ -+ padapter->wapiInfo.wapiTxMsk.bTxEnable = false; -+ padapter->wapiInfo.wapiTxMsk.bSet = false; -+ -+ WAPI_TRACE(WAPI_INIT, "<========== %s\n", __FUNCTION__); -+} -+ -+u8 rtw_wapi_is_wai_packet(_adapter* padapter,u8 *pkt_data) -+{ -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ PRT_WAPI_STA_INFO pWapiSta = NULL; -+ u8 WaiPkt = 0, *pTaddr, bFind = false; -+ u8 Offset_TypeWAI = 0 ; // (mac header len + llc length) -+ -+ WAPI_TRACE(WAPI_TX|WAPI_RX, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return 0; -+ } -+ -+ Offset_TypeWAI = 24 + 6 ; -+ -+ //YJ,add,091103. Data frame may also have skb->data[30]=0x88 and skb->data[31]=0xb4. -+ if ((pkt_data[1]&0x40) !=0) -+ { -+ //DBG_871X("data is privacy \n"); -+ return 0; -+ } -+ -+ pTaddr = GetAddr2Ptr(pkt_data); -+ if(list_empty(&pWapiInfo->wapiSTAUsedList)){ -+ bFind = false; -+ }else{ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list){ -+ if (_rtw_memcmp(pTaddr, pWapiSta->PeerMacAddr, 6) == _TRUE) { -+ bFind = true; -+ break; -+ } -+ } -+ } -+ -+ WAPI_TRACE(WAPI_TX|WAPI_RX, "%s: bFind=%d pTaddr="MAC_FMT"\n", __FUNCTION__, bFind, MAC_ARG(pTaddr)); -+ -+ if (pkt_data[0] == WIFI_QOS_DATA_TYPE) -+ { -+ Offset_TypeWAI += 2; -+ } -+ -+ // 88b4? -+ if( (pkt_data[Offset_TypeWAI]==0x88) && (pkt_data[Offset_TypeWAI+1]==0xb4) ){ -+ WaiPkt = pkt_data[Offset_TypeWAI+5]; -+ -+ psecuritypriv->hw_decrypted = _TRUE; -+ }else{ -+ WAPI_TRACE(WAPI_TX|WAPI_RX, "%s(): non wai packet\n",__FUNCTION__); -+ } -+ -+ WAPI_TRACE(WAPI_TX|WAPI_RX, "%s(): Recvd WAI frame. IsWAIPkt(%d)\n",__FUNCTION__, WaiPkt); -+ -+ return WaiPkt; -+} -+ -+ -+void rtw_wapi_update_info(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ struct recv_frame_hdr *precv_hdr; -+ u8 *ptr; -+ u8 *pTA; -+ u8 *pRecvPN; -+ -+ -+ WAPI_TRACE(WAPI_RX, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_RX, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return; -+ } -+ -+ precv_hdr = &precv_frame->u.hdr; -+ ptr = precv_hdr->rx_data; -+ -+ if (precv_hdr->attrib.qos == 1) -+ { -+ precv_hdr->UserPriority = GetTid(ptr); -+ } -+ else -+ { -+ precv_hdr->UserPriority = 0; -+ } -+ -+ pTA = GetAddr2Ptr(ptr); -+ _rtw_memcpy((u8 *)precv_hdr->WapiSrcAddr, pTA, 6); -+ pRecvPN = ptr + precv_hdr->attrib.hdrlen + 2; -+ _rtw_memcpy((u8 *)precv_hdr->WapiTempPN, pRecvPN, 16); -+ -+ WAPI_TRACE(WAPI_RX, "<========== %s\n", __FUNCTION__); -+} -+ -+/**************************************************************************** -+TRUE-----------------Drop -+FALSE---------------- handle -+add to support WAPI to N-mode -+*****************************************************************************/ -+u8 rtw_wapi_check_for_drop( -+ _adapter *padapter, -+ union recv_frame *precv_frame -+) -+{ -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ u8 *pLastRecvPN = NULL; -+ u8 bFind = false; -+ PRT_WAPI_STA_INFO pWapiSta = NULL; -+ u8 bDrop = false; -+ struct recv_frame_hdr *precv_hdr = &precv_frame->u.hdr; -+ u8 WapiAEPNInitialValueSrc[16] = {0x37,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiAEMultiCastPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 *ptr = precv_frame->u.hdr.rx_data; -+ int i; -+ -+ WAPI_TRACE(WAPI_RX, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_RX, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return false; -+ } -+ -+ if(precv_hdr->bIsWaiPacket !=0) -+ { -+ if(precv_hdr->bIsWaiPacket== 0x8) -+ { -+ -+ DBG_871X("rtw_wapi_check_for_drop: dump packet \n"); -+ for(i=0;i<50;i++) -+ { -+ DBG_871X("%02X ",ptr[i]); -+ if((i+1) %8 ==0) -+ DBG_871X("\n"); -+ } -+ DBG_871X("\n rtw_wapi_check_for_drop: dump packet \n"); -+ -+ for(i=0;i<16;i++) -+ { -+ if(ptr[i+27] !=0) -+ break; -+ } -+ -+ if(i== 16) -+ { -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_check_for_drop: drop with zero BKID \n"); -+ return true; -+ } -+ else -+ { -+ return false; -+ } -+ } -+ else -+ return false; -+ } -+ -+ if(list_empty(&pWapiInfo->wapiSTAUsedList)){ -+ bFind = false; -+ }else{ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if (_rtw_memcmp(precv_hdr->WapiSrcAddr, pWapiSta->PeerMacAddr, ETH_ALEN) == _TRUE) { -+ bFind = true; -+ break; -+ } -+ } -+ } -+ WAPI_TRACE(WAPI_RX, "%s: bFind=%d prxb->WapiSrcAddr="MAC_FMT"\n", __FUNCTION__, bFind, MAC_ARG(precv_hdr->WapiSrcAddr)); -+ -+ if(bFind) -+ { -+ if(IS_MCAST(precv_hdr->attrib.ra)) -+ { -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_check_for_drop: multicast case \n"); -+ pLastRecvPN = pWapiSta->lastRxMulticastPN; -+ } -+ else -+ { -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_check_for_drop: unicast case \n"); -+ switch(precv_hdr->UserPriority) -+ { -+ case 0: -+ case 3: -+ pLastRecvPN = pWapiSta->lastRxUnicastPNBEQueue; -+ break; -+ case 1: -+ case 2: -+ pLastRecvPN = pWapiSta->lastRxUnicastPNBKQueue; -+ break; -+ case 4: -+ case 5: -+ pLastRecvPN = pWapiSta->lastRxUnicastPNVIQueue; -+ break; -+ case 6: -+ case 7: -+ pLastRecvPN = pWapiSta->lastRxUnicastPNVOQueue; -+ break; -+ default: -+ WAPI_TRACE(WAPI_ERR,"%s: Unknown TID \n",__FUNCTION__); -+ break; -+ } -+ } -+ -+ if(!WapiComparePN(precv_hdr->WapiTempPN,pLastRecvPN)) -+ { -+ WAPI_TRACE(WAPI_RX,"%s: Equal PN!!\n",__FUNCTION__); -+ if(IS_MCAST(precv_hdr->attrib.ra)) -+ _rtw_memcpy(pLastRecvPN,WapiAEMultiCastPNInitialValueSrc,16); -+ else -+ _rtw_memcpy(pLastRecvPN,WapiAEPNInitialValueSrc,16); -+ bDrop = true; -+ } -+ else -+ { -+ _rtw_memcpy(pLastRecvPN,precv_hdr->WapiTempPN,16); -+ } -+ } -+ -+ WAPI_TRACE(WAPI_RX, "<========== %s\n", __FUNCTION__); -+ return bDrop; -+} -+ -+void rtw_build_probe_resp_wapi_ie(_adapter *padapter, unsigned char *pframe, struct pkt_attrib *pattrib) -+{ -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ u8 WapiIELength = 0; -+ -+ WAPI_TRACE(WAPI_MLME, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported!\n", __FUNCTION__); -+ return; -+ } -+ -+ WapiSetIE(padapter); -+ WapiIELength = pWapiInfo->wapiIELength; -+ pframe[0] = _WAPI_IE_; -+ pframe[1] = WapiIELength; -+ _rtw_memcpy(pframe+2, pWapiInfo->wapiIE, WapiIELength); -+ pframe += WapiIELength+2; -+ pattrib->pktlen += WapiIELength+2; -+ -+ WAPI_TRACE(WAPI_MLME, "<========== %s\n", __FUNCTION__); -+} -+ -+void rtw_build_beacon_wapi_ie(_adapter *padapter, unsigned char *pframe, struct pkt_attrib *pattrib) -+{ -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ u8 WapiIELength = 0; -+ WAPI_TRACE(WAPI_MLME, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported!\n", __FUNCTION__); -+ return; -+ } -+ -+ WapiSetIE(padapter); -+ WapiIELength = pWapiInfo->wapiIELength; -+ pframe[0] = _WAPI_IE_; -+ pframe[1] = WapiIELength; -+ _rtw_memcpy(pframe+2, pWapiInfo->wapiIE, WapiIELength); -+ pframe += WapiIELength+2; -+ pattrib->pktlen += WapiIELength+2; -+ -+ WAPI_TRACE(WAPI_MLME, "<========== %s\n", __FUNCTION__); -+} -+ -+void rtw_build_assoc_req_wapi_ie(_adapter *padapter, unsigned char *pframe, struct pkt_attrib *pattrib) -+{ -+ PRT_WAPI_BKID pWapiBKID; -+ u16 bkidNum; -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ u8 WapiIELength = 0; -+ -+ WAPI_TRACE(WAPI_MLME, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported!\n", __FUNCTION__); -+ return; -+ } -+ -+ WapiSetIE(padapter); -+ WapiIELength = pWapiInfo->wapiIELength; -+ bkidNum = 0; -+ if(!list_empty(&(pWapiInfo->wapiBKIDStoreList))){ -+ list_for_each_entry(pWapiBKID, &pWapiInfo->wapiBKIDStoreList, list) { -+ bkidNum ++; -+ _rtw_memcpy(pWapiInfo->wapiIE+WapiIELength+2, pWapiBKID->bkid,16); -+ WapiIELength += 16; -+ } -+ } -+ _rtw_memcpy(pWapiInfo->wapiIE+WapiIELength, &bkidNum, 2); -+ WapiIELength += 2; -+ -+ pframe[0] = _WAPI_IE_; -+ pframe[1] = WapiIELength; -+ _rtw_memcpy(pframe+2, pWapiInfo->wapiIE, WapiIELength); -+ pframe += WapiIELength+2; -+ pattrib->pktlen += WapiIELength+2; -+ WAPI_TRACE(WAPI_MLME, "<========== %s\n", __FUNCTION__); -+} -+ -+void rtw_wapi_on_assoc_ok(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+ PRT_WAPI_T pWapiInfo = &(padapter->wapiInfo); -+ PRT_WAPI_STA_INFO pWapiSta; -+ u8 WapiAEPNInitialValueSrc[16] = {0x37,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ //u8 WapiASUEPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiAEMultiCastPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ -+ WAPI_TRACE(WAPI_MLME, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return; -+ } -+ -+ pWapiSta =(PRT_WAPI_STA_INFO)list_entry(pWapiInfo->wapiSTAIdleList.next, RT_WAPI_STA_INFO, list); -+ list_del_init(&pWapiSta->list); -+ list_add_tail(&pWapiSta->list, &pWapiInfo->wapiSTAUsedList); -+ _rtw_memcpy(pWapiSta->PeerMacAddr,padapter->mlmeextpriv.mlmext_info.network.MacAddress,6); -+ _rtw_memcpy(pWapiSta->lastRxMulticastPN, WapiAEMultiCastPNInitialValueSrc, 16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPN, WapiAEPNInitialValueSrc, 16); -+ -+ //For chenk PN error with Qos Data after s3: add by ylb 20111114 -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNBEQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNBKQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNVIQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNVOQueue,WapiAEPNInitialValueSrc,16); -+ -+ WAPI_TRACE(WAPI_MLME, "<========== %s\n", __FUNCTION__); -+} -+ -+ -+void rtw_wapi_return_one_sta_info(_adapter *padapter, u8 *MacAddr) -+{ -+ PRT_WAPI_T pWapiInfo; -+ PRT_WAPI_STA_INFO pWapiStaInfo = NULL; -+ PRT_WAPI_BKID pWapiBkid = NULL; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ pWapiInfo = &padapter->wapiInfo; -+ -+ WAPI_TRACE(WAPI_API, "==========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return; -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE)) -+ { -+ while(!list_empty(&(pWapiInfo->wapiBKIDStoreList))) -+ { -+ pWapiBkid = (PRT_WAPI_BKID)list_entry(pWapiInfo->wapiBKIDStoreList.next, RT_WAPI_BKID, list); -+ list_del_init(&pWapiBkid->list); -+ _rtw_memset(pWapiBkid->bkid,0,16); -+ list_add_tail(&pWapiBkid->list, &pWapiInfo->wapiBKIDIdleList); -+ } -+ } -+ -+ -+ WAPI_TRACE(WAPI_API, " %s: after clear bkid \n", __FUNCTION__); -+ -+ -+ //Remove STA info -+ if(list_empty(&(pWapiInfo->wapiSTAUsedList))){ -+ WAPI_TRACE(WAPI_API, " %s: wapiSTAUsedList is null \n", __FUNCTION__); -+ return; -+ }else{ -+ -+ WAPI_TRACE(WAPI_API, " %s: wapiSTAUsedList is not null \n", __FUNCTION__); -+#if 0 -+ pWapiStaInfo=(PRT_WAPI_STA_INFO)list_entry((pWapiInfo->wapiSTAUsedList.next),RT_WAPI_STA_INFO,list); -+ -+ list_for_each_entry(pWapiStaInfo, &(pWapiInfo->wapiSTAUsedList), list) { -+ -+ DBG_871X("MAC Addr %02x-%02x-%02x-%02x-%02x-%02x \n",MacAddr[0],MacAddr[1],MacAddr[2],MacAddr[3],MacAddr[4],MacAddr[5]); -+ -+ -+ DBG_871X("peer Addr %02x-%02x-%02x-%02x-%02x-%02x \n",pWapiStaInfo->PeerMacAddr[0],pWapiStaInfo->PeerMacAddr[1],pWapiStaInfo->PeerMacAddr[2],pWapiStaInfo->PeerMacAddr[3],pWapiStaInfo->PeerMacAddr[4],pWapiStaInfo->PeerMacAddr[5]); -+ -+ if(pWapiStaInfo == NULL) -+ { -+ WAPI_TRACE(WAPI_API, " %s: pWapiStaInfo == NULL Case \n", __FUNCTION__); -+ return; -+ } -+ -+ if(pWapiStaInfo->PeerMacAddr == NULL) -+ { -+ WAPI_TRACE(WAPI_API, " %s: pWapiStaInfo->PeerMacAddr == NULL Case \n", __FUNCTION__); -+ return; -+ } -+ -+ if(MacAddr == NULL) -+ { -+ WAPI_TRACE(WAPI_API, " %s: MacAddr == NULL Case \n", __FUNCTION__); -+ return; -+ } -+ -+ if (_rtw_memcmp(pWapiStaInfo->PeerMacAddr, MacAddr, ETH_ALEN) == _TRUE) { -+ pWapiStaInfo->bAuthenticateInProgress = false; -+ pWapiStaInfo->bSetkeyOk = false; -+ _rtw_memset(pWapiStaInfo->PeerMacAddr,0,ETH_ALEN); -+ list_del_init(&pWapiStaInfo->list); -+ list_add_tail(&pWapiStaInfo->list, &pWapiInfo->wapiSTAIdleList); -+ break; -+ } -+ -+ } -+#endif -+ -+ while(!list_empty(&(pWapiInfo->wapiSTAUsedList))) -+ { -+ pWapiStaInfo = (PRT_WAPI_STA_INFO)list_entry(pWapiInfo->wapiSTAUsedList.next, RT_WAPI_STA_INFO, list); -+ -+ DBG_871X("peer Addr %02x-%02x-%02x-%02x-%02x-%02x \n",pWapiStaInfo->PeerMacAddr[0],pWapiStaInfo->PeerMacAddr[1],pWapiStaInfo->PeerMacAddr[2],pWapiStaInfo->PeerMacAddr[3],pWapiStaInfo->PeerMacAddr[4],pWapiStaInfo->PeerMacAddr[5]); -+ -+ list_del_init(&pWapiStaInfo->list); -+ memset(pWapiStaInfo->PeerMacAddr,0,ETH_ALEN); -+ pWapiStaInfo->bSetkeyOk = 0; -+ list_add_tail(&pWapiStaInfo->list, &pWapiInfo->wapiSTAIdleList); -+ } -+ -+ } -+ -+ WAPI_TRACE(WAPI_API, "<========== %s\n", __FUNCTION__); -+ return; -+} -+ -+void rtw_wapi_return_all_sta_info(_adapter *padapter) -+{ -+ PRT_WAPI_T pWapiInfo; -+ PRT_WAPI_STA_INFO pWapiStaInfo; -+ PRT_WAPI_BKID pWapiBkid; -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ pWapiInfo = &padapter->wapiInfo; -+ -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return; -+ } -+ -+ //Sta Info List -+ while(!list_empty(&(pWapiInfo->wapiSTAUsedList))) -+ { -+ pWapiStaInfo = (PRT_WAPI_STA_INFO)list_entry(pWapiInfo->wapiSTAUsedList.next, RT_WAPI_STA_INFO, list); -+ list_del_init(&pWapiStaInfo->list); -+ memset(pWapiStaInfo->PeerMacAddr,0,ETH_ALEN); -+ pWapiStaInfo->bSetkeyOk = 0; -+ list_add_tail(&pWapiStaInfo->list, &pWapiInfo->wapiSTAIdleList); -+ } -+ -+ //BKID List -+ while(!list_empty(&(pWapiInfo->wapiBKIDStoreList))) -+ { -+ pWapiBkid = (PRT_WAPI_BKID)list_entry(pWapiInfo->wapiBKIDStoreList.next, RT_WAPI_BKID, list); -+ list_del_init(&pWapiBkid->list); -+ memset(pWapiBkid->bkid,0,16); -+ list_add_tail(&pWapiBkid->list, &pWapiInfo->wapiBKIDIdleList); -+ } -+ WAPI_TRACE(WAPI_API, "<========== %s\n", __FUNCTION__); -+} -+ -+void rtw_wapi_clear_cam_entry(_adapter *padapter, u8 *pMacAddr) -+{ -+ u8 UcIndex = 0; -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!padapter->wapiInfo.bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return; -+ } -+ -+ UcIndex = WapiGetEntryForCamClear(padapter, pMacAddr, 0, 0); -+ if(UcIndex != 0xff){ -+ //CAM_mark_invalid(Adapter, UcIndex); -+ CAM_empty_entry(padapter, UcIndex); -+ } -+ -+ UcIndex = WapiGetEntryForCamClear(padapter, pMacAddr, 1, 0); -+ if(UcIndex != 0xff){ -+ //CAM_mark_invalid(Adapter, UcIndex); -+ CAM_empty_entry(padapter, UcIndex); -+ } -+ -+ UcIndex = WapiGetEntryForCamClear(padapter, pMacAddr, 0, 1); -+ if(UcIndex != 0xff){ -+ //CAM_mark_invalid(Adapter, UcIndex); -+ CAM_empty_entry(padapter, UcIndex); -+ } -+ -+ UcIndex = WapiGetEntryForCamClear(padapter, pMacAddr, 1, 1); -+ if(UcIndex != 0xff){ -+ //CAM_mark_invalid(padapter, UcIndex); -+ CAM_empty_entry(padapter, UcIndex); -+ } -+ -+ WAPI_TRACE(WAPI_API, "<========== %s\n", __FUNCTION__); -+} -+ -+void rtw_wapi_clear_all_cam_entry(_adapter *padapter) -+{ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!padapter->wapiInfo.bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_MLME, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return; -+ } -+ -+ invalidate_cam_all(padapter); // is this ok? -+ WapiResetAllCamEntry(padapter); -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+} -+ -+void rtw_wapi_set_key(_adapter *padapter, RT_WAPI_KEY *pWapiKey, RT_WAPI_STA_INFO *pWapiSta, u8 bGroupKey, u8 bUseDefaultKey) -+{ -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ u8 *pMacAddr = pWapiSta->PeerMacAddr; -+ u32 EntryId = 0; -+ BOOLEAN IsPairWise = false ; -+ u8 EncAlgo; -+ -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!padapter->wapiInfo.bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_API, "<========== %s, WAPI not supported or not enabled!\n", __FUNCTION__); -+ return; -+ } -+ -+ EncAlgo = _SMS4_; -+ -+ //For Tx bc/mc pkt,use defualt key entry -+ if(bUseDefaultKey) -+ { -+ // when WAPI update key, keyid will be 0 or 1 by turns. -+ if (pWapiKey->keyId == 0) -+ EntryId = 0; -+ else -+ EntryId = 2; -+ } -+ else -+ { -+ // tx/rx unicast pkt, or rx broadcast, find the key entry by peer's MacAddr -+ EntryId = WapiGetEntryForCamWrite(padapter,pMacAddr,pWapiKey->keyId,bGroupKey); -+ } -+ -+ if(EntryId == 0xff){ -+ WAPI_TRACE(WAPI_API, "===>No entry for WAPI setkey! !!\n"); -+ return; -+ } -+ -+ //EntryId is also used to diff Sec key and Mic key -+ //Sec Key -+ WapiWriteOneCamEntry(padapter, -+ pMacAddr, -+ pWapiKey->keyId, //keyid -+ EntryId, //entry -+ EncAlgo, //type -+ bGroupKey, //pairwise or group key -+ pWapiKey->dataKey); -+ //MIC key -+ WapiWriteOneCamEntry(padapter, -+ pMacAddr, -+ pWapiKey->keyId, //keyid -+ EntryId+1, //entry -+ EncAlgo, //type -+ bGroupKey, //pairwise or group key -+ pWapiKey->micKey); -+ -+ WAPI_TRACE(WAPI_API, "Set Wapi Key :KeyId:%d,EntryId:%d,PairwiseKey:%d.\n",pWapiKey->keyId,EntryId,!bGroupKey); -+ WAPI_TRACE(WAPI_API, "===========> %s\n", __FUNCTION__); -+ -+} -+ -+#if 0 -+//YJ,test,091013 -+void wapi_test_set_key(struct _adapter *padapter, u8* buf) -+{ /*Data: keyType(1) + bTxEnable(1) + bAuthenticator(1) + bUpdate(1) + PeerAddr(6) + DataKey(16) + MicKey(16) + KeyId(1)*/ -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ PRT_WAPI_BKID pWapiBkid; -+ PRT_WAPI_STA_INFO pWapiSta; -+ u8 data[43]; -+ bool bTxEnable; -+ bool bUpdate; -+ bool bAuthenticator; -+ u8 PeerAddr[6]; -+ u8 WapiAEPNInitialValueSrc[16] = {0x37,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiASUEPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiAEMultiCastPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ -+ WAPI_TRACE(WAPI_INIT, "===========>%s\n", __FUNCTION__); -+ -+ if (!padapter->WapiSupport){ -+ return; -+ } -+ -+ copy_from_user(data, buf, 43); -+ bTxEnable = data[1]; -+ bAuthenticator = data[2]; -+ bUpdate = data[3]; -+ memcpy(PeerAddr,data+4,6); -+ -+ if(data[0] == 0x3){ -+ if(!list_empty(&(pWapiInfo->wapiBKIDIdleList))){ -+ pWapiBkid = (PRT_WAPI_BKID)list_entry(pWapiInfo->wapiBKIDIdleList.next, RT_WAPI_BKID, list); -+ list_del_init(&pWapiBkid->list); -+ memcpy(pWapiBkid->bkid, data+10, 16); -+ WAPI_DATA(WAPI_INIT, "SetKey - BKID", pWapiBkid->bkid, 16); -+ list_add_tail(&pWapiBkid->list, &pWapiInfo->wapiBKIDStoreList); -+ } -+ }else{ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if(!memcmp(pWapiSta->PeerMacAddr,PeerAddr,6)){ -+ pWapiSta->bAuthenticatorInUpdata = false; -+ switch(data[0]){ -+ case 1: //usk -+ if(bAuthenticator){ //authenticator -+ memcpy(pWapiSta->lastTxUnicastPN,WapiAEPNInitialValueSrc,16); -+ if(!bUpdate) { //first -+ WAPI_TRACE(WAPI_INIT,"AE fisrt set usk \n"); -+ pWapiSta->wapiUsk.bSet = true; -+ memcpy(pWapiSta->wapiUsk.dataKey,data+10,16); -+ memcpy(pWapiSta->wapiUsk.micKey,data+26,16); -+ pWapiSta->wapiUsk.keyId = *(data+42); -+ pWapiSta->wapiUsk.bTxEnable = true; -+ WAPI_DATA(WAPI_INIT, "SetKey - AE USK Data Key", pWapiSta->wapiUsk.dataKey, 16); -+ WAPI_DATA(WAPI_INIT, "SetKey - AE USK Mic Key", pWapiSta->wapiUsk.micKey, 16); -+ } -+ else //update -+ { -+ WAPI_TRACE(WAPI_INIT, "AE update usk \n"); -+ pWapiSta->wapiUskUpdate.bSet = true; -+ pWapiSta->bAuthenticatorInUpdata = true; -+ memcpy(pWapiSta->wapiUskUpdate.dataKey,data+10,16); -+ memcpy(pWapiSta->wapiUskUpdate.micKey,data+26,16); -+ memcpy(pWapiSta->lastRxUnicastPNBEQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPNBKQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPNVIQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPNVOQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPN,WapiASUEPNInitialValueSrc,16); -+ pWapiSta->wapiUskUpdate.keyId = *(data+42); -+ pWapiSta->wapiUskUpdate.bTxEnable = true; -+ } -+ } -+ else{ -+ if(!bUpdate){ -+ WAPI_TRACE(WAPI_INIT,"ASUE fisrt set usk \n"); -+ if(bTxEnable){ -+ pWapiSta->wapiUsk.bTxEnable = true; -+ memcpy(pWapiSta->lastTxUnicastPN,WapiASUEPNInitialValueSrc,16); -+ }else{ -+ pWapiSta->wapiUsk.bSet = true; -+ memcpy(pWapiSta->wapiUsk.dataKey,data+10,16); -+ memcpy(pWapiSta->wapiUsk.micKey,data+26,16); -+ pWapiSta->wapiUsk.keyId = *(data+42); -+ pWapiSta->wapiUsk.bTxEnable = false; -+ } -+ }else{ -+ WAPI_TRACE(WAPI_INIT,"ASUE update usk \n"); -+ if(bTxEnable){ -+ pWapiSta->wapiUskUpdate.bTxEnable = true; -+ if(pWapiSta->wapiUskUpdate.bSet){ -+ memcpy(pWapiSta->wapiUsk.dataKey,pWapiSta->wapiUskUpdate.dataKey,16); -+ memcpy(pWapiSta->wapiUsk.micKey,pWapiSta->wapiUskUpdate.micKey,16); -+ pWapiSta->wapiUsk.keyId=pWapiSta->wapiUskUpdate.keyId; -+ memcpy(pWapiSta->lastRxUnicastPNBEQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPNBKQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPNVIQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPNVOQueue,WapiASUEPNInitialValueSrc,16); -+ memcpy(pWapiSta->lastRxUnicastPN,WapiASUEPNInitialValueSrc,16); -+ pWapiSta->wapiUskUpdate.bTxEnable = false; -+ pWapiSta->wapiUskUpdate.bSet = false; -+ } -+ memcpy(pWapiSta->lastTxUnicastPN,WapiASUEPNInitialValueSrc,16); -+ }else{ -+ pWapiSta->wapiUskUpdate.bSet = true; -+ memcpy(pWapiSta->wapiUskUpdate.dataKey,data+10,16); -+ memcpy(pWapiSta->wapiUskUpdate.micKey,data+26,16); -+ pWapiSta->wapiUskUpdate.keyId = *(data+42); -+ pWapiSta->wapiUskUpdate.bTxEnable = false; -+ } -+ } -+ } -+ break; -+ case 2: //msk -+ if(bAuthenticator){ //authenticator -+ pWapiInfo->wapiTxMsk.bSet = true; -+ memcpy(pWapiInfo->wapiTxMsk.dataKey,data+10,16); -+ memcpy(pWapiInfo->wapiTxMsk.micKey,data+26,16); -+ pWapiInfo->wapiTxMsk.keyId = *(data+42); -+ pWapiInfo->wapiTxMsk.bTxEnable = true; -+ memcpy(pWapiInfo->lastTxMulticastPN,WapiAEMultiCastPNInitialValueSrc,16); -+ -+ if(!bUpdate){ //first -+ WAPI_TRACE(WAPI_INIT, "AE fisrt set msk \n"); -+ if(!pWapiSta->bSetkeyOk) -+ pWapiSta->bSetkeyOk = true; -+ pWapiInfo->bFirstAuthentiateInProgress= false; -+ }else{ //update -+ WAPI_TRACE(WAPI_INIT,"AE update msk \n"); -+ } -+ -+ WAPI_DATA(WAPI_INIT, "SetKey - AE MSK Data Key", pWapiInfo->wapiTxMsk.dataKey, 16); -+ WAPI_DATA(WAPI_INIT, "SetKey - AE MSK Mic Key", pWapiInfo->wapiTxMsk.micKey, 16); -+ } -+ else{ -+ if(!bUpdate){ -+ WAPI_TRACE(WAPI_INIT,"ASUE fisrt set msk \n"); -+ pWapiSta->wapiMsk.bSet = true; -+ memcpy(pWapiSta->wapiMsk.dataKey,data+10,16); -+ memcpy(pWapiSta->wapiMsk.micKey,data+26,16); -+ pWapiSta->wapiMsk.keyId = *(data+42); -+ pWapiSta->wapiMsk.bTxEnable = false; -+ if(!pWapiSta->bSetkeyOk) -+ pWapiSta->bSetkeyOk = true; -+ pWapiInfo->bFirstAuthentiateInProgress= false; -+ WAPI_DATA(WAPI_INIT, "SetKey - ASUE MSK Data Key", pWapiSta->wapiMsk.dataKey, 16); -+ WAPI_DATA(WAPI_INIT, "SetKey - ASUE MSK Mic Key", pWapiSta->wapiMsk.micKey, 16); -+ }else{ -+ WAPI_TRACE(WAPI_INIT,"ASUE update msk \n"); -+ pWapiSta->wapiMskUpdate.bSet = true; -+ memcpy(pWapiSta->wapiMskUpdate.dataKey,data+10,16); -+ memcpy(pWapiSta->wapiMskUpdate.micKey,data+26,16); -+ pWapiSta->wapiMskUpdate.keyId = *(data+42); -+ pWapiSta->wapiMskUpdate.bTxEnable = false; -+ } -+ } -+ break; -+ default: -+ WAPI_TRACE(WAPI_ERR,"Unknown Flag \n"); -+ break; -+ } -+ } -+ } -+ } -+ WAPI_TRACE(WAPI_INIT, "<===========%s\n", __FUNCTION__); -+} -+ -+ -+void wapi_test_init(struct _adapter *padapter) -+{ -+ u8 keybuf[100]; -+ u8 mac_addr[6]={0x00,0xe0,0x4c,0x72,0x04,0x70}; -+ u8 UskDataKey[16]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f}; -+ u8 UskMicKey[16]={0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f}; -+ u8 UskId = 0; -+ u8 MskDataKey[16]={0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f}; -+ u8 MskMicKey[16]={0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f}; -+ u8 MskId = 0; -+ -+ WAPI_TRACE(WAPI_INIT, "===========>%s\n", __FUNCTION__); -+ -+ //Enable Wapi -+ WAPI_TRACE(WAPI_INIT, "%s: Enable wapi!!!!\n", __FUNCTION__); -+ padapter->wapiInfo.bWapiEnable = true; -+ padapter->pairwise_key_type = KEY_TYPE_SMS4; -+ ieee->group_key_type = KEY_TYPE_SMS4; -+ padapter->wapiInfo.extra_prefix_len = WAPI_EXT_LEN; -+ padapter->wapiInfo.extra_postfix_len = SMS4_MIC_LEN; -+ -+ //set usk -+ WAPI_TRACE(WAPI_INIT, "%s: Set USK!!!!\n", __FUNCTION__); -+ memset(keybuf,0,100); -+ keybuf[0] = 1; //set usk -+ keybuf[1] = 1; //enable tx -+ keybuf[2] = 1; //AE -+ keybuf[3] = 0; //not update -+ -+ memcpy(keybuf+4,mac_addr,6); -+ memcpy(keybuf+10,UskDataKey,16); -+ memcpy(keybuf+26,UskMicKey,16); -+ keybuf[42]=UskId; -+ wapi_test_set_key(padapter, keybuf); -+ -+ memset(keybuf,0,100); -+ keybuf[0] = 1; //set usk -+ keybuf[1] = 1; //enable tx -+ keybuf[2] = 0; //AE -+ keybuf[3] = 0; //not update -+ -+ memcpy(keybuf+4,mac_addr,6); -+ memcpy(keybuf+10,UskDataKey,16); -+ memcpy(keybuf+26,UskMicKey,16); -+ keybuf[42]=UskId; -+ wapi_test_set_key(padapter, keybuf); -+ -+ //set msk -+ WAPI_TRACE(WAPI_INIT, "%s: Set MSK!!!!\n", __FUNCTION__); -+ memset(keybuf,0,100); -+ keybuf[0] = 2; //set msk -+ keybuf[1] = 1; //Enable TX -+ keybuf[2] = 1; //AE -+ keybuf[3] = 0; //not update -+ memcpy(keybuf+4,mac_addr,6); -+ memcpy(keybuf+10,MskDataKey,16); -+ memcpy(keybuf+26,MskMicKey,16); -+ keybuf[42] = MskId; -+ wapi_test_set_key(padapter, keybuf); -+ -+ memset(keybuf,0,100); -+ keybuf[0] = 2; //set msk -+ keybuf[1] = 1; //Enable TX -+ keybuf[2] = 0; //AE -+ keybuf[3] = 0; //not update -+ memcpy(keybuf+4,mac_addr,6); -+ memcpy(keybuf+10,MskDataKey,16); -+ memcpy(keybuf+26,MskMicKey,16); -+ keybuf[42] = MskId; -+ wapi_test_set_key(padapter, keybuf); -+ WAPI_TRACE(WAPI_INIT, "<===========%s\n", __FUNCTION__); -+} -+#endif -+ -+void rtw_wapi_get_iv(_adapter *padapter,u8 *pRA, u8*IV) -+{ -+ PWLAN_HEADER_WAPI_EXTENSION pWapiExt = NULL; -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ bool bPNOverflow = false; -+ bool bFindMatchPeer = false; -+ PRT_WAPI_STA_INFO pWapiSta = NULL; -+ -+ pWapiExt = (PWLAN_HEADER_WAPI_EXTENSION)IV; -+ -+ WAPI_DATA(WAPI_RX,"wapi_get_iv: pra",pRA,6); -+ -+ if(IS_MCAST(pRA)){ -+ if(!pWapiInfo->wapiTxMsk.bTxEnable){ -+ WAPI_TRACE(WAPI_ERR,"%s: bTxEnable = 0!!\n",__FUNCTION__); -+ return; -+ } -+ -+ if(pWapiInfo->wapiTxMsk.keyId <= 1){ -+ pWapiExt->KeyIdx = pWapiInfo->wapiTxMsk.keyId; -+ pWapiExt->Reserved = 0; -+ bPNOverflow = WapiIncreasePN(pWapiInfo->lastTxMulticastPN, 1); -+ memcpy(pWapiExt->PN, pWapiInfo->lastTxMulticastPN, 16); -+ } -+ } -+ else -+ { -+ if(list_empty(&pWapiInfo->wapiSTAUsedList)){ -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_get_iv: list is empty \n"); -+ _rtw_memset(IV,10,18); -+ return; -+ } -+ else{ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list){ -+ WAPI_DATA(WAPI_RX,"rtw_wapi_get_iv: peermacaddr ",pWapiSta->PeerMacAddr,6); -+ if (_rtw_memcmp((u8*)pWapiSta->PeerMacAddr, pRA, 6) == _TRUE) { -+ bFindMatchPeer = true; -+ break; -+ } -+ } -+ -+ WAPI_TRACE(WAPI_RX,"bFindMatchPeer: %d \n",bFindMatchPeer); -+ WAPI_DATA(WAPI_RX,"Addr",pRA,6); -+ -+ if (bFindMatchPeer){ -+ if((!pWapiSta->wapiUskUpdate.bTxEnable) && (!pWapiSta->wapiUsk.bTxEnable)) -+ return; -+ -+ if (pWapiSta->wapiUsk.keyId <= 1){ -+ if(pWapiSta->wapiUskUpdate.bTxEnable) -+ pWapiExt->KeyIdx = pWapiSta->wapiUskUpdate.keyId; -+ else -+ pWapiExt->KeyIdx = pWapiSta->wapiUsk.keyId; -+ -+ pWapiExt->Reserved = 0; -+ bPNOverflow = WapiIncreasePN(pWapiSta->lastTxUnicastPN, 2); -+ _rtw_memcpy(pWapiExt->PN, pWapiSta->lastTxUnicastPN, 16); -+ -+ } -+ } -+ } -+ -+ } -+ -+} -+ -+bool rtw_wapi_drop_for_key_absent(_adapter *padapter,u8 *pRA) -+{ -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ bool bFindMatchPeer = false; -+ bool bDrop = false; -+ PRT_WAPI_STA_INFO pWapiSta = NULL; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ WAPI_DATA(WAPI_RX,"rtw_wapi_drop_for_key_absent: ra ",pRA,6); -+ -+ if(psecuritypriv->dot11PrivacyAlgrthm == _SMS4_) -+ { -+ if ((!padapter->WapiSupport) || (!pWapiInfo->bWapiEnable)) -+ return true; -+ -+ if(IS_MCAST(pRA)){ -+ if(!pWapiInfo->wapiTxMsk.bTxEnable){ -+ bDrop = true; -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_drop_for_key_absent: multicast key is absent \n"); -+ return bDrop; -+ } -+ } -+ else{ -+ if(!list_empty(&pWapiInfo->wapiSTAUsedList)){ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list){ -+ WAPI_DATA(WAPI_RX,"rtw_wapi_drop_for_key_absent: pWapiSta->PeerMacAddr ",pWapiSta->PeerMacAddr,6); -+ if (_rtw_memcmp(pRA, pWapiSta->PeerMacAddr, 6) == _TRUE){ -+ bFindMatchPeer = true; -+ break; -+ } -+ } -+ if (bFindMatchPeer) { -+ if (!pWapiSta->wapiUsk.bTxEnable){ -+ bDrop = true; -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_drop_for_key_absent: unicast key is absent \n"); -+ return bDrop; -+ } -+ } -+ else{ -+ bDrop = true; -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_drop_for_key_absent: no peer find \n"); -+ return bDrop; -+ } -+ -+ } -+ else{ -+ bDrop = true; -+ WAPI_TRACE(WAPI_RX,"rtw_wapi_drop_for_key_absent: no sta exist \n"); -+ return bDrop; -+ } -+ } -+ } -+ else -+ { -+ return bDrop; -+ } -+ -+ return bDrop; -+} -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_wapi_sms4.c linux/3rdparty/rtl8812au/core/rtw_wapi_sms4.c ---- linux.old/3rdparty/rtl8812au/core/rtw_wapi_sms4.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_wapi_sms4.c 2017-06-07 23:07:21.006687120 +0300 -@@ -0,0 +1,923 @@ -+#ifdef CONFIG_WAPI_SUPPORT -+ -+#include -+#include -+#include -+#include -+ -+ -+#ifdef CONFIG_WAPI_SW_SMS4 -+ -+#define WAPI_LITTLE_ENDIAN -+//#define BIG_ENDIAN -+#define ENCRYPT 0 -+#define DECRYPT 1 -+ -+ -+/********************************************************** -+ **********************************************************/ -+const u8 Sbox[256] = { -+0xd6,0x90,0xe9,0xfe,0xcc,0xe1,0x3d,0xb7,0x16,0xb6,0x14,0xc2,0x28,0xfb,0x2c,0x05, -+0x2b,0x67,0x9a,0x76,0x2a,0xbe,0x04,0xc3,0xaa,0x44,0x13,0x26,0x49,0x86,0x06,0x99, -+0x9c,0x42,0x50,0xf4,0x91,0xef,0x98,0x7a,0x33,0x54,0x0b,0x43,0xed,0xcf,0xac,0x62, -+0xe4,0xb3,0x1c,0xa9,0xc9,0x08,0xe8,0x95,0x80,0xdf,0x94,0xfa,0x75,0x8f,0x3f,0xa6, -+0x47,0x07,0xa7,0xfc,0xf3,0x73,0x17,0xba,0x83,0x59,0x3c,0x19,0xe6,0x85,0x4f,0xa8, -+0x68,0x6b,0x81,0xb2,0x71,0x64,0xda,0x8b,0xf8,0xeb,0x0f,0x4b,0x70,0x56,0x9d,0x35, -+0x1e,0x24,0x0e,0x5e,0x63,0x58,0xd1,0xa2,0x25,0x22,0x7c,0x3b,0x01,0x21,0x78,0x87, -+0xd4,0x00,0x46,0x57,0x9f,0xd3,0x27,0x52,0x4c,0x36,0x02,0xe7,0xa0,0xc4,0xc8,0x9e, -+0xea,0xbf,0x8a,0xd2,0x40,0xc7,0x38,0xb5,0xa3,0xf7,0xf2,0xce,0xf9,0x61,0x15,0xa1, -+0xe0,0xae,0x5d,0xa4,0x9b,0x34,0x1a,0x55,0xad,0x93,0x32,0x30,0xf5,0x8c,0xb1,0xe3, -+0x1d,0xf6,0xe2,0x2e,0x82,0x66,0xca,0x60,0xc0,0x29,0x23,0xab,0x0d,0x53,0x4e,0x6f, -+0xd5,0xdb,0x37,0x45,0xde,0xfd,0x8e,0x2f,0x03,0xff,0x6a,0x72,0x6d,0x6c,0x5b,0x51, -+0x8d,0x1b,0xaf,0x92,0xbb,0xdd,0xbc,0x7f,0x11,0xd9,0x5c,0x41,0x1f,0x10,0x5a,0xd8, -+0x0a,0xc1,0x31,0x88,0xa5,0xcd,0x7b,0xbd,0x2d,0x74,0xd0,0x12,0xb8,0xe5,0xb4,0xb0, -+0x89,0x69,0x97,0x4a,0x0c,0x96,0x77,0x7e,0x65,0xb9,0xf1,0x09,0xc5,0x6e,0xc6,0x84, -+0x18,0xf0,0x7d,0xec,0x3a,0xdc,0x4d,0x20,0x79,0xee,0x5f,0x3e,0xd7,0xcb,0x39,0x48 -+}; -+ -+const u32 CK[32] = { -+ 0x00070e15, 0x1c232a31, 0x383f464d, 0x545b6269, -+ 0x70777e85, 0x8c939aa1, 0xa8afb6bd, 0xc4cbd2d9, -+ 0xe0e7eef5, 0xfc030a11, 0x181f262d, 0x343b4249, -+ 0x50575e65, 0x6c737a81, 0x888f969d, 0xa4abb2b9, -+ 0xc0c7ced5, 0xdce3eaf1, 0xf8ff060d, 0x141b2229, -+ 0x30373e45, 0x4c535a61, 0x686f767d, 0x848b9299, -+ 0xa0a7aeb5, 0xbcc3cad1, 0xd8dfe6ed, 0xf4fb0209, -+ 0x10171e25, 0x2c333a41, 0x484f565d, 0x646b7279 }; -+ -+#define Rotl(_x, _y) (((_x) << (_y)) | ((_x) >> (32 - (_y)))) -+ -+#define ByteSub(_A) (Sbox[(_A) >> 24 & 0xFF] << 24 | \ -+ Sbox[(_A) >> 16 & 0xFF] << 16 | \ -+ Sbox[(_A) >> 8 & 0xFF] << 8 | \ -+ Sbox[(_A) & 0xFF]) -+ -+#define L1(_B) ((_B) ^ Rotl(_B, 2) ^ Rotl(_B, 10) ^ Rotl(_B, 18) ^ Rotl(_B, 24)) -+#define L2(_B) ((_B) ^ Rotl(_B, 13) ^ Rotl(_B, 23)) -+ -+static void -+xor_block(void *dst, void *src1, void *src2) -+/* 128-bit xor: *dst = *src1 xor *src2. Pointers must be 32-bit aligned */ -+{ -+ ((u32 *)dst)[0] = ((u32 *)src1)[0] ^ ((u32 *)src2)[0]; -+ ((u32 *)dst)[1] = ((u32 *)src1)[1] ^ ((u32 *)src2)[1]; -+ ((u32 *)dst)[2] = ((u32 *)src1)[2] ^ ((u32 *)src2)[2]; -+ ((u32 *)dst)[3] = ((u32 *)src1)[3] ^ ((u32 *)src2)[3]; -+} -+ -+ -+void SMS4Crypt(u8 *Input, u8 *Output, u32 *rk) -+{ -+ u32 r, mid, x0, x1, x2, x3, *p; -+ p = (u32 *)Input; -+ x0 = p[0]; -+ x1 = p[1]; -+ x2 = p[2]; -+ x3 = p[3]; -+#ifdef WAPI_LITTLE_ENDIAN -+ x0 = Rotl(x0, 16); x0 = ((x0 & 0x00FF00FF) << 8) | ((x0 & 0xFF00FF00) >> 8); -+ x1 = Rotl(x1, 16); x1 = ((x1 & 0x00FF00FF) << 8) | ((x1 & 0xFF00FF00) >> 8); -+ x2 = Rotl(x2, 16); x2 = ((x2 & 0x00FF00FF) << 8) | ((x2 & 0xFF00FF00) >> 8); -+ x3 = Rotl(x3, 16); x3 = ((x3 & 0x00FF00FF) << 8) | ((x3 & 0xFF00FF00) >> 8); -+#endif -+ for (r = 0; r < 32; r += 4) -+ { -+ mid = x1 ^ x2 ^ x3 ^ rk[r + 0]; -+ mid = ByteSub(mid); -+ x0 ^= L1(mid); -+ mid = x2 ^ x3 ^ x0 ^ rk[r + 1]; -+ mid = ByteSub(mid); -+ x1 ^= L1(mid); -+ mid = x3 ^ x0 ^ x1 ^ rk[r + 2]; -+ mid = ByteSub(mid); -+ x2 ^= L1(mid); -+ mid = x0 ^ x1 ^ x2 ^ rk[r + 3]; -+ mid = ByteSub(mid); -+ x3 ^= L1(mid); -+ } -+#ifdef WAPI_LITTLE_ENDIAN -+ x0 = Rotl(x0, 16); x0 = ((x0 & 0x00FF00FF) << 8) | ((x0 & 0xFF00FF00) >> 8); -+ x1 = Rotl(x1, 16); x1 = ((x1 & 0x00FF00FF) << 8) | ((x1 & 0xFF00FF00) >> 8); -+ x2 = Rotl(x2, 16); x2 = ((x2 & 0x00FF00FF) << 8) | ((x2 & 0xFF00FF00) >> 8); -+ x3 = Rotl(x3, 16); x3 = ((x3 & 0x00FF00FF) << 8) | ((x3 & 0xFF00FF00) >> 8); -+#endif -+ p = (u32 *)Output; -+ p[0] = x3; -+ p[1] = x2; -+ p[2] = x1; -+ p[3] = x0; -+} -+ -+ -+ -+void SMS4KeyExt(u8 *Key, u32 *rk, u32 CryptFlag) -+{ -+ u32 r, mid, x0, x1, x2, x3, *p; -+ -+ p = (u32 *)Key; -+ x0 = p[0]; -+ x1 = p[1]; -+ x2 = p[2]; -+ x3 = p[3]; -+#ifdef WAPI_LITTLE_ENDIAN -+ x0 = Rotl(x0, 16); x0 = ((x0 & 0xFF00FF) << 8) | ((x0 & 0xFF00FF00) >> 8); -+ x1 = Rotl(x1, 16); x1 = ((x1 & 0xFF00FF) << 8) | ((x1 & 0xFF00FF00) >> 8); -+ x2 = Rotl(x2, 16); x2 = ((x2 & 0xFF00FF) << 8) | ((x2 & 0xFF00FF00) >> 8); -+ x3 = Rotl(x3, 16); x3 = ((x3 & 0xFF00FF) << 8) | ((x3 & 0xFF00FF00) >> 8); -+#endif -+ -+ x0 ^= 0xa3b1bac6; -+ x1 ^= 0x56aa3350; -+ x2 ^= 0x677d9197; -+ x3 ^= 0xb27022dc; -+ for (r = 0; r < 32; r += 4) -+ { -+ mid = x1 ^ x2 ^ x3 ^ CK[r + 0]; -+ mid = ByteSub(mid); -+ rk[r + 0] = x0 ^= L2(mid); -+ mid = x2 ^ x3 ^ x0 ^ CK[r + 1]; -+ mid = ByteSub(mid); -+ rk[r + 1] = x1 ^= L2(mid); -+ mid = x3 ^ x0 ^ x1 ^ CK[r + 2]; -+ mid = ByteSub(mid); -+ rk[r + 2] = x2 ^= L2(mid); -+ mid = x0 ^ x1 ^ x2 ^ CK[r + 3]; -+ mid = ByteSub(mid); -+ rk[r + 3] = x3 ^= L2(mid); -+ } -+ if (CryptFlag == DECRYPT) -+ { -+ for (r = 0; r < 16; r++) -+ mid = rk[r], rk[r] = rk[31 - r], rk[31 - r] = mid; -+ } -+} -+ -+ -+void WapiSMS4Cryption(u8 *Key, u8 *IV, u8 *Input, u16 InputLength, -+ u8 *Output, u16 *OutputLength, u32 CryptFlag) -+{ -+ u32 blockNum,i,j, rk[32]; -+ u16 remainder; -+ u8 blockIn[16],blockOut[16], tempIV[16], k; -+ -+ *OutputLength = 0; -+ remainder = InputLength & 0x0F; -+ blockNum = InputLength >> 4; -+ if(remainder !=0) -+ blockNum++; -+ else -+ remainder = 16; -+ -+ for(k=0;k<16;k++) -+ tempIV[k] = IV[15-k]; -+ -+ memcpy(blockIn, tempIV, 16); -+ -+ SMS4KeyExt((u8 *)Key, rk,CryptFlag); -+ -+ for(i=0; i> 4; -+ -+ for(k=0;k<16;k++) -+ tempIV[k] = IV[15-k]; -+ -+ memcpy(BlockIn, tempIV, 16); -+ -+ SMS4KeyExt((u8 *)Key, rk, ENCRYPT); -+ -+ SMS4Crypt((u8 *)BlockIn, BlockOut, rk); -+ -+ for(i=0; i> 4; -+ -+ for(i=0; i%s\n", __FUNCTION__); -+ -+ header = (struct ieee80211_hdr_3addr_qos *)pHeader; -+ memset(TempBuf, 0, 34); -+ memcpy(TempBuf, pHeader, 2); //FrameCtrl -+ pTemp = (u16*)TempBuf; -+ *pTemp &= 0xc78f; //bit4,5,6,11,12,13 -+ -+ memcpy((TempBuf+2), (pHeader+4), 12); //Addr1, Addr2 -+ memcpy((TempBuf+14), (pHeader+22), 2); // SeqCtrl -+ pTemp = (u16*)(TempBuf + 14); -+ *pTemp &= 0x000f; -+ -+ memcpy((TempBuf+16), (pHeader+16), 6); //Addr3 -+ -+ fc = le16_to_cpu(header->frame_ctl); -+ -+ -+ -+ if (GetFrDs((u16*)&fc) && GetToDs((u16 *)&fc)) -+ { -+ memcpy((TempBuf+22), (pHeader+24), 6); -+ QosOffset = 30; -+ }else{ -+ memset((TempBuf+22), 0, 6); -+ QosOffset = 24; -+ } -+ -+ if((fc & 0x0088) == 0x0088){ -+ memcpy((TempBuf+28), (pHeader+QosOffset), 2); -+ TempLen += 2; -+ //IV = pHeader + QosOffset + 2 + SNAP_SIZE + sizeof(u16) + 2; -+ IV = pHeader + QosOffset + 2 + 2; -+ }else{ -+ IV = pHeader + QosOffset + 2; -+ //IV = pHeader + QosOffset + SNAP_SIZE + sizeof(u16) + 2; -+ } -+ -+ TempBuf[TempLen-1] = (u8)(DataLen & 0xff); -+ TempBuf[TempLen-2] = (u8)((DataLen & 0xff00)>>8); -+ TempBuf[TempLen-4] = KeyIdx; -+ -+ WAPI_DATA(WAPI_TX, "CalculateMic - KEY", MicKey, 16); -+ WAPI_DATA(WAPI_TX, "CalculateMic - IV", IV, 16); -+ WAPI_DATA(WAPI_TX, "CalculateMic - TempBuf", TempBuf, TempLen); -+ WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); -+ -+ WapiSMS4CalculateMic(MicKey, IV, TempBuf, TempLen, -+ pData, DataLen, MicBuffer, &MicLen); -+ -+ if (MicLen != 16) -+ WAPI_TRACE(WAPI_ERR,"%s: MIC Length Error!!\n",__FUNCTION__); -+ -+ WAPI_TRACE(WAPI_TX|WAPI_RX, "<=========%s\n", __FUNCTION__); -+#endif -+} -+ -+/* AddCount: 1 or 2. -+ * If overflow, return 1, -+ * else return 0. -+ */ -+u8 WapiIncreasePN(u8 *PN, u8 AddCount) -+{ -+ u8 i; -+ -+ if (NULL == PN) -+ return 1; -+ //YJ,test,091102 -+ /* -+ if(AddCount == 2){ -+ DBG_8192C("############################%s(): PN[0]=0x%x\n", __FUNCTION__, PN[0]); -+ if(PN[0] == 0x48){ -+ PN[0] += AddCount; -+ return 1; -+ }else{ -+ PN[0] += AddCount; -+ return 0; -+ } -+ } -+ */ -+ //YJ,test,091102,end -+ -+ for (i=0; i<16; i++) -+ { -+ if (PN[i] + AddCount <= 0xff) -+ { -+ PN[i] += AddCount; -+ return 0; -+ } -+ else -+ { -+ PN[i] += AddCount; -+ AddCount = 1; -+ } -+ } -+ return 1; -+} -+ -+ -+void WapiGetLastRxUnicastPNForQoSData( -+ u8 UserPriority, -+ PRT_WAPI_STA_INFO pWapiStaInfo, -+ u8 *PNOut -+) -+{ -+ WAPI_TRACE(WAPI_RX, "===========> %s\n", __FUNCTION__); -+ switch(UserPriority) -+ { -+ case 0: -+ case 3: -+ memcpy(PNOut,pWapiStaInfo->lastRxUnicastPNBEQueue,16); -+ break; -+ case 1: -+ case 2: -+ memcpy(PNOut,pWapiStaInfo->lastRxUnicastPNBKQueue,16); -+ break; -+ case 4: -+ case 5: -+ memcpy(PNOut,pWapiStaInfo->lastRxUnicastPNVIQueue,16); -+ break; -+ case 6: -+ case 7: -+ memcpy(PNOut,pWapiStaInfo->lastRxUnicastPNVOQueue,16); -+ break; -+ default: -+ WAPI_TRACE(WAPI_ERR, "%s: Unknown TID \n", __FUNCTION__); -+ break; -+ } -+ WAPI_TRACE(WAPI_RX, "<=========== %s\n", __FUNCTION__); -+} -+ -+ -+void WapiSetLastRxUnicastPNForQoSData( -+ u8 UserPriority, -+ u8 *PNIn, -+ PRT_WAPI_STA_INFO pWapiStaInfo -+) -+{ -+ WAPI_TRACE(WAPI_RX, "===========> %s\n", __FUNCTION__); -+ switch(UserPriority) -+ { -+ case 0: -+ case 3: -+ memcpy(pWapiStaInfo->lastRxUnicastPNBEQueue,PNIn,16); -+ break; -+ case 1: -+ case 2: -+ memcpy(pWapiStaInfo->lastRxUnicastPNBKQueue,PNIn,16); -+ break; -+ case 4: -+ case 5: -+ memcpy(pWapiStaInfo->lastRxUnicastPNVIQueue,PNIn,16); -+ break; -+ case 6: -+ case 7: -+ memcpy(pWapiStaInfo->lastRxUnicastPNVOQueue,PNIn,16); -+ break; -+ default: -+ WAPI_TRACE(WAPI_ERR, "%s: Unknown TID \n", __FUNCTION__); -+ break; -+ } -+ WAPI_TRACE(WAPI_RX, "<=========== %s\n", __FUNCTION__); -+} -+ -+ -+/**************************************************************************** -+ FALSE not RX-Reorder -+ TRUE do RX Reorder -+add to support WAPI to N-mode -+*****************************************************************************/ -+u8 WapiCheckPnInSwDecrypt( -+ _adapter *padapter, -+ struct sk_buff *pskb -+) -+{ -+ u8 ret = false; -+ -+#if 0 -+ struct ieee80211_hdr_3addr_qos *header; -+ u16 fc; -+ u8 *pDaddr, *pTaddr, *pRaddr; -+ -+ header = (struct ieee80211_hdr_3addr_qos *)pskb->data; -+ pTaddr = header->addr2; -+ pRaddr = header->addr1; -+ fc = le16_to_cpu(header->frame_ctl); -+ -+ if(GetToDs(&fc)) -+ pDaddr = header->addr3; -+ else -+ pDaddr = header->addr1; -+ -+ if ((_rtw_memcmp(pRaddr, padapter->pnetdev->dev_addr, ETH_ALEN) == 0) -+ && ! (pDaddr) -+ && (GetFrameType(&fc) == WIFI_QOS_DATA_TYPE)) -+ //&& ieee->pHTInfo->bCurrentHTSupport && -+ //ieee->pHTInfo->bCurRxReorderEnable) -+ ret = false; -+ else -+ ret = true; -+#endif -+ WAPI_TRACE(WAPI_RX, "%s: return %d\n", __FUNCTION__, ret); -+ return ret; -+} -+ -+int SecSMS4HeaderFillIV(_adapter *padapter, u8 *pxmitframe) -+{ -+ struct pkt_attrib *pattrib = &((struct xmit_frame*)pxmitframe)->attrib; -+ u8 * frame = ((struct xmit_frame *)pxmitframe)->buf_addr + TXDESC_OFFSET; -+ u8 *pSecHeader = NULL, *pos = NULL, *pRA = NULL; -+ u8 bPNOverflow = false, bFindMatchPeer = false, hdr_len = 0; -+ PWLAN_HEADER_WAPI_EXTENSION pWapiExt = NULL; -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ PRT_WAPI_STA_INFO pWapiSta = NULL; -+ int ret = 0; -+ -+ WAPI_TRACE(WAPI_TX, "=========>%s\n", __FUNCTION__); -+ -+ return ret; -+#if 0 -+ hdr_len = sMacHdrLng; -+ if (GetFrameType(pskb->data) == WIFI_QOS_DATA_TYPE) -+ { -+ hdr_len += 2; -+ } -+ //hdr_len += SNAP_SIZE + sizeof(u16); -+ -+ pos = skb_push(pskb, padapter->wapiInfo.extra_prefix_len); -+ memmove(pos, pos+padapter->wapiInfo.extra_prefix_len, hdr_len); -+ -+ pSecHeader = pskb->data + hdr_len; -+ pWapiExt = (PWLAN_HEADER_WAPI_EXTENSION)pSecHeader; -+ pRA = pskb->data + 4; -+ -+ WAPI_DATA(WAPI_TX, "FillIV - Before Fill IV", pskb->data, pskb->len); -+ -+ //Address 1 is always receiver's address -+ if( IS_MCAST(pRA) ){ -+ if(!pWapiInfo->wapiTxMsk.bTxEnable){ -+ WAPI_TRACE(WAPI_ERR,"%s: bTxEnable = 0!!\n",__FUNCTION__); -+ return -2; -+ } -+ if(pWapiInfo->wapiTxMsk.keyId <= 1){ -+ pWapiExt->KeyIdx = pWapiInfo->wapiTxMsk.keyId; -+ pWapiExt->Reserved = 0; -+ bPNOverflow = WapiIncreasePN(pWapiInfo->lastTxMulticastPN, 1); -+ memcpy(pWapiExt->PN, pWapiInfo->lastTxMulticastPN, 16); -+ if (bPNOverflow){ -+ // Update MSK Notification. -+ WAPI_TRACE(WAPI_ERR,"===============>%s():multicast PN overflow\n",__FUNCTION__); -+ rtw_wapi_app_event_handler(padapter,NULL,0,pRA, false, false, true, 0, false); -+ } -+ }else{ -+ WAPI_TRACE(WAPI_ERR,"%s: Invalid Wapi Multicast KeyIdx!!\n",__FUNCTION__); -+ ret = -3; -+ } -+ } -+ else{ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if(!memcmp(pWapiSta->PeerMacAddr,pRA,6)){ -+ bFindMatchPeer = true; -+ break; -+ } -+ } -+ if (bFindMatchPeer){ -+ if((!pWapiSta->wapiUskUpdate.bTxEnable) && (!pWapiSta->wapiUsk.bTxEnable)){ -+ WAPI_TRACE(WAPI_ERR,"%s: bTxEnable = 0!!\n",__FUNCTION__); -+ return -4; -+ } -+ if (pWapiSta->wapiUsk.keyId <= 1){ -+ if(pWapiSta->wapiUskUpdate.bTxEnable) -+ pWapiExt->KeyIdx = pWapiSta->wapiUskUpdate.keyId; -+ else -+ pWapiExt->KeyIdx = pWapiSta->wapiUsk.keyId; -+ -+ pWapiExt->Reserved = 0; -+ bPNOverflow = WapiIncreasePN(pWapiSta->lastTxUnicastPN, 2); -+ memcpy(pWapiExt->PN, pWapiSta->lastTxUnicastPN, 16); -+ if (bPNOverflow){ -+ // Update USK Notification. -+ WAPI_TRACE(WAPI_ERR,"===============>%s():unicast PN overflow\n",__FUNCTION__); -+ rtw_wapi_app_event_handler(padapter,NULL,0,pWapiSta->PeerMacAddr, false, true, false, 0, false); -+ } -+ }else{ -+ WAPI_TRACE(WAPI_ERR,"%s: Invalid Wapi Unicast KeyIdx!!\n",__FUNCTION__); -+ ret = -5; -+ } -+ } -+ else{ -+ WAPI_TRACE(WAPI_ERR,"%s: Can not find Peer Sta "MAC_FMT"!!\n",__FUNCTION__, MAC_ARG(pRA)); -+ ret = -6; -+ } -+ } -+ -+ WAPI_DATA(WAPI_TX, "FillIV - After Fill IV", pskb->data, pskb->len); -+ WAPI_TRACE(WAPI_TX, "<=========%s\n", __FUNCTION__); -+ return ret; -+#endif -+} -+ -+// WAPI SW Enc: must have done Coalesce! -+void SecSWSMS4Encryption( -+ _adapter *padapter, -+ u8 * pxmitframe -+ ) -+{ -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ PRT_WAPI_STA_INFO pWapiSta = NULL; -+ u8 *pframe = ((struct xmit_frame*)pxmitframe)->buf_addr + TXDESC_SIZE; -+ struct pkt_attrib *pattrib = &((struct xmit_frame*)pxmitframe)->attrib; -+ -+ u8 *SecPtr = NULL, *pRA, *pMicKey = NULL, *pDataKey = NULL, *pIV = NULL; -+ u8 IVOffset, DataOffset, bFindMatchPeer = false, KeyIdx = 0, MicBuffer[16]; -+ u16 OutputLength; -+ -+ WAPI_TRACE(WAPI_TX, "=========>%s\n", __FUNCTION__); -+ -+ WAPI_TRACE(WAPI_TX,"hdrlen: %d \n",pattrib->hdrlen); -+ -+ return; -+ -+ DataOffset = pattrib->hdrlen + pattrib->iv_len; -+ -+ pRA = pframe + 4; -+ -+ -+ if( IS_MCAST(pRA) ){ -+ KeyIdx = pWapiInfo->wapiTxMsk.keyId; -+ pIV = pWapiInfo->lastTxMulticastPN; -+ pMicKey = pWapiInfo->wapiTxMsk.micKey; -+ pDataKey = pWapiInfo->wapiTxMsk.dataKey; -+ }else{ -+ if (!list_empty(&(pWapiInfo->wapiSTAUsedList))){ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if (0 == memcmp(pWapiSta->PeerMacAddr, pRA, 6)){ -+ bFindMatchPeer = true; -+ break; -+ } -+ } -+ -+ if (bFindMatchPeer){ -+ if (pWapiSta->wapiUskUpdate.bTxEnable){ -+ KeyIdx = pWapiSta->wapiUskUpdate.keyId; -+ WAPI_TRACE(WAPI_TX, "%s(): Use update USK!! KeyIdx=%d\n", __FUNCTION__, KeyIdx); -+ pIV = pWapiSta->lastTxUnicastPN; -+ pMicKey = pWapiSta->wapiUskUpdate.micKey; -+ pDataKey = pWapiSta->wapiUskUpdate.dataKey; -+ }else{ -+ KeyIdx = pWapiSta->wapiUsk.keyId; -+ WAPI_TRACE(WAPI_TX, "%s(): Use USK!! KeyIdx=%d\n", __FUNCTION__, KeyIdx); -+ pIV = pWapiSta->lastTxUnicastPN; -+ pMicKey = pWapiSta->wapiUsk.micKey; -+ pDataKey = pWapiSta->wapiUsk.dataKey; -+ } -+ }else{ -+ WAPI_TRACE(WAPI_ERR,"%s: Can not find Peer Sta!!\n",__FUNCTION__); -+ return; -+ } -+ }else{ -+ WAPI_TRACE(WAPI_ERR,"%s: wapiSTAUsedList is empty!!\n",__FUNCTION__); -+ return; -+ } -+ } -+ -+ SecPtr = pframe; -+ SecCalculateMicSMS4(KeyIdx, pMicKey, SecPtr, (SecPtr+DataOffset), pattrib->pktlen, MicBuffer); -+ -+ WAPI_DATA(WAPI_TX, "Encryption - MIC", MicBuffer, padapter->wapiInfo.extra_postfix_len); -+ -+ memcpy(pframe+pattrib->hdrlen+pattrib->iv_len+pattrib->pktlen-pattrib->icv_len, -+ (u8 *)MicBuffer, -+ padapter->wapiInfo.extra_postfix_len -+ ); -+ -+ -+ WapiSMS4Encryption(pDataKey, pIV, (SecPtr+DataOffset),pattrib->pktlen+pattrib->icv_len, (SecPtr+DataOffset), &OutputLength); -+ -+ WAPI_DATA(WAPI_TX, "Encryption - After SMS4 encryption",pframe,pattrib->hdrlen+pattrib->iv_len+pattrib->pktlen); -+ -+ WAPI_TRACE(WAPI_TX, "<=========%s\n", __FUNCTION__); -+} -+ -+u8 SecSWSMS4Decryption( -+ _adapter *padapter, -+ u8 *precv_frame, -+ struct recv_priv *precv_priv -+ ) -+{ -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ struct recv_frame_hdr *precv_hdr; -+ PRT_WAPI_STA_INFO pWapiSta = NULL; -+ u8 IVOffset, DataOffset, bFindMatchPeer = false, bUseUpdatedKey = false; -+ u8 KeyIdx, MicBuffer[16], lastRxPNforQoS[16]; -+ u8 *pRA, *pTA, *pMicKey, *pDataKey, *pLastRxPN, *pRecvPN, *pSecData, *pRecvMic, *pos; -+ u8 TID = 0; -+ u16 OutputLength, DataLen; -+ u8 bQosData; -+ struct sk_buff * pskb; -+ -+ WAPI_TRACE(WAPI_RX, "=========>%s\n", __FUNCTION__); -+ -+ return 0; -+ -+ precv_hdr = &((union recv_frame*)precv_frame)->u.hdr; -+ pskb = (struct sk_buff *)(precv_hdr->rx_data); -+ precv_hdr->bWapiCheckPNInDecrypt = WapiCheckPnInSwDecrypt(padapter, pskb); -+ WAPI_TRACE(WAPI_RX, "=========>%s: check PN %d\n", __FUNCTION__,precv_hdr->bWapiCheckPNInDecrypt); -+ WAPI_DATA(WAPI_RX, "Decryption - Before decryption", pskb->data, pskb->len); -+ -+ IVOffset = sMacHdrLng; -+ bQosData = GetFrameType(pskb->data) == WIFI_QOS_DATA_TYPE; -+ if (bQosData){ -+ IVOffset += 2; -+ } -+ -+ //if(GetHTC()) -+ // IVOffset += 4; -+ -+ //IVOffset += SNAP_SIZE + sizeof(u16); -+ -+ DataOffset = IVOffset + padapter->wapiInfo.extra_prefix_len; -+ -+ pRA = pskb->data + 4; -+ pTA = pskb->data + 10; -+ KeyIdx = *(pskb->data + IVOffset); -+ pRecvPN = pskb->data + IVOffset + 2; -+ pSecData = pskb->data + DataOffset; -+ DataLen = pskb->len - DataOffset; -+ pRecvMic = pskb->data + pskb->len - padapter->wapiInfo.extra_postfix_len; -+ TID = GetTid(pskb->data); -+ -+ if (!list_empty(&(pWapiInfo->wapiSTAUsedList))){ -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if (0 == memcmp(pWapiSta->PeerMacAddr, pTA, 6)){ -+ bFindMatchPeer = true; -+ break; -+ } -+ } -+ } -+ -+ if (!bFindMatchPeer){ -+ WAPI_TRACE(WAPI_ERR, "%s: Can not find Peer Sta "MAC_FMT" for Key Info!!!\n", __FUNCTION__, MAC_ARG(pTA)); -+ return false; -+ } -+ -+ if( IS_MCAST(pRA) ){ -+ WAPI_TRACE(WAPI_RX, "%s: Multicast decryption !!!\n", __FUNCTION__); -+ if (pWapiSta->wapiMsk.keyId == KeyIdx && pWapiSta->wapiMsk.bSet){ -+ pLastRxPN = pWapiSta->lastRxMulticastPN; -+ if (!WapiComparePN(pRecvPN, pLastRxPN)){ -+ WAPI_TRACE(WAPI_ERR, "%s: MSK PN is not larger than last, Dropped!!!\n", __FUNCTION__); -+ WAPI_DATA(WAPI_ERR, "pRecvPN:", pRecvPN, 16); -+ WAPI_DATA(WAPI_ERR, "pLastRxPN:", pLastRxPN, 16); -+ return false; -+ } -+ -+ memcpy(pLastRxPN, pRecvPN, 16); -+ pMicKey = pWapiSta->wapiMsk.micKey; -+ pDataKey = pWapiSta->wapiMsk.dataKey; -+ }else if (pWapiSta->wapiMskUpdate.keyId == KeyIdx && pWapiSta->wapiMskUpdate.bSet){ -+ WAPI_TRACE(WAPI_RX, "%s: Use Updated MSK for Decryption !!!\n", __FUNCTION__); -+ bUseUpdatedKey = true; -+ memcpy(pWapiSta->lastRxMulticastPN, pRecvPN, 16); -+ pMicKey = pWapiSta->wapiMskUpdate.micKey; -+ pDataKey = pWapiSta->wapiMskUpdate.dataKey; -+ }else{ -+ WAPI_TRACE(WAPI_ERR, "%s: Can not find MSK with matched KeyIdx(%d), Dropped !!!\n", __FUNCTION__,KeyIdx); -+ return false; -+ } -+ } -+ else{ -+ WAPI_TRACE(WAPI_RX, "%s: Unicast decryption !!!\n", __FUNCTION__); -+ if (pWapiSta->wapiUsk.keyId == KeyIdx && pWapiSta->wapiUsk.bSet){ -+ WAPI_TRACE(WAPI_RX, "%s: Use USK for Decryption!!!\n", __FUNCTION__); -+ if(precv_hdr->bWapiCheckPNInDecrypt){ -+ if(GetFrameType(pskb->data) == WIFI_QOS_DATA_TYPE){ -+ WapiGetLastRxUnicastPNForQoSData(TID, pWapiSta, lastRxPNforQoS); -+ pLastRxPN = lastRxPNforQoS; -+ }else{ -+ pLastRxPN = pWapiSta->lastRxUnicastPN; -+ } -+ if (!WapiComparePN(pRecvPN, pLastRxPN)){ -+ return false; -+ } -+ if(bQosData){ -+ WapiSetLastRxUnicastPNForQoSData(TID, pRecvPN, pWapiSta); -+ }else{ -+ memcpy(pWapiSta->lastRxUnicastPN, pRecvPN, 16); -+ } -+ }else{ -+ memcpy(precv_hdr->WapiTempPN,pRecvPN,16); -+ } -+ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_STATION_STATE)) -+ { -+ if ((pRecvPN[0] & 0x1) == 0){ -+ WAPI_TRACE(WAPI_ERR, "%s: Rx USK PN is not odd when Infra STA mode, Dropped !!!\n", __FUNCTION__); -+ return false; -+ } -+ } -+ -+ pMicKey = pWapiSta->wapiUsk.micKey; -+ pDataKey = pWapiSta->wapiUsk.dataKey; -+ } -+ else if (pWapiSta->wapiUskUpdate.keyId == KeyIdx && pWapiSta->wapiUskUpdate.bSet ){ -+ WAPI_TRACE(WAPI_RX, "%s: Use Updated USK for Decryption!!!\n", __FUNCTION__); -+ if(pWapiSta->bAuthenticatorInUpdata) -+ bUseUpdatedKey = true; -+ else -+ bUseUpdatedKey = false; -+ -+ if(bQosData){ -+ WapiSetLastRxUnicastPNForQoSData(TID, pRecvPN, pWapiSta); -+ }else{ -+ memcpy(pWapiSta->lastRxUnicastPN, pRecvPN, 16); -+ } -+ pMicKey = pWapiSta->wapiUskUpdate.micKey; -+ pDataKey = pWapiSta->wapiUskUpdate.dataKey; -+ }else{ -+ WAPI_TRACE(WAPI_ERR, "%s: No valid USK!!!KeyIdx=%d pWapiSta->wapiUsk.keyId=%d pWapiSta->wapiUskUpdate.keyId=%d\n", __FUNCTION__, KeyIdx, pWapiSta->wapiUsk.keyId, pWapiSta->wapiUskUpdate.keyId); -+ //dump_buf(pskb->data,pskb->len); -+ return false; -+ } -+ } -+ -+ WAPI_DATA(WAPI_RX, "Decryption - DataKey", pDataKey, 16); -+ WAPI_DATA(WAPI_RX, "Decryption - IV", pRecvPN, 16); -+ WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); -+ -+ if (OutputLength != DataLen) -+ WAPI_TRACE(WAPI_ERR, "%s: Output Length Error!!!!\n", __FUNCTION__); -+ -+ WAPI_DATA(WAPI_RX, "Decryption - After decryption", pskb->data, pskb->len); -+ -+ DataLen -= padapter->wapiInfo.extra_postfix_len; -+ -+ SecCalculateMicSMS4(KeyIdx, pMicKey, pskb->data, pSecData, DataLen, MicBuffer); -+ -+ WAPI_DATA(WAPI_RX, "Decryption - MIC received", pRecvMic, SMS4_MIC_LEN); -+ WAPI_DATA(WAPI_RX, "Decryption - MIC calculated", MicBuffer, SMS4_MIC_LEN); -+ -+ if (0 == memcmp(MicBuffer, pRecvMic, padapter->wapiInfo.extra_postfix_len)){ -+ WAPI_TRACE(WAPI_RX, "%s: Check MIC OK!!\n", __FUNCTION__); -+ if (bUseUpdatedKey){ -+ // delete the old key -+ if ( IS_MCAST(pRA) ){ -+ WAPI_TRACE(WAPI_API, "%s(): AE use new update MSK!!\n", __FUNCTION__); -+ pWapiSta->wapiMsk.keyId = pWapiSta->wapiMskUpdate.keyId; -+ memcpy(pWapiSta->wapiMsk.dataKey, pWapiSta->wapiMskUpdate.dataKey, 16); -+ memcpy(pWapiSta->wapiMsk.micKey, pWapiSta->wapiMskUpdate.micKey, 16); -+ pWapiSta->wapiMskUpdate.bTxEnable = pWapiSta->wapiMskUpdate.bSet = false; -+ }else{ -+ WAPI_TRACE(WAPI_API, "%s(): AE use new update USK!!\n", __FUNCTION__); -+ pWapiSta->wapiUsk.keyId = pWapiSta->wapiUskUpdate.keyId; -+ memcpy(pWapiSta->wapiUsk.dataKey, pWapiSta->wapiUskUpdate.dataKey, 16); -+ memcpy(pWapiSta->wapiUsk.micKey, pWapiSta->wapiUskUpdate.micKey, 16); -+ pWapiSta->wapiUskUpdate.bTxEnable = pWapiSta->wapiUskUpdate.bSet = false; -+ } -+ } -+ }else{ -+ WAPI_TRACE(WAPI_ERR, "%s: Check MIC Error, Dropped !!!!\n", __FUNCTION__); -+ return false; -+ } -+ -+ pos = pskb->data; -+ memmove(pos+padapter->wapiInfo.extra_prefix_len, pos, IVOffset); -+ skb_pull(pskb, padapter->wapiInfo.extra_prefix_len); -+ -+ WAPI_TRACE(WAPI_RX, "<=========%s\n", __FUNCTION__); -+ -+ return true; -+} -+ -+u32 rtw_sms4_encrypt(_adapter *padapter, u8 *pxmitframe) -+{ -+ -+ u8 *pframe; -+ u32 res = _SUCCESS; -+ -+ WAPI_TRACE(WAPI_TX, "=========>%s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!padapter->wapiInfo.bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_TX, "<========== %s, WAPI not supported or enabled!\n", __FUNCTION__); -+ return _FAIL; -+ } -+ -+ if(((struct xmit_frame*)pxmitframe)->buf_addr==NULL) -+ return _FAIL; -+ -+ pframe = ((struct xmit_frame*)pxmitframe)->buf_addr + TXDESC_OFFSET; -+ -+ SecSWSMS4Encryption(padapter, pxmitframe); -+ -+ WAPI_TRACE(WAPI_TX, "<=========%s\n", __FUNCTION__); -+ return res; -+} -+ -+u32 rtw_sms4_decrypt(_adapter *padapter, u8 *precvframe) -+{ -+ u8 *pframe; -+ u32 res = _SUCCESS; -+ -+ WAPI_TRACE(WAPI_RX, "=========>%s\n", __FUNCTION__); -+ -+ if ((!padapter->WapiSupport) || (!padapter->wapiInfo.bWapiEnable)) -+ { -+ WAPI_TRACE(WAPI_RX, "<========== %s, WAPI not supported or enabled!\n", __FUNCTION__); -+ return _FAIL; -+ } -+ -+ -+ //drop packet when hw decrypt fail -+ //return tempraily -+ return _FAIL; -+ -+ //pframe=(unsigned char *)((union recv_frame*)precvframe)->u.hdr.rx_data; -+ -+ if (false == SecSWSMS4Decryption(padapter, precvframe, &padapter->recvpriv)) -+ { -+ WAPI_TRACE(WAPI_ERR, "%s():SMS4 decrypt frame error\n",__FUNCTION__); -+ return _FAIL; -+ } -+ -+ WAPI_TRACE(WAPI_RX, "<=========%s\n", __FUNCTION__); -+ return res; -+} -+ -+#else -+ -+u32 rtw_sms4_encrypt(_adapter *padapter, u8 *pxmitframe) -+{ -+ WAPI_TRACE(WAPI_TX, "=========>Dummy %s\n", __FUNCTION__); -+ WAPI_TRACE(WAPI_TX, "<=========Dummy %s\n", __FUNCTION__); -+ return _SUCCESS; -+} -+ -+u32 rtw_sms4_decrypt(_adapter *padapter, u8 *precvframe) -+{ -+ WAPI_TRACE(WAPI_RX, "=========>Dummy %s\n", __FUNCTION__); -+ WAPI_TRACE(WAPI_RX, "<=========Dummy %s\n", __FUNCTION__); -+ return _SUCCESS; -+} -+ -+#endif -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_wlan_util.c linux/3rdparty/rtl8812au/core/rtw_wlan_util.c ---- linux.old/3rdparty/rtl8812au/core/rtw_wlan_util.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_wlan_util.c 2017-06-07 23:07:21.006687120 +0300 -@@ -0,0 +1,4704 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_WLAN_UTIL_C_ -+ -+#include -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+#include -+#endif -+ -+unsigned char ARTHEROS_OUI1[] = {0x00, 0x03, 0x7f}; -+unsigned char ARTHEROS_OUI2[] = {0x00, 0x13, 0x74}; -+ -+unsigned char BROADCOM_OUI1[] = {0x00, 0x10, 0x18}; -+unsigned char BROADCOM_OUI2[] = {0x00, 0x0a, 0xf7}; -+unsigned char BROADCOM_OUI3[] = {0x00, 0x05, 0xb5}; -+ -+ -+unsigned char CISCO_OUI[] = {0x00, 0x40, 0x96}; -+unsigned char MARVELL_OUI[] = {0x00, 0x50, 0x43}; -+unsigned char RALINK_OUI[] = {0x00, 0x0c, 0x43}; -+unsigned char REALTEK_OUI[] = {0x00, 0xe0, 0x4c}; -+unsigned char AIRGOCAP_OUI[] = {0x00, 0x0a, 0xf5}; -+ -+unsigned char REALTEK_96B_IE[] = {0x00, 0xe0, 0x4c, 0x02, 0x01, 0x20}; -+ -+extern unsigned char RTW_WPA_OUI[]; -+extern unsigned char WPA_TKIP_CIPHER[4]; -+extern unsigned char RSN_TKIP_CIPHER[4]; -+ -+#define R2T_PHY_DELAY (0) -+ -+//#define WAIT_FOR_BCN_TO_MIN (3000) -+#define WAIT_FOR_BCN_TO_MIN (6000) -+#define WAIT_FOR_BCN_TO_MAX (20000) -+ -+#define DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS 1000 -+#define DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD 3 -+ -+static u8 rtw_basic_rate_cck[4] = { -+ IEEE80211_CCK_RATE_1MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_CCK_RATE_2MB|IEEE80211_BASIC_RATE_MASK, -+ IEEE80211_CCK_RATE_5MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_CCK_RATE_11MB|IEEE80211_BASIC_RATE_MASK -+}; -+ -+static u8 rtw_basic_rate_ofdm[3] = { -+ IEEE80211_OFDM_RATE_6MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_OFDM_RATE_12MB|IEEE80211_BASIC_RATE_MASK, -+ IEEE80211_OFDM_RATE_24MB|IEEE80211_BASIC_RATE_MASK -+}; -+ -+static u8 rtw_basic_rate_mix[7] = { -+ IEEE80211_CCK_RATE_1MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_CCK_RATE_2MB|IEEE80211_BASIC_RATE_MASK, -+ IEEE80211_CCK_RATE_5MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_CCK_RATE_11MB|IEEE80211_BASIC_RATE_MASK, -+ IEEE80211_OFDM_RATE_6MB|IEEE80211_BASIC_RATE_MASK, IEEE80211_OFDM_RATE_12MB|IEEE80211_BASIC_RATE_MASK, -+ IEEE80211_OFDM_RATE_24MB|IEEE80211_BASIC_RATE_MASK -+}; -+ -+int new_bcn_max = 3; -+ -+int cckrates_included(unsigned char *rate, int ratelen) -+{ -+ int i; -+ -+ for(i = 0; i < ratelen; i++) -+ { -+ if ( (((rate[i]) & 0x7f) == 2) || (((rate[i]) & 0x7f) == 4) || -+ (((rate[i]) & 0x7f) == 11) || (((rate[i]) & 0x7f) == 22) ) -+ return _TRUE; -+ } -+ -+ return _FALSE; -+ -+} -+ -+int cckratesonly_included(unsigned char *rate, int ratelen) -+{ -+ int i; -+ -+ for(i = 0; i < ratelen; i++) -+ { -+ if ( (((rate[i]) & 0x7f) != 2) && (((rate[i]) & 0x7f) != 4) && -+ (((rate[i]) & 0x7f) != 11) && (((rate[i]) & 0x7f) != 22) ) -+ return _FALSE; -+ } -+ -+ return _TRUE; -+} -+ -+s8 rtw_get_tx_nss(_adapter *adapter, struct sta_info *psta) -+{ -+ u8 rf_type = RF_1T1R, custom_rf_type, vht_mcs[2]; -+ s8 nss = 1; -+ -+ custom_rf_type = adapter->registrypriv.rf_config; -+ rtw_hal_get_hwreg(adapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ if (!psta) -+ return nss; -+ -+ /* rf_config is dependent on efuse or sw config */ -+ if (custom_rf_type != RF_MAX_TYPE) -+ rf_type = custom_rf_type; -+ -+#ifdef CONFIG_80211AC_VHT -+ if (psta->vhtpriv.vht_option) { -+ u8 vht_mcs[2]; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ struct vht_priv *pvhtpriv_ap = &pmlmepriv->vhtpriv; -+ -+ _rtw_memcpy(vht_mcs, psta->vhtpriv.vht_mcs_map, 2); -+ /* doesn't support 5~8 SS so far */ -+ vht_mcs[1] = 0xff; -+ switch (rf_type) { -+ case RF_1T1R: -+ case RF_1T2R: -+ vht_mcs[0] |= 0xfc; -+ break; -+ case RF_2T2R: -+ case RF_2T4R: -+ case RF_2T2R_GREEN: -+ case RF_2T3R: -+ vht_mcs[0] |= 0xf0; -+ break; -+ case RF_3T3R: -+ case RF_3T4R: -+ vht_mcs[0] |= 0xc0; -+ break; -+ default: -+ DBG_871X("%s,%d, unknown rf type\n", __func__, __LINE__); -+ break; -+ } -+ nss = rtw_vht_mcsmap_to_nss(vht_mcs); -+ } else -+#endif /* CONFIG_80211AC_VHT */ -+ if (psta->htpriv.ht_option) { -+ u8 supp_mcs_set[4]; -+ -+ _rtw_memcpy(supp_mcs_set, psta->htpriv.ht_cap.supp_mcs_set, 4); -+ -+ switch (rf_type) { -+ case RF_1T1R: -+ case RF_1T2R: -+ supp_mcs_set[1] = supp_mcs_set[2] = supp_mcs_set[3] = 0; -+ break; -+ case RF_2T2R: -+ case RF_2T4R: -+ case RF_2T2R_GREEN: -+ case RF_2T3R: -+ supp_mcs_set[2] = supp_mcs_set[3] = 0; -+ break; -+ case RF_3T3R: -+ case RF_3T4R: -+ supp_mcs_set[3] = 0; -+ break; -+ default: -+ DBG_871X("%s,%d, unknown rf type\n", __func__, __LINE__); -+ break; -+ } -+ nss = rtw_ht_mcsset_to_nss(supp_mcs_set); -+ } -+ -+ DBG_871X("%s: %d SS, rf_type=%d\n", __func__, nss, rf_type); -+ return nss; -+} -+ -+u8 networktype_to_raid(_adapter *adapter,struct sta_info *psta) -+{ -+ unsigned char raid; -+ switch(psta->wireless_mode) -+ { -+ case WIRELESS_11B: -+ raid = RATR_INX_WIRELESS_B; -+ break; -+ case WIRELESS_11A: -+ case WIRELESS_11G: -+ raid = RATR_INX_WIRELESS_G; -+ break; -+ case WIRELESS_11BG: -+ raid = RATR_INX_WIRELESS_GB; -+ break; -+ case WIRELESS_11_24N: -+ case WIRELESS_11_5N: -+ raid = RATR_INX_WIRELESS_N; -+ break; -+ case WIRELESS_11A_5N: -+ case WIRELESS_11G_24N: -+ raid = RATR_INX_WIRELESS_NG; -+ break; -+ case WIRELESS_11BG_24N: -+ raid = RATR_INX_WIRELESS_NGB; -+ break; -+ default: -+ raid = RATR_INX_WIRELESS_GB; -+ break; -+ -+ } -+ return raid; -+ -+} -+ -+u8 networktype_to_raid_ex(_adapter *adapter, struct sta_info *psta) -+{ -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ u8 raid = RATEID_IDX_BGN_40M_1SS, cur_rf_type, rf_type, custom_rf_type; -+ s8 tx_nss; -+ -+ tx_nss = rtw_get_tx_nss(adapter, psta); -+ -+ switch(psta->wireless_mode) -+ { -+ case WIRELESS_11B: -+ raid = RATEID_IDX_B; -+ break; -+ case WIRELESS_11A: -+ case WIRELESS_11G: -+ raid = RATEID_IDX_G; -+ break; -+ case WIRELESS_11BG: -+ raid = RATEID_IDX_BG; -+ break; -+ case WIRELESS_11_24N: -+ case WIRELESS_11_5N: -+ case WIRELESS_11A_5N: -+ case WIRELESS_11G_24N: -+ if (tx_nss == 1) -+ raid = RATEID_IDX_GN_N1SS; -+ else if (tx_nss == 2) -+ raid = RATEID_IDX_GN_N2SS; -+ else if (tx_nss == 3) -+ raid = RATEID_IDX_BGN_3SS; -+ else -+ DBG_871X("tx_nss error!(tx_nss=%d)\n", tx_nss); -+ break; -+ case WIRELESS_11B_24N: -+ case WIRELESS_11BG_24N: -+ if (psta->bw_mode == CHANNEL_WIDTH_20) { -+ if (tx_nss == 1) -+ raid = RATEID_IDX_BGN_20M_1SS_BN; -+ else if (tx_nss == 2) -+ raid = RATEID_IDX_BGN_20M_2SS_BN; -+ else if (tx_nss == 3) -+ raid = RATEID_IDX_BGN_3SS; -+ else -+ DBG_871X("tx_nss error!(tx_nss=%d)\n", tx_nss); -+ } else { -+ if (tx_nss == 1) -+ raid = RATEID_IDX_BGN_40M_1SS; -+ else if (tx_nss == 2) -+ raid = RATEID_IDX_BGN_40M_2SS; -+ else if (tx_nss == 3) -+ raid = RATEID_IDX_BGN_3SS; -+ else -+ DBG_871X("tx_nss error!(tx_nss=%d)\n", tx_nss); -+ } -+ break; -+#ifdef CONFIG_80211AC_VHT -+ case WIRELESS_11_5AC: -+ if (tx_nss == 1) -+ raid = RATEID_IDX_VHT_1SS; -+ else if (tx_nss == 2) -+ raid = RATEID_IDX_VHT_2SS; -+ else if (tx_nss == 3) -+ raid = RATEID_IDX_VHT_3SS; -+ else -+ DBG_871X("tx_nss error!(tx_nss=%d)\n", tx_nss); -+ break; -+ case WIRELESS_11_24AC: -+ if (psta->bw_mode >= CHANNEL_WIDTH_80) -+ { -+ if (tx_nss == 1) -+ raid = RATEID_IDX_VHT_1SS; -+ else if (tx_nss == 2) -+ raid = RATEID_IDX_VHT_2SS; -+ else if (tx_nss == 3) -+ raid = RATEID_IDX_VHT_3SS; -+ else -+ DBG_871X("tx_nss error!(tx_nss=%d)\n", tx_nss); -+ } -+ else -+ { -+ if (tx_nss == 1) -+ raid = RATEID_IDX_MIX1; -+ else if (tx_nss == 2) -+ raid = RATEID_IDX_MIX2; -+ else if (tx_nss == 3) -+ raid = RATEID_IDX_VHT_3SS; -+ else -+ DBG_871X("tx_nss error!(tx_nss=%d)\n", tx_nss); -+ } -+ break; -+#endif -+ default: -+ DBG_871X("unexpected wireless mode!(psta->wireless_mode=%x)\n", psta->wireless_mode); -+ break; -+ -+ } -+ -+ /* DBG_871X("psta->wireless_mode=%x, tx_nss=%d\n", psta->wireless_mode, tx_nss); */ -+ -+ return raid; -+ -+} -+ -+u8 judge_network_type(_adapter *padapter, unsigned char *rate, int ratelen) -+{ -+ u8 network_type = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ if(pmlmeext->cur_channel > 14) -+ { -+ if (pmlmeinfo->VHT_enable) -+ network_type = WIRELESS_11AC; -+ else if (pmlmeinfo->HT_enable) -+ network_type = WIRELESS_11_5N; -+ -+ network_type |= WIRELESS_11A; -+ } -+ else -+ { -+ if (pmlmeinfo->HT_enable) -+ { -+ network_type = WIRELESS_11_24N; -+ } -+ -+ if ((cckratesonly_included(rate, ratelen)) == _TRUE) -+ { -+ network_type |= WIRELESS_11B; -+ } -+ else if((cckrates_included(rate, ratelen)) == _TRUE) -+ { -+ network_type |= WIRELESS_11BG; -+ } -+ else -+ { -+ network_type |= WIRELESS_11G; -+ } -+ } -+ -+ return network_type; -+} -+ -+unsigned char ratetbl_val_2wifirate(unsigned char rate); -+unsigned char ratetbl_val_2wifirate(unsigned char rate) -+{ -+ unsigned char val = 0; -+ -+ switch (rate & 0x7f) -+ { -+ case 0: -+ val = IEEE80211_CCK_RATE_1MB; -+ break; -+ -+ case 1: -+ val = IEEE80211_CCK_RATE_2MB; -+ break; -+ -+ case 2: -+ val = IEEE80211_CCK_RATE_5MB; -+ break; -+ -+ case 3: -+ val = IEEE80211_CCK_RATE_11MB; -+ break; -+ -+ case 4: -+ val = IEEE80211_OFDM_RATE_6MB; -+ break; -+ -+ case 5: -+ val = IEEE80211_OFDM_RATE_9MB; -+ break; -+ -+ case 6: -+ val = IEEE80211_OFDM_RATE_12MB; -+ break; -+ -+ case 7: -+ val = IEEE80211_OFDM_RATE_18MB; -+ break; -+ -+ case 8: -+ val = IEEE80211_OFDM_RATE_24MB; -+ break; -+ -+ case 9: -+ val = IEEE80211_OFDM_RATE_36MB; -+ break; -+ -+ case 10: -+ val = IEEE80211_OFDM_RATE_48MB; -+ break; -+ -+ case 11: -+ val = IEEE80211_OFDM_RATE_54MB; -+ break; -+ -+ } -+ -+ return val; -+ -+} -+ -+int is_basicrate(_adapter *padapter, unsigned char rate); -+int is_basicrate(_adapter *padapter, unsigned char rate) -+{ -+ int i; -+ unsigned char val; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ for(i = 0; i < NumRates; i++) -+ { -+ val = pmlmeext->basicrate[i]; -+ -+ if ((val != 0xff) && (val != 0xfe)) -+ { -+ if (rate == ratetbl_val_2wifirate(val)) -+ { -+ return _TRUE; -+ } -+ } -+ } -+ -+ return _FALSE; -+} -+ -+unsigned int ratetbl2rateset(_adapter *padapter, unsigned char *rateset); -+unsigned int ratetbl2rateset(_adapter *padapter, unsigned char *rateset) -+{ -+ int i; -+ unsigned char rate; -+ unsigned int len = 0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ for (i = 0; i < NumRates; i++) -+ { -+ rate = pmlmeext->datarate[i]; -+ -+ switch (rate) -+ { -+ case 0xff: -+ return len; -+ -+ case 0xfe: -+ continue; -+ -+ default: -+ rate = ratetbl_val_2wifirate(rate); -+ -+ if (is_basicrate(padapter, rate) == _TRUE) -+ { -+ rate |= IEEE80211_BASIC_RATE_MASK; -+ } -+ -+ rateset[len] = rate; -+ len++; -+ break; -+ } -+ } -+ return len; -+} -+ -+void get_rate_set(_adapter *padapter, unsigned char *pbssrate, int *bssrate_len) -+{ -+ unsigned char supportedrates[NumRates]; -+ -+ _rtw_memset(supportedrates, 0, NumRates); -+ *bssrate_len = ratetbl2rateset(padapter, supportedrates); -+ _rtw_memcpy(pbssrate, supportedrates, *bssrate_len); -+} -+ -+void set_mcs_rate_by_mask(u8 *mcs_set, u32 mask) -+{ -+ u8 mcs_rate_1r = (u8)(mask&0xff); -+ u8 mcs_rate_2r = (u8)((mask>>8)&0xff); -+ u8 mcs_rate_3r = (u8)((mask>>16)&0xff); -+ u8 mcs_rate_4r = (u8)((mask>>24)&0xff); -+ -+ mcs_set[0] &= mcs_rate_1r; -+ mcs_set[1] &= mcs_rate_2r; -+ mcs_set[2] &= mcs_rate_3r; -+ mcs_set[3] &= mcs_rate_4r; -+} -+ -+void UpdateBrateTbl( -+ IN PADAPTER Adapter, -+ IN u8 *mBratesOS -+) -+{ -+ u8 i; -+ u8 rate; -+ -+ // 1M, 2M, 5.5M, 11M, 6M, 12M, 24M are mandatory. -+ for(i=0;iiface_type == IFACE_PORT1) -+ { -+ Set_NETYPE1_MSR(padapter, type); -+ } -+ else -+#endif -+ { -+ Set_NETYPE0_MSR(padapter, type); -+ } -+} -+ -+inline u8 rtw_get_oper_ch(_adapter *adapter) -+{ -+ return adapter_to_dvobj(adapter)->oper_channel; -+} -+ -+inline void rtw_set_oper_ch(_adapter *adapter, u8 ch) -+{ -+#ifdef DBG_CH_SWITCH -+ const int len = 128; -+ char msg[128] = {0}; -+ int cnt = 0; -+ int i = 0; -+#endif /* DBG_CH_SWITCH */ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ -+ if (dvobj->oper_channel != ch) { -+ dvobj->on_oper_ch_time = rtw_get_current_time(); -+ -+#ifdef DBG_CH_SWITCH -+ cnt += snprintf(msg+cnt, len-cnt, "switch to ch %3u", ch); -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ _adapter *iface = dvobj->padapters[i]; -+ cnt += snprintf(msg+cnt, len-cnt, " ["ADPT_FMT":", ADPT_ARG(iface)); -+ if (iface->mlmeextpriv.cur_channel == ch) -+ cnt += snprintf(msg+cnt, len-cnt, "C"); -+ else -+ cnt += snprintf(msg+cnt, len-cnt, "_"); -+ if (iface->wdinfo.listen_channel == ch && !rtw_p2p_chk_state(&iface->wdinfo, P2P_STATE_NONE)) -+ cnt += snprintf(msg+cnt, len-cnt, "L"); -+ else -+ cnt += snprintf(msg+cnt, len-cnt, "_"); -+ cnt += snprintf(msg+cnt, len-cnt, "]"); -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" %s\n", FUNC_ADPT_ARG(adapter), msg); -+#endif /* DBG_CH_SWITCH */ -+ } -+ -+ dvobj->oper_channel = ch; -+} -+ -+inline u8 rtw_get_oper_bw(_adapter *adapter) -+{ -+ return adapter_to_dvobj(adapter)->oper_bwmode; -+} -+ -+inline void rtw_set_oper_bw(_adapter *adapter, u8 bw) -+{ -+ adapter_to_dvobj(adapter)->oper_bwmode = bw; -+} -+ -+inline u8 rtw_get_oper_choffset(_adapter *adapter) -+{ -+ return adapter_to_dvobj(adapter)->oper_ch_offset; -+} -+ -+inline void rtw_set_oper_choffset(_adapter *adapter, u8 offset) -+{ -+ adapter_to_dvobj(adapter)->oper_ch_offset = offset; -+} -+ -+u8 rtw_get_offset_by_ch(u8 channel) -+{ -+ u8 offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ if(channel>=1 && channel<=4) -+ { -+ offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ } -+ else if(channel>=5 && channel<=14) -+ { -+ offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ } -+ else -+ { -+ switch(channel) -+ { -+ case 36: -+ case 44: -+ case 52: -+ case 60: -+ case 100: -+ case 108: -+ case 116: -+ case 124: -+ case 132: -+ case 149: -+ case 157: -+ offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ case 40: -+ case 48: -+ case 56: -+ case 64: -+ case 104: -+ case 112: -+ case 120: -+ case 128: -+ case 136: -+ case 153: -+ case 161: -+ offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ default: -+ offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ -+ } -+ -+ return offset; -+ -+} -+ -+u8 rtw_get_center_ch(u8 channel, u8 chnl_bw, u8 chnl_offset) -+{ -+ u8 center_ch = channel; -+ -+ if(chnl_bw == CHANNEL_WIDTH_80) -+ { -+ if((channel == 36) || (channel == 40) || (channel == 44) || (channel == 48) ) -+ center_ch = 42; -+ if((channel == 52) || (channel == 56) || (channel == 60) || (channel == 64) ) -+ center_ch = 58; -+ if((channel == 100) || (channel == 104) || (channel == 108) || (channel == 112) ) -+ center_ch = 106; -+ if((channel == 116) || (channel == 120) || (channel == 124) || (channel == 128) ) -+ center_ch = 122; -+ if((channel == 132) || (channel == 136) || (channel == 140) || (channel == 144) ) -+ center_ch = 138; -+ if((channel == 149) || (channel == 153) || (channel == 157) || (channel == 161) ) -+ center_ch = 155; -+ else if(channel <= 14) -+ center_ch = 7; -+ } -+ else if(chnl_bw == CHANNEL_WIDTH_40) -+ { -+ if (chnl_offset == HAL_PRIME_CHNL_OFFSET_LOWER) -+ center_ch = channel + 2; -+ else -+ center_ch = channel - 2; -+ } -+ -+ return center_ch; -+} -+ -+inline u32 rtw_get_on_oper_ch_time(_adapter *adapter) -+{ -+ return adapter_to_dvobj(adapter)->on_oper_ch_time; -+} -+ -+inline u32 rtw_get_on_cur_ch_time(_adapter *adapter) -+{ -+ if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) -+ return adapter_to_dvobj(adapter)->on_oper_ch_time; -+ else -+ return 0; -+} -+ -+void SelectChannel(_adapter *padapter, unsigned char channel) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->setch_mutex), NULL); -+ -+#ifdef CONFIG_DFS_MASTER -+{ -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(padapter); -+ bool ori_overlap_radar_detect_ch = rtw_rfctl_overlap_radar_detect_ch(rfctl); -+ bool new_overlap_radar_detect_ch = _rtw_rfctl_overlap_radar_detect_ch(rfctl, channel -+ , adapter_to_dvobj(padapter)->oper_bwmode, adapter_to_dvobj(padapter)->oper_ch_offset); -+ -+ if (!ori_overlap_radar_detect_ch && new_overlap_radar_detect_ch) -+ rtw_odm_radar_detect_enable(padapter); -+ -+ if (new_overlap_radar_detect_ch && IS_UNDER_CAC(rfctl)) { -+ u8 pause = 0xFF; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &pause); -+ } -+#endif /* CONFIG_DFS_MASTER */ -+ -+ //saved channel info -+ rtw_set_oper_ch(padapter, channel); -+ -+ rtw_hal_set_chan(padapter, channel); -+ -+#ifdef CONFIG_DFS_MASTER -+ if (ori_overlap_radar_detect_ch && !new_overlap_radar_detect_ch) { -+ u8 pause = 0x00; -+ -+ rtw_odm_radar_detect_disable(padapter); -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &pause); -+ } -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->setch_mutex), NULL); -+ -+} -+ -+void SetBWMode(_adapter *padapter, unsigned short bwmode, unsigned char channel_offset) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->setbw_mutex), NULL); -+ -+#ifdef CONFIG_DFS_MASTER -+{ -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(padapter); -+ bool ori_overlap_radar_detect_ch = rtw_rfctl_overlap_radar_detect_ch(rfctl); -+ bool new_overlap_radar_detect_ch = _rtw_rfctl_overlap_radar_detect_ch(rfctl -+ , adapter_to_dvobj(padapter)->oper_channel, bwmode, channel_offset); -+ -+ if (!ori_overlap_radar_detect_ch && new_overlap_radar_detect_ch) -+ rtw_odm_radar_detect_enable(padapter); -+ -+ if (new_overlap_radar_detect_ch && IS_UNDER_CAC(rfctl)) { -+ u8 pause = 0xFF; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &pause); -+ } -+#endif /* CONFIG_DFS_MASTER */ -+ -+ //saved bw info -+ rtw_set_oper_bw(padapter, bwmode); -+ rtw_set_oper_choffset(padapter, channel_offset); -+ -+ rtw_hal_set_bwmode(padapter, (CHANNEL_WIDTH)bwmode, channel_offset); -+ -+#ifdef CONFIG_DFS_MASTER -+ if (ori_overlap_radar_detect_ch && !new_overlap_radar_detect_ch) { -+ u8 pause = 0x00; -+ -+ rtw_odm_radar_detect_disable(padapter); -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &pause); -+ } -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->setbw_mutex), NULL); -+} -+ -+void set_channel_bwmode(_adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned short bwmode) -+{ -+ u8 center_ch, chnl_offset80 = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if ( padapter->bNotifyChannelChange ) -+ { -+ DBG_871X( "[%s] ch = %d, offset = %d, bwmode = %d\n", __FUNCTION__, channel, channel_offset, bwmode ); -+ } -+ -+ center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); -+ -+ if(bwmode == CHANNEL_WIDTH_80) -+ { -+ if(center_ch > channel) -+ chnl_offset80 = HAL_PRIME_CHNL_OFFSET_LOWER; -+ else if(center_ch < channel) -+ chnl_offset80 = HAL_PRIME_CHNL_OFFSET_UPPER; -+ else -+ chnl_offset80 = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->setch_mutex), NULL); -+ -+#ifdef CONFIG_DFS_MASTER -+{ -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(padapter); -+ bool ori_overlap_radar_detect_ch = rtw_rfctl_overlap_radar_detect_ch(rfctl); -+ bool new_overlap_radar_detect_ch = _rtw_rfctl_overlap_radar_detect_ch(rfctl, channel, bwmode, channel_offset); -+ -+ if (!ori_overlap_radar_detect_ch && new_overlap_radar_detect_ch) -+ rtw_odm_radar_detect_enable(padapter); -+ -+ if (new_overlap_radar_detect_ch && IS_UNDER_CAC(rfctl)) { -+ u8 pause = 0xFF; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &pause); -+ } -+#endif /* CONFIG_DFS_MASTER */ -+ -+ //set Channel -+ //saved channel/bw info -+ rtw_set_oper_ch(padapter, channel); -+ rtw_set_oper_bw(padapter, bwmode); -+ rtw_set_oper_choffset(padapter, channel_offset); -+ -+ rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); // set center channel -+ -+#ifdef CONFIG_DFS_MASTER -+ if (ori_overlap_radar_detect_ch && !new_overlap_radar_detect_ch) { -+ u8 pause = 0x00; -+ -+ rtw_odm_radar_detect_disable(padapter); -+ rtw_hal_set_hwreg(padapter, HW_VAR_TXPAUSE, &pause); -+ } -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->setch_mutex), NULL); -+} -+ -+int get_bsstype(unsigned short capability) -+{ -+ if (capability & BIT(0)) -+ { -+ return WIFI_FW_AP_STATE; -+ } -+ else if (capability & BIT(1)) -+ { -+ return WIFI_FW_ADHOC_STATE; -+ } -+ else -+ { -+ return 0; -+ } -+} -+ -+__inline u8 *get_my_bssid(WLAN_BSSID_EX *pnetwork) -+{ -+ return (pnetwork->MacAddress); -+} -+ -+u16 get_beacon_interval(WLAN_BSSID_EX *bss) -+{ -+ unsigned short val; -+ _rtw_memcpy((unsigned char *)&val, rtw_get_beacon_interval_from_ie(bss->IEs), 2); -+ -+ return le16_to_cpu(val); -+ -+} -+ -+int is_client_associated_to_ap(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ -+ if(!padapter) -+ return _FAIL; -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE)) -+ { -+ return _TRUE; -+ } -+ else -+ { -+ return _FAIL; -+ } -+} -+ -+int is_client_associated_to_ibss(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) -+ { -+ return _TRUE; -+ } -+ else -+ { -+ return _FAIL; -+ } -+} -+ -+int is_IBSS_empty(_adapter *padapter) -+{ -+ unsigned int i; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) -+ { -+ if (pmlmeinfo->FW_sta_info[i].status == 1) -+ { -+ return _FAIL; -+ } -+ } -+ -+ return _TRUE; -+ -+} -+ -+unsigned int decide_wait_for_beacon_timeout(unsigned int bcn_interval) -+{ -+ if ((bcn_interval << 2) < WAIT_FOR_BCN_TO_MIN) -+ { -+ return WAIT_FOR_BCN_TO_MIN; -+ } -+ else if ((bcn_interval << 2) > WAIT_FOR_BCN_TO_MAX) -+ { -+ return WAIT_FOR_BCN_TO_MAX; -+ } -+ else -+ { -+ return ((bcn_interval << 2)); -+ } -+} -+ -+void CAM_empty_entry( -+ PADAPTER Adapter, -+ u8 ucIndex -+) -+{ -+ rtw_hal_set_hwreg(Adapter, HW_VAR_CAM_EMPTY_ENTRY, (u8 *)(&ucIndex)); -+} -+ -+void invalidate_cam_all(_adapter *padapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ u8 val8 = 0; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_CAM_INVALID_ALL, &val8); -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ rtw_sec_cam_map_clr_all(&cam_ctl->used); -+ _rtw_memset(dvobj->cam_cache, 0, sizeof(struct sec_cam_ent) * SEC_CAM_ENT_NUM_SW_LIMIT); -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+} -+ -+void _clear_cam_entry(_adapter *padapter, u8 entry) -+{ -+ unsigned char null_sta[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ unsigned char null_key[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,0x00, 0x00, 0x00, 0x00,0x00, 0x00, 0x00, 0x00}; -+ -+ rtw_sec_write_cam_ent(padapter, entry, 0, null_sta, null_key); -+} -+ -+inline void write_cam(_adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key) -+{ -+#ifdef CONFIG_WRITE_CACHE_ONLY -+ write_cam_cache(adapter, id ,ctrl, mac, key); -+#else -+ rtw_sec_write_cam_ent(adapter, id, ctrl, mac, key); -+ write_cam_cache(adapter, id ,ctrl, mac, key); -+#endif -+} -+ -+inline void clear_cam_entry(_adapter *adapter, u8 id) -+{ -+ _clear_cam_entry(adapter, id); -+ clear_cam_cache(adapter, id); -+} -+ -+inline void write_cam_from_cache(_adapter *adapter, u8 id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ struct sec_cam_ent cache; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ _rtw_memcpy(&cache, &dvobj->cam_cache[id], sizeof(struct sec_cam_ent)); -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+ -+ rtw_sec_write_cam_ent(adapter, id, cache.ctrl, cache.mac, cache.key); -+} -+ -+void write_cam_cache(_adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ -+ dvobj->cam_cache[id].ctrl = ctrl; -+ _rtw_memcpy(dvobj->cam_cache[id].mac, mac, ETH_ALEN); -+ _rtw_memcpy(dvobj->cam_cache[id].key, key, 16); -+ -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+} -+ -+void clear_cam_cache(_adapter *adapter, u8 id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ -+ _rtw_memset(&(dvobj->cam_cache[id]), 0, sizeof(struct sec_cam_ent)); -+ -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+} -+ -+s16 rtw_get_camid(_adapter *adapter, struct sta_info *sta, s16 kid) -+{ -+ u8 macid; -+ s16 camid; -+ -+ //cam_entry: -+ //0~3 for default key -+ -+ //for concurrent mode (ap+sta, sta+sta): -+ //default key is disable, using sw encrypt/decrypt -+ //camid 0, 1, 2, 3 is default entry for default key/group key -+ //macid = 1 is for bc/mc stainfo, no mapping to camid -+ //macid = 0 mapping to camid 4 -+ //for macid >=2, camid = macid+3; -+ -+ if (sta) { -+ struct mlme_ext_info *mlmeinfo = &adapter->mlmeextpriv.mlmext_info; -+ macid = sta->mac_id; -+ -+ if((mlmeinfo->state&0x03) == WIFI_FW_AP_STATE) { -+ if((macid == 1) || (macid>(NUM_STA-4))){ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" failed, mac_id=%d\n", FUNC_ADPT_ARG(adapter), macid); -+ camid = -1; -+ goto exit; -+ } -+ } -+ -+ if(macid==0) -+ camid = 4; -+ else if(macid >=2) -+ camid = macid + 3; -+ else -+ camid = 4; -+ } -+ else { -+ /* default key is disabled */ -+ camid = -1; -+ } -+ -+exit: -+ return (s16)camid; -+} -+ -+inline bool _rtw_camctl_chk_cap(_adapter *adapter, u8 cap) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ if (cam_ctl->sec_cap & cap) -+ return _TRUE; -+ return _FALSE; -+} -+ -+inline void _rtw_camctl_set_flags(_adapter *adapter, u32 flags) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ cam_ctl->flags |= flags; -+} -+ -+inline void rtw_camctl_set_flags(_adapter *adapter, u32 flags) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ _rtw_camctl_set_flags(adapter, flags); -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+} -+ -+inline void _rtw_camctl_clr_flags(_adapter *adapter, u32 flags) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ cam_ctl->flags &= ~flags; -+} -+ -+inline void rtw_camctl_clr_flags(_adapter *adapter, u32 flags) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ _rtw_camctl_clr_flags(adapter, flags); -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+} -+ -+inline bool _rtw_camctl_chk_flags(_adapter *adapter, u32 flags) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ if (cam_ctl->flags & flags) -+ return _TRUE; -+ return _FALSE; -+} -+ -+void dump_sec_cam_map(void *sel, struct sec_cam_bmp *map, u8 max_num) -+{ -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m0); -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ if (max_num && max_num > 32) -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m1); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ if (max_num && max_num > 64) -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m2); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ if (max_num && max_num > 96) -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m3); -+#endif -+} -+ -+inline bool rtw_sec_camid_is_set(struct sec_cam_bmp *map, u8 id) -+{ -+ if (id < 32) -+ return (map->m0 & BIT(id)); -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ else if (id < 64) -+ return (map->m1 & BIT(id - 32)); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ else if (id < 96) -+ return (map->m2 & BIT(id - 64)); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ else if (id < 128) -+ return (map->m3 & BIT(id - 96)); -+#endif -+ else -+ rtw_warn_on(1); -+ -+ return 0; -+} -+ -+inline void rtw_sec_cam_map_set(struct sec_cam_bmp *map, u8 id) -+{ -+ if (id < 32) -+ map->m0 |= BIT(id); -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ else if (id < 64) -+ map->m1 |= BIT(id - 32); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ else if (id < 96) -+ map->m2 |= BIT(id - 64); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ else if (id < 128) -+ map->m3 |= BIT(id - 96); -+#endif -+ else -+ rtw_warn_on(1); -+} -+ -+inline void rtw_sec_cam_map_clr(struct sec_cam_bmp *map, u8 id) -+{ -+ if (id < 32) -+ map->m0 &= ~BIT(id); -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ else if (id < 64) -+ map->m1 &= ~BIT(id-32); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ else if (id < 96) -+ map->m2 &= ~BIT(id-64); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ else if (id < 128) -+ map->m3 &= ~BIT(id-96); -+#endif -+ else -+ rtw_warn_on(1); -+} -+ -+inline void rtw_sec_cam_map_clr_all(struct sec_cam_bmp *map) -+{ -+ map->m0 = 0; -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ map->m1 = 0; -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ map->m2 = 0; -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ map->m3 = 0; -+#endif -+} -+ -+inline bool rtw_sec_camid_is_drv_forbid(struct cam_ctl_t *cam_ctl, u8 id) -+{ -+ struct sec_cam_bmp forbid_map; -+ -+ forbid_map.m0 = 0x00000ff0; -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ forbid_map.m1 = 0x00000000; -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ forbid_map.m2 = 0x00000000; -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ forbid_map.m3 = 0x00000000; -+#endif -+ -+ if (id < 32) -+ return (forbid_map.m0 & BIT(id)); -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ else if (id < 64) -+ return (forbid_map.m1 & BIT(id - 32)); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ else if (id < 96) -+ return (forbid_map.m2 & BIT(id - 64)); -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ else if (id < 128) -+ return (forbid_map.m3 & BIT(id - 96)); -+#endif -+ else -+ rtw_warn_on(1); -+ -+ return 1; -+} -+ -+bool _rtw_sec_camid_is_used(struct cam_ctl_t *cam_ctl, u8 id) -+{ -+ bool ret = _FALSE; -+ -+ if (id >= cam_ctl->num) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ #if 0 /* for testing */ -+ if (rtw_sec_camid_is_drv_forbid(cam_ctl, id)) { -+ ret = _TRUE; -+ goto exit; -+ } -+ #endif -+ -+ ret = rtw_sec_camid_is_set(&cam_ctl->used, id); -+ -+exit: -+ return ret; -+} -+ -+inline bool rtw_sec_camid_is_used(struct cam_ctl_t *cam_ctl, u8 id) -+{ -+ _irqL irqL; -+ bool ret; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ ret = _rtw_sec_camid_is_used(cam_ctl, id); -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+ -+ return ret; -+} -+ -+inline bool _rtw_camid_is_gk(_adapter *adapter, u8 cam_id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ bool ret = _FALSE; -+ -+ if (cam_id >= cam_ctl->num) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (_rtw_sec_camid_is_used(cam_ctl, cam_id) == _FALSE) -+ goto exit; -+ -+ ret = (dvobj->cam_cache[cam_id].ctrl&BIT6)?_TRUE:_FALSE; -+ -+exit: -+ return ret; -+} -+ -+inline bool rtw_camid_is_gk(_adapter *adapter, u8 cam_id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ bool ret; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ ret = _rtw_camid_is_gk(adapter, cam_id); -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+ -+ return ret; -+} -+ -+bool cam_cache_chk(_adapter *adapter, u8 id, u8 *addr, s16 kid, s8 gk) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ bool ret = _FALSE; -+ -+ if (addr && _rtw_memcmp(dvobj->cam_cache[id].mac, addr, ETH_ALEN) == _FALSE) -+ goto exit; -+ if (kid >= 0 && kid != (dvobj->cam_cache[id].ctrl&0x03)) -+ goto exit; -+ if (gk != -1 && (gk?_TRUE:_FALSE) != _rtw_camid_is_gk(adapter, id)) -+ goto exit; -+ -+ ret = _TRUE; -+ -+exit: -+ return ret; -+} -+ -+s16 _rtw_camid_search(_adapter *adapter, u8 *addr, s16 kid, s8 gk) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ int i; -+ s16 cam_id = -1; -+ -+ for (i = 0; i < cam_ctl->num; i++) { -+ if (cam_cache_chk(adapter, i, addr, kid, gk)) { -+ cam_id = i; -+ break; -+ } -+ } -+ -+ if (0) { -+ if (addr) -+ DBG_871X(FUNC_ADPT_FMT" addr:"MAC_FMT" kid:%d, gk:%d, return cam_id:%d\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(addr), kid, gk, cam_id); -+ else -+ DBG_871X(FUNC_ADPT_FMT" addr:%p kid:%d, gk:%d, return cam_id:%d\n" -+ , FUNC_ADPT_ARG(adapter), addr, kid, gk, cam_id); -+ } -+ -+ return cam_id; -+} -+ -+s16 rtw_camid_search(_adapter *adapter, u8 *addr, s16 kid, s8 gk) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ s16 cam_id = -1; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ cam_id = _rtw_camid_search(adapter, addr, kid, gk); -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+ -+ return cam_id; -+} -+ -+s16 rtw_camid_alloc(_adapter *adapter, struct sta_info *sta, u8 kid, bool *used) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ s16 cam_id = -1; -+ -+ *used = _FALSE; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ -+#ifdef DYNAMIC_CAMID_ALLOC -+ { -+ struct mlme_ext_info *mlmeinfo = &adapter->mlmeextpriv.mlmext_info; -+ -+ if((((mlmeinfo->state&0x03) == WIFI_FW_AP_STATE) || ((mlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) -+ && !sta) { -+ /* AP/Ad-hoc mode group key: static alloction to default key by key ID */ -+ if (kid > 3) { -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" group key with invalid key id:%u\n" -+ , FUNC_ADPT_ARG(adapter), kid); -+ rtw_warn_on(1); -+ goto bitmap_handle; -+ } -+ cam_id = kid; -+ } -+ else { -+ int i; -+ u8 *addr = sta?sta->hwaddr:NULL; -+ #if 0 /* for testing */ -+ static u8 start_id = 0; -+ #else -+ u8 start_id = 0; -+ #endif -+ -+ if(!sta) { -+ if (!(mlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { -+ /* bypass STA mode group key setting before connected(ex:WEP) because bssid is not ready */ -+ goto bitmap_handle; -+ } -+ -+ addr = get_bssid(&adapter->mlmepriv); -+ } -+ -+ /* find cam entry which has the same addr, kid (, gk bit) */ -+ if (_rtw_camctl_chk_cap(adapter, SEC_CAP_CHK_BMC) == _TRUE) -+ i = _rtw_camid_search(adapter, addr, kid, sta?_FALSE:_TRUE); -+ else -+ i = _rtw_camid_search(adapter, addr, kid, -1); -+ -+ if (i >= 0) { -+ cam_id = i; -+ goto bitmap_handle; -+ } -+ -+ for (i = 0; i < cam_ctl->num; i++) { -+ /* bypass default key which is allocated statically */ -+ if (((i + start_id) % cam_ctl->num) < 4) -+ continue; -+ -+ if (_rtw_sec_camid_is_used(cam_ctl, ((i + start_id) % cam_ctl->num)) == _FALSE) -+ break; -+ } -+ -+ if (i == cam_ctl->num) { -+ if (sta) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" pairwise key with "MAC_FMT" id:%u no room\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(addr), kid); -+ else -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" group key with "MAC_FMT" id:%u no room\n" -+ , FUNC_ADPT_ARG(adapter), MAC_ARG(addr), kid); -+ rtw_warn_on(1); -+ goto bitmap_handle; -+ } -+ -+ cam_id = ((i + start_id) % cam_ctl->num); -+ start_id = ((i + start_id + 1) % cam_ctl->num); -+ } -+ } -+#else -+ cam_id = rtw_get_camid(adapter, sta, kid); -+#endif /* DYNAMIC_CAMID_ALLOC */ -+ -+bitmap_handle: -+ if (cam_id >= 0) { -+ *used = _rtw_sec_camid_is_used(cam_ctl, cam_id); -+ rtw_sec_cam_map_set(&cam_ctl->used, cam_id); -+ } -+ -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+ -+ return cam_id; -+} -+ -+void rtw_camid_free(_adapter *adapter, u8 cam_id) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ _irqL irqL; -+ -+ _enter_critical_bh(&cam_ctl->lock, &irqL); -+ -+ if (cam_id < cam_ctl->num) -+ rtw_sec_cam_map_clr(&cam_ctl->used, cam_id); -+ -+ _exit_critical_bh(&cam_ctl->lock, &irqL); -+} -+ -+int allocate_fw_sta_entry(_adapter *padapter) -+{ -+ unsigned int mac_id; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) -+ { -+ if (pmlmeinfo->FW_sta_info[mac_id].status == 0) -+ { -+ pmlmeinfo->FW_sta_info[mac_id].status = 1; -+ pmlmeinfo->FW_sta_info[mac_id].retry = 0; -+ break; -+ } -+ } -+ -+ return mac_id; -+} -+ -+void flush_all_cam_entry(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(check_buddy_fwstate(padapter, _FW_LINKED) == _TRUE) -+ { -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE)) -+ { -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+ -+ psta = rtw_get_stainfo(pstapriv, pmlmeinfo->network.MacAddress); -+ if(psta) { -+ if(psta->state & WIFI_AP_STATE) -+ {} //clear cam when ap free per sta_info -+ else { -+ rtw_clearstakey_cmd(padapter, psta, _FALSE); -+ } -+ } -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ /* clear default key */ -+ int i, cam_id; -+ u8 null_addr[ETH_ALEN]= {0,0,0,0,0,0}; -+ -+ for (i=0;i<4;i++) { -+ cam_id = rtw_camid_search(padapter, null_addr, i, -1); -+ if (cam_id >= 0) { -+ clear_cam_entry(padapter, cam_id); -+ rtw_camid_free(padapter, cam_id); -+ } -+ } -+ -+ /* clear default key related key search setting */ -+ #ifdef DYNAMIC_CAMID_ALLOC -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_DK_CFG, (u8*)_FALSE); -+ #endif -+ -+ /* leave pairwise key when ap free per sta_info */ -+ } -+ } -+ else -+#endif //CONFIG_CONCURRENT_MODE -+ { -+ invalidate_cam_all(padapter); -+ /* clear default key related key search setting */ -+ #ifdef DYNAMIC_CAMID_ALLOC -+ rtw_hal_set_hwreg(padapter, HW_VAR_SEC_DK_CFG, (u8*)_FALSE); -+ #endif -+ } -+ -+ _rtw_memset((u8 *)(pmlmeinfo->FW_sta_info), 0, sizeof(pmlmeinfo->FW_sta_info)); -+ -+} -+ -+#if defined(CONFIG_P2P) && defined(CONFIG_WFD) -+int WFD_info_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo; -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ u32 wfd_ielen = 0; -+ -+ -+ pwdinfo = &padapter->wdinfo; -+ if ( rtw_get_wfd_ie( ( u8* ) pIE, pIE->Length, wfd_ie, &wfd_ielen ) ) -+ { -+ u8 attr_content[ 10 ] = { 0x00 }; -+ u32 attr_contentlen = 0; -+ -+ DBG_871X( "[%s] Found WFD IE\n", __FUNCTION__ ); -+ rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, attr_content, &attr_contentlen); -+ if ( attr_contentlen ) -+ { -+ pwdinfo->wfd_info->peer_rtsp_ctrlport = RTW_GET_BE16( attr_content + 2 ); -+ DBG_8192C( "[%s] Peer PORT NUM = %d\n", __FUNCTION__, pwdinfo->wfd_info->peer_rtsp_ctrlport ); -+ return( _TRUE ); -+ } -+ } -+ else -+ { -+ DBG_871X( "[%s] NO WFD IE\n", __FUNCTION__ ); -+ -+ } -+ return( _FAIL ); -+} -+#endif -+ -+int WMM_param_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+ //struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if(pmlmepriv->qospriv.qos_option==0) -+ { -+ pmlmeinfo->WMM_enable = 0; -+ return _FALSE; -+ } -+ -+ if(_rtw_memcmp(&(pmlmeinfo->WMM_param), (pIE->data + 6), sizeof(struct WMM_para_element))) -+ { -+ return _FALSE; -+ } -+ else -+ { -+ _rtw_memcpy(&(pmlmeinfo->WMM_param), (pIE->data + 6), sizeof(struct WMM_para_element)); -+ } -+ pmlmeinfo->WMM_enable = 1; -+ return _TRUE; -+ -+ /*if (pregpriv->wifi_spec == 1) -+ { -+ if (pmlmeinfo->WMM_enable == 1) -+ { -+ //todo: compare the parameter set count & decide wheher to update or not -+ return _FAIL; -+ } -+ else -+ { -+ pmlmeinfo->WMM_enable = 1; -+ _rtw_rtw_memcpy(&(pmlmeinfo->WMM_param), (pIE->data + 6), sizeof(struct WMM_para_element)); -+ return _TRUE; -+ } -+ } -+ else -+ { -+ pmlmeinfo->WMM_enable = 0; -+ return _FAIL; -+ }*/ -+ -+} -+ -+void WMMOnAssocRsp(_adapter *padapter) -+{ -+ u8 ACI, ACM, AIFS, ECWMin, ECWMax, aSifsTime; -+ u8 acm_mask; -+ u16 TXOP; -+ u32 acParm, i; -+ u32 edca[4], inx[4]; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ acm_mask = 0; -+ -+ if (IsSupported5G(pmlmeext->cur_wireless_mode) || -+ (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) ) -+ aSifsTime = 16; -+ else -+ aSifsTime = 10; -+ -+ if (pmlmeinfo->WMM_enable == 0) -+ { -+ padapter->mlmepriv.acm_mask = 0; -+ -+ AIFS = aSifsTime + (2 * pmlmeinfo->slotTime); -+ -+ if (pmlmeext->cur_wireless_mode & (WIRELESS_11G |WIRELESS_11A)) { -+ ECWMin = 4; -+ ECWMax = 10; -+ } else if (pmlmeext->cur_wireless_mode & WIRELESS_11B) { -+ ECWMin = 5; -+ ECWMax = 10; -+ } else { -+ ECWMin = 4; -+ ECWMax = 10; -+ } -+ -+ TXOP = 0; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acParm)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acParm)); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acParm)); -+ -+ ECWMin = 2; -+ ECWMax = 3; -+ TXOP = 0x2f; -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acParm)); -+ } -+ else -+ { -+ edca[0] = edca[1] = edca[2] = edca[3] = 0; -+ -+ for (i = 0; i < 4; i++) -+ { -+ ACI = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 5) & 0x03; -+ ACM = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 4) & 0x01; -+ -+ //AIFS = AIFSN * slot time + SIFS - r2t phy delay -+ AIFS = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN & 0x0f) * pmlmeinfo->slotTime + aSifsTime; -+ -+ ECWMin = (pmlmeinfo->WMM_param.ac_param[i].CW & 0x0f); -+ ECWMax = (pmlmeinfo->WMM_param.ac_param[i].CW & 0xf0) >> 4; -+ TXOP = le16_to_cpu(pmlmeinfo->WMM_param.ac_param[i].TXOP_limit); -+ -+ acParm = AIFS | (ECWMin << 8) | (ECWMax << 12) | (TXOP << 16); -+ -+ switch (ACI) -+ { -+ case 0x0: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BE, (u8 *)(&acParm)); -+ acm_mask |= (ACM? BIT(1):0); -+ edca[XMIT_BE_QUEUE] = acParm; -+ break; -+ -+ case 0x1: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_BK, (u8 *)(&acParm)); -+ //acm_mask |= (ACM? BIT(0):0); -+ edca[XMIT_BK_QUEUE] = acParm; -+ break; -+ -+ case 0x2: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VI, (u8 *)(&acParm)); -+ acm_mask |= (ACM? BIT(2):0); -+ edca[XMIT_VI_QUEUE] = acParm; -+ break; -+ -+ case 0x3: -+ rtw_hal_set_hwreg(padapter, HW_VAR_AC_PARAM_VO, (u8 *)(&acParm)); -+ acm_mask |= (ACM? BIT(3):0); -+ edca[XMIT_VO_QUEUE] = acParm; -+ break; -+ } -+ -+ DBG_871X("WMM(%x): %x, %x\n", ACI, ACM, acParm); -+ } -+ -+ if(padapter->registrypriv.acm_method == 1) -+ rtw_hal_set_hwreg(padapter, HW_VAR_ACM_CTRL, (u8 *)(&acm_mask)); -+ else -+ padapter->mlmepriv.acm_mask = acm_mask; -+ -+ inx[0] = 0; inx[1] = 1; inx[2] = 2; inx[3] = 3; -+ -+ if(pregpriv->wifi_spec==1) -+ { -+ u32 j, tmp, change_inx=_FALSE; -+ -+ //entry indx: 0->vo, 1->vi, 2->be, 3->bk. -+ for(i=0; i<4; i++) -+ { -+ for(j=i+1; j<4; j++) -+ { -+ //compare CW and AIFS -+ if((edca[j] & 0xFFFF) < (edca[i] & 0xFFFF)) -+ { -+ change_inx = _TRUE; -+ } -+ else if((edca[j] & 0xFFFF) == (edca[i] & 0xFFFF)) -+ { -+ //compare TXOP -+ if((edca[j] >> 16) > (edca[i] >> 16)) -+ change_inx = _TRUE; -+ } -+ -+ if(change_inx) -+ { -+ tmp = edca[i]; -+ edca[i] = edca[j]; -+ edca[j] = tmp; -+ -+ tmp = inx[i]; -+ inx[i] = inx[j]; -+ inx[j] = tmp; -+ -+ change_inx = _FALSE; -+ } -+ } -+ } -+ } -+ -+ for(i=0; i<4; i++) { -+ pxmitpriv->wmm_para_seq[i] = inx[i]; -+ DBG_871X("wmm_para_seq(%d): %d\n", i, pxmitpriv->wmm_para_seq[i]); -+ } -+ } -+} -+ -+static void bwmode_update_check(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+#ifdef CONFIG_80211N_HT -+ unsigned char new_bwmode; -+ unsigned char new_ch_offset; -+ struct HT_info_element *pHT_info; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ u8 cbw40_enable=0; -+ -+ if(!pIE) -+ return; -+ -+ if(phtpriv->ht_option == _FALSE) return; -+ -+ if(pmlmeext->cur_bwmode >= CHANNEL_WIDTH_80) return; -+ -+ if(pIE->Length > sizeof(struct HT_info_element)) -+ return; -+ -+ pHT_info = (struct HT_info_element *)pIE->data; -+ -+ if (pmlmeext->cur_channel > 14) { -+ if ((pregistrypriv->bw_mode & 0xf0) > 0) -+ cbw40_enable = 1; -+ } else { -+ if ((pregistrypriv->bw_mode & 0x0f) > 0) -+ cbw40_enable = 1; -+ } -+ -+ if((pHT_info->infos[0] & BIT(2)) && cbw40_enable) -+ { -+ new_bwmode = CHANNEL_WIDTH_40; -+ -+ switch (pHT_info->infos[0] & 0x3) -+ { -+ case 1: -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ -+ case 3: -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ -+ default: -+ new_bwmode = CHANNEL_WIDTH_20; -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ } -+ else -+ { -+ new_bwmode = CHANNEL_WIDTH_20; -+ new_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ -+ -+ if((new_bwmode!= pmlmeext->cur_bwmode) || (new_ch_offset!=pmlmeext->cur_ch_offset)) -+ { -+ pmlmeinfo->bwmode_updated = _TRUE; -+ -+ pmlmeext->cur_bwmode = new_bwmode; -+ pmlmeext->cur_ch_offset = new_ch_offset; -+ -+ //update HT info also -+ HT_info_handler(padapter, pIE); -+ } -+ else -+ { -+ pmlmeinfo->bwmode_updated = _FALSE; -+ } -+ -+ -+ if(_TRUE == pmlmeinfo->bwmode_updated) -+ { -+ struct sta_info *psta; -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ //set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ -+ //update ap's stainfo -+ psta = rtw_get_stainfo(pstapriv, cur_network->MacAddress); -+ if(psta) -+ { -+ struct ht_priv *phtpriv_sta = &psta->htpriv; -+ -+ if(phtpriv_sta->ht_option) -+ { -+ // bwmode -+ psta->bw_mode = pmlmeext->cur_bwmode; -+ phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; -+ } -+ else -+ { -+ psta->bw_mode = CHANNEL_WIDTH_20; -+ phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ } -+ -+ rtw_dm_ra_mask_wk_cmd(padapter, (u8 *)psta); -+ } -+ -+ //pmlmeinfo->bwmode_updated = _FALSE;//bwmode_updated done, reset it! -+ } -+#endif //CONFIG_80211N_HT -+} -+ -+void HT_caps_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+#ifdef CONFIG_80211N_HT -+ unsigned int i; -+ u8 rf_type = RF_1T1R; -+ u8 max_AMPDU_len, min_MPDU_spacing; -+ u8 cur_ldpc_cap=0, cur_stbc_cap=0, cur_beamform_cap=0; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ -+ if(pIE==NULL) return; -+ -+ if(phtpriv->ht_option == _FALSE) return; -+ -+ pmlmeinfo->HT_caps_enable = 1; -+ -+ for (i = 0; i < (pIE->Length); i++) -+ { -+ if (i != 2) -+ { -+ // Commented by Albert 2010/07/12 -+ // Got the endian issue here. -+ pmlmeinfo->HT_caps.u.HT_cap[i] &= (pIE->data[i]); -+ } -+ else -+ { -+ /* AMPDU Parameters field */ -+ -+ /* Get MIN of MAX AMPDU Length Exp */ -+ if ((pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x3) > (pIE->data[i] & 0x3)) -+ { -+ max_AMPDU_len = (pIE->data[i] & 0x3); -+ } -+ else -+ { -+ max_AMPDU_len = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x3); -+ } -+ -+ /* Get MAX of MIN MPDU Start Spacing */ -+ if ((pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c) > (pIE->data[i] & 0x1c)) -+ { -+ min_MPDU_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c); -+ } -+ else -+ { -+ min_MPDU_spacing = (pIE->data[i] & 0x1c); -+ } -+ -+ pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para = max_AMPDU_len | min_MPDU_spacing; -+ } -+ } -+ -+ // Commented by Albert 2010/07/12 -+ // Have to handle the endian issue after copying. -+ // HT_ext_caps didn't be used yet. -+ pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info = le16_to_cpu( pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info ); -+ pmlmeinfo->HT_caps.u.HT_cap_element.HT_ext_caps = le16_to_cpu( pmlmeinfo->HT_caps.u.HT_cap_element.HT_ext_caps ); -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ -+ //update the MCS set -+ for (i = 0; i < 16; i++) -+ pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate[i] &= pmlmeext->default_supported_mcs_set[i]; -+ -+ //update the MCS rates -+ switch(rf_type) -+ { -+ case RF_1T1R: -+ case RF_1T2R: -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_1R); -+ break; -+ case RF_2T2R: -+ #ifdef CONFIG_DISABLE_MCS13TO15 -+ if(pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1 ) -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R_13TO15_OFF); -+ else -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#else //CONFIG_DISABLE_MCS13TO15 -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_2R); -+#endif //CONFIG_DISABLE_MCS13TO15 -+ break; -+ case RF_3T3R: -+ set_mcs_rate_by_mask(pmlmeinfo->HT_caps.u.HT_cap_element.MCS_rate, MCS_RATE_3R); -+ break; -+ default: -+ DBG_871X("[warning] rf_type %d is not expected\n", rf_type); -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ // Config STBC setting -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAP_ELE_TX_STBC(pIE->data)) -+ { -+ SET_FLAG(cur_stbc_cap, STBC_HT_ENABLE_TX); -+ DBG_871X("Enable HT Tx STBC !\n"); -+ } -+ phtpriv->stbc_cap = cur_stbc_cap; -+ -+#ifdef CONFIG_BEAMFORMING -+ // Config Tx beamforming setting -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(pIE->data)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE); -+ /* Shift to BEAMFORMING_HT_BEAMFORMEE_CHNL_EST_CAP*/ -+ SET_FLAG(cur_beamform_cap, GET_HT_CAP_TXBF_CHNL_ESTIMATION_NUM_ANTENNAS(pIE->data) << 6); -+ } -+ -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(pIE->data)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE); -+ /* Shift to BEAMFORMING_HT_BEAMFORMER_STEER_NUM*/ -+ SET_FLAG(cur_beamform_cap, GET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(pIE->data) << 4); -+ } -+ phtpriv->beamform_cap = cur_beamform_cap; -+ if (cur_beamform_cap) { -+ DBG_871X("AP HT Beamforming Cap = 0x%02X\n", cur_beamform_cap); -+ } -+#endif /*CONFIG_BEAMFORMING*/ -+ } else { -+ /*WIFI_STATION_STATEorI_ADHOC_STATE or WIFI_ADHOC_MASTER_STATE*/ -+ // Config LDPC Coding Capability -+ if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && GET_HT_CAP_ELE_LDPC_CAP(pIE->data)) -+ { -+ SET_FLAG(cur_ldpc_cap, (LDPC_HT_ENABLE_TX | LDPC_HT_CAP_TX)); -+ DBG_871X("Enable HT Tx LDPC!\n"); -+ } -+ phtpriv->ldpc_cap = cur_ldpc_cap; -+ -+ // Config STBC setting -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAP_ELE_RX_STBC(pIE->data)) -+ { -+ SET_FLAG(cur_stbc_cap, (STBC_HT_ENABLE_TX | STBC_HT_CAP_TX) ); -+ DBG_871X("Enable HT Tx STBC!\n"); -+ } -+ phtpriv->stbc_cap = cur_stbc_cap; -+ -+#ifdef CONFIG_BEAMFORMING -+ // Config Tx beamforming setting -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(pIE->data)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE); -+ /* Shift to BEAMFORMING_HT_BEAMFORMEE_CHNL_EST_CAP*/ -+ SET_FLAG(cur_beamform_cap, GET_HT_CAP_TXBF_CHNL_ESTIMATION_NUM_ANTENNAS(pIE->data) << 6); -+ } -+ -+ if (TEST_FLAG(phtpriv->beamform_cap, BEAMFORMING_HT_BEAMFORMER_ENABLE) && -+ GET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(pIE->data)) -+ { -+ SET_FLAG(cur_beamform_cap, BEAMFORMING_HT_BEAMFORMEE_ENABLE); -+ /* Shift to BEAMFORMING_HT_BEAMFORMER_STEER_NUM*/ -+ SET_FLAG(cur_beamform_cap, GET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(pIE->data) << 4); -+ } -+ phtpriv->beamform_cap = cur_beamform_cap; -+ if (cur_beamform_cap) { -+ DBG_871X("Client HT Beamforming Cap = 0x%02X\n", cur_beamform_cap); -+ } -+#endif /*CONFIG_BEAMFORMING*/ -+ } -+ -+#endif //CONFIG_80211N_HT -+} -+ -+void HT_info_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+#ifdef CONFIG_80211N_HT -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ -+ if(pIE==NULL) return; -+ -+ if(phtpriv->ht_option == _FALSE) return; -+ -+ -+ if(pIE->Length > sizeof(struct HT_info_element)) -+ return; -+ -+ pmlmeinfo->HT_info_enable = 1; -+ _rtw_memcpy(&(pmlmeinfo->HT_info), pIE->data, pIE->Length); -+#endif //CONFIG_80211N_HT -+ return; -+} -+ -+void HTOnAssocRsp(_adapter *padapter) -+{ -+ unsigned char max_AMPDU_len; -+ unsigned char min_MPDU_spacing; -+ //struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ if ((pmlmeinfo->HT_info_enable) && (pmlmeinfo->HT_caps_enable)) -+ { -+ pmlmeinfo->HT_enable = 1; -+ } -+ else -+ { -+ pmlmeinfo->HT_enable = 0; -+ //set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ return; -+ } -+ -+ //handle A-MPDU parameter field -+ /* -+ AMPDU_para [1:0]:Max AMPDU Len => 0:8k , 1:16k, 2:32k, 3:64k -+ AMPDU_para [4:2]:Min MPDU Start Spacing -+ */ -+ max_AMPDU_len = pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x03; -+ -+ min_MPDU_spacing = (pmlmeinfo->HT_caps.u.HT_cap_element.AMPDU_para & 0x1c) >> 2; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_MIN_SPACE, (u8 *)(&min_MPDU_spacing)); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_AMPDU_FACTOR, (u8 *)(&max_AMPDU_len)); -+ -+#if 0 //move to rtw_update_ht_cap() -+ if ((pregpriv->bw_mode > 0) && -+ (pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info & BIT(1)) && -+ (pmlmeinfo->HT_info.infos[0] & BIT(2))) -+ { -+ //switch to the 40M Hz mode accoring to the AP -+ pmlmeext->cur_bwmode = CHANNEL_WIDTH_40; -+ switch ((pmlmeinfo->HT_info.infos[0] & 0x3)) -+ { -+ case EXTCHNL_OFFSET_UPPER: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ -+ case EXTCHNL_OFFSET_LOWER: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ -+ default: -+ pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ -+ //SelectChannel(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset); -+ } -+#endif -+ -+ //set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+#if 0 //move to rtw_update_ht_cap() -+ // -+ // Config SM Power Save setting -+ // -+ pmlmeinfo->SM_PS = (pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info & 0x0C) >> 2; -+ if(pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) -+ { -+ /*u8 i; -+ //update the MCS rates -+ for (i = 0; i < 16; i++) -+ { -+ pmlmeinfo->HT_caps.HT_cap_element.MCS_rate[i] &= MCS_rate_1R[i]; -+ }*/ -+ DBG_871X("%s(): WLAN_HT_CAP_SM_PS_STATIC\n",__FUNCTION__); -+ } -+ -+ // -+ // Config current HT Protection mode. -+ // -+ pmlmeinfo->HT_protection = pmlmeinfo->HT_info.infos[1] & 0x3; -+#endif -+ -+} -+ -+void ERP_IE_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if(pIE->Length>1) -+ return; -+ -+ pmlmeinfo->ERP_enable = 1; -+ _rtw_memcpy(&(pmlmeinfo->ERP_IE), pIE->data, pIE->Length); -+} -+ -+void VCS_update(_adapter *padapter, struct sta_info *psta) -+{ -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ switch (pregpriv->vrtl_carrier_sense)/* 0:off 1:on 2:auto */ -+ { -+ case 0: //off -+ psta->rtsen = 0; -+ psta->cts2self = 0; -+ break; -+ -+ case 1: //on -+ if (pregpriv->vcs_type == 1) /* 1:RTS/CTS 2:CTS to self */ -+ { -+ psta->rtsen = 1; -+ psta->cts2self = 0; -+ } -+ else -+ { -+ psta->rtsen = 0; -+ psta->cts2self = 1; -+ } -+ break; -+ -+ case 2: //auto -+ default: -+ if (((pmlmeinfo->ERP_enable) && (pmlmeinfo->ERP_IE & BIT(1))) -+ /*||(pmlmepriv->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT)*/ -+ ) { -+ if (pregpriv->vcs_type == 1) { -+ psta->rtsen = 1; -+ psta->cts2self = 0; -+ } else { -+ psta->rtsen = 0; -+ psta->cts2self = 1; -+ } -+ } else { -+ psta->rtsen = 0; -+ psta->cts2self = 0; -+ } -+ break; -+ } -+} -+ -+void update_ldpc_stbc_cap(struct sta_info *psta) -+{ -+#ifdef CONFIG_80211N_HT -+ -+#ifdef CONFIG_80211AC_VHT -+ if (psta->vhtpriv.vht_option) { -+ if(TEST_FLAG(psta->vhtpriv.ldpc_cap, LDPC_VHT_ENABLE_TX)) -+ psta->ldpc = 1; -+ -+ if(TEST_FLAG(psta->vhtpriv.stbc_cap, STBC_VHT_ENABLE_TX)) -+ psta->stbc = 1; -+ } -+ else -+#endif //CONFIG_80211AC_VHT -+ if (psta->htpriv.ht_option) { -+ if(TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) -+ psta->ldpc = 1; -+ -+ if(TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) -+ psta->stbc = 1; -+ } else { -+ psta->ldpc = 0; -+ psta->stbc = 0; -+ } -+ -+#endif //CONFIG_80211N_HT -+} -+ -+ -+/* -+ * rtw_get_bcn_keys: get beacon keys from recv frame -+ * -+ * TODO: -+ * WLAN_EID_COUNTRY -+ * WLAN_EID_ERP_INFO -+ * WLAN_EID_CHANNEL_SWITCH -+ * WLAN_EID_PWR_CONSTRAINT -+ */ -+int rtw_get_bcn_keys(ADAPTER *Adapter, u8 *pframe, u32 packet_len, -+ struct beacon_keys *recv_beacon) -+{ -+ int left; -+ u16 capability; -+ unsigned char *pos; -+ struct rtw_ieee802_11_elems elems; -+ struct rtw_ieee80211_ht_cap *pht_cap = NULL; -+ struct HT_info_element *pht_info = NULL; -+ -+ _rtw_memset(recv_beacon, 0, sizeof(*recv_beacon)); -+ -+ /* checking capabilities */ -+ capability = le16_to_cpu(*(unsigned short *)(pframe + WLAN_HDR_A3_LEN + 10)); -+ -+ /* checking IEs */ -+ left = packet_len - sizeof(struct rtw_ieee80211_hdr_3addr) - _BEACON_IE_OFFSET_; -+ pos = pframe + sizeof(struct rtw_ieee80211_hdr_3addr) + _BEACON_IE_OFFSET_; -+ if (rtw_ieee802_11_parse_elems(pos, left, &elems, 1) == ParseFailed) -+ return _FALSE; -+ -+ /* check bw and channel offset */ -+ if (elems.ht_capabilities) { -+ if (elems.ht_capabilities_len != sizeof(*pht_cap)) -+ return _FALSE; -+ -+ pht_cap = (struct rtw_ieee80211_ht_cap *) elems.ht_capabilities; -+ recv_beacon->ht_cap_info = pht_cap->cap_info; -+ } -+ -+ if (elems.ht_operation) { -+ if (elems.ht_operation_len != sizeof(*pht_info)) -+ return _FALSE; -+ -+ pht_info = (struct HT_info_element *) elems.ht_operation; -+ recv_beacon->ht_info_infos_0_sco = pht_info->infos[0] & 0x03; -+ } -+ -+ /* Checking for channel */ -+ if (elems.ds_params && elems.ds_params_len == sizeof(recv_beacon->bcn_channel)) -+ _rtw_memcpy(&recv_beacon->bcn_channel, elems.ds_params, -+ sizeof(recv_beacon->bcn_channel)); -+ else if (pht_info) -+ /* In 5G, some ap do not have DSSET IE checking HT info for channel */ -+ recv_beacon->bcn_channel = pht_info->primary_channel; -+ else { -+ /* we don't find channel IE, so don't check it */ -+ //DBG_871X("Oops: %s we don't find channel IE, so don't check it \n", __func__); -+ recv_beacon->bcn_channel = Adapter->mlmeextpriv.cur_channel; -+ } -+ -+ /* checking SSID */ -+ if (elems.ssid) { -+ if (elems.ssid_len > sizeof(recv_beacon->ssid)) -+ return _FALSE; -+ -+ _rtw_memcpy(recv_beacon->ssid, elems.ssid, elems.ssid_len); -+ recv_beacon->ssid_len = elems.ssid_len; -+ } else; // means hidden ssid -+ -+ /* checking RSN first */ -+ if (elems.rsn_ie && elems.rsn_ie_len) { -+ recv_beacon->encryp_protocol = ENCRYP_PROTOCOL_WPA2; -+ rtw_parse_wpa2_ie(elems.rsn_ie - 2, elems.rsn_ie_len + 2, -+ &recv_beacon->group_cipher, &recv_beacon->pairwise_cipher, -+ &recv_beacon->is_8021x); -+ } -+ /* checking WPA secon */ -+ else if (elems.wpa_ie && elems.wpa_ie_len) { -+ recv_beacon->encryp_protocol = ENCRYP_PROTOCOL_WPA; -+ rtw_parse_wpa_ie(elems.wpa_ie - 2, elems.wpa_ie_len + 2, -+ &recv_beacon->group_cipher, &recv_beacon->pairwise_cipher, -+ &recv_beacon->is_8021x); -+ } -+ else if (capability & BIT(4)) { -+ recv_beacon->encryp_protocol = ENCRYP_PROTOCOL_WEP; -+ } -+ -+ return _TRUE; -+} -+ -+void rtw_dump_bcn_keys(struct beacon_keys *recv_beacon) -+{ -+ int i; -+ char *p; -+ u8 ssid[IW_ESSID_MAX_SIZE + 1]; -+ -+ _rtw_memcpy(ssid, recv_beacon->ssid, recv_beacon->ssid_len); -+ ssid[recv_beacon->ssid_len] = '\0'; -+ -+ DBG_871X("%s: ssid = %s\n", __func__, ssid); -+ DBG_871X("%s: channel = %x\n", __func__, recv_beacon->bcn_channel); -+ DBG_871X("%s: ht_cap = %x\n", __func__, recv_beacon->ht_cap_info); -+ DBG_871X("%s: ht_info_infos_0_sco = %x\n", __func__, recv_beacon->ht_info_infos_0_sco); -+ DBG_871X("%s: sec=%d, group = %x, pair = %x, 8021X = %x\n", __func__, -+ recv_beacon->encryp_protocol, recv_beacon->group_cipher, -+ recv_beacon->pairwise_cipher, recv_beacon->is_8021x); -+} -+ -+int rtw_check_bcn_info(ADAPTER *Adapter, u8 *pframe, u32 packet_len) -+{ -+#if 0 -+ unsigned int len; -+ unsigned char *p; -+ unsigned short val16, subtype; -+ struct wlan_network *cur_network = &(Adapter->mlmepriv.cur_network); -+ //u8 wpa_ie[255],rsn_ie[255]; -+ u16 wpa_len=0,rsn_len=0; -+ u8 encryp_protocol = 0; -+ WLAN_BSSID_EX *bssid; -+ int group_cipher = 0, pairwise_cipher = 0, is_8021x = 0; -+ unsigned char *pbuf; -+ u32 wpa_ielen = 0; -+ u8 *pbssid = GetAddr3Ptr(pframe); -+ u32 hidden_ssid = 0; -+ u8 cur_network_type, network_type=0; -+ struct HT_info_element *pht_info = NULL; -+ struct rtw_ieee80211_ht_cap *pht_cap = NULL; -+ u32 bcn_channel; -+ unsigned short ht_cap_info; -+ unsigned char ht_info_infos_0; -+#endif -+ unsigned int len; -+ u8 *pbssid = GetAddr3Ptr(pframe); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ struct wlan_network *cur_network = &(Adapter->mlmepriv.cur_network); -+ struct beacon_keys recv_beacon; -+ -+ if (is_client_associated_to_ap(Adapter) == _FALSE) -+ return _TRUE; -+ -+ len = packet_len - sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ if (len > MAX_IE_SZ) { -+ DBG_871X("%s IE too long for survey event\n", __func__); -+ return _FAIL; -+ } -+ -+ if (_rtw_memcmp(cur_network->network.MacAddress, pbssid, 6) == _FALSE) { -+ DBG_871X("Oops: rtw_check_network_encrypt linked but recv other bssid bcn\n" MAC_FMT MAC_FMT, -+ MAC_ARG(pbssid), MAC_ARG(cur_network->network.MacAddress)); -+ return _TRUE; -+ } -+ -+ if (rtw_get_bcn_keys(Adapter, pframe, packet_len, &recv_beacon) == _FALSE) -+ return _TRUE; // parsing failed => broken IE -+ -+ // don't care hidden ssid, use current beacon ssid directly -+ if (recv_beacon.ssid_len == 0) { -+ _rtw_memcpy(recv_beacon.ssid, pmlmepriv->cur_beacon_keys.ssid, -+ pmlmepriv->cur_beacon_keys.ssid_len); -+ recv_beacon.ssid_len = pmlmepriv->cur_beacon_keys.ssid_len; -+ } -+ -+ if (_rtw_memcmp(&recv_beacon, &pmlmepriv->cur_beacon_keys, sizeof(recv_beacon)) == _TRUE) -+ { -+ pmlmepriv->new_beacon_cnts = 0; -+ } -+ else if ((pmlmepriv->new_beacon_cnts == 0) || -+ _rtw_memcmp(&recv_beacon, &pmlmepriv->new_beacon_keys, sizeof(recv_beacon)) == _FALSE) -+ { -+ DBG_871X_LEVEL(_drv_err_, "%s: start new beacon (seq=%d)\n", __func__, GetSequence(pframe)); -+ -+ if (pmlmepriv->new_beacon_cnts == 0) { -+ DBG_871X_LEVEL(_drv_err_, "%s: cur beacon key\n", __func__); -+ DBG_871X_EXP(_drv_err_, rtw_dump_bcn_keys(&pmlmepriv->cur_beacon_keys)); -+ } -+ -+ DBG_871X_LEVEL(_drv_err_, "%s: new beacon key\n", __func__); -+ DBG_871X_EXP(_drv_err_, rtw_dump_bcn_keys(&recv_beacon)); -+ -+ memcpy(&pmlmepriv->new_beacon_keys, &recv_beacon, sizeof(recv_beacon)); -+ pmlmepriv->new_beacon_cnts = 1; -+ } -+ else -+ { -+ DBG_871X_LEVEL(_drv_err_, "%s: new beacon again (seq=%d)\n", __func__, GetSequence(pframe)); -+ pmlmepriv->new_beacon_cnts++; -+ } -+ -+ // if counter >= max, it means beacon is changed really -+ if (pmlmepriv->new_beacon_cnts >= new_bcn_max) -+ { -+ DBG_871X_LEVEL(_drv_err_, "%s: new beacon occur!!\n", __func__); -+ -+ // check bw mode change only? -+ pmlmepriv->cur_beacon_keys.ht_cap_info = recv_beacon.ht_cap_info; -+ pmlmepriv->cur_beacon_keys.ht_info_infos_0_sco = recv_beacon.ht_info_infos_0_sco; -+ -+ if (_rtw_memcmp(&recv_beacon, &pmlmepriv->cur_beacon_keys, -+ sizeof(recv_beacon)) == _FALSE) { -+ // beacon is changed, have to do disconnect/connect -+ return _FAIL; -+ } -+ -+ DBG_871X("%s bw mode change\n", __func__); -+ DBG_871X("%s bcn now: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, -+ cur_network->BcnInfo.ht_cap_info, -+ cur_network->BcnInfo.ht_info_infos_0); -+ -+ cur_network->BcnInfo.ht_cap_info = recv_beacon.ht_cap_info; -+ cur_network->BcnInfo.ht_info_infos_0 = -+ (cur_network->BcnInfo.ht_info_infos_0 & (~0x03)) | -+ recv_beacon.ht_info_infos_0_sco; -+ -+ DBG_871X("%s bcn link: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, -+ cur_network->BcnInfo.ht_cap_info, -+ cur_network->BcnInfo.ht_info_infos_0); -+ -+ memcpy(&pmlmepriv->cur_beacon_keys, &recv_beacon, sizeof(recv_beacon)); -+ pmlmepriv->new_beacon_cnts = 0; -+ } -+ -+ return _SUCCESS; -+ -+#if 0 -+ bssid = (WLAN_BSSID_EX *)rtw_zmalloc(sizeof(WLAN_BSSID_EX)); -+ if (bssid == NULL) { -+ DBG_871X("%s rtw_zmalloc fail !!!\n", __func__); -+ return _TRUE; -+ } -+ -+ if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkStart) > DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS)) -+ { -+ pmlmepriv->timeBcnInfoChkStart = 0; -+ pmlmepriv->NumOfBcnInfoChkFail = 0; -+ } -+ -+ subtype = GetFrameSubType(pframe) >> 4; -+ -+ if(subtype==WIFI_BEACON) -+ bssid->Reserved[0] = 1; -+ -+ bssid->Length = sizeof(WLAN_BSSID_EX) - MAX_IE_SZ + len; -+ -+ /* below is to copy the information element */ -+ bssid->IELength = len; -+ _rtw_memcpy(bssid->IEs, (pframe + sizeof(struct rtw_ieee80211_hdr_3addr)), bssid->IELength); -+ -+ /* check bw and channel offset */ -+ /* parsing HT_CAP_IE */ -+ p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if(p && len>0) { -+ pht_cap = (struct rtw_ieee80211_ht_cap *)(p + 2); -+ ht_cap_info = pht_cap->cap_info; -+ } else { -+ ht_cap_info = 0; -+ } -+ /* parsing HT_INFO_IE */ -+ p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if(p && len>0) { -+ pht_info = (struct HT_info_element *)(p + 2); -+ ht_info_infos_0 = pht_info->infos[0]; -+ } else { -+ ht_info_infos_0 = 0; -+ } -+ if (ht_cap_info != cur_network->BcnInfo.ht_cap_info || -+ ((ht_info_infos_0&0x03) != (cur_network->BcnInfo.ht_info_infos_0&0x03))) { -+ DBG_871X("%s bcn now: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, -+ ht_cap_info, ht_info_infos_0); -+ DBG_871X("%s bcn link: ht_cap_info:%x ht_info_infos_0:%x\n", __func__, -+ cur_network->BcnInfo.ht_cap_info, cur_network->BcnInfo.ht_info_infos_0); -+ DBG_871X("%s bw mode change\n", __func__); -+ { -+ //bcn_info_update -+ cur_network->BcnInfo.ht_cap_info = ht_cap_info; -+ cur_network->BcnInfo.ht_info_infos_0 = ht_info_infos_0; -+ //to do : need to check that whether modify related register of BB or not -+ } -+ //goto _mismatch; -+ } -+ -+ /* Checking for channel */ -+ p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _DSSET_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if (p) { -+ bcn_channel = *(p + 2); -+ } else {/* In 5G, some ap do not have DSSET IE checking HT info for channel */ -+ rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_); -+ if(pht_info) { -+ bcn_channel = pht_info->primary_channel; -+ } else { /* we don't find channel IE, so don't check it */ -+ //DBG_871X("Oops: %s we don't find channel IE, so don't check it \n", __func__); -+ bcn_channel = Adapter->mlmeextpriv.cur_channel; -+ } -+ } -+ if (bcn_channel != Adapter->mlmeextpriv.cur_channel) { -+ DBG_871X("%s beacon channel:%d cur channel:%d disconnect\n", __func__, -+ bcn_channel, Adapter->mlmeextpriv.cur_channel); -+ goto _mismatch; -+ } -+ -+ /* checking SSID */ -+ if ((p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _SSID_IE_, &len, bssid->IELength - _FIXED_IE_LENGTH_)) == NULL) { -+ DBG_871X("%s marc: cannot find SSID for survey event\n", __func__); -+ hidden_ssid = _TRUE; -+ } else { -+ hidden_ssid = _FALSE; -+ } -+ -+ if((NULL != p) && (_FALSE == hidden_ssid && (*(p + 1)))) { -+ _rtw_memcpy(bssid->Ssid.Ssid, (p + 2), *(p + 1)); -+ bssid->Ssid.SsidLength = *(p + 1); -+ } else { -+ bssid->Ssid.SsidLength = 0; -+ bssid->Ssid.Ssid[0] = '\0'; -+ } -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("%s bssid.Ssid.Ssid:%s bssid.Ssid.SsidLength:%d " -+ "cur_network->network.Ssid.Ssid:%s len:%d\n", __func__, bssid->Ssid.Ssid, -+ bssid->Ssid.SsidLength, cur_network->network.Ssid.Ssid, -+ cur_network->network.Ssid.SsidLength)); -+ -+ if (_rtw_memcmp(bssid->Ssid.Ssid, cur_network->network.Ssid.Ssid, 32) == _FALSE || -+ bssid->Ssid.SsidLength != cur_network->network.Ssid.SsidLength) { -+ if (bssid->Ssid.Ssid[0] != '\0' && bssid->Ssid.SsidLength != 0) { /* not hidden ssid */ -+ DBG_871X("%s(), SSID is not match\n", __func__); -+ goto _mismatch; -+ } -+ } -+ -+ /* check encryption info */ -+ val16 = rtw_get_capability((WLAN_BSSID_EX *)bssid); -+ -+ if (val16 & BIT(4)) -+ bssid->Privacy = 1; -+ else -+ bssid->Privacy = 0; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_, -+ ("%s(): cur_network->network.Privacy is %d, bssid.Privacy is %d\n", -+ __func__, cur_network->network.Privacy,bssid->Privacy)); -+ if (cur_network->network.Privacy != bssid->Privacy) { -+ DBG_871X("%s(), privacy is not match\n",__func__); -+ goto _mismatch; -+ } -+ -+ rtw_get_sec_ie(bssid->IEs, bssid->IELength, NULL,&rsn_len,NULL,&wpa_len); -+ -+ if (rsn_len > 0) { -+ encryp_protocol = ENCRYP_PROTOCOL_WPA2; -+ } else if (wpa_len > 0) { -+ encryp_protocol = ENCRYP_PROTOCOL_WPA; -+ } else { -+ if (bssid->Privacy) -+ encryp_protocol = ENCRYP_PROTOCOL_WEP; -+ } -+ -+ if (cur_network->BcnInfo.encryp_protocol != encryp_protocol) { -+ DBG_871X("%s(): enctyp is not match\n",__func__); -+ goto _mismatch; -+ } -+ -+ if (encryp_protocol == ENCRYP_PROTOCOL_WPA || encryp_protocol == ENCRYP_PROTOCOL_WPA2) { -+ pbuf = rtw_get_wpa_ie(&bssid->IEs[12], &wpa_ielen, bssid->IELength-12); -+ if(pbuf && (wpa_ielen>0)) { -+ if (_SUCCESS == rtw_parse_wpa_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_, -+ ("%s pnetwork->pairwise_cipher: %d, group_cipher is %d, is_8021x is %d\n", __func__, -+ pairwise_cipher, group_cipher, is_8021x)); -+ } -+ } else { -+ pbuf = rtw_get_wpa2_ie(&bssid->IEs[12], &wpa_ielen, bssid->IELength-12); -+ -+ if(pbuf && (wpa_ielen>0)) { -+ if (_SUCCESS == rtw_parse_wpa2_ie(pbuf, wpa_ielen+2, &group_cipher, &pairwise_cipher, &is_8021x)) { -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_, -+ ("%s pnetwork->pairwise_cipher: %d, pnetwork->group_cipher is %d, is_802x is %d\n", -+ __func__, pairwise_cipher, group_cipher, is_8021x)); -+ } -+ } -+ } -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_, -+ ("%s cur_network->group_cipher is %d: %d\n",__func__, cur_network->BcnInfo.group_cipher, group_cipher)); -+ if (pairwise_cipher != cur_network->BcnInfo.pairwise_cipher || group_cipher != cur_network->BcnInfo.group_cipher) { -+ DBG_871X("%s pairwise_cipher(%x:%x) or group_cipher(%x:%x) is not match\n",__func__, -+ pairwise_cipher, cur_network->BcnInfo.pairwise_cipher, -+ group_cipher, cur_network->BcnInfo.group_cipher); -+ goto _mismatch; -+ } -+ -+ if (is_8021x != cur_network->BcnInfo.is_8021x) { -+ DBG_871X("%s authentication is not match\n", __func__); -+ goto _mismatch; -+ } -+ } -+ -+ rtw_mfree((u8 *)bssid, sizeof(WLAN_BSSID_EX)); -+ return _SUCCESS; -+ -+_mismatch: -+ rtw_mfree((u8 *)bssid, sizeof(WLAN_BSSID_EX)); -+ -+ if (pmlmepriv->NumOfBcnInfoChkFail == 0) -+ { -+ pmlmepriv->timeBcnInfoChkStart = rtw_get_current_time(); -+ } -+ -+ pmlmepriv->NumOfBcnInfoChkFail++; -+ DBG_871X("%s by "ADPT_FMT" - NumOfChkFail = %d (SeqNum of this Beacon frame = %d).\n", __func__, ADPT_ARG(Adapter), pmlmepriv->NumOfBcnInfoChkFail, GetSequence(pframe)); -+ -+ if ((pmlmepriv->timeBcnInfoChkStart != 0) && (rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkStart) <= DISCONNECT_BY_CHK_BCN_FAIL_OBSERV_PERIOD_IN_MS) -+ && (pmlmepriv->NumOfBcnInfoChkFail >= DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD)) -+ { -+ DBG_871X("%s by "ADPT_FMT" - NumOfChkFail = %d >= threshold : %d (in %d ms), return FAIL.\n", __func__, ADPT_ARG(Adapter), pmlmepriv->NumOfBcnInfoChkFail, -+ DISCONNECT_BY_CHK_BCN_FAIL_THRESHOLD, rtw_get_passing_time_ms(pmlmepriv->timeBcnInfoChkStart)); -+ pmlmepriv->timeBcnInfoChkStart = 0; -+ pmlmepriv->NumOfBcnInfoChkFail = 0; -+ return _FAIL; -+ } -+ -+ return _SUCCESS; -+#endif -+} -+ -+void update_beacon_info(_adapter *padapter, u8 *pframe, uint pkt_len, struct sta_info *psta) -+{ -+ unsigned int i; -+ unsigned int len; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ -+#ifdef CONFIG_TDLS -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ u8 tdls_prohibited[] = { 0x00, 0x00, 0x00, 0x00, 0x10 }; //bit(38): TDLS_prohibited -+#endif //CONFIG_TDLS -+ -+ len = pkt_len - (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN); -+ -+ for (i = 0; i < len;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pframe + (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN) + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_: -+ //to update WMM paramter set while receiving beacon -+ if (_rtw_memcmp(pIE->data, WMM_PARA_OUI, 6) && pIE->Length == WLAN_WMM_LEN) //WMM -+ { -+ (WMM_param_handler(padapter, pIE))? report_wmm_edca_update(padapter): 0; -+ } -+ -+ break; -+ -+ case _HT_EXTRA_INFO_IE_: //HT info -+ //HT_info_handler(padapter, pIE); -+ bwmode_update_check(padapter, pIE); -+ break; -+#ifdef CONFIG_80211AC_VHT -+ case EID_OpModeNotification: -+ rtw_process_vht_op_mode_notify(padapter, pIE->data, psta); -+ break; -+#endif //CONFIG_80211AC_VHT -+ case _ERPINFO_IE_: -+ ERP_IE_handler(padapter, pIE); -+ VCS_update(padapter, psta); -+ break; -+ -+#ifdef CONFIG_TDLS -+ case _EXT_CAP_IE_: -+ if( check_ap_tdls_prohibited(pIE->data, pIE->Length) == _TRUE ) -+ ptdlsinfo->ap_prohibited = _TRUE; -+ if (check_ap_tdls_ch_switching_prohibited(pIE->data, pIE->Length) == _TRUE) -+ ptdlsinfo->ch_switch_prohibited = _TRUE; -+ break; -+#endif //CONFIG_TDLS -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+} -+ -+#ifdef CONFIG_DFS -+void process_csa_ie(_adapter *padapter, u8 *pframe, uint pkt_len) -+{ -+ unsigned int i; -+ unsigned int len; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ u8 new_ch_no = 0; -+ -+ if(padapter->mlmepriv.handle_dfs == _TRUE ) -+ return; -+ -+ len = pkt_len - (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN); -+ -+ for (i = 0; i < len;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pframe + (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN) + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _CH_SWTICH_ANNOUNCE_: -+ padapter->mlmepriv.handle_dfs = _TRUE; -+ _rtw_memcpy(&new_ch_no, pIE->data+1, 1); -+ rtw_set_csa_cmd(padapter, new_ch_no); -+ break; -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+} -+#endif //CONFIG_DFS -+ -+unsigned int is_ap_in_tkip(_adapter *padapter) -+{ -+ u32 i; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ -+ if (rtw_get_capability((WLAN_BSSID_EX *)cur_network) & WLAN_CAPABILITY_PRIVACY) -+ { -+ for (i = sizeof(NDIS_802_11_FIXED_IEs); i < pmlmeinfo->network.IELength;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pmlmeinfo->network.IEs + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_: -+ if ((_rtw_memcmp(pIE->data, RTW_WPA_OUI, 4)) && (_rtw_memcmp((pIE->data + 12), WPA_TKIP_CIPHER, 4))) -+ { -+ return _TRUE; -+ } -+ break; -+ -+ case _RSN_IE_2_: -+ if (_rtw_memcmp((pIE->data + 8), RSN_TKIP_CIPHER, 4)) -+ { -+ return _TRUE; -+ } -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ return _FALSE; -+ } -+ else -+ { -+ return _FALSE; -+ } -+ -+} -+ -+unsigned int should_forbid_n_rate(_adapter * padapter) -+{ -+ u32 i; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ WLAN_BSSID_EX *cur_network = &pmlmepriv->cur_network.network; -+ -+ if (rtw_get_capability((WLAN_BSSID_EX *)cur_network) & WLAN_CAPABILITY_PRIVACY) -+ { -+ for (i = sizeof(NDIS_802_11_FIXED_IEs); i < cur_network->IELength;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(cur_network->IEs + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_: -+ if (_rtw_memcmp(pIE->data, RTW_WPA_OUI, 4) && -+ ((_rtw_memcmp((pIE->data + 12), WPA_CIPHER_SUITE_CCMP, 4)) || -+ (_rtw_memcmp((pIE->data + 16), WPA_CIPHER_SUITE_CCMP, 4)))) -+ return _FALSE; -+ break; -+ -+ case _RSN_IE_2_: -+ if ((_rtw_memcmp((pIE->data + 8), RSN_CIPHER_SUITE_CCMP, 4)) || -+ (_rtw_memcmp((pIE->data + 12), RSN_CIPHER_SUITE_CCMP, 4))) -+ return _FALSE; -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ return _TRUE; -+ } -+ else -+ { -+ return _FALSE; -+ } -+ -+} -+ -+ -+unsigned int is_ap_in_wep(_adapter *padapter) -+{ -+ u32 i; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ -+ if (rtw_get_capability((WLAN_BSSID_EX *)cur_network) & WLAN_CAPABILITY_PRIVACY) -+ { -+ for (i = sizeof(NDIS_802_11_FIXED_IEs); i < pmlmeinfo->network.IELength;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pmlmeinfo->network.IEs + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_: -+ if (_rtw_memcmp(pIE->data, RTW_WPA_OUI, 4)) -+ return _FALSE; -+ break; -+ -+ case _RSN_IE_2_: -+ return _FALSE; -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ return _TRUE; -+ } -+ else -+ { -+ return _FALSE; -+ } -+ -+} -+ -+int wifirate2_ratetbl_inx(unsigned char rate); -+int wifirate2_ratetbl_inx(unsigned char rate) -+{ -+ int inx = 0; -+ rate = rate & 0x7f; -+ -+ switch (rate) -+ { -+ case 54*2: -+ inx = 11; -+ break; -+ -+ case 48*2: -+ inx = 10; -+ break; -+ -+ case 36*2: -+ inx = 9; -+ break; -+ -+ case 24*2: -+ inx = 8; -+ break; -+ -+ case 18*2: -+ inx = 7; -+ break; -+ -+ case 12*2: -+ inx = 6; -+ break; -+ -+ case 9*2: -+ inx = 5; -+ break; -+ -+ case 6*2: -+ inx = 4; -+ break; -+ -+ case 11*2: -+ inx = 3; -+ break; -+ case 11: -+ inx = 2; -+ break; -+ -+ case 2*2: -+ inx = 1; -+ break; -+ -+ case 1*2: -+ inx = 0; -+ break; -+ -+ } -+ return inx; -+} -+ -+unsigned int update_basic_rate(unsigned char *ptn, unsigned int ptn_sz) -+{ -+ unsigned int i, num_of_rate; -+ unsigned int mask = 0; -+ -+ num_of_rate = (ptn_sz > NumRates)? NumRates: ptn_sz; -+ -+ for (i = 0; i < num_of_rate; i++) -+ { -+ if ((*(ptn + i)) & 0x80) -+ { -+ mask |= 0x1 << wifirate2_ratetbl_inx(*(ptn + i)); -+ } -+ } -+ return mask; -+} -+ -+unsigned int update_supported_rate(unsigned char *ptn, unsigned int ptn_sz) -+{ -+ unsigned int i, num_of_rate; -+ unsigned int mask = 0; -+ -+ num_of_rate = (ptn_sz > NumRates)? NumRates: ptn_sz; -+ -+ for (i = 0; i < num_of_rate; i++) -+ { -+ mask |= 0x1 << wifirate2_ratetbl_inx(*(ptn + i)); -+ } -+ -+ return mask; -+} -+ -+unsigned int update_MCS_rate(struct HT_caps_element *pHT_caps) -+{ -+ unsigned int mask = 0; -+ -+ mask = ((pHT_caps->u.HT_cap_element.MCS_rate[0] << 12) | (pHT_caps->u.HT_cap_element.MCS_rate[1] << 20)); -+ -+ return mask; -+} -+ -+int support_short_GI(_adapter *padapter, struct HT_caps_element *pHT_caps, u8 bwmode) -+{ -+ unsigned char bit_offset; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (!(pmlmeinfo->HT_enable)) -+ return _FAIL; -+ -+ bit_offset = (bwmode & CHANNEL_WIDTH_40)? 6: 5; -+ -+ if (pHT_caps->u.HT_cap_element.HT_caps_info & (0x1 << bit_offset)) -+ { -+ return _SUCCESS; -+ } -+ else -+ { -+ return _FAIL; -+ } -+} -+ -+unsigned char get_highest_rate_idx(u32 mask) -+{ -+ int i; -+ unsigned char rate_idx=0; -+ -+ for(i=31; i>=0; i--) -+ { -+ if(mask & BIT(i)) -+ { -+ rate_idx = i; -+ break; -+ } -+ } -+ -+ return rate_idx; -+} -+ -+unsigned char get_highest_mcs_rate(struct HT_caps_element *pHT_caps); -+unsigned char get_highest_mcs_rate(struct HT_caps_element *pHT_caps) -+{ -+ int i, mcs_rate; -+ -+ mcs_rate = (pHT_caps->u.HT_cap_element.MCS_rate[0] | (pHT_caps->u.HT_cap_element.MCS_rate[1] << 8)); -+ -+ for (i = 15; i >= 0; i--) -+ { -+ if (mcs_rate & (0x1 << i)) -+ { -+ break; -+ } -+ } -+ -+ return i; -+} -+ -+void Update_RA_Entry(_adapter *padapter, struct sta_info *psta) -+{ -+ rtw_hal_update_ra_mask(psta, 0); -+} -+ -+void enable_rate_adaptive(_adapter *padapter, struct sta_info *psta); -+void enable_rate_adaptive(_adapter *padapter, struct sta_info *psta) -+{ -+ Update_RA_Entry(padapter, psta); -+} -+ -+void set_sta_rate(_adapter *padapter, struct sta_info *psta) -+{ -+ //rate adaptive -+ enable_rate_adaptive(padapter, psta); -+} -+ -+// Update RRSR and Rate for USERATE -+void update_tx_basic_rate(_adapter *padapter, u8 wirelessmode) -+{ -+ NDIS_802_11_RATES_EX supported_rates; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+#ifdef CONFIG_P2P -+ struct wifidirect_info* pwdinfo = &padapter->wdinfo; -+ -+ // Added by Albert 2011/03/22 -+ // In the P2P mode, the driver should not support the b mode. -+ // So, the Tx packet shouldn't use the CCK rate -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ return; -+#endif //CONFIG_P2P -+#ifdef CONFIG_INTEL_WIDI -+ if (padapter->mlmepriv.widi_state != INTEL_WIDI_STATE_NONE) -+ return; -+#endif //CONFIG_INTEL_WIDI -+ -+ _rtw_memset(supported_rates, 0, NDIS_802_11_LENGTH_RATES_EX); -+ -+ //clear B mod if current channel is in 5G band, avoid tx cck rate in 5G band. -+ if(pmlmeext->cur_channel > 14) -+ wirelessmode &= ~(WIRELESS_11B); -+ -+ if ((wirelessmode & WIRELESS_11B) && (wirelessmode == WIRELESS_11B)) { -+ _rtw_memcpy(supported_rates, rtw_basic_rate_cck, 4); -+ } else if (wirelessmode & WIRELESS_11B) { -+ _rtw_memcpy(supported_rates, rtw_basic_rate_mix, 7); -+ } else { -+ _rtw_memcpy(supported_rates, rtw_basic_rate_ofdm, 3); -+ } -+ -+ if (wirelessmode & WIRELESS_11B) -+ update_mgnt_tx_rate(padapter, IEEE80211_CCK_RATE_1MB); -+ else -+ update_mgnt_tx_rate(padapter, IEEE80211_OFDM_RATE_6MB); -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_BASIC_RATE, supported_rates); -+} -+ -+unsigned char check_assoc_AP(u8 *pframe, uint len) -+{ -+ unsigned int i; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ -+ for (i = sizeof(NDIS_802_11_FIXED_IEs); i < len;) -+ { -+ pIE = (PNDIS_802_11_VARIABLE_IEs)(pframe + i); -+ -+ switch (pIE->ElementID) -+ { -+ case _VENDOR_SPECIFIC_IE_: -+ if ((_rtw_memcmp(pIE->data, ARTHEROS_OUI1, 3)) || (_rtw_memcmp(pIE->data, ARTHEROS_OUI2, 3))) -+ { -+ DBG_871X("link to Artheros AP\n"); -+ return HT_IOT_PEER_ATHEROS; -+ } -+ else if ( (_rtw_memcmp(pIE->data, BROADCOM_OUI1, 3)) -+ || (_rtw_memcmp(pIE->data, BROADCOM_OUI2, 3)) -+ || (_rtw_memcmp(pIE->data, BROADCOM_OUI3, 3))) -+ { -+ DBG_871X("link to Broadcom AP\n"); -+ return HT_IOT_PEER_BROADCOM; -+ } -+ else if (_rtw_memcmp(pIE->data, MARVELL_OUI, 3)) -+ { -+ DBG_871X("link to Marvell AP\n"); -+ return HT_IOT_PEER_MARVELL; -+ } -+ else if (_rtw_memcmp(pIE->data, RALINK_OUI, 3)) -+ { -+ DBG_871X("link to Ralink AP\n"); -+ return HT_IOT_PEER_RALINK; -+ } -+ else if (_rtw_memcmp(pIE->data, CISCO_OUI, 3)) -+ { -+ DBG_871X("link to Cisco AP\n"); -+ return HT_IOT_PEER_CISCO; -+ } -+ else if (_rtw_memcmp(pIE->data, REALTEK_OUI, 3)) -+ { -+ u32 Vender = HT_IOT_PEER_REALTEK; -+ -+ if(pIE->Length >= 5) { -+ if(pIE->data[4]==1) -+ { -+ //if(pIE->data[5] & RT_HT_CAP_USE_LONG_PREAMBLE) -+ // bssDesc->BssHT.RT2RT_HT_Mode |= RT_HT_CAP_USE_LONG_PREAMBLE; -+ -+ if(pIE->data[5] & RT_HT_CAP_USE_92SE) -+ { -+ //bssDesc->BssHT.RT2RT_HT_Mode |= RT_HT_CAP_USE_92SE; -+ Vender = HT_IOT_PEER_REALTEK_92SE; -+ } -+ } -+ -+ if(pIE->data[5] & RT_HT_CAP_USE_SOFTAP) -+ Vender = HT_IOT_PEER_REALTEK_SOFTAP; -+ -+ if(pIE->data[4] == 2) -+ { -+ if(pIE->data[6] & RT_HT_CAP_USE_JAGUAR_BCUT) { -+ Vender = HT_IOT_PEER_REALTEK_JAGUAR_BCUTAP; -+ DBG_871X("link to Realtek JAGUAR_BCUTAP\n"); -+ } -+ if(pIE->data[6] & RT_HT_CAP_USE_JAGUAR_CCUT) { -+ Vender = HT_IOT_PEER_REALTEK_JAGUAR_CCUTAP; -+ DBG_871X("link to Realtek JAGUAR_CCUTAP\n"); -+ } -+ } -+ } -+ -+ DBG_871X("link to Realtek AP\n"); -+ return Vender; -+ } -+ else if (_rtw_memcmp(pIE->data, AIRGOCAP_OUI,3)) -+ { -+ DBG_871X("link to Airgo Cap\n"); -+ return HT_IOT_PEER_AIRGO; -+ } -+ else -+ { -+ break; -+ } -+ -+ default: -+ break; -+ } -+ -+ i += (pIE->Length + 2); -+ } -+ -+ DBG_871X("link to new AP\n"); -+ return HT_IOT_PEER_UNKNOWN; -+} -+ -+void update_capinfo(PADAPTER Adapter, u16 updateCap) -+{ -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ BOOLEAN ShortPreamble; -+ -+ // Check preamble mode, 2005.01.06, by rcnjko. -+ // Mark to update preamble value forever, 2008.03.18 by lanhsin -+ //if( pMgntInfo->RegPreambleMode == PREAMBLE_AUTO ) -+ { -+ -+ if(updateCap & cShortPreamble) -+ { // Short Preamble -+ if(pmlmeinfo->preamble_mode != PREAMBLE_SHORT) // PREAMBLE_LONG or PREAMBLE_AUTO -+ { -+ ShortPreamble = _TRUE; -+ pmlmeinfo->preamble_mode = PREAMBLE_SHORT; -+ rtw_hal_set_hwreg( Adapter, HW_VAR_ACK_PREAMBLE, (u8 *)&ShortPreamble ); -+ } -+ } -+ else -+ { // Long Preamble -+ if(pmlmeinfo->preamble_mode != PREAMBLE_LONG) // PREAMBLE_SHORT or PREAMBLE_AUTO -+ { -+ ShortPreamble = _FALSE; -+ pmlmeinfo->preamble_mode = PREAMBLE_LONG; -+ rtw_hal_set_hwreg( Adapter, HW_VAR_ACK_PREAMBLE, (u8 *)&ShortPreamble ); -+ } -+ } -+ } -+ -+ if ( updateCap & cIBSS ) { -+ //Filen: See 802.11-2007 p.91 -+ pmlmeinfo->slotTime = NON_SHORT_SLOT_TIME; -+ } -+ else -+ { -+ //Filen: See 802.11-2007 p.90 -+ if( pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC)) -+ { -+ pmlmeinfo->slotTime = SHORT_SLOT_TIME; -+ } -+ else if( pmlmeext->cur_wireless_mode & (WIRELESS_11G)) -+ { -+ if( (updateCap & cShortSlotTime) /* && (!(pMgntInfo->pHTInfo->RT2RT_HT_Mode & RT_HT_CAP_USE_LONG_PREAMBLE)) */) -+ { // Short Slot Time -+ pmlmeinfo->slotTime = SHORT_SLOT_TIME; -+ } -+ else -+ { // Long Slot Time -+ pmlmeinfo->slotTime = NON_SHORT_SLOT_TIME; -+ } -+ } -+ else -+ { -+ //B Mode -+ pmlmeinfo->slotTime = NON_SHORT_SLOT_TIME; -+ } -+ } -+ -+ rtw_hal_set_hwreg( Adapter, HW_VAR_SLOT_TIME, &pmlmeinfo->slotTime ); -+ -+} -+ -+/* -+* set adapter.mlmeextpriv.mlmext_info.HT_enable -+* set adapter.mlmeextpriv.cur_wireless_mode -+* set SIFS register -+* set mgmt tx rate -+*/ -+void update_wireless_mode(_adapter *padapter) -+{ -+ int ratelen, network_type = 0; -+ u32 SIFS_Timer; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ unsigned char *rate = cur_network->SupportedRates; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+ ratelen = rtw_get_rateset_len(cur_network->SupportedRates); -+ -+ if ((pmlmeinfo->HT_info_enable) && (pmlmeinfo->HT_caps_enable)) -+ { -+ pmlmeinfo->HT_enable = 1; -+ } -+ -+ if(pmlmeext->cur_channel > 14) -+ { -+ if (pmlmeinfo->VHT_enable) -+ network_type = WIRELESS_11AC; -+ else if (pmlmeinfo->HT_enable) -+ network_type = WIRELESS_11_5N; -+ -+ network_type |= WIRELESS_11A; -+ } -+ else -+ { -+ if (pmlmeinfo->VHT_enable) -+ network_type = WIRELESS_11AC; -+ else if (pmlmeinfo->HT_enable) -+ network_type = WIRELESS_11_24N; -+ -+ if ((cckratesonly_included(rate, ratelen)) == _TRUE) -+ { -+ network_type |= WIRELESS_11B; -+ } -+ else if((cckrates_included(rate, ratelen)) == _TRUE) -+ { -+ network_type |= WIRELESS_11BG; -+ } -+ else -+ { -+ network_type |= WIRELESS_11G; -+ } -+ } -+ -+ pmlmeext->cur_wireless_mode = network_type & padapter->registrypriv.wireless_mode; -+ /* DBG_871X("network_type=%02x, padapter->registrypriv.wireless_mode=%02x\n", network_type, padapter->registrypriv.wireless_mode); */ -+/* -+ if((pmlmeext->cur_wireless_mode==WIRELESS_11G) || -+ (pmlmeext->cur_wireless_mode==WIRELESS_11BG))//WIRELESS_MODE_G) -+ SIFS_Timer = 0x0a0a;//CCK -+ else -+ SIFS_Timer = 0x0e0e;//pHalData->SifsTime; //OFDM -+*/ -+ -+ SIFS_Timer = 0x0a0a0808; //0x0808 -> for CCK, 0x0a0a -> for OFDM -+ //change this value if having IOT issues. -+ -+ rtw_hal_set_hwreg( padapter, HW_VAR_RESP_SIFS, (u8 *)&SIFS_Timer); -+ -+ rtw_hal_set_hwreg( padapter, HW_VAR_WIRELESS_MODE, (u8 *)&(pmlmeext->cur_wireless_mode)); -+ -+ if ((pmlmeext->cur_wireless_mode & WIRELESS_11B) -+ && rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ update_mgnt_tx_rate(padapter, IEEE80211_CCK_RATE_1MB); -+ else -+ update_mgnt_tx_rate(padapter, IEEE80211_OFDM_RATE_6MB); -+} -+ -+void fire_write_MAC_cmd(_adapter *padapter, unsigned int addr, unsigned int value); -+void fire_write_MAC_cmd(_adapter *padapter, unsigned int addr, unsigned int value) -+{ -+#if 0 -+ struct cmd_obj *ph2c; -+ struct reg_rw_parm *pwriteMacPara; -+ struct cmd_priv *pcmdpriv = &(padapter->cmdpriv); -+ -+ if ((ph2c = (struct cmd_obj*)rtw_zmalloc(sizeof(struct cmd_obj))) == NULL) -+ { -+ return; -+ } -+ -+ if ((pwriteMacPara = (struct reg_rw_parm*)rtw_malloc(sizeof(struct reg_rw_parm))) == NULL) -+ { -+ rtw_mfree((unsigned char *)ph2c, sizeof(struct cmd_obj)); -+ return; -+ } -+ -+ pwriteMacPara->rw = 1; -+ pwriteMacPara->addr = addr; -+ pwriteMacPara->value = value; -+ -+ init_h2fwcmd_w_parm_no_rsp(ph2c, pwriteMacPara, GEN_CMD_CODE(_Write_MACREG)); -+ rtw_enqueue_cmd(pcmdpriv, ph2c); -+#endif -+} -+ -+void update_sta_basic_rate(struct sta_info *psta, u8 wireless_mode) -+{ -+ if(IsSupportedTxCCK(wireless_mode)) -+ { -+ // Only B, B/G, and B/G/N AP could use CCK rate -+ _rtw_memcpy(psta->bssrateset, rtw_basic_rate_cck, 4); -+ psta->bssratelen = 4; -+ } -+ else -+ { -+ _rtw_memcpy(psta->bssrateset, rtw_basic_rate_ofdm, 3); -+ psta->bssratelen = 3; -+ } -+} -+ -+int update_sta_support_rate(_adapter *padapter, u8* pvar_ie, uint var_ie_len, int cam_idx) -+{ -+ unsigned int ie_len; -+ PNDIS_802_11_VARIABLE_IEs pIE; -+ int supportRateNum = 0; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ pIE = (PNDIS_802_11_VARIABLE_IEs)rtw_get_ie(pvar_ie, _SUPPORTEDRATES_IE_, &ie_len, var_ie_len); -+ if (pIE == NULL) -+ { -+ return _FAIL; -+ } -+ -+ _rtw_memcpy(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates, pIE->data, ie_len); -+ supportRateNum = ie_len; -+ -+ pIE = (PNDIS_802_11_VARIABLE_IEs)rtw_get_ie(pvar_ie, _EXT_SUPPORTEDRATES_IE_, &ie_len, var_ie_len); -+ if (pIE) -+ { -+ _rtw_memcpy((pmlmeinfo->FW_sta_info[cam_idx].SupportedRates + supportRateNum), pIE->data, ie_len); -+ } -+ -+ return _SUCCESS; -+ -+} -+ -+void process_addba_req(_adapter *padapter, u8 *paddba_req, u8 *addr) -+{ -+ struct sta_info *psta; -+ u16 tid, start_seq, param; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct ADDBA_request *preq = (struct ADDBA_request*)paddba_req; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 size, accept = _FALSE; -+ -+ psta = rtw_get_stainfo(pstapriv, addr); -+ if (!psta) -+ goto exit; -+ -+ start_seq = le16_to_cpu(preq->BA_starting_seqctrl) >> 4; -+ -+ param = le16_to_cpu(preq->BA_para_set); -+ tid = (param>>2)&0x0f; -+ -+ -+ accept = rtw_rx_ampdu_is_accept(padapter); -+ size = rtw_rx_ampdu_size(padapter); -+ -+ if (accept == _TRUE) -+ rtw_addbarsp_cmd(padapter, addr, tid, 0, size, start_seq); -+ else -+ rtw_addbarsp_cmd(padapter, addr, tid, 37, size, start_seq); /* reject ADDBA Req */ -+ -+exit: -+ return; -+} -+ -+void update_TSF(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len) -+{ -+ u8* pIE; -+ u32 *pbuf; -+ -+ pIE = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ pbuf = (u32*)pIE; -+ -+ pmlmeext->TSFValue = le32_to_cpu(*(pbuf+1)); -+ -+ pmlmeext->TSFValue = pmlmeext->TSFValue << 32; -+ -+ pmlmeext->TSFValue |= le32_to_cpu(*pbuf); -+} -+ -+void correct_TSF(_adapter *padapter, struct mlme_ext_priv *pmlmeext) -+{ -+ rtw_hal_set_hwreg(padapter, HW_VAR_CORRECT_TSF, 0); -+} -+ -+void adaptive_early_32k(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len) -+{ -+ int i; -+ u8* pIE; -+ u32 *pbuf; -+ u64 tsf=0; -+ u32 delay_ms; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ pmlmeext->bcn_cnt++; -+ -+ pIE = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ pbuf = (u32*)pIE; -+ -+ tsf = le32_to_cpu(*(pbuf+1)); -+ tsf = tsf << 32; -+ tsf |= le32_to_cpu(*pbuf); -+ -+ //DBG_871X("%s(): tsf_upper= 0x%08x, tsf_lower=0x%08x\n", __func__, (u32)(tsf>>32), (u32)tsf); -+ -+ //delay = (timestamp mod 1024*100)/1000 (unit: ms) -+ //delay_ms = do_div(tsf, (pmlmeinfo->bcn_interval*1024))/1000; -+ delay_ms = rtw_modular64(tsf, (pmlmeinfo->bcn_interval*1024)); -+ delay_ms = delay_ms/1000; -+ -+ if(delay_ms >= 8) -+ { -+ pmlmeext->bcn_delay_cnt[8]++; -+ //pmlmeext->bcn_delay_ratio[8] = (pmlmeext->bcn_delay_cnt[8] * 100) /pmlmeext->bcn_cnt; -+ } -+ else -+ { -+ pmlmeext->bcn_delay_cnt[delay_ms]++; -+ //pmlmeext->bcn_delay_ratio[delay_ms] = (pmlmeext->bcn_delay_cnt[delay_ms] * 100) /pmlmeext->bcn_cnt; -+ } -+ -+/* -+ DBG_871X("%s(): (a)bcn_cnt = %d\n", __func__, pmlmeext->bcn_cnt); -+ -+ -+ for(i=0; i<9; i++) -+ { -+ DBG_871X("%s():bcn_delay_cnt[%d]=%d, bcn_delay_ratio[%d]=%d\n", __func__, i, -+ pmlmeext->bcn_delay_cnt[i] , i, pmlmeext->bcn_delay_ratio[i]); -+ } -+*/ -+ -+ //dump for adaptive_early_32k -+ if(pmlmeext->bcn_cnt > 100 && (pmlmeext->adaptive_tsf_done==_TRUE)) -+ { -+ u8 ratio_20_delay, ratio_80_delay; -+ u8 DrvBcnEarly, DrvBcnTimeOut; -+ -+ ratio_20_delay = 0; -+ ratio_80_delay = 0; -+ DrvBcnEarly = 0xff; -+ DrvBcnTimeOut = 0xff; -+ -+ DBG_871X("%s(): bcn_cnt = %d\n", __func__, pmlmeext->bcn_cnt); -+ -+ for(i=0; i<9; i++) -+ { -+ pmlmeext->bcn_delay_ratio[i] = (pmlmeext->bcn_delay_cnt[i] * 100) /pmlmeext->bcn_cnt; -+ -+ -+ //DBG_871X("%s():bcn_delay_cnt[%d]=%d, bcn_delay_ratio[%d]=%d\n", __func__, i, -+ // pmlmeext->bcn_delay_cnt[i] , i, pmlmeext->bcn_delay_ratio[i]); -+ -+ ratio_20_delay += pmlmeext->bcn_delay_ratio[i]; -+ ratio_80_delay += pmlmeext->bcn_delay_ratio[i]; -+ -+ if(ratio_20_delay > 20 && DrvBcnEarly == 0xff) -+ { -+ DrvBcnEarly = i; -+ //DBG_871X("%s(): DrvBcnEarly = %d\n", __func__, DrvBcnEarly); -+ } -+ -+ if(ratio_80_delay > 80 && DrvBcnTimeOut == 0xff) -+ { -+ DrvBcnTimeOut = i; -+ //DBG_871X("%s(): DrvBcnTimeOut = %d\n", __func__, DrvBcnTimeOut); -+ } -+ -+ //reset adaptive_early_32k cnt -+ pmlmeext->bcn_delay_cnt[i] = 0; -+ pmlmeext->bcn_delay_ratio[i] = 0; -+ } -+ -+ pmlmeext->DrvBcnEarly = DrvBcnEarly; -+ pmlmeext->DrvBcnTimeOut = DrvBcnTimeOut; -+ -+ pmlmeext->bcn_cnt = 0; -+ } -+ -+} -+ -+ -+void beacon_timing_control(_adapter *padapter) -+{ -+ rtw_hal_bcn_related_reg_setting(padapter); -+} -+ -+#define CONFIG_SHARED_BMC_MACID -+ -+void dump_macid_map(void *sel, struct macid_bmp *map, u8 max_num) -+{ -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m0); -+#if (MACID_NUM_SW_LIMIT > 32) -+ if (max_num && max_num > 32) -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m1); -+#endif -+#if (MACID_NUM_SW_LIMIT > 64) -+ if (max_num && max_num > 64) -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m2); -+#endif -+#if (MACID_NUM_SW_LIMIT > 96) -+ if (max_num && max_num > 96) -+ DBG_871X_SEL_NL(sel, "0x%08x\n", map->m3); -+#endif -+} -+ -+inline bool rtw_macid_is_set(struct macid_bmp *map, u8 id) -+{ -+ if (id < 32) -+ return (map->m0 & BIT(id)); -+#if (MACID_NUM_SW_LIMIT > 32) -+ else if (id < 64) -+ return (map->m1 & BIT(id-32)); -+#endif -+#if (MACID_NUM_SW_LIMIT > 64) -+ else if (id < 96) -+ return (map->m2 & BIT(id-64)); -+#endif -+#if (MACID_NUM_SW_LIMIT > 96) -+ else if (id < 128) -+ return (map->m3 & BIT(id-96)); -+#endif -+ else -+ rtw_warn_on(1); -+ -+ return 0; -+} -+ -+inline void rtw_macid_map_set(struct macid_bmp *map, u8 id) -+{ -+ if (id < 32) -+ map->m0 |= BIT(id); -+#if (MACID_NUM_SW_LIMIT > 32) -+ else if (id < 64) -+ map->m1 |= BIT(id-32); -+#endif -+#if (MACID_NUM_SW_LIMIT > 64) -+ else if (id < 96) -+ map->m2 |= BIT(id-64); -+#endif -+#if (MACID_NUM_SW_LIMIT > 96) -+ else if (id < 128) -+ map->m3 |= BIT(id-96); -+#endif -+ else -+ rtw_warn_on(1); -+} -+ -+inline void rtw_macid_map_clr(struct macid_bmp *map, u8 id) -+{ -+ if (id < 32) -+ map->m0 &= ~BIT(id); -+#if (MACID_NUM_SW_LIMIT > 32) -+ else if (id < 64) -+ map->m1 &= ~BIT(id-32); -+#endif -+#if (MACID_NUM_SW_LIMIT > 64) -+ else if (id < 96) -+ map->m2 &= ~BIT(id-64); -+#endif -+#if (MACID_NUM_SW_LIMIT > 96) -+ else if (id < 128) -+ map->m3 &= ~BIT(id-96); -+#endif -+ else -+ rtw_warn_on(1); -+} -+ -+inline bool rtw_macid_is_used(struct macid_ctl_t *macid_ctl, u8 id) -+{ -+ return rtw_macid_is_set(&macid_ctl->used, id); -+} -+ -+inline bool rtw_macid_is_bmc(struct macid_ctl_t *macid_ctl, u8 id) -+{ -+ return rtw_macid_is_set(&macid_ctl->bmc, id); -+} -+ -+inline s8 rtw_macid_get_if_g(struct macid_ctl_t *macid_ctl, u8 id) -+{ -+ int i; -+ -+#ifdef CONFIG_SHARED_BMC_MACID -+ if (rtw_macid_is_bmc(macid_ctl,id)) -+ return -1; -+#endif -+ -+ for (i=0;iif_g[i], id)) -+ return i; -+ } -+ return -1; -+} -+ -+inline s8 rtw_macid_get_ch_g(struct macid_ctl_t *macid_ctl, u8 id) -+{ -+ int i; -+ -+ for (i=0;i<2;i++) { -+ if (rtw_macid_is_set(&macid_ctl->ch_g[i], id)) -+ return i; -+ } -+ return -1; -+} -+ -+void rtw_alloc_macid(_adapter *padapter, struct sta_info *psta) -+{ -+ int i; -+ _irqL irqL; -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ struct macid_bmp *used_map = &macid_ctl->used; -+ //static u8 last_id = 0; /* for testing */ -+ u8 last_id = 0; -+ -+ if (_rtw_memcmp(psta->hwaddr, adapter_mac_addr(padapter), ETH_ALEN)) { -+ psta->mac_id = macid_ctl->num; -+ return; -+ } -+ -+#ifdef CONFIG_SHARED_BMC_MACID -+ if(_rtw_memcmp(psta->hwaddr, bc_addr, ETH_ALEN)) { -+ /* use shared broadcast & multicast macid 1 */ -+ _enter_critical_bh(&macid_ctl->lock, &irqL); -+ rtw_macid_map_set(used_map, 1); -+ rtw_macid_map_set(&macid_ctl->bmc, 1); -+ for (i=0;iif_g[padapter->iface_id], 1); -+ /* TODO ch_g? */ -+ _exit_critical_bh(&macid_ctl->lock, &irqL); -+ i = 1; -+ goto assigned; -+ } -+#endif -+ -+ _enter_critical_bh(&macid_ctl->lock, &irqL); -+ -+ for (i=last_id;inum;i++) { -+ #ifdef CONFIG_SHARED_BMC_MACID -+ if (i == 1) -+ continue; -+ #endif -+ if (!rtw_macid_is_used(macid_ctl, i)) -+ break; -+ } -+ -+ if (i < macid_ctl->num) { -+ -+ rtw_macid_map_set(used_map, i); -+ -+ if(_rtw_memcmp(psta->hwaddr, bc_addr, ETH_ALEN)) -+ rtw_macid_map_set(&macid_ctl->bmc, i); -+ -+ rtw_macid_map_set(&macid_ctl->if_g[padapter->iface_id], i); -+ -+ /* TODO ch_g? */ -+ -+ last_id++; -+ last_id %= macid_ctl->num; -+ } -+ -+ _exit_critical_bh(&macid_ctl->lock, &irqL); -+ -+ if (i >= macid_ctl->num) { -+ psta->mac_id = macid_ctl->num; -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" if%u, hwaddr:"MAC_FMT" no available macid\n" -+ , FUNC_ADPT_ARG(padapter), padapter->iface_id+1, MAC_ARG(psta->hwaddr)); -+ rtw_warn_on(1); -+ goto exit; -+ } else { -+ goto assigned; -+ } -+ -+assigned: -+ psta->mac_id = i; -+ DBG_871X(FUNC_ADPT_FMT" if%u, hwaddr:"MAC_FMT" macid:%u\n" -+ , FUNC_ADPT_ARG(padapter), padapter->iface_id+1, MAC_ARG(psta->hwaddr), psta->mac_id); -+ -+exit: -+ return; -+} -+ -+void rtw_release_macid(_adapter *padapter, struct sta_info *psta) -+{ -+ _irqL irqL; -+ u8 bc_addr[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ -+ if (_rtw_memcmp(psta->hwaddr, adapter_mac_addr(padapter), ETH_ALEN)) -+ return; -+ -+#ifdef CONFIG_SHARED_BMC_MACID -+ if(_rtw_memcmp(psta->hwaddr, bc_addr, ETH_ALEN)) -+ return; -+ -+ if (psta->mac_id == 1) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" if%u, hwaddr:"MAC_FMT" with macid:%u\n" -+ , FUNC_ADPT_ARG(padapter), padapter->iface_id+1, MAC_ARG(psta->hwaddr), psta->mac_id); -+ rtw_warn_on(1); -+ return; -+ } -+#endif -+ -+ _enter_critical_bh(&macid_ctl->lock, &irqL); -+ -+ if (psta->mac_id < macid_ctl->num) { -+ int i; -+ -+ if (!rtw_macid_is_used(macid_ctl, psta->mac_id)) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" if%u, hwaddr:"MAC_FMT" macid:%u not used\n" -+ , FUNC_ADPT_ARG(padapter), padapter->iface_id+1, MAC_ARG(psta->hwaddr), psta->mac_id); -+ rtw_warn_on(1); -+ } -+ -+ rtw_macid_map_clr(&macid_ctl->used, psta->mac_id); -+ rtw_macid_map_clr(&macid_ctl->bmc, psta->mac_id); -+ for (i=0;iif_g[i], psta->mac_id); -+ for (i=0;i<2;i++) -+ rtw_macid_map_clr(&macid_ctl->ch_g[i], psta->mac_id); -+ } -+ -+ _exit_critical_bh(&macid_ctl->lock, &irqL); -+ -+ psta->mac_id = macid_ctl->num; -+} -+ -+//For 8188E RA -+u8 rtw_search_max_mac_id(_adapter *padapter) -+{ -+ u8 max_mac_id=0; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ int i; -+ _irqL irqL; -+ -+ _enter_critical_bh(&macid_ctl->lock, &irqL); -+ for(i=(macid_ctl->num-1); i>0 ; i--) { -+ if (!rtw_macid_is_used(macid_ctl, i)) -+ break; -+ } -+ _exit_critical_bh(&macid_ctl->lock, &irqL); -+ max_mac_id = i; -+ -+ return max_mac_id; -+} -+ -+inline void rtw_macid_ctl_init(struct macid_ctl_t *macid_ctl) -+{ -+ _rtw_spinlock_init(&macid_ctl->lock); -+} -+ -+inline void rtw_macid_ctl_deinit(struct macid_ctl_t *macid_ctl) -+{ -+ _rtw_spinlock_free(&macid_ctl->lock); -+} -+ -+#if 0 -+unsigned int setup_beacon_frame(_adapter *padapter, unsigned char *beacon_frame) -+{ -+ unsigned short ATIMWindow; -+ unsigned char *pframe; -+ struct tx_desc *ptxdesc; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned int rate_len, len = 0; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ _rtw_memset(beacon_frame, 0, 256); -+ -+ pframe = beacon_frame + TXDESC_SIZE; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); -+ -+ SetFrameSubType(pframe, WIFI_BEACON); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ len = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ len += 8; -+ -+ // beacon interval: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ len += 2; -+ -+ // capability info: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ len += 2; -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &len); -+ -+ // supported rates... -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8)? 8: rate_len), cur_network->SupportedRates, &len); -+ -+ // DS parameter set -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &len); -+ -+ // IBSS Parameter Set... -+ //ATIMWindow = cur->Configuration.ATIMWindow; -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &len); -+ -+ //todo: ERP IE -+ -+ // EXTERNDED SUPPORTED RATE -+ if (rate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &len); -+ } -+ -+ if ((len + TXDESC_SIZE) > 256) -+ { -+ //DBG_871X("marc: beacon frame too large\n"); -+ return 0; -+ } -+ -+ //fill the tx descriptor -+ ptxdesc = (struct tx_desc *)beacon_frame; -+ -+ //offset 0 -+ ptxdesc->txdw0 |= cpu_to_le32(len & 0x0000ffff); -+ ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << OFFSET_SHT) & 0x00ff0000); //default = 32 bytes for TX Desc -+ -+ //offset 4 -+ ptxdesc->txdw1 |= cpu_to_le32((0x10 << QSEL_SHT) & 0x00001f00); -+ -+ //offset 8 -+ ptxdesc->txdw2 |= cpu_to_le32(BMC); -+ ptxdesc->txdw2 |= cpu_to_le32(BK); -+ -+ //offset 16 -+ ptxdesc->txdw4 = 0x80000000; -+ -+ //offset 20 -+ ptxdesc->txdw5 = 0x00000000; //1M -+ -+ return (len + TXDESC_SIZE); -+} -+#endif -+ -+_adapter *dvobj_get_port0_adapter(struct dvobj_priv *dvobj) -+{ -+ _adapter *port0_iface = NULL; -+ int i; -+ for (i=0;iiface_nums;i++) { -+ if (get_iface_type(dvobj->padapters[i]) == IFACE_PORT0) -+ break; -+ } -+ -+ if (i<0 || i>=dvobj->iface_nums) -+ rtw_warn_on(1); -+ else -+ port0_iface = dvobj->padapters[i]; -+ -+ return port0_iface; -+} -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void rtw_get_current_ip_address(PADAPTER padapter, u8 *pcurrentip) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct in_device *my_ip_ptr = padapter->pnetdev->ip_ptr; -+ u8 ipaddress[4]; -+ -+ if ( (pmlmeinfo->state & WIFI_FW_LINKING_STATE) || -+ pmlmeinfo->state & WIFI_FW_AP_STATE) { -+ if ( my_ip_ptr != NULL ) { -+ struct in_ifaddr *my_ifa_list = my_ip_ptr->ifa_list ; -+ if ( my_ifa_list != NULL ) { -+ ipaddress[0] = my_ifa_list->ifa_address & 0xFF; -+ ipaddress[1] = (my_ifa_list->ifa_address >> 8) & 0xFF; -+ ipaddress[2] = (my_ifa_list->ifa_address >> 16) & 0xFF; -+ ipaddress[3] = my_ifa_list->ifa_address >> 24; -+ DBG_871X("%s: %d.%d.%d.%d ==========\n", __func__, -+ ipaddress[0], ipaddress[1], ipaddress[2], ipaddress[3]); -+ _rtw_memcpy(pcurrentip, ipaddress, 4); -+ } -+ } -+ } -+} -+#endif -+#ifdef CONFIG_WOWLAN -+bool rtw_check_pattern_valid(u8 *input, u8 len) -+{ -+ int i = 0; -+ bool res = _FALSE; -+ -+ for (i = 0 ; i < len ; i++) { -+ if ((input[i] <= '9' && input[i] >= '0') || -+ (input[i] <= 'F' && input[i] >= 'A') || -+ (input[i] <= 'f' && input[i] >= 'a')) -+ res = _TRUE; -+ else -+ res = _FALSE; -+ } -+ return res; -+} -+ -+bool rtw_read_from_frame_mask(_adapter *adapter, u8 idx) -+{ -+ u32 data_l = 0, data_h = 0, rx_dma_buff_sz = 0, page_sz = 0; -+ u16 offset, rx_buf_ptr = 0; -+ u16 cam_start_offset = 0; -+ u16 ctrl_l = 0, ctrl_h = 0; -+ u8 count = 0, tmp = 0; -+ int i = 0; -+ bool res = _TRUE; -+ -+ if (idx > MAX_WKFM_NUM) { -+ DBG_871X("[Error]: %s, pattern index is out of range\n", -+ __func__); -+ return _FALSE; -+ } -+ -+ rtw_hal_get_def_var(adapter, HAL_DEF_RX_DMA_SZ_WOW, -+ (u8 *)&rx_dma_buff_sz); -+ -+ if (rx_dma_buff_sz == 0) { -+ DBG_871X("[Error]: %s, rx_dma_buff_sz is 0!!\n", __func__); -+ return _FALSE; -+ } -+ -+ rtw_hal_get_def_var(adapter, HAL_DEF_RX_PAGE_SIZE, (u8 *)&page_sz); -+ -+ if (page_sz == 0) { -+ DBG_871X("[Error]: %s, page_sz is 0!!\n", __func__); -+ return _FALSE; -+ } -+ -+ offset = (u16)PageNum(rx_dma_buff_sz, page_sz); -+ cam_start_offset = offset * page_sz; -+ -+ ctrl_l = 0x0; -+ ctrl_h = 0x0; -+ -+ /* Enable RX packet buffer access */ -+ rtw_write8(adapter, REG_PKT_BUFF_ACCESS_CTRL, RXPKT_BUF_SELECT); -+ -+ /* Read the WKFM CAM */ -+ for (i = 0; i < (WKFMCAM_ADDR_NUM / 2); i++) { -+ /* -+ * Set Rx packet buffer offset. -+ * RxBufer pointer increases 1, we can access 8 bytes in Rx packet buffer. -+ * CAM start offset (unit: 1 byte) = Index*WKFMCAM_SIZE -+ * RxBufer pointer addr = (CAM start offset + per entry offset of a WKFMCAM)/8 -+ * * Index: The index of the wake up frame mask -+ * * WKFMCAM_SIZE: the total size of one WKFM CAM -+ * * per entry offset of a WKFM CAM: Addr i * 4 bytes -+ */ -+ rx_buf_ptr = -+ (cam_start_offset + idx*WKFMCAM_SIZE + i*8) >> 3; -+ rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, rx_buf_ptr); -+ -+ rtw_write16(adapter, REG_RXPKTBUF_CTRL, ctrl_l); -+ data_l = rtw_read32(adapter, REG_PKTBUF_DBG_DATA_L); -+ data_h = rtw_read32(adapter, REG_PKTBUF_DBG_DATA_H); -+ -+ DBG_871X("[%d]: %08x %08x\n", i, data_h, data_l); -+ -+ count = 0; -+ -+ do { -+ tmp = rtw_read8(adapter, REG_RXPKTBUF_CTRL); -+ rtw_udelay_os(2); -+ count++; -+ } while (!tmp && count < 100); -+ -+ if (count >= 100) { -+ DBG_871X("%s count:%d\n", __func__, count); -+ res = _FALSE; -+ } -+ } -+ -+ /* Disable RX packet buffer access */ -+ rtw_write8(adapter, REG_PKT_BUFF_ACCESS_CTRL, -+ DISABLE_TRXPKT_BUF_ACCESS); -+ return res; -+} -+ -+bool rtw_write_to_frame_mask(_adapter *adapter, u8 idx, -+ struct rtl_wow_pattern *context) -+{ -+ u32 data = 0, rx_dma_buff_sz = 0, page_sz = 0; -+ u16 offset, rx_buf_ptr = 0; -+ u16 cam_start_offset = 0; -+ u16 ctrl_l = 0, ctrl_h = 0; -+ u8 count = 0, tmp = 0; -+ int res = 0, i = 0; -+ -+ if (idx > MAX_WKFM_NUM) { -+ DBG_871X("[Error]: %s, pattern index is out of range\n", -+ __func__); -+ return _FALSE; -+ } -+ -+ rtw_hal_get_def_var(adapter, HAL_DEF_RX_DMA_SZ_WOW, -+ (u8 *)&rx_dma_buff_sz); -+ -+ if (rx_dma_buff_sz == 0) { -+ DBG_871X("[Error]: %s, rx_dma_buff_sz is 0!!\n", __func__); -+ return _FALSE; -+ } -+ -+ rtw_hal_get_def_var(adapter, HAL_DEF_RX_PAGE_SIZE, (u8 *)&page_sz); -+ -+ if (page_sz == 0) { -+ DBG_871X("[Error]: %s, page_sz is 0!!\n", __func__); -+ return _FALSE; -+ } -+ -+ offset = (u16)PageNum(rx_dma_buff_sz, page_sz); -+ -+ cam_start_offset = offset * page_sz; -+ -+ if (IS_HARDWARE_TYPE_8188E(adapter)) { -+ ctrl_l = 0x0001; -+ ctrl_h = 0x0001; -+ } else { -+ ctrl_l = 0x0f01; -+ ctrl_h = 0xf001; -+ } -+ -+ /* Enable RX packet buffer access */ -+ rtw_write8(adapter, REG_PKT_BUFF_ACCESS_CTRL, RXPKT_BUF_SELECT); -+ -+ /* Write the WKFM CAM */ -+ for (i = 0; i < WKFMCAM_ADDR_NUM; i++) { -+ /* -+ * Set Rx packet buffer offset. -+ * RxBufer pointer increases 1, we can access 8 bytes in Rx packet buffer. -+ * CAM start offset (unit: 1 byte) = Index*WKFMCAM_SIZE -+ * RxBufer pointer addr = (CAM start offset + per entry offset of a WKFMCAM)/8 -+ * * Index: The index of the wake up frame mask -+ * * WKFMCAM_SIZE: the total size of one WKFM CAM -+ * * per entry offset of a WKFM CAM: Addr i * 4 bytes -+ */ -+ rx_buf_ptr = -+ (cam_start_offset + idx*WKFMCAM_SIZE + i*4) >> 3; -+ rtw_write16(adapter, REG_PKTBUF_DBG_CTRL, rx_buf_ptr); -+ -+ if (i == 0) { -+ if (context->type == PATTERN_VALID) -+ data = BIT(31) | context->crc; -+ else if (context->type == PATTERN_BROADCAST) -+ data |= BIT(26); -+ else if (context->type == PATTERN_MULTICAST) -+ data |= BIT(25); -+ else if (context->type == PATTERN_UNICAST) -+ data |= BIT(24); -+ rtw_write32(adapter, REG_PKTBUF_DBG_DATA_L, data); -+ rtw_write16(adapter, REG_RXPKTBUF_CTRL, ctrl_l); -+ } else if (i == 1) { -+ data = 0; -+ rtw_write32(adapter, REG_PKTBUF_DBG_DATA_H, data); -+ rtw_write16(adapter, REG_RXPKTBUF_CTRL, ctrl_h); -+ } else if (i == 2 || i == 4) { -+ data = context->mask[i - 2]; -+ rtw_write32(adapter, REG_PKTBUF_DBG_DATA_L, data); -+ /* write to RX packet buffer*/ -+ rtw_write16(adapter, REG_RXPKTBUF_CTRL, ctrl_l); -+ } else if (i == 3 || i == 5) { -+ data = context->mask[i - 2]; -+ rtw_write32(adapter, REG_PKTBUF_DBG_DATA_H, data); -+ /* write to RX packet buffer*/ -+ rtw_write16(adapter, REG_RXPKTBUF_CTRL, ctrl_h); -+ } -+ -+ count = 0; -+ do { -+ tmp = rtw_read8(adapter, REG_RXPKTBUF_CTRL); -+ rtw_udelay_os(2); -+ count++; -+ } while (tmp && count < 100); -+ -+ if (count >= 100) -+ res = _FALSE; -+ else -+ res = _TRUE; -+ } -+ -+ /* Disable RX packet buffer access */ -+ rtw_write8(adapter, REG_PKT_BUFF_ACCESS_CTRL, -+ DISABLE_TRXPKT_BUF_ACCESS); -+ -+ return res; -+} -+ -+ -+void rtw_dump_priv_pattern(_adapter *adapter, u8 idx) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ char str_1[128]; -+ char *p_str; -+ u8 val8 = 0; -+ int i = 0, j = 0, len = 0, max_len = 0; -+ -+ DBG_871X("=========[%d]========\n", idx); -+ -+ DBG_871X(">>>priv_pattern_content:\n"); -+ p_str = str_1; -+ max_len = sizeof(str_1); -+ for (i = 0 ; i < MAX_WKFM_PATTERN_SIZE/8 ; i++) { -+ _rtw_memset(p_str, 0, max_len); -+ len = 0; -+ for (j = 0 ; j < 8 ; j++) { -+ val8 = pwrctl->patterns[idx].content[i*8 + j]; -+ len += snprintf(p_str + len, max_len - len, -+ "%02x ", val8); -+ } -+ DBG_871X("%s\n", p_str); -+ } -+ -+ DBG_871X(">>>priv_pattern_mask:\n"); -+ for (i = 0 ; i < MAX_WKFM_SIZE/8 ; i++) { -+ _rtw_memset(p_str, 0, max_len); -+ len = 0; -+ for (j = 0 ; j < 8 ; j++) { -+ val8 = pwrctl->patterns[idx].mask[i*8 + j]; -+ len += snprintf(p_str + len, max_len - len, -+ "%02x ", val8); -+ } -+ DBG_871X("%s\n", p_str); -+ } -+} -+ -+void rtw_clean_pattern(_adapter *adapter) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ struct rtl_wow_pattern zero_pattern; -+ int i = 0; -+ -+ _rtw_memset(&zero_pattern, 0, sizeof(struct rtl_wow_pattern)); -+ -+ zero_pattern.type = PATTERN_INVALID; -+ -+ for (i = 0; i < MAX_WKFM_NUM; i++) -+ rtw_write_to_frame_mask(adapter, i, &zero_pattern); -+ -+ pwrctl->wowlan_pattern_idx = 0; -+ rtw_write8(adapter, REG_WKFMCAM_NUM, pwrctl->wowlan_pattern_idx); -+} -+ -+void rtw_get_sec_iv(PADAPTER padapter, u8*pcur_dot11txpn, u8 *StaAddr) -+{ -+ struct sta_info *psta; -+ struct security_priv *psecpriv = &padapter->securitypriv; -+ -+ _rtw_memset(pcur_dot11txpn, 0, 8); -+ if(NULL == StaAddr) -+ return; -+ psta = rtw_get_stainfo(&padapter->stapriv, StaAddr); -+ DBG_871X("%s(): StaAddr: %02x %02x %02x %02x %02x %02x\n", -+ __func__, StaAddr[0], StaAddr[1], StaAddr[2], -+ StaAddr[3], StaAddr[4], StaAddr[5]); -+ -+ if(psta) -+ { -+ if (psecpriv->dot11PrivacyAlgrthm != _NO_PRIVACY_ && psta->dot11txpn.val > 0) -+ psta->dot11txpn.val--; -+ AES_IV(pcur_dot11txpn, psta->dot11txpn, 0); -+ -+ DBG_871X("%s(): CurrentIV: %02x %02x %02x %02x %02x %02x %02x %02x \n" -+ , __func__, pcur_dot11txpn[0],pcur_dot11txpn[1], -+ pcur_dot11txpn[2],pcur_dot11txpn[3], pcur_dot11txpn[4], -+ pcur_dot11txpn[5],pcur_dot11txpn[6],pcur_dot11txpn[7]); -+ } -+} -+void rtw_set_sec_pn(PADAPTER padapter) -+{ -+ struct sta_info *psta; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct security_priv *psecpriv = &padapter->securitypriv; -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, -+ get_my_bssid(&pmlmeinfo->network)); -+ -+ if(psta) -+ { -+ if (pwrpriv->wowlan_fw_iv > psta->dot11txpn.val) -+ { -+ if (psecpriv->dot11PrivacyAlgrthm != _NO_PRIVACY_) -+ psta->dot11txpn.val = pwrpriv->wowlan_fw_iv + 2; -+ } else { -+ DBG_871X("%s(): FW IV is smaller than driver\n", __func__); -+ psta->dot11txpn.val += 2; -+ } -+ DBG_871X("%s: dot11txpn: 0x%016llx\n", __func__ ,psta->dot11txpn.val); -+ } -+} -+#endif //CONFIG_WOWLAN -+ -+#ifdef CONFIG_PNO_SUPPORT -+#define CSCAN_TLV_TYPE_SSID_IE 'S' -+#define CIPHER_IE "key_mgmt=" -+#define CIPHER_NONE "NONE" -+#define CIPHER_WPA_PSK "WPA-PSK" -+#define CIPHER_WPA_EAP "WPA-EAP IEEE8021X" -+/* -+ * SSIDs list parsing from cscan tlv list -+ */ -+int rtw_parse_ssid_list_tlv(char** list_str, pno_ssid_t* ssid, -+ int max, int *bytes_left) { -+ char* str; -+ -+ int idx = 0; -+ -+ if ((list_str == NULL) || (*list_str == NULL) || (*bytes_left < 0)) { -+ DBG_871X("%s error paramters\n", __func__); -+ return -1; -+ } -+ -+ str = *list_str; -+ while (*bytes_left > 0) { -+ -+ if (str[0] != CSCAN_TLV_TYPE_SSID_IE) { -+ *list_str = str; -+ DBG_871X("nssid=%d left_parse=%d %d\n", idx, *bytes_left, str[0]); -+ return idx; -+ } -+ -+ /* Get proper CSCAN_TLV_TYPE_SSID_IE */ -+ *bytes_left -= 1; -+ str += 1; -+ -+ if (str[0] == 0) { -+ /* Broadcast SSID */ -+ ssid[idx].SSID_len = 0; -+ memset((char*)ssid[idx].SSID, 0x0, WLAN_SSID_MAXLEN); -+ *bytes_left -= 1; -+ str += 1; -+ -+ DBG_871X("BROADCAST SCAN left=%d\n", *bytes_left); -+ } -+ else if (str[0] <= WLAN_SSID_MAXLEN) { -+ /* Get proper SSID size */ -+ ssid[idx].SSID_len = str[0]; -+ *bytes_left -= 1; -+ str += 1; -+ -+ /* Get SSID */ -+ if (ssid[idx].SSID_len > *bytes_left) { -+ DBG_871X("%s out of memory range len=%d but left=%d\n", -+ __func__, ssid[idx].SSID_len, *bytes_left); -+ return -1; -+ } -+ -+ memcpy((char*)ssid[idx].SSID, str, ssid[idx].SSID_len); -+ -+ *bytes_left -= ssid[idx].SSID_len; -+ str += ssid[idx].SSID_len; -+ -+ DBG_871X("%s :size=%d left=%d\n", -+ (char*)ssid[idx].SSID, ssid[idx].SSID_len, *bytes_left); -+ } -+ else { -+ DBG_871X("### SSID size more that %d\n", str[0]); -+ return -1; -+ } -+ -+ if (idx++ > max) { -+ DBG_871X("%s number of SSIDs more that %d\n", __func__, idx); -+ return -1; -+ } -+ } -+ -+ *list_str = str; -+ return idx; -+} -+ -+int rtw_parse_cipher_list(struct pno_nlo_info *nlo_info, char* list_str) { -+ -+ char *pch, *pnext, *pend; -+ u8 key_len = 0, index = 0; -+ -+ pch = list_str; -+ -+ if (nlo_info == NULL || list_str == NULL) { -+ DBG_871X("%s error paramters\n", __func__); -+ return -1; -+ } -+ -+ while (strlen(pch) != 0) { -+ pnext = strstr(pch, "key_mgmt="); -+ if (pnext != NULL) { -+ pch = pnext + strlen(CIPHER_IE); -+ pend = strstr(pch, "}"); -+ if (strncmp(pch, CIPHER_NONE, -+ strlen(CIPHER_NONE)) == 0) { -+ nlo_info->ssid_cipher_info[index] = 0x00; -+ } else if (strncmp(pch, CIPHER_WPA_PSK, -+ strlen(CIPHER_WPA_PSK)) == 0) { -+ nlo_info->ssid_cipher_info[index] = 0x66; -+ } else if (strncmp(pch, CIPHER_WPA_EAP, -+ strlen(CIPHER_WPA_EAP)) == 0) { -+ nlo_info->ssid_cipher_info[index] = 0x01; -+ } -+ index ++; -+ pch = pend + 1; -+ } else { -+ break; -+ } -+ } -+ return 0; -+} -+ -+int rtw_dev_nlo_info_set(struct pno_nlo_info *nlo_info, pno_ssid_t* ssid, -+ int num, int pno_time, int pno_repeat, int pno_freq_expo_max) { -+ -+ int i = 0; -+ struct file *fp; -+ mm_segment_t fs; -+ loff_t pos = 0; -+ u8 *source = NULL; -+ long len = 0; -+ -+ DBG_871X("+%s+\n", __func__); -+ -+ nlo_info->fast_scan_period = pno_time; -+ nlo_info->ssid_num = num & BIT_LEN_MASK_32(8); -+ nlo_info->hidden_ssid_num = num & BIT_LEN_MASK_32(8); -+ nlo_info->slow_scan_period = (pno_time * 2); -+ nlo_info->fast_scan_iterations = 5; -+ -+ if (nlo_info->hidden_ssid_num > 8) -+ nlo_info->hidden_ssid_num = 8; -+ -+ //TODO: channel list and probe index is all empty. -+ for (i = 0 ; i < num ; i++) { -+ nlo_info->ssid_length[i] -+ = ssid[i].SSID_len; -+ } -+ -+ /* cipher array */ -+ fp = filp_open("/data/misc/wifi/wpa_supplicant.conf", O_RDONLY, 0644); -+ if (IS_ERR(fp)) { -+ DBG_871X("Error, wpa_supplicant.conf doesn't exist.\n"); -+ DBG_871X("Error, cipher array using default value.\n"); -+ return 0; -+ } -+ -+ len = i_size_read(fp->f_path.dentry->d_inode); -+ if (len < 0 || len > 2048) { -+ DBG_871X("Error, file size is bigger than 2048.\n"); -+ DBG_871X("Error, cipher array using default value.\n"); -+ return 0; -+ } -+ -+ fs = get_fs(); -+ set_fs(KERNEL_DS); -+ -+ source = rtw_zmalloc(2048); -+ -+ if (source != NULL) { -+ len = vfs_read(fp, source, len, &pos); -+ rtw_parse_cipher_list(nlo_info, source); -+ rtw_mfree(source, 2048); -+ } -+ -+ set_fs(fs); -+ filp_close(fp, NULL); -+ -+ DBG_871X("-%s-\n", __func__); -+ return 0; -+} -+ -+int rtw_dev_ssid_list_set(struct pno_ssid_list *pno_ssid_list, -+ pno_ssid_t* ssid, u8 num) { -+ -+ int i = 0; -+ if(num > MAX_PNO_LIST_COUNT) -+ num = MAX_PNO_LIST_COUNT; -+ -+ for (i = 0 ; i < num ; i++) { -+ _rtw_memcpy(&pno_ssid_list->node[i].SSID, -+ ssid[i].SSID, ssid[i].SSID_len); -+ pno_ssid_list->node[i].SSID_len = ssid[i].SSID_len; -+ } -+ return 0; -+} -+ -+int rtw_dev_scan_info_set(_adapter *padapter, pno_ssid_t* ssid, -+ unsigned char ch, unsigned char ch_offset, unsigned short bw_mode) { -+ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ struct pno_scan_info *scan_info = pwrctl->pscan_info; -+ int i; -+ -+ scan_info->channel_num = MAX_SCAN_LIST_COUNT; -+ scan_info->orig_ch = ch; -+ scan_info->orig_bw = bw_mode; -+ scan_info->orig_40_offset = ch_offset; -+ -+ for(i = 0 ; i < scan_info->channel_num ; i++) { -+ if (i < 11) -+ scan_info->ssid_channel_info[i].active = 1; -+ else -+ scan_info->ssid_channel_info[i].active = 0; -+ -+ scan_info->ssid_channel_info[i].timeout = 100; -+ -+ scan_info->ssid_channel_info[i].tx_power = -+ PHY_GetTxPowerIndex(padapter, 0, 0x02, bw_mode, i+1); -+ -+ scan_info->ssid_channel_info[i].channel = i+1; -+ } -+ -+ DBG_871X("%s, channel_num: %d, orig_ch: %d, orig_bw: %d orig_40_offset: %d\n", -+ __func__, scan_info->channel_num, scan_info->orig_ch, -+ scan_info->orig_bw, scan_info->orig_40_offset); -+ return 0; -+} -+ -+int rtw_dev_pno_set(struct net_device *net, pno_ssid_t* ssid, int num, -+ int pno_time, int pno_repeat, int pno_freq_expo_max) { -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(net); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ int ret = -1; -+ -+ if (num == 0) { -+ DBG_871X("%s, nssid is zero, no need to setup pno ssid list\n", __func__); -+ return 0; -+ } -+ -+ if (pwrctl == NULL) { -+ DBG_871X("%s, ERROR: pwrctl is NULL\n", __func__); -+ return -1; -+ } else { -+ pwrctl->pnlo_info = -+ (pno_nlo_info_t*)rtw_zmalloc(sizeof(pno_nlo_info_t)); -+ pwrctl->pno_ssid_list = -+ (pno_ssid_list_t*)rtw_zmalloc(sizeof(pno_ssid_list_t)); -+ pwrctl->pscan_info = -+ (pno_scan_info_t*)rtw_zmalloc(sizeof(pno_scan_info_t)); -+ } -+ -+ if (pwrctl->pnlo_info == NULL || -+ pwrctl->pscan_info == NULL || -+ pwrctl->pno_ssid_list == NULL){ -+ DBG_871X("%s, ERROR: alloc nlo_info, ssid_list, scan_info fail\n", __func__); -+ goto failing; -+ } -+ -+ pwrctl->pno_in_resume = _FALSE; -+ -+ pwrctl->pno_inited = _TRUE; -+ /* NLO Info */ -+ ret = rtw_dev_nlo_info_set(pwrctl->pnlo_info, ssid, num, -+ pno_time, pno_repeat, pno_freq_expo_max); -+ -+ /* SSID Info */ -+ ret = rtw_dev_ssid_list_set(pwrctl->pno_ssid_list, ssid, num); -+ -+ /* SCAN Info */ -+ ret = rtw_dev_scan_info_set(padapter, ssid, pmlmeext->cur_channel, -+ pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); -+ -+ DBG_871X("+%s num: %d, pno_time: %d, pno_repeat:%d, pno_freq_expo_max:%d+\n", -+ __func__, num, pno_time, pno_repeat, pno_freq_expo_max); -+ -+ return 0; -+ -+failing: -+ if (pwrctl->pnlo_info) { -+ rtw_mfree((u8 *)pwrctl->pnlo_info, sizeof(pno_nlo_info_t)); -+ pwrctl->pnlo_info = NULL; -+ } -+ if (pwrctl->pno_ssid_list) { -+ rtw_mfree((u8 *)pwrctl->pno_ssid_list, sizeof(pno_ssid_list_t)); -+ pwrctl->pno_ssid_list = NULL; -+ } -+ if (pwrctl->pscan_info) { -+ rtw_mfree((u8 *)pwrctl->pscan_info, sizeof(pno_scan_info_t)); -+ pwrctl->pscan_info = NULL; -+ } -+ -+ return -1; -+} -+ -+#ifdef CONFIG_PNO_SET_DEBUG -+void rtw_dev_pno_debug(struct net_device *net) { -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(net); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ int i = 0, j = 0; -+ -+ DBG_871X("*******NLO_INFO********\n"); -+ DBG_871X("ssid_num: %d\n", pwrctl->pnlo_info->ssid_num); -+ DBG_871X("fast_scan_iterations: %d\n", -+ pwrctl->pnlo_info->fast_scan_iterations); -+ DBG_871X("fast_scan_period: %d\n", pwrctl->pnlo_info->fast_scan_period); -+ DBG_871X("slow_scan_period: %d\n", pwrctl->pnlo_info->slow_scan_period); -+ DBG_871X("ssid_length: "); -+ for (i = 0 ; i < MAX_PNO_LIST_COUNT ; i++) { -+ printk("%d, ", pwrctl->pnlo_info->ssid_length[i]); -+ } -+ DBG_871X("\n"); -+ -+ DBG_871X("cipher_info: "); -+ for (i = 0 ; i < MAX_PNO_LIST_COUNT ; i++) { -+ DBG_871X("%d, ", pwrctl->pnlo_info->ssid_cipher_info[i]); -+ } -+ DBG_871X("\n"); -+ -+ DBG_871X("channel_info: "); -+ for (i = 0 ; i < MAX_PNO_LIST_COUNT ; i++) { -+ DBG_871X("%d, ", pwrctl->pnlo_info->ssid_channel_info[i]); -+ } -+ DBG_871X("\n"); -+ -+ DBG_871X("******SSID_LISD******\n"); -+ for (i = 0 ; i < MAX_PNO_LIST_COUNT ; i++) { -+ DBG_871X("[%d]SSID: %s \n", i, -+ pwrctl->pno_ssid_list->node[i].SSID); -+ } -+ -+ DBG_871X("******SCAN_INFO******\n"); -+ DBG_871X("ch_num: %d\n", pwrctl->pscan_info->channel_num); -+ DBG_871X("orig_ch: %d\n", pwrctl->pscan_info->orig_ch); -+ DBG_871X("orig bw: %d\n", pwrctl->pscan_info->orig_bw); -+ DBG_871X("orig 40 offset: %d\n", pwrctl->pscan_info->orig_40_offset); -+ for(i = 0 ; i < MAX_SCAN_LIST_COUNT ; i++) { -+ DBG_871X("[%02d] avtive:%d, timeout:%d, tx_power:%d, ch:%02d\n", -+ i, pwrctl->pscan_info->ssid_channel_info[i].active, -+ pwrctl->pscan_info->ssid_channel_info[i].timeout, -+ pwrctl->pscan_info->ssid_channel_info[i].tx_power, -+ pwrctl->pscan_info->ssid_channel_info[i].channel); -+ } -+ DBG_871X("*****************\n"); -+} -+#endif //CONFIG_PNO_SET_DEBUG -+#endif //CONFIG_PNO_SUPPORT -diff -Nurp linux.old/3rdparty/rtl8812au/core/rtw_xmit.c linux/3rdparty/rtl8812au/core/rtw_xmit.c ---- linux.old/3rdparty/rtl8812au/core/rtw_xmit.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/core/rtw_xmit.c 2017-06-07 23:07:21.007687211 +0300 -@@ -0,0 +1,4919 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTW_XMIT_C_ -+ -+#include -+ -+#if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) -+#error "Shall be Linux or Windows, but not both!\n" -+#endif -+ -+ -+static u8 P802_1H_OUI[P80211_OUI_LEN] = { 0x00, 0x00, 0xf8 }; -+static u8 RFC1042_OUI[P80211_OUI_LEN] = { 0x00, 0x00, 0x00 }; -+ -+static void _init_txservq(struct tx_servq *ptxservq) -+{ -+_func_enter_; -+ _rtw_init_listhead(&ptxservq->tx_pending); -+ _rtw_init_queue(&ptxservq->sta_pending); -+ ptxservq->qcnt = 0; -+_func_exit_; -+} -+ -+ -+void _rtw_init_sta_xmit_priv(struct sta_xmit_priv *psta_xmitpriv) -+{ -+ -+_func_enter_; -+ -+ _rtw_memset((unsigned char *)psta_xmitpriv, 0, sizeof (struct sta_xmit_priv)); -+ -+ _rtw_spinlock_init(&psta_xmitpriv->lock); -+ -+ //for(i = 0 ; i < MAX_NUMBLKS; i++) -+ // _init_txservq(&(psta_xmitpriv->blk_q[i])); -+ -+ _init_txservq(&psta_xmitpriv->be_q); -+ _init_txservq(&psta_xmitpriv->bk_q); -+ _init_txservq(&psta_xmitpriv->vi_q); -+ _init_txservq(&psta_xmitpriv->vo_q); -+ _rtw_init_listhead(&psta_xmitpriv->legacy_dz); -+ _rtw_init_listhead(&psta_xmitpriv->apsd); -+ -+_func_exit_; -+ -+} -+ -+s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, _adapter *padapter) -+{ -+ int i; -+ struct xmit_buf *pxmitbuf; -+ struct xmit_frame *pxframe; -+ sint res=_SUCCESS; -+ -+_func_enter_; -+ -+ // We don't need to memset padapter->XXX to zero, because adapter is allocated by rtw_zvmalloc(). -+ //_rtw_memset((unsigned char *)pxmitpriv, 0, sizeof(struct xmit_priv)); -+ -+ _rtw_spinlock_init(&pxmitpriv->lock); -+ _rtw_spinlock_init(&pxmitpriv->lock_sctx); -+ _rtw_init_sema(&pxmitpriv->xmit_sema, 0); -+ _rtw_init_sema(&pxmitpriv->terminate_xmitthread_sema, 0); -+ -+ /* -+ Please insert all the queue initializaiton using _rtw_init_queue below -+ */ -+ -+ pxmitpriv->adapter = padapter; -+ -+ //for(i = 0 ; i < MAX_NUMBLKS; i++) -+ // _rtw_init_queue(&pxmitpriv->blk_strms[i]); -+ -+ _rtw_init_queue(&pxmitpriv->be_pending); -+ _rtw_init_queue(&pxmitpriv->bk_pending); -+ _rtw_init_queue(&pxmitpriv->vi_pending); -+ _rtw_init_queue(&pxmitpriv->vo_pending); -+ _rtw_init_queue(&pxmitpriv->bm_pending); -+ -+ //_rtw_init_queue(&pxmitpriv->legacy_dz_queue); -+ //_rtw_init_queue(&pxmitpriv->apsd_queue); -+ -+ _rtw_init_queue(&pxmitpriv->free_xmit_queue); -+ -+ /* -+ Please allocate memory with the sz = (struct xmit_frame) * NR_XMITFRAME, -+ and initialize free_xmit_frame below. -+ Please also apply free_txobj to link_up all the xmit_frames... -+ */ -+ -+ pxmitpriv->pallocated_frame_buf = rtw_zvmalloc(NR_XMITFRAME * sizeof(struct xmit_frame) + 4); -+ -+ if (pxmitpriv->pallocated_frame_buf == NULL){ -+ pxmitpriv->pxmit_frame_buf =NULL; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("alloc xmit_frame fail!\n")); -+ res= _FAIL; -+ goto exit; -+ } -+ pxmitpriv->pxmit_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_frame_buf), 4); -+ //pxmitpriv->pxmit_frame_buf = pxmitpriv->pallocated_frame_buf + 4 - -+ // ((SIZE_PTR) (pxmitpriv->pallocated_frame_buf) &3); -+ -+ pxframe = (struct xmit_frame*) pxmitpriv->pxmit_frame_buf; -+ -+ for (i = 0; i < NR_XMITFRAME; i++) -+ { -+ _rtw_init_listhead(&(pxframe->list)); -+ -+ pxframe->padapter = padapter; -+ pxframe->frame_tag = NULL_FRAMETAG; -+ -+ pxframe->pkt = NULL; -+ -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ rtw_list_insert_tail(&(pxframe->list), &(pxmitpriv->free_xmit_queue.queue)); -+ -+ pxframe++; -+ } -+ -+ pxmitpriv->free_xmitframe_cnt = NR_XMITFRAME; -+ -+ pxmitpriv->frag_len = MAX_FRAG_THRESHOLD; -+ -+ -+ //init xmit_buf -+ _rtw_init_queue(&pxmitpriv->free_xmitbuf_queue); -+ _rtw_init_queue(&pxmitpriv->pending_xmitbuf_queue); -+ -+ pxmitpriv->pallocated_xmitbuf = rtw_zvmalloc(NR_XMITBUFF * sizeof(struct xmit_buf) + 4); -+ -+ if (pxmitpriv->pallocated_xmitbuf == NULL){ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("alloc xmit_buf fail!\n")); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pxmitpriv->pxmitbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmitbuf), 4); -+ //pxmitpriv->pxmitbuf = pxmitpriv->pallocated_xmitbuf + 4 - -+ // ((SIZE_PTR) (pxmitpriv->pallocated_xmitbuf) &3); -+ -+ pxmitbuf = (struct xmit_buf*)pxmitpriv->pxmitbuf; -+ -+ for (i = 0; i < NR_XMITBUFF; i++) -+ { -+ _rtw_init_listhead(&pxmitbuf->list); -+ -+ pxmitbuf->priv_data = NULL; -+ pxmitbuf->padapter = padapter; -+ pxmitbuf->buf_tag = XMITBUF_DATA; -+ -+ /* Tx buf allocation may fail sometimes, so sleep and retry. */ -+ if((res=rtw_os_xmit_resource_alloc(padapter, pxmitbuf,(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), _TRUE)) == _FAIL) { -+ rtw_msleep_os(10); -+ res = rtw_os_xmit_resource_alloc(padapter, pxmitbuf,(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ), _TRUE); -+ if (res == _FAIL) { -+ goto exit; -+ } -+ } -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxmitbuf->phead = pxmitbuf->pbuf; -+ pxmitbuf->pend = pxmitbuf->pbuf + MAX_XMITBUF_SZ; -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+#endif -+ -+ pxmitbuf->flags = XMIT_VO_QUEUE; -+ -+ rtw_list_insert_tail(&pxmitbuf->list, &(pxmitpriv->free_xmitbuf_queue.queue)); -+ #ifdef DBG_XMIT_BUF -+ pxmitbuf->no=i; -+ #endif -+ -+ pxmitbuf++; -+ -+ } -+ -+ pxmitpriv->free_xmitbuf_cnt = NR_XMITBUFF; -+ -+ /* init xframe_ext queue, the same count as extbuf */ -+ _rtw_init_queue(&pxmitpriv->free_xframe_ext_queue); -+ -+ pxmitpriv->xframe_ext_alloc_addr = rtw_zvmalloc(NR_XMIT_EXTBUFF * sizeof(struct xmit_frame) + 4); -+ -+ if (pxmitpriv->xframe_ext_alloc_addr == NULL){ -+ pxmitpriv->xframe_ext = NULL; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("alloc xframe_ext fail!\n")); -+ res= _FAIL; -+ goto exit; -+ } -+ pxmitpriv->xframe_ext = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->xframe_ext_alloc_addr), 4); -+ pxframe = (struct xmit_frame*)pxmitpriv->xframe_ext; -+ -+ for (i = 0; i < NR_XMIT_EXTBUFF; i++) { -+ _rtw_init_listhead(&(pxframe->list)); -+ -+ pxframe->padapter = padapter; -+ pxframe->frame_tag = NULL_FRAMETAG; -+ -+ pxframe->pkt = NULL; -+ -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ pxframe->ext_tag = 1; -+ -+ rtw_list_insert_tail(&(pxframe->list), &(pxmitpriv->free_xframe_ext_queue.queue)); -+ -+ pxframe++; -+ } -+ pxmitpriv->free_xframe_ext_cnt = NR_XMIT_EXTBUFF; -+ -+ // Init xmit extension buff -+ _rtw_init_queue(&pxmitpriv->free_xmit_extbuf_queue); -+ -+ pxmitpriv->pallocated_xmit_extbuf = rtw_zvmalloc(NR_XMIT_EXTBUFF * sizeof(struct xmit_buf) + 4); -+ -+ if (pxmitpriv->pallocated_xmit_extbuf == NULL){ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("alloc xmit_extbuf fail!\n")); -+ res= _FAIL; -+ goto exit; -+ } -+ -+ pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4); -+ -+ pxmitbuf = (struct xmit_buf*)pxmitpriv->pxmit_extbuf; -+ -+ for (i = 0; i < NR_XMIT_EXTBUFF; i++) -+ { -+ _rtw_init_listhead(&pxmitbuf->list); -+ -+ pxmitbuf->priv_data = NULL; -+ pxmitbuf->padapter = padapter; -+ pxmitbuf->buf_tag = XMITBUF_MGNT; -+ -+ if((res=rtw_os_xmit_resource_alloc(padapter, pxmitbuf,MAX_XMIT_EXTBUF_SZ + XMITBUF_ALIGN_SZ, _TRUE)) == _FAIL) { -+ res= _FAIL; -+ goto exit; -+ } -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxmitbuf->phead = pxmitbuf->pbuf; -+ pxmitbuf->pend = pxmitbuf->pbuf + MAX_XMIT_EXTBUF_SZ; -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+#endif -+ -+ rtw_list_insert_tail(&pxmitbuf->list, &(pxmitpriv->free_xmit_extbuf_queue.queue)); -+ #ifdef DBG_XMIT_BUF_EXT -+ pxmitbuf->no=i; -+ #endif -+ pxmitbuf++; -+ -+ } -+ -+ pxmitpriv->free_xmit_extbuf_cnt = NR_XMIT_EXTBUFF; -+ -+ for (i = 0; ipcmd_xmitbuf[i]; -+ if (pxmitbuf) { -+ _rtw_init_listhead(&pxmitbuf->list); -+ -+ pxmitbuf->priv_data = NULL; -+ pxmitbuf->padapter = padapter; -+ pxmitbuf->buf_tag = XMITBUF_CMD; -+ -+ if((res=rtw_os_xmit_resource_alloc(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ, _TRUE)) == _FAIL) { -+ res= _FAIL; -+ goto exit; -+ } -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxmitbuf->phead = pxmitbuf->pbuf; -+ pxmitbuf->pend = pxmitbuf->pbuf + MAX_CMDBUF_SZ; -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+#endif -+ pxmitbuf->alloc_sz = MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ; -+ } -+ } -+ -+ rtw_alloc_hwxmits(padapter); -+ rtw_init_hwxmits(pxmitpriv->hwxmits, pxmitpriv->hwxmit_entry); -+ -+ for (i = 0; i < 4; i ++) -+ { -+ pxmitpriv->wmm_para_seq[i] = i; -+ } -+ -+#ifdef CONFIG_USB_HCI -+ pxmitpriv->txirp_cnt=1; -+ -+ _rtw_init_sema(&(pxmitpriv->tx_retevt), 0); -+ -+ //per AC pending irp -+ pxmitpriv->beq_cnt = 0; -+ pxmitpriv->bkq_cnt = 0; -+ pxmitpriv->viq_cnt = 0; -+ pxmitpriv->voq_cnt = 0; -+#endif -+ -+ -+#ifdef CONFIG_XMIT_ACK -+ pxmitpriv->ack_tx = _FALSE; -+ _rtw_mutex_init(&pxmitpriv->ack_tx_mutex); -+ rtw_sctx_init(&pxmitpriv->ack_tx_ops, 0); -+#endif -+ -+ rtw_hal_init_xmit_priv(padapter); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+void rtw_mfree_xmit_priv_lock (struct xmit_priv *pxmitpriv); -+void rtw_mfree_xmit_priv_lock (struct xmit_priv *pxmitpriv) -+{ -+ _rtw_spinlock_free(&pxmitpriv->lock); -+ _rtw_free_sema(&pxmitpriv->xmit_sema); -+ _rtw_free_sema(&pxmitpriv->terminate_xmitthread_sema); -+ -+ _rtw_spinlock_free(&pxmitpriv->be_pending.lock); -+ _rtw_spinlock_free(&pxmitpriv->bk_pending.lock); -+ _rtw_spinlock_free(&pxmitpriv->vi_pending.lock); -+ _rtw_spinlock_free(&pxmitpriv->vo_pending.lock); -+ _rtw_spinlock_free(&pxmitpriv->bm_pending.lock); -+ -+ //_rtw_spinlock_free(&pxmitpriv->legacy_dz_queue.lock); -+ //_rtw_spinlock_free(&pxmitpriv->apsd_queue.lock); -+ -+ _rtw_spinlock_free(&pxmitpriv->free_xmit_queue.lock); -+ _rtw_spinlock_free(&pxmitpriv->free_xmitbuf_queue.lock); -+ _rtw_spinlock_free(&pxmitpriv->pending_xmitbuf_queue.lock); -+} -+ -+ -+void _rtw_free_xmit_priv (struct xmit_priv *pxmitpriv) -+{ -+ int i; -+ _adapter *padapter = pxmitpriv->adapter; -+ struct xmit_frame *pxmitframe = (struct xmit_frame*) pxmitpriv->pxmit_frame_buf; -+ struct xmit_buf *pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmitbuf; -+ -+ _func_enter_; -+ -+ rtw_hal_free_xmit_priv(padapter); -+ -+ rtw_mfree_xmit_priv_lock(pxmitpriv); -+ -+ if(pxmitpriv->pxmit_frame_buf==NULL) -+ goto out; -+ -+ for(i=0; ipallocated_frame_buf) { -+ rtw_vmfree(pxmitpriv->pallocated_frame_buf, NR_XMITFRAME * sizeof(struct xmit_frame) + 4); -+ } -+ -+ -+ if(pxmitpriv->pallocated_xmitbuf) { -+ rtw_vmfree(pxmitpriv->pallocated_xmitbuf, NR_XMITBUFF * sizeof(struct xmit_buf) + 4); -+ } -+ -+ /* free xframe_ext queue, the same count as extbuf */ -+ if ((pxmitframe = (struct xmit_frame*)pxmitpriv->xframe_ext)) { -+ for (i=0; ixframe_ext_alloc_addr) -+ rtw_vmfree(pxmitpriv->xframe_ext_alloc_addr, NR_XMIT_EXTBUFF * sizeof(struct xmit_frame) + 4); -+ _rtw_spinlock_free(&pxmitpriv->free_xframe_ext_queue.lock); -+ -+ // free xmit extension buff -+ _rtw_spinlock_free(&pxmitpriv->free_xmit_extbuf_queue.lock); -+ -+ pxmitbuf = (struct xmit_buf *)pxmitpriv->pxmit_extbuf; -+ for(i=0; ipallocated_xmit_extbuf) { -+ rtw_vmfree(pxmitpriv->pallocated_xmit_extbuf, NR_XMIT_EXTBUFF * sizeof(struct xmit_buf) + 4); -+ } -+ -+ for (i=0; ipcmd_xmitbuf[i]; -+ if(pxmitbuf!=NULL) -+ rtw_os_xmit_resource_free(padapter, pxmitbuf, MAX_CMDBUF_SZ+XMITBUF_ALIGN_SZ , _TRUE); -+ } -+ -+ rtw_free_hwxmits(padapter); -+ -+#ifdef CONFIG_XMIT_ACK -+ _rtw_mutex_free(&pxmitpriv->ack_tx_mutex); -+#endif -+ -+out: -+ -+_func_exit_; -+ -+} -+ -+u8 query_ra_short_GI(struct sta_info *psta) -+{ -+ u8 sgi = _FALSE, sgi_20m = _FALSE, sgi_40m = _FALSE, sgi_80m = _FALSE; -+ -+#ifdef CONFIG_80211N_HT -+#ifdef CONFIG_80211AC_VHT -+ if (psta->vhtpriv.vht_option) { -+ sgi_80m= psta->vhtpriv.sgi_80m; -+ } -+#endif //CONFIG_80211AC_VHT -+ { -+ sgi_20m = psta->htpriv.sgi_20m; -+ sgi_40m = psta->htpriv.sgi_40m; -+ } -+#endif -+ -+ switch(psta->bw_mode){ -+ case CHANNEL_WIDTH_80: -+ sgi = sgi_80m; -+ break; -+ case CHANNEL_WIDTH_40: -+ sgi = sgi_40m; -+ break; -+ case CHANNEL_WIDTH_20: -+ default: -+ sgi = sgi_20m; -+ break; -+ } -+ -+ return sgi; -+} -+ -+static void update_attrib_vcs_info(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ u32 sz; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ //struct sta_info *psta = pattrib->psta; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+/* -+ if(pattrib->psta) -+ { -+ psta = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta=rtw_get_stainfo(&padapter->stapriv ,&pattrib->ra[0] ); -+ } -+ -+ if(psta==NULL) -+ { -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return; -+ } -+*/ -+ -+ if (pattrib->nr_frags != 1) -+ { -+ sz = padapter->xmitpriv.frag_len; -+ } -+ else //no frag -+ { -+ sz = pattrib->last_txcmdsz; -+ } -+ -+ // (1) RTS_Threshold is compared to the MPDU, not MSDU. -+ // (2) If there are more than one frag in this MSDU, only the first frag uses protection frame. -+ // Other fragments are protected by previous fragment. -+ // So we only need to check the length of first fragment. -+ if(pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) -+ { -+ if(sz > padapter->registrypriv.rts_thresh) -+ { -+ pattrib->vcs_mode = RTS_CTS; -+ } -+ else -+ { -+ if(pattrib->rtsen) -+ pattrib->vcs_mode = RTS_CTS; -+ else if(pattrib->cts2self) -+ pattrib->vcs_mode = CTS_TO_SELF; -+ else -+ pattrib->vcs_mode = NONE_VCS; -+ } -+ } -+ else -+ { -+ while (_TRUE) -+ { -+#if 0 //Todo -+ //check IOT action -+ if(pHTInfo->IOTAction & HT_IOT_ACT_FORCED_CTS2SELF) -+ { -+ pattrib->vcs_mode = CTS_TO_SELF; -+ pattrib->rts_rate = MGN_24M; -+ break; -+ } -+ else if(pHTInfo->IOTAction & (HT_IOT_ACT_FORCED_RTS|HT_IOT_ACT_PURE_N_MODE)) -+ { -+ pattrib->vcs_mode = RTS_CTS; -+ pattrib->rts_rate = MGN_24M; -+ break; -+ } -+#endif -+ -+ //IOT action -+ if((pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_ATHEROS) && (pattrib->ampdu_en==_TRUE) && -+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_ )) -+ { -+ pattrib->vcs_mode = CTS_TO_SELF; -+ break; -+ } -+ -+ -+ //check ERP protection -+ if(pattrib->rtsen || pattrib->cts2self) -+ { -+ if(pattrib->rtsen) -+ pattrib->vcs_mode = RTS_CTS; -+ else if(pattrib->cts2self) -+ pattrib->vcs_mode = CTS_TO_SELF; -+ -+ break; -+ } -+ -+ //check HT op mode -+ if(pattrib->ht_en) -+ { -+ u8 HTOpMode = pmlmeinfo->HT_protection; -+ if((pmlmeext->cur_bwmode && (HTOpMode == 2 || HTOpMode == 3)) || -+ (!pmlmeext->cur_bwmode && HTOpMode == 3) ) -+ { -+ pattrib->vcs_mode = RTS_CTS; -+ break; -+ } -+ } -+ -+ //check rts -+ if(sz > padapter->registrypriv.rts_thresh) -+ { -+ pattrib->vcs_mode = RTS_CTS; -+ break; -+ } -+ -+ //to do list: check MIMO power save condition. -+ -+ //check AMPDU aggregation for TXOP -+ if((pattrib->ampdu_en==_TRUE) && (!IS_HARDWARE_TYPE_8812(padapter))) -+ { -+ pattrib->vcs_mode = RTS_CTS; -+ break; -+ } -+ -+ pattrib->vcs_mode = NONE_VCS; -+ break; -+ } -+ } -+ -+ //for debug : force driver control vrtl_carrier_sense. -+ if(padapter->driver_vcs_en==1) -+ { -+ //u8 driver_vcs_en; //Enable=1, Disable=0 driver control vrtl_carrier_sense. -+ //u8 driver_vcs_type;//force 0:disable VCS, 1:RTS-CTS, 2:CTS-to-self when vcs_en=1. -+ pattrib->vcs_mode = padapter->driver_vcs_type; -+ } -+ -+} -+ -+static void update_attrib_phy_info(_adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta) -+{ -+ struct mlme_ext_priv *mlmeext = &padapter->mlmeextpriv; -+ -+ pattrib->rtsen = psta->rtsen; -+ pattrib->cts2self = psta->cts2self; -+ -+ pattrib->mdata = 0; -+ pattrib->eosp = 0; -+ pattrib->triggered=0; -+ pattrib->ampdu_spacing = 0; -+ -+ //qos_en, ht_en, init rate, ,bw, ch_offset, sgi -+ pattrib->qos_en = psta->qos_option; -+ -+ pattrib->raid = psta->raid; -+ -+ if (mlmeext->cur_bwmode < psta->bw_mode) -+ pattrib->bwmode = mlmeext->cur_bwmode; -+ else -+ pattrib->bwmode = psta->bw_mode; -+ -+ pattrib->sgi = query_ra_short_GI(psta); -+ -+ pattrib->ldpc = psta->ldpc; -+ pattrib->stbc = psta->stbc; -+ -+#ifdef CONFIG_80211N_HT -+ pattrib->ht_en = psta->htpriv.ht_option; -+ pattrib->ch_offset = psta->htpriv.ch_offset; -+ pattrib->ampdu_en = _FALSE; -+ -+ if(padapter->driver_ampdu_spacing != 0xFF) //driver control AMPDU Density for peer sta's rx -+ pattrib->ampdu_spacing = padapter->driver_ampdu_spacing; -+ else -+ pattrib->ampdu_spacing = psta->htpriv.rx_ampdu_min_spacing; -+#endif //CONFIG_80211N_HT -+ //if(pattrib->ht_en && psta->htpriv.ampdu_enable) -+ //{ -+ // if(psta->htpriv.agg_enable_bitmap & BIT(pattrib->priority)) -+ // pattrib->ampdu_en = _TRUE; -+ //} -+ -+#ifdef CONFIG_TDLS -+ if (pattrib->direct_link==_TRUE) { -+ psta = pattrib->ptdls_sta; -+ -+ pattrib->raid = psta->raid; -+#ifdef CONFIG_80211N_HT -+ pattrib->bwmode = psta->bw_mode; -+ pattrib->ht_en = psta->htpriv.ht_option; -+ pattrib->ch_offset = psta->htpriv.ch_offset; -+ pattrib->sgi= query_ra_short_GI(psta); -+#endif /* CONFIG_80211N_HT */ -+ } -+#endif /* CONFIG_TDLS */ -+ -+ pattrib->retry_ctrl = _FALSE; -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ if(psta->isrc && psta->pid>0) -+ pattrib->pctrl = _TRUE; -+#endif -+ -+} -+ -+static s32 update_attrib_sec_info(_adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta) -+{ -+ sint res = _SUCCESS; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ sint bmcast = IS_MCAST(pattrib->ra); -+ -+ _rtw_memset(pattrib->dot118021x_UncstKey.skey, 0, 16); -+ _rtw_memset(pattrib->dot11tkiptxmickey.skey, 0, 16); -+ pattrib->mac_id = psta->mac_id; -+ -+ if (psta->ieee8021x_blocked == _TRUE) -+ { -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("\n psta->ieee8021x_blocked == _TRUE \n")); -+ -+ pattrib->encrypt = 0; -+ -+ if((pattrib->ether_type != 0x888e) && (check_fwstate(pmlmepriv, WIFI_MP_STATE) == _FALSE)) -+ { -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("\npsta->ieee8021x_blocked == _TRUE, pattrib->ether_type(%.4x) != 0x888e\n",pattrib->ether_type)); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s psta->ieee8021x_blocked == _TRUE, pattrib->ether_type(%04x) != 0x888e\n", __FUNCTION__,pattrib->ether_type); -+ #endif -+ res = _FAIL; -+ goto exit; -+ } -+ } -+ else -+ { -+ GET_ENCRY_ALGO(psecuritypriv, psta, pattrib->encrypt, bmcast); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(pattrib->ether_type == 0x88B4) -+ pattrib->encrypt=_NO_PRIVACY_; -+#endif -+ -+ switch(psecuritypriv->dot11AuthAlgrthm) -+ { -+ case dot11AuthAlgrthm_Open: -+ case dot11AuthAlgrthm_Shared: -+ case dot11AuthAlgrthm_Auto: -+ pattrib->key_idx = (u8)psecuritypriv->dot11PrivacyKeyIndex; -+ break; -+ case dot11AuthAlgrthm_8021X: -+ if(bmcast) -+ pattrib->key_idx = (u8)psecuritypriv->dot118021XGrpKeyid; -+ else -+ pattrib->key_idx = 0; -+ break; -+ default: -+ pattrib->key_idx = 0; -+ break; -+ } -+ -+ //For WPS 1.0 WEP, driver should not encrypt EAPOL Packet for WPS handshake. -+ if (((pattrib->encrypt ==_WEP40_)||(pattrib->encrypt ==_WEP104_)) && (pattrib->ether_type == 0x888e)) -+ pattrib->encrypt=_NO_PRIVACY_; -+ -+ } -+ -+#ifdef CONFIG_TDLS -+ if (pattrib->direct_link == _TRUE) { -+ if (pattrib->encrypt > 0) -+ pattrib->encrypt = _AES_; -+ } -+#endif -+ -+ switch (pattrib->encrypt) -+ { -+ case _WEP40_: -+ case _WEP104_: -+ pattrib->iv_len = 4; -+ pattrib->icv_len = 4; -+ WEP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ break; -+ -+ case _TKIP_: -+ pattrib->iv_len = 8; -+ pattrib->icv_len = 4; -+ -+ if(psecuritypriv->busetkipkey==_FAIL) -+ { -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s psecuritypriv->busetkipkey(%d)==_FAIL drop packet\n", __FUNCTION__, psecuritypriv->busetkipkey); -+ #endif -+ res =_FAIL; -+ goto exit; -+ } -+ -+ if(bmcast) -+ TKIP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ TKIP_IV(pattrib->iv, psta->dot11txpn, 0); -+ -+ -+ _rtw_memcpy(pattrib->dot11tkiptxmickey.skey, psta->dot11tkiptxmickey.skey, 16); -+ -+ break; -+ -+ case _AES_: -+ -+ pattrib->iv_len = 8; -+ pattrib->icv_len = 8; -+ -+ if(bmcast) -+ AES_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ AES_IV(pattrib->iv, psta->dot11txpn, 0); -+ -+ break; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ pattrib->iv_len = 18; -+ pattrib->icv_len = 16; -+ rtw_wapi_get_iv(padapter,pattrib->ra,pattrib->iv); -+ break; -+#endif -+ default: -+ pattrib->iv_len = 0; -+ pattrib->icv_len = 0; -+ break; -+ } -+ -+ if(pattrib->encrypt>0) -+ _rtw_memcpy(pattrib->dot118021x_UncstKey.skey, psta->dot118021x_UncstKey.skey, 16); -+ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, -+ ("update_attrib: encrypt=%d securitypriv.sw_encrypt=%d\n", -+ pattrib->encrypt, padapter->securitypriv.sw_encrypt)); -+ -+ if (pattrib->encrypt && -+ ((padapter->securitypriv.sw_encrypt == _TRUE) || (psecuritypriv->hw_decrypted == _FALSE))) -+ { -+ pattrib->bswenc = _TRUE; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_, -+ ("update_attrib: encrypt=%d securitypriv.hw_decrypted=%d bswenc=_TRUE\n", -+ pattrib->encrypt, padapter->securitypriv.sw_encrypt)); -+ } else { -+ pattrib->bswenc = _FALSE; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("update_attrib: bswenc=_FALSE\n")); -+ } -+ -+#if defined(CONFIG_CONCURRENT_MODE) && !defined(DYNAMIC_CAMID_ALLOC) -+ if((pattrib->encrypt && bmcast) || (pattrib->encrypt ==_WEP40_) || (pattrib->encrypt ==_WEP104_)) -+ { -+ pattrib->bswenc = _TRUE;//force using sw enc. -+ } -+#endif -+#ifdef DYNAMIC_CAMID_ALLOC -+ if (pattrib->encrypt && bmcast && _rtw_camctl_chk_flags(padapter, SEC_STATUS_STA_PK_GK_CONFLICT_DIS_BMC_SEARCH)) -+ pattrib->bswenc = _TRUE; -+#endif -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(pattrib->encrypt == _SMS4_) -+ pattrib->bswenc = _FALSE; -+#endif -+ -+exit: -+ -+ return res; -+ -+} -+ -+u8 qos_acm(u8 acm_mask, u8 priority) -+{ -+ u8 change_priority = priority; -+ -+ switch (priority) -+ { -+ case 0: -+ case 3: -+ if(acm_mask & BIT(1)) -+ change_priority = 1; -+ break; -+ case 1: -+ case 2: -+ break; -+ case 4: -+ case 5: -+ if(acm_mask & BIT(2)) -+ change_priority = 0; -+ break; -+ case 6: -+ case 7: -+ if(acm_mask & BIT(3)) -+ change_priority = 5; -+ break; -+ default: -+ DBG_871X("qos_acm(): invalid pattrib->priority: %d!!!\n", priority); -+ break; -+ } -+ -+ return change_priority; -+} -+ -+static void set_qos(struct pkt_file *ppktfile, struct pkt_attrib *pattrib) -+{ -+ struct ethhdr etherhdr; -+ struct iphdr ip_hdr; -+ s32 UserPriority = 0; -+ -+ -+ _rtw_open_pktfile(ppktfile->pkt, ppktfile); -+ _rtw_pktfile_read(ppktfile, (unsigned char*)ðerhdr, ETH_HLEN); -+ -+ // get UserPriority from IP hdr -+ if (pattrib->ether_type == 0x0800) { -+ _rtw_pktfile_read(ppktfile, (u8*)&ip_hdr, sizeof(ip_hdr)); -+// UserPriority = (ntohs(ip_hdr.tos) >> 5) & 0x3; -+ UserPriority = ip_hdr.tos >> 5; -+ } -+/* -+ else if (pattrib->ether_type == 0x888e) { -+ // "When priority processing of data frames is supported, -+ // a STA's SME should send EAPOL-Key frames at the highest priority." -+ UserPriority = 7; -+ } -+*/ -+ pattrib->priority = UserPriority; -+ pattrib->hdrlen = WLAN_HDR_A3_QOS_LEN; -+ pattrib->subtype = WIFI_QOS_DATA_TYPE; -+} -+ -+#ifdef CONFIG_TDLS -+u8 rtw_check_tdls_established(_adapter *padapter, struct pkt_attrib *pattrib) -+{ -+ pattrib->ptdls_sta = NULL; -+ -+ pattrib->direct_link = _FALSE; -+ if (padapter->tdlsinfo.link_established == _TRUE) { -+ pattrib->ptdls_sta = rtw_get_stainfo(&padapter->stapriv, pattrib->dst); -+#if 1 -+ if((pattrib->ptdls_sta!=NULL)&& -+ (pattrib->ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE)&& -+ (pattrib->ether_type!=0x0806)){ -+ pattrib->direct_link = _TRUE; -+ //DBG_871X("send ptk to "MAC_FMT" using direct link\n", MAC_ARG(pattrib->dst)); -+ } -+#else -+ if (pattrib->ptdls_sta != NULL && -+ pattrib->ptdls_sta->tdls_sta_state & TDLS_LINKED_STATE) { -+ pattrib->direct_link = _TRUE; -+ #if 0 -+ DBG_871X("send ptk to "MAC_FMT" using direct link\n", MAC_ARG(pattrib->dst)); -+ #endif -+ } -+ -+ /* ARP frame may be helped by AP*/ -+ if (pattrib->ether_type != 0x0806) { -+ pattrib->direct_link = _FALSE; -+ } -+#endif -+ } -+ -+ return pattrib->direct_link; -+} -+ -+s32 update_tdls_attrib(_adapter *padapter, struct pkt_attrib *pattrib) -+{ -+ -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv= &pmlmepriv->qospriv; -+ -+ s32 res=_SUCCESS; -+ -+ psta = rtw_get_stainfo(pstapriv, pattrib->ra); -+ if (psta == NULL) { -+ res =_FAIL; -+ goto exit; -+ } -+ -+ pattrib->mac_id = psta->mac_id; -+ pattrib->psta = psta; -+ pattrib->ack_policy = 0; -+ // get ether_hdr_len -+ pattrib->pkt_hdrlen = ETH_HLEN; -+ -+ // [TDLS] TODO: setup req/rsp should be AC_BK -+ if (pqospriv->qos_option && psta->qos_option) { -+ pattrib->priority = 4; //tdls management frame should be AC_VI -+ pattrib->hdrlen = WLAN_HDR_A3_QOS_LEN; -+ pattrib->subtype = WIFI_QOS_DATA_TYPE; -+ } else { -+ pattrib->priority = 0; -+ pattrib->hdrlen = WLAN_HDR_A3_LEN; -+ pattrib->subtype = WIFI_DATA_TYPE; -+ } -+ -+ //TODO:_lock -+ if(update_attrib_sec_info(padapter, pattrib, psta) == _FAIL) -+ { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ update_attrib_phy_info(padapter, pattrib, psta); -+ -+ -+exit: -+ -+ return res; -+} -+ -+#endif //CONFIG_TDLS -+ -+//get non-qos hw_ssn control register,mapping to REG_HW_SEQ0,1,2,3 -+inline u8 rtw_get_hwseq_no(_adapter *padapter) -+{ -+ u8 hwseq_num = 0; -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->adapter_type == SECONDARY_ADAPTER) -+ hwseq_num = 1; -+ //else -+ // hwseq_num = 2; -+#endif //CONFIG_CONCURRENT_MODE -+ return hwseq_num; -+} -+static s32 update_attrib(_adapter *padapter, _pkt *pkt, struct pkt_attrib *pattrib) -+{ -+ uint i; -+ struct pkt_file pktfile; -+ struct sta_info *psta = NULL; -+ struct ethhdr etherhdr; -+ -+ sint bmcast; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv= &pmlmepriv->qospriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ sint res = _SUCCESS; -+ -+ _func_enter_; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib); -+ -+ _rtw_open_pktfile(pkt, &pktfile); -+ i = _rtw_pktfile_read(&pktfile, (u8*)ðerhdr, ETH_HLEN); -+ -+ pattrib->ether_type = ntohs(etherhdr.h_proto); -+ -+ -+ _rtw_memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); -+ _rtw_memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); -+ -+ -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE)) { -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, adapter_mac_addr(padapter), ETH_ALEN); -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_adhoc); -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+#ifdef CONFIG_TDLS -+ if (rtw_check_tdls_established(padapter, pattrib) == _TRUE) -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); /* For TDLS direct link Tx, set ra to be same to dst */ -+ else -+#endif -+ _rtw_memcpy(pattrib->ra, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, adapter_mac_addr(padapter), ETH_ALEN); -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_sta); -+ } -+ else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, get_bssid(pmlmepriv), ETH_ALEN); -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_ap); -+ } -+ else -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_unknown); -+ -+ pattrib->pktlen = pktfile.pkt_len; -+ -+ if (ETH_P_IP == pattrib->ether_type) -+ { -+ // The following is for DHCP and ARP packet, we use cck1M to tx these packets and let LPS awake some time -+ // to prevent DHCP protocol fail -+ -+ u8 tmp[24]; -+ -+ _rtw_pktfile_read(&pktfile, &tmp[0], 24); -+ -+ pattrib->dhcp_pkt = 0; -+ if (pktfile.pkt_len > 282) {//MINIMUM_DHCP_PACKET_SIZE) { -+ if (ETH_P_IP == pattrib->ether_type) {// IP header -+ if (((tmp[21] == 68) && (tmp[23] == 67)) || -+ ((tmp[21] == 67) && (tmp[23] == 68))) { -+ // 68 : UDP BOOTP client -+ // 67 : UDP BOOTP server -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("======================update_attrib: get DHCP Packet \n")); -+ // Use low rate to send DHCP packet. -+ //if(pMgntInfo->IOTAction & HT_IOT_ACT_WA_IOT_Broadcom) -+ //{ -+ // tcb_desc->DataRate = MgntQuery_TxRateExcludeCCKRates(ieee);//0xc;//ofdm 6m -+ // tcb_desc->bTxDisableRateFallBack = false; -+ //} -+ //else -+ // pTcb->DataRate = Adapter->MgntInfo.LowestBasicRate; -+ //RTPRINT(FDM, WA_IOT, ("DHCP TranslateHeader(), pTcb->DataRate = 0x%x\n", pTcb->DataRate)); -+ pattrib->dhcp_pkt = 1; -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_dhcp); -+ } -+ } -+ } -+ -+ //for parsing ICMP pakcets -+ { -+ struct iphdr *piphdr = (struct iphdr *)tmp; -+ -+ pattrib->icmp_pkt = 0; -+ if(piphdr->protocol == 0x1) // protocol type in ip header 0x1 is ICMP -+ { -+ pattrib->icmp_pkt = 1; -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_icmp); -+ } -+ } -+ -+ -+ } else if (0x888e == pattrib->ether_type) { -+ DBG_871X_LEVEL(_drv_always_, "send eapol packet\n"); -+ } -+ -+ if ( (pattrib->ether_type == 0x888e) || (pattrib->dhcp_pkt == 1) ) -+ { -+ rtw_set_scan_deny(padapter, 3000); -+ } -+ -+#ifdef CONFIG_LPS -+ // If EAPOL , ARP , OR DHCP packet, driver must be in active mode. -+#ifdef CONFIG_WAPI_SUPPORT -+ if ( (pattrib->ether_type == 0x88B4) || (pattrib->ether_type == 0x0806) || (pattrib->ether_type == 0x888e) || (pattrib->dhcp_pkt == 1) ) -+#else //!CONFIG_WAPI_SUPPORT -+#if 0 -+ if ( (pattrib->ether_type == 0x0806) || (pattrib->ether_type == 0x888e) || (pattrib->dhcp_pkt == 1) ) -+#else // only ICMP/DHCP packets is as SPECIAL_PACKET, and leave LPS when tx IMCP/DHCP packets. -+ //if ((pattrib->ether_type == 0x888e) || (pattrib->dhcp_pkt == 1) ) -+ if (pattrib->icmp_pkt==1) -+ { -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, 1); -+ } -+ else if(pattrib->dhcp_pkt==1) -+#endif -+#endif -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_active); -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_SPECIAL_PACKET, 1); -+ } -+#endif //CONFIG_LPS -+ -+ bmcast = IS_MCAST(pattrib->ra); -+ -+ // get sta_info -+ if (bmcast) { -+ psta = rtw_get_bcmc_stainfo(padapter); -+ } else { -+ psta = rtw_get_stainfo(pstapriv, pattrib->ra); -+ if (psta == NULL) { // if we cannot get psta => drop the pkt -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_ucast_sta); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_alert_, ("\nupdate_attrib => get sta_info fail, ra:" MAC_FMT"\n", MAC_ARG(pattrib->ra))); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s get sta_info fail, ra:" MAC_FMT"\n", __FUNCTION__, MAC_ARG(pattrib->ra)); -+ #endif -+ res =_FAIL; -+ goto exit; -+ } -+ else if((check_fwstate(pmlmepriv, WIFI_AP_STATE)==_TRUE)&&(!(psta->state & _FW_LINKED))) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_ucast_ap_link); -+ res =_FAIL; -+ goto exit; -+ } -+ } -+ -+ if(psta == NULL) -+ { // if we cannot get psta => drop the pkt -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_sta); -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_alert_, ("\nupdate_attrib => get sta_info fail, ra:" MAC_FMT "\n", MAC_ARG(pattrib->ra))); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s get sta_info fail, ra:" MAC_FMT"\n", __FUNCTION__, MAC_ARG(pattrib->ra)); -+ #endif -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_link); -+ DBG_871X("%s, psta("MAC_FMT")->state(0x%x) != _FW_LINKED\n", __func__, MAC_ARG(psta->hwaddr), psta->state); -+ return _FAIL; -+ } -+#ifdef CONFIG_BEAMFORMING -+ update_attrib_txbf_info(padapter, pattrib, psta); -+#endif -+ -+ //TODO:_lock -+ if(update_attrib_sec_info(padapter, pattrib, psta) == _FAIL) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_upd_attrib_err_sec); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ update_attrib_phy_info(padapter, pattrib, psta); -+ -+ //DBG_8192C("%s ==> mac_id(%d)\n",__FUNCTION__,pattrib->mac_id ); -+ -+ pattrib->psta = psta; -+ //TODO:_unlock -+ -+ pattrib->pctrl = 0; -+ -+ pattrib->ack_policy = 0; -+ // get ether_hdr_len -+ pattrib->pkt_hdrlen = ETH_HLEN;//(pattrib->ether_type == 0x8100) ? (14 + 4 ): 14; //vlan tag -+ -+ pattrib->hdrlen = WLAN_HDR_A3_LEN; -+ pattrib->subtype = WIFI_DATA_TYPE; -+ pattrib->priority = 0; -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE|WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE)) -+ { -+ if(pattrib->qos_en) -+ set_qos(&pktfile, pattrib); -+ } -+ else -+ { -+#ifdef CONFIG_TDLS -+ if (pattrib->direct_link == _TRUE) { -+ if (pattrib->qos_en) -+ set_qos(&pktfile, pattrib); -+ } else -+#endif -+ { -+ if (pqospriv->qos_option) { -+ set_qos(&pktfile, pattrib); -+ -+ if (pmlmepriv->acm_mask != 0) -+ pattrib->priority = qos_acm(pmlmepriv->acm_mask, pattrib->priority); -+ } -+ } -+ } -+ -+ //pattrib->priority = 5; //force to used VI queue, for testing -+ pattrib->hw_ssn_sel = pxmitpriv->hw_ssn_seq_no; -+ rtw_set_tx_chksum_offload(pkt, pattrib); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+static s32 xmitframe_addmic(_adapter *padapter, struct xmit_frame *pxmitframe){ -+ sint curfragnum,length; -+ u8 *pframe, *payload,mic[8]; -+ struct mic_data micdata; -+ //struct sta_info *stainfo; -+ struct qos_priv *pqospriv= &(padapter->mlmepriv.qospriv); -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct security_priv *psecuritypriv=&padapter->securitypriv; -+ struct xmit_priv *pxmitpriv=&padapter->xmitpriv; -+ u8 priority[4]={0x0,0x0,0x0,0x0}; -+ u8 hw_hdr_offset = 0; -+ sint bmcst = IS_MCAST(pattrib->ra); -+ -+/* -+ if(pattrib->psta) -+ { -+ stainfo = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ stainfo=rtw_get_stainfo(&padapter->stapriv ,&pattrib->ra[0]); -+ } -+ -+ if(stainfo==NULL) -+ { -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return _FAIL; -+ } -+ -+ if(!(stainfo->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, stainfo->state); -+ return _FAIL; -+ } -+*/ -+ -+_func_enter_; -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ);; -+#else -+ #ifdef CONFIG_TX_EARLY_MODE -+ hw_hdr_offset = TXDESC_OFFSET+ EARLY_MODE_INFO_SIZE; -+ #else -+ hw_hdr_offset = TXDESC_OFFSET; -+ #endif -+#endif -+ -+ if(pattrib->encrypt ==_TKIP_)//if(psecuritypriv->dot11PrivacyAlgrthm==_TKIP_PRIVACY_) -+ { -+ //encode mic code -+ //if(stainfo!= NULL) -+ { -+ u8 null_key[16]={0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}; -+ -+ pframe = pxmitframe->buf_addr + hw_hdr_offset; -+ -+ if(bmcst) -+ { -+ if(_rtw_memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)==_TRUE){ -+ //DbgPrint("\nxmitframe_addmic:stainfo->dot11tkiptxmickey==0\n"); -+ //rtw_msleep_os(10); -+ return _FAIL; -+ } -+ //start to calculate the mic code -+ rtw_secmicsetkey(&micdata, psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey); -+ } -+ else -+ { -+ if(_rtw_memcmp(&pattrib->dot11tkiptxmickey.skey[0],null_key, 16)==_TRUE){ -+ //DbgPrint("\nxmitframe_addmic:stainfo->dot11tkiptxmickey==0\n"); -+ //rtw_msleep_os(10); -+ return _FAIL; -+ } -+ //start to calculate the mic code -+ rtw_secmicsetkey(&micdata, &pattrib->dot11tkiptxmickey.skey[0]); -+ } -+ -+ if(pframe[1]&1){ //ToDS==1 -+ rtw_secmicappend(&micdata, &pframe[16], 6); //DA -+ if(pframe[1]&2) //From Ds==1 -+ rtw_secmicappend(&micdata, &pframe[24], 6); -+ else -+ rtw_secmicappend(&micdata, &pframe[10], 6); -+ } -+ else{ //ToDS==0 -+ rtw_secmicappend(&micdata, &pframe[4], 6); //DA -+ if(pframe[1]&2) //From Ds==1 -+ rtw_secmicappend(&micdata, &pframe[16], 6); -+ else -+ rtw_secmicappend(&micdata, &pframe[10], 6); -+ -+ } -+ -+ //if(pqospriv->qos_option==1) -+ if(pattrib->qos_en) -+ priority[0]=(u8)pxmitframe->attrib.priority; -+ -+ -+ rtw_secmicappend(&micdata, &priority[0], 4); -+ -+ payload=pframe; -+ -+ for(curfragnum=0;curfragnumnr_frags;curfragnum++){ -+ payload=(u8 *)RND4((SIZE_PTR)(payload)); -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("===curfragnum=%d, pframe= 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x,!!!\n", -+ curfragnum,*payload, *(payload+1),*(payload+2),*(payload+3),*(payload+4),*(payload+5),*(payload+6),*(payload+7))); -+ -+ payload=payload+pattrib->hdrlen+pattrib->iv_len; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("curfragnum=%d pattrib->hdrlen=%d pattrib->iv_len=%d",curfragnum,pattrib->hdrlen,pattrib->iv_len)); -+ if((curfragnum+1)==pattrib->nr_frags){ -+ length=pattrib->last_txcmdsz-pattrib->hdrlen-pattrib->iv_len-( (pattrib->bswenc) ? pattrib->icv_len : 0); -+ rtw_secmicappend(&micdata, payload,length); -+ payload=payload+length; -+ } -+ else{ -+ length=pxmitpriv->frag_len-pattrib->hdrlen-pattrib->iv_len-( (pattrib->bswenc) ? pattrib->icv_len : 0); -+ rtw_secmicappend(&micdata, payload, length); -+ payload=payload+length+pattrib->icv_len; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("curfragnum=%d length=%d pattrib->icv_len=%d",curfragnum,length,pattrib->icv_len)); -+ } -+ } -+ rtw_secgetmic(&micdata,&(mic[0])); -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("xmitframe_addmic: before add mic code!!!\n")); -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("xmitframe_addmic: pattrib->last_txcmdsz=%d!!!\n",pattrib->last_txcmdsz)); -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("xmitframe_addmic: mic[0]=0x%.2x ,mic[1]=0x%.2x ,mic[2]=0x%.2x ,mic[3]=0x%.2x \n\ -+ mic[4]=0x%.2x ,mic[5]=0x%.2x ,mic[6]=0x%.2x ,mic[7]=0x%.2x !!!!\n", -+ mic[0],mic[1],mic[2],mic[3],mic[4],mic[5],mic[6],mic[7])); -+ //add mic code and add the mic code length in last_txcmdsz -+ -+ _rtw_memcpy(payload, &(mic[0]),8); -+ pattrib->last_txcmdsz+=8; -+ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("\n ========last pkt========\n")); -+ payload=payload-pattrib->last_txcmdsz+8; -+ for(curfragnum=0;curfragnumlast_txcmdsz;curfragnum=curfragnum+8) -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,(" %.2x, %.2x, %.2x, %.2x, %.2x, %.2x, %.2x, %.2x ", -+ *(payload+curfragnum), *(payload+curfragnum+1), *(payload+curfragnum+2),*(payload+curfragnum+3), -+ *(payload+curfragnum+4),*(payload+curfragnum+5),*(payload+curfragnum+6),*(payload+curfragnum+7))); -+ } -+/* -+ else{ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("xmitframe_addmic: rtw_get_stainfo==NULL!!!\n")); -+ } -+*/ -+ } -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+static s32 xmitframe_swencrypt(_adapter *padapter, struct xmit_frame *pxmitframe){ -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ //struct security_priv *psecuritypriv=&padapter->securitypriv; -+ -+_func_enter_; -+ -+ //if((psecuritypriv->sw_encrypt)||(pattrib->bswenc)) -+ if(pattrib->bswenc) -+ { -+ //DBG_871X("start xmitframe_swencrypt\n"); -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_alert_,("### xmitframe_swencrypt\n")); -+ switch(pattrib->encrypt){ -+ case _WEP40_: -+ case _WEP104_: -+ rtw_wep_encrypt(padapter, (u8 *)pxmitframe); -+ break; -+ case _TKIP_: -+ rtw_tkip_encrypt(padapter, (u8 *)pxmitframe); -+ break; -+ case _AES_: -+ rtw_aes_encrypt(padapter, (u8 * )pxmitframe); -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ rtw_sms4_encrypt(padapter, (u8 * )pxmitframe); -+#endif -+ default: -+ break; -+ } -+ -+ } else { -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_notice_,("### xmitframe_hwencrypt\n")); -+ } -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+s32 rtw_make_wlanhdr (_adapter *padapter , u8 *hdr, struct pkt_attrib *pattrib) -+{ -+ u16 *qc; -+ -+ struct rtw_ieee80211_hdr *pwlanhdr = (struct rtw_ieee80211_hdr *)hdr; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv = &pmlmepriv->qospriv; -+ u8 qos_option = _FALSE; -+ sint res = _SUCCESS; -+ u16 *fctrl = &pwlanhdr->frame_ctl; -+ -+ //struct sta_info *psta; -+ -+ //sint bmcst = IS_MCAST(pattrib->ra); -+ -+_func_enter_; -+ -+/* -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if(pattrib->psta != psta) -+ { -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return; -+ } -+ -+ if(psta==NULL) -+ { -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return _FAIL; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FAIL; -+ } -+*/ -+ -+ _rtw_memset(hdr, 0, WLANHDR_OFFSET); -+ -+ SetFrameSubType(fctrl, pattrib->subtype); -+ -+ if (pattrib->subtype & WIFI_DATA_TYPE) -+ { -+ if ((check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE)) { -+#ifdef CONFIG_TDLS -+ if(pattrib->direct_link == _TRUE){ -+ //TDLS data transfer, ToDS=0, FrDs=0 -+ _rtw_memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pattrib->src, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_bssid(pmlmepriv), ETH_ALEN); -+ -+ if (pattrib->qos_en) -+ qos_option = _TRUE; -+ } -+ else -+#endif //CONFIG_TDLS -+ { -+ //to_ds = 1, fr_ds = 0; -+ // 1.Data transfer to AP -+ // 2.Arp pkt will relayed by AP -+ SetToDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pattrib->ta, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pattrib->dst, ETH_ALEN); -+ -+ if (pqospriv->qos_option) -+ qos_option = _TRUE; -+ } -+ } -+ else if ((check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) ) { -+ //to_ds = 0, fr_ds = 1; -+ SetFrDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pattrib->src, ETH_ALEN); -+ -+ if(pattrib->qos_en) -+ qos_option = _TRUE; -+ } -+ else if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE)) { -+ _rtw_memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pattrib->ta, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_bssid(pmlmepriv), ETH_ALEN); -+ -+ if(pattrib->qos_en) -+ qos_option = _TRUE; -+ } -+ else { -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("fw_state:%x is not allowed to xmit frame\n", get_fwstate(pmlmepriv))); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if(pattrib->mdata) -+ SetMData(fctrl); -+ -+ if (pattrib->encrypt) -+ SetPrivacy(fctrl); -+ -+ if (qos_option) -+ { -+ qc = (unsigned short *)(hdr + pattrib->hdrlen - 2); -+ -+ if (pattrib->priority) -+ SetPriority(qc, pattrib->priority); -+ -+ SetEOSP(qc, pattrib->eosp); -+ -+ SetAckpolicy(qc, pattrib->ack_policy); -+ } -+ -+ //TODO: fill HT Control Field -+ -+ //Update Seq Num will be handled by f/w -+ { -+ struct sta_info *psta; -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if(pattrib->psta != psta) -+ { -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return _FAIL; -+ } -+ -+ if(psta==NULL) -+ { -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return _FAIL; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FAIL; -+ } -+ -+ -+ if(psta) -+ { -+ psta->sta_xmitpriv.txseq_tid[pattrib->priority]++; -+ psta->sta_xmitpriv.txseq_tid[pattrib->priority] &= 0xFFF; -+ pattrib->seqnum = psta->sta_xmitpriv.txseq_tid[pattrib->priority]; -+ -+ SetSeqNum(hdr, pattrib->seqnum); -+ -+#ifdef CONFIG_80211N_HT -+ //check if enable ampdu -+ if(pattrib->ht_en && psta->htpriv.ampdu_enable) -+ { -+ if(psta->htpriv.agg_enable_bitmap & BIT(pattrib->priority)) -+ pattrib->ampdu_en = _TRUE; -+ } -+ -+ //re-check if enable ampdu by BA_starting_seqctrl -+ if(pattrib->ampdu_en == _TRUE) -+ { -+ u16 tx_seq; -+ -+ tx_seq = psta->BA_starting_seqctrl[pattrib->priority & 0x0f]; -+ -+ //check BA_starting_seqctrl -+ if(SN_LESS(pattrib->seqnum, tx_seq)) -+ { -+ //DBG_871X("tx ampdu seqnum(%d) < tx_seq(%d)\n", pattrib->seqnum, tx_seq); -+ pattrib->ampdu_en = _FALSE;//AGG BK -+ } -+ else if(SN_EQUAL(pattrib->seqnum, tx_seq)) -+ { -+ psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (tx_seq+1)&0xfff; -+ -+ pattrib->ampdu_en = _TRUE;//AGG EN -+ } -+ else -+ { -+ //DBG_871X("tx ampdu over run\n"); -+ psta->BA_starting_seqctrl[pattrib->priority & 0x0f] = (pattrib->seqnum+1)&0xfff; -+ pattrib->ampdu_en = _TRUE;//AGG EN -+ } -+ -+ } -+#endif //CONFIG_80211N_HT -+ } -+ } -+ -+ } -+ else -+ { -+ -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+s32 rtw_txframes_pending(_adapter *padapter) -+{ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ return ((_rtw_queue_empty(&pxmitpriv->be_pending) == _FALSE) || -+ (_rtw_queue_empty(&pxmitpriv->bk_pending) == _FALSE) || -+ (_rtw_queue_empty(&pxmitpriv->vi_pending) == _FALSE) || -+ (_rtw_queue_empty(&pxmitpriv->vo_pending) == _FALSE)); -+} -+ -+s32 rtw_txframes_sta_ac_pending(_adapter *padapter, struct pkt_attrib *pattrib) -+{ -+ struct sta_info *psta; -+ struct tx_servq *ptxservq; -+ int priority = pattrib->priority; -+/* -+ if(pattrib->psta) -+ { -+ psta = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta=rtw_get_stainfo(&padapter->stapriv ,&pattrib->ra[0]); -+ } -+*/ -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if(pattrib->psta != psta) -+ { -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return 0; -+ } -+ -+ if(psta==NULL) -+ { -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return 0; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return 0; -+ } -+ -+ switch(priority) -+ { -+ case 1: -+ case 2: -+ ptxservq = &(psta->sta_xmitpriv.bk_q); -+ break; -+ case 4: -+ case 5: -+ ptxservq = &(psta->sta_xmitpriv.vi_q); -+ break; -+ case 6: -+ case 7: -+ ptxservq = &(psta->sta_xmitpriv.vo_q); -+ break; -+ case 0: -+ case 3: -+ default: -+ ptxservq = &(psta->sta_xmitpriv.be_q); -+ break; -+ -+ } -+ -+ return ptxservq->qcnt; -+} -+ -+#ifdef CONFIG_TDLS -+ -+int rtw_build_tdls_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ int res=_SUCCESS; -+ -+ switch(ptxmgmt->action_code){ -+ case TDLS_SETUP_REQUEST: -+ rtw_build_tdls_setup_req_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+ case TDLS_SETUP_RESPONSE: -+ rtw_build_tdls_setup_rsp_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+ case TDLS_SETUP_CONFIRM: -+ rtw_build_tdls_setup_cfm_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+ case TDLS_TEARDOWN: -+ rtw_build_tdls_teardown_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+ case TDLS_DISCOVERY_REQUEST: -+ rtw_build_tdls_dis_req_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+ case TDLS_PEER_TRAFFIC_INDICATION: -+ rtw_build_tdls_peer_traffic_indication_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+#ifdef CONFIG_TDLS_CH_SW -+ case TDLS_CHANNEL_SWITCH_REQUEST: -+ rtw_build_tdls_ch_switch_req_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+ case TDLS_CHANNEL_SWITCH_RESPONSE: -+ rtw_build_tdls_ch_switch_rsp_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+#endif -+ case TDLS_PEER_TRAFFIC_RESPONSE: -+ rtw_build_tdls_peer_traffic_rsp_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ break; -+#ifdef CONFIG_WFD -+ case TUNNELED_PROBE_REQ: -+ rtw_build_tunneled_probe_req_ies(padapter, pxmitframe, pframe); -+ break; -+ case TUNNELED_PROBE_RSP: -+ rtw_build_tunneled_probe_rsp_ies(padapter, pxmitframe, pframe); -+ break; -+#endif //CONFIG_WFD -+ default: -+ res=_FAIL; -+ break; -+ } -+ -+ return res; -+} -+ -+s32 rtw_make_tdls_wlanhdr (_adapter *padapter , u8 *hdr, struct pkt_attrib *pattrib, struct tdls_txmgmt *ptxmgmt) -+{ -+ u16 *qc; -+ struct rtw_ieee80211_hdr *pwlanhdr = (struct rtw_ieee80211_hdr *)hdr; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct qos_priv *pqospriv = &pmlmepriv->qospriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta=NULL, *ptdls_sta=NULL; -+ u8 tdls_seq=0, baddr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; -+ -+ sint res = _SUCCESS; -+ u16 *fctrl = &pwlanhdr->frame_ctl; -+ -+_func_enter_; -+ -+ _rtw_memset(hdr, 0, WLANHDR_OFFSET); -+ -+ SetFrameSubType(fctrl, pattrib->subtype); -+ -+ switch(ptxmgmt->action_code){ -+ case TDLS_SETUP_REQUEST: -+ case TDLS_SETUP_RESPONSE: -+ case TDLS_SETUP_CONFIRM: -+ case TDLS_PEER_TRAFFIC_INDICATION: -+ case TDLS_PEER_PSM_REQUEST: -+ case TUNNELED_PROBE_REQ: -+ case TUNNELED_PROBE_RSP: -+ case TDLS_DISCOVERY_REQUEST: -+ SetToDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pattrib->src, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pattrib->dst, ETH_ALEN); -+ break; -+ case TDLS_CHANNEL_SWITCH_REQUEST: -+ case TDLS_CHANNEL_SWITCH_RESPONSE: -+ case TDLS_PEER_PSM_RESPONSE: -+ case TDLS_PEER_TRAFFIC_RESPONSE: -+ _rtw_memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pattrib->src, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_bssid(pmlmepriv), ETH_ALEN); -+ tdls_seq=1; -+ break; -+ case TDLS_TEARDOWN: -+ if(ptxmgmt->status_code == _RSON_TDLS_TEAR_UN_RSN_) -+ { -+ _rtw_memcpy(pwlanhdr->addr1, pattrib->dst, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pattrib->src, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_bssid(pmlmepriv), ETH_ALEN); -+ tdls_seq=1; -+ } -+ else -+ { -+ SetToDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, get_bssid(pmlmepriv), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pattrib->src, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pattrib->dst, ETH_ALEN); -+ } -+ break; -+ } -+ -+ if (pattrib->encrypt) -+ SetPrivacy(fctrl); -+ -+ if(ptxmgmt->action_code == TDLS_PEER_TRAFFIC_RESPONSE) -+ { -+ SetPwrMgt(fctrl); -+ } -+ -+ if (pqospriv->qos_option) -+ { -+ qc = (unsigned short *)(hdr + pattrib->hdrlen - 2); -+ if (pattrib->priority) -+ SetPriority(qc, pattrib->priority); -+ SetAckpolicy(qc, pattrib->ack_policy); -+ } -+ -+ psta = pattrib->psta; -+ -+ // 1. update seq_num per link by sta_info -+ // 2. rewrite encrypt to _AES_, also rewrite iv_len, icv_len -+ if(tdls_seq==1){ -+ ptdls_sta=rtw_get_stainfo(pstapriv, pattrib->dst); -+ if(ptdls_sta){ -+ ptdls_sta->sta_xmitpriv.txseq_tid[pattrib->priority]++; -+ ptdls_sta->sta_xmitpriv.txseq_tid[pattrib->priority] &= 0xFFF; -+ pattrib->seqnum = ptdls_sta->sta_xmitpriv.txseq_tid[pattrib->priority]; -+ SetSeqNum(hdr, pattrib->seqnum); -+ -+ if (pattrib->encrypt){ -+ pattrib->encrypt= _AES_; -+ pattrib->iv_len=8; -+ pattrib->icv_len=8; -+ pattrib->bswenc = _FALSE; -+ } -+ pattrib->mac_id = ptdls_sta->mac_id; -+ }else{ -+ res=_FAIL; -+ goto exit; -+ } -+ }else if(psta){ -+ psta->sta_xmitpriv.txseq_tid[pattrib->priority]++; -+ psta->sta_xmitpriv.txseq_tid[pattrib->priority] &= 0xFFF; -+ pattrib->seqnum = psta->sta_xmitpriv.txseq_tid[pattrib->priority]; -+ SetSeqNum(hdr, pattrib->seqnum); -+ } -+ -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+s32 rtw_xmit_tdls_coalesce(_adapter * padapter, struct xmit_frame * pxmitframe, struct tdls_txmgmt *ptxmgmt) -+{ -+ s32 llc_sz; -+ -+ u8 *pframe, *mem_start; -+ -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ u8 *pbuf_start; -+ s32 bmcst = IS_MCAST(pattrib->ra); -+ s32 res = _SUCCESS; -+ -+_func_enter_; -+ -+ if (pattrib->psta) { -+ psta = pattrib->psta; -+ } else { -+ if(bmcst) { -+ psta = rtw_get_bcmc_stainfo(padapter); -+ } else { -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ } -+ } -+ -+ if (psta==NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ if (pxmitframe->buf_addr == NULL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pbuf_start = pxmitframe->buf_addr; -+ mem_start = pbuf_start + TXDESC_OFFSET; -+ -+ if (rtw_make_tdls_wlanhdr(padapter, mem_start, pattrib, ptxmgmt) == _FAIL) { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ pframe = mem_start; -+ pframe += pattrib->hdrlen; -+ -+ //adding icv, if necessary... -+ if (pattrib->iv_len) -+ { -+ if (psta != NULL) -+ { -+ switch(pattrib->encrypt) -+ { -+ case _WEP40_: -+ case _WEP104_: -+ WEP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ break; -+ case _TKIP_: -+ if(bmcst) -+ TKIP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ TKIP_IV(pattrib->iv, psta->dot11txpn, 0); -+ break; -+ case _AES_: -+ if(bmcst) -+ AES_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ AES_IV(pattrib->iv, psta->dot11txpn, 0); -+ break; -+ } -+ } -+ -+ _rtw_memcpy(pframe, pattrib->iv, pattrib->iv_len); -+ pframe += pattrib->iv_len; -+ -+ } -+ -+ llc_sz = rtw_put_snap(pframe, pattrib->ether_type); -+ pframe += llc_sz; -+ -+ //pattrib->pktlen will be counted in rtw_build_tdls_ies -+ pattrib->pktlen = 0; -+ -+ rtw_build_tdls_ies(padapter, pxmitframe, pframe, ptxmgmt); -+ -+ if ((pattrib->icv_len >0 )&& (pattrib->bswenc)) { -+ pframe += pattrib->pktlen; -+ _rtw_memcpy(pframe, pattrib->icv, pattrib->icv_len); -+ pframe += pattrib->icv_len; -+ } -+ -+ pattrib->nr_frags = 1; -+ pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + llc_sz + -+ ((pattrib->bswenc) ? pattrib->icv_len : 0) + pattrib->pktlen; -+ -+ if (xmitframe_addmic(padapter, pxmitframe) == _FAIL) -+ { -+ res = _FAIL; -+ goto exit; -+ } -+ -+ xmitframe_swencrypt(padapter, pxmitframe); -+ -+ update_attrib_vcs_info(padapter, pxmitframe); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+#endif //CONFIG_TDLS -+ -+/* -+ * Calculate wlan 802.11 packet MAX size from pkt_attrib -+ * This function doesn't consider fragment case -+ */ -+u32 rtw_calculate_wlan_pkt_size_by_attribue(struct pkt_attrib *pattrib) -+{ -+ u32 len = 0; -+ -+ len = pattrib->hdrlen + pattrib->iv_len; // WLAN Header and IV -+ len += SNAP_SIZE + sizeof(u16); // LLC -+ len += pattrib->pktlen; -+ if (pattrib->encrypt == _TKIP_) len += 8; // MIC -+ len += ((pattrib->bswenc) ? pattrib->icv_len : 0); // ICV -+ -+ return len; -+} -+ -+/* -+ -+This sub-routine will perform all the following: -+ -+1. remove 802.3 header. -+2. create wlan_header, based on the info in pxmitframe -+3. append sta's iv/ext-iv -+4. append LLC -+5. move frag chunk from pframe to pxmitframe->mem -+6. apply sw-encrypt, if necessary. -+ -+*/ -+s32 rtw_xmitframe_coalesce(_adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe) -+{ -+ struct pkt_file pktfile; -+ -+ s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; -+ -+ SIZE_PTR addr; -+ -+ u8 *pframe, *mem_start; -+ u8 hw_hdr_offset; -+ -+ //struct sta_info *psta; -+ //struct sta_priv *pstapriv = &padapter->stapriv; -+ //struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+ u8 *pbuf_start; -+ -+ s32 bmcst = IS_MCAST(pattrib->ra); -+ s32 res = _SUCCESS; -+ -+_func_enter_; -+ -+/* -+ if (pattrib->psta) -+ { -+ psta = pattrib->psta; -+ } else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ } -+ -+ if(psta==NULL) -+ { -+ -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return _FAIL; -+ } -+ -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FAIL; -+ } -+*/ -+ if (pxmitframe->buf_addr == NULL){ -+ DBG_8192C("==> %s buf_addr==NULL \n",__FUNCTION__); -+ return _FAIL; -+ } -+ -+ pbuf_start = pxmitframe->buf_addr; -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); -+#else -+ #ifdef CONFIG_TX_EARLY_MODE //for SDIO && Tx Agg -+ hw_hdr_offset = TXDESC_OFFSET + EARLY_MODE_INFO_SIZE; -+ #else -+ hw_hdr_offset = TXDESC_OFFSET; -+ #endif -+#endif -+ -+ mem_start = pbuf_start + hw_hdr_offset; -+ -+ if (rtw_make_wlanhdr(padapter, mem_start, pattrib) == _FAIL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("rtw_xmitframe_coalesce: rtw_make_wlanhdr fail; drop pkt\n")); -+ DBG_8192C("rtw_xmitframe_coalesce: rtw_make_wlanhdr fail; drop pkt\n"); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ _rtw_open_pktfile(pkt, &pktfile); -+ _rtw_pktfile_read(&pktfile, NULL, pattrib->pkt_hdrlen); -+ -+ frg_inx = 0; -+ frg_len = pxmitpriv->frag_len - 4;//2346-4 = 2342 -+ -+ while (1) -+ { -+ llc_sz = 0; -+ -+ mpdu_len = frg_len; -+ -+ pframe = mem_start; -+ -+ SetMFrag(mem_start); -+ -+ pframe += pattrib->hdrlen; -+ mpdu_len -= pattrib->hdrlen; -+ -+ //adding icv, if necessary... -+ if (pattrib->iv_len) -+ { -+/* -+ //if (check_fwstate(pmlmepriv, WIFI_MP_STATE)) -+ // psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ //else -+ // psta = rtw_get_stainfo(pstapriv, pattrib->ra); -+ -+ if (psta != NULL) -+ { -+ switch(pattrib->encrypt) -+ { -+ case _WEP40_: -+ case _WEP104_: -+ WEP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ break; -+ case _TKIP_: -+ if(bmcst) -+ TKIP_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ TKIP_IV(pattrib->iv, psta->dot11txpn, 0); -+ break; -+ case _AES_: -+ if(bmcst) -+ AES_IV(pattrib->iv, psta->dot11txpn, pattrib->key_idx); -+ else -+ AES_IV(pattrib->iv, psta->dot11txpn, 0); -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ rtw_wapi_get_iv(padapter,pattrib->ra,pattrib->iv); -+ break; -+#endif -+ } -+ } -+*/ -+ _rtw_memcpy(pframe, pattrib->iv, pattrib->iv_len); -+ -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_notice_, -+ ("rtw_xmitframe_coalesce: keyid=%d pattrib->iv[3]=%.2x pframe=%.2x %.2x %.2x %.2x\n", -+ padapter->securitypriv.dot11PrivacyKeyIndex, pattrib->iv[3], *pframe, *(pframe+1), *(pframe+2), *(pframe+3))); -+ -+ pframe += pattrib->iv_len; -+ -+ mpdu_len -= pattrib->iv_len; -+ } -+ -+ if (frg_inx == 0) { -+ llc_sz = rtw_put_snap(pframe, pattrib->ether_type); -+ pframe += llc_sz; -+ mpdu_len -= llc_sz; -+ } -+ -+ if ((pattrib->icv_len >0) && (pattrib->bswenc)) { -+ mpdu_len -= pattrib->icv_len; -+ } -+ -+ -+ if (bmcst) { -+ // don't do fragment to broadcat/multicast packets -+ mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); -+ } else { -+ mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); -+ } -+ -+ pframe += mem_sz; -+ -+ if ((pattrib->icv_len >0 )&& (pattrib->bswenc)) { -+ _rtw_memcpy(pframe, pattrib->icv, pattrib->icv_len); -+ pframe += pattrib->icv_len; -+ } -+ -+ frg_inx++; -+ -+ if (bmcst || (rtw_endofpktfile(&pktfile) == _TRUE)) -+ { -+ pattrib->nr_frags = frg_inx; -+ -+ pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags==1)? llc_sz:0) + -+ ((pattrib->bswenc) ? pattrib->icv_len : 0) + mem_sz; -+ -+ ClearMFrag(mem_start); -+ -+ break; -+ } else { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("%s: There're still something in packet!\n", __FUNCTION__)); -+ } -+ -+ addr = (SIZE_PTR)(pframe); -+ -+ mem_start = (unsigned char *)RND4(addr) + hw_hdr_offset; -+ _rtw_memcpy(mem_start, pbuf_start + hw_hdr_offset, pattrib->hdrlen); -+ -+ } -+ -+ if (xmitframe_addmic(padapter, pxmitframe) == _FAIL) -+ { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("xmitframe_addmic(padapter, pxmitframe)==_FAIL\n")); -+ DBG_8192C("xmitframe_addmic(padapter, pxmitframe)==_FAIL\n"); -+ res = _FAIL; -+ goto exit; -+ } -+ -+ xmitframe_swencrypt(padapter, pxmitframe); -+ -+ if(bmcst == _FALSE) -+ update_attrib_vcs_info(padapter, pxmitframe); -+ else -+ pattrib->vcs_mode = NONE_VCS; -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+#ifdef CONFIG_IEEE80211W -+//broadcast or multicast management pkt use BIP, unicast management pkt use CCMP encryption -+s32 rtw_mgmt_xmitframe_coalesce(_adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe) -+{ -+ struct pkt_file pktfile; -+ s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; -+ SIZE_PTR addr; -+ u8 *pframe, *mem_start = NULL, *tmp_buf=NULL; -+ u8 hw_hdr_offset, subtype ; -+ struct sta_info *psta = NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ u8 *pbuf_start; -+ s32 bmcst = IS_MCAST(pattrib->ra); -+ s32 res = _FAIL; -+ u8 *BIP_AAD=NULL; -+ u8 *MGMT_body=NULL; -+ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u8 MME[_MME_IE_LENGTH_]; -+ -+ _irqL irqL; -+ u32 ori_len; -+ mem_start = pframe = (u8 *)(pxmitframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+_func_enter_; -+ ori_len = BIP_AAD_SIZE+pattrib->pktlen; -+ tmp_buf = BIP_AAD = rtw_zmalloc(ori_len); -+ subtype = GetFrameSubType(pframe); //bit(7)~bit(2) -+ -+ if(BIP_AAD == NULL) -+ return _FAIL; -+ -+ _enter_critical_bh(&padapter->security_key_mutex, &irqL); -+ -+ -+ //IGTK key is not install, it may not support 802.11w -+ if(padapter->securitypriv.binstallBIPkey != _TRUE) -+ { -+ DBG_871X("no instll BIP key\n"); -+ goto xmitframe_coalesce_success; -+ } -+ //station mode doesn't need TX BIP, just ready the code -+ if(bmcst) -+ { -+ int frame_body_len; -+ u8 mic[16]; -+ -+ _rtw_memset(MME, 0, _MME_IE_LENGTH_); -+ -+ //other types doesn't need the BIP -+ if(GetFrameSubType(pframe) != WIFI_DEAUTH && GetFrameSubType(pframe) != WIFI_DISASSOC) -+ goto xmitframe_coalesce_fail; -+ -+ MGMT_body = pframe + sizeof(struct rtw_ieee80211_hdr_3addr); -+ pframe += pattrib->pktlen; -+ -+ //octent 0 and 1 is key index ,BIP keyid is 4 or 5, LSB only need octent 0 -+ MME[0]=padapter->securitypriv.dot11wBIPKeyid; -+ //copy packet number -+ _rtw_memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); -+ //increase the packet number -+ pmlmeext->mgnt_80211w_IPN++; -+ -+ //add MME IE with MIC all zero, MME string doesn't include element id and length -+ pframe = rtw_set_ie(pframe, _MME_IE_ , 16 , MME, &(pattrib->pktlen)); -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ // total frame length - header length -+ frame_body_len = pattrib->pktlen - sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ //conscruct AAD, copy frame control field -+ _rtw_memcpy(BIP_AAD, &pwlanhdr->frame_ctl, 2); -+ ClearRetry(BIP_AAD); -+ ClearPwrMgt(BIP_AAD); -+ ClearMData(BIP_AAD); -+ //conscruct AAD, copy address 1 to address 3 -+ _rtw_memcpy(BIP_AAD+2, pwlanhdr->addr1, 18); -+ //copy management fram body -+ _rtw_memcpy(BIP_AAD+BIP_AAD_SIZE, MGMT_body, frame_body_len); -+ /*//dump total packet include MME with zero MIC -+ { -+ int i; -+ printk("Total packet: "); -+ for(i=0; i < BIP_AAD_SIZE+frame_body_len; i++) -+ printk(" %02x ", BIP_AAD[i]); -+ printk("\n"); -+ }*/ -+ //calculate mic -+ if(omac1_aes_128(padapter->securitypriv.dot11wBIPKey[padapter->securitypriv.dot11wBIPKeyid].skey -+ , BIP_AAD, BIP_AAD_SIZE+frame_body_len, mic)) -+ goto xmitframe_coalesce_fail; -+ -+ /*//dump calculated mic result -+ { -+ int i; -+ printk("Calculated mic result: "); -+ for(i=0; i<16; i++) -+ printk(" %02x ", mic[i]); -+ printk("\n"); -+ }*/ -+ //copy right BIP mic value, total is 128bits, we use the 0~63 bits -+ _rtw_memcpy(pframe-8, mic, 8); -+ /*/dump all packet after mic ok -+ { -+ int pp; -+ printk("pattrib->pktlen = %d \n", pattrib->pktlen); -+ for(pp=0;pp< pattrib->pktlen; pp++) -+ printk(" %02x ", mem_start[pp]); -+ printk("\n"); -+ }*/ -+ } -+ else //unicast mgmt frame TX -+ { -+ //start to encrypt mgmt frame -+ if(subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || -+ subtype == WIFI_REASSOCREQ || subtype == WIFI_ACTION) -+ { -+ if (pattrib->psta) -+ psta = pattrib->psta; -+ else -+ { -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ } -+ -+ if(psta==NULL) -+ { -+ -+ DBG_871X("%s, psta==NUL\n", __func__); -+ goto xmitframe_coalesce_fail; -+ } -+ -+ if (pxmitframe->buf_addr == NULL) { -+ DBG_871X("%s, pxmitframe->buf_addr\n", __func__); -+ goto xmitframe_coalesce_fail; -+ } -+ -+ //DBG_871X("%s, action frame category=%d \n", __func__, pframe[WLAN_HDR_A3_LEN]); -+ //according 802.11-2012 standard, these five types are not robust types -+ if(subtype == WIFI_ACTION && -+ (pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_PUBLIC || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_HT || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_UNPROTECTED_WNM || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_SELF_PROTECTED || -+ pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_P2P)) -+ goto xmitframe_coalesce_fail; -+ //before encrypt dump the management packet content -+ /*{ -+ int i; -+ printk("Management pkt: "); -+ for(i=0; ipktlen; i++) -+ printk(" %02x ", pframe[i]); -+ printk("=======\n"); -+ }*/ -+ if(pattrib->encrypt>0) -+ _rtw_memcpy(pattrib->dot118021x_UncstKey.skey, psta->dot118021x_UncstKey.skey, 16); -+ -+ /* To use wrong key */ -+ if (pattrib->key_type == IEEE80211W_WRONG_KEY) { -+ DBG_871X("use wrong key\n"); -+ pattrib->dot118021x_UncstKey.skey[0] = 0xff; -+ } -+ -+ //bakeup original management packet -+ _rtw_memcpy(tmp_buf, pframe, pattrib->pktlen); -+ //move to data portion -+ pframe += pattrib->hdrlen; -+ -+ //802.11w unicast management packet must be _AES_ -+ pattrib->iv_len = 8; -+ //it's MIC of AES -+ pattrib->icv_len = 8; -+ -+ switch(pattrib->encrypt) -+ { -+ case _AES_: -+ //set AES IV header -+ AES_IV(pattrib->iv, psta->dot11wtxpn, 0); -+ break; -+ default: -+ goto xmitframe_coalesce_fail; -+ } -+ //insert iv header into management frame -+ _rtw_memcpy(pframe, pattrib->iv, pattrib->iv_len); -+ pframe += pattrib->iv_len; -+ //copy mgmt data portion after CCMP header -+ _rtw_memcpy(pframe, tmp_buf+pattrib->hdrlen, pattrib->pktlen-pattrib->hdrlen); -+ //move pframe to end of mgmt pkt -+ pframe += pattrib->pktlen-pattrib->hdrlen; -+ //add 8 bytes CCMP IV header to length -+ pattrib->pktlen += pattrib->iv_len; -+ /*//dump management packet include AES IV header -+ { -+ int i; -+ printk("Management pkt + IV: "); -+ //for(i=0; ipktlen; i++) -+ //printk(" %02x ", mem_start[i]); -+ printk("@@@@@@@@@@@@@\n"); -+ }*/ -+ -+ if ((pattrib->icv_len >0 )&& (pattrib->bswenc)) { -+ _rtw_memcpy(pframe, pattrib->icv, pattrib->icv_len); -+ pframe += pattrib->icv_len; -+ } -+ //add 8 bytes MIC -+ pattrib->pktlen += pattrib->icv_len; -+ //set final tx command size -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ //set protected bit must be beofre SW encrypt -+ SetPrivacy(mem_start); -+ /*//dump management packet include AES header -+ { -+ int i; -+ printk("prepare to enc Management pkt + IV: "); -+ for(i=0; ipktlen; i++) -+ printk(" %02x ", mem_start[i]); -+ printk("@@@@@@@@@@@@@\n"); -+ }*/ -+ //software encrypt -+ xmitframe_swencrypt(padapter, pxmitframe); -+ } -+ } -+ -+xmitframe_coalesce_success: -+ _exit_critical_bh(&padapter->security_key_mutex, &irqL); -+ rtw_mfree(BIP_AAD, ori_len); -+_func_exit_; -+ return _SUCCESS; -+ -+xmitframe_coalesce_fail: -+ _exit_critical_bh(&padapter->security_key_mutex, &irqL); -+ rtw_mfree(BIP_AAD, ori_len); -+_func_exit_; -+ -+ return _FAIL; -+} -+#endif //CONFIG_IEEE80211W -+ -+/* Logical Link Control(LLC) SubNetwork Attachment Point(SNAP) header -+ * IEEE LLC/SNAP header contains 8 octets -+ * First 3 octets comprise the LLC portion -+ * SNAP portion, 5 octets, is divided into two fields: -+ * Organizationally Unique Identifier(OUI), 3 octets, -+ * type, defined by that organization, 2 octets. -+ */ -+s32 rtw_put_snap(u8 *data, u16 h_proto) -+{ -+ struct ieee80211_snap_hdr *snap; -+ u8 *oui; -+ -+_func_enter_; -+ -+ snap = (struct ieee80211_snap_hdr *)data; -+ snap->dsap = 0xaa; -+ snap->ssap = 0xaa; -+ snap->ctrl = 0x03; -+ -+ if (h_proto == 0x8137 || h_proto == 0x80f3) -+ oui = P802_1H_OUI; -+ else -+ oui = RFC1042_OUI; -+ -+ snap->oui[0] = oui[0]; -+ snap->oui[1] = oui[1]; -+ snap->oui[2] = oui[2]; -+ -+ *(u16 *)(data + SNAP_SIZE) = htons(h_proto); -+ -+_func_exit_; -+ -+ return SNAP_SIZE + sizeof(u16); -+} -+ -+void rtw_update_protection(_adapter *padapter, u8 *ie, uint ie_len) -+{ -+ -+ uint protection; -+ u8 *perp; -+ sint erp_len; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ -+_func_enter_; -+ -+ switch(pxmitpriv->vcs_setting) -+ { -+ case DISABLE_VCS: -+ pxmitpriv->vcs = NONE_VCS; -+ break; -+ -+ case ENABLE_VCS: -+ break; -+ -+ case AUTO_VCS: -+ default: -+ perp = rtw_get_ie(ie, _ERPINFO_IE_, &erp_len, ie_len); -+ if(perp == NULL) -+ { -+ pxmitpriv->vcs = NONE_VCS; -+ } -+ else -+ { -+ protection = (*(perp + 2)) & BIT(1); -+ if (protection) -+ { -+ if(pregistrypriv->vcs_type == RTS_CTS) -+ pxmitpriv->vcs = RTS_CTS; -+ else -+ pxmitpriv->vcs = CTS_TO_SELF; -+ } -+ else -+ pxmitpriv->vcs = NONE_VCS; -+ } -+ -+ break; -+ -+ } -+ -+_func_exit_; -+ -+} -+ -+void rtw_count_tx_stats(PADAPTER padapter, struct xmit_frame *pxmitframe, int sz) -+{ -+ struct sta_info *psta = NULL; -+ struct stainfo_stats *pstats = NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 pkt_num = 1; -+ -+ if ((pxmitframe->frame_tag&0x0f) == DATA_FRAMETAG) -+ { -+#if defined(CONFIG_USB_TX_AGGREGATION) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pkt_num = pxmitframe->agg_num; -+#endif -+ pmlmepriv->LinkDetectInfo.NumTxOkInPeriod += pkt_num; -+ -+ pxmitpriv->tx_pkts += pkt_num; -+ -+ pxmitpriv->tx_bytes += sz; -+ -+ psta = pxmitframe->attrib.psta; -+ if (psta) -+ { -+ pstats = &psta->sta_stats; -+ -+ pstats->tx_pkts += pkt_num; -+ -+ pstats->tx_bytes += sz; -+#ifdef CONFIG_TDLS -+ if(pxmitframe->attrib.ptdls_sta != NULL) -+ { -+ pstats = &(pxmitframe->attrib.ptdls_sta->sta_stats); -+ pstats->tx_pkts += pkt_num; -+ pstats->tx_bytes += sz; -+ } -+#endif //CONFIG_TDLS -+ } -+ -+#ifdef CONFIG_CHECK_LEAVE_LPS -+ //traffic_check_for_leave_lps(padapter, _TRUE); -+#endif //CONFIG_LPS -+ -+ } -+} -+ -+static struct xmit_buf *__rtw_alloc_cmd_xmitbuf(struct xmit_priv *pxmitpriv, -+ enum cmdbuf_type buf_type) -+{ -+ struct xmit_buf *pxmitbuf = NULL; -+ -+_func_enter_; -+ -+ pxmitbuf = &pxmitpriv->pcmd_xmitbuf[buf_type]; -+ if (pxmitbuf != NULL) { -+ pxmitbuf->priv_data = NULL; -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ pxmitbuf->agg_num = 0; -+ pxmitbuf->pg_num = 0; -+#endif -+#ifdef CONFIG_PCI_HCI -+ pxmitbuf->len = 0; -+ pxmitbuf->desc = NULL; -+#endif -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); -+ } -+ } else { -+ DBG_871X("%s fail, no xmitbuf available !!!\n", __func__); -+ } -+ -+exit: -+ -+_func_exit_; -+ -+ return pxmitbuf; -+} -+ -+struct xmit_frame *__rtw_alloc_cmdxmitframe(struct xmit_priv *pxmitpriv, -+ enum cmdbuf_type buf_type) -+{ -+ struct xmit_frame *pcmdframe; -+ struct xmit_buf *pxmitbuf; -+ -+ if ((pcmdframe = rtw_alloc_xmitframe(pxmitpriv)) == NULL) -+ { -+ DBG_871X("%s, alloc xmitframe fail\n", __FUNCTION__); -+ return NULL; -+ } -+ -+ if ((pxmitbuf = __rtw_alloc_cmd_xmitbuf(pxmitpriv, buf_type)) == NULL) { -+ DBG_871X("%s, alloc xmitbuf fail\n", __FUNCTION__); -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+ return NULL; -+ } -+ -+ pcmdframe->frame_tag = MGNT_FRAMETAG; -+ -+ pcmdframe->pxmitbuf = pxmitbuf; -+ -+ pcmdframe->buf_addr = pxmitbuf->pbuf; -+ -+ pxmitbuf->priv_data = pcmdframe; -+ -+ return pcmdframe; -+ -+} -+ -+struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv) -+{ -+ _irqL irqL; -+ struct xmit_buf *pxmitbuf = NULL; -+ _list *plist, *phead; -+ _queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; -+ -+_func_enter_; -+ -+ _enter_critical(&pfree_queue->lock, &irqL); -+ -+ if(_rtw_queue_empty(pfree_queue) == _TRUE) { -+ pxmitbuf = NULL; -+ } else { -+ -+ phead = get_list_head(pfree_queue); -+ -+ plist = get_next(phead); -+ -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ -+ rtw_list_delete(&(pxmitbuf->list)); -+ } -+ -+ if (pxmitbuf != NULL) -+ { -+ pxmitpriv->free_xmit_extbuf_cnt--; -+ #ifdef DBG_XMIT_BUF_EXT -+ DBG_871X("DBG_XMIT_BUF_EXT ALLOC no=%d, free_xmit_extbuf_cnt=%d\n",pxmitbuf->no, pxmitpriv->free_xmit_extbuf_cnt); -+ #endif -+ -+ -+ pxmitbuf->priv_data = NULL; -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ pxmitbuf->agg_num = 1; -+#endif -+#ifdef CONFIG_PCI_HCI -+ pxmitbuf->len = 0; -+ pxmitbuf->desc = NULL; -+#endif -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); -+ } -+ -+ } -+ -+ _exit_critical(&pfree_queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return pxmitbuf; -+} -+ -+s32 rtw_free_xmitbuf_ext(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) -+{ -+ _irqL irqL; -+ _queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; -+ -+_func_enter_; -+ -+ if(pxmitbuf==NULL) -+ { -+ return _FAIL; -+ } -+ -+ _enter_critical(&pfree_queue->lock, &irqL); -+ -+ rtw_list_delete(&pxmitbuf->list); -+ -+ rtw_list_insert_tail(&(pxmitbuf->list), get_list_head(pfree_queue)); -+ pxmitpriv->free_xmit_extbuf_cnt++; -+ #ifdef DBG_XMIT_BUF_EXT -+ DBG_871X("DBG_XMIT_BUF_EXT FREE no=%d, free_xmit_extbuf_cnt=%d\n",pxmitbuf->no ,pxmitpriv->free_xmit_extbuf_cnt); -+ #endif -+ -+ _exit_critical(&pfree_queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+struct xmit_buf *rtw_alloc_xmitbuf(struct xmit_priv *pxmitpriv) -+{ -+ _irqL irqL; -+ struct xmit_buf *pxmitbuf = NULL; -+ _list *plist, *phead; -+ _queue *pfree_xmitbuf_queue = &pxmitpriv->free_xmitbuf_queue; -+ -+_func_enter_; -+ -+ //DBG_871X("+rtw_alloc_xmitbuf\n"); -+ -+ _enter_critical(&pfree_xmitbuf_queue->lock, &irqL); -+ -+ if(_rtw_queue_empty(pfree_xmitbuf_queue) == _TRUE) { -+ pxmitbuf = NULL; -+ } else { -+ -+ phead = get_list_head(pfree_xmitbuf_queue); -+ -+ plist = get_next(phead); -+ -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ -+ rtw_list_delete(&(pxmitbuf->list)); -+ } -+ -+ if (pxmitbuf != NULL) -+ { -+ pxmitpriv->free_xmitbuf_cnt--; -+ #ifdef DBG_XMIT_BUF -+ DBG_871X("DBG_XMIT_BUF ALLOC no=%d, free_xmitbuf_cnt=%d\n",pxmitbuf->no, pxmitpriv->free_xmitbuf_cnt); -+ #endif -+ //DBG_871X("alloc, free_xmitbuf_cnt=%d\n", pxmitpriv->free_xmitbuf_cnt); -+ -+ pxmitbuf->priv_data = NULL; -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxmitbuf->len = 0; -+ pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; -+ pxmitbuf->agg_num = 0; -+ pxmitbuf->pg_num = 0; -+#endif -+#ifdef CONFIG_PCI_HCI -+ pxmitbuf->len = 0; -+ pxmitbuf->desc = NULL; -+#endif -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); -+ } -+ } -+ #ifdef DBG_XMIT_BUF -+ else -+ { -+ DBG_871X("DBG_XMIT_BUF rtw_alloc_xmitbuf return NULL\n"); -+ } -+ #endif -+ -+ _exit_critical(&pfree_xmitbuf_queue->lock, &irqL); -+ -+_func_exit_; -+ -+ return pxmitbuf; -+} -+ -+s32 rtw_free_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) -+{ -+ _irqL irqL; -+ _queue *pfree_xmitbuf_queue = &pxmitpriv->free_xmitbuf_queue; -+ -+_func_enter_; -+ -+ //DBG_871X("+rtw_free_xmitbuf\n"); -+ -+ if(pxmitbuf==NULL) -+ { -+ return _FAIL; -+ } -+ -+ if (pxmitbuf->sctx) { -+ DBG_871X("%s pxmitbuf->sctx is not NULL\n", __func__); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_FREE); -+ } -+ -+ if(pxmitbuf->buf_tag == XMITBUF_CMD) { -+ } -+ else if(pxmitbuf->buf_tag == XMITBUF_MGNT) { -+ rtw_free_xmitbuf_ext(pxmitpriv, pxmitbuf); -+ } -+ else -+ { -+ _enter_critical(&pfree_xmitbuf_queue->lock, &irqL); -+ -+ rtw_list_delete(&pxmitbuf->list); -+ -+ rtw_list_insert_tail(&(pxmitbuf->list), get_list_head(pfree_xmitbuf_queue)); -+ -+ pxmitpriv->free_xmitbuf_cnt++; -+ //DBG_871X("FREE, free_xmitbuf_cnt=%d\n", pxmitpriv->free_xmitbuf_cnt); -+ #ifdef DBG_XMIT_BUF -+ DBG_871X("DBG_XMIT_BUF FREE no=%d, free_xmitbuf_cnt=%d\n",pxmitbuf->no ,pxmitpriv->free_xmitbuf_cnt); -+ #endif -+ _exit_critical(&pfree_xmitbuf_queue->lock, &irqL); -+ } -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+void rtw_init_xmitframe(struct xmit_frame *pxframe) -+{ -+ if (pxframe != NULL)//default value setting -+ { -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ _rtw_memset(&pxframe->attrib, 0, sizeof(struct pkt_attrib)); -+ //pxframe->attrib.psta = NULL; -+ -+ pxframe->frame_tag = DATA_FRAMETAG; -+ -+#ifdef CONFIG_USB_HCI -+ pxframe->pkt = NULL; -+#ifdef USB_PACKET_OFFSET_SZ -+ pxframe->pkt_offset = (PACKET_OFFSET_SZ/8); -+#else -+ pxframe->pkt_offset = 1;//default use pkt_offset to fill tx desc -+#endif -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ pxframe->agg_num = 1; -+#endif -+ -+#endif //#ifdef CONFIG_USB_HCI -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pxframe->pg_num = 1; -+ pxframe->agg_num = 1; -+#endif -+ -+#ifdef CONFIG_XMIT_ACK -+ pxframe->ack_report = 0; -+#endif -+ -+ } -+} -+ -+/* -+Calling context: -+1. OS_TXENTRY -+2. RXENTRY (rx_thread or RX_ISR/RX_CallBack) -+ -+If we turn on USE_RXTHREAD, then, no need for critical section. -+Otherwise, we must use _enter/_exit critical to protect free_xmit_queue... -+ -+Must be very very cautious... -+ -+*/ -+struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv)//(_queue *pfree_xmit_queue) -+{ -+ /* -+ Please remember to use all the osdep_service api, -+ and lock/unlock or _enter/_exit critical to protect -+ pfree_xmit_queue -+ */ -+ -+ _irqL irqL; -+ struct xmit_frame *pxframe = NULL; -+ _list *plist, *phead; -+ _queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&pfree_xmit_queue->lock, &irqL); -+ -+ if (_rtw_queue_empty(pfree_xmit_queue) == _TRUE) { -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_alloc_xmitframe:%d\n", pxmitpriv->free_xmitframe_cnt)); -+ pxframe = NULL; -+ } else { -+ phead = get_list_head(pfree_xmit_queue); -+ -+ plist = get_next(phead); -+ -+ pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ rtw_list_delete(&(pxframe->list)); -+ pxmitpriv->free_xmitframe_cnt--; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_alloc_xmitframe():free_xmitframe_cnt=%d\n", pxmitpriv->free_xmitframe_cnt)); -+ } -+ -+ _exit_critical_bh(&pfree_xmit_queue->lock, &irqL); -+ -+ rtw_init_xmitframe(pxframe); -+ -+_func_exit_; -+ -+ return pxframe; -+} -+ -+struct xmit_frame *rtw_alloc_xmitframe_ext(struct xmit_priv *pxmitpriv) -+{ -+ _irqL irqL; -+ struct xmit_frame *pxframe = NULL; -+ _list *plist, *phead; -+ _queue *queue = &pxmitpriv->free_xframe_ext_queue; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ -+ if (_rtw_queue_empty(queue) == _TRUE) { -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_alloc_xmitframe_ext:%d\n", pxmitpriv->free_xframe_ext_cnt)); -+ pxframe = NULL; -+ } else { -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ pxframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ rtw_list_delete(&(pxframe->list)); -+ pxmitpriv->free_xframe_ext_cnt--; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("rtw_alloc_xmitframe_ext():free_xmitframe_cnt=%d\n", pxmitpriv->free_xframe_ext_cnt)); -+ } -+ -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+ rtw_init_xmitframe(pxframe); -+ -+_func_exit_; -+ -+ return pxframe; -+} -+ -+struct xmit_frame *rtw_alloc_xmitframe_once(struct xmit_priv *pxmitpriv) -+{ -+ struct xmit_frame *pxframe = NULL; -+ u8 *alloc_addr; -+ -+ alloc_addr = rtw_zmalloc(sizeof(struct xmit_frame) + 4); -+ -+ if (alloc_addr == NULL) -+ goto exit; -+ -+ pxframe = (struct xmit_frame *)N_BYTE_ALIGMENT((SIZE_PTR)(alloc_addr), 4); -+ pxframe->alloc_addr = alloc_addr; -+ -+ pxframe->padapter = pxmitpriv->adapter; -+ pxframe->frame_tag = NULL_FRAMETAG; -+ -+ pxframe->pkt = NULL; -+ -+ pxframe->buf_addr = NULL; -+ pxframe->pxmitbuf = NULL; -+ -+ rtw_init_xmitframe(pxframe); -+ -+ DBG_871X("################## %s ##################\n", __func__); -+ -+exit: -+ return pxframe; -+} -+ -+s32 rtw_free_xmitframe(struct xmit_priv *pxmitpriv, struct xmit_frame *pxmitframe) -+{ -+ _irqL irqL; -+ _queue *queue = NULL; -+ _adapter *padapter = pxmitpriv->adapter; -+ _pkt *pndis_pkt = NULL; -+ -+_func_enter_; -+ -+ if (pxmitframe == NULL) { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, ("======rtw_free_xmitframe():pxmitframe==NULL!!!!!!!!!!\n")); -+ goto exit; -+ } -+ -+ if (pxmitframe->pkt){ -+ pndis_pkt = pxmitframe->pkt; -+ pxmitframe->pkt = NULL; -+ } -+ -+ if (pxmitframe->alloc_addr) { -+ DBG_871X("################## %s with alloc_addr ##################\n", __func__); -+ rtw_mfree(pxmitframe->alloc_addr, sizeof(struct xmit_frame) + 4); -+ goto check_pkt_complete; -+ } -+ -+ if (pxmitframe->ext_tag == 0) -+ queue = &pxmitpriv->free_xmit_queue; -+ else if(pxmitframe->ext_tag == 1) -+ queue = &pxmitpriv->free_xframe_ext_queue; -+ else -+ rtw_warn_on(1); -+ -+ _enter_critical_bh(&queue->lock, &irqL); -+ -+ rtw_list_delete(&pxmitframe->list); -+ rtw_list_insert_tail(&pxmitframe->list, get_list_head(queue)); -+ if (pxmitframe->ext_tag == 0) { -+ pxmitpriv->free_xmitframe_cnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_debug_, ("rtw_free_xmitframe():free_xmitframe_cnt=%d\n", pxmitpriv->free_xmitframe_cnt)); -+ } else if(pxmitframe->ext_tag == 1) { -+ pxmitpriv->free_xframe_ext_cnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_debug_, ("rtw_free_xmitframe():free_xframe_ext_cnt=%d\n", pxmitpriv->free_xframe_ext_cnt)); -+ } else { -+ } -+ -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+check_pkt_complete: -+ -+ if(pndis_pkt) -+ rtw_os_pkt_complete(padapter, pndis_pkt); -+ -+exit: -+ -+_func_exit_; -+ -+ return _SUCCESS; -+} -+ -+void rtw_free_xmitframe_queue(struct xmit_priv *pxmitpriv, _queue *pframequeue) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ struct xmit_frame *pxmitframe; -+ -+_func_enter_; -+ -+ _enter_critical_bh(&(pframequeue->lock), &irqL); -+ -+ phead = get_list_head(pframequeue); -+ plist = get_next(phead); -+ -+ while (rtw_end_of_queue_search(phead, plist) == _FALSE) -+ { -+ -+ pxmitframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ plist = get_next(plist); -+ -+ rtw_free_xmitframe(pxmitpriv,pxmitframe); -+ -+ } -+ _exit_critical_bh(&(pframequeue->lock), &irqL); -+ -+_func_exit_; -+} -+ -+s32 rtw_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue); -+ if (rtw_xmit_classifier(padapter, pxmitframe) == _FAIL) -+ { -+ RT_TRACE(_module_rtl871x_xmit_c_, _drv_err_, -+ ("rtw_xmitframe_enqueue: drop xmit pkt for classifier fail\n")); -+// pxmitframe->pkt = NULL; -+ return _FAIL; -+ } -+ -+ return _SUCCESS; -+} -+ -+static struct xmit_frame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq *ptxservq, _queue *pframe_queue) -+{ -+ _list *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe=NULL; -+ -+ xmitframe_phead = get_list_head(pframe_queue); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while ((rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist)) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ /* xmitframe_plist = get_next(xmitframe_plist); */ -+ -+/*#ifdef RTK_DMP_PLATFORM -+#ifdef CONFIG_USB_TX_AGGREGATION -+ if((ptxservq->qcnt>0) && (ptxservq->qcnt<=2)) -+ { -+ pxmitframe = NULL; -+ -+ tasklet_schedule(&pxmitpriv->xmit_tasklet); -+ -+ break; -+ } -+#endif -+#endif*/ -+ rtw_list_delete(&pxmitframe->list); -+ -+ ptxservq->qcnt--; -+ -+ //rtw_list_insert_tail(&pxmitframe->list, &phwxmit->pending); -+ -+ //ptxservq->qcnt--; -+ -+ break; -+ -+ //pxmitframe = NULL; -+ -+ } -+ -+ return pxmitframe; -+} -+ -+struct xmit_frame* rtw_dequeue_xframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, sint entry) -+{ -+ _irqL irqL0; -+ _list *sta_plist, *sta_phead; -+ struct hw_xmit *phwxmit; -+ struct tx_servq *ptxservq = NULL; -+ _queue *pframe_queue = NULL; -+ struct xmit_frame *pxmitframe = NULL; -+ _adapter *padapter = pxmitpriv->adapter; -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ int i, inx[4]; -+#ifdef CONFIG_USB_HCI -+// int j, tmp, acirp_cnt[4]; -+#endif -+ -+_func_enter_; -+ -+ inx[0] = 0; inx[1] = 1; inx[2] = 2; inx[3] = 3; -+ -+ if(pregpriv->wifi_spec==1) -+ { -+ int j, tmp, acirp_cnt[4]; -+#if 0 -+ if(flagswmm_para_seq[j]; -+#endif -+ } -+ -+ _enter_critical_bh(&pxmitpriv->lock, &irqL0); -+ -+ for(i = 0; i < entry; i++) -+ { -+ phwxmit = phwxmit_i + inx[i]; -+ -+ //_enter_critical_ex(&phwxmit->sta_queue->lock, &irqL0); -+ -+ sta_phead = get_list_head(phwxmit->sta_queue); -+ sta_plist = get_next(sta_phead); -+ -+ while ((rtw_end_of_queue_search(sta_phead, sta_plist)) == _FALSE) -+ { -+ -+ ptxservq= LIST_CONTAINOR(sta_plist, struct tx_servq, tx_pending); -+ -+ pframe_queue = &ptxservq->sta_pending; -+ -+ pxmitframe = dequeue_one_xmitframe(pxmitpriv, phwxmit, ptxservq, pframe_queue); -+ -+ if(pxmitframe) -+ { -+ phwxmit->accnt--; -+ -+ //Remove sta node when there is no pending packets. -+ if(_rtw_queue_empty(pframe_queue)) //must be done after get_next and before break -+ rtw_list_delete(&ptxservq->tx_pending); -+ -+ //_exit_critical_ex(&phwxmit->sta_queue->lock, &irqL0); -+ -+ goto exit; -+ } -+ -+ sta_plist = get_next(sta_plist); -+ -+ } -+ -+ //_exit_critical_ex(&phwxmit->sta_queue->lock, &irqL0); -+ -+ } -+ -+exit: -+ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL0); -+ -+_func_exit_; -+ -+ return pxmitframe; -+} -+ -+#if 1 -+struct tx_servq *rtw_get_sta_pending(_adapter *padapter, struct sta_info *psta, sint up, u8 *ac) -+{ -+ struct tx_servq *ptxservq=NULL; -+ -+_func_enter_; -+ -+ switch (up) -+ { -+ case 1: -+ case 2: -+ ptxservq = &(psta->sta_xmitpriv.bk_q); -+ *(ac) = 3; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : BK \n")); -+ break; -+ -+ case 4: -+ case 5: -+ ptxservq = &(psta->sta_xmitpriv.vi_q); -+ *(ac) = 1; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : VI\n")); -+ break; -+ -+ case 6: -+ case 7: -+ ptxservq = &(psta->sta_xmitpriv.vo_q); -+ *(ac) = 0; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : VO \n")); -+ break; -+ -+ case 0: -+ case 3: -+ default: -+ ptxservq = &(psta->sta_xmitpriv.be_q); -+ *(ac) = 2; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : BE \n")); -+ break; -+ -+ } -+ -+_func_exit_; -+ -+ return ptxservq; -+} -+#else -+__inline static struct tx_servq *rtw_get_sta_pending -+ (_adapter *padapter, _queue **ppstapending, struct sta_info *psta, sint up) -+{ -+ struct tx_servq *ptxservq; -+ struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; -+ -+_func_enter_; -+ -+#ifdef CONFIG_RTL8711 -+ -+ if(IS_MCAST(psta->hwaddr)) -+ { -+ ptxservq = &(psta->sta_xmitpriv.be_q); // we will use be_q to queue bc/mc frames in BCMC_stainfo -+ *ppstapending = &padapter->xmitpriv.bm_pending; -+ } -+ else -+#endif -+ { -+ switch (up) -+ { -+ case 1: -+ case 2: -+ ptxservq = &(psta->sta_xmitpriv.bk_q); -+ *ppstapending = &padapter->xmitpriv.bk_pending; -+ (phwxmits+3)->accnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : BK \n")); -+ break; -+ -+ case 4: -+ case 5: -+ ptxservq = &(psta->sta_xmitpriv.vi_q); -+ *ppstapending = &padapter->xmitpriv.vi_pending; -+ (phwxmits+1)->accnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : VI\n")); -+ break; -+ -+ case 6: -+ case 7: -+ ptxservq = &(psta->sta_xmitpriv.vo_q); -+ *ppstapending = &padapter->xmitpriv.vo_pending; -+ (phwxmits+0)->accnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : VO \n")); -+ break; -+ -+ case 0: -+ case 3: -+ default: -+ ptxservq = &(psta->sta_xmitpriv.be_q); -+ *ppstapending = &padapter->xmitpriv.be_pending; -+ (phwxmits+2)->accnt++; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_get_sta_pending : BE \n")); -+ break; -+ -+ } -+ -+ } -+ -+_func_exit_; -+ -+ return ptxservq; -+} -+#endif -+ -+/* -+ * Will enqueue pxmitframe to the proper queue, -+ * and indicate it to xx_pending list..... -+ */ -+s32 rtw_xmit_classifier(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ //_irqL irqL0; -+ u8 ac_index; -+ struct sta_info *psta; -+ struct tx_servq *ptxservq; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; -+ sint res = _SUCCESS; -+ -+_func_enter_; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class); -+ -+/* -+ if (pattrib->psta) { -+ psta = pattrib->psta; -+ } else { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta = rtw_get_stainfo(pstapriv, pattrib->ra); -+ } -+*/ -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if(pattrib->psta != psta) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class_err_sta); -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return _FAIL; -+ } -+ -+ if (psta == NULL) { -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class_err_nosta); -+ res = _FAIL; -+ DBG_8192C("rtw_xmit_classifier: psta == NULL\n"); -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("rtw_xmit_classifier: psta == NULL\n")); -+ goto exit; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_enqueue_class_err_fwlink); -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FAIL; -+ } -+ -+ ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); -+ -+ //_enter_critical(&pstapending->lock, &irqL0); -+ -+ if (rtw_is_list_empty(&ptxservq->tx_pending)) { -+ rtw_list_insert_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); -+ } -+ -+ //_enter_critical(&ptxservq->sta_pending.lock, &irqL1); -+ -+ rtw_list_insert_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); -+ ptxservq->qcnt++; -+ phwxmits[ac_index].accnt++; -+ -+ //_exit_critical(&ptxservq->sta_pending.lock, &irqL1); -+ -+ //_exit_critical(&pstapending->lock, &irqL0); -+ -+exit: -+ -+_func_exit_; -+ -+ return res; -+} -+ -+void rtw_alloc_hwxmits(_adapter *padapter) -+{ -+ struct hw_xmit *hwxmits; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ pxmitpriv->hwxmit_entry = HWXMIT_ENTRY; -+ -+ pxmitpriv->hwxmits = NULL; -+ -+ pxmitpriv->hwxmits = (struct hw_xmit *)rtw_zmalloc(sizeof (struct hw_xmit) * pxmitpriv->hwxmit_entry); -+ -+ if(pxmitpriv->hwxmits == NULL) -+ { -+ DBG_871X("alloc hwxmits fail!...\n"); -+ return; -+ } -+ -+ hwxmits = pxmitpriv->hwxmits; -+ -+ if(pxmitpriv->hwxmit_entry == 5) -+ { -+ //pxmitpriv->bmc_txqueue.head = 0; -+ //hwxmits[0] .phwtxqueue = &pxmitpriv->bmc_txqueue; -+ hwxmits[0] .sta_queue = &pxmitpriv->bm_pending; -+ -+ //pxmitpriv->vo_txqueue.head = 0; -+ //hwxmits[1] .phwtxqueue = &pxmitpriv->vo_txqueue; -+ hwxmits[1] .sta_queue = &pxmitpriv->vo_pending; -+ -+ //pxmitpriv->vi_txqueue.head = 0; -+ //hwxmits[2] .phwtxqueue = &pxmitpriv->vi_txqueue; -+ hwxmits[2] .sta_queue = &pxmitpriv->vi_pending; -+ -+ //pxmitpriv->bk_txqueue.head = 0; -+ //hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; -+ hwxmits[3] .sta_queue = &pxmitpriv->bk_pending; -+ -+ //pxmitpriv->be_txqueue.head = 0; -+ //hwxmits[4] .phwtxqueue = &pxmitpriv->be_txqueue; -+ hwxmits[4] .sta_queue = &pxmitpriv->be_pending; -+ -+ } -+ else if(pxmitpriv->hwxmit_entry == 4) -+ { -+ -+ //pxmitpriv->vo_txqueue.head = 0; -+ //hwxmits[0] .phwtxqueue = &pxmitpriv->vo_txqueue; -+ hwxmits[0] .sta_queue = &pxmitpriv->vo_pending; -+ -+ //pxmitpriv->vi_txqueue.head = 0; -+ //hwxmits[1] .phwtxqueue = &pxmitpriv->vi_txqueue; -+ hwxmits[1] .sta_queue = &pxmitpriv->vi_pending; -+ -+ //pxmitpriv->be_txqueue.head = 0; -+ //hwxmits[2] .phwtxqueue = &pxmitpriv->be_txqueue; -+ hwxmits[2] .sta_queue = &pxmitpriv->be_pending; -+ -+ //pxmitpriv->bk_txqueue.head = 0; -+ //hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; -+ hwxmits[3] .sta_queue = &pxmitpriv->bk_pending; -+ } -+ else -+ { -+ -+ -+ } -+ -+ -+} -+ -+void rtw_free_hwxmits(_adapter *padapter) -+{ -+ struct hw_xmit *hwxmits; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ hwxmits = pxmitpriv->hwxmits; -+ if(hwxmits) -+ rtw_mfree((u8 *)hwxmits, (sizeof (struct hw_xmit) * pxmitpriv->hwxmit_entry)); -+} -+ -+void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry) -+{ -+ sint i; -+_func_enter_; -+ for(i = 0; i < entry; i++, phwxmit++) -+ { -+ //_rtw_spinlock_init(&phwxmit->xmit_lock); -+ //_rtw_init_listhead(&phwxmit->pending); -+ //phwxmit->txcmdcnt = 0; -+ phwxmit->accnt = 0; -+ } -+_func_exit_; -+} -+ -+#ifdef CONFIG_BR_EXT -+int rtw_br_client_tx(_adapter *padapter, struct sk_buff **pskb) -+{ -+ struct sk_buff *skb = *pskb; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ _irqL irqL; -+ //if(check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_ADHOC_STATE) == _TRUE) -+ { -+ void dhcp_flag_bcast(_adapter *priv, struct sk_buff *skb); -+ int res, is_vlan_tag=0, i, do_nat25=1; -+ unsigned short vlan_hdr=0; -+ void *br_port = NULL; -+ -+ //mac_clone_handle_frame(priv, skb); -+ -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ br_port = padapter->pnetdev->br_port; -+#else // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ rcu_read_lock(); -+ br_port = rcu_dereference(padapter->pnetdev->rx_handler_data); -+ rcu_read_unlock(); -+#endif // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ _enter_critical_bh(&padapter->br_ext_lock, &irqL); -+ if ( !(skb->data[0] & 1) && -+ br_port && -+ memcmp(skb->data+MACADDRLEN, padapter->br_mac, MACADDRLEN) && -+ *((unsigned short *)(skb->data+MACADDRLEN*2)) != __constant_htons(ETH_P_8021Q) && -+ *((unsigned short *)(skb->data+MACADDRLEN*2)) == __constant_htons(ETH_P_IP) && -+ !memcmp(padapter->scdb_mac, skb->data+MACADDRLEN, MACADDRLEN) && padapter->scdb_entry) { -+ memcpy(skb->data+MACADDRLEN, GET_MY_HWADDR(padapter), MACADDRLEN); -+ padapter->scdb_entry->ageing_timer = jiffies; -+ _exit_critical_bh(&padapter->br_ext_lock, &irqL); -+ } -+ else -+ //if (!priv->pmib->ethBrExtInfo.nat25_disable) -+ { -+// if (priv->dev->br_port && -+// !memcmp(skb->data+MACADDRLEN, priv->br_mac, MACADDRLEN)) { -+#if 1 -+ if (*((unsigned short *)(skb->data+MACADDRLEN*2)) == __constant_htons(ETH_P_8021Q)) { -+ is_vlan_tag = 1; -+ vlan_hdr = *((unsigned short *)(skb->data+MACADDRLEN*2+2)); -+ for (i=0; i<6; i++) -+ *((unsigned short *)(skb->data+MACADDRLEN*2+2-i*2)) = *((unsigned short *)(skb->data+MACADDRLEN*2-2-i*2)); -+ skb_pull(skb, 4); -+ } -+ //if SA == br_mac && skb== IP => copy SIP to br_ip ?? why -+ if (!memcmp(skb->data+MACADDRLEN, padapter->br_mac, MACADDRLEN) && -+ (*((unsigned short *)(skb->data+MACADDRLEN*2)) == __constant_htons(ETH_P_IP))) -+ memcpy(padapter->br_ip, skb->data+WLAN_ETHHDR_LEN+12, 4); -+ -+ if (*((unsigned short *)(skb->data+MACADDRLEN*2)) == __constant_htons(ETH_P_IP)) { -+ if (memcmp(padapter->scdb_mac, skb->data+MACADDRLEN, MACADDRLEN)) { -+ void *scdb_findEntry(_adapter *priv, unsigned char *macAddr, unsigned char *ipAddr); -+ -+ if ((padapter->scdb_entry = (struct nat25_network_db_entry *)scdb_findEntry(padapter, -+ skb->data+MACADDRLEN, skb->data+WLAN_ETHHDR_LEN+12)) != NULL) { -+ memcpy(padapter->scdb_mac, skb->data+MACADDRLEN, MACADDRLEN); -+ memcpy(padapter->scdb_ip, skb->data+WLAN_ETHHDR_LEN+12, 4); -+ padapter->scdb_entry->ageing_timer = jiffies; -+ do_nat25 = 0; -+ } -+ } -+ else { -+ if (padapter->scdb_entry) { -+ padapter->scdb_entry->ageing_timer = jiffies; -+ do_nat25 = 0; -+ } -+ else { -+ memset(padapter->scdb_mac, 0, MACADDRLEN); -+ memset(padapter->scdb_ip, 0, 4); -+ } -+ } -+ } -+ _exit_critical_bh(&padapter->br_ext_lock, &irqL); -+#endif // 1 -+ if (do_nat25) -+ { -+ int nat25_db_handle(_adapter *priv, struct sk_buff *skb, int method); -+ if (nat25_db_handle(padapter, skb, NAT25_CHECK) == 0) { -+ struct sk_buff *newskb; -+ -+ if (is_vlan_tag) { -+ skb_push(skb, 4); -+ for (i=0; i<6; i++) -+ *((unsigned short *)(skb->data+i*2)) = *((unsigned short *)(skb->data+4+i*2)); -+ *((unsigned short *)(skb->data+MACADDRLEN*2)) = __constant_htons(ETH_P_8021Q); -+ *((unsigned short *)(skb->data+MACADDRLEN*2+2)) = vlan_hdr; -+ } -+ -+ newskb = rtw_skb_copy(skb); -+ if (newskb == NULL) { -+ //priv->ext_stats.tx_drops++; -+ DEBUG_ERR("TX DROP: rtw_skb_copy fail!\n"); -+ //goto stop_proc; -+ return -1; -+ } -+ rtw_skb_free(skb); -+ -+ *pskb = skb = newskb; -+ if (is_vlan_tag) { -+ vlan_hdr = *((unsigned short *)(skb->data+MACADDRLEN*2+2)); -+ for (i=0; i<6; i++) -+ *((unsigned short *)(skb->data+MACADDRLEN*2+2-i*2)) = *((unsigned short *)(skb->data+MACADDRLEN*2-2-i*2)); -+ skb_pull(skb, 4); -+ } -+ } -+ -+ if (skb_is_nonlinear(skb)) -+ DEBUG_ERR("%s(): skb_is_nonlinear!!\n", __FUNCTION__); -+ -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18)) -+ res = skb_linearize(skb, GFP_ATOMIC); -+#else // (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18)) -+ res = skb_linearize(skb); -+#endif // (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18)) -+ if (res < 0) { -+ DEBUG_ERR("TX DROP: skb_linearize fail!\n"); -+ //goto free_and_stop; -+ return -1; -+ } -+ -+ res = nat25_db_handle(padapter, skb, NAT25_INSERT); -+ if (res < 0) { -+ if (res == -2) { -+ //priv->ext_stats.tx_drops++; -+ DEBUG_ERR("TX DROP: nat25_db_handle fail!\n"); -+ //goto free_and_stop; -+ return -1; -+ -+ } -+ // we just print warning message and let it go -+ //DEBUG_WARN("%s()-%d: nat25_db_handle INSERT Warning!\n", __FUNCTION__, __LINE__); -+ //return -1; // return -1 will cause system crash on 2011/08/30! -+ return 0; -+ } -+ } -+ -+ memcpy(skb->data+MACADDRLEN, GET_MY_HWADDR(padapter), MACADDRLEN); -+ -+ dhcp_flag_bcast(padapter, skb); -+ -+ if (is_vlan_tag) { -+ skb_push(skb, 4); -+ for (i=0; i<6; i++) -+ *((unsigned short *)(skb->data+i*2)) = *((unsigned short *)(skb->data+4+i*2)); -+ *((unsigned short *)(skb->data+MACADDRLEN*2)) = __constant_htons(ETH_P_8021Q); -+ *((unsigned short *)(skb->data+MACADDRLEN*2+2)) = vlan_hdr; -+ } -+ } -+#if 0 -+ else{ -+ if (*((unsigned short *)(skb->data+MACADDRLEN*2)) == __constant_htons(ETH_P_8021Q)) { -+ is_vlan_tag = 1; -+ } -+ -+ if(is_vlan_tag){ -+ if(ICMPV6_MCAST_MAC(skb->data) && ICMPV6_PROTO1A_VALN(skb->data)){ -+ memcpy(skb->data+MACADDRLEN, GET_MY_HWADDR(padapter), MACADDRLEN); -+ } -+ }else -+ { -+ if(ICMPV6_MCAST_MAC(skb->data) && ICMPV6_PROTO1A(skb->data)){ -+ memcpy(skb->data+MACADDRLEN, GET_MY_HWADDR(padapter), MACADDRLEN); -+ } -+ } -+ } -+#endif // 0 -+ -+ // check if SA is equal to our MAC -+ if (memcmp(skb->data+MACADDRLEN, GET_MY_HWADDR(padapter), MACADDRLEN)) { -+ //priv->ext_stats.tx_drops++; -+ DEBUG_ERR("TX DROP: untransformed frame SA:%02X%02X%02X%02X%02X%02X!\n", -+ skb->data[6],skb->data[7],skb->data[8],skb->data[9],skb->data[10],skb->data[11]); -+ //goto free_and_stop; -+ return -1; -+ } -+ } -+ return 0; -+} -+#endif // CONFIG_BR_EXT -+ -+u32 rtw_get_ff_hwaddr(struct xmit_frame *pxmitframe) -+{ -+ u32 addr; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+ switch(pattrib->qsel) -+ { -+ case 0: -+ case 3: -+ addr = BE_QUEUE_INX; -+ break; -+ case 1: -+ case 2: -+ addr = BK_QUEUE_INX; -+ break; -+ case 4: -+ case 5: -+ addr = VI_QUEUE_INX; -+ break; -+ case 6: -+ case 7: -+ addr = VO_QUEUE_INX; -+ break; -+ case 0x10: -+ addr = BCN_QUEUE_INX; -+ break; -+ case 0x11://BC/MC in PS (HIQ) -+ addr = HIGH_QUEUE_INX; -+ break; -+ case 0x12: -+ default: -+ addr = MGT_QUEUE_INX; -+ break; -+ -+ } -+ -+ return addr; -+ -+} -+ -+static void do_queue_select(_adapter *padapter, struct pkt_attrib *pattrib) -+{ -+ u8 qsel; -+ -+ qsel = pattrib->priority; -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("### do_queue_select priority=%d ,qsel = %d\n",pattrib->priority ,qsel)); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+// if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE) -+// qsel = 7;// -+#endif -+ -+ pattrib->qsel = qsel; -+} -+ -+/* -+ * The main transmit(tx) entry -+ * -+ * Return -+ * 1 enqueue -+ * 0 success, hardware will handle this xmit frame(packet) -+ * <0 fail -+ */ -+s32 rtw_xmit(_adapter *padapter, _pkt **ppkt) -+{ -+ static u32 start = 0; -+ static u32 drop_cnt = 0; -+#ifdef CONFIG_AP_MODE -+ _irqL irqL0; -+#endif -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct xmit_frame *pxmitframe = NULL; -+#ifdef CONFIG_BR_EXT -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ void *br_port = NULL; -+#endif // CONFIG_BR_EXT -+ -+ s32 res; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx); -+ -+ if (start == 0) -+ start = rtw_get_current_time(); -+ -+ pxmitframe = rtw_alloc_xmitframe(pxmitpriv); -+ -+ if (rtw_get_passing_time_ms(start) > 2000) { -+ if (drop_cnt) -+ DBG_871X("DBG_TX_DROP_FRAME %s no more pxmitframe, drop_cnt:%u\n", __FUNCTION__, drop_cnt); -+ start = rtw_get_current_time(); -+ drop_cnt = 0; -+ } -+ -+ if (pxmitframe == NULL) { -+ drop_cnt ++; -+ RT_TRACE(_module_xmit_osdep_c_, _drv_err_, ("rtw_xmit: no more pxmitframe\n")); -+ DBG_COUNTER(padapter->tx_logs.core_tx_err_pxmitframe); -+ return -1; -+ } -+ -+#ifdef CONFIG_BR_EXT -+ -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ br_port = padapter->pnetdev->br_port; -+#else // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ rcu_read_lock(); -+ br_port = rcu_dereference(padapter->pnetdev->rx_handler_data); -+ rcu_read_unlock(); -+#endif // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ -+ if( br_port && check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_ADHOC_STATE) == _TRUE) -+ { -+ res = rtw_br_client_tx(padapter, ppkt); -+ if (res == -1) -+ { -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ DBG_COUNTER(padapter->tx_logs.core_tx_err_brtx); -+ return -1; -+ } -+ } -+ -+#endif // CONFIG_BR_EXT -+ -+ res = update_attrib(padapter, *ppkt, &pxmitframe->attrib); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(pxmitframe->attrib.ether_type != 0x88B4) -+ { -+ if(rtw_wapi_drop_for_key_absent(padapter, pxmitframe->attrib.ra)) -+ { -+ WAPI_TRACE(WAPI_RX,"drop for key absend when tx \n"); -+ res = _FAIL; -+ } -+ } -+#endif -+ if (res == _FAIL) { -+ RT_TRACE(_module_xmit_osdep_c_, _drv_err_, ("rtw_xmit: update attrib fail\n")); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s update attrib fail\n", __FUNCTION__); -+ #endif -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ return -1; -+ } -+ pxmitframe->pkt = *ppkt; -+ -+ rtw_led_control(padapter, LED_CTL_TX); -+ -+ do_queue_select(padapter, &pxmitframe->attrib); -+ -+#ifdef CONFIG_AP_MODE -+ _enter_critical_bh(&pxmitpriv->lock, &irqL0); -+ if(xmitframe_enqueue_for_sleeping_sta(padapter, pxmitframe) == _TRUE) -+ { -+ _exit_critical_bh(&pxmitpriv->lock, &irqL0); -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue); -+ return 1; -+ } -+ _exit_critical_bh(&pxmitpriv->lock, &irqL0); -+#endif -+ -+ //pre_xmitframe -+ if (rtw_hal_xmit(padapter, pxmitframe) == _FALSE) -+ return 1; -+ -+ return 0; -+} -+ -+#ifdef CONFIG_TDLS -+sint xmitframe_enqueue_for_tdls_sleeping_sta(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ sint ret=_FALSE; -+ -+ _irqL irqL; -+ struct sta_info *ptdls_sta=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ int i; -+ -+ ptdls_sta=rtw_get_stainfo(pstapriv, pattrib->dst); -+ if(ptdls_sta==NULL){ -+ return ret; -+ }else if(ptdls_sta->tdls_sta_state&TDLS_LINKED_STATE){ -+ -+ if(pattrib->triggered==1) -+ { -+ ret = _TRUE; -+ return ret; -+ } -+ -+ _enter_critical_bh(&ptdls_sta->sleep_q.lock, &irqL); -+ -+ if(ptdls_sta->state&WIFI_SLEEP_STATE) -+ { -+ rtw_list_delete(&pxmitframe->list); -+ -+ //_enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ rtw_list_insert_tail(&pxmitframe->list, get_list_head(&ptdls_sta->sleep_q)); -+ -+ ptdls_sta->sleepq_len++; -+ ptdls_sta->sleepq_ac_len++; -+ -+ //indicate 4-AC queue bit in TDLS peer traffic indication -+ switch(pattrib->priority) -+ { -+ case 1: -+ case 2: -+ ptdls_sta->uapsd_bk |= BIT(1); -+ break; -+ case 4: -+ case 5: -+ ptdls_sta->uapsd_vi |= BIT(1); -+ break; -+ case 6: -+ case 7: -+ ptdls_sta->uapsd_vo |= BIT(1); -+ break; -+ case 0: -+ case 3: -+ default: -+ ptdls_sta->uapsd_be |= BIT(1); -+ break; -+ } -+ -+ /* Transmit TDLS PTI via AP */ -+ if(ptdls_sta->sleepq_len==1) -+ rtw_tdls_cmd(padapter, ptdls_sta->hwaddr, TDLS_ISSUE_PTI); -+ -+ ret = _TRUE; -+ } -+ -+ _exit_critical_bh(&ptdls_sta->sleep_q.lock, &irqL); -+ } -+ -+ return ret; -+ -+} -+#endif //CONFIG_TDLS -+ -+#define RTW_HIQ_FILTER_ALLOW_ALL 0 -+#define RTW_HIQ_FILTER_ALLOW_SPECIAL 1 -+#define RTW_HIQ_FILTER_DENY_ALL 2 -+ -+inline bool xmitframe_hiq_filter(struct xmit_frame *xmitframe) -+{ -+ bool allow = _FALSE; -+ _adapter *adapter = xmitframe->padapter; -+ struct registry_priv *registry = &adapter->registrypriv; -+ -+if (rtw_get_intf_type(adapter) != RTW_PCIE) { -+ -+ if (adapter->registrypriv.wifi_spec == 1) { -+ allow = _TRUE; -+ } else if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_SPECIAL) { -+ -+ struct pkt_attrib *attrib = &xmitframe->attrib; -+ -+ if (attrib->ether_type == 0x0806 -+ || attrib->ether_type == 0x888e -+ #ifdef CONFIG_WAPI_SUPPORT -+ || attrib->ether_type == 0x88B4 -+ #endif -+ || attrib->dhcp_pkt -+ ) { -+ if (0) -+ DBG_871X(FUNC_ADPT_FMT" ether_type:0x%04x%s\n", FUNC_ADPT_ARG(xmitframe->padapter) -+ , attrib->ether_type, attrib->dhcp_pkt?" DHCP":""); -+ allow = _TRUE; -+ } -+ } -+ else if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_ALL) { -+ allow = _TRUE; -+ } -+ else if (registry->hiq_filter == RTW_HIQ_FILTER_DENY_ALL) { -+ } -+ else { -+ rtw_warn_on(1); -+ } -+} -+ return allow; -+} -+ -+#if defined(CONFIG_AP_MODE) || defined(CONFIG_TDLS) -+ -+sint xmitframe_enqueue_for_sleeping_sta(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ _irqL irqL; -+ sint ret=_FALSE; -+ struct sta_info *psta=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ sint bmcst = IS_MCAST(pattrib->ra); -+ bool update_tim = _FALSE; -+#ifdef CONFIG_TDLS -+ -+ if( padapter->tdlsinfo.link_established == _TRUE ) -+ { -+ ret = xmitframe_enqueue_for_tdls_sleeping_sta(padapter, pxmitframe); -+ } -+#endif //CONFIG_TDLS -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _FALSE) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_fwstate); -+ return ret; -+ } -+/* -+ if(pattrib->psta) -+ { -+ psta = pattrib->psta; -+ } -+ else -+ { -+ DBG_871X("%s, call rtw_get_stainfo()\n", __func__); -+ psta=rtw_get_stainfo(pstapriv, pattrib->ra); -+ } -+*/ -+ psta = rtw_get_stainfo(&padapter->stapriv, pattrib->ra); -+ if(pattrib->psta != psta) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_sta); -+ DBG_871X("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pattrib->psta, psta); -+ return _FALSE; -+ } -+ -+ if(psta==NULL) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_nosta); -+ DBG_871X("%s, psta==NUL\n", __func__); -+ return _FALSE; -+ } -+ -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_link); -+ DBG_871X("%s, psta->state(0x%x) != _FW_LINKED\n", __func__, psta->state); -+ return _FALSE; -+ } -+ -+ if(pattrib->triggered==1) -+ { -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_warn_trigger); -+ //DBG_871X("directly xmit pspoll_triggered packet\n"); -+ -+ //pattrib->triggered=0; -+ if (bmcst && xmitframe_hiq_filter(pxmitframe) == _TRUE) -+ pattrib->qsel = QSLT_HIGH;//HIQ -+ -+ return ret; -+ } -+ -+ -+ if(bmcst) -+ { -+ _enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ if(pstapriv->sta_dz_bitmap)//if anyone sta is in ps mode -+ { -+ //pattrib->qsel = QSLT_HIGH;//HIQ -+ -+ rtw_list_delete(&pxmitframe->list); -+ -+ //_enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ rtw_list_insert_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); -+ -+ psta->sleepq_len++; -+ -+ if (!(pstapriv->tim_bitmap & BIT(0))) -+ update_tim = _TRUE; -+ -+ pstapriv->tim_bitmap |= BIT(0);// -+ pstapriv->sta_dz_bitmap |= BIT(0); -+ -+ //DBG_871X("enqueue, sq_len=%d, tim=%x\n", psta->sleepq_len, pstapriv->tim_bitmap); -+ if (padapter->registrypriv.wifi_spec == 1) { -+ /* -+ *if (update_tim == _TRUE) -+ * rtw_chk_hi_queue_cmd(padapter); -+ */ -+ } else { -+ -+ if (update_tim == _TRUE) { -+ if (is_broadcast_mac_addr(pattrib->ra)) -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "buffer BC"); -+ else -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "buffer MC"); -+ } else { -+ chk_bmc_sleepq_cmd(padapter); -+ } -+ } -+ -+ //_exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ ret = _TRUE; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_mcast); -+ -+ } -+ -+ _exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ return ret; -+ -+ } -+ -+ -+ _enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ if(psta->state&WIFI_SLEEP_STATE) -+ { -+ u8 wmmps_ac=0; -+ -+ if(pstapriv->sta_dz_bitmap&BIT(psta->aid)) -+ { -+ rtw_list_delete(&pxmitframe->list); -+ -+ //_enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ rtw_list_insert_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); -+ -+ psta->sleepq_len++; -+ -+ switch(pattrib->priority) -+ { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(0); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(0); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(0); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(0); -+ break; -+ } -+ -+ if(wmmps_ac) -+ psta->sleepq_ac_len++; -+ -+ if(((psta->has_legacy_ac) && (!wmmps_ac)) ||((!psta->has_legacy_ac)&&(wmmps_ac))) -+ { -+ if (!(pstapriv->tim_bitmap & BIT(psta->aid))) -+ update_tim = _TRUE; -+ -+ pstapriv->tim_bitmap |= BIT(psta->aid); -+ -+ //DBG_871X("enqueue, sq_len=%d, tim=%x\n", psta->sleepq_len, pstapriv->tim_bitmap); -+ -+ if(update_tim == _TRUE) -+ { -+ //DBG_871X("sleepq_len==1, update BCNTIM\n"); -+ //upate BCN for TIM IE -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "buffer UC"); -+ } -+ } -+ -+ //_exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ //if(psta->sleepq_len > (NR_XMITFRAME>>3)) -+ //{ -+ // wakeup_sta_to_xmit(padapter, psta); -+ //} -+ -+ ret = _TRUE; -+ -+ DBG_COUNTER(padapter->tx_logs.core_tx_ap_enqueue_ucast); -+ } -+ -+ } -+ -+ _exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ -+ return ret; -+ -+} -+ -+static void dequeue_xmitframes_to_sleeping_queue(_adapter *padapter, struct sta_info *psta, _queue *pframequeue) -+{ -+ sint ret; -+ _list *plist, *phead; -+ u8 ac_index; -+ struct tx_servq *ptxservq; -+ struct pkt_attrib *pattrib; -+ struct xmit_frame *pxmitframe; -+ struct hw_xmit *phwxmits = padapter->xmitpriv.hwxmits; -+ -+ phead = get_list_head(pframequeue); -+ plist = get_next(phead); -+ -+ while (rtw_end_of_queue_search(phead, plist) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(plist, struct xmit_frame, list); -+ -+ plist = get_next(plist); -+ -+ pattrib = &pxmitframe->attrib; -+ -+ pattrib->triggered = 0; -+ -+ ret = xmitframe_enqueue_for_sleeping_sta(padapter, pxmitframe); -+ -+ if(_TRUE == ret) -+ { -+ ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); -+ -+ ptxservq->qcnt--; -+ phwxmits[ac_index].accnt--; -+ } -+ else -+ { -+ //DBG_871X("xmitframe_enqueue_for_sleeping_sta return _FALSE\n"); -+ } -+ -+ } -+ -+} -+ -+void stop_sta_xmit(_adapter *padapter, struct sta_info *psta) -+{ -+ _irqL irqL0; -+ struct sta_info *psta_bmc; -+ struct sta_xmit_priv *pstaxmitpriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ pstaxmitpriv = &psta->sta_xmitpriv; -+ -+ //for BC/MC Frames -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ -+ -+ _enter_critical_bh(&pxmitpriv->lock, &irqL0); -+ -+ psta->state |= WIFI_SLEEP_STATE; -+ -+#ifdef CONFIG_TDLS -+ if( !(psta->tdls_sta_state & TDLS_LINKED_STATE) ) -+#endif //CONFIG_TDLS -+ pstapriv->sta_dz_bitmap |= BIT(psta->aid); -+ -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->vo_q.tx_pending)); -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->vi_q.tx_pending)); -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->be_q.tx_pending)); -+ -+ -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->bk_q.tx_pending)); -+ -+#ifdef CONFIG_TDLS -+ if (!(psta->tdls_sta_state & TDLS_LINKED_STATE) && (psta_bmc != NULL)) { -+#endif //CONFIG_TDLS -+ -+ -+ //for BC/MC Frames -+ pstaxmitpriv = &psta_bmc->sta_xmitpriv; -+ dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); -+ rtw_list_delete(&(pstaxmitpriv->be_q.tx_pending)); -+ -+ -+#ifdef CONFIG_TDLS -+ } -+#endif //CONFIG_TDLS -+ _exit_critical_bh(&pxmitpriv->lock, &irqL0); -+ -+ -+} -+ -+void wakeup_sta_to_xmit(_adapter *padapter, struct sta_info *psta) -+{ -+ _irqL irqL; -+ u8 update_mask=0, wmmps_ac=0; -+ struct sta_info *psta_bmc; -+ _list *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ psta_bmc = rtw_get_bcmc_stainfo(padapter); -+ -+ -+ //_enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ xmitframe_phead = get_list_head(&psta->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while ((rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist)) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ rtw_list_delete(&pxmitframe->list); -+ -+ switch(pxmitframe->attrib.priority) -+ { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(1); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(1); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(1); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(1); -+ break; -+ } -+ -+ psta->sleepq_len--; -+ if(psta->sleepq_len>0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ if(wmmps_ac) -+ { -+ psta->sleepq_ac_len--; -+ if(psta->sleepq_ac_len>0) -+ { -+ pxmitframe->attrib.mdata = 1; -+ pxmitframe->attrib.eosp = 0; -+ } -+ else -+ { -+ pxmitframe->attrib.mdata = 0; -+ pxmitframe->attrib.eosp = 1; -+ } -+ } -+ -+ pxmitframe->attrib.triggered = 1; -+ -+/* -+ _exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ if(rtw_hal_xmit(padapter, pxmitframe) == _TRUE) -+ { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ } -+ _enter_critical_bh(&psta->sleep_q.lock, &irqL); -+*/ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ -+ } -+ -+ if(psta->sleepq_len==0) -+ { -+#ifdef CONFIG_TDLS -+ if( psta->tdls_sta_state & TDLS_LINKED_STATE ) -+ { -+ if(psta->state&WIFI_SLEEP_STATE) -+ psta->state ^= WIFI_SLEEP_STATE; -+ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ return; -+ } -+#endif //CONFIG_TDLS -+ -+ if (pstapriv->tim_bitmap & BIT(psta->aid)) { -+ //DBG_871X("wakeup to xmit, qlen==0, update_BCNTIM, tim=%x\n", pstapriv->tim_bitmap); -+ //upate BCN for TIM IE -+ //update_BCNTIM(padapter); -+ update_mask = BIT(0); -+ } -+ -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ if(psta->state&WIFI_SLEEP_STATE) -+ psta->state ^= WIFI_SLEEP_STATE; -+ -+ if(psta->state & WIFI_STA_ALIVE_CHK_STATE) -+ { -+ DBG_871X("%s alive check\n", __func__); -+ psta->expire_to = pstapriv->expire_to; -+ psta->state ^= WIFI_STA_ALIVE_CHK_STATE; -+ } -+ -+ pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); -+ } -+ -+ //for BC/MC Frames -+ if(!psta_bmc) -+ goto _exit; -+ -+ if((pstapriv->sta_dz_bitmap&0xfffe) == 0x0)//no any sta in ps mode -+ { -+ xmitframe_phead = get_list_head(&psta_bmc->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while ((rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist)) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ rtw_list_delete(&pxmitframe->list); -+ -+ psta_bmc->sleepq_len--; -+ if(psta_bmc->sleepq_len>0) -+ pxmitframe->attrib.mdata = 1; -+ else -+ pxmitframe->attrib.mdata = 0; -+ -+ -+ pxmitframe->attrib.triggered = 1; -+/* -+ _exit_critical_bh(&psta_bmc->sleep_q.lock, &irqL); -+ if(rtw_hal_xmit(padapter, pxmitframe) == _TRUE) -+ { -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ } -+ _enter_critical_bh(&psta_bmc->sleep_q.lock, &irqL); -+ -+*/ -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ } -+ -+ if(psta_bmc->sleepq_len==0) -+ { -+ if (pstapriv->tim_bitmap & BIT(0)) { -+ //DBG_871X("wakeup to xmit, qlen==0, update_BCNTIM, tim=%x\n", pstapriv->tim_bitmap); -+ //upate BCN for TIM IE -+ //update_BCNTIM(padapter); -+ update_mask |= BIT(1); -+ } -+ pstapriv->tim_bitmap &= ~BIT(0); -+ pstapriv->sta_dz_bitmap &= ~BIT(0); -+ } -+ -+ } -+ -+_exit: -+ -+ //_exit_critical_bh(&psta_bmc->sleep_q.lock, &irqL); -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ if(update_mask) -+ { -+ //update_BCNTIM(padapter); -+ if ((update_mask & (BIT(0)|BIT(1))) == (BIT(0)|BIT(1))) -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "clear UC&BMC"); -+ else if ((update_mask & BIT(1)) == BIT(1)) -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "clear BMC"); -+ else -+ _update_beacon(padapter, _TIM_IE_, NULL, _TRUE, "clear UC"); -+ } -+ -+} -+ -+void xmit_delivery_enabled_frames(_adapter *padapter, struct sta_info *psta) -+{ -+ _irqL irqL; -+ u8 wmmps_ac=0; -+ _list *xmitframe_plist, *xmitframe_phead; -+ struct xmit_frame *pxmitframe=NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ -+ //_enter_critical_bh(&psta->sleep_q.lock, &irqL); -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ xmitframe_phead = get_list_head(&psta->sleep_q); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while ((rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist)) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ switch(pxmitframe->attrib.priority) -+ { -+ case 1: -+ case 2: -+ wmmps_ac = psta->uapsd_bk&BIT(1); -+ break; -+ case 4: -+ case 5: -+ wmmps_ac = psta->uapsd_vi&BIT(1); -+ break; -+ case 6: -+ case 7: -+ wmmps_ac = psta->uapsd_vo&BIT(1); -+ break; -+ case 0: -+ case 3: -+ default: -+ wmmps_ac = psta->uapsd_be&BIT(1); -+ break; -+ } -+ -+ if(!wmmps_ac) -+ continue; -+ -+ rtw_list_delete(&pxmitframe->list); -+ -+ psta->sleepq_len--; -+ psta->sleepq_ac_len--; -+ -+ if(psta->sleepq_ac_len>0) -+ { -+ pxmitframe->attrib.mdata = 1; -+ pxmitframe->attrib.eosp = 0; -+ } -+ else -+ { -+ pxmitframe->attrib.mdata = 0; -+ pxmitframe->attrib.eosp = 1; -+ } -+ -+ pxmitframe->attrib.triggered = 1; -+ rtw_hal_xmitframe_enqueue(padapter, pxmitframe); -+ -+ if((psta->sleepq_ac_len==0) && (!psta->has_legacy_ac) && (wmmps_ac)) -+ { -+#ifdef CONFIG_TDLS -+ if(psta->tdls_sta_state & TDLS_LINKED_STATE ) -+ { -+ //_exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ goto exit; -+ } -+#endif //CONFIG_TDLS -+ pstapriv->tim_bitmap &= ~BIT(psta->aid); -+ -+ //DBG_871X("wakeup to xmit, qlen==0, update_BCNTIM, tim=%x\n", pstapriv->tim_bitmap); -+ //upate BCN for TIM IE -+ //update_BCNTIM(padapter); -+ update_beacon(padapter, _TIM_IE_, NULL, _TRUE); -+ //update_mask = BIT(0); -+ } -+ -+ } -+ -+exit: -+ //_exit_critical_bh(&psta->sleep_q.lock, &irqL); -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ return; -+} -+ -+#endif /* defined(CONFIG_AP_MODE) || defined(CONFIG_TDLS) */ -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+void enqueue_pending_xmitbuf( -+ struct xmit_priv *pxmitpriv, -+ struct xmit_buf *pxmitbuf) -+{ -+ _irqL irql; -+ _queue *pqueue; -+ _adapter *pri_adapter = pxmitpriv->adapter; -+ -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ _enter_critical_bh(&pqueue->lock, &irql); -+ rtw_list_delete(&pxmitbuf->list); -+ rtw_list_insert_tail(&pxmitbuf->list, get_list_head(pqueue)); -+ _exit_critical_bh(&pqueue->lock, &irql); -+ -+ -+ -+#if defined(CONFIG_SDIO_HCI) && defined(CONFIG_CONCURRENT_MODE) -+ if (pri_adapter->adapter_type > PRIMARY_ADAPTER) -+ pri_adapter = pri_adapter->pbuddy_adapter; -+#endif //SDIO_HCI + CONCURRENT -+ _rtw_up_sema(&(pri_adapter->xmitpriv.xmit_sema)); -+ -+} -+ -+void enqueue_pending_xmitbuf_to_head( -+ struct xmit_priv *pxmitpriv, -+ struct xmit_buf *pxmitbuf) -+{ -+ _irqL irql; -+ _queue *pqueue; -+ _adapter *pri_adapter = pxmitpriv->adapter; -+ -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ _enter_critical_bh(&pqueue->lock, &irql); -+ rtw_list_delete(&pxmitbuf->list); -+ rtw_list_insert_head(&pxmitbuf->list, get_list_head(pqueue)); -+ _exit_critical_bh(&pqueue->lock, &irql); -+} -+ -+struct xmit_buf* dequeue_pending_xmitbuf( -+ struct xmit_priv *pxmitpriv) -+{ -+ _irqL irql; -+ struct xmit_buf *pxmitbuf; -+ _queue *pqueue; -+ -+ -+ pxmitbuf = NULL; -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ _enter_critical_bh(&pqueue->lock, &irql); -+ -+ if (_rtw_queue_empty(pqueue) == _FALSE) -+ { -+ _list *plist, *phead; -+ -+ phead = get_list_head(pqueue); -+ plist = get_next(phead); -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ rtw_list_delete(&pxmitbuf->list); -+ } -+ -+ _exit_critical_bh(&pqueue->lock, &irql); -+ -+ return pxmitbuf; -+} -+ -+struct xmit_buf* dequeue_pending_xmitbuf_under_survey( -+ struct xmit_priv *pxmitpriv) -+{ -+ _irqL irql; -+ struct xmit_buf *pxmitbuf; -+#ifdef CONFIG_USB_HCI -+ struct xmit_frame *pxmitframe; -+#endif -+ _queue *pqueue; -+ -+ -+ pxmitbuf = NULL; -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ _enter_critical_bh(&pqueue->lock, &irql); -+ -+ if (_rtw_queue_empty(pqueue) == _FALSE) -+ { -+ _list *plist, *phead; -+ u8 type; -+ -+ phead = get_list_head(pqueue); -+ plist = phead; -+ do { -+ plist = get_next(plist); -+ if (plist == phead) break; -+ -+ pxmitbuf = LIST_CONTAINOR(plist, struct xmit_buf, list); -+ -+#ifdef CONFIG_USB_HCI -+ pxmitframe = (struct xmit_frame*)pxmitbuf->priv_data; -+ if(pxmitframe) -+ { -+ type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ); -+ } -+ else -+ { -+ DBG_871X("%s, !!!ERROR!!! For USB, TODO ITEM \n", __FUNCTION__); -+ } -+#else -+ type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET); -+#endif -+ -+ if ((type == WIFI_PROBEREQ) || -+ (type == WIFI_DATA_NULL) || -+ (type == WIFI_QOS_DATA_NULL)) -+ { -+ rtw_list_delete(&pxmitbuf->list); -+ break; -+ } -+ pxmitbuf = NULL; -+ } while (1); -+ } -+ -+ _exit_critical_bh(&pqueue->lock, &irql); -+ -+ return pxmitbuf; -+} -+ -+sint check_pending_xmitbuf( -+ struct xmit_priv *pxmitpriv) -+{ -+ _irqL irql; -+ _queue *pqueue; -+ sint ret = _FALSE; -+ -+ pqueue = &pxmitpriv->pending_xmitbuf_queue; -+ -+ _enter_critical_bh(&pqueue->lock, &irql); -+ -+ if(_rtw_queue_empty(pqueue) == _FALSE) -+ ret = _TRUE; -+ -+ _exit_critical_bh(&pqueue->lock, &irql); -+ -+ return ret; -+} -+ -+thread_return rtw_xmit_thread(thread_context context) -+{ -+ s32 err; -+ PADAPTER padapter; -+ -+ -+ err = _SUCCESS; -+ padapter = (PADAPTER)context; -+ -+ thread_enter("RTW_XMIT_THREAD"); -+ -+ do { -+ err = rtw_hal_xmit_thread_handler(padapter); -+ flush_signals_thread(); -+ } while (_SUCCESS == err); -+ -+ _rtw_up_sema(&padapter->xmitpriv.terminate_xmitthread_sema); -+ -+ thread_exit(); -+} -+#endif -+ -+bool rtw_xmit_ac_blocked(_adapter *adapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ _adapter *iface; -+ struct mlme_ext_priv *mlmeext; -+ struct mlme_ext_info *mlmeextinfo; -+ bool blocked = _FALSE; -+ int i; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ mlmeext = &iface->mlmeextpriv; -+ -+ /* check scan state */ -+ if (mlmeext_scan_state(mlmeext) != SCAN_DISABLE -+ && mlmeext_scan_state(mlmeext) != SCAN_BACK_OP -+ ) { -+ blocked = _TRUE; -+ goto exit; -+ } -+ -+ if (mlmeext_scan_state(mlmeext) == SCAN_BACK_OP -+ && !mlmeext_chk_scan_backop_flags(mlmeext, SS_BACKOP_TX_RESUME) -+ ) { -+ blocked = _TRUE; -+ goto exit; -+ } -+ } -+ -+exit: -+ return blocked; -+} -+ -+void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms) -+{ -+ sctx->timeout_ms = timeout_ms; -+ sctx->submit_time= rtw_get_current_time(); -+#ifdef PLATFORM_LINUX /* TODO: add condition wating interface for other os */ -+ init_completion(&sctx->done); -+#endif -+ sctx->status = RTW_SCTX_SUBMITTED; -+} -+ -+int rtw_sctx_wait(struct submit_ctx *sctx, const char *msg) -+{ -+ int ret = _FAIL; -+ unsigned long expire; -+ int status = 0; -+ -+#ifdef PLATFORM_LINUX -+ expire= sctx->timeout_ms ? msecs_to_jiffies(sctx->timeout_ms) : MAX_SCHEDULE_TIMEOUT; -+ if (!wait_for_completion_timeout(&sctx->done, expire)) { -+ /* timeout, do something?? */ -+ status = RTW_SCTX_DONE_TIMEOUT; -+ DBG_871X("%s timeout: %s\n", __func__, msg); -+ } else { -+ status = sctx->status; -+ } -+#endif -+ -+ if (status == RTW_SCTX_DONE_SUCCESS) { -+ ret = _SUCCESS; -+ } -+ -+ return ret; -+} -+ -+bool rtw_sctx_chk_waring_status(int status) -+{ -+ switch(status) { -+ case RTW_SCTX_DONE_UNKNOWN: -+ case RTW_SCTX_DONE_BUF_ALLOC: -+ case RTW_SCTX_DONE_BUF_FREE: -+ -+ case RTW_SCTX_DONE_DRV_STOP: -+ case RTW_SCTX_DONE_DEV_REMOVE: -+ return _TRUE; -+ default: -+ return _FALSE; -+ } -+} -+ -+void rtw_sctx_done_err(struct submit_ctx **sctx, int status) -+{ -+ if (*sctx) { -+ if (rtw_sctx_chk_waring_status(status)) -+ DBG_871X("%s status:%d\n", __func__, status); -+ (*sctx)->status = status; -+ #ifdef PLATFORM_LINUX -+ complete(&((*sctx)->done)); -+ #endif -+ *sctx = NULL; -+ } -+} -+ -+void rtw_sctx_done(struct submit_ctx **sctx) -+{ -+ rtw_sctx_done_err(sctx, RTW_SCTX_DONE_SUCCESS); -+} -+ -+#ifdef CONFIG_XMIT_ACK -+ -+#ifdef CONFIG_XMIT_ACK_POLLING -+s32 c2h_evt_hdl(_adapter *adapter, u8 *c2h_evt, c2h_id_filter filter); -+ -+/** -+ * rtw_ack_tx_polling - -+ * @pxmitpriv: xmit_priv to address ack_tx_ops -+ * @timeout_ms: timeout msec -+ * -+ * Init ack_tx_ops and then do c2h_evt_hdl() and polling ack_tx_ops repeatedly -+ * till tx report or timeout -+ * Returns: _SUCCESS if TX report ok, _FAIL for others -+ */ -+int rtw_ack_tx_polling(struct xmit_priv *pxmitpriv, u32 timeout_ms) -+{ -+ int ret = _FAIL; -+ struct submit_ctx *pack_tx_ops = &pxmitpriv->ack_tx_ops; -+ _adapter *adapter = container_of(pxmitpriv, _adapter, xmitpriv); -+ -+ pack_tx_ops->submit_time = rtw_get_current_time(); -+ pack_tx_ops->timeout_ms = timeout_ms; -+ pack_tx_ops->status = RTW_SCTX_SUBMITTED; -+ -+ do { -+ c2h_evt_hdl(adapter, NULL, rtw_hal_c2h_id_filter_ccx(adapter)); -+ if (pack_tx_ops->status != RTW_SCTX_SUBMITTED) -+ break; -+ -+ if (rtw_is_drv_stopped(adapter)) { -+ pack_tx_ops->status = RTW_SCTX_DONE_DRV_STOP; -+ break; -+ } -+ if (rtw_is_surprise_removed(adapter)) { -+ pack_tx_ops->status = RTW_SCTX_DONE_DEV_REMOVE; -+ break; -+ } -+ -+ rtw_msleep_os(10); -+ } while (rtw_get_passing_time_ms(pack_tx_ops->submit_time) < timeout_ms); -+ -+ if (pack_tx_ops->status == RTW_SCTX_SUBMITTED) { -+ pack_tx_ops->status = RTW_SCTX_DONE_TIMEOUT; -+ DBG_871X("%s timeout\n", __func__); -+ } -+ -+ if (pack_tx_ops->status == RTW_SCTX_DONE_SUCCESS) -+ ret = _SUCCESS; -+ -+ return ret; -+} -+#endif -+ -+int rtw_ack_tx_wait(struct xmit_priv *pxmitpriv, u32 timeout_ms) -+{ -+#ifdef CONFIG_XMIT_ACK_POLLING -+ return rtw_ack_tx_polling(pxmitpriv, timeout_ms); -+#else -+ struct submit_ctx *pack_tx_ops = &pxmitpriv->ack_tx_ops; -+ -+ pack_tx_ops->submit_time = rtw_get_current_time(); -+ pack_tx_ops->timeout_ms = timeout_ms; -+ pack_tx_ops->status = RTW_SCTX_SUBMITTED; -+ -+ return rtw_sctx_wait(pack_tx_ops, __func__); -+#endif -+} -+ -+void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status) -+{ -+ struct submit_ctx *pack_tx_ops = &pxmitpriv->ack_tx_ops; -+ -+ if (pxmitpriv->ack_tx) { -+ rtw_sctx_done_err(&pack_tx_ops, status); -+ } else { -+ DBG_871X("%s ack_tx not set\n", __func__); -+ } -+} -+#endif //CONFIG_XMIT_ACK -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.c 2017-06-07 23:07:21.007687211 +0300 -@@ -0,0 +1,1987 @@ -+//============================================================ -+// Description: -+// -+// This file is for 92CE/92CU BT 1 Antenna Co-exist mechanism -+// -+// By cosa 02/11/2011 -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8188c2Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8188C_2ANT GLCoexDm8188c2Ant; -+static PCOEX_DM_8188C_2ANT pCoexDm=&GLCoexDm8188c2Ant; -+static COEX_STA_8188C_2ANT GLCoexSta8188c2Ant; -+static PCOEX_STA_8188C_2ANT pCoexSta=&GLCoexSta8188c2Ant; -+ -+//============================================================ -+// local function start with btdm_ -+//============================================================ -+u1Byte -+halbtc8188c2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8188C_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8188C_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8188C_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+u1Byte -+halbtc8188c2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ u1Byte algorithm=BT_8188C_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ if(!pStackInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No profile exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pStackInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(pStackInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO algorithm\n")); -+ algorithm = BT_8188C_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(numOfDiffProfile == 1) -+ { -+ if(pStackInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8188C_2ANT_COEX_ALGO_HID; -+ } -+ else if(pStackInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8188C_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pStackInfo->bPanExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN only\n")); -+ algorithm = BT_8188C_2ANT_COEX_ALGO_PAN; -+ } -+ } -+ else -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8188C_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN\n")); -+ algorithm = BT_8188C_2ANT_COEX_ALGO_HID_PAN; -+ } -+ else if( pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN + A2DP\n")); -+ algorithm = BT_8188C_2ANT_COEX_ALGO_PAN_A2DP; -+ } -+ } -+ } -+ return algorithm; -+} -+ -+VOID -+halbtc8188c2ant_SetFwBalance( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBalanceOn, -+ IN u1Byte ms0, -+ IN u1Byte ms1 -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ -+ if(bBalanceOn) -+ { -+ H2C_Parameter[2] = 1; -+ H2C_Parameter[1] = ms1; -+ H2C_Parameter[0] = ms0; -+ } -+ else -+ { -+ H2C_Parameter[2] = 0; -+ H2C_Parameter[1] = 0; -+ H2C_Parameter[0] = 0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Balance=[%s:%dms:%dms], write 0xc=0x%x\n", -+ bBalanceOn?"ON":"OFF", ms0, ms1, -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0xc, 3, H2C_Parameter); -+} -+ -+VOID -+halbtc8188c2ant_Balance( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bBalanceOn, -+ IN u1Byte ms0, -+ IN u1Byte ms1 -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Balance %s\n", -+ (bForceExec? "force to":""), (bBalanceOn? "ON":"OFF"))); -+ pCoexDm->bCurBalanceOn = bBalanceOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBalanceOn == pCoexDm->bCurBalanceOn) -+ return; -+ } -+ halbtc8188c2ant_SetFwBalance(pBtCoexist, bBalanceOn, ms0, ms1); -+ -+ pCoexDm->bPreBalanceOn = pCoexDm->bCurBalanceOn; -+} -+ -+VOID -+halbtc8188c2ant_SetFwDiminishWifi( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bDacOn, -+ IN BOOLEAN bInterruptOn, -+ IN u1Byte fwDacSwingLvl, -+ IN BOOLEAN bNavOn -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ -+ if((pBtCoexist->stackInfo.minBtRssi <= -5) && (fwDacSwingLvl == 0x20)) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], DiminishWiFi 0x20 original, but set 0x18 for Low RSSI!\n")); -+ fwDacSwingLvl = 0x18; -+ } -+ -+ H2C_Parameter[2] = 0; -+ H2C_Parameter[1] = fwDacSwingLvl; -+ H2C_Parameter[0] = 0; -+ if(bDacOn) -+ { -+ H2C_Parameter[2] |= 0x01; //BIT0 -+ if(bInterruptOn) -+ { -+ H2C_Parameter[2] |= 0x02; //BIT1 -+ } -+ } -+ if(bNavOn) -+ { -+ H2C_Parameter[2] |= 0x08; //BIT3 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bDacOn=%s, bInterruptOn=%s, bNavOn=%s, write 0xe=0x%x\n", -+ (bDacOn?"ON":"OFF"), (bInterruptOn?"ON":"OFF"), (bNavOn?"ON":"OFF"), -+ (H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2]))); -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0xe, 3, H2C_Parameter); -+} -+ -+VOID -+halbtc8188c2ant_DiminishWifi( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacOn, -+ IN BOOLEAN bInterruptOn, -+ IN u1Byte fwDacSwingLvl, -+ IN BOOLEAN bNavOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set Diminish Wifi, bDacOn=%s, bInterruptOn=%s, fwDacSwingLvl=%d, bNavOn=%s\n", -+ (bForceExec? "force to":""), (bDacOn? "ON":"OFF"), (bInterruptOn? "ON":"OFF"), fwDacSwingLvl, (bNavOn? "ON":"OFF"))); -+ -+ pCoexDm->bCurDacOn = bDacOn; -+ pCoexDm->bCurInterruptOn = bInterruptOn; -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ pCoexDm->bCurNavOn = bNavOn; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacOn==pCoexDm->bCurDacOn) && -+ (pCoexDm->bPreInterruptOn==pCoexDm->bCurInterruptOn) && -+ (pCoexDm->preFwDacSwingLvl==pCoexDm->curFwDacSwingLvl) && -+ (pCoexDm->bPreNavOn==pCoexDm->bCurNavOn) ) -+ return; -+ } -+ halbtc8188c2ant_SetFwDiminishWifi(pBtCoexist, bDacOn, bInterruptOn, fwDacSwingLvl, bNavOn); -+ -+ pCoexDm->bPreDacOn = pCoexDm->bCurDacOn; -+ pCoexDm->bPreInterruptOn = pCoexDm->bCurInterruptOn; -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+ pCoexDm->bPreNavOn = pCoexDm->bCurNavOn; -+} -+ -+VOID -+halbtc8188c2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xf0, 0xf); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xf0, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8188c2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8188c2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8188c2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte tmpU1; -+ -+ tmpU1 = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd); -+ if(bLowPenaltyRa) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set low penalty!!\n")); -+ tmpU1 &= ~BIT2; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set normal!!\n")); -+ tmpU1 |= BIT2; -+ } -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, tmpU1); -+} -+ -+VOID -+halbtc8188c2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8188c2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8188c2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ u4Byte dacSwingLvl; -+ -+ if(bSwDacSwingOn) -+ { -+ if((pBtCoexist->stackInfo.minBtRssi <= -5) && (swDacSwingLvl == 0x20)) -+ { -+ dacSwingLvl = 0x18; -+ } -+ else -+ { -+ dacSwingLvl = swDacSwingLvl; -+ } -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xfc000000, dacSwingLvl); -+ } -+ else -+ { -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xfc000000, 0x30); -+ } -+} -+ -+VOID -+halbtc8188c2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8188c2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8188c2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc04,0x3a07611); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc04,0x3a05611); -+ } -+} -+ -+VOID -+halbtc8188c2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8188c2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8188c2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4e1c0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4d1d0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4c1e0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4b1f0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4a200001); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xdc000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x90000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x51000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x12000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1a, 0xfffff, 0x00255); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x641c0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x631d0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x621e0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x611f0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x60200001); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x32000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x71000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xb0000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xfc000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1a, 0xfffff, 0x10255); -+ } -+ -+ // set rssiAdjustVal for wifi module. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+ -+VOID -+halbtc8188c2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8188c2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8188c2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u4Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8188c2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u4Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8188c2ant_SetCoexTable(pBtCoexist, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8188c2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw mechanism -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+} -+VOID -+halbtc8188c2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+ -+VOID -+halbtc8188c2ant_MonitorBtState( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN stateChange=FALSE; -+ u4Byte BT_Polling, Ratio_Act, Ratio_STA; -+ u4Byte BT_Active, BT_State; -+ u4Byte regBTActive=0, regBTState=0, regBTPolling=0; -+ u4Byte btBusyThresh=0; -+ u4Byte fwVer=0; -+ static BOOLEAN bBtBusyTraffic=FALSE; -+ BOOLEAN bRejApAggPkt=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FirmwareVersion = 0x%x(%d)\n", fwVer, fwVer)); -+ if(fwVer < 62) -+ { -+ regBTActive = 0x488; -+ regBTState = 0x48c; -+ regBTPolling = 0x490; -+ } -+ else -+ { -+ regBTActive = 0x444; -+ regBTState = 0x448; -+ if(fwVer >= 74) -+ regBTPolling = 0x44c; -+ else -+ regBTPolling = 0x700; -+ } -+ btBusyThresh = 60; -+ -+ BT_Active = pBtCoexist->fBtcRead4Byte(pBtCoexist, regBTActive); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT_Active(0x%x)=0x%x\n", regBTActive, BT_Active)); -+ BT_Active = BT_Active & 0x00ffffff; -+ -+ BT_State = pBtCoexist->fBtcRead4Byte(pBtCoexist, regBTState); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT_State(0x%x)=0x%x\n", regBTState, BT_State)); -+ BT_State = BT_State & 0x00ffffff; -+ -+ BT_Polling = pBtCoexist->fBtcRead4Byte(pBtCoexist, regBTPolling); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT_Polling(0x%x)=0x%x\n", regBTPolling, BT_Polling)); -+ -+ if(BT_Active==0xffffffff && BT_State==0xffffffff && BT_Polling==0xffffffff ) -+ return; -+ -+ // 2011/05/04 MH For Slim combo test meet a problem. Surprise remove and WLAN is running -+ // DHCP process. At the same time, the register read value might be zero. And cause BSOD 0x7f -+ // EXCEPTION_DIVIDED_BY_ZERO. In This case, the stack content may always be wrong due to -+ // HW divide trap. -+ if (BT_Polling==0) -+ return; -+ -+ Ratio_Act = BT_Active*1000/BT_Polling; -+ Ratio_STA = BT_State*1000/BT_Polling; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ratio_Act=%d\n", Ratio_Act)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ratio_STA=%d\n", Ratio_STA)); -+ -+ if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ if(Ratio_STA < 60) // BT PAN idle -+ { -+ } -+ else -+ { -+ // Check if BT PAN (under BT 2.1) is uplink or downlink -+ if((Ratio_Act/Ratio_STA) < 2) -+ { // BT PAN Uplink -+ pCoexSta->bBtUplink = TRUE; -+ } -+ else -+ { // BT PAN downlink -+ pCoexSta->bBtUplink = FALSE; -+ } -+ } -+ } -+ -+ // Check BT is idle or not -+ if(!pBtCoexist->stackInfo.bBtLinkExist) -+ { -+ pCoexSta->bBtBusy = FALSE; -+ } -+ else -+ { -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ if(Ratio_Act<20) -+ { -+ pCoexSta->bBtBusy = FALSE; -+ } -+ else -+ { -+ pCoexSta->bBtBusy = TRUE; -+ } -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ if(Ratio_STA < btBusyThresh) -+ { -+ pCoexSta->bBtBusy = FALSE; -+ } -+ else -+ { -+ pCoexSta->bBtBusy = TRUE; -+ } -+ -+ if( (Ratio_STA < btBusyThresh) || -+ (Ratio_Act<180 && Ratio_STA<130) ) -+ { -+ pCoexSta->bA2dpBusy = FALSE; -+ } -+ else -+ { -+ pCoexSta->bA2dpBusy = TRUE; -+ } -+ } -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &pCoexSta->bBtBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &pCoexSta->bBtBusy); -+ -+ if(bBtBusyTraffic != pCoexSta->bBtBusy) -+ { // BT idle or BT non-idle -+ bBtBusyTraffic = pCoexSta->bBtBusy; -+ stateChange = TRUE; -+ } -+ -+ if(stateChange) -+ { -+ if(!pCoexSta->bBtBusy) -+ { -+ halbtc8188c2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ } -+ else -+ { -+ halbtc8188c2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_RfShrink(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ } -+ -+ if(stateChange) -+ { -+ bRejApAggPkt = pCoexSta->bBtBusy; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejApAggPkt); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionA2dpBc4( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState; -+ u4Byte wifiBw, wifiTrafficDir; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ -+ if(pCoexSta->bBtBusy) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism first -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0xc, 0x18); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ } -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0xc, 0x18); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionA2dpBc8( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState; -+ u4Byte wifiBw, wifiTrafficDir; -+ BOOLEAN bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ if(pCoexSta->bA2dpBusy && bWifiBusy) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ -+ // fw mechanism first -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0xc, 0x18); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x10, 0x18); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ } -+ else if(pCoexSta->bA2dpBusy) -+ { -+ // fw mechanism first -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, TRUE, 0x18, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionA2dpBc4(pBtCoexist); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionA2dpBc8(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionPanBc4( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ if(bBtHsOn) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ else -+ { -+ if(pCoexSta->bBtBusy && bWifiBusy) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x10); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ } -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+} -+ -+VOID -+halbtc8188c2ant_ActionPanBc8( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState; -+ u4Byte wifiBw, wifiTrafficDir; -+ s4Byte wifiRssi; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(bBtHsOn) -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+ else -+ { -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 3, 25, 50); -+ -+ if(pCoexSta->bBtBusy && bWifiBusy) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ // fw mechanism first -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x20); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ } -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ } -+ else if( (wifiRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_MEDIUM) ) -+ { -+ // fw mechanism first -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x20); -+ -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE);//BT_FW_NAV_ON); -+ else -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ // fw mechanism first -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x20); -+ -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ if(pCoexSta->bBtUplink) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE);//BT_FW_NAV_ON); -+ } -+ else -+ { -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ } -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else if(pCoexSta->bBtBusy && !bWifiBusy && (wifiRssi < 30)) -+ { -+ // fw mechanism first -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x0a, 0x20); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionPan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionPanBc4(pBtCoexist); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionPanBc8(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte wifiBw, wifiTrafficDir; -+ BOOLEAN bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ if(BTC_WIFI_BW_LEGACY == wifiBw) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8188c2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else if(!bWifiBusy) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8188c2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+} -+ -+ -+VOID -+halbtc8188c2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState; -+ u4Byte wifiBw; -+ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ -+ // fw mechanism -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism first -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ // fw mechanism first -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionHidA2dpBc4( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState; -+ u4Byte wifiBw, wifiTrafficDir; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ -+ if(pCoexSta->bBtBusy) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism first -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x7, 0x20); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ } -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else -+ { -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ // fw mechanism first -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x7, 0x20); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+} -+VOID -+halbtc8188c2ant_ActionHidA2dpBc8( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState; -+ u4Byte wifiBw; -+ -+ if(pCoexSta->bBtBusy) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism first -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else -+ { -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ // fw mechanism -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionHidA2dpBc4(pBtCoexist); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionHidA2dpBc8(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionHidPanBc4( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u4Byte wifiBw, wifiTrafficDir; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(bBtHsOn) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8188c2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ if(BTC_WIFI_BW_LEGACY == wifiBw) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8188c2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8188c2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x10); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(!bWifiBusy) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ } -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+} -+VOID -+halbtc8188c2ant_ActionHidPanBc8( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState; -+ u4Byte wifiBw, wifiTrafficDir; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!bBtHsOn) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 2, 25, 0); -+ if((pCoexSta->bBtBusy && bWifiBusy)) -+ { -+ // fw mechanism first -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x15, 0x20); -+ } -+ else -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x10, 0x20); -+ } -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+ else -+ { -+ if(BTC_INTF_USB == pBtCoexist->chipInterface) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8188c2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ } -+ else -+ { -+ if(pCoexSta->bBtBusy) -+ { -+ // fw mechanism -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionHidPan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionHidPanBc4(pBtCoexist); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionHidPanBc8(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionPanA2dpBc4( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ if(bBtHsOn) -+ { -+ if(pCoexSta->bBtBusy) -+ { -+ // fw mechanism -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ if(pCoexSta->bBtBusy && bWifiBusy) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x10); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+} -+VOID -+halbtc8188c2ant_ActionPanA2dpBc8( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState; -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!bBtHsOn) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ wifiRssiState = halbtc8188c2ant_WifiRssiState(pBtCoexist, 0, 2, 25, 0); -+ if((pCoexSta->bBtBusy && bWifiBusy)) -+ { -+ // fw mechanism first -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x15, 0x20); -+ } -+ else -+ { -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x10, 0x20); -+ } -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+ else -+ { -+ if(pCoexSta->bBtBusy) -+ { -+ // fw mechanism -+ halbtc8188c2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8188c2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8188c2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ halbtc8188c2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+} -+ -+VOID -+halbtc8188c2ant_ActionPanA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionPanA2dpBc4(pBtCoexist); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8188c2ant_ActionPanA2dpBc8(pBtCoexist); -+ } -+} -+ -+//============================================================ -+// extern function start with EXhalbtc8188c2ant_ -+//============================================================ -+VOID -+EXhalbtc8188c2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8188c2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xf0); -+ -+ if( (BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) || -+ (BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) ) -+ { -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd) & BIT0; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, u1Tmp); -+ -+ halbtc8188c2ant_CoexTable(pBtCoexist, FORCE_EXEC, 0xaaaa9aaa, 0xffbd0040, 0x40000010); -+ } -+} -+ -+VOID -+EXhalbtc8188c2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8188c2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8188c2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "[Action Manual control]!!"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pStackInfo->bProfileNotified) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pStackInfo->bScoExist, pStackInfo->bHidExist, pStackInfo->bPanExist, pStackInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x40", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8188c2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ //halbtc8188c2ant_InitCoexDm(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8188c2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ halbtc8188c2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ halbtc8188c2ant_InitCoexDm(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8188c2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8188c2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8188c2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+} -+ -+VOID -+EXhalbtc8188c2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8188c2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8188c2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ EXhalbtc8188c2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8188c2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte algorithm; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Periodical!!\n")); -+ -+ // NOTE: -+ // sw mechanism must be done after fw mechanism -+ // -+ -+ if((BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) || -+ (BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) ) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_GET_BT_RSSI, NULL); -+ -+ halbtc8188c2ant_MonitorBtState(pBtCoexist); -+ algorithm = halbtc8188c2ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8188C_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO\n")); -+ halbtc8188c2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8188C_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID\n")); -+ halbtc8188c2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8188C_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP\n")); -+ halbtc8188c2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8188C_2ANT_COEX_ALGO_PAN: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN\n")); -+ halbtc8188c2ant_ActionPan(pBtCoexist); -+ break; -+ case BT_8188C_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP\n")); -+ halbtc8188c2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ case BT_8188C_2ANT_COEX_ALGO_HID_PAN: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+HID\n")); -+ halbtc8188c2ant_ActionHidPan(pBtCoexist); -+ break; -+ case BT_8188C_2ANT_COEX_ALGO_PAN_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP\n")); -+ halbtc8188c2ant_ActionPanA2dp(pBtCoexist); -+ break; -+ default: -+ break; -+ } -+ } -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8188c2Ant.h 2017-06-07 23:07:21.007687211 +0300 -@@ -0,0 +1,149 @@ -+//=========================================== -+// The following is for 8188C 2Ant BT Co-exist definition -+//=========================================== -+#define BTC_RSSI_COEX_THRESH_TOL_8188C_2ANT 6 -+ -+typedef enum _BT_INFO_SRC_8188C_2ANT{ -+ BT_INFO_SRC_8188C_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8188C_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8188C_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8188C_2ANT_MAX -+}BT_INFO_SRC_8188C_2ANT,*PBT_INFO_SRC_8188C_2ANT; -+ -+typedef enum _BT_8188C_2ANT_BT_STATUS{ -+ BT_8188C_2ANT_BT_STATUS_IDLE = 0x0, -+ BT_8188C_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8188C_2ANT_BT_STATUS_NON_IDLE = 0x2, -+ BT_8188C_2ANT_BT_STATUS_MAX -+}BT_8188C_2ANT_BT_STATUS,*PBT_8188C_2ANT_BT_STATUS; -+ -+typedef enum _BT_8188C_2ANT_COEX_ALGO{ -+ BT_8188C_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8188C_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8188C_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8188C_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8188C_2ANT_COEX_ALGO_PAN = 0x4, -+ BT_8188C_2ANT_COEX_ALGO_HID_A2DP = 0x5, -+ BT_8188C_2ANT_COEX_ALGO_HID_PAN = 0x6, -+ BT_8188C_2ANT_COEX_ALGO_PAN_A2DP = 0x7, -+ BT_8188C_2ANT_COEX_ALGO_MAX -+}BT_8188C_2ANT_COEX_ALGO,*PBT_8188C_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8188C_2ANT{ -+ // fw mechanism -+ BOOLEAN bPreBalanceOn; -+ BOOLEAN bCurBalanceOn; -+ -+ // diminishWifi -+ BOOLEAN bPreDacOn; -+ BOOLEAN bCurDacOn; -+ BOOLEAN bPreInterruptOn; -+ BOOLEAN bCurInterruptOn; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bPreNavOn; -+ BOOLEAN bCurNavOn; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ //u4Byte preVal0x6c0; -+ //u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u4Byte preVal0x6cc; -+ u4Byte curVal0x6cc; -+ //BOOLEAN bLimitedDig; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ //u1Byte btStatus; -+ //u1Byte wifiChnlInfo[3]; -+} COEX_DM_8188C_2ANT, *PCOEX_DM_8188C_2ANT; -+ -+typedef struct _COEX_STA_8188C_2ANT{ -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bBtBusy; -+ BOOLEAN bBtUplink; -+ BOOLEAN bBtDownLink; -+ BOOLEAN bA2dpBusy; -+}COEX_STA_8188C_2ANT, *PCOEX_STA_8188C_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8188c2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8188c2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8188c2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8188c2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8188c2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8188c2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8188c2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8188c2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8188c2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8188c2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8188c2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8188c2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8188c2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.c 2017-06-07 23:07:21.008687302 +0300 -@@ -0,0 +1,1992 @@ -+//============================================================ -+// Description: -+// -+// This file is for 92D BT 2 Antenna Co-exist mechanism -+// -+// By cosa 02/11/2011 -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8192d2Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8192D_2ANT GLCoexDm8192d2Ant; -+static PCOEX_DM_8192D_2ANT pCoexDm=&GLCoexDm8192d2Ant; -+static COEX_STA_8192D_2ANT GLCoexSta8192d2Ant; -+static PCOEX_STA_8192D_2ANT pCoexSta=&GLCoexSta8192d2Ant; -+ -+//============================================================ -+// local function start with btdm_ -+//============================================================ -+u1Byte -+halbtc8192d2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192D_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192D_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8192D_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+u1Byte -+halbtc8192d2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8192D_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pStackInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No profile exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pStackInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(pStackInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO algorithm\n")); -+ algorithm = BT_8192D_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(numOfDiffProfile == 1) -+ { -+ if(pStackInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8192D_2ANT_COEX_ALGO_HID; -+ } -+ else if(pStackInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8192D_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pStackInfo->bPanExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN only\n")); -+ algorithm = BT_8192D_2ANT_COEX_ALGO_PAN; -+ } -+ } -+ else -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8192D_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN\n")); -+ algorithm = BT_8192D_2ANT_COEX_ALGO_HID_PAN; -+ } -+ else if( pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN + A2DP\n")); -+ algorithm = BT_8192D_2ANT_COEX_ALGO_PAN_A2DP; -+ } -+ } -+ } -+ return algorithm; -+} -+ -+VOID -+halbtc8192d2ant_SetFwBalance( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBalanceOn, -+ IN u1Byte ms0, -+ IN u1Byte ms1 -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ -+ if(bBalanceOn) -+ { -+ H2C_Parameter[2] = 1; -+ H2C_Parameter[1] = ms1; -+ H2C_Parameter[0] = ms0; -+ } -+ else -+ { -+ H2C_Parameter[2] = 0; -+ H2C_Parameter[1] = 0; -+ H2C_Parameter[0] = 0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Balance=[%s:%dms:%dms], write 0xc=0x%x\n", -+ bBalanceOn?"ON":"OFF", ms0, ms1, -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0xc, 3, H2C_Parameter); -+} -+ -+VOID -+halbtc8192d2ant_Balance( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bBalanceOn, -+ IN u1Byte ms0, -+ IN u1Byte ms1 -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Balance %s\n", -+ (bForceExec? "force to":""), (bBalanceOn? "ON":"OFF"))); -+ pCoexDm->bCurBalanceOn = bBalanceOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBalanceOn == pCoexDm->bCurBalanceOn) -+ return; -+ } -+ halbtc8192d2ant_SetFwBalance(pBtCoexist, bBalanceOn, ms0, ms1); -+ -+ pCoexDm->bPreBalanceOn = pCoexDm->bCurBalanceOn; -+} -+ -+VOID -+halbtc8192d2ant_SetFwDiminishWifi( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bDacOn, -+ IN BOOLEAN bInterruptOn, -+ IN u1Byte fwDacSwingLvl, -+ IN BOOLEAN bNavOn -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ -+ if((pBtCoexist->stackInfo.minBtRssi <= -5) && (fwDacSwingLvl == 0x20)) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], DiminishWiFi 0x20 original, but set 0x18 for Low RSSI!\n")); -+ fwDacSwingLvl = 0x18; -+ } -+ -+ H2C_Parameter[2] = 0; -+ H2C_Parameter[1] = fwDacSwingLvl; -+ H2C_Parameter[0] = 0; -+ if(bDacOn) -+ { -+ H2C_Parameter[2] |= 0x01; //BIT0 -+ if(bInterruptOn) -+ { -+ H2C_Parameter[2] |= 0x02; //BIT1 -+ } -+ } -+ if(bNavOn) -+ { -+ H2C_Parameter[2] |= 0x08; //BIT3 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bDacOn=%s, bInterruptOn=%s, bNavOn=%s, write 0x12=0x%x\n", -+ (bDacOn?"ON":"OFF"), (bInterruptOn?"ON":"OFF"), (bNavOn?"ON":"OFF"), -+ (H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2]))); -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x12, 3, H2C_Parameter); -+} -+ -+ -+VOID -+halbtc8192d2ant_DiminishWifi( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacOn, -+ IN BOOLEAN bInterruptOn, -+ IN u1Byte fwDacSwingLvl, -+ IN BOOLEAN bNavOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set Diminish Wifi, bDacOn=%s, bInterruptOn=%s, fwDacSwingLvl=%d, bNavOn=%s\n", -+ (bForceExec? "force to":""), (bDacOn? "ON":"OFF"), (bInterruptOn? "ON":"OFF"), fwDacSwingLvl, (bNavOn? "ON":"OFF"))); -+ -+ pCoexDm->bCurDacOn = bDacOn; -+ pCoexDm->bCurInterruptOn = bInterruptOn; -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ pCoexDm->bCurNavOn = bNavOn; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacOn==pCoexDm->bCurDacOn) && -+ (pCoexDm->bPreInterruptOn==pCoexDm->bCurInterruptOn) && -+ (pCoexDm->preFwDacSwingLvl==pCoexDm->curFwDacSwingLvl) && -+ (pCoexDm->bPreNavOn==pCoexDm->bCurNavOn) ) -+ return; -+ } -+ halbtc8192d2ant_SetFwDiminishWifi(pBtCoexist, bDacOn, bInterruptOn, fwDacSwingLvl, bNavOn); -+ -+ pCoexDm->bPreDacOn = pCoexDm->bCurDacOn; -+ pCoexDm->bPreInterruptOn = pCoexDm->bCurInterruptOn; -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+ pCoexDm->bPreNavOn = pCoexDm->bCurNavOn; -+} -+ -+VOID -+halbtc8192d2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xf2ff7); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8192d2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8192d2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8192d2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte tmpU1; -+ -+ tmpU1 = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd); -+ if(bLowPenaltyRa) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set low penalty!!\n")); -+ tmpU1 &= ~BIT2; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set normal!!\n")); -+ tmpU1 |= BIT2; -+ } -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, tmpU1); -+} -+ -+VOID -+halbtc8192d2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8192d2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8192d2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ u4Byte dacSwingLvl; -+ -+ if(bSwDacSwingOn) -+ { -+ if((pBtCoexist->stackInfo.minBtRssi <= -5) && (swDacSwingLvl == 0x20)) -+ { -+ dacSwingLvl = 0x18; -+ } -+ else -+ { -+ dacSwingLvl = swDacSwingLvl; -+ } -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xfc000000, dacSwingLvl); -+ } -+ else -+ { -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xfc000000, 0x30); -+ } -+} -+ -+VOID -+halbtc8192d2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8192d2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8192d2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc04,0x3a07611); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc04,0x3a05611); -+ } -+} -+ -+VOID -+halbtc8192d2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8192d2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8192d2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1a, 0xfffff, 0xa99); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xd4000); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b000001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b010001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b020001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b030001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b040001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b050001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b060001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b070001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b080001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b090001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b0A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7b0B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7a0C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x790D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x780E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x770F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x76100001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x75110001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x74120001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x73130001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x72140001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x71150001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x70160001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6f170001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6e180001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6d190001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6c1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6b1B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6a1C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x691D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x4f1E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x4e1F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x4d200001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x4c210001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x4b220001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x4a230001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x49240001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x48250001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x47260001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x46270001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x45280001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x44290001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x432A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x422B0001); -+ -+ rssiAdjustVal = 12; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1a, 0xfffff, 0x30a99); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xdc000); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7B000001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7B010001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7B020001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7B030001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7B040001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7B050001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7B060001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x7A070001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x79080001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x78090001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x770A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x760B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x750C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x740D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x730E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x720F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x71100001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x70110001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6F120001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6E130001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6D140001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6C150001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6B160001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6A170001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x69180001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x68190001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x671A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x661B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x651C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x641D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x631E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x621F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x61200001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x60210001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x49220001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x48230001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x47240001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x46250001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x45260001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x44270001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x43280001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x42290001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x412A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x402B0001); -+ } -+ -+ // set rssiAdjustVal for wifi module. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+ -+ -+VOID -+halbtc8192d2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8192d2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8192d2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u4Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8192d2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u4Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8192d2ant_SetCoexTable(pBtCoexist, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8192d2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw mechanism -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+} -+VOID -+halbtc8192d2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+halbtc8192d2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte btActive -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtDisabled=FALSE, bForceToRoam=FALSE; -+ u4Byte u4Tmp=0; -+ -+ // This function check if bt is disabled -+ if(btActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ -+ bForceToRoam = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_FORCE_TO_ROAM, &bForceToRoam); -+ -+ bPreBtDisabled = bBtDisabled; -+ } -+} -+ -+VOID -+halbtc8192d2ant_MonitorBtState( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN stateChange=FALSE; -+ u4Byte BT_Polling, Ratio_Act, Ratio_STA; -+ u4Byte BT_Active, BT_State; -+ u4Byte regBTActive=0, regBTState=0, regBTPolling=0; -+ u4Byte btBusyThresh=0; -+ u4Byte fwVer=0; -+ static BOOLEAN bBtBusyTraffic=FALSE; -+ BOOLEAN bRejApAggPkt=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FirmwareVersion = 0x%x(%d)\n", fwVer, fwVer)); -+ -+ regBTActive = 0x444; -+ regBTState = 0x448; -+ regBTPolling = 0x44c; -+ -+ btBusyThresh = 40; -+ -+ BT_Active = pBtCoexist->fBtcRead4Byte(pBtCoexist, regBTActive); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT_Active(0x%x)=0x%x\n", regBTActive, BT_Active)); -+ BT_Active = BT_Active & 0x00ffffff; -+ -+ BT_State = pBtCoexist->fBtcRead4Byte(pBtCoexist, regBTState); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT_State(0x%x)=0x%x\n", regBTState, BT_State)); -+ BT_State = BT_State & 0x00ffffff; -+ -+ BT_Polling = pBtCoexist->fBtcRead4Byte(pBtCoexist, regBTPolling); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT_Polling(0x%x)=0x%x\n", regBTPolling, BT_Polling)); -+ -+ if(BT_Active==0xffffffff && BT_State==0xffffffff && BT_Polling==0xffffffff ) -+ return; -+ -+ // 2011/05/04 MH For Slim combo test meet a problem. Surprise remove and WLAN is running -+ // DHCP process. At the same time, the register read value might be zero. And cause BSOD 0x7f -+ // EXCEPTION_DIVIDED_BY_ZERO. In This case, the stack content may always be wrong due to -+ // HW divide trap. -+ if (BT_Polling==0) -+ return; -+ -+ halbtc8192d2ant_MonitorBtEnableDisable(pBtCoexist, BT_Active); -+ -+ Ratio_Act = BT_Active*1000/BT_Polling; -+ Ratio_STA = BT_State*1000/BT_Polling; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ratio_Act=%d\n", Ratio_Act)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ratio_STA=%d\n", Ratio_STA)); -+ -+ if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ if(Ratio_STA < 60) // BT PAN idle -+ { -+ } -+ else -+ { -+ // Check if BT PAN (under BT 2.1) is uplink or downlink -+ if((Ratio_Act/Ratio_STA) < 2) -+ { // BT PAN Uplink -+ pCoexSta->bBtUplink = TRUE; -+ } -+ else -+ { // BT PAN downlink -+ pCoexSta->bBtUplink = FALSE; -+ } -+ } -+ } -+ -+ // Check BT is idle or not -+ if(!pBtCoexist->stackInfo.bBtLinkExist) -+ { -+ pCoexSta->bBtBusy = FALSE; -+ } -+ else -+ { -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ if(Ratio_Act<20) -+ { -+ pCoexSta->bBtBusy = FALSE; -+ } -+ else -+ { -+ pCoexSta->bBtBusy = TRUE; -+ } -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ if(Ratio_STA < btBusyThresh) -+ { -+ pCoexSta->bBtBusy = FALSE; -+ } -+ else -+ { -+ pCoexSta->bBtBusy = TRUE; -+ } -+ -+ if( (Ratio_STA < btBusyThresh) || -+ (Ratio_Act<180 && Ratio_STA<130) ) -+ { -+ pCoexSta->bA2dpBusy = FALSE; -+ } -+ else -+ { -+ pCoexSta->bA2dpBusy = TRUE; -+ } -+ } -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &pCoexSta->bBtBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &pCoexSta->bBtBusy); -+ -+ if(bBtBusyTraffic != pCoexSta->bBtBusy) -+ { // BT idle or BT non-idle -+ bBtBusyTraffic = pCoexSta->bBtBusy; -+ stateChange = TRUE; -+ } -+ -+ if(stateChange) -+ { -+ if(!pCoexSta->bBtBusy) -+ { -+ halbtc8192d2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ } -+ else -+ { -+ halbtc8192d2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_RfShrink(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ } -+ -+ if(stateChange) -+ { -+ bRejApAggPkt = pCoexSta->bBtBusy; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejApAggPkt); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ } -+} -+ -+VOID -+halbtc8192d2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw, wifiTrafficDir; -+ BOOLEAN bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ if(pCoexSta->bA2dpBusy && bWifiBusy) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState1 = halbtc8192d2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ } -+ else -+ { -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ wifiRssiState1 = halbtc8192d2ant_WifiRssiState(pBtCoexist, 1, 2, 25, 0); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ wifiRssiState1 = halbtc8192d2ant_WifiRssiState(pBtCoexist, 1, 2, 40, 0); -+ } -+ } -+ -+ // fw mechanism first -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0xc, 0x18); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x10, 0x18); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ } -+ else if(pCoexSta->bA2dpBusy) -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, TRUE, 0x18, FALSE); -+ -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8192d2ant_ActionPan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState, wifiRssiState1; -+ u4Byte wifiBw, wifiTrafficDir; -+ s4Byte wifiRssi; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(bBtHsOn) -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+ else -+ { -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 3, 25, 50); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState1 = halbtc8192d2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ } -+ else -+ { -+ wifiRssiState1 = halbtc8192d2ant_WifiRssiState(pBtCoexist, 1, 2, 25, 0); -+ } -+ -+ if(pCoexSta->bBtBusy && bWifiBusy) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ // fw mechanism first -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x20); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ } -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ } -+ else if( (wifiRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_MEDIUM) ) -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x20); -+ -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE);//BT_FW_NAV_ON); -+ else -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x20); -+ -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ if(pCoexSta->bBtUplink) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE);//BT_FW_NAV_ON); -+ } -+ else -+ { -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ } -+ else -+ { -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ } -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else if(pCoexSta->bBtBusy && -+ !bWifiBusy && -+ (wifiRssi < 30)) -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x0a, 0x20); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8192d2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiTrafficDir; -+ BOOLEAN bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 2, 45, 0); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 2, 20, 0); -+ } -+ -+ if(pCoexSta->bBtBusy && bWifiBusy) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ // fw mechanism first -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, TRUE, 0x18, FALSE); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x15, 0x15); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x30, FALSE); -+ } -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+} -+ -+ -+ -+VOID -+halbtc8192d2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState; -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+} -+ -+VOID -+halbtc8192d2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1; -+ u4Byte wifiBw; -+ -+ if(pCoexSta->bBtBusy) -+ { -+ wifiRssiState1 = halbtc8192d2ant_WifiRssiState(pBtCoexist, 1, 2, 35, 0); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism first -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else -+ { -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ // fw mechanism -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else -+ { -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ } -+ } -+ else -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+} -+ -+ -+VOID -+halbtc8192d2ant_ActionHidPanBc4( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u4Byte wifiBw, wifiTrafficDir; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(bBtHsOn) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8192d2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ if(BTC_WIFI_BW_LEGACY == wifiBw) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8192d2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8192d2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x10); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else if(!bWifiBusy) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ } -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+} -+VOID -+halbtc8192d2ant_ActionHidPanBc8( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState; -+ u4Byte wifiBw, wifiTrafficDir; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!bBtHsOn) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 2, 25, 0); -+ if((pCoexSta->bBtBusy && bWifiBusy)) -+ { -+ // fw mechanism first -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x15, 0x20); -+ } -+ else -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x10, 0x20); -+ } -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+ else -+ { -+ if(BTC_INTF_USB == pBtCoexist->chipInterface) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ if(BTC_WIFI_TRAFFIC_TX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ -+ halbtc8192d2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x000000f0, 0x40000010); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0xa0); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ else if(BTC_WIFI_TRAFFIC_RX == wifiTrafficDir) -+ { -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ } -+ } -+ else -+ { -+ if(pCoexSta->bBtBusy) -+ { -+ // fw mechanism -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ } -+} -+ -+VOID -+halbtc8192d2ant_ActionHidPan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8192d2ant_ActionHidPanBc4(pBtCoexist); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8192d2ant_ActionHidPanBc8(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8192d2ant_ActionPanA2dpBc4( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x0); -+ if(bBtHsOn) -+ { -+ if(pCoexSta->bBtBusy) -+ { -+ // fw mechanism -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ if(pCoexSta->bBtBusy && bWifiBusy) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x20, 0x10); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ } -+ else -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x0, FALSE); -+ } -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+} -+VOID -+halbtc8192d2ant_ActionPanA2dpBc8( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE, bWifiBusy=FALSE; -+ u1Byte wifiRssiState; -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!bBtHsOn) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ wifiRssiState = halbtc8192d2ant_WifiRssiState(pBtCoexist, 0, 2, 25, 0); -+ if((pCoexSta->bBtBusy && bWifiBusy)) -+ { -+ // fw mechanism first -+ if(pCoexSta->bBtUplink) -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x15, 0x20); -+ } -+ else -+ { -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, TRUE, 0x10, 0x20); -+ } -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x20, FALSE); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+ else -+ { -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+ } -+ else -+ { -+ if(pCoexSta->bBtBusy) -+ { -+ // fw mechanism -+ halbtc8192d2ant_Balance(pBtCoexist, NORMAL_EXEC, FALSE, 0, 0); -+ halbtc8192d2ant_DiminishWifi(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0, FALSE); -+ -+ // sw mechanism -+ halbtc8192d2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x20); -+ } -+ else -+ { -+ halbtc8192d2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0x30); -+ } -+ } -+} -+ -+VOID -+halbtc8192d2ant_ActionPanA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ if(BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8192d2ant_ActionPanA2dpBc4(pBtCoexist); -+ } -+ else if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ halbtc8192d2ant_ActionPanA2dpBc8(pBtCoexist); -+ } -+} -+ -+BOOLEAN -+halbtc8192d2ant_IsBtCoexistEnter( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte macPhyMode; -+ BOOLEAN bRet=TRUE; -+ BOOLEAN bWifiUnder5G=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_MAC_PHY_MODE, &macPhyMode); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ -+ if(BTC_SMSP != macPhyMode) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Only support single mac single phy!!\n")); -+ bRet = FALSE; -+ } -+ -+ if(bWifiUnder5G) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under 5G or A band\n")); -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ bRet = FALSE; -+ } -+ -+ return bRet; -+} -+ -+//============================================================ -+// extern function start with EXhalbtc8192d2ant_ -+//============================================================ -+VOID -+EXhalbtc8192d2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8192d2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ if( (BTC_CHIP_CSR_BC4 == pBtCoexist->boardInfo.btChipType) || -+ (BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) ) -+ { -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd) & BIT0; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, u1Tmp); -+ -+ halbtc8192d2ant_CoexTable(pBtCoexist, FORCE_EXEC, 0xaaaa9aaa, 0xffbd0040, 0x40000010); -+ -+ // switch control, here we set pathA to control -+ // 0x878[13] = 1, 0:pathB, 1:pathA(default) -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x878, BIT13, 0x1); -+ -+ // antsel control, here we use phy0 and enable antsel. -+ // 0x87c[16:15] = b'11, enable antsel, antsel output pin -+ // 0x87c[30] = 0, 0: phy0, 1:phy 1 -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x87c, bMaskDWord, 0x1fff8); -+ -+ // antsel to Bt or Wifi, it depends Bt on/off. -+ // 0x860[9:8] = 'b10, b10:Bt On, WL2G off(default), b01:Bt off, WL2G on. -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x860, BIT9|BIT8, 0x2); -+ -+ // sw/hw control switch, here we set sw control -+ // 0x870[9:8] = 'b11 sw control, 'b00 hw control -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x870, BIT9|BIT8, 0x3); -+ } -+} -+ -+VOID -+EXhalbtc8192d2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8192d2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8192d2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "[Action Manual control]!!"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pStackInfo->bProfileNotified) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pStackInfo->bScoExist, pStackInfo->bHidExist, pStackInfo->bPanExist, pStackInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x40", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8192d2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ //halbtc8192d2ant_InitCoexDm(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8192d2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ halbtc8192d2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ halbtc8192d2ant_InitCoexDm(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8192d2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8192d2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8192d2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8192d2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8192d2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8192d2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ EXhalbtc8192d2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8192d2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte algorithm; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Periodical!!\n")); -+ -+ // NOTE: -+ // sw mechanism must be done after fw mechanism -+ // -+ if(!halbtc8192d2ant_IsBtCoexistEnter(pBtCoexist)) -+ return; -+ -+ if(BTC_CHIP_CSR_BC8 == pBtCoexist->boardInfo.btChipType) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_GET_BT_RSSI, NULL); -+ -+ halbtc8192d2ant_MonitorBtState(pBtCoexist); -+ algorithm = halbtc8192d2ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8192D_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO\n")); -+ halbtc8192d2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8192D_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID\n")); -+ halbtc8192d2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8192D_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP\n")); -+ halbtc8192d2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8192D_2ANT_COEX_ALGO_PAN: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN\n")); -+ halbtc8192d2ant_ActionPan(pBtCoexist); -+ break; -+ case BT_8192D_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP\n")); -+ halbtc8192d2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ case BT_8192D_2ANT_COEX_ALGO_HID_PAN: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+HID\n")); -+ halbtc8192d2ant_ActionHidPan(pBtCoexist); -+ break; -+ case BT_8192D_2ANT_COEX_ALGO_PAN_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP\n")); -+ halbtc8192d2ant_ActionPanA2dp(pBtCoexist); -+ break; -+ default: -+ break; -+ } -+ } -+} -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8192d2Ant.h 2017-06-07 23:07:21.008687302 +0300 -@@ -0,0 +1,170 @@ -+//=========================================== -+// The following is for 8192D 2Ant BT Co-exist definition -+//=========================================== -+#define BTC_RSSI_COEX_THRESH_TOL_8192D_2ANT 6 -+ -+typedef enum _BT_INFO_SRC_8192D_2ANT{ -+ BT_INFO_SRC_8192D_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8192D_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8192D_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8192D_2ANT_MAX -+}BT_INFO_SRC_8192D_2ANT,*PBT_INFO_SRC_8192D_2ANT; -+ -+typedef enum _BT_8192D_2ANT_BT_STATUS{ -+ BT_8192D_2ANT_BT_STATUS_IDLE = 0x0, -+ BT_8192D_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8192D_2ANT_BT_STATUS_NON_IDLE = 0x2, -+ BT_8192D_2ANT_BT_STATUS_MAX -+}BT_8192D_2ANT_BT_STATUS,*PBT_8192D_2ANT_BT_STATUS; -+ -+typedef enum _BT_8192D_2ANT_COEX_ALGO{ -+ BT_8192D_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8192D_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8192D_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8192D_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8192D_2ANT_COEX_ALGO_PAN = 0x4, -+ BT_8192D_2ANT_COEX_ALGO_HID_A2DP = 0x5, -+ BT_8192D_2ANT_COEX_ALGO_HID_PAN = 0x6, -+ BT_8192D_2ANT_COEX_ALGO_PAN_A2DP = 0x7, -+ BT_8192D_2ANT_COEX_ALGO_MAX -+}BT_8192D_2ANT_COEX_ALGO,*PBT_8192D_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8192D_2ANT{ -+ // fw mechanism -+ BOOLEAN bPreBalanceOn; -+ BOOLEAN bCurBalanceOn; -+ -+ // diminishWifi -+ BOOLEAN bPreDacOn; -+ BOOLEAN bCurDacOn; -+ BOOLEAN bPreInterruptOn; -+ BOOLEAN bCurInterruptOn; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bPreNavOn; -+ BOOLEAN bCurNavOn; -+ -+ -+ -+ -+ -+ //BOOLEAN bPreDecBtPwr; -+ //BOOLEAN bCurDecBtPwr; -+ -+ //u1Byte preFwDacSwingLvl; -+ //u1Byte curFwDacSwingLvl; -+ //BOOLEAN bCurIgnoreWlanAct; -+ //BOOLEAN bPreIgnoreWlanAct; -+ //u1Byte prePsTdma; -+ //u1Byte curPsTdma; -+ //u1Byte psTdmaPara[5]; -+ //u1Byte psTdmaDuAdjType; -+ //BOOLEAN bResetTdmaAdjust; -+ //BOOLEAN bPrePsTdmaOn; -+ //BOOLEAN bCurPsTdmaOn; -+ //BOOLEAN bPreBtAutoReport; -+ //BOOLEAN bCurBtAutoReport; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ //u4Byte preVal0x6c0; -+ //u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u4Byte preVal0x6cc; -+ u4Byte curVal0x6cc; -+ //BOOLEAN bLimitedDig; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ //u1Byte btStatus; -+ //u1Byte wifiChnlInfo[3]; -+} COEX_DM_8192D_2ANT, *PCOEX_DM_8192D_2ANT; -+ -+typedef struct _COEX_STA_8192D_2ANT{ -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bBtBusy; -+ BOOLEAN bBtUplink; -+ BOOLEAN bBtDownLink; -+ BOOLEAN bA2dpBusy; -+}COEX_STA_8192D_2ANT, *PCOEX_STA_8192D_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8192d2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192d2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8192d2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192d2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192d2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192d2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192d2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192d2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192d2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192d2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192d2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192d2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8192d2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.c 2017-06-07 23:07:21.008687302 +0300 -@@ -0,0 +1,3738 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8192E Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8192e1Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8192E_1ANT GLCoexDm8192e1Ant; -+static PCOEX_DM_8192E_1ANT pCoexDm=&GLCoexDm8192e1Ant; -+static COEX_STA_8192E_1ANT GLCoexSta8192e1Ant; -+static PCOEX_STA_8192E_1ANT pCoexSta=&GLCoexSta8192e1Ant; -+ -+const char *const GLBtInfoSrc8192e1Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8192e1Ant=20140527; -+u4Byte GLCoexVer8192e1Ant=0x4f; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8192e1ant_ -+//============================================================ -+u1Byte -+halbtc8192e1ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8192E_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8192e1ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8192E_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8192e1ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+VOID -+halbtc8192e1ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+VOID -+halbtc8192e1ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+VOID -+halbtc8192e1ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8192e1ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType -+ ) -+{ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ halbtc8192e1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); -+ break; -+ case 1: // disable cck 1/2 -+ halbtc8192e1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003); -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ halbtc8192e1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7); -+ break; -+ default: -+ break; -+ } -+ -+ halbtc8192e1ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8192e1ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8192e1ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+VOID -+halbtc8192e1ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+VOID -+halbtc8192e1ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e1ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp, u1Tmp1; -+ s4Byte wifiRssi; -+ static u1Byte NumOfBtCounterChk = 0; -+ -+ //to avoid 0x76e[3] = 1 (WLAN_Act control by PTA) during IPS -+ //if (! (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) & 0x8) ) -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->highPriorityTx = 65535; -+ pCoexSta->highPriorityRx = 65535; -+ pCoexSta->lowPriorityTx = 65535; -+ pCoexSta->lowPriorityRx = 65535; -+ return; -+ } -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if( (pCoexSta->lowPriorityTx >= 1050) && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->popEventCnt++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Hi-Pri Rx/Tx: %d/%d, Lo-Pri Rx/Tx: %d/%d\n", -+ regHPRx, regHPTx, regLPRx, regLPTx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ -+ if ((regHPTx == 0) && (regHPRx ==0) && (regLPTx == 0) && (regLPRx == 0)) -+ { -+ NumOfBtCounterChk++; -+ if (NumOfBtCounterChk >= 3) -+ { -+ halbtc8192e1ant_QueryBtInfo(pBtCoexist); -+ NumOfBtCounterChk = 0; -+ } -+ } -+} -+ -+ -+VOID -+halbtc8192e1ant_MonitorWiFiCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u2Byte u2Tmp[3]; -+ s4Byte wifiRssi=0; -+ BOOLEAN bWifiBusy = FALSE, bWifiUnderBMode = FALSE; -+ static u1Byte nCCKLockCounter = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } -+ else -+ { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); -+ pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); -+ } -+ -+ -+ //reset counter -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x0); -+ -+ if ( (bWifiBusy) && (wifiRssi >= 30) && (!bWifiUnderBMode)) -+ { -+ if ( (pCoexDm->btStatus == BT_8192E_1ANT_BT_STATUS_ACL_BUSY) || -+ (pCoexDm->btStatus == BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY) || -+ (pCoexDm->btStatus == BT_8192E_1ANT_BT_STATUS_SCO_BUSY) ) -+ { -+ if (pCoexSta->nCRCOK_CCK >(pCoexSta->nCRCOK_11g + pCoexSta->nCRCOK_11n + -+ pCoexSta->nCRCOK_11nAgg) ) -+ { -+ if (nCCKLockCounter < 5) -+ nCCKLockCounter++; -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ if (!pCoexSta->bPreCCKLock) -+ { -+ -+ if (nCCKLockCounter >= 5) -+ pCoexSta->bCCKLock = TRUE; -+ else -+ pCoexSta->bCCKLock = FALSE; -+ } -+ else -+ { -+ if (nCCKLockCounter == 0) -+ pCoexSta->bCCKLock = FALSE; -+ else -+ pCoexSta->bCCKLock = TRUE; -+ } -+ -+ pCoexSta->bPreCCKLock = pCoexSta->bCCKLock; -+ -+ -+} -+ -+BOOLEAN -+halbtc8192e1ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8192e1ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+ -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8192e1ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8192E_1ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO only\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID only\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP only\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(HS) only\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(EDR) only\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(HS)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(EDR)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(HS)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(EDR)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(HS)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(EDR)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! BT Profile = SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8192E_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8192e1ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e1ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8192e1ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8192e1ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!") )); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e1ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8192e1ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8192e1ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8192e1ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8192e1ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8192e1ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** CoexTable(%d) **********\n", type)); -+ -+ pCoexSta->nCoexTableType = type; -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaa5a5a, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0xaa5a5a5a, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 7: -+ halbtc8192e1ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8192e1ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e1ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8192e1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8192e1ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8192e1ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8192e1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8192e1ant_SwMechanism( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRA -+ ) -+{ -+ halbtc8192e1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8192e1ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ u4Byte u4Tmp=0; -+ -+ if(bInitHwCfg) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x944, 0x24); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x930, 0x700700); -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30430004); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30030004); -+ -+ // 0x4c[27][24]='00', Set Antenna to BB -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &= ~BIT24; -+ u4Tmp &= ~BIT27; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ else if(bWifiOff) -+ { -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30430004); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30030004); -+ -+ // 0x4c[27][24]='11', Set Antenna to BT, 0x64[8:7]=0, 0x64[2]=1 -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp |= BIT24; -+ u4Tmp |= BIT27; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_PATH_WIFI: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x92c, 0x4); -+ break; -+ case BTC_ANT_PATH_BT: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x92c, 0x20); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x92c, 0x4); -+ break; -+ } -+} -+ -+VOID -+halbtc8192e1ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ if(byte1&BIT4 && !(byte1&BIT5)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+ -+VOID -+halbtc8192e1ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bTurnOnByCnt=FALSE, bWifiBusy=FALSE, bWiFiNoisy=FALSE; -+ u1Byte psTdmaTypeByCnt=0, rssiAdjustVal=0; -+ u1Byte psTdmaByte4Val = 0x50, psTdmaByte0Val = 0x51, psTdmaByte3Val = 0x10; -+ s1Byte nWiFiDurationAdjust = 0x0; -+ -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if (pCoexDm->bCurPsTdmaOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(off, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum <= 5) -+ nWiFiDurationAdjust = 5; -+ else if (pCoexSta->nScanAPNum >= 40) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nScanAPNum >= 20) -+ nWiFiDurationAdjust = -10; -+ -+ if (!pCoexSta->bForceLpsOn) //only for A2DP-only case 1/2/9/11 while wifi noisy threshold > 30 -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle -+ } -+ -+ if ( (type == 3) || (type == 13) || (type == 14) ) -+ psTdmaByte4Val = psTdmaByte4Val & 0xbf; //no dynamic slot for multi-profile -+ -+ if (pBtLinkInfo->bSlaveRole == TRUE) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ default: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1a, 0x1a, 0x0, psTdmaByte4Val); -+ break; -+ case 1: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 2: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x2d+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 3: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1d, 0x1d, 0x0, psTdmaByte4Val); -+ break; -+ case 4: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x14, 0x0); -+ break; -+ case 5: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x61, 0x15, 0x3, 0x11, 0x11); -+ break; -+ case 6: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x61, 0x20, 0x3, 0x11, 0x11); -+ break; -+ case 7: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x13, 0xc, 0x5, 0x0, 0x0); -+ break; -+ case 8: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 9: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 10: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 11: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 12: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x51, 0x0a, 0x0a, 0x0, 0x50); -+ break; -+ case 13: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x51, 0x12, 0x12, 0x0, psTdmaByte4Val); -+ break; -+ case 14: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x51, 0x21, 0x3, 0x10, psTdmaByte4Val); -+ break; -+ case 15: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0x3, 0x8, 0x0); -+ break; -+ case 16: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x10, 0x0); -+ break; -+ case 18: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 20: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x61, 0x3f, 0x03, 0x11, 0x10); -+ break; -+ case 21: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x11); -+ break; -+ case 22: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x10); -+ break; -+ case 23: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x18); -+ break; -+ case 24: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x3, 0x31, 0x18); -+ break; -+ case 25: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 26: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 27: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x98); -+ break; -+ case 28: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x69, 0x25, 0x3, 0x31, 0x0); -+ break; -+ case 29: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xab, 0x1a, 0x1a, 0x1, 0x10); -+ break; -+ case 30: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x51, 0x30, 0x3, 0x10, 0x10); -+ break; -+ case 31: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1a, 0x1a, 0, 0x58); -+ break; -+ case 32: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x61, 0x35, 0x3, 0x11, 0x11); -+ break; -+ case 33: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xa3, 0x25, 0x3, 0x30, 0x90); -+ break; -+ case 34: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x53, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 35: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x63, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 36: -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x12, 0x3, 0x14, 0x50); -+ break; -+ case 40: // SoftAP only with no sta associated,BT disable ,TDMA mode for power saving -+ /* here softap mode screen off will cost 70-80mA for phone */ -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x23, 0x18, 0x00, 0x10, 0x24); -+ break; -+ } -+ } -+ else -+ { -+ -+ // disable PS tdma -+ switch(type) -+ { -+ case 8: //PTA Control -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FALSE, FALSE); -+ break; -+ case 0: -+ default: //Software control, Antenna at BT side -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, FALSE); -+ break; -+ case 9: //Software control, Antenna at WiFi side -+ halbtc8192e1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FALSE, FALSE); -+ break; -+ } -+ } -+ rssiAdjustVal =0; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, &rssiAdjustVal); -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x\n", -+ pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948), pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765), pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67))); -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8192e1ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // sw all off -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ // hw all off -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+BOOLEAN -+halbtc8192e1ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected && -+ BT_8192E_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT non connected-idle!!\n")); -+ -+ //halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8192E_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ //halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8192E_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT connected-idle!!\n")); -+ -+ //halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8192E_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ -+ //halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8192E_1ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT Busy!!\n")); -+ -+ //halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if (bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ } -+ -+ bCommon = FALSE; -+ } -+ -+ return bCommon; -+} -+ -+ -+VOID -+halbtc8192e1ant_TdmaDurationAdjustForAcl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0, btInfoExt; -+ static BOOLEAN bPreWifiBusy=FALSE; -+ BOOLEAN bWifiBusy = FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjustForAcl()\n")); -+ -+ if(BT_8192E_1ANT_WIFI_STATUS_CONNECTED_BUSY == wifiStatus) -+ bWifiBusy = TRUE; -+ else -+ bWifiBusy = FALSE; -+ -+ if( (BT_8192E_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8192E_1ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8192E_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) ) -+ { -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 3 && -+ pCoexDm->curPsTdma != 9 ) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if ( (pCoexSta->lowPriorityTx) > 1050 || (pCoexSta->lowPriorityRx) > 1250 ) -+ retryCount++; -+ -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ if(result == -1) -+ { -+ if( (BT_INFO_8192E_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ else if(result == 1) -+ { -+ if( (BT_INFO_8192E_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ } -+ else //no change -+ { -+ /* Bryant Modify -+ if(bWifiBusy != bPreWifiBusy) //if busy / idle change -+ { -+ bPreWifiBusy = bWifiBusy; -+ halbtc8192e1ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, pCoexDm->curPsTdma); -+ } -+ */ -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 9 && -+ pCoexDm->curPsTdma != 11 ) -+ { -+ // recover to previous adjust type -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ } -+} -+ -+VOID -+halbtc8192e1ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8192e1ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8192e1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8192e1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8192e1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiOnly( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+} -+ -+VOID -+halbtc8192e1ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ halbtc8192e1ant_ActionWifiOnly(pBtCoexist); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ } -+ } -+} -+ -+//============================================= -+// -+// Software Coex Mechanism start -+// -+//============================================= -+ -+// SCO only or SCO+PAN(HS) -+ -+/* -+VOID -+halbtc8192e1ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+ -+VOID -+halbtc8192e1ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8192e1ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8192e1ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8192e1ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(HS) only -+VOID -+halbtc8192e1ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8192e1ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8192e1ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8192e1ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+VOID -+halbtc8192e1ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+*/ -+ -+//============================================= -+// -+// Non-Software Coex Mechanism start -+// -+//============================================= -+VOID -+halbtc8192e1ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8192e1ant_ActionHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8192e1ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bApEnable=FALSE, bWifiBusy=FALSE, bBtBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ if((!bWifiConnected) && (!pCoexSta->bWiFiIsHighPriTask)) -+ { -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist)) -+ { -+ // SCO/HID/A2DP busy -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if ((pBtLinkInfo->bPanExist) || (bWifiBusy)) -+ { -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionBtScoHidOnlyBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ // tdma and coex table -+ -+ if(pBtLinkInfo->bScoExist) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else //HID -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiConnectedBtAclBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ u1Byte btRssiState; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ btRssiState = halbtc8192e1ant_BtRssiState(2, 28, 0); -+ -+ if ( (pCoexSta->lowPriorityRx >= 1000) && (pCoexSta->lowPriorityRx != 65535) ) -+ { -+ pBtLinkInfo->bSlaveRole = TRUE; -+ } -+ else -+ { -+ pBtLinkInfo->bSlaveRole = FALSE; -+ } -+ -+ if(pBtLinkInfo->bHidOnly) //HID -+ { -+ halbtc8192e1ant_ActionBtScoHidOnlyBusy(pBtCoexist, wifiStatus); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ return; -+ } -+ else if(pBtLinkInfo->bA2dpOnly) //A2DP -+ { -+ if(BT_8192E_1ANT_WIFI_STATUS_CONNECTED_IDLE == wifiStatus) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ halbtc8192e1ant_TdmaDurationAdjustForAcl(pBtCoexist, wifiStatus); -+#if 0 -+ if (pCoexSta->bCCKLock) -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ else -+#endif -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ } -+ } -+ else if ( ((pBtLinkInfo->bA2dpExist) && (pBtLinkInfo->bPanExist)) || -+ (pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist&&pBtLinkInfo->bPanExist) ) //A2DP+PAN(OPP,FTP), HID+A2DP+PAN(OPP,FTP) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else if(pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist) //HID+A2DP -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ else if( (pBtLinkInfo->bPanOnly) || (pBtLinkInfo->bHidExist&&pBtLinkInfo->bPanExist) ) //PAN(OPP,FTP), HID+PAN(OPP,FTP) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ //BT no-profile busy (0x9) -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiNotConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // power save state -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ halbtc8192e1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiNotConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8192E_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8192E_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8192e1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiNotConnectedAssoAuth( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if( (pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist) ) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bPanExist) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8192E_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8192E_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8192e1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiConnectedSpecialPacket( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist)) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8192e1ant_ActionWifiConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiBusy=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ BOOLEAN bUnder4way=FALSE, bApEnable=FALSE; -+ u4Byte wifiBw; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect()===>\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ if(bUnder4way) -+ { -+ halbtc8192e1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under 4way<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ if(bScan || bLink || bRoam) -+ { -+ if(bScan) -+ halbtc8192e1ant_ActionWifiConnectedScan(pBtCoexist); -+ else -+ halbtc8192e1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under scan<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ // power save state -+ if(!bApEnable && BT_8192E_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus && !pBtCoexist->btLinkInfo.bHidOnly) -+ { -+ if(pBtCoexist->btLinkInfo.bA2dpOnly) //A2DP -+ { -+ if(!bWifiBusy) -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else //busy -+ { -+ if (pCoexSta->nScanAPNum >= BT_8192E_1ANT_WIFI_NOISY_THRESH) //no force LPS, no PS-TDMA, use pure TDMA -+ { -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ } -+ } -+ else if ((pCoexSta->bPanExist == FALSE) && (pCoexSta->bA2dpExist == FALSE) && (pCoexSta->bHidExist == FALSE)) -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ else -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(!bWifiBusy) -+ { -+ if(BT_8192E_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8192e1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else if( (BT_8192E_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8192e1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ else -+ { -+ if(BT_8192E_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8192e1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else if( (BT_8192E_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8192e1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else -+ { -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+} -+ -+VOID -+halbtc8192e1ant_RunSwCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte algorithm=0; -+ -+ algorithm = halbtc8192e1ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ -+ if(halbtc8192e1ant_IsCommonAction(pBtCoexist)) -+ { -+ -+ } -+ else -+ { -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8192E_1ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = SCO.\n")); -+ //halbtc8192e1ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID.\n")); -+ //halbtc8192e1ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP.\n")); -+ //halbtc8192e1ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP+PAN(HS).\n")); -+ //halbtc8192e1ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR).\n")); -+ //halbtc8192e1ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HS mode.\n")); -+ //halbtc8192e1ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN+A2DP.\n")); -+ //halbtc8192e1ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR)+HID.\n")); -+ //halbtc8192e1ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP+PAN.\n")); -+ //halbtc8192e1ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8192E_1ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP.\n")); -+ //halbtc8192e1ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = coexist All Off!!\n")); -+ //halbtc8192e1ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8192e1ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bIncreaseScanDevNum=FALSE; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ BOOLEAN bMiracastPlusBt=FALSE; -+ u1Byte aggBufSize=5; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Stop Coex DM <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if( (BT_8192E_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bIncreaseScanDevNum = TRUE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_INC_SCAN_DEV_NUM, &bIncreaseScanDevNum); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", numOfWifiLink,wifiLinkStatus) ); -+ -+ if(pBtLinkInfo->bBtLinkExist) -+ { -+ halbtc8192e1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ bMiracastPlusBt = TRUE; -+ } -+ else -+ { -+ halbtc8192e1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ bMiracastPlusBt = FALSE; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ halbtc8192e1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ -+ if ( (pBtLinkInfo->bA2dpExist) && (pCoexSta->bC2hBtInquiryPage) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8192e1ant_ActionBtInquiry(pBtCoexist); -+ } -+ else -+ halbtc8192e1ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ } -+ -+ if ( (pBtLinkInfo->bBtLinkExist) && (bWifiConnected) ) -+ { -+ halbtc8192e1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ -+ if(pBtLinkInfo->bScoExist) -+ halbtc8192e1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x5); -+ else -+ halbtc8192e1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, TRUE); -+ halbtc8192e1ant_RunSwCoexistMechanism(pBtCoexist); //just print debug message -+ } -+ else -+ { -+ halbtc8192e1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ -+ halbtc8192e1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x5); -+ -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ halbtc8192e1ant_RunSwCoexistMechanism(pBtCoexist); ////just print debug message -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8192e1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8192e1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ -+ if(!bWifiConnected) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is non connected-idle !!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ if (bScan) -+ halbtc8192e1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ else -+ halbtc8192e1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else -+ halbtc8192e1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else // wifi LPS/Busy -+ { -+ halbtc8192e1ant_ActionWifiConnected(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8192e1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ -+ // sw all off -+ halbtc8192e1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ //halbtc8192e1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ pCoexSta->popEventCnt = 0; -+} -+ -+VOID -+halbtc8192e1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ u4Byte u4Tmp=0; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 1Ant Init HW Config!!\n")); -+ -+ // antenna sw ctrl to bt -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, TRUE, FALSE); -+ -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ // antenna switch control parameter -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x858, 0x55555555); -+ -+ // coex parameters -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x1); -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ // enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // enable PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x20); -+ // enable mailbox interface -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x40); -+ u2Tmp |= BIT9; -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x40, u2Tmp); -+ -+ // enable PTA I2C mailbox -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x101); -+ u1Tmp |= BIT4; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x101, u1Tmp); -+ -+ // enable bt clock when wifi is disabled. -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x93); -+ u1Tmp |= BIT0; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x93, u1Tmp); -+ // enable bt clock when suspend. -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7); -+ u1Tmp |= BIT0; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x7, u1Tmp); -+} -+ -+ -+/* -+VOID -+halbtc8192e1ant_WifiOffHwCfg( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // set wlan_act to low -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+} -+*/ -+ -+//============================================================ -+// work around function start with wa_halbtc8192e1ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8192e1ant_ -+//============================================================ -+VOID -+EXhalbtc8192e1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+#if 0 -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u1Byte u1Tmp=0x0; -+ u2Byte u2Tmp=0x0; -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x67, 0x20); -+ -+ // enable BB, REG_SYS_FUNC_EN such that we can write 0x948 correctly. -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x2, u2Tmp|BIT0|BIT1); -+ -+ // set GRAN_BT = 1 -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ // set WLAN_ACT = 0 -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // -+ // S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) -+ // Local setting bit define -+ // BIT0: "0" for no antenna inverse; "1" for antenna inverse -+ // BIT1: "0" for internal switch; "1" for external switch -+ // BIT2: "0" for one antenna; "1" for two antenna -+ // NOTE: here default all internal switch and 1-antenna ==> BIT1=0 and BIT2=0 -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ u1Tmp |= 0x1; // antenna inverse -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ else -+ { -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ // set to S1 -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ u1Tmp |= 0x1; // antenna inverse -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_PCI) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ } -+ else if(pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+ } -+#endif -+} -+ -+VOID -+EXhalbtc8192e1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8192e1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8192e1ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ pBtCoexist->bStopCoexDm = FALSE; -+} -+ -+VOID -+EXhalbtc8192e1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ pBtCoexist->bStopCoexDm = FALSE; -+ -+ halbtc8192e1ant_InitCoexDm(pBtCoexist); -+ -+ halbtc8192e1ant_QueryBtInfo(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8192e1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ if(pBtCoexist->bStopCoexDm) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Coex is STOPPED]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%d/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8192e1Ant, GLCoexVer8192e1Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8192E_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8192E_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8192e1Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ if(!pBtCoexist->bManualControl) -+ { -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %d ", "DelBA/ BtCtrlAgg/ AggSize", \ -+ (pBtCoexist->btInfo.bRejectAggPkt? "Yes":"No"), (pBtCoexist->btInfo.bBtCtrlAggBufSize? "Yes":"No"), -+ pBtCoexist->btInfo.aggBufSize); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Rate Mask", \ -+ pBtCoexist->btInfo.raMask); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, pCoexDm->bAutoTdmaAdjust); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Latest error condition(should be 0)", \ -+ pCoexDm->errorCondition); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d ", "IgnWlanAct", \ -+ pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ } -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc04); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xd04); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x90c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0xc04/ 0xd04/ 0x90c", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x778", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x92c); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x92c/ 0x930", \ -+ (u1Tmp[0]), u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4f); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x40/ 0x4f", \ -+ u1Tmp[0], u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(hp rx[31:16]/tx[15:0])", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(lp rx[31:16]/tx[15:0])", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8192E_1ANT == 1) -+ halbtc8192e1ant_MonitorBtCtr(pBtCoexist); -+#endif -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+VOID -+EXhalbtc8192e1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp=0; -+ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ -+ halbtc8192e1ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8192e1ant_InitCoexDm(pBtCoexist); -+ halbtc8192e1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8192e1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8192e1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ u1Byte u1Tmpa, u1Tmpb; -+ u4Byte u4Tmp; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm ) -+ return; -+ -+ if(BTC_SCAN_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ -+ halbtc8192e1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum); -+ } -+ -+ if(pBtCoexist->btInfo.bBtDisabled) -+ return; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ halbtc8192e1ant_QueryBtInfo(pBtCoexist); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8192e1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8192e1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8192e1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8192e1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8192e1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_SCAN_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8192e1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ } -+ else // wifi is connected -+ { -+ halbtc8192e1ant_ActionWifiConnectedScan(pBtCoexist); -+ } -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8192e1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8192e1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8192e1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ //pCoexDm->nArpCnt = 0; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8192e1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8192e1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8192e1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8192e1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8192e1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ halbtc8192e1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8192e1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8192e1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8192e1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ BOOLEAN bWifiUnderBMode = FALSE; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ //Set CCK Tx/Rx high Pri except 11b mode -+ if (bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x00); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x00); //CCK Rx -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x10); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x10); //CCK Rx -+ } -+ -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ pCoexDm->nArpCnt = 0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x0); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x0); //CCK Rx -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ //H2C_Parameter[0] = 0x1; -+ H2C_Parameter[0] = 0x0; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+VOID -+EXhalbtc8192e1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ BTC_PACKET_ARP == type ) -+ { -+ if(BTC_PACKET_ARP == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet ARP notify\n")); -+ -+ pCoexDm->nArpCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ARP Packet Count = %d\n", pCoexDm->nArpCnt)); -+ -+ if(pCoexDm->nArpCnt >= 10) // if APR PKT > 10 after connect, do not go to ActionWifiConnectedSpecialPacket(pBtCoexist) -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet DHCP or EAPOL notify\n")); -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet [Type = %d] notify\n", type)); -+ } -+ -+ pCoexSta->specialPktPeriodCnt = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8192e1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8192e1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8192e1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8192e1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8192e1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ ( (BTC_PACKET_ARP == type ) && (pCoexSta->bWiFiIsHighPriTask) ) ) -+ { -+ halbtc8192e1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8192e1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bBtBusy=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8192E_1ANT_MAX) -+ rspSource = BT_INFO_SRC_8192E_1ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(BT_INFO_SRC_8192E_1ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ if (pCoexSta->btRetryCnt >= 1) -+ pCoexSta->popEventCnt++; -+ -+ if (pCoexSta->btInfoC2h[rspSource][2]&0x20) -+ pCoexSta->bC2hBtPage = TRUE; -+ else -+ pCoexSta->bC2hBtPage = FALSE; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2-90; -+ //pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ if(!pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x15 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x15\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); -+ } -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if(pCoexSta->btInfoExt & BIT1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ EXhalbtc8192e1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8192e1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if(pCoexSta->btInfoExt & BIT3) -+ { -+ if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8192e1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+#if(BT_AUTO_REPORT_ONLY_8192E_1ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8192e1ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8192E_1ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8192E_1ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8192E_1ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8192E_1ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8192E_1ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8192E_1ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ } -+ -+ halbtc8192e1ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ btInfo = btInfo & 0x1f; //mask profile bit for connect-ilde identification ( for CSR case: A2DP idle --> 0x41) -+ -+ if(!(btInfo&BT_INFO_8192E_1ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8192E_1ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8192E_1ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8192E_1ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8192E_1ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8192E_1ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8192E_1ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8192E_1ANT_B_ACL_BUSY) -+ { -+ if(BT_8192E_1ANT_BT_STATUS_ACL_BUSY != pCoexDm->btStatus) -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->btStatus = BT_8192E_1ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8192E_1ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8192E_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ bBtBusy = TRUE; -+ else -+ bBtBusy = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ halbtc8192e1ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8192e1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa,u1Tmpb, u1Tmpc; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF Status notify\n")); -+ -+ if(BTC_RF_ON == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned ON!!\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ } -+ else if(BTC_RF_OFF == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned OFF!!\n")); -+ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ -+ halbtc8192e1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ pBtCoexist->bStopCoexDm = TRUE; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ u1Tmpc = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x, 0x76e=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb, u1Tmpc)); -+ -+ } -+} -+ -+VOID -+EXhalbtc8192e1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ -+ halbtc8192e1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8192e1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+} -+ -+VOID -+EXhalbtc8192e1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8192e1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8192e1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ halbtc8192e1ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8192e1ant_InitCoexDm(pBtCoexist); -+ halbtc8192e1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8192e1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], *****************Coex DM Reset*****************\n")); -+ -+ halbtc8192e1ant_InitHwConfig(pBtCoexist, FALSE); -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x2, 0xfffff, 0x0); -+ halbtc8192e1ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8192e1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8192e1Ant, GLCoexVer8192e1Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8192E_1ANT == 0) -+ halbtc8192e1ant_QueryBtInfo(pBtCoexist); -+ halbtc8192e1ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ halbtc8192e1ant_MonitorBtCtr(pBtCoexist); -+ halbtc8192e1ant_MonitorWiFiCtr(pBtCoexist); -+ -+ if( halbtc8192e1ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust ) -+ { -+ -+ halbtc8192e1ant_RunCoexistMechanism(pBtCoexist); -+ } -+ -+ pCoexSta->specialPktPeriodCnt++; -+#endif -+} -+ -+ -+VOID -+EXhalbtc8192e1ant_DbgControl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte opCode, -+ IN u1Byte opLen, -+ IN pu1Byte pData -+ ) -+{ -+ switch(opCode) -+ { -+ case BTC_DBG_SET_COEX_NORMAL: -+ pBtCoexist->bManualControl = FALSE; -+ halbtc8192e1ant_InitCoexDm(pBtCoexist); -+ break; -+ case BTC_DBG_SET_COEX_WIFI_ONLY: -+ pBtCoexist->bManualControl = TRUE; -+ halbtc8192e1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+ break; -+ case BTC_DBG_SET_COEX_BT_ONLY: -+ // todo -+ break; -+ default: -+ break; -+ } -+} -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e1Ant.h 2017-06-07 23:07:21.008687302 +0300 -@@ -0,0 +1,254 @@ -+//=========================================== -+// The following is for 8192E 1ANT BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8192E_1ANT 1 -+ -+#define BT_INFO_8192E_1ANT_B_FTP BIT7 -+#define BT_INFO_8192E_1ANT_B_A2DP BIT6 -+#define BT_INFO_8192E_1ANT_B_HID BIT5 -+#define BT_INFO_8192E_1ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8192E_1ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8192E_1ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8192E_1ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8192E_1ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8192E_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0))? TRUE:FALSE) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8192E_1ANT 2 -+ -+#define BT_8192E_1ANT_WIFI_NOISY_THRESH 30 //max: 255 -+ -+typedef enum _BT_INFO_SRC_8192E_1ANT{ -+ BT_INFO_SRC_8192E_1ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8192E_1ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8192E_1ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8192E_1ANT_MAX -+}BT_INFO_SRC_8192E_1ANT,*PBT_INFO_SRC_8192E_1ANT; -+ -+typedef enum _BT_8192E_1ANT_BT_STATUS{ -+ BT_8192E_1ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8192E_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8192E_1ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8192E_1ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8192E_1ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8192E_1ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8192E_1ANT_BT_STATUS_MAX -+}BT_8192E_1ANT_BT_STATUS,*PBT_8192E_1ANT_BT_STATUS; -+ -+typedef enum _BT_8192E_1ANT_WIFI_STATUS{ -+ BT_8192E_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8192E_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN = 0x1, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_SCAN = 0x2, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT = 0x3, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_IDLE = 0x4, -+ BT_8192E_1ANT_WIFI_STATUS_CONNECTED_BUSY = 0x5, -+ BT_8192E_1ANT_WIFI_STATUS_MAX -+}BT_8192E_1ANT_WIFI_STATUS,*PBT_8192E_1ANT_WIFI_STATUS; -+ -+typedef enum _BT_8192E_1ANT_COEX_ALGO{ -+ BT_8192E_1ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8192E_1ANT_COEX_ALGO_SCO = 0x1, -+ BT_8192E_1ANT_COEX_ALGO_HID = 0x2, -+ BT_8192E_1ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8192E_1ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8192E_1ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8192E_1ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8192E_1ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8192E_1ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8192E_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8192E_1ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8192E_1ANT_COEX_ALGO_MAX = 0xb, -+}BT_8192E_1ANT_COEX_ALGO,*PBT_8192E_1ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8192E_1ANT{ -+ // fw mechanism -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ // sw mechanism -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ u4Byte backupArfrCnt1; // Auto Rate Fallback Retry cnt -+ u4Byte backupArfrCnt2; // Auto Rate Fallback Retry cnt -+ u2Byte backupRetryLimit; -+ u1Byte backupAmpduMaxTime; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ u1Byte preArfrType; -+ u1Byte curArfrType; -+ u1Byte preRetryLimitType; -+ u1Byte curRetryLimitType; -+ u1Byte preAmpduTimeType; -+ u1Byte curAmpduTimeType; -+ u4Byte nArpCnt; -+ -+ u1Byte errorCondition; -+} COEX_DM_8192E_1ANT, *PCOEX_DM_8192E_1ANT; -+ -+typedef struct _COEX_STA_8192E_1ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte specialPktPeriodCnt; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ s1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8192E_1ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8192E_1ANT_MAX]; -+ BOOLEAN bC2hBtInquiryPage; -+ BOOLEAN bC2hBtPage; //Add for win8.1 page out issue -+ BOOLEAN bWiFiIsHighPriTask; //Add for win8.1 page out issue -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ u4Byte popEventCnt; -+ u1Byte nScanAPNum; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ BOOLEAN bCCKLock; -+ BOOLEAN bPreCCKLock; -+ u1Byte nCoexTableType; -+ -+ BOOLEAN bForceLpsOn; -+}COEX_STA_8192E_1ANT, *PCOEX_STA_8192E_1ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8192e1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8192e1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8192e1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8192e1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e1ant_DbgControl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte opCode, -+ IN u1Byte opLen, -+ IN pu1Byte pData -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.c 2017-06-07 23:07:21.008687302 +0300 -@@ -0,0 +1,5027 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8192E Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8192E_2ANT GLCoexDm8192e2Ant; -+static PCOEX_DM_8192E_2ANT pCoexDm=&GLCoexDm8192e2Ant; -+static COEX_STA_8192E_2ANT GLCoexSta8192e2Ant; -+static PCOEX_STA_8192E_2ANT pCoexSta=&GLCoexSta8192e2Ant; -+ -+const char *const GLBtInfoSrc8192e2Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8192e2Ant=20150615; -+u4Byte GLCoexVer8192e2Ant=0x41; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8192e2ant_ -+//============================================================ -+u1Byte -+halbtc8192e2ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8192e2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8192e2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ } -+ } -+} -+ -+u4Byte -+halbtc8192e2ant_DecideRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte ssType, -+ IN u4Byte raMaskType -+ ) -+{ -+ u4Byte disRaMask=0x0; -+ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ if(ssType == 2) -+ disRaMask = 0x0; // enable 2ss -+ else -+ disRaMask = 0xfff00000; // disable 2ss -+ break; -+ case 1: // disable cck 1/2 -+ if(ssType == 2) -+ disRaMask = 0x00000003; // enable 2ss -+ else -+ disRaMask = 0xfff00003; // disable 2ss -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ if(ssType == 2) -+ disRaMask = 0x0001f1f7; // enable 2ss -+ else -+ disRaMask = 0xfff1f1f7; // disable 2ss -+ break; -+ default: -+ break; -+ } -+ -+ return disRaMask; -+} -+ -+VOID -+halbtc8192e2ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+VOID -+halbtc8192e2ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+VOID -+halbtc8192e2ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+VOID -+halbtc8192e2ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8192e2ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType -+ ) -+{ -+ u4Byte disRaMask=0x0; -+ -+ pCoexDm->curRaMaskType = raMaskType; -+ disRaMask = halbtc8192e2ant_DecideRaMask(pBtCoexist, pCoexDm->curSsType, raMaskType); -+ halbtc8192e2ant_UpdateRaMask(pBtCoexist, bForceExec, disRaMask); -+ -+ halbtc8192e2ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8192e2ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8192e2ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+VOID -+halbtc8192e2ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+VOID -+halbtc8192e2ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8192e2ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+BOOLEAN -+halbtc8192e2ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist,3, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ -+ if ( (BTC_RSSI_STATE_HIGH ==wifiRssiState ) || (BTC_RSSI_STATE_LOW ==wifiRssiState )) -+ { -+ return TRUE; -+ } -+ -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8192e2ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+ -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8192e2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8192E_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_SCO_PAN; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(pStackInfo->numOfHid >= 2) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID*2 + A2DP\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_SCO_PAN; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8192E_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8192e2ant_SetFwDacSwingLevel( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte dacSwingLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ // There are several type of dacswing -+ // 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Set Dac Swing Level=0x%x\n", dacSwingLvl)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x64=0x%x\n", H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x64, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e2ant_SetFwDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = decBtPwrLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], decrease Bt Power level = %d, FW write 0x62=0x%x\n", -+ decBtPwrLvl, H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x62, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e2ant_DecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s Dec BT power level = %d\n", -+ (bForceExec? "force to":""), decBtPwrLvl)); -+ pCoexDm->curBtDecPwrLvl = decBtPwrLvl; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], preBtDecPwrLvl=%d, curBtDecPwrLvl=%d\n", -+ pCoexDm->preBtDecPwrLvl, pCoexDm->curBtDecPwrLvl)); -+#if 0 // work around, avoid h2c command fail. -+ if(pCoexDm->preBtDecPwrLvl == pCoexDm->curBtDecPwrLvl) -+ return; -+#endif -+ } -+ halbtc8192e2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->curBtDecPwrLvl); -+ -+ pCoexDm->preBtDecPwrLvl = pCoexDm->curBtDecPwrLvl; -+} -+ -+VOID -+halbtc8192e2ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e2ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPreBtAutoReport=%d, bCurBtAutoReport=%d\n", -+ pCoexDm->bPreBtAutoReport, pCoexDm->bCurBtAutoReport)); -+ -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8192e2ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8192e2ant_FwDacSwingLvl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte fwDacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec? "force to":""), fwDacSwingLvl)); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], preFwDacSwingLvl=%d, curFwDacSwingLvl=%d\n", -+ pCoexDm->preFwDacSwingLvl, pCoexDm->curFwDacSwingLvl)); -+ -+ if(pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8192e2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+VOID -+halbtc8192e2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xffffc); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8192e2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPreRfRxLpfShrink=%d, bCurRfRxLpfShrink=%d\n", -+ pCoexDm->bPreRfRxLpfShrink, pCoexDm->bCurRfRxLpfShrink)); -+ -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8192e2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8192e2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!")) ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8192e2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ //return; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPreLowPenaltyRa=%d, bCurLowPenaltyRa=%d\n", -+ pCoexDm->bPreLowPenaltyRa, pCoexDm->bCurLowPenaltyRa)); -+ -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8192e2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8192e2ant_SetDacSwingReg( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte level -+ ) -+{ -+ u1Byte val=(u1Byte)level; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Write SwDacSwing = 0x%x\n", level)); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x883, 0x3e, val); -+} -+ -+VOID -+halbtc8192e2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ if(bSwDacSwingOn) -+ { -+ halbtc8192e2ant_SetDacSwingReg(pBtCoexist, swDacSwingLvl); -+ } -+ else -+ { -+ halbtc8192e2ant_SetDacSwingReg(pBtCoexist, 0x18); -+ } -+} -+ -+ -+VOID -+halbtc8192e2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPreDacSwingOn=%d, preDacSwingLvl=0x%x, bCurDacSwingOn=%d, curDacSwingLvl=0x%x\n", -+ pCoexDm->bPreDacSwingOn, pCoexDm->preDacSwingLvl, -+ pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl)); -+ -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8192e2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8192e2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc05, 0x30, 0x3); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc05, 0x30, 0x1); -+ } -+} -+ -+VOID -+halbtc8192e2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPreAdcBackOff=%d, bCurAdcBackOff=%d\n", -+ pCoexDm->bPreAdcBackOff, pCoexDm->bCurAdcBackOff)); -+ -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8192e2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8192e2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ //=================BB AGC Gain Table -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x0a1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x091B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x081C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x071D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x061E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x051F0001); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xaa1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa91B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa81C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa71D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa61E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa51F0001); -+ } -+ -+#if 0 -+ //=================RF Gain -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x02000); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x1); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x0); -+ -+ // set rssiAdjustVal for wifi module. -+ if(bAgcTableEn) -+ { -+ rssiAdjustVal = 8; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+#endif -+ -+} -+ -+VOID -+halbtc8192e2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPreAgcTableEn=%d, bCurAgcTableEn=%d\n", -+ pCoexDm->bPreAgcTableEn, pCoexDm->bCurAgcTableEn)); -+ -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8192e2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8192e2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8192e2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], preVal0x6c0=0x%x, preVal0x6c4=0x%x, preVal0x6c8=0x%x, preVal0x6cc=0x%x !!\n", -+ pCoexDm->preVal0x6c0, pCoexDm->preVal0x6c4, pCoexDm->preVal0x6c8, pCoexDm->preVal0x6cc)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], curVal0x6c0=0x%x, curVal0x6c4=0x%x, curVal0x6c8=0x%x, curVal0x6cc=0x%x !!\n", -+ pCoexDm->curVal0x6c0, pCoexDm->curVal0x6c4, pCoexDm->curVal0x6c8, pCoexDm->curVal0x6cc)); -+ -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8192e2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8192e2ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexSta->nCoexTableType = type; -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5ffb5ffb, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0x5fdf5fdf, 0x5fdb5fdb, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0xdfffdfff, 0x5ffb5ffb, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0x5ddd5ddd, 0x5fdb5fdb, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 7: -+ if(pCoexSta->nScanAPNum <= NOISY_AP_NUM_THRESH) -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0xfafafafa, 0xffffff, 0x3); -+ else -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 8: -+ halbtc8192e2ant_CoexTable(pBtCoexist, bForceExec, 0x5f5f5f5f, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8192e2ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+ -+VOID -+halbtc8192e2ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPreIgnoreWlanAct = %d, bCurIgnoreWlanAct = %d!!\n", -+ pCoexDm->bPreIgnoreWlanAct, pCoexDm->bCurIgnoreWlanAct)); -+ -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8192e2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+ -+VOID -+halbtc8192e2ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+ -+VOID -+halbtc8192e2ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], preLps/curLps=0x%x/0x%x, preRpwm/curRpwm=0x%x/0x%x!!\n", -+ pCoexDm->preLps, pCoexDm->curLps, pCoexDm->preRpwm, pCoexDm->curRpwm)); -+ -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], LPS-RPWM_Last=0x%x , LPS-RPWM_Now=0x%x!!\n", -+ pCoexDm->preRpwm, pCoexDm->curRpwm)); -+ -+ return; -+ } -+ } -+ halbtc8192e2ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+ -+ -+VOID -+halbtc8192e2ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ if(byte1&BIT4 && !(byte1&BIT5)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+ -+VOID -+halbtc8192e2ant_SwMechanism1( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bShrinkRxLPF, -+ IN BOOLEAN bLowPenaltyRA, -+ IN BOOLEAN bLimitedDIG, -+ IN BOOLEAN bBTLNAConstrain -+ ) -+{ -+ /* -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 != wifiBw) //only shrink RF Rx LPF for HT40 -+ { -+ if (bShrinkRxLPF) -+ bShrinkRxLPF = FALSE; -+ } -+ */ -+ -+ halbtc8192e2ant_RfShrink(pBtCoexist, NORMAL_EXEC, bShrinkRxLPF); -+ //halbtc8192e2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8192e2ant_SwMechanism2( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAGCTableShift, -+ IN BOOLEAN bADCBackOff, -+ IN BOOLEAN bSWDACSwing, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ halbtc8192e2ant_AgcTable(pBtCoexist, NORMAL_EXEC, bAGCTableShift); -+ //halbtc8192e2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, bADCBackOff); -+ halbtc8192e2ant_DacSwing(pBtCoexist, NORMAL_EXEC, bSWDACSwing, dacSwingLvl); -+} -+ -+VOID -+halbtc8192e2ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ u4Byte u4Tmp=0; -+ -+ if(bInitHwCfg) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x944, 0x24); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x930, 0x700700); -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30430004); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30030004); -+ -+ // 0x4c[27][24]='00', Set Antenna to BB -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &= ~BIT24; -+ u4Tmp &= ~BIT27; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ else if(bWifiOff) -+ { -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30430004); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x64, 0x30030004); -+ -+ // 0x4c[27][24]='11', Set Antenna to BT, 0x64[8:7]=0, 0x64[2]=1 -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp |= BIT24; -+ u4Tmp |= BIT27; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_PATH_WIFI: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x92c, 0x4); -+ break; -+ case BTC_ANT_PATH_BT: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x92c, 0x20); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x92c, 0x4); -+ break; -+ } -+} -+ -+VOID -+halbtc8192e2ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bTurnOnByCnt=FALSE; -+ u1Byte psTdmaTypeByCnt=0; -+ s1Byte nWiFiDurationAdjust = 0x0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPrePsTdmaOn = %d, bCurPsTdmaOn = %d!!\n", -+ pCoexDm->bPrePsTdmaOn, pCoexDm->bCurPsTdmaOn)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], prePsTdma = %d, curPsTdma = %d!!\n", -+ pCoexDm->prePsTdma, pCoexDm->curPsTdma)); -+ -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum >= 40) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nScanAPNum >= 20) -+ nWiFiDurationAdjust = -10; -+ -+/* -+ if (!pCoexSta->bForceLpsOn) //only for A2DP-only case 1/2/9/11 while wifi noisy threshold > 30 -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle -+ } -+ -+ -+ if ( (type == 3) || (type == 13) || (type == 14) ) -+ { -+ psTdmaByte4Val = psTdmaByte4Val & 0xbf; //no dynamic slot for multi-profile -+ -+ if (!bWifiBusy) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ } -+ -+ if (pBtLinkInfo->bSlaveRole == TRUE) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ -+*/ -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ case 1: -+ default: //d1,wb -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x11, 0x10); -+ break; -+ case 2: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x32, 0x03, 0x11, 0x10); -+ break; -+ case 3: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x28, 0x03, 0x11, 0x10); -+ break; -+ case 4: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1e, 0x03, 0x11, 0x10); -+ break; -+ case 5: //d1,pb,TXpause -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x63, 0x3c, 0x03, 0x90, 0x10); -+ break; -+ case 6: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x63, 0x32, 0x03, 0x90, 0x10); -+ break; -+ case 7: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x63, 0x28, 0x03, 0x90, 0x10); -+ break; -+ case 8: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x63, 0x1e, 0x03, 0x90, 0x10); -+ break; -+ case 9: //d1,bb -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x31, 0x10); -+ break; -+ case 10: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x32, 0x03, 0x31, 0x10); -+ break; -+ case 11: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x28, 0x03, 0x31, 0x10); -+ break; -+ case 12: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1e, 0x03, 0x31, 0x10); -+ break; -+ case 13: //d1,bb,TXpause -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x30, 0x10); -+ break; -+ case 14: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x32, 0x03, 0x30, 0x10); -+ break; -+ case 15: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x28, 0x03, 0x30, 0x10); -+ break; -+ case 16: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1e, 0x03, 0x30, 0x10); -+ break; -+ case 17: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x61, 0x20, 0x03, 0x10, 0x10); -+ break; -+ case 18: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 19: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x90); -+ break; -+ case 20: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x90); -+ break; -+ case 21: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x61, 0x35, 0x03, 0x11, 0x11); -+ break; -+ case 71: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ -+ // following cases is for wifi rssi low // bad antenna isolation, started from 81 -+ case 80: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x53, 0x3c, 0x3, 0x90, 0x50); -+ break; -+ case 81: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x53, 0x3a+nWiFiDurationAdjust, 0x3, 0x90, 0x50); -+ break; -+ case 82: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x53, 0x30+nWiFiDurationAdjust, 0x03, 0x90, 0x50); -+ break; -+ case 83: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x53, 0x21, 0x03, 0x90, 0x50); -+ break; -+ case 84: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x53, 0x15, 0x3, 0x90, 0x50); -+ break; -+ case 85: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x53, 0x3a, 0x03, 0x90, 0x50); -+ break; -+ case 86: -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x53, 0x21, 0x03, 0x90, 0x50); -+ break; -+ -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(type) -+ { -+ default: -+ case 0: //ANT2PTA, 0x778=1 -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ halbtc8192e2ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FALSE, FALSE); -+ break; -+ case 1: //ANT2BT, 0x778=3 -+ halbtc8192e2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x8, 0x0); -+ delay_ms(5); -+ halbtc8192e2ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, FALSE); -+ break; -+ -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8192e2ant_SetSwitchSsType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte ssType -+ ) -+{ -+ u1Byte mimoPs=BTC_MIMO_PS_DYNAMIC; -+ u4Byte disRaMask=0x0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], REAL set SS Type = %d\n", ssType)); -+ -+ disRaMask = halbtc8192e2ant_DecideRaMask(pBtCoexist, ssType, pCoexDm->curRaMaskType); -+ halbtc8192e2ant_UpdateRaMask(pBtCoexist, FORCE_EXEC, disRaMask); -+ -+ if(ssType == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ // switch ofdm path -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xc04, 0x11); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xd04, 0x1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x90c, 0x81111111); -+ // switch cck patch -+ //pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xe77, 0x4, 0x1); -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xa07, 0x81); -+ mimoPs=BTC_MIMO_PS_STATIC; -+ } -+ else if(ssType == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xc04, 0x33); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xd04, 0x3); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x90c, 0x81121313); -+ // remove, if 0xe77[2]=0x0 then CCK will fail, advised by Jenyu -+ //pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xe77, 0x4, 0x0); -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xa07, 0x41); -+ mimoPs=BTC_MIMO_PS_DYNAMIC; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_SEND_MIMO_PS, &mimoPs); // set rx 1ss or 2ss -+} -+ -+VOID -+halbtc8192e2ant_SwitchSsType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte newSsType -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], %s Switch SS Type = %d\n", -+ (bForceExec? "force to":""), newSsType)); -+ pCoexDm->curSsType = newSsType; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preSsType == pCoexDm->curSsType) -+ return; -+ } -+ halbtc8192e2ant_SetSwitchSsType(pBtCoexist, pCoexDm->curSsType); -+ -+ pCoexDm->preSsType = pCoexDm->curSsType; -+} -+ -+VOID -+halbtc8192e2ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8192e2ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ psType = BTC_PS_WIFI_NATIVE; -+ lpsVal = 0x0; -+ rpwmVal = 0x0; -+ } -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8192e2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8192e2ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8192e2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+ -+VOID -+halbtc8192e2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8192e2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, 0); -+ -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ halbtc8192e2ant_SwitchSsType(pBtCoexist, FORCE_EXEC, 2); -+ -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+// BOOLEAN bLowPwrDisable=TRUE; -+ -+// pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 1); -+ -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 21); -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionWiFiLinkProcess( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ -+} -+ -+BOOLEAN -+halbtc8192e2ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ BOOLEAN bBtHsOn=FALSE, bLowPwrDisable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(pBtLinkInfo->bScoExist || pBtLinkInfo->bHidExist) -+ { -+ halbtc8192e2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 0, 0, 0); -+ } -+ else -+ { -+ halbtc8192e2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ } -+ -+ if(!bWifiConnected) -+ { -+// bLowPwrDisable = FALSE; -+// pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-connected idle!!\n")); -+ -+ if( (BT_8192E_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) || -+ (BT_8192E_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if(BT_8192E_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+// bLowPwrDisable = FALSE; -+// pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else if(BT_8192E_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+// bLowPwrDisable = TRUE; -+// pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bBtHsOn) -+ return FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+// bLowPwrDisable = TRUE; -+// pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ bCommon = FALSE; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 21); -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ bCommon = TRUE; -+ } -+ } -+ } -+ -+ return bCommon; -+} -+ -+ -+VOID -+halbtc8192e2ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bScoHid, -+ IN BOOLEAN bTxPause, -+ IN u1Byte maxInterval -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if(bScoHid) -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ else -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if(maxInterval == 1) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 2) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 3) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+} -+ -+VOID -+halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow( -+ IN PBTC_COEXIST pBtCoexist//, -+ //IN u1Byte wifiStatus -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0, btInfoExt; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow()\n")); -+#if 0 -+ if( (BT_8192E_2ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8192E_2ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8192E_2ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) ) -+ { -+ if( pCoexDm->curPsTdma != 81 && -+ pCoexDm->curPsTdma != 82 && -+ pCoexDm->curPsTdma != 83 && -+ pCoexDm->curPsTdma != 84 ) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+#endif -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if(!pCoexDm->bAutoTdmaAdjustLowRssi) -+ { -+ pCoexDm->bAutoTdmaAdjustLowRssi = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjustForWifiRssiLow()!!\n")); -+ -+/* -+ if(BT_INFO_8192E_2ANT_A2DP_BASIC_RATE(btInfoExt)) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+ else -+*/ -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 81); -+ pCoexDm->psTdmaDuAdjType = 81; -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+// retryCount = pCoexSta->btRetryCnt; -+// btInfoExt = pCoexSta->btInfoExt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if ( (pCoexSta->lowPriorityTx) > 1050 || (pCoexSta->lowPriorityRx) > 1250 ) -+ retryCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ if(result == -1) -+ { -+/* -+ if( (BT_INFO_8192E_2ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 81) ||(pCoexDm->curPsTdma == 82)) ) -+ if( (BT_INFO_8192E_2ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 81) ||(pCoexDm->curPsTdma == 82)) ) -+ -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 84); -+ pCoexDm->psTdmaDuAdjType = 84; -+ } -+*/ -+ if(pCoexDm->curPsTdma == 80) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 81); -+ pCoexDm->psTdmaDuAdjType = 81; -+ } -+ else if(pCoexDm->curPsTdma == 81) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ } -+ else if(pCoexDm->curPsTdma == 82) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+ else if(pCoexDm->curPsTdma == 83) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 84); -+ pCoexDm->psTdmaDuAdjType = 84; -+ } -+ } -+ else if(result == 1) -+ { -+/* -+ if( (BT_INFO_8192E_2ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 81) ||(pCoexDm->curPsTdma == 82)) ) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+*/ -+ if(pCoexDm->curPsTdma == 84) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+ else if(pCoexDm->curPsTdma == 83) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ } -+ else if(pCoexDm->curPsTdma == 82) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 81); -+ pCoexDm->psTdmaDuAdjType = 81; -+ } -+ else if((pCoexDm->curPsTdma == 81)&&((pCoexSta->nScanAPNum <= NOISY_AP_NUM_THRESH))) -+ { -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 80); -+ pCoexDm->psTdmaDuAdjType = 80; -+ } -+ -+ } -+ -+ if( pCoexDm->curPsTdma != 80 && -+ pCoexDm->curPsTdma != 81 && -+ pCoexDm->curPsTdma != 82 && -+ pCoexDm->curPsTdma != 83 && -+ pCoexDm->curPsTdma != 84 ) -+ { -+ // recover to previous adjust type -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ } -+} -+ -+VOID -+halbtc8192e2ant_GetBtRssiThreshold( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte pThres0, -+ IN pu1Byte pThres1 -+ ) -+{ -+ u1Byte antType, btThreshold=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_ANT_TYPE, &antType); -+ -+ switch(antType) -+ { -+ case BTC_ANT_TYPE_0: // 92E with SPDT -+ *pThres0 = 100; -+ *pThres1 = 100; -+ break; -+ case BTC_ANT_TYPE_1: //92E without SPDT, poor antenna isolation -+ *pThres0 = 34; -+ *pThres1 = 42; -+ break; -+ case BTC_ANT_TYPE_2: //92E without SPDT, normal antenna isolation -+ *pThres0 = 34; //92E with coupler, goodl antenna isolation -+ *pThres1 = 42; -+ break; -+ case BTC_ANT_TYPE_3: -+ *pThres0 = 34; -+ *pThres1 = 42; -+ break; -+ case BTC_ANT_TYPE_4: -+ *pThres0 = 34; -+ *pThres1 = 42; -+ break; -+ default: -+ break; -+ } -+} -+ -+ -+//undefined -+VOID -+halbtc8192e2ant_ActionUndefined( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // power save state -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ // decrease BT power -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+ -+// SCO only or SCO+PAN(HS) -+VOID -+halbtc8192e2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ // btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if((bApEnable == TRUE) || (BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)))) -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ // halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, TRUE, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ else -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ else -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ // decrease BT power -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionScoPan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ // btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if((bApEnable == TRUE) || (BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)))) -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ else -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ -+ // pstdm -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); //shielding room -+ else if (BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 10); //open space //antenna at BT -+ else //low RSSI -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 86); -+ -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH) // BT HIGH RSSI & shielding room -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //shielding room -+ else if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //open space -+ else //low RSSI -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte anttype=0; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_ANT_TYPE, &anttype); -+ -+// halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+// btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ if(anttype == 0)//ANTTYPE = 0 92E 2ant with SPDT -+ { -+ // power save state & pstdma & coex table -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if(anttype == 1) //92E 2ant with coupler and bad ant. isolation, 92E 3ant with bad ant. isolation -+ { -+ // power save state & pstdma & coex table -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if(anttype == 2)//ANTTYPE = 2, 92E 2ant with coupler and normal/good ant. isolation, 92E 3ant with normal ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 9); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 9); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 9); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ } -+ else if(anttype == 3) //ANTTYPE = 3, 92E 3ant with good ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ } -+ else //ANTTYPE = 4 for test -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ -+ // power save state -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ // decrease BT power -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8192e2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte anttype=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_ANT_TYPE, &anttype); -+ -+// halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+// btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+// anttype = 4; -+ -+ if(anttype == 0)//ANTTYPE = 0 92E 2ant with SPDT -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ else if(anttype == 1) //92E 2ant with coupler and bad ant. isolation, 92E 3ant with bad ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); //shielding room -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ -+ } -+ else if(anttype == 2)//ANTTYPE = 2, 92E 2ant with coupler and normal/good ant. isolation, 92E 3ant with normal ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ else if(anttype == 3) //ANTTYPE = 3, 92E 3ant with good ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ } -+ else //ANTTYPE = 4 for test -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH) // BT HIGH RSSI & shielding room -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //shielding room -+ else if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x06); //open space -+ else //low RSSI -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 1); -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ -+ if( (btRssiState == BTC_RSSI_STATE_LOW) || -+ (btRssiState == BTC_RSSI_STATE_STAY_LOW) ) -+ { -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 2); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if( (btRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (btRssiState == BTC_RSSI_STATE_STAY_MEDIUM) ) -+ { -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 2); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 2); -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ // btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); //shielding room -+ else if (BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); //open space //antenna at BT -+ else //low RSSI -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 85); -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH) // BT HIGH RSSI & shielding room -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //shielding room -+ else if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //open space -+ else //low RSSI -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+//PAN(HS) only -+VOID -+halbtc8192e2ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+// halbtc8192e2ant_SwitchSsType(pBtCoexist, NORMAL_EXEC, 1); -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ -+ if( (btRssiState == BTC_RSSI_STATE_LOW) || -+ (btRssiState == BTC_RSSI_STATE_STAY_LOW) ) -+ { -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if( (btRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (btRssiState == BTC_RSSI_STATE_STAY_MEDIUM) ) -+ { -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8192e2ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ // btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if((BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)))) -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); //shielding room -+ else if (BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); //open space //antenna at BT -+ else //low RSSI -+{ -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 86); -+} -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH) // BT HIGH RSSI & shielding room -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //shielding room -+ else if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //open space -+ else //low RSSI -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ // btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if((BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)))) -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ else -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdm -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); //shielding room -+ else if (BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); //open space //antenna at BT -+ else //low RSSI -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 86); -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH) // BT HIGH RSSI & shielding room -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //shielding room -+ else if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //open space -+ else //low RSSI -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8192e2ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ // btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if((BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)))) -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ else -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); //6 -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); //shielding room -+ else if (BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); //open space //antenna at BT -+ else //low RSSI -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 86); -+ } -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH) // BT HIGH RSSI & shielding room -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //shielding room -+ else if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //open space -+ else //low RSSI -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0, anttype=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_ANT_TYPE, &anttype); -+ -+ // halbtc8192e2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ // btRssiState = halbtc8192e2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8192e2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8192e2ant_BtRssiState(3, 34, 42); -+ -+ if(anttype == 0)//ANTTYPE = 0 92E 2ant with SPDT -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ } -+ else if(anttype == 1) //92E 2ant with coupler and bad ant. isolation, 92E 3ant with bad ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ } -+ else if(anttype == 2)//ANTTYPE = 2, 92E 2ant with coupler and normal/good ant. isolation, 92E 3ant with normal ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ } -+ else if(anttype == 3) //ANTTYPE = 3, 92E 3ant with good ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8192e2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ } -+ else //ANTTYPE = 4 for test -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8192e2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8192e2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH) // BT HIGH RSSI & shielding room -+ halbtc8192e2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ -+ // limited Rx -+ halbtc8192e2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8192e2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ // sw mechanism -+ halbtc8192e2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); //shielding room -+ else if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH)) -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x06); //open space -+ else //low RSSI -+ halbtc8192e2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8192e2ant_ActionBtWhckTest( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ -+} -+ -+VOID -+halbtc8192e2ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ -+} -+ -+VOID -+halbtc8192e2ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiUnder5G=FALSE; -+ u1Byte btInfoOriginal=0, btRetryCnt=0; -+ u1Byte algorithm=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ algorithm = halbtc8192e2ant_ActionAlgorithm(pBtCoexist); -+ if(pCoexSta->bC2hBtInquiryPage && (BT_8192E_2ANT_COEX_ALGO_PANHS!=algorithm)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8192e2ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Algorithm = %d \n", pCoexDm->curAlgorithm)); -+ -+ if(halbtc8192e2ant_IsCommonAction(pBtCoexist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ } -+ else -+ { -+ if(pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], preAlgorithm=%d, curAlgorithm=%d\n", -+ pCoexDm->preAlgorithm, pCoexDm->curAlgorithm)); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ } -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8192E_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8192e2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_SCO_PAN: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO+PAN(EDR).\n")); -+ halbtc8192e2ant_ActionScoPan(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8192e2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8192e2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP+PAN(HS).\n")); -+ halbtc8192e2ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8192e2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8192e2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8192e2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8192e2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8192e2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8192E_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8192e2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = undefined!!\n")); -+ halbtc8192e2ant_ActionUndefined(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8192e2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp -+ ) -+{ -+ u4Byte u4Tmp=0; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ if(bBackUp) -+ { -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+ -+ // antenna sw ctrl to bt -+ halbtc8192e2ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, TRUE, FALSE); -+ -+ halbtc8192e2ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ // antenna switch control parameter -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x858, 0x55555555); -+ -+ // coex parameters -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ // enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // enable PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x20); -+ // enable mailbox interface -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x40); -+ u2Tmp |= BIT9; -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x40, u2Tmp); -+ -+ // enable PTA I2C mailbox -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x101); -+ u1Tmp |= BIT4; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x101, u1Tmp); -+ -+ // enable bt clock when wifi is disabled. -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x93); -+ u1Tmp |= BIT0; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x93, u1Tmp); -+ // enable bt clock when suspend. -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7); -+ u1Tmp |= BIT0; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x7, u1Tmp); -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8192e2ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8192e2ant_ -+//============================================================ -+VOID -+EXhalbtc8192e2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8192e2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8192e2ant_InitHwConfig(pBtCoexist, TRUE); -+} -+ -+VOID -+EXhalbtc8192e2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8192e2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8192e2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u2Byte u2Tmp[4]; -+ u4Byte u4Tmp[4]; -+ u4Byte faOfdm, faCck; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Antenna type:", \ -+ pBoardInfo->antType); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%d/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8192e2Ant, GLCoexVer8192e2Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8192E_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8192E_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pStackInfo->bScoExist, pStackInfo->bHidExist, pStackInfo->bPanExist, pStackInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8192e2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+/* -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "SS Type", \ -+ pCoexDm->curSsType); -+ CL_PRINTF(cliBuf); -+*/ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Rate Mask", \ -+ pBtCoexist->btInfo.raMask); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, pCoexDm->bAutoTdmaAdjust); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->curBtDecPwrLvl, pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "backup ARFR1/ARFR2/RL/AMaxTime", \ -+ pCoexDm->backupArfrCnt1, pCoexDm->backupArfrCnt2, pCoexDm->backupRetryLimit, pCoexDm->backupAmpduMaxTime); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "0x430/0x434/0x42a/0x456", \ -+ u4Tmp[0], u4Tmp[1], u2Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc04); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xd04); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x90c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0xc04/ 0xd04/ 0x90c", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x778", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x92c); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x92c/ 0x930", \ -+ (u1Tmp[0]), u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4f); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x40/ 0x4f", \ -+ u1Tmp[0], u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(hp rx[31:16]/tx[15:0])", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(lp rx[31:16]/tx[15:0])", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8192E_2ANT == 1) -+ halbtc8192e2ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8192e2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ halbtc8192e2ant_CoexAllOff(pBtCoexist); -+ halbtc8192e2ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8192e2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8192e2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum); -+ -+ } -+} -+ -+VOID -+EXhalbtc8192e2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8192e2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+VOID -+EXhalbtc8192e2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8192e2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtBusy=FALSE, bLimitedDig=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8192E_2ANT_MAX) -+ rspSource = BT_INFO_SRC_8192E_2ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(BT_INFO_SRC_8192E_2ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if( (pCoexSta->btInfoExt & BIT1) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ if(bWifiConnected) -+ { -+ EXhalbtc8192e2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8192e2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if( (pCoexSta->btInfoExt & BIT3) ) -+ { -+ if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8192e2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8192E_2ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8192e2ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8192E_2ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8192E_2ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8192E_2ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8192E_2ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8192E_2ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8192E_2ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ } -+ -+ halbtc8192e2ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ if(!(btInfo&BT_INFO_8192E_2ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8192E_2ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8192E_2ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8192E_2ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8192E_2ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8192E_2ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8192E_2ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8192E_2ANT_B_ACL_BUSY) -+ { -+ pCoexDm->btStatus = BT_8192E_2ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8192E_2ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8192E_2ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_2ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8192E_2ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bBtBusy = TRUE; -+ bLimitedDig = TRUE; -+ } -+ else -+ { -+ bBtBusy = FALSE; -+ bLimitedDig = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ pCoexDm->bLimitedDig = bLimitedDig; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ -+ halbtc8192e2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8192e2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8192e2ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ halbtc8192e2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ EXhalbtc8192e2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8192e2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8192e2Ant, GLCoexVer8192e2Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8192E_2ANT == 0) -+ halbtc8192e2ant_QueryBtInfo(pBtCoexist); -+ halbtc8192e2ant_MonitorBtCtr(pBtCoexist); -+ halbtc8192e2ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ if( halbtc8192e2ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust) -+ { -+ halbtc8192e2ant_RunCoexistMechanism(pBtCoexist); -+ } -+#endif -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8192e2Ant.h 2017-06-07 23:07:21.008687302 +0300 -@@ -0,0 +1,231 @@ -+//=========================================== -+// The following is for 8192E 2Ant BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8192E_2ANT 0 -+ -+#define BT_INFO_8192E_2ANT_B_FTP BIT7 -+#define BT_INFO_8192E_2ANT_B_A2DP BIT6 -+#define BT_INFO_8192E_2ANT_B_HID BIT5 -+#define BT_INFO_8192E_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8192E_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8192E_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8192E_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8192E_2ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8192E_2ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0))? TRUE:FALSE) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8192E_2ANT 2 -+#define NOISY_AP_NUM_THRESH 5 -+ -+typedef enum _BT_INFO_SRC_8192E_2ANT{ -+ BT_INFO_SRC_8192E_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8192E_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8192E_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8192E_2ANT_MAX -+}BT_INFO_SRC_8192E_2ANT,*PBT_INFO_SRC_8192E_2ANT; -+ -+typedef enum _BT_8192E_2ANT_BT_STATUS{ -+ BT_8192E_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8192E_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8192E_2ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8192E_2ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8192E_2ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8192E_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8192E_2ANT_BT_STATUS_MAX -+}BT_8192E_2ANT_BT_STATUS,*PBT_8192E_2ANT_BT_STATUS; -+ -+typedef enum _BT_8192E_2ANT_COEX_ALGO{ -+ BT_8192E_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8192E_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8192E_2ANT_COEX_ALGO_SCO_PAN = 0x2, -+ BT_8192E_2ANT_COEX_ALGO_HID = 0x3, -+ BT_8192E_2ANT_COEX_ALGO_A2DP = 0x4, -+ BT_8192E_2ANT_COEX_ALGO_A2DP_PANHS = 0x5, -+ BT_8192E_2ANT_COEX_ALGO_PANEDR = 0x6, -+ BT_8192E_2ANT_COEX_ALGO_PANHS = 0x7, -+ BT_8192E_2ANT_COEX_ALGO_PANEDR_A2DP = 0x8, -+ BT_8192E_2ANT_COEX_ALGO_PANEDR_HID = 0x9, -+ BT_8192E_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0xa, -+ BT_8192E_2ANT_COEX_ALGO_HID_A2DP = 0xb, -+ BT_8192E_2ANT_COEX_ALGO_MAX = 0xc -+}BT_8192E_2ANT_COEX_ALGO,*PBT_8192E_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8192E_2ANT{ -+ // fw mechanism -+ u1Byte preBtDecPwrLvl; -+ u1Byte curBtDecPwrLvl; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bResetTdmaAdjust; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bAutoTdmaAdjustLowRssi; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ u4Byte backupArfrCnt1; // Auto Rate Fallback Retry cnt -+ u4Byte backupArfrCnt2; // Auto Rate Fallback Retry cnt -+ u2Byte backupRetryLimit; -+ u1Byte backupAmpduMaxTime; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ u1Byte preSsType; -+ u1Byte curSsType; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ u1Byte curRaMaskType; -+ u1Byte preArfrType; -+ u1Byte curArfrType; -+ u1Byte preRetryLimitType; -+ u1Byte curRetryLimitType; -+ u1Byte preAmpduTimeType; -+ u1Byte curAmpduTimeType; -+} COEX_DM_8192E_2ANT, *PCOEX_DM_8192E_2ANT; -+ -+typedef struct _COEX_STA_8192E_2ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8192E_2ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8192E_2ANT_MAX]; -+ BOOLEAN bC2hBtInquiryPage; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ u1Byte nScanAPNum; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ u1Byte nCoexTableType; -+ BOOLEAN bForceLpsOn; -+ -+ u1Byte disVerInfoCnt; -+}COEX_STA_8192E_2ANT, *PCOEX_STA_8192E_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8192e2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8192e2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8192e2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8192e2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8192e2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.c 2017-06-07 23:07:21.009687394 +0300 -@@ -0,0 +1,4999 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8703B Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8703b1Ant.tmh" -+#endif -+ -+//#include -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8703B_1ANT GLCoexDm8703b1Ant; -+static PCOEX_DM_8703B_1ANT pCoexDm=&GLCoexDm8703b1Ant; -+static COEX_STA_8703B_1ANT GLCoexSta8703b1Ant; -+static PCOEX_STA_8703B_1ANT pCoexSta=&GLCoexSta8703b1Ant; -+static PSDSCAN_STA_8703B_1ANT GLPsdScan8703b1Ant; -+static PPSDSCAN_STA_8703B_1ANT pPsdScan = &GLPsdScan8703b1Ant; -+ -+ -+const char *const GLBtInfoSrc8703b1Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8703b1Ant=20150413; -+u4Byte GLCoexVer8703b1Ant=0x01; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8703b1ant_ -+//============================================================ -+u1Byte -+halbtc8703b1ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8703b1ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8703b1ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+VOID -+halbtc8703b1ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+VOID -+halbtc8703b1ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+VOID -+halbtc8703b1ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8703b1ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType -+ ) -+{ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ halbtc8703b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); -+ break; -+ case 1: // disable cck 1/2 -+ halbtc8703b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003); -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ halbtc8703b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7); -+ break; -+ default: -+ break; -+ } -+ -+ halbtc8703b1ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8703b1ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8703b1ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+VOID -+halbtc8703b1ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+VOID -+halbtc8703b1ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b1ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp, u1Tmp1; -+ s4Byte wifiRssi; -+ static u1Byte NumOfBtCounterChk = 0; -+ -+ //to avoid 0x76e[3] = 1 (WLAN_Act control by PTA) during IPS -+ //if (! (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) & 0x8) ) -+ -+ if (pCoexSta->bUnderIps) -+ { -+ //pCoexSta->highPriorityTx = 65535; -+ //pCoexSta->highPriorityRx = 65535; -+ //pCoexSta->lowPriorityTx = 65535; -+ //pCoexSta->lowPriorityRx = 65535; -+ //return; -+ } -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if( (pCoexSta->lowPriorityTx > 1150) && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->popEventCnt++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Hi-Pri Rx/Tx: %d/%d, Lo-Pri Rx/Tx: %d/%d\n", -+ regHPRx, regHPTx, regLPRx, regLPTx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ -+ if ((regHPTx == 0) && (regHPRx ==0) && (regLPTx == 0) && (regLPRx == 0)) -+ { -+ NumOfBtCounterChk++; -+ if (NumOfBtCounterChk >= 3) -+ { -+ halbtc8703b1ant_QueryBtInfo(pBtCoexist); -+ NumOfBtCounterChk = 0; -+ } -+ } -+} -+ -+ -+VOID -+halbtc8703b1ant_MonitorWiFiCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u2Byte u2Tmp[3]; -+ s4Byte wifiRssi=0; -+ BOOLEAN bWifiBusy = FALSE, bWifiUnderBMode = FALSE; -+ static u1Byte nCCKLockCounter = 0; -+ u4Byte TotalCnt; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } -+ else -+ { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); -+ pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); -+ } -+ -+ -+ //reset counter -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x0); -+ -+ if ( (bWifiBusy) && (wifiRssi >= 30) && (!bWifiUnderBMode)) -+ { -+ TotalCnt = pCoexSta->nCRCOK_CCK + pCoexSta->nCRCOK_11g + pCoexSta->nCRCOK_11n + -+ pCoexSta->nCRCOK_11nAgg; -+ -+ if ( (pCoexDm->btStatus == BT_8703B_1ANT_BT_STATUS_ACL_BUSY) || -+ (pCoexDm->btStatus == BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY) || -+ (pCoexDm->btStatus == BT_8703B_1ANT_BT_STATUS_SCO_BUSY) ) -+ { -+ if (pCoexSta->nCRCOK_CCK >(TotalCnt -pCoexSta->nCRCOK_CCK)) -+ { -+ if (nCCKLockCounter < 3) -+ nCCKLockCounter++; -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ if (!pCoexSta->bPreCCKLock) -+ { -+ -+ if (nCCKLockCounter >= 3) -+ pCoexSta->bCCKLock = TRUE; -+ else -+ pCoexSta->bCCKLock = FALSE; -+ } -+ else -+ { -+ if (nCCKLockCounter == 0) -+ pCoexSta->bCCKLock = FALSE; -+ else -+ pCoexSta->bCCKLock = TRUE; -+ } -+ -+ if (pCoexSta->bCCKLock) -+ pCoexSta->bCCKEverLock = TRUE; -+ -+ pCoexSta->bPreCCKLock = pCoexSta->bCCKLock; -+ -+ -+} -+ -+BOOLEAN -+halbtc8703b1ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8703b1ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ pBtLinkInfo->bBtHiPriLinkExist = pCoexSta->bBtHiPriLinkExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+ -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+VOID -+halbtc8703b1ant_UpdateWifiChannelInfo( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ BOOLEAN bWifiUnderBMode = FALSE; -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; //enable BT AFH skip WL channel for 8703b because BT Rx LO interference -+ //H2C_Parameter[0] = 0x0; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+ -+} -+ -+u1Byte -+halbtc8703b1ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8703B_1ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO only\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID only\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP only\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(HS) only\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(EDR) only\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(HS)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(EDR)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(HS)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(EDR)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(HS)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(EDR)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! BT Profile = SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8703B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8703b1ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b1ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8703b1ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8703b1ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!") )); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b1ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8703b1ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+u4Byte -+halbtc8703b1ant_LTECoex_InDirectReadReg( -+IN PBTC_COEXIST pBtCoexist, -+IN u2Byte RegAddr -+) -+{ -+ u4Byte j =0; -+ -+ -+ //wait for ready bit before access 0x7c0 -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x7c0, 0x800F0000|RegAddr); -+ -+ do -+ { -+ j++; -+ }while( ((pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7c3) & BIT5) ==0) && (j fBtcRead4Byte(pBtCoexist, 0x7c8)); //get read data -+ -+} -+ -+VOID -+halbtc8703b1ant_LTECoex_InDirectWriteReg( -+IN PBTC_COEXIST pBtCoexist, -+IN u2Byte RegAddr, -+IN u4Byte BitMask, -+IN u4Byte RegValue -+) -+{ -+ u4Byte val, i=0, j=0, bitpos = 0; -+ -+ -+ if (BitMask == 0x0) -+ return; -+ if (BitMask == 0xffffffff) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x7c4, RegValue); //put write data -+ -+ //wait for ready bit before access 0x7c0 -+ do -+ { -+ j++; -+ }while( ((pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7c3) & BIT5) ==0) && (j fBtcWrite4Byte(pBtCoexist, 0x7c0, 0xc00F0000|RegAddr); -+ } -+ else -+ { -+ for(i=0; i<=31; i++) -+ { -+ if ( ((BitMask >> i) & 0x1) == 0x1) -+ { -+ bitpos = i; -+ break; -+ } -+ } -+ -+ //read back register value before write -+ val = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, RegAddr); -+ val = (val & (~BitMask)) | (RegValue << bitpos); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x7c4, val); //put write data -+ -+ //wait for ready bit before access 0x7c0 -+ do -+ { -+ j++; -+ }while( ((pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7c3) & BIT5) ==0) && (j fBtcWrite4Byte(pBtCoexist, 0x7c0, 0xc00F0000|RegAddr); -+ -+ } -+ -+} -+ -+void -+halbtc8703b1ant_LTECoex_Enable( -+IN PBTC_COEXIST pBtCoexist, -+IN BOOLEAN bEnable -+) -+{ -+ u1Byte val; -+ -+ val = (bEnable)? 1 : 0; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, 0x80, val); //0x38[7] -+ -+} -+ -+void -+halbtc8703b1ant_LTECoex_PathControlOwner( -+IN PBTC_COEXIST pBtCoexist, -+IN BOOLEAN bWiFiControl -+) -+{ -+ u1Byte val; -+ -+ val = (bWiFiControl)? 1 : 0; -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x73, 0x4, val); //0x70[26] -+ -+} -+ -+void -+halbtc8703b1ant_LTECoex_Set_GNT_BT( -+IN PBTC_COEXIST pBtCoexist, -+IN u1Byte nControlBlock, -+IN BOOLEAN bSWControl, -+IN u1Byte nState -+) -+{ -+ u4Byte val=0, BitMask; -+ -+ nState = nState & 0x1; -+ val = (bSWControl)? ((nState<<1) | 0x1) : 0; -+ -+ switch(nControlBlock) -+ { -+ case RFC_AND_BB: -+ default: -+ BitMask = 0xc000; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[15:14] -+ BitMask = 0x0c00; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[11:10] -+ break; -+ case RFC_ONLY: -+ BitMask = 0xc000; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[15:14] -+ break; -+ case BB_ONLY: -+ BitMask = 0x0c00; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[11:10] -+ break; -+ -+ } -+ -+} -+ -+void -+halbtc8703b1ant_LTECoex_Set_GNT_WL( -+IN PBTC_COEXIST pBtCoexist, -+IN u1Byte nControlBlock, -+IN BOOLEAN bSWControl, -+IN u1Byte nState -+) -+{ -+ u4Byte val=0, BitMask; -+ -+ nState = nState & 0x1; -+ val = (bSWControl)? ((nState<<1) | 0x1) : 0; -+ -+ switch(nControlBlock) -+ { -+ case RFC_AND_BB: -+ default: -+ BitMask = 0x3000; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[13:12] -+ BitMask = 0x0300; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[9:8] -+ break; -+ case RFC_ONLY: -+ BitMask = 0x3000; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[13:12] -+ break; -+ case BB_ONLY: -+ BitMask = 0x0300; -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, 0x38, BitMask, val); // 0x38[9:8] -+ break; -+ -+ } -+ -+} -+ -+void -+halbtc8703b1ant_LTECoex_Set_CoexTable( -+IN PBTC_COEXIST pBtCoexist, -+IN u1Byte nTableType, -+IN u2Byte nTableContent -+) -+{ -+ u2Byte RegAddr = 0x0000; -+ -+ switch(nTableType) -+ { -+ case WL_VS_LTE: -+ RegAddr = 0xa0; -+ break; -+ case BT_VS_LTE: -+ RegAddr = 0xa4; -+ break; -+ } -+ -+ if (RegAddr != 0x0000) -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, RegAddr, 0xffff, nTableContent); // 0xa0[15:0] or 0xa4[15:0] -+ -+ -+} -+ -+ -+void -+halbtc8703b1ant_LTECoex_Set_BreakTable( -+IN PBTC_COEXIST pBtCoexist, -+IN u1Byte nTableType, -+IN u1Byte nTableContent -+) -+{ -+ u2Byte RegAddr = 0x0000; -+ -+ switch(nTableType) -+ { -+ case WL_BREAK_LTE: -+ RegAddr = 0xa8; -+ break; -+ case BT_BREAK_LTE: -+ RegAddr = 0xac; -+ break; -+ case LTE_BREAK_WL: -+ RegAddr = 0xb0; -+ break; -+ case LTE_BREAK_BT: -+ RegAddr = 0xb4; -+ break; -+ } -+ -+ if (RegAddr != 0x0000) -+ halbtc8703b1ant_LTECoex_InDirectWriteReg(pBtCoexist, RegAddr, 0xff, nTableContent); // 0xa8[15:0] or 0xb4[15:0] -+ -+ -+} -+ -+VOID -+halbtc8703b1ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8703b1ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8703b1ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8703b1ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ u4Byte nBreakTable; -+ u1Byte nSelectTable; -+ -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], ********** CoexTable(%d) **********\n", type)); -+ -+ pCoexSta->nCoexTableType = type; -+ -+ if (pCoexSta->bConCurrentRxModeOn == true) -+ { -+ nBreakTable = 0xf0ffffff; //set WL hi-pri can break BT -+ nSelectTable = 0xb; //set Tx response = Hi-Pri (ex: Transmitting ACK,BA,CTS) -+ } -+ else -+ { -+ nBreakTable = 0xffffff; -+ nSelectTable = 0x3; -+ } -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, nBreakTable, nSelectTable); -+ break; -+ case 1: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, nBreakTable, nSelectTable); -+ break; -+ case 2: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0xaa5a5a5a, 0xaa5a5a5a, nBreakTable, nSelectTable); -+ break; -+ case 3: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0xaa555555, 0xaa5a5a5a, nBreakTable, nSelectTable); -+ break; -+ case 4: -+ if ( (pCoexSta->bCCKEverLock) && (pCoexSta->nScanAPNum <= 5) ) -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0xaa555555, 0xaaaa5a5a, nBreakTable, nSelectTable); -+ else -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0xaa555555, 0xaa5a5a5a, nBreakTable, nSelectTable); -+ break; -+ case 5: -+ if ( (pCoexSta->bCCKEverLock) && (pCoexSta->nScanAPNum <= 5) ) -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0xaa555555, 0xaaaa5a5a, nBreakTable, nSelectTable); -+ else -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0xaa5a5a5a, 0xaa5a5a5a, nBreakTable, nSelectTable); -+ break; -+ case 6: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, nBreakTable, nSelectTable); -+ break; -+ case 7: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, nBreakTable, nSelectTable); -+ break; -+ case 8: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, nBreakTable, nSelectTable); -+ break; -+ case 9: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, nBreakTable, nSelectTable); -+ break; -+ case 10: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, nBreakTable, nSelectTable); -+ break; -+ case 11: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, nBreakTable, nSelectTable); -+ break; -+ case 12: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, nBreakTable, nSelectTable); -+ break; -+ case 13: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0xaaaaaaaa, nBreakTable, nSelectTable); -+ break; -+ case 14: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5ada5ada, nBreakTable, nSelectTable); -+ break; -+ case 15: -+ halbtc8703b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0xaaaaaaaa, nBreakTable, nSelectTable); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8703b1ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b1ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8703b1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8703b1ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8703b1ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8703b1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8703b1ant_SwMechanism( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRA -+ ) -+{ -+ halbtc8703b1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8703b1ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte fwVer=0, u4Tmp=0, cntBtCalChk=0; -+ BOOLEAN bPgExtSwitch=FALSE; -+ BOOLEAN bUseExtSwitch=FALSE; -+ BOOLEAN bIsInMpMode = FALSE; -+ u1Byte H2C_Parameter[2] ={0}, u1Tmp = 0; -+ u4Byte u4Tmp1=0, u4Tmp2=0; -+ -+ pCoexDm->curAntPosType = antPosType; -+ -+#if 1 -+ u4Tmp1 = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x38); -+ u4Tmp2 = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x54); -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x73); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** (Before Setup) 0x73 = 0x%x, 0x38= 0x%x, 0x54= 0x%x**********\n", u1Tmp, u4Tmp1, u4Tmp2)); -+#endif -+ -+ if(bInitHwCfg) -+ { -+ //Disable LTE Coex Function in WiFi side (this should be on if LTE coex is required) -+ halbtc8703b1ant_LTECoex_Enable(pBtCoexist, 0x0); -+ -+ //GNT_WL_LTE always = 1 (this should be config if LTE coex is required) -+ halbtc8703b1ant_LTECoex_Set_CoexTable(pBtCoexist, WL_VS_LTE, 0xffff); -+ -+ //GNT_BT_LTE always = 1 (this should be config if LTE coex is required) -+ halbtc8703b1ant_LTECoex_Set_CoexTable(pBtCoexist, BT_VS_LTE, 0xffff); -+ -+ // Wait If BT IQK running, because Path control owner is at BT during BT IQK (setup by WiFi firmware) -+ while(cntBtCalChk <= 20) -+ { -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49d); -+ cntBtCalChk++; -+ if(u1Tmp & BIT0) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ########### BT is calibrating (wait cnt=%d) ###########\n", cntBtCalChk)); -+ delay_ms(50); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** BT is NOT calibrating (wait cnt=%d)**********\n", cntBtCalChk)); -+ break; -+ } -+ } -+ -+ //set Path control owner to WL at initial step -+ halbtc8703b1ant_LTECoex_PathControlOwner(pBtCoexist, WLSIDE_CONTROL); -+ } -+ else if(bWifiOff) -+ { -+ //Disable LTE Coex Function in WiFi side -+ halbtc8703b1ant_LTECoex_Enable(pBtCoexist, 0x0); -+ -+ //if MP mode -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_IS_IN_MP_MODE, &bIsInMpMode); -+ if(bIsInMpMode) -+ halbtc8703b1ant_LTECoex_PathControlOwner(pBtCoexist, WLSIDE_CONTROL); //set Path control owner to BT -+ else -+ halbtc8703b1ant_LTECoex_PathControlOwner(pBtCoexist, BTSIDE_CONTROL);//set Path control owner to WiFi -+ } -+ else -+ { -+ // -+ } -+ -+ -+ if(bForceExec || (pCoexDm->curAntPosType != pCoexDm->preAntPosType) || bInitHwCfg || bWifiOff) -+ { -+ // internal switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_PATH_WIFI: -+ // set GNT_BT to low -+ halbtc8703b1ant_LTECoex_Set_GNT_BT(pBtCoexist, RFC_AND_BB, CONTROL_BY_SW, SET_TO_LOW); -+ //Set GNT_WL to high -+ halbtc8703b1ant_LTECoex_Set_GNT_WL(pBtCoexist, RFC_AND_BB, CONTROL_BY_SW, SET_TO_HIGH); -+ break; -+ case BTC_ANT_PATH_BT: -+ // set GNT_BT to high -+ halbtc8703b1ant_LTECoex_Set_GNT_BT(pBtCoexist, RFC_AND_BB, CONTROL_BY_SW, SET_TO_HIGH); -+ //Set GNT_WL to low -+ halbtc8703b1ant_LTECoex_Set_GNT_WL(pBtCoexist, RFC_AND_BB, CONTROL_BY_SW, SET_TO_LOW); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ // set GNT_BT to PTA -+ halbtc8703b1ant_LTECoex_Set_GNT_BT(pBtCoexist, RFC_AND_BB, CONTROL_BY_PTA, SET_BY_HW); -+ //Set GNT_WL to PTA -+ halbtc8703b1ant_LTECoex_Set_GNT_WL(pBtCoexist, RFC_AND_BB, CONTROL_BY_PTA, SET_BY_HW); -+ break; -+ } -+ } -+ -+#if 1 -+ u4Tmp1 = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x38); -+ u4Tmp2 = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x54); -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x73); -+ -+ if(bInitHwCfg) -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** (After Init) 0x73 = 0x%x, 0x38= 0x%x, 0x54= 0x%x**********\n", u1Tmp, u4Tmp1, u4Tmp2)); -+ else if (bWifiOff) -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** (After WiFi off) 0x73 = 0x%x, 0x38= 0x%x, 0x54= 0x%x**********\n", u1Tmp, u4Tmp1, u4Tmp2)); -+ else -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** (After Run time) 0x73 = 0x%x, 0x38= 0x%x, 0x54= 0x%x**********\n", u1Tmp, u4Tmp1, u4Tmp2)); -+#endif -+ -+ pCoexDm->preAntPosType = pCoexDm->curAntPosType; -+} -+ -+ -+VOID -+halbtc8703b1ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ if(byte1&BIT4 && !(byte1&BIT5)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+ -+VOID -+halbtc8703b1ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bTurnOnByCnt=FALSE, bWifiBusy=FALSE, bWiFiNoisy=FALSE; -+ u1Byte psTdmaTypeByCnt=0, rssiAdjustVal=0; -+ u1Byte psTdmaByte4Val = 0x50, psTdmaByte0Val = 0x51, psTdmaByte3Val = 0x10; -+ s1Byte nWiFiDurationAdjust = 0x0; -+ static BOOLEAN bPreWifiBusy=FALSE; -+ -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if (bWifiBusy != bPreWifiBusy) -+ { -+ bForceExec = TRUE; -+ bPreWifiBusy = bWifiBusy; -+ } -+ -+ if (pCoexDm->bCurPsTdmaOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(off, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum <= 5) -+ nWiFiDurationAdjust = 5; -+ //nWiFiDurationAdjust = 2; -+ else if (pCoexSta->nScanAPNum >= 40) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nScanAPNum >= 20) -+ nWiFiDurationAdjust = -10; -+ -+ if ((type == 1) || (type == 2) || (type == 9) || (type == 11) || (type == 101) -+ || (type == 102) || (type == 109) || (type == 101)) -+ { -+ if (!pCoexSta->bForceLpsOn) //Native power save TDMA, only for A2DP-only case 1/2/9/11 while wifi noisy threshold > 30 -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle, no dynamic slot -+ } -+ else -+ { -+ psTdmaByte0Val = 0x51; //null-pkt -+ psTdmaByte3Val = 0x10; //tx-pause at BT-slot -+ psTdmaByte4Val = 0x50; // 0x778 = d/1 toggle, dynamic slot -+ } -+ } -+ else if ((type == 3) || (type == 13) || (type == 14) || (type == 103) || (type == 113) || (type == 114)) -+ { -+ psTdmaByte0Val = 0x51; //null-pkt -+ psTdmaByte3Val = 0x10; //tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle, no dynamic slot -+#if 0 -+ if (!bWifiBusy) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+#endif -+ } -+ else //native power save case -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x11; // 0x778 = d/1 toggle, no dynamic slot -+ //psTdmaByte4Va is not defne for 0x778 = d/1, 1/1 case -+ } -+ -+ //if (pBtLinkInfo->bSlaveRole == TRUE) -+ if ((pBtLinkInfo->bSlaveRole == TRUE) && (pBtLinkInfo->bA2dpExist)) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ -+ if (type > 100) -+ { -+ psTdmaByte0Val = psTdmaByte0Val | 0x82; //set antenna control by SW -+ psTdmaByte3Val = psTdmaByte3Val | 0x60; //set antenna no toggle, control by antenna diversity -+ } -+ -+ -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ default: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1a, 0x1a, 0x0, psTdmaByte4Val); -+ break; -+ case 1: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 2: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x2d+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 3: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 4: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x14, 0x0); -+ break; -+ case 5: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x15, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 6: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x20, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 7: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xc, 0x5, 0x0, 0x0); -+ break; -+ case 8: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 9: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 10: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 11: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 12: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x0a, 0x0a, 0x0, 0x50); -+ break; -+ case 13: -+ if (pCoexSta->nScanAPNum <= 3) // for Lenovo CPT test A2DP + OPP -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ else -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 14: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 15: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0x3, 0x8, 0x0); -+ break; -+ case 16: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x10, 0x0); -+ break; -+ case 18: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 20: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3f, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 21: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x11); -+ break; -+ case 22: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 23: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x18); -+ break; -+ case 24: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x3, 0x31, 0x18); -+ break; -+ case 25: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 26: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 27: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x98); -+ break; -+ case 28: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x69, 0x25, 0x3, 0x31, 0x0); -+ break; -+ case 29: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xab, 0x1a, 0x1a, 0x1, 0x10); -+ break; -+ case 30: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x30, 0x3, 0x10, 0x10); -+ break; -+ case 31: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1a, 0x1a, 0, 0x58); -+ break; -+ case 32: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x35, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 33: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x35, 0x3, psTdmaByte3Val, 0x10); -+ break; -+ case 34: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x53, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 35: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x63, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 36: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x12, 0x3, 0x14, 0x50); -+ break; -+ case 40: // SoftAP only with no sta associated,BT disable ,TDMA mode for power saving -+ /* here softap mode screen off will cost 70-80mA for phone */ -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x23, 0x18, 0x00, 0x10, 0x24); -+ break; -+ -+ //for 1-Ant translate to 2-Ant -+ case 101: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 102: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x2d+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 103: -+ //halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1d, 0x1d, 0x0, psTdmaByte4Val); -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 105: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x15, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 106: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x20, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 109: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 111: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 113: -+ //halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x12, 0x12, 0x0, psTdmaByte4Val); -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 114: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 120: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3f, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 122: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 132: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 133: -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, 0x11); -+ break; -+ -+ } -+ } -+ else -+ { -+ -+ // disable PS tdma -+ switch(type) -+ { -+ case 8: //PTA Control -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ break; -+ case 0: -+ default: //Software control, Antenna at BT side -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ break; -+ case 1: // 2-Ant, 0x778=3, antenna control by antenna diversity -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x48, 0x0); -+ break; -+#if 0 -+ case 9: //Software control, Antenna at WiFi side -+ halbtc8703b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FALSE, FALSE); -+ break; -+#endif -+ } -+ } -+ rssiAdjustVal =0; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, &rssiAdjustVal); -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x\n", -+ pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948), pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765), pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67))); -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+BOOLEAN -+halbtc8703b1ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected && -+ BT_8703B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT non connected-idle!!\n")); -+ -+ //halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8703B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ //halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8703B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT connected-idle!!\n")); -+ -+ //halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8703B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ -+ //halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8703B_1ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT Busy!!\n")); -+ -+ //halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if (bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ } -+ -+ bCommon = FALSE; -+ } -+ -+ return bCommon; -+} -+ -+ -+VOID -+halbtc8703b1ant_TdmaDurationAdjustForAcl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0, btInfoExt; -+ static BOOLEAN bPreWifiBusy=FALSE; -+ BOOLEAN bWifiBusy = FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjustForAcl()\n")); -+ -+ if(BT_8703B_1ANT_WIFI_STATUS_CONNECTED_BUSY == wifiStatus) -+ bWifiBusy = TRUE; -+ else -+ bWifiBusy = FALSE; -+ -+ if( (BT_8703B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) ) -+ { -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 3 && -+ pCoexDm->curPsTdma != 9 ) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if ( (pCoexSta->lowPriorityTx) > 1050 || (pCoexSta->lowPriorityRx) > 1250 ) -+ retryCount++; -+ -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ if(result == -1) -+ { -+/* if( (BT_INFO_8703B_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else */ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ else if(result == 1) -+ { -+/* if( (BT_INFO_8703B_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else */ if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ } -+ else //no change -+ { -+ /* Bryant Modify -+ if(bWifiBusy != bPreWifiBusy) //if busy / idle change -+ { -+ bPreWifiBusy = bWifiBusy; -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, pCoexDm->curPsTdma); -+ } -+ */ -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 9 && -+ pCoexDm->curPsTdma != 11 ) -+ { -+ // recover to previous adjust type -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ } -+} -+ -+VOID -+halbtc8703b1ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8703b1ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8703b1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8703b1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8703b1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiOnly( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+} -+ -+VOID -+halbtc8703b1ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ halbtc8703b1ant_ActionWifiOnly(pBtCoexist); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ } -+ } -+} -+ -+//============================================= -+// -+// Software Coex Mechanism start -+// -+//============================================= -+ -+// SCO only or SCO+PAN(HS) -+ -+/* -+VOID -+halbtc8703b1ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+ -+VOID -+halbtc8703b1ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8703b1ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8703b1ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8703b1ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(HS) only -+VOID -+halbtc8703b1ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8703b1ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8703b1ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8703b1ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+VOID -+halbtc8703b1ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+*/ -+ -+//============================================= -+// -+// Non-Software Coex Mechanism start -+// -+//============================================= -+VOID -+halbtc8703b1ant_ActionBtWhckTest( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8703b1ant_ActionHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8703b1ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bApEnable=FALSE, bWifiBusy=FALSE, bBtBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ if ( (!bWifiConnected) && (!pCoexSta->bWiFiIsHighPriTask) ) -+ { -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if( (pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist) ) -+ { -+ // SCO/HID/A2DP busy -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if ( (pBtLinkInfo->bPanExist) || (bWifiBusy) ) -+ { -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ //for BT inquiry/page fail after S4 resume -+ //halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ -+ //halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ //halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionBtScoHidOnlyBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ // tdma and coex table -+ -+ if(pBtLinkInfo->bScoExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else //HID -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiConnectedBtAclBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ u1Byte btRssiState; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ btRssiState = halbtc8703b1ant_BtRssiState(2, 28, 0); -+ -+ if ( (pCoexSta->lowPriorityRx >= 950) && (!pCoexSta->bUnderIps) ) -+ { -+ pBtLinkInfo->bSlaveRole = TRUE; -+ } -+ else -+ { -+ pBtLinkInfo->bSlaveRole = FALSE; -+ } -+ -+ if(pBtLinkInfo->bHidOnly) //HID -+ { -+ halbtc8703b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, wifiStatus); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ return; -+ } -+ else if(pBtLinkInfo->bA2dpOnly) //A2DP -+ { -+ if(BT_8703B_1ANT_WIFI_STATUS_CONNECTED_IDLE == wifiStatus) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ halbtc8703b1ant_TdmaDurationAdjustForAcl(pBtCoexist, wifiStatus); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ } -+ } -+ else if ( ((pBtLinkInfo->bA2dpExist) && (pBtLinkInfo->bPanExist)) || -+ (pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist&&pBtLinkInfo->bPanExist) ) //A2DP+PAN(OPP,FTP), HID+A2DP+PAN(OPP,FTP) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else if(pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist) //HID+A2DP -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if( (pBtLinkInfo->bPanOnly) || (pBtLinkInfo->bHidExist&&pBtLinkInfo->bPanExist) ) //PAN(OPP,FTP), HID+PAN(OPP,FTP) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ //BT no-profile busy (0x9) -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 33); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiNotConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // power save state -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiNotConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8703B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8703B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8703b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiNotConnectedAssoAuth( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if( (pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist) ) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bPanExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 4); -+ } -+ else -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8703B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8703B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8703b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiConnectedSpecialPacket( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiBusy = FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ //no special packet process for both WiFi and BT very busy -+ if ((bWifiBusy) && ((pBtLinkInfo->bPanExist) || (pCoexSta->nNumOfProfile >= 2))) -+ return; -+ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist)) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8703b1ant_ActionWifiConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiBusy=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ BOOLEAN bUnder4way=FALSE, bApEnable=FALSE; -+ u4Byte wifiBw; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect()===>\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ if(bUnder4way) -+ { -+ halbtc8703b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under 4way<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ if(bScan || bLink || bRoam) -+ { -+ if(bScan) -+ halbtc8703b1ant_ActionWifiConnectedScan(pBtCoexist); -+ else -+ halbtc8703b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under scan<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ // power save state -+ if(!bApEnable && BT_8703B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus && !pBtCoexist->btLinkInfo.bHidOnly) -+ { -+ if(pBtCoexist->btLinkInfo.bA2dpOnly) //A2DP -+ { -+ if(!bWifiBusy) -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else //busy -+ { -+ if (pCoexSta->nScanAPNum >= BT_8703B_1ANT_WIFI_NOISY_THRESH) //no force LPS, no PS-TDMA, use pure TDMA -+ { -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ } -+ } -+ else if ((pCoexSta->bPanExist == FALSE) && (pCoexSta->bA2dpExist == FALSE) && (pCoexSta->bHidExist == FALSE)) -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ else -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(!bWifiBusy) -+ { -+ if(BT_8703B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8703b1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else if( (BT_8703B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8703b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ else -+ { -+ if(BT_8703B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8703b1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else if( (BT_8703B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8703b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else -+ { -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+} -+ -+VOID -+halbtc8703b1ant_RunSwCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte algorithm=0; -+ -+ algorithm = halbtc8703b1ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ -+ if(halbtc8703b1ant_IsCommonAction(pBtCoexist)) -+ { -+ -+ } -+ else -+ { -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8703B_1ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = SCO.\n")); -+ //halbtc8703b1ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID.\n")); -+ //halbtc8703b1ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP.\n")); -+ //halbtc8703b1ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP+PAN(HS).\n")); -+ //halbtc8703b1ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR).\n")); -+ //halbtc8703b1ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HS mode.\n")); -+ //halbtc8703b1ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN+A2DP.\n")); -+ //halbtc8703b1ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR)+HID.\n")); -+ //halbtc8703b1ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP+PAN.\n")); -+ //halbtc8703b1ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8703B_1ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP.\n")); -+ //halbtc8703b1ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = coexist All Off!!\n")); -+ //halbtc8703b1ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8703b1ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bIncreaseScanDevNum=FALSE; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ BOOLEAN bMiracastPlusBt=FALSE; -+ u1Byte aggBufSize=5; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0, wifiBw; -+ u1Byte iotPeer=BTC_IOT_PEER_UNKNOWN; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Stop Coex DM <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if(pCoexSta->bBtWhckTest) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under WHCK TEST!!!\n")); -+ halbtc8703b1ant_ActionBtWhckTest(pBtCoexist); -+ return; -+ } -+ -+ if( (BT_8703B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bIncreaseScanDevNum = TRUE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_INC_SCAN_DEV_NUM, &bIncreaseScanDevNum); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", numOfWifiLink,wifiLinkStatus) ); -+ -+ if(pBtLinkInfo->bBtLinkExist) -+ { -+ halbtc8703b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ bMiracastPlusBt = TRUE; -+ } -+ else -+ { -+ halbtc8703b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ bMiracastPlusBt = FALSE; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ -+ if ( (pBtLinkInfo->bA2dpExist) && (pCoexSta->bC2hBtInquiryPage) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8703b1ant_ActionBtInquiry(pBtCoexist); -+ } -+ else -+ halbtc8703b1ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if ( (pBtLinkInfo->bBtLinkExist) && (bWifiConnected) ) -+ { -+ halbtc8703b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_IOT_PEER, &iotPeer); -+ -+ if(BTC_IOT_PEER_CISCO != iotPeer) -+ { -+ if(pBtLinkInfo->bScoExist)//if (pBtLinkInfo->bBtHiPriLinkExist) -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x5); -+ else -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x5); -+ } -+ else -+ { -+ if(pBtLinkInfo->bScoExist) -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x5); -+ else -+ { -+ if (BTC_WIFI_BW_HT40==wifiBw) -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x10); -+ else -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ } -+ } -+ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, TRUE); -+ halbtc8703b1ant_RunSwCoexistMechanism(pBtCoexist); //just print debug message -+ } -+ else -+ { -+ halbtc8703b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x5); -+ -+ halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+ halbtc8703b1ant_RunSwCoexistMechanism(pBtCoexist); ////just print debug message -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8703b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8703b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ -+ if(!bWifiConnected) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is non connected-idle !!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ if (bScan) -+ halbtc8703b1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ else -+ halbtc8703b1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else -+ halbtc8703b1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else // wifi LPS/Busy -+ { -+ halbtc8703b1ant_ActionWifiConnected(pBtCoexist); -+ } -+} -+ -+u4Byte -+halbtc8703b1ant_PSD_Log2Base( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val -+ -+ ) -+{ -+ u1Byte i,j; -+ u4Byte tmp, tmp2, val_integerdB=0, tindex, shiftcount=0; -+ u4Byte result,val_fractiondB=0,Table_fraction[21]= {0,432, 332, 274, 232, 200, -+ 174, 151,132,115,100,86,74,62,51,42, -+ 32,23,15,7,0}; -+ -+ if (val == 0) -+ return 0; -+ -+ tmp = val; -+ -+ while(1) -+ { -+ if (tmp == 1) -+ break; -+ else -+ { -+ tmp = (tmp >> 1); -+ shiftcount++; -+ } -+ } -+ -+ -+ val_integerdB = shiftcount+1; -+ -+ tmp2=1; -+ for (j=1; j<= val_integerdB;j++) -+ tmp2 = tmp2*2; -+ -+ tmp = (val*100) /tmp2; -+ tindex = tmp/5; -+ -+ if (tindex > 20) -+ tindex = 20; -+ -+ val_fractiondB = Table_fraction[tindex]; -+ -+ result = val_integerdB*100 - val_fractiondB; -+ -+ return (result); -+ -+ -+} -+ -+VOID -+halbtc8703b1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ -+ // sw all off -+ halbtc8703b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ //halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ //halbtc8703b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ pCoexSta->popEventCnt = 0; -+} -+ -+VOID -+halbtc8703b1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0;//, fwVer; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0, u1Tmpa=0, u1Tmpb=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ u4Byte u4Tmp1=0, u4Tmp2=0; -+ -+ -+ u4Tmp1 = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x38); -+ u4Tmp2 = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x54); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** (Before Init HW config) 0x38= 0x%x, 0x54= 0x%x**********\n", u4Tmp1, u4Tmp2)); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 1Ant Init HW Config!!\n")); -+ -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x550, 0x8, 0x1); //enable TBTT nterrupt -+ -+ //BT report packet sample rate -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, 0x5); -+ -+ // Enable BT counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x1); -+ -+ //Enable PTA (3-wire function form BT side) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+ -+ //Enable PTA (tx/rx signal form WiFi side) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x4c6, 0x10, 0x1); -+ -+ //enable GNT_WL/GNT_BT debug signal to GPIO14/15 -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x73, 0x8, 0x1); -+ -+ //enable GNT_WL -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x4e, 0x40, 0x0); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x1, 0x0); -+ -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ -+ //Antenna config -+ if(bWifiOnly) -+ { -+ pCoexSta->bConCurrentRxModeOn = false; -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FORCE_EXEC, TRUE, FALSE); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FORCE_EXEC, FALSE, FALSE); -+ } -+ else -+ { -+ pCoexSta->bConCurrentRxModeOn = true; -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x953, 0x2, 0x1); -+ //RF 0x1[0] = 0 -> Set GNT_WL_RF_Rx always = 1 for con-current Rx -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0x1, 0x0); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, TRUE, FALSE); -+ } -+ -+ // PTA parameter -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+} -+ -+ -+ -+VOID -+halbtc8703b1ant_PSD_ShowData( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u4Byte nDeltaFreqPerPoint; -+ u4Byte freq,freq1,freq2,n=0,i=0, j=0, m=0, PsdRep1, PsdRep2; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n\n============[PSD info] (%d)============\n", -+ pPsdScan->nPSDGenCount); -+ CL_PRINTF(cliBuf); -+ -+ if (pPsdScan->nPSDGenCount == 0) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n No Data !!\n"); -+ CL_PRINTF(cliBuf); -+ return; -+ } -+ -+ if (pPsdScan->nPSDPoint == 0) -+ nDeltaFreqPerPoint = 0; -+ else -+ nDeltaFreqPerPoint = pPsdScan->nPSDBandWidth/pPsdScan->nPSDPoint; -+ -+ //if (pPsdScan->bIsPSDShowMaxOnly) -+ if (0) -+ { -+ PsdRep1 = pPsdScan->nPSDMaxValue/100; -+ PsdRep2 = pPsdScan->nPSDMaxValue - PsdRep1 * 100; -+ -+ freq = ((pPsdScan->nRealCentFreq-20) * 1000000 + pPsdScan->nPSDMaxValuePoint * nDeltaFreqPerPoint); -+ freq1 = freq/1000000; -+ freq2 = freq/1000 - freq1 * 1000; -+ -+ if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq = %d.0%d MHz", -+ freq1, freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq = %d.%d MHz", -+ freq1, freq2); -+ -+ if (PsdRep2 < 10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, ", Value = %d.0%d dB, (%d) \n", -+ PsdRep1, PsdRep2, pPsdScan->nPSDMaxValue); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, ", Value = %d.%d dB, (%d)\n", -+ PsdRep1, PsdRep2, pPsdScan->nPSDMaxValue); -+ -+ CL_PRINTF(cliBuf); -+ } -+ else -+ { -+ m = pPsdScan->nPSDStartPoint; -+ n = pPsdScan->nPSDStartPoint; -+ i = 1; -+ j = 1; -+ -+ while(1) -+ { -+ do -+ { -+ freq = ((pPsdScan->nRealCentFreq-20) * 1000000 + m * nDeltaFreqPerPoint); -+ freq1 = freq/1000000; -+ freq2 = freq/1000 - freq1 * 1000; -+ -+ if (i ==1) -+ { -+ if (freq2 == 0) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq%6d.000", freq1); -+ else if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq%6d.0%2d", freq1,freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq%6d.%3d", freq1,freq2); -+ } -+ else if ( (i%8 == 0) || (m == pPsdScan->nPSDStopPoint) ) -+ { -+ if (freq2 == 0) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.000\n", freq1); -+ else if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.0%2d\n", freq1,freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.%3d\n", freq1,freq2); -+ } -+ else -+ { -+ if (freq2 == 0) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.000", freq1); -+ else if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.0%2d", freq1,freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.%3d", freq1,freq2); -+ } -+ -+ i++; -+ m++; -+ CL_PRINTF(cliBuf); -+ -+ }while( (i <= 8) && (m <= pPsdScan->nPSDStopPoint)); -+ -+ -+ do -+ { -+ PsdRep1 = pPsdScan->nPSDReport_MaxHold[n]/100; -+ PsdRep2 = pPsdScan->nPSDReport_MaxHold[n] - PsdRep1 * 100; -+ -+ if (j ==1) -+ { -+ if (PsdRep2 <10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Val %7d.0%d", PsdRep1,PsdRep2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Val %7d.%d", PsdRep1,PsdRep2); -+ } -+ else if ( (j%8 == 0) || (n == pPsdScan->nPSDStopPoint) ) -+ { -+ if (PsdRep2 <10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.0%d\n", PsdRep1,PsdRep2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.%d\n", PsdRep1,PsdRep2); -+ } -+ else -+ { -+ if (PsdRep2 <10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.0%d", PsdRep1,PsdRep2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.%d", PsdRep1,PsdRep2); -+ } -+ -+ j++; -+ n++; -+ CL_PRINTF(cliBuf); -+ -+ } while( (j <= 8) && (n <= pPsdScan->nPSDStopPoint)); -+ -+ if ( (m > pPsdScan->nPSDStopPoint) || (n > pPsdScan->nPSDStopPoint) ) -+ break; -+ else -+ { -+ i = 1; -+ j = 1; -+ } -+ -+ } -+ } -+ -+ -+} -+ -+VOID -+halbtc8703b1ant_PSD_MaxHoldData( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte GenCount -+ ) -+{ -+ u4Byte i=0, i_max=0, val_max=0, j; -+ -+ if (GenCount== 1) -+ { -+ memcpy(pPsdScan->nPSDReport_MaxHold, pPsdScan->nPSDReport, BT_8703B_1ANT_ANTDET_PSD_POINTS*sizeof(u4Byte)); -+ -+ for (i= pPsdScan->nPSDStartPoint; i<=pPsdScan->nPSDStopPoint; i++) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Max_Hold i = %d, PSDReport = %d dB\n", i, pPsdScan->nPSDReport_MaxHold[i])); -+ } -+ -+ pPsdScan->nPSDMaxValuePoint = 0; -+ pPsdScan->nPSDMaxValue = 0; -+ -+ } -+ else -+ { -+ for (i= pPsdScan->nPSDStartPoint; i<=pPsdScan->nPSDStopPoint; i++) -+ { -+ if (pPsdScan->nPSDReport[i] > pPsdScan->nPSDReport_MaxHold[i]) -+ pPsdScan->nPSDReport_MaxHold[i] = pPsdScan->nPSDReport[i]; -+ -+ //search Max Value -+ if (i ==pPsdScan->nPSDStartPoint ) -+ { -+ i_max = i; -+ val_max = pPsdScan->nPSDReport_MaxHold[i]; -+ } -+ else -+ { -+ if (pPsdScan->nPSDReport_MaxHold[i] > val_max) -+ { -+ i_max = i; -+ val_max = pPsdScan->nPSDReport_MaxHold[i]; -+ } -+ } -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Max_Hold i = %d, PSDReport = %d dB\n", i, pPsdScan->nPSDReport_MaxHold[i])); -+ -+ } -+ -+ pPsdScan->nPSDMaxValuePoint = i_max; -+ pPsdScan->nPSDMaxValue = val_max; -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Max_Hold i_Max = %d, PSDReport_Max = %d dB\n", pPsdScan->nPSDMaxValuePoint -+ // ,pPsdScan->nPSDMaxValue)); -+ } -+ -+ -+} -+ -+u4Byte -+halbtc8703b1ant_PSD_GetData( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte nPoint -+ ) -+{ -+ //reg 0x808[9:0]: FFT data x -+ //reg 0x808[22]: 0-->1 to get 1 FFT data y -+ //reg 0x8b4[15:0]: FFT data y report -+ -+ u4Byte val = 0, psd_report =0; -+ -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x808); -+ -+ val &= 0xffbffc00; -+ val |= nPoint; -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x808, val); -+ -+ val |= 0x00400000; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x808, val); -+ -+ -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x8b4); -+ -+ psd_report = val & 0x0000ffff; -+ -+ return psd_report; -+} -+ -+ -+VOID -+halbtc8703b1ant_PSD_SweepPoint( -+IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN s4Byte offset, -+ IN u4Byte span, -+ IN u4Byte points, -+ IN u4Byte avgnum -+ ) -+{ -+ u4Byte i,val,n,k=0; -+ u4Byte nPoints=0, psd_report=0; -+ u4Byte nStartP=0, nStopP=0, nDeltaFreqPerPoint=156250; -+ u4Byte nPSDCenterFreq=20*10^6, freq,freq1,freq2; -+ BOOLEAN outloop = FALSE; -+ u1Byte flag = 0; -+ u4Byte tmp, PsdRep1, PsdRep2; -+ u4Byte WiFi_OriginalChannel = 1; -+ -+ pPsdScan->bIsPSDRunning = TRUE; -+ -+ do -+ { -+ switch(flag) -+ { -+ case 0: //Get PSD parameters -+ default: -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), centFreq=0x%x, offset=0x%x, span=0x%x\n", -+ // centFreq, offset, span)); -+ -+ pPsdScan->nPSDBandWidth = 40*1000000; -+ pPsdScan->nPSDPoint = points; -+ pPsdScan->nPSDStartBase = points/2; -+ pPsdScan->nPSDAvgNum = avgnum; -+ pPsdScan->nRealCentFreq = centFreq; -+ pPsdScan->nRealOffset = offset; -+ pPsdScan->nRealSpan = span; -+ -+ -+ nPoints = pPsdScan->nPSDPoint; -+ nDeltaFreqPerPoint = pPsdScan->nPSDBandWidth/pPsdScan->nPSDPoint; -+ -+ //PSD point setup -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x808); -+ val &= 0xffff0fff; -+ -+ switch(pPsdScan->nPSDPoint) -+ { -+ case 128: -+ val |= 0x0; -+ break; -+ case 256: -+ default: -+ val |=0x00004000; -+ break; -+ case 512: -+ val |= 0x00008000; -+ break; -+ case 1024: -+ val |= 0x0000c000; -+ break; -+ } -+ -+ switch(pPsdScan->nPSDAvgNum) -+ { -+ case 1: -+ val |= 0x0; -+ break; -+ case 8: -+ val |=0x00001000; -+ break; -+ case 16: -+ val |= 0x00002000; -+ break; -+ case 32: -+ default: -+ val |= 0x00003000; -+ break; -+ } -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x808, val); -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), PSD BW= %d, DeltaFreq=%d\n" -+ // , pPsdScan->nPSDBandWidth, nDeltaFreqPerPoint)); -+ flag = 1; -+ break; -+ case 1: //calculate the PSD point index from freq/offset/span -+ nPSDCenterFreq = pPsdScan->nPSDBandWidth /2 +offset*(1000000); -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), PSD Center Freq = %d\n", (centFreq + offset))); -+ -+ nStartP = pPsdScan->nPSDStartBase + (nPSDCenterFreq - span *(1000000)/2) /nDeltaFreqPerPoint; -+ pPsdScan->nPSDStartPoint = nStartP - pPsdScan->nPSDStartBase; -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Start PSD Poin Matrix Index = %d\n", pPsdScan->nPSDStartPoint)); -+ -+ nStopP = pPsdScan->nPSDStartBase + (nPSDCenterFreq + span *(1000000)/2) /nDeltaFreqPerPoint; -+ pPsdScan->nPSDStopPoint = nStopP - pPsdScan->nPSDStartBase-1; -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Stop PSD Poin Matrix Index = %d\n",pPsdScan->nPSDStopPoint)); -+ -+ flag = 2; -+ break; -+ case 2: //set RF channel/BW/Mode -+ -+ //set 3-wire off -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x88c); -+ val |= 0x00300000; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x88c,val); -+ -+ //CCK off -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x800); -+ val &= 0xfeffffff; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x800,val); -+ -+ //store WiFi original channel -+ WiFi_OriginalChannel = pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff); -+ -+ //Set RF channel -+ if (centFreq == 2484) -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff, 0xe); -+ else -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff, (centFreq-2412)/5 + 1); //WiFi TRx Mask on -+ -+ //Set RF mode = Rx, RF Gain = 0x8a0 -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x0, 0xfffff, 0x308a0); -+ -+ //Set RF Rx filter corner -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0x3e4); -+ -+ //Set TRx mask off -+ //un-lock TRx Mask setup -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdd, 0x80, 0x1); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdf, 0x1, 0x1); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ flag = 3; -+ break; -+ case 3: -+ memset(pPsdScan->nPSDReport,0, pPsdScan->nPSDPoint*sizeof(u4Byte)); -+ nStartP = pPsdScan->nPSDStartPoint + pPsdScan->nPSDStartBase; -+ nStopP = pPsdScan->nPSDStopPoint + pPsdScan->nPSDStartBase + 1; -+ -+ i = nStartP; -+ -+ while (i < nStopP) -+ { -+ if (i >= nPoints) -+ { -+ psd_report = halbtc8703b1ant_PSD_GetData(pBtCoexist,i-nPoints); -+ } -+ else -+ { -+ psd_report = halbtc8703b1ant_PSD_GetData(pBtCoexist,i); -+ } -+ -+ if (psd_report == 0) -+ tmp = 0; -+ else -+ //tmp = 20*log10((double)psd_report); -+ //20*log2(x)/log2(10), log2Base return theresult of the psd_report*100 -+ tmp = 6 * halbtc8703b1ant_PSD_Log2Base(pBtCoexist, psd_report); -+ -+ n = i-pPsdScan->nPSDStartBase; -+ pPsdScan->nPSDReport[n] = tmp; -+ PsdRep1 = pPsdScan->nPSDReport[n] /100; -+ PsdRep2 = pPsdScan->nPSDReport[n] - PsdRep1 * 100; -+ -+ freq = ((centFreq-20) * 1000000 + n * nDeltaFreqPerPoint); -+ freq1 = freq/1000000; -+ freq2 = freq/1000 - freq1 * 1000; -+/* -+ if (freq2 < 100) -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), i = %d (%d.0%d MHz)", n, freq1, freq2)); -+ else -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), i = %d (%d.%d MHz)", n, freq1, freq2)); -+ -+ if (PsdRep2 < 10) -+ RT_TRACE(COMP_COEX, DBG_LOUD, (", PSDReport = %d (%d.0%d dB)\n",psd_report, PsdRep1, PsdRep2)); -+ else -+ RT_TRACE(COMP_COEX, DBG_LOUD, (", PSDReport = %d (%d.%d dB)\n",psd_report, PsdRep1,PsdRep2)); -+*/ -+ i++; -+ -+ k=0; -+ -+ //Add Delay between PSD point -+ while(1) -+ { -+ if (k++ > 20000) -+ break; -+ } -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint()==============\n")); -+ } -+ -+ flag = 100; -+ break; -+ case 99: //error -+ -+ outloop = TRUE; -+ break; -+ case 100: //recovery -+ -+ //set 3-wire on -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x88c); -+ val &=0xffcfffff; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x88c,val); -+ -+ //CCK on -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x800); -+ val |= 0x01000000; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x800,val); -+ -+ //PSD off -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x808); -+ val &=0xffbfffff; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x808,val); -+ -+ //TRx Mask on -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); -+ -+ //lock TRx Mask setup -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdd, 0x80, 0x0); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdf, 0x1, 0x0); -+ -+ //Set RF Rx filter corner -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0x0); -+ -+ //restore WiFi original channel -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff, WiFi_OriginalChannel); -+ -+ outloop = TRUE; -+ break; -+ -+ } -+ -+ }while (!outloop); -+ -+ -+ -+ pPsdScan->bIsPSDRunning = FALSE; -+ -+ -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8703b1ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8703b1ant_ -+//============================================================ -+VOID -+EXhalbtc8703b1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u1Byte u1Tmp=0x0; -+ u2Byte u2Tmp=0x0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx Execute 8703b 1-Ant PowerOn Setting xxxxxxxxxxxxxxxx!!\n")); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("Ant Det Finish = %s, Ant Det Number = %d\n", -+ (pBoardInfo->btdmAntDetFinish? "Yes":"No"), pBoardInfo->btdmAntNumByAntDet)); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ -+ // enable BB, REG_SYS_FUNC_EN such that we can write 0x948 correctly. -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x2, u2Tmp|BIT0|BIT1); -+ -+ //set Path control owner to WiFi -+ halbtc8703b1ant_LTECoex_PathControlOwner(pBtCoexist, WLSIDE_CONTROL); -+ -+ // set GNT_BT to high -+ halbtc8703b1ant_LTECoex_Set_GNT_BT(pBtCoexist, RFC_AND_BB, CONTROL_BY_SW, SET_TO_HIGH); -+ //Set GNT_WL to low -+ halbtc8703b1ant_LTECoex_Set_GNT_WL(pBtCoexist, RFC_AND_BB, CONTROL_BY_SW, SET_TO_LOW); -+ -+ // set WLAN_ACT = 0 -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // -+ // S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) -+ // Local setting bit define -+ // BIT0: "0" for no antenna inverse; "1" for antenna inverse -+ // BIT1: "0" for internal switch; "1" for external switch -+ // BIT2: "0" for one antenna; "1" for two antenna -+ // NOTE: here default all internal switch and 1-antenna ==> BIT1=0 and BIT2=0 -+ -+ u1Tmp = 0; -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ } -+ else if(pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** LTE coex Reg 0x38 (Power-On) = 0x%x**********\n", halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x38))); -+ -+ -+#if 0 -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ u1Tmp |= 0x1; // antenna inverse -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ else -+ { -+ -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ // set to S1 -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ u1Tmp |= 0x1; // antenna inverse -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ -+ -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_PCI) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ } -+ else if(pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+ } -+ -+#endif -+} -+ -+VOID -+EXhalbtc8703b1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8703b1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8703b1ant_InitHwConfig(pBtCoexist, TRUE, bWifiOnly); -+ pBtCoexist->bStopCoexDm = FALSE; -+} -+ -+VOID -+EXhalbtc8703b1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ pBtCoexist->bStopCoexDm = FALSE; -+ -+ halbtc8703b1ant_InitCoexDm(pBtCoexist); -+ -+ halbtc8703b1ant_QueryBtInfo(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8703b1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u2Byte u2Tmp[4]; -+ u4Byte u4Tmp[4]; -+ u4Byte faOfdm, faCck; -+ u4Byte fwVer=0, btPatchVer=0; -+ static u1Byte PopReportIn10s = 0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ if(pBtCoexist->bStopCoexDm) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Coex is STOPPED]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ if (pPsdScan->bAntDet_TryCount == 0) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "Ant PG Num/ Mech/ Pos", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos); -+ CL_PRINTF(cliBuf); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d (%d/%d/%d)", "Ant PG Num/ Mech(Ant_Det)/ Pos", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNumByAntDet, pBoardInfo->btdmAntPos, -+ pPsdScan->bAntDet_TryCount, pPsdScan->bAntDet_FailCount, pPsdScan->nAntDet_Result); -+ CL_PRINTF(cliBuf); -+ -+ if (pBoardInfo->btdmAntDetFinish) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "Ant Det PSD Value", pPsdScan->nAntDet_PeakVal); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8703b1Ant, GLCoexVer8703b1Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %s", "WifibHiPri/ Ccklock/ CckEverLock", \ -+ (pCoexSta->bWiFiIsHighPriTask? "Yes":"No"), -+ (pCoexSta->bCCKLock? "Yes":"No"), -+ (pCoexSta->bCCKEverLock? "Yes":"No")); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ PopReportIn10s++; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d/ %d] ", "BT [status/ rssi/ retryCnt/ popCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8703B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8703B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt, pCoexSta->popEventCnt); -+ CL_PRINTF(cliBuf); -+ -+ if (PopReportIn10s >= 5) -+ { -+ pCoexSta->popEventCnt = 0; -+ PopReportIn10s = 0; -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d / %d", "SCO/HID/PAN/A2DP/Hi-Pri", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist, pBtLinkInfo->bBtHiPriLinkExist); -+ CL_PRINTF(cliBuf); -+ -+ if (pStackInfo->bProfileNotified) -+ { -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ else -+ { -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s", "BT Role/A2DP rate", \ -+ (pBtLinkInfo->bSlaveRole )? "Slave":"Master", (btInfoExt&BIT0)? "BR":"EDR"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8703b1Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism] (before Manual)============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ } -+ -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ 0x%x", "SM[LowPenaltyRA]/RA Mask", \ -+ pCoexDm->bCurLowPenaltyRa, pBtCoexist->btInfo.raMask); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %d ", "NoAggr/ CtrlAggr/ AggrSize", \ -+ (pBtCoexist->btInfo.bRejectAggPkt? "Yes":"No"), (pBtCoexist->btInfo.bBtCtrlAggBufSize? "Yes":"No"), -+ pBtCoexist->btInfo.aggBufSize); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism] (before Manual) ============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ } -+ -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (%s,%s)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, -+ (pCoexDm->bCurPsTdmaOn? "On":"Off"), -+ (pCoexDm->bAutoTdmaAdjust? "Adj":"Fix") ); -+ -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "WL/BT Coex Table Type", \ -+ pCoexSta->nCoexTableType); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x778/0x6cc/IgnWlanAct", \ -+ u1Tmp[0], u4Tmp[0], pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0xa0); -+ u4Tmp[1] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0xa4); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "LTE Coex Table W_L/B_L", \ -+ u4Tmp[0]&0xffff, u4Tmp[1]&0xffff); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0xa8); -+ u4Tmp[1] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0xac); -+ u4Tmp[2] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0xb0); -+ u4Tmp[3] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0xb4); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "LTE Break Table W_L/B_L/L_W/L_B", \ -+ u4Tmp[0]&0xffff, u4Tmp[1]&0xffff, u4Tmp[2]&0xffff, u4Tmp[3]&0xffff); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "0x430/0x434/0x42a/0x456", \ -+ u4Tmp[0], u4Tmp[1], u2Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ -+ u4Tmp[0] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x38); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x73); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %s", "LTE CoexOn/Path Ctrl Owner", \ -+ ((u4Tmp[0]&BIT7)>> 7), ((u1Tmp[0]&BIT2)? "WL":"BT")); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "LTE 3Wire/OPMode/UART/UARTMode", \ -+ ((u4Tmp[0]&BIT6)>> 6), ((u4Tmp[0]&(BIT5|BIT4))>> 4),((u4Tmp[0]&BIT3)>> 3), (u4Tmp[0]&(BIT2|BIT1|BIT0))); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %s", "GNT_WL_SWCtrl/GNT_BT_SWCtrl/Dbg", \ -+ ((u4Tmp[0]&BIT12)>> 12), ((u4Tmp[0]&BIT14)>> 14), ((u1Tmp[0]&BIT3)? "On":"Off")); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = halbtc8703b1ant_LTECoex_InDirectReadReg(pBtCoexist, 0x54); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "GNT_WL/GNT_BT/LTE_Busy/UART_Busy", \ -+ ((u4Tmp[0]&BIT2)>> 2), ((u4Tmp[0]&BIT3)>> 3), ((u4Tmp[0]&BIT1)>> 1), (u4Tmp[0]&BIT0)); -+ CL_PRINTF(cliBuf); -+ -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4c6); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x4c6[4]/0x40[5] (WL/BT PTA)", \ -+ ((u1Tmp[0] & BIT4)>>4), ((u1Tmp[1] & BIT5)>>5)); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x953); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ %s", "0x550(bcn ctrl)/0x522/4-RxAGC", \ -+ u4Tmp[0], u1Tmp[0], (u1Tmp[1]&0x2)? "On": "Off"); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcf0); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ -+ faOfdm = ((u4Tmp[0]&0xffff0000) >> 16) + ((u4Tmp[1]&0xffff0000) >> 16) + (u4Tmp[1] & 0xffff) + (u4Tmp[2] & 0xffff) + \ -+ ((u4Tmp[3]&0xffff0000) >> 16) + (u4Tmp[3] & 0xffff) ; -+ faCck = (u1Tmp[0] << 8) + u1Tmp[1]; -+ -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0xc50/OFDM-CCA/OFDM-FA/CCK-FA", \ -+ u4Tmp[1]&0xff, u4Tmp[0]&0xffff, faOfdm, faCck); -+ CL_PRINTF(cliBuf); -+ -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_OK CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCOK_CCK, pCoexSta->nCRCOK_11g, pCoexSta->nCRCOK_11n, pCoexSta->nCRCOK_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_Err CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCErr_CCK, pCoexSta->nCRCErr_11g, pCoexSta->nCRCErr_11n, pCoexSta->nCRCErr_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8703B_1ANT == 1) -+ //halbtc8703b1ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8703b1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp=0; -+ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ -+ halbtc8703b1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8703b1ant_InitCoexDm(pBtCoexist); -+ halbtc8703b1ant_QueryBtInfo(pBtCoexist); -+ -+ pCoexSta->bUnderIps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8703b1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8703b1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ u1Byte u1Tmpa, u1Tmpb; -+ u4Byte u4Tmp; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm ) -+ return; -+ -+ if(BTC_SCAN_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum); -+ } -+ -+ if(pBtCoexist->btInfo.bBtDisabled) -+ return; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ halbtc8703b1ant_QueryBtInfo(pBtCoexist); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8703b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8703b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8703b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8703b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_SCAN_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8703b1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ } -+ else // wifi is connected -+ { -+ halbtc8703b1ant_ActionWifiConnectedScan(pBtCoexist); -+ } -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8703b1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8703b1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8703b1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ //pCoexDm->nArpCnt = 0; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8703b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8703b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8703b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8703b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ halbtc8703b1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8703b1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8703b1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8703b1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ BOOLEAN bWifiUnderBMode = FALSE; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ //Set CCK Tx/Rx high Pri except 11b mode -+ if (bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x00); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x00); //CCK Rx -+ } -+ else -+ { -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x10); //CCK Tx -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x10); //CCK Rx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x00); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x10); //CCK Rx -+ } -+ -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ pCoexDm->nArpCnt = 0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x0); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x0); //CCK Rx -+ -+ pCoexSta->bCCKEverLock = FALSE; -+ } -+ -+ halbtc8703b1ant_UpdateWifiChannelInfo(pBtCoexist, type); -+ -+} -+ -+VOID -+EXhalbtc8703b1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE, bUnder4way=FALSE; -+ u1Byte aggBufSize=5; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ BTC_PACKET_ARP == type ) -+ { -+ if (BTC_PACKET_ARP == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet ARP notify\n")); -+ -+ pCoexDm->nArpCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ARP Packet Count = %d\n", pCoexDm->nArpCnt)); -+ -+ if((pCoexDm->nArpCnt >= 10) && (!bUnder4way)) // if APR PKT > 10 after connect, do not go to ActionWifiConnectedSpecialPacket(pBtCoexist) -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet DHCP or EAPOL notify\n")); -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet [Type = %d] notify\n", type)); -+ } -+ -+ pCoexSta->specialPktPeriodCnt = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8703b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8703b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8703b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8703b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8703b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ ( (BTC_PACKET_ARP == type ) && (pCoexSta->bWiFiIsHighPriTask) ) ) -+ { -+ halbtc8703b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8703b1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bBtBusy=FALSE; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8703B_1ANT_MAX) -+ rspSource = BT_INFO_SRC_8703B_1ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ // if 0xff, it means BT is under WHCK test -+ if (btInfo == 0xff) -+ pCoexSta->bBtWhckTest = TRUE; -+ else -+ pCoexSta->bBtWhckTest = FALSE; -+ -+ if(BT_INFO_SRC_8703B_1ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ if (pCoexSta->btRetryCnt >= 1) -+ pCoexSta->popEventCnt++; -+ -+ if (pCoexSta->btInfoC2h[rspSource][2]&0x20) -+ pCoexSta->bC2hBtPage = TRUE; -+ else -+ pCoexSta->bC2hBtPage = FALSE; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2-90; -+ //pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if(pCoexSta->btInfoExt & BIT1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ halbtc8703b1ant_UpdateWifiChannelInfo(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ halbtc8703b1ant_UpdateWifiChannelInfo(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if(pCoexSta->btInfoExt & BIT3) -+ { -+ if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8703b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+#if(BT_AUTO_REPORT_ONLY_8703B_1ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8703b1ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8703B_1ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ pCoexSta->nNumOfProfile = 0; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8703B_1ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ -+ pCoexSta->bBtHiPriLinkExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8703B_1ANT_B_FTP) -+ { -+ pCoexSta->bPanExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8703B_1ANT_B_A2DP) -+ { -+ pCoexSta->bA2dpExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8703B_1ANT_B_HID) -+ { -+ pCoexSta->bHidExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8703B_1ANT_B_SCO_ESCO) -+ { -+ pCoexSta->bScoExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bScoExist = FALSE; -+ -+ if ((pCoexSta->bHidExist == FALSE) && (pCoexSta->bC2hBtInquiryPage == FALSE) &&( pCoexSta->bScoExist == FALSE)) -+ { -+ if (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx >= 160) -+ { -+ pCoexSta->bHidExist = TRUE; -+ pCoexSta->wrongProfileNotification++; -+ pCoexSta->nNumOfProfile++; -+ btInfo = btInfo | 0x28; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT HID = true (Hi-Pri > 160)!\n")); -+ } -+ } -+ -+ //Add Hi-Pri Tx/Rx counter to avoid false detection -+ if (((pCoexSta->bHidExist) || (pCoexSta->bScoExist)) && (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx >= 160) -+ && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->bBtHiPriLinkExist = TRUE; -+ else -+ pCoexSta->bBtHiPriLinkExist = FALSE; -+ -+ if((btInfo&BT_INFO_8703B_1ANT_B_ACL_BUSY) && (pCoexSta->nNumOfProfile == 0)) -+ { -+ if (pCoexSta->lowPriorityTx + pCoexSta->lowPriorityRx >= 160) -+ { -+ pCoexSta->bPanExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ pCoexSta->wrongProfileNotification++; -+ btInfo = btInfo | 0x88; -+ } -+ } -+ } -+ -+ halbtc8703b1ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ btInfo = btInfo & 0x1f; //mask profile bit for connect-ilde identification ( for CSR case: A2DP idle --> 0x41) -+ -+ if(!(btInfo&BT_INFO_8703B_1ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8703B_1ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8703B_1ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8703B_1ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8703B_1ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8703B_1ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8703B_1ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8703B_1ANT_B_ACL_BUSY) -+ { -+ if(BT_8703B_1ANT_BT_STATUS_ACL_BUSY != pCoexDm->btStatus) -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->btStatus = BT_8703B_1ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8703B_1ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8703B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ bBtBusy = TRUE; -+ else -+ bBtBusy = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ halbtc8703b1ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8703b1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa,u1Tmpb, u1Tmpc; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF Status notify\n")); -+ -+ if(BTC_RF_ON == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned ON!!\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ } -+ else if(BTC_RF_OFF == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned OFF!!\n")); -+ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ halbtc8703b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ pBtCoexist->bStopCoexDm = TRUE; -+ -+ } -+} -+ -+VOID -+EXhalbtc8703b1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ -+ halbtc8703b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8703b1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+} -+ -+VOID -+EXhalbtc8703b1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ -+ halbtc8703b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8703b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ halbtc8703b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ halbtc8703b1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8703b1ant_InitCoexDm(pBtCoexist); -+ halbtc8703b1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8703b1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], *****************Coex DM Reset*****************\n")); -+ -+ halbtc8703b1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x2, 0xfffff, 0x0); -+ halbtc8703b1ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8703b1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8703b1Ant, GLCoexVer8703b1Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8703B_1ANT == 0) -+ halbtc8703b1ant_QueryBtInfo(pBtCoexist); -+ halbtc8703b1ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ halbtc8703b1ant_MonitorBtCtr(pBtCoexist); -+ halbtc8703b1ant_MonitorWiFiCtr(pBtCoexist); -+#if BT_8703B_1ANT_ANTDET_ENABLE -+ halbtc8703b1ant_MonitorBtEnableDisable(pBtCoexist); -+#endif -+ -+ if( halbtc8703b1ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust ) -+ { -+ -+ halbtc8703b1ant_RunCoexistMechanism(pBtCoexist); -+ } -+ -+ pCoexSta->specialPktPeriodCnt++; -+ -+ // sample to set bt to execute Ant detection -+ //pBtCoexist->fBtcSetBtAntDetection(pBtCoexist, 20, 14); -+/* -+ if (pPsdScan->bIsAntDetEnable) -+ { -+ if (pPsdScan->nPSDGenCount > pPsdScan->realseconds) -+ pPsdScan->nPSDGenCount = 0; -+ -+ halbtc8703b1ant_AntennaDetection(pBtCoexist, pPsdScan->realcentFreq, pPsdScan->realoffset, pPsdScan->realspan, pPsdScan->realseconds); -+ pPsdScan->nPSDGenTotalCount +=2; -+ pPsdScan->nPSDGenCount += 2; -+ } -+*/ -+#endif -+} -+ -+VOID -+EXhalbtc8703b1ant_AntennaDetection( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ) -+{ -+ //No Antenna Detection required because 8730b is only 1-Ant -+} -+ -+VOID -+EXhalbtc8703b1ant_AntennaIsolation( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ) -+{ -+ -+ -+} -+ -+VOID -+EXhalbtc8703b1ant_PSDScan( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ) -+{ -+ -+ -+} -+ -+VOID -+EXhalbtc8703b1ant_DisplayAntDetection( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b1Ant.h 2017-06-07 23:07:21.009687394 +0300 -@@ -0,0 +1,373 @@ -+//=========================================== -+// The following is for 8703B 1ANT BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8703B_1ANT 1 -+ -+#define BT_INFO_8703B_1ANT_B_FTP BIT7 -+#define BT_INFO_8703B_1ANT_B_A2DP BIT6 -+#define BT_INFO_8703B_1ANT_B_HID BIT5 -+#define BT_INFO_8703B_1ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8703B_1ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8703B_1ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8703B_1ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8703B_1ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8703B_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0))? TRUE:FALSE) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8703B_1ANT 2 -+ -+#define BT_8703B_1ANT_WIFI_NOISY_THRESH 30 //max: 255 -+ -+//for Antenna detection -+#define BT_8703B_1ANT_ANTDET_PSDTHRES_BACKGROUND 50 -+#define BT_8703B_1ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION 70 -+#define BT_8703B_1ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION 55 -+#define BT_8703B_1ANT_ANTDET_PSDTHRES_1ANT 35 -+#define BT_8703B_1ANT_ANTDET_RETRY_INTERVAL 10 //retry timer if ant det is fail, unit: second -+#define BT_8703B_1ANT_ANTDET_ENABLE 0 -+#define BT_8703B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE 0 -+ -+#define BT_8703B_1ANT_LTECOEX_INDIRECTREG_ACCESS_TIMEOUT 30000 -+ -+enum _SIGNAL_STATE{ -+ SET_TO_LOW=0, -+ SET_TO_HIGH=1, -+ SET_BY_HW=0 -+}; -+ -+enum _PATH_CONTRL_OWNER{ -+ BTSIDE_CONTROL=0, -+ WLSIDE_CONTROL=1 -+}; -+ -+enum _GNT_CONTROL_TYPE{ -+ CONTROL_BY_PTA=0, -+ CONTROL_BY_SW=1 -+}; -+ -+enum _GNT_CONTROL_BLOCK{ -+ RFC_AND_BB=0, -+ RFC_ONLY=1, -+ BB_ONLY=2 -+}; -+ -+enum _LTE_COEXTABLE_TYPE{ -+ WL_VS_LTE=0, -+ BT_VS_LTE=1 -+}; -+ -+enum _LTE_BREAKTABLE_TYPE{ -+ WL_BREAK_LTE=0, -+ BT_BREAK_LTE=1, -+ LTE_BREAK_WL=2, -+ LTE_BREAK_BT=3 -+}; -+ -+ -+typedef enum _BT_INFO_SRC_8703B_1ANT{ -+ BT_INFO_SRC_8703B_1ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8703B_1ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8703B_1ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8703B_1ANT_MAX -+}BT_INFO_SRC_8703B_1ANT,*PBT_INFO_SRC_8703B_1ANT; -+ -+typedef enum _BT_8703B_1ANT_BT_STATUS{ -+ BT_8703B_1ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8703B_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8703B_1ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8703B_1ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8703B_1ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8703B_1ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8703B_1ANT_BT_STATUS_MAX -+}BT_8703B_1ANT_BT_STATUS,*PBT_8703B_1ANT_BT_STATUS; -+ -+typedef enum _BT_8703B_1ANT_WIFI_STATUS{ -+ BT_8703B_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8703B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN = 0x1, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SCAN = 0x2, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT = 0x3, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_IDLE = 0x4, -+ BT_8703B_1ANT_WIFI_STATUS_CONNECTED_BUSY = 0x5, -+ BT_8703B_1ANT_WIFI_STATUS_MAX -+}BT_8703B_1ANT_WIFI_STATUS,*PBT_8703B_1ANT_WIFI_STATUS; -+ -+typedef enum _BT_8703B_1ANT_COEX_ALGO{ -+ BT_8703B_1ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8703B_1ANT_COEX_ALGO_SCO = 0x1, -+ BT_8703B_1ANT_COEX_ALGO_HID = 0x2, -+ BT_8703B_1ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8703B_1ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8703B_1ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8703B_1ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8703B_1ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8703B_1ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8703B_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8703B_1ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8703B_1ANT_COEX_ALGO_MAX = 0xb, -+}BT_8703B_1ANT_COEX_ALGO,*PBT_8703B_1ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8703B_1ANT{ -+ // hw setting -+ u1Byte preAntPosType; -+ u1Byte curAntPosType; -+ // fw mechanism -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ // sw mechanism -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ u4Byte backupArfrCnt1; // Auto Rate Fallback Retry cnt -+ u4Byte backupArfrCnt2; // Auto Rate Fallback Retry cnt -+ u2Byte backupRetryLimit; -+ u1Byte backupAmpduMaxTime; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ u1Byte preArfrType; -+ u1Byte curArfrType; -+ u1Byte preRetryLimitType; -+ u1Byte curRetryLimitType; -+ u1Byte preAmpduTimeType; -+ u1Byte curAmpduTimeType; -+ u4Byte nArpCnt; -+ -+ u1Byte errorCondition; -+} COEX_DM_8703B_1ANT, *PCOEX_DM_8703B_1ANT; -+ -+typedef struct _COEX_STA_8703B_1ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ BOOLEAN bBtHiPriLinkExist; -+ u1Byte nNumOfProfile; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte specialPktPeriodCnt; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ s1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8703B_1ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8703B_1ANT_MAX]; -+ BOOLEAN bBtWhckTest; -+ BOOLEAN bC2hBtInquiryPage; -+ BOOLEAN bC2hBtPage; //Add for win8.1 page out issue -+ BOOLEAN bWiFiIsHighPriTask; //Add for win8.1 page out issue -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ u4Byte popEventCnt; -+ u1Byte nScanAPNum; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ BOOLEAN bCCKLock; -+ BOOLEAN bPreCCKLock; -+ BOOLEAN bCCKEverLock; -+ u1Byte nCoexTableType; -+ -+ BOOLEAN bForceLpsOn; -+ u4Byte wrongProfileNotification; -+ -+ BOOLEAN bConCurrentRxModeOn; -+}COEX_STA_8703B_1ANT, *PCOEX_STA_8703B_1ANT; -+ -+#define BT_8703B_1ANT_ANTDET_PSD_POINTS 256 //MAX:1024 -+#define BT_8703B_1ANT_ANTDET_PSD_AVGNUM 1 //MAX:3 -+#define BT_8703B_1ANT_ANTDET_BUF_LEN 16 -+ -+typedef struct _PSDSCAN_STA_8703B_1ANT{ -+ -+u4Byte nAntDet_BTLEChannel; //BT LE Channel ex:2412 -+u4Byte nAntDet_BTTxTime; -+u4Byte nAntDet_PrePSDScanPeakVal; -+BOOLEAN nAntDet_IsAntDetAvailable; -+u4Byte nAntDet_PSDScanPeakVal; -+BOOLEAN nAntDet_IsBTReplyAvailable; -+u4Byte nAntDet_PSDScanPeakFreq; -+ -+u1Byte nAntDet_Result; -+u1Byte nAntDet_PeakVal[BT_8703B_1ANT_ANTDET_BUF_LEN]; -+u1Byte nAntDet_PeakFreq[BT_8703B_1ANT_ANTDET_BUF_LEN]; -+u4Byte bAntDet_TryCount; -+u4Byte bAntDet_FailCount; -+u4Byte nAntDet_IntevalCount; -+u4Byte nAntDet_ThresOffset; -+ -+u4Byte nRealCentFreq; -+s4Byte nRealOffset; -+u4Byte nRealSpan; -+ -+u4Byte nPSDBandWidth; //unit: Hz -+u4Byte nPSDPoint; //128/256/512/1024 -+u4Byte nPSDReport[1024]; //unit:dB (20logx), 0~255 -+u4Byte nPSDReport_MaxHold[1024]; //unit:dB (20logx), 0~255 -+u4Byte nPSDStartPoint; -+u4Byte nPSDStopPoint; -+u4Byte nPSDMaxValuePoint; -+u4Byte nPSDMaxValue; -+u4Byte nPSDStartBase; -+u4Byte nPSDAvgNum; // 1/8/16/32 -+u4Byte nPSDGenCount; -+BOOLEAN bIsPSDRunning; -+BOOLEAN bIsPSDShowMaxOnly; -+} PSDSCAN_STA_8703B_1ANT, *PPSDSCAN_STA_8703B_1ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8703b1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8703b1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8703b1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8703b1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b1ant_AntennaDetection( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ); -+VOID -+EXhalbtc8703b1ant_AntennaIsolation( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ); -+ -+VOID -+EXhalbtc8703b1ant_PSDScan( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ); -+VOID -+EXhalbtc8703b1ant_DisplayAntDetection( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.c 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,4864 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8703B Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8703b2Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8703B_2ANT GLCoexDm8703b2Ant; -+static PCOEX_DM_8703B_2ANT pCoexDm=&GLCoexDm8703b2Ant; -+static COEX_STA_8703B_2ANT GLCoexSta8703b2Ant; -+static PCOEX_STA_8703B_2ANT pCoexSta=&GLCoexSta8703b2Ant; -+ -+const char *const GLBtInfoSrc8703b2Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8703b2Ant=20140903; -+u4Byte GLCoexVer8703b2Ant=0x43; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8703b2ant_ -+//============================================================ -+u1Byte -+halbtc8703b2ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8703B_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8703b2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8703B_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8703B_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8703b2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+} -+ -+VOID -+halbtc8703b2ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if ( (pCoexSta->lowPriorityRx >= 950) && (pCoexSta->lowPriorityRx >= pCoexSta->lowPriorityTx) && (!pCoexSta->bUnderIps) ) -+ { -+ pBtLinkInfo->bSlaveRole = TRUE; -+ } -+ else -+ { -+ pBtLinkInfo->bSlaveRole = FALSE; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8703b2ant_MonitorWiFiCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u2Byte u2Tmp[3]; -+ s4Byte wifiRssi=0; -+ BOOLEAN bWifiBusy = FALSE, bWifiUnderBMode = FALSE; -+ static u1Byte nCCKLockCounter = 0; -+ -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } -+ else -+ { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); -+ pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); -+ } -+ -+ //reset counter -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x0); -+} -+ -+VOID -+halbtc8703b2ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+BOOLEAN -+halbtc8703b2ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist,3, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ -+ if ( (BTC_RSSI_STATE_HIGH ==wifiRssiState ) || (BTC_RSSI_STATE_LOW ==wifiRssiState )) -+ { -+ return TRUE; -+ } -+ -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8703b2ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+#if(BT_AUTO_REPORT_ONLY_8703B_2ANT == 1) // profile from bt patch -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+#else // profile from bt stack -+ pBtLinkInfo->bBtLinkExist = pStackInfo->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pStackInfo->bScoExist; -+ pBtLinkInfo->bA2dpExist = pStackInfo->bA2dpExist; -+ pBtLinkInfo->bPanExist = pStackInfo->bPanExist; -+ pBtLinkInfo->bHidExist = pStackInfo->bHidExist; -+ -+ //for win-8 stack HID report error -+ if(!pStackInfo->bHidExist) -+ pStackInfo->bHidExist = pCoexSta->bHidExist; //sync BTInfo with BT firmware and stack -+ // when stack HID report error, here we use the info from bt fw. -+ if(!pStackInfo->bBtLinkExist) -+ pStackInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+#endif -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8703b2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8703B_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+#if 0 -+ if(pStackInfo->numOfHid >= 2) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID*2 + A2DP\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ else -+#endif -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8703B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8703b2ant_SetFwDacSwingLevel( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte dacSwingLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ // There are several type of dacswing -+ // 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Set Dac Swing Level=0x%x\n", dacSwingLvl)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x64=0x%x\n", H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x64, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b2ant_SetFwDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = decBtPwrLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], decrease Bt Power level = %d, FW write 0x62=0x%x\n", -+ decBtPwrLvl, H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x62, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b2ant_DecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s Dec BT power level = %d\n", -+ (bForceExec? "force to":""), decBtPwrLvl)); -+ pCoexDm->curBtDecPwrLvl = decBtPwrLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preBtDecPwrLvl == pCoexDm->curBtDecPwrLvl) -+ return; -+ } -+ halbtc8703b2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->curBtDecPwrLvl); -+ -+ pCoexDm->preBtDecPwrLvl = pCoexDm->curBtDecPwrLvl; -+} -+ -+VOID -+halbtc8703b2ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b2ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8703b2ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8703b2ant_FwDacSwingLvl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte fwDacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec? "force to":""), fwDacSwingLvl)); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8703b2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+VOID -+halbtc8703b2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xffffc); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8703b2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8703b2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!")) ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ //return; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8703b2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8703b2ant_SetDacSwingReg( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte level -+ ) -+{ -+ u1Byte val=(u1Byte)level; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Write SwDacSwing = 0x%x\n", level)); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x883, 0x3e, val); -+} -+ -+VOID -+halbtc8703b2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ if(bSwDacSwingOn) -+ { -+ halbtc8703b2ant_SetDacSwingReg(pBtCoexist, swDacSwingLvl); -+ } -+ else -+ { -+ halbtc8703b2ant_SetDacSwingReg(pBtCoexist, 0x18); -+ } -+} -+ -+ -+VOID -+halbtc8703b2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8703b2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8703b2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc05, 0x30, 0x3); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc05, 0x30, 0x1); -+ } -+} -+ -+VOID -+halbtc8703b2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8703b2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8703b2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ //=================BB AGC Gain Table -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6e1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6d1B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6c1C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6b1D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6a1E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x691F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x68200001); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xaa1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa91B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa81C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa71D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa61E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa51F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa4200001); -+ } -+ -+ -+ //=================RF Gain -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x02000); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x1); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x0); -+ -+ // set rssiAdjustVal for wifi module. -+ if(bAgcTableEn) -+ { -+ rssiAdjustVal = 8; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+VOID -+halbtc8703b2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8703b2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8703b2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8703b2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8703b2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8703b2ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexSta->nCoexTableType = type; -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5afa5afa, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x5ada5ada, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0xffffffff, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5fff5fff, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 7: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 8: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 9: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 10: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 11: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 12: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 13: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 14: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 15: -+ halbtc8703b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8703b2ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b2ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8703b2ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8703b2ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8703b2ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8703b2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8703b2ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ -+ -+ if ( (pCoexSta->bA2dpExist) && (pCoexSta->bHidExist) ) -+ { -+ byte5 = byte5 | 0x1; -+ } -+ -+ H2C_Parameter[0] = byte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = byte5; -+ -+ pCoexDm->psTdmaPara[0] = byte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = byte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x60(5bytes)=0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+VOID -+halbtc8703b2ant_SwMechanism1( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bShrinkRxLPF, -+ IN BOOLEAN bLowPenaltyRA, -+ IN BOOLEAN bLimitedDIG, -+ IN BOOLEAN bBTLNAConstrain -+ ) -+{ -+ /* -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 != wifiBw) //only shrink RF Rx LPF for HT40 -+ { -+ if (bShrinkRxLPF) -+ bShrinkRxLPF = FALSE; -+ } -+ */ -+ -+ //halbtc8703b2ant_RfShrink(pBtCoexist, NORMAL_EXEC, bShrinkRxLPF); -+ halbtc8703b2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8703b2ant_SwMechanism2( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAGCTableShift, -+ IN BOOLEAN bADCBackOff, -+ IN BOOLEAN bSWDACSwing, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ //halbtc8703b2ant_AgcTable(pBtCoexist, NORMAL_EXEC, bAGCTableShift); -+ //halbtc8703b2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, bADCBackOff); -+ //halbtc8703b2ant_DacSwing(pBtCoexist, NORMAL_EXEC, bSWDACSwing, dacSwingLvl); -+} -+ -+VOID -+halbtc8703b2ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte fwVer=0, u4Tmp=0; -+ BOOLEAN bPgExtSwitch=FALSE; -+ BOOLEAN bUseExtSwitch=FALSE; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_EXT_SWITCH, &bPgExtSwitch); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); // [31:16]=fw ver, [15:0]=fw sub ver -+ -+ if((fwVer>0 && fwVer<0xc0000) || bPgExtSwitch) -+ bUseExtSwitch = TRUE; -+ -+ if(bInitHwCfg) -+ { -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x39, 0x8, 0x1); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x974, 0xff); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x944, 0x3, 0x3); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x930, 0x77); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); -+ -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to High to avoid A2DP click */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ } -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); //WiFi TRx Mask off -+ //remove due to interrupt is disabled that polling c2h will fail and delay 100ms. -+ //pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x01); //BT TRx Mask off -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ //tell firmware "no antenna inverse" -+ H2C_Parameter[0] = 0; -+ } -+ else -+ { -+ //tell firmware "antenna inverse" -+ H2C_Parameter[0] = 1; -+ } -+ -+ if (bUseExtSwitch) -+ { -+ //ext switch type -+ H2C_Parameter[1] = 1; -+ } -+ else -+ { -+ //int switch type -+ H2C_Parameter[1] = 0; -+ } -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ else -+ { -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to "Control by PTA"*/ -+ H2C_Parameter[0] = 0; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x0); -+ } -+ } -+ -+ // ext switch setting -+ if(bUseExtSwitch) -+ { -+ if (bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &=~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); // fixed internal switch S1->WiFi, S0->BT -+ switch(antPosType) -+ { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); // ext switch main at wifi -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); // ext switch aux at wifi -+ break; -+ } -+ } -+ else // internal switch -+ { -+ if (bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp |= BIT23; -+ u4Tmp &=~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x0); //fixed external switch S1->Main, S0->Aux -+ switch(antPosType) -+ { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); // fixed internal switch S1->WiFi, S0->BT -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); // fixed internal switch S0->WiFi, S1->BT -+ break; -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bTurnOnByCnt=FALSE; -+ u1Byte psTdmaTypeByCnt=0; -+ u1Byte wifiRssiState1, btRssiState; -+ -+ -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if (!(BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) && bTurnOn) -+ { -+ type = type +100; //for WiFi RSSI low or BT RSSI low -+ pCoexDm->bIsSwitchTo1dot5Ant = TRUE; -+ } -+ else -+ { -+ pCoexDm->bIsSwitchTo1dot5Ant = FALSE; -+ } -+ -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ case 1: -+ default: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 2: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x03, 0xf1, 0x90); -+ break; -+ case 3: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90); -+ break; -+ case 4: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x03, 0xf1, 0x90); -+ break; -+ case 5: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x3, 0x70, 0x90); -+ break; -+ case 6: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x3, 0x70, 0x90); -+ break; -+ case 7: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90); -+ break; -+ case 8: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x10, 0x3, 0x70, 0x90); -+ break; -+ case 9: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 10: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x03, 0xf1, 0x90); -+ break; -+ case 11: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0xe1, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90); -+ break; -+ case 12: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x3, 0xf1, 0x90); -+ break; -+ case 13: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x3, 0x70, 0x90); -+ break; -+ case 14: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x3, 0x70, 0x90); -+ break; -+ case 15: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0x60, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90); -+ break; -+ case 16: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0x60, 0x90); -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x3, 0x70, 0x90); -+ break; -+ case 17: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x2f, 0x2f, 0x60, 0x90); -+ break; -+ case 18: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 19: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x90); -+ break; -+ case 20: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x90); -+ break; -+ case 21: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90); -+ break; -+ case 71: -+ //halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 101: -+ case 105: -+ case 171: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x3a, 0x03, 0x70, 0x50); -+ break; -+ case 102: -+ case 106: -+ case 110: -+ case 114: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x2d, 0x03, 0x70, 0x50); -+ break; -+ case 103: -+ case 107: -+ case 111: -+ case 115: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1c, 0x03, 0x70, 0x50); -+ break; -+ case 104: -+ case 108: -+ case 112: -+ case 116: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x10, 0x03, 0x70, 0x50); -+ break; -+ case 109: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 113: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x70, 0x90); -+ break; -+ case 121: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90); -+ break; -+ case 22: -+ case 122: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x35, 0x03, 0x71, 0x11); -+ break; -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(type) -+ { -+ case 0: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ case 1: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x48, 0x0); -+ break; -+ default: -+ halbtc8703b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8703b2ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8703b2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8703b2ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8703b2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+ -+VOID -+halbtc8703b2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8703b2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, 0); -+ -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8703b2ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bLowPwrDisable=TRUE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ if(bScan || bLink || bRoam) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi link process + BT Inq/Page!!\n")); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ } -+ else if(bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT Inq/Page!!\n")); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi no-link + BT Inq/Page!!\n")); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+/* -+ pCoexDm->bNeedRecover0x948 = TRUE; -+ pCoexDm->backup0x948 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ -+ halbtc8703b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_AUX, FALSE, FALSE); -+*/ -+} -+ -+ -+VOID -+halbtc8703b2ant_ActionWiFiLinkProcess( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa, u1Tmpb; -+ -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x76e=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+} -+ -+BOOLEAN -+halbtc8703b2ant_ActionWifiIdleProcess( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ //wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES-20, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ -+ // define the office environment -+ if(BTC_RSSI_HIGH(wifiRssiState1) && -+ (pCoexSta->bHidExist == TRUE) && (pCoexSta->bA2dpExist == TRUE)) -+ { -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi idle process for BT HID+A2DP exist!!\n")); -+ -+ halbtc8703b2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x6); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ return TRUE; -+ } -+ else -+ { -+ halbtc8703b2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ return FALSE; -+ } -+ -+ -+} -+ -+ -+ -+BOOLEAN -+halbtc8703b2ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte btRssiState=BTC_RSSI_STATE_HIGH; -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ BOOLEAN bBtHsOn=FALSE, bLowPwrDisable=FALSE; -+ BOOLEAN bAsus8703b=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-connected idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if(BT_8703B_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else if(BT_8703B_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bBtHsOn) -+ return FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+#if 0 -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_IS_ASUS_8703B, &bAsus8703b); -+ if(!bAsus8703b) -+ bCommon = FALSE; -+ else -+ bCommon = halbtc8703b2ant_ActionWifiIdleProcess(pBtCoexist); -+#else -+ bCommon = FALSE; -+#endif -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ //bCommon = FALSE; -+ bCommon = halbtc8703b2ant_ActionWifiIdleProcess(pBtCoexist); -+ } -+ } -+ } -+ -+ return bCommon; -+} -+VOID -+halbtc8703b2ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bScoHid, -+ IN BOOLEAN bTxPause, -+ IN u1Byte maxInterval -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if(bScoHid) -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ else -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if(maxInterval == 1) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 2) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 3) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+} -+ -+// SCO only or SCO+PAN(HS) -+VOID -+halbtc8703b2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 4); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for SCO quality at 11b/g mode -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else //for SCO quality & wifi performance balance at 11n mode -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); //for voice quality -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x4); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x4); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x4); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x4); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8703b2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 9); -+ } -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ } -+ else -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8703b2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ -+ // define the office environment -+ if( (apNum >= 10) && BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ //DbgPrint(" AP#>10(%d)\n", apNum); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x18); -+ } -+ return; -+ -+ } -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ } -+ else -+ { -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 2); -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState,wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 10); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ } -+ else -+ { -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ } -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+ -+//PAN(HS) only -+VOID -+halbtc8703b2ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8703b2ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 12); -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ else -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 3); -+ //halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 11); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); -+ } -+ else -+ { -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ //halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ } -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 2); -+ } -+ else -+ { -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ //halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8703b2ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState,wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(2, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ else -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8703b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ //btRssiState = halbtc8703b2ant_BtRssiState(2, 29, 0); -+ wifiRssiState1 = halbtc8703b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8703b2ant_BtRssiState(3, BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES, 37); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8703b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x5); -+ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_LEGACY == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { // only 802.11N mode we have to dec bt power to 4 degree -+ if(BTC_RSSI_HIGH(btRssiState)) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ // need to check ap Number of Not -+ if(apNum < 10) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8703b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8703b2ant_ActionBtWhckTest( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8703b2ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8703b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8703b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8703b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8703b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8703b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8703b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+} -+ -+VOID -+halbtc8703b2ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiUnder5G=FALSE, bBtHsOn=FALSE; -+ u1Byte btInfoOriginal=0, btRetryCnt=0; -+ u1Byte algorithm=0; -+ u4Byte numOfWifiLink=0; -+ u4Byte wifiLinkStatus=0; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bMiracastPlusBt=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if(pCoexSta->bBtWhckTest) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under WHCK TEST!!!\n")); -+ halbtc8703b2ant_ActionBtWhckTest(pBtCoexist); -+ return; -+ } -+ -+ algorithm = halbtc8703b2ant_ActionAlgorithm(pBtCoexist); -+ if(pCoexSta->bC2hBtInquiryPage && (BT_8703B_2ANT_COEX_ALGO_PANHS!=algorithm)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8703b2ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else -+ { -+ /* -+ if(pCoexDm->bNeedRecover0x948) -+ { -+ pCoexDm->bNeedRecover0x948 = FALSE; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, pCoexDm->backup0x948); -+ } -+ */ -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], WiFi is under Link Process !!\n")); -+ halbtc8703b2ant_ActionWiFiLinkProcess(pBtCoexist); -+ return; -+ } -+ -+ //for P2P -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", numOfWifiLink,wifiLinkStatus) ); -+ -+ if(pBtLinkInfo->bBtLinkExist) -+ { -+ bMiracastPlusBt = TRUE; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ halbtc8703b2ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Algorithm = %d \n", pCoexDm->curAlgorithm)); -+ -+ if(halbtc8703b2ant_IsCommonAction(pBtCoexist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ if(pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], preAlgorithm=%d, curAlgorithm=%d\n", -+ pCoexDm->preAlgorithm, pCoexDm->curAlgorithm)); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8703B_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8703b2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8703b2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8703b2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP+PAN(HS).\n")); -+ halbtc8703b2ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8703b2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8703b2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8703b2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8703b2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8703b2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8703B_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8703b2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = coexist All Off!!\n")); -+ halbtc8703b2ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8703b2ant_WifiOffHwCfg( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bIsInMpMode = FALSE; -+ u1Byte H2C_Parameter[2] ={0}; -+ u4Byte fwVer=0; -+ -+ // set wlan_act to low -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); //WiFi goto standby while GNT_BT 0-->1 -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_IS_IN_MP_MODE, &bIsInMpMode); -+ if(!bIsInMpMode) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x0); //BT select s0/s1 is controlled by BT -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); //BT select s0/s1 is controlled by WiFi -+} -+ -+VOID -+halbtc8703b2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0, fwVer; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ //Antenna config -+ halbtc8703b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, TRUE, FALSE); -+ pCoexSta->disVerInfoCnt = 0; -+ -+ // PTA parameter -+ halbtc8703b2ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ // Enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); //0x76e[3] =1, WLAN_Act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8703b2ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8703b2ant_ -+//============================================================ -+VOID -+EXhalbtc8703b2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u2Byte u2Tmp=0x0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x67, 0x20); -+ -+ // enable BB, REG_SYS_FUNC_EN such that we can write 0x948 correctly. -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x2, u2Tmp|BIT0|BIT1); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ else -+ { -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ // set to S1 -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ } -+} -+ -+VOID -+EXhalbtc8703b2ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u1Byte u1Tmp=0x4; /* Set BIT2 by default since it's 2ant case */ -+ -+ // -+ // S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) -+ // Local setting bit define -+ // BIT0: "0" for no antenna inverse; "1" for antenna inverse -+ // BIT1: "0" for internal switch; "1" for external switch -+ // BIT2: "0" for one antenna; "1" for two antenna -+ // NOTE: here default all internal switch and 1-antenna ==> BIT1=0 and BIT2=0 -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ u1Tmp |= 0x1; // antenna inverse -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ } -+ else -+ { -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ u1Tmp |= 0x1; // antenna inverse -+ } -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_PCI) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ } -+ else if(pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8703b2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8703b2ant_InitHwConfig(pBtCoexist, TRUE); -+} -+ -+VOID -+EXhalbtc8703b2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8703b2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8703b2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ u4Byte faOfdm, faCck; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8703b2Ant, GLCoexVer8703b2Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %ddBm/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8703B_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8703B_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi-100, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ -+ if (pStackInfo->bProfileNotified) -+ { -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Role", \ -+ (pBtLinkInfo->bSlaveRole )? "Slave":"Master"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8703b2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ // Sw mechanism -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism] (before Manual)============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism] (before Manual) ============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ } -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ -+ if (pCoexDm->bIsSwitchTo1dot5Ant) -+ psTdmaCase = psTdmaCase + 100; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (%s,%s)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, -+ (pCoexDm->bCurPsTdmaOn? "On":"Off"), -+ (pCoexDm->bAutoTdmaAdjust? "Adj":"Fix") ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Coex Table Type", \ -+ pCoexSta->nCoexTableType); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->curBtDecPwrLvl, pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x778/0x880[29:25]", \ -+ u1Tmp[0], (u4Tmp[0]&0x3e000000) >> 25); -+ CL_PRINTF(cliBuf); -+ -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x948/ 0x67[5] / 0x765", \ -+ u4Tmp[0], ((u1Tmp[0]&0x20)>> 5), u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x92c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x944); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x92c[1:0]/ 0x930[7:0]/0x944[1:0]", \ -+ u4Tmp[0]&0x3, u4Tmp[1]&0xff, u4Tmp[2]&0x3); -+ CL_PRINTF(cliBuf); -+ -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x38[11]/0x40/0x4c[24:23]/0x64[0]", \ -+ ((u1Tmp[0] & 0x8)>>3), u1Tmp[1], ((u4Tmp[0]&0x01800000)>>23), u1Tmp[2]&0x1); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xc50(dig)/0x49c(null-drop)", \ -+ u4Tmp[0]&0xff, u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcf0); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ -+ faOfdm = ((u4Tmp[0]&0xffff0000) >> 16) + ((u4Tmp[1]&0xffff0000) >> 16) + (u4Tmp[1] & 0xffff) + (u4Tmp[2] & 0xffff) + \ -+ ((u4Tmp[3]&0xffff0000) >> 16) + (u4Tmp[3] & 0xffff) ; -+ faCck = (u1Tmp[0] << 8) + u1Tmp[1]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "OFDM-CCA/OFDM-FA/CCK-FA", \ -+ u4Tmp[0]&0xffff, faOfdm, faCck); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_OK CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCOK_CCK, pCoexSta->nCRCOK_11g, pCoexSta->nCRCOK_11n, pCoexSta->nCRCOK_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_Err CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCErr_CCK, pCoexSta->nCRCErr_11g, pCoexSta->nCRCErr_11n, pCoexSta->nCRCErr_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8703B_2ANT == 1) -+ //halbtc8703b2ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8703b2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ halbtc8703b2ant_WifiOffHwCfg(pBtCoexist); -+ halbtc8703b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ halbtc8703b2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ halbtc8703b2ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8703b2ant_InitCoexDm(pBtCoexist); -+ halbtc8703b2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8703b2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8703b2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa, u1Tmpb; -+ -+ -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x76e=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+} -+ -+VOID -+EXhalbtc8703b2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8703b2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ u1Byte apNum=0; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ if(apNum < 10) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+VOID -+EXhalbtc8703b2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8703b2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtBusy=FALSE, bLimitedDig=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ static BOOLEAN bPreScoExist=FALSE; -+ u4Byte raMask=0x0; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8703B_2ANT_MAX) -+ rspSource = BT_INFO_SRC_8703B_2ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), return for Manual CTRL<===\n")); -+ return; -+ } -+ -+ // if 0xff, it means BT is under WHCK test -+ if (btInfo == 0xff) -+ pCoexSta->bBtWhckTest = TRUE; -+ else -+ pCoexSta->bBtWhckTest = FALSE; -+ -+ if(BT_INFO_SRC_8703B_2ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ if (pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x01 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x01\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x01); -+ } -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if( (pCoexSta->btInfoExt & BIT1) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ EXhalbtc8703b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8703b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if( (pCoexSta->btInfoExt & BIT3) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8703b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+#if(BT_AUTO_REPORT_ONLY_8703B_2ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8703b2ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8703B_2ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8703B_2ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8703B_2ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8703B_2ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8703B_2ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8703B_2ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ -+ if ( (pCoexSta->bHidExist == FALSE) && (pCoexSta->bC2hBtInquiryPage == FALSE) && (pCoexSta->bScoExist == FALSE)) -+ { -+ if (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx >= 160) -+ { -+ pCoexSta->bHidExist = TRUE; -+ btInfo = btInfo | 0x20; -+ } -+ } -+ } -+ -+ halbtc8703b2ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ if(!(btInfo&BT_INFO_8703B_2ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8703B_2ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8703B_2ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8703B_2ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8703B_2ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8703B_2ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8703B_2ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8703B_2ANT_B_ACL_BUSY) -+ { -+ pCoexDm->btStatus = BT_8703B_2ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8703B_2ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8703B_2ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_2ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8703B_2ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bBtBusy = TRUE; -+ bLimitedDig = TRUE; -+ } -+ else -+ { -+ bBtBusy = FALSE; -+ bLimitedDig = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ pCoexDm->bLimitedDig = bLimitedDig; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ -+ halbtc8703b2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8703b2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8703b2ant_WifiOffHwCfg(pBtCoexist); -+ //remove due to interrupt is disabled that polling c2h will fail and delay 100ms. -+ //pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); //BT goto standby while GNT_BT 1-->0 -+ halbtc8703b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8703b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8703b2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ halbtc8703b2ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8703b2ant_InitCoexDm(pBtCoexist); -+ halbtc8703b2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8703b2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ //static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(pCoexSta->disVerInfoCnt <= 5) -+ { -+ pCoexSta->disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8703b2Ant, GLCoexVer8703b2Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ -+ if (pCoexSta->disVerInfoCnt == 3) -+ { -+ //Antenna config to set 0x765 = 0x0 (GNT_BT control by PTA) after initial -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set GNT_BT control by PTA\n")); -+ halbtc8703b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, FALSE, FALSE); -+ } -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8703B_2ANT == 0) -+ halbtc8703b2ant_QueryBtInfo(pBtCoexist); -+ halbtc8703b2ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ halbtc8703b2ant_MonitorBtCtr(pBtCoexist); -+ halbtc8703b2ant_MonitorWiFiCtr(pBtCoexist); -+ -+ if( halbtc8703b2ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust) -+ { -+ halbtc8703b2ant_RunCoexistMechanism(pBtCoexist); -+ } -+#endif -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8703b2Ant.h 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,228 @@ -+//=========================================== -+// The following is for 8703B 2Ant BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8703B_2ANT 1 -+ -+ -+#define BT_INFO_8703B_2ANT_B_FTP BIT7 -+#define BT_INFO_8703B_2ANT_B_A2DP BIT6 -+#define BT_INFO_8703B_2ANT_B_HID BIT5 -+#define BT_INFO_8703B_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8703B_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8703B_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8703B_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8703B_2ANT_B_CONNECTION BIT0 -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8703B_2ANT 2 -+ -+ -+#define BT_8703B_2ANT_WIFI_RSSI_COEXSWITCH_THRES 42 //WiFi RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation -+#define BT_8703B_2ANT_BT_RSSI_COEXSWITCH_THRES 46 //BT RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation -+ -+typedef enum _BT_INFO_SRC_8703B_2ANT{ -+ BT_INFO_SRC_8703B_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8703B_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8703B_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8703B_2ANT_MAX -+}BT_INFO_SRC_8703B_2ANT,*PBT_INFO_SRC_8703B_2ANT; -+ -+typedef enum _BT_8703B_2ANT_BT_STATUS{ -+ BT_8703B_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8703B_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8703B_2ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8703B_2ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8703B_2ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8703B_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8703B_2ANT_BT_STATUS_MAX -+}BT_8703B_2ANT_BT_STATUS,*PBT_8703B_2ANT_BT_STATUS; -+ -+typedef enum _BT_8703B_2ANT_COEX_ALGO{ -+ BT_8703B_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8703B_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8703B_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8703B_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8703B_2ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8703B_2ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8703B_2ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8703B_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8703B_2ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8703B_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8703B_2ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8703B_2ANT_COEX_ALGO_MAX = 0xb, -+}BT_8703B_2ANT_COEX_ALGO,*PBT_8703B_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8703B_2ANT{ -+ // fw mechanism -+ u1Byte preBtDecPwrLvl; -+ u1Byte curBtDecPwrLvl; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bResetTdmaAdjust; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ BOOLEAN bNeedRecover0x948; -+ u4Byte backup0x948; -+ -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ BOOLEAN bIsSwitchTo1dot5Ant; -+} COEX_DM_8703B_2ANT, *PCOEX_DM_8703B_2ANT; -+ -+typedef struct _COEX_STA_8703B_2ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8703B_2ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8703B_2ANT_MAX]; -+ BOOLEAN bBtWhckTest; -+ BOOLEAN bC2hBtInquiryPage; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ u1Byte nCoexTableType; -+ BOOLEAN bForceLpsOn; -+ -+ u1Byte disVerInfoCnt; -+}COEX_STA_8703B_2ANT, *PCOEX_STA_8703B_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8703b2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b2ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8703b2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8703b2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8703b2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8703b2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8703b2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.c 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,1544 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8723A Co-exist mechanism -+// -+// History -+// 2012/08/22 Cosa first check in. -+// 2012/11/14 Cosa Revise for 8723A 1Ant out sourcing. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8723a1Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8723A_1ANT GLCoexDm8723a1Ant; -+static PCOEX_DM_8723A_1ANT pCoexDm=&GLCoexDm8723a1Ant; -+static COEX_STA_8723A_1ANT GLCoexSta8723a1Ant; -+static PCOEX_STA_8723A_1ANT pCoexSta=&GLCoexSta8723a1Ant; -+ -+const char *const GLBtInfoSrc8723a1Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8723a1ant_ -+//============================================================ -+VOID -+halbtc8723a1ant_Reg0x550Bit3( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSet -+ ) -+{ -+ u1Byte u1tmp=0; -+ -+ u1tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x550); -+ if(bSet) -+ { -+ u1tmp |= BIT3; -+ } -+ else -+ { -+ u1tmp &= ~BIT3; -+ } -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x550, u1tmp); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], set 0x550[3]=%d\n", (bSet? 1:0))); -+} -+ -+VOID -+halbtc8723a1ant_NotifyFwScan( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte scanType -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(BTC_SCAN_START == scanType) -+ H2C_Parameter[0] = 0x1; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Notify FW for wifi scan, write 0x3b=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x3b, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a1ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x38=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x38, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a1ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xf0ff7); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8723a1ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8723a1ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8723a1ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte tmpU1; -+ -+ tmpU1 = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd); -+ tmpU1 |= BIT0; -+ if(bLowPenaltyRa) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set low penalty!!\n")); -+ tmpU1 &= ~BIT2; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set normal!!\n")); -+ tmpU1 |= BIT2; -+ } -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, tmpU1); -+} -+ -+VOID -+halbtc8723a1ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ return; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8723a1ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8723a1ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8723a1ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8723a1ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8723a1ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x25=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x25, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a1ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8723a1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8723a1ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ // byte1[1:0] != 0 means enable pstdma -+ // for 2Ant bt coexist, if byte1 != 0 means enable pstdma -+ if(byte1) -+ { -+ if(bApEnable) -+ { -+ if(type != 5 && type != 12) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ } -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x3a(5bytes)=0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x3a, 5, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a1ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ if(pCoexDm->bCurPsTdmaOn) -+ { -+ switch(pCoexDm->curPsTdma) -+ { -+ case 1: -+ default: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x1a, 0x1a, 0x0, 0x40); -+ break; -+ case 2: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x12, 0x12, 0x0, 0x40); -+ break; -+ case 3: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x93, 0x3f, 0x3, 0x10, 0x40); -+ break; -+ case 4: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x93, 0x15, 0x3, 0x10, 0x0); -+ break; -+ case 5: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0xa9, 0x15, 0x3, 0x35, 0xc0); -+ break; -+ -+ case 8: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 9: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 10: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 11: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x5, 0x5, 0x0, 0x40); -+ break; -+ case 12: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0xa9, 0xa, 0x3, 0x15, 0xc0); -+ break; -+ -+ case 18: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ -+ case 20: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x2a, 0x2a, 0x0, 0x0); -+ break; -+ case 21: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x93, 0x20, 0x3, 0x10, 0x40); -+ break; -+ case 22: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x1a, 0x1a, 0x2, 0x40); -+ break; -+ case 23: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x12, 0x12, 0x2, 0x40); -+ break; -+ case 24: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0xa, 0xa, 0x2, 0x40); -+ break; -+ case 25: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x5, 0x5, 0x2, 0x40); -+ break; -+ case 26: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 27: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x13, 0x5, 0x5, 0x2, 0x40); -+ break; -+ case 28: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x3, 0x2f, 0x2f, 0x0, 0x0); -+ break; -+ -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(pCoexDm->curPsTdma) -+ { -+ case 8: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x8, 0x0, 0x0, 0x0, 0x0); -+ break; -+ case 0: -+ default: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x0, 0x0, 0x0, 0x0, 0x0); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x860, 0x210); -+ break; -+ case 9: -+ halbtc8723a1ant_SetFwPstdma(pBtCoexist, type, 0x0, 0x0, 0x0, 0x0, 0x0); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x860, 0x110); -+ break; -+ -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+ -+VOID -+halbtc8723a1ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8723a1ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ // sw all off -+ halbtc8723a1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a1ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ // hw all off -+ halbtc8723a1ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+} -+ -+VOID -+halbtc8723a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ halbtc8723a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+} -+ -+VOID -+halbtc8723a1ant_BtEnableAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+} -+ -+VOID -+halbtc8723a1ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8723a1ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ halbtc8723a1ant_BtEnableAction(pBtCoexist); -+ } -+ else -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ } -+ } -+} -+ -+VOID -+halbtc8723a1ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ u1Byte btState; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ btState = pCoexDm->btStatus; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], TdmaDurationAdjust()\n")); -+ if(pCoexDm->psTdmaGlobalCnt != pCoexDm->psTdmaMonitorCnt) -+ { -+ pCoexDm->psTdmaMonitorCnt = 0; -+ pCoexDm->psTdmaGlobalCnt = 0; -+ } -+ if(pCoexDm->psTdmaMonitorCnt == 0) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], first run BT A2DP + WiFi busy state!!\n")); -+ if(btState == BT_STATE_8723A_1ANT_ACL_ONLY_BUSY) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ pCoexDm->psTdmaDuAdjType = 22; -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], retryCount = %d\n", retryCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT TxRx counter H+L <= 1200\n")); -+ if(btState != BT_STATE_8723A_1ANT_ACL_ONLY_BUSY) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], NOT ACL only busy!\n")); -+ if(BTC_WIFI_BW_HT40 != wifiBw) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 20MHz\n")); -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 22) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ pCoexDm->psTdmaDuAdjType = 23; -+ } -+ else if(pCoexDm->curPsTdma == 23) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 24); -+ pCoexDm->psTdmaDuAdjType = 24; -+ } -+ else if(pCoexDm->curPsTdma == 24) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 25); -+ pCoexDm->psTdmaDuAdjType = 25; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 25) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 24); -+ pCoexDm->psTdmaDuAdjType = 24; -+ } -+ else if(pCoexDm->curPsTdma == 24) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ pCoexDm->psTdmaDuAdjType = 23; -+ } -+ else if(pCoexDm->curPsTdma == 23) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ pCoexDm->psTdmaDuAdjType = 22; -+ } -+ } -+ // error handle, if not in the following state, -+ // set psTdma again. -+ if( (pCoexDm->psTdmaDuAdjType != 22) && -+ (pCoexDm->psTdmaDuAdjType != 23) && -+ (pCoexDm->psTdmaDuAdjType != 24) && -+ (pCoexDm->psTdmaDuAdjType != 25) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], duration case out of handle!!\n")); -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ pCoexDm->psTdmaDuAdjType = 23; -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 40MHz\n")); -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 23) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 24); -+ pCoexDm->psTdmaDuAdjType = 24; -+ } -+ else if(pCoexDm->curPsTdma == 24) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 25); -+ pCoexDm->psTdmaDuAdjType = 25; -+ } -+ else if(pCoexDm->curPsTdma == 25) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 27); -+ pCoexDm->psTdmaDuAdjType = 27; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 27) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 25); -+ pCoexDm->psTdmaDuAdjType = 25; -+ } -+ else if(pCoexDm->curPsTdma == 25) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 24); -+ pCoexDm->psTdmaDuAdjType = 24; -+ } -+ else if(pCoexDm->curPsTdma == 24) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ pCoexDm->psTdmaDuAdjType = 23; -+ } -+ } -+ // error handle, if not in the following state, -+ // set psTdma again. -+ if( (pCoexDm->psTdmaDuAdjType != 23) && -+ (pCoexDm->psTdmaDuAdjType != 24) && -+ (pCoexDm->psTdmaDuAdjType != 25) && -+ (pCoexDm->psTdmaDuAdjType != 27) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], duration case out of handle!!\n")); -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 24); -+ pCoexDm->psTdmaDuAdjType = 24; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ACL only busy\n")); -+ if (result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ } -+ -+ // error handle, if not in the following state, -+ // set psTdma again. -+ if( (pCoexDm->psTdmaDuAdjType != 1) && -+ (pCoexDm->psTdmaDuAdjType != 2) && -+ (pCoexDm->psTdmaDuAdjType != 9) && -+ (pCoexDm->psTdmaDuAdjType != 11) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], duration case out of handle!!\n")); -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+ pCoexDm->psTdmaMonitorCnt++; -+} -+ -+ -+VOID -+halbtc8723a1ant_CoexForWifiConnect( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bWifiBusy=FALSE; -+ u1Byte btState, btInfoOriginal=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ btState = pCoexDm->btStatus; -+ btInfoOriginal = pCoexSta->btInfoC2h[BT_INFO_SRC_8723A_1ANT_BT_RSP][0]; -+ -+ if(bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi connected!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if( !bWifiBusy && -+ ((BT_STATE_8723A_1ANT_NO_CONNECTION == btState) || -+ (BT_STATE_8723A_1ANT_CONNECT_IDLE == btState)) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], [Wifi is idle] or [Bt is non connected idle or Bt is connected idle]!!\n")); -+ -+ if(BT_STATE_8723A_1ANT_NO_CONNECTION == btState) -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+ else if(BT_STATE_8723A_1ANT_CONNECT_IDLE == btState) -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xff000000, 0xc0); -+ } -+ else -+ { -+ if( (BT_STATE_8723A_1ANT_SCO_ONLY_BUSY == btState) || -+ (BT_STATE_8723A_1ANT_ACL_SCO_BUSY == btState) || -+ (BT_STATE_8723A_1ANT_HID_BUSY == btState) || -+ (BT_STATE_8723A_1ANT_HID_SCO_BUSY == btState) ) -+ { -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xff000000, 0x60); -+ } -+ else -+ { -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xff000000, 0xc0); -+ } -+ switch(btState) -+ { -+ case BT_STATE_8723A_1ANT_NO_CONNECTION: -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ break; -+ case BT_STATE_8723A_1ANT_CONNECT_IDLE: -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ break; -+ case BT_STATE_8723A_1ANT_INQ_OR_PAG: -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ break; -+ case BT_STATE_8723A_1ANT_SCO_ONLY_BUSY: -+ case BT_STATE_8723A_1ANT_ACL_SCO_BUSY: -+ case BT_STATE_8723A_1ANT_HID_BUSY: -+ case BT_STATE_8723A_1ANT_HID_SCO_BUSY: -+ halbtc8723a1ant_TdmaDurationAdjust(pBtCoexist); -+ break; -+ case BT_STATE_8723A_1ANT_ACL_ONLY_BUSY: -+ if (btInfoOriginal&BT_INFO_8723A_1ANT_B_A2DP) -+ { -+ halbtc8723a1ant_TdmaDurationAdjust(pBtCoexist); -+ } -+ else if(btInfoOriginal&BT_INFO_8723A_1ANT_B_FTP) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ } -+ else if( (btInfoOriginal&BT_INFO_8723A_1ANT_B_A2DP) && -+ (btInfoOriginal&BT_INFO_8723A_1ANT_B_FTP) ) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ } -+ else -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ } -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], error!!!, undefined case in halbtc8723a1ant_CoexForWifiConnect()!!\n")); -+ break; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is disconnected!!\n")); -+ } -+ -+ pCoexDm->psTdmaGlobalCnt++; -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8723a1ant_ -+//============================================================ -+VOID -+wa_halbtc8723a1ant_MonitorC2h( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte tmp1b=0x0; -+ u4Byte curC2hTotalCnt=0x0; -+ static u4Byte preC2hTotalCnt=0x0, sameCntPollingTime=0x0; -+ -+ curC2hTotalCnt+=pCoexSta->btInfoC2hCnt[BT_INFO_SRC_8723A_1ANT_BT_RSP]; -+ -+ if(curC2hTotalCnt == preC2hTotalCnt) -+ { -+ sameCntPollingTime++; -+ } -+ else -+ { -+ preC2hTotalCnt = curC2hTotalCnt; -+ sameCntPollingTime = 0; -+ } -+ -+ if(sameCntPollingTime >= 2) -+ { -+ tmp1b = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x1af); -+ if(tmp1b != 0x0) -+ { -+ pCoexSta->c2hHangDetectCnt++; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x1af, 0x0); -+ } -+ } -+} -+ -+//============================================================ -+// extern function start with EXhalbtc8723a1ant_ -+//============================================================ -+VOID -+EXhalbtc8723a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 1Ant Init HW Config!!\n")); -+ -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x20); -+ -+ // enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // coex table -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, 0x0); // 1-Ant coex -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, 0xffff); // wifi break table -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, 0x55555555); //coex table -+ -+ // antenna switch control parameter -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x858, 0xaaaaaaaa); -+ -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x860, 0x210); //set antenna at wifi side if ANTSW is software control -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x870, 0x300); //SPDT(connected with TRSW) control by hardware PTA -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x874, 0x22804000); //ANTSW keep by GNT_BT -+ -+ // coexistence parameters -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x1); // enable RTK mode PTA -+} -+ -+VOID -+EXhalbtc8723a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8723a1ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8723a1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "[Action Manual control]!!"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8723A_1ANT_BT_STATUS_IDLE == pCoexDm->btStatus)? "idle":( (BT_8723A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy"))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ if(pStackInfo->bProfileNotified) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pStackInfo->bScoExist, pStackInfo->bHidExist, pStackInfo->bPanExist, pStackInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8723a1Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "write 0x1af=0x0 num", \ -+ pCoexSta->c2hHangDetectCnt); -+ CL_PRINTF(cliBuf); -+ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(!pBtCoexist->bManualControl) -+ { -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d ", "IgnWlanAct", \ -+ pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ } -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x783); -+ u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x796); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x778/ 0x783/ 0x796", \ -+ u1Tmp[0], u1Tmp[1], u1Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x880", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x40", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x484); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x484(rate adaptive)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xdac); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0xda0/0xda4/0xda8/0xdac(FA cnt)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u4Tmp[3]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770 (hp rx[31:16]/tx[15:0])", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(lp rx[31:16]/tx[15:0])", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8723a1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ halbtc8723a1ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ //halbtc8723a1ant_InitCoexDm(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8723a1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ } -+} -+ -+VOID -+EXhalbtc8723a1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE; -+ -+ halbtc8723a1ant_NotifyFwScan(pBtCoexist, type); -+ -+ if(pBtCoexist->btInfo.bBtDisabled) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+ } -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ //set 0x550[3]=1 before PsTdma -+ halbtc8723a1ant_Reg0x550Bit3(pBtCoexist, TRUE); -+ } -+ -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ halbtc8723a1ant_CoexForWifiConnect(pBtCoexist); -+ } -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723a1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE; -+ -+ if(pBtCoexist->btInfo.bBtDisabled) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+ } -+ else -+ { -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ //set 0x550[3]=1 before PsTdma -+ halbtc8723a1ant_Reg0x550Bit3(pBtCoexist, TRUE); -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); // extend wifi slot -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ halbtc8723a1ant_CoexForWifiConnect(pBtCoexist); -+ } -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723a1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8723a1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ if(pBtCoexist->btInfo.bBtDisabled) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+ } -+ else -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 18); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723a1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtHsOn=FALSE, bBtBusy=FALSE, bForceLps=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = BT_INFO_SRC_8723A_1ANT_BT_RSP; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 0) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(BT_INFO_SRC_8723A_1ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = -+ pCoexSta->btInfoC2h[rspSource][1]; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][2]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][3]; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8723A_1ANT_B_INQ_PAGE) -+ { -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ } -+ else -+ { -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ } -+ btInfo &= ~BIT2; -+ if(!(btInfo & BIT0)) -+ { -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_NO_CONNECTION; -+ bForceLps = FALSE; -+ } -+ else -+ { -+ bForceLps = TRUE; -+ if(btInfo == 0x1) -+ { -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_CONNECT_IDLE; -+ } -+ else if(btInfo == 0x9) -+ { -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_ACL_ONLY_BUSY; -+ bBtBusy = TRUE; -+ } -+ else if(btInfo == 0x13) -+ { -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_SCO_ONLY_BUSY; -+ bBtBusy = TRUE; -+ } -+ else if(btInfo == 0x1b) -+ { -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_ACL_SCO_BUSY; -+ bBtBusy = TRUE; -+ } -+ else if(btInfo == 0x29) -+ { -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_HID_BUSY; -+ bBtBusy = TRUE; -+ } -+ else if(btInfo == 0x3b) -+ { -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_HID_SCO_BUSY; -+ bBtBusy = TRUE; -+ } -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bBtBusy); -+ if(bForceLps) -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ else -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ -+ if( (BT_STATE_8723A_1ANT_NO_CONNECTION == pCoexDm->btStatus) || -+ (BT_STATE_8723A_1ANT_CONNECT_IDLE == pCoexDm->btStatus) ) -+ { -+ if(pCoexSta->bC2hBtInquiryPage) -+ pCoexDm->btStatus = BT_STATE_8723A_1ANT_INQ_OR_PAG; -+ } -+} -+ -+VOID -+EXhalbtc8723a1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ -+ halbtc8723a1ant_LowPenaltyRa(pBtCoexist, FORCE_EXEC, FALSE); -+ halbtc8723a1ant_RfShrink(pBtCoexist, FORCE_EXEC, FALSE); -+ -+ halbtc8723a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ EXhalbtc8723a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8723a1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE, bWifiConnected=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 1Ant Periodical!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ // work around for c2h hang -+ wa_halbtc8723a1ant_MonitorC2h(pBtCoexist); -+ -+ halbtc8723a1ant_QueryBtInfo(pBtCoexist); -+ halbtc8723a1ant_MonitorBtCtr(pBtCoexist); -+ halbtc8723a1ant_MonitorBtEnableDisable(pBtCoexist); -+ -+ -+ if(bScan) -+ return; -+ if(bLink) -+ return; -+ -+ if(bWifiConnected) -+ { -+ if(pBtCoexist->btInfo.bBtDisabled) -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+ -+ halbtc8723a1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a1ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ else -+ { -+ halbtc8723a1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a1ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a1ant_CoexForWifiConnect(pBtCoexist); -+ } -+ } -+ else -+ { -+ halbtc8723a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ halbtc8723a1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a1ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a1Ant.h 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,171 @@ -+//=========================================== -+// The following is for 8723A 1Ant BT Co-exist definition -+//=========================================== -+#define BT_INFO_8723A_1ANT_B_FTP BIT7 -+#define BT_INFO_8723A_1ANT_B_A2DP BIT6 -+#define BT_INFO_8723A_1ANT_B_HID BIT5 -+#define BT_INFO_8723A_1ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8723A_1ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8723A_1ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8723A_1ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8723A_1ANT_B_CONNECTION BIT0 -+ -+typedef enum _BT_STATE_8723A_1ANT{ -+ BT_STATE_8723A_1ANT_DISABLED = 0, -+ BT_STATE_8723A_1ANT_NO_CONNECTION = 1, -+ BT_STATE_8723A_1ANT_CONNECT_IDLE = 2, -+ BT_STATE_8723A_1ANT_INQ_OR_PAG = 3, -+ BT_STATE_8723A_1ANT_ACL_ONLY_BUSY = 4, -+ BT_STATE_8723A_1ANT_SCO_ONLY_BUSY = 5, -+ BT_STATE_8723A_1ANT_ACL_SCO_BUSY = 6, -+ BT_STATE_8723A_1ANT_HID_BUSY = 7, -+ BT_STATE_8723A_1ANT_HID_SCO_BUSY = 8, -+ BT_STATE_8723A_1ANT_MAX -+}BT_STATE_8723A_1ANT, *PBT_STATE_8723A_1ANT; -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8723A_1ANT 2 -+ -+typedef enum _BT_INFO_SRC_8723A_1ANT{ -+ BT_INFO_SRC_8723A_1ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8723A_1ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8723A_1ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8723A_1ANT_MAX -+}BT_INFO_SRC_8723A_1ANT,*PBT_INFO_SRC_8723A_1ANT; -+ -+typedef enum _BT_8723A_1ANT_BT_STATUS{ -+ BT_8723A_1ANT_BT_STATUS_IDLE = 0x0, -+ BT_8723A_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8723A_1ANT_BT_STATUS_NON_IDLE = 0x2, -+ BT_8723A_1ANT_BT_STATUS_MAX -+}BT_8723A_1ANT_BT_STATUS,*PBT_8723A_1ANT_BT_STATUS; -+ -+typedef enum _BT_8723A_1ANT_COEX_ALGO{ -+ BT_8723A_1ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8723A_1ANT_COEX_ALGO_SCO = 0x1, -+ BT_8723A_1ANT_COEX_ALGO_HID = 0x2, -+ BT_8723A_1ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8723A_1ANT_COEX_ALGO_PANEDR = 0x4, -+ BT_8723A_1ANT_COEX_ALGO_PANHS = 0x5, -+ BT_8723A_1ANT_COEX_ALGO_PANEDR_A2DP = 0x6, -+ BT_8723A_1ANT_COEX_ALGO_PANEDR_HID = 0x7, -+ BT_8723A_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x8, -+ BT_8723A_1ANT_COEX_ALGO_HID_A2DP = 0x9, -+ BT_8723A_1ANT_COEX_ALGO_MAX -+}BT_8723A_1ANT_COEX_ALGO,*PBT_8723A_1ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8723A_1ANT{ -+ // fw mechanism -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ u4Byte psTdmaMonitorCnt; -+ u4Byte psTdmaGlobalCnt; -+ BOOLEAN bResetTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+} COEX_DM_8723A_1ANT, *PCOEX_DM_8723A_1ANT; -+ -+typedef struct _COEX_STA_8723A_1ANT{ -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ u1Byte preBtRssiState; -+ u1Byte preBtRssiState1; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8723A_1ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8723A_1ANT_MAX]; -+ BOOLEAN bC2hBtInquiryPage; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ //BOOLEAN bHoldForStackOperation; -+ //u1Byte bHoldPeriodCnt; -+ // this is for c2h hang work-around -+ u4Byte c2hHangDetectCnt; -+}COEX_STA_8723A_1ANT, *PCOEX_STA_8723A_1ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8723a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8723a1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.c 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,3746 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8723A Co-exist mechanism -+// -+// History -+// 2012/08/22 Cosa first check in. -+// 2012/11/14 Cosa Revise for 8723A 2Ant out sourcing. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8723a2Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8723A_2ANT GLCoexDm8723a2Ant; -+static PCOEX_DM_8723A_2ANT pCoexDm=&GLCoexDm8723a2Ant; -+static COEX_STA_8723A_2ANT GLCoexSta8723a2Ant; -+static PCOEX_STA_8723A_2ANT pCoexSta=&GLCoexSta8723a2Ant; -+ -+const char *const GLBtInfoSrc8723a2Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8723a2ant_ -+//============================================================ -+BOOLEAN -+halbtc8723a2ant_IsWifiIdle( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bWifiConnected) -+ return FALSE; -+ if(bScan) -+ return FALSE; -+ if(bLink) -+ return FALSE; -+ if(bRoam) -+ return FALSE; -+ -+ return TRUE; -+} -+ -+BOOLEAN -+halbtc8723a2ant_IsWifiConnectedIdle( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bScan=FALSE, bLink=FALSE, bRoam=FALSE, bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(bScan) -+ return FALSE; -+ if(bLink) -+ return FALSE; -+ if(bRoam) -+ return FALSE; -+ if(bWifiConnected && !bWifiBusy) -+ return TRUE; -+ else -+ return FALSE; -+} -+ -+u1Byte -+halbtc8723a2ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8723a2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8723a2ant_IndicateWifiChnlBwInfo( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x19=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x19, 3, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a2ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x38=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x38, 1, H2C_Parameter); -+} -+u1Byte -+halbtc8723a2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ BOOLEAN bBtHsOn=FALSE, bBtBusy=FALSE, bLimitedDig=FALSE; -+ u1Byte algorithm=BT_8723A_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ //====================== -+ // here we get BT status first -+ //====================== -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_IDLE; -+ -+ if((pStackInfo->bScoExist) ||(bBtHsOn) ||(pStackInfo->bHidExist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO or HID or HS exists, set BT non-idle !!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_NON_IDLE; -+ } -+ else -+ { -+ // A2dp profile -+ if( (pBtCoexist->stackInfo.numOfLink == 1) && -+ (pStackInfo->bA2dpExist) ) -+ { -+ if( (pCoexSta->lowPriorityTx+ pCoexSta->lowPriorityRx) < 100) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP, low priority tx+rx < 100, set BT connected-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP, low priority tx+rx >= 100, set BT non-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_NON_IDLE; -+ } -+ } -+ // Pan profile -+ if( (pBtCoexist->stackInfo.numOfLink == 1) && -+ (pStackInfo->bPanExist) ) -+ { -+ if((pCoexSta->lowPriorityTx+ pCoexSta->lowPriorityRx) < 600) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN, low priority tx+rx < 600, set BT connected-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE; -+ } -+ else -+ { -+ if(pCoexSta->lowPriorityTx) -+ { -+ if((pCoexSta->lowPriorityRx /pCoexSta->lowPriorityTx)>9 ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN, low priority rx/tx > 9, set BT connected-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE; -+ } -+ } -+ } -+ if(BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN, set BT non-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_NON_IDLE; -+ } -+ } -+ // Pan+A2dp profile -+ if( (pBtCoexist->stackInfo.numOfLink == 2) && -+ (pStackInfo->bA2dpExist) && -+ (pStackInfo->bPanExist) ) -+ { -+ if((pCoexSta->lowPriorityTx+ pCoexSta->lowPriorityRx) < 600) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN+A2DP, low priority tx+rx < 600, set BT connected-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE; -+ } -+ else -+ { -+ if(pCoexSta->lowPriorityTx) -+ { -+ if((pCoexSta->lowPriorityRx /pCoexSta->lowPriorityTx)>9 ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN+A2DP, low priority rx/tx > 9, set BT connected-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE; -+ } -+ } -+ } -+ if(BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN+A2DP, set BT non-idle!!!\n")); -+ pCoexDm->btStatus = BT_8723A_2ANT_BT_STATUS_NON_IDLE; -+ } -+ } -+ } -+ if(BT_8723A_2ANT_BT_STATUS_IDLE != pCoexDm->btStatus) -+ { -+ bBtBusy = TRUE; -+ bLimitedDig = TRUE; -+ } -+ else -+ { -+ bBtBusy = FALSE; -+ bLimitedDig = FALSE; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ //====================== -+ -+ if(!pStackInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No profile exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pStackInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pStackInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID; -+ } -+ else if(pStackInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pStackInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ if(pStackInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID; -+ } -+ else if(pStackInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_SCO; -+ } -+ else if(pStackInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID; -+ } -+ else if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8723A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+BOOLEAN -+halbtc8723a2ant_NeedToDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bRet=FALSE; -+ BOOLEAN bBtHsOn=FALSE, bWifiConnected=FALSE; -+ s4Byte btHsRssi=0; -+ u1Byte btRssiState=BTC_RSSI_STATE_HIGH; -+ -+ btRssiState = halbtc8723a2ant_BtRssiState(2, 42, 0); -+ -+ if(!pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn)) -+ return FALSE; -+ if(!pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected)) -+ return FALSE; -+ if(!pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_HS_RSSI, &btHsRssi)) -+ return FALSE; -+ if(BTC_RSSI_LOW(btRssiState)) -+ return FALSE; -+ -+ if(bWifiConnected) -+ { -+ if(bBtHsOn) -+ { -+ if(btHsRssi > 37) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Need to decrease bt power for HS mode!!\n")); -+ bRet = TRUE; -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Need to decrease bt power for Wifi is connected!!\n")); -+ bRet = TRUE; -+ } -+ } -+ -+ return bRet; -+} -+ -+VOID -+halbtc8723a2ant_SetFwDacSwingLevel( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte dacSwingLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ // There are several type of dacswing -+ // 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Set Dac Swing Level=0x%x\n", dacSwingLvl)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x29=0x%x\n", H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x29, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a2ant_SetFwDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bDecBtPwr -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bDecBtPwr) -+ { -+ H2C_Parameter[0] |= BIT1; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], decrease Bt Power : %s, FW write 0x21=0x%x\n", -+ (bDecBtPwr? "Yes!!":"No!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x21, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a2ant_DecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDecBtPwr -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s Dec BT power = %s\n", -+ (bForceExec? "force to":""), ((bDecBtPwr)? "ON":"OFF"))); -+ pCoexDm->bCurDecBtPwr = bDecBtPwr; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreDecBtPwr == pCoexDm->bCurDecBtPwr) -+ return; -+ } -+ halbtc8723a2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->bCurDecBtPwr); -+ -+ pCoexDm->bPreDecBtPwr = pCoexDm->bCurDecBtPwr; -+} -+ -+VOID -+halbtc8723a2ant_FwDacSwingLvl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte fwDacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec? "force to":""), fwDacSwingLvl)); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8723a2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+VOID -+halbtc8723a2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xf0ff7); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8723a2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8723a2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8723a2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte tmpU1; -+ -+ tmpU1 = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd); -+ tmpU1 |= BIT0; -+ if(bLowPenaltyRa) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set low penalty!!\n")); -+ tmpU1 &= ~BIT2; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set normal!!\n")); -+ tmpU1 |= BIT2; -+ } -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, tmpU1); -+} -+ -+VOID -+halbtc8723a2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ return; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8723a2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8723a2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ if(bSwDacSwingOn) -+ { -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xff000000, swDacSwingLvl); -+ } -+ else -+ { -+ pBtCoexist->fBtcSetBbReg(pBtCoexist, 0x880, 0xff000000, 0xc0); -+ } -+} -+ -+ -+VOID -+halbtc8723a2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8723a2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8723a2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc04,0x3a07611); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc04,0x3a05611); -+ } -+} -+ -+VOID -+halbtc8723a2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8723a2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8723a2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4e1c0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4d1d0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4c1e0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4b1f0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x4a200001); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xdc000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x90000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x51000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x12000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1a, 0xfffff, 0x00355); -+ -+ rssiAdjustVal = 6; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x641c0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x631d0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x621e0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x611f0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78,0x60200001); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x32000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0x71000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xb0000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x12, 0xfffff, 0xfc000); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1a, 0xfffff, 0x30355); -+ } -+ -+ // set rssiAdjustVal for wifi module. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+ -+VOID -+halbtc8723a2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8723a2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8723a2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8723a2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8723a2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8723a2ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x25=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x25, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a2ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8723a2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8723a2ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ -+ H2C_Parameter[0] = byte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = byte5; -+ -+ pCoexDm->psTdmaPara[0] = byte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = byte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x3a(5bytes)=0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x3a, 5, H2C_Parameter); -+} -+ -+VOID -+halbtc8723a2ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ u4Byte btTxRxCnt=0; -+ -+ btTxRxCnt = pCoexSta->highPriorityTx+pCoexSta->highPriorityRx+ -+ pCoexSta->lowPriorityTx+pCoexSta->lowPriorityRx; -+ -+ if(btTxRxCnt > 3000) -+ { -+ pCoexDm->bCurPsTdmaOn = TRUE; -+ pCoexDm->curPsTdma = 8; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], turn ON PS TDMA, type=%d for BT tx/rx counters=%d(>3000)\n", -+ pCoexDm->curPsTdma, btTxRxCnt)); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ } -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ if(pCoexDm->bCurPsTdmaOn) -+ { -+ switch(pCoexDm->curPsTdma) -+ { -+ case 1: -+ default: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x98); -+ break; -+ case 2: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x98); -+ break; -+ case 3: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0xe1, 0x98); -+ break; -+ case 4: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x5, 0x5, 0xe1, 0x80); -+ break; -+ case 5: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x98); -+ break; -+ case 6: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x98); -+ break; -+ case 7: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0x60, 0x98); -+ break; -+ case 8: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x5, 0x5, 0x60, 0x80); -+ break; -+ case 9: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x98); -+ break; -+ case 10: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x98); -+ break; -+ case 11: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0xe1, 0x98); -+ break; -+ case 12: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x98); -+ break; -+ case 13: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x98); -+ break; -+ case 14: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x98); -+ break; -+ case 15: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0x60, 0x98); -+ break; -+ case 16: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0x60, 0x98); -+ break; -+ case 17: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x2f, 0x2f, 0x60, 0x80); -+ break; -+ case 18: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x98); -+ break; -+ case 19: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x98); -+ break; -+ case 20: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x98); -+ break; -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(pCoexDm->curPsTdma) -+ { -+ case 0: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x8, 0x0); -+ break; -+ case 1: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ break; -+ default: -+ halbtc8723a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x8, 0x0); -+ break; -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+ -+VOID -+halbtc8723a2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ // sw all off -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ -+ // hw all off -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+} -+ -+VOID -+halbtc8723a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ halbtc8723a2ant_CoexTable(pBtCoexist, FORCE_EXEC, 0x55555555, 0xffff, 0x3); -+ halbtc8723a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, FALSE); -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ -+ halbtc8723a2ant_AgcTable(pBtCoexist, FORCE_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, FORCE_EXEC, FALSE); -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, FORCE_EXEC, FALSE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, FORCE_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, FORCE_EXEC, FALSE, 0xc0); -+} -+ -+VOID -+halbtc8723a2ant_BtInquiryPage( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bLowPwrDisable=TRUE; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+} -+ -+VOID -+halbtc8723a2ant_BtEnableAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE; -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ halbtc8723a2ant_IndicateWifiChnlBwInfo(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ halbtc8723a2ant_IndicateWifiChnlBwInfo(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+} -+ -+VOID -+halbtc8723a2ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8723a2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ halbtc8723a2ant_BtEnableAction(pBtCoexist); -+ } -+ } -+} -+ -+BOOLEAN -+halbtc8723a2ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE; -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ if(!pStackInfo->bBtLinkExist) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ } -+ else -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ if(halbtc8723a2ant_IsWifiIdle(pBtCoexist) && -+ BT_8723A_2ANT_BT_STATUS_IDLE == pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi idle + Bt idle!!\n")); -+ -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ -+ bCommon = TRUE; -+ } -+ else if(!halbtc8723a2ant_IsWifiIdle(pBtCoexist) && -+ (BT_8723A_2ANT_BT_STATUS_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-idle + BT idle!!\n")); -+ -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ -+ bCommon = TRUE; -+ } -+ else if(halbtc8723a2ant_IsWifiIdle(pBtCoexist) && -+ (BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi idle + Bt connected idle!!\n")); -+ -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ -+ bCommon = TRUE; -+ } -+ else if(!halbtc8723a2ant_IsWifiIdle(pBtCoexist) && -+ (BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-idle + Bt connected idle!!\n")); -+ -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ -+ bCommon = TRUE; -+ } -+ else if(halbtc8723a2ant_IsWifiIdle(pBtCoexist) && -+ (BT_8723A_2ANT_BT_STATUS_NON_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi idle + BT non-idle!!\n")); -+ -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ -+ bCommon = TRUE; -+ } -+ else if(halbtc8723a2ant_IsWifiConnectedIdle(pBtCoexist) && -+ (BT_8723A_2ANT_BT_STATUS_NON_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected-idle + BT non-idle!!\n")); -+ -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-idle + BT non-idle!!\n")); -+ halbtc8723a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x20); -+ -+ bCommon = FALSE; -+ } -+ -+ return bCommon; -+} -+VOID -+halbtc8723a2ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bScoHid, -+ IN BOOLEAN bTxPause, -+ IN u1Byte maxInterval -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ if(pCoexDm->bResetTdmaAdjust) -+ { -+ pCoexDm->bResetTdmaAdjust = FALSE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if(bScoHid) -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ else -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if(maxInterval == 1) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 2) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 3) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+} -+ -+// SCO only or SCO+PAN(HS) -+VOID -+halbtc8723a2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1; -+ u4Byte wifiBw; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8723a2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1; -+ u4Byte wifiBw; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8723a2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp rate, 1:basic /0:edr -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp rate, 1:basic /0:edr -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ else -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp rate, 1:basic /0:edr -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp rate, 1:basic /0:edr -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ else -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+VOID -+halbtc8723a2ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+ -+//PAN(HS) only -+VOID -+halbtc8723a2ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState; -+ u4Byte wifiBw; -+ -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8723a2ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ } -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+VOID -+halbtc8723a2ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1; -+ u4Byte wifiBw; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ } -+ else -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8723a2ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ } -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+VOID -+halbtc8723a2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if(halbtc8723a2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8723a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0xffff, 0x3); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 37, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 1); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 1); -+ } -+ } -+ -+ // sw mechanism -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ wifiRssiState = halbtc8723a2ant_WifiRssiState(pBtCoexist, 0, 2, 27, 0); -+ wifiRssiState1 = halbtc8723a2ant_WifiRssiState(pBtCoexist, 1, 2, 47, 0); -+ -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 1); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8723a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 1); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState1 == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState1 == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, TRUE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ else -+ { -+ halbtc8723a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, FALSE); -+ halbtc8723a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, FALSE, 0xc0); -+ } -+ } -+} -+ -+VOID -+halbtc8723a2ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ u1Byte btInfoOriginal=0, btRetryCnt=0; -+ u1Byte algorithm=0; -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Manual control!!!\n")); -+ return; -+ } -+ -+ if(pStackInfo->bProfileNotified) -+ { -+ if(pCoexSta->bHoldForStackOperation) -+ { -+ // if bt inquiry/page/pair, do not execute. -+ return; -+ } -+ -+ algorithm = halbtc8723a2ant_ActionAlgorithm(pBtCoexist); -+ if(pCoexSta->bHoldPeriodCnt && (BT_8723A_2ANT_COEX_ALGO_PANHS!=algorithm)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex],Hold BT inquiry/page scan setting (cnt = %d)!!\n", -+ pCoexSta->bHoldPeriodCnt)); -+ if(pCoexSta->bHoldPeriodCnt >= 6) -+ { -+ pCoexSta->bHoldPeriodCnt = 0; -+ // next time the coexist parameters should be reset again. -+ } -+ else -+ pCoexSta->bHoldPeriodCnt++; -+ return; -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Algorithm = %d \n", pCoexDm->curAlgorithm)); -+ if(halbtc8723a2ant_IsCommonAction(pBtCoexist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bResetTdmaAdjust = TRUE; -+ } -+ else -+ { -+ if(pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], preAlgorithm=%d, curAlgorithm=%d\n", -+ pCoexDm->preAlgorithm, pCoexDm->curAlgorithm)); -+ pCoexDm->bResetTdmaAdjust = TRUE; -+ } -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8723A_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8723a2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8723a2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8723a2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8723a2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8723a2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8723a2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8723a2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8723a2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8723A_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8723a2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = coexist All Off!!\n")); -+ halbtc8723a2ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+ } -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8723a2ant_ -+//============================================================ -+VOID -+wa_halbtc8723a2ant_MonitorC2h( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte tmp1b=0x0; -+ u4Byte curC2hTotalCnt=0x0; -+ static u4Byte preC2hTotalCnt=0x0, sameCntPollingTime=0x0; -+ -+ curC2hTotalCnt+=pCoexSta->btInfoC2hCnt[BT_INFO_SRC_8723A_2ANT_BT_RSP]; -+ -+ if(curC2hTotalCnt == preC2hTotalCnt) -+ { -+ sameCntPollingTime++; -+ } -+ else -+ { -+ preC2hTotalCnt = curC2hTotalCnt; -+ sameCntPollingTime = 0; -+ } -+ -+ if(sameCntPollingTime >= 2) -+ { -+ tmp1b = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x1af); -+ if(tmp1b != 0x0) -+ { -+ pCoexSta->c2hHangDetectCnt++; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x1af, 0x0); -+ } -+ } -+} -+ -+//============================================================ -+// extern function start with EXhalbtc8723a2ant_ -+//============================================================ -+VOID -+EXhalbtc8723a2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8723a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ u4Byte u4Tmp=0; -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ // Enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x20); -+} -+ -+VOID -+EXhalbtc8723a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8723a2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8723a2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "[Action Manual control]!!"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8723A_2ANT_BT_STATUS_IDLE == pCoexDm->btStatus)? "idle":( (BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy"))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ if(pStackInfo->bProfileNotified) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pStackInfo->bScoExist, pStackInfo->bHidExist, pStackInfo->bPanExist, pStackInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8723a2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "write 0x1af=0x0 num", \ -+ pCoexSta->c2hHangDetectCnt); -+ CL_PRINTF(cliBuf); -+ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(!pBtCoexist->bManualControl) -+ { -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->bCurDecBtPwr, pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ } -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x783); -+ u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x796); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x778/ 0x783/ 0x796", \ -+ u1Tmp[0], u1Tmp[1], u1Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x880", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x40", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x484); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x484(rate adaptive)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xdac); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0xda0/0xda4/0xda8/0xdac(FA cnt)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u4Tmp[3]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770 (hp rx[31:16]/tx[15:0])", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(lp rx[31:16]/tx[15:0])", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8723a2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ halbtc8723a2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ //halbtc8723a2ant_InitCoexDm(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8723a2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8723a2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8723a2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8723a2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ halbtc8723a2ant_IndicateWifiChnlBwInfo(pBtCoexist, type); -+} -+ -+VOID -+EXhalbtc8723a2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8723a2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtBusy=FALSE, bLimitedDig=FALSE; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = BT_INFO_SRC_8723A_2ANT_BT_RSP; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 0) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(BT_INFO_SRC_8723A_2ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = -+ pCoexSta->btInfoC2h[rspSource][1]; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][2]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][3]; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8723A_2ANT_B_INQ_PAGE) -+ { -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ } -+ else -+ { -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8723a2ant_StackOperationNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_STACK_OP_INQ_PAGE_PAIR_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], StackOP Inquiry/page/pair start notify\n")); -+ pCoexSta->bHoldForStackOperation = TRUE; -+ pCoexSta->bHoldPeriodCnt = 1; -+ halbtc8723a2ant_BtInquiryPage(pBtCoexist); -+ } -+ else if(BTC_STACK_OP_INQ_PAGE_PAIR_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], StackOP Inquiry/page/pair finish notify\n")); -+ pCoexSta->bHoldForStackOperation = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8723a2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8723a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ EXhalbtc8723a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8723a2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Periodical!!\n")); -+ -+ // work around for c2h hang -+ wa_halbtc8723a2ant_MonitorC2h(pBtCoexist); -+ -+ halbtc8723a2ant_QueryBtInfo(pBtCoexist); -+ halbtc8723a2ant_MonitorBtCtr(pBtCoexist); -+ halbtc8723a2ant_MonitorBtEnableDisable(pBtCoexist); -+ -+ halbtc8723a2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723a2Ant.h 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,184 @@ -+//=========================================== -+// The following is for 8723A 2Ant BT Co-exist definition -+//=========================================== -+#define BT_INFO_8723A_2ANT_B_FTP BIT7 -+#define BT_INFO_8723A_2ANT_B_A2DP BIT6 -+#define BT_INFO_8723A_2ANT_B_HID BIT5 -+#define BT_INFO_8723A_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8723A_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8723A_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8723A_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8723A_2ANT_B_CONNECTION BIT0 -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8723A_2ANT 2 -+ -+typedef enum _BT_INFO_SRC_8723A_2ANT{ -+ BT_INFO_SRC_8723A_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8723A_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8723A_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8723A_2ANT_MAX -+}BT_INFO_SRC_8723A_2ANT,*PBT_INFO_SRC_8723A_2ANT; -+ -+typedef enum _BT_8723A_2ANT_BT_STATUS{ -+ BT_8723A_2ANT_BT_STATUS_IDLE = 0x0, -+ BT_8723A_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8723A_2ANT_BT_STATUS_NON_IDLE = 0x2, -+ BT_8723A_2ANT_BT_STATUS_MAX -+}BT_8723A_2ANT_BT_STATUS,*PBT_8723A_2ANT_BT_STATUS; -+ -+typedef enum _BT_8723A_2ANT_COEX_ALGO{ -+ BT_8723A_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8723A_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8723A_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8723A_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8723A_2ANT_COEX_ALGO_PANEDR = 0x4, -+ BT_8723A_2ANT_COEX_ALGO_PANHS = 0x5, -+ BT_8723A_2ANT_COEX_ALGO_PANEDR_A2DP = 0x6, -+ BT_8723A_2ANT_COEX_ALGO_PANEDR_HID = 0x7, -+ BT_8723A_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x8, -+ BT_8723A_2ANT_COEX_ALGO_HID_A2DP = 0x9, -+ BT_8723A_2ANT_COEX_ALGO_MAX -+}BT_8723A_2ANT_COEX_ALGO,*PBT_8723A_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8723A_2ANT{ -+ // fw mechanism -+ BOOLEAN bPreDecBtPwr; -+ BOOLEAN bCurDecBtPwr; -+ //BOOLEAN bPreBtLnaConstrain; -+ //BOOLEAN bCurBtLnaConstrain; -+ //u1Byte bPreBtPsdMode; -+ //u1Byte bCurBtPsdMode; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bResetTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ //BOOLEAN bPreBtAutoReport; -+ //BOOLEAN bCurBtAutoReport; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+} COEX_DM_8723A_2ANT, *PCOEX_DM_8723A_2ANT; -+ -+typedef struct _COEX_STA_8723A_2ANT{ -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ u1Byte preBtRssiState; -+ u1Byte preBtRssiState1; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8723A_2ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8723A_2ANT_MAX]; -+ BOOLEAN bC2hBtInquiryPage; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ BOOLEAN bHoldForStackOperation; -+ u1Byte bHoldPeriodCnt; -+ // this is for c2h hang work-around -+ u4Byte c2hHangDetectCnt; -+}COEX_STA_8723A_2ANT, *PCOEX_STA_8723A_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8723a2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8723a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723a2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8723a2ant_StackOperationNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723a2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.c 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,5638 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8723B Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8723b1Ant.tmh" -+#endif -+ -+//#include -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8723B_1ANT GLCoexDm8723b1Ant; -+static PCOEX_DM_8723B_1ANT pCoexDm=&GLCoexDm8723b1Ant; -+static COEX_STA_8723B_1ANT GLCoexSta8723b1Ant; -+static PCOEX_STA_8723B_1ANT pCoexSta=&GLCoexSta8723b1Ant; -+static PSDSCAN_STA_8723B_1ANT GLPsdScan8723b1Ant; -+static PPSDSCAN_STA_8723B_1ANT pPsdScan = &GLPsdScan8723b1Ant; -+ -+ -+const char *const GLBtInfoSrc8723b1Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8723b1Ant=20150119; -+u4Byte GLCoexVer8723b1Ant=0x58; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8723b1ant_ -+//============================================================ -+u1Byte -+halbtc8723b1ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8723b1ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8723b1ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+VOID -+halbtc8723b1ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+VOID -+halbtc8723b1ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+VOID -+halbtc8723b1ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8723b1ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType -+ ) -+{ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ halbtc8723b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); -+ break; -+ case 1: // disable cck 1/2 -+ halbtc8723b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003); -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ halbtc8723b1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7); -+ break; -+ default: -+ break; -+ } -+ -+ halbtc8723b1ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8723b1ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8723b1ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+VOID -+halbtc8723b1ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+VOID -+halbtc8723b1ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b1ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp, u1Tmp1; -+ s4Byte wifiRssi; -+ static u4Byte NumOfBtCounterChk = 0; -+ -+ //to avoid 0x76e[3] = 1 (WLAN_Act control by PTA) during IPS -+ //if (! (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) & 0x8) ) -+ -+ if (pCoexSta->bUnderIps) -+ { -+ //pCoexSta->highPriorityTx = 65535; -+ //pCoexSta->highPriorityRx = 65535; -+ //pCoexSta->lowPriorityTx = 65535; -+ //pCoexSta->lowPriorityRx = 65535; -+ //return; -+ } -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if( (pCoexSta->lowPriorityTx > 1050) && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->popEventCnt++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Hi-Pri Rx/Tx: %d/%d, Lo-Pri Rx/Tx: %d/%d\n", -+ regHPRx, regHPTx, regLPRx, regLPTx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ -+ // This part is for wifi FW and driver to update BT's status as disabled. -+ // The flow is as the following -+ // 1. disable BT -+ // 2. if all BT Tx/Rx counter=0, after 6 sec we query bt info -+ // 3. Because BT will not rsp from mailbox, so wifi fw will know BT is disabled -+ // 4. FW will rsp c2h for BT that driver will know BT is disabled. -+ if ((regHPTx == 0) && (regHPRx ==0) && (regLPTx == 0) && (regLPRx == 0)) -+ { -+ NumOfBtCounterChk++; -+ if (NumOfBtCounterChk == 3) -+{ -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ } -+ } -+ else -+ { -+ NumOfBtCounterChk = 0; -+ } -+ } -+ -+ -+VOID -+halbtc8723b1ant_MonitorWiFiCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u2Byte u2Tmp[3]; -+ s4Byte wifiRssi=0; -+ BOOLEAN bWifiBusy = FALSE, bWifiUnderBMode = FALSE; -+ static u1Byte nCCKLockCounter = 0; -+ u4Byte TotalCnt; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } -+ else -+ { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); -+ pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); -+ } -+ -+ -+ //reset counter -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x0); -+ -+ if ( (bWifiBusy) && (wifiRssi >= 30) && (!bWifiUnderBMode)) -+ { -+ TotalCnt = pCoexSta->nCRCOK_CCK + pCoexSta->nCRCOK_11g + pCoexSta->nCRCOK_11n + -+ pCoexSta->nCRCOK_11nAgg; -+ -+ if ( (pCoexDm->btStatus == BT_8723B_1ANT_BT_STATUS_ACL_BUSY) || -+ (pCoexDm->btStatus == BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY) || -+ (pCoexDm->btStatus == BT_8723B_1ANT_BT_STATUS_SCO_BUSY) ) -+ { -+ if (pCoexSta->nCRCOK_CCK >(TotalCnt -pCoexSta->nCRCOK_CCK)) -+ { -+ if (nCCKLockCounter < 3) -+ nCCKLockCounter++; -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ if (!pCoexSta->bPreCCKLock) -+ { -+ -+ if (nCCKLockCounter >= 3) -+ pCoexSta->bCCKLock = TRUE; -+ else -+ pCoexSta->bCCKLock = FALSE; -+ } -+ else -+ { -+ if (nCCKLockCounter == 0) -+ pCoexSta->bCCKLock = FALSE; -+ else -+ pCoexSta->bCCKLock = TRUE; -+ } -+ -+ if (pCoexSta->bCCKLock) -+ pCoexSta->bCCKEverLock = TRUE; -+ -+ pCoexSta->bPreCCKLock = pCoexSta->bCCKLock; -+ -+ -+} -+ -+BOOLEAN -+halbtc8723b1ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ -+ -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8723b1ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ pBtLinkInfo->bBtHiPriLinkExist = pCoexSta->bBtHiPriLinkExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+ -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8723b1ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8723B_1ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO only\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID only\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP only\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(HS) only\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(EDR) only\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(EDR)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(EDR)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! BT Profile = SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8723B_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8723b1ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b1ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8723b1ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8723b1ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!") )); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b1ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8723b1ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8723b1ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8723b1ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8723b1ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8723b1ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+#if BT_8723B_1ANT_ANTDET_ENABLE -+#if BT_8723B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE -+ if (pBoardInfo->btdmAntNumByAntDet == 2) -+ { -+ if (type == 3) -+ type = 14; -+ else if (type == 4) -+ type = 13; -+ else if (type == 5) -+ type = 8; -+ } -+#endif -+#endif -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], ********** CoexTable(%d) **********\n", type)); -+ -+ pCoexSta->nCoexTableType = type; -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 4: -+ if ( pCoexSta->bCCKEverLock) -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, 0xffffff, 0x3); -+ else -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaa5a5a, 0xffffff, 0x3); -+ break; -+ case 5: -+ if ( pCoexSta->bCCKEverLock) -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0xaaaa5a5a, 0xaaaa5a5a, 0xffffff, 0x3); -+ else -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 7: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 8: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 9: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 10: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 11: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 12: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 13: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 14: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 15: -+ halbtc8723b1ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8723b1ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b1ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8723b1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8723b1ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8723b1ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8723b1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8723b1ant_SwMechanism( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRA -+ ) -+{ -+ halbtc8723b1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8723b1ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte fwVer=0, u4Tmp=0, cntBtCalChk=0; -+ BOOLEAN bPgExtSwitch=FALSE; -+ BOOLEAN bUseExtSwitch=FALSE; -+ BOOLEAN bIsInMpMode = FALSE; -+ u1Byte H2C_Parameter[2] ={0}, u1Tmp = 0; -+ -+ pCoexDm->curAntPosType = antPosType; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_EXT_SWITCH, &bPgExtSwitch); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); // [31:16]=fw ver, [15:0]=fw sub ver -+ -+ if((fwVer>0 && fwVer<0xc0000) || bPgExtSwitch) -+ bUseExtSwitch = TRUE; -+ -+#if BT_8723B_1ANT_ANTDET_ENABLE -+#if BT_8723B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE -+ if (antPosType == BTC_ANT_PATH_PTA) -+ { -+ if ((pBoardInfo->btdmAntDetFinish) && (pBoardInfo->btdmAntNumByAntDet == 2)) -+ { -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ antPosType = BTC_ANT_PATH_WIFI; -+ else -+ antPosType = BTC_ANT_PATH_BT; -+ } -+ } -+#endif -+#endif -+ -+ if(bInitHwCfg) -+ { -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); //WiFi TRx Mask on -+ //remove due to interrupt is disabled that polling c2h will fail and delay 100ms. -+ //pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); //BT TRx Mask on -+ -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ // set grant_bt to high -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ } -+ //set wlan_act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x0); //BT select s0/s1 is controlled by BT -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x39, 0x8, 0x1); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x974, 0xff); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x944, 0x3, 0x3); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x930, 0x77); -+ } -+ else if(bWifiOff) -+ { -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ // set grant_bt to high -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ } -+ //set wlan_act to always low -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_IS_IN_MP_MODE, &bIsInMpMode); -+ if(!bIsInMpMode) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x0); //BT select s0/s1 is controlled by BT -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); //BT select s0/s1 is controlled by WiFi -+ -+ // 0x4c[24:23]=00, Set Antenna control by BT_RFE_CTRL BT Vendor 0xac=0xf002 -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &= ~BIT23; -+ u4Tmp &= ~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ else -+ { -+ /* Use H2C to set GNT_BT to LOW */ -+ if(fwVer >= 0x180000) -+ { -+ if (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765) != 0) -+ { -+ H2C_Parameter[0] = 0; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ } -+ else -+ { -+ // BT calibration check -+ while(cntBtCalChk <= 20) -+ { -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49d); -+ cntBtCalChk++; -+ if(u1Tmp & BIT0) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ########### BT is calibrating (wait cnt=%d) ###########\n", cntBtCalChk)); -+ delay_ms(50); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** BT is NOT calibrating (wait cnt=%d)**********\n", cntBtCalChk)); -+ break; -+ } -+ } -+ -+ // set grant_bt to PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x0); -+ } -+ -+ if (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) != 0xc) -+ { -+ //set wlan_act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ } -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); //BT select s0/s1 is controlled by WiFi -+ } -+ -+ if(bUseExtSwitch) -+ { -+ if(bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &=~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); // fixed internal switch S1->WiFi, S0->BT -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ //tell firmware "no antenna inverse" -+ H2C_Parameter[0] = 0; -+ H2C_Parameter[1] = 1; //ext switch type -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ else -+ { -+ //tell firmware "antenna inverse" -+ H2C_Parameter[0] = 1; -+ H2C_Parameter[1] = 1; //ext switch type -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ } -+ -+ if(bForceExec || (pCoexDm->curAntPosType != pCoexDm->preAntPosType)) -+ { -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_PATH_WIFI: -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); -+ break; -+ case BTC_ANT_PATH_BT: -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); -+ break; -+ } -+ } -+ } -+ else -+ { -+ if(bInitHwCfg) -+ { -+ // 0x4c[23]=1, 0x4c[24]=0 Antenna control by 0x64 -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp |= BIT23; -+ u4Tmp &=~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ //Fix Ext switch Main->S1, Aux->S0 -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x0); -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ -+ //tell firmware "no antenna inverse" -+ H2C_Parameter[0] = 0; -+ H2C_Parameter[1] = 0; //internal switch type -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ else -+ { -+ -+ //tell firmware "antenna inverse" -+ H2C_Parameter[0] = 1; -+ H2C_Parameter[1] = 0; //internal switch type -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ } -+ -+ if(bForceExec || (pCoexDm->curAntPosType != pCoexDm->preAntPosType)) -+ { -+ // internal switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_PATH_WIFI: -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ break; -+ case BTC_ANT_PATH_BT: -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x200); -+ else -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x80); -+ break; -+ } -+ } -+ } -+ -+ pCoexDm->preAntPosType = pCoexDm->curAntPosType; -+} -+ -+VOID -+halbtc8723b1ant_SetAntPathDCut( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAntennaAux, //For 1-Ant--> 1: Antenna at S0, 0: Antenna at S1. Set 0 for 2-Ant -+ IN BOOLEAN bExtSwitch, // 1: Ext Switch (SPDT) exist on module, 0: no Ext Switch (SPDT) exist on module -+ IN BOOLEAN bTwoAntenna, // 1: 2-Antenna, 0:1-Antenna -+ IN u1Byte antennaPos, //Set Antenna Pos, For 1-Ant: BTC_ANT_PATH_WIFI, BTC_ANT_PATH_BT, BTC_ANT_PATH_PTA, For 2-Ant:BTC_ANT_WIFI_AT_MAIN, BTC_ANT_WIFI_AT_Aux -+ IN u1Byte wifiState //BTC_WIFI_STAT_INIT, BTC_WIFI_STAT_IQK, BTC_WIFI_STAT_NORMAL_OFF, BTC_WIFI_STAT_MP_OFF, BTC_WIFI_STAT_NORMAL, BTC_WIFI_STAT_ANT_DIV -+ ) -+{ -+ u1Byte dataLen=5; -+ u1Byte buf[6] = {0}; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set BT Ant, bAntennaAux/bExtSwitch/bTwoAntenna/antennaPos/wifiState=%d/%d/%d/%d/%d\n", -+ bAntennaAux, bExtSwitch, bTwoAntenna, antennaPos, wifiState)); -+ -+ buf[0] = dataLen; -+ -+ if(bAntennaAux) -+ buf[1] = 0x1; -+ -+ if(bExtSwitch) -+ buf[2] = 0x1; -+ -+ if(bTwoAntenna) -+ buf[3] = 0x1; -+ -+ buf[4] = antennaPos; -+ -+ buf[5] = wifiState; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_8723B_ANT, (PVOID)&buf[0]); -+} -+ -+VOID -+halbtc8723b1ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ if(byte1&BIT4 && !(byte1&BIT5)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+ -+VOID -+halbtc8723b1ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bTurnOnByCnt=FALSE, bWifiBusy=FALSE, bWiFiNoisy=FALSE; -+ u1Byte psTdmaTypeByCnt=0, rssiAdjustVal=0; -+ u1Byte psTdmaByte4Val = 0x50, psTdmaByte0Val = 0x51, psTdmaByte3Val = 0x10; -+ s1Byte nWiFiDurationAdjust = 0x0; -+ static BOOLEAN bPreWifiBusy=FALSE; -+ -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+#if BT_8723B_1ANT_ANTDET_ENABLE -+#if BT_8723B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE -+ if (pBoardInfo->btdmAntNumByAntDet == 2) -+ { -+ if (bTurnOn) -+ type = type +100; //for WiFi RSSI low or BT RSSI low -+ else -+ type = 1; //always translate to TDMA(off,1) for TDMA-off case -+ } -+ -+#endif -+#endif -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if (bWifiBusy != bPreWifiBusy) -+ { -+ bForceExec = TRUE; -+ bPreWifiBusy = bWifiBusy; -+ } -+ -+ if (pCoexDm->bCurPsTdmaOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(off, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum <= 5) -+ { -+ nWiFiDurationAdjust = 5; -+ -+ if (pCoexSta->nA2DPBitPool >= 35) -+ nWiFiDurationAdjust = -10; -+ else if (pCoexSta->nA2DPBitPool >= 45) -+ nWiFiDurationAdjust = -15; -+ } -+ else if (pCoexSta->nScanAPNum >= 40) -+ { -+ nWiFiDurationAdjust = -15; -+ -+ if (pCoexSta->nA2DPBitPool < 35) -+ nWiFiDurationAdjust = -5; -+ else if (pCoexSta->nA2DPBitPool < 45) -+ nWiFiDurationAdjust = -10; -+ } -+ else if (pCoexSta->nScanAPNum >= 20) -+ { -+ nWiFiDurationAdjust = -10; -+ -+ if (pCoexSta->nA2DPBitPool >= 45) -+ nWiFiDurationAdjust = -15; -+ } -+ else -+ { -+ nWiFiDurationAdjust = 0; -+ -+ if (pCoexSta->nA2DPBitPool >= 35) -+ nWiFiDurationAdjust = -10; -+ else if (pCoexSta->nA2DPBitPool >= 45) -+ nWiFiDurationAdjust = -15; -+ } -+ -+ if ((type == 1) || (type == 2) || (type == 9) || (type == 11) || (type == 101) -+ || (type == 102) || (type == 109) || (type == 101)) -+ { -+ if (!pCoexSta->bForceLpsOn) //Native power save TDMA, only for A2DP-only case 1/2/9/11 while wifi noisy threshold > 30 -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle, no dynamic slot -+ } -+ else -+ { -+ psTdmaByte0Val = 0x51; //null-pkt -+ psTdmaByte3Val = 0x10; //tx-pause at BT-slot -+ psTdmaByte4Val = 0x50; // 0x778 = d/1 toggle, dynamic slot -+ } -+ } -+ else if ((type == 3) || (type == 13) || (type == 14) || (type == 103) || (type == 113) || (type == 114)) -+ { -+ psTdmaByte0Val = 0x51; //null-pkt -+ psTdmaByte3Val = 0x10; //tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle, no dynamic slot -+#if 0 -+ if (!bWifiBusy) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+#endif -+ } -+ else //native power save case -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x11; // 0x778 = d/1 toggle, no dynamic slot -+ //psTdmaByte4Va is not defne for 0x778 = d/1, 1/1 case -+ } -+ -+ //if (pBtLinkInfo->bSlaveRole == TRUE) -+ if ((pBtLinkInfo->bSlaveRole == TRUE) && (pBtLinkInfo->bA2dpExist)) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ -+ if (type > 100) -+ { -+ psTdmaByte0Val = psTdmaByte0Val | 0x82; //set antenna control by SW -+ psTdmaByte3Val = psTdmaByte3Val | 0x60; //set antenna no toggle, control by antenna diversity -+ } -+ -+ -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ default: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1a, 0x1a, 0x0, psTdmaByte4Val); -+ break; -+ case 1: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 2: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x2d+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 3: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 4: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x14, 0x0); -+ break; -+ case 5: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x15, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 6: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x20, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 7: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xc, 0x5, 0x0, 0x0); -+ break; -+ case 8: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 9: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 10: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 11: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 12: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x0a, 0x0a, 0x0, 0x50); -+ break; -+ case 13: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 14: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 15: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0x3, 0x8, 0x0); -+ break; -+ case 16: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x10, 0x0); -+ break; -+ case 18: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 20: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3f, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 21: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x11); -+ break; -+ case 22: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 23: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x18); -+ break; -+ case 24: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x3, 0x31, 0x18); -+ break; -+ case 25: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 26: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 27: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x98); -+ break; -+ case 28: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x69, 0x25, 0x3, 0x31, 0x0); -+ break; -+ case 29: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xab, 0x1a, 0x1a, 0x1, 0x10); -+ break; -+ case 30: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x30, 0x3, 0x10, 0x10); -+ break; -+ case 31: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1a, 0x1a, 0, 0x58); -+ break; -+ case 32: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x35, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 33: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x35, 0x3, psTdmaByte3Val, 0x10); -+ break; -+ case 34: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x53, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 35: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x63, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 36: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x12, 0x3, 0x14, 0x50); -+ break; -+ case 40: // SoftAP only with no sta associated,BT disable ,TDMA mode for power saving -+ /* here softap mode screen off will cost 70-80mA for phone */ -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x23, 0x18, 0x00, 0x10, 0x24); -+ break; -+ -+ //for 1-Ant translate to 2-Ant -+ case 101: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 102: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x2d+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 103: -+ //halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1d, 0x1d, 0x0, psTdmaByte4Val); -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 105: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x15, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 106: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x20, 0x3, psTdmaByte3Val, 0x11); -+ break; -+ case 109: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 111: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 113: -+ //halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x51, 0x12, 0x12, 0x0, psTdmaByte4Val); -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 114: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 120: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3f, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 122: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, 0x10); -+ break; -+ case 132: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 133: -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x25, 0x03, psTdmaByte3Val, 0x11); -+ break; -+ -+ } -+ } -+ else -+ { -+ -+ // disable PS tdma -+ switch(type) -+ { -+ case 8: //PTA Control -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ break; -+ case 0: -+ default: //Software control, Antenna at BT side -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ break; -+ case 1: // 2-Ant, 0x778=3, antenna control by antenna diversity -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x48, 0x0); -+ break; -+#if 0 -+ case 9: //Software control, Antenna at WiFi side -+ halbtc8723b1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ //halbtc8723b1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_WIFI, BTC_WIFI_STAT_NORMAL); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FALSE, FALSE); -+ break; -+#endif -+ } -+ } -+ rssiAdjustVal =0; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, &rssiAdjustVal); -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x\n", -+ pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948), pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765), pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67))); -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+BOOLEAN -+halbtc8723b1ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected && -+ BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT non connected-idle!!\n")); -+ -+ //halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ //halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT connected-idle!!\n")); -+ -+ //halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ -+ //halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT Busy!!\n")); -+ -+ //halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if (bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ } -+ -+ bCommon = FALSE; -+ } -+ -+ return bCommon; -+} -+ -+ -+VOID -+halbtc8723b1ant_TdmaDurationAdjustForAcl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0, btInfoExt; -+ static BOOLEAN bPreWifiBusy=FALSE; -+ BOOLEAN bWifiBusy = FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjustForAcl()\n")); -+ -+ if(BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY == wifiStatus) -+ bWifiBusy = TRUE; -+ else -+ bWifiBusy = FALSE; -+ -+ if( (BT_8723B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) ) -+ { -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 3 && -+ pCoexDm->curPsTdma != 9 ) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if ( (pCoexSta->lowPriorityTx) > 1050 || (pCoexSta->lowPriorityRx) > 1250 ) -+ retryCount++; -+ -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ if(result == -1) -+ { -+/* if( (BT_INFO_8723B_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else */ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ else if(result == 1) -+ { -+/* if( (BT_INFO_8723B_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else */ if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ } -+ else //no change -+ { -+ /* Bryant Modify -+ if(bWifiBusy != bPreWifiBusy) //if busy / idle change -+ { -+ bPreWifiBusy = bWifiBusy; -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, pCoexDm->curPsTdma); -+ } -+ */ -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 9 && -+ pCoexDm->curPsTdma != 11 ) -+ { -+ // recover to previous adjust type -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ } -+} -+ -+VOID -+halbtc8723b1ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8723b1ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8723b1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8723b1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8723b1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiOnly( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+} -+ -+VOID -+halbtc8723b1ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ -+ bPreBtDisabled = bBtDisabled; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ if(bBtDisabled) -+ { -+ halbtc8723b1ant_ActionWifiOnly(pBtCoexist); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ } -+ } -+} -+ -+//============================================= -+// -+// Software Coex Mechanism start -+// -+//============================================= -+ -+// SCO only or SCO+PAN(HS) -+ -+/* -+VOID -+halbtc8723b1ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+ -+VOID -+halbtc8723b1ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8723b1ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8723b1ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8723b1ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(HS) only -+VOID -+halbtc8723b1ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8723b1ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8723b1ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8723b1ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+VOID -+halbtc8723b1ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+*/ -+ -+//============================================= -+// -+// Non-Software Coex Mechanism start -+// -+//============================================= -+VOID -+halbtc8723b1ant_ActionBtWhckTest( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8723b1ant_ActionHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8723b1ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bApEnable=FALSE, bWifiBusy=FALSE, bBtBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ if ( (!bWifiConnected) && (!pCoexSta->bWiFiIsHighPriTask) ) -+ { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if( (pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist) ) -+ { -+ // SCO/HID/A2DP busy -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ if (pCoexSta->bC2hBtRemoteNameReq) -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 33); -+ else -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if ( (pBtLinkInfo->bPanExist) || (bWifiBusy) ) -+ { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ if (pCoexSta->bC2hBtRemoteNameReq) -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 33); -+ else -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionBtScoHidOnlyBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ // tdma and coex table -+ -+ if(pBtLinkInfo->bScoExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else //HID -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiConnectedBtAclBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ u1Byte btRssiState; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ btRssiState = halbtc8723b1ant_BtRssiState(2, 28, 0); -+ -+ if ( (pCoexSta->lowPriorityRx >= 950) && (!pCoexSta->bUnderIps) ) -+ { -+ pBtLinkInfo->bSlaveRole = TRUE; -+ } -+ else -+ { -+ pBtLinkInfo->bSlaveRole = FALSE; -+ } -+ -+ if(pBtLinkInfo->bHidOnly) //HID -+ { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, wifiStatus); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ return; -+ } -+ else if(pBtLinkInfo->bA2dpOnly) //A2DP -+ { -+ if(BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE == wifiStatus) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ halbtc8723b1ant_TdmaDurationAdjustForAcl(pBtCoexist, wifiStatus); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ } -+ } -+ else if ( ((pBtLinkInfo->bA2dpExist) && (pBtLinkInfo->bPanExist)) || -+ (pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist&&pBtLinkInfo->bPanExist) ) //A2DP+PAN(OPP,FTP), HID+A2DP+PAN(OPP,FTP) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else if(pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist) //HID+A2DP -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ else if( (pBtLinkInfo->bPanOnly) || (pBtLinkInfo->bHidExist&&pBtLinkInfo->bPanExist) ) //PAN(OPP,FTP), HID+PAN(OPP,FTP) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ //BT no-profile busy (0x9) -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 33); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiNotConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // power save state -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiNotConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiNotConnectedAssoAuth( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if( (pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist) ) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bPanExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 4); -+ } -+ else -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiConnectedSpecialPacket( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiBusy = FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ //no special packet process for both WiFi and BT very busy -+ if ((bWifiBusy) && ((pBtLinkInfo->bPanExist) || (pCoexSta->nNumOfProfile >= 2))) -+ return; -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist)) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8723b1ant_ActionWifiConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiBusy=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ BOOLEAN bUnder4way=FALSE, bApEnable=FALSE; -+ u4Byte wifiBw; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect()===>\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ if(bUnder4way) -+ { -+ halbtc8723b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under 4way<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ if(bScan || bLink || bRoam) -+ { -+ if(bScan) -+ halbtc8723b1ant_ActionWifiConnectedScan(pBtCoexist); -+ else -+ halbtc8723b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under scan<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ // power save state -+ if(!bApEnable && BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus && !pBtCoexist->btLinkInfo.bHidOnly) -+ { -+ if(pBtCoexist->btLinkInfo.bA2dpOnly) //A2DP -+ { -+ if(!bWifiBusy) -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else //busy -+ { -+ if (pCoexSta->nScanAPNum >= BT_8723B_1ANT_WIFI_NOISY_THRESH) //no force LPS, no PS-TDMA, use pure TDMA -+ { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ } -+ } -+ else if ((pCoexSta->bPanExist == FALSE) && (pCoexSta->bA2dpExist == FALSE) && (pCoexSta->bHidExist == FALSE)) -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ else -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(!bWifiBusy) -+ { -+ if(BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8723b1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else if( (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ else -+ { -+ if(BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8723b1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else if( (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8723b1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else -+ { -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+} -+ -+VOID -+halbtc8723b1ant_RunSwCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte algorithm=0; -+ -+ algorithm = halbtc8723b1ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ -+ if(halbtc8723b1ant_IsCommonAction(pBtCoexist)) -+ { -+ -+ } -+ else -+ { -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8723B_1ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = SCO.\n")); -+ //halbtc8723b1ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID.\n")); -+ //halbtc8723b1ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP.\n")); -+ //halbtc8723b1ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP+PAN(HS).\n")); -+ //halbtc8723b1ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR).\n")); -+ //halbtc8723b1ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HS mode.\n")); -+ //halbtc8723b1ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN+A2DP.\n")); -+ //halbtc8723b1ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR)+HID.\n")); -+ //halbtc8723b1ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP+PAN.\n")); -+ //halbtc8723b1ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8723B_1ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP.\n")); -+ //halbtc8723b1ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = coexist All Off!!\n")); -+ //halbtc8723b1ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8723b1ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE, bWifiBusy = FALSE; -+ BOOLEAN bIncreaseScanDevNum=FALSE; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ BOOLEAN bMiracastPlusBt=FALSE; -+ u1Byte aggBufSize=5; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0, wifiBw; -+ u1Byte iotPeer=BTC_IOT_PEER_UNKNOWN; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Stop Coex DM <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if(pCoexSta->bBtWhckTest) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under WHCK TEST!!!\n")); -+ halbtc8723b1ant_ActionBtWhckTest(pBtCoexist); -+ return; -+ } -+ -+ if( (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bIncreaseScanDevNum = TRUE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_INC_SCAN_DEV_NUM, &bIncreaseScanDevNum); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", numOfWifiLink,wifiLinkStatus) ); -+ -+ if(pBtLinkInfo->bBtLinkExist) -+ { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ bMiracastPlusBt = TRUE; -+ } -+ else -+ { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ bMiracastPlusBt = FALSE; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ -+ if (( (pBtLinkInfo->bA2dpExist) || (bWifiBusy) ) && (pCoexSta->bC2hBtInquiryPage) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ } -+ else -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if ( (pBtLinkInfo->bBtLinkExist) && (bWifiConnected) ) -+ { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_IOT_PEER, &iotPeer); -+ -+ if(BTC_IOT_PEER_CISCO != iotPeer) -+ { -+ if(pBtLinkInfo->bScoExist)//if (pBtLinkInfo->bBtHiPriLinkExist) -+ //halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x5); -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x5); -+ else -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x5); -+ //halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ } -+ else -+ { -+ if(pBtLinkInfo->bScoExist) -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x5); -+ else -+ { -+ if (BTC_WIFI_BW_HT40==wifiBw) -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x10); -+ else -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ } -+ } -+ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, TRUE); -+ halbtc8723b1ant_RunSwCoexistMechanism(pBtCoexist); //just print debug message -+ } -+ else -+ { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x5); -+ -+ halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+ halbtc8723b1ant_RunSwCoexistMechanism(pBtCoexist); ////just print debug message -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ -+ if(!bWifiConnected) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is non connected-idle !!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ if (bScan) -+ halbtc8723b1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ else -+ halbtc8723b1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else -+ halbtc8723b1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else // wifi LPS/Busy -+ { -+ halbtc8723b1ant_ActionWifiConnected(pBtCoexist); -+ } -+} -+ -+u4Byte -+halbtc8723b1ant_PSD_Log2Base( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val -+ -+ ) -+{ -+ u1Byte i,j; -+ u4Byte tmp, tmp2, val_integerdB=0, tindex, shiftcount=0; -+ u4Byte result,val_fractiondB=0,Table_fraction[21]= {0,432, 332, 274, 232, 200, -+ 174, 151,132,115,100,86,74,62,51,42, -+ 32,23,15,7,0}; -+ -+ if (val == 0) -+ return 0; -+ -+ tmp = val; -+ -+ while(1) -+ { -+ if (tmp == 1) -+ break; -+ else -+ { -+ tmp = (tmp >> 1); -+ shiftcount++; -+ } -+ } -+ -+ -+ val_integerdB = shiftcount+1; -+ -+ tmp2=1; -+ for (j=1; j<= val_integerdB;j++) -+ tmp2 = tmp2*2; -+ -+ tmp = (val*100) /tmp2; -+ tindex = tmp/5; -+ -+ if (tindex > 20) -+ tindex = 20; -+ -+ val_fractiondB = Table_fraction[tindex]; -+ -+ result = val_integerdB*100 - val_fractiondB; -+ -+ return (result); -+ -+ -+} -+ -+VOID -+halbtc8723b1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ -+ // sw all off -+ halbtc8723b1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ //halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ //halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ pCoexSta->popEventCnt = 0; -+} -+ -+VOID -+halbtc8723b1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0;//, fwVer; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0, u1Tmpa=0, u1Tmpb=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 1Ant Init HW Config!!\n")); -+ -+ pPsdScan->nAntDet_IsAntDetAvailable = FALSE; -+ -+ //0xf0[15:12] --> Chip Cut information -+ pCoexSta->nCutVersion = (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xf1) & 0xf0) >> 4; -+ -+#if 0//move to BTC_MEDIA_CONNECT -+ if(bBackUp) -+ { -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+#endif -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x550, 0x8, 0x1); //enable TBTT nterrupt -+ -+ // 0x790[5:0]=0x5 -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, 0x5); -+ -+ // Enable counter statistics -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); //0x76e[3] =1, WLAN_Act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+ -+ -+ //pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); //BT select s0/s1 is controlled by WiFi -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ -+ //Antenna config -+ if(bWifiOnly) -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FORCE_EXEC, TRUE, FALSE); -+ else -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, TRUE, FALSE); -+ -+#if 0 -+ if(bWifiOnly) -+ { -+ halbtc8723b1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_WIFI, BTC_WIFI_STAT_INIT); -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ } -+ else -+ halbtc8723b1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_INIT); -+#endif -+ -+ -+ -+ // PTA parameter -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+} -+ -+ -+ -+ -+ -+VOID -+halbtc8723b1ant_MechanismSwitch( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwitchTo2Antenna -+ ) -+{ -+ -+ if (bSwitchTo2Antenna) // 1-Ant -> 2-Ant -+ { -+ //un-lock TRx Mask setup for 8723b f-cut -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdd, 0x80, 0x1); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdf, 0x1, 0x1); -+ //WiFi TRx Mask on -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ //BT TRx Mask un-lock 0x2c[0], 0x30[0] = 1 -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x2c, 0x7c45); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x30, 0x7c45); -+ -+ //BT TRx Mask on -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x1); -+ -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, FALSE); -+ } -+ else -+ { -+ //WiFi TRx Mask on -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); -+ -+ //lock TRx Mask setup for 8723b f-cut -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdd, 0x80, 0x0); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdf, 0x1, 0x0); -+ -+ //BT TRx Mask on -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); -+ -+ //BT TRx Mask ock 0x2c[0], 0x30[0] = 0 -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x2c, 0x7c44); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x30, 0x7c44); -+ -+ -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ } -+ -+} -+ -+ -+ -+ -+VOID -+halbtc8723b1ant_PSD_ShowAntennaDetectResult( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n============[Antenna Detection info] ============\n"); -+ CL_PRINTF(cliBuf); -+ -+ if (pPsdScan->nAntDet_Result == 1) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s (>%d)", "Ant Det Result", "2-Antenna (Bad-Isolation)", -+ BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION); -+ else if (pPsdScan->nAntDet_Result == 2) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s (%d~%d)", "Ant Det Result", "2-Antenna (Good-Isolation)", -+ BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION+pPsdScan->nAntDet_ThresOffset, BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s (%d~%d)", "Ant Det Result", "1-Antenna", -+ BT_8723B_1ANT_ANTDET_PSDTHRES_1ANT, BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION+pPsdScan->nAntDet_ThresOffset); -+ -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s ", "Antenna Detection Finish", -+ (pBoardInfo->btdmAntDetFinish? "Yes":"No")); -+ CL_PRINTF(cliBuf); -+ -+ switch(pPsdScan->nAntDet_Result) -+ { -+ case 0: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(BT is not available)"); -+ break; -+ case 1: // 2-Ant bad-isolation -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(BT is available)"); -+ break; -+ case 2: // 2-Ant good-isolation -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(BT is available)"); -+ break; -+ case 3: // 1-Ant -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(BT is available)"); -+ break; -+ case 4: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(Uncertainty result)"); -+ break; -+ case 5: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(Pre-Scan fai)"); -+ break; -+ case 6: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(WiFi is Scanning)"); -+ break; -+ case 7: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(BT is not idle)"); -+ break; -+ case 8: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(Abort by WiFi Scanning)"); -+ break; -+ case 9: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(Antenna Init is not ready)"); -+ break; -+ case 10: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(BT is Inquiry or page)"); -+ break; -+ case 11: -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "(BT is Disabled)"); -+ break; -+} -+ CL_PRINTF(cliBuf); -+ -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Ant Detect Total Count",pPsdScan->bAntDet_TryCount); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Ant Detect Fail Count",pPsdScan->bAntDet_FailCount); -+ CL_PRINTF(cliBuf); -+ -+ if ( (!pBoardInfo->btdmAntDetFinish) && (pPsdScan->nAntDet_Result != 5) ) -+ return; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Response",(pPsdScan->nAntDet_Result? "ok":"fail")); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d ms", "BT Tx Time", pPsdScan->nAntDet_BTTxTime); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "BT Tx Ch", pPsdScan->nAntDet_BTLEChannel); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "WiFi PSD Cent-Ch/Offset/Span", -+ pPsdScan->nRealCentFreq, pPsdScan->nRealOffset, pPsdScan->nRealSpan); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d dB", "PSD Pre-Scan Peak Value", pPsdScan->nAntDet_PrePSDScanPeakVal/100); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s (<= %d)", "PSD Pre-Scan result", -+ (pPsdScan->nAntDet_Result != 5? "ok":"fail"), BT_8723B_1ANT_ANTDET_PSDTHRES_BACKGROUND+pPsdScan->nAntDet_ThresOffset); -+ CL_PRINTF(cliBuf); -+ -+ if (pPsdScan->nAntDet_Result == 5) -+ return; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s dB", "PSD Scan Peak Value", pPsdScan->nAntDet_PeakVal); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s MHz", "PSD Scan Peak Freq", pPsdScan->nAntDet_PeakFreq); -+ CL_PRINTF(cliBuf); -+ -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "TFBGA Package", -+ (pBoardInfo->bTfbgaPackage)? "Yes":"No"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "PSD Threshold Offset", pPsdScan->nAntDet_ThresOffset); -+ CL_PRINTF(cliBuf); -+ -+} -+ -+VOID -+halbtc8723b1ant_PSD_ShowData( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u4Byte nDeltaFreqPerPoint; -+ u4Byte freq,freq1,freq2,n=0,i=0, j=0, m=0, PsdRep1, PsdRep2; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n\n============[PSD info] (%d)============\n", -+ pPsdScan->nPSDGenCount); -+ CL_PRINTF(cliBuf); -+ -+ if (pPsdScan->nPSDGenCount == 0) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n No Data !!\n"); -+ CL_PRINTF(cliBuf); -+ return; -+ } -+ -+ if (pPsdScan->nPSDPoint == 0) -+ nDeltaFreqPerPoint = 0; -+ else -+ nDeltaFreqPerPoint = pPsdScan->nPSDBandWidth/pPsdScan->nPSDPoint; -+ -+ //if (pPsdScan->bIsPSDShowMaxOnly) -+ if (0) -+ { -+ PsdRep1 = pPsdScan->nPSDMaxValue/100; -+ PsdRep2 = pPsdScan->nPSDMaxValue - PsdRep1 * 100; -+ -+ freq = ((pPsdScan->nRealCentFreq-20) * 1000000 + pPsdScan->nPSDMaxValuePoint * nDeltaFreqPerPoint); -+ freq1 = freq/1000000; -+ freq2 = freq/1000 - freq1 * 1000; -+ -+ if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq = %d.0%d MHz", -+ freq1, freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq = %d.%d MHz", -+ freq1, freq2); -+ -+ if (PsdRep2 < 10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, ", Value = %d.0%d dB, (%d) \n", -+ PsdRep1, PsdRep2, pPsdScan->nPSDMaxValue); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, ", Value = %d.%d dB, (%d)\n", -+ PsdRep1, PsdRep2, pPsdScan->nPSDMaxValue); -+ -+ CL_PRINTF(cliBuf); -+ } -+ else -+ { -+ m = pPsdScan->nPSDStartPoint; -+ n = pPsdScan->nPSDStartPoint; -+ i = 1; -+ j = 1; -+ -+ while(1) -+ { -+ do -+ { -+ freq = ((pPsdScan->nRealCentFreq-20) * 1000000 + m * nDeltaFreqPerPoint); -+ freq1 = freq/1000000; -+ freq2 = freq/1000 - freq1 * 1000; -+ -+ if (i ==1) -+ { -+ if (freq2 == 0) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq%6d.000", freq1); -+ else if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq%6d.0%2d", freq1,freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Freq%6d.%3d", freq1,freq2); -+ } -+ else if ( (i%8 == 0) || (m == pPsdScan->nPSDStopPoint) ) -+ { -+ if (freq2 == 0) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.000\n", freq1); -+ else if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.0%2d\n", freq1,freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.%3d\n", freq1,freq2); -+ } -+ else -+ { -+ if (freq2 == 0) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.000", freq1); -+ else if (freq2 < 100) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.0%2d", freq1,freq2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%6d.%3d", freq1,freq2); -+ } -+ -+ i++; -+ m++; -+ CL_PRINTF(cliBuf); -+ -+ }while( (i <= 8) && (m <= pPsdScan->nPSDStopPoint)); -+ -+ -+ do -+ { -+ PsdRep1 = pPsdScan->nPSDReport_MaxHold[n]/100; -+ PsdRep2 = pPsdScan->nPSDReport_MaxHold[n] - PsdRep1 * 100; -+ -+ if (j ==1) -+ { -+ if (PsdRep2 <10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Val %7d.0%d", PsdRep1,PsdRep2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n Val %7d.%d", PsdRep1,PsdRep2); -+ } -+ else if ( (j%8 == 0) || (n == pPsdScan->nPSDStopPoint) ) -+ { -+ if (PsdRep2 <10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.0%d\n", PsdRep1,PsdRep2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.%d\n", PsdRep1,PsdRep2); -+ } -+ else -+ { -+ if (PsdRep2 <10) -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.0%d", PsdRep1,PsdRep2); -+ else -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "%7d.%d", PsdRep1,PsdRep2); -+ } -+ -+ j++; -+ n++; -+ CL_PRINTF(cliBuf); -+ -+ } while( (j <= 8) && (n <= pPsdScan->nPSDStopPoint)); -+ -+ if ( (m > pPsdScan->nPSDStopPoint) || (n > pPsdScan->nPSDStopPoint) ) -+ break; -+ else -+ { -+ i = 1; -+ j = 1; -+ } -+ -+ } -+ } -+ -+ -+} -+ -+VOID -+halbtc8723b1ant_PSD_MaxHoldData( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte GenCount -+ ) -+{ -+ u4Byte i=0, i_max=0, val_max=0, j; -+ -+ if (GenCount== 1) -+ { -+ memcpy(pPsdScan->nPSDReport_MaxHold, pPsdScan->nPSDReport, BT_8723B_1ANT_ANTDET_PSD_POINTS*sizeof(u4Byte)); -+ -+ for (i= pPsdScan->nPSDStartPoint; i<=pPsdScan->nPSDStopPoint; i++) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Max_Hold i = %d, PSDReport = %d dB\n", i, pPsdScan->nPSDReport_MaxHold[i])); -+ } -+ -+ pPsdScan->nPSDMaxValuePoint = 0; -+ pPsdScan->nPSDMaxValue = 0; -+ -+ } -+ else -+ { -+ for (i= pPsdScan->nPSDStartPoint; i<=pPsdScan->nPSDStopPoint; i++) -+ { -+ if (pPsdScan->nPSDReport[i] > pPsdScan->nPSDReport_MaxHold[i]) -+ pPsdScan->nPSDReport_MaxHold[i] = pPsdScan->nPSDReport[i]; -+ -+ //search Max Value -+ if (i ==pPsdScan->nPSDStartPoint ) -+ { -+ i_max = i; -+ val_max = pPsdScan->nPSDReport_MaxHold[i]; -+ } -+ else -+ { -+ if (pPsdScan->nPSDReport_MaxHold[i] > val_max) -+ { -+ i_max = i; -+ val_max = pPsdScan->nPSDReport_MaxHold[i]; -+ } -+ } -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Max_Hold i = %d, PSDReport = %d dB\n", i, pPsdScan->nPSDReport_MaxHold[i])); -+ -+ } -+ -+ pPsdScan->nPSDMaxValuePoint = i_max; -+ pPsdScan->nPSDMaxValue = val_max; -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Max_Hold i_Max = %d, PSDReport_Max = %d dB\n", pPsdScan->nPSDMaxValuePoint -+ // ,pPsdScan->nPSDMaxValue)); -+ } -+ -+ -+} -+ -+u4Byte -+halbtc8723b1ant_PSD_GetData( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte nPoint -+ ) -+{ -+ //reg 0x808[9:0]: FFT data x -+ //reg 0x808[22]: 0-->1 to get 1 FFT data y -+ //reg 0x8b4[15:0]: FFT data y report -+ -+ u4Byte val = 0, psd_report =0; -+ -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x808); -+ -+ val &= 0xffbffc00; -+ val |= nPoint; -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x808, val); -+ -+ val |= 0x00400000; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x808, val); -+ -+ -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x8b4); -+ -+ psd_report = val & 0x0000ffff; -+ -+ return psd_report; -+} -+ -+ -+VOID -+halbtc8723b1ant_PSD_SweepPoint( -+IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN s4Byte offset, -+ IN u4Byte span, -+ IN u4Byte points, -+ IN u4Byte avgnum -+ ) -+{ -+ u4Byte i,val,n,k=0; -+ u4Byte nPoints=0, psd_report=0; -+ u4Byte nStartP=0, nStopP=0, nDeltaFreqPerPoint=156250; -+ u4Byte nPSDCenterFreq=20*10^6, freq,freq1,freq2; -+ BOOLEAN outloop = FALSE; -+ u1Byte flag = 0; -+ u4Byte tmp, PsdRep1, PsdRep2; -+ u4Byte WiFi_OriginalChannel = 1; -+ -+ pPsdScan->bIsPSDRunning = TRUE; -+ -+ do -+ { -+ switch(flag) -+ { -+ case 0: //Get PSD parameters -+ default: -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), centFreq=0x%x, offset=0x%x, span=0x%x\n", -+ // centFreq, offset, span)); -+ -+ pPsdScan->nPSDBandWidth = 40*1000000; -+ pPsdScan->nPSDPoint = points; -+ pPsdScan->nPSDStartBase = points/2; -+ pPsdScan->nPSDAvgNum = avgnum; -+ pPsdScan->nRealCentFreq = centFreq; -+ pPsdScan->nRealOffset = offset; -+ pPsdScan->nRealSpan = span; -+ -+ -+ nPoints = pPsdScan->nPSDPoint; -+ nDeltaFreqPerPoint = pPsdScan->nPSDBandWidth/pPsdScan->nPSDPoint; -+ -+ //PSD point setup -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x808); -+ val &= 0xffff0fff; -+ -+ switch(pPsdScan->nPSDPoint) -+ { -+ case 128: -+ val |= 0x0; -+ break; -+ case 256: -+ default: -+ val |=0x00004000; -+ break; -+ case 512: -+ val |= 0x00008000; -+ break; -+ case 1024: -+ val |= 0x0000c000; -+ break; -+ } -+ -+ switch(pPsdScan->nPSDAvgNum) -+ { -+ case 1: -+ val |= 0x0; -+ break; -+ case 8: -+ val |=0x00001000; -+ break; -+ case 16: -+ val |= 0x00002000; -+ break; -+ case 32: -+ default: -+ val |= 0x00003000; -+ break; -+ } -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x808, val); -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), PSD BW= %d, DeltaFreq=%d\n" -+ // , pPsdScan->nPSDBandWidth, nDeltaFreqPerPoint)); -+ flag = 1; -+ break; -+ case 1: //calculate the PSD point index from freq/offset/span -+ nPSDCenterFreq = pPsdScan->nPSDBandWidth /2 +offset*(1000000); -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), PSD Center Freq = %d\n", (centFreq + offset))); -+ -+ nStartP = pPsdScan->nPSDStartBase + (nPSDCenterFreq - span *(1000000)/2) /nDeltaFreqPerPoint; -+ pPsdScan->nPSDStartPoint = nStartP - pPsdScan->nPSDStartBase; -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Start PSD Poin Matrix Index = %d\n", pPsdScan->nPSDStartPoint)); -+ -+ nStopP = pPsdScan->nPSDStartBase + (nPSDCenterFreq + span *(1000000)/2) /nDeltaFreqPerPoint; -+ pPsdScan->nPSDStopPoint = nStopP - pPsdScan->nPSDStartBase-1; -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), Stop PSD Poin Matrix Index = %d\n",pPsdScan->nPSDStopPoint)); -+ -+ flag = 2; -+ break; -+ case 2: //set RF channel/BW/Mode -+ -+ //set 3-wire off -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x88c); -+ val |= 0x00300000; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x88c,val); -+ -+ //CCK off -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x800); -+ val &= 0xfeffffff; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x800,val); -+ -+ //store WiFi original channel -+ WiFi_OriginalChannel = pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff); -+ -+ //Set RF channel -+ if (centFreq == 2484) -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff, 0xe); -+ else -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff, (centFreq-2412)/5 + 1); //WiFi TRx Mask on -+ -+ //Set RF mode = Rx, RF Gain = 0x8a0 -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x0, 0xfffff, 0x308a0); -+ -+ //Set RF Rx filter corner -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0x3e4); -+ -+ //Set TRx mask off -+ //un-lock TRx Mask setup -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdd, 0x80, 0x1); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdf, 0x1, 0x1); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ flag = 3; -+ break; -+ case 3: -+ memset(pPsdScan->nPSDReport,0, pPsdScan->nPSDPoint*sizeof(u4Byte)); -+ nStartP = pPsdScan->nPSDStartPoint + pPsdScan->nPSDStartBase; -+ nStopP = pPsdScan->nPSDStopPoint + pPsdScan->nPSDStartBase + 1; -+ -+ i = nStartP; -+ -+ while (i < nStopP) -+ { -+ if (i >= nPoints) -+ { -+ psd_report = halbtc8723b1ant_PSD_GetData(pBtCoexist,i-nPoints); -+ } -+ else -+ { -+ psd_report = halbtc8723b1ant_PSD_GetData(pBtCoexist,i); -+ } -+ -+ if (psd_report == 0) -+ tmp = 0; -+ else -+ //tmp = 20*log10((double)psd_report); -+ //20*log2(x)/log2(10), log2Base return theresult of the psd_report*100 -+ tmp = 6 * halbtc8723b1ant_PSD_Log2Base(pBtCoexist, psd_report); -+ -+ n = i-pPsdScan->nPSDStartBase; -+ pPsdScan->nPSDReport[n] = tmp; -+ PsdRep1 = pPsdScan->nPSDReport[n] /100; -+ PsdRep2 = pPsdScan->nPSDReport[n] - PsdRep1 * 100; -+ -+ freq = ((centFreq-20) * 1000000 + n * nDeltaFreqPerPoint); -+ freq1 = freq/1000000; -+ freq2 = freq/1000 - freq1 * 1000; -+/* -+ if (freq2 < 100) -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), i = %d (%d.0%d MHz)", n, freq1, freq2)); -+ else -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint(), i = %d (%d.%d MHz)", n, freq1, freq2)); -+ -+ if (PsdRep2 < 10) -+ RT_TRACE(COMP_COEX, DBG_LOUD, (", PSDReport = %d (%d.0%d dB)\n",psd_report, PsdRep1, PsdRep2)); -+ else -+ RT_TRACE(COMP_COEX, DBG_LOUD, (", PSDReport = %d (%d.%d dB)\n",psd_report, PsdRep1,PsdRep2)); -+*/ -+ i++; -+ -+ k=0; -+ -+ //Add Delay between PSD point -+ while(1) -+ { -+ if (k++ > 20000) -+ break; -+ } -+ -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx SweepPSDPoint()==============\n")); -+ } -+ -+ flag = 100; -+ break; -+ case 99: //error -+ -+ outloop = TRUE; -+ break; -+ case 100: //recovery -+ -+ //set 3-wire on -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x88c); -+ val &=0xffcfffff; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x88c,val); -+ -+ //CCK on -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x800); -+ val |= 0x01000000; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x800,val); -+ -+ //PSD off -+ val = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x808); -+ val &=0xffbfffff; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist,0x808,val); -+ -+ //TRx Mask on -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); -+ -+ //lock TRx Mask setup -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdd, 0x80, 0x0); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xdf, 0x1, 0x0); -+ -+ //Set RF Rx filter corner -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0x0); -+ -+ //restore WiFi original channel -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x18, 0x3ff, WiFi_OriginalChannel); -+ -+ outloop = TRUE; -+ break; -+ -+ } -+ -+ }while (!outloop); -+ -+ -+ -+ pPsdScan->bIsPSDRunning = FALSE; -+ -+ -+} -+ -+VOID -+halbtc8723b1ant_PSD_AntennaDetection( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte BTTxTime, -+ IN u4Byte BTLEChannel -+ ) -+{ -+ u4Byte realseconds = 0, i=0, j=0; -+ u4Byte WLPSD_CentFreq = 2484, WLPSD_Span = 2, WLPSD_SweepCount = 50; -+ s4Byte WLPSD_Offset = -4; -+ u1Byte BTLECh[13] = {3,6,8,11,13,16,18,21,23,26,28,31,33}; -+ -+ u1Byte H2C_Parameter[3] ={0},u1Tmpa,u1Tmpb; -+ -+ u1Byte state=0; -+ BOOLEAN outloop = FALSE, BTResp = FALSE, bScan ,bRoam; -+ u4Byte freq,freq1,freq2,PsdRep1, PsdRep2, nDeltaFreqPerPoint,u4Tmp; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ memset(pPsdScan->nAntDet_PeakVal, 0, 16*sizeof(UCHAR)); -+ memset(pPsdScan->nAntDet_PeakFreq, 0, 16*sizeof(UCHAR)); -+ -+ if (pBoardInfo->bTfbgaPackage) //for TFBGA -+ pPsdScan->nAntDet_ThresOffset = 5; -+ else -+ pPsdScan->nAntDet_ThresOffset = 0; -+ -+ do -+ { -+ switch(state) -+ { -+ case 0: -+ if (BTLEChannel == 39) -+ WLPSD_CentFreq = 2484; -+ else -+ { -+ for (i=1; i<=13; i++) -+ { -+ if (BTLECh[i-1] == BTLEChannel) -+ { -+ WLPSD_CentFreq = 2412 + (i-1) * 5; -+ break; -+ } -+ } -+ -+ if (i == 14) -+ { -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Abort!!, Invalid LE channel = %d\n ", BTLEChannel)); -+ outloop = TRUE; -+ break; -+ } -+ } -+ -+ WLPSD_SweepCount = BTTxTime * 238 /100; //BTTxTime/0.42 -+ -+ if (WLPSD_SweepCount % 5 != 0) -+ WLPSD_SweepCount = (WLPSD_SweepCount/5 + 1) * 5; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), BT_LETxTime=%d, BT_LECh = %d\n", BTTxTime, BTLEChannel)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), WLPSD_CentFreq=%d, WLPSD_Offset = %d, WLPSD_Span = %d, WLPSD_SweepCount = %d\n", -+ WLPSD_CentFreq, WLPSD_Offset, WLPSD_Span,WLPSD_SweepCount)); -+ -+ state = 1; -+ break; -+ case 1: //stop coex DM & set antenna path -+ //Stop Coex DM -+ pBtCoexist->bStopCoexDm = TRUE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Stop Coex DM!!\n")); -+ -+ //set native power save -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ //Set TDMA off, -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ -+ //Set coex table -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Antenna at Main Port\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Antenna at Aux Port\n")); -+ } -+ -+ //Set Antenna path, switch WiFi to un-certain antenna port -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, FALSE); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Set Antenna to BT!!\n")); -+ -+ //Set AFH mask on at WiFi channel 2472MHz +/- 10MHz -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = 0xd; -+ H2C_Parameter[2] = 0x14; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Set AFH on, Cent-Ch= %d, Mask=%d\n", -+ H2C_Parameter[1],H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x778=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+ -+ state =2; -+ break; -+ case 2: //Pre-sweep background psd -+ for (pPsdScan->nPSDGenCount=1; pPsdScan->nPSDGenCount<=3; pPsdScan->nPSDGenCount++) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), PSDGenCount = %d\n ", pPsdScan->nPSDGenCount)); -+ halbtc8723b1ant_PSD_SweepPoint(pBtCoexist, WLPSD_CentFreq, WLPSD_Offset, WLPSD_Span, BT_8723B_1ANT_ANTDET_PSD_POINTS, BT_8723B_1ANT_ANTDET_PSD_AVGNUM); -+ halbtc8723b1ant_PSD_MaxHoldData(pBtCoexist, pPsdScan->nPSDGenCount); -+ } -+ -+ pPsdScan->nAntDet_PrePSDScanPeakVal = pPsdScan->nPSDMaxValue; -+ -+ if (pPsdScan->nPSDMaxValue > (BT_8723B_1ANT_ANTDET_PSDTHRES_BACKGROUND+pPsdScan->nAntDet_ThresOffset)*100) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Abort Antenna Detection!! becaus background = %d > thres (%d)\n", -+ pPsdScan->nPSDMaxValue/100, BT_8723B_1ANT_ANTDET_PSDTHRES_BACKGROUND+pPsdScan->nAntDet_ThresOffset)); -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pBoardInfo->btdmAntNumByAntDet = 1; -+ pPsdScan->nAntDet_Result = 5; -+ state = 99; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Start Antenna Detection!! becaus background = %d <= thres (%d)\n", -+ pPsdScan->nPSDMaxValue/100, BT_8723B_1ANT_ANTDET_PSDTHRES_BACKGROUND+pPsdScan->nAntDet_ThresOffset)); -+ state = 3; -+ } -+ break; -+ case 3: -+ BTResp = pBtCoexist->fBtcSetBtAntDetection(pBtCoexist, (u1Byte)(BTTxTime&0xff), (u1Byte)(BTLEChannel&0xff)); -+ -+ for (pPsdScan->nPSDGenCount=1; pPsdScan->nPSDGenCount<=WLPSD_SweepCount; pPsdScan->nPSDGenCount++) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), PSDGenCount = %d\n ", pPsdScan->nPSDGenCount)); -+ halbtc8723b1ant_PSD_SweepPoint(pBtCoexist, WLPSD_CentFreq, WLPSD_Offset, WLPSD_Span, BT_8723B_1ANT_ANTDET_PSD_POINTS, BT_8723B_1ANT_ANTDET_PSD_AVGNUM); -+ halbtc8723b1ant_PSD_MaxHoldData(pBtCoexist, pPsdScan->nPSDGenCount); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if (bScan ||bRoam) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pBoardInfo->btdmAntNumByAntDet = 1; -+ pPsdScan->nAntDet_Result = 8; -+ state = 99; -+ break; -+ } -+ } -+ -+ pPsdScan->nAntDet_PSDScanPeakVal = pPsdScan->nPSDMaxValue; -+ pPsdScan->nAntDet_PSDScanPeakFreq = pPsdScan->nPSDMaxValuePoint; -+ state = 4; -+ break; -+ case 4: -+ -+ if (pPsdScan->nPSDPoint == 0) -+ nDeltaFreqPerPoint = 0; -+ else -+ nDeltaFreqPerPoint = pPsdScan->nPSDBandWidth/pPsdScan->nPSDPoint; -+ -+ PsdRep1 = pPsdScan->nPSDMaxValue/100; -+ PsdRep2 = pPsdScan->nPSDMaxValue - PsdRep1 * 100; -+ -+ freq = ((pPsdScan->nRealCentFreq-20) * 1000000 + pPsdScan->nPSDMaxValuePoint * nDeltaFreqPerPoint); -+ freq1 = freq/1000000; -+ freq2 = freq/1000 - freq1 * 1000; -+ -+ if (freq2 < 100) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Max Value: Freq = %d.0%d MHz", freq1, freq2)); -+ CL_SPRINTF(pPsdScan->nAntDet_PeakFreq, BT_8723B_1ANT_ANTDET_BUF_LEN, "%d.0%d", freq1,freq2); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Max Value: Freq = %d.%d MHz", freq1, freq2)); -+ CL_SPRINTF(pPsdScan->nAntDet_PeakFreq, BT_8723B_1ANT_ANTDET_BUF_LEN, "%d.%d", freq1,freq2); -+ } -+ -+ if (PsdRep2 < 10) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, (", Value = %d.0%d dB\n", PsdRep1, PsdRep2)); -+ CL_SPRINTF(pPsdScan->nAntDet_PeakVal, BT_8723B_1ANT_ANTDET_BUF_LEN, "%d.0%d", PsdRep1,PsdRep2); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, (", Value = %d.%d dB\n",PsdRep1, PsdRep2)); -+ CL_SPRINTF(pPsdScan->nAntDet_PeakVal, BT_8723B_1ANT_ANTDET_BUF_LEN, "%d.%d", PsdRep1,PsdRep2); -+ } -+ -+ pPsdScan->nAntDet_IsBTReplyAvailable = TRUE; -+ -+ if (BTResp == FALSE) -+ { -+ pPsdScan->nAntDet_IsBTReplyAvailable = FALSE; -+ pPsdScan->nAntDet_Result = 0; -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pBoardInfo->btdmAntNumByAntDet = 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), BT Response = Fail \n ")); -+ } -+ else if (pPsdScan->nPSDMaxValue > (BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION)*100) -+ { -+ pPsdScan->nAntDet_Result = 1; -+ pBoardInfo->btdmAntDetFinish = TRUE; -+ pBoardInfo->btdmAntNumByAntDet = 2; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Detect Result = 2-Ant, Bad-Isolation!! \n")); -+ } -+ else if (pPsdScan->nPSDMaxValue > (BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION+pPsdScan->nAntDet_ThresOffset)*100) -+ { -+ pPsdScan->nAntDet_Result = 2; -+ pBoardInfo->btdmAntDetFinish = TRUE; -+ pBoardInfo->btdmAntNumByAntDet = 2; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Detect Result = 2-Ant, Good-Isolation!! \n")); -+ } -+ else if (pPsdScan->nPSDMaxValue > (BT_8723B_1ANT_ANTDET_PSDTHRES_1ANT)*100) -+ { -+ pPsdScan->nAntDet_Result = 3; -+ pBoardInfo->btdmAntDetFinish = TRUE; -+ pBoardInfo->btdmAntNumByAntDet = 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Detect Result = 1-Ant!!\n")); -+ } -+ else -+ { -+ pPsdScan->nAntDet_Result = 4; -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pBoardInfo->btdmAntNumByAntDet = 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Detect Result = 1-Ant, un-certainity!!\n")); -+ } -+ -+ state = 99; -+ break; -+ case 99: //restore setup -+ -+ //Set AFH mask off at WiFi channel 2472MHz +/- 10MHz -+ H2C_Parameter[0] = 0x0; -+ H2C_Parameter[1] = 0x0; -+ H2C_Parameter[2] = 0x0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Set AFH on, Cent-Ch= %d, Mask=%d\n", -+ H2C_Parameter[1],H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+ -+ //Set Antenna Path -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Set Antenna to PTA\n!!")); -+ -+ //Resume Coex DM -+ pBtCoexist->bStopCoexDm = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Resume Coex DM\n!!")); -+ -+ //stimulate coex running -+ halbtc8723b1ant_RunCoexistMechanism(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Stimulate Coex running\n!!")); -+ -+ outloop = TRUE; -+ break; -+ } -+ -+ }while(!outloop); -+ -+ -+ -+ } -+ -+VOID -+halbtc8723b1ant_PSD_AntennaDetectionCheck( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u4Byte AntDetCount = 0, AntDetFailCount = 0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ BOOLEAN bScan, bRoam; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ -+ pPsdScan->nAntDet_BTTxTime = 20; //0.42ms*50 = 20ms -+ pPsdScan->nAntDet_BTLEChannel = 39; -+ -+ AntDetCount++; -+ -+ pPsdScan->bAntDet_TryCount = AntDetCount; -+ -+ if (bScan ||bRoam) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 6; -+ } -+ else if(pBtCoexist->btInfo.bBtDisabled) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 11; -+ } -+ else if (pCoexSta->nNumOfProfile >= 1) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 7; -+ } -+ else if (!pPsdScan->nAntDet_IsAntDetAvailable) //Antenna initial setup is not ready -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 9; -+ } -+ else if (pCoexSta->bC2hBtInquiryPage) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 10; -+ } -+ else -+ { -+ halbtc8723b1ant_PSD_AntennaDetection(pBtCoexist, pPsdScan->nAntDet_BTTxTime, pPsdScan->nAntDet_BTLEChannel); -+ } -+ -+ if (!pBoardInfo->btdmAntDetFinish) -+ AntDetFailCount++; -+ -+ pPsdScan->bAntDet_FailCount = AntDetFailCount; -+ -+} -+ -+ -+//============================================================ -+// work around function start with wa_halbtc8723b1ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8723b1ant_ -+//============================================================ -+VOID -+EXhalbtc8723b1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u1Byte u1Tmp=0x0; -+ u2Byte u2Tmp=0x0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx Execute 8723b 1-Ant PowerOn Setting xxxxxxxxxxxxxxxx!!\n")); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("Ant Det Finish = %s, Ant Det Number = %d\n", -+ (pBoardInfo->btdmAntDetFinish? "Yes":"No"), pBoardInfo->btdmAntNumByAntDet)); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x67, 0x20); -+ -+ // enable BB, REG_SYS_FUNC_EN such that we can write 0x948 correctly. -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x2, u2Tmp|BIT0|BIT1); -+ -+ // set GRAN_BT = 1 -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ // set WLAN_ACT = 0 -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // -+ // S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) -+ // Local setting bit define -+ // BIT0: "0" for no antenna inverse; "1" for antenna inverse -+ // BIT1: "0" for internal switch; "1" for external switch -+ // BIT2: "0" for one antenna; "1" for two antenna -+ // NOTE: here default all internal switch and 1-antenna ==> BIT1=0 and BIT2=0 -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ u1Tmp |= 0x1; // antenna inverse -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ else -+ { -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ // set to S1 -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ u1Tmp |= 0x1; // antenna inverse -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_PCI) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ } -+ else if(pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8723b1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8723b1ant_InitHwConfig(pBtCoexist, TRUE, bWifiOnly); -+ pBtCoexist->bStopCoexDm = FALSE; -+} -+ -+VOID -+EXhalbtc8723b1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ pBtCoexist->bStopCoexDm = FALSE; -+ -+ halbtc8723b1ant_InitCoexDm(pBtCoexist); -+ -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8723b1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u2Byte u2Tmp[4]; -+ u4Byte u4Tmp[4]; -+ u4Byte faOfdm, faCck; -+ u4Byte fwVer=0, btPatchVer=0; -+ static u1Byte PopReportIn10s = 0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ if(pBtCoexist->bStopCoexDm) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Coex is STOPPED]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ if (pPsdScan->bAntDet_TryCount == 0) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "Ant PG Num/ Mech/ Pos", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos); -+ CL_PRINTF(cliBuf); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d (%d/%d/%d)", "Ant PG Num/ Mech(Ant_Det)/ Pos", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNumByAntDet, pBoardInfo->btdmAntPos, -+ pPsdScan->bAntDet_TryCount, pPsdScan->bAntDet_FailCount, pPsdScan->nAntDet_Result); -+ CL_PRINTF(cliBuf); -+ -+ if (pBoardInfo->btdmAntDetFinish) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "Ant Det PSD Value", pPsdScan->nAntDet_PeakVal); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)/ %c", "Version Coex/ Fw/ Patch/ Cut", \ -+ GLCoexVerDate8723b1Ant, GLCoexVer8723b1Ant, fwVer, btPatchVer, btPatchVer, pCoexSta->nCutVersion+65); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %s", "WifibHiPri/ Ccklock/ CckEverLock", \ -+ (pCoexSta->bWiFiIsHighPriTask? "Yes":"No"), -+ (pCoexSta->bCCKLock? "Yes":"No"), -+ (pCoexSta->bCCKEverLock? "Yes":"No")); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ PopReportIn10s++; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d/ %d] ", "BT [status/ rssi/ retryCnt/ popCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt, pCoexSta->popEventCnt); -+ CL_PRINTF(cliBuf); -+ -+ if (PopReportIn10s >= 5) -+ { -+ pCoexSta->popEventCnt = 0; -+ PopReportIn10s = 0; -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d / %d / %d", "SCO/HID/PAN/A2DP/NameReq/WHQL", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist, pCoexSta->bC2hBtRemoteNameReq, pCoexSta->bBtWhckTest ); -+ CL_PRINTF(cliBuf); -+ -+ if (pStackInfo->bProfileNotified) -+ { -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Role", \ -+ (pBtLinkInfo->bSlaveRole )? "Slave":"Master"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %d", "A2DP Rate/Bitpool", \ -+ (btInfoExt&BIT0)? "BR":"EDR", pCoexSta->nA2DPBitPool); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8723b1Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism] (before Manual)============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ } -+ -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "SM[LowPenaltyRA]", \ -+ pCoexDm->bCurLowPenaltyRa); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %d ", "DelBA/ BtCtrlAgg/ AggSize", \ -+ (pBtCoexist->btInfo.bRejectAggPkt? "Yes":"No"), (pBtCoexist->btInfo.bBtCtrlAggBufSize? "Yes":"No"), -+ pBtCoexist->btInfo.aggBufSize); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Rate Mask", \ -+ pBtCoexist->btInfo.raMask); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism] (before Manual) ============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ } -+ -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ if (pBoardInfo->btdmAntNumByAntDet == 2) -+ { -+ if (pCoexDm->bCurPsTdmaOn) -+ psTdmaCase = psTdmaCase +100; //for WiFi RSSI low or BT RSSI low -+ else -+ psTdmaCase = 1; //always translate to TDMA(off,1) for TDMA-off case -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (%s,%s)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, -+ (pCoexDm->bCurPsTdmaOn? "On":"Off"), -+ (pCoexDm->bAutoTdmaAdjust? "Adj":"Fix") ); -+ -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Coex Table Type", \ -+ pCoexSta->nCoexTableType); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "IgnWlanAct", \ -+ pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ /* -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Latest error condition(should be 0)", \ -+ pCoexDm->errorCondition); -+ CL_PRINTF(cliBuf); -+ */ -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "backup ARFR1/ARFR2/RL/AMaxTime", \ -+ pCoexDm->backupArfrCnt1, pCoexDm->backupArfrCnt2, pCoexDm->backupRetryLimit, pCoexDm->backupAmpduMaxTime); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "0x430/0x434/0x42a/0x456", \ -+ u4Tmp[0], u4Tmp[1], u2Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x778/0x6cc/0x880[29:25]", \ -+ u1Tmp[0], u4Tmp[0], (u4Tmp[1]&0x3e000000) >> 25); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x764); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x948/ 0x67[5] / 0x764 / 0x76e", \ -+ u4Tmp[0], ((u1Tmp[0]&0x20)>> 5), (u4Tmp[1] & 0xffff), u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x92c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x944); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x92c[1:0]/ 0x930[7:0]/0x944[1:0]", \ -+ u4Tmp[0]&0x3, u4Tmp[1]&0xff, u4Tmp[2]&0x3); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x38[11]/0x40/0x4c[24:23]/0x64[0]", \ -+ ((u1Tmp[0] & 0x8)>>3), u1Tmp[1], ((u4Tmp[0]&0x01800000)>>23), u1Tmp[2]&0x1); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xc50(dig)/0x49c(null-drop)", \ -+ u4Tmp[0]&0xff, u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcf0); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ -+ faOfdm = ((u4Tmp[0]&0xffff0000) >> 16) + ((u4Tmp[1]&0xffff0000) >> 16) + (u4Tmp[1] & 0xffff) + (u4Tmp[2] & 0xffff) + \ -+ ((u4Tmp[3]&0xffff0000) >> 16) + (u4Tmp[3] & 0xffff) ; -+ faCck = (u1Tmp[0] << 8) + u1Tmp[1]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "OFDM-CCA/OFDM-FA/CCK-FA", \ -+ u4Tmp[0]&0xffff, faOfdm, faCck); -+ CL_PRINTF(cliBuf); -+ -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_OK CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCOK_CCK, pCoexSta->nCRCOK_11g, pCoexSta->nCRCOK_11n, pCoexSta->nCRCOK_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_Err CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCErr_CCK, pCoexSta->nCRCErr_11g, pCoexSta->nCRCErr_11n, pCoexSta->nCRCErr_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8723B_1ANT == 1) -+ //halbtc8723b1ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8723b1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp=0; -+ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ //halbtc8723b1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_NORMAL_OFF); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ -+ halbtc8723b1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8723b1ant_InitCoexDm(pBtCoexist); -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ -+ pCoexSta->bUnderIps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ u1Byte u1Tmpa, u1Tmpb; -+ u4Byte u4Tmp; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm ) -+ return; -+ -+ if(BTC_SCAN_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ pPsdScan->nAntDet_IsAntDetAvailable = TRUE; -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum); -+ } -+ -+ if(pBtCoexist->btInfo.bBtDisabled) -+ return; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_SCAN_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8723b1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ } -+ else // wifi is connected -+ { -+ halbtc8723b1ant_ActionWifiConnectedScan(pBtCoexist); -+ } -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8723b1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8723b1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ pPsdScan->nAntDet_IsAntDetAvailable = TRUE; -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ //pCoexDm->nArpCnt = 0; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ halbtc8723b1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8723b1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8723b1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ BOOLEAN bWifiUnderBMode = FALSE; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ pPsdScan->nAntDet_IsAntDetAvailable = TRUE; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ //Set CCK Tx/Rx high Pri except 11b mode -+ if (bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x00); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x00); //CCK Rx -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x10); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x10); //CCK Rx -+ } -+ -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ pCoexDm->nArpCnt = 0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x0); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x0); //CCK Rx -+ -+ pCoexSta->bCCKEverLock = FALSE; -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ //H2C_Parameter[0] = 0x1; -+ H2C_Parameter[0] = 0x0; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+VOID -+EXhalbtc8723b1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE, bUnder4way=FALSE; -+ u1Byte aggBufSize=5; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ BTC_PACKET_ARP == type ) -+ { -+ if (BTC_PACKET_ARP == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet ARP notify\n")); -+ -+ pCoexDm->nArpCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ARP Packet Count = %d\n", pCoexDm->nArpCnt)); -+ -+ if((pCoexDm->nArpCnt >= 10) && (!bUnder4way)) // if APR PKT > 10 after connect, do not go to ActionWifiConnectedSpecialPacket(pBtCoexist) -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet DHCP or EAPOL notify\n")); -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet [Type = %d] notify\n", type)); -+ } -+ -+ pCoexSta->specialPktPeriodCnt = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8723b1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8723b1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8723b1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8723b1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8723b1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ ( (BTC_PACKET_ARP == type ) && (pCoexSta->bWiFiIsHighPriTask) ) ) -+ { -+ halbtc8723b1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bBtBusy=FALSE; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8723B_1ANT_MAX) -+ rspSource = BT_INFO_SRC_8723B_1ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ // if 0xff, it means BT is under WHCK test -+ if (btInfo == 0xff) -+ pCoexSta->bBtWhckTest = TRUE; -+ else -+ pCoexSta->bBtWhckTest = FALSE; -+ -+ if(BT_INFO_SRC_8723B_1ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ if (pCoexSta->btRetryCnt >= 1) -+ pCoexSta->popEventCnt++; -+ -+ if (pCoexSta->btInfoC2h[rspSource][2]&0x20) -+ pCoexSta->bC2hBtRemoteNameReq = TRUE; -+ else -+ pCoexSta->bC2hBtRemoteNameReq = FALSE; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2-90; -+ //pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ if (pCoexSta->btInfoC2h[rspSource][1] == 0x49) -+ { -+ pCoexSta->nA2DPBitPool = -+ pCoexSta->btInfoC2h[rspSource][6]; -+ } -+ else -+ pCoexSta->nA2DPBitPool = 0; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ -+#if BT_8723B_1ANT_ANTDET_ENABLE -+#if BT_8723B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE -+ if ((pBoardInfo->btdmAntDetFinish) && (pBoardInfo->btdmAntNumByAntDet == 2)) -+ { -+ if(pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x15 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x1\n")); -+ -+ //BT TRx Mask un-lock 0x2c[0], 0x30[0] = 1 -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x2c, 0x7c45); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x30, 0x7c45); -+ -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x1); -+ } -+ } -+ else -+#endif -+#endif -+ -+ { -+ if(!pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x15 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x15\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); -+ -+ //BT TRx Mask lock 0x2c[0], 0x30[0] = 0 -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x2c, 0x7c44); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x30, 0x7c44); -+ } -+ } -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if(pCoexSta->btInfoExt & BIT1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if(pCoexSta->btInfoExt & BIT3) -+ { -+ if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8723b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+#if(BT_AUTO_REPORT_ONLY_8723B_1ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8723b1ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8723B_1ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ pCoexSta->nNumOfProfile = 0; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8723B_1ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ -+ pCoexSta->bBtHiPriLinkExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8723B_1ANT_B_FTP) -+ { -+ pCoexSta->bPanExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8723B_1ANT_B_A2DP) -+ { -+ pCoexSta->bA2dpExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8723B_1ANT_B_HID) -+ { -+ pCoexSta->bHidExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8723B_1ANT_B_SCO_ESCO) -+ { -+ pCoexSta->bScoExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ } -+ else -+ pCoexSta->bScoExist = FALSE; -+ -+ if ((pCoexSta->bHidExist == FALSE) && (pCoexSta->bC2hBtInquiryPage == FALSE) &&( pCoexSta->bScoExist == FALSE)) -+ { -+ if (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx >= 160) -+ { -+ pCoexSta->bHidExist = TRUE; -+ pCoexSta->wrongProfileNotification++; -+ pCoexSta->nNumOfProfile++; -+ btInfo = btInfo | 0x28; -+ } -+ } -+ -+ //Add Hi-Pri Tx/Rx counter to avoid false detection -+ if (((pCoexSta->bHidExist) || (pCoexSta->bScoExist)) && (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx >= 160) -+ && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->bBtHiPriLinkExist = TRUE; -+ -+ if((btInfo&BT_INFO_8723B_1ANT_B_ACL_BUSY) && (pCoexSta->nNumOfProfile == 0)) -+ { -+ if (pCoexSta->lowPriorityTx + pCoexSta->lowPriorityRx >= 160) -+ { -+ pCoexSta->bPanExist = TRUE; -+ pCoexSta->nNumOfProfile++; -+ pCoexSta->wrongProfileNotification++; -+ btInfo = btInfo | 0x88; -+ } -+ } -+ } -+ -+ halbtc8723b1ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ btInfo = btInfo & 0x1f; //mask profile bit for connect-ilde identification ( for CSR case: A2DP idle --> 0x41) -+ -+ if(!(btInfo&BT_INFO_8723B_1ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8723B_1ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8723B_1ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8723B_1ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8723B_1ANT_B_ACL_BUSY) -+ { -+ if(BT_8723B_1ANT_BT_STATUS_ACL_BUSY != pCoexDm->btStatus) -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8723B_1ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8723B_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ bBtBusy = TRUE; -+ else -+ bBtBusy = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ halbtc8723b1ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8723b1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa,u1Tmpb, u1Tmpc; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF Status notify\n")); -+ -+ if(BTC_RF_ON == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned ON!!\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ } -+ else if(BTC_RF_OFF == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned OFF!!\n")); -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ //halbtc8723b1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_NORMAL_OFF); -+ -+ halbtc8723b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ pBtCoexist->bStopCoexDm = TRUE; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ u1Tmpc = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x67=0x%x, 0x76e=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb, u1Tmpc)); -+ -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ //halbtc8723b1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_NORMAL_OFF); -+ -+ halbtc8723b1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+} -+ -+VOID -+EXhalbtc8723b1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ -+ halbtc8723b1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8723b1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ halbtc8723b1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ //halbtc8723b1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_NORMAL_OFF); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ halbtc8723b1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8723b1ant_InitCoexDm(pBtCoexist); -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8723b1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], *****************Coex DM Reset*****************\n")); -+ -+ halbtc8723b1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x2, 0xfffff, 0x0); -+ halbtc8723b1ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8723b1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8723b1Ant, GLCoexVer8723b1Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8723B_1ANT == 0) -+ halbtc8723b1ant_QueryBtInfo(pBtCoexist); -+ halbtc8723b1ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ halbtc8723b1ant_MonitorBtCtr(pBtCoexist); -+ halbtc8723b1ant_MonitorWiFiCtr(pBtCoexist); -+#if BT_8723B_1ANT_ANTDET_ENABLE -+ halbtc8723b1ant_MonitorBtEnableDisable(pBtCoexist); -+#endif -+ -+ if ( (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx < 50) && (pBtLinkInfo->bHidExist == TRUE)) -+ { -+ pBtLinkInfo->bHidExist = FALSE; -+ } -+ -+ if( halbtc8723b1ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust ) -+ { -+ halbtc8723b1ant_RunCoexistMechanism(pBtCoexist); -+ } -+ -+ pCoexSta->specialPktPeriodCnt++; -+ -+ // sample to set bt to execute Ant detection -+ //pBtCoexist->fBtcSetBtAntDetection(pBtCoexist, 20, 14); -+/* -+ if (pPsdScan->bIsAntDetEnable) -+ { -+ if (pPsdScan->nPSDGenCount > pPsdScan->realseconds) -+ pPsdScan->nPSDGenCount = 0; -+ -+ halbtc8723b1ant_AntennaDetection(pBtCoexist, pPsdScan->realcentFreq, pPsdScan->realoffset, pPsdScan->realspan, pPsdScan->realseconds); -+ pPsdScan->nPSDGenTotalCount +=2; -+ pPsdScan->nPSDGenCount += 2; -+ } -+*/ -+#endif -+} -+ -+VOID -+EXhalbtc8723b1ant_AntennaDetection( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ) -+{ -+ static u4Byte AntDetCount = 0, AntDetFailCount = 0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ BOOLEAN bScan, bRoam; -+ -+#if BT_8723B_1ANT_ANTDET_ENABLE -+ -+ if (seconds == 0) -+ { -+ pPsdScan->bAntDet_TryCount = 0; -+ pPsdScan->bAntDet_FailCount = 0; -+ AntDetCount = 0; -+ AntDetFailCount = 0; -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pBoardInfo->btdmAntNumByAntDet = 1; -+ return; -+ } -+ -+ if (!pBoardInfo->btdmAntDetFinish) -+ { -+ pPsdScan->nAntDet_IntevalCount = pPsdScan->nAntDet_IntevalCount+2; -+ -+ if (pPsdScan->nAntDet_IntevalCount >= BT_8723B_1ANT_ANTDET_RETRY_INTERVAL) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Antenna Det Timer is up, Try Detect!!\n")); -+ halbtc8723b1ant_PSD_AntennaDetectionCheck(pBtCoexist); -+ -+ if (pBoardInfo->btdmAntDetFinish) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Antenna Det Success!!\n")); -+#if 1 -+ if (pBoardInfo->btdmAntNumByAntDet == 2) -+ halbtc8723b1ant_MechanismSwitch(pBtCoexist, TRUE); -+ else -+ halbtc8723b1ant_MechanismSwitch(pBtCoexist, FALSE); -+#endif -+ } -+ else -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Antenna Det Fail!!\n")); -+ -+ pPsdScan->nAntDet_IntevalCount = 0; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("xxxxxxxxxxxxxxxx AntennaDetect(), Antenna Det Timer is not up! (%d)\n", pPsdScan->nAntDet_IntevalCount)); -+ } -+ -+ } -+#endif -+ -+ -+/* -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ -+ pPsdScan->nAntDet_BTTxTime = seconds; //0.42ms*50 = 20ms -+ pPsdScan->nAntDet_BTLEChannel = centFreq; -+ -+ if (seconds == 0) -+ { -+ pPsdScan->bAntDet_TryCount = 0; -+ pPsdScan->bAntDet_FailCount = 0; -+ AntDetCount = 0; -+ AntDetFailCount = 0; -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pBoardInfo->btdmAntNumByAntDet = 1; -+ return; -+ } -+ else -+ { -+ AntDetCount++; -+ -+ pPsdScan->bAntDet_TryCount = AntDetCount; -+ -+ if (bScan ||bRoam) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 6; -+ } -+ else if (pCoexSta->nNumOfProfile >= 1) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 7; -+ } -+ else if (!pPsdScan->nAntDet_IsAntDetAvailable) //Antenna initial setup is not ready -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 9; -+ } -+ else if (pCoexSta->bC2hBtInquiryPage) -+ { -+ pBoardInfo->btdmAntDetFinish = FALSE; -+ pPsdScan->nAntDet_Result = 10; -+ } -+ else -+ { -+ //halbtc8723b1ant_PSD_AntennaDetection(pBtCoexist, pPsdScan->nAntDet_BTTxTime, pPsdScan->nAntDet_BTLEChannel); -+ } -+ -+ if (!pBoardInfo->btdmAntDetFinish) -+ AntDetFailCount++; -+ -+ pPsdScan->bAntDet_FailCount = AntDetFailCount; -+ } -+*/ -+} -+ -+VOID -+EXhalbtc8723b1ant_AntennaIsolation( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ) -+{ -+ -+ -+} -+ -+VOID -+EXhalbtc8723b1ant_PSDScan( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ) -+{ -+ -+ -+} -+ -+VOID -+EXhalbtc8723b1ant_DisplayAntDetection( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+#if BT_8723B_1ANT_ANTDET_ENABLE -+ if (pPsdScan->bAntDet_TryCount != 0) -+ { -+ halbtc8723b1ant_PSD_ShowAntennaDetectResult(pBtCoexist); -+ -+ if (pBoardInfo->btdmAntDetFinish) -+ halbtc8723b1ant_PSD_ShowData(pBtCoexist); -+ return; -+ } -+#endif -+ -+ //halbtc8723b1ant_ShowPSDData(pBtCoexist); -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b1Ant.h 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,337 @@ -+//=========================================== -+// The following is for 8723B 1ANT BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8723B_1ANT 1 -+ -+#define BT_INFO_8723B_1ANT_B_FTP BIT7 -+#define BT_INFO_8723B_1ANT_B_A2DP BIT6 -+#define BT_INFO_8723B_1ANT_B_HID BIT5 -+#define BT_INFO_8723B_1ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8723B_1ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8723B_1ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8723B_1ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8723B_1ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8723B_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0))? TRUE:FALSE) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8723B_1ANT 2 -+ -+#define BT_8723B_1ANT_WIFI_NOISY_THRESH 50 //30 //max: 255 -+ -+//for Antenna detection -+#define BT_8723B_1ANT_ANTDET_PSDTHRES_BACKGROUND 50 -+#define BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_BADISOLATION 70 -+#define BT_8723B_1ANT_ANTDET_PSDTHRES_2ANT_GOODISOLATION 55 -+#define BT_8723B_1ANT_ANTDET_PSDTHRES_1ANT 35 -+#define BT_8723B_1ANT_ANTDET_RETRY_INTERVAL 10 //retry timer if ant det is fail, unit: second -+#define BT_8723B_1ANT_ANTDET_ENABLE 0 -+#define BT_8723B_1ANT_ANTDET_COEXMECHANISMSWITCH_ENABLE 0 -+ -+typedef enum _BT_INFO_SRC_8723B_1ANT{ -+ BT_INFO_SRC_8723B_1ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8723B_1ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8723B_1ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8723B_1ANT_MAX -+}BT_INFO_SRC_8723B_1ANT,*PBT_INFO_SRC_8723B_1ANT; -+ -+typedef enum _BT_8723B_1ANT_BT_STATUS{ -+ BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8723B_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8723B_1ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8723B_1ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8723B_1ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8723B_1ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8723B_1ANT_BT_STATUS_MAX -+}BT_8723B_1ANT_BT_STATUS,*PBT_8723B_1ANT_BT_STATUS; -+ -+typedef enum _BT_8723B_1ANT_WIFI_STATUS{ -+ BT_8723B_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8723B_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN = 0x1, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SCAN = 0x2, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT = 0x3, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_IDLE = 0x4, -+ BT_8723B_1ANT_WIFI_STATUS_CONNECTED_BUSY = 0x5, -+ BT_8723B_1ANT_WIFI_STATUS_MAX -+}BT_8723B_1ANT_WIFI_STATUS,*PBT_8723B_1ANT_WIFI_STATUS; -+ -+typedef enum _BT_8723B_1ANT_COEX_ALGO{ -+ BT_8723B_1ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8723B_1ANT_COEX_ALGO_SCO = 0x1, -+ BT_8723B_1ANT_COEX_ALGO_HID = 0x2, -+ BT_8723B_1ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8723B_1ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8723B_1ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8723B_1ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8723B_1ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8723B_1ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8723B_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8723B_1ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8723B_1ANT_COEX_ALGO_MAX = 0xb, -+}BT_8723B_1ANT_COEX_ALGO,*PBT_8723B_1ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8723B_1ANT{ -+ // hw setting -+ u1Byte preAntPosType; -+ u1Byte curAntPosType; -+ // fw mechanism -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ // sw mechanism -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ u4Byte backupArfrCnt1; // Auto Rate Fallback Retry cnt -+ u4Byte backupArfrCnt2; // Auto Rate Fallback Retry cnt -+ u2Byte backupRetryLimit; -+ u1Byte backupAmpduMaxTime; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ u1Byte preArfrType; -+ u1Byte curArfrType; -+ u1Byte preRetryLimitType; -+ u1Byte curRetryLimitType; -+ u1Byte preAmpduTimeType; -+ u1Byte curAmpduTimeType; -+ u4Byte nArpCnt; -+ -+ u1Byte errorCondition; -+} COEX_DM_8723B_1ANT, *PCOEX_DM_8723B_1ANT; -+ -+typedef struct _COEX_STA_8723B_1ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ BOOLEAN bBtHiPriLinkExist; -+ u1Byte nNumOfProfile; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte specialPktPeriodCnt; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ s1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8723B_1ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8723B_1ANT_MAX]; -+ BOOLEAN bBtWhckTest; -+ BOOLEAN bC2hBtInquiryPage; -+ BOOLEAN bC2hBtRemoteNameReq; -+ BOOLEAN bWiFiIsHighPriTask; //Add for win8.1 page out issue -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ u4Byte popEventCnt; -+ u1Byte nScanAPNum; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ BOOLEAN bCCKLock; -+ BOOLEAN bPreCCKLock; -+ BOOLEAN bCCKEverLock; -+ u1Byte nCoexTableType; -+ -+ BOOLEAN bForceLpsOn; -+ u4Byte wrongProfileNotification; -+ -+ u1Byte nA2DPBitPool; -+ u1Byte nCutVersion; -+}COEX_STA_8723B_1ANT, *PCOEX_STA_8723B_1ANT; -+ -+#define BT_8723B_1ANT_ANTDET_PSD_POINTS 256 //MAX:1024 -+#define BT_8723B_1ANT_ANTDET_PSD_AVGNUM 1 //MAX:3 -+#define BT_8723B_1ANT_ANTDET_BUF_LEN 16 -+ -+typedef struct _PSDSCAN_STA_8723B_1ANT{ -+ -+u4Byte nAntDet_BTLEChannel; //BT LE Channel ex:2412 -+u4Byte nAntDet_BTTxTime; -+u4Byte nAntDet_PrePSDScanPeakVal; -+BOOLEAN nAntDet_IsAntDetAvailable; -+u4Byte nAntDet_PSDScanPeakVal; -+BOOLEAN nAntDet_IsBTReplyAvailable; -+u4Byte nAntDet_PSDScanPeakFreq; -+ -+u1Byte nAntDet_Result; -+u1Byte nAntDet_PeakVal[BT_8723B_1ANT_ANTDET_BUF_LEN]; -+u1Byte nAntDet_PeakFreq[BT_8723B_1ANT_ANTDET_BUF_LEN]; -+u4Byte bAntDet_TryCount; -+u4Byte bAntDet_FailCount; -+u4Byte nAntDet_IntevalCount; -+u4Byte nAntDet_ThresOffset; -+ -+u4Byte nRealCentFreq; -+s4Byte nRealOffset; -+u4Byte nRealSpan; -+ -+u4Byte nPSDBandWidth; //unit: Hz -+u4Byte nPSDPoint; //128/256/512/1024 -+u4Byte nPSDReport[1024]; //unit:dB (20logx), 0~255 -+u4Byte nPSDReport_MaxHold[1024]; //unit:dB (20logx), 0~255 -+u4Byte nPSDStartPoint; -+u4Byte nPSDStopPoint; -+u4Byte nPSDMaxValuePoint; -+u4Byte nPSDMaxValue; -+u4Byte nPSDStartBase; -+u4Byte nPSDAvgNum; // 1/8/16/32 -+u4Byte nPSDGenCount; -+BOOLEAN bIsPSDRunning; -+BOOLEAN bIsPSDShowMaxOnly; -+} PSDSCAN_STA_8723B_1ANT, *PPSDSCAN_STA_8723B_1ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8723b1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8723b1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8723b1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8723b1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b1ant_AntennaDetection( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ); -+VOID -+EXhalbtc8723b1ant_AntennaIsolation( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ); -+ -+VOID -+EXhalbtc8723b1ant_PSDScan( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ); -+VOID -+EXhalbtc8723b1ant_DisplayAntDetection( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.c 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,4933 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8723B Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8723b2Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8723B_2ANT GLCoexDm8723b2Ant; -+static PCOEX_DM_8723B_2ANT pCoexDm=&GLCoexDm8723b2Ant; -+static COEX_STA_8723B_2ANT GLCoexSta8723b2Ant; -+static PCOEX_STA_8723B_2ANT pCoexSta=&GLCoexSta8723b2Ant; -+ -+const char *const GLBtInfoSrc8723b2Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8723b2Ant=20150119; -+u4Byte GLCoexVer8723b2Ant=0x44; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8723b2ant_ -+//============================================================ -+u1Byte -+halbtc8723b2ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8723b2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8723b2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ -+ bPreBtDisabled = bBtDisabled; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ if(bBtDisabled) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8723b2ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+} -+ -+VOID -+halbtc8723b2ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if( (pCoexSta->lowPriorityTx > 1050) && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->popEventCnt++; -+ -+ if ( (pCoexSta->lowPriorityRx >= 950) && (pCoexSta->lowPriorityRx >= pCoexSta->lowPriorityTx) && (!pCoexSta->bUnderIps) ) -+ { -+ pBtLinkInfo->bSlaveRole = TRUE; -+ } -+ else -+ { -+ pBtLinkInfo->bSlaveRole = FALSE; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8723b2ant_MonitorWiFiCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u2Byte u2Tmp[3]; -+ s4Byte wifiRssi=0; -+ BOOLEAN bWifiBusy = FALSE, bWifiUnderBMode = FALSE; -+ static u1Byte nCCKLockCounter = 0; -+ -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } -+ else -+ { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); -+ pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); -+ } -+ -+ //reset counter -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x0); -+} -+ -+VOID -+halbtc8723b2ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+BOOLEAN -+halbtc8723b2ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist,3, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ -+ if ( (BTC_RSSI_STATE_HIGH ==wifiRssiState ) || (BTC_RSSI_STATE_LOW ==wifiRssiState )) -+ { -+ return TRUE; -+ } -+ -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8723b2ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+#if(BT_AUTO_REPORT_ONLY_8723B_2ANT == 1) // profile from bt patch -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+#else // profile from bt stack -+ pBtLinkInfo->bBtLinkExist = pStackInfo->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pStackInfo->bScoExist; -+ pBtLinkInfo->bA2dpExist = pStackInfo->bA2dpExist; -+ pBtLinkInfo->bPanExist = pStackInfo->bPanExist; -+ pBtLinkInfo->bHidExist = pStackInfo->bHidExist; -+ -+ //for win-8 stack HID report error -+ if(!pStackInfo->bHidExist) -+ pStackInfo->bHidExist = pCoexSta->bHidExist; //sync BTInfo with BT firmware and stack -+ // when stack HID report error, here we use the info from bt fw. -+ if(!pStackInfo->bBtLinkExist) -+ pStackInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+#endif -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8723b2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8723B_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+#if 0 -+ if(pStackInfo->numOfHid >= 2) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID*2 + A2DP\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ else -+#endif -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8723B_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8723b2ant_SetFwDacSwingLevel( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte dacSwingLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ // There are several type of dacswing -+ // 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Set Dac Swing Level=0x%x\n", dacSwingLvl)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x64=0x%x\n", H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x64, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b2ant_SetFwDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = decBtPwrLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], decrease Bt Power level = %d, FW write 0x62=0x%x\n", -+ decBtPwrLvl, H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x62, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b2ant_DecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s Dec BT power level = %d\n", -+ (bForceExec? "force to":""), decBtPwrLvl)); -+ pCoexDm->curBtDecPwrLvl = decBtPwrLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preBtDecPwrLvl == pCoexDm->curBtDecPwrLvl) -+ return; -+ } -+ halbtc8723b2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->curBtDecPwrLvl); -+ -+ pCoexDm->preBtDecPwrLvl = pCoexDm->curBtDecPwrLvl; -+} -+ -+VOID -+halbtc8723b2ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b2ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8723b2ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8723b2ant_FwDacSwingLvl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte fwDacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec? "force to":""), fwDacSwingLvl)); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8723b2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+VOID -+halbtc8723b2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xffffc); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8723b2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8723b2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!")) ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ //return; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8723b2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8723b2ant_SetDacSwingReg( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte level -+ ) -+{ -+ u1Byte val=(u1Byte)level; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Write SwDacSwing = 0x%x\n", level)); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x883, 0x3e, val); -+} -+ -+VOID -+halbtc8723b2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ if(bSwDacSwingOn) -+ { -+ halbtc8723b2ant_SetDacSwingReg(pBtCoexist, swDacSwingLvl); -+ } -+ else -+ { -+ halbtc8723b2ant_SetDacSwingReg(pBtCoexist, 0x18); -+ } -+} -+ -+ -+VOID -+halbtc8723b2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8723b2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8723b2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc05, 0x30, 0x3); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc05, 0x30, 0x1); -+ } -+} -+ -+VOID -+halbtc8723b2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8723b2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8723b2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ //=================BB AGC Gain Table -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6e1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6d1B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6c1C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6b1D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6a1E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x691F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x68200001); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xaa1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa91B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa81C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa71D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa61E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa51F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa4200001); -+ } -+ -+ -+ //=================RF Gain -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x02000); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x1); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x0); -+ -+ // set rssiAdjustVal for wifi module. -+ if(bAgcTableEn) -+ { -+ rssiAdjustVal = 8; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+VOID -+halbtc8723b2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8723b2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8723b2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8723b2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8723b2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8723b2ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexSta->nCoexTableType = type; -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5afa5afa, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x5ada5ada, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0xffffffff, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5fff5fff, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 7: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 8: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 9: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 10: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 11: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 12: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 13: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 14: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 15: -+ halbtc8723b2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8723b2ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b2ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8723b2ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8723b2ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8723b2ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8723b2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8723b2ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ -+ -+ if ( (pCoexSta->bA2dpExist) && (pCoexSta->bHidExist) ) -+ { -+ byte5 = byte5 | 0x1; -+ } -+ -+ H2C_Parameter[0] = byte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = byte5; -+ -+ pCoexDm->psTdmaPara[0] = byte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = byte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x60(5bytes)=0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+VOID -+halbtc8723b2ant_SwMechanism1( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bShrinkRxLPF, -+ IN BOOLEAN bLowPenaltyRA, -+ IN BOOLEAN bLimitedDIG, -+ IN BOOLEAN bBTLNAConstrain -+ ) -+{ -+ /* -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 != wifiBw) //only shrink RF Rx LPF for HT40 -+ { -+ if (bShrinkRxLPF) -+ bShrinkRxLPF = FALSE; -+ } -+ */ -+ -+ //halbtc8723b2ant_RfShrink(pBtCoexist, NORMAL_EXEC, bShrinkRxLPF); -+ halbtc8723b2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8723b2ant_SwMechanism2( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAGCTableShift, -+ IN BOOLEAN bADCBackOff, -+ IN BOOLEAN bSWDACSwing, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ //halbtc8723b2ant_AgcTable(pBtCoexist, NORMAL_EXEC, bAGCTableShift); -+ //halbtc8723b2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, bADCBackOff); -+ //halbtc8723b2ant_DacSwing(pBtCoexist, NORMAL_EXEC, bSWDACSwing, dacSwingLvl); -+} -+ -+VOID -+halbtc8723b2ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte fwVer=0, u4Tmp=0; -+ BOOLEAN bPgExtSwitch=FALSE; -+ BOOLEAN bUseExtSwitch=FALSE; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_EXT_SWITCH, &bPgExtSwitch); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); // [31:16]=fw ver, [15:0]=fw sub ver -+ -+ if((fwVer>0 && fwVer<0xc0000) || bPgExtSwitch) -+ bUseExtSwitch = TRUE; -+ -+ if(bInitHwCfg) -+ { -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x39, 0x8, 0x1); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x974, 0xff); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x944, 0x3, 0x3); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x930, 0x77); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); -+ -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to High to avoid A2DP click */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ } -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); //WiFi TRx Mask off -+ //remove due to interrupt is disabled that polling c2h will fail and delay 100ms. -+ //pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x01); //BT TRx Mask off -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ //tell firmware "no antenna inverse" -+ H2C_Parameter[0] = 0; -+ } -+ else -+ { -+ //tell firmware "antenna inverse" -+ H2C_Parameter[0] = 1; -+ } -+ -+ if (bUseExtSwitch) -+ { -+ //ext switch type -+ H2C_Parameter[1] = 1; -+ } -+ else -+ { -+ //int switch type -+ H2C_Parameter[1] = 0; -+ } -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ else -+ { -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to "Control by PTA"*/ -+ H2C_Parameter[0] = 0; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x0); -+ } -+ } -+ -+ // ext switch setting -+ if(bUseExtSwitch) -+ { -+ if (bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &=~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); // fixed internal switch S1->WiFi, S0->BT -+ switch(antPosType) -+ { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x1); // ext switch main at wifi -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x92c, 0x3, 0x2); // ext switch aux at wifi -+ break; -+ } -+ } -+ else // internal switch -+ { -+ if (bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp |= BIT23; -+ u4Tmp &=~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ } -+ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x0); //fixed external switch S1->Main, S0->Aux -+ switch(antPosType) -+ { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); // fixed internal switch S1->WiFi, S0->BT -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); // fixed internal switch S0->WiFi, S1->BT -+ break; -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bTurnOnByCnt=FALSE; -+ u1Byte psTdmaTypeByCnt=0; -+ u1Byte wifiRssiState1, btRssiState; -+ s1Byte nWiFiDurationAdjust = 0x0; -+ u1Byte psTdmaByte4Modify = 0x0; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if (!(BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) && bTurnOn) -+ { -+ type = type +100; //for WiFi RSSI low or BT RSSI low -+ pCoexDm->bIsSwitchTo1dot5Ant = TRUE; -+ } -+ else -+ { -+ pCoexDm->bIsSwitchTo1dot5Ant = FALSE; -+ } -+ -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum <= 5) -+ { -+ if (pCoexSta->nA2DPBitPool >= 45) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nA2DPBitPool >= 35) -+ nWiFiDurationAdjust = -10; -+ else -+ nWiFiDurationAdjust = 5; -+ } -+ else if (pCoexSta->nScanAPNum <= 20) -+ { -+ if (pCoexSta->nA2DPBitPool >= 45) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nA2DPBitPool >= 35) -+ nWiFiDurationAdjust = -10; -+ else -+ nWiFiDurationAdjust = 0; -+ } -+ else if (pCoexSta->nScanAPNum <= 40) -+ { -+ if (pCoexSta->nA2DPBitPool >= 45) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nA2DPBitPool >= 35) -+ nWiFiDurationAdjust = -10; -+ else -+ nWiFiDurationAdjust = -5; -+ } -+ else -+ { -+ if (pCoexSta->nA2DPBitPool >= 45) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nA2DPBitPool >= 35) -+ nWiFiDurationAdjust = -10; -+ else -+ nWiFiDurationAdjust = -10; -+ } -+ -+ if ( (pBtLinkInfo->bSlaveRole == TRUE) && (pBtLinkInfo->bA2dpExist) ) -+ psTdmaByte4Modify = 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ -+ -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ case 1: -+ default: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c+nWiFiDurationAdjust, 0x03, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 2: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d+nWiFiDurationAdjust, 0x03, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 3: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 4: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x03, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 5: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c+nWiFiDurationAdjust, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 6: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d+nWiFiDurationAdjust, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 7: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 8: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x10, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 9: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c+nWiFiDurationAdjust, 0x03, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 10: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d+nWiFiDurationAdjust, 0x03, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 11: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 12: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x3, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 13: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c+nWiFiDurationAdjust, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 14: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d+nWiFiDurationAdjust, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 15: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 16: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x3, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 17: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x2f, 0x2f, 0x60, 0x90); -+ break; -+ case 18: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 19: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x90); -+ break; -+ case 20: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x90); -+ break; -+ case 21: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90); -+ break; -+ case 71: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c+nWiFiDurationAdjust, 0x03, 0xf1, 0x90); -+ break; -+ case 101: -+ case 105: -+ case 171: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x3a+nWiFiDurationAdjust, 0x03, 0x70, 0x50|psTdmaByte4Modify); -+ break; -+ case 102: -+ case 106: -+ case 110: -+ case 114: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x2d+nWiFiDurationAdjust, 0x03, 0x70, 0x50|psTdmaByte4Modify); -+ break; -+ case 103: -+ case 107: -+ case 111: -+ case 115: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1c, 0x03, 0x70, 0x50|psTdmaByte4Modify); -+ break; -+ case 104: -+ case 108: -+ case 112: -+ case 116: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x10, 0x03, 0x70, 0x50|psTdmaByte4Modify); -+ break; -+ case 109: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90|psTdmaByte4Modify); -+ break; -+ case 113: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 121: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90|psTdmaByte4Modify); -+ break; -+ case 22: -+ case 122: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x35, 0x03, 0x71, 0x11); -+ break; -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(type) -+ { -+ case 0: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ case 1: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x48, 0x0); -+ break; -+ default: -+ halbtc8723b2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8723b2ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8723b2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8723b2ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8723b2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+ -+VOID -+halbtc8723b2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8723b2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ pCoexSta->popEventCnt = 0; -+ -+} -+ -+VOID -+halbtc8723b2ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bLowPwrDisable=TRUE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ if(bScan || bLink || bRoam) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi link process + BT Inq/Page!!\n")); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ } -+ else if(bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT Inq/Page!!\n")); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi no-link + BT Inq/Page!!\n")); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+/* -+ pCoexDm->bNeedRecover0x948 = TRUE; -+ pCoexDm->backup0x948 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ -+ halbtc8723b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_AUX, FALSE, FALSE); -+*/ -+} -+ -+ -+VOID -+halbtc8723b2ant_ActionWiFiLinkProcess( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa, u1Tmpb; -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x76e=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+} -+ -+BOOLEAN -+halbtc8723b2ant_ActionWifiIdleProcess( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ //wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES-20, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ -+ // define the office environment -+ if(BTC_RSSI_HIGH(wifiRssiState1) && -+ (pCoexSta->bHidExist == TRUE) && (pCoexSta->bA2dpExist == TRUE)) -+ { -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi idle process for BT HID+A2DP exist!!\n")); -+ -+ halbtc8723b2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ return TRUE; -+ } -+ else -+ { -+ halbtc8723b2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ return FALSE; -+ } -+ -+ -+} -+ -+ -+ -+BOOLEAN -+halbtc8723b2ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte btRssiState=BTC_RSSI_STATE_HIGH; -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ BOOLEAN bBtHsOn=FALSE, bLowPwrDisable=FALSE; -+ BOOLEAN bAsus8723b=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-connected idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if(BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else if(BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bBtHsOn) -+ return FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_IS_ASUS_8723B, &bAsus8723b); -+ if(!bAsus8723b) -+ bCommon = FALSE; -+ else -+ bCommon = halbtc8723b2ant_ActionWifiIdleProcess(pBtCoexist); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ //bCommon = FALSE; -+ bCommon = halbtc8723b2ant_ActionWifiIdleProcess(pBtCoexist); -+ } -+ } -+ } -+ -+ return bCommon; -+} -+VOID -+halbtc8723b2ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bScoHid, -+ IN BOOLEAN bTxPause, -+ IN u1Byte maxInterval -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if(bScoHid) -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ else -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ -+ if ( (pCoexSta->lowPriorityTx) > 1050 || (pCoexSta->lowPriorityRx) > 1250 ) -+ retryCount++; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if(maxInterval == 1) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 2) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 3) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+} -+ -+// SCO only or SCO+PAN(HS) -+VOID -+halbtc8723b2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 4); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for SCO quality at 11b/g mode -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else //for SCO quality & wifi performance balance at 11n mode -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); //for voice quality -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x4); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x4); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x4); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x4); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8723b2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 9); -+ } -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ } -+ else -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8723b2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ -+ // define the office environment -+ if( (apNum >= 10) && BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ //DbgPrint(" AP#>10(%d)\n", apNum); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x18); -+ } -+ return; -+ -+ } -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ } -+ else -+ { -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 2); -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState,wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 10); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ } -+ else -+ { -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ } -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+ -+//PAN(HS) only -+VOID -+halbtc8723b2ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8723b2ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 12); -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ else -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 3); -+ //halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 11); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); -+ } -+ else -+ { -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ //halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ } -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 2); -+ } -+ else -+ { -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ //halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8723b2ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState,wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(2, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ else -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8723b2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ //btRssiState = halbtc8723b2ant_BtRssiState(2, 29, 0); -+ wifiRssiState1 = halbtc8723b2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8723b2ant_BtRssiState(3, BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES, 37); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8723b2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x5); -+ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_LEGACY == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { // only 802.11N mode we have to dec bt power to 4 degree -+ if(BTC_RSSI_HIGH(btRssiState)) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ // need to check ap Number of Not -+ if(apNum < 10) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8723b2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8723b2ant_ActionBtWhckTest( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8723b2ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8723b2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8723b2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8723b2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8723b2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8723b2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8723b2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+} -+ -+VOID -+halbtc8723b2ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiUnder5G=FALSE, bBtHsOn=FALSE; -+ u1Byte btInfoOriginal=0, btRetryCnt=0; -+ u1Byte algorithm=0; -+ u4Byte numOfWifiLink=0; -+ u4Byte wifiLinkStatus=0; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bMiracastPlusBt=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if(pCoexSta->bBtWhckTest) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under WHCK TEST!!!\n")); -+ halbtc8723b2ant_ActionBtWhckTest(pBtCoexist); -+ return; -+ } -+ -+ algorithm = halbtc8723b2ant_ActionAlgorithm(pBtCoexist); -+ if(pCoexSta->bC2hBtInquiryPage && (BT_8723B_2ANT_COEX_ALGO_PANHS!=algorithm)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8723b2ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else -+ { -+ /* -+ if(pCoexDm->bNeedRecover0x948) -+ { -+ pCoexDm->bNeedRecover0x948 = FALSE; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, pCoexDm->backup0x948); -+ } -+ */ -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], WiFi is under Link Process !!\n")); -+ halbtc8723b2ant_ActionWiFiLinkProcess(pBtCoexist); -+ return; -+ } -+ -+ //for P2P -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", numOfWifiLink,wifiLinkStatus) ); -+ -+ if(pBtLinkInfo->bBtLinkExist) -+ { -+ bMiracastPlusBt = TRUE; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ halbtc8723b2ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Algorithm = %d \n", pCoexDm->curAlgorithm)); -+ -+ if(halbtc8723b2ant_IsCommonAction(pBtCoexist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ if(pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], preAlgorithm=%d, curAlgorithm=%d\n", -+ pCoexDm->preAlgorithm, pCoexDm->curAlgorithm)); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8723B_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8723b2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8723b2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8723b2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP+PAN(HS).\n")); -+ halbtc8723b2ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8723b2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8723b2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8723b2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8723b2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8723b2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8723B_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8723b2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = coexist All Off!!\n")); -+ halbtc8723b2ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8723b2ant_WifiOffHwCfg( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bIsInMpMode = FALSE; -+ u1Byte H2C_Parameter[2] ={0}; -+ u4Byte fwVer=0; -+ -+ // set wlan_act to low -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); //WiFi goto standby while GNT_BT 0-->1 -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_IS_IN_MP_MODE, &bIsInMpMode); -+ if(!bIsInMpMode) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x0); //BT select s0/s1 is controlled by BT -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x67, 0x20, 0x1); //BT select s0/s1 is controlled by WiFi -+} -+ -+VOID -+halbtc8723b2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0, fwVer; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ //0xf0[15:12] --> Chip Cut information -+ pCoexSta->nCutVersion = (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xf1) & 0xf0) >> 4; -+ -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ //Antenna config -+ halbtc8723b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, TRUE, FALSE); -+ pCoexSta->disVerInfoCnt = 0; -+ -+ // PTA parameter -+ halbtc8723b2ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ // Enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); //0x76e[3] =1, WLAN_Act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8723b2ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8723b2ant_ -+//============================================================ -+VOID -+EXhalbtc8723b2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u2Byte u2Tmp=0x0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x67, 0x20); -+ -+ // enable BB, REG_SYS_FUNC_EN such that we can write 0x948 correctly. -+ u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x2, u2Tmp|BIT0|BIT1); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ else -+ { -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ // set to S1 -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ pBoardInfo->btdmAntPos = BTC_ANTENNA_AT_AUX_PORT; -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723b2ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u1Byte u1Tmp=0x4; /* Set BIT2 by default since it's 2ant case */ -+ -+ // -+ // S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) -+ // Local setting bit define -+ // BIT0: "0" for no antenna inverse; "1" for antenna inverse -+ // BIT1: "0" for internal switch; "1" for external switch -+ // BIT2: "0" for one antenna; "1" for two antenna -+ // NOTE: here default all internal switch and 1-antenna ==> BIT1=0 and BIT2=0 -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ u1Tmp |= 0x1; // antenna inverse -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ } -+ else -+ { -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ u1Tmp |= 0x1; // antenna inverse -+ } -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_PCI) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ } -+ else if(pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8723b2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8723b2ant_InitHwConfig(pBtCoexist, TRUE); -+} -+ -+VOID -+EXhalbtc8723b2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8723b2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8723b2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ u4Byte faOfdm, faCck; -+ u4Byte fwVer=0, btPatchVer=0; -+ static u1Byte PopReportIn10s = 0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)/ %c", "Version Coex/ Fw/ Patch/ Cut", \ -+ GLCoexVerDate8723b2Ant, GLCoexVer8723b2Ant, fwVer, btPatchVer, btPatchVer, pCoexSta->nCutVersion+65); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ PopReportIn10s++; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d/ %d] ", "BT [status/ rssi/ retryCnt/ popCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8723B_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi-100, pCoexSta->btRetryCnt, pCoexSta->popEventCnt); -+ CL_PRINTF(cliBuf); -+ -+ if (PopReportIn10s >= 5) -+ { -+ pCoexSta->popEventCnt = 0; -+ PopReportIn10s = 0; -+ } -+ -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d / %d / %d", "SCO/HID/PAN/A2DP/NameReq/WHQL", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist, pCoexSta->bC2hBtRemoteNameReq, pCoexSta->bBtWhckTest ); -+ CL_PRINTF(cliBuf); -+ -+ if (pStackInfo->bProfileNotified) -+ { -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Role", \ -+ (pBtLinkInfo->bSlaveRole )? "Slave":"Master"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "A2DP Rate/Bitpool", \ -+ (btInfoExt&BIT0)? "BR":"EDR", pCoexSta->nA2DPBitPool); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8723b2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ // Sw mechanism -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism] (before Manual)============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism] (before Manual) ============"); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ } -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ -+ if (pCoexDm->bIsSwitchTo1dot5Ant) -+ psTdmaCase = psTdmaCase + 100; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (%s,%s)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, -+ (pCoexDm->bCurPsTdmaOn? "On":"Off"), -+ (pCoexDm->bAutoTdmaAdjust? "Adj":"Fix") ); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Coex Table Type", \ -+ pCoexSta->nCoexTableType); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->curBtDecPwrLvl, pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x778/0x880[29:25]", \ -+ u1Tmp[0], (u4Tmp[0]&0x3e000000) >> 25); -+ CL_PRINTF(cliBuf); -+ -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x948/ 0x67[5] / 0x765", \ -+ u4Tmp[0], ((u1Tmp[0]&0x20)>> 5), u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x92c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x944); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x92c[1:0]/ 0x930[7:0]/0x944[1:0]", \ -+ u4Tmp[0]&0x3, u4Tmp[1]&0xff, u4Tmp[2]&0x3); -+ CL_PRINTF(cliBuf); -+ -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x38[11]/0x40/0x4c[24:23]/0x64[0]", \ -+ ((u1Tmp[0] & 0x8)>>3), u1Tmp[1], ((u4Tmp[0]&0x01800000)>>23), u1Tmp[2]&0x1); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xc50(dig)/0x49c(null-drop)", \ -+ u4Tmp[0]&0xff, u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcf0); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ -+ faOfdm = ((u4Tmp[0]&0xffff0000) >> 16) + ((u4Tmp[1]&0xffff0000) >> 16) + (u4Tmp[1] & 0xffff) + (u4Tmp[2] & 0xffff) + \ -+ ((u4Tmp[3]&0xffff0000) >> 16) + (u4Tmp[3] & 0xffff) ; -+ faCck = (u1Tmp[0] << 8) + u1Tmp[1]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "OFDM-CCA/OFDM-FA/CCK-FA", \ -+ u4Tmp[0]&0xffff, faOfdm, faCck); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_OK CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCOK_CCK, pCoexSta->nCRCOK_11g, pCoexSta->nCRCOK_11n, pCoexSta->nCRCOK_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_Err CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCErr_CCK, pCoexSta->nCRCErr_11g, pCoexSta->nCRCErr_11n, pCoexSta->nCRCErr_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8723B_2ANT == 1) -+ //halbtc8723b2ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8723b2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ halbtc8723b2ant_WifiOffHwCfg(pBtCoexist); -+ halbtc8723b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ halbtc8723b2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ halbtc8723b2ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8723b2ant_InitCoexDm(pBtCoexist); -+ halbtc8723b2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8723b2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8723b2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa, u1Tmpb; -+ -+ -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x948=0x%x, 0x765=0x%x, 0x76e=0x%x\n", -+ u4Tmp, u1Tmpa, u1Tmpb)); -+} -+ -+VOID -+EXhalbtc8723b2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8723b2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ u1Byte apNum=0; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ if(apNum < 10) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+VOID -+EXhalbtc8723b2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8723b2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtBusy=FALSE, bLimitedDig=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ static BOOLEAN bPreScoExist=FALSE; -+ u4Byte raMask=0x0; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8723B_2ANT_MAX) -+ rspSource = BT_INFO_SRC_8723B_2ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), return for Manual CTRL<===\n")); -+ return; -+ } -+ -+ // if 0xff, it means BT is under WHCK test -+ if (btInfo == 0xff) -+ pCoexSta->bBtWhckTest = TRUE; -+ else -+ pCoexSta->bBtWhckTest = FALSE; -+ -+ if(BT_INFO_SRC_8723B_2ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ if (pCoexSta->btRetryCnt >= 1) -+ pCoexSta->popEventCnt++; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ if (pCoexSta->btInfoC2h[rspSource][2]&0x20) -+ pCoexSta->bC2hBtRemoteNameReq = TRUE; -+ else -+ pCoexSta->bC2hBtRemoteNameReq = FALSE; -+ -+ if (pCoexSta->btInfoC2h[rspSource][1] == 0x49) -+ { -+ pCoexSta->nA2DPBitPool = -+ pCoexSta->btInfoC2h[rspSource][6]; -+ } -+ else -+ pCoexSta->nA2DPBitPool = 0; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ if (pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x01 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x01\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x01); -+ } -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if( (pCoexSta->btInfoExt & BIT1) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if( (pCoexSta->btInfoExt & BIT3) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8723b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+#if(BT_AUTO_REPORT_ONLY_8723B_2ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8723b2ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8723B_2ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8723B_2ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8723B_2ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8723B_2ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8723B_2ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ -+ if ( (pCoexSta->bHidExist == FALSE) && (pCoexSta->bC2hBtInquiryPage == FALSE) && (pCoexSta->bScoExist == FALSE)) -+ { -+ if (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx >= 160) -+ { -+ pCoexSta->bHidExist = TRUE; -+ btInfo = btInfo | 0x28; -+ } -+ } -+ } -+ -+ halbtc8723b2ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ if(!(btInfo&BT_INFO_8723B_2ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8723B_2ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8723B_2ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8723B_2ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8723B_2ANT_B_ACL_BUSY) -+ { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8723B_2ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8723B_2ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_2ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8723B_2ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bBtBusy = TRUE; -+ bLimitedDig = TRUE; -+ } -+ else -+ { -+ bBtBusy = FALSE; -+ bLimitedDig = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ pCoexDm->bLimitedDig = bLimitedDig; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ -+ halbtc8723b2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8723b2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8723b2ant_WifiOffHwCfg(pBtCoexist); -+ //remove due to interrupt is disabled that polling c2h will fail and delay 100ms. -+ //pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); //BT goto standby while GNT_BT 1-->0 -+ halbtc8723b2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8723b2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ halbtc8723b2ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8723b2ant_InitCoexDm(pBtCoexist); -+ halbtc8723b2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8723b2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ //static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(pCoexSta->disVerInfoCnt <= 5) -+ { -+ pCoexSta->disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8723b2Ant, GLCoexVer8723b2Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ -+ if (pCoexSta->disVerInfoCnt == 3) -+ { -+ //Antenna config to set 0x765 = 0x0 (GNT_BT control by PTA) after initial -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set GNT_BT control by PTA\n")); -+ halbtc8723b2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, FALSE, FALSE); -+ } -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8723B_2ANT == 0) -+ halbtc8723b2ant_QueryBtInfo(pBtCoexist); -+ halbtc8723b2ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ halbtc8723b2ant_MonitorBtCtr(pBtCoexist); -+ halbtc8723b2ant_MonitorWiFiCtr(pBtCoexist); -+ -+ //for some BT speaker that Hi-Pri pkt appear begore start play, this will cause HID exist -+ if ( (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx < 50) && (pBtLinkInfo->bHidExist == TRUE)) -+ { -+ pBtLinkInfo->bHidExist = FALSE; -+ } -+ -+ if( halbtc8723b2ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust) -+ { -+ halbtc8723b2ant_RunCoexistMechanism(pBtCoexist); -+ } -+#endif -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8723b2Ant.h 2017-06-07 23:07:21.010687485 +0300 -@@ -0,0 +1,234 @@ -+//=========================================== -+// The following is for 8723B 2Ant BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8723B_2ANT 1 -+ -+ -+#define BT_INFO_8723B_2ANT_B_FTP BIT7 -+#define BT_INFO_8723B_2ANT_B_A2DP BIT6 -+#define BT_INFO_8723B_2ANT_B_HID BIT5 -+#define BT_INFO_8723B_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8723B_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8723B_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8723B_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8723B_2ANT_B_CONNECTION BIT0 -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8723B_2ANT 2 -+ -+ -+#define BT_8723B_2ANT_WIFI_RSSI_COEXSWITCH_THRES 42 //WiFi RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation -+#define BT_8723B_2ANT_BT_RSSI_COEXSWITCH_THRES 46 //BT RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation -+ -+typedef enum _BT_INFO_SRC_8723B_2ANT{ -+ BT_INFO_SRC_8723B_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8723B_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8723B_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8723B_2ANT_MAX -+}BT_INFO_SRC_8723B_2ANT,*PBT_INFO_SRC_8723B_2ANT; -+ -+typedef enum _BT_8723B_2ANT_BT_STATUS{ -+ BT_8723B_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8723B_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8723B_2ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8723B_2ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8723B_2ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8723B_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8723B_2ANT_BT_STATUS_MAX -+}BT_8723B_2ANT_BT_STATUS,*PBT_8723B_2ANT_BT_STATUS; -+ -+typedef enum _BT_8723B_2ANT_COEX_ALGO{ -+ BT_8723B_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8723B_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8723B_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8723B_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8723B_2ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8723B_2ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8723B_2ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8723B_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8723B_2ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8723B_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8723B_2ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8723B_2ANT_COEX_ALGO_MAX = 0xb, -+}BT_8723B_2ANT_COEX_ALGO,*PBT_8723B_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8723B_2ANT{ -+ // fw mechanism -+ u1Byte preBtDecPwrLvl; -+ u1Byte curBtDecPwrLvl; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bResetTdmaAdjust; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ BOOLEAN bNeedRecover0x948; -+ u4Byte backup0x948; -+ -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ BOOLEAN bIsSwitchTo1dot5Ant; -+} COEX_DM_8723B_2ANT, *PCOEX_DM_8723B_2ANT; -+ -+typedef struct _COEX_STA_8723B_2ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8723B_2ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8723B_2ANT_MAX]; -+ BOOLEAN bBtWhckTest; -+ BOOLEAN bC2hBtInquiryPage; -+ BOOLEAN bC2hBtRemoteNameReq; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ u4Byte popEventCnt; -+ u1Byte nScanAPNum; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ u1Byte nCoexTableType; -+ BOOLEAN bForceLpsOn; -+ -+ u1Byte disVerInfoCnt; -+ -+ u1Byte nA2DPBitPool; -+ u1Byte nCutVersion; -+}COEX_STA_8723B_2ANT, *PCOEX_STA_8723B_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8723b2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b2ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8723b2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8723b2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8723b2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8723b2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8723b2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.c 2017-06-07 23:07:21.011687576 +0300 -@@ -0,0 +1,3717 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8812A Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8812a1Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8812A_1ANT GLCoexDm8812a1Ant; -+static PCOEX_DM_8812A_1ANT pCoexDm=&GLCoexDm8812a1Ant; -+static COEX_STA_8812A_1ANT GLCoexSta8812a1Ant; -+static PCOEX_STA_8812A_1ANT pCoexSta=&GLCoexSta8812a1Ant; -+ -+const char *const GLBtInfoSrc8812a1Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8812a1Ant=20140708; -+u4Byte GLCoexVer8812a1Ant=0x52; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8812a1ant_ -+//============================================================ -+u1Byte -+halbtc8812a1ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8812A_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8812a1ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8812A_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8812a1ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+//to check 0x430/0x434 is correct?? -+VOID -+halbtc8812a1ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+//to check 0x42a ?? -+VOID -+halbtc8812a1ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+//to check 0x456?? -+VOID -+halbtc8812a1ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8812a1ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType -+ ) -+{ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ halbtc8812a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); -+ break; -+ case 1: // disable cck 1/2 -+ halbtc8812a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003); -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ halbtc8812a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7); -+ break; -+ default: -+ break; -+ } -+ -+ halbtc8812a1ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8812a1ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8812a1ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+VOID -+halbtc8812a1ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+VOID -+halbtc8812a1ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte dataLen=3; -+ u1Byte buf[5] = {0}; -+ -+ if(!pBtCoexist->btInfo.bBtDisabled) -+ { -+ if(!pCoexSta->btInfoQueryCnt || -+ (pCoexSta->btInfoC2hCnt[BT_INFO_SRC_8812A_1ANT_BT_RSP]-pCoexSta->btInfoQueryCnt)>2) -+ { -+ buf[0] = dataLen; -+ buf[1] = 0x1; // polling enable, 1=enable, 0=disable -+ buf[2] = 0x2; // polling time in seconds -+ buf[3] = 0x1; // auto report enable, 1=enable, 0=disable -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_INFO, (PVOID)&buf[0]); -+ } -+ } -+ pCoexSta->btInfoQueryCnt++; -+} -+ -+VOID -+halbtc8812a1ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp, u1Tmp1; -+ s4Byte wifiRssi; -+ static u1Byte NumOfBtCounterChk = 0; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if( (pCoexSta->lowPriorityTx > 1150) && (!pCoexSta->bC2hBtInquiryPage)) -+ pCoexSta->popEventCnt++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Hi-Pri Rx/Tx: %d/%d, Lo-Pri Rx/Tx: %d/%d\n", -+ regHPRx, regHPTx, regLPRx, regLPTx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ -+ if ((regHPTx == 0) && (regHPRx ==0) && (regLPTx == 0) && (regLPRx == 0)) -+ { -+ NumOfBtCounterChk++; -+ if (NumOfBtCounterChk >= 3) -+ { -+ halbtc8812a1ant_QueryBtInfo(pBtCoexist); -+ NumOfBtCounterChk = 0; -+ } -+ } -+} -+ -+//to check registers -+VOID -+halbtc8812a1ant_MonitorWiFiCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u2Byte u2Tmp[3]; -+ s4Byte wifiRssi=0; -+ BOOLEAN bWifiBusy = FALSE, bWifiUnderBMode = FALSE; -+ static u1Byte nCCKLockCounter = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } -+ else -+ { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf04); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf14); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf10); -+ pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf40); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf06); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf16); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf12); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf42); -+ } -+ -+ -+ //reset counter -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xb58, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xb58, 0x1, 0x0); -+ -+ if ( (bWifiBusy) && (wifiRssi >= 30) && (!bWifiUnderBMode)) -+ { -+ if ( (pCoexDm->btStatus == BT_8812A_1ANT_BT_STATUS_ACL_BUSY) || -+ (pCoexDm->btStatus == BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY) || -+ (pCoexDm->btStatus == BT_8812A_1ANT_BT_STATUS_SCO_BUSY) ) -+ { -+ if (pCoexSta->nCRCOK_CCK >(pCoexSta->nCRCOK_11g + pCoexSta->nCRCOK_11n + -+ pCoexSta->nCRCOK_11nAgg) ) -+ { -+ if (nCCKLockCounter < 5) -+ nCCKLockCounter++; -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ } -+ else -+ { -+ if (nCCKLockCounter > 0) -+ nCCKLockCounter--; -+ } -+ -+ if (!pCoexSta->bPreCCKLock) -+ { -+ -+ if (nCCKLockCounter >= 5) -+ pCoexSta->bCCKLock = TRUE; -+ else -+ pCoexSta->bCCKLock = FALSE; -+ } -+ else -+ { -+ if (nCCKLockCounter == 0) -+ pCoexSta->bCCKLock = FALSE; -+ else -+ pCoexSta->bCCKLock = TRUE; -+ } -+ -+ pCoexSta->bPreCCKLock = pCoexSta->bCCKLock; -+ -+ -+} -+ -+BOOLEAN -+halbtc8812a1ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8812a1ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+ -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8812a1ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8812A_1ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO only\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID only\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP only\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(HS) only\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(EDR) only\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(HS)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(EDR)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(HS)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(EDR)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(HS)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(EDR)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! BT Profile = SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8812A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8812a1ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8812a1ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8812a1ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+//to check -+VOID -+halbtc8812a1ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte tmpU1; -+ -+ tmpU1 = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd); -+ tmpU1 |= BIT0; -+ if(bLowPenaltyRa) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set low penalty!!\n")); -+ tmpU1 &= ~BIT2; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set normal!!\n")); -+ tmpU1 |= BIT2; -+ } -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, tmpU1); -+} -+ -+VOID -+halbtc8812a1ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8812a1ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8812a1ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8812a1ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8812a1ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8812a1ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** CoexTable(%d) **********\n", type)); -+ -+ pCoexSta->nCoexTableType = type; -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaa5a5a, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0xaa5a5a5a, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 7: -+ halbtc8812a1ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8812a1ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte dataLen=3; -+ u1Byte buf[5] = {0}; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Ignore Wlan_Act\n", -+ (bEnable? "Enable":"Disable"))); -+ -+ buf[0] = dataLen; -+ buf[1] = 0x1; // OP_Code -+ buf[2] = 0x1; // OP_Code_Length -+ if(bEnable) -+ buf[3] = 0x1; // OP_Code_Content -+ else -+ buf[3] = 0x0; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+} -+ -+VOID -+halbtc8812a1ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8812a1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8812a1ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8812a1ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8812a1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8812a1ant_SwMechanism( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRA -+ ) -+{ -+ halbtc8812a1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+//to check bForceExec -+VOID -+halbtc8812a1ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ u1Byte u1Tmp=0; -+ -+ pCoexDm->curAntPosType = antPosType; -+ -+ if(bInitHwCfg) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb3, 0x77); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x900, 0x00000400); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76d, 0x1); -+ } -+ else if(bWifiOff) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb3, 0x77); -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb7); -+ u1Tmp &= ~BIT3; -+ u1Tmp |= BIT2; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb7, u1Tmp); -+ } -+ -+ if(bForceExec || (pCoexDm->curAntPosType != pCoexDm->preAntPosType)) -+ { -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_PATH_WIFI: -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb7); -+ u1Tmp |= BIT3; -+ u1Tmp &= ~BIT2; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb7, u1Tmp); -+ break; -+ case BTC_ANT_PATH_BT: -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb7); -+ u1Tmp &= ~BIT3; -+ u1Tmp |= BIT2; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb7, u1Tmp); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb7); -+ u1Tmp |= BIT3; -+ u1Tmp &= ~BIT2; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb7, u1Tmp); -+ break; -+ } -+ } -+ -+ pCoexDm->preAntPosType = pCoexDm->curAntPosType; -+} -+ -+VOID -+halbtc8812a1ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ if(byte1&BIT4 && !(byte1&BIT5)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+ -+VOID -+halbtc8812a1ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bTurnOnByCnt=FALSE, bWifiBusy=FALSE, bWiFiNoisy=FALSE; -+ u1Byte psTdmaTypeByCnt=0, rssiAdjustVal=0; -+ u1Byte psTdmaByte4Val = 0x50, psTdmaByte0Val = 0x51, psTdmaByte3Val = 0x10; -+ s1Byte nWiFiDurationAdjust = 0x0; -+ static BOOLEAN bPreWifiBusy=FALSE; -+ -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if (bWifiBusy != bPreWifiBusy) -+ { -+ bForceExec = TRUE; -+ bPreWifiBusy = bWifiBusy; -+ } -+ -+ if (pCoexDm->bCurPsTdmaOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(off, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum <= 5) -+ nWiFiDurationAdjust = 2; -+ else if (pCoexSta->nScanAPNum >= 40) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nScanAPNum >= 20) -+ nWiFiDurationAdjust = -10; -+ -+ if (!pCoexSta->bForceLpsOn) //only for A2DP-only case 1/2/9/11 while wifi noisy threshold > 30 -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle -+ } -+ -+ if ( (type == 3) || (type == 13) || (type == 14) ) -+ { -+ psTdmaByte4Val = psTdmaByte4Val & 0xbf; //no dynamic slot for multi-profile -+ -+ if (!bWifiBusy) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ } -+ -+ if (pBtLinkInfo->bSlaveRole == TRUE) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ default: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1a, 0x1a, 0x0, psTdmaByte4Val); -+ break; -+ case 1: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x3a+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 2: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x2d+nWiFiDurationAdjust, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 3: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1d, 0x1d, 0x0, psTdmaByte4Val); -+ break; -+ case 4: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x14, 0x0); -+ break; -+ case 5: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x15, 0x3, 0x11, 0x11); -+ break; -+ case 6: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x20, 0x3, 0x11, 0x11); -+ break; -+ case 7: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xc, 0x5, 0x0, 0x0); -+ break; -+ case 8: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 9: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x3, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 10: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 11: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, psTdmaByte0Val, 0x21, 0x03, psTdmaByte3Val, psTdmaByte4Val); -+ break; -+ case 12: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x0a, 0x0a, 0x0, 0x50); -+ break; -+ case 13: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x12, 0x12, 0x0, psTdmaByte4Val); -+ break; -+ case 14: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x21, 0x3, 0x10, psTdmaByte4Val); -+ break; -+ case 15: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0x3, 0x8, 0x0); -+ break; -+ case 16: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x10, 0x0); -+ break; -+ case 18: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 20: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x3f, 0x03, 0x11, 0x10); -+ break; -+ case 21: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x11); -+ break; -+ case 22: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x10); -+ break; -+ case 23: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x18); -+ break; -+ case 24: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x3, 0x31, 0x18); -+ break; -+ case 25: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 26: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ break; -+ case 27: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x98); -+ break; -+ case 28: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x69, 0x25, 0x3, 0x31, 0x0); -+ break; -+ case 29: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xab, 0x1a, 0x1a, 0x1, 0x10); -+ break; -+ case 30: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x30, 0x3, 0x10, 0x10); -+ break; -+ case 31: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1a, 0x1a, 0, 0x58); -+ break; -+ case 32: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x35, 0x3, 0x11, 0x11); -+ break; -+ case 33: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xa3, 0x25, 0x3, 0x30, 0x90); -+ break; -+ case 34: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x53, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 35: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x63, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 36: -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x12, 0x3, 0x14, 0x50); -+ break; -+ case 40: // SoftAP only with no sta associated,BT disable ,TDMA mode for power saving -+ /* here softap mode screen off will cost 70-80mA for phone */ -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x23, 0x18, 0x00, 0x10, 0x24); -+ break; -+ } -+ } -+ else -+ { -+ -+ // disable PS tdma -+ switch(type) -+ { -+ case 8: //PTA Control -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ break; -+ case 0: -+ default: //Software control, Antenna at BT side -+ halbtc8812a1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ break; -+ } -+ } -+ rssiAdjustVal =0; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, &rssiAdjustVal); -+ -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+BOOLEAN -+halbtc8812a1ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected && -+ BT_8812A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT non connected-idle!!\n")); -+ -+ //halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8812A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ //halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8812A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT connected-idle!!\n")); -+ -+ //halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8812A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ -+ //halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8812A_1ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT Busy!!\n")); -+ -+ //halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if (bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ } -+ -+ bCommon = FALSE; -+ } -+ -+ return bCommon; -+} -+ -+ -+VOID -+halbtc8812a1ant_TdmaDurationAdjustForAcl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0, btInfoExt; -+ static BOOLEAN bPreWifiBusy=FALSE; -+ BOOLEAN bWifiBusy = FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjustForAcl()\n")); -+ -+ if(BT_8812A_1ANT_WIFI_STATUS_CONNECTED_BUSY == wifiStatus) -+ bWifiBusy = TRUE; -+ else -+ bWifiBusy = FALSE; -+ -+ if( (BT_8812A_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8812A_1ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8812A_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) ) -+ { -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 3 && -+ pCoexDm->curPsTdma != 9 ) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if ( (pCoexSta->lowPriorityTx) > 1150 || (pCoexSta->lowPriorityRx) > 1250 ) -+ retryCount++; -+ -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ if(result == -1) -+ { -+ if( (BT_INFO_8812A_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ else if(result == 1) -+ { -+ if( (BT_INFO_8812A_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ } -+ else //no change -+ { -+ /* Bryant Modify -+ if(bWifiBusy != bPreWifiBusy) //if busy / idle change -+ { -+ bPreWifiBusy = bWifiBusy; -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, pCoexDm->curPsTdma); -+ } -+ */ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 9 && -+ pCoexDm->curPsTdma != 11 ) -+ { -+ // recover to previous adjust type -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ } -+} -+ -+VOID -+halbtc8812a1ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8812a1ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8812a1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8812a1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8812a1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiOnly( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+} -+ -+VOID -+halbtc8812a1ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ halbtc8812a1ant_ActionWifiOnly(pBtCoexist); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ } -+ } -+} -+ -+//============================================= -+// -+// Software Coex Mechanism start -+// -+//============================================= -+ -+// SCO only or SCO+PAN(HS) -+ -+/* -+VOID -+halbtc8812a1ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+ -+VOID -+halbtc8812a1ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8812a1ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8812a1ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8812a1ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(HS) only -+VOID -+halbtc8812a1ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8812a1ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8812a1ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8812a1ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+VOID -+halbtc8812a1ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+*/ -+ -+//============================================= -+// -+// Non-Software Coex Mechanism start -+// -+//============================================= -+VOID -+halbtc8812a1ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8812a1ant_ActionHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8812a1ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bApEnable=FALSE, bWifiBusy=FALSE, bBtBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ if((!bWifiConnected) && (!pCoexSta->bWiFiIsHighPriTask)) -+ { -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist)) -+ { -+ // SCO/HID/A2DP busy -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if ((pBtLinkInfo->bPanExist) || (bWifiBusy)) -+ { -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionBtScoHidOnlyBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ // tdma and coex table -+ -+ if(pBtLinkInfo->bScoExist) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else //HID -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiConnectedBtAclBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ u1Byte btRssiState; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ btRssiState = halbtc8812a1ant_BtRssiState(2, 28, 0); -+ -+ if ( (pCoexSta->lowPriorityRx >= 950) && (!pCoexSta->bUnderIps) ) -+ { -+ pBtLinkInfo->bSlaveRole = TRUE; -+ } -+ else -+ { -+ pBtLinkInfo->bSlaveRole = FALSE; -+ } -+ -+ if(pBtLinkInfo->bHidOnly) //HID -+ { -+ halbtc8812a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, wifiStatus); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ return; -+ } -+ else if(pBtLinkInfo->bA2dpOnly) //A2DP -+ { -+ if(BT_8812A_1ANT_WIFI_STATUS_CONNECTED_IDLE == wifiStatus) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ halbtc8812a1ant_TdmaDurationAdjustForAcl(pBtCoexist, wifiStatus); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ } -+ } -+ else if ( ((pBtLinkInfo->bA2dpExist) && (pBtLinkInfo->bPanExist)) || -+ (pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist&&pBtLinkInfo->bPanExist) ) //A2DP+PAN(OPP,FTP), HID+A2DP+PAN(OPP,FTP) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else if(pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist) //HID+A2DP -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ else if( (pBtLinkInfo->bPanOnly) || (pBtLinkInfo->bHidExist&&pBtLinkInfo->bPanExist) ) //PAN(OPP,FTP), HID+PAN(OPP,FTP) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ //BT no-profile busy (0x9) -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiNotConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // power save state -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiNotConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8812A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8812A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8812a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiNotConnectedAssoAuth( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if( (pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist) ) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bPanExist) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 4); -+ } -+ else -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8812A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8812A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8812a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //Bryant Add -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiConnectedSpecialPacket( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist)) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8812a1ant_ActionWifiConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiBusy=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ BOOLEAN bUnder4way=FALSE, bApEnable=FALSE; -+ u4Byte wifiBw; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect()===>\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ if(bUnder4way) -+ { -+ halbtc8812a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under 4way<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ if(bScan || bLink || bRoam) -+ { -+ if(bScan) -+ halbtc8812a1ant_ActionWifiConnectedScan(pBtCoexist); -+ else -+ halbtc8812a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under scan<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ // power save state -+ if(!bApEnable && BT_8812A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus && !pBtCoexist->btLinkInfo.bHidOnly) -+ { -+ if(pBtCoexist->btLinkInfo.bA2dpOnly) //A2DP -+ { -+ if(!bWifiBusy) -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else //busy -+ { -+ if (pCoexSta->nScanAPNum >= BT_8812A_1ANT_WIFI_NOISY_THRESH) //no force LPS, no PS-TDMA, use pure TDMA -+ { -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ } -+ } -+ else if ((pCoexSta->bPanExist == FALSE) && (pCoexSta->bA2dpExist == FALSE) && (pCoexSta->bHidExist == FALSE)) -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ else -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(!bWifiBusy) -+ { -+ if(BT_8812A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8812a1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else if( (BT_8812A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8812a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ else -+ { -+ if(BT_8812A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8812a1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else if( (BT_8812A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8812a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else -+ { -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, NORMAL_EXEC, FALSE, FALSE); -+ if ( (pCoexSta->highPriorityTx) + (pCoexSta->highPriorityRx) <= 60 ) -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+} -+ -+VOID -+halbtc8812a1ant_RunSwCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte algorithm=0; -+ -+ algorithm = halbtc8812a1ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ -+ if(halbtc8812a1ant_IsCommonAction(pBtCoexist)) -+ { -+ -+ } -+ else -+ { -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8812A_1ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = SCO.\n")); -+ //halbtc8812a1ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID.\n")); -+ //halbtc8812a1ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP.\n")); -+ //halbtc8812a1ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP+PAN(HS).\n")); -+ //halbtc8812a1ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR).\n")); -+ //halbtc8812a1ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HS mode.\n")); -+ //halbtc8812a1ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN+A2DP.\n")); -+ //halbtc8812a1ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR)+HID.\n")); -+ //halbtc8812a1ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP+PAN.\n")); -+ //halbtc8812a1ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8812A_1ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP.\n")); -+ //halbtc8812a1ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = coexist All Off!!\n")); -+ //halbtc8812a1ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8812a1ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bIncreaseScanDevNum=FALSE; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ BOOLEAN bMiracastPlusBt=FALSE; -+ u1Byte aggBufSize=5; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0, wifiBw; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Stop Coex DM <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if( (BT_8812A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bIncreaseScanDevNum = TRUE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_INC_SCAN_DEV_NUM, &bIncreaseScanDevNum); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", numOfWifiLink,wifiLinkStatus) ); -+ -+ if(pBtLinkInfo->bBtLinkExist) -+ { -+ halbtc8812a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ bMiracastPlusBt = TRUE; -+ } -+ else -+ { -+ halbtc8812a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ bMiracastPlusBt = FALSE; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ -+ if ( (pBtLinkInfo->bA2dpExist) && (pCoexSta->bC2hBtInquiryPage) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8812a1ant_ActionBtInquiry(pBtCoexist); -+ } -+ else -+ halbtc8812a1ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if ( (pBtLinkInfo->bBtLinkExist) && (bWifiConnected) ) -+ { -+ halbtc8812a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 0, 1); -+ -+ if(pBtLinkInfo->bScoExist) -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, TRUE, FALSE, 0x5); -+ else -+ { -+ if (BTC_WIFI_BW_HT40==wifiBw) -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x10); -+ else -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ } -+ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, TRUE); -+ halbtc8812a1ant_RunSwCoexistMechanism(pBtCoexist); //just print debug message -+ } -+ else -+ { -+ halbtc8812a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x5); -+ -+ halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+ halbtc8812a1ant_RunSwCoexistMechanism(pBtCoexist); ////just print debug message -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], BT Is Inquirying \n") ); -+ halbtc8812a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8812a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ -+ if(!bWifiConnected) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is non connected-idle !!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ if (bScan) -+ halbtc8812a1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ else -+ halbtc8812a1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else -+ halbtc8812a1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else // wifi LPS/Busy -+ { -+ halbtc8812a1ant_ActionWifiConnected(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8812a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ -+ // sw all off -+ halbtc8812a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ //halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ //halbtc8812a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ pCoexSta->popEventCnt = 0; -+} -+ -+VOID -+halbtc8812a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ u4Byte u4Tmp=0; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 1Ant Init HW Config!!\n")); -+ -+ //ant sw control to BT -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, TRUE, FALSE); -+ -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ // PTA parameter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, 0xffff); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, 0x55555555); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, 0x55555555); -+ -+ // coex parameters -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x1); -+ -+ // enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // enable PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x20); -+ -+ // bt clock related -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4); -+ u1Tmp |= BIT7; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4, u1Tmp); -+ -+ // bt clock related -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7); -+ u1Tmp |= BIT1; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x7, u1Tmp); -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8812a1ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8812a1ant_ -+//============================================================ -+VOID -+EXhalbtc8812a1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8812a1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8812a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8812a1ant_InitHwConfig(pBtCoexist, TRUE, bWifiOnly); -+ pBtCoexist->bStopCoexDm = FALSE; -+} -+ -+VOID -+EXhalbtc8812a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ pBtCoexist->bStopCoexDm = FALSE; -+ -+ halbtc8812a1ant_InitCoexDm(pBtCoexist); -+ -+ halbtc8812a1ant_QueryBtInfo(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8812a1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ if(pBtCoexist->bStopCoexDm) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Coex is STOPPED]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%d/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8812a1Ant, GLCoexVer8812a1Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8812A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8812A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8812a1Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ if(!pBtCoexist->bManualControl) -+ { -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %d ", "DelBA/ BtCtrlAgg/ AggSize", \ -+ (pBtCoexist->btInfo.bRejectAggPkt? "Yes":"No"), (pBtCoexist->btInfo.bBtCtrlAggBufSize? "Yes":"No"), -+ pBtCoexist->btInfo.aggBufSize); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Rate Mask", \ -+ pBtCoexist->btInfo.raMask); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Latest error condition(should be 0)", \ -+ pCoexDm->errorCondition); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d ", "IgnWlanAct", \ -+ pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ } -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x778", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb3); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb7); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x900); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0xcb3/0xcb7/0x900", \ -+ u1Tmp[0], u1Tmp[1], u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x40", \ -+ u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(hp rx[31:16]/tx[15:0])", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(lp rx[31:16]/tx[15:0])", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+ -+VOID -+EXhalbtc8812a1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp=0; -+ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ -+ halbtc8812a1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8812a1ant_InitCoexDm(pBtCoexist); -+ halbtc8812a1ant_QueryBtInfo(pBtCoexist); -+ -+ pCoexSta->bUnderIps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8812a1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8812a1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ u1Byte u1Tmpa, u1Tmpb; -+ u4Byte u4Tmp; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm ) -+ return; -+ -+ if(BTC_SCAN_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum); -+ } -+ -+ if(pBtCoexist->btInfo.bBtDisabled) -+ return; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ halbtc8812a1ant_QueryBtInfo(pBtCoexist); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8812a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8812a1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8812a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8812a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_SCAN_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8812a1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ } -+ else // wifi is connected -+ { -+ halbtc8812a1ant_ActionWifiConnectedScan(pBtCoexist); -+ } -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8812a1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8812a1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8812a1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ //pCoexDm->nArpCnt = 0; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8812a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8812a1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8812a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8812a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ halbtc8812a1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8812a1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8812a1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+//to check registers... -+VOID -+EXhalbtc8812a1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte dataLen=5; -+ u1Byte buf[6] = {0}; -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ BOOLEAN bWifiUnderBMode = FALSE; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FORCE_EXEC, FALSE, FALSE); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+#if 0 -+ //Set CCK Tx/Rx high Pri except 11b mode -+ if (bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x00); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x00); //CCK Rx -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x10); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x10); //CCK Rx -+ } -+#endif -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ pCoexDm->nArpCnt = 0; -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cd, 0x0); //CCK Tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cf, 0x0); //CCK Rx -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ //H2C_Parameter[0] = 0x1; -+ H2C_Parameter[0] = 0x0; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ buf[0] = dataLen; -+ buf[1] = 0x5; // OP_Code -+ buf[2] = 0x3; // OP_Code_Length -+ buf[3] = H2C_Parameter[0]; // OP_Code_Content -+ buf[4] = H2C_Parameter[1]; -+ buf[5] = H2C_Parameter[2]; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+} -+ -+VOID -+EXhalbtc8812a1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ BTC_PACKET_ARP == type ) -+ { -+ if(BTC_PACKET_ARP == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet ARP notify\n")); -+ -+ pCoexDm->nArpCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ARP Packet Count = %d\n", pCoexDm->nArpCnt)); -+ -+ if(pCoexDm->nArpCnt >= 10) // if APR PKT > 10 after connect, do not go to ActionWifiConnectedSpecialPacket(pBtCoexist) -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet DHCP or EAPOL notify\n")); -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet [Type = %d] notify\n", type)); -+ } -+ -+ pCoexSta->specialPktPeriodCnt = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8812a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8812a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8812a1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8812a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8812a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ ( (BTC_PACKET_ARP == type ) && (pCoexSta->bWiFiIsHighPriTask) ) ) -+ { -+ halbtc8812a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8812a1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bBtBusy=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8812A_1ANT_MAX) -+ rspSource = BT_INFO_SRC_8812A_1ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(BT_INFO_SRC_8812A_1ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ if (pCoexSta->btRetryCnt >= 1) -+ pCoexSta->popEventCnt++; -+ -+ if (pCoexSta->btInfoC2h[rspSource][2]&0x20) -+ pCoexSta->bC2hBtPage = TRUE; -+ else -+ pCoexSta->bC2hBtPage = FALSE; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2-90; -+ //pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ if(!pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x15 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x15\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); -+ } -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if(pCoexSta->btInfoExt & BIT1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ EXhalbtc8812a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8812a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if(pCoexSta->btInfoExt & BIT3) -+ { -+ if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8812a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+#if(BT_AUTO_REPORT_ONLY_8812A_1ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8812a1ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8812A_1ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8812A_1ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8812A_1ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8812A_1ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8812A_1ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8812A_1ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ } -+ -+ halbtc8812a1ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ btInfo = btInfo & 0x1f; //mask profile bit for connect-ilde identification ( for CSR case: A2DP idle --> 0x41) -+ -+ if(!(btInfo&BT_INFO_8812A_1ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8812A_1ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8812A_1ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8812A_1ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8812A_1ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8812A_1ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8812A_1ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8812A_1ANT_B_ACL_BUSY) -+ { -+ if(BT_8812A_1ANT_BT_STATUS_ACL_BUSY != pCoexDm->btStatus) -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->btStatus = BT_8812A_1ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8812A_1ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8812A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ bBtBusy = TRUE; -+ else -+ bBtBusy = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ halbtc8812a1ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8812a1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp; -+ u1Byte u1Tmpa,u1Tmpb, u1Tmpc; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF Status notify\n")); -+ -+ if(BTC_RF_ON == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned ON!!\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ } -+ else if(BTC_RF_OFF == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RF is turned OFF!!\n")); -+ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ -+ halbtc8812a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ pBtCoexist->bStopCoexDm = TRUE; -+ } -+} -+ -+VOID -+EXhalbtc8812a1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ -+ halbtc8812a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8812a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+} -+ -+VOID -+EXhalbtc8812a1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8812a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FORCE_EXEC, FALSE, TRUE); -+ halbtc8812a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ halbtc8812a1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8812a1ant_InitCoexDm(pBtCoexist); -+ halbtc8812a1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8812a1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], *****************Coex DM Reset*****************\n")); -+ -+ halbtc8812a1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8812a1ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8812a1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8812a1Ant, GLCoexVer8812a1Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8812A_1ANT == 0) -+ halbtc8812a1ant_QueryBtInfo(pBtCoexist); -+ halbtc8812a1ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ halbtc8812a1ant_MonitorBtCtr(pBtCoexist); -+ halbtc8812a1ant_MonitorWiFiCtr(pBtCoexist); -+ -+ if( halbtc8812a1ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust ) -+ { -+ halbtc8812a1ant_RunCoexistMechanism(pBtCoexist); -+ } -+ -+ pCoexSta->specialPktPeriodCnt++; -+#endif -+} -+ -+VOID -+EXhalbtc8812a1ant_DbgControl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte opCode, -+ IN u1Byte opLen, -+ IN pu1Byte pData -+ ) -+{ -+ switch(opCode) -+ { -+ case BTC_DBG_SET_COEX_NORMAL: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set CoexMode to Normal\n")); -+ pBtCoexist->bManualControl = FALSE; -+ halbtc8812a1ant_InitCoexDm(pBtCoexist); -+ break; -+ case BTC_DBG_SET_COEX_WIFI_ONLY: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set CoexMode to Wifi Only\n")); -+ pBtCoexist->bManualControl = TRUE; -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+ break; -+ case BTC_DBG_SET_COEX_BT_ONLY: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set CoexMode to BT only\n")); -+ pBtCoexist->bManualControl = TRUE; -+ halbtc8812a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ break; -+ case BTC_DBG_SET_COEX_DEC_BT_PWR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set Dec BT power\n")); -+ { -+ u1Byte dataLen=4; -+ u1Byte buf[6] = {0}; -+ u1Byte decBtPwr=0, pwrLevel=0; -+ if(opLen == 2) -+ { -+ decBtPwr = pData[0]; -+ pwrLevel = pData[1]; -+ -+ buf[0] = dataLen; -+ buf[1] = 0x3; // OP_Code -+ buf[2] = 0x2; // OP_Code_Length -+ -+ buf[3] = decBtPwr; // OP_Code_Content -+ buf[4] = pwrLevel; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set Dec BT power=%d, pwrLevel=%d\n", decBtPwr, pwrLevel)); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+ } -+ } -+ break; -+ -+ case BTC_DBG_SET_COEX_BT_AFH_MAP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT AFH Map\n")); -+ { -+ u1Byte dataLen=5; -+ u1Byte buf[6] = {0}; -+ if(opLen == 3) -+ { -+ buf[0] = dataLen; -+ buf[1] = 0x5; // OP_Code -+ buf[2] = 0x3; // OP_Code_Length -+ -+ buf[3] = pData[0]; // OP_Code_Content -+ buf[4] = pData[1]; -+ buf[5] = pData[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT AFH Map = %02x %02x %02x\n", -+ pData[0], pData[1], pData[2])); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+ } -+ } -+ break; -+ -+ case BTC_DBG_SET_COEX_BT_IGNORE_WLAN_ACT: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT Ignore Wlan Active\n")); -+ { -+ u1Byte dataLen=3; -+ u1Byte buf[6] = {0}; -+ if(opLen == 1) -+ { -+ buf[0] = dataLen; -+ buf[1] = 0x1; // OP_Code -+ buf[2] = 0x1; // OP_Code_Length -+ -+ buf[3] = pData[0]; // OP_Code_Content -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT Ignore Wlan Active = 0x%x\n", -+ pData[0])); -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+ } -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a1Ant.h 2017-06-07 23:07:21.011687576 +0300 -@@ -0,0 +1,258 @@ -+//=========================================== -+// The following is for 8812A 1ANT BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8812A_1ANT 1 -+ -+#define BT_INFO_8812A_1ANT_B_FTP BIT7 -+#define BT_INFO_8812A_1ANT_B_A2DP BIT6 -+#define BT_INFO_8812A_1ANT_B_HID BIT5 -+#define BT_INFO_8812A_1ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8812A_1ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8812A_1ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8812A_1ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8812A_1ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8812A_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0))? TRUE:FALSE) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8812A_1ANT 2 -+ -+#define BT_8812A_1ANT_WIFI_NOISY_THRESH 30 //max: 255 -+ -+typedef enum _BT_INFO_SRC_8812A_1ANT{ -+ BT_INFO_SRC_8812A_1ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8812A_1ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8812A_1ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8812A_1ANT_MAX -+}BT_INFO_SRC_8812A_1ANT,*PBT_INFO_SRC_8812A_1ANT; -+ -+typedef enum _BT_8812A_1ANT_BT_STATUS{ -+ BT_8812A_1ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8812A_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8812A_1ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8812A_1ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8812A_1ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8812A_1ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8812A_1ANT_BT_STATUS_MAX -+}BT_8812A_1ANT_BT_STATUS,*PBT_8812A_1ANT_BT_STATUS; -+ -+typedef enum _BT_8812A_1ANT_WIFI_STATUS{ -+ BT_8812A_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8812A_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN = 0x1, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_SCAN = 0x2, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT = 0x3, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_IDLE = 0x4, -+ BT_8812A_1ANT_WIFI_STATUS_CONNECTED_BUSY = 0x5, -+ BT_8812A_1ANT_WIFI_STATUS_MAX -+}BT_8812A_1ANT_WIFI_STATUS,*PBT_8812A_1ANT_WIFI_STATUS; -+ -+typedef enum _BT_8812A_1ANT_COEX_ALGO{ -+ BT_8812A_1ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8812A_1ANT_COEX_ALGO_SCO = 0x1, -+ BT_8812A_1ANT_COEX_ALGO_HID = 0x2, -+ BT_8812A_1ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8812A_1ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8812A_1ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8812A_1ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8812A_1ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8812A_1ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8812A_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8812A_1ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8812A_1ANT_COEX_ALGO_MAX = 0xb, -+}BT_8812A_1ANT_COEX_ALGO,*PBT_8812A_1ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8812A_1ANT{ -+ // hw setting -+ u1Byte preAntPosType; -+ u1Byte curAntPosType; -+ // fw mechanism -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ // sw mechanism -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ u4Byte backupArfrCnt1; // Auto Rate Fallback Retry cnt -+ u4Byte backupArfrCnt2; // Auto Rate Fallback Retry cnt -+ u2Byte backupRetryLimit; -+ u1Byte backupAmpduMaxTime; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ u1Byte preArfrType; -+ u1Byte curArfrType; -+ u1Byte preRetryLimitType; -+ u1Byte curRetryLimitType; -+ u1Byte preAmpduTimeType; -+ u1Byte curAmpduTimeType; -+ u4Byte nArpCnt; -+ -+ u1Byte errorCondition; -+} COEX_DM_8812A_1ANT, *PCOEX_DM_8812A_1ANT; -+ -+typedef struct _COEX_STA_8812A_1ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte specialPktPeriodCnt; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ s1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8812A_1ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8812A_1ANT_MAX]; -+ u4Byte btInfoQueryCnt; -+ BOOLEAN bC2hBtInquiryPage; -+ BOOLEAN bC2hBtPage; //Add for win8.1 page out issue -+ BOOLEAN bWiFiIsHighPriTask; //Add for win8.1 page out issue -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ u4Byte popEventCnt; -+ u1Byte nScanAPNum; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ BOOLEAN bCCKLock; -+ BOOLEAN bPreCCKLock; -+ u1Byte nCoexTableType; -+ -+ BOOLEAN bForceLpsOn; -+}COEX_STA_8812A_1ANT, *PCOEX_STA_8812A_1ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8812a1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a1ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8812a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8812a1ant_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8812a1ant_CoexDmReset( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a1ant_DbgControl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte opCode, -+ IN u1Byte opLen, -+ IN pu1Byte pData -+ ); -+VOID -+EXhalbtc8812a1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.c 2017-06-07 23:07:21.011687576 +0300 -@@ -0,0 +1,5411 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8812A Co-exist mechanism -+// -+// History -+// 2012/08/22 Cosa first check in. -+// 2012/11/14 Cosa Revise for 8812A 2Ant out sourcing. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8812a2Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8812A_2ANT GLCoexDm8812a2Ant; -+static PCOEX_DM_8812A_2ANT pCoexDm=&GLCoexDm8812a2Ant; -+static COEX_STA_8812A_2ANT GLCoexSta8812a2Ant; -+static PCOEX_STA_8812A_2ANT pCoexSta=&GLCoexSta8812a2Ant; -+ -+const char *const GLBtInfoSrc8812a2Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8812a2Ant=20151028; -+u4Byte GLCoexVer8812a2Ant=0x3a; -+//fix 8812AE+8761AU, xtal off as wifi disable -+//fine tune coex. parameter -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8812a2ant_ -+//============================================================ -+u1Byte -+halbtc8812a2ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8812A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8812a2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8812A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8812A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8812a2ant_SetEnablePTA( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnablePTA -+ ) -+{ -+ if(bEnablePTA) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PTA is enable!\n")); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x20); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PTA is disable!\n")); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x00); -+ -+ } -+} -+ -+VOID -+halbtc8812a2ant_EnablePTA( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE (COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Enable PTA %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurEnablePTA = bEnable; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bPreEnablePTA = %d, bCurEnablePTA = %d!!\n", -+ pCoexDm->bPreEnablePTA, pCoexDm->bCurEnablePTA)); -+ -+ if(pCoexDm->bPreEnablePTA == pCoexDm->bCurEnablePTA) -+ return; -+ } -+ halbtc8812a2ant_SetEnablePTA(pBtCoexist, bEnable); -+ -+ -+ pCoexDm->bPreEnablePTA = pCoexDm->bCurEnablePTA; -+} -+ -+VOID -+halbtc8812a2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ // only 8812a need to consider if core stack is installed. -+ if(!pStackInfo->hciVersion) -+ { -+ bBtActive = FALSE; -+ } -+/* -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+*/ -+ -+ if((pCoexSta->prebtInfoC2hCnt_BT_RSP == pCoexSta->btInfoC2hCnt[1]) && -+ (pCoexSta->prebtInfoC2hCnt_BT_SEND == pCoexSta->btInfoC2hCnt[2])) -+ { -+ bBtActive = FALSE; -+ } -+ -+ pCoexSta->prebtInfoC2hCnt_BT_RSP = pCoexSta->btInfoC2hCnt[1]; -+ pCoexSta->prebtInfoC2hCnt_BT_SEND = pCoexSta->btInfoC2hCnt[2]; -+ -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt is detected as disabled %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(pCoexSta->preBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (pCoexSta->preBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ pCoexSta->preBtDisabled = bBtDisabled; -+ -+ if(!bBtDisabled) -+ { -+ // enable PTA -+// halbtc8812a2ant_EnablePTA(pBtCoexist,FORCE_EXEC, TRUE); -+ } -+ else -+ { -+ // disable PTA -+// halbtc8812a2ant_EnablePTA(pBtCoexist,FORCE_EXEC, FALSE); -+ } -+ } -+} -+ -+u4Byte -+halbtc8812a2ant_DecideRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte raMaskType -+ ) -+{ -+ u4Byte disRaMask=0x0; -+ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ disRaMask = 0x0; -+ break; -+ case 1: // disable cck 1/2 -+ disRaMask = 0x00000003; -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ disRaMask = 0x0001f1f7; -+ break; -+ default: -+ break; -+ } -+ -+ return disRaMask; -+} -+ -+VOID -+halbtc8812a2ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+VOID -+halbtc8812a2ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+VOID -+halbtc8812a2ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+VOID -+halbtc8812a2ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8812a2ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType -+ ) -+{ -+ u4Byte disRaMask=0x0; -+ -+ pCoexDm->curRaMaskType = raMaskType; -+ disRaMask = halbtc8812a2ant_DecideRaMask(pBtCoexist, raMaskType); -+ halbtc8812a2ant_UpdateRaMask(pBtCoexist, bForceExec, disRaMask); -+ -+ halbtc8812a2ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8812a2ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8812a2ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+VOID -+halbtc8812a2ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+VOID -+halbtc8812a2ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8812a2ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte dataLen=3; -+ u1Byte buf[5] = {0}; -+//8812a watch btifo to check BT enable/disable -+// if(!pBtCoexist->btInfo.bBtDisabled) -+ { -+ if(!pCoexSta->btInfoQueryCnt || -+ (pCoexSta->btInfoC2hCnt[BT_INFO_SRC_8812A_2ANT_BT_RSP]-pCoexSta->btInfoQueryCnt)>2) -+ { -+ buf[0] = dataLen; -+ buf[1] = 0x1; // polling enable, 1=enable, 0=disable -+ buf[2] = 0x2; // polling time in seconds -+ buf[3] = 0x1; // auto report enable, 1=enable, 0=disable -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_INFO, (PVOID)&buf[0]); -+ } -+ } -+ pCoexSta->btInfoQueryCnt++; -+} -+ -+BOOLEAN -+halbtc8812a2ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8812a2ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+#if 1//(BT_AUTO_REPORT_ONLY_8812A_2ANT == 1) // profile from bt patch -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ pBtLinkInfo->bAclBusy = pCoexSta->bAclBusy; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+#else // profile from bt stack -+ pBtLinkInfo->bBtLinkExist = pStackInfo->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pStackInfo->bScoExist; -+ pBtLinkInfo->bA2dpExist = pStackInfo->bA2dpExist; -+ pBtLinkInfo->bPanExist = pStackInfo->bPanExist; -+ pBtLinkInfo->bHidExist = pStackInfo->bHidExist; -+ -+ //for win-8 stack HID report error -+ if(!pStackInfo->bHidExist) -+ pStackInfo->bHidExist = pCoexSta->bHidExist; //sync BTInfo with BT firmware and stack -+ // when stack HID report error, here we use the info from bt fw. -+ if(!pStackInfo->bBtLinkExist) -+ pStackInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+#endif -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8812a2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8812A_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 0) -+ { -+ if(pBtLinkInfo->bAclBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ACL Busy only\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ else if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_SCO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_SCO; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(pStackInfo->numOfHid >= 2) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID*2 + A2DP\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_SCO_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_SCO_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_HID_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8812A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8812a2ant_SetFwDacSwingLevel( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte dacSwingLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ // There are several type of dacswing -+ // 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Set Dac Swing Level=0x%x\n", dacSwingLvl)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x64=0x%x\n", H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x64, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8812a2ant_SetFwDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ u1Byte dataLen=4; -+ u1Byte buf[6] = {0}; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], decrease Bt Power level = %d\n", -+ decBtPwrLvl)); -+ -+ buf[0] = dataLen; -+ buf[1] = 0x3; // OP_Code -+ buf[2] = 0x2; // OP_Code_Length -+ if(decBtPwrLvl) -+ buf[3] = 0x1; // OP_Code_Content -+ else -+ buf[3] = 0x0; -+ buf[4] = decBtPwrLvl;// pwrLevel -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+} -+ -+VOID -+halbtc8812a2ant_DecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s Dec BT power level = %d\n", -+ (bForceExec? "force to":""), decBtPwrLvl)); -+ pCoexDm->curBtDecPwrLvl = decBtPwrLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preBtDecPwrLvl == pCoexDm->curBtDecPwrLvl) -+ return; -+ } -+ halbtc8812a2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->curBtDecPwrLvl); -+ -+ pCoexDm->preBtDecPwrLvl = pCoexDm->curBtDecPwrLvl; -+} -+ -+VOID -+halbtc8812a2ant_FwDacSwingLvl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte fwDacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec? "force to":""), fwDacSwingLvl)); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8812a2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+VOID -+halbtc8812a2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xffffc); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8812a2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8812a2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte tmpU1; -+ -+ tmpU1 = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4fd); -+ tmpU1 |= BIT0; -+ if(bLowPenaltyRa) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set low penalty!!\n")); -+ tmpU1 &= ~BIT2; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Tx rate adaptive, set normal!!\n")); -+ tmpU1 |= BIT2; -+ } -+ -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4fd, tmpU1); -+} -+ -+VOID -+halbtc8812a2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ return; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8812a2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8812a2ant_SetDacSwingReg( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte level -+ ) -+{ -+ u1Byte val=(u1Byte)level; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Write SwDacSwing = 0x%x\n", level)); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc5b, 0x3e, val); -+} -+ -+VOID -+halbtc8812a2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ if(bSwDacSwingOn) -+ { -+ halbtc8812a2ant_SetDacSwingReg(pBtCoexist, swDacSwingLvl); -+ } -+ else -+ { -+ halbtc8812a2ant_SetDacSwingReg(pBtCoexist, 0x18); -+ } -+} -+ -+ -+VOID -+halbtc8812a2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8812a2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8812a2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x8db, 0x60, 0x3); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x8db, 0x60, 0x1); -+ } -+} -+ -+VOID -+halbtc8812a2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8812a2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8812a2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x02000); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x28F4B); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x10AB2); -+ rssiAdjustVal = 8; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x2884B); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x104B2); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x0); -+ -+ // set rssiAdjustVal for wifi module. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+VOID -+halbtc8812a2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8812a2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8812a2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8812a2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8812a2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8812a2ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ switch(type) -+ { -+ case 0: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5ffb5ffb, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0x5fdf5fdf, 0x5fdb5fdb, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0xdfffdfff, 0x5fdb5fdb, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0x5ddd5ddd, 0x5fdb5fdb, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 7: -+ if(pCoexSta->nScanAPNum <= 5) -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0xfafafafa, 0xffffff, 0x3); -+ else -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 8: -+ halbtc8812a2ant_CoexTable(pBtCoexist, bForceExec, 0x5f5f5f5f, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8812a2ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte dataLen=3; -+ u1Byte buf[5] = {0}; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Ignore Wlan_Act\n", -+ (bEnable? "Enable":"Disable"))); -+ -+ buf[0] = dataLen; -+ buf[1] = 0x1; // OP_Code -+ buf[2] = 0x1; // OP_Code_Length -+ if(bEnable) -+ buf[3] = 0x1; // OP_Code_Content -+ else -+ buf[3] = 0x0; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+} -+ -+VOID -+halbtc8812a2ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8812a2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8812a2ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ if(byte1&BIT4 && !(byte1&BIT5)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+VOID -+halbtc8812a2ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8812a2ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8812a2ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8812a2ant_SwMechanism1( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bShrinkRxLPF, -+ IN BOOLEAN bLowPenaltyRA, -+ IN BOOLEAN bLimitedDIG, -+ IN BOOLEAN bBTLNAConstrain -+ ) -+{ -+ /* -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 != wifiBw) //only shrink RF Rx LPF for HT40 -+ { -+ if (bShrinkRxLPF) -+ bShrinkRxLPF = FALSE; -+ } -+ */ -+ -+ halbtc8812a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, bShrinkRxLPF); -+ //halbtc8812a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8812a2ant_SwMechanism2( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAGCTableShift, -+ IN BOOLEAN bADCBackOff, -+ IN BOOLEAN bSWDACSwing, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ //halbtc8812a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, bAGCTableShift); -+ halbtc8812a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, bADCBackOff); -+ halbtc8812a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, bSWDACSwing, dacSwingLvl); -+} -+ -+VOID -+halbtc8812a2ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ u1Byte u1Tmp=0; -+ -+ if(bInitHwCfg) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x900, 0x00000400); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76d, 0x1); -+ } -+ else if(bWifiOff) -+ { -+ -+ } -+ -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_WIFI_AT_CPL_MAIN: -+ break; -+ case BTC_ANT_WIFI_AT_CPL_AUX: -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb7); -+ u1Tmp &= ~BIT3; -+ u1Tmp |= BIT2; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb7, u1Tmp); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8812a2ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bTurnOnByCnt=FALSE; -+ u1Byte psTdmaTypeByCnt=0; -+ s1Byte nWiFiDurationAdjust = 0x0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if(!bForceExec) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], bPrePsTdmaOn = %d, bCurPsTdmaOn = %d!!\n", -+ pCoexDm->bPrePsTdmaOn, pCoexDm->bCurPsTdmaOn)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], prePsTdma = %d, curPsTdma = %d!!\n", -+ pCoexDm->prePsTdma, pCoexDm->curPsTdma)); -+ -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ -+ if (pCoexSta->nScanAPNum >= 40) -+ nWiFiDurationAdjust = -15; -+ else if (pCoexSta->nScanAPNum >= 20) -+ nWiFiDurationAdjust = -10; -+ -+/* -+ if (!pCoexSta->bForceLpsOn) //only for A2DP-only case 1/2/9/11 while wifi noisy threshold > 30 -+ { -+ psTdmaByte0Val = 0x61; //no null-pkt -+ psTdmaByte3Val = 0x11; // no tx-pause at BT-slot -+ psTdmaByte4Val = 0x10; // 0x778 = d/1 toggle -+ } -+ -+ -+ if ( (type == 3) || (type == 13) || (type == 14) ) -+ { -+ psTdmaByte4Val = psTdmaByte4Val & 0xbf; //no dynamic slot for multi-profile -+ -+ if (!bWifiBusy) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ } -+ -+ if (pBtLinkInfo->bSlaveRole == TRUE) -+ psTdmaByte4Val = psTdmaByte4Val | 0x1; //0x778 = 0x1 at wifi slot (no blocking BT Low-Pri pkts) -+ -+*/ -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ case 1: -+ default: //d1,wb -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x11, 0x10); -+ break; -+ case 2: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x32, 0x03, 0x11, 0x10); -+ break; -+ case 3: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x28, 0x03, 0x11, 0x10); -+ break; -+ case 4: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1e, 0x03, 0x11, 0x10); -+ break; -+ case 5: //d1,pb,TXpause -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x63, 0x3c, 0x03, 0x90, 0x10); -+ break; -+ case 6: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x63, 0x32, 0x03, 0x90, 0x10); -+ break; -+ case 7: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x63, 0x28, 0x03, 0x90, 0x10); -+ break; -+ case 8: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x63, 0x1e, 0x03, 0x90, 0x10); -+ break; -+ case 9: //d1,bb -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x31, 0x10); -+ break; -+ case 10: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x32, 0x03, 0x31, 0x10); -+ break; -+ case 11: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x28, 0x03, 0x31, 0x10); -+ break; -+ case 12: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1e, 0x03, 0x31, 0x10); -+ break; -+ case 13: //d1,bb,TXpause -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x30, 0x10); -+ break; -+ case 14: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x32, 0x03, 0x30, 0x10); -+ break; -+ case 15: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x28, 0x03, 0x30, 0x10); -+ break; -+ case 16: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1e, 0x03, 0x30, 0x10); -+ break; -+ case 17: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x61, 0x35, 0x3, 0x11, 0x11); -+ break; -+ case 18: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 19: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x90); -+ break; -+ case 20: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x90); -+ break; -+ case 21: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x3, 0x70, 0x90); -+ break; -+ case 22: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x61, 0x1a, 0x1a, 0x21, 0x10); -+ break; -+ case 23: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x03, 0x31, 0x10); -+ break; -+ -+ case 71: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ -+ // following cases is for wifi rssi low, started from 81 -+ case 80: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x53, 0x3c, 0x3, 0x90, 0x50); -+ break; -+ case 81: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x53, 0x3a+nWiFiDurationAdjust, 0x3, 0x90, 0x50); -+ break; -+ case 82: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x53, 0x30+nWiFiDurationAdjust, 0x03, 0x90, 0x50); -+ break; -+ case 83: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x53, 0x21, 0x03, 0x90, 0x50); -+ break; -+ case 84: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x53, 0x15, 0x3, 0x90, 0x50); -+ break; -+ case 85: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x53, 0x1d, 0x1d, 0x80, 0x50); -+ break; -+ case 86: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x53, 0x15, 0x15, 0x80, 0x50); -+ break; -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(type) -+ { -+ case 0: //ANT2PTA, 0x778=0x1 -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ break; -+ case 1: //ANT2BT, 0x778=3 -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x8, 0x0); -+ delay_ms(5); -+ halbtc8812a2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_CPL_AUX, FALSE, FALSE); -+ break; -+ default: -+ halbtc8812a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ break; -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8812a2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8812a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, 0); -+ -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8812a2ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ psType = BTC_PS_WIFI_NATIVE; -+ lpsVal = 0x0; -+ rpwmVal = 0x0; -+ } -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8812a2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8812a2ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8812a2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8812a2ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+BOOLEAN -+halbtc8812a2ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ BOOLEAN bBtHsOn=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8812a2ant_ActionBtInquiry(pBtCoexist); -+ return TRUE; -+ } -+ -+ if(pBtLinkInfo->bScoExist || pBtLinkInfo->bHidExist) -+ { -+ halbtc8812a2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 0, 0, 0); -+ } -+ else -+ { -+ halbtc8812a2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ } -+ -+ if(!bWifiConnected) -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-connected idle!!\n")); -+ -+ if( (BT_8812A_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) || -+ (BT_8812A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if(BT_8812A_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else if(BT_8812A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ if(bBtHsOn) -+ return FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ bCommon = FALSE; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 17); -+ -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ bCommon = TRUE; -+ } -+ } -+ } -+ -+ return bCommon; -+} -+ -+VOID -+halbtc8812a2ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bScoHid, -+ IN BOOLEAN bTxPause, -+ IN u1Byte maxInterval -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if(bScoHid) -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ else -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if(maxInterval == 1) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 2) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 3) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+} -+ -+//================== -+// pstdma for wifi rssi low -+//================== -+VOID -+halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow( -+ IN PBTC_COEXIST pBtCoexist//, -+ //IN u1Byte wifiStatus -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0, btInfoExt; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow()\n")); -+#if 0 -+ if( (BT_8812A_2ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8812A_2ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8812A_2ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) ) -+ { -+ if( pCoexDm->curPsTdma != 81 && -+ pCoexDm->curPsTdma != 82 && -+ pCoexDm->curPsTdma != 83 && -+ pCoexDm->curPsTdma != 84 ) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+#endif -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ -+ if(!pCoexDm->bAutoTdmaAdjustLowRssi) -+ { -+ pCoexDm->bAutoTdmaAdjustLowRssi = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjustForWifiRssiLow()!!\n")); -+ -+ if(BT_INFO_8812A_2ANT_A2DP_BASIC_RATE(btInfoExt)) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+ else -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+// retryCount = pCoexSta->btRetryCnt; -+// btInfoExt = pCoexSta->btInfoExt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if ( (pCoexSta->lowPriorityTx) > 1050 || (pCoexSta->lowPriorityRx) > 1250 ) -+ retryCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ if(result == -1) -+ { -+/* -+ if( (BT_INFO_8812A_2ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 81) ||(pCoexDm->curPsTdma == 82)) ) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 84); -+ pCoexDm->psTdmaDuAdjType = 84; -+ } -+*/ -+ if(pCoexDm->curPsTdma == 80) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ } -+ else if(pCoexDm->curPsTdma == 81) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ } -+ else if(pCoexDm->curPsTdma == 82) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+ else if(pCoexDm->curPsTdma == 83) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 84); -+ pCoexDm->psTdmaDuAdjType = 84; -+ } -+ } -+ else if(result == 1) -+ { -+/* -+ if( (BT_INFO_8812A_2ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 81) ||(pCoexDm->curPsTdma == 82)) ) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+*/ -+ if(pCoexDm->curPsTdma == 84) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 83); -+ pCoexDm->psTdmaDuAdjType = 83; -+ } -+ else if(pCoexDm->curPsTdma == 83) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 82); -+ pCoexDm->psTdmaDuAdjType = 82; -+ } -+ else if(pCoexDm->curPsTdma == 82) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 81); -+ pCoexDm->psTdmaDuAdjType = 81; -+ } -+ else if((pCoexDm->curPsTdma == 81)&&((pCoexSta->nScanAPNum <= 5))) -+ { -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 81); -+ pCoexDm->psTdmaDuAdjType = 81; -+ } -+ } -+ -+ if( pCoexDm->curPsTdma != 80 && -+ pCoexDm->curPsTdma != 81 && -+ pCoexDm->curPsTdma != 82 && -+ pCoexDm->curPsTdma != 83 && -+ pCoexDm->curPsTdma != 84 ) -+ { -+ // recover to previous adjust type -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_GetBtRssiThreshold( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte pThres0, -+ IN pu1Byte pThres1 -+ ) -+{ -+ u1Byte antType, btThreshold=0; -+ -+// pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_ANT_TYPE, &antType); -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ antType = pBoardInfo->antType; -+ -+ -+ switch(antType) -+ { -+ case BTC_ANT_TYPE_0: -+ *pThres0 = 100; -+ *pThres1 = 100; -+ break; -+ case BTC_ANT_TYPE_1: -+ *pThres0 = 34; -+ *pThres1 = 42; -+ break; -+ case BTC_ANT_TYPE_2: -+ *pThres0 = 34; -+ *pThres1 = 42; -+ break; -+ case BTC_ANT_TYPE_3: -+ *pThres0 = 34; -+ *pThres1 = 42; -+ break; -+ case BTC_ANT_TYPE_4: -+ *pThres0 = 34; -+ *pThres1 = 42; -+ break; -+ default: -+ break; -+ } -+} -+ -+ -+ -+VOID -+halbtc8812a2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ -+// halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ else -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ -+ // pstdma -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ else -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x6); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x6); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x6); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x6); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_ActionScoHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+// halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ -+ // pstdma -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ else -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x6); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x6); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x6); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x6); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte anttype=0; -+ -+ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ anttype = pBoardInfo->antType; -+ -+ -+// halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+// btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ -+ if(anttype == 0)//ANTTYPE = 0 92E 2ant with SPDT -+ { -+ // power save state & pstdma & coex table -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if(anttype == 1) //92E 2ant with coupler and bad ant. isolation, 92E 3ant with bad ant. isolation -+ { -+ // power save state & pstdma & coex table -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if(anttype == 2)//ANTTYPE = 2, 92E 2ant with coupler and normal/good ant. isolation, 92E 3ant with normal ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 9); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 9); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 9); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ } -+ } -+ else if(anttype == 3) //ANTTYPE = 3, 92E 3ant with good ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ } -+ else //ANTTYPE = 4 for test -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ -+ -+ // power save state -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8812a2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte anttype=0; -+ BOOLEAN bApEnable=FALSE; -+ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ anttype = pBoardInfo->antType; -+ -+// halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+// btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+// anttype = 4; -+ -+ if(anttype == 0)//ANTTYPE = 0 92E 2ant with SPDT -+ { -+ -+ if((pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ -+ // power save state & pstdma & coex table -+/* -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+*/ -+ } -+ else if(anttype == 1) //92E 2ant with coupler and bad ant. isolation, 92E 3ant with bad ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); //shielding room -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ -+ } -+ else if(anttype == 2)//ANTTYPE = 2, 92E 2ant with coupler and normal/good ant. isolation, 92E 3ant with normal ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ else if(anttype == 3) //ANTTYPE = 3, 92E 3ant with good ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ } -+ else //ANTTYPE = 4 for test -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // decrease BT power -+/* -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A) // BT HIGH RSSI & shielding room -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+// halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 2); -+ else -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 2); -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x6); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x6); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x6); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x6); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte anttype=0; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ -+ -+ halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+// btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ else -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 85); -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//PAN(HS) only -+VOID -+halbtc8812a2ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ -+ // pstdma -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8812a2ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ // btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ else -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 86); -+ } -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8812a2ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ -+ halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+// btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ else -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ else -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 85); -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ else -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8812a2ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+// btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ else -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ else -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ halbtc8812a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 86); -+ } -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ else -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_ActionHidA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0; -+ -+ halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+// btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ // power save state -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 3); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ else -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // pstdma -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 2); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ else -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ else if(BTC_RSSI_LOW(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState))) -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ else -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH, btRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiBw; -+ u1Byte btThresh0=0, btThresh1=0, anttype=0; -+ -+ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ -+ anttype = pBoardInfo->antType; -+ -+ -+// halbtc8812a2ant_GetBtRssiThreshold(pBtCoexist, &btThresh0, &btThresh1); -+// btRssiState = halbtc8812a2ant_BtRssiState(3, btThresh0, btThresh1); -+ -+ wifiRssiState = halbtc8812a2ant_WifiRssiState(pBtCoexist, 0, 2, 34, 0); -+ btRssiState = halbtc8812a2ant_BtRssiState(3, 34, 42); -+ -+ if(anttype == 0)//ANTTYPE = 0 92E 2ant with SPDT -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ } -+ else if(anttype == 1) //92E 2ant with coupler and bad ant. isolation, 92E 3ant with bad ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ } -+ else if(anttype == 2)//ANTTYPE = 2, 92E 2ant with coupler and normal/good ant. isolation, 92E 3ant with normal ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, TRUE, 83); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ } -+ } -+ else if(anttype == 3) //ANTTYPE = 3, 92E 3ant with good ant. isolation -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8812a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ } -+ else //ANTTYPE = 4 for test -+ { -+ // power save state & pstdma & coex table -+ if(BTC_RSSI_HIGH(wifiRssiState) && (!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & shielding room -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else if (BTC_RSSI_HIGH(wifiRssiState)&&(!BTC_RSSI_LOW(btRssiState)) && (pCoexSta->nScanAPNum > NOISY_AP_NUM_THRESH_8812A)) -+ { //WIFI RSSI = high & BT RSSI = high & noisy enviroment -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //WIFI RSSI || BT RSSI == low -+ { -+ halbtc8812a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ halbtc8812a2ant_TdmaDurationAdjustForWifiRssiLow(pBtCoexist); -+ halbtc8812a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ } -+ -+ // decrease BT power -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+/* -+ // decrease BT power -+ if(BTC_RSSI_LOW(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if (pCoexSta->nScanAPNum < NOISY_AP_NUM_THRESH_8812A) // BT HIGH RSSI & shielding room -+ halbtc8812a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+*/ -+ // limited Rx -+ halbtc8812a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ // fw dac swing level -+ halbtc8812a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if(BTC_RSSI_HIGH(wifiRssiState)) -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8812a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8812a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8812a2ant_CoexUnder5G( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8812a2ant_CoexAllOff(pBtCoexist); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Under 5G, force set BT to ignore Wlan active!!\n")); -+ halbtc8812a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, TRUE); -+} -+//==================================================== -+VOID -+halbtc8812a2ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiUnder5G=FALSE, bBtHsOn=FALSE; -+ u1Byte btInfoOriginal=0, btRetryCnt=0; -+ u1Byte algorithm=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ if(bWifiUnder5G) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), run 5G coex setting!!<===\n")); -+ halbtc8812a2ant_CoexUnder5G(pBtCoexist); -+ return; -+ } -+ -+ -+ algorithm = halbtc8812a2ant_ActionAlgorithm(pBtCoexist); -+ if(pCoexSta->bC2hBtInquiryPage && (BT_8812A_2ANT_COEX_ALGO_PANHS!=algorithm)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8812a2ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Algorithm = %d \n", pCoexDm->curAlgorithm)); -+ -+ if(halbtc8812a2ant_IsCommonAction(pBtCoexist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ } -+ else -+ { -+ if(pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], preAlgorithm=%d, curAlgorithm=%d\n", -+ pCoexDm->preAlgorithm, pCoexDm->curAlgorithm)); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->bAutoTdmaAdjustLowRssi = FALSE; -+ } -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8812A_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8812a2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_SCO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO+HID.\n")); -+ halbtc8812a2ant_ActionScoHid(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8812a2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8812a2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP+PAN(HS).\n")); -+ halbtc8812a2ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8812a2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8812a2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8812a2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8812a2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8812a2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_HID_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN(HS).\n")); -+ halbtc8812a2ant_ActionHidA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8812A_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8812a2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = coexist All Off!!\n")); -+ halbtc8812a2ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+ -+} -+ -+VOID -+halbtc8812a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp -+ ) -+{ -+ u4Byte u4Tmp=0; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ if(bBackUp) -+ { -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+ -+ //ant sw control to BT -+ halbtc8812a2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_CPL_AUX, TRUE, FALSE); -+ -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ // PTA parameter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, 0xffff); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, 0x55555555); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, 0x55555555); -+ -+ // coex parameters -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x1); -+ -+ // enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ // disable PTA to avoid BT insn't on -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x00); -+ -+ // bt clock related -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4); -+ u1Tmp |= BIT7; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4, u1Tmp); -+ -+ // bt clock related -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7); -+ u1Tmp |= BIT1; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x7, u1Tmp); -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8812a2ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8812a2ant_ -+//============================================================ -+VOID -+EXhalbtc8812a2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8812a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8812a2ant_InitHwConfig(pBtCoexist, TRUE); -+} -+ -+VOID -+EXhalbtc8812a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8812a2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8812a2ant_PTAOffOnNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte BTstatus -+ ) -+{ -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BToff/on notify\n")); -+ DBG_871X("%s, BTstatus:%d \n", __func__, BTstatus); -+ -+ if(BTC_BT_OFF == BTstatus) -+ { -+ //PTA off -+ pBtCoexist->btInfo.bBtDisabled = TRUE; -+ halbtc8812a2ant_EnablePTA(pBtCoexist,FORCE_EXEC, FALSE); -+ -+ } -+ else -+ { -+ //PTA on -+ pBtCoexist->btInfo.bBtDisabled = FALSE; -+ halbtc8812a2ant_EnablePTA(pBtCoexist,FORCE_EXEC, TRUE); -+ } -+ -+} -+ -+ -+ -+VOID -+EXhalbtc8812a2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u2Byte u2Tmp[4]; -+ u4Byte u4Tmp[4]; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Antenna type:", \ -+ pBoardInfo->antType); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%d/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8812a2Ant, GLCoexVer8812a2Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8812A_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8812A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8812a2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Rate Mask", \ -+ pBtCoexist->btInfo.raMask); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d/%d)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, pCoexDm->bAutoTdmaAdjust, pCoexDm->bAutoTdmaAdjustLowRssi); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->curBtDecPwrLvl, pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "backup ARFR1/ARFR2/RL/AMaxTime", \ -+ pCoexDm->backupArfrCnt1, pCoexDm->backupArfrCnt2, pCoexDm->backupRetryLimit, pCoexDm->backupAmpduMaxTime); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "0x430/0x434/0x42a/0x456", \ -+ u4Tmp[0], u4Tmp[1], u2Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x ", "0x778 (W_Act)/ 0x6cc (CoTab Sel)", \ -+ u1Tmp[0], u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x8db); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xc5b); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x8db(ADC)/0xc5b[29:25](DAC)", \ -+ ((u1Tmp[0]&0x60)>>5), ((u1Tmp[1]&0x3e)>>1)); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb3); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xcb7); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xcb3/ 0xcb7", \ -+ u1Tmp[0], u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x974); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x40/ 0x4c[24:23]/ 0x974", \ -+ u1Tmp[0], ((u4Tmp[0]&0x01800000)>>23), u4Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa0a); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xc50(DIG)/0xa0a(CCK-TH)", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf48); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xf48/ 0xa5b (FA cnt-- OFDM : CCK)", \ -+ u4Tmp[0], (u1Tmp[0]<<8) + u1Tmp[1] ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8812A_2ANT == 1) -+ halbtc8812a2ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8812a2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnder5G=FALSE; -+ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ halbtc8812a2ant_CoexAllOff(pBtCoexist); -+ halbtc8812a2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_CPL_AUX, FALSE, TRUE); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS notify, force set BT to ignore Wlan active!!\n")); -+ halbtc8812a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ EXhalbtc8812a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ if(!bWifiUnder5G) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS notify, force set BT NOT to ignore Wlan active!!\n")); -+ halbtc8812a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8812a2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8812a2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &pCoexSta->nScanAPNum); -+ } -+} -+ -+VOID -+EXhalbtc8812a2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8812a2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte dataLen=5; -+ u1Byte buf[6] = {0}; -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ buf[0] = dataLen; -+ buf[1] = 0x5; // OP_Code -+ buf[2] = 0x3; // OP_Code_Length -+ buf[3] = H2C_Parameter[0]; // OP_Code_Content -+ buf[4] = H2C_Parameter[1]; -+ buf[5] = H2C_Parameter[2]; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+} -+ -+VOID -+EXhalbtc8812a2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+ -+} -+ -+VOID -+EXhalbtc8812a2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtBusy=FALSE, bLimitedDig=FALSE; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE, bWifiUnder5G=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8812A_2ANT_MAX) -+ rspSource = BT_INFO_SRC_8812A_2ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(BT_INFO_SRC_8812A_2ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if( (pCoexSta->btInfoExt & BIT1) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ EXhalbtc8812a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8812a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if( (pCoexSta->btInfoExt&BIT3) && !bWifiUnder5G) -+ { -+ // BT already ignored WlanAct -+ if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) -+ { -+ if(!pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8812a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ -+ if(pCoexSta->bUnderIps) -+ { -+ // work around for 8812a combo hw bug => when IPS, wlanAct is always high. -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS, set BT to ignore Wlan active!!\n")); -+ halbtc8812a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+ } -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8812A_2ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8812A_2ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ pCoexSta->bAclBusy = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8812A_2ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8812A_2ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8812A_2ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8812A_2ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ if(btInfo & BT_INFO_8812A_2ANT_B_ACL_BUSY) -+ pCoexSta->bAclBusy = TRUE; -+ else -+ pCoexSta->bAclBusy = FALSE; -+ -+ } -+ -+ halbtc8812a2ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ if(!(btInfo&BT_INFO_8812A_2ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8812A_2ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8812A_2ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8812A_2ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8812A_2ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8812A_2ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8812A_2ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8812A_2ANT_B_ACL_BUSY) -+ { -+ pCoexDm->btStatus = BT_8812A_2ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8812A_2ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8812A_2ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_2ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8812A_2ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bBtBusy = TRUE; -+ if(!bWifiUnder5G) -+ bLimitedDig = TRUE; -+ } -+ else -+ { -+ bBtBusy = FALSE; -+ bLimitedDig = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ pCoexDm->bLimitedDig = bLimitedDig; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ -+ halbtc8812a2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8812a2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte u1Tmp=0; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8812a2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_CPL_AUX, FALSE, TRUE); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify, force set BT to ignore Wlan active!!\n")); -+ halbtc8812a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ EXhalbtc8812a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ -+ // 0x522=0xff, pause tx -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x522, 0xff); -+ // 0x40[7:6]=2'b01, modify BT mode. -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0xc0, 0x2); -+ //PTA off. -+#ifndef CONFIG_PCI_HCI -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x0); -+#endif -+} -+ -+VOID -+EXhalbtc8812a2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8812a2Ant, GLCoexVer8812a2Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8812A_2ANT == 0) -+ halbtc8812a2ant_QueryBtInfo(pBtCoexist); -+ halbtc8812a2ant_MonitorBtCtr(pBtCoexist); -+// halbtc8812a2ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ if( halbtc8812a2ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust || -+ pCoexDm->bAutoTdmaAdjustLowRssi) -+ { -+ halbtc8812a2ant_RunCoexistMechanism(pBtCoexist); -+ } -+#endif -+} -+ -+VOID -+EXhalbtc8812a2ant_DbgControl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte opCode, -+ IN u1Byte opLen, -+ IN pu1Byte pData -+ ) -+{ -+ switch(opCode) -+ { -+ case BTC_DBG_SET_COEX_DEC_BT_PWR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set Dec BT power\n")); -+ { -+ u1Byte dataLen=4; -+ u1Byte buf[6] = {0}; -+ u1Byte decBtPwr=0, pwrLevel=0; -+ if(opLen == 2) -+ { -+ decBtPwr = pData[0]; -+ pwrLevel = pData[1]; -+ -+ buf[0] = dataLen; -+ buf[1] = 0x3; // OP_Code -+ buf[2] = 0x2; // OP_Code_Length -+ -+ buf[3] = decBtPwr; // OP_Code_Content -+ buf[4] = pwrLevel; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set Dec BT power=%d, pwrLevel=%d\n", decBtPwr, pwrLevel)); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+ } -+ } -+ break; -+ -+ case BTC_DBG_SET_COEX_BT_AFH_MAP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT AFH Map\n")); -+ { -+ u1Byte dataLen=5; -+ u1Byte buf[6] = {0}; -+ if(opLen == 3) -+ { -+ buf[0] = dataLen; -+ buf[1] = 0x5; // OP_Code -+ buf[2] = 0x3; // OP_Code_Length -+ -+ buf[3] = pData[0]; // OP_Code_Content -+ buf[4] = pData[1]; -+ buf[5] = pData[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT AFH Map = %02x %02x %02x\n", -+ pData[0], pData[1], pData[2])); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+ } -+ } -+ break; -+ -+ case BTC_DBG_SET_COEX_BT_IGNORE_WLAN_ACT: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT Ignore Wlan Active\n")); -+ { -+ u1Byte dataLen=3; -+ u1Byte buf[6] = {0}; -+ if(opLen == 1) -+ { -+ buf[0] = dataLen; -+ buf[1] = 0x1; // OP_Code -+ buf[2] = 0x1; // OP_Code_Length -+ -+ buf[3] = pData[0]; // OP_Code_Content -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set BT Ignore Wlan Active = 0x%x\n", -+ pData[0])); -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_CTRL_BT_COEX, (PVOID)&buf[0]); -+ } -+ } -+ break; -+ -+ default: -+ break; -+ } -+} -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8812a2Ant.h 2017-06-07 23:07:21.011687576 +0300 -@@ -0,0 +1,249 @@ -+//=========================================== -+// The following is for 8812A 2Ant BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8812A_2ANT 0 -+ -+#define BT_INFO_8812A_2ANT_B_FTP BIT7 -+#define BT_INFO_8812A_2ANT_B_A2DP BIT6 -+#define BT_INFO_8812A_2ANT_B_HID BIT5 -+#define BT_INFO_8812A_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8812A_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8812A_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8812A_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8812A_2ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8812A_2ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0))? TRUE:FALSE) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8812A_2ANT 2 -+#define NOISY_AP_NUM_THRESH_8812A 50 -+ -+ -+typedef enum _BT_INFO_SRC_8812A_2ANT{ -+ BT_INFO_SRC_8812A_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8812A_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8812A_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8812A_2ANT_MAX -+}BT_INFO_SRC_8812A_2ANT,*PBT_INFO_SRC_8812A_2ANT; -+ -+typedef enum _BT_8812A_2ANT_BT_STATUS{ -+ BT_8812A_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8812A_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8812A_2ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8812A_2ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8812A_2ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8812A_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8812A_2ANT_BT_STATUS_MAX -+}BT_8812A_2ANT_BT_STATUS,*PBT_8812A_2ANT_BT_STATUS; -+ -+typedef enum _BT_8812A_2ANT_COEX_ALGO{ -+ BT_8812A_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8812A_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8812A_2ANT_COEX_ALGO_SCO_HID = 0x2, -+ BT_8812A_2ANT_COEX_ALGO_HID = 0x3, -+ BT_8812A_2ANT_COEX_ALGO_A2DP = 0x4, -+ BT_8812A_2ANT_COEX_ALGO_A2DP_PANHS = 0x5, -+ BT_8812A_2ANT_COEX_ALGO_PANEDR = 0x6, -+ BT_8812A_2ANT_COEX_ALGO_PANHS = 0x7, -+ BT_8812A_2ANT_COEX_ALGO_PANEDR_A2DP = 0x8, -+ BT_8812A_2ANT_COEX_ALGO_PANEDR_HID = 0x9, -+ BT_8812A_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0xa, -+ BT_8812A_2ANT_COEX_ALGO_HID_A2DP_PANHS = 0xb, -+ BT_8812A_2ANT_COEX_ALGO_HID_A2DP = 0xc, -+ BT_8812A_2ANT_COEX_ALGO_MAX = 0xd -+}BT_8812A_2ANT_COEX_ALGO,*PBT_8812A_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8812A_2ANT{ -+ // fw mechanism -+ u1Byte preBtDecPwrLvl; -+ u1Byte curBtDecPwrLvl; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bAutoTdmaAdjustLowRssi; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ BOOLEAN bPreEnablePTA; -+ BOOLEAN bCurEnablePTA; -+ -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ u4Byte backupArfrCnt1; // Auto Rate Fallback Retry cnt -+ u4Byte backupArfrCnt2; // Auto Rate Fallback Retry cnt -+ u2Byte backupRetryLimit; -+ u1Byte backupAmpduMaxTime; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ u1Byte curRaMaskType; -+ u1Byte preArfrType; -+ u1Byte curArfrType; -+ u1Byte preRetryLimitType; -+ u1Byte curRetryLimitType; -+ u1Byte preAmpduTimeType; -+ u1Byte curAmpduTimeType; -+} COEX_DM_8812A_2ANT, *PCOEX_DM_8812A_2ANT; -+ -+typedef struct _COEX_STA_8812A_2ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ BOOLEAN bAclBusy; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ u1Byte preBtRssiState; -+ u1Byte preBtDisabled; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8812A_2ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8812A_2ANT_MAX]; -+ u4Byte prebtInfoC2hCnt_BT_RSP; -+ u4Byte prebtInfoC2hCnt_BT_SEND; -+ u4Byte btInfoQueryCnt; -+ BOOLEAN bC2hBtInquiryPage; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ u1Byte nScanAPNum; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ u1Byte nCoexTableType; -+ BOOLEAN bForceLpsOn; -+ -+ u1Byte disVerInfoCnt; -+ -+}COEX_STA_8812A_2ANT, *PCOEX_STA_8812A_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8812a2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8812a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8812a2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8812a2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8812a2ant_DbgControl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte opCode, -+ IN u1Byte opLen, -+ IN pu1Byte pData -+ ); -+VOID -+EXhalbtc8812a2ant_PTAOffOnNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte BTstatus -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.c 2017-06-07 23:07:21.011687576 +0300 -@@ -0,0 +1,3433 @@ -+//============================================================ -+// Description: -+// -+// This file is for 8821A_1ANT Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8821a1Ant.tmh" -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8821A_1ANT GLCoexDm8821a1Ant; -+static PCOEX_DM_8821A_1ANT pCoexDm=&GLCoexDm8821a1Ant; -+static COEX_STA_8821A_1ANT GLCoexSta8821a1Ant; -+static PCOEX_STA_8821A_1ANT pCoexSta=&GLCoexSta8821a1Ant; -+ -+const char *const GLBtInfoSrc8821a1Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8821a1Ant=20140306; -+u4Byte GLCoexVer8821a1Ant=0x4b; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8821a1ant_ -+//============================================================ -+u1Byte -+halbtc8821a1ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8821a1ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8821a1ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+VOID -+halbtc8821a1ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+VOID -+halbtc8821a1ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+VOID -+halbtc8821a1ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8821a1ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType -+ ) -+{ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ halbtc8821a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); -+ break; -+ case 1: // disable cck 1/2 -+ halbtc8821a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003); -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ halbtc8821a1ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7); -+ break; -+ default: -+ break; -+ } -+ -+ halbtc8821a1ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8821a1ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8821a1ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+} -+ -+VOID -+halbtc8821a1ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+ -+ -+} -+ -+VOID -+halbtc8821a1ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp, u1Tmp1; -+ s4Byte wifiRssi; -+#if 0 -+ //to avoid 0x76e[3] = 1 (WLAN_Act control by PTA) during IPS -+ if (! (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) & 0x8) ) -+ { -+ pCoexSta->highPriorityTx = 65535; -+ pCoexSta->highPriorityRx = 65535; -+ pCoexSta->lowPriorityTx = 65535; -+ pCoexSta->lowPriorityRx = 65535; -+ return; -+ } -+#endif -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8821a1ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+BOOLEAN -+halbtc8821a1ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8821a1ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+ -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8821a1ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8821A_1ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO only\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID only\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP only\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(HS) only\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = PAN(EDR) only\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(HS)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + PAN(EDR)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(HS)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + PAN(EDR)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = A2DP + PAN(EDR)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! BT Profile = SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Profile = SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8821A_1ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8821a1ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a1ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8821a1ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8821a1ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!") )); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a1ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8821a1ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8821a1ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8821a1ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8821a1ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8821a1ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** CoexTable(%d) **********\n", type)); -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x5a5a5a5a, 0xaaaa5a5a, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0xaaaa5a5a, 0xffffff, 0x3); -+ break; -+ case 7: -+ halbtc8821a1ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8821a1ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a1ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8821a1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8821a1ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ u1Byte realByte1=byte1, realByte5=byte5; -+ BOOLEAN bApEnable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ -+ if(bApEnable) -+ { -+ if(byte1&BIT4 && !(byte1&BIT5)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW for 1Ant AP mode\n")); -+ realByte1 &= ~BIT4; -+ realByte1 |= BIT5; -+ -+ realByte5 |= BIT5; -+ realByte5 &= ~BIT6; -+ } -+ } -+ -+ H2C_Parameter[0] = realByte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = realByte5; -+ -+ pCoexDm->psTdmaPara[0] = realByte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = realByte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], PS-TDMA H2C cmd =0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a1ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8821a1ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8821a1ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8821a1ant_SwMechanism( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRA -+ ) -+{ -+ halbtc8821a1ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8821a1ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte fwVer=0, u4Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ if(bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &=~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ //0x765 = 0x18 -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x765, 0x18, 0x3); -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ //tell firmware "antenna inverse" ==> WRONG firmware antenna control code.==>need fw to fix -+ H2C_Parameter[0] = 1; -+ H2C_Parameter[1] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ -+ //pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x1); //Main Ant to BT for IPS case 0x4c[23]=1 -+ } -+ else -+ { -+ //tell firmware "no antenna inverse" ==> WRONG firmware antenna control code.==>need fw to fix -+ H2C_Parameter[0] = 0; -+ H2C_Parameter[1] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ -+ //pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x64, 0x1, 0x0); //Aux Ant to BT for IPS case 0x4c[23]=1 -+ } -+ } -+ else if(bWifiOff) -+ { -+ // 0x4c[24:23]=00, Set Antenna control by BT_RFE_CTRL BT Vendor 0xac=0xf002 -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &= ~BIT23; -+ u4Tmp &= ~BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ //0x765 = 0x18 -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x765, 0x18, 0x3); -+ } -+ else -+ { -+ //0x765 = 0x0 -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x765, 0x18, 0x0); -+ } -+ -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_PATH_WIFI: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb4, 0x77); -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2); -+ break; -+ case BTC_ANT_PATH_BT: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb4, 0x77); -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1); -+ break; -+ default: -+ case BTC_ANT_PATH_PTA: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb4, 0x66); -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1); -+ else -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2); -+ break; -+ } -+} -+ -+VOID -+halbtc8821a1ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ BOOLEAN bTurnOnByCnt=FALSE; -+ u1Byte psTdmaTypeByCnt=0, rssiAdjustVal=0; -+ //u4Byte fwVer=0; -+ -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if (pCoexDm->bCurPsTdmaOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(off, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ default: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1a, 0x1a, 0x0, 0x50); -+ break; -+ case 1: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x3a, 0x03, 0x10, 0x50); -+ rssiAdjustVal = 11; -+ break; -+ case 2: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x2b, 0x03, 0x10, 0x50); -+ rssiAdjustVal = 14; -+ break; -+ case 3: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x1d, 0x1d, 0x0, 0x52); -+ break; -+ case 4: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x14, 0x0); -+ rssiAdjustVal = 17; -+ break; -+ case 5: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x15, 0x3, 0x11, 0x10); -+ break; -+ case 6: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x20, 0x3, 0x11, 0x13); -+ break; -+ case 7: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xc, 0x5, 0x0, 0x0); -+ break; -+ case 8: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ break; -+ case 9: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x21, 0x3, 0x10, 0x50); -+ rssiAdjustVal = 18; -+ break; -+ case 10: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0xa, 0x0, 0x40); -+ break; -+ case 11: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x15, 0x03, 0x10, 0x50); -+ rssiAdjustVal = 20; -+ break; -+ case 12: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x0a, 0x0a, 0x0, 0x50); -+ break; -+ case 13: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x12, 0x12, 0x0, 0x50); -+ break; -+ case 14: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x21, 0x3, 0x10, 0x52); -+ break; -+ case 15: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x13, 0xa, 0x3, 0x8, 0x0); -+ break; -+ case 16: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x15, 0x3, 0x10, 0x0); -+ rssiAdjustVal = 18; -+ break; -+ case 18: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x93, 0x25, 0x3, 0x10, 0x0); -+ rssiAdjustVal = 14; -+ break; -+ case 20: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x35, 0x03, 0x11, 0x10); -+ break; -+ case 21: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x11); -+ break; -+ case 22: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x25, 0x03, 0x11, 0x10); -+ break; -+ case 23: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x18); -+ rssiAdjustVal = 22; -+ break; -+ case 24: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x3, 0x31, 0x18); -+ rssiAdjustVal = 22; -+ break; -+ case 25: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ rssiAdjustVal = 22; -+ break; -+ case 26: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0x3, 0x31, 0x18); -+ rssiAdjustVal = 22; -+ break; -+ case 27: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x3, 0x31, 0x98); -+ rssiAdjustVal = 22; -+ break; -+ case 28: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x69, 0x25, 0x3, 0x31, 0x0); -+ break; -+ case 29: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xab, 0x1a, 0x1a, 0x1, 0x10); -+ break; -+ case 30: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x51, 0x30, 0x3, 0x10, 0x10); -+ break; -+ case 31: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1a, 0x1a, 0, 0x58); -+ break; -+ case 32: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x61, 0x35, 0x3, 0x11, 0x11); -+ break; -+ case 33: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xa3, 0x25, 0x3, 0x30, 0x90); -+ break; -+ case 34: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x53, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 35: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x63, 0x1a, 0x1a, 0x0, 0x10); -+ break; -+ case 36: -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0xd3, 0x12, 0x3, 0x14, 0x50); -+ break; -+ case 40: // SoftAP only with no sta associated,BT disable ,TDMA mode for power saving -+ /* here softap mode screen off will cost 70-80mA for phone */ -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x23, 0x18, 0x00, 0x10, 0x24); -+ break; -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(type) -+ { -+ case 8: //PTA Control -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x8, 0x0, 0x0, 0x0, 0x0); -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, FALSE, FALSE); -+ break; -+ case 0: -+ default: //Software control, Antenna at BT side -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, FALSE); -+ break; -+ case 9: //Software control, Antenna at WiFi side -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x0, 0x0); -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_WIFI, FALSE, FALSE); -+ break; -+ case 10: // under 5G -+ halbtc8821a1ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x8, 0x0); -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, FALSE); -+ break; -+ } -+ } -+ rssiAdjustVal =0; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, &rssiAdjustVal); -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8821a1ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // sw all off -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ // hw all off -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+BOOLEAN -+halbtc8821a1ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected && -+ BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT non connected-idle!!\n")); -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT connected-idle!!\n")); -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE != pCoexDm->btStatus) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non connected-idle + BT Busy!!\n")); -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if (bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ } -+ -+ bCommon = FALSE; -+ } -+ -+ return bCommon; -+} -+ -+ -+VOID -+halbtc8821a1ant_TdmaDurationAdjustForAcl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0, btInfoExt; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjustForAcl()\n")); -+ -+ if( (BT_8821A_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN == wifiStatus) || -+ (BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SCAN == wifiStatus) || -+ (BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT == wifiStatus) ) -+ { -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 3 && -+ pCoexDm->curPsTdma != 9 ) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ return; -+ } -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ btInfoExt = pCoexSta->btInfoExt; -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ if(result == -1) -+ { -+ if( (BT_INFO_8821A_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ else if(result == 1) -+ { -+ if( (BT_INFO_8821A_1ANT_A2DP_BASIC_RATE(btInfoExt)) && -+ ((pCoexDm->curPsTdma == 1) ||(pCoexDm->curPsTdma == 2)) ) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ } -+ else //no change -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ********** TDMA(on, %d) **********\n", -+ pCoexDm->curPsTdma)); -+ } -+ -+ if( pCoexDm->curPsTdma != 1 && -+ pCoexDm->curPsTdma != 2 && -+ pCoexDm->curPsTdma != 9 && -+ pCoexDm->curPsTdma != 11 ) -+ { -+ // recover to previous adjust type -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ } -+} -+ -+VOID -+halbtc8821a1ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8821a1ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8821a1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8821a1ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8821a1ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8821a1ant_CoexUnder5G( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8821a1ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, TRUE); -+ -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 10); -+ -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ -+ halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 5); -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiOnly( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 9); -+} -+ -+VOID -+halbtc8821a1ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ halbtc8821a1ant_ActionWifiOnly(pBtCoexist); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ } -+ } -+} -+ -+//============================================= -+// -+// Software Coex Mechanism start -+// -+//============================================= -+ -+// SCO only or SCO+PAN(HS) -+VOID -+halbtc8821a1ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+VOID -+halbtc8821a1ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8821a1ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8821a1ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8821a1ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(HS) only -+VOID -+halbtc8821a1ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8821a1ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+} -+ -+VOID -+halbtc8821a1ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8821a1ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+VOID -+halbtc8821a1ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_SwMechanism(pBtCoexist, TRUE); -+} -+ -+//============================================= -+// -+// Non-Software Coex Mechanism start -+// -+//============================================= -+VOID -+halbtc8821a1ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8821a1ant_ActionHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+} -+ -+VOID -+halbtc8821a1ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bApEnable=FALSE, bWifiBusy=FALSE, bBtBusy=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ if((!bWifiConnected) && (!pCoexSta->bWiFiIsHighPriTask)) -+ { -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist)) -+ { -+ // SCO/HID/A2DP busy -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if ((pBtLinkInfo->bPanExist) || (bWifiBusy)) -+ { -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+} -+ -+VOID -+halbtc8821a1ant_ActionBtScoHidOnlyBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ // tdma and coex table -+ -+ if(pBtLinkInfo->bScoExist) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else //HID -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 5); -+ } -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiConnectedBtAclBusy( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte wifiStatus -+ ) -+{ -+ u1Byte btRssiState; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ btRssiState = halbtc8821a1ant_BtRssiState(2, 28, 0); -+ -+ if(pBtLinkInfo->bHidOnly) //HID -+ { -+ halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, wifiStatus); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ return; -+ } -+ else if(pBtLinkInfo->bA2dpOnly) //A2DP -+ { -+ if(BT_8821A_1ANT_WIFI_STATUS_CONNECTED_IDLE == wifiStatus) -+ { -+ //halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ //halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a1ant_TdmaDurationAdjustForAcl(pBtCoexist, wifiStatus); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ } -+ else //for low BT RSSI -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ } -+ else if(pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist) //HID+A2DP -+ { -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else //for low BT RSSI -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 6); -+ } -+ else if( (pBtLinkInfo->bPanOnly) || (pBtLinkInfo->bHidExist&&pBtLinkInfo->bPanExist) ) //PAN(OPP,FTP), HID+PAN(OPP,FTP) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 6); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else if ( ((pBtLinkInfo->bA2dpExist) && (pBtLinkInfo->bPanExist)) || -+ (pBtLinkInfo->bHidExist&&pBtLinkInfo->bA2dpExist&&pBtLinkInfo->bPanExist) ) //A2DP+PAN(OPP,FTP), HID+A2DP+PAN(OPP,FTP) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiNotConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // power save state -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ halbtc8821a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiNotConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ //halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ -+ //Bryant Add -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiNotConnectedAssoAuth( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if( (pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) ) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if( (pBtLinkInfo->bA2dpExist) || (pBtLinkInfo->bPanExist) ) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiConnectedScan( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ if (pBtLinkInfo->bA2dpExist) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if (pBtLinkInfo->bA2dpExist && pBtLinkInfo->bPanExist) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ } -+ else if( (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SCAN); -+ } -+ else -+ { -+ //halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ //halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 1); -+ -+ //Bryant Add -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiConnectedSpecialPacket( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if((pBtLinkInfo->bScoExist) || (pBtLinkInfo->bHidExist) || (pBtLinkInfo->bA2dpExist)) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 32); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 20); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 4); -+ } -+ else -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+} -+ -+VOID -+halbtc8821a1ant_ActionWifiConnected( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiBusy=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ BOOLEAN bUnder4way=FALSE, bApEnable=FALSE; -+ u4Byte wifiBw; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect()===>\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ if(bUnder4way) -+ { -+ halbtc8821a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under 4way<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ if(bScan || bLink || bRoam) -+ { -+ if(bScan) -+ halbtc8821a1ant_ActionWifiConnectedScan(pBtCoexist); -+ else -+ halbtc8821a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexForWifiConnect(), return for wifi is under scan<===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_AP_MODE_ENABLE, &bApEnable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ // power save state -+ if(!bApEnable && BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus && !pBtCoexist->btLinkInfo.bHidOnly) -+ { -+ if(!bWifiBusy && pBtCoexist->btLinkInfo.bA2dpOnly) //A2DP -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ else -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ // tdma and coex table -+ if(!bWifiBusy) -+ { -+ if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8821a1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else if( (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_IDLE); -+ } -+ else -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ } -+ else -+ { -+ if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) -+ { -+ halbtc8821a1ant_ActionWifiConnectedBtAclBusy(pBtCoexist, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else if( (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ halbtc8821a1ant_ActionBtScoHidOnlyBusy(pBtCoexist, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_BUSY); -+ } -+ else -+ { -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ } -+} -+ -+VOID -+halbtc8821a1ant_RunSwCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte algorithm=0; -+ -+ algorithm = halbtc8821a1ant_ActionAlgorithm(pBtCoexist); -+ pCoexDm->curAlgorithm = algorithm; -+ -+ if(halbtc8821a1ant_IsCommonAction(pBtCoexist)) -+ { -+ -+ } -+ else -+ { -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8821A_1ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = SCO.\n")); -+ halbtc8821a1ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID.\n")); -+ halbtc8821a1ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP.\n")); -+ halbtc8821a1ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = A2DP+PAN(HS).\n")); -+ halbtc8821a1ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR).\n")); -+ halbtc8821a1ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HS mode.\n")); -+ halbtc8821a1ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN+A2DP.\n")); -+ halbtc8821a1ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = PAN(EDR)+HID.\n")); -+ halbtc8821a1ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP+PAN.\n")); -+ halbtc8821a1ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8821A_1ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = HID+A2DP.\n")); -+ halbtc8821a1ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action algorithm = coexist All Off!!\n")); -+ //halbtc8821a1ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8821a1ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bIncreaseScanDevNum=FALSE; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bWifiUnder5G=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ if(pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Stop Coex DM <===\n")); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ if(bWifiUnder5G) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for 5G <===\n")); -+ halbtc8821a1ant_CoexUnder5G(pBtCoexist); -+ return; -+ } -+ -+ if( (BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bIncreaseScanDevNum = TRUE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_INC_SCAN_DEV_NUM, &bIncreaseScanDevNum); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8821a1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ if(!pBtLinkInfo->bScoExist && !pBtLinkInfo->bHidExist) -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ } -+ else -+ { -+ if(bWifiConnected) -+ { -+ wifiRssiState = halbtc8821a1ant_WifiRssiState(pBtCoexist, 1, 2, 30, 0); -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 1, 1); -+ } -+ else -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 1, 1, 1, 1); -+ } -+ } -+ else -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ } -+ -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ { -+ bBtCtrlAggBufSize = TRUE; -+ aggBufSize = 0x3; -+ } -+ else if(pBtLinkInfo->bHidExist) -+ { -+ bBtCtrlAggBufSize = TRUE; -+ aggBufSize = 0x5; -+ } -+ else if(pBtLinkInfo->bA2dpExist || pBtLinkInfo->bPanExist) -+ { -+ bBtCtrlAggBufSize = TRUE; -+ aggBufSize = 0x8; -+ } -+ halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ -+ halbtc8821a1ant_RunSwCoexistMechanism(pBtCoexist); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8821a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8821a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ -+ if(!bWifiConnected) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is non connected-idle !!!\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ if (bScan) -+ halbtc8821a1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ else -+ halbtc8821a1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else -+ halbtc8821a1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else // wifi LPS/Busy -+ { -+ halbtc8821a1ant_ActionWifiConnected(pBtCoexist); -+ } -+} -+ -+VOID -+halbtc8821a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ // sw all off -+ halbtc8821a1ant_SwMechanism(pBtCoexist, FALSE); -+ -+ //halbtc8821a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+} -+ -+VOID -+halbtc8821a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ BOOLEAN bWifiUnder5G=FALSE; -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 1Ant Init HW Config!!\n")); -+ -+ if(bWifiOnly) -+ return; -+ -+ if(bBackUp) -+ { -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ } -+ -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ -+ //Antenna config -+ if(bWifiUnder5G) -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, TRUE, FALSE); -+ else -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_PTA, TRUE, FALSE); -+ -+ // PTA parameter -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ // Enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); //0x76e[3] =1, WLAN_Act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8821a1ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8821a1ant_ -+//============================================================ -+VOID -+EXhalbtc8821a1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8821a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8821a1ant_InitHwConfig(pBtCoexist, TRUE, bWifiOnly); -+} -+ -+VOID -+EXhalbtc8821a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ pBtCoexist->bStopCoexDm = FALSE; -+ -+ halbtc8821a1ant_InitCoexDm(pBtCoexist); -+ -+ halbtc8821a1ant_QueryBtInfo(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8821a1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u2Byte u2Tmp[4]; -+ u4Byte u4Tmp[4]; -+ u4Byte faOfdm, faCck; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ if(pBtCoexist->bStopCoexDm) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Coex is STOPPED]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "Ant PG Num/ Ant Mech/ Ant Pos:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8821a1Ant, GLCoexVer8821a1Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8821a1Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ if(!pBtCoexist->bManualControl) -+ { -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "SM[LowPenaltyRA]", \ -+ pCoexDm->bCurLowPenaltyRa); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %d ", "DelBA/ BtCtrlAgg/ AggSize", \ -+ (pBtCoexist->btInfo.bRejectAggPkt? "Yes":"No"), (pBtCoexist->btInfo.bBtCtrlAggBufSize? "Yes":"No"), -+ pBtCoexist->btInfo.aggBufSize); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Rate Mask", \ -+ pBtCoexist->btInfo.raMask); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, pCoexDm->bAutoTdmaAdjust); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d ", "IgnWlanAct", \ -+ pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x ", "Latest error condition(should be 0)", \ -+ pCoexDm->errorCondition); -+ CL_PRINTF(cliBuf); -+ } -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "backup ARFR1/ARFR2/RL/AMaxTime", \ -+ pCoexDm->backupArfrCnt1, pCoexDm->backupArfrCnt2, pCoexDm->backupRetryLimit, pCoexDm->backupAmpduMaxTime); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/0x%x/0x%x/0x%x", "0x430/0x434/0x42a/0x456", \ -+ u4Tmp[0], u4Tmp[1], u2Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc58); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x778/ 0xc58[29:25]", \ -+ u1Tmp[0], (u4Tmp[0]&0x3e000000) >> 25); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x8db); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8db[6:5]", \ -+ ((u1Tmp[0]&0x60)>>5)); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x975); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcb4); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0xcb4[29:28]/0xcb4[7:0]/0x974[9:8]", \ -+ (u4Tmp[0]&0x30000000)>>28, u4Tmp[0]&0xff, u1Tmp[0]& 0x3); -+ CL_PRINTF(cliBuf); -+ -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x40/0x4c[24:23]/0x64[0]", \ -+ u1Tmp[0], ((u4Tmp[0]&0x01800000)>>23), u1Tmp[1]&0x1); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0xc50(dig)", \ -+ u4Tmp[0]&0xff); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf48); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5d); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "OFDM-FA/ CCK-FA", \ -+ u4Tmp[0], (u1Tmp[0]<<8) + u1Tmp[1] ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8821A_1ANT == 1) -+ halbtc8821a1ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8821a1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u4Byte u4Tmp=0; -+ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ //halbtc8821a1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_NORMAL_OFF); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ -+ halbtc8821a1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8821a1ant_InitCoexDm(pBtCoexist); -+ halbtc8821a1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8821a1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(pBtCoexist->bManualControl || pBtCoexist->bStopCoexDm) -+ return; -+ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8821a1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm ) -+ return; -+ -+ if(BTC_SCAN_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ -+ halbtc8821a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 8); //Force antenna setup for no scan result issue -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+ -+ if(pBtCoexist->btInfo.bBtDisabled) -+ return; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ halbtc8821a1ant_QueryBtInfo(pBtCoexist); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8821a1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8821a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8821a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_SCAN_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8821a1ant_ActionWifiNotConnectedScan(pBtCoexist); -+ } -+ else // wifi is connected -+ { -+ halbtc8821a1ant_ActionWifiConnectedScan(pBtCoexist); -+ } -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8821a1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8821a1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8821a1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8821a1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8821a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8821a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ halbtc8821a1ant_ActionWifiNotConnectedAssoAuth(pBtCoexist); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(!bWifiConnected) // non-connected scan -+ { -+ halbtc8821a1ant_ActionWifiNotConnected(pBtCoexist); -+ } -+ else -+ { -+ halbtc8821a1ant_ActionWifiConnected(pBtCoexist); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8821a1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ pCoexDm->nArpCnt = 0; -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ //H2C_Parameter[0] = 0x1; -+ H2C_Parameter[0] = 0x0; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+VOID -+EXhalbtc8821a1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bBtHsOn=FALSE; -+ u4Byte wifiLinkStatus=0; -+ u4Byte numOfWifiLink=0; -+ BOOLEAN bBtCtrlAggBufSize=FALSE; -+ u1Byte aggBufSize=5; -+ -+ if(pBtCoexist->bManualControl || -+ pBtCoexist->bStopCoexDm || -+ pBtCoexist->btInfo.bBtDisabled ) -+ return; -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ BTC_PACKET_ARP == type ) -+ { -+ pCoexSta->bWiFiIsHighPriTask = TRUE; -+ -+ if(BTC_PACKET_ARP == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet ARP notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet DHCP or EAPOL notify\n")); -+ } -+ } -+ else -+ { -+ pCoexSta->bWiFiIsHighPriTask = FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet [Type = %d] notify\n", type)); -+ } -+ -+ pCoexSta->specialPktPeriodCnt = 0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ if(numOfWifiLink >= 2) -+ { -+ halbtc8821a1ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0); -+ halbtc8821a1ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, bBtCtrlAggBufSize, aggBufSize); -+ halbtc8821a1ant_ActionWifiMultiPort(pBtCoexist); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ if(pCoexSta->bC2hBtInquiryPage) -+ { -+ halbtc8821a1ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else if(bBtHsOn) -+ { -+ halbtc8821a1ant_ActionHs(pBtCoexist); -+ return; -+ } -+ -+ if( BTC_PACKET_DHCP == type || -+ BTC_PACKET_EAPOL == type || -+ BTC_PACKET_ARP == type ) -+ { -+ //RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], special Packet(%d) notify\n", type)); -+ if(BTC_PACKET_ARP == type) -+ { -+ pCoexDm->nArpCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ARP Packet Count = %d\n", pCoexDm->nArpCnt)); -+ if(pCoexDm->nArpCnt >= 10) // if APR PKT > 10 after connect, do not go to ActionWifiConnectedSpecialPacket(pBtCoexist) -+ return; -+ } -+ -+ halbtc8821a1ant_ActionWifiConnectedSpecialPacket(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8821a1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bBtBusy=FALSE; -+ BOOLEAN bWifiUnder5G=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8821A_1ANT_MAX) -+ rspSource = BT_INFO_SRC_8821A_1ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(BT_INFO_SRC_8821A_1ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ if (pCoexSta->btInfoC2h[rspSource][2]&0x20) -+ pCoexSta->bC2hBtPage = TRUE; -+ else -+ pCoexSta->bC2hBtPage = FALSE; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ if(!pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x15 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x15\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); -+ } -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if(pCoexSta->btInfoExt & BIT1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(bWifiConnected) -+ { -+ EXhalbtc8821a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8821a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ if( (pCoexSta->btInfoExt & BIT3) && !bWifiUnder5G) -+ { -+ if(!pBtCoexist->bManualControl && !pBtCoexist->bStopCoexDm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8821a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ } -+#if(BT_AUTO_REPORT_ONLY_8821A_1ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8821a1ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8821A_1ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8821A_1ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8821A_1ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8821A_1ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8821A_1ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8821A_1ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ } -+ -+ halbtc8821a1ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ btInfo = btInfo & 0x1f; //mask profile bit for connect-ilde identification ( for CSR case: A2DP idle --> 0x41) -+ -+ if(!(btInfo&BT_INFO_8821A_1ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8821A_1ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8821A_1ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8821A_1ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8821A_1ANT_B_ACL_BUSY) -+ { -+ if(BT_8821A_1ANT_BT_STATUS_ACL_BUSY != pCoexDm->btStatus) -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8821A_1ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8821A_1ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ bBtBusy = TRUE; -+ else -+ bBtBusy = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ halbtc8821a1ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8821a1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a1ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 0); -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ //halbtc8821a1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_NORMAL_OFF); -+ -+ halbtc8821a1ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8821a1ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+} -+ -+VOID -+EXhalbtc8821a1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ -+ halbtc8821a1ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a1ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8821a1ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ halbtc8821a1ant_SetAntPath(pBtCoexist, BTC_ANT_PATH_BT, FALSE, TRUE); -+ //halbtc8821a1ant_SetAntPathDCut(pBtCoexist, FALSE, FALSE, FALSE, BTC_ANT_PATH_BT, BTC_WIFI_STAT_NORMAL_OFF); -+ -+ pBtCoexist->bStopCoexDm = TRUE; -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ pBtCoexist->bStopCoexDm = FALSE; -+ halbtc8821a1ant_InitHwConfig(pBtCoexist, FALSE, FALSE); -+ halbtc8821a1ant_InitCoexDm(pBtCoexist); -+ halbtc8821a1ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8821a1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8821a1Ant, GLCoexVer8821a1Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8821A_1ANT == 0) -+ halbtc8821a1ant_QueryBtInfo(pBtCoexist); -+ halbtc8821a1ant_MonitorBtCtr(pBtCoexist); -+ halbtc8821a1ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ if( halbtc8821a1ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust ) -+ { -+ //if(pCoexSta->specialPktPeriodCnt > 2) -+ //{ -+ halbtc8821a1ant_RunCoexistMechanism(pBtCoexist); -+ //} -+ } -+ -+ pCoexSta->specialPktPeriodCnt++; -+#endif -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a1Ant.h 2017-06-07 23:07:21.011687576 +0300 -@@ -0,0 +1,213 @@ -+//=========================================== -+// The following is for 8821A 1ANT BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8821A_1ANT 1 -+ -+#define BT_INFO_8821A_1ANT_B_FTP BIT7 -+#define BT_INFO_8821A_1ANT_B_A2DP BIT6 -+#define BT_INFO_8821A_1ANT_B_HID BIT5 -+#define BT_INFO_8821A_1ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8821A_1ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8821A_1ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8821A_1ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8821A_1ANT_B_CONNECTION BIT0 -+ -+#define BT_INFO_8821A_1ANT_A2DP_BASIC_RATE(_BT_INFO_EXT_) \ -+ (((_BT_INFO_EXT_&BIT0))? TRUE:FALSE) -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8821A_1ANT 2 -+ -+typedef enum _BT_INFO_SRC_8821A_1ANT{ -+ BT_INFO_SRC_8821A_1ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8821A_1ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8821A_1ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8821A_1ANT_MAX -+}BT_INFO_SRC_8821A_1ANT,*PBT_INFO_SRC_8821A_1ANT; -+ -+typedef enum _BT_8821A_1ANT_BT_STATUS{ -+ BT_8821A_1ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8821A_1ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8821A_1ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8821A_1ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8821A_1ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8821A_1ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8821A_1ANT_BT_STATUS_MAX -+}BT_8821A_1ANT_BT_STATUS,*PBT_8821A_1ANT_BT_STATUS; -+ -+typedef enum _BT_8821A_1ANT_WIFI_STATUS{ -+ BT_8821A_1ANT_WIFI_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8821A_1ANT_WIFI_STATUS_NON_CONNECTED_ASSO_AUTH_SCAN = 0x1, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SCAN = 0x2, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_SPECIAL_PKT = 0x3, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_IDLE = 0x4, -+ BT_8821A_1ANT_WIFI_STATUS_CONNECTED_BUSY = 0x5, -+ BT_8821A_1ANT_WIFI_STATUS_MAX -+}BT_8821A_1ANT_WIFI_STATUS,*PBT_8821A_1ANT_WIFI_STATUS; -+ -+typedef enum _BT_8821A_1ANT_COEX_ALGO{ -+ BT_8821A_1ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8821A_1ANT_COEX_ALGO_SCO = 0x1, -+ BT_8821A_1ANT_COEX_ALGO_HID = 0x2, -+ BT_8821A_1ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8821A_1ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8821A_1ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8821A_1ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8821A_1ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8821A_1ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8821A_1ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8821A_1ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8821A_1ANT_COEX_ALGO_MAX = 0xb, -+}BT_8821A_1ANT_COEX_ALGO,*PBT_8821A_1ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8821A_1ANT{ -+ // fw mechanism -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+ -+ // sw mechanism -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ -+ u4Byte backupArfrCnt1; // Auto Rate Fallback Retry cnt -+ u4Byte backupArfrCnt2; // Auto Rate Fallback Retry cnt -+ u2Byte backupRetryLimit; -+ u1Byte backupAmpduMaxTime; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ u1Byte preArfrType; -+ u1Byte curArfrType; -+ u1Byte preRetryLimitType; -+ u1Byte curRetryLimitType; -+ u1Byte preAmpduTimeType; -+ u1Byte curAmpduTimeType; -+ u4Byte nArpCnt; -+ -+ u1Byte errorCondition; -+} COEX_DM_8821A_1ANT, *PCOEX_DM_8821A_1ANT; -+ -+typedef struct _COEX_STA_8821A_1ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte specialPktPeriodCnt; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8821A_1ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8821A_1ANT_MAX]; -+ BOOLEAN bC2hBtInquiryPage; -+ BOOLEAN bC2hBtPage; //Add for win8.1 page out issue -+ BOOLEAN bWiFiIsHighPriTask; //Add for win8.1 page out issue -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+}COEX_STA_8821A_1ANT, *PCOEX_STA_8821A_1ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8821a1ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a1ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8821a1ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a1ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a1ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a1ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a1ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a1ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a1ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a1ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8821a1ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a1ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8821a1ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a1ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.c 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,4852 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8821A Co-exist mechanism -+// -+// History -+// 2012/11/15 Cosa first check in. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtc8821a2Ant.tmh" -+#endif -+ -+#if (RTL8821A_SUPPORT == 1) -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8821A_2ANT GLCoexDm8821a2Ant; -+static PCOEX_DM_8821A_2ANT pCoexDm=&GLCoexDm8821a2Ant; -+static COEX_STA_8821A_2ANT GLCoexSta8821a2Ant; -+static PCOEX_STA_8821A_2ANT pCoexSta=&GLCoexSta8821a2Ant; -+ -+const char *const GLBtInfoSrc8821a2Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8821a2Ant=20150706; -+u4Byte GLCoexVer8821a2Ant=0x57; -+//modify 20140903v43 a2dpandhid tdmaonoff a2dp glitch _ tdma off 778=3(case1)->778=1(case0) -+//and to improve tp while a2dphid case23->case25 , case123->case125 for asus spec -+//and modify for asus bt WHQL test _ tdma off_ 778=3->1_ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8821a2ant_ -+//============================================================ -+u1Byte -+halbtc8821a2ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8821a2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8821a2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+} -+ -+VOID -+halbtc8821a2ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ if ( (pCoexSta->lowPriorityRx >= 950) && (pCoexSta->lowPriorityRx >= pCoexSta->lowPriorityTx) && (!pCoexSta->bUnderIps) ) -+ { -+ pBtLinkInfo->bSlaveRole = TRUE; -+ } -+ else -+ { -+ pBtLinkInfo->bSlaveRole = FALSE; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+} -+ -+VOID -+halbtc8821a2ant_MonitorWiFiCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte u4Tmp; -+ u2Byte u2Tmp[3]; -+ s4Byte wifiRssi=0; -+ BOOLEAN bWifiBusy = FALSE, bWifiUnderBMode = FALSE; -+ static u1Byte nCCKLockCounter = 0; -+ -+ -+ if (pCoexSta->bUnderIps) -+ { -+ pCoexSta->nCRCOK_CCK = 0; -+ pCoexSta->nCRCOK_11g = 0; -+ pCoexSta->nCRCOK_11n = 0; -+ pCoexSta->nCRCOK_11nAgg = 0; -+ -+ pCoexSta->nCRCErr_CCK = 0; -+ pCoexSta->nCRCErr_11g = 0; -+ pCoexSta->nCRCErr_11n = 0; -+ pCoexSta->nCRCErr_11nAgg = 0; -+ } -+ else -+ { -+ pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); -+ pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); -+ pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); -+ pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); -+ -+ pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); -+ pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); -+ pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); -+ pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); -+ } -+ -+ //reset counter -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x1); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xf16, 0x1, 0x0); -+} -+ -+VOID -+halbtc8821a2ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+BOOLEAN -+halbtc8821a2ant_IsWifiStatusChanged( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreWifiBusy=FALSE, bPreUnder4way=FALSE, bPreBtHsOn=FALSE; -+ BOOLEAN bWifiBusy=FALSE, bUnder4way=FALSE, bBtHsOn=FALSE; -+ BOOLEAN bWifiConnected=FALSE; -+ u1Byte wifiRssiState=BTC_RSSI_STATE_HIGH; -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_4_WAY_PROGRESS, &bUnder4way); -+ -+ if(bWifiConnected) -+ { -+ if(bWifiBusy != bPreWifiBusy) -+ { -+ bPreWifiBusy = bWifiBusy; -+ return TRUE; -+ } -+ if(bUnder4way != bPreUnder4way) -+ { -+ bPreUnder4way = bUnder4way; -+ return TRUE; -+ } -+ if(bBtHsOn != bPreBtHsOn) -+ { -+ bPreBtHsOn = bBtHsOn; -+ return TRUE; -+ } -+ -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist,3, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ -+ if ( (BTC_RSSI_STATE_HIGH ==wifiRssiState ) || (BTC_RSSI_STATE_LOW ==wifiRssiState )) -+ { -+ return TRUE; -+ } -+ -+ } -+ -+ return FALSE; -+} -+ -+VOID -+halbtc8821a2ant_UpdateBtLinkInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ -+#if(BT_AUTO_REPORT_ONLY_8821A_2ANT == 1) // profile from bt patch -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ pBtLinkInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pCoexSta->bScoExist; -+ pBtLinkInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ pBtLinkInfo->bPanExist = pCoexSta->bPanExist; -+ pBtLinkInfo->bHidExist = pCoexSta->bHidExist; -+ -+ // work around for HS mode. -+ if(bBtHsOn) -+ { -+ pBtLinkInfo->bPanExist = TRUE; -+ pBtLinkInfo->bBtLinkExist = TRUE; -+ } -+#else // profile from bt stack -+ pBtLinkInfo->bBtLinkExist = pStackInfo->bBtLinkExist; -+ pBtLinkInfo->bScoExist = pStackInfo->bScoExist; -+ pBtLinkInfo->bA2dpExist = pStackInfo->bA2dpExist; -+ pBtLinkInfo->bPanExist = pStackInfo->bPanExist; -+ pBtLinkInfo->bHidExist = pStackInfo->bHidExist; -+ -+ //for win-8 stack HID report error -+ if(!pStackInfo->bHidExist) -+ pStackInfo->bHidExist = pCoexSta->bHidExist; //sync BTInfo with BT firmware and stack -+ // when stack HID report error, here we use the info from bt fw. -+ if(!pStackInfo->bBtLinkExist) -+ pStackInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+#endif -+ // check if Sco only -+ if( pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bScoOnly = TRUE; -+ else -+ pBtLinkInfo->bScoOnly = FALSE; -+ -+ // check if A2dp only -+ if( !pBtLinkInfo->bScoExist && -+ pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bA2dpOnly = TRUE; -+ else -+ pBtLinkInfo->bA2dpOnly = FALSE; -+ -+ // check if Pan only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ pBtLinkInfo->bPanExist && -+ !pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bPanOnly = TRUE; -+ else -+ pBtLinkInfo->bPanOnly = FALSE; -+ -+ // check if Hid only -+ if( !pBtLinkInfo->bScoExist && -+ !pBtLinkInfo->bA2dpExist && -+ !pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bHidExist ) -+ pBtLinkInfo->bHidOnly = TRUE; -+ else -+ pBtLinkInfo->bHidOnly = FALSE; -+} -+ -+u1Byte -+halbtc8821a2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8821A_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(!pBtLinkInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No BT link exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pBtLinkInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pBtLinkInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_HID; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if(pBtLinkInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ else if(pBtLinkInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+#if 0 -+ if(pStackInfo->numOfHid >= 2) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID*2 + A2DP\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ else -+#endif -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP ==> SCO\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ else if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(HS) ==> SCO\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(EDR) ==> SCO\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ } -+ else if( pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ } -+ } -+ else -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pBtLinkInfo->bScoExist) -+ { -+ if( pBtLinkInfo->bHidExist && -+ pBtLinkInfo->bPanExist && -+ pBtLinkInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8821A_2ANT_COEX_ALGO_SCO; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+VOID -+halbtc8821a2ant_SetFwDacSwingLevel( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte dacSwingLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ // There are several type of dacswing -+ // 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Set Dac Swing Level=0x%x\n", dacSwingLvl)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x64=0x%x\n", H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x64, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a2ant_SetFwDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = decBtPwrLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], decrease Bt Power level = %d, FW write 0x62=0x%x\n", -+ decBtPwrLvl, H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x62, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a2ant_DecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte decBtPwrLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s Dec BT power level = %d\n", -+ (bForceExec? "force to":""), decBtPwrLvl)); -+ pCoexDm->curBtDecPwrLvl = decBtPwrLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preBtDecPwrLvl == pCoexDm->curBtDecPwrLvl) -+ return; -+ } -+ halbtc8821a2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->curBtDecPwrLvl); -+ -+ pCoexDm->preBtDecPwrLvl = pCoexDm->curBtDecPwrLvl; -+} -+ -+VOID -+halbtc8821a2ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a2ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ halbtc8821a2ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8821a2ant_FwDacSwingLvl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte fwDacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec? "force to":""), fwDacSwingLvl)); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8821a2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+VOID -+halbtc8821a2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xffffc); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8821a2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8821a2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf5; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xa0; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xa0; //MCS5 or OFDM36 -+ //H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ //H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ //H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!")) ); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ //return; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8821a2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8821a2ant_SetDacSwingReg( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte level -+ ) -+{ -+ u1Byte val=(u1Byte)level; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Write SwDacSwing = 0x%x\n", level)); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc5b, 0x3e, val); -+} -+ -+VOID -+halbtc8821a2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ if(bSwDacSwingOn) -+ { -+ halbtc8821a2ant_SetDacSwingReg(pBtCoexist, swDacSwingLvl); -+ } -+ else -+ { -+ halbtc8821a2ant_SetDacSwingReg(pBtCoexist, 0x18); -+ } -+} -+ -+ -+VOID -+halbtc8821a2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8821a2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8821a2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x8db, 0x60, 0x3); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x8db, 0x60, 0x1); -+ } -+} -+ -+VOID -+halbtc8821a2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8821a2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8821a2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ //=================BB AGC Gain Table -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table On!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6e1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6d1B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6c1C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6b1D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6a1E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x691F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x68200001); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB Agc Table Off!\n")); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xaa1A0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa91B0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa81C0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa71D0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa61E0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa51F0001); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa4200001); -+ } -+ -+ -+ //=================RF Gain -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x02000); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x1); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38fff); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x38ffe); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x380c3); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x40, 0xfffff, 0x28ce6); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xed, 0xfffff, 0x0); -+ -+ // set rssiAdjustVal for wifi module. -+ if(bAgcTableEn) -+ { -+ rssiAdjustVal = 8; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+VOID -+halbtc8821a2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8821a2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8821a2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8821a2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8821a2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8821a2ant_CoexTableWithType( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexSta->nCoexTableType = type; -+ -+ switch(type) -+ { -+ case 0: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ break; -+ case 1: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55555555, 0x5afa5afa, 0xffffff, 0x3); -+ break; -+ case 2: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x5ada5ada, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 3: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0xaaaaaaaa, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 4: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0xffffffff, 0xffffffff, 0xffffff, 0x3); -+ break; -+ case 5: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5fff5fff, 0xffffff, 0x3); -+ break; -+ case 6: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55ff55ff, 0x5a5a5a5a, 0xffffff, 0x3); -+ break; -+ case 7: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 8: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 9: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 10: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 11: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 12: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 13: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 14: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x5fff5fff, 0x5ada5ada, 0xffffff, 0x3); -+ break; -+ case 15: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x55dd55dd, 0xaaaaaaaa, 0xffffff, 0x3); -+ break; -+ case 16: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0x5fdf5fdf, 0x5fdb5fdb, 0xffffff, 0x3); -+ break; -+ case 17: -+ halbtc8821a2ant_CoexTable(pBtCoexist, bForceExec, 0xfafafafa, 0xfafafafa, 0xffffff, 0x3); -+ break; -+ default: -+ break; -+ } -+} -+ -+VOID -+halbtc8821a2ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a2ant_SetLpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ u1Byte lps=lpsVal; -+ u1Byte rpwm=rpwmVal; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_LPS_VAL, &lps); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RPWM_VAL, &rpwm); -+} -+ -+VOID -+halbtc8821a2ant_LpsRpwm( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bForceExecPwrCmd=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set lps/rpwm=0x%x/0x%x \n", -+ (bForceExec? "force to":""), lpsVal, rpwmVal)); -+ pCoexDm->curLps = lpsVal; -+ pCoexDm->curRpwm = rpwmVal; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preLps == pCoexDm->curLps) && -+ (pCoexDm->preRpwm == pCoexDm->curRpwm) ) -+ { -+ return; -+ } -+ } -+ halbtc8821a2ant_SetLpsRpwm(pBtCoexist, lpsVal, rpwmVal); -+ -+ pCoexDm->preLps = pCoexDm->curLps; -+ pCoexDm->preRpwm = pCoexDm->curRpwm; -+} -+ -+VOID -+halbtc8821a2ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ halbtc8821a2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8821a2ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[5] ={0}; -+ -+ H2C_Parameter[0] = byte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = byte5; -+ -+ pCoexDm->psTdmaPara[0] = byte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = byte5; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x60(5bytes)=0x%x%08x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 5, H2C_Parameter); -+} -+ -+VOID -+halbtc8821a2ant_SwMechanism1( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bShrinkRxLPF, -+ IN BOOLEAN bLowPenaltyRA, -+ IN BOOLEAN bLimitedDIG, -+ IN BOOLEAN bBTLNAConstrain -+ ) -+{ -+ /* -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 != wifiBw) //only shrink RF Rx LPF for HT40 -+ { -+ if (bShrinkRxLPF) -+ bShrinkRxLPF = FALSE; -+ } -+ */ -+ -+ //halbtc8821a2ant_RfShrink(pBtCoexist, NORMAL_EXEC, bShrinkRxLPF); -+ halbtc8821a2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+} -+ -+VOID -+halbtc8821a2ant_SwMechanism2( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAGCTableShift, -+ IN BOOLEAN bADCBackOff, -+ IN BOOLEAN bSWDACSwing, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ //halbtc8821a2ant_AgcTable(pBtCoexist, NORMAL_EXEC, bAGCTableShift); -+ //halbtc8821a2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, bADCBackOff); -+ halbtc8821a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, bSWDACSwing, dacSwingLvl); -+} -+ -+VOID -+halbtc8821a2ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ if(bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &=~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x974, 0x3ff); -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb4, 0x77); -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ //tell firmware "antenna inverse" ==> WRONG firmware antenna control code.==>need fw to fix -+ H2C_Parameter[0] = 1; -+ H2C_Parameter[1] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ else -+ { -+ //tell firmware "no antenna inverse" ==> WRONG firmware antenna control code.==>need fw to fix -+ H2C_Parameter[0] = 0; -+ H2C_Parameter[1] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ } -+ -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1); -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2); -+ break; -+ } -+} -+ -+VOID -+halbtc8821a2ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bTurnOnByCnt=FALSE; -+ u1Byte psTdmaTypeByCnt=0; -+ u1Byte wifiRssiState1, btRssiState; -+ -+ -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ if (!(BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) && bTurnOn) -+ { -+ type = type +100; //for WiFi RSSI low or BT RSSI low -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ case 1: -+ default: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 2: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x03, 0xf1, 0x90); -+ break; -+ case 3: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90); -+ break; -+ case 4: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x03, 0xf1, 0x90); -+ break; -+ case 5: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x3, 0x70, 0x90); -+ break; -+ case 6: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x3, 0x70, 0x90); -+ break; -+ case 7: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90); -+ break; -+ case 8: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x10, 0x3, 0x70, 0x90); -+ break; -+ case 9: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 10: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x03, 0xf1, 0x90); -+ break; -+ case 11: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0xe1, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90); -+ break; -+ case 12: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x3, 0xf1, 0x90); -+ break; -+ case 13: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x3, 0x70, 0x90); -+ break; -+ case 14: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x2d, 0x3, 0x70, 0x90); -+ break; -+ case 15: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0x60, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90); -+ break; -+ case 16: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0x60, 0x90); -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x3, 0x70, 0x90); -+ break; -+ case 17: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x2f, 0x2f, 0x60, 0x90); -+ break; -+ case 18: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 19: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x90); -+ break; -+ case 20: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x90); -+ break; -+ case 21: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90); -+ break; -+ case 23: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1e, 0x03, 0xf0, 0x14); -+ break; -+ case 24: -+ case 124: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x3c, 0x03, 0x70, 0x50); -+ break; -+ //case25/case125 : for lenovo bt pan tp degrade<30% while wifi downlink -+ case 25: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x14, 0x03, 0xf1, 0x90); -+ break; -+ case 71: -+ //halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 101: -+ case 105: -+ case 171: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x3a, 0x03, 0x70, 0x50); -+ break; -+ case 102: -+ case 106: -+ case 110: -+ case 114: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x2d, 0x03, 0x70, 0x50); -+ break; -+ case 103: -+ case 107: -+ case 111: -+ case 115: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1c, 0x03, 0x70, 0x50); -+ break; -+ case 104: -+ case 108: -+ case 112: -+ case 116: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x10, 0x03, 0x70, 0x50); -+ break; -+ case 109: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0xf1, 0x90); -+ break; -+ case 113: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x3c, 0x03, 0x70, 0x90); -+ break; -+ case 121: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90); -+ break; -+ case 22: -+ case 122: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x35, 0x03, 0x71, 0x11); -+ break; -+ case 123: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x1c, 0x03, 0x70, 0x54); -+ break; -+ //case25/case125 : for lenovo bt pan tp degrade<30% while wifi downlink -+ case 125: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0xd3, 0x14, 0x03, 0x70, 0x50); -+ break; -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(type) -+ { -+ case 0: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ case 1: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x48, 0x0); -+ break; -+ default: -+ halbtc8821a2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8821a2ant_PsTdmaCheckForPowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bNewPsState -+ ) -+{ -+ u1Byte lpsMode=0x0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_LPS_MODE, &lpsMode); -+ -+ if(lpsMode) // already under LPS state -+ { -+ if(bNewPsState) -+ { -+ // keep state under LPS, do nothing. -+ } -+ else -+ { -+ // will leave LPS state, turn off psTdma first -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ } -+ else // NO PS state -+ { -+ if(bNewPsState) -+ { -+ // will enter LPS state, turn off psTdma first -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ else -+ { -+ // keep state under NO PS state, do nothing. -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_PowerSaveState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte psType, -+ IN u1Byte lpsVal, -+ IN u1Byte rpwmVal -+ ) -+{ -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ switch(psType) -+ { -+ case BTC_PS_WIFI_NATIVE: -+ // recover to original 32k low power setting -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_NORMAL_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ case BTC_PS_LPS_ON: -+ halbtc8821a2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, TRUE); -+ halbtc8821a2ant_LpsRpwm(pBtCoexist, NORMAL_EXEC, lpsVal, rpwmVal); -+ // when coex force to enter LPS, do not enter 32k low power. -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ // power save must executed before psTdma. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_ENTER_LPS, NULL); -+ pCoexSta->bForceLpsOn = TRUE; -+ break; -+ case BTC_PS_LPS_OFF: -+ halbtc8821a2ant_PsTdmaCheckForPowerSaveState(pBtCoexist, FALSE); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_LEAVE_LPS, NULL); -+ pCoexSta->bForceLpsOn = FALSE; -+ break; -+ default: -+ break; -+ } -+} -+ -+ -+VOID -+halbtc8821a2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8821a2ant_CoexUnder5G( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a2ant_CoexAllOff(pBtCoexist); -+ -+ halbtc8821a2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, TRUE); -+} -+ -+VOID -+halbtc8821a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, 0); -+ -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8821a2ant_ActionBtInquiry( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ BOOLEAN bWifiConnected=FALSE; -+ BOOLEAN bLowPwrDisable=TRUE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ if(bScan || bLink || bRoam) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi link process + BT Inq/Page!!\n")); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ } -+ else if(bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT Inq/Page!!\n")); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi no-link + BT Inq/Page!!\n")); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+} -+ -+ -+VOID -+halbtc8821a2ant_ActionWiFiLinkProcess( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte u1Tmpa, u1Tmpb; -+ -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 15); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ -+ -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x765=0x%x, 0x76e=0x%x\n", u1Tmpa, u1Tmpb)); -+} -+ -+BOOLEAN -+halbtc8821a2ant_ActionWifiIdleProcess( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ //wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES-20, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ -+ // define the office environment -+ if(BTC_RSSI_HIGH(wifiRssiState1) && -+ (pCoexSta->bHidExist == TRUE) && (pCoexSta->bA2dpExist == TRUE)) -+ { -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi idle process for BT HID+A2DP exist!!\n")); -+ -+ halbtc8821a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ return TRUE; -+ } -+ -+ // -+ else if (pCoexSta->bPanExist== TRUE) -+ { -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi idle process for BT PAN exist!!\n")); -+ -+ halbtc8821a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ return TRUE; -+ } -+ -+ else -+ { -+ halbtc8821a2ant_DacSwing(pBtCoexist, NORMAL_EXEC, TRUE, 0x18); -+ return FALSE; -+ } -+ -+ -+} -+ -+ -+ -+BOOLEAN -+halbtc8821a2ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte btRssiState=BTC_RSSI_STATE_HIGH; -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ BOOLEAN bBtHsOn=FALSE, bLowPwrDisable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi non-connected idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ if(BT_8821A_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT non connected-idle!!\n")); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else if(BT_8821A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bBtHsOn) -+ return FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi connected + BT connected-idle!!\n")); -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xb); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Busy + BT Busy!!\n")); -+ bCommon = FALSE; -+ //bCommon = halbtc8821a2ant_ActionWifiIdleProcess(pBtCoexist); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Connected-Idle + BT Busy!!\n")); -+ //bCommon = FALSE; -+ bCommon = halbtc8821a2ant_ActionWifiIdleProcess(pBtCoexist); -+ } -+ } -+ } -+ -+ return bCommon; -+} -+VOID -+halbtc8821a2ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bScoHid, -+ IN BOOLEAN bTxPause, -+ IN u1Byte maxInterval -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ if(!pCoexDm->bAutoTdmaAdjust) -+ { -+ pCoexDm->bAutoTdmaAdjust = TRUE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if(bScoHid) -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ else -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if(maxInterval == 1) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 2) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 3) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+} -+ -+// SCO only or SCO+PAN(HS) -+VOID -+halbtc8821a2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 4); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for SCO quality at 11b/g mode -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else //for SCO quality & wifi performance balance at 11n mode -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 8); -+ else -+ { -+ if(pBtLinkInfo->bScoOnly) -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 17); -+ else -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 12); -+ } -+ } -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); //for voice quality -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x18); -+ } -+ } -+} -+ -+ -+VOID -+halbtc8821a2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 24); -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8821a2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ -+ // define the office environment -+ if( (apNum >= 10) && BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ //DbgPrint(" AP#>10(%d)\n", apNum); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ //halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x6); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,TRUE,0x6); -+ } -+ return; -+ -+ } -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ //halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ } -+ else -+ { -+ //halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ } -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 2); -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState,wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 10); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 25); -+ } -+ else -+ { -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 25); -+ } -+ -+ // sw mechanism -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+ -+//PAN(HS) only -+VOID -+halbtc8821a2ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8821a2ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ else -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 12); -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ else -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 13); -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 3); -+ //halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 11); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); -+ } -+ else -+ { -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ //halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ } -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 2); -+ } -+ else -+ { -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ //halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8821a2ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState,wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(2, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 0); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, FALSE, 0x8); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ else -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else -+ { -+ halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, wifiRssiState1, btRssiState; -+ u4Byte wifiBw; -+ u1Byte apNum=0; -+ -+ wifiRssiState = halbtc8821a2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ //btRssiState = halbtc8821a2ant_BtRssiState(2, 29, 0); -+ wifiRssiState1 = halbtc8821a2ant_WifiRssiState(pBtCoexist, 1, 2, BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES, 0); -+ btRssiState = halbtc8821a2ant_BtRssiState(3, BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES, 37); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ -+ halbtc8821a2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x5); -+ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_LEGACY == wifiBw) -+ { -+ if(BTC_RSSI_HIGH(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ else -+ { // only 802.11N mode we have to dec bt power to 4 degree -+ if(BTC_RSSI_HIGH(btRssiState)) -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ // need to check ap Number of Not -+ if(apNum < 10) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 4); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ } -+ else if(BTC_RSSI_MEDIUM(btRssiState)) -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 2); -+ else -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ } -+ -+ if (BTC_RSSI_HIGH(wifiRssiState1) && BTC_RSSI_HIGH(btRssiState)) -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 7); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ } -+ else -+ { -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 14); -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_LPS_ON, 0x50, 0x4); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ //halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ } -+ else -+ { -+ //halbtc8821a2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ } -+ -+ // sw mechanism -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821a2ant_ActionBtWhckTest( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+} -+ -+VOID -+halbtc8821a2ant_ActionWifiMultiPort( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821a2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821a2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, 0); -+ -+ // sw all off -+ halbtc8821a2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821a2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ //pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x0); -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, NORMAL_EXEC, 0); -+ -+ halbtc8821a2ant_PowerSaveState(pBtCoexist, BTC_PS_WIFI_NATIVE, 0x0, 0x0); -+ halbtc8821a2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+} -+ -+VOID -+halbtc8821a2ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bWifiUnder5G=FALSE, bBtHsOn=FALSE; -+ u1Byte btInfoOriginal=0, btRetryCnt=0; -+ u1Byte algorithm=0; -+ u4Byte numOfWifiLink=0; -+ u4Byte wifiLinkStatus=0; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ BOOLEAN bMiracastPlusBt=FALSE; -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism()===>\n")); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), return for Manual CTRL <===\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ if(bWifiUnder5G) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), run 5G coex setting!!<===\n")); -+ halbtc8821a2ant_CoexUnder5G(pBtCoexist); -+ return; -+ } -+ -+ if(pCoexSta->bUnderIps) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi is under IPS !!!\n")); -+ return; -+ } -+ -+ if(pCoexSta->bBtWhckTest) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under WHCK TEST!!!\n")); -+ halbtc8821a2ant_ActionBtWhckTest(pBtCoexist); -+ return; -+ } -+ -+ algorithm = halbtc8821a2ant_ActionAlgorithm(pBtCoexist); -+ if(pCoexSta->bC2hBtInquiryPage && (BT_8821A_2ANT_COEX_ALGO_PANHS!=algorithm)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8821a2ant_ActionBtInquiry(pBtCoexist); -+ return; -+ } -+ else -+ { -+ -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if(bScan || bLink || bRoam) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], WiFi is under Link Process !!\n")); -+ halbtc8821a2ant_ActionWiFiLinkProcess(pBtCoexist); -+ return; -+ } -+ -+ //for P2P -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_LINK_STATUS, &wifiLinkStatus); -+ numOfWifiLink = wifiLinkStatus>>16; -+ -+ if((numOfWifiLink>=2) || (wifiLinkStatus&WIFI_P2P_GO_CONNECTED)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], Multi-Port numOfWifiLink = %d, wifiLinkStatus = 0x%x\n", numOfWifiLink,wifiLinkStatus) ); -+ -+ if(pBtLinkInfo->bBtLinkExist) -+ { -+ bMiracastPlusBt = TRUE; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ halbtc8821a2ant_ActionWifiMultiPort(pBtCoexist); -+ -+ return; -+ } -+ else -+ { -+ bMiracastPlusBt = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_MIRACAST_PLUS_BT, &bMiracastPlusBt); -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Algorithm = %d \n", pCoexDm->curAlgorithm)); -+ -+ if(halbtc8821a2ant_IsCommonAction(pBtCoexist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ else -+ { -+ if(pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], preAlgorithm=%d, curAlgorithm=%d\n", -+ pCoexDm->preAlgorithm, pCoexDm->curAlgorithm)); -+ pCoexDm->bAutoTdmaAdjust = FALSE; -+ } -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8821A_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8821a2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8821a2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8821a2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP+PAN(HS).\n")); -+ halbtc8821a2ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8821a2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8821a2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8821a2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8821a2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8821a2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8821A_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8821a2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = coexist All Off!!\n")); -+ halbtc8821a2ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+} -+ -+VOID -+halbtc8821a2ant_WifiOffHwCfg( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bIsInMpMode = FALSE; -+ u1Byte H2C_Parameter[2] ={0}; -+ u4Byte fwVer=0; -+ -+ // set wlan_act to low -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1, 0xfffff, 0x780); //WiFi goto standby while GNT_BT 0-->1 -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ if(fwVer >= 0x180000) -+ { -+ /* Use H2C to set GNT_BT to HIGH */ -+ H2C_Parameter[0] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x6E, 1, H2C_Parameter); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x765, 0x18); -+ } -+} -+ -+VOID -+halbtc8821a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bBackUp -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0, fwVer; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = -+ pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ -+ //Antenna config -+ halbtc8821a2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, TRUE, FALSE); -+ pCoexSta->disVerInfoCnt = 0; -+ -+ // PTA parameter -+ halbtc8821a2ant_CoexTableWithType(pBtCoexist, FORCE_EXEC, 0); -+ -+ // Enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x4); //0x76e[3] =1, WLAN_Act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+} -+ -+//============================================================ -+// work around function start with wa_halbtc8821a2ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8821a2ant_ -+//============================================================ -+VOID -+EXhalbtc8821a2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ -+} -+ -+VOID -+EXhalbtc8821a2ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u1Byte u1Tmp=0x4; /* Set BIT2 by default since it's 2ant case */ -+ -+ // -+ // S0 or S1 setting and Local register setting(By the setting fw can get ant number, S0/S1, ... info) -+ // Local setting bit define -+ // BIT0: "0" for no antenna inverse; "1" for antenna inverse -+ // BIT1: "0" for internal switch; "1" for external switch -+ // BIT2: "0" for one antenna; "1" for two antenna -+ // NOTE: here default all internal switch and 1-antenna ==> BIT1=0 and BIT2=0 -+ if(pBtCoexist->chipInterface == BTC_INTF_USB) -+ { -+ // fixed at S0 for USB interface -+ u1Tmp |= 0x1; // antenna inverse -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0xfe08, u1Tmp); -+ } -+ else -+ { -+ // for PCIE and SDIO interface, we check efuse 0xc3[6] -+ if(pBoardInfo->singleAntPath == 0) -+ { -+ } -+ else if(pBoardInfo->singleAntPath == 1) -+ { -+ // set to S0 -+ u1Tmp |= 0x1; // antenna inverse -+ } -+ -+ if(pBtCoexist->chipInterface == BTC_INTF_PCI) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x384, u1Tmp); -+ } -+ else if(pBtCoexist->chipInterface == BTC_INTF_SDIO) -+ { -+ pBtCoexist->fBtcWriteLocalReg1Byte(pBtCoexist, 0x60, u1Tmp); -+ } -+ } -+} -+ -+VOID -+EXhalbtc8821a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ halbtc8821a2ant_InitHwConfig(pBtCoexist, TRUE); -+} -+ -+VOID -+EXhalbtc8821a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8821a2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8821a2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ u4Byte faOfdm, faCck; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[Under Manual Control]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n =========================================="); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%x/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8821a2Ant, GLCoexVer8821a2Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %ddBm/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pBtCoexist->btInfo.bBtDisabled)? ("disabled"): ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8821A_2ANT_BT_STATUS_NON_CONNECTED_IDLE == pCoexDm->btStatus)? "non-connected idle": -+ ( (BT_8821A_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy")))), -+ pCoexSta->btRssi-100, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pBtLinkInfo->bScoExist, pBtLinkInfo->bHidExist, pBtLinkInfo->bPanExist, pBtLinkInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ -+ if (pStackInfo->bProfileNotified) -+ { -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Role", \ -+ (pBtLinkInfo->bSlaveRole )? "Slave":"Master"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8821a2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d (auto:%d)", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase, pCoexDm->bAutoTdmaAdjust); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "Coex Table Type", \ -+ pCoexSta->nCoexTableType); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->curBtDecPwrLvl, pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xc5b); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x778/0x880[29:25]/0xc58[29:25]", \ -+ u1Tmp[0], (u4Tmp[0]&0x3e000000) >> 25, ((u1Tmp[1]&0x3e)>>1)); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x764); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x764/ 0x765/ 0x76e", \ -+ (u4Tmp[0]&0xff), (u4Tmp[0]&0xff00)>>8, u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcb4); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xcb4[7:0](ctrl)/ 0xcb4[29:28](val)", \ -+ u4Tmp[0]&0xff, ((u4Tmp[0]&0x30000000)>>28)); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x974); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x40/ 0x4c[24:23]/ 0x974", \ -+ u1Tmp[0], ((u4Tmp[0]&0x01800000)>>23), u4Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xc50(dig)/0x49c(null-drop)", \ -+ u4Tmp[0]&0xff, u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xda8); -+ u4Tmp[3] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcf0); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ -+ faOfdm = ((u4Tmp[0]&0xffff0000) >> 16) + ((u4Tmp[1]&0xffff0000) >> 16) + (u4Tmp[1] & 0xffff) + (u4Tmp[2] & 0xffff) + \ -+ ((u4Tmp[3]&0xffff0000) >> 16) + (u4Tmp[3] & 0xffff) ; -+ faCck = (u1Tmp[0] << 8) + u1Tmp[1]; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "OFDM-CCA/OFDM-FA/CCK-FA", \ -+ u4Tmp[0]&0xffff, faOfdm, faCck); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_OK CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCOK_CCK, pCoexSta->nCRCOK_11g, pCoexSta->nCRCOK_11n, pCoexSta->nCRCOK_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "CRC_Err CCK/11g/11n/11n-Agg", \ -+ pCoexSta->nCRCErr_CCK, pCoexSta->nCRCErr_11g, pCoexSta->nCRCErr_11n, pCoexSta->nCRCErr_11nAgg); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8/0x6cc(coexTable)", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770(high-pri rx/tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri rx/tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+#if(BT_AUTO_REPORT_ONLY_8821A_2ANT == 1) -+ //halbtc8821a2ant_MonitorBtCtr(pBtCoexist); -+#endif -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8821a2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ halbtc8821a2ant_WifiOffHwCfg(pBtCoexist); -+ halbtc8821a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ halbtc8821a2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ halbtc8821a2ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8821a2ant_InitCoexDm(pBtCoexist); -+ halbtc8821a2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8821a2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8821a2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte u1Tmpa, u1Tmpb; -+ -+ u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); -+ u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); -+ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("############# [BTCoex], 0x765=0x%x, 0x76e=0x%x\n", u1Tmpa, u1Tmpb)); -+} -+ -+VOID -+EXhalbtc8821a2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8821a2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ u1Byte apNum=0; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ { -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &apNum); -+ if(apNum < 10) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ } -+ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+} -+ -+VOID -+EXhalbtc8821a2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8821a2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ PBTC_BT_LINK_INFO pBtLinkInfo=&pBtCoexist->btLinkInfo; -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtBusy=FALSE, bLimitedDig=FALSE; -+ BOOLEAN bWifiConnected=FALSE, bWifiUnder5G=FALSE; -+ static BOOLEAN bPreScoExist=FALSE; -+ u4Byte raMask=0x0; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8821A_2ANT_MAX) -+ rspSource = BT_INFO_SRC_8821A_2ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), return for Manual CTRL<===\n")); -+ return; -+ } -+ -+ // if 0xff, it means BT is under WHCK test -+ if (btInfo == 0xff) -+ pCoexSta->bBtWhckTest = TRUE; -+ else -+ pCoexSta->bBtWhckTest = FALSE; -+ -+ if(BT_INFO_SRC_8821A_2ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40); -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TX_RX_MASK, &pCoexSta->bBtTxRxMask); -+ if(pCoexSta->bBtTxRxMask) -+ { -+ /* BT into is responded by BT FW and BT RF REG 0x3C != 0x01 => Need to switch BT TRx Mask */ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Switch BT TRx Mask since BT RF REG 0x3C != 0x01\n")); -+ pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x01); -+ } -+ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if( (pCoexSta->btInfoExt & BIT1) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit1 check, send wifi BW&Chnl to BT!!\n")); -+ if(bWifiConnected) -+ { -+ EXhalbtc8821a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8821a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ -+ -+ if(!pBtCoexist->bManualControl && !bWifiUnder5G) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info = 0x%x!!\n", pCoexSta->btInfoExt)); -+ if( (pCoexSta->btInfoExt&BIT3) ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3=1, bWifiConnected=%d\n", bWifiConnected)); -+ if(bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8821a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3=0, bWifiConnected=%d\n", bWifiConnected)); -+ // BT already NOT ignore Wlan active, do nothing here. -+ if(!bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT to ignore Wlan active!!\n")); -+ halbtc8821a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+ } -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8821A_2ANT == 0) -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8821a2ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+#endif -+ } -+ -+ // check BIT2 first ==> check if bt is under inquiry or page scan -+ if(btInfo & BT_INFO_8821A_2ANT_B_INQ_PAGE) -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ else -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ -+ // set link exist status -+ if(!(btInfo&BT_INFO_8821A_2ANT_B_CONNECTION)) -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ } -+ else // connection exists -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ if(btInfo & BT_INFO_8821A_2ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ if(btInfo & BT_INFO_8821A_2ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ if(btInfo & BT_INFO_8821A_2ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ if(btInfo & BT_INFO_8821A_2ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ -+ if ( (pCoexSta->bHidExist == FALSE) && (pCoexSta->bC2hBtInquiryPage == FALSE) && (pCoexSta->bScoExist == FALSE)) -+ { -+ if (pCoexSta->highPriorityTx + pCoexSta->highPriorityRx >= 160) -+ pCoexSta->bHidExist = TRUE; -+ } -+ } -+ -+ halbtc8821a2ant_UpdateBtLinkInfo(pBtCoexist); -+ -+ if(!(btInfo&BT_INFO_8821A_2ANT_B_CONNECTION)) -+ { -+ pCoexDm->btStatus = BT_8821A_2ANT_BT_STATUS_NON_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Connected idle!!!\n")); -+ } -+ else if(btInfo == BT_INFO_8821A_2ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexDm->btStatus = BT_8821A_2ANT_BT_STATUS_CONNECTED_IDLE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Connected-idle!!!\n")); -+ } -+ else if((btInfo&BT_INFO_8821A_2ANT_B_SCO_ESCO) || -+ (btInfo&BT_INFO_8821A_2ANT_B_SCO_BUSY)) -+ { -+ pCoexDm->btStatus = BT_8821A_2ANT_BT_STATUS_SCO_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT SCO busy!!!\n")); -+ } -+ else if(btInfo&BT_INFO_8821A_2ANT_B_ACL_BUSY) -+ { -+ pCoexDm->btStatus = BT_8821A_2ANT_BT_STATUS_ACL_BUSY; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT ACL busy!!!\n")); -+ } -+ else -+ { -+ pCoexDm->btStatus = BT_8821A_2ANT_BT_STATUS_MAX; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BtInfoNotify(), BT Non-Defined state!!!\n")); -+ } -+ -+ if( (BT_8821A_2ANT_BT_STATUS_ACL_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_2ANT_BT_STATUS_SCO_BUSY == pCoexDm->btStatus) || -+ (BT_8821A_2ANT_BT_STATUS_ACL_SCO_BUSY == pCoexDm->btStatus) ) -+ { -+ bBtBusy = TRUE; -+ bLimitedDig = TRUE; -+ } -+ else -+ { -+ bBtBusy = FALSE; -+ bLimitedDig = FALSE; -+ } -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ pCoexDm->bLimitedDig = bLimitedDig; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ -+ halbtc8821a2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8821a2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8821a2ant_WifiOffHwCfg(pBtCoexist); -+ //remove due to interrupt is disabled that polling c2h will fail and delay 100ms. -+ //pBtCoexist->fBtcSetBtReg(pBtCoexist, BTC_BT_REG_RF, 0x3c, 0x15); //BT goto standby while GNT_BT 1-->0 -+ halbtc8821a2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ -+ EXhalbtc8821a2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8821a2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ halbtc8821a2ant_InitHwConfig(pBtCoexist, FALSE); -+ halbtc8821a2ant_InitCoexDm(pBtCoexist); -+ halbtc8821a2ant_QueryBtInfo(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8821a2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ //static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(pCoexSta->disVerInfoCnt <= 5) -+ { -+ pCoexSta->disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8821a2Ant, GLCoexVer8821a2Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ -+ if (pCoexSta->disVerInfoCnt == 3) -+ { -+ //Antenna config to set 0x765 = 0x0 (GNT_BT control by PTA) after initial -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Set GNT_BT control by PTA\n")); -+ halbtc8821a2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, FALSE, FALSE); -+ } -+ } -+ -+#if(BT_AUTO_REPORT_ONLY_8821A_2ANT == 0) -+ halbtc8821a2ant_QueryBtInfo(pBtCoexist); -+ halbtc8821a2ant_MonitorBtEnableDisable(pBtCoexist); -+#else -+ halbtc8821a2ant_MonitorBtCtr(pBtCoexist); -+ halbtc8821a2ant_MonitorWiFiCtr(pBtCoexist); -+ -+ if( halbtc8821a2ant_IsWifiStatusChanged(pBtCoexist) || -+ pCoexDm->bAutoTdmaAdjust) -+ { -+ halbtc8821a2ant_RunCoexistMechanism(pBtCoexist); -+ } -+#endif -+} -+ -+ -+#endif -+ -+#else // #if (RTL8821A_SUPPORT == 1) -+VOID -+EXhalbtc8821a2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ){} -+VOID -+EXhalbtc8821a2ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ){} -+VOID -+EXhalbtc8821a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ){} -+VOID -+EXhalbtc8821a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ){} -+VOID -+EXhalbtc8821a2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ){} -+VOID -+EXhalbtc8821a2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ){} -+VOID -+EXhalbtc8821a2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ){} -+VOID -+EXhalbtc8821a2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ){} -+VOID -+EXhalbtc8821a2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ){} -+VOID -+EXhalbtc8821a2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ){} -+VOID -+EXhalbtc8821a2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ){} -+VOID -+EXhalbtc8821a2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ){} -+VOID -+EXhalbtc8821a2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ){} -+VOID -+EXhalbtc8821a2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ){} -+VOID -+EXhalbtc8821a2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ){} -+#endif // #if (RTL8821A_SUPPORT == 1) -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8821a2Ant.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,226 @@ -+//=========================================== -+// The following is for 8821A 2Ant BT Co-exist definition -+//=========================================== -+#define BT_AUTO_REPORT_ONLY_8821A_2ANT 1 -+ -+ -+#define BT_INFO_8821A_2ANT_B_FTP BIT7 -+#define BT_INFO_8821A_2ANT_B_A2DP BIT6 -+#define BT_INFO_8821A_2ANT_B_HID BIT5 -+#define BT_INFO_8821A_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8821A_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8821A_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8821A_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8821A_2ANT_B_CONNECTION BIT0 -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8821A_2ANT 2 -+ -+ -+#define BT_8821A_2ANT_WIFI_RSSI_COEXSWITCH_THRES 42 //WiFi RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation -+#define BT_8821A_2ANT_BT_RSSI_COEXSWITCH_THRES 46 //BT RSSI Threshold for 2-Ant TDMA/1-Ant PS-TDMA translation -+ -+typedef enum _BT_INFO_SRC_8821A_2ANT{ -+ BT_INFO_SRC_8821A_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8821A_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8821A_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8821A_2ANT_MAX -+}BT_INFO_SRC_8821A_2ANT,*PBT_INFO_SRC_8821A_2ANT; -+ -+typedef enum _BT_8821A_2ANT_BT_STATUS{ -+ BT_8821A_2ANT_BT_STATUS_NON_CONNECTED_IDLE = 0x0, -+ BT_8821A_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8821A_2ANT_BT_STATUS_INQ_PAGE = 0x2, -+ BT_8821A_2ANT_BT_STATUS_ACL_BUSY = 0x3, -+ BT_8821A_2ANT_BT_STATUS_SCO_BUSY = 0x4, -+ BT_8821A_2ANT_BT_STATUS_ACL_SCO_BUSY = 0x5, -+ BT_8821A_2ANT_BT_STATUS_MAX -+}BT_8821A_2ANT_BT_STATUS,*PBT_8821A_2ANT_BT_STATUS; -+ -+typedef enum _BT_8821A_2ANT_COEX_ALGO{ -+ BT_8821A_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8821A_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8821A_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8821A_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8821A_2ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8821A_2ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8821A_2ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8821A_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8821A_2ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8821A_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8821A_2ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8821A_2ANT_COEX_ALGO_MAX = 0xb, -+}BT_8821A_2ANT_COEX_ALGO,*PBT_8821A_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8821A_2ANT{ -+ // fw mechanism -+ u1Byte preBtDecPwrLvl; -+ u1Byte curBtDecPwrLvl; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[5]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bResetTdmaAdjust; -+ BOOLEAN bAutoTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+ -+ BOOLEAN bNeedRecover0x948; -+ u4Byte backup0x948; -+ -+ u1Byte preLps; -+ u1Byte curLps; -+ u1Byte preRpwm; -+ u1Byte curRpwm; -+} COEX_DM_8821A_2ANT, *PCOEX_DM_8821A_2ANT; -+ -+typedef struct _COEX_STA_8821A_2ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8821A_2ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8821A_2ANT_MAX]; -+ BOOLEAN bBtWhckTest; -+ BOOLEAN bC2hBtInquiryPage; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+ -+ u4Byte nCRCOK_CCK; -+ u4Byte nCRCOK_11g; -+ u4Byte nCRCOK_11n; -+ u4Byte nCRCOK_11nAgg; -+ -+ u4Byte nCRCErr_CCK; -+ u4Byte nCRCErr_11g; -+ u4Byte nCRCErr_11n; -+ u4Byte nCRCErr_11nAgg; -+ -+ u1Byte nCoexTableType; -+ BOOLEAN bForceLpsOn; -+ -+ u1Byte disVerInfoCnt; -+}COEX_STA_8821A_2ANT, *PCOEX_STA_8821A_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8821a2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a2ant_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8821a2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821a2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8821a2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8821a2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821a2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.c linux/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.c ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.c 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,4343 @@ -+//============================================================ -+// Description: -+// -+// This file is for RTL8821A_CSR_CSR Co-exist mechanism -+// -+// History -+// 2012/08/22 Cosa first check in. -+// 2012/11/14 Cosa Revise for 8821A_CSR 2Ant out sourcing. -+// -+//============================================================ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "Mp_Precomp.h" -+ -+#if WPP_SOFTWARE_TRACE -+#include "HalBtcCsr8821a2Ant.tmh" -+#endif -+ -+#define _BTCOEX_CSR 1 -+ -+#ifndef rtw_warn_on -+ #define rtw_warn_on(condition) do {} while (0) -+#endif -+ -+#if(BT_30_SUPPORT == 1) -+//============================================================ -+// Global variables, these are static variables -+//============================================================ -+static COEX_DM_8821A_CSR_2ANT GLCoexDm8821aCsr2Ant; -+static PCOEX_DM_8821A_CSR_2ANT pCoexDm=&GLCoexDm8821aCsr2Ant; -+static COEX_STA_8821A_CSR_2ANT GLCoexSta8821aCsr2Ant; -+static PCOEX_STA_8821A_CSR_2ANT pCoexSta=&GLCoexSta8821aCsr2Ant; -+ -+const char *const GLBtInfoSrc8821aCsr2Ant[]={ -+ "BT Info[wifi fw]", -+ "BT Info[bt rsp]", -+ "BT Info[bt auto report]", -+}; -+ -+u4Byte GLCoexVerDate8821aCsr2Ant=20140901; -+u4Byte GLCoexVer8821aCsr2Ant=0x51; -+ -+//============================================================ -+// local function proto type if needed -+//============================================================ -+//============================================================ -+// local function start with halbtc8821aCsr2ant_ -+//============================================================ -+u1Byte -+halbtc8821aCsr2ant_BtRssiState( -+ u1Byte levelNum, -+ u1Byte rssiThresh, -+ u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte btRssi=0; -+ u1Byte btRssiState=pCoexSta->preBtRssiState; -+ -+ btRssi = pCoexSta->btRssi; -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_CSR_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT Rssi thresh error!!\n")); -+ return pCoexSta->preBtRssiState; -+ } -+ -+ if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(btRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_CSR_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preBtRssiState == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preBtRssiState == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(btRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_CSR_2ANT)) -+ { -+ btRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(btRssi < rssiThresh) -+ { -+ btRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(btRssi < rssiThresh1) -+ { -+ btRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ btRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preBtRssiState = btRssiState; -+ -+ return btRssiState; -+} -+ -+u1Byte -+halbtc8821aCsr2ant_WifiRssiState( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte index, -+ IN u1Byte levelNum, -+ IN u1Byte rssiThresh, -+ IN u1Byte rssiThresh1 -+ ) -+{ -+ s4Byte wifiRssi=0; -+ u1Byte wifiRssiState=pCoexSta->preWifiRssiState[index]; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ -+ if(levelNum == 2) -+ { -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_CSR_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ else if(levelNum == 3) -+ { -+ if(rssiThresh > rssiThresh1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], wifi RSSI thresh error!!\n")); -+ return pCoexSta->preWifiRssiState[index]; -+ } -+ -+ if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_LOW) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_LOW)) -+ { -+ if(wifiRssi >= (rssiThresh+BTC_RSSI_COEX_THRESH_TOL_8821A_CSR_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_LOW; -+ } -+ } -+ else if( (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_MEDIUM) || -+ (pCoexSta->preWifiRssiState[index] == BTC_RSSI_STATE_STAY_MEDIUM)) -+ { -+ if(wifiRssi >= (rssiThresh1+BTC_RSSI_COEX_THRESH_TOL_8821A_CSR_2ANT)) -+ { -+ wifiRssiState = BTC_RSSI_STATE_HIGH; -+ } -+ else if(wifiRssi < rssiThresh) -+ { -+ wifiRssiState = BTC_RSSI_STATE_LOW; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_MEDIUM; -+ } -+ } -+ else -+ { -+ if(wifiRssi < rssiThresh1) -+ { -+ wifiRssiState = BTC_RSSI_STATE_MEDIUM; -+ } -+ else -+ { -+ wifiRssiState = BTC_RSSI_STATE_STAY_HIGH; -+ } -+ } -+ } -+ -+ pCoexSta->preWifiRssiState[index] = wifiRssiState; -+ -+ return wifiRssiState; -+} -+ -+VOID -+halbtc8821aCsr2ant_MonitorBtEnableDisable( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static BOOLEAN bPreBtDisabled=FALSE; -+ static u4Byte btDisableCnt=0; -+ BOOLEAN bBtActive=TRUE, bBtDisabled=FALSE; -+ -+ // This function check if bt is disabled -+ -+ if( pCoexSta->highPriorityTx == 0 && -+ pCoexSta->highPriorityRx == 0 && -+ pCoexSta->lowPriorityTx == 0 && -+ pCoexSta->lowPriorityRx == 0) -+ { -+ bBtActive = FALSE; -+ } -+ if( pCoexSta->highPriorityTx == 0xffff && -+ pCoexSta->highPriorityRx == 0xffff && -+ pCoexSta->lowPriorityTx == 0xffff && -+ pCoexSta->lowPriorityRx == 0xffff) -+ { -+ bBtActive = FALSE; -+ } -+ if(bBtActive) -+ { -+ btDisableCnt = 0; -+ bBtDisabled = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is enabled !!\n")); -+ } -+ else -+ { -+ btDisableCnt++; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], bt all counters=0, %d times!!\n", -+ btDisableCnt)); -+ if(btDisableCnt >= 2) -+ { -+ bBtDisabled = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_DISABLE, &bBtDisabled); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is disabled !!\n")); -+ } -+ } -+ if(bPreBtDisabled != bBtDisabled) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is from %s to %s!!\n", -+ (bPreBtDisabled ? "disabled":"enabled"), -+ (bBtDisabled ? "disabled":"enabled"))); -+ bPreBtDisabled = bBtDisabled; -+ if(!bBtDisabled) -+ { -+ } -+ else -+ { -+ } -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_MonitorBtCtr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u4Byte regHPTxRx, regLPTxRx, u4Tmp; -+ u4Byte regHPTx=0, regHPRx=0, regLPTx=0, regLPRx=0; -+ u1Byte u1Tmp; -+ -+ regHPTxRx = 0x770; -+ regLPTxRx = 0x774; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); -+ regHPTx = u4Tmp & bMaskLWord; -+ regHPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); -+ regLPTx = u4Tmp & bMaskLWord; -+ regLPRx = (u4Tmp & bMaskHWord)>>16; -+ -+ pCoexSta->highPriorityTx = regHPTx; -+ pCoexSta->highPriorityRx = regHPRx; -+ pCoexSta->lowPriorityTx = regLPTx; -+ pCoexSta->lowPriorityRx = regLPRx; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], High Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regHPTxRx, regHPTx, regHPTx, regHPRx, regHPRx)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Low Priority Tx/Rx (reg 0x%x)=0x%x(%d)/0x%x(%d)\n", -+ regLPTxRx, regLPTx, regLPTx, regLPRx, regLPRx)); -+ -+ // reset counter -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0x5d); -+} -+ -+VOID -+halbtc8821aCsr2ant_UpdateRaMask( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte disRateMask -+ ) -+{ -+ pCoexDm->curRaMask = disRateMask; -+ -+ if( bForceExec || (pCoexDm->preRaMask != pCoexDm->curRaMask)) -+ { -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_UPDATE_RAMASK, &pCoexDm->curRaMask); -+ } -+ pCoexDm->preRaMask = pCoexDm->curRaMask; -+} -+ -+VOID -+halbtc8821aCsr2ant_AutoRateFallbackRetry( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bWifiUnderBMode=FALSE; -+ -+ pCoexDm->curArfrType = type; -+ -+ if( bForceExec || (pCoexDm->preArfrType != pCoexDm->curArfrType)) -+ { -+ switch(pCoexDm->curArfrType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, pCoexDm->backupArfrCnt1); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, pCoexDm->backupArfrCnt2); -+ break; -+ case 1: -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ if(bWifiUnderBMode) -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); -+ } -+ else -+ { -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); -+ } -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preArfrType = pCoexDm->curArfrType; -+} -+ -+VOID -+halbtc8821aCsr2ant_RetryLimit( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curRetryLimitType = type; -+ -+ if( bForceExec || (pCoexDm->preRetryLimitType != pCoexDm->curRetryLimitType)) -+ { -+ switch(pCoexDm->curRetryLimitType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, pCoexDm->backupRetryLimit); -+ break; -+ case 1: // retry limit=8 -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x42a, 0x0808); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preRetryLimitType = pCoexDm->curRetryLimitType; -+} -+ -+VOID -+halbtc8821aCsr2ant_AmpduMaxTime( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduTimeType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduTimeType != pCoexDm->curAmpduTimeType)) -+ { -+ switch(pCoexDm->curAmpduTimeType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, pCoexDm->backupAmpduMaxTime); -+ break; -+ case 1: // AMPDU timw = 0x38 * 32us -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x38); -+ break; -+ case 2: -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x456, 0x17); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduTimeType = pCoexDm->curAmpduTimeType; -+} -+ -+VOID -+halbtc8821aCsr2Ant_AmpduMaxNum( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte type -+ ) -+{ -+ pCoexDm->curAmpduNumType = type; -+ -+ if( bForceExec || (pCoexDm->preAmpduNumType != pCoexDm->curAmpduNumType)) -+ { -+ switch(pCoexDm->curAmpduNumType) -+ { -+ case 0: // normal mode -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x4ca, pCoexDm->backupAmpduMaxNum); -+ break; -+ case 1: -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x4ca, 0x0808); -+ break; -+ case 2: -+ pBtCoexist->fBtcWrite2Byte(pBtCoexist, 0x4ca, 0x1f1f); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ pCoexDm->preAmpduNumType = pCoexDm->curAmpduNumType; -+ -+} -+ -+VOID -+halbtc8821aCsr2ant_LimitedTx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte raMaskType, -+ IN u1Byte arfrType, -+ IN u1Byte retryLimitType, -+ IN u1Byte ampduTimeType, -+ IN u1Byte ampduNumType -+ ) -+{ -+ switch(raMaskType) -+ { -+ case 0: // normal mode -+ halbtc8821aCsr2ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0); -+ break; -+ case 1: // disable cck 1/2 -+ halbtc8821aCsr2ant_UpdateRaMask(pBtCoexist, bForceExec, 0x00000003); -+ break; -+ case 2: // disable cck 1/2/5.5, ofdm 6/9/12/18/24, mcs 0/1/2/3/4 -+ halbtc8821aCsr2ant_UpdateRaMask(pBtCoexist, bForceExec, 0x0001f1f7); -+ break; -+ default: -+ break; -+ } -+ -+ halbtc8821aCsr2ant_AutoRateFallbackRetry(pBtCoexist, bForceExec, arfrType); -+ halbtc8821aCsr2ant_RetryLimit(pBtCoexist, bForceExec, retryLimitType); -+ halbtc8821aCsr2ant_AmpduMaxTime(pBtCoexist, bForceExec, ampduTimeType); -+ halbtc8821aCsr2Ant_AmpduMaxNum(pBtCoexist, bForceExec, ampduNumType); -+} -+ -+ -+ -+VOID -+halbtc8821aCsr2ant_LimitedRx( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRejApAggPkt, -+ IN BOOLEAN bBtCtrlAggBufSize, -+ IN u1Byte aggBufSize -+ ) -+{ -+ BOOLEAN bRejectRxAgg=bRejApAggPkt; -+ BOOLEAN bBtCtrlRxAggSize=bBtCtrlAggBufSize; -+ u1Byte rxAggSize=aggBufSize; -+ -+ //============================================ -+ // Rx Aggregation related setting -+ //============================================ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_TO_REJ_AP_AGG_PKT, &bRejectRxAgg); -+ // decide BT control aggregation buf size or not -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_CTRL_AGG_SIZE, &bBtCtrlRxAggSize); -+ // aggregation buf size, only work when BT control Rx aggregation size. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_AGG_BUF_SIZE, &rxAggSize); -+ // real update aggregation setting -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_AGGREGATE_CTRL, NULL); -+} -+ -+VOID -+halbtc8821aCsr2ant_QueryBtInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ pCoexSta->bC2hBtInfoReqSent = TRUE; -+ -+ H2C_Parameter[0] |= BIT0; // trigger -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Query Bt Info, FW write 0x61=0x%x\n", -+ H2C_Parameter[0])); -+ -+ rtw_warn_on(_BTCOEX_CSR); -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x61, 1, H2C_Parameter); -+} -+ -+u1Byte -+halbtc8821aCsr2ant_ActionAlgorithm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ BOOLEAN bBtHsOn=FALSE; -+ u1Byte algorithm=BT_8821A_CSR_2ANT_COEX_ALGO_UNDEFINED; -+ u1Byte numOfDiffProfile=0; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ //sync StackInfo with BT firmware and stack -+ pStackInfo->bHidExist = pCoexSta->bHidExist; -+ pStackInfo->bBtLinkExist = pCoexSta->bBtLinkExist; -+ pStackInfo->bScoExist = pCoexSta->bScoExist; -+ pStackInfo->bPanExist = pCoexSta->bPanExist; -+ pStackInfo->bA2dpExist = pCoexSta->bA2dpExist; -+ -+ if(!pStackInfo->bBtLinkExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], No profile exists!!!\n")); -+ return algorithm; -+ } -+ -+ if(pStackInfo->bScoExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bHidExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bPanExist) -+ numOfDiffProfile++; -+ if(pStackInfo->bA2dpExist) -+ numOfDiffProfile++; -+ -+ if(numOfDiffProfile == 1) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO only\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ if(pStackInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID only\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_HID; -+ } -+ else if(pStackInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP only\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_A2DP; -+ } -+ else if(pStackInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(HS) only\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PAN(EDR) only\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 2) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ if(pStackInfo->bHidExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pStackInfo->bA2dpExist) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP ==> SCO\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if(pStackInfo->bPanExist) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(HS)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_SCO; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + PAN(EDR)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(pStackInfo->numOfHid >= 2) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID*2 + A2DP\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ } -+ else if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(HS)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + PAN(EDR)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_A2DP_PANHS; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], A2DP + PAN(EDR)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_A2DP; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile == 3) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bA2dpExist ) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP ==> HID\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(HS)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + PAN(EDR)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ else if( pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + A2DP + PAN(EDR) ==> HID\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ else -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(HS)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], HID + A2DP + PAN(EDR)\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP_PANEDR; -+ } -+ } -+ } -+ } -+ else if(numOfDiffProfile >= 3) -+ { -+ if(pStackInfo->bScoExist) -+ { -+ if( pStackInfo->bHidExist && -+ pStackInfo->bPanExist && -+ pStackInfo->bA2dpExist ) -+ { -+ if(bBtHsOn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Error!!! SCO + HID + A2DP + PAN(HS)\n")); -+ -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCO + HID + A2DP + PAN(EDR)==>PAN(EDR)+HID\n")); -+ algorithm = BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID; -+ } -+ } -+ } -+ } -+ -+ return algorithm; -+} -+ -+BOOLEAN -+halbtc8821aCsr2ant_NeedToDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bRet=FALSE; -+ BOOLEAN bBtHsOn=FALSE, bWifiConnected=FALSE; -+ s4Byte btHsRssi=0; -+ u1Byte btRssiState; -+ -+ if(!pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn)) -+ return FALSE; -+ if(!pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected)) -+ return FALSE; -+ if(!pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_HS_RSSI, &btHsRssi)) -+ return FALSE; -+ -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ if(bWifiConnected) -+ { -+ if(bBtHsOn) -+ { -+ if(btHsRssi > 37) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Need to decrease bt power for HS mode!!\n")); -+ bRet = TRUE; -+ } -+ } -+ else -+ { -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Need to decrease bt power for Wifi is connected!!\n")); -+ bRet = TRUE; -+ } -+ } -+ } -+ -+ return bRet; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetFwDacSwingLevel( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte dacSwingLvl -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ // There are several type of dacswing -+ // 0x18/ 0x10/ 0xc/ 0x8/ 0x4/ 0x6 -+ H2C_Parameter[0] = dacSwingLvl; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Set Dac Swing Level=0x%x\n", dacSwingLvl)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x64=0x%x\n", H2C_Parameter[0])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x64, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821aCsr2ant_SetFwDecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bDecBtPwr -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bDecBtPwr) -+ { -+ H2C_Parameter[0] |= BIT1; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], decrease Bt Power : %s, FW write 0x62=0x%x\n", -+ (bDecBtPwr? "Yes!!":"No!!"), H2C_Parameter[0])); -+ -+ rtw_warn_on(_BTCOEX_CSR); -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x62, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821aCsr2ant_DecBtPwr( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDecBtPwr -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s Dec BT power = %s\n", -+ (bForceExec? "force to":""), ((bDecBtPwr)? "ON":"OFF"))); -+ pCoexDm->bCurDecBtPwr = bDecBtPwr; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreDecBtPwr == pCoexDm->bCurDecBtPwr) -+ return; -+ } -+ -+ /* TODO: may CSR consider to decrease BT power? */ -+ //halbtc8821aCsr2ant_SetFwDecBtPwr(pBtCoexist, pCoexDm->bCurDecBtPwr); -+ -+ pCoexDm->bPreDecBtPwr = pCoexDm->bCurDecBtPwr; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetBtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ H2C_Parameter[0] = 0; -+ -+ if(bEnableAutoReport) -+ { -+ H2C_Parameter[0] |= BIT0; -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], BT FW auto report : %s, FW write 0x68=0x%x\n", -+ (bEnableAutoReport? "Enabled!!":"Disabled!!"), H2C_Parameter[0])); -+ -+ rtw_warn_on(_BTCOEX_CSR); -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x68, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821aCsr2ant_BtAutoReport( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnableAutoReport -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s BT Auto report = %s\n", -+ (bForceExec? "force to":""), ((bEnableAutoReport)? "Enabled":"Disabled"))); -+ pCoexDm->bCurBtAutoReport = bEnableAutoReport; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreBtAutoReport == pCoexDm->bCurBtAutoReport) -+ return; -+ } -+ //halbtc8821aCsr2ant_SetBtAutoReport(pBtCoexist, pCoexDm->bCurBtAutoReport); -+ -+ pCoexDm->bPreBtAutoReport = pCoexDm->bCurBtAutoReport; -+} -+ -+VOID -+halbtc8821aCsr2ant_FwDacSwingLvl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u1Byte fwDacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s set FW Dac Swing level = %d\n", -+ (bForceExec? "force to":""), fwDacSwingLvl)); -+ pCoexDm->curFwDacSwingLvl = fwDacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->preFwDacSwingLvl == pCoexDm->curFwDacSwingLvl) -+ return; -+ } -+ -+ halbtc8821aCsr2ant_SetFwDacSwingLevel(pBtCoexist, pCoexDm->curFwDacSwingLvl); -+ -+ pCoexDm->preFwDacSwingLvl = pCoexDm->curFwDacSwingLvl; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetSwRfRxLpfCorner( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ if(bRxRfShrinkOn) -+ { -+ //Shrink RF Rx LPF corner -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Shrink RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, 0xffffc); -+ } -+ else -+ { -+ //Resume RF Rx LPF corner -+ // After initialized, we can use pCoexDm->btRf0x1eBackup -+ if(pBtCoexist->bInitilized) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Resume RF Rx LPF corner!!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff, pCoexDm->btRf0x1eBackup); -+ } -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_RfShrink( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bRxRfShrinkOn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Rx RF Shrink = %s\n", -+ (bForceExec? "force to":""), ((bRxRfShrinkOn)? "ON":"OFF"))); -+ pCoexDm->bCurRfRxLpfShrink = bRxRfShrinkOn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreRfRxLpfShrink == pCoexDm->bCurRfRxLpfShrink) -+ return; -+ } -+ halbtc8821aCsr2ant_SetSwRfRxLpfCorner(pBtCoexist, pCoexDm->bCurRfRxLpfShrink); -+ -+ pCoexDm->bPreRfRxLpfShrink = pCoexDm->bCurRfRxLpfShrink; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetSwPenaltyTxRateAdaptive( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = 0x6; // opCode, 0x6= Retry_Penalty -+ -+ if(bLowPenaltyRa) -+ { -+ H2C_Parameter[1] |= BIT0; -+ H2C_Parameter[2] = 0x00; //normal rate except MCS7/6/5, OFDM54/48/36 -+ H2C_Parameter[3] = 0xf7; //MCS7 or OFDM54 -+ H2C_Parameter[4] = 0xf8; //MCS6 or OFDM48 -+ H2C_Parameter[5] = 0xf9; //MCS5 or OFDM36 -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set WiFi Low-Penalty Retry: %s", -+ (bLowPenaltyRa? "ON!!":"OFF!!") )); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x69, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8821aCsr2ant_LowPenaltyRa( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bLowPenaltyRa -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn LowPenaltyRA = %s\n", -+ (bForceExec? "force to":""), ((bLowPenaltyRa)? "ON":"OFF"))); -+ pCoexDm->bCurLowPenaltyRa = bLowPenaltyRa; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreLowPenaltyRa == pCoexDm->bCurLowPenaltyRa) -+ return; -+ } -+ halbtc8821aCsr2ant_SetSwPenaltyTxRateAdaptive(pBtCoexist, pCoexDm->bCurLowPenaltyRa); -+ -+ pCoexDm->bPreLowPenaltyRa = pCoexDm->bCurLowPenaltyRa; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetDacSwingReg( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte level -+ ) -+{ -+ u1Byte val=(u1Byte)level; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Write SwDacSwing = 0x%x\n", level)); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xc5b, 0x3e, val); -+} -+ -+VOID -+halbtc8821aCsr2ant_SetSwFullTimeDacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bSwDacSwingOn, -+ IN u4Byte swDacSwingLvl -+ ) -+{ -+ if(bSwDacSwingOn) -+ { -+ halbtc8821aCsr2ant_SetDacSwingReg(pBtCoexist, swDacSwingLvl); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SetDacSwingReg(pBtCoexist, 0x18); -+ } -+} -+ -+ -+VOID -+halbtc8821aCsr2ant_DacSwing( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bDacSwingOn, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn DacSwing=%s, dacSwingLvl=0x%x\n", -+ (bForceExec? "force to":""), ((bDacSwingOn)? "ON":"OFF"), dacSwingLvl)); -+ pCoexDm->bCurDacSwingOn = bDacSwingOn; -+ pCoexDm->curDacSwingLvl = dacSwingLvl; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPreDacSwingOn == pCoexDm->bCurDacSwingOn) && -+ (pCoexDm->preDacSwingLvl == pCoexDm->curDacSwingLvl) ) -+ return; -+ } -+ delay_ms(30); -+ halbtc8821aCsr2ant_SetSwFullTimeDacSwing(pBtCoexist, bDacSwingOn, dacSwingLvl); -+ -+ pCoexDm->bPreDacSwingOn = pCoexDm->bCurDacSwingOn; -+ pCoexDm->preDacSwingLvl = pCoexDm->curDacSwingLvl; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetAdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ if(bAdcBackOff) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level On!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x8db, 0x60, 0x3); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BB BackOff Level Off!\n")); -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x8db, 0x60, 0x1); -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_AdcBackOff( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAdcBackOff -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn AdcBackOff = %s\n", -+ (bForceExec? "force to":""), ((bAdcBackOff)? "ON":"OFF"))); -+ pCoexDm->bCurAdcBackOff = bAdcBackOff; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAdcBackOff == pCoexDm->bCurAdcBackOff) -+ return; -+ } -+ halbtc8821aCsr2ant_SetAdcBackOff(pBtCoexist, pCoexDm->bCurAdcBackOff); -+ -+ pCoexDm->bPreAdcBackOff = pCoexDm->bCurAdcBackOff; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetAgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ u1Byte rssiAdjustVal=0; -+ -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x02000); -+ if(bAgcTableEn) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table On!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x28F4B); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x10AB2); -+ rssiAdjustVal = 8; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Agc Table Off!\n")); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x2884B); -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0x3b, 0xfffff, 0x104B2); -+ } -+ pBtCoexist->fBtcSetRfReg(pBtCoexist, BTC_RF_A, 0xef, 0xfffff, 0x0); -+ -+ // set rssiAdjustVal for wifi module. -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, &rssiAdjustVal); -+} -+ -+VOID -+halbtc8821aCsr2ant_AgcTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bAgcTableEn -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s %s Agc Table\n", -+ (bForceExec? "force to":""), ((bAgcTableEn)? "Enable":"Disable"))); -+ pCoexDm->bCurAgcTableEn = bAgcTableEn; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreAgcTableEn == pCoexDm->bCurAgcTableEn) -+ return; -+ } -+ halbtc8821aCsr2ant_SetAgcTable(pBtCoexist, bAgcTableEn); -+ -+ pCoexDm->bPreAgcTableEn = pCoexDm->bCurAgcTableEn; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetCoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c0=0x%x\n", val0x6c0)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c4=0x%x\n", val0x6c4)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6c8=0x%x\n", val0x6c8)); -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set coex table, set 0x6cc=0x%x\n", val0x6cc)); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, val0x6cc); -+} -+ -+VOID -+halbtc8821aCsr2ant_CoexTable( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN u4Byte val0x6c0, -+ IN u4Byte val0x6c4, -+ IN u4Byte val0x6c8, -+ IN u1Byte val0x6cc -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s write Coex Table 0x6c0=0x%x, 0x6c4=0x%x, 0x6c8=0x%x, 0x6cc=0x%x\n", -+ (bForceExec? "force to":""), val0x6c0, val0x6c4, val0x6c8, val0x6cc)); -+ pCoexDm->curVal0x6c0 = val0x6c0; -+ pCoexDm->curVal0x6c4 = val0x6c4; -+ pCoexDm->curVal0x6c8 = val0x6c8; -+ pCoexDm->curVal0x6cc = val0x6cc; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->preVal0x6c0 == pCoexDm->curVal0x6c0) && -+ (pCoexDm->preVal0x6c4 == pCoexDm->curVal0x6c4) && -+ (pCoexDm->preVal0x6c8 == pCoexDm->curVal0x6c8) && -+ (pCoexDm->preVal0x6cc == pCoexDm->curVal0x6cc) ) -+ return; -+ } -+ halbtc8821aCsr2ant_SetCoexTable(pBtCoexist, val0x6c0, val0x6c4, val0x6c8, val0x6cc); -+ -+ pCoexDm->preVal0x6c0 = pCoexDm->curVal0x6c0; -+ pCoexDm->preVal0x6c4 = pCoexDm->curVal0x6c4; -+ pCoexDm->preVal0x6c8 = pCoexDm->curVal0x6c8; -+ pCoexDm->preVal0x6cc = pCoexDm->curVal0x6cc; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetFwIgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bEnable -+ ) -+{ -+ u1Byte H2C_Parameter[1] ={0}; -+ -+ if(bEnable) -+ { -+ H2C_Parameter[0] |= BIT0; // function enable -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], set FW for BT Ignore Wlan_Act, FW write 0x63=0x%x\n", -+ H2C_Parameter[0])); -+ -+ rtw_warn_on(_BTCOEX_CSR); -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x63, 1, H2C_Parameter); -+} -+ -+VOID -+halbtc8821aCsr2ant_IgnoreWlanAct( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bEnable -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn Ignore WlanAct %s\n", -+ (bForceExec? "force to":""), (bEnable? "ON":"OFF"))); -+ pCoexDm->bCurIgnoreWlanAct = bEnable; -+ -+ if(!bForceExec) -+ { -+ if(pCoexDm->bPreIgnoreWlanAct == pCoexDm->bCurIgnoreWlanAct) -+ return; -+ } -+ //halbtc8821aCsr2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); -+ -+ pCoexDm->bPreIgnoreWlanAct = pCoexDm->bCurIgnoreWlanAct; -+} -+ -+VOID -+halbtc8821aCsr2ant_SetFwPstdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3, -+ IN u1Byte byte4, -+ IN u1Byte byte5 -+ ) -+{ -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ H2C_Parameter[0] = byte1; -+ H2C_Parameter[1] = byte2; -+ H2C_Parameter[2] = byte3; -+ H2C_Parameter[3] = byte4; -+ H2C_Parameter[4] = byte5; -+ H2C_Parameter[5] = 0x01; -+ -+ pCoexDm->psTdmaPara[0] = byte1; -+ pCoexDm->psTdmaPara[1] = byte2; -+ pCoexDm->psTdmaPara[2] = byte3; -+ pCoexDm->psTdmaPara[3] = byte4; -+ pCoexDm->psTdmaPara[4] = byte5; -+ pCoexDm->psTdmaPara[5] = 0x01; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x60(6bytes)=0x%x%08x%02x\n", -+ H2C_Parameter[0], -+ H2C_Parameter[1]<<24|H2C_Parameter[2]<<16|H2C_Parameter[3]<<8|H2C_Parameter[4], H2C_Parameter[5])); -+ -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x60, 6, H2C_Parameter); -+} -+ -+VOID -+halbtc8821aCsr2ant_SwMechanism1( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bShrinkRxLPF, -+ IN BOOLEAN bLowPenaltyRA, -+ IN BOOLEAN bLimitedDIG, -+ IN BOOLEAN bBTLNAConstrain -+ ) -+{ -+ u4Byte wifiBw; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 != wifiBw) //only shrink RF Rx LPF for HT40 -+ { -+ if (bShrinkRxLPF) -+ bShrinkRxLPF = FALSE; -+ } -+ -+ halbtc8821aCsr2ant_RfShrink(pBtCoexist, NORMAL_EXEC, bShrinkRxLPF); -+ halbtc8821aCsr2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, bLowPenaltyRA); -+ -+ //no limited DIG -+ //halbtc8821aCsr2ant_SetBtLnaConstrain(pBtCoexist, NORMAL_EXEC, bBTLNAConstrain); -+} -+ -+VOID -+halbtc8821aCsr2ant_SwMechanism2( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bAGCTableShift, -+ IN BOOLEAN bADCBackOff, -+ IN BOOLEAN bSWDACSwing, -+ IN u4Byte dacSwingLvl -+ ) -+{ -+ //halbtc8821aCsr2ant_AgcTable(pBtCoexist, NORMAL_EXEC, bAGCTableShift); -+ halbtc8821aCsr2ant_AdcBackOff(pBtCoexist, NORMAL_EXEC, bADCBackOff); -+ halbtc8821aCsr2ant_DacSwing(pBtCoexist, NORMAL_EXEC, bSWDACSwing, dacSwingLvl); -+} -+ -+VOID -+halbtc8821aCsr2ant_SetAntPath( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte antPosType, -+ IN BOOLEAN bInitHwCfg, -+ IN BOOLEAN bWifiOff -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ if(bInitHwCfg) -+ { -+ // 0x4c[23]=0, 0x4c[24]=1 Antenna control by WL/BT -+ u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp &=~BIT23; -+ u4Tmp |= BIT24; -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); -+ -+ pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x974, 0x3ff); -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0xcb4, 0x77); -+ -+ if(pBoardInfo->btdmAntPos == BTC_ANTENNA_AT_MAIN_PORT) -+ { -+ //tell firmware "antenna inverse" ==> WRONG firmware antenna control code.==>need fw to fix -+ H2C_Parameter[0] = 1; -+ H2C_Parameter[1] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ else -+ { -+ //tell firmware "no antenna inverse" ==> WRONG firmware antenna control code.==>need fw to fix -+ H2C_Parameter[0] = 0; -+ H2C_Parameter[1] = 1; -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x65, 2, H2C_Parameter); -+ } -+ } -+ -+ // ext switch setting -+ switch(antPosType) -+ { -+ case BTC_ANT_WIFI_AT_MAIN: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x1); -+ break; -+ case BTC_ANT_WIFI_AT_AUX: -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0xcb7, 0x30, 0x2); -+ break; -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_PsTdma( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bForceExec, -+ IN BOOLEAN bTurnOn, -+ IN u1Byte type -+ ) -+{ -+ BOOLEAN bTurnOnByCnt=FALSE; -+ u1Byte psTdmaTypeByCnt=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], %s turn %s PS TDMA, type=%d\n", -+ (bForceExec? "force to":""), (bTurnOn? "ON":"OFF"), type)); -+ pCoexDm->bCurPsTdmaOn = bTurnOn; -+ pCoexDm->curPsTdma = type; -+ -+ if(!bForceExec) -+ { -+ if( (pCoexDm->bPrePsTdmaOn == pCoexDm->bCurPsTdmaOn) && -+ (pCoexDm->prePsTdma == pCoexDm->curPsTdma) ) -+ return; -+ } -+ if(bTurnOn) -+ { -+ switch(type) -+ { -+ case 1: -+ default: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ case 2: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ break; -+ case 3: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0xf1, 0x90); -+ break; -+ case 4: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x10, 0x03, 0xf1, 0x90); -+ break; -+ case 5: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ break; -+ case 6: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ break; -+ case 7: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1c, 0x3, 0x70, 0x90); -+ break; -+ case 8: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x10, 0x3, 0x70, 0x90); -+ break; -+ case 9: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ case 10: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0xe1, 0x90); -+ break; -+ case 11: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0xe1, 0x90); -+ break; -+ case 12: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 13: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0x60, 0x90); -+ break; -+ case 14: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x12, 0x12, 0x60, 0x90); -+ break; -+ case 15: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0xa, 0xa, 0x60, 0x90); -+ break; -+ case 16: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0x60, 0x90); -+ break; -+ case 17: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xa3, 0x2f, 0x2f, 0x60, 0x90); -+ break; -+ case 18: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x5, 0x5, 0xe1, 0x90); -+ break; -+ case 19: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0xe1, 0x90); -+ break; -+ case 20: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x25, 0x25, 0x60, 0x90); -+ break; -+ case 21: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x15, 0x03, 0x70, 0x90); -+ break; -+ case 22: //ad2dp master -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xeb, 0x11, 0x11, 0x21, 0x10); -+ break; -+ case 23: //a2dp slave -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xeb, 0x12, 0x12, 0x20, 0x10); -+ break; -+ case 71: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0xe3, 0x1a, 0x1a, 0xe1, 0x90); -+ break; -+ } -+ } -+ else -+ { -+ // disable PS tdma -+ switch(type) -+ { -+ case 0: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ case 1: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x48, 0x0); -+ break; -+ default: -+ halbtc8821aCsr2ant_SetFwPstdma(pBtCoexist, 0x0, 0x0, 0x0, 0x40, 0x0); -+ break; -+ } -+ } -+ -+ // update pre state -+ pCoexDm->bPrePsTdmaOn = pCoexDm->bCurPsTdmaOn; -+ pCoexDm->prePsTdma = pCoexDm->curPsTdma; -+} -+ -+VOID -+halbtc8821aCsr2ant_CoexAllOff( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // fw all off -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ // sw all off -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ -+ // hw all off -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x55555555, 0xffff, 0x3); -+} -+ -+VOID -+halbtc8821aCsr2ant_CoexUnder5G( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ halbtc8821aCsr2ant_CoexAllOff(pBtCoexist); -+ -+ halbtc8821aCsr2ant_IgnoreWlanAct(pBtCoexist, NORMAL_EXEC, TRUE); -+} -+ -+VOID -+halbtc8821aCsr2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ // force to reset coex mechanism -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, FORCE_EXEC, 0x55555555, 0x55555555, 0xffff, 0x3); -+ -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, FORCE_EXEC, FALSE, 1); -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, FORCE_EXEC, 6); -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, FORCE_EXEC, FALSE); -+ -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+} -+ -+VOID -+halbtc8821aCsr2ant_BtInquiryPage( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bLowPwrDisable=TRUE; -+ -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5afa5afa, 0xffff, 0x3); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+} -+BOOLEAN -+halbtc8821aCsr2ant_IsCommonAction( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ BOOLEAN bCommon=FALSE, bWifiConnected=FALSE, bWifiBusy=FALSE; -+ BOOLEAN bLowPwrDisable=FALSE; -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ -+ if(!bWifiConnected && -+ BT_8821A_CSR_2ANT_BT_STATUS_IDLE == pCoexDm->btStatus) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi IPS + BT IPS!!\n")); -+ -+ -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0, 0); -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, 0, 0, 0); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8821A_CSR_2ANT_BT_STATUS_IDLE == pCoexDm->btStatus) ) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Busy + BT IPS!!\n")); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi LPS + BT IPS!!\n")); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0, 0); -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, 0, 0, 0); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8821A_CSR_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi IPS + BT LPS!!\n")); -+ -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0, 0); -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, 0, 0, 0); -+ -+ bCommon = TRUE; -+ } -+ else if(bWifiConnected && -+ (BT_8821A_CSR_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus) ) -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Busy + BT LPS!!\n")); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi LPS + BT LPS!!\n")); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,TRUE,TRUE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0, 0); -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, 0, 0, 0); -+ -+ bCommon = TRUE; -+ } -+ else if(!bWifiConnected && -+ (BT_8821A_CSR_2ANT_BT_STATUS_NON_IDLE == pCoexDm->btStatus) ) -+ { -+ bLowPwrDisable = FALSE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi IPS + BT Busy!!\n")); -+ -+ //halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0, 0); -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, 0, 0, 0); -+ -+ bCommon = TRUE; -+ } -+ else -+ { -+ bLowPwrDisable = TRUE; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_ACT_DISABLE_LOW_POWER, &bLowPwrDisable); -+ -+ if(bWifiBusy) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi Busy + BT Busy!!\n")); -+ bCommon = FALSE; -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Wifi LPS + BT Busy!!\n")); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 21); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ bCommon = TRUE; -+ } -+ -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,TRUE,TRUE); -+ } -+ -+ if (bCommon == TRUE) -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5afa5afa, 0xffff, 0x3); -+ -+ return bCommon; -+} -+VOID -+halbtc8821aCsr2ant_TdmaDurationAdjust( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bScoHid, -+ IN BOOLEAN bTxPause, -+ IN u1Byte maxInterval -+ ) -+{ -+ static s4Byte up,dn,m,n,WaitCount; -+ s4Byte result; //0: no change, +1: increase WiFi duration, -1: decrease WiFi duration -+ u1Byte retryCount=0; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TdmaDurationAdjust()\n")); -+ -+ if(pCoexDm->bResetTdmaAdjust) -+ { -+ pCoexDm->bResetTdmaAdjust = FALSE; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], first run TdmaDurationAdjust()!!\n")); -+ { -+ if(bScoHid) -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ else -+ { -+ if(bTxPause) -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ } -+ else -+ { -+ if(maxInterval == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(maxInterval == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(maxInterval == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ } -+ } -+ } -+ //============ -+ up = 0; -+ dn = 0; -+ m = 1; -+ n= 3; -+ result = 0; -+ WaitCount = 0; -+ } -+ else -+ { -+ //accquire the BT TRx retry count from BT_Info byte2 -+ retryCount = pCoexSta->btRetryCnt; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], up=%d, dn=%d, m=%d, n=%d, WaitCount=%d\n", -+ up, dn, m, n, WaitCount)); -+ result = 0; -+ WaitCount++; -+ -+ if(retryCount == 0) // no retry in the last 2-second duration -+ { -+ up++; -+ dn--; -+ -+ if (dn <= 0) -+ dn = 0; -+ -+ if(up >= n) // if ³sÄò n ­Ó2¬í retry count¬°0, «h½Õ¼eWiFi duration -+ { -+ WaitCount = 0; -+ n = 3; -+ up = 0; -+ dn = 0; -+ result = 1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Increase wifi duration!!\n")); -+ } -+ } -+ else if (retryCount <= 3) // <=3 retry in the last 2-second duration -+ { -+ up--; -+ dn++; -+ -+ if (up <= 0) -+ up = 0; -+ -+ if (dn == 2) // if ³sÄò 2 ­Ó2¬í retry count< 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount <= 2) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter<3!!\n")); -+ } -+ } -+ else //retry count > 3, ¥u­n1¦¸ retry count > 3, «h½Õ¯¶WiFi duration -+ { -+ if (WaitCount == 1) -+ m++; // Á×§K¤@ª½¦b¨â­Ólevel¤¤¨Ó¦^ -+ else -+ m = 1; -+ -+ if ( m >= 20) //m ³Ì¤j­È = 20 ' ³Ì¤j120¬í recheck¬O§_½Õ¾ã WiFi duration. -+ m = 20; -+ -+ n = 3*m; -+ up = 0; -+ dn = 0; -+ WaitCount = 0; -+ result = -1; -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], Decrease wifi duration for retryCounter>3!!\n")); -+ } -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], max Interval = %d\n", maxInterval)); -+ if(maxInterval == 1) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ pCoexDm->psTdmaDuAdjType = 5; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ pCoexDm->psTdmaDuAdjType = 13; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 71) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ pCoexDm->psTdmaDuAdjType = 1; -+ } -+ else if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 71); -+ pCoexDm->psTdmaDuAdjType = 71; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ pCoexDm->psTdmaDuAdjType = 9; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 2) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 6); -+ pCoexDm->psTdmaDuAdjType = 6; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ pCoexDm->psTdmaDuAdjType = 14; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 2); -+ pCoexDm->psTdmaDuAdjType = 2; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ pCoexDm->psTdmaDuAdjType = 10; -+ } -+ } -+ } -+ } -+ else if(maxInterval == 3) -+ { -+ if(bTxPause) -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 1\n")); -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 8); -+ pCoexDm->psTdmaDuAdjType = 8; -+ } -+ else if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 16); -+ pCoexDm->psTdmaDuAdjType = 16; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 7); -+ pCoexDm->psTdmaDuAdjType = 7; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 15); -+ pCoexDm->psTdmaDuAdjType = 15; -+ } -+ } -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], TxPause = 0\n")); -+ if(pCoexDm->curPsTdma == 5) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 6) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 7) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 8) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ if(pCoexDm->curPsTdma == 13) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 14) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 15) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 16) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ if(result == -1) -+ { -+ if(pCoexDm->curPsTdma == 1) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 4); -+ pCoexDm->psTdmaDuAdjType = 4; -+ } -+ else if(pCoexDm->curPsTdma == 9) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 12); -+ pCoexDm->psTdmaDuAdjType = 12; -+ } -+ } -+ else if (result == 1) -+ { -+ if(pCoexDm->curPsTdma == 4) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 3) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 2) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 3); -+ pCoexDm->psTdmaDuAdjType = 3; -+ } -+ else if(pCoexDm->curPsTdma == 12) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 11) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ else if(pCoexDm->curPsTdma == 10) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 11); -+ pCoexDm->psTdmaDuAdjType = 11; -+ } -+ } -+ } -+ } -+ } -+ -+ // if current PsTdma not match with the recorded one (when scan, dhcp...), -+ // then we have to adjust it back to the previous record one. -+ if(pCoexDm->curPsTdma != pCoexDm->psTdmaDuAdjType) -+ { -+ BOOLEAN bScan=FALSE, bLink=FALSE, bRoam=FALSE; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], PsTdma type dismatch!!!, curPsTdma=%d, recordPsTdma=%d\n", -+ pCoexDm->curPsTdma, pCoexDm->psTdmaDuAdjType)); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ -+ if( !bScan && !bLink && !bRoam) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, pCoexDm->psTdmaDuAdjType); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], roaming/link/scan is under progress, will adjust next time!!!\n")); -+ } -+ } -+ -+ // when halbtc8821aCsr2ant_TdmaDurationAdjust() is called, fw dac swing is included in the function. -+ //if(pCoexDm->psTdmaDuAdjType == 71) -+ // halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0xc); //Skip because A2DP get worse at HT40 -+ //else -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 0x6); -+} -+ -+// SCO only or SCO+PAN(HS) -+VOID -+halbtc8821aCsr2ant_ActionSco( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState,btRssiState; -+ u4Byte wifiBw; -+ -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55555555, 0x55555555, 0xffffff, 0x3); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); -+ -+ halbtc8821aCsr2ant_LowPenaltyRa(pBtCoexist, NORMAL_EXEC, TRUE); -+ -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 1, 0, 2, 0); -+ -+ if(pCoexSta->bSlave == FALSE) -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x4); -+ else -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x2); -+ -+/* -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 4); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for SCO quality at 11b/g mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x5a5a5a5a, 0x5a5a5a5a, 0xffff, 0x3); -+ } -+ else //for SCO quality & wifi performance balance at 11n mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x5aea5aea, 0x5aea5aea, 0xffff, 0x3); -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ -+ // fw mechanism -+ //halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); //for voice quality -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); //for voice quality -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ //halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); //for voice quality -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 0); //for voice quality -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+*/ -+} -+ -+ -+VOID -+halbtc8821aCsr2ant_ActionHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5a5a5a5a, 0xffff, 0x3); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5aea5aea, 0xffff, 0x3); -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 9); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 13); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//A2DP only / PAN(EDR) only/ A2DP+PAN(HS) -+VOID -+halbtc8821aCsr2ant_ActionA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ halbtc8821aCsr2ant_LimitedRx(pBtCoexist, NORMAL_EXEC, FALSE, TRUE, 0x8); -+ -+ if(pCoexSta->bSlave == FALSE) -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0xfdfdfdfd, 0xdfdadfda, 0xffffff, 0x3); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 22); -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0, 1); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x0c); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0xfdfdfdfd, 0xdfdadfda, 0xffffff, 0x3); -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 23); -+ halbtc8821aCsr2ant_LimitedTx(pBtCoexist, NORMAL_EXEC, 0, 0, 0, 0, 2); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,TRUE,0x18); -+ } -+ -+/* -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ //fw dac swing is called in halbtc8821aCsr2ant_TdmaDurationAdjust() -+ //halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 1); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+*/ -+} -+ -+VOID -+halbtc8821aCsr2ant_ActionA2dpPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2,35, 0); -+ -+ //fw dac swing is called in halbtc8821aCsr2ant_TdmaDurationAdjust() -+ //halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 2); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 2); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 1); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_ActionPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5aff5aff, 0xffff, 0x3); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5aff5aff, 0xffff, 0x3); -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 1); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 5); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+ -+//PAN(HS) only -+VOID -+halbtc8821aCsr2ant_ActionPanHs( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ } -+ -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, FALSE, 1); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+//PAN(EDR)+A2DP -+VOID -+halbtc8821aCsr2ant_ActionPanEdrA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5afa5afa, 0xffff, 0x3); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5afa5afa, 0xffff, 0x3); -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ }; -+ } -+ else -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, FALSE, 3); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, FALSE, TRUE, 3); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,FALSE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_ActionPanEdrHid( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState; -+ u4Byte wifiBw; -+ -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5a5f5a5f, 0xffff, 0x3); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5a5f5a5f, 0xffff, 0x3); -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 3); -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 10); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_PsTdma(pBtCoexist, NORMAL_EXEC, TRUE, 14); -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+// HID+A2DP+PAN(EDR) -+VOID -+halbtc8821aCsr2ant_ActionHidA2dpPanEdr( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ halbtc8821aCsr2ant_FwDacSwingLvl(pBtCoexist, NORMAL_EXEC, 6); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5a5a5a5a, 0xffff, 0x3); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5a5a5a5a, 0xffff, 0x3); -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 3); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 3); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_ActionHidA2dp( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ u1Byte wifiRssiState, btRssiState, btInfoExt; -+ u4Byte wifiBw; -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ wifiRssiState = halbtc8821aCsr2ant_WifiRssiState(pBtCoexist, 0, 2, 15, 0); -+ btRssiState = halbtc8821aCsr2ant_BtRssiState(2, 35, 0); -+ -+ if(halbtc8821aCsr2ant_NeedToDecBtPwr(pBtCoexist)) -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, TRUE); -+ else -+ halbtc8821aCsr2ant_DecBtPwr(pBtCoexist, NORMAL_EXEC, FALSE); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ -+ if (BTC_WIFI_BW_LEGACY == wifiBw) //for HID at 11b/g mode -+ { -+//Allen halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5a5a5a5a, 0xffff, 0x3); -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5f5b5f5b, 0xffffff, 0x3); -+ } -+ else //for HID quality & wifi performance balance at 11n mode -+ { -+//Allen halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5a5a5a5a, 0xffff, 0x3); -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, NORMAL_EXEC, 0x55ff55ff, 0x5f5b5f5b, 0xffffff, 0x3); -+ -+ } -+ -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,TRUE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+ else -+ { -+ // fw mechanism -+ if( (btRssiState == BTC_RSSI_STATE_HIGH) || -+ (btRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+// halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 2); -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ -+ } -+ else //a2dp edr rate -+ { -+//Allen halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, FALSE, 2); -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ } -+ else -+ { -+ if(btInfoExt&BIT0) //a2dp basic rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ else //a2dp edr rate -+ { -+ halbtc8821aCsr2ant_TdmaDurationAdjust(pBtCoexist, TRUE, TRUE, 2); -+ } -+ } -+ -+ // sw mechanism -+ if( (wifiRssiState == BTC_RSSI_STATE_HIGH) || -+ (wifiRssiState == BTC_RSSI_STATE_STAY_HIGH) ) -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,TRUE,FALSE,FALSE,0x18); -+ } -+ else -+ { -+ halbtc8821aCsr2ant_SwMechanism1(pBtCoexist,FALSE,TRUE,FALSE,FALSE); -+ halbtc8821aCsr2ant_SwMechanism2(pBtCoexist,FALSE,FALSE,FALSE,0x18); -+ } -+ } -+} -+ -+VOID -+halbtc8821aCsr2ant_RunCoexistMechanism( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ BOOLEAN bWifiUnder5G=FALSE; -+ u1Byte btInfoOriginal=0, btRetryCnt=0; -+ u1Byte algorithm=0; -+ -+ if(pBtCoexist->bManualControl) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Manual control!!!\n")); -+ return; -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ -+ if(bWifiUnder5G) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], RunCoexistMechanism(), run 5G coex setting!!<===\n")); -+ halbtc8821aCsr2ant_CoexUnder5G(pBtCoexist); -+ return; -+ } -+ -+ //if(pStackInfo->bProfileNotified) -+ { -+ algorithm = halbtc8821aCsr2ant_ActionAlgorithm(pBtCoexist); -+ if(pCoexSta->bC2hBtInquiryPage && (BT_8821A_CSR_2ANT_COEX_ALGO_PANHS!=algorithm)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT is under inquiry/page scan !!\n")); -+ halbtc8821aCsr2ant_BtInquiryPage(pBtCoexist); -+ return; -+ } -+ -+ pCoexDm->curAlgorithm = algorithm; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Algorithm = %d \n", pCoexDm->curAlgorithm)); -+ -+ if(halbtc8821aCsr2ant_IsCommonAction(pBtCoexist)) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant common.\n")); -+ pCoexDm->bResetTdmaAdjust = TRUE; -+ } -+ else -+ { -+ if(pCoexDm->curAlgorithm != pCoexDm->preAlgorithm) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], preAlgorithm=%d, curAlgorithm=%d\n", -+ pCoexDm->preAlgorithm, pCoexDm->curAlgorithm)); -+ pCoexDm->bResetTdmaAdjust = TRUE; -+ } -+ switch(pCoexDm->curAlgorithm) -+ { -+ case BT_8821A_CSR_2ANT_COEX_ALGO_SCO: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = SCO.\n")); -+ halbtc8821aCsr2ant_ActionSco(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID.\n")); -+ halbtc8821aCsr2ant_ActionHid(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP.\n")); -+ halbtc8821aCsr2ant_ActionA2dp(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_A2DP_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = A2DP+PAN(HS).\n")); -+ halbtc8821aCsr2ant_ActionA2dpPanHs(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR).\n")); -+ halbtc8821aCsr2ant_ActionPanEdr(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_PANHS: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HS mode.\n")); -+ halbtc8821aCsr2ant_ActionPanHs(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN+A2DP.\n")); -+ halbtc8821aCsr2ant_ActionPanEdrA2dp(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = PAN(EDR)+HID.\n")); -+ halbtc8821aCsr2ant_ActionPanEdrHid(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP_PANEDR: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP+PAN.\n")); -+ halbtc8821aCsr2ant_ActionHidA2dpPanEdr(pBtCoexist); -+ break; -+ case BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = HID+A2DP.\n")); -+ halbtc8821aCsr2ant_ActionHidA2dp(pBtCoexist); -+ break; -+ default: -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Action 2-Ant, algorithm = coexist All Off!!\n")); -+ halbtc8821aCsr2ant_CoexAllOff(pBtCoexist); -+ break; -+ } -+ pCoexDm->preAlgorithm = pCoexDm->curAlgorithm; -+ } -+ } -+} -+ -+ -+ -+//============================================================ -+// work around function start with wa_halbtc8821aCsr2ant_ -+//============================================================ -+//============================================================ -+// extern function start with EXhalbtc8821aCsr2ant_ -+//============================================================ -+VOID -+EXhalbtc8821aCsr2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ u4Byte u4Tmp=0; -+ u2Byte u2Tmp=0; -+ u1Byte u1Tmp=0; -+ u1Byte H2C_Parameter[2] ={0}; -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], 2Ant Init HW Config!!\n")); -+ -+ if(bWifiOnly) -+ return; -+ -+ //if(bBackUp) -+ { -+ // backup rf 0x1e value -+ pCoexDm->btRf0x1eBackup = pBtCoexist->fBtcGetRfReg(pBtCoexist, BTC_RF_A, 0x1e, 0xfffff); -+ pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); -+ pCoexDm->backupArfrCnt2 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); -+ pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); -+ pCoexDm->backupAmpduMaxTime = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); -+ pCoexDm->backupAmpduMaxNum = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x4ca); -+ } -+ -+ #if 0 /* REMOVE */ -+ // 0x790[5:0]=0x5 -+ u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); -+ u1Tmp &= 0xc0; -+ u1Tmp |= 0x5; -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x790, u1Tmp); -+ #endif -+ -+ //Antenna config -+ halbtc8821aCsr2ant_SetAntPath(pBtCoexist, BTC_ANT_WIFI_AT_MAIN, TRUE, FALSE); -+ -+ // PTA parameter -+ halbtc8821aCsr2ant_CoexTable(pBtCoexist, FORCE_EXEC, 0x55555555, 0x55555555, 0xffff, 0x3); -+ -+ // Enable counter statistics -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); //0x76e[3] =1, WLAN_Act control by PTA -+ pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ -+ #if 0 /* REMOVE */ -+ pBtCoexist->fBtcWrite1ByteBitMask(pBtCoexist, 0x40, 0x20, 0x1); -+ #endif -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Coex Mechanism Init!!\n")); -+ -+ halbtc8821aCsr2ant_InitCoexDm(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ pu1Byte cliBuf=pBtCoexist->cliBuf; -+ u1Byte u1Tmp[4], i, btInfoExt, psTdmaCase=0; -+ u4Byte u4Tmp[4]; -+ u4Byte fwVer=0, btPatchVer=0; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n ============[BT Coexist info]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "Ant PG number/ Ant mechanism:", \ -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum); -+ CL_PRINTF(cliBuf); -+ -+ if(pBtCoexist->bManualControl) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "[Action Manual control]!!"); -+ CL_PRINTF(cliBuf); -+ } -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %d", "BT stack/ hci ext ver", \ -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d_%d/ 0x%x/ 0x%x(%d)", "CoexVer/ FwVer/ PatchVer", \ -+ GLCoexVerDate8821aCsr2Ant, GLCoexVer8821aCsr2Ant, fwVer, btPatchVer, btPatchVer); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x ", "Wifi channel informed to BT", \ -+ pCoexDm->wifiChnlInfo[0], pCoexDm->wifiChnlInfo[1], -+ pCoexDm->wifiChnlInfo[2]); -+ CL_PRINTF(cliBuf); -+ -+ // wifi status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Wifi Status]============"); -+ CL_PRINTF(cliBuf); -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_WIFI_STATUS); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[BT Status]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s/ %d/ %d] ", "BT [status/ rssi/ retryCnt]", \ -+ ((pCoexSta->bC2hBtInquiryPage)?("inquiry/page scan"):((BT_8821A_CSR_2ANT_BT_STATUS_IDLE == pCoexDm->btStatus)? "idle":( (BT_8821A_CSR_2ANT_BT_STATUS_CONNECTED_IDLE == pCoexDm->btStatus)? "connected-idle":"busy"))), -+ pCoexSta->btRssi, pCoexSta->btRetryCnt); -+ CL_PRINTF(cliBuf); -+ -+ if(pStackInfo->bProfileNotified) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "SCO/HID/PAN/A2DP", \ -+ pStackInfo->bScoExist, pStackInfo->bHidExist, pStackInfo->bPanExist, pStackInfo->bA2dpExist); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_BT_LINK_INFO); -+ } -+ -+ btInfoExt = pCoexSta->btInfoExt; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "BT Info A2DP rate", \ -+ (btInfoExt&BIT0)? "Basic rate":"EDR rate"); -+ CL_PRINTF(cliBuf); -+ -+ for(i=0; ibtInfoC2hCnt[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x %02x(%d)", GLBtInfoSrc8821aCsr2Ant[i], \ -+ pCoexSta->btInfoC2h[i][0], pCoexSta->btInfoC2h[i][1], -+ pCoexSta->btInfoC2h[i][2], pCoexSta->btInfoC2h[i][3], -+ pCoexSta->btInfoC2h[i][4], pCoexSta->btInfoC2h[i][5], -+ pCoexSta->btInfoC2h[i][6], pCoexSta->btInfoC2hCnt[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ -+ // Sw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Sw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "SM1[ShRf/ LpRA/ LimDig]", \ -+ pCoexDm->bCurRfRxLpfShrink, pCoexDm->bCurLowPenaltyRa, pCoexDm->bLimitedDig); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d(0x%x) ", "SM2[AgcT/ AdcB/ SwDacSwing(lvl)]", \ -+ pCoexDm->bCurAgcTableEn, pCoexDm->bCurAdcBackOff, pCoexDm->bCurDacSwingOn, pCoexDm->curDacSwingLvl); -+ CL_PRINTF(cliBuf); -+ -+ // Fw mechanism -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Fw mechanism]============"); -+ CL_PRINTF(cliBuf); -+ -+ if(!pBtCoexist->bManualControl) -+ { -+ psTdmaCase = pCoexDm->curPsTdma; -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x case-%d", "PS TDMA", \ -+ pCoexDm->psTdmaPara[0], pCoexDm->psTdmaPara[1], -+ pCoexDm->psTdmaPara[2], pCoexDm->psTdmaPara[3], -+ pCoexDm->psTdmaPara[4], psTdmaCase); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d ", "DecBtPwr/ IgnWlanAct", \ -+ pCoexDm->bCurDecBtPwr, pCoexDm->bCurIgnoreWlanAct); -+ CL_PRINTF(cliBuf); -+ } -+ -+ // Hw setting -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Hw setting]============"); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "RF-A, 0x1e initVal", \ -+ pCoexDm->btRf0x1eBackup); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x6cc); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x ", "0x778 (W_Act)/ 0x6cc (CoTab Sel)", \ -+ u1Tmp[0], u1Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x8db); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xc5b); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x8db(ADC)/0xc5b[29:25](DAC)", \ -+ ((u1Tmp[0]&0x60)>>5), ((u1Tmp[1]&0x3e)>>1)); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xcb4); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xcb4[7:0](ctrl)/ 0xcb4[29:28](val)", \ -+ u4Tmp[0]&0xff, ((u4Tmp[0]&0x30000000)>>28)); -+ CL_PRINTF(cliBuf); -+ -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x974); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x40/ 0x4c[24:23]/ 0x974", \ -+ u1Tmp[0], ((u4Tmp[0]&0x01800000)>>23), u4Tmp[1]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x550); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0x550(bcn ctrl)/0x522", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa0a); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "0xc50(DIG)/0xa0a(CCK-TH)", \ -+ u4Tmp[0], u1Tmp[0]); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf48); -+ u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); -+ u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5c); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x", "OFDM-FA/ CCK-FA", \ -+ u4Tmp[0], (u1Tmp[0]<<8) + u1Tmp[1] ); -+ CL_PRINTF(cliBuf); -+ -+ u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c0); -+ u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); -+ u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x/ 0x%x/ 0x%x", "0x6c0/0x6c4/0x6c8", \ -+ u4Tmp[0], u4Tmp[1], u4Tmp[2]); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x770 (hi-pri Rx/Tx)", \ -+ pCoexSta->highPriorityRx, pCoexSta->highPriorityTx); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "0x774(low-pri Rx/Tx)", \ -+ pCoexSta->lowPriorityRx, pCoexSta->lowPriorityTx); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcDispDbgMsg(pBtCoexist, BTC_DBG_DISP_COEX_STATISTICS); -+} -+ -+ -+VOID -+EXhalbtc8821aCsr2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_IPS_ENTER == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS ENTER notify\n")); -+ pCoexSta->bUnderIps = TRUE; -+ halbtc8821aCsr2ant_CoexAllOff(pBtCoexist); -+ } -+ else if(BTC_IPS_LEAVE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], IPS LEAVE notify\n")); -+ pCoexSta->bUnderIps = FALSE; -+ //halbtc8821aCsr2ant_InitCoexDm(pBtCoexist); -+ } -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_LPS_ENABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS ENABLE notify\n")); -+ pCoexSta->bUnderLps = TRUE; -+ } -+ else if(BTC_LPS_DISABLE == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], LPS DISABLE notify\n")); -+ pCoexSta->bUnderLps = FALSE; -+ } -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_SCAN_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN START notify\n")); -+ } -+ else if(BTC_SCAN_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], SCAN FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(BTC_ASSOCIATE_START == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT START notify\n")); -+ } -+ else if(BTC_ASSOCIATE_FINISH == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CONNECT FINISH notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ u1Byte H2C_Parameter[3] ={0}; -+ u4Byte wifiBw; -+ u1Byte wifiCentralChnl; -+ -+ if(BTC_MEDIA_CONNECT == type) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA connect notify\n")); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], MEDIA disconnect notify\n")); -+ } -+ -+ // only 2.4G we need to inform bt the chnl mask -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_CENTRAL_CHNL, &wifiCentralChnl); -+ if( (BTC_MEDIA_CONNECT == type) && -+ (wifiCentralChnl <= 14) ) -+ { -+ H2C_Parameter[0] = 0x1; -+ H2C_Parameter[1] = wifiCentralChnl; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ if(BTC_WIFI_BW_HT40 == wifiBw) -+ H2C_Parameter[2] = 0x30; -+ else -+ H2C_Parameter[2] = 0x20; -+ } -+ -+ #if 0 /* REMOVE */ -+ pCoexDm->wifiChnlInfo[0] = H2C_Parameter[0]; -+ pCoexDm->wifiChnlInfo[1] = H2C_Parameter[1]; -+ pCoexDm->wifiChnlInfo[2] = H2C_Parameter[2]; -+ -+ RT_TRACE(COMP_COEX, DBG_TRACE, ("[BTCoex], FW write 0x66=0x%x\n", -+ H2C_Parameter[0]<<16|H2C_Parameter[1]<<8|H2C_Parameter[2])); -+ -+ rtw_warn_on(_BTCOEX_CSR); -+ pBtCoexist->fBtcFillH2c(pBtCoexist, 0x66, 3, H2C_Parameter); -+ #endif -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(type == BTC_PACKET_DHCP) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], DHCP Packet notify\n")); -+ } -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ) -+{ -+ u1Byte btInfo=0; -+ u1Byte i, rspSource=0; -+ BOOLEAN bBtBusy=FALSE, bLimitedDig=FALSE; -+ BOOLEAN bWifiConnected=FALSE, bBtHsOn=FALSE, bWifiUnder5G=FALSE; -+ -+ pCoexSta->bC2hBtInfoReqSent = FALSE; -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &bWifiUnder5G); -+ -+ rspSource = tmpBuf[0]&0xf; -+ if(rspSource >= BT_INFO_SRC_8821A_CSR_2ANT_MAX) -+ rspSource = BT_INFO_SRC_8821A_CSR_2ANT_WIFI_FW; -+ pCoexSta->btInfoC2hCnt[rspSource]++; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Bt info[%d], length=%d, hex data=[", rspSource, length)); -+ for(i=0; ibtInfoC2h[rspSource][i] = tmpBuf[i]; -+ if(i == 1) -+ btInfo = tmpBuf[i]; -+ if(i == length-1) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x]\n", tmpBuf[i])); -+ } -+ else -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("0x%02x, ", tmpBuf[i])); -+ } -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_CONNECTED, &bWifiConnected); -+ if(BT_INFO_SRC_8821A_CSR_2ANT_WIFI_FW != rspSource) -+ { -+ pCoexSta->btRetryCnt = // [3:0] -+ pCoexSta->btInfoC2h[rspSource][2]&0xf; -+ -+ pCoexSta->btRssi = -+ pCoexSta->btInfoC2h[rspSource][3]*2+10; -+ -+ pCoexSta->btInfoExt = -+ pCoexSta->btInfoC2h[rspSource][4]; -+ -+ #if 0 /* REMOVE */ -+ // Here we need to resend some wifi info to BT -+ // because bt is reset and loss of the info. -+ if( (pCoexSta->btInfoExt & BIT1) ) -+ { -+ -+ if(bWifiConnected) -+ { -+ EXhalbtc8821aCsr2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_CONNECT); -+ } -+ else -+ { -+ EXhalbtc8821aCsr2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+ } -+ } -+ #endif -+ -+ #if 0 /* REMOVE */ -+ if(!pBtCoexist->bManualControl && !bWifiUnder5G) -+ { -+ if( (pCoexSta->btInfoExt&BIT3) ) -+ { -+ if(bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT NOT to ignore Wlan active!!\n")); -+ halbtc8821aCsr2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, FALSE); -+ } -+ } -+ else -+ { -+ // BT already NOT ignore Wlan active, do nothing here. -+ if(!bWifiConnected) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT ext info bit3 check, set BT to ignore Wlan active!!\n")); -+ halbtc8821aCsr2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+ } -+ } -+ #endif -+ -+ #if 0 /* REMOVE */ -+ if( (pCoexSta->btInfoExt & BIT4) ) -+ { -+ // BT auto report already enabled, do nothing -+ } -+ else -+ { -+ halbtc8821aCsr2ant_BtAutoReport(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+ #endif -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ -+ if(btInfo == BT_INFO_8821A_CSR_2ANT_B_CONNECTION) // connection exists but no busy -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ pCoexDm->btStatus = BT_8821A_CSR_2ANT_BT_STATUS_CONNECTED_IDLE; -+ } -+ else if(btInfo & BT_INFO_8821A_CSR_2ANT_B_CONNECTION) // connection exists and some link is busy -+ { -+ pCoexSta->bBtLinkExist = TRUE; -+ -+ if(btInfo & BT_INFO_8821A_CSR_2ANT_B_FTP) -+ pCoexSta->bPanExist = TRUE; -+ else -+ pCoexSta->bPanExist = FALSE; -+ -+ if(btInfo & BT_INFO_8821A_CSR_2ANT_B_A2DP) -+ pCoexSta->bA2dpExist = TRUE; -+ else -+ pCoexSta->bA2dpExist = FALSE; -+ -+ if(btInfo & BT_INFO_8821A_CSR_2ANT_B_HID) -+ pCoexSta->bHidExist = TRUE; -+ else -+ pCoexSta->bHidExist = FALSE; -+ -+ if(btInfo & BT_INFO_8821A_CSR_2ANT_B_SCO_ESCO) -+ pCoexSta->bScoExist = TRUE; -+ else -+ pCoexSta->bScoExist = FALSE; -+ -+ if (pCoexSta->btInfoExt & 0x80) -+ pCoexSta->bSlave = TRUE; //Slave -+ else -+ pCoexSta->bSlave = FALSE; //Master -+ -+ pCoexDm->btStatus = BT_8821A_CSR_2ANT_BT_STATUS_NON_IDLE; -+ } -+ else -+ { -+ pCoexSta->bBtLinkExist = FALSE; -+ pCoexSta->bPanExist = FALSE; -+ pCoexSta->bA2dpExist = FALSE; -+ pCoexSta->bSlave = FALSE; -+ pCoexSta->bHidExist = FALSE; -+ pCoexSta->bScoExist = FALSE; -+ pCoexDm->btStatus = BT_8821A_CSR_2ANT_BT_STATUS_IDLE; -+ } -+ -+ if(bBtHsOn) -+ { -+ pCoexDm->btStatus = BT_8821A_CSR_2ANT_BT_STATUS_NON_IDLE; -+ } -+ -+ if(btInfo & BT_INFO_8821A_CSR_2ANT_B_INQ_PAGE) -+ { -+ pCoexSta->bC2hBtInquiryPage = TRUE; -+ pCoexDm->btStatus = BT_8821A_CSR_2ANT_BT_STATUS_NON_IDLE; -+ } -+ else -+ { -+ pCoexSta->bC2hBtInquiryPage = FALSE; -+ } -+ -+ -+ if(BT_8821A_CSR_2ANT_BT_STATUS_NON_IDLE == pCoexDm->btStatus) -+ { -+ bBtBusy = TRUE; -+ } -+ else -+ { -+ bBtBusy = FALSE; -+ } -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bBtBusy); -+ -+ if(BT_8821A_CSR_2ANT_BT_STATUS_IDLE != pCoexDm->btStatus) -+ { -+ bLimitedDig = TRUE; -+ } -+ else -+ { -+ bLimitedDig = FALSE; -+ } -+ pCoexDm->bLimitedDig = bLimitedDig; -+ pBtCoexist->fBtcSet(pBtCoexist, BTC_SET_BL_BT_LIMITED_DIG, &bLimitedDig); -+ -+ halbtc8821aCsr2ant_RunCoexistMechanism(pBtCoexist); -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Halt notify\n")); -+ -+ halbtc8821aCsr2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ EXhalbtc8821aCsr2ant_MediaStatusNotify(pBtCoexist, BTC_MEDIA_DISCONNECT); -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify\n")); -+ -+ if(BTC_WIFI_PNP_SLEEP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to SLEEP\n")); -+ halbtc8821aCsr2ant_IgnoreWlanAct(pBtCoexist, FORCE_EXEC, TRUE); -+ } -+ else if(BTC_WIFI_PNP_WAKE_UP == pnpState) -+ { -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Pnp notify to WAKE UP\n")); -+ } -+} -+ -+VOID -+EXhalbtc8821aCsr2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ) -+{ -+ static u1Byte disVerInfoCnt=0; -+ u4Byte fwVer=0, btPatchVer=0; -+ PBTC_BOARD_INFO pBoardInfo=&pBtCoexist->boardInfo; -+ PBTC_STACK_INFO pStackInfo=&pBtCoexist->stackInfo; -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ==========================Periodical===========================\n")); -+ -+ if(disVerInfoCnt <= 5) -+ { -+ disVerInfoCnt += 1; -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Ant PG Num/ Ant Mech/ Ant Pos = %d/ %d/ %d\n", -+ pBoardInfo->pgAntNum, pBoardInfo->btdmAntNum, pBoardInfo->btdmAntPos)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], BT stack/ hci ext ver = %s / %d\n", -+ ((pStackInfo->bProfileNotified)? "Yes":"No"), pStackInfo->hciVersion)); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_BT_PATCH_VER, &btPatchVer); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_FW_VER, &fwVer); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], CoexVer/ FwVer/ PatchVer = %d_%x/ 0x%x/ 0x%x(%d)\n", -+ GLCoexVerDate8821aCsr2Ant, GLCoexVer8821aCsr2Ant, fwVer, btPatchVer, btPatchVer)); -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], ****************************************************************\n")); -+ } -+ -+ //halbtc8821aCsr2ant_QueryBtInfo(pBtCoexist); -+ //halbtc8821aCsr2ant_RunCoexistMechanism(pBtCoexist); -+ halbtc8821aCsr2ant_MonitorBtCtr(pBtCoexist); -+ halbtc8821aCsr2ant_MonitorBtEnableDisable(pBtCoexist); -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.h linux/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtc8821aCsr2Ant.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,207 @@ -+//=========================================== -+// The following is for 8821A_CSR 2Ant BT Co-exist definition -+//=========================================== -+#define BT_INFO_8821A_CSR_2ANT_B_FTP BIT7 -+#define BT_INFO_8821A_CSR_2ANT_B_A2DP BIT6 -+#define BT_INFO_8821A_CSR_2ANT_B_HID BIT5 -+#define BT_INFO_8821A_CSR_2ANT_B_SCO_BUSY BIT4 -+#define BT_INFO_8821A_CSR_2ANT_B_ACL_BUSY BIT3 -+#define BT_INFO_8821A_CSR_2ANT_B_INQ_PAGE BIT2 -+#define BT_INFO_8821A_CSR_2ANT_B_SCO_ESCO BIT1 -+#define BT_INFO_8821A_CSR_2ANT_B_CONNECTION BIT0 -+ -+#define BTC_RSSI_COEX_THRESH_TOL_8821A_CSR_2ANT 2 -+ -+typedef enum _BT_INFO_SRC_8821A_CSR_2ANT{ -+ BT_INFO_SRC_8821A_CSR_2ANT_WIFI_FW = 0x0, -+ BT_INFO_SRC_8821A_CSR_2ANT_BT_RSP = 0x1, -+ BT_INFO_SRC_8821A_CSR_2ANT_BT_ACTIVE_SEND = 0x2, -+ BT_INFO_SRC_8821A_CSR_2ANT_MAX -+}BT_INFO_SRC_8821A_CSR_2ANT,*PBT_INFO_SRC_8821A_CSR_2ANT; -+ -+typedef enum _BT_8821A_CSR_2ANT_BT_STATUS{ -+ BT_8821A_CSR_2ANT_BT_STATUS_IDLE = 0x0, -+ BT_8821A_CSR_2ANT_BT_STATUS_CONNECTED_IDLE = 0x1, -+ BT_8821A_CSR_2ANT_BT_STATUS_NON_IDLE = 0x2, -+ BT_8821A_CSR_2ANT_BT_STATUS_MAX -+}BT_8821A_CSR_2ANT_BT_STATUS,*PBT_8821A_CSR_2ANT_BT_STATUS; -+ -+typedef enum _BT_8821A_CSR_2ANT_COEX_ALGO{ -+ BT_8821A_CSR_2ANT_COEX_ALGO_UNDEFINED = 0x0, -+ BT_8821A_CSR_2ANT_COEX_ALGO_SCO = 0x1, -+ BT_8821A_CSR_2ANT_COEX_ALGO_HID = 0x2, -+ BT_8821A_CSR_2ANT_COEX_ALGO_A2DP = 0x3, -+ BT_8821A_CSR_2ANT_COEX_ALGO_A2DP_PANHS = 0x4, -+ BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR = 0x5, -+ BT_8821A_CSR_2ANT_COEX_ALGO_PANHS = 0x6, -+ BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_A2DP = 0x7, -+ BT_8821A_CSR_2ANT_COEX_ALGO_PANEDR_HID = 0x8, -+ BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP_PANEDR = 0x9, -+ BT_8821A_CSR_2ANT_COEX_ALGO_HID_A2DP = 0xa, -+ BT_8821A_CSR_2ANT_COEX_ALGO_MAX = 0xb, -+}BT_8821A_CSR_2ANT_COEX_ALGO,*PBT_8821A_CSR_2ANT_COEX_ALGO; -+ -+typedef struct _COEX_DM_8821A_CSR_2ANT{ -+ // fw mechanism -+ BOOLEAN bPreDecBtPwr; -+ BOOLEAN bCurDecBtPwr; -+ u1Byte preFwDacSwingLvl; -+ u1Byte curFwDacSwingLvl; -+ BOOLEAN bCurIgnoreWlanAct; -+ BOOLEAN bPreIgnoreWlanAct; -+ u1Byte prePsTdma; -+ u1Byte curPsTdma; -+ u1Byte psTdmaPara[6]; -+ u1Byte psTdmaDuAdjType; -+ BOOLEAN bResetTdmaAdjust; -+ BOOLEAN bPrePsTdmaOn; -+ BOOLEAN bCurPsTdmaOn; -+ BOOLEAN bPreBtAutoReport; -+ BOOLEAN bCurBtAutoReport; -+ -+ // sw mechanism -+ BOOLEAN bPreRfRxLpfShrink; -+ BOOLEAN bCurRfRxLpfShrink; -+ u4Byte btRf0x1eBackup; -+ BOOLEAN bPreLowPenaltyRa; -+ BOOLEAN bCurLowPenaltyRa; -+ BOOLEAN bPreDacSwingOn; -+ u4Byte preDacSwingLvl; -+ BOOLEAN bCurDacSwingOn; -+ u4Byte curDacSwingLvl; -+ BOOLEAN bPreAdcBackOff; -+ BOOLEAN bCurAdcBackOff; -+ BOOLEAN bPreAgcTableEn; -+ BOOLEAN bCurAgcTableEn; -+ u4Byte preVal0x6c0; -+ u4Byte curVal0x6c0; -+ u4Byte preVal0x6c4; -+ u4Byte curVal0x6c4; -+ u4Byte preVal0x6c8; -+ u4Byte curVal0x6c8; -+ u1Byte preVal0x6cc; -+ u1Byte curVal0x6cc; -+ BOOLEAN bLimitedDig; -+ -+ u4Byte preRaMask; -+ u4Byte curRaMask; -+ -+ u1Byte curAmpduNumType; -+ u1Byte preAmpduNumType; -+ u2Byte backupAmpduMaxNum; -+ -+ u1Byte curAmpduTimeType; -+ u1Byte preAmpduTimeType; -+ u1Byte backupAmpduMaxTime; -+ -+ u1Byte curArfrType; -+ u1Byte preArfrType; -+ u4Byte backupArfrCnt1; -+ u4Byte backupArfrCnt2; -+ -+ u1Byte curRetryLimitType; -+ u1Byte preRetryLimitType; -+ u2Byte backupRetryLimit; -+ -+ // algorithm related -+ u1Byte preAlgorithm; -+ u1Byte curAlgorithm; -+ u1Byte btStatus; -+ u1Byte wifiChnlInfo[3]; -+} COEX_DM_8821A_CSR_2ANT, *PCOEX_DM_8821A_CSR_2ANT; -+ -+typedef struct _COEX_STA_8821A_CSR_2ANT{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bSlave; -+ BOOLEAN bHidExist; -+ BOOLEAN bPanExist; -+ -+ BOOLEAN bUnderLps; -+ BOOLEAN bUnderIps; -+ u4Byte highPriorityTx; -+ u4Byte highPriorityRx; -+ u4Byte lowPriorityTx; -+ u4Byte lowPriorityRx; -+ u1Byte btRssi; -+ u1Byte preBtRssiState; -+ u1Byte preWifiRssiState[4]; -+ BOOLEAN bC2hBtInfoReqSent; -+ u1Byte btInfoC2h[BT_INFO_SRC_8821A_CSR_2ANT_MAX][10]; -+ u4Byte btInfoC2hCnt[BT_INFO_SRC_8821A_CSR_2ANT_MAX]; -+ BOOLEAN bC2hBtInquiryPage; -+ u1Byte btRetryCnt; -+ u1Byte btInfoExt; -+}COEX_STA_8821A_CSR_2ANT, *PCOEX_STA_8821A_CSR_2ANT; -+ -+//=========================================== -+// The following is interface which will notify coex module. -+//=========================================== -+VOID -+EXhalbtc8821aCsr2ant_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821aCsr2ant_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtc8821aCsr2ant_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821aCsr2ant_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821aCsr2ant_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821aCsr2ant_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821aCsr2ant_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821aCsr2ant_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821aCsr2ant_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtc8821aCsr2ant_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtc8821aCsr2ant_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821aCsr2ant_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtc8821aCsr2ant_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtc8821aCsr2ant_DisplayCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/HalBtcOutSrc.h linux/3rdparty/rtl8812au/hal/btc/HalBtcOutSrc.h ---- linux.old/3rdparty/rtl8812au/hal/btc/HalBtcOutSrc.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/HalBtcOutSrc.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,740 @@ -+#ifndef __HALBTC_OUT_SRC_H__ -+#define __HALBTC_OUT_SRC_H__ -+ -+#define NORMAL_EXEC FALSE -+#define FORCE_EXEC TRUE -+ -+#define BTC_RF_OFF 0x0 -+#define BTC_RF_ON 0x1 -+ -+#define BTC_RF_A 0x0 -+#define BTC_RF_B 0x1 -+#define BTC_RF_C 0x2 -+#define BTC_RF_D 0x3 -+ -+#define BTC_SMSP SINGLEMAC_SINGLEPHY -+#define BTC_DMDP DUALMAC_DUALPHY -+#define BTC_DMSP DUALMAC_SINGLEPHY -+#define BTC_MP_UNKNOWN 0xff -+ -+#define BT_COEX_ANT_TYPE_PG 0 -+#define BT_COEX_ANT_TYPE_ANTDIV 1 -+#define BT_COEX_ANT_TYPE_DETECTED 2 -+ -+#define BTC_MIMO_PS_STATIC 0 // 1ss -+#define BTC_MIMO_PS_DYNAMIC 1 // 2ss -+ -+#define BTC_RATE_DISABLE 0 -+#define BTC_RATE_ENABLE 1 -+ -+// single Antenna definition -+#define BTC_ANT_PATH_WIFI 0 -+#define BTC_ANT_PATH_BT 1 -+#define BTC_ANT_PATH_PTA 2 -+// dual Antenna definition -+#define BTC_ANT_WIFI_AT_MAIN 0 -+#define BTC_ANT_WIFI_AT_AUX 1 -+// coupler Antenna definition -+#define BTC_ANT_WIFI_AT_CPL_MAIN 0 -+#define BTC_ANT_WIFI_AT_CPL_AUX 1 -+ -+typedef enum _BTC_POWERSAVE_TYPE{ -+ BTC_PS_WIFI_NATIVE = 0, // wifi original power save behavior -+ BTC_PS_LPS_ON = 1, -+ BTC_PS_LPS_OFF = 2, -+ BTC_PS_MAX -+} BTC_POWERSAVE_TYPE, *PBTC_POWERSAVE_TYPE; -+ -+typedef enum _BTC_BT_REG_TYPE{ -+ BTC_BT_REG_RF = 0, -+ BTC_BT_REG_MODEM = 1, -+ BTC_BT_REG_BLUEWIZE = 2, -+ BTC_BT_REG_VENDOR = 3, -+ BTC_BT_REG_LE = 4, -+ BTC_BT_REG_MAX -+} BTC_BT_REG_TYPE, *PBTC_BT_REG_TYPE; -+ -+typedef enum _BTC_CHIP_INTERFACE{ -+ BTC_INTF_UNKNOWN = 0, -+ BTC_INTF_PCI = 1, -+ BTC_INTF_USB = 2, -+ BTC_INTF_SDIO = 3, -+ BTC_INTF_MAX -+} BTC_CHIP_INTERFACE, *PBTC_CHIP_INTERFACE; -+ -+typedef enum _BTC_CHIP_TYPE{ -+ BTC_CHIP_UNDEF = 0, -+ BTC_CHIP_CSR_BC4 = 1, -+ BTC_CHIP_CSR_BC8 = 2, -+ BTC_CHIP_RTL8723A = 3, -+ BTC_CHIP_RTL8821 = 4, -+ BTC_CHIP_RTL8723B = 5, -+ BTC_CHIP_MAX -+} BTC_CHIP_TYPE, *PBTC_CHIP_TYPE; -+ -+// following is for wifi link status -+#define WIFI_STA_CONNECTED BIT0 -+#define WIFI_AP_CONNECTED BIT1 -+#define WIFI_HS_CONNECTED BIT2 -+#define WIFI_P2P_GO_CONNECTED BIT3 -+#define WIFI_P2P_GC_CONNECTED BIT4 -+ -+// following is for command line utility -+#define CL_SPRINTF rsprintf -+#define CL_PRINTF DCMD_Printf -+ -+ -+typedef struct _BTC_BOARD_INFO{ -+ // The following is some board information -+ u1Byte btChipType; -+ u1Byte pgAntNum; // pg ant number -+ u1Byte btdmAntNum; // ant number for btdm -+ u1Byte btdmAntNumByAntDet; // ant number for btdm after antenna detection -+ u1Byte btdmAntPos; //Bryant Add to indicate Antenna Position for (pgAntNum = 2) && (btdmAntNum =1) (DPDT+1Ant case) -+ u1Byte singleAntPath; // current used for 8723b only, 1=>s0, 0=>s1 -+ u1Byte bTfbgaPackage; //for Antenna detect threshold -+ u1Byte btdmAntDetFinish; -+ u1Byte antType; -+} BTC_BOARD_INFO, *PBTC_BOARD_INFO; -+ -+typedef enum _BTC_DBG_OPCODE{ -+ BTC_DBG_SET_COEX_NORMAL = 0x0, -+ BTC_DBG_SET_COEX_WIFI_ONLY = 0x1, -+ BTC_DBG_SET_COEX_BT_ONLY = 0x2, -+ BTC_DBG_SET_COEX_DEC_BT_PWR = 0x3, -+ BTC_DBG_SET_COEX_BT_AFH_MAP = 0x4, -+ BTC_DBG_SET_COEX_BT_IGNORE_WLAN_ACT = 0x5, -+ BTC_DBG_MAX -+}BTC_DBG_OPCODE,*PBTC_DBG_OPCODE; -+ -+typedef enum _BTC_RSSI_STATE{ -+ BTC_RSSI_STATE_HIGH = 0x0, -+ BTC_RSSI_STATE_MEDIUM = 0x1, -+ BTC_RSSI_STATE_LOW = 0x2, -+ BTC_RSSI_STATE_STAY_HIGH = 0x3, -+ BTC_RSSI_STATE_STAY_MEDIUM = 0x4, -+ BTC_RSSI_STATE_STAY_LOW = 0x5, -+ BTC_RSSI_MAX -+}BTC_RSSI_STATE,*PBTC_RSSI_STATE; -+#define BTC_RSSI_HIGH(_rssi_) ((_rssi_==BTC_RSSI_STATE_HIGH||_rssi_==BTC_RSSI_STATE_STAY_HIGH)? TRUE:FALSE) -+#define BTC_RSSI_MEDIUM(_rssi_) ((_rssi_==BTC_RSSI_STATE_MEDIUM||_rssi_==BTC_RSSI_STATE_STAY_MEDIUM)? TRUE:FALSE) -+#define BTC_RSSI_LOW(_rssi_) ((_rssi_==BTC_RSSI_STATE_LOW||_rssi_==BTC_RSSI_STATE_STAY_LOW)? TRUE:FALSE) -+ -+typedef enum _BTC_WIFI_ROLE{ -+ BTC_ROLE_STATION = 0x0, -+ BTC_ROLE_AP = 0x1, -+ BTC_ROLE_IBSS = 0x2, -+ BTC_ROLE_HS_MODE = 0x3, -+ BTC_ROLE_MAX -+}BTC_WIFI_ROLE,*PBTC_WIFI_ROLE; -+ -+typedef enum _BTC_WIRELESS_FREQ{ -+ BTC_FREQ_2_4G = 0x0, -+ BTC_FREQ_5G = 0x1, -+ BTC_FREQ_MAX -+}BTC_WIRELESS_FREQ,*PBTC_WIRELESS_FREQ; -+ -+typedef enum _BTC_WIFI_BW_MODE{ -+ BTC_WIFI_BW_LEGACY = 0x0, -+ BTC_WIFI_BW_HT20 = 0x1, -+ BTC_WIFI_BW_HT40 = 0x2, -+ BTC_WIFI_BW_HT80 = 0x3, -+ BTC_WIFI_BW_HT160 = 0x4, -+ BTC_WIFI_BW_MAX -+}BTC_WIFI_BW_MODE,*PBTC_WIFI_BW_MODE; -+ -+typedef enum _BTC_WIFI_TRAFFIC_DIR{ -+ BTC_WIFI_TRAFFIC_TX = 0x0, -+ BTC_WIFI_TRAFFIC_RX = 0x1, -+ BTC_WIFI_TRAFFIC_MAX -+}BTC_WIFI_TRAFFIC_DIR,*PBTC_WIFI_TRAFFIC_DIR; -+ -+typedef enum _BTC_WIFI_PNP{ -+ BTC_WIFI_PNP_WAKE_UP = 0x0, -+ BTC_WIFI_PNP_SLEEP = 0x1, -+ BTC_WIFI_PNP_MAX -+}BTC_WIFI_PNP,*PBTC_WIFI_PNP; -+ -+typedef enum _BTC_IOT_PEER -+{ -+ BTC_IOT_PEER_UNKNOWN = 0, -+ BTC_IOT_PEER_REALTEK = 1, -+ BTC_IOT_PEER_REALTEK_92SE = 2, -+ BTC_IOT_PEER_BROADCOM = 3, -+ BTC_IOT_PEER_RALINK = 4, -+ BTC_IOT_PEER_ATHEROS = 5, -+ BTC_IOT_PEER_CISCO = 6, -+ BTC_IOT_PEER_MERU = 7, -+ BTC_IOT_PEER_MARVELL = 8, -+ BTC_IOT_PEER_REALTEK_SOFTAP = 9,// peer is RealTek SOFT_AP, by Bohn, 2009.12.17 -+ BTC_IOT_PEER_SELF_SOFTAP = 10, // Self is SoftAP -+ BTC_IOT_PEER_AIRGO = 11, -+ BTC_IOT_PEER_INTEL = 12, -+ BTC_IOT_PEER_RTK_APCLIENT = 13, -+ BTC_IOT_PEER_REALTEK_81XX = 14, -+ BTC_IOT_PEER_REALTEK_WOW = 15, -+ BTC_IOT_PEER_REALTEK_JAGUAR_BCUTAP = 16, -+ BTC_IOT_PEER_REALTEK_JAGUAR_CCUTAP = 17, -+ BTC_IOT_PEER_MAX, -+}BTC_IOT_PEER, *PBTC_IOT_PEER; -+ -+//for 8723b-d cut large current issue -+typedef enum _BT_WIFI_COEX_STATE{ -+ BTC_WIFI_STAT_INIT, -+ BTC_WIFI_STAT_IQK, -+ BTC_WIFI_STAT_NORMAL_OFF, -+ BTC_WIFI_STAT_MP_OFF, -+ BTC_WIFI_STAT_NORMAL, -+ BTC_WIFI_STAT_ANT_DIV, -+ BTC_WIFI_STAT_MAX -+}BT_WIFI_COEX_STATE,*PBT_WIFI_COEX_STATE; -+ -+typedef enum _BT_ANT_TYPE{ -+ BTC_ANT_TYPE_0, -+ BTC_ANT_TYPE_1, -+ BTC_ANT_TYPE_2, -+ BTC_ANT_TYPE_3, -+ BTC_ANT_TYPE_4, -+ BTC_ANT_TYPE_MAX -+}BT_ANT_TYPE,*PBT_ANT_TYPE; -+ -+// defined for BFP_BTC_GET -+typedef enum _BTC_GET_TYPE{ -+ // type BOOLEAN -+ BTC_GET_BL_HS_OPERATION, -+ BTC_GET_BL_HS_CONNECTING, -+ BTC_GET_BL_WIFI_CONNECTED, -+ BTC_GET_BL_WIFI_BUSY, -+ BTC_GET_BL_WIFI_SCAN, -+ BTC_GET_BL_WIFI_LINK, -+ BTC_GET_BL_WIFI_ROAM, -+ BTC_GET_BL_WIFI_4_WAY_PROGRESS, -+ BTC_GET_BL_WIFI_UNDER_5G, -+ BTC_GET_BL_WIFI_AP_MODE_ENABLE, -+ BTC_GET_BL_WIFI_ENABLE_ENCRYPTION, -+ BTC_GET_BL_WIFI_UNDER_B_MODE, -+ BTC_GET_BL_EXT_SWITCH, -+ BTC_GET_BL_WIFI_IS_IN_MP_MODE, -+ BTC_GET_BL_IS_ASUS_8723B, -+ -+ // type s4Byte -+ BTC_GET_S4_WIFI_RSSI, -+ BTC_GET_S4_HS_RSSI, -+ -+ // type u4Byte -+ BTC_GET_U4_WIFI_BW, -+ BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, -+ BTC_GET_U4_WIFI_FW_VER, -+ BTC_GET_U4_WIFI_LINK_STATUS, -+ BTC_GET_U4_BT_PATCH_VER, -+ -+ // type u1Byte -+ BTC_GET_U1_WIFI_DOT11_CHNL, -+ BTC_GET_U1_WIFI_CENTRAL_CHNL, -+ BTC_GET_U1_WIFI_HS_CHNL, -+ BTC_GET_U1_MAC_PHY_MODE, -+ BTC_GET_U1_AP_NUM, -+ BTC_GET_U1_ANT_TYPE, -+ BTC_GET_U1_IOT_PEER, -+ -+ //===== for 1Ant ====== -+ BTC_GET_U1_LPS_MODE, -+ -+ BTC_GET_MAX -+}BTC_GET_TYPE,*PBTC_GET_TYPE; -+ -+// defined for BFP_BTC_SET -+typedef enum _BTC_SET_TYPE{ -+ // type BOOLEAN -+ BTC_SET_BL_BT_DISABLE, -+ BTC_SET_BL_BT_TRAFFIC_BUSY, -+ BTC_SET_BL_BT_LIMITED_DIG, -+ BTC_SET_BL_FORCE_TO_ROAM, -+ BTC_SET_BL_TO_REJ_AP_AGG_PKT, -+ BTC_SET_BL_BT_CTRL_AGG_SIZE, -+ BTC_SET_BL_INC_SCAN_DEV_NUM, -+ BTC_SET_BL_BT_TX_RX_MASK, -+ BTC_SET_BL_MIRACAST_PLUS_BT, -+ -+ // type u1Byte -+ BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON, -+ BTC_SET_U1_AGG_BUF_SIZE, -+ -+ // type trigger some action -+ BTC_SET_ACT_GET_BT_RSSI, -+ BTC_SET_ACT_AGGREGATE_CTRL, -+ //===== for 1Ant ====== -+ // type BOOLEAN -+ -+ // type u1Byte -+ BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE, -+ BTC_SET_U1_LPS_VAL, -+ BTC_SET_U1_RPWM_VAL, -+ // type trigger some action -+ BTC_SET_ACT_LEAVE_LPS, -+ BTC_SET_ACT_ENTER_LPS, -+ BTC_SET_ACT_NORMAL_LPS, -+ BTC_SET_ACT_DISABLE_LOW_POWER, -+ BTC_SET_ACT_UPDATE_RAMASK, -+ BTC_SET_ACT_SEND_MIMO_PS, -+ // BT Coex related -+ BTC_SET_ACT_CTRL_BT_INFO, -+ BTC_SET_ACT_CTRL_BT_COEX, -+ BTC_SET_ACT_CTRL_8723B_ANT, -+ //================= -+ BTC_SET_MAX -+}BTC_SET_TYPE,*PBTC_SET_TYPE; -+ -+typedef enum _BTC_DBG_DISP_TYPE{ -+ BTC_DBG_DISP_COEX_STATISTICS = 0x0, -+ BTC_DBG_DISP_BT_LINK_INFO = 0x1, -+ BTC_DBG_DISP_WIFI_STATUS = 0x2, -+ BTC_DBG_DISP_MAX -+}BTC_DBG_DISP_TYPE,*PBTC_DBG_DISP_TYPE; -+ -+typedef enum _BTC_NOTIFY_TYPE_IPS{ -+ BTC_IPS_LEAVE = 0x0, -+ BTC_IPS_ENTER = 0x1, -+ BTC_IPS_MAX -+}BTC_NOTIFY_TYPE_IPS,*PBTC_NOTIFY_TYPE_IPS; -+typedef enum _BTC_NOTIFY_TYPE_LPS{ -+ BTC_LPS_DISABLE = 0x0, -+ BTC_LPS_ENABLE = 0x1, -+ BTC_LPS_MAX -+}BTC_NOTIFY_TYPE_LPS,*PBTC_NOTIFY_TYPE_LPS; -+typedef enum _BTC_NOTIFY_TYPE_SCAN{ -+ BTC_SCAN_FINISH = 0x0, -+ BTC_SCAN_START = 0x1, -+ BTC_SCAN_MAX -+}BTC_NOTIFY_TYPE_SCAN,*PBTC_NOTIFY_TYPE_SCAN; -+typedef enum _BTC_NOTIFY_TYPE_ASSOCIATE{ -+ BTC_ASSOCIATE_FINISH = 0x0, -+ BTC_ASSOCIATE_START = 0x1, -+ BTC_ASSOCIATE_MAX -+}BTC_NOTIFY_TYPE_ASSOCIATE,*PBTC_NOTIFY_TYPE_ASSOCIATE; -+typedef enum _BTC_NOTIFY_TYPE_MEDIA_STATUS{ -+ BTC_MEDIA_DISCONNECT = 0x0, -+ BTC_MEDIA_CONNECT = 0x1, -+ BTC_MEDIA_MAX -+}BTC_NOTIFY_TYPE_MEDIA_STATUS,*PBTC_NOTIFY_TYPE_MEDIA_STATUS; -+typedef enum _BTC_NOTIFY_TYPE_SPECIAL_PACKET{ -+ BTC_PACKET_UNKNOWN = 0x0, -+ BTC_PACKET_DHCP = 0x1, -+ BTC_PACKET_ARP = 0x2, -+ BTC_PACKET_EAPOL = 0x3, -+ BTC_PACKET_MAX -+}BTC_NOTIFY_TYPE_SPECIAL_PACKET,*PBTC_NOTIFY_TYPE_SPECIAL_PACKET; -+typedef enum _BTC_NOTIFY_TYPE_STACK_OPERATION{ -+ BTC_STACK_OP_NONE = 0x0, -+ BTC_STACK_OP_INQ_PAGE_PAIR_START = 0x1, -+ BTC_STACK_OP_INQ_PAGE_PAIR_FINISH = 0x2, -+ BTC_STACK_OP_MAX -+}BTC_NOTIFY_TYPE_STACK_OPERATION,*PBTC_NOTIFY_TYPE_STACK_OPERATION; -+ -+//Bryant Add -+typedef enum _BTC_ANTENNA_POS{ -+ BTC_ANTENNA_AT_MAIN_PORT = 0x1, -+ BTC_ANTENNA_AT_AUX_PORT = 0x2, -+}BTC_ANTENNA_POS,*PBTC_ANTENNA_POS; -+ -+//Bryant Add -+typedef enum _BTC_BT_OFFON{ -+ BTC_BT_OFF = 0x0, -+ BTC_BT_ON = 0x1, -+}BTC_BTOFFON,*PBTC_BT_OFFON; -+ -+typedef u1Byte -+(*BFP_BTC_R1)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr -+ ); -+typedef u2Byte -+(*BFP_BTC_R2)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr -+ ); -+typedef u4Byte -+(*BFP_BTC_R4)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr -+ ); -+typedef VOID -+(*BFP_BTC_W1)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr, -+ IN u1Byte Data -+ ); -+typedef VOID -+(*BFP_BTC_W1_BIT_MASK)( -+ IN PVOID pBtcContext, -+ IN u4Byte regAddr, -+ IN u1Byte bitMask, -+ IN u1Byte data1b -+ ); -+typedef VOID -+(*BFP_BTC_W2)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr, -+ IN u2Byte Data -+ ); -+typedef VOID -+(*BFP_BTC_W4)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr, -+ IN u4Byte Data -+ ); -+typedef VOID -+(*BFP_BTC_LOCAL_REG_W1)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr, -+ IN u1Byte Data -+ ); -+typedef VOID -+(*BFP_BTC_SET_BB_REG)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ); -+typedef u4Byte -+(*BFP_BTC_GET_BB_REG)( -+ IN PVOID pBtcContext, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ); -+typedef VOID -+(*BFP_BTC_SET_RF_REG)( -+ IN PVOID pBtcContext, -+ IN u1Byte eRFPath, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ); -+typedef u4Byte -+(*BFP_BTC_GET_RF_REG)( -+ IN PVOID pBtcContext, -+ IN u1Byte eRFPath, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ); -+typedef VOID -+(*BFP_BTC_FILL_H2C)( -+ IN PVOID pBtcContext, -+ IN u1Byte elementId, -+ IN u4Byte cmdLen, -+ IN pu1Byte pCmdBuffer -+ ); -+ -+typedef BOOLEAN -+(*BFP_BTC_GET)( -+ IN PVOID pBtCoexist, -+ IN u1Byte getType, -+ OUT PVOID pOutBuf -+ ); -+ -+typedef BOOLEAN -+(*BFP_BTC_SET)( -+ IN PVOID pBtCoexist, -+ IN u1Byte setType, -+ OUT PVOID pInBuf -+ ); -+typedef VOID -+(*BFP_BTC_SET_BT_REG)( -+ IN PVOID pBtcContext, -+ IN u1Byte regType, -+ IN u4Byte offset, -+ IN u4Byte value -+ ); -+typedef BOOLEAN -+(*BFP_BTC_SET_BT_ANT_DETECTION)( -+ IN PVOID pBtcContext, -+ IN u1Byte txTime, -+ IN u1Byte btChnl -+ ); -+typedef u4Byte -+(*BFP_BTC_GET_BT_REG)( -+ IN PVOID pBtcContext, -+ IN u1Byte regType, -+ IN u4Byte offset -+ ); -+typedef VOID -+(*BFP_BTC_DISP_DBG_MSG)( -+ IN PVOID pBtCoexist, -+ IN u1Byte dispType -+ ); -+ -+typedef struct _BTC_BT_INFO{ -+ BOOLEAN bBtDisabled; -+ u1Byte rssiAdjustForAgcTableOn; -+ u1Byte rssiAdjustFor1AntCoexType; -+ BOOLEAN bPreBtCtrlAggBufSize; -+ BOOLEAN bBtCtrlAggBufSize; -+ BOOLEAN bPreRejectAggPkt; -+ BOOLEAN bRejectAggPkt; -+ BOOLEAN bIncreaseScanDevNum; -+ BOOLEAN bBtTxRxMask; -+ u1Byte preAggBufSize; -+ u1Byte aggBufSize; -+ BOOLEAN bBtBusy; -+ BOOLEAN bLimitedDig; -+ u2Byte btHciVer; -+ u2Byte btRealFwVer; -+ u1Byte btFwVer; -+ u4Byte getBtFwVerCnt; -+ BOOLEAN bMiracastPlusBt; -+ -+ BOOLEAN bBtDisableLowPwr; -+ -+ BOOLEAN bBtCtrlLps; -+ BOOLEAN bBtLpsOn; -+ BOOLEAN bForceToRoam; // for 1Ant solution -+ u1Byte lpsVal; -+ u1Byte rpwmVal; -+ u4Byte raMask; -+} BTC_BT_INFO, *PBTC_BT_INFO; -+ -+typedef struct _BTC_STACK_INFO{ -+ BOOLEAN bProfileNotified; -+ u2Byte hciVersion; // stack hci version -+ u1Byte numOfLink; -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bAclExist; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bHidExist; -+ u1Byte numOfHid; -+ BOOLEAN bPanExist; -+ BOOLEAN bUnknownAclExist; -+ s1Byte minBtRssi; -+} BTC_STACK_INFO, *PBTC_STACK_INFO; -+ -+typedef struct _BTC_BT_LINK_INFO{ -+ BOOLEAN bBtLinkExist; -+ BOOLEAN bBtHiPriLinkExist; -+ BOOLEAN bScoExist; -+ BOOLEAN bScoOnly; -+ BOOLEAN bA2dpExist; -+ BOOLEAN bA2dpOnly; -+ BOOLEAN bHidExist; -+ BOOLEAN bHidOnly; -+ BOOLEAN bPanExist; -+ BOOLEAN bPanOnly; -+ BOOLEAN bSlaveRole; -+ BOOLEAN bAclBusy; -+} BTC_BT_LINK_INFO, *PBTC_BT_LINK_INFO; -+ -+typedef struct _BTC_STATISTICS{ -+ u4Byte cntBind; -+ u4Byte cntPowerOn; -+ u4Byte cntPreLoadFirmware; -+ u4Byte cntInitHwConfig; -+ u4Byte cntInitCoexDm; -+ u4Byte cntIpsNotify; -+ u4Byte cntLpsNotify; -+ u4Byte cntScanNotify; -+ u4Byte cntConnectNotify; -+ u4Byte cntMediaStatusNotify; -+ u4Byte cntSpecialPacketNotify; -+ u4Byte cntBtInfoNotify; -+ u4Byte cntRfStatusNotify; -+ u4Byte cntPeriodical; -+ u4Byte cntCoexDmSwitch; -+ u4Byte cntStackOperationNotify; -+ u4Byte cntDbgCtrl; -+} BTC_STATISTICS, *PBTC_STATISTICS; -+ -+typedef struct _BTC_COEXIST{ -+ BOOLEAN bBinded; // make sure only one adapter can bind the data context -+ PVOID Adapter; // default adapter -+ BTC_BOARD_INFO boardInfo; -+ BTC_BT_INFO btInfo; // some bt info referenced by non-bt module -+ BTC_STACK_INFO stackInfo; -+ BTC_BT_LINK_INFO btLinkInfo; -+ BTC_CHIP_INTERFACE chipInterface; -+ -+ BOOLEAN bInitilized; -+ BOOLEAN bStopCoexDm; -+ BOOLEAN bManualControl; -+ pu1Byte cliBuf; -+ BTC_STATISTICS statistics; -+ u1Byte pwrModeVal[10]; -+ -+ // function pointers -+ // io related -+ BFP_BTC_R1 fBtcRead1Byte; -+ BFP_BTC_W1 fBtcWrite1Byte; -+ BFP_BTC_W1_BIT_MASK fBtcWrite1ByteBitMask; -+ BFP_BTC_R2 fBtcRead2Byte; -+ BFP_BTC_W2 fBtcWrite2Byte; -+ BFP_BTC_R4 fBtcRead4Byte; -+ BFP_BTC_W4 fBtcWrite4Byte; -+ BFP_BTC_LOCAL_REG_W1 fBtcWriteLocalReg1Byte; -+ // read/write bb related -+ BFP_BTC_SET_BB_REG fBtcSetBbReg; -+ BFP_BTC_GET_BB_REG fBtcGetBbReg; -+ -+ // read/write rf related -+ BFP_BTC_SET_RF_REG fBtcSetRfReg; -+ BFP_BTC_GET_RF_REG fBtcGetRfReg; -+ -+ // fill h2c related -+ BFP_BTC_FILL_H2C fBtcFillH2c; -+ // other -+ BFP_BTC_DISP_DBG_MSG fBtcDispDbgMsg; -+ // normal get/set related -+ BFP_BTC_GET fBtcGet; -+ BFP_BTC_SET fBtcSet; -+ -+ BFP_BTC_GET_BT_REG fBtcGetBtReg; -+ BFP_BTC_SET_BT_REG fBtcSetBtReg; -+ -+ BFP_BTC_SET_BT_ANT_DETECTION fBtcSetBtAntDetection; -+} BTC_COEXIST, *PBTC_COEXIST; -+ -+extern BTC_COEXIST GLBtCoexist; -+ -+BOOLEAN -+EXhalbtcoutsrc_InitlizeVariables( -+ IN PVOID Adapter -+ ); -+VOID -+EXhalbtcoutsrc_PowerOnSetting( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtcoutsrc_PreLoadFirmware( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtcoutsrc_InitHwConfig( -+ IN PBTC_COEXIST pBtCoexist, -+ IN BOOLEAN bWifiOnly -+ ); -+VOID -+EXhalbtcoutsrc_InitCoexDm( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtcoutsrc_IpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtcoutsrc_LpsNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtcoutsrc_ScanNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtcoutsrc_ConnectNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte action -+ ); -+VOID -+EXhalbtcoutsrc_MediaStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN RT_MEDIA_STATUS mediaStatus -+ ); -+VOID -+EXhalbtcoutsrc_SpecialPacketNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pktType -+ ); -+VOID -+EXhalbtcoutsrc_BtInfoNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN pu1Byte tmpBuf, -+ IN u1Byte length -+ ); -+VOID -+EXhalbtcoutsrc_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtcoutsrc_StackOperationNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ); -+VOID -+EXhalbtcoutsrc_HaltNotify( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtcoutsrc_PnpNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte pnpState -+ ); -+VOID -+EXhalbtcoutsrc_CoexDmSwitch( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtcoutsrc_Periodical( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtcoutsrc_DbgControl( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte opCode, -+ IN u1Byte opLen, -+ IN pu1Byte pData -+ ); -+VOID -+EXhalbtcoutsrc_AntennaDetection( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ); -+VOID -+EXhalbtcoutsrc_StackUpdateProfileInfo( -+ VOID -+ ); -+VOID -+EXhalbtcoutsrc_SetHciVersion( -+ IN u2Byte hciVersion -+ ); -+VOID -+EXhalbtcoutsrc_SetBtPatchVersion( -+ IN u2Byte btHciVersion, -+ IN u2Byte btPatchVersion -+ ); -+VOID -+EXhalbtcoutsrc_UpdateMinBtRssi( -+ IN s1Byte btRssi -+ ); -+#if 0 -+VOID -+EXhalbtcoutsrc_SetBtExist( -+ IN BOOLEAN bBtExist -+ ); -+#endif -+VOID -+EXhalbtcoutsrc_SetChipType( -+ IN u1Byte chipType -+ ); -+VOID -+EXhalbtcoutsrc_SetAntNum( -+ IN u1Byte type, -+ IN u1Byte antNum -+ ); -+VOID -+EXhalbtcoutsrc_SetSingleAntPath( -+ IN u1Byte singleAntPath -+ ); -+VOID -+EXhalbtcoutsrc_DisplayBtCoexInfo( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+VOID -+EXhalbtcoutsrc_DisplayAntDetection( -+ IN PBTC_COEXIST pBtCoexist -+ ); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/btc/Mp_Precomp.h linux/3rdparty/rtl8812au/hal/btc/Mp_Precomp.h ---- linux.old/3rdparty/rtl8812au/hal/btc/Mp_Precomp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/btc/Mp_Precomp.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,89 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __MP_PRECOMP_H__ -+#define __MP_PRECOMP_H__ -+ -+#include -+#include -+ -+#define BT_TMP_BUF_SIZE 100 -+ -+#ifdef PLATFORM_LINUX -+#define rsprintf snprintf -+#elif defined(PLATFORM_WINDOWS) -+#define rsprintf sprintf_s -+#endif -+ -+#define DCMD_Printf DBG_BT_INFO -+ -+#define delay_ms(ms) rtw_mdelay_os(ms) -+ -+#ifdef bEnable -+#undef bEnable -+#endif -+ -+#define WPP_SOFTWARE_TRACE 0 -+ -+typedef enum _BTC_MSG_COMP_TYPE{ -+ COMP_COEX = 0, -+ COMP_MAX -+}BTC_MSG_COMP_TYPE; -+extern u4Byte GLBtcDbgType[]; -+ -+#define DBG_OFF 0 -+#define DBG_SEC 1 -+#define DBG_SERIOUS 2 -+#define DBG_WARNING 3 -+#define DBG_LOUD 4 -+#define DBG_TRACE 5 -+ -+#if DBG -+#ifdef RT_TRACE -+#undef RT_TRACE -+#define RT_TRACE(dbgtype, dbgflag, printstr)\ -+do {\ -+ if (GLBtcDbgType[dbgtype] & BIT(dbgflag))\ -+ {\ -+ DbgPrint printstr;\ -+ }\ -+} while (0) -+#endif -+#else -+#define RT_TRACE(dbgtype, dbgflag, printstr) -+#endif -+ -+#include "HalBtcOutSrc.h" -+#include "HalBtc8188c2Ant.h" -+#include "HalBtc8192d2Ant.h" -+#include "HalBtc8192e1Ant.h" -+#include "HalBtc8192e2Ant.h" -+#include "HalBtc8723a1Ant.h" -+#include "HalBtc8723a2Ant.h" -+#include "HalBtc8723b1Ant.h" -+#include "HalBtc8723b2Ant.h" -+#include "HalBtc8812a1Ant.h" -+#include "HalBtc8812a2Ant.h" -+#include "HalBtc8821a1Ant.h" -+#include "HalBtc8821a2Ant.h" -+#include "HalBtc8821aCsr2Ant.h" -+#include "HalBtc8703b1Ant.h" -+#include "HalBtc8703b2Ant.h" -+ -+#endif // __MP_PRECOMP_H__ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/efuse_mask.h linux/3rdparty/rtl8812au/hal/efuse/efuse_mask.h ---- linux.old/3rdparty/rtl8812au/hal/efuse/efuse_mask.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/efuse_mask.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,80 @@ -+ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ -+ #if defined(CONFIG_RTL8188E) -+ #include "rtl8188e/HalEfuseMask8188E_USB.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8812A) -+ #include "rtl8812a/HalEfuseMask8812A_USB.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8821A) -+ #include "rtl8812a/HalEfuseMask8821A_USB.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8192E) -+ #include "rtl8192e/HalEfuseMask8192E_USB.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8723B) -+ #include "rtl8723b/HalEfuseMask8723B_USB.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8814A) -+ #include "rtl8814a/HalEfuseMask8814A_USB.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8703B) -+ #include "rtl8703b/HalEfuseMask8703B_USB.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8188F) -+ #include "rtl8188f/HalEfuseMask8188F_USB.h" -+ #endif -+ -+#elif DEV_BUS_TYPE == RT_PCI_INTERFACE -+ -+ #if defined(CONFIG_RTL8188E) -+ #include "rtl8188e/HalEfuseMask8188E_PCIE.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8812A) -+ #include "rtl8812a/HalEfuseMask8812A_PCIE.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8821A) -+ #include "rtl8812a/HalEfuseMask8821A_PCIE.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8192E) -+ #include "rtl8192e/HalEfuseMask8192E_PCIE.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8723B) -+ #include "rtl8723b/HalEfuseMask8723B_PCIE.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8814A) -+ #include "rtl8814a/HalEfuseMask8814A_PCIE.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8703B) -+ #include "rtl8703b/HalEfuseMask8703B_PCIE.h" -+ #endif -+ -+#elif DEV_BUS_TYPE == RT_SDIO_INTERFACE -+ -+ #if defined(CONFIG_RTL8188E) -+ #include "rtl8188e/HalEfuseMask8188E_SDIO.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8703B) -+ #include "rtl8703b/HalEfuseMask8703B_SDIO.h" -+ #endif -+ -+ #if defined(CONFIG_RTL8188F) -+ #include "rtl8188f/HalEfuseMask8188F_SDIO.h" -+ #endif -+ -+#endif -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.c linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.c ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.c 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,100 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+//#include "Mp_Precomp.h" -+//#include "../odm_precomp.h" -+ -+#include -+ -+#include "HalEfuseMask8812A_PCIE.h" -+ -+/****************************************************************************** -+* MPCIE.TXT -+******************************************************************************/ -+ -+u1Byte Array_MP_8812A_MPCIE[] = { -+ 0xFF, -+ 0xF7, -+ 0xEF, -+ 0xDE, -+ 0xFD, -+ 0xFB, -+ 0x10, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x0F, -+ 0xF3, -+ 0xFF, -+ 0xFF, -+ 0x7C, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ -+}; -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8812A_MPCIE(VOID) -+{ -+ return sizeof(Array_MP_8812A_MPCIE)/sizeof(u1Byte); -+} -+ -+VOID -+EFUSE_GetMaskArray_MP_8812A_MPCIE( -+ IN OUT pu1Byte Array -+ ) -+{ -+ u2Byte len = EFUSE_GetArrayLen_MP_8812A_MPCIE(), i = 0; -+ -+ for (i = 0; i < len; ++i) -+ Array[i] = Array_MP_8812A_MPCIE[i]; -+} -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8812A_MPCIE( -+ IN u2Byte Offset -+ ) -+{ -+ int r = Offset/16; -+ int c = (Offset%16) / 2; -+ int result = 0; -+ -+ if (c < 4) // Upper double word -+ result = (Array_MP_8812A_MPCIE[r] & (0x10 << c)); -+ else -+ result = (Array_MP_8812A_MPCIE[r] & (0x01 << (c-4))); -+ -+ return (result > 0) ? 0 : 1; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.h linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.h ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_PCIE.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,40 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+ -+/****************************************************************************** -+* MPCIE.TXT -+******************************************************************************/ -+ -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8812A_MPCIE(VOID); -+ -+VOID -+EFUSE_GetMaskArray_MP_8812A_MPCIE( -+ IN OUT pu1Byte Array -+); -+ -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8812A_MPCIE( // TC: Test Chip, MP: MP Chip -+ IN u2Byte Offset -+); -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.c linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.c ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.c 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,102 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+//#include "Mp_Precomp.h" -+//#include "../odm_precomp.h" -+ -+#include -+ -+#include "HalEfuseMask8812A_USB.h" -+ -+/****************************************************************************** -+* MUSB.TXT -+******************************************************************************/ -+ -+u1Byte Array_MP_8812A_MUSB[] = { -+ 0xFF, -+ 0xF7, -+ 0xEF, -+ 0xDE, -+ 0xFC, -+ 0xFB, -+ 0x10, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x0F, -+ 0xF3, -+ 0xFF, -+ 0xFF, -+ 0xFF, -+ 0xFF, -+ 0xF7, -+ 0x00, -+ 0xFF, -+ 0xFF, -+ 0xF3, -+ 0x0F, -+ 0xFF, -+ 0xF3, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ -+}; -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8812A_MUSB(VOID) -+{ -+ return sizeof(Array_MP_8812A_MUSB)/sizeof(u1Byte); -+} -+ -+VOID -+EFUSE_GetMaskArray_MP_8812A_MUSB( -+ IN OUT pu1Byte Array -+ ) -+{ -+ u2Byte len = EFUSE_GetArrayLen_MP_8812A_MUSB(), i = 0; -+ -+ for (i = 0; i < len; ++i) -+ Array[i] = Array_MP_8812A_MUSB[i]; -+} -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8812A_MUSB( -+ IN u2Byte Offset -+ ) -+{ -+ int r = Offset/16; -+ int c = (Offset%16) / 2; -+ int result = 0; -+ -+ if (c < 4) // Upper double word -+ result = (Array_MP_8812A_MUSB[r] & (0x10 << c)); -+ else -+ result = (Array_MP_8812A_MUSB[r] & (0x01 << (c-4))); -+ -+ return (result > 0) ? 0 : 1; -+} -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.h linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.h ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8812A_USB.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,40 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+ -+ -+/****************************************************************************** -+* MUSB.TXT -+******************************************************************************/ -+ -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8812A_MUSB(VOID); -+ -+VOID -+EFUSE_GetMaskArray_MP_8812A_MUSB( -+ IN OUT pu1Byte Array -+); -+ -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8812A_MUSB( // TC: Test Chip, MP: MP Chip -+ IN u2Byte Offset -+); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.c linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.c ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.c 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,102 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+//#include "Mp_Precomp.h" -+//#include "../odm_precomp.h" -+ -+#include -+ -+#include "HalEfuseMask8821A_PCIE.h" -+ -+/****************************************************************************** -+* MPCIE.TXT -+******************************************************************************/ -+ -+u1Byte Array_MP_8821A_MPCIE[] = { -+ 0xFF, -+ 0xF3, -+ 0xEF, -+ 0x90, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x0F, -+ 0xF1, -+ 0xFF, -+ 0xFF, -+ 0xFF, -+ 0xFF, -+ 0xFF, -+ 0xF1, -+ 0x00, -+ 0x80, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ -+}; -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8821A_MPCIE(VOID) -+{ -+ return sizeof(Array_MP_8821A_MPCIE)/sizeof(u1Byte); -+} -+ -+VOID -+EFUSE_GetMaskArray_MP_8821A_MPCIE( -+ IN OUT pu1Byte Array -+ ) -+{ -+ u2Byte len = EFUSE_GetArrayLen_MP_8821A_MPCIE(), i = 0; -+ -+ for (i = 0; i < len; ++i) -+ Array[i] = Array_MP_8821A_MPCIE[i]; -+} -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8821A_MPCIE( -+ IN u2Byte Offset -+ ) -+{ -+ int r = Offset/16; -+ int c = (Offset%16) / 2; -+ int result = 0; -+ -+ if (c < 4) // Upper double word -+ result = (Array_MP_8821A_MPCIE[r] & (0x10 << c)); -+ else -+ result = (Array_MP_8821A_MPCIE[r] & (0x01 << (c-4))); -+ -+ return (result > 0) ? 0 : 1; -+} -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.h linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.h ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_PCIE.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,41 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+ -+/****************************************************************************** -+* MPCIE.TXT -+******************************************************************************/ -+ -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8821A_MPCIE(VOID); -+ -+VOID -+EFUSE_GetMaskArray_MP_8821A_MPCIE( -+ IN OUT pu1Byte Array -+); -+ -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8821A_MPCIE( // TC: Test Chip, MP: MP Chip -+ IN u2Byte Offset -+); -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.c linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.c ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.c 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,102 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+//#include "Mp_Precomp.h" -+//#include "../odm_precomp.h" -+ -+#include -+ -+#include "HalEfuseMask8821A_USB.h" -+ -+ -+/****************************************************************************** -+* MUSB.TXT -+******************************************************************************/ -+ -+ -+u1Byte Array_MP_8821A_MUSB[] = { -+ 0xFF, -+ 0xF3, -+ 0xEF, -+ 0x90, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x0F, -+ 0xF1, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0xBF, -+ 0xFF, -+ 0xFF, -+ 0xFF, -+ 0xB0, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ 0x00, -+ -+}; -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8821A_MUSB(VOID) -+{ -+ return sizeof(Array_MP_8821A_MUSB)/sizeof(u1Byte); -+} -+ -+VOID -+EFUSE_GetMaskArray_MP_8821A_MUSB( -+ IN OUT pu1Byte Array -+ ) -+{ -+ u2Byte len = EFUSE_GetArrayLen_MP_8821A_MUSB(), i = 0; -+ -+ for (i = 0; i < len; ++i) -+ Array[i] = Array_MP_8821A_MUSB[i]; -+} -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8821A_MUSB( -+ IN u2Byte Offset -+ ) -+{ -+ int r = Offset/16; -+ int c = (Offset%16) / 2; -+ int result = 0; -+ -+ if (c < 4) // Upper double word -+ result = (Array_MP_8821A_MUSB[r] & (0x10 << c)); -+ else -+ result = (Array_MP_8821A_MUSB[r] & (0x01 << (c-4))); -+ -+ return (result > 0) ? 0 : 1; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.h linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.h ---- linux.old/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/efuse/rtl8812a/HalEfuseMask8821A_USB.h 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,39 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/****************************************************************************** -+* MUSB.TXT -+******************************************************************************/ -+ -+u2Byte -+EFUSE_GetArrayLen_MP_8821A_MUSB(VOID); -+ -+VOID -+EFUSE_GetMaskArray_MP_8821A_MUSB( -+ IN OUT pu1Byte Array -+); -+ -+BOOLEAN -+EFUSE_IsAddressMasked_MP_8821A_MUSB( // TC: Test Chip, MP: MP Chip -+ IN u2Byte Offset -+); -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/hal_btcoex.c linux/3rdparty/rtl8812au/hal/hal_btcoex.c ---- linux.old/3rdparty/rtl8812au/hal/hal_btcoex.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/hal_btcoex.c 2017-06-07 23:07:21.012687667 +0300 -@@ -0,0 +1,3423 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define __HAL_BTCOEX_C__ -+ -+#ifdef CONFIG_BT_COEXIST -+ -+#include -+#include -+#include -+ -+//==================================== -+// Global variables -+//==================================== -+const char *const BtProfileString[] = -+{ -+ "NONE", -+ "A2DP", -+ "PAN", -+ "HID", -+ "SCO", -+}; -+ -+const char *const BtSpecString[] = -+{ -+ "1.0b", -+ "1.1", -+ "1.2", -+ "2.0+EDR", -+ "2.1+EDR", -+ "3.0+HS", -+ "4.0", -+}; -+ -+const char *const BtLinkRoleString[] = -+{ -+ "Master", -+ "Slave", -+}; -+ -+const char *const h2cStaString[] = -+{ -+ "successful", -+ "h2c busy", -+ "rf off", -+ "fw not read", -+}; -+ -+const char *const ioStaString[] = -+{ -+ "success", -+ "can not IO", -+ "rf off", -+ "fw not read", -+ "wait io timeout", -+ "invalid len", -+ "idle Q empty", -+ "insert waitQ fail", -+ "unknown fail", -+ "wrong level", -+ "h2c stopped", -+}; -+ -+const char *const GLBtcWifiBwString[]={ -+ "11bg", -+ "HT20", -+ "HT40", -+ "HT80", -+ "HT160" -+}; -+ -+const char *const GLBtcWifiFreqString[]={ -+ "2.4G", -+ "5G" -+}; -+ -+const char *const GLBtcIotPeerString[] = { -+ "UNKNOWN", -+ "REALTEK", -+ "REALTEK_92SE", -+ "BROADCOM", -+ "RALINK", -+ "ATHEROS", -+ "CISCO", -+ "MERU", -+ "MARVELL", -+ "REALTEK_SOFTAP", /* peer is RealTek SOFT_AP, by Bohn, 2009.12.17 */ -+ "SELF_SOFTAP", /* Self is SoftAP */ -+ "AIRGO", -+ "INTEL", -+ "RTK_APCLIENT", -+ "REALTEK_81XX", -+ "REALTEK_WOW", -+ "REALTEK_JAGUAR_BCUTAP", -+ "REALTEK_JAGUAR_CCUTAP" -+}; -+ -+#define HALBTCOUTSRC_AGG_CHK_WINDOW_IN_MS 8000 -+ -+BTC_COEXIST GLBtCoexist; -+u8 GLBtcWiFiInScanState; -+u8 GLBtcWiFiInIQKState; -+u8 GLBtcWiFiInIPS; -+u8 GLBtcWiFiInLPS; -+u8 GLBtcBtCoexAliveRegistered; -+ -+u32 GLBtcDbgType[COMP_MAX]; -+u8 GLBtcDbgBuf[BT_TMP_BUF_SIZE]; -+ -+typedef struct _btcoexdbginfo -+{ -+ u8 *info; -+ u32 size; // buffer total size -+ u32 len; // now used length -+} BTCDBGINFO, *PBTCDBGINFO; -+ -+BTCDBGINFO GLBtcDbgInfo; -+ -+#define BT_Operation(Adapter) _FALSE -+ -+static void DBG_BT_INFO_INIT(PBTCDBGINFO pinfo, u8 *pbuf, u32 size) -+{ -+ if (NULL == pinfo) return; -+ -+ _rtw_memset(pinfo, 0, sizeof(BTCDBGINFO)); -+ -+ if (pbuf && size) { -+ pinfo->info = pbuf; -+ pinfo->size = size; -+ } -+} -+ -+void DBG_BT_INFO(u8 *dbgmsg) -+{ -+ PBTCDBGINFO pinfo; -+ u32 msglen, buflen; -+ u8 *pbuf; -+ -+ -+ pinfo = &GLBtcDbgInfo; -+ -+ if (NULL == pinfo->info) -+ return; -+ -+ msglen = strlen(dbgmsg); -+ if (pinfo->len + msglen > pinfo->size) -+ return; -+ -+ pbuf = pinfo->info + pinfo->len; -+ _rtw_memcpy(pbuf, dbgmsg, msglen); -+ pinfo->len += msglen; -+} -+ -+//==================================== -+// Debug related function -+//==================================== -+static u8 halbtcoutsrc_IsBtCoexistAvailable(PBTC_COEXIST pBtCoexist) -+{ -+ if (!pBtCoexist->bBinded || -+ NULL == pBtCoexist->Adapter) -+ { -+ return _FALSE; -+ } -+ return _TRUE; -+} -+ -+static void halbtcoutsrc_DbgInit(void) -+{ -+ u8 i; -+ -+ for (i = 0; i < COMP_MAX; i++) -+ GLBtcDbgType[i] = 0; -+} -+ -+static u8 halbtcoutsrc_IsCsrBtCoex(PBTC_COEXIST pBtCoexist) -+{ -+ if (pBtCoexist->boardInfo.btChipType == BTC_CHIP_CSR_BC4 -+ || pBtCoexist->boardInfo.btChipType == BTC_CHIP_CSR_BC8 -+ ){ -+ return _TRUE; -+ } -+ return _FALSE; -+} -+ -+static u8 halbtcoutsrc_IsHwMailboxExist(PBTC_COEXIST pBtCoexist) -+{ -+ if (pBtCoexist->boardInfo.btChipType == BTC_CHIP_CSR_BC4 -+ || pBtCoexist->boardInfo.btChipType == BTC_CHIP_CSR_BC8 -+ ){ -+ return _FALSE; -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ return _FALSE; -+ } -+ else -+ return _TRUE; -+} -+ -+static void halbtcoutsrc_LeaveLps(PBTC_COEXIST pBtCoexist) -+{ -+ PADAPTER padapter; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ -+ pBtCoexist->btInfo.bBtCtrlLps = _TRUE; -+ pBtCoexist->btInfo.bBtLpsOn = _FALSE; -+ -+ rtw_btcoex_LPS_Leave(padapter); -+} -+ -+void halbtcoutsrc_EnterLps(PBTC_COEXIST pBtCoexist) -+{ -+ PADAPTER padapter; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ -+ pBtCoexist->btInfo.bBtCtrlLps = _TRUE; -+ pBtCoexist->btInfo.bBtLpsOn = _TRUE; -+ -+ rtw_btcoex_LPS_Enter(padapter); -+} -+ -+void halbtcoutsrc_NormalLps(PBTC_COEXIST pBtCoexist) -+{ -+ PADAPTER padapter; -+ -+ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Normal LPS behavior!!!\n")); -+ -+ padapter = pBtCoexist->Adapter; -+ -+ if (pBtCoexist->btInfo.bBtCtrlLps) -+ { -+ pBtCoexist->btInfo.bBtLpsOn = _FALSE; -+ rtw_btcoex_LPS_Leave(padapter); -+ pBtCoexist->btInfo.bBtCtrlLps = _FALSE; -+ -+ // recover the LPS state to the original -+#if 0 -+ padapter->HalFunc.UpdateLPSStatusHandler( -+ padapter, -+ pPSC->RegLeisurePsMode, -+ pPSC->RegPowerSaveMode); -+#endif -+ } -+} -+ -+/* -+ * Constraint: -+ * 1. this function will request pwrctrl->lock -+ */ -+void halbtcoutsrc_LeaveLowPower(PBTC_COEXIST pBtCoexist) -+{ -+#ifdef CONFIG_LPS_LCLK -+ PADAPTER padapter; -+ PHAL_DATA_TYPE pHalData; -+ struct pwrctrl_priv *pwrctrl; -+ s32 ready; -+ u32 stime; -+ s32 utime; -+ u32 timeout; // unit: ms -+ -+ -+ padapter = pBtCoexist->Adapter; -+ pHalData = GET_HAL_DATA(padapter); -+ pwrctrl = adapter_to_pwrctl(padapter); -+ ready = _FAIL; -+#ifdef LPS_RPWM_WAIT_MS -+ timeout = LPS_RPWM_WAIT_MS; -+#else // !LPS_RPWM_WAIT_MS -+ timeout = 30; -+#endif // !LPS_RPWM_WAIT_MS -+ -+ if (GLBtcBtCoexAliveRegistered == _TRUE) -+ return; -+ -+ stime = rtw_get_current_time(); -+ do { -+ ready = rtw_register_task_alive(padapter, BTCOEX_ALIVE); -+ if (_SUCCESS == ready) -+ break; -+ -+ utime = rtw_get_passing_time_ms(stime); -+ if (utime > timeout) -+ break; -+ -+ rtw_msleep_os(1); -+ } while (1); -+ -+ GLBtcBtCoexAliveRegistered = _TRUE; -+#endif // CONFIG_LPS_LCLK -+} -+ -+/* -+ * Constraint: -+ * 1. this function will request pwrctrl->lock -+ */ -+void halbtcoutsrc_NormalLowPower(PBTC_COEXIST pBtCoexist) -+{ -+#ifdef CONFIG_LPS_LCLK -+ PADAPTER padapter; -+ -+ if (GLBtcBtCoexAliveRegistered == _FALSE) -+ return; -+ -+ padapter = pBtCoexist->Adapter; -+ rtw_unregister_task_alive(padapter, BTCOEX_ALIVE); -+ -+ GLBtcBtCoexAliveRegistered = _FALSE; -+#endif // CONFIG_LPS_LCLK -+} -+ -+void halbtcoutsrc_DisableLowPower(PBTC_COEXIST pBtCoexist, u8 bLowPwrDisable) -+{ -+ pBtCoexist->btInfo.bBtDisableLowPwr = bLowPwrDisable; -+ if (bLowPwrDisable) -+ halbtcoutsrc_LeaveLowPower(pBtCoexist); // leave 32k low power. -+ else -+ halbtcoutsrc_NormalLowPower(pBtCoexist); // original 32k low power behavior. -+} -+ -+void halbtcoutsrc_AggregationCheck(PBTC_COEXIST pBtCoexist) -+{ -+ PADAPTER padapter; -+ BOOLEAN bNeedToAct = _FALSE; -+ static u32 preTime = 0; -+ u32 curTime = 0; -+ -+ padapter = pBtCoexist->Adapter; -+ -+ //===================================== -+ // To void continuous deleteBA=>addBA=>deleteBA=>addBA -+ // This function is not allowed to continuous called. -+ // It can only be called after 8 seconds. -+ //===================================== -+ -+ curTime = rtw_systime_to_ms(rtw_get_current_time()); -+ if((curTime - preTime) < HALBTCOUTSRC_AGG_CHK_WINDOW_IN_MS) // over 8 seconds you can execute this function again. -+ { -+ return; -+ } -+ else -+ { -+ preTime = curTime; -+ } -+ -+ if (pBtCoexist->btInfo.bRejectAggPkt) -+ { -+ bNeedToAct = _TRUE; -+ pBtCoexist->btInfo.bPreRejectAggPkt = pBtCoexist->btInfo.bRejectAggPkt; -+ } -+ else -+ { -+ if(pBtCoexist->btInfo.bPreRejectAggPkt) -+ { -+ bNeedToAct = _TRUE; -+ pBtCoexist->btInfo.bPreRejectAggPkt = pBtCoexist->btInfo.bRejectAggPkt; -+ } -+ -+ if (pBtCoexist->btInfo.bPreBtCtrlAggBufSize != -+ pBtCoexist->btInfo.bBtCtrlAggBufSize) -+ { -+ bNeedToAct = _TRUE; -+ pBtCoexist->btInfo.bPreBtCtrlAggBufSize = pBtCoexist->btInfo.bBtCtrlAggBufSize; -+ } -+ -+ if (pBtCoexist->btInfo.bBtCtrlAggBufSize) -+ { -+ if (pBtCoexist->btInfo.preAggBufSize != -+ pBtCoexist->btInfo.aggBufSize) -+ { -+ bNeedToAct = _TRUE; -+ } -+ pBtCoexist->btInfo.preAggBufSize = pBtCoexist->btInfo.aggBufSize; -+ } -+ } -+ -+ if (bNeedToAct) -+ rtw_btcoex_rx_ampdu_apply(padapter); -+} -+ -+u8 halbtcoutsrc_IsWifiBusy(PADAPTER padapter) -+{ -+ struct mlme_priv *pmlmepriv; -+ -+ -+ pmlmepriv = &padapter->mlmepriv; -+ -+ if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE) == _TRUE) -+ { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ return _TRUE; -+ if (_TRUE == pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ return _TRUE; -+ } -+ -+#if defined(CONFIG_CONCURRENT_MODE) -+ pmlmepriv = &padapter->pbuddy_adapter->mlmepriv; -+ -+ if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE) == _TRUE) -+ { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ return _TRUE; -+ if (_TRUE == pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ return _TRUE; -+ } -+#endif -+ -+ return _FALSE; -+} -+ -+static u32 _halbtcoutsrc_GetWifiLinkStatus(PADAPTER padapter) -+{ -+ struct mlme_priv *pmlmepriv; -+ u8 bp2p; -+ u32 portConnectedStatus; -+ -+ -+ pmlmepriv = &padapter->mlmepriv; -+ bp2p = _FALSE; -+ portConnectedStatus = 0; -+ -+#ifdef CONFIG_P2P -+ if (!rtw_p2p_chk_state(&padapter->wdinfo, P2P_STATE_NONE)) -+ bp2p = _TRUE; -+#endif // CONFIG_P2P -+ -+ if (check_fwstate(pmlmepriv, WIFI_ASOC_STATE) == _TRUE) -+ { -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ if (_TRUE == bp2p) -+ portConnectedStatus |= WIFI_P2P_GO_CONNECTED; -+ else -+ portConnectedStatus |= WIFI_AP_CONNECTED; -+ } -+ else -+ { -+ if (_TRUE == bp2p) -+ portConnectedStatus |= WIFI_P2P_GC_CONNECTED; -+ else -+ portConnectedStatus |= WIFI_STA_CONNECTED; -+ } -+ } -+ -+ return portConnectedStatus; -+} -+ -+u32 halbtcoutsrc_GetWifiLinkStatus(PBTC_COEXIST pBtCoexist) -+{ -+ //================================= -+ // return value: -+ // [31:16]=> connected port number -+ // [15:0]=> port connected bit define -+ //================================ -+ -+ PADAPTER padapter; -+ u32 retVal; -+ u32 portConnectedStatus, numOfConnectedPort; -+ -+ -+ padapter = pBtCoexist->Adapter; -+ retVal = 0; -+ portConnectedStatus = 0; -+ numOfConnectedPort = 0; -+ -+ retVal = _halbtcoutsrc_GetWifiLinkStatus(padapter); -+ if (retVal) -+ { -+ portConnectedStatus |= retVal; -+ numOfConnectedPort++; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter) -+ { -+ retVal = _halbtcoutsrc_GetWifiLinkStatus(padapter->pbuddy_adapter); -+ if (retVal) -+ { -+ portConnectedStatus |= retVal; -+ numOfConnectedPort++; -+ } -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ retVal = (numOfConnectedPort << 16) | portConnectedStatus; -+ -+ return retVal; -+} -+ -+u32 halbtcoutsrc_GetBtPatchVer(PBTC_COEXIST pBtCoexist) -+{ -+ u16 btRealFwVer = 0x0; -+ u8 btFwVer = 0x0; -+ u8 cnt = 0; -+ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ if (!pBtCoexist->btInfo.btRealFwVer && cnt<=5) -+ { -+#if 0 -+ if (halbtcoutsrc_IsHwMailboxExist(pBtCoexist)) -+ { // mailbox exists, through mailbox -+ if (NDBG_GetBtFwVersion(pBtCoexist->Adapter, &btRealFwVer, &btFwVer)) -+ { -+ pBtCoexist->btInfo.btRealFwVer = btRealFwVer; -+ pBtCoexist->btInfo.btFwVer = btFwVer; -+ } -+ else -+ { -+ pBtCoexist->btInfo.btRealFwVer = 0x0; -+ pBtCoexist->btInfo.btFwVer = 0x0; -+ } -+ } -+ else // no mailbox, query bt patch version through stack. -+#endif -+ // query bt patch version through socket. -+ { -+ u1Byte dataLen=2; -+ u1Byte buf[4] = {0}; -+ buf[0] = 0x0; // OP_Code -+ buf[1] = 0x0; // OP_Code_Length -+ BT_SendEventExtBtCoexControl(pBtCoexist->Adapter, _FALSE, dataLen, &buf[0]); -+ } -+ cnt++; -+ } -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ return pBtCoexist->btInfo.btRealFwVer; -+} -+ -+s32 halbtcoutsrc_GetWifiRssi(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ s32 UndecoratedSmoothedPWDB = 0; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ UndecoratedSmoothedPWDB = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ -+ return UndecoratedSmoothedPWDB; -+} -+ -+static u8 halbtcoutsrc_GetWifiScanAPNum(PADAPTER padapter) -+{ -+ struct mlme_priv *pmlmepriv; -+ struct mlme_ext_priv *pmlmeext; -+ static u8 scan_AP_num = 0; -+ -+ -+ pmlmepriv = &padapter->mlmepriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ -+ if (GLBtcWiFiInScanState == _FALSE) { -+ if (pmlmepriv->num_of_scanned > 0xFF) -+ scan_AP_num = 0xFF; -+ else -+ scan_AP_num = (u8)pmlmepriv->num_of_scanned; -+ } -+ -+ return scan_AP_num; -+} -+ -+u8 halbtcoutsrc_Get(void *pBtcContext, u8 getType, void *pOutBuf) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ PHAL_DATA_TYPE pHalData; -+ struct mlme_ext_priv *mlmeext; -+ u8 bSoftApExist, bVwifiExist; -+ u8 *pu8; -+ s32 *pS4Tmp; -+ u32 *pU4Tmp; -+ u8 *pU1Tmp; -+ u8 ret; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return _FALSE; -+ -+ padapter = pBtCoexist->Adapter; -+ pHalData = GET_HAL_DATA(padapter); -+ mlmeext = &padapter->mlmeextpriv; -+ bSoftApExist = _FALSE; -+ bVwifiExist = _FALSE; -+ pu8 = (u8*)pOutBuf; -+ pS4Tmp = (s32*)pOutBuf; -+ pU4Tmp = (u32*)pOutBuf; -+ pU1Tmp = (u8*)pOutBuf; -+ ret = _TRUE; -+ -+ switch (getType) -+ { -+ case BTC_GET_BL_HS_OPERATION: -+ *pu8 = _FALSE; -+ ret = _FALSE; -+ break; -+ -+ case BTC_GET_BL_HS_CONNECTING: -+ *pu8 = _FALSE; -+ ret = _FALSE; -+ break; -+ -+ case BTC_GET_BL_WIFI_CONNECTED: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((_FALSE == *pu8) && padapter->pbuddy_adapter) -+ { -+ *pu8 = check_fwstate(&padapter->pbuddy_adapter->mlmepriv, WIFI_ASOC_STATE); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ break; -+ -+ case BTC_GET_BL_WIFI_BUSY: -+ *pu8 = halbtcoutsrc_IsWifiBusy(padapter); -+ break; -+ -+ case BTC_GET_BL_WIFI_SCAN: -+#if 0 -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_SITE_MONITOR); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((_FALSE == *pu8) && padapter->pbuddy_adapter) -+ { -+ *pu8 = check_fwstate(&padapter->pbuddy_adapter->mlmepriv, WIFI_SITE_MONITOR); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+#else -+ /* Use the value of the new variable GLBtcWiFiInScanState to judge whether WiFi is in scan state or not, since the originally used flag -+ WIFI_SITE_MONITOR in fwstate may not be cleared in time */ -+ *pu8 = GLBtcWiFiInScanState; -+#endif -+ break; -+ -+ case BTC_GET_BL_WIFI_LINK: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_UNDER_LINKING); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((_FALSE == *pu8) && padapter->pbuddy_adapter) -+ { -+ *pu8 = check_fwstate(&padapter->pbuddy_adapter->mlmepriv, WIFI_UNDER_LINKING); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ break; -+ -+ case BTC_GET_BL_WIFI_ROAM: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_UNDER_LINKING); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((_FALSE == *pu8) && padapter->pbuddy_adapter) -+ { -+ *pu8 = check_fwstate(&padapter->pbuddy_adapter->mlmepriv, WIFI_UNDER_LINKING); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ break; -+ -+ case BTC_GET_BL_WIFI_4_WAY_PROGRESS: -+ *pu8 = _FALSE; -+ break; -+ -+ case BTC_GET_BL_WIFI_UNDER_5G: -+ *pu8 = (pHalData->CurrentBandType == 1)? _TRUE : _FALSE; -+ break; -+ -+ case BTC_GET_BL_WIFI_AP_MODE_ENABLE: -+ *pu8 = check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((_FALSE == *pu8) && padapter->pbuddy_adapter) -+ { -+ *pu8 = check_fwstate(&padapter->pbuddy_adapter->mlmepriv, WIFI_AP_STATE); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ break; -+ -+ case BTC_GET_BL_WIFI_ENABLE_ENCRYPTION: -+ *pu8 = padapter->securitypriv.dot11PrivacyAlgrthm == 0? _FALSE: _TRUE; -+ break; -+ -+ case BTC_GET_BL_WIFI_UNDER_B_MODE: -+ if (mlmeext->cur_wireless_mode == WIRELESS_11B) -+ *pu8 = _TRUE; -+ else -+ *pu8 = _FALSE; -+ break; -+ -+ case BTC_GET_BL_WIFI_IS_IN_MP_MODE: -+ if (padapter->registrypriv.mp_mode == 0) -+ { -+ *pu8 = _FALSE; -+ } -+ else -+ { -+ *pu8 = _TRUE; -+ } -+ break; -+ -+ case BTC_GET_BL_EXT_SWITCH: -+ *pu8 = _FALSE; -+ break; -+ case BTC_GET_BL_IS_ASUS_8723B: -+ /* Always return FALSE in linux driver since this case is added only for windows driver */ -+ *pu8 = _FALSE; -+ break; -+ -+ case BTC_GET_S4_WIFI_RSSI: -+ *pS4Tmp = halbtcoutsrc_GetWifiRssi(padapter); -+ break; -+ -+ case BTC_GET_S4_HS_RSSI: -+ *pS4Tmp = 0; -+ ret = _FALSE; -+ break; -+ -+ case BTC_GET_U4_WIFI_BW: -+ if (IsLegacyOnly(mlmeext->cur_wireless_mode)) -+ *pU4Tmp = BTC_WIFI_BW_LEGACY; -+ else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_20) -+ *pU4Tmp = BTC_WIFI_BW_HT20; -+ else if (pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) -+ *pU4Tmp = BTC_WIFI_BW_HT40; -+ else -+ *pU4Tmp = BTC_WIFI_BW_HT40; /* todo */ -+ break; -+ -+ case BTC_GET_U4_WIFI_TRAFFIC_DIRECTION: -+ { -+ PRT_LINK_DETECT_T plinkinfo; -+ plinkinfo = &padapter->mlmepriv.LinkDetectInfo; -+ -+ if (plinkinfo->NumTxOkInPeriod > plinkinfo->NumRxOkInPeriod) -+ *pU4Tmp = BTC_WIFI_TRAFFIC_TX; -+ else -+ *pU4Tmp = BTC_WIFI_TRAFFIC_RX; -+ } -+ break; -+ -+ case BTC_GET_U4_WIFI_FW_VER: -+ *pU4Tmp = pHalData->FirmwareVersion << 16; -+ *pU4Tmp |= pHalData->FirmwareSubVersion; -+ break; -+ -+ case BTC_GET_U4_WIFI_LINK_STATUS: -+ *pU4Tmp = halbtcoutsrc_GetWifiLinkStatus(pBtCoexist); -+ break; -+ -+ case BTC_GET_U4_BT_PATCH_VER: -+ *pU4Tmp = halbtcoutsrc_GetBtPatchVer(pBtCoexist); -+ break; -+ -+ case BTC_GET_U1_WIFI_DOT11_CHNL: -+ *pU1Tmp = padapter->mlmeextpriv.cur_channel; -+ break; -+ -+ case BTC_GET_U1_WIFI_CENTRAL_CHNL: -+ *pU1Tmp = pHalData->CurrentChannel; -+ break; -+ -+ case BTC_GET_U1_WIFI_HS_CHNL: -+ *pU1Tmp = 0; -+ ret = _FALSE; -+ break; -+ -+ case BTC_GET_U1_MAC_PHY_MODE: -+// *pU1Tmp = BTC_SMSP; -+// *pU1Tmp = BTC_DMSP; -+// *pU1Tmp = BTC_DMDP; -+// *pU1Tmp = BTC_MP_UNKNOWN; -+ break; -+ -+ case BTC_GET_U1_AP_NUM: -+ *pU1Tmp = halbtcoutsrc_GetWifiScanAPNum(padapter); -+ break; -+ case BTC_GET_U1_ANT_TYPE: -+ switch(pHalData->bt_coexist.btAntisolation) -+ { -+ case 0: -+ *pU1Tmp = (u1Byte)BTC_ANT_TYPE_0; -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_0; -+ break; -+ case 1: -+ *pU1Tmp = (u1Byte)BTC_ANT_TYPE_1; -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_1; -+ break; -+ case 2: -+ *pU1Tmp = (u1Byte)BTC_ANT_TYPE_2; -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_2; -+ break; -+ case 3: -+ *pU1Tmp = (u1Byte)BTC_ANT_TYPE_3; -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_3; -+ break; -+ case 4: -+ *pU1Tmp = (u1Byte)BTC_ANT_TYPE_4; -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_4; -+ break; -+ } -+ break; -+ case BTC_GET_U1_IOT_PEER: -+ *pU1Tmp = mlmeext->mlmext_info.assoc_AP_vendor; -+ break; -+ -+ //=======1Ant=========== -+ case BTC_GET_U1_LPS_MODE: -+ *pU1Tmp = padapter->dvobj->pwrctl_priv.pwr_mode; -+ break; -+ -+ default: -+ ret = _FALSE; -+ break; -+ } -+ -+ return ret; -+} -+ -+u8 halbtcoutsrc_Set(void *pBtcContext, u8 setType, void *pInBuf) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ PHAL_DATA_TYPE pHalData; -+ u8 *pu8; -+ u8 *pU1Tmp; -+ u32 *pU4Tmp; -+ u8 ret; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ pHalData = GET_HAL_DATA(padapter); -+ pu8 = (u8*)pInBuf; -+ pU1Tmp = (u8*)pInBuf; -+ pU4Tmp = (u32*)pInBuf; -+ ret = _TRUE; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return _FALSE; -+ -+ switch (setType) -+ { -+ // set some u8 type variables. -+ case BTC_SET_BL_BT_DISABLE: -+ pBtCoexist->btInfo.bBtDisabled = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_TRAFFIC_BUSY: -+ pBtCoexist->btInfo.bBtBusy = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_LIMITED_DIG: -+ pBtCoexist->btInfo.bLimitedDig = *pu8; -+ break; -+ -+ case BTC_SET_BL_FORCE_TO_ROAM: -+ pBtCoexist->btInfo.bForceToRoam = *pu8; -+ break; -+ -+ case BTC_SET_BL_TO_REJ_AP_AGG_PKT: -+ pBtCoexist->btInfo.bRejectAggPkt = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_CTRL_AGG_SIZE: -+ pBtCoexist->btInfo.bBtCtrlAggBufSize = *pu8; -+ break; -+ -+ case BTC_SET_BL_INC_SCAN_DEV_NUM: -+ pBtCoexist->btInfo.bIncreaseScanDevNum = *pu8; -+ break; -+ -+ case BTC_SET_BL_BT_TX_RX_MASK: -+ pBtCoexist->btInfo.bBtTxRxMask = *pu8; -+ break; -+ -+ case BTC_SET_BL_MIRACAST_PLUS_BT: -+ pBtCoexist->btInfo.bMiracastPlusBt = *pu8; -+ break; -+ -+ // set some u8 type variables. -+ case BTC_SET_U1_RSSI_ADJ_VAL_FOR_AGC_TABLE_ON: -+ pBtCoexist->btInfo.rssiAdjustForAgcTableOn = *pU1Tmp; -+ break; -+ -+ case BTC_SET_U1_AGG_BUF_SIZE: -+ pBtCoexist->btInfo.aggBufSize = *pU1Tmp; -+ break; -+ -+ // the following are some action which will be triggered -+ case BTC_SET_ACT_GET_BT_RSSI: -+#if 0 -+ BT_SendGetBtRssiEvent(padapter); -+#else -+ ret = _FALSE; -+#endif -+ break; -+ -+ case BTC_SET_ACT_AGGREGATE_CTRL: -+ halbtcoutsrc_AggregationCheck(pBtCoexist); -+ break; -+ -+ //=======1Ant=========== -+ // set some u8 type variables. -+ case BTC_SET_U1_RSSI_ADJ_VAL_FOR_1ANT_COEX_TYPE: -+ pBtCoexist->btInfo.rssiAdjustFor1AntCoexType = *pU1Tmp; -+ break; -+ -+ case BTC_SET_U1_LPS_VAL: -+ pBtCoexist->btInfo.lpsVal = *pU1Tmp; -+ break; -+ -+ case BTC_SET_U1_RPWM_VAL: -+ pBtCoexist->btInfo.rpwmVal = *pU1Tmp; -+ break; -+ -+ // the following are some action which will be triggered -+ case BTC_SET_ACT_LEAVE_LPS: -+ halbtcoutsrc_LeaveLps(pBtCoexist); -+ break; -+ -+ case BTC_SET_ACT_ENTER_LPS: -+ halbtcoutsrc_EnterLps(pBtCoexist); -+ break; -+ -+ case BTC_SET_ACT_NORMAL_LPS: -+ halbtcoutsrc_NormalLps(pBtCoexist); -+ break; -+ -+ case BTC_SET_ACT_DISABLE_LOW_POWER: -+ halbtcoutsrc_DisableLowPower(pBtCoexist, *pu8); -+ break; -+ -+ case BTC_SET_ACT_UPDATE_RAMASK: -+ pBtCoexist->btInfo.raMask = *pU4Tmp; -+ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_ASOC_STATE) == _TRUE) -+ { -+ struct sta_info *psta; -+ PWLAN_BSSID_EX cur_network; -+ -+ cur_network = &padapter->mlmeextpriv.mlmext_info.network; -+ psta = rtw_get_stainfo(&padapter->stapriv, cur_network->MacAddress); -+ rtw_hal_update_ra_mask(psta, 0); -+ } -+ break; -+ -+ case BTC_SET_ACT_SEND_MIMO_PS: -+ { -+ u8 newMimoPsMode = 3; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ /* *pU1Tmp = 0 use SM_PS static type */ -+ /* *pU1Tmp = 1 disable SM_PS */ -+ if (*pU1Tmp == 0) -+ newMimoPsMode = WLAN_HT_CAP_SM_PS_STATIC; -+ else if (*pU1Tmp == 1) -+ newMimoPsMode = WLAN_HT_CAP_SM_PS_DISABLED; -+ -+ if (check_fwstate(&padapter->mlmepriv , WIFI_ASOC_STATE) == _TRUE) { -+ /* issue_action_SM_PS(padapter, get_my_bssid(&(pmlmeinfo->network)), newMimoPsMode); */ -+ issue_action_SM_PS_wait_ack(padapter , get_my_bssid(&(pmlmeinfo->network)) , newMimoPsMode, 3 , 1); -+ } -+ } -+ break; -+ -+ case BTC_SET_ACT_CTRL_BT_INFO: -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ { -+ u8 dataLen = *pU1Tmp; -+ u8 tmpBuf[20]; -+ if (dataLen) -+ { -+ _rtw_memcpy(tmpBuf, pU1Tmp+1, dataLen); -+ } -+ BT_SendEventExtBtInfoControl(padapter, dataLen, &tmpBuf[0]); -+ } -+#else //!CONFIG_BT_COEXIST_SOCKET_TRX -+ ret = _FALSE; -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ break; -+ -+ case BTC_SET_ACT_CTRL_BT_COEX: -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ { -+ u8 dataLen = *pU1Tmp; -+ u8 tmpBuf[20]; -+ if (dataLen) -+ { -+ _rtw_memcpy(tmpBuf, pU1Tmp+1, dataLen); -+ } -+ BT_SendEventExtBtCoexControl(padapter, _FALSE, dataLen, &tmpBuf[0]); -+ } -+#else //!CONFIG_BT_COEXIST_SOCKET_TRX -+ ret = _FALSE; -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ break; -+ case BTC_SET_ACT_CTRL_8723B_ANT: -+#if 0 -+ { -+ u1Byte dataLen=*pU1Tmp; -+ u1Byte tmpBuf[20]; -+ if(dataLen) -+ { -+ PlatformMoveMemory(&tmpBuf[0], pU1Tmp+1, dataLen); -+ } -+ BT_Set8723bAnt(Adapter, dataLen, &tmpBuf[0]); -+ } -+#else -+ ret = _FALSE; -+#endif -+ break; -+ //===================== -+ default: -+ ret = _FALSE; -+ break; -+ } -+ -+ return ret; -+} -+ -+u8 halbtcoutsrc_UnderIps(PBTC_COEXIST pBtCoexist) -+{ -+ PADAPTER padapter; -+ struct pwrctrl_priv *pwrpriv; -+ u8 bMacPwrCtrlOn; -+ -+ padapter = pBtCoexist->Adapter; -+ pwrpriv = &padapter->dvobj->pwrctl_priv; -+ bMacPwrCtrlOn = _FALSE; -+ -+ if ((_TRUE == pwrpriv->bips_processing) -+ && (IPS_NONE != pwrpriv->ips_mode_req) -+ ) -+ { -+ return _TRUE; -+ } -+ -+ if (rf_off == pwrpriv->rf_pwrstate) -+ { -+ return _TRUE; -+ } -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if (_FALSE == bMacPwrCtrlOn) -+ { -+ return _TRUE; -+ } -+ -+ return _FALSE; -+} -+ -+u8 halbtcoutsrc_UnderLps(PBTC_COEXIST pBtCoexist) -+{ -+ return GLBtcWiFiInLPS; -+} -+ -+u8 halbtcoutsrc_Under32K(PBTC_COEXIST pBtCoexist) -+{ -+ /* todo: the method to check whether wifi is under 32K or not */ -+ return _FALSE; -+} -+ -+void halbtcoutsrc_DisplayCoexStatistics(PBTC_COEXIST pBtCoexist) -+{ -+#if 0 -+ PADAPTER padapter = (PADAPTER)pBtCoexist->Adapter; -+ PBT_MGNT pBtMgnt = &padapter->MgntInfo.BtInfo.BtMgnt; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ u8 *cliBuf = pBtCoexist->cliBuf; -+ u8 i; -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "============[Statistics]============"); -+ CL_PRINTF(cliBuf); -+ -+#if (H2C_USE_IO_THREAD != 1) -+ for(i=0; ih2cStatistics[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s] = %d", "H2C statistics", \ -+ h2cStaString[i], pHalData->h2cStatistics[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+#else -+ for(i=0; iioComStr.ioH2cStatistics[i]) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = [%s] = %d", "H2C statistics", \ -+ ioStaString[i], Adapter->ioComStr.ioH2cStatistics[i]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+#endif -+#if 0 -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "lastHMEBoxNum", \ -+ pHalData->LastHMEBoxNum); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x / 0x%x", "LastOkH2c/FirstFailH2c(fwNotRead)", \ -+ pHalData->lastSuccessH2cEid, pHalData->firstFailedH2cEid); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d/ %d", "c2hIsr/c2hIntr/clr1AF/noRdy/noBuf", \ -+ pHalData->InterruptLog.nIMR_C2HCMD, DBG_Var.c2hInterruptCnt, DBG_Var.c2hClrReadC2hCnt, -+ DBG_Var.c2hNotReadyCnt, DBG_Var.c2hBufAlloFailCnt); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "c2hPacket", \ -+ DBG_Var.c2hPacketCnt); -+ CL_PRINTF(cliBuf); -+#endif -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "Periodical/ DbgCtrl", \ -+ pBtCoexist->statistics.cntPeriodical, pBtCoexist->statistics.cntDbgCtrl); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d", "PowerOn/InitHw/InitCoexDm/RfStatus", \ -+ pBtCoexist->statistics.cntPowerOn, pBtCoexist->statistics.cntInitHwConfig, pBtCoexist->statistics.cntInitCoexDm, -+ pBtCoexist->statistics.cntRfStatusNotify); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d/ %d", "Ips/Lps/Scan/Connect/Mstatus", \ -+ pBtCoexist->statistics.cntIpsNotify, pBtCoexist->statistics.cntLpsNotify, -+ pBtCoexist->statistics.cntScanNotify, pBtCoexist->statistics.cntConnectNotify, -+ pBtCoexist->statistics.cntMediaStatusNotify); -+ CL_PRINTF(cliBuf); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d", "Special pkt/Bt info/ bind", -+ pBtCoexist->statistics.cntSpecialPacketNotify, pBtCoexist->statistics.cntBtInfoNotify, -+ pBtCoexist->statistics.cntBind); -+ CL_PRINTF(cliBuf); -+#endif -+} -+ -+void halbtcoutsrc_DisplayBtLinkInfo(PBTC_COEXIST pBtCoexist) -+{ -+#if 0 -+ PADAPTER padapter = (PADAPTER)pBtCoexist->Adapter; -+ PBT_MGNT pBtMgnt = &padapter->MgntInfo.BtInfo.BtMgnt; -+ u8 *cliBuf = pBtCoexist->cliBuf; -+ u8 i; -+ -+ -+ if (pBtCoexist->stackInfo.bProfileNotified) -+ { -+ for (i=0; iExtConfig.NumberOfACL; i++) -+ { -+ if (pBtMgnt->ExtConfig.HCIExtensionVer >= 1) -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s/ %s", "Bt link type/spec/role", \ -+ BtProfileString[pBtMgnt->ExtConfig.aclLink[i].BTProfile], -+ BtSpecString[pBtMgnt->ExtConfig.aclLink[i].BTCoreSpec], -+ BtLinkRoleString[pBtMgnt->ExtConfig.aclLink[i].linkRole]); -+ CL_PRINTF(cliBuf); } -+ else -+ { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s/ %s", "Bt link type/spec", \ -+ BtProfileString[pBtMgnt->ExtConfig.aclLink[i].BTProfile], -+ BtSpecString[pBtMgnt->ExtConfig.aclLink[i].BTCoreSpec]); -+ CL_PRINTF(cliBuf); -+ } -+ } -+ } -+#endif -+} -+ -+void halbtcoutsrc_DisplayWifiStatus(PBTC_COEXIST pBtCoexist) -+{ -+ PADAPTER padapter = pBtCoexist->Adapter; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ u8* cliBuf=pBtCoexist->cliBuf; -+ s32 wifiRssi=0, btHsRssi=0; -+ BOOLEAN bScan=_FALSE, bLink=_FALSE, bRoam=_FALSE, bWifiBusy=_FALSE, bWifiUnderBMode=_FALSE; -+ u32 wifiBw=BTC_WIFI_BW_HT20, wifiTrafficDir=BTC_WIFI_TRAFFIC_TX, wifiFreq=BTC_FREQ_2_4G; -+ u32 wifiLinkStatus=0x0; -+ BOOLEAN bBtHsOn=_FALSE, bLowPower=_FALSE; -+ u8 wifiChnl=0, wifiHsChnl=0, nScanAPNum = 0, FwPSState; -+ -+ wifiLinkStatus = halbtcoutsrc_GetWifiLinkStatus(pBtCoexist); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d/ %d/ %d", "STA/vWifi/HS/p2pGo/p2pGc", \ -+ ((wifiLinkStatus&WIFI_STA_CONNECTED)? 1:0), ((wifiLinkStatus&WIFI_AP_CONNECTED)? 1:0), -+ ((wifiLinkStatus&WIFI_HS_CONNECTED)? 1:0), ((wifiLinkStatus&WIFI_P2P_GO_CONNECTED)? 1:0), -+ ((wifiLinkStatus&WIFI_P2P_GC_CONNECTED)? 1:0) ); -+ CL_PRINTF(cliBuf); -+ -+ if (wifiLinkStatus&WIFI_STA_CONNECTED) { -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s", "IOT Peer", GLBtcIotPeerString[padapter->mlmeextpriv.mlmext_info.assoc_AP_vendor]); -+ CL_PRINTF(cliBuf); -+ } -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_HS_OPERATION, &bBtHsOn); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_DOT11_CHNL, &wifiChnl); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_WIFI_HS_CHNL, &wifiHsChnl); CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d(%d)", "Dot11 channel / HsChnl(High Speed)", \ -+ wifiChnl, wifiHsChnl, bBtHsOn); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_WIFI_RSSI, &wifiRssi); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_S4_HS_RSSI, &btHsRssi); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d", "Wifi rssi/ HS rssi", \ -+ wifiRssi-100, btHsRssi-100); -+ CL_PRINTF(cliBuf); -+ -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_SCAN, &bScan); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_LINK, &bLink); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_ROAM, &bRoam); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d/ %d/ %d ", "Wifi bLink/ bRoam/ bScan", \ -+ bLink, bRoam, bScan); -+ CL_PRINTF(cliBuf); -+ -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_5G, &wifiFreq); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_BW, &wifiBw); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_BUSY, &bWifiBusy); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U4_WIFI_TRAFFIC_DIRECTION, &wifiTrafficDir); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_BL_WIFI_UNDER_B_MODE, &bWifiUnderBMode); -+ pBtCoexist->fBtcGet(pBtCoexist, BTC_GET_U1_AP_NUM, &nScanAPNum); -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s / %s/ %s/ AP=%d ", "Wifi freq/ bw/ traffic", \ -+ GLBtcWifiFreqString[wifiFreq], ((bWifiUnderBMode)? "11b": GLBtcWifiBwString[wifiBw]), -+ ((!bWifiBusy)? "idle": ((BTC_WIFI_TRAFFIC_TX==wifiTrafficDir)? "uplink":"downlink")), -+ nScanAPNum); -+ CL_PRINTF(cliBuf); -+ -+ // power status -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %s%s%s", "Power Status", \ -+ ((halbtcoutsrc_UnderIps(pBtCoexist) == _TRUE)? "IPS ON":"IPS OFF"), -+ ((halbtcoutsrc_UnderLps(pBtCoexist) == _TRUE)? ", LPS ON":", LPS OFF"), -+ ((halbtcoutsrc_Under32K(pBtCoexist) == _TRUE)? ", 32k":"")); -+ CL_PRINTF(cliBuf); -+ -+ CL_SPRINTF(cliBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %02x %02x %02x %02x %02x %02x (0x%x/0x%x)", "Power mode cmd(lps/rpwm)", \ -+ pBtCoexist->pwrModeVal[0], pBtCoexist->pwrModeVal[1], -+ pBtCoexist->pwrModeVal[2], pBtCoexist->pwrModeVal[3], -+ pBtCoexist->pwrModeVal[4], pBtCoexist->pwrModeVal[5], -+ pBtCoexist->btInfo.lpsVal, -+ pBtCoexist->btInfo.rpwmVal); -+ CL_PRINTF(cliBuf); -+} -+ -+void halbtcoutsrc_DisplayDbgMsg(void *pBtcContext, u8 dispType) -+{ -+ PBTC_COEXIST pBtCoexist; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ switch(dispType) -+ { -+ case BTC_DBG_DISP_COEX_STATISTICS: -+ halbtcoutsrc_DisplayCoexStatistics(pBtCoexist); -+ break; -+ case BTC_DBG_DISP_BT_LINK_INFO: -+ halbtcoutsrc_DisplayBtLinkInfo(pBtCoexist); -+ break; -+ case BTC_DBG_DISP_WIFI_STATUS: -+ halbtcoutsrc_DisplayWifiStatus(pBtCoexist); -+ break; -+ default: -+ break; -+ } -+} -+ -+//==================================== -+// IO related function -+//==================================== -+u8 halbtcoutsrc_Read1Byte(void *pBtcContext, u32 RegAddr) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return rtw_read8(padapter, RegAddr); -+} -+ -+u16 halbtcoutsrc_Read2Byte(void *pBtcContext, u32 RegAddr) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return rtw_read16(padapter, RegAddr); -+} -+ -+u32 halbtcoutsrc_Read4Byte(void *pBtcContext, u32 RegAddr) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return rtw_read32(padapter, RegAddr); -+} -+ -+void halbtcoutsrc_Write1Byte(void *pBtcContext, u32 RegAddr, u8 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_write8(padapter, RegAddr, Data); -+} -+ -+void halbtcoutsrc_BitMaskWrite1Byte(void *pBtcContext, u32 regAddr, u8 bitMask, u8 data1b) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ u8 originalValue, bitShift; -+ u8 i; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ originalValue = 0; -+ bitShift = 0; -+ -+ if(bitMask != 0xff) -+ { -+ originalValue = rtw_read8(padapter, regAddr); -+ -+ for (i=0; i<=7; i++) -+ { -+ if ((bitMask>>i)&0x1) -+ break; -+ } -+ bitShift = i; -+ -+ data1b = (originalValue & ~bitMask) | ((data1b << bitShift) & bitMask); -+ } -+ -+ rtw_write8(padapter, regAddr, data1b); -+} -+ -+void halbtcoutsrc_Write2Byte(void *pBtcContext, u32 RegAddr, u16 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_write16(padapter, RegAddr, Data); -+} -+ -+void halbtcoutsrc_Write4Byte(void *pBtcContext, u32 RegAddr, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_write32(padapter, RegAddr, Data); -+} -+ -+void halbtcoutsrc_WriteLocalReg1Byte(void *pBtcContext, u32 RegAddr, u8 Data) -+{ -+ PBTC_COEXIST pBtCoexist=(PBTC_COEXIST)pBtcContext; -+ PADAPTER Adapter=pBtCoexist->Adapter; -+ -+ if(BTC_INTF_SDIO == pBtCoexist->chipInterface) -+ { -+ rtw_write8(Adapter, SDIO_LOCAL_BASE | RegAddr, Data); -+ } -+ else -+ { -+ rtw_write8(Adapter, RegAddr, Data); -+ } -+} -+ -+void halbtcoutsrc_SetBbReg(void *pBtcContext, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ PHY_SetBBReg(padapter, RegAddr, BitMask, Data); -+} -+ -+ -+u32 halbtcoutsrc_GetBbReg(void *pBtcContext, u32 RegAddr, u32 BitMask) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return PHY_QueryBBReg(padapter, RegAddr, BitMask); -+} -+ -+void halbtcoutsrc_SetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ PHY_SetRFReg(padapter, eRFPath, RegAddr, BitMask, Data); -+} -+ -+u32 halbtcoutsrc_GetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ return PHY_QueryRFReg(padapter, eRFPath, RegAddr, BitMask); -+} -+ -+void halbtcoutsrc_SetBtReg(void *pBtcContext, u8 RegType, u32 RegAddr, u32 Data) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ u8 CmdBuffer1[4] = {0}; -+ u8 CmdBuffer2[4] = {0}; -+ u8* AddrToSet = (u8*)&RegAddr; -+ u8* ValueToSet = (u8*)&Data; -+ u8 OperVer = 0; -+ u8 ReqNum = 0; -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ if (IS_HARDWARE_TYPE_8723B(padapter)) -+ { -+ CmdBuffer1[0] |= (OperVer & 0x0f); /* Set OperVer */ -+ CmdBuffer1[0] |= ((ReqNum << 4) & 0xf0); /* Set ReqNum */ -+ CmdBuffer1[1] = 0x0d; /* Set OpCode to BT_LO_OP_WRITE_REG_VALUE */ -+ CmdBuffer1[2] = ValueToSet[0]; /* Set WriteRegValue */ -+ rtw_hal_fill_h2c_cmd(padapter, 0x67, 4, &(CmdBuffer1[0])); -+ -+ rtw_msleep_os(200); -+ ReqNum++; -+ -+ CmdBuffer2[0] |= (OperVer & 0x0f); /* Set OperVer */ -+ CmdBuffer2[0] |= ((ReqNum << 4) & 0xf0); /* Set ReqNum */ -+ CmdBuffer2[1] = 0x0c; /* Set OpCode of BT_LO_OP_WRITE_REG_ADDR */ -+ CmdBuffer2[3] = AddrToSet[0]; /* Set WriteRegAddr */ -+ rtw_hal_fill_h2c_cmd(padapter, 0x67, 4, &(CmdBuffer2[0])); -+ } -+} -+ -+u8 halbtcoutsrc_SetBtAntDetection(void *pBtcContext, u8 txTime, u8 btChnl) -+{ -+/* Always return _FALSE since we don't implement this yet */ -+#if 0 -+ PBTC_COEXIST pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ PADAPTER Adapter = pBtCoexist->Adapter; -+ u1Byte btCanTx = 0; -+ BOOLEAN bStatus = FALSE; -+ -+ bStatus = NDBG_SetBtAntDetection(Adapter, txTime, btChnl, &btCanTx); -+ if (bStatus && btCanTx) -+ return _TRUE; -+ else -+ return _FALSE; -+#else -+ return _FALSE; -+#endif -+} -+ -+u32 halbtcoutsrc_GetBtReg(void *pBtcContext, u8 RegType, u32 RegAddr) -+{ -+ /* To be implemented. Always return 0 temporarily */ -+ return 0; -+} -+ -+void halbtcoutsrc_FillH2cCmd(void *pBtcContext, u8 elementId, u32 cmdLen, u8 *pCmdBuffer) -+{ -+ PBTC_COEXIST pBtCoexist; -+ PADAPTER padapter; -+ -+ -+ pBtCoexist = (PBTC_COEXIST)pBtcContext; -+ padapter = pBtCoexist->Adapter; -+ -+ rtw_hal_fill_h2c_cmd(padapter, elementId, cmdLen, pCmdBuffer); -+} -+ -+//==================================== -+// Extern functions called by other module -+//==================================== -+u8 EXhalbtcoutsrc_IsTfbgaPackageType(PADAPTER padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+#ifdef CONFIG_RTL8723B -+ if ((pHalData->PackageType == PACKAGE_TFBGA79) || (pHalData->PackageType == PACKAGE_TFBGA80) -+ || (pHalData->PackageType == PACKAGE_TFBGA90)) { -+ return _TRUE; -+ } -+#endif -+ -+ return _FALSE; -+} -+ -+u8 EXhalbtcoutsrc_BindBtCoexWithAdapter(void *padapter) -+{ -+ PBTC_COEXIST pBtCoexist=&GLBtCoexist; -+ u1Byte antNum=2, chipType; -+ -+ if(pBtCoexist->bBinded) -+ return _FALSE; -+ else -+ pBtCoexist->bBinded = _TRUE; -+ -+ pBtCoexist->statistics.cntBind++; -+ -+ pBtCoexist->Adapter = padapter; -+ -+ pBtCoexist->stackInfo.bProfileNotified = _FALSE; -+ -+ pBtCoexist->btInfo.bBtCtrlAggBufSize = _FALSE; -+ pBtCoexist->btInfo.aggBufSize = 5; -+ -+ pBtCoexist->btInfo.bIncreaseScanDevNum = _FALSE; -+ pBtCoexist->btInfo.bMiracastPlusBt = _FALSE; -+ -+#if 0 -+ chipType = HALBT_GetBtChipType(Adapter); -+ EXhalbtcoutsrc_SetChipType(chipType); -+ antNum = HALBT_GetPgAntNum(Adapter); -+ EXhalbtcoutsrc_SetAntNum(BT_COEX_ANT_TYPE_PG, antNum); -+#endif -+ // set default antenna position to main port -+ pBtCoexist->boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ -+ pBtCoexist->boardInfo.btdmAntDetFinish = _FALSE; -+ pBtCoexist->boardInfo.btdmAntNumByAntDet = 1; -+ -+ pBtCoexist->boardInfo.bTfbgaPackage = EXhalbtcoutsrc_IsTfbgaPackageType((PADAPTER)padapter); -+ -+ if (pBtCoexist->boardInfo.bTfbgaPackage) -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Package Type = TFBGA\n")); -+ else -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], Package Type = Non-TFBGA\n")); -+ -+ return _TRUE; -+} -+ -+u8 EXhalbtcoutsrc_InitlizeVariables(void *padapter) -+{ -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ -+ //pBtCoexist->statistics.cntBind++; -+ -+ halbtcoutsrc_DbgInit(); -+ -+#ifdef CONFIG_PCI_HCI -+ pBtCoexist->chipInterface = BTC_INTF_PCI; -+#elif defined(CONFIG_USB_HCI) -+ pBtCoexist->chipInterface = BTC_INTF_USB; -+#elif defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ pBtCoexist->chipInterface = BTC_INTF_SDIO; -+#else -+ pBtCoexist->chipInterface = BTC_INTF_UNKNOWN; -+#endif -+ -+ EXhalbtcoutsrc_BindBtCoexWithAdapter(padapter); -+ -+ pBtCoexist->fBtcRead1Byte = halbtcoutsrc_Read1Byte; -+ pBtCoexist->fBtcWrite1Byte = halbtcoutsrc_Write1Byte; -+ pBtCoexist->fBtcWrite1ByteBitMask = halbtcoutsrc_BitMaskWrite1Byte; -+ pBtCoexist->fBtcRead2Byte = halbtcoutsrc_Read2Byte; -+ pBtCoexist->fBtcWrite2Byte = halbtcoutsrc_Write2Byte; -+ pBtCoexist->fBtcRead4Byte = halbtcoutsrc_Read4Byte; -+ pBtCoexist->fBtcWrite4Byte = halbtcoutsrc_Write4Byte; -+ pBtCoexist->fBtcWriteLocalReg1Byte = halbtcoutsrc_WriteLocalReg1Byte; -+ -+ pBtCoexist->fBtcSetBbReg = halbtcoutsrc_SetBbReg; -+ pBtCoexist->fBtcGetBbReg = halbtcoutsrc_GetBbReg; -+ -+ pBtCoexist->fBtcSetRfReg = halbtcoutsrc_SetRfReg; -+ pBtCoexist->fBtcGetRfReg = halbtcoutsrc_GetRfReg; -+ -+ pBtCoexist->fBtcFillH2c = halbtcoutsrc_FillH2cCmd; -+ pBtCoexist->fBtcDispDbgMsg = halbtcoutsrc_DisplayDbgMsg; -+ -+ pBtCoexist->fBtcGet = halbtcoutsrc_Get; -+ pBtCoexist->fBtcSet = halbtcoutsrc_Set; -+ pBtCoexist->fBtcGetBtReg = halbtcoutsrc_GetBtReg; -+ pBtCoexist->fBtcSetBtReg = halbtcoutsrc_SetBtReg; -+ pBtCoexist->fBtcSetBtAntDetection = halbtcoutsrc_SetBtAntDetection; -+ -+ pBtCoexist->cliBuf = &GLBtcDbgBuf[0]; -+ -+ pBtCoexist->boardInfo.singleAntPath = 0; -+ -+ GLBtcWiFiInScanState = _FALSE; -+ -+ GLBtcWiFiInIQKState = _FALSE; -+ -+ GLBtcWiFiInIPS = _FALSE; -+ -+ GLBtcWiFiInLPS = _FALSE; -+ -+ GLBtcBtCoexAliveRegistered = _FALSE; -+ -+ return _TRUE; -+} -+ -+void EXhalbtcoutsrc_PowerOnSetting(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ /* Power on setting function is only added in 8723B currently */ -+ if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_PowerOnSetting(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_PowerOnSetting(pBtCoexist); -+ } -+} -+ -+void EXhalbtcoutsrc_PreLoadFirmware(PBTC_COEXIST pBtCoexist) -+{ -+ if(!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntPreLoadFirmware++; -+ -+ if(IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if(pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_PreLoadFirmware(pBtCoexist); -+ else if(pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_PreLoadFirmware(pBtCoexist); -+ } -+} -+ -+void EXhalbtcoutsrc_InitHwConfig(PBTC_COEXIST pBtCoexist, u8 bWifiOnly) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntInitHwConfig++; -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_InitHwConfig(pBtCoexist, bWifiOnly); -+ } -+} -+ -+void EXhalbtcoutsrc_InitCoexDm(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntInitCoexDm++; -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_InitCoexDm(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_InitCoexDm(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_InitCoexDm(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_InitCoexDm(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_InitCoexDm(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_InitCoexDm(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_InitCoexDm(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_InitCoexDm(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_InitCoexDm(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_InitCoexDm(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_InitCoexDm(pBtCoexist); -+ } -+ -+ pBtCoexist->bInitilized = _TRUE; -+} -+ -+void EXhalbtcoutsrc_IpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 ipsType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntIpsNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (IPS_NONE == type) -+ { -+ ipsType = BTC_IPS_LEAVE; -+ GLBtcWiFiInIPS = _FALSE; -+ } -+ else -+ { -+ ipsType = BTC_IPS_ENTER; -+ GLBtcWiFiInIPS = _TRUE; -+ } -+ -+ // All notify is called in cmd thread, don't need to leave low power again -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_IpsNotify(pBtCoexist, ipsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_IpsNotify(pBtCoexist, ipsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_IpsNotify(pBtCoexist, ipsType); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_IpsNotify(pBtCoexist, ipsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_IpsNotify(pBtCoexist, ipsType); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_IpsNotify(pBtCoexist, ipsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_IpsNotify(pBtCoexist, ipsType); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_IpsNotify(pBtCoexist, ipsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_IpsNotify(pBtCoexist, ipsType); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_IpsNotify(pBtCoexist, ipsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_IpsNotify(pBtCoexist, ipsType); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_LpsNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 lpsType; -+ -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntLpsNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (PS_MODE_ACTIVE == type) -+ { -+ lpsType = BTC_LPS_DISABLE; -+ GLBtcWiFiInLPS = _FALSE; -+ } -+ else -+ { -+ lpsType = BTC_LPS_ENABLE; -+ GLBtcWiFiInLPS = _TRUE; -+ } -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_LpsNotify(pBtCoexist, lpsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_LpsNotify(pBtCoexist, lpsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_LpsNotify(pBtCoexist, lpsType); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_LpsNotify(pBtCoexist, lpsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_LpsNotify(pBtCoexist, lpsType); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_LpsNotify(pBtCoexist, lpsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_LpsNotify(pBtCoexist, lpsType); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_LpsNotify(pBtCoexist, lpsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_LpsNotify(pBtCoexist, lpsType); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_LpsNotify(pBtCoexist, lpsType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_LpsNotify(pBtCoexist, lpsType); -+ } -+} -+ -+void EXhalbtcoutsrc_ScanNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+ u8 scanType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntScanNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (type) -+ { -+ scanType = BTC_SCAN_START; -+ GLBtcWiFiInScanState = _TRUE; -+ } -+ else -+ { -+ scanType = BTC_SCAN_FINISH; -+ GLBtcWiFiInScanState = _FALSE; -+ } -+ -+ // All notify is called in cmd thread, don't need to leave low power again -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_ScanNotify(pBtCoexist, scanType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_ScanNotify(pBtCoexist, scanType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_ScanNotify(pBtCoexist, scanType); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_ScanNotify(pBtCoexist, scanType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_ScanNotify(pBtCoexist, scanType); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_ScanNotify(pBtCoexist, scanType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_ScanNotify(pBtCoexist, scanType); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_ScanNotify(pBtCoexist, scanType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_ScanNotify(pBtCoexist, scanType); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_ScanNotify(pBtCoexist, scanType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_ScanNotify(pBtCoexist, scanType); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_ConnectNotify(PBTC_COEXIST pBtCoexist, u8 action) -+{ -+ u8 assoType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntConnectNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (action) -+ assoType = BTC_ASSOCIATE_START; -+ else -+ assoType = BTC_ASSOCIATE_FINISH; -+ -+ // All notify is called in cmd thread, don't need to leave low power again -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_ConnectNotify(pBtCoexist, assoType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_ConnectNotify(pBtCoexist, assoType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_ConnectNotify(pBtCoexist, assoType); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_ConnectNotify(pBtCoexist, assoType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_ConnectNotify(pBtCoexist, assoType); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_ConnectNotify(pBtCoexist, assoType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_ConnectNotify(pBtCoexist, assoType); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_ConnectNotify(pBtCoexist, assoType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_ConnectNotify(pBtCoexist, assoType); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_ConnectNotify(pBtCoexist, assoType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_ConnectNotify(pBtCoexist, assoType); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_MediaStatusNotify(PBTC_COEXIST pBtCoexist, RT_MEDIA_STATUS mediaStatus) -+{ -+ u8 mStatus; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntMediaStatusNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (RT_MEDIA_CONNECT == mediaStatus) -+ mStatus = BTC_MEDIA_CONNECT; -+ else -+ mStatus = BTC_MEDIA_DISCONNECT; -+ -+ // All notify is called in cmd thread, don't need to leave low power again -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_MediaStatusNotify(pBtCoexist, mStatus); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_MediaStatusNotify(pBtCoexist, mStatus); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_MediaStatusNotify(pBtCoexist, mStatus); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_MediaStatusNotify(pBtCoexist, mStatus); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_MediaStatusNotify(pBtCoexist, mStatus); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_MediaStatusNotify(pBtCoexist, mStatus); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_MediaStatusNotify(pBtCoexist, mStatus); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_MediaStatusNotify(pBtCoexist, mStatus); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_MediaStatusNotify(pBtCoexist, mStatus); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_MediaStatusNotify(pBtCoexist, mStatus); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_MediaStatusNotify(pBtCoexist, mStatus); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_SpecialPacketNotify(PBTC_COEXIST pBtCoexist, u8 pktType) -+{ -+ u8 packetType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntSpecialPacketNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if (PACKET_DHCP == pktType) -+ packetType = BTC_PACKET_DHCP; -+ else if (PACKET_EAPOL == pktType) -+ packetType = BTC_PACKET_EAPOL; -+ else if (PACKET_ARP == pktType) -+ packetType = BTC_PACKET_ARP; -+ else -+ { -+ packetType = BTC_PACKET_UNKNOWN; -+ return; -+ } -+ -+ // All notify is called in cmd thread, don't need to leave low power again -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_SpecialPacketNotify(pBtCoexist, packetType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_SpecialPacketNotify(pBtCoexist, packetType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_SpecialPacketNotify(pBtCoexist, packetType); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_SpecialPacketNotify(pBtCoexist, packetType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_SpecialPacketNotify(pBtCoexist, packetType); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_SpecialPacketNotify(pBtCoexist, packetType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_SpecialPacketNotify(pBtCoexist, packetType); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_SpecialPacketNotify(pBtCoexist, packetType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_SpecialPacketNotify(pBtCoexist, packetType); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_SpecialPacketNotify(pBtCoexist, packetType); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_SpecialPacketNotify(pBtCoexist, packetType); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_BtInfoNotify(PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntBtInfoNotify++; -+ -+ // All notify is called in cmd thread, don't need to leave low power again -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+VOID -+EXhalbtcoutsrc_RfStatusNotify( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u1Byte type -+ ) -+{ -+ if(!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntRfStatusNotify++; -+ -+ if(IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ } -+ else if(IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if(pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_RfStatusNotify(pBtCoexist, type); -+ } -+ else if(IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if(pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_RfStatusNotify(pBtCoexist, type); -+ } -+ else if(IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ } -+ else if(IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ } -+} -+ -+void EXhalbtcoutsrc_StackOperationNotify(PBTC_COEXIST pBtCoexist, u8 type) -+{ -+#if 0 -+ u8 stackOpType; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntStackOperationNotify++; -+ if (pBtCoexist->bManualControl) -+ return; -+ -+ if ((HCI_BT_OP_INQUIRY_START == type) || -+ (HCI_BT_OP_PAGING_START == type) || -+ (HCI_BT_OP_PAIRING_START == type)) -+ { -+ stackOpType = BTC_STACK_OP_INQ_PAGE_PAIR_START; -+ } -+ else if ((HCI_BT_OP_INQUIRY_FINISH == type) || -+ (HCI_BT_OP_PAGING_SUCCESS == type) || -+ (HCI_BT_OP_PAGING_UNSUCCESS == type) || -+ (HCI_BT_OP_PAIRING_FINISH == type) ) -+ { -+ stackOpType = BTC_STACK_OP_INQ_PAGE_PAIR_FINISH; -+ } -+ else -+ { -+ stackOpType = BTC_STACK_OP_NONE; -+ } -+ -+#endif -+} -+ -+void EXhalbtcoutsrc_HaltNotify(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_HaltNotify(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_HaltNotify(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_HaltNotify(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_HaltNotify(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_HaltNotify(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_HaltNotify(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_HaltNotify(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_HaltNotify(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_HaltNotify(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_HaltNotify(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_HaltNotify(pBtCoexist); -+ } -+ -+ pBtCoexist->bBinded = FALSE; -+} -+ -+void EXhalbtcoutsrc_SwitchBtTRxMask(PBTC_COEXIST pBtCoexist) -+{ -+ if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ { -+ halbtcoutsrc_SetBtReg(pBtCoexist, 0, 0x3c, 0x01); //BT goto standby while GNT_BT 1-->0 -+ } -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ { -+ halbtcoutsrc_SetBtReg(pBtCoexist, 0, 0x3c, 0x15); //BT goto standby while GNT_BT 1-->0 -+ } -+ } -+} -+ -+void EXhalbtcoutsrc_PnpNotify(PBTC_COEXIST pBtCoexist, u8 pnpState) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ // -+ // currently only 1ant we have to do the notification, -+ // once pnp is notified to sleep state, we have to leave LPS that we can sleep normally. -+ // -+ -+ if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_PnpNotify(pBtCoexist,pnpState); -+ else if(pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_PnpNotify(pBtCoexist,pnpState); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_PnpNotify(pBtCoexist,pnpState); -+ else if(pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_PnpNotify(pBtCoexist,pnpState); -+ } -+ else if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_PnpNotify(pBtCoexist, pnpState); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_PnpNotify(pBtCoexist,pnpState); -+ else if(pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_PnpNotify(pBtCoexist,pnpState); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_PnpNotify(pBtCoexist, pnpState); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_PnpNotify(pBtCoexist, pnpState); -+ } -+} -+ -+void EXhalbtcoutsrc_CoexDmSwitch(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntCoexDmSwitch++; -+ -+ halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ { -+ pBtCoexist->bStopCoexDm = TRUE; -+ EXhalbtc8723b1ant_CoexDmReset(pBtCoexist); -+ EXhalbtcoutsrc_SetAntNum(BT_COEX_ANT_TYPE_DETECTED, 2); -+ EXhalbtc8723b2ant_InitHwConfig(pBtCoexist, FALSE); -+ EXhalbtc8723b2ant_InitCoexDm(pBtCoexist); -+ pBtCoexist->bStopCoexDm = FALSE; -+ } -+ } -+ -+ halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_Periodical(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ pBtCoexist->statistics.cntPeriodical++; -+ -+ // Periodical should be called in cmd thread, -+ // don't need to leave low power again -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_Periodical(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_Periodical(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ { -+ if (!halbtcoutsrc_UnderIps(pBtCoexist)) -+ { -+ EXhalbtc8821a1ant_Periodical(pBtCoexist); -+ } -+ } -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_Periodical(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_Periodical(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_Periodical(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_Periodical(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_Periodical(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_Periodical(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_Periodical(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_Periodical(pBtCoexist); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_DbgControl(PBTC_COEXIST pBtCoexist, u8 opCode, u8 opLen, u8 *pData) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->statistics.cntDbgCtrl++; -+ -+ // This function doesn't be called yet, -+ // default no need to leave low power to avoid deadlock -+// halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_DbgControl(pBtCoexist, opCode, opLen, pData); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_DbgControl(pBtCoexist, opCode, opLen, pData); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_DbgControl(pBtCoexist, opCode, opLen, pData); -+ } -+ -+// halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+#if 0 -+VOID -+EXhalbtcoutsrc_AntennaDetection( -+ IN PBTC_COEXIST pBtCoexist, -+ IN u4Byte centFreq, -+ IN u4Byte offset, -+ IN u4Byte span, -+ IN u4Byte seconds -+ ) -+{ -+ if(!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ /* Need to refine the following power save operations to enable this function in the future */ -+#if 0 -+ IPSDisable(pBtCoexist->Adapter, FALSE, 0); -+ LeisurePSLeave(pBtCoexist->Adapter, LPS_DISABLE_BT_COEX); -+#endif -+ -+ if(IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if(pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_AntennaDetection(pBtCoexist, centFreq, offset, span, seconds); -+ } -+ -+ //IPSReturn(pBtCoexist->Adapter, 0xff); -+} -+#endif -+ -+void EXhalbtcoutsrc_StackUpdateProfileInfo(void) -+{ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ PADAPTER padapter = (PADAPTER)GLBtCoexist.Adapter; -+ PBT_MGNT pBtMgnt = &padapter->coex_info.BtMgnt; -+ u8 i; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->stackInfo.bProfileNotified = _TRUE; -+ -+ pBtCoexist->stackInfo.numOfLink = -+ pBtMgnt->ExtConfig.NumberOfACL+pBtMgnt->ExtConfig.NumberOfSCO; -+ -+ // reset first -+ pBtCoexist->stackInfo.bBtLinkExist = _FALSE; -+ pBtCoexist->stackInfo.bScoExist = _FALSE; -+ pBtCoexist->stackInfo.bAclExist = _FALSE; -+ pBtCoexist->stackInfo.bA2dpExist = _FALSE; -+ pBtCoexist->stackInfo.bHidExist = _FALSE; -+ pBtCoexist->stackInfo.numOfHid = 0; -+ pBtCoexist->stackInfo.bPanExist = _FALSE; -+ -+ if (!pBtMgnt->ExtConfig.NumberOfACL) -+ pBtCoexist->stackInfo.minBtRssi = 0; -+ -+ if (pBtCoexist->stackInfo.numOfLink) -+ { -+ pBtCoexist->stackInfo.bBtLinkExist = _TRUE; -+ if (pBtMgnt->ExtConfig.NumberOfSCO) -+ pBtCoexist->stackInfo.bScoExist = _TRUE; -+ if (pBtMgnt->ExtConfig.NumberOfACL) -+ pBtCoexist->stackInfo.bAclExist = _TRUE; -+ } -+ -+ for (i=0; iExtConfig.NumberOfACL; i++) -+ { -+ if (BT_PROFILE_A2DP == pBtMgnt->ExtConfig.aclLink[i].BTProfile) -+ { -+ pBtCoexist->stackInfo.bA2dpExist = _TRUE; -+ } -+ else if (BT_PROFILE_PAN == pBtMgnt->ExtConfig.aclLink[i].BTProfile) -+ { -+ pBtCoexist->stackInfo.bPanExist = _TRUE; -+ } -+ else if (BT_PROFILE_HID == pBtMgnt->ExtConfig.aclLink[i].BTProfile) -+ { -+ pBtCoexist->stackInfo.bHidExist = _TRUE; -+ pBtCoexist->stackInfo.numOfHid++; -+ } -+ else -+ { -+ pBtCoexist->stackInfo.bUnknownAclExist = _TRUE; -+ } -+ } -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+} -+ -+void EXhalbtcoutsrc_UpdateMinBtRssi(s8 btRssi) -+{ -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->stackInfo.minBtRssi = btRssi; -+} -+ -+void EXhalbtcoutsrc_SetHciVersion(u16 hciVersion) -+{ -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->stackInfo.hciVersion = hciVersion; -+} -+ -+void EXhalbtcoutsrc_SetBtPatchVersion(u16 btHciVersion, u16 btPatchVersion) -+{ -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ pBtCoexist->btInfo.btRealFwVer = btPatchVersion; -+ pBtCoexist->btInfo.btHciVer = btHciVersion; -+} -+ -+#if 0 -+void EXhalbtcoutsrc_SetBtExist(u8 bBtExist) -+{ -+ GLBtCoexist.boardInfo.bBtExist = bBtExist; -+} -+#endif -+void EXhalbtcoutsrc_SetChipType(u8 chipType) -+{ -+ switch(chipType) -+ { -+ default: -+ case BT_2WIRE: -+ case BT_ISSC_3WIRE: -+ case BT_ACCEL: -+ case BT_RTL8756: -+ GLBtCoexist.boardInfo.btChipType = BTC_CHIP_UNDEF; -+ break; -+ case BT_CSR_BC4: -+ GLBtCoexist.boardInfo.btChipType = BTC_CHIP_CSR_BC4; -+ break; -+ case BT_CSR_BC8: -+ GLBtCoexist.boardInfo.btChipType = BTC_CHIP_CSR_BC8; -+ break; -+ case BT_RTL8723A: -+ GLBtCoexist.boardInfo.btChipType = BTC_CHIP_RTL8723A; -+ break; -+ case BT_RTL8821: -+ GLBtCoexist.boardInfo.btChipType = BTC_CHIP_RTL8821; -+ break; -+ case BT_RTL8723B: -+ GLBtCoexist.boardInfo.btChipType = BTC_CHIP_RTL8723B; -+ break; -+ } -+} -+ -+void EXhalbtcoutsrc_SetAntNum(u8 type, u8 antNum) -+{ -+ if (BT_COEX_ANT_TYPE_PG == type) -+ { -+ GLBtCoexist.boardInfo.pgAntNum = antNum; -+ GLBtCoexist.boardInfo.btdmAntNum = antNum; -+#if 0 -+ //The antenna position: Main (default) or Aux for pgAntNum=2 && btdmAntNum =1 -+ //The antenna position should be determined by auto-detect mechanism -+ // The following is assumed to main, and those must be modified if y auto-detect mechanism is ready -+ if ((GLBtCoexist.boardInfo.pgAntNum == 2) && (GLBtCoexist.boardInfo.btdmAntNum == 1) ) -+ GLBtCoexist.boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ else -+ GLBtCoexist.boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+#endif -+ } -+ else if (BT_COEX_ANT_TYPE_ANTDIV == type) -+ { -+ GLBtCoexist.boardInfo.btdmAntNum = antNum; -+ //GLBtCoexist.boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } -+ else if (BT_COEX_ANT_TYPE_DETECTED == type) -+ { -+ GLBtCoexist.boardInfo.btdmAntNum = antNum; -+ //GLBtCoexist.boardInfo.btdmAntPos = BTC_ANTENNA_AT_MAIN_PORT; -+ } -+} -+ -+// -+// Currently used by 8723b only, S0 or S1 -+// -+void EXhalbtcoutsrc_SetSingleAntPath(u8 singleAntPath) -+{ -+ GLBtCoexist.boardInfo.singleAntPath = singleAntPath; -+} -+ -+void EXhalbtcoutsrc_DisplayBtCoexInfo(PBTC_COEXIST pBtCoexist) -+{ -+ if (!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if (IS_HARDWARE_TYPE_8821(pBtCoexist->Adapter)) -+ { -+ if (halbtcoutsrc_IsCsrBtCoex(pBtCoexist) == _TRUE) -+ EXhalbtc8821aCsr2ant_DisplayCoexInfo(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8821a2ant_DisplayCoexInfo(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8821a1ant_DisplayCoexInfo(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8723b2ant_DisplayCoexInfo(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_DisplayCoexInfo(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8703b2ant_DisplayCoexInfo(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8703b1ant_DisplayCoexInfo(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8192e2ant_DisplayCoexInfo(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8192e1ant_DisplayCoexInfo(pBtCoexist); -+ } -+ else if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) -+ { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_DisplayCoexInfo(pBtCoexist); -+ else if (pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8812a1ant_DisplayCoexInfo(pBtCoexist); -+ } -+ -+ halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_DisplayAntDetection(PBTC_COEXIST pBtCoexist) -+{ -+ if(!halbtcoutsrc_IsBtCoexistAvailable(pBtCoexist)) -+ return; -+ -+ halbtcoutsrc_LeaveLowPower(pBtCoexist); -+ -+ if(IS_HARDWARE_TYPE_8723B(pBtCoexist->Adapter)) -+ { -+ if(pBtCoexist->boardInfo.btdmAntNum == 1) -+ EXhalbtc8723b1ant_DisplayAntDetection(pBtCoexist); -+ } -+ -+ halbtcoutsrc_NormalLowPower(pBtCoexist); -+} -+ -+void EXhalbtcoutsrc_PTAOffOnNotify(PBTC_COEXIST pBtCoexist, u8 bONOFF) -+{ -+ -+ if (IS_HARDWARE_TYPE_8812(pBtCoexist->Adapter)) { -+ if (pBtCoexist->boardInfo.btdmAntNum == 2) -+ EXhalbtc8812a2ant_PTAOffOnNotify(pBtCoexist, (bONOFF == _TRUE)?BTC_BT_ON:BTC_BT_OFF); -+ } -+ -+} -+ -+static void halbt_InitHwConfig92C(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ u8 u1Tmp; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if( (pHalData->bt_coexist.btChipType == BT_CSR_BC4) || -+ (pHalData->bt_coexist.btChipType == BT_CSR_BC8)) -+ { -+ if (pHalData->rf_type == RF_1T1R) -+ { -+ // Config to 1T1R -+ u1Tmp = rtw_read8(padapter, rOFDM0_TRxPathEnable); -+ u1Tmp &= ~BIT(1); -+ rtw_write8(padapter, rOFDM0_TRxPathEnable, u1Tmp); -+ RT_DISP(FBT, BT_TRACE, ("[BTCoex], BT write 0xC04 = 0x%x\n", u1Tmp)); -+ -+ u1Tmp = rtw_read8(padapter, rOFDM1_TRxPathEnable); -+ u1Tmp &= ~BIT(1); -+ rtw_write8(padapter, rOFDM1_TRxPathEnable, u1Tmp); -+ RT_DISP(FBT, BT_TRACE, ("[BTCoex], BT write 0xD04 = 0x%x\n", u1Tmp)); -+ } -+ } -+} -+ -+static void halbt_InitHwConfig92D(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ u8 u1Tmp; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ if ((pHalData->bt_coexist.btChipType == BT_CSR_BC4) || -+ (pHalData->bt_coexist.btChipType == BT_CSR_BC8)) -+ { -+ if (pHalData->rf_type == RF_1T1R) -+ { -+ // Config to 1T1R -+ u1Tmp = rtw_read8(padapter, rOFDM0_TRxPathEnable); -+ u1Tmp &= ~BIT(1); -+ rtw_write8(padapter, rOFDM0_TRxPathEnable, u1Tmp); -+ RT_DISP(FBT, BT_TRACE, ("[BTCoex], BT write 0xC04 = 0x%x\n", u1Tmp)); -+ -+ u1Tmp = rtw_read8(padapter, rOFDM1_TRxPathEnable); -+ u1Tmp &= ~BIT(1); -+ rtw_write8(padapter, rOFDM1_TRxPathEnable, u1Tmp); -+ RT_DISP(FBT, BT_TRACE, ("[BTCoex], BT write 0xD04 = 0x%x\n", u1Tmp)); -+ } -+ } -+} -+ -+/* -+ * Description: -+ * Run BT-Coexist mechansim or not -+ * -+ */ -+void hal_btcoex_SetBTCoexist(PADAPTER padapter, u8 bBtExist) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pHalData->bt_coexist.bBtExist = bBtExist; -+ -+ //EXhalbtcoutsrc_SetBtExist(bBtExist); -+} -+ -+/* -+ * Dewcription: -+ * Check is co-exist mechanism enabled or not -+ * -+ * Return: -+ * _TRUE Enable BT co-exist mechanism -+ * _FALSE Disable BT co-exist mechanism -+ */ -+u8 hal_btcoex_IsBtExist(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ return pHalData->bt_coexist.bBtExist; -+} -+ -+u8 hal_btcoex_IsBtDisabled(PADAPTER padapter) -+{ -+ if (!hal_btcoex_IsBtExist(padapter)) -+ return _TRUE; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return _TRUE; -+ else -+ return _FALSE; -+} -+ -+void hal_btcoex_SetChipType(PADAPTER padapter, u8 chipType) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pHalData->bt_coexist.btChipType = chipType; -+ -+ EXhalbtcoutsrc_SetChipType(chipType); -+} -+ -+u8 hal_btcoex_GetChipType(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ return pHalData->bt_coexist.btChipType; -+} -+ -+void hal_btcoex_SetPgAntNum(PADAPTER padapter, u8 antNum) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ pHalData->bt_coexist.btTotalAntNum = antNum; -+ EXhalbtcoutsrc_SetAntNum(BT_COEX_ANT_TYPE_PG, antNum); -+} -+ -+u8 hal_btcoex_GetPgAntNum(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ return pHalData->bt_coexist.btTotalAntNum; -+} -+ -+void hal_btcoex_SetSingleAntPath(PADAPTER padapter, u8 singleAntPath) -+{ -+ EXhalbtcoutsrc_SetSingleAntPath(singleAntPath); -+} -+ -+u8 hal_btcoex_Initialize(PADAPTER padapter) -+{ -+ u8 ret1; -+ u8 ret2; -+ -+ -+ _rtw_memset(&GLBtCoexist, 0, sizeof(GLBtCoexist)); -+ ret1 = EXhalbtcoutsrc_InitlizeVariables((void*)padapter); -+ ret2 = (ret1==_TRUE) ? _TRUE : _FALSE; -+ -+ return ret2; -+} -+ -+void hal_btcoex_PowerOnSetting(PADAPTER padapter) -+{ -+ EXhalbtcoutsrc_PowerOnSetting(&GLBtCoexist); -+} -+ -+void hal_btcoex_PreLoadFirmware(PADAPTER padapter) -+{ -+ EXhalbtcoutsrc_PreLoadFirmware(&GLBtCoexist); -+} -+ -+void hal_btcoex_InitHwConfig(PADAPTER padapter, u8 bWifiOnly) -+{ -+ if (!hal_btcoex_IsBtExist(padapter)) -+ return; -+ -+ EXhalbtcoutsrc_InitHwConfig(&GLBtCoexist, bWifiOnly); -+ EXhalbtcoutsrc_InitCoexDm(&GLBtCoexist); -+} -+ -+void hal_btcoex_IpsNotify(PADAPTER padapter, u8 type) -+{ -+ EXhalbtcoutsrc_IpsNotify(&GLBtCoexist, type); -+} -+ -+void hal_btcoex_LpsNotify(PADAPTER padapter, u8 type) -+{ -+ EXhalbtcoutsrc_LpsNotify(&GLBtCoexist, type); -+} -+ -+void hal_btcoex_ScanNotify(PADAPTER padapter, u8 type) -+{ -+ EXhalbtcoutsrc_ScanNotify(&GLBtCoexist, type); -+} -+ -+void hal_btcoex_ConnectNotify(PADAPTER padapter, u8 action) -+{ -+ EXhalbtcoutsrc_ConnectNotify(&GLBtCoexist, action); -+} -+ -+void hal_btcoex_MediaStatusNotify(PADAPTER padapter, u8 mediaStatus) -+{ -+ EXhalbtcoutsrc_MediaStatusNotify(&GLBtCoexist, mediaStatus); -+} -+ -+void hal_btcoex_SpecialPacketNotify(PADAPTER padapter, u8 pktType) -+{ -+ EXhalbtcoutsrc_SpecialPacketNotify(&GLBtCoexist, pktType); -+} -+ -+void hal_btcoex_IQKNotify(PADAPTER padapter, u8 state) -+{ -+ GLBtcWiFiInIQKState = state; -+} -+ -+void hal_btcoex_BtInfoNotify(PADAPTER padapter, u8 length, u8 *tmpBuf) -+{ -+ if (GLBtcWiFiInIQKState == _TRUE) -+ return; -+ -+ EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length); -+} -+ -+void hal_btcoex_SuspendNotify(PADAPTER padapter, u8 state) -+{ -+ if (state == 1) -+ state = BTC_WIFI_PNP_SLEEP; -+ else -+ state = BTC_WIFI_PNP_WAKE_UP; -+ -+ EXhalbtcoutsrc_PnpNotify(&GLBtCoexist, state); -+} -+ -+void hal_btcoex_HaltNotify(PADAPTER padapter) -+{ -+ EXhalbtcoutsrc_HaltNotify(&GLBtCoexist); -+} -+ -+void hal_btcoex_SwitchBtTRxMask(PADAPTER padapter) -+{ -+ EXhalbtcoutsrc_SwitchBtTRxMask(&GLBtCoexist); -+} -+ -+void hal_btcoex_Hanlder(PADAPTER padapter) -+{ -+ EXhalbtcoutsrc_Periodical(&GLBtCoexist); -+} -+ -+s32 hal_btcoex_IsBTCoexRejectAMPDU(PADAPTER padapter) -+{ -+ return (s32)GLBtCoexist.btInfo.bRejectAggPkt; -+} -+ -+s32 hal_btcoex_IsBTCoexCtrlAMPDUSize(PADAPTER padapter) -+{ -+ return (s32)GLBtCoexist.btInfo.bBtCtrlAggBufSize; -+} -+ -+u32 hal_btcoex_GetAMPDUSize(PADAPTER padapter) -+{ -+ return (u32)GLBtCoexist.btInfo.aggBufSize; -+} -+ -+void hal_btcoex_SetManualControl(PADAPTER padapter, u8 bmanual) -+{ -+ GLBtCoexist.bManualControl = bmanual; -+} -+ -+u8 hal_btcoex_1Ant(PADAPTER padapter) -+{ -+ if (hal_btcoex_IsBtExist(padapter) == _FALSE) -+ return _FALSE; -+ -+ if (GLBtCoexist.boardInfo.btdmAntNum == 1) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+u8 hal_btcoex_IsBtControlLps(PADAPTER padapter) -+{ -+ if (hal_btcoex_IsBtExist(padapter) == _FALSE) -+ return _FALSE; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return _FALSE; -+ -+ if (GLBtCoexist.btInfo.bBtCtrlLps) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+u8 hal_btcoex_IsLpsOn(PADAPTER padapter) -+{ -+ if (hal_btcoex_IsBtExist(padapter) == _FALSE) -+ return _FALSE; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return _FALSE; -+ -+ if (GLBtCoexist.btInfo.bBtLpsOn) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+u8 hal_btcoex_RpwmVal(PADAPTER padapter) -+{ -+ return GLBtCoexist.btInfo.rpwmVal; -+} -+ -+u8 hal_btcoex_LpsVal(PADAPTER padapter) -+{ -+ return GLBtCoexist.btInfo.lpsVal; -+} -+ -+u32 hal_btcoex_GetRaMask(PADAPTER padapter) -+{ -+ if (!hal_btcoex_IsBtExist(padapter)) -+ return 0; -+ -+ if (GLBtCoexist.btInfo.bBtDisabled) -+ return 0; -+ -+ /* Modify by YiWei , suggest by Cosa and Jenyu -+ * Remove the limit antenna number , because 2 antenna case (ex: 8192eu)also want to get BT coex report rate mask. -+ */ -+ /*if (GLBtCoexist.boardInfo.btdmAntNum != 1) -+ return 0;*/ -+ -+ return GLBtCoexist.btInfo.raMask; -+} -+ -+void hal_btcoex_RecordPwrMode(PADAPTER padapter, u8 *pCmdBuf, u8 cmdLen) -+{ -+ RT_TRACE(COMP_COEX, DBG_LOUD, ("[BTCoex], FW write pwrModeCmd=0x%04x%08x\n", -+ pCmdBuf[0]<<8|pCmdBuf[1], -+ pCmdBuf[2]<<24|pCmdBuf[3]<<16|pCmdBuf[4]<<8|pCmdBuf[5])); -+ -+ _rtw_memcpy(GLBtCoexist.pwrModeVal, pCmdBuf, cmdLen); -+} -+ -+void hal_btcoex_DisplayBtCoexInfo(PADAPTER padapter, u8 *pbuf, u32 bufsize) -+{ -+ PBTCDBGINFO pinfo; -+ -+ -+ pinfo = &GLBtcDbgInfo; -+ DBG_BT_INFO_INIT(pinfo, pbuf, bufsize); -+ EXhalbtcoutsrc_DisplayBtCoexInfo(&GLBtCoexist); -+ DBG_BT_INFO_INIT(pinfo, NULL, 0); -+} -+ -+void hal_btcoex_SetDBG(PADAPTER padapter, u32 *pDbgModule) -+{ -+ u32 i; -+ -+ -+ if (NULL == pDbgModule) -+ return; -+ -+ for (i = 0; i < COMP_MAX; i++) -+ GLBtcDbgType[i] = pDbgModule[i]; -+} -+ -+u32 hal_btcoex_GetDBG(PADAPTER padapter, u8 *pStrBuf, u32 bufSize) -+{ -+ s32 count; -+ u8 *pstr; -+ u32 leftSize; -+ -+ -+ if ((NULL == pStrBuf) || (0 == bufSize)) -+ return 0; -+ -+ count = 0; -+ pstr = pStrBuf; -+ leftSize = bufSize; -+// DBG_871X(FUNC_ADPT_FMT ": bufsize=%d\n", FUNC_ADPT_ARG(padapter), bufSize); -+ -+ count = rtw_sprintf(pstr, leftSize, "#define DBG\t%d\n", DBG); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+ count = rtw_sprintf(pstr, leftSize, "BTCOEX Debug Setting:\n"); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+ count = rtw_sprintf(pstr, leftSize, -+ "COMP_COEX: 0x%08X\n\n", -+ GLBtcDbgType[COMP_COEX]); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+#if 0 -+ count = rtw_sprintf(pstr, leftSize, "INTERFACE Debug Setting Definition:\n"); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[0]=%d for INTF_INIT\n", -+ GLBtcDbgType[BTC_MSG_INTERFACE]&INTF_INIT?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[2]=%d for INTF_NOTIFY\n\n", -+ GLBtcDbgType[BTC_MSG_INTERFACE]&INTF_NOTIFY?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ -+ count = rtw_sprintf(pstr, leftSize, "ALGORITHM Debug Setting Definition:\n"); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[0]=%d for BT_RSSI_STATE\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_BT_RSSI_STATE?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[1]=%d for WIFI_RSSI_STATE\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_WIFI_RSSI_STATE?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[2]=%d for BT_MONITOR\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_BT_MONITOR?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[3]=%d for TRACE\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[4]=%d for TRACE_FW\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_FW?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[5]=%d for TRACE_FW_DETAIL\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_FW_DETAIL?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[6]=%d for TRACE_FW_EXEC\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_FW_EXEC?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[7]=%d for TRACE_SW\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_SW?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[8]=%d for TRACE_SW_DETAIL\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_SW_DETAIL?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+ count = rtw_sprintf(pstr, leftSize, "\tbit[9]=%d for TRACE_SW_EXEC\n", -+ GLBtcDbgType[BTC_MSG_ALGORITHM]&ALGO_TRACE_SW_EXEC?1:0); -+ if ((count < 0) || (count >= leftSize)) -+ goto exit; -+ pstr += count; -+ leftSize -= count; -+#endif -+ -+exit: -+ count = pstr - pStrBuf; -+// DBG_871X(FUNC_ADPT_FMT ": usedsize=%d\n", FUNC_ADPT_ARG(padapter), count); -+ -+ return count; -+} -+ -+u8 hal_btcoex_IncreaseScanDeviceNum(PADAPTER padapter) -+{ -+ if (!hal_btcoex_IsBtExist(padapter)) -+ return _FALSE; -+ -+ if (GLBtCoexist.btInfo.bIncreaseScanDevNum) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+u8 hal_btcoex_IsBtLinkExist(PADAPTER padapter) -+{ -+ if (GLBtCoexist.btLinkInfo.bBtLinkExist) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+void hal_btcoex_SetBtPatchVersion(PADAPTER padapter,u16 btHciVer,u16 btPatchVer) -+{ -+ EXhalbtcoutsrc_SetBtPatchVersion(btHciVer,btPatchVer); -+} -+ -+void hal_btcoex_SetHciVersion(PADAPTER padapter, u16 hciVersion) -+{ -+ EXhalbtcoutsrc_SetHciVersion(hciVersion); -+} -+ -+void hal_btcoex_StackUpdateProfileInfo(void) -+{ -+ EXhalbtcoutsrc_StackUpdateProfileInfo(); -+} -+ -+void hal_btcoex_PTAOffOnNotify(PADAPTER padapter, u8 bONOFF) -+{ -+ EXhalbtcoutsrc_PTAOffOnNotify(&GLBtCoexist, bONOFF); -+} -+ -+/* -+ * Description: -+ * Setting BT coex antenna isolation type . -+ * coex mechanisn/ spital stream/ best throughput -+ * anttype = 0 , PSTDMA / 2SS / 0.5T , bad isolation , WiFi/BT ANT Distance<15cm , (<20dB) for 2,3 antenna -+ * anttype = 1 , PSTDMA / 1SS / 0.5T , normal isolaiton , 50cm>WiFi/BT ANT Distance>15cm , (>20dB) for 2 antenna -+ * anttype = 2 , TDMA / 2SS / T , normal isolaiton , 50cm>WiFi/BT ANT Distance>15cm , (>20dB) for 3 antenna -+ * anttype = 3 , no TDMA / 1SS / 0.5T , good isolation , WiFi/BT ANT Distance >50cm , (>40dB) for 2 antenna -+ * anttype = 4 , no TDMA / 2SS / T , good isolation , WiFi/BT ANT Distance >50cm , (>40dB) for 3 antenna -+ * wifi only throughput ~ T -+ * wifi/BT share one antenna with SPDT -+ */ -+void hal_btcoex_SetAntIsolationType(PADAPTER padapter, u8 anttype) -+{ -+ PHAL_DATA_TYPE pHalData; -+ PBTC_COEXIST pBtCoexist = &GLBtCoexist; -+ -+ /*DBG_871X("####%s , anttype = %d , %d\n" , __func__ , anttype , __LINE__); */ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ -+ pHalData->bt_coexist.btAntisolation = anttype; -+ -+ switch (pHalData->bt_coexist.btAntisolation) { -+ case 0: -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_0; -+ break; -+ case 1: -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_1; -+ break; -+ case 2: -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_2; -+ break; -+ case 3: -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_3; -+ break; -+ case 4: -+ pBtCoexist->boardInfo.antType = (u1Byte)BTC_ANT_TYPE_4; -+ break; -+ } -+ -+} -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+int -+hal_btcoex_ParseAntIsolationConfigFile( -+ PADAPTER Adapter, -+ char* buffer -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u32 i = 0 , j = 0; -+ char *szLine , *ptmp; -+ int rtStatus = _SUCCESS; -+ char param_value_string[10]; -+ u8 param_value; -+ u8 anttype = 4; -+ -+ u8 ant_num = 3 , ant_distance = 50 , rfe_type = 1; -+ -+ typedef struct ant_isolation { -+ char *param_name; /* antenna isolation config parameter name */ -+ u8 *value; /* antenna isolation config parameter value */ -+ } ANT_ISOLATION; -+ -+ ANT_ISOLATION ant_isolation_param[] = { -+ {"ANT_NUMBER" , &ant_num}, -+ {"ANT_DISTANCE" , &ant_distance}, -+ {"RFE_TYPE" , &rfe_type}, -+ {NULL , 0} -+ }; -+ -+ -+ -+ /* DBG_871X("===>Hal_ParseAntIsolationConfigFile()\n" ); */ -+ -+ ptmp = buffer; -+ for (szLine = GetLineFromBuffer(ptmp) ; szLine != NULL; szLine = GetLineFromBuffer(ptmp)) { -+ /* skip comment */ -+ if (IsCommentString(szLine)) -+ continue; -+ -+ /* DBG_871X("%s : szLine = %s , strlen(szLine) = %d\n" , __func__ , szLine , strlen(szLine));*/ -+ for (j = 0 ; ant_isolation_param[j].param_name != NULL ; j++) { -+ if (strstr(szLine , ant_isolation_param[j].param_name) != NULL) { -+ i = 0; -+ while (i < strlen(szLine)) { -+ if (szLine[i] != '"') -+ ++i; -+ else { -+ /* skip only has one " */ -+ if (strpbrk(szLine , "\"") == strrchr(szLine , '"')) { -+ DBG_871X("Fail to parse parameters , format error!\n"); -+ break; -+ } -+ _rtw_memset((PVOID)param_value_string , 0 , 10); -+ if (!ParseQualifiedString(szLine , &i , param_value_string , '"' , '"')) { -+ DBG_871X("Fail to parse parameters\n"); -+ return _FAIL; -+ } else if (!GetU1ByteIntegerFromStringInDecimal(param_value_string , ant_isolation_param[j].value)) -+ DBG_871X("Fail to GetU1ByteIntegerFromStringInDecimal\n"); -+ -+ break; -+ } -+ } -+ } -+ } -+ } -+ -+ /* YiWei 20140716 , for BT coex antenna isolation control */ -+ /* rfe_type = 0 was SPDT , rfe_type = 1 was coupler */ -+ if (ant_num == 3 && ant_distance >= 50) -+ anttype = 3; -+ else if (ant_num == 2 && ant_distance >= 50 && rfe_type == 1) -+ anttype = 2; -+ else if (ant_num == 3 && ant_distance >= 15 && ant_distance < 50) -+ anttype = 2; -+ else if (ant_num == 2 && ant_distance >= 15 && ant_distance < 50 && rfe_type == 1) -+ anttype = 2; -+ else if ((ant_num == 2 && ant_distance < 15 && rfe_type == 1) || (ant_num == 3 && ant_distance < 15)) -+ anttype = 1; -+ else if (ant_num == 2 && rfe_type == 0) -+ anttype = 0; -+ else -+ anttype = 0; -+ -+ hal_btcoex_SetAntIsolationType(Adapter, anttype); -+ -+ DBG_871X("%s : ant_num = %d\n" , __func__ , ant_num); -+ DBG_871X("%s : ant_distance = %d\n" , __func__ , ant_distance); -+ DBG_871X("%s : rfe_type = %d\n" , __func__ , rfe_type); -+ /* DBG_871X("<===Hal_ParseAntIsolationConfigFile()\n"); */ -+ return rtStatus; -+} -+ -+ -+int -+hal_btcoex_AntIsolationConfig_ParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0 , rtStatus = _FAIL; -+ -+ _rtw_memset(pHalData->para_file_buf , 0 , MAX_PARA_FILE_BUF_LEN); -+ -+ -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ } -+ } -+ -+ -+ if (rtStatus == _SUCCESS) { -+ /*DBG_871X("%s(): read %s ok\n", __func__ , pFileName);*/ -+ rtStatus = hal_btcoex_ParseAntIsolationConfigFile(Adapter , pHalData->para_file_buf); -+ } else { -+ DBG_871X("%s(): No File %s, Load from *** Array!\n" , __func__ , pFileName); -+ } -+ -+ return rtStatus; -+} -+#endif // CONFIG_LOAD_PHY_PARA_FROM_FILE -+#endif // CONFIG_BT_COEXIST -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/hal_com.c linux/3rdparty/rtl8812au/hal/hal_com.c ---- linux.old/3rdparty/rtl8812au/hal/hal_com.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/hal_com.c 2017-06-07 23:07:21.013687758 +0300 -@@ -0,0 +1,7742 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _HAL_COM_C_ -+ -+#include -+#include "hal_com_h2c.h" -+ -+#include "hal_data.h" -+ -+//#define CONFIG_GTK_OL_DBG -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+char rtw_phy_para_file_path[PATH_LENGTH_MAX]; -+#endif -+ -+void dump_chip_info(HAL_VERSION ChipVersion) -+{ -+ int cnt = 0; -+ u8 buf[128]={0}; -+ -+ if (IS_8188E(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8188E_"); -+ else if (IS_8188F(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8188F_"); -+ else if (IS_8812_SERIES(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8812_"); -+ else if (IS_8192E(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8192E_"); -+ else if (IS_8821_SERIES(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8821_"); -+ else if (IS_8723B_SERIES(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8723B_"); -+ else if (IS_8703B_SERIES(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8703B_"); -+ else if (IS_8814A_SERIES(ChipVersion)) -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8814A_"); -+ else -+ cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_UNKNOWN_"); -+ -+ cnt += sprintf((buf+cnt), "%s_", IS_NORMAL_CHIP(ChipVersion)?"Normal_Chip":"Test_Chip"); -+ if(IS_CHIP_VENDOR_TSMC(ChipVersion)) -+ cnt += sprintf((buf+cnt), "%s_","TSMC"); -+ else if(IS_CHIP_VENDOR_UMC(ChipVersion)) -+ cnt += sprintf((buf+cnt), "%s_","UMC"); -+ else if(IS_CHIP_VENDOR_SMIC(ChipVersion)) -+ cnt += sprintf((buf+cnt), "%s_","SMIC"); -+ -+ if (IS_A_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "A_CUT_"); -+ else if (IS_B_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "B_CUT_"); -+ else if (IS_C_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "C_CUT_"); -+ else if (IS_D_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "D_CUT_"); -+ else if (IS_E_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "E_CUT_"); -+ else if (IS_F_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "F_CUT_"); -+ else if (IS_I_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "I_CUT_"); -+ else if (IS_J_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "J_CUT_"); -+ else if (IS_K_CUT(ChipVersion)) -+ cnt += sprintf((buf+cnt), "K_CUT_"); -+ else -+ cnt += sprintf((buf+cnt), "UNKNOWN_CUT(%d)_", ChipVersion.CUTVersion); -+ -+ if(IS_1T1R(ChipVersion)) cnt += sprintf((buf+cnt), "1T1R_"); -+ else if(IS_1T2R(ChipVersion)) cnt += sprintf((buf+cnt), "1T2R_"); -+ else if(IS_2T2R(ChipVersion)) cnt += sprintf((buf+cnt), "2T2R_"); -+ else if(IS_3T3R(ChipVersion)) cnt += sprintf((buf+cnt), "3T3R_"); -+ else if(IS_3T4R(ChipVersion)) cnt += sprintf((buf+cnt), "3T4R_"); -+ else if(IS_4T4R(ChipVersion)) cnt += sprintf((buf+cnt), "4T4R_"); -+ else cnt += sprintf((buf+cnt), "UNKNOWN_RFTYPE(%d)_", ChipVersion.RFType); -+ -+ cnt += sprintf((buf+cnt), "RomVer(%d)\n", ChipVersion.ROMVer); -+ -+ DBG_871X("%s", buf); -+} -+void rtw_hal_config_rftype(PADAPTER padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if (IS_1T1R(pHalData->VersionID)) { -+ pHalData->rf_type = RF_1T1R; -+ pHalData->NumTotalRFPath = 1; -+ } -+ else if (IS_2T2R(pHalData->VersionID)) { -+ pHalData->rf_type = RF_2T2R; -+ pHalData->NumTotalRFPath = 2; -+ } -+ else if (IS_1T2R(pHalData->VersionID)) { -+ pHalData->rf_type = RF_1T2R; -+ pHalData->NumTotalRFPath = 2; -+ } -+ else if(IS_3T3R(pHalData->VersionID)) { -+ pHalData->rf_type = RF_3T3R; -+ pHalData->NumTotalRFPath = 3; -+ } -+ else if(IS_4T4R(pHalData->VersionID)) { -+ pHalData->rf_type = RF_4T4R; -+ pHalData->NumTotalRFPath = 4; -+ } -+ else { -+ pHalData->rf_type = RF_1T1R; -+ pHalData->NumTotalRFPath = 1; -+ } -+ -+ DBG_871X("%s RF_Type is %d TotalTxPath is %d \n", __FUNCTION__, pHalData->rf_type, pHalData->NumTotalRFPath); -+} -+ -+#define EEPROM_CHANNEL_PLAN_BY_HW_MASK 0x80 -+ -+/* -+ * Description: -+ * Use hardware(efuse), driver parameter(registry) and default channel plan -+ * to decide which one should be used. -+ * -+ * Parameters: -+ * padapter pointer of adapter -+ * hw_channel_plan channel plan from HW (efuse/eeprom) -+ * BIT[7] software configure mode; 0:Enable, 1:disable -+ * BIT[6:0] Channel Plan -+ * sw_channel_plan channel plan from SW (registry/module param) -+ * def_channel_plan channel plan used when HW/SW both invalid -+ * AutoLoadFail efuse autoload fail or not -+ * -+ * Return: -+ * Final channel plan decision -+ * -+ */ -+u8 -+hal_com_config_channel_plan( -+ IN PADAPTER padapter, -+ IN u8 hw_channel_plan, -+ IN u8 sw_channel_plan, -+ IN u8 def_channel_plan, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ PHAL_DATA_TYPE pHalData; -+ u8 hwConfig; -+ u8 chnlPlan; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pHalData->bDisableSWChannelPlan = _FALSE; -+ chnlPlan = def_channel_plan; -+ -+ if (0xFF == hw_channel_plan) -+ AutoLoadFail = _TRUE; -+ -+ if (_FALSE == AutoLoadFail) -+ { -+ u8 hw_chnlPlan; -+ -+ hw_chnlPlan = hw_channel_plan & (~EEPROM_CHANNEL_PLAN_BY_HW_MASK); -+ if (rtw_is_channel_plan_valid(hw_chnlPlan)) -+ { -+#ifndef CONFIG_SW_CHANNEL_PLAN -+ if (hw_channel_plan & EEPROM_CHANNEL_PLAN_BY_HW_MASK) -+ pHalData->bDisableSWChannelPlan = _TRUE; -+#endif // !CONFIG_SW_CHANNEL_PLAN -+ -+ chnlPlan = hw_chnlPlan; -+ } -+ } -+ -+ if ((_FALSE == pHalData->bDisableSWChannelPlan) -+ && rtw_is_channel_plan_valid(sw_channel_plan)) -+ { -+ chnlPlan = sw_channel_plan; -+ } -+ -+ return chnlPlan; -+} -+ -+BOOLEAN -+HAL_IsLegalChannel( -+ IN PADAPTER Adapter, -+ IN u32 Channel -+ ) -+{ -+ BOOLEAN bLegalChannel = _TRUE; -+ -+ if (Channel > 14) { -+ if(IsSupported5G(Adapter->registrypriv.wireless_mode) == _FALSE) { -+ bLegalChannel = _FALSE; -+ DBG_871X("Channel > 14 but wireless_mode do not support 5G\n"); -+ } -+ } else if ((Channel <= 14) && (Channel >=1)){ -+ if(IsSupported24G(Adapter->registrypriv.wireless_mode) == _FALSE) { -+ bLegalChannel = _FALSE; -+ DBG_871X("(Channel <= 14) && (Channel >=1) but wireless_mode do not support 2.4G\n"); -+ } -+ } else { -+ bLegalChannel = _FALSE; -+ DBG_871X("Channel is Invalid !!!\n"); -+ } -+ -+ return bLegalChannel; -+} -+ -+u8 MRateToHwRate(u8 rate) -+{ -+ u8 ret = DESC_RATE1M; -+ -+ switch(rate) -+ { -+ case MGN_1M: ret = DESC_RATE1M; break; -+ case MGN_2M: ret = DESC_RATE2M; break; -+ case MGN_5_5M: ret = DESC_RATE5_5M; break; -+ case MGN_11M: ret = DESC_RATE11M; break; -+ case MGN_6M: ret = DESC_RATE6M; break; -+ case MGN_9M: ret = DESC_RATE9M; break; -+ case MGN_12M: ret = DESC_RATE12M; break; -+ case MGN_18M: ret = DESC_RATE18M; break; -+ case MGN_24M: ret = DESC_RATE24M; break; -+ case MGN_36M: ret = DESC_RATE36M; break; -+ case MGN_48M: ret = DESC_RATE48M; break; -+ case MGN_54M: ret = DESC_RATE54M; break; -+ -+ case MGN_MCS0: ret = DESC_RATEMCS0; break; -+ case MGN_MCS1: ret = DESC_RATEMCS1; break; -+ case MGN_MCS2: ret = DESC_RATEMCS2; break; -+ case MGN_MCS3: ret = DESC_RATEMCS3; break; -+ case MGN_MCS4: ret = DESC_RATEMCS4; break; -+ case MGN_MCS5: ret = DESC_RATEMCS5; break; -+ case MGN_MCS6: ret = DESC_RATEMCS6; break; -+ case MGN_MCS7: ret = DESC_RATEMCS7; break; -+ case MGN_MCS8: ret = DESC_RATEMCS8; break; -+ case MGN_MCS9: ret = DESC_RATEMCS9; break; -+ case MGN_MCS10: ret = DESC_RATEMCS10; break; -+ case MGN_MCS11: ret = DESC_RATEMCS11; break; -+ case MGN_MCS12: ret = DESC_RATEMCS12; break; -+ case MGN_MCS13: ret = DESC_RATEMCS13; break; -+ case MGN_MCS14: ret = DESC_RATEMCS14; break; -+ case MGN_MCS15: ret = DESC_RATEMCS15; break; -+ case MGN_MCS16: ret = DESC_RATEMCS16; break; -+ case MGN_MCS17: ret = DESC_RATEMCS17; break; -+ case MGN_MCS18: ret = DESC_RATEMCS18; break; -+ case MGN_MCS19: ret = DESC_RATEMCS19; break; -+ case MGN_MCS20: ret = DESC_RATEMCS20; break; -+ case MGN_MCS21: ret = DESC_RATEMCS21; break; -+ case MGN_MCS22: ret = DESC_RATEMCS22; break; -+ case MGN_MCS23: ret = DESC_RATEMCS23; break; -+ case MGN_MCS24: ret = DESC_RATEMCS24; break; -+ case MGN_MCS25: ret = DESC_RATEMCS25; break; -+ case MGN_MCS26: ret = DESC_RATEMCS26; break; -+ case MGN_MCS27: ret = DESC_RATEMCS27; break; -+ case MGN_MCS28: ret = DESC_RATEMCS28; break; -+ case MGN_MCS29: ret = DESC_RATEMCS29; break; -+ case MGN_MCS30: ret = DESC_RATEMCS30; break; -+ case MGN_MCS31: ret = DESC_RATEMCS31; break; -+ -+ case MGN_VHT1SS_MCS0: ret = DESC_RATEVHTSS1MCS0; break; -+ case MGN_VHT1SS_MCS1: ret = DESC_RATEVHTSS1MCS1; break; -+ case MGN_VHT1SS_MCS2: ret = DESC_RATEVHTSS1MCS2; break; -+ case MGN_VHT1SS_MCS3: ret = DESC_RATEVHTSS1MCS3; break; -+ case MGN_VHT1SS_MCS4: ret = DESC_RATEVHTSS1MCS4; break; -+ case MGN_VHT1SS_MCS5: ret = DESC_RATEVHTSS1MCS5; break; -+ case MGN_VHT1SS_MCS6: ret = DESC_RATEVHTSS1MCS6; break; -+ case MGN_VHT1SS_MCS7: ret = DESC_RATEVHTSS1MCS7; break; -+ case MGN_VHT1SS_MCS8: ret = DESC_RATEVHTSS1MCS8; break; -+ case MGN_VHT1SS_MCS9: ret = DESC_RATEVHTSS1MCS9; break; -+ case MGN_VHT2SS_MCS0: ret = DESC_RATEVHTSS2MCS0; break; -+ case MGN_VHT2SS_MCS1: ret = DESC_RATEVHTSS2MCS1; break; -+ case MGN_VHT2SS_MCS2: ret = DESC_RATEVHTSS2MCS2; break; -+ case MGN_VHT2SS_MCS3: ret = DESC_RATEVHTSS2MCS3; break; -+ case MGN_VHT2SS_MCS4: ret = DESC_RATEVHTSS2MCS4; break; -+ case MGN_VHT2SS_MCS5: ret = DESC_RATEVHTSS2MCS5; break; -+ case MGN_VHT2SS_MCS6: ret = DESC_RATEVHTSS2MCS6; break; -+ case MGN_VHT2SS_MCS7: ret = DESC_RATEVHTSS2MCS7; break; -+ case MGN_VHT2SS_MCS8: ret = DESC_RATEVHTSS2MCS8; break; -+ case MGN_VHT2SS_MCS9: ret = DESC_RATEVHTSS2MCS9; break; -+ case MGN_VHT3SS_MCS0: ret = DESC_RATEVHTSS3MCS0; break; -+ case MGN_VHT3SS_MCS1: ret = DESC_RATEVHTSS3MCS1; break; -+ case MGN_VHT3SS_MCS2: ret = DESC_RATEVHTSS3MCS2; break; -+ case MGN_VHT3SS_MCS3: ret = DESC_RATEVHTSS3MCS3; break; -+ case MGN_VHT3SS_MCS4: ret = DESC_RATEVHTSS3MCS4; break; -+ case MGN_VHT3SS_MCS5: ret = DESC_RATEVHTSS3MCS5; break; -+ case MGN_VHT3SS_MCS6: ret = DESC_RATEVHTSS3MCS6; break; -+ case MGN_VHT3SS_MCS7: ret = DESC_RATEVHTSS3MCS7; break; -+ case MGN_VHT3SS_MCS8: ret = DESC_RATEVHTSS3MCS8; break; -+ case MGN_VHT3SS_MCS9: ret = DESC_RATEVHTSS3MCS9; break; -+ case MGN_VHT4SS_MCS0: ret = DESC_RATEVHTSS4MCS0; break; -+ case MGN_VHT4SS_MCS1: ret = DESC_RATEVHTSS4MCS1; break; -+ case MGN_VHT4SS_MCS2: ret = DESC_RATEVHTSS4MCS2; break; -+ case MGN_VHT4SS_MCS3: ret = DESC_RATEVHTSS4MCS3; break; -+ case MGN_VHT4SS_MCS4: ret = DESC_RATEVHTSS4MCS4; break; -+ case MGN_VHT4SS_MCS5: ret = DESC_RATEVHTSS4MCS5; break; -+ case MGN_VHT4SS_MCS6: ret = DESC_RATEVHTSS4MCS6; break; -+ case MGN_VHT4SS_MCS7: ret = DESC_RATEVHTSS4MCS7; break; -+ case MGN_VHT4SS_MCS8: ret = DESC_RATEVHTSS4MCS8; break; -+ case MGN_VHT4SS_MCS9: ret = DESC_RATEVHTSS4MCS9; break; -+ default: break; -+ } -+ -+ return ret; -+} -+ -+u8 HwRateToMRate(u8 rate) -+{ -+ u8 ret_rate = MGN_1M; -+ -+ switch(rate) -+ { -+ -+ case DESC_RATE1M: ret_rate = MGN_1M; break; -+ case DESC_RATE2M: ret_rate = MGN_2M; break; -+ case DESC_RATE5_5M: ret_rate = MGN_5_5M; break; -+ case DESC_RATE11M: ret_rate = MGN_11M; break; -+ case DESC_RATE6M: ret_rate = MGN_6M; break; -+ case DESC_RATE9M: ret_rate = MGN_9M; break; -+ case DESC_RATE12M: ret_rate = MGN_12M; break; -+ case DESC_RATE18M: ret_rate = MGN_18M; break; -+ case DESC_RATE24M: ret_rate = MGN_24M; break; -+ case DESC_RATE36M: ret_rate = MGN_36M; break; -+ case DESC_RATE48M: ret_rate = MGN_48M; break; -+ case DESC_RATE54M: ret_rate = MGN_54M; break; -+ case DESC_RATEMCS0: ret_rate = MGN_MCS0; break; -+ case DESC_RATEMCS1: ret_rate = MGN_MCS1; break; -+ case DESC_RATEMCS2: ret_rate = MGN_MCS2; break; -+ case DESC_RATEMCS3: ret_rate = MGN_MCS3; break; -+ case DESC_RATEMCS4: ret_rate = MGN_MCS4; break; -+ case DESC_RATEMCS5: ret_rate = MGN_MCS5; break; -+ case DESC_RATEMCS6: ret_rate = MGN_MCS6; break; -+ case DESC_RATEMCS7: ret_rate = MGN_MCS7; break; -+ case DESC_RATEMCS8: ret_rate = MGN_MCS8; break; -+ case DESC_RATEMCS9: ret_rate = MGN_MCS9; break; -+ case DESC_RATEMCS10: ret_rate = MGN_MCS10; break; -+ case DESC_RATEMCS11: ret_rate = MGN_MCS11; break; -+ case DESC_RATEMCS12: ret_rate = MGN_MCS12; break; -+ case DESC_RATEMCS13: ret_rate = MGN_MCS13; break; -+ case DESC_RATEMCS14: ret_rate = MGN_MCS14; break; -+ case DESC_RATEMCS15: ret_rate = MGN_MCS15; break; -+ case DESC_RATEMCS16: ret_rate = MGN_MCS16; break; -+ case DESC_RATEMCS17: ret_rate = MGN_MCS17; break; -+ case DESC_RATEMCS18: ret_rate = MGN_MCS18; break; -+ case DESC_RATEMCS19: ret_rate = MGN_MCS19; break; -+ case DESC_RATEMCS20: ret_rate = MGN_MCS20; break; -+ case DESC_RATEMCS21: ret_rate = MGN_MCS21; break; -+ case DESC_RATEMCS22: ret_rate = MGN_MCS22; break; -+ case DESC_RATEMCS23: ret_rate = MGN_MCS23; break; -+ case DESC_RATEMCS24: ret_rate = MGN_MCS24; break; -+ case DESC_RATEMCS25: ret_rate = MGN_MCS25; break; -+ case DESC_RATEMCS26: ret_rate = MGN_MCS26; break; -+ case DESC_RATEMCS27: ret_rate = MGN_MCS27; break; -+ case DESC_RATEMCS28: ret_rate = MGN_MCS28; break; -+ case DESC_RATEMCS29: ret_rate = MGN_MCS29; break; -+ case DESC_RATEMCS30: ret_rate = MGN_MCS30; break; -+ case DESC_RATEMCS31: ret_rate = MGN_MCS31; break; -+ case DESC_RATEVHTSS1MCS0: ret_rate = MGN_VHT1SS_MCS0; break; -+ case DESC_RATEVHTSS1MCS1: ret_rate = MGN_VHT1SS_MCS1; break; -+ case DESC_RATEVHTSS1MCS2: ret_rate = MGN_VHT1SS_MCS2; break; -+ case DESC_RATEVHTSS1MCS3: ret_rate = MGN_VHT1SS_MCS3; break; -+ case DESC_RATEVHTSS1MCS4: ret_rate = MGN_VHT1SS_MCS4; break; -+ case DESC_RATEVHTSS1MCS5: ret_rate = MGN_VHT1SS_MCS5; break; -+ case DESC_RATEVHTSS1MCS6: ret_rate = MGN_VHT1SS_MCS6; break; -+ case DESC_RATEVHTSS1MCS7: ret_rate = MGN_VHT1SS_MCS7; break; -+ case DESC_RATEVHTSS1MCS8: ret_rate = MGN_VHT1SS_MCS8; break; -+ case DESC_RATEVHTSS1MCS9: ret_rate = MGN_VHT1SS_MCS9; break; -+ case DESC_RATEVHTSS2MCS0: ret_rate = MGN_VHT2SS_MCS0; break; -+ case DESC_RATEVHTSS2MCS1: ret_rate = MGN_VHT2SS_MCS1; break; -+ case DESC_RATEVHTSS2MCS2: ret_rate = MGN_VHT2SS_MCS2; break; -+ case DESC_RATEVHTSS2MCS3: ret_rate = MGN_VHT2SS_MCS3; break; -+ case DESC_RATEVHTSS2MCS4: ret_rate = MGN_VHT2SS_MCS4; break; -+ case DESC_RATEVHTSS2MCS5: ret_rate = MGN_VHT2SS_MCS5; break; -+ case DESC_RATEVHTSS2MCS6: ret_rate = MGN_VHT2SS_MCS6; break; -+ case DESC_RATEVHTSS2MCS7: ret_rate = MGN_VHT2SS_MCS7; break; -+ case DESC_RATEVHTSS2MCS8: ret_rate = MGN_VHT2SS_MCS8; break; -+ case DESC_RATEVHTSS2MCS9: ret_rate = MGN_VHT2SS_MCS9; break; -+ case DESC_RATEVHTSS3MCS0: ret_rate = MGN_VHT3SS_MCS0; break; -+ case DESC_RATEVHTSS3MCS1: ret_rate = MGN_VHT3SS_MCS1; break; -+ case DESC_RATEVHTSS3MCS2: ret_rate = MGN_VHT3SS_MCS2; break; -+ case DESC_RATEVHTSS3MCS3: ret_rate = MGN_VHT3SS_MCS3; break; -+ case DESC_RATEVHTSS3MCS4: ret_rate = MGN_VHT3SS_MCS4; break; -+ case DESC_RATEVHTSS3MCS5: ret_rate = MGN_VHT3SS_MCS5; break; -+ case DESC_RATEVHTSS3MCS6: ret_rate = MGN_VHT3SS_MCS6; break; -+ case DESC_RATEVHTSS3MCS7: ret_rate = MGN_VHT3SS_MCS7; break; -+ case DESC_RATEVHTSS3MCS8: ret_rate = MGN_VHT3SS_MCS8; break; -+ case DESC_RATEVHTSS3MCS9: ret_rate = MGN_VHT3SS_MCS9; break; -+ case DESC_RATEVHTSS4MCS0: ret_rate = MGN_VHT4SS_MCS0; break; -+ case DESC_RATEVHTSS4MCS1: ret_rate = MGN_VHT4SS_MCS1; break; -+ case DESC_RATEVHTSS4MCS2: ret_rate = MGN_VHT4SS_MCS2; break; -+ case DESC_RATEVHTSS4MCS3: ret_rate = MGN_VHT4SS_MCS3; break; -+ case DESC_RATEVHTSS4MCS4: ret_rate = MGN_VHT4SS_MCS4; break; -+ case DESC_RATEVHTSS4MCS5: ret_rate = MGN_VHT4SS_MCS5; break; -+ case DESC_RATEVHTSS4MCS6: ret_rate = MGN_VHT4SS_MCS6; break; -+ case DESC_RATEVHTSS4MCS7: ret_rate = MGN_VHT4SS_MCS7; break; -+ case DESC_RATEVHTSS4MCS8: ret_rate = MGN_VHT4SS_MCS8; break; -+ case DESC_RATEVHTSS4MCS9: ret_rate = MGN_VHT4SS_MCS9; break; -+ -+ default: -+ DBG_871X("HwRateToMRate(): Non supported Rate [%x]!!!\n",rate ); -+ break; -+ } -+ -+ return ret_rate; -+} -+ -+void HalSetBrateCfg( -+ IN PADAPTER Adapter, -+ IN u8 *mBratesOS, -+ OUT u16 *pBrateCfg) -+{ -+ u8 i, is_brate, brate; -+ -+ for(i=0;iQueue2Pipe[0] = pdvobjpriv->RtOutPipe[0];//VO -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[0];//VI -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[0];//BE -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[0];//BK -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];//BCN -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];//MGT -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];//HIGH -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD -+} -+ -+static VOID -+_TwoOutPipeMapping( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bWIFICfg -+ ) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(pAdapter); -+ -+ if(bWIFICfg){ //WMM -+ -+ // BK, BE, VI, VO, BCN, CMD,MGT,HIGH,HCCA -+ //{ 0, 1, 0, 1, 0, 0, 0, 0, 0 }; -+ //0:ep_0 num, 1:ep_1 num -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[1];//VO -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[0];//VI -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[1];//BE -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[0];//BK -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];//BCN -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];//MGT -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];//HIGH -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD -+ -+ } -+ else{//typical setting -+ -+ -+ //BK, BE, VI, VO, BCN, CMD,MGT,HIGH,HCCA -+ //{ 1, 1, 0, 0, 0, 0, 0, 0, 0 }; -+ //0:ep_0 num, 1:ep_1 num -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];//VO -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[0];//VI -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[1];//BE -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[1];//BK -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];//BCN -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];//MGT -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];//HIGH -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD -+ -+ } -+ -+} -+ -+static VOID _ThreeOutPipeMapping( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bWIFICfg -+ ) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(pAdapter); -+ -+ if(bWIFICfg){//for WMM -+ -+ // BK, BE, VI, VO, BCN, CMD,MGT,HIGH,HCCA -+ //{ 1, 2, 1, 0, 0, 0, 0, 0, 0 }; -+ //0:H, 1:N, 2:L -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];//VO -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[1];//VI -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[2];//BE -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[1];//BK -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];//BCN -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];//MGT -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];//HIGH -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD -+ -+ } -+ else{//typical setting -+ -+ -+ // BK, BE, VI, VO, BCN, CMD,MGT,HIGH,HCCA -+ //{ 2, 2, 1, 0, 0, 0, 0, 0, 0 }; -+ //0:H, 1:N, 2:L -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];//VO -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[1];//VI -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[2];//BE -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[2];//BK -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];//BCN -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];//MGT -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[0];//HIGH -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD -+ } -+ -+} -+static VOID _FourOutPipeMapping( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bWIFICfg -+ ) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(pAdapter); -+ -+ if(bWIFICfg){//for WMM -+ -+ // BK, BE, VI, VO, BCN, CMD,MGT,HIGH,HCCA -+ //{ 1, 2, 1, 0, 0, 0, 0, 0, 0 }; -+ //0:H, 1:N, 2:L ,3:E -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];//VO -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[1];//VI -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[2];//BE -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[1];//BK -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];//BCN -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];//MGT -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[3];//HIGH -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD -+ -+ } -+ else{//typical setting -+ -+ -+ // BK, BE, VI, VO, BCN, CMD,MGT,HIGH,HCCA -+ //{ 2, 2, 1, 0, 0, 0, 0, 0, 0 }; -+ //0:H, 1:N, 2:L -+ -+ pdvobjpriv->Queue2Pipe[0] = pdvobjpriv->RtOutPipe[0];//VO -+ pdvobjpriv->Queue2Pipe[1] = pdvobjpriv->RtOutPipe[1];//VI -+ pdvobjpriv->Queue2Pipe[2] = pdvobjpriv->RtOutPipe[2];//BE -+ pdvobjpriv->Queue2Pipe[3] = pdvobjpriv->RtOutPipe[2];//BK -+ -+ pdvobjpriv->Queue2Pipe[4] = pdvobjpriv->RtOutPipe[0];//BCN -+ pdvobjpriv->Queue2Pipe[5] = pdvobjpriv->RtOutPipe[0];//MGT -+ pdvobjpriv->Queue2Pipe[6] = pdvobjpriv->RtOutPipe[3];//HIGH -+ pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD -+ } -+ -+} -+BOOLEAN -+Hal_MappingOutPipe( -+ IN PADAPTER pAdapter, -+ IN u8 NumOutPipe -+ ) -+{ -+ struct registry_priv *pregistrypriv = &pAdapter->registrypriv; -+ -+ BOOLEAN bWIFICfg = (pregistrypriv->wifi_spec) ?_TRUE:_FALSE; -+ -+ BOOLEAN result = _TRUE; -+ -+ switch(NumOutPipe) -+ { -+ case 2: -+ _TwoOutPipeMapping(pAdapter, bWIFICfg); -+ break; -+ case 3: -+ case 4: -+ _ThreeOutPipeMapping(pAdapter, bWIFICfg); -+ break; -+ case 1: -+ _OneOutPipeMapping(pAdapter); -+ break; -+ default: -+ result = _FALSE; -+ break; -+ } -+ -+ return result; -+ -+} -+ -+void hal_init_macaddr(_adapter *adapter) -+{ -+ rtw_hal_set_hwreg(adapter, HW_VAR_MAC_ADDR, adapter_mac_addr(adapter)); -+#ifdef CONFIG_CONCURRENT_MODE -+ if (adapter->pbuddy_adapter) -+ rtw_hal_set_hwreg(adapter->pbuddy_adapter, HW_VAR_MAC_ADDR, adapter_mac_addr(adapter->pbuddy_adapter)); -+#endif -+} -+ -+void rtw_init_hal_com_default_value(PADAPTER Adapter) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ pHalData->AntDetection = 1; -+} -+ -+/* -+* C2H event format: -+* Field TRIGGER CONTENT CMD_SEQ CMD_LEN CMD_ID -+* BITS [127:120] [119:16] [15:8] [7:4] [3:0] -+*/ -+ -+void c2h_evt_clear(_adapter *adapter) -+{ -+ rtw_write8(adapter, REG_C2HEVT_CLEAR, C2H_EVT_HOST_CLOSE); -+} -+ -+s32 c2h_evt_read(_adapter *adapter, u8 *buf) -+{ -+ s32 ret = _FAIL; -+ struct c2h_evt_hdr *c2h_evt; -+ int i; -+ u8 trigger; -+ -+ if (buf == NULL) -+ goto exit; -+ -+#if defined (CONFIG_RTL8188E) -+ -+ trigger = rtw_read8(adapter, REG_C2HEVT_CLEAR); -+ -+ if (trigger == C2H_EVT_HOST_CLOSE) { -+ goto exit; /* Not ready */ -+ } else if (trigger != C2H_EVT_FW_CLOSE) { -+ goto clear_evt; /* Not a valid value */ -+ } -+ -+ c2h_evt = (struct c2h_evt_hdr *)buf; -+ -+ _rtw_memset(c2h_evt, 0, 16); -+ -+ *buf = rtw_read8(adapter, REG_C2HEVT_MSG_NORMAL); -+ *(buf+1) = rtw_read8(adapter, REG_C2HEVT_MSG_NORMAL + 1); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_info_, "c2h_evt_read(): ", -+ &c2h_evt , sizeof(c2h_evt)); -+ -+ if (0) { -+ DBG_871X("%s id:%u, len:%u, seq:%u, trigger:0x%02x\n", __func__ -+ , c2h_evt->id, c2h_evt->plen, c2h_evt->seq, trigger); -+ } -+ -+ /* Read the content */ -+ for (i = 0; i < c2h_evt->plen; i++) -+ c2h_evt->payload[i] = rtw_read8(adapter, REG_C2HEVT_MSG_NORMAL + 2 + i); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_info_, "c2h_evt_read(): Command Content:\n", -+ c2h_evt->payload, c2h_evt->plen); -+ -+ ret = _SUCCESS; -+ -+clear_evt: -+ /* -+ * Clear event to notify FW we have read the command. -+ * If this field isn't clear, the FW won't update the next command message. -+ */ -+ c2h_evt_clear(adapter); -+#endif -+exit: -+ return ret; -+} -+ -+/* -+* C2H event format: -+* Field TRIGGER CMD_LEN CONTENT CMD_SEQ CMD_ID -+* BITS [127:120] [119:112] [111:16] [15:8] [7:0] -+*/ -+s32 c2h_evt_read_88xx(_adapter *adapter, u8 *buf) -+{ -+ s32 ret = _FAIL; -+ struct c2h_evt_hdr_88xx *c2h_evt; -+ int i; -+ u8 trigger; -+ -+ if (buf == NULL) -+ goto exit; -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8192E) || defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8703B) -+ -+ trigger = rtw_read8(adapter, REG_C2HEVT_CLEAR); -+ -+ if (trigger == C2H_EVT_HOST_CLOSE) { -+ goto exit; /* Not ready */ -+ } else if (trigger != C2H_EVT_FW_CLOSE) { -+ goto clear_evt; /* Not a valid value */ -+ } -+ -+ c2h_evt = (struct c2h_evt_hdr_88xx *)buf; -+ -+ _rtw_memset(c2h_evt, 0, 16); -+ -+ c2h_evt->id = rtw_read8(adapter, REG_C2HEVT_MSG_NORMAL); -+ c2h_evt->seq = rtw_read8(adapter, REG_C2HEVT_CMD_SEQ_88XX); -+ c2h_evt->plen = rtw_read8(adapter, REG_C2HEVT_CMD_LEN_88XX); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_info_, "c2h_evt_read(): ", -+ &c2h_evt , sizeof(c2h_evt)); -+ -+ if (0) { -+ DBG_871X("%s id:%u, len:%u, seq:%u, trigger:0x%02x\n", __func__ -+ , c2h_evt->id, c2h_evt->plen, c2h_evt->seq, trigger); -+ } -+ -+ /* Read the content */ -+ for (i = 0; i < c2h_evt->plen; i++) -+ c2h_evt->payload[i] = rtw_read8(adapter, REG_C2HEVT_MSG_NORMAL + 2 + i); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_info_, "c2h_evt_read(): Command Content:\n", -+ c2h_evt->payload, c2h_evt->plen); -+ -+ ret = _SUCCESS; -+ -+clear_evt: -+ /* -+ * Clear event to notify FW we have read the command. -+ * If this field isn't clear, the FW won't update the next command message. -+ */ -+ c2h_evt_clear(adapter); -+#endif -+exit: -+ return ret; -+} -+ -+ -+u8 rtw_hal_networktype_to_raid(_adapter *adapter, struct sta_info *psta) -+{ -+ if(IS_NEW_GENERATION_IC(adapter)){ -+ return networktype_to_raid_ex(adapter,psta); -+ } -+ else{ -+ return networktype_to_raid(adapter,psta); -+ } -+ -+} -+u8 rtw_get_mgntframe_raid(_adapter *adapter,unsigned char network_type) -+{ -+ -+ u8 raid; -+ if(IS_NEW_GENERATION_IC(adapter)){ -+ -+ raid = (network_type & WIRELESS_11B) ?RATEID_IDX_B -+ :RATEID_IDX_G; -+ } -+ else{ -+ raid = (network_type & WIRELESS_11B) ?RATR_INX_WIRELESS_B -+ :RATR_INX_WIRELESS_G; -+ } -+ return raid; -+} -+ -+void rtw_hal_update_sta_rate_mask(PADAPTER padapter, struct sta_info *psta) -+{ -+ u8 i, rf_type, limit; -+ u64 tx_ra_bitmap; -+ -+ if(psta == NULL) -+ { -+ return; -+ } -+ -+ tx_ra_bitmap = 0; -+ -+ //b/g mode ra_bitmap -+ for (i=0; ibssrateset); i++) -+ { -+ if (psta->bssrateset[i]) -+ tx_ra_bitmap |= rtw_get_bit_value_from_ieee_value(psta->bssrateset[i]&0x7f); -+ } -+ -+#ifdef CONFIG_80211N_HT -+#ifdef CONFIG_80211AC_VHT -+ //AC mode ra_bitmap -+ if(psta->vhtpriv.vht_option) -+ { -+ tx_ra_bitmap |= (rtw_vht_rate_to_bitmap(psta->vhtpriv.vht_mcs_map) << 12); -+ } -+ else -+#endif //CONFIG_80211AC_VHT -+ { -+ //n mode ra_bitmap -+ if(psta->htpriv.ht_option) -+ { -+ rf_type = RF_1T1R; -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ if(rf_type == RF_2T2R) -+ limit=16;// 2R -+ else if(rf_type == RF_3T3R) -+ limit=24;// 3R -+ else -+ limit=8;// 1R -+ -+ -+ /* Handling SMPS mode for AP MODE only*/ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE) { -+ /*0:static SMPS, 1:dynamic SMPS, 3:SMPS disabled, 2:reserved*/ -+ if (psta->htpriv.smps_cap == 0 || psta->htpriv.smps_cap == 1) { -+ /*operate with only one active receive chain // 11n-MCS rate <= MSC7*/ -+ limit = 8;/* 1R*/ -+ } -+ } -+ -+ for (i=0; ihtpriv.ht_cap.supp_mcs_set[i/8] & BIT(i%8)) -+ tx_ra_bitmap |= BIT(i+12); -+ } -+ } -+ } -+#endif //CONFIG_80211N_HT -+ DBG_871X("supp_mcs_set = %02x, %02x, %02x, rf_type=%d, tx_ra_bitmap=%016llx\n" -+ , psta->htpriv.ht_cap.supp_mcs_set[0], psta->htpriv.ht_cap.supp_mcs_set[1], psta->htpriv.ht_cap.supp_mcs_set[2], rf_type, tx_ra_bitmap); -+ psta->ra_mask = tx_ra_bitmap; -+ psta->init_rate = get_highest_rate_idx(tx_ra_bitmap)&0x3f; -+} -+ -+#ifndef SEC_CAM_ACCESS_TIMEOUT_MS -+ #define SEC_CAM_ACCESS_TIMEOUT_MS 200 -+#endif -+ -+#ifndef DBG_SEC_CAM_ACCESS -+ #define DBG_SEC_CAM_ACCESS 0 -+#endif -+ -+u32 rtw_sec_read_cam(_adapter *adapter, u8 addr) -+{ -+ _mutex *mutex = &adapter_to_dvobj(adapter)->cam_ctl.sec_cam_access_mutex; -+ u32 rdata; -+ u32 cnt = 0; -+ u32 start = 0, end = 0; -+ u8 timeout = 0; -+ u8 sr = 0; -+ -+ _enter_critical_mutex(mutex, NULL); -+ -+ rtw_write32(adapter, REG_CAMCMD, CAM_POLLINIG | addr); -+ -+ start = rtw_get_current_time(); -+ while (1) { -+ if (rtw_is_surprise_removed(adapter)) { -+ sr = 1; -+ break; -+ } -+ -+ cnt++; -+ if (0 == (rtw_read32(adapter, REG_CAMCMD) & CAM_POLLINIG)) -+ break; -+ -+ if (rtw_get_passing_time_ms(start) > SEC_CAM_ACCESS_TIMEOUT_MS) { -+ timeout = 1; -+ break; -+ } -+ } -+ end = rtw_get_current_time(); -+ -+ rdata = rtw_read32(adapter, REG_CAMREAD); -+ -+ _exit_critical_mutex(mutex, NULL); -+ -+ if (DBG_SEC_CAM_ACCESS || timeout) { -+ DBG_871X(FUNC_ADPT_FMT" addr:0x%02x, rdata:0x%08x, to:%u, polling:%u, %d ms\n" -+ , FUNC_ADPT_ARG(adapter), addr, rdata, timeout, cnt, rtw_get_time_interval_ms(start, end)); -+ } -+ -+ return rdata; -+} -+ -+void rtw_sec_write_cam(_adapter *adapter, u8 addr, u32 wdata) -+{ -+ _mutex *mutex = &adapter_to_dvobj(adapter)->cam_ctl.sec_cam_access_mutex; -+ u32 cnt = 0; -+ u32 start = 0, end = 0; -+ u8 timeout = 0; -+ u8 sr = 0; -+ -+ _enter_critical_mutex(mutex, NULL); -+ -+ rtw_write32(adapter, REG_CAMWRITE, wdata); -+ rtw_write32(adapter, REG_CAMCMD, CAM_POLLINIG | CAM_WRITE | addr); -+ -+ start = rtw_get_current_time(); -+ while (1) { -+ if (rtw_is_surprise_removed(adapter)) { -+ sr = 1; -+ break; -+ } -+ -+ cnt++; -+ if (0 == (rtw_read32(adapter, REG_CAMCMD) & CAM_POLLINIG)) -+ break; -+ -+ if (rtw_get_passing_time_ms(start) > SEC_CAM_ACCESS_TIMEOUT_MS) { -+ timeout = 1; -+ break; -+ } -+ } -+ end = rtw_get_current_time(); -+ -+ _exit_critical_mutex(mutex, NULL); -+ -+ if (DBG_SEC_CAM_ACCESS || timeout) { -+ DBG_871X(FUNC_ADPT_FMT" addr:0x%02x, wdata:0x%08x, to:%u, polling:%u, %d ms\n" -+ , FUNC_ADPT_ARG(adapter), addr, wdata, timeout, cnt, rtw_get_time_interval_ms(start, end)); -+ } -+} -+ -+void rtw_sec_read_cam_ent(_adapter *adapter, u8 id, u8 *ctrl, u8 *mac, u8 *key) -+{ -+ unsigned int val, addr; -+ u8 i; -+ u32 rdata; -+ u8 begin = 0; -+ u8 end = 5; /* TODO: consider other key length accordingly */ -+ -+ if (!ctrl && !mac && !key) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ /* TODO: check id range */ -+ -+ if (!ctrl && !mac) -+ begin = 2; /* read from key */ -+ -+ if (!key && !mac) -+ end = 0; /* read to ctrl */ -+ else if (!key) -+ end = 2; /* read to mac */ -+ -+ for (i = begin; i <= end; i++) { -+ rdata = rtw_sec_read_cam(adapter, (id << 3) | i); -+ -+ switch (i) { -+ case 0: -+ if (ctrl) -+ _rtw_memcpy(ctrl, (u8 *)(&rdata), 2); -+ if (mac) -+ _rtw_memcpy(mac, ((u8 *)(&rdata)) + 2, 2); -+ break; -+ case 1: -+ if (mac) -+ _rtw_memcpy(mac + 2, (u8 *)(&rdata), 4); -+ break; -+ default: -+ if (key) -+ _rtw_memcpy(key + (i - 2) * 4, (u8 *)(&rdata), 4); -+ break; -+ } -+ } -+ -+exit: -+ return; -+} -+ -+ -+void rtw_sec_write_cam_ent(_adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key) -+{ -+ unsigned int i; -+ int j; -+ u8 addr; -+ u32 wdata; -+ -+ /* TODO: consider other key length accordingly */ -+#if 0 -+ switch ((ctrl & 0x1c) >> 2) { -+ case _WEP40_: -+ case _TKIP_ -+ case _AES_ -+ case _WEP104_ -+ -+ } -+#else -+ j = 5; -+#endif -+ -+ for (; j >= 0; j--) { -+ switch (j) { -+ case 0: -+ wdata = (ctrl | (mac[0] << 16) | (mac[1] << 24)); -+ break; -+ case 1: -+ wdata = (mac[2] | (mac[3] << 8) | (mac[4] << 16) | (mac[5] << 24)); -+ break; -+ default: -+ i = (j - 2) << 2; -+ wdata = (key[i] | (key[i + 1] << 8) | (key[i + 2] << 16) | (key[i + 3] << 24)); -+ break; -+ } -+ -+ addr = (id << 3) + j; -+ -+ rtw_sec_write_cam(adapter, addr, wdata); -+ } -+} -+ -+bool rtw_sec_read_cam_is_gk(_adapter *adapter, u8 id) -+{ -+ bool res; -+ u16 ctrl; -+ -+ rtw_sec_read_cam_ent(adapter, id, (u8 *)&ctrl, NULL, NULL); -+ -+ res = (ctrl & BIT6) ? _TRUE : _FALSE; -+ return res; -+} -+ -+void hw_var_port_switch(_adapter *adapter) -+{ -+#ifdef CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_RUNTIME_PORT_SWITCH -+/* -+0x102: MSR -+0x550: REG_BCN_CTRL -+0x551: REG_BCN_CTRL_1 -+0x55A: REG_ATIMWND -+0x560: REG_TSFTR -+0x568: REG_TSFTR1 -+0x570: REG_ATIMWND_1 -+0x610: REG_MACID -+0x618: REG_BSSID -+0x700: REG_MACID1 -+0x708: REG_BSSID1 -+*/ -+ -+ int i; -+ u8 msr; -+ u8 bcn_ctrl; -+ u8 bcn_ctrl_1; -+ u8 atimwnd[2]; -+ u8 atimwnd_1[2]; -+ u8 tsftr[8]; -+ u8 tsftr_1[8]; -+ u8 macid[6]; -+ u8 bssid[6]; -+ u8 macid_1[6]; -+ u8 bssid_1[6]; -+ -+ u8 iface_type; -+ -+ msr = rtw_read8(adapter, MSR); -+ bcn_ctrl = rtw_read8(adapter, REG_BCN_CTRL); -+ bcn_ctrl_1 = rtw_read8(adapter, REG_BCN_CTRL_1); -+ -+ for (i=0; i<2; i++) -+ atimwnd[i] = rtw_read8(adapter, REG_ATIMWND+i); -+ for (i=0; i<2; i++) -+ atimwnd_1[i] = rtw_read8(adapter, REG_ATIMWND_1+i); -+ -+ for (i=0; i<8; i++) -+ tsftr[i] = rtw_read8(adapter, REG_TSFTR+i); -+ for (i=0; i<8; i++) -+ tsftr_1[i] = rtw_read8(adapter, REG_TSFTR1+i); -+ -+ for (i=0; i<6; i++) -+ macid[i] = rtw_read8(adapter, REG_MACID+i); -+ -+ for (i=0; i<6; i++) -+ bssid[i] = rtw_read8(adapter, REG_BSSID+i); -+ -+ for (i=0; i<6; i++) -+ macid_1[i] = rtw_read8(adapter, REG_MACID1+i); -+ -+ for (i=0; i<6; i++) -+ bssid_1[i] = rtw_read8(adapter, REG_BSSID1+i); -+ -+#ifdef DBG_RUNTIME_PORT_SWITCH -+ DBG_871X(FUNC_ADPT_FMT" before switch\n" -+ "msr:0x%02x\n" -+ "bcn_ctrl:0x%02x\n" -+ "bcn_ctrl_1:0x%02x\n" -+ "atimwnd:0x%04x\n" -+ "atimwnd_1:0x%04x\n" -+ "tsftr:%llu\n" -+ "tsftr1:%llu\n" -+ "macid:"MAC_FMT"\n" -+ "bssid:"MAC_FMT"\n" -+ "macid_1:"MAC_FMT"\n" -+ "bssid_1:"MAC_FMT"\n" -+ , FUNC_ADPT_ARG(adapter) -+ , msr -+ , bcn_ctrl -+ , bcn_ctrl_1 -+ , *((u16*)atimwnd) -+ , *((u16*)atimwnd_1) -+ , *((u64*)tsftr) -+ , *((u64*)tsftr_1) -+ , MAC_ARG(macid) -+ , MAC_ARG(bssid) -+ , MAC_ARG(macid_1) -+ , MAC_ARG(bssid_1) -+ ); -+#endif /* DBG_RUNTIME_PORT_SWITCH */ -+ -+ /* disable bcn function, disable update TSF */ -+ rtw_write8(adapter, REG_BCN_CTRL, (bcn_ctrl & (~EN_BCN_FUNCTION)) | DIS_TSF_UDT); -+ rtw_write8(adapter, REG_BCN_CTRL_1, (bcn_ctrl_1 & (~EN_BCN_FUNCTION)) | DIS_TSF_UDT); -+ -+ /* switch msr */ -+ msr = (msr&0xf0) |((msr&0x03) << 2) | ((msr&0x0c) >> 2); -+ rtw_write8(adapter, MSR, msr); -+ -+ /* write port0 */ -+ rtw_write8(adapter, REG_BCN_CTRL, bcn_ctrl_1 & ~EN_BCN_FUNCTION); -+ for (i=0; i<2; i++) -+ rtw_write8(adapter, REG_ATIMWND+i, atimwnd_1[i]); -+ for (i=0; i<8; i++) -+ rtw_write8(adapter, REG_TSFTR+i, tsftr_1[i]); -+ for (i=0; i<6; i++) -+ rtw_write8(adapter, REG_MACID+i, macid_1[i]); -+ for (i=0; i<6; i++) -+ rtw_write8(adapter, REG_BSSID+i, bssid_1[i]); -+ -+ /* write port1 */ -+ rtw_write8(adapter, REG_BCN_CTRL_1, bcn_ctrl & ~EN_BCN_FUNCTION); -+ for (i=0; i<2; i++) -+ rtw_write8(adapter, REG_ATIMWND_1+1, atimwnd[i]); -+ for (i=0; i<8; i++) -+ rtw_write8(adapter, REG_TSFTR1+i, tsftr[i]); -+ for (i=0; i<6; i++) -+ rtw_write8(adapter, REG_MACID1+i, macid[i]); -+ for (i=0; i<6; i++) -+ rtw_write8(adapter, REG_BSSID1+i, bssid[i]); -+ -+ /* write bcn ctl */ -+#ifdef CONFIG_BT_COEXIST -+#if defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8703B) -+ // always enable port0 beacon function for PSTDMA -+ bcn_ctrl_1 |= EN_BCN_FUNCTION; -+ // always disable port1 beacon function for PSTDMA -+ bcn_ctrl &= ~EN_BCN_FUNCTION; -+#endif -+#endif -+ rtw_write8(adapter, REG_BCN_CTRL, bcn_ctrl_1); -+ rtw_write8(adapter, REG_BCN_CTRL_1, bcn_ctrl); -+ -+ if (adapter->iface_type == IFACE_PORT0) { -+ adapter->iface_type = IFACE_PORT1; -+ adapter->pbuddy_adapter->iface_type = IFACE_PORT0; -+ DBG_871X_LEVEL(_drv_always_, "port switch - port0("ADPT_FMT"), port1("ADPT_FMT")\n", -+ ADPT_ARG(adapter->pbuddy_adapter), ADPT_ARG(adapter)); -+ } else { -+ adapter->iface_type = IFACE_PORT0; -+ adapter->pbuddy_adapter->iface_type = IFACE_PORT1; -+ DBG_871X_LEVEL(_drv_always_, "port switch - port0("ADPT_FMT"), port1("ADPT_FMT")\n", -+ ADPT_ARG(adapter), ADPT_ARG(adapter->pbuddy_adapter)); -+ } -+ -+#ifdef DBG_RUNTIME_PORT_SWITCH -+ msr = rtw_read8(adapter, MSR); -+ bcn_ctrl = rtw_read8(adapter, REG_BCN_CTRL); -+ bcn_ctrl_1 = rtw_read8(adapter, REG_BCN_CTRL_1); -+ -+ for (i=0; i<2; i++) -+ atimwnd[i] = rtw_read8(adapter, REG_ATIMWND+i); -+ for (i=0; i<2; i++) -+ atimwnd_1[i] = rtw_read8(adapter, REG_ATIMWND_1+i); -+ -+ for (i=0; i<8; i++) -+ tsftr[i] = rtw_read8(adapter, REG_TSFTR+i); -+ for (i=0; i<8; i++) -+ tsftr_1[i] = rtw_read8(adapter, REG_TSFTR1+i); -+ -+ for (i=0; i<6; i++) -+ macid[i] = rtw_read8(adapter, REG_MACID+i); -+ -+ for (i=0; i<6; i++) -+ bssid[i] = rtw_read8(adapter, REG_BSSID+i); -+ -+ for (i=0; i<6; i++) -+ macid_1[i] = rtw_read8(adapter, REG_MACID1+i); -+ -+ for (i=0; i<6; i++) -+ bssid_1[i] = rtw_read8(adapter, REG_BSSID1+i); -+ -+ DBG_871X(FUNC_ADPT_FMT" after switch\n" -+ "msr:0x%02x\n" -+ "bcn_ctrl:0x%02x\n" -+ "bcn_ctrl_1:0x%02x\n" -+ "atimwnd:%u\n" -+ "atimwnd_1:%u\n" -+ "tsftr:%llu\n" -+ "tsftr1:%llu\n" -+ "macid:"MAC_FMT"\n" -+ "bssid:"MAC_FMT"\n" -+ "macid_1:"MAC_FMT"\n" -+ "bssid_1:"MAC_FMT"\n" -+ , FUNC_ADPT_ARG(adapter) -+ , msr -+ , bcn_ctrl -+ , bcn_ctrl_1 -+ , *((u16*)atimwnd) -+ , *((u16*)atimwnd_1) -+ , *((u64*)tsftr) -+ , *((u64*)tsftr_1) -+ , MAC_ARG(macid) -+ , MAC_ARG(bssid) -+ , MAC_ARG(macid_1) -+ , MAC_ARG(bssid_1) -+ ); -+#endif /* DBG_RUNTIME_PORT_SWITCH */ -+ -+#endif /* CONFIG_RUNTIME_PORT_SWITCH */ -+#endif /* CONFIG_CONCURRENT_MODE */ -+} -+ -+void rtw_hal_set_FwRsvdPage_cmd(PADAPTER padapter, PRSVDPAGE_LOC rsvdpageloc) -+{ -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ u8 u1H2CRsvdPageParm[H2C_RSVDPAGE_LOC_LEN]={0}; -+ u8 ret = 0; -+ -+ DBG_871X("RsvdPageLoc: ProbeRsp=%d PsPoll=%d BTNull=%d Null=%d QoSNull=%d\n", -+ rsvdpageloc->LocProbeRsp, rsvdpageloc->LocPsPoll, rsvdpageloc->LocBTQosNull, -+ rsvdpageloc->LocNullData, rsvdpageloc->LocQosNull); -+ -+ SET_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(u1H2CRsvdPageParm, rsvdpageloc->LocProbeRsp); -+ SET_H2CCMD_RSVDPAGE_LOC_PSPOLL(u1H2CRsvdPageParm, rsvdpageloc->LocPsPoll); -+ SET_H2CCMD_RSVDPAGE_LOC_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocNullData); -+ SET_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocQosNull); -+ SET_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocBTQosNull); -+ -+ ret = rtw_hal_fill_h2c_cmd(padapter, -+ H2C_RSVD_PAGE, -+ H2C_RSVDPAGE_LOC_LEN, -+ u1H2CRsvdPageParm); -+ -+} -+ -+#ifdef CONFIG_GPIO_WAKEUP -+/* -+ * Switch GPIO_13, GPIO_14 to wlan control, or pull GPIO_13,14 MUST fail. -+ * It happended at 8723B/8192E/8821A. New IC will check multi function GPIO, -+ * and implement HAL function. -+ */ -+static void rtw_hal_switch_gpio_wl_ctrl(_adapter* padapter, u8 index, u8 enable) -+{ -+ if (index !=13 && index != 14) return; -+ -+ rtw_hal_set_hwreg(padapter, HW_SET_GPIO_WL_CTRL, (u8 *)(&enable)); -+} -+ -+void rtw_hal_set_output_gpio(_adapter *padapter, u8 index, u8 outputval) -+{ -+ if ( index <= 7 ) { -+ /* config GPIO mode */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 3, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL + 3) & ~BIT(index) ); -+ -+ /* config GPIO Sel */ -+ /* 0: input */ -+ /* 1: output */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 2, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL + 2) | BIT(index)); -+ -+ /* set output value */ -+ if ( outputval ) { -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 1, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL + 1) | BIT(index)); -+ } else { -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL + 1, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL + 1) & ~BIT(index)); -+ } -+ } else if (index <= 15){ -+ /* 88C Series: */ -+ /* index: 11~8 transform to 3~0 */ -+ /* 8723 Series: */ -+ /* index: 12~8 transform to 4~0 */ -+ -+ index -= 8; -+ -+ /* config GPIO mode */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 3, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 3) & ~BIT(index) ); -+ -+ /* config GPIO Sel */ -+ /* 0: input */ -+ /* 1: output */ -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 2, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 2) | BIT(index)); -+ -+ /* set output value */ -+ if ( outputval ) { -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 1, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 1) | BIT(index)); -+ } else { -+ rtw_write8(padapter, REG_GPIO_PIN_CTRL_2 + 1, -+ rtw_read8(padapter, REG_GPIO_PIN_CTRL_2 + 1) & ~BIT(index)); -+ } -+ } else { -+ DBG_871X("%s: invalid GPIO%d=%d\n", -+ __FUNCTION__, index, outputval); -+ } -+} -+#endif -+ -+void rtw_hal_set_FwAoacRsvdPage_cmd(PADAPTER padapter, PRSVDPAGE_LOC rsvdpageloc) -+{ -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 res = 0, count = 0, ret = 0; -+#ifdef CONFIG_WOWLAN -+ u8 u1H2CAoacRsvdPageParm[H2C_AOAC_RSVDPAGE_LOC_LEN]={0}; -+ -+ DBG_871X("AOACRsvdPageLoc: ArpRsp=%d RWC=%d GtkInfo=%d GtkRsp=%d NbrAdv=%d ProbeReq=%d NetworkList=%d\n", -+ rsvdpageloc->LocArpRsp, rsvdpageloc->LocRemoteCtrlInfo, -+ rsvdpageloc->LocGTKInfo, rsvdpageloc->LocGTKRsp, -+ rsvdpageloc->LocNbrAdv, rsvdpageloc->LocProbeReq, -+ rsvdpageloc->LocNetList); -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_REMOTE_WAKE_CTRL_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocRemoteCtrlInfo); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_ARP_RSP(u1H2CAoacRsvdPageParm, rsvdpageloc->LocArpRsp); -+ //SET_H2CCMD_AOAC_RSVDPAGE_LOC_NEIGHBOR_ADV(u1H2CAoacRsvdPageParm, rsvdpageloc->LocNbrAdv); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_RSP(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKRsp); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKInfo); -+#ifdef CONFIG_GTK_OL -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_EXT_MEM(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKEXTMEM); -+#endif // CONFIG_GTK_OL -+ ret = rtw_hal_fill_h2c_cmd(padapter, -+ H2C_AOAC_RSVD_PAGE, -+ H2C_AOAC_RSVDPAGE_LOC_LEN, -+ u1H2CAoacRsvdPageParm); -+ } -+#ifdef CONFIG_PNO_SUPPORT -+ else -+ { -+ -+ if(!pwrpriv->pno_in_resume) { -+ DBG_871X("NLO_INFO=%d\n", rsvdpageloc->LocPNOInfo); -+ _rtw_memset(&u1H2CAoacRsvdPageParm, 0, -+ sizeof(u1H2CAoacRsvdPageParm)); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_NLO_INFO(u1H2CAoacRsvdPageParm, -+ rsvdpageloc->LocPNOInfo); -+ ret = rtw_hal_fill_h2c_cmd(padapter, -+ H2C_AOAC_RSVDPAGE3, -+ H2C_AOAC_RSVDPAGE_LOC_LEN, -+ u1H2CAoacRsvdPageParm); -+ } -+ } -+#endif //CONFIG_PNO_SUPPORT -+#endif // CONFIG_WOWLAN -+} -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+static void rtw_hal_force_enable_rxdma(_adapter *adapter) -+{ -+ DBG_871X("%s: Set 0x690=0x00\n", __func__); -+ rtw_write8(adapter, REG_WOW_CTRL, -+ (rtw_read8(adapter, REG_WOW_CTRL)&0xf0)); -+ DBG_871X_LEVEL(_drv_always_, "%s: Release RXDMA\n", __func__); -+ rtw_write32(adapter, REG_RXPKT_NUM, -+ (rtw_read32(adapter,REG_RXPKT_NUM)&(~RW_RELEASE_EN))); -+} -+ -+static void rtw_hal_disable_tx_report(_adapter *adapter) -+{ -+ rtw_write8(adapter, REG_TX_RPT_CTRL, -+ ((rtw_read8(adapter, REG_TX_RPT_CTRL)&~BIT(1)))&~BIT(5)); -+ DBG_871X("disable TXRPT:0x%02x\n", rtw_read8(adapter, REG_TX_RPT_CTRL)); -+} -+ -+static void rtw_hal_enable_tx_report(_adapter *adapter) -+{ -+ rtw_write8(adapter, REG_TX_RPT_CTRL, -+ ((rtw_read8(adapter, REG_TX_RPT_CTRL)|BIT(1)))|BIT(5)); -+ DBG_871X("enable TX_RPT:0x%02x\n", rtw_read8(adapter, REG_TX_RPT_CTRL)); -+} -+ -+static void rtw_hal_release_rx_dma(_adapter *adapter) -+{ -+ u32 val32 = 0; -+ -+ val32 = rtw_read32(adapter, REG_RXPKT_NUM); -+ -+ rtw_write32(adapter, REG_RXPKT_NUM, (val32 & (~RW_RELEASE_EN))); -+ -+ DBG_871X("%s, [0x%04x]: 0x%08x\n", -+ __func__, REG_RXPKT_NUM, (val32 & (~RW_RELEASE_EN))); -+} -+ -+static u8 rtw_hal_pause_rx_dma(_adapter *adapter) -+{ -+ u8 ret = 0; -+ s8 trycnt = 100; -+ u16 len = 0; -+ u32 tmp = 0; -+ int res = 0; -+ //RX DMA stop -+ DBG_871X_LEVEL(_drv_always_, "Pause DMA\n"); -+ rtw_write32(adapter, REG_RXPKT_NUM, -+ (rtw_read32(adapter,REG_RXPKT_NUM)|RW_RELEASE_EN)); -+ do{ -+ if((rtw_read32(adapter, REG_RXPKT_NUM)&RXDMA_IDLE)) { -+ DBG_871X_LEVEL(_drv_always_, "RX_DMA_IDLE is true\n"); -+ ret = _SUCCESS; -+ break; -+ } -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ else { -+ // If RX_DMA is not idle, receive one pkt from DMA -+ res = sdio_local_read(adapter, -+ SDIO_REG_RX0_REQ_LEN, 4, (u8*)&tmp); -+ len = le16_to_cpu(tmp); -+ DBG_871X_LEVEL(_drv_always_, "RX len:%d\n", len); -+ -+ if (len > 0) -+ res = RecvOnePkt(adapter, len); -+ else -+ DBG_871X_LEVEL(_drv_always_, "read length fail %d\n", len); -+ -+ DBG_871X_LEVEL(_drv_always_, -+ "RecvOnePkt Result: %d\n", res); -+ } -+#endif //CONFIG_SDIO_HCI || CONFIG_GSPI_HCI -+#ifdef CONFIG_USB_HCI -+ else { -+ if (adapter->intf_start) -+ adapter->intf_start(adapter); -+ tmp = rtw_read32(adapter, REG_RXPKT_NUM) & RXDMA_IDLE; -+ if (tmp) { -+ if (adapter->intf_stop) -+ adapter->intf_stop(adapter); -+ RTW_ENABLE_FUNC(adapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(adapter, DF_TX_BIT); -+ } -+ } -+#endif -+ }while(trycnt--); -+ -+ if (trycnt < 0) { -+ tmp = rtw_read16(adapter, REG_RXPKT_NUM + 3); -+ -+ DBG_871X_LEVEL(_drv_always_, "Stop RX DMA failed......\n"); -+ DBG_871X_LEVEL(_drv_always_, "%s, RXPKT_NUM: 0x%04x\n", -+ __func__, tmp); -+ tmp = rtw_read16(adapter, REG_RXPKT_NUM + 2); -+ if (tmp & BIT(3)) -+ DBG_871X_LEVEL(_drv_always_, "%s, RX DMA has req\n", -+ __func__); -+ else -+ DBG_871X_LEVEL(_drv_always_, "%s, RX DMA no req\n", -+ __func__); -+ ret = _FAIL; -+ } -+ -+ return ret; -+} -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+static u8 rtw_hal_enable_cpwm2(_adapter* adapter) -+{ -+ u8 ret = 0; -+ int res = 0; -+ u32 tmp = 0; -+ -+ DBG_871X_LEVEL(_drv_always_, "%s\n", __func__); -+ -+ res = sdio_local_read(adapter, SDIO_REG_HIMR, 4, (u8*)&tmp); -+ if (!res) -+ DBG_871X_LEVEL(_drv_info_, "read SDIO_REG_HIMR: 0x%08x\n", tmp); -+ else -+ DBG_871X_LEVEL(_drv_info_, "sdio_local_read fail\n"); -+ -+ tmp = SDIO_HIMR_CPWM2_MSK; -+ -+ res = sdio_local_write(adapter, SDIO_REG_HIMR, 4, (u8*)&tmp); -+ -+ if (!res){ -+ res = sdio_local_read(adapter, SDIO_REG_HIMR, 4, (u8*)&tmp); -+ DBG_871X_LEVEL(_drv_info_, "read again SDIO_REG_HIMR: 0x%08x\n", tmp); -+ ret = _SUCCESS; -+ }else { -+ DBG_871X_LEVEL(_drv_info_, "sdio_local_write fail\n"); -+ ret = _FAIL; -+ } -+ -+ return ret; -+} -+#endif /* CONFIG_SDIO_HCI, CONFIG_GSPI_HCI */ -+#endif /* CONFIG_WOWLAN || CONFIG_AP_WOWLAN */ -+ -+#ifdef CONFIG_WOWLAN -+/* -+ * rtw_hal_check_wow_ctrl -+ * chk_type: _TRUE means to check enable, if 0x690 & bit1, WOW enable successful -+ * _FALSE means to check disable, if 0x690 & bit1, WOW disable fail -+ */ -+static u8 rtw_hal_check_wow_ctrl(_adapter *adapter, u8 chk_type) -+{ -+ u8 mstatus = 0; -+ u8 trycnt = 25; -+ u8 res = _FALSE; -+ -+ mstatus = rtw_read8(adapter, REG_WOW_CTRL); -+ DBG_871X_LEVEL(_drv_info_, "%s mstatus:0x%02x\n", __func__, mstatus); -+ -+ if (chk_type) { -+ while (!(mstatus&BIT1) && trycnt > 1) { -+ mstatus = rtw_read8(adapter, REG_WOW_CTRL); -+ DBG_871X_LEVEL(_drv_always_, -+ "Loop index: %d :0x%02x\n", -+ trycnt, mstatus); -+ trycnt--; -+ rtw_msleep_os(20); -+ } -+ if (mstatus & BIT1) -+ res = _TRUE; -+ else -+ res = _FALSE; -+ } else { -+ while (mstatus&BIT1 && trycnt > 1) { -+ mstatus = rtw_read8(adapter, REG_WOW_CTRL); -+ DBG_871X_LEVEL(_drv_always_, -+ "Loop index: %d :0x%02x\n", -+ trycnt, mstatus); -+ trycnt--; -+ rtw_msleep_os(20); -+ } -+ -+ if (mstatus & BIT1) -+ res = _FALSE; -+ else -+ res = _TRUE; -+ } -+ DBG_871X_LEVEL(_drv_always_, "%s check_type: %d res: %d trycnt: %d\n", -+ __func__, chk_type, res, (25 - trycnt)); -+ return res; -+} -+ -+#ifdef CONFIG_PNO_SUPPORT -+static u8 rtw_hal_check_pno_enabled(_adapter *adapter) -+{ -+ struct pwrctrl_priv *ppwrpriv = adapter_to_pwrctl(adapter); -+ u8 res = 0, count = 0; -+ u8 ret = _FALSE; -+ -+ if (ppwrpriv->wowlan_pno_enable && ppwrpriv->pno_in_resume == _FALSE) { -+ res = rtw_read8(adapter, REG_PNO_STATUS); -+ while (!(res&BIT(7)) && count < 25) { -+ DBG_871X("[%d] cmd: 0x81 REG_PNO_STATUS: 0x%02x\n", -+ count, res); -+ res = rtw_read8(adapter, REG_PNO_STATUS); -+ count++; -+ rtw_msleep_os(2); -+ } -+ if (res & BIT(7)) -+ ret = _TRUE; -+ else -+ ret = _FALSE; -+ DBG_871X("cmd: 0x81 REG_PNO_STATUS: ret(%d)\n", ret); -+ } -+ return ret; -+} -+#endif -+ -+static void rtw_hal_backup_rate(_adapter *adapter) -+{ -+ DBG_871X("%s\n", __func__); -+ /* backup data rate to register 0x8b for wowlan FW */ -+ rtw_write8(adapter, 0x8d, 1); -+ rtw_write8(adapter, 0x8c, 0); -+ rtw_write8(adapter, 0x8f, 0x40); -+ rtw_write8(adapter, 0x8b, rtw_read8(adapter, 0x2f0)); -+} -+ -+#ifdef CONFIG_GTK_OL -+static void rtw_hal_fw_sync_cam_id(_adapter *adapter) -+{ -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ u8 null_addr[] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; -+ int cam_id; -+ u32 algorithm = 0; -+ u16 ctrl = 0; -+ u8 *addr; -+ u8 index = 0; -+ u8 get_key[16]; -+ -+ addr = get_bssid(&adapter->mlmepriv); -+ -+ if (addr == NULL) { -+ DBG_871X("%s: get bssid MAC addr fail!!\n", __func__); -+ return; -+ } -+ -+ do{ -+ cam_id = rtw_camid_search(adapter, addr, index, -1); -+ if (cam_id == -1) { -+ DBG_871X("%s: cam_id: %d, key_id:%d\n", -+ __func__, cam_id, index); -+ } else if (rtw_camid_is_gk(adapter, cam_id) != _TRUE) { -+ DBG_871X("%s: cam_id: %d key_id(%d) is not GK\n", -+ __func__, cam_id, index); -+ } else { -+ rtw_sec_read_cam_ent(adapter, cam_id, NULL, NULL, get_key); -+ algorithm = psecuritypriv->dot11PrivacyAlgrthm; -+ ctrl = BIT(15) | BIT6 |(algorithm << 2) | index; -+ write_cam(adapter, index, ctrl, addr, get_key); -+ ctrl = 0; -+ write_cam(adapter, cam_id, ctrl, null_addr, get_key); -+ } -+ index++; -+ }while(index < 4); -+ -+ rtw_write8(adapter, REG_SECCFG, 0xcc); -+} -+ -+static void rtw_hal_update_gtk_offload_info(_adapter *adapter) -+{ -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ u8 default_cam_id = 0; -+ u8 cam_id=5; -+ u8 *addr; -+ u8 null_addr[] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; -+ u8 gtk_keyindex=0; -+ u8 get_key[16]; -+ u8 index = 1; -+ u16 ctrl = 0; -+ u32 algorithm = 0; -+ -+ addr = get_bssid(&adapter->mlmepriv); -+ -+ if (addr == NULL) { -+ DBG_871X("%s: get bssid MAC addr fail!!\n", __func__); -+ return; -+ } -+ -+ _rtw_memset(get_key, 0, sizeof(get_key)); -+ -+ algorithm = psecuritypriv->dot11PrivacyAlgrthm; -+ -+ if(psecuritypriv->binstallKCK_KEK == _TRUE) { -+ -+ //read gtk key index -+ gtk_keyindex = rtw_read8(adapter, 0x48c); -+ do{ -+ /* chech if GK */ -+ if (rtw_sec_read_cam_is_gk(adapter, default_cam_id) == _TRUE) { -+ rtw_sec_read_cam_ent(adapter, default_cam_id, NULL, NULL, get_key); -+ algorithm = psecuritypriv->dot11PrivacyAlgrthm; -+ /* in default cam entry, cam id = key id */ -+ ctrl = BIT(15) | BIT6 | (algorithm << 2) | default_cam_id; -+ write_cam(adapter, cam_id, ctrl, addr, get_key); -+ cam_id++; -+ ctrl = 0; -+ write_cam(adapter, default_cam_id, ctrl, null_addr, get_key); -+ } -+ -+ if (gtk_keyindex < 4 && (default_cam_id == gtk_keyindex)) { -+ psecuritypriv->dot118021XGrpKeyid = gtk_keyindex; -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].skey, -+ get_key, 16); -+ -+ DBG_871X_LEVEL(_drv_always_, "GTK (%d) = 0x%08x, 0x%08x, 0x%08x, 0x%08x\n", -+ gtk_keyindex, -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[0], -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[1], -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[2], -+ psecuritypriv->dot118021XGrpKey[psecuritypriv->dot118021XGrpKeyid].lkey[3]); -+ } -+ default_cam_id++; -+ } while (default_cam_id < 4); -+ -+ rtw_write8(adapter, REG_SECCFG, 0x0c); -+#ifdef CONFIG_GTK_OL_DBG -+ //if (gtk_keyindex != 5) -+ dump_sec_cam(RTW_DBGDUMP, adapter); -+#endif -+ } -+} -+#endif -+ -+static void rtw_hal_update_tx_iv(_adapter *adapter) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ u64 iv_low = 0, iv_high = 0; -+ -+ // 3.1 read fw iv -+ iv_low = rtw_read32(adapter, REG_TXPKTBUF_IV_LOW); -+ //only low two bytes is PN, check AES_IV macro for detail -+ iv_low &= 0xffff; -+ iv_high = rtw_read32(adapter, REG_TXPKTBUF_IV_HIGH); -+ //get the real packet number -+ pwrctl->wowlan_fw_iv = iv_high << 16 | iv_low; -+ DBG_871X_LEVEL(_drv_always_, -+ "fw_iv: 0x%016llx\n", pwrctl->wowlan_fw_iv); -+ //Update TX iv data. -+ rtw_set_sec_pn(adapter); -+} -+ -+static u8 rtw_hal_set_keep_alive_cmd(_adapter *adapter, u8 enable, u8 pkt_type) -+{ -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ -+ u8 u1H2CKeepAliveParm[H2C_KEEP_ALIVE_CTRL_LEN]={0}; -+ u8 adopt = 1, check_period = 5; -+ u8 ret = _FAIL; -+ -+ DBG_871X("%s(): enable = %d\n", __func__, enable); -+ SET_H2CCMD_KEEPALIVE_PARM_ENABLE(u1H2CKeepAliveParm, enable); -+ SET_H2CCMD_KEEPALIVE_PARM_ADOPT(u1H2CKeepAliveParm, adopt); -+ SET_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(u1H2CKeepAliveParm, pkt_type); -+ SET_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(u1H2CKeepAliveParm, check_period); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_KEEP_ALIVE, -+ H2C_KEEP_ALIVE_CTRL_LEN, -+ u1H2CKeepAliveParm); -+ -+ return ret; -+} -+ -+static u8 rtw_hal_set_disconnect_decision_cmd(_adapter *adapter, u8 enable) -+{ -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ u8 u1H2CDisconDecisionParm[H2C_DISCON_DECISION_LEN]={0}; -+ u8 adopt = 1, check_period = 10, trypkt_num = 0; -+ u8 ret = _FAIL; -+ -+ DBG_871X("%s(): enable = %d\n", __func__, enable); -+ SET_H2CCMD_DISCONDECISION_PARM_ENABLE(u1H2CDisconDecisionParm, enable); -+ SET_H2CCMD_DISCONDECISION_PARM_ADOPT(u1H2CDisconDecisionParm, adopt); -+ SET_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(u1H2CDisconDecisionParm, check_period); -+ SET_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(u1H2CDisconDecisionParm, trypkt_num); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_DISCON_DECISION, -+ H2C_DISCON_DECISION_LEN, -+ u1H2CDisconDecisionParm); -+ return ret; -+} -+ -+static u8 rtw_hal_set_wowlan_ctrl_cmd(_adapter *adapter, u8 enable, u8 change_unit) -+{ -+ struct security_priv *psecpriv = &adapter->securitypriv; -+ struct pwrctrl_priv *ppwrpriv = adapter_to_pwrctl(adapter); -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ -+ u8 u1H2CWoWlanCtrlParm[H2C_WOWLAN_LEN]={0}; -+ u8 discont_wake = 1, gpionum = 0, gpio_dur = 0; -+ u8 hw_unicast = 0, gpio_pulse_cnt = 0, gpio_pulse_en = 0; -+ u8 sdio_wakeup_enable = 1; -+ u8 gpio_high_active = 0; -+ u8 pattern_en = 0; -+ u8 magic_pkt = 0; -+ u8 gpio_unit = 0; /*0: 64ns, 1: 8ms*/ -+ u8 ret = _FAIL; -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ gpio_high_active = ppwrpriv->is_high_active; -+ gpionum = WAKEUP_GPIO_IDX; -+ sdio_wakeup_enable = 0; -+#endif //CONFIG_GPIO_WAKEUP -+ -+ if (!ppwrpriv->wowlan_pno_enable) -+ magic_pkt = enable; -+ -+ if (psecpriv->dot11PrivacyAlgrthm == _WEP40_ || psecpriv->dot11PrivacyAlgrthm == _WEP104_) -+ hw_unicast = 1; -+ else -+ hw_unicast = 0; -+ -+ if (ppwrpriv->wowlan_pattern) { -+ if (enable) -+ pattern_en = 1; -+ else -+ pattern_en = 0; -+ } -+ -+ DBG_871X("%s(): enable=%d change_unit=%d\n", __func__, -+ enable, change_unit); -+ -+ /* time = (gpio_dur/2) * gpio_unit, default:256 ms */ -+ if (enable && change_unit) { -+ gpio_dur = 0x40; -+ gpio_unit = 1; -+ gpio_pulse_en = 1; -+ } -+ -+#ifdef CONFIG_PLATFORM_ARM_RK3188 -+ if (enable) { -+ gpio_pulse_en = 1; -+ gpio_pulse_cnt = 0x04; -+ } -+#endif -+ -+ SET_H2CCMD_WOWLAN_FUNC_ENABLE(u1H2CWoWlanCtrlParm, enable); -+ SET_H2CCMD_WOWLAN_PATTERN_MATCH_ENABLE(u1H2CWoWlanCtrlParm, pattern_en); -+ SET_H2CCMD_WOWLAN_MAGIC_PKT_ENABLE(u1H2CWoWlanCtrlParm, magic_pkt); -+ SET_H2CCMD_WOWLAN_UNICAST_PKT_ENABLE(u1H2CWoWlanCtrlParm, hw_unicast); -+ SET_H2CCMD_WOWLAN_ALL_PKT_DROP(u1H2CWoWlanCtrlParm, 0); -+ SET_H2CCMD_WOWLAN_GPIO_ACTIVE(u1H2CWoWlanCtrlParm, gpio_high_active); -+ -+#ifdef CONFIG_GTK_OL -+ if (enable == _TRUE) { -+ /* GTK rekey only for AES, if GTK rekey is TKIP, then wake up*/ -+ if (psecpriv->dot118021XGrpPrivacy == _AES_) -+ SET_H2CCMD_WOWLAN_REKEY_WAKE_UP(u1H2CWoWlanCtrlParm, 0); -+ else if (psecpriv->dot118021XGrpPrivacy == _TKIP_) -+ SET_H2CCMD_WOWLAN_REKEY_WAKE_UP(u1H2CWoWlanCtrlParm, 1); -+ } -+#else -+ SET_H2CCMD_WOWLAN_REKEY_WAKE_UP(u1H2CWoWlanCtrlParm, enable); -+#endif -+ SET_H2CCMD_WOWLAN_DISCONNECT_WAKE_UP(u1H2CWoWlanCtrlParm, discont_wake); -+ SET_H2CCMD_WOWLAN_GPIONUM(u1H2CWoWlanCtrlParm, gpionum); -+ SET_H2CCMD_WOWLAN_DATAPIN_WAKE_UP(u1H2CWoWlanCtrlParm, sdio_wakeup_enable); -+ -+ SET_H2CCMD_WOWLAN_GPIO_DURATION(u1H2CWoWlanCtrlParm, gpio_dur); -+ SET_H2CCMD_WOWLAN_CHANGE_UNIT(u1H2CWoWlanCtrlParm, gpio_unit); -+ -+ SET_H2CCMD_WOWLAN_GPIO_PULSE_EN(u1H2CWoWlanCtrlParm, gpio_pulse_en); -+ SET_H2CCMD_WOWLAN_GPIO_PULSE_COUNT(u1H2CWoWlanCtrlParm, gpio_pulse_cnt); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_WOWLAN, -+ H2C_WOWLAN_LEN, -+ u1H2CWoWlanCtrlParm); -+ return ret; -+} -+ -+static u8 rtw_hal_set_remote_wake_ctrl_cmd(_adapter *adapter, u8 enable) -+{ -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ struct security_priv* psecuritypriv=&(adapter->securitypriv); -+ struct pwrctrl_priv *ppwrpriv = adapter_to_pwrctl(adapter); -+ u8 u1H2CRemoteWakeCtrlParm[H2C_REMOTE_WAKE_CTRL_LEN]={0}; -+ u8 ret = _FAIL, count = 0; -+ -+ DBG_871X("%s(): enable=%d\n", __func__, enable); -+ -+ if (!ppwrpriv->wowlan_pno_enable) { -+ SET_H2CCMD_REMOTE_WAKECTRL_ENABLE( -+ u1H2CRemoteWakeCtrlParm, enable); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_OFFLOAD_EN( -+ u1H2CRemoteWakeCtrlParm, 1); -+#ifdef CONFIG_GTK_OL -+ if (psecuritypriv->binstallKCK_KEK == _TRUE && -+ psecuritypriv->dot11PrivacyAlgrthm == _AES_) { -+ SET_H2CCMD_REMOTE_WAKE_CTRL_GTK_OFFLOAD_EN( -+ u1H2CRemoteWakeCtrlParm, 1); -+ } else { -+ DBG_871X("no kck or security is not AES\n"); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_GTK_OFFLOAD_EN( -+ u1H2CRemoteWakeCtrlParm, 0); -+ } -+#endif //CONFIG_GTK_OL -+ -+ SET_H2CCMD_REMOTE_WAKE_CTRL_FW_UNICAST_EN( -+ u1H2CRemoteWakeCtrlParm, -+ !ppwrpriv->wowlan_pattern); -+ -+ /* -+ * filter NetBios name service pkt to avoid being waked-up -+ * by this kind of unicast pkt this exceptional modification -+ * is used for match competitor's behavior -+ */ -+ SET_H2CCMD_REMOTE_WAKE_CTRL_NBNS_FILTER_EN( -+ u1H2CRemoteWakeCtrlParm, !ppwrpriv->wowlan_pattern); -+ -+ if ((psecuritypriv->dot11PrivacyAlgrthm == _AES_) || -+ (psecuritypriv->dot11PrivacyAlgrthm == _NO_PRIVACY_)) { -+ SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_ACTION( -+ u1H2CRemoteWakeCtrlParm, 0); -+ } else { -+ SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_ACTION( -+ u1H2CRemoteWakeCtrlParm, 1); -+ } -+ -+ SET_H2CCMD_REMOTE_WAKE_CTRL_FW_PARSING_UNTIL_WAKEUP( -+ u1H2CRemoteWakeCtrlParm, 1); -+ } -+#ifdef CONFIG_PNO_SUPPORT -+ else { -+ SET_H2CCMD_REMOTE_WAKECTRL_ENABLE( -+ u1H2CRemoteWakeCtrlParm, enable); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_NLO_OFFLOAD_EN( -+ u1H2CRemoteWakeCtrlParm, enable); -+ } -+#endif -+ -+#ifdef CONFIG_P2P_WOWLAN -+ if (_TRUE == ppwrpriv->wowlan_p2p_mode) -+ { -+ DBG_871X("P2P OFFLOAD ENABLE\n"); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_P2P_OFFLAD_EN(u1H2CRemoteWakeCtrlParm,1); -+ } -+ else -+ { -+ DBG_871X("P2P OFFLOAD DISABLE\n"); -+ SET_H2CCMD_REMOTE_WAKE_CTRL_P2P_OFFLAD_EN(u1H2CRemoteWakeCtrlParm,0); -+ } -+#endif //CONFIG_P2P_WOWLAN -+ -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_REMOTE_WAKE_CTRL, -+ H2C_REMOTE_WAKE_CTRL_LEN, -+ u1H2CRemoteWakeCtrlParm); -+ return ret; -+} -+ -+static u8 rtw_hal_set_global_info_cmd(_adapter* adapter, u8 group_alg, u8 pairwise_alg) -+{ -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ u8 ret = _FAIL; -+ u8 u1H2CAOACGlobalInfoParm[H2C_AOAC_GLOBAL_INFO_LEN]={0}; -+ -+ DBG_871X("%s(): group_alg=%d pairwise_alg=%d\n", -+ __func__, group_alg, pairwise_alg); -+ SET_H2CCMD_AOAC_GLOBAL_INFO_PAIRWISE_ENC_ALG(u1H2CAOACGlobalInfoParm, -+ pairwise_alg); -+ SET_H2CCMD_AOAC_GLOBAL_INFO_GROUP_ENC_ALG(u1H2CAOACGlobalInfoParm, -+ group_alg); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_AOAC_GLOBAL_INFO, -+ H2C_AOAC_GLOBAL_INFO_LEN, -+ u1H2CAOACGlobalInfoParm); -+ -+ return ret; -+} -+ -+#ifdef CONFIG_PNO_SUPPORT -+static u8 rtw_hal_set_scan_offload_info_cmd(_adapter* adapter, -+ PRSVDPAGE_LOC rsvdpageloc, u8 enable) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(adapter); -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ -+ u8 u1H2CScanOffloadInfoParm[H2C_SCAN_OFFLOAD_CTRL_LEN]={0}; -+ u8 res = 0, count = 0, ret = _FAIL; -+ -+ DBG_871X("%s: loc_probe_packet:%d, loc_scan_info: %d loc_ssid_info:%d\n", -+ __func__, rsvdpageloc->LocProbePacket, -+ rsvdpageloc->LocScanInfo, rsvdpageloc->LocSSIDInfo); -+ -+ SET_H2CCMD_AOAC_NLO_FUN_EN(u1H2CScanOffloadInfoParm, enable); -+ SET_H2CCMD_AOAC_NLO_IPS_EN(u1H2CScanOffloadInfoParm, enable); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_SCAN_INFO(u1H2CScanOffloadInfoParm, -+ rsvdpageloc->LocScanInfo); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_PROBE_PACKET(u1H2CScanOffloadInfoParm, -+ rsvdpageloc->LocProbePacket); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_SSID_INFO(u1H2CScanOffloadInfoParm, -+ rsvdpageloc->LocSSIDInfo); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_D0_SCAN_OFFLOAD_INFO, -+ H2C_SCAN_OFFLOAD_CTRL_LEN, -+ u1H2CScanOffloadInfoParm); -+ return ret; -+} -+#endif //CONFIG_PNO_SUPPORT -+ -+void rtw_hal_set_fw_wow_related_cmd(_adapter* padapter, u8 enable) -+{ -+ struct security_priv *psecpriv = &padapter->securitypriv; -+ struct pwrctrl_priv *ppwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_info *psta = NULL; -+ u16 media_status_rpt; -+ u8 pkt_type = 0; -+ u8 ret = _SUCCESS; -+ -+ DBG_871X_LEVEL(_drv_always_, "+%s()+: enable=%d\n", __func__, enable); -+_func_enter_; -+ -+ rtw_hal_set_wowlan_ctrl_cmd(padapter, enable, _FALSE); -+ -+ if (enable) { -+ rtw_hal_set_global_info_cmd(padapter, -+ psecpriv->dot118021XGrpPrivacy, -+ psecpriv->dot11PrivacyAlgrthm); -+ -+ if (!(ppwrpriv->wowlan_pno_enable)) { -+ rtw_hal_set_disconnect_decision_cmd(padapter, enable); -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ if ((psecpriv->dot11PrivacyAlgrthm == _WEP40_) || -+ (psecpriv->dot11PrivacyAlgrthm == _WEP104_)) -+ pkt_type = 0; -+ else -+ pkt_type = 1; -+#else -+ pkt_type = 0; -+#endif //CONFIG_ARP_KEEP_ALIVE -+ rtw_hal_set_keep_alive_cmd(padapter, enable, pkt_type); -+ } -+ rtw_hal_set_remote_wake_ctrl_cmd(padapter, enable); -+#ifdef CONFIG_PNO_SUPPORT -+ rtw_hal_check_pno_enabled(padapter); -+#endif //CONFIG_PNO_SUPPORT -+ } else { -+#if 0 -+ { -+ u32 PageSize = 0; -+ rtw_hal_get_def_var(padapter, HAL_DEF_TX_PAGE_SIZE, (u8 *)&PageSize); -+ dump_TX_FIFO(padapter, 4, PageSize); -+ } -+#endif -+ -+ rtw_hal_set_remote_wake_ctrl_cmd(padapter, enable); -+ } -+_func_exit_; -+ DBG_871X_LEVEL(_drv_always_, "-%s()-\n", __func__); -+} -+#endif //CONFIG_WOWLAN -+ -+#ifdef CONFIG_AP_WOWLAN -+static u8 rtw_hal_set_ap_wowlan_ctrl_cmd(_adapter *adapter, u8 enable) -+{ -+ struct security_priv *psecpriv = &adapter->securitypriv; -+ struct pwrctrl_priv *ppwrpriv = adapter_to_pwrctl(adapter); -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ -+ u8 u1H2CAPWoWlanCtrlParm[H2C_AP_WOW_GPIO_CTRL_LEN] = {0}; -+ u8 gpionum = 0, gpio_dur = 0; -+ u8 gpio_pulse = enable; -+ u8 sdio_wakeup_enable = 1; -+ u8 gpio_high_active = 0; -+ u8 ret = _FAIL; -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ gpio_high_active = ppwrpriv->is_high_active; -+ gpionum = WAKEUP_GPIO_IDX; -+ sdio_wakeup_enable = 0; -+#endif /*CONFIG_GPIO_WAKEUP*/ -+ -+ DBG_871X("%s(): enable=%d\n", __func__, enable); -+ -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_INDEX(u1H2CAPWoWlanCtrlParm, -+ gpionum); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_PLUS(u1H2CAPWoWlanCtrlParm, -+ gpio_pulse); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_HIGH_ACTIVE(u1H2CAPWoWlanCtrlParm, -+ gpio_high_active); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_EN(u1H2CAPWoWlanCtrlParm, -+ enable); -+ SET_H2CCMD_AP_WOW_GPIO_CTRL_DURATION(u1H2CAPWoWlanCtrlParm, -+ gpio_dur); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_AP_WOW_GPIO_CTRL, -+ H2C_AP_WOW_GPIO_CTRL_LEN, -+ u1H2CAPWoWlanCtrlParm); -+ -+ return ret; -+} -+ -+static u8 rtw_hal_set_ap_offload_ctrl_cmd(_adapter *adapter, u8 enable) -+{ -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ u8 u1H2CAPOffloadCtrlParm[H2C_WOWLAN_LEN] = {0}; -+ u8 ret = _FAIL; -+ -+ DBG_871X("%s(): bFuncEn=%d\n", __func__, enable); -+ -+ SET_H2CCMD_AP_WOWLAN_EN(u1H2CAPOffloadCtrlParm, enable); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_AP_OFFLOAD, -+ H2C_AP_OFFLOAD_LEN, -+ u1H2CAPOffloadCtrlParm); -+ -+ return ret; -+} -+ -+static u8 rtw_hal_set_ap_ps_cmd(_adapter *adapter, u8 enable) -+{ -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ u8 ap_ps_parm[H2C_AP_PS_LEN] = {0}; -+ u8 ret = _FAIL; -+ -+ DBG_871X("%s(): enable=%d\n" , __func__ , enable); -+ -+ SET_H2CCMD_AP_WOW_PS_EN(ap_ps_parm, enable); -+#ifndef CONFIG_USB_HCI -+ SET_H2CCMD_AP_WOW_PS_32K_EN(ap_ps_parm, enable); -+#endif /*CONFIG_USB_HCI*/ -+ SET_H2CCMD_AP_WOW_PS_RF(ap_ps_parm, enable); -+ -+ if (enable) -+ SET_H2CCMD_AP_WOW_PS_DURATION(ap_ps_parm, 0x32); -+ else -+ SET_H2CCMD_AP_WOW_PS_DURATION(ap_ps_parm, 0x0); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, H2C_SAP_PS_, -+ H2C_AP_PS_LEN, ap_ps_parm); -+ -+ return ret; -+} -+ -+static void rtw_hal_set_ap_rsvdpage_loc_cmd(PADAPTER padapter, -+ PRSVDPAGE_LOC rsvdpageloc) -+{ -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ u8 rsvdparm[H2C_AOAC_RSVDPAGE_LOC_LEN] = {0}; -+ u8 ret = _FAIL, header = 0; -+ -+ if (pHalFunc->fill_h2c_cmd == NULL) { -+ DBG_871X("%s: Please hook fill_h2c_cmd first!\n", __func__); -+ return; -+ } -+ -+ header = rtw_read8(padapter, REG_BCNQ_BDNY); -+ -+ DBG_871X("%s: beacon: %d, probeRsp: %d, header:0x%02x\n", __func__, -+ rsvdpageloc->LocApOffloadBCN, -+ rsvdpageloc->LocProbeRsp, -+ header); -+ -+ SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_BCN(rsvdparm, -+ rsvdpageloc->LocApOffloadBCN + header); -+ -+ ret = rtw_hal_fill_h2c_cmd(padapter, H2C_BCN_RSVDPAGE, -+ H2C_BCN_RSVDPAGE_LEN, rsvdparm); -+ -+ if (ret == _FAIL) -+ DBG_871X("%s: H2C_BCN_RSVDPAGE cmd fail\n", __func__); -+ -+ rtw_msleep_os(10); -+ -+ _rtw_memset(&rsvdparm, 0, sizeof(rsvdparm)); -+ -+ SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_ProbeRsp(rsvdparm, -+ rsvdpageloc->LocProbeRsp + header); -+ -+ ret = rtw_hal_fill_h2c_cmd(padapter, H2C_PROBERSP_RSVDPAGE, -+ H2C_PROBERSP_RSVDPAGE_LEN, rsvdparm); -+ -+ if (ret == _FAIL) -+ DBG_871X("%s: H2C_PROBERSP_RSVDPAGE cmd fail\n", __func__); -+ -+ rtw_msleep_os(10); -+} -+ -+static void rtw_hal_set_fw_ap_wow_related_cmd(_adapter *padapter, u8 enable) -+{ -+ rtw_hal_set_ap_offload_ctrl_cmd(padapter, enable); -+ rtw_hal_set_ap_wowlan_ctrl_cmd(padapter, enable); -+ rtw_hal_set_ap_ps_cmd(padapter, enable); -+} -+ -+static void rtw_hal_ap_wow_enable(_adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ struct sta_info *psta = NULL; -+#ifdef DBG_CHECK_FW_PS_STATE -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+#endif /*DBG_CHECK_FW_PS_STATE*/ -+ int res; -+ u16 media_status_rpt; -+ -+ DBG_871X("%s, WOWLAN_AP_ENABLE\n", __func__); -+#ifdef DBG_CHECK_FW_PS_STATE -+ if (rtw_fw_ps_state(padapter) == _FAIL) { -+ pdbgpriv->dbg_enwow_dload_fw_fail_cnt++; -+ DBG_871X_LEVEL(_drv_always_, "wowlan enable no leave 32k\n"); -+ } -+#endif /*DBG_CHECK_FW_PS_STATE*/ -+ -+ /* 1. Download WOWLAN FW*/ -+ if (pHalFunc->hal_set_wowlan_fw != NULL) -+ pHalFunc->hal_set_wowlan_fw(padapter, _TRUE); -+ else -+ DBG_871X("hal_set_wowlan_fw is null\n"); -+ -+ media_status_rpt = RT_MEDIA_CONNECT; -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_JOINBSSRPT, -+ (u8 *)&media_status_rpt); -+ -+ issue_beacon(padapter, 0); -+ -+ rtw_msleep_os(2); -+ -+ if (IS_HARDWARE_TYPE_8188E(padapter)) -+ rtw_hal_disable_tx_report(padapter); -+ -+ /* RX DMA stop */ -+ res = rtw_hal_pause_rx_dma(padapter); -+ if (res == _FAIL) -+ DBG_871X_LEVEL(_drv_always_, "[WARNING] pause RX DMA fail\n"); -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ /* Enable CPWM2 only. */ -+ res = rtw_hal_enable_cpwm2(padapter); -+ if (res == _FAIL) -+ DBG_871X_LEVEL(_drv_always_, "[WARNING] enable cpwm2 fail\n"); -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ rtw_hal_switch_gpio_wl_ctrl(padapter, WAKEUP_GPIO_IDX, _TRUE); -+#endif -+ /* 5. Set Enable WOWLAN H2C command. */ -+ DBG_871X_LEVEL(_drv_always_, "Set Enable AP WOWLan cmd\n"); -+ rtw_hal_set_fw_ap_wow_related_cmd(padapter, 1); -+ -+ rtw_write8(padapter, REG_MCUTST_WOWLAN, 0); -+#ifdef CONFIG_USB_HCI -+ if (padapter->intf_stop) -+ padapter->intf_stop(padapter); -+#ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter))/*free buddy adapter's resource*/ -+ padapter->pbuddy_adapter->intf_stop(padapter->pbuddy_adapter); -+#endif /*CONFIG_CONCURRENT_MODE*/ -+ /* Invoid SE0 reset signal during suspending*/ -+ rtw_write8(padapter, REG_RSV_CTRL, 0x20); -+ rtw_write8(padapter, REG_RSV_CTRL, 0x60); -+#endif /*CONFIG_USB_HCI*/ -+} -+ -+static void rtw_hal_ap_wow_disable(_adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+#ifdef DBG_CHECK_FW_PS_STATE -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+#endif /*DBG_CHECK_FW_PS_STATE*/ -+ u16 media_status_rpt; -+ u8 val8; -+ -+ DBG_871X("%s, WOWLAN_AP_DISABLE\n", __func__); -+ /* 1. Read wakeup reason*/ -+ pwrctl->wowlan_wake_reason = rtw_read8(padapter, REG_MCUTST_WOWLAN); -+ -+ DBG_871X_LEVEL(_drv_always_, "wakeup_reason: 0x%02x\n", -+ pwrctl->wowlan_wake_reason); -+ -+ rtw_hal_set_fw_ap_wow_related_cmd(padapter, 0); -+ -+ rtw_msleep_os(2); -+#ifdef DBG_CHECK_FW_PS_STATE -+ if (rtw_fw_ps_state(padapter) == _FAIL) { -+ pdbgpriv->dbg_diswow_dload_fw_fail_cnt++; -+ DBG_871X_LEVEL(_drv_always_, "wowlan enable no leave 32k\n"); -+ } -+#endif /*DBG_CHECK_FW_PS_STATE*/ -+ -+ if (IS_HARDWARE_TYPE_8188E(padapter)) -+ rtw_hal_enable_tx_report(padapter); -+ -+ rtw_hal_force_enable_rxdma(padapter); -+ -+ if (pHalFunc->hal_set_wowlan_fw != NULL) -+ pHalFunc->hal_set_wowlan_fw(padapter, _FALSE); -+ else -+ DBG_871X("hal_set_wowlan_fw is null\n"); -+#ifdef CONFIG_GPIO_WAKEUP -+ val8 = (pwrctl->is_high_active == 0) ? 1 : 0; -+ DBG_871X_LEVEL(_drv_always_, "Set Wake GPIO to default(%d).\n", val8); -+ rtw_hal_set_output_gpio(padapter, WAKEUP_GPIO_IDX, val8); -+ rtw_hal_switch_gpio_wl_ctrl(padapter, WAKEUP_GPIO_IDX, _FALSE); -+#endif -+ media_status_rpt = RT_MEDIA_CONNECT; -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_H2C_FW_JOINBSSRPT, -+ (u8 *)&media_status_rpt); -+ -+ issue_beacon(padapter, 0); -+} -+#endif /*CONFIG_AP_WOWLAN*/ -+ -+#ifdef CONFIG_P2P_WOWLAN -+static int update_hidden_ssid(u8 *ies, u32 ies_len, u8 hidden_ssid_mode) -+{ -+ u8 *ssid_ie; -+ sint ssid_len_ori; -+ int len_diff = 0; -+ -+ ssid_ie = rtw_get_ie(ies, WLAN_EID_SSID, &ssid_len_ori, ies_len); -+ -+ //DBG_871X("%s hidden_ssid_mode:%u, ssid_ie:%p, ssid_len_ori:%d\n", __FUNCTION__, hidden_ssid_mode, ssid_ie, ssid_len_ori); -+ -+ if(ssid_ie && ssid_len_ori>0) -+ { -+ switch(hidden_ssid_mode) -+ { -+ case 1: -+ { -+ u8 *next_ie = ssid_ie + 2 + ssid_len_ori; -+ u32 remain_len = 0; -+ -+ remain_len = ies_len -(next_ie-ies); -+ -+ ssid_ie[1] = 0; -+ _rtw_memcpy(ssid_ie+2, next_ie, remain_len); -+ len_diff -= ssid_len_ori; -+ -+ break; -+ } -+ case 2: -+ _rtw_memset(&ssid_ie[2], 0, ssid_len_ori); -+ break; -+ default: -+ break; -+ } -+ } -+ -+ return len_diff; -+} -+ -+static void rtw_hal_construct_P2PBeacon(_adapter *padapter, u8 *pframe, u32 *pLength) -+{ -+ //struct xmit_frame *pmgntframe; -+ //struct pkt_attrib *pattrib; -+ //unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ unsigned int rate_len; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ u32 pktlen; -+//#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+// _irqL irqL; -+// struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+//#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+ //for debug -+ u8 *dbgbuf = pframe; -+ u8 dbgbufLen = 0, index = 0; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+//#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+// _enter_critical_bh(&pmlmepriv->bcn_update_lock, &irqL); -+//#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ //pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_BEACON); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pktlen = sizeof (struct rtw_ieee80211_hdr_3addr); -+ -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ //DBG_871X("ie len=%d\n", cur_network->IELength); -+#ifdef CONFIG_P2P -+ // for P2P : Primary Device Type & Device Name -+ u32 wpsielen=0, insert_len=0; -+ u8 *wpsie=NULL; -+ wpsie = rtw_get_wps_ie(cur_network->IEs+_FIXED_IE_LENGTH_, cur_network->IELength-_FIXED_IE_LENGTH_, NULL, &wpsielen); -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen>0) -+ { -+ uint wps_offset, remainder_ielen; -+ u8 *premainder_ie, *pframe_wscie; -+ -+ wps_offset = (uint)(wpsie - cur_network->IEs); -+ -+ premainder_ie = wpsie + wpsielen; -+ -+ remainder_ielen = cur_network->IELength - wps_offset - wpsielen; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(pmlmepriv->wps_beacon_ie && pmlmepriv->wps_beacon_ie_len>0) -+ { -+ _rtw_memcpy(pframe, cur_network->IEs, wps_offset); -+ pframe += wps_offset; -+ pktlen += wps_offset; -+ -+ _rtw_memcpy(pframe, pmlmepriv->wps_beacon_ie, pmlmepriv->wps_beacon_ie_len); -+ pframe += pmlmepriv->wps_beacon_ie_len; -+ pktlen += pmlmepriv->wps_beacon_ie_len; -+ -+ //copy remainder_ie to pframe -+ _rtw_memcpy(pframe, premainder_ie, remainder_ielen); -+ pframe += remainder_ielen; -+ pktlen += remainder_ielen; -+ } -+ else -+ { -+ _rtw_memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ pframe += cur_network->IELength; -+ pktlen += cur_network->IELength; -+ } -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ pframe_wscie = pframe + wps_offset; -+ _rtw_memcpy(pframe, cur_network->IEs, wps_offset+wpsielen); -+ pframe += (wps_offset + wpsielen); -+ pktlen += (wps_offset + wpsielen); -+ -+ //now pframe is end of wsc ie, insert Primary Device Type & Device Name -+ // Primary Device Type -+ // Type: -+ *(u16*) ( pframe + insert_len) = cpu_to_be16( WPS_ATTR_PRIMARY_DEV_TYPE ); -+ insert_len += 2; -+ -+ // Length: -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( 0x0008 ); -+ insert_len += 2; -+ -+ // Value: -+ // Category ID -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ insert_len += 2; -+ -+ // OUI -+ *(u32*) ( pframe + insert_len ) = cpu_to_be32( WPSOUI ); -+ insert_len += 4; -+ -+ // Sub Category ID -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ insert_len += 2; -+ -+ -+ // Device Name -+ // Type: -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ insert_len += 2; -+ -+ // Length: -+ *(u16*) ( pframe + insert_len ) = cpu_to_be16( pwdinfo->device_name_len ); -+ insert_len += 2; -+ -+ // Value: -+ _rtw_memcpy( pframe + insert_len, pwdinfo->device_name, pwdinfo->device_name_len ); -+ insert_len += pwdinfo->device_name_len; -+ -+ -+ //update wsc ie length -+ *(pframe_wscie+1) = (wpsielen -2) + insert_len; -+ -+ //pframe move to end -+ pframe+=insert_len; -+ pktlen += insert_len; -+ -+ //copy remainder_ie to pframe -+ _rtw_memcpy(pframe, premainder_ie, remainder_ielen); -+ pframe += remainder_ielen; -+ pktlen += remainder_ielen; -+ } -+ } -+ else -+#endif //CONFIG_P2P -+ { -+ int len_diff; -+ _rtw_memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ len_diff = update_hidden_ssid( -+ pframe+_BEACON_IE_OFFSET_ -+ , cur_network->IELength-_BEACON_IE_OFFSET_ -+ , pmlmeinfo->hidden_ssid_mode -+ ); -+ pframe += (cur_network->IELength+len_diff); -+ pktlen += (cur_network->IELength+len_diff); -+ } -+#if 0 -+ { -+ u8 *wps_ie; -+ uint wps_ielen; -+ u8 sr = 0; -+ wps_ie = rtw_get_wps_ie(pmgntframe->buf_addr+TXDESC_OFFSET+sizeof (struct rtw_ieee80211_hdr_3addr)+_BEACON_IE_OFFSET_, -+ pattrib->pktlen-sizeof (struct rtw_ieee80211_hdr_3addr)-_BEACON_IE_OFFSET_, NULL, &wps_ielen); -+ if (wps_ie && wps_ielen>0) { -+ rtw_get_wps_attr_content(wps_ie, wps_ielen, WPS_ATTR_SELECTED_REGISTRAR, (u8*)(&sr), NULL); -+ } -+ if (sr != 0) -+ set_fwstate(pmlmepriv, WIFI_UNDER_WPS); -+ else -+ _clr_fwstate_(pmlmepriv, WIFI_UNDER_WPS); -+ } -+#endif -+#ifdef CONFIG_P2P -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ u32 len; -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ len = pmlmepriv->p2p_beacon_ie_len; -+ if(pmlmepriv->p2p_beacon_ie && len>0) -+ _rtw_memcpy(pframe, pmlmepriv->p2p_beacon_ie, len); -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ len = build_beacon_p2p_ie(pwdinfo, pframe); -+ } -+ -+ pframe += len; -+ pktlen += len; -+#ifdef CONFIG_WFD -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(_TRUE == pwdinfo->wfd_info->wfd_enable) -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ len = build_beacon_wfd_ie( pwdinfo, pframe ); -+ } -+#ifdef CONFIG_IOCTL_CFG80211 -+ else -+ { -+ len = 0; -+ if(pmlmepriv->wfd_beacon_ie && pmlmepriv->wfd_beacon_ie_len>0) -+ { -+ len = pmlmepriv->wfd_beacon_ie_len; -+ _rtw_memcpy(pframe, pmlmepriv->wfd_beacon_ie, len); -+ } -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+ pframe += len; -+ pktlen += len; -+#endif //CONFIG_WFD -+ } -+#endif //CONFIG_P2P -+ -+ goto _issue_bcn; -+ -+ } -+ -+ //below for ad-hoc mode -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ pktlen += 8; -+ -+ // beacon interval: 2 bytes -+ -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ // capability info: 2 bytes -+ -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pktlen); -+ -+ // supported rates... -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8)? 8: rate_len), cur_network->SupportedRates, &pktlen); -+ -+ // DS parameter set -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pktlen); -+ -+ //if( (pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ u8 erpinfo=0; -+ u32 ATIMWindow; -+ // IBSS Parameter Set... -+ //ATIMWindow = cur->Configuration.ATIMWindow; -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pktlen); -+ -+ //ERP IE -+ pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pktlen); -+ } -+ -+ -+ // EXTERNDED SUPPORTED RATE -+ if (rate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pktlen); -+ } -+ -+ -+ //todo:HT for adhoc -+ -+_issue_bcn: -+ -+//#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+// pmlmepriv->update_bcn = _FALSE; -+// -+// _exit_critical_bh(&pmlmepriv->bcn_update_lock, &irqL); -+//#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ -+ *pLength = pktlen; -+#if 0 -+ // printf dbg msg -+ dbgbufLen = pktlen; -+ DBG_871X("======> DBG MSG FOR CONSTRAUCT P2P BEACON\n"); -+ -+ for(index=0;indexxmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ //WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u16 beacon_interval = 100; -+ u16 capInfo = 0; -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ u8 wpsie[255] = { 0x00 }; -+ u32 wpsielen = 0, p2pielen = 0; -+ u32 pktlen; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+#ifdef CONFIG_INTEL_WIDI -+ u8 zero_array_check[L2SDTA_SERVICE_VE_LEN] = { 0x00 }; -+#endif //CONFIG_INTEL_WIDI -+ -+ //for debug -+ u8 *dbgbuf = pframe; -+ u8 dbgbufLen = 0, index = 0; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ mac = adapter_mac_addr(padapter); -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ //DA filled by FW -+ _rtw_memset(pwlanhdr->addr1, 0, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ -+ // Use the device address for BSSID field. -+ _rtw_memcpy(pwlanhdr->addr3, mac, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(fctrl, WIFI_PROBERSP); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pframe += pktlen; -+ -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ pktlen += 8; -+ -+ // beacon interval: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *) &beacon_interval, 2); -+ pframe += 2; -+ pktlen += 2; -+ -+ // capability info: 2 bytes -+ // ESS and IBSS bits must be 0 (defined in the 3.1.2.1.1 of WiFi Direct Spec) -+ capInfo |= cap_ShortPremble; -+ capInfo |= cap_ShortSlot; -+ -+ _rtw_memcpy(pframe, (unsigned char *) &capInfo, 2); -+ pframe += 2; -+ pktlen += 2; -+ -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, 7, pwdinfo->p2p_wildcard_ssid, &pktlen); -+ -+ // supported rates... -+ // Use the OFDM rate in the P2P probe response frame. ( 6(B), 9(B), 12, 18, 24, 36, 48, 54 ) -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, 8, pwdinfo->support_rate, &pktlen); -+ -+ // DS parameter set -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&pwdinfo->listen_channel, &pktlen); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if(pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if( pmlmepriv->wps_probe_resp_ie != NULL && pmlmepriv->p2p_probe_resp_ie != NULL ) -+ { -+ //WPS IE -+ _rtw_memcpy(pframe, pmlmepriv->wps_probe_resp_ie, pmlmepriv->wps_probe_resp_ie_len); -+ pktlen += pmlmepriv->wps_probe_resp_ie_len; -+ pframe += pmlmepriv->wps_probe_resp_ie_len; -+ -+ //P2P IE -+ _rtw_memcpy(pframe, pmlmepriv->p2p_probe_resp_ie, pmlmepriv->p2p_probe_resp_ie_len); -+ pktlen += pmlmepriv->p2p_probe_resp_ie_len; -+ pframe += pmlmepriv->p2p_probe_resp_ie_len; -+ } -+ } -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ -+ // Todo: WPS IE -+ // Noted by Albert 20100907 -+ // According to the WPS specification, all the WPS attribute is presented by Big Endian. -+ -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+#ifdef CONFIG_INTEL_WIDI -+ // Commented by Kurt -+ // Appended WiDi info. only if we did issued_probereq_widi(), and then we saved ven. ext. in pmlmepriv->sa_ext. -+ if( _rtw_memcmp(pmlmepriv->sa_ext, zero_array_check, L2SDTA_SERVICE_VE_LEN) == _FALSE -+ || pmlmepriv->num_p2p_sdt != 0 ) -+ { -+ //Sec dev type -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_SEC_DEV_TYPE_LIST ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0008 ); -+ wpsielen += 2; -+ -+ // Value: -+ // Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_CID_DISPLAYS ); -+ wpsielen += 2; -+ -+ // OUI -+ *(u32*) ( wpsie + wpsielen ) = cpu_to_be32( INTEL_DEV_TYPE_OUI ); -+ wpsielen += 4; -+ -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_SCID_WIDI_CONSUMER_SINK ); -+ wpsielen += 2; -+ -+ if( _rtw_memcmp(pmlmepriv->sa_ext, zero_array_check, L2SDTA_SERVICE_VE_LEN) == _FALSE ) -+ { -+ // Vendor Extension -+ _rtw_memcpy( wpsie + wpsielen, pmlmepriv->sa_ext, L2SDTA_SERVICE_VE_LEN ); -+ wpsielen += L2SDTA_SERVICE_VE_LEN; -+ } -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+ // WiFi Simple Config State -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_SIMPLE_CONF_STATE ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_WSC_STATE_NOT_CONFIG; // Not Configured. -+ -+ // Response Type -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_RESP_TYPE ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_RESPONSE_TYPE_8021X; -+ -+ // UUID-E -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_UUID_E ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0010 ); -+ wpsielen += 2; -+ -+ // Value: -+ if (pwdinfo->external_uuid == 0) { -+ _rtw_memset( wpsie + wpsielen, 0x0, 16 ); -+ _rtw_memcpy(wpsie + wpsielen, mac, ETH_ALEN); -+ } else { -+ _rtw_memcpy( wpsie + wpsielen, pwdinfo->uuid, 0x10 ); -+ } -+ wpsielen += 0x10; -+ -+ // Manufacturer -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_MANUFACTURER ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0007 ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, "Realtek", 7 ); -+ wpsielen += 7; -+ -+ // Model Name -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_MODEL_NAME ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0006 ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, "8192CU", 6 ); -+ wpsielen += 6; -+ -+ // Model Number -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_MODEL_NUMBER ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[ wpsielen++ ] = 0x31; // character 1 -+ -+ // Serial Number -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_SERIAL_NUMBER ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( ETH_ALEN ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, "123456" , ETH_ALEN ); -+ wpsielen += ETH_ALEN; -+ -+ // Primary Device Type -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_PRIMARY_DEV_TYPE ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0008 ); -+ wpsielen += 2; -+ -+ // Value: -+ // Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ wpsielen += 2; -+ -+ // OUI -+ *(u32*) ( wpsie + wpsielen ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ wpsielen += 2; -+ -+ // Device Name -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ wpsielen += 2; -+ -+ // Value: -+ _rtw_memcpy( wpsie + wpsielen, pwdinfo->device_name, pwdinfo->device_name_len ); -+ wpsielen += pwdinfo->device_name_len; -+ -+ // Config Method -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_CONF_METHOD ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->supported_wps_cm ); -+ wpsielen += 2; -+ -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pktlen ); -+ -+ -+ p2pielen = build_probe_resp_p2p_ie(pwdinfo, pframe); -+ pframe += p2pielen; -+ pktlen += p2pielen; -+ } -+ -+#ifdef CONFIG_WFD -+#ifdef CONFIG_IOCTL_CFG80211 -+ if ( _TRUE == pwdinfo->wfd_info->wfd_enable ) -+#endif //CONFIG_IOCTL_CFG80211 -+ { -+ wfdielen = build_probe_resp_wfd_ie(pwdinfo, pframe, 0); -+ pframe += wfdielen; -+ pktlen += wfdielen; -+ } -+#ifdef CONFIG_IOCTL_CFG80211 -+ else if (pmlmepriv->wfd_probe_resp_ie != NULL && pmlmepriv->wfd_probe_resp_ie_len>0) -+ { -+ //WFD IE -+ _rtw_memcpy(pframe, pmlmepriv->wfd_probe_resp_ie, pmlmepriv->wfd_probe_resp_ie_len); -+ pktlen += pmlmepriv->wfd_probe_resp_ie_len; -+ pframe += pmlmepriv->wfd_probe_resp_ie_len; -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+#endif //CONFIG_WFD -+ -+ *pLength = pktlen; -+ -+#if 0 -+ // printf dbg msg -+ dbgbufLen = pktlen; -+ DBG_871X("======> DBG MSG FOR CONSTRAUCT P2P Probe Rsp\n"); -+ -+ for(index=0;indexxmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+ //WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ //for debug -+ u8 *dbgbuf = pframe; -+ u8 dbgbufLen = 0, index = 0; -+ -+ DBG_871X( "%s\n", __FUNCTION__); -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ //RA, filled by FW -+ _rtw_memset(pwlanhdr->addr1, 0, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pframe += pktlen; -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pktlen)); -+ -+ //dialog token, filled by FW -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pktlen)); -+ -+ _rtw_memset( wpsie, 0x00, 255 ); -+ wpsielen = 0; -+ -+ // WPS Section -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+ // Device Password ID -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_PWID ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ if ( wps_devicepassword_id == WPS_DPID_USER_SPEC ) -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_REGISTRAR_SPEC ); -+ } -+ else if ( wps_devicepassword_id == WPS_DPID_REGISTRAR_SPEC ) -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_USER_SPEC ); -+ } -+ else -+ { -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_PBC ); -+ } -+ wpsielen += 2; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pktlen ); -+ -+ -+ // P2P IE Section. -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20100908 -+ // According to the P2P Specification, the group negoitation response frame should contain 9 P2P attributes -+ // 1. Status -+ // 2. P2P Capability -+ // 3. Group Owner Intent -+ // 4. Configuration Timeout -+ // 5. Operating Channel -+ // 6. Intended P2P Interface Address -+ // 7. Channel List -+ // 8. Device Info -+ // 9. Group ID ( Only GO ) -+ -+ -+ // ToDo: -+ -+ // P2P Status -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_STATUS; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value, filled by FW -+ p2pie[ p2pielen++ ] = 1; -+ -+ // P2P Capability -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) ) -+ { -+ // Commented by Albert 2011/03/08 -+ // According to the P2P specification -+ // if the sending device will be client, the P2P Capability should be reserved of group negotation response frame -+ p2pie[ p2pielen++ ] = 0; -+ } -+ else -+ { -+ // Be group owner or meet the error case -+ p2pie[ p2pielen++ ] = DMP_P2P_DEVCAP_SUPPORT; -+ } -+ -+ // Group Capability Bitmap, 1 byte -+ if ( pwdinfo->persistent_supported ) -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN | P2P_GRPCAP_PERSISTENT_GROUP; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = P2P_GRPCAP_CROSS_CONN; -+ } -+ -+ // Group Owner Intent -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GO_INTENT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: -+ if ( pwdinfo->peer_intent & 0x01 ) -+ { -+ // Peer's tie breaker bit is 1, our tie breaker bit should be 0 -+ p2pie[ p2pielen++ ] = ( pwdinfo->intent << 1 ); -+ } -+ else -+ { -+ // Peer's tie breaker bit is 0, our tie breaker bit should be 1 -+ p2pie[ p2pielen++ ] = ( ( pwdinfo->intent << 1 ) | BIT(0) ); -+ } -+ -+ -+ // Configuration Timeout -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CONF_TIMEOUT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P GO -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P Client -+ -+ // Operating Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ if ( pwdinfo->operating_channel <= 14 ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ else if ( ( pwdinfo->operating_channel >= 36 ) && ( pwdinfo->operating_channel <= 48 ) ) -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ else -+ { -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // operating channel number -+ -+ // Intended P2P Interface Address -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_INTENTED_IF_ADDR; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ // Channel List -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CH_LIST; -+ -+ // Country String(3) -+ // + ( Operating Class (1) + Number of Channels(1) ) * Operation Classes (?) -+ // + number of channels in all classes -+ len_channellist_attr = 3 -+ + (1 + 1) * (u16)pmlmeext->channel_list.reg_classes -+ + get_reg_classes_full_count(pmlmeext->channel_list); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 5 + 1 ); -+ } -+ else -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ } -+#else -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ -+ #endif -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Channel Entry List -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ // Operating Class -+ if ( pbuddy_mlmeext->cur_channel > 14 ) -+ { -+ if ( pbuddy_mlmeext->cur_channel >= 149 ) -+ { -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ -+ // Number of Channels -+ // Just support 1 channel and this channel is AP's channel -+ p2pie[ p2pielen++ ] = 1; -+ -+ // Channel List -+ p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; -+ } -+ else -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#else // CONFIG_CONCURRENT_MODE -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ -+ // Device Info -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ // Config Method -+ // This field should be big endian. Noted by P2P specification. -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->supported_wps_cm ); -+ -+ p2pielen += 2; -+ -+ // Primary Device Type -+ // Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_CID_MULIT_MEDIA ); -+ p2pielen += 2; -+ -+ // OUI -+ *(u32*) ( p2pie + p2pielen ) = cpu_to_be32( WPSOUI ); -+ p2pielen += 4; -+ -+ // Sub Category ID -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_PDT_SCID_MEDIA_SERVER ); -+ p2pielen += 2; -+ -+ // Number of Secondary Device Types -+ p2pie[ p2pielen++ ] = 0x00; // No Secondary Device Type List -+ -+ // Device Name -+ // Type: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( WPS_ATTR_DEVICE_NAME ); -+ p2pielen += 2; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_be16( pwdinfo->device_name_len ); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->device_name , pwdinfo->device_name_len ); -+ p2pielen += pwdinfo->device_name_len; -+ -+ if ( rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) ) -+ { -+ // Group ID Attribute -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_ID; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN + pwdinfo->nego_ssidlen ); -+ p2pielen += 2; -+ -+ // Value: -+ // p2P Device Address -+ _rtw_memcpy( p2pie + p2pielen , pwdinfo->device_addr, ETH_ALEN ); -+ p2pielen += ETH_ALEN; -+ -+ // SSID -+ _rtw_memcpy( p2pie + p2pielen, pwdinfo->nego_ssid, pwdinfo->nego_ssidlen ); -+ p2pielen += pwdinfo->nego_ssidlen; -+ -+ } -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_nego_resp_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ *pLength = pktlen; -+#if 0 -+ // printf dbg msg -+ dbgbufLen = pktlen; -+ DBG_871X("======> DBG MSG FOR CONSTRAUCT Nego Rsp\n"); -+ -+ for(index=0;indexpbuddy_adapter; -+ struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ //struct xmit_frame *pmgntframe; -+ //struct pkt_attrib *pattrib; -+ //unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+ -+ //for debug -+ u8 *dbgbuf = pframe; -+ u8 dbgbufLen = 0, index = 0; -+ -+ -+ DBG_871X( "%s\n", __FUNCTION__); -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ //RA fill by FW -+ _rtw_memset(pwlanhdr->addr1, 0, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ //BSSID fill by FW -+ _rtw_memset(pwlanhdr->addr3, 0, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pktlen)); -+ -+ //dialog token, filled by FW -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pktlen)); -+ -+ // P2P IE Section. -+ -+ // P2P OUI -+ p2pielen = 0; -+ p2pie[ p2pielen++ ] = 0x50; -+ p2pie[ p2pielen++ ] = 0x6F; -+ p2pie[ p2pielen++ ] = 0x9A; -+ p2pie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20101005 -+ // According to the P2P Specification, the P2P Invitation response frame should contain 5 P2P attributes -+ // 1. Status -+ // 2. Configuration Timeout -+ // 3. Operating Channel ( Only GO ) -+ // 4. P2P Group BSSID ( Only GO ) -+ // 5. Channel List -+ -+ // P2P Status -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_STATUS; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0001 ); -+ p2pielen += 2; -+ -+ // Value: filled by FW, defult value is FAIL INFO UNAVAILABLE -+ p2pie[ p2pielen++ ] = P2P_STATUS_FAIL_INFO_UNAVAILABLE; -+ -+ // Configuration Timeout -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CONF_TIMEOUT; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ p2pielen += 2; -+ -+ // Value: -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P GO -+ p2pie[ p2pielen++ ] = 200; // 2 seconds needed to be the P2P Client -+ -+ // due to defult value is FAIL INFO UNAVAILABLE, so the following IE is not needed -+#if 0 -+ if( status_code == P2P_STATUS_SUCCESS ) -+ { -+ if( rtw_p2p_chk_role( pwdinfo, P2P_ROLE_GO ) ) -+ { -+ // The P2P Invitation request frame asks this Wi-Fi device to be the P2P GO -+ // In this case, the P2P Invitation response frame should carry the two more P2P attributes. -+ // First one is operating channel attribute. -+ // Second one is P2P Group BSSID attribute. -+ -+ // Operating Channel -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_OPERATING_CH; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0005 ); -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Operating Class -+ p2pie[ p2pielen++ ] = 0x51; // Copy from SD7 -+ -+ // Channel Number -+ p2pie[ p2pielen++ ] = pwdinfo->operating_channel; // operating channel number -+ -+ -+ // P2P Group BSSID -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_GROUP_BSSID; -+ -+ // Length: -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( ETH_ALEN ); -+ p2pielen += 2; -+ -+ // Value: -+ // P2P Device Address for GO -+ _rtw_memcpy(p2pie + p2pielen, adapter_mac_addr(padapter), ETH_ALEN); -+ p2pielen += ETH_ALEN; -+ -+ } -+ -+ // Channel List -+ // Type: -+ p2pie[ p2pielen++ ] = P2P_ATTR_CH_LIST; -+ -+ // Length: -+ // Country String(3) -+ // + ( Operating Class (1) + Number of Channels(1) ) * Operation Classes (?) -+ // + number of channels in all classes -+ len_channellist_attr = 3 -+ + (1 + 1) * (u16)pmlmeext->channel_list.reg_classes -+ + get_reg_classes_full_count(pmlmeext->channel_list); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 5 + 1 ); -+ } -+ else -+ { -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ } -+#else -+ -+ *(u16*) ( p2pie + p2pielen ) = cpu_to_le16( len_channellist_attr ); -+ -+#endif -+ p2pielen += 2; -+ -+ // Value: -+ // Country String -+ p2pie[ p2pielen++ ] = 'X'; -+ p2pie[ p2pielen++ ] = 'X'; -+ -+ // The third byte should be set to 0x04. -+ // Described in the "Operating Channel Attribute" section. -+ p2pie[ p2pielen++ ] = 0x04; -+ -+ // Channel Entry List -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED ) ) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ // Operating Class -+ if ( pbuddy_mlmeext->cur_channel > 14 ) -+ { -+ if ( pbuddy_mlmeext->cur_channel >= 149 ) -+ { -+ p2pie[ p2pielen++ ] = 0x7c; -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x73; -+ } -+ } -+ else -+ { -+ p2pie[ p2pielen++ ] = 0x51; -+ } -+ -+ // Number of Channels -+ // Just support 1 channel and this channel is AP's channel -+ p2pie[ p2pielen++ ] = 1; -+ -+ // Channel List -+ p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; -+ } -+ else -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#else // CONFIG_CONCURRENT_MODE -+ { -+ int i, j; -+ for (j = 0; j < pmlmeext->channel_list.reg_classes; j++) { -+ // Operating Class -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].reg_class; -+ -+ // Number of Channels -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channels; -+ -+ // Channel List -+ for (i = 0; i < pmlmeext->channel_list.reg_class[j].channels; i++) { -+ p2pie[p2pielen++] = pmlmeext->channel_list.reg_class[j].channel[i]; -+ } -+ } -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ } -+#endif -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2pie, &pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_invitation_resp_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ *pLength = pktlen; -+ -+#if 0 -+ // printf dbg msg -+ dbgbufLen = pktlen; -+ DBG_871X("======> DBG MSG FOR CONSTRAUCT Invite Rsp\n"); -+ -+ for(index=0;indexxmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo); -+ -+ //for debug -+ u8 *dbgbuf = pframe; -+ u8 dbgbufLen = 0, index = 0; -+ -+ DBG_871X( "%s\n", __FUNCTION__); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ //RA filled by FW -+ _rtw_memset(pwlanhdr->addr1, 0, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr,0); -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pktlen)); -+ //dialog token, filled by FW -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pktlen)); -+ -+ wpsielen = 0; -+ // WPS OUI -+ //*(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ RTW_PUT_BE32(wpsie, WPSOUI); -+ wpsielen += 4; -+ -+#if 0 -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+#endif -+ -+ // Config Method -+ // Type: -+ //*(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_CONF_METHOD ); -+ RTW_PUT_BE16(wpsie + wpsielen, WPS_ATTR_CONF_METHOD); -+ wpsielen += 2; -+ -+ // Length: -+ //*(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ RTW_PUT_BE16(wpsie + wpsielen, 0x0002); -+ wpsielen += 2; -+ -+ // Value: filled by FW, default value is PBC -+ //*(u16*) ( wpsie + wpsielen ) = cpu_to_be16( config_method ); -+ RTW_PUT_BE16(wpsie + wpsielen, WPS_CM_PUSH_BUTTON); -+ wpsielen += 2; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pktlen ); -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_provdisc_resp_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ *pLength = pktlen; -+ -+ // printf dbg msg -+#if 0 -+ dbgbufLen = pktlen; -+ DBG_871X("======> DBG MSG FOR CONSTRAUCT ProvisionDis Rsp\n"); -+ -+ for(index=0;indexHalFunc; -+ u8 ret = _FAIL; -+ -+ DBG_871X("P2PRsvdPageLoc: P2PBeacon=%d P2PProbeRsp=%d NegoRsp=%d InviteRsp=%d PDRsp=%d\n", -+ rsvdpageloc->LocP2PBeacon, rsvdpageloc->LocP2PProbeRsp, -+ rsvdpageloc->LocNegoRsp, rsvdpageloc->LocInviteRsp, -+ rsvdpageloc->LocPDRsp); -+ -+ SET_H2CCMD_RSVDPAGE_LOC_P2P_BCN(u1H2CP2PRsvdPageParm, rsvdpageloc->LocProbeRsp); -+ SET_H2CCMD_RSVDPAGE_LOC_P2P_PROBE_RSP(u1H2CP2PRsvdPageParm, rsvdpageloc->LocPsPoll); -+ SET_H2CCMD_RSVDPAGE_LOC_P2P_NEGO_RSP(u1H2CP2PRsvdPageParm, rsvdpageloc->LocNullData); -+ SET_H2CCMD_RSVDPAGE_LOC_P2P_INVITE_RSP(u1H2CP2PRsvdPageParm, rsvdpageloc->LocQosNull); -+ SET_H2CCMD_RSVDPAGE_LOC_P2P_PD_RSP(u1H2CP2PRsvdPageParm, rsvdpageloc->LocBTQosNull); -+ -+ //FillH2CCmd8723B(padapter, H2C_8723B_P2P_OFFLOAD_RSVD_PAGE, H2C_P2PRSVDPAGE_LOC_LEN, u1H2CP2PRsvdPageParm); -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_P2P_OFFLOAD_RSVD_PAGE, -+ H2C_P2PRSVDPAGE_LOC_LEN, -+ u1H2CP2PRsvdPageParm); -+ -+ return ret; -+} -+ -+u8 rtw_hal_set_p2p_wowlan_offload_cmd(_adapter* adapter) -+{ -+ -+ u8 offload_cmd[H2C_P2P_OFFLOAD_LEN] = {0}; -+ struct wifidirect_info *pwdinfo = &(adapter->wdinfo); -+ struct P2P_WoWlan_Offload_t *p2p_wowlan_offload = (struct P2P_WoWlan_Offload_t *)offload_cmd; -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ u8 ret = _FAIL; -+ -+ _rtw_memset(p2p_wowlan_offload,0 ,sizeof(struct P2P_WoWlan_Offload_t)); -+ DBG_871X("%s\n",__func__); -+ switch(pwdinfo->role) -+ { -+ case P2P_ROLE_DEVICE: -+ DBG_871X("P2P_ROLE_DEVICE\n"); -+ p2p_wowlan_offload->role = 0; -+ break; -+ case P2P_ROLE_CLIENT: -+ DBG_871X("P2P_ROLE_CLIENT\n"); -+ p2p_wowlan_offload->role = 1; -+ break; -+ case P2P_ROLE_GO: -+ DBG_871X("P2P_ROLE_GO\n"); -+ p2p_wowlan_offload->role = 2; -+ break; -+ default: -+ DBG_871X("P2P_ROLE_DISABLE\n"); -+ break; -+ } -+ p2p_wowlan_offload->Wps_Config[0] = pwdinfo->supported_wps_cm>>8; -+ p2p_wowlan_offload->Wps_Config[1] = pwdinfo->supported_wps_cm; -+ offload_cmd = (u8*)p2p_wowlan_offload; -+ DBG_871X("p2p_wowlan_offload: %x:%x:%x\n",offload_cmd[0],offload_cmd[1],offload_cmd[2]); -+ -+ ret = rtw_hal_fill_h2c_cmd(adapter, -+ H2C_P2P_OFFLOAD, -+ H2C_P2P_OFFLOAD_LEN, -+ offload_cmd); -+ return ret; -+ -+ //FillH2CCmd8723B(adapter, H2C_8723B_P2P_OFFLOAD, sizeof(struct P2P_WoWlan_Offload_t), (u8 *)p2p_wowlan_offload); -+} -+#endif //CONFIG_P2P_WOWLAN -+ -+static void rtw_hal_construct_beacon(_adapter *padapter, -+ u8 *pframe, u32 *pLength) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 rate_len, pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ //pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_BEACON); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pktlen = sizeof (struct rtw_ieee80211_hdr_3addr); -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ pktlen += 8; -+ -+ // beacon interval: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ // capability info: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ //DBG_871X("ie len=%d\n", cur_network->IELength); -+ pktlen += cur_network->IELength - sizeof(NDIS_802_11_FIXED_IEs); -+ _rtw_memcpy(pframe, cur_network->IEs+sizeof(NDIS_802_11_FIXED_IEs), pktlen); -+ -+ goto _ConstructBeacon; -+ } -+ -+ //below for ad-hoc mode -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pktlen); -+ -+ // supported rates... -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8)? 8: rate_len), cur_network->SupportedRates, &pktlen); -+ -+ // DS parameter set -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pktlen); -+ -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ u32 ATIMWindow; -+ // IBSS Parameter Set... -+ //ATIMWindow = cur->Configuration.ATIMWindow; -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pktlen); -+ } -+ -+ -+ //todo: ERP IE -+ -+ -+ // EXTERNDED SUPPORTED RATE -+ if (rate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pktlen); -+ } -+ -+ -+ //todo:HT for adhoc -+ -+_ConstructBeacon: -+ -+ if ((pktlen + TXDESC_SIZE) > 512) -+ { -+ DBG_871X("beacon frame too large\n"); -+ return; -+ } -+ -+ *pLength = pktlen; -+ -+ //DBG_871X("%s bcn_sz=%d\n", __FUNCTION__, pktlen); -+ -+} -+ -+static void rtw_hal_construct_PSPoll(_adapter *padapter, -+ u8 *pframe, u32 *pLength) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ // Frame control. -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ SetPwrMgt(fctrl); -+ SetFrameSubType(pframe, WIFI_PSPOLL); -+ -+ // AID. -+ SetDuration(pframe, (pmlmeinfo->aid | 0xc000)); -+ -+ // BSSID. -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ // TA. -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ *pLength = 16; -+} -+ -+static void rtw_hal_construct_NullFunctionData( -+ PADAPTER padapter, -+ u8 *pframe, -+ u32 *pLength, -+ u8 *StaAddr, -+ u8 bQoS, -+ u8 AC, -+ u8 bEosp, -+ u8 bForcePowerSave) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ //DBG_871X("%s:%d\n", __FUNCTION__, bForcePowerSave); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ if (bForcePowerSave) -+ { -+ SetPwrMgt(fctrl); -+ } -+ -+ switch(cur_network->network.InfrastructureMode) -+ { -+ case Ndis802_11Infrastructure: -+ SetToDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, StaAddr, ETH_ALEN); -+ break; -+ case Ndis802_11APMode: -+ SetFrDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ break; -+ case Ndis802_11IBSS: -+ default: -+ _rtw_memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ break; -+ } -+ -+ SetSeqNum(pwlanhdr, 0); -+ -+ if (bQoS == _TRUE) { -+ struct rtw_ieee80211_hdr_3addr_qos *pwlanqoshdr; -+ -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pwlanqoshdr = (struct rtw_ieee80211_hdr_3addr_qos*)pframe; -+ SetPriority(&pwlanqoshdr->qc, AC); -+ SetEOSP(&pwlanqoshdr->qc, bEosp); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr_qos); -+ } else { -+ SetFrameSubType(pframe, WIFI_DATA_NULL); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ } -+ -+ *pLength = pktlen; -+} -+ -+void rtw_hal_construct_ProbeRsp(_adapter *padapter, u8 *pframe, u32 *pLength, -+ u8 *StaAddr, BOOLEAN bHideSSID) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u8 *mac, *bssid; -+ u32 pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ -+ /*DBG_871X("%s\n", __FUNCTION__);*/ -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ mac = adapter_mac_addr(padapter); -+ bssid = cur_network->MacAddress; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ _rtw_memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, bssid, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(fctrl, WIFI_PROBERSP); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pframe += pktlen; -+ -+ if (cur_network->IELength > MAX_IE_SZ) -+ return; -+ -+ _rtw_memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ pframe += cur_network->IELength; -+ pktlen += cur_network->IELength; -+ -+ *pLength = pktlen; -+} -+ -+#ifdef CONFIG_WOWLAN -+// -+// Description: -+// Construct the ARP response packet to support ARP offload. -+// -+static void rtw_hal_construct_ARPRsp( -+ PADAPTER padapter, -+ u8 *pframe, -+ u32 *pLength, -+ u8 *pIPAddress -+ ) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ static u8 ARPLLCHeader[8] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0x00, 0x08, 0x06}; -+ u8 *pARPRspPkt = pframe; -+ //for TKIP Cal MIC -+ u8 *payload = pframe; -+ u8 EncryptionHeadOverhead = 0; -+ //DBG_871X("%s:%d\n", __FUNCTION__, bForcePowerSave); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ //------------------------------------------------------------------------- -+ // MAC Header. -+ //------------------------------------------------------------------------- -+ SetFrameType(fctrl, WIFI_DATA); -+ //SetFrameSubType(fctrl, 0); -+ SetToDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetDuration(pwlanhdr, 0); -+ //SET_80211_HDR_FRAME_CONTROL(pARPRspPkt, 0); -+ //SET_80211_HDR_TYPE_AND_SUBTYPE(pARPRspPkt, Type_Data); -+ //SET_80211_HDR_TO_DS(pARPRspPkt, 1); -+ //SET_80211_HDR_ADDRESS1(pARPRspPkt, pMgntInfo->Bssid); -+ //SET_80211_HDR_ADDRESS2(pARPRspPkt, Adapter->CurrentAddress); -+ //SET_80211_HDR_ADDRESS3(pARPRspPkt, pMgntInfo->Bssid); -+ -+ //SET_80211_HDR_DURATION(pARPRspPkt, 0); -+ //SET_80211_HDR_FRAGMENT_SEQUENCE(pARPRspPkt, 0); -+#ifdef CONFIG_WAPI_SUPPORT -+ *pLength = sMacHdrLng; -+#else -+ *pLength = 24; -+#endif -+ switch (psecuritypriv->dot11PrivacyAlgrthm) { -+ case _WEP40_: -+ case _WEP104_: -+ EncryptionHeadOverhead = 4; -+ break; -+ case _TKIP_: -+ EncryptionHeadOverhead = 8; -+ break; -+ case _AES_: -+ EncryptionHeadOverhead = 8; -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ EncryptionHeadOverhead = 18; -+ break; -+#endif -+ default: -+ EncryptionHeadOverhead = 0; -+ } -+ -+ if(EncryptionHeadOverhead > 0) { -+ _rtw_memset(&(pframe[*pLength]), 0,EncryptionHeadOverhead); -+ *pLength += EncryptionHeadOverhead; -+ //SET_80211_HDR_WEP(pARPRspPkt, 1); //Suggested by CCW. -+ SetPrivacy(fctrl); -+ } -+ -+ //------------------------------------------------------------------------- -+ // Frame Body. -+ //------------------------------------------------------------------------- -+ pARPRspPkt = (u8*)(pframe+ *pLength); -+ payload = pARPRspPkt; //Get Payload pointer -+ // LLC header -+ _rtw_memcpy(pARPRspPkt, ARPLLCHeader, 8); -+ *pLength += 8; -+ -+ // ARP element -+ pARPRspPkt += 8; -+ SET_ARP_PKT_HW(pARPRspPkt, 0x0100); -+ SET_ARP_PKT_PROTOCOL(pARPRspPkt, 0x0008); // IP protocol -+ SET_ARP_PKT_HW_ADDR_LEN(pARPRspPkt, 6); -+ SET_ARP_PKT_PROTOCOL_ADDR_LEN(pARPRspPkt, 4); -+ SET_ARP_PKT_OPERATION(pARPRspPkt, 0x0200); // ARP response -+ SET_ARP_PKT_SENDER_MAC_ADDR(pARPRspPkt, adapter_mac_addr(padapter)); -+ SET_ARP_PKT_SENDER_IP_ADDR(pARPRspPkt, pIPAddress); -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ if (!is_zero_mac_addr(pmlmepriv->gw_mac_addr)) { -+ SET_ARP_PKT_TARGET_MAC_ADDR(pARPRspPkt, pmlmepriv->gw_mac_addr); -+ SET_ARP_PKT_TARGET_IP_ADDR(pARPRspPkt, pmlmepriv->gw_ip); -+ } -+ else -+#endif -+ { -+ SET_ARP_PKT_TARGET_MAC_ADDR(pARPRspPkt, -+ get_my_bssid(&(pmlmeinfo->network))); -+ SET_ARP_PKT_TARGET_IP_ADDR(pARPRspPkt, -+ pIPAddress); -+ DBG_871X("%s Target Mac Addr:" MAC_FMT "\n", __FUNCTION__, -+ MAC_ARG(get_my_bssid(&(pmlmeinfo->network)))); -+ DBG_871X("%s Target IP Addr" IP_FMT "\n", __FUNCTION__, -+ IP_ARG(pIPAddress)); -+ } -+ -+ *pLength += 28; -+ -+ if (psecuritypriv->dot11PrivacyAlgrthm == _TKIP_) { -+ u8 mic[8]; -+ struct mic_data micdata; -+ struct sta_info *psta = NULL; -+ u8 priority[4]={0x0,0x0,0x0,0x0}; -+ u8 null_key[16]={0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}; -+ -+ DBG_871X("%s(): Add MIC\n",__FUNCTION__); -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, -+ get_my_bssid(&(pmlmeinfo->network))); -+ if (psta != NULL) { -+ if(_rtw_memcmp(&psta->dot11tkiptxmickey.skey[0], -+ null_key, 16)==_TRUE) { -+ DBG_871X("%s(): STA dot11tkiptxmickey==0\n", -+ __func__); -+ } -+ //start to calculate the mic code -+ rtw_secmicsetkey(&micdata, -+ &psta->dot11tkiptxmickey.skey[0]); -+ } -+ -+ rtw_secmicappend(&micdata, pwlanhdr->addr3, 6); //DA -+ -+ rtw_secmicappend(&micdata, pwlanhdr->addr2, 6); //SA -+ -+ priority[0]=0; -+ -+ rtw_secmicappend(&micdata, &priority[0], 4); -+ -+ rtw_secmicappend(&micdata, payload, 36); //payload length = 8 + 28 -+ -+ rtw_secgetmic(&micdata,&(mic[0])); -+ -+ pARPRspPkt += 28; -+ _rtw_memcpy(pARPRspPkt, &(mic[0]),8); -+ -+ *pLength += 8; -+ } -+} -+ -+#ifdef CONFIG_PNO_SUPPORT -+static void rtw_hal_construct_ProbeReq(_adapter *padapter, u8 *pframe, -+ u32 *pLength, pno_ssid_t *ssid) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ unsigned char *mac; -+ unsigned char bssrate[NumRates]; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int bssrate_len = 0; -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ mac = adapter_mac_addr(padapter); -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, bc_addr, ETH_ALEN); -+ -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(pframe, WIFI_PROBEREQ); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pframe += pktlen; -+ -+ if (ssid == NULL) { -+ pframe = rtw_set_ie(pframe, _SSID_IE_, 0, NULL, &pktlen); -+ } else { -+ //DBG_871X("%s len:%d\n", ssid->SSID, ssid->SSID_len); -+ pframe = rtw_set_ie(pframe, _SSID_IE_, ssid->SSID_len, ssid->SSID, &pktlen); -+ } -+ -+ get_rate_set(padapter, bssrate, &bssrate_len); -+ -+ if (bssrate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , 8, bssrate, &pktlen); -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_ , (bssrate_len - 8), (bssrate + 8), &pktlen); -+ } -+ else -+ { -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_ , bssrate_len , bssrate, &pktlen); -+ } -+ -+ *pLength = pktlen; -+} -+ -+static void rtw_hal_construct_PNO_info(_adapter *padapter, -+ u8 *pframe, u32*pLength) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ -+ u8 *pPnoInfoPkt = pframe; -+ pPnoInfoPkt = (u8*)(pframe+ *pLength); -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_num, 1); -+ -+ *pLength+=1; -+ pPnoInfoPkt += 1; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->hidden_ssid_num, 1); -+ -+ *pLength+=3; -+ pPnoInfoPkt += 3; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->fast_scan_period, 1); -+ -+ *pLength+=4; -+ pPnoInfoPkt += 4; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->fast_scan_iterations, 4); -+ -+ *pLength+=4; -+ pPnoInfoPkt += 4; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->slow_scan_period, 4); -+ -+ *pLength+=4; -+ pPnoInfoPkt += 4; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_length, -+ MAX_PNO_LIST_COUNT); -+ -+ *pLength+=MAX_PNO_LIST_COUNT; -+ pPnoInfoPkt += MAX_PNO_LIST_COUNT; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_cipher_info, -+ MAX_PNO_LIST_COUNT); -+ -+ *pLength+=MAX_PNO_LIST_COUNT; -+ pPnoInfoPkt += MAX_PNO_LIST_COUNT; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_channel_info, -+ MAX_PNO_LIST_COUNT); -+ -+ *pLength+=MAX_PNO_LIST_COUNT; -+ pPnoInfoPkt += MAX_PNO_LIST_COUNT; -+ _rtw_memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->loc_probe_req, -+ MAX_HIDDEN_AP); -+ -+ *pLength+=MAX_HIDDEN_AP; -+ pPnoInfoPkt += MAX_HIDDEN_AP; -+} -+ -+static void rtw_hal_construct_ssid_list(_adapter *padapter, -+ u8 *pframe, u32 *pLength) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ u8 *pSSIDListPkt = pframe; -+ int i; -+ -+ pSSIDListPkt = (u8*)(pframe+ *pLength); -+ -+ for(i = 0; i < pwrctl->pnlo_info->ssid_num ; i++) { -+ _rtw_memcpy(pSSIDListPkt, &pwrctl->pno_ssid_list->node[i].SSID, -+ pwrctl->pnlo_info->ssid_length[i]); -+ -+ *pLength += WLAN_SSID_MAXLEN; -+ pSSIDListPkt += WLAN_SSID_MAXLEN; -+ } -+} -+ -+static void rtw_hal_construct_scan_info(_adapter *padapter, -+ u8 *pframe, u32 *pLength) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ u8 *pScanInfoPkt = pframe; -+ int i; -+ -+ pScanInfoPkt = (u8*)(pframe+ *pLength); -+ -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->channel_num, 1); -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_ch, 1); -+ -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_bw, 1); -+ -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_40_offset, 1); -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->orig_80_offset, 1); -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->periodScan, 1); -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->period_scan_time, 1); -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->enableRFE, 1); -+ -+ *pLength+=1; -+ pScanInfoPkt += 1; -+ _rtw_memcpy(pScanInfoPkt, &pwrctl->pscan_info->rfe_type, 8); -+ -+ *pLength+=8; -+ pScanInfoPkt += 8; -+ -+ for(i = 0 ; i < MAX_SCAN_LIST_COUNT ; i ++) { -+ _rtw_memcpy(pScanInfoPkt, -+ &pwrctl->pscan_info->ssid_channel_info[i], 4); -+ *pLength+=4; -+ pScanInfoPkt += 4; -+ } -+} -+#endif //CONFIG_PNO_SUPPORT -+ -+#ifdef CONFIG_GTK_OL -+static void rtw_hal_construct_GTKRsp( -+ PADAPTER padapter, -+ u8 *pframe, -+ u32 *pLength -+ ) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ static u8 LLCHeader[8] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0x00, 0x88, 0x8E}; -+ static u8 GTKbody_a[11] ={0x01, 0x03, 0x00, 0x5F, 0x02, 0x03, 0x12, 0x00, 0x10, 0x42, 0x0B}; -+ u8 *pGTKRspPkt = pframe; -+ u8 EncryptionHeadOverhead = 0; -+ //DBG_871X("%s:%d\n", __FUNCTION__, bForcePowerSave); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ //------------------------------------------------------------------------- -+ // MAC Header. -+ //------------------------------------------------------------------------- -+ SetFrameType(fctrl, WIFI_DATA); -+ //SetFrameSubType(fctrl, 0); -+ SetToDs(fctrl); -+ -+ _rtw_memcpy(pwlanhdr->addr1, -+ get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ _rtw_memcpy(pwlanhdr->addr2, -+ adapter_mac_addr(padapter), ETH_ALEN); -+ -+ _rtw_memcpy(pwlanhdr->addr3, -+ get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetDuration(pwlanhdr, 0); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ *pLength = sMacHdrLng; -+#else -+ *pLength = 24; -+#endif //CONFIG_WAPI_SUPPORT -+ -+ //------------------------------------------------------------------------- -+ // Security Header: leave space for it if necessary. -+ //------------------------------------------------------------------------- -+ switch (psecuritypriv->dot11PrivacyAlgrthm) { -+ case _WEP40_: -+ case _WEP104_: -+ EncryptionHeadOverhead = 4; -+ break; -+ case _TKIP_: -+ EncryptionHeadOverhead = 8; -+ break; -+ case _AES_: -+ EncryptionHeadOverhead = 8; -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ EncryptionHeadOverhead = 18; -+ break; -+#endif //CONFIG_WAPI_SUPPORT -+ default: -+ EncryptionHeadOverhead = 0; -+ } -+ -+ if (EncryptionHeadOverhead > 0) { -+ _rtw_memset(&(pframe[*pLength]), 0,EncryptionHeadOverhead); -+ *pLength += EncryptionHeadOverhead; -+ //SET_80211_HDR_WEP(pGTKRspPkt, 1); //Suggested by CCW. -+ //GTK's privacy bit is done by FW -+ //SetPrivacy(fctrl); -+ } -+ //------------------------------------------------------------------------- -+ // Frame Body. -+ //------------------------------------------------------------------------- -+ pGTKRspPkt = (u8*)(pframe+ *pLength); -+ // LLC header -+ _rtw_memcpy(pGTKRspPkt, LLCHeader, 8); -+ *pLength += 8; -+ -+ // GTK element -+ pGTKRspPkt += 8; -+ -+ //GTK frame body after LLC, part 1 -+ _rtw_memcpy(pGTKRspPkt, GTKbody_a, 11); -+ *pLength += 11; -+ pGTKRspPkt += 11; -+ //GTK frame body after LLC, part 2 -+ _rtw_memset(&(pframe[*pLength]), 0, 88); -+ *pLength += 88; -+ pGTKRspPkt += 88; -+ -+} -+#endif //CONFIG_GTK_OL -+ -+void rtw_hal_set_wow_fw_rsvd_page(_adapter *adapter, u8 *pframe, u16 index, -+ u8 tx_desc, u32 page_size, u8 *page_num, u32 *total_pkt_len, -+ RSVDPAGE_LOC *rsvd_page_loc) -+{ -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ u32 ARPLegnth = 0, GTKLegnth = 0, PNOLength = 0, ScanInfoLength = 0; -+ u32 SSIDLegnth = 0, ProbeReqLength = 0; -+ u8 CurtPktPageNum = 0; -+ u8 currentip[4]; -+ u8 cur_dot11txpn[8]; -+ -+#ifdef CONFIG_GTK_OL -+ struct sta_priv *pstapriv = &adapter->stapriv; -+ struct sta_info * psta; -+ u8 kek[RTW_KEK_LEN]; -+ u8 kck[RTW_KCK_LEN]; -+#endif //CONFIG_GTK_OL -+#ifdef CONFIG_PNO_SUPPORT -+ int pno_index; -+ u8 ssid_num; -+#endif //CONFIG_PNO_SUPPORT -+ -+ pmlmeext = &adapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ -+ if (pwrctl->wowlan_pno_enable == _FALSE) { -+ //ARP RSP * 1 page -+ rtw_get_current_ip_address(adapter, currentip); -+ -+ rsvd_page_loc->LocArpRsp = *page_num; -+ -+ DBG_871X("LocArpRsp: %d\n", rsvd_page_loc->LocArpRsp); -+ -+ rtw_hal_construct_ARPRsp( adapter, &pframe[index], -+ &ARPLegnth, currentip); -+ -+ rtw_hal_fill_fake_txdesc(adapter, -+ &pframe[index-tx_desc], -+ ARPLegnth, _FALSE, _FALSE, _TRUE); -+ -+ CurtPktPageNum = (u8)PageNum(tx_desc + ARPLegnth, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ //3 SEC IV * 1 page -+ rtw_get_sec_iv(adapter, cur_dot11txpn, -+ get_my_bssid(&pmlmeinfo->network)); -+ -+ rsvd_page_loc->LocRemoteCtrlInfo = *page_num; -+ -+ DBG_871X("LocRemoteCtrlInfo: %d\n", rsvd_page_loc->LocRemoteCtrlInfo); -+ -+ _rtw_memcpy(pframe+index-tx_desc, cur_dot11txpn, _AES_IV_LEN_); -+ -+ CurtPktPageNum = (u8)PageNum(_AES_IV_LEN_, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ *total_pkt_len = index + _AES_IV_LEN_; -+#ifdef CONFIG_GTK_OL -+ index += (CurtPktPageNum * page_size); -+ -+ //if the ap staion info. exists, get the kek, kck from staion info. -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) { -+ _rtw_memset(kek, 0, RTW_KEK_LEN); -+ _rtw_memset(kck, 0, RTW_KCK_LEN); -+ DBG_8192C("%s, KEK, KCK download rsvd page all zero \n", -+ __func__); -+ } else { -+ _rtw_memcpy(kek, psta->kek, RTW_KEK_LEN); -+ _rtw_memcpy(kck, psta->kck, RTW_KCK_LEN); -+ } -+ -+ //3 KEK, KCK -+ rsvd_page_loc->LocGTKInfo = *page_num; -+ DBG_871X("LocGTKInfo: %d\n", rsvd_page_loc->LocGTKInfo); -+ -+ if (IS_HARDWARE_TYPE_8188E(adapter) || IS_HARDWARE_TYPE_8812(adapter)) { -+ struct security_priv *psecpriv = NULL; -+ -+ psecpriv = &adapter->securitypriv; -+ _rtw_memcpy(pframe+index-tx_desc, -+ &psecpriv->dot11PrivacyAlgrthm, 1); -+ _rtw_memcpy(pframe+index-tx_desc+1, -+ &psecpriv->dot118021XGrpPrivacy, 1); -+ _rtw_memcpy(pframe+index-tx_desc+2, -+ kck, RTW_KCK_LEN); -+ _rtw_memcpy(pframe+index-tx_desc+2+RTW_KCK_LEN, -+ kek, RTW_KEK_LEN); -+ CurtPktPageNum = (u8)PageNum(tx_desc + 2 + RTW_KCK_LEN + RTW_KEK_LEN, page_size); -+ } else { -+ _rtw_memcpy(pframe+index-tx_desc, kck, RTW_KCK_LEN); -+ _rtw_memcpy(pframe+index-tx_desc+RTW_KCK_LEN, kek, RTW_KEK_LEN); -+ CurtPktPageNum = (u8)PageNum(tx_desc + RTW_KCK_LEN + RTW_KEK_LEN, page_size); -+ } -+ -+ -+ -+#if 0 -+ { -+ int i; -+ printk("\ntoFW KCK: "); -+ for(i=0;i<16; i++) -+ printk(" %02x ", kck[i]); -+ printk("\ntoFW KEK: "); -+ for(i=0;i<16; i++) -+ printk(" %02x ", kek[i]); -+ printk("\n"); -+ } -+ -+ DBG_871X("%s(): HW_VAR_SET_TX_CMD: KEK KCK %p %d\n", -+ __FUNCTION__, &pframe[index-tx_desc], -+ (tx_desc + RTW_KCK_LEN + RTW_KEK_LEN)); -+#endif -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ //3 GTK Response -+ rsvd_page_loc->LocGTKRsp= *page_num; -+ DBG_871X("LocGTKRsp: %d\n", rsvd_page_loc->LocGTKRsp); -+ rtw_hal_construct_GTKRsp(adapter, &pframe[index], >KLegnth); -+ -+ rtw_hal_fill_fake_txdesc(adapter, &pframe[index-tx_desc], -+ GTKLegnth, _FALSE, _FALSE, _TRUE); -+#if 0 -+ { -+ int gj; -+ printk("123GTK pkt=> \n"); -+ for(gj=0; gj < GTKLegnth+tx_desc; gj++) { -+ printk(" %02x ", pframe[index-tx_desc+gj]); -+ if ((gj + 1)%16==0) -+ printk("\n"); -+ } -+ printk(" <=end\n"); -+ } -+ -+ DBG_871X("%s(): HW_VAR_SET_TX_CMD: GTK RSP %p %d\n", -+ __FUNCTION__, &pframe[index-tx_desc], -+ (tx_desc + GTKLegnth)); -+#endif -+ -+ CurtPktPageNum = (u8)PageNum(tx_desc + GTKLegnth, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ //below page is empty for GTK extension memory -+ //3(11) GTK EXT MEM -+ rsvd_page_loc->LocGTKEXTMEM = *page_num; -+ -+ CurtPktPageNum = 2; -+ -+ if (page_size >= 256) -+ CurtPktPageNum = 1; -+ -+ *page_num += CurtPktPageNum; -+ //extension memory for FW -+ *total_pkt_len = index + (page_size * CurtPktPageNum); -+ -+#endif //CONFIG_GTK_OL -+ } else { -+#ifdef CONFIG_PNO_SUPPORT -+ if (pwrctl->pno_in_resume == _FALSE && -+ pwrctl->pno_inited == _TRUE) { -+ -+ //Broadcast Probe Request -+ rsvd_page_loc->LocProbePacket = *page_num; -+ -+ DBG_871X("loc_probe_req: %d\n", -+ rsvd_page_loc->LocProbePacket); -+ -+ rtw_hal_construct_ProbeReq( -+ adapter, -+ &pframe[index], -+ &ProbeReqLength, -+ NULL); -+ -+ rtw_hal_fill_fake_txdesc(adapter, -+ &pframe[index-tx_desc], -+ ProbeReqLength, _FALSE, _FALSE, _FALSE); -+ -+ CurtPktPageNum = -+ (u8)PageNum(tx_desc + ProbeReqLength, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ //Hidden SSID Probe Request -+ ssid_num = pwrctl->pnlo_info->hidden_ssid_num; -+ -+ for (pno_index = 0 ; pno_index < ssid_num ; pno_index++) { -+ pwrctl->pnlo_info->loc_probe_req[pno_index] = -+ *page_num; -+ -+ rtw_hal_construct_ProbeReq( -+ adapter, -+ &pframe[index], -+ &ProbeReqLength, -+ &pwrctl->pno_ssid_list->node[pno_index]); -+ -+ rtw_hal_fill_fake_txdesc(adapter, -+ &pframe[index - tx_desc], -+ ProbeReqLength, _FALSE, _FALSE, _FALSE); -+ -+ CurtPktPageNum = -+ (u8)PageNum(tx_desc + ProbeReqLength, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ } -+ -+ //PNO INFO Page -+ rsvd_page_loc->LocPNOInfo = *page_num; -+ DBG_871X("LocPNOInfo: %d\n", rsvd_page_loc->LocPNOInfo); -+ rtw_hal_construct_PNO_info(adapter, -+ &pframe[index - tx_desc], -+ &PNOLength); -+ -+ CurtPktPageNum = (u8)PageNum(PNOLength, page_size); -+ *page_num += CurtPktPageNum; -+ index += (CurtPktPageNum * page_size); -+ -+ //SSID List Page -+ rsvd_page_loc->LocSSIDInfo = *page_num; -+ DBG_871X("LocSSIDInfo: %d\n", rsvd_page_loc->LocSSIDInfo); -+ rtw_hal_construct_ssid_list(adapter, -+ &pframe[index - tx_desc], -+ &SSIDLegnth); -+ -+ CurtPktPageNum = (u8)PageNum(SSIDLegnth, page_size); -+ *page_num += CurtPktPageNum; -+ index += (CurtPktPageNum * page_size); -+ -+ //Scan Info Page -+ rsvd_page_loc->LocScanInfo = *page_num; -+ DBG_871X("LocScanInfo: %d\n", rsvd_page_loc->LocScanInfo); -+ rtw_hal_construct_scan_info(adapter, -+ &pframe[index - tx_desc], -+ &ScanInfoLength); -+ -+ CurtPktPageNum = (u8)PageNum(ScanInfoLength, page_size); -+ *page_num += CurtPktPageNum; -+ *total_pkt_len = index + ScanInfoLength; -+ index += (CurtPktPageNum * page_size); -+ -+ } -+#endif //CONFIG_PNO_SUPPORT -+ } -+} -+ -+static void rtw_hal_gate_bb(_adapter *adapter, bool stop) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(adapter); -+ u8 val8 = 0; -+ u16 val16 = 0; -+ -+ if (stop) { -+ /* Pause TX*/ -+ pwrpriv->wowlan_txpause_status = rtw_read8(adapter, REG_TXPAUSE); -+ rtw_write8(adapter, REG_TXPAUSE, 0xff); -+ val8 = rtw_read8(adapter, REG_SYS_FUNC_EN); -+ val8 &= ~BIT(0); -+ rtw_write8(adapter, REG_SYS_FUNC_EN, val8); -+ DBG_871X("%s: BB gated: 0x%02x, store TXPAUSE: %02x\n", -+ __func__, -+ rtw_read8(adapter, REG_SYS_FUNC_EN), -+ pwrpriv->wowlan_txpause_status); -+ } else { -+ val8 = rtw_read8(adapter, REG_SYS_FUNC_EN); -+ val8 |= BIT(0); -+ rtw_write8(adapter, REG_SYS_FUNC_EN, val8); -+ DBG_871X("%s: BB release: 0x%02x, recover TXPAUSE:%02x\n", -+ __func__, rtw_read8(adapter, REG_SYS_FUNC_EN), -+ pwrpriv->wowlan_txpause_status); -+ /* release TX*/ -+ rtw_write8(adapter, REG_TXPAUSE, pwrpriv->wowlan_txpause_status); -+ } -+} -+ -+static void rtw_hal_reset_mac_rx(_adapter *adapter) -+{ -+ u8 val8 = 0; -+ /* Set REG_CR bit1, bit3, bit7 to 0*/ -+ val8 = rtw_read8(adapter, REG_CR); -+ val8 &= 0x75; -+ rtw_write8(adapter, REG_CR, val8); -+ val8 = rtw_read8(adapter, REG_CR); -+ /* Set REG_CR bit1, bit3, bit7 to 1*/ -+ val8 |= 0x8a; -+ rtw_write8(adapter, REG_CR, val8); -+ DBG_871X("0x%04x: %02x\n", REG_CR, rtw_read8(adapter, REG_CR)); -+} -+ -+static void rtw_hal_set_wow_rxff_boundary(_adapter *adapter, bool wow_mode) -+{ -+ u8 val8 = 0; -+ u16 rxff_bndy = 0; -+ u32 rx_dma_buff_sz = 0; -+ -+ val8 = rtw_read8(adapter, REG_FIFOPAGE + 3); -+ if (val8 != 0) -+ DBG_871X("%s:[%04x]some PKTs in TXPKTBUF\n", -+ __func__, (REG_FIFOPAGE + 3)); -+ -+ rtw_hal_reset_mac_rx(adapter); -+ -+ if (wow_mode) { -+ rtw_hal_get_def_var(adapter, HAL_DEF_RX_DMA_SZ_WOW, -+ (u8 *)&rx_dma_buff_sz); -+ rxff_bndy = rx_dma_buff_sz - 1; -+ -+ rtw_write16(adapter, (REG_TRXFF_BNDY + 2), rxff_bndy); -+ DBG_871X("%s: wow mode, 0x%04x: 0x%04x\n", __func__, -+ REG_TRXFF_BNDY + 2, -+ rtw_read16(adapter, (REG_TRXFF_BNDY+2))); -+ } else { -+ rtw_hal_get_def_var(adapter, HAL_DEF_RX_DMA_SZ, -+ (u8 *)&rx_dma_buff_sz); -+ rxff_bndy = rx_dma_buff_sz - 1; -+ rtw_write16(adapter, (REG_TRXFF_BNDY + 2), rxff_bndy); -+ DBG_871X("%s: normal mode, 0x%04x: 0x%04x\n", __func__, -+ REG_TRXFF_BNDY + 2, -+ rtw_read16(adapter, (REG_TRXFF_BNDY+2))); -+ } -+} -+ -+static int rtw_hal_set_pattern(_adapter *adapter, u8 *pattern, -+ u8 len, u8 *mask) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ struct mlme_ext_priv *pmlmeext = NULL; -+ struct mlme_ext_info *pmlmeinfo = NULL; -+ struct rtl_wow_pattern wow_pattern; -+ u8 mask_hw[MAX_WKFM_SIZE] = {0}; -+ u8 content[MAX_WKFM_PATTERN_SIZE] = {0}; -+ u8 broadcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u8 multicast_addr1[2] = {0x33, 0x33}; -+ u8 multicast_addr2[3] = {0x01, 0x00, 0x5e}; -+ u8 res = _FALSE, index = 0, mask_len = 0; -+ u8 mac_addr[ETH_ALEN] = {0}; -+ u16 count = 0; -+ int i, j; -+ -+ if (pwrctl->wowlan_pattern_idx > MAX_WKFM_NUM) { -+ DBG_871X("%s pattern_idx is more than MAX_FMC_NUM: %d\n", -+ __func__, MAX_WKFM_NUM); -+ return _FALSE; -+ } -+ -+ pmlmeext = &adapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ _rtw_memcpy(mac_addr, adapter_mac_addr(adapter), ETH_ALEN); -+ _rtw_memset(&wow_pattern, 0, sizeof(struct rtl_wow_pattern)); -+ -+ mask_len = DIV_ROUND_UP(len, 8); -+ -+ /* 1. setup A1 table */ -+ if (memcmp(pattern, broadcast_addr, ETH_ALEN) == 0) -+ wow_pattern.type = PATTERN_BROADCAST; -+ else if (memcmp(pattern, multicast_addr1, 2) == 0) -+ wow_pattern.type = PATTERN_MULTICAST; -+ else if (memcmp(pattern, multicast_addr2, 3) == 0) -+ wow_pattern.type = PATTERN_MULTICAST; -+ else if (memcmp(pattern, mac_addr, ETH_ALEN) == 0) -+ wow_pattern.type = PATTERN_UNICAST; -+ else -+ wow_pattern.type = PATTERN_INVALID; -+ -+ /* translate mask from os to mask for hw */ -+ -+/****************************************************************************** -+ * pattern from OS uses 'ethenet frame', like this: -+ -+ | 6 | 6 | 2 | 20 | Variable | 4 | -+ |--------+--------+------+-----------+------------+-----| -+ | 802.3 Mac Header | IP Header | TCP Packet | FCS | -+ | DA | SA | Type | -+ -+ * BUT, packet catched by our HW is in '802.11 frame', begin from LLC, -+ -+ | 24 or 30 | 6 | 2 | 20 | Variable | 4 | -+ |-------------------+--------+------+-----------+------------+-----| -+ | 802.11 MAC Header | LLC | IP Header | TCP Packet | FCS | -+ | Others | Tpye | -+ -+ * Therefore, we need translate mask_from_OS to mask_to_hw. -+ * We should left-shift mask by 6 bits, then set the new bit[0~5] = 0, -+ * because new mask[0~5] means 'SA', but our HW packet begins from LLC, -+ * bit[0~5] corresponds to first 6 Bytes in LLC, they just don't match. -+ ******************************************************************************/ -+ /* Shift 6 bits */ -+ for (i = 0; i < mask_len - 1; i++) { -+ mask_hw[i] = mask[i] >> 6; -+ mask_hw[i] |= (mask[i + 1] & 0x3F) << 2; -+ } -+ -+ mask_hw[i] = (mask[i] >> 6) & 0x3F; -+ /* Set bit 0-5 to zero */ -+ mask_hw[0] &= 0xC0; -+ -+ for (i = 0; i < (MAX_WKFM_SIZE/4); i++) { -+ wow_pattern.mask[i] = mask_hw[i * 4]; -+ wow_pattern.mask[i] |= (mask_hw[i * 4 + 1] << 8); -+ wow_pattern.mask[i] |= (mask_hw[i * 4 + 2] << 16); -+ wow_pattern.mask[i] |= (mask_hw[i * 4 + 3] << 24); -+ } -+ -+ /* To get the wake up pattern from the mask. -+ * We do not count first 12 bits which means -+ * DA[6] and SA[6] in the pattern to match HW design. */ -+ count = 0; -+ for (i = 12; i < len; i++) { -+ if ((mask[i / 8] >> (i % 8)) & 0x01) { -+ content[count] = pattern[i]; -+ count++; -+ } -+ } -+ -+ wow_pattern.crc = rtw_calc_crc(content, count); -+ -+ if (wow_pattern.crc != 0 && wow_pattern.type == PATTERN_INVALID) -+ wow_pattern.type = PATTERN_VALID; -+ -+ index = rtw_read8(adapter, REG_WKFMCAM_NUM); -+ -+ if (!pwrctl->bInSuspend) -+ index += 2; -+ -+ /* write pattern */ -+ res = rtw_write_to_frame_mask(adapter, index, &wow_pattern); -+ -+ if (res == _TRUE) { -+ pwrctl->wowlan_pattern_idx++; -+ rtw_write8(adapter, -+ REG_WKFMCAM_NUM, -+ pwrctl->wowlan_pattern_idx); -+ } else { -+ DBG_871X("%s: ERROR write_to_frame_mask_cam fail\n", __func__); -+ } -+ -+ return res; -+} -+ -+static void rtw_hal_dl_pattern(_adapter *adapter, u8 clean_all) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(adapter); -+ int i = 0, total = 0; -+ -+ total = pwrpriv->wowlan_pattern_idx + 1; -+ -+ rtw_clean_pattern(adapter); -+ -+ if (!clean_all) { -+ for (i = 0 ; i < total ; i++) { -+ rtw_hal_set_pattern(adapter, -+ pwrpriv->patterns[i].content, -+ pwrpriv->patterns[i].len, -+ pwrpriv->patterns[i].mask); -+ } -+ DBG_871X("pattern downloaded\n"); -+ } else { -+ for (i = 0 ; i < MAX_WKFM_NUM ; i++) { -+ _rtw_memset(pwrpriv->patterns[i].content, '\0', -+ sizeof(pwrpriv->patterns[i].content)); -+ _rtw_memset(pwrpriv->patterns[i].mask, '\0', -+ sizeof(pwrpriv->patterns[i].mask)); -+ pwrpriv->patterns[i].len = 0; -+ } -+ DBG_871X("clean all pattern\n"); -+ } -+} -+ -+static void rtw_hal_wow_enable(_adapter *adapter) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ struct sta_info *psta = NULL; -+ int res; -+ u16 media_status_rpt; -+ -+ -+ DBG_871X_LEVEL(_drv_always_, "%s, WOWLAN_ENABLE\n", __func__); -+ rtw_hal_gate_bb(adapter, _TRUE); -+#ifdef CONFIG_GTK_OL -+ if (psecuritypriv->dot11PrivacyAlgrthm == _AES_) -+ rtw_hal_fw_sync_cam_id(adapter); -+#endif -+ if (IS_HARDWARE_TYPE_8723B(adapter)) -+ rtw_hal_backup_rate(adapter); -+ -+ /* RX DMA stop */ -+ if (IS_HARDWARE_TYPE_8188E(adapter)) -+ rtw_hal_disable_tx_report(adapter); -+ -+ res = rtw_hal_pause_rx_dma(adapter); -+ if (res == _FAIL) -+ DBG_871X_LEVEL(_drv_always_, "[WARNING] pause RX DMA fail\n"); -+ -+ /* Reconfig RX_FF Boundary */ -+ rtw_hal_set_wow_rxff_boundary(adapter, _TRUE); -+ -+ /* redownload pattern match */ -+ if (pwrctl->wowlan_pattern) -+ rtw_hal_dl_pattern(adapter, _FALSE); -+ -+ rtw_hal_set_wowlan_fw(adapter, _TRUE); -+ media_status_rpt = RT_MEDIA_CONNECT; -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_FW_JOINBSSRPT, -+ (u8 *)&media_status_rpt); -+ -+ if (!pwrctl->wowlan_pno_enable) { -+ psta = rtw_get_stainfo(&adapter->stapriv, get_bssid(pmlmepriv)); -+ media_status_rpt = (u16)((psta->mac_id<<8)|RT_MEDIA_CONNECT); -+ if (psta != NULL) { -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, -+ (u8 *)&media_status_rpt); -+ } -+ } -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ /* Enable CPWM2 only. */ -+ res = rtw_hal_enable_cpwm2(adapter); -+ if (res == _FAIL) -+ DBG_871X_LEVEL(_drv_always_, "[WARNING] enable cpwm2 fail\n"); -+#endif -+#ifdef CONFIG_GPIO_WAKEUP -+ rtw_hal_switch_gpio_wl_ctrl(adapter, WAKEUP_GPIO_IDX, _TRUE); -+#endif -+ /* Set WOWLAN H2C command. */ -+ DBG_871X_LEVEL(_drv_always_, "Set WOWLan cmd\n"); -+ rtw_hal_set_fw_wow_related_cmd(adapter, 1); -+ -+ res = rtw_hal_check_wow_ctrl(adapter, _TRUE); -+ -+ if (res == _FALSE) -+ DBG_871X("[Error]%s: set wowlan CMD fail!!\n", __func__); -+ -+ pwrctl->wowlan_wake_reason = -+ rtw_read8(adapter, REG_WOWLAN_WAKE_REASON); -+ -+ DBG_871X_LEVEL(_drv_always_, "wowlan_wake_reason: 0x%02x\n", -+ pwrctl->wowlan_wake_reason); -+#ifdef CONFIG_GTK_OL_DBG -+ dump_sec_cam(RTW_DBGDUMP, adapter); -+#endif -+#ifdef CONFIG_USB_HCI -+ if (adapter->intf_stop) /* free adapter's resource */ -+ adapter->intf_stop(adapter); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(adapter)) /*free buddy adapter's resource*/ -+ adapter->pbuddy_adapter->intf_stop(adapter->pbuddy_adapter); -+#endif /*CONFIG_CONCURRENT_MODE*/ -+ /* Invoid SE0 reset signal during suspending*/ -+ rtw_write8(adapter, REG_RSV_CTRL, 0x20); -+ rtw_write8(adapter, REG_RSV_CTRL, 0x60); -+#endif /*CONFIG_USB_HCI*/ -+ -+ rtw_hal_gate_bb(adapter, _FALSE); -+} -+ -+static void rtw_hal_wow_disable(_adapter *adapter) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ struct security_priv *psecuritypriv = &adapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ struct sta_info *psta = NULL; -+ int res; -+ u16 media_status_rpt; -+ u8 val8; -+ -+ DBG_871X_LEVEL(_drv_always_, "%s, WOWLAN_DISABLE\n", __func__); -+ -+ if (!pwrctl->wowlan_pno_enable) { -+ psta = rtw_get_stainfo(&adapter->stapriv, get_bssid(pmlmepriv)); -+ if (psta != NULL) { -+ media_status_rpt = -+ (u16)((psta->mac_id<<8)|RT_MEDIA_DISCONNECT); -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, -+ (u8 *)&media_status_rpt); -+ } else { -+ DBG_871X("%s: psta is null\n", __func__); -+ } -+ } -+ -+ if (0) { -+ DBG_871X("0x630:0x%02x\n", rtw_read8(adapter, 0x630)); -+ DBG_871X("0x631:0x%02x\n", rtw_read8(adapter, 0x631)); -+ } -+ -+ pwrctl->wowlan_wake_reason = rtw_read8(adapter, REG_WOWLAN_WAKE_REASON); -+ -+ DBG_871X_LEVEL(_drv_always_, "wakeup_reason: 0x%02x\n", -+ pwrctl->wowlan_wake_reason); -+ -+ rtw_hal_set_fw_wow_related_cmd(adapter, 0); -+ -+ res = rtw_hal_check_wow_ctrl(adapter, _FALSE); -+ -+ if (res == _FALSE) { -+ DBG_871X("[Error]%s: disable WOW cmd fail\n!!", __func__); -+ rtw_hal_force_enable_rxdma(adapter); -+ } -+ -+ rtw_hal_gate_bb(adapter, _TRUE); -+ -+ res = rtw_hal_pause_rx_dma(adapter); -+ if (res == _FAIL) -+ DBG_871X_LEVEL(_drv_always_, "[WARNING] pause RX DMA fail\n"); -+ -+ /* clean pattern match */ -+ if (pwrctl->wowlan_pattern) -+ rtw_hal_dl_pattern(adapter, _TRUE); -+ -+ /* config RXFF boundary to original */ -+ rtw_hal_set_wow_rxff_boundary(adapter, _FALSE); -+ -+ rtw_hal_release_rx_dma(adapter); -+ -+ if (IS_HARDWARE_TYPE_8188E(adapter)) -+ rtw_hal_enable_tx_report(adapter); -+ -+ rtw_hal_update_tx_iv(adapter); -+ -+#ifdef CONFIG_GTK_OL -+ if (psecuritypriv->dot11PrivacyAlgrthm == _AES_) -+ rtw_hal_update_gtk_offload_info(adapter); -+#endif /*CONFIG_GTK_OL*/ -+ -+ rtw_hal_set_wowlan_fw(adapter, _FALSE); -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ val8 = (pwrctl->is_high_active == 0) ? 1 : 0; -+ DBG_871X_LEVEL(_drv_always_, "Set Wake GPIO to default(%d).\n", val8); -+ rtw_hal_set_output_gpio(adapter, WAKEUP_GPIO_IDX, val8); -+ rtw_hal_switch_gpio_wl_ctrl(adapter, WAKEUP_GPIO_IDX, _FALSE); -+#endif -+ if ((pwrctl->wowlan_wake_reason != FWDecisionDisconnect) && -+ (pwrctl->wowlan_wake_reason != Rx_Pairwisekey) && -+ (pwrctl->wowlan_wake_reason != Rx_DisAssoc) && -+ (pwrctl->wowlan_wake_reason != Rx_DeAuth)) { -+ -+ media_status_rpt = RT_MEDIA_CONNECT; -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_FW_JOINBSSRPT, -+ (u8 *)&media_status_rpt); -+ -+ if (psta != NULL) { -+ media_status_rpt = (u16)((psta->mac_id<<8)|RT_MEDIA_CONNECT); -+ rtw_hal_set_hwreg(adapter, HW_VAR_H2C_MEDIA_STATUS_RPT, -+ (u8 *)&media_status_rpt); -+ } -+ } -+ rtw_hal_gate_bb(adapter, _FALSE); -+} -+#endif /*CONFIG_WOWLAN*/ -+ -+#ifdef CONFIG_P2P_WOWLAN -+void rtw_hal_set_p2p_wow_fw_rsvd_page(_adapter* adapter, u8 *pframe, u16 index, -+ u8 tx_desc, u32 page_size, u8 *page_num, u32 *total_pkt_len, -+ RSVDPAGE_LOC* rsvd_page_loc) -+{ -+ u32 P2PNegoRspLength = 0, P2PInviteRspLength = 0; -+ u32 P2PPDRspLength = 0, P2PProbeRspLength = 0, P2PBCNLength = 0; -+ u8 CurtPktPageNum = 0; -+ -+ /* P2P Beacon */ -+ rsvd_page_loc->LocP2PBeacon = *page_num; -+ rtw_hal_construct_P2PBeacon(adapter, &pframe[index], &P2PBCNLength); -+ rtw_hal_fill_fake_txdesc(adapter, &pframe[index-tx_desc], -+ P2PBCNLength, _FALSE, _FALSE, _FALSE); -+ -+#if 0 -+ DBG_871X("%s(): HW_VAR_SET_TX_CMD: PROBE RSP %p %d\n", -+ __FUNCTION__, &pframe[index-tx_desc], (P2PBCNLength+tx_desc)); -+#endif -+ -+ CurtPktPageNum = (u8)PageNum(tx_desc + P2PBCNLength, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ // P2P Probe rsp -+ rsvd_page_loc->LocP2PProbeRsp = *page_num; -+ rtw_hal_construct_P2PProbeRsp(adapter, &pframe[index], -+ &P2PProbeRspLength); -+ rtw_hal_fill_fake_txdesc(adapter, &pframe[index-tx_desc], -+ P2PProbeRspLength, _FALSE, _FALSE, _FALSE); -+ -+ //DBG_871X("%s(): HW_VAR_SET_TX_CMD: PROBE RSP %p %d\n", -+ // __FUNCTION__, &pframe[index-tx_desc], (P2PProbeRspLength+tx_desc)); -+ -+ CurtPktPageNum = (u8)PageNum(tx_desc + P2PProbeRspLength, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ //P2P nego rsp -+ rsvd_page_loc->LocNegoRsp = *page_num; -+ rtw_hal_construct_P2PNegoRsp(adapter, &pframe[index], -+ &P2PNegoRspLength); -+ rtw_hal_fill_fake_txdesc(adapter, &pframe[index-tx_desc], -+ P2PNegoRspLength, _FALSE, _FALSE, _FALSE); -+ -+ //DBG_871X("%s(): HW_VAR_SET_TX_CMD: QOS NULL DATA %p %d\n", -+ // __FUNCTION__, &pframe[index-tx_desc], (NegoRspLength+tx_desc)); -+ -+ CurtPktPageNum = (u8)PageNum(tx_desc + P2PNegoRspLength, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ //P2P invite rsp -+ rsvd_page_loc->LocInviteRsp = *page_num; -+ rtw_hal_construct_P2PInviteRsp(adapter, &pframe[index], -+ &P2PInviteRspLength); -+ rtw_hal_fill_fake_txdesc(adapter, &pframe[index-tx_desc], -+ P2PInviteRspLength, _FALSE, _FALSE, _FALSE); -+ -+ //DBG_871X("%s(): HW_VAR_SET_TX_CMD: QOS NULL DATA %p %d\n", -+ //__FUNCTION__, &pframe[index-tx_desc], (InviteRspLength+tx_desc)); -+ -+ CurtPktPageNum = (u8)PageNum(tx_desc + P2PInviteRspLength, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ //P2P provision discovery rsp -+ rsvd_page_loc->LocPDRsp = *page_num; -+ rtw_hal_construct_P2PProvisionDisRsp( adapter, -+ &pframe[index], &P2PPDRspLength); -+ -+ rtw_hal_fill_fake_txdesc(adapter, &pframe[index-tx_desc], -+ P2PPDRspLength, _FALSE, _FALSE, _FALSE); -+ -+ //DBG_871X("%s(): HW_VAR_SET_TX_CMD: QOS NULL DATA %p %d\n", -+ // __FUNCTION__, &pframe[index-tx_desc], (PDRspLength+tx_desc)); -+ -+ CurtPktPageNum = (u8)PageNum(tx_desc + P2PPDRspLength, page_size); -+ -+ *page_num += CurtPktPageNum; -+ -+ *total_pkt_len = index + P2PPDRspLength; -+ -+ index += (CurtPktPageNum * page_size); -+ -+ -+} -+#endif //CONFIG_P2P_WOWLAN -+ -+/* -+ * Description: Fill the reserved packets that FW will use to RSVD page. -+ * Now we just send 4 types packet to rsvd page. -+ * (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp. -+ * Input: -+ * finished - FALSE:At the first time we will send all the packets as a large packet to Hw, -+ * so we need to set the packet length to total lengh. -+ * TRUE: At the second time, we should send the first packet (default:beacon) -+ * to Hw again and set the lengh in descriptor to the real beacon lengh. -+ * 2009.10.15 by tynli. -+ * -+ * Page Size = 128: 8188e, 8723a/b, 8192c/d, -+ * Page Size = 256: 8192e, 8821a -+ * Page Size = 512: 8812a -+ */ -+ -+void rtw_hal_set_fw_rsvd_page(_adapter* adapter, bool finished) -+{ -+ PHAL_DATA_TYPE pHalData; -+ struct xmit_frame *pcmdframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ struct pwrctrl_priv *pwrctl; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct hal_ops *pHalFunc = &adapter->HalFunc; -+ u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength = 0; -+ u32 NullDataLength = 0, QosNullLength = 0, BTQosNullLength = 0; -+ u32 ProbeReqLength = 0, NullFunctionDataLength = 0; -+ u8 TxDescLen = TXDESC_SIZE, TxDescOffset = TXDESC_OFFSET; -+ u8 TotalPageNum = 0 , CurtPktPageNum = 0 , RsvdPageNum = 0; -+ u8 *ReservedPagePacket; -+ u16 BufIndex = 0; -+ u32 TotalPacketLen = 0, MaxRsvdPageBufSize = 0, PageSize = 0; -+ RSVDPAGE_LOC RsvdPageLoc; -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ struct sreset_priv *psrtpriv; -+#endif /* DBG_CONFIG_ERROR_DETECT */ -+ -+ -+ pHalData = GET_HAL_DATA(adapter); -+#ifdef DBG_CONFIG_ERROR_DETECT -+ psrtpriv = &pHalData->srestpriv; -+#endif -+ pxmitpriv = &adapter->xmitpriv; -+ pmlmeext = &adapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ pwrctl = adapter_to_pwrctl(adapter); -+ -+ rtw_hal_get_def_var(adapter, HAL_DEF_TX_PAGE_SIZE, (u8 *)&PageSize); -+ -+ if (PageSize == 0) { -+ DBG_871X("[Error]: %s, PageSize is zero!!\n", __func__); -+ return; -+ } -+ -+ if (pwrctl->wowlan_mode == _TRUE || pwrctl->wowlan_ap_mode == _TRUE) -+ RsvdPageNum = rtw_hal_get_txbuff_rsvd_page_num(adapter, _TRUE); -+ else -+ RsvdPageNum = rtw_hal_get_txbuff_rsvd_page_num(adapter, _FALSE); -+ -+ DBG_871X("%s PageSize: %d, RsvdPageNUm: %d\n",__func__, PageSize, RsvdPageNum); -+ -+ MaxRsvdPageBufSize = RsvdPageNum*PageSize; -+ -+ if (MaxRsvdPageBufSize > MAX_CMDBUF_SZ) { -+ DBG_871X("%s MaxRsvdPageBufSize(%d) is larger than MAX_CMDBUF_SZ(%d)", -+ __func__, MaxRsvdPageBufSize, MAX_CMDBUF_SZ); -+ rtw_warn_on(1); -+ return; -+ } -+ -+ pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); -+ -+ if (pcmdframe == NULL) { -+ DBG_871X("%s: alloc ReservedPagePacket fail!\n", __FUNCTION__); -+ return; -+ } -+ -+ ReservedPagePacket = pcmdframe->buf_addr; -+ _rtw_memset(&RsvdPageLoc, 0, sizeof(RSVDPAGE_LOC)); -+ -+ /* beacon * 2 pages */ -+ BufIndex = TxDescOffset; -+ rtw_hal_construct_beacon(adapter, -+ &ReservedPagePacket[BufIndex], &BeaconLength); -+ -+ /* -+ * When we count the first page size, we need to reserve description size for the RSVD -+ * packet, it will be filled in front of the packet in TXPKTBUF. -+ */ -+ CurtPktPageNum = (u8)PageNum((TxDescLen + BeaconLength), PageSize); -+ /* If we don't add 1 more page, ARP offload function will fail at 8723bs.*/ -+ if (CurtPktPageNum == 1) -+ CurtPktPageNum += 1; -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ if (pwrctl->wowlan_ap_mode == _TRUE) { -+ /* (4) probe response*/ -+ RsvdPageLoc.LocProbeRsp = TotalPageNum; -+ rtw_hal_construct_ProbeRsp( -+ adapter, &ReservedPagePacket[BufIndex], -+ &ProbeRspLength, -+ get_my_bssid(&pmlmeinfo->network), _FALSE); -+ rtw_hal_fill_fake_txdesc(adapter, -+ &ReservedPagePacket[BufIndex-TxDescLen], -+ ProbeRspLength, _FALSE, _FALSE, _FALSE); -+ -+ CurtPktPageNum = (u8)PageNum(TxDescLen + ProbeRspLength, PageSize); -+ TotalPageNum += CurtPktPageNum; -+ TotalPacketLen = BufIndex + ProbeRspLength; -+ BufIndex += (CurtPktPageNum*PageSize); -+ goto download_page; -+ } -+ -+ /* ps-poll * 1 page */ -+ RsvdPageLoc.LocPsPoll = TotalPageNum; -+ DBG_871X("LocPsPoll: %d\n", RsvdPageLoc.LocPsPoll); -+ rtw_hal_construct_PSPoll(adapter, -+ &ReservedPagePacket[BufIndex], &PSPollLength); -+ rtw_hal_fill_fake_txdesc(adapter, -+ &ReservedPagePacket[BufIndex-TxDescLen], -+ PSPollLength, _TRUE, _FALSE, _FALSE); -+ -+ CurtPktPageNum = (u8)PageNum((TxDescLen + PSPollLength), PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+#ifdef CONFIG_BT_COEXIST -+ /* BT Qos null data * 1 page */ -+ RsvdPageLoc.LocBTQosNull = TotalPageNum; -+ DBG_871X("LocBTQosNull: %d\n", RsvdPageLoc.LocBTQosNull); -+ rtw_hal_construct_NullFunctionData( -+ adapter, -+ &ReservedPagePacket[BufIndex], -+ &BTQosNullLength, -+ get_my_bssid(&pmlmeinfo->network), -+ _TRUE, 0, 0, _FALSE); -+ rtw_hal_fill_fake_txdesc(adapter, -+ &ReservedPagePacket[BufIndex-TxDescLen], -+ BTQosNullLength, _FALSE, _TRUE, _FALSE); -+ -+ CurtPktPageNum = (u8)PageNum(TxDescLen + BTQosNullLength, PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+#endif /* CONFIG_BT_COEXIT */ -+ -+ /* null data * 1 page */ -+ RsvdPageLoc.LocNullData = TotalPageNum; -+ DBG_871X("LocNullData: %d\n", RsvdPageLoc.LocNullData); -+ rtw_hal_construct_NullFunctionData( -+ adapter, -+ &ReservedPagePacket[BufIndex], -+ &NullDataLength, -+ get_my_bssid(&pmlmeinfo->network), -+ _FALSE, 0, 0, _FALSE); -+ rtw_hal_fill_fake_txdesc(adapter, -+ &ReservedPagePacket[BufIndex-TxDescLen], -+ NullDataLength, _FALSE, _FALSE, _FALSE); -+ -+ CurtPktPageNum = (u8)PageNum(TxDescLen + NullDataLength, PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ //Qos null data * 1 page -+ RsvdPageLoc.LocQosNull = TotalPageNum; -+ DBG_871X("LocQosNull: %d\n", RsvdPageLoc.LocQosNull); -+ rtw_hal_construct_NullFunctionData( -+ adapter, -+ &ReservedPagePacket[BufIndex], -+ &QosNullLength, -+ get_my_bssid(&pmlmeinfo->network), -+ _TRUE, 0, 0, _FALSE); -+ rtw_hal_fill_fake_txdesc(adapter, -+ &ReservedPagePacket[BufIndex-TxDescLen], -+ QosNullLength, _FALSE, _FALSE, _FALSE); -+ -+ CurtPktPageNum = (u8)PageNum(TxDescLen + QosNullLength, PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ TotalPacketLen = BufIndex + QosNullLength; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+#ifdef CONFIG_WOWLAN -+ if (pwrctl->wowlan_mode == _TRUE && -+ check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ rtw_hal_set_wow_fw_rsvd_page(adapter, ReservedPagePacket, -+ BufIndex, TxDescLen, PageSize, -+ &TotalPageNum, &TotalPacketLen, &RsvdPageLoc); -+ } -+#endif /* CONFIG_WOWLAN */ -+ -+#ifdef CONFIG_P2P_WOWLAN -+ if(_TRUE == pwrctl->wowlan_p2p_mode) { -+ rtw_hal_set_p2p_wow_fw_rsvd_page(adapter, ReservedPagePacket, -+ BufIndex, TxDescLen, PageSize, -+ &TotalPageNum, &TotalPacketLen, &RsvdPageLoc); -+ } -+#endif /* CONFIG_P2P_WOWLAN */ -+ -+download_page: -+ //DBG_871X("%s BufIndex(%d), TxDescLen(%d), PageSize(%d)\n",__func__, BufIndex, TxDescLen, PageSize); -+ DBG_871X("%s PageNum(%d), pktlen(%d)\n", -+ __func__, TotalPageNum, TotalPacketLen); -+ -+ if (TotalPacketLen > MaxRsvdPageBufSize) { -+ DBG_871X("%s(ERROR): rsvd page size is not enough!!TotalPacketLen %d, MaxRsvdPageBufSize %d\n", -+ __FUNCTION__, TotalPacketLen,MaxRsvdPageBufSize); -+ rtw_warn_on(1); -+ goto error; -+ } else { -+ /* update attribute */ -+ pattrib = &pcmdframe->attrib; -+ update_mgntframe_attrib(adapter, pattrib); -+ pattrib->qsel = QSLT_BEACON; -+ pattrib->pktlen = TotalPacketLen - TxDescOffset; -+ pattrib->last_txcmdsz = TotalPacketLen - TxDescOffset; -+#ifdef CONFIG_PCI_HCI -+ dump_mgntframe(adapter, pcmdframe); -+#else -+ dump_mgntframe_and_wait(adapter, pcmdframe, 100); -+#endif -+ } -+ -+ DBG_871X("%s: Set RSVD page location to Fw ,TotalPacketLen(%d), TotalPageNum(%d)\n", -+ __func__,TotalPacketLen,TotalPageNum); -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ rtw_hal_set_FwRsvdPage_cmd(adapter, &RsvdPageLoc); -+ if (pwrctl->wowlan_mode == _TRUE) -+ rtw_hal_set_FwAoacRsvdPage_cmd(adapter, &RsvdPageLoc); -+#ifdef CONFIG_AP_WOWLAN -+ if (pwrctl->wowlan_ap_mode == _TRUE) -+ rtw_hal_set_ap_rsvdpage_loc_cmd(adapter, &RsvdPageLoc); -+#endif /* CONFIG_AP_WOWLAN */ -+ } else if (pwrctl->wowlan_pno_enable) { -+#ifdef CONFIG_PNO_SUPPORT -+ rtw_hal_set_FwAoacRsvdPage_cmd(adapter, &RsvdPageLoc); -+ if(pwrctl->pno_in_resume) -+ rtw_hal_set_scan_offload_info_cmd(adapter, -+ &RsvdPageLoc, 0); -+ else -+ rtw_hal_set_scan_offload_info_cmd(adapter, -+ &RsvdPageLoc, 1); -+#endif /* CONFIG_PNO_SUPPORT */ -+ } -+#ifdef CONFIG_P2P_WOWLAN -+ if(_TRUE == pwrctl->wowlan_p2p_mode) -+ rtw_hal_set_FwP2PRsvdPage_cmd(adapter, &RsvdPageLoc); -+#endif /* CONFIG_P2P_WOWLAN */ -+ return; -+error: -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+} -+ -+void SetHwReg(_adapter *adapter, u8 variable, u8 *val) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+_func_enter_; -+ -+ switch (variable) { -+ case HW_VAR_PORT_SWITCH: -+ hw_var_port_switch(adapter); -+ break; -+ case HW_VAR_INIT_RTS_RATE: -+ { -+ u16 brate_cfg = *((u16*)val); -+ u8 rate_index = 0; -+ HAL_VERSION *hal_ver = &hal_data->VersionID; -+ -+ if (IS_8188E(*hal_ver)) { -+ -+ while (brate_cfg > 0x1) { -+ brate_cfg = (brate_cfg >> 1); -+ rate_index++; -+ } -+ rtw_write8(adapter, REG_INIRTS_RATE_SEL, rate_index); -+ } else { -+ rtw_warn_on(1); -+ } -+ } -+ break; -+ case HW_VAR_SEC_CFG: -+ { -+ #if defined(CONFIG_CONCURRENT_MODE) && !defined(DYNAMIC_CAMID_ALLOC) -+ // enable tx enc and rx dec engine, and no key search for MC/BC -+ rtw_write8(adapter, REG_SECCFG, SCR_NoSKMC|SCR_RxDecEnable|SCR_TxEncEnable); -+ #elif defined(DYNAMIC_CAMID_ALLOC) -+ u16 reg_scr_ori; -+ u16 reg_scr; -+ -+ reg_scr = reg_scr_ori = rtw_read16(adapter, REG_SECCFG); -+ reg_scr |= (SCR_CHK_KEYID|SCR_RxDecEnable|SCR_TxEncEnable); -+ -+ if (_rtw_camctl_chk_cap(adapter, SEC_CAP_CHK_BMC)) -+ reg_scr |= SCR_CHK_BMC; -+ -+ if (_rtw_camctl_chk_flags(adapter, SEC_STATUS_STA_PK_GK_CONFLICT_DIS_BMC_SEARCH)) -+ reg_scr |= SCR_NoSKMC; -+ -+ if (reg_scr != reg_scr_ori) -+ rtw_write16(adapter, REG_SECCFG, reg_scr); -+ #else -+ rtw_write8(adapter, REG_SECCFG, *((u8*)val)); -+ #endif -+ } -+ break; -+ case HW_VAR_SEC_DK_CFG: -+ { -+ struct security_priv *sec = &adapter->securitypriv; -+ u8 reg_scr = rtw_read8(adapter, REG_SECCFG); -+ -+ if (val) /* Enable default key related setting */ -+ { -+ reg_scr |= SCR_TXBCUSEDK; -+ if (sec->dot11AuthAlgrthm != dot11AuthAlgrthm_8021X) -+ reg_scr |= (SCR_RxUseDK|SCR_TxUseDK); -+ } -+ else /* Disable default key related setting */ -+ { -+ reg_scr &= ~(SCR_RXBCUSEDK|SCR_TXBCUSEDK|SCR_RxUseDK|SCR_TxUseDK); -+ } -+ -+ rtw_write8(adapter, REG_SECCFG, reg_scr); -+ } -+ break; -+ -+ case HW_VAR_ASIX_IOT: -+ // enable ASIX IOT function -+ if (*((u8*)val) == _TRUE) { -+ // 0xa2e[0]=0 (disable rake receiver) -+ rtw_write8(adapter, rCCK0_FalseAlarmReport+2, -+ rtw_read8(adapter, rCCK0_FalseAlarmReport+2) & ~(BIT0)); -+ // 0xa1c=0xa0 (reset channel estimation if signal quality is bad) -+ rtw_write8(adapter, rCCK0_DSPParameter2, 0xa0); -+ } else { -+ // restore reg:0xa2e, reg:0xa1c -+ rtw_write8(adapter, rCCK0_FalseAlarmReport+2, -+ rtw_read8(adapter, rCCK0_FalseAlarmReport+2)|(BIT0)); -+ rtw_write8(adapter, rCCK0_DSPParameter2, 0x00); -+ } -+ break; -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ case HW_VAR_WOWLAN: -+ { -+ struct wowlan_ioctl_param *poidparam; -+ -+ poidparam = (struct wowlan_ioctl_param *)val; -+ switch (poidparam->subcode) { -+#ifdef CONFIG_WOWLAN -+ case WOWLAN_PATTERN_CLEAN: -+ rtw_hal_dl_pattern(adapter, _TRUE); -+ break; -+ case WOWLAN_ENABLE: -+ rtw_hal_wow_enable(adapter); -+ break; -+ case WOWLAN_DISABLE: -+ rtw_hal_wow_disable(adapter); -+ break; -+#endif /*CONFIG_WOWLAN*/ -+#ifdef CONFIG_AP_WOWLAN -+ case WOWLAN_AP_ENABLE: -+ rtw_hal_ap_wow_enable(adapter); -+ break; -+ case WOWLAN_AP_DISABLE: -+ rtw_hal_ap_wow_disable(adapter); -+ break; -+#endif /*CONFIG_AP_WOWLAN*/ -+ default: -+ break; -+ } -+ } -+ break; -+#endif /*defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN)*/ -+ default: -+ if (0) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" variable(%d) not defined!\n", -+ FUNC_ADPT_ARG(adapter), variable); -+ break; -+ } -+ -+_func_exit_; -+} -+ -+void GetHwReg(_adapter *adapter, u8 variable, u8 *val) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ -+_func_enter_; -+ -+ switch (variable) { -+ case HW_VAR_BASIC_RATE: -+ *((u16*)val) = hal_data->BasicRateSet; -+ break; -+ case HW_VAR_RF_TYPE: -+ *((u8*)val) = hal_data->rf_type; -+ break; -+ default: -+ if (0) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" variable(%d) not defined!\n", -+ FUNC_ADPT_ARG(adapter), variable); -+ break; -+ } -+ -+_func_exit_; -+} -+ -+u8 -+SetHalDefVar(_adapter *adapter, HAL_DEF_VARIABLE variable, void *value) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ u8 bResult = _SUCCESS; -+ -+ switch(variable) { -+ -+ case HAL_DEF_DBG_DUMP_RXPKT: -+ hal_data->bDumpRxPkt = *((u8*)value); -+ break; -+ case HAL_DEF_DBG_DUMP_TXPKT: -+ hal_data->bDumpTxPkt = *((u8*)value); -+ break; -+ case HAL_DEF_ANT_DETECT: -+ hal_data->AntDetection = *((u8 *)value); -+ break; -+ case HAL_DEF_DBG_DIS_PWT: -+ hal_data->bDisableTXPowerTraining = *((u8*)value); -+ break; -+ default: -+ DBG_871X_LEVEL(_drv_always_, "%s: [WARNING] HAL_DEF_VARIABLE(%d) not defined!\n", __FUNCTION__, variable); -+ bResult = _FAIL; -+ break; -+ } -+ -+ return bResult; -+} -+ -+#ifdef CONFIG_BEAMFORMING -+u8 rtw_hal_query_txbfer_rf_num(_adapter *adapter) -+{ -+ struct registry_priv *pregistrypriv = &adapter->registrypriv; -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ -+ if ((pregistrypriv->beamformer_rf_num) && (IS_HARDWARE_TYPE_8814AE(adapter) || IS_HARDWARE_TYPE_8814AU(adapter) || IS_HARDWARE_TYPE_8822BU(adapter))) -+ return pregistrypriv->beamformer_rf_num; -+ else if (IS_HARDWARE_TYPE_8814AE(adapter) -+/* -+#if defined(CONFIG_USB_HCI) -+ || (IS_HARDWARE_TYPE_8814AU(adapter) && (pUsbModeMech->CurUsbMode == 2 || pUsbModeMech->HubUsbMode == 2)) //for USB3.0 -+#endif -+*/ -+ ) { -+ /*BF cap provided by Yu Chen, Sean, 2015, 01 */ -+ if (hal_data->rf_type == RF_3T3R) -+ return 2; -+ else if (hal_data->rf_type == RF_4T4R) -+ return 3; -+ else -+ return 1; -+ } else -+ return 1; -+ -+} -+u8 rtw_hal_query_txbfee_rf_num(_adapter *adapter) -+{ -+ struct registry_priv *pregistrypriv = &adapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ -+ if ((pregistrypriv->beamformee_rf_num) && (IS_HARDWARE_TYPE_8814AE(adapter) || IS_HARDWARE_TYPE_8814AU(adapter) || IS_HARDWARE_TYPE_8822BU(adapter))) -+ return pregistrypriv->beamformee_rf_num; -+ else if (IS_HARDWARE_TYPE_8814AE(adapter) || IS_HARDWARE_TYPE_8814AU(adapter)) { -+ if (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_BROADCOM) -+ return 2; -+ else -+ return 2;/*TODO: May be 3 in the future, by ChenYu. */ -+ } else -+ return 1; -+ -+} -+#endif -+ -+u8 -+GetHalDefVar(_adapter *adapter, HAL_DEF_VARIABLE variable, void *value) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ u8 bResult = _SUCCESS; -+ -+ switch(variable) { -+ case HAL_DEF_UNDERCORATEDSMOOTHEDPWDB: -+ { -+ struct mlme_priv *pmlmepriv; -+ struct sta_priv *pstapriv; -+ struct sta_info *psta; -+ -+ pmlmepriv = &adapter->mlmepriv; -+ pstapriv = &adapter->stapriv; -+ psta = rtw_get_stainfo(pstapriv, pmlmepriv->cur_network.network.MacAddress); -+ if (psta) -+ { -+ *((int*)value) = psta->rssi_stat.UndecoratedSmoothedPWDB; -+ } -+ } -+ break; -+ case HAL_DEF_DBG_DUMP_RXPKT: -+ *((u8*)value) = hal_data->bDumpRxPkt; -+ break; -+ case HAL_DEF_DBG_DUMP_TXPKT: -+ *((u8*)value) = hal_data->bDumpTxPkt; -+ break; -+ case HAL_DEF_ANT_DETECT: -+ *((u8 *)value) = hal_data->AntDetection; -+ break; -+ case HAL_DEF_MACID_SLEEP: -+ *(u8*)value = _FALSE; -+ break; -+ case HAL_DEF_TX_PAGE_SIZE: -+ *(( u32*)value) = PAGE_SIZE_128; -+ break; -+ case HAL_DEF_DBG_DIS_PWT: -+ *(u8*)value = hal_data->bDisableTXPowerTraining; -+ break; -+#ifdef CONFIG_BEAMFORMING -+ case HAL_DEF_BEAMFORMER_CAP: -+ *(u8 *)value = rtw_hal_query_txbfer_rf_num(adapter); -+ break; -+ case HAL_DEF_BEAMFORMEE_CAP: -+ *(u8 *)value = rtw_hal_query_txbfee_rf_num(adapter); -+ break; -+#endif -+ default: -+ DBG_871X_LEVEL(_drv_always_, "%s: [WARNING] HAL_DEF_VARIABLE(%d) not defined!\n", __FUNCTION__, variable); -+ bResult = _FAIL; -+ break; -+ } -+ -+ return bResult; -+} -+ -+void SetHalODMVar( -+ PADAPTER Adapter, -+ HAL_ODM_VARIABLE eVariable, -+ PVOID pValue1, -+ BOOLEAN bSet) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T podmpriv = &pHalData->odmpriv; -+ //_irqL irqL; -+ switch(eVariable){ -+ case HAL_ODM_STA_INFO: -+ { -+ struct sta_info *psta = (struct sta_info *)pValue1; -+ if(bSet){ -+ DBG_8192C("### Set STA_(%d) info ###\n",psta->mac_id); -+ ODM_CmnInfoPtrArrayHook(podmpriv, ODM_CMNINFO_STA_STATUS,psta->mac_id,psta); -+ } -+ else{ -+ DBG_8192C("### Clean STA_(%d) info ###\n",psta->mac_id); -+ //_enter_critical_bh(&pHalData->odm_stainfo_lock, &irqL); -+ ODM_CmnInfoPtrArrayHook(podmpriv, ODM_CMNINFO_STA_STATUS,psta->mac_id,NULL); -+ -+ //_exit_critical_bh(&pHalData->odm_stainfo_lock, &irqL); -+ } -+ } -+ break; -+ case HAL_ODM_P2P_STATE: -+ ODM_CmnInfoUpdate(podmpriv,ODM_CMNINFO_WIFI_DIRECT,bSet); -+ break; -+ case HAL_ODM_WIFI_DISPLAY_STATE: -+ ODM_CmnInfoUpdate(podmpriv,ODM_CMNINFO_WIFI_DISPLAY,bSet); -+ break; -+ case HAL_ODM_REGULATION: -+ ODM_CmnInfoInit(podmpriv, ODM_CMNINFO_DOMAIN_CODE_2G, pHalData->Regulation2_4G); -+ ODM_CmnInfoInit(podmpriv, ODM_CMNINFO_DOMAIN_CODE_5G, pHalData->Regulation5G); -+ break; -+#if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ case HAL_ODM_NOISE_MONITOR: -+ { -+ struct noise_info *pinfo = (struct noise_info *)pValue1; -+ -+ #ifdef DBG_NOISE_MONITOR -+ DBG_8192C("### Noise monitor chan(%d)-bPauseDIG:%d,IGIValue:0x%02x,max_time:%d (ms) ###\n", -+ pinfo->chan,pinfo->bPauseDIG,pinfo->IGIValue,pinfo->max_time); -+ #endif -+ -+ pHalData->noise[pinfo->chan] = ODM_InbandNoise_Monitor(podmpriv,pinfo->bPauseDIG,pinfo->IGIValue,pinfo->max_time); -+ DBG_871X("chan_%d, noise = %d (dBm)\n",pinfo->chan,pHalData->noise[pinfo->chan]); -+ #ifdef DBG_NOISE_MONITOR -+ DBG_871X("noise_a = %d, noise_b = %d noise_all:%d \n", -+ podmpriv->noise_level.noise[ODM_RF_PATH_A], -+ podmpriv->noise_level.noise[ODM_RF_PATH_B], -+ podmpriv->noise_level.noise_all); -+ #endif -+ } -+ break; -+#endif/*#ifdef CONFIG_BACKGROUND_NOISE_MONITOR*/ -+ -+ case HAL_ODM_INITIAL_GAIN: -+ { -+ u8 rx_gain = *((u8 *)(pValue1)); -+ /*printk("rx_gain:%x\n",rx_gain);*/ -+ if (rx_gain == 0xff) {/*restore rx gain*/ -+ /*ODM_Write_DIG(podmpriv,pDigTable->BackupIGValue);*/ -+ odm_PauseDIG(podmpriv, PHYDM_RESUME, PHYDM_PAUSE_LEVEL_0, rx_gain); -+ } else { -+ /*pDigTable->BackupIGValue = pDigTable->CurIGValue;*/ -+ /*ODM_Write_DIG(podmpriv,rx_gain);*/ -+ odm_PauseDIG(podmpriv, PHYDM_PAUSE, PHYDM_PAUSE_LEVEL_0, rx_gain); -+ } -+ } -+ break; -+ case HAL_ODM_FA_CNT_DUMP: -+ if (*((u8 *)pValue1)) -+ podmpriv->DebugComponents |= (ODM_COMP_DIG | ODM_COMP_FA_CNT); -+ else -+ podmpriv->DebugComponents &= ~(ODM_COMP_DIG | ODM_COMP_FA_CNT); -+ break; -+ case HAL_ODM_DBG_FLAG: -+ ODM_CmnInfoUpdate(podmpriv, ODM_CMNINFO_DBG_COMP, *((u8Byte *)pValue1)); -+ break; -+ case HAL_ODM_DBG_LEVEL: -+ ODM_CmnInfoUpdate(podmpriv, ODM_CMNINFO_DBG_LEVEL, *((u4Byte *)pValue1)); -+ break; -+ case HAL_ODM_RX_INFO_DUMP: -+ { -+ PFALSE_ALARM_STATISTICS FalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure(podmpriv , PHYDM_FALSEALMCNT); -+ pDIG_T pDM_DigTable = &podmpriv->DM_DigTable; -+ -+ DBG_871X("============ Rx Info dump ===================\n"); -+ DBG_871X("bLinked = %d, RSSI_Min = %d(%%), CurrentIGI = 0x%x\n", -+ podmpriv->bLinked, podmpriv->RSSI_Min, pDM_DigTable->CurIGValue); -+ if (FalseAlmCnt) -+ DBG_871X("Cnt_Cck_fail = %d, Cnt_Ofdm_fail = %d, Total False Alarm = %d\n", -+ FalseAlmCnt->Cnt_Cck_fail, FalseAlmCnt->Cnt_Ofdm_fail, FalseAlmCnt->Cnt_all); -+ -+ if (podmpriv->bLinked) { -+ DBG_871X("RxRate = %s, RSSI_A = %d(%%), RSSI_B = %d(%%)\n", -+ HDATA_RATE(podmpriv->RxRate), podmpriv->RSSI_A, podmpriv->RSSI_B); -+ -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ rtw_dump_raw_rssi_info(Adapter); -+ #endif -+ } -+ } -+ break; -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ case HAL_ODM_AUTO_CHNL_SEL: -+ { -+ ACS_OP acs_op = *(ACS_OP *)pValue1; -+ -+ rtw_phydm_func_set(Adapter, ODM_BB_NHM_CNT); -+ -+ if (ACS_INIT == acs_op) { -+ #ifdef DBG_AUTO_CHNL_SEL_NHM -+ DBG_871X("[ACS-"ADPT_FMT"] HAL_ODM_AUTO_CHNL_SEL: ACS_INIT\n", ADPT_ARG(Adapter)); -+ #endif -+ odm_AutoChannelSelectInit(podmpriv); -+ } else if (ACS_RESET == acs_op) { -+ /* Reset statistics for auto channel selection mechanism.*/ -+ #ifdef DBG_AUTO_CHNL_SEL_NHM -+ DBG_871X("[ACS-"ADPT_FMT"] HAL_ODM_AUTO_CHNL_SEL: ACS_RESET\n", ADPT_ARG(Adapter)); -+ #endif -+ odm_AutoChannelSelectReset(podmpriv); -+ -+ } else if (ACS_SELECT == acs_op) { -+ /* Collect NHM measurement result after current channel */ -+ #ifdef DBG_AUTO_CHNL_SEL_NHM -+ DBG_871X("[ACS-"ADPT_FMT"] HAL_ODM_AUTO_CHNL_SEL: ACS_SELECT, CH(%d)\n", ADPT_ARG(Adapter), rtw_get_acs_channel(Adapter)); -+ #endif -+ odm_AutoChannelSelect(podmpriv, rtw_get_acs_channel(Adapter)); -+ } else -+ DBG_871X("[ACS-"ADPT_FMT"] HAL_ODM_AUTO_CHNL_SEL: Unexpected OP\n", ADPT_ARG(Adapter)); -+ -+ } -+ break; -+#endif -+ -+ default: -+ break; -+ } -+} -+ -+void GetHalODMVar( -+ PADAPTER Adapter, -+ HAL_ODM_VARIABLE eVariable, -+ PVOID pValue1, -+ PVOID pValue2) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T podmpriv = &pHalData->odmpriv; -+ -+ switch (eVariable) { -+#if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ case HAL_ODM_NOISE_MONITOR: -+ { -+ u8 chan = *(u8 *)pValue1; -+ *(s16 *)pValue2 = pHalData->noise[chan]; -+ #ifdef DBG_NOISE_MONITOR -+ DBG_8192C("### Noise monitor chan(%d)-noise:%d (dBm) ###\n", -+ chan, pHalData->noise[chan]); -+ #endif -+ } -+ break; -+#endif/*#ifdef CONFIG_BACKGROUND_NOISE_MONITOR*/ -+ case HAL_ODM_DBG_FLAG: -+ *((u8Byte *)pValue1) = podmpriv->DebugComponents; -+ break; -+ case HAL_ODM_DBG_LEVEL: -+ *((u4Byte *)pValue1) = podmpriv->DebugLevel; -+ break; -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ case HAL_ODM_AUTO_CHNL_SEL: -+ { -+ #ifdef DBG_AUTO_CHNL_SEL_NHM -+ DBG_871X("[ACS-"ADPT_FMT"] HAL_ODM_AUTO_CHNL_SEL: GET_BEST_CHAN\n", ADPT_ARG(Adapter)); -+ #endif -+ /* Retrieve better channel from NHM mechanism */ -+ if (IsSupported24G(Adapter->registrypriv.wireless_mode)) -+ *((u8 *)(pValue1)) = ODM_GetAutoChannelSelectResult(podmpriv, BAND_ON_2_4G); -+ if (IsSupported5G(Adapter->registrypriv.wireless_mode)) -+ *((u8 *)(pValue2)) = ODM_GetAutoChannelSelectResult(podmpriv, BAND_ON_5G); -+ } -+ break; -+#endif -+ -+ default: -+ break; -+ } -+} -+ -+ -+u32 rtw_phydm_ability_ops(_adapter *adapter, HAL_PHYDM_OPS ops, u32 ability) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(adapter); -+ PDM_ODM_T podmpriv = &pHalData->odmpriv; -+ u32 result = 0; -+ -+ switch (ops) { -+ case HAL_PHYDM_DIS_ALL_FUNC: -+ podmpriv->SupportAbility = DYNAMIC_FUNC_DISABLE; -+ break; -+ case HAL_PHYDM_FUNC_SET: -+ podmpriv->SupportAbility |= ability; -+ break; -+ case HAL_PHYDM_FUNC_CLR: -+ podmpriv->SupportAbility &= ~(ability); -+ break; -+ case HAL_PHYDM_ABILITY_BK: -+ /* dm flag backup*/ -+ podmpriv->BK_SupportAbility = podmpriv->SupportAbility; -+ break; -+ case HAL_PHYDM_ABILITY_RESTORE: -+ /* restore dm flag */ -+ podmpriv->SupportAbility = podmpriv->BK_SupportAbility; -+ break; -+ case HAL_PHYDM_ABILITY_SET: -+ podmpriv->SupportAbility = ability; -+ break; -+ case HAL_PHYDM_ABILITY_GET: -+ result = podmpriv->SupportAbility; -+ break; -+ } -+ return result; -+} -+ -+ -+BOOLEAN -+eqNByte( -+ u8* str1, -+ u8* str2, -+ u32 num -+ ) -+{ -+ if(num==0) -+ return _FALSE; -+ while(num>0) -+ { -+ num--; -+ if(str1[num]!=str2[num]) -+ return _FALSE; -+ } -+ return _TRUE; -+} -+ -+// -+// Description: -+// Return TRUE if chTmp is represent for hex digit and -+// FALSE otherwise. -+// -+// -+BOOLEAN -+IsHexDigit( -+ IN char chTmp -+) -+{ -+ if( (chTmp >= '0' && chTmp <= '9') || -+ (chTmp >= 'a' && chTmp <= 'f') || -+ (chTmp >= 'A' && chTmp <= 'F') ) -+ { -+ return _TRUE; -+ } -+ else -+ { -+ return _FALSE; -+ } -+} -+ -+ -+// -+// Description: -+// Translate a character to hex digit. -+// -+u32 -+MapCharToHexDigit( -+ IN char chTmp -+) -+{ -+ if(chTmp >= '0' && chTmp <= '9') -+ return (chTmp - '0'); -+ else if(chTmp >= 'a' && chTmp <= 'f') -+ return (10 + (chTmp - 'a')); -+ else if(chTmp >= 'A' && chTmp <= 'F') -+ return (10 + (chTmp - 'A')); -+ else -+ return 0; -+} -+ -+ -+ -+// -+// Description: -+// Parse hex number from the string pucStr. -+// -+BOOLEAN -+GetHexValueFromString( -+ IN char* szStr, -+ IN OUT u32* pu4bVal, -+ IN OUT u32* pu4bMove -+) -+{ -+ char* szScan = szStr; -+ -+ // Check input parameter. -+ if(szStr == NULL || pu4bVal == NULL || pu4bMove == NULL) -+ { -+ DBG_871X("GetHexValueFromString(): Invalid inpur argumetns! szStr: %p, pu4bVal: %p, pu4bMove: %p\n", szStr, pu4bVal, pu4bMove); -+ return _FALSE; -+ } -+ -+ // Initialize output. -+ *pu4bMove = 0; -+ *pu4bVal = 0; -+ -+ // Skip leading space. -+ while( *szScan != '\0' && -+ (*szScan == ' ' || *szScan == '\t') ) -+ { -+ szScan++; -+ (*pu4bMove)++; -+ } -+ -+ // Skip leading '0x' or '0X'. -+ if(*szScan == '0' && (*(szScan+1) == 'x' || *(szScan+1) == 'X')) -+ { -+ szScan += 2; -+ (*pu4bMove) += 2; -+ } -+ -+ // Check if szScan is now pointer to a character for hex digit, -+ // if not, it means this is not a valid hex number. -+ if(!IsHexDigit(*szScan)) -+ { -+ return _FALSE; -+ } -+ -+ // Parse each digit. -+ do -+ { -+ (*pu4bVal) <<= 4; -+ *pu4bVal += MapCharToHexDigit(*szScan); -+ -+ szScan++; -+ (*pu4bMove)++; -+ } while(IsHexDigit(*szScan)); -+ -+ return _TRUE; -+} -+ -+BOOLEAN -+GetFractionValueFromString( -+ IN char* szStr, -+ IN OUT u8* pInteger, -+ IN OUT u8* pFraction, -+ IN OUT u32* pu4bMove -+) -+{ -+ char *szScan = szStr; -+ -+ // Initialize output. -+ *pu4bMove = 0; -+ *pInteger = 0; -+ *pFraction = 0; -+ -+ // Skip leading space. -+ while ( *szScan != '\0' && (*szScan == ' ' || *szScan == '\t') ) { -+ ++szScan; -+ ++(*pu4bMove); -+ } -+ -+ // Parse each digit. -+ do { -+ (*pInteger) *= 10; -+ *pInteger += ( *szScan - '0' ); -+ -+ ++szScan; -+ ++(*pu4bMove); -+ -+ if ( *szScan == '.' ) -+ { -+ ++szScan; -+ ++(*pu4bMove); -+ -+ if ( *szScan < '0' || *szScan > '9' ) -+ return _FALSE; -+ else { -+ *pFraction = *szScan - '0'; -+ ++szScan; -+ ++(*pu4bMove); -+ return _TRUE; -+ } -+ } -+ } while(*szScan >= '0' && *szScan <= '9'); -+ -+ return _TRUE; -+} -+ -+// -+// Description: -+// Return TRUE if szStr is comment out with leading "//". -+// -+BOOLEAN -+IsCommentString( -+ IN char *szStr -+) -+{ -+ if(*szStr == '/' && *(szStr+1) == '/') -+ { -+ return _TRUE; -+ } -+ else -+ { -+ return _FALSE; -+ } -+} -+ -+BOOLEAN -+GetU1ByteIntegerFromStringInDecimal( -+ IN char* Str, -+ IN OUT u8* pInt -+ ) -+{ -+ u16 i = 0; -+ *pInt = 0; -+ -+ while ( Str[i] != '\0' ) -+ { -+ if ( Str[i] >= '0' && Str[i] <= '9' ) -+ { -+ *pInt *= 10; -+ *pInt += ( Str[i] - '0' ); -+ } -+ else -+ { -+ return _FALSE; -+ } -+ ++i; -+ } -+ -+ return _TRUE; -+} -+ -+// <20121004, Kordan> For example, -+// ParseQualifiedString(inString, 0, outString, '[', ']') gets "Kordan" from a string "Hello [Kordan]". -+// If RightQualifier does not exist, it will hang on in the while loop -+BOOLEAN -+ParseQualifiedString( -+ IN char* In, -+ IN OUT u32* Start, -+ OUT char* Out, -+ IN char LeftQualifier, -+ IN char RightQualifier -+ ) -+{ -+ u32 i = 0, j = 0; -+ char c = In[(*Start)++]; -+ -+ if (c != LeftQualifier) -+ return _FALSE; -+ -+ i = (*Start); -+ while ((c = In[(*Start)++]) != RightQualifier) -+ ; // find ']' -+ j = (*Start) - 2; -+ strncpy((char *)Out, (const char*)(In+i), j-i+1); -+ -+ return _TRUE; -+} -+ -+BOOLEAN -+isAllSpaceOrTab( -+ u8* data, -+ u8 size -+ ) -+{ -+ u8 cnt = 0, NumOfSpaceAndTab = 0; -+ -+ while( size > cnt ) -+ { -+ if ( data[cnt] == ' ' || data[cnt] == '\t' || data[cnt] == '\0' ) -+ ++NumOfSpaceAndTab; -+ -+ ++cnt; -+ } -+ -+ return size == NumOfSpaceAndTab; -+} -+ -+ -+void rtw_hal_check_rxfifo_full(_adapter *adapter) -+{ -+ struct dvobj_priv *psdpriv = adapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(adapter); -+ int save_cnt=_FALSE; -+ -+ //switch counter to RX fifo -+ if (IS_8188E(pHalData->VersionID) || IS_8188F(pHalData->VersionID) -+ || IS_8812_SERIES(pHalData->VersionID) || IS_8821_SERIES(pHalData->VersionID) -+ || IS_8723B_SERIES(pHalData->VersionID) || IS_8192E(pHalData->VersionID) || IS_8703B_SERIES(pHalData->VersionID)) -+ { -+ rtw_write8(adapter, REG_RXERR_RPT+3, rtw_read8(adapter, REG_RXERR_RPT+3)|0xa0); -+ save_cnt = _TRUE; -+ } -+ else -+ { -+ //todo: other chips -+ } -+ -+ -+ if (save_cnt) { -+ pdbgpriv->dbg_rx_fifo_last_overflow = pdbgpriv->dbg_rx_fifo_curr_overflow; -+ pdbgpriv->dbg_rx_fifo_curr_overflow = rtw_read16(adapter, REG_RXERR_RPT); -+ pdbgpriv->dbg_rx_fifo_diff_overflow = pdbgpriv->dbg_rx_fifo_curr_overflow-pdbgpriv->dbg_rx_fifo_last_overflow; -+ } else { -+ /* special value to indicate no implementation */ -+ pdbgpriv->dbg_rx_fifo_last_overflow = 1; -+ pdbgpriv->dbg_rx_fifo_curr_overflow = 1; -+ pdbgpriv->dbg_rx_fifo_diff_overflow = 1; -+ } -+} -+ -+void linked_info_dump(_adapter *padapter,u8 benable) -+{ -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if(padapter->bLinkInfoDump == benable) -+ return; -+ -+ DBG_871X("%s %s \n",__FUNCTION__,(benable)?"enable":"disable"); -+ -+ if(benable){ -+ #ifdef CONFIG_LPS -+ pwrctrlpriv->org_power_mgnt = pwrctrlpriv->power_mgnt;//keep org value -+ rtw_pm_set_lps(padapter,PS_MODE_ACTIVE); -+ #endif -+ -+ #ifdef CONFIG_IPS -+ pwrctrlpriv->ips_org_mode = pwrctrlpriv->ips_mode;//keep org value -+ rtw_pm_set_ips(padapter,IPS_NONE); -+ #endif -+ } -+ else{ -+ #ifdef CONFIG_IPS -+ rtw_pm_set_ips(padapter, pwrctrlpriv->ips_org_mode); -+ #endif // CONFIG_IPS -+ -+ #ifdef CONFIG_LPS -+ rtw_pm_set_lps(padapter, pwrctrlpriv->org_power_mgnt ); -+ #endif // CONFIG_LPS -+ } -+ padapter->bLinkInfoDump = benable ; -+} -+ -+#ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+void rtw_get_raw_rssi_info(void *sel, _adapter *padapter) -+{ -+ u8 isCCKrate,rf_path; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ struct rx_raw_rssi *psample_pkt_rssi = &padapter->recvpriv.raw_rssi_info; -+ -+ DBG_871X_SEL_NL(sel,"RxRate = %s, PWDBALL = %d(%%), rx_pwr_all = %d(dBm)\n", -+ HDATA_RATE(psample_pkt_rssi->data_rate), psample_pkt_rssi->pwdball, psample_pkt_rssi->pwr_all); -+ isCCKrate = (psample_pkt_rssi->data_rate <= DESC_RATE11M)?TRUE :FALSE; -+ -+ if(isCCKrate) -+ psample_pkt_rssi->mimo_signal_strength[0] = psample_pkt_rssi->pwdball; -+ -+ for(rf_path = 0;rf_pathNumTotalRFPath;rf_path++) -+ { -+ DBG_871X_SEL_NL(sel, "RF_PATH_%d=>signal_strength:%d(%%),signal_quality:%d(%%)\n" -+ , rf_path, psample_pkt_rssi->mimo_signal_strength[rf_path], psample_pkt_rssi->mimo_signal_quality[rf_path]); -+ -+ if(!isCCKrate){ -+ DBG_871X_SEL_NL(sel,"\trx_ofdm_pwr:%d(dBm),rx_ofdm_snr:%d(dB)\n", -+ psample_pkt_rssi->ofdm_pwr[rf_path],psample_pkt_rssi->ofdm_snr[rf_path]); -+ } -+ } -+} -+ -+void rtw_dump_raw_rssi_info(_adapter *padapter) -+{ -+ u8 isCCKrate,rf_path; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ struct rx_raw_rssi *psample_pkt_rssi = &padapter->recvpriv.raw_rssi_info; -+ DBG_871X("============ RAW Rx Info dump ===================\n"); -+ DBG_871X("RxRate = %s, PWDBALL = %d(%%), rx_pwr_all = %d(dBm)\n", -+ HDATA_RATE(psample_pkt_rssi->data_rate), psample_pkt_rssi->pwdball, psample_pkt_rssi->pwr_all); -+ -+ isCCKrate = (psample_pkt_rssi->data_rate <= DESC_RATE11M)?TRUE :FALSE; -+ -+ if(isCCKrate) -+ psample_pkt_rssi->mimo_signal_strength[0] = psample_pkt_rssi->pwdball; -+ -+ for(rf_path = 0;rf_pathNumTotalRFPath;rf_path++) -+ { -+ DBG_871X("RF_PATH_%d=>signal_strength:%d(%%),signal_quality:%d(%%)" -+ , rf_path, psample_pkt_rssi->mimo_signal_strength[rf_path], psample_pkt_rssi->mimo_signal_quality[rf_path]); -+ -+ if(!isCCKrate){ -+ printk(",rx_ofdm_pwr:%d(dBm),rx_ofdm_snr:%d(dB)\n", -+ psample_pkt_rssi->ofdm_pwr[rf_path],psample_pkt_rssi->ofdm_snr[rf_path]); -+ }else{ -+ printk("\n"); -+ } -+ } -+} -+ -+void rtw_store_phy_info(_adapter *padapter, union recv_frame *prframe) -+{ -+ u8 isCCKrate,rf_path; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ struct rx_pkt_attrib *pattrib = &prframe->u.hdr.attrib; -+ -+ PODM_PHY_INFO_T pPhyInfo = (PODM_PHY_INFO_T)(&pattrib->phy_info); -+ struct rx_raw_rssi *psample_pkt_rssi = &padapter->recvpriv.raw_rssi_info; -+ -+ psample_pkt_rssi->data_rate = pattrib->data_rate; -+ isCCKrate = (pattrib->data_rate <= DESC_RATE11M)?TRUE :FALSE; -+ -+ psample_pkt_rssi->pwdball = pPhyInfo->RxPWDBAll; -+ psample_pkt_rssi->pwr_all = pPhyInfo->RecvSignalPower; -+ -+ for(rf_path = 0;rf_pathNumTotalRFPath;rf_path++) -+ { -+ psample_pkt_rssi->mimo_signal_strength[rf_path] = pPhyInfo->RxMIMOSignalStrength[rf_path]; -+ psample_pkt_rssi->mimo_signal_quality[rf_path] = pPhyInfo->RxMIMOSignalQuality[rf_path]; -+ if(!isCCKrate){ -+ psample_pkt_rssi->ofdm_pwr[rf_path] = pPhyInfo->RxPwr[rf_path]; -+ psample_pkt_rssi->ofdm_snr[rf_path] = pPhyInfo->RxSNR[rf_path]; -+ } -+ } -+} -+#endif -+ -+int check_phy_efuse_tx_power_info_valid(PADAPTER padapter) { -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ u8* pContent = pHalData->efuse_eeprom_data; -+ int index = 0; -+ u16 tx_index_offset = 0x0000; -+ -+ switch (rtw_get_chip_type(padapter)) { -+ case RTL8723B: -+ tx_index_offset = EEPROM_TX_PWR_INX_8723B; -+ break; -+ case RTL8703B: -+ tx_index_offset = EEPROM_TX_PWR_INX_8703B; -+ break; -+ case RTL8188E: -+ tx_index_offset = EEPROM_TX_PWR_INX_88E; -+ break; -+ case RTL8188F: -+ tx_index_offset = EEPROM_TX_PWR_INX_8188F; -+ break; -+ case RTL8192E: -+ tx_index_offset = EEPROM_TX_PWR_INX_8192E; -+ break; -+ case RTL8821: -+ tx_index_offset = EEPROM_TX_PWR_INX_8821; -+ break; -+ case RTL8812: -+ tx_index_offset = EEPROM_TX_PWR_INX_8812; -+ break; -+ case RTL8814A: -+ tx_index_offset = EEPROM_TX_PWR_INX_8814; -+ break; -+ default: -+ tx_index_offset = 0x0010; -+ break; -+ } -+ -+ /* TODO: chacking length by ICs */ -+ for (index = 0 ; index < 11 ; index++) { -+ if (pContent[tx_index_offset + index] == 0xFF) -+ return _FALSE; -+ } -+ return _TRUE; -+} -+ -+int hal_efuse_macaddr_offset(_adapter *adapter) -+{ -+ u8 interface_type = 0; -+ int addr_offset = -1; -+ -+ interface_type = rtw_get_intf_type(adapter); -+ -+ switch (rtw_get_chip_type(adapter)) { -+#ifdef CONFIG_RTL8723B -+ case RTL8723B: -+ if (interface_type == RTW_USB) -+ addr_offset = EEPROM_MAC_ADDR_8723BU; -+ else if (interface_type == RTW_SDIO) -+ addr_offset = EEPROM_MAC_ADDR_8723BS; -+ else if (interface_type == RTW_PCIE) -+ addr_offset = EEPROM_MAC_ADDR_8723BE; -+ break; -+#endif -+#ifdef CONFIG_RTL8703B -+ case RTL8703B: -+ if (interface_type == RTW_SDIO) -+ addr_offset = EEPROM_MAC_ADDR_8703BS; -+ break; -+#endif -+#ifdef CONFIG_RTL8188E -+ case RTL8188E: -+ if (interface_type == RTW_USB) -+ addr_offset = EEPROM_MAC_ADDR_88EU; -+ else if (interface_type == RTW_SDIO) -+ addr_offset = EEPROM_MAC_ADDR_88ES; -+ else if (interface_type == RTW_PCIE) -+ addr_offset = EEPROM_MAC_ADDR_88EE; -+ break; -+#endif -+#ifdef CONFIG_RTL8188F -+ case RTL8188F: -+ if (interface_type == RTW_USB) -+ addr_offset = EEPROM_MAC_ADDR_8188FU; -+ else if (interface_type == RTW_SDIO) -+ addr_offset = EEPROM_MAC_ADDR_8188FS; -+ break; -+#endif -+#ifdef CONFIG_RTL8812A -+ case RTL8812: -+ if (interface_type == RTW_USB) -+ addr_offset = EEPROM_MAC_ADDR_8812AU; -+ else if (interface_type == RTW_PCIE) -+ addr_offset = EEPROM_MAC_ADDR_8812AE; -+ break; -+#endif -+#ifdef CONFIG_RTL8821A -+ case RTL8821: -+ if (interface_type == RTW_USB) -+ addr_offset = EEPROM_MAC_ADDR_8821AU; -+ else if (interface_type == RTW_SDIO) -+ addr_offset = EEPROM_MAC_ADDR_8821AS; -+ else if (interface_type == RTW_PCIE) -+ addr_offset = EEPROM_MAC_ADDR_8821AE; -+ break; -+#endif -+#ifdef CONFIG_RTL8192E -+ case RTL8192E: -+ if (interface_type == RTW_USB) -+ addr_offset = EEPROM_MAC_ADDR_8192EU; -+ else if (interface_type == RTW_SDIO) -+ addr_offset = EEPROM_MAC_ADDR_8192ES; -+ else if (interface_type == RTW_PCIE) -+ addr_offset = EEPROM_MAC_ADDR_8192EE; -+ break; -+#endif -+#ifdef CONFIG_RTL8814A -+ case RTL8814A: -+ if (interface_type == RTW_USB) -+ addr_offset = EEPROM_MAC_ADDR_8814AU; -+ else if (interface_type == RTW_PCIE) -+ addr_offset = EEPROM_MAC_ADDR_8814AE; -+ break; -+#endif -+ } -+ -+ if (addr_offset == -1) { -+ DBG_871X_LEVEL(_drv_err_, "%s: unknown combination - chip_type:%u, interface:%u\n" -+ , __func__, rtw_get_chip_type(adapter), rtw_get_intf_type(adapter)); -+ } -+ -+ return addr_offset; -+} -+ -+int Hal_GetPhyEfuseMACAddr(PADAPTER padapter, u8 *mac_addr) -+{ -+ int ret = _FAIL; -+ int addr_offset; -+ -+ addr_offset = hal_efuse_macaddr_offset(padapter); -+ if (addr_offset == -1) -+ goto exit; -+ -+ ret = rtw_efuse_map_read(padapter, addr_offset, ETH_ALEN, mac_addr); -+ -+exit: -+ return ret; -+} -+ -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+u32 Hal_readPGDataFromConfigFile(PADAPTER padapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(padapter); -+ u32 ret; -+ -+ ret = rtw_read_efuse_from_file(EFUSE_MAP_PATH, hal_data->efuse_eeprom_data); -+ hal_data->efuse_file_status = ((ret == _FAIL) ? EFUSE_FILE_FAILED : EFUSE_FILE_LOADED); -+ -+ return ret; -+} -+ -+u32 Hal_ReadMACAddrFromFile(PADAPTER padapter, u8 *mac_addr) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(padapter); -+ u32 ret = _FAIL; -+ -+ if (rtw_read_macaddr_from_file(WIFIMAC_PATH, mac_addr) == _SUCCESS -+ && rtw_check_invalid_mac_address(mac_addr, _TRUE) == _FALSE -+ ) { -+ hal_data->macaddr_file_status = MACADDR_FILE_LOADED; -+ ret = _SUCCESS; -+ } else { -+ hal_data->macaddr_file_status = MACADDR_FILE_FAILED; -+ } -+ -+ return ret; -+} -+#endif /* CONFIG_EFUSE_CONFIG_FILE */ -+ -+int hal_config_macaddr(_adapter *adapter, bool autoload_fail) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ u8 addr[ETH_ALEN]; -+ int addr_offset = hal_efuse_macaddr_offset(adapter); -+ u8 *hw_addr = NULL; -+ int ret = _SUCCESS; -+ -+ if (autoload_fail) -+ goto bypass_hw_pg; -+ -+ if (addr_offset != -1) -+ hw_addr = &hal_data->efuse_eeprom_data[addr_offset]; -+ -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+ /* if the hw_addr is written by efuse file, set to NULL */ -+ if (hal_data->efuse_file_status == EFUSE_FILE_LOADED) -+ hw_addr = NULL; -+#endif -+ -+ if (!hw_addr) { -+ /* try getting hw pg data */ -+ if (Hal_GetPhyEfuseMACAddr(adapter, addr) == _SUCCESS) -+ hw_addr = addr; -+ } -+ -+ /* check hw pg data */ -+ if (hw_addr && rtw_check_invalid_mac_address(hw_addr, _TRUE) == _FALSE) { -+ _rtw_memcpy(hal_data->EEPROMMACAddr, hw_addr, ETH_ALEN); -+ goto exit; -+ } -+ -+bypass_hw_pg: -+ -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+ /* check wifi mac file */ -+ if (Hal_ReadMACAddrFromFile(adapter, addr) == _SUCCESS) { -+ _rtw_memcpy(hal_data->EEPROMMACAddr, addr, ETH_ALEN); -+ goto exit; -+ } -+#endif -+ -+ _rtw_memset(hal_data->EEPROMMACAddr, 0, ETH_ALEN); -+ ret = _FAIL; -+ -+exit: -+ return ret; -+} -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+u32 Array_kfreemap[] = { -+0x08,0xe, -+0x06,0xc, -+0x04,0xa, -+0x02,0x8, -+0x00,0x6, -+0x03,0x4, -+0x05,0x2, -+0x07,0x0, -+0x09,0x0, -+0x0c,0x0, -+}; -+ -+void rtw_bb_rf_gain_offset(_adapter *padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct registry_priv *registry_par = &padapter->registrypriv; -+ struct kfree_data_t *kfree_data = &pHalData->kfree_data; -+ u8 value = pHalData->EEPROMRFGainOffset; -+ u8 tmp = 0x3e; -+ u32 res, i = 0; -+ u4Byte ArrayLen = sizeof(Array_kfreemap)/sizeof(u32); -+ pu4Byte Array = Array_kfreemap; -+ u4Byte v1 = 0, v2 = 0, GainValue = 0, target = 0; -+ -+ if (registry_par->RegRfKFreeEnable == 2) { -+ DBG_871X("Registry kfree default force disable.\n"); -+ return; -+ } -+ -+#if defined(CONFIG_RTL8723B) -+ if (value & BIT4 || (registry_par->RegRfKFreeEnable == 1)) { -+ DBG_871X("Offset RF Gain.\n"); -+ DBG_871X("Offset RF Gain. pHalData->EEPROMRFGainVal=0x%x\n",pHalData->EEPROMRFGainVal); -+ -+ if(pHalData->EEPROMRFGainVal != 0xff){ -+ -+ if(pHalData->ant_path == ODM_RF_PATH_A) { -+ GainValue=(pHalData->EEPROMRFGainVal & 0x0f); -+ -+ } else { -+ GainValue=(pHalData->EEPROMRFGainVal & 0xf0)>>4; -+ } -+ DBG_871X("Ant PATH_%d GainValue Offset = 0x%x\n",(pHalData->ant_path == ODM_RF_PATH_A) ? (ODM_RF_PATH_A) : (ODM_RF_PATH_B),GainValue); -+ -+ for (i = 0; i < ArrayLen; i += 2 ) -+ { -+ //DBG_871X("ArrayLen in =%d ,Array 1 =0x%x ,Array2 =0x%x \n",i,Array[i],Array[i]+1); -+ v1 = Array[i]; -+ v2 = Array[i+1]; -+ if ( v1 == GainValue ) { -+ DBG_871X("Offset RF Gain. got v1 =0x%x ,v2 =0x%x \n",v1,v2); -+ target=v2; -+ break; -+ } -+ } -+ DBG_871X("pHalData->EEPROMRFGainVal=0x%x ,Gain offset Target Value=0x%x\n",pHalData->EEPROMRFGainVal,target); -+ -+ res = rtw_hal_read_rfreg(padapter, RF_PATH_A, 0x7f, 0xffffffff); -+ DBG_871X("Offset RF Gain. before reg 0x7f=0x%08x\n",res); -+ PHY_SetRFReg(padapter, RF_PATH_A, REG_RF_BB_GAIN_OFFSET, BIT18|BIT17|BIT16|BIT15, target); -+ res = rtw_hal_read_rfreg(padapter, RF_PATH_A, 0x7f, 0xffffffff); -+ -+ DBG_871X("Offset RF Gain. After reg 0x7f=0x%08x\n",res); -+ -+ }else { -+ -+ DBG_871X("Offset RF Gain. pHalData->EEPROMRFGainVal=0x%x != 0xff, didn't run Kfree\n",pHalData->EEPROMRFGainVal); -+ } -+ } else { -+ DBG_871X("Using the default RF gain.\n"); -+ } -+ -+#elif defined(CONFIG_RTL8188E) -+ if (value & BIT4 || (registry_par->RegRfKFreeEnable == 1)) { -+ DBG_871X("8188ES Offset RF Gain.\n"); -+ DBG_871X("8188ES Offset RF Gain. EEPROMRFGainVal=0x%x\n", -+ pHalData->EEPROMRFGainVal); -+ -+ if (pHalData->EEPROMRFGainVal != 0xff) { -+ res = rtw_hal_read_rfreg(padapter, RF_PATH_A, -+ REG_RF_BB_GAIN_OFFSET, 0xffffffff); -+ -+ DBG_871X("Offset RF Gain. reg 0x55=0x%x\n",res); -+ res &= 0xfff87fff; -+ -+ res |= (pHalData->EEPROMRFGainVal & 0x0f) << 15; -+ DBG_871X("Offset RF Gain. res=0x%x\n",res); -+ -+ rtw_hal_write_rfreg(padapter, RF_PATH_A, -+ REG_RF_BB_GAIN_OFFSET, -+ RF_GAIN_OFFSET_MASK, res); -+ } else { -+ DBG_871X("Offset RF Gain. EEPROMRFGainVal=0x%x == 0xff, didn't run Kfree\n", -+ pHalData->EEPROMRFGainVal); -+ } -+ } else { -+ DBG_871X("Using the default RF gain.\n"); -+ } -+#else -+ /* TODO: call this when channel switch */ -+ if (kfree_data->flag & KFREE_FLAG_ON) -+ rtw_rf_apply_tx_gain_offset(padapter, 6); /* input ch6 to select BB_GAIN_2G */ -+#endif -+ -+} -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+bool kfree_data_is_bb_gain_empty(struct kfree_data_t *data) -+{ -+#ifdef CONFIG_RF_GAIN_OFFSET -+ int i, j; -+ -+ for (i = 0; i < BB_GAIN_NUM; i++) -+ for (j = 0; j < RF_PATH_MAX; j++) -+ if (data->bb_gain[i][j] != 0) -+ return 0; -+#endif -+ return 1; -+} -+ -+#ifdef CONFIG_USB_RX_AGGREGATION -+void rtw_set_usb_agg_by_mode_normal(_adapter *padapter, u8 cur_wireless_mode) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ if(cur_wireless_mode < WIRELESS_11_24N -+ && cur_wireless_mode > 0) //ABG mode -+ { -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ u32 remainder = 0; -+ u8 quotient = 0; -+ -+ remainder = MAX_RECVBUF_SZ % (4*1024); -+ quotient = (u8)(MAX_RECVBUF_SZ >> 12); -+ -+ if (quotient > 5) { -+ pHalData->RegAcUsbDmaSize = 0x6; -+ pHalData->RegAcUsbDmaTime = 0x10; -+ } else { -+ if (remainder >= 2048) { -+ pHalData->RegAcUsbDmaSize = quotient; -+ pHalData->RegAcUsbDmaTime = 0x10; -+ } else { -+ pHalData->RegAcUsbDmaSize = (quotient-1); -+ pHalData->RegAcUsbDmaTime = 0x10; -+ } -+ } -+#else /* !CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ if(0x6 != pHalData->RegAcUsbDmaSize || 0x10 !=pHalData->RegAcUsbDmaTime) -+ { -+ pHalData->RegAcUsbDmaSize = 0x6; -+ pHalData->RegAcUsbDmaTime = 0x10; -+ rtw_write16(padapter, REG_RXDMA_AGG_PG_TH, -+ pHalData->RegAcUsbDmaSize | (pHalData->RegAcUsbDmaTime<<8)); -+ } -+#endif /* CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ -+ } -+ else if(cur_wireless_mode >= WIRELESS_11_24N -+ && cur_wireless_mode <= WIRELESS_MODE_MAX)//N AC mode -+ { -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ u32 remainder = 0; -+ u8 quotient = 0; -+ -+ remainder = MAX_RECVBUF_SZ % (4*1024); -+ quotient = (u8)(MAX_RECVBUF_SZ >> 12); -+ -+ if (quotient > 5) { -+ pHalData->RegAcUsbDmaSize = 0x5; -+ pHalData->RegAcUsbDmaTime = 0x20; -+ } else { -+ if (remainder >= 2048) { -+ pHalData->RegAcUsbDmaSize = quotient; -+ pHalData->RegAcUsbDmaTime = 0x10; -+ } else { -+ pHalData->RegAcUsbDmaSize = (quotient-1); -+ pHalData->RegAcUsbDmaTime = 0x10; -+ } -+ } -+#else /* !CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ if(0x5 != pHalData->RegAcUsbDmaSize || 0x20 !=pHalData->RegAcUsbDmaTime) -+ { -+ pHalData->RegAcUsbDmaSize = 0x5; -+ pHalData->RegAcUsbDmaTime = 0x20; -+ rtw_write16(padapter, REG_RXDMA_AGG_PG_TH, -+ pHalData->RegAcUsbDmaSize | (pHalData->RegAcUsbDmaTime<<8)); -+ } -+#endif /* CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ -+ } -+ else -+ { -+ /* DBG_871X("%s: Unknow wireless mode(0x%x)\n",__func__,padapter->mlmeextpriv.cur_wireless_mode); */ -+ } -+} -+ -+void rtw_set_usb_agg_by_mode_customer(_adapter *padapter, u8 cur_wireless_mode, u8 UsbDmaSize, u8 Legacy_UsbDmaSize) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if (cur_wireless_mode < WIRELESS_11_24N -+ && cur_wireless_mode > 0) { /* ABG mode */ -+ if (Legacy_UsbDmaSize != pHalData->RegAcUsbDmaSize -+ || 0x10 != pHalData->RegAcUsbDmaTime) { -+ pHalData->RegAcUsbDmaSize = Legacy_UsbDmaSize; -+ pHalData->RegAcUsbDmaTime = 0x10; -+ rtw_write16(padapter, REG_RXDMA_AGG_PG_TH, -+ pHalData->RegAcUsbDmaSize | (pHalData->RegAcUsbDmaTime<<8)); -+ } -+ } else if (cur_wireless_mode >= WIRELESS_11_24N -+ && cur_wireless_mode <= WIRELESS_MODE_MAX) { /* N AC mode */ -+ if (UsbDmaSize != pHalData->RegAcUsbDmaSize -+ || 0x20 != pHalData->RegAcUsbDmaTime) { -+ pHalData->RegAcUsbDmaSize = UsbDmaSize; -+ pHalData->RegAcUsbDmaTime = 0x20; -+ rtw_write16(padapter, REG_RXDMA_AGG_PG_TH, -+ pHalData->RegAcUsbDmaSize | (pHalData->RegAcUsbDmaTime<<8)); -+ } -+ } else { -+ /* DBG_871X("%s: Unknown wireless mode(0x%x)\n",__func__,padapter->mlmeextpriv.cur_wireless_mode); */ -+ } -+} -+ -+void rtw_set_usb_agg_by_mode(_adapter *padapter, u8 cur_wireless_mode) -+{ -+#ifdef CONFIG_PLATFORM_NOVATEK_NT72668 -+ rtw_set_usb_agg_by_mode_customer(padapter, cur_wireless_mode, 0x3, 0x3); -+ return; -+#endif /* CONFIG_PLATFORM_NOVATEK_NT72668 */ -+ -+ rtw_set_usb_agg_by_mode_normal(padapter, cur_wireless_mode); -+} -+#endif //CONFIG_USB_RX_AGGREGATION -+ -+//To avoid RX affect TX throughput -+void dm_DynamicUsbTxAgg(_adapter *padapter, u8 from_timer) -+{ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeextpriv = &(padapter->mlmeextpriv); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ u8 cur_wireless_mode = pmlmeextpriv->cur_wireless_mode; -+#ifdef CONFIG_CONCURRENT_MODE -+ struct mlme_ext_priv *pbuddymlmeextpriv = &(padapter->pbuddy_adapter->mlmeextpriv); -+#endif //CONFIG_CONCURRENT_MODE -+ -+#ifdef CONFIG_USB_RX_AGGREGATION -+ if(IS_HARDWARE_TYPE_8821U(padapter) )//|| IS_HARDWARE_TYPE_8192EU(padapter)) -+ { -+ //This AGG_PH_TH only for UsbRxAggMode == USB_RX_AGG_USB -+ if((pHalData->UsbRxAggMode == USB_RX_AGG_USB) && (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE)) -+ { -+ if(pdvobjpriv->traffic_stat.cur_tx_tp > 2 && pdvobjpriv->traffic_stat.cur_rx_tp < 30) -+ rtw_write16(padapter , REG_RXDMA_AGG_PG_TH , 0x1010); -+ else if (pdvobjpriv->traffic_stat.last_tx_bytes > 220000 && pdvobjpriv->traffic_stat.cur_rx_tp < 30) -+ rtw_write16(padapter , REG_RXDMA_AGG_PG_TH , 0x1006); -+ else -+ rtw_write16(padapter, REG_RXDMA_AGG_PG_TH,0x2005); //dmc agg th 20K -+ -+ //DBG_871X("TX_TP=%u, RX_TP=%u \n", pdvobjpriv->traffic_stat.cur_tx_tp, pdvobjpriv->traffic_stat.cur_rx_tp); -+ } -+ } -+ else if(IS_HARDWARE_TYPE_8812(padapter)) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_linked_check(padapter) == _TRUE && rtw_linked_check(padapter->pbuddy_adapter) == _TRUE) -+ { -+ if(pbuddymlmeextpriv->cur_wireless_mode >= pmlmeextpriv->cur_wireless_mode) -+ cur_wireless_mode = pbuddymlmeextpriv->cur_wireless_mode; -+ else -+ cur_wireless_mode = pmlmeextpriv->cur_wireless_mode; -+ -+ rtw_set_usb_agg_by_mode(padapter,cur_wireless_mode); -+ } -+ else if (rtw_linked_check(padapter) == _TRUE && rtw_linked_check(padapter->pbuddy_adapter) == _FALSE) -+ { -+ rtw_set_usb_agg_by_mode(padapter,cur_wireless_mode); -+ } -+#else //!CONFIG_CONCURRENT_MODE -+ rtw_set_usb_agg_by_mode(padapter,cur_wireless_mode); -+#endif //CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_PLATFORM_NOVATEK_NT72668 -+ } else { -+ rtw_set_usb_agg_by_mode(padapter, cur_wireless_mode); -+#endif /* CONFIG_PLATFORM_NOVATEK_NT72668 */ -+ } -+#endif -+} -+ -+//bus-agg check for SoftAP mode -+inline u8 rtw_hal_busagg_qsel_check(_adapter *padapter,u8 pre_qsel,u8 next_qsel) -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 chk_rst = _SUCCESS; -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return chk_rst; -+ -+ //if((pre_qsel == 0xFF)||(next_qsel== 0xFF)) -+ // return chk_rst; -+ -+ if( ((pre_qsel == QSLT_HIGH)||((next_qsel== QSLT_HIGH))) -+ && (pre_qsel != next_qsel )){ -+ //DBG_871X("### bus-agg break cause of qsel misatch, pre_qsel=0x%02x,next_qsel=0x%02x ###\n", -+ // pre_qsel,next_qsel); -+ chk_rst = _FAIL; -+ } -+ return chk_rst; -+} -+ -+/* -+ * Description: -+ * dump_TX_FIFO: This is only used to dump TX_FIFO for debug WoW mode offload -+ * contant. -+ * -+ * Input: -+ * adapter: adapter pointer. -+ * page_num: The max. page number that user want to dump. -+ * page_size: page size of each page. eg. 128 bytes, 256 bytes, 512byte. -+ */ -+void dump_TX_FIFO(_adapter* padapter, u8 page_num, u16 page_size){ -+ -+ int i; -+ u8 val = 0; -+ u8 base = 0; -+ u32 addr = 0; -+ u32 count = (page_size / 8); -+ -+ if (page_num <= 0) { -+ DBG_871X("!!%s: incorrect input page_num paramter!\n", __func__); -+ return; -+ } -+ -+ if (page_size < 128 || page_size > 512) { -+ DBG_871X("!!%s: incorrect input page_size paramter!\n", __func__); -+ return; -+ } -+ -+ DBG_871X("+%s+\n", __func__); -+ val = rtw_read8(padapter, 0x106); -+ rtw_write8(padapter, 0x106, 0x69); -+ DBG_871X("0x106: 0x%02x\n", val); -+ base = rtw_read8(padapter, 0x209); -+ DBG_871X("0x209: 0x%02x\n", base); -+ -+ addr = ((base) * page_size)/8; -+ for (i = 0 ; i < page_num * count ; i+=2) { -+ rtw_write32(padapter, 0x140, addr + i); -+ printk(" %08x %08x ", rtw_read32(padapter, 0x144), rtw_read32(padapter, 0x148)); -+ rtw_write32(padapter, 0x140, addr + i + 1); -+ printk(" %08x %08x \n", rtw_read32(padapter, 0x144), rtw_read32(padapter, 0x148)); -+ } -+} -+ -+#ifdef CONFIG_GPIO_API -+u8 rtw_hal_get_gpio(_adapter* adapter, u8 gpio_num) -+{ -+ u8 value; -+ u8 direction; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(adapter); -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ DBG_871X("rf_pwrstate=0x%02x\n", pwrpriv->rf_pwrstate); -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ /* Read GPIO Direction */ -+ direction = (rtw_read8(adapter,REG_GPIO_PIN_CTRL + 2) & BIT(gpio_num)) >> gpio_num; -+ -+ /* According the direction to read register value */ -+ if( direction ) -+ value = (rtw_read8(adapter, REG_GPIO_PIN_CTRL + 1)& BIT(gpio_num)) >> gpio_num; -+ else -+ value = (rtw_read8(adapter, REG_GPIO_PIN_CTRL)& BIT(gpio_num)) >> gpio_num; -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ DBG_871X("%s direction=%d value=%d\n",__FUNCTION__,direction,value); -+ -+ return value; -+} -+ -+int rtw_hal_set_gpio_output_value(_adapter* adapter, u8 gpio_num, bool isHigh) -+{ -+ u8 direction = 0; -+ u8 res = -1; -+ if (IS_HARDWARE_TYPE_8188E(adapter)){ -+ /* Check GPIO is 4~7 */ -+ if( gpio_num > 7 || gpio_num < 4) -+ { -+ DBG_871X("%s The gpio number does not included 4~7.\n",__FUNCTION__); -+ return -1; -+ } -+ } -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ /* Read GPIO direction */ -+ direction = (rtw_read8(adapter,REG_GPIO_PIN_CTRL + 2) & BIT(gpio_num)) >> gpio_num; -+ -+ /* If GPIO is output direction, setting value. */ -+ if( direction ) -+ { -+ if(isHigh) -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 1, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 1) | BIT(gpio_num)); -+ else -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 1, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 1) & ~BIT(gpio_num)); -+ -+ DBG_871X("%s Set gpio %x[%d]=%d\n",__FUNCTION__,REG_GPIO_PIN_CTRL+1,gpio_num,isHigh ); -+ res = 0; -+ } -+ else -+ { -+ DBG_871X("%s The gpio is input,not be set!\n",__FUNCTION__); -+ res = -1; -+ } -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ return res; -+} -+ -+int rtw_hal_config_gpio(_adapter* adapter, u8 gpio_num, bool isOutput) -+{ -+ if (IS_HARDWARE_TYPE_8188E(adapter)){ -+ if( gpio_num > 7 || gpio_num < 4) -+ { -+ DBG_871X("%s The gpio number does not included 4~7.\n",__FUNCTION__); -+ return -1; -+ } -+ } -+ -+ DBG_871X("%s gpio_num =%d direction=%d\n",__FUNCTION__,gpio_num,isOutput); -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ if( isOutput ) -+ { -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 2, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 2) | BIT(gpio_num)); -+ } -+ else -+ { -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 2, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 2) & ~BIT(gpio_num)); -+ } -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ -+ return 0; -+} -+int rtw_hal_register_gpio_interrupt(_adapter* adapter, int gpio_num, void(*callback)(u8 level)) -+{ -+ u8 value; -+ u8 direction; -+ PHAL_DATA_TYPE phal = GET_HAL_DATA(adapter); -+ -+ if (IS_HARDWARE_TYPE_8188E(adapter)){ -+ if(gpio_num > 7 || gpio_num < 4) -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s The gpio number does not included 4~7.\n",__FUNCTION__); -+ return -1; -+ } -+ } -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ /* Read GPIO direction */ -+ direction = (rtw_read8(adapter,REG_GPIO_PIN_CTRL + 2) & BIT(gpio_num)) >> gpio_num; -+ if(direction){ -+ DBG_871X_LEVEL(_drv_always_, "%s Can't register output gpio as interrupt.\n",__FUNCTION__); -+ return -1; -+ } -+ -+ /* Config GPIO Mode */ -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 3, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 3) | BIT(gpio_num)); -+ -+ /* Register GPIO interrupt handler*/ -+ adapter->gpiointpriv.callback[gpio_num] = callback; -+ -+ /* Set GPIO interrupt mode, 0:positive edge, 1:negative edge */ -+ value = rtw_read8(adapter, REG_GPIO_PIN_CTRL) & BIT(gpio_num); -+ adapter->gpiointpriv.interrupt_mode = rtw_read8(adapter, REG_HSIMR + 2)^value; -+ rtw_write8(adapter, REG_GPIO_INTM, adapter->gpiointpriv.interrupt_mode); -+ -+ /* Enable GPIO interrupt */ -+ adapter->gpiointpriv.interrupt_enable_mask = rtw_read8(adapter, REG_HSIMR + 2) | BIT(gpio_num); -+ rtw_write8(adapter, REG_HSIMR + 2, adapter->gpiointpriv.interrupt_enable_mask); -+ -+ rtw_hal_update_hisr_hsisr_ind(adapter, 1); -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ -+ return 0; -+} -+int rtw_hal_disable_gpio_interrupt(_adapter* adapter, int gpio_num) -+{ -+ u8 value; -+ u8 direction; -+ PHAL_DATA_TYPE phal = GET_HAL_DATA(adapter); -+ -+ if (IS_HARDWARE_TYPE_8188E(adapter)){ -+ if(gpio_num > 7 || gpio_num < 4) -+ { -+ DBG_871X("%s The gpio number does not included 4~7.\n",__FUNCTION__); -+ return -1; -+ } -+ } -+ -+ rtw_ps_deny(adapter, PS_DENY_IOCTL); -+ -+ LeaveAllPowerSaveModeDirect(adapter); -+ -+ /* Config GPIO Mode */ -+ rtw_write8(adapter, REG_GPIO_PIN_CTRL + 3, rtw_read8(adapter, REG_GPIO_PIN_CTRL + 3) &~ BIT(gpio_num)); -+ -+ /* Unregister GPIO interrupt handler*/ -+ adapter->gpiointpriv.callback[gpio_num] = NULL; -+ -+ /* Reset GPIO interrupt mode, 0:positive edge, 1:negative edge */ -+ adapter->gpiointpriv.interrupt_mode = rtw_read8(adapter, REG_GPIO_INTM) &~ BIT(gpio_num); -+ rtw_write8(adapter, REG_GPIO_INTM, 0x00); -+ -+ /* Disable GPIO interrupt */ -+ adapter->gpiointpriv.interrupt_enable_mask = rtw_read8(adapter, REG_HSIMR + 2) &~ BIT(gpio_num); -+ rtw_write8(adapter, REG_HSIMR + 2, adapter->gpiointpriv.interrupt_enable_mask); -+ -+ if(!adapter->gpiointpriv.interrupt_enable_mask) -+ rtw_hal_update_hisr_hsisr_ind(adapter, 0); -+ -+ rtw_ps_deny_cancel(adapter, PS_DENY_IOCTL); -+ -+ return 0; -+} -+#endif -+ -+void rtw_dump_mac_rx_counters(_adapter* padapter,struct dbg_rx_counter *rx_counter) -+{ -+ u32 mac_cck_ok=0, mac_ofdm_ok=0, mac_ht_ok=0, mac_vht_ok=0; -+ u32 mac_cck_err=0, mac_ofdm_err=0, mac_ht_err=0, mac_vht_err=0; -+ u32 mac_cck_fa=0, mac_ofdm_fa=0, mac_ht_fa=0; -+ u32 DropPacket=0; -+ -+ if(!rx_counter){ -+ rtw_warn_on(1); -+ return; -+ } -+ -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x3); -+ mac_cck_ok = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x0); -+ mac_ofdm_ok = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x6); -+ mac_ht_ok = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ mac_vht_ok = 0; -+ if (IS_HARDWARE_TYPE_JAGUAR(padapter) || IS_HARDWARE_TYPE_JAGUAR2(padapter)) { -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x0); -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT26, 0x1); -+ mac_vht_ok = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ } -+ -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x4); -+ mac_cck_err = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x1); -+ mac_ofdm_err = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x7); -+ mac_ht_err = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ mac_vht_err = 0; -+ if (IS_HARDWARE_TYPE_JAGUAR(padapter) || IS_HARDWARE_TYPE_JAGUAR2(padapter)) { -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x1); -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT26, 0x1); -+ mac_vht_err = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ } -+ -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x5); -+ mac_cck_fa = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x2); -+ mac_ofdm_fa = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT28|BIT29|BIT30|BIT31, 0x9); -+ mac_ht_fa = PHY_QueryMacReg(padapter, REG_RXERR_RPT, bMaskLWord);// [15:0] -+ -+ //Mac_DropPacket -+ rtw_write32(padapter, REG_RXERR_RPT, (rtw_read32(padapter, REG_RXERR_RPT)& 0x0FFFFFFF)| Mac_DropPacket); -+ DropPacket = rtw_read32(padapter, REG_RXERR_RPT)& 0x0000FFFF; -+ -+ rx_counter->rx_pkt_ok = mac_cck_ok+mac_ofdm_ok+mac_ht_ok+mac_vht_ok; -+ rx_counter->rx_pkt_crc_error = mac_cck_err+mac_ofdm_err+mac_ht_err+mac_vht_err; -+ rx_counter->rx_cck_fa = mac_cck_fa; -+ rx_counter->rx_ofdm_fa = mac_ofdm_fa; -+ rx_counter->rx_ht_fa = mac_ht_fa; -+ rx_counter->rx_pkt_drop = DropPacket; -+} -+void rtw_reset_mac_rx_counters(_adapter* padapter) -+{ -+ -+ if (IS_HARDWARE_TYPE_8703B(padapter) || IS_HARDWARE_TYPE_8188F(padapter)) -+ PHY_SetMacReg(padapter, 0x608, BIT19, 0x1); /* If no packet rx, MaxRx clock be gating ,BIT_DISGCLK bit19 set 1 for fix*/ -+ -+ //reset mac counter -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT27, 0x1); -+ PHY_SetMacReg(padapter, REG_RXERR_RPT, BIT27, 0x0); -+} -+ -+void rtw_dump_phy_rx_counters(_adapter* padapter,struct dbg_rx_counter *rx_counter) -+{ -+ u32 cckok=0,cckcrc=0,ofdmok=0,ofdmcrc=0,htok=0,htcrc=0,OFDM_FA=0,CCK_FA=0,vht_ok=0,vht_err=0; -+ if(!rx_counter){ -+ rtw_warn_on(1); -+ return; -+ } -+ if (IS_HARDWARE_TYPE_JAGUAR(padapter) || IS_HARDWARE_TYPE_JAGUAR2(padapter)){ -+ cckok = PHY_QueryBBReg(padapter, 0xF04, 0x3FFF); // [13:0] -+ ofdmok = PHY_QueryBBReg(padapter, 0xF14, 0x3FFF); // [13:0] -+ htok = PHY_QueryBBReg(padapter, 0xF10, 0x3FFF); // [13:0] -+ vht_ok = PHY_QueryBBReg(padapter, 0xF0C, 0x3FFF); // [13:0] -+ cckcrc = PHY_QueryBBReg(padapter, 0xF04, 0x3FFF0000); // [29:16] -+ ofdmcrc = PHY_QueryBBReg(padapter, 0xF14, 0x3FFF0000); // [29:16] -+ htcrc = PHY_QueryBBReg(padapter, 0xF10, 0x3FFF0000); // [29:16] -+ vht_err = PHY_QueryBBReg(padapter, 0xF0C, 0x3FFF0000); // [29:16] -+ CCK_FA = PHY_QueryBBReg(padapter, 0xA5C, bMaskLWord); -+ OFDM_FA = PHY_QueryBBReg(padapter, 0xF48, bMaskLWord); -+ } -+ else -+ { -+ cckok = PHY_QueryBBReg(padapter, 0xF88, bMaskDWord); -+ ofdmok = PHY_QueryBBReg(padapter, 0xF94, bMaskLWord); -+ htok = PHY_QueryBBReg(padapter, 0xF90, bMaskLWord); -+ vht_ok = 0; -+ cckcrc = PHY_QueryBBReg(padapter, 0xF84, bMaskDWord); -+ ofdmcrc = PHY_QueryBBReg(padapter, 0xF94, bMaskHWord); -+ htcrc = PHY_QueryBBReg(padapter, 0xF90, bMaskHWord); -+ vht_err = 0; -+ OFDM_FA = PHY_QueryBBReg(padapter, 0xCF0, bMaskLWord) + PHY_QueryBBReg(padapter, 0xCF2, bMaskLWord) + -+ PHY_QueryBBReg(padapter, 0xDA2, bMaskLWord) + PHY_QueryBBReg(padapter, 0xDA4, bMaskLWord) + -+ PHY_QueryBBReg(padapter, 0xDA6, bMaskLWord) + PHY_QueryBBReg(padapter, 0xDA8, bMaskLWord); -+ -+ CCK_FA=(rtw_read8(padapter, 0xA5B )<<8 ) | (rtw_read8(padapter, 0xA5C)); -+ } -+ -+ rx_counter->rx_pkt_ok = cckok+ofdmok+htok+vht_ok; -+ rx_counter->rx_pkt_crc_error = cckcrc+ofdmcrc+htcrc+vht_err; -+ rx_counter->rx_ofdm_fa = OFDM_FA; -+ rx_counter->rx_cck_fa = CCK_FA; -+ -+} -+ -+void rtw_reset_phy_rx_counters(_adapter* padapter) -+{ -+ //reset phy counter -+ if (IS_HARDWARE_TYPE_JAGUAR(padapter) || IS_HARDWARE_TYPE_JAGUAR2(padapter)) -+ { -+ PHY_SetBBReg(padapter, 0xB58, BIT0, 0x1); -+ PHY_SetBBReg(padapter, 0xB58, BIT0, 0x0); -+ -+ PHY_SetBBReg(padapter, 0x9A4, BIT17, 0x1);//reset OFDA FA counter -+ PHY_SetBBReg(padapter, 0x9A4, BIT17, 0x0); -+ -+ PHY_SetBBReg(padapter, 0xA2C, BIT15, 0x0);//reset CCK FA counter -+ PHY_SetBBReg(padapter, 0xA2C, BIT15, 0x1); -+ } -+ else -+ { -+ PHY_SetBBReg(padapter, 0xF14, BIT16, 0x1); -+ rtw_msleep_os(10); -+ PHY_SetBBReg(padapter, 0xF14, BIT16, 0x0); -+ -+ PHY_SetBBReg(padapter, 0xD00, BIT27, 0x1);//reset OFDA FA counter -+ PHY_SetBBReg(padapter, 0xC0C, BIT31, 0x1);//reset OFDA FA counter -+ PHY_SetBBReg(padapter, 0xD00, BIT27, 0x0); -+ PHY_SetBBReg(padapter, 0xC0C, BIT31, 0x0); -+ -+ PHY_SetBBReg(padapter, 0xA2C, BIT15, 0x0);//reset CCK FA counter -+ PHY_SetBBReg(padapter, 0xA2C, BIT15, 0x1); -+ } -+} -+#ifdef DBG_RX_COUNTER_DUMP -+void rtw_dump_drv_rx_counters(_adapter* padapter,struct dbg_rx_counter *rx_counter) -+{ -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ if(!rx_counter){ -+ rtw_warn_on(1); -+ return; -+ } -+ rx_counter->rx_pkt_ok = padapter->drv_rx_cnt_ok; -+ rx_counter->rx_pkt_crc_error = padapter->drv_rx_cnt_crcerror; -+ rx_counter->rx_pkt_drop = precvpriv->rx_drop - padapter->drv_rx_cnt_drop; -+} -+void rtw_reset_drv_rx_counters(_adapter* padapter) -+{ -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ padapter->drv_rx_cnt_ok = 0; -+ padapter->drv_rx_cnt_crcerror = 0; -+ padapter->drv_rx_cnt_drop = precvpriv->rx_drop; -+} -+void rtw_dump_phy_rxcnts_preprocess(_adapter* padapter,u8 rx_cnt_mode) -+{ -+ u8 initialgain; -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(padapter); -+ DM_ODM_T *odm = &(hal_data->odmpriv); -+ DIG_T *pDigTable = &odm->DM_DigTable; -+ -+ if((!(padapter->dump_rx_cnt_mode& DUMP_PHY_RX_COUNTER)) && (rx_cnt_mode & DUMP_PHY_RX_COUNTER)) -+ { -+ initialgain = pDigTable->CurIGValue; -+ DBG_871X("%s CurIGValue:0x%02x\n",__FUNCTION__,initialgain); -+ rtw_hal_set_odm_var(padapter, HAL_ODM_INITIAL_GAIN, &initialgain, _FALSE); -+ /*disable dynamic functions, such as high power, DIG*/ -+ rtw_phydm_ability_backup(padapter); -+ rtw_phydm_func_clr(padapter, (ODM_BB_DIG|ODM_BB_FA_CNT)); -+ } -+ else if((padapter->dump_rx_cnt_mode& DUMP_PHY_RX_COUNTER) &&(!(rx_cnt_mode & DUMP_PHY_RX_COUNTER ))) -+ { -+ //turn on phy-dynamic functions -+ rtw_phydm_ability_restore(padapter); -+ initialgain = 0xff; //restore RX GAIN -+ rtw_hal_set_odm_var(padapter, HAL_ODM_INITIAL_GAIN, &initialgain, _FALSE); -+ -+ } -+} -+ -+void rtw_dump_rx_counters(_adapter* padapter) -+{ -+ struct dbg_rx_counter rx_counter; -+ -+ if( padapter->dump_rx_cnt_mode & DUMP_DRV_RX_COUNTER ){ -+ _rtw_memset(&rx_counter,0,sizeof(struct dbg_rx_counter)); -+ rtw_dump_drv_rx_counters(padapter,&rx_counter); -+ DBG_871X( "Drv Received packet OK:%d CRC error:%d Drop Packets: %d\n", -+ rx_counter.rx_pkt_ok,rx_counter.rx_pkt_crc_error,rx_counter.rx_pkt_drop); -+ rtw_reset_drv_rx_counters(padapter); -+ } -+ -+ if( padapter->dump_rx_cnt_mode & DUMP_MAC_RX_COUNTER ){ -+ _rtw_memset(&rx_counter,0,sizeof(struct dbg_rx_counter)); -+ rtw_dump_mac_rx_counters(padapter,&rx_counter); -+ DBG_871X( "Mac Received packet OK:%d CRC error:%d FA Counter: %d Drop Packets: %d\n", -+ rx_counter.rx_pkt_ok,rx_counter.rx_pkt_crc_error, -+ rx_counter.rx_cck_fa+rx_counter.rx_ofdm_fa+rx_counter.rx_ht_fa, -+ rx_counter.rx_pkt_drop); -+ rtw_reset_mac_rx_counters(padapter); -+ } -+ -+ if(padapter->dump_rx_cnt_mode & DUMP_PHY_RX_COUNTER ){ -+ _rtw_memset(&rx_counter,0,sizeof(struct dbg_rx_counter)); -+ rtw_dump_phy_rx_counters(padapter,&rx_counter); -+ //DBG_871X("%s: OFDM_FA =%d\n", __FUNCTION__, rx_counter.rx_ofdm_fa); -+ //DBG_871X("%s: CCK_FA =%d\n", __FUNCTION__, rx_counter.rx_cck_fa); -+ DBG_871X("Phy Received packet OK:%d CRC error:%d FA Counter: %d\n",rx_counter.rx_pkt_ok,rx_counter.rx_pkt_crc_error, -+ rx_counter.rx_ofdm_fa+rx_counter.rx_cck_fa); -+ rtw_reset_phy_rx_counters(padapter); -+ } -+} -+#endif -+void rtw_get_noise(_adapter* padapter) -+{ -+#if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct noise_info info; -+ if(rtw_linked_check(padapter)){ -+ info.bPauseDIG = _TRUE; -+ info.IGIValue = 0x1e; -+ info.max_time = 100;//ms -+ info.chan = pmlmeext->cur_channel ;//rtw_get_oper_ch(padapter); -+ rtw_ps_deny(padapter, PS_DENY_IOCTL); -+ LeaveAllPowerSaveModeDirect(padapter); -+ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&info, _FALSE); -+ //ODM_InbandNoise_Monitor(podmpriv,_TRUE,0x20,100); -+ rtw_ps_deny_cancel(padapter, PS_DENY_IOCTL); -+ rtw_hal_get_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&(info.chan), &(padapter->recvpriv.noise)); -+ #ifdef DBG_NOISE_MONITOR -+ DBG_871X("chan:%d,noise_level:%d\n",info.chan,padapter->recvpriv.noise); -+ #endif -+ } -+#endif -+ -+} -+ -+#ifdef CONFIG_FW_C2H_DEBUG -+ -+/* C2H RX package original is 128. -+if enable CONFIG_FW_C2H_DEBUG, it should increase to 256. -+ C2H FW debug message: -+ without aggregate: -+ {C2H_CmdID,Seq,SubID,Len,Content[0~n]} -+ Content[0~n]={'a','b','c',...,'z','\n'} -+ with aggregate: -+ {C2H_CmdID,Seq,SubID,Len,Content[0~n]} -+ Content[0~n]={'a','b','c',...,'z','\n',Extend C2H pkt 2...} -+ Extend C2H pkt 2={C2H CmdID,Seq,SubID,Len,Content = {'a','b','c',...,'z','\n'}} -+ Author: Isaac */ -+ -+void Debug_FwC2H(PADAPTER padapter, u8 *pdata, u8 len) -+{ -+ int i = 0; -+ int cnt = 0, total_length = 0; -+ u8 buf[128] = {0}; -+ u8 more_data = _FALSE; -+ u8 *nextdata = NULL; -+ u8 test = 0; -+ -+ u8 data_len; -+ u8 seq_no; -+ -+ nextdata = pdata; -+ do { -+ data_len = *(nextdata + 1); -+ seq_no = *(nextdata + 2); -+ -+ for (i = 0 ; i < data_len - 2 ; i++) { -+ cnt += sprintf((buf+cnt), "%c", nextdata[3 + i]); -+ -+ if (nextdata[3 + i] == 0x0a && nextdata[4 + i] == 0xff) -+ more_data = _TRUE; -+ else if (nextdata[3 + i] == 0x0a && nextdata[4 + i] != 0xff) -+ more_data = _FALSE; -+ } -+ -+ DBG_871X("[RTKFW, SEQ=%d]: %s", seq_no, buf); -+ data_len += 3; -+ total_length += data_len; -+ -+ if (more_data == _TRUE) { -+ _rtw_memset(buf, '\0', 128); -+ cnt = 0; -+ nextdata = (pdata + total_length); -+ } -+ } while (more_data == _TRUE); -+} -+#endif /*CONFIG_FW_C2H_DEBUG*/ -+void update_IOT_info(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ switch (pmlmeinfo->assoc_AP_vendor) -+ { -+ case HT_IOT_PEER_MARVELL: -+ pmlmeinfo->turboMode_cts2self = 1; -+ pmlmeinfo->turboMode_rtsen = 0; -+ break; -+ -+ case HT_IOT_PEER_RALINK: -+ pmlmeinfo->turboMode_cts2self = 0; -+ pmlmeinfo->turboMode_rtsen = 1; -+ //disable high power -+ rtw_phydm_func_clr(padapter, ODM_BB_DYNAMIC_TXPWR); -+ break; -+ case HT_IOT_PEER_REALTEK: -+ //rtw_write16(padapter, 0x4cc, 0xffff); -+ //rtw_write16(padapter, 0x546, 0x01c0); -+ //disable high power -+ rtw_phydm_func_clr(padapter, ODM_BB_DYNAMIC_TXPWR); -+ break; -+ default: -+ pmlmeinfo->turboMode_cts2self = 0; -+ pmlmeinfo->turboMode_rtsen = 1; -+ break; -+ } -+ -+} -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+void rtw_acs_start(_adapter *padapter, bool bStart) -+{ -+ if (_TRUE == bStart) { -+ ACS_OP acs_op = ACS_INIT; -+ -+ rtw_hal_set_odm_var(padapter, HAL_ODM_AUTO_CHNL_SEL, &acs_op, _TRUE); -+ rtw_set_acs_channel(padapter, 0); -+ SET_ACS_STATE(padapter, ACS_ENABLE); -+ } else { -+ SET_ACS_STATE(padapter, ACS_DISABLE); -+ #ifdef DBG_AUTO_CHNL_SEL_NHM -+ if (1) { -+ u8 best_24g_ch = 0; -+ u8 best_5g_ch = 0; -+ -+ rtw_hal_get_odm_var(padapter, HAL_ODM_AUTO_CHNL_SEL, &(best_24g_ch), &(best_5g_ch)); -+ DBG_871X("[ACS-"ADPT_FMT"] Best 2.4G CH:%u\n", ADPT_ARG(padapter), best_24g_ch); -+ DBG_871X("[ACS-"ADPT_FMT"] Best 5G CH:%u\n", ADPT_ARG(padapter), best_5g_ch); -+ } -+ #endif -+ } -+} -+#endif -+ -+/* TODO: merge with phydm, see odm_SetCrystalCap() */ -+void hal_set_crystal_cap(_adapter *adapter, u8 crystal_cap) -+{ -+ crystal_cap = crystal_cap & 0x3F; -+ -+ switch (rtw_get_chip_type(adapter)) { -+#if defined(CONFIG_RTL8188E) || defined(CONFIG_RTL8188F) -+ case RTL8188E: -+ case RTL8188F: -+ /* write 0x24[16:11] = 0x24[22:17] = CrystalCap */ -+ PHY_SetBBReg(adapter, REG_AFE_XTAL_CTRL, 0x007FF800, (crystal_cap | (crystal_cap << 6))); -+ break; -+#endif -+#if defined(CONFIG_RTL8812A) -+ case RTL8812: -+ /* write 0x2C[30:25] = 0x2C[24:19] = CrystalCap */ -+ PHY_SetBBReg(adapter, REG_MAC_PHY_CTRL, 0x7FF80000, (crystal_cap | (crystal_cap << 6))); -+ break; -+#endif -+#if defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8703B) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8192E) -+ case RTL8723B: -+ case RTL8703B: -+ case RTL8821: -+ case RTL8192E: -+ /* write 0x2C[23:18] = 0x2C[17:12] = CrystalCap */ -+ PHY_SetBBReg(adapter, REG_MAC_PHY_CTRL, 0x00FFF000, (crystal_cap | (crystal_cap << 6))); -+ break; -+#endif -+#if defined(CONFIG_RTL8814A) -+ case RTL8814A: -+ /* write 0x2C[26:21] = 0x2C[20:15] = CrystalCap*/ -+ PHY_SetBBReg(adapter, REG_MAC_PHY_CTRL, 0x07FF8000, (crystal_cap | (crystal_cap << 6))); -+ break; -+#endif -+ default: -+ rtw_warn_on(1); -+ } -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/hal_com_phycfg.c linux/3rdparty/rtl8812au/hal/hal_com_phycfg.c ---- linux.old/3rdparty/rtl8812au/hal/hal_com_phycfg.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/hal_com_phycfg.c 2017-06-07 23:07:21.013687758 +0300 -@@ -0,0 +1,4114 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _HAL_COM_PHYCFG_C_ -+ -+#include -+#include -+ -+ -+// -+// Description: -+// Map Tx power index into dBm according to -+// current HW model, for example, RF and PA, and -+// current wireless mode. -+// By Bruce, 2008-01-29. -+// -+s32 -+phy_TxPwrIdxToDbm( -+ IN PADAPTER Adapter, -+ IN WIRELESS_MODE WirelessMode, -+ IN u8 TxPwrIdx -+ ) -+{ -+ s32 Offset = 0; -+ s32 PwrOutDbm = 0; -+ -+ // -+ // Tested by MP, we found that CCK Index 0 equals to -7dbm, OFDM legacy equals to -8dbm. -+ // Note: -+ // The mapping may be different by different NICs. Do not use this formula for what needs accurate result. -+ // By Bruce, 2008-01-29. -+ // -+ switch(WirelessMode) -+ { -+ case WIRELESS_MODE_B: -+ Offset = -7; -+ break; -+ -+ case WIRELESS_MODE_G: -+ case WIRELESS_MODE_N_24G: -+ Offset = -8; -+ break; -+ -+ default: //for MacOSX compiler warning -+ break; -+ } -+ -+ PwrOutDbm = TxPwrIdx / 2 + Offset; // Discard the decimal part. -+ -+ return PwrOutDbm; -+} -+ -+bool rtw_regsty_tx_power_by_rate_base_valid( -+ IN PADAPTER Adapter -+ ) -+{ -+ /* TODO: check registry power by rate base valid */ -+ return _FALSE; -+} -+ -+u8 rtw_regsty_get_tx_power_by_rate_base( -+ IN PADAPTER Adapter, -+ IN u8 Band, -+ IN u8 RfPath, -+ IN u8 TxNum, -+ IN RATE_SECTION RateSection -+ ) -+{ -+ /* TODO: return registry power by rate base */ -+ return 0; -+} -+ -+u8 -+PHY_GetTxPowerByRateBase( -+ IN PADAPTER Adapter, -+ IN u8 Band, -+ IN u8 RfPath, -+ IN u8 TxNum, -+ IN RATE_SECTION RateSection -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 value = 0; -+ -+ if ( RfPath > ODM_RF_PATH_D ) -+ { -+ DBG_871X("Invalid Rf Path %d in PHY_GetTxPowerByRateBase()\n", RfPath ); -+ return 0; -+ } -+ -+ if ( Band == BAND_ON_2_4G ) -+ { -+ switch ( RateSection ) { -+ case CCK: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][0]; -+ break; -+ case OFDM: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][1]; -+ break; -+ case HT_MCS0_MCS7: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][2]; -+ break; -+ case HT_MCS8_MCS15: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][3]; -+ break; -+ case HT_MCS16_MCS23: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][4]; -+ break; -+ case HT_MCS24_MCS31: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][5]; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][6]; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][7]; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][8]; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ value = pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][9]; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in PHY_GetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum ); -+ break; -+ -+ }; -+ } -+ else if ( Band == BAND_ON_5G ) -+ { -+ switch ( RateSection ) { -+ case OFDM: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][0]; -+ break; -+ case HT_MCS0_MCS7: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][1]; -+ break; -+ case HT_MCS8_MCS15: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][2]; -+ break; -+ case HT_MCS16_MCS23: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][3]; -+ break; -+ case HT_MCS24_MCS31: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][4]; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][5]; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][6]; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][7]; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][8]; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 5G, Rf Path %d, %dTx in PHY_GetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum ); -+ break; -+ }; -+ } -+ else -+ { -+ DBG_871X("Invalid Band %d in PHY_GetTxPowerByRateBase()\n", Band ); -+ } -+ -+ return value; -+} -+ -+VOID -+phy_SetTxPowerByRateBase( -+ IN PADAPTER Adapter, -+ IN u8 Band, -+ IN u8 RfPath, -+ IN RATE_SECTION RateSection, -+ IN u8 TxNum, -+ IN u8 Value -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if ( RfPath > ODM_RF_PATH_D ) -+ { -+ DBG_871X("Invalid Rf Path %d in phy_SetTxPowerByRatBase()\n", RfPath ); -+ return; -+ } -+ -+ if ( Band == BAND_ON_2_4G ) -+ { -+ switch ( RateSection ) { -+ case CCK: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][0] = Value; -+ break; -+ case OFDM: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][1] = Value; -+ break; -+ case HT_MCS0_MCS7: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][2] = Value; -+ break; -+ case HT_MCS8_MCS15: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][3] = Value; -+ break; -+ case HT_MCS16_MCS23: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][4] = Value; -+ break; -+ case HT_MCS24_MCS31: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][5] = Value; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][6] = Value; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][7] = Value; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][8] = Value; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ pHalData->TxPwrByRateBase2_4G[RfPath][TxNum][9] = Value; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in phy_SetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum ); -+ break; -+ }; -+ } -+ else if ( Band == BAND_ON_5G ) -+ { -+ switch ( RateSection ) { -+ case OFDM: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][0] = Value; -+ break; -+ case HT_MCS0_MCS7: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][1] = Value; -+ break; -+ case HT_MCS8_MCS15: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][2] = Value; -+ break; -+ case HT_MCS16_MCS23: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][3] = Value; -+ break; -+ case HT_MCS24_MCS31: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][4] = Value; -+ break; -+ case VHT_1SSMCS0_1SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][5] = Value; -+ break; -+ case VHT_2SSMCS0_2SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][6] = Value; -+ break; -+ case VHT_3SSMCS0_3SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][7] = Value; -+ break; -+ case VHT_4SSMCS0_4SSMCS9: -+ pHalData->TxPwrByRateBase5G[RfPath][TxNum][8] = Value; -+ break; -+ default: -+ DBG_871X("Invalid RateSection %d in Band 5G, Rf Path %d, %dTx in phy_SetTxPowerByRateBase()\n", -+ RateSection, RfPath, TxNum ); -+ break; -+ }; -+ } -+ else -+ { -+ DBG_871X("Invalid Band %d in phy_SetTxPowerByRateBase()\n", Band ); -+ } -+} -+ -+VOID -+phy_StoreTxPowerByRateBaseOld( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter ); -+ u16 rawValue = 0; -+ u8 base = 0; -+ u8 path = 0; -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][7] >> 8 ) & 0xFF; -+ base = ( rawValue >> 4 ) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, CCK, RF_1TX, base ); -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][1] >> 24 ) & 0xFF; -+ base = ( rawValue >> 4 ) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, OFDM, RF_1TX, base ); -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][3] >> 24 ) & 0xFF; -+ base = ( rawValue >> 4 ) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, HT_MCS0_MCS7, RF_1TX, base ); -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][5] >> 24 ) & 0xFF; -+ base = ( rawValue >> 4) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, HT_MCS8_MCS15, RF_2TX, base ); -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][7] & 0xFF ); -+ base = ( rawValue >> 4 ) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, CCK, RF_1TX, base ); -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][9] >> 24 ) & 0xFF; -+ base = ( rawValue >> 4 ) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, OFDM, RF_1TX, base ); -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][11] >> 24 ) & 0xFF; -+ base = ( rawValue >> 4 ) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, HT_MCS0_MCS7, RF_1TX, base ); -+ -+ rawValue = ( u16 ) ( pHalData->MCSTxPowerLevelOriginalOffset[0][13] >> 24 ) & 0xFF; -+ base = ( rawValue >> 4 ) * 10 + ( rawValue & 0xF ); -+ phy_SetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, HT_MCS8_MCS15, RF_2TX, base ); -+} -+ -+VOID -+phy_StoreTxPowerByRateBase( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(pAdapter); -+ -+ u8 rate_sec_base[RATE_SECTION_NUM] = { -+ MGN_11M, -+ MGN_54M, -+ MGN_MCS7, -+ MGN_MCS15, -+ MGN_MCS23, -+ MGN_MCS31, -+ MGN_VHT1SS_MCS7, -+ MGN_VHT2SS_MCS7, -+ MGN_VHT3SS_MCS7, -+ MGN_VHT4SS_MCS7, -+ }; -+ -+ u8 band, path, rs, tx_num, base, index; -+ -+ for (band = BAND_ON_2_4G; band <= BAND_ON_5G; band++) { -+ -+ for (path = RF_PATH_A; path < RF_PATH_MAX; path++) { -+ /* TODO: 8814A's NumTotalRFPath differs at probe(3) and up(4), need fixed -+ if (path >= hal_data->NumTotalRFPath) -+ break; -+ */ -+ -+ for (rs = 0; rs < RATE_SECTION_NUM; rs++) { -+ tx_num = rate_section_to_tx_num(rs); -+ if (tx_num >= hal_data->nss_num) -+ continue; -+ -+ if (band == BAND_ON_5G && IS_CCK_RATE_SECTION(rs)) -+ continue; -+ -+ base = PHY_GetTxPowerByRate(pAdapter, band, path, tx_num, rate_sec_base[rs]); -+ phy_SetTxPowerByRateBase(pAdapter, band, path, rs, tx_num, base); -+ } -+ } -+ } -+} -+ -+u8 -+PHY_GetRateSectionIndexOfTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter ); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ u8 index = 0; -+ -+ if ( pDM_Odm->PhyRegPgVersion == 0 ) -+ { -+ switch ( RegAddr ) -+ { -+ case rTxAGC_A_Rate18_06: index = 0; break; -+ case rTxAGC_A_Rate54_24: index = 1; break; -+ case rTxAGC_A_CCK1_Mcs32: index = 6; break; -+ case rTxAGC_B_CCK11_A_CCK2_11: -+ if ( BitMask == bMaskH3Bytes ) -+ index = 7; -+ else if ( BitMask == 0x000000ff ) -+ index = 15; -+ break; -+ -+ case rTxAGC_A_Mcs03_Mcs00: index = 2; break; -+ case rTxAGC_A_Mcs07_Mcs04: index = 3; break; -+ case rTxAGC_A_Mcs11_Mcs08: index = 4; break; -+ case rTxAGC_A_Mcs15_Mcs12: index = 5; break; -+ case rTxAGC_B_Rate18_06: index = 8; break; -+ case rTxAGC_B_Rate54_24: index = 9; break; -+ case rTxAGC_B_CCK1_55_Mcs32: index = 14; break; -+ case rTxAGC_B_Mcs03_Mcs00: index = 10; break; -+ case rTxAGC_B_Mcs07_Mcs04: index = 11; break; -+ case rTxAGC_B_Mcs11_Mcs08: index = 12; break; -+ case rTxAGC_B_Mcs15_Mcs12: index = 13; break; -+ default: -+ DBG_871X("Invalid RegAddr 0x3%x in PHY_GetRateSectionIndexOfTxPowerByRate()", RegAddr ); -+ break; -+ }; -+ } -+ -+ return index; -+} -+ -+VOID -+PHY_GetRateValuesOfTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Value, -+ OUT u8 *Rate, -+ OUT s8 *PwrByRateVal, -+ OUT u8 *RateNum -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter ); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ u8 index = 0, i = 0; -+ -+ switch ( RegAddr ) -+ { -+ case rTxAGC_A_Rate18_06: -+ case rTxAGC_B_Rate18_06: -+ Rate[0] = MGN_6M; -+ Rate[1] = MGN_9M; -+ Rate[2] = MGN_12M; -+ Rate[3] = MGN_18M; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Rate54_24: -+ case rTxAGC_B_Rate54_24: -+ Rate[0] = MGN_24M; -+ Rate[1] = MGN_36M; -+ Rate[2] = MGN_48M; -+ Rate[3] = MGN_54M; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_CCK1_Mcs32: -+ Rate[0] = MGN_1M; -+ PwrByRateVal[0] = ( s8 ) ( ( ( ( Value >> (8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> 8 ) & 0xF ) ); -+ *RateNum = 1; -+ break; -+ -+ case rTxAGC_B_CCK11_A_CCK2_11: -+ if ( BitMask == 0xffffff00 ) -+ { -+ Rate[0] = MGN_2M; -+ Rate[1] = MGN_5_5M; -+ Rate[2] = MGN_11M; -+ for ( i = 1; i < 4; ++ i ) -+ { -+ PwrByRateVal[i - 1] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 3; -+ } -+ else if ( BitMask == 0x000000ff ) -+ { -+ Rate[0] = MGN_11M; -+ PwrByRateVal[0] = ( s8 ) ( ( ( ( Value >> 4 ) & 0xF ) ) * 10 + -+ ( Value & 0xF ) ); -+ *RateNum = 1; -+ } -+ break; -+ -+ case rTxAGC_A_Mcs03_Mcs00: -+ case rTxAGC_B_Mcs03_Mcs00: -+ Rate[0] = MGN_MCS0; -+ Rate[1] = MGN_MCS1; -+ Rate[2] = MGN_MCS2; -+ Rate[3] = MGN_MCS3; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Mcs07_Mcs04: -+ case rTxAGC_B_Mcs07_Mcs04: -+ Rate[0] = MGN_MCS4; -+ Rate[1] = MGN_MCS5; -+ Rate[2] = MGN_MCS6; -+ Rate[3] = MGN_MCS7; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Mcs11_Mcs08: -+ case rTxAGC_B_Mcs11_Mcs08: -+ Rate[0] = MGN_MCS8; -+ Rate[1] = MGN_MCS9; -+ Rate[2] = MGN_MCS10; -+ Rate[3] = MGN_MCS11; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case rTxAGC_A_Mcs15_Mcs12: -+ case rTxAGC_B_Mcs15_Mcs12: -+ Rate[0] = MGN_MCS12; -+ Rate[1] = MGN_MCS13; -+ Rate[2] = MGN_MCS14; -+ Rate[3] = MGN_MCS15; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ -+ break; -+ -+ case rTxAGC_B_CCK1_55_Mcs32: -+ Rate[0] = MGN_1M; -+ Rate[1] = MGN_2M; -+ Rate[2] = MGN_5_5M; -+ for ( i = 1; i < 4; ++ i ) -+ { -+ PwrByRateVal[i - 1] = ( s8 ) ( ( ( ( Value >> ( i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> ( i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 3; -+ break; -+ -+ case 0xC20: -+ case 0xE20: -+ case 0x1820: -+ case 0x1a20: -+ Rate[0] = MGN_1M; -+ Rate[1] = MGN_2M; -+ Rate[2] = MGN_5_5M; -+ Rate[3] = MGN_11M; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC24: -+ case 0xE24: -+ case 0x1824: -+ case 0x1a24: -+ Rate[0] = MGN_6M; -+ Rate[1] = MGN_9M; -+ Rate[2] = MGN_12M; -+ Rate[3] = MGN_18M; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC28: -+ case 0xE28: -+ case 0x1828: -+ case 0x1a28: -+ Rate[0] = MGN_24M; -+ Rate[1] = MGN_36M; -+ Rate[2] = MGN_48M; -+ Rate[3] = MGN_54M; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC2C: -+ case 0xE2C: -+ case 0x182C: -+ case 0x1a2C: -+ Rate[0] = MGN_MCS0; -+ Rate[1] = MGN_MCS1; -+ Rate[2] = MGN_MCS2; -+ Rate[3] = MGN_MCS3; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC30: -+ case 0xE30: -+ case 0x1830: -+ case 0x1a30: -+ Rate[0] = MGN_MCS4; -+ Rate[1] = MGN_MCS5; -+ Rate[2] = MGN_MCS6; -+ Rate[3] = MGN_MCS7; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC34: -+ case 0xE34: -+ case 0x1834: -+ case 0x1a34: -+ Rate[0] = MGN_MCS8; -+ Rate[1] = MGN_MCS9; -+ Rate[2] = MGN_MCS10; -+ Rate[3] = MGN_MCS11; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC38: -+ case 0xE38: -+ case 0x1838: -+ case 0x1a38: -+ Rate[0] = MGN_MCS12; -+ Rate[1] = MGN_MCS13; -+ Rate[2] = MGN_MCS14; -+ Rate[3] = MGN_MCS15; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC3C: -+ case 0xE3C: -+ case 0x183C: -+ case 0x1a3C: -+ Rate[0] = MGN_VHT1SS_MCS0; -+ Rate[1] = MGN_VHT1SS_MCS1; -+ Rate[2] = MGN_VHT1SS_MCS2; -+ Rate[3] = MGN_VHT1SS_MCS3; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC40: -+ case 0xE40: -+ case 0x1840: -+ case 0x1a40: -+ Rate[0] = MGN_VHT1SS_MCS4; -+ Rate[1] = MGN_VHT1SS_MCS5; -+ Rate[2] = MGN_VHT1SS_MCS6; -+ Rate[3] = MGN_VHT1SS_MCS7; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC44: -+ case 0xE44: -+ case 0x1844: -+ case 0x1a44: -+ Rate[0] = MGN_VHT1SS_MCS8; -+ Rate[1] = MGN_VHT1SS_MCS9; -+ Rate[2] = MGN_VHT2SS_MCS0; -+ Rate[3] = MGN_VHT2SS_MCS1; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC48: -+ case 0xE48: -+ case 0x1848: -+ case 0x1a48: -+ Rate[0] = MGN_VHT2SS_MCS2; -+ Rate[1] = MGN_VHT2SS_MCS3; -+ Rate[2] = MGN_VHT2SS_MCS4; -+ Rate[3] = MGN_VHT2SS_MCS5; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xC4C: -+ case 0xE4C: -+ case 0x184C: -+ case 0x1a4C: -+ Rate[0] = MGN_VHT2SS_MCS6; -+ Rate[1] = MGN_VHT2SS_MCS7; -+ Rate[2] = MGN_VHT2SS_MCS8; -+ Rate[3] = MGN_VHT2SS_MCS9; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCD8: -+ case 0xED8: -+ case 0x18D8: -+ case 0x1aD8: -+ Rate[0] = MGN_MCS16; -+ Rate[1] = MGN_MCS17; -+ Rate[2] = MGN_MCS18; -+ Rate[3] = MGN_MCS19; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCDC: -+ case 0xEDC: -+ case 0x18DC: -+ case 0x1aDC: -+ Rate[0] = MGN_MCS20; -+ Rate[1] = MGN_MCS21; -+ Rate[2] = MGN_MCS22; -+ Rate[3] = MGN_MCS23; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCE0: -+ case 0xEE0: -+ case 0x18E0: -+ case 0x1aE0: -+ Rate[0] = MGN_VHT3SS_MCS0; -+ Rate[1] = MGN_VHT3SS_MCS1; -+ Rate[2] = MGN_VHT3SS_MCS2; -+ Rate[3] = MGN_VHT3SS_MCS3; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCE4: -+ case 0xEE4: -+ case 0x18E4: -+ case 0x1aE4: -+ Rate[0] = MGN_VHT3SS_MCS4; -+ Rate[1] = MGN_VHT3SS_MCS5; -+ Rate[2] = MGN_VHT3SS_MCS6; -+ Rate[3] = MGN_VHT3SS_MCS7; -+ for ( i = 0; i < 4; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 4; -+ break; -+ -+ case 0xCE8: -+ case 0xEE8: -+ case 0x18E8: -+ case 0x1aE8: -+ Rate[0] = MGN_VHT3SS_MCS8; -+ Rate[1] = MGN_VHT3SS_MCS9; -+ for ( i = 0; i < 2; ++ i ) -+ { -+ PwrByRateVal[i] = ( s8 ) ( ( ( ( Value >> (i * 8 + 4) ) & 0xF ) ) * 10 + -+ ( ( Value >> (i * 8) ) & 0xF ) ); -+ } -+ *RateNum = 2; -+ break; -+ -+ default: -+ DBG_871X_LEVEL(_drv_always_, "Invalid RegAddr 0x%x in %s()\n", RegAddr, __func__); -+ break; -+ }; -+} -+ -+void -+PHY_StoreTxPowerByRateNew( -+ IN PADAPTER pAdapter, -+ IN u32 Band, -+ IN u32 RfPath, -+ IN u32 TxNum, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u8 i = 0, rates[4] = {0}, rateNum = 0; -+ s8 PwrByRateVal[4] = {0}; -+ -+ PHY_GetRateValuesOfTxPowerByRate(pAdapter, RegAddr, BitMask, Data, rates, PwrByRateVal, &rateNum); -+ -+ if (Band != BAND_ON_2_4G && Band != BAND_ON_5G) { -+ DBG_871X_LEVEL(_drv_always_, "Invalid Band %d\n", Band); -+ return; -+ } -+ -+ if (RfPath > ODM_RF_PATH_D) { -+ DBG_871X_LEVEL(_drv_always_, "Invalid RfPath %d\n", RfPath); -+ return; -+ } -+ -+ if (TxNum > ODM_RF_PATH_D) { -+ DBG_871X_LEVEL(_drv_always_, "Invalid TxNum %d\n", TxNum); -+ return; -+ } -+ -+ for (i = 0; i < rateNum; ++i) { -+ u8 rate_idx = PHY_GetRateIndexOfTxPowerByRate(rates[i]); -+ -+ if (IS_1T_RATE(rates[i])) -+ pHalData->TxPwrByRateOffset[Band][RfPath][RF_1TX][rate_idx] = PwrByRateVal[i]; -+ else if (IS_2T_RATE(rates[i])) -+ pHalData->TxPwrByRateOffset[Band][RfPath][RF_2TX][rate_idx] = PwrByRateVal[i]; -+ else if (IS_3T_RATE(rates[i])) -+ pHalData->TxPwrByRateOffset[Band][RfPath][RF_3TX][rate_idx] = PwrByRateVal[i]; -+ else if (IS_4T_RATE(rates[i])) -+ pHalData->TxPwrByRateOffset[Band][RfPath][RF_4TX][rate_idx] = PwrByRateVal[i]; -+ else -+ rtw_warn_on(1); -+ } -+} -+ -+void -+PHY_StoreTxPowerByRateOld( -+ IN PADAPTER pAdapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u8 index = PHY_GetRateSectionIndexOfTxPowerByRate( pAdapter, RegAddr, BitMask ); -+ -+ pHalData->MCSTxPowerLevelOriginalOffset[pHalData->pwrGroupCnt][index] = Data; -+ //DBG_871X("MCSTxPowerLevelOriginalOffset[%d][0] = 0x%x\n", pHalData->pwrGroupCnt, -+ // pHalData->MCSTxPowerLevelOriginalOffset[pHalData->pwrGroupCnt][0]); -+} -+ -+VOID -+PHY_InitTxPowerByRate( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u8 band = 0, rfPath = 0, TxNum = 0, rate = 0, i = 0, j = 0; -+ -+ if ( IS_HARDWARE_TYPE_8188E( pAdapter ) ) -+ { -+ for ( i = 0; i < MAX_PG_GROUP; ++i ) -+ for ( j = 0; j < 16; ++j ) -+ pHalData->MCSTxPowerLevelOriginalOffset[i][j] = 0; -+ } -+ else -+ { -+ for ( band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band ) -+ for ( rfPath = 0; rfPath < TX_PWR_BY_RATE_NUM_RF; ++rfPath ) -+ for ( TxNum = 0; TxNum < TX_PWR_BY_RATE_NUM_RF; ++TxNum ) -+ for ( rate = 0; rate < TX_PWR_BY_RATE_NUM_RATE; ++rate ) -+ pHalData->TxPwrByRateOffset[band][rfPath][TxNum][rate] = 0; -+ } -+} -+ -+VOID -+PHY_StoreTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u32 Band, -+ IN u32 RfPath, -+ IN u32 TxNum, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ if ( pDM_Odm->PhyRegPgVersion > 0 ) -+ { -+ PHY_StoreTxPowerByRateNew( pAdapter, Band, RfPath, TxNum, RegAddr, BitMask, Data ); -+ } -+ else if ( pDM_Odm->PhyRegPgVersion == 0 ) -+ { -+ PHY_StoreTxPowerByRateOld( pAdapter, RegAddr, BitMask, Data ); -+ -+ if ( RegAddr == rTxAGC_A_Mcs15_Mcs12 && pHalData->rf_type == RF_1T1R ) -+ pHalData->pwrGroupCnt++; -+ else if ( RegAddr == rTxAGC_B_Mcs15_Mcs12 && pHalData->rf_type != RF_1T1R ) -+ pHalData->pwrGroupCnt++; -+ } -+ else -+ DBG_871X("Invalid PHY_REG_PG.txt version %d\n", pDM_Odm->PhyRegPgVersion ); -+ -+} -+ -+VOID -+phy_ConvertTxPowerByRateByBase( -+ IN u32* pData, -+ IN u8 Start, -+ IN u8 End, -+ IN u8 BaseValue -+ ) -+{ -+ s8 i = 0; -+ u8 TempValue = 0; -+ u32 TempData = 0; -+ -+ for ( i = 3; i >= 0; --i ) -+ { -+ if ( i >= Start && i <= End ) -+ { -+ // Get the exact value -+ TempValue = ( u8 ) ( *pData >> ( i * 8 ) ) & 0xF; -+ TempValue += ( ( u8 ) ( ( *pData >> ( i * 8 + 4 ) ) & 0xF ) ) * 10; -+ -+ // Change the value to a relative value -+ TempValue = ( TempValue > BaseValue ) ? TempValue - BaseValue : BaseValue - TempValue; -+ } -+ else -+ { -+ TempValue = ( u8 ) ( *pData >> ( i * 8 ) ) & 0xFF; -+ } -+ -+ TempData <<= 8; -+ TempData |= TempValue; -+ } -+ -+ *pData = TempData; -+} -+ -+ -+VOID -+PHY_ConvertTxPowerByRateInDbmToRelativeValuesOld( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter ); -+ u8 base = 0; -+ -+ //DBG_871X("===>PHY_ConvertTxPowerByRateInDbmToRelativeValuesOld()\n" ); -+ -+ // CCK -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, RF_1TX, CCK ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][6] ), 1, 1, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][7] ), 1, 3, base ); -+ -+ // OFDM -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, RF_1TX, OFDM ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][0] ), 0, 3, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][1] ), 0, 3, base ); -+ -+ // HT MCS0~7 -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, RF_1TX, HT_MCS0_MCS7 ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][2] ), 0, 3, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][3] ), 0, 3, base ); -+ -+ // HT MCS8~15 -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_A, RF_2TX, HT_MCS8_MCS15 ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][4] ), 0, 3, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][5] ), 0, 3, base ); -+ -+ // CCK -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, RF_1TX, CCK ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][14] ), 1, 3, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][15] ), 0, 0, base ); -+ -+ // OFDM -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, RF_1TX, OFDM ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][8] ), 0, 3, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][9] ), 0, 3, base ); -+ -+ // HT MCS0~7 -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, RF_1TX, HT_MCS0_MCS7 ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][10] ), 0, 3, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][11] ), 0, 3, base ); -+ -+ // HT MCS8~15 -+ base = PHY_GetTxPowerByRateBase( pAdapter, BAND_ON_2_4G, ODM_RF_PATH_B, RF_2TX, HT_MCS8_MCS15 ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][12] ), 0, 3, base ); -+ phy_ConvertTxPowerByRateByBase( -+ &( pHalData->MCSTxPowerLevelOriginalOffset[0][13] ), 0, 3, base ); -+ -+ //DBG_871X("<===PHY_ConvertTxPowerByRateInDbmToRelativeValuesOld()\n" ); -+} -+ -+VOID -+phy_ConvertTxPowerByRateInDbmToRelativeValues( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter ); -+ u8 base = 0, i = 0, value = 0, -+ band = 0, path = 0, txNum = 0, index = 0, -+ startIndex = 0, endIndex = 0; -+ u8 cckRates[4] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M}, -+ ofdmRates[8] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}, -+ mcs0_7Rates[8] = {MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7}, -+ mcs8_15Rates[8] = {MGN_MCS8, MGN_MCS9, MGN_MCS10, MGN_MCS11, MGN_MCS12, MGN_MCS13, MGN_MCS14, MGN_MCS15}, -+ mcs16_23Rates[8] = {MGN_MCS16, MGN_MCS17, MGN_MCS18, MGN_MCS19, MGN_MCS20, MGN_MCS21, MGN_MCS22, MGN_MCS23}, -+ vht1ssRates[10] = {MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_MCS4, -+ MGN_VHT1SS_MCS5, MGN_VHT1SS_MCS6, MGN_VHT1SS_MCS7, MGN_VHT1SS_MCS8, MGN_VHT1SS_MCS9}, -+ vht2ssRates[10] = {MGN_VHT2SS_MCS0, MGN_VHT2SS_MCS1, MGN_VHT2SS_MCS2, MGN_VHT2SS_MCS3, MGN_VHT2SS_MCS4, -+ MGN_VHT2SS_MCS5, MGN_VHT2SS_MCS6, MGN_VHT2SS_MCS7, MGN_VHT2SS_MCS8, MGN_VHT2SS_MCS9}, -+ vht3ssRates[10] = {MGN_VHT3SS_MCS0, MGN_VHT3SS_MCS1, MGN_VHT3SS_MCS2, MGN_VHT3SS_MCS3, MGN_VHT3SS_MCS4, -+ MGN_VHT3SS_MCS5, MGN_VHT3SS_MCS6, MGN_VHT3SS_MCS7, MGN_VHT3SS_MCS8, MGN_VHT3SS_MCS9}; -+ -+ //DBG_871X("===>PHY_ConvertTxPowerByRateInDbmToRelativeValues()\n" ); -+ -+ for ( band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band ) -+ { -+ for ( path = ODM_RF_PATH_A; path <= ODM_RF_PATH_D; ++path ) -+ { -+ for ( txNum = RF_1TX; txNum < RF_MAX_TX_NUM; ++txNum ) -+ { -+ // CCK -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_11M ); -+ for ( i = 0; i < sizeof( cckRates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, cckRates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, cckRates[i], value - base ); -+ } -+ -+ // OFDM -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_54M ); -+ for ( i = 0; i < sizeof( ofdmRates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, ofdmRates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, ofdmRates[i], value - base ); -+ } -+ -+ // HT MCS0~7 -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_MCS7 ); -+ for ( i = 0; i < sizeof( mcs0_7Rates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, mcs0_7Rates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, mcs0_7Rates[i], value - base ); -+ } -+ -+ // HT MCS8~15 -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_MCS15 ); -+ for ( i = 0; i < sizeof( mcs8_15Rates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, mcs8_15Rates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, mcs8_15Rates[i], value - base ); -+ } -+ -+ // HT MCS16~23 -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_MCS23 ); -+ for ( i = 0; i < sizeof( mcs16_23Rates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, mcs16_23Rates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, mcs16_23Rates[i], value - base ); -+ } -+ -+ // VHT 1SS -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_VHT1SS_MCS7 ); -+ for ( i = 0; i < sizeof( vht1ssRates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, vht1ssRates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, vht1ssRates[i], value - base ); -+ } -+ -+ // VHT 2SS -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_VHT2SS_MCS7 ); -+ for ( i = 0; i < sizeof( vht2ssRates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, vht2ssRates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, vht2ssRates[i], value - base ); -+ } -+ -+ // VHT 3SS -+ base = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, MGN_VHT3SS_MCS7 ); -+ for ( i = 0; i < sizeof( vht3ssRates ); ++i ) -+ { -+ value = PHY_GetTxPowerByRate( pAdapter, band, path, txNum, vht3ssRates[i] ); -+ PHY_SetTxPowerByRate( pAdapter, band, path, txNum, vht3ssRates[i], value - base ); -+ } -+ } -+ } -+ } -+ -+ //DBG_871X("<===PHY_ConvertTxPowerByRateInDbmToRelativeValues()\n" ); -+} -+ -+/* -+ * This function must be called if the value in the PHY_REG_PG.txt(or header) -+ * is exact dBm values -+ */ -+VOID -+PHY_TxPowerByRateConfiguration( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter); -+ -+ phy_StoreTxPowerByRateBase( pAdapter ); -+ phy_ConvertTxPowerByRateInDbmToRelativeValues( pAdapter ); -+} -+ -+VOID -+PHY_SetTxPowerIndexByRateSection( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Channel, -+ IN u8 RateSection -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ -+ if ( RateSection == CCK ) -+ { -+ u8 cckRates[] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M}; -+ if ( pHalData->CurrentBandType == BAND_ON_2_4G ) -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ cckRates, sizeof(cckRates)/sizeof(u8) ); -+ -+ } -+ else if ( RateSection == OFDM ) -+ { -+ u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M}; -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ ofdmRates, sizeof(ofdmRates)/sizeof(u8)); -+ -+ } -+ else if ( RateSection == HT_MCS0_MCS7 ) -+ { -+ u8 htRates1T[] = {MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, MGN_MCS5, MGN_MCS6, MGN_MCS7}; -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates1T, sizeof(htRates1T)/sizeof(u8)); -+ -+ } -+ else if ( RateSection == HT_MCS8_MCS15 ) -+ { -+ u8 htRates2T[] = {MGN_MCS8, MGN_MCS9, MGN_MCS10, MGN_MCS11, MGN_MCS12, MGN_MCS13, MGN_MCS14, MGN_MCS15}; -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates2T, sizeof(htRates2T)/sizeof(u8)); -+ -+ } -+ else if ( RateSection == HT_MCS16_MCS23 ) -+ { -+ u1Byte htRates3T[] = {MGN_MCS16, MGN_MCS17, MGN_MCS18, MGN_MCS19, MGN_MCS20, MGN_MCS21, MGN_MCS22, MGN_MCS23}; -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates3T, sizeof(htRates3T)/sizeof(u1Byte)); -+ -+ } -+ else if ( RateSection == HT_MCS24_MCS31 ) -+ { -+ u1Byte htRates4T[] = {MGN_MCS24, MGN_MCS25, MGN_MCS26, MGN_MCS27, MGN_MCS28, MGN_MCS29, MGN_MCS30, MGN_MCS31}; -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ htRates4T, sizeof(htRates4T)/sizeof(u1Byte)); -+ -+ } -+ else if ( RateSection == VHT_1SSMCS0_1SSMCS9 ) -+ { -+ u8 vhtRates1T[] = {MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_MCS4, -+ MGN_VHT1SS_MCS5, MGN_VHT1SS_MCS6, MGN_VHT1SS_MCS7, MGN_VHT1SS_MCS8, MGN_VHT1SS_MCS9}; -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates1T, sizeof(vhtRates1T)/sizeof(u8)); -+ -+ } -+ else if ( RateSection == VHT_2SSMCS0_2SSMCS9 ) -+ { -+ u8 vhtRates2T[] = {MGN_VHT2SS_MCS0, MGN_VHT2SS_MCS1, MGN_VHT2SS_MCS2, MGN_VHT2SS_MCS3, MGN_VHT2SS_MCS4, -+ MGN_VHT2SS_MCS5, MGN_VHT2SS_MCS6, MGN_VHT2SS_MCS7, MGN_VHT2SS_MCS8, MGN_VHT2SS_MCS9}; -+ -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates2T, sizeof(vhtRates2T)/sizeof(u8)); -+ } -+ else if ( RateSection == VHT_3SSMCS0_3SSMCS9 ) -+ { -+ u1Byte vhtRates3T[] = {MGN_VHT3SS_MCS0, MGN_VHT3SS_MCS1, MGN_VHT3SS_MCS2, MGN_VHT3SS_MCS3, MGN_VHT3SS_MCS4, -+ MGN_VHT3SS_MCS5, MGN_VHT3SS_MCS6, MGN_VHT3SS_MCS7, MGN_VHT3SS_MCS8, MGN_VHT3SS_MCS9}; -+ -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates3T, sizeof(vhtRates3T)/sizeof(u1Byte)); -+ } -+ else if ( RateSection == VHT_4SSMCS0_4SSMCS9 ) -+ { -+ u1Byte vhtRates4T[] = {MGN_VHT4SS_MCS0, MGN_VHT4SS_MCS1, MGN_VHT4SS_MCS2, MGN_VHT4SS_MCS3, MGN_VHT4SS_MCS4, -+ MGN_VHT4SS_MCS5, MGN_VHT4SS_MCS6, MGN_VHT4SS_MCS7, MGN_VHT4SS_MCS8, MGN_VHT4SS_MCS9}; -+ -+ PHY_SetTxPowerIndexByRateArray( pAdapter, RFPath, pHalData->CurrentChannelBW, Channel, -+ vhtRates4T, sizeof(vhtRates4T)/sizeof(u1Byte)); -+ } -+ else -+ { -+ DBG_871X("Invalid RateSection %d in %s", RateSection, __FUNCTION__ ); -+ } -+} -+ -+BOOLEAN -+phy_GetChnlIndex( -+ IN u8 Channel, -+ OUT u8* ChannelIdx -+ ) -+{ -+ u8 i = 0; -+ BOOLEAN bIn24G=_TRUE; -+ -+ if (Channel <= 14) { -+ bIn24G = _TRUE; -+ *ChannelIdx = Channel - 1; -+ } else { -+ bIn24G = _FALSE; -+ -+ for (i = 0; i < CENTER_CH_5G_ALL_NUM; ++i) { -+ if (center_ch_5g_all[i] == Channel) { -+ *ChannelIdx = i; -+ return bIn24G; -+ } -+ } -+ } -+ -+ return bIn24G; -+} -+ -+u8 -+PHY_GetTxPowerIndexBase( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel, -+ OUT PBOOLEAN bIn24G -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ u8 i = 0; //default set to 1S -+ u8 txPower = 0; -+ u8 chnlIdx = (Channel-1); -+ -+ if (HAL_IsLegalChannel(pAdapter, Channel) == _FALSE) -+ { -+ chnlIdx = 0; -+ DBG_871X("Illegal channel!!\n"); -+ } -+ -+ *bIn24G = phy_GetChnlIndex(Channel, &chnlIdx); -+ -+ //DBG_871X("[%s] Channel Index: %d\n", (*bIn24G?"2.4G":"5G"), chnlIdx); -+ -+ if (*bIn24G) //3 ============================== 2.4 G ============================== -+ { -+ if ( IS_CCK_RATE(Rate) ) -+ { -+ txPower = pHalData->Index24G_CCK_Base[RFPath][chnlIdx]; -+ } -+ else if ( MGN_6M <= Rate ) -+ { -+ txPower = pHalData->Index24G_BW40_Base[RFPath][chnlIdx]; -+ } -+ else -+ { -+ DBG_871X("PHY_GetTxPowerIndexBase: INVALID Rate.\n"); -+ } -+ -+ //DBG_871X("Base Tx power(RF-%c, Rate #%d, Channel Index %d) = 0x%X\n", -+ // ((RFPath==0)?'A':'B'), Rate, chnlIdx, txPower); -+ -+ // OFDM-1T -+ if ( (MGN_6M <= Rate && Rate <= MGN_54M) && ! IS_CCK_RATE(Rate) ) -+ { -+ txPower += pHalData->OFDM_24G_Diff[RFPath][TX_1S]; -+ //DBG_871X("+PowerDiff 2.4G (RF-%c): (OFDM-1T) = (%d)\n", ((RFPath==0)?'A':'B'), pHalData->OFDM_24G_Diff[RFPath][TX_1S]); -+ } -+ // BW20-1S, BW20-2S -+ if (BandWidth == CHANNEL_WIDTH_20) -+ { -+ if ( (MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_1S]; -+ if ( (MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_2S]; -+ if ( (MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_3S]; -+ if ( (MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_24G_Diff[RFPath][TX_4S]; -+ -+ //DBG_871X("+PowerDiff 2.4G (RF-%c): (BW20-1S, BW20-2S, BW20-3S, BW20-4S) = (%d, %d, %d, %d)\n", ((RFPath==0)?'A':(RFPath==1)?'B':(RFPath==2)?'C':'D'), -+ // pHalData->BW20_24G_Diff[RFPath][TX_1S], pHalData->BW20_24G_Diff[RFPath][TX_2S], -+ // pHalData->BW20_24G_Diff[RFPath][TX_3S], pHalData->BW20_24G_Diff[RFPath][TX_4S]); -+ } -+ // BW40-1S, BW40-2S -+ else if (BandWidth == CHANNEL_WIDTH_40) -+ { -+ if ( (MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; -+ if ( (MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; -+ if ( (MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_3S]; -+ if ( (MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_4S]; -+ -+ //DBG_871X("+PowerDiff 2.4G (RF-%c): (BW40-1S, BW40-2S, BW40-3S, BW40-4S) = (%d, %d, %d, %d)\n", ((RFPath==0)?'A':(RFPath==1)?'B':(RFPath==2)?'C':'D'), -+ // pHalData->BW40_24G_Diff[RFPath][TX_1S], pHalData->BW40_24G_Diff[RFPath][TX_2S], -+ // pHalData->BW40_24G_Diff[RFPath][TX_3S], pHalData->BW40_24G_Diff[RFPath][TX_4S]); -+ } -+ // Willis suggest adopt BW 40M power index while in BW 80 mode -+ else if ( BandWidth == CHANNEL_WIDTH_80 ) -+ { -+ if ( (MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_1S]; -+ if ( (MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_2S]; -+ if ( (MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_3S]; -+ if ( (MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_24G_Diff[RFPath][TX_4S]; -+ -+ //DBG_871X("+PowerDiff 2.4G (RF-%c): (BW40-1S, BW40-2S, BW40-3S, BW40-4T) = (%d, %d, %d, %d) P.S. Current is in BW 80MHz\n", ((RFPath==0)?'A':(RFPath==1)?'B':(RFPath==2)?'C':'D'), -+ // pHalData->BW40_24G_Diff[RFPath][TX_1S], pHalData->BW40_24G_Diff[RFPath][TX_2S], -+ // pHalData->BW40_24G_Diff[RFPath][TX_3S], pHalData->BW40_24G_Diff[RFPath][TX_4S]); -+ } -+ } -+ else //3 ============================== 5 G ============================== -+ { -+ if ( MGN_6M <= Rate ) -+ { -+ txPower = pHalData->Index5G_BW40_Base[RFPath][chnlIdx]; -+ } -+ else -+ { -+ DBG_871X("===> mpt_ProQueryCalTxPower_Jaguar: INVALID Rate.\n"); -+ } -+ -+ //DBG_871X("Base Tx power(RF-%c, Rate #%d, Channel Index %d) = 0x%X\n", -+ // ((RFPath==0)?'A':'B'), Rate, chnlIdx, txPower); -+ -+ // OFDM-1T -+ if ( (MGN_6M <= Rate && Rate <= MGN_54M) && ! IS_CCK_RATE(Rate)) -+ { -+ txPower += pHalData->OFDM_5G_Diff[RFPath][TX_1S]; -+ //DBG_871X("+PowerDiff 5G (RF-%c): (OFDM-1T) = (%d)\n", ((RFPath==0)?'A':'B'), pHalData->OFDM_5G_Diff[RFPath][TX_1S]); -+ } -+ -+ // BW20-1S, BW20-2S -+ if (BandWidth == CHANNEL_WIDTH_20) -+ { -+ if ( (MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_1S]; -+ if ( (MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_2S]; -+ if ( (MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_3S]; -+ if ( (MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW20_5G_Diff[RFPath][TX_4S]; -+ -+ //DBG_871X("+PowerDiff 5G (RF-%c): (BW20-1S, BW20-2S, BW20-3S, BW20-4S) = (%d, %d, %d, %d)\n", ((RFPath==0)?'A':(RFPath==1)?'B':(RFPath==2)?'C':'D'), -+ // pHalData->BW20_5G_Diff[RFPath][TX_1S], pHalData->BW20_5G_Diff[RFPath][TX_2S], -+ // pHalData->BW20_5G_Diff[RFPath][TX_3S], pHalData->BW20_5G_Diff[RFPath][TX_4S]); -+ } -+ // BW40-1S, BW40-2S -+ else if (BandWidth == CHANNEL_WIDTH_40) -+ { -+ if ( (MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_1S]; -+ if ( (MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_2S]; -+ if ( (MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_3S]; -+ if ( (MGN_MCS24 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW40_5G_Diff[RFPath][TX_4S]; -+ -+ //DBG_871X("+PowerDiff 5G(RF-%c): (BW40-1S, BW40-2S) = (%d, %d, %d, %d)\n", ((RFPath==0)?'A':(RFPath==1)?'B':(RFPath==2)?'C':'D'), -+ // pHalData->BW40_5G_Diff[RFPath][TX_1S], pHalData->BW40_5G_Diff[RFPath][TX_2S], -+ // pHalData->BW40_5G_Diff[RFPath][TX_3S], pHalData->BW40_5G_Diff[RFPath][TX_4S]); -+ } -+ // BW80-1S, BW80-2S -+ else if (BandWidth== CHANNEL_WIDTH_80) -+ { -+ // <20121220, Kordan> Get the index of array "Index5G_BW80_Base". -+ for (i = 0; i < CENTER_CH_5G_80M_NUM; ++i) -+ if (center_ch_5g_80m[i] == Channel) -+ chnlIdx = i; -+ -+ txPower = pHalData->Index5G_BW80_Base[RFPath][chnlIdx]; -+ -+ if ( (MGN_MCS0 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT1SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += + pHalData->BW80_5G_Diff[RFPath][TX_1S]; -+ if ( (MGN_MCS8 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT2SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW80_5G_Diff[RFPath][TX_2S]; -+ if ( (MGN_MCS16 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT3SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW80_5G_Diff[RFPath][TX_3S]; -+ if ( (MGN_MCS23 <= Rate && Rate <= MGN_MCS31) || (MGN_VHT4SS_MCS0 <= Rate && Rate <= MGN_VHT4SS_MCS9)) -+ txPower += pHalData->BW80_5G_Diff[RFPath][TX_4S]; -+ -+ //DBG_871X("+PowerDiff 5G(RF-%c): (BW80-1S, BW80-2S, BW80-3S, BW80-4S) = (%d, %d, %d, %d)\n",((RFPath==0)?'A':(RFPath==1)?'B':(RFPath==2)?'C':'D'), -+ // pHalData->BW80_5G_Diff[RFPath][TX_1S], pHalData->BW80_5G_Diff[RFPath][TX_2S], -+ // pHalData->BW80_5G_Diff[RFPath][TX_3S], pHalData->BW80_5G_Diff[RFPath][TX_4S]); -+ } -+ } -+ -+ return txPower; -+} -+ -+s8 -+PHY_GetTxPowerTrackingOffset( -+ PADAPTER pAdapter, -+ u8 RFPath, -+ u8 Rate -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ s8 offset = 0; -+ -+ if( pDM_Odm->RFCalibrateInfo.TxPowerTrackControl == _FALSE) -+ return offset; -+ -+ if ((Rate == MGN_1M) ||(Rate == MGN_2M)||(Rate == MGN_5_5M)||(Rate == MGN_11M)) -+ { -+ offset = pDM_Odm->RFCalibrateInfo.Remnant_CCKSwingIdx; -+ /*DBG_871X("+Remnant_CCKSwingIdx = 0x%x\n", RFPath, Rate, pRFCalibrateInfo->Remnant_CCKSwingIdx);*/ -+ } -+ else -+ { -+ offset = pDM_Odm->RFCalibrateInfo.Remnant_OFDMSwingIdx[RFPath]; -+ /*DBG_871X("+Remanant_OFDMSwingIdx[RFPath %u][Rate 0x%x] = 0x%x\n", RFPath, Rate, pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath]); */ -+ -+ } -+ -+ return offset; -+} -+ -+u8 -+PHY_GetRateIndexOfTxPowerByRate( -+ IN u8 Rate -+ ) -+{ -+ u8 index = 0; -+ switch ( Rate ) -+ { -+ case MGN_1M: index = 0; break; -+ case MGN_2M: index = 1; break; -+ case MGN_5_5M: index = 2; break; -+ case MGN_11M: index = 3; break; -+ case MGN_6M: index = 4; break; -+ case MGN_9M: index = 5; break; -+ case MGN_12M: index = 6; break; -+ case MGN_18M: index = 7; break; -+ case MGN_24M: index = 8; break; -+ case MGN_36M: index = 9; break; -+ case MGN_48M: index = 10; break; -+ case MGN_54M: index = 11; break; -+ case MGN_MCS0: index = 12; break; -+ case MGN_MCS1: index = 13; break; -+ case MGN_MCS2: index = 14; break; -+ case MGN_MCS3: index = 15; break; -+ case MGN_MCS4: index = 16; break; -+ case MGN_MCS5: index = 17; break; -+ case MGN_MCS6: index = 18; break; -+ case MGN_MCS7: index = 19; break; -+ case MGN_MCS8: index = 20; break; -+ case MGN_MCS9: index = 21; break; -+ case MGN_MCS10: index = 22; break; -+ case MGN_MCS11: index = 23; break; -+ case MGN_MCS12: index = 24; break; -+ case MGN_MCS13: index = 25; break; -+ case MGN_MCS14: index = 26; break; -+ case MGN_MCS15: index = 27; break; -+ case MGN_MCS16: index = 28; break; -+ case MGN_MCS17: index = 29; break; -+ case MGN_MCS18: index = 30; break; -+ case MGN_MCS19: index = 31; break; -+ case MGN_MCS20: index = 32; break; -+ case MGN_MCS21: index = 33; break; -+ case MGN_MCS22: index = 34; break; -+ case MGN_MCS23: index = 35; break; -+ case MGN_MCS24: index = 36; break; -+ case MGN_MCS25: index = 37; break; -+ case MGN_MCS26: index = 38; break; -+ case MGN_MCS27: index = 39; break; -+ case MGN_MCS28: index = 40; break; -+ case MGN_MCS29: index = 41; break; -+ case MGN_MCS30: index = 42; break; -+ case MGN_MCS31: index = 43; break; -+ case MGN_VHT1SS_MCS0: index = 44; break; -+ case MGN_VHT1SS_MCS1: index = 45; break; -+ case MGN_VHT1SS_MCS2: index = 46; break; -+ case MGN_VHT1SS_MCS3: index = 47; break; -+ case MGN_VHT1SS_MCS4: index = 48; break; -+ case MGN_VHT1SS_MCS5: index = 49; break; -+ case MGN_VHT1SS_MCS6: index = 50; break; -+ case MGN_VHT1SS_MCS7: index = 51; break; -+ case MGN_VHT1SS_MCS8: index = 52; break; -+ case MGN_VHT1SS_MCS9: index = 53; break; -+ case MGN_VHT2SS_MCS0: index = 54; break; -+ case MGN_VHT2SS_MCS1: index = 55; break; -+ case MGN_VHT2SS_MCS2: index = 56; break; -+ case MGN_VHT2SS_MCS3: index = 57; break; -+ case MGN_VHT2SS_MCS4: index = 58; break; -+ case MGN_VHT2SS_MCS5: index = 59; break; -+ case MGN_VHT2SS_MCS6: index = 60; break; -+ case MGN_VHT2SS_MCS7: index = 61; break; -+ case MGN_VHT2SS_MCS8: index = 62; break; -+ case MGN_VHT2SS_MCS9: index = 63; break; -+ case MGN_VHT3SS_MCS0: index = 64; break; -+ case MGN_VHT3SS_MCS1: index = 65; break; -+ case MGN_VHT3SS_MCS2: index = 66; break; -+ case MGN_VHT3SS_MCS3: index = 67; break; -+ case MGN_VHT3SS_MCS4: index = 68; break; -+ case MGN_VHT3SS_MCS5: index = 69; break; -+ case MGN_VHT3SS_MCS6: index = 70; break; -+ case MGN_VHT3SS_MCS7: index = 71; break; -+ case MGN_VHT3SS_MCS8: index = 72; break; -+ case MGN_VHT3SS_MCS9: index = 73; break; -+ case MGN_VHT4SS_MCS0: index = 74; break; -+ case MGN_VHT4SS_MCS1: index = 75; break; -+ case MGN_VHT4SS_MCS2: index = 76; break; -+ case MGN_VHT4SS_MCS3: index = 77; break; -+ case MGN_VHT4SS_MCS4: index = 78; break; -+ case MGN_VHT4SS_MCS5: index = 79; break; -+ case MGN_VHT4SS_MCS6: index = 80; break; -+ case MGN_VHT4SS_MCS7: index = 81; break; -+ case MGN_VHT4SS_MCS8: index = 82; break; -+ case MGN_VHT4SS_MCS9: index = 83; break; -+ default: -+ DBG_871X("Invalid rate 0x%x in %s\n", Rate, __FUNCTION__ ); -+ break; -+ }; -+ -+ return index; -+} -+ -+s8 -+PHY_GetTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u8 Band, -+ IN u8 RFPath, -+ IN u8 TxNum, -+ IN u8 Rate -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter ); -+ s8 value = 0, limit = 0; -+ u8 rateIndex = PHY_GetRateIndexOfTxPowerByRate( Rate ); -+ -+ if ( ( pAdapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory == 2 ) || -+ pAdapter->registrypriv.RegEnableTxPowerByRate == 0 ) -+ return 0; -+ -+ if ( Band != BAND_ON_2_4G && Band != BAND_ON_5G ) -+ { -+ DBG_871X("Invalid band %d in %s\n", Band, __FUNCTION__ ); -+ return value; -+ } -+ if ( RFPath > ODM_RF_PATH_D ) -+ { -+ DBG_871X("Invalid RfPath %d in %s\n", RFPath, __FUNCTION__ ); -+ return value; -+ } -+ if ( TxNum >= RF_MAX_TX_NUM ) -+ { -+ DBG_871X("Invalid TxNum %d in %s\n", TxNum, __FUNCTION__ ); -+ return value; -+ } -+ if ( rateIndex >= TX_PWR_BY_RATE_NUM_RATE ) -+ { -+ DBG_871X("Invalid RateIndex %d in %s\n", rateIndex, __FUNCTION__ ); -+ return value; -+ } -+ -+ value = pHalData->TxPwrByRateOffset[Band][RFPath][TxNum][rateIndex]; -+ -+ return value; -+ -+} -+ -+VOID -+PHY_SetTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u8 Band, -+ IN u8 RFPath, -+ IN u8 TxNum, -+ IN u8 Rate, -+ IN s8 Value -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( pAdapter ); -+ u8 rateIndex = PHY_GetRateIndexOfTxPowerByRate( Rate ); -+ -+ if ( Band != BAND_ON_2_4G && Band != BAND_ON_5G ) -+ { -+ DBG_871X("Invalid band %d in %s\n", Band, __FUNCTION__ ); -+ return; -+ } -+ if ( RFPath > ODM_RF_PATH_D ) -+ { -+ DBG_871X("Invalid RfPath %d in %s\n", RFPath, __FUNCTION__ ); -+ return; -+ } -+ if ( TxNum >= RF_MAX_TX_NUM ) -+ { -+ DBG_871X( "Invalid TxNum %d in %s\n", TxNum, __FUNCTION__ ); -+ return; -+ } -+ if ( rateIndex >= TX_PWR_BY_RATE_NUM_RATE ) -+ { -+ DBG_871X("Invalid RateIndex %d in %s\n", rateIndex, __FUNCTION__ ); -+ return; -+ } -+ -+ pHalData->TxPwrByRateOffset[Band][RFPath][TxNum][rateIndex] = Value; -+} -+ -+VOID -+PHY_SetTxPowerLevelByPath( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN u8 path -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ BOOLEAN bIsIn24G = (pHalData->CurrentBandType == BAND_ON_2_4G ); -+ -+ //if ( pMgntInfo->RegNByteAccess == 0 ) -+ { -+ if ( bIsIn24G ) -+ PHY_SetTxPowerIndexByRateSection( Adapter, path, channel, CCK ); -+ -+ PHY_SetTxPowerIndexByRateSection( Adapter, path, channel, OFDM ); -+ PHY_SetTxPowerIndexByRateSection( Adapter, path, channel, HT_MCS0_MCS7 ); -+ -+ if (IS_HARDWARE_TYPE_JAGUAR(Adapter) || IS_HARDWARE_TYPE_8814A(Adapter)) -+ PHY_SetTxPowerIndexByRateSection(Adapter, path, channel, VHT_1SSMCS0_1SSMCS9); -+ -+ if (pHalData->NumTotalRFPath >= 2) -+ { -+ PHY_SetTxPowerIndexByRateSection( Adapter, path, channel, HT_MCS8_MCS15 ); -+ -+ if (IS_HARDWARE_TYPE_JAGUAR(Adapter) || IS_HARDWARE_TYPE_8814A(Adapter)) -+ PHY_SetTxPowerIndexByRateSection(Adapter, path, channel, VHT_2SSMCS0_2SSMCS9); -+ -+ if (IS_HARDWARE_TYPE_8814A(Adapter)) -+ { -+ PHY_SetTxPowerIndexByRateSection( Adapter, path, channel, HT_MCS16_MCS23 ); -+ PHY_SetTxPowerIndexByRateSection( Adapter, path, channel, VHT_3SSMCS0_3SSMCS9 ); -+ } -+ } -+ } -+} -+ -+VOID -+PHY_SetTxPowerIndexByRateArray( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel, -+ IN u8* Rates, -+ IN u8 RateArraySize -+ ) -+{ -+ u32 powerIndex = 0; -+ int i = 0; -+ -+ for (i = 0; i < RateArraySize; ++i) -+ { -+ powerIndex = PHY_GetTxPowerIndex(pAdapter, RFPath, Rates[i], BandWidth, Channel); -+ PHY_SetTxPowerIndex(pAdapter, powerIndex, RFPath, Rates[i]); -+ } -+} -+ -+s8 -+phy_GetWorldWideLimit( -+ s8* LimitTable -+) -+{ -+ s8 min = LimitTable[0]; -+ u8 i = 0; -+ -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) { -+ if (LimitTable[i] < min) -+ min = LimitTable[i]; -+ } -+ -+ return min; -+} -+ -+s8 -+phy_GetChannelIndexOfTxPowerLimit( -+ IN u8 Band, -+ IN u8 Channel -+ ) -+{ -+ s8 channelIndex = -1; -+ u8 i = 0; -+ -+ if (Band == BAND_ON_2_4G) { -+ channelIndex = Channel - 1; -+ } else if (Band == BAND_ON_5G) { -+ for (i = 0; i < CENTER_CH_5G_ALL_NUM; ++i) { -+ if (center_ch_5g_all[i] == Channel) -+ channelIndex = i; -+ } -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "Invalid Band %d in %s\n", Band, __func__); -+ } -+ -+ if (channelIndex == -1) -+ DBG_871X_LEVEL(_drv_always_, "Invalid Channel %d of Band %d in %s\n", Channel, Band, __func__); -+ -+ return channelIndex; -+} -+ -+s8 -+PHY_GetTxPowerLimit( -+ IN PADAPTER Adapter, -+ IN u32 RegPwrTblSel, -+ IN BAND_TYPE Band, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 RfPath, -+ IN u8 DataRate, -+ IN u8 Channel -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ s16 band = -1, regulation = -1, bandwidth = -1, -+ rateSection = -1, channel = -1; -+ s8 powerLimit = MAX_POWER_INDEX; -+ -+ if ( ( Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory != 1 ) || -+ Adapter->registrypriv.RegEnableTxPowerLimit == 0 ) -+ return MAX_POWER_INDEX; -+ -+ switch (RegPwrTblSel) { -+ case 1: -+ regulation = TXPWR_LMT_ETSI; -+ break; -+ case 2: -+ regulation = TXPWR_LMT_MKK; -+ break; -+ case 3: -+ regulation = TXPWR_LMT_FCC; -+ break; -+ case 4: -+ regulation = TXPWR_LMT_WW; -+ break; -+ default: -+ regulation = (Band == BAND_ON_2_4G) ? pHalData->Regulation2_4G : pHalData->Regulation5G; -+ break; -+ } -+ -+ //DBG_871X("pMgntInfo->RegPwrTblSel %d, final regulation %d\n", Adapter->registrypriv.RegPwrTblSel, regulation ); -+ -+ -+ if ( Band == BAND_ON_2_4G ) band = 0; -+ else if ( Band == BAND_ON_5G ) band = 1; -+ -+ if ( Bandwidth == CHANNEL_WIDTH_20 ) bandwidth = 0; -+ else if ( Bandwidth == CHANNEL_WIDTH_40 ) bandwidth = 1; -+ else if ( Bandwidth == CHANNEL_WIDTH_80 ) bandwidth = 2; -+ else if ( Bandwidth == CHANNEL_WIDTH_160 ) bandwidth = 3; -+ -+ switch ( DataRate ) -+ { -+ case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M: -+ rateSection = 0; -+ break; -+ -+ case MGN_6M: case MGN_9M: case MGN_12M: case MGN_18M: -+ case MGN_24M: case MGN_36M: case MGN_48M: case MGN_54M: -+ rateSection = 1; -+ break; -+ -+ case MGN_MCS0: case MGN_MCS1: case MGN_MCS2: case MGN_MCS3: -+ case MGN_MCS4: case MGN_MCS5: case MGN_MCS6: case MGN_MCS7: -+ rateSection = 2; -+ break; -+ -+ case MGN_MCS8: case MGN_MCS9: case MGN_MCS10: case MGN_MCS11: -+ case MGN_MCS12: case MGN_MCS13: case MGN_MCS14: case MGN_MCS15: -+ rateSection = 3; -+ break; -+ -+ case MGN_MCS16: case MGN_MCS17: case MGN_MCS18: case MGN_MCS19: -+ case MGN_MCS20: case MGN_MCS21: case MGN_MCS22: case MGN_MCS23: -+ rateSection = 4; -+ break; -+ -+ case MGN_MCS24: case MGN_MCS25: case MGN_MCS26: case MGN_MCS27: -+ case MGN_MCS28: case MGN_MCS29: case MGN_MCS30: case MGN_MCS31: -+ rateSection = 5; -+ break; -+ -+ case MGN_VHT1SS_MCS0: case MGN_VHT1SS_MCS1: case MGN_VHT1SS_MCS2: -+ case MGN_VHT1SS_MCS3: case MGN_VHT1SS_MCS4: case MGN_VHT1SS_MCS5: -+ case MGN_VHT1SS_MCS6: case MGN_VHT1SS_MCS7: case MGN_VHT1SS_MCS8: -+ case MGN_VHT1SS_MCS9: -+ rateSection = 6; -+ break; -+ -+ case MGN_VHT2SS_MCS0: case MGN_VHT2SS_MCS1: case MGN_VHT2SS_MCS2: -+ case MGN_VHT2SS_MCS3: case MGN_VHT2SS_MCS4: case MGN_VHT2SS_MCS5: -+ case MGN_VHT2SS_MCS6: case MGN_VHT2SS_MCS7: case MGN_VHT2SS_MCS8: -+ case MGN_VHT2SS_MCS9: -+ rateSection = 7; -+ break; -+ -+ case MGN_VHT3SS_MCS0: case MGN_VHT3SS_MCS1: case MGN_VHT3SS_MCS2: -+ case MGN_VHT3SS_MCS3: case MGN_VHT3SS_MCS4: case MGN_VHT3SS_MCS5: -+ case MGN_VHT3SS_MCS6: case MGN_VHT3SS_MCS7: case MGN_VHT3SS_MCS8: -+ case MGN_VHT3SS_MCS9: -+ rateSection = 8; -+ break; -+ -+ case MGN_VHT4SS_MCS0: case MGN_VHT4SS_MCS1: case MGN_VHT4SS_MCS2: -+ case MGN_VHT4SS_MCS3: case MGN_VHT4SS_MCS4: case MGN_VHT4SS_MCS5: -+ case MGN_VHT4SS_MCS6: case MGN_VHT4SS_MCS7: case MGN_VHT4SS_MCS8: -+ case MGN_VHT4SS_MCS9: -+ rateSection = 9; -+ break; -+ -+ default: -+ DBG_871X("Wrong rate 0x%x\n", DataRate ); -+ break; -+ } -+ -+ if ( Band == BAND_ON_5G && rateSection == 0 ) -+ DBG_871X("Wrong rate 0x%x: No CCK in 5G Band\n", DataRate ); -+ -+ // workaround for wrong index combination to obtain tx power limit, -+ // OFDM only exists in BW 20M -+ if ( rateSection == 1 ) -+ bandwidth = 0; -+ -+ // workaround for wrong index combination to obtain tx power limit, -+ // CCK table will only be given in BW 20M -+ if ( rateSection == 0 ) -+ bandwidth = 0; -+ -+ // workaround for wrong indxe combination to obtain tx power limit, -+ // HT on 80M will reference to HT on 40M -+ if ( ( rateSection == 2 || rateSection == 3 ) && Band == BAND_ON_5G && bandwidth == 2 ) { -+ bandwidth = 1; -+ } -+ -+ if ( Band == BAND_ON_2_4G ) -+ channel = phy_GetChannelIndexOfTxPowerLimit( BAND_ON_2_4G, Channel ); -+ else if ( Band == BAND_ON_5G ) -+ channel = phy_GetChannelIndexOfTxPowerLimit( BAND_ON_5G, Channel ); -+ else if ( Band == BAND_ON_BOTH ) -+ { -+ // BAND_ON_BOTH don't care temporarily -+ } -+ -+ if ( band == -1 || regulation == -1 || bandwidth == -1 || -+ rateSection == -1 || channel == -1 ) -+ { -+ //DBG_871X("Wrong index value to access power limit table [band %d][regulation %d][bandwidth %d][rf_path %d][rate_section %d][chnlGroup %d]\n", -+ // band, regulation, bandwidth, RfPath, rateSection, channelGroup ); -+ -+ return MAX_POWER_INDEX; -+ } -+ -+ if ( Band == BAND_ON_2_4G ) { -+ s8 limits[10] = {0}; u8 i = 0; -+ if (bandwidth >= MAX_2_4G_BANDWIDTH_NUM) -+ bandwidth = MAX_2_4G_BANDWIDTH_NUM - 1; -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) -+ limits[i] = pHalData->TxPwrLimit_2_4G[i][bandwidth][rateSection][channel][RfPath]; -+ -+ powerLimit = (regulation == TXPWR_LMT_WW) ? phy_GetWorldWideLimit(limits) : -+ pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channel][RfPath]; -+ -+ } else if ( Band == BAND_ON_5G ) { -+ s8 limits[10] = {0}; u8 i = 0; -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) -+ limits[i] = pHalData->TxPwrLimit_5G[i][bandwidth][rateSection][channel][RfPath]; -+ -+ powerLimit = (regulation == TXPWR_LMT_WW) ? phy_GetWorldWideLimit(limits) : -+ pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channel][RfPath]; -+ } else -+ DBG_871X("No power limit table of the specified band\n" ); -+ -+ // combine 5G VHT & HT rate -+ // 5G 20M and 40M HT and VHT can cross reference -+ /* -+ if ( Band == BAND_ON_5G && powerLimit == MAX_POWER_INDEX ) { -+ if ( bandwidth == 0 || bandwidth == 1 ) { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ( "No power limit table of the specified band %d, bandwidth %d, ratesection %d, rf path %d\n", -+ band, bandwidth, rateSection, RfPath ) ); -+ if ( rateSection == 2 ) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][4][channelGroup][RfPath]; -+ else if ( rateSection == 4 ) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][2][channelGroup][RfPath]; -+ else if ( rateSection == 3 ) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][5][channelGroup][RfPath]; -+ else if ( rateSection == 5 ) -+ powerLimit = pHalData->TxPwrLimit_5G[regulation] -+ [bandwidth][3][channelGroup][RfPath]; -+ } -+ } -+ */ -+ //DBG_871X("TxPwrLmt[Regulation %d][Band %d][BW %d][RFPath %d][Rate 0x%x][Chnl %d] = %d\n", -+ // regulation, pHalData->CurrentBandType, Bandwidth, RfPath, DataRate, Channel, powerLimit); -+ return powerLimit; -+} -+ -+VOID -+phy_CrossReferenceHTAndVHTTxPowerLimit( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u8 regulation, bw, channel, rateSection; -+ s8 tempPwrLmt = 0; -+ -+ for ( regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation ) -+ { -+ for (bw = 0; bw < MAX_5G_BANDWIDTH_NUM; ++bw) -+ { -+ for (channel = 0; channel < CENTER_CH_5G_ALL_NUM; ++channel) -+ { -+ for ( rateSection = 0; rateSection < MAX_RATE_SECTION_NUM; ++rateSection ) -+ { -+ tempPwrLmt = pHalData->TxPwrLimit_5G[regulation][bw][rateSection][channel][ODM_RF_PATH_A]; -+ if ( tempPwrLmt == MAX_POWER_INDEX ) -+ { -+ u8 baseSection = 2, refSection = 6; -+ if ( bw == 0 || bw == 1 ) { // 5G 20M 40M VHT and HT can cross reference -+ //DBG_871X("No power limit table of the specified band %d, bandwidth %d, ratesection %d, channel %d, rf path %d\n", -+ // 1, bw, rateSection, channel, ODM_RF_PATH_A ); -+ if ( rateSection >= 2 && rateSection <= 9 ) { -+ if ( rateSection == 2 ) -+ { -+ baseSection = 2; -+ refSection = 6; -+ } -+ else if ( rateSection == 3 ) -+ { -+ baseSection = 3; -+ refSection = 7; -+ } -+ else if ( rateSection == 4 ) -+ { -+ baseSection = 4; -+ refSection = 8; -+ } -+ else if ( rateSection == 5 ) -+ { -+ baseSection = 5; -+ refSection = 9; -+ } -+ else if ( rateSection == 6 ) -+ { -+ baseSection = 6; -+ refSection = 2; -+ } -+ else if ( rateSection == 7 ) -+ { -+ baseSection = 7; -+ refSection = 3; -+ } -+ else if ( rateSection == 8 ) -+ { -+ baseSection = 8; -+ refSection = 4; -+ } -+ else if ( rateSection == 9 ) -+ { -+ baseSection = 9; -+ refSection = 5; -+ } -+ pHalData->TxPwrLimit_5G[regulation][bw][baseSection][channel][ODM_RF_PATH_A] = -+ pHalData->TxPwrLimit_5G[regulation][bw][refSection][channel][ODM_RF_PATH_A]; -+ } -+ -+ //DBG_871X("use other value %d", tempPwrLmt ); -+ } -+ } -+ } -+ } -+ } -+ } -+} -+ -+VOID -+PHY_ConvertTxPowerLimitToPowerIndex( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 base; -+ u8 regulation, bw, channel, rateSection; -+ s8 tempValue = 0, tempPwrLmt = 0; -+ u8 rfPath = 0; -+ u8 tx_num; -+ -+ if (pHalData->odmpriv.PhyRegPgValueType != PHY_REG_PG_EXACT_VALUE) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ phy_CrossReferenceHTAndVHTTxPowerLimit(Adapter); -+ -+ for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { -+ -+ for (bw = 0; bw < MAX_2_4G_BANDWIDTH_NUM; ++bw) { -+ -+ for (channel = 0; channel < CENTER_CH_2G_NUM; ++channel) { -+ -+ for (rateSection = CCK; rateSection <= HT_4SS; ++rateSection) { -+ tx_num = rate_section_to_tx_num(rateSection); -+ tempPwrLmt = pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][RF_PATH_A]; -+ -+ if (tempPwrLmt != MAX_POWER_INDEX) { -+ -+ for (rfPath = RF_PATH_A; rfPath < MAX_RF_PATH; ++rfPath) { -+ -+ if (rtw_regsty_tx_power_by_rate_base_valid(Adapter) == _TRUE) -+ base = rtw_regsty_get_tx_power_by_rate_base(Adapter, BAND_ON_2_4G, rfPath, tx_num, rateSection); -+ else -+ base = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_2_4G, rfPath, tx_num, rateSection); -+ -+ tempValue = tempPwrLmt - base; -+ pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][rfPath] = tempValue; -+ } -+ } -+ } -+ } -+ } -+ } -+ -+ if (IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(Adapter)) { -+ -+ for (regulation = 0; regulation < MAX_REGULATION_NUM; ++regulation) { -+ -+ for (bw = 0; bw < MAX_5G_BANDWIDTH_NUM; ++bw) { -+ -+ for (channel = 0; channel < CENTER_CH_5G_ALL_NUM; ++channel) { -+ -+ for (rateSection = OFDM; rateSection <= VHT_4SS; ++rateSection) { -+ tx_num = rate_section_to_tx_num(rateSection); -+ tempPwrLmt = pHalData->TxPwrLimit_5G[regulation][bw][rateSection][channel][RF_PATH_A]; -+ -+ if (tempPwrLmt != MAX_POWER_INDEX) { -+ -+ for (rfPath = RF_PATH_A; rfPath < MAX_RF_PATH; ++rfPath) { -+ -+ if (rtw_regsty_tx_power_by_rate_base_valid(Adapter) == _TRUE) -+ base = rtw_regsty_get_tx_power_by_rate_base(Adapter, BAND_ON_5G, rfPath, tx_num, rateSection); -+ else -+ base = PHY_GetTxPowerByRateBase(Adapter, BAND_ON_5G, rfPath, tx_num, rateSection); -+ -+ tempValue = tempPwrLmt - base; -+ pHalData->TxPwrLimit_5G[regulation][bw][rateSection][channel][rfPath] = tempValue; -+ } -+ } -+ } -+ } -+ } -+ } -+ } -+} -+ -+/* -+* PHY_InitTxPowerLimit - Set all hal_data.TxPwrLimit_2_4G, TxPwrLimit_5G array to MAX_POWER_INDEX -+*/ -+VOID -+PHY_InitTxPowerLimit( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 i, j, k, l, m; -+ -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) -+ for (j = 0; j < MAX_2_4G_BANDWIDTH_NUM; ++j) -+ for (k = 0; k < MAX_RATE_SECTION_NUM; ++k) -+ for (m = 0; m < CENTER_CH_2G_NUM; ++m) -+ for (l = 0; l < MAX_RF_PATH; ++l) -+ pHalData->TxPwrLimit_2_4G[i][j][k][m][l] = MAX_POWER_INDEX; -+ -+ for (i = 0; i < MAX_REGULATION_NUM; ++i) -+ for (j = 0; j < MAX_5G_BANDWIDTH_NUM; ++j) -+ for (k = 0; k < MAX_RATE_SECTION_NUM; ++k) -+ for (m = 0; m < CENTER_CH_5G_ALL_NUM; ++m) -+ for (l = 0; l < MAX_RF_PATH; ++l) -+ pHalData->TxPwrLimit_5G[i][j][k][m][l] = MAX_POWER_INDEX; -+} -+ -+VOID -+PHY_SetTxPowerLimit( -+ IN PDM_ODM_T pDM_Odm, -+ IN u8 *Regulation, -+ IN u8 *Band, -+ IN u8 *Bandwidth, -+ IN u8 *RateSection, -+ IN u8 *RfPath, -+ IN u8 *Channel, -+ IN u8 *PowerLimit -+ ) -+{ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA( Adapter ); -+ u8 regulation=0, bandwidth=0, rateSection=0, -+ channel; -+ s8 powerLimit = 0, prevPowerLimit, channelIndex; -+ -+ //DBG_871X( "Index of power limit table [band %s][regulation %s][bw %s][rate section %s][rf path %s][chnl %s][val %s]\n", -+ // Band, Regulation, Bandwidth, RateSection, RfPath, Channel, PowerLimit ); -+ -+ if ( !GetU1ByteIntegerFromStringInDecimal( (s8 *)Channel, &channel ) || -+ !GetU1ByteIntegerFromStringInDecimal( (s8 *)PowerLimit, &powerLimit ) ) -+ { -+ DBG_871X("Illegal index of power limit table [chnl %s][val %s]\n", Channel, PowerLimit ); -+ } -+ -+ powerLimit = powerLimit > MAX_POWER_INDEX ? MAX_POWER_INDEX : powerLimit; -+ -+ if ( eqNByte( Regulation, (u8 *)("FCC"), 3 ) ) regulation = 0; -+ else if ( eqNByte( Regulation, (u8 *)("MKK"), 3 ) ) regulation = 1; -+ else if ( eqNByte( Regulation, (u8 *)("ETSI"), 4 ) ) regulation = 2; -+ else if ( eqNByte( Regulation, (u8 *)("WW13"), 4 ) ) regulation = 3; -+ -+ if ( eqNByte( RateSection, (u8 *)("CCK"), 3 ) && eqNByte( RfPath, (u8 *)("1T"), 2 ) ) -+ rateSection = 0; -+ else if ( eqNByte( RateSection, (u8 *)("OFDM"), 4 ) && eqNByte( RfPath, (u8 *)("1T"), 2 ) ) -+ rateSection = 1; -+ else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("1T"), 2 ) ) -+ rateSection = 2; -+ else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("2T"), 2 ) ) -+ rateSection = 3; -+ else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("3T"), 2 ) ) -+ rateSection = 4; -+ else if ( eqNByte( RateSection, (u8 *)("HT"), 2 ) && eqNByte( RfPath, (u8 *)("4T"), 2 ) ) -+ rateSection = 5; -+ else if ( eqNByte( RateSection, (u8 *)("VHT"), 3 ) && eqNByte( RfPath, (u8 *)("1T"), 2 ) ) -+ rateSection = 6; -+ else if ( eqNByte( RateSection, (u8 *)("VHT"), 3 ) && eqNByte( RfPath, (u8 *)("2T"), 2 ) ) -+ rateSection = 7; -+ else if ( eqNByte( RateSection, (u8 *)("VHT"), 3 ) && eqNByte( RfPath, (u8 *)("3T"), 2 ) ) -+ rateSection = 8; -+ else if ( eqNByte( RateSection, (u8 *)("VHT"), 3 ) && eqNByte( RfPath, (u8 *)("4T"), 2 ) ) -+ rateSection = 9; -+ else -+ { -+ DBG_871X("Wrong rate section!\n"); -+ return; -+ } -+ -+ -+ if ( eqNByte( Bandwidth, (u8 *)("20M"), 3 ) ) bandwidth = 0; -+ else if ( eqNByte( Bandwidth, (u8 *)("40M"), 3 ) ) bandwidth = 1; -+ else if ( eqNByte( Bandwidth, (u8 *)("80M"), 3 ) ) bandwidth = 2; -+ else if ( eqNByte( Bandwidth, (u8 *)("160M"), 4 ) ) bandwidth = 3; -+ -+ if ( eqNByte( Band, (u8 *)("2.4G"), 4 ) ) -+ { -+ channelIndex = phy_GetChannelIndexOfTxPowerLimit( BAND_ON_2_4G, channel ); -+ -+ if ( channelIndex == -1 ) -+ return; -+ -+ if (bandwidth >= MAX_2_4G_BANDWIDTH_NUM) -+ bandwidth = MAX_2_4G_BANDWIDTH_NUM - 1; -+ -+ prevPowerLimit = pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A]; -+ -+ if ( powerLimit < prevPowerLimit ) -+ pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = powerLimit; -+ -+ //DBG_871X( "2.4G Band value : [regulation %d][bw %d][rate_section %d][chnl %d][val %d]\n", -+ // regulation, bandwidth, rateSection, channelIndex, pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] ); -+ } -+ else if ( eqNByte( Band, (u8 *)("5G"), 2 ) ) -+ { -+ channelIndex = phy_GetChannelIndexOfTxPowerLimit( BAND_ON_5G, channel ); -+ -+ if ( channelIndex == -1 ) -+ return; -+ -+ prevPowerLimit = pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A]; -+ -+ if ( powerLimit < prevPowerLimit ) -+ pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = powerLimit; -+ -+ //DBG_871X( "5G Band value : [regulation %d][bw %d][rate_section %d][chnl %d][val %d]\n", -+ // regulation, bandwidth, rateSection, channel, pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] ); -+ } -+ else -+ { -+ DBG_871X("Cannot recognize the band info in %s\n", Band ); -+ return; -+ } -+} -+ -+u8 -+PHY_GetTxPowerIndex( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ) -+{ -+ u8 txPower = 0x3E; -+ -+ if (IS_HARDWARE_TYPE_8814A(pAdapter)) { -+#if (RTL8814A_SUPPORT == 1) -+ txPower = PHY_GetTxPowerIndex_8814A(pAdapter, RFPath, Rate, BandWidth, Channel); -+#endif -+ } else if (IS_HARDWARE_TYPE_JAGUAR(pAdapter)) { -+#if ((RTL8812A_SUPPORT == 1) || (RTL8821A_SUPPORT == 1)) -+ txPower = PHY_GetTxPowerIndex_8812A(pAdapter, RFPath, Rate, BandWidth, Channel); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pAdapter)) { -+#if (RTL8723B_SUPPORT == 1) -+ txPower = PHY_GetTxPowerIndex_8723B(pAdapter, RFPath, Rate, BandWidth, Channel); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pAdapter)) { -+#if (RTL8703B_SUPPORT == 1) -+ txPower = PHY_GetTxPowerIndex_8703B(pAdapter, RFPath, Rate, BandWidth, Channel); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pAdapter)) { -+#if (RTL8192E_SUPPORT==1) -+ txPower = PHY_GetTxPowerIndex_8192E(pAdapter, RFPath, Rate, BandWidth, Channel); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8188E(pAdapter)) { -+#if (RTL8188E_SUPPORT==1) -+ txPower = PHY_GetTxPowerIndex_8188E(pAdapter, RFPath, Rate, BandWidth, Channel); -+#endif -+ } else if (IS_HARDWARE_TYPE_8188F(pAdapter)) { -+#if (RTL8188F_SUPPORT == 1) -+ txPower = PHY_GetTxPowerIndex_8188F(pAdapter, RFPath, Rate, BandWidth, Channel); -+#endif -+ } -+ -+ return txPower; -+} -+ -+VOID -+PHY_SetTxPowerIndex( -+ IN PADAPTER pAdapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ) -+{ -+ if (IS_HARDWARE_TYPE_8814A(pAdapter)) { -+#if (RTL8814A_SUPPORT == 1) -+ PHY_SetTxPowerIndex_8814A(pAdapter, PowerIndex, RFPath, Rate); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_JAGUAR(pAdapter)) { -+#if ((RTL8812A_SUPPORT==1) || (RTL8821A_SUPPORT == 1)) -+ PHY_SetTxPowerIndex_8812A( pAdapter, PowerIndex, RFPath, Rate ); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8723B(pAdapter)) { -+#if (RTL8723B_SUPPORT==1) -+ PHY_SetTxPowerIndex_8723B( pAdapter, PowerIndex, RFPath, Rate ); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8703B(pAdapter)) { -+#if (RTL8703B_SUPPORT==1) -+ PHY_SetTxPowerIndex_8703B( pAdapter, PowerIndex, RFPath, Rate ); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8192E(pAdapter)) { -+#if (RTL8192E_SUPPORT==1) -+ PHY_SetTxPowerIndex_8192E( pAdapter, PowerIndex, RFPath, Rate ); -+#endif -+ } -+ else if (IS_HARDWARE_TYPE_8188E(pAdapter)) { -+#if (RTL8188E_SUPPORT==1) -+ PHY_SetTxPowerIndex_8188E( pAdapter, PowerIndex, RFPath, Rate ); -+#endif -+ } else if (IS_HARDWARE_TYPE_8188F(pAdapter)) { -+#if (RTL8188F_SUPPORT == 1) -+ PHY_SetTxPowerIndex_8188F(pAdapter, PowerIndex, RFPath, Rate); -+#endif -+ } -+} -+ -+void dump_tx_power_by_rate_base(void *sel, _adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ int path, tx_num, band, rs; -+ -+ for (band = BAND_ON_2_4G; band <= BAND_ON_5G; band++) { -+ /* TODO: hal capbility to distinguish 2.4G/5G support */ -+ if (band == BAND_ON_5G && !(IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter) || IS_HARDWARE_TYPE_8192D(adapter))) -+ continue; -+ -+ for (path = 0; path < RF_PATH_MAX; path++) { -+ if (path >= hal_data->NumTotalRFPath) -+ break; -+ -+ DBG_871X_SEL_NL(sel, "[%sG][%c]\n", (band == BAND_ON_2_4G ? "2.4" : "5"), rf_path_char(path)); -+ -+ for (rs = 0; rs < RATE_SECTION_NUM; rs++) { -+ tx_num = rate_section_to_tx_num(rs); -+ if (tx_num >= hal_data->nss_num) -+ continue; -+ -+ if (band == BAND_ON_5G && IS_CCK_RATE_SECTION(rs)) -+ continue; -+ -+ if (IS_VHT_RATE_SECTION(rs) && !IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter)) -+ continue; -+ -+ DBG_871X_SEL_NL(sel, "%7s: %3d\n" -+ , rate_section_str(rs) -+ , PHY_GetTxPowerByRateBase(adapter, band, path, tx_num, rs) -+ ); -+ } -+ } -+ } -+} -+ -+void dump_tx_power_by_rate(void *sel, _adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ int path, tx_num, band, n, rs; -+ u8 rate_num, max_rate_num, base; -+ s8 by_rate_offset; -+ -+ for (band = BAND_ON_2_4G; band <= BAND_ON_5G; band++) { -+ /* TODO: hal capbility to distinguish 2.4G/5G support */ -+ if (band == BAND_ON_5G && !(IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter) || IS_HARDWARE_TYPE_8192D(adapter))) -+ continue; -+ -+ for (path = 0; path < RF_PATH_MAX; path++) { -+ if (path >= hal_data->NumTotalRFPath) -+ break; -+ -+ DBG_871X_SEL_NL(sel, "[%sG][%c]\n", (band == BAND_ON_2_4G ? "2.4" : "5"), rf_path_char(path)); -+ -+ for (rs = 0; rs < RATE_SECTION_NUM; rs++) { -+ tx_num = rate_section_to_tx_num(rs); -+ if (tx_num >= hal_data->nss_num) -+ continue; -+ -+ if (band == BAND_ON_5G && IS_CCK_RATE_SECTION(rs)) -+ continue; -+ -+ if (IS_VHT_RATE_SECTION(rs) && !IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter)) -+ continue; -+ -+ if (IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter)) -+ max_rate_num = 10; -+ else -+ max_rate_num = 8; -+ rate_num = rate_section_rate_num(rs); -+ base = PHY_GetTxPowerByRateBase(adapter, band, path, tx_num, rs); -+ -+ DBG_871X_SEL_NL(sel, "%7s: ", rate_section_str(rs)); -+ -+ /* dump power by rate in db */ -+ for (n = rate_num - 1; n >= 0; n--) { -+ by_rate_offset = PHY_GetTxPowerByRate(adapter, band, path, tx_num, rates_by_sections[rs].rates[n]); -+ -+ if ((base + by_rate_offset) % 2) -+ DBG_871X_SEL(sel, "%2d.5 ", (base + by_rate_offset) / 2); -+ else -+ DBG_871X_SEL(sel, "%4d ", (base + by_rate_offset) / 2); -+ } -+ for (n = 0; n < max_rate_num - rate_num; n++) -+ DBG_871X_SEL(sel, "%4s ", ""); -+ -+ DBG_871X_SEL(sel, "|"); -+ -+ /* dump power by rate in offset */ -+ for (n = rate_num - 1; n >= 0; n--) { -+ by_rate_offset = PHY_GetTxPowerByRate(adapter, band, path, tx_num, rates_by_sections[rs].rates[n]); -+ DBG_871X_SEL(sel, "%3d ", by_rate_offset); -+ } -+ DBG_871X_SEL_NL(sel, "\n"); -+ -+ } -+ } -+ } -+} -+ -+void dump_tx_power_limit(void *sel, _adapter *adapter) -+{ -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ struct registry_priv *regsty = dvobj_to_regsty(adapter_to_dvobj(adapter)); -+ -+ int bw, band, ch_num, rs, i, path; -+ u8 ch, n, rd; -+ -+ for (band = BAND_ON_2_4G; band <= BAND_ON_5G; band++) { -+ /* TODO: hal capbility to distinguish 2.4G/5G support */ -+ if (band == BAND_ON_5G && !(IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter) || IS_HARDWARE_TYPE_8192D(adapter))) -+ continue; -+ -+ rd = (band == BAND_ON_2_4G ? hal_data->Regulation2_4G : hal_data->Regulation5G); -+ -+ for (bw = 0; bw < MAX_5G_BANDWIDTH_NUM; bw++) { -+ /* TODO: hal capbility to distinguish bandwidth support */ -+ -+ if (bw >= CHANNEL_WIDTH_160) -+ break; -+ if (band == BAND_ON_2_4G && bw >= CHANNEL_WIDTH_80) -+ break; -+ -+ if (band == BAND_ON_2_4G) { -+ ch_num = CENTER_CH_2G_NUM; -+ } else { -+ if (bw == CHANNEL_WIDTH_20) -+ ch_num = CENTER_CH_5G_20M_NUM; -+ else if (bw == CHANNEL_WIDTH_40) -+ ch_num = CENTER_CH_5G_40M_NUM; -+ else -+ ch_num = CENTER_CH_5G_80M_NUM; -+ } -+ -+ for (rs = 0; rs < RATE_SECTION_NUM; rs++) { -+ if (band == BAND_ON_2_4G && IS_VHT_RATE_SECTION(rs)) -+ continue; -+ if (band == BAND_ON_5G && IS_CCK_RATE_SECTION(rs)) -+ continue; -+ if (bw > CHANNEL_WIDTH_20 && (IS_CCK_RATE_SECTION(rs) || IS_OFDM_RATE_SECTION(rs))) -+ continue; -+ if (bw > CHANNEL_WIDTH_40 && IS_HT_RATE_SECTION(rs)) -+ continue; -+ -+ if (rate_section_to_tx_num(rs) >= hal_data->nss_num) -+ continue; -+ -+ if (IS_VHT_RATE_SECTION(rs) && !IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(adapter)) -+ continue; -+ -+ DBG_871X_SEL_NL(sel, "[%sG][%s][%s]\n" -+ , (band == BAND_ON_2_4G ? "2.4" : "5") -+ , ch_width_str(bw) -+ , rate_section_str(rs) -+ ); -+ -+ /* header for limit in db */ -+ DBG_871X_SEL_NL(sel, "%3s %5s %5s %5s %5s " -+ , "ch" -+ , (rd == TXPWR_LMT_FCC ? "*FCC" : "FCC") -+ , (rd == TXPWR_LMT_ETSI ? "*ETSI" : "ETSI") -+ , (rd == TXPWR_LMT_MKK ? "*MKK" : "MKK") -+ , (rd == TXPWR_LMT_WW ? "*WW" : "WW") -+ ); -+ -+ /* header for limit offset */ -+ for (path = 0; path < RF_PATH_MAX; path++) { -+ if (path >= hal_data->NumTotalRFPath) -+ break; -+ DBG_871X_SEL(sel, "|%3c %3c %3c %3c " -+ , (rd == TXPWR_LMT_FCC ? rf_path_char(path) : ' ') -+ , (rd == TXPWR_LMT_ETSI ? rf_path_char(path) : ' ') -+ , (rd == TXPWR_LMT_MKK ? rf_path_char(path) : ' ') -+ , (rd == TXPWR_LMT_WW ? rf_path_char(path) : ' ') -+ ); -+ } -+ DBG_871X_SEL(sel, "\n"); -+ -+ for (n = 0; n < ch_num; n++) { -+ s8 limit_idx[RF_PATH_MAX][MAX_REGULATION_NUM]; -+ s8 limit_offset[MAX_REGULATION_NUM]; -+ u8 base; -+ -+ if (band == BAND_ON_2_4G) { -+ ch = n + 1; -+ } else { -+ if (bw == CHANNEL_WIDTH_20) -+ ch = center_ch_5g_20m[n]; -+ else if (bw == CHANNEL_WIDTH_40) -+ ch = center_ch_5g_40m[n]; -+ else -+ ch = center_ch_5g_80m[n]; -+ } -+ -+ /* dump limit in db (calculate from path A) */ -+ limit_offset[0] = PHY_GetTxPowerLimit(adapter, 3, band, bw, RF_PATH_A, rates_by_sections[rs].rates[0], ch); /* FCC */ -+ limit_offset[1] = PHY_GetTxPowerLimit(adapter, 1, band, bw, RF_PATH_A, rates_by_sections[rs].rates[0], ch); /* ETSI */ -+ limit_offset[2] = PHY_GetTxPowerLimit(adapter, 2, band, bw, RF_PATH_A, rates_by_sections[rs].rates[0], ch); /* MKK */ -+ limit_offset[3] = PHY_GetTxPowerLimit(adapter, 4, band, bw, RF_PATH_A, rates_by_sections[rs].rates[0], ch); /* WW */ -+ -+ base = PHY_GetTxPowerByRateBase(adapter, band, RF_PATH_A, rate_section_to_tx_num(rs), rs); -+ -+ DBG_871X_SEL_NL(sel, "%3u ", ch); -+ for (i = 0; i < MAX_REGULATION_NUM; i++) { -+ if (limit_offset[i] == MAX_POWER_INDEX) { -+ limit_idx[0][i] = MAX_POWER_INDEX; -+ DBG_871X_SEL(sel, "%5s ", "NA"); -+ } else { -+ limit_idx[0][i] = limit_offset[i] + base; -+ if ((limit_offset[i] + base) % 2) -+ DBG_871X_SEL(sel, "%3d.5 ", (limit_offset[i] + base) / 2); -+ else -+ DBG_871X_SEL(sel, "%5d ", (limit_offset[i] + base) / 2); -+ } -+ } -+ -+ /* dump limit offset of each path */ -+ for (path = 0; path < RF_PATH_MAX; path++) { -+ if (path >= hal_data->NumTotalRFPath) -+ break; -+ limit_offset[0] = PHY_GetTxPowerLimit(adapter, 3, band, bw, path, rates_by_sections[rs].rates[0], ch); /* FCC */ -+ limit_offset[1] = PHY_GetTxPowerLimit(adapter, 1, band, bw, path, rates_by_sections[rs].rates[0], ch); /* ETSI */ -+ limit_offset[2] = PHY_GetTxPowerLimit(adapter, 2, band, bw, path, rates_by_sections[rs].rates[0], ch); /* MKK */ -+ limit_offset[3] = PHY_GetTxPowerLimit(adapter, 4, band, bw, path, rates_by_sections[rs].rates[0], ch); /* WW */ -+ -+ base = PHY_GetTxPowerByRateBase(adapter, band, path, rate_section_to_tx_num(rs), rs); -+ -+ DBG_871X_SEL(sel, "|"); -+ for (i = 0; i < MAX_REGULATION_NUM; i++) { -+ if (limit_offset[i] == MAX_POWER_INDEX) { -+ limit_idx[path][i] = MAX_POWER_INDEX; -+ DBG_871X_SEL(sel, "%3s ", "NA"); -+ } else { -+ limit_idx[path][i] = limit_offset[i] + base; -+ DBG_871X_SEL(sel, "%3d ", limit_offset[i]); -+ } -+ } -+ } -+ -+ /* compare limit_idx of each path, print 'x' when mismatch */ -+ if (hal_data->NumTotalRFPath > 1) { -+ for (i = 0; i < MAX_REGULATION_NUM; i++) { -+ for (path = 0; path < RF_PATH_MAX; path++) { -+ if (path >= hal_data->NumTotalRFPath) -+ break; -+ if (limit_idx[path][i] != limit_idx[(path + 1) % hal_data->NumTotalRFPath][i]) -+ break; -+ } -+ if (path >= hal_data->NumTotalRFPath) -+ DBG_871X_SEL(sel, " "); -+ else -+ DBG_871X_SEL(sel, "x"); -+ } -+ } -+ DBG_871X_SEL(sel, "\n"); -+ -+ } -+ DBG_871X_SEL_NL(sel, "\n"); -+ } -+ } -+ } -+} -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+int -+phy_ConfigMACWithParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName -+) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegValue, u4bMove; -+ -+ if(!(Adapter->registrypriv.load_phy_file & LOAD_MAC_PARA_FILE)) -+ return rtStatus; -+ -+ _rtw_memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->mac_reg_len == 0) && (pHalData->mac_reg == NULL)) -+ { -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ pHalData->mac_reg = rtw_zvmalloc(rlen); -+ if(pHalData->mac_reg) { -+ _rtw_memcpy(pHalData->mac_reg, pHalData->para_file_buf, rlen); -+ pHalData->mac_reg_len = rlen; -+ } -+ else { -+ DBG_871X("%s mac_reg alloc fail !\n",__FUNCTION__); -+ } -+ } -+ } -+ } -+ else -+ { -+ if ((pHalData->mac_reg_len != 0) && (pHalData->mac_reg != NULL)) { -+ _rtw_memcpy(pHalData->para_file_buf, pHalData->mac_reg, pHalData->mac_reg_len); -+ rtStatus = _SUCCESS; -+ } -+ else { -+ DBG_871X("%s(): Critical Error !!!\n",__FUNCTION__); -+ } -+ } -+ -+ if (rtStatus == _SUCCESS) -+ { -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) -+ { -+ if(!IsCommentString(szLine)) -+ { -+ // Get 1st hex value as register offset -+ if(GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) -+ { -+ if(u4bRegOffset == 0xffff) -+ { // Ending. -+ break; -+ } -+ -+ // Get 2nd hex value as register value. -+ szLine += u4bMove; -+ if(GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) -+ { -+ rtw_write8(Adapter, u4bRegOffset, (u8)u4bRegValue); -+ } -+ } -+ } -+ } -+ } -+ else -+ { -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __FUNCTION__, pFileName); -+ } -+ -+ return rtStatus; -+} -+ -+int -+phy_ConfigBBWithParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName, -+ IN u32 ConfigType -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegValue, u4bMove; -+ char *pBuf = NULL; -+ u32 *pBufLen = NULL; -+ -+ if(!(Adapter->registrypriv.load_phy_file & LOAD_BB_PARA_FILE)) -+ return rtStatus; -+ -+ switch(ConfigType) -+ { -+ case CONFIG_BB_PHY_REG: -+ pBuf = pHalData->bb_phy_reg; -+ pBufLen = &pHalData->bb_phy_reg_len; -+ break; -+ case CONFIG_BB_AGC_TAB: -+ pBuf = pHalData->bb_agc_tab; -+ pBufLen = &pHalData->bb_agc_tab_len; -+ break; -+ default: -+ DBG_871X("Unknown ConfigType!! %d\r\n", ConfigType); -+ break; -+ } -+ -+ _rtw_memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) -+ { -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ pBuf = rtw_zvmalloc(rlen); -+ if(pBuf) { -+ _rtw_memcpy(pBuf, pHalData->para_file_buf, rlen); -+ *pBufLen = rlen; -+ -+ switch(ConfigType) -+ { -+ case CONFIG_BB_PHY_REG: -+ pHalData->bb_phy_reg = pBuf; -+ break; -+ case CONFIG_BB_AGC_TAB: -+ pHalData->bb_agc_tab = pBuf; -+ break; -+ } -+ } -+ else { -+ DBG_871X("%s(): ConfigType %d alloc fail !\n",__FUNCTION__,ConfigType); -+ } -+ } -+ } -+ } -+ else -+ { -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) { -+ _rtw_memcpy(pHalData->para_file_buf, pBuf, *pBufLen); -+ rtStatus = _SUCCESS; -+ } -+ else { -+ DBG_871X("%s(): Critical Error !!!\n",__FUNCTION__); -+ } -+ } -+ -+ if (rtStatus == _SUCCESS) -+ { -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) -+ { -+ if(!IsCommentString(szLine)) -+ { -+ // Get 1st hex value as register offset. -+ if(GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) -+ { -+ if(u4bRegOffset == 0xffff) -+ { // Ending. -+ break; -+ } -+ else if (u4bRegOffset == 0xfe || u4bRegOffset == 0xffe) -+ { -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ rtw_msleep_os(50); -+ #else -+ rtw_mdelay_os(50); -+ #endif -+ } -+ else if (u4bRegOffset == 0xfd) -+ { -+ rtw_mdelay_os(5); -+ } -+ else if (u4bRegOffset == 0xfc) -+ { -+ rtw_mdelay_os(1); -+ } -+ else if (u4bRegOffset == 0xfb) -+ { -+ rtw_udelay_os(50); -+ } -+ else if (u4bRegOffset == 0xfa) -+ { -+ rtw_udelay_os(5); -+ } -+ else if (u4bRegOffset == 0xf9) -+ { -+ rtw_udelay_os(1); -+ } -+ -+ // Get 2nd hex value as register value. -+ szLine += u4bMove; -+ if(GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) -+ { -+ //DBG_871X("[BB-ADDR]%03lX=%08lX\n", u4bRegOffset, u4bRegValue); -+ PHY_SetBBReg(Adapter, u4bRegOffset, bMaskDWord, u4bRegValue); -+ -+ if (u4bRegOffset == 0xa24) -+ pHalData->odmpriv.RFCalibrateInfo.RegA24 = u4bRegValue; -+ -+ // Add 1us delay between BB/RF register setting. -+ rtw_udelay_os(1); -+ } -+ } -+ } -+ } -+ } -+ else -+ { -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __FUNCTION__, pFileName); -+ } -+ -+ return rtStatus; -+} -+ -+VOID -+phy_DecryptBBPgParaFile( -+ PADAPTER Adapter, -+ char* buffer -+ ) -+{ -+ u32 i = 0, j = 0; -+ u8 map[95] = {0}; -+ u8 currentChar; -+ char *BufOfLines, *ptmp; -+ -+ //DBG_871X("=====>phy_DecryptBBPgParaFile()\n"); -+ // 32 the ascii code of the first visable char, 126 the last one -+ for ( i = 0; i < 95; ++i ) -+ map[i] = ( u8 ) ( 94 - i ); -+ -+ ptmp = buffer; -+ i = 0; -+ for (BufOfLines = GetLineFromBuffer(ptmp); BufOfLines != NULL; BufOfLines = GetLineFromBuffer(ptmp)) -+ { -+ //DBG_871X("Encrypted Line: %s\n", BufOfLines); -+ -+ for ( j = 0; j < strlen(BufOfLines); ++j ) -+ { -+ currentChar = BufOfLines[j]; -+ -+ if ( currentChar == '\0' ) -+ break; -+ -+ currentChar -= (u8) ( ( ( ( i + j ) * 3 ) % 128 ) ); -+ -+ BufOfLines[j] = map[currentChar - 32] + 32; -+ } -+ //DBG_871X("Decrypted Line: %s\n", BufOfLines ); -+ if (strlen(BufOfLines) != 0) -+ i++; -+ BufOfLines[strlen(BufOfLines)] = '\n'; -+ } -+} -+ -+int -+phy_ParseBBPgParaFile( -+ PADAPTER Adapter, -+ char* buffer -+ ) -+{ -+ int rtStatus = _SUCCESS; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegMask, u4bRegValue; -+ u32 u4bMove; -+ BOOLEAN firstLine = _TRUE; -+ u8 tx_num = 0; -+ u8 band = 0, rf_path = 0; -+ -+ //DBG_871X("=====>phy_ParseBBPgParaFile()\n"); -+ -+ if ( Adapter->registrypriv.RegDecryptCustomFile == 1 ) -+ phy_DecryptBBPgParaFile( Adapter, buffer); -+ -+ ptmp = buffer; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) -+ { -+ if(!IsCommentString(szLine)) -+ { -+ if( isAllSpaceOrTab( szLine, sizeof( *szLine ) ) ) -+ continue; -+ -+ // Get header info (relative value or exact value) -+ if ( firstLine ) -+ { -+ if ( eqNByte( szLine, (u8 *)("#[v1]"), 5 ) ) -+ { -+ -+ pHalData->odmpriv.PhyRegPgVersion = szLine[3] - '0'; -+ //DBG_871X("This is a new format PHY_REG_PG.txt \n"); -+ } -+ else if ( eqNByte( szLine, (u8 *)("#[v0]"), 5 )) -+ { -+ pHalData->odmpriv.PhyRegPgVersion = szLine[3] - '0'; -+ //DBG_871X("This is a old format PHY_REG_PG.txt ok\n"); -+ } -+ else -+ { -+ DBG_871X("The format in PHY_REG_PG are invalid %s\n", szLine); -+ return _FAIL; -+ } -+ -+ if ( eqNByte( szLine + 5, (u8 *)("[Exact]#"), 8 ) ) -+ { -+ pHalData->odmpriv.PhyRegPgValueType = PHY_REG_PG_EXACT_VALUE; -+ //DBG_871X("The values in PHY_REG_PG are exact values ok\n"); -+ firstLine = _FALSE; -+ continue; -+ } -+ else if ( eqNByte( szLine + 5, (pu1Byte)("[Relative]#"), 11 ) ) -+ { -+ pHalData->odmpriv.PhyRegPgValueType = PHY_REG_PG_RELATIVE_VALUE; -+ //DBG_871X("The values in PHY_REG_PG are relative values ok\n"); -+ firstLine = _FALSE; -+ continue; -+ } -+ else -+ { -+ DBG_871X("The values in PHY_REG_PG are invalid %s\n", szLine); -+ return _FAIL; -+ } -+ } -+ -+ if ( pHalData->odmpriv.PhyRegPgVersion == 0 ) -+ { -+ // Get 1st hex value as register offset. -+ if(GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) -+ { -+ szLine += u4bMove; -+ if(u4bRegOffset == 0xffff) -+ { // Ending. -+ break; -+ } -+ -+ // Get 2nd hex value as register mask. -+ if ( GetHexValueFromString(szLine, &u4bRegMask, &u4bMove) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ if ( pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_RELATIVE_VALUE ) -+ { -+ // Get 3rd hex value as register value. -+ if(GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) -+ { -+ PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, u4bRegValue); -+ //DBG_871X("[ADDR] %03X=%08X Mask=%08x\n", u4bRegOffset, u4bRegValue, u4bRegMask); -+ } -+ else -+ { -+ return _FAIL; -+ } -+ } -+ else if ( pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE ) -+ { -+ u32 combineValue = 0; -+ u8 integer = 0, fraction = 0; -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue <<= 8; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue <<= 8; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue <<= 8; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); -+ -+ //DBG_871X("[ADDR] 0x%3x = 0x%4x\n", u4bRegOffset, combineValue ); -+ } -+ } -+ } -+ else if ( pHalData->odmpriv.PhyRegPgVersion > 0 ) -+ { -+ u32 index = 0, cnt = 0; -+ -+ if ( eqNByte( szLine, "0xffff", 6 ) ) -+ break; -+ -+ if( !eqNByte( "#[END]#", szLine, 7 ) ) -+ { -+ // load the table label info -+ if ( szLine[0] == '#' ) -+ { -+ index = 0; -+ if ( eqNByte( szLine, "#[2.4G]" , 7 ) ) -+ { -+ band = BAND_ON_2_4G; -+ index += 8; -+ } -+ else if ( eqNByte( szLine, "#[5G]", 5) ) -+ { -+ band = BAND_ON_5G; -+ index += 6; -+ } -+ else -+ { -+ DBG_871X("Invalid band %s in PHY_REG_PG.txt \n", szLine ); -+ return _FAIL; -+ } -+ -+ rf_path= szLine[index] - 'A'; -+ //DBG_871X(" Table label Band %d, RfPath %d\n", band, rf_path ); -+ } -+ else // load rows of tables -+ { -+ if ( szLine[1] == '1' ) -+ tx_num = RF_1TX; -+ else if ( szLine[1] == '2' ) -+ tx_num = RF_2TX; -+ else if ( szLine[1] == '3' ) -+ tx_num = RF_3TX; -+ else if ( szLine[1] == '4' ) -+ tx_num = RF_4TX; -+ else -+ { -+ DBG_871X("Invalid row in PHY_REG_PG.txt %c\n", szLine[1] ); -+ return _FAIL; -+ } -+ -+ while ( szLine[index] != ']' ) -+ ++index; -+ ++index;// skip ] -+ -+ // Get 2nd hex value as register offset. -+ szLine += index; -+ if ( GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ // Get 2nd hex value as register mask. -+ if ( GetHexValueFromString(szLine, &u4bRegMask, &u4bMove) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ if ( pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_RELATIVE_VALUE ) -+ { -+ // Get 3rd hex value as register value. -+ if(GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) -+ { -+ PHY_StoreTxPowerByRate(Adapter, band, rf_path, tx_num, u4bRegOffset, u4bRegMask, u4bRegValue); -+ //DBG_871X("[ADDR] %03X (tx_num %d) =%08X Mask=%08x\n", u4bRegOffset, tx_num, u4bRegValue, u4bRegMask); -+ } -+ else -+ { -+ return _FAIL; -+ } -+ } -+ else if ( pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE ) -+ { -+ u32 combineValue = 0; -+ u8 integer = 0, fraction = 0; -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue <<= 8; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue <<= 8; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ -+ if ( GetFractionValueFromString( szLine, &integer, &fraction, &u4bMove ) ) -+ szLine += u4bMove; -+ else -+ return _FAIL; -+ -+ integer *= 2; -+ if ( fraction == 5 ) integer += 1; -+ combineValue <<= 8; -+ combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); -+ //DBG_871X(" %d", integer ); -+ PHY_StoreTxPowerByRate(Adapter, band, rf_path, tx_num, u4bRegOffset, u4bRegMask, combineValue); -+ -+ //DBG_871X("[ADDR] 0x%3x (tx_num %d) = 0x%4x\n", u4bRegOffset, tx_num, combineValue ); -+ } -+ } -+ } -+ } -+ } -+ } -+ //DBG_871X("<=====phy_ParseBBPgParaFile()\n"); -+ return rtStatus; -+} -+ -+int -+phy_ConfigBBWithPgParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ -+ if(!(Adapter->registrypriv.load_phy_file & LOAD_BB_PG_PARA_FILE)) -+ return rtStatus; -+ -+ _rtw_memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->bb_phy_reg_pg_len == 0) && (pHalData->bb_phy_reg_pg == NULL)) -+ { -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ pHalData->bb_phy_reg_pg = rtw_zvmalloc(rlen); -+ if(pHalData->bb_phy_reg_pg) { -+ _rtw_memcpy(pHalData->bb_phy_reg_pg, pHalData->para_file_buf, rlen); -+ pHalData->bb_phy_reg_pg_len = rlen; -+ } -+ else { -+ DBG_871X("%s bb_phy_reg_pg alloc fail !\n",__FUNCTION__); -+ } -+ } -+ } -+ } -+ else -+ { -+ if ((pHalData->bb_phy_reg_pg_len != 0) && (pHalData->bb_phy_reg_pg != NULL)) { -+ _rtw_memcpy(pHalData->para_file_buf, pHalData->bb_phy_reg_pg, pHalData->bb_phy_reg_pg_len); -+ rtStatus = _SUCCESS; -+ } -+ else { -+ DBG_871X("%s(): Critical Error !!!\n",__FUNCTION__); -+ } -+ } -+ -+ if(rtStatus == _SUCCESS) -+ { -+ //DBG_871X("phy_ConfigBBWithPgParaFile(): read %s ok\n", pFileName); -+ phy_ParseBBPgParaFile(Adapter, pHalData->para_file_buf); -+ } -+ else -+ { -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __FUNCTION__, pFileName); -+ } -+ -+ return rtStatus; -+} -+ -+#if (MP_DRIVER == 1 ) -+ -+int -+phy_ConfigBBWithMpParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegValue, u4bMove; -+ -+ if(!(Adapter->registrypriv.load_phy_file & LOAD_BB_MP_PARA_FILE)) -+ return rtStatus; -+ -+ _rtw_memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->bb_phy_reg_mp_len == 0) && (pHalData->bb_phy_reg_mp == NULL)) -+ { -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ pHalData->bb_phy_reg_mp = rtw_zvmalloc(rlen); -+ if(pHalData->bb_phy_reg_mp) { -+ _rtw_memcpy(pHalData->bb_phy_reg_mp, pHalData->para_file_buf, rlen); -+ pHalData->bb_phy_reg_mp_len = rlen; -+ } -+ else { -+ DBG_871X("%s bb_phy_reg_mp alloc fail !\n",__FUNCTION__); -+ } -+ } -+ } -+ } -+ else -+ { -+ if ((pHalData->bb_phy_reg_mp_len != 0) && (pHalData->bb_phy_reg_mp != NULL)) { -+ _rtw_memcpy(pHalData->para_file_buf, pHalData->bb_phy_reg_mp, pHalData->bb_phy_reg_mp_len); -+ rtStatus = _SUCCESS; -+ } -+ else { -+ DBG_871X("%s(): Critical Error !!!\n",__FUNCTION__); -+ } -+ } -+ -+ if(rtStatus == _SUCCESS) -+ { -+ //DBG_871X("phy_ConfigBBWithMpParaFile(): read %s ok\n", pFileName); -+ -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) -+ { -+ if(!IsCommentString(szLine)) -+ { -+ // Get 1st hex value as register offset. -+ if(GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) -+ { -+ if(u4bRegOffset == 0xffff) -+ { // Ending. -+ break; -+ } -+ else if (u4bRegOffset == 0xfe || u4bRegOffset == 0xffe) -+ { -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ rtw_msleep_os(50); -+ #else -+ rtw_mdelay_os(50); -+ #endif -+ } -+ else if (u4bRegOffset == 0xfd) -+ { -+ rtw_mdelay_os(5); -+ } -+ else if (u4bRegOffset == 0xfc) -+ { -+ rtw_mdelay_os(1); -+ } -+ else if (u4bRegOffset == 0xfb) -+ { -+ rtw_udelay_os(50); -+ } -+ else if (u4bRegOffset == 0xfa) -+ { -+ rtw_udelay_os(5); -+ } -+ else if (u4bRegOffset == 0xf9) -+ { -+ rtw_udelay_os(1); -+ } -+ -+ // Get 2nd hex value as register value. -+ szLine += u4bMove; -+ if(GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) -+ { -+ //DBG_871X("[ADDR]%03lX=%08lX\n", u4bRegOffset, u4bRegValue); -+ PHY_SetBBReg(Adapter, u4bRegOffset, bMaskDWord, u4bRegValue); -+ -+ // Add 1us delay between BB/RF register setting. -+ rtw_udelay_os(1); -+ } -+ } -+ } -+ } -+ } -+ else -+ { -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __FUNCTION__, pFileName); -+ } -+ -+ return rtStatus; -+} -+ -+#endif -+ -+int -+PHY_ConfigRFWithParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName, -+ IN u8 eRFPath -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 u4bRegOffset, u4bRegValue, u4bMove; -+ u16 i; -+ char *pBuf = NULL; -+ u32 *pBufLen = NULL; -+ -+ if(!(Adapter->registrypriv.load_phy_file & LOAD_RF_PARA_FILE)) -+ return rtStatus; -+ -+ switch(eRFPath) -+ { -+ case ODM_RF_PATH_A: -+ pBuf = pHalData->rf_radio_a; -+ pBufLen = &pHalData->rf_radio_a_len; -+ break; -+ case ODM_RF_PATH_B: -+ pBuf = pHalData->rf_radio_b; -+ pBufLen = &pHalData->rf_radio_b_len; -+ break; -+ default: -+ DBG_871X("Unknown RF path!! %d\r\n", eRFPath); -+ break; -+ } -+ -+ _rtw_memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) -+ { -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ pBuf = rtw_zvmalloc(rlen); -+ if(pBuf) { -+ _rtw_memcpy(pBuf, pHalData->para_file_buf, rlen); -+ *pBufLen = rlen; -+ -+ switch(eRFPath) -+ { -+ case ODM_RF_PATH_A: -+ pHalData->rf_radio_a = pBuf; -+ break; -+ case ODM_RF_PATH_B: -+ pHalData->rf_radio_b = pBuf; -+ break; -+ } -+ } -+ else { -+ DBG_871X("%s(): eRFPath=%d alloc fail !\n",__FUNCTION__,eRFPath); -+ } -+ } -+ } -+ } -+ else -+ { -+ if ((pBufLen != NULL) && (*pBufLen == 0) && (pBuf == NULL)) { -+ _rtw_memcpy(pHalData->para_file_buf, pBuf, *pBufLen); -+ rtStatus = _SUCCESS; -+ } -+ else { -+ DBG_871X("%s(): Critical Error !!!\n",__FUNCTION__); -+ } -+ } -+ -+ if(rtStatus == _SUCCESS) -+ { -+ //DBG_871X("%s(): read %s successfully\n", __FUNCTION__, pFileName); -+ -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) -+ { -+ if(!IsCommentString(szLine)) -+ { -+ // Get 1st hex value as register offset. -+ if(GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) -+ { -+ if(u4bRegOffset == 0xfe || u4bRegOffset == 0xffe) -+ { // Deay specific ms. Only RF configuration require delay. -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ rtw_msleep_os(50); -+ #else -+ rtw_mdelay_os(50); -+ #endif -+ } -+ else if (u4bRegOffset == 0xfd) -+ { -+ //delay_ms(5); -+ for(i=0;i<100;i++) -+ rtw_udelay_os(MAX_STALL_TIME); -+ } -+ else if (u4bRegOffset == 0xfc) -+ { -+ //delay_ms(1); -+ for(i=0;i<20;i++) -+ rtw_udelay_os(MAX_STALL_TIME); -+ } -+ else if (u4bRegOffset == 0xfb) -+ { -+ rtw_udelay_os(50); -+ } -+ else if (u4bRegOffset == 0xfa) -+ { -+ rtw_udelay_os(5); -+ } -+ else if (u4bRegOffset == 0xf9) -+ { -+ rtw_udelay_os(1); -+ } -+ else if(u4bRegOffset == 0xffff) -+ { -+ break; -+ } -+ -+ // Get 2nd hex value as register value. -+ szLine += u4bMove; -+ if(GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) -+ { -+ PHY_SetRFReg(Adapter, eRFPath, u4bRegOffset, bRFRegOffsetMask, u4bRegValue); -+ -+ // Temp add, for frequency lock, if no delay, that may cause -+ // frequency shift, ex: 2412MHz => 2417MHz -+ // If frequency shift, the following action may works. -+ // Fractional-N table in radio_a.txt -+ //0x2a 0x00001 // channel 1 -+ //0x2b 0x00808 frequency divider. -+ //0x2b 0x53333 -+ //0x2c 0x0000c -+ rtw_udelay_os(1); -+ } -+ } -+ } -+ } -+ } -+ else -+ { -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __FUNCTION__, pFileName); -+ } -+ -+ return rtStatus; -+} -+ -+VOID -+initDeltaSwingIndexTables( -+ PADAPTER Adapter, -+ char* Band, -+ char* Path, -+ char* Sign, -+ char* Channel, -+ char* Rate, -+ char* Data -+) -+{ -+ #define STR_EQUAL_5G(_band, _path, _sign, _rate, _chnl) \ -+ ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ -+ (strcmp(Rate, _rate) == 0) && (strcmp(Channel, _chnl) == 0)\ -+ ) -+ #define STR_EQUAL_2G(_band, _path, _sign, _rate) \ -+ ((strcmp(Band, _band) == 0) && (strcmp(Path, _path) == 0) && (strcmp(Sign, _sign) == 0) &&\ -+ (strcmp(Rate, _rate) == 0)\ -+ ) -+ -+ #define STORE_SWING_TABLE(_array, _iteratedIdx) \ -+ for(token = strsep(&Data, delim); token != NULL; token = strsep(&Data, delim))\ -+ {\ -+ sscanf(token, "%d", &idx);\ -+ _array[_iteratedIdx++] = (u8)idx;\ -+ }\ -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u32 j = 0; -+ char *token; -+ char delim[] = ","; -+ u32 idx = 0; -+ -+ //DBG_871X("===>initDeltaSwingIndexTables(): Band: %s;\nPath: %s;\nSign: %s;\nChannel: %s;\nRate: %s;\n, Data: %s;\n", -+ // Band, Path, Sign, Channel, Rate, Data); -+ -+ if ( STR_EQUAL_2G("2G", "A", "+", "CCK") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, j); -+ } -+ else if ( STR_EQUAL_2G("2G", "A", "-", "CCK") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, j); -+ } -+ else if ( STR_EQUAL_2G("2G", "B", "+", "CCK") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, j); -+ } -+ else if ( STR_EQUAL_2G("2G", "B", "-", "CCK") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, j); -+ } -+ else if ( STR_EQUAL_2G("2G", "A", "+", "ALL") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, j); -+ } -+ else if ( STR_EQUAL_2G("2G", "A", "-", "ALL") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, j); -+ } -+ else if ( STR_EQUAL_2G("2G", "B", "+", "ALL") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, j); -+ } -+ else if ( STR_EQUAL_2G("2G", "B", "-", "ALL") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "+", "ALL", "0") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[0], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "-", "ALL", "0") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[0], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "+", "ALL", "0") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[0], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "-", "ALL", "0") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[0], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "+", "ALL", "1") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[1], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "-", "ALL", "1") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[1], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "+", "ALL", "1") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[1], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "-", "ALL", "1") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[1], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "+", "ALL", "2") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[2], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "-", "ALL", "2") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[2], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "+", "ALL", "2") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[2], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "-", "ALL", "2") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[2], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "+", "ALL", "3") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[3], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "A", "-", "ALL", "3") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[3], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "+", "ALL", "3") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[3], j); -+ } -+ else if ( STR_EQUAL_5G("5G", "B", "-", "ALL", "3") ) -+ { -+ STORE_SWING_TABLE(pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[3], j); -+ } -+ else -+ { -+ DBG_871X("===>initDeltaSwingIndexTables(): The input is invalid!!\n"); -+ } -+} -+ -+int -+PHY_ConfigRFWithTxPwrTrackParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ int rlen = 0, rtStatus = _FAIL; -+ char *szLine, *ptmp; -+ u32 i = 0, j = 0; -+ char c = 0; -+ -+ if(!(Adapter->registrypriv.load_phy_file & LOAD_RF_TXPWR_TRACK_PARA_FILE)) -+ return rtStatus; -+ -+ _rtw_memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->rf_tx_pwr_track_len == 0) && (pHalData->rf_tx_pwr_track == NULL)) -+ { -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ pHalData->rf_tx_pwr_track = rtw_zvmalloc(rlen); -+ if(pHalData->rf_tx_pwr_track) { -+ _rtw_memcpy(pHalData->rf_tx_pwr_track, pHalData->para_file_buf, rlen); -+ pHalData->rf_tx_pwr_track_len = rlen; -+ } -+ else { -+ DBG_871X("%s rf_tx_pwr_track alloc fail !\n",__FUNCTION__); -+ } -+ } -+ } -+ } -+ else -+ { -+ if ((pHalData->rf_tx_pwr_track_len != 0) && (pHalData->rf_tx_pwr_track != NULL)) { -+ _rtw_memcpy(pHalData->para_file_buf, pHalData->rf_tx_pwr_track, pHalData->rf_tx_pwr_track_len); -+ rtStatus = _SUCCESS; -+ } -+ else { -+ DBG_871X("%s(): Critical Error !!!\n",__FUNCTION__); -+ } -+ } -+ -+ if(rtStatus == _SUCCESS) -+ { -+ //DBG_871X("%s(): read %s successfully\n", __FUNCTION__, pFileName); -+ -+ ptmp = pHalData->para_file_buf; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) -+ { -+ if ( ! IsCommentString(szLine) ) -+ { -+ char band[5]="", path[5]="", sign[5] = ""; -+ char chnl[5]="", rate[10]=""; -+ char data[300]=""; // 100 is too small -+ -+ if (strlen(szLine) < 10 || szLine[0] != '[') -+ continue; -+ -+ strncpy(band, szLine+1, 2); -+ strncpy(path, szLine+5, 1); -+ strncpy(sign, szLine+8, 1); -+ -+ i = 10; // szLine+10 -+ if ( ! ParseQualifiedString(szLine, &i, rate, '[', ']') ) { -+ //DBG_871X("Fail to parse rate!\n"); -+ } -+ if ( ! ParseQualifiedString(szLine, &i, chnl, '[', ']') ) { -+ //DBG_871X("Fail to parse channel group!\n"); -+ } -+ while ( szLine[i] != '{' && i < strlen(szLine)) -+ i++; -+ if ( ! ParseQualifiedString(szLine, &i, data, '{', '}') ) { -+ //DBG_871X("Fail to parse data!\n"); -+ } -+ -+ initDeltaSwingIndexTables(Adapter, band, path, sign, chnl, rate, data); -+ } -+ } -+ } -+ else -+ { -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __FUNCTION__, pFileName); -+ } -+#if 0 -+ for (i = 0; i < DELTA_SWINGIDX_SIZE; ++i) -+ { -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P[i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N[i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P[i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N[i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P[i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N[i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P[i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N[%d] = %d\n", i, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N[i]); -+ -+ for (j = 0; j < 3; ++j) -+ { -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[%d][%d] = %d\n", j, i, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[j][i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[%d][%d] = %d\n", j, i, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[j][i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[%d][%d] = %d\n", j, i, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[j][i]); -+ DBG_871X("pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[%d][%d] = %d\n", j, i, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[j][i]); -+ } -+ } -+#endif -+ return rtStatus; -+} -+ -+int -+phy_ParsePowerLimitTableFile( -+ PADAPTER Adapter, -+ char* buffer -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ u32 i = 0, forCnt = 0; -+ u8 loadingStage = 0, limitValue = 0, fraction = 0; -+ char *szLine, *ptmp; -+ int rtStatus = _SUCCESS; -+ char band[10], bandwidth[10], rateSection[10], -+ regulation[TXPWR_LMT_MAX_REGULATION_NUM][10], rfPath[10],colNumBuf[10]; -+ u8 colNum = 0; -+ -+ DBG_871X("===>phy_ParsePowerLimitTableFile()\n" ); -+ -+ if ( Adapter->registrypriv.RegDecryptCustomFile == 1 ) -+ phy_DecryptBBPgParaFile( Adapter, buffer); -+ -+ ptmp = buffer; -+ for (szLine = GetLineFromBuffer(ptmp); szLine != NULL; szLine = GetLineFromBuffer(ptmp)) -+ { -+ // skip comment -+ if ( IsCommentString( szLine ) ) { -+ continue; -+ } -+ -+ if( loadingStage == 0 ) { -+ for ( forCnt = 0; forCnt < TXPWR_LMT_MAX_REGULATION_NUM; ++forCnt ) -+ _rtw_memset( ( PVOID ) regulation[forCnt], 0, 10 ); -+ _rtw_memset( ( PVOID ) band, 0, 10 ); -+ _rtw_memset( ( PVOID ) bandwidth, 0, 10 ); -+ _rtw_memset( ( PVOID ) rateSection, 0, 10 ); -+ _rtw_memset( ( PVOID ) rfPath, 0, 10 ); -+ _rtw_memset( ( PVOID ) colNumBuf, 0, 10 ); -+ -+ if ( szLine[0] != '#' || szLine[1] != '#' ) -+ continue; -+ -+ // skip the space -+ i = 2; -+ while ( szLine[i] == ' ' || szLine[i] == '\t' ) -+ ++i; -+ -+ szLine[--i] = ' '; // return the space in front of the regulation info -+ -+ // Parse the label of the table -+ if ( ! ParseQualifiedString( szLine, &i, band, ' ', ',' ) ) { -+ DBG_871X( "Fail to parse band!\n"); -+ return _FAIL; -+ } -+ if ( ! ParseQualifiedString( szLine, &i, bandwidth, ' ', ',' ) ) { -+ DBG_871X("Fail to parse bandwidth!\n"); -+ return _FAIL; -+ } -+ if ( ! ParseQualifiedString( szLine, &i, rfPath, ' ', ',' ) ) { -+ DBG_871X("Fail to parse rf path!\n"); -+ return _FAIL; -+ } -+ if ( ! ParseQualifiedString( szLine, &i, rateSection, ' ', ',' ) ) { -+ DBG_871X("Fail to parse rate!\n"); -+ return _FAIL; -+ } -+ -+ loadingStage = 1; -+ } -+ else if ( loadingStage == 1 ) -+ { -+ if ( szLine[0] != '#' || szLine[1] != '#' ) -+ continue; -+ -+ // skip the space -+ i = 2; -+ while ( szLine[i] == ' ' || szLine[i] == '\t' ) -+ ++i; -+ -+ if ( !eqNByte( (u8 *)(szLine + i), (u8 *)("START"), 5 ) ) { -+ DBG_871X("Lost \"## START\" label\n"); -+ return _FAIL; -+ } -+ -+ loadingStage = 2; -+ } -+ else if ( loadingStage == 2 ) -+ { -+ if ( szLine[0] != '#' || szLine[1] != '#' ) -+ continue; -+ -+ // skip the space -+ i = 2; -+ while ( szLine[i] == ' ' || szLine[i] == '\t' ) -+ ++i; -+ -+ if ( ! ParseQualifiedString( szLine, &i, colNumBuf, '#', '#' ) ) { -+ DBG_871X("Fail to parse column number!\n"); -+ return _FAIL; -+ } -+ -+ if ( !GetU1ByteIntegerFromStringInDecimal( colNumBuf, &colNum ) ) -+ return _FAIL; -+ -+ if ( colNum > TXPWR_LMT_MAX_REGULATION_NUM ) { -+ DBG_871X("unvalid col number %d (greater than max %d)\n", -+ colNum, TXPWR_LMT_MAX_REGULATION_NUM ); -+ return _FAIL; -+ } -+ -+ for ( forCnt = 0; forCnt < colNum; ++forCnt ) -+ { -+ u8 regulation_name_cnt = 0; -+ -+ // skip the space -+ while ( szLine[i] == ' ' || szLine[i] == '\t' ) -+ ++i; -+ -+ while ( szLine[i] != ' ' && szLine[i] != '\t' && szLine[i] != '\0' ) -+ regulation[forCnt][regulation_name_cnt++] = szLine[i++]; -+ //DBG_871X("regulation %s!\n", regulation[forCnt]); -+ -+ if ( regulation_name_cnt == 0 ) { -+ DBG_871X("unvalid number of regulation!\n"); -+ return _FAIL; -+ } -+ } -+ -+ loadingStage = 3; -+ } -+ else if ( loadingStage == 3 ) -+ { -+ char channel[10] = {0}, powerLimit[10] = {0}; -+ u8 cnt = 0; -+ -+ // the table ends -+ if ( szLine[0] == '#' && szLine[1] == '#' ) { -+ i = 2; -+ while ( szLine[i] == ' ' || szLine[i] == '\t' ) -+ ++i; -+ -+ if ( eqNByte( (u8 *)(szLine + i), (u8 *)("END"), 3 ) ) { -+ loadingStage = 0; -+ continue; -+ } -+ else { -+ DBG_871X("Wrong format\n"); -+ DBG_871X("<===== phy_ParsePowerLimitTableFile()\n"); -+ return _FAIL; -+ } -+ } -+ -+ if ( ( szLine[0] != 'c' && szLine[0] != 'C' ) || -+ ( szLine[1] != 'h' && szLine[1] != 'H' ) ) { -+ DBG_871X("Meet wrong channel => power limt pair\n"); -+ continue; -+ } -+ i = 2;// move to the location behind 'h' -+ -+ // load the channel number -+ cnt = 0; -+ while ( szLine[i] >= '0' && szLine[i] <= '9' ) { -+ channel[cnt] = szLine[i]; -+ ++cnt; -+ ++i; -+ } -+ //DBG_871X("chnl %s!\n", channel); -+ -+ for ( forCnt = 0; forCnt < colNum; ++forCnt ) -+ { -+ // skip the space between channel number and the power limit value -+ while ( szLine[i] == ' ' || szLine[i] == '\t' ) -+ ++i; -+ -+ // load the power limit value -+ cnt = 0; -+ fraction = 0; -+ _rtw_memset( ( PVOID ) powerLimit, 0, 10 ); -+ while ( ( szLine[i] >= '0' && szLine[i] <= '9' ) || szLine[i] == '.' ) -+ { -+ if ( szLine[i] == '.' ){ -+ if ( ( szLine[i+1] >= '0' && szLine[i+1] <= '9' ) ) { -+ fraction = szLine[i+1]; -+ i += 2; -+ } -+ else { -+ DBG_871X("Wrong fraction in TXPWR_LMT.txt\n"); -+ return _FAIL; -+ } -+ -+ break; -+ } -+ -+ powerLimit[cnt] = szLine[i]; -+ ++cnt; -+ ++i; -+ } -+ -+ if ( powerLimit[0] == '\0' ) { -+ powerLimit[0] = '6'; -+ powerLimit[1] = '3'; -+ i += 2; -+ } -+ else { -+ if ( !GetU1ByteIntegerFromStringInDecimal( powerLimit, &limitValue ) ) -+ return _FAIL; -+ -+ limitValue *= 2; -+ cnt = 0; -+ if ( fraction == '5' ) -+ ++limitValue; -+ -+ // the value is greater or equal to 100 -+ if ( limitValue >= 100 ) { -+ powerLimit[cnt++] = limitValue/100 + '0'; -+ limitValue %= 100; -+ -+ if ( limitValue >= 10 ) { -+ powerLimit[cnt++] = limitValue/10 + '0'; -+ limitValue %= 10; -+ } -+ else { -+ powerLimit[cnt++] = '0'; -+ } -+ -+ powerLimit[cnt++] = limitValue + '0'; -+ } -+ // the value is greater or equal to 10 -+ else if ( limitValue >= 10 ) { -+ powerLimit[cnt++] = limitValue/10 + '0'; -+ limitValue %= 10; -+ powerLimit[cnt++] = limitValue + '0'; -+ } -+ // the value is less than 10 -+ else -+ powerLimit[cnt++] = limitValue + '0'; -+ -+ powerLimit[cnt] = '\0'; -+ } -+ -+ //DBG_871X("ch%s => %s\n", channel, powerLimit); -+ -+ // store the power limit value -+ PHY_SetTxPowerLimit(pDM_Odm, (u8 *)regulation[forCnt], (u8 *)band, -+ (u8 *)bandwidth, (u8 *)rateSection, (u8 *)rfPath, (u8 *)channel, (u8 *)powerLimit ); -+ -+ } -+ } -+ else -+ { -+ DBG_871X("Abnormal loading stage in phy_ParsePowerLimitTableFile()!\n"); -+ rtStatus = _FAIL; -+ break; -+ } -+ } -+ -+ DBG_871X("<===phy_ParsePowerLimitTableFile()\n"); -+ return rtStatus; -+} -+ -+int -+PHY_ConfigRFWithPowerLimitTableParaFile( -+ IN PADAPTER Adapter, -+ IN char* pFileName -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rlen = 0, rtStatus = _FAIL; -+ -+ if(!(Adapter->registrypriv.load_phy_file & LOAD_RF_TXPWR_LMT_PARA_FILE)) -+ return rtStatus; -+ -+ _rtw_memset(pHalData->para_file_buf, 0, MAX_PARA_FILE_BUF_LEN); -+ -+ if ((pHalData->rf_tx_pwr_lmt_len == 0) && (pHalData->rf_tx_pwr_lmt == NULL)) -+ { -+ rtw_merge_string(rtw_phy_para_file_path, PATH_LENGTH_MAX, rtw_phy_file_path, pFileName); -+ -+ if (rtw_is_file_readable(rtw_phy_para_file_path) == _TRUE) -+ { -+ rlen = rtw_retrieve_from_file(rtw_phy_para_file_path, pHalData->para_file_buf, MAX_PARA_FILE_BUF_LEN); -+ if (rlen > 0) -+ { -+ rtStatus = _SUCCESS; -+ pHalData->rf_tx_pwr_lmt = rtw_zvmalloc(rlen); -+ if(pHalData->rf_tx_pwr_lmt) { -+ _rtw_memcpy(pHalData->rf_tx_pwr_lmt, pHalData->para_file_buf, rlen); -+ pHalData->rf_tx_pwr_lmt_len = rlen; -+ } -+ else { -+ DBG_871X("%s rf_tx_pwr_lmt alloc fail !\n",__FUNCTION__); -+ } -+ } -+ } -+ } -+ else -+ { -+ if ((pHalData->rf_tx_pwr_lmt_len != 0) && (pHalData->rf_tx_pwr_lmt != NULL)) { -+ _rtw_memcpy(pHalData->para_file_buf, pHalData->rf_tx_pwr_lmt, pHalData->rf_tx_pwr_lmt_len); -+ rtStatus = _SUCCESS; -+ } -+ else { -+ DBG_871X("%s(): Critical Error !!!\n",__FUNCTION__); -+ } -+ } -+ -+ if(rtStatus == _SUCCESS) -+ { -+ //DBG_871X("%s(): read %s ok\n", __FUNCTION__, pFileName); -+ rtStatus = phy_ParsePowerLimitTableFile( Adapter, pHalData->para_file_buf ); -+ } -+ else -+ { -+ DBG_871X("%s(): No File %s, Load from HWImg Array!\n", __FUNCTION__, pFileName); -+ } -+ -+ return rtStatus; -+} -+ -+void phy_free_filebuf(_adapter *padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if(pHalData->mac_reg) -+ rtw_vmfree(pHalData->mac_reg, pHalData->mac_reg_len); -+ if(pHalData->bb_phy_reg) -+ rtw_vmfree(pHalData->bb_phy_reg, pHalData->bb_phy_reg_len); -+ if(pHalData->bb_agc_tab) -+ rtw_vmfree(pHalData->bb_agc_tab, pHalData->bb_agc_tab_len); -+ if(pHalData->bb_phy_reg_pg) -+ rtw_vmfree(pHalData->bb_phy_reg_pg, pHalData->bb_phy_reg_pg_len); -+ if(pHalData->bb_phy_reg_mp) -+ rtw_vmfree(pHalData->bb_phy_reg_mp, pHalData->bb_phy_reg_mp_len); -+ if(pHalData->rf_radio_a) -+ rtw_vmfree(pHalData->rf_radio_a, pHalData->rf_radio_a_len); -+ if(pHalData->rf_radio_b) -+ rtw_vmfree(pHalData->rf_radio_b, pHalData->rf_radio_b_len); -+ if(pHalData->rf_tx_pwr_track) -+ rtw_vmfree(pHalData->rf_tx_pwr_track, pHalData->rf_tx_pwr_track_len); -+ if(pHalData->rf_tx_pwr_lmt) -+ rtw_vmfree(pHalData->rf_tx_pwr_lmt, pHalData->rf_tx_pwr_lmt_len); -+ -+} -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/hal_dm.c linux/3rdparty/rtl8812au/hal/hal_dm.c ---- linux.old/3rdparty/rtl8812au/hal/hal_dm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/hal_dm.c 2017-06-07 23:07:21.014687849 +0300 -@@ -0,0 +1,193 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2014 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+ -+// A mapping from HalData to ODM. -+ODM_BOARD_TYPE_E boardType(u8 InterfaceSel) -+{ -+ ODM_BOARD_TYPE_E board = ODM_BOARD_DEFAULT; -+ -+#ifdef CONFIG_PCI_HCI -+ INTERFACE_SELECT_PCIE pcie = (INTERFACE_SELECT_PCIE)InterfaceSel; -+ switch (pcie) -+ { -+ case INTF_SEL0_SOLO_MINICARD: -+ board |= ODM_BOARD_MINICARD; -+ break; -+ case INTF_SEL1_BT_COMBO_MINICARD: -+ board |= ODM_BOARD_BT; -+ board |= ODM_BOARD_MINICARD; -+ break; -+ default: -+ board = ODM_BOARD_DEFAULT; -+ break; -+ } -+ -+#elif defined(CONFIG_USB_HCI) -+ INTERFACE_SELECT_USB usb = (INTERFACE_SELECT_USB)InterfaceSel; -+ switch (usb) -+ { -+ case INTF_SEL1_USB_High_Power: -+ board |= ODM_BOARD_EXT_LNA; -+ board |= ODM_BOARD_EXT_PA; -+ break; -+ case INTF_SEL2_MINICARD: -+ board |= ODM_BOARD_MINICARD; -+ break; -+ case INTF_SEL4_USB_Combo: -+ board |= ODM_BOARD_BT; -+ break; -+ case INTF_SEL5_USB_Combo_MF: -+ board |= ODM_BOARD_BT; -+ break; -+ case INTF_SEL0_USB: -+ case INTF_SEL3_USB_Solo: -+ default: -+ board = ODM_BOARD_DEFAULT; -+ break; -+ } -+ -+#endif -+ //DBG_871X("===> boardType(): (pHalData->InterfaceSel, pDM_Odm->BoardType) = (%d, %d)\n", InterfaceSel, board); -+ -+ return board; -+} -+ -+void Init_ODM_ComInfo(_adapter *adapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct mlme_priv *pmlmepriv = &adapter->mlmepriv; -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(adapter); -+ int i; -+ -+ _rtw_memset(pDM_Odm,0,sizeof(*pDM_Odm)); -+ -+ pDM_Odm->Adapter = adapter; -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_PLATFORM, ODM_CE); -+ -+ if (rtw_get_intf_type(adapter) == RTW_GSPI) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_INTERFACE, ODM_ITRF_SDIO); -+ else -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_INTERFACE, rtw_get_intf_type(adapter)); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_MP_TEST_CHIP, IS_NORMAL_CHIP(pHalData->VersionID)); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_PATCH_ID, pHalData->CustomerID); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_BWIFI_TEST, adapter->registrypriv.wifi_spec); -+ -+ -+ if (pHalData->rf_type == RF_1T1R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_1T1R); -+ else if (pHalData->rf_type == RF_1T2R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_1T2R); -+ else if (pHalData->rf_type == RF_2T2R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_2T2R); -+ else if (pHalData->rf_type == RF_2T2R_GREEN) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_2T2R_GREEN); -+ else if (pHalData->rf_type == RF_2T3R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_2T3R); -+ else if (pHalData->rf_type == RF_2T4R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_2T4R); -+ else if (pHalData->rf_type == RF_3T3R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_3T3R); -+ else if (pHalData->rf_type == RF_3T4R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_3T4R); -+ else if (pHalData->rf_type == RF_4T4R) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_4T4R); -+ else -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_TYPE, ODM_XTXR); -+ -+ -+{ -+ //1 ======= BoardType: ODM_CMNINFO_BOARD_TYPE ======= -+ u8 odm_board_type = ODM_BOARD_DEFAULT; -+ -+ if (pHalData->ExternalLNA_2G != 0) { -+ odm_board_type |= ODM_BOARD_EXT_LNA; -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_EXT_LNA, 1); -+ } -+ if (pHalData->ExternalLNA_5G != 0) { -+ odm_board_type |= ODM_BOARD_EXT_LNA_5G; -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_5G_EXT_LNA, 1); -+ } -+ if (pHalData->ExternalPA_2G != 0) { -+ odm_board_type |= ODM_BOARD_EXT_PA; -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_EXT_PA, 1); -+ } -+ if (pHalData->ExternalPA_5G != 0) { -+ odm_board_type |= ODM_BOARD_EXT_PA_5G; -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_5G_EXT_PA, 1); -+ } -+ if (pHalData->EEPROMBluetoothCoexist) -+ odm_board_type |= ODM_BOARD_BT; -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_BOARD_TYPE, odm_board_type); -+ //1 ============== End of BoardType ============== -+} -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_DOMAIN_CODE_2G, pHalData->Regulation2_4G); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_DOMAIN_CODE_5G, pHalData->Regulation5G); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_GPA, pHalData->TypeGPA); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_APA, pHalData->TypeAPA); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_GLNA, pHalData->TypeGLNA); -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_ALNA, pHalData->TypeALNA); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RFE_TYPE, pHalData->RFEType); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_EXT_TRSW, 0); -+ -+ /* Pointer reference */ -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_TX_UNI, &(dvobj->traffic_stat.tx_bytes)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_RX_UNI, &(dvobj->traffic_stat.rx_bytes)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_WM_MODE, &(pmlmeext->cur_wireless_mode)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_BAND, &(pHalData->CurrentBandType)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_FORCED_RATE, &(pHalData->ForcedDataRate)); -+ -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SEC_CHNL_OFFSET, &(pHalData->nCur40MhzPrimeSC)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SEC_MODE, &(adapter->securitypriv.dot11PrivacyAlgrthm)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_BW, &(pHalData->CurrentChannelBW)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_CHNL, &( pHalData->CurrentChannel)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_NET_CLOSED, &(adapter->net_closed)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_FORCED_IGI_LB, &(pHalData->u1ForcedIgiLb)); -+ -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SCAN, &(pmlmepriv->bScanInProcess)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_POWER_SAVING, &(pwrctl->bpower_saving)); -+ /*Add by Yuchen for phydm beamforming*/ -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_TX_TP, &(dvobj->traffic_stat.cur_tx_tp)); -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_RX_TP, &(dvobj->traffic_stat.cur_rx_tp)); -+#ifdef CONFIG_USB_HCI -+ ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_HUBUSBMODE, &(dvobj->usb_speed)); -+#endif -+ for(i=0; i -+#include -+ -+int usb_init_recv_priv(_adapter *padapter, u16 ini_in_buf_sz) -+{ -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ int i, res = _SUCCESS; -+ struct recv_buf *precvbuf; -+ -+#ifdef CONFIG_RECV_THREAD_MODE -+ _rtw_init_sema(&precvpriv->recv_sema, 0);//will be removed -+ _rtw_init_sema(&precvpriv->terminate_recvthread_sema, 0);//will be removed -+#endif /* CONFIG_RECV_THREAD_MODE */ -+ -+#ifdef PLATFORM_LINUX -+ tasklet_init(&precvpriv->recv_tasklet, -+ (void(*)(unsigned long))usb_recv_tasklet, -+ (unsigned long)padapter); -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ #ifdef CONFIG_RX_INDICATE_QUEUE -+ TASK_INIT(&precvpriv->rx_indicate_tasklet, 0, rtw_rx_indicate_tasklet, padapter); -+ #endif /* CONFIG_RX_INDICATE_QUEUE */ -+#endif /* PLATFORM_FREEBSD */ -+ -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+#ifdef PLATFORM_LINUX -+ precvpriv->int_in_urb = usb_alloc_urb(0, GFP_KERNEL); -+ if(precvpriv->int_in_urb == NULL){ -+ res = _FAIL; -+ DBG_8192C("alloc_urb for interrupt in endpoint fail !!!!\n"); -+ goto exit; -+ } -+#endif /* PLATFORM_LINUX */ -+ precvpriv->int_in_buf = rtw_zmalloc(ini_in_buf_sz); -+ if(precvpriv->int_in_buf == NULL){ -+ res = _FAIL; -+ DBG_8192C("alloc_mem for interrupt in endpoint fail !!!!\n"); -+ goto exit; -+ } -+#endif /* CONFIG_USB_INTERRUPT_IN_PIPE */ -+ -+ /* init recv_buf */ -+ _rtw_init_queue(&precvpriv->free_recv_buf_queue); -+ _rtw_init_queue(&precvpriv->recv_buf_pending_queue); -+ #ifndef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ /* this is used only when RX_IOBUF is sk_buff */ -+ skb_queue_head_init(&precvpriv->free_recv_skb_queue); -+ #endif -+ -+ DBG_871X("NR_RECVBUFF: %d\n", NR_RECVBUFF); -+ DBG_871X("MAX_RECVBUF_SZ: %d\n", MAX_RECVBUF_SZ); -+ precvpriv->pallocated_recv_buf = rtw_zmalloc(NR_RECVBUFF *sizeof(struct recv_buf) + 4); -+ if(precvpriv->pallocated_recv_buf==NULL){ -+ res= _FAIL; -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("alloc recv_buf fail!\n")); -+ goto exit; -+ } -+ -+ precvpriv->precv_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_recv_buf), 4); -+ -+ precvbuf = (struct recv_buf*)precvpriv->precv_buf; -+ -+ for(i=0; i < NR_RECVBUFF ; i++) -+ { -+ _rtw_init_listhead(&precvbuf->list); -+ -+ _rtw_spinlock_init(&precvbuf->recvbuf_lock); -+ -+ precvbuf->alloc_sz = MAX_RECVBUF_SZ; -+ -+ res = rtw_os_recvbuf_resource_alloc(padapter, precvbuf); -+ if(res==_FAIL) -+ break; -+ -+ precvbuf->ref_cnt = 0; -+ precvbuf->adapter =padapter; -+ -+ //rtw_list_insert_tail(&precvbuf->list, &(precvpriv->free_recv_buf_queue.queue)); -+ -+ precvbuf++; -+ } -+ -+ precvpriv->free_recv_buf_queue_cnt = NR_RECVBUFF; -+ -+#if defined(PLATFORM_LINUX) || defined(PLATFORM_FREEBSD) -+ -+ skb_queue_head_init(&precvpriv->rx_skb_queue); -+ -+#ifdef CONFIG_RX_INDICATE_QUEUE -+ memset(&precvpriv->rx_indicate_queue, 0, sizeof(struct ifqueue)); -+ mtx_init(&precvpriv->rx_indicate_queue.ifq_mtx, "rx_indicate_queue", NULL, MTX_DEF); -+#endif /* CONFIG_RX_INDICATE_QUEUE */ -+ -+#ifdef CONFIG_PREALLOC_RECV_SKB -+ { -+ int i; -+ SIZE_PTR tmpaddr=0; -+ SIZE_PTR alignment=0; -+ struct sk_buff *pskb=NULL; -+ -+ DBG_871X("NR_PREALLOC_RECV_SKB: %d\n", NR_PREALLOC_RECV_SKB); -+#ifdef CONFIG_FIX_NR_BULKIN_BUFFER -+ DBG_871X("Enable CONFIG_FIX_NR_BULKIN_BUFFER\n"); -+#endif -+ -+ for(i=0; idev = padapter->pifp; -+ #else -+ pskb->dev = padapter->pnetdev; -+ #endif //PLATFORM_FREEBSD -+ -+#ifndef CONFIG_PREALLOC_RX_SKB_BUFFER -+ tmpaddr = (SIZE_PTR)pskb->data; -+ alignment = tmpaddr & (RECVBUFF_ALIGN_SZ-1); -+ skb_reserve(pskb, (RECVBUFF_ALIGN_SZ - alignment)); -+#endif -+ skb_queue_tail(&precvpriv->free_recv_skb_queue, pskb); -+ } -+ } -+ } -+#endif /* CONFIG_PREALLOC_RECV_SKB */ -+ -+#endif /* defined(PLATFORM_LINUX) || defined(PLATFORM_FREEBSD) */ -+ -+exit: -+ -+ return res; -+} -+ -+void usb_free_recv_priv (_adapter *padapter, u16 ini_in_buf_sz) -+{ -+ int i; -+ struct recv_buf *precvbuf; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ precvbuf = (struct recv_buf *)precvpriv->precv_buf; -+ -+ for(i=0; i < NR_RECVBUFF ; i++) -+ { -+ rtw_os_recvbuf_resource_free(padapter, precvbuf); -+ precvbuf++; -+ } -+ -+ if(precvpriv->pallocated_recv_buf) -+ rtw_mfree(precvpriv->pallocated_recv_buf, NR_RECVBUFF *sizeof(struct recv_buf) + 4); -+ -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+#ifdef PLATFORM_LINUX -+ if(precvpriv->int_in_urb) -+ { -+ usb_free_urb(precvpriv->int_in_urb); -+ } -+#endif -+ if(precvpriv->int_in_buf) -+ rtw_mfree(precvpriv->int_in_buf, ini_in_buf_sz); -+#endif /* CONFIG_USB_INTERRUPT_IN_PIPE */ -+ -+#ifdef PLATFORM_LINUX -+ -+ if (skb_queue_len(&precvpriv->rx_skb_queue)) { -+ DBG_8192C(KERN_WARNING "rx_skb_queue not empty\n"); -+ } -+ -+ rtw_skb_queue_purge(&precvpriv->rx_skb_queue); -+ -+ if (skb_queue_len(&precvpriv->free_recv_skb_queue)) { -+ DBG_8192C(KERN_WARNING "free_recv_skb_queue not empty, %d\n", skb_queue_len(&precvpriv->free_recv_skb_queue)); -+ } -+ -+#if !defined(CONFIG_USE_USB_BUFFER_ALLOC_RX) -+ #if defined(CONFIG_PREALLOC_RECV_SKB) && defined(CONFIG_PREALLOC_RX_SKB_BUFFER) -+ { -+ struct sk_buff *skb; -+ -+ while ((skb = skb_dequeue(&precvpriv->free_recv_skb_queue)) != NULL) -+ { -+ if (rtw_free_skb_premem(skb) != 0) -+ rtw_skb_free(skb); -+ } -+ } -+ #else -+ rtw_skb_queue_purge(&precvpriv->free_recv_skb_queue); -+ #endif /* defined(CONFIG_PREALLOC_RX_SKB_BUFFER) && defined(CONFIG_PREALLOC_RECV_SKB) */ -+#endif /* !defined(CONFIG_USE_USB_BUFFER_ALLOC_RX) */ -+ -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ struct sk_buff *pskb; -+ while (NULL != (pskb = skb_dequeue(&precvpriv->rx_skb_queue))) -+ { -+ rtw_skb_free(pskb); -+ } -+ -+ #if !defined(CONFIG_USE_USB_BUFFER_ALLOC_RX) -+ rtw_skb_queue_purge(&precvpriv->free_recv_skb_queue); -+ #endif -+ -+#ifdef CONFIG_RX_INDICATE_QUEUE -+ struct mbuf *m; -+ for (;;) { -+ IF_DEQUEUE(&precvpriv->rx_indicate_queue, m); -+ if (m == NULL) -+ break; -+ m_freem(m); -+ } -+ mtx_destroy(&precvpriv->rx_indicate_queue.ifq_mtx); -+#endif /* CONFIG_RX_INDICATE_QUEUE */ -+ -+#endif /* PLATFORM_FREEBSD */ -+} -+ -+#ifdef CONFIG_USB_SUPPORT_ASYNC_VDN_REQ -+int usb_write_async(struct usb_device *udev, u32 addr, void *pdata, u16 len) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ int ret; -+ -+ requesttype = VENDOR_WRITE;//write_out -+ request = REALTEK_USB_VENQT_CMD_REQ; -+ index = REALTEK_USB_VENQT_CMD_IDX;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ -+ ret = _usbctrl_vendorreq_async_write(udev, request, wvalue, index, pdata, len, requesttype); -+ -+ return ret; -+} -+ -+int usb_async_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) -+{ -+ u8 data; -+ int ret; -+ struct dvobj_priv *pdvobjpriv = (struct dvobj_priv *)pintfhdl->pintf_dev; -+ struct usb_device *udev=pdvobjpriv->pusbdev; -+ -+ _func_enter_; -+ data = val; -+ ret = usb_write_async(udev, addr, &data, 1); -+ _func_exit_; -+ -+ return ret; -+} -+ -+int usb_async_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) -+{ -+ u16 data; -+ int ret; -+ struct dvobj_priv *pdvobjpriv = (struct dvobj_priv *)pintfhdl->pintf_dev; -+ struct usb_device *udev=pdvobjpriv->pusbdev; -+ -+ _func_enter_; -+ data = val; -+ ret = usb_write_async(udev, addr, &data, 2); -+ _func_exit_; -+ -+ return ret; -+} -+ -+int usb_async_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) -+{ -+ u32 data; -+ int ret; -+ struct dvobj_priv *pdvobjpriv = (struct dvobj_priv *)pintfhdl->pintf_dev; -+ struct usb_device *udev=pdvobjpriv->pusbdev; -+ -+ _func_enter_; -+ data = val; -+ ret = usb_write_async(udev, addr, &data, 4); -+ _func_exit_; -+ -+ return ret; -+} -+#endif /* CONFIG_USB_SUPPORT_ASYNC_VDN_REQ */ -+ -+u8 usb_read8(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ u16 len; -+ u8 data=0; -+ -+ _func_enter_; -+ -+ request = 0x05; -+ requesttype = 0x01;//read_in -+ index = 0;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ len = 1; -+ usbctrl_vendorreq(pintfhdl, request, wvalue, index, -+ &data, len, requesttype); -+ -+ _func_exit_; -+ -+ return data; -+} -+ -+u16 usb_read16(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ u16 len; -+ u16 data=0; -+ -+ _func_enter_; -+ -+ request = 0x05; -+ requesttype = 0x01;//read_in -+ index = 0;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ len = 2; -+ usbctrl_vendorreq(pintfhdl, request, wvalue, index, -+ &data, len, requesttype); -+ -+ _func_exit_; -+ -+ return data; -+ -+} -+ -+u32 usb_read32(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ u16 len; -+ u32 data=0; -+ -+ _func_enter_; -+ -+ request = 0x05; -+ requesttype = 0x01;//read_in -+ index = 0;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ len = 4; -+ usbctrl_vendorreq(pintfhdl, request, wvalue, index, -+ &data, len, requesttype); -+ -+ _func_exit_; -+ -+ return data; -+} -+ -+int usb_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ u16 len; -+ u8 data; -+ int ret; -+ -+ _func_enter_; -+ -+ request = 0x05; -+ requesttype = 0x00;//write_out -+ index = 0;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ len = 1; -+ -+ data = val; -+ ret = usbctrl_vendorreq(pintfhdl, request, wvalue, index, -+ &data, len, requesttype); -+ -+ _func_exit_; -+ -+ return ret; -+} -+ -+int usb_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ u16 len; -+ u16 data; -+ int ret; -+ -+ _func_enter_; -+ -+ request = 0x05; -+ requesttype = 0x00;//write_out -+ index = 0;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ len = 2; -+ -+ data = val; -+ ret = usbctrl_vendorreq(pintfhdl, request, wvalue, index, -+ &data, len, requesttype); -+ -+ _func_exit_; -+ -+ return ret; -+ -+} -+ -+int usb_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ u16 len; -+ u32 data; -+ int ret; -+ -+ _func_enter_; -+ -+ request = 0x05; -+ requesttype = 0x00;//write_out -+ index = 0;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ len = 4; -+ data =val; -+ ret = usbctrl_vendorreq(pintfhdl, request, wvalue, index, -+ &data, len, requesttype); -+ -+ _func_exit_; -+ -+ return ret; -+ -+} -+ -+int usb_writeN(struct intf_hdl *pintfhdl, u32 addr, u32 length, u8 *pdata) -+{ -+ u8 request; -+ u8 requesttype; -+ u16 wvalue; -+ u16 index; -+ u16 len; -+ u8 buf[VENDOR_CMD_MAX_DATA_LEN]={0}; -+ int ret; -+ -+ _func_enter_; -+ -+ request = 0x05; -+ requesttype = 0x00;//write_out -+ index = 0;//n/a -+ -+ wvalue = (u16)(addr&0x0000ffff); -+ len = length; -+ _rtw_memcpy(buf, pdata, len ); -+ ret = usbctrl_vendorreq(pintfhdl, request, wvalue, index, -+ buf, len, requesttype); -+ -+ _func_exit_; -+ -+ return ret; -+ -+} -diff -Nurp linux.old/3rdparty/rtl8812au/hal/hal_intf.c linux/3rdparty/rtl8812au/hal/hal_intf.c ---- linux.old/3rdparty/rtl8812au/hal/hal_intf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/hal_intf.c 2017-06-07 23:07:21.014687849 +0300 -@@ -0,0 +1,1092 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#define _HAL_INTF_C_ -+ -+#include -+#include -+ -+void rtw_hal_chip_configure(_adapter *padapter) -+{ -+ padapter->HalFunc.intf_chip_configure(padapter); -+} -+ -+void rtw_hal_read_chip_info(_adapter *padapter) -+{ -+ u8 hci_type = rtw_get_intf_type(padapter); -+ u32 start = rtw_get_current_time(); -+ -+ /* before access eFuse, make sure card enable has been called */ -+ if ((hci_type == RTW_SDIO || hci_type == RTW_GSPI) -+ && !rtw_is_hw_init_completed(padapter)) -+ rtw_hal_power_on(padapter); -+ -+ padapter->HalFunc.read_adapter_info(padapter); -+ -+ if ((hci_type == RTW_SDIO || hci_type == RTW_GSPI) -+ && !rtw_is_hw_init_completed(padapter)) -+ rtw_hal_power_off(padapter); -+ -+ DBG_871X("%s in %d ms\n", __func__, rtw_get_passing_time_ms(start)); -+} -+ -+void rtw_hal_read_chip_version(_adapter *padapter) -+{ -+ padapter->HalFunc.read_chip_version(padapter); -+} -+ -+void rtw_hal_def_value_init(_adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) { -+ padapter->HalFunc.init_default_value(padapter); -+ -+ rtw_init_hal_com_default_value(padapter); -+ -+ { -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(padapter); -+ -+ /* hal_data..macid_num is ready here */ -+ dvobj->macid_ctl.num = rtw_min(hal_data->macid_num, MACID_NUM_SW_LIMIT); -+ -+ dvobj->cam_ctl.sec_cap = hal_data->sec_cap; -+ dvobj->cam_ctl.num = rtw_min(hal_data->sec_cam_ent_num, SEC_CAM_ENT_NUM_SW_LIMIT); -+ } -+ } -+} -+ -+u8 rtw_hal_data_init(_adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) { -+ padapter->hal_data_sz = sizeof(HAL_DATA_TYPE); -+ padapter->HalData = rtw_zvmalloc(padapter->hal_data_sz); -+ if(padapter->HalData == NULL){ -+ DBG_8192C("cant not alloc memory for HAL DATA \n"); -+ return _FAIL; -+ } -+ } -+ return _SUCCESS; -+} -+ -+void rtw_hal_data_deinit(_adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) { -+ if (padapter->HalData) -+ { -+ #ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ phy_free_filebuf(padapter); -+ #endif -+ rtw_vmfree(padapter->HalData, padapter->hal_data_sz); -+ padapter->HalData = NULL; -+ padapter->hal_data_sz = 0; -+ } -+ } -+} -+ -+void rtw_hal_free_data(_adapter *padapter) -+{ -+ //free HAL Data -+ rtw_hal_data_deinit(padapter); -+} -+void rtw_hal_dm_init(_adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) { -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ -+ padapter->HalFunc.dm_init(padapter); -+ -+ _rtw_spinlock_init(&pHalData->IQKSpinLock); -+ } -+} -+void rtw_hal_dm_deinit(_adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) { -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ -+ padapter->HalFunc.dm_deinit(padapter); -+ -+ _rtw_spinlock_free(&pHalData->IQKSpinLock); -+ } -+} -+void rtw_hal_sw_led_init(_adapter *padapter) -+{ -+ if(padapter->HalFunc.InitSwLeds) -+ padapter->HalFunc.InitSwLeds(padapter); -+} -+ -+void rtw_hal_sw_led_deinit(_adapter *padapter) -+{ -+ if(padapter->HalFunc.DeInitSwLeds) -+ padapter->HalFunc.DeInitSwLeds(padapter); -+} -+ -+u32 rtw_hal_power_on(_adapter *padapter) -+{ -+ return padapter->HalFunc.hal_power_on(padapter); -+} -+void rtw_hal_power_off(_adapter *padapter) -+{ -+ padapter->HalFunc.hal_power_off(padapter); -+} -+ -+ -+void rtw_hal_init_opmode(_adapter *padapter) -+{ -+ NDIS_802_11_NETWORK_INFRASTRUCTURE networkType = Ndis802_11InfrastructureMax; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ sint fw_state; -+ -+ fw_state = get_fwstate(pmlmepriv); -+ -+ if (fw_state & WIFI_ADHOC_STATE) -+ networkType = Ndis802_11IBSS; -+ else if (fw_state & WIFI_STATION_STATE) -+ networkType = Ndis802_11Infrastructure; -+ else if (fw_state & WIFI_AP_STATE) -+ networkType = Ndis802_11APMode; -+ else -+ return; -+ -+ rtw_setopmode_cmd(padapter, networkType, _FALSE); -+} -+ -+uint rtw_hal_init(_adapter *padapter) -+{ -+ uint status = _SUCCESS; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ int i; -+ -+ status = padapter->HalFunc.hal_init(padapter); -+ -+ if (status == _SUCCESS) { -+ pHalData->hw_init_completed = _TRUE; -+ -+ if (padapter->registrypriv.notch_filter == 1) -+ rtw_hal_notch_filter(padapter, 1); -+ -+ for (i = 0; iiface_nums; i++) -+ rtw_sec_restore_wep_key(dvobj->padapters[i]); -+ -+ rtw_led_control(padapter, LED_CTL_POWER_ON); -+ -+ init_hw_mlme_ext(padapter); -+ -+ rtw_hal_init_opmode(padapter); -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+ rtw_bb_rf_gain_offset(padapter); -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+ } else { -+ pHalData->hw_init_completed = _FALSE; -+ DBG_871X("rtw_hal_init: hal__init fail\n"); -+ } -+ -+ RT_TRACE(_module_hal_init_c_,_drv_err_,("-rtl871x_hal_init:status=0x%x\n",status)); -+ -+ return status; -+ -+} -+ -+uint rtw_hal_deinit(_adapter *padapter) -+{ -+ uint status = _SUCCESS; -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ int i; -+_func_enter_; -+ -+ status = padapter->HalFunc.hal_deinit(padapter); -+ -+ if(status == _SUCCESS){ -+ rtw_led_control(padapter, LED_CTL_POWER_OFF); -+ pHalData->hw_init_completed = _FALSE; -+ } -+ else -+ { -+ DBG_871X("\n rtw_hal_deinit: hal_init fail\n"); -+ } -+ -+_func_exit_; -+ -+ return status; -+} -+ -+void rtw_hal_set_hwreg(_adapter *padapter, u8 variable, u8 *val) -+{ -+ padapter->HalFunc.SetHwRegHandler(padapter, variable, val); -+} -+ -+void rtw_hal_get_hwreg(_adapter *padapter, u8 variable, u8 *val) -+{ -+ padapter->HalFunc.GetHwRegHandler(padapter, variable, val); -+} -+ -+#ifdef CONFIG_C2H_PACKET_EN -+void rtw_hal_set_hwreg_with_buf(_adapter *padapter, u8 variable, u8 *pbuf, int len) -+{ -+ if (padapter->HalFunc.SetHwRegHandlerWithBuf) -+ padapter->HalFunc.SetHwRegHandlerWithBuf(padapter, variable, pbuf, len); -+} -+#endif -+ -+u8 rtw_hal_set_def_var(_adapter *padapter, HAL_DEF_VARIABLE eVariable, PVOID pValue) -+{ -+ return padapter->HalFunc.SetHalDefVarHandler(padapter,eVariable,pValue); -+} -+u8 rtw_hal_get_def_var(_adapter *padapter, HAL_DEF_VARIABLE eVariable, PVOID pValue) -+{ -+ return padapter->HalFunc.GetHalDefVarHandler(padapter,eVariable,pValue); -+} -+ -+void rtw_hal_set_odm_var(_adapter *padapter, HAL_ODM_VARIABLE eVariable, PVOID pValue1,BOOLEAN bSet) -+{ -+ padapter->HalFunc.SetHalODMVarHandler(padapter,eVariable,pValue1,bSet); -+} -+void rtw_hal_get_odm_var(_adapter *padapter, HAL_ODM_VARIABLE eVariable, PVOID pValue1,PVOID pValue2) -+{ -+ padapter->HalFunc.GetHalODMVarHandler(padapter,eVariable,pValue1,pValue2); -+} -+ -+/* FOR SDIO & PCIE */ -+void rtw_hal_enable_interrupt(_adapter *padapter) -+{ -+#if defined(CONFIG_PCI_HCI) || defined (CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+ padapter->HalFunc.enable_interrupt(padapter); -+#endif //#if defined(CONFIG_PCI_HCI) || defined (CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+} -+ -+/* FOR SDIO & PCIE */ -+void rtw_hal_disable_interrupt(_adapter *padapter) -+{ -+#if defined(CONFIG_PCI_HCI) || defined (CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+ padapter->HalFunc.disable_interrupt(padapter); -+#endif //#if defined(CONFIG_PCI_HCI) || defined (CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+} -+ -+ -+u8 rtw_hal_check_ips_status(_adapter *padapter) -+{ -+ u8 val = _FALSE; -+ if (padapter->HalFunc.check_ips_status) -+ val = padapter->HalFunc.check_ips_status(padapter); -+ else -+ DBG_871X("%s: HalFunc.check_ips_status is NULL!\n", __FUNCTION__); -+ -+ return val; -+} -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void rtw_hal_clear_interrupt(_adapter *padapter) -+{ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ padapter->HalFunc.clear_interrupt(padapter); -+#endif -+} -+void rtw_hal_set_wowlan_fw(_adapter *padapter, u8 sleep) -+{ -+ padapter->HalFunc.hal_set_wowlan_fw(padapter, sleep); -+} -+ -+#endif -+ -+#if defined(CONFIG_USB_HCI) || defined (CONFIG_PCI_HCI) -+u32 rtw_hal_inirp_init(_adapter *padapter) -+{ -+ if (is_primary_adapter(padapter)) -+ return padapter->HalFunc.inirp_init(padapter); -+ return _SUCCESS; -+} -+u32 rtw_hal_inirp_deinit(_adapter *padapter) -+{ -+ -+ if (is_primary_adapter(padapter)) -+ return padapter->HalFunc.inirp_deinit(padapter); -+ -+ return _SUCCESS; -+} -+#endif //#if defined(CONFIG_USB_HCI) || defined (CONFIG_PCI_HCI) -+ -+#if defined(CONFIG_PCI_HCI) -+void rtw_hal_irp_reset(_adapter *padapter) -+{ -+ padapter->HalFunc.irp_reset(padapter); -+} -+#endif //#if defined(CONFIG_PCI_HCI) -+ -+/* for USB Auto-suspend */ -+u8 rtw_hal_intf_ps_func(_adapter *padapter,HAL_INTF_PS_FUNC efunc_id, u8* val) -+{ -+ if(padapter->HalFunc.interface_ps_func) -+ return padapter->HalFunc.interface_ps_func(padapter,efunc_id,val); -+ return _FAIL; -+} -+ -+s32 rtw_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ return padapter->HalFunc.hal_xmitframe_enqueue(padapter, pxmitframe); -+} -+ -+s32 rtw_hal_xmit(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ return padapter->HalFunc.hal_xmit(padapter, pxmitframe); -+} -+ -+/* -+ * [IMPORTANT] This function would be run in interrupt context. -+ */ -+s32 rtw_hal_mgnt_xmit(_adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ s32 ret = _FAIL; -+ u8 *pframe, subtype; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct sta_info *psta; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ update_mgntframe_attrib_addr(padapter, pmgntframe); -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ subtype = GetFrameSubType(pframe); /* bit(7)~bit(2) */ -+ -+ //pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ //_rtw_memcpy(pmgntframe->attrib.ra, pwlanhdr->addr1, ETH_ALEN); -+ -+#ifdef CONFIG_IEEE80211W -+ if (padapter->securitypriv.binstallBIPkey == _TRUE && (subtype == WIFI_DEAUTH || subtype == WIFI_DISASSOC || -+ subtype == WIFI_ACTION)) -+ { -+ if (IS_MCAST(pmgntframe->attrib.ra) && pmgntframe->attrib.key_type != IEEE80211W_NO_KEY) { -+ pmgntframe->attrib.encrypt = _BIP_; -+ /* pmgntframe->attrib.bswenc = _TRUE; */ -+ } else if (pmgntframe->attrib.key_type != IEEE80211W_NO_KEY) { -+ psta = rtw_get_stainfo(pstapriv, pmgntframe->attrib.ra); -+ if (psta && psta->bpairwise_key_installed == _TRUE) { -+ pmgntframe->attrib.encrypt = _AES_; -+ pmgntframe->attrib.bswenc = _TRUE; -+ } else { -+ DBG_871X("%s, %d, bpairwise_key_installed is FALSE\n", __func__, __LINE__); -+ goto no_mgmt_coalesce; -+ } -+ } -+ DBG_871X("encrypt=%d, bswenc=%d\n", pmgntframe->attrib.encrypt, pmgntframe->attrib.bswenc); -+ rtw_mgmt_xmitframe_coalesce(padapter, pmgntframe->pkt, pmgntframe); -+ } -+#endif //CONFIG_IEEE80211W -+no_mgmt_coalesce: -+ ret = padapter->HalFunc.mgnt_xmit(padapter, pmgntframe); -+ return ret; -+} -+ -+s32 rtw_hal_init_xmit_priv(_adapter *padapter) -+{ -+ return padapter->HalFunc.init_xmit_priv(padapter); -+} -+void rtw_hal_free_xmit_priv(_adapter *padapter) -+{ -+ padapter->HalFunc.free_xmit_priv(padapter); -+} -+ -+s32 rtw_hal_init_recv_priv(_adapter *padapter) -+{ -+ return padapter->HalFunc.init_recv_priv(padapter); -+} -+void rtw_hal_free_recv_priv(_adapter *padapter) -+{ -+ padapter->HalFunc.free_recv_priv(padapter); -+} -+ -+void rtw_hal_update_ra_mask(struct sta_info *psta, u8 rssi_level) -+{ -+ _adapter *padapter; -+ struct mlme_priv *pmlmepriv; -+ -+ if(!psta) -+ return; -+ -+ padapter = psta->padapter; -+ -+ pmlmepriv = &(padapter->mlmepriv); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ add_RATid(padapter, psta, rssi_level); -+ } -+ else -+ { -+ padapter->HalFunc.UpdateRAMaskHandler(padapter, psta->mac_id, rssi_level); -+ } -+} -+ -+void rtw_hal_add_ra_tid(_adapter *padapter, u64 bitmap, u8 *arg, u8 rssi_level) -+{ -+ padapter->HalFunc.Add_RateATid(padapter, bitmap, arg, rssi_level); -+} -+ -+/* Start specifical interface thread */ -+void rtw_hal_start_thread(_adapter *padapter) -+{ -+#if defined(CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+#ifndef CONFIG_SDIO_TX_TASKLET -+ padapter->HalFunc.run_thread(padapter); -+#endif -+#endif -+} -+/* Start specifical interface thread */ -+void rtw_hal_stop_thread(_adapter *padapter) -+{ -+#if defined(CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+#ifndef CONFIG_SDIO_TX_TASKLET -+ -+ padapter->HalFunc.cancel_thread(padapter); -+ -+#endif -+#endif -+} -+ -+u32 rtw_hal_read_bbreg(_adapter *padapter, u32 RegAddr, u32 BitMask) -+{ -+ u32 data = 0; -+ if(padapter->HalFunc.read_bbreg) -+ data = padapter->HalFunc.read_bbreg(padapter, RegAddr, BitMask); -+ return data; -+} -+void rtw_hal_write_bbreg(_adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ if(padapter->HalFunc.write_bbreg) -+ padapter->HalFunc.write_bbreg(padapter, RegAddr, BitMask, Data); -+} -+ -+u32 rtw_hal_read_rfreg(_adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask) -+{ -+ u32 data = 0; -+ -+ if (padapter->HalFunc.read_rfreg) { -+ data = padapter->HalFunc.read_rfreg(padapter, eRFPath, RegAddr, BitMask); -+ -+ if (match_rf_read_sniff_ranges(eRFPath, RegAddr, BitMask)) { -+ DBG_871X("DBG_IO rtw_hal_read_rfreg(%u, 0x%04x, 0x%08x) read:0x%08x(0x%08x)\n" -+ , eRFPath, RegAddr, BitMask, (data << PHY_CalculateBitShift(BitMask)), data); -+ } -+ } -+ -+ return data; -+} -+ -+void rtw_hal_write_rfreg(_adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) -+{ -+ if (padapter->HalFunc.write_rfreg) { -+ -+ if (match_rf_write_sniff_ranges(eRFPath, RegAddr, BitMask)) { -+ DBG_871X("DBG_IO rtw_hal_write_rfreg(%u, 0x%04x, 0x%08x) write:0x%08x(0x%08x)\n" -+ , eRFPath, RegAddr, BitMask, (Data << PHY_CalculateBitShift(BitMask)), Data); -+ } -+ -+ padapter->HalFunc.write_rfreg(padapter, eRFPath, RegAddr, BitMask, Data); -+#ifdef CONFIG_PCI_HCI -+ rtw_udelay_os(2); -+#endif -+ } -+} -+ -+#if defined(CONFIG_PCI_HCI) -+s32 rtw_hal_interrupt_handler(_adapter *padapter) -+{ -+ s32 ret = _FAIL; -+ ret = padapter->HalFunc.interrupt_handler(padapter); -+ return ret; -+} -+#endif -+#if defined(CONFIG_USB_HCI) && defined(CONFIG_SUPPORT_USB_INT) -+void rtw_hal_interrupt_handler(_adapter *padapter, u16 pkt_len, u8 *pbuf) -+{ -+ padapter->HalFunc.interrupt_handler(padapter, pkt_len, pbuf); -+} -+#endif -+ -+void rtw_hal_set_bwmode(_adapter *padapter, CHANNEL_WIDTH Bandwidth, u8 Offset) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ if(pDM_Odm->RFCalibrateInfo.bIQKInProgress == _TRUE) -+ DBG_871X_LEVEL(_drv_err_, "%s, %d, IQK may race condition\n", __func__,__LINE__); -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ padapter->HalFunc.set_bwmode_handler(padapter, Bandwidth, Offset); -+ -+} -+ -+void rtw_hal_set_chan(_adapter *padapter, u8 channel) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ if(pDM_Odm->RFCalibrateInfo.bIQKInProgress == _TRUE) -+ DBG_871X_LEVEL(_drv_err_, "%s, %d, IQK may race condition\n", __func__,__LINE__); -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ padapter->HalFunc.set_channel_handler(padapter, channel); -+} -+ -+void rtw_hal_set_chnl_bw(_adapter *padapter, u8 channel, CHANNEL_WIDTH Bandwidth, u8 Offset40, u8 Offset80) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ if(pDM_Odm->RFCalibrateInfo.bIQKInProgress == _TRUE) -+ DBG_871X_LEVEL(_drv_err_, "%s, %d, IQK may race condition\n", __func__,__LINE__); -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ padapter->HalFunc.set_chnl_bw_handler(padapter, channel, Bandwidth, Offset40, Offset80); -+} -+ -+void rtw_hal_set_tx_power_level(_adapter *padapter, u8 channel) -+{ -+ if(padapter->HalFunc.set_tx_power_level_handler) -+ padapter->HalFunc.set_tx_power_level_handler(padapter, channel); -+} -+ -+void rtw_hal_get_tx_power_level(_adapter *padapter, s32 *powerlevel) -+{ -+ if(padapter->HalFunc.get_tx_power_level_handler) -+ padapter->HalFunc.get_tx_power_level_handler(padapter, powerlevel); -+} -+ -+void rtw_hal_dm_watchdog(_adapter *padapter) -+{ -+ if (!is_primary_adapter(padapter)) -+ return; -+ -+ padapter->HalFunc.hal_dm_watchdog(padapter); -+ -+} -+ -+#ifdef CONFIG_LPS_LCLK_WD_TIMER -+void rtw_hal_dm_watchdog_in_lps(_adapter *padapter) -+{ -+#if defined(CONFIG_CONCURRENT_MODE) -+ if (padapter->iface_type != IFACE_PORT0) -+ return; -+#endif -+ -+ if (adapter_to_pwrctl(padapter)->bFwCurrentInPSMode ==_TRUE ) { -+ padapter->HalFunc.hal_dm_watchdog_in_lps(padapter);//this fuction caller is in interrupt context -+ } -+} -+#endif -+ -+void rtw_hal_bcn_related_reg_setting(_adapter *padapter) -+{ -+ padapter->HalFunc.SetBeaconRelatedRegistersHandler(padapter); -+} -+ -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+u8 rtw_hal_antdiv_before_linked(_adapter *padapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ int i; -+ -+ if (!padapter->HalFunc.AntDivBeforeLinkHandler) -+ return _FALSE; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ if (rtw_linked_check(dvobj->padapters[i])) -+ return _FALSE; -+ } -+ -+ return padapter->HalFunc.AntDivBeforeLinkHandler(padapter); -+} -+void rtw_hal_antdiv_rssi_compared(_adapter *padapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src) -+{ -+ if(padapter->HalFunc.AntDivCompareHandler) -+ padapter->HalFunc.AntDivCompareHandler(padapter, dst, src); -+} -+#endif -+ -+#ifdef CONFIG_HOSTAPD_MLME -+s32 rtw_hal_hostap_mgnt_xmit_entry(_adapter *padapter, _pkt *pkt) -+{ -+ if(padapter->HalFunc.hostap_mgnt_xmit_entry) -+ return padapter->HalFunc.hostap_mgnt_xmit_entry(padapter, pkt); -+ return _FAIL; -+} -+#endif //CONFIG_HOSTAPD_MLME -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+void rtw_hal_sreset_init(_adapter *padapter) -+{ -+ padapter->HalFunc.sreset_init_value(padapter); -+} -+void rtw_hal_sreset_reset(_adapter *padapter) -+{ -+ padapter = GET_PRIMARY_ADAPTER(padapter); -+ padapter->HalFunc.silentreset(padapter); -+} -+ -+void rtw_hal_sreset_reset_value(_adapter *padapter) -+{ -+ padapter->HalFunc.sreset_reset_value(padapter); -+} -+ -+void rtw_hal_sreset_xmit_status_check(_adapter *padapter) -+{ -+ if (!is_primary_adapter(padapter)) -+ return; -+ -+ padapter->HalFunc.sreset_xmit_status_check(padapter); -+} -+void rtw_hal_sreset_linked_status_check(_adapter *padapter) -+{ -+ if (!is_primary_adapter(padapter)) -+ return; -+ padapter->HalFunc.sreset_linked_status_check(padapter); -+} -+u8 rtw_hal_sreset_get_wifi_status(_adapter *padapter) -+{ -+ return padapter->HalFunc.sreset_get_wifi_status(padapter); -+} -+ -+bool rtw_hal_sreset_inprogress(_adapter *padapter) -+{ -+ padapter = GET_PRIMARY_ADAPTER(padapter); -+ return padapter->HalFunc.sreset_inprogress(padapter); -+} -+#endif //DBG_CONFIG_ERROR_DETECT -+ -+#ifdef CONFIG_IOL -+int rtw_hal_iol_cmd(ADAPTER *adapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt) -+{ -+ if(adapter->HalFunc.IOL_exec_cmds_sync) -+ return adapter->HalFunc.IOL_exec_cmds_sync(adapter, xmit_frame, max_wating_ms,bndy_cnt); -+ return _FAIL; -+} -+#endif -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+s32 rtw_hal_xmit_thread_handler(_adapter *padapter) -+{ -+ return padapter->HalFunc.xmit_thread_handler(padapter); -+} -+#endif -+ -+void rtw_hal_notch_filter(_adapter *adapter, bool enable) -+{ -+ if(adapter->HalFunc.hal_notch_filter) -+ adapter->HalFunc.hal_notch_filter(adapter,enable); -+} -+ -+bool rtw_hal_c2h_valid(_adapter *adapter, u8 *buf) -+{ -+ HAL_DATA_TYPE *HalData = GET_HAL_DATA(adapter); -+ HAL_VERSION *hal_ver = &HalData->VersionID; -+ bool ret = _FAIL; -+ -+ if (IS_8188E(*hal_ver)) { -+ ret = c2h_evt_valid((struct c2h_evt_hdr *)buf); -+ } else if(IS_8192E(*hal_ver) || IS_8812_SERIES(*hal_ver) || IS_8821_SERIES(*hal_ver) || IS_8723B_SERIES(*hal_ver)) { -+ ret = c2h_evt_valid((struct c2h_evt_hdr_88xx*)buf); -+ } else { -+ rtw_warn_on(1); -+ } -+ -+ return ret; -+} -+ -+s32 rtw_hal_c2h_evt_read(_adapter *adapter, u8 *buf) -+{ -+ HAL_DATA_TYPE *HalData = GET_HAL_DATA(adapter); -+ HAL_VERSION *hal_ver = &HalData->VersionID; -+ s32 ret = _FAIL; -+ -+ if (IS_8188E(*hal_ver)) { -+ ret = c2h_evt_read(adapter, buf); -+ } else if(IS_8192E(*hal_ver) || IS_8812_SERIES(*hal_ver) || IS_8821_SERIES(*hal_ver) || IS_8723B_SERIES(*hal_ver)) { -+ ret = c2h_evt_read_88xx(adapter, buf); -+ } else { -+ rtw_warn_on(1); -+ } -+ -+ return ret; -+} -+ -+s32 rtw_hal_c2h_handler(_adapter *adapter, u8 *c2h_evt) -+{ -+ s32 ret = _FAIL; -+ if (adapter->HalFunc.c2h_handler) -+ ret = adapter->HalFunc.c2h_handler(adapter, c2h_evt); -+ return ret; -+} -+ -+c2h_id_filter rtw_hal_c2h_id_filter_ccx(_adapter *adapter) -+{ -+ return adapter->HalFunc.c2h_id_filter_ccx; -+} -+ -+s32 rtw_hal_is_disable_sw_channel_plan(PADAPTER padapter) -+{ -+ return GET_HAL_DATA(padapter)->bDisableSWChannelPlan; -+} -+ -+s32 rtw_hal_macid_sleep(PADAPTER padapter, u8 macid) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ u8 support; -+ -+ support = _FALSE; -+ rtw_hal_get_def_var(padapter, HAL_DEF_MACID_SLEEP, &support); -+ if (_FALSE == support) -+ return _FAIL; -+ -+ if (macid >= macid_ctl->num) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT": Invalid macid(%u)\n", -+ FUNC_ADPT_ARG(padapter), macid); -+ return _FAIL; -+ } -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MACID_SLEEP, &macid); -+ -+ return _SUCCESS; -+} -+ -+s32 rtw_hal_macid_wakeup(PADAPTER padapter, u8 macid) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ u8 support; -+ -+ support = _FALSE; -+ rtw_hal_get_def_var(padapter, HAL_DEF_MACID_SLEEP, &support); -+ if (_FALSE == support) -+ return _FAIL; -+ -+ if (macid >= macid_ctl->num) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT": Invalid macid(%u)\n", -+ FUNC_ADPT_ARG(padapter), macid); -+ return _FAIL; -+ } -+ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MACID_WAKEUP, &macid); -+ -+ return _SUCCESS; -+} -+ -+s32 rtw_hal_fill_h2c_cmd(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer) -+{ -+ _adapter *pri_adapter = GET_PRIMARY_ADAPTER(padapter); -+ -+ if (pri_adapter->bFWReady == _TRUE) -+ return padapter->HalFunc.fill_h2c_cmd(padapter, ElementID, CmdLen, pCmdBuffer); -+ else if (padapter->registrypriv.mp_mode == 0) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" FW doesn't exit when no MP mode, by pass H2C id:0x%02x\n" -+ , FUNC_ADPT_ARG(padapter), ElementID); -+ return _FAIL; -+} -+ -+void rtw_hal_fill_fake_txdesc(_adapter* padapter, u8* pDesc, u32 BufferLen, -+ u8 IsPsPoll, u8 IsBTQosNull, u8 bDataFrame) -+{ -+ padapter->HalFunc.fill_fake_txdesc(padapter, pDesc, BufferLen,IsPsPoll, IsBTQosNull, bDataFrame); -+ -+} -+u8 rtw_hal_get_txbuff_rsvd_page_num(_adapter *adapter, bool wowlan) -+{ -+ return adapter->HalFunc.hal_get_tx_buff_rsvd_page_num(adapter, wowlan); -+} -+ -+#ifdef CONFIG_GPIO_API -+void rtw_hal_update_hisr_hsisr_ind(_adapter *padapter, u32 flag) -+{ -+ if (padapter->HalFunc.update_hisr_hsisr_ind) -+ padapter->HalFunc.update_hisr_hsisr_ind(padapter, flag); -+} -+#endif -+ -+#define rtw_hal_error_msg(ops_fun) \ -+ DBG_871X_LEVEL(_drv_always_, "### %s - Error : Please hook HalFunc.%s ###\n",__FUNCTION__,ops_fun) -+ -+u8 rtw_hal_ops_check(_adapter *padapter) -+{ -+ u8 ret = _SUCCESS; -+#if 1 -+ /*** initialize section ***/ -+ if (NULL == padapter->HalFunc.read_chip_version) { -+ rtw_hal_error_msg("read_chip_version"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.init_default_value) { -+ rtw_hal_error_msg("init_default_value"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.intf_chip_configure) { -+ rtw_hal_error_msg("intf_chip_configure"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.read_adapter_info) { -+ rtw_hal_error_msg("read_adapter_info"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.hal_power_on) { -+ rtw_hal_error_msg("hal_power_on"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.hal_power_off) { -+ rtw_hal_error_msg("hal_power_off"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.hal_init) { -+ rtw_hal_error_msg("hal_init"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.hal_deinit) { -+ rtw_hal_error_msg("hal_deinit"); -+ ret = _FAIL; -+ } -+ -+ /*** xmit section ***/ -+ if (NULL == padapter->HalFunc.init_xmit_priv) { -+ rtw_hal_error_msg("init_xmit_priv"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.free_xmit_priv) { -+ rtw_hal_error_msg("free_xmit_priv"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.hal_xmit) { -+ rtw_hal_error_msg("hal_xmit"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.mgnt_xmit) { -+ rtw_hal_error_msg("mgnt_xmit"); -+ ret = _FAIL; -+ } -+ #ifdef CONFIG_XMIT_THREAD_MODE -+ if (NULL == padapter->HalFunc.xmit_thread_handler) { -+ rtw_hal_error_msg("xmit_thread_handler"); -+ ret = _FAIL; -+ } -+ #endif -+ if (NULL == padapter->HalFunc.hal_xmitframe_enqueue) { -+ rtw_hal_error_msg("hal_xmitframe_enqueue"); -+ ret = _FAIL; -+ } -+ #if defined(CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+ #ifndef CONFIG_SDIO_TX_TASKLET -+ if (NULL == padapter->HalFunc.run_thread) { -+ rtw_hal_error_msg("run_thread"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.cancel_thread) { -+ rtw_hal_error_msg("cancel_thread"); -+ ret = _FAIL; -+ } -+ #endif -+ #endif -+ -+ /*** recv section ***/ -+ if (NULL == padapter->HalFunc.init_recv_priv) { -+ rtw_hal_error_msg("init_recv_priv"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.free_recv_priv) { -+ rtw_hal_error_msg("free_recv_priv"); -+ ret = _FAIL; -+ } -+ #if defined(CONFIG_USB_HCI) || defined (CONFIG_PCI_HCI) -+ if (NULL == padapter->HalFunc.inirp_init) { -+ rtw_hal_error_msg("inirp_init"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.inirp_deinit) { -+ rtw_hal_error_msg("inirp_deinit"); -+ ret = _FAIL; -+ } -+ #endif //#if defined(CONFIG_USB_HCI) || defined (CONFIG_PCI_HCI) -+ -+ -+ /*** interrupt hdl section ***/ -+ #if defined(CONFIG_PCI_HCI) -+ if (NULL == padapter->HalFunc.irp_reset) { -+ rtw_hal_error_msg("irp_reset"); -+ ret = _FAIL; -+ } -+ #endif/*#if defined(CONFIG_PCI_HCI)*/ -+ #if (defined(CONFIG_PCI_HCI)) || (defined(CONFIG_USB_HCI) && defined(CONFIG_SUPPORT_USB_INT)) -+ if (NULL == padapter->HalFunc.interrupt_handler) { -+ rtw_hal_error_msg("interrupt_handler"); -+ ret = _FAIL; -+ } -+ #endif /*#if (defined(CONFIG_PCI_HCI)) || (defined(CONFIG_USB_HCI) && defined(CONFIG_SUPPORT_USB_INT))*/ -+ -+ #if defined(CONFIG_PCI_HCI) || defined (CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+ if (NULL == padapter->HalFunc.enable_interrupt) { -+ rtw_hal_error_msg("enable_interrupt"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.disable_interrupt) { -+ rtw_hal_error_msg("disable_interrupt"); -+ ret = _FAIL; -+ } -+ #endif //defined(CONFIG_PCI_HCI) || defined (CONFIG_SDIO_HCI) || defined (CONFIG_GSPI_HCI) -+ -+ -+ /*** DM section ***/ -+ if (NULL == padapter->HalFunc.dm_init) { -+ rtw_hal_error_msg("dm_init"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.dm_deinit) { -+ rtw_hal_error_msg("dm_deinit"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.hal_dm_watchdog) { -+ rtw_hal_error_msg("hal_dm_watchdog"); -+ ret = _FAIL; -+ } -+ #ifdef CONFIG_LPS_LCLK_WD_TIMER -+ if (NULL == padapter->HalFunc.hal_dm_watchdog_in_lps) { -+ rtw_hal_error_msg("hal_dm_watchdog_in_lps"); -+ ret = _FAIL; -+ } -+ #endif -+ -+ /*** xxx section ***/ -+ if (NULL == padapter->HalFunc.set_bwmode_handler) { -+ rtw_hal_error_msg("set_bwmode_handler"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.set_channel_handler) { -+ rtw_hal_error_msg("set_channel_handler"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.set_chnl_bw_handler) { -+ rtw_hal_error_msg("set_chnl_bw_handler"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.SetHwRegHandler) { -+ rtw_hal_error_msg("SetHwRegHandler"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.GetHwRegHandler) { -+ rtw_hal_error_msg("GetHwRegHandler"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.GetHalDefVarHandler) { -+ rtw_hal_error_msg("GetHalDefVarHandler"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.SetHalDefVarHandler) { -+ rtw_hal_error_msg("SetHalDefVarHandler"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.GetHalODMVarHandler) { -+ rtw_hal_error_msg("GetHalODMVarHandler"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.SetHalODMVarHandler) { -+ rtw_hal_error_msg("SetHalODMVarHandler"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.UpdateRAMaskHandler) { -+ rtw_hal_error_msg("UpdateRAMaskHandler"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.SetBeaconRelatedRegistersHandler) { -+ rtw_hal_error_msg("SetBeaconRelatedRegistersHandler"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.Add_RateATid) { -+ rtw_hal_error_msg("Add_RateATid"); -+ ret = _FAIL; -+ } -+ -+ if (NULL == padapter->HalFunc.fill_h2c_cmd) { -+ rtw_hal_error_msg("fill_h2c_cmd"); -+ ret = _FAIL; -+ } -+ #if defined(CONFIG_LPS) || defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ if (NULL == padapter->HalFunc.fill_fake_txdesc) { -+ rtw_hal_error_msg("fill_fake_txdesc"); -+ ret = _FAIL; -+ } -+ #endif -+ if (NULL == padapter->HalFunc.hal_get_tx_buff_rsvd_page_num) { -+ rtw_hal_error_msg("hal_get_tx_buff_rsvd_page_num"); -+ ret = _FAIL; -+ } -+ -+ #if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ #if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ if (NULL == padapter->HalFunc.clear_interrupt) { -+ rtw_hal_error_msg("clear_interrupt"); -+ ret = _FAIL; -+ } -+ #endif -+ if (NULL == padapter->HalFunc.hal_set_wowlan_fw) { -+ rtw_hal_error_msg("hal_set_wowlan_fw"); -+ ret = _FAIL; -+ } -+ #endif //CONFIG_WOWLAN -+ -+ -+ /*** SReset section ***/ -+ #ifdef DBG_CONFIG_ERROR_DETECT -+ if (NULL == padapter->HalFunc.sreset_init_value) { -+ rtw_hal_error_msg("sreset_init_value"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.sreset_reset_value) { -+ rtw_hal_error_msg("sreset_reset_value"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.silentreset) { -+ rtw_hal_error_msg("silentreset"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.sreset_xmit_status_check) { -+ rtw_hal_error_msg("sreset_xmit_status_check"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.sreset_linked_status_check) { -+ rtw_hal_error_msg("sreset_linked_status_check"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.sreset_get_wifi_status) { -+ rtw_hal_error_msg("sreset_get_wifi_status"); -+ ret = _FAIL; -+ } -+ if (NULL == padapter->HalFunc.sreset_inprogress) { -+ rtw_hal_error_msg("sreset_inprogress"); -+ ret = _FAIL; -+ } -+ #endif //#ifdef DBG_CONFIG_ERROR_DETECT -+ -+#endif -+ return ret; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/hal_mp.c linux/3rdparty/rtl8812au/hal/hal_mp.c ---- linux.old/3rdparty/rtl8812au/hal/hal_mp.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/hal_mp.c 2017-06-07 23:07:21.014687849 +0300 -@@ -0,0 +1,1799 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _HAL_MP_C_ -+#ifdef CONFIG_MP_INCLUDED -+ -+#ifdef CONFIG_RTL8188E -+#include -+#endif -+#ifdef CONFIG_RTL8723B -+#include -+#endif -+#ifdef CONFIG_RTL8192E -+#include -+#endif -+#ifdef CONFIG_RTL8814A -+#include -+#endif -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+#include -+#endif -+#ifdef CONFIG_RTL8703B -+#include -+#endif -+#ifdef CONFIG_RTL8188F -+#include -+#endif -+ -+ -+u8 MgntQuery_NssTxRate(u16 Rate) -+{ -+ u8 NssNum = RF_TX_NUM_NONIMPLEMENT; -+ -+ if ((Rate >= MGN_MCS8 && Rate <= MGN_MCS15) || -+ (Rate >= MGN_VHT2SS_MCS0 && Rate <= MGN_VHT2SS_MCS9)) -+ NssNum = RF_2TX; -+ else if ((Rate >= MGN_MCS16 && Rate <= MGN_MCS23) || -+ (Rate >= MGN_VHT3SS_MCS0 && Rate <= MGN_VHT3SS_MCS9)) -+ NssNum = RF_3TX; -+ else if ((Rate >= MGN_MCS24 && Rate <= MGN_MCS31) || -+ (Rate >= MGN_VHT4SS_MCS0 && Rate <= MGN_VHT4SS_MCS9)) -+ NssNum = RF_4TX; -+ else -+ NssNum = RF_1TX; -+ -+ return NssNum; -+} -+ -+void hal_mpt_SwitchRfSetting(PADAPTER pAdapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ u8 ChannelToSw = pMptCtx->MptChannelToSw; -+ ULONG ulRateIdx = pMptCtx->MptRateIndex; -+ ULONG ulbandwidth = pMptCtx->MptBandWidth; -+ -+ /* <20120525, Kordan> Dynamic mechanism for APK, asked by Dennis.*/ -+ if (IS_HARDWARE_TYPE_8188ES(pAdapter) && (1 <= ChannelToSw && ChannelToSw <= 11) && -+ (ulRateIdx == MPT_RATE_MCS0 || ulRateIdx == MPT_RATE_1M || ulRateIdx == MPT_RATE_6M)) { -+ pMptCtx->backup0x52_RF_A = (u1Byte)PHY_QueryRFReg(pAdapter, ODM_RF_PATH_A, RF_0x52, 0x000F0); -+ pMptCtx->backup0x52_RF_B = (u1Byte)PHY_QueryRFReg(pAdapter, ODM_RF_PATH_B, RF_0x52, 0x000F0); -+ -+ if ((PlatformEFIORead4Byte(pAdapter, 0xF4)&BIT29) == BIT29) { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_0x52, 0x000F0, 0xB); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_0x52, 0x000F0, 0xB); -+ } else { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_0x52, 0x000F0, 0xD); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_0x52, 0x000F0, 0xD); -+ } -+ } else if (IS_HARDWARE_TYPE_8188EE(pAdapter)) { /* <20140903, VincentL> Asked by RF Eason and Edlu*/ -+ -+ if (ChannelToSw == 3 && ulbandwidth == MPT_BW_40MHZ) { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_0x52, 0x000F0, 0xB); /*RF 0x52 = 0x0007E4BD*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_0x52, 0x000F0, 0xB); /*RF 0x52 = 0x0007E4BD*/ -+ } else { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_0x52, 0x000F0, 0x9); /*RF 0x52 = 0x0007E49D*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_0x52, 0x000F0, 0x9); /*RF 0x52 = 0x0007E49D*/ -+ } -+ -+ } else if (IS_HARDWARE_TYPE_8188E(pAdapter)) { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_0x52, 0x000F0, pMptCtx->backup0x52_RF_A); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_0x52, 0x000F0, pMptCtx->backup0x52_RF_B); -+ } -+} -+ -+s32 hal_mpt_SetPowerTracking(PADAPTER padapter, u8 enable) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ -+ if (!netif_running(padapter->pnetdev)) { -+ RT_TRACE(_module_mp_, _drv_warning_, ("SetPowerTracking! Fail: interface not opened!\n")); -+ return _FAIL; -+ } -+ -+ if (check_fwstate(&padapter->mlmepriv, WIFI_MP_STATE) == _FALSE) { -+ RT_TRACE(_module_mp_, _drv_warning_, ("SetPowerTracking! Fail: not in MP mode!\n")); -+ return _FAIL; -+ } -+ if (enable) -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = _TRUE; -+ else -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = _FALSE; -+ -+ return _SUCCESS; -+} -+ -+void hal_mpt_GetPowerTracking(PADAPTER padapter, u8 *enable) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ -+ *enable = pDM_Odm->RFCalibrateInfo.TxPowerTrackControl; -+} -+ -+ -+void hal_mpt_CCKTxPowerAdjust(PADAPTER Adapter, BOOLEAN bInCH14) -+{ -+ u32 TempVal = 0, TempVal2 = 0, TempVal3 = 0; -+ u32 CurrCCKSwingVal = 0, CCKSwingIndex = 12; -+ u8 i; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PMPT_CONTEXT pMptCtx = &(Adapter->mppriv.MptCtx); -+ u1Byte u1Channel = pHalData->CurrentChannel; -+ ULONG ulRateIdx = pMptCtx->MptRateIndex; -+ u1Byte DataRate = 0xFF; -+ -+ DataRate = MptToMgntRate(ulRateIdx); -+ -+ if (u1Channel == 14 && IS_CCK_RATE(DataRate)) -+ pHalData->bCCKinCH14 = TRUE; -+ else -+ pHalData->bCCKinCH14 = FALSE; -+ -+ if (IS_HARDWARE_TYPE_8703B(Adapter)) { -+ if ((u1Channel == 14) && IS_CCK_RATE(DataRate)) { -+ /* Channel 14 in CCK, need to set 0xA26~0xA29 to 0 for 8703B */ -+ PHY_SetBBReg(Adapter, rCCK0_TxFilter2, bMaskHWord, 0); -+ PHY_SetBBReg(Adapter, rCCK0_DebugPort, bMaskLWord, 0); -+ -+ RT_TRACE(_module_mp_, DBG_LOUD, ("MPT_CCKTxPowerAdjust 8703B CCK in Channel %u\n", u1Channel)); -+ } else { -+ /* Normal setting for 8703B, just recover to the default setting. */ -+ /* This hardcore values reference from the parameter which BB team gave. */ -+ for (i = 0 ; i < 2 ; ++i) -+ PHY_SetBBReg(Adapter, pHalData->RegForRecover[i].offset, bMaskDWord, pHalData->RegForRecover[i].value); -+ -+ RT_TRACE(_module_mp_, DBG_LOUD, ("MPT_CCKTxPowerAdjust 8703B in Channel %u restore to default setting\n", u1Channel)); -+ } -+ } else if (IS_HARDWARE_TYPE_8188F(Adapter)) { -+ /* No difference between CCK in CH14 and others, no need to change TX filter */ -+ } else { -+ -+ /* get current cck swing value and check 0xa22 & 0xa23 later to match the table.*/ -+ CurrCCKSwingVal = read_bbreg(Adapter, rCCK0_TxFilter1, bMaskHWord); -+ -+ if (!pHalData->bCCKinCH14) { -+ /* Readback the current bb cck swing value and compare with the table to */ -+ /* get the current swing index */ -+ for (i = 0; i < CCK_TABLE_SIZE; i++) { -+ if (((CurrCCKSwingVal&0xff) == (u32)CCKSwingTable_Ch1_Ch13[i][0]) && -+ (((CurrCCKSwingVal&0xff00)>>8) == (u32)CCKSwingTable_Ch1_Ch13[i][1])) { -+ CCKSwingIndex = i; -+ RT_TRACE(_module_mp_, DBG_LOUD, ("Ch1~13, Current reg0x%x = 0x%lx, CCKSwingIndex=0x%x\n", -+ (rCCK0_TxFilter1+2), CurrCCKSwingVal, CCKSwingIndex)); -+ break; -+ } -+ } -+ -+ /*Write 0xa22 0xa23*/ -+ TempVal = CCKSwingTable_Ch1_Ch13[CCKSwingIndex][0] + -+ (CCKSwingTable_Ch1_Ch13[CCKSwingIndex][1]<<8); -+ -+ -+ /*Write 0xa24 ~ 0xa27*/ -+ TempVal2 = 0; -+ TempVal2 = CCKSwingTable_Ch1_Ch13[CCKSwingIndex][2] + -+ (CCKSwingTable_Ch1_Ch13[CCKSwingIndex][3]<<8) + -+ (CCKSwingTable_Ch1_Ch13[CCKSwingIndex][4]<<16) + -+ (CCKSwingTable_Ch1_Ch13[CCKSwingIndex][5]<<24); -+ -+ /*Write 0xa28 0xa29*/ -+ TempVal3 = 0; -+ TempVal3 = CCKSwingTable_Ch1_Ch13[CCKSwingIndex][6] + -+ (CCKSwingTable_Ch1_Ch13[CCKSwingIndex][7]<<8); -+ } else { -+ for (i = 0; i < CCK_TABLE_SIZE; i++) { -+ if (((CurrCCKSwingVal&0xff) == (u32)CCKSwingTable_Ch14[i][0]) && -+ (((CurrCCKSwingVal&0xff00)>>8) == (u32)CCKSwingTable_Ch14[i][1])) { -+ CCKSwingIndex = i; -+ RT_TRACE(_module_mp_, DBG_LOUD, ("Ch14, Current reg0x%x = 0x%lx, CCKSwingIndex=0x%x\n", -+ (rCCK0_TxFilter1+2), CurrCCKSwingVal, CCKSwingIndex)); -+ break; -+ } -+ } -+ -+ /*Write 0xa22 0xa23*/ -+ TempVal = CCKSwingTable_Ch14[CCKSwingIndex][0] + -+ (CCKSwingTable_Ch14[CCKSwingIndex][1]<<8); -+ -+ /*Write 0xa24 ~ 0xa27*/ -+ TempVal2 = 0; -+ TempVal2 = CCKSwingTable_Ch14[CCKSwingIndex][2] + -+ (CCKSwingTable_Ch14[CCKSwingIndex][3]<<8) + -+ (CCKSwingTable_Ch14[CCKSwingIndex][4]<<16) + -+ (CCKSwingTable_Ch14[CCKSwingIndex][5]<<24); -+ -+ /*Write 0xa28 0xa29*/ -+ TempVal3 = 0; -+ TempVal3 = CCKSwingTable_Ch14[CCKSwingIndex][6] + -+ (CCKSwingTable_Ch14[CCKSwingIndex][7]<<8); -+ } -+ -+ write_bbreg(Adapter, rCCK0_TxFilter1, bMaskHWord, TempVal); -+ write_bbreg(Adapter, rCCK0_TxFilter2, bMaskDWord, TempVal2); -+ write_bbreg(Adapter, rCCK0_DebugPort, bMaskLWord, TempVal3); -+ -+ } -+ -+} -+ -+void hal_mpt_SetChannel(PADAPTER pAdapter) -+{ -+ u8 eRFPath; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ struct mp_priv *pmp = &pAdapter->mppriv; -+ u8 channel = pmp->channel; -+ u8 bandwidth = pmp->bandwidth; -+ u8 rate = pmp->rateidx; -+ -+ hal_mpt_SwitchRfSetting(pAdapter); -+ -+ SelectChannel(pAdapter, channel); -+ -+ pHalData->bSwChnl = _TRUE; -+ pHalData->bSetChnlBW = _TRUE; -+ rtw_hal_set_chnl_bw(pAdapter, channel, bandwidth, 0, 0); -+ -+ hal_mpt_CCKTxPowerAdjust(pAdapter, pHalData->bCCKinCH14); -+ -+} -+ -+/* -+ * Notice -+ * Switch bandwitdth may change center frequency(channel) -+ */ -+void hal_mpt_SetBandwidth(PADAPTER pAdapter) -+{ -+ struct mp_priv *pmp = &pAdapter->mppriv; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ u8 channel = pmp->channel; -+ u8 bandwidth = pmp->bandwidth; -+ -+ SetBWMode(pAdapter, pmp->bandwidth, pmp->prime_channel_offset); -+ pHalData->bSwChnl = _TRUE; -+ pHalData->bSetChnlBW = _TRUE; -+ rtw_hal_set_chnl_bw(pAdapter, channel, bandwidth, 0, 0); -+ -+ hal_mpt_SwitchRfSetting(pAdapter); -+} -+ -+void mpt_SetTxPower_Old(PADAPTER pAdapter, MPT_TXPWR_DEF Rate, u8 *pTxPower) -+{ -+ RT_TRACE(_module_mp_, DBG_LOUD, ("===>mpt_SetTxPower_Old(): Case = %d\n", Rate)); -+ switch (Rate) { -+ case MPT_CCK: -+ { -+ u4Byte TxAGC = 0, pwr = 0; -+ u1Byte rf; -+ -+ pwr = pTxPower[ODM_RF_PATH_A]; -+ if (pwr < 0x3f) { -+ TxAGC = (pwr<<16)|(pwr<<8)|(pwr); -+ PHY_SetBBReg(pAdapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, pTxPower[ODM_RF_PATH_A]); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_CCK11_A_CCK2_11, 0xffffff00, TxAGC); -+ } -+ pwr = pTxPower[ODM_RF_PATH_B]; -+ if (pwr < 0x3f) { -+ TxAGC = (pwr<<16)|(pwr<<8)|(pwr); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte0, pTxPower[ODM_RF_PATH_B]); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_CCK1_55_Mcs32, 0xffffff00, TxAGC); -+ } -+ -+ } break; -+ -+ case MPT_OFDM_AND_HT: -+ { -+ u4Byte TxAGC = 0; -+ u1Byte pwr = 0, rf; -+ -+ pwr = pTxPower[0]; -+ if (pwr < 0x3f) { -+ TxAGC |= ((pwr<<24)|(pwr<<16)|(pwr<<8)|pwr); -+ DBG_871X("HT Tx-rf(A) Power = 0x%x\n", TxAGC); -+ -+ PHY_SetBBReg(pAdapter, rTxAGC_A_Rate18_06, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_A_Rate54_24, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_A_Mcs03_Mcs00, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_A_Mcs07_Mcs04, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_A_Mcs11_Mcs08, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_A_Mcs15_Mcs12, bMaskDWord, TxAGC); -+ } -+ TxAGC = 0; -+ pwr = pTxPower[1]; -+ if (pwr < 0x3f) { -+ TxAGC |= ((pwr<<24)|(pwr<<16)|(pwr<<8)|pwr); -+ DBG_871X("HT Tx-rf(B) Power = 0x%x\n", TxAGC); -+ -+ PHY_SetBBReg(pAdapter, rTxAGC_B_Rate18_06, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_Rate54_24, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_Mcs03_Mcs00, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_Mcs07_Mcs04, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_Mcs11_Mcs08, bMaskDWord, TxAGC); -+ PHY_SetBBReg(pAdapter, rTxAGC_B_Mcs15_Mcs12, bMaskDWord, TxAGC); -+ } -+ } break; -+ -+ default: -+ break; -+ } -+ DBG_871X("<===mpt_SetTxPower_Old()\n"); -+} -+ -+ -+ -+void -+mpt_SetTxPower( -+ PADAPTER pAdapter, -+ MPT_TXPWR_DEF Rate, -+ pu1Byte pTxPower -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ u1Byte path = 0 , i = 0, MaxRate = MGN_6M; -+ u1Byte StartPath = ODM_RF_PATH_A, EndPath = ODM_RF_PATH_B; -+ -+ if (IS_HARDWARE_TYPE_8814A(pAdapter)) -+ EndPath = ODM_RF_PATH_D; -+ -+ switch (Rate) { -+ case MPT_CCK: -+ { -+ u1Byte rate[] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M}; -+ -+ for (path = StartPath; path <= EndPath; path++) -+ for (i = 0; i < sizeof(rate); ++i) -+ PHY_SetTxPowerIndex(pAdapter, pTxPower[path], path, rate[i]); -+ } -+ break; -+ -+ case MPT_OFDM: -+ { -+ u1Byte rate[] = { -+ MGN_6M, MGN_9M, MGN_12M, MGN_18M, -+ MGN_24M, MGN_36M, MGN_48M, MGN_54M, -+ }; -+ -+ for (path = StartPath; path <= EndPath; path++) -+ for (i = 0; i < sizeof(rate); ++i) -+ PHY_SetTxPowerIndex(pAdapter, pTxPower[path], path, rate[i]); -+ } break; -+ -+ case MPT_HT: -+ { -+ u1Byte rate[] = { -+ MGN_MCS0, MGN_MCS1, MGN_MCS2, MGN_MCS3, MGN_MCS4, -+ MGN_MCS5, MGN_MCS6, MGN_MCS7, MGN_MCS8, MGN_MCS9, -+ MGN_MCS10, MGN_MCS11, MGN_MCS12, MGN_MCS13, MGN_MCS14, -+ MGN_MCS15, MGN_MCS16, MGN_MCS17, MGN_MCS18, MGN_MCS19, -+ MGN_MCS20, MGN_MCS21, MGN_MCS22, MGN_MCS23, MGN_MCS24, -+ MGN_MCS25, MGN_MCS26, MGN_MCS27, MGN_MCS28, MGN_MCS29, -+ MGN_MCS30, MGN_MCS31, -+ }; -+ if (pHalData->rf_type == RF_3T3R) -+ MaxRate = MGN_MCS23; -+ else if (pHalData->rf_type == RF_2T2R) -+ MaxRate = MGN_MCS15; -+ else -+ MaxRate = MGN_MCS7; -+ -+ for (path = StartPath; path <= EndPath; path++) { -+ for (i = 0; i < sizeof(rate); ++i) { -+ if (rate[i] > MaxRate) -+ break; -+ PHY_SetTxPowerIndex(pAdapter, pTxPower[path], path, rate[i]); -+ } -+ } -+ } break; -+ -+ case MPT_VHT: -+ { -+ u1Byte rate[] = { -+ MGN_VHT1SS_MCS0, MGN_VHT1SS_MCS1, MGN_VHT1SS_MCS2, MGN_VHT1SS_MCS3, MGN_VHT1SS_MCS4, -+ MGN_VHT1SS_MCS5, MGN_VHT1SS_MCS6, MGN_VHT1SS_MCS7, MGN_VHT1SS_MCS8, MGN_VHT1SS_MCS9, -+ MGN_VHT2SS_MCS0, MGN_VHT2SS_MCS1, MGN_VHT2SS_MCS2, MGN_VHT2SS_MCS3, MGN_VHT2SS_MCS4, -+ MGN_VHT2SS_MCS5, MGN_VHT2SS_MCS6, MGN_VHT2SS_MCS7, MGN_VHT2SS_MCS8, MGN_VHT2SS_MCS9, -+ MGN_VHT3SS_MCS0, MGN_VHT3SS_MCS1, MGN_VHT3SS_MCS2, MGN_VHT3SS_MCS3, MGN_VHT3SS_MCS4, -+ MGN_VHT3SS_MCS5, MGN_VHT3SS_MCS6, MGN_VHT3SS_MCS7, MGN_VHT3SS_MCS8, MGN_VHT3SS_MCS9, -+ MGN_VHT4SS_MCS0, MGN_VHT4SS_MCS1, MGN_VHT4SS_MCS2, MGN_VHT4SS_MCS3, MGN_VHT4SS_MCS4, -+ MGN_VHT4SS_MCS5, MGN_VHT4SS_MCS6, MGN_VHT4SS_MCS7, MGN_VHT4SS_MCS8, MGN_VHT4SS_MCS9, -+ }; -+ -+ if (pHalData->rf_type == RF_3T3R) -+ MaxRate = MGN_VHT3SS_MCS9; -+ else if (pHalData->rf_type == RF_2T2R || pHalData->rf_type == RF_2T4R) -+ MaxRate = MGN_VHT2SS_MCS9; -+ else -+ MaxRate = MGN_VHT1SS_MCS9; -+ -+ for (path = StartPath; path <= EndPath; path++) { -+ for (i = 0; i < sizeof(rate); ++i) { -+ if (rate[i] > MaxRate) -+ break; -+ PHY_SetTxPowerIndex(pAdapter, pTxPower[path], path, rate[i]); -+ } -+ } -+ } break; -+ -+ default: -+ DBG_871X("<===mpt_SetTxPower: Illegal channel!!\n"); -+ break; -+ } -+ -+} -+ -+ -+void hal_mpt_SetTxPower(PADAPTER pAdapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+ if (pHalData->rf_chip < RF_TYPE_MAX) { -+ if (IS_HARDWARE_TYPE_8188E(pAdapter) || -+ IS_HARDWARE_TYPE_8723B(pAdapter) || -+ IS_HARDWARE_TYPE_8192E(pAdapter) || -+ IS_HARDWARE_TYPE_8703B(pAdapter) || -+ IS_HARDWARE_TYPE_8188F(pAdapter)) { -+ u8 path = (pHalData->AntennaTxPath == ANTENNA_A) ? (ODM_RF_PATH_A) : (ODM_RF_PATH_B); -+ -+ DBG_8192C("===> MPT_ProSetTxPower: Old\n"); -+ -+ RT_TRACE(_module_mp_, DBG_LOUD, ("===> MPT_ProSetTxPower[Old]:\n")); -+ mpt_SetTxPower_Old(pAdapter, MPT_CCK, pMptCtx->TxPwrLevel); -+ mpt_SetTxPower_Old(pAdapter, MPT_OFDM_AND_HT, pMptCtx->TxPwrLevel); -+ -+ } else { -+ DBG_871X("===> MPT_ProSetTxPower: Jaguar\n"); -+ mpt_SetTxPower(pAdapter, MPT_CCK, pMptCtx->TxPwrLevel); -+ mpt_SetTxPower(pAdapter, MPT_OFDM, pMptCtx->TxPwrLevel); -+ mpt_SetTxPower(pAdapter, MPT_HT, pMptCtx->TxPwrLevel); -+ mpt_SetTxPower(pAdapter, MPT_VHT, pMptCtx->TxPwrLevel); -+ -+ } -+ } else -+ DBG_8192C("RFChipID < RF_TYPE_MAX, the RF chip is not supported - %d\n", pHalData->rf_chip); -+ -+ ODM_ClearTxPowerTrackingState(pDM_Odm); -+ -+} -+ -+ -+void hal_mpt_SetDataRate(PADAPTER pAdapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ u32 DataRate; -+ -+ DataRate = MptToMgntRate(pAdapter->mppriv.rateidx); -+ -+ hal_mpt_SwitchRfSetting(pAdapter); -+ -+ hal_mpt_CCKTxPowerAdjust(pAdapter, pHalData->bCCKinCH14); -+#ifdef CONFIG_RTL8723B -+ if (IS_HARDWARE_TYPE_8723B(pAdapter) || IS_HARDWARE_TYPE_8188F(pAdapter)) { -+ if (IS_CCK_RATE(DataRate)) { -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_A) -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, 0xF, 0x6); -+ else -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x71, 0xF, 0x6); -+ } else { -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_A) -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, 0xF, 0xE); -+ else -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x71, 0xF, 0xE); -+ } -+ } -+ -+ if ((IS_HARDWARE_TYPE_8723BS(pAdapter) && -+ ((pHalData->PackageType == PACKAGE_TFBGA79) || (pHalData->PackageType == PACKAGE_TFBGA90)))) { -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_A) -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, 0xF, 0xE); -+ else -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x71, 0xF, 0xE); -+ } -+#endif -+} -+ -+ -+#define RF_PATH_AB 22 -+ -+#ifdef CONFIG_RTL8814A -+VOID mpt_ToggleIG_8814A(PADAPTER pAdapter) -+{ -+ u1Byte Path = 0; -+ u4Byte IGReg = rA_IGI_Jaguar, IGvalue = 0; -+ -+ for (Path; Path <= ODM_RF_PATH_D; Path++) { -+ switch (Path) { -+ case ODM_RF_PATH_B: -+ IGReg = rB_IGI_Jaguar; -+ break; -+ case ODM_RF_PATH_C: -+ IGReg = rC_IGI_Jaguar2; -+ break; -+ case ODM_RF_PATH_D: -+ IGReg = rD_IGI_Jaguar2; -+ break; -+ default: -+ IGReg = rA_IGI_Jaguar; -+ break; -+ } -+ -+ IGvalue = PHY_QueryBBReg(pAdapter, IGReg, bMaskByte0); -+ PHY_SetBBReg(pAdapter, IGReg, bMaskByte0, IGvalue+2); -+ PHY_SetBBReg(pAdapter, IGReg, bMaskByte0, IGvalue); -+ } -+} -+ -+VOID mpt_SetRFPath_8814A(PADAPTER pAdapter) -+{ -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &pAdapter->mppriv.MptCtx; -+ R_ANTENNA_SELECT_OFDM *p_ofdm_tx; /* OFDM Tx register */ -+ R_ANTENNA_SELECT_CCK *p_cck_txrx; -+ -+ u8 ForcedDataRate = HwRateToMRate(pAdapter->mppriv.rateidx); -+ u8 HtStbcCap = pAdapter->registrypriv.stbc_cap; -+ /*/PRT_HIGH_THROUGHPUT pHTInfo = GET_HT_INFO(pMgntInfo);*/ -+ /*/PRT_VERY_HIGH_THROUGHPUT pVHTInfo = GET_VHT_INFO(pMgntInfo);*/ -+ -+ u32 ulAntennaTx = pHalData->AntennaTxPath; -+ u32 ulAntennaRx = pHalData->AntennaRxPath; -+ u8 NssforRate = MgntQuery_NssTxRate(ForcedDataRate); -+ -+ if (NssforRate == RF_2TX) { -+ DBG_871X("===> SetAntenna 2T ForcedDataRate %d NssforRate %d AntennaTx %d\n", ForcedDataRate, NssforRate, ulAntennaTx); -+ -+ switch (ulAntennaTx) { -+ case ANTENNA_BC: -+ pMptCtx->MptRfPath = ODM_RF_PATH_BC; -+ /*pHalData->ValidTxPath = 0x06; linux no use */ -+ PHY_SetBBReg(pAdapter, rTxAnt_23Nsts_Jaguar2, 0x0000fff0, 0x106); /*/ 0x940[15:4]=12'b0000_0100_0011*/ -+ break; -+ -+ case ANTENNA_CD: -+ pMptCtx->MptRfPath = ODM_RF_PATH_CD; -+ /*pHalData->ValidTxPath = 0x0C;*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_23Nsts_Jaguar2, 0x0000fff0, 0x40c); /*/ 0x940[15:4]=12'b0000_0100_0011*/ -+ break; -+ case ANTENNA_AB: default: -+ pMptCtx->MptRfPath = ODM_RF_PATH_AB; -+ /*pHalData->ValidTxPath = 0x03;*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_23Nsts_Jaguar2, 0x0000fff0, 0x043); /*/ 0x940[15:4]=12'b0000_0100_0011*/ -+ break; -+ } -+ -+ } else if (NssforRate == RF_3TX) { -+ DBG_871X("===> SetAntenna 3T ForcedDataRate %d NssforRate %d AntennaTx %d\n", ForcedDataRate, NssforRate, ulAntennaTx); -+ -+ switch (ulAntennaTx) { -+ case ANTENNA_BCD: -+ pMptCtx->MptRfPath = ODM_RF_PATH_BCD; -+ /*pHalData->ValidTxPath = 0x0e;*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_23Nsts_Jaguar2, 0x0fff0000, 0x90e); /*/ 0x940[27:16]=12'b0010_0100_0111*/ -+ break; -+ -+ case ANTENNA_ABC: default: -+ pMptCtx->MptRfPath = ODM_RF_PATH_ABC; -+ /*pHalData->ValidTxPath = 0x0d;*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_23Nsts_Jaguar2, 0x0fff0000, 0x247); /*/ 0x940[27:16]=12'b0010_0100_0111*/ -+ break; -+ } -+ -+ } else { /*/if(NssforRate == RF_1TX)*/ -+ DBG_871X("===> SetAntenna 1T ForcedDataRate %d NssforRate %d AntennaTx %d\n", ForcedDataRate, NssforRate, ulAntennaTx); -+ switch (ulAntennaTx) { -+ case ANTENNA_B: -+ pMptCtx->MptRfPath = ODM_RF_PATH_B; -+ /*pHalData->ValidTxPath = 0x02;*/ -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0xf0000000, 0x4); /*/ 0xa07[7:4] = 4'b0100*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_1Nsts_Jaguar2, 0xfff00000, 0x002); /*/ 0x93C[31:20]=12'b0000_0000_0010*/ -+ PHY_SetBBReg(pAdapter, rTxPath_Jaguar, 0xf0, 0x2); /* 0x80C[7:4] = 4'b0010*/ -+ break; -+ -+ case ANTENNA_C: -+ pMptCtx->MptRfPath = ODM_RF_PATH_C; -+ /*pHalData->ValidTxPath = 0x04;*/ -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0xf0000000, 0x2); /*/ 0xa07[7:4] = 4'b0010*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_1Nsts_Jaguar2, 0xfff00000, 0x004); /*/ 0x93C[31:20]=12'b0000_0000_0100*/ -+ PHY_SetBBReg(pAdapter, rTxPath_Jaguar, 0xf0, 0x4); /*/ 0x80C[7:4] = 4'b0100*/ -+ break; -+ -+ case ANTENNA_D: -+ pMptCtx->MptRfPath = ODM_RF_PATH_D; -+ /*pHalData->ValidTxPath = 0x08;*/ -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0xf0000000, 0x1); /*/ 0xa07[7:4] = 4'b0001*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_1Nsts_Jaguar2, 0xfff00000, 0x008); /*/ 0x93C[31:20]=12'b0000_0000_1000*/ -+ PHY_SetBBReg(pAdapter, rTxPath_Jaguar, 0xf0, 0x8); /*/ 0x80C[7:4] = 4'b1000*/ -+ break; -+ -+ case ANTENNA_A: default: -+ pMptCtx->MptRfPath = ODM_RF_PATH_A; -+ /*pHalData->ValidTxPath = 0x01;*/ -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0xf0000000, 0x8); /*/ 0xa07[7:4] = 4'b1000*/ -+ PHY_SetBBReg(pAdapter, rTxAnt_1Nsts_Jaguar2, 0xfff00000, 0x001); /*/ 0x93C[31:20]=12'b0000_0000_0001*/ -+ PHY_SetBBReg(pAdapter, rTxPath_Jaguar, 0xf0, 0x1); /*/ 0x80C[7:4] = 4'b0001*/ -+ break; -+ } -+ } -+ -+ switch (ulAntennaRx) { -+ case ANTENNA_A: -+ /*pHalData->ValidRxPath = 0x01;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x11); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0C000000, 0x0); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_A_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_B_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_C_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_D_0x0[19:16] = 1, Standby mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x5); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0xA); -+ break; -+ -+ case ANTENNA_B: -+ /*pHalData->ValidRxPath = 0x02;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x22); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0C000000, 0x1); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_A_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_B_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_C_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_D_0x0[19:16] = 1, Standby mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x5); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0xA); -+ break; -+ -+ case ANTENNA_C: -+ /*pHalData->ValidRxPath = 0x04;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x44); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0C000000, 0x2); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_A_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_B_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_C_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_D_0x0[19:16] = 1, Standby mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x5); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0xA); -+ break; -+ -+ case ANTENNA_D: -+ /*pHalData->ValidRxPath = 0x08;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x88); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0C000000, 0x3); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_A_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_B_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_C_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_D_0x0[19:16] = 3, RX mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x5); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0xA); -+ break; -+ -+ case ANTENNA_BC: -+ /*pHalData->ValidRxPath = 0x06;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x66); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0f000000, 0x6); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_A_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_B_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_C_0x0[19:16] = 3, Rx mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_D_0x0[19:16] = 1, Standby mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x5); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0xA); -+ break; -+ -+ case ANTENNA_CD: -+ /*pHalData->ValidRxPath = 0x0C;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0xcc); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0f000000, 0xB); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_A_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_B_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_C_0x0[19:16] = 3, Rx mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_D_0x0[19:16] = 3, RX mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x5); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0xA); -+ break; -+ -+ case ANTENNA_BCD: -+ /*pHalData->ValidRxPath = 0x0e;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0xee); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0f000000, 0x6); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_A_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_B_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_C_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_D_0x0[19:16] = 3, Rx mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x3); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0x8); -+ break; -+ -+ case ANTENNA_ABCD: -+ /*pHalData->ValidRxPath = 0x0f;*/ -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x2); -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0xff); -+ PHY_SetBBReg(pAdapter, 0x1000, bMaskByte2, 0x3); -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, 0x0f000000, 0x1); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_A_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_B_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_C, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_C_0x0[19:16] = 3, RX mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_D, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_D_0x0[19:16] = 3, RX mode*/ -+ /*/ CCA related PD_delay_th*/ -+ PHY_SetBBReg(pAdapter, rAGC_table_Jaguar, 0x0F000000, 0x3); -+ PHY_SetBBReg(pAdapter, rPwed_TH_Jaguar, 0x0000000F, 0x8); -+ break; -+ -+ default: -+ RT_TRACE(_module_mp_, _drv_warning_, ("Unknown Rx antenna.\n")); -+ break; -+ } -+ -+ PHY_Set_SecCCATH_by_RXANT_8814A(pAdapter, ulAntennaRx); -+ -+ mpt_ToggleIG_8814A(pAdapter); -+ RT_TRACE(_module_mp_, _drv_notice_, ("-SwitchAntenna: finished\n")); -+} -+ -+VOID -+mpt_SetSingleTone_8814A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bSingleTone, -+ IN BOOLEAN bEnPMacTx) -+{ -+ -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ u1Byte StartPath = ODM_RF_PATH_A, EndPath = ODM_RF_PATH_A; -+ static u4Byte regIG0 = 0, regIG1 = 0, regIG2 = 0, regIG3 = 0; -+ -+ if (bSingleTone) { -+ regIG0 = PHY_QueryBBReg(pAdapter, rA_TxScale_Jaguar, bMaskDWord); /*/ 0xC1C[31:21]*/ -+ regIG1 = PHY_QueryBBReg(pAdapter, rB_TxScale_Jaguar, bMaskDWord); /*/ 0xE1C[31:21]*/ -+ regIG2 = PHY_QueryBBReg(pAdapter, rC_TxScale_Jaguar2, bMaskDWord); /*/ 0x181C[31:21]*/ -+ regIG3 = PHY_QueryBBReg(pAdapter, rD_TxScale_Jaguar2, bMaskDWord); /*/ 0x1A1C[31:21]*/ -+ -+ switch (pMptCtx->MptRfPath) { -+ case ODM_RF_PATH_A: case ODM_RF_PATH_B: -+ case ODM_RF_PATH_C: case ODM_RF_PATH_D: -+ StartPath = pMptCtx->MptRfPath; -+ EndPath = pMptCtx->MptRfPath; -+ break; -+ case ODM_RF_PATH_AB: -+ EndPath = ODM_RF_PATH_B; -+ break; -+ case ODM_RF_PATH_BC: -+ StartPath = ODM_RF_PATH_B; -+ EndPath = ODM_RF_PATH_C; -+ break; -+ case ODM_RF_PATH_ABC: -+ EndPath = ODM_RF_PATH_C; -+ break; -+ case ODM_RF_PATH_BCD: -+ StartPath = ODM_RF_PATH_B; -+ EndPath = ODM_RF_PATH_D; -+ break; -+ case ODM_RF_PATH_ABCD: -+ EndPath = ODM_RF_PATH_D; -+ break; -+ } -+ -+ if (bEnPMacTx == FALSE) { -+ hal_mpt_SetOFDMContinuousTx(pAdapter, _TRUE); -+ issue_nulldata(pAdapter, NULL, 1, 3, 500); -+ } -+ -+ PHY_SetBBReg(pAdapter, rCCAonSec_Jaguar, BIT1, 0x1); /*/ Disable CCA*/ -+ -+ for (StartPath; StartPath <= EndPath; StartPath++) { -+ PHY_SetRFReg(pAdapter, StartPath, RF_AC_Jaguar, 0xF0000, 0x2); /*/ Tx mode: RF0x00[19:16]=4'b0010 */ -+ PHY_SetRFReg(pAdapter, StartPath, RF_AC_Jaguar, 0x1F, 0x0); /*/ Lowest RF gain index: RF_0x0[4:0] = 0*/ -+ -+ PHY_SetRFReg(pAdapter, StartPath, LNA_Low_Gain_3, BIT1, 0x1); /*/ RF LO enabled*/ -+ } -+ -+ PHY_SetBBReg(pAdapter, rA_TxScale_Jaguar, 0xFFE00000, 0); /*/ 0xC1C[31:21]*/ -+ PHY_SetBBReg(pAdapter, rB_TxScale_Jaguar, 0xFFE00000, 0); /*/ 0xE1C[31:21]*/ -+ PHY_SetBBReg(pAdapter, rC_TxScale_Jaguar2, 0xFFE00000, 0); /*/ 0x181C[31:21]*/ -+ PHY_SetBBReg(pAdapter, rD_TxScale_Jaguar2, 0xFFE00000, 0); /*/ 0x1A1C[31:21]*/ -+ -+ } else { -+ -+ switch (pMptCtx->MptRfPath) { -+ case ODM_RF_PATH_A: case ODM_RF_PATH_B: -+ case ODM_RF_PATH_C: case ODM_RF_PATH_D: -+ StartPath = pMptCtx->MptRfPath; -+ EndPath = pMptCtx->MptRfPath; -+ break; -+ case ODM_RF_PATH_AB: -+ EndPath = ODM_RF_PATH_B; -+ break; -+ case ODM_RF_PATH_BC: -+ StartPath = ODM_RF_PATH_B; -+ EndPath = ODM_RF_PATH_C; -+ break; -+ case ODM_RF_PATH_ABC: -+ EndPath = ODM_RF_PATH_C; -+ break; -+ case ODM_RF_PATH_BCD: -+ StartPath = ODM_RF_PATH_B; -+ EndPath = ODM_RF_PATH_D; -+ break; -+ case ODM_RF_PATH_ABCD: -+ EndPath = ODM_RF_PATH_D; -+ break; -+ } -+ -+ for (StartPath; StartPath <= EndPath; StartPath++) -+ PHY_SetRFReg(pAdapter, StartPath, LNA_Low_Gain_3, BIT1, 0x0); /*// RF LO disabled*/ -+ -+ -+ PHY_SetBBReg(pAdapter, rCCAonSec_Jaguar, BIT1, 0x0); /* Enable CCA*/ -+ -+ if (bEnPMacTx == FALSE) -+ hal_mpt_SetOFDMContinuousTx(pAdapter, _FALSE); -+ -+ PHY_SetBBReg(pAdapter, rA_TxScale_Jaguar, bMaskDWord, regIG0); /* 0xC1C[31:21]*/ -+ PHY_SetBBReg(pAdapter, rB_TxScale_Jaguar, bMaskDWord, regIG1); /* 0xE1C[31:21]*/ -+ PHY_SetBBReg(pAdapter, rC_TxScale_Jaguar2, bMaskDWord, regIG2); /* 0x181C[31:21]*/ -+ PHY_SetBBReg(pAdapter, rD_TxScale_Jaguar2, bMaskDWord, regIG3); /* 0x1A1C[31:21]*/ -+ } -+} -+ -+#endif -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+void mpt_SetRFPath_8812A(PADAPTER pAdapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &pAdapter->mppriv.MptCtx; -+ u32 ulAntennaTx, ulAntennaRx; -+ -+ ulAntennaTx = pHalData->AntennaTxPath; -+ ulAntennaRx = pHalData->AntennaRxPath; -+ -+ switch (ulAntennaTx) { -+ case ANTENNA_A: -+ pMptCtx->MptRfPath = ODM_RF_PATH_A; -+ PHY_SetBBReg(pAdapter, rTxPath_Jaguar, bMaskLWord, 0x1111); -+ if (pHalData->RFEType == 3 && IS_HARDWARE_TYPE_8812(pAdapter)) -+ PHY_SetBBReg(pAdapter, r_ANTSEL_SW_Jaguar, bMask_AntselPathFollow_Jaguar, 0x0); -+ break; -+ case ANTENNA_B: -+ pMptCtx->MptRfPath = ODM_RF_PATH_B; -+ PHY_SetBBReg(pAdapter, rTxPath_Jaguar, bMaskLWord, 0x2222); -+ if (pHalData->RFEType == 3 && IS_HARDWARE_TYPE_8812(pAdapter)) -+ PHY_SetBBReg(pAdapter, r_ANTSEL_SW_Jaguar, bMask_AntselPathFollow_Jaguar, 0x1); -+ break; -+ case ANTENNA_AB: -+ pMptCtx->MptRfPath = ODM_RF_PATH_AB; -+ PHY_SetBBReg(pAdapter, rTxPath_Jaguar, bMaskLWord, 0x3333); -+ if (pHalData->RFEType == 3 && IS_HARDWARE_TYPE_8812(pAdapter)) -+ PHY_SetBBReg(pAdapter, r_ANTSEL_SW_Jaguar, bMask_AntselPathFollow_Jaguar, 0x0); -+ break; -+ default: -+ pMptCtx->MptRfPath = ODM_RF_PATH_AB; -+ DBG_871X("Unknown Tx antenna.\n"); -+ break; -+ } -+ -+ switch (ulAntennaRx) { -+ u32 reg0xC50 = 0; -+ case ANTENNA_A: -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x11); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_B_0x0[19:16] = 1, Standby mode*/ -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, bCCK_RX_Jaguar, 0x0); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, BIT19|BIT18|BIT17|BIT16, 0x3); -+ -+ /*/ <20121101, Kordan> To prevent gain table from not switched, asked by Ynlin.*/ -+ reg0xC50 = PHY_QueryBBReg(pAdapter, rA_IGI_Jaguar, bMaskByte0); -+ PHY_SetBBReg(pAdapter, rA_IGI_Jaguar, bMaskByte0, reg0xC50+2); -+ PHY_SetBBReg(pAdapter, rA_IGI_Jaguar, bMaskByte0, reg0xC50); -+ break; -+ case ANTENNA_B: -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x22); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, 0xF0000, 0x1);/*/ RF_A_0x0[19:16] = 1, Standby mode */ -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, bCCK_RX_Jaguar, 0x1); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, BIT19|BIT18|BIT17|BIT16, 0x3); -+ -+ /*/ <20121101, Kordan> To prevent gain table from not switched, asked by Ynlin.*/ -+ reg0xC50 = PHY_QueryBBReg(pAdapter, rB_IGI_Jaguar, bMaskByte0); -+ PHY_SetBBReg(pAdapter, rB_IGI_Jaguar, bMaskByte0, reg0xC50+2); -+ PHY_SetBBReg(pAdapter, rB_IGI_Jaguar, bMaskByte0, reg0xC50); -+ break; -+ case ANTENNA_AB: -+ PHY_SetBBReg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x33); -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x3); /*/ RF_B_0x0[19:16] = 3, Rx mode*/ -+ PHY_SetBBReg(pAdapter, rCCK_RX_Jaguar, bCCK_RX_Jaguar, 0x0); -+ break; -+ default: -+ DBG_871X("Unknown Rx antenna.\n"); -+ break; -+ } -+ RT_TRACE(_module_mp_, _drv_notice_, ("-SwitchAntenna: finished\n")); -+} -+#endif -+ -+ -+#ifdef CONFIG_RTL8723B -+void mpt_SetRFPath_8723B(PADAPTER pAdapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u32 ulAntennaTx, ulAntennaRx; -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ulAntennaTx = pHalData->AntennaTxPath; -+ ulAntennaRx = pHalData->AntennaRxPath; -+ -+ if (pHalData->rf_chip >= RF_TYPE_MAX) { -+ DBG_8192C("This RF chip ID is not supported\n"); -+ return; -+ } -+ -+ switch (pAdapter->mppriv.antenna_tx) { -+ u8 p = 0, i = 0; -+ case ANTENNA_A: /*/ Actually path S1 (Wi-Fi)*/ -+ { -+ pMptCtx->MptRfPath = ODM_RF_PATH_A; -+ PHY_SetBBReg(pAdapter, rS0S1_PathSwitch, BIT9|BIT8|BIT7, 0x0); -+ PHY_SetBBReg(pAdapter, 0xB2C, BIT31, 0x0); /* AGC Table Sel*/ -+ -+ /*/<20130522, Kordan> 0x51 and 0x71 should be set immediately after path switched, or they might be overwritten.*/ -+ if ((pHalData->PackageType == PACKAGE_TFBGA79) || (pHalData->PackageType == PACKAGE_TFBGA90)) -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, bRFRegOffsetMask, 0x6B10E); -+ else -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, bRFRegOffsetMask, 0x6B04E); -+ -+ -+ for (i = 0; i < 3; ++i) { -+ u4Byte offset = pRFCalibrateInfo->TxIQC_8723B[ODM_RF_PATH_A][i][0]; -+ u4Byte data = pRFCalibrateInfo->TxIQC_8723B[ODM_RF_PATH_A][i][1]; -+ -+ if (offset != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_8192C("Switch to S1 TxIQC(offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ -+ } -+ for (i = 0; i < 2; ++i) { -+ u4Byte offset = pRFCalibrateInfo->RxIQC_8723B[ODM_RF_PATH_A][i][0]; -+ u4Byte data = pRFCalibrateInfo->RxIQC_8723B[ODM_RF_PATH_A][i][1]; -+ -+ if (offset != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_8192C("Switch to S1 RxIQC (offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ } -+ } -+ break; -+ case ANTENNA_B: /*/ Actually path S0 (BT)*/ -+ { -+ u4Byte offset; -+ u4Byte data; -+ -+ pMptCtx->MptRfPath = ODM_RF_PATH_B; -+ PHY_SetBBReg(pAdapter, rS0S1_PathSwitch, BIT9|BIT8|BIT7, 0x5); -+ PHY_SetBBReg(pAdapter, 0xB2C, BIT31, 0x1); /*/ AGC Table Sel.*/ -+ -+ /* <20130522, Kordan> 0x51 and 0x71 should be set immediately after path switched, or they might be overwritten.*/ -+ if ((pHalData->PackageType == PACKAGE_TFBGA79) || (pHalData->PackageType == PACKAGE_TFBGA90)) -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, bRFRegOffsetMask, 0x6B10E); -+ else -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x51, bRFRegOffsetMask, 0x6B04E); -+ -+ for (i = 0; i < 3; ++i) { -+ /*/ <20130603, Kordan> Because BB suppors only 1T1R, we restore IQC to S1 instead of S0.*/ -+ offset = pRFCalibrateInfo->TxIQC_8723B[ODM_RF_PATH_A][i][0]; -+ data = pRFCalibrateInfo->TxIQC_8723B[ODM_RF_PATH_B][i][1]; -+ if (pRFCalibrateInfo->TxIQC_8723B[ODM_RF_PATH_B][i][0] != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_8192C("Switch to S0 TxIQC (offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ } -+ /*/ <20130603, Kordan> Because BB suppors only 1T1R, we restore IQC to S1 instead of S0.*/ -+ for (i = 0; i < 2; ++i) { -+ offset = pRFCalibrateInfo->RxIQC_8723B[ODM_RF_PATH_A][i][0]; -+ data = pRFCalibrateInfo->RxIQC_8723B[ODM_RF_PATH_B][i][1]; -+ -+ if (pRFCalibrateInfo->RxIQC_8723B[ODM_RF_PATH_B][i][0] != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_8192C("Switch to S0 RxIQC (offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ } -+ } -+ break; -+ default: -+ pMptCtx->MptRfPath = RF_PATH_AB; -+ RT_TRACE(_module_mp_, _drv_notice_, ("Unknown Tx antenna.\n")); -+ break; -+ } -+ RT_TRACE(_module_mp_, _drv_notice_, ("-SwitchAntenna: finished\n")); -+} -+#endif -+ -+#ifdef CONFIG_RTL8703B -+void mpt_SetRFPath_8703B(PADAPTER pAdapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u4Byte ulAntennaTx, ulAntennaRx; -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ulAntennaTx = pHalData->AntennaTxPath; -+ ulAntennaRx = pHalData->AntennaRxPath; -+ -+ if (pHalData->rf_chip >= RF_TYPE_MAX) { -+ DBG_871X("This RF chip ID is not supported\n"); -+ return; -+ } -+ -+ switch (pAdapter->mppriv.antenna_tx) { -+ u1Byte p = 0, i = 0; -+ -+ case ANTENNA_A: /* Actually path S1 (Wi-Fi) */ -+ { -+ pMptCtx->MptRfPath = ODM_RF_PATH_A; -+ PHY_SetBBReg(pAdapter, rS0S1_PathSwitch, BIT9|BIT8|BIT7, 0x0); -+ PHY_SetBBReg(pAdapter, 0xB2C, BIT31, 0x0); /* AGC Table Sel*/ -+ -+ for (i = 0; i < 3; ++i) { -+ u4Byte offset = pRFCalibrateInfo->TxIQC_8703B[i][0]; -+ u4Byte data = pRFCalibrateInfo->TxIQC_8703B[i][1]; -+ -+ if (offset != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_871X("Switch to S1 TxIQC(offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ -+ } -+ for (i = 0; i < 2; ++i) { -+ u4Byte offset = pRFCalibrateInfo->RxIQC_8703B[i][0]; -+ u4Byte data = pRFCalibrateInfo->RxIQC_8703B[i][1]; -+ -+ if (offset != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_871X("Switch to S1 RxIQC (offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ } -+ } -+ break; -+ case ANTENNA_B: /* Actually path S0 (BT)*/ -+ { -+ pMptCtx->MptRfPath = ODM_RF_PATH_B; -+ PHY_SetBBReg(pAdapter, rS0S1_PathSwitch, BIT9|BIT8|BIT7, 0x5); -+ PHY_SetBBReg(pAdapter, 0xB2C, BIT31, 0x1); /* AGC Table Sel */ -+ -+ for (i = 0; i < 3; ++i) { -+ u4Byte offset = pRFCalibrateInfo->TxIQC_8703B[i][0]; -+ u4Byte data = pRFCalibrateInfo->TxIQC_8703B[i][1]; -+ -+ if (pRFCalibrateInfo->TxIQC_8703B[i][0] != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_871X("Switch to S0 TxIQC (offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ } -+ for (i = 0; i < 2; ++i) { -+ u4Byte offset = pRFCalibrateInfo->RxIQC_8703B[i][0]; -+ u4Byte data = pRFCalibrateInfo->RxIQC_8703B[i][1]; -+ -+ if (pRFCalibrateInfo->RxIQC_8703B[i][0] != 0) { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, data); -+ DBG_871X("Switch to S0 RxIQC (offset, data) = (0x%X, 0x%X)\n", offset, data); -+ } -+ } -+ } -+ break; -+ default: -+ pMptCtx->MptRfPath = RF_PATH_AB; -+ RT_TRACE(_module_mp_, _drv_notice_, ("Unknown Tx antenna.\n")); -+ break; -+ } -+ -+ RT_TRACE(_module_mp_, _drv_notice_, ("-SwitchAntenna: finished\n")); -+} -+#endif -+ -+ -+VOID mpt_SetRFPath_819X(PADAPTER pAdapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ u4Byte ulAntennaTx, ulAntennaRx; -+ R_ANTENNA_SELECT_OFDM *p_ofdm_tx; /* OFDM Tx register */ -+ R_ANTENNA_SELECT_CCK *p_cck_txrx; -+ u1Byte r_rx_antenna_ofdm = 0, r_ant_select_cck_val = 0; -+ u1Byte chgTx = 0, chgRx = 0; -+ u4Byte r_ant_sel_cck_val = 0, r_ant_select_ofdm_val = 0, r_ofdm_tx_en_val = 0; -+ -+ ulAntennaTx = pHalData->AntennaTxPath; -+ ulAntennaRx = pHalData->AntennaRxPath; -+ -+ p_ofdm_tx = (R_ANTENNA_SELECT_OFDM *)&r_ant_select_ofdm_val; -+ p_cck_txrx = (R_ANTENNA_SELECT_CCK *)&r_ant_select_cck_val; -+ -+ p_ofdm_tx->r_ant_ht1 = 0x1; -+ p_ofdm_tx->r_ant_ht2 = 0x2;/*Second TX RF path is A*/ -+ p_ofdm_tx->r_ant_non_ht = 0x3;/*/ 0x1+0x2=0x3 */ -+ -+ switch (ulAntennaTx) { -+ case ANTENNA_A: -+ p_ofdm_tx->r_tx_antenna = 0x1; -+ r_ofdm_tx_en_val = 0x1; -+ p_ofdm_tx->r_ant_l = 0x1; -+ p_ofdm_tx->r_ant_ht_s1 = 0x1; -+ p_ofdm_tx->r_ant_non_ht_s1 = 0x1; -+ p_cck_txrx->r_ccktx_enable = 0x8; -+ chgTx = 1; -+ /*/ From SD3 Willis suggestion !!! Set RF A=TX and B as standby*/ -+ /*/if (IS_HARDWARE_TYPE_8192S(pAdapter))*/ -+ { -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_HSSIParameter2, 0xe, 2); -+ PHY_SetBBReg(pAdapter, rFPGA0_XB_HSSIParameter2, 0xe, 1); -+ r_ofdm_tx_en_val = 0x3; -+ /*/ Power save*/ -+ /*/cosa r_ant_select_ofdm_val = 0x11111111;*/ -+ /*/ We need to close RFB by SW control*/ -+ if (pHalData->rf_type == RF_2T2R) { -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 0); -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT26, 1); -+ PHY_SetBBReg(pAdapter, rFPGA0_XB_RFInterfaceOE, BIT10, 0); -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFParameter, BIT1, 1); -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFParameter, BIT17, 0); -+ } -+ } -+ pMptCtx->MptRfPath = ODM_RF_PATH_A; -+ break; -+ case ANTENNA_B: -+ p_ofdm_tx->r_tx_antenna = 0x2; -+ r_ofdm_tx_en_val = 0x2; -+ p_ofdm_tx->r_ant_l = 0x2; -+ p_ofdm_tx->r_ant_ht_s1 = 0x2; -+ p_ofdm_tx->r_ant_non_ht_s1 = 0x2; -+ p_cck_txrx->r_ccktx_enable = 0x4; -+ chgTx = 1; -+ /*/ From SD3 Willis suggestion !!! Set RF A as standby*/ -+ /*/if (IS_HARDWARE_TYPE_8192S(pAdapter))*/ -+ { -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_HSSIParameter2, 0xe, 1); -+ PHY_SetBBReg(pAdapter, rFPGA0_XB_HSSIParameter2, 0xe, 2); -+ -+ /*/ 2008/10/31 MH From SD3 Willi's suggestion. We must read RF 1T table.*/ -+ /*/ 2009/01/08 MH From Sd3 Willis. We need to close RFA by SW control*/ -+ if (pHalData->rf_type == RF_2T2R || pHalData->rf_type == RF_1T2R) { -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 1); -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_RFInterfaceOE, BIT10, 0); -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT26, 0); -+ /*/PHY_SetBBReg(pAdapter, rFPGA0_XB_RFInterfaceOE, BIT10, 0);*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFParameter, BIT1, 0); -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFParameter, BIT17, 1); -+ } -+ } -+ pMptCtx->MptRfPath = ODM_RF_PATH_B; -+ break; -+ case ANTENNA_AB:/*/ For 8192S*/ -+ p_ofdm_tx->r_tx_antenna = 0x3; -+ r_ofdm_tx_en_val = 0x3; -+ p_ofdm_tx->r_ant_l = 0x3; -+ p_ofdm_tx->r_ant_ht_s1 = 0x3; -+ p_ofdm_tx->r_ant_non_ht_s1 = 0x3; -+ p_cck_txrx->r_ccktx_enable = 0xC; -+ chgTx = 1; -+ /*/ From SD3Willis suggestion !!! Set RF B as standby*/ -+ /*/if (IS_HARDWARE_TYPE_8192S(pAdapter))*/ -+ { -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_HSSIParameter2, 0xe, 2); -+ PHY_SetBBReg(pAdapter, rFPGA0_XB_HSSIParameter2, 0xe, 2); -+ /* Disable Power save*/ -+ /*cosa r_ant_select_ofdm_val = 0x3321333;*/ -+ /* 2009/01/08 MH From Sd3 Willis. We need to enable RFA/B by SW control*/ -+ if (pHalData->rf_type == RF_2T2R) { -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 0); -+ -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT26, 0); -+ /*/PHY_SetBBReg(pAdapter, rFPGA0_XB_RFInterfaceOE, BIT10, 0);*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFParameter, BIT1, 1); -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFParameter, BIT17, 1); -+ } -+ } -+ pMptCtx->MptRfPath = ODM_RF_PATH_AB; -+ break; -+ default: -+ break; -+ } -+ -+ -+ -+/*// r_rx_antenna_ofdm, bit0=A, bit1=B, bit2=C, bit3=D -+// r_cckrx_enable : CCK default, 0=A, 1=B, 2=C, 3=D -+// r_cckrx_enable_2 : CCK option, 0=A, 1=B, 2=C, 3=D */ -+ switch (ulAntennaRx) { -+ case ANTENNA_A: -+ r_rx_antenna_ofdm = 0x1; /* A*/ -+ p_cck_txrx->r_cckrx_enable = 0x0; /* default: A*/ -+ p_cck_txrx->r_cckrx_enable_2 = 0x0; /* option: A*/ -+ chgRx = 1; -+ break; -+ case ANTENNA_B: -+ r_rx_antenna_ofdm = 0x2; /*/ B*/ -+ p_cck_txrx->r_cckrx_enable = 0x1; /*/ default: B*/ -+ p_cck_txrx->r_cckrx_enable_2 = 0x1; /*/ option: B*/ -+ chgRx = 1; -+ break; -+ case ANTENNA_AB:/*/ For 8192S and 8192E/U...*/ -+ r_rx_antenna_ofdm = 0x3;/*/ AB*/ -+ p_cck_txrx->r_cckrx_enable = 0x0;/*/ default:A*/ -+ p_cck_txrx->r_cckrx_enable_2 = 0x1;/*/ option:B*/ -+ chgRx = 1; -+ break; -+ default: -+ break; -+ } -+ -+ -+ if (chgTx && chgRx) { -+ switch (pHalData->rf_chip) { -+ case RF_8225: -+ case RF_8256: -+ case RF_6052: -+ /*/r_ant_sel_cck_val = r_ant_select_cck_val;*/ -+ PHY_SetBBReg(pAdapter, rFPGA1_TxInfo, 0x7fffffff, r_ant_select_ofdm_val); /*/OFDM Tx*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_TxInfo, 0x0000000f, r_ofdm_tx_en_val); /*/OFDM Tx*/ -+ PHY_SetBBReg(pAdapter, rOFDM0_TRxPathEnable, 0x0000000f, r_rx_antenna_ofdm); /*/OFDM Rx*/ -+ PHY_SetBBReg(pAdapter, rOFDM1_TRxPathEnable, 0x0000000f, r_rx_antenna_ofdm); /*/OFDM Rx*/ -+ if (IS_HARDWARE_TYPE_8192E(pAdapter)) { -+ PHY_SetBBReg(pAdapter, rOFDM0_TRxPathEnable, 0x000000F0, r_rx_antenna_ofdm); /*/OFDM Rx*/ -+ PHY_SetBBReg(pAdapter, rOFDM1_TRxPathEnable, 0x000000F0, r_rx_antenna_ofdm); /*/OFDM Rx*/ -+ } -+ PHY_SetBBReg(pAdapter, rCCK0_AFESetting, bMaskByte3, r_ant_select_cck_val);/*/r_ant_sel_cck_val); /CCK TxRx*/ -+ break; -+ -+ default: -+ DBG_871X("Unsupported RFChipID for switching antenna.\n"); -+ break; -+ } -+ } -+} /* MPT_ProSetRFPath */ -+ -+ -+void hal_mpt_SetAntenna(PADAPTER pAdapter) -+ -+{ -+ DBG_871X("Do %s\n", __func__); -+#ifdef CONFIG_RTL8814A -+ if (IS_HARDWARE_TYPE_8814A(pAdapter)) { -+ mpt_SetRFPath_8814A(pAdapter); -+ return; -+ } -+#endif -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ if (IS_HARDWARE_TYPE_JAGUAR(pAdapter)) { -+ mpt_SetRFPath_8812A(pAdapter); -+ return; -+ } -+#endif -+#ifdef CONFIG_RTL8723B -+ if (IS_HARDWARE_TYPE_8723B(pAdapter)) { -+ mpt_SetRFPath_8723B(pAdapter); -+ return; -+ } -+#endif -+#ifdef CONFIG_RTL8703B -+ if (IS_HARDWARE_TYPE_8703B(pAdapter)) { -+ mpt_SetRFPath_8703B(pAdapter); -+ return; -+ } -+#endif -+ -+/* else if (IS_HARDWARE_TYPE_8821B(pAdapter)) -+ mpt_SetRFPath_8821B(pAdapter); -+ Prepare for 8822B -+ else if (IS_HARDWARE_TYPE_8822B(Context)) -+ mpt_SetRFPath_8822B(Context); -+*/ -+ mpt_SetRFPath_819X(pAdapter); -+ DBG_871X("mpt_SetRFPath_819X Do %s\n", __func__); -+ -+} -+ -+ -+s32 hal_mpt_SetThermalMeter(PADAPTER pAdapter, u8 target_ther) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ if (!netif_running(pAdapter->pnetdev)) { -+ RT_TRACE(_module_mp_, _drv_warning_, ("SetThermalMeter! Fail: interface not opened!\n")); -+ return _FAIL; -+ } -+ -+ -+ if (check_fwstate(&pAdapter->mlmepriv, WIFI_MP_STATE) == _FALSE) { -+ RT_TRACE(_module_mp_, _drv_warning_, ("SetThermalMeter: Fail! not in MP mode!\n")); -+ return _FAIL; -+ } -+ -+ -+ target_ther &= 0xff; -+ if (target_ther < 0x07) -+ target_ther = 0x07; -+ else if (target_ther > 0x1d) -+ target_ther = 0x1d; -+ -+ pHalData->EEPROMThermalMeter = target_ther; -+ -+ return _SUCCESS; -+} -+ -+ -+void hal_mpt_TriggerRFThermalMeter(PADAPTER pAdapter) -+{ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x42, BIT17 | BIT16, 0x03); -+ -+} -+ -+ -+u8 hal_mpt_ReadRFThermalMeter(PADAPTER pAdapter) -+ -+{ -+ u32 ThermalValue = 0; -+ -+ ThermalValue = (u1Byte)PHY_QueryRFReg(pAdapter, ODM_RF_PATH_A, 0x42, 0xfc00); /*0x42: RF Reg[15:10]*/ -+ return (u8)ThermalValue; -+ -+} -+ -+ -+void hal_mpt_GetThermalMeter(PADAPTER pAdapter, u8 *value) -+{ -+#if 0 -+ fw_cmd(pAdapter, IOCMD_GET_THERMAL_METER); -+ rtw_msleep_os(1000); -+ fw_cmd_data(pAdapter, value, 1); -+ *value &= 0xFF; -+#else -+ hal_mpt_TriggerRFThermalMeter(pAdapter); -+ rtw_msleep_os(1000); -+ *value = hal_mpt_ReadRFThermalMeter(pAdapter); -+#endif -+ -+} -+ -+ -+void hal_mpt_SetSingleCarrierTx(PADAPTER pAdapter, u8 bStart) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ pAdapter->mppriv.MptCtx.bSingleCarrier = bStart; -+ -+ if (bStart) {/*/ Start Single Carrier.*/ -+ RT_TRACE(_module_mp_, _drv_alert_, ("SetSingleCarrierTx: test start\n")); -+ /*/ Start Single Carrier.*/ -+ /*/ 1. if OFDM block on?*/ -+ if (!PHY_QueryBBReg(pAdapter, rFPGA0_RFMOD, bOFDMEn)) -+ PHY_SetBBReg(pAdapter, rFPGA0_RFMOD, bOFDMEn, 1); /*set OFDM block on*/ -+ -+ /*/ 2. set CCK test mode off, set to CCK normal mode*/ -+ PHY_SetBBReg(pAdapter, rCCK0_System, bCCKBBMode, 0); -+ -+ /*/ 3. turn on scramble setting*/ -+ PHY_SetBBReg(pAdapter, rCCK0_System, bCCKScramble, 1); -+ -+ /*/ 4. Turn On Continue Tx and turn off the other test modes.*/ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8814A) -+ if (IS_HARDWARE_TYPE_JAGUAR(pAdapter) || IS_HARDWARE_TYPE_8814A(pAdapter) /*|| IS_HARDWARE_TYPE_8822B(pAdapter)*/) -+ PHY_SetBBReg(pAdapter, rSingleTone_ContTx_Jaguar, BIT18|BIT17|BIT16, OFDM_SingleCarrier); -+ else -+#endif -+ PHY_SetBBReg(pAdapter, rOFDM1_LSTF, BIT30|BIT29|BIT28, OFDM_SingleCarrier); -+ -+ } else { -+ /*/ Stop Single Carrier.*/ -+ /*/ Stop Single Carrier.*/ -+ /*/ Turn off all test modes.*/ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8814A) -+ if (IS_HARDWARE_TYPE_JAGUAR(pAdapter) || IS_HARDWARE_TYPE_8814A(pAdapter) /*|| IS_HARDWARE_TYPE_8822B(pAdapter)*/) -+ PHY_SetBBReg(pAdapter, rSingleTone_ContTx_Jaguar, BIT18|BIT17|BIT16, OFDM_ALL_OFF); -+ else -+#endif -+ -+ PHY_SetBBReg(pAdapter, rOFDM1_LSTF, BIT30|BIT29|BIT28, OFDM_ALL_OFF); -+ -+ rtw_msleep_os(10); -+ /*/BB Reset*/ -+ PHY_SetBBReg(pAdapter, rPMAC_Reset, bBBResetB, 0x0); -+ PHY_SetBBReg(pAdapter, rPMAC_Reset, bBBResetB, 0x1); -+ } -+} -+ -+ -+void hal_mpt_SetSingleToneTx(PADAPTER pAdapter, u8 bStart) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ u4Byte ulAntennaTx = pHalData->AntennaTxPath; -+ static u4Byte regRF = 0, regBB0 = 0, regBB1 = 0, regBB2 = 0, regBB3 = 0; -+ u8 rfPath; -+ -+ switch (ulAntennaTx) { -+ case ANTENNA_B: -+ rfPath = ODM_RF_PATH_B; -+ break; -+ case ANTENNA_C: -+ rfPath = ODM_RF_PATH_C; -+ break; -+ case ANTENNA_D: -+ rfPath = ODM_RF_PATH_D; -+ break; -+ case ANTENNA_A: -+ default: -+ rfPath = ODM_RF_PATH_A; -+ break; -+ } -+ -+ pAdapter->mppriv.MptCtx.bSingleTone = bStart; -+ if (bStart) { -+ /*/ Start Single Tone.*/ -+ /*/ <20120326, Kordan> To amplify the power of tone for Xtal calibration. (asked by Edlu)*/ -+ if (IS_HARDWARE_TYPE_8188E(pAdapter)) { -+ regRF = PHY_QueryRFReg(pAdapter, rfPath, LNA_Low_Gain_3, bRFRegOffsetMask); -+ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, LNA_Low_Gain_3, BIT1, 0x1); /*/ RF LO enabled*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_RFMOD, bCCKEn, 0x0); -+ PHY_SetBBReg(pAdapter, rFPGA0_RFMOD, bOFDMEn, 0x0); -+ } else if (IS_HARDWARE_TYPE_8192E(pAdapter)) { /*/ USB need to do RF LO disable first, PCIE isn't required to follow this order.*/ -+ /*/Set MAC REG 88C: Prevent SingleTone Fail*/ -+ PHY_SetMacReg(pAdapter, 0x88C, 0xF00000, 0xF); -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, LNA_Low_Gain_3, BIT1, 0x1); /*/ RF LO disabled*/ -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, RF_AC, 0xF0000, 0x2); /*/ Tx mode*/ -+ } else if (IS_HARDWARE_TYPE_8723B(pAdapter)) { -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_A) { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC, 0xF0000, 0x2); /*/ Tx mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x56, 0xF, 0x1); /*/ RF LO enabled*/ -+ } else { -+ /*/ S0/S1 both use PATH A to configure*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC, 0xF0000, 0x2); /*/ Tx mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x76, 0xF, 0x1); /*/ RF LO enabled*/ -+ } -+ } else if (IS_HARDWARE_TYPE_8703B(pAdapter)) { -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_A) { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC, 0xF0000, 0x2); /* Tx mode */ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x53, 0xF000, 0x1); /* RF LO enabled */ -+ } -+ } else if (IS_HARDWARE_TYPE_8188F(pAdapter)) { -+ /*Set BB REG 88C: Prevent SingleTone Fail*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_AnalogParameter4, 0xF00000, 0xF); -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, LNA_Low_Gain_3, BIT1, 0x1); -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, RF_AC, 0xF0000, 0x2); -+ -+ } else if (IS_HARDWARE_TYPE_JAGUAR(pAdapter)) { -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ u1Byte p = ODM_RF_PATH_A; -+ -+ regRF = PHY_QueryRFReg(pAdapter, ODM_RF_PATH_A, RF_AC_Jaguar, bRFRegOffsetMask); -+ regBB0 = PHY_QueryBBReg(pAdapter, rA_RFE_Pinmux_Jaguar, bMaskDWord); -+ regBB1 = PHY_QueryBBReg(pAdapter, rB_RFE_Pinmux_Jaguar, bMaskDWord); -+ regBB2 = PHY_QueryBBReg(pAdapter, rA_RFE_Pinmux_Jaguar+4, bMaskDWord); -+ regBB3 = PHY_QueryBBReg(pAdapter, rB_RFE_Pinmux_Jaguar+4, bMaskDWord); -+ -+ PHY_SetBBReg(pAdapter, rOFDMCCKEN_Jaguar, BIT29|BIT28, 0x0); /*/ Disable CCK and OFDM*/ -+ -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_AB) { -+ for (p = ODM_RF_PATH_A; p <= ODM_RF_PATH_B; ++p) { -+ PHY_SetRFReg(pAdapter, p, RF_AC_Jaguar, 0xF0000, 0x2); /*/ Tx mode: RF0x00[19:16]=4'b0010 */ -+ PHY_SetRFReg(pAdapter, p, RF_AC_Jaguar, 0x1F, 0x0); /*/ Lowest RF gain index: RF_0x0[4:0] = 0*/ -+ PHY_SetRFReg(pAdapter, p, LNA_Low_Gain_3, BIT1, 0x1); /*/ RF LO enabled*/ -+ } -+ } else { -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, RF_AC_Jaguar, 0xF0000, 0x2); /*/ Tx mode: RF0x00[19:16]=4'b0010 */ -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, RF_AC_Jaguar, 0x1F, 0x0); /*/ Lowest RF gain index: RF_0x0[4:0] = 0*/ -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, LNA_Low_Gain_3, BIT1, 0x1); /*/ RF LO enabled*/ -+ } -+ -+ PHY_SetBBReg(pAdapter, rA_RFE_Pinmux_Jaguar, 0xFF00F0, 0x77007); /*/ 0xCB0[[23:16, 7:4] = 0x77007*/ -+ PHY_SetBBReg(pAdapter, rB_RFE_Pinmux_Jaguar, 0xFF00F0, 0x77007); /*/ 0xCB0[[23:16, 7:4] = 0x77007*/ -+ -+ if (pHalData->ExternalPA_5G) { -+ PHY_SetBBReg(pAdapter, rA_RFE_Pinmux_Jaguar+4, 0xFF00000, 0x12); /*/ 0xCB4[23:16] = 0x12*/ -+ PHY_SetBBReg(pAdapter, rB_RFE_Pinmux_Jaguar+4, 0xFF00000, 0x12); /*/ 0xEB4[23:16] = 0x12*/ -+ } else if (pHalData->ExternalPA_2G) { -+ PHY_SetBBReg(pAdapter, rA_RFE_Pinmux_Jaguar+4, 0xFF00000, 0x11); /*/ 0xCB4[23:16] = 0x11*/ -+ PHY_SetBBReg(pAdapter, rB_RFE_Pinmux_Jaguar+4, 0xFF00000, 0x11); /*/ 0xEB4[23:16] = 0x11*/ -+ } -+#endif -+ } -+#ifdef CONFIG_RTL8814A -+ else if (IS_HARDWARE_TYPE_8814A(pAdapter)) -+ mpt_SetSingleTone_8814A(pAdapter, TRUE, FALSE); -+#endif -+ else /*/ Turn On SingleTone and turn off the other test modes.*/ -+ PHY_SetBBReg(pAdapter, rOFDM1_LSTF, BIT30|BIT29|BIT28, OFDM_SingleTone); -+ -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000500); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000500); -+ -+ } else {/*/ Stop Single Ton e.*/ -+ -+ if (IS_HARDWARE_TYPE_8188E(pAdapter)) { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, LNA_Low_Gain_3, bRFRegOffsetMask, regRF); -+ PHY_SetBBReg(pAdapter, rFPGA0_RFMOD, bCCKEn, 0x1); -+ PHY_SetBBReg(pAdapter, rFPGA0_RFMOD, bOFDMEn, 0x1); -+ } else if (IS_HARDWARE_TYPE_8192E(pAdapter)) { -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, RF_AC, 0xF0000, 0x3);/*/ Tx mode*/ -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, LNA_Low_Gain_3, BIT1, 0x0);/*/ RF LO disabled */ -+ /*/ RESTORE MAC REG 88C: Enable RF Functions*/ -+ PHY_SetMacReg(pAdapter, 0x88C, 0xF00000, 0x0); -+ } else if (IS_HARDWARE_TYPE_8723B(pAdapter)) { -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_A) { -+ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC, 0xF0000, 0x3); /*/ Rx mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x56, 0xF, 0x0); /*/ RF LO disabled*/ -+ } else { -+ /*/ S0/S1 both use PATH A to configure*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC, 0xF0000, 0x3); /*/ Rx mode*/ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x76, 0xF, 0x0); /*/ RF LO disabled*/ -+ } -+ } else if (IS_HARDWARE_TYPE_8703B(pAdapter)) { -+ -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_A) { -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, RF_AC, 0xF0000, 0x3); /* Rx mode */ -+ PHY_SetRFReg(pAdapter, ODM_RF_PATH_A, 0x53, 0xF000, 0x0); /* RF LO disabled */ -+ } -+ } else if (IS_HARDWARE_TYPE_8188F(pAdapter)) { -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, RF_AC, 0xF0000, 0x3); /*Tx mode*/ -+ PHY_SetRFReg(pAdapter, pMptCtx->MptRfPath, LNA_Low_Gain_3, BIT1, 0x0); /*RF LO disabled*/ -+ /*Set BB REG 88C: Prevent SingleTone Fail*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_AnalogParameter4, 0xF00000, 0xc); -+ } else if (IS_HARDWARE_TYPE_JAGUAR(pAdapter)) { -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ u1Byte p = ODM_RF_PATH_A; -+ -+ PHY_SetBBReg(pAdapter, rOFDMCCKEN_Jaguar, BIT29|BIT28, 0x3); /*/ Disable CCK and OFDM*/ -+ -+ if (pMptCtx->MptRfPath == ODM_RF_PATH_AB) { -+ for (p = ODM_RF_PATH_A; p <= ODM_RF_PATH_B; ++p) { -+ PHY_SetRFReg(pAdapter, p, RF_AC_Jaguar, bRFRegOffsetMask, regRF); -+ PHY_SetRFReg(pAdapter, p, LNA_Low_Gain_3, BIT1, 0x0); /*/ RF LO disabled*/ -+ } -+ } else { -+ PHY_SetRFReg(pAdapter, p, RF_AC_Jaguar, bRFRegOffsetMask, regRF); -+ PHY_SetRFReg(pAdapter, p, LNA_Low_Gain_3, BIT1, 0x0); /*/ RF LO disabled*/ -+ } -+ -+ PHY_SetBBReg(pAdapter, rA_RFE_Pinmux_Jaguar, bMaskDWord, regBB0); -+ PHY_SetBBReg(pAdapter, rB_RFE_Pinmux_Jaguar, bMaskDWord, regBB1); -+ PHY_SetBBReg(pAdapter, rA_RFE_Pinmux_Jaguar+4, bMaskDWord, regBB2); -+ PHY_SetBBReg(pAdapter, rB_RFE_Pinmux_Jaguar+4, bMaskDWord, regBB3); -+#endif -+ } -+#ifdef CONFIG_RTL8814A -+ else if (IS_HARDWARE_TYPE_8814A(pAdapter)) -+ mpt_SetSingleTone_8814A(pAdapter, FALSE, FALSE); -+ -+ else/*/ Turn off all test modes.*/ -+ PHY_SetBBReg(pAdapter, rSingleTone_ContTx_Jaguar, BIT18|BIT17|BIT16, OFDM_ALL_OFF); -+#endif -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000100); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000100); -+ -+ } -+} -+ -+ -+void hal_mpt_SetCarrierSuppressionTx(PADAPTER pAdapter, u8 bStart) -+{ -+ pAdapter->mppriv.MptCtx.bCarrierSuppression = bStart; -+ if (bStart) {/* Start Carrier Suppression.*/ -+ RT_TRACE(_module_mp_, _drv_alert_, ("SetCarrierSuppressionTx: test start\n")); -+ if (pAdapter->mppriv.rateidx <= MPT_RATE_11M) { -+ /*/ 1. if CCK block on?*/ -+ if (!read_bbreg(pAdapter, rFPGA0_RFMOD, bCCKEn)) -+ write_bbreg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable);/*set CCK block on*/ -+ -+ /*/Turn Off All Test Mode*/ -+ if (IS_HARDWARE_TYPE_JAGUAR(pAdapter) || IS_HARDWARE_TYPE_8814A(pAdapter) /*|| IS_HARDWARE_TYPE_8822B(pAdapter)*/) -+ PHY_SetBBReg(pAdapter, 0x914, BIT18|BIT17|BIT16, OFDM_ALL_OFF);/* rSingleTone_ContTx_Jaguar*/ -+ else -+ PHY_SetBBReg(pAdapter, rOFDM1_LSTF, BIT30|BIT29|BIT28, OFDM_ALL_OFF); -+ -+ write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, 0x2); /*/transmit mode*/ -+ write_bbreg(pAdapter, rCCK0_System, bCCKScramble, 0x0); /*/turn off scramble setting*/ -+ -+ /*/Set CCK Tx Test Rate*/ -+ write_bbreg(pAdapter, rCCK0_System, bCCKTxRate, 0x0); /*/Set FTxRate to 1Mbps*/ -+ } -+ -+ /*Set for dynamic set Power index*/ -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000500); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000500); -+ -+ } else {/* Stop Carrier Suppression.*/ -+ RT_TRACE(_module_mp_, _drv_alert_, ("SetCarrierSuppressionTx: test stop\n")); -+ -+ if (pAdapter->mppriv.rateidx <= MPT_RATE_11M) { -+ write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, 0x0); /*normal mode*/ -+ write_bbreg(pAdapter, rCCK0_System, bCCKScramble, 0x1); /*turn on scramble setting*/ -+ -+ /*BB Reset*/ -+ write_bbreg(pAdapter, rPMAC_Reset, bBBResetB, 0x0); -+ write_bbreg(pAdapter, rPMAC_Reset, bBBResetB, 0x1); -+ } -+ /*Stop for dynamic set Power index*/ -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000100); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000100); -+ } -+ DBG_871X("\n MPT_ProSetCarrierSupp() is finished.\n"); -+} -+ -+void hal_mpt_SetCCKContinuousTx(PADAPTER pAdapter, u8 bStart) -+{ -+ u32 cckrate; -+ -+ if (bStart) { -+ RT_TRACE(_module_mp_, _drv_alert_, -+ ("SetCCKContinuousTx: test start\n")); -+ -+ /*/ 1. if CCK block on?*/ -+ if (!read_bbreg(pAdapter, rFPGA0_RFMOD, bCCKEn)) -+ write_bbreg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable);/*set CCK block on*/ -+ -+ /*/Turn Off All Test Mode*/ -+ if (IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(pAdapter)) -+ PHY_SetBBReg(pAdapter, 0x914, BIT18|BIT17|BIT16, OFDM_ALL_OFF);/*rSingleTone_ContTx_Jaguar*/ -+ else -+ PHY_SetBBReg(pAdapter, rOFDM1_LSTF, BIT30|BIT29|BIT28, OFDM_ALL_OFF); -+ -+ /*/Set CCK Tx Test Rate*/ -+ -+ cckrate = pAdapter->mppriv.rateidx; -+ -+ write_bbreg(pAdapter, rCCK0_System, bCCKTxRate, cckrate); -+ write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, 0x2); /*/transmit mode*/ -+ write_bbreg(pAdapter, rCCK0_System, bCCKScramble, bEnable); /*/turn on scramble setting*/ -+ -+ if (!IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(pAdapter)) { -+ PHY_SetBBReg(pAdapter, 0xa14, 0x300, 0x3); /* rCCK0_RxHP 0xa15[1:0] = 11 force cck rxiq = 0*/ -+ PHY_SetBBReg(pAdapter, rOFDM0_TRMuxPar, 0x10000, 0x1); /*/ 0xc08[16] = 1 force ofdm rxiq = ofdm txiq*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_HSSIParameter2, BIT14, 1); -+ PHY_SetBBReg(pAdapter, 0x0B34, BIT14, 1); -+ } -+ -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000500); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000500); -+ -+ } else { -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("SetCCKContinuousTx: test stop\n")); -+ -+ write_bbreg(pAdapter, rCCK0_System, bCCKBBMode, 0x0); /*/normal mode*/ -+ write_bbreg(pAdapter, rCCK0_System, bCCKScramble, bEnable); /*/turn on scramble setting*/ -+ -+ if (!IS_HARDWARE_TYPE_JAGUAR(pAdapter) && !IS_HARDWARE_TYPE_8814A(pAdapter) /* && !IS_HARDWARE_TYPE_8822B(pAdapter) */) { -+ PHY_SetBBReg(pAdapter, 0xa14, 0x300, 0x0);/* rCCK0_RxHP 0xa15[1:0] = 2b00*/ -+ PHY_SetBBReg(pAdapter, rOFDM0_TRMuxPar, 0x10000, 0x0); /*/ 0xc08[16] = 0*/ -+ -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_HSSIParameter2, BIT14, 0); -+ PHY_SetBBReg(pAdapter, 0x0B34, BIT14, 0); -+ } -+ -+ /*/BB Reset*/ -+ write_bbreg(pAdapter, rPMAC_Reset, bBBResetB, 0x0); -+ write_bbreg(pAdapter, rPMAC_Reset, bBBResetB, 0x1); -+ -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000100); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000100); -+ } -+ -+ pAdapter->mppriv.MptCtx.bCckContTx = bStart; -+ pAdapter->mppriv.MptCtx.bOfdmContTx = _FALSE; -+} -+ -+void hal_mpt_SetOFDMContinuousTx(PADAPTER pAdapter, u8 bStart) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ if (bStart) { -+ RT_TRACE(_module_mp_, _drv_info_, ("SetOFDMContinuousTx: test start\n"));/*/ 1. if OFDM block on?*/ -+ if (!PHY_QueryBBReg(pAdapter, rFPGA0_RFMOD, bOFDMEn)) -+ PHY_SetBBReg(pAdapter, rFPGA0_RFMOD, bOFDMEn, 1);/*/set OFDM block on*/ -+ -+ /*/ 2. set CCK test mode off, set to CCK normal mode*/ -+ PHY_SetBBReg(pAdapter, rCCK0_System, bCCKBBMode, 0); -+ -+ /*/ 3. turn on scramble setting*/ -+ PHY_SetBBReg(pAdapter, rCCK0_System, bCCKScramble, 1); -+ -+ if (!IS_HARDWARE_TYPE_JAGUAR(pAdapter) && !IS_HARDWARE_TYPE_8814A(pAdapter) /*&& !IS_HARDWARE_TYPE_8822B(pAdapter)*/) { -+ PHY_SetBBReg(pAdapter, 0xa14, 0x300, 0x3); /* rCCK0_RxHP 0xa15[1:0] = 2b'11*/ -+ PHY_SetBBReg(pAdapter, rOFDM0_TRMuxPar, 0x10000, 0x1); /* 0xc08[16] = 1*/ -+ } -+ -+ /*/ 4. Turn On Continue Tx and turn off the other test modes.*/ -+ if (IS_HARDWARE_TYPE_JAGUAR(pAdapter) || IS_HARDWARE_TYPE_8814A(pAdapter) /*|| IS_HARDWARE_TYPE_8822B(pAdapter)*/) -+ PHY_SetBBReg(pAdapter, 0x914, BIT18|BIT17|BIT16, OFDM_ContinuousTx);/*rSingleTone_ContTx_Jaguar*/ -+ else -+ PHY_SetBBReg(pAdapter, rOFDM1_LSTF, BIT30|BIT29|BIT28, OFDM_ContinuousTx); -+ -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000500); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000500); -+ -+ } else { -+ RT_TRACE(_module_mp_, _drv_info_, ("SetOFDMContinuousTx: test stop\n")); -+ if (IS_HARDWARE_TYPE_JAGUAR(pAdapter) || IS_HARDWARE_TYPE_8814A(pAdapter) /*|| IS_HARDWARE_TYPE_8822B(pAdapter)*/) -+ PHY_SetBBReg(pAdapter, 0x914, BIT18|BIT17|BIT16, OFDM_ALL_OFF); -+ else -+ PHY_SetBBReg(pAdapter, rOFDM1_LSTF, BIT30|BIT29|BIT28, OFDM_ALL_OFF); -+ /*/Delay 10 ms*/ -+ rtw_msleep_os(10); -+ -+ if (!IS_HARDWARE_TYPE_JAGUAR(pAdapter) && !IS_HARDWARE_TYPE_8814A(pAdapter) /*&&! IS_HARDWARE_TYPE_8822B(pAdapter)*/) { -+ PHY_SetBBReg(pAdapter, 0xa14, 0x300, 0x0);/*/ 0xa15[1:0] = 0*/ -+ PHY_SetBBReg(pAdapter, rOFDM0_TRMuxPar, 0x10000, 0x0);/*/ 0xc08[16] = 0*/ -+ } -+ -+ /*/BB Reset*/ -+ PHY_SetBBReg(pAdapter, rPMAC_Reset, bBBResetB, 0x0); -+ PHY_SetBBReg(pAdapter, rPMAC_Reset, bBBResetB, 0x1); -+ -+ write_bbreg(pAdapter, rFPGA0_XA_HSSIParameter1, bMaskDWord, 0x01000100); -+ write_bbreg(pAdapter, rFPGA0_XB_HSSIParameter1, bMaskDWord, 0x01000100); -+ } -+ -+ pAdapter->mppriv.MptCtx.bCckContTx = _FALSE; -+ pAdapter->mppriv.MptCtx.bOfdmContTx = bStart; -+} -+ -+void hal_mpt_SetContinuousTx(PADAPTER pAdapter, u8 bStart) -+{ -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("SetContinuousTx: rate:%d\n", pAdapter->mppriv.rateidx)); -+ -+ pAdapter->mppriv.MptCtx.bStartContTx = bStart; -+ -+ if (pAdapter->mppriv.rateidx <= MPT_RATE_11M) -+ hal_mpt_SetCCKContinuousTx(pAdapter, bStart); -+ else if (pAdapter->mppriv.rateidx >= MPT_RATE_6M) -+ hal_mpt_SetOFDMContinuousTx(pAdapter, bStart); -+} -+ -+#endif /* CONFIG_MP_INCLUDE*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/hal_phy.c linux/3rdparty/rtl8812au/hal/hal_phy.c ---- linux.old/3rdparty/rtl8812au/hal/hal_phy.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/hal_phy.c 2017-06-07 23:07:21.014687849 +0300 -@@ -0,0 +1,285 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _HAL_PHY_C_ -+ -+#include -+ -+//================================================================================ -+// Constant. -+//================================================================================ -+// 2008/11/20 MH For Debug only, RF -+static RF_SHADOW_T RF_Shadow[RF6052_MAX_PATH][RF6052_MAX_REG]; -+ -+/** -+* Function: PHY_CalculateBitShift -+* -+* OverView: Get shifted position of the BitMask -+* -+* Input: -+* u4Byte BitMask, -+* -+* Output: none -+* Return: u4Byte Return the shift bit bit position of the mask -+*/ -+u32 -+PHY_CalculateBitShift( -+ u32 BitMask -+ ) -+{ -+ u32 i; -+ -+ for(i=0; i<=31; i++) -+ { -+ if ( ((BitMask>>i) & 0x1 ) == 1) -+ break; -+ } -+ -+ return (i); -+} -+ -+ -+// -+// ==> RF shadow Operation API Code Section!!! -+// -+/*----------------------------------------------------------------------------- -+ * Function: PHY_RFShadowRead -+ * PHY_RFShadowWrite -+ * PHY_RFShadowCompare -+ * PHY_RFShadowRecorver -+ * PHY_RFShadowCompareAll -+ * PHY_RFShadowRecorverAll -+ * PHY_RFShadowCompareFlagSet -+ * PHY_RFShadowRecorverFlagSet -+ * -+ * Overview: When we set RF register, we must write shadow at first. -+ * When we are running, we must compare shadow abd locate error addr. -+ * Decide to recorver or not. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 11/20/2008 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+u32 -+PHY_RFShadowRead( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset) -+{ -+ return RF_Shadow[eRFPath][Offset].Value; -+ -+} /* PHY_RFShadowRead */ -+ -+ -+VOID -+PHY_RFShadowWrite( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset, -+ IN u32 Data) -+{ -+ RF_Shadow[eRFPath][Offset].Value = (Data & bRFRegOffsetMask); -+ RF_Shadow[eRFPath][Offset].Driver_Write = _TRUE; -+ -+} /* PHY_RFShadowWrite */ -+ -+ -+BOOLEAN -+PHY_RFShadowCompare( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset) -+{ -+ u32 reg; -+ // Check if we need to check the register -+ if (RF_Shadow[eRFPath][Offset].Compare == _TRUE) -+ { -+ reg = rtw_hal_read_rfreg(Adapter, eRFPath, Offset, bRFRegOffsetMask); -+ // Compare shadow and real rf register for 20bits!! -+ if (RF_Shadow[eRFPath][Offset].Value != reg) -+ { -+ // Locate error position. -+ RF_Shadow[eRFPath][Offset].ErrorOrNot = _TRUE; -+ //RT_TRACE(COMP_INIT, DBG_LOUD, -+ //("PHY_RFShadowCompare RF-%d Addr%02lx Err = %05lx\n", -+ //eRFPath, Offset, reg)); -+ } -+ return RF_Shadow[eRFPath][Offset].ErrorOrNot ; -+ } -+ return _FALSE; -+} /* PHY_RFShadowCompare */ -+ -+ -+VOID -+PHY_RFShadowRecorver( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset) -+{ -+ // Check if the address is error -+ if (RF_Shadow[eRFPath][Offset].ErrorOrNot == _TRUE) -+ { -+ // Check if we need to recorver the register. -+ if (RF_Shadow[eRFPath][Offset].Recorver == _TRUE) -+ { -+ rtw_hal_write_rfreg(Adapter, eRFPath, Offset, bRFRegOffsetMask, -+ RF_Shadow[eRFPath][Offset].Value); -+ //RT_TRACE(COMP_INIT, DBG_LOUD, -+ //("PHY_RFShadowRecorver RF-%d Addr%02lx=%05lx", -+ //eRFPath, Offset, RF_Shadow[eRFPath][Offset].Value)); -+ } -+ } -+ -+} /* PHY_RFShadowRecorver */ -+ -+ -+VOID -+PHY_RFShadowCompareAll( -+ IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0 ; -+ u32 Offset = 0, maxReg= GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) -+ { -+ for (Offset = 0; Offset < maxReg; Offset++) -+ { -+ PHY_RFShadowCompare(Adapter, eRFPath, Offset); -+ } -+ } -+ -+} /* PHY_RFShadowCompareAll */ -+ -+ -+VOID -+PHY_RFShadowRecorverAll( -+ IN PADAPTER Adapter) -+{ -+ u8 eRFPath =0; -+ u32 Offset = 0, maxReg= GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) -+ { -+ for (Offset = 0; Offset < maxReg; Offset++) -+ { -+ PHY_RFShadowRecorver(Adapter, eRFPath, Offset); -+ } -+ } -+ -+} /* PHY_RFShadowRecorverAll */ -+ -+ -+VOID -+PHY_RFShadowCompareFlagSet( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset, -+ IN u8 Type) -+{ -+ // Set True or False!!! -+ RF_Shadow[eRFPath][Offset].Compare = Type; -+ -+} /* PHY_RFShadowCompareFlagSet */ -+ -+ -+VOID -+PHY_RFShadowRecorverFlagSet( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset, -+ IN u8 Type) -+{ -+ // Set True or False!!! -+ RF_Shadow[eRFPath][Offset].Recorver= Type; -+ -+} /* PHY_RFShadowRecorverFlagSet */ -+ -+ -+VOID -+PHY_RFShadowCompareFlagSetAll( -+ IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg= GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) -+ { -+ for (Offset = 0; Offset < maxReg; Offset++) -+ { -+ // 2008/11/20 MH For S3S4 test, we only check reg 26/27 now!!!! -+ if (Offset != 0x26 && Offset != 0x27) -+ PHY_RFShadowCompareFlagSet(Adapter, eRFPath, Offset, _FALSE); -+ else -+ PHY_RFShadowCompareFlagSet(Adapter, eRFPath, Offset, _TRUE); -+ } -+ } -+ -+} /* PHY_RFShadowCompareFlagSetAll */ -+ -+ -+VOID -+PHY_RFShadowRecorverFlagSetAll( -+ IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg= GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) -+ { -+ for (Offset = 0; Offset < maxReg; Offset++) -+ { -+ // 2008/11/20 MH For S3S4 test, we only check reg 26/27 now!!!! -+ if (Offset != 0x26 && Offset != 0x27) -+ PHY_RFShadowRecorverFlagSet(Adapter, eRFPath, Offset, _FALSE); -+ else -+ PHY_RFShadowRecorverFlagSet(Adapter, eRFPath, Offset, _TRUE); -+ } -+ } -+ -+} /* PHY_RFShadowCompareFlagSetAll */ -+ -+VOID -+PHY_RFShadowRefresh( -+ IN PADAPTER Adapter) -+{ -+ u8 eRFPath = 0; -+ u32 Offset = 0, maxReg= GET_RF6052_REAL_MAX_REG(Adapter); -+ -+ for (eRFPath = 0; eRFPath < RF6052_MAX_PATH; eRFPath++) -+ { -+ for (Offset = 0; Offset < maxReg; Offset++) -+ { -+ RF_Shadow[eRFPath][Offset].Value = 0; -+ RF_Shadow[eRFPath][Offset].Compare = _FALSE; -+ RF_Shadow[eRFPath][Offset].Recorver = _FALSE; -+ RF_Shadow[eRFPath][Offset].ErrorOrNot = _FALSE; -+ RF_Shadow[eRFPath][Offset].Driver_Write = _FALSE; -+ } -+ } -+ -+} /* PHY_RFShadowRead */ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/HalPwrSeqCmd.c linux/3rdparty/rtl8812au/hal/HalPwrSeqCmd.c ---- linux.old/3rdparty/rtl8812au/hal/HalPwrSeqCmd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/HalPwrSeqCmd.c 2017-06-07 23:07:21.007687211 +0300 -@@ -0,0 +1,183 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/*++ -+Copyright (c) Realtek Semiconductor Corp. All rights reserved. -+ -+Module Name: -+ HalPwrSeqCmd.c -+ -+Abstract: -+ Implement HW Power sequence configuration CMD handling routine for Realtek devices. -+ -+Major Change History: -+ When Who What -+ ---------- --------------- ------------------------------- -+ 2011-10-26 Lucas Modify to be compatible with SD4-CE driver. -+ 2011-07-07 Roger Create. -+ -+--*/ -+#include -+ -+ -+// -+// Description: -+// This routine deal with the Power Configuration CMDs parsing for RTL8723/RTL8188E Series IC. -+// -+// Assumption: -+// We should follow specific format which was released from HW SD. -+// -+// 2011.07.07, added by Roger. -+// -+u8 HalPwrSeqCmdParsing( -+ PADAPTER padapter, -+ u8 CutVersion, -+ u8 FabVersion, -+ u8 InterfaceType, -+ WLAN_PWR_CFG PwrSeqCmd[]) -+{ -+ WLAN_PWR_CFG PwrCfgCmd = {0}; -+ u8 bPollingBit = _FALSE; -+ u32 AryIdx = 0; -+ u8 value = 0; -+ u32 offset = 0; -+ u32 pollingCount = 0; // polling autoload done. -+ u32 maxPollingCnt = 5000; -+ -+ do { -+ PwrCfgCmd = PwrSeqCmd[AryIdx]; -+ -+ RT_TRACE(_module_hal_init_c_ , _drv_info_, -+ ("HalPwrSeqCmdParsing: offset(%#x) cut_msk(%#x) fab_msk(%#x) interface_msk(%#x) base(%#x) cmd(%#x) msk(%#x) value(%#x)\n", -+ GET_PWR_CFG_OFFSET(PwrCfgCmd), -+ GET_PWR_CFG_CUT_MASK(PwrCfgCmd), -+ GET_PWR_CFG_FAB_MASK(PwrCfgCmd), -+ GET_PWR_CFG_INTF_MASK(PwrCfgCmd), -+ GET_PWR_CFG_BASE(PwrCfgCmd), -+ GET_PWR_CFG_CMD(PwrCfgCmd), -+ GET_PWR_CFG_MASK(PwrCfgCmd), -+ GET_PWR_CFG_VALUE(PwrCfgCmd))); -+ -+ //2 Only Handle the command whose FAB, CUT, and Interface are matched -+ if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && -+ (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) && -+ (GET_PWR_CFG_INTF_MASK(PwrCfgCmd) & InterfaceType)) -+ { -+ switch (GET_PWR_CFG_CMD(PwrCfgCmd)) -+ { -+ case PWR_CMD_READ: -+ RT_TRACE(_module_hal_init_c_ , _drv_info_, ("HalPwrSeqCmdParsing: PWR_CMD_READ\n")); -+ break; -+ -+ case PWR_CMD_WRITE: -+ RT_TRACE(_module_hal_init_c_ , _drv_info_, ("HalPwrSeqCmdParsing: PWR_CMD_WRITE\n")); -+ offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); -+ -+#ifdef CONFIG_SDIO_HCI -+ // -+ // We should deal with interface specific address mapping for some interfaces, e.g., SDIO interface -+ // 2011.07.07. -+ // -+ if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) -+ { -+ // Read Back SDIO Local value -+ value = SdioLocalCmd52Read1Byte(padapter, offset); -+ -+ value &= ~(GET_PWR_CFG_MASK(PwrCfgCmd)); -+ value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd)); -+ -+ // Write Back SDIO Local value -+ SdioLocalCmd52Write1Byte(padapter, offset, value); -+ } -+ else -+#endif -+ { -+#ifdef CONFIG_GSPI_HCI -+ if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) -+ offset = SPI_LOCAL_OFFSET | offset; -+#endif -+ // Read the value from system register -+ value = rtw_read8(padapter, offset); -+ -+ value=value&(~(GET_PWR_CFG_MASK(PwrCfgCmd))); -+ value=value|(GET_PWR_CFG_VALUE(PwrCfgCmd)&GET_PWR_CFG_MASK(PwrCfgCmd)); -+ -+ // Write the value back to sytem register -+ rtw_write8(padapter, offset, value); -+ } -+ break; -+ -+ case PWR_CMD_POLLING: -+ RT_TRACE(_module_hal_init_c_ , _drv_info_, ("HalPwrSeqCmdParsing: PWR_CMD_POLLING\n")); -+ -+ bPollingBit = _FALSE; -+ offset = GET_PWR_CFG_OFFSET(PwrCfgCmd); -+#ifdef CONFIG_GSPI_HCI -+ if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) -+ offset = SPI_LOCAL_OFFSET | offset; -+#endif -+ do { -+#ifdef CONFIG_SDIO_HCI -+ if (GET_PWR_CFG_BASE(PwrCfgCmd) == PWR_BASEADDR_SDIO) -+ value = SdioLocalCmd52Read1Byte(padapter, offset); -+ else -+#endif -+ value = rtw_read8(padapter, offset); -+ -+ value=value&GET_PWR_CFG_MASK(PwrCfgCmd); -+ if (value == (GET_PWR_CFG_VALUE(PwrCfgCmd) & GET_PWR_CFG_MASK(PwrCfgCmd))) -+ bPollingBit = _TRUE; -+ else -+ rtw_udelay_os(10); -+ -+ if (pollingCount++ > maxPollingCnt) { -+ DBG_871X_LEVEL(_drv_err_, "HalPwrSeqCmdParsing: Fail to polling Offset[%#x]=%02x\n", offset, value); -+ return _FALSE; -+ } -+ } while (!bPollingBit); -+ -+ break; -+ -+ case PWR_CMD_DELAY: -+ RT_TRACE(_module_hal_init_c_ , _drv_info_, ("HalPwrSeqCmdParsing: PWR_CMD_DELAY\n")); -+ if (GET_PWR_CFG_VALUE(PwrCfgCmd) == PWRSEQ_DELAY_US) -+ rtw_udelay_os(GET_PWR_CFG_OFFSET(PwrCfgCmd)); -+ else -+ rtw_udelay_os(GET_PWR_CFG_OFFSET(PwrCfgCmd)*1000); -+ break; -+ -+ case PWR_CMD_END: -+ // When this command is parsed, end the process -+ RT_TRACE(_module_hal_init_c_ , _drv_info_, ("HalPwrSeqCmdParsing: PWR_CMD_END\n")); -+ return _TRUE; -+ break; -+ -+ default: -+ RT_TRACE(_module_hal_init_c_ , _drv_err_, ("HalPwrSeqCmdParsing: Unknown CMD!!\n")); -+ break; -+ } -+ } -+ -+ AryIdx++;//Add Array Index -+ }while(1); -+ -+ return _TRUE; -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/led/hal_usb_led.c linux/3rdparty/rtl8812au/hal/led/hal_usb_led.c ---- linux.old/3rdparty/rtl8812au/hal/led/hal_usb_led.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/led/hal_usb_led.c 2017-06-07 23:07:21.014687849 +0300 -@@ -0,0 +1,5183 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+ -+// -+// Description: -+// Implementation of LED blinking behavior. -+// It toggle off LED and schedule corresponding timer if necessary. -+// -+void -+SwLedBlink( -+ PLED_USB pLed -+ ) -+{ -+ _adapter *padapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,( "Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ // Determine if we shall change LED state again. -+ pLed->BlinkTimes--; -+ switch(pLed->CurrLedState) -+ { -+ -+ case LED_BLINK_NORMAL: -+ if(pLed->BlinkTimes == 0) -+ { -+ bStopBlinking = _TRUE; -+ } -+ break; -+ -+ case LED_BLINK_StartToBlink: -+ if( check_fwstate(pmlmepriv, _FW_LINKED) && check_fwstate(pmlmepriv, WIFI_STATION_STATE) ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if( check_fwstate(pmlmepriv, _FW_LINKED) && -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ else if(pLed->BlinkTimes == 0) -+ { -+ bStopBlinking = _TRUE; -+ } -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ break; -+ -+ -+ default: -+ bStopBlinking = _TRUE; -+ break; -+ -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else if( (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) && (pLed->bLedOn == _FALSE)) -+ { -+ SwLedOn(padapter, pLed); -+ } -+ else if( (check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) && pLed->bLedOn == _TRUE) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ -+ pLed->BlinkTimes = 0; -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ // Assign LED state to toggle. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ // Schedule a timer to toggle LED state. -+ switch( pLed->CurrLedState ) -+ { -+ case LED_BLINK_NORMAL: -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ break; -+ -+ case LED_BLINK_SLOWLY: -+ case LED_BLINK_StartToBlink: -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ break; -+ -+ case LED_BLINK_WPS: -+ { -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LONG_INTERVAL); -+ else -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LONG_INTERVAL); -+ } -+ break; -+ -+ default: -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ break; -+ } -+ } -+} -+ -+void -+SwLedBlink1( -+ PLED_USB pLed -+ ) -+{ -+ _adapter *padapter = pLed->padapter; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ PLED_USB pLed1 = &(ledpriv->SwLed1); -+ u8 bStopBlinking = _FALSE; -+ -+ u32 uLedBlinkNoLinkInterval = LED_BLINK_NO_LINK_INTERVAL_ALPHA; //add by ylb 20121012 for customer led for alpha -+ if(pHalData->CustomerID == RT_CID_819x_ALPHA_Dlink) -+ uLedBlinkNoLinkInterval= LED_BLINK_NO_LINK_INTERVAL_ALPHA_500MS; -+ -+ if(pHalData->CustomerID == RT_CID_819x_CAMEO) -+ pLed = &(ledpriv->SwLed1); -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,( "Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ -+ if(pHalData->CustomerID == RT_CID_DEFAULT) -+ { -+ if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ if(!pLed1->bSWLedCtrl) -+ { -+ SwLedOn(padapter, pLed1); -+ pLed1->bSWLedCtrl = _TRUE; -+ } -+ else if(!pLed1->bLedOn) -+ SwLedOn(padapter, pLed1); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (): turn on pLed1\n")); -+ } -+ else -+ { -+ if(!pLed1->bSWLedCtrl) -+ { -+ SwLedOff(padapter, pLed1); -+ pLed1->bSWLedCtrl = _TRUE; -+ } -+ else if(pLed1->bLedOn) -+ SwLedOff(padapter, pLed1); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (): turn off pLed1\n")); -+ } -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_SLOWLY: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), uLedBlinkNoLinkInterval);//change by ylb 20121012 for customer led for alpha -+ break; -+ -+ case LED_BLINK_NORMAL: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ break; -+ -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->bLedLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_NORMAL; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), uLedBlinkNoLinkInterval); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->bLedLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_NORMAL; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), uLedBlinkNoLinkInterval); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->BlinkTimes = 0; -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS success -+ if(pLed->BlinkingLedState == RTW_LED_ON) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_WPS_SUCESS_INTERVAL_ALPHA); -+ bStopBlinking = _FALSE; -+ } -+ else -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ pLed->bLedLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_NORMAL; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+} -+ -+void -+SwLedBlink2( -+ PLED_USB pLed -+ ) -+{ -+ _adapter *padapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON) -+ { -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("stop scan blink CurrLedState %d\n", pLed->CurrLedState)); -+ -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("stop scan blink CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("stop CurrLedState %d\n", pLed->CurrLedState)); -+ -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("stop CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+} -+ -+void -+SwLedBlink3( -+ PLED_USB pLed -+ ) -+{ -+ _adapter *padapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ if(pLed->CurrLedState != LED_BLINK_WPS_STOP) -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if( !pLed->bLedOn ) -+ SwLedOn(padapter, pLed); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedOn ) -+ SwLedOff(padapter, pLed); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ if( !pLed->bLedOn ) -+ SwLedOn(padapter, pLed); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ if( pLed->bLedOn ) -+ SwLedOff(padapter, pLed); -+ -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS success -+ if(pLed->BlinkingLedState == RTW_LED_ON) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_WPS_SUCESS_INTERVAL_ALPHA); -+ bStopBlinking = _FALSE; -+ } -+ else -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ break; -+ -+ -+ default: -+ break; -+ } -+ -+} -+ -+ -+void -+SwLedBlink4( -+ PLED_USB pLed -+ ) -+{ -+ _adapter *padapter = pLed->padapter; -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ PLED_USB pLed1 = &(ledpriv->SwLed1); -+ u8 bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ if(!pLed1->bLedWPSBlinkInProgress && pLed1->BlinkingLedState == LED_UNKNOWN) -+ { -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ pLed1->CurrLedState = RTW_LED_OFF; -+ SwLedOff(padapter, pLed1); -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_SLOWLY: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ break; -+ -+ case LED_BLINK_StartToBlink: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _FALSE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS authentication fail -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ break; -+ -+ case LED_BLINK_WPS_STOP_OVERLAP: //WPS session overlap -+ pLed->BlinkTimes--; -+ if(pLed->BlinkTimes == 0) -+ { -+ if(pLed->bLedOn) -+ { -+ pLed->BlinkTimes = 1; -+ } -+ else -+ { -+ bStopBlinking = _TRUE; -+ } -+ } -+ -+ if(bStopBlinking) -+ { -+ pLed->BlinkTimes = 10; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_ALWAYS_ON: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("RFOff Status \n")); -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedBlink4 CurrLedState %d\n", pLed->CurrLedState)); -+ -+ -+} -+ -+void -+SwLedBlink5( -+ PLED_USB pLed -+ ) -+{ -+ _adapter *padapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if(pLed->bLedOn) -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if(!pLed->bLedOn) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if(pLed->bLedOn) -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if(!pLed->bLedOn) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(padapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedBlink5 CurrLedState %d\n", pLed->CurrLedState)); -+ -+ -+} -+ -+void -+SwLedBlink6( -+ PLED_USB pLed -+ ) -+{ -+ _adapter *padapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(padapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("<==== blink6\n")); -+} -+ -+void -+SwLedBlink7( -+ PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ if(pLed->CurrLedState != LED_BLINK_WPS_STOP) -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if( !pLed->bLedOn ) -+ SwLedOn(Adapter, pLed); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedOn ) -+ SwLedOff(Adapter, pLed); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ } -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS success -+ if(pLed->BlinkingLedState == RTW_LED_ON) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ bStopBlinking = _FALSE; -+ } -+ else -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ break; -+ -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("<==== blink7\n")); -+ -+} -+ -+void -+SwLedBlink8( -+ PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes blink8(%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes blink8(%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("<==== blink8\n")); -+ -+} -+ -+//page added for Belkin AC950. 20120813 -+void -+SwLedBlink9( -+ PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ //DBG_871X("%s, pLed->CurrLedState=%d, pLed->BlinkingLedState=%d \n", __FUNCTION__, pLed->CurrLedState, pLed->BlinkingLedState); -+ -+ -+ switch(pLed->CurrLedState) -+ { -+ case RTW_LED_ON: -+ SwLedOn(Adapter, pLed); -+ break; -+ -+ case RTW_LED_OFF: -+ SwLedOff(Adapter, pLed); -+ break; -+ -+ case LED_BLINK_SLOWLY: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ break; -+ -+ case LED_BLINK_StartToBlink: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+ pLed->bLedLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->BlinkTimes = 0; -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS authentication fail -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ break; -+ -+ case LED_BLINK_WPS_STOP_OVERLAP: //WPS session overlap -+ pLed->BlinkTimes--; -+ pLed->BlinkCounter --; -+ if(pLed->BlinkCounter == 0) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ pLed->CurrLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ else -+ { -+ if(pLed->BlinkTimes == 0) -+ { -+ if(pLed->bLedOn) -+ { -+ pLed->BlinkTimes = 1; -+ } -+ else -+ { -+ bStopBlinking = _TRUE; -+ } -+ } -+ -+ if(bStopBlinking) -+ { -+ pLed->BlinkTimes = 10; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ } -+ break; -+ -+ case LED_BLINK_ALWAYS_ON: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if(IS_HARDWARE_TYPE_8812AU(Adapter)) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ pLed->CurrLedState = LED_BLINK_ALWAYS_ON; -+ } -+ else -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("RFOff Status \n")); -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if(IS_HARDWARE_TYPE_8812AU(Adapter)) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_LINK_IN_PROCESS: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ON_BELKIN); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_OFF_BELKIN); -+ } -+ break; -+ -+ case LED_BLINK_AUTH_ERROR: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking == _FALSE) -+ { -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_ERROR_INTERVAL_BELKIN); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_ERROR_INTERVAL_BELKIN); -+ } -+ } -+ else -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_ERROR_INTERVAL_BELKIN); -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedBlink9 CurrLedState %d\n", pLed->CurrLedState)); -+} -+ -+//page added for Netgear A6200V2. 20120827 -+void -+SwLedBlink10( -+ PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ -+ switch(pLed->CurrLedState) -+ { -+ case RTW_LED_ON: -+ SwLedOn(Adapter, pLed); -+ break; -+ -+ case RTW_LED_OFF: -+ SwLedOff(Adapter, pLed); -+ break; -+ -+ case LED_BLINK_SLOWLY: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ break; -+ -+ case LED_BLINK_StartToBlink: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_SCAN: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on ) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ pLed->BlinkTimes = 0; -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_SLOWLY_INTERVAL_NETGEAR+LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ } -+ } -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL+LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS authentication fail -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ break; -+ -+ case LED_BLINK_WPS_STOP_OVERLAP: //WPS session overlap -+ pLed->BlinkTimes--; -+ pLed->BlinkCounter --; -+ if(pLed->BlinkCounter == 0) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ pLed->CurrLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ else -+ { -+ if(pLed->BlinkTimes == 0) -+ { -+ if(pLed->bLedOn) -+ { -+ pLed->BlinkTimes = 1; -+ } -+ else -+ { -+ bStopBlinking = _TRUE; -+ } -+ } -+ -+ if(bStopBlinking) -+ { -+ pLed->BlinkTimes = 10; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ } -+ break; -+ -+ case LED_BLINK_ALWAYS_ON: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if(IS_HARDWARE_TYPE_8812AU(Adapter)) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ pLed->CurrLedState = LED_BLINK_ALWAYS_ON; -+ } -+ else -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("RFOff Status \n")); -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if(IS_HARDWARE_TYPE_8812AU(Adapter)) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ case LED_BLINK_LINK_IN_PROCESS: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ON_BELKIN); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_OFF_BELKIN); -+ } -+ break; -+ -+ case LED_BLINK_AUTH_ERROR: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking == _FALSE) -+ { -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_ERROR_INTERVAL_BELKIN); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_ERROR_INTERVAL_BELKIN); -+ } -+ } -+ else -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_ERROR_INTERVAL_BELKIN); -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedBlink10 CurrLedState %d\n", pLed->CurrLedState)); -+ -+} -+ -+void -+SwLedBlink11( -+ PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_TXRX: -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ -+ break; -+ -+ case LED_BLINK_WPS: -+ if(pLed->BlinkTimes == 5) -+ { -+ SwLedOn(Adapter, pLed); -+ _set_timer(&(pLed->BlinkTimer), LED_CM11_LINK_ON_INTERVEL); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_CM11_BLINK_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_CM11_BLINK_INTERVAL); -+ } -+ } -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking == _TRUE) -+ pLed->BlinkTimes = 5; -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS authentication fail -+ if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ else -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ SwLedOn(Adapter, pLed); -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedBlink5 CurrLedState %d\n", pLed->CurrLedState)); -+} -+ -+void -+SwLedBlink12( -+ PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%ld): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%ld): turn off\n", pLed->BlinkTimes)); -+ } -+ -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_SLOWLY: -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ break; -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if(pLed->bLedOn) -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedBlink8 CurrLedState %d\n", pLed->CurrLedState)); -+ -+ -+} -+ -+VOID -+SwLedBlink13( -+ IN PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ static u8 LinkBlinkCnt=0; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ if(pLed->CurrLedState != LED_BLINK_WPS_STOP) -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("!!! SwLedBlink13 CurrLedState %d, bLedWPSBlinkInProgress %d, bLedBlinkInProgress %d\n", pLed->CurrLedState,pLed->bLedWPSBlinkInProgress,pLed->bLedBlinkInProgress)); -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_LINK_IN_PROCESS: -+ if(!pLed->bLedWPSBlinkInProgress) -+ LinkBlinkCnt++; -+ -+ if(LinkBlinkCnt>15) -+ { -+ LinkBlinkCnt=0; -+ pLed->bLedBlinkInProgress = _FALSE; -+ break; -+ } -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 500); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 500); -+ } -+ -+ break; -+ -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_ON_INTERVAL_NETGEAR); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_OFF_INTERVAL_NETGEAR); -+ } -+ -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS success -+ SwLedOff(Adapter, pLed); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ break; -+ -+ default: -+ LinkBlinkCnt=0; -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("<==== blink13\n")); -+ -+} -+ -+VOID -+SwLedBlink14( -+ IN PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ static u8 LinkBlinkCnt=0; -+ -+ // Change LED according to BlinkingLedState specified. -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ if(pLed->CurrLedState != LED_BLINK_WPS_STOP) -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("!!! SwLedBlink14 CurrLedState %d, bLedWPSBlinkInProgress %d, bLedBlinkInProgress %d\n", pLed->CurrLedState,pLed->bLedWPSBlinkInProgress,pLed->bLedBlinkInProgress)); -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ SwLedOn(Adapter, pLed); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ else -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ else -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ } -+ -+ break; -+ -+ default: -+ LinkBlinkCnt=0; -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("<==== blink14\n")); -+} -+ -+VOID -+SwLedBlink15( -+ IN PLED_USB pLed -+ ) -+{ -+ PADAPTER Adapter = pLed->padapter; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bStopBlinking = _FALSE; -+ static u8 LinkBlinkCnt=0; -+ // Change LED according to BlinkingLedState specified. -+ -+ if( pLed->BlinkingLedState == RTW_LED_ON ) -+ { -+ SwLedOn(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn on\n", pLed->BlinkTimes)); -+ } -+ else -+ { -+ if(pLed->CurrLedState != LED_BLINK_WPS_STOP) -+ SwLedOff(Adapter, pLed); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Blinktimes (%d): turn off\n", pLed->BlinkTimes)); -+ } -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("!!! SwLedBlink15 CurrLedState %d, bLedWPSBlinkInProgress %d, bLedBlinkInProgress %d\n", pLed->CurrLedState,pLed->bLedWPSBlinkInProgress,pLed->bLedBlinkInProgress)); -+ switch(pLed->CurrLedState) -+ { -+ case LED_BLINK_WPS: -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_ON_INTERVAL_DLINK); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_OFF_INTERVAL_DLINK); -+ } -+ break; -+ -+ case LED_BLINK_WPS_STOP: //WPS success -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("blink15, LED_BLINK_WPS_STOP BlinkingLedState %d\n",pLed->BlinkingLedState)); -+ -+ if(pLed->BlinkingLedState == RTW_LED_OFF) -+ { -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ return; -+ } -+ -+ pLed->CurrLedState = LED_BLINK_WPS_STOP; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_LINKED_ON_INTERVAL_DLINK); -+ break; -+ -+ case LED_BLINK_NO_LINK: -+ { -+ static BOOLEAN bLedOn=_TRUE; -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("blink15, LED_NO_LINK_BLINK bLedOn %d\n",bLedOn)); -+ if(bLedOn) -+ { -+ bLedOn=_FALSE; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ } -+ else -+ { -+ bLedOn=_TRUE; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_LINK_IDEL: -+ { -+ static BOOLEAN bLedOn=_TRUE; -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("blink15, LED_BLINK_LINK_IDEL bLedOn %d\n",bLedOn)); -+ if(bLedOn) -+ { -+ bLedOn=_FALSE; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ } -+ else -+ { -+ bLedOn=_TRUE; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_IDEL_INTERVAL); -+ } -+ break; -+ -+ case LED_BLINK_SCAN: -+ { -+ static u8 BlinkTime=0; -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("blink15, LED_SCAN_BLINK bLedOn %d\n",BlinkTime)); -+ if(BlinkTime %2==0) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ } -+ BlinkTime ++; -+ -+ if(BlinkTime<24) -+ { -+ pLed->bLedBlinkInProgress = _TRUE; -+ -+ if(pLed->BlinkingLedState == RTW_LED_ON) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_OFF_INTERVAL); -+ else -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_ON_INTERVAL); -+ } -+ else -+ { -+ //if(pLed->OLDLedState ==LED_NO_LINK_BLINK) -+ if(check_fwstate(pmlmepriv, _FW_LINKED)== _FALSE) -+ { -+ pLed->CurrLedState = LED_BLINK_NO_LINK; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), 100); -+ } -+ BlinkTime =0; -+ } -+ } -+ break; -+ -+ case LED_BLINK_TXRX: -+ pLed->BlinkTimes--; -+ if( pLed->BlinkTimes == 0 ) -+ { -+ bStopBlinking = _TRUE; -+ } -+ if(bStopBlinking) -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ SwLedOn(Adapter, pLed); -+ } -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ if( adapter_to_pwrctl(Adapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(Adapter)->rfoff_reason > RF_CHANGE_BY_PS) -+ { -+ SwLedOff(Adapter, pLed); -+ } -+ else -+ { -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ default: -+ LinkBlinkCnt=0; -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("<==== blink15\n")); -+} -+ -+// -+// Description: -+// Handler function of LED Blinking. -+// We dispatch acture LED blink action according to LedStrategy. -+// -+void BlinkHandler(PLED_USB pLed) -+{ -+ _adapter *padapter = pLed->padapter; -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ -+ //DBG_871X("%s (%s:%d)\n",__FUNCTION__, current->comm, current->pid); -+ -+ if (RTW_CANNOT_RUN(padapter) || (!rtw_is_hw_init_completed(padapter))) { -+ /*DBG_871X("%s bDriverStopped:%s, bSurpriseRemoved:%s\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False" );*/ -+ return; -+ } -+ -+ switch(ledpriv->LedStrategy) -+ { -+ case SW_LED_MODE0: -+ SwLedBlink(pLed); -+ break; -+ -+ case SW_LED_MODE1: -+ SwLedBlink1(pLed); -+ break; -+ -+ case SW_LED_MODE2: -+ SwLedBlink2(pLed); -+ break; -+ -+ case SW_LED_MODE3: -+ SwLedBlink3(pLed); -+ break; -+ -+ case SW_LED_MODE4: -+ SwLedBlink4(pLed); -+ break; -+ -+ case SW_LED_MODE5: -+ SwLedBlink5(pLed); -+ break; -+ -+ case SW_LED_MODE6: -+ SwLedBlink6(pLed); -+ break; -+ -+ case SW_LED_MODE7: -+ SwLedBlink7(pLed); -+ break; -+ -+ case SW_LED_MODE8: -+ SwLedBlink8(pLed); -+ break; -+ -+ case SW_LED_MODE9: -+ SwLedBlink9(pLed); -+ break; -+ -+ case SW_LED_MODE10: -+ SwLedBlink10(pLed); -+ break; -+ -+ case SW_LED_MODE11: -+ SwLedBlink11(pLed); -+ break; -+ -+ case SW_LED_MODE12: -+ SwLedBlink12(pLed); -+ break; -+ -+ case SW_LED_MODE13: -+ SwLedBlink13(pLed); -+ break; -+ -+ case SW_LED_MODE14: -+ SwLedBlink14(pLed); -+ break; -+ -+ case SW_LED_MODE15: -+ SwLedBlink15(pLed); -+ break; -+ -+ default: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("BlinkWorkItemCallback 0x%x \n", ledpriv->LedStrategy)); -+ //SwLedBlink(pLed); -+ break; -+ } -+} -+ -+// -+// Description: -+// Callback function of LED BlinkTimer, -+// it just schedules to corresponding BlinkWorkItem/led_blink_hdl -+// -+void BlinkTimerCallback(void *data) -+{ -+ PLED_USB pLed = (PLED_USB)data; -+ _adapter *padapter = pLed->padapter; -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ if (RTW_CANNOT_RUN(padapter) || (!rtw_is_hw_init_completed(padapter))) { -+ /*DBG_871X("%s bDriverStopped:%s, bSurpriseRemoved:%s\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False" );*/ -+ return; -+ } -+ -+ #ifdef CONFIG_LED_HANDLED_BY_CMD_THREAD -+ rtw_led_blink_cmd(padapter, (PVOID)pLed); -+ #else -+ if(ATOMIC_READ(&pLed->bCancelWorkItem) == _FALSE) -+ _set_workitem(&(pLed->BlinkWorkItem)); -+ #endif -+} -+ -+// -+// Description: -+// Callback function of LED BlinkWorkItem. -+// We dispatch acture LED blink action according to LedStrategy. -+// -+void BlinkWorkItemCallback(_workitem *work) -+{ -+ PLED_USB pLed = container_of(work, LED_USB, BlinkWorkItem); -+ BlinkHandler(pLed); -+} -+ -+static void -+SwLedControlMode0( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ PLED_USB pLed = &(ledpriv->SwLed1); -+ -+ // Decide led state -+ switch(LedAction) -+ { -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if( pLed->bLedBlinkInProgress == _FALSE ) -+ { -+ pLed->bLedBlinkInProgress = _TRUE; -+ -+ pLed->CurrLedState = LED_BLINK_NORMAL; -+ pLed->BlinkTimes = 2; -+ -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ break; -+ -+ case LED_CTL_START_TO_LINK: -+ if( pLed->bLedBlinkInProgress == _FALSE ) -+ { -+ pLed->bLedBlinkInProgress = _TRUE; -+ -+ pLed->CurrLedState = LED_BLINK_StartToBlink; -+ pLed->BlinkTimes = 24; -+ -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->CurrLedState = LED_BLINK_StartToBlink; -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ pLed->CurrLedState = RTW_LED_ON; -+ if( pLed->bLedBlinkInProgress == _FALSE ) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_NO_LINK: -+ pLed->CurrLedState = RTW_LED_OFF; -+ if( pLed->bLedBlinkInProgress == _FALSE ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ if(pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ SwLedOff(padapter, pLed); -+ break; -+ -+ case LED_CTL_START_WPS: -+ if( pLed->bLedBlinkInProgress == _FALSE || pLed->CurrLedState == RTW_LED_ON) -+ { -+ pLed->bLedBlinkInProgress = _TRUE; -+ -+ pLed->CurrLedState = LED_BLINK_WPS; -+ pLed->BlinkTimes = 20; -+ -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LONG_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LONG_INTERVAL); -+ } -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS: -+ if(pLed->bLedBlinkInProgress) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ break; -+ -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led %d\n", pLed->CurrLedState)); -+ -+} -+ -+ //ALPHA, added by chiyoko, 20090106 -+static void -+SwLedControlMode1( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ -+ u32 uLedBlinkNoLinkInterval = LED_BLINK_NO_LINK_INTERVAL_ALPHA; //add by ylb 20121012 for customer led for alpha -+ if(pHalData->CustomerID == RT_CID_819x_ALPHA_Dlink) -+ uLedBlinkNoLinkInterval= LED_BLINK_NO_LINK_INTERVAL_ALPHA_500MS; -+ -+ if(pHalData->CustomerID == RT_CID_819x_CAMEO) -+ pLed = &(ledpriv->SwLed1); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_POWER_ON: -+ case LED_CTL_START_TO_LINK: -+ case LED_CTL_NO_LINK: -+ if( pLed->bLedNoLinkBlinkInProgress == _FALSE ) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if( pLed->bLedLinkBlinkInProgress == _TRUE ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), uLedBlinkNoLinkInterval);//change by ylb 20121012 for customer led for alpha -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ if( pLed->bLedLinkBlinkInProgress == _FALSE ) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_NORMAL; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_SITE_SURVEY: -+ if((pmlmepriv->LinkDetectInfo.bBusyTraffic) && (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE)) -+ ; -+ else if(pLed->bLedScanBlinkInProgress ==_FALSE) -+ { -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress == _TRUE ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 24; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ if (adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && adapter_to_pwrctl(padapter)->rfoff_reason == RF_CHANGE_BY_IPS) -+ _set_timer(&(pLed->BlinkTimer), LED_INITIAL_INTERVAL); -+ else -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ -+ } -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if(pLed->bLedBlinkInProgress ==_FALSE) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress == _TRUE ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ if(pLed->bLedWPSBlinkInProgress ==_FALSE) -+ { -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress == _TRUE ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ break; -+ -+ -+ case LED_CTL_STOP_WPS: -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress == _TRUE ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ } -+ else -+ { -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ } -+ -+ pLed->CurrLedState = LED_BLINK_WPS_STOP; -+ if(pLed->bLedOn) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_WPS_SUCESS_INTERVAL_ALPHA); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL: -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), uLedBlinkNoLinkInterval);//change by ylb 20121012 for customer led for alpha -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedNoLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ -+ SwLedOff(padapter, pLed); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led %d\n", pLed->CurrLedState)); -+} -+ -+ //Arcadyan/Sitecom , added by chiyoko, 20090216 -+static void -+SwLedControlMode2( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_SITE_SURVEY: -+ if(pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ ; -+ else if(pLed->bLedScanBlinkInProgress ==_FALSE) -+ { -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 24; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if((pLed->bLedBlinkInProgress ==_FALSE) && (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE)) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ if(pLed->bLedWPSBlinkInProgress ==_FALSE) -+ { -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS: -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ if(adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ else -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL: -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+ break; -+ -+ case LED_CTL_START_TO_LINK: -+ case LED_CTL_NO_LINK: -+ if(!IS_LED_BLINKING(pLed)) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ SwLedOff(padapter, pLed); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+} -+ -+ //COREGA, added by chiyoko, 20090316 -+ static void -+ SwLedControlMode3( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_SITE_SURVEY: -+ if(pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ ; -+ else if(pLed->bLedScanBlinkInProgress ==_FALSE) -+ { -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 24; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if((pLed->bLedBlinkInProgress ==_FALSE) && (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE)) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ if(pLed->bLedWPSBlinkInProgress ==_FALSE) -+ { -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS: -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ } -+ -+ pLed->CurrLedState = LED_BLINK_WPS_STOP; -+ if(pLed->bLedOn) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_WPS_SUCESS_INTERVAL_ALPHA); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL: -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_START_TO_LINK: -+ case LED_CTL_NO_LINK: -+ if(!IS_LED_BLINKING(pLed)) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ SwLedOff(padapter, pLed); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("CurrLedState %d\n", pLed->CurrLedState)); -+} -+ -+ -+ //Edimax-Belkin, added by chiyoko, 20090413 -+static void -+SwLedControlMode4( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ PLED_USB pLed1 = &(ledpriv->SwLed1); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_START_TO_LINK: -+ if(pLed1->bLedWPSBlinkInProgress) -+ { -+ pLed1->bLedWPSBlinkInProgress = _FALSE; -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ pLed1->CurrLedState = RTW_LED_OFF; -+ -+ if(pLed1->bLedOn) -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ if( pLed->bLedStartToLinkBlinkInProgress == _FALSE ) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedNoLinkBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedStartToLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_StartToBlink; -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ case LED_CTL_NO_LINK: -+ //LED1 settings -+ if(LedAction == LED_CTL_LINK) -+ { -+ if(pLed1->bLedWPSBlinkInProgress) -+ { -+ pLed1->bLedWPSBlinkInProgress = _FALSE; -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ pLed1->CurrLedState = RTW_LED_OFF; -+ -+ if(pLed1->bLedOn) -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ } -+ -+ if( pLed->bLedNoLinkBlinkInProgress == _FALSE ) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_SITE_SURVEY: -+ if((pmlmepriv->LinkDetectInfo.bBusyTraffic) && (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE)) -+ ; -+ else if(pLed->bLedScanBlinkInProgress ==_FALSE) -+ { -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 24; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if(pLed->bLedBlinkInProgress ==_FALSE) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ if(pLed1->bLedWPSBlinkInProgress) -+ { -+ pLed1->bLedWPSBlinkInProgress = _FALSE; -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ pLed1->CurrLedState = RTW_LED_OFF; -+ -+ if(pLed1->bLedOn) -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ if(pLed->bLedWPSBlinkInProgress ==_FALSE) -+ { -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SLOWLY_INTERVAL); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ } -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS: //WPS connect success -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL: //WPS authentication fail -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ -+ //LED1 settings -+ if(pLed1->bLedWPSBlinkInProgress) -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ else -+ pLed1->bLedWPSBlinkInProgress = _TRUE; -+ -+ pLed1->CurrLedState = LED_BLINK_WPS_STOP; -+ if( pLed1->bLedOn ) -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL_OVERLAP: //WPS session overlap -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ -+ //LED1 settings -+ if(pLed1->bLedWPSBlinkInProgress) -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ else -+ pLed1->bLedWPSBlinkInProgress = _TRUE; -+ -+ pLed1->CurrLedState = LED_BLINK_WPS_STOP_OVERLAP; -+ pLed1->BlinkTimes = 10; -+ if( pLed1->bLedOn ) -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ if( pLed->bLedNoLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedStartToLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedStartToLinkBlinkInProgress = _FALSE; -+ } -+ -+ if( pLed1->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ pLed1->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed1->BlinkingLedState = LED_UNKNOWN; -+ SwLedOff(padapter, pLed); -+ SwLedOff(padapter, pLed1); -+ break; -+ -+ case LED_CTL_CONNECTION_NO_TRANSFER: -+ if(pLed->bLedBlinkInProgress == _FALSE) -+ { -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ -+ pLed->CurrLedState = LED_BLINK_ALWAYS_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led %d\n", pLed->CurrLedState)); -+} -+ -+ -+ -+ //Sercomm-Belkin, added by chiyoko, 20090415 -+static void -+SwLedControlMode5( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ if(pHalData->CustomerID == RT_CID_819x_CAMEO) -+ pLed = &(ledpriv->SwLed1); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_POWER_ON: -+ case LED_CTL_NO_LINK: -+ case LED_CTL_LINK: //solid blue -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_SITE_SURVEY: -+ if((pmlmepriv->LinkDetectInfo.bBusyTraffic) && (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE)) -+ ; -+ else if(pLed->bLedScanBlinkInProgress ==_FALSE) -+ { -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 24; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if(pLed->bLedBlinkInProgress ==_FALSE) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN) -+ { -+ return; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ SwLedOff(padapter, pLed); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led %d\n", pLed->CurrLedState)); -+} -+ -+ //WNC-Corega, added by chiyoko, 20090902 -+static void -+SwLedControlMode6( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ PLED_USB pLed0 = &(ledpriv->SwLed0); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_POWER_ON: -+ case LED_CTL_LINK: -+ case LED_CTL_NO_LINK: -+ _cancel_timer_ex(&(pLed0->BlinkTimer)); -+ pLed0->CurrLedState = RTW_LED_ON; -+ pLed0->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed0->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ SwLedOff(padapter, pLed0); -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("ledcontrol 6 Led %d\n", pLed0->CurrLedState)); -+} -+ -+//Netgear, added by sinda, 2011/11/11 -+ void -+ SwLedControlMode7( -+ PADAPTER Adapter, -+ LED_CTL_MODE LedAction -+ ) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_SITE_SURVEY: -+ if(pmlmepriv->LinkDetectInfo.bBusyTraffic) -+ ; -+ else if(pLed->bLedScanBlinkInProgress == _FALSE) -+ { -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 6; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ if(pLed->bLedWPSBlinkInProgress ==_FALSE) -+ { -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS: -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ } -+ -+ pLed->CurrLedState = LED_BLINK_WPS_STOP; -+ if(pLed->bLedOn) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ break; -+ -+ -+ case LED_CTL_STOP_WPS_FAIL: -+ case LED_CTL_STOP_WPS_FAIL_OVERLAP: //WPS session overlap -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_START_TO_LINK: -+ case LED_CTL_NO_LINK: -+ if(!IS_LED_BLINKING(pLed)) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ case LED_CTL_POWER_ON: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("LEd control mode 7 CurrLedState %d\n", pLed->CurrLedState)); -+} -+ -+void -+SwLedControlMode8( -+ PADAPTER Adapter, -+ LED_CTL_MODE LedAction -+ ) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed0 = &(ledpriv->SwLed0); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_LINK: -+ _cancel_timer_ex(&(pLed0->BlinkTimer)); -+ pLed0->CurrLedState = RTW_LED_ON; -+ pLed0->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed0->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_NO_LINK: -+ _cancel_timer_ex(&(pLed0->BlinkTimer)); -+ pLed0->CurrLedState = RTW_LED_OFF; -+ pLed0->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed0->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ SwLedOff(Adapter, pLed0); -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 8 %d\n", pLed0->CurrLedState)); -+ -+} -+ -+//page added for Belkin AC950, 20120813 -+void -+SwLedControlMode9( -+ IN PADAPTER Adapter, -+ IN LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ PLED_USB pLed1 = &(ledpriv->SwLed1); -+ PLED_USB pLed2 = &(ledpriv->SwLed2); -+ BOOLEAN bWPSOverLap = _FALSE; -+ //DBG_871X("LedAction=%d \n", LedAction); -+ switch(LedAction) -+ { -+ case LED_CTL_START_TO_LINK: -+ if(pLed2->bLedBlinkInProgress == _FALSE) -+ { -+ pLed2->bLedBlinkInProgress = _TRUE; -+ pLed2->BlinkingLedState = RTW_LED_ON; -+ pLed2->CurrLedState = LED_BLINK_LINK_IN_PROCESS; -+ -+ _set_timer(&(pLed2->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ case LED_CTL_NO_LINK: -+ //LED1 settings -+ if(LedAction == LED_CTL_NO_LINK) -+ { -+ //if(pMgntInfo->AuthStatus == AUTH_STATUS_FAILED) -+ if(0) -+ { -+ pLed1->CurrLedState = LED_BLINK_AUTH_ERROR; -+ if( pLed1->bLedOn ) -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ else -+ { -+ pLed1->CurrLedState = RTW_LED_OFF; -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ if( pLed1->bLedOn ) -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ } -+ else -+ { -+ pLed1->CurrLedState = RTW_LED_OFF; -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ if( pLed1->bLedOn ) -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ -+ //LED2 settings -+ if(LedAction == LED_CTL_LINK) -+ { -+ if(Adapter->securitypriv.dot11PrivacyAlgrthm != _NO_PRIVACY_) -+ { -+ if(pLed2->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed2->BlinkTimer)); -+ pLed2->bLedBlinkInProgress = _FALSE; -+ } -+ pLed2->CurrLedState = RTW_LED_ON; -+ pLed2->bLedNoLinkBlinkInProgress = _TRUE; -+ if(!pLed2->bLedOn) -+ _set_timer(&(pLed2->BlinkTimer), 0); -+ } -+ else -+ { -+ if(pLed2->bLedWPSBlinkInProgress != _TRUE) -+ { -+ pLed2->CurrLedState = RTW_LED_OFF; -+ pLed2->BlinkingLedState = RTW_LED_OFF; -+ if(pLed2->bLedOn) -+ _set_timer(&(pLed2->BlinkTimer), 0); -+ } -+ } -+ } -+ else //NO_LINK -+ { -+ if(pLed2->bLedWPSBlinkInProgress == _FALSE) -+ { -+ pLed2->CurrLedState = RTW_LED_OFF; -+ pLed2->BlinkingLedState = RTW_LED_OFF; -+ if(pLed2->bLedOn) -+ _set_timer(&(pLed2->BlinkTimer), 0); -+ } -+ } -+ -+ //LED0 settings -+ if( pLed->bLedNoLinkBlinkInProgress == _FALSE ) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ if(IS_HARDWARE_TYPE_8812AU(Adapter)) -+ { -+ if(LedAction == LED_CTL_LINK) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ } -+ else -+ { -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ } -+ else -+ { -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ } -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ -+ break; -+ -+ case LED_CTL_SITE_SURVEY: -+ if((pmlmepriv->LinkDetectInfo.bBusyTraffic) && (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE)) -+ ; -+ else //if(pLed->bLedScanBlinkInProgress ==FALSE) -+ { -+ if(IS_LED_WPS_BLINKING(pLed)) -+ return; -+ -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 24; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ -+ } -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if(pLed->bLedBlinkInProgress == _FALSE) -+ { -+ if(pLed->CurrLedState == LED_BLINK_SCAN || IS_LED_WPS_BLINKING(pLed)) -+ { -+ return; -+ } -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ pLed2->bLedBlinkInProgress = _TRUE; -+ pLed2->BlinkingLedState = RTW_LED_ON; -+ pLed2->CurrLedState = LED_BLINK_LINK_IN_PROCESS; -+ pLed2->bLedWPSBlinkInProgress = _TRUE; -+ -+ _set_timer(&(pLed2->BlinkTimer), 500); -+ -+ break; -+ -+ case LED_CTL_STOP_WPS: //WPS connect success -+ //LED2 settings -+ if(pLed2->bLedWPSBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed2->BlinkTimer)); -+ pLed2->bLedBlinkInProgress = _FALSE; -+ pLed2->bLedWPSBlinkInProgress = _FALSE; -+ } -+ pLed2->CurrLedState = RTW_LED_ON; -+ pLed2->bLedNoLinkBlinkInProgress = _TRUE; -+ if(!pLed2->bLedOn) -+ _set_timer(&(pLed2->BlinkTimer), 0); -+ -+ //LED1 settings -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ pLed1->CurrLedState = RTW_LED_OFF; -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ if( pLed1->bLedOn ) -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ -+ -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL: //WPS authentication fail -+ //LED1 settings -+ //if(bWPSOverLap == _FALSE) -+ { -+ pLed1->CurrLedState = LED_BLINK_AUTH_ERROR; -+ pLed1->BlinkTimes = 50; -+ if( pLed1->bLedOn ) -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ //else -+ //{ -+ // bWPSOverLap = _FALSE; -+ // pLed1->CurrLedState = RTW_LED_OFF; -+ // pLed1->BlinkingLedState = RTW_LED_OFF; -+ // _set_timer(&(pLed1->BlinkTimer), 0); -+ //} -+ -+ //LED2 settings -+ pLed2->CurrLedState = RTW_LED_OFF; -+ pLed2->BlinkingLedState = RTW_LED_OFF; -+ pLed2->bLedWPSBlinkInProgress = _FALSE; -+ if( pLed2->bLedOn ) -+ _set_timer(&(pLed2->BlinkTimer), 0); -+ -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL_OVERLAP: //WPS session overlap -+ //LED1 settings -+ bWPSOverLap = _TRUE; -+ pLed1->CurrLedState = LED_BLINK_WPS_STOP_OVERLAP; -+ pLed1->BlinkTimes = 10; -+ pLed1->BlinkCounter = 50; -+ if( pLed1->bLedOn ) -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ -+ //LED2 settings -+ pLed2->CurrLedState = RTW_LED_OFF; -+ pLed2->BlinkingLedState = RTW_LED_OFF; -+ pLed2->bLedWPSBlinkInProgress = _FALSE; -+ if( pLed2->bLedOn ) -+ _set_timer(&(pLed2->BlinkTimer), 0); -+ -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ if( pLed->bLedNoLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedStartToLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedStartToLinkBlinkInProgress = _FALSE; -+ } -+ -+ if( pLed1->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ pLed1->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ -+ pLed1->BlinkingLedState = LED_UNKNOWN; -+ SwLedOff(Adapter, pLed); -+ SwLedOff(Adapter, pLed1); -+ break; -+ -+ case LED_CTL_CONNECTION_NO_TRANSFER: -+ if(pLed->bLedBlinkInProgress == _FALSE) -+ { -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ -+ pLed->CurrLedState = LED_BLINK_ALWAYS_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 9 Led %d\n", pLed->CurrLedState)); -+} -+ -+//page added for Netgear A6200V2, 20120827 -+void -+SwLedControlMode10( -+ PADAPTER Adapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ PLED_USB pLed1 = &(ledpriv->SwLed1); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_START_TO_LINK: -+ if(pLed1->bLedBlinkInProgress == _FALSE) -+ { -+ pLed1->bLedBlinkInProgress = _TRUE; -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ pLed1->CurrLedState = LED_BLINK_LINK_IN_PROCESS; -+ -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ case LED_CTL_NO_LINK: -+ if(LedAction == LED_CTL_LINK) -+ { -+ if(pLed->bLedWPSBlinkInProgress == _TRUE || pLed1->bLedWPSBlinkInProgress == _TRUE) -+ ; -+ else -+ { -+ if(pHalData->CurrentBandType == BAND_ON_2_4G) -+ //LED0 settings -+ { -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ _set_timer(&(pLed->BlinkTimer), 0); -+ -+ pLed1->CurrLedState = RTW_LED_OFF; -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ else if(pHalData->CurrentBandType == BAND_ON_5G) -+ //LED1 settings -+ { -+ pLed1->CurrLedState = RTW_LED_ON; -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ if(pLed1->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ pLed1->bLedBlinkInProgress = _FALSE; -+ } -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ } -+ } -+ else if(LedAction == LED_CTL_NO_LINK) //TODO by page -+ { -+ if(pLed->bLedWPSBlinkInProgress == _TRUE || pLed1->bLedWPSBlinkInProgress == _TRUE) -+ ; -+ else -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedOn ) -+ _set_timer(&(pLed->BlinkTimer), 0); -+ -+ pLed1->CurrLedState = RTW_LED_OFF; -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ if( pLed1->bLedOn ) -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ } -+ -+ break; -+ -+ case LED_CTL_SITE_SURVEY: -+ if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ ; //don't blink when media connect -+ else //if(pLed->bLedScanBlinkInProgress ==FALSE) -+ { -+ if(IS_LED_WPS_BLINKING(pLed) || IS_LED_WPS_BLINKING(pLed1)) -+ return; -+ -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedScanBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkTimes = 12; -+ pLed->BlinkingLedState = LED_BLINK_SCAN; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ -+ if(pLed1->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ pLed1->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if(pLed1->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ pLed1->bLedBlinkInProgress = _FALSE; -+ } -+ pLed1->bLedScanBlinkInProgress = _TRUE; -+ pLed1->CurrLedState = LED_BLINK_SCAN; -+ pLed1->BlinkTimes = 12; -+ pLed1->BlinkingLedState = LED_BLINK_SCAN; -+ _set_timer(&(pLed1->BlinkTimer), LED_BLINK_LINK_SLOWLY_INTERVAL_NETGEAR); -+ -+ } -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ //LED0 settings -+ if(pLed->bLedBlinkInProgress == _FALSE) -+ { -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->BlinkingLedState = LED_BLINK_WPS; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ //LED1 settings -+ if(pLed1->bLedBlinkInProgress == _FALSE) -+ { -+ pLed1->bLedBlinkInProgress = _TRUE; -+ pLed1->bLedWPSBlinkInProgress = _TRUE; -+ pLed1->BlinkingLedState = LED_BLINK_WPS; -+ pLed1->CurrLedState = LED_BLINK_WPS; -+ _set_timer(&(pLed1->BlinkTimer), LED_BLINK_NORMAL_INTERVAL+LED_BLINK_LINK_INTERVAL_NETGEAR); -+ } -+ -+ -+ break; -+ -+ case LED_CTL_STOP_WPS: //WPS connect success -+ if(pHalData->CurrentBandType == BAND_ON_2_4G) -+ //LED0 settings -+ { -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ _set_timer(&(pLed->BlinkTimer), 0); -+ -+ pLed1->CurrLedState = RTW_LED_OFF; -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ } -+ else if(pHalData->CurrentBandType == BAND_ON_5G) -+ //LED1 settings -+ { -+ pLed1->bLedWPSBlinkInProgress = _FALSE; -+ pLed1->CurrLedState = RTW_LED_ON; -+ pLed1->BlinkingLedState = RTW_LED_ON; -+ if(pLed1->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed1->BlinkTimer)); -+ pLed1->bLedBlinkInProgress = _FALSE; -+ } -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL: //WPS authentication fail -+ //LED1 settings -+ pLed1->bLedWPSBlinkInProgress = _FALSE; -+ pLed1->CurrLedState = RTW_LED_OFF; -+ pLed1->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed1->BlinkTimer), 0); -+ -+ //LED0 settings -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedOn ) -+ _set_timer(&(pLed->BlinkTimer), 0); -+ -+ break; -+ -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 10 Led %d\n", pLed->CurrLedState)); -+} -+ -+ //Edimax-ASUS, added by Page, 20121221 -+void -+SwLedControlMode11( -+ PADAPTER Adapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_POWER_ON: -+ case LED_CTL_START_TO_LINK: -+ case LED_CTL_NO_LINK: -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_LINK: -+ if( pLed->bLedBlinkInProgress == _TRUE ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_SCAN_INTERVAL_ALPHA); -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ pLed->BlinkTimes = 5; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ -+ break; -+ -+ -+ case LED_CTL_STOP_WPS: -+ case LED_CTL_STOP_WPS_FAIL: -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->CurrLedState = LED_BLINK_WPS_STOP; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ if( pLed->bLedNoLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedLinkBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ -+ SwLedOff(Adapter, pLed); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led mode 1 CurrLedState %d\n", pLed->CurrLedState)); -+} -+ -+// page added for NEC -+ -+VOID -+SwLedControlMode12( -+ PADAPTER Adapter, -+ LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ switch(LedAction) -+ { -+ case LED_CTL_POWER_ON: -+ case LED_CTL_NO_LINK: -+ case LED_CTL_LINK: -+ case LED_CTL_SITE_SURVEY: -+ -+ if( pLed->bLedNoLinkBlinkInProgress == _FALSE ) -+ { -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedNoLinkBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_SLOWLY; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NO_LINK_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if(pLed->bLedBlinkInProgress == _FALSE) -+ { -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ -+ if(pLed->bLedNoLinkBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ } -+ -+ SwLedOff(Adapter, pLed); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SWLed12 %d\n", pLed->CurrLedState)); -+} -+ -+// Maddest add for NETGEAR R6100 -+ -+VOID -+SwLedControlMode13( -+ IN PADAPTER Adapter, -+ IN LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 13 CurrLedState %d, LedAction %d\n", pLed->CurrLedState,LedAction)); -+ switch(LedAction) -+ { -+ case LED_CTL_LINK: -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ return; -+ } -+ -+ -+ pLed->CurrLedState = RTW_LED_ON; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ if(pLed->bLedWPSBlinkInProgress == _FALSE) -+ { -+ if(pLed->bLedBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress == _TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_OFF_INTERVAL_NETGEAR); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_ON_INTERVAL_NETGEAR); -+ } -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS: -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ else -+ { -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ } -+ -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ pLed->CurrLedState = LED_BLINK_WPS_STOP; -+ if(pLed->bLedOn) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ break; -+ -+ -+ case LED_CTL_STOP_WPS_FAIL: -+ case LED_CTL_STOP_WPS_FAIL_OVERLAP: //WPS session overlap -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_START_TO_LINK: -+ if((pLed->bLedBlinkInProgress == _FALSE) && (pLed->bLedWPSBlinkInProgress == _FALSE)) -+ { -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ pLed->CurrLedState = LED_BLINK_LINK_IN_PROCESS; -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_NO_LINK: -+ -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ return; -+ } -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ //if(!IS_LED_BLINKING(pLed)) -+ { -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ break; -+ -+ case LED_CTL_POWER_OFF: -+ case LED_CTL_POWER_ON: -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedWPSBlinkInProgress ) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ if (LedAction == LED_CTL_POWER_ON) -+ _set_timer(&(pLed->BlinkTimer), 0); -+ else -+ SwLedOff(Adapter, pLed); -+ break; -+ -+ default: -+ break; -+ -+ } -+ -+ -+} -+ -+// Maddest add for DNI Buffalo -+ -+VOID -+SwLedControlMode14( -+ IN PADAPTER Adapter, -+ IN LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 14 CurrLedState %d, LedAction %d\n", pLed->CurrLedState,LedAction)); -+ switch(LedAction) -+ { -+ case LED_CTL_POWER_OFF: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 14 LED_CTL_POWER_OFF\n")); -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ SwLedOff(Adapter, pLed); -+ break; -+ -+ case LED_CTL_POWER_ON: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 14 LED_CTL_POWER_ON\n")); -+ SwLedOn(Adapter, pLed); -+ break; -+ -+ case LED_CTL_LINK: -+ case LED_CTL_NO_LINK: -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ SwLedOn(Adapter, pLed); -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if(pLed->bLedBlinkInProgress ==_FALSE) -+ { -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_LINK_INTERVAL_ALPHA); -+ else -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_NORMAL_INTERVAL); -+ else -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ } -+ } -+ break; -+ -+ default: -+ break; -+ } -+} -+ -+// Maddest add for Dlink -+ -+VOID -+SwLedControlMode15( -+ IN PADAPTER Adapter, -+ IN LED_CTL_MODE LedAction -+) -+{ -+ struct led_priv *ledpriv = &(Adapter->ledpriv); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ PLED_USB pLed = &(ledpriv->SwLed0); -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 15 CurrLedState %d, LedAction %d\n", pLed->CurrLedState,LedAction)); -+ switch(LedAction) -+ { -+ case LED_CTL_START_WPS: //wait until xinpin finish -+ case LED_CTL_START_WPS_BOTTON: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 15 LED_CTL_START_WPS\n")); -+ if(pLed->bLedWPSBlinkInProgress ==_FALSE) -+ { -+ if(pLed->bLedBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if(pLed->bLedScanBlinkInProgress ==_TRUE) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ pLed->bLedWPSBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_WPS; -+ if( pLed->bLedOn ) -+ { -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_OFF_INTERVAL_NETGEAR); -+ } -+ else -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_WPS_BLINK_ON_INTERVAL_NETGEAR); -+ } -+ } -+ break; -+ -+ case LED_CTL_STOP_WPS: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 15 LED_CTL_STOP_WPS\n")); -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ } -+ -+ pLed->CurrLedState = LED_BLINK_WPS_STOP; -+ //if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ { -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), 0); -+ } -+ -+ break; -+ -+ case LED_CTL_STOP_WPS_FAIL: -+ case LED_CTL_STOP_WPS_FAIL_OVERLAP: //WPS session overlap -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 15 LED_CTL_STOP_WPS_FAIL\n")); -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ } -+ -+ pLed->CurrLedState = RTW_LED_OFF; -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_NO_LINK: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 15 LED_CTL_NO_LINK\n")); -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ return; -+ } -+ -+ /*if(Adapter->securitypriv.dot11PrivacyAlgrthm > _NO_PRIVACY_) -+ { -+ if(SecIsTxKeyInstalled(Adapter, pMgntInfo->Bssid)) -+ { -+ } -+ else -+ { -+ if(pMgntInfo->LEDAssocState ==LED_ASSOC_SECURITY_BEGIN) -+ return; -+ } -+ }*/ -+ -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ if( pLed->bLedScanBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedScanBlinkInProgress = _FALSE; -+ } -+ //if(!IS_LED_BLINKING(pLed)) -+ { -+ pLed->CurrLedState = LED_BLINK_NO_LINK; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 30); -+ } -+ break; -+ -+ case LED_CTL_LINK: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("Led control mode 15 LED_CTL_LINK\n")); -+ -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ return; -+ } -+ -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ pLed->CurrLedState = LED_BLINK_LINK_IDEL; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ -+ _set_timer(&(pLed->BlinkTimer), 30); -+ break; -+ -+ case LED_CTL_SITE_SURVEY : -+ if(check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) -+ return; -+ -+ if(pLed->bLedWPSBlinkInProgress ==_TRUE) -+ return; -+ -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ pLed->CurrLedState = LED_BLINK_SCAN; -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), 0); -+ break; -+ -+ case LED_CTL_TX: -+ case LED_CTL_RX: -+ if(pLed->bLedWPSBlinkInProgress) -+ { -+ return; -+ } -+ -+ if( pLed->bLedBlinkInProgress) -+ { -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ pLed->bLedBlinkInProgress = _FALSE; -+ } -+ -+ pLed->bLedBlinkInProgress = _TRUE; -+ pLed->CurrLedState = LED_BLINK_TXRX; -+ pLed->BlinkTimes = 2; -+ if( pLed->bLedOn ) -+ pLed->BlinkingLedState = RTW_LED_OFF; -+ else -+ pLed->BlinkingLedState = RTW_LED_ON; -+ _set_timer(&(pLed->BlinkTimer), LED_BLINK_FASTER_INTERVAL_ALPHA); -+ break; -+ -+ default: -+ break; -+ } -+} -+ -+void -+LedControlUSB( -+ _adapter *padapter, -+ LED_CTL_MODE LedAction -+ ) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ -+#if(MP_DRIVER == 1) -+ if (padapter->registrypriv.mp_mode == 1) -+ return; -+#endif -+ -+ if (RTW_CANNOT_RUN(padapter) || (!rtw_is_hw_init_completed(padapter))) { -+ /*DBG_871X("%s bDriverStopped:%s, bSurpriseRemoved:%s\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False" );*/ -+ return; -+ } -+ -+ if( ledpriv->bRegUseLed == _FALSE) -+ return; -+ -+ //if(priv->bInHctTest) -+ // return; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ // Only do led action for PRIMARY_ADAPTER -+ if (padapter->adapter_type != PRIMARY_ADAPTER) -+ return; -+#endif -+ -+ if( (adapter_to_pwrctl(padapter)->rf_pwrstate != rf_on && -+ adapter_to_pwrctl(padapter)->rfoff_reason > RF_CHANGE_BY_PS) && -+ (LedAction == LED_CTL_TX || LedAction == LED_CTL_RX || -+ LedAction == LED_CTL_SITE_SURVEY || -+ LedAction == LED_CTL_LINK || -+ LedAction == LED_CTL_NO_LINK || -+ LedAction == LED_CTL_POWER_ON) ) -+ { -+ return; -+ } -+ -+ switch(ledpriv->LedStrategy) -+ { -+ case SW_LED_MODE0: -+ SwLedControlMode0(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE1: -+ SwLedControlMode1(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE2: -+ SwLedControlMode2(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE3: -+ SwLedControlMode3(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE4: -+ SwLedControlMode4(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE5: -+ SwLedControlMode5(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE6: -+ SwLedControlMode6(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE7: -+ SwLedControlMode7(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE8: -+ SwLedControlMode8(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE9: -+ SwLedControlMode9(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE10: -+ SwLedControlMode10(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE11: -+ SwLedControlMode11(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE12: -+ SwLedControlMode12(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE13: -+ SwLedControlMode13(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE14: -+ SwLedControlMode14(padapter, LedAction); -+ break; -+ -+ case SW_LED_MODE15: -+ SwLedControlMode15(padapter, LedAction); -+ break; -+ -+ default: -+ break; -+ } -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("LedStrategy:%d, LedAction %d\n", ledpriv->LedStrategy,LedAction)); -+} -+ -+// -+// Description: -+// Reset status of LED_871x object. -+// -+void ResetLedStatus(PLED_USB pLed) { -+ -+ pLed->CurrLedState = RTW_LED_OFF; // Current LED state. -+ pLed->bLedOn = _FALSE; // true if LED is ON, false if LED is OFF. -+ -+ pLed->bLedBlinkInProgress = _FALSE; // true if it is blinking, false o.w.. -+ pLed->bLedWPSBlinkInProgress = _FALSE; -+ -+ pLed->BlinkTimes = 0; // Number of times to toggle led state for blinking. -+ pLed->BlinkCounter = 0; -+ pLed->BlinkingLedState = LED_UNKNOWN; // Next state for blinking, either RTW_LED_ON or RTW_LED_OFF are. -+ -+ pLed->bLedNoLinkBlinkInProgress = _FALSE; -+ pLed->bLedLinkBlinkInProgress = _FALSE; -+ pLed->bLedStartToLinkBlinkInProgress = _FALSE; -+ pLed->bLedScanBlinkInProgress = _FALSE; -+} -+ -+ // -+// Description: -+// Initialize an LED_871x object. -+// -+void -+InitLed( -+ _adapter *padapter, -+ PLED_USB pLed, -+ LED_PIN LedPin -+ ) -+{ -+ pLed->padapter = padapter; -+ pLed->LedPin = LedPin; -+ -+ ResetLedStatus(pLed); -+ ATOMIC_SET(&pLed->bCancelWorkItem, _FALSE); -+ _init_timer(&(pLed->BlinkTimer), padapter->pnetdev, BlinkTimerCallback, pLed); -+ _init_workitem(&(pLed->BlinkWorkItem), BlinkWorkItemCallback, pLed); -+} -+ -+ -+// -+// Description: -+// DeInitialize an LED_871x object. -+// -+void -+DeInitLed( -+ PLED_USB pLed -+ ) -+{ -+ ATOMIC_SET(&pLed->bCancelWorkItem, _TRUE); -+ _cancel_workitem_sync(&(pLed->BlinkWorkItem)); -+ _cancel_timer_ex(&(pLed->BlinkTimer)); -+ ResetLedStatus(pLed); -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/halhwimg.h linux/3rdparty/rtl8812au/hal/phydm/halhwimg.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/halhwimg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/halhwimg.h 2017-06-07 23:07:21.014687849 +0300 -@@ -0,0 +1,123 @@ -+#pragma once -+#ifndef __INC_HW_IMG_H -+#define __INC_HW_IMG_H -+ -+// -+// 2011/03/15 MH Add for different IC HW image file selection. code size consideration. -+// -+#if RT_PLATFORM == PLATFORM_LINUX -+ -+ #if (DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ // For 92C -+ #define RTL8192CE_HWIMG_SUPPORT 1 -+ #define RTL8192CE_TEST_HWIMG_SUPPORT 0 -+ #define RTL8192CU_HWIMG_SUPPORT 0 -+ #define RTL8192CU_TEST_HWIMG_SUPPORT 0 -+ -+ // For 92D -+ #define RTL8192DE_HWIMG_SUPPORT 1 -+ #define RTL8192DE_TEST_HWIMG_SUPPORT 0 -+ #define RTL8192DU_HWIMG_SUPPORT 0 -+ #define RTL8192DU_TEST_HWIMG_SUPPORT 0 -+ -+ // For 8723 -+ #define RTL8723E_HWIMG_SUPPORT 1 -+ #define RTL8723U_HWIMG_SUPPORT 0 -+ #define RTL8723S_HWIMG_SUPPORT 0 -+ -+ //For 88E -+ #define RTL8188EE_HWIMG_SUPPORT 0 -+ #define RTL8188EU_HWIMG_SUPPORT 0 -+ #define RTL8188ES_HWIMG_SUPPORT 0 -+ -+ #elif (DEV_BUS_TYPE == RT_USB_INTERFACE) -+ // For 92C -+ #define RTL8192CE_HWIMG_SUPPORT 0 -+ #define RTL8192CE_TEST_HWIMG_SUPPORT 0 -+ #define RTL8192CU_HWIMG_SUPPORT 1 -+ #define RTL8192CU_TEST_HWIMG_SUPPORT 0 -+ -+ //For 92D -+ #define RTL8192DE_HWIMG_SUPPORT 0 -+ #define RTL8192DE_TEST_HWIMG_SUPPORT 0 -+ #define RTL8192DU_HWIMG_SUPPORT 1 -+ #define RTL8192DU_TEST_HWIMG_SUPPORT 0 -+ -+ // For 8723 -+ #define RTL8723E_HWIMG_SUPPORT 0 -+ #define RTL8723U_HWIMG_SUPPORT 1 -+ #define RTL8723S_HWIMG_SUPPORT 0 -+ -+ //For 88E -+ #define RTL8188EE_HWIMG_SUPPORT 0 -+ #define RTL8188EU_HWIMG_SUPPORT 0 -+ #define RTL8188ES_HWIMG_SUPPORT 0 -+ -+ #elif (DEV_BUS_TYPE == RT_SDIO_INTERFACE) -+ // For 92C -+ #define RTL8192CE_HWIMG_SUPPORT 0 -+ #define RTL8192CE_TEST_HWIMG_SUPPORT 0 -+ #define RTL8192CU_HWIMG_SUPPORT 1 -+ #define RTL8192CU_TEST_HWIMG_SUPPORT 0 -+ -+ //For 92D -+ #define RTL8192DE_HWIMG_SUPPORT 0 -+ #define RTL8192DE_TEST_HWIMG_SUPPORT 0 -+ #define RTL8192DU_HWIMG_SUPPORT 1 -+ #define RTL8192DU_TEST_HWIMG_SUPPORT 0 -+ -+ // For 8723 -+ #define RTL8723E_HWIMG_SUPPORT 0 -+ #define RTL8723U_HWIMG_SUPPORT 0 -+ #define RTL8723S_HWIMG_SUPPORT 1 -+ -+ //For 88E -+ #define RTL8188EE_HWIMG_SUPPORT 0 -+ #define RTL8188EU_HWIMG_SUPPORT 0 -+ #define RTL8188ES_HWIMG_SUPPORT 0 -+ #endif -+ -+#else // PLATFORM_WINDOWS & MacOSX -+ -+//For 92C -+#define RTL8192CE_HWIMG_SUPPORT 1 -+#define RTL8192CE_TEST_HWIMG_SUPPORT 1 -+#define RTL8192CU_HWIMG_SUPPORT 1 -+#define RTL8192CU_TEST_HWIMG_SUPPORT 1 -+ -+// For 92D -+#define RTL8192DE_HWIMG_SUPPORT 1 -+#define RTL8192DE_TEST_HWIMG_SUPPORT 1 -+#define RTL8192DU_HWIMG_SUPPORT 1 -+#define RTL8192DU_TEST_HWIMG_SUPPORT 1 -+ -+ #if defined(UNDER_CE) -+ // For 8723 -+ #define RTL8723E_HWIMG_SUPPORT 0 -+ #define RTL8723U_HWIMG_SUPPORT 0 -+ #define RTL8723S_HWIMG_SUPPORT 1 -+ -+ // For 88E -+ #define RTL8188EE_HWIMG_SUPPORT 0 -+ #define RTL8188EU_HWIMG_SUPPORT 0 -+ #define RTL8188ES_HWIMG_SUPPORT 0 -+ -+ #else -+ -+ // For 8723 -+ #define RTL8723E_HWIMG_SUPPORT 1 -+ //#define RTL_8723E_TEST_HWIMG_SUPPORT 1 -+ #define RTL8723U_HWIMG_SUPPORT 1 -+ //#define RTL_8723U_TEST_HWIMG_SUPPORT 1 -+ #define RTL8723S_HWIMG_SUPPORT 1 -+ //#define RTL_8723S_TEST_HWIMG_SUPPORT 1 -+ -+ //For 88E -+ #define RTL8188EE_HWIMG_SUPPORT 1 -+ #define RTL8188EU_HWIMG_SUPPORT 1 -+ #define RTL8188ES_HWIMG_SUPPORT 1 -+ #endif -+ -+#endif -+ -+#endif //__INC_HW_IMG_H -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.c linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.c 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,2504 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ #include "mp_precomp.h" -+ #include "phydm_precomp.h" -+ -+#ifndef index_mapping_NUM_88E -+ #define index_mapping_NUM_88E 15 -+#endif -+ -+//#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+#define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _deltaThermal) \ -+ do {\ -+ for(_offset = 0; _offset < _size; _offset++)\ -+ {\ -+ if(_deltaThermal < thermalThreshold[_direction][_offset])\ -+ {\ -+ if(_offset != 0)\ -+ _offset--;\ -+ break;\ -+ }\ -+ } \ -+ if(_offset >= _size)\ -+ _offset = _size-1;\ -+ } while(0) -+ -+ -+void ConfigureTxpowerTrack( -+ IN PVOID pDM_VOID, -+ OUT PTXPWRTRACK_CFG pConfig -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if RTL8812A_SUPPORT -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ //if (IS_HARDWARE_TYPE_8812(pDM_Odm->Adapter)) -+ if(pDM_Odm->SupportICType==ODM_RTL8812) -+ ConfigureTxpowerTrack_8812A(pConfig); -+ //else -+#endif -+#endif -+ -+#if RTL8814A_SUPPORT -+ if(pDM_Odm->SupportICType== ODM_RTL8814A) -+ ConfigureTxpowerTrack_8814A(pConfig); -+#endif -+ -+ -+#if RTL8188E_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8188E) -+ ConfigureTxpowerTrack_8188E(pConfig); -+#endif -+} -+ -+#if (RTL8192E_SUPPORT==1) -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter_92E( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte ThermalValue = 0, delta, delta_IQK, delta_LCK, channel, is_decrease, rf_mimo_mode; -+ u1Byte ThermalValue_AVG_count = 0; -+ u1Byte OFDM_min_index = 10; //OFDM BB Swing should be less than +2.5dB, which is required by Arthur -+ s1Byte OFDM_index[2], index ; -+ u4Byte ThermalValue_AVG = 0, Reg0x18; -+ u4Byte i = 0, j = 0, rf; -+ s4Byte value32, CCK_index = 0, ele_A, ele_D, ele_C, X, Y; -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ -+ rf_mimo_mode = pDM_Odm->RFType; -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("%s:%d rf_mimo_mode:%d\n", __FUNCTION__, __LINE__, rf_mimo_mode)); -+ -+#ifdef MP_TEST -+ if ((OPMODE & WIFI_MP_STATE) || priv->pshare->rf_ft_var.mp_specific) { -+ channel = priv->pshare->working_channel; -+ if (priv->pshare->mp_txpwr_tracking == FALSE) -+ return; -+ } else -+#endif -+ { -+ channel = (priv->pmib->dot11RFEntry.dot11channel); -+ } -+ -+ ThermalValue = (unsigned char)ODM_GetRFReg(pDM_Odm, RF_PATH_A, ODM_RF_T_METER_92E, 0xfc00); //0x42: RF Reg[15:10] 88E -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\nReadback Thermal Meter = 0x%x pre thermal meter 0x%x EEPROMthermalmeter 0x%x\n", ThermalValue, priv->pshare->ThermalValue, priv->pmib->dot11RFEntry.ther)); -+ -+ -+ switch (rf_mimo_mode) { -+ case MIMO_1T1R: -+ rf = 1; -+ break; -+ case MIMO_2T2R: -+ rf = 2; -+ break; -+ default: -+ rf = 2; -+ break; -+ } -+ -+ //Query OFDM path A default setting Bit[31:21] -+ ele_D = PHY_QueryBBReg(priv, rOFDM0_XATxIQImbalance, bMaskOFDM_D); -+ for (i = 0; i < OFDM_TABLE_SIZE_92E; i++) { -+ if (ele_D == (OFDMSwingTable_92E[i] >> 22)) { -+ OFDM_index[0] = (unsigned char)i; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("PathA 0xC80[31:22] = 0x%x, OFDM_index=%d\n", ele_D, OFDM_index[0])); -+ break; -+ } -+ } -+ -+ //Query OFDM path B default setting -+ if (rf_mimo_mode == MIMO_2T2R) { -+ ele_D = PHY_QueryBBReg(priv, rOFDM0_XBTxIQImbalance, bMaskOFDM_D); -+ for (i = 0; i < OFDM_TABLE_SIZE_92E; i++) { -+ if (ele_D == (OFDMSwingTable_92E[i] >> 22)) { -+ OFDM_index[1] = (unsigned char)i; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("PathB 0xC88[31:22] = 0x%x, OFDM_index=%d\n", ele_D, OFDM_index[1])); -+ break; -+ } -+ } -+ } -+ -+ /* calculate average thermal meter */ -+ { -+ priv->pshare->ThermalValue_AVG_88XX[priv->pshare->ThermalValue_AVG_index_88XX] = ThermalValue; -+ priv->pshare->ThermalValue_AVG_index_88XX++; -+ if (priv->pshare->ThermalValue_AVG_index_88XX == AVG_THERMAL_NUM_88XX) -+ priv->pshare->ThermalValue_AVG_index_88XX = 0; -+ -+ for (i = 0; i < AVG_THERMAL_NUM_88XX; i++) { -+ if (priv->pshare->ThermalValue_AVG_88XX[i]) { -+ ThermalValue_AVG += priv->pshare->ThermalValue_AVG_88XX[i]; -+ ThermalValue_AVG_count++; -+ } -+ } -+ -+ if (ThermalValue_AVG_count) { -+ ThermalValue = (unsigned char)(ThermalValue_AVG / ThermalValue_AVG_count); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("AVG Thermal Meter = 0x%x \n", ThermalValue)); -+ } -+ } -+ -+ /* Initialize */ -+ if (!priv->pshare->ThermalValue) { -+ priv->pshare->ThermalValue = priv->pmib->dot11RFEntry.ther; -+ priv->pshare->ThermalValue_IQK = ThermalValue; -+ priv->pshare->ThermalValue_LCK = ThermalValue; -+ } -+ -+ if (ThermalValue != priv->pshare->ThermalValue) { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\n******** START POWER TRACKING ********\n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\nReadback Thermal Meter = 0x%x pre thermal meter 0x%x EEPROMthermalmeter 0x%x\n", ThermalValue, priv->pshare->ThermalValue, priv->pmib->dot11RFEntry.ther)); -+ -+ delta = RTL_ABS(ThermalValue, priv->pmib->dot11RFEntry.ther); -+ delta_IQK = RTL_ABS(ThermalValue, priv->pshare->ThermalValue_IQK); -+ delta_LCK = RTL_ABS(ThermalValue, priv->pshare->ThermalValue_LCK); -+ is_decrease = ((ThermalValue < priv->pmib->dot11RFEntry.ther) ? 1 : 0); -+ -+#ifdef _TRACKING_TABLE_FILE -+ if (priv->pshare->rf_ft_var.pwr_track_file) { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("Diff: (%s)%d ==> get index from table : %d)\n", (is_decrease?"-":"+"), delta, get_tx_tracking_index(priv, channel, i, delta, is_decrease, 0))); -+ -+ if (is_decrease) { -+ for (i = 0; i < rf; i++) { -+ OFDM_index[i] = priv->pshare->OFDM_index0[i] + get_tx_tracking_index(priv, channel, i, delta, is_decrease, 0); -+ OFDM_index[i] = ((OFDM_index[i] > (OFDM_TABLE_SIZE_92E- 1)) ? (OFDM_TABLE_SIZE_92E - 1) : OFDM_index[i]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> decrese power ---> new OFDM_INDEX:%d (%d + %d)\n", OFDM_index[i], priv->pshare->OFDM_index0[i], get_tx_tracking_index(priv, channel, i, delta, is_decrease, 0))); -+ CCK_index = priv->pshare->CCK_index0 + get_tx_tracking_index(priv, channel, i, delta, is_decrease, 1); -+ CCK_index = ((CCK_index > (CCK_TABLE_SIZE_92E - 1)) ? (CCK_TABLE_SIZE_92E - 1) : CCK_index); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> Decrese power ---> new CCK_INDEX:%d (%d + %d)\n", CCK_index, priv->pshare->CCK_index0, get_tx_tracking_index(priv, channel, i, delta, is_decrease, 1))); -+ } -+ } else { -+ for (i = 0; i < rf; i++) { -+ OFDM_index[i] = priv->pshare->OFDM_index0[i] - get_tx_tracking_index(priv, channel, i, delta, is_decrease, 0); -+ OFDM_index[i] = ((OFDM_index[i] < OFDM_min_index) ? OFDM_min_index : OFDM_index[i]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> Increse power ---> new OFDM_INDEX:%d (%d - %d)\n", OFDM_index[i], priv->pshare->OFDM_index0[i], get_tx_tracking_index(priv, channel, i, delta, is_decrease, 0))); -+ CCK_index = priv->pshare->CCK_index0 - get_tx_tracking_index(priv, channel, i, delta, is_decrease, 1); -+ CCK_index = ((CCK_index < 0 )? 0 : CCK_index); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> Increse power ---> new CCK_INDEX:%d (%d - %d)\n", CCK_index, priv->pshare->CCK_index0, get_tx_tracking_index(priv, channel, i, delta, is_decrease, 1))); -+ } -+ } -+ } -+#endif //CFG_TRACKING_TABLE_FILE -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("OFDMSwingTable_92E[(unsigned int)OFDM_index[0]] = %x \n",OFDMSwingTable_92E[(unsigned int)OFDM_index[0]])); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("OFDMSwingTable_92E[(unsigned int)OFDM_index[1]] = %x \n",OFDMSwingTable_92E[(unsigned int)OFDM_index[1]])); -+ -+ //Adujst OFDM Ant_A according to IQK result -+ ele_D = (OFDMSwingTable_92E[(unsigned int)OFDM_index[0]] & 0xFFC00000) >> 22; -+ X = priv->pshare->RegE94; -+ Y = priv->pshare->RegE9C; -+ -+ if (X != 0) { -+ if ((X & 0x00000200) != 0) -+ X = X | 0xFFFFFC00; -+ ele_A = ((X * ele_D) >> 8) & 0x000003FF; -+ -+ //new element C = element D x Y -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ ele_C = ((Y * ele_D) >> 8) & 0x000003FF; -+ -+ //wirte new elements A, C, D to regC80 and regC94, element B is always 0 -+ value32 = (ele_D << 22) | ((ele_C & 0x3F) << 16) | ele_A; -+ PHY_SetBBReg(priv, rOFDM0_XATxIQImbalance, bMaskDWord, value32); -+ -+ value32 = (ele_C&0x000003C0)>>6; -+ PHY_SetBBReg(priv, rOFDM0_XCTxAFE, bMaskH4Bits, value32); -+ -+ value32 = ((X * ele_D)>>7)&0x01; -+ PHY_SetBBReg(priv, rOFDM0_ECCAThreshold, BIT(24), value32); -+ } else { -+ PHY_SetBBReg(priv, rOFDM0_XATxIQImbalance, bMaskDWord, OFDMSwingTable_92E[(unsigned int)OFDM_index[0]]); -+ PHY_SetBBReg(priv, rOFDM0_XCTxAFE, bMaskH4Bits, 0x00); -+ PHY_SetBBReg(priv, rOFDM0_ECCAThreshold, BIT(24), 0x00); -+ } -+ -+ set_CCK_swing_index(priv, CCK_index); -+ -+ if (rf == 2) { -+ ele_D = (OFDMSwingTable_92E[(unsigned int)OFDM_index[1]] & 0xFFC00000) >> 22; -+ X = priv->pshare->RegEB4; -+ Y = priv->pshare->RegEBC; -+ -+ if (X != 0) { -+ if ((X & 0x00000200) != 0) //consider minus -+ X = X | 0xFFFFFC00; -+ ele_A = ((X * ele_D) >> 8) & 0x000003FF; -+ -+ //new element C = element D x Y -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ ele_C = ((Y * ele_D) >> 8) & 0x00003FF; -+ -+ //wirte new elements A, C, D to regC88 and regC9C, element B is always 0 -+ value32 = (ele_D << 22) | ((ele_C & 0x3F) << 16) | ele_A; -+ PHY_SetBBReg(priv, rOFDM0_XBTxIQImbalance, bMaskDWord, value32); -+ -+ value32 = (ele_C & 0x000003C0) >> 6; -+ PHY_SetBBReg(priv, rOFDM0_XDTxAFE, bMaskH4Bits, value32); -+ -+ value32 = ((X * ele_D) >> 7) & 0x01; -+ PHY_SetBBReg(priv, rOFDM0_ECCAThreshold, BIT(28), value32); -+ } else { -+ PHY_SetBBReg(priv, rOFDM0_XBTxIQImbalance, bMaskDWord, OFDMSwingTable_92E[(unsigned int)OFDM_index[1]]); -+ PHY_SetBBReg(priv, rOFDM0_XDTxAFE, bMaskH4Bits, 0x00); -+ PHY_SetBBReg(priv, rOFDM0_ECCAThreshold, BIT(28), 0x00); -+ } -+ -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("0xc80 = 0x%x \n", PHY_QueryBBReg(priv, rOFDM0_XATxIQImbalance, bMaskDWord))); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("0xc88 = 0x%x \n", PHY_QueryBBReg(priv, rOFDM0_XBTxIQImbalance, bMaskDWord))); -+ -+ if (delta_IQK > 3) { -+ priv->pshare->ThermalValue_IQK = ThermalValue; -+#ifdef MP_TEST -+ if (!(priv->pshare->rf_ft_var.mp_specific && (OPMODE & (WIFI_MP_CTX_BACKGROUND | WIFI_MP_CTX_PACKET)))) -+#endif -+ PHY_IQCalibrate_8192E(pDM_Odm,false); -+ } -+ -+ if (delta_LCK > 8) { -+ RTL_W8(0x522, 0xff); -+ Reg0x18 = PHY_QueryRFReg(priv, RF_PATH_A, 0x18, bMask20Bits, 1); -+ PHY_SetRFReg(priv, RF_PATH_A, 0xB4, BIT(14), 1); -+ PHY_SetRFReg(priv, RF_PATH_A, 0x18, BIT(15), 1); -+ delay_ms(1); -+ PHY_SetRFReg(priv, RF_PATH_A, 0xB4, BIT(14), 0); -+ PHY_SetRFReg(priv, RF_PATH_A, 0x18, bMask20Bits, Reg0x18); -+ RTL_W8(0x522, 0x0); -+ priv->pshare->ThermalValue_LCK = ThermalValue; -+ } -+ } -+ -+ //update thermal meter value -+ priv->pshare->ThermalValue = ThermalValue; -+ for (i = 0 ; i < rf ; i++) -+ priv->pshare->OFDM_index[i] = OFDM_index[i]; -+ priv->pshare->CCK_index = CCK_index; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("\n******** END:%s() ********\n", __FUNCTION__)); -+} -+#endif -+ -+#if (RTL8814A_SUPPORT ==1) -+ -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter_JaguarSeries2( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte ThermalValue = 0, delta, delta_LCK, delta_IQK, channel, is_increase; -+ u1Byte ThermalValue_AVG_count = 0, p = 0, i = 0; -+ u4Byte ThermalValue_AVG = 0, Reg0x18; -+ u4Byte BBSwingReg[4] = {rA_TxScale_Jaguar,rB_TxScale_Jaguar,rC_TxScale_Jaguar2,rD_TxScale_Jaguar2}; -+ s4Byte ele_D; -+ u4Byte BBswingIdx; -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ TXPWRTRACK_CFG c; -+ BOOLEAN bTSSIenable = FALSE; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ //4 1. The following TWO tables decide the final index of OFDM/CCK swing table. -+ pu1Byte deltaSwingTableIdx_TUP_A = NULL, deltaSwingTableIdx_TDOWN_A = NULL; -+ pu1Byte deltaSwingTableIdx_TUP_B = NULL, deltaSwingTableIdx_TDOWN_B = NULL; -+ //for 8814 add by Yu Chen -+ pu1Byte deltaSwingTableIdx_TUP_C = NULL, deltaSwingTableIdx_TDOWN_C = NULL; -+ pu1Byte deltaSwingTableIdx_TUP_D = NULL, deltaSwingTableIdx_TDOWN_D = NULL; -+ -+#ifdef MP_TEST -+ if ((OPMODE & WIFI_MP_STATE) || priv->pshare->rf_ft_var.mp_specific) { -+ channel = priv->pshare->working_channel; -+ if (priv->pshare->mp_txpwr_tracking == FALSE) -+ return; -+ } else -+#endif -+ { -+ channel = (priv->pmib->dot11RFEntry.dot11channel); -+ } -+ -+ ConfigureTxpowerTrack(pDM_Odm, &c); -+ pRFCalibrateInfo->DefaultOfdmIndex = priv->pshare->OFDM_index0[ODM_RF_PATH_A]; -+ -+ (*c.GetDeltaSwingTable)(pDM_Odm, (pu1Byte*)&deltaSwingTableIdx_TUP_A, (pu1Byte*)&deltaSwingTableIdx_TDOWN_A, -+ (pu1Byte*)&deltaSwingTableIdx_TUP_B, (pu1Byte*)&deltaSwingTableIdx_TDOWN_B); -+ -+ if(pDM_Odm->SupportICType & ODM_RTL8814A) // for 8814 path C & D -+ (*c.GetDeltaSwingTable8814only)(pDM_Odm, (pu1Byte*)&deltaSwingTableIdx_TUP_C, (pu1Byte*)&deltaSwingTableIdx_TDOWN_C, -+ (pu1Byte*)&deltaSwingTableIdx_TUP_D, (pu1Byte*)&deltaSwingTableIdx_TDOWN_D); -+ -+ ThermalValue = (u1Byte)ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, c.ThermalRegAddr, 0xfc00); //0x42: RF Reg[15:10] 88E -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("\nReadback Thermal Meter = 0x%x, pre thermal meter 0x%x, EEPROMthermalmeter 0x%x\n", ThermalValue, pDM_Odm->RFCalibrateInfo.ThermalValue, priv->pmib->dot11RFEntry.ther)); -+ -+ /* Initialize */ -+ if (!pDM_Odm->RFCalibrateInfo.ThermalValue) { -+ pDM_Odm->RFCalibrateInfo.ThermalValue = priv->pmib->dot11RFEntry.ther; -+ } -+ -+ if (!pDM_Odm->RFCalibrateInfo.ThermalValue_LCK) { -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = priv->pmib->dot11RFEntry.ther; -+ } -+ -+ if (!pDM_Odm->RFCalibrateInfo.ThermalValue_IQK) { -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK = priv->pmib->dot11RFEntry.ther; -+ } -+ -+ bTSSIenable = (BOOLEAN)ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, rRF_TxGainOffset, BIT7); // check TSSI enable -+ -+ //4 Query OFDM BB swing default setting Bit[31:21] -+ for(p = ODM_RF_PATH_A ; p < c.RfPathCount ; p++) -+ { -+ ele_D = ODM_GetBBReg(pDM_Odm, BBSwingReg[p], 0xffe00000); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("0x%x:0x%x ([31:21] = 0x%x)\n", BBSwingReg[p], ODM_GetBBReg(pDM_Odm, BBSwingReg[p], bMaskDWord), ele_D)); -+ -+ for (BBswingIdx = 0; BBswingIdx < TXSCALE_TABLE_SIZE; BBswingIdx++) {//4 -+ if (ele_D == TxScalingTable_Jaguar[BBswingIdx]) { -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = (u1Byte)BBswingIdx; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("OFDM_index[%d]=%d\n",p, pDM_Odm->RFCalibrateInfo.OFDM_index[p])); -+ break; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("KfreeOffset[%d]=%d\n",p, pRFCalibrateInfo->KfreeOffset[p])); -+ -+ } -+ -+ /* calculate average thermal meter */ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index] = ThermalValue; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index++; -+ if(pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index == c.AverageThermalNum) //Average times = c.AverageThermalNum -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index = 0; -+ -+ for(i = 0; i < c.AverageThermalNum; i++) -+ { -+ if(pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]) -+ { -+ ThermalValue_AVG += pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]; -+ ThermalValue_AVG_count++; -+ } -+ } -+ -+ if(ThermalValue_AVG_count) //Calculate Average ThermalValue after average enough times -+ { -+ ThermalValue = (u1Byte)(ThermalValue_AVG / ThermalValue_AVG_count); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("AVG Thermal Meter = 0x%X, EEPROMthermalmeter = 0x%X\n", ThermalValue, priv->pmib->dot11RFEntry.ther)); -+ } -+ -+ //4 Calculate delta, delta_LCK, delta_IQK. -+ delta = RTL_ABS(ThermalValue, priv->pmib->dot11RFEntry.ther); -+ delta_LCK = RTL_ABS(ThermalValue, pDM_Odm->RFCalibrateInfo.ThermalValue_LCK); -+ delta_IQK = RTL_ABS(ThermalValue, pDM_Odm->RFCalibrateInfo.ThermalValue_IQK); -+ is_increase = ((ThermalValue < priv->pmib->dot11RFEntry.ther) ? 0 : 1); -+ -+ //4 if necessary, do LCK. -+ if (!(pDM_Odm->SupportICType & ODM_RTL8821)) { -+ if (delta_LCK > c.Threshold_IQK) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("delta_LCK(%d) >= Threshold_IQK(%d)\n", delta_LCK, c.Threshold_IQK)); -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = ThermalValue; -+ if (c.PHY_LCCalibrate) -+ (*c.PHY_LCCalibrate)(pDM_Odm); -+ } -+ } -+ -+ if (delta_IQK > c.Threshold_IQK) -+ { -+ panic_printk("%s(%d)\n", __FUNCTION__, __LINE__); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("delta_IQK(%d) >= Threshold_IQK(%d)\n", delta_IQK, c.Threshold_IQK)); -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK = ThermalValue; -+ if(c.DoIQK) -+ (*c.DoIQK)(pDM_Odm, TRUE, 0, 0); -+ } -+ -+ if(!priv->pmib->dot11RFEntry.ther) /*Don't do power tracking since no calibrated thermal value*/ -+ return; -+ -+ //4 Do Power Tracking -+ -+ if(bTSSIenable == TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("**********Enter PURE TSSI MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, TSSI_MODE, p, 0); -+ } -+ else if (ThermalValue != pDM_Odm->RFCalibrateInfo.ThermalValue) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("\n******** START POWER TRACKING ********\n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("\nReadback Thermal Meter = 0x%x pre thermal meter 0x%x EEPROMthermalmeter 0x%x\n", ThermalValue, pDM_Odm->RFCalibrateInfo.ThermalValue, priv->pmib->dot11RFEntry.ther)); -+ -+#ifdef _TRACKING_TABLE_FILE -+ if (priv->pshare->rf_ft_var.pwr_track_file) -+ { -+ if (is_increase) // thermal is higher than base -+ { -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ switch(p) -+ { -+ case ODM_RF_PATH_B: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_B[%d] = %d\n", delta, deltaSwingTableIdx_TUP_B[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_B[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_C: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_C[%d] = %d\n", delta, deltaSwingTableIdx_TUP_C[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_C[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_C] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_D: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_D[%d] = %d\n", delta, deltaSwingTableIdx_TUP_D[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_D[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_D] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_A[%d] = %d\n", delta, deltaSwingTableIdx_TUP_A[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_A[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ } -+ } -+ } -+ else // thermal is lower than base -+ { -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ switch(p) -+ { -+ case ODM_RF_PATH_B: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_B[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_B[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_B[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_C: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_C[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_C[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_C[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_C] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_D: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_D[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_D[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_D[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_D] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_A[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_A[delta])); -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_A[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ } -+ } -+ } -+ -+ if (is_increase) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> increse power ---> \n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, 0); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> decrese power --->\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, 0); -+ } -+ } -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\n******** END:%s() ********\n", __FUNCTION__)); -+ //update thermal meter value -+ pDM_Odm->RFCalibrateInfo.ThermalValue = ThermalValue; -+ -+ } -+} -+ -+#elif(ODM_IC_11AC_SERIES_SUPPORT) -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter_JaguarSeries( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ unsigned char ThermalValue = 0, delta, delta_LCK, channel, is_decrease; -+ unsigned char ThermalValue_AVG_count = 0; -+ unsigned int ThermalValue_AVG = 0, Reg0x18; -+ unsigned int BBSwingReg[4]={0xc1c,0xe1c,0x181c,0x1a1c}; -+ int ele_D, value32; -+ char OFDM_index[2], index; -+ unsigned int i = 0, j = 0, rf_path, max_rf_path =2 ,rf; -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ unsigned char OFDM_min_index = 7; //OFDM BB Swing should be less than +2.5dB, which is required by Arthur and Mimic -+ -+#ifdef MP_TEST -+ if ((OPMODE & WIFI_MP_STATE) || priv->pshare->rf_ft_var.mp_specific) { -+ channel = priv->pshare->working_channel; -+ if (priv->pshare->mp_txpwr_tracking == FALSE) -+ return; -+ } else -+#endif -+ { -+ channel = (priv->pmib->dot11RFEntry.dot11channel); -+ } -+ -+#if RTL8881A_SUPPORT -+ if (pDM_Odm->SupportICType == ODM_RTL8881A) { -+ max_rf_path = 1; -+ if ((get_bonding_type_8881A() == BOND_8881AM ||get_bonding_type_8881A() == BOND_8881AN) -+ && priv->pshare->rf_ft_var.use_intpa8881A && (priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_2G)) -+ OFDM_min_index = 6; // intPA - upper bond set to +3 dB (base: -2 dB)ot11RFEntry.phyBandSelect == PHY_BAND_2G)) -+ else -+ OFDM_min_index = 10; //OFDM BB Swing should be less than +1dB, which is required by Arthur and Mimic -+ } -+#endif -+ -+ -+ ThermalValue = (unsigned char)PHY_QueryRFReg(priv, RF_PATH_A, 0x42, 0xfc00, 1); //0x42: RF Reg[15:10] 88E -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\nReadback Thermal Meter = 0x%x pre thermal meter 0x%x EEPROMthermalmeter 0x%x\n", ThermalValue, priv->pshare->ThermalValue, priv->pmib->dot11RFEntry.ther)); -+ -+ -+ //4 Query OFDM BB swing default setting Bit[31:21] -+ for(rf_path = 0 ; rf_path < max_rf_path ; rf_path++){ -+ ele_D = PHY_QueryBBReg(priv, BBSwingReg[rf_path], 0xffe00000); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("0x%x:0x%x ([31:21] = 0x%x)\n",BBSwingReg[rf_path], PHY_QueryBBReg(priv, BBSwingReg[rf_path], bMaskDWord),ele_D)); -+ for (i = 0; i < OFDM_TABLE_SIZE_8812; i++) {//4 -+ if (ele_D == OFDMSwingTable_8812[i]) { -+ OFDM_index[rf_path] = (unsigned char)i; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("OFDM_index[%d]=%d\n",rf_path, OFDM_index[rf_path])); -+ break; -+ } -+ } -+ } -+#if 0 -+ //Query OFDM path A default setting Bit[31:21] -+ ele_D = PHY_QueryBBReg(priv, 0xc1c, 0xffe00000); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("0xc1c:0x%x ([31:21] = 0x%x)\n", PHY_QueryBBReg(priv, 0xc1c, bMaskDWord),ele_D)); -+ for (i = 0; i < OFDM_TABLE_SIZE_8812; i++) {//4 -+ if (ele_D == OFDMSwingTable_8812[i]) { -+ OFDM_index[0] = (unsigned char)i; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("OFDM_index[0]=%d\n", OFDM_index[0])); -+ break; -+ } -+ } -+ //Query OFDM path B default setting -+ if (rf == 2) { -+ ele_D = PHY_QueryBBReg(priv, 0xe1c, 0xffe00000); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("0xe1c:0x%x ([32:21] = 0x%x)\n", PHY_QueryBBReg(priv, 0xe1c, bMaskDWord),ele_D)); -+ for (i = 0; i < OFDM_TABLE_SIZE_8812; i++) { -+ if (ele_D == OFDMSwingTable_8812[i]) { -+ OFDM_index[1] = (unsigned char)i; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("OFDM_index[1]=%d\n", OFDM_index[1])); -+ break; -+ } -+ } -+ } -+#endif -+ /* Initialize */ -+ if (!priv->pshare->ThermalValue) { -+ priv->pshare->ThermalValue = priv->pmib->dot11RFEntry.ther; -+ priv->pshare->ThermalValue_LCK = ThermalValue; -+ } -+ -+ /* calculate average thermal meter */ -+ { -+ priv->pshare->ThermalValue_AVG_8812[priv->pshare->ThermalValue_AVG_index_8812] = ThermalValue; -+ priv->pshare->ThermalValue_AVG_index_8812++; -+ if (priv->pshare->ThermalValue_AVG_index_8812 == AVG_THERMAL_NUM_8812) -+ priv->pshare->ThermalValue_AVG_index_8812 = 0; -+ -+ for (i = 0; i < AVG_THERMAL_NUM_8812; i++) { -+ if (priv->pshare->ThermalValue_AVG_8812[i]) { -+ ThermalValue_AVG += priv->pshare->ThermalValue_AVG_8812[i]; -+ ThermalValue_AVG_count++; -+ } -+ } -+ -+ if (ThermalValue_AVG_count) { -+ ThermalValue = (unsigned char)(ThermalValue_AVG / ThermalValue_AVG_count); -+ //printk("AVG Thermal Meter = 0x%x \n", ThermalValue); -+ } -+ } -+ -+ -+ //4 If necessary, do power tracking -+ -+ if(!priv->pmib->dot11RFEntry.ther) /*Don't do power tracking since no calibrated thermal value*/ -+ return; -+ -+ if (ThermalValue != priv->pshare->ThermalValue) { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\n******** START POWER TRACKING ********\n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\nReadback Thermal Meter = 0x%x pre thermal meter 0x%x EEPROMthermalmeter 0x%x\n", ThermalValue, priv->pshare->ThermalValue, priv->pmib->dot11RFEntry.ther)); -+ delta = RTL_ABS(ThermalValue, priv->pmib->dot11RFEntry.ther); -+ delta_LCK = RTL_ABS(ThermalValue, priv->pshare->ThermalValue_LCK); -+ is_decrease = ((ThermalValue < priv->pmib->dot11RFEntry.ther) ? 1 : 0); -+ //if (priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_5G) -+ { -+#ifdef _TRACKING_TABLE_FILE -+ if (priv->pshare->rf_ft_var.pwr_track_file) { -+ for (rf_path = 0; rf_path < max_rf_path; rf_path++) { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("Diff: (%s)%d ==> get index from table : %d)\n", (is_decrease?"-":"+"), delta, get_tx_tracking_index(priv, channel, rf_path, delta, is_decrease, 0))); -+ if (is_decrease) { -+ OFDM_index[rf_path] = priv->pshare->OFDM_index0[rf_path] + get_tx_tracking_index(priv, channel, rf_path, delta, is_decrease, 0); -+ OFDM_index[rf_path] = ((OFDM_index[rf_path] > (OFDM_TABLE_SIZE_8812 - 1)) ? (OFDM_TABLE_SIZE_8812 - 1) : OFDM_index[rf_path]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> decrese power ---> new OFDM_INDEX:%d (%d + %d)\n", OFDM_index[rf_path], priv->pshare->OFDM_index0[rf_path], get_tx_tracking_index(priv, channel, rf_path, delta, is_decrease, 0))); -+#if 0// RTL8881A_SUPPORT -+ if (pDM_Odm->SupportICType == ODM_RTL8881A){ -+ if(priv->pshare->rf_ft_var.pwrtrk_TxAGC_enable){ -+ if(priv->pshare->AddTxAGC){//TxAGC has been added -+ AddTxPower88XX_AC(priv,0); -+ priv->pshare->AddTxAGC = 0; -+ priv->pshare->AddTxAGC_index = 0; -+ } -+ } -+ } -+#endif -+ } else { -+ -+ OFDM_index[rf_path] = priv->pshare->OFDM_index0[rf_path] - get_tx_tracking_index(priv, channel, rf_path, delta, is_decrease, 0); -+#if 0// RTL8881A_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8881A){ -+ if(priv->pshare->rf_ft_var.pwrtrk_TxAGC_enable){ -+ if(OFDM_index[i] < OFDM_min_index){ -+ priv->pshare->AddTxAGC_index = (OFDM_min_index - OFDM_index[i])/2; // Calculate Remnant TxAGC Value, 2 index for 1 TxAGC -+ AddTxPower88XX_AC(priv,priv->pshare->AddTxAGC_index); -+ priv->pshare->AddTxAGC = 1; //AddTxAGC Flag = 1 -+ OFDM_index[i] = OFDM_min_index; -+ } -+ else{ -+ if(priv->pshare->AddTxAGC){// TxAGC been added -+ priv->pshare->AddTxAGC = 0; -+ priv->pshare->AddTxAGC_index = 0; -+ AddTxPower88XX_AC(priv,0); //minus the added TPI -+ } -+ } -+ } -+ } -+#else -+ OFDM_index[rf_path] = ((OFDM_index[rf_path] < OFDM_min_index) ? OFDM_min_index : OFDM_index[rf_path]); -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,(">>> increse power ---> new OFDM_INDEX:%d (%d - %d)\n", OFDM_index[rf_path], priv->pshare->OFDM_index0[rf_path], get_tx_tracking_index(priv, channel, rf_path, delta, is_decrease, 0))); -+ } -+ } -+ } -+#endif -+ //4 Set new BB swing index -+ for (rf_path = 0; rf_path < max_rf_path; rf_path++) { -+ PHY_SetBBReg(priv, BBSwingReg[rf_path], 0xffe00000, OFDMSwingTable_8812[(unsigned int)OFDM_index[rf_path]]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("Readback 0x%x[31:21] = 0x%x, OFDM_index:%d\n",BBSwingReg[rf_path], PHY_QueryBBReg(priv, BBSwingReg[rf_path], 0xffe00000), OFDM_index[rf_path])); -+ } -+ -+ } -+ if (delta_LCK > 8) { -+ RTL_W8(0x522, 0xff); -+ Reg0x18 = PHY_QueryRFReg(priv, RF_PATH_A, 0x18, bMask20Bits, 1); -+ PHY_SetRFReg(priv, RF_PATH_A, 0xB4, BIT(14), 1); -+ PHY_SetRFReg(priv, RF_PATH_A, 0x18, BIT(15), 1); -+ delay_ms(200); // frequency deviation -+ PHY_SetRFReg(priv, RF_PATH_A, 0xB4, BIT(14), 0); -+ PHY_SetRFReg(priv, RF_PATH_A, 0x18, bMask20Bits, Reg0x18); -+ #ifdef CONFIG_RTL_8812_SUPPORT -+ if (GET_CHIP_VER(priv)== VERSION_8812E) -+ UpdateBBRFVal8812(priv, priv->pmib->dot11RFEntry.dot11channel); -+ #endif -+ RTL_W8(0x522, 0x0); -+ priv->pshare->ThermalValue_LCK = ThermalValue; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("\n******** END:%s() ********\n", __FUNCTION__)); -+ -+ //update thermal meter value -+ priv->pshare->ThermalValue = ThermalValue; -+ for (rf_path = 0; rf_path < max_rf_path; rf_path++) -+ priv->pshare->OFDM_index[rf_path] = OFDM_index[rf_path]; -+ } -+} -+ -+#endif -+ -+ -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+#if (RTL8814A_SUPPORT == 1) //use this function to do power tracking after 8814 by YuChen -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) { -+ ODM_TXPowerTrackingCallback_ThermalMeter_JaguarSeries2(pDM_Odm); -+ return; -+ } -+#elif ODM_IC_11AC_SERIES_SUPPORT -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) { -+ ODM_TXPowerTrackingCallback_ThermalMeter_JaguarSeries(pDM_Odm); -+ return; -+ } -+#endif -+ -+#if (RTL8192E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType==ODM_RTL8192E) { -+ ODM_TXPowerTrackingCallback_ThermalMeter_92E(pDM_Odm); -+ return; -+ } -+#endif -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ //PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+#endif -+ -+ u1Byte ThermalValue = 0, delta, delta_LCK, delta_IQK, offset; -+ u1Byte ThermalValue_AVG_count = 0; -+ u4Byte ThermalValue_AVG = 0; -+// s4Byte ele_A=0, ele_D, TempCCk, X, value32; -+// s4Byte Y, ele_C=0; -+// s1Byte OFDM_index[2], CCK_index=0, OFDM_index_old[2]={0,0}, CCK_index_old=0, index; -+// s1Byte deltaPowerIndex = 0; -+ u4Byte i = 0;//, j = 0; -+ BOOLEAN is2T = FALSE; -+// BOOLEAN bInteralPA = FALSE; -+ -+ u1Byte OFDM_max_index = 34, rf = (is2T) ? 2 : 1; //OFDM BB Swing should be less than +3.0dB, which is required by Arthur -+ u1Byte Indexforchannel = 0;/*GetRightChnlPlaceforIQK(pHalData->CurrentChannel)*/ -+ enum _POWER_DEC_INC { POWER_DEC, POWER_INC }; -+ #if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ #endif -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ #endif -+ -+ TXPWRTRACK_CFG c; -+ -+ -+ //4 1. The following TWO tables decide the final index of OFDM/CCK swing table. -+ s1Byte deltaSwingTableIdx[2][index_mapping_NUM_88E] = { -+ // {{Power decreasing(lower temperature)}, {Power increasing(higher temperature)}} -+ {0,0,2,3,4,4,5,6,7,7,8,9,10,10,11}, {0,0,1,2,3,4,4,4,4,5,7,8,9,9,10} -+ }; -+ u1Byte thermalThreshold[2][index_mapping_NUM_88E]={ -+ // {{Power decreasing(lower temperature)}, {Power increasing(higher temperature)}} -+ {0,2,4,6,8,10,12,14,16,18,20,22,24,26,27}, {0,2,4,6,8,10,12,14,16,18,20,22,25,25,25} -+ }; -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+#endif -+ -+ //4 2. Initilization ( 7 steps in total ) -+ -+ ConfigureTxpowerTrack(pDM_Odm, &c); -+ -+ pDM_Odm->RFCalibrateInfo.TXPowerTrackingCallbackCnt++; //cosa add for debug -+ pDM_Odm->RFCalibrateInfo.bTXPowerTrackingInit = TRUE; -+ -+#if (MP_DRIVER == 1) -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = pHalData->TxPowerTrackControl; // We should keep updating the control variable according to HalData. -+ // RFCalibrateInfo.RegA24 will be initialized when ODM HW configuring, but MP configures with para files. -+ pDM_Odm->RFCalibrateInfo.RegA24 = 0x090e1317; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) && defined(MP_TEST) -+ if ((OPMODE & WIFI_MP_STATE) || pDM_Odm->priv->pshare->rf_ft_var.mp_specific) { -+ if(pDM_Odm->priv->pshare->mp_txpwr_tracking == FALSE) -+ return; -+ } -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("===>odm_TXPowerTrackingCallback_ThermalMeter_8188E, pDM_Odm->BbSwingIdxCckBase: %d, pDM_Odm->BbSwingIdxOfdmBase: %d \n", pRFCalibrateInfo->BbSwingIdxCckBase, pRFCalibrateInfo->BbSwingIdxOfdmBase)); -+/* -+ if (!pDM_Odm->RFCalibrateInfo.TM_Trigger) { -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, c.ThermalRegAddr, BIT17 | BIT16, 0x3); -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 1; -+ return; -+ } -+*/ -+ ThermalValue = (u1Byte)ODM_GetRFReg(pDM_Odm, RF_PATH_A, c.ThermalRegAddr, 0xfc00); //0x42: RF Reg[15:10] 88E -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ if( ! ThermalValue || ! pDM_Odm->RFCalibrateInfo.TxPowerTrackControl) -+#else -+ if( ! pDM_Odm->RFCalibrateInfo.TxPowerTrackControl) -+#endif -+ return; -+ -+ //4 3. Initialize ThermalValues of RFCalibrateInfo -+ -+ if( ! pDM_Odm->RFCalibrateInfo.ThermalValue) -+ { -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = ThermalValue; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK = ThermalValue; -+ } -+ -+ if(pDM_Odm->RFCalibrateInfo.bReloadtxpowerindex) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("reload ofdm index for band switch\n")); -+ } -+ -+ //4 4. Calculate average thermal meter -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index] = ThermalValue; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index++; -+ if(pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index == c.AverageThermalNum) -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index = 0; -+ -+ for(i = 0; i < c.AverageThermalNum; i++) -+ { -+ if(pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]) -+ { -+ ThermalValue_AVG += pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]; -+ ThermalValue_AVG_count++; -+ } -+ } -+ -+ if(ThermalValue_AVG_count) -+ { -+ // Give the new thermo value a weighting -+ ThermalValue_AVG += (ThermalValue*4); -+ -+ ThermalValue = (u1Byte)(ThermalValue_AVG / (ThermalValue_AVG_count+4)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("AVG Thermal Meter = 0x%x \n", ThermalValue)); -+ } -+ -+ //4 5. Calculate delta, delta_LCK, delta_IQK. -+ -+ delta = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue):(pDM_Odm->RFCalibrateInfo.ThermalValue - ThermalValue); -+ delta_LCK = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_LCK)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_LCK):(pDM_Odm->RFCalibrateInfo.ThermalValue_LCK - ThermalValue); -+ delta_IQK = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_IQK)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_IQK):(pDM_Odm->RFCalibrateInfo.ThermalValue_IQK - ThermalValue); -+ -+ //4 6. If necessary, do LCK. -+ if (!(pDM_Odm->SupportICType & ODM_RTL8821)) { -+ /*if((delta_LCK > pHalData->Delta_LCK) && (pHalData->Delta_LCK != 0))*/ -+ if (delta_LCK >= c.Threshold_IQK) { -+ /*Delta temperature is equal to or larger than 20 centigrade.*/ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = ThermalValue; -+ (*c.PHY_LCCalibrate)(pDM_Odm); -+ } -+ } -+ -+ //3 7. If necessary, move the index of swing table to adjust Tx power. -+ -+ if (delta > 0 && pDM_Odm->RFCalibrateInfo.TxPowerTrackControl) -+ { -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ delta = ThermalValue > pHalData->EEPROMThermalMeter?(ThermalValue - pHalData->EEPROMThermalMeter):(pHalData->EEPROMThermalMeter - ThermalValue); -+#else -+ delta = (ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther)?(ThermalValue - pDM_Odm->priv->pmib->dot11RFEntry.ther):(pDM_Odm->priv->pmib->dot11RFEntry.ther - ThermalValue); -+#endif -+ -+ -+ //4 7.1 The Final Power Index = BaseIndex + PowerIndexOffset -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(ThermalValue > pHalData->EEPROMThermalMeter) { -+#else -+ if(ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther) { -+#endif -+ CALCULATE_SWINGTALBE_OFFSET(offset, POWER_INC, index_mapping_NUM_88E, delta); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast = pDM_Odm->RFCalibrateInfo.DeltaPowerIndex; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex = deltaSwingTableIdx[POWER_INC][offset]; -+ -+ } else { -+ -+ CALCULATE_SWINGTALBE_OFFSET(offset, POWER_DEC, index_mapping_NUM_88E, delta); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast = pDM_Odm->RFCalibrateInfo.DeltaPowerIndex; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex = (-1)*deltaSwingTableIdx[POWER_DEC][offset]; -+ } -+ -+ if (pDM_Odm->RFCalibrateInfo.DeltaPowerIndex == pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast) -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset = 0; -+ else -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset = pDM_Odm->RFCalibrateInfo.DeltaPowerIndex - pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast; -+ -+ for(i = 0; i < rf; i++) -+ pDM_Odm->RFCalibrateInfo.OFDM_index[i] = pRFCalibrateInfo->BbSwingIdxOfdmBase + pDM_Odm->RFCalibrateInfo.PowerIndexOffset; -+ pDM_Odm->RFCalibrateInfo.CCK_index = pRFCalibrateInfo->BbSwingIdxCckBase + pDM_Odm->RFCalibrateInfo.PowerIndexOffset; -+ -+ pRFCalibrateInfo->BbSwingIdxCck = pDM_Odm->RFCalibrateInfo.CCK_index; -+ pRFCalibrateInfo->BbSwingIdxOfdm[RF_PATH_A] = pDM_Odm->RFCalibrateInfo.OFDM_index[RF_PATH_A]; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("The 'CCK' final index(%d) = BaseIndex(%d) + PowerIndexOffset(%d)\n", pRFCalibrateInfo->BbSwingIdxCck, pRFCalibrateInfo->BbSwingIdxCckBase, pDM_Odm->RFCalibrateInfo.PowerIndexOffset)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("The 'OFDM' final index(%d) = BaseIndex(%d) + PowerIndexOffset(%d)\n", pRFCalibrateInfo->BbSwingIdxOfdm[RF_PATH_A], pRFCalibrateInfo->BbSwingIdxOfdmBase, pDM_Odm->RFCalibrateInfo.PowerIndexOffset)); -+ -+ //4 7.1 Handle boundary conditions of index. -+ -+ -+ for(i = 0; i < rf; i++) -+ { -+ if(pDM_Odm->RFCalibrateInfo.OFDM_index[i] > OFDM_max_index) -+ { -+ pDM_Odm->RFCalibrateInfo.OFDM_index[i] = OFDM_max_index; -+ } -+ else if (pDM_Odm->RFCalibrateInfo.OFDM_index[i] < 0) -+ { -+ pDM_Odm->RFCalibrateInfo.OFDM_index[i] = 0; -+ } -+ } -+ -+ if(pDM_Odm->RFCalibrateInfo.CCK_index > c.SwingTableSize_CCK-1) -+ pDM_Odm->RFCalibrateInfo.CCK_index = c.SwingTableSize_CCK-1; -+ else if (pDM_Odm->RFCalibrateInfo.CCK_index < 0) -+ pDM_Odm->RFCalibrateInfo.CCK_index = 0; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("The thermal meter is unchanged or TxPowerTracking OFF: ThermalValue: %d , pDM_Odm->RFCalibrateInfo.ThermalValue: %d)\n", ThermalValue, pDM_Odm->RFCalibrateInfo.ThermalValue)); -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset = 0; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("TxPowerTracking: [CCK] Swing Current Index: %d, Swing Base Index: %d\n", pDM_Odm->RFCalibrateInfo.CCK_index, pRFCalibrateInfo->BbSwingIdxCckBase)); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("TxPowerTracking: [OFDM] Swing Current Index: %d, Swing Base Index: %d\n", pDM_Odm->RFCalibrateInfo.OFDM_index[RF_PATH_A], pRFCalibrateInfo->BbSwingIdxOfdmBase)); -+ -+ if (pDM_Odm->RFCalibrateInfo.PowerIndexOffset != 0 && pDM_Odm->RFCalibrateInfo.TxPowerTrackControl) -+ { -+ //4 7.2 Configure the Swing Table to adjust Tx Power. -+ -+ pDM_Odm->RFCalibrateInfo.bTxPowerChanged = TRUE; // Always TRUE after Tx Power is adjusted by power tracking. -+ // -+ // 2012/04/23 MH According to Luke's suggestion, we can not write BB digital -+ // to increase TX power. Otherwise, EVM will be bad. -+ // -+ // 2012/04/25 MH Add for tx power tracking to set tx power in tx agc for 88E. -+ if (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue) -+ { -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ // ("Temperature Increasing: delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ // pDM_Odm->RFCalibrateInfo.PowerIndexOffset, delta, ThermalValue, pHalData->EEPROMThermalMeter, pDM_Odm->RFCalibrateInfo.ThermalValue)); -+ } -+ else if (ThermalValue < pDM_Odm->RFCalibrateInfo.ThermalValue)// Low temperature -+ { -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ // ("Temperature Decreasing: delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ // pDM_Odm->RFCalibrateInfo.PowerIndexOffset, delta, ThermalValue, pHalData->EEPROMThermalMeter, pDM_Odm->RFCalibrateInfo.ThermalValue)); -+ } -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ if (ThermalValue > pHalData->EEPROMThermalMeter) -+#else -+ if (ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther) -+#endif -+ { -+// ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("Temperature(%d) hugher than PG value(%d), increases the power by TxAGC\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, TXAGC, 0, 0); -+ } -+ else -+ { -+ // ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("Temperature(%d) lower than PG value(%d), increases the power by TxAGC\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, RF_PATH_A, Indexforchannel); -+ if(is2T) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, RF_PATH_B, Indexforchannel); -+ } -+ -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->BbSwingIdxCck; -+ pRFCalibrateInfo->BbSwingIdxOfdmBase = pRFCalibrateInfo->BbSwingIdxOfdm[RF_PATH_A]; -+ pDM_Odm->RFCalibrateInfo.ThermalValue = ThermalValue; -+ -+ } -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ // if((delta_IQK > pHalData->Delta_IQK) && (pHalData->Delta_IQK != 0)) -+ if ((delta_IQK >= 8)) // Delta temperature is equal to or larger than 20 centigrade. -+ (*c.DoIQK)(pDM_Odm, delta_IQK, ThermalValue, 8); -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("<===dm_TXPowerTrackingCallback_ThermalMeter_8188E\n")); -+ -+ pDM_Odm->RFCalibrateInfo.TXPowercount = 0; -+} -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ -+VOID -+phy_PathAStandBy( -+ IN PADAPTER pAdapter -+ ) -+{ -+ RTPRINT(FINIT, INIT_IQK, ("Path-A standby mode!\n")); -+ -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0x0); -+ PHY_SetBBReg(pAdapter, 0x840, bMaskDWord, 0x00010000); -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0x808000); -+} -+ -+//1 7. IQK -+//#define MAX_TOLERANCE 5 -+//#define IQK_DELAY_TIME 1 //ms -+ -+u1Byte //bit0 = 1 => Tx OK, bit1 = 1 => Rx OK -+phy_PathA_IQK_8192C( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN configPathB -+ ) -+{ -+ -+ u4Byte regEAC, regE94, regE9C, regEA4; -+ u1Byte result = 0x00; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ RTPRINT(FINIT, INIT_IQK, ("Path A IQK!\n")); -+ -+ //path-A IQK setting -+ RTPRINT(FINIT, INIT_IQK, ("Path-A IQK setting!\n")); -+ if(pAdapter->interfaceIndex == 0) -+ { -+ PHY_SetBBReg(pAdapter, rTx_IQK_Tone_A, bMaskDWord, 0x10008c1f); -+ PHY_SetBBReg(pAdapter, rRx_IQK_Tone_A, bMaskDWord, 0x10008c1f); -+ } -+ else -+ { -+ PHY_SetBBReg(pAdapter, rTx_IQK_Tone_A, bMaskDWord, 0x10008c22); -+ PHY_SetBBReg(pAdapter, rRx_IQK_Tone_A, bMaskDWord, 0x10008c22); -+ } -+ -+ PHY_SetBBReg(pAdapter, rTx_IQK_PI_A, bMaskDWord, 0x82140102); -+ -+ PHY_SetBBReg(pAdapter, rRx_IQK_PI_A, bMaskDWord, configPathB ? 0x28160202 : -+ IS_81xxC_VENDOR_UMC_B_CUT(pHalData->VersionID)?0x28160202:0x28160502); -+ -+ //path-B IQK setting -+ if(configPathB) -+ { -+ PHY_SetBBReg(pAdapter, rTx_IQK_Tone_B, bMaskDWord, 0x10008c22); -+ PHY_SetBBReg(pAdapter, rRx_IQK_Tone_B, bMaskDWord, 0x10008c22); -+ PHY_SetBBReg(pAdapter, rTx_IQK_PI_B, bMaskDWord, 0x82140102); -+ PHY_SetBBReg(pAdapter, rRx_IQK_PI_B, bMaskDWord, 0x28160202); -+ } -+ -+ //LO calibration setting -+ RTPRINT(FINIT, INIT_IQK, ("LO calibration setting!\n")); -+ PHY_SetBBReg(pAdapter, rIQK_AGC_Rsp, bMaskDWord, 0x001028d1); -+ -+ //One shot, path A LOK & IQK -+ RTPRINT(FINIT, INIT_IQK, ("One shot, path A LOK & IQK!\n")); -+ PHY_SetBBReg(pAdapter, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ PHY_SetBBReg(pAdapter, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ // delay x ms -+ RTPRINT(FINIT, INIT_IQK, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME)); -+ PlatformStallExecution(IQK_DELAY_TIME*1000); -+ -+ // Check failed -+ regEAC = PHY_QueryBBReg(pAdapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xeac = 0x%x\n", regEAC)); -+ regE94 = PHY_QueryBBReg(pAdapter, rTx_Power_Before_IQK_A, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xe94 = 0x%x\n", regE94)); -+ regE9C= PHY_QueryBBReg(pAdapter, rTx_Power_After_IQK_A, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xe9c = 0x%x\n", regE9C)); -+ regEA4= PHY_QueryBBReg(pAdapter, rRx_Power_Before_IQK_A_2, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xea4 = 0x%x\n", regEA4)); -+ -+ if(!(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) ) -+ result |= 0x01; -+ else //if Tx not OK, ignore Rx -+ return result; -+ -+ if(!(regEAC & BIT27) && //if Tx is OK, check whether Rx is OK -+ (((regEA4 & 0x03FF0000)>>16) != 0x132) && -+ (((regEAC & 0x03FF0000)>>16) != 0x36)) -+ result |= 0x02; -+ else -+ RTPRINT(FINIT, INIT_IQK, ("Path A Rx IQK fail!!\n")); -+ -+ return result; -+ -+ -+} -+ -+u1Byte //bit0 = 1 => Tx OK, bit1 = 1 => Rx OK -+phy_PathB_IQK_8192C( -+ IN PADAPTER pAdapter -+ ) -+{ -+ u4Byte regEAC, regEB4, regEBC, regEC4, regECC; -+ u1Byte result = 0x00; -+ RTPRINT(FINIT, INIT_IQK, ("Path B IQK!\n")); -+ -+ //One shot, path B LOK & IQK -+ RTPRINT(FINIT, INIT_IQK, ("One shot, path A LOK & IQK!\n")); -+ PHY_SetBBReg(pAdapter, rIQK_AGC_Cont, bMaskDWord, 0x00000002); -+ PHY_SetBBReg(pAdapter, rIQK_AGC_Cont, bMaskDWord, 0x00000000); -+ -+ // delay x ms -+ RTPRINT(FINIT, INIT_IQK, ("Delay %d ms for One shot, path B LOK & IQK.\n", IQK_DELAY_TIME)); -+ PlatformStallExecution(IQK_DELAY_TIME*1000); -+ -+ // Check failed -+ regEAC = PHY_QueryBBReg(pAdapter, rRx_Power_After_IQK_A_2, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xeac = 0x%x\n", regEAC)); -+ regEB4 = PHY_QueryBBReg(pAdapter, rTx_Power_Before_IQK_B, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xeb4 = 0x%x\n", regEB4)); -+ regEBC= PHY_QueryBBReg(pAdapter, rTx_Power_After_IQK_B, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xebc = 0x%x\n", regEBC)); -+ regEC4= PHY_QueryBBReg(pAdapter, rRx_Power_Before_IQK_B_2, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xec4 = 0x%x\n", regEC4)); -+ regECC= PHY_QueryBBReg(pAdapter, rRx_Power_After_IQK_B_2, bMaskDWord); -+ RTPRINT(FINIT, INIT_IQK, ("0xecc = 0x%x\n", regECC)); -+ -+ if(!(regEAC & BIT31) && -+ (((regEB4 & 0x03FF0000)>>16) != 0x142) && -+ (((regEBC & 0x03FF0000)>>16) != 0x42)) -+ result |= 0x01; -+ else -+ return result; -+ -+ if(!(regEAC & BIT30) && -+ (((regEC4 & 0x03FF0000)>>16) != 0x132) && -+ (((regECC & 0x03FF0000)>>16) != 0x36)) -+ result |= 0x02; -+ else -+ RTPRINT(FINIT, INIT_IQK, ("Path B Rx IQK fail!!\n")); -+ -+ -+ return result; -+ -+} -+ -+VOID -+phy_PathAFillIQKMatrix( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bIQKOK, -+ IN s4Byte result[][8], -+ IN u1Byte final_candidate, -+ IN BOOLEAN bTxOnly -+ ) -+{ -+ u4Byte Oldval_0, X, TX0_A, reg; -+ s4Byte Y, TX0_C; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ RTPRINT(FINIT, INIT_IQK, ("Path A IQ Calibration %s !\n",(bIQKOK)?"Success":"Failed")); -+ -+ if(final_candidate == 0xFF) -+ return; -+ -+ else if(bIQKOK) -+ { -+ Oldval_0 = (PHY_QueryBBReg(pAdapter, rOFDM0_XATxIQImbalance, bMaskDWord) >> 22) & 0x3FF; -+ -+ X = result[final_candidate][0]; -+ if ((X & 0x00000200) != 0) -+ X = X | 0xFFFFFC00; -+ TX0_A = (X * Oldval_0) >> 8; -+ RTPRINT(FINIT, INIT_IQK, ("X = 0x%x, TX0_A = 0x%x, Oldval_0 0x%x\n", X, TX0_A, Oldval_0)); -+ PHY_SetBBReg(pAdapter, rOFDM0_XATxIQImbalance, 0x3FF, TX0_A); -+ PHY_SetBBReg(pAdapter, rOFDM0_ECCAThreshold, BIT(31), ((X * Oldval_0>>7) & 0x1)); -+ -+ Y = result[final_candidate][1]; -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ -+ //path B IQK result + 3 -+ if(pAdapter->interfaceIndex == 1 && pHalData->CurrentBandType == BAND_ON_5G) -+ Y += 3; -+ -+ TX0_C = (Y * Oldval_0) >> 8; -+ RTPRINT(FINIT, INIT_IQK, ("Y = 0x%x, TX = 0x%x\n", Y, TX0_C)); -+ PHY_SetBBReg(pAdapter, rOFDM0_XCTxAFE, 0xF0000000, ((TX0_C&0x3C0)>>6)); -+ PHY_SetBBReg(pAdapter, rOFDM0_XATxIQImbalance, 0x003F0000, (TX0_C&0x3F)); -+ PHY_SetBBReg(pAdapter, rOFDM0_ECCAThreshold, BIT(29), ((Y * Oldval_0>>7) & 0x1)); -+ -+ if(bTxOnly) -+ { -+ RTPRINT(FINIT, INIT_IQK, ("phy_PathAFillIQKMatrix only Tx OK\n")); -+ return; -+ } -+ -+ reg = result[final_candidate][2]; -+ PHY_SetBBReg(pAdapter, rOFDM0_XARxIQImbalance, 0x3FF, reg); -+ -+ reg = result[final_candidate][3] & 0x3F; -+ PHY_SetBBReg(pAdapter, rOFDM0_XARxIQImbalance, 0xFC00, reg); -+ -+ reg = (result[final_candidate][3] >> 6) & 0xF; -+ PHY_SetBBReg(pAdapter, rOFDM0_RxIQExtAnta, 0xF0000000, reg); -+ } -+} -+ -+VOID -+phy_PathBFillIQKMatrix( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bIQKOK, -+ IN s4Byte result[][8], -+ IN u1Byte final_candidate, -+ IN BOOLEAN bTxOnly //do Tx only -+ ) -+{ -+ u4Byte Oldval_1, X, TX1_A, reg; -+ s4Byte Y, TX1_C; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ RTPRINT(FINIT, INIT_IQK, ("Path B IQ Calibration %s !\n",(bIQKOK)?"Success":"Failed")); -+ -+ if(final_candidate == 0xFF) -+ return; -+ -+ else if(bIQKOK) -+ { -+ Oldval_1 = (PHY_QueryBBReg(pAdapter, rOFDM0_XBTxIQImbalance, bMaskDWord) >> 22) & 0x3FF; -+ -+ X = result[final_candidate][4]; -+ if ((X & 0x00000200) != 0) -+ X = X | 0xFFFFFC00; -+ TX1_A = (X * Oldval_1) >> 8; -+ RTPRINT(FINIT, INIT_IQK, ("X = 0x%x, TX1_A = 0x%x\n", X, TX1_A)); -+ PHY_SetBBReg(pAdapter, rOFDM0_XBTxIQImbalance, 0x3FF, TX1_A); -+ PHY_SetBBReg(pAdapter, rOFDM0_ECCAThreshold, BIT(27), ((X * Oldval_1>>7) & 0x1)); -+ -+ Y = result[final_candidate][5]; -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ if(pHalData->CurrentBandType == BAND_ON_5G) -+ Y += 3; //temp modify for preformance -+ TX1_C = (Y * Oldval_1) >> 8; -+ RTPRINT(FINIT, INIT_IQK, ("Y = 0x%x, TX1_C = 0x%x\n", Y, TX1_C)); -+ PHY_SetBBReg(pAdapter, rOFDM0_XDTxAFE, 0xF0000000, ((TX1_C&0x3C0)>>6)); -+ PHY_SetBBReg(pAdapter, rOFDM0_XBTxIQImbalance, 0x003F0000, (TX1_C&0x3F)); -+ PHY_SetBBReg(pAdapter, rOFDM0_ECCAThreshold, BIT(25), ((Y * Oldval_1>>7) & 0x1)); -+ -+ if(bTxOnly) -+ return; -+ -+ reg = result[final_candidate][6]; -+ PHY_SetBBReg(pAdapter, rOFDM0_XBRxIQImbalance, 0x3FF, reg); -+ -+ reg = result[final_candidate][7] & 0x3F; -+ PHY_SetBBReg(pAdapter, rOFDM0_XBRxIQImbalance, 0xFC00, reg); -+ -+ reg = (result[final_candidate][7] >> 6) & 0xF; -+ PHY_SetBBReg(pAdapter, rOFDM0_AGCRSSITable, 0x0000F000, reg); -+ } -+} -+ -+ -+BOOLEAN -+phy_SimularityCompare_92C( -+ IN PADAPTER pAdapter, -+ IN s4Byte result[][8], -+ IN u1Byte c1, -+ IN u1Byte c2 -+ ) -+{ -+ u4Byte i, j, diff, SimularityBitMap, bound = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u1Byte final_candidate[2] = {0xFF, 0xFF}; //for path A and path B -+ BOOLEAN bResult = TRUE, is2T = IS_92C_SERIAL( pHalData->VersionID); -+ -+ if(is2T) -+ bound = 8; -+ else -+ bound = 4; -+ -+ SimularityBitMap = 0; -+ -+ for( i = 0; i < bound; i++ ) -+ { -+ diff = (result[c1][i] > result[c2][i]) ? (result[c1][i] - result[c2][i]) : (result[c2][i] - result[c1][i]); -+ if (diff > MAX_TOLERANCE) -+ { -+ if((i == 2 || i == 6) && !SimularityBitMap) -+ { -+ if(result[c1][i]+result[c1][i+1] == 0) -+ final_candidate[(i/4)] = c2; -+ else if (result[c2][i]+result[c2][i+1] == 0) -+ final_candidate[(i/4)] = c1; -+ else -+ SimularityBitMap = SimularityBitMap|(1< do IQK again -+*/ -+BOOLEAN -+phy_SimularityCompare( -+ IN PADAPTER pAdapter, -+ IN s4Byte result[][8], -+ IN u1Byte c1, -+ IN u1Byte c2 -+ ) -+{ -+ return phy_SimularityCompare_92C(pAdapter, result, c1, c2); -+ -+} -+ -+VOID -+phy_IQCalibrate_8192C( -+ IN PADAPTER pAdapter, -+ IN s4Byte result[][8], -+ IN u1Byte t, -+ IN BOOLEAN is2T -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u4Byte i; -+ u1Byte PathAOK, PathBOK; -+ u4Byte ADDA_REG[IQK_ADDA_REG_NUM] = { -+ rFPGA0_XCD_SwitchControl, rBlue_Tooth, -+ rRx_Wait_CCA, rTx_CCK_RFON, -+ rTx_CCK_BBON, rTx_OFDM_RFON, -+ rTx_OFDM_BBON, rTx_To_Rx, -+ rTx_To_Tx, rRx_CCK, -+ rRx_OFDM, rRx_Wait_RIFS, -+ rRx_TO_Rx, rStandby, -+ rSleep, rPMPD_ANAEN }; -+ u4Byte IQK_MAC_REG[IQK_MAC_REG_NUM] = { -+ REG_TXPAUSE, REG_BCN_CTRL, -+ REG_BCN_CTRL_1, REG_GPIO_MUXCFG}; -+ -+ //since 92C & 92D have the different define in IQK_BB_REG -+ u4Byte IQK_BB_REG_92C[IQK_BB_REG_NUM] = { -+ rOFDM0_TRxPathEnable, rOFDM0_TRMuxPar, -+ rFPGA0_XCD_RFInterfaceSW, rConfig_AntA, rConfig_AntB, -+ rFPGA0_XAB_RFInterfaceSW, rFPGA0_XA_RFInterfaceOE, -+ rFPGA0_XB_RFInterfaceOE, /*rFPGA0_RFMOD*/ rCCK0_AFESetting -+ }; -+ -+ u4Byte IQK_BB_REG_92D[IQK_BB_REG_NUM_92D] = { //for normal -+ rFPGA0_XAB_RFInterfaceSW, rFPGA0_XA_RFInterfaceOE, -+ rFPGA0_XB_RFInterfaceOE, rOFDM0_TRMuxPar, -+ rFPGA0_XCD_RFInterfaceSW, rOFDM0_TRxPathEnable, -+ /*rFPGA0_RFMOD*/ rCCK0_AFESetting, rFPGA0_AnalogParameter4, -+ rOFDM0_XAAGCCore1, rOFDM0_XBAGCCore1 -+ }; -+#if MP_DRIVER -+ const u4Byte retryCount = 9; -+#else -+ const u4Byte retryCount = 2; -+#endif -+ //Neil Chen--2011--05--19-- -+ //3 Path Div -+ u1Byte rfPathSwitch=0x0; -+ -+ // Note: IQ calibration must be performed after loading -+ // PHY_REG.txt , and radio_a, radio_b.txt -+ -+ u4Byte bbvalue; -+ -+ if(t==0) -+ { -+ //bbvalue = PHY_QueryBBReg(pAdapter, rFPGA0_RFMOD, bMaskDWord); -+ // RTPRINT(FINIT, INIT_IQK, ("phy_IQCalibrate_8192C()==>0x%08x\n",bbvalue)); -+ -+ RTPRINT(FINIT, INIT_IQK, ("IQ Calibration for %s\n", (is2T ? "2T2R" : "1T1R"))); -+ -+ // Save ADDA parameters, turn Path A ADDA on -+ phy_SaveADDARegisters(pAdapter, ADDA_REG, pHalData->ADDA_backup, IQK_ADDA_REG_NUM); -+ phy_SaveMACRegisters(pAdapter, IQK_MAC_REG, pHalData->IQK_MAC_backup); -+ phy_SaveADDARegisters(pAdapter, IQK_BB_REG_92C, pHalData->IQK_BB_backup, IQK_BB_REG_NUM); -+ } -+ -+ phy_PathADDAOn(pAdapter, ADDA_REG, TRUE, is2T); -+ -+ if(t==0) -+ { -+ pHalData->bRfPiEnable = (u1Byte)PHY_QueryBBReg(pAdapter, rFPGA0_XA_HSSIParameter1, BIT(8)); -+ } -+ -+ if(!pHalData->bRfPiEnable){ -+ // Switch BB to PI mode to do IQ Calibration. -+ phy_PIModeSwitch(pAdapter, TRUE); -+ } -+ -+ //MAC settings -+ phy_MACSettingCalibration(pAdapter, IQK_MAC_REG, pHalData->IQK_MAC_backup); -+ -+ //PHY_SetBBReg(pAdapter, rFPGA0_RFMOD, BIT24, 0x00); -+ PHY_SetBBReg(pAdapter, rCCK0_AFESetting, bMaskDWord, (0x0f000000 | (PHY_QueryBBReg(pAdapter, rCCK0_AFESetting, bMaskDWord))) ); -+ PHY_SetBBReg(pAdapter, rOFDM0_TRxPathEnable, bMaskDWord, 0x03a05600); -+ PHY_SetBBReg(pAdapter, rOFDM0_TRMuxPar, bMaskDWord, 0x000800e4); -+ PHY_SetBBReg(pAdapter, rFPGA0_XCD_RFInterfaceSW, bMaskDWord, 0x22204000); -+ { -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 0x01); -+ PHY_SetBBReg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT26, 0x01); -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_RFInterfaceOE, BIT10, 0x00); -+ PHY_SetBBReg(pAdapter, rFPGA0_XB_RFInterfaceOE, BIT10, 0x00); -+ } -+ -+ if(is2T) -+ { -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_LSSIParameter, bMaskDWord, 0x00010000); -+ PHY_SetBBReg(pAdapter, rFPGA0_XB_LSSIParameter, bMaskDWord, 0x00010000); -+ } -+ -+ { -+ //Page B init -+ PHY_SetBBReg(pAdapter, rConfig_AntA, bMaskDWord, 0x00080000); -+ -+ if(is2T) -+ { -+ PHY_SetBBReg(pAdapter, rConfig_AntB, bMaskDWord, 0x00080000); -+ } -+ } -+ // IQ calibration setting -+ RTPRINT(FINIT, INIT_IQK, ("IQK setting!\n")); -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0x808000); -+ PHY_SetBBReg(pAdapter, rTx_IQK, bMaskDWord, 0x01007c00); -+ PHY_SetBBReg(pAdapter, rRx_IQK, bMaskDWord, 0x01004800); -+ -+ for(i = 0 ; i < retryCount ; i++){ -+ PathAOK = phy_PathA_IQK_8192C(pAdapter, is2T); -+ if(PathAOK == 0x03){ -+ RTPRINT(FINIT, INIT_IQK, ("Path A IQK Success!!\n")); -+ result[t][0] = (PHY_QueryBBReg(pAdapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ result[t][1] = (PHY_QueryBBReg(pAdapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ result[t][2] = (PHY_QueryBBReg(pAdapter, rRx_Power_Before_IQK_A_2, bMaskDWord)&0x3FF0000)>>16; -+ result[t][3] = (PHY_QueryBBReg(pAdapter, rRx_Power_After_IQK_A_2, bMaskDWord)&0x3FF0000)>>16; -+ break; -+ } -+ else if (i == (retryCount-1) && PathAOK == 0x01) //Tx IQK OK -+ { -+ RTPRINT(FINIT, INIT_IQK, ("Path A IQK Only Tx Success!!\n")); -+ -+ result[t][0] = (PHY_QueryBBReg(pAdapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ result[t][1] = (PHY_QueryBBReg(pAdapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; -+ } -+ } -+ -+ if(0x00 == PathAOK){ -+ RTPRINT(FINIT, INIT_IQK, ("Path A IQK failed!!\n")); -+ } -+ -+ if(is2T){ -+ phy_PathAStandBy(pAdapter); -+ -+ // Turn Path B ADDA on -+ phy_PathADDAOn(pAdapter, ADDA_REG, FALSE, is2T); -+ -+ for(i = 0 ; i < retryCount ; i++){ -+ PathBOK = phy_PathB_IQK_8192C(pAdapter); -+ if(PathBOK == 0x03){ -+ RTPRINT(FINIT, INIT_IQK, ("Path B IQK Success!!\n")); -+ result[t][4] = (PHY_QueryBBReg(pAdapter, rTx_Power_Before_IQK_B, bMaskDWord)&0x3FF0000)>>16; -+ result[t][5] = (PHY_QueryBBReg(pAdapter, rTx_Power_After_IQK_B, bMaskDWord)&0x3FF0000)>>16; -+ result[t][6] = (PHY_QueryBBReg(pAdapter, rRx_Power_Before_IQK_B_2, bMaskDWord)&0x3FF0000)>>16; -+ result[t][7] = (PHY_QueryBBReg(pAdapter, rRx_Power_After_IQK_B_2, bMaskDWord)&0x3FF0000)>>16; -+ break; -+ } -+ else if (i == (retryCount - 1) && PathBOK == 0x01) //Tx IQK OK -+ { -+ RTPRINT(FINIT, INIT_IQK, ("Path B Only Tx IQK Success!!\n")); -+ result[t][4] = (PHY_QueryBBReg(pAdapter, rTx_Power_Before_IQK_B, bMaskDWord)&0x3FF0000)>>16; -+ result[t][5] = (PHY_QueryBBReg(pAdapter, rTx_Power_After_IQK_B, bMaskDWord)&0x3FF0000)>>16; -+ } -+ } -+ -+ if(0x00 == PathBOK){ -+ RTPRINT(FINIT, INIT_IQK, ("Path B IQK failed!!\n")); -+ } -+ } -+ -+ //Back to BB mode, load original value -+ RTPRINT(FINIT, INIT_IQK, ("IQK:Back to BB mode, load original value!\n")); -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0); -+ -+ if(t!=0) -+ { -+ if(!pHalData->bRfPiEnable){ -+ // Switch back BB to SI mode after finish IQ Calibration. -+ phy_PIModeSwitch(pAdapter, FALSE); -+ } -+ -+ // Reload ADDA power saving parameters -+ phy_ReloadADDARegisters(pAdapter, ADDA_REG, pHalData->ADDA_backup, IQK_ADDA_REG_NUM); -+ -+ // Reload MAC parameters -+ phy_ReloadMACRegisters(pAdapter, IQK_MAC_REG, pHalData->IQK_MAC_backup); -+ -+ // Reload BB parameters -+ phy_ReloadADDARegisters(pAdapter, IQK_BB_REG_92C, pHalData->IQK_BB_backup, IQK_BB_REG_NUM); -+ -+ /*Restore RX initial gain*/ -+ PHY_SetBBReg(pAdapter, rFPGA0_XA_LSSIParameter, bMaskDWord, 0x00032ed3); -+ if (is2T) -+ PHY_SetBBReg(pAdapter, rFPGA0_XB_LSSIParameter, bMaskDWord, 0x00032ed3); -+ //load 0xe30 IQC default value -+ PHY_SetBBReg(pAdapter, rTx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ PHY_SetBBReg(pAdapter, rRx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ -+ } -+ RTPRINT(FINIT, INIT_IQK, ("phy_IQCalibrate_8192C() <==\n")); -+ -+} -+ -+ -+VOID -+phy_LCCalibrate92C( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN is2T -+ ) -+{ -+ u1Byte tmpReg; -+ u4Byte RF_Amode=0, RF_Bmode=0, LC_Cal; -+// HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ //Check continuous TX and Packet TX -+ tmpReg = PlatformEFIORead1Byte(pAdapter, 0xd03); -+ -+ if((tmpReg&0x70) != 0) //Deal with contisuous TX case -+ PlatformEFIOWrite1Byte(pAdapter, 0xd03, tmpReg&0x8F); //disable all continuous TX -+ else // Deal with Packet TX case -+ PlatformEFIOWrite1Byte(pAdapter, REG_TXPAUSE, 0xFF); // block all queues -+ -+ if((tmpReg&0x70) != 0) -+ { -+ //1. Read original RF mode -+ //Path-A -+ RF_Amode = PHY_QueryRFReg(pAdapter, RF_PATH_A, RF_AC, bMask12Bits); -+ -+ //Path-B -+ if(is2T) -+ RF_Bmode = PHY_QueryRFReg(pAdapter, RF_PATH_B, RF_AC, bMask12Bits); -+ -+ //2. Set RF mode = standby mode -+ //Path-A -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_AC, bMask12Bits, (RF_Amode&0x8FFFF)|0x10000); -+ -+ //Path-B -+ if(is2T) -+ PHY_SetRFReg(pAdapter, RF_PATH_B, RF_AC, bMask12Bits, (RF_Bmode&0x8FFFF)|0x10000); -+ } -+ -+ //3. Read RF reg18 -+ LC_Cal = PHY_QueryRFReg(pAdapter, RF_PATH_A, RF_CHNLBW, bMask12Bits); -+ -+ //4. Set LC calibration begin bit15 -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_CHNLBW, bMask12Bits, LC_Cal|0x08000); -+ -+ delay_ms(100); -+ -+ -+ //Restore original situation -+ if((tmpReg&0x70) != 0) //Deal with contisuous TX case -+ { -+ //Path-A -+ PlatformEFIOWrite1Byte(pAdapter, 0xd03, tmpReg); -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_AC, bMask12Bits, RF_Amode); -+ -+ //Path-B -+ if(is2T) -+ PHY_SetRFReg(pAdapter, RF_PATH_B, RF_AC, bMask12Bits, RF_Bmode); -+ } -+ else // Deal with Packet TX case -+ { -+ PlatformEFIOWrite1Byte(pAdapter, REG_TXPAUSE, 0x00); -+ } -+} -+ -+ -+VOID -+phy_LCCalibrate( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN is2T -+ ) -+{ -+ phy_LCCalibrate92C(pAdapter, is2T); -+} -+ -+ -+ -+//Analog Pre-distortion calibration -+#define APK_BB_REG_NUM 8 -+#define APK_CURVE_REG_NUM 4 -+#define PATH_NUM 2 -+ -+VOID -+phy_APCalibrate_8192C( -+ IN PADAPTER pAdapter, -+ IN s1Byte delta, -+ IN BOOLEAN is2T -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ u4Byte regD[PATH_NUM]; -+ u4Byte tmpReg, index, offset, i, apkbound; -+ u1Byte path, pathbound = PATH_NUM; -+ u4Byte BB_backup[APK_BB_REG_NUM]; -+ u4Byte BB_REG[APK_BB_REG_NUM] = { -+ rFPGA1_TxBlock, rOFDM0_TRxPathEnable, -+ rFPGA0_RFMOD, rOFDM0_TRMuxPar, -+ rFPGA0_XCD_RFInterfaceSW, rFPGA0_XAB_RFInterfaceSW, -+ rFPGA0_XA_RFInterfaceOE, rFPGA0_XB_RFInterfaceOE }; -+ u4Byte BB_AP_MODE[APK_BB_REG_NUM] = { -+ 0x00000020, 0x00a05430, 0x02040000, -+ 0x000800e4, 0x00204000 }; -+ u4Byte BB_normal_AP_MODE[APK_BB_REG_NUM] = { -+ 0x00000020, 0x00a05430, 0x02040000, -+ 0x000800e4, 0x22204000 }; -+ -+ u4Byte AFE_backup[IQK_ADDA_REG_NUM]; -+ u4Byte AFE_REG[IQK_ADDA_REG_NUM] = { -+ rFPGA0_XCD_SwitchControl, rBlue_Tooth, -+ rRx_Wait_CCA, rTx_CCK_RFON, -+ rTx_CCK_BBON, rTx_OFDM_RFON, -+ rTx_OFDM_BBON, rTx_To_Rx, -+ rTx_To_Tx, rRx_CCK, -+ rRx_OFDM, rRx_Wait_RIFS, -+ rRx_TO_Rx, rStandby, -+ rSleep, rPMPD_ANAEN }; -+ -+ u4Byte MAC_backup[IQK_MAC_REG_NUM]; -+ u4Byte MAC_REG[IQK_MAC_REG_NUM] = { -+ REG_TXPAUSE, REG_BCN_CTRL, -+ REG_BCN_CTRL_1, REG_GPIO_MUXCFG}; -+ -+ u4Byte APK_RF_init_value[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x0852c, 0x1852c, 0x5852c, 0x1852c, 0x5852c}, -+ {0x2852e, 0x0852e, 0x3852e, 0x0852e, 0x0852e} -+ }; -+ -+ u4Byte APK_normal_RF_init_value[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x0852c, 0x0a52c, 0x3a52c, 0x5a52c, 0x5a52c}, //path settings equal to path b settings -+ {0x0852c, 0x0a52c, 0x5a52c, 0x5a52c, 0x5a52c} -+ }; -+ -+ u4Byte APK_RF_value_0[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x52019, 0x52014, 0x52013, 0x5200f, 0x5208d}, -+ {0x5201a, 0x52019, 0x52016, 0x52033, 0x52050} -+ }; -+ -+ u4Byte APK_normal_RF_value_0[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x52019, 0x52017, 0x52010, 0x5200d, 0x5206a}, //path settings equal to path b settings -+ {0x52019, 0x52017, 0x52010, 0x5200d, 0x5206a} -+ }; -+#if 0 -+ u4Byte APK_RF_value_A[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x1adb0, 0x1adb0, 0x1ada0, 0x1ad90, 0x1ad80}, -+ {0x00fb0, 0x00fb0, 0x00fa0, 0x00f90, 0x00f80} -+ }; -+#endif -+ u4Byte AFE_on_off[PATH_NUM] = { -+ 0x04db25a4, 0x0b1b25a4}; //path A on path B off / path A off path B on -+ -+ u4Byte APK_offset[PATH_NUM] = { -+ rConfig_AntA, rConfig_AntB}; -+ -+ u4Byte APK_normal_offset[PATH_NUM] = { -+ rConfig_Pmpd_AntA, rConfig_Pmpd_AntB}; -+ -+ u4Byte APK_value[PATH_NUM] = { -+ 0x92fc0000, 0x12fc0000}; -+ -+ u4Byte APK_normal_value[PATH_NUM] = { -+ 0x92680000, 0x12680000}; -+ -+ s1Byte APK_delta_mapping[APK_BB_REG_NUM][13] = { -+ {-4, -3, -2, -2, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-4, -3, -2, -2, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-6, -4, -2, -2, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-11, -9, -7, -5, -3, -1, 0, 0, 0, 0, 0, 0, 0} -+ }; -+ -+ u4Byte APK_normal_setting_value_1[13] = { -+ 0x01017018, 0xf7ed8f84, 0x1b1a1816, 0x2522201e, 0x322e2b28, -+ 0x433f3a36, 0x5b544e49, 0x7b726a62, 0xa69a8f84, 0xdfcfc0b3, -+ 0x12680000, 0x00880000, 0x00880000 -+ }; -+ -+ u4Byte APK_normal_setting_value_2[16] = { -+ 0x01c7021d, 0x01670183, 0x01000123, 0x00bf00e2, 0x008d00a3, -+ 0x0068007b, 0x004d0059, 0x003a0042, 0x002b0031, 0x001f0025, -+ 0x0017001b, 0x00110014, 0x000c000f, 0x0009000b, 0x00070008, -+ 0x00050006 -+ }; -+ -+ u4Byte APK_result[PATH_NUM][APK_BB_REG_NUM]; //val_1_1a, val_1_2a, val_2a, val_3a, val_4a -+// u4Byte AP_curve[PATH_NUM][APK_CURVE_REG_NUM]; -+ -+ s4Byte BB_offset, delta_V, delta_offset; -+ -+#if MP_DRIVER == 1 -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ -+ pMptCtx->APK_bound[0] = 45; -+ pMptCtx->APK_bound[1] = 52; -+#endif -+ -+ RTPRINT(FINIT, INIT_IQK, ("==>phy_APCalibrate_8192C() delta %d\n", delta)); -+ RTPRINT(FINIT, INIT_IQK, ("AP Calibration for %s\n", (is2T ? "2T2R" : "1T1R"))); -+ if(!is2T) -+ pathbound = 1; -+ -+ //2 FOR NORMAL CHIP SETTINGS -+ -+// Temporarily do not allow normal driver to do the following settings because these offset -+// and value will cause RF internal PA to be unpredictably disabled by HW, such that RF Tx signal -+// will disappear after disable/enable card many times on 88CU. RF SD and DD have not find the -+// root cause, so we remove these actions temporarily. Added by tynli and SD3 Allen. 2010.05.31. -+#if MP_DRIVER != 1 -+ return; -+#endif -+ //settings adjust for normal chip -+ for(index = 0; index < PATH_NUM; index ++) -+ { -+ APK_offset[index] = APK_normal_offset[index]; -+ APK_value[index] = APK_normal_value[index]; -+ AFE_on_off[index] = 0x6fdb25a4; -+ } -+ -+ for(index = 0; index < APK_BB_REG_NUM; index ++) -+ { -+ for(path = 0; path < pathbound; path++) -+ { -+ APK_RF_init_value[path][index] = APK_normal_RF_init_value[path][index]; -+ APK_RF_value_0[path][index] = APK_normal_RF_value_0[path][index]; -+ } -+ BB_AP_MODE[index] = BB_normal_AP_MODE[index]; -+ } -+ -+ apkbound = 6; -+ -+ //save BB default value -+ for(index = 0; index < APK_BB_REG_NUM ; index++) -+ { -+ if(index == 0) //skip -+ continue; -+ BB_backup[index] = PHY_QueryBBReg(pAdapter, BB_REG[index], bMaskDWord); -+ } -+ -+ //save MAC default value -+ phy_SaveMACRegisters(pAdapter, MAC_REG, MAC_backup); -+ -+ //save AFE default value -+ phy_SaveADDARegisters(pAdapter, AFE_REG, AFE_backup, IQK_ADDA_REG_NUM); -+ -+ for(path = 0; path < pathbound; path++) -+ { -+ -+ -+ if(path == RF_PATH_A) -+ { -+ //path A APK -+ //load APK setting -+ //path-A -+ offset = rPdp_AntA; -+ for(index = 0; index < 11; index ++) -+ { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", offset, PHY_QueryBBReg(pAdapter, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ -+ PHY_SetBBReg(pAdapter, rConfig_Pmpd_AntB, bMaskDWord, 0x12680000); -+ -+ offset = rConfig_AntA; -+ for(; index < 13; index ++) -+ { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", offset, PHY_QueryBBReg(pAdapter, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ -+ //page-B1 -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0x400000); -+ -+ //path A -+ offset = rPdp_AntA; -+ for(index = 0; index < 16; index++) -+ { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, APK_normal_setting_value_2[index]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", offset, PHY_QueryBBReg(pAdapter, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0); -+ } -+ else if(path == RF_PATH_B) -+ { -+ //path B APK -+ //load APK setting -+ //path-B -+ offset = rPdp_AntB; -+ for(index = 0; index < 10; index ++) -+ { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", offset, PHY_QueryBBReg(pAdapter, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ PHY_SetBBReg(pAdapter, rConfig_Pmpd_AntA, bMaskDWord, 0x12680000); -+ -+ PHY_SetBBReg(pAdapter, rConfig_Pmpd_AntB, bMaskDWord, 0x12680000); -+ -+ offset = rConfig_AntA; -+ index = 11; -+ for(; index < 13; index ++) //offset 0xb68, 0xb6c -+ { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", offset, PHY_QueryBBReg(pAdapter, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ -+ //page-B1 -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0x400000); -+ -+ //path B -+ offset = 0xb60; -+ for(index = 0; index < 16; index++) -+ { -+ PHY_SetBBReg(pAdapter, offset, bMaskDWord, APK_normal_setting_value_2[index]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", offset, PHY_QueryBBReg(pAdapter, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0); -+ } -+ -+ //save RF default value -+ regD[path] = PHY_QueryRFReg(pAdapter, path, RF_TXBIAS_A, bRFRegOffsetMask); -+ -+ //Path A AFE all on, path B AFE All off or vise versa -+ for(index = 0; index < IQK_ADDA_REG_NUM ; index++) -+ PHY_SetBBReg(pAdapter, AFE_REG[index], bMaskDWord, AFE_on_off[path]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0xe70 %x\n", PHY_QueryBBReg(pAdapter, rRx_Wait_CCA, bMaskDWord))); -+ -+ //BB to AP mode -+ if(path == 0) -+ { -+ for(index = 0; index < APK_BB_REG_NUM ; index++) -+ { -+ -+ if(index == 0) //skip -+ continue; -+ else if (index < 5) -+ PHY_SetBBReg(pAdapter, BB_REG[index], bMaskDWord, BB_AP_MODE[index]); -+ else if (BB_REG[index] == 0x870) -+ PHY_SetBBReg(pAdapter, BB_REG[index], bMaskDWord, BB_backup[index]|BIT10|BIT26); -+ else -+ PHY_SetBBReg(pAdapter, BB_REG[index], BIT10, 0x0); -+ } -+ -+ PHY_SetBBReg(pAdapter, rTx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ PHY_SetBBReg(pAdapter, rRx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ } -+ else //path B -+ { -+ PHY_SetBBReg(pAdapter, rTx_IQK_Tone_B, bMaskDWord, 0x01008c00); -+ PHY_SetBBReg(pAdapter, rRx_IQK_Tone_B, bMaskDWord, 0x01008c00); -+ -+ } -+ -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x800 %x\n", PHY_QueryBBReg(pAdapter, 0x800, bMaskDWord))); -+ -+ //MAC settings -+ phy_MACSettingCalibration(pAdapter, MAC_REG, MAC_backup); -+ -+ if(path == RF_PATH_A) //Path B to standby mode -+ { -+ PHY_SetRFReg(pAdapter, RF_PATH_B, RF_AC, bRFRegOffsetMask, 0x10000); -+ } -+ else //Path A to standby mode -+ { -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_AC, bRFRegOffsetMask, 0x10000); -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_MODE1, bRFRegOffsetMask, 0x1000f); -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_MODE2, bRFRegOffsetMask, 0x20103); -+ } -+ -+ delta_offset = ((delta+14)/2); -+ if(delta_offset < 0) -+ delta_offset = 0; -+ else if (delta_offset > 12) -+ delta_offset = 12; -+ -+ //AP calibration -+ for(index = 0; index < APK_BB_REG_NUM; index++) -+ { -+ if(index != 1) //only DO PA11+PAD01001, AP RF setting -+ continue; -+ -+ tmpReg = APK_RF_init_value[path][index]; -+#if 1 -+ if(!pHalData->bAPKThermalMeterIgnore) -+ { -+ BB_offset = (tmpReg & 0xF0000) >> 16; -+ -+ if(!(tmpReg & BIT15)) //sign bit 0 -+ { -+ BB_offset = -BB_offset; -+ } -+ -+ delta_V = APK_delta_mapping[index][delta_offset]; -+ -+ BB_offset += delta_V; -+ -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() APK index %d tmpReg 0x%x delta_V %d delta_offset %d\n", index, tmpReg, delta_V, delta_offset)); -+ -+ if(BB_offset < 0) -+ { -+ tmpReg = tmpReg & (~BIT15); -+ BB_offset = -BB_offset; -+ } -+ else -+ { -+ tmpReg = tmpReg | BIT15; -+ } -+ tmpReg = (tmpReg & 0xFFF0FFFF) | (BB_offset << 16); -+ } -+#endif -+ -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ if(IS_81xxC_VENDOR_UMC_B_CUT(pHalData->VersionID)) -+ PHY_SetRFReg(pAdapter, path, RF_IPA_A, bRFRegOffsetMask, 0x894ae); -+ else -+#endif -+ PHY_SetRFReg(pAdapter, path, RF_IPA_A, bRFRegOffsetMask, 0x8992e); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0xc %x\n", PHY_QueryRFReg(pAdapter, path, RF_IPA_A, bRFRegOffsetMask))); -+ PHY_SetRFReg(pAdapter, path, RF_AC, bRFRegOffsetMask, APK_RF_value_0[path][index]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x0 %x\n", PHY_QueryRFReg(pAdapter, path, RF_AC, bRFRegOffsetMask))); -+ PHY_SetRFReg(pAdapter, path, RF_TXBIAS_A, bRFRegOffsetMask, tmpReg); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0xd %x\n", PHY_QueryRFReg(pAdapter, path, RF_TXBIAS_A, bRFRegOffsetMask))); -+ -+ // PA11+PAD01111, one shot -+ i = 0; -+ do -+ { -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0x800000); -+ { -+ PHY_SetBBReg(pAdapter, APK_offset[path], bMaskDWord, APK_value[0]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", APK_offset[path], PHY_QueryBBReg(pAdapter, APK_offset[path], bMaskDWord))); -+ delay_ms(3); -+ PHY_SetBBReg(pAdapter, APK_offset[path], bMaskDWord, APK_value[1]); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0x%x value 0x%x\n", APK_offset[path], PHY_QueryBBReg(pAdapter, APK_offset[path], bMaskDWord))); -+ -+ delay_ms(20); -+ } -+ PHY_SetBBReg(pAdapter, rFPGA0_IQK, 0xffffff00, 0); -+ -+ if(path == RF_PATH_A) -+ tmpReg = PHY_QueryBBReg(pAdapter, rAPK, 0x03E00000); -+ else -+ tmpReg = PHY_QueryBBReg(pAdapter, rAPK, 0xF8000000); -+ RTPRINT(FINIT, INIT_IQK, ("phy_APCalibrate_8192C() offset 0xbd8[25:21] %x\n", tmpReg)); -+ -+ -+ i++; -+ } -+ while(tmpReg > apkbound && i < 4); -+ -+ APK_result[path][index] = tmpReg; -+ } -+ } -+ -+ //reload MAC default value -+ phy_ReloadMACRegisters(pAdapter, MAC_REG, MAC_backup); -+ -+ //reload BB default value -+ for(index = 0; index < APK_BB_REG_NUM ; index++) -+ { -+ -+ if(index == 0) //skip -+ continue; -+ PHY_SetBBReg(pAdapter, BB_REG[index], bMaskDWord, BB_backup[index]); -+ } -+ -+ //reload AFE default value -+ phy_ReloadADDARegisters(pAdapter, AFE_REG, AFE_backup, IQK_ADDA_REG_NUM); -+ -+ //reload RF path default value -+ for(path = 0; path < pathbound; path++) -+ { -+ PHY_SetRFReg(pAdapter, path, RF_TXBIAS_A, bRFRegOffsetMask, regD[path]); -+ if(path == RF_PATH_B) -+ { -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_MODE1, bRFRegOffsetMask, 0x1000f); -+ PHY_SetRFReg(pAdapter, RF_PATH_A, RF_MODE2, bRFRegOffsetMask, 0x20101); -+ } -+ -+ //note no index == 0 -+ if (APK_result[path][1] > 6) -+ APK_result[path][1] = 6; -+ RTPRINT(FINIT, INIT_IQK, ("apk path %d result %d 0x%x \t", path, 1, APK_result[path][1])); -+ } -+ -+ RTPRINT(FINIT, INIT_IQK, ("\n")); -+ -+ -+ for(path = 0; path < pathbound; path++) -+ { -+ PHY_SetRFReg(pAdapter, path, RF_BS_PA_APSET_G1_G4, bRFRegOffsetMask, -+ ((APK_result[path][1] << 15) | (APK_result[path][1] << 10) | (APK_result[path][1] << 5) | APK_result[path][1])); -+ if(path == RF_PATH_A) -+ PHY_SetRFReg(pAdapter, path, RF_BS_PA_APSET_G5_G8, bRFRegOffsetMask, -+ ((APK_result[path][1] << 15) | (APK_result[path][1] << 10) | (0x00 << 5) | 0x05)); -+ else -+ PHY_SetRFReg(pAdapter, path, RF_BS_PA_APSET_G5_G8, bRFRegOffsetMask, -+ ((APK_result[path][1] << 15) | (APK_result[path][1] << 10) | (0x02 << 5) | 0x05)); -+ -+ PHY_SetRFReg(pAdapter, path, RF_BS_PA_APSET_G9_G11, bRFRegOffsetMask, ((0x08 << 15) | (0x08 << 10) | (0x08 << 5) | 0x08)); -+ } -+ -+ pHalData->bAPKdone = TRUE; -+ -+ RTPRINT(FINIT, INIT_IQK, ("<==phy_APCalibrate_8192C()\n")); -+} -+ -+ -+VOID -+PHY_IQCalibrate_8192C( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ s4Byte result[4][8]; //last is final result -+ u1Byte i, final_candidate, Indexforchannel; -+ BOOLEAN bPathAOK, bPathBOK; -+ s4Byte RegE94, RegE9C, RegEA4, RegEAC, RegEB4, RegEBC, RegEC4, RegECC, RegTmp = 0; -+ BOOLEAN is12simular, is13simular, is23simular; -+ BOOLEAN bStartContTx = FALSE, bSingleTone = FALSE, bCarrierSuppression = FALSE; -+ u4Byte IQK_BB_REG_92C[IQK_BB_REG_NUM] = { -+ rOFDM0_XARxIQImbalance, rOFDM0_XBRxIQImbalance, -+ rOFDM0_ECCAThreshold, rOFDM0_AGCRSSITable, -+ rOFDM0_XATxIQImbalance, rOFDM0_XBTxIQImbalance, -+ rOFDM0_XCTxAFE, rOFDM0_XDTxAFE, -+ rOFDM0_RxIQExtAnta}; -+ -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+ -+#if MP_DRIVER == 1 -+ bStartContTx = pAdapter->MptCtx.bStartContTx; -+ bSingleTone = pAdapter->MptCtx.bSingleTone; -+ bCarrierSuppression = pAdapter->MptCtx.bCarrierSuppression; -+#endif -+ -+ //ignore IQK when continuous Tx -+ if(bStartContTx || bSingleTone || bCarrierSuppression) -+ return; -+ -+#ifdef DISABLE_BB_RF -+ return; -+#endif -+ if(pAdapter->bSlaveOfDMSP) -+ return; -+ -+ if (bReCovery) -+ { -+ phy_ReloadADDARegisters(pAdapter, IQK_BB_REG_92C, pHalData->IQK_BB_backup_recover, 9); -+ return; -+ -+ } -+ -+ RTPRINT(FINIT, INIT_IQK, ("IQK:Start!!!\n")); -+ -+ for(i = 0; i < 8; i++) -+ { -+ result[0][i] = 0; -+ result[1][i] = 0; -+ result[2][i] = 0; -+ result[3][i] = 0; -+ } -+ final_candidate = 0xff; -+ bPathAOK = FALSE; -+ bPathBOK = FALSE; -+ is12simular = FALSE; -+ is23simular = FALSE; -+ is13simular = FALSE; -+ -+ AcquireCCKAndRWPageAControl(pAdapter); -+ /*RT_TRACE(COMP_INIT,DBG_LOUD,("Acquire Mutex in IQCalibrate\n"));*/ -+ for (i=0; i<3; i++) -+ { -+ /*For 88C 1T1R*/ -+ phy_IQCalibrate_8192C(pAdapter, result, i, FALSE); -+ -+ if(i == 1) -+ { -+ is12simular = phy_SimularityCompare(pAdapter, result, 0, 1); -+ if(is12simular) -+ { -+ final_candidate = 0; -+ break; -+ } -+ } -+ -+ if(i == 2) -+ { -+ is13simular = phy_SimularityCompare(pAdapter, result, 0, 2); -+ if(is13simular) -+ { -+ final_candidate = 0; -+ break; -+ } -+ -+ is23simular = phy_SimularityCompare(pAdapter, result, 1, 2); -+ if(is23simular) -+ final_candidate = 1; -+ else -+ { -+ for(i = 0; i < 8; i++) -+ RegTmp += result[3][i]; -+ -+ if(RegTmp != 0) -+ final_candidate = 3; -+ else -+ final_candidate = 0xFF; -+ } -+ } -+ } -+// RT_TRACE(COMP_INIT,DBG_LOUD,("Release Mutex in IQCalibrate \n")); -+ ReleaseCCKAndRWPageAControl(pAdapter); -+ -+ for (i=0; i<4; i++) -+ { -+ RegE94 = result[i][0]; -+ RegE9C = result[i][1]; -+ RegEA4 = result[i][2]; -+ RegEAC = result[i][3]; -+ RegEB4 = result[i][4]; -+ RegEBC = result[i][5]; -+ RegEC4 = result[i][6]; -+ RegECC = result[i][7]; -+ RTPRINT(FINIT, INIT_IQK, ("IQK: RegE94=%x RegE9C=%x RegEA4=%x RegEAC=%x RegEB4=%x RegEBC=%x RegEC4=%x RegECC=%x\n ", RegE94, RegE9C, RegEA4, RegEAC, RegEB4, RegEBC, RegEC4, RegECC)); -+ } -+ -+ if(final_candidate != 0xff) -+ { -+ pHalData->RegE94 = RegE94 = result[final_candidate][0]; -+ pHalData->RegE9C = RegE9C = result[final_candidate][1]; -+ RegEA4 = result[final_candidate][2]; -+ RegEAC = result[final_candidate][3]; -+ pHalData->RegEB4 = RegEB4 = result[final_candidate][4]; -+ pHalData->RegEBC = RegEBC = result[final_candidate][5]; -+ RegEC4 = result[final_candidate][6]; -+ RegECC = result[final_candidate][7]; -+ RTPRINT(FINIT, INIT_IQK, ("IQK: final_candidate is %x\n",final_candidate)); -+ RTPRINT(FINIT, INIT_IQK, ("IQK: RegE94=%x RegE9C=%x RegEA4=%x RegEAC=%x RegEB4=%x RegEBC=%x RegEC4=%x RegECC=%x\n ", RegE94, RegE9C, RegEA4, RegEAC, RegEB4, RegEBC, RegEC4, RegECC)); -+ bPathAOK = bPathBOK = TRUE; -+ } -+ else -+ { -+ RegE94 = RegEB4 = pHalData->RegE94 = pHalData->RegEB4 = 0x100; //X default value -+ RegE9C = RegEBC = pHalData->RegE9C = pHalData->RegEBC = 0x0; //Y default value -+ } -+ -+ if((RegE94 != 0)/*&&(RegEA4 != 0)*/) -+ { -+ if(pHalData->CurrentBandType == BAND_ON_5G) -+ phy_PathAFillIQKMatrix_5G_Normal(pAdapter, bPathAOK, result, final_candidate, (RegEA4 == 0)); -+ else -+ phy_PathAFillIQKMatrix(pAdapter, bPathAOK, result, final_candidate, (RegEA4 == 0)); -+ -+ } -+ -+ if (IS_92C_SERIAL(pHalData->VersionID) || IS_92D_SINGLEPHY(pHalData->VersionID)) -+ { -+ if((RegEB4 != 0)/*&&(RegEC4 != 0)*/) -+ { -+ if(pHalData->CurrentBandType == BAND_ON_5G) -+ phy_PathBFillIQKMatrix_5G_Normal(pAdapter, bPathBOK, result, final_candidate, (RegEC4 == 0)); -+ else -+ phy_PathBFillIQKMatrix(pAdapter, bPathBOK, result, final_candidate, (RegEC4 == 0)); -+ } -+ } -+ -+ phy_SaveADDARegisters(pAdapter, IQK_BB_REG_92C, pHalData->IQK_BB_backup_recover, 9); -+ -+} -+ -+ -+VOID -+PHY_LCCalibrate_8192C( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ BOOLEAN bStartContTx = FALSE, bSingleTone = FALSE, bCarrierSuppression = FALSE; -+ PMGNT_INFO pMgntInfo=&pAdapter->MgntInfo; -+ PMGNT_INFO pMgntInfoBuddyAdapter; -+ u4Byte timeout = 2000, timecount = 0; -+ PADAPTER BuddyAdapter = pAdapter->BuddyAdapter; -+ -+#if MP_DRIVER == 1 -+ bStartContTx = pAdapter->MptCtx.bStartContTx; -+ bSingleTone = pAdapter->MptCtx.bSingleTone; -+ bCarrierSuppression = pAdapter->MptCtx.bCarrierSuppression; -+#endif -+ -+#ifdef DISABLE_BB_RF -+ return; -+#endif -+ -+ //ignore LCK when continuous Tx -+ if(bStartContTx || bSingleTone || bCarrierSuppression) -+ return; -+ -+ if(BuddyAdapter != NULL && -+ ((pAdapter->interfaceIndex == 0 && pHalData->CurrentBandType == BAND_ON_2_4G) || -+ (pAdapter->interfaceIndex == 1 && pHalData->CurrentBandType == BAND_ON_5G))) -+ { -+ pMgntInfoBuddyAdapter=&BuddyAdapter->MgntInfo; -+ while(pMgntInfoBuddyAdapter->bScanInProgress && timecount < timeout) -+ { -+ delay_ms(50); -+ timecount += 50; -+ } -+ } -+ -+ while(pMgntInfo->bScanInProgress && timecount < timeout) -+ { -+ delay_ms(50); -+ timecount += 50; -+ } -+ -+ pHalData->bLCKInProgress = TRUE; -+ -+ RTPRINT(FINIT, INIT_IQK, ("LCK:Start!!!interface %d currentband %x delay %d ms\n", pAdapter->interfaceIndex, pHalData->CurrentBandType, timecount)); -+ -+ //if(IS_92C_SERIAL(pHalData->VersionID) || IS_92D_SINGLEPHY(pHalData->VersionID)) -+ if(IS_2T2R(pHalData->VersionID)) -+ { -+ phy_LCCalibrate(pAdapter, TRUE); -+ } -+ else{ -+ // For 88C 1T1R -+ phy_LCCalibrate(pAdapter, FALSE); -+ } -+ -+ pHalData->bLCKInProgress = FALSE; -+ -+ RTPRINT(FINIT, INIT_IQK, ("LCK:Finish!!!interface %d\n", pAdapter->interfaceIndex)); -+ -+ -+} -+ -+VOID -+PHY_APCalibrate_8192C( -+ IN PADAPTER pAdapter, -+ IN s1Byte delta -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ //default disable APK, because Tx NG issue, suggest by Jenyu, 2011.11.25 -+ return; -+ -+#ifdef DISABLE_BB_RF -+ return; -+#endif -+ -+#if FOR_BRAZIL_PRETEST != 1 -+ if(pHalData->bAPKdone) -+#endif -+ return; -+ -+ if(IS_92C_SERIAL( pHalData->VersionID)){ -+ phy_APCalibrate_8192C(pAdapter, delta, TRUE); -+ } -+ else{ -+ // For 88C 1T1R -+ phy_APCalibrate_8192C(pAdapter, delta, FALSE); -+ } -+} -+ -+ -+#endif -+ -+ -+//3============================================================ -+//3 IQ Calibration -+//3============================================================ -+ -+VOID -+ODM_ResetIQKResult( -+ IN PVOID pDM_VOID -+) -+{ -+ return; -+} -+#if 1//!(DM_ODM_SUPPORT_TYPE & ODM_AP) -+u1Byte ODM_GetRightChnlPlaceforIQK(u1Byte chnl) -+{ -+ u1Byte channel_all[ODM_TARGET_CHNL_NUM_2G_5G] = -+ {1,2,3,4,5,6,7,8,9,10,11,12,13,14,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,149,151,153,155,157,159,161,163,165}; -+ u1Byte place = chnl; -+ -+ -+ if(chnl > 14) -+ { -+ for(place = 14; placeAdapter; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (*pDM_Odm->pIsFcsModeEnable) -+ return; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if (!IS_HARDWARE_TYPE_JAGUAR(Adapter)) -+ return; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ else if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ return; -+#endif -+#endif -+ -+#if (RTL8821A_SUPPORT == 1) -+ if (pDM_Odm->bLinked) { -+ if ((*pDM_Odm->pChannel != pDM_Odm->preChannel) && (!*pDM_Odm->pbScanInProcess)) { -+ pDM_Odm->preChannel = *pDM_Odm->pChannel; -+ pDM_Odm->LinkedInterval = 0; -+ } -+ -+ if (pDM_Odm->LinkedInterval < 3) -+ pDM_Odm->LinkedInterval++; -+ -+ if (pDM_Odm->LinkedInterval == 2) { -+ /*Mark out IQK flow to prevent tx stuck. by Maddest 20130306*/ -+ /*Open it verified by James 20130715*/ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PHY_IQCalibrate_8821A(pDM_Odm, FALSE); -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHY_IQCalibrate(Adapter, FALSE); -+#else -+ PHY_IQCalibrate_8821A(Adapter, FALSE); -+#endif -+ } -+ } else -+ pDM_Odm->LinkedInterval = 0; -+#endif -+} -+ -+void phydm_rf_init(IN PVOID pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ odm_TXPowerTrackingInit(pDM_Odm); -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ ODM_ClearTxPowerTrackingState(pDM_Odm); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ PHY_IQCalibrate_8814A_Init(pDM_Odm); -+#endif -+#endif -+ -+} -+ -+void phydm_rf_watchdog(IN PVOID pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ ODM_TXPowerTrackingCheck(pDM_Odm); -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ odm_IQCalibrate(pDM_Odm); -+#endif -+} -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.h linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ap.h 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,162 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ #ifndef __HAL_PHY_RF_H__ -+ #define __HAL_PHY_RF_H__ -+ -+#include "phydm_powertracking_ap.h" -+#if (RTL8814A_SUPPORT == 1) -+#include "rtl8814a/phydm_iqk_8814a.h" -+#endif -+ -+#if (RTL8822B_SUPPORT == 1) -+#include "rtl8822b/phydm_iqk_8822b.h" -+#endif -+ -+ -+typedef enum _PWRTRACK_CONTROL_METHOD { -+ BBSWING, -+ TXAGC, -+ MIX_MODE, -+ TSSI_MODE -+} PWRTRACK_METHOD; -+ -+typedef VOID (*FuncSetPwr)(PVOID, PWRTRACK_METHOD, u1Byte, u1Byte); -+typedef VOID(*FuncIQK)(PVOID, u1Byte, u1Byte, u1Byte); -+typedef VOID (*FuncLCK)(PVOID); -+ //refine by YuChen for 8814A -+typedef VOID (*FuncSwing)(PVOID, pu1Byte*, pu1Byte*, pu1Byte*, pu1Byte*); -+typedef VOID (*FuncSwing8814only)(PVOID, pu1Byte*, pu1Byte*, pu1Byte*, pu1Byte*); -+ -+typedef struct _TXPWRTRACK_CFG { -+ u1Byte SwingTableSize_CCK; -+ u1Byte SwingTableSize_OFDM; -+ u1Byte Threshold_IQK; -+ u1Byte Threshold_DPK; -+ u1Byte AverageThermalNum; -+ u1Byte RfPathCount; -+ u4Byte ThermalRegAddr; -+ FuncSetPwr ODM_TxPwrTrackSetPwr; -+ FuncIQK DoIQK; -+ FuncLCK PHY_LCCalibrate; -+ FuncSwing GetDeltaSwingTable; -+ FuncSwing8814only GetDeltaSwingTable8814only; -+} TXPWRTRACK_CFG, *PTXPWRTRACK_CFG; -+ -+VOID -+ConfigureTxpowerTrack( -+ IN PVOID pDM_VOID, -+ OUT PTXPWRTRACK_CFG pConfig -+ ); -+ -+ -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ); -+ -+#if (RTL8192E_SUPPORT==1) -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter_92E( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ); -+#endif -+ -+#if (RTL8814A_SUPPORT == 1) -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter_JaguarSeries2( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ); -+ -+#elif ODM_IC_11AC_SERIES_SUPPORT -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter_JaguarSeries( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ); -+#endif -+ -+#define IS_CCK_RATE(_rate) (ODM_MGN_1M == _rate || _rate == ODM_MGN_2M || _rate == ODM_MGN_5_5M || _rate == ODM_MGN_11M ) -+ -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#define MAX_TOLERANCE 5 -+#define IQK_DELAY_TIME 1 //ms -+ -+ // -+// BB/MAC/RF other monitor API -+// -+ -+void PHY_SetMonitorMode8192C(IN PADAPTER pAdapter, -+ IN BOOLEAN bEnableMonitorMode ); -+ -+// -+// IQ calibrate -+// -+void -+PHY_IQCalibrate_8192C( IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery); -+ -+// -+// LC calibrate -+// -+void -+PHY_LCCalibrate_8192C( IN PADAPTER pAdapter); -+ -+// -+// AP calibrate -+// -+void -+PHY_APCalibrate_8192C( IN PADAPTER pAdapter, -+ IN s1Byte delta); -+#endif -+ -+#define ODM_TARGET_CHNL_NUM_2G_5G 59 -+ -+ -+VOID -+ODM_ResetIQKResult( -+ IN PVOID pDM_VOID -+); -+u1Byte -+ODM_GetRightChnlPlaceforIQK( -+ IN u1Byte chnl -+); -+ -+void phydm_rf_init(IN PVOID pDM_VOID); -+void phydm_rf_watchdog(IN PVOID pDM_VOID); -+ -+#endif // #ifndef __HAL_PHY_RF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.c linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.c 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,710 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+ -+#define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _deltaThermal) \ -+ do {\ -+ for(_offset = 0; _offset < _size; _offset++)\ -+ {\ -+ if(_deltaThermal < thermalThreshold[_direction][_offset])\ -+ {\ -+ if(_offset != 0)\ -+ _offset--;\ -+ break;\ -+ }\ -+ } \ -+ if(_offset >= _size)\ -+ _offset = _size-1;\ -+ } while(0) -+ -+void ConfigureTxpowerTrack( -+ IN PVOID pDM_VOID, -+ OUT PTXPWRTRACK_CFG pConfig -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+#if RTL8192E_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8192E) -+ ConfigureTxpowerTrack_8192E(pConfig); -+#endif -+#if RTL8821A_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8821) -+ ConfigureTxpowerTrack_8821A(pConfig); -+#endif -+#if RTL8812A_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8812) -+ ConfigureTxpowerTrack_8812A(pConfig); -+#endif -+#if RTL8188E_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8188E) -+ ConfigureTxpowerTrack_8188E(pConfig); -+#endif -+ -+#if RTL8723B_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8723B) -+ ConfigureTxpowerTrack_8723B(pConfig); -+#endif -+ -+#if RTL8814A_SUPPORT -+ if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ ConfigureTxpowerTrack_8814A(pConfig); -+#endif -+ -+#if RTL8703B_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8703B) -+ ConfigureTxpowerTrack_8703B(pConfig); -+#endif -+ -+#if RTL8188F_SUPPORT -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ ConfigureTxpowerTrack_8188F(pConfig); -+#endif -+} -+ -+//====================================================================== -+// <20121113, Kordan> This function should be called when TxAGC changed. -+// Otherwise the previous compensation is gone, because we record the -+// delta of temperature between two TxPowerTracking watch dogs. -+// -+// NOTE: If Tx BB swing or Tx scaling is varified during run-time, still -+// need to call this function. -+//====================================================================== -+VOID -+ODM_ClearTxPowerTrackingState( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pDM_Odm->Adapter); -+ u1Byte p = 0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->DefaultCckIndex; -+ pRFCalibrateInfo->BbSwingIdxCck = pRFCalibrateInfo->DefaultCckIndex; -+ pDM_Odm->RFCalibrateInfo.CCK_index = 0; -+ -+ for (p = ODM_RF_PATH_A; p < MAX_RF_PATH; ++p) -+ { -+ pRFCalibrateInfo->BbSwingIdxOfdmBase[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->BbSwingIdxOfdm[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->OFDM_index[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ -+ pRFCalibrateInfo->PowerIndexOffset[p] = 0; -+ pRFCalibrateInfo->DeltaPowerIndex[p] = 0; -+ pRFCalibrateInfo->DeltaPowerIndexLast[p] = 0; -+ pRFCalibrateInfo->PowerIndexOffset[p] = 0; -+ -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = 0; /* Initial Mix mode power tracking*/ -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[p] = 0; -+ pRFCalibrateInfo->KfreeOffset[p] = 0; -+ } -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA = FALSE; /*Initial at Modify Tx Scaling Mode*/ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB = FALSE; /*Initial at Modify Tx Scaling Mode*/ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathC = FALSE; /*Initial at Modify Tx Scaling Mode*/ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathD = FALSE; /*Initial at Modify Tx Scaling Mode*/ -+ pRFCalibrateInfo->Remnant_CCKSwingIdx = 0; -+ pRFCalibrateInfo->ThermalValue = pHalData->EEPROMThermalMeter; -+ -+ pRFCalibrateInfo->Modify_TxAGC_Value_CCK=0; //modify by Mingzhi.Guo -+ pRFCalibrateInfo->Modify_TxAGC_Value_OFDM=0; //modify by Mingzhi.Guo -+} -+ -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm -+#else -+ IN PADAPTER Adapter -+#endif -+ ) -+{ -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ #endif -+#endif -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ u1Byte ThermalValue = 0, delta, delta_LCK, delta_IQK, p = 0, i = 0; -+ s1Byte diff_DPK[4] = {0}; -+ u1Byte ThermalValue_AVG_count = 0; -+ u4Byte ThermalValue_AVG = 0; -+ -+ u1Byte OFDM_min_index = 0; // OFDM BB Swing should be less than +3.0dB, which is required by Arthur -+ u1Byte Indexforchannel = 0; // GetRightChnlPlaceforIQK(pHalData->CurrentChannel) -+ BOOLEAN bTSSIenable = FALSE; -+ -+ TXPWRTRACK_CFG c; -+ -+ //4 1. The following TWO tables decide the final index of OFDM/CCK swing table. -+ pu1Byte deltaSwingTableIdx_TUP_A; -+ pu1Byte deltaSwingTableIdx_TDOWN_A; -+ pu1Byte deltaSwingTableIdx_TUP_B; -+ pu1Byte deltaSwingTableIdx_TDOWN_B; -+ /*for 8814 add by Yu Chen*/ -+ pu1Byte deltaSwingTableIdx_TUP_C; -+ pu1Byte deltaSwingTableIdx_TDOWN_C; -+ pu1Byte deltaSwingTableIdx_TUP_D; -+ pu1Byte deltaSwingTableIdx_TDOWN_D; -+ -+ //4 2. Initilization ( 7 steps in total ) -+ -+ ConfigureTxpowerTrack(pDM_Odm, &c); -+ -+ (*c.GetDeltaSwingTable)(pDM_Odm, (pu1Byte*)&deltaSwingTableIdx_TUP_A, (pu1Byte*)&deltaSwingTableIdx_TDOWN_A, -+ (pu1Byte*)&deltaSwingTableIdx_TUP_B, (pu1Byte*)&deltaSwingTableIdx_TDOWN_B); -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) /*for 8814 path C & D*/ -+ (*c.GetDeltaSwingTable8814only)(pDM_Odm, (pu1Byte *)&deltaSwingTableIdx_TUP_C, (pu1Byte *)&deltaSwingTableIdx_TDOWN_C, -+ (pu1Byte *)&deltaSwingTableIdx_TUP_D, (pu1Byte *)&deltaSwingTableIdx_TDOWN_D); -+ -+ -+ pDM_Odm->RFCalibrateInfo.TXPowerTrackingCallbackCnt++; //cosa add for debug -+ pDM_Odm->RFCalibrateInfo.bTXPowerTrackingInit = TRUE; -+ -+#if (MP_DRIVER == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = pHalData->TxPowerTrackControl; // We should keep updating the control variable according to HalData. -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ if (pDM_Odm->mp_mode == TRUE) -+#endif -+ // RFCalibrateInfo.RegA24 will be initialized when ODM HW configuring, but MP configures with para files. -+ pDM_Odm->RFCalibrateInfo.RegA24 = 0x090e1317; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("===>ODM_TXPowerTrackingCallback_ThermalMeter Start\n pRFCalibrateInfo->BbSwingIdxCckBase: %d, pRFCalibrateInfo->BbSwingIdxOfdmBase[A]: %d, pRFCalibrateInfo->DefaultOfdmIndex: %d\n", -+ pRFCalibrateInfo->BbSwingIdxCckBase, pRFCalibrateInfo->BbSwingIdxOfdmBase[ODM_RF_PATH_A], pRFCalibrateInfo->DefaultOfdmIndex)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("pDM_Odm->RFCalibrateInfo.TxPowerTrackControl %d, pHalData->EEPROMThermalMeter %d\n", pDM_Odm->RFCalibrateInfo.TxPowerTrackControl, pHalData->EEPROMThermalMeter)); -+ ThermalValue = (u1Byte)ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, c.ThermalRegAddr, 0xfc00); //0x42: RF Reg[15:10] 88E -+ if( ! pDM_Odm->RFCalibrateInfo.TxPowerTrackControl || pHalData->EEPROMThermalMeter == 0 || -+ pHalData->EEPROMThermalMeter == 0xFF) -+ return; -+ -+ -+ //4 3. Initialize ThermalValues of RFCalibrateInfo -+ -+ if(pDM_Odm->RFCalibrateInfo.bReloadtxpowerindex) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("reload ofdm index for band switch\n")); -+ } -+ -+ //4 4. Calculate average thermal meter -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index] = ThermalValue; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index++; -+ if(pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index == c.AverageThermalNum) //Average times = c.AverageThermalNum -+ pDM_Odm->RFCalibrateInfo.ThermalValue_AVG_index = 0; -+ -+ for(i = 0; i < c.AverageThermalNum; i++) -+ { -+ if(pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]) -+ { -+ ThermalValue_AVG += pDM_Odm->RFCalibrateInfo.ThermalValue_AVG[i]; -+ ThermalValue_AVG_count++; -+ } -+ } -+ -+ if(ThermalValue_AVG_count) //Calculate Average ThermalValue after average enough times -+ { -+ ThermalValue = (u1Byte)(ThermalValue_AVG / ThermalValue_AVG_count); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("AVG Thermal Meter = 0x%X, EFUSE Thermal Base = 0x%X\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ } -+ -+ //4 5. Calculate delta, delta_LCK, delta_IQK. -+ -+ //"delta" here is used to determine whether thermal value changes or not. -+ delta = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue):(pDM_Odm->RFCalibrateInfo.ThermalValue - ThermalValue); -+ delta_LCK = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_LCK)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_LCK):(pDM_Odm->RFCalibrateInfo.ThermalValue_LCK - ThermalValue); -+ delta_IQK = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_IQK)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_IQK):(pDM_Odm->RFCalibrateInfo.ThermalValue_IQK - ThermalValue); -+ -+ if (pDM_Odm->RFCalibrateInfo.ThermalValue_IQK == 0xff) { /*no PG, use thermal value for IQK*/ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK = ThermalValue; -+ delta_IQK = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_IQK)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_IQK):(pDM_Odm->RFCalibrateInfo.ThermalValue_IQK - ThermalValue); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("no PG, use ThermalValue for IQK\n")); -+ } -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ diff_DPK[p] = (s1Byte)ThermalValue - (s1Byte)pDM_Odm->RFCalibrateInfo.DpkThermal[p]; -+ -+ /*4 6. If necessary, do LCK.*/ -+ if (!(pDM_Odm->SupportICType & ODM_RTL8821)) { -+ -+ if (pDM_Odm->RFCalibrateInfo.ThermalValue_LCK == 0xff) { -+ /*no PG , do LCK at initial status*/ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("no PG, do LCK\n")); -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = ThermalValue; -+ if (c.PHY_LCCalibrate) -+ (*c.PHY_LCCalibrate)(pDM_Odm); -+ delta_LCK = (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue_LCK)?(ThermalValue - pDM_Odm->RFCalibrateInfo.ThermalValue_LCK):(pDM_Odm->RFCalibrateInfo.ThermalValue_LCK - ThermalValue); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("(delta, delta_LCK, delta_IQK) = (%d, %d, %d)\n", delta, delta_LCK, delta_IQK)); -+ /*DBG_871X("(delta, delta_LCK, delta_IQK) = (%d, %d, %d), %d\n", delta, delta_LCK, delta_IQK, c.Threshold_IQK);*/ -+ -+ /* 4 6. If necessary, do LCK.*/ -+ -+ if (delta_LCK >= c.Threshold_IQK) { -+ /* Delta temperature is equal to or larger than 20 centigrade.*/ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("delta_LCK(%d) >= Threshold_IQK(%d)\n", delta_LCK, c.Threshold_IQK)); -+ pDM_Odm->RFCalibrateInfo.ThermalValue_LCK = ThermalValue; -+ if (c.PHY_LCCalibrate) -+ (*c.PHY_LCCalibrate)(pDM_Odm); -+ } -+ } -+ //3 7. If necessary, move the index of swing table to adjust Tx power. -+ -+ if (delta > 0 && pDM_Odm->RFCalibrateInfo.TxPowerTrackControl) -+ { -+ //"delta" here is used to record the absolute value of differrence. -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ delta = ThermalValue > pHalData->EEPROMThermalMeter?(ThermalValue - pHalData->EEPROMThermalMeter):(pHalData->EEPROMThermalMeter - ThermalValue); -+#else -+ delta = (ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther)?(ThermalValue - pDM_Odm->priv->pmib->dot11RFEntry.ther):(pDM_Odm->priv->pmib->dot11RFEntry.ther - ThermalValue); -+#endif -+ if (delta >= TXPWR_TRACK_TABLE_SIZE) -+ delta = TXPWR_TRACK_TABLE_SIZE - 1; -+ -+ //4 7.1 The Final Power Index = BaseIndex + PowerIndexOffset -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(ThermalValue > pHalData->EEPROMThermalMeter) { -+#else -+ if(ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther) { -+#endif -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) { -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p] = pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p]; /* recording power index offset */ -+ switch (p) { -+ case ODM_RF_PATH_B: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_B[%d] = %d\n", delta, deltaSwingTableIdx_TUP_B[delta])); -+ -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_B[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_B[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Temp is higher and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_A])); -+ -+ -+ break; -+ -+ case ODM_RF_PATH_C: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_C[%d] = %d\n", delta, deltaSwingTableIdx_TUP_C[delta])); -+ -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_C[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_C[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_C] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_D: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_D[%d] = %d\n", delta, deltaSwingTableIdx_TUP_D[delta])); -+ -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_D[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_D[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_D] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_A[%d] = %d\n", delta, deltaSwingTableIdx_TUP_A[delta])); -+ -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_A[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_A[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ } -+ } -+ } else { -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) { -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p] = pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p]; /* recording poer index offset */ -+ switch (p) { -+ case ODM_RF_PATH_B: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_B[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_B[delta])); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_B[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_B[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_C: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_C[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_C[delta])); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_C[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_C[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_C] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_D: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_D[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_D[delta])); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_D[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_D[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_D] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_A[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_A[delta])); -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_A[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_A[delta]; /* Record delta swing for mix mode power tracking */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pDM_Odm->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ } -+ } -+ } -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("\n\n=========================== [Path-%d] Calculating PowerIndexOffset===========================\n", p)); -+ if (pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] == pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p]) /* If Thermal value changes but lookup table value still the same */ -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0; -+ else -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p] - pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p]; /* Power Index Diff between 2 times Power Tracking */ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("[Path-%d] PowerIndexOffset(%d) = DeltaPowerIndex(%d) - DeltaPowerIndexLast(%d)\n", p, pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p], pDM_Odm->RFCalibrateInfo.DeltaPowerIndex[p], pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast[p])); -+ -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = pRFCalibrateInfo->BbSwingIdxOfdmBase[p] + pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p]; -+ pDM_Odm->RFCalibrateInfo.CCK_index = pRFCalibrateInfo->BbSwingIdxCckBase + pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p]; -+ -+ pRFCalibrateInfo->BbSwingIdxCck = pDM_Odm->RFCalibrateInfo.CCK_index; -+ pRFCalibrateInfo->BbSwingIdxOfdm[p] = pDM_Odm->RFCalibrateInfo.OFDM_index[p]; -+ -+ -+ -+ /* *************Print BB Swing Base and Index Offset************* */ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("The 'CCK' final index(%d) = BaseIndex(%d) + PowerIndexOffset(%d)\n", pRFCalibrateInfo->BbSwingIdxCck, pRFCalibrateInfo->BbSwingIdxCckBase, pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p])); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("The 'OFDM' final index(%d) = BaseIndex[%d](%d) + PowerIndexOffset(%d)\n", pRFCalibrateInfo->BbSwingIdxOfdm[p], p, pRFCalibrateInfo->BbSwingIdxOfdmBase[p], pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p])); -+ -+ //4 7.1 Handle boundary conditions of index. -+ -+ if(pDM_Odm->RFCalibrateInfo.OFDM_index[p] > c.SwingTableSize_OFDM-1) -+ { -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = c.SwingTableSize_OFDM-1; -+ } -+ else if (pDM_Odm->RFCalibrateInfo.OFDM_index[p] < OFDM_min_index) -+ { -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = OFDM_min_index; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("\n\n========================================================================================================\n")); -+ if(pDM_Odm->RFCalibrateInfo.CCK_index > c.SwingTableSize_CCK-1) -+ pDM_Odm->RFCalibrateInfo.CCK_index = c.SwingTableSize_CCK-1; -+ else if (pDM_Odm->RFCalibrateInfo.CCK_index <= 0) -+ pDM_Odm->RFCalibrateInfo.CCK_index = 0; -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("The thermal meter is unchanged or TxPowerTracking OFF(%d): ThermalValue: %d , pDM_Odm->RFCalibrateInfo.ThermalValue: %d\n", -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl, ThermalValue, pDM_Odm->RFCalibrateInfo.ThermalValue)); -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p] = 0; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("TxPowerTracking: [CCK] Swing Current Index: %d, Swing Base Index: %d\n", -+ pDM_Odm->RFCalibrateInfo.CCK_index, pRFCalibrateInfo->BbSwingIdxCckBase)); /*Print Swing base & current*/ -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("TxPowerTracking: [OFDM] Swing Current Index: %d, Swing Base Index[%d]: %d\n", -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p], p, pRFCalibrateInfo->BbSwingIdxOfdmBase[p])); -+ } -+ -+ if ((pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_A] != 0 || -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_B] != 0 || -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_C] != 0 || -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset[ODM_RF_PATH_D] != 0) && -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl && (pHalData->EEPROMThermalMeter != 0xff)) -+ { -+ //4 7.2 Configure the Swing Table to adjust Tx Power. -+ -+ pDM_Odm->RFCalibrateInfo.bTxPowerChanged = TRUE; // Always TRUE after Tx Power is adjusted by power tracking. -+ // -+ // 2012/04/23 MH According to Luke's suggestion, we can not write BB digital -+ // to increase TX power. Otherwise, EVM will be bad. -+ // -+ // 2012/04/25 MH Add for tx power tracking to set tx power in tx agc for 88E. -+ if (ThermalValue > pDM_Odm->RFCalibrateInfo.ThermalValue) -+ { -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature Increasing(%d): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ p, pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p], delta, ThermalValue, pHalData->EEPROMThermalMeter, pDM_Odm->RFCalibrateInfo.ThermalValue)); -+ } -+ } -+ else if (ThermalValue < pDM_Odm->RFCalibrateInfo.ThermalValue)// Low temperature -+ { -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature Decreasing(%d): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ p, pDM_Odm->RFCalibrateInfo.PowerIndexOffset[p], delta, ThermalValue, pHalData->EEPROMThermalMeter, pDM_Odm->RFCalibrateInfo.ThermalValue)); -+ } -+ } -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ if (ThermalValue > pHalData->EEPROMThermalMeter) -+#else -+ if (ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther) -+#endif -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature(%d) higher than PG value(%d)\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8821 || -+ pDM_Odm->SupportICType == ODM_RTL8812 || pDM_Odm->SupportICType == ODM_RTL8723B || pDM_Odm->SupportICType == ODM_RTL8814A || -+ pDM_Odm->SupportICType == ODM_RTL8822B || pDM_Odm->SupportICType == ODM_RTL8188F || pDM_Odm->SupportICType == ODM_RTL8703B) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("**********Enter POWER Tracking MIX_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, 0); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("**********Enter POWER Tracking BBSWING_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, p, Indexforchannel); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature(%d) lower than PG value(%d)\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8821 || -+ pDM_Odm->SupportICType == ODM_RTL8812 || pDM_Odm->SupportICType == ODM_RTL8723B || pDM_Odm->SupportICType == ODM_RTL8814A || -+ pDM_Odm->SupportICType == ODM_RTL8822B || pDM_Odm->SupportICType == ODM_RTL8188F || pDM_Odm->SupportICType == ODM_RTL8703B) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("**********Enter POWER Tracking MIX_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, Indexforchannel); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("**********Enter POWER Tracking BBSWING_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, p, Indexforchannel); -+ } -+ -+ } -+ -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->BbSwingIdxCck; /*Record last time Power Tracking result as base.*/ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ pRFCalibrateInfo->BbSwingIdxOfdmBase[p] = pRFCalibrateInfo->BbSwingIdxOfdm[p]; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("pDM_Odm->RFCalibrateInfo.ThermalValue = %d ThermalValue= %d\n", pDM_Odm->RFCalibrateInfo.ThermalValue, ThermalValue)); -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue = ThermalValue; /*Record last Power Tracking Thermal Value*/ -+ -+ } -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ if (!IS_HARDWARE_TYPE_8723B(Adapter) && !IS_HARDWARE_TYPE_8192E(Adapter) && !IS_HARDWARE_TYPE_8703B(Adapter)) { -+ /* Delta temperature is equal to or larger than 20 centigrade (When threshold is 8).*/ -+ if (delta_IQK >= c.Threshold_IQK) { -+ if (!pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ (*c.DoIQK)(pDM_Odm, delta_IQK, ThermalValue, 8); -+ } -+ } -+ if (!(pDM_Odm->SupportICType & ODM_RTL8814A)) { -+ if (pDM_Odm->RFCalibrateInfo.DpkThermal[ODM_RF_PATH_A] != 0) { -+ if (diff_DPK[ODM_RF_PATH_A] >= c.Threshold_DPK) { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT14|BIT13|BIT12|BIT11|BIT10, (diff_DPK[ODM_RF_PATH_A] / c.Threshold_DPK)); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else if ((diff_DPK[ODM_RF_PATH_A] <= -1 * c.Threshold_DPK)) { -+ s4Byte value = 0x20 + (diff_DPK[ODM_RF_PATH_A] / c.Threshold_DPK); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT14|BIT13|BIT12|BIT11|BIT10, value); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT14|BIT13|BIT12|BIT11|BIT10, 0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } -+ } -+ if (pDM_Odm->RFCalibrateInfo.DpkThermal[ODM_RF_PATH_B] != 0) { -+ if (diff_DPK[ODM_RF_PATH_B] >= c.Threshold_DPK) { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT14|BIT13|BIT12|BIT11|BIT10, (diff_DPK[ODM_RF_PATH_B] / c.Threshold_DPK)); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else if ((diff_DPK[ODM_RF_PATH_B] <= -1 * c.Threshold_DPK)) { -+ s4Byte value = 0x20 + (diff_DPK[ODM_RF_PATH_B] / c.Threshold_DPK); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT14|BIT13|BIT12|BIT11|BIT10, value); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT14|BIT13|BIT12|BIT11|BIT10, 0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } -+ } -+ } -+ -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("<===ODM_TXPowerTrackingCallback_ThermalMeter End\n")); -+ -+ pDM_Odm->RFCalibrateInfo.TXPowercount = 0; -+} -+ -+ -+//3============================================================ -+//3 IQ Calibration -+//3============================================================ -+ -+VOID -+ODM_ResetIQKResult( -+ IN PVOID pDM_VOID -+) -+{ -+ return; -+ -+} -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+u1Byte ODM_GetRightChnlPlaceforIQK(u1Byte chnl) -+{ -+ u1Byte channel_all[ODM_TARGET_CHNL_NUM_2G_5G] = -+ {1,2,3,4,5,6,7,8,9,10,11,12,13,14,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,149,151,153,155,157,159,161,163,165}; -+ u1Byte place = chnl; -+ -+ -+ if(chnl > 14) -+ { -+ for(place = 14; placeAdapter; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (*pDM_Odm->pIsFcsModeEnable) -+ return; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if (!IS_HARDWARE_TYPE_JAGUAR(Adapter)) -+ return; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ else if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ return; -+#endif -+#endif -+ -+#if (RTL8821A_SUPPORT == 1) -+ if (pDM_Odm->bLinked) { -+ if ((*pDM_Odm->pChannel != pDM_Odm->preChannel) && (!*pDM_Odm->pbScanInProcess)) { -+ pDM_Odm->preChannel = *pDM_Odm->pChannel; -+ pDM_Odm->LinkedInterval = 0; -+ } -+ -+ if (pDM_Odm->LinkedInterval < 3) -+ pDM_Odm->LinkedInterval++; -+ -+ if (pDM_Odm->LinkedInterval == 2) { -+ /*Mark out IQK flow to prevent tx stuck. by Maddest 20130306*/ -+ /*Open it verified by James 20130715*/ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PHY_IQCalibrate_8821A(pDM_Odm, FALSE); -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHY_IQCalibrate(Adapter, FALSE); -+#else -+ PHY_IQCalibrate_8821A(Adapter, FALSE); -+#endif -+ } -+ } else -+ pDM_Odm->LinkedInterval = 0; -+#endif -+} -+ -+void phydm_rf_init(IN PVOID pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ odm_TXPowerTrackingInit(pDM_Odm); -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ ODM_ClearTxPowerTrackingState(pDM_Odm); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ PHY_IQCalibrate_8814A_Init(pDM_Odm); -+#endif -+#endif -+ -+} -+ -+void phydm_rf_watchdog(IN PVOID pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ ODM_TXPowerTrackingCheck(pDM_Odm); -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ odm_IQCalibrate(pDM_Odm); -+#endif -+} -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.h linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/halphyrf_ce.h 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,106 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ #ifndef __HAL_PHY_RF_H__ -+ #define __HAL_PHY_RF_H__ -+ -+/*#include "phydm_kfree.h"*/ -+#if (RTL8814A_SUPPORT == 1) -+#include "rtl8814a/phydm_iqk_8814a.h" -+#endif -+ -+#if (RTL8822B_SUPPORT == 1) -+#include "rtl8822b/phydm_iqk_8822b.h" -+#endif -+#include "phydm_powertracking_ce.h" -+ -+ -+typedef enum _SPUR_CAL_METHOD { -+ PLL_RESET, -+ AFE_PHASE_SEL -+} SPUR_CAL_METHOD; -+ -+typedef enum _PWRTRACK_CONTROL_METHOD { -+ BBSWING, -+ TXAGC, -+ MIX_MODE, -+ TSSI_MODE -+} PWRTRACK_METHOD; -+ -+typedef VOID (*FuncSetPwr)(PVOID, PWRTRACK_METHOD, u1Byte, u1Byte); -+typedef VOID(*FuncIQK)(PVOID, u1Byte, u1Byte, u1Byte); -+typedef VOID (*FuncLCK)(PVOID); -+typedef VOID (*FuncSwing)(PVOID, pu1Byte*, pu1Byte*, pu1Byte*, pu1Byte*); -+typedef VOID (*FuncSwing8814only)(PVOID, pu1Byte*, pu1Byte*, pu1Byte*, pu1Byte*); -+ -+typedef struct _TXPWRTRACK_CFG { -+ u1Byte SwingTableSize_CCK; -+ u1Byte SwingTableSize_OFDM; -+ u1Byte Threshold_IQK; -+ u1Byte Threshold_DPK; -+ u1Byte AverageThermalNum; -+ u1Byte RfPathCount; -+ u4Byte ThermalRegAddr; -+ FuncSetPwr ODM_TxPwrTrackSetPwr; -+ FuncIQK DoIQK; -+ FuncLCK PHY_LCCalibrate; -+ FuncSwing GetDeltaSwingTable; -+ FuncSwing8814only GetDeltaSwingTable8814only; -+} TXPWRTRACK_CFG, *PTXPWRTRACK_CFG; -+ -+void ConfigureTxpowerTrack( -+ IN PVOID pDM_VOID, -+ OUT PTXPWRTRACK_CFG pConfig -+ ); -+ -+ -+VOID -+ODM_ClearTxPowerTrackingState( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PVOID pDM_VOID -+#else -+ IN PADAPTER Adapter -+#endif -+ ); -+ -+ -+ -+#define ODM_TARGET_CHNL_NUM_2G_5G 59 -+ -+ -+VOID -+ODM_ResetIQKResult( -+ IN PVOID pDM_VOID -+); -+u1Byte -+ODM_GetRightChnlPlaceforIQK( -+ IN u1Byte chnl -+); -+ -+void phydm_rf_init( IN PVOID pDM_VOID); -+void phydm_rf_watchdog( IN PVOID pDM_VOID); -+ -+#endif // #ifndef __HAL_PHY_RF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_win.c linux/3rdparty/rtl8812au/hal/phydm/halphyrf_win.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_win.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/halphyrf_win.c 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,716 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ #include "mp_precomp.h" -+ #include "phydm_precomp.h" -+ -+//#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+#define CALCULATE_SWINGTALBE_OFFSET(_offset, _direction, _size, _deltaThermal) \ -+ do {\ -+ for(_offset = 0; _offset < _size; _offset++)\ -+ {\ -+ if(_deltaThermal < thermalThreshold[_direction][_offset])\ -+ {\ -+ if(_offset != 0)\ -+ _offset--;\ -+ break;\ -+ }\ -+ } \ -+ if(_offset >= _size)\ -+ _offset = _size-1;\ -+ } while(0) -+ -+ -+void ConfigureTxpowerTrack( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PTXPWRTRACK_CFG pConfig -+ ) -+{ -+#if RTL8192E_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8192E) -+ ConfigureTxpowerTrack_8192E(pConfig); -+#endif -+#if RTL8821A_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8821) -+ ConfigureTxpowerTrack_8821A(pConfig); -+#endif -+#if RTL8812A_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8812) -+ ConfigureTxpowerTrack_8812A(pConfig); -+#endif -+#if RTL8188E_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8188E) -+ ConfigureTxpowerTrack_8188E(pConfig); -+#endif -+ -+#if RTL8188F_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8188F) -+ ConfigureTxpowerTrack_8188F(pConfig); -+#endif -+ -+#if RTL8723B_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8723B) -+ ConfigureTxpowerTrack_8723B(pConfig); -+#endif -+ -+#if RTL8814A_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8814A) -+ ConfigureTxpowerTrack_8814A(pConfig); -+#endif -+ -+#if RTL8821B_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8821B) -+ ConfigureTxpowerTrack_8821B(pConfig); -+#endif -+ -+#if RTL8703B_SUPPORT -+ if(pDM_Odm->SupportICType==ODM_RTL8703B) -+ ConfigureTxpowerTrack_8703B(pConfig); -+#endif -+ -+} -+ -+//====================================================================== -+// <20121113, Kordan> This function should be called when TxAGC changed. -+// Otherwise the previous compensation is gone, because we record the -+// delta of temperature between two TxPowerTracking watch dogs. -+// -+// NOTE: If Tx BB swing or Tx scaling is varified during run-time, still -+// need to call this function. -+//====================================================================== -+VOID -+ODM_ClearTxPowerTrackingState( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pDM_Odm->Adapter); -+ u1Byte p = 0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->DefaultCckIndex; -+ pRFCalibrateInfo->BbSwingIdxCck = pRFCalibrateInfo->DefaultCckIndex; -+ pRFCalibrateInfo->CCK_index = 0; -+ -+ for (p = ODM_RF_PATH_A; p < MAX_RF_PATH; ++p) -+ { -+ pRFCalibrateInfo->BbSwingIdxOfdmBase[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->BbSwingIdxOfdm[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->OFDM_index[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ -+ pRFCalibrateInfo->PowerIndexOffset[p] = 0; -+ pRFCalibrateInfo->DeltaPowerIndex[p] = 0; -+ pRFCalibrateInfo->DeltaPowerIndexLast[p] = 0; -+ -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = 0; // Initial Mix mode power tracking -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[p] = 0; -+ pRFCalibrateInfo->KfreeOffset[p] = 0; -+ } -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA= FALSE; //Initial at Modify Tx Scaling Mode -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB= FALSE; //Initial at Modify Tx Scaling Mode -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathC= FALSE; //Initial at Modify Tx Scaling Mode -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathD= FALSE; //Initial at Modify Tx Scaling Mode -+ pRFCalibrateInfo->Remnant_CCKSwingIdx= 0; -+ pRFCalibrateInfo->ThermalValue = pHalData->EEPROMThermalMeter; -+ -+ pRFCalibrateInfo->Modify_TxAGC_Value_CCK=0; //modify by Mingzhi.Guo -+ pRFCalibrateInfo->Modify_TxAGC_Value_OFDM=0; //modify by Mingzhi.Guo -+ -+} -+ -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm -+#else -+ IN PADAPTER Adapter -+#endif -+ ) -+{ -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ u1Byte ThermalValue = 0, delta, delta_LCK, delta_IQK, p = 0, i = 0, pathName = 0; -+ s1Byte diff_DPK[4] = {0}; -+ u1Byte ThermalValue_AVG_count = 0; -+ u4Byte ThermalValue_AVG = 0; -+ -+ u1Byte OFDM_min_index = 0; // OFDM BB Swing should be less than +3.0dB, which is required by Arthur -+ u1Byte Indexforchannel = 0; // GetRightChnlPlaceforIQK(pHalData->CurrentChannel) -+ BOOLEAN bTSSIenable = FALSE; -+ -+ TXPWRTRACK_CFG c; -+ -+ //4 1. The following TWO tables decide the final index of OFDM/CCK swing table. -+ pu1Byte deltaSwingTableIdx_TUP_A, deltaSwingTableIdx_TDOWN_A; -+ pu1Byte deltaSwingTableIdx_TUP_B, deltaSwingTableIdx_TDOWN_B; -+ //for 8814 add by Yu Chen -+ pu1Byte deltaSwingTableIdx_TUP_C = NULL, deltaSwingTableIdx_TDOWN_C = NULL; -+ pu1Byte deltaSwingTableIdx_TUP_D= NULL, deltaSwingTableIdx_TDOWN_D = NULL; -+ -+ //4 2. Initilization ( 7 steps in total ) -+ -+ ConfigureTxpowerTrack(pDM_Odm, &c); -+ -+ (*c.GetDeltaSwingTable)(pDM_Odm, (pu1Byte*)&deltaSwingTableIdx_TUP_A, (pu1Byte*)&deltaSwingTableIdx_TDOWN_A, -+ (pu1Byte*)&deltaSwingTableIdx_TUP_B, (pu1Byte*)&deltaSwingTableIdx_TDOWN_B); -+ -+ if(pDM_Odm->SupportICType & ODM_RTL8814A) // for 8814 path C & D -+ (*c.GetDeltaSwingTable8814only)(pDM_Odm, (pu1Byte*)&deltaSwingTableIdx_TUP_C, (pu1Byte*)&deltaSwingTableIdx_TDOWN_C, -+ (pu1Byte*)&deltaSwingTableIdx_TUP_D, (pu1Byte*)&deltaSwingTableIdx_TDOWN_D); -+ -+ -+ pRFCalibrateInfo->TXPowerTrackingCallbackCnt++; //cosa add for debug -+ pRFCalibrateInfo->bTXPowerTrackingInit = TRUE; -+ -+#if (MP_DRIVER == 1) -+ /*pRFCalibrateInfo->TxPowerTrackControl = pHalData->TxPowerTrackControl; -+ We should keep updating the control variable according to HalData. -+ RFCalibrateInfo.RegA24 will be initialized when ODM HW configuring, but MP configures with para files. */ -+ pRFCalibrateInfo->RegA24 = 0x090e1317; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("===>ODM_TXPowerTrackingCallback_ThermalMeter, \ -+ \n pRFCalibrateInfo->BbSwingIdxCckBase: %d, pRFCalibrateInfo->BbSwingIdxOfdmBase[A]: %d, pRFCalibrateInfo->DefaultOfdmIndex: %d\n", -+ pRFCalibrateInfo->BbSwingIdxCckBase, pRFCalibrateInfo->BbSwingIdxOfdmBase[ODM_RF_PATH_A], pRFCalibrateInfo->DefaultOfdmIndex)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("pRFCalibrateInfo->TxPowerTrackControl %d, pHalData->EEPROMThermalMeter %d\n", pRFCalibrateInfo->TxPowerTrackControl, pHalData->EEPROMThermalMeter)); -+ ThermalValue = (u1Byte)ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, c.ThermalRegAddr, 0xfc00); //0x42: RF Reg[15:10] 88E -+ -+ -+ if( ! pRFCalibrateInfo->TxPowerTrackControl ) -+ return; -+ -+ -+ //4 3. Initialize ThermalValues of RFCalibrateInfo -+ -+ if(pRFCalibrateInfo->bReloadtxpowerindex) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("reload ofdm index for band switch\n")); -+ } -+ -+ //4 4. Calculate average thermal meter -+ -+ pRFCalibrateInfo->ThermalValue_AVG[pRFCalibrateInfo->ThermalValue_AVG_index] = ThermalValue; -+ pRFCalibrateInfo->ThermalValue_AVG_index++; -+ if(pRFCalibrateInfo->ThermalValue_AVG_index == c.AverageThermalNum) //Average times = c.AverageThermalNum -+ pRFCalibrateInfo->ThermalValue_AVG_index = 0; -+ -+ for(i = 0; i < c.AverageThermalNum; i++) -+ { -+ if(pRFCalibrateInfo->ThermalValue_AVG[i]) -+ { -+ ThermalValue_AVG += pRFCalibrateInfo->ThermalValue_AVG[i]; -+ ThermalValue_AVG_count++; -+ } -+ } -+ -+ if(ThermalValue_AVG_count) //Calculate Average ThermalValue after average enough times -+ { -+ ThermalValue = (u1Byte)(ThermalValue_AVG / ThermalValue_AVG_count); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("AVG Thermal Meter = 0x%X, EFUSE Thermal Base = 0x%X\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ } -+ -+ //4 5. Calculate delta, delta_LCK, delta_IQK. -+ -+ //"delta" here is used to determine whether thermal value changes or not. -+ delta = (ThermalValue > pRFCalibrateInfo->ThermalValue)?(ThermalValue - pRFCalibrateInfo->ThermalValue):(pRFCalibrateInfo->ThermalValue - ThermalValue); -+ delta_LCK = (ThermalValue > pRFCalibrateInfo->ThermalValue_LCK)?(ThermalValue - pRFCalibrateInfo->ThermalValue_LCK):(pRFCalibrateInfo->ThermalValue_LCK - ThermalValue); -+ delta_IQK = (ThermalValue > pRFCalibrateInfo->ThermalValue_IQK)?(ThermalValue - pRFCalibrateInfo->ThermalValue_IQK):(pRFCalibrateInfo->ThermalValue_IQK - ThermalValue); -+ -+ if(pRFCalibrateInfo->ThermalValue_IQK == 0xff) //no PG, use thermal value for IQK -+ { -+ pRFCalibrateInfo->ThermalValue_IQK = ThermalValue; -+ delta_IQK = (ThermalValue > pRFCalibrateInfo->ThermalValue_IQK)?(ThermalValue - pRFCalibrateInfo->ThermalValue_IQK):(pRFCalibrateInfo->ThermalValue_IQK - ThermalValue); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("no PG, use ThermalValue for IQK\n")); -+ } -+ -+ for(p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ diff_DPK[p] = (s1Byte)ThermalValue - (s1Byte)pRFCalibrateInfo->DpkThermal[p]; -+ } -+ -+ //4 6. If necessary, do LCK. -+ -+ if (!(pDM_Odm->SupportICType & ODM_RTL8821)) { -+ /*no PG , do LCK at initial status*/ -+ if (pRFCalibrateInfo->ThermalValue_LCK == 0xff) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("no PG, do LCK\n")); -+ pRFCalibrateInfo->ThermalValue_LCK = ThermalValue; -+ if(c.PHY_LCCalibrate) -+ (*c.PHY_LCCalibrate)(pDM_Odm); -+ delta_LCK = (ThermalValue > pRFCalibrateInfo->ThermalValue_LCK)?(ThermalValue - pRFCalibrateInfo->ThermalValue_LCK):(pRFCalibrateInfo->ThermalValue_LCK - ThermalValue); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("(delta, delta_LCK, delta_IQK) = (%d, %d, %d)\n", delta, delta_LCK, delta_IQK)); -+ -+ /* Delta temperature is equal to or larger than 20 centigrade.*/ -+ if (delta_LCK >= c.Threshold_IQK) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("delta_LCK(%d) >= Threshold_IQK(%d)\n", delta_LCK, c.Threshold_IQK)); -+ pRFCalibrateInfo->ThermalValue_LCK = ThermalValue; -+ if(c.PHY_LCCalibrate) -+ (*c.PHY_LCCalibrate)(pDM_Odm); -+ } -+ } -+ -+ //3 7. If necessary, move the index of swing table to adjust Tx power. -+ -+ if (delta > 0 && pRFCalibrateInfo->TxPowerTrackControl) -+ { -+ //"delta" here is used to record the absolute value of differrence. -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ delta = ThermalValue > pHalData->EEPROMThermalMeter?(ThermalValue - pHalData->EEPROMThermalMeter):(pHalData->EEPROMThermalMeter - ThermalValue); -+#else -+ delta = (ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther)?(ThermalValue - pDM_Odm->priv->pmib->dot11RFEntry.ther):(pDM_Odm->priv->pmib->dot11RFEntry.ther - ThermalValue); -+#endif -+ if (delta >= TXPWR_TRACK_TABLE_SIZE) -+ delta = TXPWR_TRACK_TABLE_SIZE - 1; -+ -+ //4 7.1 The Final Power Index = BaseIndex + PowerIndexOffset -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(ThermalValue > pHalData->EEPROMThermalMeter) { -+#else -+ if(ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther) { -+#endif -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ pRFCalibrateInfo->DeltaPowerIndexLast[p] = pRFCalibrateInfo->DeltaPowerIndex[p]; //recording poer index offset -+ switch(p) -+ { -+ case ODM_RF_PATH_B: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_B[%d] = %d\n", delta, deltaSwingTableIdx_TUP_B[delta])); -+ -+ pRFCalibrateInfo->DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_B[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_B[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_C: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_C[%d] = %d\n", delta, deltaSwingTableIdx_TUP_C[delta])); -+ -+ pRFCalibrateInfo->DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_C[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_C[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_C] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_D: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_D[%d] = %d\n", delta, deltaSwingTableIdx_TUP_D[delta])); -+ -+ pRFCalibrateInfo->DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_D[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_D[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_D] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TUP_A[%d] = %d\n", delta, deltaSwingTableIdx_TUP_A[delta])); -+ -+ pRFCalibrateInfo->DeltaPowerIndex[p] = deltaSwingTableIdx_TUP_A[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = deltaSwingTableIdx_TUP_A[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is higher and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ } -+ -+ } -+ -+ } -+ else { -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ pRFCalibrateInfo->DeltaPowerIndexLast[p] = pRFCalibrateInfo->DeltaPowerIndex[p]; //recording poer index offset -+ switch(p) -+ { -+ case ODM_RF_PATH_B: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_B[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_B[delta])); -+ pRFCalibrateInfo->DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_B[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_B[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_B] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_C: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_C[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_C[delta])); -+ pRFCalibrateInfo->DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_C[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_C[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_C] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ case ODM_RF_PATH_D: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_D[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_D[delta])); -+ pRFCalibrateInfo->DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_D[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_D[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_D] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("deltaSwingTableIdx_TDOWN_A[%d] = %d\n", delta, deltaSwingTableIdx_TDOWN_A[delta])); -+ pRFCalibrateInfo->DeltaPowerIndex[p] = -1 * deltaSwingTableIdx_TDOWN_A[delta]; -+ pRFCalibrateInfo->Absolute_OFDMSwingIdx[p] = -1 * deltaSwingTableIdx_TDOWN_A[delta]; // Record delta swing for mix mode power tracking -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("******Temp is lower and pRFCalibrateInfo->Absolute_OFDMSwingIdx[ODM_RF_PATH_A] = %d\n", pRFCalibrateInfo->Absolute_OFDMSwingIdx[p])); -+ break; -+ } -+ -+ } -+ -+ } -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("\n\n=========================== [Path-%d] Calculating PowerIndexOffset===========================\n", p)); -+ -+ if(pRFCalibrateInfo->DeltaPowerIndex[p] == pRFCalibrateInfo->DeltaPowerIndexLast[p]) // If Thermal value changes but lookup table value still the same -+ pRFCalibrateInfo->PowerIndexOffset[p] = 0; -+ else -+ pRFCalibrateInfo->PowerIndexOffset[p] = pRFCalibrateInfo->DeltaPowerIndex[p] - pRFCalibrateInfo->DeltaPowerIndexLast[p]; // Power Index Diff between 2 times Power Tracking -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("[Path-%d] PowerIndexOffset(%d) = DeltaPowerIndex(%d) - DeltaPowerIndexLast(%d)\n", p, pRFCalibrateInfo->PowerIndexOffset[p], pRFCalibrateInfo->DeltaPowerIndex[p], pRFCalibrateInfo->DeltaPowerIndexLast[p])); -+ -+ pRFCalibrateInfo->OFDM_index[p] = pRFCalibrateInfo->BbSwingIdxOfdmBase[p] + pRFCalibrateInfo->PowerIndexOffset[p]; -+ pRFCalibrateInfo->CCK_index = pRFCalibrateInfo->BbSwingIdxCckBase + pRFCalibrateInfo->PowerIndexOffset[p]; -+ -+ pRFCalibrateInfo->BbSwingIdxCck = pRFCalibrateInfo->CCK_index; -+ pRFCalibrateInfo->BbSwingIdxOfdm[p] = pRFCalibrateInfo->OFDM_index[p]; -+ -+ // *************Print BB Swing Base and Index Offset************* -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("The 'CCK' final index(%d) = BaseIndex(%d) + PowerIndexOffset(%d)\n", pRFCalibrateInfo->BbSwingIdxCck, pRFCalibrateInfo->BbSwingIdxCckBase, pRFCalibrateInfo->PowerIndexOffset[p])); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("The 'OFDM' final index(%d) = BaseIndex[%d](%d) + PowerIndexOffset(%d)\n", pRFCalibrateInfo->BbSwingIdxOfdm[p], p, pRFCalibrateInfo->BbSwingIdxOfdmBase[p], pRFCalibrateInfo->PowerIndexOffset[p])); -+ -+ //4 7.1 Handle boundary conditions of index. -+ -+ if(pRFCalibrateInfo->OFDM_index[p] > c.SwingTableSize_OFDM-1) -+ { -+ pRFCalibrateInfo->OFDM_index[p] = c.SwingTableSize_OFDM-1; -+ } -+ else if (pRFCalibrateInfo->OFDM_index[p] <= OFDM_min_index) -+ { -+ pRFCalibrateInfo->OFDM_index[p] = OFDM_min_index; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("\n\n========================================================================================================\n")); -+ if(pRFCalibrateInfo->CCK_index > c.SwingTableSize_CCK-1) -+ pRFCalibrateInfo->CCK_index = c.SwingTableSize_CCK-1; -+ else if (pRFCalibrateInfo->CCK_index <= 0) -+ pRFCalibrateInfo->CCK_index = 0; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("The thermal meter is unchanged or TxPowerTracking OFF(%d): ThermalValue: %d , pRFCalibrateInfo->ThermalValue: %d\n", -+ pRFCalibrateInfo->TxPowerTrackControl, ThermalValue, pRFCalibrateInfo->ThermalValue)); -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ pRFCalibrateInfo->PowerIndexOffset[p] = 0; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("TxPowerTracking: [CCK] Swing Current Index: %d, Swing Base Index: %d\n", -+ pRFCalibrateInfo->CCK_index, pRFCalibrateInfo->BbSwingIdxCckBase)); //Print Swing base & current -+ -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("TxPowerTracking: [OFDM] Swing Current Index: %d, Swing Base Index[%d]: %d\n", -+ pRFCalibrateInfo->OFDM_index[p], p, pRFCalibrateInfo->BbSwingIdxOfdmBase[p])); -+ } -+ -+ if ((pRFCalibrateInfo->PowerIndexOffset[ODM_RF_PATH_A] != 0 || -+ pRFCalibrateInfo->PowerIndexOffset[ODM_RF_PATH_B] != 0 || -+ pRFCalibrateInfo->PowerIndexOffset[ODM_RF_PATH_C] != 0 || -+ pRFCalibrateInfo->PowerIndexOffset[ODM_RF_PATH_D] != 0) && -+ pRFCalibrateInfo->TxPowerTrackControl && (pHalData->EEPROMThermalMeter != 0xff)) -+ { -+ //4 7.2 Configure the Swing Table to adjust Tx Power. -+ -+ pRFCalibrateInfo->bTxPowerChanged = TRUE; // Always TRUE after Tx Power is adjusted by power tracking. -+ // -+ // 2012/04/23 MH According to Luke's suggestion, we can not write BB digital -+ // to increase TX power. Otherwise, EVM will be bad. -+ // -+ // 2012/04/25 MH Add for tx power tracking to set tx power in tx agc for 88E. -+ if (ThermalValue > pRFCalibrateInfo->ThermalValue) -+ { -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature Increasing(%d): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ p, pRFCalibrateInfo->PowerIndexOffset[p], delta, ThermalValue, pHalData->EEPROMThermalMeter, pRFCalibrateInfo->ThermalValue)); -+ } -+ } -+ -+ else if (ThermalValue < pRFCalibrateInfo->ThermalValue)// Low temperature -+ { -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature Decreasing(%d): delta_pi: %d , delta_t: %d, Now_t: %d, EFUSE_t: %d, Last_t: %d\n", -+ p, pRFCalibrateInfo->PowerIndexOffset[p], delta, ThermalValue, pHalData->EEPROMThermalMeter, pRFCalibrateInfo->ThermalValue)); -+ } -+ } -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ if (ThermalValue > pHalData->EEPROMThermalMeter) -+#else -+ if (ThermalValue > pDM_Odm->priv->pmib->dot11RFEntry.ther) -+#endif -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature(%d) higher than PG value(%d)\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8192E ||pDM_Odm->SupportICType == ODM_RTL8821 || -+ pDM_Odm->SupportICType == ODM_RTL8812 || pDM_Odm->SupportICType == ODM_RTL8723B || pDM_Odm->SupportICType == ODM_RTL8814A || pDM_Odm->SupportICType == ODM_RTL8703B || pDM_Odm->SupportICType == ODM_RTL8188F) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("**********Enter POWER Tracking MIX_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, 0); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("**********Enter POWER Tracking BBSWING_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, p, Indexforchannel); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("Temperature(%d) lower than PG value(%d)\n", ThermalValue, pHalData->EEPROMThermalMeter)); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8821 || -+ pDM_Odm->SupportICType == ODM_RTL8812 || pDM_Odm->SupportICType == ODM_RTL8723B || pDM_Odm->SupportICType == ODM_RTL8814A || pDM_Odm->SupportICType == ODM_RTL8703B || pDM_Odm->SupportICType == ODM_RTL8188F) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("**********Enter POWER Tracking MIX_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, MIX_MODE, p, Indexforchannel); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("**********Enter POWER Tracking BBSWING_MODE**********\n")); -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ (*c.ODM_TxPwrTrackSetPwr)(pDM_Odm, BBSWING, p, Indexforchannel); -+ } -+ -+ } -+ -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->BbSwingIdxCck; // Record last time Power Tracking result as base. -+ for (p = ODM_RF_PATH_A; p < c.RfPathCount; p++) -+ pRFCalibrateInfo->BbSwingIdxOfdmBase[p] = pRFCalibrateInfo->BbSwingIdxOfdm[p]; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, -+ ("pRFCalibrateInfo->ThermalValue = %d ThermalValue= %d\n", pRFCalibrateInfo->ThermalValue, ThermalValue)); -+ -+ pRFCalibrateInfo->ThermalValue = ThermalValue; //Record last Power Tracking Thermal Value -+ -+ } -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ if(!IS_HARDWARE_TYPE_8723B(Adapter)) -+ { -+ // Delta temperature is equal to or larger than 20 centigrade (When threshold is 8). -+ if ((delta_IQK >= c.Threshold_IQK)) { -+ if ( ! pRFCalibrateInfo->bIQKInProgress) -+ (*c.DoIQK)(pDM_Odm, delta_IQK, ThermalValue, 8); -+ } -+ } -+ if (pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_A] != 0) { -+ if ((diff_DPK[ODM_RF_PATH_A] >= c.Threshold_DPK)) { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT14|BIT13|BIT12|BIT11|BIT10, (diff_DPK[ODM_RF_PATH_A] / c.Threshold_DPK)); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else if ((diff_DPK[ODM_RF_PATH_A] <= -1 * c.Threshold_DPK)) { -+ s4Byte value = 0x20 + (diff_DPK[ODM_RF_PATH_A] / c.Threshold_DPK); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT14|BIT13|BIT12|BIT11|BIT10, value); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT14|BIT13|BIT12|BIT11|BIT10, 0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } -+ } -+ if (pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_B] != 0) { -+ if ((diff_DPK[ODM_RF_PATH_B] >= c.Threshold_DPK)) { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT14|BIT13|BIT12|BIT11|BIT10, (diff_DPK[ODM_RF_PATH_B] / c.Threshold_DPK)); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else if ((diff_DPK[ODM_RF_PATH_B] <= -1 * c.Threshold_DPK)) { -+ s4Byte value = 0x20 + (diff_DPK[ODM_RF_PATH_B] / c.Threshold_DPK); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT14|BIT13|BIT12|BIT11|BIT10, value); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } else { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT14|BIT13|BIT12|BIT11|BIT10, 0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ } -+ } -+ -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("<===ODM_TXPowerTrackingCallback_ThermalMeter\n")); -+ -+ pRFCalibrateInfo->TXPowercount = 0; -+} -+ -+ -+ -+//3============================================================ -+//3 IQ Calibration -+//3============================================================ -+ -+VOID -+ODM_ResetIQKResult( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ return; -+} -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+u1Byte ODM_GetRightChnlPlaceforIQK(u1Byte chnl) -+{ -+ u1Byte channel_all[ODM_TARGET_CHNL_NUM_2G_5G] = -+ {1,2,3,4,5,6,7,8,9,10,11,12,13,14,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,149,151,153,155,157,159,161,163,165}; -+ u1Byte place = chnl; -+ -+ -+ if(chnl > 14) -+ { -+ for(place = 14; placeAdapter; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (*pDM_Odm->pIsFcsModeEnable) -+ return; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if (!IS_HARDWARE_TYPE_JAGUAR(Adapter)) -+ return; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ else if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ return; -+#endif -+#endif -+ -+#if (RTL8821A_SUPPORT == 1) -+ if (pDM_Odm->bLinked) { -+ if ((*pDM_Odm->pChannel != pDM_Odm->preChannel) && (!*pDM_Odm->pbScanInProcess)) { -+ pDM_Odm->preChannel = *pDM_Odm->pChannel; -+ pDM_Odm->LinkedInterval = 0; -+ } -+ -+ if (pDM_Odm->LinkedInterval < 3) -+ pDM_Odm->LinkedInterval++; -+ -+ if (pDM_Odm->LinkedInterval == 2) { -+ /*Mark out IQK flow to prevent tx stuck. by Maddest 20130306*/ -+ /*Open it verified by James 20130715*/ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PHY_IQCalibrate_8821A(pDM_Odm, FALSE); -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHY_IQCalibrate(Adapter, FALSE); -+#else -+ PHY_IQCalibrate_8821A(Adapter, FALSE); -+#endif -+ } -+ } else -+ pDM_Odm->LinkedInterval = 0; -+#endif -+} -+ -+void phydm_rf_init(IN PDM_ODM_T pDM_Odm) -+{ -+ -+ odm_TXPowerTrackingInit(pDM_Odm); -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ ODM_ClearTxPowerTrackingState(pDM_Odm); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ PHY_IQCalibrate_8814A_Init(pDM_Odm); -+#endif -+#endif -+ -+} -+ -+void phydm_rf_watchdog(IN PDM_ODM_T pDM_Odm) -+{ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ ODM_TXPowerTrackingCheck(pDM_Odm); -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ odm_IQCalibrate(pDM_Odm); -+#endif -+} -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_win.h linux/3rdparty/rtl8812au/hal/phydm/halphyrf_win.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/halphyrf_win.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/halphyrf_win.h 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,108 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ #ifndef __HAL_PHY_RF_H__ -+ #define __HAL_PHY_RF_H__ -+ -+#include "phydm_kfree.h" -+#if (RTL8814A_SUPPORT == 1) -+#include "rtl8814a/phydm_iqk_8814a.h" -+#endif -+ -+#if (RTL8822B_SUPPORT == 1) -+#include "rtl8822b/phydm_iqk_8822b.h" -+#endif -+#include "phydm_powertracking_win.h" -+ -+typedef enum _SPUR_CAL_METHOD { -+ PLL_RESET, -+ AFE_PHASE_SEL -+} SPUR_CAL_METHOD; -+ -+typedef enum _PWRTRACK_CONTROL_METHOD { -+ BBSWING, -+ TXAGC, -+ MIX_MODE, -+ TSSI_MODE -+} PWRTRACK_METHOD; -+ -+typedef VOID (*FuncSetPwr)(PDM_ODM_T, PWRTRACK_METHOD, u1Byte, u1Byte); -+typedef VOID(*FuncIQK)(PVOID, u1Byte, u1Byte, u1Byte); -+typedef VOID (*FuncLCK)(PDM_ODM_T); -+ //refine by YuChen for 8814A -+typedef VOID (*FuncSwing)(PDM_ODM_T, pu1Byte*, pu1Byte*, pu1Byte*, pu1Byte*); -+typedef VOID (*FuncSwing8814only)(PDM_ODM_T, pu1Byte*, pu1Byte*, pu1Byte*, pu1Byte*); -+ -+typedef struct _TXPWRTRACK_CFG { -+ u1Byte SwingTableSize_CCK; -+ u1Byte SwingTableSize_OFDM; -+ u1Byte Threshold_IQK; -+ u1Byte Threshold_DPK; -+ u1Byte AverageThermalNum; -+ u1Byte RfPathCount; -+ u4Byte ThermalRegAddr; -+ FuncSetPwr ODM_TxPwrTrackSetPwr; -+ FuncIQK DoIQK; -+ FuncLCK PHY_LCCalibrate; -+ FuncSwing GetDeltaSwingTable; -+ FuncSwing8814only GetDeltaSwingTable8814only; -+} TXPWRTRACK_CFG, *PTXPWRTRACK_CFG; -+ -+VOID -+ConfigureTxpowerTrack( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PTXPWRTRACK_CFG pConfig -+ ); -+ -+ -+VOID -+ODM_ClearTxPowerTrackingState( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+ODM_TXPowerTrackingCallback_ThermalMeter( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm -+#else -+ IN PADAPTER Adapter -+#endif -+ ); -+ -+ -+ -+#define ODM_TARGET_CHNL_NUM_2G_5G 59 -+ -+ -+VOID -+ODM_ResetIQKResult( -+ IN PDM_ODM_T pDM_Odm -+); -+u1Byte -+ODM_GetRightChnlPlaceforIQK( -+ IN u1Byte chnl -+); -+ -+VOID odm_IQCalibrate(IN PDM_ODM_T pDM_Odm); -+VOID phydm_rf_init( IN PDM_ODM_T pDM_Odm); -+VOID phydm_rf_watchdog( IN PDM_ODM_T pDM_Odm); -+ -+#endif // #ifndef __HAL_PHY_RF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/mp_precomp.h linux/3rdparty/rtl8812au/hal/phydm/mp_precomp.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/mp_precomp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/mp_precomp.h 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,20 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_acs.c linux/3rdparty/rtl8812au/hal/phydm/phydm_acs.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_acs.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_acs.c 2017-06-07 23:07:21.016688031 +0300 -@@ -0,0 +1,1306 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+ -+u1Byte -+ODM_GetAutoChannelSelectResult( -+ IN PVOID pDM_VOID, -+ IN u1Byte Band -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PACS pACS = &pDM_Odm->DM_ACS; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(Band == ODM_BAND_2_4G) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("[ACS] ODM_GetAutoChannelSelectResult(): CleanChannel_2G(%d)\n", pACS->CleanChannel_2G)); -+ return (u1Byte)pACS->CleanChannel_2G; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("[ACS] ODM_GetAutoChannelSelectResult(): CleanChannel_5G(%d)\n", pACS->CleanChannel_5G)); -+ return (u1Byte)pACS->CleanChannel_5G; -+ } -+#else -+ return (u1Byte)pACS->CleanChannel_2G; -+#endif -+ -+} -+ -+VOID -+odm_AutoChannelSelectSetting( -+ IN PVOID pDM_VOID, -+ IN BOOLEAN IsEnable -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte period = 0x2710;// 40ms in default -+ u2Byte NHMType = 0x7; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("odm_AutoChannelSelectSetting()=========> \n")); -+ -+ if(IsEnable) -+ {//20 ms -+ period = 0x1388; -+ NHMType = 0x1; -+ } -+ -+ if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ { -+ //PHY parameters initialize for ac series -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TIMER_11AC+2, period); //0x990[31:16]=0x2710 Time duration for NHM unit: 4us, 0x2710=40ms -+ //ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC, BIT8|BIT9|BIT10, NHMType); //0x994[9:8]=3 enable CCX -+ } -+ else if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ //PHY parameters initialize for n series -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TIMER_11N+2, period); //0x894[31:16]=0x2710 Time duration for NHM unit: 4us, 0x2710=40ms -+ //ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N, BIT10|BIT9|BIT8, NHMType); //0x890[9:8]=3 enable CCX -+ } -+#endif -+} -+ -+VOID -+odm_AutoChannelSelectInit( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PACS pACS = &pDM_Odm->DM_ACS; -+ u1Byte i; -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_NHM_CNT)) -+ return; -+ -+ if(pACS->bForceACSResult) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("odm_AutoChannelSelectInit()=========> \n")); -+ -+ pACS->CleanChannel_2G = 1; -+ pACS->CleanChannel_5G = 36; -+ -+ for (i = 0; i < ODM_MAX_CHANNEL_2G; ++i) -+ { -+ pACS->Channel_Info_2G[0][i] = 0; -+ pACS->Channel_Info_2G[1][i] = 0; -+ } -+ -+ if(pDM_Odm->SupportICType & (ODM_IC_11AC_SERIES|ODM_RTL8192D)) -+ { -+ for (i = 0; i < ODM_MAX_CHANNEL_5G; ++i) -+ { -+ pACS->Channel_Info_5G[0][i] = 0; -+ pACS->Channel_Info_5G[1][i] = 0; -+ } -+ } -+#endif -+} -+ -+VOID -+odm_AutoChannelSelectReset( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PACS pACS = &pDM_Odm->DM_ACS; -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_NHM_CNT)) -+ return; -+ -+ if(pACS->bForceACSResult) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("odm_AutoChannelSelectReset()=========> \n")); -+ -+ odm_AutoChannelSelectSetting(pDM_Odm,TRUE);// for 20ms measurement -+ Phydm_NHMCounterStatisticsReset(pDM_Odm); -+#endif -+} -+ -+VOID -+odm_AutoChannelSelect( -+ IN PVOID pDM_VOID, -+ IN u1Byte Channel -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PACS pACS = &pDM_Odm->DM_ACS; -+ u1Byte ChannelIDX = 0, SearchIDX = 0; -+ u2Byte MaxScore=0; -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_NHM_CNT)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_AutoChannelSelect(): Return: SupportAbility ODM_BB_NHM_CNT is disabled\n")); -+ return; -+ } -+ -+ if(pACS->bForceACSResult) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_AutoChannelSelect(): Force 2G clean channel = %d, 5G clean channel = %d\n", -+ pACS->CleanChannel_2G, pACS->CleanChannel_5G)); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("odm_AutoChannelSelect(): Channel = %d=========> \n", Channel)); -+ -+ Phydm_GetNHMCounterStatistics(pDM_Odm); -+ odm_AutoChannelSelectSetting(pDM_Odm,FALSE); -+ -+ if(Channel >=1 && Channel <=14) -+ { -+ ChannelIDX = Channel - 1; -+ pACS->Channel_Info_2G[1][ChannelIDX]++; -+ -+ if(pACS->Channel_Info_2G[1][ChannelIDX] >= 2) -+ pACS->Channel_Info_2G[0][ChannelIDX] = (pACS->Channel_Info_2G[0][ChannelIDX] >> 1) + -+ (pACS->Channel_Info_2G[0][ChannelIDX] >> 2) + (pDM_Odm->NHM_cnt_0>>2); -+ else -+ pACS->Channel_Info_2G[0][ChannelIDX] = pDM_Odm->NHM_cnt_0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("odm_AutoChannelSelect(): NHM_cnt_0 = %d \n", pDM_Odm->NHM_cnt_0)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("odm_AutoChannelSelect(): Channel_Info[0][%d] = %d, Channel_Info[1][%d] = %d\n", ChannelIDX, pACS->Channel_Info_2G[0][ChannelIDX], ChannelIDX, pACS->Channel_Info_2G[1][ChannelIDX])); -+ -+ for(SearchIDX = 0; SearchIDX < ODM_MAX_CHANNEL_2G; SearchIDX++) -+ { -+ if(pACS->Channel_Info_2G[1][SearchIDX] != 0) -+ { -+ if(pACS->Channel_Info_2G[0][SearchIDX] >= MaxScore) -+ { -+ MaxScore = pACS->Channel_Info_2G[0][SearchIDX]; -+ pACS->CleanChannel_2G = SearchIDX+1; -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("(1)odm_AutoChannelSelect(): 2G: CleanChannel_2G = %d, MaxScore = %d \n", -+ pACS->CleanChannel_2G, MaxScore)); -+ -+ } -+ else if(Channel >= 36) -+ { -+ // Need to do -+ pACS->CleanChannel_5G = Channel; -+ } -+#endif -+} -+ -+#if ( DM_ODM_SUPPORT_TYPE & ODM_AP ) -+ -+VOID -+phydm_AutoChannelSelectSettingAP( -+ IN PVOID pDM_VOID, -+ IN u4Byte setting, // 0: STORE_DEFAULT_NHM_SETTING; 1: RESTORE_DEFAULT_NHM_SETTING, 2: ACS_NHM_SETTING -+ IN u4Byte acs_step -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ PACS pACS = &pDM_Odm->DM_ACS; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("odm_AutoChannelSelectSettingAP()=========> \n")); -+ -+ //3 Store Default Setting -+ if(setting == STORE_DEFAULT_NHM_SETTING) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("STORE_DEFAULT_NHM_SETTING\n")); -+ -+ if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) // store Reg0x990, Reg0x994, Reg0x998, Reg0x99C, Reg0x9a0 -+ { -+ pACS->Reg0x990 = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TIMER_11AC); // Reg0x990 -+ pACS->Reg0x994 = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC); // Reg0x994 -+ pACS->Reg0x998 = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC); // Reg0x998 -+ pACS->Reg0x99C = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC); // Reg0x99c -+ pACS->Reg0x9A0 = ODM_Read1Byte(pDM_Odm, ODM_REG_NHM_TH8_11AC); // Reg0x9a0, u1Byte -+ } -+ else if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ pACS->Reg0x890 = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N); // Reg0x890 -+ pACS->Reg0x894 = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TIMER_11N); // Reg0x894 -+ pACS->Reg0x898 = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11N); // Reg0x898 -+ pACS->Reg0x89C = ODM_Read4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11N); // Reg0x89c -+ pACS->Reg0xE28 = ODM_Read1Byte(pDM_Odm, ODM_REG_NHM_TH8_11N); // Reg0xe28, u1Byte -+ } -+ } -+ -+ //3 Restore Default Setting -+ else if(setting == RESTORE_DEFAULT_NHM_SETTING) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("RESTORE_DEFAULT_NHM_SETTING\n")); -+ -+ if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) // store Reg0x990, Reg0x994, Reg0x998, Reg0x99C, Reg0x9a0 -+ { -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TIMER_11AC, pACS->Reg0x990); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC, pACS->Reg0x994); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC, pACS->Reg0x998); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC, pACS->Reg0x99C); -+ ODM_Write1Byte(pDM_Odm, ODM_REG_NHM_TH8_11AC, pACS->Reg0x9A0); -+ } -+ else if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N, pACS->Reg0x890); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TIMER_11N, pACS->Reg0x894); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11N, pACS->Reg0x898); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11N, pACS->Reg0x89C); -+ ODM_Write1Byte(pDM_Odm, ODM_REG_NHM_TH8_11N, pACS->Reg0xE28); -+ } -+ } -+ -+ //3 ACS Setting -+ else if(setting == ACS_NHM_SETTING) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("ACS_NHM_SETTING\n")); -+ u2Byte period; -+ period = 0x61a8; -+ pACS->ACS_Step = acs_step; -+ -+ if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ { -+ //4 Set NHM period, 0x990[31:16]=0x61a8, Time duration for NHM unit: 4us, 0x61a8=100ms -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TIMER_11AC+2, period); -+ //4 Set NHM ignore_cca=1, ignore_txon=1, ccx_en=0 -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC,BIT8|BIT9|BIT10, 3); -+ -+ if(pACS->ACS_Step == 0) -+ { -+ //4 Set IGI -+ ODM_SetBBReg(pDM_Odm,0xc50,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x3E); -+ if (get_rf_mimo_mode(priv) != MIMO_1T1R) -+ ODM_SetBBReg(pDM_Odm,0xe50,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x3E); -+ -+ //4 Set ACS NHM threshold -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC, 0x82786e64); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC, 0xffffff8c); -+ ODM_Write1Byte(pDM_Odm, ODM_REG_NHM_TH8_11AC, 0xff); -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC+2, 0xffff); -+ -+ } -+ else if(pACS->ACS_Step == 1) -+ { -+ //4 Set IGI -+ ODM_SetBBReg(pDM_Odm,0xc50,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x2A); -+ if (get_rf_mimo_mode(priv) != MIMO_1T1R) -+ ODM_SetBBReg(pDM_Odm,0xe50,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x2A); -+ -+ //4 Set ACS NHM threshold -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC, 0x5a50463c); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC, 0xffffff64); -+ -+ } -+ -+ } -+ else if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ //4 Set NHM period, 0x894[31:16]=0x61a8, Time duration for NHM unit: 4us, 0x61a8=100ms -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TIMER_11N+2, period); -+ //4 Set NHM ignore_cca=1, ignore_txon=1, ccx_en=0 -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N,BIT8|BIT9|BIT10, 3); -+ -+ if(pACS->ACS_Step == 0) -+ { -+ //4 Set IGI -+ ODM_SetBBReg(pDM_Odm,0xc50,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x3E); -+ if (get_rf_mimo_mode(priv) != MIMO_1T1R) -+ ODM_SetBBReg(pDM_Odm,0xc58,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x3E); -+ -+ //4 Set ACS NHM threshold -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11N, 0x82786e64); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11N, 0xffffff8c); -+ ODM_Write1Byte(pDM_Odm, ODM_REG_NHM_TH8_11N, 0xff); -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N+2, 0xffff); -+ -+ } -+ else if(pACS->ACS_Step == 1) -+ { -+ //4 Set IGI -+ ODM_SetBBReg(pDM_Odm,0xc50,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x2A); -+ if (get_rf_mimo_mode(priv) != MIMO_1T1R) -+ ODM_SetBBReg(pDM_Odm,0xc58,BIT0|BIT1|BIT2|BIT3|BIT4|BIT5|BIT6,0x2A); -+ -+ //4 Set ACS NHM threshold -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11N, 0x5a50463c); -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11N, 0xffffff64); -+ -+ } -+ } -+ } -+ -+} -+ -+VOID -+phydm_GetNHMStatisticsAP( -+ IN PVOID pDM_VOID, -+ IN u4Byte idx, // @ 2G, Real channel number = idx+1 -+ IN u4Byte acs_step -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ PACS pACS = &pDM_Odm->DM_ACS; -+ u4Byte value32 = 0; -+ u1Byte i; -+ -+ pACS->ACS_Step = acs_step; -+ -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ //4 Check if NHM result is ready -+ for (i=0; i<20; i++) { -+ -+ ODM_delay_ms(1); -+ if ( ODM_GetBBReg(pDM_Odm,rFPGA0_PSDReport,BIT17) ) -+ break; -+ } -+ -+ //4 Get NHM Statistics -+ if ( pACS->ACS_Step==1 ) { -+ -+ value32 = ODM_Read4Byte(pDM_Odm,ODM_REG_NHM_CNT7_TO_CNT4_11N); -+ -+ pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; -+ pACS->NHM_Cnt[idx][8] = (value32 & bMaskByte0); -+ -+ value32 = ODM_Read4Byte(pDM_Odm,ODM_REG_NHM_CNT_11N); // ODM_REG_NHM_CNT3_TO_CNT0_11N -+ -+ pACS->NHM_Cnt[idx][7] = (value32 & bMaskByte3) >> 24; -+ pACS->NHM_Cnt[idx][6] = (value32 & bMaskByte2) >> 16; -+ pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; -+ -+ } else if (pACS->ACS_Step==2) { -+ -+ value32 = ODM_Read4Byte(pDM_Odm,ODM_REG_NHM_CNT_11N); // ODM_REG_NHM_CNT3_TO_CNT0_11N -+ -+ pACS->NHM_Cnt[idx][4] = ODM_Read1Byte(pDM_Odm, ODM_REG_NHM_CNT7_TO_CNT4_11N); -+ pACS->NHM_Cnt[idx][3] = (value32 & bMaskByte3) >> 24; -+ pACS->NHM_Cnt[idx][2] = (value32 & bMaskByte2) >> 16; -+ pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; -+ pACS->NHM_Cnt[idx][0] = (value32 & bMaskByte0); -+ } -+ } -+ else if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ { -+ //4 Check if NHM result is ready -+ for (i=0; i<20; i++) { -+ -+ ODM_delay_ms(1); -+ if (ODM_GetBBReg(pDM_Odm,ODM_REG_NHM_DUR_READY_11AC,BIT17)) -+ break; -+ } -+ -+ if ( pACS->ACS_Step==1 ) { -+ -+ value32 = ODM_Read4Byte(pDM_Odm,ODM_REG_NHM_CNT7_TO_CNT4_11AC); -+ -+ pACS->NHM_Cnt[idx][9] = (value32 & bMaskByte1) >> 8; -+ pACS->NHM_Cnt[idx][8] = (value32 & bMaskByte0); -+ -+ value32 = ODM_Read4Byte(pDM_Odm,ODM_REG_NHM_CNT_11AC); // ODM_REG_NHM_CNT3_TO_CNT0_11AC -+ -+ pACS->NHM_Cnt[idx][7] = (value32 & bMaskByte3) >> 24; -+ pACS->NHM_Cnt[idx][6] = (value32 & bMaskByte2) >> 16; -+ pACS->NHM_Cnt[idx][5] = (value32 & bMaskByte1) >> 8; -+ -+ } else if (pACS->ACS_Step==2) { -+ -+ value32 = ODM_Read4Byte(pDM_Odm,ODM_REG_NHM_CNT_11AC); // ODM_REG_NHM_CNT3_TO_CNT0_11AC -+ -+ pACS->NHM_Cnt[idx][4] = ODM_Read1Byte(pDM_Odm, ODM_REG_NHM_CNT7_TO_CNT4_11AC); -+ pACS->NHM_Cnt[idx][3] = (value32 & bMaskByte3) >> 24; -+ pACS->NHM_Cnt[idx][2] = (value32 & bMaskByte2) >> 16; -+ pACS->NHM_Cnt[idx][1] = (value32 & bMaskByte1) >> 8; -+ pACS->NHM_Cnt[idx][0] = (value32 & bMaskByte0); -+ } -+ } -+ -+} -+ -+ -+//#define ACS_DEBUG_INFO //acs debug default off -+/* -+int phydm_AutoChannelSelectAP( -+ IN PVOID pDM_VOID, -+ IN u4Byte ACS_Type, // 0: RXCount_Type, 1:NHM_Type -+ IN u4Byte available_chnl_num // amount of all channels -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PACS pACS = &pDM_Odm->DM_ACS; -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ -+ static u4Byte score2G[MAX_2G_CHANNEL_NUM], score5G[MAX_5G_CHANNEL_NUM]; -+ u4Byte score[MAX_BSS_NUM], use_nhm = 0; -+ u4Byte minScore=0xffffffff; -+ u4Byte tmpScore, tmpIdx=0; -+ u4Byte traffic_check = 0; -+ u4Byte fa_count_weighting = 1; -+ int i, j, idx=0, idx_2G_end=-1, idx_5G_begin=-1, minChan=0; -+ struct bss_desc *pBss=NULL; -+ -+#ifdef _DEBUG_RTL8192CD_ -+ char tmpbuf[400]; -+ int len=0; -+#endif -+ -+ memset(score2G, '\0', sizeof(score2G)); -+ memset(score5G, '\0', sizeof(score5G)); -+ -+ for (i=0; iavailable_chnl_num; i++) { -+ if (priv->available_chnl[i] <= 14) -+ idx_2G_end = i; -+ else -+ break; -+ } -+ -+ for (i=0; iavailable_chnl_num; i++) { -+ if (priv->available_chnl[i] > 14) { -+ idx_5G_begin = i; -+ break; -+ } -+ } -+ -+// DELETE -+#ifndef CONFIG_RTL_NEW_AUTOCH -+ for (i=0; isite_survey->count; i++) { -+ pBss = &priv->site_survey->bss[i]; -+ for (idx=0; idxavailable_chnl_num; idx++) { -+ if (pBss->channel == priv->available_chnl[idx]) { -+ if (pBss->channel <= 14) -+ setChannelScore(idx, score2G, 0, MAX_2G_CHANNEL_NUM-1); -+ else -+ score5G[idx - idx_5G_begin] += 5; -+ break; -+ } -+ } -+ } -+#endif -+ -+ if (idx_2G_end >= 0) -+ for (i=0; i<=idx_2G_end; i++) -+ score[i] = score2G[i]; -+ if (idx_5G_begin >= 0) -+ for (i=idx_5G_begin; iavailable_chnl_num; i++) -+ score[i] = score5G[i - idx_5G_begin]; -+ -+#ifdef CONFIG_RTL_NEW_AUTOCH -+ { -+ u4Byte y, ch_begin=0, ch_end= priv->available_chnl_num; -+ -+ u4Byte do_ap_check = 1, ap_ratio = 0; -+ -+ if (idx_2G_end >= 0) -+ ch_end = idx_2G_end+1; -+ if (idx_5G_begin >= 0) -+ ch_begin = idx_5G_begin; -+ -+#ifdef ACS_DEBUG_INFO//for debug -+ printk("\n"); -+ for (y=ch_begin; yavailable_chnl[y], -+ priv->chnl_ss_mac_rx_count[y], -+ priv->chnl_ss_mac_rx_count_40M[y], -+ priv->chnl_ss_fa_count[y], -+ score[y]); -+ printk("\n"); -+#endif -+ -+#if defined(CONFIG_RTL_88E_SUPPORT) || defined(CONFIG_WLAN_HAL_8192EE) -+ if( pDM_Odm->SupportICType&(ODM_RTL8188E|ODM_RTL8192E)&& priv->pmib->dot11RFEntry.acs_type ) -+ { -+ u4Byte tmp_score[MAX_BSS_NUM]; -+ memcpy(tmp_score, score, sizeof(score)); -+ if (find_clean_channel(priv, ch_begin, ch_end, tmp_score)) { -+ //memcpy(score, tmp_score, sizeof(score)); -+#ifdef _DEBUG_RTL8192CD_ -+ printk("!! Found clean channel, select minimum FA channel\n"); -+#endif -+ goto USE_CLN_CH; -+ } -+#ifdef _DEBUG_RTL8192CD_ -+ printk("!! Not found clean channel, use NHM algorithm\n"); -+#endif -+ use_nhm = 1; -+USE_CLN_CH: -+ for (y=ch_begin; ynhm_cnt[y][i]; -+ for (j=0; jL, score: %d\n", -+ y+1, priv->nhm_cnt[y][9], priv->nhm_cnt[y][8], priv->nhm_cnt[y][7], -+ priv->nhm_cnt[y][6], priv->nhm_cnt[y][5], priv->nhm_cnt[y][4], -+ priv->nhm_cnt[y][3], priv->nhm_cnt[y][2], priv->nhm_cnt[y][1], -+ priv->nhm_cnt[y][0], score[y]); -+#endif -+ } -+ -+ if (!use_nhm) -+ memcpy(score, tmp_score, sizeof(score)); -+ -+ goto choose_ch; -+ } -+#endif -+ -+ // For each channel, weighting behind channels with MAC RX counter -+ //For each channel, weighting the channel with FA counter -+ -+ for (y=ch_begin; ychnl_ss_mac_rx_count[y]; -+ if (priv->chnl_ss_mac_rx_count[y] > 30) -+ do_ap_check = 0; -+ if( priv->chnl_ss_mac_rx_count[y] > MAC_RX_COUNT_THRESHOLD ) -+ traffic_check = 1; -+ -+#ifdef RTK_5G_SUPPORT -+ if (priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_2G) -+#endif -+ { -+ if ((int)(y-4) >= (int)ch_begin) -+ score[y-4] += 2 * priv->chnl_ss_mac_rx_count[y]; -+ if ((int)(y-3) >= (int)ch_begin) -+ score[y-3] += 8 * priv->chnl_ss_mac_rx_count[y]; -+ if ((int)(y-2) >= (int)ch_begin) -+ score[y-2] += 8 * priv->chnl_ss_mac_rx_count[y]; -+ if ((int)(y-1) >= (int)ch_begin) -+ score[y-1] += 10 * priv->chnl_ss_mac_rx_count[y]; -+ if ((int)(y+1) < (int)ch_end) -+ score[y+1] += 10 * priv->chnl_ss_mac_rx_count[y]; -+ if ((int)(y+2) < (int)ch_end) -+ score[y+2] += 8 * priv->chnl_ss_mac_rx_count[y]; -+ if ((int)(y+3) < (int)ch_end) -+ score[y+3] += 8 * priv->chnl_ss_mac_rx_count[y]; -+ if ((int)(y+4) < (int)ch_end) -+ score[y+4] += 2 * priv->chnl_ss_mac_rx_count[y]; -+ } -+ -+ //this is for CH_LOAD caculation -+ if( priv->chnl_ss_cca_count[y] > priv->chnl_ss_fa_count[y]) -+ priv->chnl_ss_cca_count[y]-= priv->chnl_ss_fa_count[y]; -+ else -+ priv->chnl_ss_cca_count[y] = 0; -+ } -+ -+#ifdef ACS_DEBUG_INFO//for debug -+ printk("\n"); -+ for (y=ch_begin; yavailable_chnl[y], score[y]); -+ printk("\n"); -+#endif -+ -+ for (y=ch_begin; ychnl_ss_mac_rx_count_40M[y]) { -+ score[y] += 5 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if (priv->chnl_ss_mac_rx_count_40M[y] > 30) -+ do_ap_check = 0; -+ if( priv->chnl_ss_mac_rx_count_40M[y] > MAC_RX_COUNT_THRESHOLD ) -+ traffic_check = 1; -+ -+#ifdef RTK_5G_SUPPORT -+ if (priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_2G) -+#endif -+ { -+ if ((int)(y-6) >= (int)ch_begin) -+ score[y-6] += 1 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y-5) >= (int)ch_begin) -+ score[y-5] += 4 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y-4) >= (int)ch_begin) -+ score[y-4] += 4 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y-3) >= (int)ch_begin) -+ score[y-3] += 5 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y-2) >= (int)ch_begin) -+ score[y-2] += (5 * priv->chnl_ss_mac_rx_count_40M[y])/2; -+ if ((int)(y-1) >= (int)ch_begin) -+ score[y-1] += 5 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y+1) < (int)ch_end) -+ score[y+1] += 5 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y+2) < (int)ch_end) -+ score[y+2] += (5 * priv->chnl_ss_mac_rx_count_40M[y])/2; -+ if ((int)(y+3) < (int)ch_end) -+ score[y+3] += 5 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y+4) < (int)ch_end) -+ score[y+4] += 4 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y+5) < (int)ch_end) -+ score[y+5] += 4 * priv->chnl_ss_mac_rx_count_40M[y]; -+ if ((int)(y+6) < (int)ch_end) -+ score[y+6] += 1 * priv->chnl_ss_mac_rx_count_40M[y]; -+ } -+ } -+ } -+ -+#ifdef ACS_DEBUG_INFO//for debug -+ printk("\n"); -+ for (y=ch_begin; yavailable_chnl[y], score[y]); -+ printk("\n"); -+ printk("4. do_ap_check=%d traffic_check=%d\n", do_ap_check, traffic_check); -+ printk("\n"); -+#endif -+ -+ if( traffic_check == 0) -+ fa_count_weighting = 5; -+ else -+ fa_count_weighting = 1; -+ -+ for (y=ch_begin; ychnl_ss_fa_count[y]; -+ } -+ -+#ifdef ACS_DEBUG_INFO//for debug -+ printk("\n"); -+ for (y=ch_begin; yavailable_chnl[y], score[y]); -+ printk("\n"); -+#endif -+ -+ if (do_ap_check) { -+ for (i=0; isite_survey->count; i++) { -+ pBss = &priv->site_survey->bss[i]; -+ for (y=ch_begin; ychannel == priv->available_chnl[y]) { -+ if (pBss->channel <= 14) { -+#ifdef ACS_DEBUG_INFO//for debug -+ printk("\n"); -+ printk("chnl[%d] has ap rssi=%d bw[0x%02x]\n", -+ pBss->channel, pBss->rssi, pBss->t_stamp[1]); -+ printk("\n"); -+#endif -+ if (pBss->rssi > 60) -+ ap_ratio = 4; -+ else if (pBss->rssi > 35) -+ ap_ratio = 2; -+ else -+ ap_ratio = 1; -+ -+ if ((pBss->t_stamp[1] & 0x6) == 0) { -+ score[y] += 50 * ap_ratio; -+ if ((int)(y-4) >= (int)ch_begin) -+ score[y-4] += 10 * ap_ratio; -+ if ((int)(y-3) >= (int)ch_begin) -+ score[y-3] += 20 * ap_ratio; -+ if ((int)(y-2) >= (int)ch_begin) -+ score[y-2] += 30 * ap_ratio; -+ if ((int)(y-1) >= (int)ch_begin) -+ score[y-1] += 40 * ap_ratio; -+ if ((int)(y+1) < (int)ch_end) -+ score[y+1] += 40 * ap_ratio; -+ if ((int)(y+2) < (int)ch_end) -+ score[y+2] += 30 * ap_ratio; -+ if ((int)(y+3) < (int)ch_end) -+ score[y+3] += 20 * ap_ratio; -+ if ((int)(y+4) < (int)ch_end) -+ score[y+4] += 10 * ap_ratio; -+ } -+ else if ((pBss->t_stamp[1] & 0x4) == 0) { -+ score[y] += 50 * ap_ratio; -+ if ((int)(y-3) >= (int)ch_begin) -+ score[y-3] += 20 * ap_ratio; -+ if ((int)(y-2) >= (int)ch_begin) -+ score[y-2] += 30 * ap_ratio; -+ if ((int)(y-1) >= (int)ch_begin) -+ score[y-1] += 40 * ap_ratio; -+ if ((int)(y+1) < (int)ch_end) -+ score[y+1] += 50 * ap_ratio; -+ if ((int)(y+2) < (int)ch_end) -+ score[y+2] += 50 * ap_ratio; -+ if ((int)(y+3) < (int)ch_end) -+ score[y+3] += 50 * ap_ratio; -+ if ((int)(y+4) < (int)ch_end) -+ score[y+4] += 50 * ap_ratio; -+ if ((int)(y+5) < (int)ch_end) -+ score[y+5] += 40 * ap_ratio; -+ if ((int)(y+6) < (int)ch_end) -+ score[y+6] += 30 * ap_ratio; -+ if ((int)(y+7) < (int)ch_end) -+ score[y+7] += 20 * ap_ratio; -+ } -+ else { -+ score[y] += 50 * ap_ratio; -+ if ((int)(y-7) >= (int)ch_begin) -+ score[y-7] += 20 * ap_ratio; -+ if ((int)(y-6) >= (int)ch_begin) -+ score[y-6] += 30 * ap_ratio; -+ if ((int)(y-5) >= (int)ch_begin) -+ score[y-5] += 40 * ap_ratio; -+ if ((int)(y-4) >= (int)ch_begin) -+ score[y-4] += 50 * ap_ratio; -+ if ((int)(y-3) >= (int)ch_begin) -+ score[y-3] += 50 * ap_ratio; -+ if ((int)(y-2) >= (int)ch_begin) -+ score[y-2] += 50 * ap_ratio; -+ if ((int)(y-1) >= (int)ch_begin) -+ score[y-1] += 50 * ap_ratio; -+ if ((int)(y+1) < (int)ch_end) -+ score[y+1] += 40 * ap_ratio; -+ if ((int)(y+2) < (int)ch_end) -+ score[y+2] += 30 * ap_ratio; -+ if ((int)(y+3) < (int)ch_end) -+ score[y+3] += 20 * ap_ratio; -+ } -+ } -+ else { -+ if ((pBss->t_stamp[1] & 0x6) == 0) { -+ score[y] += 500; -+ } -+ else if ((pBss->t_stamp[1] & 0x4) == 0) { -+ score[y] += 500; -+ if ((int)(y+1) < (int)ch_end) -+ score[y+1] += 500; -+ } -+ else { -+ score[y] += 500; -+ if ((int)(y-1) >= (int)ch_begin) -+ score[y-1] += 500; -+ } -+ } -+ break; -+ } -+ } -+ } -+ } -+ -+#ifdef ACS_DEBUG_INFO//for debug -+ printk("\n"); -+ for (y=ch_begin; yavailable_chnl[y],score[y]); -+ printk("\n"); -+#endif -+ -+#ifdef SS_CH_LOAD_PROC -+ -+ // caculate noise level -- suggested by wilson -+ for (y=ch_begin; ychnl_ss_fa_count[y]>1000) { -+ fa_lv = 100; -+ } else if (priv->chnl_ss_fa_count[y]>500) { -+ fa_lv = 34 * (priv->chnl_ss_fa_count[y]-500) / 500 + 66; -+ } else if (priv->chnl_ss_fa_count[y]>200) { -+ fa_lv = 33 * (priv->chnl_ss_fa_count[y] - 200) / 300 + 33; -+ } else if (priv->chnl_ss_fa_count[y]>100) { -+ fa_lv = 18 * (priv->chnl_ss_fa_count[y] - 100) / 100 + 15; -+ } else { -+ fa_lv = 15 * priv->chnl_ss_fa_count[y] / 100; -+ } -+ if (priv->chnl_ss_cca_count[y]>400) { -+ cca_lv = 100; -+ } else if (priv->chnl_ss_cca_count[y]>200) { -+ cca_lv = 34 * (priv->chnl_ss_cca_count[y] - 200) / 200 + 66; -+ } else if (priv->chnl_ss_cca_count[y]>80) { -+ cca_lv = 33 * (priv->chnl_ss_cca_count[y] - 80) / 120 + 33; -+ } else if (priv->chnl_ss_cca_count[y]>40) { -+ cca_lv = 18 * (priv->chnl_ss_cca_count[y] - 40) / 40 + 15; -+ } else { -+ cca_lv = 15 * priv->chnl_ss_cca_count[y] / 40; -+ } -+ -+ priv->chnl_ss_load[y] = (((fa_lv > cca_lv)? fa_lv : cca_lv)*75+((score[y]>100)?100:score[y])*25)/100; -+ -+ DEBUG_INFO("ch:%d f=%d (%d), c=%d (%d), fl=%d, cl=%d, sc=%d, cu=%d\n", -+ priv->available_chnl[y], -+ priv->chnl_ss_fa_count[y], fa_thd, -+ priv->chnl_ss_cca_count[y], cca_thd, -+ fa_lv, -+ cca_lv, -+ score[y], -+ priv->chnl_ss_load[y]); -+ -+ } -+#endif -+ } -+#endif -+ -+choose_ch: -+ -+#ifdef DFS -+ // heavy weighted DFS channel -+ if (idx_5G_begin >= 0){ -+ for (i=idx_5G_begin; iavailable_chnl_num; i++) { -+ if (!priv->pmib->dot11DFSEntry.disable_DFS && is_DFS_channel(priv->available_chnl[i]) -+ && (score[i]!= 0xffffffff)){ -+ score[i] += 1600; -+ } -+ } -+ } -+#endif -+ -+ -+//prevent Auto Channel selecting wrong channel in 40M mode----------------- -+ if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) -+ && priv->pshare->is_40m_bw) { -+#if 0 -+ if (GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset == 1) { -+ //Upper Primary Channel, cannot select the two lowest channels -+ if (priv->pmib->dot11BssType.net_work_type & WIRELESS_11G) { -+ score[0] = 0xffffffff; -+ score[1] = 0xffffffff; -+ score[2] = 0xffffffff; -+ score[3] = 0xffffffff; -+ score[4] = 0xffffffff; -+ -+ score[13] = 0xffffffff; -+ score[12] = 0xffffffff; -+ score[11] = 0xffffffff; -+ } -+ -+// if (priv->pmib->dot11BssType.net_work_type & WIRELESS_11A) { -+// score[idx_5G_begin] = 0xffffffff; -+// score[idx_5G_begin + 1] = 0xffffffff; -+// } -+ } -+ else if (GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset == 2) { -+ //Lower Primary Channel, cannot select the two highest channels -+ if (priv->pmib->dot11BssType.net_work_type & WIRELESS_11G) { -+ score[0] = 0xffffffff; -+ score[1] = 0xffffffff; -+ score[2] = 0xffffffff; -+ -+ score[13] = 0xffffffff; -+ score[12] = 0xffffffff; -+ score[11] = 0xffffffff; -+ score[10] = 0xffffffff; -+ score[9] = 0xffffffff; -+ } -+ -+// if (priv->pmib->dot11BssType.net_work_type & WIRELESS_11A) { -+// score[priv->available_chnl_num - 2] = 0xffffffff; -+// score[priv->available_chnl_num - 1] = 0xffffffff; -+// } -+ } -+#endif -+ for (i=0; i<=idx_2G_end; ++i) -+ if (priv->available_chnl[i] == 14) -+ score[i] = 0xffffffff; // mask chan14 -+ -+#ifdef RTK_5G_SUPPORT -+ if (idx_5G_begin >= 0) { -+ for (i=idx_5G_begin; iavailable_chnl_num; i++) { -+ int ch = priv->available_chnl[i]; -+ if(priv->available_chnl[i] > 144) -+ --ch; -+ if((ch%4) || ch==140 || ch == 164 ) //mask ch 140, ch 165, ch 184... -+ score[i] = 0xffffffff; -+ } -+ } -+#endif -+ -+ -+ } -+ -+ if (priv->pmib->dot11RFEntry.disable_ch1213) { -+ for (i=0; i<=idx_2G_end; ++i) { -+ int ch = priv->available_chnl[i]; -+ if ((ch == 12) || (ch == 13)) -+ score[i] = 0xffffffff; -+ } -+ } -+ -+ if (((priv->pmib->dot11StationConfigEntry.dot11RegDomain == DOMAIN_GLOBAL) || -+ (priv->pmib->dot11StationConfigEntry.dot11RegDomain == DOMAIN_WORLD_WIDE)) && -+ (idx_2G_end >= 11) && (idx_2G_end < 14)) { -+ score[13] = 0xffffffff; // mask chan14 -+ score[12] = 0xffffffff; // mask chan13 -+ score[11] = 0xffffffff; // mask chan12 -+ } -+ -+//------------------------------------------------------------------ -+ -+#ifdef _DEBUG_RTL8192CD_ -+ for (i=0; iavailable_chnl_num; i++) { -+ len += sprintf(tmpbuf+len, "ch%d:%u ", priv->available_chnl[i], score[i]); -+ } -+ strcat(tmpbuf, "\n"); -+ panic_printk("%s", tmpbuf); -+ -+#endif -+ -+ if ( (priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_5G) -+ && (priv->pmib->dot11nConfigEntry.dot11nUse40M == HT_CHANNEL_WIDTH_80)) -+ { -+ for (i=0; iavailable_chnl_num; i++) { -+ if (is80MChannel(priv->available_chnl, priv->available_chnl_num, priv->available_chnl[i])) { -+ tmpScore = 0; -+ for (j=0; j<4; j++) { -+ if ((tmpScore != 0xffffffff) && (score[i+j] != 0xffffffff)) -+ tmpScore += score[i+j]; -+ else -+ tmpScore = 0xffffffff; -+ } -+ tmpScore = tmpScore / 4; -+ if (minScore > tmpScore) { -+ minScore = tmpScore; -+ -+ tmpScore = 0xffffffff; -+ for (j=0; j<4; j++) { -+ if (score[i+j] < tmpScore) { -+ tmpScore = score[i+j]; -+ tmpIdx = i+j; -+ } -+ } -+ -+ idx = tmpIdx; -+ } -+ i += 3; -+ } -+ } -+ if (minScore == 0xffffffff) { -+ // there is no 80M channels -+ priv->pshare->is_40m_bw = HT_CHANNEL_WIDTH_20; -+ for (i=0; iavailable_chnl_num; i++) { -+ if (score[i] < minScore) { -+ minScore = score[i]; -+ idx = i; -+ } -+ } -+ } -+ } -+ else if( (priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_5G) -+ && (priv->pmib->dot11nConfigEntry.dot11nUse40M == HT_CHANNEL_WIDTH_20_40)) -+ { -+ for (i=0; iavailable_chnl_num; i++) { -+ if(is40MChannel(priv->available_chnl,priv->available_chnl_num,priv->available_chnl[i])) { -+ tmpScore = 0; -+ for(j=0;j<2;j++) { -+ if ((tmpScore != 0xffffffff) && (score[i+j] != 0xffffffff)) -+ tmpScore += score[i+j]; -+ else -+ tmpScore = 0xffffffff; -+ } -+ tmpScore = tmpScore / 2; -+ if(minScore > tmpScore) { -+ minScore = tmpScore; -+ -+ tmpScore = 0xffffffff; -+ for (j=0; j<2; j++) { -+ if (score[i+j] < tmpScore) { -+ tmpScore = score[i+j]; -+ tmpIdx = i+j; -+ } -+ } -+ -+ idx = tmpIdx; -+ } -+ i += 1; -+ } -+ } -+ if (minScore == 0xffffffff) { -+ // there is no 40M channels -+ priv->pshare->is_40m_bw = HT_CHANNEL_WIDTH_20; -+ for (i=0; iavailable_chnl_num; i++) { -+ if (score[i] < minScore) { -+ minScore = score[i]; -+ idx = i; -+ } -+ } -+ } -+ } -+ else if( (priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_2G) -+ && (priv->pmib->dot11nConfigEntry.dot11nUse40M == HT_CHANNEL_WIDTH_20_40) -+ && (priv->available_chnl_num >= 8) ) -+ { -+ u4Byte groupScore[14]; -+ -+ memset(groupScore, 0xff , sizeof(groupScore)); -+ for (i=0; iavailable_chnl_num-4; i++) { -+ if (score[i] != 0xffffffff && score[i+4] != 0xffffffff) { -+ groupScore[i] = score[i] + score[i+4]; -+ DEBUG_INFO("groupScore, ch %d,%d: %d\n", i+1, i+5, groupScore[i]); -+ if (groupScore[i] < minScore) { -+#ifdef AUTOCH_SS_SPEEDUP -+ if(priv->pmib->miscEntry.autoch_1611_enable) -+ { -+ if(priv->available_chnl[i]==1 || priv->available_chnl[i]==6 || priv->available_chnl[i]==11) -+ { -+ minScore = groupScore[i]; -+ idx = i; -+ } -+ } -+ else -+#endif -+ { -+ minScore = groupScore[i]; -+ idx = i; -+ } -+ } -+ } -+ } -+ -+ if (score[idx] < score[idx+4]) { -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_ABOVE; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_ABOVE; -+ } else { -+ idx = idx + 4; -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_BELOW; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_BELOW; -+ } -+ } -+ else -+ { -+ for (i=0; iavailable_chnl_num; i++) { -+ if (score[i] < minScore) { -+#ifdef AUTOCH_SS_SPEEDUP -+ if(priv->pmib->miscEntry.autoch_1611_enable) -+ { -+ if(priv->available_chnl[i]==1 || priv->available_chnl[i]==6 || priv->available_chnl[i]==11) -+ { -+ minScore = score[i]; -+ idx = i; -+ } -+ } -+ else -+#endif -+ { -+ minScore = score[i]; -+ idx = i; -+ } -+ } -+ } -+ } -+ -+ if (IS_A_CUT_8881A(priv) && -+ (priv->pmib->dot11nConfigEntry.dot11nUse40M == HT_CHANNEL_WIDTH_80)) { -+ if ((priv->available_chnl[idx] == 36) || -+ (priv->available_chnl[idx] == 52) || -+ (priv->available_chnl[idx] == 100) || -+ (priv->available_chnl[idx] == 116) || -+ (priv->available_chnl[idx] == 132) || -+ (priv->available_chnl[idx] == 149) || -+ (priv->available_chnl[idx] == 165)) -+ idx++; -+ else if ((priv->available_chnl[idx] == 48) || -+ (priv->available_chnl[idx] == 64) || -+ (priv->available_chnl[idx] == 112) || -+ (priv->available_chnl[idx] == 128) || -+ (priv->available_chnl[idx] == 144) || -+ (priv->available_chnl[idx] == 161) || -+ (priv->available_chnl[idx] == 177)) -+ idx--; -+ } -+ -+ minChan = priv->available_chnl[idx]; -+ -+ // skip channel 14 if don't support ofdm -+ if ((priv->pmib->dot11RFEntry.disable_ch14_ofdm) && -+ (minChan == 14)) { -+ score[idx] = 0xffffffff; -+ -+ minScore = 0xffffffff; -+ for (i=0; iavailable_chnl_num; i++) { -+ if (score[i] < minScore) { -+ minScore = score[i]; -+ idx = i; -+ } -+ } -+ minChan = priv->available_chnl[idx]; -+ } -+ -+#if 0 -+ //Check if selected channel available for 80M/40M BW or NOT ? -+ if(priv->pmib->dot11RFEntry.phyBandSelect == PHY_BAND_5G) -+ { -+ if(priv->pmib->dot11nConfigEntry.dot11nUse40M == HT_CHANNEL_WIDTH_80) -+ { -+ if(!is80MChannel(priv->available_chnl,priv->available_chnl_num,minChan)) -+ { -+ //printk("BW=80M, selected channel = %d is unavaliable! reduce to 40M\n", minChan); -+ //priv->pmib->dot11nConfigEntry.dot11nUse40M = HT_CHANNEL_WIDTH_20_40; -+ priv->pshare->is_40m_bw = HT_CHANNEL_WIDTH_20_40; -+ } -+ } -+ -+ if(priv->pmib->dot11nConfigEntry.dot11nUse40M == HT_CHANNEL_WIDTH_20_40) -+ { -+ if(!is40MChannel(priv->available_chnl,priv->available_chnl_num,minChan)) -+ { -+ //printk("BW=40M, selected channel = %d is unavaliable! reduce to 20M\n", minChan); -+ //priv->pmib->dot11nConfigEntry.dot11nUse40M = HT_CHANNEL_WIDTH_20; -+ priv->pshare->is_40m_bw = HT_CHANNEL_WIDTH_20; -+ } -+ } -+ } -+#endif -+ -+#ifdef CONFIG_RTL_NEW_AUTOCH -+ RTL_W32(RXERR_RPT, RXERR_RPT_RST); -+#endif -+ -+// auto adjust contro-sideband -+ if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) -+ && (priv->pshare->is_40m_bw ==1 || priv->pshare->is_40m_bw ==2)) { -+ -+#ifdef RTK_5G_SUPPORT -+ if (priv->pmib->dot11RFEntry.phyBandSelect & PHY_BAND_5G) { -+ if( (minChan>144) ? ((minChan-1)%8) : (minChan%8)) { -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_ABOVE; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_ABOVE; -+ } else { -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_BELOW; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_BELOW; -+ } -+ -+ } else -+#endif -+ { -+#if 0 -+#ifdef CONFIG_RTL_NEW_AUTOCH -+ unsigned int ch_max; -+ -+ if (priv->available_chnl[idx_2G_end] >= 13) -+ ch_max = 13; -+ else -+ ch_max = priv->available_chnl[idx_2G_end]; -+ -+ if ((minChan >= 5) && (minChan <= (ch_max-5))) { -+ if (score[minChan+4] > score[minChan-4]) { // what if some channels were cancelled? -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_BELOW; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_BELOW; -+ } else { -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_ABOVE; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_ABOVE; -+ } -+ } else -+#endif -+ { -+ if (minChan < 5) { -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_ABOVE; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_ABOVE; -+ } -+ else if (minChan > 7) { -+ GET_MIB(priv)->dot11nConfigEntry.dot11n2ndChOffset = HT_2NDCH_OFFSET_BELOW; -+ priv->pshare->offset_2nd_chan = HT_2NDCH_OFFSET_BELOW; -+ } -+ } -+#endif -+ } -+ } -+//----------------------- -+ -+#if defined(__ECOS) && defined(CONFIG_SDIO_HCI) -+ panic_printk("Auto channel choose ch:%d\n", minChan); -+#else -+#ifdef _DEBUG_RTL8192CD_ -+ panic_printk("Auto channel choose ch:%d\n", minChan); -+#endif -+#endif -+#ifdef ACS_DEBUG_INFO//for debug -+ printk("7. minChan:%d 2nd_offset:%d\n", minChan, priv->pshare->offset_2nd_chan); -+#endif -+ -+ return minChan; -+} -+*/ -+ -+#endif -+ -+VOID -+phydm_CLMInit( -+ IN PVOID pDM_VOID, -+ IN u2Byte sampleNum /*unit : 4us*/ -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_TIME_PERIOD_11AC, bMaskLWord, sampleNum); /*4us sample 1 time*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_11AC, BIT8, 0x1); /*Enable CCX for CLM*/ -+ } else if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_TIME_PERIOD_11N, bMaskLWord, sampleNum); /*4us sample 1 time*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_11N, BIT8, 0x1); /*Enable CCX for CLM*/ -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("[%s] : CLM sampleNum = %d\n", __func__, sampleNum)); -+ -+} -+ -+VOID -+phydm_CLMtrigger( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_11AC, BIT0, 0x0); /*Trigger CLM*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_11AC, BIT0, 0x1); -+ } else if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_11N, BIT0, 0x0); /*Trigger CLM*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CLM_11N, BIT0, 0x1); -+ } -+} -+ -+BOOLEAN -+phydm_checkCLMready( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte value32 = 0; -+ BOOLEAN ret = FALSE; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_CLM_RESULT_11AC, bMaskDWord); /*make sure CLM calc is ready*/ -+ else if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_CLM_READY_11N, bMaskDWord); /*make sure CLM calc is ready*/ -+ -+ if (value32 & BIT16) -+ ret = TRUE; -+ else -+ ret = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("[%s] : CLM ready = %d\n", __func__, ret)); -+ -+ return ret; -+} -+ -+u2Byte -+phydm_getCLMresult( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte value32 = 0; -+ u2Byte results = 0; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_CLM_RESULT_11AC, bMaskDWord); /*read CLM calc result*/ -+ else if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_CLM_RESULT_11N, bMaskDWord); /*read CLM calc result*/ -+ -+ results = (u2Byte)(value32 & bMaskLWord); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ACS, ODM_DBG_LOUD, ("[%s] : CLM result = %d\n", __func__, results)); -+ -+ return results; -+/*results are number of CCA times in sampleNum*/ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_acs.h linux/3rdparty/rtl8812au/hal/phydm/phydm_acs.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_acs.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_acs.h 2017-06-07 23:07:21.016688031 +0300 -@@ -0,0 +1,129 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMACS_H__ -+#define __PHYDMACS_H__ -+ -+#define ACS_VERSION "1.0" -+#define CLM_VERSION "1.0" -+ -+#define ODM_MAX_CHANNEL_2G 14 -+#define ODM_MAX_CHANNEL_5G 24 -+ -+// For phydm_AutoChannelSelectSettingAP() -+#define STORE_DEFAULT_NHM_SETTING 0 -+#define RESTORE_DEFAULT_NHM_SETTING 1 -+#define ACS_NHM_SETTING 2 -+ -+typedef struct _ACS_ -+{ -+ BOOLEAN bForceACSResult; -+ u1Byte CleanChannel_2G; -+ u1Byte CleanChannel_5G; -+ u2Byte Channel_Info_2G[2][ODM_MAX_CHANNEL_2G]; //Channel_Info[1]: Channel Score, Channel_Info[2]:Channel_Scan_Times -+ u2Byte Channel_Info_5G[2][ODM_MAX_CHANNEL_5G]; -+ -+#if ( DM_ODM_SUPPORT_TYPE & ODM_AP ) -+ u1Byte ACS_Step; -+ // NHM Count 0-11 -+ u1Byte NHM_Cnt[14][11]; -+ -+ // AC-Series, for storing previous setting -+ u4Byte Reg0x990; -+ u4Byte Reg0x994; -+ u4Byte Reg0x998; -+ u4Byte Reg0x99C; -+ u1Byte Reg0x9A0; // u1Byte -+ -+ // N-Series, for storing previous setting -+ u4Byte Reg0x890; -+ u4Byte Reg0x894; -+ u4Byte Reg0x898; -+ u4Byte Reg0x89C; -+ u1Byte Reg0xE28; // u1Byte -+#endif -+ -+}ACS, *PACS; -+ -+ -+VOID -+odm_AutoChannelSelectInit( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_AutoChannelSelectReset( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_AutoChannelSelect( -+ IN PVOID pDM_VOID, -+ IN u1Byte Channel -+); -+ -+u1Byte -+ODM_GetAutoChannelSelectResult( -+ IN PVOID pDM_VOID, -+ IN u1Byte Band -+); -+ -+#if ( DM_ODM_SUPPORT_TYPE & ODM_AP ) -+ -+VOID -+phydm_AutoChannelSelectSettingAP( -+ IN PVOID pDM_VOID, -+ IN u4Byte Setting, // 0: STORE_DEFAULT_NHM_SETTING; 1: RESTORE_DEFAULT_NHM_SETTING, 2: ACS_NHM_SETTING -+ IN u4Byte acs_step -+); -+ -+VOID -+phydm_GetNHMStatisticsAP( -+ IN PVOID pDM_VOID, -+ IN u4Byte idx, // @ 2G, Real channel number = idx+1 -+ IN u4Byte acs_step -+); -+ -+#endif //#if ( DM_ODM_SUPPORT_TYPE & ODM_AP ) -+ -+ -+VOID -+phydm_CLMInit( -+ IN PVOID pDM_VOID, -+ IN u2Byte sampleNum -+); -+ -+VOID -+phydm_CLMtrigger( -+ IN PVOID pDM_VOID -+); -+ -+BOOLEAN -+phydm_checkCLMready( -+ IN PVOID pDM_VOID -+); -+ -+u2Byte -+phydm_getCLMresult( -+ IN PVOID pDM_VOID -+); -+ -+ -+#endif //#ifndef __PHYDMACS_H__ -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.c linux/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.c 2017-06-07 23:07:21.016688031 +0300 -@@ -0,0 +1,940 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if WPP_SOFTWARE_TRACE -+#include "PhyDM_Adaptivity.tmh" -+#endif -+#endif -+ -+ -+VOID -+Phydm_CheckAdaptivity( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTIVITY_STATISTICS Adaptivity = (PADAPTIVITY_STATISTICS)PhyDM_Get_Structure(pDM_Odm, PHYDM_ADAPTIVITY); -+ -+ if (pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY) { -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (pDM_Odm->APTotalNum > Adaptivity->APNumTH) { -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("AP total num > %d!!, disable adaptivity\n", Adaptivity->APNumTH)); -+ } else -+#endif -+ { -+ if (Adaptivity->DynamicLinkAdaptivity == TRUE) { -+ if (pDM_Odm->bLinked && Adaptivity->bCheck == FALSE) { -+ Phydm_NHMCounterStatistics(pDM_Odm); -+ Phydm_CheckEnvironment(pDM_Odm); -+ } else if (!pDM_Odm->bLinked) -+ Adaptivity->bCheck = FALSE; -+ } else { -+ pDM_Odm->Adaptivity_enable = TRUE; -+ -+ if (pDM_Odm->SupportICType & (ODM_IC_11AC_GAIN_IDX_EDCCA | ODM_IC_11N_GAIN_IDX_EDCCA)) -+ pDM_Odm->adaptivity_flag = FALSE; -+ else -+ pDM_Odm->adaptivity_flag = TRUE; -+ } -+ } -+ } else { -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ } -+ -+ -+ -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+BOOLEAN -+Phydm_CheckChannelPlan( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ -+ if (pMgntInfo->RegEnableAdaptivity == 2) { -+ if (pDM_Odm->Carrier_Sense_enable == FALSE) { /*check domain Code for Adaptivity or CarrierSense*/ -+ if ((*pDM_Odm->pBandType == ODM_BAND_5G) && -+ !(pDM_Odm->odm_Regulation5G == REGULATION_ETSI || pDM_Odm->odm_Regulation5G == REGULATION_WW)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("Adaptivity skip 5G domain code : %d\n", pDM_Odm->odm_Regulation5G)); -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ return TRUE; -+ } else if ((*pDM_Odm->pBandType == ODM_BAND_2_4G) && -+ !(pDM_Odm->odm_Regulation2_4G == REGULATION_ETSI || pDM_Odm->odm_Regulation2_4G == REGULATION_WW)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("Adaptivity skip 2.4G domain code : %d\n", pDM_Odm->odm_Regulation2_4G)); -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ return TRUE; -+ -+ } else if ((*pDM_Odm->pBandType != ODM_BAND_2_4G) && (*pDM_Odm->pBandType != ODM_BAND_5G)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("Adaptivity neither 2G nor 5G band, return\n")); -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ return TRUE; -+ } -+ } else { -+ if ((*pDM_Odm->pBandType == ODM_BAND_5G) && -+ !(pDM_Odm->odm_Regulation5G == REGULATION_MKK || pDM_Odm->odm_Regulation5G == REGULATION_WW)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("CarrierSense skip 5G domain code : %d\n", pDM_Odm->odm_Regulation5G)); -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ return TRUE; -+ } -+ -+ else if ((*pDM_Odm->pBandType == ODM_BAND_2_4G) && -+ !(pDM_Odm->odm_Regulation2_4G == REGULATION_MKK || pDM_Odm->odm_Regulation2_4G == REGULATION_WW)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("CarrierSense skip 2.4G domain code : %d\n", pDM_Odm->odm_Regulation2_4G)); -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ return TRUE; -+ -+ } else if ((*pDM_Odm->pBandType != ODM_BAND_2_4G) && (*pDM_Odm->pBandType != ODM_BAND_5G)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("CarrierSense neither 2G nor 5G band, return\n")); -+ pDM_Odm->Adaptivity_enable = FALSE; -+ pDM_Odm->adaptivity_flag = FALSE; -+ return TRUE; -+ } -+ } -+ } -+ -+ return FALSE; -+ -+} -+#endif -+ -+VOID -+Phydm_NHMCounterStatisticsInit( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) { -+ /*PHY parameters initialize for n series*/ -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TIMER_11N + 2, 0xC350); /*0x894[31:16]=0x0xC350 Time duration for NHM unit: us, 0xc350=200ms*/ -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N + 2, 0xffff); /*0x890[31:16]=0xffff th_9, th_10*/ -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11N, 0xffffff50); /*0x898=0xffffff52 th_3, th_2, th_1, th_0*/ -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11N, 0xffffffff); /*0x89c=0xffffffff th_7, th_6, th_5, th_4*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_FPGA0_IQK_11N, bMaskByte0, 0xff); /*0xe28[7:0]=0xff th_8*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N, BIT10 | BIT9 | BIT8, 0x1); /*0x890[10:8]=1 ignoreCCA ignore PHYTXON enable CCX*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RSTC_11N, BIT7, 0x1); /*0xc0c[7]=1 max power among all RX ants*/ -+ } -+#if (RTL8195A_SUPPORT == 0) -+ else if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) { -+ /*PHY parameters initialize for ac series*/ -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TIMER_11AC + 2, 0xC350); /*0x990[31:16]=0xC350 Time duration for NHM unit: us, 0xc350=200ms*/ -+ ODM_Write2Byte(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC + 2, 0xffff); /*0x994[31:16]=0xffff th_9, th_10*/ -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH3_TO_TH0_11AC, 0xffffff50); /*0x998=0xffffff52 th_3, th_2, th_1, th_0*/ -+ ODM_Write4Byte(pDM_Odm, ODM_REG_NHM_TH7_TO_TH4_11AC, 0xffffffff); /*0x99c=0xffffffff th_7, th_6, th_5, th_4*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH8_11AC, bMaskByte0, 0xff); /*0x9a0[7:0]=0xff th_8*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC, BIT8 | BIT9 | BIT10, 0x1); /*0x994[10:8]=1 ignoreCCA ignore PHYTXON enable CCX*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_9E8_11AC, BIT0, 0x1); /*0x9e8[7]=1 max power among all RX ants*/ -+ -+ } -+#endif -+} -+ -+VOID -+Phydm_NHMCounterStatistics( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_NHM_CNT)) -+ return; -+ -+ /*Get NHM report*/ -+ Phydm_GetNHMCounterStatistics(pDM_Odm); -+ -+ /*Reset NHM counter*/ -+ Phydm_NHMCounterStatisticsReset(pDM_Odm); -+} -+ -+VOID -+Phydm_GetNHMCounterStatistics( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte value32 = 0; -+#if (RTL8195A_SUPPORT == 0) -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_NHM_CNT_11AC, bMaskDWord); -+ else if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+#endif -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_NHM_CNT_11N, bMaskDWord); -+ -+ pDM_Odm->NHM_cnt_0 = (u1Byte)(value32 & bMaskByte0); -+ pDM_Odm->NHM_cnt_1 = (u1Byte)((value32 & bMaskByte1) >> 8); -+ -+} -+ -+VOID -+Phydm_NHMCounterStatisticsReset( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N, BIT1, 0); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11N, BIT1, 1); -+ } -+#if (RTL8195A_SUPPORT == 0) -+ else if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC, BIT1, 0); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_NHM_TH9_TH10_11AC, BIT1, 1); -+ } -+ -+#endif -+ -+} -+ -+VOID -+Phydm_SetEDCCAThreshold( -+ IN PVOID pDM_VOID, -+ IN s1Byte H2L, -+ IN s1Byte L2H -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ ODM_SetBBReg(pDM_Odm, rOFDM0_ECCAThreshold, bMaskByte2|bMaskByte0, (u4Byte)((u1Byte)L2H|(u1Byte)H2L<<16)); -+#if (RTL8195A_SUPPORT == 0) -+ else if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XB_LSSIReadBack, bMaskLWord, (u2Byte)((u1Byte)L2H|(u1Byte)H2L<<8)); -+#endif -+ -+} -+ -+VOID -+Phydm_SetLNA( -+ IN PVOID pDM_VOID, -+ IN PhyDM_set_LNA type -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8188E | ODM_RTL8192E)) { -+ if (type == PhyDM_disable_LNA) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x0000f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0x37f82); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ if (pDM_Odm->RFType > ODM_1T1R) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, 0xfffff, 0x18000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, 0xfffff, 0x0000f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, 0xfffff, 0x37f82); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x0); -+ } -+ } else if (type == PhyDM_enable_LNA) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x0000f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0x77f82); /*back to normal*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ if (pDM_Odm->RFType > ODM_1T1R) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, 0xfffff, 0x18000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, 0xfffff, 0x0000f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, 0xfffff, 0x77f82); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x0); -+ } -+ } -+ } else if (pDM_Odm->SupportICType & ODM_RTL8723B) { -+ if (type == PhyDM_disable_LNA) { -+ /*S0*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x0001f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0xe6137); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ /*S1*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xed, 0x00020, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x43, 0xfffff, 0x3008d); /*select Rx mode and disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xed, 0x00020, 0x0); -+ } else if (type == PhyDM_enable_LNA) { -+ /*S0*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x0001f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0xe6177); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ /*S1*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xed, 0x00020, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x43, 0xfffff, 0x300bd); /*select Rx mode and disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xed, 0x00020, 0x0); -+ } -+ -+ } else if (pDM_Odm->SupportICType & ODM_RTL8812) { -+ if (type == PhyDM_disable_LNA) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0xc22bf); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ if (pDM_Odm->RFType > ODM_1T1R) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, 0xfffff, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, 0xfffff, 0xc22bf); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x0); -+ } -+ } else if (type == PhyDM_enable_LNA) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0xc26bf); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ if (pDM_Odm->RFType > ODM_1T1R) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, 0xfffff, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, 0xfffff, 0xc26bf); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, 0x80000, 0x0); -+ } -+ } -+ } else if (pDM_Odm->SupportICType & (ODM_RTL8821 | ODM_RTL8881A)) { -+ if (type == PhyDM_disable_LNA) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x0002f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0xfb09b); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ } else if (type == PhyDM_enable_LNA) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, 0xfffff, 0x18000); /*select Rx mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, 0xfffff, 0x0002f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, 0xfffff, 0xfb0bb); /*disable LNA*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, 0x80000, 0x0); -+ } -+ } -+} -+ -+ -+ -+VOID -+Phydm_SetTRxMux( -+ IN PVOID pDM_VOID, -+ IN PhyDM_Trx_MUX_Type txMode, -+ IN PhyDM_Trx_MUX_Type rxMode -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_RPT_FORMAT_11N, BIT3 | BIT2 | BIT1, txMode); /*set TXmod to standby mode to remove outside noise affect*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_RPT_FORMAT_11N, BIT22 | BIT21 | BIT20, rxMode); /*set RXmod to standby mode to remove outside noise affect*/ -+ if (pDM_Odm->RFType > ODM_1T1R) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_RPT_FORMAT_11N_B, BIT3 | BIT2 | BIT1, txMode); /*set TXmod to standby mode to remove outside noise affect*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_RPT_FORMAT_11N_B, BIT22 | BIT21 | BIT20, rxMode); /*set RXmod to standby mode to remove outside noise affect*/ -+ } -+ } -+#if (RTL8195A_SUPPORT == 0) -+ else if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TRMUX_11AC, BIT11 | BIT10 | BIT9 | BIT8, txMode); /*set TXmod to standby mode to remove outside noise affect*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TRMUX_11AC, BIT7 | BIT6 | BIT5 | BIT4, rxMode); /*set RXmod to standby mode to remove outside noise affect*/ -+ if (pDM_Odm->RFType > ODM_1T1R) { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TRMUX_11AC_B, BIT11 | BIT10 | BIT9 | BIT8, txMode); /*set TXmod to standby mode to remove outside noise affect*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TRMUX_11AC_B, BIT7 | BIT6 | BIT5 | BIT4, rxMode); /*set RXmod to standby mode to remove outside noise affect*/ -+ } -+ } -+#endif -+ -+} -+ -+VOID -+Phydm_MACEDCCAState( -+ IN PVOID pDM_VOID, -+ IN PhyDM_MACEDCCA_Type State -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if (State == PhyDM_IGNORE_EDCCA) { -+ ODM_SetMACReg(pDM_Odm, REG_TX_PTCL_CTRL, BIT15, 1); /*ignore EDCCA reg520[15]=1*/ -+ ODM_SetMACReg(pDM_Odm, REG_RD_CTRL, BIT11, 0); /*reg524[11]=0*/ -+ } else { /*don't set MAC ignore EDCCA signal*/ -+ ODM_SetMACReg(pDM_Odm, REG_TX_PTCL_CTRL, BIT15, 0); /*don't ignore EDCCA reg520[15]=0*/ -+ ODM_SetMACReg(pDM_Odm, REG_RD_CTRL, BIT11, 1); /*reg524[11]=1 */ -+ } -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("EDCCA enable State = %d\n", State)); -+ -+} -+ -+BOOLEAN -+Phydm_CalNHMcnt( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte Base = 0; -+ -+ Base = pDM_Odm->NHM_cnt_0 + pDM_Odm->NHM_cnt_1; -+ -+ if (Base != 0) { -+ pDM_Odm->NHM_cnt_0 = ((pDM_Odm->NHM_cnt_0) << 8) / Base; -+ pDM_Odm->NHM_cnt_1 = ((pDM_Odm->NHM_cnt_1) << 8) / Base; -+ } -+ if ((pDM_Odm->NHM_cnt_0 - pDM_Odm->NHM_cnt_1) >= 100) -+ return TRUE; /*clean environment*/ -+ else -+ return FALSE; /*noisy environment*/ -+ -+} -+ -+ -+VOID -+Phydm_CheckEnvironment( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTIVITY_STATISTICS Adaptivity = (PADAPTIVITY_STATISTICS)PhyDM_Get_Structure(pDM_Odm, PHYDM_ADAPTIVITY); -+ BOOLEAN isCleanEnvironment = FALSE; -+ -+ if (Adaptivity->bFirstLink == TRUE) { -+ if (pDM_Odm->SupportICType & (ODM_IC_11AC_GAIN_IDX_EDCCA | ODM_IC_11N_GAIN_IDX_EDCCA)) -+ pDM_Odm->adaptivity_flag = FALSE; -+ else -+ pDM_Odm->adaptivity_flag = TRUE; -+ -+ Adaptivity->bFirstLink = FALSE; -+ return; -+ } else { -+ if (Adaptivity->NHMWait < 3) { /*Start enter NHM after 4 NHMWait*/ -+ Adaptivity->NHMWait++; -+ Phydm_NHMCounterStatistics(pDM_Odm); -+ return; -+ } else { -+ Phydm_NHMCounterStatistics(pDM_Odm); -+ isCleanEnvironment = Phydm_CalNHMcnt(pDM_Odm); -+ if (isCleanEnvironment == TRUE) { -+ pDM_Odm->TH_L2H_ini = Adaptivity->TH_L2H_ini_backup; /*adaptivity mode*/ -+ pDM_Odm->TH_EDCCA_HL_diff = Adaptivity->TH_EDCCA_HL_diff_backup; -+ -+ pDM_Odm->Adaptivity_enable = TRUE; -+ -+ if (pDM_Odm->SupportICType & (ODM_IC_11AC_GAIN_IDX_EDCCA | ODM_IC_11N_GAIN_IDX_EDCCA)) -+ pDM_Odm->adaptivity_flag = FALSE; -+ else -+ pDM_Odm->adaptivity_flag = TRUE; -+ } else { -+ pDM_Odm->TH_L2H_ini = pDM_Odm->TH_L2H_ini_mode2; /*mode2*/ -+ pDM_Odm->TH_EDCCA_HL_diff = pDM_Odm->TH_EDCCA_HL_diff_mode2; -+ -+ pDM_Odm->adaptivity_flag = FALSE; -+ pDM_Odm->Adaptivity_enable = FALSE; -+ } -+ Adaptivity->NHMWait = 0; -+ Adaptivity->bFirstLink = TRUE; -+ Adaptivity->bCheck = TRUE; -+ } -+ -+ } -+ -+ -+} -+ -+VOID -+Phydm_SearchPwdBLowerBound( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTIVITY_STATISTICS Adaptivity = (PADAPTIVITY_STATISTICS)PhyDM_Get_Structure(pDM_Odm, PHYDM_ADAPTIVITY); -+ u4Byte value32 = 0; -+ u1Byte cnt, IGI = 0x45; /*IGI = 0x50 for cal EDCCA lower bound*/ -+ u1Byte txEdcca1 = 0, txEdcca0 = 0; -+ BOOLEAN bAdjust = TRUE; -+ s1Byte TH_L2H_dmc, TH_H2L_dmc, IGI_target = 0x32; -+ s1Byte Diff; -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8723B | ODM_RTL8188E | ODM_RTL8192E | ODM_RTL8812 | ODM_RTL8821 | ODM_RTL8881A)) -+ Phydm_SetLNA(pDM_Odm, PhyDM_disable_LNA); -+ else { -+ Phydm_SetTRxMux(pDM_Odm, PhyDM_STANDBY_MODE, PhyDM_STANDBY_MODE); -+ odm_PauseDIG(pDM_Odm, PHYDM_PAUSE, PHYDM_PAUSE_LEVEL_0, 0x7e); -+ } -+ -+ Diff = IGI_target - (s1Byte)IGI; -+ TH_L2H_dmc = pDM_Odm->TH_L2H_ini + Diff; -+ if (TH_L2H_dmc > 10) -+ TH_L2H_dmc = 10; -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ -+ Phydm_SetEDCCAThreshold(pDM_Odm, TH_H2L_dmc, TH_L2H_dmc); -+ ODM_delay_ms(5); -+ -+ while (bAdjust) { -+ for (cnt = 0; cnt < 20; cnt++) { -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11N, bMaskDWord); -+#if (RTL8195A_SUPPORT == 0) -+ else if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC, bMaskDWord); -+#endif -+ if (value32 & BIT30 && (pDM_Odm->SupportICType & (ODM_RTL8723A | ODM_RTL8723B | ODM_RTL8188E))) -+ txEdcca1 = txEdcca1 + 1; -+ else if (value32 & BIT29) -+ txEdcca1 = txEdcca1 + 1; -+ else -+ txEdcca0 = txEdcca0 + 1; -+ } -+ -+ if (txEdcca1 > 1) { -+ IGI = IGI - 1; -+ TH_L2H_dmc = TH_L2H_dmc + 1; -+ if (TH_L2H_dmc > 10) -+ TH_L2H_dmc = 10; -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ -+ Phydm_SetEDCCAThreshold(pDM_Odm, TH_H2L_dmc, TH_L2H_dmc); -+ if (TH_L2H_dmc == 10) { -+ bAdjust = FALSE; -+ Adaptivity->H2L_lb = TH_H2L_dmc; -+ Adaptivity->L2H_lb = TH_L2H_dmc; -+ pDM_Odm->Adaptivity_IGI_upper = IGI; -+ } -+ -+ txEdcca1 = 0; -+ txEdcca0 = 0; -+ -+ } else { -+ bAdjust = FALSE; -+ Adaptivity->H2L_lb = TH_H2L_dmc; -+ Adaptivity->L2H_lb = TH_L2H_dmc; -+ pDM_Odm->Adaptivity_IGI_upper = IGI; -+ txEdcca1 = 0; -+ txEdcca0 = 0; -+ } -+ } -+ -+ pDM_Odm->Adaptivity_IGI_upper = pDM_Odm->Adaptivity_IGI_upper - pDM_Odm->DCbackoff; -+ Adaptivity->H2L_lb = Adaptivity->H2L_lb + pDM_Odm->DCbackoff; -+ Adaptivity->L2H_lb = Adaptivity->L2H_lb + pDM_Odm->DCbackoff; -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8723B | ODM_RTL8188E | ODM_RTL8192E | ODM_RTL8812 | ODM_RTL8821 | ODM_RTL8881A)) -+ Phydm_SetLNA(pDM_Odm, PhyDM_enable_LNA); -+ else { -+ Phydm_SetTRxMux(pDM_Odm, PhyDM_TX_MODE, PhyDM_RX_MODE); -+ odm_PauseDIG(pDM_Odm, PHYDM_RESUME, PHYDM_PAUSE_LEVEL_0, NONE); -+ } -+ -+ Phydm_SetEDCCAThreshold(pDM_Odm, 0x7f, 0x7f); /*resume to no link state*/ -+} -+ -+VOID -+Phydm_AdaptivityInit( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTIVITY_STATISTICS Adaptivity = (PADAPTIVITY_STATISTICS)PhyDM_Get_Structure(pDM_Odm, PHYDM_ADAPTIVITY); -+ s1Byte IGItarget = 0x32; -+#if(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ pDM_Odm->Carrier_Sense_enable = (BOOLEAN)pMgntInfo->RegEnableCarrierSense; -+ pDM_Odm->DCbackoff = (u1Byte)pMgntInfo->RegDCbackoff; -+ Adaptivity->DynamicLinkAdaptivity = (BOOLEAN)pMgntInfo->RegDmLinkAdaptivity; -+ Adaptivity->APNumTH = (u1Byte)pMgntInfo->RegAPNumTH; -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ pDM_Odm->Carrier_Sense_enable = (pDM_Odm->Adapter->registrypriv.adaptivity_mode != 0) ? TRUE : FALSE; -+ pDM_Odm->DCbackoff = pDM_Odm->Adapter->registrypriv.adaptivity_dc_backoff; -+ Adaptivity->DynamicLinkAdaptivity = (pDM_Odm->Adapter->registrypriv.adaptivity_dml != 0) ? TRUE : FALSE; -+#endif -+ -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ -+ if (pDM_Odm->Carrier_Sense_enable == FALSE) { -+#if(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (pMgntInfo->RegL2HForAdaptivity != 0) -+ pDM_Odm->TH_L2H_ini = pMgntInfo->RegL2HForAdaptivity; -+ else -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ if (pDM_Odm->Adapter->registrypriv.adaptivity_th_l2h_ini != 0) -+ pDM_Odm->TH_L2H_ini = pDM_Odm->Adapter->registrypriv.adaptivity_th_l2h_ini; -+ else -+#endif -+ pDM_Odm->TH_L2H_ini = 0xf5; -+ } else -+ pDM_Odm->TH_L2H_ini = 0xa; -+ -+#if(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (pMgntInfo->RegHLDiffForAdaptivity != 0) -+ pDM_Odm->TH_EDCCA_HL_diff = pMgntInfo->RegHLDiffForAdaptivity; -+ else -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ if (pDM_Odm->Adapter->registrypriv.adaptivity_th_edcca_hl_diff != 0) -+ pDM_Odm->TH_EDCCA_HL_diff = pDM_Odm->Adapter->registrypriv.adaptivity_th_edcca_hl_diff; -+ else -+#endif -+ pDM_Odm->TH_EDCCA_HL_diff = 7; -+ -+ Adaptivity->TH_L2H_ini_backup = pDM_Odm->TH_L2H_ini; -+ Adaptivity->TH_EDCCA_HL_diff_backup = pDM_Odm->TH_EDCCA_HL_diff; -+ -+#elif (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ -+ if (pDM_Odm->Carrier_Sense_enable) { -+ pDM_Odm->TH_L2H_ini = 0xa; -+ pDM_Odm->TH_EDCCA_HL_diff = 7; -+ } else { -+ Adaptivity->TH_L2H_ini_backup = pDM_Odm->TH_L2H_ini; /*set by mib*/ -+ pDM_Odm->TH_EDCCA_HL_diff = 7; -+ } -+ -+ Adaptivity->TH_EDCCA_HL_diff_backup = pDM_Odm->TH_EDCCA_HL_diff; -+ if (priv->pshare->rf_ft_var.adaptivity_enable == 2) -+ Adaptivity->DynamicLinkAdaptivity = TRUE; -+ else -+ Adaptivity->DynamicLinkAdaptivity = FALSE; -+ -+#endif -+ -+ pDM_Odm->Adaptivity_IGI_upper = 0; -+ pDM_Odm->Adaptivity_enable = FALSE; /*use this flag to decide enable or disable*/ -+ -+ pDM_Odm->EDCCA_enable = TRUE; /*even no adaptivity, we still enable EDCCA*/ -+ -+ pDM_Odm->TH_L2H_ini_mode2 = 20; -+ pDM_Odm->TH_EDCCA_HL_diff_mode2 = 8; -+ -+ Adaptivity->IGI_Base = 0x32; -+ Adaptivity->IGI_target = 0x1c; -+ Adaptivity->H2L_lb = 0; -+ Adaptivity->L2H_lb = 0; -+ Adaptivity->NHMWait = 0; -+ Adaptivity->bCheck = FALSE; -+ Adaptivity->bFirstLink = TRUE; -+ Adaptivity->AdajustIGILevel = 0; -+ -+ Phydm_MACEDCCAState(pDM_Odm, PhyDM_DONT_IGNORE_EDCCA); -+ -+ /*Search pwdB lower bound*/ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11N, bMaskDWord, 0x208); -+#if (RTL8195A_SUPPORT == 0) -+ else if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC, bMaskDWord, 0x209); -+#endif -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_GAIN_IDX_EDCCA) { -+ /*ODM_SetBBReg(pDM_Odm, ODM_REG_EDCCA_DOWN_OPT_11N, BIT12 | BIT11 | BIT10, 0x7);*/ /*interfernce need > 2^x us, and then EDCCA will be 1*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_EDCCA_DCNF_11N, BIT21 | BIT20, 0x1); /*0:rx_dfir, 1: dcnf_out, 2 :rx_iq, 3: rx_nbi_nf_out*/ -+ } -+#if (RTL8195A_SUPPORT == 0) -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_GAIN_IDX_EDCCA) { /*8814a no need to find pwdB lower bound, maybe*/ -+ /*ODM_SetBBReg(pDM_Odm, ODM_REG_EDCCA_DOWN_OPT, BIT30 | BIT29 | BIT28, 0x7);*/ /*interfernce need > 2^x us, and then EDCCA will be 1*/ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_ACBB_EDCCA_ENHANCE, BIT29 | BIT28, 0x1); /*0:rx_dfir, 1: dcnf_out, 2 :rx_iq, 3: rx_nbi_nf_out*/ -+ } -+ -+ if(!(pDM_Odm->SupportICType & (ODM_IC_11AC_GAIN_IDX_EDCCA | ODM_IC_11N_GAIN_IDX_EDCCA))) -+ Phydm_SearchPwdBLowerBound(pDM_Odm); -+#endif -+ -+/*we need to consider PwdB upper bound for 8814 later IC*/ -+ Adaptivity->AdajustIGILevel = (u1Byte)((pDM_Odm->TH_L2H_ini + IGItarget) - PwdBUpperBound + DFIRloss); /*IGI = L2H - PwdB - DFIRloss*/ -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("TH_L2H_ini = 0x%x, TH_EDCCA_HL_diff = 0x%x, Adaptivity->AdajustIGILevel = 0x%x\n", pDM_Odm->TH_L2H_ini, pDM_Odm->TH_EDCCA_HL_diff, Adaptivity->AdajustIGILevel)); -+ -+} -+ -+ -+VOID -+Phydm_Adaptivity( -+ IN PVOID pDM_VOID, -+ IN u1Byte IGI -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ s1Byte TH_L2H_dmc, TH_H2L_dmc; -+ s1Byte Diff = 0, IGI_target; -+ PADAPTIVITY_STATISTICS Adaptivity = (PADAPTIVITY_STATISTICS)PhyDM_Get_Structure(pDM_Odm, PHYDM_ADAPTIVITY); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ BOOLEAN bFwCurrentInPSMode = FALSE; -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ -+ pAdapter->HalFunc.GetHwRegHandler(pAdapter, HW_VAR_FW_PSMODE_STATUS, (pu1Byte)(&bFwCurrentInPSMode)); -+ -+ /*Disable EDCCA mode while under LPS mode, added by Roger, 2012.09.14.*/ -+ if (bFwCurrentInPSMode) -+ return; -+#endif -+ -+ if ((pDM_Odm->EDCCA_enable == FALSE) || (pDM_Odm->bWIFITest == TRUE)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("Disable EDCCA!!!\n")); -+ return; -+ } -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("adaptivity disable, enable EDCCA mode!!!\n")); -+ pDM_Odm->TH_L2H_ini = pDM_Odm->TH_L2H_ini_mode2; -+ pDM_Odm->TH_EDCCA_HL_diff = pDM_Odm->TH_EDCCA_HL_diff_mode2; -+ } -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ else{ -+ if (Phydm_CheckChannelPlan(pDM_Odm) || (pDM_Odm->APTotalNum > Adaptivity->APNumTH)) { -+ pDM_Odm->TH_L2H_ini = pDM_Odm->TH_L2H_ini_mode2; -+ pDM_Odm->TH_EDCCA_HL_diff = pDM_Odm->TH_EDCCA_HL_diff_mode2; -+ } -+ } -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("odm_Adaptivity() =====>\n")); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("IGI_Base=0x%x, TH_L2H_ini = %d, TH_EDCCA_HL_diff = %d\n", -+ Adaptivity->IGI_Base, pDM_Odm->TH_L2H_ini, pDM_Odm->TH_EDCCA_HL_diff)); -+#if (RTL8195A_SUPPORT == 0) -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) { -+ /*fix AC series when enable EDCCA hang issue*/ -+ ODM_SetBBReg(pDM_Odm, 0x800, BIT10, 1); /*ADC_mask disable*/ -+ ODM_SetBBReg(pDM_Odm, 0x800, BIT10, 0); /*ADC_mask enable*/ -+ } -+#endif -+ if (*pDM_Odm->pBandWidth == ODM_BW20M) /*CHANNEL_WIDTH_20*/ -+ IGI_target = Adaptivity->IGI_Base; -+ else if (*pDM_Odm->pBandWidth == ODM_BW40M) -+ IGI_target = Adaptivity->IGI_Base + 2; -+#if (RTL8195A_SUPPORT == 0) -+ else if (*pDM_Odm->pBandWidth == ODM_BW80M) -+ IGI_target = Adaptivity->IGI_Base + 2; -+#endif -+ else -+ IGI_target = Adaptivity->IGI_Base; -+ Adaptivity->IGI_target = (u1Byte) IGI_target; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("BandWidth=%s, IGI_target=0x%x, DynamicLinkAdaptivity = %d\n", -+ (*pDM_Odm->pBandWidth == ODM_BW80M) ? "80M" : ((*pDM_Odm->pBandWidth == ODM_BW40M) ? "40M" : "20M"), IGI_target, Adaptivity->DynamicLinkAdaptivity)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("RSSI_min = %d, Adaptivity->AdajustIGILevel= 0x%x, adaptivity_flag = %d, Adaptivity_enable = %d\n", -+ pDM_Odm->RSSI_Min, Adaptivity->AdajustIGILevel, pDM_Odm->adaptivity_flag, pDM_Odm->Adaptivity_enable)); -+ -+ if ((Adaptivity->DynamicLinkAdaptivity == TRUE) && (!pDM_Odm->bLinked) && (pDM_Odm->Adaptivity_enable == FALSE)) { -+ Phydm_SetEDCCAThreshold(pDM_Odm, 0x7f, 0x7f); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("In DynamicLink mode(noisy) and No link, Turn off EDCCA!!\n")); -+ return; -+ } -+ -+ if (pDM_Odm->SupportICType & (ODM_IC_11AC_GAIN_IDX_EDCCA | ODM_IC_11N_GAIN_IDX_EDCCA)) { -+ if ((Adaptivity->AdajustIGILevel > IGI) && (pDM_Odm->Adaptivity_enable == TRUE)) -+ Diff = Adaptivity->AdajustIGILevel - IGI; -+ -+ TH_L2H_dmc = pDM_Odm->TH_L2H_ini - Diff + IGI_target; -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ } -+#if (RTL8195A_SUPPORT == 0) -+ else { -+ Diff = IGI_target - (s1Byte)IGI; -+ TH_L2H_dmc = pDM_Odm->TH_L2H_ini + Diff; -+ if (TH_L2H_dmc > 10 && (pDM_Odm->Adaptivity_enable == TRUE)) -+ TH_L2H_dmc = 10; -+ -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ -+ /*replace lower bound to prevent EDCCA always equal 1*/ -+ if (TH_H2L_dmc < Adaptivity->H2L_lb) -+ TH_H2L_dmc = Adaptivity->H2L_lb; -+ if (TH_L2H_dmc < Adaptivity->L2H_lb) -+ TH_L2H_dmc = Adaptivity->L2H_lb; -+ } -+#endif -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("IGI=0x%x, TH_L2H_dmc = %d, TH_H2L_dmc = %d\n", IGI, TH_L2H_dmc, TH_H2L_dmc)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("Adaptivity_IGI_upper=0x%x, H2L_lb = 0x%x, L2H_lb = 0x%x\n", pDM_Odm->Adaptivity_IGI_upper, Adaptivity->H2L_lb, Adaptivity->L2H_lb)); -+ -+ Phydm_SetEDCCAThreshold(pDM_Odm, TH_H2L_dmc, TH_L2H_dmc); -+ return; -+} -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+Phydm_AdaptivityBSOD( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ u1Byte count = 0; -+ u4Byte u4Value; -+ -+ /* -+ 1. turn off RF (TRX Mux in standby mode) -+ 2. H2C mac id drop -+ 3. ignore EDCCA -+ 4. wait for clear FIFO -+ 5. don't ignore EDCCA -+ 6. turn on RF (TRX Mux in TRx mdoe) -+ 7. H2C mac id resume -+ */ -+ -+ RT_TRACE(COMP_MLME, DBG_WARNING, ("MAC id drop packet!!!!!\n")); -+ -+ pAdapter->dropPktByMacIdCnt++; -+ pMgntInfo->bDropPktInProgress = TRUE; -+ -+ pAdapter->HalFunc.GetHwRegHandler(pAdapter, HW_VAR_MAX_Q_PAGE_NUM, (pu1Byte)(&u4Value)); -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("Queue Reserved Page Number = 0x%08x\n", u4Value)); -+ pAdapter->HalFunc.GetHwRegHandler(pAdapter, HW_VAR_AVBL_Q_PAGE_NUM, (pu1Byte)(&u4Value)); -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("Available Queue Page Number = 0x%08x\n", u4Value)); -+ -+#if 1 -+ -+ /*Standby mode*/ -+ Phydm_SetTRxMux(pDM_Odm, PhyDM_STANDBY_MODE, PhyDM_STANDBY_MODE); -+ ODM_Write_DIG(pDM_Odm, 0x20); -+ -+ /*H2C mac id drop*/ -+ MacIdIndicateDisconnect(pAdapter); -+ -+ /*Ignore EDCCA*/ -+ Phydm_MACEDCCAState(pDM_Odm, PhyDM_IGNORE_EDCCA); -+ -+ delay_ms(50); -+ count = 5; -+ -+#else -+ -+ do { -+ -+ u8Byte diffTime, curTime, oldestTime; -+ u1Byte queueIdx -+ -+ //3 Standby mode -+ Phydm_SetTRxMux(pDM_Odm, PhyDM_STANDBY_MODE, PhyDM_STANDBY_MODE); -+ ODM_Write_DIG(pDM_Odm, 0x20); -+ -+ //3 H2C mac id drop -+ MacIdIndicateDisconnect(pAdapter); -+ -+ //3 Ignore EDCCA -+ Phydm_MACEDCCAState(pDM_Odm, PhyDM_IGNORE_EDCCA); -+ -+ count++; -+ delay_ms(10); -+ -+ // Check latest packet -+ curTime = PlatformGetCurrentTime(); -+ oldestTime = 0xFFFFFFFFFFFFFFFF; -+ -+ for (queueIdx = 0; queueIdx < MAX_TX_QUEUE; queueIdx++) { -+ if (!IS_DATA_QUEUE(queueIdx)) -+ continue; -+ -+ if (!pAdapter->bTcbBusyQEmpty[queueIdx]) { -+ RT_TRACE(COMP_MLME, DBG_WARNING, ("oldestTime = %llu\n", oldestTime)); -+ RT_TRACE(COMP_MLME, DBG_WARNING, ("Q[%d] = %llu\n", queueIdx, pAdapter->firstTcbSysTime[queueIdx])); -+ if (pAdapter->firstTcbSysTime[queueIdx] < oldestTime) -+ oldestTime = pAdapter->firstTcbSysTime[queueIdx]; -+ } -+ } -+ -+ diffTime = curTime - oldestTime; -+ -+ RT_TRACE(COMP_MLME, DBG_WARNING, ("diff s = %llu\n", (diffTime / 1000000))); -+ -+ } while (((diffTime / 1000000) >= 4) && (oldestTime != 0xFFFFFFFFFFFFFFFF)); -+#endif -+ -+ /*Resume EDCCA*/ -+ Phydm_MACEDCCAState(pDM_Odm, PhyDM_DONT_IGNORE_EDCCA); -+ -+ /*Turn on TRx mode*/ -+ Phydm_SetTRxMux(pDM_Odm, PhyDM_TX_MODE, PhyDM_RX_MODE); -+ ODM_Write_DIG(pDM_Odm, 0x20); -+ -+ /*Resume H2C macid*/ -+ MacIdRecoverMediaStatus(pAdapter); -+ -+ pAdapter->HalFunc.GetHwRegHandler(pAdapter, HW_VAR_AVBL_Q_PAGE_NUM, (pu1Byte)(&u4Value)); -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("Available Queue Page Number = 0x%08x\n", u4Value)); -+ -+ pMgntInfo->bDropPktInProgress = FALSE; -+ RT_TRACE(COMP_MLME, DBG_WARNING, ("End of MAC id drop packet, spent %dms\n", count * 10)); -+ -+} -+ -+#endif -+ -+VOID -+phydm_setEDCCAThresholdAPI( -+ IN PVOID pDM_VOID, -+ IN u1Byte IGI -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTIVITY_STATISTICS Adaptivity = (PADAPTIVITY_STATISTICS)PhyDM_Get_Structure(pDM_Odm, PHYDM_ADAPTIVITY); -+ s1Byte TH_L2H_dmc, TH_H2L_dmc; -+ s1Byte Diff = 0, IGI_target = 0x32; -+ -+ if (pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY) { -+ -+ if (pDM_Odm->SupportICType & (ODM_IC_11AC_GAIN_IDX_EDCCA | ODM_IC_11N_GAIN_IDX_EDCCA)) { -+ if (Adaptivity->AdajustIGILevel > IGI) -+ Diff = Adaptivity->AdajustIGILevel - IGI; -+ -+ TH_L2H_dmc = pDM_Odm->TH_L2H_ini - Diff + IGI_target; -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ } -+#if (RTL8195A_SUPPORT == 0) -+ else { -+ Diff = IGI_target - (s1Byte)IGI; -+ TH_L2H_dmc = pDM_Odm->TH_L2H_ini + Diff; -+ if (TH_L2H_dmc > 10) -+ TH_L2H_dmc = 10; -+ -+ TH_H2L_dmc = TH_L2H_dmc - pDM_Odm->TH_EDCCA_HL_diff; -+ -+ /*replace lower bound to prevent EDCCA always equal 1*/ -+ if (TH_H2L_dmc < Adaptivity->H2L_lb) -+ TH_H2L_dmc = Adaptivity->H2L_lb; -+ if (TH_L2H_dmc < Adaptivity->L2H_lb) -+ TH_L2H_dmc = Adaptivity->L2H_lb; -+ } -+#endif -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("API :IGI=0x%x, TH_L2H_dmc = %d, TH_H2L_dmc = %d\n", IGI, TH_L2H_dmc, TH_H2L_dmc)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_ADAPTIVITY, ODM_DBG_LOUD, ("API :Adaptivity_IGI_upper=0x%x, H2L_lb = 0x%x, L2H_lb = 0x%x\n", pDM_Odm->Adaptivity_IGI_upper, Adaptivity->H2L_lb, Adaptivity->L2H_lb)); -+ -+ Phydm_SetEDCCAThreshold(pDM_Odm, TH_H2L_dmc, TH_L2H_dmc); -+ } -+ -+} -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.h linux/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_adaptivity.h 2017-06-07 23:07:21.016688031 +0300 -@@ -0,0 +1,172 @@ -+ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMADAPTIVITY_H__ -+#define __PHYDMADAPTIVITY_H__ -+ -+#define ADAPTIVITY_VERSION "9.0" -+ -+#define PwdBUpperBound 7 -+#define DFIRloss 5 -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+typedef enum _tag_PhyDM_REGULATION_Type { -+ REGULATION_FCC = 0, -+ REGULATION_MKK = 1, -+ REGULATION_ETSI = 2, -+ REGULATION_WW = 3, -+ -+ MAX_REGULATION_NUM = 4 -+} PhyDM_REGULATION_TYPE; -+#endif -+ -+typedef enum tag_PhyDM_set_LNA { -+ PhyDM_disable_LNA = 0, -+ PhyDM_enable_LNA = 1, -+} PhyDM_set_LNA; -+ -+ -+typedef enum tag_PhyDM_TRx_MUX_Type -+{ -+ PhyDM_SHUTDOWN = 0, -+ PhyDM_STANDBY_MODE = 1, -+ PhyDM_TX_MODE = 2, -+ PhyDM_RX_MODE = 3 -+}PhyDM_Trx_MUX_Type; -+ -+typedef enum tag_PhyDM_MACEDCCA_Type -+{ -+ PhyDM_IGNORE_EDCCA = 0, -+ PhyDM_DONT_IGNORE_EDCCA = 1 -+}PhyDM_MACEDCCA_Type; -+ -+typedef struct _ADAPTIVITY_STATISTICS { -+ s1Byte TH_L2H_ini_backup; -+ s1Byte TH_EDCCA_HL_diff_backup; -+ s1Byte IGI_Base; -+ u1Byte IGI_target; -+ u1Byte NHMWait; -+ s1Byte H2L_lb; -+ s1Byte L2H_lb; -+ BOOLEAN bFirstLink; -+ BOOLEAN bCheck; -+ BOOLEAN DynamicLinkAdaptivity; -+ u1Byte APNumTH; -+ u1Byte AdajustIGILevel; -+} ADAPTIVITY_STATISTICS, *PADAPTIVITY_STATISTICS; -+ -+VOID -+Phydm_CheckAdaptivity( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+Phydm_CheckEnvironment( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+Phydm_NHMCounterStatisticsInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+Phydm_NHMCounterStatistics( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+Phydm_NHMCounterStatisticsReset( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+Phydm_GetNHMCounterStatistics( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+Phydm_MACEDCCAState( -+ IN PVOID pDM_VOID, -+ IN PhyDM_MACEDCCA_Type State -+); -+ -+VOID -+Phydm_SetEDCCAThreshold( -+ IN PVOID pDM_VOID, -+ IN s1Byte H2L, -+ IN s1Byte L2H -+); -+ -+VOID -+Phydm_SetTRxMux( -+ IN PVOID pDM_VOID, -+ IN PhyDM_Trx_MUX_Type txMode, -+ IN PhyDM_Trx_MUX_Type rxMode -+); -+ -+BOOLEAN -+Phydm_CalNHMcnt( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+Phydm_SearchPwdBLowerBound( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+Phydm_AdaptivityInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+Phydm_Adaptivity( -+ IN PVOID pDM_VOID, -+ IN u1Byte IGI -+ ); -+ -+VOID -+phydm_setEDCCAThresholdAPI( -+ IN PVOID pDM_VOID, -+ IN u1Byte IGI -+); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+Phydm_DisableEDCCA( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+Phydm_DynamicEDCCA( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+Phydm_AdaptivityBSOD( -+ IN PVOID pDM_VOID -+); -+ -+#endif -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdect.c linux/3rdparty/rtl8812au/hal/phydm/phydm_antdect.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdect.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_antdect.c 2017-06-07 23:07:21.016688031 +0300 -@@ -0,0 +1,1215 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+//#if( DM_ODM_SUPPORT_TYPE & (ODM_WIN |ODM_CE)) -+#if(defined(CONFIG_ANT_DETECTION)) -+ -+//IS_ANT_DETECT_SUPPORT_SINGLE_TONE(Adapter) -+//IS_ANT_DETECT_SUPPORT_RSSI(Adapter) -+//IS_ANT_DETECT_SUPPORT_PSD(Adapter) -+ -+//1 [1. Single Tone Method] =================================================== -+ -+ -+VOID -+odm_PHY_SaveAFERegisters( -+ IN PVOID pDM_VOID, -+ IN pu4Byte AFEReg, -+ IN pu4Byte AFEBackup, -+ IN u4Byte RegisterNum -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte i; -+ -+ //RT_DISP(FINIT, INIT_IQK, ("Save ADDA parameters.\n")); -+ for( i = 0 ; i < RegisterNum ; i++){ -+ AFEBackup[i] = ODM_GetBBReg(pDM_Odm, AFEReg[i], bMaskDWord); -+ } -+} -+ -+VOID -+odm_PHY_ReloadAFERegisters( -+ IN PVOID pDM_VOID, -+ IN pu4Byte AFEReg, -+ IN pu4Byte AFEBackup, -+ IN u4Byte RegiesterNum -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte i; -+ -+ //RT_DISP(FINIT, INIT_IQK, ("Reload ADDA power saving parameters !\n")); -+ for(i = 0 ; i < RegiesterNum; i++) -+ { -+ -+ ODM_SetBBReg(pDM_Odm, AFEReg[i], bMaskDWord, AFEBackup[i]); -+ } -+} -+ -+// -+// Description: -+// Set Single/Dual Antenna default setting for products that do not do detection in advance. -+// -+// Added by Joseph, 2012.03.22 -+// -+VOID -+ODM_SingleDualAntennaDefaultSetting( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ -+ u1Byte btAntNum=BT_GetPgAntNum(pAdapter); -+ // Set default antenna A and B status -+ if(btAntNum == 2) -+ { -+ pDM_SWAT_Table->ANTA_ON=TRUE; -+ pDM_SWAT_Table->ANTB_ON=TRUE; -+ -+ } -+ else if(btAntNum == 1) -+ {// Set antenna A as default -+ pDM_SWAT_Table->ANTA_ON=TRUE; -+ pDM_SWAT_Table->ANTB_ON=FALSE; -+ -+ } -+ else -+ { -+ RT_ASSERT(FALSE, ("Incorrect antenna number!!\n")); -+ } -+} -+ -+ -+//2 8723A ANT DETECT -+// -+// Description: -+// Implement IQK single tone for RF DPK loopback and BB PSD scanning. -+// This function is cooperated with BB team Neil. -+// -+// Added by Roger, 2011.12.15 -+// -+BOOLEAN -+ODM_SingleDualAntennaDetection( -+ IN PVOID pDM_VOID, -+ IN u1Byte mode -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ u4Byte CurrentChannel,RfLoopReg; -+ u1Byte n; -+ u4Byte Reg88c, Regc08, Reg874, Regc50, Reg948, Regb2c, Reg92c, Reg930, Reg064, AFE_rRx_Wait_CCA; -+ u1Byte initial_gain = 0x5a; -+ u4Byte PSD_report_tmp; -+ u4Byte AntA_report = 0x0, AntB_report = 0x0, AntO_report = 0x0; -+ BOOLEAN bResult = TRUE; -+ u4Byte AFE_Backup[16]; -+ u4Byte AFE_REG_8723A[16] = { -+ rRx_Wait_CCA, rTx_CCK_RFON, -+ rTx_CCK_BBON, rTx_OFDM_RFON, -+ rTx_OFDM_BBON, rTx_To_Rx, -+ rTx_To_Tx, rRx_CCK, -+ rRx_OFDM, rRx_Wait_RIFS, -+ rRx_TO_Rx, rStandby, -+ rSleep, rPMPD_ANAEN, -+ rFPGA0_XCD_SwitchControl, rBlue_Tooth}; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection()============> \n")); -+ -+ -+ if(!(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C|ODM_RTL8723B))) -+ return bResult; -+ -+ // Retrieve antenna detection registry info, added by Roger, 2012.11.27. -+ if(!IS_ANT_DETECT_SUPPORT_SINGLE_TONE(pAdapter)) -+ return bResult; -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8192C) -+ { -+ //Which path in ADC/DAC is turnned on for PSD: both I/Q -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT10|BIT11, 0x3); -+ //Ageraged number: 8 -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT12|BIT13, 0x1); -+ //pts = 128; -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x0); -+ } -+ -+ //1 Backup Current RF/BB Settings -+ -+ CurrentChannel = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, ODM_CHANNEL, bRFRegOffsetMask); -+ RfLoopReg = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask); -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, ODM_DPDT, Antenna_A); // change to Antenna A -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ Reg92c = ODM_GetBBReg(pDM_Odm, rDPDT_control, bMaskDWord); -+ Reg930 = ODM_GetBBReg(pDM_Odm, rfe_ctrl_anta_src, bMaskDWord); -+ Reg948 = ODM_GetBBReg(pDM_Odm, rS0S1_PathSwitch, bMaskDWord); -+ Regb2c = ODM_GetBBReg(pDM_Odm, rAGC_table_select, bMaskDWord); -+ Reg064 = ODM_GetMACReg(pDM_Odm, rSYM_WLBT_PAPE_SEL, BIT29); -+ ODM_SetBBReg(pDM_Odm, rDPDT_control, 0x3, 0x1); -+ ODM_SetBBReg(pDM_Odm, rfe_ctrl_anta_src, 0xff, 0x77); -+ ODM_SetMACReg(pDM_Odm, rSYM_WLBT_PAPE_SEL, BIT29, 0x1); //dbg 7 -+ ODM_SetBBReg(pDM_Odm, rS0S1_PathSwitch, 0x3c0, 0x0);//dbg 8 -+ ODM_SetBBReg(pDM_Odm, rAGC_table_select, BIT31, 0x0); -+ } -+ -+ ODM_StallExecution(10); -+ -+ //Store A Path Register 88c, c08, 874, c50 -+ Reg88c = ODM_GetBBReg(pDM_Odm, rFPGA0_AnalogParameter4, bMaskDWord); -+ Regc08 = ODM_GetBBReg(pDM_Odm, rOFDM0_TRMuxPar, bMaskDWord); -+ Reg874 = ODM_GetBBReg(pDM_Odm, rFPGA0_XCD_RFInterfaceSW, bMaskDWord); -+ Regc50 = ODM_GetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, bMaskDWord); -+ -+ // Store AFE Registers -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ odm_PHY_SaveAFERegisters(pDM_Odm, AFE_REG_8723A, AFE_Backup, 16); -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ AFE_rRx_Wait_CCA = ODM_GetBBReg(pDM_Odm, rRx_Wait_CCA,bMaskDWord); -+ -+ //Set PSD 128 pts -+ ODM_SetBBReg(pDM_Odm, rFPGA0_PSDFunction, BIT14|BIT15, 0x0); //128 pts -+ -+ // To SET CH1 to do -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, ODM_CHANNEL, bRFRegOffsetMask, 0x7401); //Channel 1 -+ -+ // AFE all on step -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ { -+ ODM_SetBBReg(pDM_Odm, rRx_Wait_CCA, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rTx_CCK_RFON, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rTx_CCK_BBON, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rTx_OFDM_RFON, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rTx_OFDM_BBON, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rTx_To_Rx, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rTx_To_Tx, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rRx_CCK, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rRx_OFDM, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rRx_Wait_RIFS, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rRx_TO_Rx, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rStandby, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rSleep, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rPMPD_ANAEN, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XCD_SwitchControl, bMaskDWord, 0x6FDB25A4); -+ ODM_SetBBReg(pDM_Odm, rBlue_Tooth, bMaskDWord, 0x6FDB25A4); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ ODM_SetBBReg(pDM_Odm, rRx_Wait_CCA, bMaskDWord, 0x01c00016); -+ } -+ -+ // 3 wire Disable -+ ODM_SetBBReg(pDM_Odm, rFPGA0_AnalogParameter4, bMaskDWord, 0xCCF000C0); -+ -+ //BB IQK Setting -+ ODM_SetBBReg(pDM_Odm, rOFDM0_TRMuxPar, bMaskDWord, 0x000800E4); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XCD_RFInterfaceSW, bMaskDWord, 0x22208000); -+ -+ //IQK setting tone@ 4.34Mhz -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_Tone_A, bMaskDWord, 0x10008C1C); -+ ODM_SetBBReg(pDM_Odm, rTx_IQK, bMaskDWord, 0x01007c00); -+ -+ //Page B init -+ ODM_SetBBReg(pDM_Odm, rConfig_AntA, bMaskDWord, 0x00080000); -+ ODM_SetBBReg(pDM_Odm, rConfig_AntA, bMaskDWord, 0x0f600000); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK, bMaskDWord, 0x01004800); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_Tone_A, bMaskDWord, 0x10008c1f); -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ { -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_PI_A, bMaskDWord, 0x82150008); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_PI_A, bMaskDWord, 0x28150008); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_PI_A, bMaskDWord, 0x82150016); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_PI_A, bMaskDWord, 0x28150016); -+ } -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Rsp, bMaskDWord, 0x001028d0); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, 0x7f, initial_gain); -+ -+ //RF loop Setting -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x0, 0xFFFFF, 0x50008); -+ -+ //IQK Single tone start -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x808000); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ ODM_StallExecution(10000); -+ -+ // PSD report of antenna A -+ PSD_report_tmp=0x0; -+ for (n=0;n<2;n++) -+ { -+ PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); -+ if(PSD_report_tmp >AntA_report) -+ AntA_report=PSD_report_tmp; -+ } -+ -+ // change to Antenna B -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, ODM_DPDT, Antenna_B); -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ //ODM_SetBBReg(pDM_Odm, rDPDT_control, 0x3, 0x2); -+ ODM_SetBBReg(pDM_Odm, rS0S1_PathSwitch, 0xfff, 0x280); -+ ODM_SetBBReg(pDM_Odm, rAGC_table_select, BIT31, 0x1); -+ } -+ -+ ODM_StallExecution(10); -+ -+ // PSD report of antenna B -+ PSD_report_tmp=0x0; -+ for (n=0;n<2;n++) -+ { -+ PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); -+ if(PSD_report_tmp > AntB_report) -+ AntB_report=PSD_report_tmp; -+ } -+ -+ // change to open case -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ { -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, ODM_DPDT, 0); // change to Antenna A -+ -+ ODM_StallExecution(10); -+ -+ // PSD report of open case -+ PSD_report_tmp=0x0; -+ for (n=0;n<2;n++) -+ { -+ PSD_report_tmp = GetPSDData(pDM_Odm, 14, initial_gain); -+ if(PSD_report_tmp > AntO_report) -+ AntO_report=PSD_report_tmp; -+ } -+ } -+ //Close IQK Single Tone function -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x000000); -+ -+ //1 Return to antanna A -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, ODM_DPDT, Antenna_A); // change to Antenna A -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ // external DPDT -+ ODM_SetBBReg(pDM_Odm, rDPDT_control, bMaskDWord, Reg92c); -+ -+ //internal S0/S1 -+ ODM_SetBBReg(pDM_Odm, rS0S1_PathSwitch, bMaskDWord, Reg948); -+ ODM_SetBBReg(pDM_Odm, rAGC_table_select, bMaskDWord, Regb2c); -+ ODM_SetBBReg(pDM_Odm, rfe_ctrl_anta_src, bMaskDWord, Reg930); -+ ODM_SetMACReg(pDM_Odm, rSYM_WLBT_PAPE_SEL, BIT29, Reg064); -+ } -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_AnalogParameter4, bMaskDWord, Reg88c); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_TRMuxPar, bMaskDWord, Regc08); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XCD_RFInterfaceSW, bMaskDWord, Reg874); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, 0x7F, 0x40); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, bMaskDWord, Regc50); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask,CurrentChannel); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask,RfLoopReg); -+ -+ //Reload AFE Registers -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8192C)) -+ odm_PHY_ReloadAFERegisters(pDM_Odm, AFE_REG_8723A, AFE_Backup, 16); -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ ODM_SetBBReg(pDM_Odm, rRx_Wait_CCA, bMaskDWord, AFE_rRx_Wait_CCA); -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8723A) -+ { -+ //2 Test Ant B based on Ant A is ON -+ if(mode==ANTTESTB) -+ { -+ if(AntA_report >= 100) -+ { -+ if(AntB_report > (AntA_report+1)) -+ { -+ pDM_SWAT_Table->ANTB_ON=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection(): Single Antenna A\n")); -+ } -+ else -+ { -+ pDM_SWAT_Table->ANTB_ON=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection(): Dual Antenna is A and B\n")); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection(): Need to check again\n")); -+ pDM_SWAT_Table->ANTB_ON=FALSE; // Set Antenna B off as default -+ bResult = FALSE; -+ } -+ } -+ //2 Test Ant A and B based on DPDT Open -+ else if(mode==ANTTESTALL) -+ { -+ if((AntO_report >=100) && (AntO_report <=118)) -+ { -+ if(AntA_report > (AntO_report+1)) -+ { -+ pDM_SWAT_Table->ANTA_ON=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Ant A is OFF\n")); -+ } -+ else -+ { -+ pDM_SWAT_Table->ANTA_ON=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Ant A is ON\n")); -+ } -+ -+ if(AntB_report > (AntO_report+2)) -+ { -+ pDM_SWAT_Table->ANTB_ON=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Ant B is OFF\n")); -+ } -+ else -+ { -+ pDM_SWAT_Table->ANTB_ON=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Ant B is ON\n")); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("psd_report_A[%d]= %d \n", 2416, AntA_report)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("psd_report_B[%d]= %d \n", 2416, AntB_report)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("psd_report_O[%d]= %d \n", 2416, AntO_report)); -+ -+ pDM_Odm->AntDetectedInfo.bAntDetected= TRUE; -+ pDM_Odm->AntDetectedInfo.dBForAntA = AntA_report; -+ pDM_Odm->AntDetectedInfo.dBForAntB = AntB_report; -+ pDM_Odm->AntDetectedInfo.dBForAntO = AntO_report; -+ -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("return FALSE!!\n")); -+ bResult = FALSE; -+ } -+ } -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8192C) -+ { -+ if(AntA_report >= 100) -+ { -+ if(AntB_report > (AntA_report+2)) -+ { -+ pDM_SWAT_Table->ANTA_ON=FALSE; -+ pDM_SWAT_Table->ANTB_ON=TRUE; -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, 0x300, Antenna_B); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection(): Single Antenna B\n")); -+ } -+ else if(AntA_report > (AntB_report+2)) -+ { -+ pDM_SWAT_Table->ANTA_ON=TRUE; -+ pDM_SWAT_Table->ANTB_ON=FALSE; -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, 0x300, Antenna_A); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection(): Single Antenna A\n")); -+ } -+ else -+ { -+ pDM_SWAT_Table->ANTA_ON=TRUE; -+ pDM_SWAT_Table->ANTB_ON=TRUE; -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection(): Need to check again\n")); -+ pDM_SWAT_Table->ANTA_ON=TRUE; // Set Antenna A on as default -+ pDM_SWAT_Table->ANTB_ON=FALSE; // Set Antenna B off as default -+ bResult = FALSE; -+ } -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("psd_report_A[%d]= %d \n", 2416, AntA_report)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("psd_report_B[%d]= %d \n", 2416, AntB_report)); -+ -+ //2 Test Ant B based on Ant A is ON -+ if((AntA_report >= 100) && (AntB_report >= 100) && (AntA_report <= 135) && (AntB_report <= 135)) -+ { -+ u1Byte TH1=2, TH2=6; -+ -+ if((AntA_report - AntB_report < TH1) || (AntB_report - AntA_report < TH1)) -+ { -+ pDM_SWAT_Table->ANTA_ON=TRUE; -+ pDM_SWAT_Table->ANTB_ON=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("ODM_SingleDualAntennaDetection(): Dual Antenna\n")); -+ } -+ else if(((AntA_report - AntB_report >= TH1) && (AntA_report - AntB_report <= TH2)) || -+ ((AntB_report - AntA_report >= TH1) && (AntB_report - AntA_report <= TH2))) -+ { -+ pDM_SWAT_Table->ANTA_ON=FALSE; -+ pDM_SWAT_Table->ANTB_ON=FALSE; -+ bResult = FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection(): Need to check again\n")); -+ } -+ else -+ { -+ pDM_SWAT_Table->ANTA_ON = TRUE; -+ pDM_SWAT_Table->ANTB_ON=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("ODM_SingleDualAntennaDetection(): Single Antenna\n")); -+ } -+ pDM_Odm->AntDetectedInfo.bAntDetected= TRUE; -+ pDM_Odm->AntDetectedInfo.dBForAntA = AntA_report; -+ pDM_Odm->AntDetectedInfo.dBForAntB = AntB_report; -+ pDM_Odm->AntDetectedInfo.dBForAntO = AntO_report; -+ -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("return FALSE!!\n")); -+ bResult = FALSE; -+ } -+ } -+ return bResult; -+ -+} -+ -+ -+ -+//1 [2. Scan AP RSSI Method] ================================================== -+ -+ -+ -+ -+BOOLEAN -+ODM_SwAntDivCheckBeforeLink( -+ IN PVOID pDM_VOID -+ ) -+{ -+ -+#if (RT_MEM_SIZE_LEVEL != RT_MEM_SIZE_MINIMUM) -+ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE* pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ s1Byte Score = 0; -+ PRT_WLAN_BSS pTmpBssDesc, pTestBssDesc; -+ u1Byte power_target = 10, power_target_L = 9, power_target_H = 16; -+ u1Byte tmp_power_diff = 0,power_diff = 0,avg_power_diff = 0,max_power_diff = 0,min_power_diff = 0xff; -+ u2Byte index, counter = 0; -+ static u1Byte ScanChannel; -+ u8Byte tStamp_diff = 0; -+ u4Byte tmp_SWAS_NoLink_BK_Reg948; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ANTA_ON = (( %d )) , ANTB_ON = (( %d )) \n",pDM_Odm->DM_SWAT_Table.ANTA_ON ,pDM_Odm->DM_SWAT_Table.ANTB_ON )); -+ -+ //if(HP id) -+ { -+ if(pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult==TRUE && pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("8723B RSSI-based Antenna Detection is done\n")); -+ return FALSE; -+ } -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if(pDM_SWAT_Table->SWAS_NoLink_BK_Reg948 == 0xff) -+ pDM_SWAT_Table->SWAS_NoLink_BK_Reg948 = ODM_Read4Byte(pDM_Odm, rS0S1_PathSwitch ); -+ } -+ } -+ -+ if (pDM_Odm->Adapter == NULL) //For BSOD when plug/unplug fast. //By YJ,120413 -+ { // The ODM structure is not initialized. -+ return FALSE; -+ } -+ -+ // Retrieve antenna detection registry info, added by Roger, 2012.11.27. -+ if(!IS_ANT_DETECT_SUPPORT_RSSI(Adapter)) -+ { -+ return FALSE; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Antenna Detection: RSSI Method\n")); -+ } -+ -+ // Since driver is going to set BB register, it shall check if there is another thread controlling BB/RF. -+ PlatformAcquireSpinLock(Adapter, RT_RF_STATE_SPINLOCK); -+ if(pHalData->eRFPowerState!=eRfOn || pMgntInfo->RFChangeInProgress || pMgntInfo->bMediaConnect) -+ { -+ PlatformReleaseSpinLock(Adapter, RT_RF_STATE_SPINLOCK); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink(): RFChangeInProgress(%x), eRFPowerState(%x)\n", -+ pMgntInfo->RFChangeInProgress, pHalData->eRFPowerState)); -+ -+ pDM_SWAT_Table->SWAS_NoLink_State = 0; -+ -+ return FALSE; -+ } -+ else -+ { -+ PlatformReleaseSpinLock(Adapter, RT_RF_STATE_SPINLOCK); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("pDM_SWAT_Table->SWAS_NoLink_State = %d\n", pDM_SWAT_Table->SWAS_NoLink_State)); -+ //1 Run AntDiv mechanism "Before Link" part. -+ if(pDM_SWAT_Table->SWAS_NoLink_State == 0) -+ { -+ //1 Prepare to do Scan again to check current antenna state. -+ -+ // Set check state to next step. -+ pDM_SWAT_Table->SWAS_NoLink_State = 1; -+ -+ // Copy Current Scan list. -+ pMgntInfo->tmpNumBssDesc = pMgntInfo->NumBssDesc; -+ PlatformMoveMemory((PVOID)Adapter->MgntInfo.tmpbssDesc, (PVOID)pMgntInfo->bssDesc, sizeof(RT_WLAN_BSS)*MAX_BSS_DESC); -+ -+ // Go back to scan function again. -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink: Scan one more time\n")); -+ pMgntInfo->ScanStep=0; -+ pMgntInfo->bScanAntDetect = TRUE; -+ ScanChannel = odm_SwAntDivSelectScanChnl(Adapter); -+ -+ -+ if(pDM_Odm->SupportICType & (ODM_RTL8188E|ODM_RTL8821)) -+ { -+ if(pDM_FatTable->RxIdleAnt == MAIN_ANT) -+ ODM_UpdateRxIdleAnt(pDM_Odm, AUX_ANT); -+ else -+ ODM_UpdateRxIdleAnt(pDM_Odm, MAIN_ANT); -+ if(ScanChannel == 0) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink(): No AP List Avaiable, Using Ant(%s)\n", (pDM_FatTable->RxIdleAnt==MAIN_ANT)?"AUX_ANT":"MAIN_ANT")); -+ -+ if(IS_5G_WIRELESS_MODE(pMgntInfo->dot11CurrentWirelessMode)) -+ { -+ pDM_SWAT_Table->Ant5G = pDM_FatTable->RxIdleAnt; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("pDM_SWAT_Table->Ant5G=%s\n", (pDM_FatTable->RxIdleAnt==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ } -+ else -+ { -+ pDM_SWAT_Table->Ant2G = pDM_FatTable->RxIdleAnt; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("pDM_SWAT_Table->Ant2G=%s\n", (pDM_FatTable->RxIdleAnt==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ } -+ return FALSE; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink: Change to %s for testing.\n", ((pDM_FatTable->RxIdleAnt == MAIN_ANT)?"MAIN_ANT":"AUX_ANT"))); -+ } -+ else if(pDM_Odm->SupportICType & (ODM_RTL8192C|ODM_RTL8723B)) -+ { -+ if(pDM_Odm->SupportICType == ODM_RTL8192C) -+ { -+ // Switch Antenna to another one. -+ pDM_SWAT_Table->PreAntenna = pDM_SWAT_Table->CurAntenna; -+ pDM_SWAT_Table->CurAntenna = (pDM_SWAT_Table->CurAntenna==MAIN_ANT)?AUX_ANT:MAIN_ANT; -+ -+ pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 = ((pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 & 0xfffffcff) | (pDM_SWAT_Table->CurAntenna<<8)); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, bMaskDWord, pDM_SWAT_Table->SWAS_NoLink_BK_Reg860); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ // Switch Antenna to another one. -+ -+ tmp_SWAS_NoLink_BK_Reg948 = ODM_Read4Byte(pDM_Odm, rS0S1_PathSwitch ); -+ -+ if( (pDM_SWAT_Table->CurAntenna = MAIN_ANT) && (tmp_SWAS_NoLink_BK_Reg948==0x200)) -+ { -+ ODM_SetBBReg(pDM_Odm, rS0S1_PathSwitch, 0xfff, 0x280); -+ ODM_SetBBReg(pDM_Odm, rAGC_table_select, BIT31, 0x1); -+ pDM_SWAT_Table->CurAntenna = AUX_ANT; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Reg[948]= (( %x )) was in wrong state\n", tmp_SWAS_NoLink_BK_Reg948 )); -+ return FALSE; -+ } -+ ODM_StallExecution(10); -+ -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink: Change to (( %s-ant)) for testing.\n", (pDM_SWAT_Table->CurAntenna==MAIN_ANT)?"MAIN":"AUX")); -+ } -+ -+ odm_SwAntDivConstructScanChnl(Adapter, ScanChannel); -+ PlatformSetTimer(Adapter, &pMgntInfo->ScanTimer, 5); -+ -+ return TRUE; -+ } -+ else //pDM_SWAT_Table->SWAS_NoLink_State == 1 -+ { -+ //1 ScanComple() is called after antenna swiched. -+ //1 Check scan result and determine which antenna is going -+ //1 to be used. -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,(" tmpNumBssDesc= (( %d )) \n",pMgntInfo->tmpNumBssDesc));// debug for Dino -+ -+ for(index = 0; index < pMgntInfo->tmpNumBssDesc; index++) -+ { -+ pTmpBssDesc = &(pMgntInfo->tmpbssDesc[index]); // Antenna 1 -+ pTestBssDesc = &(pMgntInfo->bssDesc[index]); // Antenna 2 -+ -+ if(PlatformCompareMemory(pTestBssDesc->bdBssIdBuf, pTmpBssDesc->bdBssIdBuf, 6)!=0) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink(): ERROR!! This shall not happen.\n")); -+ continue; -+ } -+ -+ if(pDM_Odm->SupportICType != ODM_RTL8723B) -+ { -+ if(pTmpBssDesc->ChannelNumber == ScanChannel) -+ { -+ if(pTmpBssDesc->RecvSignalPower > pTestBssDesc->RecvSignalPower) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink: Compare scan entry: Score++\n")); -+ RT_PRINT_STR(COMP_SCAN, DBG_WARNING, "GetScanInfo(): new Bss SSID:", pTmpBssDesc->bdSsIdBuf, pTmpBssDesc->bdSsIdLen); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("at ch %d, Original: %d, Test: %d\n\n", pTmpBssDesc->ChannelNumber, pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ -+ Score++; -+ PlatformMoveMemory(pTestBssDesc, pTmpBssDesc, sizeof(RT_WLAN_BSS)); -+ } -+ else if(pTmpBssDesc->RecvSignalPower < pTestBssDesc->RecvSignalPower) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink: Compare scan entry: Score--\n")); -+ RT_PRINT_STR(COMP_SCAN, DBG_WARNING, "GetScanInfo(): new Bss SSID:", pTmpBssDesc->bdSsIdBuf, pTmpBssDesc->bdSsIdLen); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("at ch %d, Original: %d, Test: %d\n\n", pTmpBssDesc->ChannelNumber, pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ Score--; -+ } -+ else -+ { -+ if(pTestBssDesc->bdTstamp - pTmpBssDesc->bdTstamp < 5000) -+ { -+ RT_PRINT_STR(COMP_SCAN, DBG_WARNING, "GetScanInfo(): new Bss SSID:", pTmpBssDesc->bdSsIdBuf, pTmpBssDesc->bdSsIdLen); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("at ch %d, Original: %d, Test: %d\n", pTmpBssDesc->ChannelNumber, pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("The 2nd Antenna didn't get this AP\n\n")); -+ } -+ } -+ } -+ } -+ else // 8723B -+ { -+ if(pTmpBssDesc->ChannelNumber == ScanChannel) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("ChannelNumber == ScanChannel -> (( %d )) \n", pTmpBssDesc->ChannelNumber )); -+ -+ if(pTmpBssDesc->RecvSignalPower > pTestBssDesc->RecvSignalPower) // Pow(Ant1) > Pow(Ant2) -+ { -+ counter++; -+ tmp_power_diff=(u1Byte)(pTmpBssDesc->RecvSignalPower - pTestBssDesc->RecvSignalPower); -+ power_diff = power_diff + tmp_power_diff; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Original: %d, Test: %d\n", pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ ODM_PRINT_ADDR(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, ("SSID:"), pTmpBssDesc->bdSsIdBuf); -+ ODM_PRINT_ADDR(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, ("BSSID:"), pTmpBssDesc->bdBssIdBuf); -+ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("tmp_power_diff: (( %d)),max_power_diff: (( %d)),min_power_diff: (( %d)) \n", tmp_power_diff,max_power_diff,min_power_diff)); -+ if(tmp_power_diff > max_power_diff) -+ max_power_diff=tmp_power_diff; -+ if(tmp_power_diff < min_power_diff) -+ min_power_diff=tmp_power_diff; -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("max_power_diff: (( %d)),min_power_diff: (( %d)) \n",max_power_diff,min_power_diff)); -+ -+ PlatformMoveMemory(pTestBssDesc, pTmpBssDesc, sizeof(RT_WLAN_BSS)); -+ } -+ else if(pTestBssDesc->RecvSignalPower > pTmpBssDesc->RecvSignalPower) // Pow(Ant1) < Pow(Ant2) -+ { -+ counter++; -+ tmp_power_diff=(u1Byte)(pTestBssDesc->RecvSignalPower - pTmpBssDesc->RecvSignalPower); -+ power_diff = power_diff + tmp_power_diff; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Original: %d, Test: %d\n", pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ ODM_PRINT_ADDR(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, ("SSID:"), pTmpBssDesc->bdSsIdBuf); -+ ODM_PRINT_ADDR(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, ("BSSID:"), pTmpBssDesc->bdBssIdBuf); -+ if(tmp_power_diff > max_power_diff) -+ max_power_diff=tmp_power_diff; -+ if(tmp_power_diff < min_power_diff) -+ min_power_diff=tmp_power_diff; -+ } -+ else // Pow(Ant1) = Pow(Ant2) -+ { -+ if(pTestBssDesc->bdTstamp > pTmpBssDesc->bdTstamp) // Stamp(Ant1) < Stamp(Ant2) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("time_diff: %lld\n", (pTestBssDesc->bdTstamp-pTmpBssDesc->bdTstamp)/1000)); -+ if(pTestBssDesc->bdTstamp - pTmpBssDesc->bdTstamp > 5000) -+ { -+ counter++; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Original: %d, Test: %d\n", pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ ODM_PRINT_ADDR(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, ("SSID:"), pTmpBssDesc->bdSsIdBuf); -+ ODM_PRINT_ADDR(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, ("BSSID:"), pTmpBssDesc->bdBssIdBuf); -+ min_power_diff = 0; -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Error !!!]: Time_diff: %lld\n", (pTestBssDesc->bdTstamp-pTmpBssDesc->bdTstamp)/1000)); -+ } -+ } -+ } -+ } -+ } -+ -+ if(pDM_Odm->SupportICType & (ODM_RTL8188E|ODM_RTL8821)) -+ { -+ if(pMgntInfo->NumBssDesc!=0 && Score<0) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink(): Using Ant(%s)\n", (pDM_FatTable->RxIdleAnt==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink(): Remain Ant(%s)\n", (pDM_FatTable->RxIdleAnt==MAIN_ANT)?"AUX_ANT":"MAIN_ANT")); -+ -+ if(pDM_FatTable->RxIdleAnt == MAIN_ANT) -+ ODM_UpdateRxIdleAnt(pDM_Odm, AUX_ANT); -+ else -+ ODM_UpdateRxIdleAnt(pDM_Odm, MAIN_ANT); -+ } -+ -+ if(IS_5G_WIRELESS_MODE(pMgntInfo->dot11CurrentWirelessMode)) -+ { -+ pDM_SWAT_Table->Ant5G = pDM_FatTable->RxIdleAnt; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("pDM_SWAT_Table->Ant5G=%s\n", (pDM_FatTable->RxIdleAnt==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ } -+ else -+ { -+ pDM_SWAT_Table->Ant2G = pDM_FatTable->RxIdleAnt; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("pDM_SWAT_Table->Ant2G=%s\n", (pDM_FatTable->RxIdleAnt==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ } -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if(counter == 0) -+ { -+ if(pDM_Odm->DM_SWAT_Table.Pre_Aux_FailDetec == FALSE) -+ { -+ pDM_Odm->DM_SWAT_Table.Pre_Aux_FailDetec = TRUE; -+ pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Counter=(( 0 )) , [[ Cannot find any AP with Aux-ant ]] -> Scan Target-channel again \n")); -+ -+ //3 [ Scan again ] -+ odm_SwAntDivConstructScanChnl(Adapter, ScanChannel); -+ PlatformSetTimer(Adapter, &pMgntInfo->ScanTimer, 5); -+ return TRUE; -+ } -+ else// Pre_Aux_FailDetec == TRUE -+ { -+ //2 [ Single Antenna ] -+ pDM_Odm->DM_SWAT_Table.Pre_Aux_FailDetec = FALSE; -+ pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Counter=(( 0 )) , [[ Still cannot find any AP ]] \n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink(): Single antenna\n")); -+ } -+ pDM_Odm->DM_SWAT_Table.Aux_FailDetec_Counter++; -+ } -+ else -+ { -+ pDM_Odm->DM_SWAT_Table.Pre_Aux_FailDetec = FALSE; -+ -+ if(counter==3) -+ { -+ avg_power_diff = ((power_diff-max_power_diff - min_power_diff)>>1)+ ((max_power_diff + min_power_diff)>>2); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("counter: (( %d )) , power_diff: (( %d )) \n", counter, power_diff)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ counter==3 ] Modified avg_power_diff: (( %d )) , max_power_diff: (( %d )) , min_power_diff: (( %d )) \n", avg_power_diff,max_power_diff, min_power_diff)); -+ } -+ else if(counter>=4) -+ { -+ avg_power_diff=(power_diff-max_power_diff - min_power_diff) / (counter - 2); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("counter: (( %d )) , power_diff: (( %d )) \n", counter, power_diff)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ counter>=4 ] Modified avg_power_diff: (( %d )) , max_power_diff: (( %d )) , min_power_diff: (( %d )) \n", avg_power_diff,max_power_diff, min_power_diff)); -+ -+ } -+ else//counter==1,2 -+ { -+ avg_power_diff=power_diff/counter; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("avg_power_diff: (( %d )) , counter: (( %d )) , power_diff: (( %d )) \n", avg_power_diff,counter, power_diff)); -+ } -+ -+ //2 [ Retry ] -+ if( (avg_power_diff >=power_target_L) && (avg_power_diff <=power_target_H) ) -+ { -+ pDM_Odm->DM_SWAT_Table.Retry_Counter++; -+ -+ if(pDM_Odm->DM_SWAT_Table.Retry_Counter<=3) -+ { -+ pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[[ Low confidence result ]] avg_power_diff= (( %d )) -> Scan Target-channel again ]] \n", avg_power_diff)); -+ -+ //3 [ Scan again ] -+ odm_SwAntDivConstructScanChnl(Adapter, ScanChannel); -+ PlatformSetTimer(Adapter, &pMgntInfo->ScanTimer, 5); -+ return TRUE; -+ } -+ else -+ { -+ pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[[ Still Low confidence result ]] (( Retry_Counter > 3 )) \n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink(): Single antenna\n")); -+ } -+ -+ } -+ //2 [ Dual Antenna ] -+ else if( (pMgntInfo->NumBssDesc != 0) && (avg_power_diff < power_target_L) ) -+ { -+ pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult=TRUE; -+ if(pDM_Odm->DM_SWAT_Table.ANTB_ON == FALSE) -+ { -+ pDM_Odm->DM_SWAT_Table.ANTA_ON = TRUE; -+ pDM_Odm->DM_SWAT_Table.ANTB_ON = TRUE; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("ODM_SwAntDivCheckBeforeLink(): Dual antenna\n")); -+ pDM_Odm->DM_SWAT_Table.Dual_Ant_Counter++; -+ -+ // set bt coexDM from 1ant coexDM to 2ant coexDM -+ BT_SetBtCoexAntNum(Adapter, BT_COEX_ANT_TYPE_DETECTED, 2); -+ -+ //3 [ Init antenna diversity ] -+ pDM_Odm->SupportAbility |= ODM_BB_ANT_DIV; -+ ODM_AntDivInit(pDM_Odm); -+ } -+ //2 [ Single Antenna ] -+ else if(avg_power_diff > power_target_H) -+ { -+ pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult=TRUE; -+ if(pDM_Odm->DM_SWAT_Table.ANTB_ON == TRUE) -+ { -+ pDM_Odm->DM_SWAT_Table.ANTA_ON = TRUE; -+ pDM_Odm->DM_SWAT_Table.ANTB_ON = FALSE; -+ //BT_SetBtCoexAntNum(Adapter, BT_COEX_ANT_TYPE_DETECTED, 1); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink(): Single antenna\n")); -+ pDM_Odm->DM_SWAT_Table.Single_Ant_Counter++; -+ } -+ } -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("bResult=(( %d ))\n",pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Dual_Ant_Counter = (( %d )), Single_Ant_Counter = (( %d )) , Retry_Counter = (( %d )) , Aux_FailDetec_Counter = (( %d ))\n\n\n", -+ pDM_Odm->DM_SWAT_Table.Dual_Ant_Counter,pDM_Odm->DM_SWAT_Table.Single_Ant_Counter,pDM_Odm->DM_SWAT_Table.Retry_Counter,pDM_Odm->DM_SWAT_Table.Aux_FailDetec_Counter)); -+ -+ //2 recover the antenna setting -+ -+ if(pDM_Odm->DM_SWAT_Table.ANTB_ON == FALSE) -+ ODM_SetBBReg(pDM_Odm, rS0S1_PathSwitch, 0xfff, (pDM_SWAT_Table->SWAS_NoLink_BK_Reg948)); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("bResult=(( %d )), Recover Reg[948]= (( %x )) \n\n",pDM_Odm->DM_SWAT_Table.RSSI_AntDect_bResult, pDM_SWAT_Table->SWAS_NoLink_BK_Reg948 )); -+ -+ -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8192C) -+ { -+ if(pMgntInfo->NumBssDesc!=0 && Score<=0) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink(): Using Ant(%s)\n", (pDM_SWAT_Table->CurAntenna==MAIN_ANT)?"MAIN":"AUX")); -+ -+ pDM_SWAT_Table->PreAntenna = pDM_SWAT_Table->CurAntenna; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink(): Remain Ant(%s)\n", (pDM_SWAT_Table->CurAntenna==MAIN_ANT)?"AUX":"MAIN")); -+ -+ pDM_SWAT_Table->CurAntenna = pDM_SWAT_Table->PreAntenna; -+ -+ //PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, 0x300, DM_SWAT_Table.CurAntenna); -+ pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 = ((pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 & 0xfffffcff) | (pDM_SWAT_Table->CurAntenna<<8)); -+ PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, bMaskDWord, pDM_SWAT_Table->SWAS_NoLink_BK_Reg860); -+ } -+ } -+ -+ // Check state reset to default and wait for next time. -+ pDM_SWAT_Table->SWAS_NoLink_State = 0; -+ pMgntInfo->bScanAntDetect = FALSE; -+ -+ return FALSE; -+ } -+ -+#else -+ return FALSE; -+#endif -+ -+return FALSE; -+} -+ -+ -+ -+ -+ -+ -+//1 [3. PSD Method] ========================================================== -+ -+ -+ -+ -+u4Byte -+odm_GetPSDData( -+ IN PVOID pDM_VOID, -+ IN u2Byte point, -+ IN u1Byte initial_gain) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte psd_report; -+ -+ ODM_SetBBReg(pDM_Odm, 0x808, 0x3FF, point); -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT22, 1); //Start PSD calculation, Reg808[22]=0->1 -+ ODM_StallExecution(150);//Wait for HW PSD report -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT22, 0);//Stop PSD calculation, Reg808[22]=1->0 -+ psd_report = ODM_GetBBReg(pDM_Odm,0x8B4, bMaskDWord) & 0x0000FFFF;//Read PSD report, Reg8B4[15:0] -+ -+ psd_report = (u4Byte) (odm_ConvertTo_dB(psd_report));//+(u4Byte)(initial_gain); -+ return psd_report; -+} -+ -+ -+ -+VOID -+ODM_SingleDualAntennaDetection_PSD( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ u4Byte Channel_ori; -+ u1Byte initial_gain = 0x36; -+ u1Byte tone_idx; -+ u1Byte Tone_lenth_1=7, Tone_lenth_2=4; -+ u2Byte Tone_idx_1[7]={88, 104, 120, 8, 24, 40, 56}; -+ u2Byte Tone_idx_2[4]={8, 24, 40, 56}; -+ u4Byte PSD_report_Main[11]={0}, PSD_report_Aux[11]={0}; -+ //u1Byte Tone_lenth_1=4, Tone_lenth_2=2; -+ //u2Byte Tone_idx_1[4]={88, 120, 24, 56}; -+ //u2Byte Tone_idx_2[2]={ 24, 56}; -+ //u4Byte PSD_report_Main[6]={0}, PSD_report_Aux[6]={0}; -+ -+ u4Byte PSD_report_temp,MAX_PSD_report_Main=0,MAX_PSD_report_Aux=0; -+ u4Byte PSD_power_threshold; -+ u4Byte Main_psd_result=0, Aux_psd_result=0; -+ u4Byte Regc50, Reg948, Regb2c,Regc14,Reg908; -+ u4Byte i=0,test_num=8; -+ -+ -+ if(pDM_Odm->SupportICType != ODM_RTL8723B) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SingleDualAntennaDetection_PSD()============> \n")); -+ -+ //2 [ Backup Current RF/BB Settings ] -+ -+ Channel_ori = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, ODM_CHANNEL, bRFRegOffsetMask); -+ Reg948 = ODM_GetBBReg(pDM_Odm, rS0S1_PathSwitch, bMaskDWord); -+ Regb2c = ODM_GetBBReg(pDM_Odm, rAGC_table_select, bMaskDWord); -+ Regc50 = ODM_GetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, bMaskDWord); -+ Regc14 = ODM_GetBBReg(pDM_Odm, 0xc14, bMaskDWord); -+ Reg908 = ODM_GetBBReg(pDM_Odm, 0x908, bMaskDWord); -+ -+ //2 [ Setting for doing PSD function (CH4)] -+ ODM_SetBBReg(pDM_Odm, rFPGA0_RFMOD, BIT24, 0); //disable whole CCK block -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0xFF); // Turn off TX -> Pause TX Queue -+ ODM_SetBBReg(pDM_Odm, 0xC14, bMaskDWord, 0x0); // [ Set IQK Matrix = 0 ] equivalent to [ Turn off CCA] -+ -+ // PHYTXON while loop -+ ODM_SetBBReg(pDM_Odm, 0x908, bMaskDWord, 0x803); -+ while (ODM_GetBBReg(pDM_Odm, 0xdf4, BIT6)) -+ { -+ i++; -+ if (i > 1000000) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Wait in %s() more than %d times!\n", __FUNCTION__, i)); -+ break; -+ } -+ } -+ -+ ODM_SetBBReg(pDM_Odm, 0xc50, 0x7f, initial_gain); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, ODM_CHANNEL, 0x7ff, 0x04); // Set RF to CH4 & 40M -+ ODM_SetBBReg(pDM_Odm, rFPGA0_AnalogParameter4, 0xf00000, 0xf); // 3 wire Disable 88c[23:20]=0xf -+ ODM_SetBBReg(pDM_Odm, rFPGA0_PSDFunction, BIT14|BIT15, 0x0); //128 pt //Set PSD 128 ptss -+ ODM_StallExecution(3000); -+ -+ -+ //2 [ Doing PSD Function in (CH4)] -+ -+ //Antenna A -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Switch to Main-ant (CH4)\n")); -+ ODM_SetBBReg(pDM_Odm, 0x948, 0xfff, 0x200); -+ ODM_StallExecution(10); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("dbg\n")); -+ for (i=0;iPSD_report_Main[tone_idx] ) -+ PSD_report_Main[tone_idx]+=PSD_report_temp; -+ } -+ } -+ //Antenna B -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Switch to Aux-ant (CH4)\n")); -+ ODM_SetBBReg(pDM_Odm, 0x948, 0xfff, 0x280); -+ ODM_StallExecution(10); -+ for (i=0;iPSD_report_Aux[tone_idx] ) -+ PSD_report_Aux[tone_idx]+=PSD_report_temp; -+ } -+ } -+ //2 [ Doing PSD Function in (CH8)] -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_AnalogParameter4, 0xf00000, 0x0); // 3 wire enable 88c[23:20]=0x0 -+ ODM_StallExecution(3000); -+ -+ ODM_SetBBReg(pDM_Odm, 0xc50, 0x7f, initial_gain); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, ODM_CHANNEL, 0x7ff, 0x04); // Set RF to CH8 & 40M -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_AnalogParameter4, 0xf00000, 0xf); // 3 wire Disable 88c[23:20]=0xf -+ ODM_StallExecution(3000); -+ -+ //Antenna A -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Switch to Main-ant (CH8)\n")); -+ ODM_SetBBReg(pDM_Odm, 0x948, 0xfff, 0x200); -+ ODM_StallExecution(10); -+ -+ for (i=0;iPSD_report_Main[tone_idx] ) -+ PSD_report_Main[Tone_lenth_1+tone_idx]+=PSD_report_temp; -+ } -+ } -+ -+ //Antenna B -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Switch to Aux-ant (CH8)\n")); -+ ODM_SetBBReg(pDM_Odm, 0x948, 0xfff, 0x280); -+ ODM_StallExecution(10); -+ -+ for (i=0;iPSD_report_Aux[tone_idx] ) -+ PSD_report_Aux[Tone_lenth_1+tone_idx]+=PSD_report_temp; -+ } -+ } -+ -+ //2 [ Calculate Result ] -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\nMain PSD Result: (ALL) \n")); -+ for (tone_idx=0;tone_idx<(Tone_lenth_1+Tone_lenth_2);tone_idx++) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Tone-%d]: %d, \n",(tone_idx+1), PSD_report_Main[tone_idx] )); -+ Main_psd_result+= PSD_report_Main[tone_idx]; -+ if(PSD_report_Main[tone_idx]>MAX_PSD_report_Main) -+ MAX_PSD_report_Main=PSD_report_Main[tone_idx]; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("--------------------------- \nTotal_Main= (( %d ))\n", Main_psd_result)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("MAX_Main = (( %d ))\n", MAX_PSD_report_Main)); -+ -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\nAux PSD Result: (ALL) \n")); -+ for (tone_idx=0;tone_idx<(Tone_lenth_1+Tone_lenth_2);tone_idx++) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Tone-%d]: %d, \n",(tone_idx+1), PSD_report_Aux[tone_idx] )); -+ Aux_psd_result+= PSD_report_Aux[tone_idx]; -+ if(PSD_report_Aux[tone_idx]>MAX_PSD_report_Aux) -+ MAX_PSD_report_Aux=PSD_report_Aux[tone_idx]; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("--------------------------- \nTotal_Aux= (( %d ))\n", Aux_psd_result)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("MAX_Aux = (( %d ))\n\n", MAX_PSD_report_Aux)); -+ -+ //Main_psd_result=Main_psd_result-MAX_PSD_report_Main; -+ //Aux_psd_result=Aux_psd_result-MAX_PSD_report_Aux; -+ PSD_power_threshold=(Main_psd_result*7)>>3; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Main_result , Aux_result ] = [ %d , %d ], PSD_power_threshold=(( %d ))\n", Main_psd_result, Aux_psd_result,PSD_power_threshold)); -+ -+ //3 [ Dual Antenna ] -+ if(Aux_psd_result >= PSD_power_threshold ) -+ { -+ if(pDM_Odm->DM_SWAT_Table.ANTB_ON == FALSE) -+ { -+ pDM_Odm->DM_SWAT_Table.ANTA_ON = TRUE; -+ pDM_Odm->DM_SWAT_Table.ANTB_ON = TRUE; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("ODM_SwAntDivCheckBeforeLink(): Dual antenna\n")); -+ -+ // set bt coexDM from 1ant coexDM to 2ant coexDM -+ //BT_SetBtCoexAntNum(pAdapter, BT_COEX_ANT_TYPE_DETECTED, 2); -+ -+ // Init antenna diversity -+ pDM_Odm->SupportAbility |= ODM_BB_ANT_DIV; -+ ODM_AntDivInit(pDM_Odm); -+ } -+ //3 [ Single Antenna ] -+ else -+ { -+ if(pDM_Odm->DM_SWAT_Table.ANTB_ON == TRUE) -+ { -+ pDM_Odm->DM_SWAT_Table.ANTA_ON = TRUE; -+ pDM_Odm->DM_SWAT_Table.ANTB_ON = FALSE; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("ODM_SwAntDivCheckBeforeLink(): Single antenna\n")); -+ } -+ -+ //2 [ Recover all parameters ] -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask,Channel_ori); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_AnalogParameter4, 0xf00000, 0x0); // 3 wire enable 88c[23:20]=0x0 -+ ODM_SetBBReg(pDM_Odm, 0xc50, 0x7f, Regc50); -+ -+ ODM_SetBBReg(pDM_Odm, rS0S1_PathSwitch, bMaskDWord, Reg948); -+ ODM_SetBBReg(pDM_Odm, rAGC_table_select, bMaskDWord, Regb2c); -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_RFMOD, BIT24, 1); //enable whole CCK block -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0x0); //Turn on TX // Resume TX Queue -+ ODM_SetBBReg(pDM_Odm, 0xC14, bMaskDWord, Regc14); // [ Set IQK Matrix = 0 ] equivalent to [ Turn on CCA] -+ ODM_SetBBReg(pDM_Odm, 0x908, bMaskDWord, Reg908); -+ -+ return; -+ -+} -+ -+#endif -+void -+odm_SwAntDetectInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if(defined(CONFIG_ANT_DETECTION)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ -+ //pDM_SWAT_Table->SWAS_NoLink_BK_Reg92c = ODM_Read4Byte(pDM_Odm, rDPDT_control); -+ //pDM_SWAT_Table->PreAntenna = MAIN_ANT; -+ //pDM_SWAT_Table->CurAntenna = MAIN_ANT; -+ pDM_SWAT_Table->SWAS_NoLink_State = 0; -+ pDM_SWAT_Table->Pre_Aux_FailDetec = FALSE; -+ pDM_SWAT_Table->SWAS_NoLink_BK_Reg948 = 0xff; -+#endif -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdect.h linux/3rdparty/rtl8812au/hal/phydm/phydm_antdect.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdect.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_antdect.h 2017-06-07 23:07:21.016688031 +0300 -@@ -0,0 +1,98 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMANTDECT_H__ -+#define __PHYDMANTDECT_H__ -+ -+#define ANTDECT_VERSION "2.0" //2014.11.04 -+ -+#if(defined(CONFIG_ANT_DETECTION)) -+//#if( DM_ODM_SUPPORT_TYPE & (ODM_WIN |ODM_CE)) -+//ANT Test -+#define ANTTESTALL 0x00 /*Ant A or B will be Testing*/ -+#define ANTTESTA 0x01 /*Ant A will be Testing*/ -+#define ANTTESTB 0x02 /*Ant B will be testing*/ -+ -+#define MAX_ANTENNA_DETECTION_CNT 10 -+ -+ -+typedef struct _ANT_DETECTED_INFO{ -+ BOOLEAN bAntDetected; -+ u4Byte dBForAntA; -+ u4Byte dBForAntB; -+ u4Byte dBForAntO; -+}ANT_DETECTED_INFO, *PANT_DETECTED_INFO; -+ -+ -+typedef enum tag_SW_Antenna_Switch_Definition -+{ -+ Antenna_A = 1, -+ Antenna_B = 2, -+ Antenna_MAX = 3, -+}DM_SWAS_E; -+ -+ -+ -+//1 [1. Single Tone Method] =================================================== -+ -+ -+ -+VOID -+ODM_SingleDualAntennaDefaultSetting( -+ IN PVOID pDM_VOID -+ ); -+ -+BOOLEAN -+ODM_SingleDualAntennaDetection( -+ IN PVOID pDM_VOID, -+ IN u1Byte mode -+ ); -+ -+//1 [2. Scan AP RSSI Method] ================================================== -+ -+#define SwAntDivCheckBeforeLink ODM_SwAntDivCheckBeforeLink -+ -+BOOLEAN -+ODM_SwAntDivCheckBeforeLink( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+ -+ -+//1 [3. PSD Method] ========================================================== -+ -+ -+VOID -+ODM_SingleDualAntennaDetection_PSD( -+ IN PVOID pDM_VOID -+); -+ -+#endif -+ -+VOID -+odm_SwAntDetectInit( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+#endif -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.c linux/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.c 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,4771 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+//====================================================== -+// when antenna test utility is on or some testing need to disable antenna diversity -+// call this function to disable all ODM related mechanisms which will switch antenna. -+//====================================================== -+VOID -+ODM_StopAntennaSwitchDm( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ // disable ODM antenna diversity -+ pDM_Odm->SupportAbility &= ~ODM_BB_ANT_DIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("STOP Antenna Diversity \n")); -+} -+ -+VOID -+ODM_SetAntConfig( -+ IN PVOID pDM_VOID, -+ IN u1Byte antSetting // 0=A, 1=B, 2=C, .... -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if(antSetting == 0) // ant A -+ ODM_SetBBReg(pDM_Odm, 0x948, bMaskDWord, 0x00000000); -+ else if(antSetting == 1) -+ ODM_SetBBReg(pDM_Odm, 0x948, bMaskDWord, 0x00000280); -+ } -+} -+ -+//====================================================== -+ -+ -+VOID -+ODM_SwAntDivRestAfterLink( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u4Byte i; -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8723A) -+ { -+ pDM_SWAT_Table->RSSI_cnt_A = 0; -+ pDM_SWAT_Table->RSSI_cnt_B = 0; -+ pDM_Odm->RSSI_test = FALSE; -+ pDM_SWAT_Table->try_flag = 0xff; -+ pDM_SWAT_Table->RSSI_Trying = 0; -+ pDM_SWAT_Table->SelectAntennaMap=0xAA; -+ -+ } -+ else if(pDM_Odm->SupportICType & (ODM_RTL8723B|ODM_RTL8821)) -+ { -+ pDM_Odm->RSSI_test = FALSE; -+ pDM_SWAT_Table->try_flag = 0xff; -+ pDM_SWAT_Table->RSSI_Trying = 0; -+ pDM_SWAT_Table->Double_chk_flag= 0; -+ -+ pDM_FatTable->RxIdleAnt=MAIN_ANT; -+ -+ for (i=0; iMainAnt_Sum[i] = 0; -+ pDM_FatTable->AuxAnt_Sum[i] = 0; -+ pDM_FatTable->MainAnt_Cnt[i] = 0; -+ pDM_FatTable->AuxAnt_Cnt[i] = 0; -+ } -+ -+ } -+} -+ -+ -+#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+VOID -+odm_AntDiv_on_off( -+ IN PVOID pDM_VOID , -+ IN u1Byte swch -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ if(pDM_FatTable->AntDiv_OnOff != swch) -+ { -+ if(pDM_Odm->AntDivType==S0S1_SW_ANTDIV || pDM_Odm->AntDivType==CGCS_RX_SW_ANTDIV) -+ return; -+ -+ if(pDM_Odm->SupportICType & ODM_N_ANTDIV_SUPPORT) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("(( Turn %s )) N-Series HW-AntDiv block\n",(swch==ANTDIV_ON)?"ON" : "OFF")); -+ ODM_SetBBReg(pDM_Odm, 0xc50 , BIT7, swch); //OFDM AntDiv function block enable -+ ODM_SetBBReg(pDM_Odm, 0xa00 , BIT15, swch); //CCK AntDiv function block enable -+ } -+ else if(pDM_Odm->SupportICType & ODM_AC_ANTDIV_SUPPORT) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("(( Turn %s )) AC-Series HW-AntDiv block\n",(swch==ANTDIV_ON)?"ON" : "OFF")); -+ if (pDM_Odm->SupportICType == ODM_RTL8812) { -+ ODM_SetBBReg(pDM_Odm, 0xc50 , BIT7, swch); //OFDM AntDiv function block enable -+ ODM_SetBBReg(pDM_Odm, 0xa00 , BIT15, swch); //CCK AntDiv function block enable -+ } else { -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , BIT24, swch); //OFDM AntDiv function block enable -+ -+ if( (pDM_Odm->CutVersion >= ODM_CUT_C) && (pDM_Odm->SupportICType == ODM_RTL8821) && ( pDM_Odm->AntDivType != S0S1_SW_ANTDIV)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("(( Turn %s )) CCK HW-AntDiv block\n",(swch==ANTDIV_ON)?"ON" : "OFF")); -+ ODM_SetBBReg(pDM_Odm, 0x800 , BIT25, swch); -+ ODM_SetBBReg(pDM_Odm, 0xA00 , BIT15, swch); //CCK AntDiv function block enable -+ } -+ } -+ } -+ } -+ pDM_FatTable->AntDiv_OnOff =swch; -+ -+} -+ -+VOID -+phydm_FastTraining_enable( -+ IN PVOID pDM_VOID, -+ IN u1Byte swch -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte enable; -+ -+ if (swch == FAT_ON) -+ enable=1; -+ else -+ enable=0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Fast Ant Training_en = ((%d))\n", enable)); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8188E) { -+ ODM_SetBBReg(pDM_Odm, 0xe08 , BIT16, enable); /*enable fast training*/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8192E) { -+ ODM_SetBBReg(pDM_Odm, 0xB34 , BIT28, enable); /*enable fast training (path-A)*/ -+ /*ODM_SetBBReg(pDM_Odm, 0xB34 , BIT29, enable);*/ /*enable fast training (path-B)*/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8821) { -+ ODM_SetBBReg(pDM_Odm, 0x900 , BIT19, enable); /*enable fast training */ -+ /**/ -+ } -+} -+ -+VOID -+odm_Tx_By_TxDesc_or_Reg( -+ IN PVOID pDM_VOID, -+ IN u1Byte swch -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte enable; -+ -+ if( swch== TX_BY_DESC) -+ enable=1; -+ else -+ enable=0; -+ -+ if(pDM_Odm->AntDivType != CGCS_RX_HW_ANTDIV) -+ { -+ if(pDM_Odm->SupportICType & ODM_N_ANTDIV_SUPPORT) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x80c , BIT21, enable); -+ } -+ else if(pDM_Odm->SupportICType & ODM_AC_ANTDIV_SUPPORT) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x900 , BIT18, enable); -+ } -+ } -+} -+ -+ -+u1Byte -+phydm_traffic_load_decision( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ u8Byte curTxOkCnt = 0, curRxOkCnt = 0; -+ u1Byte traffic; -+ -+ /*---trafic load decision---*/ -+ curTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast) - pDM_SWAT_Table->lastTxOkCnt; -+ curRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast) - pDM_SWAT_Table->lastRxOkCnt; -+ pDM_SWAT_Table->lastTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast); -+ pDM_SWAT_Table->lastRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("TxOkCnt=(( %llu )), RxOkCnt=(( %llu ))\n", -+ curTxOkCnt, curRxOkCnt)); -+ -+ if (curTxOkCnt > 1875000 || curRxOkCnt > 1875000) {/*if(PlatformDivision64(curTxOkCnt+curRxOkCnt, 2) > 1875000) ( 1.875M * 8bit ) / 2= 7.5M bits /sec )*/ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[HIGH Traffic]\n")); -+ traffic = TRAFFIC_HIGH; -+ } else if (curTxOkCnt > 125000 || curRxOkCnt > 125000) { /*( 0.125M * 8bit ) / 2 = 0.5M bits /sec )*/ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Low Traffic]\n")); -+ traffic = TRAFFIC_LOW; -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Ultra-Low Traffic]\n")); -+ traffic = TRAFFIC_ULTRA_LOW; -+ } -+ return traffic; -+} -+ -+VOID -+ODM_UpdateRxIdleAnt( -+ IN PVOID pDM_VOID, -+ IN u1Byte Ant -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u4Byte DefaultAnt, OptionalAnt,value32; -+ -+ if(pDM_FatTable->RxIdleAnt != Ant) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] RxIdleAnt =%s\n",(Ant==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ -+ if(!(pDM_Odm->SupportICType & ODM_RTL8723B)) -+ pDM_FatTable->RxIdleAnt = Ant; -+ -+ if(Ant == MAIN_ANT) -+ { -+ DefaultAnt = ANT1_2G; -+ OptionalAnt = ANT2_2G; -+ } -+ else -+ { -+ DefaultAnt = ANT2_2G; -+ OptionalAnt = ANT1_2G; -+ } -+ -+ if(pDM_Odm->SupportICType & ODM_N_ANTDIV_SUPPORT) -+ { -+ if(pDM_Odm->SupportICType==ODM_RTL8192E) -+ { -+ ODM_SetBBReg(pDM_Odm, 0xB38 , BIT5|BIT4|BIT3, DefaultAnt); //Default RX -+ ODM_SetBBReg(pDM_Odm, 0xB38 , BIT8|BIT7|BIT6, OptionalAnt);//Optional RX -+ ODM_SetBBReg(pDM_Odm, 0x860, BIT14|BIT13|BIT12, DefaultAnt);//Default TX -+ } -+ #if (RTL8723B_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType==ODM_RTL8723B) -+ { -+ value32 = ODM_GetBBReg(pDM_Odm, 0x948, 0xFFF); -+ -+ if(value32 !=0x280) -+ ODM_UpdateRxIdleAnt_8723B(pDM_Odm, Ant, DefaultAnt, OptionalAnt); -+ else -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] 8723B: Fail to set RX antenna due to 0x948 = 0x280\n")); -+ } -+ #endif -+ else //88E -+ { -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT5|BIT4|BIT3, DefaultAnt); //Default RX -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT8|BIT7|BIT6, OptionalAnt); //Optional RX -+ ODM_SetBBReg(pDM_Odm, 0x860, BIT14|BIT13|BIT12, DefaultAnt); //Default TX -+ } -+ } -+ else if(pDM_Odm->SupportICType & ODM_AC_ANTDIV_SUPPORT) -+ { -+ u2Byte value16 = ODM_Read2Byte(pDM_Odm, ODM_REG_TRMUX_11AC+2); -+ // -+ // 2014/01/14 MH/Luke.Lee Add direct write for register 0xc0a to prevnt -+ // incorrect 0xc08 bit0-15 .We still not know why it is changed. -+ // -+ value16 &= ~(BIT11|BIT10|BIT9|BIT8|BIT7|BIT6|BIT5|BIT4|BIT3); -+ value16 |= ((u2Byte)DefaultAnt <<3); -+ value16 |= ((u2Byte)OptionalAnt <<6); -+ value16 |= ((u2Byte)DefaultAnt <<9); -+ ODM_Write2Byte(pDM_Odm, ODM_REG_TRMUX_11AC+2, value16); -+ /* -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TRMUX_11AC , BIT21|BIT20|BIT19, DefaultAnt); //Default RX -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TRMUX_11AC , BIT24|BIT23|BIT22, OptionalAnt);//Optional RX -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TRMUX_11AC , BIT27|BIT26|BIT25, DefaultAnt); //Default TX -+ */ -+ } -+ -+ if(pDM_Odm->SupportICType==ODM_RTL8188E) -+ { -+ ODM_SetMACReg(pDM_Odm, 0x6D8 , BIT7|BIT6, DefaultAnt); //PathA Resp Tx -+ } -+ else -+ { -+ ODM_SetMACReg(pDM_Odm, 0x6D8 , BIT10|BIT9|BIT8, DefaultAnt); //PathA Resp Tx -+ } -+ -+ } -+ else// pDM_FatTable->RxIdleAnt == Ant -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Stay in Ori-Ant ] RxIdleAnt =%s\n",(Ant==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ pDM_FatTable->RxIdleAnt = Ant; -+ } -+} -+ -+VOID -+odm_UpdateTxAnt( -+ IN PVOID pDM_VOID, -+ IN u1Byte Ant, -+ IN u4Byte MacId -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u1Byte TxAnt; -+ -+ if (pDM_Odm->AntDivType==CG_TRX_SMART_ANTDIV) -+ { -+ TxAnt=Ant; -+ } -+ else -+ { -+ if(Ant == MAIN_ANT) -+ TxAnt = ANT1_2G; -+ else -+ TxAnt = ANT2_2G; -+ } -+ -+ pDM_FatTable->antsel_a[MacId] = TxAnt&BIT0; -+ pDM_FatTable->antsel_b[MacId] = (TxAnt&BIT1)>>1; -+ pDM_FatTable->antsel_c[MacId] = (TxAnt&BIT2)>>2; -+ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Tx from TxInfo]: MacID:(( %d )), TxAnt = (( %s ))\n", MacId,(Ant==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("antsel_tr_mux=(( 3'b%d%d%d ))\n",pDM_FatTable->antsel_c[MacId] , pDM_FatTable->antsel_b[MacId] , pDM_FatTable->antsel_a[MacId] )); -+ -+} -+ -+#ifdef BEAMFORMING_SUPPORT -+#if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+VOID -+odm_BDC_Init( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pBDC_T pDM_BdcTable=&pDM_Odm->DM_BdcTable; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\n[ BDC Initialization......] \n")); -+ pDM_BdcTable->BDC_state=BDC_DIV_TRAIN_STATE; -+ pDM_BdcTable->BDC_Mode=BDC_MODE_NULL; -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDCcoexType_wBfer=0; -+ pDM_Odm->bdc_holdstate=0xff; -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ ODM_SetBBReg(pDM_Odm, 0xd7c , 0x0FFFFFFF, 0x1081008); -+ ODM_SetBBReg(pDM_Odm, 0xd80 , 0x0FFFFFFF, 0); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x9b0 , 0x0FFFFFFF, 0x1081008); //0x9b0[30:0] = 01081008 -+ ODM_SetBBReg(pDM_Odm, 0x9b4 , 0x0FFFFFFF, 0); //0x9b4[31:0] = 00000000 -+ } -+ -+} -+ -+ -+VOID -+odm_CSI_on_off( -+ IN PVOID pDM_VOID, -+ IN u1Byte CSI_en -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if(CSI_en==CSI_ON) -+ { -+ if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ ODM_SetMACReg(pDM_Odm, 0xd84 , BIT11, 1); //0xd84[11]=1 -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ ODM_SetMACReg(pDM_Odm, 0x9b0 , BIT31, 1); //0x9b0[31]=1 -+ } -+ -+ } -+ else if(CSI_en==CSI_OFF) -+ { -+ if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ ODM_SetMACReg(pDM_Odm, 0xd84 , BIT11, 0); //0xd84[11]=0 -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ ODM_SetMACReg(pDM_Odm, 0x9b0 , BIT31, 0); //0x9b0[31]=0 -+ } -+ } -+} -+ -+VOID -+odm_BDCcoexType_withBferClient( -+ IN PVOID pDM_VOID, -+ IN u1Byte swch -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pBDC_T pDM_BdcTable = &pDM_Odm->DM_BdcTable; -+ u1Byte BDCcoexType_wBfer; -+ -+ if(swch==DIVON_CSIOFF) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[BDCcoexType: 1] {DIV,CSI} ={1,0} \n")); -+ BDCcoexType_wBfer=1; -+ -+ if(BDCcoexType_wBfer != pDM_BdcTable->BDCcoexType_wBfer) -+ { -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); -+ odm_CSI_on_off(pDM_Odm,CSI_OFF); -+ pDM_BdcTable->BDCcoexType_wBfer=1; -+ } -+ } -+ else if(swch==DIVOFF_CSION) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[BDCcoexType: 2] {DIV,CSI} ={0,1}\n")); -+ BDCcoexType_wBfer=2; -+ -+ if(BDCcoexType_wBfer != pDM_BdcTable->BDCcoexType_wBfer) -+ { -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ odm_CSI_on_off(pDM_Odm,CSI_ON); -+ pDM_BdcTable->BDCcoexType_wBfer=2; -+ } -+ } -+} -+ -+VOID -+odm_BF_AntDiv_ModeArbitration( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pBDC_T pDM_BdcTable = &pDM_Odm->DM_BdcTable; -+ u1Byte current_BDC_Mode; -+ -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\n")); -+ -+ //2 Mode 1 -+ if((pDM_BdcTable->num_Txbfee_Client !=0) && (pDM_BdcTable->num_Txbfer_Client == 0)) -+ { -+ current_BDC_Mode=BDC_MODE_1; -+ -+ if(current_BDC_Mode != pDM_BdcTable->BDC_Mode) -+ { -+ pDM_BdcTable->BDC_Mode=BDC_MODE_1; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ pDM_BdcTable->BDC_RxIdleUpdate_counter=1; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Change to (( Mode1 ))\n")); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Antdiv + BF coextance Mode] : (( Mode1 ))\n")); -+ } -+ //2 Mode 2 -+ else if((pDM_BdcTable->num_Txbfee_Client ==0) && (pDM_BdcTable->num_Txbfer_Client != 0)) -+ { -+ current_BDC_Mode=BDC_MODE_2; -+ -+ if(current_BDC_Mode != pDM_BdcTable->BDC_Mode) -+ { -+ pDM_BdcTable->BDC_Mode=BDC_MODE_2; -+ pDM_BdcTable->BDC_state=BDC_DIV_TRAIN_STATE; -+ pDM_BdcTable->BDC_Try_flag=0; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Change to (( Mode2 ))\n")); -+ -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Antdiv + BF coextance Mode] : (( Mode2 ))\n")); -+ } -+ //2 Mode 3 -+ else if((pDM_BdcTable->num_Txbfee_Client !=0) && (pDM_BdcTable->num_Txbfer_Client != 0)) -+ { -+ current_BDC_Mode=BDC_MODE_3; -+ -+ if(current_BDC_Mode != pDM_BdcTable->BDC_Mode) -+ { -+ pDM_BdcTable->BDC_Mode=BDC_MODE_3; -+ pDM_BdcTable->BDC_state=BDC_DIV_TRAIN_STATE; -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDC_RxIdleUpdate_counter=1; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Change to (( Mode3 ))\n")); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Antdiv + BF coextance Mode] : (( Mode3 ))\n")); -+ } -+ //2 Mode 4 -+ else if((pDM_BdcTable->num_Txbfee_Client ==0) && (pDM_BdcTable->num_Txbfer_Client == 0)) -+ { -+ current_BDC_Mode=BDC_MODE_4; -+ -+ if(current_BDC_Mode != pDM_BdcTable->BDC_Mode) -+ { -+ pDM_BdcTable->BDC_Mode=BDC_MODE_4; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Change to (( Mode4 ))\n")); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Antdiv + BF coextance Mode] : (( Mode4 ))\n")); -+ } -+ #endif -+ -+} -+ -+VOID -+odm_DivTrainState_setting( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pBDC_T pDM_BdcTable=&pDM_Odm->DM_BdcTable; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\n*****[S T A R T ]***** [2-0. DIV_TRAIN_STATE] \n")); -+ pDM_BdcTable->BDC_Try_counter =2; -+ pDM_BdcTable->BDC_Try_flag=1; -+ pDM_BdcTable->BDC_state=BDC_BFer_TRAIN_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+} -+ -+VOID -+odm_BDCcoex_BFeeRxDiv_Arbitration( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pBDC_T pDM_BdcTable = &pDM_Odm->DM_BdcTable; -+ BOOLEAN StopBF_flag; -+ u1Byte BDC_active_Mode; -+ -+ -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***{ num_BFee, num_BFer , num_Client} = (( %d , %d , %d)) \n",pDM_BdcTable->num_Txbfee_Client,pDM_BdcTable->num_Txbfer_Client,pDM_BdcTable->num_Client)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***{ num_BF_tars, num_DIV_tars } = (( %d , %d )) \n",pDM_BdcTable->num_BfTar , pDM_BdcTable->num_DivTar )); -+ -+ //2 [ MIB control ] -+ if (pDM_Odm->bdc_holdstate==2) -+ { -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVOFF_CSION); -+ pDM_BdcTable->BDC_state=BDC_BF_HOLD_STATE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Force in [ BF STATE] \n")); -+ return; -+ } -+ else if (pDM_Odm->bdc_holdstate==1) -+ { -+ pDM_BdcTable->BDC_state=BDC_DIV_HOLD_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Force in [ DIV STATE] \n")); -+ return; -+ } -+ -+ //------------------------------------------------------------ -+ -+ -+ -+ //2 Mode 2 & 3 -+ if(pDM_BdcTable->BDC_Mode==BDC_MODE_2 ||pDM_BdcTable->BDC_Mode==BDC_MODE_3) -+ { -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\n{ Try_flag , Try_counter } = { %d , %d } \n",pDM_BdcTable->BDC_Try_flag,pDM_BdcTable->BDC_Try_counter)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BDCcoexType = (( %d )) \n\n", pDM_BdcTable->BDCcoexType_wBfer)); -+ -+ // All Client have Bfer-Cap------------------------------- -+ if(pDM_BdcTable->num_Txbfer_Client == pDM_BdcTable->num_Client) //BFer STA Only?: yes -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BFer STA only? (( Yes ))\n")); -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDC_state=BDC_DIV_TRAIN_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVOFF_CSION); -+ return; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BFer STA only? (( No ))\n")); -+ } -+ // -+ if(pDM_BdcTable->bAll_BFSta_Idle==FALSE && pDM_BdcTable->bAll_DivSta_Idle==TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("All DIV-STA are idle, but BF-STA not\n")); -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDC_state=BDC_BFer_TRAIN_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVOFF_CSION); -+ return; -+ } -+ else if(pDM_BdcTable->bAll_BFSta_Idle==TRUE && pDM_BdcTable->bAll_DivSta_Idle==FALSE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("All BF-STA are idle, but DIV-STA not\n")); -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDC_state=BDC_DIV_TRAIN_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ return; -+ } -+ -+ //Select active mode-------------------------------------- -+ if(pDM_BdcTable->num_BfTar ==0) // Selsect_1, Selsect_2 -+ { -+ if(pDM_BdcTable->num_DivTar ==0) // Selsect_3 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Select active mode (( 1 )) \n")); -+ pDM_BdcTable->BDC_active_Mode=1; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Select active mode (( 2 ))\n")); -+ pDM_BdcTable->BDC_active_Mode=2; -+ } -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDC_state=BDC_DIV_TRAIN_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ return; -+ } -+ else // num_BfTar > 0 -+ { -+ if(pDM_BdcTable->num_DivTar ==0) // Selsect_3 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Select active mode (( 3 ))\n")); -+ pDM_BdcTable->BDC_active_Mode=3; -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDC_state=BDC_BFer_TRAIN_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVOFF_CSION); -+ return; -+ } -+ else // Selsect_4 -+ { -+ BDC_active_Mode=4; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Select active mode (( 4 ))\n")); -+ -+ if(BDC_active_Mode!=pDM_BdcTable->BDC_active_Mode) -+ { -+ pDM_BdcTable->BDC_active_Mode=4; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Change to active mode (( 4 )) & return!!! \n")); -+ return; -+ } -+ } -+ } -+ -+#if 1 -+ if (pDM_Odm->bdc_holdstate==0xff) -+ { -+ pDM_BdcTable->BDC_state=BDC_DIV_HOLD_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Force in [ DIV STATE] \n")); -+ return; -+ } -+#endif -+ -+ // Does Client number changed ? ------------------------------- -+ if(pDM_BdcTable->num_Client !=pDM_BdcTable->pre_num_Client) -+ { -+ pDM_BdcTable->BDC_Try_flag=0; -+ pDM_BdcTable->BDC_state=BDC_DIV_TRAIN_STATE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ The number of client has been changed !!!] return to (( BDC_DIV_TRAIN_STATE )) \n")); -+ } -+ pDM_BdcTable->pre_num_Client=pDM_BdcTable->num_Client; -+ -+ if( pDM_BdcTable->BDC_Try_flag==0) -+ { -+ //2 DIV_TRAIN_STATE (Mode 2-0) -+ if(pDM_BdcTable->BDC_state==BDC_DIV_TRAIN_STATE) -+ { -+ odm_DivTrainState_setting( pDM_Odm); -+ } -+ //2 BFer_TRAIN_STATE (Mode 2-1) -+ else if(pDM_BdcTable->BDC_state==BDC_BFer_TRAIN_STATE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*****[2-1. BFer_TRAIN_STATE ]***** \n")); -+ -+ //if(pDM_BdcTable->num_BfTar==0) -+ //{ -+ // ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BF_tars exist? : (( No )), [ BDC_BFer_TRAIN_STATE ] >> [BDC_DIV_TRAIN_STATE] \n")); -+ // odm_DivTrainState_setting( pDM_Odm); -+ //} -+ //else //num_BfTar != 0 -+ //{ -+ pDM_BdcTable->BDC_Try_counter=2; -+ pDM_BdcTable->BDC_Try_flag=1; -+ pDM_BdcTable->BDC_state=BDC_DECISION_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVOFF_CSION); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BF_tars exist? : (( Yes )), [ BDC_BFer_TRAIN_STATE ] >> [BDC_DECISION_STATE] \n")); -+ //} -+ } -+ //2 DECISION_STATE (Mode 2-2) -+ else if(pDM_BdcTable->BDC_state==BDC_DECISION_STATE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*****[2-2. DECISION_STATE]***** \n")); -+ //if(pDM_BdcTable->num_BfTar==0) -+ //{ -+ // ODM_AntDiv_Printk(("BF_tars exist? : (( No )), [ DECISION_STATE ] >> [BDC_DIV_TRAIN_STATE] \n")); -+ // odm_DivTrainState_setting( pDM_Odm); -+ //} -+ //else //num_BfTar != 0 -+ //{ -+ if(pDM_BdcTable->BF_pass==FALSE || pDM_BdcTable->DIV_pass == FALSE) -+ StopBF_flag=TRUE; -+ else -+ StopBF_flag=FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BF_tars exist? : (( Yes )), {BF_pass, DIV_pass, StopBF_flag } = { %d, %d, %d } \n" ,pDM_BdcTable->BF_pass,pDM_BdcTable->DIV_pass,StopBF_flag)); -+ -+ if(StopBF_flag==TRUE) //DIV_en -+ { -+ pDM_BdcTable->BDC_Hold_counter=10; //20 -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ pDM_BdcTable->BDC_state=BDC_DIV_HOLD_STATE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ StopBF_flag= ((TRUE)), BDC_DECISION_STATE ] >> [BDC_DIV_HOLD_STATE] \n")); -+ } -+ else //BF_en -+ { -+ pDM_BdcTable->BDC_Hold_counter=10; //20 -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVOFF_CSION); -+ pDM_BdcTable->BDC_state=BDC_BF_HOLD_STATE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[StopBF_flag= ((FALSE)), BDC_DECISION_STATE ] >> [BDC_BF_HOLD_STATE] \n")); -+ } -+ //} -+ } -+ //2 BF-HOLD_STATE (Mode 2-3) -+ else if(pDM_BdcTable->BDC_state==BDC_BF_HOLD_STATE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*****[2-3. BF_HOLD_STATE ]*****\n")); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BDC_Hold_counter = (( %d )) \n",pDM_BdcTable->BDC_Hold_counter )); -+ -+ if(pDM_BdcTable->BDC_Hold_counter==1) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ BDC_BF_HOLD_STATE ] >> [BDC_DIV_TRAIN_STATE] \n")); -+ odm_DivTrainState_setting( pDM_Odm); -+ } -+ else -+ { -+ pDM_BdcTable->BDC_Hold_counter--; -+ -+ //if(pDM_BdcTable->num_BfTar==0) -+ //{ -+ // ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BF_tars exist? : (( No )), [ BDC_BF_HOLD_STATE ] >> [BDC_DIV_TRAIN_STATE] \n")); -+ // odm_DivTrainState_setting( pDM_Odm); -+ //} -+ //else //num_BfTar != 0 -+ //{ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BF_tars exist? : (( Yes ))\n")); -+ pDM_BdcTable->BDC_state=BDC_BF_HOLD_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVOFF_CSION); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ BDC_BF_HOLD_STATE ] >> [BDC_BF_HOLD_STATE] \n")); -+ //} -+ } -+ -+ } -+ //2 DIV-HOLD_STATE (Mode 2-4) -+ else if(pDM_BdcTable->BDC_state==BDC_DIV_HOLD_STATE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*****[2-4. DIV_HOLD_STATE ]*****\n")); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("BDC_Hold_counter = (( %d )) \n",pDM_BdcTable->BDC_Hold_counter )); -+ -+ if(pDM_BdcTable->BDC_Hold_counter==1) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ BDC_DIV_HOLD_STATE ] >> [BDC_DIV_TRAIN_STATE] \n")); -+ odm_DivTrainState_setting( pDM_Odm); -+ } -+ else -+ { -+ pDM_BdcTable->BDC_Hold_counter--; -+ pDM_BdcTable->BDC_state=BDC_DIV_HOLD_STATE; -+ odm_BDCcoexType_withBferClient( pDM_Odm, DIVON_CSIOFF); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ BDC_DIV_HOLD_STATE ] >> [BDC_DIV_HOLD_STATE] \n")); -+ } -+ -+ } -+ -+ } -+ else if( pDM_BdcTable->BDC_Try_flag==1) -+ { -+ //2 Set Training Counter -+ if(pDM_BdcTable->BDC_Try_counter >1) -+ { -+ pDM_BdcTable->BDC_Try_counter--; -+ if(pDM_BdcTable->BDC_Try_counter ==1) -+ pDM_BdcTable->BDC_Try_flag=0; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Training !!\n")); -+ //return ; -+ } -+ -+ } -+ -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\n[end]\n")); -+ -+ #endif //#if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+ -+ -+ -+ -+ -+} -+ -+#endif -+#endif //#ifdef BEAMFORMING_SUPPORT -+ -+ -+#if (RTL8188E_SUPPORT == 1) -+ -+ -+VOID -+odm_RX_HWAntDiv_Init_88E( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte value32; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ -+ if(pDM_Odm->mp_mode == TRUE) -+ { -+ pDM_Odm->AntDivType = CGCS_RX_SW_ANTDIV; -+ ODM_SetBBReg(pDM_Odm, ODM_REG_IGI_A_11N , BIT7, 0); // disable HW AntDiv -+ ODM_SetBBReg(pDM_Odm, ODM_REG_LNA_SWITCH_11N , BIT31, 1); // 1:CG, 0:CS -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8188E AntDiv_Init => AntDivType=[CGCS_RX_HW_ANTDIV]\n")); -+ -+ //MAC Setting -+ value32 = ODM_GetMACReg(pDM_Odm, ODM_REG_ANTSEL_PIN_11N, bMaskDWord); -+ ODM_SetMACReg(pDM_Odm, ODM_REG_ANTSEL_PIN_11N, bMaskDWord, value32|(BIT23|BIT25)); //Reg4C[25]=1, Reg4C[23]=1 for pin output -+ //Pin Settings -+ ODM_SetBBReg(pDM_Odm, ODM_REG_PIN_CTRL_11N , BIT9|BIT8, 0);//Reg870[8]=1'b0, Reg870[9]=1'b0 //antsel antselb by HW -+ ODM_SetBBReg(pDM_Odm, ODM_REG_RX_ANT_CTRL_11N , BIT10, 0); //Reg864[10]=1'b0 //antsel2 by HW -+ ODM_SetBBReg(pDM_Odm, ODM_REG_LNA_SWITCH_11N , BIT22, 1); //Regb2c[22]=1'b0 //disable CS/CG switch -+ ODM_SetBBReg(pDM_Odm, ODM_REG_LNA_SWITCH_11N , BIT31, 1); //Regb2c[31]=1'b1 //output at CG only -+ //OFDM Settings -+ ODM_SetBBReg(pDM_Odm, ODM_REG_ANTDIV_PARA1_11N , bMaskDWord, 0x000000a0); -+ //CCK Settings -+ ODM_SetBBReg(pDM_Odm, ODM_REG_BB_PWR_SAV4_11N , BIT7, 1); //Fix CCK PHY status report issue -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_ANTDIV_PARA2_11N , BIT4, 1); //CCK complete HW AntDiv within 64 samples -+ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_ANT_MAPPING1_11N , 0xFFFF, 0x0001); //antenna mapping table -+ -+ pDM_FatTable->enable_ctrl_frame_antdiv = 1; -+} -+ -+VOID -+odm_TRX_HWAntDiv_Init_88E( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte value32; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ if(pDM_Odm->mp_mode == TRUE) -+ { -+ pDM_Odm->AntDivType = CGCS_RX_SW_ANTDIV; -+ ODM_SetBBReg(pDM_Odm, ODM_REG_IGI_A_11N , BIT7, 0); // disable HW AntDiv -+ ODM_SetBBReg(pDM_Odm, ODM_REG_RX_ANT_CTRL_11N , BIT5|BIT4|BIT3, 0); //Default RX (0/1) -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8188E AntDiv_Init => AntDivType=[CG_TRX_HW_ANTDIV (SPDT)]\n")); -+ -+ //MAC Setting -+ value32 = ODM_GetMACReg(pDM_Odm, ODM_REG_ANTSEL_PIN_11N, bMaskDWord); -+ ODM_SetMACReg(pDM_Odm, ODM_REG_ANTSEL_PIN_11N, bMaskDWord, value32|(BIT23|BIT25)); //Reg4C[25]=1, Reg4C[23]=1 for pin output -+ //Pin Settings -+ ODM_SetBBReg(pDM_Odm, ODM_REG_PIN_CTRL_11N , BIT9|BIT8, 0);//Reg870[8]=1'b0, Reg870[9]=1'b0 //antsel antselb by HW -+ ODM_SetBBReg(pDM_Odm, ODM_REG_RX_ANT_CTRL_11N , BIT10, 0); //Reg864[10]=1'b0 //antsel2 by HW -+ ODM_SetBBReg(pDM_Odm, ODM_REG_LNA_SWITCH_11N , BIT22, 0); //Regb2c[22]=1'b0 //disable CS/CG switch -+ ODM_SetBBReg(pDM_Odm, ODM_REG_LNA_SWITCH_11N , BIT31, 1); //Regb2c[31]=1'b1 //output at CG only -+ //OFDM Settings -+ ODM_SetBBReg(pDM_Odm, ODM_REG_ANTDIV_PARA1_11N , bMaskDWord, 0x000000a0); -+ //CCK Settings -+ ODM_SetBBReg(pDM_Odm, ODM_REG_BB_PWR_SAV4_11N , BIT7, 1); //Fix CCK PHY status report issue -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_ANTDIV_PARA2_11N , BIT4, 1); //CCK complete HW AntDiv within 64 samples -+ -+ //antenna mapping table -+ if(!pDM_Odm->bIsMPChip) //testchip -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_RX_DEFUALT_A_11N , BIT10|BIT9|BIT8, 1); //Reg858[10:8]=3'b001 -+ ODM_SetBBReg(pDM_Odm, ODM_REG_RX_DEFUALT_A_11N , BIT13|BIT12|BIT11, 2); //Reg858[13:11]=3'b010 -+ } -+ else //MPchip -+ ODM_SetBBReg(pDM_Odm, ODM_REG_ANT_MAPPING1_11N , bMaskDWord, 0x0201); /*Reg914=3'b010, Reg915=3'b001*/ -+ -+ pDM_FatTable->enable_ctrl_frame_antdiv = 1; -+} -+ -+ -+#if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+VOID -+odm_Smart_HWAntDiv_Init_88E( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte value32, i; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8188E AntDiv_Init => AntDivType=[CG_TRX_SMART_ANTDIV]\n")); -+ -+ if(pDM_Odm->mp_mode == TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("pDM_Odm->AntDivType: %d\n", pDM_Odm->AntDivType)); -+ return; -+ } -+ -+ pDM_FatTable->TrainIdx = 0; -+ pDM_FatTable->FAT_State = FAT_PREPARE_STATE; -+ -+ pDM_Odm->fat_comb_a=5; -+ pDM_Odm->antdiv_intvl = 0x64; // 100ms -+ -+ for(i=0; i<6; i++) -+ { -+ pDM_FatTable->Bssid[i] = 0; -+ } -+ for(i=0; i< (pDM_Odm->fat_comb_a) ; i++) -+ { -+ pDM_FatTable->antSumRSSI[i] = 0; -+ pDM_FatTable->antRSSIcnt[i] = 0; -+ pDM_FatTable->antAveRSSI[i] = 0; -+ } -+ -+ //MAC Setting -+ value32 = ODM_GetMACReg(pDM_Odm, 0x4c, bMaskDWord); -+ ODM_SetMACReg(pDM_Odm, 0x4c, bMaskDWord, value32|(BIT23|BIT25)); //Reg4C[25]=1, Reg4C[23]=1 for pin output -+ value32 = ODM_GetMACReg(pDM_Odm, 0x7B4, bMaskDWord); -+ ODM_SetMACReg(pDM_Odm, 0x7b4, bMaskDWord, value32|(BIT16|BIT17)); //Reg7B4[16]=1 enable antenna training, Reg7B4[17]=1 enable A2 match -+ //value32 = PlatformEFIORead4Byte(Adapter, 0x7B4); -+ //PlatformEFIOWrite4Byte(Adapter, 0x7b4, value32|BIT18); //append MACID in reponse packet -+ -+ //Match MAC ADDR -+ ODM_SetMACReg(pDM_Odm, 0x7b4, 0xFFFF, 0); -+ ODM_SetMACReg(pDM_Odm, 0x7b0, bMaskDWord, 0); -+ -+ ODM_SetBBReg(pDM_Odm, 0x870 , BIT9|BIT8, 0);//Reg870[8]=1'b0, Reg870[9]=1'b0 //antsel antselb by HW -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT10, 0); //Reg864[10]=1'b0 //antsel2 by HW -+ ODM_SetBBReg(pDM_Odm, 0xb2c , BIT22, 0); //Regb2c[22]=1'b0 //disable CS/CG switch -+ ODM_SetBBReg(pDM_Odm, 0xb2c , BIT31, 0); //Regb2c[31]=1'b1 //output at CS only -+ ODM_SetBBReg(pDM_Odm, 0xca4 , bMaskDWord, 0x000000a0); -+ -+ //antenna mapping table -+ if(pDM_Odm->fat_comb_a == 2) -+ { -+ if(!pDM_Odm->bIsMPChip) //testchip -+ { -+ ODM_SetBBReg(pDM_Odm, 0x858 , BIT10|BIT9|BIT8, 1); //Reg858[10:8]=3'b001 -+ ODM_SetBBReg(pDM_Odm, 0x858 , BIT13|BIT12|BIT11, 2); //Reg858[13:11]=3'b010 -+ } -+ else //MPchip -+ { -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte0, 1); -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte1, 2); -+ } -+ } -+ else -+ { -+ if(!pDM_Odm->bIsMPChip) //testchip -+ { -+ ODM_SetBBReg(pDM_Odm, 0x858 , BIT10|BIT9|BIT8, 0); //Reg858[10:8]=3'b000 -+ ODM_SetBBReg(pDM_Odm, 0x858 , BIT13|BIT12|BIT11, 1); //Reg858[13:11]=3'b001 -+ ODM_SetBBReg(pDM_Odm, 0x878 , BIT16, 0); -+ ODM_SetBBReg(pDM_Odm, 0x858 , BIT15|BIT14, 2); //(Reg878[0],Reg858[14:15])=3'b010 -+ ODM_SetBBReg(pDM_Odm, 0x878 , BIT19|BIT18|BIT17, 3);//Reg878[3:1]=3b'011 -+ ODM_SetBBReg(pDM_Odm, 0x878 , BIT22|BIT21|BIT20, 4);//Reg878[6:4]=3b'100 -+ ODM_SetBBReg(pDM_Odm, 0x878 , BIT25|BIT24|BIT23, 5);//Reg878[9:7]=3b'101 -+ ODM_SetBBReg(pDM_Odm, 0x878 , BIT28|BIT27|BIT26, 6);//Reg878[12:10]=3b'110 -+ ODM_SetBBReg(pDM_Odm, 0x878 , BIT31|BIT30|BIT29, 7);//Reg878[15:13]=3b'111 -+ } -+ else //MPchip -+ { -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte0, 4); // 0: 3b'000 -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte1, 2); // 1: 3b'001 -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte2, 0); // 2: 3b'010 -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte3, 1); // 3: 3b'011 -+ ODM_SetBBReg(pDM_Odm, 0x918 , bMaskByte0, 3); // 4: 3b'100 -+ ODM_SetBBReg(pDM_Odm, 0x918 , bMaskByte1, 5); // 5: 3b'101 -+ ODM_SetBBReg(pDM_Odm, 0x918 , bMaskByte2, 6); // 6: 3b'110 -+ ODM_SetBBReg(pDM_Odm, 0x918 , bMaskByte3, 255); // 7: 3b'111 -+ } -+ } -+ -+ //Default Ant Setting when no fast training -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT5|BIT4|BIT3, 0); //Default RX -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT8|BIT7|BIT6, 1); //Optional RX -+ ODM_SetBBReg(pDM_Odm, 0x860 , BIT14|BIT13|BIT12, 0);//Default TX -+ -+ //Enter Traing state -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT2|BIT1|BIT0, (pDM_Odm->fat_comb_a-1)); //Reg864[2:0]=3'd6 //ant combination=reg864[2:0]+1 -+ -+ //SW Control -+ //PHY_SetBBReg(Adapter, 0x864 , BIT10, 1); -+ //PHY_SetBBReg(Adapter, 0x870 , BIT9, 1); -+ //PHY_SetBBReg(Adapter, 0x870 , BIT8, 1); -+ //PHY_SetBBReg(Adapter, 0x864 , BIT11, 1); -+ //PHY_SetBBReg(Adapter, 0x860 , BIT9, 0); -+ //PHY_SetBBReg(Adapter, 0x860 , BIT8, 0); -+} -+#endif -+ -+#endif //#if (RTL8188E_SUPPORT == 1) -+ -+ -+#if (RTL8192E_SUPPORT == 1) -+VOID -+odm_RX_HWAntDiv_Init_92E( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ if(pDM_Odm->mp_mode == TRUE) -+ { -+ //pDM_Odm->AntDivType = CGCS_RX_SW_ANTDIV; -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ ODM_SetBBReg(pDM_Odm, 0xc50 , BIT8, 0); //r_rxdiv_enable_anta Regc50[8]=1'b0 0: control by c50[9] -+ ODM_SetBBReg(pDM_Odm, 0xc50 , BIT9, 1); // 1:CG, 0:CS -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8192E AntDiv_Init => AntDivType=[CGCS_RX_HW_ANTDIV]\n")); -+ -+ //Pin Settings -+ ODM_SetBBReg(pDM_Odm, 0x870 , BIT8, 0);//Reg870[8]=1'b0, // "antsel" is controled by HWs -+ ODM_SetBBReg(pDM_Odm, 0xc50 , BIT8, 1); //Regc50[8]=1'b1 //" CS/CG switching" is controled by HWs -+ -+ //Mapping table -+ ODM_SetBBReg(pDM_Odm, 0x914 , 0xFFFF, 0x0100); //antenna mapping table -+ -+ //OFDM Settings -+ ODM_SetBBReg(pDM_Odm, 0xca4 , 0x7FF, 0xA0); //thershold -+ ODM_SetBBReg(pDM_Odm, 0xca4 , 0x7FF000, 0x0); //bias -+ -+ //CCK Settings -+ ODM_SetBBReg(pDM_Odm, 0xa04 , 0xF000000, 0); //Select which path to receive for CCK_1 & CCK_2 -+ ODM_SetBBReg(pDM_Odm, 0xb34 , BIT30, 0); //(92E) ANTSEL_CCK_opt = r_en_antsel_cck? ANTSEL_CCK: 1'b0 -+ ODM_SetBBReg(pDM_Odm, 0xa74 , BIT7, 1); //Fix CCK PHY status report issue -+ ODM_SetBBReg(pDM_Odm, 0xa0c , BIT4, 1); //CCK complete HW AntDiv within 64 samples -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ //EVM enhance AntDiv method init---------------------------------------------------------------------- -+ pDM_FatTable->EVM_method_enable=0; -+ pDM_FatTable->FAT_State = NORMAL_STATE_MIAN; -+ pDM_Odm->antdiv_intvl = 0x64; -+ ODM_SetBBReg(pDM_Odm, 0x910 , 0x3f, 0xf ); -+ pDM_Odm->antdiv_evm_en=1; -+ //pDM_Odm->antdiv_period=1; -+ -+ #endif -+ -+} -+ -+VOID -+odm_TRX_HWAntDiv_Init_92E( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ if(pDM_Odm->mp_mode == TRUE) -+ { -+ //pDM_Odm->AntDivType = CGCS_RX_SW_ANTDIV; -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ ODM_SetBBReg(pDM_Odm, 0xc50 , BIT8, 0); //r_rxdiv_enable_anta Regc50[8]=1'b0 0: control by c50[9] -+ ODM_SetBBReg(pDM_Odm, 0xc50 , BIT9, 1); // 1:CG, 0:CS -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8192E AntDiv_Init => AntDivType=[ Only for DIR605, CG_TRX_HW_ANTDIV]\n")); -+ -+ //3 --RFE pin setting--------- -+ //[MAC] -+ ODM_SetMACReg(pDM_Odm, 0x38, BIT11, 1); //DBG PAD Driving control (GPIO 8) -+ ODM_SetMACReg(pDM_Odm, 0x4c, BIT23, 0); //path-A , RFE_CTRL_3 -+ ODM_SetMACReg(pDM_Odm, 0x4c, BIT29, 1); //path-A , RFE_CTRL_8 -+ //[BB] -+ ODM_SetBBReg(pDM_Odm, 0x944 , BIT3, 1); //RFE_buffer -+ ODM_SetBBReg(pDM_Odm, 0x944 , BIT8, 1); -+ ODM_SetBBReg(pDM_Odm, 0x940 , BIT7|BIT6, 0x0); // r_rfe_path_sel_ (RFE_CTRL_3) -+ ODM_SetBBReg(pDM_Odm, 0x940 , BIT17|BIT16, 0x0); // r_rfe_path_sel_ (RFE_CTRL_8) -+ ODM_SetBBReg(pDM_Odm, 0x944 , BIT31, 0); //RFE_buffer -+ ODM_SetBBReg(pDM_Odm, 0x92C , BIT3, 0); //rfe_inv (RFE_CTRL_3) -+ ODM_SetBBReg(pDM_Odm, 0x92C , BIT8, 1); //rfe_inv (RFE_CTRL_8) -+ ODM_SetBBReg(pDM_Odm, 0x930 , 0xF000, 0x8); //path-A , RFE_CTRL_3 -+ ODM_SetBBReg(pDM_Odm, 0x934 , 0xF, 0x8); //path-A , RFE_CTRL_8 -+ //3 ------------------------- -+ -+ //Pin Settings -+ ODM_SetBBReg(pDM_Odm, 0xC50 , BIT8, 0); //path-A //disable CS/CG switch -+ -+/* Let it follows PHY_REG for bit9 setting -+ if(pDM_Odm->priv->pshare->rf_ft_var.use_ext_pa || pDM_Odm->priv->pshare->rf_ft_var.use_ext_lna) -+ ODM_SetBBReg(pDM_Odm, 0xC50 , BIT9, 1);//path-A //output at CS -+ else -+ ODM_SetBBReg(pDM_Odm, 0xC50 , BIT9, 0); //path-A //output at CG ->normal power -+*/ -+ -+ ODM_SetBBReg(pDM_Odm, 0x870 , BIT9|BIT8, 0); //path-A //antsel antselb by HW -+ ODM_SetBBReg(pDM_Odm, 0xB38 , BIT10, 0); //path-A //antsel2 by HW -+ -+ //Mapping table -+ ODM_SetBBReg(pDM_Odm, 0x914 , 0xFFFF, 0x0100); //antenna mapping table -+ -+ //OFDM Settings -+ ODM_SetBBReg(pDM_Odm, 0xca4 , 0x7FF, 0xA0); //thershold -+ ODM_SetBBReg(pDM_Odm, 0xca4 , 0x7FF000, 0x0); //bias -+ -+ //CCK Settings -+ ODM_SetBBReg(pDM_Odm, 0xa04 , 0xF000000, 0); //Select which path to receive for CCK_1 & CCK_2 -+ ODM_SetBBReg(pDM_Odm, 0xb34 , BIT30, 0); //(92E) ANTSEL_CCK_opt = r_en_antsel_cck? ANTSEL_CCK: 1'b0 -+ ODM_SetBBReg(pDM_Odm, 0xa74 , BIT7, 1); //Fix CCK PHY status report issue -+ ODM_SetBBReg(pDM_Odm, 0xa0c , BIT4, 1); //CCK complete HW AntDiv within 64 samples -+ -+ //Timming issue -+ ODM_SetBBReg(pDM_Odm, 0xE20 , BIT23|BIT22|BIT21|BIT20, 8); //keep antidx after tx for ACK ( unit x 32 mu sec) -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ //EVM enhance AntDiv method init---------------------------------------------------------------------- -+ pDM_FatTable->EVM_method_enable=0; -+ pDM_FatTable->FAT_State = NORMAL_STATE_MIAN; -+ pDM_Odm->antdiv_intvl = 0x64; -+ ODM_SetBBReg(pDM_Odm, 0x910 , 0x3f, 0xf ); -+ pDM_Odm->antdiv_evm_en=1; -+ //pDM_Odm->antdiv_period=1; -+ #endif -+} -+ -+#if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+VOID -+odm_Smart_HWAntDiv_Init_92E( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8192E AntDiv_Init => AntDivType=[CG_TRX_SMART_ANTDIV]\n")); -+} -+#endif -+ -+#endif //#if (RTL8192E_SUPPORT == 1) -+ -+ -+#if (RTL8723B_SUPPORT == 1) -+VOID -+odm_TRX_HWAntDiv_Init_8723B( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8723B AntDiv_Init => AntDivType=[CG_TRX_HW_ANTDIV(DPDT)]\n")); -+ -+ //Mapping Table -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte0, 0); -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte1, 1); -+ -+ //OFDM HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , 0x7FF, 0xa0); //thershold -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , 0x7FF000, 0x00); //bias -+ -+ //CCK HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0xA74 , BIT7, 1); //patch for clk from 88M to 80M -+ ODM_SetBBReg(pDM_Odm, 0xA0C , BIT4, 1); //do 64 samples -+ -+ //BT Coexistence -+ ODM_SetBBReg(pDM_Odm, 0x864, BIT12, 0); //keep antsel_map when GNT_BT = 1 -+ ODM_SetBBReg(pDM_Odm, 0x874 , BIT23, 0); //Disable hw antsw & fast_train.antsw when GNT_BT=1 -+ -+ //Output Pin Settings -+ ODM_SetBBReg(pDM_Odm, 0x870 , BIT8, 0); // -+ -+ ODM_SetBBReg(pDM_Odm, 0x948 , BIT6, 0); //WL_BB_SEL_BTG_TRXG_anta, (1: HW CTRL 0: SW CTRL) -+ ODM_SetBBReg(pDM_Odm, 0x948 , BIT7, 0); -+ -+ ODM_SetMACReg(pDM_Odm, 0x40 , BIT3, 1); -+ ODM_SetMACReg(pDM_Odm, 0x38 , BIT11, 1); -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT24|BIT23, 2); //select DPDT_P and DPDT_N as output pin -+ -+ ODM_SetBBReg(pDM_Odm, 0x944 , BIT0|BIT1, 3); //in/out -+ ODM_SetBBReg(pDM_Odm, 0x944 , BIT31, 0); // -+ -+ ODM_SetBBReg(pDM_Odm, 0x92C , BIT1, 0); //DPDT_P non-inverse -+ ODM_SetBBReg(pDM_Odm, 0x92C , BIT0, 1); //DPDT_N inverse -+ -+ ODM_SetBBReg(pDM_Odm, 0x930 , 0xF0, 8); // DPDT_P = ANTSEL[0] -+ ODM_SetBBReg(pDM_Odm, 0x930 , 0xF, 8); // DPDT_N = ANTSEL[0] -+ -+ //Timming issue -+ ODM_SetBBReg(pDM_Odm, 0xE20 , BIT23|BIT22|BIT21|BIT20, 8); //keep antidx after tx for ACK ( unit x 32 mu sec) -+ -+ //2 [--For HW Bug Setting] -+ if(pDM_Odm->AntType == ODM_AUTO_ANT) -+ ODM_SetBBReg(pDM_Odm, 0xA00 , BIT15, 0); //CCK AntDiv function block enable -+ -+} -+ -+ -+ -+VOID -+odm_S0S1_SWAntDiv_Init_8723B( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8723B AntDiv_Init => AntDivType=[ S0S1_SW_AntDiv] \n")); -+ -+ //Mapping Table -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte0, 0); -+ ODM_SetBBReg(pDM_Odm, 0x914 , bMaskByte1, 1); -+ -+ //Output Pin Settings -+ //ODM_SetBBReg(pDM_Odm, 0x948 , BIT6, 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x870 , BIT9|BIT8, 0); -+ -+ pDM_FatTable->bBecomeLinked =FALSE; -+ pDM_SWAT_Table->try_flag = 0xff; -+ pDM_SWAT_Table->Double_chk_flag = 0; -+ pDM_SWAT_Table->TrafficLoad = TRAFFIC_LOW; -+ -+ //Timming issue -+ ODM_SetBBReg(pDM_Odm, 0xE20 , BIT23|BIT22|BIT21|BIT20, 8); //keep antidx after tx for ACK ( unit x 32 mu sec) -+ -+ //2 [--For HW Bug Setting] -+ ODM_SetBBReg(pDM_Odm, 0x80C , BIT21, 0); //TX Ant by Reg -+ -+} -+ -+VOID -+odm_S0S1_SWAntDiv_Reset_8723B( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ pDM_FatTable->bBecomeLinked =FALSE; -+ pDM_SWAT_Table->try_flag = 0xff; -+ pDM_SWAT_Table->Double_chk_flag = 0; -+ pDM_SWAT_Table->TrafficLoad = TRAFFIC_LOW; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("odm_S0S1_SWAntDiv_Reset_8723B(): pDM_FatTable->bBecomeLinked = %d\n", pDM_FatTable->bBecomeLinked)); -+} -+ -+VOID -+ODM_UpdateRxIdleAnt_8723B( -+ IN PVOID pDM_VOID, -+ IN u1Byte Ant, -+ IN u4Byte DefaultAnt, -+ IN u4Byte OptionalAnt -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u1Byte count=0; -+ u1Byte u1Temp; -+ u1Byte H2C_Parameter; -+ -+ if(!pDM_Odm->bLinked) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] 8723B: Fail to set RX antenna due to no link\n")); -+ return; -+ } -+ -+ // Send H2C command to FW -+ // Enable wifi calibration -+ H2C_Parameter = TRUE; -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_WIFI_CALIBRATION, 1, &H2C_Parameter); -+ -+ // Check if H2C command sucess or not (0x1e6) -+ u1Temp = ODM_Read1Byte(pDM_Odm, 0x1e6); -+ while((u1Temp != 0x1) && (count < 100)) -+ { -+ ODM_delay_us(10); -+ u1Temp = ODM_Read1Byte(pDM_Odm, 0x1e6); -+ count++; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] 8723B: H2C command status = %d, count = %d\n", u1Temp, count)); -+ -+ if(u1Temp == 0x1) -+ { -+ // Check if BT is doing IQK (0x1e7) -+ count = 0; -+ u1Temp = ODM_Read1Byte(pDM_Odm, 0x1e7); -+ while((!(u1Temp & BIT0)) && (count < 100)) -+ { -+ ODM_delay_us(50); -+ u1Temp = ODM_Read1Byte(pDM_Odm, 0x1e7); -+ count++; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] 8723B: BT IQK status = %d, count = %d\n", u1Temp, count)); -+ -+ if(u1Temp & BIT0) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x948 , BIT6, 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x948 , BIT9, DefaultAnt); -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT5|BIT4|BIT3, DefaultAnt); //Default RX -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT8|BIT7|BIT6, OptionalAnt); //Optional RX -+ ODM_SetBBReg(pDM_Odm, 0x860, BIT14|BIT13|BIT12, DefaultAnt); //Default TX -+ pDM_FatTable->RxIdleAnt = Ant; -+ -+ // Set TX AGC by S0/S1 -+ // Need to consider Linux driver -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pAdapter->HalFunc.SetTxPowerLevelHandler(pAdapter, pHalData->CurrentChannel); -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ rtw_hal_set_tx_power_level(pAdapter, pHalData->CurrentChannel); -+#endif -+ -+ // Set IQC by S0/S1 -+ ODM_SetIQCbyRFpath(pDM_Odm,DefaultAnt); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] 8723B: Sucess to set RX antenna\n")); -+ } -+ else -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] 8723B: Fail to set RX antenna due to BT IQK\n")); -+ } -+ else -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Ant ] 8723B: Fail to set RX antenna due to H2C command fail\n")); -+ -+ // Send H2C command to FW -+ // Disable wifi calibration -+ H2C_Parameter = FALSE; -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_WIFI_CALIBRATION, 1, &H2C_Parameter); -+ -+} -+#else /*#if (RTL8723B_SUPPORT == 1)*/ -+VOID -+ODM_UpdateRxIdleAnt_8723B( -+ IN PVOID pDM_VOID, -+ IN u1Byte Ant, -+ IN u4Byte DefaultAnt, -+ IN u4Byte OptionalAnt -+ ){} -+ -+#endif //#if (RTL8723B_SUPPORT == 1) -+ -+#if (RTL8821A_SUPPORT == 1) -+#ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+VOID -+phydm_hl_smart_ant_type1_init_8821a( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u4Byte value32; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8821A SmartAnt_Init => AntDivType=[Hong-Lin Smart Ant Type1]\n")); -+ -+ /*---------------------------------------- -+ GPIO 2-3 for Beam control -+ reg0x66[2]=0 -+ reg0x44[27:26] = 0 -+ reg0x44[23:16] //enable_output for P_GPIO[7:0] -+ reg0x44[15:8] //output_value for P_GPIO[7:0] -+ reg0x40[1:0] = 0 //GPIO function -+ ------------------------------------------*/ -+ -+ /*GPIO Setting*/ -+ ODM_SetMACReg(pDM_Odm, 0x64 , BIT18, 0); -+ ODM_SetMACReg(pDM_Odm, 0x44 , BIT27|BIT26, 0); -+ ODM_SetMACReg(pDM_Odm, 0x44 , BIT19|BIT18, 0x3); /*enable_output for P_GPIO[3:2]*/ -+ /*ODM_SetMACReg(pDM_Odm, 0x44 , BIT11|BIT10, 0);*/ /*output value*/ -+ ODM_SetMACReg(pDM_Odm, 0x40 , BIT1|BIT0, 0); /*GPIO function*/ -+ -+ /*Hong_lin smart antenna HW Setting*/ -+ pdm_sat_table->data_codeword_bit_num = 24;/*max=32*/ -+ pdm_sat_table->beam_patten_num_each_ant = 4; -+ -+ #if DEV_BUS_TYPE == RT_SDIO_INTERFACE -+ pdm_sat_table->latch_time = 100; /*mu sec*/ -+ #elif DEV_BUS_TYPE == RT_USB_INTERFACE -+ pdm_sat_table->latch_time = 100; /*mu sec*/ -+ #endif -+ pdm_sat_table->pkt_skip_statistic_en = 0; -+ -+ pdm_sat_table->ant_num = 2;/*max=8*/ -+ -+ pdm_sat_table->fix_beam_pattern_en = 0; -+ -+ /*beam training setting*/ -+ pdm_sat_table->pkt_counter = 0; -+ pdm_sat_table->per_beam_training_pkt_num = 10; -+ -+ /*set default beam*/ -+ pdm_sat_table->fast_training_beam_num = 0; -+ pdm_sat_table->pre_fast_training_beam_num = pdm_sat_table->fast_training_beam_num; -+ phydm_set_all_ant_same_beam_num(pDM_Odm); -+ -+ pDM_FatTable->FAT_State = FAT_BEFORE_LINK_STATE; -+ -+ /*[BB] FAT Setting*/ -+ ODM_SetBBReg(pDM_Odm, 0xc08 , BIT18|BIT17|BIT16, pdm_sat_table->ant_num); -+ ODM_SetBBReg(pDM_Odm, 0xc08 , BIT31, 0); /*increase ant num every FAT period 0:+1, 1+2*/ -+ ODM_SetBBReg(pDM_Odm, 0x8c4 , BIT2|BIT1, 1); /*change cca antenna timming threshold if no CCA occurred: 0:200ms / 1:100ms / 2:no use / 3: 300*/ -+ ODM_SetBBReg(pDM_Odm, 0x8c4 , BIT0, 1); /*FAT_watchdog_en*/ -+ -+ value32 = ODM_GetMACReg(pDM_Odm, 0x7B4, bMaskDWord); -+ ODM_SetMACReg(pDM_Odm, 0x7b4, bMaskDWord, value32|(BIT16|BIT17)); /*Reg7B4[16]=1 enable antenna training */ -+ /*Reg7B4[17]=1 enable match MAC Addr*/ -+ ODM_SetMACReg(pDM_Odm, 0x7b4, 0xFFFF, 0);/*Match MAC ADDR*/ -+ ODM_SetMACReg(pDM_Odm, 0x7b0, bMaskDWord, 0); -+ -+} -+#endif -+ -+VOID -+odm_TRX_HWAntDiv_Init_8821A( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8821A AntDiv_Init => AntDivType=[ CG_TRX_HW_ANTDIV (DPDT)] \n")); -+ -+ //Output Pin Settings -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT25, 0); -+ -+ ODM_SetMACReg(pDM_Odm, 0x64 , BIT29, 1); //PAPE by WLAN control -+ ODM_SetMACReg(pDM_Odm, 0x64 , BIT28, 1); //LNAON by WLAN control -+ -+ ODM_SetBBReg(pDM_Odm, 0xCB0 , bMaskDWord, 0x77775745); -+ ODM_SetBBReg(pDM_Odm, 0xCB8 , BIT16, 0); -+ -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT23, 0); //select DPDT_P and DPDT_N as output pin -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT24, 1); //by WLAN control -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , 0xF, 8); // DPDT_P = ANTSEL[0] -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , 0xF0, 8); // DPDT_N = ANTSEL[0] -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT29, 0); //DPDT_P non-inverse -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT28, 1); //DPDT_N inverse -+ -+ //Mapping Table -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte0, 0); -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte1, 1); -+ -+ //OFDM HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF, 0xA0); //thershold -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF000, 0x10); //bias -+ -+ //CCK HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0xA74 , BIT7, 1); //patch for clk from 88M to 80M -+ ODM_SetBBReg(pDM_Odm, 0xA0C , BIT4, 1); //do 64 samples -+ -+ ODM_SetBBReg(pDM_Odm, 0x800 , BIT25, 0); //ANTSEL_CCK sent to the smart_antenna circuit -+ ODM_SetBBReg(pDM_Odm, 0xA00 , BIT15, 0); //CCK AntDiv function block enable -+ -+ //BT Coexistence -+ ODM_SetBBReg(pDM_Odm, 0xCAC , BIT9, 1); //keep antsel_map when GNT_BT = 1 -+ ODM_SetBBReg(pDM_Odm, 0x804 , BIT4, 1); //Disable hw antsw & fast_train.antsw when GNT_BT=1 -+ -+ //Timming issue -+ ODM_SetBBReg(pDM_Odm, 0x818 , BIT23|BIT22|BIT21|BIT20, 8); //keep antidx after tx for ACK ( unit x 32 mu sec) -+ ODM_SetBBReg(pDM_Odm, 0x8CC , BIT20|BIT19|BIT18, 3); //settling time of antdiv by RF LNA = 100ns -+ -+ //response TX ant by RX ant -+ ODM_SetMACReg(pDM_Odm, 0x668 , BIT3, 1); -+ -+} -+ -+VOID -+odm_S0S1_SWAntDiv_Init_8821A( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8821A AntDiv_Init => AntDivType=[ S0S1_SW_AntDiv] \n")); -+ -+ //Output Pin Settings -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT25, 0); -+ -+ ODM_SetMACReg(pDM_Odm, 0x64 , BIT29, 1); //PAPE by WLAN control -+ ODM_SetMACReg(pDM_Odm, 0x64 , BIT28, 1); //LNAON by WLAN control -+ -+ ODM_SetBBReg(pDM_Odm, 0xCB0 , bMaskDWord, 0x77775745); -+ ODM_SetBBReg(pDM_Odm, 0xCB8 , BIT16, 0); -+ -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT23, 0); //select DPDT_P and DPDT_N as output pin -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT24, 1); //by WLAN control -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , 0xF, 8); // DPDT_P = ANTSEL[0] -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , 0xF0, 8); // DPDT_N = ANTSEL[0] -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT29, 0); //DPDT_P non-inverse -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT28, 1); //DPDT_N inverse -+ -+ //Mapping Table -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte0, 0); -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte1, 1); -+ -+ //OFDM HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF, 0xA0); //thershold -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF000, 0x10); //bias -+ -+ //CCK HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0xA74 , BIT7, 1); //patch for clk from 88M to 80M -+ ODM_SetBBReg(pDM_Odm, 0xA0C , BIT4, 1); //do 64 samples -+ -+ ODM_SetBBReg(pDM_Odm, 0x800 , BIT25, 0); //ANTSEL_CCK sent to the smart_antenna circuit -+ ODM_SetBBReg(pDM_Odm, 0xA00 , BIT15, 0); //CCK AntDiv function block enable -+ -+ //BT Coexistence -+ ODM_SetBBReg(pDM_Odm, 0xCAC , BIT9, 1); //keep antsel_map when GNT_BT = 1 -+ ODM_SetBBReg(pDM_Odm, 0x804 , BIT4, 1); //Disable hw antsw & fast_train.antsw when GNT_BT=1 -+ -+ //Timming issue -+ ODM_SetBBReg(pDM_Odm, 0x818 , BIT23|BIT22|BIT21|BIT20, 8); //keep antidx after tx for ACK ( unit x 32 mu sec) -+ ODM_SetBBReg(pDM_Odm, 0x8CC , BIT20|BIT19|BIT18, 3); //settling time of antdiv by RF LNA = 100ns -+ -+ //response TX ant by RX ant -+ ODM_SetMACReg(pDM_Odm, 0x668 , BIT3, 1); -+ -+ -+ ODM_SetBBReg(pDM_Odm, 0x900 , BIT18, 0); -+ -+ pDM_SWAT_Table->try_flag = 0xff; -+ pDM_SWAT_Table->Double_chk_flag = 0; -+ pDM_SWAT_Table->TrafficLoad = TRAFFIC_LOW; -+ pDM_SWAT_Table->CurAntenna = MAIN_ANT; -+ pDM_SWAT_Table->PreAntenna = MAIN_ANT; -+ pDM_SWAT_Table->SWAS_NoLink_State = 0; -+ -+} -+#endif //#if (RTL8821A_SUPPORT == 1) -+ -+#if (RTL8881A_SUPPORT == 1) -+VOID -+odm_RX_HWAntDiv_Init_8881A( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8881A AntDiv_Init => AntDivType=[ CGCS_RX_HW_ANTDIV] \n")); -+ -+} -+ -+VOID -+odm_TRX_HWAntDiv_Init_8881A( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8881A AntDiv_Init => AntDivType=[ CG_TRX_HW_ANTDIV (SPDT)] \n")); -+ -+ //Output Pin Settings -+ // [SPDT related] -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT25, 0); -+ ODM_SetMACReg(pDM_Odm, 0x4C , BIT26, 0); -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT31, 0); //delay buffer -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT22, 0); -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT24, 1); -+ ODM_SetBBReg(pDM_Odm, 0xCB0 , 0xF00, 8); // DPDT_P = ANTSEL[0] -+ ODM_SetBBReg(pDM_Odm, 0xCB0 , 0xF0000, 8); // DPDT_N = ANTSEL[0] -+ -+ //Mapping Table -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte0, 0); -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte1, 1); -+ -+ //OFDM HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF, 0xA0); //thershold -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF000, 0x0); //bias -+ ODM_SetBBReg(pDM_Odm, 0x8CC , BIT20|BIT19|BIT18, 3); //settling time of antdiv by RF LNA = 100ns -+ -+ //CCK HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0xA74 , BIT7, 1); //patch for clk from 88M to 80M -+ ODM_SetBBReg(pDM_Odm, 0xA0C , BIT4, 1); //do 64 samples -+ -+ //Timming issue -+ ODM_SetBBReg(pDM_Odm, 0x818 , BIT23|BIT22|BIT21|BIT20, 8); //keep antidx after tx for ACK ( unit x 32 mu sec) -+ -+ //2 [--For HW Bug Setting] -+ -+ ODM_SetBBReg(pDM_Odm, 0x900 , BIT18, 0); //TX Ant by Reg // A-cut bug -+} -+ -+#endif //#if (RTL8881A_SUPPORT == 1) -+ -+ -+#if (RTL8812A_SUPPORT == 1) -+VOID -+odm_TRX_HWAntDiv_Init_8812A( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8812A AntDiv_Init => AntDivType=[ CG_TRX_HW_ANTDIV (SPDT)] \n")); -+ -+ //3 //3 --RFE pin setting--------- -+ //[BB] -+ ODM_SetBBReg(pDM_Odm, 0x900 , BIT10|BIT9|BIT8, 0x0); //disable SW switch -+ ODM_SetBBReg(pDM_Odm, 0x900 , BIT17|BIT16, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x974 , BIT7|BIT6, 0x3); // in/out -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT31, 0); //delay buffer -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT26, 0); -+ ODM_SetBBReg(pDM_Odm, 0xCB4 , BIT27, 1); -+ ODM_SetBBReg(pDM_Odm, 0xCB0 , 0xF000000, 8); // DPDT_P = ANTSEL[0] -+ ODM_SetBBReg(pDM_Odm, 0xCB0 , 0xF0000000, 8); // DPDT_N = ANTSEL[0] -+ //3 ------------------------- -+ -+ //Mapping Table -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte0, 0); -+ ODM_SetBBReg(pDM_Odm, 0xCA4 , bMaskByte1, 1); -+ -+ //OFDM HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF, 0xA0); //thershold -+ ODM_SetBBReg(pDM_Odm, 0x8D4 , 0x7FF000, 0x0); //bias -+ ODM_SetBBReg(pDM_Odm, 0x8CC , BIT20|BIT19|BIT18, 3); //settling time of antdiv by RF LNA = 100ns -+ -+ //CCK HW AntDiv Parameters -+ ODM_SetBBReg(pDM_Odm, 0xA74 , BIT7, 1); //patch for clk from 88M to 80M -+ ODM_SetBBReg(pDM_Odm, 0xA0C , BIT4, 1); //do 64 samples -+ -+ //Timming issue -+ ODM_SetBBReg(pDM_Odm, 0x818 , BIT23|BIT22|BIT21|BIT20, 8); //keep antidx after tx for ACK ( unit x 32 mu sec) -+ -+ //2 [--For HW Bug Setting] -+ -+ ODM_SetBBReg(pDM_Odm, 0x900 , BIT18, 0); //TX Ant by Reg // A-cut bug -+ -+} -+ -+#endif //#if (RTL8812A_SUPPORT == 1) -+ -+ -+ -+ -+#ifdef ODM_EVM_ENHANCE_ANTDIV -+ -+ -+ -+VOID -+odm_EVM_FastAnt_Reset( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ pDM_FatTable->EVM_method_enable=0; -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); -+ pDM_FatTable->FAT_State = NORMAL_STATE_MIAN; -+ pDM_Odm->antdiv_period=0; -+ ODM_SetMACReg(pDM_Odm, 0x608, BIT8, 0); -+} -+ -+ -+VOID -+odm_EVM_Enhance_AntDiv( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte Main_RSSI, Aux_RSSI ; -+ u4Byte Main_CRC_utility=0,Aux_CRC_utility=0,utility_ratio=1; -+ u4Byte Main_EVM, Aux_EVM,Diff_RSSI=0,diff_EVM=0; -+ u1Byte score_EVM=0,score_CRC=0; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u4Byte value32, i; -+ BOOLEAN Main_above1=FALSE,Aux_above1=FALSE; -+ BOOLEAN Force_antenna=FALSE; -+ PSTA_INFO_T pEntry; -+ pDM_FatTable->TargetAnt_enhance=0xFF; -+ -+ -+ if((pDM_Odm->SupportICType & ODM_EVM_ENHANCE_ANTDIV_SUPPORT_IC)) -+ { -+ if(pDM_Odm->bOneEntryOnly) -+ { -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[One Client only] \n")); -+ i = pDM_Odm->OneEntry_MACID; -+ -+ Main_RSSI = (pDM_FatTable->MainAnt_Cnt[i]!=0)?(pDM_FatTable->MainAnt_Sum[i]/pDM_FatTable->MainAnt_Cnt[i]):0; -+ Aux_RSSI = (pDM_FatTable->AuxAnt_Cnt[i]!=0)?(pDM_FatTable->AuxAnt_Sum[i]/pDM_FatTable->AuxAnt_Cnt[i]):0; -+ -+ if((Main_RSSI==0 && Aux_RSSI !=0 && Aux_RSSI>=FORCE_RSSI_DIFF) || (Main_RSSI!=0 && Aux_RSSI==0 && Main_RSSI>=FORCE_RSSI_DIFF)) -+ { -+ Diff_RSSI=FORCE_RSSI_DIFF; -+ } -+ else if(Main_RSSI!=0 && Aux_RSSI !=0) -+ { -+ Diff_RSSI = (Main_RSSI>=Aux_RSSI)?(Main_RSSI-Aux_RSSI):(Aux_RSSI-Main_RSSI); -+ } -+ -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" Main_Cnt = (( %d )) , Main_RSSI= (( %d )) \n", pDM_FatTable->MainAnt_Cnt[i], Main_RSSI)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" Aux_Cnt = (( %d )) , Aux_RSSI = (( %d )) \n" , pDM_FatTable->AuxAnt_Cnt[i] , Aux_RSSI)); -+ -+ if( ((Main_RSSI>=Evm_RSSI_TH_High||Aux_RSSI>=Evm_RSSI_TH_High )|| (pDM_FatTable->EVM_method_enable==1) ) -+ //&& (Diff_RSSI <= FORCE_RSSI_DIFF + 1) -+ ) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[> TH_H || EVM_method_enable==1] && ")); -+ -+ if(((Main_RSSI>=Evm_RSSI_TH_Low)||(Aux_RSSI>=Evm_RSSI_TH_Low) )) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[> TH_L ] \n")); -+ -+ //2 [ Normal state Main] -+ if(pDM_FatTable->FAT_State == NORMAL_STATE_MIAN) -+ { -+ -+ pDM_FatTable->EVM_method_enable=1; -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ pDM_Odm->antdiv_period=3; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ start training: MIAN] \n")); -+ pDM_FatTable->MainAntEVM_Sum[i] = 0; -+ pDM_FatTable->AuxAntEVM_Sum[i] = 0; -+ pDM_FatTable->MainAntEVM_Cnt[i] = 0; -+ pDM_FatTable->AuxAntEVM_Cnt[i] = 0; -+ -+ pDM_FatTable->FAT_State = NORMAL_STATE_AUX; -+ ODM_SetMACReg(pDM_Odm, 0x608, BIT8, 1); //Accept CRC32 Error packets. -+ ODM_UpdateRxIdleAnt(pDM_Odm, MAIN_ANT); -+ -+ pDM_FatTable->CRC32_Ok_Cnt=0; -+ pDM_FatTable->CRC32_Fail_Cnt=0; -+ ODM_SetTimer(pDM_Odm,&pDM_Odm->EVM_FastAntTrainingTimer, pDM_Odm->antdiv_intvl ); //m -+ } -+ //2 [ Normal state Aux ] -+ else if(pDM_FatTable->FAT_State == NORMAL_STATE_AUX) -+ { -+ pDM_FatTable->MainCRC32_Ok_Cnt=pDM_FatTable->CRC32_Ok_Cnt; -+ pDM_FatTable->MainCRC32_Fail_Cnt=pDM_FatTable->CRC32_Fail_Cnt; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ start training: AUX] \n")); -+ pDM_FatTable->FAT_State = TRAINING_STATE; -+ ODM_UpdateRxIdleAnt(pDM_Odm, AUX_ANT); -+ -+ pDM_FatTable->CRC32_Ok_Cnt=0; -+ pDM_FatTable->CRC32_Fail_Cnt=0; -+ ODM_SetTimer(pDM_Odm,&pDM_Odm->EVM_FastAntTrainingTimer, pDM_Odm->antdiv_intvl ); //ms -+ } -+ else if(pDM_FatTable->FAT_State == TRAINING_STATE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Training state ] \n")); -+ pDM_FatTable->FAT_State = NORMAL_STATE_MIAN; -+ -+ //3 [CRC32 statistic] -+ pDM_FatTable->AuxCRC32_Ok_Cnt=pDM_FatTable->CRC32_Ok_Cnt; -+ pDM_FatTable->AuxCRC32_Fail_Cnt=pDM_FatTable->CRC32_Fail_Cnt; -+ -+ if( (pDM_FatTable->MainCRC32_Ok_Cnt >= ((pDM_FatTable->AuxCRC32_Ok_Cnt)<<1)) || (Diff_RSSI>=18)) -+ { -+ pDM_FatTable->TargetAnt_CRC32=MAIN_ANT; -+ Force_antenna=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("CRC32 Force Main \n")); -+ } -+ else if((pDM_FatTable->AuxCRC32_Ok_Cnt >= ((pDM_FatTable->MainCRC32_Ok_Cnt)<<1)) || (Diff_RSSI>=18)) -+ { -+ pDM_FatTable->TargetAnt_CRC32=AUX_ANT; -+ Force_antenna=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("CRC32 Force Aux \n")); -+ } -+ else -+ { -+ if(pDM_FatTable->MainCRC32_Fail_Cnt<=5) -+ pDM_FatTable->MainCRC32_Fail_Cnt=5; -+ -+ if(pDM_FatTable->AuxCRC32_Fail_Cnt<=5) -+ pDM_FatTable->AuxCRC32_Fail_Cnt=5; -+ -+ if(pDM_FatTable->MainCRC32_Ok_Cnt >pDM_FatTable->MainCRC32_Fail_Cnt ) -+ Main_above1=TRUE; -+ -+ if(pDM_FatTable->AuxCRC32_Ok_Cnt >pDM_FatTable->AuxCRC32_Fail_Cnt ) -+ Aux_above1=TRUE; -+ -+ if(Main_above1==TRUE && Aux_above1==FALSE) -+ { -+ Force_antenna=TRUE; -+ pDM_FatTable->TargetAnt_CRC32=MAIN_ANT; -+ } -+ else if(Main_above1==FALSE && Aux_above1==TRUE) -+ { -+ Force_antenna=TRUE; -+ pDM_FatTable->TargetAnt_CRC32=AUX_ANT; -+ } -+ else if(Main_above1==TRUE && Aux_above1==TRUE) -+ { -+ Main_CRC_utility=((pDM_FatTable->MainCRC32_Ok_Cnt)<<7)/pDM_FatTable->MainCRC32_Fail_Cnt; -+ Aux_CRC_utility=((pDM_FatTable->AuxCRC32_Ok_Cnt)<<7)/pDM_FatTable->AuxCRC32_Fail_Cnt; -+ pDM_FatTable->TargetAnt_CRC32 = (Main_CRC_utility==Aux_CRC_utility)?(pDM_FatTable->pre_TargetAnt_enhance):((Main_CRC_utility>=Aux_CRC_utility)?MAIN_ANT:AUX_ANT); -+ -+ if(Main_CRC_utility!=0 && Aux_CRC_utility!=0) -+ { -+ if(Main_CRC_utility>=Aux_CRC_utility) -+ utility_ratio=(Main_CRC_utility<<1)/Aux_CRC_utility; -+ else -+ utility_ratio=(Aux_CRC_utility<<1)/Main_CRC_utility; -+ } -+ } -+ else if(Main_above1==FALSE && Aux_above1==FALSE) -+ { -+ if(pDM_FatTable->MainCRC32_Ok_Cnt==0) -+ pDM_FatTable->MainCRC32_Ok_Cnt=1; -+ if(pDM_FatTable->AuxCRC32_Ok_Cnt==0) -+ pDM_FatTable->AuxCRC32_Ok_Cnt=1; -+ -+ Main_CRC_utility=((pDM_FatTable->MainCRC32_Fail_Cnt)<<7)/pDM_FatTable->MainCRC32_Ok_Cnt; -+ Aux_CRC_utility=((pDM_FatTable->AuxCRC32_Fail_Cnt)<<7)/pDM_FatTable->AuxCRC32_Ok_Cnt; -+ pDM_FatTable->TargetAnt_CRC32 = (Main_CRC_utility==Aux_CRC_utility)?(pDM_FatTable->pre_TargetAnt_enhance):((Main_CRC_utility<=Aux_CRC_utility)?MAIN_ANT:AUX_ANT); -+ -+ if(Main_CRC_utility!=0 && Aux_CRC_utility!=0) -+ { -+ if(Main_CRC_utility>=Aux_CRC_utility) -+ utility_ratio=(Main_CRC_utility<<1)/(Aux_CRC_utility); -+ else -+ utility_ratio=(Aux_CRC_utility<<1)/(Main_CRC_utility); -+ } -+ } -+ } -+ ODM_SetMACReg(pDM_Odm, 0x608, BIT8, 0);//NOT Accept CRC32 Error packets. -+ -+ //3 [EVM statistic] -+ Main_EVM = (pDM_FatTable->MainAntEVM_Cnt[i]!=0)?(pDM_FatTable->MainAntEVM_Sum[i]/pDM_FatTable->MainAntEVM_Cnt[i]):0; -+ Aux_EVM = (pDM_FatTable->AuxAntEVM_Cnt[i]!=0)?(pDM_FatTable->AuxAntEVM_Sum[i]/pDM_FatTable->AuxAntEVM_Cnt[i]):0; -+ pDM_FatTable->TargetAnt_EVM = (Main_EVM==Aux_EVM)?(pDM_FatTable->pre_TargetAnt_enhance):((Main_EVM>=Aux_EVM)?MAIN_ANT:AUX_ANT); -+ -+ if((Main_EVM==0 || Aux_EVM==0)) -+ diff_EVM=0; -+ else if(Main_EVM>=Aux_EVM) -+ diff_EVM=Main_EVM-Aux_EVM; -+ else -+ diff_EVM=Aux_EVM-Main_EVM; -+ -+ //2 [ Decision state ] -+ if(pDM_FatTable->TargetAnt_EVM ==pDM_FatTable->TargetAnt_CRC32 ) -+ { -+ if( (utility_ratio<2 && Force_antenna==FALSE) && diff_EVM<=2) -+ pDM_FatTable->TargetAnt_enhance=pDM_FatTable->pre_TargetAnt_enhance; -+ else -+ pDM_FatTable->TargetAnt_enhance=pDM_FatTable->TargetAnt_EVM; -+ } -+ else if(diff_EVM<=2 && (utility_ratio > 4 && Force_antenna==FALSE)) -+ { -+ pDM_FatTable->TargetAnt_enhance=pDM_FatTable->TargetAnt_CRC32; -+ } -+ else if(diff_EVM>=20) // -+ { -+ pDM_FatTable->TargetAnt_enhance=pDM_FatTable->TargetAnt_EVM; -+ } -+ else if(utility_ratio>=6 && Force_antenna==FALSE) // utility_ratio>3 -+ { -+ pDM_FatTable->TargetAnt_enhance=pDM_FatTable->TargetAnt_CRC32; -+ } -+ else -+ { -+ if(Force_antenna==TRUE) -+ score_CRC=3; -+ else if(utility_ratio>=4) //>2 -+ score_CRC=2; -+ else if(utility_ratio>=3) //>1.5 -+ score_CRC=1; -+ else -+ score_CRC=0; -+ -+ if(diff_EVM>=10) -+ score_EVM=2; -+ else if(diff_EVM>=5) -+ score_EVM=1; -+ else -+ score_EVM=0; -+ -+ if(score_CRC>score_EVM) -+ pDM_FatTable->TargetAnt_enhance=pDM_FatTable->TargetAnt_CRC32; -+ else if(score_CRCTargetAnt_enhance=pDM_FatTable->TargetAnt_EVM; -+ else -+ pDM_FatTable->TargetAnt_enhance=pDM_FatTable->pre_TargetAnt_enhance; -+ } -+ pDM_FatTable->pre_TargetAnt_enhance=pDM_FatTable->TargetAnt_enhance; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : MainEVM_Cnt = (( %d )) , Main_EVM= (( %d )) \n",i, pDM_FatTable->MainAntEVM_Cnt[i], Main_EVM)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : AuxEVM_Cnt = (( %d )) , Aux_EVM = (( %d )) \n" ,i, pDM_FatTable->AuxAntEVM_Cnt[i] , Aux_EVM)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** TargetAnt_EVM = (( %s ))\n", ( pDM_FatTable->TargetAnt_EVM ==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("M_CRC_Ok = (( %d )) , M_CRC_Fail = (( %d )), Main_CRC_utility = (( %d )) \n" , pDM_FatTable->MainCRC32_Ok_Cnt, pDM_FatTable->MainCRC32_Fail_Cnt,Main_CRC_utility)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("A_CRC_Ok = (( %d )) , A_CRC_Fail = (( %d )), Aux_CRC_utility = (( %d )) \n" , pDM_FatTable->AuxCRC32_Ok_Cnt, pDM_FatTable->AuxCRC32_Fail_Cnt,Aux_CRC_utility)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** TargetAnt_CRC32 = (( %s ))\n", ( pDM_FatTable->TargetAnt_CRC32 ==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("****** TargetAnt_enhance = (( %s ))******\n", ( pDM_FatTable->TargetAnt_enhance ==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ -+ -+ } -+ } -+ else // RSSI< = Evm_RSSI_TH_Low -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ TH_L ] \n")); -+ odm_EVM_FastAnt_Reset(pDM_Odm); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[escape from> TH_H || EVM_method_enable==1] \n")); -+ odm_EVM_FastAnt_Reset(pDM_Odm); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[multi-Client] \n")); -+ odm_EVM_FastAnt_Reset(pDM_Odm); -+ } -+ } -+} -+ -+VOID -+odm_EVM_FastAntTrainingCallback( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("******odm_EVM_FastAntTrainingCallback****** \n")); -+ odm_HW_AntDiv(pDM_Odm); -+} -+#endif -+ -+VOID -+odm_HW_AntDiv( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte i,MinMaxRSSI=0xFF, AntDivMaxRSSI=0, MaxRSSI=0, LocalMaxRSSI; -+ u4Byte Main_RSSI, Aux_RSSI; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u1Byte RxIdleAnt = pDM_FatTable->RxIdleAnt, TargetAnt = 7; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ PSTA_INFO_T pEntry; -+ -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ pBDC_T pDM_BdcTable = &pDM_Odm->DM_BdcTable; -+ u4Byte TH1=500000; -+ u4Byte TH2=10000000; -+ u4Byte MA_rx_Temp, degrade_TP_temp, improve_TP_temp; -+ u1Byte Monitor_RSSI_threshold=30; -+ -+ pDM_BdcTable->BF_pass=TRUE; -+ pDM_BdcTable->DIV_pass=TRUE; -+ pDM_BdcTable->bAll_DivSta_Idle=TRUE; -+ pDM_BdcTable->bAll_BFSta_Idle=TRUE; -+ pDM_BdcTable->num_BfTar=0 ; -+ pDM_BdcTable->num_DivTar=0; -+ pDM_BdcTable->num_Client=0; -+ #endif -+ #endif -+ -+ if(!pDM_Odm->bLinked) //bLinked==False -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[No Link!!!]\n")); -+ -+ if(pDM_FatTable->bBecomeLinked == TRUE) -+ { -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ ODM_UpdateRxIdleAnt(pDM_Odm, MAIN_ANT); -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , REG); -+ pDM_Odm->antdiv_period=0; -+ -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ return; -+ } -+ else -+ { -+ if(pDM_FatTable->bBecomeLinked ==FALSE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Linked !!!]\n")); -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , TX_BY_DESC); -+ -+ //if(pDM_Odm->SupportICType == ODM_RTL8821 ) -+ //ODM_SetBBReg(pDM_Odm, 0x800 , BIT25, 0); //CCK AntDiv function disable -+ -+ //#if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ //else if(pDM_Odm->SupportICType == ODM_RTL8881A) -+ // ODM_SetBBReg(pDM_Odm, 0x800 , BIT25, 0); //CCK AntDiv function disable -+ //#endif -+ -+ //else if(pDM_Odm->SupportICType == ODM_RTL8723B ||pDM_Odm->SupportICType == ODM_RTL8812) -+ //ODM_SetBBReg(pDM_Odm, 0xA00 , BIT15, 0); //CCK AntDiv function disable -+ -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ -+ if(pDM_Odm->SupportICType==ODM_RTL8723B && pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x930 , 0xF0, 8); // DPDT_P = ANTSEL[0] // for 8723B AntDiv function patch. BB Dino 130412 -+ ODM_SetBBReg(pDM_Odm, 0x930 , 0xF, 8); // DPDT_N = ANTSEL[0] -+ } -+ -+ //2 BDC Init -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ odm_BDC_Init(pDM_Odm); -+ #endif -+ #endif -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ odm_EVM_FastAnt_Reset(pDM_Odm); -+ #endif -+ } -+ } -+ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\n AntDiv Start =>\n")); -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ if(pDM_Odm->antdiv_evm_en==1) -+ { -+ odm_EVM_Enhance_AntDiv(pDM_Odm); -+ if(pDM_FatTable->FAT_State !=NORMAL_STATE_MIAN) -+ return; -+ } -+ else -+ { -+ odm_EVM_FastAnt_Reset(pDM_Odm); -+ } -+ #endif -+ -+ //2 BDC Mode Arbitration -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if(pDM_Odm->antdiv_evm_en == 0 ||pDM_FatTable->EVM_method_enable==0) -+ { -+ odm_BF_AntDiv_ModeArbitration(pDM_Odm); -+ } -+ #endif -+ #endif -+ -+ for (i=0; ipODM_StaInfo[i]; -+ if(IS_STA_VALID(pEntry)) -+ { -+ //2 Caculate RSSI per Antenna -+ Main_RSSI = (pDM_FatTable->MainAnt_Cnt[i]!=0)?(pDM_FatTable->MainAnt_Sum[i]/pDM_FatTable->MainAnt_Cnt[i]):0; -+ Aux_RSSI = (pDM_FatTable->AuxAnt_Cnt[i]!=0)?(pDM_FatTable->AuxAnt_Sum[i]/pDM_FatTable->AuxAnt_Cnt[i]):0; -+ TargetAnt = (Main_RSSI==Aux_RSSI)?pDM_FatTable->RxIdleAnt:((Main_RSSI>=Aux_RSSI)?MAIN_ANT:AUX_ANT); -+ -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("*** SupportICType=[%d] \n",pDM_Odm->SupportICType)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : Main_Cnt = (( %d )) , Main_RSSI= (( %d )) \n",i, pDM_FatTable->MainAnt_Cnt[i], Main_RSSI)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : Aux_Cnt = (( %d )) , Aux_RSSI = (( %d )) \n" ,i, pDM_FatTable->AuxAnt_Cnt[i] , Aux_RSSI)); -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** MAC ID:[ %d ] , TargetAnt = (( %s )) \n", i ,( TargetAnt ==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("*** Phy_AntSel_A=[ %d, %d, %d] \n",((pDM_Odm->DM_FatTable.antsel_rx_keep_0)&BIT2)>>2, -+ // ((pDM_Odm->DM_FatTable.antsel_rx_keep_0)&BIT1) >>1, ((pDM_Odm->DM_FatTable.antsel_rx_keep_0)&BIT0))); -+ -+ LocalMaxRSSI = (Main_RSSI>Aux_RSSI)?Main_RSSI:Aux_RSSI; -+ //2 Select MaxRSSI for DIG -+ if((LocalMaxRSSI > AntDivMaxRSSI) && (LocalMaxRSSI < 40)) -+ AntDivMaxRSSI = LocalMaxRSSI; -+ if(LocalMaxRSSI > MaxRSSI) -+ MaxRSSI = LocalMaxRSSI; -+ -+ //2 Select RX Idle Antenna -+ if ( (LocalMaxRSSI != 0) && (LocalMaxRSSI < MinMaxRSSI) ) -+ { -+ RxIdleAnt = TargetAnt; -+ MinMaxRSSI = LocalMaxRSSI; -+ } -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ if(pDM_Odm->antdiv_evm_en==1) -+ { -+ if(pDM_FatTable->TargetAnt_enhance!=0xFF) -+ { -+ TargetAnt=pDM_FatTable->TargetAnt_enhance; -+ RxIdleAnt = pDM_FatTable->TargetAnt_enhance; -+ } -+ } -+ #endif -+ -+ //2 Select TX Antenna -+ if(pDM_Odm->AntDivType != CGCS_RX_HW_ANTDIV) -+ { -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if(pDM_BdcTable->w_BFee_Client[i]==0) -+ #endif -+ #endif -+ { -+ odm_UpdateTxAnt(pDM_Odm, TargetAnt, i); -+ } -+ } -+ -+ //------------------------------------------------------------ -+ -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+ pDM_BdcTable->num_Client++; -+ -+ if(pDM_BdcTable->BDC_Mode==BDC_MODE_2 ||pDM_BdcTable->BDC_Mode==BDC_MODE_3) -+ { -+ //2 Byte Counter -+ -+ MA_rx_Temp= (pEntry->rx_byte_cnt_LowMAW)<<3 ; // RX TP ( bit /sec) -+ -+ if(pDM_BdcTable->BDC_state==BDC_BFer_TRAIN_STATE) -+ { -+ pDM_BdcTable->MA_rx_TP_DIV[i]= MA_rx_Temp ; -+ } -+ else -+ { -+ pDM_BdcTable->MA_rx_TP[i] =MA_rx_Temp ; -+ } -+ -+ if( (MA_rx_Temp < TH2) && (MA_rx_Temp > TH1) && (LocalMaxRSSI<=Monitor_RSSI_threshold)) -+ { -+ if(pDM_BdcTable->w_BFer_Client[i]==1) // Bfer_Target -+ { -+ pDM_BdcTable->num_BfTar++; -+ -+ if(pDM_BdcTable->BDC_state==BDC_DECISION_STATE && pDM_BdcTable->BDC_Try_flag==0) -+ { -+ improve_TP_temp = (pDM_BdcTable->MA_rx_TP_DIV[i] * 9)>>3 ; //* 1.125 -+ pDM_BdcTable->BF_pass = (pDM_BdcTable->MA_rx_TP[i] > improve_TP_temp)?TRUE:FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : { MA_rx_TP,improve_TP_temp , MA_rx_TP_DIV, BF_pass}={ %d, %d, %d , %d } \n" ,i,pDM_BdcTable->MA_rx_TP[i],improve_TP_temp,pDM_BdcTable->MA_rx_TP_DIV[i], pDM_BdcTable->BF_pass )); -+ } -+ } -+ else// DIV_Target -+ { -+ pDM_BdcTable->num_DivTar++; -+ -+ if(pDM_BdcTable->BDC_state==BDC_DECISION_STATE && pDM_BdcTable->BDC_Try_flag==0) -+ { -+ degrade_TP_temp=(pDM_BdcTable->MA_rx_TP_DIV[i]*5)>>3;//* 0.625 -+ pDM_BdcTable->DIV_pass = (pDM_BdcTable->MA_rx_TP[i] >degrade_TP_temp)?TRUE:FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : { MA_rx_TP, degrade_TP_temp , MA_rx_TP_DIV, DIV_pass}=\n{ %d, %d, %d , %d } \n" ,i,pDM_BdcTable->MA_rx_TP[i],degrade_TP_temp,pDM_BdcTable->MA_rx_TP_DIV[i], pDM_BdcTable->DIV_pass )); -+ } -+ } -+ } -+ -+ if(MA_rx_Temp > TH1) -+ { -+ if(pDM_BdcTable->w_BFer_Client[i]==1) // Bfer_Target -+ { -+ pDM_BdcTable->bAll_BFSta_Idle=FALSE; -+ } -+ else// DIV_Target -+ { -+ pDM_BdcTable->bAll_DivSta_Idle=FALSE; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : { BFmeeCap , BFmerCap} = { %d , %d } \n" ,i, pDM_BdcTable->w_BFee_Client[i] , pDM_BdcTable->w_BFer_Client[i])); -+ -+ if(pDM_BdcTable->BDC_state==BDC_BFer_TRAIN_STATE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : MA_rx_TP_DIV = (( %d )) \n",i,pDM_BdcTable->MA_rx_TP_DIV[i] )); -+ -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Client[ %d ] : MA_rx_TP = (( %d )) \n",i,pDM_BdcTable->MA_rx_TP[i] )); -+ } -+ -+ } -+ #endif -+ #endif -+ -+ } -+ -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if(pDM_BdcTable->BDC_Try_flag==0) -+ #endif -+ #endif -+ { -+ pDM_FatTable->MainAnt_Sum[i] = 0; -+ pDM_FatTable->AuxAnt_Sum[i] = 0; -+ pDM_FatTable->MainAnt_Cnt[i] = 0; -+ pDM_FatTable->AuxAnt_Cnt[i] = 0; -+ } -+ } -+ -+ -+ -+ //2 Set RX Idle Antenna & TX Antenna(Because of HW Bug ) -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP ) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** RxIdleAnt = (( %s ))\n\n", ( RxIdleAnt ==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if(pDM_BdcTable->BDC_Mode==BDC_MODE_1 ||pDM_BdcTable->BDC_Mode==BDC_MODE_3) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** BDC_RxIdleUpdate_counter = (( %d ))\n", pDM_BdcTable->BDC_RxIdleUpdate_counter)); -+ -+ if(pDM_BdcTable->BDC_RxIdleUpdate_counter==1) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***Update RxIdle Antenna!!! \n")); -+ pDM_BdcTable->BDC_RxIdleUpdate_counter=30; -+ ODM_UpdateRxIdleAnt(pDM_Odm, RxIdleAnt); -+ } -+ else -+ { -+ pDM_BdcTable->BDC_RxIdleUpdate_counter--; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***NOT update RxIdle Antenna because of BF ( need to fix TX-ant)\n")); -+ } -+ } -+ else -+ #endif -+ #endif -+ ODM_UpdateRxIdleAnt(pDM_Odm, RxIdleAnt); -+ #else -+ -+ ODM_UpdateRxIdleAnt(pDM_Odm, RxIdleAnt); -+ -+ #endif//#if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+ -+ -+ //2 BDC Main Algorithm -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if(pDM_Odm->antdiv_evm_en ==0 ||pDM_FatTable->EVM_method_enable==0) -+ { -+ odm_BDCcoex_BFeeRxDiv_Arbitration(pDM_Odm); -+ } -+ #endif -+ #endif -+ -+ if(AntDivMaxRSSI == 0) -+ pDM_DigTable->AntDiv_RSSI_max = pDM_Odm->RSSI_Min; -+ else -+ pDM_DigTable->AntDiv_RSSI_max = AntDivMaxRSSI; -+ -+ pDM_DigTable->RSSI_max = MaxRSSI; -+} -+ -+ -+ -+#if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+VOID -+odm_S0S1_SwAntDiv( -+ IN PVOID pDM_VOID, -+ IN u1Byte Step -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte i,MinMaxRSSI=0xFF, LocalMaxRSSI,LocalMinRSSI; -+ u4Byte Main_RSSI, Aux_RSSI; -+ u1Byte reset_period=10, SWAntDiv_threshold=35; -+ u1Byte HighTraffic_TrainTime_U=0x32,HighTraffic_TrainTime_L=0,Train_time_temp; -+ u1Byte LowTraffic_TrainTime_U=200,LowTraffic_TrainTime_L=0; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ u1Byte RxIdleAnt = pDM_SWAT_Table->PreAntenna, TargetAnt, nextAnt=0; -+ PSTA_INFO_T pEntry=NULL; -+ //static u1Byte reset_idx; -+ u4Byte value32; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ u8Byte curTxOkCnt=0, curRxOkCnt=0,TxCntOffset, RxCntOffset; -+ -+ if(!pDM_Odm->bLinked) //bLinked==False -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[No Link!!!]\n")); -+ if(pDM_FatTable->bBecomeLinked == TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Set REG 948[9:6]=0x0 \n")); -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ ODM_SetBBReg(pDM_Odm, 0x948 , BIT9|BIT8|BIT7|BIT6, 0x0); -+ -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ return; -+ } -+ else -+ { -+ if(pDM_FatTable->bBecomeLinked ==FALSE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Linked !!!]\n")); -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ value32 = ODM_GetBBReg(pDM_Odm, 0x864, BIT5|BIT4|BIT3); -+ -+ if (value32==0x0) -+ ODM_UpdateRxIdleAnt_8723B(pDM_Odm, MAIN_ANT, ANT1_2G, ANT2_2G); -+ else if (value32==0x1) -+ ODM_UpdateRxIdleAnt_8723B(pDM_Odm, AUX_ANT, ANT2_2G, ANT1_2G); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("8723B: First link! Force antenna to %s\n",(value32 == 0x0?"MAIN":"AUX") )); -+ } -+ -+ pDM_SWAT_Table->lastTxOkCnt = 0; -+ pDM_SWAT_Table->lastRxOkCnt =0; -+ TxCntOffset = *(pDM_Odm->pNumTxBytesUnicast); -+ RxCntOffset = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ else -+ { -+ TxCntOffset = 0; -+ RxCntOffset = 0; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[%d] { try_flag=(( %d )), Step=(( %d )), Double_chk_flag = (( %d )) }\n", -+ __LINE__,pDM_SWAT_Table->try_flag,Step,pDM_SWAT_Table->Double_chk_flag)); -+ -+ // Handling step mismatch condition. -+ // Peak step is not finished at last time. Recover the variable and check again. -+ if( Step != pDM_SWAT_Table->try_flag ) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Step != try_flag] Need to Reset After Link\n")); -+ ODM_SwAntDivRestAfterLink(pDM_Odm); -+ } -+ -+ if(pDM_SWAT_Table->try_flag == 0xff) -+ { -+ pDM_SWAT_Table->try_flag = 0; -+ pDM_SWAT_Table->Train_time_flag=0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("[set try_flag = 0] Prepare for peak!\n\n")); -+ return; -+ } -+ else//if( try_flag != 0xff ) -+ { -+ //1 Normal State (Begin Trying) -+ if(pDM_SWAT_Table->try_flag == 0) -+ { -+ -+ //---trafic decision--- -+ curTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast) - pDM_SWAT_Table->lastTxOkCnt - TxCntOffset; -+ curRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast) - pDM_SWAT_Table->lastRxOkCnt - RxCntOffset; -+ pDM_SWAT_Table->lastTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast); -+ pDM_SWAT_Table->lastRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ if (curTxOkCnt > 1875000 || curRxOkCnt > 1875000)//if(PlatformDivision64(curTxOkCnt+curRxOkCnt, 2) > 1875000) ( 1.875M * 8bit ) / 2= 7.5M bits /sec ) -+ { -+ pDM_SWAT_Table->TrafficLoad = TRAFFIC_HIGH; -+ Train_time_temp = pDM_SWAT_Table->Train_time ; -+ -+ if(pDM_SWAT_Table->Train_time_flag==3) -+ { -+ HighTraffic_TrainTime_L=0xa; -+ -+ if(Train_time_temp<=16) -+ Train_time_temp=HighTraffic_TrainTime_L; -+ else -+ Train_time_temp-=16; -+ -+ } -+ else if(pDM_SWAT_Table->Train_time_flag==2) -+ { -+ Train_time_temp-=8; -+ HighTraffic_TrainTime_L=0xf; -+ } -+ else if(pDM_SWAT_Table->Train_time_flag==1) -+ { -+ Train_time_temp-=4; -+ HighTraffic_TrainTime_L=0x1e; -+ } -+ else if(pDM_SWAT_Table->Train_time_flag==0) -+ { -+ Train_time_temp+=8; -+ HighTraffic_TrainTime_L=0x28; -+ } -+ -+ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Train_time_temp = ((%d))\n",Train_time_temp)); -+ -+ //-- -+ if(Train_time_temp > HighTraffic_TrainTime_U) -+ Train_time_temp=HighTraffic_TrainTime_U; -+ -+ else if(Train_time_temp < HighTraffic_TrainTime_L) -+ Train_time_temp=HighTraffic_TrainTime_L; -+ -+ pDM_SWAT_Table->Train_time = Train_time_temp; //50ms~10ms -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,(" Train_time_flag=((%d)) , Train_time=((%d)) \n",pDM_SWAT_Table->Train_time_flag, pDM_SWAT_Table->Train_time)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" [HIGH Traffic] \n" )); -+ } -+ else if (curTxOkCnt > 125000 || curRxOkCnt > 125000) // ( 0.125M * 8bit ) / 2 = 0.5M bits /sec ) -+ { -+ pDM_SWAT_Table->TrafficLoad = TRAFFIC_LOW; -+ Train_time_temp=pDM_SWAT_Table->Train_time ; -+ -+ if(pDM_SWAT_Table->Train_time_flag==3) -+ { -+ LowTraffic_TrainTime_L=10; -+ if(Train_time_temp<50) -+ Train_time_temp=LowTraffic_TrainTime_L; -+ else -+ Train_time_temp-=50; -+ } -+ else if(pDM_SWAT_Table->Train_time_flag==2) -+ { -+ Train_time_temp-=30; -+ LowTraffic_TrainTime_L=36; -+ } -+ else if(pDM_SWAT_Table->Train_time_flag==1) -+ { -+ Train_time_temp-=10; -+ LowTraffic_TrainTime_L=40; -+ } -+ else -+ Train_time_temp+=10; -+ -+ //-- -+ if(Train_time_temp >= LowTraffic_TrainTime_U) -+ Train_time_temp=LowTraffic_TrainTime_U; -+ -+ else if(Train_time_temp <= LowTraffic_TrainTime_L) -+ Train_time_temp=LowTraffic_TrainTime_L; -+ -+ pDM_SWAT_Table->Train_time = Train_time_temp; //50ms~20ms -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Train_time_flag=((%d)) , Train_time=((%d))\n", pDM_SWAT_Table->Train_time_flag, pDM_SWAT_Table->Train_time)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Low Traffic]\n")); -+ } -+ else -+ { -+ pDM_SWAT_Table->TrafficLoad = TRAFFIC_ULTRA_LOW; -+ pDM_SWAT_Table->Train_time = 0xc8; //200ms -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Ultra-Low Traffic]\n")); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("TxOkCnt=(( %llu )), RxOkCnt=(( %llu ))\n", -+ curTxOkCnt ,curRxOkCnt )); -+ -+ //----------------- -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,(" Current MinMaxRSSI is ((%d)) \n",pDM_FatTable->MinMaxRSSI)); -+ -+ //---reset index--- -+ if(pDM_SWAT_Table->reset_idx>=reset_period) -+ { -+ pDM_FatTable->MinMaxRSSI=0; // -+ pDM_SWAT_Table->reset_idx=0; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("reset_idx = (( %d )) \n",pDM_SWAT_Table->reset_idx )); -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("reset_idx=%d\n",pDM_SWAT_Table->reset_idx)); -+ pDM_SWAT_Table->reset_idx++; -+ -+ //---double check flag--- -+ if(pDM_FatTable->MinMaxRSSI > SWAntDiv_threshold && pDM_SWAT_Table->Double_chk_flag== 0) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,(" MinMaxRSSI is ((%d)), and > %d \n", -+ pDM_FatTable->MinMaxRSSI,SWAntDiv_threshold)); -+ -+ pDM_SWAT_Table->Double_chk_flag =1; -+ pDM_SWAT_Table->try_flag = 1; -+ pDM_SWAT_Table->RSSI_Trying = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" Test the current Ant for (( %d )) ms again \n", pDM_SWAT_Table->Train_time)); -+ ODM_UpdateRxIdleAnt(pDM_Odm, pDM_FatTable->RxIdleAnt); -+ ODM_SetTimer(pDM_Odm,&pDM_SWAT_Table->SwAntennaSwitchTimer_8723B, pDM_SWAT_Table->Train_time ); //ms -+ return; -+ } -+ -+ nextAnt = (pDM_FatTable->RxIdleAnt == MAIN_ANT)? AUX_ANT : MAIN_ANT; -+ -+ pDM_SWAT_Table->try_flag = 1; -+ -+ if(pDM_SWAT_Table->reset_idx<=1) -+ pDM_SWAT_Table->RSSI_Trying = 2; -+ else -+ pDM_SWAT_Table->RSSI_Trying = 1; -+ -+ odm_S0S1_SwAntDivByCtrlFrame(pDM_Odm, SWAW_STEP_PEAK); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("[set try_flag=1] Normal State: Begin Trying!! \n")); -+ } -+ -+ else if(pDM_SWAT_Table->try_flag == 1 && pDM_SWAT_Table->Double_chk_flag== 0) -+ { -+ nextAnt = (pDM_FatTable->RxIdleAnt == MAIN_ANT)? AUX_ANT : MAIN_ANT; -+ pDM_SWAT_Table->RSSI_Trying--; -+ } -+ -+ //1 Decision State -+ if((pDM_SWAT_Table->try_flag == 1)&&(pDM_SWAT_Table->RSSI_Trying == 0) ) -+ { -+ BOOLEAN bByCtrlFrame = FALSE; -+ u8Byte pkt_cnt_total = 0; -+ -+ for (i=0; ipODM_StaInfo[i]; -+ if(IS_STA_VALID(pEntry)) -+ { -+ //2 Caculate RSSI per Antenna -+ Main_RSSI = (pDM_FatTable->MainAnt_Cnt[i]!=0)?(pDM_FatTable->MainAnt_Sum[i]/pDM_FatTable->MainAnt_Cnt[i]):0; -+ Aux_RSSI = (pDM_FatTable->AuxAnt_Cnt[i]!=0)?(pDM_FatTable->AuxAnt_Sum[i]/pDM_FatTable->AuxAnt_Cnt[i]):0; -+ -+ if(pDM_FatTable->MainAnt_Cnt[i]<=1 && pDM_FatTable->CCK_counter_main>=1) -+ Main_RSSI=0; -+ -+ if(pDM_FatTable->AuxAnt_Cnt[i]<=1 && pDM_FatTable->CCK_counter_aux>=1) -+ Aux_RSSI=0; -+ -+ TargetAnt = (Main_RSSI==Aux_RSSI)?pDM_SWAT_Table->PreAntenna:((Main_RSSI>=Aux_RSSI)?MAIN_ANT:AUX_ANT); -+ LocalMaxRSSI = (Main_RSSI>=Aux_RSSI) ? Main_RSSI : Aux_RSSI; -+ LocalMinRSSI = (Main_RSSI>=Aux_RSSI) ? Aux_RSSI : Main_RSSI; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** CCK_counter_main = (( %d )) , CCK_counter_aux= (( %d )) \n", pDM_FatTable->CCK_counter_main, pDM_FatTable->CCK_counter_aux)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** OFDM_counter_main = (( %d )) , OFDM_counter_aux= (( %d )) \n", pDM_FatTable->OFDM_counter_main, pDM_FatTable->OFDM_counter_aux)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Main_Cnt = (( %d )) , Main_RSSI= (( %d )) \n", pDM_FatTable->MainAnt_Cnt[i], Main_RSSI)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** Aux_Cnt = (( %d )) , Aux_RSSI = (( %d )) \n", pDM_FatTable->AuxAnt_Cnt[i] , Aux_RSSI )); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** MAC ID:[ %d ] , TargetAnt = (( %s )) \n", i ,( TargetAnt ==MAIN_ANT)?"MAIN_ANT":"AUX_ANT")); -+ -+ //2 Select RX Idle Antenna -+ -+ if (LocalMaxRSSI != 0 && LocalMaxRSSI < MinMaxRSSI) -+ { -+ RxIdleAnt = TargetAnt; -+ MinMaxRSSI = LocalMaxRSSI; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("*** LocalMaxRSSI-LocalMinRSSI = ((%d))\n",(LocalMaxRSSI-LocalMinRSSI))); -+ -+ if((LocalMaxRSSI-LocalMinRSSI)>8) -+ { -+ if(LocalMinRSSI != 0) -+ pDM_SWAT_Table->Train_time_flag=3; -+ else -+ { -+ if(MinMaxRSSI > SWAntDiv_threshold) -+ pDM_SWAT_Table->Train_time_flag=0; -+ else -+ pDM_SWAT_Table->Train_time_flag=3; -+ } -+ } -+ else if((LocalMaxRSSI-LocalMinRSSI)>5) -+ pDM_SWAT_Table->Train_time_flag=2; -+ else if((LocalMaxRSSI-LocalMinRSSI)>2) -+ pDM_SWAT_Table->Train_time_flag=1; -+ else -+ pDM_SWAT_Table->Train_time_flag=0; -+ -+ } -+ -+ //2 Select TX Antenna -+ if(TargetAnt == MAIN_ANT) -+ pDM_FatTable->antsel_a[i] = ANT1_2G; -+ else -+ pDM_FatTable->antsel_a[i] = ANT2_2G; -+ -+ } -+ pDM_FatTable->MainAnt_Sum[i] = 0; -+ pDM_FatTable->AuxAnt_Sum[i] = 0; -+ pDM_FatTable->MainAnt_Cnt[i] = 0; -+ pDM_FatTable->AuxAnt_Cnt[i] = 0; -+ } -+ -+ if(pDM_SWAT_Table->bSWAntDivByCtrlFrame) -+ { -+ odm_S0S1_SwAntDivByCtrlFrame(pDM_Odm, SWAW_STEP_DETERMINE); -+ bByCtrlFrame = TRUE; -+ } -+ -+ pkt_cnt_total = pDM_FatTable->CCK_counter_main + pDM_FatTable->CCK_counter_aux + -+ pDM_FatTable->OFDM_counter_main + pDM_FatTable->OFDM_counter_aux; -+ pDM_FatTable->CCK_counter_main=0; -+ pDM_FatTable->CCK_counter_aux=0; -+ pDM_FatTable->OFDM_counter_main=0; -+ pDM_FatTable->OFDM_counter_aux=0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Control frame packet counter = %d, Data frame packet counter = %llu\n", -+ pDM_SWAT_Table->PktCnt_SWAntDivByCtrlFrame, pkt_cnt_total)); -+ -+ if(MinMaxRSSI == 0xff || ((pkt_cnt_total < (pDM_SWAT_Table->PktCnt_SWAntDivByCtrlFrame >> 1)) && pDM_Odm->PhyDbgInfo.NumQryBeaconPkt < 2)) -+ { -+ MinMaxRSSI = 0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Check RSSI of control frame because MinMaxRSSI == 0xff\n")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("bByCtrlFrame = %d\n", bByCtrlFrame)); -+ -+ if(bByCtrlFrame) -+ { -+ Main_RSSI = (pDM_FatTable->MainAnt_CtrlFrame_Cnt!=0)?(pDM_FatTable->MainAnt_CtrlFrame_Sum/pDM_FatTable->MainAnt_CtrlFrame_Cnt):0; -+ Aux_RSSI = (pDM_FatTable->AuxAnt_CtrlFrame_Cnt!=0)?(pDM_FatTable->AuxAnt_CtrlFrame_Sum/pDM_FatTable->AuxAnt_CtrlFrame_Cnt):0; -+ -+ if(pDM_FatTable->MainAnt_CtrlFrame_Cnt<=1 && pDM_FatTable->CCK_CtrlFrame_Cnt_main>=1) -+ Main_RSSI=0; -+ -+ if(pDM_FatTable->AuxAnt_CtrlFrame_Cnt<=1 && pDM_FatTable->CCK_CtrlFrame_Cnt_aux>=1) -+ Aux_RSSI=0; -+ -+ if (Main_RSSI != 0 || Aux_RSSI != 0) -+ { -+ RxIdleAnt = (Main_RSSI==Aux_RSSI)?pDM_SWAT_Table->PreAntenna:((Main_RSSI>=Aux_RSSI)?MAIN_ANT:AUX_ANT); -+ LocalMaxRSSI = (Main_RSSI>=Aux_RSSI) ? Main_RSSI : Aux_RSSI; -+ LocalMinRSSI = (Main_RSSI>=Aux_RSSI) ? Aux_RSSI : Main_RSSI; -+ -+ if((LocalMaxRSSI-LocalMinRSSI)>8) -+ pDM_SWAT_Table->Train_time_flag=3; -+ else if((LocalMaxRSSI-LocalMinRSSI)>5) -+ pDM_SWAT_Table->Train_time_flag=2; -+ else if((LocalMaxRSSI-LocalMinRSSI)>2) -+ pDM_SWAT_Table->Train_time_flag=1; -+ else -+ pDM_SWAT_Table->Train_time_flag=0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Control frame: Main_RSSI = %d, Aux_RSSI = %d\n", Main_RSSI, Aux_RSSI)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("RxIdleAnt decided by control frame = %s\n", (RxIdleAnt == MAIN_ANT?"MAIN":"AUX"))); -+ } -+ } -+ } -+ -+ pDM_FatTable->MinMaxRSSI = MinMaxRSSI; -+ pDM_SWAT_Table->try_flag = 0; -+ -+ if( pDM_SWAT_Table->Double_chk_flag==1) -+ { -+ pDM_SWAT_Table->Double_chk_flag=0; -+ if(pDM_FatTable->MinMaxRSSI > SWAntDiv_threshold) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,(" [Double check] MinMaxRSSI ((%d)) > %d again!! \n", -+ pDM_FatTable->MinMaxRSSI,SWAntDiv_threshold)); -+ -+ ODM_UpdateRxIdleAnt(pDM_Odm, RxIdleAnt); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("[reset try_flag = 0] Training accomplished !!!] \n\n\n")); -+ return; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,(" [Double check] MinMaxRSSI ((%d)) <= %d !! \n", -+ pDM_FatTable->MinMaxRSSI,SWAntDiv_threshold)); -+ -+ nextAnt = (pDM_FatTable->RxIdleAnt == MAIN_ANT)? AUX_ANT : MAIN_ANT; -+ pDM_SWAT_Table->try_flag = 0; -+ pDM_SWAT_Table->reset_idx=reset_period; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("[set try_flag=0] Normal State: Need to tryg again!! \n\n\n")); -+ return; -+ } -+ } -+ else -+ { -+ if(pDM_FatTable->MinMaxRSSI < SWAntDiv_threshold) -+ pDM_SWAT_Table->reset_idx=reset_period; -+ -+ pDM_SWAT_Table->PreAntenna =RxIdleAnt; -+ ODM_UpdateRxIdleAnt(pDM_Odm, RxIdleAnt ); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("[reset try_flag = 0] Training accomplished !!!] \n\n\n")); -+ return; -+ } -+ -+ } -+ -+ } -+ -+ //1 4.Change TRX antenna -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("RSSI_Trying = (( %d )), Ant: (( %s )) >>> (( %s )) \n", -+ pDM_SWAT_Table->RSSI_Trying, (pDM_FatTable->RxIdleAnt == MAIN_ANT?"MAIN":"AUX"),(nextAnt == MAIN_ANT?"MAIN":"AUX"))); -+ -+ ODM_UpdateRxIdleAnt(pDM_Odm, nextAnt); -+ -+ //1 5.Reset Statistics -+ -+ pDM_FatTable->RxIdleAnt = nextAnt; -+ -+ //1 6.Set next timer (Trying State) -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" Test ((%s)) Ant for (( %d )) ms \n", (nextAnt == MAIN_ANT?"MAIN":"AUX"), pDM_SWAT_Table->Train_time)); -+ ODM_SetTimer(pDM_Odm,&pDM_SWAT_Table->SwAntennaSwitchTimer_8723B, pDM_SWAT_Table->Train_time ); //ms -+} -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+ODM_SW_AntDiv_Callback( -+ PRT_TIMER pTimer -+) -+{ -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ pSWAT_T pDM_SWAT_Table = &pHalData->DM_OutSrc.DM_SWAT_Table; -+ -+ #if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ #if USE_WORKITEM -+ ODM_ScheduleWorkItem(&pDM_SWAT_Table->SwAntennaSwitchWorkitem_8723B); -+ #else -+ { -+ //DbgPrint("SW_antdiv_Callback"); -+ odm_S0S1_SwAntDiv(&pHalData->DM_OutSrc, SWAW_STEP_DETERMINE); -+ } -+ #endif -+ #else -+ ODM_ScheduleWorkItem(&pDM_SWAT_Table->SwAntennaSwitchWorkitem_8723B); -+ #endif -+} -+VOID -+ODM_SW_AntDiv_WorkitemCallback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER pAdapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ //DbgPrint("SW_antdiv_Workitem_Callback"); -+ odm_S0S1_SwAntDiv(&pHalData->DM_OutSrc, SWAW_STEP_DETERMINE); -+} -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ -+VOID -+ODM_SW_AntDiv_WorkitemCallback( -+ IN PVOID pContext -+) -+{ -+ PADAPTER -+ pAdapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE -+ *pHalData = GET_HAL_DATA(pAdapter); -+ -+ /*DbgPrint("SW_antdiv_Workitem_Callback");*/ -+ odm_S0S1_SwAntDiv(&pHalData->odmpriv, SWAW_STEP_DETERMINE); -+} -+ -+VOID -+ODM_SW_AntDiv_Callback(void *FunctionContext) -+{ -+ PDM_ODM_T pDM_Odm= (PDM_ODM_T)FunctionContext; -+ PADAPTER padapter = pDM_Odm->Adapter; -+ if(padapter->net_closed == _TRUE) -+ return; -+ -+ #if 0 /* Can't do I/O in timer callback*/ -+ odm_S0S1_SwAntDiv(pDM_Odm, SWAW_STEP_DETERMINE); -+ #else -+ rtw_run_in_thread_cmd(padapter, ODM_SW_AntDiv_WorkitemCallback, padapter); -+ #endif -+} -+ -+ -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+VOID -+odm_S0S1_SwAntDivByCtrlFrame( -+ IN PVOID pDM_VOID, -+ IN u1Byte Step -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ switch(Step) -+ { -+ case SWAW_STEP_PEAK: -+ pDM_SWAT_Table->PktCnt_SWAntDivByCtrlFrame = 0; -+ pDM_SWAT_Table->bSWAntDivByCtrlFrame = TRUE; -+ pDM_FatTable->MainAnt_CtrlFrame_Cnt = 0; -+ pDM_FatTable->AuxAnt_CtrlFrame_Cnt = 0; -+ pDM_FatTable->MainAnt_CtrlFrame_Sum = 0; -+ pDM_FatTable->AuxAnt_CtrlFrame_Sum = 0; -+ pDM_FatTable->CCK_CtrlFrame_Cnt_main = 0; -+ pDM_FatTable->CCK_CtrlFrame_Cnt_aux = 0; -+ pDM_FatTable->OFDM_CtrlFrame_Cnt_main = 0; -+ pDM_FatTable->OFDM_CtrlFrame_Cnt_aux = 0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("odm_S0S1_SwAntDivForAPMode(): Start peak and reset counter\n")); -+ break; -+ case SWAW_STEP_DETERMINE: -+ pDM_SWAT_Table->bSWAntDivByCtrlFrame = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("odm_S0S1_SwAntDivForAPMode(): Stop peak\n")); -+ break; -+ default: -+ pDM_SWAT_Table->bSWAntDivByCtrlFrame = FALSE; -+ break; -+ } -+} -+ -+VOID -+odm_AntselStatisticsOfCtrlFrame( -+ IN PVOID pDM_VOID, -+ IN u1Byte antsel_tr_mux, -+ IN u4Byte RxPWDBAll -+ -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ if(antsel_tr_mux == ANT1_2G) -+ { -+ pDM_FatTable->MainAnt_CtrlFrame_Sum+=RxPWDBAll; -+ pDM_FatTable->MainAnt_CtrlFrame_Cnt++; -+ } -+ else -+ { -+ pDM_FatTable->AuxAnt_CtrlFrame_Sum+=RxPWDBAll; -+ pDM_FatTable->AuxAnt_CtrlFrame_Cnt++; -+ } -+} -+ -+VOID -+odm_S0S1_SwAntDivByCtrlFrame_ProcessRSSI( -+ IN PVOID pDM_VOID, -+ IN PVOID p_phy_info_void, -+ IN PVOID p_pkt_info_void -+ //IN PODM_PHY_INFO_T pPhyInfo, -+ //IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_PHY_INFO_T pPhyInfo=(PODM_PHY_INFO_T)p_phy_info_void; -+ PODM_PACKET_INFO_T pPktinfo=(PODM_PACKET_INFO_T)p_pkt_info_void; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ BOOLEAN isCCKrate; -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_ANT_DIV)) -+ return; -+ -+ if(pDM_Odm->AntDivType != S0S1_SW_ANTDIV) -+ return; -+ -+ // In try state -+ if(!pDM_SWAT_Table->bSWAntDivByCtrlFrame) -+ return; -+ -+ // No HW error and match receiver address -+ if(!pPktinfo->bToSelf) -+ return; -+ -+ pDM_SWAT_Table->PktCnt_SWAntDivByCtrlFrame++; -+ isCCKrate = ((pPktinfo->DataRate >= DESC_RATE1M ) && (pPktinfo->DataRate <= DESC_RATE11M ))?TRUE :FALSE; -+ -+ if(isCCKrate) -+ { -+ pDM_FatTable->antsel_rx_keep_0 = (pDM_FatTable->RxIdleAnt == MAIN_ANT) ? ANT1_2G : ANT2_2G; -+ -+ if(pDM_FatTable->antsel_rx_keep_0==ANT1_2G) -+ pDM_FatTable->CCK_CtrlFrame_Cnt_main++; -+ else -+ pDM_FatTable->CCK_CtrlFrame_Cnt_aux++; -+ -+ odm_AntselStatisticsOfCtrlFrame(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]); -+ } -+ else -+ { -+ if(pDM_FatTable->antsel_rx_keep_0==ANT1_2G) -+ pDM_FatTable->OFDM_CtrlFrame_Cnt_main++; -+ else -+ pDM_FatTable->OFDM_CtrlFrame_Cnt_aux++; -+ -+ odm_AntselStatisticsOfCtrlFrame(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPhyInfo->RxPWDBAll); -+ } -+} -+#endif //#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+ -+#endif //#if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+ -+ -+ -+ -+VOID -+odm_SetNextMACAddrTarget( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ PSTA_INFO_T pEntry; -+ u4Byte value32, i; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("odm_SetNextMACAddrTarget() ==>\n")); -+ -+ if (pDM_Odm->bLinked) -+ { -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ -+ if ((pDM_FatTable->TrainIdx+1) == ODM_ASSOCIATE_ENTRY_NUM) -+ pDM_FatTable->TrainIdx = 0; -+ else -+ pDM_FatTable->TrainIdx++; -+ -+ pEntry = pDM_Odm->pODM_StaInfo[pDM_FatTable->TrainIdx]; -+ -+ if (IS_STA_VALID(pEntry)) { -+ -+ /*Match MAC ADDR*/ -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ value32 = (pEntry->hwaddr[5]<<8)|pEntry->hwaddr[4]; -+ #else -+ value32 = (pEntry->MacAddr[5]<<8)|pEntry->MacAddr[4]; -+ #endif -+ -+ ODM_SetMACReg(pDM_Odm, 0x7b4, 0xFFFF, value32);/*0x7b4~0x7b5*/ -+ -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ value32 = (pEntry->hwaddr[3]<<24)|(pEntry->hwaddr[2]<<16) |(pEntry->hwaddr[1]<<8) |pEntry->hwaddr[0]; -+ #else -+ value32 = (pEntry->MacAddr[3]<<24)|(pEntry->MacAddr[2]<<16) |(pEntry->MacAddr[1]<<8) |pEntry->MacAddr[0]; -+ #endif -+ ODM_SetMACReg(pDM_Odm, 0x7b0, bMaskDWord, value32);/*0x7b0~0x7b3*/ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("pDM_FatTable->TrainIdx=%d\n", pDM_FatTable->TrainIdx)); -+ -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Training MAC Addr = %x:%x:%x:%x:%x:%x\n", -+ pEntry->hwaddr[5], pEntry->hwaddr[4], pEntry->hwaddr[3], pEntry->hwaddr[2], pEntry->hwaddr[1], pEntry->hwaddr[0])); -+ #else -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Training MAC Addr = %x:%x:%x:%x:%x:%x\n", -+ pEntry->MacAddr[5], pEntry->MacAddr[4], pEntry->MacAddr[3], pEntry->MacAddr[2], pEntry->MacAddr[1], pEntry->MacAddr[0])); -+ #endif -+ -+ break; -+ } -+ } -+ } -+ -+#if 0 -+ // -+ //2012.03.26 LukeLee: This should be removed later, the MAC address is changed according to MACID in turn -+ // -+ #if( DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ { -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ -+ for (i=0; i<6; i++) -+ { -+ Bssid[i] = pMgntInfo->Bssid[i]; -+ //DbgPrint("Bssid[%d]=%x\n", i, Bssid[i]); -+ } -+ } -+ #endif -+ -+ //odm_SetNextMACAddrTarget(pDM_Odm); -+ -+ //1 Select MAC Address Filter -+ for (i=0; i<6; i++) -+ { -+ if(Bssid[i] != pDM_FatTable->Bssid[i]) -+ { -+ bMatchBSSID = FALSE; -+ break; -+ } -+ } -+ if(bMatchBSSID == FALSE) -+ { -+ //Match MAC ADDR -+ value32 = (Bssid[5]<<8)|Bssid[4]; -+ ODM_SetMACReg(pDM_Odm, 0x7b4, 0xFFFF, value32); -+ value32 = (Bssid[3]<<24)|(Bssid[2]<<16) |(Bssid[1]<<8) |Bssid[0]; -+ ODM_SetMACReg(pDM_Odm, 0x7b0, bMaskDWord, value32); -+ } -+ -+ return bMatchBSSID; -+#endif -+ -+} -+ -+#if (defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY)) || (defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY)) -+ -+VOID -+odm_FastAntTraining( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ u4Byte MaxRSSI_pathA=0, Pckcnt_pathA=0; -+ u1Byte i,TargetAnt_pathA=0; -+ BOOLEAN bPktFilterMacth_pathA = FALSE; -+ #if(RTL8192E_SUPPORT == 1) -+ u4Byte MaxRSSI_pathB=0, Pckcnt_pathB=0; -+ u1Byte TargetAnt_pathB=0; -+ BOOLEAN bPktFilterMacth_pathB = FALSE; -+ #endif -+ -+ -+ if(!pDM_Odm->bLinked) //bLinked==False -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[No Link!!!]\n")); -+ -+ if(pDM_FatTable->bBecomeLinked == TRUE) -+ { -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ phydm_FastTraining_enable(pDM_Odm , FAT_OFF); -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , REG); -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ return; -+ } -+ else -+ { -+ if(pDM_FatTable->bBecomeLinked ==FALSE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Linked!!!]\n")); -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , TX_BY_DESC); -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ } -+ -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT2|BIT1|BIT0, ((pDM_Odm->fat_comb_a)-1)); -+ } -+ #if(RTL8192E_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ ODM_SetBBReg(pDM_Odm, 0xB38 , BIT2|BIT1|BIT0, ((pDM_Odm->fat_comb_a)-1) ); //path-A // ant combination=regB38[2:0]+1 -+ ODM_SetBBReg(pDM_Odm, 0xB38 , BIT18|BIT17|BIT16, ((pDM_Odm->fat_comb_b)-1) ); //path-B // ant combination=regB38[18:16]+1 -+ } -+ #endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("==>odm_FastAntTraining()\n")); -+ -+ //1 TRAINING STATE -+ if(pDM_FatTable->FAT_State == FAT_TRAINING_STATE) -+ { -+ //2 Caculate RSSI per Antenna -+ -+ //3 [path-A]--------------------------- -+ for (i=0; i<(pDM_Odm->fat_comb_a); i++) // i : antenna index -+ { -+ if(pDM_FatTable->antRSSIcnt[i] == 0) -+ pDM_FatTable->antAveRSSI[i] = 0; -+ else -+ { -+ pDM_FatTable->antAveRSSI[i] = pDM_FatTable->antSumRSSI[i] /pDM_FatTable->antRSSIcnt[i]; -+ bPktFilterMacth_pathA = TRUE; -+ } -+ -+ if(pDM_FatTable->antAveRSSI[i] > MaxRSSI_pathA) -+ { -+ MaxRSSI_pathA = pDM_FatTable->antAveRSSI[i]; -+ Pckcnt_pathA = pDM_FatTable ->antRSSIcnt[i]; -+ TargetAnt_pathA = i ; -+ } -+ else if(pDM_FatTable->antAveRSSI[i] == MaxRSSI_pathA) -+ { -+ if( (pDM_FatTable->antRSSIcnt[i] ) > Pckcnt_pathA) -+ { -+ MaxRSSI_pathA = pDM_FatTable->antAveRSSI[i]; -+ Pckcnt_pathA = pDM_FatTable ->antRSSIcnt[i]; -+ TargetAnt_pathA = i ; -+ } -+ } -+ -+ ODM_RT_TRACE("*** Ant-Index : [ %d ], Counter = (( %d )), Avg RSSI = (( %d )) \n", i, pDM_FatTable->antRSSIcnt[i], pDM_FatTable->antAveRSSI[i] ); -+ } -+ -+ -+ /* -+ #if(RTL8192E_SUPPORT == 1) -+ //3 [path-B]--------------------------- -+ for (i=0; i<(pDM_Odm->fat_comb_b); i++) -+ { -+ if(pDM_FatTable->antRSSIcnt_pathB[i] == 0) -+ pDM_FatTable->antAveRSSI_pathB[i] = 0; -+ else // (antRSSIcnt[i] != 0) -+ { -+ pDM_FatTable->antAveRSSI_pathB[i] = pDM_FatTable->antSumRSSI_pathB[i] /pDM_FatTable->antRSSIcnt_pathB[i]; -+ bPktFilterMacth_pathB = TRUE; -+ } -+ if(pDM_FatTable->antAveRSSI_pathB[i] > MaxRSSI_pathB) -+ { -+ MaxRSSI_pathB = pDM_FatTable->antAveRSSI_pathB[i]; -+ Pckcnt_pathB = pDM_FatTable ->antRSSIcnt_pathB[i]; -+ TargetAnt_pathB = (u1Byte) i; -+ } -+ if(pDM_FatTable->antAveRSSI_pathB[i] == MaxRSSI_pathB) -+ { -+ if(pDM_FatTable ->antRSSIcnt_pathB > Pckcnt_pathB) -+ { -+ MaxRSSI_pathB = pDM_FatTable->antAveRSSI_pathB[i]; -+ TargetAnt_pathB = (u1Byte) i; -+ } -+ } -+ if (pDM_Odm->fat_print_rssi==1) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***{Path-B}: Sum RSSI[%d] = (( %d )), cnt RSSI [%d] = (( %d )), Avg RSSI[%d] = (( %d )) \n", -+ i, pDM_FatTable->antSumRSSI_pathB[i], i, pDM_FatTable->antRSSIcnt_pathB[i], i, pDM_FatTable->antAveRSSI_pathB[i])); -+ } -+ } -+ #endif -+ */ -+ -+ //1 DECISION STATE -+ -+ //2 Select TRX Antenna -+ -+ phydm_FastTraining_enable(pDM_Odm, FAT_OFF); -+ -+ //3 [path-A]--------------------------- -+ if(bPktFilterMacth_pathA == FALSE) -+ { -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("{Path-A}: None Packet is matched\n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("{Path-A}: None Packet is matched\n")); -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ } -+ else -+ { -+ ODM_RT_TRACE("TargetAnt_pathA = (( %d )) , MaxRSSI_pathA = (( %d )) \n",TargetAnt_pathA,MaxRSSI_pathA); -+ -+ //3 [ update RX-optional ant ] Default RX is Omni, Optional RX is the best decision by FAT -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x864 , BIT8|BIT7|BIT6, TargetAnt_pathA); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ ODM_SetBBReg(pDM_Odm, 0xB38 , BIT8|BIT7|BIT6, TargetAnt_pathA);//Optional RX [pth-A] -+ } -+ //3 [ update TX ant ] -+ odm_UpdateTxAnt(pDM_Odm, TargetAnt_pathA, (pDM_FatTable->TrainIdx)); -+ -+ if(TargetAnt_pathA == 0) -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ } -+ /* -+ #if(RTL8192E_SUPPORT == 1) -+ //3 [path-B]--------------------------- -+ if(bPktFilterMacth_pathB == FALSE) -+ { -+ if (pDM_Odm->fat_print_rssi==1) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***[%d]{Path-B}: None Packet is matched\n\n\n",__LINE__)); -+ } -+ } -+ else -+ { -+ if (pDM_Odm->fat_print_rssi==1) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, -+ (" ***TargetAnt_pathB = (( %d )) *** MaxRSSI = (( %d ))***\n\n\n",TargetAnt_pathB,MaxRSSI_pathB)); -+ } -+ ODM_SetBBReg(pDM_Odm, 0xB38 , BIT21|BIT20|BIT19, TargetAnt_pathB); //Default RX is Omni, Optional RX is the best decision by FAT -+ ODM_SetBBReg(pDM_Odm, 0x80c , BIT21, 1); //Reg80c[21]=1'b1 //from TX Info -+ -+ pDM_FatTable->antsel_pathB[pDM_FatTable->TrainIdx] = TargetAnt_pathB; -+ } -+ #endif -+ */ -+ -+ //2 Reset Counter -+ for(i=0; i<(pDM_Odm->fat_comb_a); i++) -+ { -+ pDM_FatTable->antSumRSSI[i] = 0; -+ pDM_FatTable->antRSSIcnt[i] = 0; -+ } -+ /* -+ #if(RTL8192E_SUPPORT == 1) -+ for(i=0; i<=(pDM_Odm->fat_comb_b); i++) -+ { -+ pDM_FatTable->antSumRSSI_pathB[i] = 0; -+ pDM_FatTable->antRSSIcnt_pathB[i] = 0; -+ } -+ #endif -+ */ -+ -+ pDM_FatTable->FAT_State = FAT_PREPARE_STATE; -+ return; -+ } -+ -+ //1 NORMAL STATE -+ if (pDM_FatTable->FAT_State == FAT_PREPARE_STATE) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Start Prepare State ]\n")); -+ -+ odm_SetNextMACAddrTarget(pDM_Odm); -+ -+ //2 Prepare Training -+ pDM_FatTable->FAT_State = FAT_TRAINING_STATE; -+ phydm_FastTraining_enable(pDM_Odm , FAT_ON); -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); //enable HW AntDiv -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Start Training State]\n")); -+ -+ ODM_SetTimer(pDM_Odm,&pDM_Odm->FastAntTrainingTimer, pDM_Odm->antdiv_intvl ); //ms -+ } -+ -+} -+ -+VOID -+odm_FastAntTrainingCallback( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PADAPTER padapter = pDM_Odm->Adapter; -+ if(padapter->net_closed == _TRUE) -+ return; -+ //if(*pDM_Odm->pbNet_closed == TRUE) -+ // return; -+#endif -+ -+#if USE_WORKITEM -+ ODM_ScheduleWorkItem(&pDM_Odm->FastAntTrainingWorkitem); -+#else -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("******odm_FastAntTrainingCallback****** \n")); -+ odm_FastAntTraining(pDM_Odm); -+#endif -+} -+ -+VOID -+odm_FastAntTrainingWorkItemCallback( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("******odm_FastAntTrainingWorkItemCallback****** \n")); -+ odm_FastAntTraining(pDM_Odm); -+} -+ -+#endif -+ -+#ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ -+u4Byte -+phydm_construct_hl_beam_codeword( -+ IN PVOID pDM_VOID, -+ IN u4Byte *beam_pattern_idx, -+ IN u4Byte ant_num -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte codeword = 0; -+ u4Byte data_tmp; -+ u1Byte i; -+ -+ if (ant_num < 8) { -+ for (i = 0; i < ant_num; i++) { -+ /*ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("beam_pattern_num[%x] = %x\n",i,beam_pattern_num[i] ));*/ -+ if (beam_pattern_idx[i] == 0) { -+ data_tmp = 0x0; -+ /**/ -+ } else if (beam_pattern_idx[i] == 1) { -+ data_tmp = 0x1; -+ /**/ -+ } else if (beam_pattern_idx[i] == 2) { -+ data_tmp = 0x8; -+ /**/ -+ } else if (beam_pattern_idx[i] == 3) { -+ data_tmp = 0x9; -+ /**/ -+ } -+ codeword |= (data_tmp<<(i*4)); -+ } -+ } -+ -+ return codeword; -+} -+ -+VOID -+phydm_update_beam_pattern( -+ IN PVOID pDM_VOID, -+ IN u4Byte codeword, -+ IN u4Byte codeword_length -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ u1Byte i; -+ BOOLEAN beam_ctrl_signal; -+ u4Byte one = 0x1; -+ u4Byte reg44_tmp_p, reg44_tmp_n, reg44_ori; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] Set Beam Pattern =0x%x\n", codeword)); -+ -+ reg44_ori = ODM_GetMACReg(pDM_Odm, 0x44, bMaskDWord); -+ /*ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("reg44_ori =0x%x\n", reg44_ori));*/ -+ -+ for (i = 0; i <= (codeword_length-1); i++) { -+ beam_ctrl_signal = (BOOLEAN)((codeword&BIT(i)) >> i); -+ -+ if (pDM_Odm->DebugComponents & ODM_COMP_ANT_DIV) { -+ -+ if (i == (codeword_length-1)) { -+ DbgPrint("%d ]\n", beam_ctrl_signal); -+ /**/ -+ } else if (i == 0) { -+ DbgPrint("Send codeword[1:24] ---> [ %d ", beam_ctrl_signal); -+ /**/ -+ } else if ((i % 4) == 3) { -+ DbgPrint("%d | ", beam_ctrl_signal); -+ /**/ -+ } else { -+ DbgPrint("%d ", beam_ctrl_signal); -+ /**/ -+ } -+ } -+ -+ #if 1 -+ reg44_tmp_p = reg44_ori & (~(BIT11|BIT10)); /*clean bit 10 & 11*/ -+ reg44_tmp_p |= ((1<<11) | (beam_ctrl_signal<<10)); -+ reg44_tmp_n = reg44_tmp_p & (~BIT11); -+ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("reg44_tmp_p =(( 0x%x )), reg44_tmp_n = (( 0x%x ))\n", reg44_tmp_p, reg44_tmp_n));*/ -+ ODM_SetMACReg(pDM_Odm, 0x44 , bMaskDWord, reg44_tmp_p); -+ ODM_SetMACReg(pDM_Odm, 0x44 , bMaskDWord, reg44_tmp_n); -+ #else -+ ODM_SetMACReg(pDM_Odm, 0x44 , BIT11|BIT10, ((1<<1) | beam_ctrl_signal)); -+ ODM_SetMACReg(pDM_Odm, 0x44 , BIT11, 0); -+ #endif -+ -+ } -+} -+ -+VOID -+phydm_update_rx_idle_beam( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ u4Byte i; -+ -+ pdm_sat_table->update_beam_codeword = phydm_construct_hl_beam_codeword(pDM_Odm, &(pdm_sat_table->rx_idle_beam[0]), pdm_sat_table->ant_num); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Set target beam_pattern codeword = (( 0x%x ))\n", pdm_sat_table->update_beam_codeword)); -+ -+ if (pdm_sat_table->pre_codeword != pdm_sat_table->update_beam_codeword) { -+ for (i = 0; i < (pdm_sat_table->ant_num); i++) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Update Rx-Idle-Beam ] RxIdleBeam[%d] =%d\n", i, pdm_sat_table->rx_idle_beam[i])); -+ /**/ -+ } -+ -+ #if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ phydm_update_beam_pattern(pDM_Odm, pdm_sat_table->update_beam_codeword, pdm_sat_table->data_codeword_bit_num); -+ #else -+ ODM_ScheduleWorkItem(&pdm_sat_table->hl_smart_antenna_workitem); -+ /*ODM_StallExecution(1);*/ -+ #endif -+ -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Stay in Ori-Beam ]\n")); -+ /**/ -+ } -+ pdm_sat_table->pre_codeword = pdm_sat_table->update_beam_codeword; -+} -+ -+VOID -+phydm_hl_smart_ant_cmd( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ u4Byte one = 0x1; -+ u4Byte codeword_length = pdm_sat_table->data_codeword_bit_num; -+ u4Byte beam_ctrl_signal, i; -+ -+ if (dm_value[0] == 1) { /*fix beam pattern*/ -+ -+ pdm_sat_table->fix_beam_pattern_en = dm_value[1]; -+ -+ if (pdm_sat_table->fix_beam_pattern_en == 1) { -+ -+ pdm_sat_table->fix_beam_pattern_codeword = dm_value[2]; -+ -+ if (pdm_sat_table->fix_beam_pattern_codeword > (one<fix_beam_pattern_codeword, codeword_length)); -+ (pdm_sat_table->fix_beam_pattern_codeword) &= 0xffffff; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] Auto modify to (0x%x)\n", pdm_sat_table->fix_beam_pattern_codeword)); -+ } -+ -+ pdm_sat_table->update_beam_codeword = pdm_sat_table->fix_beam_pattern_codeword; -+ -+ /*---------------------------------------------------------*/ -+ PHYDM_SNPRINTF((output+used, out_len-used, "Fix Beam Pattern\n")); -+ for (i = 0; i <= (codeword_length-1); i++) { -+ beam_ctrl_signal = (BOOLEAN)((pdm_sat_table->update_beam_codeword&BIT(i)) >> i); -+ -+ if (i == (codeword_length-1)) { -+ PHYDM_SNPRINTF((output+used, out_len-used, "%d]\n", beam_ctrl_signal)); -+ /**/ -+ } else if (i == 0) { -+ PHYDM_SNPRINTF((output+used, out_len-used, "Send Codeword[1:24] to RFU -> [%d", beam_ctrl_signal)); -+ /**/ -+ } else if ((i % 4) == 3) { -+ PHYDM_SNPRINTF((output+used, out_len-used, "%d|", beam_ctrl_signal)); -+ /**/ -+ } else { -+ PHYDM_SNPRINTF((output+used, out_len-used, "%d", beam_ctrl_signal)); -+ /**/ -+ } -+ } -+ /*---------------------------------------------------------*/ -+ -+ -+ #if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ phydm_update_beam_pattern(pDM_Odm, pdm_sat_table->update_beam_codeword, pdm_sat_table->data_codeword_bit_num); -+ #else -+ ODM_ScheduleWorkItem(&pdm_sat_table->hl_smart_antenna_workitem); -+ /*ODM_StallExecution(1);*/ -+ #endif -+ } else if (pdm_sat_table->fix_beam_pattern_en == 0) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] Smart Antenna: Enable\n")); -+ } -+ -+ } else if (dm_value[0] == 2) { /*set latch time*/ -+ -+ pdm_sat_table->latch_time = dm_value[1]; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] latch_time =0x%x\n", pdm_sat_table->latch_time)); -+ } else if (dm_value[0] == 3) { -+ -+ pdm_sat_table->fix_training_num_en = dm_value[1]; -+ -+ if (pdm_sat_table->fix_training_num_en == 1) { -+ pdm_sat_table->per_beam_training_pkt_num = dm_value[2]; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] Fix per_beam_training_pkt_num = (( 0x%x ))\n", pdm_sat_table->per_beam_training_pkt_num)); -+ } else if (pdm_sat_table->fix_training_num_en == 0) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] AUTO per_beam_training_pkt_num\n")); -+ /**/ -+ } -+ } -+ -+} -+ -+ -+void -+phydm_set_all_ant_same_beam_num( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ -+ if (pDM_Odm->AntDivType == HL_SW_SMART_ANT_TYPE1) { /*2Ant for 8821A*/ -+ -+ pdm_sat_table->rx_idle_beam[0] = pdm_sat_table->fast_training_beam_num; -+ pdm_sat_table->rx_idle_beam[1] = pdm_sat_table->fast_training_beam_num; -+ } -+ -+ pdm_sat_table->update_beam_codeword = phydm_construct_hl_beam_codeword(pDM_Odm, &(pdm_sat_table->rx_idle_beam[0]), pdm_sat_table->ant_num); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] Set all ant beam_pattern: codeword = (( 0x%x ))\n", pdm_sat_table->update_beam_codeword)); -+ -+ #if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ phydm_update_beam_pattern(pDM_Odm, pdm_sat_table->update_beam_codeword, pdm_sat_table->data_codeword_bit_num); -+ #else -+ ODM_ScheduleWorkItem(&pdm_sat_table->hl_smart_antenna_workitem); -+ /*ODM_StallExecution(1);*/ -+ #endif -+} -+ -+#if 0 -+void -+phydm_hl_smart_antenna_test( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ pFAT_T pDM_FatTable = &(pDM_Odm->DM_FatTable); -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ -+ -+ pdm_sat_table->rx_idle_beam[0] = 0; -+ pdm_sat_table->rx_idle_beam[1] = 0; -+ codeword = phydm_construct_hl_beam_codeword(pDM_Odm, &(pdm_sat_table->rx_idle_beam[0]), pdm_sat_table->ant_num); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("1-beam_pattern = %x\n", codeword)); -+ phydm_update_beam_pattern(pDM_Odm, codeword, pdm_sat_table->data_codeword_bit_num); -+ -+ pdm_sat_table->rx_idle_beam[0] = 1; -+ pdm_sat_table->rx_idle_beam[1] = 1; -+ codeword = phydm_construct_hl_beam_codeword(pDM_Odm, &(pdm_sat_table->rx_idle_beam[0]), pdm_sat_table->ant_num); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("2-beam_pattern = %x\n", codeword)); -+ phydm_update_beam_pattern(pDM_Odm, codeword, pdm_sat_table->data_codeword_bit_num); -+ -+ pdm_sat_table->rx_idle_beam[0] = 2; -+ pdm_sat_table->rx_idle_beam[1] = 2; -+ codeword = phydm_construct_hl_beam_codeword(pDM_Odm, &(pdm_sat_table->rx_idle_beam[0]), pdm_sat_table->ant_num); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("3-beam_pattern = %x\n", codeword)); -+ phydm_update_beam_pattern(pDM_Odm, codeword, pdm_sat_table->data_codeword_bit_num); -+ -+ -+ pdm_sat_table->rx_idle_beam[0] = 3; -+ pdm_sat_table->rx_idle_beam[1] = 3; -+ codeword = phydm_construct_hl_beam_codeword(pDM_Odm, &(pdm_sat_table->rx_idle_beam[0]), pdm_sat_table->ant_num); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("4-beam_pattern = %x\n", codeword)); -+ phydm_update_beam_pattern(pDM_Odm, codeword, pdm_sat_table->data_codeword_bit_num); -+} -+#endif -+ -+VOID -+odm_FastAntTraining_hl_smart_antenna_type1( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ pFAT_T pDM_FatTable = &(pDM_Odm->DM_FatTable); -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ u4Byte codeword = 0, i, j; -+ u4Byte TargetAnt; -+ u4Byte avg_rssi_tmp; -+ u4Byte target_ant_beam_max_rssi[SUPPORT_RF_PATH_NUM] = {0}; -+ u4Byte max_beam_ant_rssi = 0; -+ u4Byte target_ant_beam[SUPPORT_RF_PATH_NUM] = {0}; -+ u4Byte beam_tmp; -+ -+ -+ if (!pDM_Odm->bLinked) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[No Link!!!]\n")); -+ -+ if (pDM_FatTable->bBecomeLinked == TRUE) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Link -> no Link\n")); -+ pDM_FatTable->FAT_State = FAT_BEFORE_LINK_STATE; -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , REG); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("change to (( %d )) FAT_state\n", pDM_FatTable->FAT_State)); -+ -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ return; -+ -+ } else { -+ if (pDM_FatTable->bBecomeLinked == FALSE) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Linked !!!]\n")); -+ -+ pDM_FatTable->FAT_State = FAT_PREPARE_STATE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("change to (( %d )) FAT_state\n", pDM_FatTable->FAT_State)); -+ -+ /*pdm_sat_table->fast_training_beam_num = 0;*/ -+ /*phydm_set_all_ant_same_beam_num(pDM_Odm);*/ -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm, TX_BY_DESC); -+ -+ pDM_SWAT_Table->lastTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast); -+ pDM_SWAT_Table->lastRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ pDM_FatTable->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ } -+ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("HL Smart Ant Training: State (( %d ))\n", pDM_FatTable->FAT_State));*/ -+ -+ /* [DECISION STATE] */ -+ /*=======================================================================================*/ -+ if (pDM_FatTable->FAT_State == FAT_DECISION_STATE) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 3. In Decision State]\n")); -+ phydm_FastTraining_enable(pDM_Odm , FAT_OFF); -+ -+ /*compute target beam in each antenna*/ -+ for (i = 0; i < (pdm_sat_table->ant_num); i++) { -+ for (j = 0; j < (pdm_sat_table->beam_patten_num_each_ant); j++) { -+ -+ if (pdm_sat_table->pkt_rssi_cnt[i][j] == 0) { -+ avg_rssi_tmp = 0; -+ /**/ -+ } else { -+ avg_rssi_tmp = (pdm_sat_table->pkt_rssi_sum[i][j]) / (pdm_sat_table->pkt_rssi_cnt[i][j]); -+ /**/ -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Ant[%d], Beam[%d]: pkt_num=(( %d )), avg_rssi=(( %d ))\n", i, j, pdm_sat_table->pkt_rssi_cnt[i][j], avg_rssi_tmp)); -+ -+ if (avg_rssi_tmp > target_ant_beam_max_rssi[i]) { -+ target_ant_beam[i] = j; -+ target_ant_beam_max_rssi[i] = avg_rssi_tmp; -+ } -+ -+ /*reset counter value*/ -+ pdm_sat_table->pkt_rssi_sum[i][j] = 0; -+ pdm_sat_table->pkt_rssi_cnt[i][j] = 0; -+ -+ } -+ pdm_sat_table->rx_idle_beam[i] = target_ant_beam[i]; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("---------> Target of Ant[%d]: Beam_num-(( %d )) RSSI= ((%d))\n", -+ i, target_ant_beam[i], target_ant_beam_max_rssi[i])); -+ -+ if (target_ant_beam_max_rssi[i] > max_beam_ant_rssi) { -+ TargetAnt = i; -+ max_beam_ant_rssi = target_ant_beam_max_rssi[i]; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Target of Ant = (( %d )) max_beam_ant_rssi = (( %d ))\n", -+ TargetAnt, max_beam_ant_rssi)); -+ } -+ } -+ -+ if (TargetAnt == 0) -+ TargetAnt = MAIN_ANT; -+ else if (TargetAnt == 1) -+ TargetAnt = AUX_ANT; -+ -+ /* [ update RX ant ]*/ -+ ODM_UpdateRxIdleAnt(pDM_Odm, (u1Byte)TargetAnt); -+ -+ /* [ update TX ant ]*/ -+ odm_UpdateTxAnt(pDM_Odm, (u1Byte)TargetAnt, (pDM_FatTable->TrainIdx)); -+ -+ /*set beam in each antenna*/ -+ phydm_update_rx_idle_beam(pDM_Odm); -+ -+ phydm_FastTraining_enable(pDM_Odm , FAT_OFF); -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); -+ pDM_FatTable->FAT_State = FAT_PREPARE_STATE; -+ -+ } -+ /* [TRAINING STATE] */ -+ else if (pDM_FatTable->FAT_State == FAT_TRAINING_STATE) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2. In Training State]\n")); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("fat_beam_n = (( %d )), pre_fat_beam_n = (( %d ))\n", -+ pdm_sat_table->fast_training_beam_num, pdm_sat_table->pre_fast_training_beam_num)); -+ -+ if (pdm_sat_table->fast_training_beam_num > pdm_sat_table->pre_fast_training_beam_num) { -+ -+ pdm_sat_table->force_update_beam_en = 0; -+ -+ } else { -+ -+ pdm_sat_table->force_update_beam_en = 1; -+ -+ pdm_sat_table->pkt_counter = 0; -+ beam_tmp = pdm_sat_table->fast_training_beam_num; -+ if (pdm_sat_table->fast_training_beam_num >= (pdm_sat_table->beam_patten_num_each_ant-1)) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Timeout Update] Beam_num (( %d )) -> (( decision ))\n", pdm_sat_table->fast_training_beam_num)); -+ phydm_FastTraining_enable(pDM_Odm , FAT_OFF); -+ pDM_FatTable->FAT_State = FAT_DECISION_STATE; -+ odm_FastAntTraining_hl_smart_antenna_type1(pDM_Odm); -+ -+ } else { -+ pdm_sat_table->fast_training_beam_num++; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Timeout Update] Beam_num (( %d )) -> (( %d ))\n", beam_tmp, pdm_sat_table->fast_training_beam_num)); -+ phydm_set_all_ant_same_beam_num(pDM_Odm); -+ pDM_FatTable->FAT_State = FAT_TRAINING_STATE; -+ -+ } -+ } -+ pdm_sat_table->pre_fast_training_beam_num = pdm_sat_table->fast_training_beam_num; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Update Pre_Beam =(( %d ))\n", pdm_sat_table->pre_fast_training_beam_num)); -+ } -+ /* [Prepare State] */ -+ /*=======================================================================================*/ -+ else if (pDM_FatTable->FAT_State == FAT_PREPARE_STATE) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("\n\n[ 1. In Prepare State]\n")); -+ -+ /* Set training packet number*/ -+ if (pdm_sat_table->fix_training_num_en == 0) { -+ -+ switch (phydm_traffic_load_decision(pDM_Odm)) { -+ -+ case TRAFFIC_HIGH: -+ pdm_sat_table->per_beam_training_pkt_num = 20; -+ break; -+ case TRAFFIC_LOW: -+ pdm_sat_table->per_beam_training_pkt_num = 10; -+ break; -+ case TRAFFIC_ULTRA_LOW: -+ pdm_sat_table->per_beam_training_pkt_num = 2; -+ break; -+ default: -+ break; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Fix_training_num = (( %d )), per_beam_training_pkt_num = (( %d ))\n", -+ pdm_sat_table->fix_training_num_en , pdm_sat_table->per_beam_training_pkt_num)); -+ -+ /* Set training MAC Addr. of target */ -+ odm_SetNextMACAddrTarget(pDM_Odm); -+ -+ phydm_FastTraining_enable(pDM_Odm , FAT_ON); -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ pdm_sat_table->pkt_counter = 0; -+ pdm_sat_table->fast_training_beam_num = 0; -+ phydm_set_all_ant_same_beam_num(pDM_Odm); -+ pdm_sat_table->pre_fast_training_beam_num = pdm_sat_table->fast_training_beam_num; -+ pDM_FatTable->FAT_State = FAT_TRAINING_STATE; -+ } -+ -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+phydm_beam_switch_workitem_callback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER pAdapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ -+ #if DEV_BUS_TYPE != RT_PCI_INTERFACE -+ pdm_sat_table->pkt_skip_statistic_en = 1; -+ #endif -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] Beam Switch Workitem Callback, pkt_skip_statistic_en = (( %d ))\n", pdm_sat_table->pkt_skip_statistic_en)); -+ -+ phydm_update_beam_pattern(pDM_Odm, pdm_sat_table->update_beam_codeword, pdm_sat_table->data_codeword_bit_num); -+ -+ #if DEV_BUS_TYPE != RT_PCI_INTERFACE -+ ODM_StallExecution(pdm_sat_table->latch_time); -+ pdm_sat_table->pkt_skip_statistic_en = 0; -+ #endif -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("pkt_skip_statistic_en = (( %d )), latch_time = (( %d ))\n", pdm_sat_table->pkt_skip_statistic_en, pdm_sat_table->latch_time)); -+} -+ -+VOID -+phydm_beam_decision_workitem_callback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER pAdapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] Beam decision Workitem Callback\n")); -+ odm_FastAntTraining_hl_smart_antenna_type1(pDM_Odm); -+} -+#endif -+ -+#endif /*#ifdef CONFIG_HL_SMART_ANTENNA_TYPE1*/ -+ -+VOID -+ODM_AntDivInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_ANT_DIV)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[Return!!!] Not Support Antenna Diversity Function\n")); -+ return; -+ } -+ //--- -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if(pDM_FatTable->AntDiv_2G_5G == ODM_ANTDIV_2G) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[2G AntDiv Init]: Only Support 2G Antenna Diversity Function\n")); -+ if(!(pDM_Odm->SupportICType & ODM_ANTDIV_2G_SUPPORT_IC)) -+ return; -+ } -+ else if(pDM_FatTable->AntDiv_2G_5G == ODM_ANTDIV_5G) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[5G AntDiv Init]: Only Support 5G Antenna Diversity Function\n")); -+ if(!(pDM_Odm->SupportICType & ODM_ANTDIV_5G_SUPPORT_IC)) -+ return; -+ } -+ else if(pDM_FatTable->AntDiv_2G_5G == (ODM_ANTDIV_2G|ODM_ANTDIV_5G)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[2G & 5G AntDiv Init]:Support Both 2G & 5G Antenna Diversity Function\n")); -+ } -+ -+#endif -+ //--- -+ -+ //2 [--General---] -+ pDM_Odm->antdiv_period=0; -+ -+ pDM_FatTable->bBecomeLinked =FALSE; -+ pDM_FatTable->AntDiv_OnOff =0xff; -+ -+ //3 - AP - -+ #if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+ #ifdef BEAMFORMING_SUPPORT -+ #if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ odm_BDC_Init(pDM_Odm); -+ #endif -+ #endif -+ -+ //3 - WIN - -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pDM_SWAT_Table->Ant5G = MAIN_ANT; -+ pDM_SWAT_Table->Ant2G = MAIN_ANT; -+ pDM_FatTable->CCK_counter_main=0; -+ pDM_FatTable->CCK_counter_aux=0; -+ pDM_FatTable->OFDM_counter_main=0; -+ pDM_FatTable->OFDM_counter_aux=0; -+ #endif -+ -+ //2 [---Set MAIN_ANT as default antenna if Auto-Ant enable---] -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ -+ pDM_Odm->AntType = ODM_AUTO_ANT; -+ -+ pDM_FatTable->RxIdleAnt = ANTDIV_INIT; -+ ODM_UpdateRxIdleAnt(pDM_Odm, MAIN_ANT); -+ -+ //2 [---Set TX Antenna---] -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , REG); -+ -+ -+ //2 [--88E---] -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ #if (RTL8188E_SUPPORT == 1) -+ //pDM_Odm->AntDivType = CGCS_RX_HW_ANTDIV; -+ //pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ //pDM_Odm->AntDivType = CG_TRX_SMART_ANTDIV; -+ -+ if( (pDM_Odm->AntDivType != CGCS_RX_HW_ANTDIV) && (pDM_Odm->AntDivType != CG_TRX_HW_ANTDIV) && (pDM_Odm->AntDivType != CG_TRX_SMART_ANTDIV)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[Return!!!] 88E Not Supprrt This AntDiv Type\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ return; -+ } -+ -+ if(pDM_Odm->AntDivType == CGCS_RX_HW_ANTDIV) -+ odm_RX_HWAntDiv_Init_88E(pDM_Odm); -+ else if(pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV) -+ odm_TRX_HWAntDiv_Init_88E(pDM_Odm); -+ #if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ else if(pDM_Odm->AntDivType == CG_TRX_SMART_ANTDIV) -+ odm_Smart_HWAntDiv_Init_88E(pDM_Odm); -+ #endif -+ #endif -+ } -+ -+ //2 [--92E---] -+ #if (RTL8192E_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ //pDM_Odm->AntDivType = CGCS_RX_HW_ANTDIV; -+ //pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ //pDM_Odm->AntDivType = CG_TRX_SMART_ANTDIV; -+ -+ if( (pDM_Odm->AntDivType != CGCS_RX_HW_ANTDIV) && (pDM_Odm->AntDivType != CG_TRX_HW_ANTDIV) && (pDM_Odm->AntDivType != CG_TRX_SMART_ANTDIV)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[Return!!!] 8192E Not Supprrt This AntDiv Type\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ return; -+ } -+ -+ if(pDM_Odm->AntDivType == CGCS_RX_HW_ANTDIV) -+ odm_RX_HWAntDiv_Init_92E(pDM_Odm); -+ else if(pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV) -+ odm_TRX_HWAntDiv_Init_92E(pDM_Odm); -+ #if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ else if(pDM_Odm->AntDivType == CG_TRX_SMART_ANTDIV) -+ odm_Smart_HWAntDiv_Init_92E(pDM_Odm); -+ #endif -+ -+ } -+ #endif -+ -+ //2 [--8723B---] -+ #if (RTL8723B_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ //pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ //pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ -+ if(pDM_Odm->AntDivType != S0S1_SW_ANTDIV && pDM_Odm->AntDivType != CG_TRX_HW_ANTDIV) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[Return!!!] 8723B Not Supprrt This AntDiv Type\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ return; -+ } -+ -+ if( pDM_Odm->AntDivType==S0S1_SW_ANTDIV) -+ odm_S0S1_SWAntDiv_Init_8723B(pDM_Odm); -+ else if(pDM_Odm->AntDivType==CG_TRX_HW_ANTDIV) -+ odm_TRX_HWAntDiv_Init_8723B(pDM_Odm); -+ } -+ #endif -+ -+ //2 [--8811A 8821A---] -+ #if (RTL8821A_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ pDM_Odm->AntDivType = HL_SW_SMART_ANT_TYPE1; -+ -+ if (pDM_Odm->AntDivType == HL_SW_SMART_ANT_TYPE1) { -+ -+ odm_TRX_HWAntDiv_Init_8821A(pDM_Odm); -+ phydm_hl_smart_ant_type1_init_8821a(pDM_Odm); -+ } else -+ #endif -+ { -+ /*pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV;*/ -+ pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ -+ if (pDM_Odm->AntDivType != CG_TRX_HW_ANTDIV && pDM_Odm->AntDivType != S0S1_SW_ANTDIV) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[Return!!!] 8821A & 8811A Not Supprrt This AntDiv Type\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ return; -+ } -+ if (pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV) -+ odm_TRX_HWAntDiv_Init_8821A(pDM_Odm); -+ else if (pDM_Odm->AntDivType == S0S1_SW_ANTDIV) -+ odm_S0S1_SWAntDiv_Init_8821A(pDM_Odm); -+ } -+ } -+ #endif -+ -+ //2 [--8881A---] -+ #if (RTL8881A_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8881A) -+ { -+ //pDM_Odm->AntDivType = CGCS_RX_HW_ANTDIV; -+ //pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ -+ if(pDM_Odm->AntDivType != CGCS_RX_HW_ANTDIV && pDM_Odm->AntDivType != CG_TRX_HW_ANTDIV) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[Return!!!] 8881A Not Supprrt This AntDiv Type\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ return; -+ } -+ if(pDM_Odm->AntDivType == CGCS_RX_HW_ANTDIV) -+ odm_RX_HWAntDiv_Init_8881A(pDM_Odm); -+ else if(pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV) -+ odm_TRX_HWAntDiv_Init_8881A(pDM_Odm); -+ } -+ #endif -+ -+ //2 [--8812---] -+ #if (RTL8812A_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ //pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ -+ if( pDM_Odm->AntDivType != CG_TRX_HW_ANTDIV) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[Return!!!] 8812A Not Supprrt This AntDiv Type\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ return; -+ } -+ odm_TRX_HWAntDiv_Init_8812A(pDM_Odm); -+ } -+ #endif -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("*** SupportICType=[%lu] \n",pDM_Odm->SupportICType)); -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("*** AntDiv SupportAbility=[%lu] \n",(pDM_Odm->SupportAbility & ODM_BB_ANT_DIV)>>6)); -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("*** AntDiv Type=[%d] \n",pDM_Odm->AntDivType)); -+ -+} -+ -+VOID -+ODM_AntDiv( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ #endif -+ -+ if(*pDM_Odm->pBandType == ODM_BAND_5G ) -+ { -+ if(pDM_FatTable->idx_AntDiv_counter_5G < pDM_Odm->antdiv_period ) -+ { -+ pDM_FatTable->idx_AntDiv_counter_5G++; -+ return; -+ } -+ else -+ pDM_FatTable->idx_AntDiv_counter_5G=0; -+ } -+ else if(*pDM_Odm->pBandType == ODM_BAND_2_4G ) -+ { -+ if(pDM_FatTable->idx_AntDiv_counter_2G < pDM_Odm->antdiv_period ) -+ { -+ pDM_FatTable->idx_AntDiv_counter_2G++; -+ return; -+ } -+ else -+ pDM_FatTable->idx_AntDiv_counter_2G=0; -+ } -+ -+ //---------- -+ if(!(pDM_Odm->SupportAbility & ODM_BB_ANT_DIV)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[Return!!!] Not Support Antenna Diversity Function\n")); -+ return; -+ } -+ -+ //---------- -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+ if (pDM_FatTable->enable_ctrl_frame_antdiv) { -+ -+ if ((pDM_Odm->data_frame_num <= 10) && (pDM_Odm->bLinked)) -+ pDM_FatTable->use_ctrl_frame_antdiv = 1; -+ else -+ pDM_FatTable->use_ctrl_frame_antdiv = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("use_ctrl_frame_antdiv = (( %d )), data_frame_num = (( %d ))\n", pDM_FatTable->use_ctrl_frame_antdiv, pDM_Odm->data_frame_num)); -+ pDM_Odm->data_frame_num = 0; -+ } -+ -+ if(pAdapter->MgntInfo.AntennaTest) -+ return; -+ -+ { -+ #if (BEAMFORMING_SUPPORT == 1) -+ BEAMFORMING_CAP BeamformCap = (pDM_Odm->BeamformingInfo.BeamformCap); -+ -+ if( BeamformCap & BEAMFORMEE_CAP ) // BFmee On && Div On -> Div Off -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[ AntDiv : OFF ] BFmee ==1 \n")); -+ if(pDM_FatTable->fix_ant_bfee == 0) -+ { -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ pDM_FatTable->fix_ant_bfee = 1; -+ } -+ return; -+ } -+ else // BFmee Off && Div Off -> Div On -+ { -+ if((pDM_FatTable->fix_ant_bfee == 1) && pDM_Odm->bLinked) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ AntDiv : ON ] BFmee ==0\n")); -+ if((pDM_Odm->AntDivType!=S0S1_SW_ANTDIV) ) -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); -+ -+ pDM_FatTable->fix_ant_bfee = 0; -+ } -+ } -+ #endif -+ } -+#elif (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ //----------just for fool proof -+ -+ if(pDM_Odm->antdiv_rssi) -+ pDM_Odm->DebugComponents |= ODM_COMP_ANT_DIV; -+ else -+ pDM_Odm->DebugComponents &= ~ODM_COMP_ANT_DIV; -+ -+ if(pDM_FatTable->AntDiv_2G_5G == ODM_ANTDIV_2G) -+ { -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[ 2G AntDiv Running ]\n")); -+ if(!(pDM_Odm->SupportICType & ODM_ANTDIV_2G_SUPPORT_IC)) -+ return; -+ } -+ else if(pDM_FatTable->AntDiv_2G_5G == ODM_ANTDIV_5G) -+ { -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[ 5G AntDiv Running ]\n")); -+ if(!(pDM_Odm->SupportICType & ODM_ANTDIV_5G_SUPPORT_IC)) -+ return; -+ } -+ //else if(pDM_FatTable->AntDiv_2G_5G == (ODM_ANTDIV_2G|ODM_ANTDIV_5G)) -+ //{ -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("[ 2G & 5G AntDiv Running ]\n")); -+ //} -+#endif -+ -+ //---------- -+ -+ if (pDM_Odm->antdiv_select==1) -+ pDM_Odm->AntType = ODM_FIX_MAIN_ANT; -+ else if (pDM_Odm->antdiv_select==2) -+ pDM_Odm->AntType = ODM_FIX_AUX_ANT; -+ else //if (pDM_Odm->antdiv_select==0) -+ pDM_Odm->AntType = ODM_AUTO_ANT; -+ -+ //ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV,ODM_DBG_LOUD,("AntType= (( %d )) , pre_AntType= (( %d )) \n",pDM_Odm->AntType,pDM_Odm->pre_AntType)); -+ -+ if(pDM_Odm->AntType != ODM_AUTO_ANT) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Fix Antenna at (( %s ))\n",(pDM_Odm->AntType == ODM_FIX_MAIN_ANT)?"MAIN":"AUX")); -+ -+ if(pDM_Odm->AntType != pDM_Odm->pre_AntType) -+ { -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , REG); -+ -+ if(pDM_Odm->AntType == ODM_FIX_MAIN_ANT) -+ ODM_UpdateRxIdleAnt(pDM_Odm, MAIN_ANT); -+ else if(pDM_Odm->AntType == ODM_FIX_AUX_ANT) -+ ODM_UpdateRxIdleAnt(pDM_Odm, AUX_ANT); -+ } -+ pDM_Odm->pre_AntType=pDM_Odm->AntType; -+ return; -+ } -+ else -+ { -+ if(pDM_Odm->AntType != pDM_Odm->pre_AntType) -+ { -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); -+ odm_Tx_By_TxDesc_or_Reg(pDM_Odm , TX_BY_DESC); -+ } -+ pDM_Odm->pre_AntType=pDM_Odm->AntType; -+ } -+ -+ -+ //3 ----------------------------------------------------------------------------------------------------------- -+ //2 [--88E---] -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ #if (RTL8188E_SUPPORT == 1) -+ if(pDM_Odm->AntDivType==CG_TRX_HW_ANTDIV ||pDM_Odm->AntDivType==CGCS_RX_HW_ANTDIV) -+ odm_HW_AntDiv(pDM_Odm); -+ -+ #if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ else if (pDM_Odm->AntDivType==CG_TRX_SMART_ANTDIV) -+ odm_FastAntTraining(pDM_Odm); -+ #endif -+ -+ #endif -+ -+ } -+ //2 [--92E---] -+ #if (RTL8192E_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ if(pDM_Odm->AntDivType==CGCS_RX_HW_ANTDIV || pDM_Odm->AntDivType==CG_TRX_HW_ANTDIV) -+ odm_HW_AntDiv(pDM_Odm); -+ -+ #if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ else if (pDM_Odm->AntDivType==CG_TRX_SMART_ANTDIV) -+ odm_FastAntTraining(pDM_Odm); -+ #endif -+ -+ } -+ #endif -+ -+ #if (RTL8723B_SUPPORT == 1) -+ //2 [--8723B---] -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if (pDM_Odm->AntDivType==S0S1_SW_ANTDIV) -+ odm_S0S1_SwAntDiv(pDM_Odm, SWAW_STEP_PEAK); -+ else if (pDM_Odm->AntDivType==CG_TRX_HW_ANTDIV) -+ odm_HW_AntDiv(pDM_Odm); -+ } -+ #endif -+ -+ //2 [--8821A---] -+ #if (RTL8821A_SUPPORT == 1) -+ else if (pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ if (pDM_Odm->AntDivType == HL_SW_SMART_ANT_TYPE1) { -+ -+ if (pdm_sat_table->fix_beam_pattern_en != 0) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" [ SmartAnt ] Fix SmartAnt Pattern = 0x%x\n", pdm_sat_table->fix_beam_pattern_codeword)); -+ /*return;*/ -+ } else { -+ /*ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ SmartAnt ] AntDivType = HL_SW_SMART_ANT_TYPE1\n"));*/ -+ odm_FastAntTraining_hl_smart_antenna_type1(pDM_Odm); -+ } -+ -+ } else -+ #endif -+ { -+ if (!pDM_Odm->bBtEnabled) /*BT disabled*/ -+ { -+ if (pDM_Odm->AntDivType == S0S1_SW_ANTDIV) { -+ pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" [S0S1_SW_ANTDIV] -> [CG_TRX_HW_ANTDIV]\n")); -+ /*ODM_SetBBReg(pDM_Odm, 0x8D4 , BIT24, 1); */ -+ if (pDM_FatTable->bBecomeLinked == TRUE) -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_ON); -+ } -+ -+ } else { /*BT enabled*/ -+ -+ if (pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV) { -+ pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, (" [CG_TRX_HW_ANTDIV] -> [S0S1_SW_ANTDIV]\n")); -+ /*ODM_SetBBReg(pDM_Odm, 0x8D4 , BIT24, 0);*/ -+ odm_AntDiv_on_off(pDM_Odm, ANTDIV_OFF); -+ } -+ } -+ -+ if (pDM_Odm->AntDivType == S0S1_SW_ANTDIV) -+ odm_S0S1_SwAntDiv(pDM_Odm, SWAW_STEP_PEAK); -+ else if (pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV) -+ odm_HW_AntDiv(pDM_Odm); -+ } -+ } -+ #endif -+ -+ //2 [--8881A---] -+ #if (RTL8881A_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8881A) -+ odm_HW_AntDiv(pDM_Odm); -+ #endif -+ -+ //2 [--8812A---] -+ #if (RTL8812A_SUPPORT == 1) -+ else if(pDM_Odm->SupportICType == ODM_RTL8812) -+ odm_HW_AntDiv(pDM_Odm); -+ #endif -+} -+ -+ -+VOID -+odm_AntselStatistics( -+ IN PVOID pDM_VOID, -+ IN u1Byte antsel_tr_mux, -+ IN u4Byte MacId, -+ IN u4Byte utility, -+ IN u1Byte method -+ -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ if(method==RSSI_METHOD) -+ { -+ if(antsel_tr_mux == ANT1_2G) -+ { -+ pDM_FatTable->MainAnt_Sum[MacId]+=utility; -+ pDM_FatTable->MainAnt_Cnt[MacId]++; -+ } -+ else -+ { -+ pDM_FatTable->AuxAnt_Sum[MacId]+=utility; -+ pDM_FatTable->AuxAnt_Cnt[MacId]++; -+ } -+ } -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ else if(method==EVM_METHOD) -+ { -+ if(antsel_tr_mux == ANT1_2G) -+ { -+ pDM_FatTable->MainAntEVM_Sum[MacId]+=(utility<<5); -+ pDM_FatTable->MainAntEVM_Cnt[MacId]++; -+ } -+ else -+ { -+ pDM_FatTable->AuxAntEVM_Sum[MacId]+=(utility<<5); -+ pDM_FatTable->AuxAntEVM_Cnt[MacId]++; -+ } -+ } -+ else if(method==CRC32_METHOD) -+ { -+ if(utility==0) -+ pDM_FatTable->CRC32_Fail_Cnt++; -+ else -+ pDM_FatTable->CRC32_Ok_Cnt+=utility; -+ } -+ #endif -+} -+ -+ -+VOID -+ODM_Process_RSSIForAntDiv( -+ IN OUT PVOID pDM_VOID, -+ IN PVOID p_phy_info_void, -+ IN PVOID p_pkt_info_void -+ //IN PODM_PHY_INFO_T pPhyInfo, -+ //IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_PHY_INFO_T pPhyInfo=(PODM_PHY_INFO_T)p_phy_info_void; -+ PODM_PACKET_INFO_T pPktinfo=(PODM_PACKET_INFO_T)p_pkt_info_void; -+ u1Byte isCCKrate=0,CCKMaxRate=ODM_RATE11M; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ pSAT_T pdm_sat_table = &(pDM_Odm->dm_sat_table); -+ u4Byte beam_tmp; -+ #endif -+ -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ u4Byte RxPower_Ant0, RxPower_Ant1; -+ u4Byte RxEVM_Ant0, RxEVM_Ant1; -+ #else -+ u1Byte RxPower_Ant0, RxPower_Ant1; -+ u1Byte RxEVM_Ant0, RxEVM_Ant1; -+ #endif -+ -+ CCKMaxRate=ODM_RATE11M; -+ isCCKrate = (pPktinfo->DataRate <= CCKMaxRate)?TRUE:FALSE; -+ -+ #if ((RTL8192C_SUPPORT == 1) || (RTL8192D_SUPPORT == 1)) -+ if (pDM_Odm->SupportICType & ODM_RTL8192C|ODM_RTL8192D) { -+ if (pPktinfo->bPacketToSelf || pPktinfo->bPacketBeacon) { -+ ODM_AntselStatistics_88C(pDM_Odm, pPktinfo->StationID, pPhyInfo->RxPWDBAll, isCCKrate); -+ /**/ -+ } -+ } -+ #endif -+ -+ if ((pDM_Odm->SupportICType & (ODM_RTL8192E|ODM_RTL8812)) && (pPktinfo->DataRate > CCKMaxRate)) -+ { -+ RxPower_Ant0 = pPhyInfo->RxMIMOSignalStrength[0]; -+ RxPower_Ant1= pPhyInfo->RxMIMOSignalStrength[1]; -+ -+ RxEVM_Ant0 =pPhyInfo->RxMIMOSignalQuality[0]; -+ RxEVM_Ant1 =pPhyInfo->RxMIMOSignalQuality[1]; -+ } -+ else -+ RxPower_Ant0=pPhyInfo->RxPWDBAll; -+ -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ if (pDM_Odm->AntDivType == HL_SW_SMART_ANT_TYPE1) -+ { -+ if ((pDM_Odm->SupportICType & ODM_HL_SMART_ANT_TYPE1_SUPPORT) && -+ (pPktinfo->bPacketToSelf) && -+ (pDM_FatTable->FAT_State == FAT_TRAINING_STATE) -+ ) { -+ -+ if (pdm_sat_table->pkt_skip_statistic_en == 0) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("StaID[%d]: antsel_pathA = ((%d)), hw_antsw_occur = ((%d)), Beam_num = ((%d)), RSSI = ((%d))\n", -+ pPktinfo->StationID, pDM_FatTable->antsel_rx_keep_0, pDM_FatTable->hw_antsw_occur, pdm_sat_table->fast_training_beam_num, RxPower_Ant0)); -+ -+ pdm_sat_table->pkt_rssi_sum[pDM_FatTable->antsel_rx_keep_0][pdm_sat_table->fast_training_beam_num] += RxPower_Ant0; -+ pdm_sat_table->pkt_rssi_cnt[pDM_FatTable->antsel_rx_keep_0][pdm_sat_table->fast_training_beam_num]++; -+ pdm_sat_table->pkt_counter++; -+ -+ /*swich beam every N pkt*/ -+ if ((pdm_sat_table->pkt_counter) >= (pdm_sat_table->per_beam_training_pkt_num)) { -+ -+ pdm_sat_table->pkt_counter = 0; -+ beam_tmp = pdm_sat_table->fast_training_beam_num; -+ -+ if (pdm_sat_table->fast_training_beam_num >= (pdm_sat_table->beam_patten_num_each_ant-1)) { -+ -+ pDM_FatTable->FAT_State = FAT_DECISION_STATE; -+ -+ #if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ odm_FastAntTraining_hl_smart_antenna_type1(pDM_Odm); -+ #else -+ ODM_ScheduleWorkItem(&pdm_sat_table->hl_smart_antenna_decision_workitem); -+ #endif -+ -+ -+ } else { -+ pdm_sat_table->fast_training_beam_num++; -+ phydm_set_all_ant_same_beam_num(pDM_Odm); -+ -+ pDM_FatTable->FAT_State = FAT_TRAINING_STATE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Update Beam_num (( %d )) -> (( %d ))\n", beam_tmp, pdm_sat_table->fast_training_beam_num)); -+ } -+ } -+ } -+ } -+ } else -+ #endif -+ if (pDM_Odm->AntDivType == CG_TRX_SMART_ANTDIV) { -+ if( (pDM_Odm->SupportICType & ODM_SMART_ANT_SUPPORT) && (pPktinfo->bPacketToSelf) && (pDM_FatTable->FAT_State == FAT_TRAINING_STATE) )//(pPktinfo->bPacketMatchBSSID && (!pPktinfo->bPacketBeacon)) -+ { -+ u1Byte antsel_tr_mux; -+ antsel_tr_mux = (pDM_FatTable->antsel_rx_keep_2<<2) |(pDM_FatTable->antsel_rx_keep_1 <<1) |pDM_FatTable->antsel_rx_keep_0; -+ pDM_FatTable->antSumRSSI[antsel_tr_mux] += RxPower_Ant0; -+ pDM_FatTable->antRSSIcnt[antsel_tr_mux]++; -+ } -+ } -+ else //AntDivType != CG_TRX_SMART_ANTDIV -+ { -+ if ((pDM_Odm->SupportICType & ODM_ANTDIV_SUPPORT) && (pPktinfo->bPacketToSelf || pDM_FatTable->use_ctrl_frame_antdiv)) -+ { -+ if(pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ odm_AntselStatistics(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPktinfo->StationID,RxPower_Ant0,RSSI_METHOD); -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ if(!isCCKrate) -+ { -+ odm_AntselStatistics(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPktinfo->StationID,RxEVM_Ant0,EVM_METHOD); -+ } -+ #endif -+ } -+ else// SupportICType == ODM_RTL8821 and ODM_RTL8723B and ODM_RTL8812) -+ { -+ if(isCCKrate && (pDM_Odm->AntDivType == S0S1_SW_ANTDIV)) -+ { -+ pDM_FatTable->antsel_rx_keep_0 = (pDM_FatTable->RxIdleAnt == MAIN_ANT) ? ANT1_2G : ANT2_2G; -+ -+ -+ if(pDM_FatTable->antsel_rx_keep_0==ANT1_2G) -+ pDM_FatTable->CCK_counter_main++; -+ else// if(pDM_FatTable->antsel_rx_keep_0==ANT2_2G) -+ pDM_FatTable->CCK_counter_aux++; -+ -+ odm_AntselStatistics(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPktinfo->StationID, RxPower_Ant0,RSSI_METHOD); -+ } -+ else -+ { -+ if(pDM_FatTable->antsel_rx_keep_0==ANT1_2G) -+ pDM_FatTable->OFDM_counter_main++; -+ else// if(pDM_FatTable->antsel_rx_keep_0==ANT2_2G) -+ pDM_FatTable->OFDM_counter_aux++; -+ odm_AntselStatistics(pDM_Odm, pDM_FatTable->antsel_rx_keep_0, pPktinfo->StationID, RxPower_Ant0,RSSI_METHOD); -+ } -+ } -+ } -+ } -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("isCCKrate=%d, PWDB_ALL=%d\n",isCCKrate, pPhyInfo->RxPWDBAll)); -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("antsel_tr_mux=3'b%d%d%d\n",pDM_FatTable->antsel_rx_keep_2, pDM_FatTable->antsel_rx_keep_1, pDM_FatTable->antsel_rx_keep_0)); -+} -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+VOID -+ODM_SetTxAntByTxInfo( -+ IN PVOID pDM_VOID, -+ IN pu1Byte pDesc, -+ IN u1Byte macId -+ -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_ANT_DIV)) -+ return; -+ -+ if (pDM_Odm->AntDivType == CGCS_RX_HW_ANTDIV) -+ return; -+ -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8723B) { -+#if (RTL8723B_SUPPORT == 1) -+ SET_TX_DESC_ANTSEL_A_8723B(pDesc, pDM_FatTable->antsel_a[macId]); -+ /*ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[8723B] SetTxAntByTxInfo_WIN: MacID=%d, antsel_tr_mux=3'b%d%d%d\n", -+ macId, pDM_FatTable->antsel_c[macId], pDM_FatTable->antsel_b[macId], pDM_FatTable->antsel_a[macId]));*/ -+#endif -+ } else if (pDM_Odm->SupportICType == ODM_RTL8821) { -+#if (RTL8821A_SUPPORT == 1) -+ SET_TX_DESC_ANTSEL_A_8812(pDesc, pDM_FatTable->antsel_a[macId]); -+ /*ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[8821A] SetTxAntByTxInfo_WIN: MacID=%d, antsel_tr_mux=3'b%d%d%d\n", -+ macId, pDM_FatTable->antsel_c[macId], pDM_FatTable->antsel_b[macId], pDM_FatTable->antsel_a[macId]));*/ -+#endif -+ } else if (pDM_Odm->SupportICType == ODM_RTL8188E) { -+#if (RTL8188E_SUPPORT == 1) -+ SET_TX_DESC_ANTSEL_A_88E(pDesc, pDM_FatTable->antsel_a[macId]); -+ SET_TX_DESC_ANTSEL_B_88E(pDesc, pDM_FatTable->antsel_b[macId]); -+ SET_TX_DESC_ANTSEL_C_88E(pDesc, pDM_FatTable->antsel_c[macId]); -+ /*ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[8188E] SetTxAntByTxInfo_WIN: MacID=%d, antsel_tr_mux=3'b%d%d%d\n", -+ macId, pDM_FatTable->antsel_c[macId], pDM_FatTable->antsel_b[macId], pDM_FatTable->antsel_a[macId]));*/ -+#endif -+ } -+} -+#elif(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+VOID -+ODM_SetTxAntByTxInfo( -+ struct rtl8192cd_priv *priv, -+ struct tx_desc *pdesc, -+ unsigned short aid -+) -+{ -+ pFAT_T pDM_FatTable = &priv->pshare->_dmODM.DM_FatTable; -+ u4Byte SupportICType = priv->pshare->_dmODM.SupportICType; -+ -+ if (SupportICType == ODM_RTL8881A) { -+ /*panic_printk("[%s] [%d] ******ODM_SetTxAntByTxInfo_8881E******\n",__FUNCTION__,__LINE__); */ -+ pdesc->Dword6 &= set_desc(~(BIT(18)|BIT(17)|BIT(16))); -+ pdesc->Dword6 |= set_desc(pDM_FatTable->antsel_a[aid]<<16); -+ } else if (SupportICType == ODM_RTL8192E) { -+ /*panic_printk("[%s] [%d] ******ODM_SetTxAntByTxInfo_8192E******\n",__FUNCTION__,__LINE__); */ -+ pdesc->Dword6 &= set_desc(~(BIT(18)|BIT(17)|BIT(16))); -+ pdesc->Dword6 |= set_desc(pDM_FatTable->antsel_a[aid]<<16); -+ } else if (SupportICType == ODM_RTL8188E) { -+ /*panic_printk("[%s] [%d] ******ODM_SetTxAntByTxInfo_8188E******\n",__FUNCTION__,__LINE__);*/ -+ pdesc->Dword2 &= set_desc(~BIT(24)); -+ pdesc->Dword2 &= set_desc(~BIT(25)); -+ pdesc->Dword7 &= set_desc(~BIT(29)); -+ -+ pdesc->Dword2 |= set_desc(pDM_FatTable->antsel_a[aid]<<24); -+ pdesc->Dword2 |= set_desc(pDM_FatTable->antsel_b[aid]<<25); -+ pdesc->Dword7 |= set_desc(pDM_FatTable->antsel_c[aid]<<29); -+ -+ -+ } else if (SupportICType == ODM_RTL8812) { -+ /*[path-A]*/ -+ /*panic_printk("[%s] [%d] ******ODM_SetTxAntByTxInfo_8881E******\n",__FUNCTION__,__LINE__);*/ -+ -+ pdesc->Dword6 &= set_desc(~BIT(16)); -+ pdesc->Dword6 &= set_desc(~BIT(17)); -+ pdesc->Dword6 &= set_desc(~BIT(18)); -+ -+ pdesc->Dword6 |= set_desc(pDM_FatTable->antsel_a[aid]<<16); -+ pdesc->Dword6 |= set_desc(pDM_FatTable->antsel_b[aid]<<17); -+ pdesc->Dword6 |= set_desc(pDM_FatTable->antsel_c[aid]<<18); -+ -+ } -+} -+#endif -+ -+ -+VOID -+ODM_AntDiv_Config( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("WIN Config Antenna Diversity\n")); -+ if(pDM_Odm->SupportICType==ODM_RTL8723B) -+ { -+ if((!pDM_Odm->DM_SWAT_Table.ANTA_ON || !pDM_Odm->DM_SWAT_Table.ANTB_ON)) -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ } -+#elif (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("CE Config Antenna Diversity\n")); -+ if(pDM_Odm->SupportICType & ODM_ANTDIV_SUPPORT) -+ { -+ pDM_Odm->SupportAbility |= ODM_BB_ANT_DIV; -+ } -+ -+ if(pDM_Odm->SupportICType==ODM_RTL8723B) -+ { -+ pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ } -+ -+#elif (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("AP Config Antenna Diversity\n")); -+ -+ //2 [ NOT_SUPPORT_ANTDIV ] -+ #if(defined(CONFIG_NOT_SUPPORT_ANTDIV)) -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Disable AntDiv function] : Not Support 2.4G & 5G Antenna Diversity\n")); -+ -+ //2 [ 2G&5G_SUPPORT_ANTDIV ] -+ #elif(defined(CONFIG_2G5G_SUPPORT_ANTDIV)) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Enable AntDiv function] : 2.4G & 5G Support Antenna Diversity Simultaneously \n")); -+ pDM_FatTable->AntDiv_2G_5G = (ODM_ANTDIV_2G|ODM_ANTDIV_5G); -+ -+ if(pDM_Odm->SupportICType & ODM_ANTDIV_SUPPORT) -+ pDM_Odm->SupportAbility |= ODM_BB_ANT_DIV; -+ if(*pDM_Odm->pBandType == ODM_BAND_5G ) -+ { -+ #if ( defined(CONFIG_5G_CGCS_RX_DIVERSITY) ) -+ pDM_Odm->AntDivType = CGCS_RX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = CGCS_RX_HW_ANTDIV\n")); -+ panic_printk("[ 5G] : AntDiv Type = CGCS_RX_HW_ANTDIV\n"); -+ #elif( defined(CONFIG_5G_CG_TRX_DIVERSITY)||defined(CONFIG_2G5G_CG_TRX_DIVERSITY_8881A)) -+ pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = CG_TRX_HW_ANTDIV\n")); -+ panic_printk("[ 5G] : AntDiv Type = CG_TRX_HW_ANTDIV\n"); -+ #elif( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = CG_TRX_SMART_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = CG_SMART_ANTDIV\n")); -+ #elif( defined(CONFIG_5G_S0S1_SW_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = S0S1_SW_ANTDIV\n")); -+ #endif -+ } -+ else if(*pDM_Odm->pBandType == ODM_BAND_2_4G ) -+ { -+ #if ( defined(CONFIG_2G_CGCS_RX_DIVERSITY) ) -+ pDM_Odm->AntDivType = CGCS_RX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = CGCS_RX_HW_ANTDIV\n")); -+ #elif( defined(CONFIG_2G_CG_TRX_DIVERSITY) || defined(CONFIG_2G5G_CG_TRX_DIVERSITY_8881A)) -+ pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = CG_TRX_HW_ANTDIV\n")); -+ #elif( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = CG_TRX_SMART_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = CG_SMART_ANTDIV\n")); -+ #elif( defined(CONFIG_2G_S0S1_SW_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = S0S1_SW_ANTDIV\n")); -+ #endif -+ } -+ -+ //2 [ 5G_SUPPORT_ANTDIV ] -+ #elif(defined(CONFIG_5G_SUPPORT_ANTDIV)) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Enable AntDiv function] : Only 5G Support Antenna Diversity\n")); -+ panic_printk("[ Enable AntDiv function] : Only 5G Support Antenna Diversity\n"); -+ pDM_FatTable->AntDiv_2G_5G = (ODM_ANTDIV_5G); -+ if(*pDM_Odm->pBandType == ODM_BAND_5G ) -+ { -+ if(pDM_Odm->SupportICType & ODM_ANTDIV_5G_SUPPORT_IC) -+ pDM_Odm->SupportAbility |= ODM_BB_ANT_DIV; -+ #if ( defined(CONFIG_5G_CGCS_RX_DIVERSITY) ) -+ pDM_Odm->AntDivType = CGCS_RX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = CGCS_RX_HW_ANTDIV\n")); -+ panic_printk("[ 5G] : AntDiv Type = CGCS_RX_HW_ANTDIV\n"); -+ #elif( defined(CONFIG_5G_CG_TRX_DIVERSITY) ) -+ pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ panic_printk("[ 5G] : AntDiv Type = CG_TRX_HW_ANTDIV\n"); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = CG_TRX_HW_ANTDIV\n")); -+ #elif( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = CG_TRX_SMART_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = CG_SMART_ANTDIV\n")); -+ #elif( defined(CONFIG_5G_S0S1_SW_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 5G] : AntDiv Type = S0S1_SW_ANTDIV\n")); -+ #endif -+ } -+ else if(*pDM_Odm->pBandType == ODM_BAND_2_4G ) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Not Support 2G AntDivType\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ } -+ -+ //2 [ 2G_SUPPORT_ANTDIV ] -+ #elif(defined(CONFIG_2G_SUPPORT_ANTDIV)) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ Enable AntDiv function] : Only 2.4G Support Antenna Diversity\n")); -+ pDM_FatTable->AntDiv_2G_5G = (ODM_ANTDIV_2G); -+ if(*pDM_Odm->pBandType == ODM_BAND_2_4G ) -+ { -+ if(pDM_Odm->SupportICType & ODM_ANTDIV_2G_SUPPORT_IC) -+ pDM_Odm->SupportAbility |= ODM_BB_ANT_DIV; -+ #if ( defined(CONFIG_2G_CGCS_RX_DIVERSITY) ) -+ pDM_Odm->AntDivType = CGCS_RX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = CGCS_RX_HW_ANTDIV\n")); -+ #elif( defined(CONFIG_2G_CG_TRX_DIVERSITY) ) -+ pDM_Odm->AntDivType = CG_TRX_HW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = CG_TRX_HW_ANTDIV\n")); -+ #elif( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = CG_TRX_SMART_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = CG_SMART_ANTDIV\n")); -+ #elif( defined(CONFIG_2G_S0S1_SW_ANT_DIVERSITY) ) -+ pDM_Odm->AntDivType = S0S1_SW_ANTDIV; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("[ 2.4G] : AntDiv Type = S0S1_SW_ANTDIV\n")); -+ #endif -+ } -+ else if(*pDM_Odm->pBandType == ODM_BAND_5G ) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("Not Support 5G AntDivType\n")); -+ pDM_Odm->SupportAbility &= ~(ODM_BB_ANT_DIV); -+ } -+ #endif -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("SupportAbility = (( %x ))\n", pDM_Odm->SupportAbility )); -+ -+} -+ -+ -+VOID -+ODM_AntDivTimers( -+ IN PVOID pDM_VOID, -+ IN u1Byte state -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if(state==INIT_ANTDIV_TIMMER) -+ { -+ #if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+ ODM_InitializeTimer(pDM_Odm,&pDM_Odm->DM_SWAT_Table.SwAntennaSwitchTimer_8723B, -+ (RT_TIMER_CALL_BACK)ODM_SW_AntDiv_Callback, NULL, "SwAntennaSwitchTimer_8723B"); -+ #elif ( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ ODM_InitializeTimer(pDM_Odm,&pDM_Odm->FastAntTrainingTimer, -+ (RT_TIMER_CALL_BACK)odm_FastAntTrainingCallback, NULL, "FastAntTrainingTimer"); -+ #endif -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ ODM_InitializeTimer(pDM_Odm,&pDM_Odm->EVM_FastAntTrainingTimer, -+ (RT_TIMER_CALL_BACK)odm_EVM_FastAntTrainingCallback, NULL, "EVM_FastAntTrainingTimer"); -+ #endif -+ } -+ else if(state==CANCEL_ANTDIV_TIMMER) -+ { -+ #if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+ ODM_CancelTimer(pDM_Odm,&pDM_Odm->DM_SWAT_Table.SwAntennaSwitchTimer_8723B); -+ #elif ( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ ODM_CancelTimer(pDM_Odm,&pDM_Odm->FastAntTrainingTimer); -+ #endif -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ ODM_CancelTimer(pDM_Odm,&pDM_Odm->EVM_FastAntTrainingTimer); -+ #endif -+ } -+ else if(state==RELEASE_ANTDIV_TIMMER) -+ { -+ #if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+ ODM_ReleaseTimer(pDM_Odm,&pDM_Odm->DM_SWAT_Table.SwAntennaSwitchTimer_8723B); -+ #elif ( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ ODM_ReleaseTimer(pDM_Odm,&pDM_Odm->FastAntTrainingTimer); -+ #endif -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ ODM_ReleaseTimer(pDM_Odm,&pDM_Odm->EVM_FastAntTrainingTimer); -+ #endif -+ } -+ -+} -+ -+#endif //#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ -+VOID -+ODM_AntDivReset( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ //2 [--8723B---] -+#if (RTL8723B_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ #if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ odm_S0S1_SWAntDiv_Reset_8723B(pDM_Odm); -+ #endif -+ } -+#endif -+} -+ -+VOID -+odm_AntennaDiversityInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if(pDM_Odm->mp_mode == TRUE) -+ return; -+ -+ if(pDM_Odm->SupportICType & (ODM_OLD_IC_ANTDIV_SUPPORT)) -+ { -+ #if (RTL8192C_SUPPORT==1) -+ #if (!(DM_ODM_SUPPORT_TYPE & (ODM_AP))) -+ ODM_OldIC_AntDiv_Init(pDM_Odm); -+ #endif -+ #endif -+ } -+ else -+ { -+ #if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ ODM_AntDiv_Config(pDM_Odm); -+ ODM_AntDivInit(pDM_Odm); -+ #endif -+ } -+} -+ -+VOID -+odm_AntennaDiversity( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if(pDM_Odm->mp_mode == TRUE) -+ return; -+ -+ if(pDM_Odm->SupportICType & (ODM_OLD_IC_ANTDIV_SUPPORT)) -+ { -+ #if (RTL8192C_SUPPORT==1) -+ #if (!(DM_ODM_SUPPORT_TYPE & (ODM_AP))) -+ ODM_OldIC_AntDiv(pDM_Odm); -+ #endif -+ #endif -+ } -+ else -+ { -+ #if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ ODM_AntDiv(pDM_Odm); -+ #endif -+ } -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.h linux/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_antdiv.h 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,607 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMANTDIV_H__ -+#define __PHYDMANTDIV_H__ -+ -+/*#define ANTDIV_VERSION "2.0" //2014.11.04*/ -+/*#define ANTDIV_VERSION "2.1" //2015.01.13 Dino*/ -+/*#define ANTDIV_VERSION "2.2" 2015.01.16 Dino*/ -+#define ANTDIV_VERSION "3.0" /*2015.06.10 Dino, add HL smart antenna*/ -+ -+//1 ============================================================ -+//1 Definition -+//1 ============================================================ -+ -+#define ANTDIV_INIT 0xff -+#define MAIN_ANT 1 //Ant A or Ant Main -+#define AUX_ANT 2 //AntB or Ant Aux -+#define MAX_ANT 3 // 3 for AP using -+ -+#define ANT1_2G 0 // = ANT2_5G -+#define ANT2_2G 1 // = ANT1_5G -+/*smart antenna*/ -+#define SUPPORT_RF_PATH_NUM 4 -+#define SUPPORT_BEAM_PATTERN_NUM 4 -+ -+ -+//Antenna Diversty Control Type -+#define ODM_AUTO_ANT 0 -+#define ODM_FIX_MAIN_ANT 1 -+#define ODM_FIX_AUX_ANT 2 -+ -+#define ODM_ANTDIV_SUPPORT (ODM_RTL8188E|ODM_RTL8192E|ODM_RTL8723B|ODM_RTL8821|ODM_RTL8881A|ODM_RTL8812) -+#define ODM_N_ANTDIV_SUPPORT (ODM_RTL8188E|ODM_RTL8192E|ODM_RTL8723B) -+#define ODM_AC_ANTDIV_SUPPORT (ODM_RTL8821|ODM_RTL8881A|ODM_RTL8812) -+#define ODM_SMART_ANT_SUPPORT (ODM_RTL8188E|ODM_RTL8192E) -+#define ODM_HL_SMART_ANT_TYPE1_SUPPORT (ODM_RTL8821) -+ -+#define ODM_OLD_IC_ANTDIV_SUPPORT (ODM_RTL8723A|ODM_RTL8192C|ODM_RTL8192D) -+ -+#define ODM_ANTDIV_2G_SUPPORT_IC (ODM_RTL8188E|ODM_RTL8192E|ODM_RTL8723B|ODM_RTL8881A) -+#define ODM_ANTDIV_5G_SUPPORT_IC (ODM_RTL8821|ODM_RTL8881A|ODM_RTL8812) -+ -+#define ODM_EVM_ENHANCE_ANTDIV_SUPPORT_IC (ODM_RTL8192E) -+ -+#define ODM_ANTDIV_2G BIT0 -+#define ODM_ANTDIV_5G BIT1 -+ -+#define ANTDIV_ON 1 -+#define ANTDIV_OFF 0 -+ -+#define FAT_ON 1 -+#define FAT_OFF 0 -+ -+#define TX_BY_DESC 1 -+#define REG 0 -+ -+#define RSSI_METHOD 0 -+#define EVM_METHOD 1 -+#define CRC32_METHOD 2 -+ -+#define INIT_ANTDIV_TIMMER 0 -+#define CANCEL_ANTDIV_TIMMER 1 -+#define RELEASE_ANTDIV_TIMMER 2 -+ -+#define CRC32_FAIL 1 -+#define CRC32_OK 0 -+ -+#define Evm_RSSI_TH_High 25 -+#define Evm_RSSI_TH_Low 20 -+ -+#define NORMAL_STATE_MIAN 1 -+#define NORMAL_STATE_AUX 2 -+#define TRAINING_STATE 3 -+ -+#define FORCE_RSSI_DIFF 10 -+ -+#define CSI_ON 1 -+#define CSI_OFF 0 -+ -+#define DIVON_CSIOFF 1 -+#define DIVOFF_CSION 2 -+ -+#define BDC_DIV_TRAIN_STATE 0 -+#define BDC_BFer_TRAIN_STATE 1 -+#define BDC_DECISION_STATE 2 -+#define BDC_BF_HOLD_STATE 3 -+#define BDC_DIV_HOLD_STATE 4 -+ -+#define BDC_MODE_1 1 -+#define BDC_MODE_2 2 -+#define BDC_MODE_3 3 -+#define BDC_MODE_4 4 -+#define BDC_MODE_NULL 0xff -+ -+#define SWAW_STEP_PEAK 0 -+#define SWAW_STEP_DETERMINE 1 -+ -+#define HL_SMTANT_2WIRE_DATA_LEN 24 -+ -+//1 ============================================================ -+//1 structure -+//1 ============================================================ -+ -+ -+typedef struct _SW_Antenna_Switch_ -+{ -+ u1Byte Double_chk_flag; -+ u1Byte try_flag; -+ s4Byte PreRSSI; -+ u1Byte CurAntenna; -+ u1Byte PreAntenna; -+ u1Byte RSSI_Trying; -+ u1Byte TestMode; -+ u1Byte bTriggerAntennaSwitch; -+ u1Byte SelectAntennaMap; -+ u1Byte RSSI_target; -+ u1Byte reset_idx; -+ u2Byte Single_Ant_Counter; -+ u2Byte Dual_Ant_Counter; -+ u2Byte Aux_FailDetec_Counter; -+ u2Byte Retry_Counter; -+ -+ // Before link Antenna Switch check -+ u1Byte SWAS_NoLink_State; -+ u4Byte SWAS_NoLink_BK_Reg860; -+ u4Byte SWAS_NoLink_BK_Reg92c; -+ u4Byte SWAS_NoLink_BK_Reg948; -+ BOOLEAN ANTA_ON; //To indicate Ant A is or not -+ BOOLEAN ANTB_ON; //To indicate Ant B is on or not -+ BOOLEAN Pre_Aux_FailDetec; -+ BOOLEAN RSSI_AntDect_bResult; -+ u1Byte Ant5G; -+ u1Byte Ant2G; -+ -+ s4Byte RSSI_sum_A; -+ s4Byte RSSI_sum_B; -+ s4Byte RSSI_cnt_A; -+ s4Byte RSSI_cnt_B; -+ -+ u8Byte lastTxOkCnt; -+ u8Byte lastRxOkCnt; -+ u8Byte TXByteCnt_A; -+ u8Byte TXByteCnt_B; -+ u8Byte RXByteCnt_A; -+ u8Byte RXByteCnt_B; -+ u1Byte TrafficLoad; -+ u1Byte Train_time; -+ u1Byte Train_time_flag; -+ RT_TIMER SwAntennaSwitchTimer; -+#if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+ RT_TIMER SwAntennaSwitchTimer_8723B; -+ u4Byte PktCnt_SWAntDivByCtrlFrame; -+ BOOLEAN bSWAntDivByCtrlFrame; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #if USE_WORKITEM -+ RT_WORK_ITEM SwAntennaSwitchWorkitem; -+ #if (RTL8723B_SUPPORT == 1) || (RTL8821A_SUPPORT == 1) -+ RT_WORK_ITEM SwAntennaSwitchWorkitem_8723B; -+ #endif -+ #endif -+#endif -+/* CE Platform use -+#ifdef CONFIG_SW_ANTENNA_DIVERSITY -+ _timer SwAntennaSwitchTimer; -+ u8Byte lastTxOkCnt; -+ u8Byte lastRxOkCnt; -+ u8Byte TXByteCnt_A; -+ u8Byte TXByteCnt_B; -+ u8Byte RXByteCnt_A; -+ u8Byte RXByteCnt_B; -+ u1Byte DoubleComfirm; -+ u1Byte TrafficLoad; -+ //SW Antenna Switch -+ -+ -+#endif -+*/ -+#ifdef CONFIG_HW_ANTENNA_DIVERSITY -+ //Hybrid Antenna Diversity -+ u4Byte CCK_Ant1_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte CCK_Ant2_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte OFDM_Ant1_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte OFDM_Ant2_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte RSSI_Ant1_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte RSSI_Ant2_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u1Byte TxAnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u1Byte TargetSTA; -+ u1Byte antsel; -+ u1Byte RxIdleAnt; -+ -+#endif -+ -+}SWAT_T, *pSWAT_T; -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+typedef struct _BF_DIV_COEX_ -+{ -+ BOOLEAN w_BFer_Client[ODM_ASSOCIATE_ENTRY_NUM]; -+ BOOLEAN w_BFee_Client[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte MA_rx_TP[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte MA_rx_TP_DIV[ODM_ASSOCIATE_ENTRY_NUM]; -+ -+ u1Byte BDCcoexType_wBfer; -+ u1Byte num_Txbfee_Client; -+ u1Byte num_Txbfer_Client; -+ u1Byte BDC_Try_counter; -+ u1Byte BDC_Hold_counter; -+ u1Byte BDC_Mode; -+ u1Byte BDC_active_Mode; -+ u1Byte BDC_state; -+ u1Byte BDC_RxIdleUpdate_counter; -+ u1Byte num_Client; -+ u1Byte pre_num_Client; -+ u1Byte num_BfTar; -+ u1Byte num_DivTar; -+ -+ BOOLEAN bAll_DivSta_Idle; -+ BOOLEAN bAll_BFSta_Idle; -+ BOOLEAN BDC_Try_flag; -+ BOOLEAN BF_pass; -+ BOOLEAN DIV_pass; -+}BDC_T,*pBDC_T; -+#endif -+#endif -+ -+#ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+typedef struct _SMART_ANTENNA_TRAINNING_ { -+ u4Byte latch_time; -+ BOOLEAN pkt_skip_statistic_en; -+ u4Byte fix_beam_pattern_en; -+ u4Byte fix_training_num_en; -+ u4Byte fix_beam_pattern_codeword; -+ u4Byte update_beam_codeword; -+ u4Byte ant_num; /*number of smart beam antenna*/ -+ u4Byte beam_patten_num_each_ant;/*number of beam can be switched in each antenna*/ -+ u4Byte data_codeword_bit_num; -+ u4Byte per_beam_training_pkt_num; -+ u4Byte pkt_counter; -+ u4Byte fast_training_beam_num; -+ u4Byte pre_fast_training_beam_num; -+ u4Byte pkt_rssi_sum[SUPPORT_RF_PATH_NUM][SUPPORT_BEAM_PATTERN_NUM]; -+ u4Byte pkt_rssi_cnt[SUPPORT_RF_PATH_NUM][SUPPORT_BEAM_PATTERN_NUM]; -+ u4Byte rx_idle_beam[SUPPORT_RF_PATH_NUM]; -+ u4Byte pre_codeword; -+ BOOLEAN force_update_beam_en; -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ RT_WORK_ITEM hl_smart_antenna_workitem; -+ RT_WORK_ITEM hl_smart_antenna_decision_workitem; -+ #endif -+ -+} SAT_T, *pSAT_T; -+#endif -+ -+typedef struct _FAST_ANTENNA_TRAINNING_ -+{ -+ u1Byte Bssid[6]; -+ u1Byte antsel_rx_keep_0; -+ u1Byte antsel_rx_keep_1; -+ u1Byte antsel_rx_keep_2; -+ u1Byte antsel_rx_keep_3; -+ u4Byte antSumRSSI[7]; -+ u4Byte antRSSIcnt[7]; -+ u4Byte antAveRSSI[7]; -+ u1Byte FAT_State; -+ u4Byte TrainIdx; -+ u1Byte antsel_a[ODM_ASSOCIATE_ENTRY_NUM]; -+ u1Byte antsel_b[ODM_ASSOCIATE_ENTRY_NUM]; -+ u1Byte antsel_c[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte MainAnt_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte AuxAnt_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte MainAnt_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte AuxAnt_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u1Byte RxIdleAnt; -+ u1Byte AntDiv_OnOff; -+ BOOLEAN bBecomeLinked; -+ u4Byte MinMaxRSSI; -+ u1Byte idx_AntDiv_counter_2G; -+ u1Byte idx_AntDiv_counter_5G; -+ u1Byte AntDiv_2G_5G; -+ u4Byte CCK_counter_main; -+ u4Byte CCK_counter_aux; -+ u4Byte OFDM_counter_main; -+ u4Byte OFDM_counter_aux; -+ -+ #ifdef ODM_EVM_ENHANCE_ANTDIV -+ u4Byte MainAntEVM_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte AuxAntEVM_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte MainAntEVM_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte AuxAntEVM_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ BOOLEAN EVM_method_enable; -+ u1Byte TargetAnt_EVM; -+ u1Byte TargetAnt_CRC32; -+ u1Byte TargetAnt_enhance; -+ u1Byte pre_TargetAnt_enhance; -+ u2Byte Main_MPDU_OK_cnt; -+ u2Byte Aux_MPDU_OK_cnt; -+ -+ u4Byte CRC32_Ok_Cnt; -+ u4Byte CRC32_Fail_Cnt; -+ u4Byte MainCRC32_Ok_Cnt; -+ u4Byte AuxCRC32_Ok_Cnt; -+ u4Byte MainCRC32_Fail_Cnt; -+ u4Byte AuxCRC32_Fail_Cnt; -+ #endif -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ u4Byte CCK_CtrlFrame_Cnt_main; -+ u4Byte CCK_CtrlFrame_Cnt_aux; -+ u4Byte OFDM_CtrlFrame_Cnt_main; -+ u4Byte OFDM_CtrlFrame_Cnt_aux; -+ u4Byte MainAnt_CtrlFrame_Sum; -+ u4Byte AuxAnt_CtrlFrame_Sum; -+ u4Byte MainAnt_CtrlFrame_Cnt; -+ u4Byte AuxAnt_CtrlFrame_Cnt; -+ #endif -+ BOOLEAN fix_ant_bfee; -+ BOOLEAN enable_ctrl_frame_antdiv; -+ BOOLEAN use_ctrl_frame_antdiv; -+ u1Byte hw_antsw_occur; -+}FAT_T,*pFAT_T; -+ -+ -+//1 ============================================================ -+//1 enumeration -+//1 ============================================================ -+ -+ -+ -+typedef enum _FAT_STATE /*Fast antenna training*/ -+{ -+ FAT_BEFORE_LINK_STATE = 0, -+ FAT_PREPARE_STATE = 1, -+ FAT_TRAINING_STATE = 2, -+ FAT_DECISION_STATE = 3 -+}FAT_STATE_E, *PFAT_STATE_E; -+ -+typedef enum _ANT_DIV_TYPE -+{ -+ NO_ANTDIV = 0xFF, -+ CG_TRX_HW_ANTDIV = 0x01, -+ CGCS_RX_HW_ANTDIV = 0x02, -+ FIXED_HW_ANTDIV = 0x03, -+ CG_TRX_SMART_ANTDIV = 0x04, -+ CGCS_RX_SW_ANTDIV = 0x05, -+ S0S1_SW_ANTDIV = 0x06, /*8723B intrnal switch S0 S1*/ -+ HL_SW_SMART_ANT_TYPE1 = 0x10 /*Hong-Lin Smart antenna use for 8821AE which is a 2 Ant. entitys, and each Ant. is equipped with 4 antenna patterns*/ -+}ANT_DIV_TYPE_E, *PANT_DIV_TYPE_E; -+ -+ -+//1 ============================================================ -+//1 function prototype -+//1 ============================================================ -+ -+ -+VOID -+ODM_StopAntennaSwitchDm( -+ IN PVOID pDM_VOID -+ ); -+VOID -+ODM_SetAntConfig( -+ IN PVOID pDM_VOID, -+ IN u1Byte antSetting // 0=A, 1=B, 2=C, .... -+ ); -+ -+ -+#define SwAntDivRestAfterLink ODM_SwAntDivRestAfterLink -+VOID ODM_SwAntDivRestAfterLink( -+ IN PVOID pDM_VOID -+ ); -+ -+#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ -+VOID -+ODM_UpdateRxIdleAnt( -+ IN PVOID pDM_VOID, -+ IN u1Byte Ant -+); -+ -+#if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+ODM_SW_AntDiv_Callback( -+ IN PRT_TIMER pTimer -+ ); -+ -+VOID -+ODM_SW_AntDiv_WorkitemCallback( -+ IN PVOID pContext -+ ); -+ -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ -+VOID -+ODM_SW_AntDiv_WorkitemCallback( -+ IN PVOID pContext -+); -+ -+VOID -+ODM_SW_AntDiv_Callback( -+ void *FunctionContext -+ ); -+ -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+VOID -+odm_S0S1_SwAntDivByCtrlFrame( -+ IN PVOID pDM_VOID, -+ IN u1Byte Step -+); -+ -+VOID -+odm_AntselStatisticsOfCtrlFrame( -+ IN PVOID pDM_VOID, -+ IN u1Byte antsel_tr_mux, -+ IN u4Byte RxPWDBAll -+); -+ -+VOID -+odm_S0S1_SwAntDivByCtrlFrame_ProcessRSSI( -+ IN PVOID pDM_VOID, -+ IN PVOID p_phy_info_void, -+ IN PVOID p_pkt_info_void -+); -+ -+ -+#endif -+#endif -+ -+#ifdef ODM_EVM_ENHANCE_ANTDIV -+VOID -+odm_EVM_FastAntTrainingCallback( -+ IN PVOID pDM_VOID -+); -+#endif -+ -+VOID -+odm_HW_AntDiv( -+ IN PVOID pDM_VOID -+); -+ -+#if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+VOID -+odm_FastAntTraining( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_FastAntTrainingCallback( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_FastAntTrainingWorkItemCallback( -+ IN PVOID pDM_VOID -+); -+#endif -+ -+ -+#ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+phydm_beam_switch_workitem_callback( -+ IN PVOID pContext -+ ); -+ -+VOID -+phydm_beam_decision_workitem_callback( -+ IN PVOID pContext -+ ); -+ -+#endif -+ -+VOID -+phydm_update_beam_pattern( -+ IN PVOID pDM_VOID, -+ IN u4Byte codeword, -+ IN u4Byte codeword_length -+ ); -+ -+void -+phydm_set_all_ant_same_beam_num( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+phydm_hl_smart_ant_cmd( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+); -+ -+#endif/*#ifdef CONFIG_HL_SMART_ANTENNA_TYPE1*/ -+ -+VOID -+ODM_AntDivInit( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+ODM_AntDiv( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_AntselStatistics( -+ IN PVOID pDM_VOID, -+ IN u1Byte antsel_tr_mux, -+ IN u4Byte MacId, -+ IN u4Byte utility, -+ IN u1Byte method -+); -+ -+VOID -+ODM_Process_RSSIForAntDiv( -+ IN OUT PVOID pDM_VOID, -+ IN PVOID p_phy_info_void, -+ IN PVOID p_pkt_info_void -+); -+ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+VOID -+ODM_SetTxAntByTxInfo( -+ IN PVOID pDM_VOID, -+ IN pu1Byte pDesc, -+ IN u1Byte macId -+); -+ -+#elif(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+VOID -+ODM_SetTxAntByTxInfo( -+ struct rtl8192cd_priv *priv, -+ struct tx_desc *pdesc, -+ unsigned short aid -+); -+ -+#endif -+ -+ -+VOID -+ODM_AntDiv_Config( -+ IN PVOID pDM_VOID -+); -+ -+ -+VOID -+ODM_UpdateRxIdleAnt_8723B( -+ IN PVOID pDM_VOID, -+ IN u1Byte Ant, -+ IN u4Byte DefaultAnt, -+ IN u4Byte OptionalAnt -+); -+ -+VOID -+ODM_AntDivTimers( -+ IN PVOID pDM_VOID, -+ IN u1Byte state -+); -+ -+#endif //#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ -+VOID -+ODM_AntDivReset( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_AntennaDiversityInit( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_AntennaDiversity( -+ IN PVOID pDM_VOID -+); -+ -+ -+#endif //#ifndef __ODMANTDIV_H__ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.c linux/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.c 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,1939 @@ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#if WPP_SOFTWARE_TRACE -+#include "phydm_beamforming.tmh" -+#endif -+#endif -+ -+#if (BEAMFORMING_SUPPORT == 1) -+ -+PRT_BEAMFORM_STAINFO -+phydm_staInfoInit( -+ IN PDM_ODM_T pDM_Odm, -+ IN u2Byte staIdx -+ ) -+{ -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORM_STAINFO pEntry = &(pBeamInfo->BeamformSTAinfo); -+ PSTA_INFO_T pSTA = pDM_Odm->pODM_StaInfo[staIdx]; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ PRT_HIGH_THROUGHPUT pHTInfo = GET_HT_INFO(pMgntInfo); -+ PRT_VERY_HIGH_THROUGHPUT pVHTInfo = GET_VHT_INFO(pMgntInfo); -+ -+ ODM_MoveMemory(pDM_Odm, pEntry->MyMacAddr, Adapter->CurrentAddress, 6); -+ -+ pEntry->HtBeamformCap = pHTInfo->HtBeamformCap; -+ pEntry->VhtBeamformCap = pVHTInfo->VhtBeamformCap; -+ -+ /*IBSS, AP mode*/ -+ if (staIdx != 0) { -+ pEntry->AID = pSTA->AID; -+ pEntry->RA = pSTA->MacAddr; -+ pEntry->MacID = pSTA->AssociatedMacId; -+ pEntry->WirelessMode = pSTA->WirelessMode; -+ pEntry->BW = pSTA->BandWidth; -+ pEntry->CurBeamform = pSTA->HTInfo.HtCurBeamform; -+ } else {/*client mode*/ -+ pEntry->AID = pMgntInfo->mAId; -+ pEntry->RA = pMgntInfo->Bssid; -+ pEntry->MacID = pMgntInfo->mMacId; -+ pEntry->WirelessMode = pMgntInfo->dot11CurrentWirelessMode; -+ pEntry->BW = pMgntInfo->dot11CurrentChannelBandWidth; -+ pEntry->CurBeamform = pHTInfo->HtCurBeamform; -+ } -+ -+ if ((pEntry->WirelessMode & WIRELESS_MODE_AC_5G) || (pEntry->WirelessMode & WIRELESS_MODE_AC_24G)) { -+ if (staIdx != 0) -+ pEntry->CurBeamformVHT = pSTA->VHTInfo.VhtCurBeamform; -+ else -+ pEntry->CurBeamformVHT = pVHTInfo->VhtCurBeamform; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("pSTA->wireless_mode = 0x%x, staidx = %d\n", pSTA->WirelessMode, staIdx)); -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ -+ if (!IS_STA_VALID(pSTA)) { -+ rtw_warn_on(1); -+ DBG_871X("%s => sta_info(mac_id:%d) failed\n", __func__, staIdx); -+ return pEntry; -+ } -+ -+ ODM_MoveMemory(pDM_Odm, pEntry->MyMacAddr, adapter_mac_addr(pSTA->padapter), 6); -+ pEntry->HtBeamformCap = pSTA->htpriv.beamform_cap; -+ -+ pEntry->AID = pSTA->aid; -+ pEntry->RA = pSTA->hwaddr; -+ pEntry->MacID = pSTA->mac_id; -+ pEntry->WirelessMode = pSTA->wireless_mode; -+ pEntry->BW = pSTA->bw_mode; -+ -+ pEntry->CurBeamform = pSTA->htpriv.beamform_cap; -+#if ODM_IC_11AC_SERIES_SUPPORT -+ if ((pEntry->WirelessMode & WIRELESS_MODE_AC_5G) || (pEntry->WirelessMode & WIRELESS_MODE_AC_24G)) { -+ pEntry->CurBeamformVHT = pSTA->vhtpriv.beamform_cap; -+ pEntry->VhtBeamformCap = pSTA->vhtpriv.beamform_cap; -+ } -+#endif -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("pSTA->wireless_mode = 0x%x, staidx = %d\n", pSTA->wireless_mode, staIdx)); -+#endif -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("pEntry->CurBeamform = 0x%x, pEntry->CurBeamformVHT = 0x%x\n", pEntry->CurBeamform, pEntry->CurBeamformVHT)); -+ return pEntry; -+ -+} -+void phydm_staInfoUpdate( -+ IN PDM_ODM_T pDM_Odm, -+ IN u2Byte staIdx, -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry -+ ) -+{ -+ PSTA_INFO_T pSTA = pDM_Odm->pODM_StaInfo[staIdx]; -+ -+ if (!IS_STA_VALID(pSTA)) -+ return; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ pSTA->txbf_paid = pBeamformEntry->P_AID; -+ pSTA->txbf_gid = pBeamformEntry->G_ID; -+#endif -+} -+ -+ -+u1Byte -+Beamforming_GetHTNDPTxRate( -+ IN PVOID pDM_VOID, -+ u1Byte CompSteeringNumofBFer -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Nr_index = 0; -+ u1Byte NDPTxRate; -+ /*Find Nr*/ -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ Nr_index = TxBF_Nr(halTxbf8814A_GetNtx(pDM_Odm), CompSteeringNumofBFer); -+ else -+ Nr_index = TxBF_Nr(1, CompSteeringNumofBFer); -+ -+ switch (Nr_index) { -+ case 1: -+ NDPTxRate = MGN_MCS8; -+ break; -+ -+ case 2: -+ NDPTxRate = MGN_MCS16; -+ break; -+ -+ case 3: -+ NDPTxRate = MGN_MCS24; -+ break; -+ -+ default: -+ NDPTxRate = MGN_MCS8; -+ break; -+ } -+ -+return NDPTxRate; -+ -+} -+ -+u1Byte -+Beamforming_GetVHTNDPTxRate( -+ IN PVOID pDM_VOID, -+ u1Byte CompSteeringNumofBFer -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Nr_index = 0; -+ u1Byte NDPTxRate; -+ /*Find Nr*/ -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ Nr_index = TxBF_Nr(halTxbf8814A_GetNtx(pDM_Odm), CompSteeringNumofBFer); -+ else -+ Nr_index = TxBF_Nr(1, CompSteeringNumofBFer); -+ -+ switch (Nr_index) { -+ case 1: -+ NDPTxRate = MGN_VHT2SS_MCS0; -+ break; -+ -+ case 2: -+ NDPTxRate = MGN_VHT3SS_MCS0; -+ break; -+ -+ case 3: -+ NDPTxRate = MGN_VHT4SS_MCS0; -+ break; -+ -+ default: -+ NDPTxRate = MGN_VHT2SS_MCS0; -+ break; -+ } -+ -+return NDPTxRate; -+ -+} -+ -+ -+PRT_BEAMFORMEE_ENTRY -+phydm_Beamforming_GetBFeeEntryByAddr( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ OUT pu1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ for (i = 0; i < BEAMFORMEE_ENTRY_NUM; i++) { -+ if (pBeamInfo->BeamformeeEntry[i].bUsed && (eqMacAddr(RA, pBeamInfo->BeamformeeEntry[i].MacAddr))) { -+ *Idx = i; -+ return &(pBeamInfo->BeamformeeEntry[i]); -+ } -+ } -+ -+ return NULL; -+} -+ -+PRT_BEAMFORMER_ENTRY -+phydm_Beamforming_GetBFerEntryByAddr( -+ IN PVOID pDM_VOID, -+ IN pu1Byte TA, -+ OUT pu1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ for (i = 0; i < BEAMFORMER_ENTRY_NUM; i++) { -+ if (pBeamInfo->BeamformerEntry[i].bUsed && (eqMacAddr(TA, pBeamInfo->BeamformerEntry[i].MacAddr))) { -+ *Idx = i; -+ return &(pBeamInfo->BeamformerEntry[i]); -+ } -+ } -+ -+ return NULL; -+} -+ -+ -+PRT_BEAMFORMEE_ENTRY -+phydm_Beamforming_GetEntryByMacId( -+ IN PVOID pDM_VOID, -+ IN u1Byte MacId, -+ OUT pu1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ for (i = 0; i < BEAMFORMEE_ENTRY_NUM; i++) { -+ if (pBeamInfo->BeamformeeEntry[i].bUsed && (MacId == pBeamInfo->BeamformeeEntry[i].MacId)) { -+ *Idx = i; -+ return &(pBeamInfo->BeamformeeEntry[i]); -+ } -+ } -+ -+ return NULL; -+} -+ -+ -+BEAMFORMING_CAP -+phydm_Beamforming_GetEntryBeamCapByMacId( -+ IN PVOID pDM_VOID, -+ IN u1Byte MacId -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ BEAMFORMING_CAP BeamformEntryCap = BEAMFORMING_CAP_NONE; -+ -+ for (i = 0; i < BEAMFORMEE_ENTRY_NUM; i++) { -+ if (pBeamInfo->BeamformeeEntry[i].bUsed && (MacId == pBeamInfo->BeamformeeEntry[i].MacId)) { -+ BeamformEntryCap = pBeamInfo->BeamformeeEntry[i].BeamformEntryCap; -+ i = BEAMFORMEE_ENTRY_NUM; -+ } -+ } -+ -+ return BeamformEntryCap; -+} -+ -+ -+PRT_BEAMFORMEE_ENTRY -+phydm_Beamforming_GetFreeBFeeEntry( -+ IN PVOID pDM_VOID, -+ OUT pu1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ for (i = 0; i < BEAMFORMEE_ENTRY_NUM; i++) { -+ if (pBeamInfo->BeamformeeEntry[i].bUsed == FALSE) { -+ *Idx = i; -+ return &(pBeamInfo->BeamformeeEntry[i]); -+ } -+ } -+ return NULL; -+} -+ -+PRT_BEAMFORMER_ENTRY -+phydm_Beamforming_GetFreeBFerEntry( -+ IN PVOID pDM_VOID, -+ OUT pu1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s ===>\n", __func__)); -+ -+ for (i = 0; i < BEAMFORMER_ENTRY_NUM; i++) { -+ if (pBeamInfo->BeamformerEntry[i].bUsed == FALSE) { -+ *Idx = i; -+ return &(pBeamInfo->BeamformerEntry[i]); -+ } -+ } -+ return NULL; -+} -+ -+/* -+// Description: Get the first entry index of MU Beamformee. -+// -+// Return Value: Index of the first MU sta. -+// -+// 2015.05.25. Created by tynli. -+// -+*/ -+u1Byte -+phydm_Beamforming_GetFirstMUBFeeEntryIdx( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte idx = 0xFF; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ BOOLEAN bFound = FALSE; -+ -+ for (idx = 0; idx < BEAMFORMEE_ENTRY_NUM; idx++) { -+ if (pBeamInfo->BeamformeeEntry[idx].bUsed && pBeamInfo->BeamformeeEntry[idx].is_mu_sta) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] idx=%d!\n", __func__, idx)); -+ bFound = TRUE; -+ break; -+ } -+ } -+ -+ if (!bFound) -+ idx = 0xFF; -+ -+ return idx; -+} -+ -+ -+/*Add SU BFee and MU BFee*/ -+PRT_BEAMFORMEE_ENTRY -+Beamforming_AddBFeeEntry( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORM_STAINFO pSTA, -+ IN BEAMFORMING_CAP BeamformCap, -+ IN u1Byte NumofSoundingDim, -+ IN u1Byte CompSteeringNumofBFer, -+ OUT pu1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMEE_ENTRY pEntry = phydm_Beamforming_GetFreeBFeeEntry(pDM_Odm, Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (pEntry != NULL) { -+ pEntry->bUsed = TRUE; -+ pEntry->AID = pSTA->AID; -+ pEntry->MacId = pSTA->MacID; -+ pEntry->SoundBW = pSTA->BW; -+ ODM_MoveMemory(pDM_Odm, pEntry->MyMacAddr, pSTA->MyMacAddr, 6); -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_AP)) { -+ /*BSSID[44:47] xor BSSID[40:43]*/ -+ u2Byte BSSID = ((pSTA->MyMacAddr[5] & 0xf0) >> 4) ^ (pSTA->MyMacAddr[5] & 0xf); -+ /*(dec(A) + dec(B)*32) mod 512*/ -+ pEntry->P_AID = (pSTA->AID + BSSID * 32) & 0x1ff; -+ pEntry->G_ID = 63; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: BFee P_AID addressed to STA=%d\n", __func__, pEntry->P_AID)); -+ } else if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) { -+ /*ad hoc mode*/ -+ pEntry->P_AID = 0; -+ pEntry->G_ID = 63; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: BFee P_AID as IBSS=%d\n", __func__, pEntry->P_AID)); -+ } else { -+ /*client mode*/ -+ pEntry->P_AID = pSTA->RA[5]; -+ /*BSSID[39:47]*/ -+ pEntry->P_AID = (pEntry->P_AID << 1) | (pSTA->RA[4] >> 7); -+ pEntry->G_ID = 0; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: BFee P_AID addressed to AP=0x%X\n", __func__, pEntry->P_AID)); -+ } -+ cpMacAddr(pEntry->MacAddr, pSTA->RA); -+ pEntry->bTxBF = FALSE; -+ pEntry->bSound = FALSE; -+ pEntry->SoundPeriod = 400; -+ pEntry->BeamformEntryCap = BeamformCap; -+ pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_UNINITIALIZE; -+ -+/* pEntry->LogSeq = 0xff; Move to Beamforming_AddBFerEntry*/ -+/* pEntry->LogRetryCnt = 0; Move to Beamforming_AddBFerEntry*/ -+/* pEntry->LogSuccessCnt = 0; Move to Beamforming_AddBFerEntry*/ -+ -+ pEntry->LogStatusFailCnt = 0; -+ -+ pEntry->NumofSoundingDim = NumofSoundingDim; -+ pEntry->CompSteeringNumofBFer = CompSteeringNumofBFer; -+ -+ if (BeamformCap & BEAMFORMER_CAP_VHT_MU) { -+ pDM_Odm->BeamformingInfo.beamformee_mu_cnt += 1; -+ pEntry->is_mu_sta = TRUE; -+ pDM_Odm->BeamformingInfo.FirstMUBFeeIndex = phydm_Beamforming_GetFirstMUBFeeEntryIdx(pDM_Odm); -+ } else if (BeamformCap & BEAMFORMER_CAP_VHT_SU) { -+ pDM_Odm->BeamformingInfo.beamformee_su_cnt += 1; -+ pEntry->is_mu_sta = FALSE; -+ } -+ -+ return pEntry; -+ } -+ else -+ return NULL; -+} -+ -+/*Add SU BFee and MU BFer*/ -+PRT_BEAMFORMER_ENTRY -+Beamforming_AddBFerEntry( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORM_STAINFO pSTA, -+ IN BEAMFORMING_CAP BeamformCap, -+ IN u1Byte NumofSoundingDim, -+ OUT pu1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMER_ENTRY pEntry = phydm_Beamforming_GetFreeBFerEntry(pDM_Odm, Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (pEntry != NULL) { -+ pEntry->bUsed = TRUE; -+ ODM_MoveMemory(pDM_Odm, pEntry->MyMacAddr, pSTA->MyMacAddr, 6); -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_AP)) { -+ /*BSSID[44:47] xor BSSID[40:43]*/ -+ u2Byte BSSID = ((pSTA->MyMacAddr[5] & 0xf0) >> 4) ^ (pSTA->MyMacAddr[5] & 0xf); -+ -+ pEntry->P_AID = (pSTA->AID + BSSID * 32) & 0x1ff; -+ pEntry->G_ID = 63; -+ /*(dec(A) + dec(B)*32) mod 512*/ -+ } else if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) { -+ pEntry->P_AID = 0; -+ pEntry->G_ID = 63; -+ } else { -+ pEntry->P_AID = pSTA->RA[5]; -+ /*BSSID[39:47]*/ -+ pEntry->P_AID = (pEntry->P_AID << 1) | (pSTA->RA[4] >> 7); -+ pEntry->G_ID = 0; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: P_AID addressed to AP=0x%X\n", __func__, pEntry->P_AID)); -+ } -+ -+ cpMacAddr(pEntry->MacAddr, pSTA->RA); -+ pEntry->BeamformEntryCap = BeamformCap; -+ -+ pEntry->PreLogSeq = 0; /*Modified by Jeffery @2015-04-13*/ -+ pEntry->LogSeq = 0; /*Modified by Jeffery @2014-10-29*/ -+ pEntry->LogRetryCnt = 0; /*Modified by Jeffery @2014-10-29*/ -+ pEntry->LogSuccess = 0; /*LogSuccess is NOT needed to be accumulated, so LogSuccessCnt->LogSuccess, 2015-04-13, Jeffery*/ -+ pEntry->ClockResetTimes = 0; /*Modified by Jeffery @2015-04-13*/ -+ -+ pEntry->NumofSoundingDim = NumofSoundingDim; -+ -+ if (BeamformCap & BEAMFORMEE_CAP_VHT_MU) { -+ pDM_Odm->BeamformingInfo.beamformer_mu_cnt += 1; -+ pEntry->is_mu_ap = TRUE; -+ pEntry->AID = pSTA->AID; -+ } else if (BeamformCap & BEAMFORMEE_CAP_VHT_SU) { -+ pDM_Odm->BeamformingInfo.beamformer_su_cnt += 1; -+ pEntry->is_mu_ap = FALSE; -+ } -+ -+ return pEntry; -+ } -+ else -+ return NULL; -+} -+ -+#if 0 -+BOOLEAN -+Beamforming_RemoveEntry( -+ IN PADAPTER Adapter, -+ IN pu1Byte RA, -+ OUT pu1Byte Idx -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ PRT_BEAMFORMER_ENTRY pBFerEntry = phydm_Beamforming_GetBFerEntryByAddr(pDM_Odm, RA, Idx); -+ PRT_BEAMFORMEE_ENTRY pEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, Idx); -+ BOOLEAN ret = FALSE; -+ -+ RT_DISP(FBEAM, FBEAM_FUN, ("[Beamforming]@%s Start!\n", __func__)); -+ RT_DISP(FBEAM, FBEAM_FUN, ("[Beamforming]@%s, pBFerEntry=0x%x\n", __func__, pBFerEntry)); -+ RT_DISP(FBEAM, FBEAM_FUN, ("[Beamforming]@%s, pEntry=0x%x\n", __func__, pEntry)); -+ -+ if (pEntry != NULL) { -+ pEntry->bUsed = FALSE; -+ pEntry->BeamformEntryCap = BEAMFORMING_CAP_NONE; -+ /*pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_UNINITIALIZE;*/ -+ pEntry->bBeamformingInProgress = FALSE; -+ ret = TRUE; -+ } -+ if (pBFerEntry != NULL) { -+ pBFerEntry->bUsed = FALSE; -+ pBFerEntry->BeamformEntryCap = BEAMFORMING_CAP_NONE; -+ ret = TRUE; -+ } -+ return ret; -+ -+} -+#endif -+ -+/* Used for BeamformingStart_V1 */ -+VOID -+phydm_Beamforming_NDPARate( -+ IN PVOID pDM_VOID, -+ CHANNEL_WIDTH BW, -+ u1Byte Rate -+) -+{ -+ u2Byte NDPARate = Rate; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (NDPARate == 0) { -+ if(pDM_Odm->RSSI_Min > 30) // link RSSI > 30% -+ NDPARate = ODM_RATE24M; -+ else -+ NDPARate = ODM_RATE6M; -+ } -+ -+ if (NDPARate < ODM_RATEMCS0) -+ BW = (CHANNEL_WIDTH)ODM_BW20M; -+ -+ NDPARate = (NDPARate << 8) | BW; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_RATE, (pu1Byte)&NDPARate); -+ -+} -+ -+ -+/* Used for BeamformingStart_SW and BeamformingStart_FW */ -+VOID -+phydm_Beamforming_DymNDPARate( -+ IN PVOID pDM_VOID -+) -+{ -+ u2Byte NDPARate = ODM_RATE6M, BW; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (pDM_Odm->RSSI_Min > 30) /*link RSSI > 30%*/ -+ NDPARate = ODM_RATE24M; -+ else -+ NDPARate = ODM_RATE6M; -+ -+ BW = ODM_BW20M; -+ NDPARate = NDPARate << 8 | BW; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_RATE, (pu1Byte)&NDPARate); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s End, NDPA Rate = 0x%X\n", __func__, NDPARate)); -+} -+ -+/* -+* SW Sounding : SW Timer unit 1ms -+* HW Timer unit (1/32000) s 32k is clock. -+* FW Sounding : FW Timer unit 10ms -+*/ -+VOID -+Beamforming_DymPeriod( -+ IN PVOID pDM_VOID, -+ IN u8 status -+) -+{ -+ u1Byte Idx; -+ BOOLEAN bChangePeriod = FALSE; -+ u2Byte SoundPeriod_SW, SoundPeriod_FW; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_SOUNDING_INFO pSoundInfo = &(pBeamInfo->SoundingInfo); -+ -+ PRT_BEAMFORMEE_ENTRY pEntry = &(pBeamInfo->BeamformeeEntry[pBeamInfo->BeamformeeCurIdx]); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ //3 TODO per-client throughput caculation. -+ -+ if ((*(pDM_Odm->pCurrentTxTP) + *(pDM_Odm->pCurrentRxTP) > 2) && ((pEntry->LogStatusFailCnt <= 20) || status)) { -+ SoundPeriod_SW = 40; /* 40ms */ -+ SoundPeriod_FW = 40; /* From H2C cmd, unit = 10ms */ -+ } else { -+ SoundPeriod_SW = 4000;/* 4s */ -+ SoundPeriod_FW = 400; -+ } -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]SoundPeriod_SW=%d, SoundPeriod_FW=%d\n", __func__, SoundPeriod_SW, SoundPeriod_FW)); -+ -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ pBeamformEntry = pBeamInfo->BeamformeeEntry+Idx; -+ -+ if (pBeamformEntry->DefaultCSICnt > 20) { -+ /*Modified by David*/ -+ SoundPeriod_SW = 4000; -+ SoundPeriod_FW = 400; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Period = %d\n", __func__, SoundPeriod_SW)); -+ if (pBeamformEntry->BeamformEntryCap & (BEAMFORMER_CAP_HT_EXPLICIT | BEAMFORMER_CAP_VHT_SU)) { -+ if (pSoundInfo->SoundMode == SOUNDING_FW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_FW_HT_TIMER) { -+ if (pBeamformEntry->SoundPeriod != SoundPeriod_FW) { -+ pBeamformEntry->SoundPeriod = SoundPeriod_FW; -+ bChangePeriod = TRUE; /*Only FW sounding need to send H2C packet to change sound period. */ -+ } -+ } else if (pBeamformEntry->SoundPeriod != SoundPeriod_SW) { -+ pBeamformEntry->SoundPeriod = SoundPeriod_SW; -+ } -+ } -+ } -+ -+ if (bChangePeriod) -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_FW_NDPA, (pu1Byte)&Idx); -+} -+ -+ -+ -+ -+BOOLEAN -+Beamforming_SendHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW, -+ IN u1Byte QIdx -+ ) -+{ -+ BOOLEAN ret = TRUE; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (QIdx == BEACON_QUEUE) -+ ret = SendFWHTNDPAPacket(pDM_Odm, RA, BW); -+ else -+ ret = SendSWHTNDPAPacket(pDM_Odm, RA, BW); -+ -+ return ret; -+} -+ -+ -+ -+BOOLEAN -+Beamforming_SendVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW, -+ IN u1Byte QIdx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ BOOLEAN ret = TRUE; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_GET_TX_RATE, NULL); -+ -+ if ((pDM_Odm->TxBfDataRate >= ODM_RATEVHTSS3MCS7) && (pDM_Odm->TxBfDataRate <= ODM_RATEVHTSS3MCS9)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("@%s: 3SS VHT 789 don't sounding\n", __func__)); -+ -+ } else { -+ if (QIdx == BEACON_QUEUE) /* Send to reserved page => FW NDPA */ -+ ret = SendFWVHTNDPAPacket(pDM_Odm, RA, AID, BW); -+ else { -+#ifdef SUPPORT_MU_BF -+ #if (SUPPORT_MU_BF == 1) -+ pBeamInfo->is_mu_sounding = TRUE; -+ ret = SendSWVHTMUNDPAPacket(pDM_Odm, BW); -+ #else -+ pBeamInfo->is_mu_sounding = FALSE; -+ ret = SendSWVHTNDPAPacket(pDM_Odm, RA, AID, BW); -+ #endif -+#else -+ pBeamInfo->is_mu_sounding = FALSE; -+ ret = SendSWVHTNDPAPacket(pDM_Odm, RA, AID, BW); -+#endif -+ } -+ } -+ return ret; -+} -+ -+ -+BEAMFORMING_NOTIFY_STATE -+phydm_beamfomring_bSounding( -+ IN PVOID pDM_VOID, -+ PRT_BEAMFORMING_INFO pBeamInfo, -+ pu1Byte Idx -+ ) -+{ -+ BEAMFORMING_NOTIFY_STATE bSounding = BEAMFORMING_NOTIFY_NONE; -+ RT_BEAMFORMING_OID_INFO BeamOidInfo = pBeamInfo->BeamformingOidInfo; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ /*if(( Beamforming_GetBeamCap(pBeamInfo) & BEAMFORMER_CAP) == 0)*/ -+ /*bSounding = BEAMFORMING_NOTIFY_RESET;*/ -+ if (BeamOidInfo.SoundOidMode == SOUNDING_STOP_All_TIMER) -+ bSounding = BEAMFORMING_NOTIFY_RESET; -+ else { -+ u1Byte i; -+ -+ for (i = 0 ; i < BEAMFORMEE_ENTRY_NUM ; i++) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("@%s: BFee Entry %d bUsed=%d, bSound=%d\n", __func__, i, pBeamInfo->BeamformeeEntry[i].bUsed, pBeamInfo->BeamformeeEntry[i].bSound)); -+ if (pBeamInfo->BeamformeeEntry[i].bUsed && (!pBeamInfo->BeamformeeEntry[i].bSound)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: Add BFee entry %d\n", __func__, i)); -+ *Idx = i; -+ if (pBeamInfo->BeamformeeEntry[i].is_mu_sta) -+ bSounding = BEAMFORMEE_NOTIFY_ADD_MU; -+ else -+ bSounding = BEAMFORMEE_NOTIFY_ADD_SU; -+ } -+ -+ if ((!pBeamInfo->BeamformeeEntry[i].bUsed) && pBeamInfo->BeamformeeEntry[i].bSound) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: Delete BFee entry %d\n", __func__, i)); -+ *Idx = i; -+ if (pBeamInfo->BeamformeeEntry[i].is_mu_sta) -+ bSounding = BEAMFORMEE_NOTIFY_DELETE_MU; -+ else -+ bSounding = BEAMFORMEE_NOTIFY_DELETE_SU; -+ } -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s End, bSounding = %d\n", __func__, bSounding)); -+ return bSounding; -+} -+ -+ -+//This function is unused -+u1Byte -+phydm_beamforming_SoundingIdx( -+ IN PVOID pDM_VOID, -+ PRT_BEAMFORMING_INFO pBeamInfo -+ ) -+{ -+ u1Byte Idx = 0; -+ RT_BEAMFORMEE_ENTRY BeamEntry; -+ RT_BEAMFORMING_OID_INFO BeamOidInfo = pBeamInfo->BeamformingOidInfo; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (BeamOidInfo.SoundOidMode == SOUNDING_SW_HT_TIMER || BeamOidInfo.SoundOidMode == SOUNDING_SW_VHT_TIMER || -+ BeamOidInfo.SoundOidMode == SOUNDING_HW_HT_TIMER || BeamOidInfo.SoundOidMode == SOUNDING_HW_VHT_TIMER) -+ Idx = BeamOidInfo.SoundOidIdx; -+ else { -+ u1Byte i; -+ for (i = 0; i < BEAMFORMEE_ENTRY_NUM; i++) { -+ if (pBeamInfo->BeamformeeEntry[i].bUsed && (FALSE == pBeamInfo->BeamformeeEntry[i].bSound)) { -+ Idx = i; -+ break; -+ } -+ } -+ } -+ -+ return Idx; -+} -+ -+ -+SOUNDING_MODE -+phydm_beamforming_SoundingMode( -+ IN PVOID pDM_VOID, -+ PRT_BEAMFORMING_INFO pBeamInfo, -+ u1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte SupportInterface = pDM_Odm->SupportInterface; -+ -+ RT_BEAMFORMEE_ENTRY BeamEntry = pBeamInfo->BeamformeeEntry[Idx]; -+ RT_BEAMFORMING_OID_INFO BeamOidInfo = pBeamInfo->BeamformingOidInfo; -+ SOUNDING_MODE Mode = BeamOidInfo.SoundOidMode; -+ -+ if (BeamOidInfo.SoundOidMode == SOUNDING_SW_VHT_TIMER || BeamOidInfo.SoundOidMode == SOUNDING_HW_VHT_TIMER) { -+ if (BeamEntry.BeamformEntryCap & BEAMFORMER_CAP_VHT_SU) -+ Mode = BeamOidInfo.SoundOidMode; -+ else -+ Mode = SOUNDING_STOP_All_TIMER; -+ } else if (BeamOidInfo.SoundOidMode == SOUNDING_SW_HT_TIMER || BeamOidInfo.SoundOidMode == SOUNDING_HW_HT_TIMER) { -+ if (BeamEntry.BeamformEntryCap & BEAMFORMER_CAP_HT_EXPLICIT) -+ Mode = BeamOidInfo.SoundOidMode; -+ else -+ Mode = SOUNDING_STOP_All_TIMER; -+ } else if (BeamEntry.BeamformEntryCap & BEAMFORMER_CAP_VHT_SU) { -+ if ((SupportInterface == ODM_ITRF_USB) && !(pDM_Odm->SupportICType & (ODM_RTL8814A | ODM_RTL8822B))) -+ Mode = SOUNDING_FW_VHT_TIMER; -+ else -+ Mode = SOUNDING_SW_VHT_TIMER; -+ } else if (BeamEntry.BeamformEntryCap & BEAMFORMER_CAP_HT_EXPLICIT) { -+ if ((SupportInterface == ODM_ITRF_USB) && !(pDM_Odm->SupportICType & (ODM_RTL8814A | ODM_RTL8822B))) -+ Mode = SOUNDING_FW_HT_TIMER; -+ else -+ Mode = SOUNDING_SW_HT_TIMER; -+ } else -+ Mode = SOUNDING_STOP_All_TIMER; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] SupportInterface=%d, Mode=%d\n", __func__, SupportInterface, Mode)); -+ -+ return Mode; -+} -+ -+ -+u2Byte -+phydm_beamforming_SoundingTime( -+ IN PVOID pDM_VOID, -+ PRT_BEAMFORMING_INFO pBeamInfo, -+ SOUNDING_MODE Mode, -+ u1Byte Idx -+ ) -+{ -+ u2Byte SoundingTime = 0xffff; -+ RT_BEAMFORMEE_ENTRY BeamEntry = pBeamInfo->BeamformeeEntry[Idx]; -+ RT_BEAMFORMING_OID_INFO BeamOidInfo = pBeamInfo->BeamformingOidInfo; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (Mode == SOUNDING_HW_HT_TIMER || Mode == SOUNDING_HW_VHT_TIMER) -+ SoundingTime = BeamOidInfo.SoundOidPeriod * 32; -+ else if (Mode == SOUNDING_SW_HT_TIMER || Mode == SOUNDING_SW_VHT_TIMER) -+ /*Modified by David*/ -+ SoundingTime = BeamEntry.SoundPeriod; /*BeamOidInfo.SoundOidPeriod;*/ -+ else -+ SoundingTime = BeamEntry.SoundPeriod; -+ -+ return SoundingTime; -+} -+ -+ -+CHANNEL_WIDTH -+phydm_beamforming_SoundingBW( -+ IN PVOID pDM_VOID, -+ PRT_BEAMFORMING_INFO pBeamInfo, -+ SOUNDING_MODE Mode, -+ u1Byte Idx -+ ) -+{ -+ CHANNEL_WIDTH SoundingBW = CHANNEL_WIDTH_20; -+ RT_BEAMFORMEE_ENTRY BeamEntry = pBeamInfo->BeamformeeEntry[Idx]; -+ RT_BEAMFORMING_OID_INFO BeamOidInfo = pBeamInfo->BeamformingOidInfo; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (Mode == SOUNDING_HW_HT_TIMER || Mode == SOUNDING_HW_VHT_TIMER) -+ SoundingBW = BeamOidInfo.SoundOidBW; -+ else if (Mode == SOUNDING_SW_HT_TIMER || Mode == SOUNDING_SW_VHT_TIMER) -+ /*Modified by David*/ -+ SoundingBW = BeamEntry.SoundBW; /*BeamOidInfo.SoundOidBW;*/ -+ else -+ SoundingBW = BeamEntry.SoundBW; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s, SoundingBW=0x%X\n", __func__, SoundingBW)); -+ -+ return SoundingBW; -+} -+ -+ -+BOOLEAN -+phydm_Beamforming_SelectBeamEntry( -+ IN PVOID pDM_VOID, -+ PRT_BEAMFORMING_INFO pBeamInfo -+ ) -+{ -+ PRT_SOUNDING_INFO pSoundInfo = &(pBeamInfo->SoundingInfo); -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /*pEntry.bSound is different between first and latter NDPA, and should not be used as BFee entry selection*/ -+ /*BTW, latter modification should sync to the selection mechanism of AP/ADSL instead of the fixed SoundIdx.*/ -+ pSoundInfo->SoundIdx = phydm_beamforming_SoundingIdx(pDM_Odm, pBeamInfo); -+ /*pSoundInfo->SoundIdx = 0;*/ -+ -+ if (pSoundInfo->SoundIdx < BEAMFORMEE_ENTRY_NUM) -+ pSoundInfo->SoundMode = phydm_beamforming_SoundingMode(pDM_Odm, pBeamInfo, pSoundInfo->SoundIdx); -+ else -+ pSoundInfo->SoundMode = SOUNDING_STOP_All_TIMER; -+ -+ if (SOUNDING_STOP_All_TIMER == pSoundInfo->SoundMode) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Return because of SOUNDING_STOP_All_TIMER\n", __func__)); -+ return FALSE; -+ } else { -+ pSoundInfo->SoundBW = phydm_beamforming_SoundingBW(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); -+ pSoundInfo->SoundPeriod = phydm_beamforming_SoundingTime(pDM_Odm, pBeamInfo, pSoundInfo->SoundMode, pSoundInfo->SoundIdx ); -+ return TRUE; -+ } -+} -+ -+/*SU BFee Entry Only*/ -+BOOLEAN -+phydm_beamforming_StartPeriod( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ BOOLEAN Ret = TRUE; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_SOUNDING_INFO pSoundInfo = &(pBeamInfo->SoundingInfo); -+ -+ phydm_Beamforming_DymNDPARate(pDM_Odm); -+ -+ phydm_Beamforming_SelectBeamEntry(pDM_Odm, pBeamInfo); // Modified -+ -+ if (pSoundInfo->SoundMode == SOUNDING_SW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_SW_HT_TIMER) -+ ODM_SetTimer(pDM_Odm, &pBeamInfo->BeamformingTimer, pSoundInfo->SoundPeriod); -+ else if (pSoundInfo->SoundMode == SOUNDING_HW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_HW_HT_TIMER || -+ pSoundInfo->SoundMode == SOUNDING_AUTO_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_AUTO_HT_TIMER) { -+ HAL_HW_TIMER_TYPE TimerType = HAL_TIMER_TXBF; -+ u4Byte val = (pSoundInfo->SoundPeriod | (TimerType<<16)); -+ -+ //HW timer stop: All IC has the same setting -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_HW_REG_TIMER_STOP, (pu1Byte)(&TimerType)); -+ //ODM_Write1Byte(pDM_Odm, 0x15F, 0); -+ //HW timer init: All IC has the same setting, but 92E & 8812A only write 2 bytes -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_HW_REG_TIMER_INIT, (pu1Byte)(&val)); -+ //ODM_Write1Byte(pDM_Odm, 0x164, 1); -+ //ODM_Write4Byte(pDM_Odm, 0x15C, val); -+ //HW timer start: All IC has the same setting -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_HW_REG_TIMER_START, (pu1Byte)(&TimerType)); -+ //ODM_Write1Byte(pDM_Odm, 0x15F, 0x5); -+ } else if (pSoundInfo->SoundMode == SOUNDING_FW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_FW_HT_TIMER) -+ Ret = BeamformingStart_FW(pDM_Odm, pSoundInfo->SoundIdx); -+ else -+ Ret = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] SoundIdx=%d, SoundMode=%d, SoundBW=%d, SoundPeriod=%d\n", __func__, -+ pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundBW, pSoundInfo->SoundPeriod)); -+ -+ return Ret; -+} -+ -+// Used after Beamforming_Leave, and will clear the setting of the "already deleted" entry -+/*SU BFee Entry Only*/ -+VOID -+phydm_beamforming_EndPeriod_SW( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ u1Byte Idx = 0; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_SOUNDING_INFO pSoundInfo = &(pBeamInfo->SoundingInfo); -+ -+ HAL_HW_TIMER_TYPE TimerType = HAL_TIMER_TXBF; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (pSoundInfo->SoundMode == SOUNDING_SW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_SW_HT_TIMER) -+ ODM_CancelTimer(pDM_Odm, &pBeamInfo->BeamformingTimer); -+ else if (pSoundInfo->SoundMode == SOUNDING_HW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_HW_HT_TIMER || -+ pSoundInfo->SoundMode == SOUNDING_AUTO_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_AUTO_HT_TIMER) -+ /*HW timer stop: All IC has the same setting*/ -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_HW_REG_TIMER_STOP, (pu1Byte)(&TimerType)); -+ /*ODM_Write1Byte(pDM_Odm, 0x15F, 0);*/ -+} -+ -+VOID -+phydm_beamforming_EndPeriod_FW( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Idx = 0; -+ -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_FW_NDPA, (pu1Byte)&Idx); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]\n", __func__)); -+} -+ -+ -+/*SU BFee Entry Only*/ -+VOID -+phydm_beamforming_ClearEntry_SW( -+ IN PVOID pDM_VOID, -+ BOOLEAN IsDelete, -+ u1Byte DeleteIdx -+ ) -+{ -+ u1Byte Idx = 0; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = NULL; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ if (IsDelete) { -+ if (DeleteIdx < BEAMFORMEE_ENTRY_NUM) { -+ pBeamformEntry = pBeamInfo->BeamformeeEntry + DeleteIdx; -+ if (!((!pBeamformEntry->bUsed) && pBeamformEntry->bSound)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] SW DeleteIdx is wrong!!!!!\n", __func__)); -+ return; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] SW delete BFee entry %d\n", __func__, DeleteIdx)); -+ if (pBeamformEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSING) { -+ pBeamformEntry->bBeamformingInProgress = FALSE; -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_UNINITIALIZE; -+ } else if (pBeamformEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_UNINITIALIZE; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_STATUS, (pu1Byte)&DeleteIdx); -+ } -+ pBeamformEntry->bSound = FALSE; -+ } else { -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ pBeamformEntry = pBeamInfo->BeamformeeEntry+Idx; -+ -+ /*Used after bSounding=RESET, and will clear the setting of "ever sounded" entry, which is not necessarily be deleted.*/ -+ /*This function is mainly used in case "BeamOidInfo.SoundOidMode == SOUNDING_STOP_All_TIMER".*/ -+ /*However, setting oid doesn't delete entries (bUsed is still TRUE), new entries may fail to be added in.*/ -+ -+ if (pBeamformEntry->bSound) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] SW reset BFee entry %d\n", __func__, Idx)); -+ /* -+ * If End procedure is -+ * 1. Between (Send NDPA, C2H packet return), reset state to initialized. -+ * After C2H packet return , status bit will be set to zero. -+ * -+ * 2. After C2H packet, then reset state to initialized and clear status bit. -+ */ -+ -+ if (pBeamformEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSING) -+ phydm_Beamforming_End_SW(pDM_Odm, 0); -+ else if (pBeamformEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_INITIALIZED; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_STATUS, (pu1Byte)&Idx); -+ } -+ -+ pBeamformEntry->bSound = FALSE; -+ } -+ } -+ } -+} -+ -+VOID -+phydm_beamforming_ClearEntry_FW( -+ IN PVOID pDM_VOID, -+ BOOLEAN IsDelete, -+ u1Byte DeleteIdx -+ ) -+{ -+ u1Byte Idx = 0; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = NULL; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ if (IsDelete) { -+ if (DeleteIdx < BEAMFORMEE_ENTRY_NUM) { -+ pBeamformEntry = pBeamInfo->BeamformeeEntry + DeleteIdx; -+ -+ if (!((!pBeamformEntry->bUsed) && pBeamformEntry->bSound)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] FW DeleteIdx is wrong!!!!!\n", __func__)); -+ return; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: FW delete BFee entry %d\n", __func__, DeleteIdx)); -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_UNINITIALIZE; -+ pBeamformEntry->bSound = FALSE; -+ } else { -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ pBeamformEntry = pBeamInfo->BeamformeeEntry+Idx; -+ -+ /*Used after bSounding=RESET, and will clear the setting of "ever sounded" entry, which is not necessarily be deleted.*/ -+ /*This function is mainly used in case "BeamOidInfo.SoundOidMode == SOUNDING_STOP_All_TIMER".*/ -+ /*However, setting oid doesn't delete entries (bUsed is still TRUE), new entries may fail to be added in.*/ -+ -+ if (pBeamformEntry->bSound) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]FW reset BFee entry %d\n", __func__, Idx)); -+ /* -+ * If End procedure is -+ * 1. Between (Send NDPA, C2H packet return), reset state to initialized. -+ * After C2H packet return , status bit will be set to zero. -+ * -+ * 2. After C2H packet, then reset state to initialized and clear status bit. -+ */ -+ -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_INITIALIZED; -+ pBeamformEntry->bSound = FALSE; -+ } -+ } -+ } -+} -+ -+/* -+* Called : -+* 1. Add and delete entry : Beamforming_Enter/Beamforming_Leave -+* 2. FW trigger : Beamforming_SetTxBFen -+* 3. Set OID_RT_BEAMFORMING_PERIOD : BeamformingControl_V2 -+*/ -+VOID -+phydm_Beamforming_Notify( -+ IN PVOID pDM_VOID -+ ) -+{ -+ u1Byte Idx=BEAMFORMEE_ENTRY_NUM; -+ BEAMFORMING_NOTIFY_STATE bSounding = BEAMFORMING_NOTIFY_NONE; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_SOUNDING_INFO pSoundInfo = &(pBeamInfo->SoundingInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ bSounding = phydm_beamfomring_bSounding(pDM_Odm, pBeamInfo, &Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s, Before notify, bSounding=%d, Idx=%d\n", __func__, bSounding, Idx)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: pBeamInfo->beamformee_su_cnt = %d\n", __func__, pBeamInfo->beamformee_su_cnt)); -+ -+ -+ switch (bSounding) { -+ case BEAMFORMEE_NOTIFY_ADD_SU: -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: BEAMFORMEE_NOTIFY_ADD_SU\n", __func__)); -+ phydm_beamforming_StartPeriod(pDM_Odm); -+ break; -+ -+ case BEAMFORMEE_NOTIFY_DELETE_SU: -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: BEAMFORMEE_NOTIFY_DELETE_SU\n", __func__)); -+ if (pSoundInfo->SoundMode == SOUNDING_FW_HT_TIMER || pSoundInfo->SoundMode == SOUNDING_FW_VHT_TIMER) { -+ phydm_beamforming_ClearEntry_FW(pDM_Odm, TRUE, Idx); -+ if (pBeamInfo->beamformee_su_cnt == 0) { /* For 2->1 entry, we should not cancel SW timer */ -+ phydm_beamforming_EndPeriod_FW(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: No BFee left\n", __func__)); -+ } -+ } else { -+ phydm_beamforming_ClearEntry_SW(pDM_Odm, TRUE, Idx); -+ if (pBeamInfo->beamformee_su_cnt == 0) { /* For 2->1 entry, we should not cancel SW timer */ -+ phydm_beamforming_EndPeriod_SW(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: No BFee left\n", __func__)); -+ } -+ } -+ break; -+ -+ case BEAMFORMEE_NOTIFY_ADD_MU: -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: BEAMFORMEE_NOTIFY_ADD_MU\n", __func__)); -+ if (pBeamInfo->beamformee_mu_cnt == 2) { -+ /*if (pSoundInfo->SoundMode == SOUNDING_SW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_SW_HT_TIMER) -+ ODM_SetTimer(pDM_Odm, &pBeamInfo->BeamformingTimer, pSoundInfo->SoundPeriod);*/ -+ ODM_SetTimer(pDM_Odm, &pBeamInfo->BeamformingTimer, 1000); /*Do MU sounding every 1sec*/ -+ } else -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: Less or larger than 2 MU STAs, not to set timer\n", __func__)); -+ break; -+ -+ case BEAMFORMEE_NOTIFY_DELETE_MU: -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: BEAMFORMEE_NOTIFY_DELETE_MU\n", __func__)); -+ if (pBeamInfo->beamformee_mu_cnt == 1) { -+ /*if (pSoundInfo->SoundMode == SOUNDING_SW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_SW_HT_TIMER)*/{ -+ ODM_CancelTimer(pDM_Odm, &pBeamInfo->BeamformingTimer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: Less than 2 MU STAs, stop sounding\n", __func__)); -+ } -+ } -+ break; -+ -+ case BEAMFORMING_NOTIFY_RESET: -+ if (pSoundInfo->SoundMode == SOUNDING_FW_HT_TIMER || pSoundInfo->SoundMode == SOUNDING_FW_VHT_TIMER) { -+ phydm_beamforming_ClearEntry_FW(pDM_Odm, FALSE, Idx); -+ phydm_beamforming_EndPeriod_FW(pDM_Odm); -+ } else { -+ phydm_beamforming_ClearEntry_SW(pDM_Odm, FALSE, Idx); -+ phydm_beamforming_EndPeriod_SW(pDM_Odm); -+ } -+ -+ break; -+ -+ default: -+ break; -+ } -+ -+} -+ -+ -+ -+BOOLEAN -+Beamforming_InitEntry( -+ IN PVOID pDM_VOID, -+ IN u2Byte staIdx, -+ pu1Byte BFerBFeeIdx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = NULL; -+ PRT_BEAMFORMER_ENTRY pBeamformerEntry = NULL; -+ PRT_BEAMFORM_STAINFO pSTA = NULL; -+ BEAMFORMING_CAP BeamformCap = BEAMFORMING_CAP_NONE; -+ u1Byte BFerIdx=0xF, BFeeIdx=0xF; -+ u1Byte NumofSoundingDim = 0, CompSteeringNumofBFer = 0; -+ -+ pSTA = phydm_staInfoInit(pDM_Odm, staIdx); -+ -+ /*The current setting does not support Beaforming*/ -+ if (BEAMFORMING_CAP_NONE == pSTA->HtBeamformCap && BEAMFORMING_CAP_NONE == pSTA->VhtBeamformCap) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("The configuration disabled Beamforming! Skip...\n")); -+ return FALSE; -+ } -+ -+ if (pSTA->WirelessMode < WIRELESS_MODE_N_24G) -+ return FALSE; -+ else { /*HT*/ -+ /*We are Beamformee because the STA is Beamformer*/ -+ if (TEST_FLAG(pSTA->CurBeamform, BEAMFORMING_HT_BEAMFORMER_ENABLE)) { -+ BeamformCap =(BEAMFORMING_CAP)(BeamformCap |BEAMFORMEE_CAP_HT_EXPLICIT); -+ NumofSoundingDim = (pSTA->CurBeamform&BEAMFORMING_HT_BEAMFORMEE_CHNL_EST_CAP)>>6; -+ } -+ /*We are Beamformer because the STA is Beamformee*/ -+ if (TEST_FLAG(pSTA->CurBeamform, BEAMFORMING_HT_BEAMFORMEE_ENABLE) || -+ TEST_FLAG(pSTA->HtBeamformCap, BEAMFORMING_HT_BEAMFORMER_TEST)) { -+ BeamformCap =(BEAMFORMING_CAP)(BeamformCap | BEAMFORMER_CAP_HT_EXPLICIT); -+ CompSteeringNumofBFer = (pSTA->CurBeamform & BEAMFORMING_HT_BEAMFORMER_STEER_NUM)>>4; -+ } -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] HT CurBeamform=0x%X, BeamformCap=0x%X\n", __func__, pSTA->CurBeamform, BeamformCap)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] HT NumofSoundingDim=%d, CompSteeringNumofBFer=%d\n", __func__, NumofSoundingDim, CompSteeringNumofBFer)); -+#if (ODM_IC_11AC_SERIES_SUPPORT == 1) -+ if (pSTA->WirelessMode & WIRELESS_MODE_AC_5G || pSTA->WirelessMode & WIRELESS_MODE_AC_24G) { /*VHT*/ -+ -+ /* We are Beamformee because the STA is SU Beamformer*/ -+ if (TEST_FLAG(pSTA->CurBeamformVHT, BEAMFORMING_VHT_BEAMFORMER_ENABLE)) { -+ BeamformCap =(BEAMFORMING_CAP)(BeamformCap |BEAMFORMEE_CAP_VHT_SU); -+ NumofSoundingDim = (pSTA->CurBeamformVHT & BEAMFORMING_VHT_BEAMFORMEE_SOUND_DIM)>>12; -+ } -+ /* We are Beamformer because the STA is SU Beamformee*/ -+ if (TEST_FLAG(pSTA->CurBeamformVHT, BEAMFORMING_VHT_BEAMFORMEE_ENABLE) || -+ TEST_FLAG(pSTA->VhtBeamformCap, BEAMFORMING_VHT_BEAMFORMER_TEST)) { -+ BeamformCap =(BEAMFORMING_CAP)(BeamformCap |BEAMFORMER_CAP_VHT_SU); -+ CompSteeringNumofBFer = (pSTA->CurBeamformVHT & BEAMFORMING_VHT_BEAMFORMER_STS_CAP)>>8; -+ } -+ /* We are Beamformee because the STA is MU Beamformer*/ -+ if (TEST_FLAG(pSTA->CurBeamformVHT, BEAMFORMING_VHT_MU_MIMO_AP_ENABLE)) { -+ BeamformCap = (BEAMFORMING_CAP)(BeamformCap | BEAMFORMEE_CAP_VHT_MU); -+ NumofSoundingDim = (pSTA->CurBeamformVHT & BEAMFORMING_VHT_BEAMFORMEE_SOUND_DIM)>>12; -+ } -+ /* We are Beamformer because the STA is MU Beamformee*/ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_AP)) { /* Only AP mode supports to act an MU beamformer */ -+ if (TEST_FLAG(pSTA->CurBeamformVHT, BEAMFORMING_VHT_MU_MIMO_STA_ENABLE) || -+ TEST_FLAG(pSTA->VhtBeamformCap, BEAMFORMING_VHT_BEAMFORMER_TEST)) { -+ BeamformCap = (BEAMFORMING_CAP)(BeamformCap | BEAMFORMER_CAP_VHT_MU); -+ CompSteeringNumofBFer = (pSTA->CurBeamformVHT & BEAMFORMING_VHT_BEAMFORMER_STS_CAP)>>8; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]VHT CurBeamformVHT=0x%X, BeamformCap=0x%X\n", __func__, pSTA->CurBeamformVHT, BeamformCap)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]VHT NumofSoundingDim=0x%X, CompSteeringNumofBFer=0x%X\n", __func__, NumofSoundingDim, CompSteeringNumofBFer)); -+ -+ } -+#endif -+ } -+ -+ -+ if(BeamformCap == BEAMFORMING_CAP_NONE) -+ return FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Self BF Entry Cap = 0x%02X\n", __func__, BeamformCap)); -+ -+ /*We are BFee, so the entry is BFer*/ -+ if (BeamformCap & (BEAMFORMEE_CAP_VHT_MU | BEAMFORMEE_CAP_VHT_SU | BEAMFORMEE_CAP_HT_EXPLICIT)) { -+ pBeamformerEntry = phydm_Beamforming_GetBFerEntryByAddr(pDM_Odm, pSTA->RA, &BFerIdx); -+ -+ if (pBeamformerEntry == NULL) { -+ pBeamformerEntry = Beamforming_AddBFerEntry(pDM_Odm, pSTA, BeamformCap, NumofSoundingDim , &BFerIdx); -+ if (pBeamformerEntry == NULL) -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]Not enough BFer entry!!!!!\n", __func__)); -+ } -+ } -+ -+ /*We are BFer, so the entry is BFee*/ -+ if (BeamformCap & (BEAMFORMER_CAP_VHT_MU | BEAMFORMER_CAP_VHT_SU | BEAMFORMER_CAP_HT_EXPLICIT)) { -+ pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, pSTA->RA, &BFeeIdx); -+ -+ /*¦pªGBFeeIdx = 0xF «h¥Nªí¥Ø«eentry·í¤¤¨S¦³¬Û¦PªºMACID¦b¤º*/ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Get BFee entry 0x%X by address\n", __func__, BFeeIdx)); -+ if (pBeamformEntry == NULL) { -+ pBeamformEntry = Beamforming_AddBFeeEntry(pDM_Odm, pSTA, BeamformCap, NumofSoundingDim, CompSteeringNumofBFer, &BFeeIdx); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]: pSTA->AID=%d, pSTA->MacID=%d\n", __func__, pSTA->AID, pSTA->MacID)); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]: Add BFee entry %d\n", __func__, BFeeIdx)); -+ -+ if (pBeamformEntry == NULL) -+ return FALSE; -+ else -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_INITIALIZEING; -+ } else { -+ /*Entry has been created. If entry is initialing or progressing then errors occur.*/ -+ if (pBeamformEntry->BeamformEntryState != BEAMFORMING_ENTRY_STATE_INITIALIZED && -+ pBeamformEntry->BeamformEntryState != BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ return FALSE; -+ } else -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_INITIALIZEING; -+ } -+ pBeamformEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_INITIALIZED; -+ phydm_staInfoUpdate(pDM_Odm, staIdx, pBeamformEntry); -+ } -+ -+ *BFerBFeeIdx = (BFerIdx<<4) | BFeeIdx; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] End: BFerIdx=0x%X, BFeeIdx=0x%X, BFerBFeeIdx=0x%X\n", __func__, BFerIdx, BFeeIdx, *BFerBFeeIdx)); -+ -+ return TRUE; -+} -+ -+ -+VOID -+Beamforming_DeInitEntry( -+ IN PVOID pDM_VOID, -+ pu1Byte RA -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Idx = 0; -+ -+ PRT_BEAMFORMER_ENTRY pBFerEntry = phydm_Beamforming_GetBFerEntryByAddr(pDM_Odm, RA, &Idx); -+ PRT_BEAMFORMEE_ENTRY pBFeeEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ BOOLEAN ret = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (pBFeeEntry != NULL) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s, pBFeeEntry\n", __func__)); -+ pBFeeEntry->bUsed = FALSE; -+ pBFeeEntry->BeamformEntryCap = BEAMFORMING_CAP_NONE; -+ pBFeeEntry->bBeamformingInProgress = FALSE; -+ if (pBFeeEntry->is_mu_sta) { -+ pDM_Odm->BeamformingInfo.beamformee_mu_cnt -= 1; -+ pDM_Odm->BeamformingInfo.FirstMUBFeeIndex = phydm_Beamforming_GetFirstMUBFeeEntryIdx(pDM_Odm); -+ } else { -+ pDM_Odm->BeamformingInfo.beamformee_su_cnt -= 1; -+ } -+ ret = TRUE; -+ } -+ -+ if (pBFerEntry != NULL) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s, pBFerEntry\n", __func__)); -+ pBFerEntry->bUsed = FALSE; -+ pBFerEntry->BeamformEntryCap = BEAMFORMING_CAP_NONE; -+ if (pBFerEntry->is_mu_ap) -+ pDM_Odm->BeamformingInfo.beamformer_mu_cnt -= 1; -+ else -+ pDM_Odm->BeamformingInfo.beamformer_su_cnt -= 1; -+ ret = TRUE; -+ } -+ -+ if (ret == TRUE) -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_LEAVE, (pu1Byte)&Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s End, Idx = 0x%X\n", __func__, Idx)); -+} -+ -+ -+VOID -+Beamforming_Reset( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Idx = 0; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &(pDM_Odm->BeamformingInfo); -+ -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ if (pBeamformingInfo->BeamformeeEntry[Idx].bUsed == TRUE) { -+ pBeamformingInfo->BeamformeeEntry[Idx].bUsed = FALSE; -+ pBeamformingInfo->BeamformeeEntry[Idx].BeamformEntryCap = BEAMFORMING_CAP_NONE; -+ /*pBeamformingInfo->BeamformeeEntry[Idx].BeamformEntryState = BEAMFORMING_ENTRY_STATE_UNINITIALIZE;*/ -+ /*Modified by David*/ -+ pBeamformingInfo->BeamformeeEntry[Idx].bBeamformingInProgress = FALSE; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_LEAVE, (pu1Byte)&Idx); -+ } -+ } -+ -+ for (Idx = 0; Idx < BEAMFORMER_ENTRY_NUM; Idx++) { -+ pBeamformingInfo->BeamformerEntry[Idx].bUsed = FALSE; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Idx=%d, bUsed=%d\n", __func__, Idx, pBeamformingInfo->BeamformerEntry[Idx].bUsed)); -+ } -+ -+} -+ -+ -+BOOLEAN -+BeamformingStart_V1( -+ IN PVOID pDM_VOID, -+ pu1Byte RA, -+ BOOLEAN Mode, -+ CHANNEL_WIDTH BW, -+ u1Byte Rate -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Idx = 0; -+ PRT_BEAMFORMEE_ENTRY pEntry; -+ BOOLEAN ret = TRUE; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ -+ pEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ if (pEntry->bUsed == FALSE) { -+ pEntry->bBeamformingInProgress = FALSE; -+ return FALSE; -+ } else { -+ if (pEntry->bBeamformingInProgress) -+ return FALSE; -+ -+ pEntry->bBeamformingInProgress = TRUE; -+ -+ if (Mode == 1) { -+ if (!(pEntry->BeamformEntryCap & BEAMFORMER_CAP_HT_EXPLICIT)) { -+ pEntry->bBeamformingInProgress = FALSE; -+ return FALSE; -+ } -+ } else if (Mode == 0) { -+ if (!(pEntry->BeamformEntryCap & BEAMFORMER_CAP_VHT_SU)) { -+ pEntry->bBeamformingInProgress = FALSE; -+ return FALSE; -+ } -+ } -+ -+ if (pEntry->BeamformEntryState != BEAMFORMING_ENTRY_STATE_INITIALIZED && pEntry->BeamformEntryState != BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ pEntry->bBeamformingInProgress = FALSE; -+ return FALSE; -+ } else { -+ pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSING; -+ pEntry->bSound = TRUE; -+ } -+ } -+ -+ pEntry->SoundBW = BW; -+ pBeamInfo->BeamformeeCurIdx = Idx; -+ phydm_Beamforming_NDPARate(pDM_Odm, BW, Rate); -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_STATUS, (pu1Byte)&Idx); -+ -+ if (Mode == 1) -+ ret = Beamforming_SendHTNDPAPacket(pDM_Odm, RA, BW, NORMAL_QUEUE); -+ else -+ ret = Beamforming_SendVHTNDPAPacket(pDM_Odm, RA, pEntry->AID, BW, NORMAL_QUEUE); -+ -+ if (ret == FALSE) { -+ Beamforming_Leave(pDM_Odm, RA); -+ pEntry->bBeamformingInProgress = FALSE; -+ return FALSE; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Idx %d\n", __func__, Idx)); -+ return TRUE; -+} -+ -+ -+BOOLEAN -+BeamformingStart_SW( -+ IN PVOID pDM_VOID, -+ u1Byte Idx, -+ u1Byte Mode, -+ CHANNEL_WIDTH BW -+ ) -+{ -+ pu1Byte RA = NULL; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMEE_ENTRY pEntry; -+ BOOLEAN ret = TRUE; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ -+ pEntry = &(pBeamInfo->BeamformeeEntry[Idx]); -+ -+ if (pEntry->bUsed == FALSE) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("Skip Beamforming, no entry for Idx =%d\n", Idx)); -+ pEntry->bBeamformingInProgress = FALSE; -+ return FALSE; -+ } else { -+ if (pEntry->bBeamformingInProgress) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("bBeamformingInProgress, skip...\n")); -+ return FALSE; -+ } -+ -+ pEntry->bBeamformingInProgress = TRUE; -+ RA = pEntry->MacAddr; -+ -+ if (Mode == SOUNDING_SW_HT_TIMER || Mode == SOUNDING_HW_HT_TIMER || Mode == SOUNDING_AUTO_HT_TIMER) { -+ if (!(pEntry->BeamformEntryCap & BEAMFORMER_CAP_HT_EXPLICIT)) { -+ pEntry->bBeamformingInProgress = FALSE; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Return by not support BEAMFORMER_CAP_HT_EXPLICIT <==\n", __func__)); -+ return FALSE; -+ } -+ } else if (Mode == SOUNDING_SW_VHT_TIMER || Mode == SOUNDING_HW_VHT_TIMER || Mode == SOUNDING_AUTO_VHT_TIMER) { -+ if (!(pEntry->BeamformEntryCap & BEAMFORMER_CAP_VHT_SU)) { -+ pEntry->bBeamformingInProgress = FALSE; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Return by not support BEAMFORMER_CAP_VHT_SU <==\n", __func__)); -+ return FALSE; -+ } -+ } -+ if (pEntry->BeamformEntryState != BEAMFORMING_ENTRY_STATE_INITIALIZED && pEntry->BeamformEntryState != BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ pEntry->bBeamformingInProgress = FALSE; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Return by incorrect BeamformEntryState(%d) <==\n", __func__, pEntry->BeamformEntryState)); -+ return FALSE; -+ } else { -+ pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSING; -+ pEntry->bSound = TRUE; -+ } -+ } -+ -+ pBeamInfo->BeamformeeCurIdx = Idx; -+ /*2014.12.22 Luke: Need to be checked*/ -+ /*GET_TXBF_INFO(Adapter)->fTxbfSet(Adapter, TXBF_SET_SOUNDING_STATUS, (pu1Byte)&Idx);*/ -+ -+ if (Mode == SOUNDING_SW_HT_TIMER || Mode == SOUNDING_HW_HT_TIMER || Mode == SOUNDING_AUTO_HT_TIMER) -+ ret = Beamforming_SendHTNDPAPacket(pDM_Odm, RA , BW, NORMAL_QUEUE); -+ else -+ ret = Beamforming_SendVHTNDPAPacket(pDM_Odm, RA , pEntry->AID, BW, NORMAL_QUEUE); -+ -+ if (ret == FALSE) { -+ Beamforming_Leave(pDM_Odm, RA); -+ pEntry->bBeamformingInProgress = FALSE; -+ return FALSE; -+ } -+ -+ -+ /*-------------------------- -+ // Send BF Report Poll for MU BF -+ --------------------------*/ -+#ifdef SUPPORT_MU_BF -+#if (SUPPORT_MU_BF == 1) -+{ -+ u1Byte idx, PollSTACnt = 0; -+ BOOLEAN bGetFirstBFee = FALSE; -+ -+ if (pBeamInfo->beamformee_mu_cnt > 1) { /* More than 1 MU STA*/ -+ -+ for (idx = 0; idx < BEAMFORMEE_ENTRY_NUM; idx++) { -+ pEntry = &(pBeamInfo->BeamformeeEntry[idx]); -+ if (pEntry->is_mu_sta) { -+ if (bGetFirstBFee) { -+ PollSTACnt++; -+ if (PollSTACnt == (pBeamInfo->beamformee_mu_cnt - 1))/* The last STA*/ -+ SendSWVHTBFReportPoll(pDM_Odm, pEntry->MacAddr, TRUE); -+ else -+ SendSWVHTBFReportPoll(pDM_Odm, pEntry->MacAddr, FALSE); -+ } else { -+ bGetFirstBFee = TRUE; -+ } -+ } -+ } -+ } -+} -+#endif -+#endif -+ return TRUE; -+} -+ -+ -+BOOLEAN -+BeamformingStart_FW( -+ IN PVOID pDM_VOID, -+ u1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pu1Byte RA = NULL; -+ PRT_BEAMFORMEE_ENTRY pEntry; -+ BOOLEAN ret = TRUE; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ -+ pEntry = &(pBeamInfo->BeamformeeEntry[Idx]); -+ if (pEntry->bUsed == FALSE) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("Skip Beamforming, no entry for Idx =%d\n", Idx)); -+ return FALSE; -+ } -+ -+ pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSING; -+ pEntry->bSound = TRUE; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_FW_NDPA, (pu1Byte)&Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] End, Idx=0x%X\n", __func__, Idx)); -+ return TRUE; -+} -+ -+VOID -+Beamforming_CheckSoundingSuccess( -+ IN PVOID pDM_VOID, -+ BOOLEAN Status -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pEntry = &(pBeamInfo->BeamformeeEntry[pBeamInfo->BeamformeeCurIdx]); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[David]@%s Start!\n", __func__)); -+ -+ if (Status == 1) { -+ if (pEntry->LogStatusFailCnt == 21) -+ Beamforming_DymPeriod(pDM_Odm, Status); -+ pEntry->LogStatusFailCnt = 0; -+ } else if (pEntry->LogStatusFailCnt <= 20) { -+ pEntry->LogStatusFailCnt++; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s LogStatusFailCnt %d\n", __func__, pEntry->LogStatusFailCnt)); -+ } -+ if (pEntry->LogStatusFailCnt > 20) { -+ pEntry->LogStatusFailCnt = 21; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s LogStatusFailCnt > 20, Stop SOUNDING\n", __func__)); -+ Beamforming_DymPeriod(pDM_Odm, Status); -+ } -+} -+ -+VOID -+phydm_Beamforming_End_SW( -+ IN PVOID pDM_VOID, -+ BOOLEAN Status -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pEntry = &(pBeamInfo->BeamformeeEntry[pBeamInfo->BeamformeeCurIdx]); -+ -+ if (pEntry->BeamformEntryState != BEAMFORMING_ENTRY_STATE_PROGRESSING) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] BeamformStatus %d\n", __func__, pEntry->BeamformEntryState)); -+ return; -+ } -+ -+ if ((pDM_Odm->TxBfDataRate >= ODM_RATEVHTSS3MCS7) && (pDM_Odm->TxBfDataRate <= ODM_RATEVHTSS3MCS9)) { -+ ODM_RT_TRACE(pDM_Odm, BEAMFORMING_DEBUG, ODM_DBG_LOUD, ("[%s] VHT3SS 7,8,9, do not apply V matrix.\n", __func__)); -+ pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_INITIALIZED; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_STATUS, (pu1Byte)&(pBeamInfo->BeamformeeCurIdx)); -+ } else if (Status == 1) { -+ pEntry->LogStatusFailCnt = 0; -+ pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSED; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_STATUS, (pu1Byte)&(pBeamInfo->BeamformeeCurIdx)); -+ } else { -+ pEntry->LogStatusFailCnt++; -+ pEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_INITIALIZED; -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_TX_PATH_RESET, (pu1Byte)&(pBeamInfo->BeamformeeCurIdx)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] LogStatusFailCnt %d\n", __func__, pEntry->LogStatusFailCnt)); -+ } -+ -+ if (pEntry->LogStatusFailCnt > 30) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s LogStatusFailCnt > 50, Stop SOUNDING\n", __func__)); -+ pEntry->bSound = FALSE; -+ Beamforming_DeInitEntry(pDM_Odm, pEntry->MacAddr); -+ -+ /*Modified by David - Every action of deleting entry should follow by Notify*/ -+ phydm_Beamforming_Notify(pDM_Odm); -+ } -+ pEntry->bBeamformingInProgress = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: Status=%d\n", __func__, Status)); -+} -+ -+ -+VOID -+Beamforming_TimerCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PVOID pDM_VOID -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ IN PVOID pContext -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PADAPTER Adapter = (PADAPTER)pContext; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+ BOOLEAN ret = FALSE; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pEntry = &(pBeamInfo->BeamformeeEntry[pBeamInfo->BeamformeeCurIdx]); -+ PRT_SOUNDING_INFO pSoundInfo = &(pBeamInfo->SoundingInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ if (pEntry->bBeamformingInProgress) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("bBeamformingInProgress, reset it\n")); -+ phydm_Beamforming_End_SW(pDM_Odm, 0); -+ } -+ -+ ret = phydm_Beamforming_SelectBeamEntry(pDM_Odm, pBeamInfo); -+#if (SUPPORT_MU_BF == 1) -+ if (ret && pBeamInfo->beamformee_mu_cnt > 1) -+ ret = 1; -+ else -+ ret = 0; -+#endif -+ if (ret) -+ ret = BeamformingStart_SW(pDM_Odm, pSoundInfo->SoundIdx, pSoundInfo->SoundMode, pSoundInfo->SoundBW); -+ else -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s, Error value return from BeamformingStart_V2\n", __func__)); -+ -+ if ((pBeamInfo->beamformee_su_cnt != 0) || (pBeamInfo->beamformee_mu_cnt > 1)) { -+ if (pSoundInfo->SoundMode == SOUNDING_SW_VHT_TIMER || pSoundInfo->SoundMode == SOUNDING_SW_HT_TIMER) -+ ODM_SetTimer(pDM_Odm, &pBeamInfo->BeamformingTimer, pSoundInfo->SoundPeriod); -+ else { -+ u4Byte val = (pSoundInfo->SoundPeriod << 16) | HAL_TIMER_TXBF; -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_HW_REG_TIMER_RESTART, (pu1Byte)(&val)); -+ } -+ } -+} -+ -+ -+VOID -+Beamforming_SWTimerCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PRT_TIMER pTimer -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ void *FunctionContext -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ Beamforming_TimerCallback(pDM_Odm); -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)FunctionContext; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ if (Adapter->net_closed == TRUE) -+ return; -+ rtw_run_in_thread_cmd(Adapter, Beamforming_TimerCallback, Adapter); -+#endif -+ -+} -+ -+ -+VOID -+phydm_Beamforming_Init( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PHAL_TXBF_INFO pTxbfInfo = &pBeamInfo->TxbfInfo; -+ PRT_BEAMFORMING_OID_INFO pBeamOidInfo = &(pBeamInfo->BeamformingOidInfo); -+ -+ pBeamOidInfo->SoundOidMode = SOUNDING_STOP_OID_TIMER; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Mode (%d)\n", __func__, pBeamOidInfo->SoundOidMode)); -+ -+ pBeamInfo->beamformee_su_cnt = 0; -+ pBeamInfo->beamformer_su_cnt = 0; -+ pBeamInfo->beamformee_mu_cnt = 0; -+ pBeamInfo->beamformer_mu_cnt = 0; -+ pBeamInfo->beamformee_mu_reg_maping = 0; -+ pBeamInfo->mu_ap_index = 0; -+ pBeamInfo->is_mu_sounding = FALSE; -+ pBeamInfo->FirstMUBFeeIndex = 0xFF; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pBeamInfo->SourceAdapter = pDM_Odm->Adapter; -+#endif -+ halComTxbf_beamformInit(pDM_Odm); -+} -+ -+ -+VOID -+Beamforming_Enter( -+ IN PVOID pDM_VOID, -+ IN u2Byte staIdx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte BFerBFeeIdx = 0xff; -+ -+ if (Beamforming_InitEntry(pDM_Odm, staIdx, &BFerBFeeIdx)) -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_ENTER, (pu1Byte)&BFerBFeeIdx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] End!\n", __func__)); -+} -+ -+ -+VOID -+Beamforming_Leave( -+ IN PVOID pDM_VOID, -+ pu1Byte RA -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (RA == NULL) -+ Beamforming_Reset(pDM_Odm); -+ else -+ Beamforming_DeInitEntry(pDM_Odm, RA); -+ -+ phydm_Beamforming_Notify(pDM_Odm); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] End!!\n", __func__)); -+} -+ -+#if 0 -+//Nobody calls this function -+VOID -+phydm_Beamforming_SetTxBFen( -+ IN PVOID pDM_VOID, -+ u1Byte MacId, -+ BOOLEAN bTxBF -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Idx = 0; -+ PRT_BEAMFORMEE_ENTRY pEntry; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ pEntry = phydm_Beamforming_GetEntryByMacId(pDM_Odm, MacId, &Idx); -+ -+ if(pEntry == NULL) -+ return; -+ else -+ pEntry->bTxBF = bTxBF; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s MacId %d TxBF %d\n", __func__, pEntry->MacId, pEntry->bTxBF)); -+ -+ phydm_Beamforming_Notify(pDM_Odm); -+} -+#endif -+ -+BEAMFORMING_CAP -+phydm_Beamforming_GetBeamCap( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORMING_INFO pBeamInfo -+ ) -+{ -+ u1Byte i; -+ BOOLEAN bSelfBeamformer = FALSE; -+ BOOLEAN bSelfBeamformee = FALSE; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ BEAMFORMING_CAP BeamformCap = BEAMFORMING_CAP_NONE; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ for (i = 0; i < BEAMFORMEE_ENTRY_NUM; i++) { -+ BeamformeeEntry = pBeamInfo->BeamformeeEntry[i]; -+ -+ if (BeamformeeEntry.bUsed) { -+ bSelfBeamformer = TRUE; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] BFee entry %d bUsed=TRUE\n", __func__, i)); -+ break; -+ } -+ } -+ -+ for (i = 0; i < BEAMFORMER_ENTRY_NUM; i++) { -+ BeamformerEntry = pBeamInfo->BeamformerEntry[i]; -+ -+ if (BeamformerEntry.bUsed) { -+ bSelfBeamformee = TRUE; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]: BFer entry %d bUsed=TRUE\n", __func__, i)); -+ break; -+ } -+ } -+ -+ if (bSelfBeamformer) -+ BeamformCap = (BEAMFORMING_CAP)(BeamformCap | BEAMFORMER_CAP); -+ if (bSelfBeamformee) -+ BeamformCap = (BEAMFORMING_CAP)(BeamformCap | BEAMFORMEE_CAP); -+ -+ return BeamformCap; -+} -+ -+ -+BOOLEAN -+BeamformingControl_V1( -+ IN PVOID pDM_VOID, -+ pu1Byte RA, -+ u1Byte AID, -+ u1Byte Mode, -+ CHANNEL_WIDTH BW, -+ u1Byte Rate -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ BOOLEAN ret = TRUE; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("AID (%d), Mode (%d), BW (%d)\n", AID, Mode, BW)); -+ -+ switch (Mode) { -+ case 0: -+ ret = BeamformingStart_V1(pDM_Odm, RA, 0, BW, Rate); -+ break; -+ case 1: -+ ret = BeamformingStart_V1(pDM_Odm, RA, 1, BW, Rate); -+ break; -+ case 2: -+ phydm_Beamforming_NDPARate(pDM_Odm, BW, Rate); -+ ret = Beamforming_SendVHTNDPAPacket(pDM_Odm, RA, AID, BW, NORMAL_QUEUE); -+ break; -+ case 3: -+ phydm_Beamforming_NDPARate(pDM_Odm, BW, Rate); -+ ret = Beamforming_SendHTNDPAPacket(pDM_Odm, RA, BW, NORMAL_QUEUE); -+ break; -+ } -+ return ret; -+} -+ -+/*Only OID uses this function*/ -+BOOLEAN -+phydm_BeamformingControl_V2( -+ IN PVOID pDM_VOID, -+ u1Byte Idx, -+ u1Byte Mode, -+ CHANNEL_WIDTH BW, -+ u2Byte Period -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMING_OID_INFO pBeamOidInfo = &(pBeamInfo->BeamformingOidInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Start!\n", __func__)); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("Idx (%d), Mode (%d), BW (%d), Period (%d)\n", Idx, Mode, BW, Period)); -+ -+ pBeamOidInfo->SoundOidIdx = Idx; -+ pBeamOidInfo->SoundOidMode = (SOUNDING_MODE) Mode; -+ pBeamOidInfo->SoundOidBW = BW; -+ pBeamOidInfo->SoundOidPeriod = Period; -+ -+ phydm_Beamforming_Notify(pDM_Odm); -+ -+ return TRUE; -+} -+ -+ -+VOID -+phydm_Beamforming_Watchdog( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_TRACE, ("%s Start!\n", __func__)); -+ -+ if (pBeamInfo->beamformee_su_cnt == 0) -+ return; -+ -+ Beamforming_DymPeriod(pDM_Odm,0); -+ phydm_Beamforming_DymNDPARate(pDM_Odm); -+ -+} -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.h linux/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_beamforming.h 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,365 @@ -+#ifndef __INC_BEAMFORMING_H -+#define __INC_BEAMFORMING_H -+ -+#ifndef BEAMFORMING_SUPPORT -+#define BEAMFORMING_SUPPORT 0 -+#endif -+ -+/*Beamforming Related*/ -+#include "txbf/halcomtxbf.h" -+#include "txbf/haltxbfjaguar.h" -+#include "txbf/haltxbf8192e.h" -+#include "txbf/haltxbf8814a.h" -+#include "txbf/haltxbf8821b.h" -+#include "txbf/haltxbf8822b.h" -+#include "txbf/haltxbfinterface.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+ -+#define MAX_BEAMFORMEE_SU 2 -+#define MAX_BEAMFORMER_SU 2 -+#if (RTL8822B_SUPPORT == 1) -+#define MAX_BEAMFORMEE_MU 6 -+#define MAX_BEAMFORMER_MU 1 -+#else -+#define MAX_BEAMFORMEE_MU 0 -+#define MAX_BEAMFORMER_MU 0 -+#endif -+ -+#define BEAMFORMEE_ENTRY_NUM (MAX_BEAMFORMEE_SU + MAX_BEAMFORMEE_MU) -+#define BEAMFORMER_ENTRY_NUM (MAX_BEAMFORMER_SU + MAX_BEAMFORMER_MU) -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+/*for different naming between WIN and CE*/ -+#define BEACON_QUEUE BCN_QUEUE_INX -+#define NORMAL_QUEUE MGT_QUEUE_INX -+#define RT_DISABLE_FUNC RTW_DISABLE_FUNC -+#define RT_ENABLE_FUNC RTW_ENABLE_FUNC -+#endif -+ -+typedef enum _BEAMFORMING_ENTRY_STATE { -+ BEAMFORMING_ENTRY_STATE_UNINITIALIZE, -+ BEAMFORMING_ENTRY_STATE_INITIALIZEING, -+ BEAMFORMING_ENTRY_STATE_INITIALIZED, -+ BEAMFORMING_ENTRY_STATE_PROGRESSING, -+ BEAMFORMING_ENTRY_STATE_PROGRESSED -+} BEAMFORMING_ENTRY_STATE, *PBEAMFORMING_ENTRY_STATE; -+ -+ -+typedef enum _BEAMFORMING_NOTIFY_STATE { -+ BEAMFORMING_NOTIFY_NONE, -+ BEAMFORMING_NOTIFY_ADD, -+ BEAMFORMING_NOTIFY_DELETE, -+ BEAMFORMEE_NOTIFY_ADD_SU, -+ BEAMFORMEE_NOTIFY_DELETE_SU, -+ BEAMFORMEE_NOTIFY_ADD_MU, -+ BEAMFORMEE_NOTIFY_DELETE_MU, -+ BEAMFORMING_NOTIFY_RESET -+} BEAMFORMING_NOTIFY_STATE, *PBEAMFORMING_NOTIFY_STATE; -+ -+typedef enum _BEAMFORMING_CAP { -+ BEAMFORMING_CAP_NONE = 0x0, -+ BEAMFORMER_CAP_HT_EXPLICIT = BIT1, -+ BEAMFORMEE_CAP_HT_EXPLICIT = BIT2, -+ BEAMFORMER_CAP_VHT_SU = BIT5, /* Self has er Cap, because Reg er & peer ee */ -+ BEAMFORMEE_CAP_VHT_SU = BIT6, /* Self has ee Cap, because Reg ee & peer er */ -+ BEAMFORMER_CAP_VHT_MU = BIT7, /* Self has er Cap, because Reg er & peer ee */ -+ BEAMFORMEE_CAP_VHT_MU = BIT8, /* Self has ee Cap, because Reg ee & peer er */ -+ BEAMFORMER_CAP = BIT9, -+ BEAMFORMEE_CAP = BIT10, -+}BEAMFORMING_CAP, *PBEAMFORMING_CAP; -+ -+ -+typedef enum _SOUNDING_MODE { -+ SOUNDING_SW_VHT_TIMER = 0x0, -+ SOUNDING_SW_HT_TIMER = 0x1, -+ SOUNDING_STOP_All_TIMER = 0x2, -+ SOUNDING_HW_VHT_TIMER = 0x3, -+ SOUNDING_HW_HT_TIMER = 0x4, -+ SOUNDING_STOP_OID_TIMER = 0x5, -+ SOUNDING_AUTO_VHT_TIMER = 0x6, -+ SOUNDING_AUTO_HT_TIMER = 0x7, -+ SOUNDING_FW_VHT_TIMER = 0x8, -+ SOUNDING_FW_HT_TIMER = 0x9, -+}SOUNDING_MODE, *PSOUNDING_MODE; -+ -+typedef struct _RT_BEAMFORM_STAINFO { -+ pu1Byte RA; -+ u2Byte AID; -+ u2Byte MacID; -+ u1Byte MyMacAddr[6]; -+ WIRELESS_MODE WirelessMode; -+ CHANNEL_WIDTH BW; -+ BEAMFORMING_CAP BeamformCap; -+ u1Byte HtBeamformCap; -+ u2Byte VhtBeamformCap; -+ u1Byte CurBeamform; -+ u2Byte CurBeamformVHT; -+} RT_BEAMFORM_STAINFO, *PRT_BEAMFORM_STAINFO; -+ -+ -+typedef struct _RT_BEAMFORMEE_ENTRY { -+ BOOLEAN bUsed; -+ BOOLEAN bTxBF; -+ BOOLEAN bSound; -+ u2Byte AID; /*Used to construct AID field of NDPA packet.*/ -+ u2Byte MacId; /*Used to Set Reg42C in IBSS mode. */ -+ u2Byte P_AID; /*Used to fill Reg42C & Reg714 to compare with P_AID of Tx DESC. */ -+ u2Byte G_ID; /*Used to fill Tx DESC*/ -+ u1Byte MyMacAddr[6]; -+ u1Byte MacAddr[6]; /*Used to fill Reg6E4 to fill Mac address of CSI report frame.*/ -+ CHANNEL_WIDTH SoundBW; /*Sounding BandWidth*/ -+ u2Byte SoundPeriod; -+ BEAMFORMING_CAP BeamformEntryCap; -+ BEAMFORMING_ENTRY_STATE BeamformEntryState; -+ BOOLEAN bBeamformingInProgress; -+ /*u1Byte LogSeq; // Move to _RT_BEAMFORMER_ENTRY*/ -+ /*u2Byte LogRetryCnt:3; // 0~4 // Move to _RT_BEAMFORMER_ENTRY*/ -+ /*u2Byte LogSuccessCnt:2; // 0~2 // Move to _RT_BEAMFORMER_ENTRY*/ -+ u2Byte LogStatusFailCnt:5; // 0~21 -+ u2Byte DefaultCSICnt:5; // 0~21 -+ u1Byte CSIMatrix[327]; -+ u2Byte CSIMatrixLen; -+ u1Byte NumofSoundingDim; -+ u1Byte CompSteeringNumofBFer; -+ u1Byte su_reg_index; -+ /*For MU-MIMO*/ -+ BOOLEAN is_mu_sta; -+ u1Byte mu_reg_index; -+ u1Byte gid_valid[8]; -+ u1Byte user_position[16]; -+} RT_BEAMFORMEE_ENTRY, *PRT_BEAMFORMEE_ENTRY; -+ -+typedef struct _RT_BEAMFORMER_ENTRY { -+ BOOLEAN bUsed; -+ /*P_AID of BFer entry is probably not used*/ -+ u2Byte P_AID; /*Used to fill Reg42C & Reg714 to compare with P_AID of Tx DESC. */ -+ u2Byte G_ID; -+ u1Byte MyMacAddr[6]; -+ u1Byte MacAddr[6]; -+ BEAMFORMING_CAP BeamformEntryCap; -+ u1Byte NumofSoundingDim; -+ u1Byte ClockResetTimes; /*Modified by Jeffery @2015-04-10*/ -+ u1Byte PreLogSeq; /*Modified by Jeffery @2015-03-30*/ -+ u1Byte LogSeq; /*Modified by Jeffery @2014-10-29*/ -+ u2Byte LogRetryCnt:3; /*Modified by Jeffery @2014-10-29*/ -+ u2Byte LogSuccess:2; /*Modified by Jeffery @2014-10-29*/ -+ u1Byte su_reg_index; -+ /*For MU-MIMO*/ -+ BOOLEAN is_mu_ap; -+ u1Byte gid_valid[8]; -+ u1Byte user_position[16]; -+ u2Byte AID; -+} RT_BEAMFORMER_ENTRY, *PRT_BEAMFORMER_ENTRY; -+ -+typedef struct _RT_SOUNDING_INFO { -+ u1Byte SoundIdx; -+ CHANNEL_WIDTH SoundBW; -+ SOUNDING_MODE SoundMode; -+ u2Byte SoundPeriod; -+} RT_SOUNDING_INFO, *PRT_SOUNDING_INFO; -+ -+ -+ -+typedef struct _RT_BEAMFORMING_OID_INFO { -+ u1Byte SoundOidIdx; -+ CHANNEL_WIDTH SoundOidBW; -+ SOUNDING_MODE SoundOidMode; -+ u2Byte SoundOidPeriod; -+} RT_BEAMFORMING_OID_INFO, *PRT_BEAMFORMING_OID_INFO; -+ -+ -+typedef struct _RT_BEAMFORMING_INFO { -+ BEAMFORMING_CAP BeamformCap; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry[BEAMFORMEE_ENTRY_NUM]; -+ RT_BEAMFORMER_ENTRY BeamformerEntry[BEAMFORMER_ENTRY_NUM]; -+ RT_BEAMFORM_STAINFO BeamformSTAinfo; -+ u1Byte BeamformeeCurIdx; -+ RT_TIMER BeamformingTimer; -+ RT_TIMER mu_timer; -+ RT_SOUNDING_INFO SoundingInfo; -+ RT_BEAMFORMING_OID_INFO BeamformingOidInfo; -+ HAL_TXBF_INFO TxbfInfo; -+ u1Byte SoundingSequence; -+ u1Byte beamformee_su_cnt; -+ u1Byte beamformer_su_cnt; -+ u4Byte beamformee_su_reg_maping; -+ u4Byte beamformer_su_reg_maping; -+ /*For MU-MINO*/ -+ u1Byte beamformee_mu_cnt; -+ u1Byte beamformer_mu_cnt; -+ u4Byte beamformee_mu_reg_maping; -+ u1Byte mu_ap_index; -+ BOOLEAN is_mu_sounding; -+ u1Byte FirstMUBFeeIndex; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER SourceAdapter; -+#endif -+ /* Control register */ -+ u4Byte RegMUTxCtrl; /* For USB/SDIO interfaces aync I/O */ -+} RT_BEAMFORMING_INFO, *PRT_BEAMFORMING_INFO; -+ -+ -+typedef struct _RT_NDPA_STA_INFO { -+ u2Byte AID:12; -+ u2Byte FeedbackType:1; -+ u2Byte NcIndex:3; -+} RT_NDPA_STA_INFO, *PRT_NDPA_STA_INFO; -+ -+ -+BEAMFORMING_CAP -+phydm_Beamforming_GetEntryBeamCapByMacId( -+ IN PVOID pDM_VOID, -+ IN u1Byte MacId -+ ); -+ -+PRT_BEAMFORMEE_ENTRY -+phydm_Beamforming_GetBFeeEntryByAddr( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ OUT pu1Byte Idx -+ ); -+ -+PRT_BEAMFORMER_ENTRY -+phydm_Beamforming_GetBFerEntryByAddr( -+ IN PVOID pDM_VOID, -+ IN pu1Byte TA, -+ OUT pu1Byte Idx -+ ); -+ -+u1Byte -+Beamforming_GetHTNDPTxRate( -+ IN PVOID pDM_VOID, -+ u1Byte CompSteeringNumofBFer -+); -+ -+u1Byte -+Beamforming_GetVHTNDPTxRate( -+ IN PVOID pDM_VOID, -+ u1Byte CompSteeringNumofBFer -+); -+ -+VOID -+phydm_Beamforming_Notify( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+VOID -+Beamforming_Enter( -+ IN PVOID pDM_VOID, -+ IN u2Byte staIdx -+ ); -+ -+VOID -+Beamforming_Leave( -+ IN PVOID pDM_VOID, -+ pu1Byte RA -+ ); -+ -+BOOLEAN -+BeamformingStart_FW( -+ IN PVOID pDM_VOID, -+ u1Byte Idx -+ ); -+ -+VOID -+Beamforming_CheckSoundingSuccess( -+ IN PVOID pDM_VOID, -+ BOOLEAN Status -+); -+ -+VOID -+phydm_Beamforming_End_SW( -+ IN PVOID pDM_VOID, -+ BOOLEAN Status -+ ); -+ -+VOID -+Beamforming_TimerCallback( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+phydm_Beamforming_Init( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+ -+BEAMFORMING_CAP -+phydm_Beamforming_GetBeamCap( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORMING_INFO pBeamInfo -+ ); -+ -+ -+BOOLEAN -+BeamformingControl_V1( -+ IN PVOID pDM_VOID, -+ pu1Byte RA, -+ u1Byte AID, -+ u1Byte Mode, -+ CHANNEL_WIDTH BW, -+ u1Byte Rate -+ ); -+ -+ -+BOOLEAN -+phydm_BeamformingControl_V2( -+ IN PVOID pDM_VOID, -+ u1Byte Idx, -+ u1Byte Mode, -+ CHANNEL_WIDTH BW, -+ u2Byte Period -+ ); -+ -+VOID -+phydm_Beamforming_Watchdog( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+Beamforming_SWTimerCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PRT_TIMER pTimer -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ void *FunctionContext -+#endif -+ ); -+ -+BOOLEAN -+Beamforming_SendHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW, -+ IN u1Byte QIdx -+ ); -+ -+ -+BOOLEAN -+Beamforming_SendVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW, -+ IN u1Byte QIdx -+ ); -+ -+#else -+#define Beamforming_GidPAid(Adapter, pTcb) -+#define Beamforming_Enter(pDM_Odm, staIdx) -+#define Beamforming_Leave(pDM_Odm, RA) -+#define Beamforming_End_FW(pDMOdm) -+#define BeamformingControl_V1(pDM_Odm, RA, AID, Mode, BW, Rate) TRUE -+#define BeamformingControl_V2(pDM_Odm, Idx, Mode, BW, Period) TRUE -+#define phydm_Beamforming_End_SW(pDM_Odm, _Status) -+#define Beamforming_TimerCallback(pDM_Odm) -+#define phydm_Beamforming_Init(pDM_Odm) -+#define phydm_BeamformingControl_V2(pDM_Odm, _Idx, _Mode, _BW, _Period) FALSE -+#define Beamforming_Watchdog(pDM_Odm) -+#define phydm_Beamforming_Watchdog(pDM_Odm) -+ -+ -+#endif -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm.c linux/3rdparty/rtl8812au/hal/phydm/phydm.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm.c 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,2241 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+const u2Byte dB_Invert_Table[12][8] = { -+ { 1, 1, 1, 2, 2, 2, 2, 3}, -+ { 3, 3, 4, 4, 4, 5, 6, 6}, -+ { 7, 8, 9, 10, 11, 13, 14, 16}, -+ { 18, 20, 22, 25, 28, 32, 35, 40}, -+ { 45, 50, 56, 63, 71, 79, 89, 100}, -+ { 112, 126, 141, 158, 178, 200, 224, 251}, -+ { 282, 316, 355, 398, 447, 501, 562, 631}, -+ { 708, 794, 891, 1000, 1122, 1259, 1413, 1585}, -+ { 1778, 1995, 2239, 2512, 2818, 3162, 3548, 3981}, -+ { 4467, 5012, 5623, 6310, 7079, 7943, 8913, 10000}, -+ { 11220, 12589, 14125, 15849, 17783, 19953, 22387, 25119}, -+ { 28184, 31623, 35481, 39811, 44668, 50119, 56234, 65535} -+}; -+ -+ -+//============================================================ -+// Local Function predefine. -+//============================================================ -+ -+/* START------------COMMON INFO RELATED--------------- */ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+ODM_UpdateInitRateWorkItemCallback( -+ IN PVOID pContext -+ ); -+#endif -+ -+VOID -+odm_GlobalAdapterCheck( -+ IN VOID -+ ); -+ -+//move to odm_PowerTacking.h by YuChen -+ -+ -+ -+VOID -+odm_UpdatePowerTrainingState( -+ IN PDM_ODM_T pDM_Odm -+); -+ -+//============================================================ -+//3 Export Interface -+//============================================================ -+ -+/*Y = 10*log(X)*/ -+s4Byte -+ODM_PWdB_Conversion( -+ IN s4Byte X, -+ IN u4Byte TotalBit, -+ IN u4Byte DecimalBit -+ ) -+{ -+ s4Byte Y, integer = 0, decimal = 0; -+ u4Byte i; -+ -+ if(X == 0) -+ X = 1; // log2(x), x can't be 0 -+ -+ for(i = (TotalBit-1); i > 0; i--) -+ { -+ if(X & BIT(i)) -+ { -+ integer = i; -+ if(i > 0) -+ decimal = (X & BIT(i-1))?2:0; //decimal is 0.5dB*3=1.5dB~=2dB -+ break; -+ } -+ } -+ -+ Y = 3*(integer-DecimalBit)+decimal; //10*log(x)=3*log2(x), -+ -+ return Y; -+} -+ -+s4Byte -+ODM_SignConversion( -+ IN s4Byte value, -+ IN u4Byte TotalBit -+ ) -+{ -+ if(value&BIT(TotalBit-1)) -+ value -= BIT(TotalBit); -+ return value; -+} -+ -+VOID -+ODM_InitMpDriverStatus( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ // Decide when compile time -+ #if(MP_DRIVER == 1) -+ pDM_Odm->mp_mode = TRUE; -+ #else -+ pDM_Odm->mp_mode = FALSE; -+ #endif -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ // Update information every period -+ pDM_Odm->mp_mode = (BOOLEAN)Adapter->registrypriv.mp_mode; -+ -+#else -+ -+ // MP mode is always false at AP side -+ pDM_Odm->mp_mode = FALSE; -+ -+#endif -+} -+ -+VOID -+ODM_UpdateMpDriverStatus( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ // Do nothing. -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ // Update information erery period -+ pDM_Odm->mp_mode = (BOOLEAN)Adapter->registrypriv.mp_mode; -+ -+#else -+ -+ // Do nothing. -+ -+#endif -+} -+ -+VOID -+PHYDM_InitTRXAntennaSetting( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if (RTL8814A_SUPPORT == 1) -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8814A)) { -+ u1Byte RxAnt = 0, TxAnt = 0; -+ -+ RxAnt = (u1Byte)ODM_GetBBReg(pDM_Odm, ODM_REG(BB_RX_PATH, pDM_Odm), ODM_BIT(BB_RX_PATH, pDM_Odm)); -+ TxAnt = (u1Byte)ODM_GetBBReg(pDM_Odm, ODM_REG(BB_TX_PATH, pDM_Odm), ODM_BIT(BB_TX_PATH, pDM_Odm)); -+ pDM_Odm->TXAntStatus = (TxAnt & 0xf); -+ pDM_Odm->RXAntStatus = (RxAnt & 0xf); -+ } -+#endif -+} -+ -+VOID -+phydm_Init_cck_setting( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte value_824,value_82c; -+ -+ pDM_Odm->bCckHighPower = (BOOLEAN) ODM_GetBBReg(pDM_Odm, ODM_REG(CCK_RPT_FORMAT,pDM_Odm), ODM_BIT(CCK_RPT_FORMAT,pDM_Odm)); -+ -+ #if (RTL8192E_SUPPORT == 1) -+ if(pDM_Odm->SupportICType & (ODM_RTL8192E)) -+ { -+ /* 0x824[9] = 0x82C[9] = 0xA80[7] these regiaters settinh should be equal or CCK RSSI report may inaccurate */ -+ value_824 = ODM_GetBBReg(pDM_Odm, 0x824, BIT9); -+ value_82c = ODM_GetBBReg(pDM_Odm, 0x82c, BIT9); -+ -+ if(value_824 != value_82c) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c , BIT9, value_824); -+ } -+ ODM_SetBBReg(pDM_Odm, 0xa80 , BIT7, value_824); -+ pDM_Odm->cck_agc_report_type = (BOOLEAN)value_824; -+ } -+ #endif -+ -+ #if (RTL8703B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & (ODM_RTL8703B)) { -+ -+ pDM_Odm->cck_agc_report_type = ODM_GetBBReg(pDM_Odm, 0x950, BIT11) ? 1 : 0; /*1: 4bit LNA , 0: 3bit LNA */ -+ -+ if (pDM_Odm->cck_agc_report_type != 1) { -+ DbgPrint("[Warning] 8703B CCK should be 4bit LNA, ie. 0x950[11] = 1\n"); -+ /**/ -+ } -+ } -+ #endif -+ -+} -+ -+ -+VOID -+phydm_print_parameter_package_ver( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte commit_ver = 0; -+ u4Byte date = 0; -+ char *commit_by = NULL; -+ u4Byte release_ver = 0; -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8192C) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8192D) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8723A) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8188E) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8192E) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8812) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8821) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8814A) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8703B) { -+ #if (RTL8703B_SUPPORT == 1) -+ commit_ver = SVN_COMMIT_VERSION_8703B; -+ date = RELEASE_DATE_8703B; -+ commit_by = COMMIT_BY_8703B; -+ release_ver = RELEASE_VERSION_8703B; -+ #endif -+ } else if (pDM_Odm->SupportICType == ODM_RTL8822B) { -+ /**/ -+ /**/ -+ } else if (pDM_Odm->SupportICType == ODM_RTL8188F) { -+ /**/ -+ /**/ -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("[Parameter Package Information] Commit_Ver: (( %d )), Date: ((%d)), Commit_By: ((%s)), Release_Ver: ((%d))\n", commit_ver, date, commit_by, release_ver)); -+ /*DbgPrint("[Parameter Package Information] Commit_Ver: (( %d )), Date: ((%d)), Commit_By: ((%s)), Release_Ver: ((%d))\n", commit_ver, date, commit_by, release_ver);*/ -+ -+} -+ -+u1Byte DummyHubUsbMode = 1;/* USB 2.0 */ -+void phydm_hook_dummy_member( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ if (pDM_Odm->HubUsbMode == NULL) -+ pDM_Odm->HubUsbMode = &DummyHubUsbMode; -+} -+ -+ -+VOID -+odm_CommonInfoSelfInit( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ phydm_print_parameter_package_ver(pDM_Odm); -+ phydm_Init_cck_setting(pDM_Odm); -+ pDM_Odm->RFPathRxEnable = (u1Byte) ODM_GetBBReg(pDM_Odm, ODM_REG(BB_RX_PATH,pDM_Odm), ODM_BIT(BB_RX_PATH,pDM_Odm)); -+#if (DM_ODM_SUPPORT_TYPE != ODM_CE) -+ pDM_Odm->pbNet_closed = &pDM_Odm->BOOLEAN_temp; -+#endif -+ -+ PHYDM_InitDebugSetting(pDM_Odm); -+ ODM_InitMpDriverStatus(pDM_Odm); -+ PHYDM_InitTRXAntennaSetting(pDM_Odm); -+ -+ pDM_Odm->TxRate = 0xFF; -+ -+ pDM_Odm->number_linked_client = 0; -+ pDM_Odm->pre_number_linked_client = 0; -+ pDM_Odm->number_active_client = 0; -+ pDM_Odm->pre_number_active_client = 0; -+ phydm_hook_dummy_member(pDM_Odm); -+ -+} -+ -+VOID -+odm_CommonInfoSelfUpdate( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u1Byte EntryCnt = 0, num_active_client = 0; -+ u4Byte i, OneEntry_MACID = 0, ma_rx_tp = 0; -+ PSTA_INFO_T pEntry; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ -+ pEntry = pDM_Odm->pODM_StaInfo[0]; -+ if(pMgntInfo->mAssoc) -+ { -+ pEntry->bUsed=TRUE; -+ for (i=0; i<6; i++) -+ pEntry->MacAddr[i] = pMgntInfo->Bssid[i]; -+ } -+ else -+ { -+ pEntry->bUsed=FALSE; -+ for (i=0; i<6; i++) -+ pEntry->MacAddr[i] = 0; -+ } -+ -+ //STA mode is linked to AP -+ if(IS_STA_VALID(pDM_Odm->pODM_StaInfo[0]) && !ACTING_AS_AP(Adapter)) -+ pDM_Odm->bsta_state = TRUE; -+ else -+ pDM_Odm->bsta_state = FALSE; -+#endif -+ -+/* THis variable cannot be used because it is wrong*/ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ { -+ if (*(pDM_Odm->pSecChOffset) == 1) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel) + 2; -+ else if (*(pDM_Odm->pSecChOffset) == 2) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel) - 2; -+ } else if (*(pDM_Odm->pBandWidth) == ODM_BW80M) { -+ if (*(pDM_Odm->pSecChOffset) == 1) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel) + 6; -+ else if (*(pDM_Odm->pSecChOffset) == 2) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel) - 6; -+ } else -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel); -+#else -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) { -+ if (*(pDM_Odm->pSecChOffset) == 1) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel) - 2; -+ else if (*(pDM_Odm->pSecChOffset) == 2) -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel) + 2; -+ } else -+ pDM_Odm->ControlChannel = *(pDM_Odm->pChannel); -+#endif -+ -+ for (i=0; ipODM_StaInfo[i]; -+ if(IS_STA_VALID(pEntry)) -+ { -+ EntryCnt++; -+ if(EntryCnt==1) -+ { -+ OneEntry_MACID=i; -+ } -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ ma_rx_tp = (pEntry->rx_byte_cnt_LowMAW)<<3; /* low moving average RX TP ( bit /sec)*/ -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("ClientTP[%d]: ((%d )) bit/sec\n", i, ma_rx_tp)); -+ -+ if (ma_rx_tp > ACTIVE_TP_THRESHOLD) -+ num_active_client++; -+ #endif -+ } -+ } -+ -+ if(EntryCnt == 1) -+ { -+ pDM_Odm->bOneEntryOnly = TRUE; -+ pDM_Odm->OneEntry_MACID=OneEntry_MACID; -+ } -+ else -+ pDM_Odm->bOneEntryOnly = FALSE; -+ -+ pDM_Odm->pre_number_linked_client = pDM_Odm->number_linked_client; -+ pDM_Odm->pre_number_active_client = pDM_Odm->number_active_client; -+ -+ pDM_Odm->number_linked_client = EntryCnt; -+ pDM_Odm->number_active_client = num_active_client; -+ -+ /* Update MP driver status*/ -+ ODM_UpdateMpDriverStatus(pDM_Odm); -+} -+ -+VOID -+odm_CommonInfoSelfReset( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if( DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt = 0; -+#endif -+} -+ -+PVOID -+PhyDM_Get_Structure( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Structure_Type -+) -+ -+{ -+ PVOID pStruct = NULL; -+#if RTL8195A_SUPPORT -+ switch (Structure_Type){ -+ case PHYDM_FALSEALMCNT: -+ pStruct = &FalseAlmCnt; -+ break; -+ -+ case PHYDM_CFOTRACK: -+ pStruct = &DM_CfoTrack; -+ break; -+ -+ case PHYDM_ADAPTIVITY: -+ pStruct = &(pDM_Odm->Adaptivity); -+ break; -+ -+ default: -+ break; -+ } -+ -+#else -+ switch (Structure_Type){ -+ case PHYDM_FALSEALMCNT: -+ pStruct = &(pDM_Odm->FalseAlmCnt); -+ break; -+ -+ case PHYDM_CFOTRACK: -+ pStruct = &(pDM_Odm->DM_CfoTrack); -+ break; -+ -+ case PHYDM_ADAPTIVITY: -+ pStruct = &(pDM_Odm->Adaptivity); -+ break; -+ -+ default: -+ break; -+ } -+ -+#endif -+ return pStruct; -+} -+ -+VOID -+odm_HWSetting( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if (RTL8821A_SUPPORT == 1) -+ if(pDM_Odm->SupportICType & ODM_RTL8821) -+ odm_HWSetting_8821A(pDM_Odm); -+#endif -+ -+} -+ -+// -+// 2011/09/21 MH Add to describe different team necessary resource allocate?? -+// -+VOID -+ODM_DMInit( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ odm_CommonInfoSelfInit(pDM_Odm); -+ odm_DIGInit(pDM_Odm); -+ Phydm_NHMCounterStatisticsInit(pDM_Odm); -+ Phydm_AdaptivityInit(pDM_Odm); -+ phydm_ra_info_init(pDM_Odm); -+ odm_RateAdaptiveMaskInit(pDM_Odm); -+ odm_RA_ParaAdjust_init(pDM_Odm); -+ ODM_CfoTrackingInit(pDM_Odm); -+ ODM_EdcaTurboInit(pDM_Odm); -+ odm_RSSIMonitorInit(pDM_Odm); -+ phydm_rf_init(pDM_Odm); -+ odm_TXPowerTrackingInit(pDM_Odm); -+ odm_AntennaDiversityInit(pDM_Odm); -+ odm_AutoChannelSelectInit(pDM_Odm); -+ odm_PathDiversityInit(pDM_Odm); -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ phydm_Beamforming_Init(pDM_Odm); -+#endif -+ -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ odm_DynamicBBPowerSavingInit(pDM_Odm); -+ odm_DynamicTxPowerInit(pDM_Odm); -+ -+#if (RTL8188E_SUPPORT == 1) -+ if(pDM_Odm->SupportICType==ODM_RTL8188E) -+ { -+ odm_PrimaryCCA_Init(pDM_Odm); -+ ODM_RAInfo_Init_all(pDM_Odm); -+ } -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ -+ #if (RTL8723B_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ odm_SwAntDetectInit(pDM_Odm); -+ #endif -+ -+ #if (RTL8192E_SUPPORT == 1) -+ if(pDM_Odm->SupportICType==ODM_RTL8192E) -+ odm_PrimaryCCA_Check_Init(pDM_Odm); -+ #endif -+ -+#endif -+ -+ } -+ -+} -+ -+VOID -+ODM_DMReset( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ ODM_AntDivReset(pDM_Odm); -+ phydm_setEDCCAThresholdAPI(pDM_Odm, pDM_DigTable->CurIGValue); -+} -+ -+ -+VOID -+phydm_support_ablity_debug( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte pre_support_ability; -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ -+ pre_support_ability = pDM_Odm->SupportAbility ; -+ PHYDM_SNPRINTF((output+used, out_len-used,"\n%s\n", "================================")); -+ if(dm_value[0] == 100) -+ { -+ PHYDM_SNPRINTF((output+used, out_len-used, "[Supportablity] PhyDM Selection\n")); -+ PHYDM_SNPRINTF((output+used, out_len-used,"%s\n", "================================")); -+ PHYDM_SNPRINTF((output+used, out_len-used, "00. (( %s ))DIG \n", ((pDM_Odm->SupportAbility & ODM_BB_DIG)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "01. (( %s ))RA_MASK \n", ((pDM_Odm->SupportAbility & ODM_BB_RA_MASK)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "02. (( %s ))DYNAMIC_TXPWR \n", ((pDM_Odm->SupportAbility & ODM_BB_DYNAMIC_TXPWR)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "03. (( %s ))FA_CNT \n", ((pDM_Odm->SupportAbility & ODM_BB_FA_CNT)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "04. (( %s ))RSSI_MONITOR \n", ((pDM_Odm->SupportAbility & ODM_BB_RSSI_MONITOR)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "05. (( %s ))CCK_PD \n", ((pDM_Odm->SupportAbility & ODM_BB_CCK_PD)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "06. (( %s ))ANT_DIV \n", ((pDM_Odm->SupportAbility & ODM_BB_ANT_DIV)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "07. (( %s ))PWR_SAVE \n", ((pDM_Odm->SupportAbility & ODM_BB_PWR_SAVE)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "08. (( %s ))PWR_TRAIN \n", ((pDM_Odm->SupportAbility & ODM_BB_PWR_TRAIN)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "09. (( %s ))RATE_ADAPTIVE \n", ((pDM_Odm->SupportAbility & ODM_BB_RATE_ADAPTIVE)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "10. (( %s ))PATH_DIV \n", ((pDM_Odm->SupportAbility & ODM_BB_PATH_DIV)?("V"):(".")))); -+ PHYDM_SNPRINTF((output+used, out_len-used, "11. (( %s ))PSD \n", ((pDM_Odm->SupportAbility & ODM_BB_PSD)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "12. (( %s ))RXHP \n", ((pDM_Odm->SupportAbility & ODM_BB_RXHP)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "13. (( %s ))ADAPTIVITY \n", ((pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "14. (( %s ))CFO_TRACKING \n", ((pDM_Odm->SupportAbility & ODM_BB_CFO_TRACKING)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "15. (( %s ))NHM_CNT \n", ((pDM_Odm->SupportAbility & ODM_BB_NHM_CNT)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "16. (( %s ))PRIMARY_CCA \n", ((pDM_Odm->SupportAbility & ODM_BB_PRIMARY_CCA)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "20. (( %s ))EDCA_TURBO \n", ((pDM_Odm->SupportAbility & ODM_MAC_EDCA_TURBO)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "21. (( %s ))EARLY_MODE \n", ((pDM_Odm->SupportAbility & ODM_MAC_EARLY_MODE)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "24. (( %s ))TX_PWR_TRACK \n", ((pDM_Odm->SupportAbility & ODM_RF_TX_PWR_TRACK)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "25. (( %s ))RX_GAIN_TRACK \n", ((pDM_Odm->SupportAbility & ODM_RF_RX_GAIN_TRACK)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used, "26. (( %s ))RF_CALIBRATION \n", ((pDM_Odm->SupportAbility & ODM_RF_CALIBRATION)?("V"):(".")) )); -+ PHYDM_SNPRINTF((output+used, out_len-used,"%s\n", "================================")); -+ } -+ /* -+ else if(dm_value[0] == 101) -+ { -+ pDM_Odm->SupportAbility = 0 ; -+ DbgPrint("Disable all SupportAbility components \n"); -+ PHYDM_SNPRINTF((output+used, out_len-used,"%s\n", "Disable all SupportAbility components")); -+ } -+ */ -+ else -+ { -+ -+ if(dm_value[1] == 1) //enable -+ { -+ pDM_Odm->SupportAbility |= BIT(dm_value[0]) ; -+ if(BIT(dm_value[0]) & ODM_BB_PATH_DIV) -+ { -+ odm_PathDiversityInit(pDM_Odm); -+ } -+ } -+ else if(dm_value[1] == 2) //disable -+ { -+ pDM_Odm->SupportAbility &= ~(BIT(dm_value[0])) ; -+ } -+ else -+ { -+ //DbgPrint("\n[Warning!!!] 1:enable, 2:disable \n\n"); -+ PHYDM_SNPRINTF((output+used, out_len-used,"%s\n", "[Warning!!!] 1:enable, 2:disable")); -+ } -+ } -+ PHYDM_SNPRINTF((output+used, out_len-used,"pre-SupportAbility = 0x%x\n", pre_support_ability )); -+ PHYDM_SNPRINTF((output+used, out_len-used,"Curr-SupportAbility = 0x%x\n", pDM_Odm->SupportAbility )); -+ PHYDM_SNPRINTF((output+used, out_len-used,"%s\n", "================================")); -+} -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+// -+//tmp modify for LC Only -+// -+VOID -+ODM_DMWatchdog_LPS( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ odm_CommonInfoSelfUpdate(pDM_Odm); -+ odm_FalseAlarmCounterStatistics(pDM_Odm); -+ odm_RSSIMonitorCheck(pDM_Odm); -+ odm_DIGbyRSSI_LPS(pDM_Odm); -+ odm_CCKPacketDetectionThresh(pDM_Odm); -+ odm_CommonInfoSelfReset(pDM_Odm); -+ -+ if(*(pDM_Odm->pbPowerSaving)==TRUE) -+ return; -+} -+#endif -+// -+// 2011/09/20 MH This is the entry pointer for all team to execute HW out source DM. -+// You can not add any dummy function here, be care, you can only use DM structure -+// to perform any new ODM_DM. -+// -+VOID -+ODM_DMWatchdog( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ odm_CommonInfoSelfUpdate(pDM_Odm); -+ phydm_BasicDbgMessage(pDM_Odm); -+ odm_HWSetting(pDM_Odm); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ { -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ if( (priv->auto_channel != 0) && (priv->auto_channel != 2) )//if ACS running, do not do FA/CCA counter read -+ return; -+ } -+#endif -+ odm_FalseAlarmCounterStatistics(pDM_Odm); -+ phydm_NoisyDetection(pDM_Odm); -+ -+ odm_RSSIMonitorCheck(pDM_Odm); -+ -+ if(*(pDM_Odm->pbPowerSaving) == TRUE) -+ { -+ odm_DIGbyRSSI_LPS(pDM_Odm); -+ { -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ Phydm_Adaptivity(pDM_Odm, pDM_DigTable->CurIGValue); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, ("DMWatchdog in power saving mode\n")); -+ return; -+ } -+ -+ Phydm_CheckAdaptivity(pDM_Odm); -+ odm_UpdatePowerTrainingState(pDM_Odm); -+ odm_DIG(pDM_Odm); -+ { -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ Phydm_Adaptivity(pDM_Odm, pDM_DigTable->CurIGValue); -+ } -+ odm_CCKPacketDetectionThresh(pDM_Odm); -+ phydm_ra_dynamic_retry_limit(pDM_Odm); -+ phydm_ra_dynamic_retry_count(pDM_Odm); -+ odm_RefreshRateAdaptiveMask(pDM_Odm); -+ odm_RefreshBasicRateMask(pDM_Odm); -+ odm_DynamicBBPowerSaving(pDM_Odm); -+ odm_EdcaTurboCheck(pDM_Odm); -+ odm_PathDiversity(pDM_Odm); -+ ODM_CfoTracking(pDM_Odm); -+ odm_DynamicTxPower(pDM_Odm); -+ odm_AntennaDiversity(pDM_Odm); -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ phydm_Beamforming_Watchdog(pDM_Odm); -+#endif -+ -+ phydm_rf_watchdog(pDM_Odm); -+ -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ -+#if (RTL8188E_SUPPORT == 1) -+ if(pDM_Odm->SupportICType==ODM_RTL8188E) -+ odm_DynamicPrimaryCCA(pDM_Odm); -+#endif -+ -+#if( DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ -+ #if (RTL8192E_SUPPORT == 1) -+ if(pDM_Odm->SupportICType==ODM_RTL8192E) -+ odm_DynamicPrimaryCCA_Check(pDM_Odm); -+ #endif -+#endif -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ odm_dtc(pDM_Odm); -+#endif -+ -+ odm_CommonInfoSelfReset(pDM_Odm); -+ -+} -+ -+ -+// -+// Init /.. Fixed HW value. Only init time. -+// -+VOID -+ODM_CmnInfoInit( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_CMNINFO_E CmnInfo, -+ IN u4Byte Value -+ ) -+{ -+ // -+ // This section is used for init value -+ // -+ switch (CmnInfo) -+ { -+ // -+ // Fixed ODM value. -+ // -+ case ODM_CMNINFO_ABILITY: -+ pDM_Odm->SupportAbility = (u4Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_RF_TYPE: -+ pDM_Odm->RFType = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_PLATFORM: -+ pDM_Odm->SupportPlatform = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_INTERFACE: -+ pDM_Odm->SupportInterface = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_MP_TEST_CHIP: -+ pDM_Odm->bIsMPChip= (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_IC_TYPE: -+ pDM_Odm->SupportICType = Value; -+ break; -+ -+ case ODM_CMNINFO_CUT_VER: -+ pDM_Odm->CutVersion = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_FAB_VER: -+ pDM_Odm->FabVersion = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_RFE_TYPE: -+ pDM_Odm->RFEType = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_RF_ANTENNA_TYPE: -+ pDM_Odm->AntDivType= (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_BOARD_TYPE: -+ pDM_Odm->BoardType = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_PACKAGE_TYPE: -+ pDM_Odm->PackageType = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_EXT_LNA: -+ pDM_Odm->ExtLNA = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_5G_EXT_LNA: -+ pDM_Odm->ExtLNA5G = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_EXT_PA: -+ pDM_Odm->ExtPA = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_5G_EXT_PA: -+ pDM_Odm->ExtPA5G = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_GPA: -+ pDM_Odm->TypeGPA = (u2Byte)Value; -+ break; -+ case ODM_CMNINFO_APA: -+ pDM_Odm->TypeAPA = (u2Byte)Value; -+ break; -+ case ODM_CMNINFO_GLNA: -+ pDM_Odm->TypeGLNA = (u2Byte)Value; -+ break; -+ case ODM_CMNINFO_ALNA: -+ pDM_Odm->TypeALNA = (u2Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_EXT_TRSW: -+ pDM_Odm->ExtTRSW = (u1Byte)Value; -+ break; -+ case ODM_CMNINFO_EXT_LNA_GAIN: -+ pDM_Odm->ExtLNAGain = (u1Byte)Value; -+ break; -+ case ODM_CMNINFO_PATCH_ID: -+ pDM_Odm->PatchID = (u1Byte)Value; -+ break; -+ case ODM_CMNINFO_BINHCT_TEST: -+ pDM_Odm->bInHctTest = (BOOLEAN)Value; -+ break; -+ case ODM_CMNINFO_BWIFI_TEST: -+ pDM_Odm->bWIFITest = (BOOLEAN)Value; -+ break; -+ case ODM_CMNINFO_SMART_CONCURRENT: -+ pDM_Odm->bDualMacSmartConcurrent = (BOOLEAN )Value; -+ break; -+ case ODM_CMNINFO_DOMAIN_CODE_2G: -+ pDM_Odm->odm_Regulation2_4G = (u1Byte)Value; -+ break; -+ case ODM_CMNINFO_DOMAIN_CODE_5G: -+ pDM_Odm->odm_Regulation5G = (u1Byte)Value; -+ break; -+ case ODM_CMNINFO_CONFIG_BB_RF: -+ pDM_Odm->ConfigBBRF = (BOOLEAN)Value; -+ break; -+ case ODM_CMNINFO_IQKFWOFFLOAD: -+ pDM_Odm->IQKFWOffload = (u1Byte)Value; -+ break; -+ //To remove the compiler warning, must add an empty default statement to handle the other values. -+ default: -+ //do nothing -+ break; -+ -+ } -+ -+} -+ -+ -+VOID -+ODM_CmnInfoHook( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_CMNINFO_E CmnInfo, -+ IN PVOID pValue -+ ) -+{ -+ // -+ // Hook call by reference pointer. -+ // -+ switch (CmnInfo) -+ { -+ // -+ // Dynamic call by reference pointer. -+ // -+ case ODM_CMNINFO_MAC_PHY_MODE: -+ pDM_Odm->pMacPhyMode = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_TX_UNI: -+ pDM_Odm->pNumTxBytesUnicast = (u8Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_RX_UNI: -+ pDM_Odm->pNumRxBytesUnicast = (u8Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_WM_MODE: -+ pDM_Odm->pWirelessMode = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_BAND: -+ pDM_Odm->pBandType = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_SEC_CHNL_OFFSET: -+ pDM_Odm->pSecChOffset = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_SEC_MODE: -+ pDM_Odm->pSecurity = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_BW: -+ pDM_Odm->pBandWidth = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_CHNL: -+ pDM_Odm->pChannel = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_DMSP_GET_VALUE: -+ pDM_Odm->pbGetValueFromOtherMac = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_BUDDY_ADAPTOR: -+ pDM_Odm->pBuddyAdapter = (PADAPTER *)pValue; -+ break; -+ -+ case ODM_CMNINFO_DMSP_IS_MASTER: -+ pDM_Odm->pbMasterOfDMSP = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_SCAN: -+ pDM_Odm->pbScanInProcess = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_POWER_SAVING: -+ pDM_Odm->pbPowerSaving = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_ONE_PATH_CCA: -+ pDM_Odm->pOnePathCCA = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_DRV_STOP: -+ pDM_Odm->pbDriverStopped = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_PNP_IN: -+ pDM_Odm->pbDriverIsGoingToPnpSetPowerSleep = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_INIT_ON: -+ pDM_Odm->pinit_adpt_in_progress = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_ANT_TEST: -+ pDM_Odm->pAntennaTest = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_NET_CLOSED: -+ pDM_Odm->pbNet_closed = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_FORCED_RATE: -+ pDM_Odm->pForcedDataRate = (pu2Byte)pValue; -+ break; -+ -+ case ODM_CMNINFO_FORCED_IGI_LB: -+ pDM_Odm->pu1ForcedIgiLb = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_P2P_LINK: -+ pDM_Odm->DM_DigTable.bP2PInProcess = (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_IS1ANTENNA: -+ pDM_Odm->pIs1Antenna = (BOOLEAN *)pValue; -+ break; -+ -+ case ODM_CMNINFO_RFDEFAULTPATH: -+ pDM_Odm->pRFDefaultPath= (u1Byte *)pValue; -+ break; -+ -+ case ODM_CMNINFO_FCS_MODE: -+ pDM_Odm->pIsFcsModeEnable = (BOOLEAN *)pValue; -+ break; -+ /*add by YuChen for beamforming PhyDM*/ -+ case ODM_CMNINFO_HUBUSBMODE: -+ pDM_Odm->HubUsbMode = (u1Byte *)pValue; -+ break; -+ case ODM_CMNINFO_FWDWRSVDPAGEINPROGRESS: -+ pDM_Odm->pbFwDwRsvdPageInProgress = (BOOLEAN *)pValue; -+ break; -+ case ODM_CMNINFO_TX_TP: -+ pDM_Odm->pCurrentTxTP = (u4Byte *)pValue; -+ break; -+ case ODM_CMNINFO_RX_TP: -+ pDM_Odm->pCurrentRxTP = (u4Byte *)pValue; -+ break; -+ case ODM_CMNINFO_SOUNDING_SEQ: -+ pDM_Odm->pSoundingSeq = (u1Byte *)pValue; -+ break; -+ //case ODM_CMNINFO_RTSTA_AID: -+ // pDM_Odm->pAidMap = (u1Byte *)pValue; -+ // break; -+ -+ //case ODM_CMNINFO_BT_COEXIST: -+ // pDM_Odm->BTCoexist = (BOOLEAN *)pValue; -+ -+ //case ODM_CMNINFO_STA_STATUS: -+ //pDM_Odm->pODM_StaInfo[] = (PSTA_INFO_T)pValue; -+ //break; -+ -+ //case ODM_CMNINFO_PHY_STATUS: -+ // pDM_Odm->pPhyInfo = (ODM_PHY_INFO *)pValue; -+ // break; -+ -+ //case ODM_CMNINFO_MAC_STATUS: -+ // pDM_Odm->pMacInfo = (ODM_MAC_INFO *)pValue; -+ // break; -+ //To remove the compiler warning, must add an empty default statement to handle the other values. -+ default: -+ //do nothing -+ break; -+ -+ } -+ -+} -+ -+ -+VOID -+ODM_CmnInfoPtrArrayHook( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_CMNINFO_E CmnInfo, -+ IN u2Byte Index, -+ IN PVOID pValue -+ ) -+{ -+ // -+ // Hook call by reference pointer. -+ // -+ switch (CmnInfo) -+ { -+ // -+ // Dynamic call by reference pointer. -+ // -+ case ODM_CMNINFO_STA_STATUS: -+ pDM_Odm->pODM_StaInfo[Index] = (PSTA_INFO_T)pValue; -+ -+ if (IS_STA_VALID(pDM_Odm->pODM_StaInfo[Index])) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pDM_Odm->platform2phydm_macid_table[((PSTA_INFO_T)pValue)->AssociatedMacId] = Index; /*AssociatedMacId are unique bttween different Adapter*/ -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ pDM_Odm->platform2phydm_macid_table[((PSTA_INFO_T)pValue)->aid] = Index; -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ pDM_Odm->platform2phydm_macid_table[((PSTA_INFO_T)pValue)->mac_id] = Index; -+ #endif -+ -+ break; -+ //To remove the compiler warning, must add an empty default statement to handle the other values. -+ default: -+ //do nothing -+ break; -+ } -+ -+} -+ -+ -+// -+// Update Band/CHannel/.. The values are dynamic but non-per-packet. -+// -+VOID -+ODM_CmnInfoUpdate( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte CmnInfo, -+ IN u8Byte Value -+ ) -+{ -+ // -+ // This init variable may be changed in run time. -+ // -+ switch (CmnInfo) -+ { -+ case ODM_CMNINFO_LINK_IN_PROGRESS: -+ pDM_Odm->bLinkInProcess = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_ABILITY: -+ pDM_Odm->SupportAbility = (u4Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_RF_TYPE: -+ pDM_Odm->RFType = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_WIFI_DIRECT: -+ pDM_Odm->bWIFI_Direct = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_WIFI_DISPLAY: -+ pDM_Odm->bWIFI_Display = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_LINK: -+ pDM_Odm->bLinked = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_STATION_STATE: -+ pDM_Odm->bsta_state = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_RSSI_MIN: -+ pDM_Odm->RSSI_Min= (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_DBG_COMP: -+ pDM_Odm->DebugComponents = Value; -+ break; -+ -+ case ODM_CMNINFO_DBG_LEVEL: -+ pDM_Odm->DebugLevel = (u4Byte)Value; -+ break; -+ case ODM_CMNINFO_RA_THRESHOLD_HIGH: -+ pDM_Odm->RateAdaptive.HighRSSIThresh = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_RA_THRESHOLD_LOW: -+ pDM_Odm->RateAdaptive.LowRSSIThresh = (u1Byte)Value; -+ break; -+#if defined(BT_30_SUPPORT) && (BT_30_SUPPORT == 1) -+ // The following is for BT HS mode and BT coexist mechanism. -+ case ODM_CMNINFO_BT_ENABLED: -+ pDM_Odm->bBtEnabled = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_HS_CONNECT_PROCESS: -+ pDM_Odm->bBtConnectProcess = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_HS_RSSI: -+ pDM_Odm->btHsRssi = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_OPERATION: -+ pDM_Odm->bBtHsOperation = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_LIMITED_DIG: -+ pDM_Odm->bBtLimitedDig = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_DIG: -+ pDM_Odm->btHsDigVal = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_BUSY: -+ pDM_Odm->bBtBusy = (BOOLEAN)Value; -+ break; -+ -+ case ODM_CMNINFO_BT_DISABLE_EDCA: -+ pDM_Odm->bBtDisableEdcaTurbo = (BOOLEAN)Value; -+ break; -+#endif -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_AP) // for repeater mode add by YuChen 2014.06.23 -+#ifdef UNIVERSAL_REPEATER -+ case ODM_CMNINFO_VXD_LINK: -+ pDM_Odm->VXD_bLinked= (BOOLEAN)Value; -+ break; -+#endif -+#endif -+ -+ case ODM_CMNINFO_AP_TOTAL_NUM: -+ pDM_Odm->APTotalNum = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_POWER_TRAINING: -+ pDM_Odm->bDisablePowerTraining = (BOOLEAN)Value; -+ break; -+ -+/* -+ case ODM_CMNINFO_OP_MODE: -+ pDM_Odm->OPMode = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_WM_MODE: -+ pDM_Odm->WirelessMode = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_BAND: -+ pDM_Odm->BandType = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_SEC_CHNL_OFFSET: -+ pDM_Odm->SecChOffset = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_SEC_MODE: -+ pDM_Odm->Security = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_BW: -+ pDM_Odm->BandWidth = (u1Byte)Value; -+ break; -+ -+ case ODM_CMNINFO_CHNL: -+ pDM_Odm->Channel = (u1Byte)Value; -+ break; -+*/ -+ default: -+ //do nothing -+ break; -+ } -+ -+ -+} -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+ODM_InitAllWorkItems(IN PDM_ODM_T pDM_Odm ) -+{ -+ -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+#if USE_WORKITEM -+ #if (RTL8723B_SUPPORT == 1) || (RTL8821A_SUPPORT == 1) -+ ODM_InitializeWorkItem( pDM_Odm, -+ &pDM_Odm->DM_SWAT_Table.SwAntennaSwitchWorkitem_8723B, -+ (RT_WORKITEM_CALL_BACK)ODM_SW_AntDiv_WorkitemCallback, -+ (PVOID)pAdapter, -+ "AntennaSwitchWorkitem"); -+ #endif -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ ODM_InitializeWorkItem(pDM_Odm, -+ &pDM_Odm->dm_sat_table.hl_smart_antenna_workitem, -+ (RT_WORKITEM_CALL_BACK)phydm_beam_switch_workitem_callback, -+ (PVOID)pAdapter, -+ "hl_smart_ant_workitem"); -+ -+ ODM_InitializeWorkItem(pDM_Odm, -+ &pDM_Odm->dm_sat_table.hl_smart_antenna_decision_workitem, -+ (RT_WORKITEM_CALL_BACK)phydm_beam_decision_workitem_callback, -+ (PVOID)pAdapter, -+ "hl_smart_ant_decision_workitem"); -+ #endif -+ -+ #if ((RTL8192C_SUPPORT == 1) && (defined(CONFIG_SW_ANTENNA_DIVERSITY))) -+ ODM_InitializeWorkItem( pDM_Odm, -+ &pDM_Odm->DM_SWAT_Table.SwAntennaSwitchWorkitem, -+ (RT_WORKITEM_CALL_BACK)odm_SwAntDivChkAntSwitchWorkitemCallback, -+ (PVOID)pAdapter, -+ "AntennaSwitchWorkitem"); -+ #endif -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->PathDivSwitchWorkitem), -+ (RT_WORKITEM_CALL_BACK)odm_PathDivChkAntSwitchWorkitemCallback, -+ (PVOID)pAdapter, -+ "SWAS_WorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->CCKPathDiversityWorkitem), -+ (RT_WORKITEM_CALL_BACK)odm_CCKTXPathDiversityWorkItemCallback, -+ (PVOID)pAdapter, -+ "CCKTXPathDiversityWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->MPT_DIGWorkitem), -+ (RT_WORKITEM_CALL_BACK)odm_MPT_DIGWorkItemCallback, -+ (PVOID)pAdapter, -+ "MPT_DIGWorkitem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->RaRptWorkitem), -+ (RT_WORKITEM_CALL_BACK)ODM_UpdateInitRateWorkItemCallback, -+ (PVOID)pAdapter, -+ "RaRptWorkitem"); -+ -+#if( defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY) ) ||( defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY) ) -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->FastAntTrainingWorkitem), -+ (RT_WORKITEM_CALL_BACK)odm_FastAntTrainingWorkItemCallback, -+ (PVOID)pAdapter, -+ "FastAntTrainingWorkitem"); -+#endif -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->DM_RXHP_Table.PSDTimeWorkitem), -+ (RT_WORKITEM_CALL_BACK)odm_PSD_RXHPWorkitemCallback, -+ (PVOID)pAdapter, -+ "PSDRXHP_WorkItem"); -+ -+#endif /*#if USE_WORKITEM*/ -+ -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_EnterWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_EnterWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_EnterWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_LeaveWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_LeaveWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_LeaveWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_FwNdpaWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_FwNdpaWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_FwNdpaWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_ClkWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_ClkWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_ClkWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_RateWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_RateWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_RateWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_StatusWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_StatusWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_StatusWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_ResetTxPathWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_ResetTxPathWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_ResetTxPathWorkItem"); -+ -+ ODM_InitializeWorkItem( -+ pDM_Odm, -+ &(pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_GetTxRateWorkItem), -+ (RT_WORKITEM_CALL_BACK)halComTxbf_GetTxRateWorkItemCallback, -+ (PVOID)pAdapter, -+ "Txbf_GetTxRateWorkItem"); -+#endif -+} -+ -+VOID -+ODM_FreeAllWorkItems(IN PDM_ODM_T pDM_Odm ) -+{ -+#if USE_WORKITEM -+#if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+ ODM_FreeWorkItem(&(pDM_Odm->DM_SWAT_Table.SwAntennaSwitchWorkitem_8723B)); -+#endif -+#ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ ODM_FreeWorkItem(&(pDM_Odm->dm_sat_table.hl_smart_antenna_workitem)); -+ -+ ODM_FreeWorkItem(&(pDM_Odm->dm_sat_table.hl_smart_antenna_decision_workitem)); -+#endif -+ -+#if ((RTL8192C_SUPPORT == 1) && (defined(CONFIG_SW_ANTENNA_DIVERSITY))) -+ ODM_FreeWorkItem(&(pDM_Odm->DM_SWAT_Table.SwAntennaSwitchWorkitem)); -+#endif -+ ODM_FreeWorkItem(&(pDM_Odm->PathDivSwitchWorkitem)); -+ ODM_FreeWorkItem(&(pDM_Odm->CCKPathDiversityWorkitem)); -+#if (defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY)) || (defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY)) -+ ODM_FreeWorkItem(&(pDM_Odm->FastAntTrainingWorkitem)); -+#endif -+ ODM_FreeWorkItem(&(pDM_Odm->MPT_DIGWorkitem)); -+ ODM_FreeWorkItem(&(pDM_Odm->RaRptWorkitem)); -+ ODM_FreeWorkItem((&pDM_Odm->DM_RXHP_Table.PSDTimeWorkitem)); -+ /*ODM_FreeWorkItem((&pDM_Odm->sbdcnt_workitem));*/ -+#endif -+ -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_EnterWorkItem)); -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_LeaveWorkItem)); -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_FwNdpaWorkItem)); -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_ClkWorkItem)); -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_RateWorkItem)); -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_StatusWorkItem)); -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_ResetTxPathWorkItem)); -+ ODM_FreeWorkItem((&pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_GetTxRateWorkItem)); -+#endif -+ -+} -+#endif /*#if (DM_ODM_SUPPORT_TYPE == ODM_WIN)*/ -+ -+/* -+VOID -+odm_FindMinimumRSSI( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte i; -+ u1Byte RSSI_Min = 0xFF; -+ -+ for(i=0; ipODM_StaInfo[i] != NULL) -+ if(IS_STA_VALID(pDM_Odm->pODM_StaInfo[i]) ) -+ { -+ if(pDM_Odm->pODM_StaInfo[i]->RSSI_Ave < RSSI_Min) -+ { -+ RSSI_Min = pDM_Odm->pODM_StaInfo[i]->RSSI_Ave; -+ } -+ } -+ } -+ -+ pDM_Odm->RSSI_Min = RSSI_Min; -+ -+} -+ -+VOID -+odm_IsLinked( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte i; -+ BOOLEAN Linked = FALSE; -+ -+ for(i=0; ipODM_StaInfo[i]) ) -+ { -+ Linked = TRUE; -+ break; -+ } -+ -+ } -+ -+ pDM_Odm->bLinked = Linked; -+} -+*/ -+ -+VOID -+ODM_InitAllTimers( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ ODM_AntDivTimers(pDM_Odm,INIT_ANTDIV_TIMMER); -+#elif(defined(CONFIG_SW_ANTENNA_DIVERSITY)) -+ ODM_InitializeTimer(pDM_Odm,&pDM_Odm->DM_SWAT_Table.SwAntennaSwitchTimer, -+ (RT_TIMER_CALL_BACK)odm_SwAntDivChkAntSwitchCallback, NULL, "SwAntennaSwitchTimer"); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+#ifdef MP_TEST -+ if (pDM_Odm->priv->pshare->rf_ft_var.mp_specific) -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer, -+ (RT_TIMER_CALL_BACK)odm_MPT_DIGCallback, NULL, "MPT_DIGTimer"); -+#endif -+#elif(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer, -+ (RT_TIMER_CALL_BACK)odm_MPT_DIGCallback, NULL, "MPT_DIGTimer"); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->PSDTimer, -+ (RT_TIMER_CALL_BACK)dm_PSDMonitorCallback, NULL, "PSDTimer"); -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->PathDivSwitchTimer, -+ (RT_TIMER_CALL_BACK)odm_PathDivChkAntSwitchCallback, NULL, "PathDivTimer"); -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->CCKPathDiversityTimer, -+ (RT_TIMER_CALL_BACK)odm_CCKTXPathDiversityCallback, NULL, "CCKPathDiversityTimer"); -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->DM_RXHP_Table.PSDTimer, -+ (RT_TIMER_CALL_BACK)odm_PSD_RXHPCallback, NULL, "PSDRXHPTimer"); -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->sbdcnt_timer, -+ (RT_TIMER_CALL_BACK)phydm_sbd_callback, NULL, "SbdTimer"); -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_FwNdpaTimer, -+ (RT_TIMER_CALL_BACK)halComTxbf_FwNdpaTimerCallback, NULL, "Txbf_FwNdpaTimer"); -+#endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_InitializeTimer(pDM_Odm, &pDM_Odm->BeamformingInfo.BeamformingTimer, -+ (RT_TIMER_CALL_BACK)Beamforming_SWTimerCallback, NULL, "BeamformingTimer"); -+#endif -+#endif -+} -+ -+VOID -+ODM_CancelAllTimers( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ // -+ // 2012/01/12 MH Temp BSOD fix. We need to find NIC allocate mem fail reason in -+ // win7 platform. -+ // -+ HAL_ADAPTER_STS_CHK(pDM_Odm) -+#endif -+ -+#if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ ODM_AntDivTimers(pDM_Odm,CANCEL_ANTDIV_TIMMER); -+#elif(defined(CONFIG_SW_ANTENNA_DIVERSITY)) -+ ODM_CancelTimer(pDM_Odm,&pDM_Odm->DM_SWAT_Table.SwAntennaSwitchTimer); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+#ifdef MP_TEST -+ if (pDM_Odm->priv->pshare->rf_ft_var.mp_specific) -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer); -+#endif -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->PSDTimer); -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->PathDivSwitchTimer); -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->CCKPathDiversityTimer); -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer); -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->DM_RXHP_Table.PSDTimer); -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->sbdcnt_timer); -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_FwNdpaTimer); -+#endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->BeamformingInfo.BeamformingTimer); -+#endif -+#endif -+ -+} -+ -+ -+VOID -+ODM_ReleaseAllTimers( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ ODM_AntDivTimers(pDM_Odm,RELEASE_ANTDIV_TIMMER); -+#elif(defined(CONFIG_SW_ANTENNA_DIVERSITY)) -+ ODM_ReleaseTimer(pDM_Odm,&pDM_Odm->DM_SWAT_Table.SwAntennaSwitchTimer); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ #ifdef MP_TEST -+ if (pDM_Odm->priv->pshare->rf_ft_var.mp_specific) -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer); -+ #endif -+#elif(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->PSDTimer); -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->PathDivSwitchTimer); -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->CCKPathDiversityTimer); -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer); -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->DM_RXHP_Table.PSDTimer); -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->sbdcnt_timer); -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->BeamformingInfo.TxbfInfo.Txbf_FwNdpaTimer); -+#endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+#if (BEAMFORMING_SUPPORT == 1) -+ ODM_ReleaseTimer(pDM_Odm, &pDM_Odm->BeamformingInfo.BeamformingTimer); -+#endif -+#endif -+} -+ -+ -+//3============================================================ -+//3 Tx Power Tracking -+//3============================================================ -+ -+ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+VOID -+ODM_InitAllThreads( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ #ifdef TPT_THREAD -+ kTPT_task_init(pDM_Odm->priv); -+ #endif -+} -+ -+VOID -+ODM_StopAllThreads( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ #ifdef TPT_THREAD -+ kTPT_task_stop(pDM_Odm->priv); -+ #endif -+} -+#endif -+ -+ -+#if( DM_ODM_SUPPORT_TYPE == ODM_WIN) -+// -+// 2011/07/26 MH Add an API for testing IQK fail case. -+// -+BOOLEAN -+ODM_CheckPowerStatus( -+ IN PADAPTER Adapter) -+{ -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ RT_RF_POWER_STATE rtState; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ -+ // 2011/07/27 MH We are not testing ready~~!! We may fail to get correct value when init sequence. -+ if (pMgntInfo->init_adpt_in_progress == TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ODM_CheckPowerStatus Return TRUE, due to initadapter\n")); -+ return TRUE; -+ } -+ -+ // -+ // 2011/07/19 MH We can not execute tx pwoer tracking/ LLC calibrate or IQK. -+ // -+ Adapter->HalFunc.GetHwRegHandler(Adapter, HW_VAR_RF_STATE, (pu1Byte)(&rtState)); -+ if(Adapter->bDriverStopped || Adapter->bDriverIsGoingToPnpSetPowerSleep || rtState == eRfOff) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ODM_CheckPowerStatus Return FALSE, due to %d/%d/%d\n", -+ Adapter->bDriverStopped, Adapter->bDriverIsGoingToPnpSetPowerSleep, rtState)); -+ return FALSE; -+ } -+ return TRUE; -+} -+#elif( DM_ODM_SUPPORT_TYPE == ODM_AP) -+BOOLEAN -+ODM_CheckPowerStatus( -+ IN PADAPTER Adapter) -+{ -+ /* -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ RT_RF_POWER_STATE rtState; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ -+ // 2011/07/27 MH We are not testing ready~~!! We may fail to get correct value when init sequence. -+ if (pMgntInfo->init_adpt_in_progress == TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm,COMP_INIT, DBG_LOUD, ("ODM_CheckPowerStatus Return TRUE, due to initadapter")); -+ return TRUE; -+ } -+ -+ // -+ // 2011/07/19 MH We can not execute tx pwoer tracking/ LLC calibrate or IQK. -+ // -+ Adapter->HalFunc.GetHwRegHandler(Adapter, HW_VAR_RF_STATE, (pu1Byte)(&rtState)); -+ if(Adapter->bDriverStopped || Adapter->bDriverIsGoingToPnpSetPowerSleep || rtState == eRfOff) -+ { -+ ODM_RT_TRACE(pDM_Odm,COMP_INIT, DBG_LOUD, ("ODM_CheckPowerStatus Return FALSE, due to %d/%d/%d\n", -+ Adapter->bDriverStopped, Adapter->bDriverIsGoingToPnpSetPowerSleep, rtState)); -+ return FALSE; -+ } -+ */ -+ return TRUE; -+} -+#endif -+ -+// need to ODM CE Platform -+//move to here for ANT detection mechanism using -+ -+#if ((DM_ODM_SUPPORT_TYPE == ODM_WIN)||(DM_ODM_SUPPORT_TYPE == ODM_CE)) -+u4Byte -+GetPSDData( -+ IN PDM_ODM_T pDM_Odm, -+ unsigned int point, -+ u1Byte initial_gain_psd) -+{ -+ //unsigned int val, rfval; -+ //int psd_report; -+ u4Byte psd_report; -+ -+ //HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ //Debug Message -+ //val = PHY_QueryBBReg(Adapter,0x908, bMaskDWord); -+ //DbgPrint("Reg908 = 0x%x\n",val); -+ //val = PHY_QueryBBReg(Adapter,0xDF4, bMaskDWord); -+ //rfval = PHY_QueryRFReg(Adapter, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask); -+ //DbgPrint("RegDF4 = 0x%x, RFReg00 = 0x%x\n",val, rfval); -+ //DbgPrint("PHYTXON = %x, OFDMCCA_PP = %x, CCKCCA_PP = %x, RFReg00 = %x\n", -+ //(val&BIT25)>>25, (val&BIT14)>>14, (val&BIT15)>>15, rfval); -+ -+ //Set DCO frequency index, offset=(40MHz/SamplePts)*point -+ ODM_SetBBReg(pDM_Odm, 0x808, 0x3FF, point); -+ -+ //Start PSD calculation, Reg808[22]=0->1 -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT22, 1); -+ //Need to wait for HW PSD report -+ ODM_StallExecution(1000); -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT22, 0); -+ //Read PSD report, Reg8B4[15:0] -+ psd_report = ODM_GetBBReg(pDM_Odm,0x8B4, bMaskDWord) & 0x0000FFFF; -+ -+#if 1//(DEV_BUS_TYPE == RT_PCI_INTERFACE) && ( (RT_PLATFORM == PLATFORM_LINUX) || (RT_PLATFORM == PLATFORM_MACOSX)) -+ psd_report = (u4Byte) (odm_ConvertTo_dB(psd_report))+(u4Byte)(initial_gain_psd-0x1c); -+#else -+ psd_report = (int) (20*log10((double)psd_report))+(int)(initial_gain_psd-0x1c); -+#endif -+ -+ return psd_report; -+ -+} -+#endif -+ -+u4Byte -+odm_ConvertTo_dB( -+ u4Byte Value) -+{ -+ u1Byte i; -+ u1Byte j; -+ u4Byte dB; -+ -+ Value = Value & 0xFFFF; -+ -+ for (i = 0; i < 12; i++) -+ { -+ if (Value <= dB_Invert_Table[i][7]) -+ { -+ break; -+ } -+ } -+ -+ if (i >= 12) -+ { -+ return (96); // maximum 96 dB -+ } -+ -+ for (j = 0; j < 8; j++) -+ { -+ if (Value <= dB_Invert_Table[i][j]) -+ { -+ break; -+ } -+ } -+ -+ dB = (i << 3) + j + 1; -+ -+ return (dB); -+} -+ -+u4Byte -+odm_ConvertTo_linear( -+ u4Byte Value) -+{ -+ u1Byte i; -+ u1Byte j; -+ u4Byte linear; -+ -+ /* 1dB~96dB */ -+ -+ Value = Value & 0xFF; -+ -+ i = (u1Byte)((Value - 1) >> 3); -+ j = (u1Byte)(Value - 1) - (i << 3); -+ -+ linear = dB_Invert_Table[i][j]; -+ -+ return (linear); -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+ODM_UpdateInitRateWorkItemCallback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER Adapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ u1Byte p = 0; -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+ ODM_TxPwrTrackSetPwr8821A(pDM_Odm, MIX_MODE, ODM_RF_PATH_A, 0); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ for (p = ODM_RF_PATH_A; p < MAX_PATH_NUM_8812A; p++) //DOn't know how to include &c -+ { -+ ODM_TxPwrTrackSetPwr8812A(pDM_Odm, MIX_MODE, p, 0); -+ } -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ ODM_TxPwrTrackSetPwr_8723B(pDM_Odm, MIX_MODE, ODM_RF_PATH_A, 0); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ for (p = ODM_RF_PATH_A; p < MAX_PATH_NUM_8192E; p++) //DOn't know how to include &c -+ { -+ ODM_TxPwrTrackSetPwr92E(pDM_Odm, MIX_MODE, p, 0); -+ } -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ ODM_TxPwrTrackSetPwr88E(pDM_Odm, MIX_MODE, ODM_RF_PATH_A, 0); -+ } -+} -+#endif -+ -+// -+// ODM multi-port consideration, added by Roger, 2013.10.01. -+// -+VOID -+ODM_AsocEntry_Init( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER pLoopAdapter = GetDefaultAdapter(pDM_Odm->Adapter); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pLoopAdapter); -+ PDM_ODM_T pDM_OutSrc = &pHalData->DM_OutSrc; -+ u1Byte TotalAssocEntryNum = 0; -+ u1Byte index = 0; -+ -+ -+ ODM_CmnInfoPtrArrayHook(pDM_OutSrc, ODM_CMNINFO_STA_STATUS, 0, &pLoopAdapter->MgntInfo.DefaultPort[0]); -+ pLoopAdapter->MgntInfo.DefaultPort[0].MultiPortStationIdx = TotalAssocEntryNum; -+ -+ pLoopAdapter = GetNextExtAdapter(pLoopAdapter); -+ TotalAssocEntryNum +=1; -+ -+ while(pLoopAdapter) -+ { -+ for (index = 0; index MgntInfo.AsocEntry[index]); -+ pLoopAdapter->MgntInfo.AsocEntry[index].MultiPortStationIdx = TotalAssocEntryNum+index; -+ } -+ -+ TotalAssocEntryNum+= index; -+ if(IS_HARDWARE_TYPE_8188E((pDM_Odm->Adapter))) -+ pLoopAdapter->RASupport = TRUE; -+ pLoopAdapter = GetNextExtAdapter(pLoopAdapter); -+ } -+#endif -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+/* Justin: According to the current RRSI to adjust Response Frame TX power, 2012/11/05 */ -+void odm_dtc(PDM_ODM_T pDM_Odm) -+{ -+#ifdef CONFIG_DM_RESP_TXAGC -+ #define DTC_BASE 35 /* RSSI higher than this value, start to decade TX power */ -+ #define DTC_DWN_BASE (DTC_BASE-5) /* RSSI lower than this value, start to increase TX power */ -+ -+ /* RSSI vs TX power step mapping: decade TX power */ -+ static const u8 dtc_table_down[]={ -+ DTC_BASE, -+ (DTC_BASE+5), -+ (DTC_BASE+10), -+ (DTC_BASE+15), -+ (DTC_BASE+20), -+ (DTC_BASE+25) -+ }; -+ -+ /* RSSI vs TX power step mapping: increase TX power */ -+ static const u8 dtc_table_up[]={ -+ DTC_DWN_BASE, -+ (DTC_DWN_BASE-5), -+ (DTC_DWN_BASE-10), -+ (DTC_DWN_BASE-15), -+ (DTC_DWN_BASE-15), -+ (DTC_DWN_BASE-20), -+ (DTC_DWN_BASE-20), -+ (DTC_DWN_BASE-25), -+ (DTC_DWN_BASE-25), -+ (DTC_DWN_BASE-30), -+ (DTC_DWN_BASE-35) -+ }; -+ -+ u8 i; -+ u8 dtc_steps=0; -+ u8 sign; -+ u8 resp_txagc=0; -+ -+ #if 0 -+ /* As DIG is disabled, DTC is also disable */ -+ if(!(pDM_Odm->SupportAbility & ODM_XXXXXX)) -+ return; -+ #endif -+ -+ if (DTC_BASE < pDM_Odm->RSSI_Min) { -+ /* need to decade the CTS TX power */ -+ sign = 1; -+ for (i=0;i= pDM_Odm->RSSI_Min) || (dtc_steps >= 6)) -+ break; -+ else -+ dtc_steps++; -+ } -+ } -+#if 0 -+ else if (DTC_DWN_BASE > pDM_Odm->RSSI_Min) -+ { -+ /* needs to increase the CTS TX power */ -+ sign = 0; -+ dtc_steps = 1; -+ for (i=0;iRSSI_Min) || (dtc_steps>=10)) -+ break; -+ else -+ dtc_steps++; -+ } -+ } -+#endif -+ else -+ { -+ sign = 0; -+ dtc_steps = 0; -+ } -+ -+ resp_txagc = dtc_steps | (sign << 4); -+ resp_txagc = resp_txagc | (resp_txagc << 5); -+ ODM_Write1Byte(pDM_Odm, 0x06d9, resp_txagc); -+ -+ DBG_871X("%s RSSI_Min:%u, set RESP_TXAGC to %s %u\n", -+ __func__, pDM_Odm->RSSI_Min, sign?"minus":"plus", dtc_steps); -+#endif /* CONFIG_RESP_TXAGC_ADJUST */ -+} -+ -+#endif /* #if (DM_ODM_SUPPORT_TYPE == ODM_CE) */ -+ -+VOID -+odm_UpdatePowerTrainingState( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PFALSE_ALARM_STATISTICS FalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm , PHYDM_FALSEALMCNT); -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ u4Byte score = 0; -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_PWR_TRAIN)) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState()============>\n")); -+ pDM_Odm->bChangeState = FALSE; -+ -+ // Debug command -+ if(pDM_Odm->ForcePowerTrainingState) -+ { -+ if(pDM_Odm->ForcePowerTrainingState == 1 && !pDM_Odm->bDisablePowerTraining) -+ { -+ pDM_Odm->bChangeState = TRUE; -+ pDM_Odm->bDisablePowerTraining = TRUE; -+ } -+ else if(pDM_Odm->ForcePowerTrainingState == 2 && pDM_Odm->bDisablePowerTraining) -+ { -+ pDM_Odm->bChangeState = TRUE; -+ pDM_Odm->bDisablePowerTraining = FALSE; -+ } -+ -+ pDM_Odm->PT_score = 0; -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM = 0; -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK = 0; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): ForcePowerTrainingState = %d\n", -+ pDM_Odm->ForcePowerTrainingState)); -+ return; -+ } -+ -+ if(!pDM_Odm->bLinked) -+ return; -+ -+ // First connect -+ if((pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == FALSE)) -+ { -+ pDM_Odm->PT_score = 0; -+ pDM_Odm->bChangeState = TRUE; -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM = 0; -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK = 0; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): First Connect\n")); -+ return; -+ } -+ -+ // Compute score -+ if(pDM_Odm->NHM_cnt_0 >= 215) -+ score = 2; -+ else if(pDM_Odm->NHM_cnt_0 >= 190) -+ score = 1; // unknow state -+ else -+ { -+ u4Byte RX_Pkt_Cnt; -+ -+ RX_Pkt_Cnt = (u4Byte)(pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM) + (u4Byte)(pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK); -+ -+ if((FalseAlmCnt->Cnt_CCA_all > 31 && RX_Pkt_Cnt > 31) && (FalseAlmCnt->Cnt_CCA_all >= RX_Pkt_Cnt)) -+ { -+ if((RX_Pkt_Cnt + (RX_Pkt_Cnt >> 1)) <= FalseAlmCnt->Cnt_CCA_all) -+ score = 0; -+ else if((RX_Pkt_Cnt + (RX_Pkt_Cnt >> 2)) <= FalseAlmCnt->Cnt_CCA_all) -+ score = 1; -+ else -+ score = 2; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): RX_Pkt_Cnt = %d, Cnt_CCA_all = %d\n", -+ RX_Pkt_Cnt, FalseAlmCnt->Cnt_CCA_all)); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): NumQryPhyStatusOFDM = %d, NumQryPhyStatusCCK = %d\n", -+ (u4Byte)(pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM), (u4Byte)(pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK))); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): NHM_cnt_0 = %d, score = %d\n", -+ pDM_Odm->NHM_cnt_0, score)); -+ -+ // smoothing -+ pDM_Odm->PT_score = (score << 4) + (pDM_Odm->PT_score>>1) + (pDM_Odm->PT_score>>2); -+ score = (pDM_Odm->PT_score + 32) >> 6; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): PT_score = %d, score after smoothing = %d\n", -+ pDM_Odm->PT_score, score)); -+ -+ // Mode decision -+ if(score == 2) -+ { -+ if(pDM_Odm->bDisablePowerTraining) -+ { -+ pDM_Odm->bChangeState = TRUE; -+ pDM_Odm->bDisablePowerTraining = FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): Change state\n")); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): Enable Power Training\n")); -+ } -+ else if(score == 0) -+ { -+ if(!pDM_Odm->bDisablePowerTraining) -+ { -+ pDM_Odm->bChangeState = TRUE; -+ pDM_Odm->bDisablePowerTraining = TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): Change state\n")); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_RA_MASK, ODM_DBG_LOUD,("odm_UpdatePowerTrainingState(): Disable Power Training\n")); -+ } -+ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM = 0; -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK = 0; -+#endif -+} -+ -+ -+ -+/*===========================================================*/ -+/* The following is for compile only*/ -+/*===========================================================*/ -+/*#define TARGET_CHNL_NUM_2G_5G 59*/ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+u1Byte GetRightChnlPlaceforIQK(u1Byte chnl) -+{ -+ u1Byte channel_all[TARGET_CHNL_NUM_2G_5G] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 100, -+ 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 149, 151, 153, 155, 157, 159, 161, 163, 165}; -+ u1Byte place = chnl; -+ -+ -+ if (chnl > 14) { -+ for (place = 14; place < sizeof(channel_all); place++) { -+ if (channel_all[place] == chnl) -+ return place-13; -+ } -+ } -+ -+ return 0; -+} -+ -+VOID -+FillH2CCmd92C( -+ IN PADAPTER Adapter, -+ IN u1Byte ElementID, -+ IN u4Byte CmdLen, -+ IN pu1Byte pCmdBuffer -+) -+{} -+VOID -+PHY_SetTxPowerLevel8192C( -+ IN PADAPTER Adapter, -+ IN u1Byte channel -+ ) -+{ -+} -+#endif -+/*===========================================================*/ -+ -+VOID -+phydm_NoisyDetection( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte Total_FA_Cnt, Total_CCA_Cnt; -+ u4Byte Score = 0, i, Score_Smooth; -+ -+ Total_CCA_Cnt = pDM_Odm->FalseAlmCnt.Cnt_CCA_all; -+ Total_FA_Cnt = pDM_Odm->FalseAlmCnt.Cnt_all; -+ -+/* -+ if( Total_FA_Cnt*16>=Total_CCA_Cnt*14 ) // 87.5 -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*12 ) // 75 -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*10 ) // 56.25 -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*8 ) // 50 -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*7 ) // 43.75 -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*6 ) // 37.5 -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*5 ) // 31.25% -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*4 ) // 25% -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*3 ) // 18.75% -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*2 ) // 12.5% -+ -+ else if( Total_FA_Cnt*16>=Total_CCA_Cnt*1 ) // 6.25% -+*/ -+ for(i=0;i<=16;i++) -+ { -+ if( Total_FA_Cnt*16>=Total_CCA_Cnt*(16-i) ) -+ { -+ Score = 16-i; -+ break; -+ } -+ } -+ -+ // NoisyDecision_Smooth = NoisyDecision_Smooth>>1 + (Score<<3)>>1; -+ pDM_Odm->NoisyDecision_Smooth = (pDM_Odm->NoisyDecision_Smooth>>1) + (Score<<2); -+ -+ // Round the NoisyDecision_Smooth: +"3" comes from (2^3)/2-1 -+ Score_Smooth = (Total_CCA_Cnt>=300)?((pDM_Odm->NoisyDecision_Smooth+3)>>3):0; -+ -+ pDM_Odm->NoisyDecision = (Score_Smooth>=3)?1:0; -+/* -+ switch(Score_Smooth) -+ { -+ case 0: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=0%%\n")); -+ break; -+ case 1: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=6.25%%\n")); -+ break; -+ case 2: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=12.5%%\n")); -+ break; -+ case 3: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=18.75%%\n")); -+ break; -+ case 4: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=25%%\n")); -+ break; -+ case 5: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=31.25%%\n")); -+ break; -+ case 6: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=37.5%%\n")); -+ break; -+ case 7: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=43.75%%\n")); -+ break; -+ case 8: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=50%%\n")); -+ break; -+ case 9: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=56.25%%\n")); -+ break; -+ case 10: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=62.5%%\n")); -+ break; -+ case 11: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=68.75%%\n")); -+ break; -+ case 12: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=75%%\n")); -+ break; -+ case 13: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=81.25%%\n")); -+ break; -+ case 14: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=87.5%%\n")); -+ break; -+ case 15: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=93.75%%\n")); -+ break; -+ case 16: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_FA_Cnt/Total_CCA_Cnt=100%%\n")); -+ break; -+ default: -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("[NoisyDetection] Unknown Value!! Need Check!!\n")); -+ } -+*/ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_NOISY_DETECT, ODM_DBG_LOUD, -+ ("[NoisyDetection] Total_CCA_Cnt=%d, Total_FA_Cnt=%d, NoisyDecision_Smooth=%d, Score=%d, Score_Smooth=%d, pDM_Odm->NoisyDecision=%d\n", -+ Total_CCA_Cnt, Total_FA_Cnt, pDM_Odm->NoisyDecision_Smooth, Score, Score_Smooth, pDM_Odm->NoisyDecision)); -+ -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.c linux/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.c 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,347 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+VOID -+odm_SetCrystalCap( -+ IN PVOID pDM_VOID, -+ IN u1Byte CrystalCap -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = (PCFO_TRACKING)PhyDM_Get_Structure( pDM_Odm, PHYDM_CFOTRACK); -+ BOOLEAN bEEPROMCheck; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ bEEPROMCheck = (pHalData->EEPROMVersion >= 0x01)?TRUE:FALSE; -+#else -+ bEEPROMCheck = TRUE; -+#endif -+ -+ if(pCfoTrack->CrystalCap == CrystalCap) -+ return; -+ -+ pCfoTrack->CrystalCap = CrystalCap; -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8188E | ODM_RTL8188F)) { -+ /* write 0x24[22:17] = 0x24[16:11] = CrystalCap */ -+ CrystalCap = CrystalCap & 0x3F; -+ ODM_SetBBReg(pDM_Odm, REG_AFE_XTAL_CTRL, 0x007ff800, (CrystalCap|(CrystalCap << 6))); -+ } else if (pDM_Odm->SupportICType & ODM_RTL8812) { -+ /* write 0x2C[30:25] = 0x2C[24:19] = CrystalCap */ -+ CrystalCap = CrystalCap & 0x3F; -+ ODM_SetBBReg(pDM_Odm, REG_MAC_PHY_CTRL, 0x7FF80000, (CrystalCap|(CrystalCap << 6))); -+ } else if (((pDM_Odm->SupportICType & ODM_RTL8723A) && bEEPROMCheck) || -+ (pDM_Odm->SupportICType & (ODM_RTL8703B|ODM_RTL8723B|ODM_RTL8192E|ODM_RTL8821))) { -+ /* 0x2C[23:18] = 0x2C[17:12] = CrystalCap */ -+ CrystalCap = CrystalCap & 0x3F; -+ ODM_SetBBReg(pDM_Odm, REG_MAC_PHY_CTRL, 0x00FFF000, (CrystalCap|(CrystalCap << 6))); -+ } else if (pDM_Odm->SupportICType & ODM_RTL8821B) { -+ /* write 0x28[6:1] = 0x24[30:25] = CrystalCap */ -+ CrystalCap = CrystalCap & 0x3F; -+ ODM_SetBBReg(pDM_Odm, REG_AFE_XTAL_CTRL, 0x7E000000, CrystalCap); -+ ODM_SetBBReg(pDM_Odm, REG_AFE_PLL_CTRL, 0x7E, CrystalCap); -+ } else if (pDM_Odm->SupportICType & ODM_RTL8814A) { -+ /* write 0x2C[26:21] = 0x2C[20:15] = CrystalCap */ -+ CrystalCap = CrystalCap & 0x3F; -+ ODM_SetBBReg(pDM_Odm, REG_MAC_PHY_CTRL, 0x07FF8000, (CrystalCap|(CrystalCap << 6))); -+ } else if (pDM_Odm->SupportICType & ODM_RTL8822B) { -+ /* write 0x24[30:25] = 0x28[6:1] = CrystalCap */ -+ CrystalCap = CrystalCap & 0x3F; -+ ODM_SetBBReg(pDM_Odm, REG_AFE_XTAL_CTRL, 0x7e000000, CrystalCap); -+ ODM_SetBBReg(pDM_Odm, REG_AFE_PLL_CTRL, 0x7e, CrystalCap); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("odm_SetCrystalCap(): Use default setting.\n")); -+ ODM_SetBBReg(pDM_Odm, REG_MAC_PHY_CTRL, 0xFFF000, (CrystalCap|(CrystalCap << 6))); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("odm_SetCrystalCap(): CrystalCap = 0x%x\n", CrystalCap)); -+#endif -+} -+ -+u1Byte -+odm_GetDefaultCrytaltalCap( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte CrystalCap = 0x20; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ CrystalCap = pHalData->CrystalCap; -+#else -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ -+ if(priv->pmib->dot11RFEntry.xcap > 0) -+ CrystalCap = priv->pmib->dot11RFEntry.xcap; -+#endif -+ -+ CrystalCap = CrystalCap & 0x3f; -+ -+ return CrystalCap; -+} -+ -+VOID -+odm_SetATCStatus( -+ IN PVOID pDM_VOID, -+ IN BOOLEAN ATCStatus -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = (PCFO_TRACKING)PhyDM_Get_Structure( pDM_Odm, PHYDM_CFOTRACK); -+ -+ if(pCfoTrack->bATCStatus == ATCStatus) -+ return; -+ -+ ODM_SetBBReg(pDM_Odm, ODM_REG(BB_ATC,pDM_Odm), ODM_BIT(BB_ATC,pDM_Odm), ATCStatus); -+ pCfoTrack->bATCStatus = ATCStatus; -+} -+ -+BOOLEAN -+odm_GetATCStatus( -+ IN PVOID pDM_VOID -+) -+{ -+ BOOLEAN ATCStatus; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ATCStatus = (BOOLEAN)ODM_GetBBReg(pDM_Odm, ODM_REG(BB_ATC,pDM_Odm), ODM_BIT(BB_ATC,pDM_Odm)); -+ return ATCStatus; -+} -+ -+VOID -+ODM_CfoTrackingReset( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = (PCFO_TRACKING)PhyDM_Get_Structure( pDM_Odm, PHYDM_CFOTRACK); -+ -+ pCfoTrack->DefXCap = odm_GetDefaultCrytaltalCap(pDM_Odm); -+ pCfoTrack->bAdjust = TRUE; -+ -+ if(pCfoTrack->CrystalCap > pCfoTrack->DefXCap) -+ { -+ odm_SetCrystalCap(pDM_Odm, pCfoTrack->CrystalCap - 1); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, -+ ("ODM_CfoTrackingReset(): approch default value (0x%x)\n", pCfoTrack->CrystalCap)); -+ } else if (pCfoTrack->CrystalCap < pCfoTrack->DefXCap) -+ { -+ odm_SetCrystalCap(pDM_Odm, pCfoTrack->CrystalCap + 1); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, -+ ("ODM_CfoTrackingReset(): approch default value (0x%x)\n", pCfoTrack->CrystalCap)); -+ } -+ -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ odm_SetATCStatus(pDM_Odm, TRUE); -+ #endif -+} -+ -+VOID -+ODM_CfoTrackingInit( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = (PCFO_TRACKING)PhyDM_Get_Structure( pDM_Odm, PHYDM_CFOTRACK); -+ -+ pCfoTrack->DefXCap = pCfoTrack->CrystalCap = odm_GetDefaultCrytaltalCap(pDM_Odm); -+ pCfoTrack->bATCStatus = odm_GetATCStatus(pDM_Odm); -+ pCfoTrack->bAdjust = TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking_init()=========> \n")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking_init(): bATCStatus = %d, CrystalCap = 0x%x \n",pCfoTrack->bATCStatus, pCfoTrack->DefXCap)); -+} -+ -+VOID -+ODM_CfoTracking( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PCFO_TRACKING pCfoTrack = (PCFO_TRACKING)PhyDM_Get_Structure( pDM_Odm, PHYDM_CFOTRACK); -+ int CFO_kHz_A, CFO_kHz_B, CFO_ave = 0; -+ int CFO_ave_diff; -+ int CrystalCap = (int)pCfoTrack->CrystalCap; -+ u1Byte Adjust_Xtal = 1; -+ -+ //4 Support ability -+ if(!(pDM_Odm->SupportAbility & ODM_BB_CFO_TRACKING)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): Return: SupportAbility ODM_BB_CFO_TRACKING is disabled\n")); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking()=========> \n")); -+ -+ if(!pDM_Odm->bLinked || !pDM_Odm->bOneEntryOnly) -+ { -+ //4 No link or more than one entry -+ ODM_CfoTrackingReset(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): Reset: bLinked = %d, bOneEntryOnly = %d\n", -+ pDM_Odm->bLinked, pDM_Odm->bOneEntryOnly)); -+ } -+ else -+ { -+ //3 1. CFO Tracking -+ //4 1.1 No new packet -+ if(pCfoTrack->packetCount == pCfoTrack->packetCount_pre) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): packet counter doesn't change\n")); -+ return; -+ } -+ pCfoTrack->packetCount_pre = pCfoTrack->packetCount; -+ -+ //4 1.2 Calculate CFO -+ CFO_kHz_A = (int)((pCfoTrack->CFO_tail[0] * 3125) / 10)>>7; /* CFO_tail[1:0] is S(8,7), (num_subcarrier>>7) x 312.5K = CFO value(K Hz) */ -+ CFO_kHz_B = (int)((pCfoTrack->CFO_tail[1] * 3125) / 10)>>7; -+ -+ if(pDM_Odm->RFType < ODM_2T2R) -+ CFO_ave = CFO_kHz_A; -+ else -+ CFO_ave = (int)(CFO_kHz_A + CFO_kHz_B) >> 1; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): CFO_kHz_A = %dkHz, CFO_kHz_B = %dkHz, CFO_ave = %dkHz\n", -+ CFO_kHz_A, CFO_kHz_B, CFO_ave)); -+ -+ //4 1.3 Avoid abnormal large CFO -+ CFO_ave_diff = (pCfoTrack->CFO_ave_pre >= CFO_ave)?(pCfoTrack->CFO_ave_pre - CFO_ave):(CFO_ave - pCfoTrack->CFO_ave_pre); -+ if(CFO_ave_diff > 20 && pCfoTrack->largeCFOHit == 0 && !pCfoTrack->bAdjust) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): first large CFO hit\n")); -+ pCfoTrack->largeCFOHit = 1; -+ return; -+ } -+ else -+ pCfoTrack->largeCFOHit = 0; -+ pCfoTrack->CFO_ave_pre = CFO_ave; -+ -+ //4 1.4 Dynamic Xtal threshold -+ if(pCfoTrack->bAdjust == FALSE) -+ { -+ if(CFO_ave > CFO_TH_XTAL_HIGH || CFO_ave < (-CFO_TH_XTAL_HIGH)) -+ pCfoTrack->bAdjust = TRUE; -+ } -+ else -+ { -+ if(CFO_ave < CFO_TH_XTAL_LOW && CFO_ave > (-CFO_TH_XTAL_LOW)) -+ pCfoTrack->bAdjust = FALSE; -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ //4 1.5 BT case: Disable CFO tracking -+ if(pDM_Odm->bBtEnabled) -+ { -+ pCfoTrack->bAdjust = FALSE; -+ odm_SetCrystalCap(pDM_Odm, pCfoTrack->DefXCap); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): Disable CFO tracking for BT!!\n")); -+ } -+/* -+ //4 1.6 Big jump -+ if(pCfoTrack->bAdjust) -+ { -+ if(CFO_ave > CFO_TH_XTAL_LOW) -+ Adjust_Xtal = Adjust_Xtal + ((CFO_ave - CFO_TH_XTAL_LOW) >> 2); -+ else if(CFO_ave < (-CFO_TH_XTAL_LOW)) -+ Adjust_Xtal = Adjust_Xtal + ((CFO_TH_XTAL_LOW - CFO_ave) >> 2); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): Crystal cap offset = %d\n", Adjust_Xtal)); -+ } -+*/ -+#endif -+ -+ //4 1.7 Adjust Crystal Cap. -+ if(pCfoTrack->bAdjust) -+ { -+ if(CFO_ave > CFO_TH_XTAL_LOW) -+ CrystalCap = CrystalCap + Adjust_Xtal; -+ else if(CFO_ave < (-CFO_TH_XTAL_LOW)) -+ CrystalCap = CrystalCap - Adjust_Xtal; -+ -+ if(CrystalCap > 0x3f) -+ CrystalCap = 0x3f; -+ else if (CrystalCap < 0) -+ CrystalCap = 0; -+ -+ odm_SetCrystalCap(pDM_Odm, (u1Byte)CrystalCap); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): Crystal cap = 0x%x, Default Crystal cap = 0x%x\n", -+ pCfoTrack->CrystalCap, pCfoTrack->DefXCap)); -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ return; -+ -+ //3 2. Dynamic ATC switch -+ if(CFO_ave < CFO_TH_ATC && CFO_ave > -CFO_TH_ATC) -+ { -+ odm_SetATCStatus(pDM_Odm, FALSE); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): Disable ATC!!\n")); -+ } -+ else -+ { -+ odm_SetATCStatus(pDM_Odm, TRUE); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CFO_TRACKING, ODM_DBG_LOUD, ("ODM_CfoTracking(): Enable ATC!!\n")); -+ } -+#endif -+ } -+} -+ -+VOID -+ODM_ParsingCFO( -+ IN PVOID pDM_VOID, -+ IN PVOID pPktinfo_VOID, -+ IN s1Byte* pcfotail -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_PACKET_INFO_T pPktinfo = (PODM_PACKET_INFO_T)pPktinfo_VOID; -+ PCFO_TRACKING pCfoTrack = (PCFO_TRACKING)PhyDM_Get_Structure( pDM_Odm, PHYDM_CFOTRACK); -+ u1Byte i; -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_CFO_TRACKING)) -+ return; -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(pPktinfo->bPacketMatchBSSID) -+#else -+ if(pPktinfo->StationID != 0) -+#endif -+ { -+ //3 Update CFO report for path-A & path-B -+ // Only paht-A and path-B have CFO tail and short CFO -+ for(i = ODM_RF_PATH_A; i <= ODM_RF_PATH_B; i++) -+ { -+ pCfoTrack->CFO_tail[i] = (int)pcfotail[i]; -+ } -+ -+ //3 Update packet counter -+ if(pCfoTrack->packetCount == 0xffffffff) -+ pCfoTrack->packetCount = 0; -+ else -+ pCfoTrack->packetCount++; -+ } -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.h linux/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_cfotracking.h 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,68 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMCFOTRACK_H__ -+#define __PHYDMCFOTRACK_H__ -+ -+#define CFO_TRACKING_VERSION "1.2" /*2015.06.17*/ -+ -+#define CFO_TH_XTAL_HIGH 20 // kHz -+#define CFO_TH_XTAL_LOW 10 // kHz -+#define CFO_TH_ATC 80 // kHz -+ -+typedef struct _CFO_TRACKING_ -+{ -+ BOOLEAN bATCStatus; -+ BOOLEAN largeCFOHit; -+ BOOLEAN bAdjust; -+ u1Byte CrystalCap; -+ u1Byte DefXCap; -+ int CFO_tail[2]; -+ int CFO_ave_pre; -+ u4Byte packetCount; -+ u4Byte packetCount_pre; -+ -+ BOOLEAN bForceXtalCap; -+ BOOLEAN bReset; -+}CFO_TRACKING, *PCFO_TRACKING; -+ -+VOID -+ODM_CfoTrackingReset( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+ODM_CfoTrackingInit( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+ODM_CfoTracking( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+ODM_ParsingCFO( -+ IN PVOID pDM_VOID, -+ IN PVOID pPktinfo_VOID, -+ IN s1Byte* pcfotail -+); -+ -+#endif -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_debug.c linux/3rdparty/rtl8812au/hal/phydm/phydm_debug.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_debug.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_debug.c 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,2003 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+ -+VOID -+PHYDM_InitDebugSetting( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ pDM_Odm->DebugLevel = ODM_DBG_TRACE; -+ -+ pDM_Odm->DebugComponents = -+ \ -+#if DBG -+//BB Functions -+// ODM_COMP_DIG | -+// ODM_COMP_RA_MASK | -+// ODM_COMP_DYNAMIC_TXPWR | -+// ODM_COMP_FA_CNT | -+// ODM_COMP_RSSI_MONITOR | -+// ODM_COMP_CCK_PD | -+/* ODM_COMP_ANT_DIV |*/ -+// ODM_COMP_PWR_SAVE | -+// ODM_COMP_PWR_TRAIN | -+// ODM_COMP_RATE_ADAPTIVE | -+// ODM_COMP_PATH_DIV | -+// ODM_COMP_DYNAMIC_PRICCA | -+// ODM_COMP_RXHP | -+// ODM_COMP_MP | -+// ODM_COMP_CFO_TRACKING | -+// ODM_COMP_ACS | -+// PHYDM_COMP_ADAPTIVITY | -+// PHYDM_COMP_RA_DBG | -+/* PHYDM_COMP_TXBF |*/ -+//MAC Functions -+// ODM_COMP_EDCA_TURBO | -+// ODM_COMP_EARLY_MODE | -+/* ODM_FW_DEBUG_TRACE |*/ -+//RF Functions -+// ODM_COMP_TX_PWR_TRACK | -+// ODM_COMP_RX_GAIN_TRACK | -+// ODM_COMP_CALIBRATION | -+//Common -+/* ODM_PHY_CONFIG |*/ -+// ODM_COMP_COMMON | -+// ODM_COMP_INIT | -+// ODM_COMP_PSD | -+/* ODM_COMP_NOISY_DETECT |*/ -+#endif -+ 0; -+ -+ pDM_Odm->fw_buff_is_enpty = TRUE; -+ pDM_Odm->pre_c2h_seq = 0; -+} -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+static u1Byte BbDbgBuf[BB_TMP_BUF_SIZE]; -+ -+VOID -+phydm_BB_RxHang_Info(IN PDM_ODM_T pDM_Odm) -+{ -+ u4Byte value32 = 0; -+ -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ return; -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xF80 , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "rptreg of sc/bw/ht/...", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ /* dbg_port = state machine */ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0x007); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "state machine", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = CCA-related*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0x204); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "CCA-related", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ -+ /* dbg_port = edcca/rxd*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0x278); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "edcca/rxd", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = rx_state/mux_state/ADC_MASK_OFDM*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0x290); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "rx_state/mux_state/ADC_MASK_OFDM", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = bf-related*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0x2B2); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "bf-related", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = bf-related*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0x2B8); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "bf-related", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = txon/rxd*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xA03); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "txon/rxd", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = l_rate/l_length*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xA0B); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "l_rate/l_length", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = rxd/rxd_hit*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xA0D); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "rxd/rxd_hit", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = dis_cca*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xAA0); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "dis_cca", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ -+ /* dbg_port = tx*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xAB0); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "tx", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ /* dbg_port = rx plcp*/ -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xAD0); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "rx plcp", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xAD1); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "rx plcp", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xAD2); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "rx plcp", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord, 0xAD3); -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_DBG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "0x8fc", value32); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, ODM_REG_RPT_11AC , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = 0x%x", "rx plcp", (value32)); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+} -+ -+VOID -+phydm_BB_Debug_Info(IN PDM_ODM_T pDM_Odm) -+{ -+ -+ u1Byte RX_HT_BW, RX_VHT_BW, RXSC, RX_HT, RX_BW; -+ static u1Byte vRX_BW ; -+ u4Byte value32, value32_1, value32_2, value32_3; -+ s4Byte SFO_A, SFO_B, SFO_C, SFO_D; -+ s4Byte LFO_A, LFO_B, LFO_C, LFO_D; -+ static u1Byte MCSS, Tail, Parity, rsv, vrsv, idx, smooth, htsound, agg, stbc, vstbc, fec, fecext, sgi, sgiext, htltf, vgid, vNsts, vtxops, vrsv2, vbrsv, bf, vbcrc; -+ static u2Byte HLength, htcrc8, Length; -+ static u2Byte vpaid; -+ static u2Byte vLength, vhtcrc8, vMCSS, vTail, vbTail; -+ static u1Byte HMCSS, HRX_BW; -+ -+ -+ u1Byte pwDB; -+ s1Byte RXEVM_0, RXEVM_1, RXEVM_2 ; -+ u1Byte RF_gain_pathA, RF_gain_pathB, RF_gain_pathC, RF_gain_pathD; -+ u1Byte RX_SNR_pathA, RX_SNR_pathB, RX_SNR_pathC, RX_SNR_pathD; -+ s4Byte sig_power; -+ const char *RXHT_table[3] = {"legacy", "HT", "VHT"}; -+ const char *BW_table[3] = {"20M", "40M", "80M"}; -+ const char *RXSC_table[7] = {"duplicate/full bw", "usc20-1", "lsc20-1", "usc20-2", "lsc20-2", "usc40", "lsc40"}; -+ -+ const char *L_rate[8] = {"6M", "9M", "12M", "18M", "24M", "36M", "48M", "54M"}; -+ -+ -+ /* -+ const double evm_comp_20M = 0.579919469776867; //10*log10(64.0/56.0) -+ const double evm_comp_40M = 0.503051183113957; //10*log10(128.0/114.0) -+ const double evm_comp_80M = 0.244245993314183; //10*log10(256.0/242.0) -+ const double evm_comp_160M = 0.244245993314183; //10*log10(512.0/484.0) -+ */ -+ -+ if (pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ return; -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s\n", "BB Report Info"); -+ DCMD_Printf(BbDbgBuf); -+ -+ /*BW & Mode Detection*/ -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xf80 , bMaskDWord); -+ value32_2 = value32; -+ RX_HT_BW = (u1Byte)(value32 & 0x1); -+ RX_VHT_BW = (u1Byte)((value32 >> 1) & 0x3); -+ RXSC = (u1Byte)(value32 & 0x78); -+ value32_1 = (value32 & 0x180) >> 7; -+ RX_HT = (u1Byte)(value32_1); -+ /* -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "F80", value32_2); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "RX_HT_BW", RX_HT_BW); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "RX_VHT_BW", RX_VHT_BW); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "RX_SC", RXSC); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "RX_HT", RX_HT); -+ DCMD_Printf(BbDbgBuf); -+ */ -+ -+ /*rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n RX_HT:%s ", RXHT_table[RX_HT]);*/ -+ /*DCMD_Printf(BbDbgBuf);*/ -+ RX_BW = 0; -+ -+ if (RX_HT == 2) { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n Mode: VHT Mode"); -+ DCMD_Printf(BbDbgBuf); -+ if (RX_VHT_BW == 0) { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " BW=20M"); -+ DCMD_Printf(BbDbgBuf); -+ } else if (RX_VHT_BW == 1) { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " BW=40M"); -+ DCMD_Printf(BbDbgBuf); -+ } else { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " BW=80M"); -+ DCMD_Printf(BbDbgBuf); -+ } -+ RX_BW = RX_VHT_BW; -+ } else if (RX_HT == 1) { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n Mode: HT Mode"); -+ DCMD_Printf(BbDbgBuf); -+ if (RX_HT_BW == 0) { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " BW=20M"); -+ DCMD_Printf(BbDbgBuf); -+ } else if (RX_HT_BW == 1) { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " BW=40M"); -+ DCMD_Printf(BbDbgBuf); -+ } -+ RX_BW = RX_HT_BW; -+ } else { -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n Mode: Legeacy Mode"); -+ DCMD_Printf(BbDbgBuf); -+ } -+ -+ if (RX_HT != 0) { -+ if (RXSC == 0) -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n duplicate/full bw"); -+ else if (RXSC == 1) -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n usc20-1"); -+ else if (RXSC == 2) -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n lsc20-1"); -+ else if (RXSC == 3) -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n usc20-2"); -+ else if (RXSC == 4) -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n lsc20-2"); -+ else if (RXSC == 9) -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n usc40"); -+ else if (RXSC == 10) -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n lsc40"); -+ DCMD_Printf(BbDbgBuf); -+ } -+ /* -+ if(RX_HT == 2){ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " BW:%s", BW_table[RX_VHT_BW]); -+ RX_BW = RX_VHT_BW; -+ } -+ else if(RX_HT == 1){ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " BW:%s", BW_table[RX_HT_BW]); -+ RX_BW = RX_HT_BW; -+ } -+ else -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, ""); -+ -+ DCMD_Printf(BbDbgBuf); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, " RXSC:%s", RXSC_table[RXSC]); -+ DCMD_Printf(BbDbgBuf); -+ */ -+ -+ -+/* rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "dB Conversion: 10log(65)", ODM_PWdB_Conversion(65,10,0));*/ -+/* DCMD_Printf(BbDbgBuf);*/ -+ -+ /* RX signal power and AGC related info*/ -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xF90 , bMaskDWord); -+ pwDB = (u1Byte)((value32 & bMaskByte1) >> 8); -+ pwDB = pwDB >> 1; -+ sig_power = -110 + pwDB; -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "OFDM RX Signal Power(dB)", sig_power); -+ DCMD_Printf(BbDbgBuf); -+ -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xd14 , bMaskDWord); -+ RX_SNR_pathA = (u1Byte)(value32 & 0xFF) >> 1; -+ RF_gain_pathA = (s1Byte)((value32 & bMaskByte1) >> 8); -+ RF_gain_pathA *= 2; -+ value32 = ODM_GetBBReg(pDM_Odm, 0xd54 , bMaskDWord); -+ RX_SNR_pathB = (u1Byte)(value32 & 0xFF) >> 1; -+ RF_gain_pathB = (s1Byte)((value32 & bMaskByte1) >> 8); -+ RF_gain_pathB *= 2; -+ value32 = ODM_GetBBReg(pDM_Odm, 0xd94 , bMaskDWord); -+ RX_SNR_pathC = (u1Byte)(value32 & 0xFF) >> 1; -+ RF_gain_pathC = (s1Byte)((value32 & bMaskByte1) >> 8); -+ RF_gain_pathC *= 2; -+ value32 = ODM_GetBBReg(pDM_Odm, 0xdd4 , bMaskDWord); -+ RX_SNR_pathD = (u1Byte)(value32 & 0xFF) >> 1; -+ RF_gain_pathD = (s1Byte)((value32 & bMaskByte1) >> 8); -+ RF_gain_pathD *= 2; -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "OFDM RX RF Gain(A/B/C/D)", RF_gain_pathA, RF_gain_pathA, RF_gain_pathC, RF_gain_pathD); -+ DCMD_Printf(BbDbgBuf); -+ -+ -+ /* RX Counter related info*/ -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xF08, bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "OFDM CCA Counter", ((value32&0xFFFF0000)>>16)); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xFD0, bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "OFDM SBD Fail Counter", value32&0xFFFF); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xFC4, bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d", "VHT SIGA/SIGB CRC8 Fail Counter", value32&0xFFFF, ((value32&0xFFFF0000)>>16)); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xFCC, bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "CCK CCA Counter", value32&0xFFFF); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xFBC, bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d", "LSIG (\"Parity Fail\"/\"Rate Illegal\") Counter", value32&0xFFFF, ((value32&0xFFFF0000)>>16)); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32_1 = ODM_GetBBReg(pDM_Odm, 0xFC8, bMaskDWord); -+ value32_2 = ODM_GetBBReg(pDM_Odm, 0xFC0, bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d", "HT/VHT MCS NOT SUPPORT counter", ((value32_2&0xFFFF0000)>>16), value32_1&0xFFFF); -+ DCMD_Printf(BbDbgBuf); -+ -+ -+ /* PostFFT related info*/ -+ -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xF8c , bMaskDWord); -+ RXEVM_0 = (s1Byte)((value32 & bMaskByte2) >> 16); -+ RXEVM_0 /= 2; -+ if (RXEVM_0 < -63) -+ RXEVM_0 = 0; -+ -+ DCMD_Printf(BbDbgBuf); -+ RXEVM_1 = (s1Byte)((value32 & bMaskByte3) >> 24); -+ RXEVM_1 /= 2; -+ value32 = ODM_GetBBReg(pDM_Odm, 0xF88 , bMaskDWord); -+ RXEVM_2 = (s1Byte)((value32 & bMaskByte2) >> 16); -+ RXEVM_2 /= 2; -+ -+ if (RXEVM_1 < -63) -+ RXEVM_1 = 0; -+ if (RXEVM_2 < -63) -+ RXEVM_2 = 0; -+ -+ /* -+ if(RX_BW == 0){ -+ RXEVM_0 -= evm_comp_20M; -+ RXEVM_1 -= evm_comp_20M; -+ RXEVM_2 -= evm_comp_20M; -+ } -+ else if(RX_BW == 1){ -+ RXEVM_0 -= evm_comp_40M; -+ RXEVM_1 -= evm_comp_40M; -+ RXEVM_2 -= evm_comp_40M; -+ } -+ else if (RX_BW == 2){ -+ RXEVM_0 -= evm_comp_80M; -+ RXEVM_1 -= evm_comp_80M; -+ RXEVM_2 -= evm_comp_80M; -+ } -+ */ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d", "RXEVM (1ss/2ss/3ss)", RXEVM_0, RXEVM_1, RXEVM_2); -+ DCMD_Printf(BbDbgBuf); -+ -+/* value32 = ODM_GetBBReg(pDM_Odm, 0xD14 ,bMaskDWord);*/ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d / %d / %d", "RXSNR(A/B/C/D, dB)", RX_SNR_pathA, RX_SNR_pathB, RX_SNR_pathC, RX_SNR_pathD); -+ DCMD_Printf(BbDbgBuf); -+/* rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d", "B_RXSNR", (value32&0xFF00)>>9);*/ -+/* DCMD_Printf(BbDbgBuf);*/ -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xF8C , bMaskDWord); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d", "CSI_1st /CSI_2nd", value32&0xFFFF, ((value32&0xFFFF0000)>>16)); -+ DCMD_Printf(BbDbgBuf); -+ -+ -+ //BW & Mode Detection -+ -+ //Reset Page F Counter -+ ODM_SetBBReg(pDM_Odm, 0xB58 , BIT0, 1); -+ ODM_SetBBReg(pDM_Odm, 0xB58 , BIT0, 0); -+ -+ //CFO Report Info -+ //Short CFO -+ value32 = ODM_GetBBReg(pDM_Odm, 0xd0c , bMaskDWord); -+ value32_1 = ODM_GetBBReg(pDM_Odm, 0xd4c , bMaskDWord); -+ value32_2 = ODM_GetBBReg(pDM_Odm, 0xd8c , bMaskDWord); -+ value32_3 = ODM_GetBBReg(pDM_Odm, 0xdcc , bMaskDWord); -+ -+ SFO_A = (s4Byte)(value32 & bMask12Bits); -+ SFO_B = (s4Byte)(value32_1 & bMask12Bits); -+ SFO_C = (s4Byte)(value32_2 & bMask12Bits); -+ SFO_D = (s4Byte)(value32_3 & bMask12Bits); -+ -+ LFO_A = (s4Byte)(value32 >> 16); -+ LFO_B = (s4Byte)(value32_1 >> 16); -+ LFO_C = (s4Byte)(value32_2 >> 16); -+ LFO_D = (s4Byte)(value32_3 >> 16); -+ -+ //SFO 2's to dec -+ if (SFO_A > 2047) -+ SFO_A = SFO_A - 4096; -+ SFO_A = (SFO_A * 312500) / 2048; -+ -+ if (SFO_B > 2047) -+ SFO_B = SFO_B - 4096; -+ SFO_B = (SFO_B * 312500) / 2048; -+ if (SFO_C > 2047) -+ SFO_C = SFO_C - 4096; -+ SFO_C = (SFO_C * 312500) / 2048; -+ if (SFO_D > 2047) -+ SFO_D = SFO_D - 4096; -+ SFO_D = (SFO_D * 312500) / 2048; -+ -+ //LFO 2's to dec -+ -+ if (LFO_A > 4095) -+ LFO_A = LFO_A - 8192; -+ -+ if (LFO_B > 4095) -+ LFO_B = LFO_B - 8192; -+ -+ if (LFO_C > 4095) -+ LFO_C = LFO_C - 8192; -+ -+ if (LFO_D > 4095) -+ LFO_D = LFO_D - 8192; -+ LFO_A = LFO_A * 312500 / 4096; -+ LFO_B = LFO_B * 312500 / 4096; -+ LFO_C = LFO_C * 312500 / 4096; -+ LFO_D = LFO_D * 312500 / 4096; -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "CFO Report Info"); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d/ %d/ %d", " Short CFO(Hz) ", SFO_A, SFO_B, SFO_C, SFO_D); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d/ %d/ %d", " Long CFO(Hz) ", LFO_A, LFO_B, LFO_C, LFO_D); -+ DCMD_Printf(BbDbgBuf); -+ -+ //SCFO -+ value32 = ODM_GetBBReg(pDM_Odm, 0xd10 , bMaskDWord); -+ value32_1 = ODM_GetBBReg(pDM_Odm, 0xd50 , bMaskDWord); -+ value32_2 = ODM_GetBBReg(pDM_Odm, 0xd90 , bMaskDWord); -+ value32_3 = ODM_GetBBReg(pDM_Odm, 0xdd0 , bMaskDWord); -+ -+ SFO_A = (s4Byte)(value32 & 0x7ff); -+ SFO_B = (s4Byte)(value32_1 & 0x7ff); -+ SFO_C = (s4Byte)(value32_2 & 0x7ff); -+ SFO_D = (s4Byte)(value32_3 & 0x7ff); -+ -+ if (SFO_A > 1023) -+ SFO_A = SFO_A - 2048; -+ -+ if (SFO_B > 2047) -+ SFO_B = SFO_B - 4096; -+ -+ if (SFO_C > 2047) -+ SFO_C = SFO_C - 4096; -+ -+ if (SFO_D > 2047) -+ SFO_D = SFO_D - 4096; -+ -+ SFO_A = SFO_A * 312500 / 1024; -+ SFO_B = SFO_B * 312500 / 1024; -+ SFO_C = SFO_C * 312500 / 1024; -+ SFO_D = SFO_D * 312500 / 1024; -+ -+ LFO_A = (s4Byte)(value32 >> 16); -+ LFO_B = (s4Byte)(value32_1 >> 16); -+ LFO_C = (s4Byte)(value32_2 >> 16); -+ LFO_D = (s4Byte)(value32_3 >> 16); -+ -+ if (LFO_A > 4095) -+ LFO_A = LFO_A - 8192; -+ -+ if (LFO_B > 4095) -+ LFO_B = LFO_B - 8192; -+ -+ if (LFO_C > 4095) -+ LFO_C = LFO_C - 8192; -+ -+ if (LFO_D > 4095) -+ LFO_D = LFO_D - 8192; -+ LFO_A = LFO_A * 312500 / 4096; -+ LFO_B = LFO_B * 312500 / 4096; -+ LFO_C = LFO_C * 312500 / 4096; -+ LFO_D = LFO_D * 312500 / 4096; -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d/ %d/ %d", " Value SCFO(Hz) ", SFO_A, SFO_B, SFO_C, SFO_D); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d/ %d/ %d", " ACQ CFO(Hz) ", LFO_A, LFO_B, LFO_C, LFO_D); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xd14 , bMaskDWord); -+ value32_1 = ODM_GetBBReg(pDM_Odm, 0xd54 , bMaskDWord); -+ value32_2 = ODM_GetBBReg(pDM_Odm, 0xd94 , bMaskDWord); -+ value32_3 = ODM_GetBBReg(pDM_Odm, 0xdd4 , bMaskDWord); -+ -+ LFO_A = (s4Byte)(value32 >> 16); -+ LFO_B = (s4Byte)(value32_1 >> 16); -+ LFO_C = (s4Byte)(value32_2 >> 16); -+ LFO_D = (s4Byte)(value32_3 >> 16); -+ -+ if (LFO_A > 4095) -+ LFO_A = LFO_A - 8192; -+ -+ if (LFO_B > 4095) -+ LFO_B = LFO_B - 8192; -+ -+ if (LFO_C > 4095) -+ LFO_C = LFO_C - 8192; -+ -+ if (LFO_D > 4095) -+ LFO_D = LFO_D - 8192; -+ -+ LFO_A = LFO_A * 312500 / 4096; -+ LFO_B = LFO_B * 312500 / 4096; -+ LFO_C = LFO_C * 312500 / 4096; -+ LFO_D = LFO_D * 312500 / 4096; -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %d / %d/ %d/ %d", " End CFO(Hz) ", LFO_A, LFO_B, LFO_C, LFO_D); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xf20 , bMaskDWord); /*L SIG*/ -+ -+ Tail = (u1Byte)((value32 & 0xfc0000) >> 16); -+ Parity = (u1Byte)((value32 & 0x20000) >> 16); -+ Length = (u2Byte)((value32 & 0x1ffe00) >> 8); -+ rsv = (u1Byte)(value32 & 0x10); -+ MCSS = (u1Byte)(value32 & 0x0f); -+ -+ switch (MCSS) { -+ case 0x0b: -+ idx = 0; -+ break; -+ case 0x0f: -+ idx = 1; -+ break; -+ case 0x0a: -+ idx = 2; -+ break; -+ case 0x0e: -+ idx = 3; -+ break; -+ case 0x09: -+ idx = 4; -+ break; -+ case 0x08: -+ idx = 5; -+ break; -+ case 0x0c: -+ idx = 6; -+ break; -+ default: -+ idx = 6; -+ break; -+ -+ } -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "L-SIG"); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n Rate:%s", L_rate[idx]); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x/ %x /%x", " Rsv/Length/Parity", rsv, RX_BW, Length); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "HT-SIG1"); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xf2c , bMaskDWord); /*HT SIG*/ -+ if (RX_HT == 1) { -+ -+ HMCSS = (u1Byte)(value32 & 0x7F); -+ HRX_BW = (u1Byte)(value32 & 0x80); -+ HLength = (u2Byte)((value32 >> 8) & 0xffff); -+ } -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x / %x/ %x", " MCS/BW/Length", HMCSS, HRX_BW, HLength); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "HT-SIG2"); -+ DCMD_Printf(BbDbgBuf); -+ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xf30 , bMaskDWord); /*HT SIG*/ -+ -+ if (RX_HT == 1) { -+ smooth = (u1Byte)(value32 & 0x01); -+ htsound = (u1Byte)(value32 & 0x02); -+ rsv = (u1Byte)(value32 & 0x04); -+ agg = (u1Byte)(value32 & 0x08); -+ stbc = (u1Byte)(value32 & 0x30); -+ fec = (u1Byte)(value32 & 0x40); -+ sgi = (u1Byte)(value32 & 0x80); -+ htltf = (u1Byte)((value32 & 0x300) >> 8); -+ htcrc8 = (u2Byte)((value32 & 0x3fc00) >> 8); -+ Tail = (u1Byte)((value32 & 0xfc0000) >> 16); -+ -+ -+ } -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x / %x/ %x/ %x/ %x/ %x", " Smooth/NoSound/Rsv/Aggregate/STBC/LDPC", smooth, htsound, rsv, agg, stbc, fec); -+ DCMD_Printf(BbDbgBuf); -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x / %x/ %x/ %x", " SGI/E-HT-LTFs/CRC/Tail", sgi, htltf, htcrc8, Tail); -+ DCMD_Printf(BbDbgBuf); -+ -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "VHT-SIG-A1"); -+ DCMD_Printf(BbDbgBuf); -+ value32 = ODM_GetBBReg(pDM_Odm, 0xf2c , bMaskDWord); /*VHT SIG A1*/ -+ if (RX_HT == 2) { -+ /* value32 = ODM_GetBBReg(pDM_Odm, 0xf2c ,bMaskDWord);*/ -+ vRX_BW = (u1Byte)(value32 & 0x03); -+ vrsv = (u1Byte)(value32 & 0x04); -+ vstbc = (u1Byte)(value32 & 0x08); -+ vgid = (u1Byte)((value32 & 0x3f0) >> 4); -+ vNsts = (u1Byte)(((value32 & 0x1c00) >> 8) + 1); -+ vpaid = (u2Byte)(value32 & 0x3fe); -+ vtxops = (u1Byte)((value32 & 0x400000) >> 20); -+ vrsv2 = (u1Byte)((value32 & 0x800000) >> 20); -+ } -+ -+ /*rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x", "F2C", value32);*/ -+ /*DCMD_Printf(BbDbgBuf);*/ -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x / %x/ %x/ %x/ %x/ %x /%x /%x", " BW/Rsv1/STBC/GID/Nsts/PAID/TXOPPS/Rsv2", vRX_BW, vrsv, vstbc, vgid, vNsts, vpaid, vtxops, vrsv2); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "VHT-SIG-A2"); -+ DCMD_Printf(BbDbgBuf); -+ value32 = ODM_GetBBReg(pDM_Odm, 0xf30 , bMaskDWord); /*VHT SIG*/ -+ -+ -+ if (RX_HT == 2) { -+ /*value32 = ODM_GetBBReg(pDM_Odm, 0xf30 ,bMaskDWord); */ /*VHT SIG*/ -+ -+ //sgi=(u1Byte)(value32&0x01); -+ sgiext = (u1Byte)(value32 & 0x03); -+ //fec = (u1Byte)(value32&0x04); -+ fecext = (u1Byte)(value32 & 0x0C); -+ -+ vMCSS = (u1Byte)(value32 & 0xf0); -+ bf = (u1Byte)((value32 & 0x100) >> 8); -+ vrsv = (u1Byte)((value32 & 0x200) >> 8); -+ vhtcrc8 = (u2Byte)((value32 & 0x3fc00) >> 8); -+ vTail = (u1Byte)((value32 & 0xfc0000) >> 16); -+ } -+ /*rsprintf(BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x", "F30", value32);*/ -+ /*DCMD_Printf(BbDbgBuf);*/ -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x / %x/ %x/ %x/ %x/ %x/ %x", " SGI/FEC/MCS/BF/Rsv/CRC/Tail", sgiext, fecext, vMCSS, bf, vrsv, vhtcrc8, vTail); -+ DCMD_Printf(BbDbgBuf); -+ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s", "VHT-SIG-B"); -+ DCMD_Printf(BbDbgBuf); -+ value32 = ODM_GetBBReg(pDM_Odm, 0xf34 , bMaskDWord); /*VHT SIG*/ -+ { -+ vLength = (u2Byte)(value32 & 0x1fffff); -+ vbrsv = (u1Byte)((value32 & 0x600000) >> 20); -+ vbTail = (u2Byte)((value32 & 0x1f800000) >> 20); -+ vbcrc = (u1Byte)((value32 & 0x80000000) >> 28); -+ -+ } -+ /*rsprintf(BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x", "F34", value32);*/ -+ /*DCMD_Printf(BbDbgBuf);*/ -+ rsprintf((char *)BbDbgBuf, BT_TMP_BUF_SIZE, "\r\n %-35s = %x / %x/ %x/ %x/", " Length/Rsv/Tail/CRC", vLength, vbrsv, vbTail, vbcrc); -+ DCMD_Printf(BbDbgBuf); -+ -+ -+} -+ -+void phydm_sbd_check( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ static u4Byte pkt_cnt = 0; -+ static BOOLEAN sbd_state = 0; -+ u4Byte sym_count, count, value32; -+ -+ if (sbd_state == 0) { -+ pkt_cnt++; -+ if (pkt_cnt % 5 == 0) { /*read SBD conter once every 5 packets*/ -+ ODM_SetTimer(pDM_Odm, &pDM_Odm->sbdcnt_timer, 0); /*ms*/ -+ sbd_state = 1; -+ } -+ } else { /*read counter*/ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xF98, bMaskDWord); -+ sym_count = (value32 & 0x7C000000) >> 26; -+ count = (value32 & 0x3F00000) >> 20; -+ DbgPrint("#SBD# sym_count %d count %d\n", sym_count, count); -+ sbd_state = 0; -+ } -+} -+ -+void phydm_sbd_callback( -+ PRT_TIMER pTimer -+) -+{ -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+#if USE_WORKITEM -+ ODM_ScheduleWorkItem(&pDM_Odm->sbdcnt_workitem); -+#else -+ phydm_sbd_check(pDM_Odm); -+#endif -+} -+ -+void phydm_sbd_workitem_callback( -+ IN PVOID pContext -+) -+{ -+ PADAPTER pAdapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ phydm_sbd_check(pDM_Odm); -+} -+#endif -+VOID -+phydm_BasicDbgMessage -+( -+ IN PVOID pDM_VOID -+) -+{ -+#if( DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PFALSE_ALARM_STATISTICS FalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure(pDM_Odm , PHYDM_FALSEALMCNT); -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ u1Byte legacy_table[12] = {1, 2, 5, 11, 6, 9, 12, 18, 24, 36, 48, 54}; -+ u1Byte vht_en = ((pDM_Odm->RxRate) >= ODM_RATEVHTSS1MCS0) ? 1 : 0; -+ -+ if (pDM_Odm->RxRate <= ODM_RATE11M) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("[CCK AGC Report] LNA_idx = 0x%x, VGA_idx = 0x%x\n", -+ pDM_Odm->cck_lna_idx, pDM_Odm->cck_vga_idx)); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("[OFDM AGC Report] { 0x%x, 0x%x, 0x%x, 0x%x }\n", -+ pDM_Odm->ofdm_agc_idx[0], pDM_Odm->ofdm_agc_idx[1], pDM_Odm->ofdm_agc_idx[2], pDM_Odm->ofdm_agc_idx[3])); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("RSSI: { %d, %d, %d, %d }, RxRate: { %s%s%s%s%d%s}\n", -+ (pDM_Odm->RSSI_A == 0xff) ? 0 : pDM_Odm->RSSI_A , -+ (pDM_Odm->RSSI_B == 0xff) ? 0 : pDM_Odm->RSSI_B , -+ (pDM_Odm->RSSI_C == 0xff) ? 0 : pDM_Odm->RSSI_C, -+ (pDM_Odm->RSSI_D == 0xff) ? 0 : pDM_Odm->RSSI_D, -+ ((pDM_Odm->RxRate >= ODM_RATEVHTSS1MCS0) && (pDM_Odm->RxRate <= ODM_RATEVHTSS1MCS9)) ? "VHT 1ss " : "", -+ ((pDM_Odm->RxRate >= ODM_RATEVHTSS2MCS0) && (pDM_Odm->RxRate <= ODM_RATEVHTSS2MCS9)) ? "VHT 2ss " : "", -+ ((pDM_Odm->RxRate >= ODM_RATEVHTSS3MCS0) && (pDM_Odm->RxRate <= ODM_RATEVHTSS3MCS9)) ? "VHT 3ss " : "", -+ (pDM_Odm->RxRate >= ODM_RATEMCS0) ? "MCS " : "", -+ (vht_en) ? ((pDM_Odm->RxRate - ODM_RATEVHTSS1MCS0)%10) : ((pDM_Odm->RxRate >= ODM_RATEMCS0) ? (pDM_Odm->RxRate - ODM_RATEMCS0) : ((pDM_Odm->RxRate <= ODM_RATE54M)?legacy_table[pDM_Odm->RxRate]:0)), -+ (pDM_Odm->RxRate >= ODM_RATEMCS0) ? "" : "M")); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("[CCA Cnt] {CCK, OFDM, Total} = {%d, %d, %d}\n", -+ FalseAlmCnt->Cnt_CCK_CCA, FalseAlmCnt->Cnt_OFDM_CCA, FalseAlmCnt->Cnt_CCA_all)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("[FA Cnt] {CCK, OFDM, Total} = {%d, %d, %d}\n", -+ FalseAlmCnt->Cnt_Cck_fail, FalseAlmCnt->Cnt_Ofdm_fail, FalseAlmCnt->Cnt_all)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("[OFDM FA Detail] Parity_Fail = (( %d )), Rate_Illegal = (( %d )), CRC8_fail = (( %d )), Mcs_fail = (( %d )), Fast_Fsync = (( %d )), SB_Search_fail = (( %d ))\n", -+ FalseAlmCnt->Cnt_Parity_Fail, FalseAlmCnt->Cnt_Rate_Illegal, FalseAlmCnt->Cnt_Crc8_fail, FalseAlmCnt->Cnt_Mcs_fail, FalseAlmCnt->Cnt_Fast_Fsync, FalseAlmCnt->Cnt_SB_Search_fail)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("bLinked = %d, RSSI_Min = %d, CurrentIGI = 0x%x, bNoisy=%d\n\n", -+ pDM_Odm->bLinked, pDM_Odm->RSSI_Min, pDM_DigTable->CurIGValue, pDM_Odm->NoisyDecision)); -+/* -+ temp_reg = ODM_GetBBReg(pDM_Odm, 0xDD0, bMaskByte0); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, ("0xDD0 = 0x%x\n",temp_reg)); -+ -+ temp_reg = ODM_GetBBReg(pDM_Odm, 0xDDc, bMaskByte1); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, ("0xDDD = 0x%x\n",temp_reg)); -+ -+ temp_reg = ODM_GetBBReg(pDM_Odm, 0xc50, bMaskByte0); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, ("0xC50 = 0x%x\n",temp_reg)); -+ -+ temp_reg = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x0, 0x3fe0); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, ("RF 0x0[13:5] = 0x%x\n\n",temp_reg)); -+*/ -+ -+#endif -+} -+ -+ -+VOID phydm_BasicProfile( -+ IN PVOID pDM_VOID, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ char *Cut = NULL; -+ char *ICType = NULL; -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ u4Byte commit_ver = 0; -+ u4Byte date = 0; -+ char *commit_by = NULL; -+ u4Byte release_ver = 0; -+ -+ PHYDM_SNPRINTF((output + used, out_len - used, "%-35s\n", "% Basic Profile %")); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8192C) -+ ICType = "RTL8192C"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8192D) -+ ICType = "RTL8192D"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8723A) -+ ICType = "RTL8723A"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8188E) -+ ICType = "RTL8188E"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8812) -+ ICType = "RTL8812A"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8821) -+ ICType = "RTL8821A"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8192E) -+ ICType = "RTL8192E"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8723B) -+ ICType = "RTL8723B"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ ICType = "RTL8814A"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8881A) -+ ICType = "RTL8881A"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8821B) -+ ICType = "RTL8821B"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8822B) -+ ICType = "RTL8822B"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8703B) { -+ #if (RTL8703B_SUPPORT == 1) -+ ICType = "RTL8703B"; -+ commit_ver = SVN_COMMIT_VERSION_8703B; -+ date = RELEASE_DATE_8703B; -+ commit_by = COMMIT_BY_8703B; -+ release_ver = RELEASE_VERSION_8703B; -+ #endif -+ } else if (pDM_Odm->SupportICType == ODM_RTL8195A) -+ ICType = "RTL8195A"; -+ else if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ ICType = "RTL8188F"; -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s (MP Chip: %s)\n", "IC Type", ICType, pDM_Odm->bIsMPChip ? "Yes" : "No")); -+ -+ if (pDM_Odm->CutVersion == ODM_CUT_A) -+ Cut = "A"; -+ else if (pDM_Odm->CutVersion == ODM_CUT_B) -+ Cut = "B"; -+ else if (pDM_Odm->CutVersion == ODM_CUT_C) -+ Cut = "C"; -+ else if (pDM_Odm->CutVersion == ODM_CUT_D) -+ Cut = "D"; -+ else if (pDM_Odm->CutVersion == ODM_CUT_E) -+ Cut = "E"; -+ else if (pDM_Odm->CutVersion == ODM_CUT_F) -+ Cut = "F"; -+ else if (pDM_Odm->CutVersion == ODM_CUT_I) -+ Cut = "I"; -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Cut Version", Cut)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %d\n", "PHY Parameter Version", ODM_GetHWImgVersion(pDM_Odm))); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %d\n", "PHY Parameter Commit Version", commit_ver)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %d\n", "PHY Parameter Commit date", date)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "PHY Parameter Commit by", commit_by)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %d\n", "PHY Parameter Release Version", release_ver)); -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ { -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %d (Subversion: %d)\n", "FW Version", Adapter->MgntInfo.FirmwareVersion, Adapter->MgntInfo.FirmwareSubVersion)); -+ } -+#elif (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ { -+ struct rtl8192cd_priv *priv = pDM_Odm->priv; -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %d (Subversion: %d)\n", "FW Version", priv->pshare->fw_version, priv->pshare->fw_sub_version)); -+ } -+#else -+ { -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %d (Subversion: %d)\n", "FW Version", pHalData->FirmwareVersion, pHalData->FirmwareSubVersion)); -+ } -+#endif -+ //1 PHY DM Version List -+ PHYDM_SNPRINTF((output + used, out_len - used, "%-35s\n", "% PHYDM Version %")); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Adaptivity", ADAPTIVITY_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "DIG", DIG_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Dynamic BB PowerSaving", DYNAMIC_BBPWRSAV_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "CFO Tracking", CFO_TRACKING_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Antenna Diversity", ANTDIV_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Power Tracking", POWRTRACKING_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Dynamic TxPower", DYNAMIC_TXPWR_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "RA Info", RAINFO_VERSION)); -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Antenna Detection", ANTDECT_VERSION)); -+#endif -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Auto Channel Selection", ACS_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "EDCA Turbo", EDCATURBO_VERSION)); -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "Path Diversity", PATHDIV_VERSION)); -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "RxHP", RXHP_VERSION)); -+#endif -+#if (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & ODM_RTL8822B) -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s: %s\n", "PHY config 8822B", PHY_CONFIG_VERSION_8822B)); -+ -+#endif -+ *_used = used; -+ *_out_len = out_len; -+ -+} -+ -+VOID -+phydm_fw_trace_en_h2c( -+ IN PVOID pDM_VOID, -+ IN BOOLEAN enable, -+ IN u4Byte monitor_mode, -+ IN u4Byte macid -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u1Byte H2C_Parameter[3] = {0}; -+ -+ H2C_Parameter[0] = enable; -+ H2C_Parameter[1] = (u1Byte)monitor_mode; -+ H2C_Parameter[2] = (u1Byte)macid; -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("---->\n")); -+ if (monitor_mode == 0){ -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[H2C] FW_debug_en: (( %d ))\n", enable)); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[H2C] FW_debug_en: (( %d )), mode: (( %d )), macid: (( %d ))\n", enable, monitor_mode, macid)); -+ } -+ ODM_FillH2CCmd(pDM_Odm, PHYDM_H2C_FW_TRACE_EN, 3, H2C_Parameter); -+} -+ -+VOID -+phydm_get_per_path_txagc( -+ IN PVOID pDM_VOID, -+ IN u1Byte path, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte rate_idx; -+ u1Byte txagc; -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ -+#if (RTL8822B_SUPPORT == 1) -+ if ((pDM_Odm->SupportICType & ODM_RTL8822B) && (path <= ODM_RF_PATH_B)) { -+ for (rate_idx = 0; rate_idx <= 0x53; rate_idx++) { -+ if (rate_idx == ODM_RATE1M) -+ PHYDM_SNPRINTF((output + used, out_len - used, " %-35s\n", "CCK====>")); -+ else if (rate_idx == ODM_RATE6M) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "OFDM====>")); -+ else if (rate_idx == ODM_RATEMCS0) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "HT 1ss====>")); -+ else if (rate_idx == ODM_RATEMCS8) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "HT 2ss====>")); -+ else if (rate_idx == ODM_RATEMCS16) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "HT 3ss====>")); -+ else if (rate_idx == ODM_RATEMCS24) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "HT 4ss====>")); -+ else if (rate_idx == ODM_RATEVHTSS1MCS0) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "VHT 1ss====>")); -+ else if (rate_idx == ODM_RATEVHTSS2MCS0) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "VHT 2ss====>")); -+ else if (rate_idx == ODM_RATEVHTSS3MCS0) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "VHT 3ss====>")); -+ else if (rate_idx == ODM_RATEVHTSS4MCS0) -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n %-35s\n", "VHT 4ss====>")); -+ -+ txagc = config_phydm_read_txagc_8822b(pDM_Odm, path, rate_idx); -+ if (config_phydm_read_txagc_check_8822b(txagc)) -+ PHYDM_SNPRINTF((output + used, out_len - used, " 0x%02x ", txagc)); -+ else -+ PHYDM_SNPRINTF((output + used, out_len - used, " 0x%s ", "xx")); -+ } -+ } -+#endif -+} -+ -+ -+VOID -+phydm_get_txagc( -+ IN PVOID pDM_VOID, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ -+ /* Path-A */ -+ PHYDM_SNPRINTF((output + used, out_len - used, "%-35s\n", "Path-A====================")); -+ phydm_get_per_path_txagc(pDM_Odm, ODM_RF_PATH_A, _used, output, _out_len); -+ -+ /* Path-B */ -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n%-35s\n", "Path-B====================")); -+ phydm_get_per_path_txagc(pDM_Odm, ODM_RF_PATH_B, _used, output, _out_len); -+ -+ /* Path-C */ -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n%-35s\n", "Path-C====================")); -+ phydm_get_per_path_txagc(pDM_Odm, ODM_RF_PATH_C, _used, output, _out_len); -+ -+ /* Path-D */ -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n%-35s\n", "Path-D====================")); -+ phydm_get_per_path_txagc(pDM_Odm, ODM_RF_PATH_D, _used, output, _out_len); -+ -+} -+ -+VOID -+phydm_set_txagc( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ -+#if (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & ODM_RTL8822B) { -+ if (dm_value[0] <= 1) { -+ if (phydm_write_txagc_1byte_8822b(pDM_Odm, dm_value[2], dm_value[0], (u1Byte)dm_value[1])) -+ PHYDM_SNPRINTF((output + used, out_len - used, " %s%d %s%x%s%x\n", "Write path-", dm_value[0], "rate index-0x", dm_value[1], " = 0x", dm_value[2])); -+ else -+ PHYDM_SNPRINTF((output + used, out_len - used, " %s%d %s%x%s\n", "Write path-", (dm_value[0] & 0x1), "rate index-0x", (dm_value[1] & 0x7f), " fail")); -+ } else { -+ PHYDM_SNPRINTF((output + used, out_len - used, " %s%d %s%x%s\n", "Write path-", (dm_value[0] & 0x1), "rate index-0x", (dm_value[1] & 0x7f), " fail")); -+ } -+ } -+#endif -+} -+ -+VOID -+odm_debug_trace( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u8Byte pre_debug_components, one = 1; -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ -+ pre_debug_components = pDM_Odm->DebugComponents; -+ -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n%s\n", "================================")); -+ if (dm_value[0] == 100) { -+ PHYDM_SNPRINTF((output + used, out_len - used, "%s\n", "[Debug Message] PhyDM Selection")); -+ PHYDM_SNPRINTF((output + used, out_len - used, "%s\n", "================================")); -+ PHYDM_SNPRINTF((output + used, out_len - used, "00. (( %s ))DIG\n", ((pDM_Odm->DebugComponents & ODM_COMP_DIG) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "01. (( %s ))RA_MASK\n", ((pDM_Odm->DebugComponents & ODM_COMP_RA_MASK) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "02. (( %s ))DYNAMIC_TXPWR\n", ((pDM_Odm->DebugComponents & ODM_COMP_DYNAMIC_TXPWR) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "03. (( %s ))FA_CNT\n", ((pDM_Odm->DebugComponents & ODM_COMP_FA_CNT) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "04. (( %s ))RSSI_MONITOR\n", ((pDM_Odm->DebugComponents & ODM_COMP_RSSI_MONITOR) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "05. (( %s ))CCK_PD\n", ((pDM_Odm->DebugComponents & ODM_COMP_CCK_PD) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "06. (( %s ))ANT_DIV\n", ((pDM_Odm->DebugComponents & ODM_COMP_ANT_DIV) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "07. (( %s ))PWR_SAVE\n", ((pDM_Odm->DebugComponents & ODM_COMP_PWR_SAVE) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "08. (( %s ))PWR_TRAIN\n", ((pDM_Odm->DebugComponents & ODM_COMP_PWR_TRAIN) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "09. (( %s ))RATE_ADAPTIVE\n", ((pDM_Odm->DebugComponents & ODM_COMP_RATE_ADAPTIVE) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "10. (( %s ))PATH_DIV\n", ((pDM_Odm->DebugComponents & ODM_COMP_PATH_DIV) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "11. (( %s ))PSD\n", ((pDM_Odm->DebugComponents & ODM_COMP_PSD) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "12. (( %s ))DYNAMIC_PRICCA\n", ((pDM_Odm->DebugComponents & ODM_COMP_DYNAMIC_PRICCA) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "13. (( %s ))RXHP\n", ((pDM_Odm->DebugComponents & ODM_COMP_RXHP) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "14. (( %s ))MP\n", ((pDM_Odm->DebugComponents & ODM_COMP_MP) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "15. (( %s ))CFO_TRACKING\n", ((pDM_Odm->DebugComponents & ODM_COMP_CFO_TRACKING) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "16. (( %s ))ACS\n", ((pDM_Odm->DebugComponents & ODM_COMP_ACS) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "17. (( %s ))ADAPTIVITY\n", ((pDM_Odm->DebugComponents & PHYDM_COMP_ADAPTIVITY) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "18. (( %s ))RA_DBG\n", ((pDM_Odm->DebugComponents & PHYDM_COMP_RA_DBG) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "20. (( %s ))EDCA_TURBO\n", ((pDM_Odm->DebugComponents & ODM_COMP_EDCA_TURBO) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "21. (( %s ))EARLY_MODE\n", ((pDM_Odm->DebugComponents & ODM_COMP_EARLY_MODE) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "22. (( %s ))FW_DEBUG_TRACE\n", ((pDM_Odm->DebugComponents & ODM_FW_DEBUG_TRACE) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "24. (( %s ))TX_PWR_TRACK\n", ((pDM_Odm->DebugComponents & ODM_COMP_TX_PWR_TRACK) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "25. (( %s ))RX_GAIN_TRACK\n", ((pDM_Odm->DebugComponents & ODM_COMP_RX_GAIN_TRACK) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "26. (( %s ))CALIBRATION\n", ((pDM_Odm->DebugComponents & ODM_COMP_CALIBRATION) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "28. (( %s ))PHY_CONFIG\n", ((pDM_Odm->DebugComponents & ODM_PHY_CONFIG) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "29. (( %s ))BEAMFORMING_DEBUG\n", ((pDM_Odm->DebugComponents & BEAMFORMING_DEBUG) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "30. (( %s ))COMMON\n", ((pDM_Odm->DebugComponents & ODM_COMP_COMMON) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "31. (( %s ))INIT\n", ((pDM_Odm->DebugComponents & ODM_COMP_INIT) ? ("V") : (".")))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "%s\n", "================================")); -+ -+ } else if (dm_value[0] == 101) { -+ pDM_Odm->DebugComponents = 0; -+ PHYDM_SNPRINTF((output + used, out_len - used, "%s\n", "Disable all debug components")); -+ } else { -+ if (dm_value[1] == 1) { /*enable*/ -+ pDM_Odm->DebugComponents |= (one << dm_value[0]); -+ -+ if (dm_value[0] == 22) { /*FW trace function*/ -+ phydm_fw_trace_en_h2c(pDM_Odm, 1, dm_value[2], dm_value[3]); /*H2C to enable C2H Msg*/ -+ } -+ } else if (dm_value[1] == 2) { /*disable*/ -+ pDM_Odm->DebugComponents &= ~(one << dm_value[0]); -+ -+ if (dm_value[0] == 22) { /*FW trace function*/ -+ phydm_fw_trace_en_h2c(pDM_Odm, 0, dm_value[2], dm_value[3]); /*H2C to disable C2H Msg*/ -+ } -+ } else -+ PHYDM_SNPRINTF((output + used, out_len - used, "%s\n", "[Warning!!!] 1:enable, 2:disable")); -+ } -+ PHYDM_SNPRINTF((output + used, out_len - used, "pre-DbgComponents = 0x%x\n", (u4Byte)pre_debug_components)); -+ PHYDM_SNPRINTF((output + used, out_len - used, "Curr-DbgComponents = 0x%x\n", ((u4Byte)pDM_Odm->DebugComponents))); -+ PHYDM_SNPRINTF((output + used, out_len - used, "%s\n", "================================")); -+} -+ -+VOID -+phydm_DumpBbReg( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte Addr = 0; -+ -+ /* BB Reg */ -+ for (Addr = 0x800; Addr < 0xfff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8822B|ODM_RTL8814A)) { -+ -+ if (pDM_Odm->RFType > ODM_2T2R) { -+ for (Addr = 0x1800; Addr < 0x18ff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ } -+ -+ if (pDM_Odm->RFType > ODM_3T3R) { -+ for (Addr = 0x1a00; Addr < 0x1aff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ } -+ -+ for (Addr = 0x1900; Addr < 0x19ff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ -+ for (Addr = 0x1c00; Addr < 0x1cff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ -+ for (Addr = 0x1f00; Addr < 0x1fff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ } -+} -+ -+VOID -+phydm_DumpAllReg( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte Addr = 0; -+ -+ /* dump MAC register */ -+ DbgPrint("MAC==========\n"); -+ for (Addr = 0; Addr < 0x7ff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ -+ for (Addr = 1000; Addr < 0x17ff; Addr += 4) -+ DbgPrint("%04x %08x\n", Addr, ODM_GetBBReg(pDM_Odm, Addr, bMaskDWord)); -+ -+ /* dump BB register */ -+ DbgPrint("BB==========\n"); -+ phydm_DumpBbReg(pDM_Odm); -+ -+ /* dump RF register */ -+ DbgPrint("RF-A==========\n"); -+ for (Addr = 0; Addr < 0xFF; Addr++) -+ DbgPrint("%02x %05x\n", Addr, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, Addr, bRFRegOffsetMask)); -+ -+ if (pDM_Odm->RFType > ODM_1T1R) { -+ DbgPrint("RF-B==========\n"); -+ for (Addr = 0; Addr < 0xFF; Addr++) -+ DbgPrint("%02x %05x\n", Addr, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, Addr, bRFRegOffsetMask)); -+ } -+ -+ if (pDM_Odm->RFType > ODM_2T2R) { -+ DbgPrint("RF-C==========\n"); -+ for (Addr = 0; Addr < 0xFF; Addr++) -+ DbgPrint("%02x %05x\n", Addr, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_C, Addr, bRFRegOffsetMask)); -+ } -+ -+ if (pDM_Odm->RFType > ODM_3T3R) { -+ DbgPrint("RF-D==========\n"); -+ for (Addr = 0; Addr < 0xFF; Addr++) -+ DbgPrint("%02x %05x\n", Addr, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_D, Addr, bRFRegOffsetMask)); -+ } -+} -+ -+struct _PHYDM_COMMAND { -+ char name[16]; -+ u1Byte id; -+}; -+ -+enum PHYDM_CMD_ID { -+ PHYDM_DEMO, -+ PHYDM_RA, -+ PHYDM_PROFILE, -+ PHYDM_PATHDIV, -+ PHYDM_DEBUG, -+ PHYDM_SUPPORT_ABILITY, -+ PHYDM_GET_TXAGC, -+ PHYDM_SET_TXAGC, -+ PHYDM_SMART_ANT, -+ PHYDM_API, -+ PHYDM_TRX_PATH, -+ PHYDM_LA_MODE, -+ PHYDM_DUMP_REG -+}; -+ -+struct _PHYDM_COMMAND phy_dm_ary[] = { -+ {"demo", PHYDM_DEMO}, -+ {"ra", PHYDM_RA}, -+ {"profile", PHYDM_PROFILE}, -+ {"pathdiv", PHYDM_PATHDIV}, -+ {"dbg", PHYDM_DEBUG}, -+ {"ability", PHYDM_SUPPORT_ABILITY}, -+ {"get_txagc", PHYDM_GET_TXAGC}, -+ {"set_txagc", PHYDM_SET_TXAGC}, -+ {"smtant", PHYDM_SMART_ANT}, -+ {"api", PHYDM_API}, -+ {"trxpath", PHYDM_TRX_PATH}, -+ {"lamode", PHYDM_LA_MODE}, -+ {"dumpreg", PHYDM_DUMP_REG} -+}; -+ -+VOID -+phydm_cmd_parser( -+ IN PDM_ODM_T pDM_Odm, -+ IN char input[][MAX_ARGV], -+ IN u4Byte input_num, -+ IN u1Byte flag, -+ OUT char *output, -+ IN u4Byte out_len -+) -+{ -+ u4Byte used = 0; -+ u1Byte id = 0; -+ int var1[5] = {0}; -+ int i, input_idx = 0; -+ -+ if (flag == 0) { -+ PHYDM_SNPRINTF((output + used, out_len - used, "GET, nothing to print\n")); -+ return; -+ } -+ -+ PHYDM_SNPRINTF((output + used, out_len - used, "\n")); -+ -+ //Parsing Cmd ID -+ if (input_num) { -+ int n, i; -+ -+ n = sizeof(phy_dm_ary) / sizeof(struct _PHYDM_COMMAND); -+ for (i = 0; i < n; i++) { -+ if (strcmp(phy_dm_ary[i].name, input[0]) == 0) { -+ id = phy_dm_ary[i].id; -+ break; -+ } -+ } -+ if (i == n) { -+ PHYDM_SNPRINTF((output + used, out_len - used, "SET, command not found!\n")); -+ return; -+ } -+ } -+ -+ switch (id) { -+ case PHYDM_DEMO: /*echo demo 10 0x3a z abcde >cmd*/ -+ { -+ u4Byte directory = 0; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_AP)) -+ char char_temp; -+#else -+ u4Byte char_temp = ' '; -+#endif -+ PHYDM_SSCANF(input[1], DCMD_DECIMAL, &directory); -+ PHYDM_SNPRINTF((output + used, out_len - used, "Decimal Value = %d\n", directory)); -+ PHYDM_SSCANF(input[2], DCMD_HEX, &directory); -+ PHYDM_SNPRINTF((output + used, out_len - used, "Hex Value = 0x%x\n", directory)); -+ PHYDM_SSCANF(input[3], DCMD_CHAR, &char_temp); -+ PHYDM_SNPRINTF((output + used, out_len - used, "Char = %c\n", char_temp)); -+ PHYDM_SNPRINTF((output + used, out_len - used, "String = %s\n", input[4])); -+ } -+ break; -+ -+ case PHYDM_RA: -+ -+ for (i = 0; i < 5; i++) { -+ if (input[i + 1]) { -+ PHYDM_SSCANF(input[i + 1], DCMD_DECIMAL, &var1[i]); -+ -+ PHYDM_SNPRINTF((output + used, out_len - used, "new SET, RA_var[%d]= (( %d ))\n", i , var1[i])); -+ input_idx++; -+ } -+ } -+ -+ if (input_idx >= 1) { -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "odm_RA_debug\n"));*/ -+#if (defined(CONFIG_RA_DBG_CMD)) -+ odm_RA_debug((PVOID)pDM_Odm, var1); -+#endif -+ } -+ -+ -+ break; -+ -+ case PHYDM_PATHDIV: -+ -+ for (i = 0; i < 5; i++) { -+ if (input[i + 1]) { -+ PHYDM_SSCANF(input[i + 1], DCMD_HEX, &var1[i]); -+ -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "new SET, PATHDIV_var[%d]= (( %d ))\n", i , var1[i]));*/ -+ input_idx++; -+ } -+ } -+ -+ if (input_idx >= 1) { -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "odm_PATHDIV_debug\n"));*/ -+#if (defined(CONFIG_PATH_DIVERSITY)) -+ odm_pathdiv_debug(pDM_Odm, (u4Byte *)var1, &used, output, &out_len); -+#endif -+ } -+ -+ break; -+ -+ case PHYDM_DEBUG: -+ -+ for (i = 0; i < 5; i++) { -+ if (input[i + 1]) { -+ PHYDM_SSCANF(input[i + 1], DCMD_DECIMAL, &var1[i]); -+ -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "new SET, Debug_var[%d]= (( %d ))\n", i , var1[i]));*/ -+ input_idx++; -+ } -+ } -+ -+ if (input_idx >= 1) { -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "odm_debug_comp\n"));*/ -+ odm_debug_trace(pDM_Odm, (u4Byte *)var1, &used, output, &out_len); -+ } -+ -+ -+ break; -+ -+ case PHYDM_SUPPORT_ABILITY: -+ -+ for (i = 0; i < 5; i++) { -+ if (input[i + 1]) { -+ PHYDM_SSCANF(input[i + 1], DCMD_DECIMAL, &var1[i]); -+ -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "new SET, support ablity_var[%d]= (( %d ))\n", i , var1[i]));*/ -+ input_idx++; -+ } -+ } -+ -+ if (input_idx >= 1) { -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "support ablity\n"));*/ -+ phydm_support_ablity_debug(pDM_Odm, (u4Byte *)var1, &used, output, &out_len); -+ } -+ -+ break; -+ -+ case PHYDM_SMART_ANT: -+ -+ for (i = 0; i < 5; i++) { -+ if (input[i + 1]) { -+ PHYDM_SSCANF(input[i + 1], DCMD_HEX, &var1[i]); -+ input_idx++; -+ } -+ } -+ -+ if (input_idx >= 1) { -+ #if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ phydm_hl_smart_ant_cmd(pDM_Odm, (u4Byte *)var1, &used, output, &out_len); -+ #endif -+ #endif -+ } -+ -+ break; -+ -+ case PHYDM_API: -+#if (RTL8822B_SUPPORT == 1) -+ { -+ if (pDM_Odm->SupportICType & ODM_RTL8822B) { -+ BOOLEAN bEnableDbgMode; -+ u1Byte central_ch, primary_ch_idx, bandwidth; -+ -+ for (i = 0; i < 4; i++) { -+ if (input[i + 1]) -+ PHYDM_SSCANF(input[i + 1], DCMD_DECIMAL, &var1[i]); -+ } -+ -+ bEnableDbgMode = (BOOLEAN)var1[0]; -+ central_ch = (u1Byte) var1[1]; -+ primary_ch_idx = (u1Byte) var1[2]; -+ bandwidth = (ODM_BW_E) var1[3]; -+ -+ if (bEnableDbgMode) { -+ pDM_Odm->bDisablePhyApi = FALSE; -+ config_phydm_switch_channel_bw_8822b(pDM_Odm, central_ch, primary_ch_idx, bandwidth); -+ pDM_Odm->bDisablePhyApi = TRUE; -+ PHYDM_SNPRINTF((output+used, out_len-used, "central_ch = %d, primary_ch_idx = %d, bandwidth = %d\n", central_ch, primary_ch_idx, bandwidth)); -+ } else { -+ pDM_Odm->bDisablePhyApi = FALSE; -+ PHYDM_SNPRINTF((output+used, out_len-used, "Disable API debug mode\n")); -+ } -+ } else -+ PHYDM_SNPRINTF((output+used, out_len-used, "This IC doesn't support PHYDM API function\n")); -+ } -+#else -+ PHYDM_SNPRINTF((output+used, out_len-used, "This IC doesn't support PHYDM API function\n")); -+#endif -+ break; -+ -+ case PHYDM_PROFILE: /*echo profile, >cmd*/ -+ phydm_BasicProfile(pDM_Odm, &used, output, &out_len); -+ break; -+ -+ case PHYDM_GET_TXAGC: -+ phydm_get_txagc(pDM_Odm, &used, output, &out_len); -+ break; -+ -+ case PHYDM_SET_TXAGC: -+ for (i = 0; i < 5; i++) { -+ if (input[i + 1]) { -+ PHYDM_SSCANF(input[i + 1], DCMD_DECIMAL, &var1[i]); -+ -+ /*PHYDM_SNPRINTF((output+used, out_len-used, "new SET, support ablity_var[%d]= (( %d ))\n", i , var1[i]));*/ -+ input_idx++; -+ } -+ } -+ -+ phydm_set_txagc(pDM_Odm, (u4Byte *)var1, &used, output, &out_len); -+ break; -+ -+ case PHYDM_TRX_PATH: -+#if (RTL8822B_SUPPORT == 1) -+ { -+ if (pDM_Odm->SupportICType & ODM_RTL8822B) { -+ u1Byte TxPath, RxPath; -+ BOOLEAN bEnableDbgMode, bTx2Path; -+ -+ for (i = 0; i < 4; i++) { -+ if (input[i + 1]) -+ PHYDM_SSCANF(input[i + 1], DCMD_DECIMAL, &var1[i]); -+ } -+ -+ bEnableDbgMode = (BOOLEAN)var1[0]; -+ TxPath = (u1Byte) var1[1]; -+ RxPath = (u1Byte) var1[2]; -+ bTx2Path = (BOOLEAN) var1[3]; -+ -+ if (bEnableDbgMode) { -+ pDM_Odm->bDisablePhyApi = FALSE; -+ config_phydm_trx_mode_8822b(pDM_Odm, TxPath, RxPath, bTx2Path); -+ pDM_Odm->bDisablePhyApi = TRUE; -+ PHYDM_SNPRINTF((output+used, out_len-used, "TxPath = 0x%x, RxPath = 0x%x, bTx2Path = %d\n", TxPath, RxPath, bTx2Path)); -+ } else { -+ pDM_Odm->bDisablePhyApi = FALSE; -+ PHYDM_SNPRINTF((output+used, out_len-used, "Disable API debug mode\n")); -+ } -+ } else -+ PHYDM_SNPRINTF((output+used, out_len-used, "This IC doesn't support PHYDM API function\n")); -+ } -+#else -+ PHYDM_SNPRINTF((output+used, out_len-used, "This IC doesn't support PHYDM API function\n")); -+#endif -+ break; -+ -+ case PHYDM_LA_MODE: -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if ((RTL8822B_SUPPORT == 1) || (RTL8814A_SUPPORT == 1)) -+ { -+ if (pDM_Odm->SupportICType & (ODM_RTL8814A | ODM_RTL8822B)) { -+ u2Byte PollingTime; -+ u1Byte TrigSel, TrigSigSel, DmaDataSigSel, TriggerTime; -+ BOOLEAN bEnableLaMode; -+ -+ for (i = 0; i < 6; i++) { -+ if (input[i + 1]) -+ PHYDM_SSCANF(input[i + 1], DCMD_DECIMAL, &var1[i]); -+ } -+ -+ bEnableLaMode = (BOOLEAN)var1[0]; -+ if (bEnableLaMode) { -+ TrigSel = (u1Byte)var1[1]; -+ TrigSigSel = (u1Byte)var1[2]; -+ DmaDataSigSel = (u1Byte)var1[3]; -+ TriggerTime = (u1Byte)var1[4]; -+ PollingTime = (((u1Byte)var1[5]) << 6); -+ -+ ADCSmp_Set(pDM_Odm->Adapter, TrigSel, TrigSigSel, DmaDataSigSel, TriggerTime, PollingTime); -+ PHYDM_SNPRINTF((output+used, out_len-used, "TrigSel = %d, TrigSigSel = %d, DmaDataSigSel = %d\n", TrigSel, TrigSigSel, DmaDataSigSel)); -+ PHYDM_SNPRINTF((output+used, out_len-used, "TriggerTime = %d, PollingTime = %d\n", TriggerTime, PollingTime)); -+ } else { -+ ADCSmp_Stop(pDM_Odm->Adapter); -+ PHYDM_SNPRINTF((output+used, out_len-used, "Disable LA mode\n")); -+ } -+ } else -+ PHYDM_SNPRINTF((output+used, out_len-used, "This IC doesn't support LA mode\n")); -+ } -+#else -+ PHYDM_SNPRINTF((output+used, out_len-used, "This IC doesn't support LA mode\n")); -+#endif -+#else -+ PHYDM_SNPRINTF((output+used, out_len-used, "This IC doesn't support LA mode\n")); -+#endif -+ break; -+ -+ case PHYDM_DUMP_REG: -+ { -+ u1Byte type = 0; -+ -+ if (input[1]) { -+ PHYDM_SSCANF(input[1], DCMD_DECIMAL, &var1[0]); -+ type = (u1Byte)var1[0]; -+ } -+ -+ if (type == 0) -+ phydm_DumpBbReg(pDM_Odm); -+ else if (type == 1) -+ phydm_DumpAllReg(pDM_Odm); -+ } -+ break; -+ default: -+ PHYDM_SNPRINTF((output + used, out_len - used, "SET, unknown command!\n")); -+ break; -+ -+ } -+} -+ -+#ifdef __ECOS -+char *strsep(char **s, const char *ct) -+{ -+ char *sbegin = *s; -+ char *end; -+ -+ if (sbegin == NULL) -+ return NULL; -+ -+ end = strpbrk(sbegin, ct); -+ if (end) -+ *end++ = '\0'; -+ *s = end; -+ return sbegin; -+} -+#endif -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_AP)) -+s4Byte -+phydm_cmd( -+ IN PDM_ODM_T pDM_Odm, -+ IN char *input, -+ IN u4Byte in_len, -+ IN u1Byte flag, -+ OUT char *output, -+ IN u4Byte out_len -+) -+{ -+ char *token; -+ u4Byte Argc = 0; -+ char Argv[MAX_ARGC][MAX_ARGV]; -+ -+ do { -+ token = strsep(&input, ", "); -+ if (token) { -+ strcpy(Argv[Argc], token); -+ Argc++; -+ } else -+ break; -+ } while (Argc < MAX_ARGC); -+ -+ if (Argc == 1) -+ Argv[0][strlen(Argv[0]) - 1] = '\0'; -+ -+ phydm_cmd_parser(pDM_Odm, Argv, Argc, flag, output, out_len); -+ -+ return 0; -+} -+#endif -+ -+ -+VOID -+phydm_fw_trace_handler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /*u1Byte debug_trace_11byte[60];*/ -+ u1Byte freg_num, c2h_seq, buf_0 = 0; -+ -+ if (CmdLen > 12) -+ return; -+ -+ buf_0 = CmdBuf[0]; -+ freg_num = (buf_0 & 0xf); -+ c2h_seq = (buf_0 & 0xf0) >> 4; -+ /*ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW debug message] freg_num = (( %d )), c2h_seq = (( %d ))\n", freg_num,c2h_seq ));*/ -+ -+ /*strncpy(debug_trace_11byte,&CmdBuf[1],(CmdLen-1));*/ -+ /*debug_trace_11byte[CmdLen-1] = '\0';*/ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW debug message] %s\n", debug_trace_11byte));*/ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW debug message] CmdLen = (( %d ))\n", CmdLen));*/ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW debug message] c2h_cmd_start = (( %d ))\n", pDM_Odm->c2h_cmd_start));*/ -+ -+ -+ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("pre_seq = (( %d )), current_seq = (( %d ))\n", pDM_Odm->pre_c2h_seq, c2h_seq));*/ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("fw_buff_is_enpty = (( %d ))\n", pDM_Odm->fw_buff_is_enpty));*/ -+ -+ if ((c2h_seq != pDM_Odm->pre_c2h_seq) && pDM_Odm->fw_buff_is_enpty == FALSE) { -+ pDM_Odm->fw_debug_trace[pDM_Odm->c2h_cmd_start] = '\0'; -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW Dbg Queue Overflow] %s\n", pDM_Odm->fw_debug_trace)); -+ pDM_Odm->c2h_cmd_start = 0; -+ } -+ -+ if ((CmdLen - 1) > (60 - pDM_Odm->c2h_cmd_start)) { -+ pDM_Odm->fw_debug_trace[pDM_Odm->c2h_cmd_start] = '\0'; -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW Dbg Queue error: wrong C2H length] %s\n", pDM_Odm->fw_debug_trace)); -+ pDM_Odm->c2h_cmd_start = 0; -+ return; -+ } -+ -+ strncpy((char *)&(pDM_Odm->fw_debug_trace[pDM_Odm->c2h_cmd_start]), (char *)&CmdBuf[1], (CmdLen-1)); -+ pDM_Odm->c2h_cmd_start += (CmdLen - 1); -+ pDM_Odm->fw_buff_is_enpty = FALSE; -+ -+ if (freg_num == 0 || pDM_Odm->c2h_cmd_start >= 60) { -+ if (pDM_Odm->c2h_cmd_start < 60) -+ pDM_Odm->fw_debug_trace[pDM_Odm->c2h_cmd_start] = '\0'; -+ else -+ pDM_Odm->fw_debug_trace[59] = '\0'; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW DBG Msg] %s\n", pDM_Odm->fw_debug_trace)); -+ /*DbgPrint("[FW DBG Msg] %s\n", pDM_Odm->fw_debug_trace);*/ -+ pDM_Odm->c2h_cmd_start = 0; -+ pDM_Odm->fw_buff_is_enpty = TRUE; -+ } -+ -+ pDM_Odm->pre_c2h_seq = c2h_seq; -+} -+ -+VOID -+phydm_fw_trace_handler_code( -+ IN PVOID pDM_VOID, -+ IN pu1Byte Buffer, -+ IN u1Byte CmdLen -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte function = Buffer[0]; -+ u1Byte dbg_num = Buffer[1]; -+ u2Byte content_0 = (((u2Byte)Buffer[3])<<8)|((u2Byte)Buffer[2]); -+ u2Byte content_1 = (((u2Byte)Buffer[5])<<8)|((u2Byte)Buffer[4]); -+ u2Byte content_2 = (((u2Byte)Buffer[7])<<8)|((u2Byte)Buffer[6]); -+ u2Byte content_3 = (((u2Byte)Buffer[9])<<8)|((u2Byte)Buffer[8]); -+ u2Byte content_4 = (((u2Byte)Buffer[11])<<8)|((u2Byte)Buffer[10]); -+ -+ if(CmdLen >12) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW Msg] Invalid cmd length (( %d )) >12 \n", CmdLen)); -+ } -+ -+ //ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW Msg] Func=((%d)), num=((%d)), ct_0=((%d)), ct_1=((%d)), ct_2=((%d)), ct_3=((%d)), ct_4=((%d))\n", -+ // function, dbg_num, content_0, content_1, content_2, content_3, content_4)); -+ -+ /*--------------------------------------------*/ -+ if(function == RATE_DECISION) { -+ if(dbg_num == 0) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] RA_CNT=((%d)) Max_device=((%d))--------------------------->\n", content_1, content_2)); -+ } else if(content_0 == 2) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] Check RA macid= ((%d)), MediaStatus=((%d)), Dis_RA=((%d)), try_bit=((0x%x))\n", content_1, content_2, content_3, content_4)); -+ } else if(content_0 == 3) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateDecisoin] Check RA total=((%d)), drop=((0x%x)), TXRPT_TRY_bit=((%x)), bNoisy=((%x))\n", content_1, content_2, content_3, content_4)); -+ } -+ } else if(dbg_num == 1) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] RTY[0,1,2,3]=[ %d, %d, %d, %d ] \n", content_1, content_2, content_3, content_4)); -+ } else if(content_0 == 2) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] RTY[4]=[ %d ], drop=((%d)), total=((%d)), current_rate=((0x%x))\n", content_1, content_2, content_3, content_4)); -+ } else if(content_0 == 3) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] penality_idx=((%d ))\n", content_1)); -+ } -+ } -+ -+ else if(dbg_num == 3) { -+ if (content_0 == 1) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateDecisoin] Fast_RA (( DOWN )) total=((%d)), total>>1=((%d)), R4+R3+R2 = ((%d)), RateDownHold = ((%d))\n", content_1, content_2, content_3, content_4)); -+ else if (content_0 == 2) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateDecisoin] Fast_RA (( UP )) total_acc=((%d)), total_acc>>1=((%d)), R4+R3+R2 = ((%d)), RateDownHold = ((%d))\n", content_1, content_2, content_3, content_4)); -+ else if (content_0 == 3) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateDecisoin] Fast_RA (( UP )) ((Rate Down Hold)) RA_CNT=((%d))\n", content_1)); -+ else if (content_0 == 4) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateDecisoin] Fast_RA (( UP )) ((tota_accl<5 skip)) RA_CNT=((%d))\n", content_1)); -+ else if (content_0 == 8) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateDecisoin] Fast_RA (( Reset Tx Rpt )) RA_CNT=((%d))\n", content_1)); -+ } -+ -+ else if(dbg_num == 5) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] (( UP)) Nsc=((%d)), N_High=((%d))\n", content_1, content_2)); -+ } else if(content_0 == 2) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] ((DOWN)) Nsc=((%d)), N_Low=((%d))\n", content_1, content_2)); -+ } else if(content_0 == 3) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] ((HOLD)) Nsc=((%d)), N_High=((%d)), N_Low=((%d)), Reset_CNT=((%d))\n", content_1, content_2, content_3, content_4)); -+ } -+ } -+ else if(dbg_num == 0x60) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] ((AP RPT)) macid=((%d)), BUPDATE[macid]=((%d))\n", content_1, content_2)); -+ } else if(content_0 == 4) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] ((AP RPT)) pass=((%d)), rty_num=((%d)), drop=((%d)), total=((%d))\n", content_1, content_2, content_3, content_4)); -+ } else if(content_0 == 5) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("[FW][RateDecisoin] ((AP RPT)) PASS=((%d)), RTY_NUM=((%d)), DROP=((%d)), TOTAL=((%d))\n", content_1, content_2, content_3, content_4)); -+ } -+ } -+ else if(dbg_num == 0xff) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE,ODM_DBG_LOUD,("\n\n")); -+ } -+ } -+ -+ } -+ /*--------------------------------------------*/ -+ else if (function == INIT_RA_TABLE){ -+ if(dbg_num == 3) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][INIT_RA_INFO] Ra_init, RA_SKIP_CNT = (( %d ))\n", content_0)); -+ } -+ -+ } -+ /*--------------------------------------------*/ -+ else if (function == RATE_UP) { -+ if(dbg_num == 2) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateUp] ((Highest rate -> return)), macid=((%d)) Nsc=((%d))\n", content_1, content_2)); -+ } -+ } else if(dbg_num == 5) { -+ if (content_0 == 0) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateUp] ((Rate UP)), up_rate_tmp=((0x%x)), rate_idx=((0x%x)), SGI_en=((%d)), SGI=((%d))\n", content_1, content_2, content_3, content_4)); -+ else if (content_0 == 1) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateUp] ((Rate UP)), rate_1=((0x%x)), rate_2=((0x%x)), BW=((%d)), Try_Bit=((%d))\n", content_1, content_2, content_3, content_4)); -+ } -+ -+ } -+ /*--------------------------------------------*/ -+ else if (function == RATE_DOWN) { -+ if(dbg_num == 5) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][RateDownStep] ((Rate Down)), macid=((%d)), rate=((0x%x)), BW=((%d))\n", content_1, content_2, content_3)); -+ } -+ } -+ } else if (function == TRY_DONE) { -+ if (dbg_num == 1) { -+ if (content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][Try Done] ((try succsess )) macid=((%d)), Try_Done_cnt=((%d))\n", content_1, content_2)); -+ /**/ -+ } -+ } else if (dbg_num == 2) { -+ if (content_0 == 1) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][Try Done] ((try fail )) macid=((%d)), Try_Done_cnt=((%d)), multi_try_rate=((%d))\n", content_1, content_2, content_3)); -+ } -+ } -+ /*--------------------------------------------*/ -+ else if (function == F_RATE_AP_RPT) { -+ if(dbg_num == 1) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][AP RPT] ((1)), SPE_STATIS=((0x%x))---------->\n", content_3)); -+ } -+ } else if(dbg_num == 2) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][AP RPT] RTY_all=((%d))\n", content_1)); -+ } -+ } else if(dbg_num == 3) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][AP RPT] MACID1[%d], TOTAL=((%d)), RTY=((%d))\n", content_3, content_1, content_2)); -+ } -+ } else if(dbg_num == 4) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][AP RPT] MACID2[%d], TOTAL=((%d)), RTY=((%d))\n", content_3, content_1, content_2)); -+ } -+ } else if(dbg_num == 5) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][AP RPT] MACID1[%d], PASS=((%d)), DROP=((%d))\n", content_3, content_1, content_2)); -+ } -+ } else if(dbg_num == 6) { -+ if(content_0 == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW][AP RPT] MACID2[%d],, PASS=((%d)), DROP=((%d))\n", content_3, content_1, content_2)); -+ } -+ } -+ } -+ /*--------------------------------------------*/ -+ -+ -+} -+ -+VOID -+phydm_fw_trace_handler_8051( -+ IN PVOID pDM_VOID, -+ IN pu1Byte Buffer, -+ IN u1Byte CmdLen -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if 0 -+ if (CmdLen >= 3) -+ CmdBuf[CmdLen - 1] = '\0'; -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW DBG Msg] %s\n", &(CmdBuf[3]))); -+#else -+ -+ int i = 0; -+ u1Byte Extend_c2hSubID = 0, Extend_c2hDbgLen = 0, Extend_c2hDbgSeq = 0; -+ u1Byte fw_debug_trace[100]; -+ pu1Byte Extend_c2hDbgContent = 0; -+ -+ Extend_c2hSubID = Buffer[0]; -+ Extend_c2hDbgLen = Buffer[1]; -+ Extend_c2hDbgContent = Buffer + 2; /*DbgSeq+DbgContent for show HEX*/ -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ RT_DISP(FC2H, C2H_Summary, ("[Extend C2H packet], Extend_c2hSubId=0x%x, Extend_c2hDbgLen=%d\n", -+ Extend_c2hSubID, Extend_c2hDbgLen)); -+ -+ RT_DISP_DATA(FC2H, C2H_Summary, "[Extend C2H packet], Content Hex:", Extend_c2hDbgContent, CmdLen-2); -+ #endif -+ -+GoBackforAggreDbgPkt: -+ i = 0; -+ Extend_c2hDbgSeq = Buffer[2]; -+ Extend_c2hDbgContent = Buffer + 3; -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ RT_DISP(FC2H, C2H_Summary, ("[RTKFW, SEQ= %d] :", Extend_c2hDbgSeq)); -+ #endif -+ -+ for (; ; i++) { -+ fw_debug_trace[i] = Extend_c2hDbgContent[i]; -+ if (Extend_c2hDbgContent[i + 1] == '\0') { -+ fw_debug_trace[i + 1] = '\0'; -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW DBG Msg] %s", &(fw_debug_trace[0]))); -+ break; -+ } else if (Extend_c2hDbgContent[i] == '\n') { -+ fw_debug_trace[i + 1] = '\0'; -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("[FW DBG Msg] %s", &(fw_debug_trace[0]))); -+ Buffer = Extend_c2hDbgContent + i + 3; -+ goto GoBackforAggreDbgPkt; -+ } -+ } -+ -+ -+#endif -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_debug.h linux/3rdparty/rtl8812au/hal/phydm/phydm_debug.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_debug.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_debug.h 2017-06-07 23:07:21.017688123 +0300 -@@ -0,0 +1,330 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __ODM_DBG_H__ -+#define __ODM_DBG_H__ -+ -+#define DEBUG_VERSION "1.0" /*2015.01.13 Dino*/ -+//----------------------------------------------------------------------------- -+// Define the debug levels -+// -+// 1. DBG_TRACE and DBG_LOUD are used for normal cases. -+// So that, they can help SW engineer to develope or trace states changed -+// and also help HW enginner to trace every operation to and from HW, -+// e.g IO, Tx, Rx. -+// -+// 2. DBG_WARNNING and DBG_SERIOUS are used for unusual or error cases, -+// which help us to debug SW or HW. -+// -+//----------------------------------------------------------------------------- -+// -+// Never used in a call to ODM_RT_TRACE()! -+// -+#define ODM_DBG_OFF 1 -+ -+// -+// Fatal bug. -+// For example, Tx/Rx/IO locked up, OS hangs, memory access violation, -+// resource allocation failed, unexpected HW behavior, HW BUG and so on. -+// -+#define ODM_DBG_SERIOUS 2 -+ -+// -+// Abnormal, rare, or unexpeted cases. -+// For example, IRP/Packet/OID canceled, device suprisely unremoved and so on. -+// -+#define ODM_DBG_WARNING 3 -+ -+// -+// Normal case with useful information about current SW or HW state. -+// For example, Tx/Rx descriptor to fill, Tx/Rx descriptor completed status, -+// SW protocol state change, dynamic mechanism state change and so on. -+// -+#define ODM_DBG_LOUD 4 -+ -+// -+// Normal case with detail execution flow or information. -+// -+#define ODM_DBG_TRACE 5 -+ -+/*FW DBG MSG*/ -+#define RATE_DECISION BIT0 -+#define INIT_RA_TABLE BIT1 -+#define RATE_UP BIT2 -+#define RATE_DOWN BIT3 -+#define TRY_DONE BIT4 -+#define F_RATE_AP_RPT BIT7 -+ -+//----------------------------------------------------------------------------- -+// Define the tracing components -+// -+//----------------------------------------------------------------------------- -+//BB Functions -+#define ODM_COMP_DIG BIT0 -+#define ODM_COMP_RA_MASK BIT1 -+#define ODM_COMP_DYNAMIC_TXPWR BIT2 -+#define ODM_COMP_FA_CNT BIT3 -+#define ODM_COMP_RSSI_MONITOR BIT4 -+#define ODM_COMP_CCK_PD BIT5 -+#define ODM_COMP_ANT_DIV BIT6 -+#define ODM_COMP_PWR_SAVE BIT7 -+#define ODM_COMP_PWR_TRAIN BIT8 -+#define ODM_COMP_RATE_ADAPTIVE BIT9 -+#define ODM_COMP_PATH_DIV BIT10 -+#define ODM_COMP_PSD BIT11 -+#define ODM_COMP_DYNAMIC_PRICCA BIT12 -+#define ODM_COMP_RXHP BIT13 -+#define ODM_COMP_MP BIT14 -+#define ODM_COMP_CFO_TRACKING BIT15 -+#define ODM_COMP_ACS BIT16 -+#define PHYDM_COMP_ADAPTIVITY BIT17 -+#define PHYDM_COMP_RA_DBG BIT18 -+#define PHYDM_COMP_TXBF BIT19 -+//MAC Functions -+#define ODM_COMP_EDCA_TURBO BIT20 -+#define ODM_COMP_EARLY_MODE BIT21 -+#define ODM_FW_DEBUG_TRACE BIT22 -+//RF Functions -+#define ODM_COMP_TX_PWR_TRACK BIT24 -+#define ODM_COMP_RX_GAIN_TRACK BIT25 -+#define ODM_COMP_CALIBRATION BIT26 -+//Common Functions -+#define ODM_PHY_CONFIG BIT28 -+#define BEAMFORMING_DEBUG BIT29 -+#define ODM_COMP_COMMON BIT30 -+#define ODM_COMP_INIT BIT31 -+#define ODM_COMP_NOISY_DETECT BIT32 -+ -+/*------------------------Export Marco Definition---------------------------*/ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #define RT_PRINTK DbgPrint -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #define DbgPrint printk -+ #define RT_PRINTK(fmt, args...) DbgPrint( "%s(): " fmt, __FUNCTION__, ## args); -+ #define RT_DISP(dbgtype, dbgflag, printstr) -+#else -+ #define DbgPrint panic_printk -+ #define RT_PRINTK(fmt, args...) DbgPrint( "%s(): " fmt, __FUNCTION__, ## args); -+#endif -+ -+#ifndef ASSERT -+ #define ASSERT(expr) -+#endif -+ -+#if DBG -+#define ODM_RT_TRACE(pDM_Odm, comp, level, fmt) \ -+ do { \ -+ if(((comp) & pDM_Odm->DebugComponents) && (level <= pDM_Odm->DebugLevel || level == ODM_DBG_SERIOUS)) \ -+ { \ -+ if(pDM_Odm->SupportICType == ODM_RTL8192C) \ -+ DbgPrint("[ODM-92C] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8192D) \ -+ DbgPrint("[ODM-92D] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8723A) \ -+ DbgPrint("[ODM-8723A] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8188E) \ -+ DbgPrint("[ODM-8188E] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8192E) \ -+ DbgPrint("[ODM-8192E] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8812) \ -+ DbgPrint("[ODM-8812] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8821) \ -+ DbgPrint("[ODM-8821] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8814A) \ -+ DbgPrint("[ODM-8814] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8703B) \ -+ DbgPrint("[ODM-8703B] "); \ -+ else if(pDM_Odm->SupportICType == ODM_RTL8822B) \ -+ DbgPrint("[ODM-8822] "); \ -+ else if (pDM_Odm->SupportICType == ODM_RTL8188F) \ -+ DbgPrint("[ODM-8188F] "); \ -+ RT_PRINTK fmt; \ -+ } \ -+ } while (0) -+ -+#define ODM_RT_TRACE_F(pDM_Odm, comp, level, fmt) \ -+ if(((comp) & pDM_Odm->DebugComponents) && (level <= pDM_Odm->DebugLevel)) \ -+ { \ -+ RT_PRINTK fmt; \ -+ } -+ -+#define ODM_RT_ASSERT(pDM_Odm, expr, fmt) \ -+ if(!(expr)) { \ -+ DbgPrint( "Assertion failed! %s at ......\n", #expr); \ -+ DbgPrint( " ......%s,%s,line=%d\n",__FILE__,__FUNCTION__,__LINE__); \ -+ RT_PRINTK fmt; \ -+ ASSERT(FALSE); \ -+ } -+#define ODM_dbg_enter() { DbgPrint("==> %s\n", __FUNCTION__); } -+#define ODM_dbg_exit() { DbgPrint("<== %s\n", __FUNCTION__); } -+#define ODM_dbg_trace(str) { DbgPrint("%s:%s\n", __FUNCTION__, str); } -+ -+#define ODM_PRINT_ADDR(pDM_Odm, comp, level, title_str, ptr) \ -+ if(((comp) & pDM_Odm->DebugComponents) && (level <= pDM_Odm->DebugLevel)) \ -+ { \ -+ int __i; \ -+ pu1Byte __ptr = (pu1Byte)ptr; \ -+ DbgPrint("[ODM] "); \ -+ DbgPrint(title_str); \ -+ DbgPrint(" "); \ -+ for( __i=0; __i<6; __i++ ) \ -+ DbgPrint("%02X%s", __ptr[__i], (__i==5)?"":"-"); \ -+ DbgPrint("\n"); \ -+ } -+#else -+#define ODM_RT_TRACE(pDM_Odm, comp, level, fmt) -+#define ODM_RT_TRACE_F(pDM_Odm, comp, level, fmt) -+#define ODM_RT_ASSERT(pDM_Odm, expr, fmt) -+#define ODM_dbg_enter() -+#define ODM_dbg_exit() -+#define ODM_dbg_trace(str) -+#define ODM_PRINT_ADDR(pDM_Odm, comp, level, title_str, ptr) -+#endif -+ -+ -+VOID -+PHYDM_InitDebugSetting(IN PDM_ODM_T pDM_Odm); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID phydm_BB_RxHang_Info(IN PDM_ODM_T pDM_Odm); -+#endif -+ -+#define BB_TMP_BUF_SIZE 100 -+VOID phydm_BB_Debug_Info(IN PDM_ODM_T pDM_Odm); -+VOID phydm_BasicDbgMessage( IN PVOID pDM_VOID); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#define PHYDM_DBGPRINT 0 -+#define PHYDM_SSCANF(x, y, z) DCMD_Scanf(x, y, z) -+#if (PHYDM_DBGPRINT == 1) -+#define PHYDM_SNPRINTF(msg) \ -+ do {\ -+ rsprintf msg;\ -+ DbgPrint(output);\ -+ } while (0) -+#else -+#define PHYDM_SNPRINTF(msg) \ -+ do {\ -+ rsprintf msg;\ -+ DCMD_Printf(output);\ -+ } while (0) -+#endif -+#else -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+#define PHYDM_DBGPRINT 0 -+#else -+#define PHYDM_DBGPRINT 1 -+#endif -+#define MAX_ARGC 20 -+#define MAX_ARGV 16 -+#define DCMD_DECIMAL "%d" -+#define DCMD_CHAR "%c" -+#define DCMD_HEX "%x" -+ -+#define PHYDM_SSCANF(x, y, z) sscanf(x, y, z) -+#if (PHYDM_DBGPRINT == 1) -+#define PHYDM_SNPRINTF(msg)\ -+ do {\ -+ snprintf msg;\ -+ DbgPrint(output);\ -+ } while (0) -+#else -+#define PHYDM_SNPRINTF(msg)\ -+ do {\ -+ if(out_len > used)\ -+ used+=snprintf msg;\ -+ } while (0) -+#endif -+#endif -+ -+ -+VOID phydm_BasicProfile( -+ IN PVOID pDM_VOID, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+ ); -+#if(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_AP)) -+s4Byte -+phydm_cmd( -+ IN PDM_ODM_T pDM_Odm, -+ IN char *input, -+ IN u4Byte in_len, -+ IN u1Byte flag, -+ OUT char *output, -+ IN u4Byte out_len -+); -+#endif -+VOID -+phydm_cmd_parser( -+ IN PDM_ODM_T pDM_Odm, -+ IN char input[][16], -+ IN u4Byte input_num, -+ IN u1Byte flag, -+ OUT char *output, -+ IN u4Byte out_len -+); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+void phydm_sbd_check( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+void phydm_sbd_callback( -+ PRT_TIMER pTimer -+ ); -+ -+void phydm_sbd_workitem_callback( -+ IN PVOID pContext -+ ); -+#endif -+ -+VOID -+phydm_fw_trace_en_h2c( -+ IN PVOID pDM_VOID, -+ IN BOOLEAN enable, -+ IN u4Byte monitor_mode, -+ IN u4Byte macid -+); -+ -+VOID -+phydm_fw_trace_handler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+); -+ -+VOID -+phydm_fw_trace_handler_code( -+ IN PVOID pDM_VOID, -+ IN pu1Byte Buffer, -+ IN u1Byte CmdLen -+); -+ -+VOID -+phydm_fw_trace_handler_8051( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+); -+ -+#endif // __ODM_DBG_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dig.c linux/3rdparty/rtl8812au/hal/phydm/phydm_dig.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dig.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_dig.c 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,2086 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+ -+VOID -+ODM_ChangeDynamicInitGainThresh( -+ IN PVOID pDM_VOID, -+ IN u4Byte DM_Type, -+ IN u4Byte DM_Value -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ if (DM_Type == DIG_TYPE_THRESH_HIGH) -+ { -+ pDM_DigTable->RssiHighThresh = DM_Value; -+ } -+ else if (DM_Type == DIG_TYPE_THRESH_LOW) -+ { -+ pDM_DigTable->RssiLowThresh = DM_Value; -+ } -+ else if (DM_Type == DIG_TYPE_ENABLE) -+ { -+ pDM_DigTable->Dig_Enable_Flag = TRUE; -+ } -+ else if (DM_Type == DIG_TYPE_DISABLE) -+ { -+ pDM_DigTable->Dig_Enable_Flag = FALSE; -+ } -+ else if (DM_Type == DIG_TYPE_BACKOFF) -+ { -+ if(DM_Value > 30) -+ DM_Value = 30; -+ pDM_DigTable->BackoffVal = (u1Byte)DM_Value; -+ } -+ else if(DM_Type == DIG_TYPE_RX_GAIN_MIN) -+ { -+ if(DM_Value == 0) -+ DM_Value = 0x1; -+ pDM_DigTable->rx_gain_range_min = (u1Byte)DM_Value; -+ } -+ else if(DM_Type == DIG_TYPE_RX_GAIN_MAX) -+ { -+ if(DM_Value > 0x50) -+ DM_Value = 0x50; -+ pDM_DigTable->rx_gain_range_max = (u1Byte)DM_Value; -+ } -+} // DM_ChangeDynamicInitGainThresh // -+ -+int -+getIGIForDiff(int value_IGI) -+{ -+ #define ONERCCA_LOW_TH 0x30 -+ #define ONERCCA_LOW_DIFF 8 -+ -+ if (value_IGI < ONERCCA_LOW_TH) { -+ if ((ONERCCA_LOW_TH - value_IGI) < ONERCCA_LOW_DIFF) -+ return ONERCCA_LOW_TH; -+ else -+ return value_IGI + ONERCCA_LOW_DIFF; -+ } else { -+ return value_IGI; -+ } -+} -+ -+VOID -+odm_FAThresholdCheck( -+ IN PVOID pDM_VOID, -+ IN BOOLEAN bDFSBand, -+ IN BOOLEAN bPerformance, -+ IN u4Byte RxTp, -+ IN u4Byte TxTp, -+ OUT u4Byte* dm_FA_thres -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if(pDM_Odm->bLinked && (bPerformance||bDFSBand)) -+ { -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ // 8192D special case -+ dm_FA_thres[0] = DM_DIG_FA_TH0_92D; -+ dm_FA_thres[1] = DM_DIG_FA_TH1_92D; -+ dm_FA_thres[2] = DM_DIG_FA_TH2_92D; -+ } -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ else if(pDM_Odm->SupportPlatform & (ODM_AP|ODM_ADSL)) -+ { -+ // For AP -+ if((RxTp>>2) > TxTp && RxTp < 10000 && RxTp > 500) // 10Mbps & 0.5Mbps -+ { -+ dm_FA_thres[0] = 0x080; -+ dm_FA_thres[1] = 0x100; -+ dm_FA_thres[2] = 0x200; -+ } -+ else -+ { -+ dm_FA_thres[0] = 0x100; -+ dm_FA_thres[1] = 0x200; -+ dm_FA_thres[2] = 0x300; -+ } -+ } -+#else -+ else if(pDM_Odm->SupportICType == ODM_RTL8723A && pDM_Odm->bBtLimitedDig) -+ { -+ // 8723A BT special case -+ dm_FA_thres[0] = DM_DIG_FA_TH0; -+ dm_FA_thres[1] = 0x250; -+ dm_FA_thres[2] = 0x300; -+ } -+#endif -+ else -+ { -+ // For NIC -+ dm_FA_thres[0] = DM_DIG_FA_TH0; -+ dm_FA_thres[1] = DM_DIG_FA_TH1; -+ dm_FA_thres[2] = DM_DIG_FA_TH2; -+ } -+ } -+ else -+ { -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ if(bDFSBand) -+ { -+ // For DFS band and no link -+ dm_FA_thres[0] = 250; -+ dm_FA_thres[1] = 1000; -+ dm_FA_thres[2] = 2000; -+ } -+ else -+#endif -+ { -+ dm_FA_thres[0] = 2000; -+ dm_FA_thres[1] = 4000; -+ dm_FA_thres[2] = 5000; -+ } -+ } -+ return; -+} -+ -+u1Byte -+odm_ForbiddenIGICheck( -+ IN PVOID pDM_VOID, -+ IN u1Byte DIG_Dynamic_MIN, -+ IN u1Byte CurrentIGI -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ PFALSE_ALARM_STATISTICS pFalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm, PHYDM_FALSEALMCNT); -+ u1Byte rx_gain_range_min = pDM_DigTable->rx_gain_range_min; -+ -+ if(pFalseAlmCnt->Cnt_all > 10000) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Abnormally false alarm case. \n")); -+ -+ if(pDM_DigTable->LargeFAHit != 3) -+ pDM_DigTable->LargeFAHit++; -+ -+ if(pDM_DigTable->ForbiddenIGI < CurrentIGI)//if(pDM_DigTable->ForbiddenIGI < pDM_DigTable->CurIGValue) -+ { -+ pDM_DigTable->ForbiddenIGI = CurrentIGI;//pDM_DigTable->ForbiddenIGI = pDM_DigTable->CurIGValue; -+ pDM_DigTable->LargeFAHit = 1; -+ } -+ -+ if(pDM_DigTable->LargeFAHit >= 3) -+ { -+ if((pDM_DigTable->ForbiddenIGI + 2) > pDM_DigTable->rx_gain_range_max) -+ rx_gain_range_min = pDM_DigTable->rx_gain_range_max; -+ else -+ rx_gain_range_min = (pDM_DigTable->ForbiddenIGI + 2); -+ pDM_DigTable->Recover_cnt = 1800; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Abnormally false alarm case: Recover_cnt = %d \n", pDM_DigTable->Recover_cnt)); -+ } -+ } -+ else -+ { -+ if(pDM_DigTable->Recover_cnt != 0) -+ { -+ pDM_DigTable->Recover_cnt --; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Normal Case: Recover_cnt = %d \n", pDM_DigTable->Recover_cnt)); -+ } -+ else -+ { -+ if(pDM_DigTable->LargeFAHit < 3) -+ { -+ if((pDM_DigTable->ForbiddenIGI - 2) < DIG_Dynamic_MIN) //DM_DIG_MIN) -+ { -+ pDM_DigTable->ForbiddenIGI = DIG_Dynamic_MIN; //DM_DIG_MIN; -+ rx_gain_range_min = DIG_Dynamic_MIN; //DM_DIG_MIN; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Normal Case: At Lower Bound\n")); -+ } -+ else -+ { -+ pDM_DigTable->ForbiddenIGI -= 2; -+ rx_gain_range_min = (pDM_DigTable->ForbiddenIGI + 2); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Normal Case: Approach Lower Bound\n")); -+ } -+ } -+ else -+ { -+ pDM_DigTable->LargeFAHit = 0; -+ } -+ } -+ } -+ -+ return rx_gain_range_min; -+ -+} -+ -+VOID -+odm_InbandNoiseCalculate ( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ u1Byte IGIBackup, TimeCnt = 0, ValidCnt = 0; -+ BOOLEAN bTimeout = TRUE; -+ s1Byte sNoise_A, sNoise_B; -+ s4Byte NoiseRpt_A = 0,NoiseRpt_B = 0; -+ u4Byte tmp = 0; -+ static u1Byte failCnt = 0; -+ -+ if(!(pDM_Odm->SupportICType & (ODM_RTL8192E))) -+ return; -+ -+ if(pDM_Odm->RFType == ODM_1T1R || *(pDM_Odm->pOnePathCCA) != ODM_CCA_2R) -+ return; -+ -+ if(!pDM_DigTable->bNoiseEst) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_InbandNoiseEstimate()========>\n")); -+ -+ //1 Set initial gain. -+ IGIBackup = pDM_DigTable->CurIGValue; -+ pDM_DigTable->IGIOffset_A = 0; -+ pDM_DigTable->IGIOffset_B = 0; -+ ODM_Write_DIG(pDM_Odm, 0x24); -+ -+ //1 Update idle time power report -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TX_ANT_CTRL_11N, BIT25, 0x0); -+ -+ delay_ms(2); -+ -+ //1 Get noise power level -+ while(1) -+ { -+ //2 Read Noise Floor Report -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ tmp = ODM_GetBBReg(pDM_Odm, 0x8f8, bMaskLWord); -+ -+ sNoise_A = (s1Byte)(tmp & 0xff); -+ sNoise_B = (s1Byte)((tmp & 0xff00)>>8); -+ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("sNoise_A = %d, sNoise_B = %d\n",sNoise_A, sNoise_B)); -+ -+ if((sNoise_A < 20 && sNoise_A >= -70) && (sNoise_B < 20 && sNoise_B >= -70)) -+ { -+ ValidCnt++; -+ NoiseRpt_A += sNoise_A; -+ NoiseRpt_B += sNoise_B; -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("sNoise_A = %d, sNoise_B = %d\n",sNoise_A, sNoise_B)); -+ } -+ -+ TimeCnt++; -+ bTimeout = (TimeCnt >= 150)?TRUE:FALSE; -+ -+ if(ValidCnt == 20 || bTimeout) -+ break; -+ -+ delay_ms(2); -+ -+ } -+ -+ //1 Keep idle time power report -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ ODM_SetBBReg(pDM_Odm, ODM_REG_TX_ANT_CTRL_11N, BIT25, 0x1); -+ -+ //1 Recover IGI -+ ODM_Write_DIG(pDM_Odm, IGIBackup); -+ -+ //1 Calculate Noise Floor -+ if(ValidCnt != 0) -+ { -+ NoiseRpt_A /= (ValidCnt<<1); -+ NoiseRpt_B /= (ValidCnt<<1); -+ } -+ -+ if(bTimeout) -+ { -+ NoiseRpt_A = 0; -+ NoiseRpt_B = 0; -+ -+ failCnt ++; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("Noise estimate fail time = %d\n", failCnt)); -+ -+ if(failCnt == 3) -+ { -+ failCnt = 0; -+ pDM_DigTable->bNoiseEst = FALSE; -+ } -+ } -+ else -+ { -+ NoiseRpt_A = -110 + 0x24 + NoiseRpt_A -6; -+ NoiseRpt_B = -110 + 0x24 + NoiseRpt_B -6; -+ pDM_DigTable->bNoiseEst = FALSE; -+ failCnt = 0; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("NoiseRpt_A = %d, NoiseRpt_B = %d\n", NoiseRpt_A, NoiseRpt_B)); -+ } -+ -+ //1 Calculate IGI Offset -+ if(NoiseRpt_A > NoiseRpt_B) -+ { -+ pDM_DigTable->IGIOffset_A = NoiseRpt_A - NoiseRpt_B; -+ pDM_DigTable->IGIOffset_B = 0; -+ } -+ else -+ { -+ pDM_DigTable->IGIOffset_A = 0; -+ pDM_DigTable->IGIOffset_B = NoiseRpt_B - NoiseRpt_A; -+ } -+ -+#endif -+ return; -+} -+ -+VOID -+odm_DigForBtHsMode( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable=&pDM_Odm->DM_DigTable; -+ u1Byte digForBtHs=0; -+ u1Byte digUpBound=0x5a; -+ -+ if(pDM_Odm->bBtConnectProcess) -+ { -+ if(pDM_Odm->SupportICType&(ODM_RTL8723A)) -+ digForBtHs = 0x28; -+ else -+ digForBtHs = 0x22; -+ } -+ else -+ { -+ // -+ // Decide DIG value by BT HS RSSI. -+ // -+ digForBtHs = pDM_Odm->btHsRssi+4; -+ -+ //DIG Bound -+ if(pDM_Odm->SupportICType&(ODM_RTL8723A)) -+ digUpBound = 0x3e; -+ -+ if(digForBtHs > digUpBound) -+ digForBtHs = digUpBound; -+ if(digForBtHs < 0x1c) -+ digForBtHs = 0x1c; -+ -+ // update Current IGI -+ pDM_DigTable->BT30_CurIGI = digForBtHs; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DigForBtHsMode() : set DigValue=0x%x\n", digForBtHs)); -+#endif -+} -+ -+VOID -+ODM_Write_DIG( -+ IN PVOID pDM_VOID, -+ IN u1Byte CurrentIGI -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ if (pDM_DigTable->bStopDIG) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("ODM_Write_DIG(): Stop Writing IGI\n")); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_TRACE, ("ODM_Write_DIG(): ODM_REG(IGI_A,pDM_Odm)=0x%x, ODM_BIT(IGI,pDM_Odm)=0x%x\n", -+ ODM_REG(IGI_A,pDM_Odm),ODM_BIT(IGI,pDM_Odm))); -+ -+ //1 Check initial gain by upper bound -+ if ((!pDM_DigTable->bPSDInProgress) && pDM_Odm->bLinked) -+ { -+ if (CurrentIGI > pDM_DigTable->rx_gain_range_max) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_TRACE, ("ODM_Write_DIG(): CurrentIGI(0x%02x) is larger than upper bound !!\n", CurrentIGI)); -+ CurrentIGI = pDM_DigTable->rx_gain_range_max; -+ } -+ if (pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY && pDM_Odm->adaptivity_flag == TRUE) -+ { -+ if(CurrentIGI > pDM_Odm->Adaptivity_IGI_upper) -+ CurrentIGI = pDM_Odm->Adaptivity_IGI_upper; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("ODM_Write_DIG(): Adaptivity case: Force upper bound to 0x%x !!!!!!\n", CurrentIGI)); -+ } -+ } -+ -+ if(pDM_DigTable->CurIGValue != CurrentIGI) -+ { -+ -+ /*Add by YuChen for USB IO too slow issue*/ -+ if ((pDM_Odm->SupportAbility & ODM_BB_ADAPTIVITY) && (CurrentIGI > pDM_DigTable->CurIGValue)) -+ Phydm_Adaptivity(pDM_Odm, CurrentIGI); -+ -+ //1 Set IGI value -+ if(pDM_Odm->SupportPlatform & (ODM_WIN|ODM_CE)) -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_A,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ -+ if(pDM_Odm->RFType > ODM_1T1R) -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_B,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ -+ if((pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) && (pDM_Odm->RFType > ODM_2T2R)) -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_C,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_D,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ } -+ } -+ else if(pDM_Odm->SupportPlatform & (ODM_AP|ODM_ADSL)) -+ { -+ switch(*(pDM_Odm->pOnePathCCA)) -+ { -+ case ODM_CCA_2R: -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_A,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ -+ if(pDM_Odm->RFType > ODM_1T1R) -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_B,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ -+ if((pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) && (pDM_Odm->RFType > ODM_2T2R)) -+ { -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_C,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_D,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ } -+ break; -+ case ODM_CCA_1R_A: -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_A,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ if(pDM_Odm->RFType != ODM_1T1R) -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_B,pDM_Odm), ODM_BIT(IGI,pDM_Odm), getIGIForDiff(CurrentIGI)); -+ break; -+ case ODM_CCA_1R_B: -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_A,pDM_Odm), ODM_BIT(IGI,pDM_Odm), getIGIForDiff(CurrentIGI)); -+ if(pDM_Odm->RFType != ODM_1T1R) -+ ODM_SetBBReg(pDM_Odm, ODM_REG(IGI_B,pDM_Odm), ODM_BIT(IGI,pDM_Odm), CurrentIGI); -+ break; -+ } -+ } -+ pDM_DigTable->CurIGValue = CurrentIGI; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_TRACE, ("ODM_Write_DIG(): CurrentIGI(0x%02x).\n", CurrentIGI)); -+ -+} -+ -+VOID -+odm_PauseDIG( -+ IN PVOID pDM_VOID, -+ IN PHYDM_PAUSE_TYPE PauseType, -+ IN PHYDM_PAUSE_LEVEL pause_level, -+ IN u1Byte IGIValue -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG()=========> level = %d\n", pause_level)); -+ -+ if ((pDM_DigTable->pause_dig_level == 0) && (!(pDM_Odm->SupportAbility & ODM_BB_DIG) || !(pDM_Odm->SupportAbility & ODM_BB_FA_CNT))) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, -+ ("odm_PauseDIG(): Return: SupportAbility DIG or FA is disabled !!\n")); -+ return; -+ } -+ -+ if (pause_level > DM_DIG_MAX_PAUSE_TYPE) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, -+ ("odm_PauseDIG(): Return: Wrong pause level !!\n")); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): pause level = 0x%x, Current value = 0x%x\n", pDM_DigTable->pause_dig_level, IGIValue)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): pause value = 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n", -+ pDM_DigTable->pause_dig_value[7], pDM_DigTable->pause_dig_value[6], pDM_DigTable->pause_dig_value[5], pDM_DigTable->pause_dig_value[4], -+ pDM_DigTable->pause_dig_value[3], pDM_DigTable->pause_dig_value[2], pDM_DigTable->pause_dig_value[1], pDM_DigTable->pause_dig_value[0])); -+ -+ switch (PauseType) { -+ /* Pause DIG */ -+ case PHYDM_PAUSE: -+ { -+ /* Disable DIG */ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pDM_Odm->SupportAbility & (~ODM_BB_DIG)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Pause DIG !!\n")); -+ -+ /* Backup IGI value */ -+ if (pDM_DigTable->pause_dig_level == 0) { -+ pDM_DigTable->IGIBackup = pDM_DigTable->CurIGValue; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Backup IGI = 0x%x, new IGI = 0x%x\n", pDM_DigTable->IGIBackup, IGIValue)); -+ } -+ -+ /* Record IGI value */ -+ pDM_DigTable->pause_dig_value[pause_level] = IGIValue; -+ -+ /* Update pause level */ -+ pDM_DigTable->pause_dig_level = (pDM_DigTable->pause_dig_level | BIT(pause_level)); -+ -+ /* Write new IGI value */ -+ if (BIT(pause_level + 1) > pDM_DigTable->pause_dig_level) { -+ ODM_Write_DIG(pDM_Odm, IGIValue); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): IGI of higher level = 0x%x\n", IGIValue)); -+ } -+ break; -+ } -+ /* Resume DIG */ -+ case PHYDM_RESUME: -+ { -+ /* check if the level is illegal or not */ -+ if ((pDM_DigTable->pause_dig_level & (BIT(pause_level))) != 0) { -+ pDM_DigTable->pause_dig_level = pDM_DigTable->pause_dig_level & (~(BIT(pause_level))); -+ pDM_DigTable->pause_dig_value[pause_level] = 0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Resume DIG !!\n")); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Wrong resume level !!\n")); -+ break; -+ } -+ -+ /* Resume DIG */ -+ if (pDM_DigTable->pause_dig_level == 0) { -+ /* Write backup IGI value */ -+ ODM_Write_DIG(pDM_Odm, pDM_DigTable->IGIBackup); -+ pDM_DigTable->bIgnoreDIG = TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Write original IGI = 0x%x\n", pDM_DigTable->IGIBackup)); -+ -+ /* Enable DIG */ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pDM_Odm->SupportAbility | ODM_BB_DIG); -+ break; -+ } -+ -+ if (BIT(pause_level) > pDM_DigTable->pause_dig_level) { -+ u1Byte max_level; -+ -+ /* Calculate the maximum level now */ -+ for (max_level = (pause_level - 1); max_level >= 0; max_level--) { -+ if ((pDM_DigTable->pause_dig_level & BIT(max_level)) > 0) -+ break; -+ } -+ -+ /* write IGI of lower level */ -+ ODM_Write_DIG(pDM_Odm, pDM_DigTable->pause_dig_value[max_level]); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Write IGI (0x%x) of level (%d)\n", -+ pDM_DigTable->pause_dig_value[max_level], max_level)); -+ break; -+ } -+ break; -+ } -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): Wrong type !!\n")); -+ break; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): pause level = 0x%x, Current value = 0x%x\n", pDM_DigTable->pause_dig_level, IGIValue)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_PauseDIG(): pause value = 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n", -+ pDM_DigTable->pause_dig_value[7], pDM_DigTable->pause_dig_value[6], pDM_DigTable->pause_dig_value[5], pDM_DigTable->pause_dig_value[4], -+ pDM_DigTable->pause_dig_value[3], pDM_DigTable->pause_dig_value[2], pDM_DigTable->pause_dig_value[1], pDM_DigTable->pause_dig_value[0])); -+ -+} -+ -+BOOLEAN -+odm_DigAbort( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ pRXHP_T pRX_HP_Table = &pDM_Odm->DM_RXHP_Table; -+#endif -+ -+ //SupportAbility -+ if(!(pDM_Odm->SupportAbility & ODM_BB_FA_CNT)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: SupportAbility ODM_BB_FA_CNT is disabled\n")); -+ return TRUE; -+ } -+ -+ //SupportAbility -+ if(!(pDM_Odm->SupportAbility & ODM_BB_DIG)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: SupportAbility ODM_BB_DIG is disabled\n")); -+ return TRUE; -+ } -+ -+ //ScanInProcess -+ if(*(pDM_Odm->pbScanInProcess)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: In Scan Progress \n")); -+ return TRUE; -+ } -+ -+ if(pDM_DigTable->bIgnoreDIG) -+ { -+ pDM_DigTable->bIgnoreDIG = FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: Ignore DIG \n")); -+ return TRUE; -+ } -+ -+ //add by Neil Chen to avoid PSD is processing -+ if(pDM_Odm->bDMInitialGainEnable == FALSE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: PSD is Processing \n")); -+ return TRUE; -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #if OS_WIN_FROM_WIN7(OS_VERSION) -+ if(IsAPModeExist( pAdapter) && pAdapter->bInHctTest) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: Is AP mode or In HCT Test \n")); -+ return TRUE; -+ } -+ #endif -+ -+ if(pDM_Odm->bBtHsOperation) -+ { -+ odm_DigForBtHsMode(pDM_Odm); -+ } -+ -+ if(!(pDM_Odm->SupportICType &(ODM_RTL8723A|ODM_RTL8188E))) -+ { -+ if(pRX_HP_Table->RXHP_flag == 1) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: In RXHP Operation \n")); -+ return TRUE; -+ } -+ } -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #ifdef CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV -+ if((pDM_Odm->bLinked) && (pDM_Odm->Adapter->registrypriv.force_igi !=0)) -+ { -+ printk("pDM_Odm->RSSI_Min=%d \n",pDM_Odm->RSSI_Min); -+ ODM_Write_DIG(pDM_Odm,pDM_Odm->Adapter->registrypriv.force_igi); -+ return TRUE; -+ } -+ #endif -+#else -+ if (!(priv->up_time > 5)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Return: Not In DIG Operation Period \n")); -+ return TRUE; -+ } -+#endif -+ -+ return FALSE; -+} -+ -+VOID -+odm_DIGInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ PFALSE_ALARM_STATISTICS FalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm, PHYDM_FALSEALMCNT); -+#endif -+ -+ pDM_DigTable->bStopDIG = FALSE; -+ pDM_DigTable->bIgnoreDIG = FALSE; -+ pDM_DigTable->bPSDInProgress = FALSE; -+ pDM_DigTable->CurIGValue = (u1Byte) ODM_GetBBReg(pDM_Odm, ODM_REG(IGI_A,pDM_Odm), ODM_BIT(IGI,pDM_Odm)); -+ pDM_DigTable->RssiLowThresh = DM_DIG_THRESH_LOW; -+ pDM_DigTable->RssiHighThresh = DM_DIG_THRESH_HIGH; -+ pDM_DigTable->FALowThresh = DM_FALSEALARM_THRESH_LOW; -+ pDM_DigTable->FAHighThresh = DM_FALSEALARM_THRESH_HIGH; -+ pDM_DigTable->BackoffVal = DM_DIG_BACKOFF_DEFAULT; -+ pDM_DigTable->BackoffVal_range_max = DM_DIG_BACKOFF_MAX; -+ pDM_DigTable->BackoffVal_range_min = DM_DIG_BACKOFF_MIN; -+ pDM_DigTable->PreCCK_CCAThres = 0xFF; -+ pDM_DigTable->CurCCK_CCAThres = 0x83; -+ pDM_DigTable->ForbiddenIGI = DM_DIG_MIN_NIC; -+ pDM_DigTable->LargeFAHit = 0; -+ pDM_DigTable->Recover_cnt = 0; -+ pDM_DigTable->bMediaConnect_0 = FALSE; -+ pDM_DigTable->bMediaConnect_1 = FALSE; -+ -+ //To Initialize pDM_Odm->bDMInitialGainEnable == FALSE to avoid DIG error -+ pDM_Odm->bDMInitialGainEnable = TRUE; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ pDM_DigTable->DIG_Dynamic_MIN_0 = 0x25; -+ pDM_DigTable->DIG_Dynamic_MIN_1 = 0x25; -+ -+ // For AP\ ADSL modified DIG -+ pDM_DigTable->bTpTarget = FALSE; -+ pDM_DigTable->bNoiseEst = TRUE; -+ pDM_DigTable->IGIOffset_A = 0; -+ pDM_DigTable->IGIOffset_B = 0; -+ pDM_DigTable->TpTrainTH_min = 0; -+ -+ // For RTL8881A -+ FalseAlmCnt->Cnt_Ofdm_fail_pre = 0; -+ -+ //Dyanmic EDCCA -+ if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ { -+ ODM_SetBBReg(pDM_Odm, 0xC50, 0xFFFF0000, 0xfafd); -+ } -+#else -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DM_DIG_MIN_NIC; -+ pDM_DigTable->DIG_Dynamic_MIN_1 = DM_DIG_MIN_NIC; -+ -+ //To Initi BT30 IGI -+ pDM_DigTable->BT30_CurIGI=0x32; -+ -+ ODM_Memory_Set(pDM_Odm, pDM_DigTable->pause_dig_value, 0, (DM_DIG_MAX_PAUSE_TYPE + 1)); -+ pDM_DigTable->pause_dig_level = 0; -+ ODM_Memory_Set(pDM_Odm, pDM_DigTable->pause_cckpd_value, 0, (DM_DIG_MAX_PAUSE_TYPE + 1)); -+ pDM_DigTable->pause_cckpd_level = 0; -+#endif -+ -+ if(pDM_Odm->BoardType & (ODM_BOARD_EXT_PA|ODM_BOARD_EXT_LNA)) -+ { -+ pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_NIC; -+ pDM_DigTable->rx_gain_range_min = DM_DIG_MIN_NIC; -+ } -+ else -+ { -+ pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_NIC; -+ pDM_DigTable->rx_gain_range_min = DM_DIG_MIN_NIC; -+ } -+ -+} -+ -+ -+VOID -+odm_DIG( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pDM_Odm->Adapter); -+#elif (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ PSTA_INFO_T pEntry; -+#endif -+ -+ // Common parameters -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ PFALSE_ALARM_STATISTICS pFalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm, PHYDM_FALSEALMCNT); -+ BOOLEAN FirstConnect,FirstDisConnect; -+ u1Byte DIG_MaxOfMin, DIG_Dynamic_MIN; -+ u1Byte dm_dig_max, dm_dig_min; -+ u1Byte CurrentIGI = pDM_DigTable->CurIGValue; -+ u1Byte offset; -+ u4Byte dm_FA_thres[3]; -+ u4Byte TxTp = 0, RxTp = 0; -+ BOOLEAN bDFSBand = FALSE; -+ BOOLEAN bPerformance = TRUE, bFirstTpTarget = FALSE, bFirstCoverage = FALSE; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ u4Byte TpTrainTH_MIN = DM_DIG_TP_Target_TH0; -+ static u1Byte TimeCnt = 0; -+ u1Byte i; -+#endif -+ -+ if(odm_DigAbort(pDM_Odm) == TRUE) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG()===========================>\n\n")); -+ -+ -+ //1 Update status -+#if (RTL8192D_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ if(*(pDM_Odm->pMacPhyMode) == ODM_DMSP) -+ { -+ if(*(pDM_Odm->pbMasterOfDMSP)) -+ { -+ DIG_Dynamic_MIN = pDM_DigTable->DIG_Dynamic_MIN_0; -+ FirstConnect = (pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == FALSE); -+ FirstDisConnect = (!pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == TRUE); -+ } -+ else -+ { -+ DIG_Dynamic_MIN = pDM_DigTable->DIG_Dynamic_MIN_1; -+ FirstConnect = (pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_1 == FALSE); -+ FirstDisConnect = (!pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_1 == TRUE); -+ } -+ } -+ else -+ { -+ if(*(pDM_Odm->pBandType) == ODM_BAND_5G) -+ { -+ DIG_Dynamic_MIN = pDM_DigTable->DIG_Dynamic_MIN_0; -+ FirstConnect = (pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == FALSE); -+ FirstDisConnect = (!pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == TRUE); -+ } -+ else -+ { -+ DIG_Dynamic_MIN = pDM_DigTable->DIG_Dynamic_MIN_1; -+ FirstConnect = (pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_1 == FALSE); -+ FirstDisConnect = (!pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_1 == TRUE); -+ } -+ } -+ } -+ else -+#endif -+ { -+ DIG_Dynamic_MIN = pDM_DigTable->DIG_Dynamic_MIN_0; -+ FirstConnect = (pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == FALSE); -+ FirstDisConnect = (!pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == TRUE); -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ //1 Noise Floor Estimate -+ //pDM_DigTable->bNoiseEst = (FirstConnect)?TRUE:pDM_DigTable->bNoiseEst; -+ //odm_InbandNoiseCalculate (pDM_Odm); -+ -+ //1 Mode decision -+ if(pDM_Odm->bLinked) -+ { -+ //2 Calculate total TP -+ for (i=0; ipODM_StaInfo[i]; -+ if(IS_STA_VALID(pEntry)) -+ { -+ RxTp += (u4Byte)(pEntry->rx_byte_cnt_LowMAW>>7); -+ TxTp += (u4Byte)(pEntry->tx_byte_cnt_LowMAW>>7); //Kbps -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): TX TP = %dkbps, RX TP = %dkbps\n", TxTp, RxTp)); -+ } -+ -+ switch(pDM_Odm->priv->pshare->rf_ft_var.dig_cov_enable) -+ { -+ case 0: -+ { -+ bPerformance = TRUE; -+ break; -+ } -+ case 1: -+ { -+ bPerformance = FALSE; -+ break; -+ } -+ case 2: -+ { -+ if(pDM_Odm->bLinked) -+ { -+ if(pDM_DigTable->TpTrainTH_min > DM_DIG_TP_Target_TH0) -+ TpTrainTH_MIN = pDM_DigTable->TpTrainTH_min; -+ -+ if(pDM_DigTable->TpTrainTH_min > DM_DIG_TP_Target_TH1) -+ TpTrainTH_MIN = DM_DIG_TP_Target_TH1; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): TP training mode lower bound = %dkbps\n", TpTrainTH_MIN)); -+ -+ //2 Decide DIG mode by total TP -+ if((TxTp + RxTp) > DM_DIG_TP_Target_TH1) // change to performance mode -+ { -+ bFirstTpTarget = (!pDM_DigTable->bTpTarget)?TRUE:FALSE; -+ pDM_DigTable->bTpTarget = TRUE; -+ bPerformance = TRUE; -+ } -+ else if((TxTp + RxTp) < TpTrainTH_MIN) // change to coverage mode -+ { -+ bFirstCoverage = (pDM_DigTable->bTpTarget)?TRUE:FALSE; -+ -+ if(TimeCnt < DM_DIG_TP_Training_Period) -+ { -+ pDM_DigTable->bTpTarget = FALSE; -+ bPerformance = FALSE; -+ TimeCnt++; -+ } -+ else -+ { -+ pDM_DigTable->bTpTarget = TRUE; -+ bPerformance = TRUE; -+ bFirstTpTarget = TRUE; -+ TimeCnt = 0; -+ } -+ } -+ else // remain previous mode -+ { -+ bPerformance = pDM_DigTable->bTpTarget; -+ -+ if(!bPerformance) -+ { -+ if(TimeCnt < DM_DIG_TP_Training_Period) -+ TimeCnt++; -+ else -+ { -+ pDM_DigTable->bTpTarget = TRUE; -+ bPerformance = TRUE; -+ bFirstTpTarget = TRUE; -+ TimeCnt = 0; -+ } -+ } -+ } -+ -+ if(!bPerformance) -+ pDM_DigTable->TpTrainTH_min = RxTp + TxTp; -+ -+ } -+ else -+ { -+ bPerformance = FALSE; -+ pDM_DigTable->TpTrainTH_min = 0; -+ } -+ break; -+ } -+ default: -+ bPerformance = TRUE; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("====== DIG mode = %d ======\n", pDM_Odm->priv->pshare->rf_ft_var.dig_cov_enable)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("====== bPerformance = %d ======\n", bPerformance)); -+#endif -+ -+ //1 Boundary Decision -+#if (RTL8192C_SUPPORT==1) -+ if((pDM_Odm->SupportICType & ODM_RTL8192C) && (pDM_Odm->BoardType & (ODM_BOARD_EXT_LNA | ODM_BOARD_EXT_PA))) -+ { -+ //2 High power case -+ if(pDM_Odm->SupportPlatform & (ODM_AP|ODM_ADSL)) -+ { -+ dm_dig_max = DM_DIG_MAX_AP_HP; -+ dm_dig_min = DM_DIG_MIN_AP_HP; -+ } -+ else -+ { -+ dm_dig_max = DM_DIG_MAX_NIC_HP; -+ dm_dig_min = DM_DIG_MIN_NIC_HP; -+ } -+ DIG_MaxOfMin = DM_DIG_MAX_AP_HP; -+ } -+ else -+#endif -+ { -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ //2 For AP\ADSL -+ if(!bPerformance) -+ { -+ dm_dig_max = DM_DIG_MAX_AP_COVERAGR; -+ dm_dig_min = DM_DIG_MIN_AP_COVERAGE; -+ DIG_MaxOfMin = DM_DIG_MAX_OF_MIN_COVERAGE; -+ } -+ else -+ { -+ dm_dig_max = DM_DIG_MAX_AP; -+ dm_dig_min = DM_DIG_MIN_AP; -+ DIG_MaxOfMin = DM_DIG_MAX_OF_MIN; -+ } -+ -+ //4 DFS band -+ if (((*pDM_Odm->pChannel>= 52) &&(*pDM_Odm->pChannel <= 64)) || -+ ((*pDM_Odm->pChannel >= 100) && (*pDM_Odm->pChannel <= 140))) -+ { -+ bDFSBand = TRUE; -+ if (*pDM_Odm->pBandWidth == ODM_BW20M){ -+ dm_dig_min = DM_DIG_MIN_AP_DFS+2; -+ } -+ else{ -+ dm_dig_min = DM_DIG_MIN_AP_DFS; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): ====== In DFS band ======\n")); -+ } -+ -+ //4 TX2path -+ if (priv->pmib->dot11RFEntry.tx2path && !bDFSBand && (*(pDM_Odm->pWirelessMode) == ODM_WM_B)) -+ dm_dig_max = 0x2A; -+ -+#if RTL8192E_SUPPORT -+#ifdef HIGH_POWER_EXT_LNA -+ if ((pDM_Odm->SupportICType & (ODM_RTL8192E)) && (pDM_Odm->ExtLNA)) -+ dm_dig_max = 0x42; -+#endif -+#endif -+ -+#else -+ //2 For WIN\CE -+ if(pDM_Odm->SupportICType >= ODM_RTL8188E) -+ dm_dig_max = 0x5A; -+ else -+ dm_dig_max = DM_DIG_MAX_NIC; -+ -+ if(pDM_Odm->SupportICType != ODM_RTL8821) -+ dm_dig_min = DM_DIG_MIN_NIC; -+ else -+ dm_dig_min = 0x1C; -+ -+ DIG_MaxOfMin = DM_DIG_MAX_AP; -+#endif -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Absolutly upper bound = 0x%x, lower bound = 0x%x\n",dm_dig_max, dm_dig_min)); -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ // for P2P case -+ if(0 < *pDM_Odm->pu1ForcedIgiLb) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): P2P case: Force IGI lb to: %u !!!!!!\n", *pDM_Odm->pu1ForcedIgiLb)); -+ dm_dig_min = *pDM_Odm->pu1ForcedIgiLb; -+ dm_dig_max = (dm_dig_min <= dm_dig_max) ? (dm_dig_max) : (dm_dig_min + 1); -+ } -+#endif -+ -+ //1 Adjust boundary by RSSI -+ if(pDM_Odm->bLinked && bPerformance) -+ { -+ //2 Modify DIG upper bound -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ offset = 15; -+#else -+ //4 Modify DIG upper bound for 92E, 8723A\B, 8821 & 8812 BT -+ if((pDM_Odm->SupportICType & (ODM_RTL8192E|ODM_RTL8723B|ODM_RTL8812|ODM_RTL8821|ODM_RTL8723A)) && (pDM_Odm->bBtLimitedDig==1)) -+ { -+ offset = 10; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Coex. case: Force upper bound to RSSI + %d !!!!!!\n", offset)); -+ } -+ else -+ offset = 15; -+#endif -+ -+ if((pDM_Odm->RSSI_Min + offset) > dm_dig_max ) -+ pDM_DigTable->rx_gain_range_max = dm_dig_max; -+ else if((pDM_Odm->RSSI_Min + offset) < dm_dig_min ) -+ pDM_DigTable->rx_gain_range_max = dm_dig_min; -+ else -+ pDM_DigTable->rx_gain_range_max = pDM_Odm->RSSI_Min + offset; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ //2 Modify DIG lower bound -+ //if(pDM_Odm->bOneEntryOnly) -+ { -+ if(pDM_Odm->RSSI_Min < dm_dig_min) -+ DIG_Dynamic_MIN = dm_dig_min; -+ else if (pDM_Odm->RSSI_Min > DIG_MaxOfMin) -+ DIG_Dynamic_MIN = DIG_MaxOfMin; -+ else -+ DIG_Dynamic_MIN = pDM_Odm->RSSI_Min; -+ } -+#else -+ { -+ //4 For AP -+#ifdef __ECOS -+ HAL_REORDER_BARRIER(); -+#else -+ rmb(); -+#endif -+ if (bDFSBand) -+ { -+ DIG_Dynamic_MIN = dm_dig_min; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): DFS band: Force lower bound to 0x%x after link !!!!!!\n", dm_dig_min)); -+ } -+ else -+ { -+ if(pDM_Odm->RSSI_Min < dm_dig_min) -+ DIG_Dynamic_MIN = dm_dig_min; -+ else if (pDM_Odm->RSSI_Min > DIG_MaxOfMin) -+ DIG_Dynamic_MIN = DIG_MaxOfMin; -+ else -+ DIG_Dynamic_MIN = pDM_Odm->RSSI_Min; -+ } -+ } -+#endif -+ } -+ else -+ { -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ if(bPerformance && bDFSBand) -+ { -+ pDM_DigTable->rx_gain_range_max = 0x28; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): DFS band: Force upper bound to 0x%x before link !!!!!!\n", pDM_DigTable->rx_gain_range_max)); -+ } -+ else -+#endif -+ { -+ pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_OF_MIN; -+ } -+ DIG_Dynamic_MIN = dm_dig_min; -+ } -+ -+ //1 Force Lower Bound for AntDiv -+ if(pDM_Odm->bLinked && !pDM_Odm->bOneEntryOnly) -+ { -+ if((pDM_Odm->SupportICType & ODM_ANTDIV_SUPPORT) && (pDM_Odm->SupportAbility & ODM_BB_ANT_DIV)) -+ { -+ if (pDM_Odm->AntDivType == CG_TRX_HW_ANTDIV || pDM_Odm->AntDivType == CG_TRX_SMART_ANTDIV) { -+ if (pDM_DigTable->AntDiv_RSSI_max > DIG_MaxOfMin) -+ DIG_Dynamic_MIN = DIG_MaxOfMin; -+ else -+ DIG_Dynamic_MIN = (u1Byte) pDM_DigTable->AntDiv_RSSI_max; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Antenna diversity case: Force lower bound to 0x%x !!!!!!\n", DIG_Dynamic_MIN)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Antenna diversity case: RSSI_max = 0x%x !!!!!!\n", pDM_DigTable->AntDiv_RSSI_max)); -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Adjust boundary by RSSI Upper bound = 0x%x, Lower bound = 0x%x\n", -+ pDM_DigTable->rx_gain_range_max, DIG_Dynamic_MIN)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Link status: bLinked = %d, RSSI = %d, bFirstConnect = %d, bFirsrDisConnect = %d\n\n", -+ pDM_Odm->bLinked, pDM_Odm->RSSI_Min, FirstConnect, FirstDisConnect)); -+ -+ //1 Modify DIG lower bound, deal with abnormal case -+ //2 Abnormal false alarm case -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ if(bDFSBand) -+ { -+ pDM_DigTable->rx_gain_range_min = DIG_Dynamic_MIN; -+ } -+ else -+#endif -+ { -+ if(!pDM_Odm->bLinked) -+ { -+ pDM_DigTable->rx_gain_range_min = DIG_Dynamic_MIN; -+ -+ if (FirstDisConnect) -+ pDM_DigTable->ForbiddenIGI = DIG_Dynamic_MIN; -+ } -+ else -+ pDM_DigTable->rx_gain_range_min = odm_ForbiddenIGICheck(pDM_Odm, DIG_Dynamic_MIN, CurrentIGI); -+ } -+ -+ //2 Abnormal # beacon case -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(pDM_Odm->bLinked && !FirstConnect) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("Beacon Num (%d)\n", pDM_Odm->PhyDbgInfo.NumQryBeaconPkt)); -+ if((pDM_Odm->PhyDbgInfo.NumQryBeaconPkt < 5) && (pDM_Odm->bsta_state)) -+ { -+ pDM_DigTable->rx_gain_range_min = dm_dig_min; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Abnrormal #beacon (%d) case in STA mode: Force lower bound to 0x%x !!!!!!\n\n", -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt, pDM_DigTable->rx_gain_range_min)); -+ } -+ } -+#endif -+ -+ //2 Abnormal lower bound case -+ if(pDM_DigTable->rx_gain_range_min > pDM_DigTable->rx_gain_range_max) -+ { -+ pDM_DigTable->rx_gain_range_min = pDM_DigTable->rx_gain_range_max; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Abnrormal lower bound case: Force lower bound to 0x%x !!!!!!\n\n",pDM_DigTable->rx_gain_range_min)); -+ } -+ -+ -+ //1 False alarm threshold decision -+ odm_FAThresholdCheck(pDM_Odm, bDFSBand, bPerformance, RxTp, TxTp, dm_FA_thres); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): False alarm threshold = %d, %d, %d \n\n", dm_FA_thres[0], dm_FA_thres[1], dm_FA_thres[2])); -+ -+ //1 Adjust initial gain by false alarm -+ if(pDM_Odm->bLinked && bPerformance) -+ { -+ //2 After link -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Adjust IGI after link\n")); -+ -+ if(bFirstTpTarget || (FirstConnect && bPerformance)) -+ { -+ pDM_DigTable->LargeFAHit = 0; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ if(bDFSBand) -+ { -+ if(pDM_Odm->RSSI_Min > 0x28) -+ CurrentIGI = 0x28; -+ else -+ CurrentIGI = pDM_Odm->RSSI_Min; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): DFS band: One-shot to 0x28 upmost!!!!!!\n")); -+ } -+ else -+#endif -+ { -+ if(pDM_Odm->RSSI_Min < DIG_MaxOfMin) -+ { -+ if(CurrentIGI < pDM_Odm->RSSI_Min) -+ CurrentIGI = pDM_Odm->RSSI_Min; -+ } -+ else -+ { -+ if(CurrentIGI < DIG_MaxOfMin) -+ CurrentIGI = DIG_MaxOfMin; -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+#if (RTL8812A_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8812) -+ ODM_ConfigBBWithHeaderFile(pDM_Odm, CONFIG_BB_AGC_TAB_DIFF); -+#endif -+#endif -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): First connect case: IGI does on-shot to 0x%x\n", CurrentIGI)); -+ -+ } -+ else -+ { -+ if(pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) -+ CurrentIGI = CurrentIGI + 4; -+ else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) -+ CurrentIGI = CurrentIGI + 2; -+ else if(pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) -+ CurrentIGI = CurrentIGI - 2; -+ -+ //4 Abnormal # beacon case -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if((pDM_Odm->PhyDbgInfo.NumQryBeaconPkt < 5) && (pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH1) && (pDM_Odm->bsta_state)) -+ { -+ CurrentIGI = pDM_DigTable->rx_gain_range_min; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Abnormal #beacon (%d) case: IGI does one-shot to 0x%x\n", -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt, CurrentIGI)); -+ } -+#endif -+ } -+ } -+ else -+ { -+ //2 Before link -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): Adjust IGI before link\n")); -+ -+ if(FirstDisConnect || bFirstCoverage) -+ { -+ CurrentIGI = dm_dig_min; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): First disconnect case: IGI does on-shot to lower bound\n")); -+ } -+ else -+ { -+ if(pFalseAlmCnt->Cnt_all > dm_FA_thres[2]) -+ CurrentIGI = CurrentIGI + 4; -+ else if (pFalseAlmCnt->Cnt_all > dm_FA_thres[1]) -+ CurrentIGI = CurrentIGI + 2; -+ else if(pFalseAlmCnt->Cnt_all < dm_FA_thres[0]) -+ CurrentIGI = CurrentIGI - 2; -+ } -+ } -+ -+ //1 Check initial gain by upper/lower bound -+ if(CurrentIGI < pDM_DigTable->rx_gain_range_min) -+ CurrentIGI = pDM_DigTable->rx_gain_range_min; -+ -+ if(CurrentIGI > pDM_DigTable->rx_gain_range_max) -+ CurrentIGI = pDM_DigTable->rx_gain_range_max; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): CurIGValue=0x%x, TotalFA = %d\n\n", CurrentIGI, pFalseAlmCnt->Cnt_all)); -+ -+ //1 High power RSSI threshold -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if((pDM_Odm->SupportICType == ODM_RTL8723A)&& (pHalData->UndecoratedSmoothedPWDB > DM_DIG_HIGH_PWR_THRESHOLD)) -+ { -+ // High power IGI lower bound -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): UndecoratedSmoothedPWDB(%#x)\n", pHalData->UndecoratedSmoothedPWDB)); -+ if(CurrentIGI < DM_DIG_HIGH_PWR_IGI_LOWER_BOUND) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIG(): CurIGValue(%#x)\n", pDM_DigTable->CurIGValue)); -+ //pDM_DigTable->CurIGValue = DM_DIG_HIGH_PWR_IGI_LOWER_BOUND; -+ CurrentIGI=DM_DIG_HIGH_PWR_IGI_LOWER_BOUND; -+ } -+ } -+ if((pDM_Odm->SupportICType & ODM_RTL8723A) && IS_WIRELESS_MODE_G(pAdapter)) -+ { -+ if(pHalData->UndecoratedSmoothedPWDB > 0x28) -+ { -+ if(CurrentIGI < DM_DIG_Gmode_HIGH_PWR_IGI_LOWER_BOUND) -+ { -+ //pDM_DigTable->CurIGValue = DM_DIG_Gmode_HIGH_PWR_IGI_LOWER_BOUND; -+ CurrentIGI = DM_DIG_Gmode_HIGH_PWR_IGI_LOWER_BOUND; -+ } -+ } -+ } -+#endif -+ -+ //1 Update status -+#if (RTL8192D_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ //sherry delete DualMacSmartConncurrent 20110517 -+ if(*(pDM_Odm->pMacPhyMode) == ODM_DMSP) -+ { -+ ODM_Write_DIG_DMSP(pDM_Odm, CurrentIGI);//ODM_Write_DIG_DMSP(pDM_Odm, pDM_DigTable->CurIGValue); -+ if(*(pDM_Odm->pbMasterOfDMSP)) -+ { -+ pDM_DigTable->bMediaConnect_0 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DIG_Dynamic_MIN; -+ } -+ else -+ { -+ pDM_DigTable->bMediaConnect_1 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_1 = DIG_Dynamic_MIN; -+ } -+ } -+ else -+ { -+ ODM_Write_DIG(pDM_Odm, CurrentIGI);//ODM_Write_DIG(pDM_Odm, pDM_DigTable->CurIGValue); -+ if(*(pDM_Odm->pBandType) == ODM_BAND_5G) -+ { -+ pDM_DigTable->bMediaConnect_0 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DIG_Dynamic_MIN; -+ } -+ else -+ { -+ pDM_DigTable->bMediaConnect_1 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_1 = DIG_Dynamic_MIN; -+ } -+ } -+ } -+ else -+#endif -+ { -+#if ((DM_ODM_SUPPORT_TYPE & ODM_WIN) || ((DM_ODM_SUPPORT_TYPE & ODM_CE) && (ODM_CONFIG_BT_COEXIST == 1))) -+ if(pDM_Odm->bBtHsOperation) -+ { -+ if(pDM_Odm->bLinked) -+ { -+ if(pDM_DigTable->BT30_CurIGI > (CurrentIGI)) -+ ODM_Write_DIG(pDM_Odm, CurrentIGI); -+ else -+ ODM_Write_DIG(pDM_Odm, pDM_DigTable->BT30_CurIGI); -+ -+ pDM_DigTable->bMediaConnect_0 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DIG_Dynamic_MIN; -+ } -+ else -+ { -+ if(pDM_Odm->bLinkInProcess) -+ ODM_Write_DIG(pDM_Odm, 0x1c); -+ else if(pDM_Odm->bBtConnectProcess) -+ ODM_Write_DIG(pDM_Odm, 0x28); -+ else -+ ODM_Write_DIG(pDM_Odm, pDM_DigTable->BT30_CurIGI);//ODM_Write_DIG(pDM_Odm, pDM_DigTable->CurIGValue); -+ } -+ } -+ else // BT is not using -+#endif -+ { -+ ODM_Write_DIG(pDM_Odm, CurrentIGI);//ODM_Write_DIG(pDM_Odm, pDM_DigTable->CurIGValue); -+ pDM_DigTable->bMediaConnect_0 = pDM_Odm->bLinked; -+ pDM_DigTable->DIG_Dynamic_MIN_0 = DIG_Dynamic_MIN; -+ } -+ } -+} -+ -+VOID -+odm_DIGbyRSSI_LPS( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PFALSE_ALARM_STATISTICS pFalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm, PHYDM_FALSEALMCNT); -+ -+ u1Byte RSSI_Lower=DM_DIG_MIN_NIC; //0x1E or 0x1C -+ u1Byte CurrentIGI=pDM_Odm->RSSI_Min; -+ -+ if(odm_DigAbort(pDM_Odm) == TRUE) -+ return; -+ -+ CurrentIGI=CurrentIGI+RSSI_OFFSET_DIG; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIGbyRSSI_LPS()==>\n")); -+ -+ // Using FW PS mode to make IGI -+ //Adjust by FA in LPS MODE -+ if(pFalseAlmCnt->Cnt_all> DM_DIG_FA_TH2_LPS) -+ CurrentIGI = CurrentIGI+4; -+ else if (pFalseAlmCnt->Cnt_all > DM_DIG_FA_TH1_LPS) -+ CurrentIGI = CurrentIGI+2; -+ else if(pFalseAlmCnt->Cnt_all < DM_DIG_FA_TH0_LPS) -+ CurrentIGI = CurrentIGI-2; -+ -+ -+ //Lower bound checking -+ -+ //RSSI Lower bound check -+ if((pDM_Odm->RSSI_Min-10) > DM_DIG_MIN_NIC) -+ RSSI_Lower =(pDM_Odm->RSSI_Min-10); -+ else -+ RSSI_Lower =DM_DIG_MIN_NIC; -+ -+ //Upper and Lower Bound checking -+ if(CurrentIGI > DM_DIG_MAX_NIC) -+ CurrentIGI=DM_DIG_MAX_NIC; -+ else if(CurrentIGI < RSSI_Lower) -+ CurrentIGI =RSSI_Lower; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIGbyRSSI_LPS(): pFalseAlmCnt->Cnt_all = %d\n",pFalseAlmCnt->Cnt_all)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIGbyRSSI_LPS(): pDM_Odm->RSSI_Min = %d\n",pDM_Odm->RSSI_Min)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("odm_DIGbyRSSI_LPS(): CurrentIGI = 0x%x\n",CurrentIGI)); -+ -+ ODM_Write_DIG(pDM_Odm, CurrentIGI);//ODM_Write_DIG(pDM_Odm, pDM_DigTable->CurIGValue); -+#endif -+} -+ -+//3============================================================ -+//3 FASLE ALARM CHECK -+//3============================================================ -+ -+VOID -+odm_FalseAlarmCounterStatistics( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PFALSE_ALARM_STATISTICS FalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm, PHYDM_FALSEALMCNT); -+ u4Byte ret_value; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+//Mark there, and check this in odm_DMWatchDog -+#if 0 //(DM_ODM_SUPPORT_TYPE == ODM_AP) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ if( (priv->auto_channel != 0) && (priv->auto_channel != 2) ) -+ return; -+#endif -+#endif -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_FA_CNT)) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics()======>\n")); -+ -+#if (ODM_IC_11N_SERIES_SUPPORT == 1) -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) -+ { -+ -+ //hold ofdm counter -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_HOLDC_11N, BIT31, 1); //hold page C counter -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RSTD_11N, BIT31, 1); //hold page D counter -+ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_OFDM_FA_TYPE1_11N, bMaskDWord); -+ FalseAlmCnt->Cnt_Fast_Fsync = (ret_value&0xffff); -+ FalseAlmCnt->Cnt_SB_Search_fail = ((ret_value&0xffff0000)>>16); -+ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_OFDM_FA_TYPE2_11N, bMaskDWord); -+ FalseAlmCnt->Cnt_OFDM_CCA = (ret_value&0xffff); -+ FalseAlmCnt->Cnt_Parity_Fail = ((ret_value&0xffff0000)>>16); -+ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_OFDM_FA_TYPE3_11N, bMaskDWord); -+ FalseAlmCnt->Cnt_Rate_Illegal = (ret_value&0xffff); -+ FalseAlmCnt->Cnt_Crc8_fail = ((ret_value&0xffff0000)>>16); -+ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_OFDM_FA_TYPE4_11N, bMaskDWord); -+ FalseAlmCnt->Cnt_Mcs_fail = (ret_value&0xffff); -+ -+ FalseAlmCnt->Cnt_Ofdm_fail = FalseAlmCnt->Cnt_Parity_Fail + FalseAlmCnt->Cnt_Rate_Illegal + -+ FalseAlmCnt->Cnt_Crc8_fail + FalseAlmCnt->Cnt_Mcs_fail + -+ FalseAlmCnt->Cnt_Fast_Fsync + FalseAlmCnt->Cnt_SB_Search_fail; -+ -+#if (RTL8188E_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_SC_CNT_11N, bMaskDWord); -+ FalseAlmCnt->Cnt_BW_LSC = (ret_value&0xffff); -+ FalseAlmCnt->Cnt_BW_USC = ((ret_value&0xffff0000)>>16); -+ } -+#endif -+ -+#if (RTL8192D_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ odm_GetCCKFalseAlarm_92D(pDM_Odm); -+ } -+ else -+#endif -+ { -+ //hold cck counter -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11N, BIT12, 1); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11N, BIT14, 1); -+ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_CCK_FA_LSB_11N, bMaskByte0); -+ FalseAlmCnt->Cnt_Cck_fail = ret_value; -+ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_CCK_FA_MSB_11N, bMaskByte3); -+ FalseAlmCnt->Cnt_Cck_fail += (ret_value& 0xff)<<8; -+ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_CCK_CCA_CNT_11N, bMaskDWord); -+ FalseAlmCnt->Cnt_CCK_CCA = ((ret_value&0xFF)<<8) |((ret_value&0xFF00)>>8); -+ } -+ -+ FalseAlmCnt->Cnt_all = ( FalseAlmCnt->Cnt_Fast_Fsync + -+ FalseAlmCnt->Cnt_SB_Search_fail + -+ FalseAlmCnt->Cnt_Parity_Fail + -+ FalseAlmCnt->Cnt_Rate_Illegal + -+ FalseAlmCnt->Cnt_Crc8_fail + -+ FalseAlmCnt->Cnt_Mcs_fail + -+ FalseAlmCnt->Cnt_Cck_fail); -+ -+ FalseAlmCnt->Cnt_CCA_all = FalseAlmCnt->Cnt_OFDM_CCA + FalseAlmCnt->Cnt_CCK_CCA; -+ -+#if (RTL8192C_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8192C) -+ odm_ResetFACounter_92C(pDM_Odm); -+#endif -+ -+#if (RTL8192D_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ odm_ResetFACounter_92D(pDM_Odm); -+#endif -+ -+ if(pDM_Odm->SupportICType >=ODM_RTL8723A) -+ { -+ //reset false alarm counter registers -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RSTC_11N, BIT31, 1); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RSTC_11N, BIT31, 0); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RSTD_11N, BIT27, 1); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RSTD_11N, BIT27, 0); -+ -+ //update ofdm counter -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_HOLDC_11N, BIT31, 0); //update page C counter -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RSTD_11N, BIT31, 0); //update page D counter -+ -+ //reset CCK CCA counter -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11N, BIT13|BIT12, 0); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11N, BIT13|BIT12, 2); -+ //reset CCK FA counter -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11N, BIT15|BIT14, 0); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11N, BIT15|BIT14, 2); -+ } -+ -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Fast_Fsync=%d, Cnt_SB_Search_fail=%d\n", -+ FalseAlmCnt->Cnt_Fast_Fsync, FalseAlmCnt->Cnt_SB_Search_fail)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Parity_Fail=%d, Cnt_Rate_Illegal=%d\n", -+ FalseAlmCnt->Cnt_Parity_Fail, FalseAlmCnt->Cnt_Rate_Illegal)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Crc8_fail=%d, Cnt_Mcs_fail=%d\n", -+ FalseAlmCnt->Cnt_Crc8_fail, FalseAlmCnt->Cnt_Mcs_fail)); -+ } -+#endif -+ -+#if (ODM_IC_11AC_SERIES_SUPPORT == 1) -+ if(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ { -+ u4Byte CCKenable; -+ -+ /* read OFDM FA counter */ -+ FalseAlmCnt->Cnt_Ofdm_fail = ODM_GetBBReg(pDM_Odm, ODM_REG_OFDM_FA_11AC, bMaskLWord); -+ -+ -+ /* Read CCK FA counter */ -+ FalseAlmCnt->Cnt_Cck_fail = ODM_GetBBReg(pDM_Odm, ODM_REG_CCK_FA_11AC, bMaskLWord); -+ -+ /* read CCK/OFDM CCA counter */ -+ ret_value = ODM_GetBBReg(pDM_Odm, ODM_REG_CCK_CCA_CNT_11AC, bMaskDWord); -+ FalseAlmCnt->Cnt_OFDM_CCA = (ret_value & 0xffff0000) >> 16; -+ FalseAlmCnt->Cnt_CCK_CCA = ret_value & 0xffff; -+ -+#if (RTL8881A_SUPPORT==1) -+ /* For 8881A */ -+ if(pDM_Odm->SupportICType == ODM_RTL8881A) -+ { -+ u4Byte Cnt_Ofdm_fail_temp = 0; -+ -+ if(FalseAlmCnt->Cnt_Ofdm_fail >= FalseAlmCnt->Cnt_Ofdm_fail_pre) -+ { -+ Cnt_Ofdm_fail_temp = FalseAlmCnt->Cnt_Ofdm_fail_pre; -+ FalseAlmCnt->Cnt_Ofdm_fail_pre = FalseAlmCnt->Cnt_Ofdm_fail; -+ FalseAlmCnt->Cnt_Ofdm_fail = FalseAlmCnt->Cnt_Ofdm_fail - Cnt_Ofdm_fail_temp; -+ } -+ else -+ FalseAlmCnt->Cnt_Ofdm_fail_pre = FalseAlmCnt->Cnt_Ofdm_fail; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Ofdm_fail=%d\n", FalseAlmCnt->Cnt_Ofdm_fail_pre)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Ofdm_fail_pre=%d\n", Cnt_Ofdm_fail_temp)); -+ -+ /* Reset FA counter by enable/disable OFDM */ -+ if(FalseAlmCnt->Cnt_Ofdm_fail_pre >= 0x7fff) -+ { -+ // reset OFDM -+ ODM_SetBBReg(pDM_Odm, ODM_REG_BB_RX_PATH_11AC, BIT29,0); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_BB_RX_PATH_11AC, BIT29,1); -+ FalseAlmCnt->Cnt_Ofdm_fail_pre = 0; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Reset false alarm counter\n")); -+ } -+ } -+#endif -+ -+ /* reset OFDM FA coutner */ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RST_11AC, BIT17, 1); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_OFDM_FA_RST_11AC, BIT17, 0); -+ -+ /* reset CCK FA counter */ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11AC, BIT15, 0); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CCK_FA_RST_11AC, BIT15, 1); -+ -+ /* reset CCA counter */ -+ ODM_SetBBReg(pDM_Odm, ODM_REG_RST_RPT_11AC, BIT0, 1); -+ ODM_SetBBReg(pDM_Odm, ODM_REG_RST_RPT_11AC, BIT0, 0); -+ -+ CCKenable = ODM_GetBBReg(pDM_Odm, ODM_REG_BB_RX_PATH_11AC, BIT28); -+ if(CCKenable)//if(*pDM_Odm->pBandType == ODM_BAND_2_4G) -+ { -+ FalseAlmCnt->Cnt_all = FalseAlmCnt->Cnt_Ofdm_fail + FalseAlmCnt->Cnt_Cck_fail; -+ FalseAlmCnt->Cnt_CCA_all = FalseAlmCnt->Cnt_CCK_CCA + FalseAlmCnt->Cnt_OFDM_CCA; -+ } -+ else -+ { -+ FalseAlmCnt->Cnt_all = FalseAlmCnt->Cnt_Ofdm_fail; -+ FalseAlmCnt->Cnt_CCA_all = FalseAlmCnt->Cnt_OFDM_CCA; -+ } -+ -+ } -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_OFDM_CCA=%d\n", FalseAlmCnt->Cnt_OFDM_CCA)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_CCK_CCA=%d\n", FalseAlmCnt->Cnt_CCK_CCA)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_CCA_all=%d\n", FalseAlmCnt->Cnt_CCA_all)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Ofdm_fail=%d\n", FalseAlmCnt->Cnt_Ofdm_fail)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Cck_fail=%d\n", FalseAlmCnt->Cnt_Cck_fail)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Cnt_Ofdm_fail=%d\n", FalseAlmCnt->Cnt_Ofdm_fail)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_FA_CNT, ODM_DBG_LOUD, ("odm_FalseAlarmCounterStatistics(): Total False Alarm=%d\n\n", FalseAlmCnt->Cnt_all)); -+} -+ -+//3============================================================ -+//3 CCK Packet Detect Threshold -+//3============================================================ -+ -+VOID -+odm_PauseCCKPacketDetection( -+ IN PVOID pDM_VOID, -+ IN PHYDM_PAUSE_TYPE PauseType, -+ IN PHYDM_PAUSE_LEVEL pause_level, -+ IN u1Byte CCKPDThreshold -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection()=========> level = %d\n", pause_level)); -+ -+ if ((pDM_DigTable->pause_cckpd_level == 0) && (!(pDM_Odm->SupportAbility & ODM_BB_CCK_PD) || !(pDM_Odm->SupportAbility & ODM_BB_FA_CNT))) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("Return: SupportAbility ODM_BB_CCK_PD or ODM_BB_FA_CNT is disabled\n")); -+ return; -+ } -+ -+ if (pause_level > DM_DIG_MAX_PAUSE_TYPE) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, -+ ("odm_PauseCCKPacketDetection(): Return: Wrong pause level !!\n")); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): pause level = 0x%x, Current value = 0x%x\n", pDM_DigTable->pause_cckpd_level, CCKPDThreshold)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): pause value = 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n", -+ pDM_DigTable->pause_cckpd_value[7], pDM_DigTable->pause_cckpd_value[6], pDM_DigTable->pause_cckpd_value[5], pDM_DigTable->pause_cckpd_value[4], -+ pDM_DigTable->pause_cckpd_value[3], pDM_DigTable->pause_cckpd_value[2], pDM_DigTable->pause_cckpd_value[1], pDM_DigTable->pause_cckpd_value[0])); -+ -+ switch (PauseType) { -+ /* Pause CCK Packet Detection Threshold */ -+ case PHYDM_PAUSE: -+ { -+ /* Disable CCK PD */ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pDM_Odm->SupportAbility & (~ODM_BB_CCK_PD)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): Pause CCK packet detection threshold !!\n")); -+ -+ /* Backup original CCK PD threshold decided by CCK PD mechanism */ -+ if (pDM_DigTable->pause_cckpd_level == 0) { -+ pDM_DigTable->CCKPDBackup = pDM_DigTable->CurCCK_CCAThres; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, -+ ("odm_PauseCCKPacketDetection(): Backup CCKPD = 0x%x, new CCKPD = 0x%x\n", pDM_DigTable->CCKPDBackup, CCKPDThreshold)); -+ } -+ -+ /* Update pause level */ -+ pDM_DigTable->pause_cckpd_level = (pDM_DigTable->pause_cckpd_level | BIT(pause_level)); -+ -+ /* Record CCK PD threshold */ -+ pDM_DigTable->pause_cckpd_value[pause_level] = CCKPDThreshold; -+ -+ /* Write new CCK PD threshold */ -+ if (BIT(pause_level + 1) > pDM_DigTable->pause_cckpd_level) { -+ ODM_Write_CCK_CCA_Thres(pDM_Odm, CCKPDThreshold); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): CCKPD of higher level = 0x%x\n", CCKPDThreshold)); -+ } -+ break; -+ } -+ /* Resume CCK Packet Detection Threshold */ -+ case PHYDM_RESUME: -+ { -+ /* check if the level is illegal or not */ -+ if ((pDM_DigTable->pause_cckpd_level & (BIT(pause_level))) != 0) { -+ pDM_DigTable->pause_cckpd_level = pDM_DigTable->pause_cckpd_level & (~(BIT(pause_level))); -+ pDM_DigTable->pause_cckpd_value[pause_level] = 0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): Resume CCK PD !!\n")); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): Wrong resume level !!\n")); -+ break; -+ } -+ -+ /* Resume DIG */ -+ if (pDM_DigTable->pause_cckpd_level == 0) { -+ /* Write backup IGI value */ -+ ODM_Write_CCK_CCA_Thres(pDM_Odm, pDM_DigTable->CCKPDBackup); -+ /* pDM_DigTable->bIgnoreDIG = TRUE; */ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): Write original CCKPD = 0x%x\n", pDM_DigTable->CCKPDBackup)); -+ -+ /* Enable DIG */ -+ ODM_CmnInfoUpdate(pDM_Odm, ODM_CMNINFO_ABILITY, pDM_Odm->SupportAbility | ODM_BB_CCK_PD); -+ break; -+ } -+ -+ if (BIT(pause_level) > pDM_DigTable->pause_cckpd_level) { -+ u1Byte max_level; -+ -+ /* Calculate the maximum level now */ -+ for (max_level = (pause_level - 1); max_level >= 0; max_level--) { -+ if ((pDM_DigTable->pause_cckpd_level & BIT(max_level)) > 0) -+ break; -+ } -+ -+ /* write CCKPD of lower level */ -+ ODM_Write_CCK_CCA_Thres(pDM_Odm, pDM_DigTable->pause_cckpd_value[max_level]); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): Write CCKPD (0x%x) of level (%d)\n", -+ pDM_DigTable->pause_cckpd_value[max_level], max_level)); -+ break; -+ } -+ break; -+ } -+ default: -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): Wrong type !!\n")); -+ break; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): pause level = 0x%x, Current value = 0x%x\n", pDM_DigTable->pause_cckpd_level, CCKPDThreshold)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_PauseCCKPacketDetection(): pause value = 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n", -+ pDM_DigTable->pause_cckpd_value[7], pDM_DigTable->pause_cckpd_value[6], pDM_DigTable->pause_cckpd_value[5], pDM_DigTable->pause_cckpd_value[4], -+ pDM_DigTable->pause_cckpd_value[3], pDM_DigTable->pause_cckpd_value[2], pDM_DigTable->pause_cckpd_value[1], pDM_DigTable->pause_cckpd_value[0])); -+} -+ -+ -+VOID -+odm_CCKPacketDetectionThresh( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PFALSE_ALARM_STATISTICS FalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm, PHYDM_FALSEALMCNT); -+ u1Byte CurCCK_CCAThres, RSSI_thd = 55; -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+//modify by Guo.Mingzhi 2011-12-29 -+ if (pDM_Odm->bDualMacSmartConcurrent == TRUE) -+// if (pDM_Odm->bDualMacSmartConcurrent == FALSE) -+ return; -+ if(pDM_Odm->bBtHsOperation) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_CCKPacketDetectionThresh() write 0xcd for BT HS mode!!\n")); -+ ODM_Write_CCK_CCA_Thres(pDM_Odm, 0xcd); -+ return; -+ } -+#endif -+ -+ if((!(pDM_Odm->SupportAbility & ODM_BB_CCK_PD)) ||(!(pDM_Odm->SupportAbility & ODM_BB_FA_CNT))) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_CCKPacketDetectionThresh() return==========\n")); -+#ifdef MCR_WIRELESS_EXTEND -+ ODM_Write_CCK_CCA_Thres(pDM_Odm, 0x43); -+#endif -+ return; -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ if(pDM_Odm->ExtLNA) -+ return; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_CCKPacketDetectionThresh() ==========>\n")); -+ -+ if (pDM_Odm->bLinked) -+ { -+ if (pDM_Odm->RSSI_Min > RSSI_thd) -+ CurCCK_CCAThres = 0xcd; -+ else if ((pDM_Odm->RSSI_Min <= RSSI_thd) && (pDM_Odm->RSSI_Min > 10)) -+ CurCCK_CCAThres = 0x83; -+ else -+ { -+ if(FalseAlmCnt->Cnt_Cck_fail > 1000) -+ CurCCK_CCAThres = 0x83; -+ else -+ CurCCK_CCAThres = 0x40; -+ } -+ } else { -+ if(FalseAlmCnt->Cnt_Cck_fail > 1000) -+ CurCCK_CCAThres = 0x83; -+ else -+ CurCCK_CCAThres = 0x40; -+ } -+ -+#if (RTL8192D_SUPPORT==1) -+ if((pDM_Odm->SupportICType == ODM_RTL8192D) && (*pDM_Odm->pBandType == ODM_BAND_2_4G)) -+ ODM_Write_CCK_CCA_Thres_92D(pDM_Odm, CurCCK_CCAThres); -+ else -+#endif -+ ODM_Write_CCK_CCA_Thres(pDM_Odm, CurCCK_CCAThres); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CCK_PD, ODM_DBG_LOUD, ("odm_CCKPacketDetectionThresh() CurCCK_CCAThres = 0x%x\n",CurCCK_CCAThres)); -+} -+ -+VOID -+ODM_Write_CCK_CCA_Thres( -+ IN PVOID pDM_VOID, -+ IN u1Byte CurCCK_CCAThres -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ if(pDM_DigTable->CurCCK_CCAThres!=CurCCK_CCAThres) //modify by Guo.Mingzhi 2012-01-03 -+ { -+ ODM_Write1Byte(pDM_Odm, ODM_REG(CCK_CCA,pDM_Odm), CurCCK_CCAThres); -+ } -+ pDM_DigTable->PreCCK_CCAThres = pDM_DigTable->CurCCK_CCAThres; -+ pDM_DigTable->CurCCK_CCAThres = CurCCK_CCAThres; -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+// <20130108, Kordan> E.g., With LNA used, we make the Rx power smaller to have a better EVM. (Asked by Willis) -+VOID -+odm_RFEControl( -+ IN PDM_ODM_T pDM_Odm, -+ IN u8Byte RSSIVal -+ ) -+{ -+ PADAPTER Adapter = (PADAPTER)pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ static u1Byte TRSW_HighPwr = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("===> odm_RFEControl, RSSI = %d, TRSW_HighPwr = 0x%X, pHalData->RFEType = %d\n", -+ RSSIVal, TRSW_HighPwr, pHalData->RFEType )); -+ -+ if (pHalData->RFEType == 3) { -+ -+ pDM_Odm->RSSI_TRSW = RSSIVal; -+ -+ if (pDM_Odm->RSSI_TRSW >= pDM_Odm->RSSI_TRSW_H) -+ { -+ TRSW_HighPwr = 1; // Switch to -+ PHY_SetBBReg(Adapter, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x1); // Set ANTSW=1/ANTSWB=0 for SW control -+ PHY_SetBBReg(Adapter, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x3); // Set ANTSW=1/ANTSWB=0 for SW control -+ -+ } -+ else if (pDM_Odm->RSSI_TRSW <= pDM_Odm->RSSI_TRSW_L) -+ { -+ TRSW_HighPwr = 0; // Switched back -+ PHY_SetBBReg(Adapter, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x1); // Set ANTSW=1/ANTSWB=0 for SW control -+ PHY_SetBBReg(Adapter, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x0); // Set ANTSW=1/ANTSWB=0 for SW control -+ -+ } -+ } -+ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("(pDM_Odm->RSSI_TRSW_H, pDM_Odm->RSSI_TRSW_L) = (%d, %d)\n", pDM_Odm->RSSI_TRSW_H, pDM_Odm->RSSI_TRSW_L)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("(RSSIVal, RSSIVal, pDM_Odm->RSSI_TRSW_iso) = (%d, %d, %d)\n", -+ RSSIVal, pDM_Odm->RSSI_TRSW_iso, pDM_Odm->RSSI_TRSW)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DIG, ODM_DBG_LOUD, ("<=== odm_RFEControl, RSSI = %d, TRSW_HighPwr = 0x%X\n", RSSIVal, TRSW_HighPwr)); -+} -+ -+VOID -+odm_MPT_DIGWorkItemCallback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER Adapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ ODM_MPT_DIG(pDM_Odm); -+} -+ -+VOID -+odm_MPT_DIGCallback( -+ PRT_TIMER pTimer -+) -+{ -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ -+ #if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ #if USE_WORKITEM -+ PlatformScheduleWorkItem(&pDM_Odm->MPT_DIGWorkitem); -+ #else -+ ODM_MPT_DIG(pDM_Odm); -+ #endif -+ #else -+ PlatformScheduleWorkItem(&pDM_Odm->MPT_DIGWorkitem); -+ #endif -+ -+} -+ -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+VOID -+odm_MPT_DIGCallback( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if USE_WORKITEM -+ PlatformScheduleWorkItem(&pDM_Odm->MPT_DIGWorkitem); -+#else -+ ODM_MPT_DIG(pDM_Odm); -+#endif -+} -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE != ODM_CE) -+VOID -+odm_MPT_Write_DIG( -+ IN PVOID pDM_VOID, -+ IN u1Byte CurIGValue -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+ ODM_Write1Byte( pDM_Odm, ODM_REG(IGI_A,pDM_Odm), CurIGValue); -+ -+ if(pDM_Odm->RFType > ODM_1T1R) -+ ODM_Write1Byte( pDM_Odm, ODM_REG(IGI_B,pDM_Odm), CurIGValue); -+ -+ if((pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) && (pDM_Odm->RFType > ODM_2T2R)) -+ { -+ ODM_Write1Byte( pDM_Odm, ODM_REG(IGI_C,pDM_Odm), CurIGValue); -+ ODM_Write1Byte( pDM_Odm, ODM_REG(IGI_D,pDM_Odm), CurIGValue); -+ } -+ -+ pDM_DigTable->CurIGValue = CurIGValue; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("CurIGValue = 0x%x\n", CurIGValue)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("pDM_Odm->RFType = 0x%x\n", pDM_Odm->RFType)); -+} -+ -+VOID -+ODM_MPT_DIG( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ PFALSE_ALARM_STATISTICS pFalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure( pDM_Odm, PHYDM_FALSEALMCNT); -+ u1Byte CurrentIGI = pDM_DigTable->CurIGValue; -+ u1Byte DIG_Upper = 0x40, DIG_Lower = 0x20; -+ u4Byte RXOK_cal; -+ u4Byte RxPWDBAve_final; -+ u1Byte IGI_A = 0x20, IGI_B = 0x20; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+ #if ODM_FIX_2G_DIG -+ IGI_A = 0x22; -+ IGI_B = 0x24; -+ #endif -+ -+#else -+ if (!(pDM_Odm->priv->pshare->rf_ft_var.mp_specific && pDM_Odm->priv->pshare->mp_dig_on)) -+ return; -+ -+ if (*pDM_Odm->pBandType == ODM_BAND_5G) -+ DIG_Lower = 0x22; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("===> ODM_MPT_DIG, pBandType = %d\n", *pDM_Odm->pBandType)); -+ -+#if (ODM_FIX_2G_DIG || (DM_ODM_SUPPORT_TYPE & ODM_AP)) -+ if (*pDM_Odm->pBandType == ODM_BAND_5G || (pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_RTL8822B))) // for 5G or 8814 -+#else -+ if (1) // for both 2G/5G -+#endif -+ { -+ odm_FalseAlarmCounterStatistics(pDM_Odm); -+ -+ RXOK_cal = pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK + pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM; -+ RxPWDBAve_final = (RXOK_cal != 0)?pDM_Odm->RxPWDBAve/RXOK_cal:0; -+ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK = 0; -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM = 0; -+ pDM_Odm->RxPWDBAve = 0; -+ pDM_Odm->MPDIG_2G = FALSE; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pDM_Odm->Times_2G = 0; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("RX OK = %d\n", RXOK_cal)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("RSSI = %d\n", RxPWDBAve_final)); -+ -+ if (RXOK_cal >= 70 && RxPWDBAve_final <= 40) -+ { -+ if (CurrentIGI > 0x24) -+ odm_MPT_Write_DIG(pDM_Odm, 0x24); -+ } -+ else -+ { -+ if(pFalseAlmCnt->Cnt_all > 1000){ -+ CurrentIGI = CurrentIGI + 8; -+ } -+ else if(pFalseAlmCnt->Cnt_all > 200){ -+ CurrentIGI = CurrentIGI + 4; -+ } -+ else if (pFalseAlmCnt->Cnt_all > 50){ -+ CurrentIGI = CurrentIGI + 2; -+ } -+ else if (pFalseAlmCnt->Cnt_all < 2){ -+ CurrentIGI = CurrentIGI - 2; -+ } -+ -+ if (CurrentIGI < DIG_Lower ){ -+ CurrentIGI = DIG_Lower; -+ } -+ -+ if(CurrentIGI > DIG_Upper){ -+ CurrentIGI = DIG_Upper; -+ } -+ -+ odm_MPT_Write_DIG(pDM_Odm, CurrentIGI); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("DIG = 0x%x, Cnt_all = %d, Cnt_Ofdm_fail = %d, Cnt_Cck_fail = %d\n", -+ CurrentIGI, pFalseAlmCnt->Cnt_all, pFalseAlmCnt->Cnt_Ofdm_fail, pFalseAlmCnt->Cnt_Cck_fail)); -+ } -+ } -+ else -+ { -+ if(pDM_Odm->MPDIG_2G == FALSE) -+ { -+ if((pDM_Odm->SupportPlatform & ODM_WIN) && !(pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_RTL8822B))) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DIG, ODM_DBG_LOUD, ("===> Fix IGI\n")); -+ ODM_Write1Byte( pDM_Odm, ODM_REG(IGI_A,pDM_Odm), IGI_A); -+ ODM_Write1Byte( pDM_Odm, ODM_REG(IGI_B,pDM_Odm), IGI_B); -+ pDM_DigTable->CurIGValue = IGI_B; -+ } -+ else -+ odm_MPT_Write_DIG(pDM_Odm, IGI_A); -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pDM_Odm->Times_2G++; -+ -+ if (pDM_Odm->Times_2G == 3) -+#endif -+ { -+ pDM_Odm->MPDIG_2G = TRUE; -+ } -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (pDM_Odm->SupportICType == ODM_RTL8812) -+ odm_RFEControl(pDM_Odm, RxPWDBAve_final); -+#endif -+ -+ ODM_SetTimer(pDM_Odm, &pDM_Odm->MPT_DIGTimer, 700); -+} -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dig.h linux/3rdparty/rtl8812au/hal/phydm/phydm_dig.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dig.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_dig.h 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,327 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMDIG_H__ -+#define __PHYDMDIG_H__ -+ -+#define DIG_VERSION "1.8" /*2015.07.01*/ -+ -+/* Pause DIG & CCKPD */ -+#define DM_DIG_MAX_PAUSE_TYPE 0x7 -+ -+typedef struct _Dynamic_Initial_Gain_Threshold_ -+{ -+ BOOLEAN bStopDIG; // for debug -+ BOOLEAN bIgnoreDIG; -+ BOOLEAN bPSDInProgress; -+ -+ u1Byte Dig_Enable_Flag; -+ u1Byte Dig_Ext_Port_Stage; -+ -+ int RssiLowThresh; -+ int RssiHighThresh; -+ -+ u4Byte FALowThresh; -+ u4Byte FAHighThresh; -+ -+ u1Byte CurSTAConnectState; -+ u1Byte PreSTAConnectState; -+ u1Byte CurMultiSTAConnectState; -+ -+ u1Byte PreIGValue; -+ u1Byte CurIGValue; -+ u1Byte BackupIGValue; //MP DIG -+ u1Byte BT30_CurIGI; -+ u1Byte IGIBackup; -+ -+ s1Byte BackoffVal; -+ s1Byte BackoffVal_range_max; -+ s1Byte BackoffVal_range_min; -+ u1Byte rx_gain_range_max; -+ u1Byte rx_gain_range_min; -+ u1Byte Rssi_val_min; -+ -+ u1Byte PreCCK_CCAThres; -+ u1Byte CurCCK_CCAThres; -+ u1Byte PreCCKPDState; -+ u1Byte CurCCKPDState; -+ u1Byte CCKPDBackup; -+ u1Byte pause_cckpd_level; -+ u1Byte pause_cckpd_value[DM_DIG_MAX_PAUSE_TYPE + 1]; -+ -+ u1Byte LargeFAHit; -+ u1Byte ForbiddenIGI; -+ u4Byte Recover_cnt; -+ -+ u1Byte DIG_Dynamic_MIN_0; -+ u1Byte DIG_Dynamic_MIN_1; -+ BOOLEAN bMediaConnect_0; -+ BOOLEAN bMediaConnect_1; -+ -+ u4Byte AntDiv_RSSI_max; -+ u4Byte RSSI_max; -+ -+ u1Byte *bP2PInProcess; -+ -+ u1Byte pause_dig_level; -+ u1Byte pause_dig_value[DM_DIG_MAX_PAUSE_TYPE + 1]; -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ BOOLEAN bTpTarget; -+ BOOLEAN bNoiseEst; -+ u4Byte TpTrainTH_min; -+ u1Byte IGIOffset_A; -+ u1Byte IGIOffset_B; -+#endif -+}DIG_T,*pDIG_T; -+ -+typedef struct _FALSE_ALARM_STATISTICS{ -+ u4Byte Cnt_Parity_Fail; -+ u4Byte Cnt_Rate_Illegal; -+ u4Byte Cnt_Crc8_fail; -+ u4Byte Cnt_Mcs_fail; -+ u4Byte Cnt_Ofdm_fail; -+ u4Byte Cnt_Ofdm_fail_pre; //For RTL8881A -+ u4Byte Cnt_Cck_fail; -+ u4Byte Cnt_all; -+ u4Byte Cnt_Fast_Fsync; -+ u4Byte Cnt_SB_Search_fail; -+ u4Byte Cnt_OFDM_CCA; -+ u4Byte Cnt_CCK_CCA; -+ u4Byte Cnt_CCA_all; -+ u4Byte Cnt_BW_USC; //Gary -+ u4Byte Cnt_BW_LSC; //Gary -+}FALSE_ALARM_STATISTICS, *PFALSE_ALARM_STATISTICS; -+ -+typedef enum tag_Dynamic_Init_Gain_Operation_Type_Definition -+{ -+ DIG_TYPE_THRESH_HIGH = 0, -+ DIG_TYPE_THRESH_LOW = 1, -+ DIG_TYPE_BACKOFF = 2, -+ DIG_TYPE_RX_GAIN_MIN = 3, -+ DIG_TYPE_RX_GAIN_MAX = 4, -+ DIG_TYPE_ENABLE = 5, -+ DIG_TYPE_DISABLE = 6, -+ DIG_OP_TYPE_MAX -+}DM_DIG_OP_E; -+ -+/* -+typedef enum tag_CCK_Packet_Detection_Threshold_Type_Definition -+{ -+ CCK_PD_STAGE_LowRssi = 0, -+ CCK_PD_STAGE_HighRssi = 1, -+ CCK_PD_STAGE_MAX = 3, -+}DM_CCK_PDTH_E; -+ -+typedef enum tag_DIG_EXT_PORT_ALGO_Definition -+{ -+ DIG_EXT_PORT_STAGE_0 = 0, -+ DIG_EXT_PORT_STAGE_1 = 1, -+ DIG_EXT_PORT_STAGE_2 = 2, -+ DIG_EXT_PORT_STAGE_3 = 3, -+ DIG_EXT_PORT_STAGE_MAX = 4, -+}DM_DIG_EXT_PORT_ALG_E; -+ -+typedef enum tag_DIG_Connect_Definition -+{ -+ DIG_STA_DISCONNECT = 0, -+ DIG_STA_CONNECT = 1, -+ DIG_STA_BEFORE_CONNECT = 2, -+ DIG_MultiSTA_DISCONNECT = 3, -+ DIG_MultiSTA_CONNECT = 4, -+ DIG_CONNECT_MAX -+}DM_DIG_CONNECT_E; -+ -+ -+#define DM_MultiSTA_InitGainChangeNotify(Event) {DM_DigTable.CurMultiSTAConnectState = Event;} -+ -+#define DM_MultiSTA_InitGainChangeNotify_CONNECT(_ADAPTER) \ -+ DM_MultiSTA_InitGainChangeNotify(DIG_MultiSTA_CONNECT) -+ -+#define DM_MultiSTA_InitGainChangeNotify_DISCONNECT(_ADAPTER) \ -+ DM_MultiSTA_InitGainChangeNotify(DIG_MultiSTA_DISCONNECT) -+*/ -+ -+typedef enum tag_PHYDM_Pause_Type { -+ PHYDM_PAUSE = BIT0, -+ PHYDM_RESUME = BIT1 -+} PHYDM_PAUSE_TYPE; -+ -+typedef enum tag_PHYDM_Pause_Level { -+/* number of pause level can't exceed DM_DIG_MAX_PAUSE_TYPE */ -+ PHYDM_PAUSE_LEVEL_0 = 0, -+ PHYDM_PAUSE_LEVEL_1 = 1, -+ PHYDM_PAUSE_LEVEL_2 = 2, -+ PHYDM_PAUSE_LEVEL_3 = 3, -+ PHYDM_PAUSE_LEVEL_4 = 4, -+ PHYDM_PAUSE_LEVEL_5 = 5, -+ PHYDM_PAUSE_LEVEL_6 = 6, -+ PHYDM_PAUSE_LEVEL_7 = DM_DIG_MAX_PAUSE_TYPE /* maximum level */ -+} PHYDM_PAUSE_LEVEL; -+ -+ -+#define DM_DIG_THRESH_HIGH 40 -+#define DM_DIG_THRESH_LOW 35 -+ -+#define DM_FALSEALARM_THRESH_LOW 400 -+#define DM_FALSEALARM_THRESH_HIGH 1000 -+ -+#define DM_DIG_MAX_NIC 0x3e -+#define DM_DIG_MIN_NIC 0x1e //0x22//0x1c -+#define DM_DIG_MAX_OF_MIN_NIC 0x3e -+ -+#define DM_DIG_MAX_AP 0x3e -+#define DM_DIG_MIN_AP 0x1c -+#define DM_DIG_MAX_OF_MIN 0x2A //0x32 -+#define DM_DIG_MIN_AP_DFS 0x20 -+ -+#define DM_DIG_MAX_NIC_HP 0x46 -+#define DM_DIG_MIN_NIC_HP 0x2e -+ -+#define DM_DIG_MAX_AP_HP 0x42 -+#define DM_DIG_MIN_AP_HP 0x30 -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+#define DM_DIG_MAX_AP_COVERAGR 0x26 -+#define DM_DIG_MIN_AP_COVERAGE 0x1c -+#define DM_DIG_MAX_OF_MIN_COVERAGE 0x22 -+ -+#define DM_DIG_TP_Target_TH0 500 -+#define DM_DIG_TP_Target_TH1 1000 -+#define DM_DIG_TP_Training_Period 10 -+#endif -+ -+//vivi 92c&92d has different definition, 20110504 -+//this is for 92c -+#if (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ #ifdef CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV -+ #define DM_DIG_FA_TH0 0x80//0x20 -+ #else -+ #define DM_DIG_FA_TH0 0x200//0x20 -+ #endif -+#else -+ #define DM_DIG_FA_TH0 0x200//0x20 -+#endif -+ -+#define DM_DIG_FA_TH1 0x300 -+#define DM_DIG_FA_TH2 0x400 -+//this is for 92d -+#define DM_DIG_FA_TH0_92D 0x100 -+#define DM_DIG_FA_TH1_92D 0x400 -+#define DM_DIG_FA_TH2_92D 0x600 -+ -+#define DM_DIG_BACKOFF_MAX 12 -+#define DM_DIG_BACKOFF_MIN -4 -+#define DM_DIG_BACKOFF_DEFAULT 10 -+ -+#define DM_DIG_FA_TH0_LPS 4 //-> 4 in lps -+#define DM_DIG_FA_TH1_LPS 15 //-> 15 lps -+#define DM_DIG_FA_TH2_LPS 30 //-> 30 lps -+#define RSSI_OFFSET_DIG 0x05 -+ -+VOID -+ODM_ChangeDynamicInitGainThresh( -+ IN PVOID pDM_VOID, -+ IN u4Byte DM_Type, -+ IN u4Byte DM_Value -+ ); -+ -+VOID -+ODM_Write_DIG( -+ IN PVOID pDM_VOID, -+ IN u1Byte CurrentIGI -+ ); -+ -+VOID -+odm_PauseDIG( -+ IN PVOID pDM_VOID, -+ IN PHYDM_PAUSE_TYPE PauseType, -+ IN PHYDM_PAUSE_LEVEL pause_level, -+ IN u1Byte IGIValue -+ ); -+ -+VOID -+odm_DIGInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DIG( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DIGbyRSSI_LPS( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_FalseAlarmCounterStatistics( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_PauseCCKPacketDetection( -+ IN PVOID pDM_VOID, -+ IN PHYDM_PAUSE_TYPE PauseType, -+ IN PHYDM_PAUSE_LEVEL pause_level, -+ IN u1Byte CCKPDThreshold -+ ); -+ -+VOID -+odm_CCKPacketDetectionThresh( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+ODM_Write_CCK_CCA_Thres( -+ IN PVOID pDM_VOID, -+ IN u1Byte CurCCK_CCAThres -+ ); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+odm_MPT_DIGCallback( -+ PRT_TIMER pTimer -+); -+ -+VOID -+odm_MPT_DIGWorkItemCallback( -+ IN PVOID pContext -+ ); -+ -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+VOID -+odm_MPT_DIGCallback( -+ IN PVOID pDM_VOID -+); -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE != ODM_CE) -+VOID -+ODM_MPT_DIG( -+ IN PVOID pDM_VOID -+); -+#endif -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.c linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.c 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,219 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+VOID -+odm_DynamicBBPowerSavingInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPS_T pDM_PSTable = &pDM_Odm->DM_PSTable; -+ -+ pDM_PSTable->PreCCAState = CCA_MAX; -+ pDM_PSTable->CurCCAState = CCA_MAX; -+ pDM_PSTable->PreRFState = RF_MAX; -+ pDM_PSTable->CurRFState = RF_MAX; -+ pDM_PSTable->Rssi_val_min = 0; -+ pDM_PSTable->initialize = 0; -+} -+ -+ -+VOID -+odm_DynamicBBPowerSaving( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ -+ if (pDM_Odm->SupportICType != ODM_RTL8723A) -+ return; -+ if(!(pDM_Odm->SupportAbility & ODM_BB_PWR_SAVE)) -+ return; -+ if(!(pDM_Odm->SupportPlatform & (ODM_WIN|ODM_CE))) -+ return; -+ -+ //1 2.Power Saving for 92C -+ if((pDM_Odm->SupportICType == ODM_RTL8192C) &&(pDM_Odm->RFType == ODM_2T2R)) -+ { -+ odm_1R_CCA(pDM_Odm); -+ } -+ -+ // 20100628 Joseph: Turn off BB power save for 88CE because it makesthroughput unstable. -+ // 20100831 Joseph: Turn ON BB power save again after modifying AGC delay from 900ns ot 600ns. -+ //1 3.Power Saving for 88C -+ else -+ { -+ ODM_RF_Saving(pDM_Odm, FALSE); -+ } -+#endif // #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+} -+ -+VOID -+odm_1R_CCA( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPS_T pDM_PSTable = &pDM_Odm->DM_PSTable; -+ -+ if(pDM_Odm->RSSI_Min!= 0xFF) -+ { -+ -+ if(pDM_PSTable->PreCCAState == CCA_2R) -+ { -+ if(pDM_Odm->RSSI_Min >= 35) -+ pDM_PSTable->CurCCAState = CCA_1R; -+ else -+ pDM_PSTable->CurCCAState = CCA_2R; -+ -+ } -+ else{ -+ if(pDM_Odm->RSSI_Min <= 30) -+ pDM_PSTable->CurCCAState = CCA_2R; -+ else -+ pDM_PSTable->CurCCAState = CCA_1R; -+ } -+ } -+ else{ -+ pDM_PSTable->CurCCAState=CCA_MAX; -+ } -+ -+ if(pDM_PSTable->PreCCAState != pDM_PSTable->CurCCAState) -+ { -+ if(pDM_PSTable->CurCCAState == CCA_1R) -+ { -+ if( pDM_Odm->RFType ==ODM_2T2R ) -+ { -+ ODM_SetBBReg(pDM_Odm, 0xc04 , bMaskByte0, 0x13); -+ //PHY_SetBBReg(pAdapter, 0xe70, bMaskByte3, 0x20); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, 0xc04 , bMaskByte0, 0x23); -+ //PHY_SetBBReg(pAdapter, 0xe70, 0x7fc00000, 0x10c); // Set RegE70[30:22] = 9b'100001100 -+ } -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, 0xc04 , bMaskByte0, 0x33); -+ //PHY_SetBBReg(pAdapter,0xe70, bMaskByte3, 0x63); -+ } -+ pDM_PSTable->PreCCAState = pDM_PSTable->CurCCAState; -+ } -+} -+ -+void -+ODM_RF_Saving( -+ IN PVOID pDM_VOID, -+ IN u1Byte bForceInNormal -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+ pPS_T pDM_PSTable = &pDM_Odm->DM_PSTable; -+ u1Byte Rssi_Up_bound = 30 ; -+ u1Byte Rssi_Low_bound = 25; -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ if(pDM_Odm->PatchID == 40 ) //RT_CID_819x_FUNAI_TV -+ { -+ Rssi_Up_bound = 50 ; -+ Rssi_Low_bound = 45; -+ } -+#endif -+ if(pDM_PSTable->initialize == 0){ -+ -+ pDM_PSTable->Reg874 = (ODM_GetBBReg(pDM_Odm, 0x874, bMaskDWord)&0x1CC000)>>14; -+ pDM_PSTable->RegC70 = (ODM_GetBBReg(pDM_Odm, 0xc70, bMaskDWord)&BIT3)>>3; -+ pDM_PSTable->Reg85C = (ODM_GetBBReg(pDM_Odm, 0x85c, bMaskDWord)&0xFF000000)>>24; -+ pDM_PSTable->RegA74 = (ODM_GetBBReg(pDM_Odm, 0xa74, bMaskDWord)&0xF000)>>12; -+ //Reg818 = PHY_QueryBBReg(pAdapter, 0x818, bMaskDWord); -+ pDM_PSTable->initialize = 1; -+ } -+ -+ if(!bForceInNormal) -+ { -+ if(pDM_Odm->RSSI_Min != 0xFF) -+ { -+ if(pDM_PSTable->PreRFState == RF_Normal) -+ { -+ if(pDM_Odm->RSSI_Min >= Rssi_Up_bound) -+ pDM_PSTable->CurRFState = RF_Save; -+ else -+ pDM_PSTable->CurRFState = RF_Normal; -+ } -+ else{ -+ if(pDM_Odm->RSSI_Min <= Rssi_Low_bound) -+ pDM_PSTable->CurRFState = RF_Normal; -+ else -+ pDM_PSTable->CurRFState = RF_Save; -+ } -+ } -+ else -+ pDM_PSTable->CurRFState=RF_MAX; -+ } -+ else -+ { -+ pDM_PSTable->CurRFState = RF_Normal; -+ } -+ -+ if(pDM_PSTable->PreRFState != pDM_PSTable->CurRFState) -+ { -+ if(pDM_PSTable->CurRFState == RF_Save) -+ { -+ // 8723 RSSI report will be wrong. Set 0x874[5]=1 when enter BB power saving mode. -+ // Suggested by SD3 Yu-Nan. 2011.01.20. -+ if(pDM_Odm->SupportICType == ODM_RTL8723A) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x874 , BIT5, 0x1); //Reg874[5]=1b'1 -+ } -+ ODM_SetBBReg(pDM_Odm, 0x874 , 0x1C0000, 0x2); //Reg874[20:18]=3'b010 -+ ODM_SetBBReg(pDM_Odm, 0xc70, BIT3, 0); //RegC70[3]=1'b0 -+ ODM_SetBBReg(pDM_Odm, 0x85c, 0xFF000000, 0x63); //Reg85C[31:24]=0x63 -+ ODM_SetBBReg(pDM_Odm, 0x874, 0xC000, 0x2); //Reg874[15:14]=2'b10 -+ ODM_SetBBReg(pDM_Odm, 0xa74, 0xF000, 0x3); //RegA75[7:4]=0x3 -+ ODM_SetBBReg(pDM_Odm, 0x818, BIT28, 0x0); //Reg818[28]=1'b0 -+ ODM_SetBBReg(pDM_Odm, 0x818, BIT28, 0x1); //Reg818[28]=1'b1 -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, 0x874 , 0x1CC000, pDM_PSTable->Reg874); -+ ODM_SetBBReg(pDM_Odm, 0xc70, BIT3, pDM_PSTable->RegC70); -+ ODM_SetBBReg(pDM_Odm, 0x85c, 0xFF000000, pDM_PSTable->Reg85C); -+ ODM_SetBBReg(pDM_Odm, 0xa74, 0xF000, pDM_PSTable->RegA74); -+ ODM_SetBBReg(pDM_Odm,0x818, BIT28, 0x0); -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8723A) -+ { -+ ODM_SetBBReg(pDM_Odm,0x874 , BIT5, 0x0); //Reg874[5]=1b'0 -+ } -+ } -+ pDM_PSTable->PreRFState =pDM_PSTable->CurRFState; -+ } -+#endif -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.h linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamicbbpowersaving.h 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,63 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMDYNAMICBBPOWERSAVING_H__ -+#define __PHYDMDYNAMICBBPOWERSAVING_H__ -+ -+#define DYNAMIC_BBPWRSAV_VERSION "1.0" -+ -+typedef struct _Dynamic_Power_Saving_ -+{ -+ u1Byte PreCCAState; -+ u1Byte CurCCAState; -+ -+ u1Byte PreRFState; -+ u1Byte CurRFState; -+ -+ int Rssi_val_min; -+ -+ u1Byte initialize; -+ u4Byte Reg874,RegC70,Reg85C,RegA74; -+ -+}PS_T,*pPS_T; -+ -+#define dm_RF_Saving ODM_RF_Saving -+ -+void ODM_RF_Saving( -+ IN PVOID pDM_VOID, -+ IN u1Byte bForceInNormal -+); -+ -+VOID -+odm_DynamicBBPowerSavingInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DynamicBBPowerSaving( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_1R_CCA( -+ IN PVOID pDM_VOID -+ ); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.c linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.c 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,633 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+VOID -+odm_DynamicTxPowerInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ #if DEV_BUS_TYPE==RT_USB_INTERFACE -+ if(RT_GetInterfaceSelection(Adapter) == INTF_SEL1_USB_High_Power) -+ { -+ odm_DynamicTxPowerSavePowerIndex(pDM_Odm); -+ pMgntInfo->bDynamicTxPowerEnable = TRUE; -+ } -+ else -+ #else -+ //so 92c pci do not need dynamic tx power? vivi check it later -+ if(IS_HARDWARE_TYPE_8192D(Adapter)) -+ pMgntInfo->bDynamicTxPowerEnable = TRUE; -+ else -+ pMgntInfo->bDynamicTxPowerEnable = FALSE; -+ #endif -+ -+ -+ pHalData->LastDTPLvl = TxHighPwrLevel_Normal; -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ -+ -+#endif -+ -+} -+ -+VOID -+odm_DynamicTxPowerSavePowerIndex( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ u1Byte index; -+ u4Byte Power_Index_REG[6] = {0xc90, 0xc91, 0xc92, 0xc98, 0xc99, 0xc9a}; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ for(index = 0; index< 6; index++) -+ pHalData->PowerIndex_backup[index] = PlatformEFIORead1Byte(Adapter, Power_Index_REG[index]); -+ -+ -+#endif -+#endif -+} -+ -+VOID -+odm_DynamicTxPowerRestorePowerIndex( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ u1Byte index; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u4Byte Power_Index_REG[6] = {0xc90, 0xc91, 0xc92, 0xc98, 0xc99, 0xc9a}; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ for(index = 0; index< 6; index++) -+ PlatformEFIOWrite1Byte(Adapter, Power_Index_REG[index], pHalData->PowerIndex_backup[index]); -+ -+ -+#endif -+#endif -+} -+ -+VOID -+odm_DynamicTxPowerWritePowerIndex( -+ IN PVOID pDM_VOID, -+ IN u1Byte Value) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte index; -+ u4Byte Power_Index_REG[6] = {0xc90, 0xc91, 0xc92, 0xc98, 0xc99, 0xc9a}; -+ -+ for(index = 0; index< 6; index++) -+ //PlatformEFIOWrite1Byte(Adapter, Power_Index_REG[index], Value); -+ ODM_Write1Byte(pDM_Odm, Power_Index_REG[index], Value); -+ -+} -+ -+ -+VOID -+odm_DynamicTxPower( -+ IN PVOID pDM_VOID -+ ) -+{ -+ // -+ // For AP/ADSL use prtl8192cd_priv -+ // For CE/NIC use PADAPTER -+ // -+ //PADAPTER pAdapter = pDM_Odm->Adapter; -+// prtl8192cd_priv priv = pDM_Odm->priv; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if (!(pDM_Odm->SupportAbility & ODM_BB_DYNAMIC_TXPWR)) -+ return; -+ // -+ // 2011/09/29 MH In HW integration first stage, we provide 4 different handle to operate -+ // at the same time. In the stage2/3, we need to prive universal interface and merge all -+ // HW dynamic mechanism. -+ // -+ switch (pDM_Odm->SupportPlatform) -+ { -+ case ODM_WIN: -+ case ODM_CE: -+ odm_DynamicTxPowerNIC(pDM_Odm); -+ break; -+ case ODM_AP: -+ odm_DynamicTxPowerAP(pDM_Odm); -+ break; -+ -+ case ODM_ADSL: -+ //odm_DIGAP(pDM_Odm); -+ break; -+ } -+ -+ -+} -+ -+ -+VOID -+odm_DynamicTxPowerNIC( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_BB_DYNAMIC_TXPWR)) -+ return; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8192C) -+ { -+ odm_DynamicTxPower_92C(pDM_Odm); -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ odm_DynamicTxPower_92D(pDM_Odm); -+ } -+ else if (pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = GetDefaultMgntInfo(Adapter); -+ -+ if (pMgntInfo->RegRspPwr == 1) -+ { -+ if(pDM_Odm->RSSI_Min > 60) -+ { -+ ODM_SetMACReg(pDM_Odm, ODM_REG_RESP_TX_11AC, BIT20|BIT19|BIT18, 1); // Resp TXAGC offset = -3dB -+ -+ } -+ else if(pDM_Odm->RSSI_Min < 55) -+ { -+ ODM_SetMACReg(pDM_Odm, ODM_REG_RESP_TX_11AC, BIT20|BIT19|BIT18, 0); // Resp TXAGC offset = 0dB -+ } -+ } -+#endif -+ } -+#endif -+} -+ -+VOID -+odm_DynamicTxPowerAP( -+ IN PVOID pDM_VOID -+ -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+//#if ((RTL8192C_SUPPORT==1) || (RTL8192D_SUPPORT==1) || (RTL8188E_SUPPORT==1) || (RTL8812E_SUPPORT==1)) -+ -+ -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ s4Byte i; -+ s2Byte pwr_thd = TX_POWER_NEAR_FIELD_THRESH_AP; -+ -+ if(!priv->pshare->rf_ft_var.tx_pwr_ctrl) -+ return; -+ -+#if ((RTL8812E_SUPPORT==1) || (RTL8881A_SUPPORT==1) || (RTL8814A_SUPPORT==1)) -+ if (pDM_Odm->SupportICType & (ODM_RTL8812 | ODM_RTL8881A | ODM_RTL8814A)) -+ pwr_thd = TX_POWER_NEAR_FIELD_THRESH_8812; -+#endif -+ -+#if defined(CONFIG_RTL_92D_SUPPORT) || defined(CONFIG_RTL_92C_SUPPORT) -+ if(CHIP_VER_92X_SERIES(priv)) -+ { -+#ifdef HIGH_POWER_EXT_PA -+ if(pDM_Odm->ExtPA) -+ tx_power_control(priv); -+#endif -+ } -+#endif -+ /* -+ * Check if station is near by to use lower tx power -+ */ -+ -+ if ((priv->up_time % 3) == 0 ) { -+ int disable_pwr_ctrl = ((pDM_Odm->FalseAlmCnt.Cnt_all > 1000 ) || ((pDM_Odm->FalseAlmCnt.Cnt_all > 300 ) && ((RTL_R8(0xc50) & 0x7f) >= 0x32))) ? 1 : 0; -+ -+ for(i=0; ipODM_StaInfo[i]; -+ if(IS_STA_VALID(pstat) ) { -+ if(disable_pwr_ctrl) -+ pstat->hp_level = 0; -+ else if ((pstat->hp_level == 0) && (pstat->rssi > pwr_thd)) -+ pstat->hp_level = 1; -+ else if ((pstat->hp_level == 1) && (pstat->rssi < (pwr_thd-8))) -+ pstat->hp_level = 0; -+ } -+ } -+ -+#if defined(CONFIG_WLAN_HAL_8192EE) -+ if (GET_CHIP_VER(priv) == VERSION_8192E) { -+ if( !disable_pwr_ctrl && (pDM_Odm->RSSI_Min != 0xff) ) { -+ if(pDM_Odm->RSSI_Min > pwr_thd) -+ RRSR_power_control_11n(priv, 1 ); -+ else if(pDM_Odm->RSSI_Min < (pwr_thd-8)) -+ RRSR_power_control_11n(priv, 0 ); -+ } else { -+ RRSR_power_control_11n(priv, 0 ); -+ } -+ } -+#endif -+ -+#ifdef CONFIG_WLAN_HAL_8814AE -+ if (GET_CHIP_VER(priv) == VERSION_8814A) { -+ if (!disable_pwr_ctrl && (pDM_Odm->RSSI_Min != 0xff)) { -+ if (pDM_Odm->RSSI_Min > pwr_thd) -+ RRSR_power_control_14(priv, 1); -+ else if (pDM_Odm->RSSI_Min < (pwr_thd-8)) -+ RRSR_power_control_14(priv, 0); -+ } else { -+ RRSR_power_control_14(priv, 0); -+ } -+ } -+#endif -+ -+ } -+//#endif -+ -+#endif -+} -+ -+ -+VOID -+odm_DynamicTxPower_92C( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ s4Byte UndecoratedSmoothedPWDB; -+ -+ // 2012/01/12 MH According to Luke's suggestion, only high power will support the feature. -+ if (pDM_Odm->ExtPA == FALSE) -+ return; -+ -+ // STA not connected and AP not connected -+ if((!pMgntInfo->bMediaConnect) && -+ (pHalData->EntryMinUndecoratedSmoothedPWDB == 0)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("Not connected to any \n")); -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ -+ //the LastDTPlvl should reset when disconnect, -+ //otherwise the tx power level wouldn't change when disconnect and connect again. -+ // Maddest 20091220. -+ pHalData->LastDTPLvl=TxHighPwrLevel_Normal; -+ return; -+ } -+ -+#if (INTEL_PROXIMITY_SUPPORT == 1) -+ // Intel set fixed tx power -+ if(pMgntInfo->IntelProximityModeInfo.PowerOutput > 0) -+ { -+ switch(pMgntInfo->IntelProximityModeInfo.PowerOutput){ -+ case 1: -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_100; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_100\n")); -+ break; -+ case 2: -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_70; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_70\n")); -+ break; -+ case 3: -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_50; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_50\n")); -+ break; -+ case 4: -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_35; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_35\n")); -+ break; -+ case 5: -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_15; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_15\n")); -+ break; -+ default: -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_100; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_100\n")); -+ break; -+ } -+ } -+ else -+#endif -+ { -+ if( (pMgntInfo->bDynamicTxPowerEnable != TRUE) || -+ pMgntInfo->IOTAction & HT_IOT_ACT_DISABLE_HIGH_POWER) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ } -+ else -+ { -+ if(pMgntInfo->bMediaConnect) // Default port -+ { -+ if(ACTING_AS_AP(Adapter) || ACTING_AS_IBSS(Adapter)) -+ { -+ UndecoratedSmoothedPWDB = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("AP Client PWDB = 0x%x \n", UndecoratedSmoothedPWDB)); -+ } -+ else -+ { -+ UndecoratedSmoothedPWDB = pHalData->UndecoratedSmoothedPWDB; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("STA Default Port PWDB = 0x%x \n", UndecoratedSmoothedPWDB)); -+ } -+ } -+ else // associated entry pwdb -+ { -+ UndecoratedSmoothedPWDB = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("AP Ext Port PWDB = 0x%x \n", UndecoratedSmoothedPWDB)); -+ } -+ -+ if(UndecoratedSmoothedPWDB >= TX_POWER_NEAR_FIELD_THRESH_LVL2) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Level2; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_Level1 (TxPwr=0x0)\n")); -+ } -+ else if((UndecoratedSmoothedPWDB < (TX_POWER_NEAR_FIELD_THRESH_LVL2-3)) && -+ (UndecoratedSmoothedPWDB >= TX_POWER_NEAR_FIELD_THRESH_LVL1) ) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Level1; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_Level1 (TxPwr=0x10)\n")); -+ } -+ else if(UndecoratedSmoothedPWDB < (TX_POWER_NEAR_FIELD_THRESH_LVL1-5)) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_Normal\n")); -+ } -+ } -+ } -+ if( pHalData->DynamicTxHighPowerLvl != pHalData->LastDTPLvl ) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("PHY_SetTxPowerLevel8192C() Channel = %d \n" , pHalData->CurrentChannel)); -+ PHY_SetTxPowerLevel8192C(Adapter, pHalData->CurrentChannel); -+ if( (pHalData->DynamicTxHighPowerLvl == TxHighPwrLevel_Normal) && -+ (pHalData->LastDTPLvl == TxHighPwrLevel_Level1 || pHalData->LastDTPLvl == TxHighPwrLevel_Level2)) //TxHighPwrLevel_Normal -+ odm_DynamicTxPowerRestorePowerIndex(pDM_Odm); -+ else if(pHalData->DynamicTxHighPowerLvl == TxHighPwrLevel_Level1) -+ odm_DynamicTxPowerWritePowerIndex(pDM_Odm, 0x14); -+ else if(pHalData->DynamicTxHighPowerLvl == TxHighPwrLevel_Level2) -+ odm_DynamicTxPowerWritePowerIndex(pDM_Odm, 0x10); -+ } -+ pHalData->LastDTPLvl = pHalData->DynamicTxHighPowerLvl; -+ -+ -+ -+ -+#endif // #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+} -+ -+ -+VOID -+odm_DynamicTxPower_92D( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if (RTL8192D_SUPPORT==1) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ s4Byte UndecoratedSmoothedPWDB; -+ -+ PADAPTER BuddyAdapter = Adapter->BuddyAdapter; -+ BOOLEAN bGetValueFromBuddyAdapter = dm_DualMacGetParameterFromBuddyAdapter(Adapter); -+ u1Byte HighPowerLvlBackForMac0 = TxHighPwrLevel_Level1; -+ -+ // 2012/01/12 MH According to Luke's suggestion, only high power will support the feature. -+ if (pDM_Odm->ExtPA == FALSE) -+ return; -+ -+ // If dynamic high power is disabled. -+ if( (pMgntInfo->bDynamicTxPowerEnable != TRUE) || -+ pMgntInfo->IOTAction & HT_IOT_ACT_DISABLE_HIGH_POWER) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ return; -+ } -+ -+ // STA not connected and AP not connected -+ if((!pMgntInfo->bMediaConnect) && -+ (pHalData->EntryMinUndecoratedSmoothedPWDB == 0)) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("Not connected to any \n")); -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ -+ //the LastDTPlvl should reset when disconnect, -+ //otherwise the tx power level wouldn't change when disconnect and connect again. -+ // Maddest 20091220. -+ pHalData->LastDTPLvl=TxHighPwrLevel_Normal; -+ return; -+ } -+ -+ if(pMgntInfo->bMediaConnect) // Default port -+ { -+ if(ACTING_AS_AP(Adapter) || pMgntInfo->mIbss) -+ { -+ UndecoratedSmoothedPWDB = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("AP Client PWDB = 0x%x \n", UndecoratedSmoothedPWDB)); -+ } -+ else -+ { -+ UndecoratedSmoothedPWDB = pHalData->UndecoratedSmoothedPWDB; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("STA Default Port PWDB = 0x%x \n", UndecoratedSmoothedPWDB)); -+ } -+ } -+ else // associated entry pwdb -+ { -+ UndecoratedSmoothedPWDB = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("AP Ext Port PWDB = 0x%x \n", UndecoratedSmoothedPWDB)); -+ } -+ -+ if(IS_HARDWARE_TYPE_8192D(Adapter) && GET_HAL_DATA(Adapter)->CurrentBandType == 1){ -+ if(UndecoratedSmoothedPWDB >= 0x33) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Level2; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("5G:TxHighPwrLevel_Level2 (TxPwr=0x0)\n")); -+ } -+ else if((UndecoratedSmoothedPWDB <0x33) && -+ (UndecoratedSmoothedPWDB >= 0x2b) ) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Level1; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("5G:TxHighPwrLevel_Level1 (TxPwr=0x10)\n")); -+ } -+ else if(UndecoratedSmoothedPWDB < 0x2b) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("5G:TxHighPwrLevel_Normal\n")); -+ } -+ -+ } -+ else -+ -+ { -+ if(UndecoratedSmoothedPWDB >= TX_POWER_NEAR_FIELD_THRESH_LVL2) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Level1; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_Level1 (TxPwr=0x0)\n")); -+ } -+ else if((UndecoratedSmoothedPWDB < (TX_POWER_NEAR_FIELD_THRESH_LVL2-3)) && -+ (UndecoratedSmoothedPWDB >= TX_POWER_NEAR_FIELD_THRESH_LVL1) ) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Level1; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_Level1 (TxPwr=0x10)\n")); -+ } -+ else if(UndecoratedSmoothedPWDB < (TX_POWER_NEAR_FIELD_THRESH_LVL1-5)) -+ { -+ pHalData->DynamicTxHighPowerLvl = TxHighPwrLevel_Normal; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("TxHighPwrLevel_Normal\n")); -+ } -+ -+ } -+ -+//sherry delete flag 20110517 -+ if(bGetValueFromBuddyAdapter) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() mac 0 for mac 1 \n")); -+ if(Adapter->DualMacDMSPControl.bChangeTxHighPowerLvlForAnotherMacOfDMSP) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() change value \n")); -+ HighPowerLvlBackForMac0 = pHalData->DynamicTxHighPowerLvl; -+ pHalData->DynamicTxHighPowerLvl = Adapter->DualMacDMSPControl.CurTxHighLvlForAnotherMacOfDMSP; -+ PHY_SetTxPowerLevel8192C(Adapter, pHalData->CurrentChannel); -+ pHalData->DynamicTxHighPowerLvl = HighPowerLvlBackForMac0; -+ Adapter->DualMacDMSPControl.bChangeTxHighPowerLvlForAnotherMacOfDMSP = FALSE; -+ } -+ } -+ -+ if( (pHalData->DynamicTxHighPowerLvl != pHalData->LastDTPLvl) ) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("PHY_SetTxPowerLevel8192S() Channel = %d \n" , pHalData->CurrentChannel)); -+ if(Adapter->DualMacSmartConcurrent == TRUE) -+ { -+ if(BuddyAdapter == NULL) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() BuddyAdapter == NULL case \n")); -+ if(!Adapter->bSlaveOfDMSP) -+ { -+ PHY_SetTxPowerLevel8192C(Adapter, pHalData->CurrentChannel); -+ } -+ } -+ else -+ { -+ if(pHalData->MacPhyMode92D == DUALMAC_SINGLEPHY) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() BuddyAdapter DMSP \n")); -+ if(Adapter->bSlaveOfDMSP) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() bslave case \n")); -+ BuddyAdapter->DualMacDMSPControl.bChangeTxHighPowerLvlForAnotherMacOfDMSP = TRUE; -+ BuddyAdapter->DualMacDMSPControl.CurTxHighLvlForAnotherMacOfDMSP = pHalData->DynamicTxHighPowerLvl; -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() master case \n")); -+ if(!bGetValueFromBuddyAdapter) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() mac 0 for mac 0 \n")); -+ PHY_SetTxPowerLevel8192C(Adapter, pHalData->CurrentChannel); -+ } -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_DYNAMIC_TXPWR,DBG_LOUD,("dm_DynamicTxPower() BuddyAdapter DMDP\n")); -+ PHY_SetTxPowerLevel8192C(Adapter, pHalData->CurrentChannel); -+ } -+ } -+ } -+ else -+ { -+ PHY_SetTxPowerLevel8192C(Adapter, pHalData->CurrentChannel); -+ } -+ -+ } -+ pHalData->LastDTPLvl = pHalData->DynamicTxHighPowerLvl; -+ -+ -+#endif // #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#endif -+} -+ -+VOID -+odm_DynamicTxPower_8821( -+ IN PVOID pDM_VOID, -+ IN pu1Byte pDesc, -+ IN u1Byte macId -+ ) -+{ -+#if (RTL8821A_SUPPORT == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PSTA_INFO_T pEntry; -+ u1Byte reg0xc56_byte; -+ u1Byte reg0xe56_byte; -+ u1Byte txpwr_offset = 0; -+ -+ pEntry = pDM_Odm->pODM_StaInfo[macId]; -+ -+ reg0xc56_byte = ODM_Read1Byte(pDM_Odm, 0xc56); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("reg0xc56_byte=%d\n", reg0xc56_byte)); -+ -+ if (pEntry[macId].rssi_stat.UndecoratedSmoothedPWDB > 85) { -+ -+ /* Avoid TXAGC error after TX power offset is applied. -+ For example: Reg0xc56=0x6, if txpwr_offset=3( reduce 11dB ) -+ Total power = 6-11= -5( overflow!! ), PA may be burned ! -+ so txpwr_offset should be adjusted by Reg0xc56*/ -+ -+ if (reg0xc56_byte < 7) -+ txpwr_offset = 1; -+ else if (reg0xc56_byte < 11) -+ txpwr_offset = 2; -+ else -+ txpwr_offset = 3; -+ -+ SET_TX_DESC_TX_POWER_OFFSET_8812(pDesc, txpwr_offset); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("odm_DynamicTxPower_8821: RSSI=%d, txpwr_offset=%d\n", pEntry[macId].rssi_stat.UndecoratedSmoothedPWDB, txpwr_offset)); -+ -+ } else{ -+ SET_TX_DESC_TX_POWER_OFFSET_8812(pDesc, txpwr_offset); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_DYNAMIC_TXPWR, DBG_LOUD, ("odm_DynamicTxPower_8821: RSSI=%d, txpwr_offset=%d\n", pEntry[macId].rssi_stat.UndecoratedSmoothedPWDB, txpwr_offset)); -+ -+ } -+#endif /*#if (DM_ODM_SUPPORT_TYPE == ODM_WIN)*/ -+#endif /*#if (RTL8821A_SUPPORT==1)*/ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.h linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_dynamictxpower.h 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,98 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMDYNAMICTXPOWER_H__ -+#define __PHYDMDYNAMICTXPOWER_H__ -+ -+/*#define DYNAMIC_TXPWR_VERSION "1.0"*/ -+#define DYNAMIC_TXPWR_VERSION "1.1" /*2015.01.13*/ -+ -+#define TX_POWER_NEAR_FIELD_THRESH_LVL2 74 -+#define TX_POWER_NEAR_FIELD_THRESH_LVL1 67 -+#define TX_POWER_NEAR_FIELD_THRESH_AP 0x3F -+#define TX_POWER_NEAR_FIELD_THRESH_8812 60 -+ -+#define TxHighPwrLevel_Normal 0 -+#define TxHighPwrLevel_Level1 1 -+#define TxHighPwrLevel_Level2 2 -+#define TxHighPwrLevel_BT1 3 -+#define TxHighPwrLevel_BT2 4 -+#define TxHighPwrLevel_15 5 -+#define TxHighPwrLevel_35 6 -+#define TxHighPwrLevel_50 7 -+#define TxHighPwrLevel_70 8 -+#define TxHighPwrLevel_100 9 -+ -+VOID -+odm_DynamicTxPowerInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DynamicTxPowerRestorePowerIndex( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DynamicTxPowerNIC( -+ IN PVOID pDM_VOID -+ ); -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+VOID -+odm_DynamicTxPowerSavePowerIndex( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DynamicTxPowerWritePowerIndex( -+ IN PVOID pDM_VOID, -+ IN u1Byte Value); -+ -+VOID -+odm_DynamicTxPower_92C( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DynamicTxPower_92D( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DynamicTxPower_8821( -+ IN PVOID pDM_VOID, -+ IN pu1Byte pDesc, -+ IN u1Byte macId -+ ); -+ -+#endif -+ -+VOID -+odm_DynamicTxPower( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_DynamicTxPowerAP( -+ IN PVOID pDM_VOID -+ ); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.c linux/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.c 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,835 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+VOID -+ODM_EdcaTurboInit( -+ IN PVOID pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+#if (DM_ODM_SUPPORT_TYPE==ODM_WIN) -+ PADAPTER Adapter = NULL; -+ HAL_DATA_TYPE *pHalData = NULL; -+ -+ if(pDM_Odm->Adapter==NULL) { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("EdcaTurboInit fail!!!\n")); -+ return; -+ } -+ -+ Adapter=pDM_Odm->Adapter; -+ pHalData=GET_HAL_DATA(Adapter); -+ -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = FALSE; -+ pDM_Odm->DM_EDCA_Table.bIsCurRDLState = FALSE; -+ pHalData->bIsAnyNonBEPkts = FALSE; -+ -+#elif(DM_ODM_SUPPORT_TYPE==ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = FALSE; -+ pDM_Odm->DM_EDCA_Table.bIsCurRDLState = FALSE; -+ Adapter->recvpriv.bIsAnyNonBEPkts =FALSE; -+ -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Orginial VO PARAM: 0x%x\n",ODM_Read4Byte(pDM_Odm,ODM_EDCA_VO_PARAM))); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Orginial VI PARAM: 0x%x\n",ODM_Read4Byte(pDM_Odm,ODM_EDCA_VI_PARAM))); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Orginial BE PARAM: 0x%x\n",ODM_Read4Byte(pDM_Odm,ODM_EDCA_BE_PARAM))); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Orginial BK PARAM: 0x%x\n",ODM_Read4Byte(pDM_Odm,ODM_EDCA_BK_PARAM))); -+ -+ -+} // ODM_InitEdcaTurbo -+ -+VOID -+odm_EdcaTurboCheck( -+ IN PVOID pDM_VOID -+ ) -+{ -+ // -+ // For AP/ADSL use prtl8192cd_priv -+ // For CE/NIC use PADAPTER -+ // -+ -+ // -+ // 2011/09/29 MH In HW integration first stage, we provide 4 different handle to operate -+ // at the same time. In the stage2/3, we need to prive universal interface and merge all -+ // HW dynamic mechanism. -+ // -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("odm_EdcaTurboCheck========================>\n")); -+ -+ if(!(pDM_Odm->SupportAbility& ODM_MAC_EDCA_TURBO )) -+ return; -+ -+ switch (pDM_Odm->SupportPlatform) -+ { -+ case ODM_WIN: -+ -+#if(DM_ODM_SUPPORT_TYPE==ODM_WIN) -+ odm_EdcaTurboCheckMP(pDM_Odm); -+#endif -+ break; -+ -+ case ODM_CE: -+#if(DM_ODM_SUPPORT_TYPE==ODM_CE) -+ odm_EdcaTurboCheckCE(pDM_Odm); -+#endif -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("<========================odm_EdcaTurboCheck\n")); -+ -+} // odm_CheckEdcaTurbo -+ -+#if(DM_ODM_SUPPORT_TYPE==ODM_CE) -+ -+ -+VOID -+odm_EdcaTurboCheckCE( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ u32 EDCA_BE_UL = 0x5ea42b;//Parameter suggested by Scott //edca_setting_UL[pMgntInfo->IOTPeer]; -+ u32 EDCA_BE_DL = 0x5ea42b;//Parameter suggested by Scott //edca_setting_DL[pMgntInfo->IOTPeer]; -+ u32 ICType=pDM_Odm->SupportICType; -+ u32 IOTPeer=0; -+ u8 WirelessMode=0xFF; //invalid value -+ u32 trafficIndex; -+ u32 edca_param; -+ u64 cur_tx_bytes = 0; -+ u64 cur_rx_bytes = 0; -+ u8 bbtchange = _FALSE; -+ u8 bBiasOnRx = _FALSE; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(Adapter); -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct recv_priv *precvpriv = &(Adapter->recvpriv); -+ struct registry_priv *pregpriv = &Adapter->registrypriv; -+ struct mlme_ext_priv *pmlmeext = &(Adapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if(pDM_Odm->bLinked != _TRUE) -+ { -+ precvpriv->bIsAnyNonBEPkts = _FALSE; -+ return; -+ } -+ -+ if ((pregpriv->wifi_spec == 1) )//|| (pmlmeinfo->HT_enable == 0)) -+ { -+ precvpriv->bIsAnyNonBEPkts = _FALSE; -+ return; -+ } -+ -+ if(pDM_Odm->pWirelessMode!=NULL) -+ WirelessMode=*(pDM_Odm->pWirelessMode); -+ -+ IOTPeer = pmlmeinfo->assoc_AP_vendor; -+ -+ if (IOTPeer >= HT_IOT_PEER_MAX) -+ { -+ precvpriv->bIsAnyNonBEPkts = _FALSE; -+ return; -+ } -+ -+ if( (pDM_Odm->SupportICType == ODM_RTL8192C) || -+ (pDM_Odm->SupportICType == ODM_RTL8723A) || -+ (pDM_Odm->SupportICType == ODM_RTL8188E)) -+ { -+ if((IOTPeer == HT_IOT_PEER_RALINK)||(IOTPeer == HT_IOT_PEER_ATHEROS)) -+ bBiasOnRx = _TRUE; -+ } -+ -+ // Check if the status needs to be changed. -+ if((bbtchange) || (!precvpriv->bIsAnyNonBEPkts) ) -+ { -+ cur_tx_bytes = pdvobjpriv->traffic_stat.cur_tx_bytes; -+ cur_rx_bytes = pdvobjpriv->traffic_stat.cur_rx_bytes; -+ -+ //traffic, TX or RX -+ if(bBiasOnRx) -+ { -+ if (cur_tx_bytes > (cur_rx_bytes << 2)) -+ { // Uplink TP is present. -+ trafficIndex = UP_LINK; -+ } -+ else -+ { // Balance TP is present. -+ trafficIndex = DOWN_LINK; -+ } -+ } -+ else -+ { -+ if (cur_rx_bytes > (cur_tx_bytes << 2)) -+ { // Downlink TP is present. -+ trafficIndex = DOWN_LINK; -+ } -+ else -+ { // Balance TP is present. -+ trafficIndex = UP_LINK; -+ } -+ } -+ -+ //if ((pDM_Odm->DM_EDCA_Table.prv_traffic_idx != trafficIndex) || (!pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA)) -+ { -+ if (ICType == ODM_RTL8192D) { -+ // Single PHY -+ if (pDM_Odm->RFType == ODM_2T2R) { -+ EDCA_BE_UL = 0x60a42b; //0x5ea42b; -+ EDCA_BE_DL = 0x60a42b; //0x5ea42b; -+ } else { -+ EDCA_BE_UL = 0x6ea42b; -+ EDCA_BE_DL = 0x6ea42b; -+ } -+ } -+ else -+ { -+ if(pDM_Odm->SupportInterface==ODM_ITRF_PCIE) { -+ if((ICType==ODM_RTL8192C)&&(pDM_Odm->RFType==ODM_2T2R)) { -+ EDCA_BE_UL = 0x60a42b; -+ EDCA_BE_DL = 0x60a42b; -+ } else { -+ EDCA_BE_UL = 0x6ea42b; -+ EDCA_BE_DL = 0x6ea42b; -+ } -+ } -+ } -+ -+ //92D txop can't be set to 0x3e for cisco1250 -+ if((ICType!=ODM_RTL8192D) && (IOTPeer== HT_IOT_PEER_CISCO) &&(WirelessMode==ODM_WM_N24G)) -+ { -+ EDCA_BE_DL = edca_setting_DL[IOTPeer]; -+ EDCA_BE_UL = edca_setting_UL[IOTPeer]; -+ } -+ //merge from 92s_92c_merge temp brunch v2445 20120215 -+ else if((IOTPeer == HT_IOT_PEER_CISCO) &&((WirelessMode==ODM_WM_G)||(WirelessMode==(ODM_WM_B|ODM_WM_G))||(WirelessMode==ODM_WM_A)||(WirelessMode==ODM_WM_B))) -+ { -+ EDCA_BE_DL = edca_setting_DL_GMode[IOTPeer]; -+ } -+ else if((IOTPeer== HT_IOT_PEER_AIRGO )&& ((WirelessMode==ODM_WM_G)||(WirelessMode==ODM_WM_A))) -+ { -+ EDCA_BE_DL = 0xa630; -+ } -+ else if(IOTPeer == HT_IOT_PEER_MARVELL) -+ { -+ EDCA_BE_DL = edca_setting_DL[IOTPeer]; -+ EDCA_BE_UL = edca_setting_UL[IOTPeer]; -+ } -+ else if(IOTPeer == HT_IOT_PEER_ATHEROS) -+ { -+ // Set DL EDCA for Atheros peer to 0x3ea42b. Suggested by SD3 Wilson for ASUS TP issue. -+ EDCA_BE_DL = edca_setting_DL[IOTPeer]; -+ } -+ -+ if((ICType==ODM_RTL8812)||(ICType==ODM_RTL8821)||(ICType==ODM_RTL8192E)) //add 8812AU/8812AE -+ { -+ EDCA_BE_UL = 0x5ea42b; -+ EDCA_BE_DL = 0x5ea42b; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("8812A: EDCA_BE_UL=0x%x EDCA_BE_DL =0x%x",EDCA_BE_UL,EDCA_BE_DL)); -+ } -+ -+ if (trafficIndex == DOWN_LINK) -+ edca_param = EDCA_BE_DL; -+ else -+ edca_param = EDCA_BE_UL; -+ -+ rtw_write32(Adapter, REG_EDCA_BE_PARAM, edca_param); -+ -+ pDM_Odm->DM_EDCA_Table.prv_traffic_idx = trafficIndex; -+ } -+ -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = _TRUE; -+ } -+ else -+ { -+ // -+ // Turn Off EDCA turbo here. -+ // Restore original EDCA according to the declaration of AP. -+ // -+ if(pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA) -+ { -+ rtw_write32(Adapter, REG_EDCA_BE_PARAM, pHalData->AcParam_BE); -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = _FALSE; -+ } -+ } -+ -+} -+ -+ -+#elif(DM_ODM_SUPPORT_TYPE==ODM_WIN) -+VOID -+odm_EdcaTurboCheckMP( -+ IN PVOID pDM_VOID -+ ) -+{ -+ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PADAPTER pDefaultAdapter = GetDefaultAdapter(Adapter); -+ PADAPTER pExtAdapter = GetFirstExtAdapter(Adapter);//NULL; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ PSTA_QOS pStaQos = Adapter->MgntInfo.pStaQos; -+ //[Win7 Count Tx/Rx statistic for Extension Port] odm_CheckEdcaTurbo's Adapter is always Default. 2009.08.20, by Bohn -+ u8Byte Ext_curTxOkCnt = 0; -+ u8Byte Ext_curRxOkCnt = 0; -+ //For future Win7 Enable Default Port to modify AMPDU size dynamically, 2009.08.20, Bohn. -+ u1Byte TwoPortStatus = (u1Byte)TWO_PORT_STATUS__WITHOUT_ANY_ASSOCIATE; -+ -+ // Keep past Tx/Rx packet count for RT-to-RT EDCA turbo. -+ u8Byte curTxOkCnt = 0; -+ u8Byte curRxOkCnt = 0; -+ u4Byte EDCA_BE_UL = 0x5ea42b;//Parameter suggested by Scott //edca_setting_UL[pMgntInfo->IOTPeer]; -+ u4Byte EDCA_BE_DL = 0x5ea42b;//Parameter suggested by Scott //edca_setting_DL[pMgntInfo->IOTPeer]; -+ u4Byte EDCA_BE = 0x5ea42b; -+ u1Byte IOTPeer=0; -+ BOOLEAN *pbIsCurRDLState=NULL; -+ BOOLEAN bLastIsCurRDLState=FALSE; -+ BOOLEAN bBiasOnRx=FALSE; -+ BOOLEAN bEdcaTurboOn=FALSE; -+ u1Byte TxRate = 0xFF; -+ u8Byte value64; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("odm_EdcaTurboCheckMP========================>")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Orginial BE PARAM: 0x%x\n",ODM_Read4Byte(pDM_Odm,ODM_EDCA_BE_PARAM))); -+ -+////=============================== -+////list paramter for different platform -+////=============================== -+ bLastIsCurRDLState=pDM_Odm->DM_EDCA_Table.bIsCurRDLState; -+ pbIsCurRDLState=&(pDM_Odm->DM_EDCA_Table.bIsCurRDLState); -+ -+ //2012/09/14 MH Add -+ if (pMgntInfo->NumNonBePkt > pMgntInfo->RegEdcaThresh && !Adapter->MgntInfo.bWiFiConfg) -+ pHalData->bIsAnyNonBEPkts = TRUE; -+ -+ pMgntInfo->NumNonBePkt = 0; -+ -+ // Caculate TX/RX TP: -+ //curTxOkCnt = Adapter->TxStats.NumTxBytesUnicast - pMgntInfo->lastTxOkCnt; -+ //curRxOkCnt = Adapter->RxStats.NumRxBytesUnicast - pMgntInfo->lastRxOkCnt; -+ curTxOkCnt = Adapter->TxStats.NumTxBytesUnicast - pDM_Odm->lastTxOkCnt; -+ curRxOkCnt = Adapter->RxStats.NumRxBytesUnicast - pDM_Odm->lastRxOkCnt; -+ pDM_Odm->lastTxOkCnt = Adapter->TxStats.NumTxBytesUnicast; -+ pDM_Odm->lastRxOkCnt = Adapter->RxStats.NumRxBytesUnicast; -+ -+ if(pExtAdapter == NULL) -+ pExtAdapter = pDefaultAdapter; -+ -+ Ext_curTxOkCnt = pExtAdapter->TxStats.NumTxBytesUnicast - pMgntInfo->Ext_lastTxOkCnt; -+ Ext_curRxOkCnt = pExtAdapter->RxStats.NumRxBytesUnicast - pMgntInfo->Ext_lastRxOkCnt; -+ GetTwoPortSharedResource(Adapter,TWO_PORT_SHARED_OBJECT__STATUS,NULL,&TwoPortStatus); -+ //For future Win7 Enable Default Port to modify AMPDU size dynamically, 2009.08.20, Bohn. -+ if(TwoPortStatus == TWO_PORT_STATUS__EXTENSION_ONLY) -+ { -+ curTxOkCnt = Ext_curTxOkCnt ; -+ curRxOkCnt = Ext_curRxOkCnt ; -+ } -+ // -+ IOTPeer=pMgntInfo->IOTPeer; -+ bBiasOnRx=(pMgntInfo->IOTAction & HT_IOT_ACT_EDCA_BIAS_ON_RX)?TRUE:FALSE; -+ bEdcaTurboOn=((!pHalData->bIsAnyNonBEPkts))?TRUE:FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("bIsAnyNonBEPkts : 0x%lx \n",pHalData->bIsAnyNonBEPkts)); -+ -+ -+////=============================== -+////check if edca turbo is disabled -+////=============================== -+ if(odm_IsEdcaTurboDisable(pDM_Odm)) -+ { -+ pHalData->bIsAnyNonBEPkts = FALSE; -+ pMgntInfo->lastTxOkCnt = Adapter->TxStats.NumTxBytesUnicast; -+ pMgntInfo->lastRxOkCnt = Adapter->RxStats.NumRxBytesUnicast; -+ pMgntInfo->Ext_lastTxOkCnt = pExtAdapter->TxStats.NumTxBytesUnicast; -+ pMgntInfo->Ext_lastRxOkCnt = pExtAdapter->RxStats.NumRxBytesUnicast; -+ -+ } -+ -+////=============================== -+////remove iot case out -+////=============================== -+ ODM_EdcaParaSelByIot(pDM_Odm, &EDCA_BE_UL, &EDCA_BE_DL); -+ -+ -+////=============================== -+////Check if the status needs to be changed. -+////=============================== -+ if(bEdcaTurboOn) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("bEdcaTurboOn : 0x%x bBiasOnRx : 0x%x\n",bEdcaTurboOn,bBiasOnRx)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("curTxOkCnt : 0x%lx \n",curTxOkCnt)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("curRxOkCnt : 0x%lx \n",curRxOkCnt)); -+ if(bBiasOnRx) -+ odm_EdcaChooseTrafficIdx(pDM_Odm,curTxOkCnt, curRxOkCnt, TRUE, pbIsCurRDLState); -+ else -+ odm_EdcaChooseTrafficIdx(pDM_Odm,curTxOkCnt, curRxOkCnt, FALSE, pbIsCurRDLState); -+ -+//modify by Guo.Mingzhi 2011-12-29 -+ EDCA_BE=((*pbIsCurRDLState)==TRUE)?EDCA_BE_DL:EDCA_BE_UL; -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) -+ { -+ if(pMgntInfo->RegTxDutyEnable) -+ { -+ //2013.01.23 LukeLee: debug for 8811AU thermal issue (reduce Tx duty cycle) -+ if(!pMgntInfo->ForcedDataRate) //auto rate -+ { -+ if(pDM_Odm->TxRate != 0xFF) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ } -+ else //force rate -+ { -+ TxRate = (u1Byte) pMgntInfo->ForcedDataRate; -+ } -+ -+ value64 = (curRxOkCnt<<2); -+ if(curTxOkCnt < value64) //Downlink -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ else //Uplink -+ { -+ /*DbgPrint("pRFCalibrateInfo->ThermalValue = 0x%X\n", pRFCalibrateInfo->ThermalValue);*/ -+ /*if(pRFCalibrateInfo->ThermalValue < pHalData->EEPROMThermalMeter)*/ -+ if((pDM_Odm->RFCalibrateInfo.ThermalValue < 0x2c) || (*pDM_Odm->pBandType == BAND_ON_2_4G)) -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ else -+ { -+ switch (TxRate) -+ { -+ case MGN_VHT1SS_MCS6: -+ case MGN_VHT1SS_MCS5: -+ case MGN_MCS6: -+ case MGN_MCS5: -+ case MGN_48M: -+ case MGN_54M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0x1ea42b); -+ break; -+ case MGN_VHT1SS_MCS4: -+ case MGN_MCS4: -+ case MGN_36M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa42b); -+ break; -+ case MGN_VHT1SS_MCS3: -+ case MGN_MCS3: -+ case MGN_24M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa47f); -+ break; -+ case MGN_VHT1SS_MCS2: -+ case MGN_MCS2: -+ case MGN_18M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa57f); -+ break; -+ case MGN_VHT1SS_MCS1: -+ case MGN_MCS1: -+ case MGN_9M: -+ case MGN_12M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa77f); -+ break; -+ case MGN_VHT1SS_MCS0: -+ case MGN_MCS0: -+ case MGN_6M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa87f); -+ break; -+ default: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ break; -+ } -+ } -+ } -+ } -+ else -+ { -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ } -+ -+ } -+ else if (IS_HARDWARE_TYPE_8812AU(Adapter)){ -+ if(pMgntInfo->RegTxDutyEnable) -+ { -+ //2013.07.26 Wilson: debug for 8812AU thermal issue (reduce Tx duty cycle) -+ // it;s the same issue as 8811AU -+ if(!pMgntInfo->ForcedDataRate) //auto rate -+ { -+ if(pDM_Odm->TxRate != 0xFF) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ } -+ else //force rate -+ { -+ TxRate = (u1Byte) pMgntInfo->ForcedDataRate; -+ } -+ -+ value64 = (curRxOkCnt<<2); -+ if(curTxOkCnt < value64) //Downlink -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ else //Uplink -+ { -+ /*DbgPrint("pRFCalibrateInfo->ThermalValue = 0x%X\n", pRFCalibrateInfo->ThermalValue);*/ -+ /*if(pRFCalibrateInfo->ThermalValue < pHalData->EEPROMThermalMeter)*/ -+ if((pDM_Odm->RFCalibrateInfo.ThermalValue < 0x2c) || (*pDM_Odm->pBandType == BAND_ON_2_4G)) -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ else -+ { -+ switch (TxRate) -+ { -+ case MGN_VHT2SS_MCS9: -+ case MGN_VHT1SS_MCS9: -+ case MGN_VHT1SS_MCS8: -+ case MGN_MCS15: -+ case MGN_MCS7: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0x1ea44f); -+ case MGN_VHT2SS_MCS8: -+ case MGN_VHT1SS_MCS7: -+ case MGN_MCS14: -+ case MGN_MCS6: -+ case MGN_54M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa44f); -+ case MGN_VHT2SS_MCS7: -+ case MGN_VHT2SS_MCS6: -+ case MGN_VHT1SS_MCS6: -+ case MGN_VHT1SS_MCS5: -+ case MGN_MCS13: -+ case MGN_MCS5: -+ case MGN_48M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa630); -+ break; -+ case MGN_VHT2SS_MCS5: -+ case MGN_VHT2SS_MCS4: -+ case MGN_VHT1SS_MCS4: -+ case MGN_VHT1SS_MCS3: -+ case MGN_MCS12: -+ case MGN_MCS4: -+ case MGN_MCS3: -+ case MGN_36M: -+ case MGN_24M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa730); -+ break; -+ case MGN_VHT2SS_MCS3: -+ case MGN_VHT2SS_MCS2: -+ case MGN_VHT2SS_MCS1: -+ case MGN_VHT1SS_MCS2: -+ case MGN_VHT1SS_MCS1: -+ case MGN_MCS11: -+ case MGN_MCS10: -+ case MGN_MCS9: -+ case MGN_MCS2: -+ case MGN_MCS1: -+ case MGN_18M: -+ case MGN_12M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa830); -+ break; -+ case MGN_VHT2SS_MCS0: -+ case MGN_VHT1SS_MCS0: -+ case MGN_MCS0: -+ case MGN_MCS8: -+ case MGN_9M: -+ case MGN_6M: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,0xa87f); -+ break; -+ default: -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ break; -+ } -+ } -+ } -+ } -+ else -+ { -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ } -+ } -+ else -+ ODM_Write4Byte(pDM_Odm,ODM_EDCA_BE_PARAM,EDCA_BE); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("EDCA Turbo on: EDCA_BE:0x%lx\n",EDCA_BE)); -+ -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = TRUE; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("EDCA_BE_DL : 0x%lx EDCA_BE_UL : 0x%lx EDCA_BE : 0x%lx \n",EDCA_BE_DL,EDCA_BE_UL,EDCA_BE)); -+ -+ } -+ else -+ { -+ // Turn Off EDCA turbo here. -+ // Restore original EDCA according to the declaration of AP. -+ if(pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA) -+ { -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_AC_PARAM, GET_WMM_PARAM_ELE_SINGLE_AC_PARAM(pStaQos->WMMParamEle, AC0_BE) ); -+ -+ pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Restore EDCA BE: 0x%lx \n",pDM_Odm->WMMEDCA_BE)); -+ -+ } -+ } -+ -+} -+ -+ -+//check if edca turbo is disabled -+BOOLEAN -+odm_IsEdcaTurboDisable( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ u4Byte IOTPeer=pMgntInfo->IOTPeer; -+ -+ if(pDM_Odm->bBtDisableEdcaTurbo) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD, ("EdcaTurboDisable for BT!!\n")); -+ return TRUE; -+ } -+ -+ if((!(pDM_Odm->SupportAbility& ODM_MAC_EDCA_TURBO ))|| -+ (pDM_Odm->bWIFITest)|| -+ (IOTPeer>= HT_IOT_PEER_MAX)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD, ("EdcaTurboDisable\n")); -+ return TRUE; -+ } -+ -+ -+ // 1. We do not turn on EDCA turbo mode for some AP that has IOT issue -+ // 2. User may disable EDCA Turbo mode with OID settings. -+ if(pMgntInfo->IOTAction & HT_IOT_ACT_DISABLE_EDCA_TURBO){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD, ("IOTAction:EdcaTurboDisable\n")); -+ return TRUE; -+ } -+ -+ return FALSE; -+ -+ -+} -+ -+//add iot case here: for MP/CE -+VOID -+ODM_EdcaParaSelByIot( -+ IN PVOID pDM_VOID, -+ OUT u4Byte *EDCA_BE_UL, -+ OUT u4Byte *EDCA_BE_DL -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u4Byte IOTPeer=0; -+ u4Byte ICType=pDM_Odm->SupportICType; -+ u1Byte WirelessMode=0xFF; //invalid value -+ u4Byte RFType=pDM_Odm->RFType; -+ u4Byte IOTPeerSubType = 0; -+ -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ u1Byte TwoPortStatus = (u1Byte)TWO_PORT_STATUS__WITHOUT_ANY_ASSOCIATE; -+ -+ if(pDM_Odm->pWirelessMode!=NULL) -+ WirelessMode=*(pDM_Odm->pWirelessMode); -+ -+/////////////////////////////////////////////////////////// -+////list paramter for different platform -+ -+ IOTPeer=pMgntInfo->IOTPeer; -+ IOTPeerSubType=pMgntInfo->IOTPeerSubtype; -+ GetTwoPortSharedResource(Adapter,TWO_PORT_SHARED_OBJECT__STATUS,NULL,&TwoPortStatus); -+ -+ -+ if(ICType==ODM_RTL8192D) -+ { -+ // Single PHY -+ if(pDM_Odm->RFType==ODM_2T2R) -+ { -+ (*EDCA_BE_UL) = 0x60a42b; //0x5ea42b; -+ (*EDCA_BE_DL) = 0x60a42b; //0x5ea42b; -+ -+ } -+ else -+ { -+ (*EDCA_BE_UL) = 0x6ea42b; -+ (*EDCA_BE_DL) = 0x6ea42b; -+ } -+ -+ } -+////============================ -+/// IOT case for MP -+////============================ -+ -+ else -+ { -+ -+ if(pDM_Odm->SupportInterface==ODM_ITRF_PCIE){ -+ if((ICType==ODM_RTL8192C)&&(pDM_Odm->RFType==ODM_2T2R)) { -+ (*EDCA_BE_UL) = 0x60a42b; -+ (*EDCA_BE_DL) = 0x60a42b; -+ } -+ else -+ { -+ (*EDCA_BE_UL) = 0x6ea42b; -+ (*EDCA_BE_DL) = 0x6ea42b; -+ } -+ } -+ } -+ -+ if(TwoPortStatus == TWO_PORT_STATUS__EXTENSION_ONLY) -+ { -+ (*EDCA_BE_UL) = 0x5ea42b;//Parameter suggested by Scott //edca_setting_UL[ExtAdapter->MgntInfo.IOTPeer]; -+ (*EDCA_BE_DL) = 0x5ea42b;//Parameter suggested by Scott //edca_setting_DL[ExtAdapter->MgntInfo.IOTPeer]; -+ } -+ -+ #if (INTEL_PROXIMITY_SUPPORT == 1) -+ if(pMgntInfo->IntelClassModeInfo.bEnableCA == TRUE) -+ { -+ (*EDCA_BE_UL) = (*EDCA_BE_DL) = 0xa44f; -+ } -+ else -+ #endif -+ { -+ if((pMgntInfo->IOTAction & (HT_IOT_ACT_FORCED_ENABLE_BE_TXOP|HT_IOT_ACT_AMSDU_ENABLE))) -+ {// To check whether we shall force turn on TXOP configuration. -+ if(!((*EDCA_BE_UL) & 0xffff0000)) -+ (*EDCA_BE_UL) |= 0x005e0000; // Force TxOP limit to 0x005e for UL. -+ if(!((*EDCA_BE_DL) & 0xffff0000)) -+ (*EDCA_BE_DL) |= 0x005e0000; // Force TxOP limit to 0x005e for DL. -+ } -+ -+ //92D txop can't be set to 0x3e for cisco1250 -+ if((ICType!=ODM_RTL8192D) && (IOTPeer== HT_IOT_PEER_CISCO) &&(WirelessMode==ODM_WM_N24G)) -+ { -+ (*EDCA_BE_DL) = edca_setting_DL[IOTPeer]; -+ (*EDCA_BE_UL) = edca_setting_UL[IOTPeer]; -+ } -+ //merge from 92s_92c_merge temp brunch v2445 20120215 -+ else if((IOTPeer == HT_IOT_PEER_CISCO) &&((WirelessMode==ODM_WM_G)||(WirelessMode==(ODM_WM_B|ODM_WM_G))||(WirelessMode==ODM_WM_A)||(WirelessMode==ODM_WM_B))) -+ { -+ (*EDCA_BE_DL) = edca_setting_DL_GMode[IOTPeer]; -+ } -+ else if((IOTPeer== HT_IOT_PEER_AIRGO )&& ((WirelessMode==ODM_WM_G)||(WirelessMode==ODM_WM_A))) -+ { -+ (*EDCA_BE_DL) = 0xa630; -+ } -+ -+ else if(IOTPeer == HT_IOT_PEER_MARVELL) -+ { -+ (*EDCA_BE_DL) = edca_setting_DL[IOTPeer]; -+ (*EDCA_BE_UL) = edca_setting_UL[IOTPeer]; -+ } -+ else if(IOTPeer == HT_IOT_PEER_ATHEROS && IOTPeerSubType != HT_IOT_PEER_TPLINK_AC1750) -+ { -+ // Set DL EDCA for Atheros peer to 0x3ea42b. Suggested by SD3 Wilson for ASUS TP issue. -+ if(WirelessMode==ODM_WM_G) -+ (*EDCA_BE_DL) = edca_setting_DL_GMode[IOTPeer]; -+ else -+ (*EDCA_BE_DL) = edca_setting_DL[IOTPeer]; -+ -+ if(ICType == ODM_RTL8821) -+ (*EDCA_BE_DL) = 0x5ea630; -+ -+ } -+ } -+ -+ if((ICType == ODM_RTL8192D)&&(IOTPeerSubType == HT_IOT_PEER_LINKSYS_E4200_V1)&&((WirelessMode==ODM_WM_N5G))) -+ { -+ (*EDCA_BE_DL) = 0x432b; -+ (*EDCA_BE_UL) = 0x432b; -+ } -+ -+ -+ -+ if((ICType==ODM_RTL8812)||(ICType==ODM_RTL8192E)) //add 8812AU/8812AE -+ { -+ (*EDCA_BE_UL) = 0x5ea42b; -+ (*EDCA_BE_DL) = 0x5ea42b; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("8812A: EDCA_BE_UL=0x%lx EDCA_BE_DL =0x%lx\n",(*EDCA_BE_UL),(*EDCA_BE_DL))); -+ } -+ -+ if((ICType==ODM_RTL8814A) && (IOTPeer == HT_IOT_PEER_REALTEK)) /*8814AU and 8814AR*/ -+ { -+ (*EDCA_BE_UL) = 0x5ea42b; -+ (*EDCA_BE_DL) = 0xa42b; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("8814A: EDCA_BE_UL=0x%lx EDCA_BE_DL =0x%lx\n",(*EDCA_BE_UL),(*EDCA_BE_DL))); -+ } -+ -+ -+ -+ // Revised for Atheros DIR-655 IOT issue to improve down link TP, added by Roger, 2013.03.22. -+ if((ICType == ODM_RTL8723A) && (IOTPeerSubType== HT_IOT_PEER_ATHEROS_DIR655) && -+ (pMgntInfo->dot11CurrentChannelNumber == 6)) -+ { -+ (*EDCA_BE_DL) = 0xa92b; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Special: EDCA_BE_UL=0x%lx EDCA_BE_DL =0x%lx, IOTPeer = %d\n",(*EDCA_BE_UL),(*EDCA_BE_DL), IOTPeer)); -+ -+} -+ -+ -+VOID -+odm_EdcaChooseTrafficIdx( -+ IN PVOID pDM_VOID, -+ IN u8Byte cur_tx_bytes, -+ IN u8Byte cur_rx_bytes, -+ IN BOOLEAN bBiasOnRx, -+ OUT BOOLEAN *pbIsCurRDLState -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if(bBiasOnRx) -+ { -+ -+ if(cur_tx_bytes>(cur_rx_bytes*4)) -+ { -+ *pbIsCurRDLState=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Uplink Traffic\n ")); -+ -+ } -+ else -+ { -+ *pbIsCurRDLState=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Balance Traffic\n")); -+ -+ } -+ } -+ else -+ { -+ if(cur_rx_bytes>(cur_tx_bytes*4)) -+ { -+ *pbIsCurRDLState=TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Downlink Traffic\n")); -+ -+ } -+ else -+ { -+ *pbIsCurRDLState=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_EDCA_TURBO,ODM_DBG_LOUD,("Balance Traffic\n")); -+ } -+ } -+ -+ return ; -+} -+ -+#endif -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.h linux/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_edcaturbocheck.h 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,100 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMEDCATURBOCHECK_H__ -+#define __PHYDMEDCATURBOCHECK_H__ -+ -+/*#define EDCATURBO_VERSION "2.1"*/ -+#define EDCATURBO_VERSION "2.2" /*2015.01.13*/ -+ -+typedef struct _EDCA_TURBO_ -+{ -+ BOOLEAN bCurrentTurboEDCA; -+ BOOLEAN bIsCurRDLState; -+ -+ #if(DM_ODM_SUPPORT_TYPE == ODM_CE ) -+ u4Byte prv_traffic_idx; // edca turbo -+ #endif -+ -+}EDCA_T,*pEDCA_T; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+static u4Byte edca_setting_UL[HT_IOT_PEER_MAX] = -+// UNKNOWN REALTEK_90 REALTEK_92SE BROADCOM RALINK ATHEROS CISCO MERU MARVELL 92U_AP SELF_AP(DownLink/Tx) -+{ 0x5e4322, 0xa44f, 0x5e4322, 0x5ea32b, 0x5ea422, 0x5ea322, 0x3ea430, 0x5ea42b, 0x5ea44f, 0x5e4322, 0x5e4322}; -+ -+ -+static u4Byte edca_setting_DL[HT_IOT_PEER_MAX] = -+// UNKNOWN REALTEK_90 REALTEK_92SE BROADCOM RALINK ATHEROS CISCO MERU, MARVELL 92U_AP SELF_AP(UpLink/Rx) -+{ 0xa44f, 0x5ea44f, 0x5e4322, 0x5ea42b, 0xa44f, 0xa630, 0x5ea630, 0x5ea42b, 0xa44f, 0xa42b, 0xa42b}; -+ -+static u4Byte edca_setting_DL_GMode[HT_IOT_PEER_MAX] = -+// UNKNOWN REALTEK_90 REALTEK_92SE BROADCOM RALINK ATHEROS CISCO MERU, MARVELL 92U_AP SELF_AP -+{ 0x4322, 0xa44f, 0x5e4322, 0xa42b, 0x5e4322, 0x4322, 0xa42b, 0x5ea42b, 0xa44f, 0x5e4322, 0x5ea42b}; -+ -+#endif -+ -+ -+ -+VOID -+odm_EdcaTurboCheck( -+ IN PVOID pDM_VOID -+ ); -+VOID -+ODM_EdcaTurboInit( -+ IN PVOID pDM_VOID -+); -+ -+#if(DM_ODM_SUPPORT_TYPE==ODM_WIN) -+VOID -+odm_EdcaTurboCheckMP( -+ IN PVOID pDM_VOID -+ ); -+ -+//check if edca turbo is disabled -+BOOLEAN -+odm_IsEdcaTurboDisable( -+ IN PVOID pDM_VOID -+); -+//choose edca paramter for special IOT case -+VOID -+ODM_EdcaParaSelByIot( -+ IN PVOID pDM_VOID, -+ OUT u4Byte *EDCA_BE_UL, -+ OUT u4Byte *EDCA_BE_DL -+ ); -+//check if it is UL or DL -+VOID -+odm_EdcaChooseTrafficIdx( -+ IN PVOID pDM_VOID, -+ IN u8Byte cur_tx_bytes, -+ IN u8Byte cur_rx_bytes, -+ IN BOOLEAN bBiasOnRx, -+ OUT BOOLEAN *pbIsCurRDLState -+ ); -+ -+#elif (DM_ODM_SUPPORT_TYPE==ODM_CE) -+VOID -+odm_EdcaTurboCheckCE( -+ IN PVOID pDM_VOID -+ ); -+#endif -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm.h linux/3rdparty/rtl8812au/hal/phydm/phydm.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm.h 2017-06-07 23:07:21.015687940 +0300 -@@ -0,0 +1,1440 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __HALDMOUTSRC_H__ -+#define __HALDMOUTSRC_H__ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "phydm_pre_define.h" -+#include "phydm_dig.h" -+#include "phydm_edcaturbocheck.h" -+#include "phydm_pathdiv.h" -+#include "phydm_antdiv.h" -+#include "phydm_antdect.h" -+#include "phydm_dynamicbbpowersaving.h" -+#include "phydm_rainfo.h" -+#include "phydm_dynamictxpower.h" -+#include "phydm_cfotracking.h" -+#include "phydm_acs.h" -+#include "phydm_adaptivity.h" -+ -+ -+#if (RTL8814A_SUPPORT == 1) -+#include "rtl8814a/phydm_iqk_8814a.h" -+#endif -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+#include "halphyrf_ap.h" -+#include "phydm_powertracking_ap.h" -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+#include "phydm_beamforming.h" -+#include "phydm_noisemonitor.h" -+#include "halphyrf_ce.h" -+#include "phydm_powertracking_ce.h" -+#endif -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+#include "phydm_beamforming.h" -+#include "phydm_rxhp.h" -+#include "halphyrf_win.h" -+#include "phydm_powertracking_win.h" -+#endif -+ -+//============================================================ -+// Definition -+//============================================================ -+// -+// 2011/09/22 MH Define all team supprt ability. -+// -+ -+// -+// 2011/09/22 MH Define for all teams. Please Define the constan in your precomp header. -+// -+//#define DM_ODM_SUPPORT_AP 0 -+//#define DM_ODM_SUPPORT_ADSL 0 -+//#define DM_ODM_SUPPORT_CE 0 -+//#define DM_ODM_SUPPORT_MP 1 -+ -+// -+// 2011/09/28 MH Define ODM SW team support flag. -+// -+ -+//For SW AntDiv, PathDiv, 8192C AntDiv joint use -+#define TP_MODE 0 -+#define RSSI_MODE 1 -+ -+#define TRAFFIC_LOW 0 -+#define TRAFFIC_HIGH 1 -+#define TRAFFIC_ULTRA_LOW 2 -+ -+#define NONE 0 -+ -+ -+ -+ -+//8723A High Power IGI Setting -+#define DM_DIG_HIGH_PWR_IGI_LOWER_BOUND 0x22 -+#define DM_DIG_Gmode_HIGH_PWR_IGI_LOWER_BOUND 0x28 -+#define DM_DIG_HIGH_PWR_THRESHOLD 0x3a -+#define DM_DIG_LOW_PWR_THRESHOLD 0x14 -+ -+ -+//============================================================ -+// structure and define -+//============================================================ -+ -+// -+// 2011/09/20 MH Add for AP/ADSLpseudo DM structuer requirement. -+// We need to remove to other position??? -+// -+#if(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+typedef struct rtl8192cd_priv { -+ u1Byte temp; -+ -+}rtl8192cd_priv, *prtl8192cd_priv; -+#endif -+ -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+typedef struct _ADAPTER{ -+ u1Byte temp; -+ #ifdef AP_BUILD_WORKAROUND -+ HAL_DATA_TYPE* temp2; -+ prtl8192cd_priv priv; -+ #endif -+}ADAPTER, *PADAPTER; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+typedef struct _WLAN_STA{ -+ u1Byte temp; -+} WLAN_STA, *PRT_WLAN_STA; -+ -+#endif -+ -+typedef struct _Dynamic_Primary_CCA{ -+ u1Byte PriCCA_flag; -+ u1Byte intf_flag; -+ u1Byte intf_type; -+ u1Byte DupRTS_flag; -+ u1Byte Monitor_flag; -+ u1Byte CH_offset; -+ u1Byte MF_state; -+}Pri_CCA_T, *pPri_CCA_T; -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ -+#ifdef ADSL_AP_BUILD_WORKAROUND -+#define MAX_TOLERANCE 5 -+#define IQK_DELAY_TIME 1 //ms -+#endif -+#if 0//defined in 8192cd.h -+// -+// Indicate different AP vendor for IOT issue. -+// -+typedef enum _HT_IOT_PEER -+{ -+ HT_IOT_PEER_UNKNOWN = 0, -+ HT_IOT_PEER_REALTEK = 1, -+ HT_IOT_PEER_REALTEK_92SE = 2, -+ HT_IOT_PEER_BROADCOM = 3, -+ HT_IOT_PEER_RALINK = 4, -+ HT_IOT_PEER_ATHEROS = 5, -+ HT_IOT_PEER_CISCO = 6, -+ HT_IOT_PEER_MERU = 7, -+ HT_IOT_PEER_MARVELL = 8, -+ HT_IOT_PEER_REALTEK_SOFTAP = 9,// peer is RealTek SOFT_AP, by Bohn, 2009.12.17 -+ HT_IOT_PEER_SELF_SOFTAP = 10, // Self is SoftAP -+ HT_IOT_PEER_AIRGO = 11, -+ HT_IOT_PEER_INTEL = 12, -+ HT_IOT_PEER_RTK_APCLIENT = 13, -+ HT_IOT_PEER_REALTEK_81XX = 14, -+ HT_IOT_PEER_REALTEK_WOW = 15, -+ HT_IOT_PEER_MAX = 16 -+}HT_IOT_PEER_E, *PHTIOT_PEER_E; -+#endif -+#endif//#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#define DM_Type_ByFW 0 -+#define DM_Type_ByDriver 1 -+ -+// -+// Declare for common info -+// -+ -+#define IQK_THRESHOLD 8 -+#define DPK_THRESHOLD 4 -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+__PACK typedef struct _ODM_Phy_Status_Info_ -+{ -+ u1Byte RxPWDBAll; -+ u1Byte SignalQuality; /* in 0-100 index. */ -+ u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ -+ s1Byte RxMIMOSignalQuality[4]; /* EVM */ -+ s1Byte RxSNR[4]; /* per-path's SNR */ -+#if (RTL8822B_SUPPORT == 1) -+ u1Byte RxCount; /* RX path counter---*/ -+#endif -+ u1Byte BandWidth; -+ -+} __WLAN_ATTRIB_PACK__ ODM_PHY_INFO_T, *PODM_PHY_INFO_T; -+ -+typedef struct _ODM_Phy_Status_Info_Append_ -+{ -+ u1Byte MAC_CRC32; -+ -+}ODM_PHY_INFO_Append_T,*PODM_PHY_INFO_Append_T; -+ -+#else -+ -+typedef struct _ODM_Phy_Status_Info_ -+{ -+ // -+ // Be care, if you want to add any element please insert between -+ // RxPWDBAll & SignalStrength. -+ // -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ u4Byte RxPWDBAll; -+#else -+ u1Byte RxPWDBAll; -+#endif -+ u1Byte SignalQuality; /* in 0-100 index. */ -+ s1Byte RxMIMOSignalQuality[4]; /* per-path's EVM */ -+ u1Byte RxMIMOEVMdbm[4]; /* per-path's EVM dbm */ -+ u1Byte RxMIMOSignalStrength[4]; /* in 0~100 index */ -+ s2Byte Cfo_short[4]; /* per-path's Cfo_short */ -+ s2Byte Cfo_tail[4]; /* per-path's Cfo_tail */ -+ s1Byte RxPower; /* in dBm Translate from PWdB */ -+ s1Byte RecvSignalPower; /* Real power in dBm for this packet, no beautification and aggregation. Keep this raw info to be used for the other procedures. */ -+ u1Byte BTRxRSSIPercentage; -+ u1Byte SignalStrength; /* in 0-100 index. */ -+ s1Byte RxPwr[4]; /* per-path's pwdb */ -+ s1Byte RxSNR[4]; /* per-path's SNR */ -+#if (RTL8822B_SUPPORT == 1) -+ u1Byte RxCount:2; /* RX path counter---*/ -+ u1Byte BandWidth:2; -+ u1Byte rxsc:4; /* sub-channel---*/ -+#else -+ u1Byte BandWidth; -+#endif -+ u1Byte btCoexPwrAdjust; -+#if (RTL8822B_SUPPORT == 1) -+ u1Byte channel; /* channel number---*/ -+ BOOLEAN bMuPacket; /* is MU packet or not---*/ -+ BOOLEAN bBeamformed; /* BF packet---*/ -+#endif -+}ODM_PHY_INFO_T,*PODM_PHY_INFO_T; -+#endif -+ -+typedef struct _ODM_Per_Pkt_Info_ -+{ -+ //u1Byte Rate; -+ u1Byte DataRate; -+ u1Byte StationID; -+ BOOLEAN bPacketMatchBSSID; -+ BOOLEAN bPacketToSelf; -+ BOOLEAN bPacketBeacon; -+ BOOLEAN bToSelf; -+}ODM_PACKET_INFO_T,*PODM_PACKET_INFO_T; -+ -+ -+typedef struct _ODM_Phy_Dbg_Info_ -+{ -+ //ODM Write,debug info -+ s1Byte RxSNRdB[4]; -+ u4Byte NumQryPhyStatus; -+ u4Byte NumQryPhyStatusCCK; -+ u4Byte NumQryPhyStatusOFDM; -+#if (RTL8822B_SUPPORT == 1) -+ u4Byte NumQryMuPkt; -+ u4Byte NumQryBfPkt; -+#endif -+ u1Byte NumQryBeaconPkt; -+ //Others -+ s4Byte RxEVM[4]; -+ -+}ODM_PHY_DBG_INFO_T; -+ -+ -+typedef struct _ODM_Mac_Status_Info_ -+{ -+ u1Byte test; -+ -+}ODM_MAC_INFO; -+ -+// -+// 2011/20/20 MH For MP driver RT_WLAN_STA = STA_INFO_T -+// Please declare below ODM relative info in your STA info structure. -+// -+#if 1 -+typedef struct _ODM_STA_INFO{ -+ // Driver Write -+ BOOLEAN bUsed; // record the sta status link or not? -+ //u1Byte WirelessMode; // -+ u1Byte IOTPeer; // Enum value. HT_IOT_PEER_E -+ -+ // ODM Write -+ //1 PHY_STATUS_INFO -+ u1Byte RSSI_Path[4]; // -+ u1Byte RSSI_Ave; -+ u1Byte RXEVM[4]; -+ u1Byte RXSNR[4]; -+ -+ // ODM Write -+ //1 TX_INFO (may changed by IC) -+ //TX_INFO_T pTxInfo; // Define in IC folder. Move lower layer. -+#if 0 -+ u1Byte ANTSEL_A; //in Jagar: 4bit; others: 2bit -+ u1Byte ANTSEL_B; //in Jagar: 4bit; others: 2bit -+ u1Byte ANTSEL_C; //only in Jagar: 4bit -+ u1Byte ANTSEL_D; //only in Jagar: 4bit -+ u1Byte TX_ANTL; //not in Jagar: 2bit -+ u1Byte TX_ANT_HT; //not in Jagar: 2bit -+ u1Byte TX_ANT_CCK; //not in Jagar: 2bit -+ u1Byte TXAGC_A; //not in Jagar: 4bit -+ u1Byte TXAGC_B; //not in Jagar: 4bit -+ u1Byte TXPWR_OFFSET; //only in Jagar: 3bit -+ u1Byte TX_ANT; //only in Jagar: 4bit for TX_ANTL/TX_ANTHT/TX_ANT_CCK -+#endif -+ -+ // -+ // Please use compile flag to disabe the strcutrue for other IC except 88E. -+ // Move To lower layer. -+ // -+ // ODM Write Wilson will handle this part(said by Luke.Lee) -+ //TX_RPT_T pTxRpt; // Define in IC folder. Move lower layer. -+#if 0 -+ //1 For 88E RA (don't redefine the naming) -+ u1Byte rate_id; -+ u1Byte rate_SGI; -+ u1Byte rssi_sta_ra; -+ u1Byte SGI_enable; -+ u1Byte Decision_rate; -+ u1Byte Pre_rate; -+ u1Byte Active; -+ -+ // Driver write Wilson handle. -+ //1 TX_RPT (don't redefine the naming) -+ u2Byte RTY[4]; // ??? -+ u2Byte TOTAL; // ??? -+ u2Byte DROP; // ??? -+ // -+ // Please use compile flag to disabe the strcutrue for other IC except 88E. -+ // -+#endif -+ -+}ODM_STA_INFO_T, *PODM_STA_INFO_T; -+#endif -+ -+// -+// 2011/10/20 MH Define Common info enum for all team. -+// -+typedef enum _ODM_Common_Info_Definition -+{ -+//-------------REMOVED CASE-----------// -+ //ODM_CMNINFO_CCK_HP, -+ //ODM_CMNINFO_RFPATH_ENABLE, // Define as ODM write??? -+ //ODM_CMNINFO_BT_COEXIST, // ODM_BT_COEXIST_E -+ //ODM_CMNINFO_OP_MODE, // ODM_OPERATION_MODE_E -+//-------------REMOVED CASE-----------// -+ -+ // -+ // Fixed value: -+ // -+ -+ //-----------HOOK BEFORE REG INIT-----------// -+ ODM_CMNINFO_PLATFORM = 0, -+ ODM_CMNINFO_ABILITY, // ODM_ABILITY_E -+ ODM_CMNINFO_INTERFACE, // ODM_INTERFACE_E -+ ODM_CMNINFO_MP_TEST_CHIP, -+ ODM_CMNINFO_IC_TYPE, // ODM_IC_TYPE_E -+ ODM_CMNINFO_CUT_VER, // ODM_CUT_VERSION_E -+ ODM_CMNINFO_FAB_VER, // ODM_FAB_E -+ ODM_CMNINFO_RF_TYPE, // ODM_RF_PATH_E or ODM_RF_TYPE_E? -+ ODM_CMNINFO_RFE_TYPE, -+ ODM_CMNINFO_BOARD_TYPE, // ODM_BOARD_TYPE_E -+ ODM_CMNINFO_PACKAGE_TYPE, -+ ODM_CMNINFO_EXT_LNA, // TRUE -+ ODM_CMNINFO_5G_EXT_LNA, -+ ODM_CMNINFO_EXT_PA, -+ ODM_CMNINFO_5G_EXT_PA, -+ ODM_CMNINFO_GPA, -+ ODM_CMNINFO_APA, -+ ODM_CMNINFO_GLNA, -+ ODM_CMNINFO_ALNA, -+ ODM_CMNINFO_EXT_TRSW, -+ ODM_CMNINFO_EXT_LNA_GAIN, -+ ODM_CMNINFO_PATCH_ID, //CUSTOMER ID -+ ODM_CMNINFO_BINHCT_TEST, -+ ODM_CMNINFO_BWIFI_TEST, -+ ODM_CMNINFO_SMART_CONCURRENT, -+ ODM_CMNINFO_CONFIG_BB_RF, -+ ODM_CMNINFO_DOMAIN_CODE_2G, -+ ODM_CMNINFO_DOMAIN_CODE_5G, -+ ODM_CMNINFO_IQKFWOFFLOAD, -+ ODM_CMNINFO_HUBUSBMODE, -+ ODM_CMNINFO_FWDWRSVDPAGEINPROGRESS, -+ ODM_CMNINFO_TX_TP, -+ ODM_CMNINFO_RX_TP, -+ ODM_CMNINFO_SOUNDING_SEQ, -+ //-----------HOOK BEFORE REG INIT-----------// -+ -+ -+ // -+ // Dynamic value: -+ // -+//--------- POINTER REFERENCE-----------// -+ ODM_CMNINFO_MAC_PHY_MODE, // ODM_MAC_PHY_MODE_E -+ ODM_CMNINFO_TX_UNI, -+ ODM_CMNINFO_RX_UNI, -+ ODM_CMNINFO_WM_MODE, // ODM_WIRELESS_MODE_E -+ ODM_CMNINFO_BAND, // ODM_BAND_TYPE_E -+ ODM_CMNINFO_SEC_CHNL_OFFSET, // ODM_SEC_CHNL_OFFSET_E -+ ODM_CMNINFO_SEC_MODE, // ODM_SECURITY_E -+ ODM_CMNINFO_BW, // ODM_BW_E -+ ODM_CMNINFO_CHNL, -+ ODM_CMNINFO_FORCED_RATE, -+ -+ ODM_CMNINFO_DMSP_GET_VALUE, -+ ODM_CMNINFO_BUDDY_ADAPTOR, -+ ODM_CMNINFO_DMSP_IS_MASTER, -+ ODM_CMNINFO_SCAN, -+ ODM_CMNINFO_POWER_SAVING, -+ ODM_CMNINFO_ONE_PATH_CCA, // ODM_CCA_PATH_E -+ ODM_CMNINFO_DRV_STOP, -+ ODM_CMNINFO_PNP_IN, -+ ODM_CMNINFO_INIT_ON, -+ ODM_CMNINFO_ANT_TEST, -+ ODM_CMNINFO_NET_CLOSED, -+ //ODM_CMNINFO_RTSTA_AID, // For win driver only? -+ ODM_CMNINFO_FORCED_IGI_LB, -+ ODM_CMNINFO_P2P_LINK, -+ ODM_CMNINFO_FCS_MODE, -+ ODM_CMNINFO_IS1ANTENNA, -+ ODM_CMNINFO_RFDEFAULTPATH, -+//--------- POINTER REFERENCE-----------// -+ -+//------------CALL BY VALUE-------------// -+ ODM_CMNINFO_WIFI_DIRECT, -+ ODM_CMNINFO_WIFI_DISPLAY, -+ ODM_CMNINFO_LINK_IN_PROGRESS, -+ ODM_CMNINFO_LINK, -+ ODM_CMNINFO_STATION_STATE, -+ ODM_CMNINFO_RSSI_MIN, -+ ODM_CMNINFO_DBG_COMP, // u8Byte -+ ODM_CMNINFO_DBG_LEVEL, // u4Byte -+ ODM_CMNINFO_RA_THRESHOLD_HIGH, // u1Byte -+ ODM_CMNINFO_RA_THRESHOLD_LOW, // u1Byte -+ ODM_CMNINFO_RF_ANTENNA_TYPE, // u1Byte -+ ODM_CMNINFO_BT_ENABLED, -+ ODM_CMNINFO_BT_HS_CONNECT_PROCESS, -+ ODM_CMNINFO_BT_HS_RSSI, -+ ODM_CMNINFO_BT_OPERATION, -+ ODM_CMNINFO_BT_LIMITED_DIG, //Need to Limited Dig or not -+ ODM_CMNINFO_BT_DIG, -+ ODM_CMNINFO_BT_BUSY, //Check Bt is using or not//neil -+ ODM_CMNINFO_BT_DISABLE_EDCA, -+#if(DM_ODM_SUPPORT_TYPE & ODM_AP) // for repeater mode add by YuChen 2014.06.23 -+#ifdef UNIVERSAL_REPEATER -+ ODM_CMNINFO_VXD_LINK, -+#endif -+#endif -+ ODM_CMNINFO_AP_TOTAL_NUM, -+ ODM_CMNINFO_POWER_TRAINING, -+//------------CALL BY VALUE-------------// -+ -+ // -+ // Dynamic ptr array hook itms. -+ // -+ ODM_CMNINFO_STA_STATUS, -+ ODM_CMNINFO_PHY_STATUS, -+ ODM_CMNINFO_MAC_STATUS, -+ -+ ODM_CMNINFO_MAX, -+ -+ -+}ODM_CMNINFO_E; -+ -+// -+// 2011/10/20 MH Define ODM support ability. ODM_CMNINFO_ABILITY -+// -+typedef enum _ODM_Support_Ability_Definition -+{ -+ // -+ // BB ODM section BIT 0-19 -+ // -+ ODM_BB_DIG = BIT0, -+ ODM_BB_RA_MASK = BIT1, -+ ODM_BB_DYNAMIC_TXPWR = BIT2, -+ ODM_BB_FA_CNT = BIT3, -+ ODM_BB_RSSI_MONITOR = BIT4, -+ ODM_BB_CCK_PD = BIT5, -+ ODM_BB_ANT_DIV = BIT6, -+ ODM_BB_PWR_SAVE = BIT7, -+ ODM_BB_PWR_TRAIN = BIT8, -+ ODM_BB_RATE_ADAPTIVE = BIT9, -+ ODM_BB_PATH_DIV = BIT10, -+ ODM_BB_PSD = BIT11, -+ ODM_BB_RXHP = BIT12, -+ ODM_BB_ADAPTIVITY = BIT13, -+ ODM_BB_CFO_TRACKING = BIT14, -+ ODM_BB_NHM_CNT = BIT15, -+ ODM_BB_PRIMARY_CCA = BIT16, -+ ODM_BB_TXBF = BIT17, -+ -+ // -+ // MAC DM section BIT 20-23 -+ // -+ ODM_MAC_EDCA_TURBO = BIT20, -+ ODM_MAC_EARLY_MODE = BIT21, -+ -+ // -+ // RF ODM section BIT 24-31 -+ // -+ ODM_RF_TX_PWR_TRACK = BIT24, -+ ODM_RF_RX_GAIN_TRACK = BIT25, -+ ODM_RF_CALIBRATION = BIT26, -+ -+}ODM_ABILITY_E; -+ -+//Move some non-DM enum,define, struc. form phydm.h to phydm_types.h by Dino -+ -+// ODM_CMNINFO_ONE_PATH_CCA -+typedef enum tag_CCA_Path -+{ -+ ODM_CCA_2R = 0, -+ ODM_CCA_1R_A = 1, -+ ODM_CCA_1R_B = 2, -+}ODM_CCA_PATH_E; -+ -+//move RAInfo to Phydm_RaInfo.h -+ -+//Remove struct PATHDIV_PARA to odm_PathDiv.h -+ -+//Remove struct to odm_PowerTracking.h by YuChen -+// -+// ODM Dynamic common info value definition -+// -+//Move AntDiv form phydm.h to Phydm_AntDiv.h by Dino -+ -+//move PathDiv to Phydm_PathDiv.h -+ -+typedef enum _BASEBAND_CONFIG_PHY_REG_PG_VALUE_TYPE{ -+ PHY_REG_PG_RELATIVE_VALUE = 0, -+ PHY_REG_PG_EXACT_VALUE = 1 -+} PHY_REG_PG_TYPE; -+ -+// -+// 2011/09/22 MH Copy from SD4 defined structure. We use to support PHY DM integration. -+// -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if (RT_PLATFORM != PLATFORM_LINUX) -+typedef -+#endif -+ -+struct DM_Out_Source_Dynamic_Mechanism_Structure -+#else// for AP,ADSL,CE Team -+typedef struct DM_Out_Source_Dynamic_Mechanism_Structure -+#endif -+{ -+ //RT_TIMER FastAntTrainingTimer; -+ // -+ // Add for different team use temporarily -+ // -+ PADAPTER Adapter; // For CE/NIC team -+ prtl8192cd_priv priv; // For AP/ADSL team -+ // WHen you use Adapter or priv pointer, you must make sure the pointer is ready. -+ BOOLEAN odm_ready; -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ rtl8192cd_priv fake_priv; -+#endif -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ // ADSL_AP_BUILD_WORKAROUND -+ ADAPTER fake_adapter; -+#endif -+ -+ PHY_REG_PG_TYPE PhyRegPgValueType; -+ u1Byte PhyRegPgVersion; -+ -+ u8Byte DebugComponents; -+ u4Byte DebugLevel; -+ -+ u4Byte NumQryPhyStatusAll; //CCK + OFDM -+ u4Byte LastNumQryPhyStatusAll; -+ u4Byte RxPWDBAve; -+ BOOLEAN MPDIG_2G; //off MPDIG -+ u1Byte Times_2G; -+ -+//------ ODM HANDLE, DRIVER NEEDS NOT TO HOOK------// -+ BOOLEAN bCckHighPower; -+ u1Byte RFPathRxEnable; // ODM_CMNINFO_RFPATH_ENABLE -+ u1Byte ControlChannel; -+//------ ODM HANDLE, DRIVER NEEDS NOT TO HOOK------// -+ -+//--------REMOVED COMMON INFO----------// -+ //u1Byte PseudoMacPhyMode; -+ //BOOLEAN *BTCoexist; -+ //BOOLEAN PseudoBtCoexist; -+ //u1Byte OPMode; -+ //BOOLEAN bAPMode; -+ //BOOLEAN bClientMode; -+ //BOOLEAN bAdHocMode; -+ //BOOLEAN bSlaveOfDMSP; -+//--------REMOVED COMMON INFO----------// -+ -+ -+//1 COMMON INFORMATION -+ -+ // -+ // Init Value -+ // -+//-----------HOOK BEFORE REG INIT-----------// -+ // ODM Platform info AP/ADSL/CE/MP = 1/2/3/4 -+ u1Byte SupportPlatform; -+ // ODM Support Ability DIG/RATR/TX_PWR_TRACK/ ¡K¡K = 1/2/3/¡K -+ u4Byte SupportAbility; -+ // ODM PCIE/USB/SDIO = 1/2/3 -+ u1Byte SupportInterface; -+ // ODM composite or independent. Bit oriented/ 92C+92D+ .... or any other type = 1/2/3/... -+ u4Byte SupportICType; -+ // Cut Version TestChip/A-cut/B-cut... = 0/1/2/3/... -+ u1Byte CutVersion; -+ // Fab Version TSMC/UMC = 0/1 -+ u1Byte FabVersion; -+ // RF Type 4T4R/3T3R/2T2R/1T2R/1T1R/... -+ u1Byte RFType; -+ u1Byte RFEType; -+ // Board Type Normal/HighPower/MiniCard/SLIM/Combo/... = 0/1/2/3/4/... -+ u1Byte BoardType; -+ u1Byte PackageType; -+ u2Byte TypeGLNA; -+ u2Byte TypeGPA; -+ u2Byte TypeALNA; -+ u2Byte TypeAPA; -+ // with external LNA NO/Yes = 0/1 -+ u1Byte ExtLNA; // 2G -+ u1Byte ExtLNA5G; //5G -+ // with external PA NO/Yes = 0/1 -+ u1Byte ExtPA; // 2G -+ u1Byte ExtPA5G; //5G -+ // with external TRSW NO/Yes = 0/1 -+ u1Byte ExtTRSW; -+ u1Byte ExtLNAGain; // 2G -+ u1Byte PatchID; //Customer ID -+ BOOLEAN bInHctTest; -+ BOOLEAN bWIFITest; -+ -+ BOOLEAN bDualMacSmartConcurrent; -+ u4Byte BK_SupportAbility; -+ u1Byte AntDivType; -+ BOOLEAN ConfigBBRF; -+ u1Byte odm_Regulation2_4G; -+ u1Byte odm_Regulation5G; -+ u1Byte IQKFWOffload; -+//-----------HOOK BEFORE REG INIT-----------// -+ -+ // -+ // Dynamic Value -+ // -+//--------- POINTER REFERENCE-----------// -+ -+ u1Byte u1Byte_temp; -+ BOOLEAN BOOLEAN_temp; -+ PADAPTER PADAPTER_temp; -+ -+ // MAC PHY Mode SMSP/DMSP/DMDP = 0/1/2 -+ u1Byte *pMacPhyMode; -+ //TX Unicast byte count -+ u8Byte *pNumTxBytesUnicast; -+ //RX Unicast byte count -+ u8Byte *pNumRxBytesUnicast; -+ // Wireless mode B/G/A/N = BIT0/BIT1/BIT2/BIT3 -+ u1Byte *pWirelessMode; //ODM_WIRELESS_MODE_E -+ // Frequence band 2.4G/5G = 0/1 -+ u1Byte *pBandType; -+ // Secondary channel offset don't_care/below/above = 0/1/2 -+ u1Byte *pSecChOffset; -+ // Security mode Open/WEP/AES/TKIP = 0/1/2/3 -+ u1Byte *pSecurity; -+ // BW info 20M/40M/80M = 0/1/2 -+ u1Byte *pBandWidth; -+ // Central channel location Ch1/Ch2/.... -+ u1Byte *pChannel; //central channel number -+ BOOLEAN DPK_Done; -+ // Common info for 92D DMSP -+ -+ BOOLEAN *pbGetValueFromOtherMac; -+ PADAPTER *pBuddyAdapter; -+ BOOLEAN *pbMasterOfDMSP; //MAC0: master, MAC1: slave -+ // Common info for Status -+ BOOLEAN *pbScanInProcess; -+ BOOLEAN *pbPowerSaving; -+ // CCA Path 2-path/path-A/path-B = 0/1/2; using ODM_CCA_PATH_E. -+ u1Byte *pOnePathCCA; -+ //pMgntInfo->AntennaTest -+ u1Byte *pAntennaTest; -+ BOOLEAN *pbNet_closed; -+ //u1Byte *pAidMap; -+ u1Byte *pu1ForcedIgiLb; -+ BOOLEAN *pIsFcsModeEnable; -+/*--------- For 8723B IQK-----------*/ -+ BOOLEAN *pIs1Antenna; -+ u1Byte *pRFDefaultPath; -+ // 0:S1, 1:S0 -+ -+//--------- POINTER REFERENCE-----------// -+ pu2Byte pForcedDataRate; -+ pu1Byte HubUsbMode; -+ BOOLEAN *pbFwDwRsvdPageInProgress; -+ u4Byte *pCurrentTxTP; -+ u4Byte *pCurrentRxTP; -+ u1Byte *pSoundingSeq; -+//------------CALL BY VALUE-------------// -+ BOOLEAN bLinkInProcess; -+ BOOLEAN bWIFI_Direct; -+ BOOLEAN bWIFI_Display; -+ BOOLEAN bLinked; -+ BOOLEAN bsta_state; -+#if(DM_ODM_SUPPORT_TYPE & ODM_AP) // for repeater mode add by YuChen 2014.06.23 -+#ifdef UNIVERSAL_REPEATER -+ BOOLEAN VXD_bLinked; -+#endif -+#endif // for repeater mode add by YuChen 2014.06.23 -+ u1Byte RSSI_Min; -+ u1Byte InterfaceIndex; /*Add for 92D dual MAC: 0--Mac0 1--Mac1*/ -+ BOOLEAN bIsMPChip; -+ BOOLEAN bOneEntryOnly; -+ BOOLEAN mp_mode; -+ u4Byte OneEntry_MACID; -+ u1Byte pre_number_linked_client; -+ u1Byte number_linked_client; -+ u1Byte pre_number_active_client; -+ u1Byte number_active_client; -+ // Common info for BTDM -+ BOOLEAN bBtEnabled; // BT is enabled -+ BOOLEAN bBtConnectProcess; // BT HS is under connection progress. -+ u1Byte btHsRssi; // BT HS mode wifi rssi value. -+ BOOLEAN bBtHsOperation; // BT HS mode is under progress -+ u1Byte btHsDigVal; // use BT rssi to decide the DIG value -+ BOOLEAN bBtDisableEdcaTurbo; // Under some condition, don't enable the EDCA Turbo -+ BOOLEAN bBtBusy; // BT is busy. -+ BOOLEAN bBtLimitedDig; // BT is busy. -+ BOOLEAN bDisablePhyApi; -+//------------CALL BY VALUE-------------// -+ u1Byte RSSI_A; -+ u1Byte RSSI_B; -+ u1Byte RSSI_C; -+ u1Byte RSSI_D; -+ u8Byte RSSI_TRSW; -+ u8Byte RSSI_TRSW_H; -+ u8Byte RSSI_TRSW_L; -+ u8Byte RSSI_TRSW_iso; -+ u1Byte TXAntStatus; -+ u1Byte RXAntStatus; -+ u1Byte cck_lna_idx; -+ u1Byte cck_vga_idx; -+ u1Byte ofdm_agc_idx[4]; -+ -+ u1Byte RxRate; -+ BOOLEAN bNoisyState; -+ u1Byte TxRate; -+ u1Byte LinkedInterval; -+ u1Byte preChannel; -+ u4Byte TxagcOffsetValueA; -+ BOOLEAN IsTxagcOffsetPositiveA; -+ u4Byte TxagcOffsetValueB; -+ BOOLEAN IsTxagcOffsetPositiveB; -+ u8Byte lastTxOkCnt; -+ u8Byte lastRxOkCnt; -+ u4Byte BbSwingOffsetA; -+ BOOLEAN IsBbSwingOffsetPositiveA; -+ u4Byte BbSwingOffsetB; -+ BOOLEAN IsBbSwingOffsetPositiveB; -+ u1Byte antdiv_rssi; -+ u1Byte fat_comb_a; -+ u1Byte fat_comb_b; -+ u1Byte antdiv_intvl; -+ u1Byte AntType; -+ u1Byte pre_AntType; -+ u1Byte antdiv_period; -+ u1Byte antdiv_select; -+ u1Byte path_select; -+ u1Byte antdiv_evm_en; -+ u1Byte bdc_holdstate; -+ u1Byte NdpaPeriod; -+ BOOLEAN H2C_RARpt_connect; -+ BOOLEAN cck_agc_report_type; -+ -+ u1Byte dm_dig_max_TH; -+ u1Byte dm_dig_min_TH; -+ u1Byte print_agc; -+ -+ //For Adaptivtiy -+ u2Byte NHM_cnt_0; -+ u2Byte NHM_cnt_1; -+ s1Byte TH_L2H_ini; -+ s1Byte TH_EDCCA_HL_diff; -+ s1Byte TH_L2H_ini_mode2; -+ s1Byte TH_EDCCA_HL_diff_mode2; -+ BOOLEAN Carrier_Sense_enable; -+ u1Byte Adaptivity_IGI_upper; -+ BOOLEAN adaptivity_flag; -+ u1Byte DCbackoff; -+ BOOLEAN Adaptivity_enable; -+ u1Byte APTotalNum; -+ BOOLEAN EDCCA_enable; -+ ADAPTIVITY_STATISTICS Adaptivity; -+ //For Adaptivtiy -+ u1Byte LastUSBHub; -+ u1Byte TxBfDataRate; -+ -+ u1Byte c2h_cmd_start; -+ u1Byte fw_debug_trace[60]; -+ u1Byte pre_c2h_seq; -+ BOOLEAN fw_buff_is_enpty; -+ u4Byte data_frame_num; -+ -+ /*for noise detection*/ -+ BOOLEAN NoisyDecision; /*b_noisy*/ -+ BOOLEAN pre_b_noisy; -+ u4Byte NoisyDecision_Smooth; -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ ODM_NOISE_MONITOR noise_level;//[ODM_MAX_CHANNEL_NUM]; -+#endif -+ // -+ //2 Define STA info. -+ // _ODM_STA_INFO -+ // 2012/01/12 MH For MP, we need to reduce one array pointer for default port.?? -+ PSTA_INFO_T pODM_StaInfo[ODM_ASSOCIATE_ENTRY_NUM]; -+ u2Byte platform2phydm_macid_table[ODM_ASSOCIATE_ENTRY_NUM]; /* platform_macid_table[platform_macid] = phydm_macid */ -+ -+#if (RATE_ADAPTIVE_SUPPORT == 1) -+ u2Byte CurrminRptTime; -+ ODM_RA_INFO_T RAInfo[ODM_ASSOCIATE_ENTRY_NUM]; //Use MacID as array index. STA MacID=0, VWiFi Client MacID={1, ODM_ASSOCIATE_ENTRY_NUM-1} //YJ,add,120119 -+#endif -+ // -+ // 2012/02/14 MH Add to share 88E ra with other SW team. -+ // We need to colelct all support abilit to a proper area. -+ // -+ BOOLEAN RaSupport88E; -+ -+ // Define ........... -+ -+ // Latest packet phy info (ODM write) -+ ODM_PHY_DBG_INFO_T PhyDbgInfo; -+ //PHY_INFO_88E PhyInfo; -+ -+ // Latest packet phy info (ODM write) -+ ODM_MAC_INFO *pMacInfo; -+ //MAC_INFO_88E MacInfo; -+ -+ // Different Team independt structure?? -+ -+ // -+ //TX_RTP_CMN TX_retrpo; -+ //TX_RTP_88E TX_retrpo; -+ //TX_RTP_8195 TX_retrpo; -+ -+ // -+ //ODM Structure -+ // -+#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ BDC_T DM_BdcTable; -+ #endif -+ -+ #ifdef CONFIG_HL_SMART_ANTENNA_TYPE1 -+ SAT_T dm_sat_table; -+ #endif -+ -+#endif -+ FAT_T DM_FatTable; -+ DIG_T DM_DigTable; -+ -+ PS_T DM_PSTable; -+ Pri_CCA_T DM_PriCCA; -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ RXHP_T DM_RXHP_Table; -+#endif -+ RA_T DM_RA_Table; -+ FALSE_ALARM_STATISTICS FalseAlmCnt; -+ FALSE_ALARM_STATISTICS FlaseAlmCntBuddyAdapter; -+ SWAT_T DM_SWAT_Table; -+ BOOLEAN RSSI_test; -+ CFO_TRACKING DM_CfoTrack; -+ ACS DM_ACS; -+ -+ -+#if (RTL8814A_SUPPORT == 1) -+ IQK_INFO IQK_info; -+#endif /* (RTL8814A_SUPPORT==1) */ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ //Path Div Struct -+ PATHDIV_PARA pathIQK; -+#endif -+#if(defined(CONFIG_PATH_DIVERSITY)) -+ PATHDIV_T DM_PathDiv; -+#endif -+ -+ EDCA_T DM_EDCA_Table; -+ u4Byte WMMEDCA_BE; -+ -+ // Copy from SD4 structure -+ // -+ // ================================================== -+ // -+ -+ //common -+ //u1Byte DM_Type; -+ //u1Byte PSD_Report_RXHP[80]; // Add By Gary -+ //u1Byte PSD_func_flag; // Add By Gary -+ //for DIG -+ //u1Byte bDMInitialGainEnable; -+ //u1Byte binitialized; // for dm_initial_gain_Multi_STA use. -+ //for Antenna diversity -+ //u8 AntDivCfg;// 0:OFF , 1:ON, 2:by efuse -+ //PSTA_INFO_T RSSI_target; -+ -+ BOOLEAN *pbDriverStopped; -+ BOOLEAN *pbDriverIsGoingToPnpSetPowerSleep; -+ BOOLEAN *pinit_adpt_in_progress; -+ -+ //PSD -+ BOOLEAN bUserAssignLevel; -+ RT_TIMER PSDTimer; -+ u1Byte RSSI_BT; //come from BT -+ BOOLEAN bPSDinProcess; -+ BOOLEAN bPSDactive; -+ BOOLEAN bDMInitialGainEnable; -+ -+ //MPT DIG -+ RT_TIMER MPT_DIGTimer; -+ -+ //for rate adaptive, in fact, 88c/92c fw will handle this -+ u1Byte bUseRAMask; -+ -+ ODM_RATE_ADAPTIVE RateAdaptive; -+//#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+#if(defined(CONFIG_ANT_DETECTION)) -+ ANT_DETECTED_INFO AntDetectedInfo; // Antenna detected information for RSSI tool -+#endif -+ ODM_RF_CAL_T RFCalibrateInfo; -+ -+ -+ // -+ // Dynamic ATC switch -+ // -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ // -+ // Power Training -+ // -+ u1Byte ForcePowerTrainingState; -+ BOOLEAN bChangeState; -+ u4Byte PT_score; -+ u8Byte OFDM_RX_Cnt; -+ u8Byte CCK_RX_Cnt; -+#endif -+ BOOLEAN bDisablePowerTraining; -+ -+ // -+ // ODM system resource. -+ // -+ -+ // ODM relative time. -+ RT_TIMER PathDivSwitchTimer; -+ //2011.09.27 add for Path Diversity -+ RT_TIMER CCKPathDiversityTimer; -+ RT_TIMER FastAntTrainingTimer; -+#ifdef ODM_EVM_ENHANCE_ANTDIV -+ RT_TIMER EVM_FastAntTrainingTimer; -+#endif -+ RT_TIMER sbdcnt_timer; -+ -+ // ODM relative workitem. -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#if USE_WORKITEM -+ RT_WORK_ITEM PathDivSwitchWorkitem; -+ RT_WORK_ITEM CCKPathDiversityWorkitem; -+ RT_WORK_ITEM FastAntTrainingWorkitem; -+ RT_WORK_ITEM MPT_DIGWorkitem; -+ RT_WORK_ITEM RaRptWorkitem; -+ RT_WORK_ITEM sbdcnt_workitem; -+#endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+#if (BEAMFORMING_SUPPORT == 1) -+ RT_BEAMFORMING_INFO BeamformingInfo; -+#endif -+#endif -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+#if (RT_PLATFORM != PLATFORM_LINUX) -+} DM_ODM_T, *PDM_ODM_T; // DM_Dynamic_Mechanism_Structure -+#else -+}; -+#endif -+ -+#else// for AP,ADSL,CE Team -+} DM_ODM_T, *PDM_ODM_T; // DM_Dynamic_Mechanism_Structure -+#endif -+ -+ -+typedef enum _PHYDM_STRUCTURE_TYPE{ -+ PHYDM_FALSEALMCNT, -+ PHYDM_CFOTRACK, -+ PHYDM_ADAPTIVITY, -+ PHYDM_ROMINFO, -+ -+}PHYDM_STRUCTURE_TYPE; -+ -+ -+ -+ typedef enum _ODM_RF_CONTENT{ -+ odm_radioa_txt = 0x1000, -+ odm_radiob_txt = 0x1001, -+ odm_radioc_txt = 0x1002, -+ odm_radiod_txt = 0x1003 -+} ODM_RF_CONTENT; -+ -+typedef enum _ODM_BB_Config_Type{ -+ CONFIG_BB_PHY_REG, -+ CONFIG_BB_AGC_TAB, -+ CONFIG_BB_AGC_TAB_2G, -+ CONFIG_BB_AGC_TAB_5G, -+ CONFIG_BB_PHY_REG_PG, -+ CONFIG_BB_PHY_REG_MP, -+ CONFIG_BB_AGC_TAB_DIFF, -+} ODM_BB_Config_Type, *PODM_BB_Config_Type; -+ -+typedef enum _ODM_RF_Config_Type{ -+ CONFIG_RF_RADIO, -+ CONFIG_RF_TXPWR_LMT, -+} ODM_RF_Config_Type, *PODM_RF_Config_Type; -+ -+typedef enum _ODM_FW_Config_Type{ -+ CONFIG_FW_NIC, -+ CONFIG_FW_NIC_2, -+ CONFIG_FW_AP, -+ CONFIG_FW_AP_2, -+ CONFIG_FW_MP, -+ CONFIG_FW_WoWLAN, -+ CONFIG_FW_WoWLAN_2, -+ CONFIG_FW_AP_WoWLAN, -+ CONFIG_FW_BT, -+} ODM_FW_Config_Type; -+ -+// Status code -+#if (DM_ODM_SUPPORT_TYPE != ODM_WIN) -+typedef enum _RT_STATUS{ -+ RT_STATUS_SUCCESS, -+ RT_STATUS_FAILURE, -+ RT_STATUS_PENDING, -+ RT_STATUS_RESOURCE, -+ RT_STATUS_INVALID_CONTEXT, -+ RT_STATUS_INVALID_PARAMETER, -+ RT_STATUS_NOT_SUPPORT, -+ RT_STATUS_OS_API_FAILED, -+}RT_STATUS,*PRT_STATUS; -+#endif // end of RT_STATUS definition -+ -+#ifdef REMOVE_PACK -+#pragma pack() -+#endif -+ -+//#include "odm_function.h" -+ -+//3=========================================================== -+//3 DIG -+//3=========================================================== -+ -+//Remove DIG by Yuchen -+ -+//3=========================================================== -+//3 AGC RX High Power Mode -+//3=========================================================== -+#define LNA_Low_Gain_1 0x64 -+#define LNA_Low_Gain_2 0x5A -+#define LNA_Low_Gain_3 0x58 -+ -+#define FA_RXHP_TH1 5000 -+#define FA_RXHP_TH2 1500 -+#define FA_RXHP_TH3 800 -+#define FA_RXHP_TH4 600 -+#define FA_RXHP_TH5 500 -+ -+//3=========================================================== -+//3 EDCA -+//3=========================================================== -+ -+//3=========================================================== -+//3 Dynamic Tx Power -+//3=========================================================== -+//Dynamic Tx Power Control Threshold -+ -+//Remove By YuChen -+ -+//3=========================================================== -+//3 Tx Power Tracking -+//3=========================================================== -+ -+ -+ -+//3=========================================================== -+//3 Rate Adaptive -+//3=========================================================== -+//Remove to odm_RaInfo.h by RS_James -+ -+//3=========================================================== -+//3 BB Power Save -+//3=========================================================== -+ -+typedef enum tag_1R_CCA_Type_Definition -+{ -+ CCA_1R =0, -+ CCA_2R = 1, -+ CCA_MAX = 2, -+}DM_1R_CCA_E; -+ -+typedef enum tag_RF_Type_Definition -+{ -+ RF_Save =0, -+ RF_Normal = 1, -+ RF_MAX = 2, -+}DM_RF_E; -+ -+ -+// -+// Extern Global Variables. -+// -+//PowerTracking move to odm_powerTrakcing.h by YuChen -+// -+// check Sta pointer valid or not -+// -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+#define IS_STA_VALID(pSta) (pSta && pSta->expire_to) -+#elif (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#define IS_STA_VALID(pSta) (pSta && pSta->bUsed) -+#else -+#define IS_STA_VALID(pSta) (pSta) -+#endif -+ -+//Remove DIG by yuchen -+ -+//Remove BB power saving by Yuchen -+ -+//remove PT by yuchen -+ -+//ODM_RAStateCheck() Remove by RS_James -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_AP|ODM_ADSL)) -+//============================================================ -+// function prototype -+//============================================================ -+//#define DM_ChangeDynamicInitGainThresh ODM_ChangeDynamicInitGainThresh -+//void ODM_ChangeDynamicInitGainThresh(IN PADAPTER pAdapter, -+// IN INT32 DM_Type, -+// IN INT32 DM_Value); -+ -+//Remove DIG by yuchen -+ -+ -+BOOLEAN -+ODM_CheckPowerStatus( -+ IN PADAPTER Adapter -+ ); -+ -+ -+//Remove ODM_RateAdaptiveStateApInit() by RS_James -+ -+//Remove Edca by YuChen -+ -+#endif -+ -+ -+ -+u4Byte odm_ConvertTo_dB(u4Byte Value); -+ -+u4Byte odm_ConvertTo_linear(u4Byte Value); -+ -+#if((DM_ODM_SUPPORT_TYPE==ODM_WIN)||(DM_ODM_SUPPORT_TYPE==ODM_CE)) -+ -+u4Byte -+GetPSDData( -+ PDM_ODM_T pDM_Odm, -+ unsigned int point, -+ u1Byte initial_gain_psd); -+ -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+VOID -+ODM_DMWatchdog_LPS( -+ IN PDM_ODM_T pDM_Odm -+); -+#endif -+ -+ -+s4Byte -+ODM_PWdB_Conversion( -+ IN s4Byte X, -+ IN u4Byte TotalBit, -+ IN u4Byte DecimalBit -+ ); -+ -+s4Byte -+ODM_SignConversion( -+ IN s4Byte value, -+ IN u4Byte TotalBit -+ ); -+ -+VOID -+ODM_DMInit( -+ IN PDM_ODM_T pDM_Odm -+); -+ -+VOID -+ODM_DMReset( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+phydm_support_ablity_debug( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+ ); -+ -+VOID -+ODM_DMWatchdog( -+ IN PDM_ODM_T pDM_Odm // For common use in the future -+ ); -+ -+VOID -+ODM_CmnInfoInit( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_CMNINFO_E CmnInfo, -+ IN u4Byte Value -+ ); -+ -+VOID -+ODM_CmnInfoHook( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_CMNINFO_E CmnInfo, -+ IN PVOID pValue -+ ); -+ -+VOID -+ODM_CmnInfoPtrArrayHook( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_CMNINFO_E CmnInfo, -+ IN u2Byte Index, -+ IN PVOID pValue -+ ); -+ -+VOID -+ODM_CmnInfoUpdate( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte CmnInfo, -+ IN u8Byte Value -+ ); -+ -+#if(DM_ODM_SUPPORT_TYPE==ODM_AP) -+VOID -+ODM_InitAllThreads( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+ODM_StopAllThreads( -+ IN PDM_ODM_T pDM_Odm -+ ); -+#endif -+ -+VOID -+ODM_InitAllTimers( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+ODM_CancelAllTimers( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+ODM_ReleaseAllTimers( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID ODM_InitAllWorkItems(IN PDM_ODM_T pDM_Odm ); -+VOID ODM_FreeAllWorkItems(IN PDM_ODM_T pDM_Odm ); -+ -+ -+ -+u8Byte -+PlatformDivision64( -+ IN u8Byte x, -+ IN u8Byte y -+); -+ -+//==================================================== -+//3 PathDiV End -+//==================================================== -+ -+ -+#define DM_ChangeDynamicInitGainThresh ODM_ChangeDynamicInitGainThresh -+//void ODM_ChangeDynamicInitGainThresh(IN PADAPTER pAdapter, -+// IN INT32 DM_Type, -+// IN INT32 DM_Value); -+// -+// PathDiveristy Remove by RS_James -+ -+typedef enum tag_DIG_Connect_Definition -+{ -+ DIG_STA_DISCONNECT = 0, -+ DIG_STA_CONNECT = 1, -+ DIG_STA_BEFORE_CONNECT = 2, -+ DIG_MultiSTA_DISCONNECT = 3, -+ DIG_MultiSTA_CONNECT = 4, -+ DIG_CONNECT_MAX -+}DM_DIG_CONNECT_E; -+ -+ -+// -+// 2012/01/12 MH Check afapter status. Temp fix BSOD. -+// -+#define HAL_ADAPTER_STS_CHK(pDM_Odm)\ -+ if (pDM_Odm->Adapter == NULL)\ -+ {\ -+ return;\ -+ }\ -+ -+ -+// -+// For new definition in MP temporarily fro power tracking, -+// -+/* -+#define odm_TXPowerTrackingDirectCall(_Adapter) \ -+ IS_HARDWARE_TYPE_8192D(_Adapter) ? odm_TXPowerTrackingCallback_ThermalMeter_92D(_Adapter) : \ -+ IS_HARDWARE_TYPE_8192C(_Adapter) ? odm_TXPowerTrackingCallback_ThermalMeter_92C(_Adapter) : \ -+ IS_HARDWARE_TYPE_8723A(_Adapter) ? odm_TXPowerTrackingCallback_ThermalMeter_8723A(_Adapter) :\ -+ ODM_TXPowerTrackingCallback_ThermalMeter(_Adapter) -+*/ -+ -+ -+#endif // #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+ODM_AsocEntry_Init( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+//Remove ODM_DynamicARFBSelect() by RS_James -+ -+PVOID -+PhyDM_Get_Structure( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Structure_Type -+); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) ||(DM_ODM_SUPPORT_TYPE == ODM_CE) -+/*===========================================================*/ -+/* The following is for compile only*/ -+/*===========================================================*/ -+ -+#define IS_HARDWARE_TYPE_8723A(_Adapter) FALSE -+#define IS_HARDWARE_TYPE_8723AE(_Adapter) FALSE -+#define IS_HARDWARE_TYPE_8192C(_Adapter) FALSE -+#define IS_HARDWARE_TYPE_8192D(_Adapter) FALSE -+#define RF_T_METER_92D 0x42 -+ -+ -+#define SET_TX_DESC_ANTSEL_A_92C(__pTxDesc, __Value) SET_BITS_TO_LE_1BYTE(__pTxDesc+8+3, 0, 1, __Value) -+#define SET_TX_DESC_TX_ANTL_92C(__pTxDesc, __Value) SET_BITS_TO_LE_1BYTE(__pTxDesc+8+3, 4, 2, __Value) -+#define SET_TX_DESC_TX_ANT_HT_92C(__pTxDesc, __Value) SET_BITS_TO_LE_1BYTE(__pTxDesc+8+3, 6, 2, __Value) -+#define SET_TX_DESC_TX_ANT_CCK_92C(__pTxDesc, __Value) SET_BITS_TO_LE_1BYTE(__pTxDesc+8+3, 2, 2, __Value) -+ -+#define GET_RX_STATUS_DESC_RX_MCS(__pRxStatusDesc) LE_BITS_TO_1BYTE( __pRxStatusDesc+12, 0, 6) -+ -+#define RX_HAL_IS_CCK_RATE_92C(pDesc)\ -+ (GET_RX_STATUS_DESC_RX_MCS(pDesc) == DESC_RATE1M ||\ -+ GET_RX_STATUS_DESC_RX_MCS(pDesc) == DESC_RATE2M ||\ -+ GET_RX_STATUS_DESC_RX_MCS(pDesc) == DESC_RATE5_5M ||\ -+ GET_RX_STATUS_DESC_RX_MCS(pDesc) == DESC_RATE11M) -+ -+#define H2C_92C_PSD_RESULT 16 -+ -+#define rConfig_ram64x16 0xb2c -+ -+#define TARGET_CHNL_NUM_2G_5G 59 -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+FillH2CCmd92C( -+ IN PADAPTER Adapter, -+ IN u1Byte ElementID, -+ IN u4Byte CmdLen, -+ IN pu1Byte pCmdBuffer -+); -+VOID -+PHY_SetTxPowerLevel8192C( -+ IN PADAPTER Adapter, -+ IN u1Byte channel -+ ); -+u1Byte GetRightChnlPlaceforIQK(u1Byte chnl); -+ -+#endif -+ -+//=========================================================== -+#endif //#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+void odm_dtc(PDM_ODM_T pDM_Odm); -+#endif /* #if (DM_ODM_SUPPORT_TYPE == ODM_CE) */ -+ -+ -+VOID phydm_NoisyDetection(IN PDM_ODM_T pDM_Odm ); -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.c linux/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.c 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,3358 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+#define READ_AND_CONFIG_MP(ic, txt) (ODM_ReadAndConfig_MP_##ic##txt(pDM_Odm)) -+#define READ_AND_CONFIG_TC(ic, txt) (ODM_ReadAndConfig_TC_##ic##txt(pDM_Odm)) -+ -+ -+#if (PHYDM_TESTCHIP_SUPPORT == 1) -+#define READ_AND_CONFIG(ic, txt) do {\ -+ if (pDM_Odm->bIsMPChip)\ -+ READ_AND_CONFIG_MP(ic,txt);\ -+ else\ -+ READ_AND_CONFIG_TC(ic,txt);\ -+ } while(0) -+#else -+ #define READ_AND_CONFIG READ_AND_CONFIG_MP -+#endif -+ -+ -+#define READ_FIRMWARE_MP(ic, txt) (ODM_ReadFirmware_MP_##ic##txt(pDM_Odm, pFirmware, pSize)) -+#define READ_FIRMWARE_TC(ic, txt) (ODM_ReadFirmware_TC_##ic##txt(pDM_Odm, pFirmware, pSize)) -+ -+#if (PHYDM_TESTCHIP_SUPPORT == 1) -+#define READ_FIRMWARE(ic, txt) do {\ -+ if (pDM_Odm->bIsMPChip)\ -+ READ_FIRMWARE_MP(ic,txt);\ -+ else\ -+ READ_FIRMWARE_TC(ic,txt);\ -+ } while(0) -+#else -+#define READ_FIRMWARE READ_FIRMWARE_MP -+#endif -+ -+#define GET_VERSION_MP(ic, txt) (ODM_GetVersion_MP_##ic##txt()) -+#define GET_VERSION_TC(ic, txt) (ODM_GetVersion_TC_##ic##txt()) -+#define GET_VERSION(ic, txt) (pDM_Odm->bIsMPChip?GET_VERSION_MP(ic,txt):GET_VERSION_TC(ic,txt)) -+ -+u1Byte -+odm_QueryRxPwrPercentage( -+ IN s1Byte AntPower -+ ) -+{ -+ if ((AntPower <= -100) || (AntPower >= 20)) -+ { -+ return 0; -+ } -+ else if (AntPower >= 0) -+ { -+ return 100; -+ } -+ else -+ { -+ return (100+AntPower); -+ } -+ -+} -+ -+ -+// -+// 2012/01/12 MH MOve some signal strength smooth method to MP HAL layer. -+// IF other SW team do not support the feature, remove this section.?? -+// -+s4Byte -+odm_SignalScaleMapping_92CSeries_patch_RT_CID_819x_Lenovo( -+ IN OUT PDM_ODM_T pDM_Odm, -+ s4Byte CurrSig -+) -+{ -+ s4Byte RetSig = 0; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ //if(pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ { -+ // Step 1. Scale mapping. -+ // 20100611 Joseph: Re-tunning RSSI presentation for Lenovo. -+ // 20100426 Joseph: Modify Signal strength mapping. -+ // This modification makes the RSSI indication similar to Intel solution. -+ // 20100414 Joseph: Tunning RSSI for Lenovo according to RTL8191SE. -+ if(CurrSig >= 54 && CurrSig <= 100) -+ { -+ RetSig = 100; -+ } -+ else if(CurrSig>=42 && CurrSig <= 53 ) -+ { -+ RetSig = 95; -+ } -+ else if(CurrSig>=36 && CurrSig <= 41 ) -+ { -+ RetSig = 74 + ((CurrSig - 36) *20)/6; -+ } -+ else if(CurrSig>=33 && CurrSig <= 35 ) -+ { -+ RetSig = 65 + ((CurrSig - 33) *8)/2; -+ } -+ else if(CurrSig>=18 && CurrSig <= 32 ) -+ { -+ RetSig = 62 + ((CurrSig - 18) *2)/15; -+ } -+ else if(CurrSig>=15 && CurrSig <= 17 ) -+ { -+ RetSig = 33 + ((CurrSig - 15) *28)/2; -+ } -+ else if(CurrSig>=10 && CurrSig <= 14 ) -+ { -+ RetSig = 39; -+ } -+ else if(CurrSig>=8 && CurrSig <= 9 ) -+ { -+ RetSig = 33; -+ } -+ else if(CurrSig <= 8 ) -+ { -+ RetSig = 19; -+ } -+ } -+#endif //ENDIF (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ return RetSig; -+} -+ -+s4Byte -+odm_SignalScaleMapping_92CSeries_patch_RT_CID_819x_Netcore( -+ IN OUT PDM_ODM_T pDM_Odm, -+ s4Byte CurrSig -+) -+{ -+ s4Byte RetSig = 0; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ //if(pDM_Odm->SupportInterface == ODM_ITRF_USB) -+ { -+ // Netcore request this modification because 2009.04.13 SU driver use it. -+ if(CurrSig >= 31 && CurrSig <= 100) -+ { -+ RetSig = 100; -+ } -+ else if(CurrSig >= 21 && CurrSig <= 30) -+ { -+ RetSig = 90 + ((CurrSig - 20) / 1); -+ } -+ else if(CurrSig >= 11 && CurrSig <= 20) -+ { -+ RetSig = 80 + ((CurrSig - 10) / 1); -+ } -+ else if(CurrSig >= 7 && CurrSig <= 10) -+ { -+ RetSig = 69 + (CurrSig - 7); -+ } -+ else if(CurrSig == 6) -+ { -+ RetSig = 54; -+ } -+ else if(CurrSig == 5) -+ { -+ RetSig = 45; -+ } -+ else if(CurrSig == 4) -+ { -+ RetSig = 36; -+ } -+ else if(CurrSig == 3) -+ { -+ RetSig = 27; -+ } -+ else if(CurrSig == 2) -+ { -+ RetSig = 18; -+ } -+ else if(CurrSig == 1) -+ { -+ RetSig = 9; -+ } -+ else -+ { -+ RetSig = CurrSig; -+ } -+ } -+#endif //ENDIF (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ return RetSig; -+} -+ -+ -+s4Byte -+odm_SignalScaleMapping_92CSeries( -+ IN OUT PDM_ODM_T pDM_Odm, -+ IN s4Byte CurrSig -+) -+{ -+ s4Byte RetSig = 0; -+#if (DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ if(pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ { -+ // Step 1. Scale mapping. -+ if(CurrSig >= 61 && CurrSig <= 100) -+ { -+ RetSig = 90 + ((CurrSig - 60) / 4); -+ } -+ else if(CurrSig >= 41 && CurrSig <= 60) -+ { -+ RetSig = 78 + ((CurrSig - 40) / 2); -+ } -+ else if(CurrSig >= 31 && CurrSig <= 40) -+ { -+ RetSig = 66 + (CurrSig - 30); -+ } -+ else if(CurrSig >= 21 && CurrSig <= 30) -+ { -+ RetSig = 54 + (CurrSig - 20); -+ } -+ else if(CurrSig >= 5 && CurrSig <= 20) -+ { -+ RetSig = 42 + (((CurrSig - 5) * 2) / 3); -+ } -+ else if(CurrSig == 4) -+ { -+ RetSig = 36; -+ } -+ else if(CurrSig == 3) -+ { -+ RetSig = 27; -+ } -+ else if(CurrSig == 2) -+ { -+ RetSig = 18; -+ } -+ else if(CurrSig == 1) -+ { -+ RetSig = 9; -+ } -+ else -+ { -+ RetSig = CurrSig; -+ } -+ } -+#endif -+ -+#if ((DEV_BUS_TYPE == RT_USB_INTERFACE) ||(DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+ if((pDM_Odm->SupportInterface == ODM_ITRF_USB) || (pDM_Odm->SupportInterface == ODM_ITRF_SDIO)) -+ { -+ if(CurrSig >= 51 && CurrSig <= 100) -+ { -+ RetSig = 100; -+ } -+ else if(CurrSig >= 41 && CurrSig <= 50) -+ { -+ RetSig = 80 + ((CurrSig - 40)*2); -+ } -+ else if(CurrSig >= 31 && CurrSig <= 40) -+ { -+ RetSig = 66 + (CurrSig - 30); -+ } -+ else if(CurrSig >= 21 && CurrSig <= 30) -+ { -+ RetSig = 54 + (CurrSig - 20); -+ } -+ else if(CurrSig >= 10 && CurrSig <= 20) -+ { -+ RetSig = 42 + (((CurrSig - 10) * 2) / 3); -+ } -+ else if(CurrSig >= 5 && CurrSig <= 9) -+ { -+ RetSig = 22 + (((CurrSig - 5) * 3) / 2); -+ } -+ else if(CurrSig >= 1 && CurrSig <= 4) -+ { -+ RetSig = 6 + (((CurrSig - 1) * 3) / 2); -+ } -+ else -+ { -+ RetSig = CurrSig; -+ } -+ } -+ -+#endif -+ return RetSig; -+} -+s4Byte -+odm_SignalScaleMapping( -+ IN OUT PDM_ODM_T pDM_Odm, -+ IN s4Byte CurrSig -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if( (pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->SupportInterface != ODM_ITRF_PCIE) && //USB & SDIO -+ (pDM_Odm->PatchID==10))//pMgntInfo->CustomerID == RT_CID_819x_Netcore -+ { -+ return odm_SignalScaleMapping_92CSeries_patch_RT_CID_819x_Netcore(pDM_Odm,CurrSig); -+ } -+ else if( (pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) && -+ (pDM_Odm->PatchID==19))//pMgntInfo->CustomerID == RT_CID_819x_Lenovo) -+ { -+ return odm_SignalScaleMapping_92CSeries_patch_RT_CID_819x_Lenovo(pDM_Odm, CurrSig); -+ }else -+#endif -+ { -+ return odm_SignalScaleMapping_92CSeries(pDM_Odm,CurrSig); -+ } -+ -+} -+ -+ -+ -+static u1Byte odm_SQ_process_patch_RT_CID_819x_Lenovo( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte isCCKrate, -+ IN u1Byte PWDB_ALL, -+ IN u1Byte path, -+ IN u1Byte RSSI -+) -+{ -+ u1Byte SQ = 0; -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ if(isCCKrate){ -+ -+ if(IS_HARDWARE_TYPE_8723AE(pDM_Odm->Adapter)) -+ { -+ -+ // -+ // Expected signal strength and bars indication at Lenovo lab. 2013.04.11 -+ // 802.11n, 802.11b, 802.11g only at channel 6 -+ // -+ // Attenuation (dB) OS Signal Bars RSSI by Xirrus (dBm) -+ // 50 5 -52 -+ // 55 5 -54 -+ // 60 5 -55 -+ // 65 5 -59 -+ // 70 5 -63 -+ // 75 5 -66 -+ // 80 4 -72 -+ // 85 3 -75 -+ // 90 3 -80 -+ // 95 2 -85 -+ // 100 1 -89 -+ // 102 1 -90 -+ // 104 1 -91 -+ // -+ RT_TRACE(COMP_DBG, DBG_WARNING, ("odm_SQ_process_patch_RT_CID_819x_Lenovo\n")); -+ -+#if OS_WIN_FROM_WIN8(OS_VERSION) -+ if(PWDB_ALL >= 50) -+ SQ = 100; -+ else if(PWDB_ALL >= 23 && PWDB_ALL < 50) -+ SQ = 80; -+ else if(PWDB_ALL >= 18 && PWDB_ALL < 23) -+ SQ = 60; -+ else if(PWDB_ALL >= 8 && PWDB_ALL < 18) -+ SQ = 40; -+ else -+ SQ = 10; -+#else -+ if(PWDB_ALL >= 34) -+ SQ = 100; -+ else if(PWDB_ALL >= 23 && PWDB_ALL < 34) -+ SQ = 80; -+ else if(PWDB_ALL >= 18 && PWDB_ALL < 23) -+ SQ = 60; -+ else if(PWDB_ALL >= 8 && PWDB_ALL < 18) -+ SQ = 40; -+ else -+ SQ = 10; -+ -+ if(PWDB_ALL == 0)// Abnormal case, do not indicate the value above 20 on Win7 -+ SQ = 20; -+#endif -+ -+ } -+ else if(IS_HARDWARE_TYPE_8192E(pDM_Odm->Adapter)){ -+ -+ // -+ // Expected signal strength and bars indication at Lenovo lab. 2013.04.11 -+ // 802.11n, 802.11b, 802.11g only at channel 6 -+ // -+ // Attenuation (dB) OS Signal Bars RSSI by Xirrus (dBm) -+ // 50 5 -49 -+ // 55 5 -49 -+ // 60 5 -50 -+ // 65 5 -51 -+ // 70 5 -52 -+ // 75 5 -54 -+ // 80 5 -55 -+ // 85 4 -60 -+ // 90 3 -63 -+ // 95 3 -65 -+ // 100 2 -67 -+ // 102 2 -67 -+ // 104 1 -70 -+ // -+ -+ if(PWDB_ALL >= 50) -+ SQ = 100; -+ else if(PWDB_ALL >= 35 && PWDB_ALL < 50) -+ SQ = 80; -+ else if(PWDB_ALL >= 31 && PWDB_ALL < 35) -+ SQ = 60; -+ else if(PWDB_ALL >= 22 && PWDB_ALL < 31) -+ SQ = 40; -+ else if(PWDB_ALL >= 18 && PWDB_ALL < 22) -+ SQ = 20; -+ else -+ SQ = 10; -+ } else { -+ if (PWDB_ALL >= 50) -+ SQ = 100; -+ else if (PWDB_ALL >= 35 && PWDB_ALL < 50) -+ SQ = 80; -+ else if (PWDB_ALL >= 22 && PWDB_ALL < 35) -+ SQ = 60; -+ else if (PWDB_ALL >= 18 && PWDB_ALL < 22) -+ SQ = 40; -+ else -+ SQ = 10; -+ } -+ -+ } -+ else -+ {//OFDM rate -+ -+ if(IS_HARDWARE_TYPE_8723AE(pDM_Odm->Adapter) || -+ IS_HARDWARE_TYPE_8192E(pDM_Odm->Adapter)) -+ { -+ if(RSSI >= 45) -+ SQ = 100; -+ else if(RSSI >= 22 && RSSI < 45) -+ SQ = 80; -+ else if(RSSI >= 18 && RSSI < 22) -+ SQ = 40; -+ else -+ SQ = 20; -+ } else { -+ if(RSSI >= 45) -+ SQ = 100; -+ else if(RSSI >= 22 && RSSI < 45) -+ SQ = 80; -+ else if(RSSI >= 18 && RSSI < 22) -+ SQ = 40; -+ else -+ SQ = 20; -+ } -+ } -+ -+ RT_TRACE(COMP_DBG, DBG_TRACE, ("isCCKrate(%#d), PWDB_ALL(%#d), RSSI(%#d), SQ(%#d)\n", isCCKrate, PWDB_ALL, RSSI, SQ)); -+ -+#endif -+ return SQ; -+} -+ -+static u1Byte odm_SQ_process_patch_RT_CID_819x_Acer( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte isCCKrate, -+ IN u1Byte PWDB_ALL, -+ IN u1Byte path, -+ IN u1Byte RSSI -+) -+{ -+ u1Byte SQ = 0; -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ if(isCCKrate){ -+ -+ RT_TRACE(COMP_DBG, DBG_WARNING, ("odm_SQ_process_patch_RT_Acer\n")); -+ -+#if OS_WIN_FROM_WIN8(OS_VERSION) -+ -+ if(PWDB_ALL >= 50) -+ SQ = 100; -+ else if(PWDB_ALL >= 35 && PWDB_ALL < 50) -+ SQ = 80; -+ else if(PWDB_ALL >= 30 && PWDB_ALL < 35) -+ SQ = 60; -+ else if(PWDB_ALL >= 25 && PWDB_ALL < 30) -+ SQ = 40; -+ else if(PWDB_ALL >= 20 && PWDB_ALL < 25) -+ SQ = 20; -+ else -+ SQ = 10; -+#else -+ if(PWDB_ALL >= 50) -+ SQ = 100; -+ else if(PWDB_ALL >= 35 && PWDB_ALL < 50) -+ SQ = 80; -+ else if(PWDB_ALL >= 30 && PWDB_ALL < 35) -+ SQ = 60; -+ else if(PWDB_ALL >= 25 && PWDB_ALL < 30) -+ SQ = 40; -+ else if(PWDB_ALL >= 20 && PWDB_ALL < 25) -+ SQ = 20; -+ else -+ SQ = 10; -+ -+ if(PWDB_ALL == 0)// Abnormal case, do not indicate the value above 20 on Win7 -+ SQ = 20; -+#endif -+ -+ -+ -+ } -+ else -+ {//OFDM rate -+ -+ if(IS_HARDWARE_TYPE_8723AE(pDM_Odm->Adapter) || -+ IS_HARDWARE_TYPE_8192E(pDM_Odm->Adapter)) -+ { -+ if(RSSI >= 45) -+ SQ = 100; -+ else if(RSSI >= 22 && RSSI < 45) -+ SQ = 80; -+ else if(RSSI >= 18 && RSSI < 22) -+ SQ = 40; -+ else -+ SQ = 20; -+ } -+ else -+ { -+ if(RSSI >= 35) -+ SQ = 100; -+ else if(RSSI >= 30 && RSSI < 35) -+ SQ = 80; -+ else if(RSSI >= 25 && RSSI < 30) -+ SQ = 40; -+ else -+ SQ = 20; -+ } -+ } -+ -+ RT_TRACE(COMP_DBG, DBG_LOUD, ("isCCKrate(%#d), PWDB_ALL(%#d), RSSI(%#d), SQ(%#d)\n", isCCKrate, PWDB_ALL, RSSI, SQ)); -+ -+#endif -+ return SQ; -+} -+ -+static u1Byte -+odm_EVMdbToPercentage( -+ IN s1Byte Value -+ ) -+{ -+ // -+ // -33dB~0dB to 0%~99% -+ // -+ s1Byte ret_val; -+ -+ ret_val = Value; -+ ret_val /= 2; -+ -+ /*DbgPrint("Value=%d\n", Value);*/ -+ /*ODM_RT_DISP(FRX, RX_PHY_SQ, ("EVMdbToPercentage92C Value=%d / %x\n", ret_val, ret_val));*/ -+#ifdef ODM_EVM_ENHANCE_ANTDIV -+ if (ret_val >= 0) -+ ret_val = 0; -+ -+ if (ret_val <= -40) -+ ret_val = -40; -+ -+ ret_val = 0 - ret_val; -+ ret_val *= 3; -+#else -+ if (ret_val >= 0) -+ ret_val = 0; -+ -+ if (ret_val <= -33) -+ ret_val = -33; -+ -+ ret_val = 0 - ret_val; -+ ret_val *= 3; -+ -+ if (ret_val == 99) -+ ret_val = 100; -+#endif -+ -+ return (u1Byte)ret_val; -+} -+ -+static u1Byte -+odm_EVMdbm_JaguarSeries( -+ IN s1Byte Value -+ ) -+{ -+ s1Byte ret_val = Value; -+ -+ // -33dB~0dB to 33dB ~ 0dB -+ if(ret_val == -128) -+ ret_val = 127; -+ else if (ret_val < 0) -+ ret_val = 0 - ret_val; -+ -+ ret_val = ret_val >> 1; -+ return (u1Byte)ret_val; -+} -+ -+static s2Byte -+odm_Cfo( -+ IN s1Byte Value -+) -+{ -+ s2Byte ret_val; -+ -+ if (Value < 0) -+ { -+ ret_val = 0 - Value; -+ ret_val = (ret_val << 1) + (ret_val >> 1) ; // *2.5~=312.5/2^7 -+ ret_val = ret_val | BIT12; // set bit12 as 1 for negative cfo -+ } -+ else -+ { -+ ret_val = Value; -+ ret_val = (ret_val << 1) + (ret_val>>1) ; // *2.5~=312.5/2^7 -+ } -+ return ret_val; -+} -+ -+#if(ODM_IC_11N_SERIES_SUPPORT == 1) -+ -+s1Byte -+odm_CCKRSSI_8703B( -+ IN u2Byte LNA_idx, -+ IN u1Byte VGA_idx -+ ) -+{ -+ s1Byte rx_pwr_all = 0x00; -+ -+ switch (LNA_idx) { -+ case 0xf: -+ rx_pwr_all = -48 - (2 * VGA_idx); -+ break; -+ case 0xb: -+ rx_pwr_all = -42 - (2 * VGA_idx); /*TBD*/ -+ break; -+ case 0xa: -+ rx_pwr_all = -36 - (2 * VGA_idx); -+ break; -+ case 8: -+ rx_pwr_all = -32 - (2 * VGA_idx); -+ break; -+ case 7: -+ rx_pwr_all = -28 - (2 * VGA_idx); /*TBD*/ -+ break; -+ case 4: -+ rx_pwr_all = -16 - (2 * VGA_idx); -+ break; -+ case 0: -+ rx_pwr_all = -2 - (2 * VGA_idx); -+ break; -+ default: -+ /*rx_pwr_all = -53+(2*(31-VGA_idx));*/ -+ /*DbgPrint("wrong LNA index\n");*/ -+ break; -+ -+ } -+ return rx_pwr_all; -+} -+ -+VOID -+odm_RxPhyStatus92CSeries_Parsing( -+ IN OUT PDM_ODM_T pDM_Odm, -+ OUT PODM_PHY_INFO_T pPhyInfo, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+ SWAT_T *pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ u1Byte i, Max_spatial_stream; -+ s1Byte rx_pwr[4], rx_pwr_all=0; -+ u1Byte EVM, PWDB_ALL = 0, PWDB_ALL_BT; -+ u1Byte RSSI, total_rssi=0; -+ BOOLEAN isCCKrate=FALSE; -+ u1Byte rf_rx_num = 0; -+ u1Byte cck_highpwr = 0; -+ u1Byte LNA_idx = 0; -+ u1Byte VGA_idx = 0; -+ PPHY_STATUS_RPT_8192CD_T pPhyStaRpt = (PPHY_STATUS_RPT_8192CD_T)pPhyStatus; -+ -+ isCCKrate = (pPktinfo->DataRate <= ODM_RATE11M) ? TRUE : FALSE; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_A] = -1; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_B] = -1; -+ -+ -+ if(isCCKrate) -+ { -+ u1Byte report; -+ u1Byte cck_agc_rpt; -+ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK++; -+ // -+ // (1)Hardware does not provide RSSI for CCK -+ // (2)PWDB, Average PWDB cacluated by hardware (for rate adaptive) -+ // -+ -+ //if(pHalData->eRFPowerState == eRfOn) -+ cck_highpwr = pDM_Odm->bCckHighPower; -+ //else -+ // cck_highpwr = FALSE; -+ -+ cck_agc_rpt = pPhyStaRpt->cck_agc_rpt_ofdm_cfosho_a ; -+ -+ //2011.11.28 LukeLee: 88E use different LNA & VGA gain table -+ //The RSSI formula should be modified according to the gain table -+ //In 88E, cck_highpwr is always set to 1 -+ if (pDM_Odm->SupportICType & (ODM_RTL8703B)) { -+ -+ #if (RTL8703B_SUPPORT == 1) -+ if (pDM_Odm->cck_agc_report_type == 1) { /*4 bit LNA*/ -+ -+ u1Byte cck_agc_rpt_b = (pPhyStaRpt->cck_rpt_b_ofdm_cfosho_b & BIT7) ? 1 : 0; -+ -+ LNA_idx = (cck_agc_rpt_b << 3) | ((cck_agc_rpt & 0xE0) >> 5); -+ VGA_idx = (cck_agc_rpt & 0x1F); -+ -+ rx_pwr_all = odm_CCKRSSI_8703B(LNA_idx, VGA_idx); -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ if (PWDB_ALL > 100) -+ PWDB_ALL = 100; -+ -+ } -+ #endif -+ } else if (pDM_Odm->SupportICType & (ODM_RTL8188E | ODM_RTL8192E | ODM_RTL8723B | ODM_RTL8188F)) /*3 bit LNA*/ -+ { -+ LNA_idx = ((cck_agc_rpt & 0xE0) >>5); -+ VGA_idx = (cck_agc_rpt & 0x1F); -+ if(pDM_Odm->SupportICType & (ODM_RTL8188E|ODM_RTL8192E)) -+ { -+ if(pDM_Odm->cck_agc_report_type == 0 && (pDM_Odm->SupportICType & ODM_RTL8192E) ) -+ { -+ switch(LNA_idx) -+ { -+ case 7: -+ rx_pwr_all = -45 - 2*(VGA_idx); -+ break; -+ case 6: -+ rx_pwr_all = -43 -2*(VGA_idx); -+ break; -+ case 5: -+ rx_pwr_all = -27 - 2*(VGA_idx); -+ break; -+ case 4: -+ rx_pwr_all = -21 - 2*(VGA_idx); -+ break; -+ case 3: -+ rx_pwr_all = -18 - 2*(VGA_idx); -+ break; -+ case 2: -+ rx_pwr_all = -6 - 2*(VGA_idx); -+ break; -+ case 1: -+ rx_pwr_all = 9 -2*(VGA_idx); -+ break; -+ case 0: -+ rx_pwr_all = 15 -2*(VGA_idx); -+ break; -+ default: -+ -+ break; -+ } -+ -+ if(pDM_Odm->BoardType & ODM_BOARD_EXT_LNA) -+ { -+ rx_pwr_all -= pDM_Odm->ExtLNAGain; -+ } -+ -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ } -+ else -+ { -+ switch(LNA_idx) -+ { -+ case 7: -+ if(VGA_idx <= 27) -+ rx_pwr_all = -100 + 2*(27-VGA_idx); //VGA_idx = 27~2 -+ else -+ rx_pwr_all = -100; -+ break; -+ case 6: -+ rx_pwr_all = -48 + 2*(2-VGA_idx); //VGA_idx = 2~0 -+ break; -+ case 5: -+ rx_pwr_all = -42 + 2*(7-VGA_idx); //VGA_idx = 7~5 -+ break; -+ case 4: -+ rx_pwr_all = -36 + 2*(7-VGA_idx); //VGA_idx = 7~4 -+ break; -+ case 3: -+ //rx_pwr_all = -28 + 2*(7-VGA_idx); //VGA_idx = 7~0 -+ rx_pwr_all = -24 + 2*(7-VGA_idx); //VGA_idx = 7~0 -+ break; -+ case 2: -+ if(cck_highpwr) -+ rx_pwr_all = -12 + 2*(5-VGA_idx); //VGA_idx = 5~0 -+ else -+ rx_pwr_all = -6+ 2*(5-VGA_idx); -+ break; -+ case 1: -+ rx_pwr_all = 8-2*VGA_idx; -+ break; -+ case 0: -+ rx_pwr_all = 14-2*VGA_idx; -+ break; -+ default: -+ //DbgPrint("CCK Exception default\n"); -+ break; -+ } -+ rx_pwr_all += 8; -+ -+ //2012.10.08 LukeLee: Modify for 92E CCK RSSI -+ if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ rx_pwr_all += 8; -+ -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ if(cck_highpwr == FALSE) -+ { -+ if(PWDB_ALL >= 80) -+ PWDB_ALL = ((PWDB_ALL-80)<<1)+((PWDB_ALL-80)>>1)+80; -+ else if((PWDB_ALL <= 78) && (PWDB_ALL >= 20)) -+ PWDB_ALL += 3; -+ if(PWDB_ALL>100) -+ PWDB_ALL = 100; -+ } -+ } -+ } -+ else if(pDM_Odm->SupportICType & (ODM_RTL8723B)) -+ { -+#if (RTL8723B_SUPPORT == 1) -+ rx_pwr_all = odm_CCKRSSI_8723B(LNA_idx,VGA_idx); -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ if(PWDB_ALL>100) -+ PWDB_ALL = 100; -+#endif -+ } else if (pDM_Odm->SupportICType & (ODM_RTL8188F)) { -+#if (RTL8188F_SUPPORT == 1) -+ rx_pwr_all = odm_CCKRSSI_8188F(LNA_idx, VGA_idx); -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ if (PWDB_ALL > 100) -+ PWDB_ALL = 100; -+#endif -+ } -+ } -+ else -+ { -+ if(!cck_highpwr) -+ { -+ report =( cck_agc_rpt & 0xc0 )>>6; -+ switch(report) -+ { -+ // 03312009 modified by cosa -+ // Modify the RF RNA gain value to -40, -20, -2, 14 by Jenyu's suggestion -+ // Note: different RF with the different RNA gain. -+ case 0x3: -+ rx_pwr_all = -46 - (cck_agc_rpt & 0x3e); -+ break; -+ case 0x2: -+ rx_pwr_all = -26 - (cck_agc_rpt & 0x3e); -+ break; -+ case 0x1: -+ rx_pwr_all = -12 - (cck_agc_rpt & 0x3e); -+ break; -+ case 0x0: -+ rx_pwr_all = 16 - (cck_agc_rpt & 0x3e); -+ break; -+ } -+ } -+ else -+ { -+ //report = pDrvInfo->cfosho[0] & 0x60; -+ //report = pPhyStaRpt->cck_agc_rpt_ofdm_cfosho_a& 0x60; -+ -+ report = (cck_agc_rpt & 0x60)>>5; -+ switch(report) -+ { -+ case 0x3: -+ rx_pwr_all = -46 - ((cck_agc_rpt & 0x1f)<<1) ; -+ break; -+ case 0x2: -+ rx_pwr_all = -26 - ((cck_agc_rpt & 0x1f)<<1); -+ break; -+ case 0x1: -+ rx_pwr_all = -12 - ((cck_agc_rpt & 0x1f)<<1) ; -+ break; -+ case 0x0: -+ rx_pwr_all = 16 - ((cck_agc_rpt & 0x1f)<<1) ; -+ break; -+ } -+ } -+ -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ -+ //Modification for ext-LNA board -+ if(pDM_Odm->BoardType & (ODM_BOARD_EXT_LNA | ODM_BOARD_EXT_PA)) -+ { -+ if((cck_agc_rpt>>7) == 0){ -+ PWDB_ALL = (PWDB_ALL>94)?100:(PWDB_ALL +6); -+ } -+ else -+ { -+ if(PWDB_ALL > 38) -+ PWDB_ALL -= 16; -+ else -+ PWDB_ALL = (PWDB_ALL<=16)?(PWDB_ALL>>2):(PWDB_ALL -12); -+ } -+ -+ //CCK modification -+ if(PWDB_ALL > 25 && PWDB_ALL <= 60) -+ PWDB_ALL += 6; -+ //else if (PWDB_ALL <= 25) -+ // PWDB_ALL += 8; -+ } -+ else//Modification for int-LNA board -+ { -+ if(PWDB_ALL > 99) -+ PWDB_ALL -= 8; -+ else if(PWDB_ALL > 50 && PWDB_ALL <= 68) -+ PWDB_ALL += 4; -+ } -+ } -+ -+ pDM_Odm->cck_lna_idx = LNA_idx; -+ pDM_Odm->cck_vga_idx = VGA_idx; -+ pPhyInfo->RxPWDBAll = PWDB_ALL; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->BTRxRSSIPercentage = PWDB_ALL; -+ pPhyInfo->RecvSignalPower = rx_pwr_all; -+#endif -+ // -+ // (3) Get Signal Quality (EVM) -+ // -+ //if(pPktinfo->bPacketMatchBSSID) -+ { -+ u1Byte SQ,SQ_rpt; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if((pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->PatchID==RT_CID_819x_Lenovo)){ -+ SQ = odm_SQ_process_patch_RT_CID_819x_Lenovo(pDM_Odm,isCCKrate,PWDB_ALL,0,0); -+ }else if((pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->PatchID==RT_CID_819x_Acer)) -+ { -+ SQ = odm_SQ_process_patch_RT_CID_819x_Acer(pDM_Odm,isCCKrate,PWDB_ALL,0,0); -+ }else -+#endif -+ if(pPhyInfo->RxPWDBAll > 40 && !pDM_Odm->bInHctTest){ -+ SQ = 100; -+ } -+ else{ -+ SQ_rpt = pPhyStaRpt->cck_sig_qual_ofdm_pwdb_all; -+ -+ if(SQ_rpt > 64) -+ SQ = 0; -+ else if (SQ_rpt < 20) -+ SQ = 100; -+ else -+ SQ = ((64-SQ_rpt) * 100) / 44; -+ -+ } -+ -+ //DbgPrint("cck SQ = %d\n", SQ); -+ pPhyInfo->SignalQuality = SQ; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_A] = SQ; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_B] = -1; -+ } -+ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX; i++) { -+ if (i == 0) -+ pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; -+ else -+ pPhyInfo->RxMIMOSignalStrength[1] = 0; -+ } -+ } -+ else //2 is OFDM rate -+ { -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM++; -+ -+ // -+ // (1)Get RSSI for HT rate -+ // -+ -+ for(i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX; i++) -+ { -+ // 2008/01/30 MH we will judge RF RX path now. -+ if (pDM_Odm->RFPathRxEnable & BIT(i)) -+ rf_rx_num++; -+ //else -+ //continue; -+ -+ rx_pwr[i] = ((pPhyStaRpt->path_agc[i].gain& 0x3F)*2) - 110; -+ pDM_Odm->ofdm_agc_idx[i] = (pPhyStaRpt->path_agc[i].gain & 0x3F); -+ -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->RxPwr[i] = rx_pwr[i]; -+ #endif -+ -+ /* Translate DBM to percentage. */ -+ RSSI = odm_QueryRxPwrPercentage(rx_pwr[i]); -+ total_rssi += RSSI; -+ //RT_DISP(FRX, RX_PHY_SS, ("RF-%d RXPWR=%x RSSI=%d\n", i, rx_pwr[i], RSSI)); -+ -+ -+ if(pDM_Odm->SupportICType&ODM_RTL8192C) -+ { -+ //Modification for ext-LNA board -+ if(pDM_Odm->BoardType & (ODM_BOARD_EXT_LNA | ODM_BOARD_EXT_PA)) -+ { -+ if((pPhyStaRpt->path_agc[i].trsw) == 1) -+ RSSI = (RSSI>94)?100:(RSSI +6); -+ else -+ RSSI = (RSSI<=16)?(RSSI>>3):(RSSI -16); -+ -+ if((RSSI <= 34) && (RSSI >=4)) -+ RSSI -= 4; -+ } -+ } -+ -+ pPhyInfo->RxMIMOSignalStrength[i] =(u1Byte) RSSI; -+ -+ #if (DM_ODM_SUPPORT_TYPE & (/*ODM_WIN|*/ODM_CE|ODM_AP)) -+ //Get Rx snr value in DB -+ pPhyInfo->RxSNR[i] = pDM_Odm->PhyDbgInfo.RxSNRdB[i] = (s4Byte)(pPhyStaRpt->path_rxsnr[i]/2); -+ #endif -+ -+ /* Record Signal Strength for next packet */ -+ //if(pPktinfo->bPacketMatchBSSID) -+ { -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if((pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->PatchID==RT_CID_819x_Lenovo)) -+ { -+ if(i==ODM_RF_PATH_A) -+ pPhyInfo->SignalQuality = odm_SQ_process_patch_RT_CID_819x_Lenovo(pDM_Odm,isCCKrate,PWDB_ALL,i,RSSI); -+ -+ } -+ else if((pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->PatchID==RT_CID_819x_Acer)) -+ { -+ pPhyInfo->SignalQuality = odm_SQ_process_patch_RT_CID_819x_Acer(pDM_Odm,isCCKrate,PWDB_ALL,0,RSSI); -+ } -+#endif -+ } -+ } -+ -+ -+ // -+ // (2)PWDB, Average PWDB cacluated by hardware (for rate adaptive) -+ // -+ rx_pwr_all = (((pPhyStaRpt->cck_sig_qual_ofdm_pwdb_all) >> 1 )& 0x7f) -110; -+ -+ PWDB_ALL_BT = PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ -+ -+ pPhyInfo->RxPWDBAll = PWDB_ALL; -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_RSSI_MONITOR, ODM_DBG_LOUD, ("ODM OFDM RSSI=%d\n",pPhyInfo->RxPWDBAll)); -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->BTRxRSSIPercentage = PWDB_ALL_BT; -+ pPhyInfo->RxPower = rx_pwr_all; -+ pPhyInfo->RecvSignalPower = rx_pwr_all; -+ #endif -+ -+ if((pDM_Odm->SupportPlatform == ODM_WIN) &&(pDM_Odm->PatchID==19)){ -+ //do nothing -+ }else if((pDM_Odm->SupportPlatform == ODM_WIN) &&(pDM_Odm->PatchID==25)){ -+ //do nothing -+ } -+ else{//pMgntInfo->CustomerID != RT_CID_819x_Lenovo -+ // -+ // (3)EVM of HT rate -+ // -+ if(pPktinfo->DataRate >=ODM_RATEMCS8 && pPktinfo->DataRate <=ODM_RATEMCS15) -+ Max_spatial_stream = 2; //both spatial stream make sense -+ else -+ Max_spatial_stream = 1; //only spatial stream 1 makes sense -+ -+ for(i=0; i>= 1" because the compilor of free build environment -+ // fill most significant bit to "zero" when doing shifting operation which may change a negative -+ // value to positive one, then the dbm value (which is supposed to be negative) is not correct anymore. -+ EVM = odm_EVMdbToPercentage( (pPhyStaRpt->stream_rxevm[i] )); //dbm -+ -+ //GET_RX_STATUS_DESC_RX_MCS(pDesc), pDrvInfo->rxevm[i], "%", EVM)); -+ -+ //if(pPktinfo->bPacketMatchBSSID) -+ { -+ if(i==ODM_RF_PATH_A) // Fill value in RFD, Get the first spatial stream only -+ { -+ pPhyInfo->SignalQuality = (u1Byte)(EVM & 0xff); -+ } -+ pPhyInfo->RxMIMOSignalQuality[i] = (u1Byte)(EVM & 0xff); -+ } -+ } -+ } -+ -+ ODM_ParsingCFO(pDM_Odm, pPktinfo, pPhyStaRpt->path_cfotail); -+ -+ } -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ //UI BSS List signal strength(in percentage), make it good looking, from 0~100. -+ //It is assigned to the BSS List in GetValueFromBeaconOrProbeRsp(). -+ if(isCCKrate) -+ { -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ // 2012/01/12 MH Use customeris signal strength from HalComRxdDesc.c/ -+ pPhyInfo->SignalStrength = SignalScaleProc(pDM_Odm->Adapter, PWDB_ALL, TRUE, TRUE); -+#else -+ #ifdef CONFIG_SIGNAL_SCALE_MAPPING -+ pPhyInfo->SignalStrength = (u1Byte)(odm_SignalScaleMapping(pDM_Odm, PWDB_ALL));/*PWDB_ALL;*/ -+ #else -+ pPhyInfo->SignalStrength = (u1Byte)PWDB_ALL; -+ #endif -+#endif /*#if (DM_ODM_SUPPORT_TYPE == ODM_WIN)*/ -+ } -+ else -+ { -+ if (rf_rx_num != 0) -+ { -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ // 2012/01/12 MH Use customeris signal strength from HalComRxdDesc.c/ -+ pPhyInfo->SignalStrength = SignalScaleProc(pDM_Odm->Adapter, (total_rssi /= rf_rx_num), TRUE, FALSE); -+ #else -+ #ifdef CONFIG_SIGNAL_SCALE_MAPPING -+ pPhyInfo->SignalStrength = (u1Byte)(odm_SignalScaleMapping(pDM_Odm, total_rssi /= rf_rx_num)); -+ #else -+ total_rssi/=rf_rx_num; -+ pPhyInfo->SignalStrength = (u1Byte)total_rssi; -+ #endif -+ #endif -+ } -+ } -+#endif /*#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE))*/ -+ -+ //DbgPrint("isCCKrate = %d, pPhyInfo->RxPWDBAll = %d, pPhyStaRpt->cck_agc_rpt_ofdm_cfosho_a = 0x%x\n", -+ //isCCKrate, pPhyInfo->RxPWDBAll, pPhyStaRpt->cck_agc_rpt_ofdm_cfosho_a); -+ -+ //For 92C/92D HW (Hybrid) Antenna Diversity -+#if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ pDM_SWAT_Table->antsel = pPhyStaRpt->ant_sel; -+ //For 88E HW Antenna Diversity -+ pDM_Odm->DM_FatTable.antsel_rx_keep_0 = pPhyStaRpt->ant_sel; -+ pDM_Odm->DM_FatTable.antsel_rx_keep_1 = pPhyStaRpt->ant_sel_b; -+ pDM_Odm->DM_FatTable.antsel_rx_keep_2 = pPhyStaRpt->antsel_rx_keep_2; -+#endif -+} -+#endif -+ -+#if ODM_IC_11AC_SERIES_SUPPORT -+ -+VOID -+odm_RxPhyBWJaguarSeries_Parsing( -+ OUT PODM_PHY_INFO_T pPhyInfo, -+ IN PODM_PACKET_INFO_T pPktinfo, -+ IN PPHY_STATUS_RPT_8812_T pPhyStaRpt -+) -+{ -+ -+ if(pPktinfo->DataRate <= ODM_RATE54M) { -+ switch (pPhyStaRpt->r_RFMOD) { -+ case 1: -+ if (pPhyStaRpt->sub_chnl == 0) -+ pPhyInfo->BandWidth = 1; -+ else -+ pPhyInfo->BandWidth = 0; -+ break; -+ -+ case 2: -+ if (pPhyStaRpt->sub_chnl == 0) -+ pPhyInfo->BandWidth = 2; -+ else if (pPhyStaRpt->sub_chnl == 9 || pPhyStaRpt->sub_chnl == 10) -+ pPhyInfo->BandWidth = 1; -+ else -+ pPhyInfo->BandWidth = 0; -+ break; -+ -+ default: -+ case 0: -+ pPhyInfo->BandWidth = 0; -+ break; -+ } -+ } -+ -+} -+ -+VOID -+odm_RxPhyStatusJaguarSeries_Parsing( -+ IN OUT PDM_ODM_T pDM_Odm, -+ OUT PODM_PHY_INFO_T pPhyInfo, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo -+) -+{ -+ u1Byte i, Max_spatial_stream; -+ s1Byte rx_pwr[4], rx_pwr_all = 0; -+ u1Byte EVM = 0, EVMdbm, PWDB_ALL = 0, PWDB_ALL_BT; -+ u1Byte RSSI, avg_rssi = 0, best_rssi = 0, second_rssi = 0; -+ u1Byte isCCKrate = 0; -+ u1Byte rf_rx_num = 0; -+ u1Byte cck_highpwr = 0; -+ u1Byte LNA_idx, VGA_idx; -+ PPHY_STATUS_RPT_8812_T pPhyStaRpt = (PPHY_STATUS_RPT_8812_T)pPhyStatus; -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ -+ odm_RxPhyBWJaguarSeries_Parsing(pPhyInfo, pPktinfo, pPhyStaRpt); -+ -+ if (pPktinfo->DataRate <= ODM_RATE11M) -+ isCCKrate = TRUE; -+ else -+ isCCKrate = FALSE; -+ -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_A] = -1; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_B] = -1; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_C] = -1; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_D] = -1; -+ -+ if (isCCKrate) { -+ u1Byte cck_agc_rpt; -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK++; -+ -+ /*(1)Hardware does not provide RSSI for CCK*/ -+ /*(2)PWDB, Average PWDB calculated by hardware (for rate adaptive)*/ -+ -+ /*if(pHalData->eRFPowerState == eRfOn)*/ -+ cck_highpwr = pDM_Odm->bCckHighPower; -+ /*else*/ -+ /*cck_highpwr = FALSE;*/ -+ -+ cck_agc_rpt = pPhyStaRpt->cfosho[0] ; -+ LNA_idx = ((cck_agc_rpt & 0xE0) >> 5); -+ VGA_idx = (cck_agc_rpt & 0x1F); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8812) { -+ switch (LNA_idx) { -+ case 7: -+ if (VGA_idx <= 27) -+ rx_pwr_all = -100 + 2 * (27 - VGA_idx); /*VGA_idx = 27~2*/ -+ else -+ rx_pwr_all = -100; -+ break; -+ case 6: -+ rx_pwr_all = -48 + 2 * (2 - VGA_idx); /*VGA_idx = 2~0*/ -+ break; -+ case 5: -+ rx_pwr_all = -42 + 2 * (7 - VGA_idx); /*VGA_idx = 7~5*/ -+ break; -+ case 4: -+ rx_pwr_all = -36 + 2 * (7 - VGA_idx); /*VGA_idx = 7~4*/ -+ break; -+ case 3: -+ /*rx_pwr_all = -28 + 2*(7-VGA_idx); VGA_idx = 7~0*/ -+ rx_pwr_all = -24 + 2 * (7 - VGA_idx); /*VGA_idx = 7~0*/ -+ break; -+ case 2: -+ if (cck_highpwr) -+ rx_pwr_all = -12 + 2 * (5 - VGA_idx); /*VGA_idx = 5~0*/ -+ else -+ rx_pwr_all = -6 + 2 * (5 - VGA_idx); -+ break; -+ case 1: -+ rx_pwr_all = 8 - 2 * VGA_idx; -+ break; -+ case 0: -+ rx_pwr_all = 14 - 2 * VGA_idx; -+ break; -+ default: -+ /*DbgPrint("CCK Exception default\n");*/ -+ break; -+ } -+ rx_pwr_all += 6; -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ -+ if (cck_highpwr == FALSE) { -+ if (PWDB_ALL >= 80) -+ PWDB_ALL = ((PWDB_ALL - 80) << 1) + ((PWDB_ALL - 80) >> 1) + 80; -+ else if ((PWDB_ALL <= 78) && (PWDB_ALL >= 20)) -+ PWDB_ALL += 3; -+ if (PWDB_ALL > 100) -+ PWDB_ALL = 100; -+ } -+ } else if (pDM_Odm->SupportICType & (ODM_RTL8821 | ODM_RTL8881A)) { -+ s1Byte Pout = -6; -+ -+ switch (LNA_idx) { -+ case 5: -+ rx_pwr_all = Pout - 32 - (2 * VGA_idx); -+ break; -+ case 4: -+ rx_pwr_all = Pout - 24 - (2 * VGA_idx); -+ break; -+ case 2: -+ rx_pwr_all = Pout - 11 - (2 * VGA_idx); -+ break; -+ case 1: -+ rx_pwr_all = Pout + 5 - (2 * VGA_idx); -+ break; -+ case 0: -+ rx_pwr_all = Pout + 21 - (2 * VGA_idx); -+ break; -+ } -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ } else if (pDM_Odm->SupportICType == ODM_RTL8814A || pDM_Odm->SupportICType == ODM_RTL8822B) { -+ s1Byte Pout = -6; -+ -+ switch (LNA_idx) { -+ /*CCK only use LNA: 2, 3, 5, 7*/ -+ case 7: -+ rx_pwr_all = Pout - 32 - (2 * VGA_idx); -+ break; -+ case 5: -+ rx_pwr_all = Pout - 22 - (2 * VGA_idx); -+ break; -+ case 3: -+ rx_pwr_all = Pout - 2 - (2 * VGA_idx); -+ break; -+ case 2: -+ rx_pwr_all = Pout + 5 - (2 * VGA_idx); -+ break; -+ /*case 6:*/ -+ /*rx_pwr_all = Pout -26 - (2*VGA_idx);*/ -+ /*break;*/ -+ /*case 4:*/ -+ /*rx_pwr_all = Pout - 8 - (2*VGA_idx);*/ -+ /*break;*/ -+ /*case 1:*/ -+ /*rx_pwr_all = Pout + 21 - (2*VGA_idx);*/ -+ /*break;*/ -+ /*case 0:*/ -+ /*rx_pwr_all = Pout + 10 - (2*VGA_idx);*/ -+/* // break;*/ -+ default: -+/* //DbgPrint("CCK Exception default\n");*/ -+ break; -+ } -+ PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ } -+ -+ pPhyInfo->RxPWDBAll = PWDB_ALL; -+/* //if(pPktinfo->StationID == 0)*/ -+/* //{*/ -+/* // DbgPrint("CCK: LNA_idx = %d, VGA_idx = %d, pPhyInfo->RxPWDBAll = %d\n",*/ -+/* // LNA_idx, VGA_idx, pPhyInfo->RxPWDBAll);*/ -+/* //}*/ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->BTRxRSSIPercentage = PWDB_ALL; -+ pPhyInfo->RecvSignalPower = rx_pwr_all; -+#endif -+ /*(3) Get Signal Quality (EVM)*/ -+ if (pPktinfo->bPacketMatchBSSID) { -+ u1Byte SQ, SQ_rpt; -+ -+ if ((pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->PatchID == RT_CID_819x_Lenovo)) { -+ SQ = odm_SQ_process_patch_RT_CID_819x_Lenovo(pDM_Odm, isCCKrate, PWDB_ALL, 0, 0); -+ } else if (pPhyInfo->RxPWDBAll > 40 && !pDM_Odm->bInHctTest) { -+ SQ = 100; -+ } else { -+ SQ_rpt = pPhyStaRpt->pwdb_all; -+ -+ if (SQ_rpt > 64) -+ SQ = 0; -+ else if (SQ_rpt < 20) -+ SQ = 100; -+ else -+ SQ = ((64 - SQ_rpt) * 100) / 44; -+ } -+ -+/* //DbgPrint("cck SQ = %d\n", SQ);*/ -+ pPhyInfo->SignalQuality = SQ; -+ pPhyInfo->RxMIMOSignalQuality[ODM_RF_PATH_A] = SQ; -+ } -+ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX_JAGUAR; i++) { -+ if (i == 0) -+ pPhyInfo->RxMIMOSignalStrength[0] = PWDB_ALL; -+ else -+ pPhyInfo->RxMIMOSignalStrength[i] = 0; -+ } -+ } else { -+ /*is OFDM rate*/ -+ pDM_FatTable->hw_antsw_occur = pPhyStaRpt->hw_antsw_occur; -+ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM++; -+ -+ /*(1)Get RSSI for OFDM rate*/ -+ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX_JAGUAR; i++) { -+ /*2008/01/30 MH we will judge RF RX path now.*/ -+/* //DbgPrint("pDM_Odm->RFPathRxEnable = %x\n", pDM_Odm->RFPathRxEnable);*/ -+ if (pDM_Odm->RFPathRxEnable & BIT(i)) -+ rf_rx_num++; -+/* //else*/ -+/* //continue;*/ -+ /*2012.05.25 LukeLee: Testchip AGC report is wrong, it should be restored back to old formula in MP chip*/ -+/* //if((pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8821)) && (!pDM_Odm->bIsMPChip))*/ -+ if (i < ODM_RF_PATH_C) -+ rx_pwr[i] = (pPhyStaRpt->gain_trsw[i] & 0x7F) - 110; -+ else -+ rx_pwr[i] = (pPhyStaRpt->gain_trsw_cd[i - 2] & 0x7F) - 110; -+/* //else*/ -+ /*rx_pwr[i] = ((pPhyStaRpt->gain_trsw[i]& 0x3F)*2) - 110; OLD FORMULA*/ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->RxPwr[i] = rx_pwr[i]; -+#endif -+ -+ /* Translate DBM to percentage. */ -+ RSSI = odm_QueryRxPwrPercentage(rx_pwr[i]); -+ -+ /*total_rssi += RSSI;*/ -+ /*Get the best two RSSI*/ -+ if (RSSI > best_rssi && RSSI > second_rssi) { -+ second_rssi = best_rssi; -+ best_rssi = RSSI; -+ } else if (RSSI > second_rssi && RSSI <= best_rssi) -+ second_rssi = RSSI; -+ -+ /*RT_DISP(FRX, RX_PHY_SS, ("RF-%d RXPWR=%x RSSI=%d\n", i, rx_pwr[i], RSSI));*/ -+ -+ pPhyInfo->RxMIMOSignalStrength[i] = (u1Byte) RSSI; -+ -+ -+ /*Get Rx snr value in DB*/ -+ if (i < ODM_RF_PATH_C) -+ pPhyInfo->RxSNR[i] = pDM_Odm->PhyDbgInfo.RxSNRdB[i] = pPhyStaRpt->rxsnr[i] / 2; -+ else if (pDM_Odm->SupportICType & (ODM_RTL8814A | ODM_RTL8822B)) -+ pPhyInfo->RxSNR[i] = pDM_Odm->PhyDbgInfo.RxSNRdB[i] = pPhyStaRpt->csi_current[i - 2] / 2; -+ -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+ /*(2) CFO_short & CFO_tail*/ -+ if (i < ODM_RF_PATH_C) { -+ pPhyInfo->Cfo_short[i] = odm_Cfo((pPhyStaRpt->cfosho[i])); -+ pPhyInfo->Cfo_tail[i] = odm_Cfo((pPhyStaRpt->cfotail[i])); -+ } -+#endif -+ /* Record Signal Strength for next packet */ -+ if (pPktinfo->bPacketMatchBSSID) { -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if ((pDM_Odm->SupportPlatform == ODM_WIN) && -+ (pDM_Odm->PatchID == RT_CID_819x_Lenovo)) { -+ if (i == ODM_RF_PATH_A) -+ pPhyInfo->SignalQuality = odm_SQ_process_patch_RT_CID_819x_Lenovo(pDM_Odm, isCCKrate, PWDB_ALL, i, RSSI); -+ -+ } -+#endif -+ } -+ } -+ -+ /*(3)PWDB, Average PWDB calculated by hardware (for rate adaptive)*/ -+ -+ /*2012.05.25 LukeLee: Testchip AGC report is wrong, it should be restored back to old formula in MP chip*/ -+ if ((pDM_Odm->SupportICType & (ODM_RTL8812 | ODM_RTL8821 | ODM_RTL8881A)) && (!pDM_Odm->bIsMPChip)) -+ rx_pwr_all = (pPhyStaRpt->pwdb_all & 0x7f) - 110; -+ else -+ rx_pwr_all = (((pPhyStaRpt->pwdb_all) >> 1) & 0x7f) - 110; /*OLD FORMULA*/ -+ -+ PWDB_ALL_BT = PWDB_ALL = odm_QueryRxPwrPercentage(rx_pwr_all); -+ -+ pPhyInfo->RxPWDBAll = PWDB_ALL; -+ /*ODM_RT_TRACE(pDM_Odm,ODM_COMP_RSSI_MONITOR, ODM_DBG_LOUD, ("ODM OFDM RSSI=%d\n",pPhyInfo->RxPWDBAll));*/ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->BTRxRSSIPercentage = PWDB_ALL_BT; -+ pPhyInfo->RxPower = rx_pwr_all; -+ pPhyInfo->RecvSignalPower = rx_pwr_all; -+#endif -+ -+ if ((pDM_Odm->SupportPlatform == ODM_WIN) && (pDM_Odm->PatchID == 19)) { -+ /*do nothing*/ -+ } else { -+ /*pMgntInfo->CustomerID != RT_CID_819x_Lenovo*/ -+ -+ /*(4)EVM of OFDM rate*/ -+ -+ if ((pPktinfo->DataRate >= ODM_RATEMCS8) && -+ (pPktinfo->DataRate <= ODM_RATEMCS15)) -+ Max_spatial_stream = 2; -+ else if ((pPktinfo->DataRate >= ODM_RATEVHTSS2MCS0) && -+ (pPktinfo->DataRate <= ODM_RATEVHTSS2MCS9)) -+ Max_spatial_stream = 2; -+ else if ((pPktinfo->DataRate >= ODM_RATEMCS16) && -+ (pPktinfo->DataRate <= ODM_RATEMCS23)) -+ Max_spatial_stream = 3; -+ else if ((pPktinfo->DataRate >= ODM_RATEVHTSS3MCS0) && -+ (pPktinfo->DataRate <= ODM_RATEVHTSS3MCS9)) -+ Max_spatial_stream = 3; -+ else -+ Max_spatial_stream = 1; -+ -+ if (pPktinfo->bPacketMatchBSSID) { -+ /*DbgPrint("pPktinfo->DataRate = %d\n", pPktinfo->DataRate);*/ -+ -+ for (i = 0; i < Max_spatial_stream; i++) { -+ /*Do not use shift operation like "rx_evmX >>= 1" because the compilor of free build environment*/ -+ /*fill most significant bit to "zero" when doing shifting operation which may change a negative*/ -+ /*value to positive one, then the dbm value (which is supposed to be negative) is not correct anymore.*/ -+ -+ if (pPktinfo->DataRate >= ODM_RATE6M && pPktinfo->DataRate <= ODM_RATE54M) { -+ if (i == ODM_RF_PATH_A) { -+ EVM = odm_EVMdbToPercentage((pPhyStaRpt->sigevm)); /*dbm*/ -+ EVM += 20; -+ if (EVM > 100) -+ EVM = 100; -+ } -+ } else { -+ if (i < ODM_RF_PATH_C) { -+ if (pPhyStaRpt->rxevm[i] == -128) -+ pPhyStaRpt->rxevm[i] = -25; -+ EVM = odm_EVMdbToPercentage((pPhyStaRpt->rxevm[i])); /*dbm*/ -+ } else { -+ if (pPhyStaRpt->rxevm_cd[i - 2] == -128){ -+ pPhyStaRpt->rxevm_cd[i - 2] = -25; -+ } -+ EVM = odm_EVMdbToPercentage((pPhyStaRpt->rxevm_cd[i - 2])); /*dbm*/ -+ } -+ } -+ -+ if (i < ODM_RF_PATH_C) -+ EVMdbm = odm_EVMdbm_JaguarSeries(pPhyStaRpt->rxevm[i]); -+ else -+ EVMdbm = odm_EVMdbm_JaguarSeries(pPhyStaRpt->rxevm_cd[i - 2]); -+ /*RT_DISP(FRX, RX_PHY_SQ, ("RXRATE=%x RXEVM=%x EVM=%s%d\n",*/ -+ /*pPktinfo->DataRate, pPhyStaRpt->rxevm[i], "%", EVM));*/ -+ -+ { -+ if (i == ODM_RF_PATH_A) { -+ /*Fill value in RFD, Get the first spatial stream only*/ -+ pPhyInfo->SignalQuality = EVM; -+ } -+ pPhyInfo->RxMIMOSignalQuality[i] = EVM; -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+ pPhyInfo->RxMIMOEVMdbm[i] = EVMdbm; -+#endif -+ } -+ } -+ } -+ } -+ -+ ODM_ParsingCFO(pDM_Odm, pPktinfo, pPhyStaRpt->cfotail); -+ -+ } -+/* //DbgPrint("isCCKrate= %d, pPhyInfo->SignalStrength=%d % PWDB_AL=%d rf_rx_num=%d\n", isCCKrate, pPhyInfo->SignalStrength, PWDB_ALL, rf_rx_num);*/ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ /*UI BSS List signal strength(in percentage), make it good looking, from 0~100.*/ -+ /*It is assigned to the BSS List in GetValueFromBeaconOrProbeRsp().*/ -+ if (isCCKrate) { -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ /*2012/01/12 MH Use customeris signal strength from HalComRxdDesc.c/*/ -+ pPhyInfo->SignalStrength = SignalScaleProc(pDM_Odm->Adapter, PWDB_ALL, FALSE, TRUE); -+#else -+ pPhyInfo->SignalStrength = (u1Byte)(odm_SignalScaleMapping(pDM_Odm, PWDB_ALL));/*PWDB_ALL;*/ -+#endif -+ } else { -+ if (rf_rx_num != 0) { -+ /* 2015/01 Sean, use the best two RSSI only, suggested by Ynlin and ChenYu.*/ -+ if (rf_rx_num == 1) -+ avg_rssi = best_rssi; -+ else -+ avg_rssi = (best_rssi + second_rssi)/2; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ /* 2012/01/12 MH Use customeris signal strength from HalComRxdDesc.c/*/ -+ pPhyInfo->SignalStrength = SignalScaleProc(pDM_Odm->Adapter, avg_rssi, FALSE, FALSE); -+#else -+ pPhyInfo->SignalStrength = (u1Byte)(odm_SignalScaleMapping(pDM_Odm, avg_rssi)); -+#endif -+ } -+ } -+#endif -+ pDM_Odm->RxPWDBAve = pDM_Odm->RxPWDBAve + pPhyInfo->RxPWDBAll; -+ -+ pDM_Odm->DM_FatTable.antsel_rx_keep_0 = pPhyStaRpt->antidx_anta; -+ pDM_Odm->DM_FatTable.antsel_rx_keep_1 = pPhyStaRpt->antidx_antb; -+ pDM_Odm->DM_FatTable.antsel_rx_keep_2 = pPhyStaRpt->antidx_antc; -+ pDM_Odm->DM_FatTable.antsel_rx_keep_3 = pPhyStaRpt->antidx_antd; -+ -+ -+/* DbgPrint("pPhyStaRpt->antidx_anta = %d, pPhyStaRpt->antidx_antb = %d\n",*/ -+/* pPhyStaRpt->antidx_anta, pPhyStaRpt->antidx_antb);*/ -+/* DbgPrint("----------------------------\n");*/ -+/* DbgPrint("pPktinfo->StationID=%d, pPktinfo->DataRate=0x%x\n",pPktinfo->StationID, pPktinfo->DataRate);*/ -+/* DbgPrint("pPhyStaRpt->r_RFMOD = %d\n", pPhyStaRpt->r_RFMOD);*/ -+/* DbgPrint("pPhyStaRpt->gain_trsw[0]=0x%x, pPhyStaRpt->gain_trsw[1]=0x%x\n",*/ -+/* pPhyStaRpt->gain_trsw[0],pPhyStaRpt->gain_trsw[1]);*/ -+/* DbgPrint("pPhyStaRpt->gain_trsw[2]=0x%x, pPhyStaRpt->gain_trsw[3]=0x%x\n",*/ -+/* pPhyStaRpt->gain_trsw_cd[0],pPhyStaRpt->gain_trsw_cd[1]);*/ -+/* DbgPrint("pPhyStaRpt->pwdb_all = 0x%x, pPhyInfo->RxPWDBAll = %d\n", pPhyStaRpt->pwdb_all, pPhyInfo->RxPWDBAll);*/ -+/* DbgPrint("pPhyStaRpt->cfotail[i] = 0x%x, pPhyStaRpt->CFO_tail[i] = 0x%x\n", pPhyStaRpt->cfotail[0], pPhyStaRpt->cfotail[1]);*/ -+/* DbgPrint("pPhyStaRpt->rxevm[0] = %d, pPhyStaRpt->rxevm[1] = %d\n", pPhyStaRpt->rxevm[0], pPhyStaRpt->rxevm[1]);*/ -+/* DbgPrint("pPhyStaRpt->rxevm[2] = %d, pPhyStaRpt->rxevm[3] = %d\n", pPhyStaRpt->rxevm_cd[0], pPhyStaRpt->rxevm_cd[1]);*/ -+/* DbgPrint("pPhyInfo->RxMIMOSignalStrength[0]=%d, pPhyInfo->RxMIMOSignalStrength[1]=%d, RxPWDBAll=%d\n",*/ -+/* pPhyInfo->RxMIMOSignalStrength[0], pPhyInfo->RxMIMOSignalStrength[1], pPhyInfo->RxPWDBAll);*/ -+/* DbgPrint("pPhyInfo->RxMIMOSignalStrength[2]=%d, pPhyInfo->RxMIMOSignalStrength[3]=%d\n",*/ -+/* pPhyInfo->RxMIMOSignalStrength[2], pPhyInfo->RxMIMOSignalStrength[3]);*/ -+/* DbgPrint("ppPhyInfo->RxMIMOSignalQuality[0]=%d, pPhyInfo->RxMIMOSignalQuality[1]=%d\n",*/ -+/* pPhyInfo->RxMIMOSignalQuality[0], pPhyInfo->RxMIMOSignalQuality[1]);*/ -+/* DbgPrint("ppPhyInfo->RxMIMOSignalQuality[2]=%d, pPhyInfo->RxMIMOSignalQuality[3]=%d\n",*/ -+/* pPhyInfo->RxMIMOSignalQuality[2], pPhyInfo->RxMIMOSignalQuality[3]);*/ -+ -+} -+ -+#endif -+ -+VOID -+odm_Init_RSSIForDM( -+ IN OUT PDM_ODM_T pDM_Odm -+ ) -+{ -+ -+} -+ -+VOID -+odm_Process_RSSIForDM( -+ IN OUT PDM_ODM_T pDM_Odm, -+ IN PODM_PHY_INFO_T pPhyInfo, -+ IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+ -+ s4Byte UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; -+ u1Byte i, isCCKrate=0; -+ u1Byte RSSI_max, RSSI_min; -+ u4Byte OFDM_pkt=0; -+ u4Byte Weighting=0; -+ PSTA_INFO_T pEntry; -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ pFAT_T pDM_FatTable = &pDM_Odm->DM_FatTable; -+ #endif -+ -+ if (pPktinfo->StationID >= ODM_ASSOCIATE_ENTRY_NUM) -+ return; -+ -+#if (RTL8723B_SUPPORT == 1)||(RTL8821A_SUPPORT == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ odm_S0S1_SwAntDivByCtrlFrame_ProcessRSSI(pDM_Odm, pPhyInfo, pPktinfo); -+#endif -+#endif -+ -+ // -+ // 2012/05/30 MH/Luke.Lee Add some description -+ // In windows driver: AP/IBSS mode STA -+ // -+ //if (pDM_Odm->SupportPlatform == ODM_WIN) -+ //{ -+ // pEntry = pDM_Odm->pODM_StaInfo[pDM_Odm->pAidMap[pPktinfo->StationID-1]]; -+ //} -+ //else -+ pEntry = pDM_Odm->pODM_StaInfo[pPktinfo->StationID]; -+ -+ if(!IS_STA_VALID(pEntry) ) -+ { -+ return; -+ } -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ if ((pDM_Odm->SupportAbility & ODM_BB_ANT_DIV) && -+ (pDM_FatTable->enable_ctrl_frame_antdiv) -+ ) -+ { -+ if (pPktinfo->bPacketMatchBSSID) -+ pDM_Odm->data_frame_num++; -+ -+ if ((pDM_FatTable->use_ctrl_frame_antdiv)) { -+ if (!pPktinfo->bToSelf)/*data frame + CTRL frame*/ -+ return; -+ } else { -+ if ((!pPktinfo->bPacketMatchBSSID))/*data frame only*/ -+ return; -+ } -+ } else -+#endif -+ { -+ if ((!pPktinfo->bPacketMatchBSSID))/*data frame only*/ -+ return; -+ } -+ -+ if(pPktinfo->bPacketBeacon) -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt++; -+ -+ isCCKrate = (pPktinfo->DataRate <= ODM_RATE11M )?TRUE :FALSE; -+ pDM_Odm->RxRate = pPktinfo->DataRate; -+ -+ //--------------Statistic for antenna/path diversity------------------ -+ if(pDM_Odm->SupportAbility & ODM_BB_ANT_DIV) -+ { -+ #if(defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ ODM_Process_RSSIForAntDiv(pDM_Odm,pPhyInfo,pPktinfo); -+ #endif -+ } -+ #if(defined(CONFIG_PATH_DIVERSITY)) -+ else if(pDM_Odm->SupportAbility & ODM_BB_PATH_DIV) -+ { -+ phydm_process_rssi_for_path_div(pDM_Odm,pPhyInfo,pPktinfo); -+ } -+ #endif -+ //-----------------Smart Antenna Debug Message------------------// -+ -+ UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; -+ UndecoratedSmoothedOFDM = pEntry->rssi_stat.UndecoratedSmoothedOFDM; -+ UndecoratedSmoothedPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB; -+ -+ if(pPktinfo->bPacketToSelf || pPktinfo->bPacketBeacon) -+ { -+ -+ if(!isCCKrate)//ofdm rate -+ { -+#if (RTL8814A_SUPPORT == 1) || (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_RTL8822B)) { -+ u1Byte RX_count = 0; -+ u4Byte RSSI_linear = 0; -+ -+ if (pDM_Odm->RXAntStatus & ODM_RF_A) { -+ pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ RX_count++; -+ RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]); -+ } else -+ pDM_Odm->RSSI_A = 0; -+ -+ if (pDM_Odm->RXAntStatus & ODM_RF_B) { -+ pDM_Odm->RSSI_B = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ RX_count++; -+ RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]); -+ } else -+ pDM_Odm->RSSI_B = 0; -+ -+ if (pDM_Odm->RXAntStatus & ODM_RF_C) { -+ pDM_Odm->RSSI_C = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_C]; -+ RX_count++; -+ RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_C]); -+ } else -+ pDM_Odm->RSSI_C = 0; -+ -+ if (pDM_Odm->RXAntStatus & ODM_RF_D) { -+ pDM_Odm->RSSI_D = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_D]; -+ RX_count++; -+ RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_D]); -+ } else -+ pDM_Odm->RSSI_D = 0; -+ -+ /* Calculate average RSSI */ -+ switch (RX_count) { -+ case 2: -+ RSSI_linear = (RSSI_linear >> 1); -+ break; -+ case 3: -+ RSSI_linear = ((RSSI_linear) + (RSSI_linear << 1) + (RSSI_linear << 3)) >> 5; /* RSSI_linear/3 ~ RSSI_linear*11/32 */ -+ break; -+ case 4: -+ RSSI_linear = (RSSI_linear >> 2); -+ break; -+ } -+ RSSI_Ave = odm_ConvertTo_dB(RSSI_linear); -+ } else -+#endif -+ { -+ if (pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B] == 0) { -+ RSSI_Ave = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ pDM_Odm->RSSI_B = 0; -+ } else { -+ /*DbgPrint("pRfd->Status.RxMIMOSignalStrength[0] = %d, pRfd->Status.RxMIMOSignalStrength[1] = %d\n",*/ -+ /*pRfd->Status.RxMIMOSignalStrength[0], pRfd->Status.RxMIMOSignalStrength[1]);*/ -+ pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ pDM_Odm->RSSI_B = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ -+ if (pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A] > pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]) { -+ RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ RSSI_min = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ } else { -+ RSSI_max = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ RSSI_min = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ } -+ if ((RSSI_max - RSSI_min) < 3) -+ RSSI_Ave = RSSI_max; -+ else if ((RSSI_max - RSSI_min) < 6) -+ RSSI_Ave = RSSI_max - 1; -+ else if ((RSSI_max - RSSI_min) < 10) -+ RSSI_Ave = RSSI_max - 2; -+ else -+ RSSI_Ave = RSSI_max - 3; -+ } -+ } -+ -+ //1 Process OFDM RSSI -+ if(UndecoratedSmoothedOFDM <= 0) // initialize -+ { -+ UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; -+ } -+ else -+ { -+ if(pPhyInfo->RxPWDBAll > (u4Byte)UndecoratedSmoothedOFDM) -+ { -+ UndecoratedSmoothedOFDM = -+ ( ((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + -+ (RSSI_Ave)) /(Rx_Smooth_Factor); -+ UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM + 1; -+ } -+ else -+ { -+ UndecoratedSmoothedOFDM = -+ ( ((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + -+ (RSSI_Ave)) /(Rx_Smooth_Factor); -+ } -+ } -+ if (pEntry->rssi_stat.OFDM_pkt != 64) { -+ i = 63; -+ pEntry->rssi_stat.OFDM_pkt -= (u4Byte)(((pEntry->rssi_stat.PacketMap>>i)&BIT0)-1); -+ } -+ pEntry->rssi_stat.PacketMap = (pEntry->rssi_stat.PacketMap<<1) | BIT0; -+ -+ } -+ else -+ { -+ RSSI_Ave = pPhyInfo->RxPWDBAll; -+ pDM_Odm->RSSI_A = (u1Byte) pPhyInfo->RxPWDBAll; -+ pDM_Odm->RSSI_B = 0xFF; -+ pDM_Odm->RSSI_C = 0xFF; -+ pDM_Odm->RSSI_D = 0xFF; -+ -+ //1 Process CCK RSSI -+ if(UndecoratedSmoothedCCK <= 0) // initialize -+ { -+ UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; -+ } -+ else -+ { -+ if(pPhyInfo->RxPWDBAll > (u4Byte)UndecoratedSmoothedCCK) -+ { -+ UndecoratedSmoothedCCK = -+ ( ((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + -+ (pPhyInfo->RxPWDBAll)) /(Rx_Smooth_Factor); -+ UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; -+ } -+ else -+ { -+ UndecoratedSmoothedCCK = -+ ( ((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + -+ (pPhyInfo->RxPWDBAll)) /(Rx_Smooth_Factor); -+ } -+ } -+ i = 63; -+ pEntry->rssi_stat.OFDM_pkt -= (u4Byte)((pEntry->rssi_stat.PacketMap>>i)&BIT0); -+ pEntry->rssi_stat.PacketMap = pEntry->rssi_stat.PacketMap<<1; -+ } -+ -+ //if(pEntry) -+ { -+ //2011.07.28 LukeLee: modified to prevent unstable CCK RSSI -+ if (pEntry->rssi_stat.OFDM_pkt == 64) { /* speed up when all packets are OFDM*/ -+ UndecoratedSmoothedPWDB = UndecoratedSmoothedOFDM; -+ } else { -+ if (pEntry->rssi_stat.ValidBit < 64) -+ pEntry->rssi_stat.ValidBit++; -+ -+ if (pEntry->rssi_stat.ValidBit == 64) { -+ Weighting = ((pEntry->rssi_stat.OFDM_pkt<<4) > 64)?64:(pEntry->rssi_stat.OFDM_pkt<<4); -+ UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6; -+ } else { -+ if (pEntry->rssi_stat.ValidBit != 0) -+ UndecoratedSmoothedPWDB = (pEntry->rssi_stat.OFDM_pkt*UndecoratedSmoothedOFDM+(pEntry->rssi_stat.ValidBit-pEntry->rssi_stat.OFDM_pkt)*UndecoratedSmoothedCCK)/pEntry->rssi_stat.ValidBit; -+ else -+ UndecoratedSmoothedPWDB = 0; -+ } -+ } -+ -+ pEntry->rssi_stat.UndecoratedSmoothedCCK = UndecoratedSmoothedCCK; -+ pEntry->rssi_stat.UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM; -+ pEntry->rssi_stat.UndecoratedSmoothedPWDB = UndecoratedSmoothedPWDB; -+ -+ //DbgPrint("OFDM_pkt=%d, Weighting=%d\n", OFDM_pkt, Weighting); -+ //DbgPrint("UndecoratedSmoothedOFDM=%d, UndecoratedSmoothedPWDB=%d, UndecoratedSmoothedCCK=%d\n", -+ // UndecoratedSmoothedOFDM, UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK); -+ -+ } -+ -+ } -+} -+ -+ -+#if(ODM_IC_11N_SERIES_SUPPORT ==1) -+// -+// Endianness before calling this API -+// -+VOID -+ODM_PhyStatusQuery_92CSeries( -+ IN OUT PDM_ODM_T pDM_Odm, -+ OUT PODM_PHY_INFO_T pPhyInfo, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+ -+ odm_RxPhyStatus92CSeries_Parsing( -+ pDM_Odm, -+ pPhyInfo, -+ pPhyStatus, -+ pPktinfo); -+ -+ if( pDM_Odm->RSSI_test == TRUE) -+ { -+ // Select the packets to do RSSI checking for antenna switching. -+ if(pPktinfo->bPacketToSelf || pPktinfo->bPacketBeacon ) -+ { -+ /* -+ #if 0//(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ dm_SWAW_RSSI_Check( -+ Adapter, -+ (tmppAdapter!=NULL)?(tmppAdapter==Adapter):TRUE, -+ bPacketMatchBSSID, -+ pEntry, -+ pRfd); -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ // Select the packets to do RSSI checking for antenna switching. -+ //odm_SwAntDivRSSICheck8192C(padapter, precvframe->u.hdr.attrib.RxPWDBAll); -+ #endif -+ */ -+#if (RTL8192C_SUPPORT == 1) -+ ODM_SwAntDivChkPerPktRssi(pDM_Odm,pPktinfo->StationID,pPhyInfo); -+#endif -+ } -+ } -+ else -+ { -+ odm_Process_RSSIForDM(pDM_Odm,pPhyInfo,pPktinfo); -+ } -+ -+} -+#endif -+ -+ -+// -+// Endianness before calling this API -+// -+#if ODM_IC_11AC_SERIES_SUPPORT -+ -+VOID -+ODM_PhyStatusQuery_JaguarSeries( -+ IN OUT PDM_ODM_T pDM_Odm, -+ OUT PODM_PHY_INFO_T pPhyInfo, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+ odm_RxPhyStatusJaguarSeries_Parsing( -+ pDM_Odm, -+ pPhyInfo, -+ pPhyStatus, -+ pPktinfo); -+ -+ odm_Process_RSSIForDM(pDM_Odm,pPhyInfo,pPktinfo); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ //phydm_sbd_check(pDM_Odm); -+#endif -+} -+#endif -+ -+VOID -+ODM_PhyStatusQuery( -+ IN OUT PDM_ODM_T pDM_Odm, -+ OUT PODM_PHY_INFO_T pPhyInfo, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+#if (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType & ODM_RTL8822B) { -+ phydm_RxPhyStatusJaguarSeries2(pDM_Odm, pPhyStatus, pPktinfo, pPhyInfo); -+ return; -+ } -+#endif -+ -+#if ODM_IC_11AC_SERIES_SUPPORT -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ ODM_PhyStatusQuery_JaguarSeries(pDM_Odm, pPhyInfo, pPhyStatus, pPktinfo); -+#endif -+ -+#if ODM_IC_11N_SERIES_SUPPORT -+ if(pDM_Odm->SupportICType & ODM_IC_11N_SERIES ) -+ ODM_PhyStatusQuery_92CSeries(pDM_Odm,pPhyInfo,pPhyStatus,pPktinfo); -+#endif -+} -+ -+// For future use. -+VOID ODM_MacStatusQuery( -+ IN OUT PDM_ODM_T pDM_Odm, -+ IN pu1Byte pMacStatus, -+ IN u1Byte MacID, -+ IN BOOLEAN bPacketMatchBSSID, -+ IN BOOLEAN bPacketToSelf, -+ IN BOOLEAN bPacketBeacon -+ ) -+{ -+ // 2011/10/19 Driver team will handle in the future. -+ -+} -+ -+ -+// -+// If you want to add a new IC, Please follow below template and generate a new one. -+// -+// -+ -+HAL_STATUS -+ODM_ConfigRFWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_Config_Type ConfigType, -+ IN ODM_RF_RADIO_PATH_E eRFPath -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("===>ODM_ConfigRFWithHeaderFile (%s)\n", (pDM_Odm->bIsMPChip) ? "MPChip" : "TestChip")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("pDM_Odm->SupportPlatform: 0x%X, pDM_Odm->SupportInterface: 0x%X, pDM_Odm->BoardType: 0x%X\n", -+ pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface, pDM_Odm->BoardType)); -+ -+//1 AP doesn't use PHYDM power tracking table in these ICs -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+#if (RTL8723A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723A) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_MP(8723A,_RadioA); -+ } -+ } -+#endif -+#if (RTL8812A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A){ -+ READ_AND_CONFIG_MP(8812A,_RadioA); -+ } -+ else if(eRFPath == ODM_RF_PATH_B){ -+ READ_AND_CONFIG_MP(8812A,_RadioB); -+ } -+ } -+ else if(ConfigType == CONFIG_RF_TXPWR_LMT) { -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) && (DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ if ((pHalData->EEPROMSVID == 0x17AA && pHalData->EEPROMSMID == 0xA811) || -+ (pHalData->EEPROMSVID == 0x10EC && pHalData->EEPROMSMID == 0xA812) || -+ (pHalData->EEPROMSVID == 0x10EC && pHalData->EEPROMSMID == 0x8812)) -+ READ_AND_CONFIG_MP(8812A,_TXPWR_LMT_HM812A03); -+ else -+ #endif -+ READ_AND_CONFIG_MP(8812A,_TXPWR_LMT); -+ } -+ } -+#endif -+#if (RTL8821A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A){ -+ READ_AND_CONFIG_MP(8821A,_RadioA); -+ } -+ } -+ else if(ConfigType == CONFIG_RF_TXPWR_LMT) { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_USB) { -+ if (pDM_Odm->ExtPA5G || pDM_Odm->ExtLNA5G) -+ READ_AND_CONFIG_MP(8821A,_TXPWR_LMT_8811AU_FEM); -+ else -+ READ_AND_CONFIG_MP(8821A,_TXPWR_LMT_8811AU_IPA); -+ } -+ else { -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if (pMgntInfo->CustomerID == RT_CID_8821AE_ASUS_MB) -+ READ_AND_CONFIG_MP(8821A,_TXPWR_LMT_8821A_SAR_8mm); -+ else if (pMgntInfo->CustomerID == RT_CID_ASUS_NB) -+ READ_AND_CONFIG_MP(8821A,_TXPWR_LMT_8821A_SAR_5mm); -+ else -+ #endif -+ READ_AND_CONFIG_MP(8821A,_TXPWR_LMT_8821A); -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("<===8821_ODM_ConfigRFWithHeaderFile\n")); -+ } -+#endif -+ -+#if (RTL8723B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) -+ READ_AND_CONFIG_MP(8723B,_RadioA); -+ else if(ConfigType == CONFIG_RF_TXPWR_LMT) -+ READ_AND_CONFIG_MP(8723B,_TXPWR_LMT); -+ } -+#endif -+ -+#if (RTL8192E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_MP(8192E,_RadioA); -+ else if(eRFPath == ODM_RF_PATH_B) -+ READ_AND_CONFIG_MP(8192E,_RadioB); -+ } else if (ConfigType == CONFIG_RF_TXPWR_LMT) { -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) && (DEV_BUS_TYPE == RT_PCI_INTERFACE) /*Refine by Vincent Lan for 5mm SAR pwr limit*/ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if ((pHalData->EEPROMSVID == 0x11AD && pHalData->EEPROMSMID == 0x8192) || -+ (pHalData->EEPROMSVID == 0x11AD && pHalData->EEPROMSMID == 0x8193)) -+ READ_AND_CONFIG_MP(8192E, _TXPWR_LMT_8192E_SAR_5mm); -+ else -+#endif -+ READ_AND_CONFIG_MP(8192E,_TXPWR_LMT); -+ } -+ } -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE != ODM_AP) -+ -+//1 All platforms support -+#if (RTL8188E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_MP(8188E,_RadioA); -+ } -+ else if(ConfigType == CONFIG_RF_TXPWR_LMT) -+ READ_AND_CONFIG_MP(8188E,_TXPWR_LMT); -+ } -+#endif -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_MP(8814A,_RadioA); -+ else if(eRFPath == ODM_RF_PATH_B) -+ READ_AND_CONFIG_MP(8814A,_RadioB); -+ else if(eRFPath == ODM_RF_PATH_C) -+ READ_AND_CONFIG_MP(8814A,_RadioC); -+ else if(eRFPath == ODM_RF_PATH_D) -+ READ_AND_CONFIG_MP(8814A,_RadioD); -+ } -+ else if(ConfigType == CONFIG_RF_TXPWR_LMT) -+ READ_AND_CONFIG_MP(8814A,_TXPWR_LMT); -+ } -+#endif -+#if (RTL8703B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8703B) { -+ if (ConfigType == CONFIG_RF_RADIO) { -+ if (eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_MP(8703B, _RadioA); -+ } -+ } -+#endif -+ -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) { -+ if (ConfigType == CONFIG_RF_RADIO) { -+ if (eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_MP(8188F, _RadioA); -+ } else if (ConfigType == CONFIG_RF_TXPWR_LMT) -+ READ_AND_CONFIG_MP(8188F, _TXPWR_LMT); -+ } -+#endif -+ -+//1 New ICs (WIN only) -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if (RTL8821B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821B) -+ { -+ if (ConfigType == CONFIG_RF_RADIO) { -+ if (eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG(8821B, _RadioA); -+ } else if (ConfigType == CONFIG_RF_TXPWR_LMT) -+ READ_AND_CONFIG(8821B, _TXPWR_LMT); -+ } -+#endif -+#if (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8822B) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_MP(8822B, _RadioA); -+ else if(eRFPath == ODM_RF_PATH_B) -+ READ_AND_CONFIG_MP(8822B, _RadioB); -+ } -+ } -+#endif -+#if ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ { -+ if(ConfigType == CONFIG_RF_RADIO) { -+ if(eRFPath == ODM_RF_PATH_A) -+ READ_AND_CONFIG_TC(8188F,_RadioA); -+ } -+ } -+#endif -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ return HAL_STATUS_SUCCESS; -+} -+ -+HAL_STATUS -+ODM_ConfigRFWithTxPwrTrackHeaderFile( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("===>ODM_ConfigRFWithTxPwrTrackHeaderFile (%s)\n", (pDM_Odm->bIsMPChip) ? "MPChip" : "TestChip")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("pDM_Odm->SupportPlatform: 0x%X, pDM_Odm->SupportInterface: 0x%X, pDM_Odm->BoardType: 0x%X\n", -+ pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface, pDM_Odm->BoardType)); -+ -+ -+//1 AP doesn't use PHYDM power tracking table in these ICs -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+#if RTL8821A_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ READ_AND_CONFIG_MP(8821A,_TxPowerTrack_PCIE); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_USB) -+ READ_AND_CONFIG_MP(8821A,_TxPowerTrack_USB); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) -+ READ_AND_CONFIG_MP(8821A,_TxPowerTrack_SDIO); -+ } -+#endif -+#if RTL8812A_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ READ_AND_CONFIG_MP(8812A,_TxPowerTrack_PCIE); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_USB) { -+ if (pDM_Odm->RFEType == 3 && pDM_Odm->bIsMPChip) -+ READ_AND_CONFIG_MP(8812A,_TxPowerTrack_RFE3); -+ else -+ READ_AND_CONFIG_MP(8812A,_TxPowerTrack_USB); -+ } -+ -+ } -+#endif -+#if RTL8192E_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ READ_AND_CONFIG_MP(8192E,_TxPowerTrack_PCIE); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_USB) -+ READ_AND_CONFIG_MP(8192E,_TxPowerTrack_USB); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) -+ READ_AND_CONFIG_MP(8192E,_TxPowerTrack_SDIO); -+ } -+#endif -+#if RTL8723B_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ READ_AND_CONFIG_MP(8723B,_TxPowerTrack_PCIE); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_USB) -+ READ_AND_CONFIG_MP(8723B,_TxPowerTrack_USB); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) -+ READ_AND_CONFIG_MP(8723B,_TxPowerTrack_SDIO); -+ } -+#endif -+#if RTL8188E_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ READ_AND_CONFIG_MP(8188E,_TxPowerTrack_PCIE); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_USB) -+ READ_AND_CONFIG_MP(8188E,_TxPowerTrack_USB); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) -+ READ_AND_CONFIG_MP(8188E,_TxPowerTrack_SDIO); -+ } -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE != ODM_AP) -+ -+//1 All platforms support -+#if RTL8814A_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ if(pDM_Odm->RFEType == 0) -+ READ_AND_CONFIG_MP(8814A,_TxPowerTrack_Type0); -+ else if(pDM_Odm->RFEType == 2) -+ READ_AND_CONFIG_MP(8814A,_TxPowerTrack_Type2); -+ else if (pDM_Odm->RFEType == 5) -+ READ_AND_CONFIG_MP(8814A, _TxPowerTrack_Type5); -+ else -+ READ_AND_CONFIG_MP(8814A,_TxPowerTrack); -+ } -+#endif -+#if RTL8703B_SUPPORT -+ if (pDM_Odm->SupportICType == ODM_RTL8703B) { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_USB) -+ READ_AND_CONFIG_MP(8703B, _TxPowerTrack_USB); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) -+ READ_AND_CONFIG_MP(8703B, _TxPowerTrack_SDIO); -+ } -+#endif -+ -+#if RTL8188F_SUPPORT -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) { -+ if (pDM_Odm->SupportInterface == ODM_ITRF_USB) -+ READ_AND_CONFIG_MP(8188F, _TxPowerTrack_USB); -+ else if (pDM_Odm->SupportInterface == ODM_ITRF_SDIO) -+ READ_AND_CONFIG_MP(8188F, _TxPowerTrack_SDIO); -+ } -+#endif -+ -+//1 New ICs (WIN only) -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if RTL8821B_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8821B) -+ READ_AND_CONFIG(8821B,_TxPowerTrack); -+#endif -+#if RTL8822B_SUPPORT -+/* if(pDM_Odm->SupportICType == ODM_RTL8822B) -+ READ_AND_CONFIG_MP(8822B, _TxPowerTrack); */ -+#endif -+ -+#if ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+#if RTL8188F_SUPPORT -+ if(pDM_Odm->SupportICType == ODM_RTL8188F) -+ READ_AND_CONFIG_TC(8188F,_TxPowerTrack_PCIE); -+#endif -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ -+ return HAL_STATUS_SUCCESS; -+} -+ -+HAL_STATUS -+ODM_ConfigBBWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_BB_Config_Type ConfigType -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+#endif -+ -+//1 AP doesn't use PHYDM initialization in these ICs -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+#if (RTL8723A_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8723A) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG){ -+ READ_AND_CONFIG_MP(8723A,_PHY_REG); -+ }else if(ConfigType == CONFIG_BB_AGC_TAB){ -+ READ_AND_CONFIG_MP(8723A,_AGC_TAB); -+ } -+ } -+#endif -+#if (RTL8812A_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG){ -+ READ_AND_CONFIG_MP(8812A,_PHY_REG); -+ }else if(ConfigType == CONFIG_BB_AGC_TAB){ -+ READ_AND_CONFIG_MP(8812A,_AGC_TAB); -+ } -+ else if(ConfigType == CONFIG_BB_PHY_REG_PG) -+ { -+ if (pDM_Odm->RFEType == 3 && pDM_Odm->bIsMPChip) -+ READ_AND_CONFIG_MP(8812A,_PHY_REG_PG_ASUS); -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ else if (pMgntInfo->CustomerID == RT_CID_WNC_NEC && pDM_Odm->bIsMPChip) -+ READ_AND_CONFIG_MP(8812A,_PHY_REG_PG_NEC); -+ #endif -+ else -+ READ_AND_CONFIG_MP(8812A,_PHY_REG_PG); -+ } -+ else if(ConfigType == CONFIG_BB_PHY_REG_MP){ -+ READ_AND_CONFIG_MP(8812A,_PHY_REG_MP); -+ } -+ else if(ConfigType == CONFIG_BB_AGC_TAB_DIFF) -+ { -+ if ((36 <= *pDM_Odm->pChannel) && (*pDM_Odm->pChannel <= 64)) -+ AGC_DIFF_CONFIG_MP(8812A,LB); -+ else if (100 <= *pDM_Odm->pChannel) -+ AGC_DIFF_CONFIG_MP(8812A,HB); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_LOUD, (" ===> phy_ConfigBBWithHeaderFile() phy:Rtl8812AGCTABArray\n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_LOUD, (" ===> phy_ConfigBBWithHeaderFile() agc:Rtl8812PHY_REGArray\n")); -+ } -+#endif -+#if (RTL8821A_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG){ -+ READ_AND_CONFIG_MP(8821A,_PHY_REG); -+ }else if(ConfigType == CONFIG_BB_AGC_TAB){ -+ READ_AND_CONFIG_MP(8821A,_AGC_TAB); -+ }else if(ConfigType == CONFIG_BB_PHY_REG_PG){ -+ READ_AND_CONFIG_MP(8821A,_PHY_REG_PG); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_LOUD, (" ===> phy_ConfigBBWithHeaderFile() phy:Rtl8821AGCTABArray\n")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_LOUD, (" ===> phy_ConfigBBWithHeaderFile() agc:Rtl8821PHY_REGArray\n")); -+ } -+#endif -+#if (RTL8723B_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG){ -+ READ_AND_CONFIG_MP(8723B,_PHY_REG); -+ }else if(ConfigType == CONFIG_BB_AGC_TAB){ -+ READ_AND_CONFIG_MP(8723B,_AGC_TAB); -+ }else if(ConfigType == CONFIG_BB_PHY_REG_PG){ -+ READ_AND_CONFIG_MP(8723B,_PHY_REG_PG); -+ } -+ } -+#endif -+#if (RTL8192E_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG){ -+ READ_AND_CONFIG_MP(8192E,_PHY_REG); -+ }else if(ConfigType == CONFIG_BB_AGC_TAB){ -+ READ_AND_CONFIG_MP(8192E,_AGC_TAB); -+ }else if(ConfigType == CONFIG_BB_PHY_REG_PG){ -+ READ_AND_CONFIG_MP(8192E,_PHY_REG_PG); -+ } -+ } -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE != ODM_AP) -+ -+ -+//1 All platforms support -+#if (RTL8188E_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG) -+ READ_AND_CONFIG_MP(8188E,_PHY_REG); -+ else if(ConfigType == CONFIG_BB_AGC_TAB) -+ READ_AND_CONFIG_MP(8188E,_AGC_TAB); -+ else if(ConfigType == CONFIG_BB_PHY_REG_PG) -+ READ_AND_CONFIG_MP(8188E,_PHY_REG_PG); -+ } -+#endif -+#if (RTL8814A_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG){ -+ READ_AND_CONFIG_MP(8814A,_PHY_REG); -+ }else if(ConfigType == CONFIG_BB_AGC_TAB){ -+ READ_AND_CONFIG_MP(8814A,_AGC_TAB); -+ }else if(ConfigType == CONFIG_BB_PHY_REG_PG){ -+ READ_AND_CONFIG_MP(8814A,_PHY_REG_PG); -+ }else if(ConfigType == CONFIG_BB_PHY_REG_MP){ -+ READ_AND_CONFIG_MP(8814A,_PHY_REG_MP); -+ } -+ } -+#endif -+#if (RTL8703B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8703B) { -+ if (ConfigType == CONFIG_BB_PHY_REG) -+ READ_AND_CONFIG_MP(8703B, _PHY_REG); -+ else if (ConfigType == CONFIG_BB_AGC_TAB) -+ READ_AND_CONFIG_MP(8703B, _AGC_TAB); -+ else if (ConfigType == CONFIG_BB_PHY_REG_PG) -+ READ_AND_CONFIG_MP(8703B, _PHY_REG_PG); -+ } -+#endif -+ -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) { -+ if (ConfigType == CONFIG_BB_PHY_REG) -+ READ_AND_CONFIG_MP(8188F, _PHY_REG); -+ else if (ConfigType == CONFIG_BB_AGC_TAB) -+ READ_AND_CONFIG_MP(8188F, _AGC_TAB); -+ else if (ConfigType == CONFIG_BB_PHY_REG_PG) -+ READ_AND_CONFIG_MP(8188F, _PHY_REG_PG); -+ } -+#endif -+ -+//1 New ICs (WIN only) -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if (RTL8821B_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8821B) -+ { -+ if (ConfigType == CONFIG_BB_PHY_REG) { -+ READ_AND_CONFIG(8821B,_PHY_REG); -+ } else if (ConfigType == CONFIG_BB_AGC_TAB) { -+ READ_AND_CONFIG(8821B,_AGC_TAB); -+ } else if (ConfigType == CONFIG_BB_PHY_REG_PG) { -+ READ_AND_CONFIG(8821B,_PHY_REG_PG); -+ } -+ } -+#endif -+#if (RTL8822B_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8822B) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG) -+ READ_AND_CONFIG_MP(8822B, _PHY_REG); -+ else if(ConfigType == CONFIG_BB_AGC_TAB) -+ READ_AND_CONFIG_MP(8822B, _AGC_TAB); -+/* else if(ConfigType == CONFIG_BB_PHY_REG_PG) -+ READ_AND_CONFIG_MP(8822B, _PHY_REG_PG); -+ else if(ConfigType == CONFIG_BB_PHY_REG_MP) -+ READ_AND_CONFIG_MP(8822B, _PHY_REG_MP); */ -+ } -+#endif -+#if ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+#if (RTL8188F_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8188F) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG) -+ READ_AND_CONFIG_TC(8188F,_PHY_REG); -+ else if(ConfigType == CONFIG_BB_AGC_TAB) -+ READ_AND_CONFIG_TC(8188F,_AGC_TAB); -+ else if(ConfigType == CONFIG_BB_PHY_REG_PG) -+ READ_AND_CONFIG_TC(8188F,_PHY_REG_PG); -+ } -+#endif -+#endif -+#if (RTL8195A_SUPPORT == 1) -+ if(pDM_Odm->SupportICType == ODM_RTL8195A) -+ { -+ if(ConfigType == CONFIG_BB_PHY_REG) -+ READ_AND_CONFIG(8195A,_PHY_REG); -+ else if(ConfigType == CONFIG_BB_AGC_TAB) -+ READ_AND_CONFIG(8195A,_AGC_TAB); -+ else if(ConfigType == CONFIG_BB_PHY_REG_PG) -+ READ_AND_CONFIG(8195A,_PHY_REG_PG); -+ } -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ return HAL_STATUS_SUCCESS; -+} -+ -+HAL_STATUS -+ODM_ConfigMACWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("===>ODM_ConfigMACWithHeaderFile (%s)\n", (pDM_Odm->bIsMPChip) ? "MPChip" : "TestChip")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, -+ ("pDM_Odm->SupportPlatform: 0x%X, pDM_Odm->SupportInterface: 0x%X, pDM_Odm->BoardType: 0x%X\n", -+ pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface, pDM_Odm->BoardType)); -+ -+//1 AP doesn't use PHYDM initialization in these ICs -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+#if (RTL8723A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723A){ -+ READ_AND_CONFIG_MP(8723A,_MAC_REG); -+ } -+#endif -+#if (RTL8812A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8812){ -+ READ_AND_CONFIG_MP(8812A,_MAC_REG); -+ } -+#endif -+#if (RTL8821A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821){ -+ READ_AND_CONFIG_MP(8821A,_MAC_REG); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("<===8821_ODM_ConfigMACwithHeaderFile\n")); -+ } -+#endif -+#if (RTL8723B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723B){ -+ READ_AND_CONFIG_MP(8723B,_MAC_REG); -+ } -+#endif -+#if (RTL8192E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8192E){ -+ READ_AND_CONFIG_MP(8192E,_MAC_REG); -+ } -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE != ODM_AP) -+ -+//1 All platforms support -+#if (RTL8188E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188E){ -+ READ_AND_CONFIG_MP(8188E,_MAC_REG); -+ } -+#endif -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8814A){ -+ READ_AND_CONFIG_MP(8814A,_MAC_REG); -+ } -+#endif -+#if (RTL8703B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8703B) -+ READ_AND_CONFIG_MP(8703B, _MAC_REG); -+#endif -+ -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ READ_AND_CONFIG_MP(8188F, _MAC_REG); -+#endif -+ -+//1 New ICs (WIN only) -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if (RTL8821B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821B){ -+ READ_AND_CONFIG(8821B,_MAC_REG); -+ } -+#endif -+#if (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8822B) -+ READ_AND_CONFIG_MP(8822B, _MAC_REG); -+#endif -+ -+#if ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ READ_AND_CONFIG_TC(8188F,_MAC_REG); -+#endif -+#endif -+#if (RTL8195A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8195A) -+ READ_AND_CONFIG_MP(8195A,_MAC_REG); -+#endif -+#endif /*#if (DM_ODM_SUPPORT_TYPE & ODM_WIN)*/ -+ -+ return HAL_STATUS_SUCCESS; -+} -+ -+HAL_STATUS -+ODM_ConfigFWWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_FW_Config_Type ConfigType, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pSize -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+ -+#if (RTL8188E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ #ifdef CONFIG_SFW_SUPPORTED -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8188E_T,_FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8188E_T,_FW_WoWLAN); -+ else if(ConfigType == CONFIG_FW_NIC_2) -+ READ_FIRMWARE_MP(8188E_S,_FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN_2) -+ READ_FIRMWARE_MP(8188E_S,_FW_WoWLAN); -+ #ifdef CONFIG_AP_WOWLAN -+ if (ConfigType == CONFIG_FW_AP) -+ READ_FIRMWARE_MP(8188E_T,_FW_AP); -+ else if (ConfigType == CONFIG_FW_AP_2) -+ READ_FIRMWARE_MP(8188E_S,_FW_AP); -+ #endif //CONFIG_AP_WOWLAN -+ #else -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8188E_T,_FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8188E_T,_FW_WoWLAN); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP) -+ READ_FIRMWARE_MP(8188E_T,_FW_AP); -+ #endif //CONFIG_AP_WOWLAN -+ #endif -+ } -+#endif -+#if (RTL8723B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723B) -+ { -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8723B,_FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8723B,_FW_WoWLAN); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP_WoWLAN) -+ READ_FIRMWARE(8723B,_FW_AP_WoWLAN); -+ #endif -+ -+ } -+#endif //#if (RTL8723B_SUPPORT == 1) -+#if (RTL8812A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8812A,_FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8812A,_FW_WoWLAN); -+ else if (ConfigType == CONFIG_FW_BT) -+ READ_FIRMWARE_MP(8812A,_FW_NIC_BT); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP_WoWLAN) -+ READ_FIRMWARE(8812A,_FW_AP); -+ #endif -+ } -+#endif -+#if (RTL8821A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821){ -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8821A,_FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8821A,_FW_WoWLAN); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP_WoWLAN) -+ READ_FIRMWARE_MP(8821A , _FW_AP); -+ #endif /*CONFIG_AP_WOWLAN*/ -+ else if (ConfigType == CONFIG_FW_BT) -+ READ_FIRMWARE_MP(8821A,_FW_NIC_BT); -+ } -+#endif -+#if (RTL8192E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8192E) -+ { -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8192E,_FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8192E,_FW_WoWLAN); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP_WoWLAN) -+ READ_FIRMWARE_MP(8192E,_FW_AP); -+ #endif -+ } -+#endif -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8814A,_FW_NIC); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP_WoWLAN) -+ READ_FIRMWARE_MP(8814A,_FW_AP); -+ #endif -+ } -+#endif -+#if (RTL8703B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8703B) { -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8703B, _FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8703B, _FW_WoWLAN); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP_WoWLAN) -+ READ_FIRMWARE(8703B, _FW_AP_WoWLAN); -+ #endif -+ } -+#endif -+ -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) { -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8188F, _FW_NIC); -+ else if (ConfigType == CONFIG_FW_WoWLAN) -+ READ_FIRMWARE_MP(8188F, _FW_WoWLAN); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP) -+ READ_FIRMWARE_MP(8188F,_FW_AP); -+ #endif -+ } -+#endif -+ -+//1 New ICs (WIN only) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#if (RTL8821B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821B) -+ { -+ } -+#endif -+#if (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8822B) -+ { -+ /* -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8822B,_FW_NIC); -+ #ifdef CONFIG_AP_WOWLAN -+ else if (ConfigType == CONFIG_FW_AP_WoWLAN) -+ READ_FIRMWARE(8822B,_FW_AP); -+ #endif */ -+ } -+#endif -+#if ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ { -+ if (ConfigType == CONFIG_FW_NIC) -+ READ_FIRMWARE_MP(8188F,_FW_NIC); -+ } -+#endif -+#endif -+#endif//(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+#endif//(DM_ODM_SUPPORT_TYPE != ODM_AP) -+ return HAL_STATUS_SUCCESS; -+} -+ -+u4Byte -+ODM_GetHWImgVersion( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte Version=0; -+ -+//1 AP doesn't use PHYDM initialization in these ICs -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+#if (RTL8723A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723A) -+ Version = GET_VERSION_MP(8723A,_MAC_REG); -+#endif -+#if (RTL8723B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723B) -+ Version = GET_VERSION_MP(8723B,_MAC_REG); -+#endif -+#if (RTL8821A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821) -+ Version = GET_VERSION_MP(8821A,_MAC_REG); -+#endif -+#if (RTL8192E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8192E) -+ Version = GET_VERSION_MP(8192E,_MAC_REG); -+#endif -+#if (RTL8812A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8812) -+ Version = GET_VERSION_MP(8812A,_MAC_REG); -+#endif -+#endif //(DM_ODM_SUPPORT_TYPE != ODM_AP) -+ -+/*1 All platforms support*/ -+#if (RTL8188E_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188E) -+ Version = GET_VERSION_MP(8188E,_MAC_REG); -+#endif -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ Version = GET_VERSION_MP(8814A,_MAC_REG); -+#endif -+#if (RTL8703B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8703B) -+ Version = GET_VERSION_MP(8703B, _MAC_REG); -+#endif -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ Version = GET_VERSION_MP(8188F, _MAC_REG); -+#endif -+ -+//1 New ICs (WIN only) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#if (RTL8821B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8821B) -+ Version = GET_VERSION(8821B,_MAC_REG); -+#endif -+#if (RTL8822B_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8822B) -+ Version = GET_VERSION(8822B, _MAC_REG); -+#endif -+#if ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) -+ Version = GET_VERSION_TC(8188F, _MAC_REG); -+#endif -+#endif -+#endif //(DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+ return Version; -+} -+ -+#if (RTL8822B_SUPPORT == 1) -+/* For 8822B only!! need to move to FW finally */ -+/*==============================================*/ -+ -+VOID -+phydm_ResetPhyInfo( -+ IN PDM_ODM_T pPhydm, -+ OUT PODM_PHY_INFO_T pPhyInfo -+) -+{ -+ pPhyInfo->RxPWDBAll = 0; -+ pPhyInfo->SignalQuality = 0; -+ pPhyInfo->BandWidth = 0; -+#if (RTL8822B_SUPPORT == 1) -+ pPhyInfo->RxCount = 0; -+#endif -+ ODM_Memory_Set(pPhydm, pPhyInfo->RxMIMOSignalQuality, 0 , 4); -+ ODM_Memory_Set(pPhydm, pPhyInfo->RxMIMOSignalStrength, 0, 4); -+ ODM_Memory_Set(pPhydm, pPhyInfo->RxSNR, 0, 4); -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->RxPower = -110; -+ pPhyInfo->RecvSignalPower = -110; -+ pPhyInfo->BTRxRSSIPercentage = 0; -+ pPhyInfo->SignalStrength = 0; -+ pPhyInfo->btCoexPwrAdjust = 0; -+#if (RTL8822B_SUPPORT == 1) -+ pPhyInfo->channel = 0; -+ pPhyInfo->bMuPacket = 0; -+ pPhyInfo->bBeamformed = 0; -+ pPhyInfo->rxsc = 0; -+#endif -+ ODM_Memory_Set(pPhydm, pPhyInfo->RxPwr, -110, 4); -+ ODM_Memory_Set(pPhydm, pPhyInfo->RxMIMOEVMdbm, 0, 4); -+ ODM_Memory_Set(pPhydm, pPhyInfo->Cfo_short, 0, 8); -+ ODM_Memory_Set(pPhydm, pPhyInfo->Cfo_tail, 0, 8); -+#endif -+} -+ -+VOID -+phydm_SetPerPathPhyInfo( -+ IN u1Byte RxPath, -+ IN s1Byte RxPwr, -+ IN s1Byte RxEVM, -+ IN s1Byte Cfo_tail, -+ IN s1Byte RxSNR, -+ OUT PODM_PHY_INFO_T pPhyInfo -+) -+{ -+ u1Byte EVMdBm = 0; -+ u1Byte EVMPercentage = 0; -+ -+ /* SNR is S(8,1), EVM is S(8,1), CFO is S(8,7) */ -+ -+ if (RxEVM < 0) { -+ /* Calculate EVM in dBm */ -+ EVMdBm = ((u1Byte)(0 - RxEVM) >> 1); -+ -+ /* Calculate EVM in percentage */ -+ if (EVMdBm >= 33) -+ EVMPercentage = 100; -+ else -+ EVMPercentage = (EVMdBm << 1) + (EVMdBm); -+ } -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->RxPwr[RxPath] = RxPwr; -+ pPhyInfo->RxMIMOEVMdbm[RxPath] = EVMdBm; -+ -+ /* CFO = CFO_tail * 312.5 / 2^7 ~= CFO tail * 39/512 (kHz)*/ -+ pPhyInfo->Cfo_tail[RxPath] = Cfo_tail; -+ pPhyInfo->Cfo_tail[RxPath] = ((pPhyInfo->Cfo_tail[RxPath] << 5) + (pPhyInfo->Cfo_tail[RxPath] << 2) + -+ (pPhyInfo->Cfo_tail[RxPath] << 1) + (pPhyInfo->Cfo_tail[RxPath])) >> 9; -+#endif -+ -+ pPhyInfo->RxMIMOSignalStrength[RxPath] = odm_QueryRxPwrPercentage(RxPwr); -+ pPhyInfo->RxMIMOSignalQuality[RxPath] = EVMPercentage; -+ pPhyInfo->RxSNR[RxPath] = RxSNR >> 1; -+ -+/* -+ //if (pPktinfo->bPacketMatchBSSID) -+ { -+ DbgPrint("Path (%d)--------\n", RxPath); -+ DbgPrint("RxPwr = %d, Signal strength = %d\n", pPhyInfo->RxPwr[RxPath], pPhyInfo->RxMIMOSignalStrength[RxPath]); -+ DbgPrint("EVMdBm = %d, Signal quality = %d\n", pPhyInfo->RxMIMOEVMdbm[RxPath], pPhyInfo->RxMIMOSignalQuality[RxPath]); -+ DbgPrint("CFO = %d, SNR = %d\n", pPhyInfo->Cfo_tail[RxPath], pPhyInfo->RxSNR[RxPath]); -+ } -+*/ -+} -+ -+VOID -+phydm_SetCommonPhyInfo( -+ IN s1Byte RxPower, -+ IN u1Byte channel, -+ IN BOOLEAN bBeamformed, -+ IN BOOLEAN bMuPacket, -+ IN u1Byte bandwidth, -+ IN u1Byte signalQuality, -+ IN u1Byte rxsc, -+ OUT PODM_PHY_INFO_T pPhyInfo -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ pPhyInfo->RxPower = RxPower; /* RSSI in dB */ -+ pPhyInfo->RecvSignalPower = RxPower; /* RSSI in dB */ -+ pPhyInfo->channel = channel; /* channel number */ -+ pPhyInfo->bBeamformed = bBeamformed; /* apply BF */ -+ pPhyInfo->bMuPacket = bMuPacket; /* MU packet */ -+ pPhyInfo->rxsc = rxsc; -+#endif -+ pPhyInfo->RxPWDBAll = odm_QueryRxPwrPercentage(RxPower); /* RSSI in percentage */ -+ pPhyInfo->SignalQuality = signalQuality; /* signal quality */ -+ pPhyInfo->BandWidth = bandwidth; /* bandwidth */ -+ -+/* -+ //if (pPktinfo->bPacketMatchBSSID) -+ { -+ DbgPrint("RxPWDBAll = %d, RxPower = %d, RecvSignalPower = %d\n", pPhyInfo->RxPWDBAll, pPhyInfo->RxPower, pPhyInfo->RecvSignalPower); -+ DbgPrint("SignalQuality = %d\n", pPhyInfo->SignalQuality); -+ DbgPrint("bBeamformed = %d, bMuPacket = %d, RxCount = %d\n", pPhyInfo->bBeamformed, pPhyInfo->bMuPacket, pPhyInfo->RxCount + 1); -+ DbgPrint("channel = %d, rxsc = %d, BandWidth = %d\n", channel, rxsc, bandwidth); -+ } -+*/ -+} -+ -+VOID -+phydm_GetRxPhyStatusType0( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo, -+ OUT PODM_PHY_INFO_T pPhyInfo -+) -+{ -+ /* Type 0 is used for cck packet */ -+ -+ PPHY_STATUS_RPT_JAGUAR2_TYPE0 pPhyStaRpt = (PPHY_STATUS_RPT_JAGUAR2_TYPE0)pPhyStatus; -+ u1Byte i, SQ = 0; -+ -+ /* Calculate Signal Quality*/ -+ if (pPktinfo->bPacketMatchBSSID) { -+ if (pPhyStaRpt->signal_quality >= 64) -+ SQ = 0; -+ else if (pPhyStaRpt->signal_quality <= 20) -+ SQ = 100; -+ else { -+ /* mapping to 2~99% */ -+ SQ = 64 - pPhyStaRpt->signal_quality; -+ SQ = ((SQ << 3) + SQ) >> 2; -+ } -+ } -+ -+ /* Update CCK packet counter */ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusCCK++; -+ -+ /* Update Common information */ -+ phydm_SetCommonPhyInfo((pPhyStaRpt->pwdb - 110), pPhyStaRpt->channel, FALSE, -+ FALSE, ODM_BW20M, SQ, pPhyStaRpt->rxsc, pPhyInfo); -+ -+ /* Update CCK pwdb */ -+ phydm_SetPerPathPhyInfo(ODM_RF_PATH_A, (pPhyStaRpt->pwdb - 110), 0, 0, 0, pPhyInfo); /* Update per-path information */ -+ -+/* -+ //if (pPktinfo->bPacketMatchBSSID) -+ { -+ DbgPrint("pwdb = 0x%x, MP gain index = 0x%x, TRSW = 0x%x\n", pPhyStaRpt->pwdb, pPhyStaRpt->gain, pPhyStaRpt->trsw); -+ DbgPrint("channel = %d, band = %d, rxsc = %d\n", pPhyStaRpt->channel, pPhyStaRpt->band, pPhyStaRpt->rxsc); -+ DbgPrint("agc_table = 0x%x, agc_rpt 0x%x, bb_power = 0x%x\n", pPhyStaRpt->agc_table, pPhyStaRpt->agc_rpt, pPhyStaRpt->bb_power); -+ DbgPrint("length = %d, SQ = %d\n", pPhyStaRpt->length, pPhyStaRpt->signal_quality); -+ DbgPrint("antidx a = 0x%x, b = 0x%x, c = 0x%x, d = 0x%x\n", pPhyStaRpt->antidx_a, pPhyStaRpt->antidx_b, pPhyStaRpt->antidx_c, pPhyStaRpt->antidx_d); -+ DbgPrint("rsvd_0 = 0x%x, rsvd_1 = 0x%x, rsvd_2 = 0x%x\n", pPhyStaRpt->rsvd_0, pPhyStaRpt->rsvd_1, pPhyStaRpt->rsvd_2); -+ DbgPrint("rsvd_3 = 0x%x, rsvd_4 = 0x%x, rsvd_5 = 0x%x\n", pPhyStaRpt->rsvd_3, pPhyStaRpt->rsvd_4, pPhyStaRpt->rsvd_5); -+ DbgPrint("rsvd_6 = 0x%x, rsvd_7 = 0x%x, rsvd_8 = 0x%x\n", pPhyStaRpt->rsvd_6, pPhyStaRpt->rsvd_7, pPhyStaRpt->rsvd_8); -+ } -+*/ -+} -+ -+VOID -+phydm_GetRxPhyStatusType1( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo, -+ OUT PODM_PHY_INFO_T pPhyInfo -+) -+{ -+ /* Type 1 is used for ofdm packet */ -+ -+ PPHY_STATUS_RPT_JAGUAR2_TYPE1 pPhyStaRpt = (PPHY_STATUS_RPT_JAGUAR2_TYPE1)pPhyStatus; -+ s1Byte rx_pwr_db = -120; -+ u1Byte i, rxsc, bw, RxCount = 0; -+ BOOLEAN bMU; -+ -+ /* Update OFDM packet counter */ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM++; -+ -+ /* Update per-path information */ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX_JAGUAR; i++) { -+ if (pDM_Odm->RXAntStatus & BIT(i)) { -+ s1Byte rx_path_pwr_db; -+ -+ /* RX path counter */ -+ RxCount++; -+ -+ /* Update per-path information (RSSI_dB RSSI_percentage EVM SNR CFO SQ) */ -+ /* EVM report is reported by stream, not path */ -+ rx_path_pwr_db = pPhyStaRpt->pwdb[i] - 110; /* per-path pwdb in dB domain */ -+ phydm_SetPerPathPhyInfo(i, rx_path_pwr_db, pPhyStaRpt->rxevm[RxCount - 1], -+ pPhyStaRpt->cfo_tail[i], pPhyStaRpt->rxsnr[i], pPhyInfo); -+ -+ /* search maximum pwdb */ -+ if (rx_path_pwr_db > rx_pwr_db) -+ rx_pwr_db = rx_path_pwr_db; -+ } -+ } -+ -+ /* mapping RX counter from 1~4 to 0~3 */ -+ if (RxCount > 0) -+ pPhyInfo->RxCount = RxCount - 1; -+ -+ /* Check if MU packet or not */ -+ if ((pPhyStaRpt->gid != 0) && (pPhyStaRpt->gid != 63)) { -+ bMU = TRUE; -+ pDM_Odm->PhyDbgInfo.NumQryMuPkt++; -+ } else -+ bMU = FALSE; -+ -+ /* Count BF packet */ -+ pDM_Odm->PhyDbgInfo.NumQryBfPkt = pDM_Odm->PhyDbgInfo.NumQryBfPkt + pPhyStaRpt->beamformed; -+ -+ /* Check sub-channel */ -+ if ((pPktinfo->DataRate > ODM_RATE11M) && (pPktinfo->DataRate < ODM_RATEMCS0)) -+ rxsc = pPhyStaRpt->l_rxsc; -+ else -+ rxsc = pPhyStaRpt->ht_rxsc; -+ -+ /* Check RX bandwidth */ -+ if ((rxsc >= 1) && (rxsc <= 8)) -+ bw = ODM_BW20M; -+ else if ((rxsc >= 9) && (rxsc <= 12)) -+ bw = ODM_BW40M; -+ else if (rxsc >= 13) -+ bw = ODM_BW80M; -+ else -+ bw = pPhyStaRpt->rf_mode; -+ -+ /* Update packet information */ -+ phydm_SetCommonPhyInfo(rx_pwr_db, pPhyStaRpt->channel, (BOOLEAN)pPhyStaRpt->beamformed, -+ bMU, bw, odm_EVMdbToPercentage(pPhyStaRpt->rxevm[0]), rxsc, pPhyInfo); -+ -+/* -+ //if (pPktinfo->bPacketMatchBSSID) -+ { -+ DbgPrint("channel = %d, band = %d, l_rxsc = %d, ht_rxsc = %d, rf_mode = %d\n", pPhyStaRpt->channel, pPhyStaRpt->band, pPhyStaRpt->l_rxsc, pPhyStaRpt->ht_rxsc, pPhyStaRpt->rf_mode); -+ DbgPrint("Antidx A = %d, B = %d, C = %d, D = %d\n", pPhyStaRpt->antidx_a, pPhyStaRpt->antidx_b, pPhyStaRpt->antidx_c, pPhyStaRpt->antidx_d); -+ DbgPrint("pwdb A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->pwdb[0], pPhyStaRpt->pwdb[1], pPhyStaRpt->pwdb[2], pPhyStaRpt->pwdb[3]); -+ DbgPrint("EVM A: %d, B: %d, C: %d, D: %d\n", pPhyStaRpt->rxevm[0], pPhyStaRpt->rxevm[1], pPhyStaRpt->rxevm[2], pPhyStaRpt->rxevm[3]); -+ DbgPrint("SNR A: %d, B: %d, C: %d, D: %d\n", pPhyStaRpt->rxsnr[0], pPhyStaRpt->rxsnr[1], pPhyStaRpt->rxsnr[2], pPhyStaRpt->rxsnr[3]); -+ DbgPrint("CFO A: %d, B: %d, C: %d, D: %d\n", pPhyStaRpt->cfo_tail[0], pPhyStaRpt->cfo_tail[1], pPhyStaRpt->cfo_tail[2], pPhyStaRpt->cfo_tail[3]); -+ DbgPrint("paid = %d, gid = %d, length = %d\n", (pPhyStaRpt->paid + (pPhyStaRpt->paid_msb<<8)), pPhyStaRpt->gid, pPhyStaRpt->lsig_length); -+ DbgPrint("ldpc: %d, stbc: %d, bf: %d, gnt_bt: %d, antsw: %d\n", pPhyStaRpt->ldpc, pPhyStaRpt->stbc, pPhyStaRpt->beamformed, pPhyStaRpt->gnt_bt, pPhyStaRpt->hw_antsw_occu); -+ DbgPrint("NBI: %d, pos: %d\n", pPhyStaRpt->nb_intf_flag, (pPhyStaRpt->intf_pos + (pPhyStaRpt->intf_pos_msb<<8))); -+ DbgPrint("rsvd_0 = %d, rsvd_1 = %d, rsvd_2 = %d, rsvd_3 = %d, rsvd_4 = %d, rsvd_5 = %d\n", pPhyStaRpt->rsvd_0, pPhyStaRpt->rsvd_1, pPhyStaRpt->rsvd_2, pPhyStaRpt->rsvd_3, pPhyStaRpt->rsvd_4, pPhyStaRpt->rsvd_5); -+ } -+ DbgPrint("phydm_GetRxPhyStatusType1 pPktinfo->bPacketMatchBSSID = %d\n", pPktinfo->bPacketMatchBSSID); -+ DbgPrint("pPktinfo->DataRate = 0x%x\n", pPktinfo->DataRate); -+*/ -+} -+ -+VOID -+phydm_GetRxPhyStatusType2( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo, -+ OUT PODM_PHY_INFO_T pPhyInfo -+) -+{ -+ PPHY_STATUS_RPT_JAGUAR2_TYPE2 pPhyStaRpt = (PPHY_STATUS_RPT_JAGUAR2_TYPE2)pPhyStatus; -+ s1Byte rx_pwr_db = -120; -+ u1Byte i, rxsc, bw, RxCount = 0; -+ -+ /* Update OFDM packet counter */ -+ pDM_Odm->PhyDbgInfo.NumQryPhyStatusOFDM++; -+ -+ /* Update per-path information */ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX_JAGUAR; i++) { -+ if (pDM_Odm->RXAntStatus & BIT(i)) { -+ s1Byte rx_path_pwr_db; -+ -+ /* RX path counter */ -+ RxCount++; -+ -+ /* Update per-path information (RSSI_dB RSSI_percentage EVM SNR CFO SQ) */ -+ rx_path_pwr_db = pPhyStaRpt->pwdb[i] - 110; /* per-path pwdb in dB domain */ -+ phydm_SetPerPathPhyInfo(i, rx_path_pwr_db, 0, 0, 0, pPhyInfo); -+ -+ /* search maximum pwdb */ -+ if (rx_path_pwr_db > rx_pwr_db) -+ rx_pwr_db = rx_path_pwr_db; -+ } -+ } -+ -+ /* mapping RX counter from 1~4 to 0~3 */ -+ if (RxCount > 0) -+ pPhyInfo->RxCount = RxCount - 1; -+ -+ /* Check RX sub-channel */ -+ if ((pPktinfo->DataRate > ODM_RATE11M) && (pPktinfo->DataRate < ODM_RATEMCS0)) -+ rxsc = pPhyStaRpt->l_rxsc; -+ else -+ rxsc = pPhyStaRpt->ht_rxsc; -+ -+ /* Check RX bandwidth */ -+ /* the BW information of sc=0 is useless, because there is no information of RF mode*/ -+ if ((rxsc >= 1) && (rxsc <= 8)) -+ bw = ODM_BW20M; -+ else if ((rxsc >= 9) && (rxsc <= 12)) -+ bw = ODM_BW40M; -+ else if (rxsc >= 13) -+ bw = ODM_BW80M; -+ else -+ bw = ODM_BW20M; -+ -+ /* Update packet information */ -+ phydm_SetCommonPhyInfo(rx_pwr_db, pPhyStaRpt->channel, (BOOLEAN)pPhyStaRpt->beamformed, -+ FALSE, bw, 0, rxsc, pPhyInfo); -+ -+/* -+ //if (pPktinfo->bPacketMatchBSSID) -+ { -+ DbgPrint("channel = %d, band = %d, l_rxsc = %d, ht_rxsc = %d\n", pPhyStaRpt->channel, pPhyStaRpt->band, pPhyStaRpt->l_rxsc, pPhyStaRpt->ht_rxsc); -+ DbgPrint("pwdb A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->pwdb[0], pPhyStaRpt->pwdb[1], pPhyStaRpt->pwdb[2], pPhyStaRpt->pwdb[3]); -+ DbgPrint("Agc table A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->agc_table_a, pPhyStaRpt->agc_table_b, pPhyStaRpt->agc_table_c, pPhyStaRpt->agc_table_d); -+ DbgPrint("Gain A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->gain_a, pPhyStaRpt->gain_b, pPhyStaRpt->gain_c, pPhyStaRpt->gain_d); -+ DbgPrint("TRSW A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->trsw_a, pPhyStaRpt->trsw_b, pPhyStaRpt->trsw_c, pPhyStaRpt->trsw_d); -+ DbgPrint("AAGC step A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->aagc_step_a, pPhyStaRpt->aagc_step_b, pPhyStaRpt->aagc_step_c, pPhyStaRpt->aagc_step_d); -+ DbgPrint("HT AAGC gain A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->ht_aagc_gain[0], pPhyStaRpt->ht_aagc_gain[1], pPhyStaRpt->ht_aagc_gain[2], pPhyStaRpt->ht_aagc_gain[3]); -+ DbgPrint("DAGC gain A: 0x%x, B: 0x%x, C: 0x%x, D: 0x%x\n", pPhyStaRpt->dagc_gain[0], pPhyStaRpt->dagc_gain[1], pPhyStaRpt->dagc_gain[2], pPhyStaRpt->dagc_gain[3]); -+ DbgPrint("ldpc: %d, stbc: %d, bf: %d, gnt_bt: %d, antsw: %d\n", pPhyStaRpt->ldpc, pPhyStaRpt->stbc, pPhyStaRpt->beamformed, pPhyStaRpt->gnt_bt, pPhyStaRpt->hw_antsw_occu); -+ DbgPrint("counter: %d, syn_count: %d\n", pPhyStaRpt->counter, pPhyStaRpt->syn_count); -+ DbgPrint("cnt_cca2agc_rdy: %d, cnt_pw2cca: %d, shift_l_map\n", pPhyStaRpt->cnt_cca2agc_rdy, pPhyStaRpt->cnt_pw2cca, pPhyStaRpt->shift_l_map); -+ DbgPrint("rsvd_0 = %d, rsvd_1 = %d, rsvd_2 = %d, rsvd_3 = %d, rsvd_4 = %d, rsvd_5 = %d\n", pPhyStaRpt->rsvd_0, pPhyStaRpt->rsvd_1, pPhyStaRpt->rsvd_2, pPhyStaRpt->rsvd_3, pPhyStaRpt->rsvd_4); -+ DbgPrint("rsvd_5 = %d, rsvd_6 = %d, rsvd_6 = %d\n", pPhyStaRpt->rsvd_5, pPhyStaRpt->rsvd_6, pPhyStaRpt->rsvd_7); -+ } -+*/ -+} -+ -+VOID -+phydm_GetRxPhyStatusType5( -+ IN pu1Byte pPhyStatus -+) -+{ -+/* -+ DbgPrint("DW0: 0x%02x%02x%02x%02x\n", *(pPhyStatus + 3), *(pPhyStatus + 2), *(pPhyStatus + 1), *(pPhyStatus + 0)); -+ DbgPrint("DW1: 0x%02x%02x%02x%02x\n", *(pPhyStatus + 7), *(pPhyStatus + 6), *(pPhyStatus + 5), *(pPhyStatus + 4)); -+ DbgPrint("DW2: 0x%02x%02x%02x%02x\n", *(pPhyStatus + 11), *(pPhyStatus + 10), *(pPhyStatus + 9), *(pPhyStatus + 8)); -+ DbgPrint("DW3: 0x%02x%02x%02x%02x\n", *(pPhyStatus + 15), *(pPhyStatus + 14), *(pPhyStatus + 13), *(pPhyStatus + 12)); -+ DbgPrint("DW4: 0x%02x%02x%02x%02x\n", *(pPhyStatus + 19), *(pPhyStatus + 18), *(pPhyStatus + 17), *(pPhyStatus + 16)); -+ DbgPrint("DW5: 0x%02x%02x%02x%02x\n", *(pPhyStatus + 23), *(pPhyStatus + 22), *(pPhyStatus + 21), *(pPhyStatus + 20)); -+ DbgPrint("DW6: 0x%02x%02x%02x%02x\n", *(pPhyStatus + 27), *(pPhyStatus + 26), *(pPhyStatus + 25), *(pPhyStatus + 24)); -+*/ -+} -+ -+VOID -+phydm_Process_RSSIForDM_Jaguar2( -+ IN OUT PDM_ODM_T pDM_Odm, -+ IN PODM_PHY_INFO_T pPhyInfo, -+ IN PODM_PACKET_INFO_T pPktinfo -+ ) -+{ -+ u4Byte UndecoratedSmoothedPWDB, RSSI_Ave; -+ u1Byte i; -+ PSTA_INFO_T pEntry; -+ -+ if (pPktinfo->StationID >= ODM_ASSOCIATE_ENTRY_NUM) -+ return; -+ -+ pEntry = pDM_Odm->pODM_StaInfo[pPktinfo->StationID]; -+ -+ if (!IS_STA_VALID(pEntry)) -+ return; -+ -+ if ((!pPktinfo->bPacketMatchBSSID))/*data frame only*/ -+ return; -+ -+ if (pPktinfo->bPacketBeacon) -+ pDM_Odm->PhyDbgInfo.NumQryBeaconPkt++; -+ -+ if (pPktinfo->bPacketToSelf || pPktinfo->bPacketBeacon) { -+ u4Byte RSSI_linear = 0; -+ -+ UndecoratedSmoothedPWDB = (u4Byte)pEntry->rssi_stat.UndecoratedSmoothedPWDB; -+ pDM_Odm->RSSI_A = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_A]; -+ pDM_Odm->RSSI_B = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_B]; -+ pDM_Odm->RSSI_C = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_C]; -+ pDM_Odm->RSSI_D = pPhyInfo->RxMIMOSignalStrength[ODM_RF_PATH_D]; -+ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_MAX_JAGUAR; i++) { -+ if (pPhyInfo->RxMIMOSignalStrength[i] != 0) -+ RSSI_linear += odm_ConvertTo_linear(pPhyInfo->RxMIMOSignalStrength[i]); -+ } -+ -+ switch (pPhyInfo->RxCount + 1) { -+ case 2: -+ RSSI_linear = (RSSI_linear >> 1); -+ break; -+ case 3: -+ RSSI_linear = ((RSSI_linear) + (RSSI_linear << 1) + (RSSI_linear << 3)) >> 5; /* RSSI_linear/3 ~ RSSI_linear*11/32 */ -+ break; -+ case 4: -+ RSSI_linear = (RSSI_linear >> 2); -+ break; -+ } -+ RSSI_Ave = odm_ConvertTo_dB(RSSI_linear); -+ -+ if (UndecoratedSmoothedPWDB <= 0) -+ UndecoratedSmoothedPWDB = pPhyInfo->RxPWDBAll; -+ else -+ UndecoratedSmoothedPWDB = (RSSI_Ave + ((UndecoratedSmoothedPWDB<<4) - UndecoratedSmoothedPWDB))>>4; -+ -+ pEntry->rssi_stat.UndecoratedSmoothedPWDB = (s4Byte)UndecoratedSmoothedPWDB; -+ } -+} -+ -+VOID -+phydm_RxPhyStatusJaguarSeries2( -+ IN PDM_ODM_T pPhydm, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo, -+ OUT PODM_PHY_INFO_T pPhyInfo -+) -+{ -+ u1Byte phy_status_type = (*pPhyStatus & 0xf); -+ -+ /*DbgPrint("phydm_RxPhyStatusJaguarSeries2================> (page: %d)\n", phy_status_type);*/ -+ -+ /* Memory reset */ -+ phydm_ResetPhyInfo(pPhydm, pPhyInfo); -+ -+ /* Phy status parsing */ -+ switch (phy_status_type) { -+ case 0: -+ { -+ phydm_GetRxPhyStatusType0(pPhydm, pPhyStatus, pPktinfo, pPhyInfo); -+ break; -+ } -+ case 1: -+ { -+ phydm_GetRxPhyStatusType1(pPhydm, pPhyStatus, pPktinfo, pPhyInfo); -+ break; -+ } -+ case 2: -+ { -+ phydm_GetRxPhyStatusType2(pPhydm, pPhyStatus, pPktinfo, pPhyInfo); -+ break; -+ } -+ case 5: -+ { -+ phydm_GetRxPhyStatusType5(pPhyStatus); -+ return; -+ } -+ default: -+ return; -+ } -+ -+ /* Update signal strength to UI, and pPhyInfo->RxPWDBAll is the maximum RSSI of all path */ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pPhyInfo->SignalStrength = SignalScaleProc(pPhydm->Adapter, pPhyInfo->RxPWDBAll, FALSE, FALSE); -+#else -+ pPhyInfo->SignalStrength = (u1Byte)(odm_SignalScaleMapping(pPhydm, pPhyInfo->RxPWDBAll)); -+#endif -+ -+ /* Calculate average RSSI and smoothed RSSI */ -+ phydm_Process_RSSIForDM_Jaguar2(pPhydm, pPhyInfo, pPktinfo); -+ -+} -+/*==============================================*/ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.h linux/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_hwconfig.h 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,506 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __HALHWOUTSRC_H__ -+#define __HALHWOUTSRC_H__ -+ -+ -+/*--------------------------Define -------------------------------------------*/ -+ -+#define AGC_DIFF_CONFIG_MP(ic, band) (ODM_ReadAndConfig_MP_##ic##_AGC_TAB_DIFF(pDM_Odm, Array_MP_##ic##_AGC_TAB_DIFF_##band, \ -+ sizeof(Array_MP_##ic##_AGC_TAB_DIFF_##band)/sizeof(u4Byte))) -+#define AGC_DIFF_CONFIG_TC(ic, band) (ODM_ReadAndConfig_TC_##ic##_AGC_TAB_DIFF(pDM_Odm, Array_TC_##ic##_AGC_TAB_DIFF_##band, \ -+ sizeof(Array_TC_##ic##_AGC_TAB_DIFF_##band)/sizeof(u4Byte))) -+ -+#define AGC_DIFF_CONFIG(ic, band) do {\ -+ if (pDM_Odm->bIsMPChip)\ -+ AGC_DIFF_CONFIG_MP(ic,band);\ -+ else\ -+ AGC_DIFF_CONFIG_TC(ic,band);\ -+ } while(0) -+ -+ -+//============================================================ -+// structure and define -+//============================================================ -+ -+__PACK typedef struct _Phy_Rx_AGC_Info -+{ -+ #if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte gain:7,trsw:1; -+ #else -+ u1Byte trsw:1,gain:7; -+ #endif -+} __WLAN_ATTRIB_PACK__ PHY_RX_AGC_INFO_T, *pPHY_RX_AGC_INFO_T; -+ -+__PACK typedef struct _Phy_Status_Rpt_8192cd { -+ PHY_RX_AGC_INFO_T path_agc[2]; -+ u1Byte ch_corr[2]; -+ u1Byte cck_sig_qual_ofdm_pwdb_all; -+ u1Byte cck_agc_rpt_ofdm_cfosho_a; -+ u1Byte cck_rpt_b_ofdm_cfosho_b; -+ u1Byte rsvd_1;/*ch_corr_msb;*/ -+ u1Byte noise_power_db_msb; -+ s1Byte path_cfotail[2]; -+ u1Byte pcts_mask[2]; -+ s1Byte stream_rxevm[2]; -+ u1Byte path_rxsnr[2]; -+ u1Byte noise_power_db_lsb; -+ u1Byte rsvd_2[3]; -+ u1Byte stream_csi[2]; -+ u1Byte stream_target_csi[2]; -+ s1Byte sig_evm; -+ u1Byte rsvd_3; -+ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte antsel_rx_keep_2: 1; /*ex_intf_flg:1;*/ -+ u1Byte sgi_en: 1; -+ u1Byte rxsc: 2; -+ u1Byte idle_long: 1; -+ u1Byte r_ant_train_en: 1; -+ u1Byte ant_sel_b: 1; -+ u1Byte ant_sel: 1; -+#else /*_BIG_ENDIAN_ */ -+ u1Byte ant_sel: 1; -+ u1Byte ant_sel_b: 1; -+ u1Byte r_ant_train_en: 1; -+ u1Byte idle_long: 1; -+ u1Byte rxsc: 2; -+ u1Byte sgi_en: 1; -+ u1Byte antsel_rx_keep_2: 1;/*ex_intf_flg:1;*/ -+#endif -+} __WLAN_ATTRIB_PACK__ PHY_STATUS_RPT_8192CD_T, *PPHY_STATUS_RPT_8192CD_T; -+ -+ -+typedef struct _Phy_Status_Rpt_8812 { -+/* DWORD 0*/ -+ u1Byte gain_trsw[2]; /*path-A and path-B {TRSW, gain[6:0] }*/ -+ u1Byte chl_num_LSB; /*channel number[7:0]*/ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte chl_num_MSB: 2; /*channel number[9:8]*/ -+ u1Byte sub_chnl: 4; /*sub-channel location[3:0]*/ -+ u1Byte r_RFMOD: 2; /*RF mode[1:0]*/ -+#else /*_BIG_ENDIAN_ */ -+ u1Byte r_RFMOD: 2; -+ u1Byte sub_chnl: 4; -+ u1Byte chl_num_MSB: 2; -+#endif -+ -+/* DWORD 1*/ -+ u1Byte pwdb_all; /*CCK signal quality / OFDM pwdb all*/ -+ s1Byte cfosho[2]; /*DW1 byte 1 DW1 byte2 CCK AGC report and CCK_BB_Power / OFDM Path-A and Path-B short CFO*/ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ /*this should be checked again because the definition of 8812 and 8814 is different*/ -+/* u1Byte r_cck_rx_enable_pathc:2; cck rx enable pathc[1:0]*/ -+/* u1Byte cck_rx_path:4; cck rx path[3:0]*/ -+ u1Byte resvd_0: 6; -+ u1Byte bt_RF_ch_MSB: 2; /*8812A:2'b0 8814A: bt rf channel keep[7:6]*/ -+#else /*_BIG_ENDIAN_*/ -+ u1Byte bt_RF_ch_MSB: 2; -+ u1Byte resvd_0: 6; -+#endif -+ -+/* DWORD 2*/ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte ant_div_sw_a: 1; /*8812A: ant_div_sw_a 8814A: 1'b0*/ -+ u1Byte ant_div_sw_b: 1; /*8812A: ant_div_sw_b 8814A: 1'b0*/ -+ u1Byte bt_RF_ch_LSB: 6; /*8812A: 6'b0 8814A: bt rf channel keep[5:0]*/ -+#else /*_BIG_ENDIAN_ */ -+ u1Byte bt_RF_ch_LSB: 6; -+ u1Byte ant_div_sw_b: 1; -+ u1Byte ant_div_sw_a: 1; -+#endif -+ s1Byte cfotail[2]; /*DW2 byte 1 DW2 byte 2 path-A and path-B CFO tail*/ -+ u1Byte PCTS_MSK_RPT_0; /*PCTS mask report[7:0]*/ -+ u1Byte PCTS_MSK_RPT_1; /*PCTS mask report[15:8]*/ -+ -+/* DWORD 3*/ -+ s1Byte rxevm[2]; /*DW3 byte 1 DW3 byte 2 stream 1 and stream 2 RX EVM*/ -+ s1Byte rxsnr[2]; /*DW3 byte 3 DW4 byte 0 path-A and path-B RX SNR*/ -+ -+/* DWORD 4*/ -+ u1Byte PCTS_MSK_RPT_2; /*PCTS mask report[23:16]*/ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte PCTS_MSK_RPT_3: 6; /*PCTS mask report[29:24]*/ -+ u1Byte pcts_rpt_valid: 1; /*pcts_rpt_valid*/ -+ u1Byte resvd_1: 1; /*1'b0*/ -+#else /*_BIG_ENDIAN_*/ -+ u1Byte resvd_1: 1; -+ u1Byte pcts_rpt_valid: 1; -+ u1Byte PCTS_MSK_RPT_3: 6; -+#endif -+ s1Byte rxevm_cd[2]; /*DW 4 byte 3 DW5 byte 0 8812A: 16'b0 8814A: stream 3 and stream 4 RX EVM*/ -+ -+/* DWORD 5*/ -+ u1Byte csi_current[2]; /*DW5 byte 1 DW5 byte 2 8812A: stream 1 and 2 CSI 8814A: path-C and path-D RX SNR*/ -+ u1Byte gain_trsw_cd[2]; /*DW5 byte 3 DW6 byte 0 path-C and path-D {TRSW, gain[6:0] }*/ -+ -+/* DWORD 6*/ -+ s1Byte sigevm; /*signal field EVM*/ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte antidx_antc: 3; /*8812A: 3'b0 8814A: antidx_antc[2:0]*/ -+ u1Byte antidx_antd: 3; /*8812A: 3'b0 8814A: antidx_antd[2:0]*/ -+ u1Byte dpdt_ctrl_keep: 1; /*8812A: 1'b0 8814A: dpdt_ctrl_keep*/ -+ u1Byte GNT_BT_keep: 1; /*8812A: 1'b0 8814A: GNT_BT_keep*/ -+#else /*_BIG_ENDIAN_*/ -+ u1Byte GNT_BT_keep: 1; -+ u1Byte dpdt_ctrl_keep: 1; -+ u1Byte antidx_antd: 3; -+ u1Byte antidx_antc: 3; -+#endif -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte antidx_anta: 3; /*antidx_anta[2:0]*/ -+ u1Byte antidx_antb: 3; /*antidx_antb[2:0]*/ -+ u1Byte hw_antsw_occur: 2; /*1'b0*/ -+#else /*_BIG_ENDIAN_*/ -+ u1Byte hw_antsw_occur: 2; -+ u1Byte antidx_antb: 3; -+ u1Byte antidx_anta: 3; -+#endif -+} PHY_STATUS_RPT_8812_T, *PPHY_STATUS_RPT_8812_T; -+ -+VOID -+odm_Init_RSSIForDM( -+ IN OUT PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+ODM_PhyStatusQuery( -+ IN OUT PDM_ODM_T pDM_Odm, -+ OUT PODM_PHY_INFO_T pPhyInfo, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo -+ ); -+ -+VOID -+ODM_MacStatusQuery( -+ IN OUT PDM_ODM_T pDM_Odm, -+ IN pu1Byte pMacStatus, -+ IN u1Byte MacID, -+ IN BOOLEAN bPacketMatchBSSID, -+ IN BOOLEAN bPacketToSelf, -+ IN BOOLEAN bPacketBeacon -+ ); -+ -+HAL_STATUS -+ODM_ConfigRFWithTxPwrTrackHeaderFile( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+HAL_STATUS -+ODM_ConfigRFWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_Config_Type ConfigType, -+ IN ODM_RF_RADIO_PATH_E eRFPath -+ ); -+ -+HAL_STATUS -+ODM_ConfigBBWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_BB_Config_Type ConfigType -+ ); -+ -+HAL_STATUS -+ODM_ConfigMACWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+HAL_STATUS -+ODM_ConfigFWWithHeaderFile( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_FW_Config_Type ConfigType, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pSize -+ ); -+ -+u4Byte -+ODM_GetHWImgVersion( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+s4Byte -+odm_SignalScaleMapping( -+ IN OUT PDM_ODM_T pDM_Odm, -+ IN s4Byte CurrSig -+ ); -+ -+#if (RTL8822B_SUPPORT == 1) -+/*For 8822B only!! need to move to FW finally */ -+/*==============================================*/ -+VOID -+phydm_RxPhyStatusJaguarSeries2( -+ IN PDM_ODM_T pPhydm, -+ IN pu1Byte pPhyStatus, -+ IN PODM_PACKET_INFO_T pPktinfo, -+ OUT PODM_PHY_INFO_T pPhyInfo -+); -+ -+typedef struct _Phy_Status_Rpt_Jaguar2_Type0 { -+ /* DW0 */ -+ u1Byte page_num; -+ u1Byte pwdb; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte gain: 6; -+ u1Byte rsvd_0: 1; -+ u1Byte trsw: 1; -+#else -+ u1Byte trsw: 1; -+ u1Byte rsvd_0: 1; -+ u1Byte gain: 6; -+#endif -+ u1Byte rsvd_1; -+ -+ /* DW1 */ -+ u1Byte rsvd_2; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte rxsc: 4; -+ u1Byte agc_table: 4; -+#else -+ u1Byte agc_table: 4; -+ u1Byte rxsc: 4; -+#endif -+ u1Byte channel; -+ u1Byte band; -+ -+ /* DW2 */ -+ u2Byte length; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte antidx_a: 3; -+ u1Byte antidx_b: 3; -+ u1Byte rsvd_3: 2; -+ u1Byte antidx_c: 3; -+ u1Byte antidx_d: 3; -+ u1Byte rsvd_4:2; -+#else -+ u1Byte rsvd_3: 2; -+ u1Byte antidx_b: 3; -+ u1Byte antidx_a: 3; -+ u1Byte rsvd_4:2; -+ u1Byte antidx_d: 3; -+ u1Byte antidx_c: 3; -+#endif -+ -+ /* DW3 */ -+ u1Byte signal_quality; -+ u1Byte agc_rpt; -+ u1Byte bb_power; -+ u1Byte rsvd_5; -+ -+ /* DW4 */ -+ u4Byte rsvd_6; -+ -+ /* DW5 */ -+ u4Byte rsvd_7; -+ -+ /* DW6 */ -+ u4Byte rsvd_8; -+} PHY_STATUS_RPT_JAGUAR2_TYPE0, *PPHY_STATUS_RPT_JAGUAR2_TYPE0; -+ -+typedef struct _Phy_Status_Rpt_Jaguar2_Type1 { -+ /* DW0 and DW1 */ -+ u1Byte page_num; -+ u1Byte pwdb[4]; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte l_rxsc: 4; -+ u1Byte ht_rxsc: 4; -+#else -+ u1Byte ht_rxsc: 4; -+ u1Byte l_rxsc: 4; -+#endif -+ u1Byte channel; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte band: 2; -+ u1Byte rsvd_0: 1; -+ u1Byte hw_antsw_occu: 1; -+ u1Byte gnt_bt: 1; -+ u1Byte ldpc: 1; -+ u1Byte stbc: 1; -+ u1Byte beamformed: 1; -+#else -+ u1Byte beamformed: 1; -+ u1Byte stbc: 1; -+ u1Byte ldpc: 1; -+ u1Byte gnt_bt: 1; -+ u1Byte hw_antsw_occu: 1; -+ u1Byte rsvd_0: 1; -+ u1Byte band: 2; -+#endif -+ -+ /* DW2 */ -+ u2Byte lsig_length; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte antidx_a: 3; -+ u1Byte antidx_b: 3; -+ u1Byte rsvd_1: 2; -+ u1Byte antidx_c: 3; -+ u1Byte antidx_d: 3; -+ u1Byte rsvd_2: 2; -+#else -+ u1Byte rsvd_1: 2; -+ u1Byte antidx_b: 3; -+ u1Byte antidx_a: 3; -+ u1Byte rsvd_2: 2; -+ u1Byte antidx_d: 3; -+ u1Byte antidx_c: 3; -+#endif -+ -+ /* DW3 */ -+ u1Byte paid; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte paid_msb: 1; -+ u1Byte gid: 6; -+ u1Byte rsvd_3: 1; -+#else -+ u1Byte rsvd_3: 1; -+ u1Byte gid: 6; -+ u1Byte paid_msb: 1; -+#endif -+ u1Byte intf_pos; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte intf_pos_msb: 1; -+ u1Byte rsvd_4: 2; -+ u1Byte nb_intf_flag: 1; -+ u1Byte rf_mode: 2; -+ u1Byte rsvd_5: 2; -+#else -+ u1Byte rsvd_5: 2; -+ u1Byte rf_mode: 2; -+ u1Byte nb_intf_flag: 1; -+ u1Byte rsvd_4: 2; -+ u1Byte intf_pos_msb: 1; -+#endif -+ -+ /* DW4 */ -+ s1Byte rxevm[4]; /* s(8,1) */ -+ -+ /* DW5 */ -+ s1Byte cfo_tail[4]; /* s(8,7) */ -+ -+ /* DW6 */ -+ s1Byte rxsnr[4]; /* s(8,1) */ -+} PHY_STATUS_RPT_JAGUAR2_TYPE1, *PPHY_STATUS_RPT_JAGUAR2_TYPE1; -+ -+typedef struct _Phy_Status_Rpt_Jaguar2_Type2 { -+ /* DW0 ane DW1 */ -+ u1Byte page_num; -+ u1Byte pwdb[4]; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte l_rxsc: 4; -+ u1Byte ht_rxsc: 4; -+#else -+ u1Byte ht_rxsc: 4; -+ u1Byte l_rxsc: 4; -+#endif -+ u1Byte channel; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte band: 2; -+ u1Byte rsvd_0: 1; -+ u1Byte hw_antsw_occu: 1; -+ u1Byte gnt_bt: 1; -+ u1Byte ldpc: 1; -+ u1Byte stbc: 1; -+ u1Byte beamformed: 1; -+#else -+ u1Byte beamformed: 1; -+ u1Byte stbc: 1; -+ u1Byte ldpc: 1; -+ u1Byte gnt_bt: 1; -+ u1Byte hw_antsw_occu: 1; -+ u1Byte rsvd_0: 1; -+ u1Byte band: 2; -+#endif -+ -+ /* DW2 */ -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte shift_l_map: 6; -+ u1Byte rsvd_1: 2; -+#else -+ u1Byte rsvd_1: 2; -+ u1Byte shift_l_map: 6; -+#endif -+ u1Byte cnt_pw2cca; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte agc_table_a: 4; -+ u1Byte agc_table_b: 4; -+ u1Byte agc_table_c: 4; -+ u1Byte agc_table_d: 4; -+#else -+ u1Byte agc_table_b: 4; -+ u1Byte agc_table_a: 4; -+ u1Byte agc_table_d: 4; -+ u1Byte agc_table_c: 4; -+#endif -+ -+ /* DW3 ~ DW6*/ -+ u1Byte cnt_cca2agc_rdy; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte gain_a: 6; -+ u1Byte rsvd_2: 1; -+ u1Byte trsw_a: 1; -+ u1Byte gain_b: 6; -+ u1Byte rsvd_3: 1; -+ u1Byte trsw_b: 1; -+ u1Byte gain_c: 6; -+ u1Byte rsvd_4: 1; -+ u1Byte trsw_c: 1; -+ u1Byte gain_d: 6; -+ u1Byte rsvd_5: 1; -+ u1Byte trsw_d: 1; -+ u1Byte aagc_step_a: 2; -+ u1Byte aagc_step_b: 2; -+ u1Byte aagc_step_c: 2; -+ u1Byte aagc_step_d: 2; -+#else -+ u1Byte trsw_a: 1; -+ u1Byte rsvd_2: 1; -+ u1Byte gain_a: 6; -+ u1Byte trsw_b: 1; -+ u1Byte rsvd_3: 1; -+ u1Byte gain_b: 6; -+ u1Byte trsw_c: 1; -+ u1Byte rsvd_4: 1; -+ u1Byte gain_c: 6; -+ u1Byte trsw_d: 1; -+ u1Byte rsvd_5: 1; -+ u1Byte gain_d: 6; -+ u1Byte aagc_step_d: 2; -+ u1Byte aagc_step_c: 2; -+ u1Byte aagc_step_b: 2; -+ u1Byte aagc_step_a: 2; -+#endif -+ u1Byte ht_aagc_gain[4]; -+ u1Byte dagc_gain[4]; -+#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE) -+ u1Byte counter: 6; -+ u1Byte rsvd_6: 2; -+ u1Byte syn_count: 5; -+ u1Byte rsvd_7:3; -+#else -+ u1Byte rsvd_6: 2; -+ u1Byte counter: 6; -+ u1Byte rsvd_7:3; -+ u1Byte syn_count: 5; -+#endif -+} PHY_STATUS_RPT_JAGUAR2_TYPE2, *PPHY_STATUS_RPT_JAGUAR2_TYPE2; -+/*==============================================*/ -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_interface.c linux/3rdparty/rtl8812au/hal/phydm/phydm_interface.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_interface.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_interface.c 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,1029 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+// -+// ODM IO Relative API. -+// -+ -+u1Byte -+ODM_Read1Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ return RTL_R8(RegAddr); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return rtw_read8(Adapter,RegAddr); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return PlatformEFIORead1Byte(Adapter, RegAddr); -+#endif -+ -+} -+ -+ -+u2Byte -+ODM_Read2Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ return RTL_R16(RegAddr); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return rtw_read16(Adapter,RegAddr); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return PlatformEFIORead2Byte(Adapter, RegAddr); -+#endif -+ -+} -+ -+ -+u4Byte -+ODM_Read4Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ return RTL_R32(RegAddr); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return rtw_read32(Adapter,RegAddr); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return PlatformEFIORead4Byte(Adapter, RegAddr); -+#endif -+ -+} -+ -+ -+VOID -+ODM_Write1Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u1Byte Data -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ RTL_W8(RegAddr, Data); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ rtw_write8(Adapter,RegAddr, Data); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformEFIOWrite1Byte(Adapter, RegAddr, Data); -+#endif -+ -+} -+ -+ -+VOID -+ODM_Write2Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u2Byte Data -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ RTL_W16(RegAddr, Data); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ rtw_write16(Adapter,RegAddr, Data); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformEFIOWrite2Byte(Adapter, RegAddr, Data); -+#endif -+ -+} -+ -+ -+VOID -+ODM_Write4Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte Data -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ RTL_W32(RegAddr, Data); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ rtw_write32(Adapter,RegAddr, Data); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformEFIOWrite4Byte(Adapter, RegAddr, Data); -+#endif -+ -+} -+ -+ -+VOID -+ODM_SetMACReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ PHY_SetBBReg(pDM_Odm->priv, RegAddr, BitMask, Data); -+#elif(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHY_SetBBReg(Adapter, RegAddr, BitMask, Data); -+#endif -+} -+ -+ -+u4Byte -+ODM_GetMACReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ return PHY_QueryBBReg(pDM_Odm->priv, RegAddr, BitMask); -+#elif(DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ return PHY_QueryMacReg(pDM_Odm->Adapter, RegAddr, BitMask); -+#endif -+} -+ -+ -+VOID -+ODM_SetBBReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ PHY_SetBBReg(pDM_Odm->priv, RegAddr, BitMask, Data); -+#elif(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHY_SetBBReg(Adapter, RegAddr, BitMask, Data); -+#endif -+} -+ -+ -+u4Byte -+ODM_GetBBReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ return PHY_QueryBBReg(pDM_Odm->priv, RegAddr, BitMask); -+#elif(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return PHY_QueryBBReg(Adapter, RegAddr, BitMask); -+#endif -+} -+ -+ -+VOID -+ODM_SetRFReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E eRFPath, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ PHY_SetRFReg(pDM_Odm->priv, eRFPath, RegAddr, BitMask, Data); -+#elif(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data); -+#ifdef CONFIG_PCI_HCI -+ ODM_delay_us(2); -+#endif -+#endif -+} -+ -+ -+u4Byte -+ODM_GetRFReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E eRFPath, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ return PHY_QueryRFReg(pDM_Odm->priv, eRFPath, RegAddr, BitMask, 1); -+#elif(DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_WIN)) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ return PHY_QueryRFReg(Adapter, eRFPath, RegAddr, BitMask); -+#endif -+} -+ -+ -+ -+ -+// -+// ODM Memory relative API. -+// -+VOID -+ODM_AllocateMemory( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PVOID *pPtr, -+ IN u4Byte length -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ *pPtr = kmalloc(length, GFP_ATOMIC); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE ) -+ *pPtr = rtw_zvmalloc(length); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformAllocateMemory(Adapter, pPtr, length); -+#endif -+} -+ -+// length could be ignored, used to detect memory leakage. -+VOID -+ODM_FreeMemory( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PVOID pPtr, -+ IN u4Byte length -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ kfree(pPtr); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE ) -+ rtw_vmfree(pPtr, length); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ //PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformFreeMemory(pPtr, length); -+#endif -+} -+ -+VOID -+ODM_MoveMemory( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PVOID pDest, -+ IN PVOID pSrc, -+ IN u4Byte Length -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ memcpy(pDest, pSrc, Length); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE ) -+ _rtw_memcpy(pDest, pSrc, Length); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformMoveMemory(pDest, pSrc, Length); -+#endif -+} -+ -+void ODM_Memory_Set( -+ IN PDM_ODM_T pDM_Odm, -+ IN PVOID pbuf, -+ IN s1Byte value, -+ IN u4Byte length -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ memset(pbuf, value, length); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE ) -+ _rtw_memset(pbuf,value, length); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformFillMemory(pbuf,length,value); -+#endif -+} -+s4Byte ODM_CompareMemory( -+ IN PDM_ODM_T pDM_Odm, -+ IN PVOID pBuf1, -+ IN PVOID pBuf2, -+ IN u4Byte length -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ return memcmp(pBuf1,pBuf2,length); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE ) -+ return _rtw_memcmp(pBuf1,pBuf2,length); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ return PlatformCompareMemory(pBuf1,pBuf2,length); -+#endif -+} -+ -+ -+ -+// -+// ODM MISC relative API. -+// -+VOID -+ODM_AcquireSpinLock( -+ IN PDM_ODM_T pDM_Odm, -+ IN RT_SPINLOCK_TYPE type -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ rtw_odm_acquirespinlock(Adapter, type); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformAcquireSpinLock(Adapter, type); -+#endif -+} -+VOID -+ODM_ReleaseSpinLock( -+ IN PDM_ODM_T pDM_Odm, -+ IN RT_SPINLOCK_TYPE type -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE ) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ rtw_odm_releasespinlock(Adapter, type); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformReleaseSpinLock(Adapter, type); -+#endif -+} -+ -+// -+// Work item relative API. FOr MP driver only~! -+// -+VOID -+ODM_InitializeWorkItem( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_WORK_ITEM pRtWorkItem, -+ IN RT_WORKITEM_CALL_BACK RtWorkItemCallback, -+ IN PVOID pContext, -+ IN const char* szID -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformInitializeWorkItem(Adapter, pRtWorkItem, RtWorkItemCallback, pContext, szID); -+#endif -+} -+ -+ -+VOID -+ODM_StartWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformStartWorkItem(pRtWorkItem); -+#endif -+} -+ -+ -+VOID -+ODM_StopWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformStopWorkItem(pRtWorkItem); -+#endif -+} -+ -+ -+VOID -+ODM_FreeWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformFreeWorkItem(pRtWorkItem); -+#endif -+} -+ -+ -+VOID -+ODM_ScheduleWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformScheduleWorkItem(pRtWorkItem); -+#endif -+} -+ -+ -+VOID -+ODM_IsWorkItemScheduled( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformIsWorkItemScheduled(pRtWorkItem); -+#endif -+} -+ -+ -+ -+// -+// ODM Timer relative API. -+// -+VOID -+ODM_StallExecution( -+ IN u4Byte usDelay -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ rtw_udelay_os(usDelay); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformStallExecution(usDelay); -+#endif -+} -+ -+VOID -+ODM_delay_ms(IN u4Byte ms) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ delay_ms(ms); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ rtw_mdelay_os(ms); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ delay_ms(ms); -+#endif -+} -+ -+VOID -+ODM_delay_us(IN u4Byte us) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ delay_us(us); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ rtw_udelay_os(us); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PlatformStallExecution(us); -+#endif -+} -+ -+VOID -+ODM_sleep_ms(IN u4Byte ms) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ rtw_msleep_os(ms); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#endif -+} -+ -+VOID -+ODM_sleep_us(IN u4Byte us) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ rtw_usleep_os(us); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#endif -+} -+ -+VOID -+ODM_SetTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer, -+ IN u4Byte msDelay -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ mod_timer(pTimer, jiffies + RTL_MILISECONDS_TO_JIFFIES(msDelay)); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ _set_timer(pTimer,msDelay ); //ms -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformSetTimer(Adapter, pTimer, msDelay); -+#endif -+ -+} -+ -+VOID -+ODM_InitializeTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer, -+ IN RT_TIMER_CALL_BACK CallBackFunc, -+ IN PVOID pContext, -+ IN const char* szID -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ init_timer(pTimer); -+ pTimer->function = CallBackFunc; -+ pTimer->data = (unsigned long)pDM_Odm; -+ mod_timer(pTimer, jiffies+RTL_MILISECONDS_TO_JIFFIES(10)); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ _init_timer(pTimer,Adapter->pnetdev,CallBackFunc,pDM_Odm); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformInitializeTimer(Adapter, pTimer, CallBackFunc,pContext,szID); -+#endif -+} -+ -+ -+VOID -+ODM_CancelTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ del_timer(pTimer); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ _cancel_timer_ex(pTimer); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PlatformCancelTimer(Adapter, pTimer); -+#endif -+} -+ -+ -+VOID -+ODM_ReleaseTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ // <20120301, Kordan> If the initilization fails, InitializeAdapterXxx will return regardless of InitHalDm. -+ // Hence, uninitialized timers cause BSOD when the driver releases resources since the init fail. -+ if (pTimer == 0) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_SERIOUS, ("=====>ODM_ReleaseTimer(), The timer is NULL! Please check it!\n")); -+ return; -+ } -+ -+ PlatformReleaseTimer(Adapter, pTimer); -+#endif -+} -+ -+BOOLEAN -+phydm_actingDetermine( -+ IN PDM_ODM_T pDM_Odm, -+ IN PHYDM_ACTING_TYPE type -+ ) -+{ -+ BOOLEAN ret = FALSE; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->BeamformingInfo.SourceAdapter; -+#else -+ PADAPTER Adapter = pDM_Odm->Adapter; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if (type == PhyDM_ACTING_AS_AP) -+ ret = ACTING_AS_AP(Adapter); -+ else if (type == PhyDM_ACTING_AS_IBSS) -+ ret = ACTING_AS_IBSS(Adapter); -+#elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ -+ if (type == PhyDM_ACTING_AS_AP) -+ ret = check_fwstate(pmlmepriv, WIFI_AP_STATE); -+ else if (type == PhyDM_ACTING_AS_IBSS) -+ ret = check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE); -+#endif -+ -+ return ret; -+ -+} -+ -+ -+u1Byte -+phydm_trans_h2c_id( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte phydm_h2c_id -+) -+{ -+ u1Byte platform_h2c_id=0xff; -+ -+ -+ switch(phydm_h2c_id) -+ { -+ //1 [0] -+ case ODM_H2C_RSSI_REPORT: -+ -+ #if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if(pDM_Odm->SupportICType == ODM_RTL8188E) -+ { -+ platform_h2c_id = H2C_88E_RSSI_REPORT; -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ platform_h2c_id =H2C_8814A_RSSI_REPORT; -+ } -+ else -+ { -+ platform_h2c_id = H2C_RSSI_REPORT; -+ } -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ #if((RTL8812A_SUPPORT==1) ||(RTL8821A_SUPPORT==1)) -+ platform_h2c_id = H2C_8812_RSSI_REPORT; -+ #elif((RTL8814A_SUPPORT == 1) || (RTL8822B_SUPPORT == 1)) -+ platform_h2c_id = H2C_RSSI_SETTING; -+ #elif(RTL8192E_SUPPORT==1) -+ platform_h2c_id =H2C_8192E_RSSI_REPORT; -+ #elif(RTL8723B_SUPPORT==1) -+ platform_h2c_id =H2C_8723B_RSSI_SETTING; -+ #elif(RTL8188E_SUPPORT==1) -+ platform_h2c_id =H2C_RSSI_REPORT; -+ #elif(RTL8723A_SUPPORT==1) -+ platform_h2c_id =RSSI_SETTING_EID; -+ #elif(RTL8192D_SUPPORT==1) -+ platform_h2c_id =H2C_RSSI_REPORT; -+ #elif(RTL8192C_SUPPORT==1) -+ platform_h2c_id =RSSI_SETTING_EID; -+ #endif -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ #if ((RTL8881A_SUPPORT == 1) || (RTL8192E_SUPPORT == 1) || (RTL8814A_SUPPORT == 1) || (RTL8822B_SUPPORT == 1)) -+ if (pDM_Odm->SupportICType == ODM_RTL8881A || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8814A || (pDM_Odm->SupportICType == ODM_RTL8822B)) -+ { -+ platform_h2c_id =H2C_88XX_RSSI_REPORT; -+ /*ODM_RT_TRACE(pDM_Odm,PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[H2C] H2C_88XX_RSSI_REPORT CMD_ID = (( %d ))\n", platform_h2c_id));*/ -+ } else -+ #endif -+ #if(RTL8812A_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ platform_h2c_id = H2C_8812_RSSI_REPORT; -+ } else -+ #endif -+ {} -+ #endif -+ -+ break; -+ -+ //1 [3] -+ case ODM_H2C_WIFI_CALIBRATION: -+ #if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ platform_h2c_id =H2C_WIFI_CALIBRATION; -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ #if(RTL8723B_SUPPORT==1) -+ platform_h2c_id = H2C_8723B_BT_WLAN_CALIBRATION; -+ #endif -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ -+ #endif -+ -+ break; -+ -+ -+ //1 [4] -+ case ODM_H2C_IQ_CALIBRATION: -+ #if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ platform_h2c_id =H2C_IQ_CALIBRATION; -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ #if((RTL8812A_SUPPORT==1) ||(RTL8821A_SUPPORT==1)) -+ platform_h2c_id = H2C_8812_IQ_CALIBRATION; -+ #endif -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ -+ #endif -+ -+ break; -+ //1 [5] -+ case ODM_H2C_RA_PARA_ADJUST: -+ -+ #if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if (pDM_Odm->SupportICType & (ODM_RTL8814A | ODM_RTL8822B)) -+ platform_h2c_id = H2C_8814A_RA_PARA_ADJUST; -+ else -+ platform_h2c_id = H2C_RA_PARA_ADJUST; -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ #if((RTL8812A_SUPPORT==1) ||(RTL8821A_SUPPORT==1)) -+ platform_h2c_id = H2C_8812_RA_PARA_ADJUST; -+ #elif(RTL8814A_SUPPORT == 1) -+ platform_h2c_id = H2C_RA_PARA_ADJUST; -+ #elif(RTL8192E_SUPPORT==1) -+ platform_h2c_id =H2C_8192E_RA_PARA_ADJUST; -+ #elif(RTL8723B_SUPPORT==1) -+ platform_h2c_id =H2C_8723B_RA_PARA_ADJUST; -+ #endif -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ #if ((RTL8881A_SUPPORT == 1) || (RTL8192E_SUPPORT == 1) || (RTL8814A_SUPPORT == 1) || (RTL8822B_SUPPORT == 1)) -+ if (pDM_Odm->SupportICType == ODM_RTL8881A || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8814A || (pDM_Odm->SupportICType == ODM_RTL8822B)) { -+ platform_h2c_id =H2C_88XX_RA_PARA_ADJUST; -+ /*ODM_RT_TRACE(pDM_Odm,PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[H2C] H2C_88XX_RA_PARA_ADJUST CMD_ID = (( %d ))\n", platform_h2c_id));*/ -+ } else -+ #endif -+ #if(RTL8812A_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ platform_h2c_id = H2C_8812_RA_PARA_ADJUST; -+ } else -+ #endif -+ {} -+ #endif -+ -+ break; -+ -+ -+ //1 [6] -+ case PHYDM_H2C_DYNAMIC_TX_PATH: -+ -+ #if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if(pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ platform_h2c_id =H2C_8814A_DYNAMIC_TX_PATH; -+ } -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ #if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ platform_h2c_id = H2C_DYNAMIC_TX_PATH; -+ #endif -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ #if(RTL8814A_SUPPORT==1) -+ if( pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ platform_h2c_id = H2C_88XX_DYNAMIC_TX_PATH; -+ } -+ #endif -+ -+ #endif -+ -+ break; -+ -+ /* [7]*/ -+ case PHYDM_H2C_FW_TRACE_EN: -+ -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if (pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_RTL8822B)) -+ platform_h2c_id = H2C_8814A_FW_TRACE_EN; -+ else -+ platform_h2c_id = H2C_FW_TRACE_EN; -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ #if ((RTL8881A_SUPPORT == 1) || (RTL8192E_SUPPORT == 1) || (RTL8814A_SUPPORT == 1) || (RTL8822B_SUPPORT == 1)) -+ if (pDM_Odm->SupportICType == ODM_RTL8881A || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8814A || (pDM_Odm->SupportICType == ODM_RTL8822B)) -+ platform_h2c_id = H2C_88XX_FW_TRACE_EN; -+ else -+ #endif -+ #if (RTL8812A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8812) { -+ platform_h2c_id = H2C_8812_FW_TRACE_EN; -+ } else -+ #endif -+ {} -+ -+ #endif -+ -+ break; -+ -+ case PHYDM_H2C_TXBF: -+#if ((RTL8192E_SUPPORT == 1) || (RTL8812A_SUPPORT == 1)) -+ platform_h2c_id = 0x41; /*H2C_TxBF*/ -+#endif -+ break; -+ -+ default: -+ platform_h2c_id=0xff; -+ break; -+ } -+ -+ return platform_h2c_id; -+ -+} -+ -+// -+// ODM FW relative API. -+// -+ -+VOID -+ODM_FillH2CCmd( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte phydm_h2c_id, -+ IN u4Byte CmdLen, -+ IN pu1Byte pCmdBuffer -+) -+{ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ u1Byte platform_h2c_id; -+ -+ platform_h2c_id=phydm_trans_h2c_id(pDM_Odm, phydm_h2c_id); -+ -+ if(platform_h2c_id==0xff) -+ { -+ ODM_RT_TRACE(pDM_Odm,PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[H2C] Wrong H2C CMD-ID !! platform_h2c_id==0xff , PHYDM_ElementID=((%d )) \n",phydm_h2c_id)); -+ return; -+ } -+ -+ #if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if (pDM_Odm->SupportICType == ODM_RTL8188E) -+ if (!pDM_Odm->RaSupport88E) -+ FillH2CCmd88E(Adapter, platform_h2c_id, CmdLen, pCmdBuffer); -+ else if (pDM_Odm->SupportICType == ODM_RTL8192C) -+ FillH2CCmd92C(Adapter, platform_h2c_id, CmdLen, pCmdBuffer); -+ else if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ FillH2CCmd8814A(Adapter, platform_h2c_id, CmdLen, pCmdBuffer); -+ else if (pDM_Odm->SupportICType == ODM_RTL8822B) -+#if (RTL8822B_SUPPORT == 1) -+ FillH2CCmd8822B(Adapter, platform_h2c_id, CmdLen, pCmdBuffer); -+#endif -+ else -+ FillH2CCmd(Adapter, platform_h2c_id, CmdLen, pCmdBuffer); -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ rtw_hal_fill_h2c_cmd(Adapter, platform_h2c_id, CmdLen, pCmdBuffer); -+ -+ #elif(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ #if((RTL8881A_SUPPORT==1)||(RTL8192E_SUPPORT==1)||(RTL8814A_SUPPORT==1)) -+ if(pDM_Odm->SupportICType == ODM_RTL8881A || pDM_Odm->SupportICType == ODM_RTL8192E|| pDM_Odm->SupportICType == ODM_RTL8814A) -+ { -+ GET_HAL_INTERFACE(pDM_Odm->priv)->FillH2CCmdHandler(pDM_Odm->priv, platform_h2c_id, CmdLen, pCmdBuffer); -+ //FillH2CCmd88XX(pDM_Odm->priv, platform_h2c_id, CmdLen, pCmdBuffer); -+ } else -+ #endif -+ #if(RTL8812A_SUPPORT==1) -+ if(pDM_Odm->SupportICType == ODM_RTL8812) -+ { -+ FillH2CCmd8812(pDM_Odm->priv, platform_h2c_id, CmdLen, pCmdBuffer); -+ } else -+ #endif -+ {} -+ #endif -+} -+ -+u1Byte -+phydm_c2H_content_parsing( -+ IN PVOID pDM_VOID, -+ IN u1Byte c2hCmdId, -+ IN u1Byte c2hCmdLen, -+ IN pu1Byte tmpBuf -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ #endif -+ u1Byte Extend_c2hSubID = 0; -+ u1Byte find_c2h_cmd = TRUE; -+ -+ switch (c2hCmdId) { -+ case PHYDM_C2H_DBG: -+ if (pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_RTL8822B)) -+ phydm_fw_trace_handler(pDM_Odm, tmpBuf, c2hCmdLen); -+ -+ break; -+ -+ case PHYDM_C2H_RA_RPT: -+ phydm_c2h_ra_report_handler(pDM_Odm, tmpBuf, c2hCmdLen); -+ break; -+ -+ case PHYDM_C2H_RA_PARA_RPT: -+ ODM_C2HRaParaReportHandler(pDM_Odm, tmpBuf, c2hCmdLen); -+ break; -+ -+ case PHYDM_C2H_DYNAMIC_TX_PATH_RPT: -+ if (pDM_Odm->SupportICType & (ODM_RTL8814A)) -+ phydm_c2h_dtp_handler(pDM_Odm, tmpBuf, c2hCmdLen); -+ -+ break; -+ -+ case PHYDM_C2H_IQK_FINISH: -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8812 | ODM_RTL8821)) { -+ -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK Finish ==\n")); -+ PlatformAcquireSpinLock(Adapter, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ PlatformReleaseSpinLock(Adapter, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime = 0; -+ pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime = ODM_GetProgressingTime(pDM_Odm, pDM_Odm->RFCalibrateInfo.IQK_StartTime); -+ } -+ -+ #endif -+ break; -+ -+ case PHYDM_C2H_DBG_CODE: -+ phydm_fw_trace_handler_code(pDM_Odm, tmpBuf, c2hCmdLen); -+ break; -+ -+ case PHYDM_C2H_EXTEND: -+ Extend_c2hSubID = tmpBuf[0]; -+ if (Extend_c2hSubID == PHYDM_EXTEND_C2H_DBG_PRINT) -+ phydm_fw_trace_handler_8051(pDM_Odm, tmpBuf, c2hCmdLen); -+ -+ break; -+ -+ default: -+ find_c2h_cmd = FALSE; -+ break; -+ } -+ -+ return find_c2h_cmd; -+ -+} -+ -+u8Byte -+ODM_GetCurrentTime( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ return 0; -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ return (u8Byte)rtw_get_current_time(); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ return PlatformGetCurrentTime(); -+#endif -+} -+ -+u8Byte -+ODM_GetProgressingTime( -+ IN PDM_ODM_T pDM_Odm, -+ IN u8Byte Start_Time -+ ) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ return 0; -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ return rtw_get_passing_time_ms((u4Byte)Start_Time); -+#elif(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ return ((PlatformGetCurrentTime() - Start_Time)>>10); -+#endif -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_interface.h linux/3rdparty/rtl8812au/hal/phydm/phydm_interface.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_interface.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_interface.h 2017-06-07 23:07:21.018688214 +0300 -@@ -0,0 +1,442 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __ODM_INTERFACE_H__ -+#define __ODM_INTERFACE_H__ -+ -+#define INTERFACE_VERSION "1.0" /*2015.01.13 Dino*/ -+ -+// -+// =========== Constant/Structure/Enum/... Define -+// -+ -+ -+ -+// -+// =========== Macro Define -+// -+ -+#define _reg_all(_name) ODM_##_name -+#define _reg_ic(_name, _ic) ODM_##_name##_ic -+#define _bit_all(_name) BIT_##_name -+#define _bit_ic(_name, _ic) BIT_##_name##_ic -+ -+// _cat: implemented by Token-Pasting Operator. -+#if 0 -+#define _cat(_name, _ic_type, _func) \ -+ ( \ -+ _func##_all(_name) \ -+ ) -+#endif -+ -+/*=================================== -+ -+#define ODM_REG_DIG_11N 0xC50 -+#define ODM_REG_DIG_11AC 0xDDD -+ -+ODM_REG(DIG,_pDM_Odm) -+=====================================*/ -+ -+#define _reg_11N(_name) ODM_REG_##_name##_11N -+#define _reg_11AC(_name) ODM_REG_##_name##_11AC -+#define _bit_11N(_name) ODM_BIT_##_name##_11N -+#define _bit_11AC(_name) ODM_BIT_##_name##_11AC -+ -+#ifdef __ECOS -+#define _rtk_cat(_name, _ic_type, _func) \ -+ ( \ -+ ((_ic_type) & ODM_IC_11N_SERIES)? _func##_11N(_name): \ -+ _func##_11AC(_name) \ -+ ) -+#else -+ -+#define _cat(_name, _ic_type, _func) \ -+ ( \ -+ ((_ic_type) & ODM_IC_11N_SERIES)? _func##_11N(_name): \ -+ _func##_11AC(_name) \ -+ ) -+#endif -+/* -+// only sample code -+//#define _cat(_name, _ic_type, _func) \ -+// ( \ -+// ((_ic_type) & ODM_RTL8192C)? _func##_ic(_name, _8192C): \ -+// ((_ic_type) & ODM_RTL8192D)? _func##_ic(_name, _8192D): \ -+// ((_ic_type) & ODM_RTL8192S)? _func##_ic(_name, _8192S): \ -+// ((_ic_type) & ODM_RTL8723A)? _func##_ic(_name, _8723A): \ -+// ((_ic_type) & ODM_RTL8188E)? _func##_ic(_name, _8188E): \ -+// _func##_ic(_name, _8195) \ -+// ) -+*/ -+ -+// _name: name of register or bit. -+// Example: "ODM_REG(R_A_AGC_CORE1, pDM_Odm)" -+// gets "ODM_R_A_AGC_CORE1" or "ODM_R_A_AGC_CORE1_8192C", depends on SupportICType. -+#ifdef __ECOS -+#define ODM_REG(_name, _pDM_Odm) _rtk_cat(_name, _pDM_Odm->SupportICType, _reg) -+#define ODM_BIT(_name, _pDM_Odm) _rtk_cat(_name, _pDM_Odm->SupportICType, _bit) -+#else -+#define ODM_REG(_name, _pDM_Odm) _cat(_name, _pDM_Odm->SupportICType, _reg) -+#define ODM_BIT(_name, _pDM_Odm) _cat(_name, _pDM_Odm->SupportICType, _bit) -+#endif -+typedef enum _PHYDM_H2C_CMD { -+ ODM_H2C_RSSI_REPORT = 0, -+ ODM_H2C_PSD_RESULT = 1, -+ ODM_H2C_PathDiv = 2, -+ ODM_H2C_WIFI_CALIBRATION = 3, -+ ODM_H2C_IQ_CALIBRATION = 4, -+ ODM_H2C_RA_PARA_ADJUST = 5, -+ PHYDM_H2C_DYNAMIC_TX_PATH = 6, -+ PHYDM_H2C_FW_TRACE_EN = 7, -+ PHYDM_H2C_TXBF = 8, -+ ODM_MAX_H2CCMD -+} PHYDM_H2C_CMD; -+ -+typedef enum _PHYDM_C2H_EVT { -+ PHYDM_C2H_DBG = 0, -+ PHYDM_C2H_LB = 1, -+ PHYDM_C2H_XBF = 2, -+ PHYDM_C2H_TX_REPORT = 3, -+ PHYDM_C2H_INFO = 9, -+ PHYDM_C2H_BT_MP = 11, -+ PHYDM_C2H_RA_RPT = 12, -+ PHYDM_C2H_RA_PARA_RPT = 14, -+ PHYDM_C2H_DYNAMIC_TX_PATH_RPT = 15, -+ PHYDM_C2H_IQK_FINISH = 17, /*0x11*/ -+ PHYDM_C2H_DBG_CODE = 0xFE, -+ PHYDM_C2H_EXTEND = 0xFF, -+} PHYDM_C2H_EVT; -+ -+typedef enum _PHYDM_EXTEND_C2H_EVT { -+ PHYDM_EXTEND_C2H_DBG_PRINT = 0 -+ -+} PHYDM_EXTEND_C2H_EVT; -+ -+typedef enum _PHYDM_ACTING_TYPE { -+ PhyDM_ACTING_AS_IBSS = 0, -+ PhyDM_ACTING_AS_AP = 1 -+} PHYDM_ACTING_TYPE; -+ -+ -+// -+// 2012/02/17 MH For non-MP compile pass only. Linux does not support workitem. -+// Suggest HW team to use thread instead of workitem. Windows also support the feature. -+// -+#if (DM_ODM_SUPPORT_TYPE != ODM_WIN) -+typedef void *PRT_WORK_ITEM ; -+typedef void RT_WORKITEM_HANDLE,*PRT_WORKITEM_HANDLE; -+typedef VOID (*RT_WORKITEM_CALL_BACK)(PVOID pContext); -+ -+#if 0 -+typedef struct tasklet_struct RT_WORKITEM_HANDLE, *PRT_WORKITEM_HANDLE; -+ -+typedef struct _RT_WORK_ITEM -+{ -+ -+ RT_WORKITEM_HANDLE Handle; // Platform-dependent handle for this workitem, e.g. Ndis Workitem object. -+ PVOID Adapter; // Pointer to Adapter object. -+ PVOID pContext; // Parameter to passed to CallBackFunc(). -+ RT_WORKITEM_CALL_BACK CallbackFunc; // Callback function of the workitem. -+ u1Byte RefCount; // 0: driver is going to unload, 1: No such workitem scheduled, 2: one workitem is schedueled. -+ PVOID pPlatformExt; // Pointer to platform-dependent extension. -+ BOOLEAN bFree; -+ char szID[36]; // An identity string of this workitem. -+}RT_WORK_ITEM, *PRT_WORK_ITEM; -+ -+#endif -+ -+ -+#endif -+ -+// -+// =========== Extern Variable ??? It should be forbidden. -+// -+ -+ -+// -+// =========== EXtern Function Prototype -+// -+ -+ -+u1Byte -+ODM_Read1Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr -+ ); -+ -+u2Byte -+ODM_Read2Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr -+ ); -+ -+u4Byte -+ODM_Read4Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr -+ ); -+ -+VOID -+ODM_Write1Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u1Byte Data -+ ); -+ -+VOID -+ODM_Write2Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u2Byte Data -+ ); -+ -+VOID -+ODM_Write4Byte( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte Data -+ ); -+ -+VOID -+ODM_SetMACReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ); -+ -+u4Byte -+ODM_GetMACReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ); -+ -+VOID -+ODM_SetBBReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ); -+ -+u4Byte -+ODM_GetBBReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ); -+ -+VOID -+ODM_SetRFReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E eRFPath, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ); -+ -+u4Byte -+ODM_GetRFReg( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E eRFPath, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask -+ ); -+ -+ -+// -+// Memory Relative Function. -+// -+VOID -+ODM_AllocateMemory( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PVOID *pPtr, -+ IN u4Byte length -+ ); -+VOID -+ODM_FreeMemory( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PVOID pPtr, -+ IN u4Byte length -+ ); -+ -+VOID -+ODM_MoveMemory( -+ IN PDM_ODM_T pDM_Odm, -+ OUT PVOID pDest, -+ IN PVOID pSrc, -+ IN u4Byte Length -+ ); -+ -+s4Byte ODM_CompareMemory( -+ IN PDM_ODM_T pDM_Odm, -+ IN PVOID pBuf1, -+ IN PVOID pBuf2, -+ IN u4Byte length -+ ); -+ -+void ODM_Memory_Set -+ (IN PDM_ODM_T pDM_Odm, -+ IN PVOID pbuf, -+ IN s1Byte value, -+ IN u4Byte length); -+ -+// -+// ODM MISC-spin lock relative API. -+// -+VOID -+ODM_AcquireSpinLock( -+ IN PDM_ODM_T pDM_Odm, -+ IN RT_SPINLOCK_TYPE type -+ ); -+ -+VOID -+ODM_ReleaseSpinLock( -+ IN PDM_ODM_T pDM_Odm, -+ IN RT_SPINLOCK_TYPE type -+ ); -+ -+ -+// -+// ODM MISC-workitem relative API. -+// -+VOID -+ODM_InitializeWorkItem( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_WORK_ITEM pRtWorkItem, -+ IN RT_WORKITEM_CALL_BACK RtWorkItemCallback, -+ IN PVOID pContext, -+ IN const char* szID -+ ); -+ -+VOID -+ODM_StartWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ); -+ -+VOID -+ODM_StopWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ); -+ -+VOID -+ODM_FreeWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ); -+ -+VOID -+ODM_ScheduleWorkItem( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ); -+ -+VOID -+ODM_IsWorkItemScheduled( -+ IN PRT_WORK_ITEM pRtWorkItem -+ ); -+ -+// -+// ODM Timer relative API. -+// -+VOID -+ODM_StallExecution( -+ IN u4Byte usDelay -+ ); -+ -+VOID -+ODM_delay_ms(IN u4Byte ms); -+ -+ -+ -+VOID -+ODM_delay_us(IN u4Byte us); -+ -+VOID -+ODM_sleep_ms(IN u4Byte ms); -+ -+VOID -+ODM_sleep_us(IN u4Byte us); -+ -+VOID -+ODM_SetTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer, -+ IN u4Byte msDelay -+ ); -+ -+VOID -+ODM_InitializeTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer, -+ IN RT_TIMER_CALL_BACK CallBackFunc, -+ IN PVOID pContext, -+ IN const char* szID -+ ); -+ -+VOID -+ODM_CancelTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer -+ ); -+ -+VOID -+ODM_ReleaseTimer( -+ IN PDM_ODM_T pDM_Odm, -+ IN PRT_TIMER pTimer -+ ); -+ -+BOOLEAN -+phydm_actingDetermine( -+ IN PDM_ODM_T pDM_Odm, -+ IN PHYDM_ACTING_TYPE type -+ ); -+ -+// -+// ODM FW relative API. -+// -+VOID -+ODM_FillH2CCmd( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte ElementID, -+ IN u4Byte CmdLen, -+ IN pu1Byte pCmdBuffer -+); -+ -+u1Byte -+phydm_c2H_content_parsing( -+ IN PVOID pDM_VOID, -+ IN u1Byte c2hCmdId, -+ IN u1Byte c2hCmdLen, -+ IN pu1Byte tmpBuf -+); -+ -+u8Byte -+ODM_GetCurrentTime( -+ IN PDM_ODM_T pDM_Odm -+ ); -+u8Byte -+ODM_GetProgressingTime( -+ IN PDM_ODM_T pDM_Odm, -+ IN u8Byte Start_Time -+ ); -+ -+#endif // __ODM_INTERFACE_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.c linux/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.c 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,299 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+//#include "mp_precomp.h" -+#include "phydm_precomp.h" -+#include "phydm_noisemonitor.h" -+ -+//================================================= -+// This function is for inband noise test utility only -+// To obtain the inband noise level(dbm), do the following. -+// 1. disable DIG and Power Saving -+// 2. Set initial gain = 0x1a -+// 3. Stop updating idle time pwer report (for driver read) -+// - 0x80c[25] -+// -+//================================================= -+ -+#define Valid_Min -35 -+#define Valid_Max 10 -+#define ValidCnt 5 -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ -+s2Byte odm_InbandNoise_Monitor_NSeries(PDM_ODM_T pDM_Odm,u8 bPauseDIG,u8 IGIValue,u32 max_time) -+{ -+ u4Byte tmp4b; -+ u1Byte max_rf_path=0,rf_path; -+ u1Byte reg_c50, reg_c58,valid_done=0; -+ struct noise_level noise_data; -+ u32 start = 0, func_start=0, func_end = 0; -+ -+ func_start = ODM_GetCurrentTime(pDM_Odm); -+ pDM_Odm->noise_level.noise_all = 0; -+ -+ if((pDM_Odm->RFType == ODM_1T2R) ||(pDM_Odm->RFType == ODM_2T2R)) -+ max_rf_path = 2; -+ else -+ max_rf_path = 1; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("odm_DebugControlInbandNoise_Nseries() ==> \n")); -+ -+ ODM_Memory_Set(pDM_Odm,&noise_data,0,sizeof(struct noise_level)); -+ -+ // -+ // Step 1. Disable DIG && Set initial gain. -+ // -+ -+ if(bPauseDIG) -+ { -+ odm_PauseDIG(pDM_Odm, PHYDM_PAUSE, PHYDM_PAUSE_LEVEL_1, IGIValue); -+ } -+ // -+ // Step 2. Disable all power save for read registers -+ // -+ //dcmd_DebugControlPowerSave(pAdapter, PSDisable); -+ -+ // -+ // Step 3. Get noise power level -+ // -+ start = ODM_GetCurrentTime(pDM_Odm); -+ while(1) -+ { -+ -+ //Stop updating idle time pwer report (for driver read) -+ ODM_SetBBReg(pDM_Odm, rFPGA0_TxGainStage, BIT25, 1); -+ -+ //Read Noise Floor Report -+ tmp4b = ODM_GetBBReg(pDM_Odm, 0x8f8,bMaskDWord ); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("Noise Floor Report (0x8f8) = 0x%08x\n", tmp4b)); -+ -+ //ODM_SetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, bMaskByte0, TestInitialGain); -+ //if(max_rf_path == 2) -+ // ODM_SetBBReg(pDM_Odm, rOFDM0_XBAGCCore1, bMaskByte0, TestInitialGain); -+ -+ //update idle time pwer report per 5us -+ ODM_SetBBReg(pDM_Odm, rFPGA0_TxGainStage, BIT25, 0); -+ -+ noise_data.value[ODM_RF_PATH_A] = (u1Byte)(tmp4b&0xff); -+ noise_data.value[ODM_RF_PATH_B] = (u1Byte)((tmp4b&0xff00)>>8); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, ("value_a = 0x%x(%d), value_b = 0x%x(%d)\n", -+ noise_data.value[ODM_RF_PATH_A], noise_data.value[ODM_RF_PATH_A], noise_data.value[ODM_RF_PATH_B], noise_data.value[ODM_RF_PATH_B])); -+ -+ for(rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) -+ { -+ noise_data.sval[rf_path] = (s1Byte)noise_data.value[rf_path]; -+ noise_data.sval[rf_path] /= 2; -+ } -+ -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("sval_a = %d, sval_b = %d\n", -+ noise_data.sval[ODM_RF_PATH_A], noise_data.sval[ODM_RF_PATH_B])); -+ //ODM_delay_ms(10); -+ //ODM_sleep_ms(10); -+ -+ for(rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) -+ { -+ if( (noise_data.valid_cnt[rf_path] < ValidCnt) && (noise_data.sval[rf_path] < Valid_Max && noise_data.sval[rf_path] >= Valid_Min)) -+ { -+ noise_data.valid_cnt[rf_path]++; -+ noise_data.sum[rf_path] += noise_data.sval[rf_path]; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("RF_Path:%d Valid sval = %d\n", rf_path,noise_data.sval[rf_path])); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("Sum of sval = %d, \n", noise_data.sum[rf_path])); -+ if(noise_data.valid_cnt[rf_path] == ValidCnt) -+ { -+ valid_done++; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("After divided, RF_Path:%d ,sum = %d \n", rf_path,noise_data.sum[rf_path])); -+ } -+ -+ } -+ -+ } -+ -+ //printk("####### valid_done:%d #############\n",valid_done); -+ if ((valid_done==max_rf_path) || (ODM_GetProgressingTime(pDM_Odm,start) > max_time)) -+ { -+ for(rf_path = ODM_RF_PATH_A; rf_path < max_rf_path; rf_path++) -+ { -+ //printk("%s PATH_%d - sum = %d, valid_cnt = %d \n",__FUNCTION__,rf_path,noise_data.sum[rf_path], noise_data.valid_cnt[rf_path]); -+ if(noise_data.valid_cnt[rf_path]) -+ noise_data.sum[rf_path] /= noise_data.valid_cnt[rf_path]; -+ else -+ noise_data.sum[rf_path] = 0; -+ } -+ break; -+ } -+ } -+ reg_c50 = (s4Byte)ODM_GetBBReg(pDM_Odm,rOFDM0_XAAGCCore1,bMaskByte0); -+ reg_c50 &= ~BIT7; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("0x%x = 0x%02x(%d)\n", rOFDM0_XAAGCCore1, reg_c50, reg_c50)); -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_A] = -110 + reg_c50 + noise_data.sum[ODM_RF_PATH_A]; -+ pDM_Odm->noise_level.noise_all += pDM_Odm->noise_level.noise[ODM_RF_PATH_A]; -+ -+ if(max_rf_path == 2){ -+ reg_c58 = (s4Byte)ODM_GetBBReg(pDM_Odm,rOFDM0_XBAGCCore1,bMaskByte0); -+ reg_c58 &= ~BIT7; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("0x%x = 0x%02x(%d)\n", rOFDM0_XBAGCCore1, reg_c58, reg_c58)); -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_B] = -110 + reg_c58 + noise_data.sum[ODM_RF_PATH_B]; -+ pDM_Odm->noise_level.noise_all += pDM_Odm->noise_level.noise[ODM_RF_PATH_B]; -+ } -+ pDM_Odm->noise_level.noise_all /= max_rf_path; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,("noise_a = %d, noise_b = %d\n", -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_A], -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_B])); -+ -+ // -+ // Step 4. Recover the Dig -+ // -+ if(bPauseDIG) -+ { -+ odm_PauseDIG(pDM_Odm, PHYDM_RESUME, PHYDM_PAUSE_LEVEL_1, IGIValue); -+ } -+ func_end = ODM_GetProgressingTime(pDM_Odm,func_start) ; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("odm_DebugControlInbandNoise_Nseries() <==\n")); -+ return pDM_Odm->noise_level.noise_all; -+ -+} -+ -+s2Byte -+odm_InbandNoise_Monitor_ACSeries(PDM_ODM_T pDM_Odm, u8 bPauseDIG, u8 IGIValue, u32 max_time -+ ) -+{ -+ s4Byte rxi_buf_anta, rxq_buf_anta; /*rxi_buf_antb, rxq_buf_antb;*/ -+ s4Byte value32, pwdb_A = 0, sval, noise, sum; -+ BOOLEAN pd_flag; -+ u1Byte i, valid_cnt; -+ u32 start = 0, func_start = 0, func_end = 0; -+ -+ -+ if (!(pDM_Odm->SupportICType & (ODM_RTL8812 | ODM_RTL8821))) -+ return 0; -+ -+ func_start = ODM_GetCurrentTime(pDM_Odm); -+ pDM_Odm->noise_level.noise_all = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("odm_InbandNoise_Monitor_ACSeries() ==>\n")); -+ -+ /* Step 1. Disable DIG && Set initial gain. */ -+ if (bPauseDIG) -+ odm_PauseDIG(pDM_Odm, PHYDM_PAUSE, PHYDM_PAUSE_LEVEL_1, IGIValue); -+ -+ /* Step 2. Disable all power save for read registers */ -+ /*dcmd_DebugControlPowerSave(pAdapter, PSDisable); */ -+ -+ /* Step 3. Get noise power level */ -+ start = ODM_GetCurrentTime(pDM_Odm); -+ -+ /* reset counters */ -+ sum = 0; -+ valid_cnt = 0; -+ -+ /* Step 3. Get noise power level */ -+ while (1) { -+ /*Set IGI=0x1C */ -+ ODM_Write_DIG(pDM_Odm, 0x1C); -+ /*stop CK320&CK88 */ -+ ODM_SetBBReg(pDM_Odm, 0x8B4, BIT6, 1); -+ /*Read Path-A */ -+ ODM_SetBBReg(pDM_Odm, 0x8FC, bMaskDWord, 0x200); /*set debug port*/ -+ value32 = ODM_GetBBReg(pDM_Odm, 0xFA0, bMaskDWord); /*read debug port*/ -+ -+ rxi_buf_anta = (value32 & 0xFFC00) >> 10; /*rxi_buf_anta=RegFA0[19:10]*/ -+ rxq_buf_anta = value32 & 0x3FF; /*rxq_buf_anta=RegFA0[19:10]*/ -+ -+ pd_flag = (BOOLEAN) ((value32 & BIT31) >> 31); -+ -+ /*Not in packet detection period or Tx state */ -+ if ((!pd_flag) || (rxi_buf_anta != 0x200)) { -+ /*sign conversion*/ -+ rxi_buf_anta = ODM_SignConversion(rxi_buf_anta, 10); -+ rxq_buf_anta = ODM_SignConversion(rxq_buf_anta, 10); -+ -+ pwdb_A = ODM_PWdB_Conversion(rxi_buf_anta * rxi_buf_anta + rxq_buf_anta * rxq_buf_anta, 20, 18); /*S(10,9)*S(10,9)=S(20,18)*/ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("pwdb_A= %d dB, rxi_buf_anta= 0x%x, rxq_buf_anta= 0x%x\n", pwdb_A, rxi_buf_anta & 0x3FF, rxq_buf_anta & 0x3FF)); -+ } -+ -+ /*BB Reset*/ -+ ODM_Write1Byte(pDM_Odm, 0x02, ODM_Read1Byte(pDM_Odm, 0x02) & (~BIT0)); -+ ODM_Write1Byte(pDM_Odm, 0x02, ODM_Read1Byte(pDM_Odm, 0x02) | BIT0); -+ -+ /*Start CK320&CK88*/ -+ ODM_SetBBReg(pDM_Odm, 0x8B4, BIT6, 0); -+ -+ sval = pwdb_A; -+ -+ if (sval < 0 && sval >= -27) { -+ if (valid_cnt < ValidCnt) { -+ valid_cnt++; -+ sum += sval; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("Valid sval = %d\n", sval)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("Sum of sval = %d,\n", sum)); -+ if ((valid_cnt >= ValidCnt) || (ODM_GetProgressingTime(pDM_Odm, start) > max_time)) { -+ sum /= valid_cnt; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("After divided, sum = %d\n", sum)); -+ break; -+ } -+ } -+ } -+ } -+ -+ /*ADC backoff is 12dB,*/ -+ /*Ptarget=0x1C-110=-82dBm*/ -+ noise = sum + 12 + 0x1C - 110; -+ -+ /*Offset*/ -+ noise = noise - 3; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("noise = %d\n", noise)); -+ pDM_Odm->noise_level.noise_all = (s2Byte)noise; -+ -+ /* Step 4. Recover the Dig*/ -+ if (bPauseDIG) -+ odm_PauseDIG(pDM_Odm, PHYDM_RESUME, PHYDM_PAUSE_LEVEL_1, IGIValue); -+ -+ func_end = ODM_GetProgressingTime(pDM_Odm, func_start); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_COMMON, ODM_DBG_LOUD, ("odm_InbandNoise_Monitor_ACSeries() <==\n")); -+ -+ return pDM_Odm->noise_level.noise_all; -+} -+ -+ -+ -+s2Byte -+ODM_InbandNoise_Monitor(PVOID pDM_VOID, u8 bPauseDIG, u8 IGIValue, u32 max_time) -+{ -+ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if (pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) -+ return odm_InbandNoise_Monitor_ACSeries(pDM_Odm, bPauseDIG, IGIValue, max_time); -+ else -+ return odm_InbandNoise_Monitor_NSeries(pDM_Odm, bPauseDIG, IGIValue, max_time); -+} -+ -+#endif -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.h linux/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_noisemonitor.h 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,49 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ *****************************************************************************/ -+#ifndef __ODMNOISEMONITOR_H__ -+#define __ODMNOISEMONITOR_H__ -+ -+#define ODM_MAX_CHANNEL_NUM 38//14+24 -+struct noise_level -+{ -+ //u1Byte value_a, value_b; -+ u1Byte value[MAX_RF_PATH]; -+ //s1Byte sval_a, sval_b; -+ s1Byte sval[MAX_RF_PATH]; -+ -+ //s4Byte noise_a=0, noise_b=0,sum_a=0, sum_b=0; -+ //s4Byte noise[ODM_RF_PATH_MAX]; -+ s4Byte sum[MAX_RF_PATH]; -+ //u1Byte valid_cnt_a=0, valid_cnt_b=0, -+ u1Byte valid[MAX_RF_PATH]; -+ u1Byte valid_cnt[MAX_RF_PATH]; -+ -+}; -+ -+ -+typedef struct _ODM_NOISE_MONITOR_ -+{ -+ s1Byte noise[MAX_RF_PATH]; -+ s2Byte noise_all; -+}ODM_NOISE_MONITOR; -+ -+s2Byte ODM_InbandNoise_Monitor(PVOID pDM_VOID,u8 bPauseDIG,u8 IGIValue,u32 max_time); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.c linux/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.c 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,2316 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+#if(defined(CONFIG_PATH_DIVERSITY)) -+#if RTL8814A_SUPPORT -+ -+VOID -+phydm_dtp_fix_tx_path( -+ IN PVOID pDM_VOID, -+ IN u1Byte path -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ u1Byte i,num_enable_path=0; -+ -+ if(path==pDM_PathDiv->pre_tx_path) -+ { -+ return; -+ } -+ else -+ { -+ pDM_PathDiv->pre_tx_path=path; -+ } -+ -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT18|BIT19, 3); -+ -+ for(i=0; i<4; i++) -+ { -+ if(path&BIT(i)) -+ num_enable_path++; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Number of trun-on path : (( %d ))\n", num_enable_path)); -+ -+ if(num_enable_path == 1) -+ { -+ ODM_SetBBReg( pDM_Odm, 0x93c, 0xf00000, path); -+ -+ if(path==PHYDM_A)//1-1 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( A ))\n")); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT25|BIT24, 0); -+ } -+ else if(path==PHYDM_B)//1-2 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( B ))\n")); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT27|BIT26, 0); -+ } -+ else if(path==PHYDM_C)//1-3 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( C ))\n")); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT29|BIT28, 0); -+ -+ } -+ else if(path==PHYDM_D)//1-4 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( D ))\n")); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT31|BIT30, 0); -+ } -+ -+ } -+ else if(num_enable_path == 2) -+ { -+ ODM_SetBBReg( pDM_Odm, 0x93c, 0xf00000, path); -+ ODM_SetBBReg( pDM_Odm, 0x940, 0xf0, path); -+ -+ if(path==PHYDM_AB)//2-1 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( A B ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT25|BIT24, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT27|BIT26, 1); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT9|BIT8, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT11|BIT10, 1); -+ } -+ else if(path==PHYDM_AC)//2-2 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( A C ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT25|BIT24, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT29|BIT28, 1); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT9|BIT8, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT13|BIT12, 1); -+ } -+ else if(path==PHYDM_AD)//2-3 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( A D ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT25|BIT24, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT31|BIT30, 1); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT9|BIT8, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT15|BIT14, 1); -+ } -+ else if(path==PHYDM_BC)//2-4 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( B C ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT27|BIT26, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT29|BIT28, 1); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT11|BIT10, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT13|BIT12, 1); -+ } -+ else if(path==PHYDM_BD)//2-5 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( B D ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT27|BIT26, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT31|BIT30, 1); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT11|BIT10, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT15|BIT14, 1); -+ } -+ else if(path==PHYDM_CD)//2-6 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( C D ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT29|BIT28, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT31|BIT30, 1); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT13|BIT12, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT15|BIT14, 1); -+ } -+ -+ } -+ else if(num_enable_path == 3) -+ { -+ ODM_SetBBReg( pDM_Odm, 0x93c, 0xf00000, path); -+ ODM_SetBBReg( pDM_Odm, 0x940, 0xf0, path); -+ ODM_SetBBReg( pDM_Odm, 0x940, 0xf0000, path); -+ -+ if(path==PHYDM_ABC)//3-1 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( A B C))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT25|BIT24, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT27|BIT26, 1); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT29|BIT28, 2); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT9|BIT8, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT11|BIT10, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT13|BIT12, 2); -+ //set for 3ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT21|BIT20, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT23|BIT22, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT25|BIT24, 2); -+ } -+ else if(path==PHYDM_ABD)//3-2 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( A B D ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT25|BIT24, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT27|BIT26, 1); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT31|BIT30, 2); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT9|BIT8, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT11|BIT10, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT15|BIT14, 2); -+ //set for 3ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT21|BIT20, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT23|BIT22, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT27|BIT26, 2); -+ -+ } -+ else if(path==PHYDM_ACD)//3-3 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( A C D ))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT25|BIT24, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT29|BIT28, 1); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT31|BIT30, 2); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT9|BIT8, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT13|BIT12, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT15|BIT14, 2); -+ //set for 3ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT21|BIT20, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT25|BIT24, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT27|BIT26, 2); -+ } -+ else if(path==PHYDM_BCD)//3-4 -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path (( B C D))\n")); -+ //set for 1ss -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT27|BIT26, 0); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT29|BIT28, 1); -+ ODM_SetBBReg( pDM_Odm, 0x93c, BIT31|BIT30, 2); -+ //set for 2ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT11|BIT10, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT13|BIT12, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT15|BIT14, 2); -+ //set for 3ss -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT23|BIT22, 0); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT25|BIT24, 1); -+ ODM_SetBBReg( pDM_Odm, 0x940, BIT27|BIT26, 2); -+ } -+ } -+ else if(num_enable_path == 4) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" Trun on path ((A B C D))\n")); -+ } -+ -+} -+ -+VOID -+phydm_find_default_path( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ u4Byte rssi_avg_a=0, rssi_avg_b=0, rssi_avg_c=0, rssi_avg_d=0, rssi_avg_bcd=0; -+ u4Byte rssi_total_a=0, rssi_total_b=0, rssi_total_c=0, rssi_total_d=0; -+ -+ //2 Default Path Selection By RSSI -+ -+ rssi_avg_a = (pDM_PathDiv->path_a_cnt_all > 0)? (pDM_PathDiv->path_a_sum_all / pDM_PathDiv->path_a_cnt_all) :0 ; -+ rssi_avg_b = (pDM_PathDiv->path_b_cnt_all > 0)? (pDM_PathDiv->path_b_sum_all / pDM_PathDiv->path_b_cnt_all) :0 ; -+ rssi_avg_c = (pDM_PathDiv->path_c_cnt_all > 0)? (pDM_PathDiv->path_c_sum_all / pDM_PathDiv->path_c_cnt_all) :0 ; -+ rssi_avg_d = (pDM_PathDiv->path_d_cnt_all > 0)? (pDM_PathDiv->path_d_sum_all / pDM_PathDiv->path_d_cnt_all) :0 ; -+ -+ -+ pDM_PathDiv->path_a_sum_all = 0; -+ pDM_PathDiv->path_a_cnt_all = 0; -+ pDM_PathDiv->path_b_sum_all = 0; -+ pDM_PathDiv->path_b_cnt_all = 0; -+ pDM_PathDiv->path_c_sum_all = 0; -+ pDM_PathDiv->path_c_cnt_all = 0; -+ pDM_PathDiv->path_d_sum_all = 0; -+ pDM_PathDiv->path_d_cnt_all = 0; -+ -+ if(pDM_PathDiv->use_path_a_as_default_ant == 1) -+ { -+ rssi_avg_bcd=(rssi_avg_b+rssi_avg_c+rssi_avg_d)/3; -+ -+ if( (rssi_avg_a + ANT_DECT_RSSI_TH) > rssi_avg_bcd ) -+ { -+ pDM_PathDiv->is_pathA_exist=TRUE; -+ pDM_PathDiv->default_path=PATH_A; -+ } -+ else -+ { -+ pDM_PathDiv->is_pathA_exist=FALSE; -+ } -+ } -+ else -+ { -+ if( (rssi_avg_a >=rssi_avg_b) && (rssi_avg_a >=rssi_avg_c)&&(rssi_avg_a >=rssi_avg_d)) -+ pDM_PathDiv->default_path=PATH_A; -+ else if( (rssi_avg_b >=rssi_avg_c)&&(rssi_avg_b >=rssi_avg_d)) -+ pDM_PathDiv->default_path=PATH_B; -+ else if( rssi_avg_c >=rssi_avg_d) -+ pDM_PathDiv->default_path=PATH_C; -+ else -+ pDM_PathDiv->default_path=PATH_D; -+ } -+ -+ -+} -+ -+ -+VOID -+phydm_candidate_dtp_update( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ -+ pDM_PathDiv->num_candidate=3; -+ -+ if(pDM_PathDiv->use_path_a_as_default_ant == 1) -+ { -+ if(pDM_PathDiv->num_tx_path==3) -+ { -+ if(pDM_PathDiv->is_pathA_exist) -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_ABC; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_ABD; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_ACD; -+ } -+ else // use path BCD -+ { -+ pDM_PathDiv->num_candidate=1; -+ phydm_dtp_fix_tx_path(pDM_Odm, PHYDM_BCD); -+ return; -+ } -+ } -+ else if(pDM_PathDiv->num_tx_path==2) -+ { -+ if(pDM_PathDiv->is_pathA_exist) -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_AB; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_AC; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_AD; -+ } -+ else -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_BC; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_BD; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_CD; -+ } -+ } -+ } -+ else -+ { -+ //2 3 TX Mode -+ if(pDM_PathDiv->num_tx_path==3)//choose 3 ant form 4 -+ { -+ if(pDM_PathDiv->default_path == PATH_A) //choose 2 ant form 3 -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_ABC; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_ABD; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_ACD; -+ } -+ else if(pDM_PathDiv->default_path==PATH_B) -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_ABC; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_ABD; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_BCD; -+ } -+ else if(pDM_PathDiv->default_path == PATH_C) -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_ABC; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_ACD; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_BCD; -+ } -+ else if(pDM_PathDiv->default_path == PATH_D) -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_ABD; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_ACD; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_BCD; -+ } -+ } -+ -+ //2 2 TX Mode -+ else if(pDM_PathDiv->num_tx_path==2)//choose 2 ant form 4 -+ { -+ if(pDM_PathDiv->default_path == PATH_A) //choose 2 ant form 3 -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_AB; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_AC; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_AD; -+ } -+ else if(pDM_PathDiv->default_path==PATH_B) -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_AB; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_BC; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_BD; -+ } -+ else if(pDM_PathDiv->default_path == PATH_C) -+ { -+ pDM_PathDiv->ant_candidate_1 = PHYDM_AC; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_BC; -+ pDM_PathDiv->ant_candidate_3 = PHYDM_CD; -+ } -+ else if(pDM_PathDiv->default_path == PATH_D) -+ { -+ pDM_PathDiv->ant_candidate_1= PHYDM_AD; -+ pDM_PathDiv->ant_candidate_2 = PHYDM_BD; -+ pDM_PathDiv->ant_candidate_3= PHYDM_CD; -+ } -+ } -+ } -+} -+ -+ -+VOID -+phydm_dynamic_tx_path( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ -+ PSTA_INFO_T pEntry; -+ u4Byte i; -+ u1Byte num_client=0; -+ u1Byte H2C_Parameter[6] ={0}; -+ -+ -+ if(!pDM_Odm->bLinked) //bLinked==False -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("DTP_8814 [No Link!!!]\n")); -+ -+ if(pDM_PathDiv->bBecomeLinked == TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" [Be disconnected]----->\n")); -+ pDM_PathDiv->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ return; -+ } -+ else -+ { -+ if(pDM_PathDiv->bBecomeLinked ==FALSE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, (" [Be Linked !!!]----->\n")); -+ pDM_PathDiv->bBecomeLinked = pDM_Odm->bLinked; -+ } -+ } -+ -+ //2 [Period CTRL] -+ if(pDM_PathDiv->dtp_period >=2) -+ { -+ pDM_PathDiv->dtp_period=0; -+ } -+ else -+ { -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("Phydm_Dynamic_Tx_Path_8814A() Stay = (( %d ))\n",pDM_PathDiv->dtp_period)); -+ pDM_PathDiv->dtp_period++; -+ return; -+ } -+ -+ -+ //2 [Fix Path] -+ if (pDM_Odm->path_select != PHYDM_AUTO_PATH) -+ { -+ return; -+ } -+ -+ //2 [Check Bfer] -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #if (BEAMFORMING_SUPPORT == 1) -+ { -+ BEAMFORMING_CAP BeamformCap = (pDM_Odm->BeamformingInfo.BeamformCap); -+ -+ if( BeamformCap & BEAMFORMER_CAP ) // BFmer On && Div On -> Div Off -+ { -+ if( pDM_PathDiv->fix_path_bfer == 0) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PATH_DIV,ODM_DBG_LOUD,("[ PathDiv : OFF ] BFmer ==1 \n")); -+ pDM_PathDiv->fix_path_bfer = 1 ; -+ } -+ return; -+ } -+ else // BFmer Off && Div Off -> Div On -+ { -+ if( pDM_PathDiv->fix_path_bfer == 1 ) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PATH_DIV,ODM_DBG_LOUD,("[ PathDiv : ON ] BFmer ==0 \n")); -+ pDM_PathDiv->fix_path_bfer = 0; -+ } -+ } -+ } -+ #endif -+ #endif -+ -+ if(pDM_PathDiv->use_path_a_as_default_ant ==1) -+ { -+ phydm_find_default_path(pDM_Odm); -+ phydm_candidate_dtp_update(pDM_Odm); -+ } -+ else -+ { -+ if( pDM_PathDiv->dtp_state == PHYDM_DTP_INIT) -+ { -+ phydm_find_default_path(pDM_Odm); -+ phydm_candidate_dtp_update(pDM_Odm); -+ pDM_PathDiv->dtp_state = PHYDM_DTP_RUNNING_1; -+ } -+ -+ else if( pDM_PathDiv->dtp_state == PHYDM_DTP_RUNNING_1) -+ { -+ pDM_PathDiv->dtp_check_patha_counter++; -+ -+ if(pDM_PathDiv->dtp_check_patha_counter>=NUM_RESET_DTP_PERIOD) -+ { -+ pDM_PathDiv->dtp_check_patha_counter=0; -+ pDM_PathDiv->dtp_state = PHYDM_DTP_INIT; -+ } -+ //2 Search space update -+ else -+ { -+ // 1. find the worst candidate -+ -+ -+ // 2. repalce the worst candidate -+ } -+ } -+ } -+ -+ //2 Dynamic Path Selection H2C -+ -+ if(pDM_PathDiv->num_candidate == 1) -+ { -+ return; -+ } -+ else -+ { -+ H2C_Parameter[0] = pDM_PathDiv->num_candidate; -+ H2C_Parameter[1] = pDM_PathDiv->num_tx_path; -+ H2C_Parameter[2] = pDM_PathDiv->ant_candidate_1; -+ H2C_Parameter[3] = pDM_PathDiv->ant_candidate_2; -+ H2C_Parameter[4] = pDM_PathDiv->ant_candidate_3; -+ -+ ODM_FillH2CCmd(pDM_Odm, PHYDM_H2C_DYNAMIC_TX_PATH, 6, H2C_Parameter); -+ } -+ -+} -+ -+ -+ -+VOID -+phydm_dynamic_tx_path_init( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPATHDIV_T pDM_PathDiv = &(pDM_Odm->DM_PathDiv); -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ USB_MODE_MECH *pUsbModeMech = &pAdapter->UsbModeMechanism; -+ #endif -+ u1Byte search_space_2[NUM_CHOOSE2_FROM4]= {PHYDM_AB, PHYDM_AC, PHYDM_AD, PHYDM_BC, PHYDM_BD, PHYDM_CD }; -+ u1Byte search_space_3[NUM_CHOOSE3_FROM4]= {PHYDM_BCD, PHYDM_ACD, PHYDM_ABD, PHYDM_ABC}; -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pDM_PathDiv->is_u3_mode = (pUsbModeMech->CurUsbMode==USB_MODE_U3)? 1 : 0 ; -+ #else -+ pDM_PathDiv->is_u3_mode = 1; -+ #endif -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("Dynamic TX Path Init 8814\n")); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("is_u3_mode = (( %d ))\n", pDM_PathDiv->is_u3_mode)); -+ -+ memcpy(&(pDM_PathDiv->search_space_2[0]), &(search_space_2[0]), NUM_CHOOSE2_FROM4); -+ memcpy(&(pDM_PathDiv->search_space_3[0]), &(search_space_3[0]), NUM_CHOOSE3_FROM4); -+ -+ pDM_PathDiv->use_path_a_as_default_ant= 1; -+ pDM_PathDiv->dtp_state = PHYDM_DTP_INIT; -+ pDM_Odm->path_select = PHYDM_AUTO_PATH; -+ pDM_PathDiv->path_div_type = PHYDM_4R_PATH_DIV; -+ -+ -+ if(pDM_PathDiv->is_u3_mode ) -+ { -+ pDM_PathDiv->num_tx_path=3; -+ phydm_dtp_fix_tx_path(pDM_Odm, PHYDM_BCD);/* 3TX Set Init TX Path*/ -+ -+ } -+ else -+ { -+ pDM_PathDiv->num_tx_path=2; -+ phydm_dtp_fix_tx_path(pDM_Odm, PHYDM_BC);/* 2TX // Set Init TX Path*/ -+ } -+ -+} -+ -+ -+VOID -+phydm_process_rssi_for_path_div( -+ IN OUT PVOID pDM_VOID, -+ IN PVOID p_phy_info_void, -+ IN PVOID p_pkt_info_void -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_PHY_INFO_T pPhyInfo=(PODM_PHY_INFO_T)p_phy_info_void; -+ PODM_PACKET_INFO_T pPktinfo=(PODM_PACKET_INFO_T)p_pkt_info_void; -+ pPATHDIV_T pDM_PathDiv = &(pDM_Odm->DM_PathDiv); -+ -+ if(pPktinfo->bPacketToSelf || pPktinfo->bPacketMatchBSSID) -+ { -+ if(pPktinfo->DataRate > ODM_RATE11M) -+ { -+ if(pDM_PathDiv->path_div_type == PHYDM_4R_PATH_DIV) -+ { -+ #if RTL8814A_SUPPORT -+ if(pDM_Odm->SupportICType & ODM_RTL8814A) -+ { -+ pDM_PathDiv->path_a_sum_all+=pPhyInfo->RxMIMOSignalStrength[0]; -+ pDM_PathDiv->path_a_cnt_all++; -+ -+ pDM_PathDiv->path_b_sum_all+=pPhyInfo->RxMIMOSignalStrength[1]; -+ pDM_PathDiv->path_b_cnt_all++; -+ -+ pDM_PathDiv->path_c_sum_all+=pPhyInfo->RxMIMOSignalStrength[2]; -+ pDM_PathDiv->path_c_cnt_all++; -+ -+ pDM_PathDiv->path_d_sum_all+=pPhyInfo->RxMIMOSignalStrength[3]; -+ pDM_PathDiv->path_d_cnt_all++; -+ } -+ #endif -+ } -+ else -+ { -+ pDM_PathDiv->PathA_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[0]; -+ pDM_PathDiv->PathA_Cnt[pPktinfo->StationID]++; -+ -+ pDM_PathDiv->PathB_Sum[pPktinfo->StationID]+=pPhyInfo->RxMIMOSignalStrength[1]; -+ pDM_PathDiv->PathB_Cnt[pPktinfo->StationID]++; -+ } -+ } -+ } -+ -+ -+} -+ -+#endif //#if RTL8814A_SUPPORT -+ -+VOID -+odm_pathdiv_debug( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPATHDIV_T pDM_PathDiv = &(pDM_Odm->DM_PathDiv); -+ u4Byte used = *_used; -+ u4Byte out_len = *_out_len; -+ -+ pDM_Odm->path_select = (dm_value[0] & 0xf); -+ PHYDM_SNPRINTF((output+used, out_len-used,"Path_select = (( 0x%x ))\n",pDM_Odm->path_select )); -+ -+ //2 [Fix Path] -+ if (pDM_Odm->path_select != PHYDM_AUTO_PATH) -+ { -+ PHYDM_SNPRINTF((output+used, out_len-used,"Trun on path [%s%s%s%s]\n", -+ ((pDM_Odm->path_select) & 0x1)?"A":"", -+ ((pDM_Odm->path_select) & 0x2)?"B":"", -+ ((pDM_Odm->path_select) & 0x4)?"C":"", -+ ((pDM_Odm->path_select) & 0x8)?"D":"" )); -+ -+ phydm_dtp_fix_tx_path( pDM_Odm, pDM_Odm->path_select ); -+ } -+ else -+ { -+ PHYDM_SNPRINTF((output+used, out_len-used,"%s\n","Auto Path")); -+ } -+} -+ -+#endif // #if(defined(CONFIG_PATH_DIVERSITY)) -+ -+VOID -+phydm_c2h_dtp_handler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+) -+{ -+#if(defined(CONFIG_PATH_DIVERSITY)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pPATHDIV_T pDM_PathDiv = &(pDM_Odm->DM_PathDiv); -+ -+ u1Byte macid = CmdBuf[0]; -+ u1Byte target = CmdBuf[1]; -+ u1Byte nsc_1 = CmdBuf[2]; -+ u1Byte nsc_2 = CmdBuf[3]; -+ u1Byte nsc_3 = CmdBuf[4]; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PATH_DIV,ODM_DBG_LOUD,("Target_candidate = (( %d ))\n", target)); -+ /* -+ if( (nsc_1 >= nsc_2) && (nsc_1 >= nsc_3)) -+ { -+ phydm_dtp_fix_tx_path(pDM_Odm, pDM_PathDiv->ant_candidate_1); -+ } -+ else if( nsc_2 >= nsc_3) -+ { -+ phydm_dtp_fix_tx_path(pDM_Odm, pDM_PathDiv->ant_candidate_2); -+ } -+ else -+ { -+ phydm_dtp_fix_tx_path(pDM_Odm, pDM_PathDiv->ant_candidate_3); -+ } -+ */ -+#endif -+} -+ -+VOID -+odm_PathDiversity( -+ IN PVOID pDM_VOID -+) -+{ -+#if(defined(CONFIG_PATH_DIVERSITY)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if(!(pDM_Odm->SupportAbility & ODM_BB_PATH_DIV)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PATH_DIV,ODM_DBG_LOUD,("Return: Not Support PathDiv\n")); -+ return; -+ } -+ -+ #if RTL8812A_SUPPORT -+ -+ if(pDM_Odm->SupportICType & ODM_RTL8812) -+ ODM_PathDiversity_8812A(pDM_Odm); -+ else -+ #endif -+ -+ #if RTL8814A_SUPPORT -+ if(pDM_Odm->SupportICType & ODM_RTL8814A) -+ phydm_dynamic_tx_path(pDM_Odm); -+ else -+ #endif -+ {} -+#endif -+} -+ -+VOID -+odm_PathDiversityInit( -+ IN PVOID pDM_VOID -+) -+{ -+#if(defined(CONFIG_PATH_DIVERSITY)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /*pDM_Odm->SupportAbility |= ODM_BB_PATH_DIV;*/ -+ -+ if(pDM_Odm->mp_mode == TRUE) -+ return; -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_PATH_DIV)) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PATH_DIV,ODM_DBG_LOUD,("Return: Not Support PathDiv\n")); -+ return; -+ } -+ -+#if RTL8812A_SUPPORT -+ if(pDM_Odm->SupportICType & ODM_RTL8812) -+ ODM_PathDiversityInit_8812A(pDM_Odm); -+ else -+ #endif -+ -+ #if RTL8814A_SUPPORT -+ if(pDM_Odm->SupportICType & ODM_RTL8814A) -+ phydm_dynamic_tx_path_init(pDM_Odm); -+ else -+ #endif -+ {} -+#endif -+} -+ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+// -+// 2011/12/02 MH Copy from MP oursrc for temporarily test. -+// -+#if RTL8192C_SUPPORT -+BOOLEAN -+odm_IsConnected_92C( -+ IN PADAPTER Adapter -+) -+{ -+ PRT_WLAN_STA pEntry; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ u4Byte i; -+ BOOLEAN bConnected=FALSE; -+ -+ if(pMgntInfo->mAssoc) -+ { -+ bConnected = TRUE; -+ } -+ else -+ { -+ for(i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) -+ { -+ if(IsAPModeExist(Adapter) && GetFirstExtAdapter(Adapter) != NULL) -+ pEntry = AsocEntry_EnumStation(GetFirstExtAdapter(Adapter), i); -+ else -+ pEntry = AsocEntry_EnumStation(GetDefaultAdapter(Adapter), i); -+ -+ if(pEntry!=NULL) -+ { -+ if(pEntry->bAssociated) -+ { -+ bConnected = TRUE; -+ break; -+ } -+ } -+ else -+ { -+ break; -+ } -+ } -+ } -+ return bConnected; -+} -+ -+BOOLEAN -+ODM_PathDiversityBeforeLink92C( -+ //IN PADAPTER Adapter -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if (RT_MEM_SIZE_LEVEL != RT_MEM_SIZE_MINIMUM) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE* pHalData = NULL; -+ PMGNT_INFO pMgntInfo = NULL; -+ //pSWAT_T pDM_SWAT_Table = &Adapter->DM_SWAT_Table; -+ pPD_T pDM_PDTable = NULL; -+ -+ s1Byte Score = 0; -+ PRT_WLAN_BSS pTmpBssDesc; -+ PRT_WLAN_BSS pTestBssDesc; -+ -+ u1Byte target_chnl = 0; -+ u2Byte index; -+ -+ if (pDM_Odm->Adapter == NULL) //For BSOD when plug/unplug fast. //By YJ,120413 -+ { // The ODM structure is not initialized. -+ return FALSE; -+ } -+ pHalData = GET_HAL_DATA(Adapter); -+ pMgntInfo = &Adapter->MgntInfo; -+ pDM_PDTable = &Adapter->DM_PDTable; -+ -+ // Condition that does not need to use path diversity. -+ if((!(pHalData->CVID_Version==VERSION_1_BEFORE_8703B && IS_92C_SERIAL(pHalData->VersionID))) || (pHalData->PathDivCfg!=1) || pMgntInfo->AntennaTest ) -+ { -+ RT_TRACE(COMP_INIT, DBG_LOUD, -+ ("ODM_PathDiversityBeforeLink92C(): No PathDiv Mechanism before link.\n")); -+ return FALSE; -+ } -+ -+ // Since driver is going to set BB register, it shall check if there is another thread controlling BB/RF. -+ PlatformAcquireSpinLock(Adapter, RT_RF_STATE_SPINLOCK); -+ if(pHalData->eRFPowerState!=eRfOn || pMgntInfo->RFChangeInProgress || pMgntInfo->bMediaConnect) -+ { -+ PlatformReleaseSpinLock(Adapter, RT_RF_STATE_SPINLOCK); -+ -+ RT_TRACE(COMP_INIT, DBG_LOUD, -+ ("ODM_PathDiversityBeforeLink92C(): RFChangeInProgress(%x), eRFPowerState(%x)\n", -+ pMgntInfo->RFChangeInProgress, -+ pHalData->eRFPowerState)); -+ -+ //pDM_SWAT_Table->SWAS_NoLink_State = 0; -+ pDM_PDTable->PathDiv_NoLink_State = 0; -+ -+ return FALSE; -+ } -+ else -+ { -+ PlatformReleaseSpinLock(Adapter, RT_RF_STATE_SPINLOCK); -+ } -+ -+ //1 Run AntDiv mechanism "Before Link" part. -+ //if(pDM_SWAT_Table->SWAS_NoLink_State == 0) -+ if(pDM_PDTable->PathDiv_NoLink_State == 0) -+ { -+ //1 Prepare to do Scan again to check current antenna state. -+ -+ // Set check state to next step. -+ //pDM_SWAT_Table->SWAS_NoLink_State = 1; -+ pDM_PDTable->PathDiv_NoLink_State = 1; -+ -+ // Copy Current Scan list. -+ Adapter->MgntInfo.tmpNumBssDesc = pMgntInfo->NumBssDesc; -+ PlatformMoveMemory((PVOID)Adapter->MgntInfo.tmpbssDesc, (PVOID)pMgntInfo->bssDesc, sizeof(RT_WLAN_BSS)*MAX_BSS_DESC); -+ -+ // Switch Antenna to another one. -+ if(pDM_PDTable->DefaultRespPath == 0) -+ { -+ PHY_SetBBReg(Adapter, rCCK0_AFESetting , 0x0F000000, 0x05); // TRX path = PathB -+ odm_SetRespPath_92C(Adapter, 1); -+ pDM_PDTable->OFDMTXPath = 0xFFFFFFFF; -+ pDM_PDTable->CCKTXPath = 0xFFFFFFFF; -+ } -+ else -+ { -+ PHY_SetBBReg(Adapter, rCCK0_AFESetting , 0x0F000000, 0x00); // TRX path = PathA -+ odm_SetRespPath_92C(Adapter, 0); -+ pDM_PDTable->OFDMTXPath = 0x0; -+ pDM_PDTable->CCKTXPath = 0x0; -+ } -+#if 0 -+ -+ pDM_SWAT_Table->PreAntenna = pDM_SWAT_Table->CurAntenna; -+ pDM_SWAT_Table->CurAntenna = (pDM_SWAT_Table->CurAntenna==Antenna_A)?Antenna_B:Antenna_A; -+ -+ RT_TRACE(COMP_INIT, DBG_LOUD, -+ ("ODM_SwAntDivCheckBeforeLink: Change to Ant(%s) for testing.\n", (pDM_SWAT_Table->CurAntenna==Antenna_A)?"A":"B")); -+ //PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, 0x300, DM_SWAT_Table.CurAntenna); -+ pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 = ((pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 & 0xfffffcff) | (pDM_SWAT_Table->CurAntenna<<8)); -+ PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, bMaskDWord, pDM_SWAT_Table->SWAS_NoLink_BK_Reg860); -+#endif -+ -+ // Go back to scan function again. -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("ODM_PathDiversityBeforeLink92C: Scan one more time\n")); -+ pMgntInfo->ScanStep=0; -+ target_chnl = odm_SwAntDivSelectScanChnl(Adapter); -+ odm_SwAntDivConstructScanChnl(Adapter, target_chnl); -+ PlatformSetTimer(Adapter, &pMgntInfo->ScanTimer, 5); -+ -+ return TRUE; -+ } -+ else -+ { -+ //1 ScanComple() is called after antenna swiched. -+ //1 Check scan result and determine which antenna is going -+ //1 to be used. -+ -+ for(index=0; indexMgntInfo.tmpNumBssDesc; index++) -+ { -+ pTmpBssDesc = &(Adapter->MgntInfo.tmpbssDesc[index]); -+ pTestBssDesc = &(pMgntInfo->bssDesc[index]); -+ -+ if(PlatformCompareMemory(pTestBssDesc->bdBssIdBuf, pTmpBssDesc->bdBssIdBuf, 6)!=0) -+ { -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("ODM_PathDiversityBeforeLink92C(): ERROR!! This shall not happen.\n")); -+ continue; -+ } -+ -+ if(pTmpBssDesc->RecvSignalPower > pTestBssDesc->RecvSignalPower) -+ { -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("ODM_PathDiversityBeforeLink92C: Compare scan entry: Score++\n")); -+ RT_PRINT_STR(COMP_INIT, DBG_LOUD, "SSID: ", pTestBssDesc->bdSsIdBuf, pTestBssDesc->bdSsIdLen); -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("Original: %d, Test: %d\n", pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ -+ Score++; -+ PlatformMoveMemory(pTestBssDesc, pTmpBssDesc, sizeof(RT_WLAN_BSS)); -+ } -+ else if(pTmpBssDesc->RecvSignalPower < pTestBssDesc->RecvSignalPower) -+ { -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("ODM_PathDiversityBeforeLink92C: Compare scan entry: Score--\n")); -+ RT_PRINT_STR(COMP_INIT, DBG_LOUD, "SSID: ", pTestBssDesc->bdSsIdBuf, pTestBssDesc->bdSsIdLen); -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("Original: %d, Test: %d\n", pTmpBssDesc->RecvSignalPower, pTestBssDesc->RecvSignalPower)); -+ Score--; -+ } -+ -+ } -+ -+ if(pMgntInfo->NumBssDesc!=0 && Score<=0) -+ { -+ RT_TRACE(COMP_INIT, DBG_LOUD, -+ ("ODM_PathDiversityBeforeLink92C(): DefaultRespPath=%d\n", pDM_PDTable->DefaultRespPath)); -+ -+ //pDM_SWAT_Table->PreAntenna = pDM_SWAT_Table->CurAntenna; -+ } -+ else -+ { -+ RT_TRACE(COMP_INIT, DBG_LOUD, -+ ("ODM_PathDiversityBeforeLink92C(): DefaultRespPath=%d\n", pDM_PDTable->DefaultRespPath)); -+ -+ if(pDM_PDTable->DefaultRespPath == 0) -+ { -+ pDM_PDTable->OFDMTXPath = 0xFFFFFFFF; -+ pDM_PDTable->CCKTXPath = 0xFFFFFFFF; -+ odm_SetRespPath_92C(Adapter, 1); -+ } -+ else -+ { -+ pDM_PDTable->OFDMTXPath = 0x0; -+ pDM_PDTable->CCKTXPath = 0x0; -+ odm_SetRespPath_92C(Adapter, 0); -+ } -+ PHY_SetBBReg(Adapter, rCCK0_AFESetting , 0x0F000000, 0x01); // RX path = PathAB -+ -+ //pDM_SWAT_Table->CurAntenna = pDM_SWAT_Table->PreAntenna; -+ -+ //PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, 0x300, DM_SWAT_Table.CurAntenna); -+ //pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 = ((pDM_SWAT_Table->SWAS_NoLink_BK_Reg860 & 0xfffffcff) | (pDM_SWAT_Table->CurAntenna<<8)); -+ //PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, bMaskDWord, pDM_SWAT_Table->SWAS_NoLink_BK_Reg860); -+ } -+ -+ // Check state reset to default and wait for next time. -+ //pDM_SWAT_Table->SWAS_NoLink_State = 0; -+ pDM_PDTable->PathDiv_NoLink_State = 0; -+ -+ return FALSE; -+ } -+#else -+ return FALSE; -+#endif -+ -+} -+ -+ -+ -+VOID -+odm_PathDiversityAfterLink_92C( -+ IN PADAPTER Adapter -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ pPD_T pDM_PDTable = &Adapter->DM_PDTable; -+ u1Byte DefaultRespPath=0; -+ -+ if((!(pHalData->CVID_Version==VERSION_1_BEFORE_8703B && IS_92C_SERIAL(pHalData->VersionID))) || (pHalData->PathDivCfg != 1) || (pHalData->eRFPowerState == eRfOff)) -+ { -+ if(pHalData->PathDivCfg == 0) -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("No ODM_TXPathDiversity()\n")); -+ } -+ else -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("2T ODM_TXPathDiversity()\n")); -+ } -+ return; -+ } -+ if(!odm_IsConnected_92C(Adapter)) -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("ODM_TXPathDiversity(): No Connections\n")); -+ return; -+ } -+ -+ -+ if(pDM_PDTable->TrainingState == 0) -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("ODM_TXPathDiversity() ==>\n")); -+ odm_OFDMTXPathDiversity_92C(Adapter); -+ -+ if((pDM_PDTable->CCKPathDivEnable == TRUE) && (pDM_PDTable->OFDM_Pkt_Cnt < 100)) -+ { -+ //RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: TrainingState=0\n")); -+ -+ if(pDM_PDTable->CCK_Pkt_Cnt > 300) -+ pDM_PDTable->Timer = 20; -+ else if(pDM_PDTable->CCK_Pkt_Cnt > 100) -+ pDM_PDTable->Timer = 60; -+ else -+ pDM_PDTable->Timer = 250; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: timer=%d\n",pDM_PDTable->Timer)); -+ -+ PHY_SetBBReg(Adapter, rCCK0_AFESetting , 0x0F000000, 0x00); // RX path = PathA -+ pDM_PDTable->TrainingState = 1; -+ pHalData->RSSI_test = TRUE; -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->CCKPathDiversityTimer, pDM_PDTable->Timer); //ms -+ } -+ else -+ { -+ pDM_PDTable->CCKTXPath = pDM_PDTable->OFDMTXPath; -+ DefaultRespPath = pDM_PDTable->OFDMDefaultRespPath; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_SetRespPath_92C: Skip odm_CCKTXPathDiversity_92C, DefaultRespPath is OFDM\n")); -+ odm_SetRespPath_92C(Adapter, DefaultRespPath); -+ odm_ResetPathDiversity_92C(Adapter); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("ODM_TXPathDiversity() <==\n")); -+ } -+ } -+ else if(pDM_PDTable->TrainingState == 1) -+ { -+ //RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: TrainingState=1\n")); -+ PHY_SetBBReg(Adapter, rCCK0_AFESetting , 0x0F000000, 0x05); // RX path = PathB -+ pDM_PDTable->TrainingState = 2; -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->CCKPathDiversityTimer, pDM_PDTable->Timer); //ms -+ } -+ else -+ { -+ //RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: TrainingState=2\n")); -+ pDM_PDTable->TrainingState = 0; -+ odm_CCKTXPathDiversity_92C(Adapter); -+ if(pDM_PDTable->OFDM_Pkt_Cnt != 0) -+ { -+ DefaultRespPath = pDM_PDTable->OFDMDefaultRespPath; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_SetRespPath_92C: DefaultRespPath is OFDM\n")); -+ } -+ else -+ { -+ DefaultRespPath = pDM_PDTable->CCKDefaultRespPath; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_SetRespPath_92C: DefaultRespPath is CCK\n")); -+ } -+ odm_SetRespPath_92C(Adapter, DefaultRespPath); -+ odm_ResetPathDiversity_92C(Adapter); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("ODM_TXPathDiversity() <==\n")); -+ } -+ -+} -+ -+VOID -+odm_SetRespPath_92C( -+ IN PADAPTER Adapter, -+ IN u1Byte DefaultRespPath -+ ) -+{ -+ pPD_T pDM_PDTable = &Adapter->DM_PDTable; -+ -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_SetRespPath_92C: Select Response Path=%d\n",DefaultRespPath)); -+ if(DefaultRespPath != pDM_PDTable->DefaultRespPath) -+ { -+ if(DefaultRespPath == 0) -+ { -+ PlatformEFIOWrite1Byte(Adapter, 0x6D8, (PlatformEFIORead1Byte(Adapter, 0x6D8)&0xc0)|0x15); -+ } -+ else -+ { -+ PlatformEFIOWrite1Byte(Adapter, 0x6D8, (PlatformEFIORead1Byte(Adapter, 0x6D8)&0xc0)|0x2A); -+ } -+ } -+ pDM_PDTable->DefaultRespPath = DefaultRespPath; -+} -+ -+VOID -+odm_OFDMTXPathDiversity_92C( -+ IN PADAPTER Adapter) -+{ -+// HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ PRT_WLAN_STA pEntry; -+ u1Byte i, DefaultRespPath = 0; -+ s4Byte MinRSSI = 0xFF; -+ pPD_T pDM_PDTable = &Adapter->DM_PDTable; -+ pDM_PDTable->OFDMTXPath = 0; -+ -+ //1 Default Port -+ if(pMgntInfo->mAssoc) -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_OFDMTXPathDiversity_92C: Default port RSSI[0]=%d, RSSI[1]=%d\n", -+ Adapter->RxStats.RxRSSIPercentage[0], Adapter->RxStats.RxRSSIPercentage[1])); -+ if(Adapter->RxStats.RxRSSIPercentage[0] > Adapter->RxStats.RxRSSIPercentage[1]) -+ { -+ pDM_PDTable->OFDMTXPath = pDM_PDTable->OFDMTXPath & (~BIT0); -+ MinRSSI = Adapter->RxStats.RxRSSIPercentage[1]; -+ DefaultRespPath = 0; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_OFDMTXPathDiversity_92C: Default port Select Path-0\n")); -+ } -+ else -+ { -+ pDM_PDTable->OFDMTXPath = pDM_PDTable->OFDMTXPath | BIT0; -+ MinRSSI = Adapter->RxStats.RxRSSIPercentage[0]; -+ DefaultRespPath = 1; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_OFDMTXPathDiversity_92C: Default port Select Path-1\n")); -+ } -+ //RT_TRACE( COMP_INIT, DBG_LOUD, ("pDM_PDTable->OFDMTXPath =0x%x\n",pDM_PDTable->OFDMTXPath)); -+ } -+ //1 Extension Port -+ for(i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) -+ { -+ if(IsAPModeExist(Adapter) && GetFirstExtAdapter(Adapter) != NULL) -+ pEntry = AsocEntry_EnumStation(GetFirstExtAdapter(Adapter), i); -+ else -+ pEntry = AsocEntry_EnumStation(GetDefaultAdapter(Adapter), i); -+ -+ if(pEntry!=NULL) -+ { -+ if(pEntry->bAssociated) -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_OFDMTXPathDiversity_92C: MACID=%d, RSSI_0=%d, RSSI_1=%d\n", -+ pEntry->AssociatedMacId, pEntry->rssi_stat.RxRSSIPercentage[0], pEntry->rssi_stat.RxRSSIPercentage[1])); -+ -+ if(pEntry->rssi_stat.RxRSSIPercentage[0] > pEntry->rssi_stat.RxRSSIPercentage[1]) -+ { -+ pDM_PDTable->OFDMTXPath = pDM_PDTable->OFDMTXPath & ~(BIT(pEntry->AssociatedMacId)); -+ //pHalData->TXPath = pHalData->TXPath & ~(1<<(pEntry->AssociatedMacId)); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_OFDMTXPathDiversity_92C: MACID=%d Select Path-0\n", pEntry->AssociatedMacId)); -+ if(pEntry->rssi_stat.RxRSSIPercentage[1] < MinRSSI) -+ { -+ MinRSSI = pEntry->rssi_stat.RxRSSIPercentage[1]; -+ DefaultRespPath = 0; -+ } -+ } -+ else -+ { -+ pDM_PDTable->OFDMTXPath = pDM_PDTable->OFDMTXPath | BIT(pEntry->AssociatedMacId); -+ //pHalData->TXPath = pHalData->TXPath | (1 << (pEntry->AssociatedMacId)); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_OFDMTXPathDiversity_92C: MACID=%d Select Path-1\n", pEntry->AssociatedMacId)); -+ if(pEntry->rssi_stat.RxRSSIPercentage[0] < MinRSSI) -+ { -+ MinRSSI = pEntry->rssi_stat.RxRSSIPercentage[0]; -+ DefaultRespPath = 1; -+ } -+ } -+ } -+ } -+ else -+ { -+ break; -+ } -+ } -+ -+ pDM_PDTable->OFDMDefaultRespPath = DefaultRespPath; -+} -+ -+ -+VOID -+odm_CCKTXPathDiversity_92C( -+ IN PADAPTER Adapter -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ PRT_WLAN_STA pEntry; -+ s4Byte MinRSSI = 0xFF; -+ u1Byte i, DefaultRespPath = 0; -+// BOOLEAN bBModePathDiv = FALSE; -+ pPD_T pDM_PDTable = &Adapter->DM_PDTable; -+ -+ //1 Default Port -+ if(pMgntInfo->mAssoc) -+ { -+ if(pHalData->OFDM_Pkt_Cnt == 0) -+ { -+ for(i=0; i<2; i++) -+ { -+ if(pDM_PDTable->RSSI_CCK_Path_cnt[i] > 1) //Because the first packet is discarded -+ pDM_PDTable->RSSI_CCK_Path[i] = pDM_PDTable->RSSI_CCK_Path[i] / (pDM_PDTable->RSSI_CCK_Path_cnt[i]-1); -+ else -+ pDM_PDTable->RSSI_CCK_Path[i] = 0; -+ } -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: pDM_PDTable->RSSI_CCK_Path[0]=%d, pDM_PDTable->RSSI_CCK_Path[1]=%d\n", -+ pDM_PDTable->RSSI_CCK_Path[0], pDM_PDTable->RSSI_CCK_Path[1])); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: pDM_PDTable->RSSI_CCK_Path_cnt[0]=%d, pDM_PDTable->RSSI_CCK_Path_cnt[1]=%d\n", -+ pDM_PDTable->RSSI_CCK_Path_cnt[0], pDM_PDTable->RSSI_CCK_Path_cnt[1])); -+ -+ if(pDM_PDTable->RSSI_CCK_Path[0] > pDM_PDTable->RSSI_CCK_Path[1]) -+ { -+ pDM_PDTable->CCKTXPath = pDM_PDTable->CCKTXPath & (~BIT0); -+ MinRSSI = pDM_PDTable->RSSI_CCK_Path[1]; -+ DefaultRespPath = 0; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: Default port Select CCK Path-0\n")); -+ } -+ else if(pDM_PDTable->RSSI_CCK_Path[0] < pDM_PDTable->RSSI_CCK_Path[1]) -+ { -+ pDM_PDTable->CCKTXPath = pDM_PDTable->CCKTXPath | BIT0; -+ MinRSSI = pDM_PDTable->RSSI_CCK_Path[0]; -+ DefaultRespPath = 1; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: Default port Select CCK Path-1\n")); -+ } -+ else -+ { -+ if((pDM_PDTable->RSSI_CCK_Path[0] != 0) && (pDM_PDTable->RSSI_CCK_Path[0] < MinRSSI)) -+ { -+ pDM_PDTable->CCKTXPath = pDM_PDTable->CCKTXPath & (~BIT0); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: Default port Select CCK Path-0\n")); -+ MinRSSI = pDM_PDTable->RSSI_CCK_Path[1]; -+ DefaultRespPath = 0; -+ } -+ else -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: Default port unchange CCK Path\n")); -+ } -+ } -+ } -+ else //Follow OFDM decision -+ { -+ pDM_PDTable->CCKTXPath = (pDM_PDTable->CCKTXPath & (~BIT0)) | (pDM_PDTable->OFDMTXPath &BIT0); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: Follow OFDM decision, Default port Select CCK Path-%d\n", -+ pDM_PDTable->CCKTXPath &BIT0)); -+ } -+ } -+ //1 Extension Port -+ for(i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) -+ { -+ if(IsAPModeExist(Adapter) && GetFirstExtAdapter(Adapter) != NULL) -+ pEntry = AsocEntry_EnumStation(GetFirstExtAdapter(Adapter), i); -+ else -+ pEntry = AsocEntry_EnumStation(GetDefaultAdapter(Adapter), i); -+ -+ if(pEntry!=NULL) -+ { -+ if(pEntry->bAssociated) -+ { -+ if(pEntry->rssi_stat.OFDM_Pkt_Cnt == 0) -+ { -+ u1Byte j=0; -+ for(j=0; j<2; j++) -+ { -+ if(pEntry->rssi_stat.RSSI_CCK_Path_cnt[j] > 1) -+ pEntry->rssi_stat.RSSI_CCK_Path[j] = pEntry->rssi_stat.RSSI_CCK_Path[j] / (pEntry->rssi_stat.RSSI_CCK_Path_cnt[j]-1); -+ else -+ pEntry->rssi_stat.RSSI_CCK_Path[j] = 0; -+ } -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: MACID=%d, RSSI_CCK0=%d, RSSI_CCK1=%d\n", -+ pEntry->AssociatedMacId, pEntry->rssi_stat.RSSI_CCK_Path[0], pEntry->rssi_stat.RSSI_CCK_Path[1])); -+ -+ if(pEntry->rssi_stat.RSSI_CCK_Path[0] >pEntry->rssi_stat.RSSI_CCK_Path[1]) -+ { -+ pDM_PDTable->CCKTXPath = pDM_PDTable->CCKTXPath & ~(BIT(pEntry->AssociatedMacId)); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: MACID=%d Select CCK Path-0\n", pEntry->AssociatedMacId)); -+ if(pEntry->rssi_stat.RSSI_CCK_Path[1] < MinRSSI) -+ { -+ MinRSSI = pEntry->rssi_stat.RSSI_CCK_Path[1]; -+ DefaultRespPath = 0; -+ } -+ } -+ else if(pEntry->rssi_stat.RSSI_CCK_Path[0] rssi_stat.RSSI_CCK_Path[1]) -+ { -+ pDM_PDTable->CCKTXPath = pDM_PDTable->CCKTXPath | BIT(pEntry->AssociatedMacId); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: MACID=%d Select CCK Path-1\n", pEntry->AssociatedMacId)); -+ if(pEntry->rssi_stat.RSSI_CCK_Path[0] < MinRSSI) -+ { -+ MinRSSI = pEntry->rssi_stat.RSSI_CCK_Path[0]; -+ DefaultRespPath = 1; -+ } -+ } -+ else -+ { -+ if((pEntry->rssi_stat.RSSI_CCK_Path[0] != 0) && (pEntry->rssi_stat.RSSI_CCK_Path[0] < MinRSSI)) -+ { -+ pDM_PDTable->CCKTXPath = pDM_PDTable->CCKTXPath & ~(BIT(pEntry->AssociatedMacId)); -+ MinRSSI = pEntry->rssi_stat.RSSI_CCK_Path[1]; -+ DefaultRespPath = 0; -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: MACID=%d Select CCK Path-0\n", pEntry->AssociatedMacId)); -+ } -+ else -+ { -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: MACID=%d unchange CCK Path\n", pEntry->AssociatedMacId)); -+ } -+ } -+ } -+ else //Follow OFDM decision -+ { -+ pDM_PDTable->CCKTXPath = (pDM_PDTable->CCKTXPath & (~(BIT(pEntry->AssociatedMacId)))) | (pDM_PDTable->OFDMTXPath & BIT(pEntry->AssociatedMacId)); -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C: Follow OFDM decision, MACID=%d Select CCK Path-%d\n", -+ pEntry->AssociatedMacId, (pDM_PDTable->CCKTXPath & BIT(pEntry->AssociatedMacId))>>(pEntry->AssociatedMacId))); -+ } -+ } -+ } -+ else -+ { -+ break; -+ } -+ } -+ -+ RT_TRACE( COMP_INIT, DBG_LOUD, ("odm_CCKTXPathDiversity_92C:MinRSSI=%d\n",MinRSSI)); -+ -+ if(MinRSSI == 0xFF) -+ DefaultRespPath = pDM_PDTable->CCKDefaultRespPath; -+ -+ pDM_PDTable->CCKDefaultRespPath = DefaultRespPath; -+} -+ -+ -+VOID -+odm_ResetPathDiversity_92C( -+ IN PADAPTER Adapter -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ pPD_T pDM_PDTable = &Adapter->DM_PDTable; -+ PRT_WLAN_STA pEntry; -+ u4Byte i,j; -+ -+ pHalData->RSSI_test = FALSE; -+ pDM_PDTable->CCK_Pkt_Cnt = 0; -+ pDM_PDTable->OFDM_Pkt_Cnt = 0; -+ pHalData->CCK_Pkt_Cnt =0; -+ pHalData->OFDM_Pkt_Cnt =0; -+ -+ if(pDM_PDTable->CCKPathDivEnable == TRUE) -+ PHY_SetBBReg(Adapter, rCCK0_AFESetting , 0x0F000000, 0x01); //RX path = PathAB -+ -+ for(i=0; i<2; i++) -+ { -+ pDM_PDTable->RSSI_CCK_Path_cnt[i]=0; -+ pDM_PDTable->RSSI_CCK_Path[i] = 0; -+ } -+ for(i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) -+ { -+ if(IsAPModeExist(Adapter) && GetFirstExtAdapter(Adapter) != NULL) -+ pEntry = AsocEntry_EnumStation(GetFirstExtAdapter(Adapter), i); -+ else -+ pEntry = AsocEntry_EnumStation(GetDefaultAdapter(Adapter), i); -+ -+ if(pEntry!=NULL) -+ { -+ pEntry->rssi_stat.CCK_Pkt_Cnt = 0; -+ pEntry->rssi_stat.OFDM_Pkt_Cnt = 0; -+ for(j=0; j<2; j++) -+ { -+ pEntry->rssi_stat.RSSI_CCK_Path_cnt[j] = 0; -+ pEntry->rssi_stat.RSSI_CCK_Path[j] = 0; -+ } -+ } -+ else -+ break; -+ } -+} -+ -+ -+ -+ -+ -+VOID -+odm_CCKTXPathDiversityCallback( -+ PRT_TIMER pTimer -+) -+{ -+#if USE_WORKITEM -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+#endif -+ -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+#if USE_WORKITEM -+ PlatformScheduleWorkItem(&pDM_Odm->CCKPathDiversityWorkitem); -+#else -+ odm_PathDiversityAfterLink_92C(Adapter); -+#endif -+#else -+ PlatformScheduleWorkItem(&pDM_Odm->CCKPathDiversityWorkitem); -+#endif -+ -+} -+ -+ -+VOID -+odm_CCKTXPathDiversityWorkItemCallback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER Adapter = (PADAPTER)pContext; -+ -+ odm_CCKTXPathDiversity_92C(Adapter); -+} -+ -+// -+// 20100514 Luke/Joseph: -+// Callback function for 500ms antenna test trying. -+// -+VOID -+odm_PathDivChkAntSwitchCallback( -+ PRT_TIMER pTimer -+) -+{ -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ -+#if USE_WORKITEM -+ PlatformScheduleWorkItem(&pDM_Odm->PathDivSwitchWorkitem); -+#else -+ odm_PathDivChkAntSwitch(pDM_Odm); -+#endif -+#else -+ PlatformScheduleWorkItem(&pDM_Odm->PathDivSwitchWorkitem); -+#endif -+ -+//odm_SwAntDivChkAntSwitch(Adapter, SWAW_STEP_DETERMINE); -+ -+} -+ -+ -+VOID -+odm_PathDivChkAntSwitchWorkitemCallback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER pAdapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ odm_PathDivChkAntSwitch(pDM_Odm); -+} -+ -+ -+ //MAC0_ACCESS_PHY1 -+ -+// 2011-06-22 Neil Chen & Gary Hsin -+// Refer to Jr.Luke's SW ANT DIV -+// 92D Path Diversity Main function -+// refer to 88C software antenna diversity -+// -+VOID -+odm_PathDivChkAntSwitch( -+ PDM_ODM_T pDM_Odm -+ //PADAPTER Adapter, -+ //u1Byte Step -+) -+{ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ -+ -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ s4Byte curRSSI=100, RSSI_A, RSSI_B; -+ u1Byte nextAntenna=AUX_ANT; -+ static u8Byte lastTxOkCnt=0, lastRxOkCnt=0; -+ u8Byte curTxOkCnt, curRxOkCnt; -+ static u8Byte TXByteCnt_A=0, TXByteCnt_B=0, RXByteCnt_A=0, RXByteCnt_B=0; -+ u8Byte CurByteCnt=0, PreByteCnt=0; -+ static u1Byte TrafficLoad = TRAFFIC_LOW; -+ u1Byte Score_A=0, Score_B=0; -+ u1Byte i=0x0; -+ // Neil Chen -+ static u1Byte pathdiv_para=0x0; -+ static u1Byte switchfirsttime=0x00; -+ // u1Byte regB33 = (u1Byte) PHY_QueryBBReg(Adapter, 0xB30,BIT27); -+ u1Byte regB33 = (u1Byte)ODM_GetBBReg(pDM_Odm, PATHDIV_REG, BIT27); -+ -+ -+ //u1Byte reg637 =0x0; -+ static u1Byte fw_value=0x0; -+ //u8Byte curTxOkCnt_tmp, curRxOkCnt_tmp; -+ PADAPTER BuddyAdapter = Adapter->BuddyAdapter; // another adapter MAC -+ // Path Diversity //Neil Chen--2011--06--22 -+ -+ //u1Byte PathDiv_Trigger = (u1Byte) PHY_QueryBBReg(Adapter, 0xBA0,BIT31); -+ u1Byte PathDiv_Trigger = (u1Byte) ODM_GetBBReg(pDM_Odm, PATHDIV_TRI,BIT31); -+ u1Byte PathDiv_Enable = pHalData->bPathDiv_Enable; -+ -+ -+ //DbgPrint("Path Div PG Value:%x \n",PathDiv_Enable); -+ if((BuddyAdapter==NULL)||(!PathDiv_Enable)||(PathDiv_Trigger)||(pHalData->CurrentBandType == BAND_ON_2_4G)) -+ { -+ return; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD,("===================>odm_PathDivChkAntSwitch()\n")); -+ -+ // The first time to switch path excluding 2nd, 3rd, ....etc.... -+ if(switchfirsttime==0) -+ { -+ if(regB33==0) -+ { -+ pDM_SWAT_Table->CurAntenna = MAIN_ANT; // Default MAC0_5G-->Path A (current antenna) -+ } -+ } -+ -+ // Condition that does not need to use antenna diversity. -+ if(pDM_Odm->SupportICType != ODM_RTL8192D) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("odm_PathDiversityMechanims(): No PathDiv Mechanism.\n")); -+ return; -+ } -+ -+ // Radio off: Status reset to default and return. -+ if(pHalData->eRFPowerState==eRfOff) -+ { -+ //ODM_SwAntDivRestAfterLink(Adapter); -+ return; -+ } -+ -+ /* -+ // Handling step mismatch condition. -+ // Peak step is not finished at last time. Recover the variable and check again. -+ if( Step != pDM_SWAT_Table->try_flag ) -+ { -+ ODM_SwAntDivRestAfterLink(Adapter); -+ } */ -+ -+ if(pDM_SWAT_Table->try_flag == 0xff) -+ { -+ // Select RSSI checking target -+ if(pMgntInfo->mAssoc && !ACTING_AS_AP(Adapter)) -+ { -+ // Target: Infrastructure mode AP. -+ pHalData->RSSI_target = NULL; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("odm_PathDivMechanism(): RSSI_target is DEF AP!\n")); -+ } -+ else -+ { -+ u1Byte index = 0; -+ PRT_WLAN_STA pEntry = NULL; -+ PADAPTER pTargetAdapter = NULL; -+ -+ if( pMgntInfo->mIbss || ACTING_AS_AP(Adapter) ) -+ { -+ // Target: AP/IBSS peer. -+ pTargetAdapter = Adapter; -+ } -+ else if(IsAPModeExist(Adapter) && GetFirstExtAdapter(Adapter) != NULL) -+ { -+ // Target: VWIFI peer. -+ pTargetAdapter = GetFirstExtAdapter(Adapter); -+ } -+ -+ if(pTargetAdapter != NULL) -+ { -+ for(index=0; indexbAssociated) -+ break; -+ } -+ } -+ } -+ -+ if(pEntry == NULL) -+ { -+ ODM_PathDivRestAfterLink(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("odm_SwAntDivChkAntSwitch(): No Link.\n")); -+ return; -+ } -+ else -+ { -+ pHalData->RSSI_target = pEntry; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("odm_SwAntDivChkAntSwitch(): RSSI_target is PEER STA\n")); -+ } -+ } -+ -+ pHalData->RSSI_cnt_A = 0; -+ pHalData->RSSI_cnt_B = 0; -+ pDM_SWAT_Table->try_flag = 0; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("odm_SwAntDivChkAntSwitch(): Set try_flag to 0 prepare for peak!\n")); -+ return; -+ } -+ else -+ { -+ // 1st step -+ curTxOkCnt = Adapter->TxStats.NumTxBytesUnicast - lastTxOkCnt; -+ curRxOkCnt = Adapter->RxStats.NumRxBytesUnicast - lastRxOkCnt; -+ lastTxOkCnt = Adapter->TxStats.NumTxBytesUnicast; -+ lastRxOkCnt = Adapter->RxStats.NumRxBytesUnicast; -+ -+ if(pDM_SWAT_Table->try_flag == 1) // Training State -+ { -+ if(pDM_SWAT_Table->CurAntenna == MAIN_ANT) -+ { -+ TXByteCnt_A += curTxOkCnt; -+ RXByteCnt_A += curRxOkCnt; -+ } -+ else -+ { -+ TXByteCnt_B += curTxOkCnt; -+ RXByteCnt_B += curRxOkCnt; -+ } -+ -+ nextAntenna = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)? AUX_ANT : MAIN_ANT; -+ pDM_SWAT_Table->RSSI_Trying--; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH DIV=: RSSI_Trying = %d\n",pDM_SWAT_Table->RSSI_Trying)); -+ if(pDM_SWAT_Table->RSSI_Trying == 0) -+ { -+ CurByteCnt = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)? (TXByteCnt_A+RXByteCnt_A) : (TXByteCnt_B+RXByteCnt_B); -+ PreByteCnt = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)? (TXByteCnt_B+RXByteCnt_B) : (TXByteCnt_A+RXByteCnt_A); -+ -+ if(TrafficLoad == TRAFFIC_HIGH) -+ { -+ //CurByteCnt = PlatformDivision64(CurByteCnt, 9); -+ PreByteCnt =PreByteCnt*9; -+ } -+ else if(TrafficLoad == TRAFFIC_LOW) -+ { -+ //CurByteCnt = PlatformDivision64(CurByteCnt, 2); -+ PreByteCnt =PreByteCnt*2; -+ } -+ if(pHalData->RSSI_cnt_A > 0) -+ RSSI_A = pHalData->RSSI_sum_A/pHalData->RSSI_cnt_A; -+ else -+ RSSI_A = 0; -+ if(pHalData->RSSI_cnt_B > 0) -+ RSSI_B = pHalData->RSSI_sum_B/pHalData->RSSI_cnt_B; -+ else -+ RSSI_B = 0; -+ curRSSI = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)? RSSI_A : RSSI_B; -+ pDM_SWAT_Table->PreRSSI = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)? RSSI_B : RSSI_A; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH DIV=: PreRSSI = %d, CurRSSI = %d\n",pDM_SWAT_Table->PreRSSI, curRSSI)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH DIV=: preAntenna= %s, curAntenna= %s \n", -+ (pDM_SWAT_Table->PreAntenna == MAIN_ANT?"MAIN":"AUX"), (pDM_SWAT_Table->CurAntenna == MAIN_ANT?"MAIN":"AUX"))); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH DIV=: RSSI_A= %d, RSSI_cnt_A = %d, RSSI_B= %d, RSSI_cnt_B = %d\n", -+ RSSI_A, pHalData->RSSI_cnt_A, RSSI_B, pHalData->RSSI_cnt_B)); -+ } -+ -+ } -+ else // try_flag=0 -+ { -+ -+ if(pHalData->RSSI_cnt_A > 0) -+ RSSI_A = pHalData->RSSI_sum_A/pHalData->RSSI_cnt_A; -+ else -+ RSSI_A = 0; -+ if(pHalData->RSSI_cnt_B > 0) -+ RSSI_B = pHalData->RSSI_sum_B/pHalData->RSSI_cnt_B; -+ else -+ RSSI_B = 0; -+ curRSSI = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)? RSSI_A : RSSI_B; -+ pDM_SWAT_Table->PreRSSI = (pDM_SWAT_Table->PreAntenna == MAIN_ANT)? RSSI_A : RSSI_B; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH DIV=: PreRSSI = %d, CurRSSI = %d\n", pDM_SWAT_Table->PreRSSI, curRSSI)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH DIV=: preAntenna= %s, curAntenna= %s \n", -+ (pDM_SWAT_Table->PreAntenna == MAIN_ANT?"MAIN":"AUX"), (pDM_SWAT_Table->CurAntenna == MAIN_ANT?"MAIN":"AUX"))); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH DIV=: RSSI_A= %d, RSSI_cnt_A = %d, RSSI_B= %d, RSSI_cnt_B = %d\n", -+ RSSI_A, pHalData->RSSI_cnt_A, RSSI_B, pHalData->RSSI_cnt_B)); -+ //RT_TRACE(COMP_INIT, DBG_LOUD, ("Ekul:curTxOkCnt = %d\n", curTxOkCnt)); -+ //RT_TRACE(COMP_INIT, DBG_LOUD, ("Ekul:curRxOkCnt = %d\n", curRxOkCnt)); -+ } -+ -+ //1 Trying State -+ if((pDM_SWAT_Table->try_flag == 1)&&(pDM_SWAT_Table->RSSI_Trying == 0)) -+ { -+ -+ if(pDM_SWAT_Table->TestMode == TP_MODE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: TestMode = TP_MODE")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH= TRY:CurByteCnt = %"i64fmt"d,", CurByteCnt)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH= TRY:PreByteCnt = %"i64fmt"d\n",PreByteCnt)); -+ if(CurByteCnt < PreByteCnt) -+ { -+ if(pDM_SWAT_Table->CurAntenna == MAIN_ANT) -+ pDM_SWAT_Table->SelectAntennaMap=pDM_SWAT_Table->SelectAntennaMap<<1; -+ else -+ pDM_SWAT_Table->SelectAntennaMap=(pDM_SWAT_Table->SelectAntennaMap<<1)+1; -+ } -+ else -+ { -+ if(pDM_SWAT_Table->CurAntenna == MAIN_ANT) -+ pDM_SWAT_Table->SelectAntennaMap=(pDM_SWAT_Table->SelectAntennaMap<<1)+1; -+ else -+ pDM_SWAT_Table->SelectAntennaMap=pDM_SWAT_Table->SelectAntennaMap<<1; -+ } -+ for (i= 0; i<8; i++) -+ { -+ if(((pDM_SWAT_Table->SelectAntennaMap>>i)&BIT0) == 1) -+ Score_A++; -+ else -+ Score_B++; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("SelectAntennaMap=%x\n ",pDM_SWAT_Table->SelectAntennaMap)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Score_A=%d, Score_B=%d\n", Score_A, Score_B)); -+ -+ if(pDM_SWAT_Table->CurAntenna == MAIN_ANT) -+ { -+ nextAntenna = (Score_A >= Score_B)?MAIN_ANT:AUX_ANT; -+ } -+ else -+ { -+ nextAntenna = (Score_B >= Score_A)?AUX_ANT:MAIN_ANT; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: nextAntenna=%s\n",(nextAntenna==MAIN_ANT)?"MAIN":"AUX")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: preAntenna= %s, curAntenna= %s \n", -+ (pDM_SWAT_Table->PreAntenna == MAIN_ANT?"MAIN":"AUX"), (pDM_SWAT_Table->CurAntenna == MAIN_ANT?"MAIN":"AUX"))); -+ -+ if(nextAntenna != pDM_SWAT_Table->CurAntenna) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Switch back to another antenna")); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: current anntena is good\n")); -+ } -+ } -+ -+ -+ if(pDM_SWAT_Table->TestMode == RSSI_MODE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: TestMode = RSSI_MODE")); -+ pDM_SWAT_Table->SelectAntennaMap=0xAA; -+ if(curRSSI < pDM_SWAT_Table->PreRSSI) //Current antenna is worse than previous antenna -+ { -+ //RT_TRACE(COMP_INIT, DBG_LOUD, ("SWAS: Switch back to another antenna")); -+ nextAntenna = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)?AUX_ANT : MAIN_ANT; -+ } -+ else // current anntena is good -+ { -+ nextAntenna =pDM_SWAT_Table->CurAntenna; -+ //RT_TRACE(COMP_INIT, DBG_LOUD, ("SWAS: current anntena is good\n")); -+ } -+ } -+ -+ pDM_SWAT_Table->try_flag = 0; -+ pHalData->RSSI_test = FALSE; -+ pHalData->RSSI_sum_A = 0; -+ pHalData->RSSI_cnt_A = 0; -+ pHalData->RSSI_sum_B = 0; -+ pHalData->RSSI_cnt_B = 0; -+ TXByteCnt_A = 0; -+ TXByteCnt_B = 0; -+ RXByteCnt_A = 0; -+ RXByteCnt_B = 0; -+ -+ } -+ -+ //1 Normal State -+ else if(pDM_SWAT_Table->try_flag == 0) -+ { -+ if(TrafficLoad == TRAFFIC_HIGH) -+ { -+ if ((curTxOkCnt+curRxOkCnt) > 3750000)//if(PlatformDivision64(curTxOkCnt+curRxOkCnt, 2) > 1875000) -+ TrafficLoad = TRAFFIC_HIGH; -+ else -+ TrafficLoad = TRAFFIC_LOW; -+ } -+ else if(TrafficLoad == TRAFFIC_LOW) -+ { -+ if ((curTxOkCnt+curRxOkCnt) > 3750000)//if(PlatformDivision64(curTxOkCnt+curRxOkCnt, 2) > 1875000) -+ TrafficLoad = TRAFFIC_HIGH; -+ else -+ TrafficLoad = TRAFFIC_LOW; -+ } -+ if(TrafficLoad == TRAFFIC_HIGH) -+ pDM_SWAT_Table->bTriggerAntennaSwitch = 0; -+ //RT_TRACE(COMP_INIT, DBG_LOUD, ("Normal:TrafficLoad = %llu\n", curTxOkCnt+curRxOkCnt)); -+ -+ //Prepare To Try Antenna -+ nextAntenna = (pDM_SWAT_Table->CurAntenna == MAIN_ANT)? AUX_ANT : MAIN_ANT; -+ pDM_SWAT_Table->try_flag = 1; -+ pHalData->RSSI_test = TRUE; -+ if((curRxOkCnt+curTxOkCnt) > 1000) -+ { -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ pDM_SWAT_Table->RSSI_Trying = 4; -+#else -+ pDM_SWAT_Table->RSSI_Trying = 2; -+#endif -+ pDM_SWAT_Table->TestMode = TP_MODE; -+ } -+ else -+ { -+ pDM_SWAT_Table->RSSI_Trying = 2; -+ pDM_SWAT_Table->TestMode = RSSI_MODE; -+ -+ } -+ -+ //RT_TRACE(COMP_INIT, DBG_LOUD, ("SWAS: Normal State -> Begin Trying!\n")); -+ pHalData->RSSI_sum_A = 0; -+ pHalData->RSSI_cnt_A = 0; -+ pHalData->RSSI_sum_B = 0; -+ pHalData->RSSI_cnt_B = 0; -+ } // end of try_flag=0 -+ } -+ -+ //1 4.Change TRX antenna -+ if(nextAntenna != pDM_SWAT_Table->CurAntenna) -+ { -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Change TX Antenna!\n ")); -+ //PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, 0x300, nextAntenna); for 88C -+ if(nextAntenna==MAIN_ANT) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Next Antenna is RF PATH A\n ")); -+ pathdiv_para = 0x02; //02 to switchback to RF path A -+ fw_value = 0x03; -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ odm_PathDiversity_8192D(pDM_Odm, pathdiv_para); -+#else -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_PathDiv,1,(pu1Byte)(&fw_value)); -+#endif -+ } -+ else if(nextAntenna==AUX_ANT) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Next Antenna is RF PATH B\n ")); -+ if(switchfirsttime==0) // First Time To Enter Path Diversity -+ { -+ switchfirsttime=0x01; -+ pathdiv_para = 0x00; -+ fw_value=0x00; // to backup RF Path A Releated Registers -+ -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ odm_PathDiversity_8192D(pDM_Odm, pathdiv_para); -+#else -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_PathDiv,1,(pu1Byte)(&fw_value)); -+ //for(u1Byte n=0; n<80,n++) -+ //{ -+ //delay_us(500); -+ ODM_delay_ms(500); -+ odm_PathDiversity_8192D(pDM_Odm, pathdiv_para); -+ -+ fw_value=0x01; // to backup RF Path A Releated Registers -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_PathDiv,1,(pu1Byte)(&fw_value)); -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: FIRST TIME To DO PATH SWITCH!\n ")); -+ } -+ else -+ { -+ pathdiv_para = 0x01; -+ fw_value = 0x02; -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ odm_PathDiversity_8192D(pDM_Odm, pathdiv_para); -+#else -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_PathDiv,1,(pu1Byte)(&fw_value)); -+#endif -+ } -+ } -+ // odm_PathDiversity_8192D(Adapter, pathdiv_para); -+ } -+ -+ //1 5.Reset Statistics -+ pDM_SWAT_Table->PreAntenna = pDM_SWAT_Table->CurAntenna; -+ pDM_SWAT_Table->CurAntenna = nextAntenna; -+ pDM_SWAT_Table->PreRSSI = curRSSI; -+ -+ //1 6.Set next timer -+ -+ if(pDM_SWAT_Table->RSSI_Trying == 0) -+ return; -+ -+ if(pDM_SWAT_Table->RSSI_Trying%2 == 0) -+ { -+ if(pDM_SWAT_Table->TestMode == TP_MODE) -+ { -+ if(TrafficLoad == TRAFFIC_HIGH) -+ { -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 10 ); //ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Test another antenna for 10 ms\n")); -+#else -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 20 ); //ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Test another antenna for 20 ms\n")); -+#endif -+ } -+ else if(TrafficLoad == TRAFFIC_LOW) -+ { -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 50 ); //ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Test another antenna for 50 ms\n")); -+ } -+ } -+ else // TestMode == RSSI_MODE -+ { -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 500 ); //ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Test another antenna for 500 ms\n")); -+ } -+ } -+ else -+ { -+ if(pDM_SWAT_Table->TestMode == TP_MODE) -+ { -+ if(TrafficLoad == TRAFFIC_HIGH) -+ -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 90 ); //ms -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("=PATH=: Test another antenna for 90 ms\n")); -+#else -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 180); //ms -+#endif -+ else if(TrafficLoad == TRAFFIC_LOW) -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 100 ); //ms -+ } -+ else -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PathDivSwitchTimer, 500 ); //ms -+ } -+} -+ -+ -+ -+VOID -+ODM_CCKPathDiversityChkPerPktRssi( -+ PADAPTER Adapter, -+ BOOLEAN bIsDefPort, -+ BOOLEAN bMatchBSSID, -+ PRT_WLAN_STA pEntry, -+ PRT_RFD pRfd, -+ pu1Byte pDesc -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ BOOLEAN bCount = FALSE; -+ pPD_T pDM_PDTable = &Adapter->DM_PDTable; -+ //BOOLEAN isCCKrate = RX_HAL_IS_CCK_RATE_92C(pDesc); -+#if DEV_BUS_TYPE != RT_SDIO_INTERFACE -+ BOOLEAN isCCKrate = RX_HAL_IS_CCK_RATE(Adapter, pDesc); -+#else //below code would be removed if we have verified SDIO -+ BOOLEAN isCCKrate = IS_HARDWARE_TYPE_8188E(Adapter) ? RX_HAL_IS_CCK_RATE_88E(pDesc) : RX_HAL_IS_CCK_RATE_92C(pDesc); -+#endif -+ -+ if((pHalData->PathDivCfg != 1) || (pHalData->RSSI_test == FALSE)) -+ return; -+ -+ if(pHalData->RSSI_target==NULL && bIsDefPort && bMatchBSSID) -+ bCount = TRUE; -+ else if(pHalData->RSSI_target!=NULL && pEntry!=NULL && pHalData->RSSI_target==pEntry) -+ bCount = TRUE; -+ -+ if(bCount && isCCKrate) -+ { -+ if(pDM_PDTable->TrainingState == 1 ) -+ { -+ if(pEntry) -+ { -+ if(pEntry->rssi_stat.RSSI_CCK_Path_cnt[0] != 0) -+ pEntry->rssi_stat.RSSI_CCK_Path[0] += pRfd->Status.RxPWDBAll; -+ pEntry->rssi_stat.RSSI_CCK_Path_cnt[0]++; -+ } -+ else -+ { -+ if(pDM_PDTable->RSSI_CCK_Path_cnt[0] != 0) -+ pDM_PDTable->RSSI_CCK_Path[0] += pRfd->Status.RxPWDBAll; -+ pDM_PDTable->RSSI_CCK_Path_cnt[0]++; -+ } -+ } -+ else if(pDM_PDTable->TrainingState == 2 ) -+ { -+ if(pEntry) -+ { -+ if(pEntry->rssi_stat.RSSI_CCK_Path_cnt[1] != 0) -+ pEntry->rssi_stat.RSSI_CCK_Path[1] += pRfd->Status.RxPWDBAll; -+ pEntry->rssi_stat.RSSI_CCK_Path_cnt[1]++; -+ } -+ else -+ { -+ if(pDM_PDTable->RSSI_CCK_Path_cnt[1] != 0) -+ pDM_PDTable->RSSI_CCK_Path[1] += pRfd->Status.RxPWDBAll; -+ pDM_PDTable->RSSI_CCK_Path_cnt[1]++; -+ } -+ } -+ } -+} -+ -+ -+ -+ -+//Neil Chen---2011--06--22 -+//----92D Path Diversity----// -+//#ifdef PathDiv92D -+//================================== -+//3 Path Diversity -+//================================== -+// -+// 20100514 Luke/Joseph: -+// Add new function for antenna diversity after link. -+// This is the main function of antenna diversity after link. -+// This function is called in HalDmWatchDog() and ODM_SwAntDivChkAntSwitchCallback(). -+// HalDmWatchDog() calls this function with SWAW_STEP_PEAK to initialize the antenna test. -+// In SWAW_STEP_PEAK, another antenna and a 500ms timer will be set for testing. -+// After 500ms, ODM_SwAntDivChkAntSwitchCallback() calls this function to compare the signal just -+// listened on the air with the RSSI of original antenna. -+// It chooses the antenna with better RSSI. -+// There is also a aged policy for error trying. Each error trying will cost more 5 seconds waiting -+// penalty to get next try. -+// -+// -+// 20100503 Joseph: -+// Add new function SwAntDivCheck8192C(). -+// This is the main function of Antenna diversity function before link. -+// Mainly, it just retains last scan result and scan again. -+// After that, it compares the scan result to see which one gets better RSSI. -+// It selects antenna with better receiving power and returns better scan result. -+// -+ -+ -+// -+// 20100514 Luke/Joseph: -+// This function is used to gather the RSSI information for antenna testing. -+// It selects the RSSI of the peer STA that we want to know. -+// -+VOID -+ODM_PathDivChkPerPktRssi( -+ PADAPTER Adapter, -+ BOOLEAN bIsDefPort, -+ BOOLEAN bMatchBSSID, -+ PRT_WLAN_STA pEntry, -+ PRT_RFD pRfd -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ BOOLEAN bCount = FALSE; -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ -+ if(pHalData->RSSI_target==NULL && bIsDefPort && bMatchBSSID) -+ bCount = TRUE; -+ else if(pHalData->RSSI_target!=NULL && pEntry!=NULL && pHalData->RSSI_target==pEntry) -+ bCount = TRUE; -+ -+ if(bCount) -+ { -+ //1 RSSI for SW Antenna Switch -+ if(pDM_SWAT_Table->CurAntenna == MAIN_ANT) -+ { -+ pHalData->RSSI_sum_A += pRfd->Status.RxPWDBAll; -+ pHalData->RSSI_cnt_A++; -+ } -+ else -+ { -+ pHalData->RSSI_sum_B += pRfd->Status.RxPWDBAll; -+ pHalData->RSSI_cnt_B++; -+ -+ } -+ } -+} -+ -+ -+// -+// 20100514 Luke/Joseph: -+// Add new function to reset antenna diversity state after link. -+// -+VOID -+ODM_PathDivRestAfterLink( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PADAPTER Adapter=pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ pSWAT_T pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ -+ pHalData->RSSI_cnt_A = 0; -+ pHalData->RSSI_cnt_B = 0; -+ pHalData->RSSI_test = FALSE; -+ pDM_SWAT_Table->try_flag = 0x0; // NOT 0xff -+ pDM_SWAT_Table->RSSI_Trying = 0; -+ pDM_SWAT_Table->SelectAntennaMap=0xAA; -+ pDM_SWAT_Table->CurAntenna = MAIN_ANT; -+} -+ -+ -+//================================================== -+//3 PathDiv End -+//================================================== -+ -+ -+VOID -+ODM_FillTXPathInTXDESC( -+ IN PADAPTER Adapter, -+ IN PRT_TCB pTcb, -+ IN pu1Byte pDesc -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u4Byte TXPath; -+ pPD_T pDM_PDTable = &Adapter->DM_PDTable; -+ -+ //2011.09.05 Add by Luke Lee for path diversity -+ if(pHalData->PathDivCfg == 1) -+ { -+ TXPath = (pDM_PDTable->OFDMTXPath >> pTcb->macId) & BIT0; -+ //RT_TRACE( COMP_INIT, DBG_LOUD, ("Fill TXDESC: macID=%d, TXPath=%d\n", pTcb->macId, TXPath)); -+ //SET_TX_DESC_TX_ANT_CCK(pDesc,TXPath); -+ if(TXPath == 0) -+ { -+ SET_TX_DESC_TX_ANTL_92C(pDesc,1); -+ SET_TX_DESC_TX_ANT_HT_92C(pDesc,1); -+ } -+ else -+ { -+ SET_TX_DESC_TX_ANTL_92C(pDesc,2); -+ SET_TX_DESC_TX_ANT_HT_92C(pDesc,2); -+ } -+ TXPath = (pDM_PDTable->CCKTXPath >> pTcb->macId) & BIT0; -+ if(TXPath == 0) -+ { -+ SET_TX_DESC_TX_ANT_CCK_92C(pDesc,1); -+ } -+ else -+ { -+ SET_TX_DESC_TX_ANT_CCK_92C(pDesc,2); -+ } -+ } -+} -+ -+//Only for MP //Neil Chen--2012--0502-- -+VOID -+odm_PathDivInit_92D( -+IN PDM_ODM_T pDM_Odm) -+{ -+ pPATHDIV_PARA pathIQK = &pDM_Odm->pathIQK; -+ -+ pathIQK->org_2g_RegC14=0x0; -+ pathIQK->org_2g_RegC4C=0x0; -+ pathIQK->org_2g_RegC80=0x0; -+ pathIQK->org_2g_RegC94=0x0; -+ pathIQK->org_2g_RegCA0=0x0; -+ pathIQK->org_5g_RegC14=0x0; -+ pathIQK->org_5g_RegCA0=0x0; -+ pathIQK->org_5g_RegE30=0x0; -+ pathIQK->swt_2g_RegC14=0x0; -+ pathIQK->swt_2g_RegC4C=0x0; -+ pathIQK->swt_2g_RegC80=0x0; -+ pathIQK->swt_2g_RegC94=0x0; -+ pathIQK->swt_2g_RegCA0=0x0; -+ pathIQK->swt_5g_RegC14=0x0; -+ pathIQK->swt_5g_RegCA0=0x0; -+ pathIQK->swt_5g_RegE30=0x0; -+ -+} -+ -+ -+u1Byte -+odm_SwAntDivSelectScanChnl( -+ IN PADAPTER Adapter -+ ) -+{ -+#if (RT_MEM_SIZE_LEVEL != RT_MEM_SIZE_MINIMUM) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ u2Byte i; -+ u1Byte j, ScanChannel = 0, ChannelNum = 0; -+ PRT_CHANNEL_LIST pChannelList = GET_RT_CHANNEL_LIST(pMgntInfo); -+ u1Byte EachChannelSTAs[MAX_SCAN_CHANNEL_NUM] = {0}; -+ -+ if(pMgntInfo->tmpNumBssDesc == 0) -+ return 0; -+ -+ for(i = 0; i < pMgntInfo->tmpNumBssDesc; i++) -+ { -+ ChannelNum = pMgntInfo->tmpbssDesc[i].ChannelNumber; -+ for(j = 0; j < pChannelList->ChannelLen; j++) -+ { -+ if(pChannelList->ChnlListEntry[j].ChannelNum == ChannelNum) -+ { -+ EachChannelSTAs[j]++; -+ break; -+ } -+ } -+ } -+ -+ for(i = 0; i < MAX_SCAN_CHANNEL_NUM; i++) -+ { -+ if(EachChannelSTAs[i] > EachChannelSTAs[ScanChannel]) -+ ScanChannel = (u1Byte)i; -+ } -+ -+ if(EachChannelSTAs[ScanChannel] == 0) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, ("odm_SwAntDivSelectScanChnl(): Scan List is empty.\n")); -+ return 0; -+ } -+ -+ ScanChannel = pChannelList->ChnlListEntry[ScanChannel].ChannelNum; -+ -+ -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, DBG_LOUD, -+ ("odm_SwAntDivSelectScanChnl(): Channel (( %d )) is select as scan channel.\n", ScanChannel)); -+ -+ return ScanChannel; -+#else -+ return 0; -+#endif -+} -+ -+ -+VOID -+odm_SwAntDivConstructScanChnl( -+ IN PADAPTER Adapter, -+ IN u1Byte ScanChnl -+ ) -+{ -+ -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ -+ if(ScanChnl == 0) -+ { -+ u1Byte i; -+ PRT_CHANNEL_LIST pChannelList = GET_RT_CHANNEL_LIST(pMgntInfo); -+ -+ // 20100519 Joseph: Original antenna scanned nothing. -+ // Test antenna shall scan all channel with half period in this condition. -+ -+ RT_TRACE_F(COMP_SCAN, DBG_TRACE, (" RT_CHNL_LIST_ACTION_CONSTRUCT chnl %d \n", ScanChnl)); -+ -+ RtActChannelList(Adapter, RT_CHNL_LIST_ACTION_CONSTRUCT_SCAN_LIST, NULL, NULL); -+ for(i = 0; i < pChannelList->ChannelLen; i++) -+ pChannelList->ChnlListEntry[i].ScanPeriod /= 2; -+ } -+ else -+ { -+ // The using of this CustomizedScanRequest is a trick to rescan the two channels -+ // under the NORMAL scanning process. It will not affect MGNT_INFO.CustomizedScanRequest. -+ CUSTOMIZED_SCAN_REQUEST CustomScanReq; -+ -+ CustomScanReq.bEnabled = TRUE; -+ CustomScanReq.Channels[0] = ScanChnl; -+ CustomScanReq.Channels[1] = pMgntInfo->dot11CurrentChannelNumber; -+ CustomScanReq.nChannels = 2; -+ CustomScanReq.ScanType = SCAN_ACTIVE; -+ CustomScanReq.Duration = DEFAULT_PASSIVE_SCAN_PERIOD; -+ -+ RT_TRACE_F(COMP_SCAN, DBG_TRACE, (" RT_CHNL_LIST_ACTION_CONSTRUCT chnl %d \n", ScanChnl)); -+ -+ RtActChannelList(Adapter, RT_CHNL_LIST_ACTION_CONSTRUCT_SCAN_LIST, &CustomScanReq, NULL); -+ } -+ -+} -+#else -+ -+VOID -+odm_PathDivChkAntSwitchCallback( -+ PRT_TIMER pTimer -+) -+{ -+} -+ -+VOID -+odm_PathDivChkAntSwitchWorkitemCallback( -+ IN PVOID pContext -+ ) -+{ -+} -+ -+VOID -+odm_CCKTXPathDiversityCallback( -+ PRT_TIMER pTimer -+) -+{ -+} -+ -+VOID -+odm_CCKTXPathDiversityWorkItemCallback( -+ IN PVOID pContext -+ ) -+{ -+} -+u1Byte -+odm_SwAntDivSelectScanChnl( -+ IN PADAPTER Adapter -+ ) -+{ -+ return 0; -+} -+VOID -+odm_SwAntDivConstructScanChnl( -+ IN PADAPTER Adapter, -+ IN u1Byte ScanChnl -+ ) -+{ -+} -+ -+ -+#endif -+ -+#endif // #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.h linux/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_pathdiv.h 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,324 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMPATHDIV_H__ -+#define __PHYDMPATHDIV_H__ -+/*#define PATHDIV_VERSION "2.0" //2014.11.04*/ -+#define PATHDIV_VERSION "3.0" /*2015.01.13 Dino*/ -+ -+#if(defined(CONFIG_PATH_DIVERSITY)) -+#define USE_PATH_A_AS_DEFAULT_ANT //for 8814 dynamic TX path selection -+ -+#define NUM_RESET_DTP_PERIOD 5 -+#define ANT_DECT_RSSI_TH 3 -+ -+#define PATH_A 1 -+#define PATH_B 2 -+#define PATH_C 3 -+#define PATH_D 4 -+ -+#define PHYDM_AUTO_PATH 0 -+#define PHYDM_FIX_PATH 1 -+ -+#define NUM_CHOOSE2_FROM4 6 -+#define NUM_CHOOSE3_FROM4 4 -+ -+ -+#define PHYDM_A BIT0 -+#define PHYDM_B BIT1 -+#define PHYDM_C BIT2 -+#define PHYDM_D BIT3 -+#define PHYDM_AB (BIT0 | BIT1) // 0 -+#define PHYDM_AC (BIT0 | BIT2) // 1 -+#define PHYDM_AD (BIT0 | BIT3) // 2 -+#define PHYDM_BC (BIT1 | BIT2) // 3 -+#define PHYDM_BD (BIT1 | BIT3) // 4 -+#define PHYDM_CD (BIT2 | BIT3) // 5 -+ -+#define PHYDM_ABC (BIT0 | BIT1 | BIT2) /* 0*/ -+#define PHYDM_ABD (BIT0 | BIT1 | BIT3) /* 1*/ -+#define PHYDM_ACD (BIT0 | BIT2 | BIT3) /* 2*/ -+#define PHYDM_BCD (BIT1 | BIT2 | BIT3) /* 3*/ -+ -+#define PHYDM_ABCD (BIT0 | BIT1 | BIT2 | BIT3) -+ -+ -+typedef enum dtp_state -+{ -+ PHYDM_DTP_INIT=1, -+ PHYDM_DTP_RUNNING_1 -+ -+}PHYDM_DTP_STATE; -+ -+typedef enum path_div_type -+{ -+ PHYDM_2R_PATH_DIV = 1, -+ PHYDM_4R_PATH_DIV = 2 -+}PHYDM_PATH_DIV_TYPE; -+ -+VOID -+phydm_process_rssi_for_path_div( -+ IN OUT PVOID pDM_VOID, -+ IN PVOID p_phy_info_void, -+ IN PVOID p_pkt_info_void -+ ); -+ -+typedef struct _ODM_PATH_DIVERSITY_ -+{ -+ u1Byte RespTxPath; -+ u1Byte PathSel[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte PathA_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u4Byte PathB_Sum[ODM_ASSOCIATE_ENTRY_NUM]; -+ u2Byte PathA_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u2Byte PathB_Cnt[ODM_ASSOCIATE_ENTRY_NUM]; -+ u1Byte path_div_type; -+ #if RTL8814A_SUPPORT -+ -+ u4Byte path_a_sum_all; -+ u4Byte path_b_sum_all; -+ u4Byte path_c_sum_all; -+ u4Byte path_d_sum_all; -+ -+ u4Byte path_a_cnt_all; -+ u4Byte path_b_cnt_all; -+ u4Byte path_c_cnt_all; -+ u4Byte path_d_cnt_all; -+ -+ u1Byte dtp_period; -+ BOOLEAN bBecomeLinked; -+ BOOLEAN is_u3_mode; -+ u1Byte num_tx_path; -+ u1Byte default_path; -+ u1Byte num_candidate; -+ u1Byte ant_candidate_1; -+ u1Byte ant_candidate_2; -+ u1Byte ant_candidate_3; -+ u1Byte dtp_state; -+ u1Byte dtp_check_patha_counter; -+ BOOLEAN fix_path_bfer; -+ u1Byte search_space_2[NUM_CHOOSE2_FROM4]; -+ u1Byte search_space_3[NUM_CHOOSE3_FROM4]; -+ -+ u1Byte pre_tx_path; -+ u1Byte use_path_a_as_default_ant; -+ BOOLEAN is_pathA_exist; -+ -+ #endif -+}PATHDIV_T, *pPATHDIV_T; -+ -+ -+#endif //#if(defined(CONFIG_PATH_DIVERSITY)) -+ -+VOID -+phydm_c2h_dtp_handler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+ ); -+ -+VOID -+odm_PathDiversityInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_PathDiversity( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_pathdiv_debug( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value, -+ IN u4Byte *_used, -+ OUT char *output, -+ IN u4Byte *_out_len -+ ); -+ -+ -+ -+//1 [OLD IC]-------------------------------------------------------------------------------- -+ -+ -+ -+ -+ -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ -+//#define PATHDIV_ENABLE 1 -+#define dm_PathDiv_RSSI_Check ODM_PathDivChkPerPktRssi -+#define PathDivCheckBeforeLink8192C ODM_PathDiversityBeforeLink92C -+ -+ -+ -+ -+typedef struct _PathDiv_Parameter_define_ -+{ -+ u4Byte org_5g_RegE30; -+ u4Byte org_5g_RegC14; -+ u4Byte org_5g_RegCA0; -+ u4Byte swt_5g_RegE30; -+ u4Byte swt_5g_RegC14; -+ u4Byte swt_5g_RegCA0; -+ //for 2G IQK information -+ u4Byte org_2g_RegC80; -+ u4Byte org_2g_RegC4C; -+ u4Byte org_2g_RegC94; -+ u4Byte org_2g_RegC14; -+ u4Byte org_2g_RegCA0; -+ -+ u4Byte swt_2g_RegC80; -+ u4Byte swt_2g_RegC4C; -+ u4Byte swt_2g_RegC94; -+ u4Byte swt_2g_RegC14; -+ u4Byte swt_2g_RegCA0; -+}PATHDIV_PARA,*pPATHDIV_PARA; -+ -+VOID -+odm_PathDiversityInit_92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_2TPathDiversityInit_92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_1TPathDiversityInit_92C( -+ IN PADAPTER Adapter -+ ); -+ -+BOOLEAN -+odm_IsConnected_92C( -+ IN PADAPTER Adapter -+ ); -+ -+BOOLEAN -+ODM_PathDiversityBeforeLink92C( -+ //IN PADAPTER Adapter -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+odm_PathDiversityAfterLink_92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_SetRespPath_92C( -+ IN PADAPTER Adapter, -+ IN u1Byte DefaultRespPath -+ ); -+ -+VOID -+odm_OFDMTXPathDiversity_92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_CCKTXPathDiversity_92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_ResetPathDiversity_92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_CCKTXPathDiversityCallback( -+ PRT_TIMER pTimer -+ ); -+ -+VOID -+odm_CCKTXPathDiversityWorkItemCallback( -+ IN PVOID pContext -+ ); -+ -+VOID -+odm_PathDivChkAntSwitchCallback( -+ PRT_TIMER pTimer -+ ); -+ -+VOID -+odm_PathDivChkAntSwitchWorkitemCallback( -+ IN PVOID pContext -+ ); -+ -+ -+VOID -+odm_PathDivChkAntSwitch( -+ PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+ODM_CCKPathDiversityChkPerPktRssi( -+ PADAPTER Adapter, -+ BOOLEAN bIsDefPort, -+ BOOLEAN bMatchBSSID, -+ PRT_WLAN_STA pEntry, -+ PRT_RFD pRfd, -+ pu1Byte pDesc -+ ); -+ -+VOID -+ODM_PathDivChkPerPktRssi( -+ PADAPTER Adapter, -+ BOOLEAN bIsDefPort, -+ BOOLEAN bMatchBSSID, -+ PRT_WLAN_STA pEntry, -+ PRT_RFD pRfd -+ ); -+ -+VOID -+ODM_PathDivRestAfterLink( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+VOID -+ODM_FillTXPathInTXDESC( -+ IN PADAPTER Adapter, -+ IN PRT_TCB pTcb, -+ IN pu1Byte pDesc -+ ); -+ -+VOID -+odm_PathDivInit_92D( -+ IN PDM_ODM_T pDM_Odm -+ ); -+ -+u1Byte -+odm_SwAntDivSelectScanChnl( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_SwAntDivConstructScanChnl( -+ IN PADAPTER Adapter, -+ IN u1Byte ScanChnl -+ ); -+ -+ #endif //#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ -+ -+ #endif //#ifndef __ODMPATHDIV_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.c linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.c 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,1050 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+#if !defined(_OUTSRC_COEXIST) -+//============================================================ -+// Global var -+//============================================================ -+ -+ -+u4Byte OFDMSwingTable_New[OFDM_TABLE_SIZE_92D] = { -+ 0x0b40002d, // 0, -15.0dB -+ 0x0c000030, // 1, -14.5dB -+ 0x0cc00033, // 2, -14.0dB -+ 0x0d800036, // 3, -13.5dB -+ 0x0e400039, // 4, -13.0dB -+ 0x0f00003c, // 5, -12.5dB -+ 0x10000040, // 6, -12.0dB -+ 0x11000044, // 7, -11.5dB -+ 0x12000048, // 8, -11.0dB -+ 0x1300004c, // 9, -10.5dB -+ 0x14400051, // 10, -10.0dB -+ 0x15800056, // 11, -9.5dB -+ 0x16c0005b, // 12, -9.0dB -+ 0x18000060, // 13, -8.5dB -+ 0x19800066, // 14, -8.0dB -+ 0x1b00006c, // 15, -7.5dB -+ 0x1c800072, // 16, -7.0dB -+ 0x1e400079, // 17, -6.5dB -+ 0x20000080, // 18, -6.0dB -+ 0x22000088, // 19, -5.5dB -+ 0x24000090, // 20, -5.0dB -+ 0x26000098, // 21, -4.5dB -+ 0x288000a2, // 22, -4.0dB -+ 0x2ac000ab, // 23, -3.5dB -+ 0x2d4000b5, // 24, -3.0dB -+ 0x300000c0, // 25, -2.5dB -+ 0x32c000cb, // 26, -2.0dB -+ 0x35c000d7, // 27, -1.5dB -+ 0x390000e4, // 28, -1.0dB -+ 0x3c8000f2, // 29, -0.5dB -+ 0x40000100, // 30, +0dB -+ 0x43c0010f, // 31, +0.5dB -+ 0x47c0011f, // 32, +1.0dB -+ 0x4c000130, // 33, +1.5dB -+ 0x50800142, // 34, +2.0dB -+ 0x55400155, // 35, +2.5dB -+ 0x5a400169, // 36, +3.0dB -+ 0x5fc0017f, // 37, +3.5dB -+ 0x65400195, // 38, +4.0dB -+ 0x6b8001ae, // 39, +4.5dB -+ 0x71c001c7, // 40, +5.0dB -+ 0x788001e2, // 41, +5.5dB -+ 0x7f8001fe // 42, +6.0dB -+}; -+ -+u1Byte CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8] = { -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, // 19, -6.5dB -+ {0x1c, 0x1a, 0x18, 0x12, 0x0e, 0x08, 0x04, 0x02}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, // 26, -3.0dB -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04} // 32, +0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8]= { -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, // 19, -6.5dB -+ {0x1c, 0x1a, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, // 26, -3.0dB -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00} // 32, +0dB -+}; -+ -+u4Byte OFDMSwingTable[OFDM_TABLE_SIZE_92D] = { -+ 0x0b40002d, // 0, -15.0dB -+ 0x0c000030, // 1, -14.5dB -+ 0x0cc00033, // 2, -14.0dB -+ 0x0d800036, // 3, -13.5dB -+ 0x0e400039, // 4, -13.0dB -+ 0x0f00003c, // 5, -12.5dB -+ 0x10000040, // 6, -12.0dB -+ 0x11000044, // 7, -11.5dB -+ 0x12000048, // 8, -11.0dB -+ 0x1300004c, // 9, -10.5dB -+ 0x14400051, // 10, -10.0dB -+ 0x15800056, // 11, -9.5dB -+ 0x16c0005b, // 12, -9.0dB -+ 0x18000060, // 13, -8.5dB -+ 0x19800066, // 14, -8.0dB -+ 0x1b00006c, // 15, -7.5dB -+ 0x1c800072, // 16, -7.0dB -+ 0x1e400079, // 17, -6.5dB -+ 0x20000080, // 18, -6.0dB -+ 0x22000088, // 19, -5.5dB -+ 0x24000090, // 20, -5.0dB -+ 0x26000098, // 21, -4.5dB -+ 0x288000a2, // 22, -4.0dB -+ 0x2ac000ab, // 23, -3.5dB -+ 0x2d4000b5, // 24, -3.0dB -+ 0x300000c0, // 25, -2.5dB -+ 0x32c000cb, // 26, -2.0dB -+ 0x35c000d7, // 27, -1.5dB -+ 0x390000e4, // 28, -1.0dB -+ 0x3c8000f2, // 29, -0.5dB -+ 0x40000100, // 30, +0dB -+ 0x43c0010f, // 31, +0.5dB -+ 0x47c0011f, // 32, +1.0dB -+ 0x4c000130, // 33, +1.5dB -+ 0x50800142, // 34, +2.0dB -+ 0x55400155, // 35, +2.5dB -+ 0x5a400169, // 36, +3.0dB -+ 0x5fc0017f, // 37, +3.5dB -+ 0x65400195, // 38, +4.0dB -+ 0x6b8001ae, // 39, +4.5dB -+ 0x71c001c7, // 40, +5.0dB -+ 0x788001e2, // 41, +5.5dB -+ 0x7f8001fe // 42, +6.0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8] = { -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, // 19, -6.5dB -+ {0x1c, 0x1a, 0x18, 0x12, 0x0e, 0x08, 0x04, 0x02}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, // 26, -3.0dB -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04} // 32, +0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch14 [CCK_TABLE_SIZE][8]= { -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, // 19, -6.5dB -+ {0x1c, 0x1a, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, // 26, -3.0dB -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00} // 32, +0dB -+}; -+ -+u1Byte CCKSwingTable_Ch1_Ch14_88F[CCK_TABLE_SIZE_88F][16] = { -+{0x16, 0x15, 0x13, 0x10, 0xD, 0x9, 0x6, 0x3, 0x2, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 0 -16dB */ -+{0x18, 0x17, 0x15, 0x12, 0xE, 0xA, 0x7, 0x4, 0x2, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 1 -15.5dB */ -+{0x1B, 0x1A, 0x18, 0x14, 0x10, 0xB, 0x7, 0x4, 0x2, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 2 -15dB */ -+{0x1F, 0x1E, 0x1B, 0x17, 0x12, 0xD, 0x8, 0x5, 0x2, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 3 -14.5dB */ -+{0x22, 0x21, 0x1E, 0x19, 0x14, 0xE, 0x9, 0x5, 0x3, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 4 -14dB */ -+{0x26, 0x25, 0x22, 0x1C, 0x16, 0x10, 0xA, 0x6, 0x3, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 5 -13.5dB */ -+{0x2B, 0x2A, 0x26, 0x20, 0x19, 0x12, 0xC, 0x7, 0x3, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 6 -13dB */ -+{0x30, 0x2F, 0x2A, 0x24, 0x1C, 0x14, 0xD, 0x8, 0x4, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 7 -12.5dB */ -+{0x36, 0x34, 0x2F, 0x28, 0x1F, 0x17, 0xF, 0x9, 0x4, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 8 -12dB */ -+{0x3D, 0x3B, 0x35, 0x2D, 0x23, 0x19, 0x11, 0xA, 0x5, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 9 -11.5dB */ -+{0x44, 0x42, 0x3C, 0x33, 0x28, 0x1C, 0x13, 0xB, 0x5, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 10 -11dB */ -+{0x4D, 0x4A, 0x43, 0x39, 0x2C, 0x20, 0x15, 0xC, 0x6, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 11 -10.5dB */ -+{0x56, 0x53, 0x4B, 0x40, 0x32, 0x24, 0x17, 0xE, 0x6, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 12 -10dB */ -+{0x60, 0x5D, 0x54, 0x47, 0x38, 0x28, 0x1A, 0xF, 0x7, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 13 -9.5dB */ -+{0x6C, 0x69, 0x5F, 0x50, 0x3F, 0x2D, 0x1E, 0x11, 0x8, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 14 -9dB */ -+{0x79, 0x76, 0x6A, 0x5A, 0x46, 0x33, 0x21, 0x13, 0x9, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 15 -8.5dB */ -+{0x88, 0x84, 0x77, 0x65, 0x4F, 0x39, 0x25, 0x15, 0xA, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 16 -8dB */ -+{0x99, 0x94, 0x86, 0x71, 0x58, 0x40, 0x2A, 0x18, 0xB, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 17 -7.5dB */ -+{0xAC, 0xA6, 0x96, 0x7F, 0x63, 0x47, 0x2F, 0x1B, 0xD, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 18 -7dB */ -+{0xC1, 0xBA, 0xA8, 0x8F, 0x6F, 0x50, 0x35, 0x1E, 0xE, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, /* 19 -6.5dB */ -+{0xD8, 0xD1, 0xBD, 0xA0, 0x7D, 0x5A, 0x3B, 0x22, 0x10, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0} /* 20 -6dB */ -+}; -+ -+ -+#if 0 -+u4Byte OFDMSwingTable_92E[OFDM_TABLE_SIZE_92E] = { -+ /* Index0 6 dB */ 0x7fc001ff, -+ /* Index1 5.7dB */ 0x7b4001ed, -+ /* Index2 5.4dB */ 0x774001dd, -+ /* Index3 5.1dB */ 0x734001cd, -+ /* Index4 4.8dB */ 0x6f4001bd, -+ /* Index5 4.5dB */ 0x6b8001ae, -+ /* Index6 4.2dB */ 0x67c0019f, -+ /* Index7 3.9dB */ 0x64400191, -+ /* Index8 3.6dB */ 0x60c00183, -+ /* Index9 3.3dB */ 0x5d800176, -+ /* Index10 3 dB */ 0x5a80016a, -+ /* Index11 2.7dB */ 0x5740015d, -+ /* Index12 2.4dB */ 0x54400151, -+ /* Index13 2.1dB */ 0x51800146, -+ /* Index14 1.8dB */ 0x4ec0013b, -+ /* Index15 1.5dB */ 0x4c000130, -+ /* Index16 1.2dB */ 0x49800126, -+ /* Index17 0.9dB */ 0x4700011c, -+ /* Index18 0.6dB */ 0x44800112, -+ /* Index19 0.3dB */ 0x42000108, -+ /* Index20 0 dB */ 0x40000100, // 20 This is OFDM base index -+ /* Index21 -0.3dB */ 0x3dc000f7, -+ /* Index22 -0.6dB */ 0x3bc000ef, -+ /* Index23 -0.9dB */ 0x39c000e7, -+ /* Index24 -1.2dB */ 0x37c000df, -+ /* Index25 -1.5dB */ 0x35c000d7, -+ /* Index26 -1.8dB */ 0x340000d0, -+ /* Index27 -2.1dB */ 0x324000c9, -+ /* Index28 -2.4dB */ 0x308000c2, -+ /* Index29 -2.7dB */ 0x2f0000bc, -+ /* Index30 -3 dB */ 0x2d4000b5, -+ /* Index31 -3.3dB */ 0x2bc000af, -+ /* Index32 -3.6dB */ 0x2a4000a9, -+ /* Index33 -3.9dB */ 0x28c000a3, -+ /* Index34 -4.2dB */ 0x2780009e, -+ /* Index35 -4.5dB */ 0x26000098, -+ /* Index36 -4.8dB */ 0x24c00093, -+ /* Index37 -5.1dB */ 0x2380008e, -+ /* Index38 -5.4dB */ 0x22400089, -+ /* Index39 -5.7dB */ 0x21400085, -+ /* Index40 -6 dB */ 0x20000080, -+ /* Index41 -6.3dB */ 0x1f00007c, -+ /* Index42 -6.6dB */ 0x1e000078, -+ /* Index43 -6.9dB */ 0x1d000074, -+ /* Index44 -7.2dB */ 0x1c000070, -+ /* Index45 -7.5dB */ 0x1b00006c, -+ /* Index46 -7.8dB */ 0x1a000068, -+ /* Index47 -8.1dB */ 0x19400065, -+ /* Index48 -8.4dB */ 0x18400061, -+ /* Index49 -8.7dB */ 0x1780005e, -+ /* Index50 -9 dB */ 0x16c0005b, -+ /* Index51 -9.3dB */ 0x16000058, -+ /* Index52 -9.6dB */ 0x15400055, -+ /* Index53 -9.9dB */ 0x14800052 -+}; -+u1Byte CCKSwingTable_Ch1_Ch13_92E[CCK_TABLE_SIZE_92E][8] = { -+ /* Index0 0 dB */ {0x36, 0x34 , 0x2E , 0x26 , 0x1C , 0x12 , 0x08 , 0x04}, -+ /* Index1 -0.3dB */ {0x34, 0x32 , 0x2C , 0x25 , 0x1B , 0x11 , 0x08 , 0x04}, -+ /* Index2 -0.6dB */ {0x32, 0x30 , 0x2B , 0x23 , 0x1A , 0x11 , 0x07 , 0x04}, -+ /* Index3 -0.9dB */ {0x31, 0x2F , 0x29 , 0x22 , 0x19 , 0x10 , 0x07 , 0x04}, -+ /* Index4 -1.2dB */ {0x2F, 0x2D , 0x28 , 0x21 , 0x18 , 0x10 , 0x07 , 0x03}, -+ /* Index5 -1.5dB */ {0x2D, 0x2C , 0x27 , 0x20 , 0x18 , 0x0F , 0x07 , 0x03}, -+ /* Index6 -1.8dB */ {0x2C, 0x2A , 0x25 , 0x1F , 0x17 , 0x0F , 0x06 , 0x03}, -+ /* Index7 -2.1dB */ {0x2A, 0x29 , 0x24 , 0x1E , 0x16 , 0x0E , 0x06 , 0x03}, -+ /* Index8 -2.4dB */ {0x29, 0x27 , 0x23 , 0x1D , 0x15 , 0x0E , 0x06 , 0x03}, -+ /* Index9 -2.7dB */ {0x27, 0x26 , 0x22 , 0x1C , 0x14 , 0x0D , 0x06 , 0x03}, -+ /* Index10 -3 dB */ {0x26, 0x25 , 0x20 , 0x1B , 0x14 , 0x0D , 0x06 , 0x03}, -+ /* Index11 -3.3dB */ {0x25, 0x23 , 0x1F , 0x1A , 0x13 , 0x0C , 0x05 , 0x03}, -+ /* Index12 -3.6dB */ {0x24, 0x22 , 0x1E , 0x19 , 0x12 , 0x0C , 0x05 , 0x03}, -+ /* Index13 -3.9dB */ {0x22, 0x21 , 0x1D , 0x18 , 0x12 , 0x0B , 0x05 , 0x03}, -+ /* Index14 -4.2dB */ {0x21, 0x20 , 0x1C , 0x17 , 0x11 , 0x0B , 0x05 , 0x02}, -+ /* Index15 -4.5dB */ {0x20, 0x1F , 0x1B , 0x17 , 0x11 , 0x0B , 0x05 , 0x02}, -+ /* Index16 -4.8dB */ {0x1F, 0x1E , 0x1A , 0x16 , 0x10 , 0x0A , 0x05 , 0x02}, -+ /* Index17 -5.1dB */ {0x1E, 0x1D , 0x1A , 0x15 , 0x10 , 0x0A , 0x04 , 0x02}, -+ /* Index18 -5.4dB */ {0x1D, 0x1C , 0x19 , 0x14 , 0x0F , 0x0A , 0x04 , 0x02}, -+ /* Index19 -5.7dB */ {0x1C, 0x1B , 0x18 , 0x14 , 0x0E , 0x09 , 0x04 , 0x02}, -+ /* Index20 -6.0dB */ {0x1B, 0x1A , 0x17 , 0x13 , 0x0E , 0x09 , 0x04 , 0x02}, // 20 This is CCK base index -+ /* Index21 -6.3dB */ {0x1A, 0x19 , 0x16 , 0x12 , 0x0E , 0x09 , 0x04 , 0x02}, -+ /* Index22 -6.6dB */ {0x19, 0x18 , 0x15 , 0x12 , 0x0D , 0x08 , 0x04 , 0x02}, -+ /* Index23 -6.9dB */ {0x18, 0x17 , 0x15 , 0x11 , 0x0D , 0x08 , 0x04 , 0x02}, -+ /* Index24 -7.2dB */ {0x18, 0x17 , 0x14 , 0x11 , 0x0C , 0x08 , 0x03 , 0x02}, -+ /* Index25 -7.5dB */ {0x17, 0x16 , 0x13 , 0x10 , 0x0C , 0x08 , 0x03 , 0x02}, -+ /* Index26 -7.8dB */ {0x16, 0x15 , 0x13 , 0x0F , 0x0B , 0x07 , 0x03 , 0x02}, -+ /* Index27 -8.1dB */ {0x15, 0x14 , 0x12 , 0x0F , 0x0B , 0x07 , 0x03 , 0x02}, -+ /* Index28 -8.4dB */ {0x14, 0x14 , 0x11 , 0x0E , 0x0B , 0x07 , 0x03 , 0x02}, -+ /* Index29 -8.7dB */ {0x14, 0x13 , 0x11 , 0x0E , 0x0A , 0x07 , 0x03 , 0x01}, -+ /* Index30 -9.0dB */ {0x13, 0x12 , 0x10 , 0x0D , 0x0A , 0x06 , 0x03 , 0x01}, // 30 This is hp CCK base index -+ /* Index31 -9.3dB */ {0x12, 0x12 , 0x0F , 0x0D , 0x0A , 0x06 , 0x03 , 0x01}, -+ /* Index32 -9.6dB */ {0x12, 0x11 , 0x0F , 0x0D , 0x09 , 0x06 , 0x03 , 0x01}, -+ /* Index33 -9.9dB */ {0x11, 0x11 , 0x0F , 0x0C , 0x09 , 0x06 , 0x03 , 0x01}, -+ /* Index34 -10.2dB */ {0x11, 0x11 , 0x0E , 0x0C , 0x09 , 0x06 , 0x02 , 0x01}, -+ /* Index35 -10.5dB */ {0x10, 0x0F , 0x0E , 0x0B , 0x08 , 0x05 , 0x02 , 0x01}, -+ /* Index36 -10.8dB */ {0x10, 0x0F , 0x0D , 0x0B , 0x08 , 0x05 , 0x02 , 0x01}, -+ /* Index37 -11.1dB */ {0x0F, 0x0E , 0x0D , 0x0A , 0x08 , 0x05 , 0x02 , 0x01}, -+ /* Index38 -11.4dB */ {0x0E, 0x0E , 0x0C , 0x0A , 0x07 , 0x05 , 0x02 , 0x01}, -+ /* Index39 -11.7dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x07 , 0x05 , 0x02 , 0x01}, -+ /* Index40 -12 dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x07 , 0x05 , 0x02 , 0x01}, -+ /* Index41 -12.3dB */ {0x0D, 0x0D , 0x0B , 0x09 , 0x07 , 0x04 , 0x02 , 0x01}, -+ /* Index42 -12.6dB */ {0x0D, 0x0C , 0x0B , 0x09 , 0x07 , 0x04 , 0x02 , 0x01}, -+ /* Index43 -12.9dB */ {0x0C, 0x0C , 0x0A , 0x09 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index44 -13.2dB */ {0x0C, 0x0B , 0x0A , 0x08 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index45 -13.5dB */ {0x0B, 0x0B , 0x0A , 0x08 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index46 -13.8dB */ {0x0B, 0x0B , 0x09 , 0x08 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index47 -14.1dB */ {0x0B, 0x0A , 0x09 , 0x07 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index48 -14.4dB */ {0x0A, 0x0A , 0x09 , 0x07 , 0x05 , 0x03 , 0x02 , 0x01}, -+ /* Index49 -14.7dB */ {0x0A, 0x0A , 0x08 , 0x07 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index50 -15 dB */ {0x0A, 0x09 , 0x08 , 0x07 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index51 -15.3dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index52 -15.6dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index53 -15.9dB */ {0x09, 0x08 , 0x07 , 0x06 , 0x04 , 0x03 , 0x01 , 0x01} -+}; -+u1Byte CCKSwingTable_Ch14_92E[CCK_TABLE_SIZE_92E][8] = { -+ /* Index0 0 dB */ {0x36, 0x34 , 0x2E , 0x26 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index1 -0.3dB */ {0x34, 0x32 , 0x2C , 0x25 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index2 -0.6dB */ {0x32, 0x30 , 0x2B , 0x23 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index3 -0.9dB */ {0x31, 0x2F , 0x29 , 0x22 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index4 -1.2dB */ {0x2F, 0x2D , 0x28 , 0x21 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index5 -1.5dB */ {0x2D, 0x2C , 0x27 , 0x20 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index6 -1.8dB */ {0x2C, 0x2A , 0x25 , 0x1F , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index7 -2.1dB */ {0x2A, 0x29 , 0x24 , 0x1E , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index8 -2.4dB */ {0x29, 0x27 , 0x23 , 0x1D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index9 -2.7dB */ {0x27, 0x26 , 0x22 , 0x1C , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index10 -3 dB */ {0x26, 0x25 , 0x20 , 0x1B , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index11 -3.3dB */ {0x25, 0x23 , 0x1F , 0x1A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index12 -3.6dB */ {0x24, 0x22 , 0x1E , 0x19 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index13 -3.9dB */ {0x22, 0x21 , 0x1D , 0x18 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index14 -4.2dB */ {0x21, 0x20 , 0x1C , 0x17 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index15 -4.5dB */ {0x20, 0x1F , 0x1B , 0x17 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index16 -4.8dB */ {0x1F, 0x1E , 0x1A , 0x16 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index17 -5.1dB */ {0x1E, 0x1D , 0x1A , 0x15 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index18 -5.4dB */ {0x1D, 0x1C , 0x19 , 0x14 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index19 -5.7dB */ {0x1C, 0x1B , 0x18 , 0x14 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index20 -6 dB */ {0x1B, 0x1A , 0x17 , 0x13 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index21 -6.3dB */ {0x1A, 0x19 , 0x16 , 0x12 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index22 -6.6dB */ {0x19, 0x18 , 0x15 , 0x12 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index23 -6.9dB */ {0x18, 0x17 , 0x15 , 0x11 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index24 -7.2dB */ {0x18, 0x17 , 0x14 , 0x11 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index25 -7.5dB */ {0x17, 0x16 , 0x13 , 0x10 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index26 -7.8dB */ {0x16, 0x15 , 0x13 , 0x0F , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index27 -8.1dB */ {0x15, 0x14 , 0x12 , 0x0F , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index28 -8.4dB */ {0x14, 0x14 , 0x11 , 0x0E , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index29 -8.7dB */ {0x14, 0x13 , 0x11 , 0x0E , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index30 -9 dB */ {0x13, 0x12 , 0x10 , 0x0D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index31 -9.3dB */ {0x12, 0x12 , 0x0F , 0x0D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index32 -9.6dB */ {0x12, 0x11 , 0x0F , 0x0D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index33 -9.9dB */ {0x11, 0x11 , 0x0F , 0x0C , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index34 -10.2dB */ {0x11, 0x11 , 0x0E , 0x0C , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index35 -10.5dB */ {0x10, 0x0F , 0x0E , 0x0B , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index36 -10.8dB */ {0x10, 0x0F , 0x0D , 0x0B , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index37 -11.1dB */ {0x0F, 0x0E , 0x0D , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index38 -11.4dB */ {0x0E, 0x0E , 0x0C , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index39 -11.7dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index40 -12 dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index41 -12.3dB */ {0x0D, 0x0D , 0x0B , 0x09 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index42 -12.6dB */ {0x0D, 0x0C , 0x0B , 0x09 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index43 -12.9dB */ {0x0C, 0x0C , 0x0A , 0x09 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index44 -13.2dB */ {0x0C, 0x0B , 0x0A , 0x08 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index45 -13.5dB */ {0x0B, 0x0B , 0x0A , 0x08 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index46 -13.8dB */ {0x0B, 0x0B , 0x09 , 0x08 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index47 -14.1dB */ {0x0B, 0x0A , 0x09 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index48 -14.4dB */ {0x0A, 0x0A , 0x09 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index49 -14.7dB */ {0x0A, 0x0A , 0x08 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index50 -15 dB */ {0x0A, 0x09 , 0x08 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index51 -15.3dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index52 -15.6dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index53 -15.9dB */ {0x09, 0x08 , 0x07 , 0x06 , 0x00 , 0x00 , 0x00 , 0x00} -+}; -+#endif -+ -+#ifdef AP_BUILD_WORKAROUND -+ -+unsigned int TxPwrTrk_OFDM_SwingTbl[TxPwrTrk_OFDM_SwingTbl_Len] = { -+ /* +6.0dB */ 0x7f8001fe, -+ /* +5.5dB */ 0x788001e2, -+ /* +5.0dB */ 0x71c001c7, -+ /* +4.5dB */ 0x6b8001ae, -+ /* +4.0dB */ 0x65400195, -+ /* +3.5dB */ 0x5fc0017f, -+ /* +3.0dB */ 0x5a400169, -+ /* +2.5dB */ 0x55400155, -+ /* +2.0dB */ 0x50800142, -+ /* +1.5dB */ 0x4c000130, -+ /* +1.0dB */ 0x47c0011f, -+ /* +0.5dB */ 0x43c0010f, -+ /* 0.0dB */ 0x40000100, -+ /* -0.5dB */ 0x3c8000f2, -+ /* -1.0dB */ 0x390000e4, -+ /* -1.5dB */ 0x35c000d7, -+ /* -2.0dB */ 0x32c000cb, -+ /* -2.5dB */ 0x300000c0, -+ /* -3.0dB */ 0x2d4000b5, -+ /* -3.5dB */ 0x2ac000ab, -+ /* -4.0dB */ 0x288000a2, -+ /* -4.5dB */ 0x26000098, -+ /* -5.0dB */ 0x24000090, -+ /* -5.5dB */ 0x22000088, -+ /* -6.0dB */ 0x20000080, -+ /* -6.5dB */ 0x1a00006c, -+ /* -7.0dB */ 0x1c800072, -+ /* -7.5dB */ 0x18000060, -+ /* -8.0dB */ 0x19800066, -+ /* -8.5dB */ 0x15800056, -+ /* -9.0dB */ 0x26c0005b, -+ /* -9.5dB */ 0x14400051, -+ /* -10.0dB */ 0x24400051, -+ /* -10.5dB */ 0x1300004c, -+ /* -11.0dB */ 0x12000048, -+ /* -11.5dB */ 0x11000044, -+ /* -12.0dB */ 0x10000040 -+}; -+#endif -+ -+#endif -+ -+ -+u1Byte DeltaSwingTableIdx_2GA_P_DEFAULT[DELTA_SWINGIDX_SIZE] = {0, 0, 0, 0, 1, 1, 2, 2, 3, 3 -+, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9}; -+u1Byte DeltaSwingTableIdx_2GA_N_DEFAULT[DELTA_SWINGIDX_SIZE] = {0, 0, 0, 2, 2, 3, 3, 4, 4, 4 -+, 4, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 10, 10, 10, 11, 11, 11, 11}; -+ -+ -+#ifdef CONFIG_WLAN_HAL_8192EE -+u4Byte OFDMSwingTable_92E[OFDM_TABLE_SIZE_92E] = { -+ /* Index0 6 dB */ 0x7fc001ff, -+ /* Index1 5.7dB */ 0x7b4001ed, -+ /* Index2 5.4dB */ 0x774001dd, -+ /* Index3 5.1dB */ 0x734001cd, -+ /* Index4 4.8dB */ 0x6f4001bd, -+ /* Index5 4.5dB */ 0x6b8001ae, -+ /* Index6 4.2dB */ 0x67c0019f, -+ /* Index7 3.9dB */ 0x64400191, -+ /* Index8 3.6dB */ 0x60c00183, -+ /* Index9 3.3dB */ 0x5d800176, -+ /* Index10 3 dB */ 0x5a80016a, -+ /* Index11 2.7dB */ 0x5740015d, -+ /* Index12 2.4dB */ 0x54400151, -+ /* Index13 2.1dB */ 0x51800146, -+ /* Index14 1.8dB */ 0x4ec0013b, -+ /* Index15 1.5dB */ 0x4c000130, -+ /* Index16 1.2dB */ 0x49800126, -+ /* Index17 0.9dB */ 0x4700011c, -+ /* Index18 0.6dB */ 0x44800112, -+ /* Index19 0.3dB */ 0x42000108, -+ /* Index20 0 dB */ 0x40000100, // 20 This is OFDM base index -+ /* Index21 -0.3dB */ 0x3dc000f7, -+ /* Index22 -0.6dB */ 0x3bc000ef, -+ /* Index23 -0.9dB */ 0x39c000e7, -+ /* Index24 -1.2dB */ 0x37c000df, -+ /* Index25 -1.5dB */ 0x35c000d7, -+ /* Index26 -1.8dB */ 0x340000d0, -+ /* Index27 -2.1dB */ 0x324000c9, -+ /* Index28 -2.4dB */ 0x308000c2, -+ /* Index29 -2.7dB */ 0x2f0000bc, -+ /* Index30 -3 dB */ 0x2d4000b5, -+ /* Index31 -3.3dB */ 0x2bc000af, -+ /* Index32 -3.6dB */ 0x2a4000a9, -+ /* Index33 -3.9dB */ 0x28c000a3, -+ /* Index34 -4.2dB */ 0x2780009e, -+ /* Index35 -4.5dB */ 0x26000098, -+ /* Index36 -4.8dB */ 0x24c00093, -+ /* Index37 -5.1dB */ 0x2380008e, -+ /* Index38 -5.4dB */ 0x22400089, -+ /* Index39 -5.7dB */ 0x21400085, -+ /* Index40 -6 dB */ 0x20000080, -+ /* Index41 -6.3dB */ 0x1f00007c, -+ /* Index42 -6.6dB */ 0x1e000078, -+ /* Index43 -6.9dB */ 0x1d000074, -+ /* Index44 -7.2dB */ 0x1c000070, -+ /* Index45 -7.5dB */ 0x1b00006c, -+ /* Index46 -7.8dB */ 0x1a000068, -+ /* Index47 -8.1dB */ 0x19400065, -+ /* Index48 -8.4dB */ 0x18400061, -+ /* Index49 -8.7dB */ 0x1780005e, -+ /* Index50 -9 dB */ 0x16c0005b, -+ /* Index51 -9.3dB */ 0x16000058, -+ /* Index52 -9.6dB */ 0x15400055, -+ /* Index53 -9.9dB */ 0x14800052 -+}; -+u1Byte CCKSwingTable_Ch1_Ch13_92E[CCK_TABLE_SIZE_92E][8] = { -+ /* Index0 0 dB */ {0x36, 0x34 , 0x2E , 0x26 , 0x1C , 0x12 , 0x08 , 0x04}, -+ /* Index1 -0.3dB */ {0x34, 0x32 , 0x2C , 0x25 , 0x1B , 0x11 , 0x08 , 0x04}, -+ /* Index2 -0.6dB */ {0x32, 0x30 , 0x2B , 0x23 , 0x1A , 0x11 , 0x07 , 0x04}, -+ /* Index3 -0.9dB */ {0x31, 0x2F , 0x29 , 0x22 , 0x19 , 0x10 , 0x07 , 0x04}, -+ /* Index4 -1.2dB */ {0x2F, 0x2D , 0x28 , 0x21 , 0x18 , 0x10 , 0x07 , 0x03}, -+ /* Index5 -1.5dB */ {0x2D, 0x2C , 0x27 , 0x20 , 0x18 , 0x0F , 0x07 , 0x03}, -+ /* Index6 -1.8dB */ {0x2C, 0x2A , 0x25 , 0x1F , 0x17 , 0x0F , 0x06 , 0x03}, -+ /* Index7 -2.1dB */ {0x2A, 0x29 , 0x24 , 0x1E , 0x16 , 0x0E , 0x06 , 0x03}, -+ /* Index8 -2.4dB */ {0x29, 0x27 , 0x23 , 0x1D , 0x15 , 0x0E , 0x06 , 0x03}, -+ /* Index9 -2.7dB */ {0x27, 0x26 , 0x22 , 0x1C , 0x14 , 0x0D , 0x06 , 0x03}, -+ /* Index10 -3 dB */ {0x26, 0x25 , 0x20 , 0x1B , 0x14 , 0x0D , 0x06 , 0x03}, -+ /* Index11 -3.3dB */ {0x25, 0x23 , 0x1F , 0x1A , 0x13 , 0x0C , 0x05 , 0x03}, -+ /* Index12 -3.6dB */ {0x24, 0x22 , 0x1E , 0x19 , 0x12 , 0x0C , 0x05 , 0x03}, -+ /* Index13 -3.9dB */ {0x22, 0x21 , 0x1D , 0x18 , 0x12 , 0x0B , 0x05 , 0x03}, -+ /* Index14 -4.2dB */ {0x21, 0x20 , 0x1C , 0x17 , 0x11 , 0x0B , 0x05 , 0x02}, -+ /* Index15 -4.5dB */ {0x20, 0x1F , 0x1B , 0x17 , 0x11 , 0x0B , 0x05 , 0x02}, -+ /* Index16 -4.8dB */ {0x1F, 0x1E , 0x1A , 0x16 , 0x10 , 0x0A , 0x05 , 0x02}, -+ /* Index17 -5.1dB */ {0x1E, 0x1D , 0x1A , 0x15 , 0x10 , 0x0A , 0x04 , 0x02}, -+ /* Index18 -5.4dB */ {0x1D, 0x1C , 0x19 , 0x14 , 0x0F , 0x0A , 0x04 , 0x02}, -+ /* Index19 -5.7dB */ {0x1C, 0x1B , 0x18 , 0x14 , 0x0E , 0x09 , 0x04 , 0x02}, -+ /* Index20 -6.0dB */ {0x1B, 0x1A , 0x17 , 0x13 , 0x0E , 0x09 , 0x04 , 0x02}, // 20 This is CCK base index -+ /* Index21 -6.3dB */ {0x1A, 0x19 , 0x16 , 0x12 , 0x0E , 0x09 , 0x04 , 0x02}, -+ /* Index22 -6.6dB */ {0x19, 0x18 , 0x15 , 0x12 , 0x0D , 0x08 , 0x04 , 0x02}, -+ /* Index23 -6.9dB */ {0x18, 0x17 , 0x15 , 0x11 , 0x0D , 0x08 , 0x04 , 0x02}, -+ /* Index24 -7.2dB */ {0x18, 0x17 , 0x14 , 0x11 , 0x0C , 0x08 , 0x03 , 0x02}, -+ /* Index25 -7.5dB */ {0x17, 0x16 , 0x13 , 0x10 , 0x0C , 0x08 , 0x03 , 0x02}, -+ /* Index26 -7.8dB */ {0x16, 0x15 , 0x13 , 0x0F , 0x0B , 0x07 , 0x03 , 0x02}, -+ /* Index27 -8.1dB */ {0x15, 0x14 , 0x12 , 0x0F , 0x0B , 0x07 , 0x03 , 0x02}, -+ /* Index28 -8.4dB */ {0x14, 0x14 , 0x11 , 0x0E , 0x0B , 0x07 , 0x03 , 0x02}, -+ /* Index29 -8.7dB */ {0x14, 0x13 , 0x11 , 0x0E , 0x0A , 0x07 , 0x03 , 0x01}, -+ /* Index30 -9.0dB */ {0x13, 0x12 , 0x10 , 0x0D , 0x0A , 0x06 , 0x03 , 0x01}, // 30 This is hp CCK base index -+ /* Index31 -9.3dB */ {0x12, 0x12 , 0x0F , 0x0D , 0x0A , 0x06 , 0x03 , 0x01}, -+ /* Index32 -9.6dB */ {0x12, 0x11 , 0x0F , 0x0D , 0x09 , 0x06 , 0x03 , 0x01}, -+ /* Index33 -9.9dB */ {0x11, 0x11 , 0x0F , 0x0C , 0x09 , 0x06 , 0x03 , 0x01}, -+ /* Index34 -10.2dB */ {0x11, 0x11 , 0x0E , 0x0C , 0x09 , 0x06 , 0x02 , 0x01}, -+ /* Index35 -10.5dB */ {0x10, 0x0F , 0x0E , 0x0B , 0x08 , 0x05 , 0x02 , 0x01}, -+ /* Index36 -10.8dB */ {0x10, 0x0F , 0x0D , 0x0B , 0x08 , 0x05 , 0x02 , 0x01}, -+ /* Index37 -11.1dB */ {0x0F, 0x0E , 0x0D , 0x0A , 0x08 , 0x05 , 0x02 , 0x01}, -+ /* Index38 -11.4dB */ {0x0E, 0x0E , 0x0C , 0x0A , 0x07 , 0x05 , 0x02 , 0x01}, -+ /* Index39 -11.7dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x07 , 0x05 , 0x02 , 0x01}, -+ /* Index40 -12 dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x07 , 0x05 , 0x02 , 0x01}, -+ /* Index41 -12.3dB */ {0x0D, 0x0D , 0x0B , 0x09 , 0x07 , 0x04 , 0x02 , 0x01}, -+ /* Index42 -12.6dB */ {0x0D, 0x0C , 0x0B , 0x09 , 0x07 , 0x04 , 0x02 , 0x01}, -+ /* Index43 -12.9dB */ {0x0C, 0x0C , 0x0A , 0x09 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index44 -13.2dB */ {0x0C, 0x0B , 0x0A , 0x08 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index45 -13.5dB */ {0x0B, 0x0B , 0x0A , 0x08 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index46 -13.8dB */ {0x0B, 0x0B , 0x09 , 0x08 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index47 -14.1dB */ {0x0B, 0x0A , 0x09 , 0x07 , 0x06 , 0x04 , 0x02 , 0x01}, -+ /* Index48 -14.4dB */ {0x0A, 0x0A , 0x09 , 0x07 , 0x05 , 0x03 , 0x02 , 0x01}, -+ /* Index49 -14.7dB */ {0x0A, 0x0A , 0x08 , 0x07 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index50 -15 dB */ {0x0A, 0x09 , 0x08 , 0x07 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index51 -15.3dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index52 -15.6dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x05 , 0x03 , 0x01 , 0x01}, -+ /* Index53 -15.9dB */ {0x09, 0x08 , 0x07 , 0x06 , 0x04 , 0x03 , 0x01 , 0x01} -+}; -+u1Byte CCKSwingTable_Ch14_92E[CCK_TABLE_SIZE_92E][8] = { -+ /* Index0 0 dB */ {0x36, 0x34 , 0x2E , 0x26 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index1 -0.3dB */ {0x34, 0x32 , 0x2C , 0x25 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index2 -0.6dB */ {0x32, 0x30 , 0x2B , 0x23 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index3 -0.9dB */ {0x31, 0x2F , 0x29 , 0x22 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index4 -1.2dB */ {0x2F, 0x2D , 0x28 , 0x21 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index5 -1.5dB */ {0x2D, 0x2C , 0x27 , 0x20 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index6 -1.8dB */ {0x2C, 0x2A , 0x25 , 0x1F , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index7 -2.1dB */ {0x2A, 0x29 , 0x24 , 0x1E , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index8 -2.4dB */ {0x29, 0x27 , 0x23 , 0x1D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index9 -2.7dB */ {0x27, 0x26 , 0x22 , 0x1C , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index10 -3 dB */ {0x26, 0x25 , 0x20 , 0x1B , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index11 -3.3dB */ {0x25, 0x23 , 0x1F , 0x1A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index12 -3.6dB */ {0x24, 0x22 , 0x1E , 0x19 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index13 -3.9dB */ {0x22, 0x21 , 0x1D , 0x18 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index14 -4.2dB */ {0x21, 0x20 , 0x1C , 0x17 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index15 -4.5dB */ {0x20, 0x1F , 0x1B , 0x17 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index16 -4.8dB */ {0x1F, 0x1E , 0x1A , 0x16 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index17 -5.1dB */ {0x1E, 0x1D , 0x1A , 0x15 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index18 -5.4dB */ {0x1D, 0x1C , 0x19 , 0x14 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index19 -5.7dB */ {0x1C, 0x1B , 0x18 , 0x14 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index20 -6 dB */ {0x1B, 0x1A , 0x17 , 0x13 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index21 -6.3dB */ {0x1A, 0x19 , 0x16 , 0x12 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index22 -6.6dB */ {0x19, 0x18 , 0x15 , 0x12 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index23 -6.9dB */ {0x18, 0x17 , 0x15 , 0x11 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index24 -7.2dB */ {0x18, 0x17 , 0x14 , 0x11 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index25 -7.5dB */ {0x17, 0x16 , 0x13 , 0x10 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index26 -7.8dB */ {0x16, 0x15 , 0x13 , 0x0F , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index27 -8.1dB */ {0x15, 0x14 , 0x12 , 0x0F , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index28 -8.4dB */ {0x14, 0x14 , 0x11 , 0x0E , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index29 -8.7dB */ {0x14, 0x13 , 0x11 , 0x0E , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index30 -9 dB */ {0x13, 0x12 , 0x10 , 0x0D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index31 -9.3dB */ {0x12, 0x12 , 0x0F , 0x0D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index32 -9.6dB */ {0x12, 0x11 , 0x0F , 0x0D , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index33 -9.9dB */ {0x11, 0x11 , 0x0F , 0x0C , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index34 -10.2dB */ {0x11, 0x11 , 0x0E , 0x0C , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index35 -10.5dB */ {0x10, 0x0F , 0x0E , 0x0B , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index36 -10.8dB */ {0x10, 0x0F , 0x0D , 0x0B , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index37 -11.1dB */ {0x0F, 0x0E , 0x0D , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index38 -11.4dB */ {0x0E, 0x0E , 0x0C , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index39 -11.7dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index40 -12 dB */ {0x0E, 0x0D , 0x0C , 0x0A , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index41 -12.3dB */ {0x0D, 0x0D , 0x0B , 0x09 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index42 -12.6dB */ {0x0D, 0x0C , 0x0B , 0x09 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index43 -12.9dB */ {0x0C, 0x0C , 0x0A , 0x09 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index44 -13.2dB */ {0x0C, 0x0B , 0x0A , 0x08 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index45 -13.5dB */ {0x0B, 0x0B , 0x0A , 0x08 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index46 -13.8dB */ {0x0B, 0x0B , 0x09 , 0x08 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index47 -14.1dB */ {0x0B, 0x0A , 0x09 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index48 -14.4dB */ {0x0A, 0x0A , 0x09 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index49 -14.7dB */ {0x0A, 0x0A , 0x08 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index50 -15 dB */ {0x0A, 0x09 , 0x08 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index51 -15.3dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index52 -15.6dB */ {0x09, 0x09 , 0x08 , 0x06 , 0x00 , 0x00 , 0x00 , 0x00}, -+ /* Index53 -15.9dB */ {0x09, 0x08 , 0x07 , 0x06 , 0x00 , 0x00 , 0x00 , 0x00} -+}; -+#endif -+ -+#if(RTL8814A_SUPPORT == 1) -+u4Byte TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE] = -+{ -+ 0x081, // 0, -12.0dB -+ 0x088, // 1, -11.5dB -+ 0x090, // 2, -11.0dB -+ 0x099, // 3, -10.5dB -+ 0x0A2, // 4, -10.0dB -+ 0x0AC, // 5, -9.5dB -+ 0x0B6, // 6, -9.0dB -+ 0x0C0, // 7, -8.5dB -+ 0x0CC, // 8, -8.0dB -+ 0x0D8, // 9, -7.5dB -+ 0x0E5, // 10, -7.0dB -+ 0x0F2, // 11, -6.5dB -+ 0x101, // 12, -6.0dB -+ 0x110, // 13, -5.5dB -+ 0x120, // 14, -5.0dB -+ 0x131, // 15, -4.5dB -+ 0x143, // 16, -4.0dB -+ 0x156, // 17, -3.5dB -+ 0x16A, // 18, -3.0dB -+ 0x180, // 19, -2.5dB -+ 0x197, // 20, -2.0dB -+ 0x1AF, // 21, -1.5dB -+ 0x1C8, // 22, -1.0dB -+ 0x1E3, // 23, -0.5dB -+ 0x200, // 24, +0 dB -+ 0x21E, // 25, +0.5dB -+ 0x23E, // 26, +1.0dB -+ 0x261, // 27, +1.5dB -+ 0x285, // 28, +2.0dB -+ 0x2AB, // 29, +2.5dB -+ 0x2D3, // 30, +3.0dB -+ 0x2FE, // 31, +3.5dB -+ 0x32B, // 32, +4.0dB -+ 0x35C, // 33, +4.5dB -+ 0x38E, // 34, +5.0dB -+ 0x3C4, // 35, +5.5dB -+ 0x3FE // 36, +6.0dB -+}; -+#elif(ODM_IC_11AC_SERIES_SUPPORT) -+u4Byte OFDMSwingTable_8812[OFDM_TABLE_SIZE_8812] = { -+ 0x3FE, // 0, (6dB) -+ 0x3C4, // 1, (5.5dB) -+ 0x38E, // 2, (5dB) -+ 0x35C, // 3, (4.5dB) -+ 0x32B, // 4, (4dB) -+ 0x2FE, // 5, (3.5dB) -+ 0x2D3, // 6, (3dB) -+ 0x2AB, // 7, (2.5dB) -+ 0x285, // 8, (2dB) -+ 0x261, // 9, (1.5dB -+ 0x23E, // 10, (1dB) -+ 0x21E, // 11, (0.5dB) -+ 0x200, // 12, (0dB) 8814 int PA 2G default -+ 0x1E3, // 13, (-0.5dB) -+ 0x1C8, // 14, (-1dB) -+ 0x1AF, // 15, (-1.5dB) -+ 0x197, // 16, (-2dB) -+ 0x180, // 17, (-2.5dB) -+ 0x16A, // 18, (-3dB) 8812 / 8814 int PA 5G / 8814 ext PA 2G5G default -+ 0x156, // 19, (-3.5dB) -+ 0x143, // 20, (-4dB) 8812 HP default -+ 0x131, // 21, (-4.5dB) -+ 0x120, // 22, (-5dB) -+ 0x110, // 23, (-5.5dB) -+ 0x101, // 24, (-6dB) -+ 0x0F2, // 25, (-6.5dB) -+ 0x0E5, // 26, (-7dB) -+ 0x0D8, // 27, (-7.5dB) -+ 0x0CC, // 28, (-8dB) -+ 0x0C0, // 29, (-8.5dB) -+ 0x0B6, // 30, (-9dB) -+ 0x0AC, // 31, (-9.5dB) -+ 0x0A2, // 32, (-10dB) -+ 0x099, // 33, (-10.5dB) -+ 0x090, // 34, (-11dB) -+ 0x088, // 35, (-11.5dB) -+ 0x081, // 36, (-12dB) -+ 0x079, // 37, (-12.5dB) -+ 0x072, // 38, (-13dB) -+ 0x06c, // 39, (-13.5dB) -+ 0x066, // 40, (-14dB) -+ 0x060, // 41, (-14.5dB) -+ 0x05B // 42, (-15dB) -+}; -+#endif -+ -+//#endif -+//3============================================================ -+//3 Tx Power Tracking -+//3============================================================ -+ -+VOID -+odm_TXPowerTrackingInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ if(!(pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_IC_11N_SERIES))) -+ return; -+#endif -+ -+ odm_TXPowerTrackingThermalMeterInit(pDM_Odm); -+} -+ -+ -+VOID -+odm_TXPowerTrackingThermalMeterInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u1Byte p; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ pMgntInfo->bTXPowerTracking = TRUE; -+ pHalData->TXPowercount = 0; -+ pHalData->bTXPowerTrackingInit = FALSE; -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pHalData->TxPowerTrackControl = TRUE; -+ ODM_RT_TRACE(pDM_Odm,COMP_POWER_TRACKING, DBG_LOUD, ("pMgntInfo->bTXPowerTracking = %d\n", pMgntInfo->bTXPowerTracking)); -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #ifdef CONFIG_RTL8188E -+ { -+ pDM_Odm->RFCalibrateInfo.bTXPowerTracking = _TRUE; -+ pDM_Odm->RFCalibrateInfo.TXPowercount = 0; -+ pDM_Odm->RFCalibrateInfo.bTXPowerTrackingInit = _FALSE; -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = _TRUE; -+ -+ MSG_8192C("pDM_Odm TxPowerTrackControl = %d\n", pDM_Odm->RFCalibrateInfo.TxPowerTrackControl); -+ } -+ #else -+ { -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ -+ //if(IS_HARDWARE_TYPE_8192C(pHalData)) -+ { -+ pdmpriv->bTXPowerTracking = _TRUE; -+ pdmpriv->TXPowercount = 0; -+ pdmpriv->bTXPowerTrackingInit = _FALSE; -+ -+ if(pDM_Odm->mp_mode == FALSE) //for mp driver, turn off txpwrtracking as default -+ pdmpriv->TxPowerTrackControl = _TRUE; -+ -+ } -+ MSG_8192C("pdmpriv->TxPowerTrackControl = %d\n", pdmpriv->TxPowerTrackControl); -+ -+ } -+ #endif//endif (CONFIG_RTL8188E==1) -+#elif (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ -+ #ifdef RTL8188E_SUPPORT -+ { -+ pDM_Odm->RFCalibrateInfo.bTXPowerTracking = _TRUE; -+ pDM_Odm->RFCalibrateInfo.TXPowercount = 0; -+ pDM_Odm->RFCalibrateInfo.bTXPowerTrackingInit = _FALSE; -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = _TRUE; -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 0; -+ } -+ #endif -+#endif -+ -+ pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = TRUE; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndex = 0; -+ pDM_Odm->RFCalibrateInfo.DeltaPowerIndexLast = 0; -+ pDM_Odm->RFCalibrateInfo.PowerIndexOffset = 0; -+ pDM_Odm->RFCalibrateInfo.ThermalValue = 0; -+ pRFCalibrateInfo->DefaultOfdmIndex = 28; -+ -+ -+#if RTL8188E_SUPPORT -+ pRFCalibrateInfo->DefaultCckIndex = 20; // -6 dB -+#elif RTL8192E_SUPPORT -+ pRFCalibrateInfo->DefaultCckIndex = 8; // -12 dB -+#endif -+ pRFCalibrateInfo->BbSwingIdxOfdmBase = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->DefaultCckIndex; -+ pDM_Odm->RFCalibrateInfo.CCK_index = pRFCalibrateInfo->DefaultCckIndex; -+ for(p = 0; p < MAX_RF_PATH; p++) -+ { -+ pDM_Odm->RFCalibrateInfo.OFDM_index[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->BbSwingIdxOfdm[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->KfreeOffset[p] = 0; // for 8814 kfree -+ } -+ pRFCalibrateInfo->BbSwingIdxCck = pRFCalibrateInfo->DefaultCckIndex; -+ -+} -+ -+ -+VOID -+ODM_TXPowerTrackingCheck( -+ IN PVOID pDM_VOID -+ ) -+{ -+ // -+ // For AP/ADSL use prtl8192cd_priv -+ // For CE/NIC use PADAPTER -+ // -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ -+ -+ if (!(pDM_Odm->SupportAbility & ODM_RF_TX_PWR_TRACK)) -+ return; -+ -+ // -+ // 2011/09/29 MH In HW integration first stage, we provide 4 different handle to operate -+ // at the same time. In the stage2/3, we need to prive universal interface and merge all -+ // HW dynamic mechanism. -+ // -+ switch (pDM_Odm->SupportPlatform) -+ { -+ case ODM_WIN: -+ odm_TXPowerTrackingCheckMP(pDM_Odm); -+ break; -+ -+ case ODM_CE: -+ odm_TXPowerTrackingCheckCE(pDM_Odm); -+ break; -+ -+ case ODM_AP: -+ odm_TXPowerTrackingCheckAP(pDM_Odm); -+ break; -+ default: -+ break; -+ } -+ -+} -+ -+VOID -+odm_TXPowerTrackingCheckCE( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ #if(RTL8188E_SUPPORT==1) -+ -+ //if(!pMgntInfo->bTXPowerTracking /*|| (!pdmpriv->TxPowerTrackControl && pdmpriv->bAPKdone)*/) -+ if(!(pDM_Odm->SupportAbility & ODM_RF_TX_PWR_TRACK)) -+ { -+ return; -+ } -+ -+ if(!pDM_Odm->RFCalibrateInfo.TM_Trigger) //at least delay 1 sec -+ { -+ //pHalData->TxPowerCheckCnt++; //cosa add for debug -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_T_METER, bRFRegOffsetMask, 0x60); -+ //DBG_8192C("Trigger 92C Thermal Meter!!\n"); -+ -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 1; -+ return; -+ -+ } -+ else -+ { -+ //DBG_8192C("Schedule TxPowerTracking direct call!!\n"); -+ odm_TXPowerTrackingCallback_ThermalMeter_8188E(Adapter); -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 0; -+ } -+ #endif -+ -+#endif -+} -+ -+VOID -+odm_TXPowerTrackingCheckMP( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ if (ODM_CheckPowerStatus(Adapter) == FALSE) -+ return; -+ -+ if(!Adapter->bSlaveOfDMSP || Adapter->DualMacSmartConcurrent == FALSE) -+ odm_TXPowerTrackingThermalMeterCheck(Adapter); -+#endif -+ -+} -+ -+ -+VOID -+odm_TXPowerTrackingCheckAP( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ -+#if ((RTL8188E_SUPPORT == 1) || (RTL8192E_SUPPORT == 1) || (RTL8812A_SUPPORT == 1) || (RTL8881A_SUPPORT == 1) || (RTL8814A_SUPPORT == 1)) -+ if (pDM_Odm->SupportICType & (ODM_RTL8188E|ODM_RTL8192E|ODM_RTL8812|ODM_RTL8881A|ODM_RTL8814A)) -+ ODM_TXPowerTrackingCallback_ThermalMeter(pDM_Odm); -+ else -+#endif -+ { -+ } -+#endif -+ -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+odm_TXPowerTrackingThermalMeterCheck( -+ IN PADAPTER Adapter -+ ) -+{ -+#ifndef AP_BUILD_WORKAROUND -+#if (HAL_CODE_BASE==RTL8192_C) -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ //HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ static u1Byte TM_Trigger = 0; -+ //u1Byte TxPowerCheckCnt = 5; //10 sec -+ -+ if(!pMgntInfo->bTXPowerTracking /*|| (!pHalData->TxPowerTrackControl && pHalData->bAPKdone)*/) -+ { -+ return; -+ } -+ -+ if(!TM_Trigger) //at least delay 1 sec -+ { -+ if (IS_HARDWARE_TYPE_8188E(Adapter) || IS_HARDWARE_TYPE_8812(Adapter)) -+ PHY_SetRFReg(Adapter, RF_PATH_A, RF_T_METER_88E, BIT17 | BIT16, 0x03); -+ else -+ PHY_SetRFReg(Adapter, RF_PATH_A, RF_T_METER, bRFRegOffsetMask, 0x60); -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD,("Trigger 92C Thermal Meter!!\n")); -+ -+ TM_Trigger = 1; -+ return; -+ } -+ else -+ { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD,("Schedule TxPowerTracking direct call!!\n")); -+ odm_TXPowerTrackingDirectCall(Adapter); //Using direct call is instead, added by Roger, 2009.06.18. -+ TM_Trigger = 0; -+ } -+#endif -+#endif -+} -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.h linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ap.h 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,314 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMPOWERTRACKING_H__ -+#define __PHYDMPOWERTRACKING_H__ -+ -+#define POWRTRACKING_VERSION "1.1" -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+#ifdef RTK_AC_SUPPORT -+#define ODM_IC_11AC_SERIES_SUPPORT 1 -+#else -+#define ODM_IC_11AC_SERIES_SUPPORT 0 -+#endif -+#else -+#define ODM_IC_11AC_SERIES_SUPPORT 1 -+#endif -+ -+#define DPK_DELTA_MAPPING_NUM 13 -+#define index_mapping_HP_NUM 15 -+#define DELTA_SWINGIDX_SIZE 30 -+#define BAND_NUM 3 -+#define MAX_RF_PATH 4 -+#define TXSCALE_TABLE_SIZE 37 -+#define IQK_MAC_REG_NUM 4 -+#define IQK_ADDA_REG_NUM 16 -+#define IQK_BB_REG_NUM_MAX 10 -+ -+#define IQK_BB_REG_NUM 9 -+ -+#define HP_THERMAL_NUM 8 -+ -+#define AVG_THERMAL_NUM 8 -+#define IQK_Matrix_REG_NUM 8 -+//#define IQK_Matrix_Settings_NUM 1+24+21 -+#define IQK_Matrix_Settings_NUM (14+24+21) // Channels_2_4G_NUM + Channels_5G_20M_NUM + Channels_5G -+ -+#if !defined(_OUTSRC_COEXIST) -+#define OFDM_TABLE_SIZE_92D 43 -+#define OFDM_TABLE_SIZE 37 -+#define CCK_TABLE_SIZE 33 -+#define CCK_TABLE_SIZE_88F 21 -+ -+ -+ -+//#define OFDM_TABLE_SIZE_92E 54 -+//#define CCK_TABLE_SIZE_92E 54 -+extern u4Byte OFDMSwingTable[OFDM_TABLE_SIZE_92D]; -+extern u1Byte CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch14 [CCK_TABLE_SIZE][8]; -+ -+ -+extern u4Byte OFDMSwingTable_New[OFDM_TABLE_SIZE_92D]; -+extern u1Byte CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch14_New [CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch1_Ch14_88F[CCK_TABLE_SIZE_88F][16]; -+ -+#endif -+ -+#define ODM_OFDM_TABLE_SIZE 37 -+#define ODM_CCK_TABLE_SIZE 33 -+// <20140613, YuChen> In case fail to read TxPowerTrack.txt, we use the table of 88E as the default table. -+extern u1Byte DeltaSwingTableIdx_2GA_P_DEFAULT[DELTA_SWINGIDX_SIZE]; -+extern u1Byte DeltaSwingTableIdx_2GA_N_DEFAULT[DELTA_SWINGIDX_SIZE]; -+ -+ -+//extern u4Byte OFDMSwingTable_92E[OFDM_TABLE_SIZE_92E]; -+//extern u1Byte CCKSwingTable_Ch1_Ch13_92E[CCK_TABLE_SIZE_92E][8]; -+//extern u1Byte CCKSwingTable_Ch14_92E[CCK_TABLE_SIZE_92E][8]; -+ -+#ifdef CONFIG_WLAN_HAL_8192EE -+#define OFDM_TABLE_SIZE_92E 54 -+#define CCK_TABLE_SIZE_92E 54 -+extern u4Byte OFDMSwingTable_92E[OFDM_TABLE_SIZE_92E]; -+extern u1Byte CCKSwingTable_Ch1_Ch13_92E[CCK_TABLE_SIZE_92E][8]; -+extern u1Byte CCKSwingTable_Ch14_92E[CCK_TABLE_SIZE_92E][8]; -+#endif -+ -+#define OFDM_TABLE_SIZE_8812 43 -+#define AVG_THERMAL_NUM_8812 4 -+ -+#if(RTL8814A_SUPPORT == 1) -+extern u4Byte TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE]; -+#elif(ODM_IC_11AC_SERIES_SUPPORT) -+extern unsigned int OFDMSwingTable_8812[OFDM_TABLE_SIZE_8812]; -+#endif -+ -+#define dm_CheckTXPowerTracking ODM_TXPowerTrackingCheck -+ -+typedef struct _IQK_MATRIX_REGS_SETTING{ -+ BOOLEAN bIQKDone; -+ s4Byte Value[1][IQK_Matrix_REG_NUM]; -+}IQK_MATRIX_REGS_SETTING,*PIQK_MATRIX_REGS_SETTING; -+ -+typedef struct ODM_RF_Calibration_Structure -+{ -+ //for tx power tracking -+ -+ u4Byte RegA24; // for TempCCK -+ s4Byte RegE94; -+ s4Byte RegE9C; -+ s4Byte RegEB4; -+ s4Byte RegEBC; -+ -+ //u1Byte bTXPowerTracking; -+ u1Byte TXPowercount; -+ BOOLEAN bTXPowerTrackingInit; -+ BOOLEAN bTXPowerTracking; -+ u1Byte TxPowerTrackControl; //for mp mode, turn off txpwrtracking as default -+ u1Byte TM_Trigger; -+ u1Byte InternalPA5G[2]; //pathA / pathB -+ -+ u1Byte ThermalMeter[2]; // ThermalMeter, index 0 for RFIC0, and 1 for RFIC1 -+ u1Byte ThermalValue; -+ u1Byte ThermalValue_LCK; -+ u1Byte ThermalValue_IQK; -+ u1Byte ThermalValue_DPK; -+ u1Byte ThermalValue_AVG[AVG_THERMAL_NUM]; -+ u1Byte ThermalValue_AVG_index; -+ u1Byte ThermalValue_RxGain; -+ u1Byte ThermalValue_Crystal; -+ u1Byte ThermalValue_DPKstore; -+ u1Byte ThermalValue_DPKtrack; -+ BOOLEAN TxPowerTrackingInProgress; -+ BOOLEAN bDPKenable; -+ -+ BOOLEAN bReloadtxpowerindex; -+ u1Byte bRfPiEnable; -+ u4Byte TXPowerTrackingCallbackCnt; //cosa add for debug -+ -+ u1Byte bCCKinCH14; -+ u1Byte CCK_index; -+ u1Byte OFDM_index[MAX_RF_PATH]; -+ s1Byte PowerIndexOffset; -+ s1Byte DeltaPowerIndex; -+ s1Byte DeltaPowerIndexLast; -+ BOOLEAN bTxPowerChanged; -+ -+ u1Byte ThermalValue_HP[HP_THERMAL_NUM]; -+ u1Byte ThermalValue_HP_index; -+ IQK_MATRIX_REGS_SETTING IQKMatrixRegSetting[IQK_Matrix_Settings_NUM]; -+ BOOLEAN bNeedIQK; -+ u1Byte Delta_IQK; -+ u1Byte Delta_LCK; -+ u1Byte DeltaSwingTableIdx_2GCCKA_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKA_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKB_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKB_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKC_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKC_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKD_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKD_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GB_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GB_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GC_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GC_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GD_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GD_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GA_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GA_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GB_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GB_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GC_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GC_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GD_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GD_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_P_8188E[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_N_8188E[DELTA_SWINGIDX_SIZE]; -+ -+ u1Byte BbSwingIdxOfdm[MAX_RF_PATH]; -+ u1Byte BbSwingIdxOfdmCurrent; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ u1Byte BbSwingIdxOfdmBase[MAX_RF_PATH]; -+#else -+ u1Byte BbSwingIdxOfdmBase; -+#endif -+ BOOLEAN BbSwingFlagOfdm; -+ u1Byte BbSwingIdxCck; -+ u1Byte BbSwingIdxCckCurrent; -+ u1Byte BbSwingIdxCckBase; -+ u1Byte DefaultOfdmIndex; -+ u1Byte DefaultCckIndex; -+ BOOLEAN BbSwingFlagCck; -+ -+ s1Byte Absolute_OFDMSwingIdx[MAX_RF_PATH]; -+ s1Byte Remnant_OFDMSwingIdx[MAX_RF_PATH]; -+ s1Byte Remnant_CCKSwingIdx; -+ s1Byte Modify_TxAGC_Value; /*Remnat compensate value at TxAGC */ -+ BOOLEAN Modify_TxAGC_Flag_PathA; -+ BOOLEAN Modify_TxAGC_Flag_PathB; -+ BOOLEAN Modify_TxAGC_Flag_PathC; -+ BOOLEAN Modify_TxAGC_Flag_PathD; -+ BOOLEAN Modify_TxAGC_Flag_PathA_CCK; -+ -+ s1Byte KfreeOffset[MAX_RF_PATH]; -+ -+ //--------------------------------------------------------------------// -+ -+ //for IQK -+ u4Byte RegC04; -+ u4Byte Reg874; -+ u4Byte RegC08; -+ u4Byte RegB68; -+ u4Byte RegB6C; -+ u4Byte Reg870; -+ u4Byte Reg860; -+ u4Byte Reg864; -+ -+ BOOLEAN bIQKInitialized; -+ BOOLEAN bLCKInProgress; -+ BOOLEAN bAntennaDetected; -+ u4Byte ADDA_backup[IQK_ADDA_REG_NUM]; -+ u4Byte IQK_MAC_backup[IQK_MAC_REG_NUM]; -+ u4Byte IQK_BB_backup_recover[9]; -+ u4Byte IQK_BB_backup[IQK_BB_REG_NUM]; -+ -+ //for APK -+ u4Byte APKoutput[2][2]; //path A/B; output1_1a/output1_2a -+ u1Byte bAPKdone; -+ u1Byte bAPKThermalMeterIgnore; -+ u1Byte bDPdone; -+ u1Byte bDPPathAOK; -+ u1Byte bDPPathBOK; -+ -+ /*Add by Yuchen for Kfree Phydm*/ -+ u1Byte RegRfKFreeEnable; /*for registry*/ -+ u1Byte RfKFreeEnable; /*for efuse enable check*/ -+ -+}ODM_RF_CAL_T,*PODM_RF_CAL_T; -+ -+VOID -+odm_TXPowerTrackingCheckAP( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+ODM_TXPowerTrackingCheck( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+VOID -+odm_TXPowerTrackingThermalMeterInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingCheckMP( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+VOID -+odm_TXPowerTrackingCheckCE( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ -+VOID -+odm_TXPowerTrackingCallbackThermalMeter92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingCallbackRXGainThermalMeter92D( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingCallbackThermalMeter92D( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingDirectCall92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingThermalMeterCheck( -+ IN PADAPTER Adapter -+ ); -+ -+#endif -+ -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.c linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.c 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,670 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+/*============================================================ */ -+/* include files */ -+/*============================================================ */ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+//============================================================ -+// Global var -+//============================================================ -+ -+u4Byte OFDMSwingTable[OFDM_TABLE_SIZE] = { -+ 0x7f8001fe, // 0, +6.0dB -+ 0x788001e2, // 1, +5.5dB -+ 0x71c001c7, // 2, +5.0dB -+ 0x6b8001ae, // 3, +4.5dB -+ 0x65400195, // 4, +4.0dB -+ 0x5fc0017f, // 5, +3.5dB -+ 0x5a400169, // 6, +3.0dB -+ 0x55400155, // 7, +2.5dB -+ 0x50800142, // 8, +2.0dB -+ 0x4c000130, // 9, +1.5dB -+ 0x47c0011f, // 10, +1.0dB -+ 0x43c0010f, // 11, +0.5dB -+ 0x40000100, // 12, +0dB -+ 0x3c8000f2, // 13, -0.5dB -+ 0x390000e4, // 14, -1.0dB -+ 0x35c000d7, // 15, -1.5dB -+ 0x32c000cb, // 16, -2.0dB -+ 0x300000c0, // 17, -2.5dB -+ 0x2d4000b5, // 18, -3.0dB -+ 0x2ac000ab, // 19, -3.5dB -+ 0x288000a2, // 20, -4.0dB -+ 0x26000098, // 21, -4.5dB -+ 0x24000090, // 22, -5.0dB -+ 0x22000088, // 23, -5.5dB -+ 0x20000080, // 24, -6.0dB -+ 0x1e400079, // 25, -6.5dB -+ 0x1c800072, // 26, -7.0dB -+ 0x1b00006c, // 27. -7.5dB -+ 0x19800066, // 28, -8.0dB -+ 0x18000060, // 29, -8.5dB -+ 0x16c0005b, // 30, -9.0dB -+ 0x15800056, // 31, -9.5dB -+ 0x14400051, // 32, -10.0dB -+ 0x1300004c, // 33, -10.5dB -+ 0x12000048, // 34, -11.0dB -+ 0x11000044, // 35, -11.5dB -+ 0x10000040, // 36, -12.0dB -+}; -+ -+u1Byte CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8] = { -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04}, // 0, +0dB -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, // 1, -0.5dB -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, // 2, -1.0dB -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, // 3, -1.5dB -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, // 4, -2.0dB -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, // 5, -2.5dB -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, // 6, -3.0dB -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, // 7, -3.5dB -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, // 8, -4.0dB -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, // 9, -4.5dB -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, // 10, -5.0dB -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, // 11, -5.5dB -+ {0x1b, 0x1a, 0x17, 0x13, 0x0e, 0x09, 0x04, 0x02}, // 12, -6.0dB <== default -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, // 13, -6.5dB -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, // 14, -7.0dB -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, // 15, -7.5dB -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, // 16, -8.0dB -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, // 17, -8.5dB -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, // 18, -9.0dB -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 19, -9.5dB -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 20, -10.0dB -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 21, -10.5dB -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 22, -11.0dB -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, // 23, -11.5dB -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, // 24, -12.0dB -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, // 25, -12.5dB -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, // 26, -13.0dB -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, // 27, -13.5dB -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, // 28, -14.0dB -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, // 29, -14.5dB -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, // 30, -15.0dB -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, // 31, -15.5dB -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01} // 32, -16.0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch14[CCK_TABLE_SIZE][8] = { -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00}, // 0, +0dB -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, // 1, -0.5dB -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, // 2, -1.0dB -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, // 3, -1.5dB -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, // 4, -2.0dB -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, // 5, -2.5dB -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, // 6, -3.0dB -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, // 7, -3.5dB -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, // 8, -4.0dB -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, // 9, -4.5dB -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, // 10, -5.0dB -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 11, -5.5dB -+ {0x1b, 0x1a, 0x17, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 12, -6.0dB <== default -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, // 13, -6.5dB -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, // 14, -7.0dB -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 15, -7.5dB -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 16, -8.0dB -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 17, -8.5dB -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 18, -9.0dB -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 19, -9.5dB -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 20, -10.0dB -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, // 21, -10.5dB -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, // 22, -11.0dB -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 23, -11.5dB -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 24, -12.0dB -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, // 25, -12.5dB -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 26, -13.0dB -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 27, -13.5dB -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 28, -14.0dB -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 29, -14.5dB -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 30, -15.0dB -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 31, -15.5dB -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00} // 32, -16.0dB -+}; -+ -+ -+u4Byte OFDMSwingTable_New[OFDM_TABLE_SIZE] = { -+ 0x0b40002d, // 0, -15.0dB -+ 0x0c000030, // 1, -14.5dB -+ 0x0cc00033, // 2, -14.0dB -+ 0x0d800036, // 3, -13.5dB -+ 0x0e400039, // 4, -13.0dB -+ 0x0f00003c, // 5, -12.5dB -+ 0x10000040, // 6, -12.0dB -+ 0x11000044, // 7, -11.5dB -+ 0x12000048, // 8, -11.0dB -+ 0x1300004c, // 9, -10.5dB -+ 0x14400051, // 10, -10.0dB -+ 0x15800056, // 11, -9.5dB -+ 0x16c0005b, // 12, -9.0dB -+ 0x18000060, // 13, -8.5dB -+ 0x19800066, // 14, -8.0dB -+ 0x1b00006c, // 15, -7.5dB -+ 0x1c800072, // 16, -7.0dB -+ 0x1e400079, // 17, -6.5dB -+ 0x20000080, // 18, -6.0dB -+ 0x22000088, // 19, -5.5dB -+ 0x24000090, // 20, -5.0dB -+ 0x26000098, // 21, -4.5dB -+ 0x288000a2, // 22, -4.0dB -+ 0x2ac000ab, // 23, -3.5dB -+ 0x2d4000b5, // 24, -3.0dB -+ 0x300000c0, // 25, -2.5dB -+ 0x32c000cb, // 26, -2.0dB -+ 0x35c000d7, // 27, -1.5dB -+ 0x390000e4, // 28, -1.0dB -+ 0x3c8000f2, // 29, -0.5dB -+ 0x40000100, // 30, +0dB -+ 0x43c0010f, // 31, +0.5dB -+ 0x47c0011f, // 32, +1.0dB -+ 0x4c000130, // 33, +1.5dB -+ 0x50800142, // 34, +2.0dB -+ 0x55400155, // 35, +2.5dB -+ 0x5a400169, // 36, +3.0dB -+ 0x5fc0017f, // 37, +3.5dB -+ 0x65400195, // 38, +4.0dB -+ 0x6b8001ae, // 39, +4.5dB -+ 0x71c001c7, // 40, +5.0dB -+ 0x788001e2, // 41, +5.5dB -+ 0x7f8001fe // 42, +6.0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch1_Ch14_88F[CCK_TABLE_SIZE_88F][16] = { -+{0x44, 0x42, 0x3C, 0x33, 0x28, 0x1C, 0x13, 0x0B, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-16dB*/ -+{0x48, 0x46, 0x3F, 0x36, 0x2A, 0x1E, 0x14, 0x0B, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-15.5dB*/ -+{0x4D, 0x4A, 0x43, 0x39, 0x2C, 0x20, 0x15, 0x0C, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-15dB*/ -+{0x51, 0x4F, 0x47, 0x3C, 0x2F, 0x22, 0x16, 0x0D, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-14.5dB*/ -+{0x56, 0x53, 0x4B, 0x40, 0x32, 0x24, 0x17, 0x0E, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-14dB*/ -+{0x5B, 0x58, 0x50, 0x43, 0x35, 0x26, 0x19, 0x0E, 0x07, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-13.5dB*/ -+{0x60, 0x5D, 0x54, 0x47, 0x38, 0x28, 0x1A, 0x0F, 0x07, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-13dB*/ -+{0x66, 0x63, 0x59, 0x4C, 0x3B, 0x2B, 0x1C, 0x10, 0x08, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-12.5dB*/ -+{0x6C, 0x69, 0x5F, 0x50, 0x3F, 0x2D, 0x1E, 0x11, 0x08, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-12dB*/ -+{0x73, 0x6F, 0x64, 0x55, 0x42, 0x30, 0x1F, 0x12, 0x08, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-11.5dB*/ -+{0x79, 0x76, 0x6A, 0x5A, 0x46, 0x33, 0x21, 0x13, 0x09, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-11dB*/ -+{0x81, 0x7C, 0x71, 0x5F, 0x4A, 0x36, 0x23, 0x14, 0x0A, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-10.5dB*/ -+{0x88, 0x84, 0x77, 0x65, 0x4F, 0x39, 0x25, 0x15, 0x0A, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-10dB*/ -+{0x90, 0x8C, 0x7E, 0x6B, 0x54, 0x3C, 0x27, 0x17, 0x0B, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-9.5dB*/ -+{0x99, 0x94, 0x86, 0x71, 0x58, 0x40, 0x2A, 0x18, 0x0B, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-9dB*/ -+{0xA2, 0x9D, 0x8E, 0x78, 0x5E, 0x43, 0x2C, 0x19, 0x0C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-8.5dB*/ -+{0xAC, 0xA6, 0x96, 0x7F, 0x63, 0x47, 0x2F, 0x1B, 0x0D, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-8dB*/ -+{0xB6, 0xB0, 0x9F, 0x87, 0x69, 0x4C, 0x32, 0x1D, 0x0D, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-7.5dB*/ -+{0xC1, 0xBA, 0xA8, 0x8F, 0x6F, 0x50, 0x35, 0x1E, 0x0E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-7dB*/ -+{0xCC, 0xC5, 0xB2, 0x97, 0x76, 0x55, 0x38, 0x20, 0x0F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-6.5dB*/ -+{0xD8, 0xD1, 0xBD, 0xA0, 0x7D, 0x5A, 0x3B, 0x22, 0x10, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} /*-6dB*/ -+}; -+ -+ -+u1Byte CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8] = { -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, // 19, -6.5dB -+ {0x1b, 0x1a, 0x17, 0x13, 0x0e, 0x09, 0x04, 0x02}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, // 26, -3.0dB -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04} // 32, +0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8]= { -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, // 19, -6.5dB -+ {0x1b, 0x1a, 0x17, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, // 26, -3.0dB -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00} // 32, +0dB -+}; -+ -+u4Byte TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE] = -+{ -+ 0x081, // 0, -12.0dB -+ 0x088, // 1, -11.5dB -+ 0x090, // 2, -11.0dB -+ 0x099, // 3, -10.5dB -+ 0x0A2, // 4, -10.0dB -+ 0x0AC, // 5, -9.5dB -+ 0x0B6, // 6, -9.0dB -+ 0x0C0, // 7, -8.5dB -+ 0x0CC, // 8, -8.0dB -+ 0x0D8, // 9, -7.5dB -+ 0x0E5, // 10, -7.0dB -+ 0x0F2, // 11, -6.5dB -+ 0x101, // 12, -6.0dB -+ 0x110, // 13, -5.5dB -+ 0x120, // 14, -5.0dB -+ 0x131, // 15, -4.5dB -+ 0x143, // 16, -4.0dB -+ 0x156, // 17, -3.5dB -+ 0x16A, // 18, -3.0dB -+ 0x180, // 19, -2.5dB -+ 0x197, // 20, -2.0dB -+ 0x1AF, // 21, -1.5dB -+ 0x1C8, // 22, -1.0dB -+ 0x1E3, // 23, -0.5dB -+ 0x200, // 24, +0 dB -+ 0x21E, // 25, +0.5dB -+ 0x23E, // 26, +1.0dB -+ 0x261, // 27, +1.5dB -+ 0x285, // 28, +2.0dB -+ 0x2AB, // 29, +2.5dB -+ 0x2D3, // 30, +3.0dB -+ 0x2FE, // 31, +3.5dB -+ 0x32B, // 32, +4.0dB -+ 0x35C, // 33, +4.5dB -+ 0x38E, // 34, +5.0dB -+ 0x3C4, // 35, +5.5dB -+ 0x3FE // 36, +6.0dB -+}; -+ -+#ifdef AP_BUILD_WORKAROUND -+ -+unsigned int TxPwrTrk_OFDM_SwingTbl[TxPwrTrk_OFDM_SwingTbl_Len] = { -+ /* +6.0dB */ 0x7f8001fe, -+ /* +5.5dB */ 0x788001e2, -+ /* +5.0dB */ 0x71c001c7, -+ /* +4.5dB */ 0x6b8001ae, -+ /* +4.0dB */ 0x65400195, -+ /* +3.5dB */ 0x5fc0017f, -+ /* +3.0dB */ 0x5a400169, -+ /* +2.5dB */ 0x55400155, -+ /* +2.0dB */ 0x50800142, -+ /* +1.5dB */ 0x4c000130, -+ /* +1.0dB */ 0x47c0011f, -+ /* +0.5dB */ 0x43c0010f, -+ /* 0.0dB */ 0x40000100, -+ /* -0.5dB */ 0x3c8000f2, -+ /* -1.0dB */ 0x390000e4, -+ /* -1.5dB */ 0x35c000d7, -+ /* -2.0dB */ 0x32c000cb, -+ /* -2.5dB */ 0x300000c0, -+ /* -3.0dB */ 0x2d4000b5, -+ /* -3.5dB */ 0x2ac000ab, -+ /* -4.0dB */ 0x288000a2, -+ /* -4.5dB */ 0x26000098, -+ /* -5.0dB */ 0x24000090, -+ /* -5.5dB */ 0x22000088, -+ /* -6.0dB */ 0x20000080, -+ /* -6.5dB */ 0x1a00006c, -+ /* -7.0dB */ 0x1c800072, -+ /* -7.5dB */ 0x18000060, -+ /* -8.0dB */ 0x19800066, -+ /* -8.5dB */ 0x15800056, -+ /* -9.0dB */ 0x26c0005b, -+ /* -9.5dB */ 0x14400051, -+ /* -10.0dB */ 0x24400051, -+ /* -10.5dB */ 0x1300004c, -+ /* -11.0dB */ 0x12000048, -+ /* -11.5dB */ 0x11000044, -+ /* -12.0dB */ 0x10000040 -+}; -+#endif -+ -+ -+ -+VOID -+odm_TXPowerTrackingInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ if(!(pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_IC_11N_SERIES))) -+ return; -+#endif -+ -+ odm_TXPowerTrackingThermalMeterInit(pDM_Odm); -+} -+ -+u1Byte -+getSwingIndex( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u1Byte i = 0; -+ u4Byte bbSwing; -+ u4Byte swingTableSize; -+ pu4Byte pSwingTable; -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8723B -+ || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8188F || pDM_Odm->SupportICType == ODM_RTL8703B -+ ) { -+ bbSwing = PHY_QueryBBReg(Adapter, rOFDM0_XATxIQImbalance, 0xFFC00000); -+ -+ pSwingTable = OFDMSwingTable_New; -+ swingTableSize = OFDM_TABLE_SIZE; -+ } else { -+#if ((RTL8812A_SUPPORT==1)||(RTL8821A_SUPPORT==1)) -+ if (pDM_Odm->SupportICType == ODM_RTL8812 || pDM_Odm->SupportICType == ODM_RTL8821) -+ { -+ bbSwing = PHY_GetTxBBSwing_8812A(Adapter, pHalData->CurrentBandType, ODM_RF_PATH_A); -+ pSwingTable = TxScalingTable_Jaguar; -+ swingTableSize = TXSCALE_TABLE_SIZE; -+ } -+ else -+#endif -+ { -+ bbSwing = 0; -+ pSwingTable = OFDMSwingTable; -+ swingTableSize = OFDM_TABLE_SIZE; -+ } -+ } -+ -+ for (i = 0; i < swingTableSize; ++i) { -+ u4Byte tableValue = pSwingTable[i]; -+ -+ if (tableValue >= 0x100000 ) -+ tableValue >>= 22; -+ if (bbSwing == tableValue) -+ break; -+ } -+ return i; -+} -+ -+VOID -+odm_TXPowerTrackingThermalMeterInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte defaultSwingIndex = getSwingIndex(pDM_Odm); -+ u1Byte p = 0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pHalData->TxPowerTrackControl = TRUE; -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ pRFCalibrateInfo->bTXPowerTracking = _TRUE; -+ pRFCalibrateInfo->TXPowercount = 0; -+ pRFCalibrateInfo->bTXPowerTrackingInit = _FALSE; -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pRFCalibrateInfo->TxPowerTrackControl = _TRUE; -+ else -+ pRFCalibrateInfo->TxPowerTrackControl = _FALSE; -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pRFCalibrateInfo->TxPowerTrackControl = _TRUE; -+ -+ -+ MSG_8192C("pDM_Odm TxPowerTrackControl = %d\n", pRFCalibrateInfo->TxPowerTrackControl); -+ -+#elif (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ #ifdef RTL8188E_SUPPORT -+ { -+ pRFCalibrateInfo->bTXPowerTracking = _TRUE; -+ pRFCalibrateInfo->TXPowercount = 0; -+ pRFCalibrateInfo->bTXPowerTrackingInit = _FALSE; -+ pRFCalibrateInfo->TxPowerTrackControl = _TRUE; -+ } -+ #endif -+#endif -+ -+ //pDM_Odm->RFCalibrateInfo.TxPowerTrackControl = TRUE; -+ pRFCalibrateInfo->ThermalValue = pHalData->EEPROMThermalMeter; -+ pRFCalibrateInfo->ThermalValue_IQK = pHalData->EEPROMThermalMeter; -+ pRFCalibrateInfo->ThermalValue_LCK = pHalData->EEPROMThermalMeter; -+ -+ // The index of "0 dB" in SwingTable. -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8723B || -+ pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8703B) { -+ pRFCalibrateInfo->DefaultOfdmIndex = (defaultSwingIndex >= OFDM_TABLE_SIZE) ? 30 : defaultSwingIndex; -+ pRFCalibrateInfo->DefaultCckIndex = 20; -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8188F) //add by Mingzhi.Guo 2015-03-23 -+ { -+ pRFCalibrateInfo->DefaultOfdmIndex =28; //OFDM: -1dB -+ pRFCalibrateInfo->DefaultCckIndex =20; //CCK:-6dB -+ } -+ else -+ { -+ pRFCalibrateInfo->DefaultOfdmIndex = (defaultSwingIndex >= TXSCALE_TABLE_SIZE) ? 24 : defaultSwingIndex; -+ pRFCalibrateInfo->DefaultCckIndex = 24; -+ } -+ -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->DefaultCckIndex; -+ pRFCalibrateInfo->CCK_index = pRFCalibrateInfo->DefaultCckIndex; -+ -+ for (p = ODM_RF_PATH_A; p < MAX_RF_PATH; ++p) -+ { -+ pRFCalibrateInfo->BbSwingIdxOfdmBase[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->OFDM_index[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->DeltaPowerIndex[p] = 0; -+ pRFCalibrateInfo->DeltaPowerIndexLast[p] = 0; -+ pRFCalibrateInfo->PowerIndexOffset[p] = 0; -+ } -+ pRFCalibrateInfo->Modify_TxAGC_Value_OFDM=0; //add by Mingzhi.Guo -+ pRFCalibrateInfo->Modify_TxAGC_Value_CCK=0; //add by Mingzhi.Guo -+ -+} -+ -+ -+VOID -+ODM_TXPowerTrackingCheck( -+ IN PVOID pDM_VOID -+ ) -+{ -+ /* 2011/09/29 MH In HW integration first stage, we provide 4 different handle to operate -+ at the same time. In the stage2/3, we need to prive universal interface and merge all -+ HW dynamic mechanism. */ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ switch (pDM_Odm->SupportPlatform) -+ { -+ case ODM_WIN: -+ odm_TXPowerTrackingCheckMP(pDM_Odm); -+ break; -+ -+ case ODM_CE: -+ odm_TXPowerTrackingCheckCE(pDM_Odm); -+ break; -+ -+ case ODM_AP: -+ odm_TXPowerTrackingCheckAP(pDM_Odm); -+ break; -+ -+ default: -+ break; -+ } -+ -+} -+ -+VOID -+odm_TXPowerTrackingCheckCE( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ if (!(pDM_Odm->SupportAbility & ODM_RF_TX_PWR_TRACK)) -+ return; -+ -+ if(!pDM_Odm->RFCalibrateInfo.TM_Trigger) //at least delay 1 sec -+ { -+ //pHalData->TxPowerCheckCnt++; //cosa add for debug -+ if (IS_HARDWARE_TYPE_8188E(Adapter) || IS_HARDWARE_TYPE_8188F(Adapter) || IS_HARDWARE_TYPE_8192E(Adapter) -+ || IS_HARDWARE_TYPE_8723B(Adapter) -+ || IS_HARDWARE_TYPE_JAGUAR(Adapter) || IS_HARDWARE_TYPE_8814A(Adapter) -+ || IS_HARDWARE_TYPE_8703B(Adapter) -+ ) { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_T_METER_NEW, (BIT17 | BIT16), 0x03); -+ } else { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_T_METER_OLD, bRFRegOffsetMask, 0x60); -+ } -+ -+ //DBG_871X("Trigger Thermal Meter!!\n"); -+ -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 1; -+ return; -+ } -+ else -+ { -+ //DBG_871X("Schedule TxPowerTracking direct call!!\n"); -+ ODM_TXPowerTrackingCallback_ThermalMeter(Adapter); -+ pDM_Odm->RFCalibrateInfo.TM_Trigger = 0; -+ } -+ -+#endif -+} -+ -+VOID -+odm_TXPowerTrackingCheckMP( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ if (ODM_CheckPowerStatus(Adapter) == FALSE) -+ { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD, ("===>ODM_CheckPowerStatus() return FALSE\n")); -+ return; -+ } -+ -+ if(!Adapter->bSlaveOfDMSP || Adapter->DualMacSmartConcurrent == FALSE) -+ odm_TXPowerTrackingThermalMeterCheck(Adapter); -+ else { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD, ("!Adapter->bSlaveOfDMSP || Adapter->DualMacSmartConcurrent == FALSE\n")); -+ } -+#endif -+ -+} -+ -+ -+VOID -+odm_TXPowerTrackingCheckAP( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ -+ return; -+ -+#endif -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+odm_TXPowerTrackingThermalMeterCheck( -+ IN PADAPTER Adapter -+ ) -+{ -+#ifndef AP_BUILD_WORKAROUND -+ static u1Byte TM_Trigger = 0; -+ -+ if(!(GET_HAL_DATA(Adapter)->DM_OutSrc.SupportAbility & ODM_RF_TX_PWR_TRACK)) -+ { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD, -+ ("===>odm_TXPowerTrackingThermalMeterCheck(),pMgntInfo->bTXPowerTracking is FALSE, return!!\n")); -+ return; -+ } -+ -+ if(!TM_Trigger) //at least delay 1 sec -+ { -+ if (IS_HARDWARE_TYPE_8188E(Adapter) || IS_HARDWARE_TYPE_JAGUAR(Adapter) || IS_HARDWARE_TYPE_8192E(Adapter) || -+ IS_HARDWARE_TYPE_8723B(Adapter) || IS_HARDWARE_TYPE_8814A(Adapter) || IS_HARDWARE_TYPE_8188F(Adapter) -+ || IS_HARDWARE_TYPE_8703B(Adapter)) -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_T_METER_88E, BIT17 | BIT16, 0x03); -+ else -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_T_METER, bRFRegOffsetMask, 0x60); -+ -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD,("Trigger Thermal Meter!!\n")); -+ -+ TM_Trigger = 1; -+ return; -+ } -+ else -+ { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD,("Schedule TxPowerTracking direct call!!\n")); -+ odm_TXPowerTrackingDirectCall(Adapter); //Using direct call is instead, added by Roger, 2009.06.18. -+ TM_Trigger = 0; -+ } -+#endif -+} -+#endif -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.h linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_ce.h 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,296 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMPOWERTRACKING_H__ -+#define __PHYDMPOWERTRACKING_H__ -+ -+#define POWRTRACKING_VERSION "1.1" -+ -+#define DPK_DELTA_MAPPING_NUM 13 -+#define index_mapping_HP_NUM 15 -+#define OFDM_TABLE_SIZE 43 -+#define CCK_TABLE_SIZE 33 -+#define CCK_TABLE_SIZE_88F 21 -+#define TXSCALE_TABLE_SIZE 37 -+#define TXPWR_TRACK_TABLE_SIZE 30 -+#define DELTA_SWINGIDX_SIZE 30 -+#define BAND_NUM 4 -+ -+#define AVG_THERMAL_NUM 8 -+#define HP_THERMAL_NUM 8 -+#define IQK_MAC_REG_NUM 4 -+#define IQK_ADDA_REG_NUM 16 -+#define IQK_BB_REG_NUM_MAX 10 -+ -+#define IQK_BB_REG_NUM 9 -+ -+ -+ -+#define IQK_Matrix_REG_NUM 8 -+#define IQK_Matrix_Settings_NUM 14+24+21 // Channels_2_4G_NUM + Channels_5G_20M_NUM + Channels_5G -+ -+extern u4Byte OFDMSwingTable[OFDM_TABLE_SIZE]; -+extern u1Byte CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch14 [CCK_TABLE_SIZE][8]; -+ -+extern u4Byte OFDMSwingTable_New[OFDM_TABLE_SIZE]; -+extern u1Byte CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch14_New [CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch1_Ch14_88F[CCK_TABLE_SIZE_88F][16]; -+ -+ -+extern u4Byte TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE]; -+ -+// <20121018, Kordan> In case fail to read TxPowerTrack.txt, we use the table of 88E as the default table. -+static u1Byte DeltaSwingTableIdx_2GA_P_8188E[] = {0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9}; -+static u1Byte DeltaSwingTableIdx_2GA_N_8188E[] = {0, 0, 0, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 10, 10, 10, 11, 11, 11, 11}; -+ -+#define dm_CheckTXPowerTracking ODM_TXPowerTrackingCheck -+ -+typedef struct _IQK_MATRIX_REGS_SETTING{ -+ BOOLEAN bIQKDone; -+ s4Byte Value[3][IQK_Matrix_REG_NUM]; -+ BOOLEAN bBWIqkResultSaved[3]; -+}IQK_MATRIX_REGS_SETTING,*PIQK_MATRIX_REGS_SETTING; -+ -+typedef struct ODM_RF_Calibration_Structure -+{ -+ //for tx power tracking -+ -+ u4Byte RegA24; // for TempCCK -+ s4Byte RegE94; -+ s4Byte RegE9C; -+ s4Byte RegEB4; -+ s4Byte RegEBC; -+ -+ u1Byte TXPowercount; -+ BOOLEAN bTXPowerTrackingInit; -+ BOOLEAN bTXPowerTracking; -+ u1Byte TxPowerTrackControl; //for mp mode, turn off txpwrtracking as default -+ u1Byte TM_Trigger; -+ u1Byte InternalPA5G[2]; //pathA / pathB -+ -+ u1Byte ThermalMeter[2]; // ThermalMeter, index 0 for RFIC0, and 1 for RFIC1 -+ u1Byte ThermalValue; -+ u1Byte ThermalValue_LCK; -+ u1Byte ThermalValue_IQK; -+ u1Byte ThermalValue_DPK; -+ u1Byte ThermalValue_AVG[AVG_THERMAL_NUM]; -+ u1Byte ThermalValue_AVG_index; -+ u1Byte ThermalValue_RxGain; -+ u1Byte ThermalValue_Crystal; -+ u1Byte ThermalValue_DPKstore; -+ u1Byte ThermalValue_DPKtrack; -+ BOOLEAN TxPowerTrackingInProgress; -+ -+ BOOLEAN bReloadtxpowerindex; -+ u1Byte bRfPiEnable; -+ u4Byte TXPowerTrackingCallbackCnt; //cosa add for debug -+ -+ -+ //------------------------- Tx power Tracking -------------------------// -+ u1Byte bCCKinCH14; -+ u1Byte CCK_index; -+ u1Byte OFDM_index[MAX_RF_PATH]; -+ s1Byte PowerIndexOffset[MAX_RF_PATH]; -+ s1Byte DeltaPowerIndex[MAX_RF_PATH]; -+ s1Byte DeltaPowerIndexLast[MAX_RF_PATH]; -+ BOOLEAN bTxPowerChanged; -+ -+ u1Byte ThermalValue_HP[HP_THERMAL_NUM]; -+ u1Byte ThermalValue_HP_index; -+ IQK_MATRIX_REGS_SETTING IQKMatrixRegSetting[IQK_Matrix_Settings_NUM]; -+ u1Byte Delta_LCK; -+ s1Byte BBSwingDiff2G, BBSwingDiff5G; // Unit: dB -+ u1Byte DeltaSwingTableIdx_2GCCKA_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKA_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKB_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKB_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKC_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKC_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKD_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKD_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GB_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GB_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GC_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GC_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GD_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GD_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GA_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GA_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GB_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GB_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GC_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GC_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GD_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GD_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_P_8188E[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_N_8188E[DELTA_SWINGIDX_SIZE]; -+ -+ u1Byte BbSwingIdxOfdm[MAX_RF_PATH]; -+ u1Byte BbSwingIdxOfdmCurrent; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ u1Byte BbSwingIdxOfdmBase[MAX_RF_PATH]; -+#else -+ u1Byte BbSwingIdxOfdmBase; -+#endif -+ BOOLEAN BbSwingFlagOfdm; -+ u1Byte BbSwingIdxCck; -+ u1Byte BbSwingIdxCckCurrent; -+ u1Byte BbSwingIdxCckBase; -+ u1Byte DefaultOfdmIndex; -+ u1Byte DefaultCckIndex; -+ BOOLEAN BbSwingFlagCck; -+ -+ s1Byte Absolute_OFDMSwingIdx[MAX_RF_PATH]; -+ s1Byte Remnant_OFDMSwingIdx[MAX_RF_PATH]; -+ s1Byte Remnant_CCKSwingIdx; -+ s1Byte Modify_TxAGC_Value; /*Remnat compensate value at TxAGC */ -+ BOOLEAN Modify_TxAGC_Flag_PathA; -+ BOOLEAN Modify_TxAGC_Flag_PathB; -+ BOOLEAN Modify_TxAGC_Flag_PathC; -+ BOOLEAN Modify_TxAGC_Flag_PathD; -+ BOOLEAN Modify_TxAGC_Flag_PathA_CCK; -+ -+ s1Byte KfreeOffset[MAX_RF_PATH]; -+ -+ //--------------------------------------------------------------------// -+ -+ //for IQK -+ u4Byte RegC04; -+ u4Byte Reg874; -+ u4Byte RegC08; -+ u4Byte RegB68; -+ u4Byte RegB6C; -+ u4Byte Reg870; -+ u4Byte Reg860; -+ u4Byte Reg864; -+ -+ BOOLEAN bIQKInitialized; -+ BOOLEAN bLCKInProgress; -+ BOOLEAN bAntennaDetected; -+ BOOLEAN bNeedIQK; -+ BOOLEAN bIQKInProgress; -+ u1Byte Delta_IQK; -+ u4Byte ADDA_backup[IQK_ADDA_REG_NUM]; -+ u4Byte IQK_MAC_backup[IQK_MAC_REG_NUM]; -+ u4Byte IQK_BB_backup_recover[9]; -+ u4Byte IQK_BB_backup[IQK_BB_REG_NUM]; -+ u4Byte TxIQC_8723B[2][3][2]; // { {S1: 0xc94, 0xc80, 0xc4c} , {S0: 0xc9c, 0xc88, 0xc4c}} -+ u4Byte RxIQC_8723B[2][2][2]; // { {S1: 0xc14, 0xca0} , {S0: 0xc14, 0xca0}} -+ u4Byte TxIQC_8703B[3][2]; /* { {S1: 0xc94, 0xc80, 0xc4c} , {S0: 0xc9c, 0xc88, 0xc4c}}*/ -+ u4Byte RxIQC_8703B[2][2]; /* { {S1: 0xc14, 0xca0} , {S0: 0xc14, 0xca0}}*/ -+ -+ -+ -+ // IQK time measurement -+ u8Byte IQK_StartTime; -+ u8Byte IQK_ProgressingTime; -+ u4Byte LOK_Result; -+ -+ //for APK -+ u4Byte APKoutput[2][2]; //path A/B; output1_1a/output1_2a -+ u1Byte bAPKdone; -+ u1Byte bAPKThermalMeterIgnore; -+ -+ // DPK -+ BOOLEAN bDPKFail; -+ u1Byte bDPdone; -+ u1Byte bDPPathAOK; -+ u1Byte bDPPathBOK; -+ -+ u4Byte TxLOK[2]; -+ u4Byte DpkTxAGC; -+ s4Byte DpkGain; -+ u4Byte DpkThermal[4]; -+ s1Byte Modify_TxAGC_Value_OFDM; -+ s1Byte Modify_TxAGC_Value_CCK; -+}ODM_RF_CAL_T,*PODM_RF_CAL_T; -+ -+ -+VOID -+ODM_TXPowerTrackingCheck( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+VOID -+odm_TXPowerTrackingInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingCheckAP( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingThermalMeterInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingCheckMP( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+VOID -+odm_TXPowerTrackingCheckCE( -+ IN PVOID pDM_VOID -+ ); -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ -+VOID -+odm_TXPowerTrackingCallbackThermalMeter92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingCallbackRXGainThermalMeter92D( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingCallbackThermalMeter92D( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingDirectCall92C( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+odm_TXPowerTrackingThermalMeterCheck( -+ IN PADAPTER Adapter -+ ); -+ -+#endif -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.c linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.c 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,687 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+//============================================================ -+// Global var -+//============================================================ -+ -+u4Byte OFDMSwingTable[OFDM_TABLE_SIZE] = { -+ 0x7f8001fe, // 0, +6.0dB -+ 0x788001e2, // 1, +5.5dB -+ 0x71c001c7, // 2, +5.0dB -+ 0x6b8001ae, // 3, +4.5dB -+ 0x65400195, // 4, +4.0dB -+ 0x5fc0017f, // 5, +3.5dB -+ 0x5a400169, // 6, +3.0dB -+ 0x55400155, // 7, +2.5dB -+ 0x50800142, // 8, +2.0dB -+ 0x4c000130, // 9, +1.5dB -+ 0x47c0011f, // 10, +1.0dB -+ 0x43c0010f, // 11, +0.5dB -+ 0x40000100, // 12, +0dB -+ 0x3c8000f2, // 13, -0.5dB -+ 0x390000e4, // 14, -1.0dB -+ 0x35c000d7, // 15, -1.5dB -+ 0x32c000cb, // 16, -2.0dB -+ 0x300000c0, // 17, -2.5dB -+ 0x2d4000b5, // 18, -3.0dB -+ 0x2ac000ab, // 19, -3.5dB -+ 0x288000a2, // 20, -4.0dB -+ 0x26000098, // 21, -4.5dB -+ 0x24000090, // 22, -5.0dB -+ 0x22000088, // 23, -5.5dB -+ 0x20000080, // 24, -6.0dB -+ 0x1e400079, // 25, -6.5dB -+ 0x1c800072, // 26, -7.0dB -+ 0x1b00006c, // 27. -7.5dB -+ 0x19800066, // 28, -8.0dB -+ 0x18000060, // 29, -8.5dB -+ 0x16c0005b, // 30, -9.0dB -+ 0x15800056, // 31, -9.5dB -+ 0x14400051, // 32, -10.0dB -+ 0x1300004c, // 33, -10.5dB -+ 0x12000048, // 34, -11.0dB -+ 0x11000044, // 35, -11.5dB -+ 0x10000040, // 36, -12.0dB -+}; -+ -+u1Byte CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8] = { -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04}, // 0, +0dB -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, // 1, -0.5dB -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, // 2, -1.0dB -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, // 3, -1.5dB -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, // 4, -2.0dB -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, // 5, -2.5dB -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, // 6, -3.0dB -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, // 7, -3.5dB -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, // 8, -4.0dB -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, // 9, -4.5dB -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, // 10, -5.0dB -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, // 11, -5.5dB -+ {0x1b, 0x1a, 0x17, 0x13, 0x0e, 0x09, 0x04, 0x02}, // 12, -6.0dB <== default -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, // 13, -6.5dB -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, // 14, -7.0dB -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, // 15, -7.5dB -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, // 16, -8.0dB -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, // 17, -8.5dB -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, // 18, -9.0dB -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 19, -9.5dB -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 20, -10.0dB -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 21, -10.5dB -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 22, -11.0dB -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, // 23, -11.5dB -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, // 24, -12.0dB -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, // 25, -12.5dB -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, // 26, -13.0dB -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, // 27, -13.5dB -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, // 28, -14.0dB -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, // 29, -14.5dB -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, // 30, -15.0dB -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, // 31, -15.5dB -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01} // 32, -16.0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch14[CCK_TABLE_SIZE][8] = { -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00}, // 0, +0dB -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, // 1, -0.5dB -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, // 2, -1.0dB -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, // 3, -1.5dB -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, // 4, -2.0dB -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, // 5, -2.5dB -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, // 6, -3.0dB -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, // 7, -3.5dB -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, // 8, -4.0dB -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, // 9, -4.5dB -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, // 10, -5.0dB -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 11, -5.5dB -+ {0x1b, 0x1a, 0x17, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 12, -6.0dB <== default -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, // 13, -6.5dB -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, // 14, -7.0dB -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 15, -7.5dB -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 16, -8.0dB -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 17, -8.5dB -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 18, -9.0dB -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 19, -9.5dB -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 20, -10.0dB -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, // 21, -10.5dB -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, // 22, -11.0dB -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 23, -11.5dB -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 24, -12.0dB -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, // 25, -12.5dB -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 26, -13.0dB -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 27, -13.5dB -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 28, -14.0dB -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 29, -14.5dB -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 30, -15.0dB -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 31, -15.5dB -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00} // 32, -16.0dB -+}; -+ -+ -+u4Byte OFDMSwingTable_New[OFDM_TABLE_SIZE] = { -+ 0x0b40002d, // 0, -15.0dB -+ 0x0c000030, // 1, -14.5dB -+ 0x0cc00033, // 2, -14.0dB -+ 0x0d800036, // 3, -13.5dB -+ 0x0e400039, // 4, -13.0dB -+ 0x0f00003c, // 5, -12.5dB -+ 0x10000040, // 6, -12.0dB -+ 0x11000044, // 7, -11.5dB -+ 0x12000048, // 8, -11.0dB -+ 0x1300004c, // 9, -10.5dB -+ 0x14400051, // 10, -10.0dB -+ 0x15800056, // 11, -9.5dB -+ 0x16c0005b, // 12, -9.0dB -+ 0x18000060, // 13, -8.5dB -+ 0x19800066, // 14, -8.0dB -+ 0x1b00006c, // 15, -7.5dB -+ 0x1c800072, // 16, -7.0dB -+ 0x1e400079, // 17, -6.5dB -+ 0x20000080, // 18, -6.0dB -+ 0x22000088, // 19, -5.5dB -+ 0x24000090, // 20, -5.0dB -+ 0x26000098, // 21, -4.5dB -+ 0x288000a2, // 22, -4.0dB -+ 0x2ac000ab, // 23, -3.5dB -+ 0x2d4000b5, // 24, -3.0dB -+ 0x300000c0, // 25, -2.5dB -+ 0x32c000cb, // 26, -2.0dB -+ 0x35c000d7, // 27, -1.5dB -+ 0x390000e4, // 28, -1.0dB -+ 0x3c8000f2, // 29, -0.5dB -+ 0x40000100, // 30, +0dB -+ 0x43c0010f, // 31, +0.5dB -+ 0x47c0011f, // 32, +1.0dB -+ 0x4c000130, // 33, +1.5dB -+ 0x50800142, // 34, +2.0dB -+ 0x55400155, // 35, +2.5dB -+ 0x5a400169, // 36, +3.0dB -+ 0x5fc0017f, // 37, +3.5dB -+ 0x65400195, // 38, +4.0dB -+ 0x6b8001ae, // 39, +4.5dB -+ 0x71c001c7, // 40, +5.0dB -+ 0x788001e2, // 41, +5.5dB -+ 0x7f8001fe // 42, +6.0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch1_Ch14_88F[CCK_TABLE_SIZE_88F][16] = { -+{0x44, 0x42, 0x3C, 0x33, 0x28, 0x1C, 0x13, 0x0B, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-16dB*/ -+{0x48, 0x46, 0x3F, 0x36, 0x2A, 0x1E, 0x14, 0x0B, 0x05, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-15.5dB*/ -+{0x4D, 0x4A, 0x43, 0x39, 0x2C, 0x20, 0x15, 0x0C, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-15dB*/ -+{0x51, 0x4F, 0x47, 0x3C, 0x2F, 0x22, 0x16, 0x0D, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-14.5dB*/ -+{0x56, 0x53, 0x4B, 0x40, 0x32, 0x24, 0x17, 0x0E, 0x06, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-14dB*/ -+{0x5B, 0x58, 0x50, 0x43, 0x35, 0x26, 0x19, 0x0E, 0x07, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-13.5dB*/ -+{0x60, 0x5D, 0x54, 0x47, 0x38, 0x28, 0x1A, 0x0F, 0x07, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-13dB*/ -+{0x66, 0x63, 0x59, 0x4C, 0x3B, 0x2B, 0x1C, 0x10, 0x08, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-12.5dB*/ -+{0x6C, 0x69, 0x5F, 0x50, 0x3F, 0x2D, 0x1E, 0x11, 0x08, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-12dB*/ -+{0x73, 0x6F, 0x64, 0x55, 0x42, 0x30, 0x1F, 0x12, 0x08, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-11.5dB*/ -+{0x79, 0x76, 0x6A, 0x5A, 0x46, 0x33, 0x21, 0x13, 0x09, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-11dB*/ -+{0x81, 0x7C, 0x71, 0x5F, 0x4A, 0x36, 0x23, 0x14, 0x0A, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-10.5dB*/ -+{0x88, 0x84, 0x77, 0x65, 0x4F, 0x39, 0x25, 0x15, 0x0A, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-10dB*/ -+{0x90, 0x8C, 0x7E, 0x6B, 0x54, 0x3C, 0x27, 0x17, 0x0B, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-9.5dB*/ -+{0x99, 0x94, 0x86, 0x71, 0x58, 0x40, 0x2A, 0x18, 0x0B, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-9dB*/ -+{0xA2, 0x9D, 0x8E, 0x78, 0x5E, 0x43, 0x2C, 0x19, 0x0C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-8.5dB*/ -+{0xAC, 0xA6, 0x96, 0x7F, 0x63, 0x47, 0x2F, 0x1B, 0x0D, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-8dB*/ -+{0xB6, 0xB0, 0x9F, 0x87, 0x69, 0x4C, 0x32, 0x1D, 0x0D, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-7.5dB*/ -+{0xC1, 0xBA, 0xA8, 0x8F, 0x6F, 0x50, 0x35, 0x1E, 0x0E, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-7dB*/ -+{0xCC, 0xC5, 0xB2, 0x97, 0x76, 0x55, 0x38, 0x20, 0x0F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*-6.5dB*/ -+{0xD8, 0xD1, 0xBD, 0xA0, 0x7D, 0x5A, 0x3B, 0x22, 0x10, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} /*-6dB*/ -+}; -+ -+ -+u1Byte CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8] = { -+ {0x09, 0x08, 0x07, 0x06, 0x04, 0x03, 0x01, 0x01}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x06, 0x05, 0x03, 0x01, 0x01}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x07, 0x05, 0x03, 0x02, 0x01}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x07, 0x05, 0x03, 0x02, 0x01}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x08, 0x06, 0x04, 0x02, 0x01}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x08, 0x06, 0x04, 0x02, 0x01}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x09, 0x06, 0x04, 0x02, 0x01}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x09, 0x07, 0x04, 0x02, 0x01}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x0a, 0x07, 0x05, 0x02, 0x01}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x0a, 0x08, 0x05, 0x02, 0x01}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x0b, 0x08, 0x05, 0x03, 0x01}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x0c, 0x09, 0x06, 0x03, 0x01}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0d, 0x0a, 0x06, 0x03, 0x01}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0e, 0x0b, 0x07, 0x03, 0x02}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0f, 0x0b, 0x07, 0x04, 0x01}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x10, 0x0c, 0x08, 0x04, 0x02}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x11, 0x0c, 0x08, 0x04, 0x02}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x12, 0x0d, 0x09, 0x04, 0x02}, // 19, -6.5dB -+ {0x1b, 0x1a, 0x17, 0x13, 0x0e, 0x09, 0x04, 0x02}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x14, 0x0f, 0x0a, 0x05, 0x02}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x15, 0x10, 0x0a, 0x05, 0x02}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x16, 0x11, 0x08, 0x05, 0x02}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x18, 0x11, 0x0b, 0x06, 0x02}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x19, 0x13, 0x0c, 0x06, 0x03}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x1b, 0x14, 0x0d, 0x06, 0x03}, // 26, -3.0dB -+ {0x28, 0x28, 0x22, 0x1c, 0x15, 0x0d, 0x07, 0x03}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x1e, 0x16, 0x0e, 0x07, 0x03}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x27, 0x1f, 0x18, 0x0f, 0x08, 0x03}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x21, 0x19, 0x10, 0x08, 0x03}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x23, 0x1a, 0x11, 0x08, 0x04}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x25, 0x1c, 0x12, 0x09, 0x04} // 32, +0dB -+}; -+ -+ -+u1Byte CCKSwingTable_Ch14_New[CCK_TABLE_SIZE][8]= { -+ {0x09, 0x08, 0x07, 0x04, 0x00, 0x00, 0x00, 0x00}, // 0, -16.0dB -+ {0x09, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 1, -15.5dB -+ {0x0a, 0x09, 0x08, 0x05, 0x00, 0x00, 0x00, 0x00}, // 2, -15.0dB -+ {0x0a, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 3, -14.5dB -+ {0x0b, 0x0a, 0x09, 0x05, 0x00, 0x00, 0x00, 0x00}, // 4, -14.0dB -+ {0x0b, 0x0b, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 5, -13.5dB -+ {0x0c, 0x0c, 0x0a, 0x06, 0x00, 0x00, 0x00, 0x00}, // 6, -13.0dB -+ {0x0d, 0x0c, 0x0b, 0x06, 0x00, 0x00, 0x00, 0x00}, // 7, -12.5dB -+ {0x0d, 0x0d, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 8, -12.0dB -+ {0x0e, 0x0e, 0x0c, 0x07, 0x00, 0x00, 0x00, 0x00}, // 9, -11.5dB -+ {0x0f, 0x0f, 0x0d, 0x08, 0x00, 0x00, 0x00, 0x00}, // 10, -11.0dB -+ {0x10, 0x10, 0x0e, 0x08, 0x00, 0x00, 0x00, 0x00}, // 11, -10.5dB -+ {0x11, 0x11, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 12, -10.0dB -+ {0x12, 0x12, 0x0f, 0x09, 0x00, 0x00, 0x00, 0x00}, // 13, -9.5dB -+ {0x13, 0x13, 0x10, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 14, -9.0dB -+ {0x14, 0x14, 0x11, 0x0a, 0x00, 0x00, 0x00, 0x00}, // 15, -8.5dB -+ {0x16, 0x15, 0x12, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 16, -8.0dB -+ {0x17, 0x16, 0x13, 0x0b, 0x00, 0x00, 0x00, 0x00}, // 17, -7.5dB -+ {0x18, 0x17, 0x15, 0x0c, 0x00, 0x00, 0x00, 0x00}, // 18, -7.0dB -+ {0x1a, 0x19, 0x16, 0x0d, 0x00, 0x00, 0x00, 0x00}, // 19, -6.5dB -+ {0x1b, 0x1a, 0x17, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 20, -6.0dB -+ {0x1d, 0x1c, 0x18, 0x0e, 0x00, 0x00, 0x00, 0x00}, // 21, -5.5dB -+ {0x1f, 0x1e, 0x1a, 0x0f, 0x00, 0x00, 0x00, 0x00}, // 22, -5.0dB -+ {0x20, 0x20, 0x1b, 0x10, 0x00, 0x00, 0x00, 0x00}, // 23, -4.5dB -+ {0x22, 0x21, 0x1d, 0x11, 0x00, 0x00, 0x00, 0x00}, // 24, -4.0dB -+ {0x24, 0x23, 0x1f, 0x12, 0x00, 0x00, 0x00, 0x00}, // 25, -3.5dB -+ {0x26, 0x25, 0x21, 0x13, 0x00, 0x00, 0x00, 0x00}, // 26, -3.0dB -+ {0x28, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00}, // 27, -2.5dB -+ {0x2b, 0x2a, 0x25, 0x15, 0x00, 0x00, 0x00, 0x00}, // 28, -2.0dB -+ {0x2d, 0x2d, 0x17, 0x17, 0x00, 0x00, 0x00, 0x00}, // 29, -1.5dB -+ {0x30, 0x2f, 0x29, 0x18, 0x00, 0x00, 0x00, 0x00}, // 30, -1.0dB -+ {0x33, 0x32, 0x2b, 0x19, 0x00, 0x00, 0x00, 0x00}, // 31, -0.5dB -+ {0x36, 0x35, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00} // 32, +0dB -+}; -+ -+u4Byte TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE] = -+{ -+ 0x081, // 0, -12.0dB -+ 0x088, // 1, -11.5dB -+ 0x090, // 2, -11.0dB -+ 0x099, // 3, -10.5dB -+ 0x0A2, // 4, -10.0dB -+ 0x0AC, // 5, -9.5dB -+ 0x0B6, // 6, -9.0dB -+ 0x0C0, // 7, -8.5dB -+ 0x0CC, // 8, -8.0dB -+ 0x0D8, // 9, -7.5dB -+ 0x0E5, // 10, -7.0dB -+ 0x0F2, // 11, -6.5dB -+ 0x101, // 12, -6.0dB -+ 0x110, // 13, -5.5dB -+ 0x120, // 14, -5.0dB -+ 0x131, // 15, -4.5dB -+ 0x143, // 16, -4.0dB -+ 0x156, // 17, -3.5dB -+ 0x16A, // 18, -3.0dB -+ 0x180, // 19, -2.5dB -+ 0x197, // 20, -2.0dB -+ 0x1AF, // 21, -1.5dB -+ 0x1C8, // 22, -1.0dB -+ 0x1E3, // 23, -0.5dB -+ 0x200, // 24, +0 dB -+ 0x21E, // 25, +0.5dB -+ 0x23E, // 26, +1.0dB -+ 0x261, // 27, +1.5dB -+ 0x285, // 28, +2.0dB -+ 0x2AB, // 29, +2.5dB -+ 0x2D3, // 30, +3.0dB -+ 0x2FE, // 31, +3.5dB -+ 0x32B, // 32, +4.0dB -+ 0x35C, // 33, +4.5dB -+ 0x38E, // 34, +5.0dB -+ 0x3C4, // 35, +5.5dB -+ 0x3FE // 36, +6.0dB -+}; -+ -+#ifdef AP_BUILD_WORKAROUND -+ -+unsigned int TxPwrTrk_OFDM_SwingTbl[TxPwrTrk_OFDM_SwingTbl_Len] = { -+ /* +6.0dB */ 0x7f8001fe, -+ /* +5.5dB */ 0x788001e2, -+ /* +5.0dB */ 0x71c001c7, -+ /* +4.5dB */ 0x6b8001ae, -+ /* +4.0dB */ 0x65400195, -+ /* +3.5dB */ 0x5fc0017f, -+ /* +3.0dB */ 0x5a400169, -+ /* +2.5dB */ 0x55400155, -+ /* +2.0dB */ 0x50800142, -+ /* +1.5dB */ 0x4c000130, -+ /* +1.0dB */ 0x47c0011f, -+ /* +0.5dB */ 0x43c0010f, -+ /* 0.0dB */ 0x40000100, -+ /* -0.5dB */ 0x3c8000f2, -+ /* -1.0dB */ 0x390000e4, -+ /* -1.5dB */ 0x35c000d7, -+ /* -2.0dB */ 0x32c000cb, -+ /* -2.5dB */ 0x300000c0, -+ /* -3.0dB */ 0x2d4000b5, -+ /* -3.5dB */ 0x2ac000ab, -+ /* -4.0dB */ 0x288000a2, -+ /* -4.5dB */ 0x26000098, -+ /* -5.0dB */ 0x24000090, -+ /* -5.5dB */ 0x22000088, -+ /* -6.0dB */ 0x20000080, -+ /* -6.5dB */ 0x1a00006c, -+ /* -7.0dB */ 0x1c800072, -+ /* -7.5dB */ 0x18000060, -+ /* -8.0dB */ 0x19800066, -+ /* -8.5dB */ 0x15800056, -+ /* -9.0dB */ 0x26c0005b, -+ /* -9.5dB */ 0x14400051, -+ /* -10.0dB */ 0x24400051, -+ /* -10.5dB */ 0x1300004c, -+ /* -11.0dB */ 0x12000048, -+ /* -11.5dB */ 0x11000044, -+ /* -12.0dB */ 0x10000040 -+}; -+ -+#endif -+ -+VOID -+odm_TXPowerTrackingInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ if(!(pDM_Odm->SupportICType & (ODM_RTL8814A|ODM_IC_11N_SERIES|ODM_RTL8822B))) -+ return; -+#endif -+ -+ odm_TXPowerTrackingThermalMeterInit(pDM_Odm); -+} -+ -+u1Byte -+getSwingIndex( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u1Byte i = 0; -+ u4Byte bbSwing; -+ u4Byte swingTableSize; -+ pu4Byte pSwingTable; -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8723B || -+ pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8188F || pDM_Odm->SupportICType == ODM_RTL8703B) -+ { -+ bbSwing = PHY_QueryBBReg(Adapter, rOFDM0_XATxIQImbalance, 0xFFC00000); -+ -+ pSwingTable = OFDMSwingTable_New; -+ swingTableSize = OFDM_TABLE_SIZE; -+ } else { -+ bbSwing = PHY_GetTxBBSwing_8812A(Adapter, pHalData->CurrentBandType, ODM_RF_PATH_A); -+ pSwingTable = TxScalingTable_Jaguar; -+ swingTableSize = TXSCALE_TABLE_SIZE; -+ } -+ -+ for (i = 0; i < swingTableSize; ++i) { -+ u4Byte tableValue = pSwingTable[i]; -+ -+ if (tableValue >= 0x100000 ) -+ tableValue >>= 22; -+ if (bbSwing == tableValue) -+ break; -+ } -+ return i; -+} -+ -+VOID -+odm_TXPowerTrackingThermalMeterInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte defaultSwingIndex = getSwingIndex(pDM_Odm); -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u1Byte p = 0; -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pRFCalibrateInfo->TxPowerTrackControl = TRUE; -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #ifdef CONFIG_RTL8188E -+ { -+ pRFCalibrateInfo->bTXPowerTracking = _TRUE; -+ pRFCalibrateInfo->TXPowercount = 0; -+ pRFCalibrateInfo->bTXPowerTrackingInit = _FALSE; -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pRFCalibrateInfo->TxPowerTrackControl = _TRUE; -+ -+ MSG_8192C("pDM_Odm TxPowerTrackControl = %d\n", pRFCalibrateInfo->TxPowerTrackControl); -+ } -+ #else -+ { -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct dm_priv *pdmpriv = &pHalData->dmpriv; -+ -+ pdmpriv->bTXPowerTracking = _TRUE; -+ pdmpriv->TXPowercount = 0; -+ pdmpriv->bTXPowerTrackingInit = _FALSE; -+ -+ if(pDM_Odm->mp_mode == FALSE) -+ pdmpriv->TxPowerTrackControl = _TRUE; -+ -+ MSG_8192C("pdmpriv->TxPowerTrackControl = %d\n", pdmpriv->TxPowerTrackControl); -+ -+ } -+ #endif//endif (CONFIG_RTL8188E==1) -+#elif (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ #ifdef RTL8188E_SUPPORT -+ { -+ pRFCalibrateInfo->bTXPowerTracking = _TRUE; -+ pRFCalibrateInfo->TXPowercount = 0; -+ pRFCalibrateInfo->bTXPowerTrackingInit = _FALSE; -+ pRFCalibrateInfo->TxPowerTrackControl = _TRUE; -+ } -+ #endif -+#endif -+ -+ pRFCalibrateInfo->TxPowerTrackControl = TRUE; -+ pRFCalibrateInfo->ThermalValue = pHalData->EEPROMThermalMeter; -+ pRFCalibrateInfo->ThermalValue_IQK = pHalData->EEPROMThermalMeter; -+ pRFCalibrateInfo->ThermalValue_LCK = pHalData->EEPROMThermalMeter; -+ -+ // The index of "0 dB" in SwingTable. -+ if (pDM_Odm->SupportICType == ODM_RTL8188E || pDM_Odm->SupportICType == ODM_RTL8723B || -+ pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8703B) -+ { -+ pRFCalibrateInfo->DefaultOfdmIndex = (defaultSwingIndex >= OFDM_TABLE_SIZE) ? 30 : defaultSwingIndex; -+ pRFCalibrateInfo->DefaultCckIndex = 20; -+ } -+ else if(pDM_Odm->SupportICType == ODM_RTL8188F) //add by Mingzhi.Guo 2015-03-23 -+ { -+ pRFCalibrateInfo->DefaultOfdmIndex =28; //OFDM: -1dB -+ pRFCalibrateInfo->DefaultCckIndex =20; //CCK:-6dB -+ } -+ else -+ { -+ pRFCalibrateInfo->DefaultOfdmIndex = (defaultSwingIndex >= TXSCALE_TABLE_SIZE) ? 24 : defaultSwingIndex; -+ pRFCalibrateInfo->DefaultCckIndex = 24; -+ } -+ -+ pRFCalibrateInfo->BbSwingIdxCckBase = pRFCalibrateInfo->DefaultCckIndex; -+ pRFCalibrateInfo->CCK_index = pRFCalibrateInfo->DefaultCckIndex; -+ -+ for (p = ODM_RF_PATH_A; p < MAX_RF_PATH; ++p) -+ { -+ pRFCalibrateInfo->BbSwingIdxOfdmBase[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->OFDM_index[p] = pRFCalibrateInfo->DefaultOfdmIndex; -+ pRFCalibrateInfo->DeltaPowerIndex[p] = 0; -+ pRFCalibrateInfo->DeltaPowerIndexLast[p] = 0; -+ pRFCalibrateInfo->PowerIndexOffset[p] = 0; -+ pRFCalibrateInfo->KfreeOffset[p] = 0; -+ } -+ pRFCalibrateInfo->Modify_TxAGC_Value_OFDM=0; //add by Mingzhi.Guo -+ pRFCalibrateInfo->Modify_TxAGC_Value_CCK=0; //add by Mingzhi.Guo -+ -+} -+ -+ -+VOID -+ODM_TXPowerTrackingCheck( -+ IN PVOID pDM_VOID -+ ) -+{ -+ // -+ // 2011/09/29 MH In HW integration first stage, we provide 4 different handle to operate -+ // at the same time. In the stage2/3, we need to prive universal interface and merge all -+ // HW dynamic mechanism. -+ // -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ switch (pDM_Odm->SupportPlatform) -+ { -+ case ODM_WIN: -+ odm_TXPowerTrackingCheckMP(pDM_Odm); -+ break; -+ -+ case ODM_CE: -+ odm_TXPowerTrackingCheckCE(pDM_Odm); -+ break; -+ -+ case ODM_AP: -+ odm_TXPowerTrackingCheckAP(pDM_Odm); -+ break; -+ -+ default: -+ break; -+ } -+ -+} -+ -+VOID -+odm_TXPowerTrackingCheckCE( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ #if ((RTL8188F_SUPPORT == 1)) -+ rtl8192c_odm_CheckTXPowerTracking(Adapter); -+ #endif -+ -+ #if(RTL8188E_SUPPORT==1) -+ -+ if(!(pDM_Odm->SupportAbility & ODM_RF_TX_PWR_TRACK)) -+ { -+ return; -+ } -+ -+ if(!pRFCalibrateInfo->TM_Trigger) //at least delay 1 sec -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_T_METER, bRFRegOffsetMask, 0x60); -+ //DBG_8192C("Trigger 92C Thermal Meter!!\n"); -+ -+ pRFCalibrateInfo->TM_Trigger = 1; -+ return; -+ -+ } -+ else -+ { -+ //DBG_8192C("Schedule TxPowerTracking direct call!!\n"); -+ odm_TXPowerTrackingCallback_ThermalMeter_8188E(Adapter); -+ pRFCalibrateInfo->TM_Trigger = 0; -+ } -+ #endif -+#endif -+} -+ -+VOID -+odm_TXPowerTrackingCheckMP( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ if(*pDM_Odm->pIsFcsModeEnable) -+ return; -+ -+ if (ODM_CheckPowerStatus(Adapter) == FALSE) -+ { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD, ("===>ODM_CheckPowerStatus() return FALSE\n")); -+ return; -+ } -+ -+ if(IS_HARDWARE_TYPE_8821B(Adapter)) // TODO: Don't Do PowerTracking -+ return; -+ -+// #if(RTL8192D_SUPPORT==1) -+// if(!Adapter->bSlaveOfDMSP || Adapter->DualMacSmartConcurrent == FALSE) -+ if (IS_HARDWARE_TYPE_8814A(Adapter) || IS_HARDWARE_TYPE_8188F(Adapter)) -+ odm_TXPowerTrackingThermalMeterCheck(Adapter); -+ else { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD, ("!Adapter->bSlaveOfDMSP || Adapter->DualMacSmartConcurrent == FALSE\n")); -+ } -+// #endif -+#endif -+ -+} -+ -+ -+VOID -+odm_TXPowerTrackingCheckAP( -+ IN PVOID pDM_VOID -+ ) -+{ -+return; -+ -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+odm_TXPowerTrackingDirectCall( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ ODM_TXPowerTrackingCallback_ThermalMeter(Adapter); -+} -+ -+VOID -+odm_TXPowerTrackingThermalMeterCheck( -+ IN PADAPTER Adapter -+ ) -+{ -+#ifndef AP_BUILD_WORKAROUND -+ static u1Byte TM_Trigger = 0; -+ -+ if(!(GET_HAL_DATA(Adapter)->DM_OutSrc.SupportAbility & ODM_RF_TX_PWR_TRACK)) -+ { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD, -+ ("===>odm_TXPowerTrackingThermalMeterCheck(),pMgntInfo->bTXPowerTracking is FALSE, return!!\n")); -+ return; -+ } -+ -+ if(!TM_Trigger) //at least delay 1 sec -+ { -+ if (IS_HARDWARE_TYPE_8188E(Adapter) || IS_HARDWARE_TYPE_JAGUAR(Adapter) || IS_HARDWARE_TYPE_8192E(Adapter) || -+ IS_HARDWARE_TYPE_8723B(Adapter) || IS_HARDWARE_TYPE_8814A(Adapter) || IS_HARDWARE_TYPE_8188F(Adapter) || IS_HARDWARE_TYPE_8703B(Adapter)) -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_T_METER_88E, BIT17 | BIT16, 0x03); -+ else -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_T_METER, bRFRegOffsetMask, 0x60); -+ -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD,("Trigger Thermal Meter!!\n")); -+ -+ TM_Trigger = 1; -+ return; -+ } -+ else -+ { -+ RT_TRACE(COMP_POWER_TRACKING, DBG_LOUD,("Schedule TxPowerTracking direct call!!\n")); -+ odm_TXPowerTrackingDirectCall(Adapter); //Using direct call is instead, added by Roger, 2009.06.18. -+ TM_Trigger = 0; -+ } -+#endif -+} -+ -+#endif //end #ifMP -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.h linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_powertracking_win.h 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,265 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMPOWERTRACKING_H__ -+#define __PHYDMPOWERTRACKING_H__ -+ -+#define POWRTRACKING_VERSION "1.1" -+ -+#define DPK_DELTA_MAPPING_NUM 13 -+#define index_mapping_HP_NUM 15 -+#define TXSCALE_TABLE_SIZE 37 -+#define TXPWR_TRACK_TABLE_SIZE 30 -+#define DELTA_SWINGIDX_SIZE 30 -+#define BAND_NUM 3 -+#define MAX_RF_PATH 4 -+#define CCK_TABLE_SIZE_88F 21 -+ -+ -+#define dm_CheckTXPowerTracking ODM_TXPowerTrackingCheck -+ -+#define IQK_Matrix_Settings_NUM 14+24+21 // Channels_2_4G_NUM + Channels_5G_20M_NUM + Channels_5G -+#define AVG_THERMAL_NUM 8 -+#define HP_THERMAL_NUM 8 -+#define IQK_Matrix_REG_NUM 8 -+#define IQK_MAC_REG_NUM 4 -+#define IQK_ADDA_REG_NUM 16 -+ -+#define IQK_BB_REG_NUM 9 -+ -+ -+extern u4Byte OFDMSwingTable[OFDM_TABLE_SIZE]; -+extern u1Byte CCKSwingTable_Ch1_Ch13[CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch14 [CCK_TABLE_SIZE][8]; -+ -+extern u4Byte OFDMSwingTable_New[OFDM_TABLE_SIZE]; -+extern u1Byte CCKSwingTable_Ch1_Ch13_New[CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch14_New [CCK_TABLE_SIZE][8]; -+extern u1Byte CCKSwingTable_Ch1_Ch14_88F[CCK_TABLE_SIZE_88F][16]; -+ -+extern u4Byte TxScalingTable_Jaguar[TXSCALE_TABLE_SIZE]; -+ -+// <20121018, Kordan> In case fail to read TxPowerTrack.txt, we use the table of 88E as the default table. -+static u1Byte DeltaSwingTableIdx_2GA_P_8188E[] = {0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9}; -+static u1Byte DeltaSwingTableIdx_2GA_N_8188E[] = {0, 0, 0, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 10, 10, 10, 11, 11, 11, 11}; -+ -+VOID -+ODM_TXPowerTrackingCheck( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingCheckAP( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingThermalMeterInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+odm_TXPowerTrackingCheckMP( -+ IN PVOID pDM_VOID -+ ); -+ -+ -+VOID -+odm_TXPowerTrackingCheckCE( -+ IN PVOID pDM_VOID -+ ); -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ -+ -+VOID -+odm_TXPowerTrackingThermalMeterCheck( -+ IN PADAPTER Adapter -+ ); -+ -+#endif -+ -+typedef struct _IQK_MATRIX_REGS_SETTING{ -+ BOOLEAN bIQKDone; -+ s4Byte Value[3][IQK_Matrix_REG_NUM]; -+ BOOLEAN bBWIqkResultSaved[3]; -+}IQK_MATRIX_REGS_SETTING,*PIQK_MATRIX_REGS_SETTING; -+ -+typedef struct ODM_RF_Calibration_Structure -+{ -+ //for tx power tracking -+ -+ u4Byte RegA24; // for TempCCK -+ s4Byte RegE94; -+ s4Byte RegE9C; -+ s4Byte RegEB4; -+ s4Byte RegEBC; -+ //u1Byte bTXPowerTracking; -+ u1Byte TXPowercount; -+ BOOLEAN bTXPowerTrackingInit; -+ BOOLEAN bTXPowerTracking; -+ u1Byte TxPowerTrackControl; //for mp mode, turn off txpwrtracking as default -+ u1Byte TM_Trigger; -+ u1Byte InternalPA5G[2]; //pathA / pathB -+ -+ u1Byte ThermalMeter[2]; // ThermalMeter, index 0 for RFIC0, and 1 for RFIC1 -+ u1Byte ThermalValue; -+ u1Byte ThermalValue_LCK; -+ u1Byte ThermalValue_IQK; -+ u1Byte ThermalValue_AVG[AVG_THERMAL_NUM]; -+ u1Byte ThermalValue_AVG_index; -+ u1Byte ThermalValue_RxGain; -+ -+ BOOLEAN bReloadtxpowerindex; -+ u1Byte bRfPiEnable; -+ u4Byte TXPowerTrackingCallbackCnt; //cosa add for debug -+ -+ -+ //------------------------- Tx power Tracking -------------------------// -+ u1Byte bCCKinCH14; -+ u1Byte CCK_index; -+ u1Byte OFDM_index[MAX_RF_PATH]; -+ s1Byte PowerIndexOffset[MAX_RF_PATH]; -+ s1Byte DeltaPowerIndex[MAX_RF_PATH]; -+ s1Byte DeltaPowerIndexLast[MAX_RF_PATH]; -+ BOOLEAN bTxPowerChanged; -+ -+ u1Byte ThermalValue_HP[HP_THERMAL_NUM]; -+ u1Byte ThermalValue_HP_index; -+ IQK_MATRIX_REGS_SETTING IQKMatrixRegSetting[IQK_Matrix_Settings_NUM]; -+ u1Byte Delta_LCK; -+ s1Byte BBSwingDiff2G, BBSwingDiff5G; // Unit: dB -+ u1Byte DeltaSwingTableIdx_2GCCKA_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKA_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKB_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKB_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKC_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKC_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKD_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GCCKD_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GB_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GB_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GC_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GC_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GD_P[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GD_N[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GA_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GA_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GB_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GB_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GC_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GC_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GD_P[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_5GD_N[BAND_NUM][DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_P_8188E[DELTA_SWINGIDX_SIZE]; -+ u1Byte DeltaSwingTableIdx_2GA_N_8188E[DELTA_SWINGIDX_SIZE]; -+ -+ u1Byte BbSwingIdxOfdm[MAX_RF_PATH]; -+ u1Byte BbSwingIdxOfdmCurrent; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ u1Byte BbSwingIdxOfdmBase[MAX_RF_PATH]; -+#else -+ u1Byte BbSwingIdxOfdmBase; -+#endif -+ BOOLEAN BbSwingFlagOfdm; -+ u1Byte BbSwingIdxCck; -+ u1Byte BbSwingIdxCckCurrent; -+ u1Byte BbSwingIdxCckBase; -+ u1Byte DefaultOfdmIndex; -+ u1Byte DefaultCckIndex; -+ BOOLEAN BbSwingFlagCck; -+ -+ s1Byte Absolute_OFDMSwingIdx[MAX_RF_PATH]; -+ s1Byte Remnant_OFDMSwingIdx[MAX_RF_PATH]; -+ s1Byte Remnant_CCKSwingIdx; -+ s1Byte Modify_TxAGC_Value; /*Remnat compensate value at TxAGC */ -+ BOOLEAN Modify_TxAGC_Flag_PathA; -+ BOOLEAN Modify_TxAGC_Flag_PathB; -+ BOOLEAN Modify_TxAGC_Flag_PathC; -+ BOOLEAN Modify_TxAGC_Flag_PathD; -+ BOOLEAN Modify_TxAGC_Flag_PathA_CCK; -+ -+ s1Byte KfreeOffset[MAX_RF_PATH]; -+ -+ //--------------------------------------------------------------------// -+ -+ //for IQK -+ u4Byte RegC04; -+ u4Byte Reg874; -+ u4Byte RegC08; -+ u4Byte RegB68; -+ u4Byte RegB6C; -+ u4Byte Reg870; -+ u4Byte Reg860; -+ u4Byte Reg864; -+ -+ BOOLEAN bIQKInitialized; -+ BOOLEAN bLCKInProgress; -+ BOOLEAN bAntennaDetected; -+ BOOLEAN bNeedIQK; -+ BOOLEAN bIQKInProgress; -+ u1Byte Delta_IQK; -+ u4Byte ADDA_backup[IQK_ADDA_REG_NUM]; -+ u4Byte IQK_MAC_backup[IQK_MAC_REG_NUM]; -+ u4Byte IQK_BB_backup_recover[9]; -+ u4Byte IQK_BB_backup[IQK_BB_REG_NUM]; -+ u4Byte TxIQC_8723B[2][3][2]; /* { {S1: 0xc94, 0xc80, 0xc4c} , {S0: 0xc9c, 0xc88, 0xc4c}} */ -+ u4Byte RxIQC_8723B[2][2][2]; /* { {S1: 0xc14, 0xca0} , {S0: 0xc14, 0xca0}} */ -+ u4Byte TxIQC_8703B[3][2]; /* { {S1: 0xc94, 0xc80, 0xc4c} , {S0: 0xc9c, 0xc88, 0xc4c}}*/ -+ u4Byte RxIQC_8703B[2][2]; /* { {S1: 0xc14, 0xca0} , {S0: 0xc14, 0xca0}}*/ -+ -+ -+ -+ // IQK time measurement -+ u8Byte IQK_StartTime; -+ u8Byte IQK_ProgressingTime; -+ u4Byte LOK_Result; -+ -+ //for APK -+ u4Byte APKoutput[2][2]; //path A/B; output1_1a/output1_2a -+ u1Byte bAPKdone; -+ u1Byte bAPKThermalMeterIgnore; -+ -+ // DPK -+ BOOLEAN bDPKFail; -+ u1Byte bDPdone; -+ u1Byte bDPPathAOK; -+ u1Byte bDPPathBOK; -+ -+ u4Byte TxLOK[2]; -+ u4Byte DpkTxAGC; -+ s4Byte DpkGain; -+ u4Byte DpkThermal[4]; -+ -+ s1Byte Modify_TxAGC_Value_OFDM; -+ s1Byte Modify_TxAGC_Value_CCK; -+}ODM_RF_CAL_T,*PODM_RF_CAL_T; -+ -+ -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_precomp.h linux/3rdparty/rtl8812au/hal/phydm/phydm_precomp.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_precomp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_precomp.h 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,319 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODM_PRECOMP_H__ -+#define __ODM_PRECOMP_H__ -+ -+#include "phydm_types.h" -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#include "Precomp.h" // We need to include mp_precomp.h due to batch file setting. -+#else -+#define TEST_FALG___ 1 -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE ==ODM_CE) -+#define RTL8192CE_SUPPORT 0 -+#define RTL8192CU_SUPPORT 0 -+#define RTL8192C_SUPPORT 0 -+ -+#define RTL8192DE_SUPPORT 0 -+#define RTL8192DU_SUPPORT 0 -+#define RTL8192D_SUPPORT 0 -+ -+#define RTL8723AU_SUPPORT 0 -+#define RTL8723AS_SUPPORT 0 -+#define RTL8723AE_SUPPORT 0 -+#define RTL8723A_SUPPORT 0 -+#define RTL8723_FPGA_VERIFICATION 0 -+#endif -+ -+//2 Config Flags and Structs - defined by each ODM Type -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ #include "../8192cd_cfg.h" -+ #include "../odm_inc.h" -+ -+ #include "../8192cd.h" -+ #include "../8192cd_util.h" -+ #ifdef _BIG_ENDIAN_ -+ #define ODM_ENDIAN_TYPE ODM_ENDIAN_BIG -+ #else -+ #define ODM_ENDIAN_TYPE ODM_ENDIAN_LITTLE -+ #endif -+ -+ #ifdef AP_BUILD_WORKAROUND -+ #include "../8192cd_headers.h" -+ #include "../8192cd_debug.h" -+ #endif -+ -+#elif (DM_ODM_SUPPORT_TYPE ==ODM_CE) -+ #define __PACK -+ #define __WLAN_ATTRIB_PACK__ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #include "mp_precomp.h" -+ #define ODM_ENDIAN_TYPE ODM_ENDIAN_LITTLE -+ #define __PACK -+ #define __WLAN_ATTRIB_PACK__ -+#endif -+ -+//2 OutSrc Header Files -+ -+#include "phydm.h" -+#include "phydm_hwconfig.h" -+#include "phydm_debug.h" -+#include "phydm_regdefine11ac.h" -+#include "phydm_regdefine11n.h" -+#include "phydm_interface.h" -+#include "phydm_reg.h" -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_CE) -+#define RTL8821B_SUPPORT 0 -+#define RTL8822B_SUPPORT 0 -+ -+VOID -+PHY_SetTxPowerLimit( -+ IN PDM_ODM_T pDM_Odm, -+ IN u8 *Regulation, -+ IN u8 *Band, -+ IN u8 *Bandwidth, -+ IN u8 *RateSection, -+ IN u8 *RfPath, -+ IN u8 *Channel, -+ IN u8 *PowerLimit -+); -+ -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+#define RTL8821B_SUPPORT 0 -+#define RTL8822B_SUPPORT 0 -+#define RTL8703B_SUPPORT 0 -+#define RTL8188F_SUPPORT 0 -+#endif -+ -+#if RTL8188E_SUPPORT == 1 -+#define RTL8188E_T_SUPPORT 1 -+#ifdef CONFIG_SFW_SUPPORTED -+#define RTL8188E_S_SUPPORT 1 -+#else -+#define RTL8188E_S_SUPPORT 0 -+#endif -+#endif -+ -+#if (RTL8188E_SUPPORT==1) -+#include "rtl8188e/hal8188erateadaptive.h"//for RA,Power training -+#include "rtl8188e/halhwimg8188e_mac.h" -+#include "rtl8188e/halhwimg8188e_rf.h" -+#include "rtl8188e/halhwimg8188e_bb.h" -+#include "rtl8188e/halhwimg8188e_t_fw.h" -+#include "rtl8188e/halhwimg8188e_s_fw.h" -+#include "rtl8188e/phydm_regconfig8188e.h" -+#include "rtl8188e/phydm_rtl8188e.h" -+#include "rtl8188e/hal8188ereg.h" -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8188e_hal.h" -+ #include "rtl8188e/halphyrf_8188e_ce.h" -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #include "rtl8188e/halphyrf_8188e_win.h" -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ #include "rtl8188e/halphyrf_8188e_ap.h" -+#endif -+#endif //88E END -+ -+#if (RTL8192E_SUPPORT==1) -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #include "rtl8192e/halphyrf_8192e_win.h" /*FOR_8192E_IQK*/ -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ #include "rtl8192e/halphyrf_8192e_ap.h" /*FOR_8192E_IQK*/ -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8192e/halphyrf_8192e_ce.h" /*FOR_8192E_IQK*/ -+ #endif -+ -+#include "rtl8192e/phydm_rtl8192e.h" //FOR_8192E_IQK -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+ #include "rtl8192e/halhwimg8192e_bb.h" -+ #include "rtl8192e/halhwimg8192e_mac.h" -+ #include "rtl8192e/halhwimg8192e_rf.h" -+ #include "rtl8192e/phydm_regconfig8192e.h" -+ #include "rtl8192e/halhwimg8192e_fw.h" -+ #include "rtl8192e/hal8192ereg.h" -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8192e_hal.h" -+#endif -+#endif //92E END -+ -+#if (RTL8812A_SUPPORT==1) -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #include "rtl8812a/halphyrf_8812a_win.h" -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ #include "rtl8812a/halphyrf_8812a_ap.h" -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8812a/halphyrf_8812a_ce.h" -+ #endif -+ -+ //#include "rtl8812a/HalPhyRf_8812A.h" //FOR_8812_IQK -+ #if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+ #include "rtl8812a/halhwimg8812a_bb.h" -+ #include "rtl8812a/halhwimg8812a_mac.h" -+ #include "rtl8812a/halhwimg8812a_rf.h" -+ #include "rtl8812a/phydm_regconfig8812a.h" -+ #include "rtl8812a/halhwimg8812a_fw.h" -+ #include "rtl8812a/phydm_rtl8812a.h" -+ #endif -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8812a_hal.h" -+ #endif -+ -+#endif //8812 END -+ -+#if (RTL8814A_SUPPORT==1) -+ -+#include "rtl8814a/halhwimg8814a_mac.h" -+#include "rtl8814a/halhwimg8814a_rf.h" -+#include "rtl8814a/halhwimg8814a_bb.h" -+#if (DM_ODM_SUPPORT_TYPE != ODM_AP) -+ #include "rtl8814a/halhwimg8814a_fw.h" -+ #include "rtl8814a/phydm_rtl8814a.h" -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #include "rtl8814a/halphyrf_8814a_win.h" -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8814a/halphyrf_8814a_ce.h" -+#elif (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ #include "rtl8814a/halphyrf_8814a_ap.h" -+#endif -+ #include "rtl8814a/phydm_regconfig8814a.h" -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8814a_hal.h" -+ #include "rtl8814a/phydm_iqk_8814a.h" -+#endif -+#endif //8814 END -+ -+#if (RTL8881A_SUPPORT==1)//FOR_8881_IQK -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#include "rtl8821a/phydm_iqk_8821a_win.h" -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+#include "rtl8821a/phydm_iqk_8821a_ce.h" -+#else -+#include "rtl8821a/phydm_iqk_8821a_ap.h" -+#endif -+//#include "rtl8881a/HalHWImg8881A_BB.h" -+//#include "rtl8881a/HalHWImg8881A_MAC.h" -+//#include "rtl8881a/HalHWImg8881A_RF.h" -+//#include "rtl8881a/odm_RegConfig8881A.h" -+#endif -+ -+#if (RTL8723B_SUPPORT==1) -+#include "rtl8723b/halhwimg8723b_mac.h" -+#include "rtl8723b/halhwimg8723b_rf.h" -+#include "rtl8723b/halhwimg8723b_bb.h" -+#include "rtl8723b/halhwimg8723b_fw.h" -+#include "rtl8723b/phydm_regconfig8723b.h" -+#include "rtl8723b/phydm_rtl8723b.h" -+#include "rtl8723b/hal8723breg.h" -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #include "rtl8723b/halphyrf_8723b_win.h" -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8723b/halphyrf_8723b_ce.h" -+ #include "rtl8723b/halhwimg8723b_mp.h" -+ #include "rtl8723b_hal.h" -+#endif -+#endif -+ -+#if (RTL8821A_SUPPORT==1) -+#include "rtl8821a/halhwimg8821a_mac.h" -+#include "rtl8821a/halhwimg8821a_rf.h" -+#include "rtl8821a/halhwimg8821a_bb.h" -+#include "rtl8821a/halhwimg8821a_fw.h" -+#include "rtl8821a/phydm_regconfig8821a.h" -+#include "rtl8821a/phydm_rtl8821a.h" -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #include "rtl8821a/halphyrf_8821a_win.h" -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include "rtl8821a/halphyrf_8821a_ce.h" -+ #include "rtl8821a/phydm_iqk_8821a_ce.h"/*for IQK*/ -+ #include "rtl8812a/halphyrf_8812a_ce.h"/*for IQK,LCK,Power-tracking*/ -+ #include "rtl8812a_hal.h" -+#else -+#endif -+#endif -+ -+#if (RTL8821B_SUPPORT==1) -+#include "rtl8821b/halhwimg8821b_mac.h" -+#include "rtl8821b/halhwimg8821b_rf.h" -+#include "rtl8821b/halhwimg8821b_bb.h" -+#include "rtl8821b/halhwimg8821b_fw.h" -+#include "rtl8821b/phydm_regconfig8821b.h" -+#include "rtl8821b/halhwimg8821b_testchip_mac.h" -+#include "rtl8821b/halhwimg8821b_testchip_rf.h" -+#include "rtl8821b/halhwimg8821b_testchip_bb.h" -+#include "rtl8821b/halhwimg8821b_testchip_fw.h" -+#include "rtl8821b/halphyrf_8821b.h" -+#endif -+ -+#if (RTL8822B_SUPPORT==1) -+#include "rtl8822b/halhwimg8822b_mac.h" -+#include "rtl8822b/halhwimg8822b_rf.h" -+#include "rtl8822b/halhwimg8822b_bb.h" -+/*#include "rtl8822b/halhwimg8822b_fw.h"*/ -+#include "rtl8822b/phydm_regconfig8822b.h" -+#include "rtl8822b/halphyrf_8822b.h" -+#include "rtl8822b/phydm_rtl8822b.h" -+#include "rtl8822b/phydm_hal_api8822b.h" -+#include "rtl8822b/version_rtl8822b.h" -+#endif -+ -+#if (RTL8703B_SUPPORT==1) -+#include "rtl8703b/phydm_regconfig8703b.h" -+#include "rtl8703b/halhwimg8703b_mac.h" -+#include "rtl8703b/halhwimg8703b_rf.h" -+#include "rtl8703b/halhwimg8703b_bb.h" -+#include "rtl8703b/halhwimg8703b_fw.h" -+#include "rtl8703b/halphyrf_8703b.h" -+#include "rtl8703b/version_rtl8703b.h" -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+#include "rtl8703b_hal.h" -+#endif -+#endif -+ -+#if (RTL8188F_SUPPORT == 1) -+#include "rtl8188f/halhwimg8188f_mac.h" -+#include "rtl8188f/halhwimg8188f_rf.h" -+#include "rtl8188f/halhwimg8188f_bb.h" -+#include "rtl8188f/halhwimg8188f_fw.h" -+#include "rtl8188f/hal8188freg.h" -+#include "rtl8188f/phydm_rtl8188f.h" -+#include "rtl8188f/phydm_regconfig8188f.h" -+#include "rtl8188f/halphyrf_8188f.h" /* for IQK,LCK,Power-tracking */ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+#include "rtl8188f_hal.h" -+#endif -+#endif -+ -+#endif // __ODM_PRECOMP_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_pre_define.h linux/3rdparty/rtl8812au/hal/phydm/phydm_pre_define.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_pre_define.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_pre_define.h 2017-06-07 23:07:21.019688305 +0300 -@@ -0,0 +1,615 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __PHYDMPREDEFINE_H__ -+#define __PHYDMPREDEFINE_H__ -+ -+//1 ============================================================ -+//1 Definition -+//1 ============================================================ -+ -+//Max path of IC -+#define MAX_PATH_NUM_92CS 2 -+#define MAX_PATH_NUM_8188E 1 -+#define MAX_PATH_NUM_8192E 2 -+#define MAX_PATH_NUM_8723B 1 -+#define MAX_PATH_NUM_8812A 2 -+#define MAX_PATH_NUM_8821A 1 -+#define MAX_PATH_NUM_8814A 4 -+#define MAX_PATH_NUM_8822B 2 -+#define MAX_PATH_NUM_8821B 2 -+#define MAX_PATH_NUM_8703B 1 -+#define MAX_PATH_NUM_8188F 1 -+ -+//Max RF path -+#define ODM_RF_PATH_MAX 2 -+#define ODM_RF_PATH_MAX_JAGUAR 4 -+ -+//number of entry -+#if(DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ #define ASSOCIATE_ENTRY_NUM MACID_NUM_SW_LIMIT /* Max size of AsocEntry[].*/ -+ #define ODM_ASSOCIATE_ENTRY_NUM ASSOCIATE_ENTRY_NUM -+#elif(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ #define ASSOCIATE_ENTRY_NUM NUM_STAT -+ #define ODM_ASSOCIATE_ENTRY_NUM (ASSOCIATE_ENTRY_NUM+1) -+#else -+ #define ODM_ASSOCIATE_ENTRY_NUM ((ASSOCIATE_ENTRY_NUM*3)+1) -+#endif -+ -+/* -----MGN rate--------------------------------- */ -+ -+#define ODM_MGN_1M 0x02 -+#define ODM_MGN_2M 0x04 -+#define ODM_MGN_5_5M 0x0b -+#define ODM_MGN_11M 0x16 -+ -+#define ODM_MGN_6M 0x0c -+#define ODM_MGN_9M 0x12 -+#define ODM_MGN_12M 0x18 -+#define ODM_MGN_18M 0x24 -+#define ODM_MGN_24M 0x30 -+#define ODM_MGN_36M 0x48 -+#define ODM_MGN_48M 0x60 -+#define ODM_MGN_54M 0x6c -+ -+/*TxHT = 1*/ -+#define ODM_MGN_MCS0 0x80 -+#define ODM_MGN_MCS1 0x81 -+#define ODM_MGN_MCS2 0x82 -+#define ODM_MGN_MCS3 0x83 -+#define ODM_MGN_MCS4 0x84 -+#define ODM_MGN_MCS5 0x85 -+#define ODM_MGN_MCS6 0x86 -+#define ODM_MGN_MCS7 0x87 -+#define ODM_MGN_MCS8 0x88 -+#define ODM_MGN_MCS9 0x89 -+#define ODM_MGN_MCS10 0x8a -+#define ODM_MGN_MCS11 0x8b -+#define ODM_MGN_MCS12 0x8c -+#define ODM_MGN_MCS13 0x8d -+#define ODM_MGN_MCS14 0x8e -+#define ODM_MGN_MCS15 0x8f -+#define ODM_MGN_VHT1SS_MCS0 0x90 -+#define ODM_MGN_VHT1SS_MCS1 0x91 -+#define ODM_MGN_VHT1SS_MCS2 0x92 -+#define ODM_MGN_VHT1SS_MCS3 0x93 -+#define ODM_MGN_VHT1SS_MCS4 0x94 -+#define ODM_MGN_VHT1SS_MCS5 0x95 -+#define ODM_MGN_VHT1SS_MCS6 0x96 -+#define ODM_MGN_VHT1SS_MCS7 0x97 -+#define ODM_MGN_VHT1SS_MCS8 0x98 -+#define ODM_MGN_VHT1SS_MCS9 0x99 -+#define ODM_MGN_VHT2SS_MCS0 0x9a -+#define ODM_MGN_VHT2SS_MCS1 0x9b -+#define ODM_MGN_VHT2SS_MCS2 0x9c -+#define ODM_MGN_VHT2SS_MCS3 0x9d -+#define ODM_MGN_VHT2SS_MCS4 0x9e -+#define ODM_MGN_VHT2SS_MCS5 0x9f -+#define ODM_MGN_VHT2SS_MCS6 0xa0 -+#define ODM_MGN_VHT2SS_MCS7 0xa1 -+#define ODM_MGN_VHT2SS_MCS8 0xa2 -+#define ODM_MGN_VHT2SS_MCS9 0xa3 -+ -+#define ODM_MGN_MCS0_SG 0xc0 -+#define ODM_MGN_MCS1_SG 0xc1 -+#define ODM_MGN_MCS2_SG 0xc2 -+#define ODM_MGN_MCS3_SG 0xc3 -+#define ODM_MGN_MCS4_SG 0xc4 -+#define ODM_MGN_MCS5_SG 0xc5 -+#define ODM_MGN_MCS6_SG 0xc6 -+#define ODM_MGN_MCS7_SG 0xc7 -+#define ODM_MGN_MCS8_SG 0xc8 -+#define ODM_MGN_MCS9_SG 0xc9 -+#define ODM_MGN_MCS10_SG 0xca -+#define ODM_MGN_MCS11_SG 0xcb -+#define ODM_MGN_MCS12_SG 0xcc -+#define ODM_MGN_MCS13_SG 0xcd -+#define ODM_MGN_MCS14_SG 0xce -+#define ODM_MGN_MCS15_SG 0xcf -+ -+/* -----DESC rate--------------------------------- */ -+ -+#define ODM_RATEMCS15_SG 0x1c -+#define ODM_RATEMCS32 0x20 -+ -+ -+// CCK Rates, TxHT = 0 -+#define ODM_RATE1M 0x00 -+#define ODM_RATE2M 0x01 -+#define ODM_RATE5_5M 0x02 -+#define ODM_RATE11M 0x03 -+// OFDM Rates, TxHT = 0 -+#define ODM_RATE6M 0x04 -+#define ODM_RATE9M 0x05 -+#define ODM_RATE12M 0x06 -+#define ODM_RATE18M 0x07 -+#define ODM_RATE24M 0x08 -+#define ODM_RATE36M 0x09 -+#define ODM_RATE48M 0x0A -+#define ODM_RATE54M 0x0B -+// MCS Rates, TxHT = 1 -+#define ODM_RATEMCS0 0x0C -+#define ODM_RATEMCS1 0x0D -+#define ODM_RATEMCS2 0x0E -+#define ODM_RATEMCS3 0x0F -+#define ODM_RATEMCS4 0x10 -+#define ODM_RATEMCS5 0x11 -+#define ODM_RATEMCS6 0x12 -+#define ODM_RATEMCS7 0x13 -+#define ODM_RATEMCS8 0x14 -+#define ODM_RATEMCS9 0x15 -+#define ODM_RATEMCS10 0x16 -+#define ODM_RATEMCS11 0x17 -+#define ODM_RATEMCS12 0x18 -+#define ODM_RATEMCS13 0x19 -+#define ODM_RATEMCS14 0x1A -+#define ODM_RATEMCS15 0x1B -+#define ODM_RATEMCS16 0x1C -+#define ODM_RATEMCS17 0x1D -+#define ODM_RATEMCS18 0x1E -+#define ODM_RATEMCS19 0x1F -+#define ODM_RATEMCS20 0x20 -+#define ODM_RATEMCS21 0x21 -+#define ODM_RATEMCS22 0x22 -+#define ODM_RATEMCS23 0x23 -+#define ODM_RATEMCS24 0x24 -+#define ODM_RATEMCS25 0x25 -+#define ODM_RATEMCS26 0x26 -+#define ODM_RATEMCS27 0x27 -+#define ODM_RATEMCS28 0x28 -+#define ODM_RATEMCS29 0x29 -+#define ODM_RATEMCS30 0x2A -+#define ODM_RATEMCS31 0x2B -+#define ODM_RATEVHTSS1MCS0 0x2C -+#define ODM_RATEVHTSS1MCS1 0x2D -+#define ODM_RATEVHTSS1MCS2 0x2E -+#define ODM_RATEVHTSS1MCS3 0x2F -+#define ODM_RATEVHTSS1MCS4 0x30 -+#define ODM_RATEVHTSS1MCS5 0x31 -+#define ODM_RATEVHTSS1MCS6 0x32 -+#define ODM_RATEVHTSS1MCS7 0x33 -+#define ODM_RATEVHTSS1MCS8 0x34 -+#define ODM_RATEVHTSS1MCS9 0x35 -+#define ODM_RATEVHTSS2MCS0 0x36 -+#define ODM_RATEVHTSS2MCS1 0x37 -+#define ODM_RATEVHTSS2MCS2 0x38 -+#define ODM_RATEVHTSS2MCS3 0x39 -+#define ODM_RATEVHTSS2MCS4 0x3A -+#define ODM_RATEVHTSS2MCS5 0x3B -+#define ODM_RATEVHTSS2MCS6 0x3C -+#define ODM_RATEVHTSS2MCS7 0x3D -+#define ODM_RATEVHTSS2MCS8 0x3E -+#define ODM_RATEVHTSS2MCS9 0x3F -+#define ODM_RATEVHTSS3MCS0 0x40 -+#define ODM_RATEVHTSS3MCS1 0x41 -+#define ODM_RATEVHTSS3MCS2 0x42 -+#define ODM_RATEVHTSS3MCS3 0x43 -+#define ODM_RATEVHTSS3MCS4 0x44 -+#define ODM_RATEVHTSS3MCS5 0x45 -+#define ODM_RATEVHTSS3MCS6 0x46 -+#define ODM_RATEVHTSS3MCS7 0x47 -+#define ODM_RATEVHTSS3MCS8 0x48 -+#define ODM_RATEVHTSS3MCS9 0x49 -+#define ODM_RATEVHTSS4MCS0 0x4A -+#define ODM_RATEVHTSS4MCS1 0x4B -+#define ODM_RATEVHTSS4MCS2 0x4C -+#define ODM_RATEVHTSS4MCS3 0x4D -+#define ODM_RATEVHTSS4MCS4 0x4E -+#define ODM_RATEVHTSS4MCS5 0x4F -+#define ODM_RATEVHTSS4MCS6 0x50 -+#define ODM_RATEVHTSS4MCS7 0x51 -+#define ODM_RATEVHTSS4MCS8 0x52 -+#define ODM_RATEVHTSS4MCS9 0x53 -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #define ODM_NUM_RATE_IDX (ODM_RATEVHTSS4MCS9+1) -+#else -+ #if (RTL8192E_SUPPORT == 1) -+ #define ODM_NUM_RATE_IDX (ODM_RATEMCS15+1) -+ #elif (RTL8723B_SUPPORT == 1) || (RTL8188E_SUPPORT == 1) || (RTL8188F_SUPPORT == 1) -+ #define ODM_NUM_RATE_IDX (ODM_RATEMCS7+1) -+ #elif (RTL8821A_SUPPORT == 1) || (RTL8881A_SUPPORT == 1) -+ #define ODM_NUM_RATE_IDX (ODM_RATEVHTSS1MCS9+1) -+ #elif (RTL8812A_SUPPORT == 1) -+ #define ODM_NUM_RATE_IDX (ODM_RATEVHTSS2MCS9+1) -+ #elif(RTL8814A_SUPPORT == 1) -+ #define ODM_NUM_RATE_IDX (ODM_RATEVHTSS3MCS9+1) -+ #else -+ #define ODM_NUM_RATE_IDX (ODM_RATEVHTSS4MCS9+1) -+ #endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#define CONFIG_SFW_SUPPORTED -+#endif -+ -+//1 ============================================================ -+//1 enumeration -+//1 ============================================================ -+ -+ -+// ODM_CMNINFO_INTERFACE -+typedef enum tag_ODM_Support_Interface_Definition -+{ -+ ODM_ITRF_PCIE = 0x1, -+ ODM_ITRF_USB = 0x2, -+ ODM_ITRF_SDIO = 0x4, -+ ODM_ITRF_ALL = 0x7, -+}ODM_INTERFACE_E; -+ -+// ODM_CMNINFO_IC_TYPE -+typedef enum tag_ODM_Support_IC_Type_Definition -+{ -+ ODM_RTL8192S = BIT0, -+ ODM_RTL8192C = BIT1, -+ ODM_RTL8192D = BIT2, -+ ODM_RTL8723A = BIT3, -+ ODM_RTL8188E = BIT4, -+ ODM_RTL8812 = BIT5, -+ ODM_RTL8821 = BIT6, -+ ODM_RTL8192E = BIT7, -+ ODM_RTL8723B = BIT8, -+ ODM_RTL8814A = BIT9, -+ ODM_RTL8881A = BIT10, -+ ODM_RTL8821B = BIT11, -+ ODM_RTL8822B = BIT12, -+ ODM_RTL8703B = BIT13, -+ ODM_RTL8195A = BIT14, -+ ODM_RTL8188F = BIT15 -+}ODM_IC_TYPE_E; -+ -+ -+ -+ -+#define ODM_IC_11N_SERIES (ODM_RTL8192S|ODM_RTL8192C|ODM_RTL8192D|ODM_RTL8723A|ODM_RTL8188E|ODM_RTL8192E|ODM_RTL8723B|ODM_RTL8703B|ODM_RTL8188F) -+#define ODM_IC_11AC_SERIES (ODM_RTL8812|ODM_RTL8821|ODM_RTL8814A|ODM_RTL8881A|ODM_RTL8821B|ODM_RTL8822B) -+#define ODM_IC_TXBF_SUPPORT (ODM_RTL8192E|ODM_RTL8812|ODM_RTL8821|ODM_RTL8814A|ODM_RTL8881A|ODM_RTL8822B) -+#define ODM_IC_11N_GAIN_IDX_EDCCA (ODM_RTL8195A|ODM_RTL8703B|ODM_RTL8188F) -+#define ODM_IC_11AC_GAIN_IDX_EDCCA (ODM_RTL8814A|ODM_RTL8822B) -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+#ifdef RTK_AC_SUPPORT -+#define ODM_IC_11AC_SERIES_SUPPORT 1 -+#else -+#define ODM_IC_11AC_SERIES_SUPPORT 0 -+#endif -+ -+#define ODM_IC_11N_SERIES_SUPPORT 1 -+#define ODM_CONFIG_BT_COEXIST 0 -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+#define ODM_IC_11AC_SERIES_SUPPORT 1 -+#define ODM_IC_11N_SERIES_SUPPORT 1 -+#define ODM_CONFIG_BT_COEXIST 1 -+ -+#else -+ -+#if((RTL8192C_SUPPORT == 1) || (RTL8192D_SUPPORT == 1) || (RTL8723A_SUPPORT == 1) || (RTL8188E_SUPPORT == 1) ||\ -+(RTL8723B_SUPPORT == 1) || (RTL8192E_SUPPORT == 1) || (RTL8195A_SUPPORT == 1) || (RTL8703B_SUPPORT == 1) || \ -+(RTL8188F_SUPPORT == 1)) -+#define ODM_IC_11N_SERIES_SUPPORT 1 -+#define ODM_IC_11AC_SERIES_SUPPORT 0 -+#else -+#define ODM_IC_11N_SERIES_SUPPORT 0 -+#define ODM_IC_11AC_SERIES_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_BT_COEXIST -+#define ODM_CONFIG_BT_COEXIST 1 -+#else -+#define ODM_CONFIG_BT_COEXIST 0 -+#endif -+ -+#endif -+ -+ -+//ODM_CMNINFO_CUT_VER -+typedef enum tag_ODM_Cut_Version_Definition -+{ -+ ODM_CUT_A = 0, -+ ODM_CUT_B = 1, -+ ODM_CUT_C = 2, -+ ODM_CUT_D = 3, -+ ODM_CUT_E = 4, -+ ODM_CUT_F = 5, -+ -+ ODM_CUT_I = 8, -+ ODM_CUT_J = 9, -+ ODM_CUT_K = 10, -+ ODM_CUT_TEST = 15, -+}ODM_CUT_VERSION_E; -+ -+// ODM_CMNINFO_FAB_VER -+typedef enum tag_ODM_Fab_Version_Definition -+{ -+ ODM_TSMC = 0, -+ ODM_UMC = 1, -+}ODM_FAB_E; -+ -+// ODM_CMNINFO_RF_TYPE -+// -+// For example 1T2R (A+AB = BIT0|BIT4|BIT5) -+// -+typedef enum tag_ODM_RF_Path_Bit_Definition -+{ -+ ODM_RF_A = BIT0, -+ ODM_RF_B = BIT1, -+ ODM_RF_C = BIT2, -+ ODM_RF_D = BIT3, -+}ODM_RF_PATH_E; -+ -+typedef enum tag_PHYDM_RF_TX_NUM { -+ ODM_1T = 1, -+ ODM_2T = 2, -+ ODM_3T = 3, -+ ODM_4T = 4, -+} ODM_RF_TX_NUM_E; -+ -+typedef enum tag_ODM_RF_Type_Definition { -+ ODM_1T1R, -+ ODM_1T2R, -+ ODM_2T2R, -+ ODM_2T2R_GREEN, -+ ODM_2T3R, -+ ODM_2T4R, -+ ODM_3T3R, -+ ODM_3T4R, -+ ODM_4T4R, -+ ODM_XTXR -+}ODM_RF_TYPE_E; -+ -+ -+typedef enum tag_ODM_MAC_PHY_Mode_Definition -+{ -+ ODM_SMSP = 0, -+ ODM_DMSP = 1, -+ ODM_DMDP = 2, -+}ODM_MAC_PHY_MODE_E; -+ -+ -+typedef enum tag_BT_Coexist_Definition -+{ -+ ODM_BT_BUSY = 1, -+ ODM_BT_ON = 2, -+ ODM_BT_OFF = 3, -+ ODM_BT_NONE = 4, -+}ODM_BT_COEXIST_E; -+ -+// ODM_CMNINFO_OP_MODE -+typedef enum tag_Operation_Mode_Definition -+{ -+ ODM_NO_LINK = BIT0, -+ ODM_LINK = BIT1, -+ ODM_SCAN = BIT2, -+ ODM_POWERSAVE = BIT3, -+ ODM_AP_MODE = BIT4, -+ ODM_CLIENT_MODE = BIT5, -+ ODM_AD_HOC = BIT6, -+ ODM_WIFI_DIRECT = BIT7, -+ ODM_WIFI_DISPLAY = BIT8, -+}ODM_OPERATION_MODE_E; -+ -+// ODM_CMNINFO_WM_MODE -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+typedef enum tag_Wireless_Mode_Definition -+{ -+ ODM_WM_UNKNOW = 0x0, -+ ODM_WM_B = BIT0, -+ ODM_WM_G = BIT1, -+ ODM_WM_A = BIT2, -+ ODM_WM_N24G = BIT3, -+ ODM_WM_N5G = BIT4, -+ ODM_WM_AUTO = BIT5, -+ ODM_WM_AC = BIT6, -+}ODM_WIRELESS_MODE_E; -+#else -+typedef enum tag_Wireless_Mode_Definition -+{ -+ ODM_WM_UNKNOWN = 0x00,/*0x0*/ -+ ODM_WM_A = BIT0, /* 0x1*/ -+ ODM_WM_B = BIT1, /* 0x2*/ -+ ODM_WM_G = BIT2,/* 0x4*/ -+ ODM_WM_AUTO = BIT3,/* 0x8*/ -+ ODM_WM_N24G = BIT4,/* 0x10*/ -+ ODM_WM_N5G = BIT5,/* 0x20*/ -+ ODM_WM_AC_5G = BIT6,/* 0x40*/ -+ ODM_WM_AC_24G = BIT7,/* 0x80*/ -+ ODM_WM_AC_ONLY = BIT8,/* 0x100*/ -+ ODM_WM_MAX = BIT11/* 0x800*/ -+ -+}ODM_WIRELESS_MODE_E; -+#endif -+ -+// ODM_CMNINFO_BAND -+typedef enum tag_Band_Type_Definition -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ ODM_BAND_2_4G = BIT0, -+ ODM_BAND_5G = BIT1, -+#else -+ ODM_BAND_2_4G = 0, -+ ODM_BAND_5G, -+ ODM_BAND_ON_BOTH, -+ ODM_BANDMAX -+#endif -+}ODM_BAND_TYPE_E; -+ -+ -+// ODM_CMNINFO_SEC_CHNL_OFFSET -+typedef enum tag_Secondary_Channel_Offset_Definition -+{ -+ ODM_DONT_CARE = 0, -+ ODM_BELOW = 1, -+ ODM_ABOVE = 2 -+}ODM_SEC_CHNL_OFFSET_E; -+ -+// ODM_CMNINFO_SEC_MODE -+typedef enum tag_Security_Definition -+{ -+ ODM_SEC_OPEN = 0, -+ ODM_SEC_WEP40 = 1, -+ ODM_SEC_TKIP = 2, -+ ODM_SEC_RESERVE = 3, -+ ODM_SEC_AESCCMP = 4, -+ ODM_SEC_WEP104 = 5, -+ ODM_WEP_WPA_MIXED = 6, // WEP + WPA -+ ODM_SEC_SMS4 = 7, -+}ODM_SECURITY_E; -+ -+// ODM_CMNINFO_BW -+typedef enum tag_Bandwidth_Definition -+{ -+ ODM_BW20M = 0, -+ ODM_BW40M = 1, -+ ODM_BW80M = 2, -+ ODM_BW160M = 3, -+ ODM_BW5M = 4, -+ ODM_BW10M = 5, -+ ODM_BW_MAX = 6 -+}ODM_BW_E; -+ -+// ODM_CMNINFO_CHNL -+ -+// ODM_CMNINFO_BOARD_TYPE -+typedef enum tag_Board_Definition -+{ -+ ODM_BOARD_DEFAULT = 0, // The DEFAULT case. -+ ODM_BOARD_MINICARD = BIT(0), // 0 = non-mini card, 1= mini card. -+ ODM_BOARD_SLIM = BIT(1), // 0 = non-slim card, 1 = slim card -+ ODM_BOARD_BT = BIT(2), // 0 = without BT card, 1 = with BT -+ ODM_BOARD_EXT_PA = BIT(3), // 0 = no 2G ext-PA, 1 = existing 2G ext-PA -+ ODM_BOARD_EXT_LNA = BIT(4), // 0 = no 2G ext-LNA, 1 = existing 2G ext-LNA -+ ODM_BOARD_EXT_TRSW = BIT(5), // 0 = no ext-TRSW, 1 = existing ext-TRSW -+ ODM_BOARD_EXT_PA_5G = BIT(6), // 0 = no 5G ext-PA, 1 = existing 5G ext-PA -+ ODM_BOARD_EXT_LNA_5G= BIT(7), // 0 = no 5G ext-LNA, 1 = existing 5G ext-LNA -+}ODM_BOARD_TYPE_E; -+ -+typedef enum tag_ODM_Package_Definition -+{ -+ ODM_PACKAGE_DEFAULT = 0, -+ ODM_PACKAGE_QFN68 = BIT(0), -+ ODM_PACKAGE_TFBGA90 = BIT(1), -+ ODM_PACKAGE_TFBGA79 = BIT(2), -+}ODM_Package_TYPE_E; -+ -+typedef enum tag_ODM_TYPE_GPA_Definition { -+ TYPE_GPA0 = 0x0000, -+ TYPE_GPA1 = 0x0055, -+ TYPE_GPA2 = 0x00AA, -+ TYPE_GPA3 = 0x00FF, -+ TYPE_GPA4 = 0x5500, -+ TYPE_GPA5 = 0x5555, -+ TYPE_GPA6 = 0x55AA, -+ TYPE_GPA7 = 0x55FF, -+ TYPE_GPA8 = 0xAA00, -+ TYPE_GPA9 = 0xAA55, -+ TYPE_GPA10 = 0xAAAA, -+ TYPE_GPA11 = 0xAAFF, -+ TYPE_GPA12 = 0xFF00, -+ TYPE_GPA13 = 0xFF55, -+ TYPE_GPA14 = 0xFFAA, -+ TYPE_GPA15 = 0xFFFF, -+}ODM_TYPE_GPA_E; -+ -+typedef enum tag_ODM_TYPE_APA_Definition { -+ TYPE_APA0 = 0x0000, -+ TYPE_APA1 = 0x0055, -+ TYPE_APA2 = 0x00AA, -+ TYPE_APA3 = 0x00FF, -+ TYPE_APA4 = 0x5500, -+ TYPE_APA5 = 0x5555, -+ TYPE_APA6 = 0x55AA, -+ TYPE_APA7 = 0x55FF, -+ TYPE_APA8 = 0xAA00, -+ TYPE_APA9 = 0xAA55, -+ TYPE_APA10 = 0xAAAA, -+ TYPE_APA11 = 0xAAFF, -+ TYPE_APA12 = 0xFF00, -+ TYPE_APA13 = 0xFF55, -+ TYPE_APA14 = 0xFFAA, -+ TYPE_APA15 = 0xFFFF, -+}ODM_TYPE_APA_E; -+ -+typedef enum tag_ODM_TYPE_GLNA_Definition { -+ TYPE_GLNA0 = 0x0000, -+ TYPE_GLNA1 = 0x0055, -+ TYPE_GLNA2 = 0x00AA, -+ TYPE_GLNA3 = 0x00FF, -+ TYPE_GLNA4 = 0x5500, -+ TYPE_GLNA5 = 0x5555, -+ TYPE_GLNA6 = 0x55AA, -+ TYPE_GLNA7 = 0x55FF, -+ TYPE_GLNA8 = 0xAA00, -+ TYPE_GLNA9 = 0xAA55, -+ TYPE_GLNA10 = 0xAAAA, -+ TYPE_GLNA11 = 0xAAFF, -+ TYPE_GLNA12 = 0xFF00, -+ TYPE_GLNA13 = 0xFF55, -+ TYPE_GLNA14 = 0xFFAA, -+ TYPE_GLNA15 = 0xFFFF, -+}ODM_TYPE_GLNA_E; -+ -+typedef enum tag_ODM_TYPE_ALNA_Definition { -+ TYPE_ALNA0 = 0x0000, -+ TYPE_ALNA1 = 0x0055, -+ TYPE_ALNA2 = 0x00AA, -+ TYPE_ALNA3 = 0x00FF, -+ TYPE_ALNA4 = 0x5500, -+ TYPE_ALNA5 = 0x5555, -+ TYPE_ALNA6 = 0x55AA, -+ TYPE_ALNA7 = 0x55FF, -+ TYPE_ALNA8 = 0xAA00, -+ TYPE_ALNA9 = 0xAA55, -+ TYPE_ALNA10 = 0xAAAA, -+ TYPE_ALNA11 = 0xAAFF, -+ TYPE_ALNA12 = 0xFF00, -+ TYPE_ALNA13 = 0xFF55, -+ TYPE_ALNA14 = 0xFFAA, -+ TYPE_ALNA15 = 0xFFFF, -+}ODM_TYPE_ALNA_E; -+ -+ -+typedef enum _ODM_RF_RADIO_PATH { -+ ODM_RF_PATH_A = 0, //Radio Path A -+ ODM_RF_PATH_B = 1, //Radio Path B -+ ODM_RF_PATH_C = 2, //Radio Path C -+ ODM_RF_PATH_D = 3, //Radio Path D -+ ODM_RF_PATH_AB, -+ ODM_RF_PATH_AC, -+ ODM_RF_PATH_AD, -+ ODM_RF_PATH_BC, -+ ODM_RF_PATH_BD, -+ ODM_RF_PATH_CD, -+ ODM_RF_PATH_ABC, -+ ODM_RF_PATH_ACD, -+ ODM_RF_PATH_BCD, -+ ODM_RF_PATH_ABCD, -+ // ODM_RF_PATH_MAX, //Max RF number 90 support -+} ODM_RF_RADIO_PATH_E, *PODM_RF_RADIO_PATH_E; -+ -+typedef enum _ODM_PARAMETER_INIT { -+ ODM_PRE_SETTING = 0, -+ ODM_POST_SETTING = 1, -+} ODM_PARAMETER_INIT_E; -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.c linux/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.c 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,2565 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+#if (defined(CONFIG_RA_DBG_CMD)) -+VOID -+ODM_C2HRaParaReportHandler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ u1Byte para_idx = CmdBuf[0]; //Retry Penalty, NH, NL -+ u1Byte RateTypeStart = CmdBuf[1]; -+ u1Byte RateTypeLength = CmdLen - 2; -+ u1Byte i; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[ From FW C2H RA Para ] CmdBuf[0]= (( %d ))\n", CmdBuf[0])); -+ -+ if (para_idx == RADBG_RTY_PENALTY) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" |Rate Index| |RTY Penality Index| \n")); -+ -+ for (i = 0 ; i < (RateTypeLength) ; i++) { -+ if (pRA_Table->is_ra_dbg_init) -+ pRA_Table->RTY_P_default[RateTypeStart + i] = CmdBuf[2 + i]; -+ -+ pRA_Table->RTY_P[RateTypeStart + i] = CmdBuf[2 + i]; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("%8d %15d \n", (RateTypeStart + i), pRA_Table->RTY_P[RateTypeStart + i])); -+ } -+ -+ } else if (para_idx == RADBG_N_HIGH) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" |Rate Index| |N-High| \n")); -+ -+ -+ } else if (para_idx == RADBG_N_LOW){ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" |Rate Index| |N-Low| \n")); -+ -+ } -+ else if (para_idx == RADBG_RATE_UP_RTY_RATIO) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" |Rate Index| |Rate Up RTY Ratio| \n")); -+ -+ for (i = 0 ; i < (RateTypeLength) ; i++) { -+ if (pRA_Table->is_ra_dbg_init) -+ pRA_Table->RATE_UP_RTY_RATIO_default[RateTypeStart + i] = CmdBuf[2 + i]; -+ -+ pRA_Table->RATE_UP_RTY_RATIO[RateTypeStart + i] = CmdBuf[2 + i]; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("%8d %15d \n", (RateTypeStart + i), pRA_Table->RATE_UP_RTY_RATIO[RateTypeStart + i])); -+ } -+ } else if (para_idx == RADBG_RATE_DOWN_RTY_RATIO) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" |Rate Index| |Rate Down RTY Ratio| \n")); -+ -+ for (i = 0 ; i < (RateTypeLength) ; i++) { -+ if (pRA_Table->is_ra_dbg_init) -+ pRA_Table->RATE_DOWN_RTY_RATIO_default[RateTypeStart + i] = CmdBuf[2 + i]; -+ -+ pRA_Table->RATE_DOWN_RTY_RATIO[RateTypeStart + i] = CmdBuf[2 + i]; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("%8d %15d \n", (RateTypeStart + i), pRA_Table->RATE_DOWN_RTY_RATIO[RateTypeStart + i])); -+ } -+ } else if (para_idx == RADBG_DEBUG_MONITOR1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("-------------------------------\n")); -+ if (pDM_Odm->SupportICType & PHYDM_IC_3081_SERIES) { -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "RSSI =", CmdBuf[1])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "Rate =", CmdBuf[2] & 0x7f)); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "SGI =", (CmdBuf[2] & 0x80) >> 7)); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "BW =", CmdBuf[3])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "BW_max =", CmdBuf[4])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "multi_rate0 =", CmdBuf[5])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "multi_rate1 =", CmdBuf[6])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "DISRA =", CmdBuf[7])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "VHT_EN =", CmdBuf[8])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "SGI_support =", CmdBuf[9])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "try_ness =", CmdBuf[10])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "pre_rate =", CmdBuf[11])); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "RSSI =", CmdBuf[1])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %x \n", "BW =", CmdBuf[2])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "DISRA =", CmdBuf[3])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "VHT_EN =", CmdBuf[4])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "Hightest Rate =", CmdBuf[5])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "Lowest Rate =", CmdBuf[6])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "SGI_support =", CmdBuf[7])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "Rate_ID =", CmdBuf[8]));; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("-------------------------------\n")); -+ } else if (para_idx == RADBG_DEBUG_MONITOR2) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("-------------------------------\n")); -+ if (pDM_Odm->SupportICType & PHYDM_IC_3081_SERIES) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %d \n", "RateID =", CmdBuf[1])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "highest_rate =", CmdBuf[2])); -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s 0x%x \n", "lowest_rate =", CmdBuf[3])); -+ -+ for (i = 4 ; i <= 11 ; i++) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("RAMASK = 0x%x \n", CmdBuf[i])); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s %x%x %x%x %x%x %x%x \n", "RA Mask:", -+ CmdBuf[8], CmdBuf[7], CmdBuf[6], CmdBuf[5], CmdBuf[4], CmdBuf[3], CmdBuf[2], CmdBuf[1])); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("-------------------------------\n")); -+ } else if (para_idx == RADBG_DEBUG_MONITOR3) { -+ -+ for (i = 0 ; i < (CmdLen - 1) ; i++) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("content[%d] = %d \n", i, CmdBuf[1 + i])); -+ } else if (para_idx == RADBG_DEBUG_MONITOR4) -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("%5s {%d.%d} \n", "RA Version =", CmdBuf[1], CmdBuf[2])); -+ -+} -+ -+VOID -+odm_RA_ParaAdjust_Send_H2C( -+ IN PVOID pDM_VOID -+) -+{ -+ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u1Byte H2C_Parameter[6] = {0}; -+ -+ H2C_Parameter[0] = RA_FIRST_MACID; -+ -+ //ODM_RT_TRACE(pDM_Odm,PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("RA_Para_feedback_req= (( %d )) \n",pRA_Table->RA_Para_feedback_req )); -+ if (pRA_Table->RA_Para_feedback_req) { //H2C_Parameter[5]=1 ; ask FW for all RA parameters -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[H2C] Ask FW for RA parameter \n")); -+ H2C_Parameter[5] |= BIT1; //ask FW to report RA parameters -+ H2C_Parameter[1] = pRA_Table->para_idx; //pRA_Table->para_idx; -+ pRA_Table->RA_Para_feedback_req = 0; -+ } else { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[H2C] Send H2C to FW for modifying RA parameter \n")); -+ -+ H2C_Parameter[1] = pRA_Table->para_idx; -+ H2C_Parameter[2] = pRA_Table->rate_idx; -+ //1 [8 bit] -+ if (pRA_Table->para_idx == RADBG_RTY_PENALTY || pRA_Table->para_idx == RADBG_RATE_UP_RTY_RATIO || pRA_Table->para_idx == RADBG_RATE_DOWN_RTY_RATIO) { -+ H2C_Parameter[3] = pRA_Table->value; -+ H2C_Parameter[4] = 0; -+ } -+ //1 [16 bit] -+ else { //if ((pRA_Table->rate_idx==RADBG_N_HIGH)||(pRA_Table->rate_idx==RADBG_N_LOW)) -+ H2C_Parameter[3] = (u1Byte)(((pRA_Table->value_16) & 0xf0) >> 4); //byte1 -+ H2C_Parameter[4] = (u1Byte)((pRA_Table->value_16) & 0x0f); //byte0 -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" H2C_Parameter[1] = 0x%x \n", H2C_Parameter[1])); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" H2C_Parameter[2] = 0x%x \n", H2C_Parameter[2])); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" H2C_Parameter[3] = 0x%x \n", H2C_Parameter[3])); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" H2C_Parameter[4] = 0x%x \n", H2C_Parameter[4])); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" H2C_Parameter[5] = 0x%x \n", H2C_Parameter[5])); -+ -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_RA_PARA_ADJUST, 6, H2C_Parameter); -+ -+} -+ -+ -+VOID -+odm_RA_ParaAdjust( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u1Byte para_idx = pRA_Table->para_idx; -+ u1Byte rate_idx = pRA_Table->rate_idx; -+ u1Byte value = pRA_Table->value; -+ u1Byte Pre_value = 0xff; -+ -+ BOOLEAN sign = 0; -+ -+ if (pRA_Table->para_idx == RADBG_RTY_PENALTY) { -+ Pre_value = pRA_Table->RTY_P[rate_idx]; -+ pRA_Table->RTY_P[rate_idx] = value; -+ pRA_Table->RTY_P_modify_note[rate_idx] = 1; -+ } else if (pRA_Table->para_idx == RADBG_N_HIGH) { -+ -+ } else if (pRA_Table->para_idx == RADBG_N_LOW) { -+ -+ } else if (pRA_Table->para_idx == RADBG_RATE_UP_RTY_RATIO) { -+ Pre_value = pRA_Table->RATE_UP_RTY_RATIO[rate_idx]; -+ pRA_Table->RATE_UP_RTY_RATIO[rate_idx] = value; -+ pRA_Table->RATE_UP_RTY_RATIO_modify_note[rate_idx] = 1; -+ } else if (pRA_Table->para_idx == RADBG_RATE_DOWN_RTY_RATIO) { -+ Pre_value = pRA_Table->RATE_DOWN_RTY_RATIO[rate_idx]; -+ pRA_Table->RATE_DOWN_RTY_RATIO[rate_idx] = value; -+ pRA_Table->RATE_DOWN_RTY_RATIO_modify_note[rate_idx] = 1; -+ } -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" Change RA Papa[%d], Rate[ %d ], ((%d)) -> ((%d)) \n", pRA_Table->para_idx, rate_idx, Pre_value, value)); -+ odm_RA_ParaAdjust_Send_H2C(pDM_Odm); -+} -+ -+ -+VOID -+phydm_ra_print_msg( -+ IN PVOID pDM_VOID, -+ IN u1Byte *value, -+ IN u1Byte *value_default, -+ IN u1Byte *modify_note -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u4Byte i; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" |Rate index| |Current-value| |Default-value| |Modify?| \n")); -+ for (i = 0 ; i <= (pRA_Table->rate_length); i++) { -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" [ %d ] %20d %25d %20s \n", i, value[i], value_default[i], ((modify_note[i] == 1) ? "V" : " . "))); -+#else -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" [ %d ] %10d %14d %14s \n", i, value[i], value_default[i], ((modify_note[i] == 1) ? "V" : " . "))); -+#endif -+ } -+ -+} -+ -+VOID -+odm_RA_debug( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ pRA_Table->is_ra_dbg_init = FALSE; -+ -+ if (dm_value[0] == 100) { /*1 Print RA Parameters*/ -+ u1Byte default_pointer_value; -+ u1Byte *pvalue; -+ u1Byte *pvalue_default; -+ u1Byte *pmodify_note; -+ -+ pvalue = pvalue_default = pmodify_note = &default_pointer_value; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("\n------------------------------------------------------------------------------------\n")); -+ -+ if (dm_value[1] == RADBG_RTY_PENALTY) { /* [1]*/ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" [1] RTY_PENALTY\n")); -+ pvalue = &(pRA_Table->RTY_P[0]); -+ pvalue_default = &(pRA_Table->RTY_P_default[0]); -+ pmodify_note = (u1Byte *)&(pRA_Table->RTY_P_modify_note[0]); -+ } else if (dm_value[1] == RADBG_N_HIGH) { /* [2]*/ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" [2] N_HIGH\n")); -+ -+ } else if (dm_value[1] == RADBG_N_LOW) { /*[3]*/ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" [3] N_LOW\n")); -+ -+ } else if (dm_value[1] == RADBG_RATE_UP_RTY_RATIO) { /* [8]*/ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" [8] RATE_UP_RTY_RATIO\n")); -+ pvalue = &(pRA_Table->RATE_UP_RTY_RATIO[0]); -+ pvalue_default = &(pRA_Table->RATE_UP_RTY_RATIO_default[0]); -+ pmodify_note = (u1Byte *)&(pRA_Table->RATE_UP_RTY_RATIO_modify_note[0]); -+ } else if (dm_value[1] == RADBG_RATE_DOWN_RTY_RATIO) { /* [9]*/ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" [9] RATE_DOWN_RTY_RATIO\n")); -+ pvalue = &(pRA_Table->RATE_DOWN_RTY_RATIO[0]); -+ pvalue_default = &(pRA_Table->RATE_DOWN_RTY_RATIO_default[0]); -+ pmodify_note = (u1Byte *)&(pRA_Table->RATE_DOWN_RTY_RATIO_modify_note[0]); -+ } -+ -+ phydm_ra_print_msg(pDM_Odm, pvalue, pvalue_default, pmodify_note); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("\n------------------------------------------------------------------------------------\n\n")); -+ -+ } else if (dm_value[0] == 101) { -+ pRA_Table->para_idx = (u1Byte)dm_value[1]; -+ -+ pRA_Table->RA_Para_feedback_req = 1; -+ odm_RA_ParaAdjust_Send_H2C(pDM_Odm); -+ } else { -+ pRA_Table->para_idx = (u1Byte)dm_value[0]; -+ pRA_Table->rate_idx = (u1Byte)dm_value[1]; -+ pRA_Table->value = (u1Byte)dm_value[2]; -+ -+ odm_RA_ParaAdjust(pDM_Odm); -+ } -+ -+} -+ -+VOID -+odm_RA_ParaAdjust_init( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u1Byte i; -+ u1Byte ra_para_pool_u8[3] = { RADBG_RTY_PENALTY, RADBG_RATE_UP_RTY_RATIO, RADBG_RATE_DOWN_RTY_RATIO}; -+ /* -+ RTY_PENALTY = 1, //u8 -+ N_HIGH = 2, -+ N_LOW = 3, -+ RATE_UP_TABLE = 4, -+ RATE_DOWN_TABLE = 5, -+ TRYING_NECESSARY = 6, -+ DROPING_NECESSARY = 7, -+ RATE_UP_RTY_RATIO = 8, //u8 -+ RATE_DOWN_RTY_RATIO= 9, //u8 -+ ALL_PARA = 0xff -+ -+ */ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("odm_RA_ParaAdjust_init \n")); -+ -+ pRA_Table->is_ra_dbg_init = TRUE; -+ for (i = 0; i < 3; i++) { -+ pRA_Table->RA_Para_feedback_req = 1; -+ pRA_Table->para_idx = ra_para_pool_u8[i]; -+ odm_RA_ParaAdjust_Send_H2C(pDM_Odm); -+ } -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8192E) -+ pRA_Table->rate_length = ODM_RATEMCS15; -+ else if ((pDM_Odm->SupportICType == ODM_RTL8723B) || (pDM_Odm->SupportICType == ODM_RTL8188E)) -+ pRA_Table->rate_length = ODM_RATEMCS7; -+ else if ((pDM_Odm->SupportICType == ODM_RTL8821) || (pDM_Odm->SupportICType == ODM_RTL8881A)) -+ pRA_Table->rate_length = ODM_RATEVHTSS1MCS9; -+ else if (pDM_Odm->SupportICType == ODM_RTL8812) -+ pRA_Table->rate_length = ODM_RATEVHTSS2MCS9; -+ else if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ pRA_Table->rate_length = ODM_RATEVHTSS3MCS9; -+ else -+ pRA_Table->rate_length = ODM_RATEVHTSS4MCS9; -+ -+} -+ -+#else -+ -+VOID -+ODM_C2HRaParaReportHandler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+) -+{ -+} -+ -+VOID -+odm_RA_debug( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value -+) -+{ -+} -+ -+VOID -+odm_RA_ParaAdjust_init( -+ IN PVOID pDM_VOID -+) -+ -+{ -+} -+ -+#endif //#if (defined(CONFIG_RA_DBG_CMD)) -+ -+VOID -+phydm_ra_dynamic_retry_count( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ PSTA_INFO_T pEntry; -+ u1Byte i, retry_offset; -+ u4Byte ma_rx_tp; -+ /*ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("pDM_Odm->pre_b_noisy = %d\n", pDM_Odm->pre_b_noisy ));*/ -+ if (pDM_Odm->pre_b_noisy != pDM_Odm->NoisyDecision) { -+ -+ if (pDM_Odm->NoisyDecision) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("->Noisy Env. RA fallback value\n")); -+ ODM_SetMACReg(pDM_Odm, 0x430, bMaskDWord, 0x0); -+ ODM_SetMACReg(pDM_Odm, 0x434, bMaskDWord, 0x04030201); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("->Clean Env. RA fallback value\n")); -+ ODM_SetMACReg(pDM_Odm, 0x430, bMaskDWord, 0x02010000); -+ ODM_SetMACReg(pDM_Odm, 0x434, bMaskDWord, 0x06050403); -+ } -+ pDM_Odm->pre_b_noisy = pDM_Odm->NoisyDecision; -+ } -+} -+ -+#if (defined(CONFIG_RA_DYNAMIC_RTY_LIMIT)) -+ -+VOID -+phydm_retry_limit_table_bound( -+ IN PVOID pDM_VOID, -+ IN u1Byte *retry_limit, -+ IN u1Byte offset -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ if (*retry_limit > offset) { -+ -+ *retry_limit -= offset; -+ -+ if (*retry_limit < pRA_Table->retrylimit_low) -+ *retry_limit = pRA_Table->retrylimit_low; -+ else if (*retry_limit > pRA_Table->retrylimit_high) -+ *retry_limit = pRA_Table->retrylimit_high; -+ } else -+ *retry_limit = pRA_Table->retrylimit_low; -+} -+ -+VOID -+phydm_reset_retry_limit_table( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u1Byte i; -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) /*support all IC platform*/ -+ -+ #else -+ #if ((RTL8192E_SUPPORT == 1) || (RTL8723B_SUPPORT == 1) || (RTL8188E_SUPPORT == 1)) -+ u1Byte per_rate_retrylimit_table_20M[ODM_RATEMCS15+1] = { -+ 1, 1, 2, 4, /*CCK*/ -+ 2, 2, 4, 6, 8, 12, 16, 18, /*OFDM*/ -+ 2, 4, 6, 8, 12, 18, 20, 22, /*20M HT-1SS*/ -+ 2, 4, 6, 8, 12, 18, 20, 22 /*20M HT-2SS*/ -+ }; -+ u1Byte per_rate_retrylimit_table_40M[ODM_RATEMCS15+1] = { -+ 1, 1, 2, 4, /*CCK*/ -+ 2, 2, 4, 6, 8, 12, 16, 18, /*OFDM*/ -+ 4, 8, 12, 16, 24, 32, 32, 32, /*40M HT-1SS*/ -+ 4, 8, 12, 16, 24, 32, 32, 32 /*40M HT-2SS*/ -+ }; -+ -+ #elif (RTL8821A_SUPPORT == 1) || (RTL8881A_SUPPORT == 1) -+ -+ #elif (RTL8812A_SUPPORT == 1) -+ -+ #elif(RTL8814A_SUPPORT == 1) -+ -+ #else -+ -+ #endif -+ #endif -+ -+ memcpy(&(pRA_Table->per_rate_retrylimit_20M[0]), &(per_rate_retrylimit_table_20M[0]), ODM_NUM_RATE_IDX); -+ memcpy(&(pRA_Table->per_rate_retrylimit_40M[0]), &(per_rate_retrylimit_table_40M[0]), ODM_NUM_RATE_IDX); -+ -+ for (i = 0; i < ODM_NUM_RATE_IDX; i++) { -+ phydm_retry_limit_table_bound(pDM_Odm, &(pRA_Table->per_rate_retrylimit_20M[i]), 0); -+ phydm_retry_limit_table_bound(pDM_Odm, &(pRA_Table->per_rate_retrylimit_40M[i]), 0); -+ } -+} -+ -+VOID -+phydm_ra_dynamic_retry_limit( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ PSTA_INFO_T pEntry; -+ u1Byte i, retry_offset; -+ u4Byte ma_rx_tp; -+ -+ -+ if (pDM_Odm->pre_number_active_client == pDM_Odm->number_active_client) { -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, (" pre_number_active_client == number_active_client\n")); -+ return; -+ -+ } else { -+ if (pDM_Odm->number_active_client == 1) { -+ phydm_reset_retry_limit_table(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("one client only->reset to default value\n")); -+ } else { -+ -+ retry_offset = pDM_Odm->number_active_client * pRA_Table->retry_descend_num; -+ -+ for (i = 0; i < ODM_NUM_RATE_IDX; i++) { -+ -+ phydm_retry_limit_table_bound(pDM_Odm, &(pRA_Table->per_rate_retrylimit_20M[i]), retry_offset); -+ phydm_retry_limit_table_bound(pDM_Odm, &(pRA_Table->per_rate_retrylimit_40M[i]), retry_offset); -+ } -+ } -+ } -+} -+ -+VOID -+phydm_ra_dynamic_retry_limit_init( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ pRA_Table->retry_descend_num = RA_RETRY_DESCEND_NUM; -+ pRA_Table->retrylimit_low = RA_RETRY_LIMIT_LOW; -+ pRA_Table->retrylimit_high = RA_RETRY_LIMIT_HIGH; -+ -+ phydm_reset_retry_limit_table(pDM_Odm); -+ -+} -+#else -+VOID -+phydm_ra_dynamic_retry_limit( -+ IN PVOID pDM_VOID -+) -+{ -+} -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+VOID -+phydm_ra_dynamic_rate_id_on_assoc( -+ IN PVOID pDM_VOID, -+ IN u1Byte wireless_mode, -+ IN u1Byte init_rate_id -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("[ON ASSOC] rf_mode = ((0x%x)), wireless_mode = ((0x%x)), init_rate_id = ((0x%x))\n", pDM_Odm->RFType, wireless_mode, init_rate_id)); -+ -+ if ((pDM_Odm->RFType == ODM_2T2R) | (pDM_Odm->RFType == ODM_2T2R_GREEN) | (pDM_Odm->RFType == ODM_2T3R) | (pDM_Odm->RFType == ODM_2T4R)) { -+ -+ if ((pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8192E)) && -+ (wireless_mode & (ODM_WM_N24G | ODM_WM_N5G)) -+ ){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("[ON ASSOC] set N-2SS ARFR5 table\n")); -+ ODM_SetMACReg(pDM_Odm, 0x4a4, bMaskDWord, 0xfc1ffff); /*N-2SS, ARFR5, rate_id = 0xe*/ -+ ODM_SetMACReg(pDM_Odm, 0x4a8, bMaskDWord, 0x0); /*N-2SS, ARFR5, rate_id = 0xe*/ -+ } else if ((pDM_Odm->SupportICType & (ODM_RTL8812)) && -+ (wireless_mode & (ODM_WM_AC_5G | ODM_WM_AC_24G | ODM_WM_AC_ONLY)) -+ ){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("[ON ASSOC] set AC-2SS ARFR0 table\n")); -+ ODM_SetMACReg(pDM_Odm, 0x444, bMaskDWord, 0x0fff); /*AC-2SS, ARFR0, rate_id = 0x9*/ -+ ODM_SetMACReg(pDM_Odm, 0x448, bMaskDWord, 0xff01f000); /*AC-2SS, ARFR0, rate_id = 0x9*/ -+ } -+ } -+ -+} -+ -+VOID -+phydm_ra_dynamic_rate_id_init( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8192E)) { -+ -+ ODM_SetMACReg(pDM_Odm, 0x4a4, bMaskDWord, 0xfc1ffff); /*N-2SS, ARFR5, rate_id = 0xe*/ -+ ODM_SetMACReg(pDM_Odm, 0x4a8, bMaskDWord, 0x0); /*N-2SS, ARFR5, rate_id = 0xe*/ -+ -+ ODM_SetMACReg(pDM_Odm, 0x444, bMaskDWord, 0x0fff); /*AC-2SS, ARFR0, rate_id = 0x9*/ -+ ODM_SetMACReg(pDM_Odm, 0x448, bMaskDWord, 0xff01f000); /*AC-2SS, ARFR0, rate_id = 0x9*/ -+ } -+} -+ -+VOID -+phydm_update_rate_id( -+ IN PVOID pDM_VOID, -+ IN u1Byte rate, -+ IN u1Byte platform_macid -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u1Byte current_tx_ss; -+ u1Byte rate_idx = rate & 0x7f; /*remove bit7 SGI*/ -+ u1Byte wireless_mode; -+ u1Byte phydm_macid; -+ PSTA_INFO_T pEntry; -+ -+ if (rate_idx >= ODM_RATEVHTSS2MCS0) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("Rate[%d]: (( VHT2SS-MCS%d ))\n", platform_macid, (rate_idx-ODM_RATEVHTSS2MCS0))); -+ /*dummy for SD4 check patch*/ -+ } else if (rate_idx >= ODM_RATEVHTSS1MCS0) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("Rate[%d]: (( VHT1SS-MCS%d ))\n", platform_macid, (rate_idx-ODM_RATEVHTSS1MCS0))); -+ /*dummy for SD4 check patch*/ -+ } else if (rate_idx >= ODM_RATEMCS0) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("Rate[%d]: (( HT-MCS%d ))\n", platform_macid, (rate_idx-ODM_RATEMCS0))); -+ /*dummy for SD4 check patch*/ -+ } else { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("Rate[%d]: (( HT-MCS%d ))\n", platform_macid, rate_idx)); -+ /*dummy for SD4 check patch*/ -+ } -+ -+ phydm_macid = pDM_Odm->platform2phydm_macid_table[platform_macid]; -+ pEntry = pDM_Odm->pODM_StaInfo[phydm_macid]; -+ -+ if (IS_STA_VALID(pEntry)) { -+ wireless_mode = pEntry->WirelessMode; -+ -+ if ((pDM_Odm->RFType == ODM_2T2R) | (pDM_Odm->RFType == ODM_2T2R_GREEN) | (pDM_Odm->RFType == ODM_2T3R) | (pDM_Odm->RFType == ODM_2T4R)) { -+ -+ pEntry->ratr_idx = pEntry->ratr_idx_init; -+ if (wireless_mode & (ODM_WM_N24G | ODM_WM_N5G)) { /*N mode*/ -+ if (rate_idx >= ODM_RATEMCS8 && rate_idx <= ODM_RATEMCS15) { /*2SS mode*/ -+ -+ pEntry->ratr_idx = ARFR_5_RATE_ID; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("ARFR_5\n")); -+ } -+ } else if (wireless_mode & (ODM_WM_AC_5G | ODM_WM_AC_24G | ODM_WM_AC_ONLY)) {/*AC mode*/ -+ if (rate_idx >= ODM_RATEVHTSS2MCS0 && rate_idx <= ODM_RATEVHTSS2MCS9) {/*2SS mode*/ -+ -+ pEntry->ratr_idx = ARFR_0_RATE_ID; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("ARFR_0\n")); -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("UPdate_RateID[%d]: (( 0x%x ))\n", platform_macid, pEntry->ratr_idx)); -+ } -+ } -+ -+} -+#endif -+ -+VOID -+phydm_c2h_ra_report_handler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ u1Byte legacy_table[12] = {1,2,5,11,6,9,12,18,24,36,48,54}; -+ u1Byte macid = CmdBuf[1]; -+ -+ u1Byte rate = CmdBuf[0]; -+ u1Byte rate_idx = rate & 0x7f; /*remove bit7 SGI*/ -+ u1Byte vht_en=(rate_idx >= ODM_RATEVHTSS1MCS0)? 1 :0; -+ u1Byte b_sgi = (rate & 0x80)>>7; -+ -+ u1Byte pre_rate = pRA_Table->link_tx_rate[macid]; -+ u1Byte pre_rate_idx = pre_rate & 0x7f; /*remove bit7 SGI*/ -+ u1Byte pre_vht_en=(pre_rate_idx >= ODM_RATEVHTSS1MCS0)? 1 :0; -+ u1Byte pre_b_sgi = (pre_rate & 0x80)>>7; -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ GET_HAL_DATA(Adapter)->CurrentRARate = HwRateToMRate(rate_idx); -+ #endif -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ ODM_UpdateInitRate(pDM_Odm, rate_idx); -+ #endif -+ -+ /*ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD,("RA: rate_idx=0x%x , sgi = %d\n", rate_idx, b_sgi));*/ -+ /*if (pDM_Odm->SupportICType & (ODM_RTL8703B))*/ -+ { -+ if (CmdLen >= 4) { -+ if (CmdBuf[3] == 0) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("Init-Rate Update\n")); -+ /**/ -+ } else if (CmdBuf[3] == 0xff) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("FW Level: Fix rate\n")); -+ /**/ -+ } else if (CmdBuf[3] == 1) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("Try Success\n")); -+ /**/ -+ } else if (CmdBuf[3] == 2) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("Try Fail & Try Again\n")); -+ /**/ -+ } else if (CmdBuf[3] == 3) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("Rate Back\n")); -+ /**/ -+ } else if (CmdBuf[3] == 4) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("start rate by RSSI\n")); -+ /**/ -+ } else if (CmdBuf[3] == 5) { -+ ODM_RT_TRACE(pDM_Odm, ODM_FW_DEBUG_TRACE, ODM_DBG_LOUD, ("Try rate\n")); -+ /**/ -+ } -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("Tx Rate Update, MACID[%d] ( %s%s%s%s%d%s%s ) -> ( %s%s%s%s%d%s%s)\n", -+ macid, -+ ((pre_rate_idx >= ODM_RATEVHTSS1MCS0) && (pre_rate_idx <= ODM_RATEVHTSS1MCS9)) ? "VHT 1ss " : "", -+ ((pre_rate_idx >= ODM_RATEVHTSS2MCS0) && (pre_rate_idx <= ODM_RATEVHTSS2MCS9)) ? "VHT 2ss " : "", -+ ((pre_rate_idx >= ODM_RATEVHTSS3MCS0) && (pre_rate_idx <= ODM_RATEVHTSS3MCS9)) ? "VHT 3ss " : "", -+ (pre_rate_idx >= ODM_RATEMCS0) ? "MCS " : "", -+ (pre_vht_en) ? ((pre_rate_idx - ODM_RATEVHTSS1MCS0)%10) : ((pre_rate_idx >= ODM_RATEMCS0)? (pre_rate_idx - ODM_RATEMCS0) : ((pre_rate_idx <= ODM_RATE54M)?legacy_table[pre_rate_idx]:0)), -+ (pre_b_sgi) ? "-S" : " ", -+ (pre_rate_idx >= ODM_RATEMCS0) ? "" : "M", -+ ((rate_idx >= ODM_RATEVHTSS1MCS0) && (rate_idx <= ODM_RATEVHTSS1MCS9)) ? "VHT 1ss " : "", -+ ((rate_idx >= ODM_RATEVHTSS2MCS0) && (rate_idx <= ODM_RATEVHTSS2MCS9)) ? "VHT 2ss " : "", -+ ((rate_idx >= ODM_RATEVHTSS3MCS0) && (rate_idx <= ODM_RATEVHTSS3MCS9)) ? "VHT 3ss " : "", -+ (rate_idx >= ODM_RATEMCS0) ? "MCS " : "", -+ (vht_en) ? ((rate_idx - ODM_RATEVHTSS1MCS0)%10) : ((rate_idx >= ODM_RATEMCS0)? (rate_idx - ODM_RATEMCS0) : ((rate_idx <= ODM_RATE54M)?legacy_table[rate_idx]:0)), -+ (b_sgi) ? "-S" : " ", -+ (rate_idx >= ODM_RATEMCS0) ? "" : "M" )); -+ -+ pRA_Table->link_tx_rate[macid] = rate; -+ -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ if (pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8192E)) -+ phydm_update_rate_id(pDM_Odm, rate, macid); -+ #endif -+ -+} -+ -+VOID -+odm_RSSIMonitorInit( -+ IN PVOID pDM_VOID -+) -+{ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ pRA_Table->firstconnect = FALSE; -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ pRA_Table->PT_collision_pre = TRUE; //used in ODM_DynamicARFBSelect(WIN only) -+#endif -+#endif -+} -+ -+VOID -+ODM_RAPostActionOnAssoc( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ pDM_Odm->H2C_RARpt_connect = 1; -+ odm_RSSIMonitorCheck(pDM_Odm); -+ pDM_Odm->H2C_RARpt_connect = 0; -+} -+ -+VOID -+odm_RSSIMonitorCheck( -+ IN PVOID pDM_VOID -+) -+{ -+ // -+ // For AP/ADSL use prtl8192cd_priv -+ // For CE/NIC use PADAPTER -+ // -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ if (!(pDM_Odm->SupportAbility & ODM_BB_RSSI_MONITOR)) -+ return; -+ -+ // -+ // 2011/09/29 MH In HW integration first stage, we provide 4 different handle to operate -+ // at the same time. In the stage2/3, we need to prive universal interface and merge all -+ // HW dynamic mechanism. -+ // -+ switch (pDM_Odm->SupportPlatform) { -+ case ODM_WIN: -+ odm_RSSIMonitorCheckMP(pDM_Odm); -+ break; -+ -+ case ODM_CE: -+ odm_RSSIMonitorCheckCE(pDM_Odm); -+ break; -+ -+ case ODM_AP: -+ odm_RSSIMonitorCheckAP(pDM_Odm); -+ break; -+ -+ case ODM_ADSL: -+ //odm_DIGAP(pDM_Odm); -+ break; -+ } -+ -+} // odm_RSSIMonitorCheck -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+s4Byte -+phydm_FindMinimumRSSI( -+IN PDM_ODM_T pDM_Odm, -+IN PADAPTER pAdapter, -+IN OUT BOOLEAN *pbLink_temp -+ -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ BOOLEAN act_as_ap = ACTING_AS_AP(pAdapter); -+ -+ /*DbgPrint("bMediaConnect = %d, ACTING_AS_AP = %d , EntryMinUndecoratedSmoothedPWDB = %d\n", -+ pMgntInfo->bMediaConnect,act_as_ap,pHalData->EntryMinUndecoratedSmoothedPWDB);*/ -+ -+ -+ /* 1.Determine the minimum RSSI */ -+ if ((!pMgntInfo->bMediaConnect) || -+ (act_as_ap && (pHalData->EntryMinUndecoratedSmoothedPWDB == 0))) {/* We should check AP mode and Entry info.into consideration, revised by Roger, 2013.10.18*/ -+ -+ pHalData->MinUndecoratedPWDBForDM = 0; -+ *pbLink_temp = FALSE; -+ -+ } else -+ *pbLink_temp = TRUE; -+ -+ -+ if (pMgntInfo->bMediaConnect) { /* Default port*/ -+ -+ if (act_as_ap || pMgntInfo->mIbss) { -+ pHalData->MinUndecoratedPWDBForDM = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ /**/ -+ } else { -+ pHalData->MinUndecoratedPWDBForDM = pHalData->UndecoratedSmoothedPWDB; -+ /**/ -+ } -+ } else { /* associated entry pwdb*/ -+ pHalData->MinUndecoratedPWDBForDM = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ /**/ -+ } -+ -+ return pHalData->MinUndecoratedPWDBForDM; -+} -+ -+#endif -+ -+VOID -+odm_RSSIMonitorCheckMP( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte H2C_Parameter[4] = {0}; -+ u4Byte i; -+ BOOLEAN bExtRAInfo = FALSE; -+ u1Byte cmdlen = 3; -+ u1Byte TxBF_EN = 0, stbc_en = 0; -+ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PRT_WLAN_STA pEntry = NULL; -+ s4Byte tmpEntryMaxPWDB = 0, tmpEntryMinPWDB = 0xff; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ PMGNT_INFO pDefaultMgntInfo = &Adapter->MgntInfo; -+ u8Byte curTxOkCnt = 0, curRxOkCnt = 0; -+ //BOOLEAN FirstConnect = 0; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ -+#if (BEAMFORMING_SUPPORT == 1) -+ BEAMFORMING_CAP Beamform_cap = BEAMFORMING_CAP_NONE; -+#endif -+ -+ PADAPTER pLoopAdapter = GetDefaultAdapter(Adapter); -+ -+ if (pDM_Odm->SupportICType & EXT_RA_INFO_SUPPORT_IC) { -+ bExtRAInfo = TRUE; -+ cmdlen = 4; -+ } -+ -+ //FirstConnect = (pDM_Odm->bLinked) && (pDM_DigTable->bMediaConnect_0 == FALSE); -+ //pRA_Table->firstconnect = pHalData->bLinked; -+ -+ -+ /* -+ if(pDM_Odm->SupportICType == ODM_RTL8188E && (pDefaultMgntInfo->CustomerID==RT_CID_819x_HP)) -+ { -+ if(curRxOkCnt >(curTxOkCnt*6)) -+ PlatformEFIOWrite4Byte(Adapter, REG_ARFR0, 0x8f015); -+ else -+ PlatformEFIOWrite4Byte(Adapter, REG_ARFR0, 0xff015); -+ } -+ -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8812 || pDM_Odm->SupportICType == ODM_RTL8821 || -+ pDM_Odm->SupportICType == ODM_RTL8814A|| pDM_Odm->SupportICType == ODM_RTL8822B) -+ { -+ if(curRxOkCnt >(curTxOkCnt*6)) -+ H2C_Parameter[3]|=RAINFO_BE_RX_STATE; -+ } -+ */ -+ -+ while (pLoopAdapter) { -+ -+ if (pLoopAdapter != NULL) { -+ pMgntInfo = &pLoopAdapter->MgntInfo; -+ curTxOkCnt = pLoopAdapter->TxStats.NumTxBytesUnicast - pMgntInfo->lastTxOkCnt; -+ curRxOkCnt = pLoopAdapter->RxStats.NumRxBytesUnicast - pMgntInfo->lastRxOkCnt; -+ pMgntInfo->lastTxOkCnt = curTxOkCnt; -+ pMgntInfo->lastRxOkCnt = curRxOkCnt; -+ } -+ -+ for (i = 0; i < ASSOCIATE_ENTRY_NUM; i++) { -+ -+ if (IsAPModeExist(pLoopAdapter)) { -+ if (GetFirstExtAdapter(pLoopAdapter) != NULL && -+ GetFirstExtAdapter(pLoopAdapter) == pLoopAdapter) -+ pEntry = AsocEntry_EnumStation(pLoopAdapter, i); -+ else if (GetFirstGOPort(pLoopAdapter) != NULL && -+ IsFirstGoAdapter(pLoopAdapter)) -+ pEntry = AsocEntry_EnumStation(pLoopAdapter, i); -+ } else { -+ if (GetDefaultAdapter(pLoopAdapter) == pLoopAdapter) -+ pEntry = AsocEntry_EnumStation(pLoopAdapter, i); -+ } -+ -+ if (pEntry != NULL) { -+ if (pEntry->bAssociated) { -+ -+ RT_DISP_ADDR(FDM, DM_PWDB, ("pEntry->MacAddr ="), pEntry->MacAddr); -+ RT_DISP(FDM, DM_PWDB, ("pEntry->rssi = 0x%x(%d)\n", -+ pEntry->rssi_stat.UndecoratedSmoothedPWDB, pEntry->rssi_stat.UndecoratedSmoothedPWDB)); -+ -+ //2 BF_en -+#if (BEAMFORMING_SUPPORT) -+ Beamform_cap = phydm_Beamforming_GetEntryBeamCapByMacId(pDM_Odm, pEntry->AssociatedMacId); -+ if (Beamform_cap & (BEAMFORMER_CAP_HT_EXPLICIT | BEAMFORMER_CAP_VHT_SU)) -+ TxBF_EN = 1; -+#endif -+ //2 STBC_en -+ if ((IS_WIRELESS_MODE_AC(Adapter) && TEST_FLAG(pEntry->VHTInfo.STBC, STBC_VHT_ENABLE_TX)) || -+ TEST_FLAG(pEntry->HTInfo.STBC, STBC_HT_ENABLE_TX)) -+ stbc_en = 1; -+ -+ if (pEntry->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB) -+ tmpEntryMinPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB; -+ if (pEntry->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB) -+ tmpEntryMaxPWDB = pEntry->rssi_stat.UndecoratedSmoothedPWDB; -+ -+ if (bExtRAInfo) { -+ if (curRxOkCnt > (curTxOkCnt * 6)) -+ H2C_Parameter[3] |= RAINFO_BE_RX_STATE; -+ -+ if (TxBF_EN) -+ H2C_Parameter[3] |= RAINFO_BF_STATE; -+ else { -+ if (stbc_en) -+ H2C_Parameter[3] |= RAINFO_STBC_STATE; -+ } -+ -+ if ( pDM_Odm->NoisyDecision ) -+ { -+ H2C_Parameter[3] |= RAINFO_NOISY_STATE; // BIT2 -+ } -+ else -+ H2C_Parameter[3] &= (~RAINFO_NOISY_STATE); -+ -+ if (pDM_Odm->H2C_RARpt_connect) -+ H2C_Parameter[3] |= RAINFO_INIT_RSSI_RATE_STATE; -+ } -+ -+ H2C_Parameter[2] = (u1Byte)(pEntry->rssi_stat.UndecoratedSmoothedPWDB & 0xFF); -+ //H2C_Parameter[1] = 0x20; // fw v12 cmdid 5:use max macid ,for nic ,default macid is 0 ,max macid is 1 -+ H2C_Parameter[0] = (pEntry->AssociatedMacId); -+ -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_RSSI_REPORT, cmdlen, H2C_Parameter); -+ } -+ } else -+ break; -+ } -+ -+ pLoopAdapter = GetNextExtAdapter(pLoopAdapter); -+ } -+ -+ if (tmpEntryMaxPWDB != 0) { // If associated entry is found -+ pHalData->EntryMaxUndecoratedSmoothedPWDB = tmpEntryMaxPWDB; -+ RT_DISP(FDM, DM_PWDB, ("EntryMaxPWDB = 0x%x(%d)\n", tmpEntryMaxPWDB, tmpEntryMaxPWDB)); -+ } else -+ pHalData->EntryMaxUndecoratedSmoothedPWDB = 0; -+ -+ if (tmpEntryMinPWDB != 0xff) { // If associated entry is found -+ pHalData->EntryMinUndecoratedSmoothedPWDB = tmpEntryMinPWDB; -+ RT_DISP(FDM, DM_PWDB, ("EntryMinPWDB = 0x%x(%d)\n", tmpEntryMinPWDB, tmpEntryMinPWDB)); -+ -+ } else -+ pHalData->EntryMinUndecoratedSmoothedPWDB = 0; -+ -+ // Indicate Rx signal strength to FW. -+ if (pHalData->bUseRAMask) { -+ PRT_HIGH_THROUGHPUT pHTInfo = GET_HT_INFO(pDefaultMgntInfo); -+ PRT_VERY_HIGH_THROUGHPUT pVHTInfo = GET_VHT_INFO(pDefaultMgntInfo); -+ -+ //2 BF_en -+#if (BEAMFORMING_SUPPORT == 1) -+ Beamform_cap = phydm_Beamforming_GetEntryBeamCapByMacId(pDM_Odm, pDefaultMgntInfo->mMacId); -+ -+ if (Beamform_cap & (BEAMFORMER_CAP_HT_EXPLICIT | BEAMFORMER_CAP_VHT_SU)) -+ TxBF_EN = 1; -+#endif -+ -+ //2 STBC_en -+ if ((IS_WIRELESS_MODE_AC(Adapter) && TEST_FLAG(pVHTInfo->VhtCurStbc, STBC_VHT_ENABLE_TX)) || -+ TEST_FLAG(pHTInfo->HtCurStbc, STBC_HT_ENABLE_TX)) -+ stbc_en = 1; -+ -+ if (bExtRAInfo) { -+ if (TxBF_EN) -+ H2C_Parameter[3] |= RAINFO_BF_STATE; -+ else { -+ if (stbc_en) -+ H2C_Parameter[3] |= RAINFO_STBC_STATE; -+ } -+ -+ if (pDM_Odm->H2C_RARpt_connect) -+ H2C_Parameter[3] |= RAINFO_INIT_RSSI_RATE_STATE; -+ -+ if ( pDM_Odm->NoisyDecision==1 ) -+ { -+ H2C_Parameter[3] |= RAINFO_NOISY_STATE; // BIT2 -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_NOISY_DETECT, ODM_DBG_LOUD, ("[RSSIMonitorCheckMP] Send H2C to FW\n")); -+ } -+ else -+ H2C_Parameter[3] &= (~RAINFO_NOISY_STATE); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_NOISY_DETECT, ODM_DBG_LOUD, ("[RSSIMonitorCheckMP] H2C_Parameter=%x\n", H2C_Parameter[3])); -+ } -+ -+ H2C_Parameter[2] = (u1Byte)(pHalData->UndecoratedSmoothedPWDB & 0xFF); -+ //H2C_Parameter[1] = 0x20; // fw v12 cmdid 5:use max macid ,for nic ,default macid is 0 ,max macid is 1 -+ H2C_Parameter[0] = 0; // fw v12 cmdid 5:use max macid ,for nic ,default macid is 0 ,max macid is 1 -+ -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_RSSI_REPORT, cmdlen, H2C_Parameter); -+ -+ // BT 3.0 HS mode Rssi -+ if (pDM_Odm->bBtHsOperation) { -+ H2C_Parameter[2] = pDM_Odm->btHsRssi; -+ //H2C_Parameter[1] = 0x0; -+ H2C_Parameter[0] = 2; -+ -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_RSSI_REPORT, cmdlen, H2C_Parameter); -+ } -+ } else -+ PlatformEFIOWrite1Byte(Adapter, 0x4fe, (u1Byte)pHalData->UndecoratedSmoothedPWDB); -+ -+ if ((pDM_Odm->SupportICType == ODM_RTL8812) || (pDM_Odm->SupportICType == ODM_RTL8192E)) -+ odm_RSSIDumpToRegister(pDM_Odm); -+ -+ -+ { -+ PADAPTER pLoopAdapter = GetDefaultAdapter(Adapter); -+ BOOLEAN default_pointer_value, *pbLink_temp = &default_pointer_value; -+ s4Byte GlobalRSSI_min = 0xFF, LocalRSSI_Min; -+ BOOLEAN bLink = FALSE; -+ -+ while (pLoopAdapter) { -+ LocalRSSI_Min = phydm_FindMinimumRSSI(pDM_Odm, pLoopAdapter, pbLink_temp); -+ //DbgPrint("pHalData->bLinked=%d, LocalRSSI_Min=%d\n", pHalData->bLinked, LocalRSSI_Min); -+ if ((LocalRSSI_Min < GlobalRSSI_min) && (LocalRSSI_Min != 0)) -+ GlobalRSSI_min = LocalRSSI_Min; -+ -+ if (*pbLink_temp) -+ bLink = TRUE; -+ -+ pLoopAdapter = GetNextExtAdapter(pLoopAdapter); -+ } -+ -+ pHalData->bLinked = bLink; -+ ODM_CmnInfoUpdate(&pHalData->DM_OutSrc , ODM_CMNINFO_LINK, (u8Byte)bLink); -+ -+ if (bLink) -+ ODM_CmnInfoUpdate(&pHalData->DM_OutSrc, ODM_CMNINFO_RSSI_MIN, (u8Byte)GlobalRSSI_min); -+ else -+ ODM_CmnInfoUpdate(&pHalData->DM_OutSrc, ODM_CMNINFO_RSSI_MIN, 0); -+ -+ } -+ -+#endif // #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+} -+ -+VOID -+odm_RSSIMonitorCheckCE( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(Adapter); -+ int i; -+ int tmpEntryMaxPWDB = 0, tmpEntryMinPWDB = 0xff; -+ u8 sta_cnt = 0; -+ u32 UL_DL_STATE = 0, STBC_TX = 0, TxBF_EN = 0 ,NoiseState = 0; -+ u32 PWDB_rssi[NUM_STA] = {0}; //[0~15]:MACID, [16~31]:PWDB_rssi -+ BOOLEAN FirstConnect = FALSE; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ if (pDM_Odm->bLinked != _TRUE) -+ return; -+ -+#if((RTL8812A_SUPPORT==1)||(RTL8821A_SUPPORT==1)) -+ if ((pDM_Odm->SupportICType == ODM_RTL8812) || (pDM_Odm->SupportICType == ODM_RTL8821)) { -+ u64 curTxOkCnt = pdvobjpriv->traffic_stat.cur_tx_bytes; -+ u64 curRxOkCnt = pdvobjpriv->traffic_stat.cur_rx_bytes; -+ -+ if (curRxOkCnt > (curTxOkCnt * 6)) -+ UL_DL_STATE = 1; -+ else -+ UL_DL_STATE = 0; -+ } -+#endif -+ -+ FirstConnect = (pDM_Odm->bLinked) && (pRA_Table->firstconnect == FALSE); -+ pRA_Table->firstconnect = pDM_Odm->bLinked; -+ -+ if ( pDM_Odm->NoisyDecision ){ -+ NoiseState = 1; /* BIT2*/ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD,( "[RSSIMonitorCheckMP] Send H2C to FW\n")); -+ } -+ else -+ NoiseState = 0; -+ -+ -+ //if(check_fwstate(&Adapter->mlmepriv, WIFI_AP_STATE|WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE) == _TRUE) -+ { -+ struct sta_info *psta; -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ if (IS_STA_VALID(psta = pDM_Odm->pODM_StaInfo[i])) { -+ if (IS_MCAST(psta->hwaddr)) //if(psta->mac_id ==1) -+ continue; -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB == (-1)) -+ continue; -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB < tmpEntryMinPWDB) -+ tmpEntryMinPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB > tmpEntryMaxPWDB) -+ tmpEntryMaxPWDB = psta->rssi_stat.UndecoratedSmoothedPWDB; -+ -+#if 0 -+ DBG_871X("%s mac_id:%u, mac:"MAC_FMT", rssi:%d\n", __func__, -+ psta->mac_id, MAC_ARG(psta->hwaddr), psta->rssi_stat.UndecoratedSmoothedPWDB); -+#endif -+ -+ if (psta->rssi_stat.UndecoratedSmoothedPWDB != (-1)) { -+ -+ /*if (pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8812) */ -+ { -+#ifdef CONFIG_BEAMFORMING -+ #if (BEAMFORMING_SUPPORT == 1) -+ BEAMFORMING_CAP Beamform_cap = phydm_Beamforming_GetEntryBeamCapByMacId(pDM_Odm, psta->mac_id); -+ #else/*for drv beamforming*/ -+ BEAMFORMING_CAP Beamform_cap = beamforming_get_entry_beam_cap_by_mac_id(&Adapter->mlmepriv, psta->mac_id); -+ #endif -+ if (Beamform_cap & (BEAMFORMER_CAP_HT_EXPLICIT | BEAMFORMER_CAP_VHT_SU)) -+ TxBF_EN = 1; -+ else -+ TxBF_EN = 0; -+#endif /*#ifdef CONFIG_BEAMFORMING*/ -+ -+ if (TxBF_EN) -+ STBC_TX = 0; -+ else -+ { -+#ifdef CONFIG_80211AC_VHT -+ if (IsSupportedVHT(psta->wireless_mode)) -+ STBC_TX = TEST_FLAG(psta->vhtpriv.stbc_cap, STBC_VHT_ENABLE_TX); -+ else -+#endif -+ STBC_TX = TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX); -+ } -+ } -+ -+ -+ if ((pDM_Odm->SupportICType == ODM_RTL8192E) -+ || (pDM_Odm->SupportICType == ODM_RTL8812) || (pDM_Odm->SupportICType == ODM_RTL8821) -+ || (pDM_Odm->SupportICType == ODM_RTL8814A) -+ || (pDM_Odm->SupportICType == ODM_RTL8822B) -+ -+ ) { -+ PWDB_rssi[sta_cnt++] = (((u8)(psta->mac_id & 0xFF)) | ((psta->rssi_stat.UndecoratedSmoothedPWDB & 0x7F) << 16) | (STBC_TX << 25) | (NoiseState<<26) | (FirstConnect << 29) | (TxBF_EN << 30)); -+ } -+ else -+ PWDB_rssi[sta_cnt++] = (psta->mac_id | (psta->rssi_stat.UndecoratedSmoothedPWDB << 16) | (NoiseState<<26)); -+ -+ } -+ } -+ } -+ -+ //printk("%s==> sta_cnt(%d)\n",__FUNCTION__,sta_cnt); -+ -+ for (i = 0; i < sta_cnt; i++) { -+ if (PWDB_rssi[i] != (0)) { -+ if (pHalData->fw_ractrl == _TRUE) { // Report every sta's RSSI to FW -+#if((RTL8812A_SUPPORT==1)||(RTL8821A_SUPPORT==1)) -+ if ((pDM_Odm->SupportICType == ODM_RTL8812) || (pDM_Odm->SupportICType == ODM_RTL8821)) { -+ PWDB_rssi[i] |= (UL_DL_STATE << 24); -+ rtl8812_set_rssi_cmd(Adapter, (u8 *)(&PWDB_rssi[i])); -+ } -+#endif -+#if(RTL8192E_SUPPORT==1) -+ if (pDM_Odm->SupportICType == ODM_RTL8192E) -+ rtl8192e_set_rssi_cmd(Adapter, (u8 *)(&PWDB_rssi[i])); -+#endif -+#if(RTL8723B_SUPPORT==1) -+ if (pDM_Odm->SupportICType == ODM_RTL8723B) -+ rtl8723b_set_rssi_cmd(Adapter, (u8 *)(&PWDB_rssi[i])); -+#endif -+ -+#if(RTL8188E_SUPPORT==1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188E) -+ rtl8188e_set_rssi_cmd(Adapter, (u8 *)(&PWDB_rssi[i])); -+#endif -+ -+#if (RTL8814A_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8814A) -+ rtl8814_set_rssi_cmd(Adapter, (u8 *)(&PWDB_rssi[i])); -+#endif -+#if (RTL8188F_SUPPORT == 1) -+ if (pDM_Odm->SupportICType == ODM_RTL8188F) { -+ rtl8188f_set_rssi_cmd(Adapter, (u8 *)(&PWDB_rssi[i])); -+ } -+#endif -+ } else { -+#if((RTL8188E_SUPPORT==1)&&(RATE_ADAPTIVE_SUPPORT == 1)) -+ if (pDM_Odm->SupportICType == ODM_RTL8188E) { -+ ODM_RA_SetRSSI_8188E( -+ &(pHalData->odmpriv), (PWDB_rssi[i] & 0xFF), (u8)((PWDB_rssi[i] >> 16) & 0xFF)); -+ } -+#endif -+ } -+ } -+ } -+ } -+ -+ -+ -+ if (tmpEntryMaxPWDB != 0) // If associated entry is found -+ pHalData->EntryMaxUndecoratedSmoothedPWDB = tmpEntryMaxPWDB; -+ else -+ pHalData->EntryMaxUndecoratedSmoothedPWDB = 0; -+ -+ if (tmpEntryMinPWDB != 0xff) // If associated entry is found -+ pHalData->EntryMinUndecoratedSmoothedPWDB = tmpEntryMinPWDB; -+ else -+ pHalData->EntryMinUndecoratedSmoothedPWDB = 0; -+ -+ FindMinimumRSSI(Adapter);//get pdmpriv->MinUndecoratedPWDBForDM -+ -+ pDM_Odm->RSSI_Min = pHalData->MinUndecoratedPWDBForDM; -+ //ODM_CmnInfoUpdate(&pHalData->odmpriv ,ODM_CMNINFO_RSSI_MIN, pdmpriv->MinUndecoratedPWDBForDM); -+#endif//if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+} -+ -+ -+VOID -+odm_RSSIMonitorCheckAP( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+#if (RTL8812A_SUPPORT||RTL8881A_SUPPORT||RTL8192E_SUPPORT||RTL8814A_SUPPORT) -+ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte H2C_Parameter[4] = {0}; -+ u4Byte i; -+ BOOLEAN bExtRAInfo = FALSE; -+ u1Byte cmdlen = 3 ; -+ u1Byte TxBF_EN = 0, stbc_en = 0; -+ -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ PSTA_INFO_T pstat; -+ BOOLEAN act_bfer = FALSE; -+ -+#ifdef BEAMFORMING_SUPPORT -+#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) -+ pBDC_T pDM_BdcTable = &pDM_Odm->DM_BdcTable; -+ pDM_BdcTable->num_Txbfee_Client = 0; -+ pDM_BdcTable->num_Txbfer_Client = 0; -+#endif -+#endif -+ -+ if (pDM_Odm->H2C_RARpt_connect) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("[RA Init] First Connected\n")); -+ /**/ -+ } else if (priv->up_time % 2) -+ return; -+ -+ if (pDM_Odm->SupportICType & EXT_RA_INFO_SUPPORT_IC) { -+ bExtRAInfo = TRUE; -+ cmdlen = 4; -+ } -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ pstat = pDM_Odm->pODM_StaInfo[i]; -+ -+ if (IS_STA_VALID(pstat)) { -+ if (pstat->sta_in_firmware != 1) -+ continue; -+ -+ //2 BF_en -+#ifdef BEAMFORMING_SUPPORT -+ BEAMFORMING_CAP Beamform_cap = Beamforming_GetEntryBeamCapByMacId(priv, pstat->aid); -+ -+ if (Beamform_cap == BEAMFORMER_CAP_HT_EXPLICIT || Beamform_cap == BEAMFORMER_CAP_VHT_SU || -+ Beamform_cap == (BEAMFORMER_CAP_HT_EXPLICIT | BEAMFORMEE_CAP_HT_EXPLICIT) || -+ Beamform_cap == (BEAMFORMER_CAP_VHT_SU | BEAMFORMEE_CAP_VHT_SU)) { -+ TxBF_EN = 1; -+ act_bfer = TRUE; -+ } -+ -+#if (defined(CONFIG_HW_ANTENNA_DIVERSITY)) //BDC -+ -+ if (act_bfer == TRUE) { -+ pDM_BdcTable->w_BFee_Client[i] = 1; //AP act as BFer -+ pDM_BdcTable->num_Txbfee_Client++; -+ } else { -+ pDM_BdcTable->w_BFee_Client[i] = 0; //AP act as BFer -+ } -+ -+ if ((Beamform_cap & BEAMFORMEE_CAP_HT_EXPLICIT) || (Beamform_cap & BEAMFORMEE_CAP_VHT_SU)) { -+ pDM_BdcTable->w_BFer_Client[i] = 1; //AP act as BFee -+ pDM_BdcTable->num_Txbfer_Client++; -+ } else { -+ pDM_BdcTable->w_BFer_Client[i] = 0; //AP act as BFer -+ } -+#endif -+#endif -+ -+ //2 STBC_en -+ if ((priv->pmib->dot11nConfigEntry.dot11nSTBC) && -+ ((pstat->ht_cap_buf.ht_cap_info & cpu_to_le16(_HTCAP_RX_STBC_CAP_)) -+#ifdef RTK_AC_SUPPORT -+ || (pstat->vht_cap_buf.vht_cap_info & cpu_to_le32(_VHTCAP_RX_STBC_CAP_)) -+#endif -+ )) -+ stbc_en = 1; -+ -+ //2 RAINFO -+ -+ if (bExtRAInfo) { -+ if ((pstat->rx_avarage) > ((pstat->tx_avarage) * 6)) -+ H2C_Parameter[3] |= RAINFO_BE_RX_STATE; -+ -+ if (TxBF_EN) -+ H2C_Parameter[3] |= RAINFO_BF_STATE; -+ else { -+ if (stbc_en) -+ H2C_Parameter[3] |= RAINFO_STBC_STATE; -+ } -+ -+ if ( pDM_Odm->NoisyDecision ) -+ { -+ H2C_Parameter[3] |= RAINFO_NOISY_STATE; // BIT2 -+ } -+ else -+ H2C_Parameter[3] &= (~RAINFO_NOISY_STATE); -+ -+ if (pDM_Odm->H2C_RARpt_connect) { -+ H2C_Parameter[3] |= RAINFO_INIT_RSSI_RATE_STATE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("[RA Init] set Init rate by RSSI\n")); -+ } -+ -+ /*ODM_RT_TRACE(pDM_Odm,PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[RAINFO] H2C_Para[3] = %x\n",H2C_Parameter[3]));*/ -+ } -+ -+ H2C_Parameter[2] = (u1Byte)(pstat->rssi & 0xFF); -+ H2C_Parameter[0] = REMAP_AID(pstat); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_COMMON, ODM_DBG_LOUD, -+ ("H2C_Parameter[3]=%d\n", H2C_Parameter[3])); -+ -+ //ODM_RT_TRACE(pDM_Odm,PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[RSSI] H2C_Para[2] = %x, \n",H2C_Parameter[2])); -+ //ODM_RT_TRACE(pDM_Odm,PHYDM_COMP_RA_DBG, ODM_DBG_LOUD, ("[MACID] H2C_Para[0] = %x, \n",H2C_Parameter[0])); -+ -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_RSSI_REPORT, cmdlen, H2C_Parameter); -+ -+ } -+ } -+ -+#endif -+#endif -+ -+} -+ -+ -+VOID -+odm_RateAdaptiveMaskInit( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_RATE_ADAPTIVE pOdmRA = &pDM_Odm->RateAdaptive; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMGNT_INFO pMgntInfo = &pDM_Odm->Adapter->MgntInfo; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pDM_Odm->Adapter); -+ -+ pMgntInfo->Ratr_State = DM_RATR_STA_INIT; -+ -+ if (pMgntInfo->DM_Type == DM_Type_ByDriver) -+ pHalData->bUseRAMask = TRUE; -+ else -+ pHalData->bUseRAMask = FALSE; -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ pOdmRA->Type = DM_Type_ByDriver; -+ if (pOdmRA->Type == DM_Type_ByDriver) -+ pDM_Odm->bUseRAMask = _TRUE; -+ else -+ pDM_Odm->bUseRAMask = _FALSE; -+#endif -+ -+ pOdmRA->RATRState = DM_RATR_STA_INIT; -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ if (pDM_Odm->SupportICType == ODM_RTL8812) -+ pOdmRA->LdpcThres = 50; -+ else -+ pOdmRA->LdpcThres = 35; -+ -+ pOdmRA->RtsThres = 35; -+ -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ pOdmRA->LdpcThres = 35; -+ pOdmRA->bUseLdpc = FALSE; -+ -+#else -+ pOdmRA->UltraLowRSSIThresh = 9; -+ -+#endif -+ -+ pOdmRA->HighRSSIThresh = 50; -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) && \ -+ ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+ pOdmRA->LowRSSIThresh = 23; -+#else -+ pOdmRA->LowRSSIThresh = 20; -+#endif -+} -+/*----------------------------------------------------------------------------- -+ * Function: odm_RefreshRateAdaptiveMask() -+ * -+ * Overview: Update rate table mask according to rssi -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 05/27/2009 hpfan Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+odm_RefreshRateAdaptiveMask( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_TRACE, ("odm_RefreshRateAdaptiveMask()---------->\n")); -+ if (!(pDM_Odm->SupportAbility & ODM_BB_RA_MASK)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_TRACE, ("odm_RefreshRateAdaptiveMask(): Return cos not supported\n")); -+ return; -+ } -+ // -+ // 2011/09/29 MH In HW integration first stage, we provide 4 different handle to operate -+ // at the same time. In the stage2/3, we need to prive universal interface and merge all -+ // HW dynamic mechanism. -+ // -+ switch (pDM_Odm->SupportPlatform) { -+ case ODM_WIN: -+ odm_RefreshRateAdaptiveMaskMP(pDM_Odm); -+ break; -+ -+ case ODM_CE: -+ odm_RefreshRateAdaptiveMaskCE(pDM_Odm); -+ break; -+ -+ case ODM_AP: -+ case ODM_ADSL: -+ odm_RefreshRateAdaptiveMaskAPADSL(pDM_Odm); -+ break; -+ } -+ -+} -+ -+VOID -+odm_RefreshRateAdaptiveMaskMP( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ PADAPTER pTargetAdapter = NULL; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PMGNT_INFO pMgntInfo = GetDefaultMgntInfo(pAdapter); -+ -+ if (pAdapter->bDriverStopped) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_TRACE, ("<---- odm_RefreshRateAdaptiveMask(): driver is going to unload\n")); -+ return; -+ } -+ -+ if (!pHalData->bUseRAMask) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("<---- odm_RefreshRateAdaptiveMask(): driver does not control rate adaptive mask\n")); -+ return; -+ } -+ -+ // if default port is connected, update RA table for default port (infrastructure mode only) -+ if (pMgntInfo->mAssoc && (!ACTING_AS_AP(pAdapter))) { -+ odm_RefreshLdpcRtsMP(pAdapter, pDM_Odm, pMgntInfo->mMacId, pMgntInfo->IOTPeer, pHalData->UndecoratedSmoothedPWDB); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("odm_RefreshRateAdaptiveMask(): Infrasture Mode\n")); -+ if (ODM_RAStateCheck(pDM_Odm, pHalData->UndecoratedSmoothedPWDB, pMgntInfo->bSetTXPowerTrainingByOid, &pMgntInfo->Ratr_State)) { -+ ODM_PRINT_ADDR(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("Target AP addr : "), pMgntInfo->Bssid); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pHalData->UndecoratedSmoothedPWDB, pMgntInfo->Ratr_State)); -+ pAdapter->HalFunc.UpdateHalRAMaskHandler(pAdapter, pMgntInfo->mMacId, NULL, pMgntInfo->Ratr_State); -+ } else if (pDM_Odm->bChangeState) { -+ ODM_PRINT_ADDR(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("Target AP addr : "), pMgntInfo->Bssid); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("Change Power Training State, bDisablePowerTraining = %d\n", pDM_Odm->bDisablePowerTraining)); -+ pAdapter->HalFunc.UpdateHalRAMaskHandler(pAdapter, pMgntInfo->mMacId, NULL, pMgntInfo->Ratr_State); -+ } -+ } -+ -+ // -+ // The following part configure AP/VWifi/IBSS rate adaptive mask. -+ // -+ -+ if (pMgntInfo->mIbss) // Target: AP/IBSS peer. -+ pTargetAdapter = GetDefaultAdapter(pAdapter); -+ else -+ pTargetAdapter = GetFirstAPAdapter(pAdapter); -+ -+ // if extension port (softap) is started, updaet RA table for more than one clients associate -+ if (pTargetAdapter != NULL) { -+ int i; -+ PRT_WLAN_STA pEntry; -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ pEntry = AsocEntry_EnumStation(pTargetAdapter, i); -+ if (NULL != pEntry) { -+ if (pEntry->bAssociated) { -+ odm_RefreshLdpcRtsMP(pAdapter, pDM_Odm, pEntry->AssociatedMacId, pEntry->IOTPeer, pEntry->rssi_stat.UndecoratedSmoothedPWDB); -+ -+ if (ODM_RAStateCheck(pDM_Odm, pEntry->rssi_stat.UndecoratedSmoothedPWDB, pMgntInfo->bSetTXPowerTrainingByOid, &pEntry->Ratr_State)) { -+ ODM_PRINT_ADDR(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("Target STA addr : "), pEntry->MacAddr); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pEntry->rssi_stat.UndecoratedSmoothedPWDB, pEntry->Ratr_State)); -+ pAdapter->HalFunc.UpdateHalRAMaskHandler(pTargetAdapter, pEntry->AssociatedMacId, pEntry, pEntry->Ratr_State); -+ } else if (pDM_Odm->bChangeState) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("Change Power Training State, bDisablePowerTraining = %d\n", pDM_Odm->bDisablePowerTraining)); -+ pAdapter->HalFunc.UpdateHalRAMaskHandler(pAdapter, pMgntInfo->mMacId, NULL, pMgntInfo->Ratr_State); -+ } -+ } -+ } -+ } -+ } -+ -+ if (pMgntInfo->bSetTXPowerTrainingByOid) -+ pMgntInfo->bSetTXPowerTrainingByOid = FALSE; -+#endif // #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+} -+ -+ -+VOID -+odm_RefreshRateAdaptiveMaskCE( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i; -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ PODM_RATE_ADAPTIVE pRA = &pDM_Odm->RateAdaptive; -+ -+ if (RTW_CANNOT_RUN(pAdapter)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_TRACE, ("<---- odm_RefreshRateAdaptiveMask(): driver is going to unload\n")); -+ return; -+ } -+ -+ if (!pDM_Odm->bUseRAMask) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("<---- odm_RefreshRateAdaptiveMask(): driver does not control rate adaptive mask\n")); -+ return; -+ } -+ -+ //printk("==> %s \n",__FUNCTION__); -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ PSTA_INFO_T pstat = pDM_Odm->pODM_StaInfo[i]; -+ if (IS_STA_VALID(pstat)) { -+ if (IS_MCAST(pstat->hwaddr)) //if(psta->mac_id ==1) -+ continue; -+ if (IS_MCAST(pstat->hwaddr)) -+ continue; -+ -+#if((RTL8812A_SUPPORT==1)||(RTL8821A_SUPPORT==1)) -+ if ((pDM_Odm->SupportICType == ODM_RTL8812) || (pDM_Odm->SupportICType == ODM_RTL8821)) { -+ if (pstat->rssi_stat.UndecoratedSmoothedPWDB < pRA->LdpcThres) { -+ pRA->bUseLdpc = TRUE; -+ pRA->bLowerRtsRate = TRUE; -+ if ((pDM_Odm->SupportICType == ODM_RTL8821) && (pDM_Odm->CutVersion == ODM_CUT_A)) -+ Set_RA_LDPC_8812(pstat, TRUE); -+ //DbgPrint("RSSI=%d, bUseLdpc = TRUE\n", pHalData->UndecoratedSmoothedPWDB); -+ } else if (pstat->rssi_stat.UndecoratedSmoothedPWDB > (pRA->LdpcThres - 5)) { -+ pRA->bUseLdpc = FALSE; -+ pRA->bLowerRtsRate = FALSE; -+ if ((pDM_Odm->SupportICType == ODM_RTL8821) && (pDM_Odm->CutVersion == ODM_CUT_A)) -+ Set_RA_LDPC_8812(pstat, FALSE); -+ //DbgPrint("RSSI=%d, bUseLdpc = FALSE\n", pHalData->UndecoratedSmoothedPWDB); -+ } -+ } -+#endif -+ -+ if (TRUE == ODM_RAStateCheck(pDM_Odm, pstat->rssi_stat.UndecoratedSmoothedPWDB, FALSE , &pstat->rssi_level)) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level)); -+ //printk("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi_stat.UndecoratedSmoothedPWDB, pstat->rssi_level); -+ rtw_hal_update_ra_mask(pstat, pstat->rssi_level); -+ } else if (pDM_Odm->bChangeState) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("Change Power Training State, bDisablePowerTraining = %d\n", pDM_Odm->bDisablePowerTraining)); -+ rtw_hal_update_ra_mask(pstat, pstat->rssi_level); -+ } -+ -+ } -+ } -+ -+#endif -+} -+ -+VOID -+odm_RefreshRateAdaptiveMaskAPADSL( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ struct rtl8192cd_priv *priv = pDM_Odm->priv; -+ struct aid_obj *aidarray; -+ u4Byte i; -+ PSTA_INFO_T pstat; -+ -+ if (priv->up_time % 2) -+ return; -+ -+ for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) { -+ pstat = pDM_Odm->pODM_StaInfo[i]; -+ -+ if (IS_STA_VALID(pstat)) { -+#if defined(UNIVERSAL_REPEATER) || defined(MBSSID) -+ aidarray = container_of(pstat, struct aid_obj, station); -+ priv = aidarray->priv; -+#endif -+ -+ if (!priv->pmib->dot11StationConfigEntry.autoRate) -+ continue; -+ -+ if (ODM_RAStateCheck(pDM_Odm, (s4Byte)pstat->rssi, FALSE, &pstat->rssi_level)) { -+ ODM_PRINT_ADDR(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("Target STA addr : "), pstat->hwaddr); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI:%d, RSSI_LEVEL:%d\n", pstat->rssi, pstat->rssi_level)); -+ -+#ifdef CONFIG_WLAN_HAL -+ if (IS_HAL_CHIP(priv)) { -+#ifdef WDS -+// if(!(pstat->state & WIFI_WDS))//if WDS donot setting -+#endif -+ GET_HAL_INTERFACE(priv)->UpdateHalRAMaskHandler(priv, pstat, pstat->rssi_level); -+ } else -+#endif -+#ifdef CONFIG_RTL_8812_SUPPORT -+ if (GET_CHIP_VER(priv) == VERSION_8812E) -+ UpdateHalRAMask8812(priv, pstat, 3); -+ else -+#endif -+#ifdef CONFIG_RTL_88E_SUPPORT -+ if (GET_CHIP_VER(priv) == VERSION_8188E) { -+#ifdef TXREPORT -+ add_RATid(priv, pstat); -+#endif -+ } else -+#endif -+ { -+#if defined(CONFIG_RTL_92D_SUPPORT) || defined(CONFIG_RTL_92C_SUPPORT) -+ add_update_RATid(priv, pstat); -+#endif -+ } -+ } -+ } -+ } -+#endif -+} -+ -+ -+// Return Value: BOOLEAN -+// - TRUE: RATRState is changed. -+BOOLEAN -+ODM_RAStateCheck( -+ IN PVOID pDM_VOID, -+ IN s4Byte RSSI, -+ IN BOOLEAN bForceUpdate, -+ OUT pu1Byte pRATRState -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PODM_RATE_ADAPTIVE pRA = &pDM_Odm->RateAdaptive; -+ const u1Byte GoUpGap = 5; -+ u1Byte HighRSSIThreshForRA = pRA->HighRSSIThresh; -+ u1Byte LowRSSIThreshForRA = pRA->LowRSSIThresh; -+ u1Byte RATRState; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("RSSI= (( %d )), Current_RSSI_level = (( %d ))\n", RSSI, *pRATRState)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("[Ori RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThreshForRA)); -+ // Threshold Adjustment: -+ // when RSSI state trends to go up one or two levels, make sure RSSI is high enough. -+ // Here GoUpGap is added to solve the boundary's level alternation issue. -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ u1Byte UltraLowRSSIThreshForRA = pRA->UltraLowRSSIThresh; -+ if (pDM_Odm->SupportICType == ODM_RTL8881A) -+ LowRSSIThreshForRA = 30; // for LDPC / BCC switch -+#endif -+ -+ switch (*pRATRState) { -+ case DM_RATR_STA_INIT: -+ case DM_RATR_STA_HIGH: -+ break; -+ -+ case DM_RATR_STA_MIDDLE: -+ HighRSSIThreshForRA += GoUpGap; -+ break; -+ -+ case DM_RATR_STA_LOW: -+ HighRSSIThreshForRA += GoUpGap; -+ LowRSSIThreshForRA += GoUpGap; -+ break; -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ case DM_RATR_STA_ULTRA_LOW: -+ HighRSSIThreshForRA += GoUpGap; -+ LowRSSIThreshForRA += GoUpGap; -+ UltraLowRSSIThreshForRA += GoUpGap; -+ break; -+#endif -+ -+ default: -+ ODM_RT_ASSERT(pDM_Odm, FALSE, ("wrong rssi level setting %d !", *pRATRState)); -+ break; -+ } -+ -+ // Decide RATRState by RSSI. -+ if (RSSI > HighRSSIThreshForRA) -+ RATRState = DM_RATR_STA_HIGH; -+ else if (RSSI > LowRSSIThreshForRA) -+ RATRState = DM_RATR_STA_MIDDLE; -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP|ODM_ADSL)) -+ else if (RSSI > UltraLowRSSIThreshForRA) -+ RATRState = DM_RATR_STA_LOW; -+ else -+ RATRState = DM_RATR_STA_ULTRA_LOW; -+#else -+ else -+ RATRState = DM_RATR_STA_LOW; -+#endif -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("[Mod RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThreshForRA)); -+ /*printk("==>%s,RATRState:0x%02x ,RSSI:%d\n",__FUNCTION__,RATRState,RSSI);*/ -+ -+ if (*pRATRState != RATRState || bForceUpdate) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, ("[RSSI Level Update] %d -> %d\n", *pRATRState, RATRState)); -+ *pRATRState = RATRState; -+ return TRUE; -+ } -+ -+ return FALSE; -+} -+ -+VOID -+odm_RefreshBasicRateMask( -+ IN PVOID pDM_VOID -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ static u1Byte Stage = 0; -+ u1Byte CurStage = 0; -+ OCTET_STRING osRateSet; -+ PMGNT_INFO pMgntInfo = GetDefaultMgntInfo(Adapter); -+ u1Byte RateSet[5] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M, MGN_6M}; -+ -+ if (pDM_Odm->SupportICType != ODM_RTL8812 && pDM_Odm->SupportICType != ODM_RTL8821) -+ return; -+ -+ if (pDM_Odm->bLinked == FALSE) // unlink Default port information -+ CurStage = 0; -+ else if (pDM_Odm->RSSI_Min < 40) // link RSSI < 40% -+ CurStage = 1; -+ else if (pDM_Odm->RSSI_Min > 45) // link RSSI > 45% -+ CurStage = 3; -+ else -+ CurStage = 2; // link 25% <= RSSI <= 30% -+ -+ if (CurStage != Stage) { -+ if (CurStage == 1) { -+ FillOctetString(osRateSet, RateSet, 5); -+ FilterSupportRate(pMgntInfo->mBrates, &osRateSet, FALSE); -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_BASIC_RATE, (pu1Byte)&osRateSet); -+ } else if (CurStage == 3 && (Stage == 1 || Stage == 2)) -+ Adapter->HalFunc.SetHwRegHandler(Adapter, HW_VAR_BASIC_RATE, (pu1Byte)(&pMgntInfo->mBrates)); -+ } -+ -+ Stage = CurStage; -+#endif -+} -+ -+ -+VOID -+phydm_ra_info_init( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ #if (defined(CONFIG_RA_DYNAMIC_RTY_LIMIT)) -+ phydm_ra_dynamic_retry_limit_init(pDM_Odm); -+ #endif -+ #if (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ phydm_ra_dynamic_rate_id_init(pDM_Odm); -+ #endif -+ -+ /*phydm_fw_trace_en_h2c(pDM_Odm, 1, 0, 0);*/ -+} -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+u1Byte -+odm_Find_RTS_Rate( -+ IN PVOID pDM_VOID, -+ IN u1Byte Tx_Rate, -+ IN BOOLEAN bErpProtect -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte RTS_Ini_Rate = ODM_RATE6M; -+ -+ if (bErpProtect) /* use CCK rate as RTS*/ -+ RTS_Ini_Rate = ODM_RATE1M; -+ else { -+ switch (Tx_Rate) { -+ case ODM_RATEVHTSS3MCS9: -+ case ODM_RATEVHTSS3MCS8: -+ case ODM_RATEVHTSS3MCS7: -+ case ODM_RATEVHTSS3MCS6: -+ case ODM_RATEVHTSS3MCS5: -+ case ODM_RATEVHTSS3MCS4: -+ case ODM_RATEVHTSS3MCS3: -+ case ODM_RATEVHTSS2MCS9: -+ case ODM_RATEVHTSS2MCS8: -+ case ODM_RATEVHTSS2MCS7: -+ case ODM_RATEVHTSS2MCS6: -+ case ODM_RATEVHTSS2MCS5: -+ case ODM_RATEVHTSS2MCS4: -+ case ODM_RATEVHTSS2MCS3: -+ case ODM_RATEVHTSS1MCS9: -+ case ODM_RATEVHTSS1MCS8: -+ case ODM_RATEVHTSS1MCS7: -+ case ODM_RATEVHTSS1MCS6: -+ case ODM_RATEVHTSS1MCS5: -+ case ODM_RATEVHTSS1MCS4: -+ case ODM_RATEVHTSS1MCS3: -+ case ODM_RATEMCS15: -+ case ODM_RATEMCS14: -+ case ODM_RATEMCS13: -+ case ODM_RATEMCS12: -+ case ODM_RATEMCS11: -+ case ODM_RATEMCS7: -+ case ODM_RATEMCS6: -+ case ODM_RATEMCS5: -+ case ODM_RATEMCS4: -+ case ODM_RATEMCS3: -+ case ODM_RATE54M: -+ case ODM_RATE48M: -+ case ODM_RATE36M: -+ case ODM_RATE24M: -+ RTS_Ini_Rate = ODM_RATE24M; -+ break; -+ case ODM_RATEVHTSS3MCS2: -+ case ODM_RATEVHTSS3MCS1: -+ case ODM_RATEVHTSS2MCS2: -+ case ODM_RATEVHTSS2MCS1: -+ case ODM_RATEVHTSS1MCS2: -+ case ODM_RATEVHTSS1MCS1: -+ case ODM_RATEMCS10: -+ case ODM_RATEMCS9: -+ case ODM_RATEMCS2: -+ case ODM_RATEMCS1: -+ case ODM_RATE18M: -+ case ODM_RATE12M: -+ RTS_Ini_Rate = ODM_RATE12M; -+ break; -+ case ODM_RATEVHTSS3MCS0: -+ case ODM_RATEVHTSS2MCS0: -+ case ODM_RATEVHTSS1MCS0: -+ case ODM_RATEMCS8: -+ case ODM_RATEMCS0: -+ case ODM_RATE9M: -+ case ODM_RATE6M: -+ RTS_Ini_Rate = ODM_RATE6M; -+ break; -+ case ODM_RATE11M: -+ case ODM_RATE5_5M: -+ case ODM_RATE2M: -+ case ODM_RATE1M: -+ RTS_Ini_Rate = ODM_RATE1M; -+ break; -+ default: -+ RTS_Ini_Rate = ODM_RATE6M; -+ break; -+ } -+ } -+ -+ if (*pDM_Odm->pBandType == 1) { -+ if (RTS_Ini_Rate < ODM_RATE6M) -+ RTS_Ini_Rate = ODM_RATE6M; -+ } -+ return RTS_Ini_Rate; -+ -+} -+ -+VOID -+odm_Set_RA_DM_ARFB_by_Noisy( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ /*DbgPrint("DM_ARFB ====>\n");*/ -+ if (pDM_Odm->bNoisyState) { -+ ODM_Write4Byte(pDM_Odm, 0x430, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0x434, 0x05040200); -+ /*DbgPrint("DM_ARFB ====> Noisy State\n");*/ -+ } else { -+ ODM_Write4Byte(pDM_Odm, 0x430, 0x02010000); -+ ODM_Write4Byte(pDM_Odm, 0x434, 0x07050403); -+ /*DbgPrint("DM_ARFB ====> Clean State\n");*/ -+ } -+ -+} -+ -+VOID -+ODM_UpdateNoisyState( -+ IN PVOID pDM_VOID, -+ IN BOOLEAN bNoisyStateFromC2H -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /*DbgPrint("Get C2H Command! NoisyState=0x%x\n ", bNoisyStateFromC2H);*/ -+ if (pDM_Odm->SupportICType == ODM_RTL8821 || pDM_Odm->SupportICType == ODM_RTL8812 || -+ pDM_Odm->SupportICType == ODM_RTL8723B || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8188E) -+ pDM_Odm->bNoisyState = bNoisyStateFromC2H; -+ odm_Set_RA_DM_ARFB_by_Noisy(pDM_Odm); -+}; -+ -+u4Byte -+Set_RA_DM_Ratrbitmap_by_Noisy( -+ IN PVOID pDM_VOID, -+ IN WIRELESS_MODE WirelessMode, -+ IN u4Byte ratr_bitmap, -+ IN u1Byte rssi_level -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte ret_bitmap = ratr_bitmap; -+ -+ return ret_bitmap; -+ -+ switch (WirelessMode) { -+ case WIRELESS_MODE_AC_24G: -+ case WIRELESS_MODE_AC_5G: -+ case WIRELESS_MODE_AC_ONLY: -+ if (pDM_Odm->bNoisyState) { /*in Noisy State*/ -+ if (rssi_level == 1) -+ ret_bitmap &= 0xfc3e0c08; // Reserve MCS 5-9 -+ else if (rssi_level == 2) -+ ret_bitmap &= 0xfe3f8e08; // Reserve MCS 3-9 -+ else if (rssi_level == 3) -+ ret_bitmap &= 0xffffffff; -+ else -+ ret_bitmap &= 0xffffffff; -+ } else { /* in SNR State*/ -+ if (rssi_level == 1) -+ ret_bitmap &= 0xfe3f0e08; // Reserve MCS 4-9 -+ else if (rssi_level == 2) -+ ret_bitmap &= 0xff3fcf8c; // Reserve MCS 2-9 -+ else if (rssi_level == 3) -+ ret_bitmap &= 0xffffffff; -+ else -+ ret_bitmap &= 0xffffffff; -+ } -+ break; -+ case WIRELESS_MODE_B: -+ case WIRELESS_MODE_A: -+ case WIRELESS_MODE_G: -+ case WIRELESS_MODE_N_24G: -+ case WIRELESS_MODE_N_5G: -+ if (pDM_Odm->bNoisyState) { -+ if (rssi_level == 1) -+ ret_bitmap &= 0x0f0e0c08; // Reserve MCS 4-7; MCS12-15 -+ else if (rssi_level == 2) -+ ret_bitmap &= 0x0fcfce0c; // Reserve MCS 2-7; MCS10-15 -+ else if (rssi_level == 3) -+ ret_bitmap &= 0xffffffff; -+ else -+ ret_bitmap &= 0xffffffff; -+ } else { -+ if (rssi_level == 1) -+ ret_bitmap &= 0x0f8f8e08; // Reserve MCS 3-7; MCS11-15 -+ else if (rssi_level == 2) -+ ret_bitmap &= 0x0fefef8c; // Reserve MCS 1-7; MCS9-15 -+ else if (rssi_level == 3) -+ ret_bitmap &= 0xffffffff; -+ else -+ ret_bitmap &= 0xffffffff; -+ } -+ break; -+ default: -+ break; -+ } -+ /*DbgPrint("DM_RAMask ====> rssi_LV = %d, BITMAP = %x\n", rssi_level, ret_bitmap);*/ -+ return ret_bitmap; -+ -+} -+ -+VOID -+ODM_UpdateInitRate( -+ IN PVOID pDM_VOID, -+ IN u1Byte Rate -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte p = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("Get C2H Command! Rate=0x%x\n", Rate)); -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8821 || pDM_Odm->SupportICType == ODM_RTL8812 || -+ pDM_Odm->SupportICType == ODM_RTL8723B || pDM_Odm->SupportICType == ODM_RTL8192E || pDM_Odm->SupportICType == ODM_RTL8188E -+ || pDM_Odm->SupportICType == ODM_RTL8703B) { -+ pDM_Odm->TxRate = Rate; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#if DEV_BUS_TYPE == RT_PCI_INTERFACE -+#if USE_WORKITEM -+ PlatformScheduleWorkItem(&pDM_Odm->RaRptWorkitem); -+#else -+ if (pDM_Odm->SupportICType == ODM_RTL8821) { -+#if (RTL8821A_SUPPORT == 1) -+ ODM_TxPwrTrackSetPwr8821A(pDM_Odm, MIX_MODE, ODM_RF_PATH_A, 0); -+#endif -+ } else if (pDM_Odm->SupportICType == ODM_RTL8812) { -+ for (p = ODM_RF_PATH_A; p < MAX_PATH_NUM_8812A; p++) { -+#if (RTL8812A_SUPPORT == 1) -+ ODM_TxPwrTrackSetPwr8812A(pDM_Odm, MIX_MODE, p, 0); -+#endif -+ } -+ } else if (pDM_Odm->SupportICType == ODM_RTL8723B) { -+#if (RTL8723B_SUPPORT == 1) -+ ODM_TxPwrTrackSetPwr_8723B(pDM_Odm, MIX_MODE, ODM_RF_PATH_A, 0); -+#endif -+ } else if (pDM_Odm->SupportICType == ODM_RTL8192E) { -+ for (p = ODM_RF_PATH_A; p < MAX_PATH_NUM_8192E; p++) { -+#if (RTL8192E_SUPPORT == 1) -+ ODM_TxPwrTrackSetPwr92E(pDM_Odm, MIX_MODE, p, 0); -+#endif -+ } -+ } else if (pDM_Odm->SupportICType == ODM_RTL8188E) { -+#if (RTL8188E_SUPPORT == 1) -+ ODM_TxPwrTrackSetPwr88E(pDM_Odm, MIX_MODE, ODM_RF_PATH_A, 0); -+#endif -+ } -+#endif -+#else -+ PlatformScheduleWorkItem(&pDM_Odm->RaRptWorkitem); -+#endif -+#endif -+ } else -+ return; -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+odm_RSSIDumpToRegister( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ if (pDM_Odm->SupportICType == ODM_RTL8812) { -+ PlatformEFIOWrite1Byte(Adapter, rA_RSSIDump_Jaguar, Adapter->RxStats.RxRSSIPercentage[0]); -+ PlatformEFIOWrite1Byte(Adapter, rB_RSSIDump_Jaguar, Adapter->RxStats.RxRSSIPercentage[1]); -+ -+ /* Rx EVM*/ -+ PlatformEFIOWrite1Byte(Adapter, rS1_RXevmDump_Jaguar, Adapter->RxStats.RxEVMdbm[0]); -+ PlatformEFIOWrite1Byte(Adapter, rS2_RXevmDump_Jaguar, Adapter->RxStats.RxEVMdbm[1]); -+ -+ /* Rx SNR*/ -+ PlatformEFIOWrite1Byte(Adapter, rA_RXsnrDump_Jaguar, (u1Byte)(Adapter->RxStats.RxSNRdB[0])); -+ PlatformEFIOWrite1Byte(Adapter, rB_RXsnrDump_Jaguar, (u1Byte)(Adapter->RxStats.RxSNRdB[1])); -+ -+ /* Rx Cfo_Short*/ -+ PlatformEFIOWrite2Byte(Adapter, rA_CfoShortDump_Jaguar, Adapter->RxStats.RxCfoShort[0]); -+ PlatformEFIOWrite2Byte(Adapter, rB_CfoShortDump_Jaguar, Adapter->RxStats.RxCfoShort[1]); -+ -+ /* Rx Cfo_Tail*/ -+ PlatformEFIOWrite2Byte(Adapter, rA_CfoLongDump_Jaguar, Adapter->RxStats.RxCfoTail[0]); -+ PlatformEFIOWrite2Byte(Adapter, rB_CfoLongDump_Jaguar, Adapter->RxStats.RxCfoTail[1]); -+ } else if (pDM_Odm->SupportICType == ODM_RTL8192E) { -+ PlatformEFIOWrite1Byte(Adapter, rA_RSSIDump_92E, Adapter->RxStats.RxRSSIPercentage[0]); -+ PlatformEFIOWrite1Byte(Adapter, rB_RSSIDump_92E, Adapter->RxStats.RxRSSIPercentage[1]); -+ /* Rx EVM*/ -+ PlatformEFIOWrite1Byte(Adapter, rS1_RXevmDump_92E, Adapter->RxStats.RxEVMdbm[0]); -+ PlatformEFIOWrite1Byte(Adapter, rS2_RXevmDump_92E, Adapter->RxStats.RxEVMdbm[1]); -+ /* Rx SNR*/ -+ PlatformEFIOWrite1Byte(Adapter, rA_RXsnrDump_92E, (u1Byte)(Adapter->RxStats.RxSNRdB[0])); -+ PlatformEFIOWrite1Byte(Adapter, rB_RXsnrDump_92E, (u1Byte)(Adapter->RxStats.RxSNRdB[1])); -+ /* Rx Cfo_Short*/ -+ PlatformEFIOWrite2Byte(Adapter, rA_CfoShortDump_92E, Adapter->RxStats.RxCfoShort[0]); -+ PlatformEFIOWrite2Byte(Adapter, rB_CfoShortDump_92E, Adapter->RxStats.RxCfoShort[1]); -+ /* Rx Cfo_Tail*/ -+ PlatformEFIOWrite2Byte(Adapter, rA_CfoLongDump_92E, Adapter->RxStats.RxCfoTail[0]); -+ PlatformEFIOWrite2Byte(Adapter, rB_CfoLongDump_92E, Adapter->RxStats.RxCfoTail[1]); -+ } -+} -+ -+VOID -+odm_RefreshLdpcRtsMP( -+ IN PADAPTER pAdapter, -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte mMacId, -+ IN u1Byte IOTPeer, -+ IN s4Byte UndecoratedSmoothedPWDB -+) -+{ -+ BOOLEAN bCtlLdpc = FALSE; -+ PMGNT_INFO pMgntInfo = GetDefaultMgntInfo(pAdapter); -+ PODM_RATE_ADAPTIVE pRA = &pDM_Odm->RateAdaptive; -+ -+ if (pDM_Odm->SupportICType != ODM_RTL8821 && pDM_Odm->SupportICType != ODM_RTL8812) -+ return; -+ -+ if ((pDM_Odm->SupportICType == ODM_RTL8821) && (pDM_Odm->CutVersion == ODM_CUT_A)) -+ bCtlLdpc = TRUE; -+ else if (pDM_Odm->SupportICType == ODM_RTL8812 && -+ IOTPeer == HT_IOT_PEER_REALTEK_JAGUAR_CCUTAP) -+ bCtlLdpc = TRUE; -+ -+ if (bCtlLdpc) { -+ if (UndecoratedSmoothedPWDB < (pRA->LdpcThres - 5)) -+ MgntSet_TX_LDPC(pAdapter, mMacId, TRUE); -+ else if (UndecoratedSmoothedPWDB > pRA->LdpcThres) -+ MgntSet_TX_LDPC(pAdapter, mMacId, FALSE); -+ } -+ -+ if (UndecoratedSmoothedPWDB < (pRA->RtsThres - 5)) -+ pRA->bLowerRtsRate = TRUE; -+ else if (UndecoratedSmoothedPWDB > pRA->RtsThres) -+ pRA->bLowerRtsRate = FALSE; -+} -+ -+VOID -+ODM_DynamicARFBSelect( -+ IN PVOID pDM_VOID, -+ IN u1Byte rate, -+ IN BOOLEAN Collision_State -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRA_T pRA_Table = &pDM_Odm->DM_RA_Table; -+ -+ if (pDM_Odm->SupportICType != ODM_RTL8192E) -+ return; -+ -+ if (Collision_State == pRA_Table->PT_collision_pre) -+ return; -+ -+ if (rate >= DESC_RATEMCS8 && rate <= DESC_RATEMCS12) { -+ if (Collision_State == 1) { -+ if (rate == DESC_RATEMCS12) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x0); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x07060501); -+ } else if (rate == DESC_RATEMCS11) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x0); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x07070605); -+ } else if (rate == DESC_RATEMCS10) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x0); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x08080706); -+ } else if (rate == DESC_RATEMCS9) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x0); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x08080707); -+ } else { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x0); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x09090808); -+ } -+ } else { /* Collision_State == 0*/ -+ if (rate == DESC_RATEMCS12) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x05010000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x09080706); -+ } else if (rate == DESC_RATEMCS11) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x06050000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x09080807); -+ } else if (rate == DESC_RATEMCS10) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x07060000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x0a090908); -+ } else if (rate == DESC_RATEMCS9) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x07070000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x0a090808); -+ } else { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x08080000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x0b0a0909); -+ } -+ } -+ } else { /* MCS13~MCS15, 1SS, G-mode*/ -+ if (Collision_State == 1) { -+ if (rate == DESC_RATEMCS15) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x05040302); -+ } else if (rate == DESC_RATEMCS14) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x06050302); -+ } else if (rate == DESC_RATEMCS13) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x07060502); -+ } else { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x06050402); -+ } -+ } else { // Collision_State == 0 -+ if (rate == DESC_RATEMCS15) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x03020000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x07060504); -+ } else if (rate == DESC_RATEMCS14) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x03020000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x08070605); -+ } else if (rate == DESC_RATEMCS13) { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x05020000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x09080706); -+ } else { -+ -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E, 0x04020000); -+ ODM_Write4Byte(pDM_Odm, REG_DARFRC_8192E+4, 0x08070605); -+ } -+ -+ -+ } -+ -+ } -+ pRA_Table->PT_collision_pre = Collision_State; -+} -+ -+VOID -+ODM_RateAdaptiveStateApInit( -+ IN PVOID PADAPTER_VOID, -+ IN PRT_WLAN_STA pEntry -+) -+{ -+ PADAPTER Adapter = (PADAPTER)PADAPTER_VOID; -+ pEntry->Ratr_State = DM_RATR_STA_INIT; -+} -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) /*#if (DM_ODM_SUPPORT_TYPE == ODM_WIN)*/ -+ -+static void -+FindMinimumRSSI( -+ IN PADAPTER pAdapter -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ -+ /*Determine the minimum RSSI*/ -+ -+ if ((pDM_Odm->bLinked != _TRUE) && -+ (pHalData->EntryMinUndecoratedSmoothedPWDB == 0)) { -+ pHalData->MinUndecoratedPWDBForDM = 0; -+ /*ODM_RT_TRACE(pDM_Odm,COMP_BB_POWERSAVING, DBG_LOUD, ("Not connected to any\n"));*/ -+ } else -+ pHalData->MinUndecoratedPWDBForDM = pHalData->EntryMinUndecoratedSmoothedPWDB; -+ -+ /*DBG_8192C("%s=>MinUndecoratedPWDBForDM(%d)\n",__FUNCTION__,pdmpriv->MinUndecoratedPWDBForDM);*/ -+ /*ODM_RT_TRACE(pDM_Odm,COMP_DIG, DBG_LOUD, ("MinUndecoratedPWDBForDM =%d\n",pHalData->MinUndecoratedPWDBForDM));*/ -+} -+ -+u8Byte -+PhyDM_Get_Rate_Bitmap_Ex( -+ IN PVOID pDM_VOID, -+ IN u4Byte macid, -+ IN u8Byte ra_mask, -+ IN u1Byte rssi_level, -+ OUT u8Byte *dm_RA_Mask, -+ OUT u1Byte *dm_RteID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PSTA_INFO_T pEntry; -+ u8Byte rate_bitmap = 0; -+ u1Byte WirelessMode; -+ -+ pEntry = pDM_Odm->pODM_StaInfo[macid]; -+ if (!IS_STA_VALID(pEntry)) -+ return ra_mask; -+ WirelessMode = pEntry->wireless_mode; -+ switch (WirelessMode) { -+ case ODM_WM_B: -+ if (ra_mask & 0x000000000000000c) /* 11M or 5.5M enable */ -+ rate_bitmap = 0x000000000000000d; -+ else -+ rate_bitmap = 0x000000000000000f; -+ break; -+ -+ case (ODM_WM_G): -+ case (ODM_WM_A): -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x0000000000000f00; -+ else -+ rate_bitmap = 0x0000000000000ff0; -+ break; -+ -+ case (ODM_WM_B|ODM_WM_G): -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x0000000000000f00; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x0000000000000ff0; -+ else -+ rate_bitmap = 0x0000000000000ff5; -+ break; -+ -+ case (ODM_WM_B|ODM_WM_G|ODM_WM_N24G): -+ case (ODM_WM_B|ODM_WM_N24G): -+ case (ODM_WM_G|ODM_WM_N24G): -+ case (ODM_WM_A|ODM_WM_N5G): { -+ if (pDM_Odm->RFType == ODM_1T2R || pDM_Odm->RFType == ODM_1T1R) { -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x00000000000f0000; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x00000000000ff000; -+ else { -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ rate_bitmap = 0x00000000000ff015; -+ else -+ rate_bitmap = 0x00000000000ff005; -+ } -+ } else if (pDM_Odm->RFType == ODM_2T2R || pDM_Odm->RFType == ODM_2T3R || pDM_Odm->RFType == ODM_2T4R) { -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x000000000f8f0000; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x000000000f8ff000; -+ else { -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ rate_bitmap = 0x000000000f8ff015; -+ else -+ rate_bitmap = 0x000000000f8ff005; -+ } -+ } else { -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x0000000f0f0f0000; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x0000000fcfcfe000; -+ else { -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ rate_bitmap = 0x0000000ffffff015; -+ else -+ rate_bitmap = 0x0000000ffffff005; -+ } -+ } -+ } -+ break; -+ -+ case (ODM_WM_AC|ODM_WM_G): -+ if (rssi_level == 1) -+ rate_bitmap = 0x00000000fc3f0000; -+ else if (rssi_level == 2) -+ rate_bitmap = 0x00000000fffff000; -+ else -+ rate_bitmap = 0x00000000ffffffff; -+ break; -+ -+ case (ODM_WM_AC|ODM_WM_A): -+ -+ if (pDM_Odm->RFType == ODM_1T2R || pDM_Odm->RFType == ODM_1T1R) { -+ if (rssi_level == 1) /* add by Gary for ac-series */ -+ rate_bitmap = 0x00000000003f8000; -+ else if (rssi_level == 2) -+ rate_bitmap = 0x00000000003fe000; -+ else -+ rate_bitmap = 0x00000000003ff010; -+ } else if (pDM_Odm->RFType == ODM_2T2R || pDM_Odm->RFType == ODM_2T3R || pDM_Odm->RFType == ODM_2T4R) { -+ if (rssi_level == 1) /* add by Gary for ac-series */ -+ rate_bitmap = 0x00000000fe3f8000; /* VHT 2SS MCS3~9 */ -+ else if (rssi_level == 2) -+ rate_bitmap = 0x00000000fffff000; /* VHT 2SS MCS0~9 */ -+ else -+ rate_bitmap = 0x00000000fffff010; /* All */ -+ } else { -+ if (rssi_level == 1) /* add by Gary for ac-series */ -+ rate_bitmap = 0x000003f8fe3f8000ULL; /* VHT 3SS MCS3~9 */ -+ else if (rssi_level == 2) -+ rate_bitmap = 0x000003fffffff000ULL; /* VHT3SS MCS0~9 */ -+ else -+ rate_bitmap = 0x000003fffffff010ULL; /* All */ -+ } -+ break; -+ -+ default: -+ if (pDM_Odm->RFType == ODM_1T2R || pDM_Odm->RFType == ODM_1T1R) -+ rate_bitmap = 0x00000000000fffff; -+ else if (pDM_Odm->RFType == ODM_2T2R || pDM_Odm->RFType == ODM_2T3R || pDM_Odm->RFType == ODM_2T4R) -+ rate_bitmap = 0x000000000fffffff; -+ else -+ rate_bitmap = 0x0000003fffffffffULL; -+ break; -+ -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, (" ==> rssi_level:0x%02x, WirelessMode:0x%02x, rate_bitmap:0x%016llx\n", rssi_level, WirelessMode, rate_bitmap)); -+ -+ return (ra_mask & rate_bitmap); -+} -+ -+ -+u4Byte -+ODM_Get_Rate_Bitmap( -+ IN PVOID pDM_VOID, -+ IN u4Byte macid, -+ IN u4Byte ra_mask, -+ IN u1Byte rssi_level -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PSTA_INFO_T pEntry; -+ u4Byte rate_bitmap = 0; -+ u1Byte WirelessMode; -+ //u1Byte WirelessMode =*(pDM_Odm->pWirelessMode); -+ -+ -+ pEntry = pDM_Odm->pODM_StaInfo[macid]; -+ if (!IS_STA_VALID(pEntry)) -+ return ra_mask; -+ -+ WirelessMode = pEntry->wireless_mode; -+ -+ switch (WirelessMode) { -+ case ODM_WM_B: -+ if (ra_mask & 0x0000000c) //11M or 5.5M enable -+ rate_bitmap = 0x0000000d; -+ else -+ rate_bitmap = 0x0000000f; -+ break; -+ -+ case (ODM_WM_G): -+ case (ODM_WM_A): -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x00000f00; -+ else -+ rate_bitmap = 0x00000ff0; -+ break; -+ -+ case (ODM_WM_B|ODM_WM_G): -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x00000f00; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x00000ff0; -+ else -+ rate_bitmap = 0x00000ff5; -+ break; -+ -+ case (ODM_WM_B|ODM_WM_G|ODM_WM_N24G) : -+ case (ODM_WM_B|ODM_WM_N24G) : -+ case (ODM_WM_G|ODM_WM_N24G) : -+ case (ODM_WM_A|ODM_WM_N5G) : { -+ if (pDM_Odm->RFType == ODM_1T2R || pDM_Odm->RFType == ODM_1T1R) { -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x000f0000; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x000ff000; -+ else { -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ rate_bitmap = 0x000ff015; -+ else -+ rate_bitmap = 0x000ff005; -+ } -+ } else { -+ if (rssi_level == DM_RATR_STA_HIGH) -+ rate_bitmap = 0x0f8f0000; -+ else if (rssi_level == DM_RATR_STA_MIDDLE) -+ rate_bitmap = 0x0f8ff000; -+ else { -+ if (*(pDM_Odm->pBandWidth) == ODM_BW40M) -+ rate_bitmap = 0x0f8ff015; -+ else -+ rate_bitmap = 0x0f8ff005; -+ } -+ } -+ } -+ break; -+ -+ case (ODM_WM_AC|ODM_WM_G): -+ if (rssi_level == 1) -+ rate_bitmap = 0xfc3f0000; -+ else if (rssi_level == 2) -+ rate_bitmap = 0xfffff000; -+ else -+ rate_bitmap = 0xffffffff; -+ break; -+ -+ case (ODM_WM_AC|ODM_WM_A): -+ -+ if (pDM_Odm->RFType == RF_1T1R) { -+ if (rssi_level == 1) // add by Gary for ac-series -+ rate_bitmap = 0x003f8000; -+ else if (rssi_level == 2) -+ rate_bitmap = 0x003ff000; -+ else -+ rate_bitmap = 0x003ff010; -+ } else { -+ if (rssi_level == 1) // add by Gary for ac-series -+ rate_bitmap = 0xfe3f8000; // VHT 2SS MCS3~9 -+ else if (rssi_level == 2) -+ rate_bitmap = 0xfffff000; // VHT 2SS MCS0~9 -+ else -+ rate_bitmap = 0xfffff010; // All -+ } -+ break; -+ -+ default: -+ if (pDM_Odm->RFType == RF_1T2R) -+ rate_bitmap = 0x000fffff; -+ else -+ rate_bitmap = 0x0fffffff; -+ break; -+ -+ } -+ -+ DBG_871X("%s ==> rssi_level:0x%02x, WirelessMode:0x%02x, rate_bitmap:0x%08x\n", __func__, rssi_level, WirelessMode, rate_bitmap); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RA_MASK, ODM_DBG_LOUD, (" ==> rssi_level:0x%02x, WirelessMode:0x%02x, rate_bitmap:0x%08x\n", rssi_level, WirelessMode, rate_bitmap)); -+ -+ return (ra_mask & rate_bitmap); -+ -+} -+ -+#endif //#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ -+#endif /*#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN| ODM_CE))*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.h linux/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_rainfo.h 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,443 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDMRAINFO_H__ -+#define __PHYDMRAINFO_H__ -+ -+/*#define RAINFO_VERSION "2.0" //2014.11.04*/ -+/*#define RAINFO_VERSION "3.0" //2015.01.13 Dino*/ -+/*#define RAINFO_VERSION "3.1" //2015.01.14 Dino*/ -+#define RAINFO_VERSION "3.2" /*2015.01.14 Dino*/ -+ -+#define HIGH_RSSI_THRESH 50 -+#define LOW_RSSI_THRESH 20 -+ -+#define ACTIVE_TP_THRESHOLD 150 -+#define RA_RETRY_DESCEND_NUM 2 -+#define RA_RETRY_LIMIT_LOW 4 -+#define RA_RETRY_LIMIT_HIGH 32 -+ -+#define PHYDM_IC_8051_SERIES (ODM_RTL8881A|ODM_RTL8812|ODM_RTL8821|ODM_RTL8192S|ODM_RTL8192C|ODM_RTL8192D|ODM_RTL8723A|ODM_RTL8188E|ODM_RTL8192E|ODM_RTL8723B|ODM_RTL8703B|ODM_RTL8188F) -+#define PHYDM_IC_3081_SERIES (ODM_RTL8814A|ODM_RTL8821B|ODM_RTL8822B) -+ -+#define RAINFO_BE_RX_STATE BIT0 // 1:RX //ULDL -+#define RAINFO_STBC_STATE BIT1 -+//#define RAINFO_LDPC_STATE BIT2 -+#define RAINFO_NOISY_STATE BIT2 // set by Noisy_Detection -+#define RAINFO_SHURTCUT_STATE BIT3 -+#define RAINFO_SHURTCUT_FLAG BIT4 -+#define RAINFO_INIT_RSSI_RATE_STATE BIT5 -+#define RAINFO_BF_STATE BIT6 -+#define RAINFO_BE_TX_STATE BIT7 // 1:TX -+ -+#define RA_MASK_CCK 0xf -+#define RA_MASK_OFDM 0xff0 -+#define RA_MASK_HT1SS 0xff000 -+#define RA_MASK_HT2SS 0xff00000 -+/*#define RA_MASK_MCS3SS */ -+#define RA_MASK_HT4SS 0xff0 -+#define RA_MASK_VHT1SS 0x3ff000 -+#define RA_MASK_VHT2SS 0xffc00000 -+ -+#if(DM_ODM_SUPPORT_TYPE == ODM_AP) -+#define EXT_RA_INFO_SUPPORT_IC (ODM_RTL8881A |ODM_RTL8192E |ODM_RTL8812 |ODM_RTL8814A|ODM_RTL8822B) -+#define RA_FIRST_MACID 1 -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#define EXT_RA_INFO_SUPPORT_IC (ODM_RTL8192E | ODM_RTL8812 | ODM_RTL8821 | ODM_RTL8723B | ODM_RTL8814A | ODM_RTL8822B | ODM_RTL8703B) -+#define RA_FIRST_MACID 0 -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+/*#define EXT_RA_INFO_SUPPORT_IC (ODM_RTL8192E|ODM_RTL8812|ODM_RTL8821|ODM_RTL8723B|ODM_RTL8814A|ODM_RTL8822B|ODM_RTL8703B) */ -+#define RA_FIRST_MACID 0 -+#endif -+ -+ -+#define AP_InitRateAdaptiveState ODM_RateAdaptiveStateApInit -+ -+#define DM_RATR_STA_INIT 0 -+#define DM_RATR_STA_HIGH 1 -+#define DM_RATR_STA_MIDDLE 2 -+#define DM_RATR_STA_LOW 3 -+#if(DM_ODM_SUPPORT_TYPE & ODM_AP) -+#define DM_RATR_STA_ULTRA_LOW 4 -+#endif -+ -+#define DM_RA_RATE_UP 1 -+#define DM_RA_RATE_DOWN 2 -+ -+typedef enum _phydm_arfr_num { -+ ARFR_0_RATE_ID = 0x9, -+ ARFR_1_RATE_ID = 0xa, -+ ARFR_2_RATE_ID = 0xb, -+ ARFR_3_RATE_ID = 0xc, -+ ARFR_4_RATE_ID = 0xd, -+ ARFR_5_RATE_ID = 0xe -+} PHYDM_RA_ARFR_NUM_E; -+ -+typedef enum _Phydm_ra_dbg_para { -+ RADBG_RTY_PENALTY = 1, //u8 -+ RADBG_N_HIGH = 2, -+ RADBG_N_LOW = 3, -+ RADBG_TRATE_UP_TABLE = 4, -+ RADBG_TRATE_DOWN_TABLE = 5, -+ RADBG_TRYING_NECESSARY = 6, -+ RADBG_TDROPING_NECESSARY = 7, -+ RADBG_RATE_UP_RTY_RATIO = 8, //u8 -+ RADBG_RATE_DOWN_RTY_RATIO = 9, //u8 -+ -+ RADBG_DEBUG_MONITOR1 = 0xc, -+ RADBG_DEBUG_MONITOR2 = 0xd, -+ RADBG_DEBUG_MONITOR3 = 0xe, -+ RADBG_DEBUG_MONITOR4 = 0xf, -+ NUM_RA_PARA -+} PHYDM_RA_DBG_PARA_E; -+ -+ -+#if (RATE_ADAPTIVE_SUPPORT == 1)//88E RA -+typedef struct _ODM_RA_Info_ { -+ u1Byte RateID; -+ u4Byte RateMask; -+ u4Byte RAUseRate; -+ u1Byte RateSGI; -+ u1Byte RssiStaRA; -+ u1Byte PreRssiStaRA; -+ u1Byte SGIEnable; -+ u1Byte DecisionRate; -+ u1Byte PreRate; -+ u1Byte HighestRate; -+ u1Byte LowestRate; -+ u4Byte NscUp; -+ u4Byte NscDown; -+ u2Byte RTY[5]; -+ u4Byte TOTAL; -+ u2Byte DROP; -+ u1Byte Active; -+ u2Byte RptTime; -+ u1Byte RAWaitingCounter; -+ u1Byte RAPendingCounter; -+#if 1 //POWER_TRAINING_ACTIVE == 1 // For compile pass only~! -+ u1Byte PTActive; // on or off -+ u1Byte PTTryState; // 0 trying state, 1 for decision state -+ u1Byte PTStage; // 0~6 -+ u1Byte PTStopCount; //Stop PT counter -+ u1Byte PTPreRate; // if rate change do PT -+ u1Byte PTPreRssi; // if RSSI change 5% do PT -+ u1Byte PTModeSS; // decide whitch rate should do PT -+ u1Byte RAstage; // StageRA, decide how many times RA will be done between PT -+ u1Byte PTSmoothFactor; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_AP) && ((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+ u1Byte RateDownCounter; -+ u1Byte RateUpCounter; -+ u1Byte RateDirection; -+ u1Byte BoundingType; -+ u1Byte BoundingCounter; -+ u1Byte BoundingLearningTime; -+ u1Byte RateDownStartTime; -+#endif -+} ODM_RA_INFO_T, *PODM_RA_INFO_T; -+#endif -+ -+ -+typedef struct _Rate_Adaptive_Table_ { -+ u1Byte firstconnect; -+#if(DM_ODM_SUPPORT_TYPE==ODM_WIN) -+ BOOLEAN PT_collision_pre; -+#endif -+ -+#if (defined(CONFIG_RA_DBG_CMD)) -+ BOOLEAN is_ra_dbg_init; -+ -+ u1Byte RTY_P[ODM_NUM_RATE_IDX]; -+ u1Byte RTY_P_default[ODM_NUM_RATE_IDX]; -+ BOOLEAN RTY_P_modify_note[ODM_NUM_RATE_IDX]; -+ -+ u1Byte RATE_UP_RTY_RATIO[ODM_NUM_RATE_IDX]; -+ u1Byte RATE_UP_RTY_RATIO_default[ODM_NUM_RATE_IDX]; -+ BOOLEAN RATE_UP_RTY_RATIO_modify_note[ODM_NUM_RATE_IDX]; -+ -+ u1Byte RATE_DOWN_RTY_RATIO[ODM_NUM_RATE_IDX]; -+ u1Byte RATE_DOWN_RTY_RATIO_default[ODM_NUM_RATE_IDX]; -+ BOOLEAN RATE_DOWN_RTY_RATIO_modify_note[ODM_NUM_RATE_IDX]; -+ -+ BOOLEAN RA_Para_feedback_req; -+ -+ u1Byte para_idx; -+ u1Byte rate_idx; -+ u1Byte value; -+ u2Byte value_16; -+ u1Byte rate_length; -+#endif -+ u1Byte link_tx_rate[ODM_ASSOCIATE_ENTRY_NUM]; -+ -+ #if (defined(CONFIG_RA_DYNAMIC_RTY_LIMIT)) -+ u1Byte per_rate_retrylimit_20M[ODM_NUM_RATE_IDX]; -+ u1Byte per_rate_retrylimit_40M[ODM_NUM_RATE_IDX]; -+ u1Byte retry_descend_num; -+ u1Byte retrylimit_low; -+ u1Byte retrylimit_high; -+ #endif -+ -+ -+} RA_T, *pRA_T; -+ -+typedef struct _ODM_RATE_ADAPTIVE { -+ u1Byte Type; // DM_Type_ByFW/DM_Type_ByDriver -+ u1Byte HighRSSIThresh; // if RSSI > HighRSSIThresh => RATRState is DM_RATR_STA_HIGH -+ u1Byte LowRSSIThresh; // if RSSI <= LowRSSIThresh => RATRState is DM_RATR_STA_LOW -+ u1Byte RATRState; // Current RSSI level, DM_RATR_STA_HIGH/DM_RATR_STA_MIDDLE/DM_RATR_STA_LOW -+ -+#if(DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ u1Byte LdpcThres; // if RSSI > LdpcThres => switch from LPDC to BCC -+ BOOLEAN bLowerRtsRate; -+#endif -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ u1Byte RtsThres; -+#elif(DM_ODM_SUPPORT_TYPE & ODM_CE) -+ BOOLEAN bUseLdpc; -+#else -+ u1Byte UltraLowRSSIThresh; -+ u4Byte LastRATR; // RATR Register Content -+#endif -+ -+} ODM_RATE_ADAPTIVE, *PODM_RATE_ADAPTIVE; -+ -+VOID -+ODM_C2HRaParaReportHandler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+); -+ -+VOID -+odm_RA_ParaAdjust_Send_H2C( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RA_debug( -+ IN PVOID pDM_VOID, -+ IN u4Byte *const dm_value -+); -+ -+VOID -+odm_RA_ParaAdjust_init( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RA_ParaAdjust( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+phydm_ra_dynamic_retry_count( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+phydm_ra_dynamic_retry_limit( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+phydm_ra_dynamic_rate_id_on_assoc( -+ IN PVOID pDM_VOID, -+ IN u1Byte wireless_mode, -+ IN u1Byte init_rate_id -+); -+ -+VOID -+phydm_c2h_ra_report_handler( -+ IN PVOID pDM_VOID, -+ IN pu1Byte CmdBuf, -+ IN u1Byte CmdLen -+); -+ -+VOID -+phydm_ra_info_init( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RSSIMonitorInit( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RSSIMonitorCheck( -+ IN PVOID pDM_VOID -+); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+s4Byte -+phydm_FindMinimumRSSI( -+IN PDM_ODM_T pDM_Odm, -+IN PADAPTER pAdapter, -+IN OUT BOOLEAN *pbLink_temp -+ -+ ); -+#endif -+ -+VOID -+odm_RSSIMonitorCheckMP( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RSSIMonitorCheckCE( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RSSIMonitorCheckAP( -+ IN PVOID pDM_VOID -+); -+ -+ -+VOID -+odm_RateAdaptiveMaskInit( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RefreshRateAdaptiveMask( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RefreshRateAdaptiveMaskMP( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RefreshRateAdaptiveMaskCE( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RefreshRateAdaptiveMaskAPADSL( -+ IN PVOID pDM_VOID -+); -+ -+BOOLEAN -+ODM_RAStateCheck( -+ IN PVOID pDM_VOID, -+ IN s4Byte RSSI, -+ IN BOOLEAN bForceUpdate, -+ OUT pu1Byte pRATRState -+); -+ -+VOID -+odm_RefreshBasicRateMask( -+ IN PVOID pDM_VOID -+); -+VOID -+ODM_RAPostActionOnAssoc( -+ IN PVOID pDM_Odm -+); -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ -+u1Byte -+odm_Find_RTS_Rate( -+ IN PVOID pDM_VOID, -+ IN u1Byte Tx_Rate, -+ IN BOOLEAN bErpProtect -+); -+ -+VOID -+ODM_UpdateNoisyState( -+ IN PVOID pDM_VOID, -+ IN BOOLEAN bNoisyStateFromC2H -+); -+ -+u4Byte -+Set_RA_DM_Ratrbitmap_by_Noisy( -+ IN PVOID pDM_VOID, -+ IN WIRELESS_MODE WirelessMode, -+ IN u4Byte ratr_bitmap, -+ IN u1Byte rssi_level -+); -+ -+VOID -+ODM_UpdateInitRate( -+ IN PVOID pDM_VOID, -+ IN u1Byte Rate -+); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+VOID -+odm_RSSIDumpToRegister( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+odm_RefreshLdpcRtsMP( -+ IN PADAPTER pAdapter, -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte mMacId, -+ IN u1Byte IOTPeer, -+ IN s4Byte UndecoratedSmoothedPWDB -+); -+ -+VOID -+ODM_DynamicARFBSelect( -+ IN PVOID pDM_VOID, -+ IN u1Byte rate, -+ IN BOOLEAN Collision_State -+); -+ -+VOID -+ODM_RateAdaptiveStateApInit( -+ IN PVOID PADAPTER_VOID, -+ IN PRT_WLAN_STA pEntry -+); -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ -+static void -+FindMinimumRSSI( -+ IN PADAPTER pAdapter -+); -+ -+u8Byte -+PhyDM_Get_Rate_Bitmap_Ex( -+ IN PVOID pDM_VOID, -+ IN u4Byte macid, -+ IN u8Byte ra_mask, -+ IN u1Byte rssi_level, -+ OUT u8Byte *dm_RA_Mask, -+ OUT u1Byte *dm_RteID -+); -+u4Byte -+ODM_Get_Rate_Bitmap( -+ IN PVOID pDM_VOID, -+ IN u4Byte macid, -+ IN u4Byte ra_mask, -+ IN u1Byte rssi_level -+); -+#endif/*#elif (DM_ODM_SUPPORT_TYPE == ODM_CE)*/ -+ -+#endif/*#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN| ODM_CE))*/ -+ -+#endif /*#ifndef __ODMRAINFO_H__*/ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11ac.h linux/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11ac.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11ac.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11ac.h 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,90 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODM_REGDEFINE11AC_H__ -+#define __ODM_REGDEFINE11AC_H__ -+ -+//2 RF REG LIST -+ -+ -+ -+//2 BB REG LIST -+//PAGE 8 -+#define ODM_REG_CCK_RPT_FORMAT_11AC 0x804 -+#define ODM_REG_BB_RX_PATH_11AC 0x808 -+#define ODM_REG_BB_TX_PATH_11AC 0x80c -+#define ODM_REG_BB_ATC_11AC 0x860 -+#define ODM_REG_EDCCA_POWER_CAL 0x8dc -+#define ODM_REG_DBG_RPT_11AC 0x8fc -+//PAGE 9 -+#define ODM_REG_EDCCA_DOWN_OPT 0x900 -+#define ODM_REG_ACBB_EDCCA_ENHANCE 0x944 -+#define ODM_REG_OFDM_FA_RST_11AC 0x9A4 -+#define ODM_REG_NHM_TIMER_11AC 0x990 -+#define ODM_REG_CLM_TIME_PERIOD_11AC 0x990 -+#define ODM_REG_NHM_TH9_TH10_11AC 0x994 -+#define ODM_REG_CLM_11AC 0x994 -+#define ODM_REG_NHM_TH3_TO_TH0_11AC 0x998 -+#define ODM_REG_NHM_TH7_TO_TH4_11AC 0x99c -+#define ODM_REG_NHM_TH8_11AC 0x9a0 -+#define ODM_REG_NHM_9E8_11AC 0x9e8 -+#define ODM_REG_CSI_CONTENT_VALUE 0x9b4 -+//PAGE A -+#define ODM_REG_CCK_CCA_11AC 0xA0A -+#define ODM_REG_CCK_FA_RST_11AC 0xA2C -+#define ODM_REG_CCK_FA_11AC 0xA5C -+//PAGE B -+#define ODM_REG_RST_RPT_11AC 0xB58 -+//PAGE C -+#define ODM_REG_TRMUX_11AC 0xC08 -+#define ODM_REG_IGI_A_11AC 0xC50 -+//PAGE E -+#define ODM_REG_IGI_B_11AC 0xE50 -+#define ODM_REG_TRMUX_11AC_B 0xE08 -+//PAGE F -+#define ODM_REG_CCK_CCA_CNT_11AC 0xF08 -+#define ODM_REG_OFDM_FA_11AC 0xF48 -+#define ODM_REG_RPT_11AC 0xfa0 -+#define ODM_REG_CLM_RESULT_11AC 0xfa4 -+#define ODM_REG_NHM_CNT_11AC 0xfa8 -+#define ODM_REG_NHM_DUR_READY_11AC 0xfb4 -+ -+#define ODM_REG_NHM_CNT7_TO_CNT4_11AC 0xfac -+#define ODM_REG_NHM_CNT11_TO_CNT8_11AC 0xfb0 -+#define ODM_REG_OFDM_FA_TYPE2_11AC 0xFD0 -+//PAGE 18 -+#define ODM_REG_IGI_C_11AC 0x1850 -+//PAGE 1A -+#define ODM_REG_IGI_D_11AC 0x1A50 -+ -+//2 MAC REG LIST -+#define ODM_REG_RESP_TX_11AC 0x6D8 -+ -+ -+ -+//DIG Related -+#define ODM_BIT_IGI_11AC 0xFFFFFFFF -+#define ODM_BIT_CCK_RPT_FORMAT_11AC BIT16 -+#define ODM_BIT_BB_RX_PATH_11AC 0xF -+#define ODM_BIT_BB_TX_PATH_11AC 0xF -+#define ODM_BIT_BB_ATC_11AC BIT14 -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11n.h linux/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11n.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11n.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_regdefine11n.h 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,199 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODM_REGDEFINE11N_H__ -+#define __ODM_REGDEFINE11N_H__ -+ -+ -+//2 RF REG LIST -+#define ODM_REG_RF_MODE_11N 0x00 -+#define ODM_REG_RF_0B_11N 0x0B -+#define ODM_REG_CHNBW_11N 0x18 -+#define ODM_REG_T_METER_11N 0x24 -+#define ODM_REG_RF_25_11N 0x25 -+#define ODM_REG_RF_26_11N 0x26 -+#define ODM_REG_RF_27_11N 0x27 -+#define ODM_REG_RF_2B_11N 0x2B -+#define ODM_REG_RF_2C_11N 0x2C -+#define ODM_REG_RXRF_A3_11N 0x3C -+#define ODM_REG_T_METER_92D_11N 0x42 -+#define ODM_REG_T_METER_88E_11N 0x42 -+ -+ -+ -+//2 BB REG LIST -+//PAGE 8 -+#define ODM_REG_BB_CTRL_11N 0x800 -+#define ODM_REG_RF_PIN_11N 0x804 -+#define ODM_REG_PSD_CTRL_11N 0x808 -+#define ODM_REG_TX_ANT_CTRL_11N 0x80C -+#define ODM_REG_BB_PWR_SAV5_11N 0x818 -+#define ODM_REG_CCK_RPT_FORMAT_11N 0x824 -+#define ODM_REG_CCK_RPT_FORMAT_11N_B 0x82C -+#define ODM_REG_RX_DEFUALT_A_11N 0x858 -+#define ODM_REG_RX_DEFUALT_B_11N 0x85A -+#define ODM_REG_BB_PWR_SAV3_11N 0x85C -+#define ODM_REG_ANTSEL_CTRL_11N 0x860 -+#define ODM_REG_RX_ANT_CTRL_11N 0x864 -+#define ODM_REG_PIN_CTRL_11N 0x870 -+#define ODM_REG_BB_PWR_SAV1_11N 0x874 -+#define ODM_REG_ANTSEL_PATH_11N 0x878 -+#define ODM_REG_BB_3WIRE_11N 0x88C -+#define ODM_REG_SC_CNT_11N 0x8C4 -+#define ODM_REG_PSD_DATA_11N 0x8B4 -+#define ODM_REG_PSD_DATA_11N 0x8B4 -+#define ODM_REG_NHM_TIMER_11N 0x894 -+#define ODM_REG_CLM_TIME_PERIOD_11N 0x894 -+#define ODM_REG_NHM_TH9_TH10_11N 0x890 -+#define ODM_REG_CLM_11N 0x890 -+#define ODM_REG_NHM_TH3_TO_TH0_11N 0x898 -+#define ODM_REG_NHM_TH7_TO_TH4_11N 0x89c -+#define ODM_REG_NHM_TH8_11N 0xe28 -+#define ODM_REG_CLM_READY_11N 0x8b4 -+#define ODM_REG_CLM_RESULT_11N 0x8d0 -+#define ODM_REG_NHM_CNT_11N 0x8d8 -+ -+// For ACS, Jeffery, 2014-12-26 -+#define ODM_REG_NHM_CNT7_TO_CNT4_11N 0x8dc -+#define ODM_REG_NHM_CNT9_TO_CNT8_11N 0x8d0 -+#define ODM_REG_NHM_CNT10_11N 0x8d4 -+ -+ -+ -+//PAGE 9 -+#define ODM_REG_DBG_RPT_11N 0x908 -+#define ODM_REG_BB_TX_PATH_11N 0x90c -+#define ODM_REG_ANT_MAPPING1_11N 0x914 -+#define ODM_REG_ANT_MAPPING2_11N 0x918 -+#define ODM_REG_EDCCA_DOWN_OPT_11N 0x948 -+ -+//PAGE A -+#define ODM_REG_CCK_ANTDIV_PARA1_11N 0xA00 -+#define ODM_REG_CCK_CCA_11N 0xA0A -+#define ODM_REG_CCK_ANTDIV_PARA2_11N 0xA0C -+#define ODM_REG_CCK_ANTDIV_PARA3_11N 0xA10 -+#define ODM_REG_CCK_ANTDIV_PARA4_11N 0xA14 -+#define ODM_REG_CCK_FILTER_PARA1_11N 0xA22 -+#define ODM_REG_CCK_FILTER_PARA2_11N 0xA23 -+#define ODM_REG_CCK_FILTER_PARA3_11N 0xA24 -+#define ODM_REG_CCK_FILTER_PARA4_11N 0xA25 -+#define ODM_REG_CCK_FILTER_PARA5_11N 0xA26 -+#define ODM_REG_CCK_FILTER_PARA6_11N 0xA27 -+#define ODM_REG_CCK_FILTER_PARA7_11N 0xA28 -+#define ODM_REG_CCK_FILTER_PARA8_11N 0xA29 -+#define ODM_REG_CCK_FA_RST_11N 0xA2C -+#define ODM_REG_CCK_FA_MSB_11N 0xA58 -+#define ODM_REG_CCK_FA_LSB_11N 0xA5C -+#define ODM_REG_CCK_CCA_CNT_11N 0xA60 -+#define ODM_REG_BB_PWR_SAV4_11N 0xA74 -+//PAGE B -+#define ODM_REG_LNA_SWITCH_11N 0xB2C -+#define ODM_REG_PATH_SWITCH_11N 0xB30 -+#define ODM_REG_RSSI_CTRL_11N 0xB38 -+#define ODM_REG_CONFIG_ANTA_11N 0xB68 -+#define ODM_REG_RSSI_BT_11N 0xB9C -+//PAGE C -+#define ODM_REG_OFDM_FA_HOLDC_11N 0xC00 -+#define ODM_REG_BB_RX_PATH_11N 0xC04 -+#define ODM_REG_TRMUX_11N 0xC08 -+#define ODM_REG_OFDM_FA_RSTC_11N 0xC0C -+#define ODM_REG_RXIQI_MATRIX_11N 0xC14 -+#define ODM_REG_TXIQK_MATRIX_LSB1_11N 0xC4C -+#define ODM_REG_IGI_A_11N 0xC50 -+#define ODM_REG_ANTDIV_PARA2_11N 0xC54 -+#define ODM_REG_IGI_B_11N 0xC58 -+#define ODM_REG_ANTDIV_PARA3_11N 0xC5C -+#define ODM_REG_L1SBD_PD_CH_11N 0XC6C -+#define ODM_REG_BB_PWR_SAV2_11N 0xC70 -+#define ODM_REG_RX_OFF_11N 0xC7C -+#define ODM_REG_TXIQK_MATRIXA_11N 0xC80 -+#define ODM_REG_TXIQK_MATRIXB_11N 0xC88 -+#define ODM_REG_TXIQK_MATRIXA_LSB2_11N 0xC94 -+#define ODM_REG_TXIQK_MATRIXB_LSB2_11N 0xC9C -+#define ODM_REG_RXIQK_MATRIX_LSB_11N 0xCA0 -+#define ODM_REG_ANTDIV_PARA1_11N 0xCA4 -+#define ODM_REG_OFDM_FA_TYPE1_11N 0xCF0 -+//PAGE D -+#define ODM_REG_OFDM_FA_RSTD_11N 0xD00 -+#define ODM_REG_BB_ATC_11N 0xD2C -+#define ODM_REG_OFDM_FA_TYPE2_11N 0xDA0 -+#define ODM_REG_OFDM_FA_TYPE3_11N 0xDA4 -+#define ODM_REG_OFDM_FA_TYPE4_11N 0xDA8 -+#define ODM_REG_RPT_11N 0xDF4 -+//PAGE E -+#define ODM_REG_TXAGC_A_6_18_11N 0xE00 -+#define ODM_REG_TXAGC_A_24_54_11N 0xE04 -+#define ODM_REG_TXAGC_A_1_MCS32_11N 0xE08 -+#define ODM_REG_TXAGC_A_MCS0_3_11N 0xE10 -+#define ODM_REG_TXAGC_A_MCS4_7_11N 0xE14 -+#define ODM_REG_TXAGC_A_MCS8_11_11N 0xE18 -+#define ODM_REG_TXAGC_A_MCS12_15_11N 0xE1C -+#define ODM_REG_EDCCA_DCNF_11N 0xE24 -+#define ODM_REG_FPGA0_IQK_11N 0xE28 -+#define ODM_REG_TXIQK_TONE_A_11N 0xE30 -+#define ODM_REG_RXIQK_TONE_A_11N 0xE34 -+#define ODM_REG_TXIQK_PI_A_11N 0xE38 -+#define ODM_REG_RXIQK_PI_A_11N 0xE3C -+#define ODM_REG_TXIQK_11N 0xE40 -+#define ODM_REG_RXIQK_11N 0xE44 -+#define ODM_REG_IQK_AGC_PTS_11N 0xE48 -+#define ODM_REG_IQK_AGC_RSP_11N 0xE4C -+#define ODM_REG_BLUETOOTH_11N 0xE6C -+#define ODM_REG_RX_WAIT_CCA_11N 0xE70 -+#define ODM_REG_TX_CCK_RFON_11N 0xE74 -+#define ODM_REG_TX_CCK_BBON_11N 0xE78 -+#define ODM_REG_OFDM_RFON_11N 0xE7C -+#define ODM_REG_OFDM_BBON_11N 0xE80 -+#define ODM_REG_TX2RX_11N 0xE84 -+#define ODM_REG_TX2TX_11N 0xE88 -+#define ODM_REG_RX_CCK_11N 0xE8C -+#define ODM_REG_RX_OFDM_11N 0xED0 -+#define ODM_REG_RX_WAIT_RIFS_11N 0xED4 -+#define ODM_REG_RX2RX_11N 0xED8 -+#define ODM_REG_STANDBY_11N 0xEDC -+#define ODM_REG_SLEEP_11N 0xEE0 -+#define ODM_REG_PMPD_ANAEN_11N 0xEEC -+#define ODM_REG_IGI_C_11N 0xF84 -+#define ODM_REG_IGI_D_11N 0xF88 -+ -+//2 MAC REG LIST -+#define ODM_REG_BB_RST_11N 0x02 -+#define ODM_REG_ANTSEL_PIN_11N 0x4C -+#define ODM_REG_EARLY_MODE_11N 0x4D0 -+#define ODM_REG_RSSI_MONITOR_11N 0x4FE -+#define ODM_REG_EDCA_VO_11N 0x500 -+#define ODM_REG_EDCA_VI_11N 0x504 -+#define ODM_REG_EDCA_BE_11N 0x508 -+#define ODM_REG_EDCA_BK_11N 0x50C -+#define ODM_REG_TXPAUSE_11N 0x522 -+#define ODM_REG_RESP_TX_11N 0x6D8 -+#define ODM_REG_ANT_TRAIN_PARA1_11N 0x7b0 -+#define ODM_REG_ANT_TRAIN_PARA2_11N 0x7b4 -+ -+ -+//DIG Related -+#define ODM_BIT_IGI_11N 0x0000007F -+#define ODM_BIT_CCK_RPT_FORMAT_11N BIT9 -+#define ODM_BIT_BB_RX_PATH_11N 0xF -+#define ODM_BIT_BB_TX_PATH_11N 0xF -+#define ODM_BIT_BB_ATC_11N BIT11 -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_reg.h linux/3rdparty/rtl8812au/hal/phydm/phydm_reg.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_reg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_reg.h 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,208 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+//============================================================ -+// File Name: odm_reg.h -+// -+// Description: -+// -+// This file is for general register definition. -+// -+// -+//============================================================ -+#ifndef __HAL_ODM_REG_H__ -+#define __HAL_ODM_REG_H__ -+ -+// -+// Register Definition -+// -+ -+//MAC REG -+#define ODM_BB_RESET 0x002 -+#define ODM_DUMMY 0x4fe -+#define RF_T_METER_OLD 0x24 -+#define RF_T_METER_NEW 0x42 -+ -+#define ODM_EDCA_VO_PARAM 0x500 -+#define ODM_EDCA_VI_PARAM 0x504 -+#define ODM_EDCA_BE_PARAM 0x508 -+#define ODM_EDCA_BK_PARAM 0x50C -+#define ODM_TXPAUSE 0x522 -+ -+//BB REG -+#define ODM_FPGA_PHY0_PAGE8 0x800 -+#define ODM_PSD_SETTING 0x808 -+#define ODM_AFE_SETTING 0x818 -+#define ODM_TXAGC_B_6_18 0x830 -+#define ODM_TXAGC_B_24_54 0x834 -+#define ODM_TXAGC_B_MCS32_5 0x838 -+#define ODM_TXAGC_B_MCS0_MCS3 0x83c -+#define ODM_TXAGC_B_MCS4_MCS7 0x848 -+#define ODM_TXAGC_B_MCS8_MCS11 0x84c -+#define ODM_ANALOG_REGISTER 0x85c -+#define ODM_RF_INTERFACE_OUTPUT 0x860 -+#define ODM_TXAGC_B_MCS12_MCS15 0x868 -+#define ODM_TXAGC_B_11_A_2_11 0x86c -+#define ODM_AD_DA_LSB_MASK 0x874 -+#define ODM_ENABLE_3_WIRE 0x88c -+#define ODM_PSD_REPORT 0x8b4 -+#define ODM_R_ANT_SELECT 0x90c -+#define ODM_CCK_ANT_SELECT 0xa07 -+#define ODM_CCK_PD_THRESH 0xa0a -+#define ODM_CCK_RF_REG1 0xa11 -+#define ODM_CCK_MATCH_FILTER 0xa20 -+#define ODM_CCK_RAKE_MAC 0xa2e -+#define ODM_CCK_CNT_RESET 0xa2d -+#define ODM_CCK_TX_DIVERSITY 0xa2f -+#define ODM_CCK_FA_CNT_MSB 0xa5b -+#define ODM_CCK_FA_CNT_LSB 0xa5c -+#define ODM_CCK_NEW_FUNCTION 0xa75 -+#define ODM_OFDM_PHY0_PAGE_C 0xc00 -+#define ODM_OFDM_RX_ANT 0xc04 -+#define ODM_R_A_RXIQI 0xc14 -+#define ODM_R_A_AGC_CORE1 0xc50 -+#define ODM_R_A_AGC_CORE2 0xc54 -+#define ODM_R_B_AGC_CORE1 0xc58 -+#define ODM_R_AGC_PAR 0xc70 -+#define ODM_R_HTSTF_AGC_PAR 0xc7c -+#define ODM_TX_PWR_TRAINING_A 0xc90 -+#define ODM_TX_PWR_TRAINING_B 0xc98 -+#define ODM_OFDM_FA_CNT1 0xcf0 -+#define ODM_OFDM_PHY0_PAGE_D 0xd00 -+#define ODM_OFDM_FA_CNT2 0xda0 -+#define ODM_OFDM_FA_CNT3 0xda4 -+#define ODM_OFDM_FA_CNT4 0xda8 -+#define ODM_TXAGC_A_6_18 0xe00 -+#define ODM_TXAGC_A_24_54 0xe04 -+#define ODM_TXAGC_A_1_MCS32 0xe08 -+#define ODM_TXAGC_A_MCS0_MCS3 0xe10 -+#define ODM_TXAGC_A_MCS4_MCS7 0xe14 -+#define ODM_TXAGC_A_MCS8_MCS11 0xe18 -+#define ODM_TXAGC_A_MCS12_MCS15 0xe1c -+ -+//RF REG -+#define ODM_GAIN_SETTING 0x00 -+#define ODM_CHANNEL 0x18 -+#define ODM_RF_T_METER 0x24 -+#define ODM_RF_T_METER_92D 0x42 -+#define ODM_RF_T_METER_88E 0x42 -+#define ODM_RF_T_METER_92E 0x42 -+#define ODM_RF_T_METER_8812 0x42 -+ -+//Ant Detect Reg -+#define ODM_DPDT 0x300 -+ -+//PSD Init -+#define ODM_PSDREG 0x808 -+ -+//92D Path Div -+#define PATHDIV_REG 0xB30 -+#define PATHDIV_TRI 0xBA0 -+ -+ -+// -+// Bitmap Definition -+// -+#if(DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+// TX AGC -+#define rTxAGC_A_CCK11_CCK1_JAguar 0xc20 -+#define rTxAGC_A_Ofdm18_Ofdm6_JAguar 0xc24 -+#define rTxAGC_A_Ofdm54_Ofdm24_JAguar 0xc28 -+#define rTxAGC_A_MCS3_MCS0_JAguar 0xc2c -+#define rTxAGC_A_MCS7_MCS4_JAguar 0xc30 -+#define rTxAGC_A_MCS11_MCS8_JAguar 0xc34 -+#define rTxAGC_A_MCS15_MCS12_JAguar 0xc38 -+#define rTxAGC_A_Nss1Index3_Nss1Index0_JAguar 0xc3c -+#define rTxAGC_A_Nss1Index7_Nss1Index4_JAguar 0xc40 -+#define rTxAGC_A_Nss2Index1_Nss1Index8_JAguar 0xc44 -+#define rTxAGC_A_Nss2Index5_Nss2Index2_JAguar 0xc48 -+#define rTxAGC_A_Nss2Index9_Nss2Index6_JAguar 0xc4c -+#if defined(CONFIG_WLAN_HAL_8814AE) -+#define rTxAGC_A_MCS19_MCS16_JAguar 0xcd8 -+#define rTxAGC_A_MCS23_MCS20_JAguar 0xcdc -+#define rTxAGC_A_Nss3Index3_Nss3Index0_JAguar 0xce0 -+#define rTxAGC_A_Nss3Index7_Nss3Index4_JAguar 0xce4 -+#define rTxAGC_A_Nss3Index9_Nss3Index8_JAguar 0xce8 -+#endif -+#define rTxAGC_B_CCK11_CCK1_JAguar 0xe20 -+#define rTxAGC_B_Ofdm18_Ofdm6_JAguar 0xe24 -+#define rTxAGC_B_Ofdm54_Ofdm24_JAguar 0xe28 -+#define rTxAGC_B_MCS3_MCS0_JAguar 0xe2c -+#define rTxAGC_B_MCS7_MCS4_JAguar 0xe30 -+#define rTxAGC_B_MCS11_MCS8_JAguar 0xe34 -+#define rTxAGC_B_MCS15_MCS12_JAguar 0xe38 -+#define rTxAGC_B_Nss1Index3_Nss1Index0_JAguar 0xe3c -+#define rTxAGC_B_Nss1Index7_Nss1Index4_JAguar 0xe40 -+#define rTxAGC_B_Nss2Index1_Nss1Index8_JAguar 0xe44 -+#define rTxAGC_B_Nss2Index5_Nss2Index2_JAguar 0xe48 -+#define rTxAGC_B_Nss2Index9_Nss2Index6_JAguar 0xe4c -+#if defined(CONFIG_WLAN_HAL_8814AE) -+#define rTxAGC_B_MCS19_MCS16_JAguar 0xed8 -+#define rTxAGC_B_MCS23_MCS20_JAguar 0xedc -+#define rTxAGC_B_Nss3Index3_Nss3Index0_JAguar 0xee0 -+#define rTxAGC_B_Nss3Index7_Nss3Index4_JAguar 0xee4 -+#define rTxAGC_B_Nss3Index9_Nss3Index8_JAguar 0xee8 -+#define rTxAGC_C_CCK11_CCK1_JAguar 0x1820 -+#define rTxAGC_C_Ofdm18_Ofdm6_JAguar 0x1824 -+#define rTxAGC_C_Ofdm54_Ofdm24_JAguar 0x1828 -+#define rTxAGC_C_MCS3_MCS0_JAguar 0x182c -+#define rTxAGC_C_MCS7_MCS4_JAguar 0x1830 -+#define rTxAGC_C_MCS11_MCS8_JAguar 0x1834 -+#define rTxAGC_C_MCS15_MCS12_JAguar 0x1838 -+#define rTxAGC_C_Nss1Index3_Nss1Index0_JAguar 0x183c -+#define rTxAGC_C_Nss1Index7_Nss1Index4_JAguar 0x1840 -+#define rTxAGC_C_Nss2Index1_Nss1Index8_JAguar 0x1844 -+#define rTxAGC_C_Nss2Index5_Nss2Index2_JAguar 0x1848 -+#define rTxAGC_C_Nss2Index9_Nss2Index6_JAguar 0x184c -+#define rTxAGC_C_MCS19_MCS16_JAguar 0x18d8 -+#define rTxAGC_C_MCS23_MCS20_JAguar 0x18dc -+#define rTxAGC_C_Nss3Index3_Nss3Index0_JAguar 0x18e0 -+#define rTxAGC_C_Nss3Index7_Nss3Index4_JAguar 0x18e4 -+#define rTxAGC_C_Nss3Index9_Nss3Index8_JAguar 0x18e8 -+#define rTxAGC_D_CCK11_CCK1_JAguar 0x1a20 -+#define rTxAGC_D_Ofdm18_Ofdm6_JAguar 0x1a24 -+#define rTxAGC_D_Ofdm54_Ofdm24_JAguar 0x1a28 -+#define rTxAGC_D_MCS3_MCS0_JAguar 0x1a2c -+#define rTxAGC_D_MCS7_MCS4_JAguar 0x1a30 -+#define rTxAGC_D_MCS11_MCS8_JAguar 0x1a34 -+#define rTxAGC_D_MCS15_MCS12_JAguar 0x1a38 -+#define rTxAGC_D_Nss1Index3_Nss1Index0_JAguar 0x1a3c -+#define rTxAGC_D_Nss1Index7_Nss1Index4_JAguar 0x1a40 -+#define rTxAGC_D_Nss2Index1_Nss1Index8_JAguar 0x1a44 -+#define rTxAGC_D_Nss2Index5_Nss2Index2_JAguar 0x1a48 -+#define rTxAGC_D_Nss2Index9_Nss2Index6_JAguar 0x1a4c -+#define rTxAGC_D_MCS19_MCS16_JAguar 0x1ad8 -+#define rTxAGC_D_MCS23_MCS20_JAguar 0x1adc -+#define rTxAGC_D_Nss3Index3_Nss3Index0_JAguar 0x1ae0 -+#define rTxAGC_D_Nss3Index7_Nss3Index4_JAguar 0x1ae4 -+#define rTxAGC_D_Nss3Index9_Nss3Index8_JAguar 0x1ae8 -+#endif -+ -+#define bTxAGC_byte0_Jaguar 0xff -+#define bTxAGC_byte1_Jaguar 0xff00 -+#define bTxAGC_byte2_Jaguar 0xff0000 -+#define bTxAGC_byte3_Jaguar 0xff000000 -+#endif -+ -+#define BIT_FA_RESET BIT0 -+ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.c linux/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.c 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,1692 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "phydm_precomp.h" -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+#define AFH_PSD 1 //0:normal PSD scan, 1: only do 20 pts PSD -+#define MODE_40M 0 //0:20M, 1:40M -+#define PSD_TH2 3 -+#define PSD_CHMIN 20 // Minimum channel number for BT AFH -+#define SIR_STEP_SIZE 3 -+#define Smooth_Size_1 5 -+#define Smooth_TH_1 3 -+#define Smooth_Size_2 10 -+#define Smooth_TH_2 4 -+#define Smooth_Size_3 20 -+#define Smooth_TH_3 4 -+#define Smooth_Step_Size 5 -+#define Adaptive_SIR 1 -+#define SCAN_INTERVAL 1500 //ms -+#define SYN_Length 5 // for 92D -+ -+#define LNA_Low_Gain_1 0x64 -+#define LNA_Low_Gain_2 0x5A -+#define LNA_Low_Gain_3 0x58 -+ -+#define pw_th_10dB 0x0 -+#define pw_th_16dB 0x3 -+ -+#define FA_RXHP_TH1 5000 -+#define FA_RXHP_TH2 1500 -+#define FA_RXHP_TH3 800 -+#define FA_RXHP_TH4 600 -+#define FA_RXHP_TH5 500 -+ -+#define Idle_Mode 0 -+#define High_TP_Mode 1 -+#define Low_TP_Mode 2 -+ -+ -+VOID -+odm_PSDMonitorInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+#if (DEV_BUS_TYPE == RT_PCI_INTERFACE)|(DEV_BUS_TYPE == RT_USB_INTERFACE) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ //HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ //PSD Monitor Setting -+ //Which path in ADC/DAC is turnned on for PSD: both I/Q -+ ODM_SetBBReg(pDM_Odm, ODM_PSDREG, BIT10|BIT11, 0x3); -+ //Ageraged number: 8 -+ ODM_SetBBReg(pDM_Odm, ODM_PSDREG, BIT12|BIT13, 0x1); -+ pDM_Odm->bPSDinProcess = FALSE; -+ pDM_Odm->bUserAssignLevel = FALSE; -+ pDM_Odm->bPSDactive = FALSE; -+ //pDM_Odm->bDMInitialGainEnable=TRUE; //change the initialization to DIGinit -+ //Set Debug Port -+ //PHY_SetBBReg(Adapter, 0x908, bMaskDWord, 0x803); -+ //PHY_SetBBReg(Adapter, 0xB34, bMaskByte0, 0x00); // pause PSD -+ //PHY_SetBBReg(Adapter, 0xB38, bMaskByte0, 10); //rescan -+ //PHY_SetBBReg(Adapter, 0xB38, bMaskByte2|bMaskByte3, 100); //interval -+ -+ //PlatformSetTimer( Adapter, &pHalData->PSDTriggerTimer, 0); //ms -+#endif -+} -+ -+VOID -+PatchDCTone( -+ IN PVOID pDM_VOID, -+ pu4Byte PSD_report, -+ u1Byte initial_gain_psd -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ //HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ //PADAPTER pAdapter; -+ -+ u4Byte psd_report; -+ -+ //2 Switch to CH11 to patch CH9 and CH13 DC tone -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x3FF, 11); -+ -+ if(pDM_Odm->SupportICType== ODM_RTL8192D) -+ { -+ if((*(pDM_Odm->pMacPhyMode) == ODM_SMSP)||(*(pDM_Odm->pMacPhyMode) == ODM_DMSP)) -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_CHNLBW, 0x3FF, 11); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x25, 0xfffff, 0x643BC); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x26, 0xfffff, 0xFC038); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x27, 0xfffff, 0x77C1A); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x2B, 0xfffff, 0x41289); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x2C, 0xfffff, 0x01840); -+ } -+ else -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x25, 0xfffff, 0x643BC); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x26, 0xfffff, 0xFC038); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x27, 0xfffff, 0x77C1A); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x2B, 0xfffff, 0x41289); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x2C, 0xfffff, 0x01840); -+ } -+ } -+ -+ //Ch9 DC tone patch -+ psd_report = GetPSDData(pDM_Odm, 96, initial_gain_psd); -+ PSD_report[50] = psd_report; -+ //Ch13 DC tone patch -+ psd_report = GetPSDData(pDM_Odm, 32, initial_gain_psd); -+ PSD_report[70] = psd_report; -+ -+ //2 Switch to CH3 to patch CH1 and CH5 DC tone -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x3FF, 3); -+ -+ -+ if(pDM_Odm->SupportICType==ODM_RTL8192D) -+ { -+ if((*(pDM_Odm->pMacPhyMode) == ODM_SMSP)||(*(pDM_Odm->pMacPhyMode) == ODM_DMSP)) -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_CHNLBW, 0x3FF, 3); -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_B, 0x25, 0xfffff, 0x643BC); -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_B, 0x26, 0xfffff, 0xFC038); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x27, 0xfffff, 0x07C1A); -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_B, 0x2B, 0xfffff, 0x61289); -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_B, 0x2C, 0xfffff, 0x01C41); -+ } -+ else -+ { -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_A, 0x25, 0xfffff, 0x643BC); -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_A, 0x26, 0xfffff, 0xFC038); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x27, 0xfffff, 0x07C1A); -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_A, 0x2B, 0xfffff, 0x61289); -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_A, 0x2C, 0xfffff, 0x01C41); -+ } -+ } -+ -+ //Ch1 DC tone patch -+ psd_report = GetPSDData(pDM_Odm, 96, initial_gain_psd); -+ PSD_report[10] = psd_report; -+ //Ch5 DC tone patch -+ psd_report = GetPSDData(pDM_Odm, 32, initial_gain_psd); -+ PSD_report[30] = psd_report; -+ -+} -+ -+ -+VOID -+GoodChannelDecision( -+ IN PVOID pDM_VOID, -+ pu4Byte PSD_report, -+ pu1Byte PSD_bitmap, -+ u1Byte RSSI_BT, -+ pu1Byte PSD_bitmap_memory) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRXHP_T pRX_HP_Table = &pDM_Odm->DM_RXHP_Table; -+ //s4Byte TH1 = SSBT-0x15; // modify TH by Neil Chen -+ s4Byte TH1= RSSI_BT+0x14; -+ s4Byte TH2 = RSSI_BT+85; -+ //u2Byte TH3; -+// s4Byte RegB34; -+ u1Byte bitmap, Smooth_size[3], Smooth_TH[3]; -+ //u1Byte psd_bit; -+ u4Byte i,n,j, byte_idx, bit_idx, good_cnt, good_cnt_smoothing, Smooth_Interval[3]; -+ int start_byte_idx,start_bit_idx,cur_byte_idx, cur_bit_idx,NOW_byte_idx ; -+ -+// RegB34 = PHY_QueryBBReg(Adapter,0xB34, bMaskDWord)&0xFF; -+ -+ if((pDM_Odm->SupportICType == ODM_RTL8192C)||(pDM_Odm->SupportICType == ODM_RTL8192D)) -+ { -+ TH1 = RSSI_BT + 0x14; -+ } -+ -+ Smooth_size[0]=Smooth_Size_1; -+ Smooth_size[1]=Smooth_Size_2; -+ Smooth_size[2]=Smooth_Size_3; -+ Smooth_TH[0]=Smooth_TH_1; -+ Smooth_TH[1]=Smooth_TH_2; -+ Smooth_TH[2]=Smooth_TH_3; -+ Smooth_Interval[0]=16; -+ Smooth_Interval[1]=15; -+ Smooth_Interval[2]=13; -+ good_cnt = 0; -+ if(pDM_Odm->SupportICType==ODM_RTL8723A) -+ { -+ //2 Threshold -+ -+ if(RSSI_BT >=41) -+ TH1 = 113; -+ else if(RSSI_BT >=38) // >= -15dBm -+ TH1 = 105; //0x69 -+ else if((RSSI_BT >=33)&(RSSI_BT <38)) -+ TH1 = 99+(RSSI_BT-33); //0x63 -+ else if((RSSI_BT >=26)&(RSSI_BT<33)) -+ TH1 = 99-(33-RSSI_BT)+2; //0x5e -+ else if((RSSI_BT >=24)&(RSSI_BT<26)) -+ TH1 = 88-((RSSI_BT-24)*3); //0x58 -+ else if((RSSI_BT >=18)&(RSSI_BT<24)) -+ TH1 = 77+((RSSI_BT-18)*2); -+ else if((RSSI_BT >=14)&(RSSI_BT<18)) -+ TH1 = 63+((RSSI_BT-14)*2); -+ else if((RSSI_BT >=8)&(RSSI_BT<14)) -+ TH1 = 58+((RSSI_BT-8)*2); -+ else if((RSSI_BT >=3)&(RSSI_BT<8)) -+ TH1 = 52+(RSSI_BT-3); -+ else -+ TH1 = 51; -+ } -+ -+ for (i = 0; i< 10; i++) -+ PSD_bitmap[i] = 0; -+ -+ -+ // Add By Gary -+ for (i=0; i<80; i++) -+ pRX_HP_Table->PSD_bitmap_RXHP[i] = 0; -+ // End -+ -+ -+ -+ if(pDM_Odm->SupportICType==ODM_RTL8723A) -+ { -+ TH1 =TH1-SIR_STEP_SIZE; -+ } -+ while (good_cnt < PSD_CHMIN) -+ { -+ good_cnt = 0; -+ if(pDM_Odm->SupportICType==ODM_RTL8723A) -+ { -+ if(TH1 ==TH2) -+ break; -+ if((TH1+SIR_STEP_SIZE) < TH2) -+ TH1 += SIR_STEP_SIZE; -+ else -+ TH1 = TH2; -+ } -+ else -+ { -+ if(TH1==(RSSI_BT+0x1E)) -+ break; -+ if((TH1+2) < (RSSI_BT+0x1E)) -+ TH1+=3; -+ else -+ TH1 = RSSI_BT+0x1E; -+ -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD,DBG_LOUD,("PSD: decision threshold is: %d", TH1)); -+ -+ for (i = 0; i< 80; i++) -+ { -+ if((s4Byte)(PSD_report[i]) < TH1) -+ { -+ byte_idx = i / 8; -+ bit_idx = i -8*byte_idx; -+ bitmap = PSD_bitmap[byte_idx]; -+ PSD_bitmap[byte_idx] = bitmap | (u1Byte) (1 << bit_idx); -+ } -+ } -+ -+#if DBG -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD: before smoothing\n")); -+ for(n=0;n<10;n++) -+ { -+ //DbgPrint("PSD_bitmap[%u]=%x\n", n, PSD_bitmap[n]); -+ for (i = 0; i<8; i++) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD_bitmap[%u] = %d\n", 2402+n*8+i, (PSD_bitmap[n]&BIT(i))>>i)); -+ } -+#endif -+ -+ //1 Start of smoothing function -+ -+ for (j=0;j<3;j++) -+ { -+ start_byte_idx=0; -+ start_bit_idx=0; -+ for(n=0; n 7 ) -+ { -+ start_byte_idx= start_byte_idx+start_bit_idx/8; -+ start_bit_idx = start_bit_idx%8; -+ } -+ } -+ -+ ODM_RT_TRACE( pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD: after %u smoothing", j+1)); -+ for(n=0;n<10;n++) -+ { -+ for (i = 0; i<8; i++) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD_bitmap[%u] = %d\n", 2402+n*8+i, (PSD_bitmap[n]&BIT(i))>>i)); -+ -+ if ( ((PSD_bitmap[n]&BIT(i))>>i) ==1) //----- Add By Gary -+ { -+ pRX_HP_Table->PSD_bitmap_RXHP[8*n+i] = 1; -+ } // ------end by Gary -+ } -+ } -+ -+ } -+ -+ -+ good_cnt = 0; -+ for ( i = 0; i < 10; i++) -+ { -+ for (n = 0; n < 8; n++) -+ if((PSD_bitmap[i]& BIT(n)) != 0) -+ good_cnt++; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, ODM_COMP_PSD,("PSD: good channel cnt = %u",good_cnt)); -+ } -+ -+ //RT_TRACE(ODM_COMP_PSD, DBG_LOUD,("PSD: SSBT=%d, TH2=%d, TH1=%d",SSBT,TH2,TH1)); -+ for (i = 0; i <10; i++) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD: PSD_bitmap[%u]=%x",i,PSD_bitmap[i])); -+/* -+ //Update bitmap memory -+ for(i = 0; i < 80; i++) -+ { -+ byte_idx = i / 8; -+ bit_idx = i -8*byte_idx; -+ psd_bit = (PSD_bitmap[byte_idx] & BIT(bit_idx)) >> bit_idx; -+ bitmap = PSD_bitmap_memory[i]; -+ PSD_bitmap_memory[i] = (bitmap << 1) |psd_bit; -+ } -+*/ -+} -+ -+ -+ -+VOID -+odm_PSD_Monitor( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ //HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ //PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ unsigned int pts, start_point, stop_point; -+ u1Byte initial_gain ; -+ static u1Byte PSD_bitmap_memory[80], init_memory = 0; -+ static u1Byte psd_cnt=0; -+ static u4Byte PSD_report[80], PSD_report_tmp; -+ static u8Byte lastTxOkCnt=0, lastRxOkCnt=0; -+ u1Byte H2C_PSD_DATA[5]={0,0,0,0,0}; -+ static u1Byte H2C_PSD_DATA_last[5] ={0,0,0,0,0}; -+ u1Byte idx[20]={96,99,102,106,109,112,115,118,122,125, -+ 0,3,6,10,13,16,19,22,26,29}; -+ u1Byte n, i, channel, BBReset,tone_idx; -+ u1Byte PSD_bitmap[10], SSBT=0,initial_gain_psd=0, RSSI_BT=0, initialGainUpper; -+ s4Byte PSD_skip_start, PSD_skip_stop; -+ u4Byte CurrentChannel, RXIQI, RxIdleLowPwr, wlan_channel; -+ u4Byte ReScan, Interval, Is40MHz; -+ u8Byte curTxOkCnt, curRxOkCnt; -+ int cur_byte_idx, cur_bit_idx; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &Adapter->MgntInfo; -+ -+ -+ if(*pDM_Odm->pbDriverIsGoingToPnpSetPowerSleep) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("pbDriverIsGoingToPnpSetPowerSleep!!!!!!!!!!!!!!!\n")); -+ return; -+ } -+ -+ -+ if( (*(pDM_Odm->pbScanInProcess)) || -+ pDM_Odm->bLinkInProcess) -+ { -+ if((pDM_Odm->SupportICType==ODM_RTL8723A)&(pDM_Odm->SupportInterface==ODM_ITRF_PCIE)) -+ { -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PSDTimer, 1500); //ms -+ //psd_cnt=0; -+ } -+ return; -+ } -+ -+ if(pDM_Odm->bBtHsOperation) -+ { -+ ReScan = 1; -+ Interval = SCAN_INTERVAL; -+ } -+ else -+ { -+ ReScan = PSD_RESCAN; -+ Interval = SCAN_INTERVAL; -+ } -+ -+ //1 Initialization -+ if(init_memory == 0) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("Init memory\n")); -+ for(i = 0; i < 80; i++) -+ PSD_bitmap_memory[i] = 0xFF; // channel is always good -+ init_memory = 1; -+ } -+ if(psd_cnt == 0) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("Enter dm_PSD_Monitor\n")); -+ for(i = 0; i < 80; i++) -+ PSD_report[i] = 0; -+ } -+ -+ //1 Backup Current Settings -+ CurrentChannel = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask); -+/* -+ if(pDM_Odm->SupportICType==ODM_RTL8192D) -+ { -+ //2 Record Current synthesizer parameters based on current channel -+ if((*pDM_Odm->MacPhyMode92D == SINGLEMAC_SINGLEPHY)||(*pDM_Odm->MacPhyMode92D == DUALMAC_SINGLEPHY)) -+ { -+ SYN_RF25 = ODM_GetRFReg(Adapter, ODM_RF_PATH_B, 0x25, bMaskDWord); -+ SYN_RF26 = ODM_GetRFReg(Adapter, ODM_RF_PATH_B, 0x26, bMaskDWord); -+ SYN_RF27 = ODM_GetRFReg(Adapter, ODM_RF_PATH_B, 0x27, bMaskDWord); -+ SYN_RF2B = ODM_GetRFReg(Adapter, ODM_RF_PATH_B, 0x2B, bMaskDWord); -+ SYN_RF2C = ODM_GetRFReg(Adapter, ODM_RF_PATH_B, 0x2C, bMaskDWord); -+ } -+ else // DualMAC_DualPHY 2G -+ { -+ SYN_RF25 = ODM_GetRFReg(Adapter, ODM_RF_PATH_A, 0x25, bMaskDWord); -+ SYN_RF26 = ODM_GetRFReg(Adapter, ODM_RF_PATH_A, 0x26, bMaskDWord); -+ SYN_RF27 = ODM_GetRFReg(Adapter, ODM_RF_PATH_A, 0x27, bMaskDWord); -+ SYN_RF2B = ODM_GetRFReg(Adapter, ODM_RF_PATH_A, 0x2B, bMaskDWord); -+ SYN_RF2C = ODM_GetRFReg(Adapter, ODM_RF_PATH_A, 0x2C, bMaskDWord); -+ } -+ } -+*/ -+ //RXIQI = PHY_QueryBBReg(Adapter, 0xC14, bMaskDWord); -+ RXIQI = ODM_GetBBReg(pDM_Odm, 0xC14, bMaskDWord); -+ -+ //RxIdleLowPwr = (PHY_QueryBBReg(Adapter, 0x818, bMaskDWord)&BIT28)>>28; -+ RxIdleLowPwr = (ODM_GetBBReg(pDM_Odm, 0x818, bMaskDWord)&BIT28)>>28; -+ -+ //2??? -+ if(CHNL_RUN_ABOVE_40MHZ(pMgntInfo)) -+ Is40MHz = TRUE; -+ else -+ Is40MHz = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PSD, DBG_LOUD,("PSD Scan Start\n")); -+ //1 Turn off CCK -+ //PHY_SetBBReg(Adapter, rFPGA0_RFMOD, BIT24, 0); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_RFMOD, BIT24, 0); -+ //1 Turn off TX -+ //Pause TX Queue -+ //PlatformEFIOWrite1Byte(Adapter, REG_TXPAUSE, 0xFF); -+ ODM_Write1Byte(pDM_Odm,REG_TXPAUSE, 0xFF); -+ -+ //Force RX to stop TX immediately -+ //PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask, 0x32E13); -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask, 0x32E13); -+ //1 Turn off RX -+ //Rx AGC off RegC70[0]=0, RegC7C[20]=0 -+ //PHY_SetBBReg(Adapter, 0xC70, BIT0, 0); -+ //PHY_SetBBReg(Adapter, 0xC7C, BIT20, 0); -+ -+ ODM_SetBBReg(pDM_Odm, 0xC70, BIT0, 0); -+ ODM_SetBBReg(pDM_Odm, 0xC7C, BIT20, 0); -+ -+ -+ //Turn off CCA -+ //PHY_SetBBReg(Adapter, 0xC14, bMaskDWord, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xC14, bMaskDWord, 0x0); -+ -+ //BB Reset -+ //BBReset = PlatformEFIORead1Byte(Adapter, 0x02); -+ BBReset = ODM_Read1Byte(pDM_Odm, 0x02); -+ -+ //PlatformEFIOWrite1Byte(Adapter, 0x02, BBReset&(~BIT0)); -+ //PlatformEFIOWrite1Byte(Adapter, 0x02, BBReset|BIT0); -+ ODM_SetBBReg(pDM_Odm, 0x87C, BIT31, 1); //clock gated to prevent from AGC table mess -+ ODM_Write1Byte(pDM_Odm, 0x02, BBReset&(~BIT0)); -+ ODM_Write1Byte(pDM_Odm, 0x02, BBReset|BIT0); -+ ODM_SetBBReg(pDM_Odm, 0x87C, BIT31, 0); -+ -+ //1 Leave RX idle low power -+ //PHY_SetBBReg(Adapter, 0x818, BIT28, 0x0); -+ -+ ODM_SetBBReg(pDM_Odm, 0x818, BIT28, 0x0); -+ //1 Fix initial gain -+ //if (IS_HARDWARE_TYPE_8723AE(Adapter)) -+ //RSSI_BT = pHalData->RSSI_BT; -+ //else if((IS_HARDWARE_TYPE_8192C(Adapter))||(IS_HARDWARE_TYPE_8192D(Adapter))) // Add by Gary -+ // RSSI_BT = RSSI_BT_new; -+ -+ if((pDM_Odm->SupportICType==ODM_RTL8723A)&(pDM_Odm->SupportInterface==ODM_ITRF_PCIE)) -+ RSSI_BT=pDM_Odm->RSSI_BT; //need to check C2H to pDM_Odm RSSI BT -+ -+ if(RSSI_BT>=47) -+ RSSI_BT=47; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD: RSSI_BT= %d\n", RSSI_BT)); -+ -+ if(pDM_Odm->SupportICType==ODM_RTL8723A) -+ { -+ //Neil add--2011--10--12 -+ //2 Initial Gain index -+ if(RSSI_BT >=35) // >= -15dBm -+ initial_gain_psd = RSSI_BT*2; -+ else if((RSSI_BT >=33)&(RSSI_BT<35)) -+ initial_gain_psd = RSSI_BT*2+6; -+ else if((RSSI_BT >=24)&(RSSI_BT<33)) -+ initial_gain_psd = 70-(33-RSSI_BT); -+ else if((RSSI_BT >=19)&(RSSI_BT<24)) -+ initial_gain_psd = 64-((24-RSSI_BT)*4); -+ else if((RSSI_BT >=14)&(RSSI_BT<19)) -+ initial_gain_psd = 44-((18-RSSI_BT)*2); -+ else if((RSSI_BT >=8)&(RSSI_BT<14)) -+ initial_gain_psd = 35-(14-RSSI_BT); -+ else -+ initial_gain_psd = 0x1B; -+ } -+ else -+ { -+ -+ //need to do -+ initial_gain_psd = pDM_Odm->RSSI_Min; // PSD report based on RSSI -+ //} -+ } -+ //if(RSSI_BT<0x17) -+ // RSSI_BT +=3; -+ //DbgPrint("PSD: RSSI_BT= %d\n", RSSI_BT); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD: RSSI_BT= %d\n", RSSI_BT)); -+ -+ //initialGainUpper = 0x5E; //Modify by neil chen -+ -+ if(pDM_Odm->bUserAssignLevel) -+ { -+ pDM_Odm->bUserAssignLevel = FALSE; -+ initialGainUpper = 0x7f; -+ } -+ else -+ { -+ initialGainUpper = 0x5E; -+ } -+ -+ /* -+ if (initial_gain_psd < 0x1a) -+ initial_gain_psd = 0x1a; -+ if (initial_gain_psd > initialGainUpper) -+ initial_gain_psd = initialGainUpper; -+ */ -+ -+ //if(pDM_Odm->SupportICType==ODM_RTL8723A) -+ SSBT = RSSI_BT * 2 +0x3E; -+ -+ -+ //if(IS_HARDWARE_TYPE_8723AE(Adapter)) -+ // SSBT = RSSI_BT * 2 +0x3E; -+ //else if((IS_HARDWARE_TYPE_8192C(Adapter))||(IS_HARDWARE_TYPE_8192D(Adapter))) // Add by Gary -+ //{ -+ // RSSI_BT = initial_gain_psd; -+ // SSBT = RSSI_BT; -+ //} -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD: SSBT= %d\n", SSBT)); -+ ODM_RT_TRACE( pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD: initial gain= 0x%x\n", initial_gain_psd)); -+ //DbgPrint("PSD: SSBT= %d", SSBT); -+ //need to do -+ pDM_Odm->bDMInitialGainEnable = FALSE; -+ initial_gain =(u1Byte) (ODM_GetBBReg(pDM_Odm, 0xc50, bMaskDWord) & 0x7F); -+ -+ // make sure the initial gain is under the correct range. -+ //initial_gain_psd &= 0x7f; -+ ODM_Write_DIG(pDM_Odm, initial_gain_psd); -+ //1 Turn off 3-wire -+ ODM_SetBBReg(pDM_Odm, 0x88c, BIT20|BIT21|BIT22|BIT23, 0xF); -+ -+ //pts value = 128, 256, 512, 1024 -+ pts = 128; -+ -+ if(pts == 128) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x0); -+ start_point = 64; -+ stop_point = 192; -+ } -+ else if(pts == 256) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x1); -+ start_point = 128; -+ stop_point = 384; -+ } -+ else if(pts == 512) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x2); -+ start_point = 256; -+ stop_point = 768; -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x3); -+ start_point = 512; -+ stop_point = 1536; -+ } -+ -+ -+//3 Skip WLAN channels if WLAN busy -+ -+ curTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast) - lastTxOkCnt; -+ curRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast) - lastRxOkCnt; -+ lastTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast); -+ lastRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ PSD_skip_start=80; -+ PSD_skip_stop = 0; -+ wlan_channel = CurrentChannel & 0x0f; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD,DBG_LOUD,("PSD: current channel: %x, BW:%d \n", wlan_channel, Is40MHz)); -+ if(pDM_Odm->SupportICType==ODM_RTL8723A) -+ { -+ if(pDM_Odm->bBtHsOperation) -+ { -+ if(pDM_Odm->bLinked) -+ { -+ if(Is40MHz) -+ { -+ PSD_skip_start = ((wlan_channel-1)*5 -Is40MHz*10)-2; // Modify by Neil to add 10 chs to mask -+ PSD_skip_stop = (PSD_skip_start + (1+Is40MHz)*20)+4; -+ } -+ else -+ { -+ PSD_skip_start = ((wlan_channel-1)*5 -Is40MHz*10)-10; // Modify by Neil to add 10 chs to mask -+ PSD_skip_stop = (PSD_skip_start + (1+Is40MHz)*20)+18; -+ } -+ } -+ else -+ { -+ // mask for 40MHz -+ PSD_skip_start = ((wlan_channel-1)*5 -Is40MHz*10)-2; // Modify by Neil to add 10 chs to mask -+ PSD_skip_stop = (PSD_skip_start + (1+Is40MHz)*20)+4; -+ } -+ if(PSD_skip_start < 0) -+ PSD_skip_start = 0; -+ if(PSD_skip_stop >80) -+ PSD_skip_stop = 80; -+ } -+ else -+ { -+ if((curRxOkCnt+curTxOkCnt) > 5) -+ { -+ if(Is40MHz) -+ { -+ PSD_skip_start = ((wlan_channel-1)*5 -Is40MHz*10)-2; // Modify by Neil to add 10 chs to mask -+ PSD_skip_stop = (PSD_skip_start + (1+Is40MHz)*20)+4; -+ } -+ else -+ { -+ PSD_skip_start = ((wlan_channel-1)*5 -Is40MHz*10)-10; // Modify by Neil to add 10 chs to mask -+ PSD_skip_stop = (PSD_skip_start + (1+Is40MHz)*20)+18; -+ } -+ -+ if(PSD_skip_start < 0) -+ PSD_skip_start = 0; -+ if(PSD_skip_stop >80) -+ PSD_skip_stop = 80; -+ } -+ } -+ } -+#if 0 -+ else -+ { -+ if((curRxOkCnt+curTxOkCnt) > 1000) -+ { -+ PSD_skip_start = (wlan_channel-1)*5 -Is40MHz*10; -+ PSD_skip_stop = PSD_skip_start + (1+Is40MHz)*20; -+ } -+ } -+#endif //Reove RXHP Issue -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD,DBG_LOUD,("PSD: Skip tone from %d to %d \n", PSD_skip_start, PSD_skip_stop)); -+ -+ for (n=0;n<80;n++) -+ { -+ if((n%20)==0) -+ { -+ channel = (n/20)*4 + 1; -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x3FF, channel); -+ } -+ tone_idx = n%20; -+ if ((n>=PSD_skip_start) && (n PSD_report[n]) -+ PSD_report[n] = PSD_report_tmp; -+ -+ } -+ } -+ -+ PatchDCTone(pDM_Odm, PSD_report, initial_gain_psd); -+ -+ //----end -+ //1 Turn on RX -+ //Rx AGC on -+ ODM_SetBBReg(pDM_Odm, 0xC70, BIT0, 1); -+ ODM_SetBBReg(pDM_Odm, 0xC7C, BIT20, 1); -+ //CCK on -+ ODM_SetBBReg(pDM_Odm, rFPGA0_RFMOD, BIT24, 1); -+ //1 Turn on TX -+ //Resume TX Queue -+ -+ ODM_Write1Byte(pDM_Odm,REG_TXPAUSE, 0x00); -+ //Turn on 3-wire -+ ODM_SetBBReg(pDM_Odm, 0x88c, BIT20|BIT21|BIT22|BIT23, 0x0); -+ //1 Restore Current Settings -+ //Resume DIG -+ pDM_Odm->bDMInitialGainEnable = TRUE; -+ -+ ODM_Write_DIG(pDM_Odm, initial_gain); -+ -+ // restore originl center frequency -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, CurrentChannel); -+ -+ //Turn on CCA -+ ODM_SetBBReg(pDM_Odm, 0xC14, bMaskDWord, RXIQI); -+ //Restore RX idle low power -+ if(RxIdleLowPwr == TRUE) -+ ODM_SetBBReg(pDM_Odm, 0x818, BIT28, 1); -+ -+ psd_cnt++; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD:psd_cnt = %d \n",psd_cnt)); -+ if (psd_cnt < ReScan) -+ ODM_SetTimer(pDM_Odm, &pDM_Odm->PSDTimer, Interval); -+ else -+ { -+ psd_cnt = 0; -+ for(i=0;i<80;i++) -+ //DbgPrint("psd_report[%d]= %d \n", 2402+i, PSD_report[i]); -+ RT_TRACE( ODM_COMP_PSD, DBG_LOUD,("psd_report[%d]= %d \n", 2402+i, PSD_report[i])); -+ -+ -+ GoodChannelDecision(pDM_Odm, PSD_report, PSD_bitmap,RSSI_BT, PSD_bitmap_memory); -+ -+ if(pDM_Odm->SupportICType==ODM_RTL8723A) -+ { -+ cur_byte_idx=0; -+ cur_bit_idx=0; -+ -+ //2 Restore H2C PSD Data to Last Data -+ H2C_PSD_DATA_last[0] = H2C_PSD_DATA[0]; -+ H2C_PSD_DATA_last[1] = H2C_PSD_DATA[1]; -+ H2C_PSD_DATA_last[2] = H2C_PSD_DATA[2]; -+ H2C_PSD_DATA_last[3] = H2C_PSD_DATA[3]; -+ H2C_PSD_DATA_last[4] = H2C_PSD_DATA[4]; -+ -+ -+ //2 Translate 80bit channel map to 40bit channel -+ for ( i=0;i<5;i++) -+ { -+ for(n=0;n<8;n++) -+ { -+ cur_byte_idx = i*2 + n/4; -+ cur_bit_idx = (n%4)*2; -+ if ( ((PSD_bitmap[cur_byte_idx]& BIT(cur_bit_idx)) != 0) && ((PSD_bitmap[cur_byte_idx]& BIT(cur_bit_idx+1)) != 0)) -+ H2C_PSD_DATA[i] = H2C_PSD_DATA[i] | (u1Byte) (1 << n); -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("H2C_PSD_DATA[%d]=0x%x\n" ,i, H2C_PSD_DATA[i])); -+ } -+ -+ //3 To Compare the difference -+ for ( i=0;i<5;i++) -+ { -+ if(H2C_PSD_DATA[i] !=H2C_PSD_DATA_last[i]) -+ { -+ FillH2CCmd92C(Adapter, H2C_92C_PSD_RESULT, 5, H2C_PSD_DATA); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PSD, DBG_LOUD,("Need to Update the AFH Map \n")); -+ break; -+ } -+ else -+ { -+ if(i==5) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("Not need to Update\n")); -+ } -+ } -+ if(pDM_Odm->bBtHsOperation) -+ { -+ ODM_SetTimer(pDM_Odm, &pDM_Odm->PSDTimer, 10000); -+ ODM_RT_TRACE( pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("Leave dm_PSD_Monitor\n")); -+ } -+ else -+ { -+ ODM_SetTimer(pDM_Odm, &pDM_Odm->PSDTimer, 1500); -+ ODM_RT_TRACE( pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("Leave dm_PSD_Monitor\n")); -+ } -+ } -+ } -+} -+/* -+//Neil for Get BT RSSI -+// Be Triggered by BT C2H CMD -+VOID -+ODM_PSDGetRSSI( -+ IN u1Byte RSSI_BT) -+{ -+ -+ -+} -+ -+*/ -+ -+VOID -+ODM_PSDMonitor( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ //HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ //if(IS_HARDWARE_TYPE_8723AE(Adapter)) -+ -+ if(pDM_Odm->SupportICType == ODM_RTL8723A) //may need to add other IC type -+ { -+ if(pDM_Odm->SupportInterface==ODM_ITRF_PCIE) -+ { -+ if(!pDM_Odm->bBtEnabled) //need to check upper layer connection -+ { -+ pDM_Odm->bPSDactive=FALSE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD, ("odm_PSDMonitor, return for BT is disabled!!!\n")); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD, ("odm_PSDMonitor\n")); -+ //{ -+ pDM_Odm->bPSDinProcess = TRUE; -+ pDM_Odm->bPSDactive=TRUE; -+ odm_PSD_Monitor(pDM_Odm); -+ pDM_Odm->bPSDinProcess = FALSE; -+ } -+ } -+ -+} -+VOID -+odm_PSDMonitorCallback( -+ PRT_TIMER pTimer -+) -+{ -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformScheduleWorkItem(&pHalData->PSDMonitorWorkitem); -+} -+ -+VOID -+odm_PSDMonitorWorkItemCallback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER Adapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ ODM_PSDMonitor(pDM_Odm); -+} -+ -+ -+ //cosa debug tool need to modify -+ -+VOID -+ODM_PSDDbgControl( -+ IN PADAPTER Adapter, -+ IN u4Byte mode, -+ IN u4Byte btRssi -+ ) -+{ -+#if (DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD, (" Monitor mode=%d, btRssi=%d\n", mode, btRssi)); -+ if(mode) -+ { -+ pDM_Odm->RSSI_BT = (u1Byte)btRssi; -+ pDM_Odm->bUserAssignLevel = TRUE; -+ ODM_SetTimer( pDM_Odm, &pDM_Odm->PSDTimer, 0); //ms -+ } -+ else -+ { -+ ODM_CancelTimer(pDM_Odm, &pDM_Odm->PSDTimer); -+ } -+#endif -+} -+ -+ -+//#if(DEV_BUS_TYPE == RT_PCI_INTERFACE)|(DEV_BUS_TYPE == RT_USB_INTERFACE) -+ -+void odm_RXHPInit( -+ IN PVOID pDM_VOID) -+{ -+#if (DEV_BUS_TYPE == RT_PCI_INTERFACE)|(DEV_BUS_TYPE == RT_USB_INTERFACE) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRXHP_T pRX_HP_Table = &pDM_Odm->DM_RXHP_Table; -+ u1Byte index; -+ -+ pRX_HP_Table->RXHP_enable = TRUE; -+ pRX_HP_Table->RXHP_flag = 0; -+ pRX_HP_Table->PSD_func_trigger = 0; -+ pRX_HP_Table->Pre_IGI = 0x20; -+ pRX_HP_Table->Cur_IGI = 0x20; -+ pRX_HP_Table->Cur_pw_th = pw_th_10dB; -+ pRX_HP_Table->Pre_pw_th = pw_th_10dB; -+ for(index=0; index<80; index++) -+ pRX_HP_Table->PSD_bitmap_RXHP[index] = 1; -+ -+#if(DEV_BUS_TYPE == RT_USB_INTERFACE) -+ pRX_HP_Table->TP_Mode = Idle_Mode; -+#endif -+#endif -+} -+ -+VOID -+odm_PSD_RXHP( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRXHP_T pRX_HP_Table = &pDM_Odm->DM_RXHP_Table; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ unsigned int pts, start_point, stop_point, initial_gain ; -+ static u1Byte PSD_bitmap_memory[80], init_memory = 0; -+ static u1Byte psd_cnt=0; -+ static u4Byte PSD_report[80], PSD_report_tmp; -+ static u8Byte lastTxOkCnt=0, lastRxOkCnt=0; -+ u1Byte idx[20]={96,99,102,106,109,112,115,118,122,125, -+ 0,3,6,10,13,16,19,22,26,29}; -+ u1Byte n, i, channel, BBReset,tone_idx; -+ u1Byte PSD_bitmap[10]/*, SSBT=0*/,initial_gain_psd=0, RSSI_BT=0, initialGainUpper; -+ s4Byte PSD_skip_start, PSD_skip_stop; -+ u4Byte CurrentChannel, RXIQI, RxIdleLowPwr, wlan_channel; -+ u4Byte ReScan, Interval, Is40MHz; -+ u8Byte curTxOkCnt, curRxOkCnt; -+ //--------------2G band synthesizer for 92D switch RF channel using----------------- -+ u1Byte group_idx=0; -+ u4Byte SYN_RF25=0, SYN_RF26=0, SYN_RF27=0, SYN_RF2B=0, SYN_RF2C=0; -+ u4Byte SYN[5] = {0x25, 0x26, 0x27, 0x2B, 0x2C}; // synthesizer RF register for 2G channel -+ u4Byte SYN_group[3][5] = {{0x643BC, 0xFC038, 0x77C1A, 0x41289, 0x01840}, // For CH1,2,4,9,10.11.12 {0x643BC, 0xFC038, 0x77C1A, 0x41289, 0x01840} -+ {0x643BC, 0xFC038, 0x07C1A, 0x41289, 0x01840}, // For CH3,13,14 -+ {0x243BC, 0xFC438, 0x07C1A, 0x4128B, 0x0FC41}}; // For Ch5,6,7,8 -+ //--------------------- Add by Gary for Debug setting ---------------------- -+ u1Byte RSSI_BT_new = (u1Byte) ODM_GetBBReg(pDM_Odm, 0xB9C, 0xFF); -+ u1Byte rssi_ctrl = (u1Byte) ODM_GetBBReg(pDM_Odm, 0xB38, 0xFF); -+ //--------------------------------------------------------------------- -+ -+ if(pMgntInfo->bScanInProgress) -+ { -+ return; -+ } -+ -+ ReScan = PSD_RESCAN; -+ Interval = SCAN_INTERVAL; -+ -+ -+ //1 Initialization -+ if(init_memory == 0) -+ { -+ RT_TRACE( ODM_COMP_PSD, DBG_LOUD,("Init memory\n")); -+ for(i = 0; i < 80; i++) -+ PSD_bitmap_memory[i] = 0xFF; // channel is always good -+ init_memory = 1; -+ } -+ if(psd_cnt == 0) -+ { -+ RT_TRACE(ODM_COMP_PSD, DBG_LOUD,("Enter dm_PSD_Monitor\n")); -+ for(i = 0; i < 80; i++) -+ PSD_report[i] = 0; -+ } -+ -+ //1 Backup Current Settings -+ CurrentChannel = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask); -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ //2 Record Current synthesizer parameters based on current channel -+ if((*(pDM_Odm->pMacPhyMode)==ODM_SMSP)||(*(pDM_Odm->pMacPhyMode)==ODM_DMSP)) -+ { -+ SYN_RF25 = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x25, bMaskDWord); -+ SYN_RF26 = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x26, bMaskDWord); -+ SYN_RF27 = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x27, bMaskDWord); -+ SYN_RF2B = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x2B, bMaskDWord); -+ SYN_RF2C = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x2C, bMaskDWord); -+ } -+ else // DualMAC_DualPHY 2G -+ { -+ SYN_RF25 = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x25, bMaskDWord); -+ SYN_RF26 = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x26, bMaskDWord); -+ SYN_RF27 = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x27, bMaskDWord); -+ SYN_RF2B = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x2B, bMaskDWord); -+ SYN_RF2C = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x2C, bMaskDWord); -+ } -+ } -+ RXIQI = ODM_GetBBReg(pDM_Odm, 0xC14, bMaskDWord); -+ RxIdleLowPwr = (ODM_GetBBReg(pDM_Odm, 0x818, bMaskDWord)&BIT28)>>28; -+ Is40MHz = *(pDM_Odm->pBandWidth); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_PSD, DBG_LOUD,("PSD Scan Start\n")); -+ //1 Turn off CCK -+ ODM_SetBBReg(pDM_Odm, rFPGA0_RFMOD, BIT24, 0); -+ //1 Turn off TX -+ //Pause TX Queue -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0xFF); -+ //Force RX to stop TX immediately -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask, 0x32E13); -+ //1 Turn off RX -+ //Rx AGC off RegC70[0]=0, RegC7C[20]=0 -+ ODM_SetBBReg(pDM_Odm, 0xC70, BIT0, 0); -+ ODM_SetBBReg(pDM_Odm, 0xC7C, BIT20, 0); -+ //Turn off CCA -+ ODM_SetBBReg(pDM_Odm, 0xC14, bMaskDWord, 0x0); -+ //BB Reset -+ ODM_SetBBReg(pDM_Odm, 0x87C, BIT31, 1); //clock gated to prevent from AGC table mess -+ BBReset = ODM_Read1Byte(pDM_Odm, 0x02); -+ ODM_Write1Byte(pDM_Odm, 0x02, BBReset&(~BIT0)); -+ ODM_Write1Byte(pDM_Odm, 0x02, BBReset|BIT0); -+ ODM_SetBBReg(pDM_Odm, 0x87C, BIT31, 0); -+ //1 Leave RX idle low power -+ ODM_SetBBReg(pDM_Odm, 0x818, BIT28, 0x0); -+ //1 Fix initial gain -+ RSSI_BT = RSSI_BT_new; -+ RT_TRACE(ODM_COMP_PSD, DBG_LOUD,("PSD: RSSI_BT= %d\n", RSSI_BT)); -+ -+ if(rssi_ctrl == 1) // just for debug!! -+ initial_gain_psd = RSSI_BT_new; -+ else -+ initial_gain_psd = pDM_Odm->RSSI_Min; // PSD report based on RSSI -+ -+ RT_TRACE(ODM_COMP_PSD, DBG_LOUD,("PSD: RSSI_BT= %d\n", RSSI_BT)); -+ -+ initialGainUpper = 0x54; -+ -+ RSSI_BT = initial_gain_psd; -+ //SSBT = RSSI_BT; -+ -+ //RT_TRACE( ODM_COMP_PSD, DBG_LOUD,("PSD: SSBT= %d\n", SSBT)); -+ RT_TRACE( ODM_COMP_PSD, DBG_LOUD,("PSD: initial gain= 0x%x\n", initial_gain_psd)); -+ -+ pDM_Odm->bDMInitialGainEnable = FALSE; -+ initial_gain = ODM_GetBBReg(pDM_Odm, 0xc50, bMaskDWord) & 0x7F; -+ //ODM_SetBBReg(pDM_Odm, 0xc50, 0x7F, initial_gain_psd); -+ ODM_Write_DIG(pDM_Odm, initial_gain_psd); -+ //1 Turn off 3-wire -+ ODM_SetBBReg(pDM_Odm, 0x88c, BIT20|BIT21|BIT22|BIT23, 0xF); -+ -+ //pts value = 128, 256, 512, 1024 -+ pts = 128; -+ -+ if(pts == 128) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x0); -+ start_point = 64; -+ stop_point = 192; -+ } -+ else if(pts == 256) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x1); -+ start_point = 128; -+ stop_point = 384; -+ } -+ else if(pts == 512) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x2); -+ start_point = 256; -+ stop_point = 768; -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT14|BIT15, 0x3); -+ start_point = 512; -+ stop_point = 1536; -+ } -+ -+ -+//3 Skip WLAN channels if WLAN busy -+ curTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast) - lastTxOkCnt; -+ curRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast) - lastRxOkCnt; -+ lastTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast); -+ lastRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ PSD_skip_start=80; -+ PSD_skip_stop = 0; -+ wlan_channel = CurrentChannel & 0x0f; -+ -+ RT_TRACE(ODM_COMP_PSD,DBG_LOUD,("PSD: current channel: %x, BW:%d \n", wlan_channel, Is40MHz)); -+ -+ if((curRxOkCnt+curTxOkCnt) > 1000) -+ { -+ PSD_skip_start = (wlan_channel-1)*5 -Is40MHz*10; -+ PSD_skip_stop = PSD_skip_start + (1+Is40MHz)*20; -+ } -+ -+ RT_TRACE(ODM_COMP_PSD,DBG_LOUD,("PSD: Skip tone from %d to %d \n", PSD_skip_start, PSD_skip_stop)); -+ -+ for (n=0;n<80;n++) -+ { -+ if((n%20)==0) -+ { -+ channel = (n/20)*4 + 1; -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ switch(channel) -+ { -+ case 1: -+ case 9: -+ group_idx = 0; -+ break; -+ case 5: -+ group_idx = 2; -+ break; -+ case 13: -+ group_idx = 1; -+ break; -+ } -+ if((*(pDM_Odm->pMacPhyMode)==ODM_SMSP)||(*(pDM_Odm->pMacPhyMode)==ODM_DMSP)) -+ { -+ for(i = 0; i < SYN_Length; i++) -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, SYN[i], bMaskDWord, SYN_group[group_idx][i]); -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x3FF, channel); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_CHNLBW, 0x3FF, channel); -+ } -+ else // DualMAC_DualPHY 2G -+ { -+ for(i = 0; i < SYN_Length; i++) -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, SYN[i], bMaskDWord, SYN_group[group_idx][i]); -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x3FF, channel); -+ } -+ } -+ else -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x3FF, channel); -+ } -+ tone_idx = n%20; -+ if ((n>=PSD_skip_start) && (n PSD_report[n]) -+ PSD_report[n] = PSD_report_tmp; -+ -+ } -+ } -+ -+ PatchDCTone(pDM_Odm, PSD_report, initial_gain_psd); -+ -+ //----end -+ //1 Turn on RX -+ //Rx AGC on -+ ODM_SetBBReg(pDM_Odm, 0xC70, BIT0, 1); -+ ODM_SetBBReg(pDM_Odm, 0xC7C, BIT20, 1); -+ //CCK on -+ ODM_SetBBReg(pDM_Odm, rFPGA0_RFMOD, BIT24, 1); -+ //1 Turn on TX -+ //Resume TX Queue -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0x00); -+ //Turn on 3-wire -+ ODM_SetBBReg(pDM_Odm, 0x88c, BIT20|BIT21|BIT22|BIT23, 0x0); -+ //1 Restore Current Settings -+ //Resume DIG -+ pDM_Odm->bDMInitialGainEnable= TRUE; -+ //ODM_SetBBReg(pDM_Odm, 0xc50, 0x7F, initial_gain); -+ ODM_Write_DIG(pDM_Odm,(u1Byte) initial_gain); -+ // restore originl center frequency -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, CurrentChannel); -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ if((*(pDM_Odm->pMacPhyMode)==ODM_SMSP)||(*(pDM_Odm->pMacPhyMode)==ODM_DMSP)) -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_CHNLBW, bMaskDWord, CurrentChannel); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x25, bMaskDWord, SYN_RF25); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x26, bMaskDWord, SYN_RF26); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x27, bMaskDWord, SYN_RF27); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x2B, bMaskDWord, SYN_RF2B); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x2C, bMaskDWord, SYN_RF2C); -+ } -+ else // DualMAC_DualPHY -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x25, bMaskDWord, SYN_RF25); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x26, bMaskDWord, SYN_RF26); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x27, bMaskDWord, SYN_RF27); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x2B, bMaskDWord, SYN_RF2B); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x2C, bMaskDWord, SYN_RF2C); -+ } -+ } -+ //Turn on CCA -+ ODM_SetBBReg(pDM_Odm, 0xC14, bMaskDWord, RXIQI); -+ //Restore RX idle low power -+ if(RxIdleLowPwr == TRUE) -+ ODM_SetBBReg(pDM_Odm, 0x818, BIT28, 1); -+ -+ psd_cnt++; -+ //gPrint("psd cnt=%d\n", psd_cnt); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PSD, DBG_LOUD,("PSD:psd_cnt = %d \n",psd_cnt)); -+ if (psd_cnt < ReScan) -+ { -+ ODM_SetTimer(pDM_Odm, &pRX_HP_Table->PSDTimer, Interval); //ms -+ } -+ else -+ { -+ psd_cnt = 0; -+ for(i=0;i<80;i++) -+ RT_TRACE( ODM_COMP_PSD, DBG_LOUD,("psd_report[%d]= %d \n", 2402+i, PSD_report[i])); -+ //DbgPrint("psd_report[%d]= %d \n", 2402+i, PSD_report[i]); -+ -+ GoodChannelDecision(pDM_Odm, PSD_report, PSD_bitmap,RSSI_BT, PSD_bitmap_memory); -+ -+ } -+} -+ -+void odm_Write_RXHP( -+ IN PVOID pDM_VOID) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pRXHP_T pRX_HP_Table = &pDM_Odm->DM_RXHP_Table; -+ u4Byte currentIGI; -+ -+ if(pRX_HP_Table->Cur_IGI != pRX_HP_Table->Pre_IGI) -+ { -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, bMaskByte0, pRX_HP_Table->Cur_IGI); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XBAGCCore1, bMaskByte0, pRX_HP_Table->Cur_IGI); -+ } -+ -+ if(pRX_HP_Table->Cur_pw_th != pRX_HP_Table->Pre_pw_th) -+{ -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XAAGCCore2, BIT8|BIT9, pRX_HP_Table->Cur_pw_th); // RegC54[9:8]=2'b11: AGC Flow 3 -+ } -+ -+ if(pRX_HP_Table->RXHP_flag == 0) -+ { -+ pRX_HP_Table->Cur_IGI = 0x20; -+ } -+ else -+ { -+ currentIGI = ODM_GetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, bMaskByte0); -+ if(currentIGI<0x50) -+ { -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XAAGCCore1, bMaskByte0, pRX_HP_Table->Cur_IGI); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XBAGCCore1, bMaskByte0, pRX_HP_Table->Cur_IGI); -+ } -+ } -+ pRX_HP_Table->Pre_IGI = pRX_HP_Table->Cur_IGI; -+ pRX_HP_Table->Pre_pw_th = pRX_HP_Table->Cur_pw_th; -+ -+} -+ -+ -+void odm_RXHP( -+ IN PVOID pDM_VOID) -+{ -+#if( DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+#if (DEV_BUS_TYPE == RT_PCI_INTERFACE) | (DEV_BUS_TYPE == RT_USB_INTERFACE) -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ pDIG_T pDM_DigTable = &pDM_Odm->DM_DigTable; -+ pRXHP_T pRX_HP_Table = &pDM_Odm->DM_RXHP_Table; -+ PFALSE_ALARM_STATISTICS FalseAlmCnt = (PFALSE_ALARM_STATISTICS)PhyDM_Get_Structure(pDM_Odm, PHYDM_FALSEALMCNT); -+ -+ u1Byte i, j, sum; -+ u1Byte Is40MHz; -+ s1Byte Intf_diff_idx, MIN_Intf_diff_idx = 16; -+ s4Byte cur_channel; -+ u1Byte ch_map_intf_5M[17] = {0}; -+ static u4Byte FA_TH = 0; -+ static u1Byte psd_intf_flag = 0; -+ static s4Byte curRssi = 0; -+ static s4Byte preRssi = 0; -+ static u1Byte PSDTriggerCnt = 1; -+ -+ u1Byte RX_HP_enable = (u1Byte)(ODM_GetBBReg(pDM_Odm, rOFDM0_XAAGCCore2, bMaskDWord)>>31); // for debug!! -+ -+#if(DEV_BUS_TYPE == RT_USB_INTERFACE) -+ static s8Byte lastTxOkCnt = 0, lastRxOkCnt = 0; -+ s8Byte curTxOkCnt, curRxOkCnt; -+ s8Byte curTPOkCnt; -+ s8Byte TP_Acc3, TP_Acc5; -+ static s8Byte TP_Buff[5] = {0}; -+ static u1Byte pre_state = 0, pre_state_flag = 0; -+ static u1Byte Intf_HighTP_flag = 0, De_counter = 16; -+ static u1Byte TP_Degrade_flag = 0; -+#endif -+ static u1Byte LatchCnt = 0; -+ -+ if(pDM_Odm->SupportICType & (ODM_RTL8723A|ODM_RTL8188E)) -+ return; -+ //AGC RX High Power Mode is only applied on 2G band in 92D!!! -+ if(pDM_Odm->SupportICType == ODM_RTL8192D) -+ { -+ if(*(pDM_Odm->pBandType) != ODM_BAND_2_4G) -+ return; -+ } -+ -+ if(!(pDM_Odm->SupportAbility & ODM_BB_RXHP)) -+ return; -+ -+ -+ //RX HP ON/OFF -+ if(RX_HP_enable == 1) -+ pRX_HP_Table->RXHP_enable = FALSE; -+ else -+ pRX_HP_Table->RXHP_enable = TRUE; -+ -+ if(pRX_HP_Table->RXHP_enable == FALSE) -+ { -+ if(pRX_HP_Table->RXHP_flag == 1) -+ { -+ pRX_HP_Table->RXHP_flag = 0; -+ psd_intf_flag = 0; -+ } -+ return; -+ } -+ -+#if(DEV_BUS_TYPE == RT_USB_INTERFACE) -+ //2 Record current TP for USB interface -+ curTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast)-lastTxOkCnt; -+ curRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast)-lastRxOkCnt; -+ lastTxOkCnt = *(pDM_Odm->pNumTxBytesUnicast); -+ lastRxOkCnt = *(pDM_Odm->pNumRxBytesUnicast); -+ -+ curTPOkCnt = curTxOkCnt+curRxOkCnt; -+ TP_Buff[0] = curTPOkCnt; // current TP -+ TP_Acc3 = PlatformDivision64((TP_Buff[1]+TP_Buff[2]+TP_Buff[3]), 3); -+ TP_Acc5 = PlatformDivision64((TP_Buff[0]+TP_Buff[1]+TP_Buff[2]+TP_Buff[3]+TP_Buff[4]), 5); -+ -+ if(TP_Acc5 < 1000) -+ pRX_HP_Table->TP_Mode = Idle_Mode; -+ else if((1000 < TP_Acc5)&&(TP_Acc5 < 3750000)) -+ pRX_HP_Table->TP_Mode = Low_TP_Mode; -+ else -+ pRX_HP_Table->TP_Mode = High_TP_Mode; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RX HP TP Mode = %d\n", pRX_HP_Table->TP_Mode)); -+ // Since TP result would be sampled every 2 sec, it needs to delay 4sec to wait PSD processing. -+ // When LatchCnt = 0, we would Get PSD result. -+ if(TP_Degrade_flag == 1) -+ { -+ LatchCnt--; -+ if(LatchCnt == 0) -+ { -+ TP_Degrade_flag = 0; -+ } -+ } -+ // When PSD function triggered by TP degrade 20%, and Interference Flag = 1 -+ // Set a De_counter to wait IGI = upper bound. If time is UP, the Interference flag will be pull down. -+ if(Intf_HighTP_flag == 1) -+ { -+ De_counter--; -+ if(De_counter == 0) -+ { -+ Intf_HighTP_flag = 0; -+ psd_intf_flag = 0; -+ } -+ } -+#endif -+ -+ //2 AGC RX High Power Mode by PSD only applied to STA Mode -+ //3 NOT applied 1. Ad Hoc Mode. -+ //3 NOT applied 2. AP Mode -+ if ((pMgntInfo->mAssoc) && (!pMgntInfo->mIbss) && (!ACTING_AS_AP(Adapter))) -+ { -+ Is40MHz = *(pDM_Odm->pBandWidth); -+ curRssi = pDM_Odm->RSSI_Min; -+ cur_channel = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x0fff) & 0x0f; -+ -+ /* check illegal channel and bandwidth */ -+ if (Is40MHz && ((cur_channel < 3) || (cur_channel > 12))) { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("illegal channel setting, 40MHz channel = %d\n", cur_channel)); -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RXHP RX HP flag = %d\n", pRX_HP_Table->RXHP_flag)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RXHP FA = %d\n", FalseAlmCnt->Cnt_all)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RXHP cur RSSI = %d, pre RSSI=%d\n", curRssi, preRssi)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RXHP current CH = %d\n", cur_channel)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RXHP Is 40MHz = %d\n", Is40MHz)); -+ //2 PSD function would be triggered -+ //3 1. Every 4 sec for PCIE -+ //3 2. Before TP Mode (Idle TP<4kbps) for USB -+ //3 3. After TP Mode (High TP) for USB -+ if((curRssi > 68) && (pRX_HP_Table->RXHP_flag == 0)) // Only RSSI>TH and RX_HP_flag=0 will Do PSD process -+ { -+#if (DEV_BUS_TYPE == RT_USB_INTERFACE) -+ //2 Before TP Mode ==> PSD would be trigger every 4 sec -+ if(pRX_HP_Table->TP_Mode == Idle_Mode) //2.1 less wlan traffic <4kbps -+ { -+#endif -+ if(PSDTriggerCnt == 1) -+ { -+ odm_PSD_RXHP(pDM_Odm); -+ pRX_HP_Table->PSD_func_trigger = 1; -+ PSDTriggerCnt = 0; -+ } -+ else -+ { -+ PSDTriggerCnt++; -+ } -+#if(DEV_BUS_TYPE == RT_USB_INTERFACE) -+ } -+ //2 After TP Mode ==> Check if TP degrade larger than 20% would trigger PSD function -+ if(pRX_HP_Table->TP_Mode == High_TP_Mode) -+ { -+ if((pre_state_flag == 0)&&(LatchCnt == 0)) -+ { -+ // TP var < 5% -+ if((((curTPOkCnt-TP_Acc3)*20)<(TP_Acc3))&&(((curTPOkCnt-TP_Acc3)*20)>(-TP_Acc3))) -+ { -+ pre_state++; -+ if(pre_state == 3) // hit pre_state condition => consecutive 3 times -+ { -+ pre_state_flag = 1; -+ pre_state = 0; -+ } -+ -+ } -+ else -+ { -+ pre_state = 0; -+ } -+ } -+ //3 If pre_state_flag=1 ==> start to monitor TP degrade 20% -+ if(pre_state_flag == 1) -+ { -+ if(((TP_Acc3-curTPOkCnt)*5)>(TP_Acc3)) // degrade 20% -+ { -+ odm_PSD_RXHP(pDM_Odm); -+ pRX_HP_Table->PSD_func_trigger = 1; -+ TP_Degrade_flag = 1; -+ LatchCnt = 2; -+ pre_state_flag = 0; -+ } -+ else if(((TP_Buff[2]-curTPOkCnt)*5)>TP_Buff[2]) -+ { -+ odm_PSD_RXHP(pDM_Odm); -+ pRX_HP_Table->PSD_func_trigger = 1; -+ TP_Degrade_flag = 1; -+ LatchCnt = 2; -+ pre_state_flag = 0; -+ } -+ else if(((TP_Buff[3]-curTPOkCnt)*5)>TP_Buff[3]) -+ { -+ odm_PSD_RXHP(pDM_Odm); -+ pRX_HP_Table->PSD_func_trigger = 1; -+ TP_Degrade_flag = 1; -+ LatchCnt = 2; -+ pre_state_flag = 0; -+ } -+ } -+ } -+#endif -+} -+ -+#if (DEV_BUS_TYPE == RT_USB_INTERFACE) -+ for (i=0;i<4;i++) -+ { -+ TP_Buff[4-i] = TP_Buff[3-i]; -+ } -+#endif -+ //2 Update PSD bitmap according to PSD report -+ if((pRX_HP_Table->PSD_func_trigger == 1)&&(LatchCnt == 0)) -+ { -+ //2 Separate 80M bandwidth into 16 group with smaller 5M BW. -+ for (i = 0 ; i < 16 ; i++) -+ { -+ sum = 0; -+ for(j = 0; j < 5 ; j++) -+ sum += pRX_HP_Table->PSD_bitmap_RXHP[5*i + j]; -+ -+ if(sum < 5) -+ { -+ ch_map_intf_5M[i] = 1; // interference flag -+ } -+ } -+ //=============just for debug========================= -+ //for(i=0;i<16;i++) -+ //DbgPrint("RX HP: ch_map_intf_5M[%d] = %d\n", i, ch_map_intf_5M[i]); -+ //=============================================== -+ //2 Mask target channel 5M index -+ for(i = 0; i < (4+4*Is40MHz) ; i++) -+ { -+ ch_map_intf_5M[cur_channel - (1+2*Is40MHz) + i] = 0; -+ } -+ -+ psd_intf_flag = 0; -+ for(i = 0; i < 16; i++) -+ { -+ if(ch_map_intf_5M[i] == 1) -+ { -+ psd_intf_flag = 1; // interference is detected!!! -+ break; -+ } -+ } -+ -+#if (DEV_BUS_TYPE == RT_USB_INTERFACE) -+ if(pRX_HP_Table->TP_Mode!=Idle_Mode) -+ { -+ if(psd_intf_flag == 1) // to avoid psd_intf_flag always 1 -+ { -+ Intf_HighTP_flag = 1; -+ De_counter = 32; // 0x1E -> 0x3E needs 32 times by each IGI step =1 -+ } -+ } -+#endif -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RX HP psd_intf_flag = %d\n", psd_intf_flag)); -+ //2 Distance between target channel and interference -+ for(i = 0; i < 16; i++) -+ { -+ if(ch_map_intf_5M[i] == 1) -+ { -+ Intf_diff_idx = ((cur_channel+Is40MHz-(i+1))>0) ? (s1Byte)(cur_channel-2*Is40MHz-(i-2)) : (s1Byte)((i+1)-(cur_channel+2*Is40MHz)); -+ if(Intf_diff_idx < MIN_Intf_diff_idx) -+ MIN_Intf_diff_idx = Intf_diff_idx; // the min difference index between interference and target -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RX HP MIN_Intf_diff_idx = %d\n", MIN_Intf_diff_idx)); -+ //2 Choose False Alarm Threshold -+ switch (MIN_Intf_diff_idx){ -+ case 0: -+ case 1: -+ case 2: -+ case 3: -+ FA_TH = FA_RXHP_TH1; -+ break; -+ case 4: // CH5 -+ case 5: // CH6 -+ FA_TH = FA_RXHP_TH2; -+ break; -+ case 6: // CH7 -+ case 7: // CH8 -+ FA_TH = FA_RXHP_TH3; -+ break; -+ case 8: // CH9 -+ case 9: //CH10 -+ FA_TH = FA_RXHP_TH4; -+ break; -+ case 10: -+ case 11: -+ case 12: -+ case 13: -+ case 14: -+ case 15: -+ FA_TH = FA_RXHP_TH5; -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RX HP FA_TH = %d\n", FA_TH)); -+ pRX_HP_Table->PSD_func_trigger = 0; -+ } -+ //1 Monitor RSSI variation to choose the suitable IGI or Exit AGC RX High Power Mode -+ if(pRX_HP_Table->RXHP_flag == 1) -+ { -+ if ((curRssi > 80)&&(preRssi < 80)) -+ { -+ pRX_HP_Table->Cur_IGI = LNA_Low_Gain_1; -+ } -+ else if ((curRssi < 80)&&(preRssi > 80)) -+ { -+ pRX_HP_Table->Cur_IGI = LNA_Low_Gain_2; -+ } -+ else if ((curRssi > 72)&&(preRssi < 72)) -+ { -+ pRX_HP_Table->Cur_IGI = LNA_Low_Gain_2; -+ } -+ else if ((curRssi < 72)&&( preRssi > 72)) -+ { -+ pRX_HP_Table->Cur_IGI = LNA_Low_Gain_3; -+ } -+ else if (curRssi < 68) //RSSI is NOT large enough!!==> Exit AGC RX High Power Mode -+ { -+ pRX_HP_Table->Cur_pw_th = pw_th_10dB; -+ pRX_HP_Table->RXHP_flag = 0; // Back to Normal DIG Mode -+ psd_intf_flag = 0; -+ } -+ } -+ else // pRX_HP_Table->RXHP_flag == 0 -+ { -+ //1 Decide whether to enter AGC RX High Power Mode -+ if ((curRssi > 70) && (psd_intf_flag == 1) && (FalseAlmCnt->Cnt_all > FA_TH) && -+ (pDM_DigTable->CurIGValue == pDM_DigTable->rx_gain_range_max)) -+ { -+ if (curRssi > 80) -+ { -+ pRX_HP_Table->Cur_IGI = LNA_Low_Gain_1; -+ } -+ else if (curRssi > 72) -+ { -+ pRX_HP_Table->Cur_IGI = LNA_Low_Gain_2; -+ } -+ else -+ { -+ pRX_HP_Table->Cur_IGI = LNA_Low_Gain_3; -+ } -+ pRX_HP_Table->Cur_pw_th = pw_th_16dB; //RegC54[9:8]=2'b11: to enter AGC Flow 3 -+ pRX_HP_Table->First_time_enter = TRUE; -+ pRX_HP_Table->RXHP_flag = 1; // RXHP_flag=1: AGC RX High Power Mode, RXHP_flag=0: Normal DIG Mode -+ } -+ } -+ preRssi = curRssi; -+ odm_Write_RXHP(pDM_Odm); -+ } -+#endif //#if( DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+#endif //#if (DEV_BUS_TYPE == RT_PCI_INTERFACE) | (DEV_BUS_TYPE == RT_USB_INTERFACE) -+} -+ -+ -+VOID -+odm_PSD_RXHPCallback( -+ PRT_TIMER pTimer -+) -+{ -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ pRXHP_T pRX_HP_Table = &pDM_Odm->DM_RXHP_Table; -+ -+#if DEV_BUS_TYPE==RT_PCI_INTERFACE -+ #if USE_WORKITEM -+ ODM_ScheduleWorkItem(&pRX_HP_Table->PSDTimeWorkitem); -+ #else -+ odm_PSD_RXHP(pDM_Odm); -+ #endif -+#else -+ ODM_ScheduleWorkItem(&pRX_HP_Table->PSDTimeWorkitem); -+#endif -+ -+ } -+ -+VOID -+odm_PSD_RXHPWorkitemCallback( -+ IN PVOID pContext -+ ) -+{ -+ PADAPTER pAdapter = (PADAPTER)pContext; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ odm_PSD_RXHP(pDM_Odm); -+} -+ -+#endif //#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.h linux/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_rxhp.h 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,105 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __PHYDMRXHP_H__ -+#define __PHYDMRXHP_H__ -+ -+#define RXHP_VERSION "1.0" -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ -+#define AFH_PSD 1 //0:normal PSD scan, 1: only do 20 pts PSD -+#define MODE_40M 0 //0:20M, 1:40M -+#define PSD_TH2 3 -+#define PSD_CHMIN 20 // Minimum channel number for BT AFH -+#define SIR_STEP_SIZE 3 -+#define Smooth_Size_1 5 -+#define Smooth_TH_1 3 -+#define Smooth_Size_2 10 -+#define Smooth_TH_2 4 -+#define Smooth_Size_3 20 -+#define Smooth_TH_3 4 -+#define Smooth_Step_Size 5 -+#define Adaptive_SIR 1 -+#define PSD_RESCAN 4 -+#define PSD_SCAN_INTERVAL 700 //ms -+ -+typedef struct _RX_High_Power_ -+{ -+ u1Byte RXHP_flag; -+ u1Byte PSD_func_trigger; -+ u1Byte PSD_bitmap_RXHP[80]; -+ u1Byte Pre_IGI; -+ u1Byte Cur_IGI; -+ u1Byte Pre_pw_th; -+ u1Byte Cur_pw_th; -+ BOOLEAN First_time_enter; -+ BOOLEAN RXHP_enable; -+ u1Byte TP_Mode; -+ RT_TIMER PSDTimer; -+ #if USE_WORKITEM -+ RT_WORK_ITEM PSDTimeWorkitem; -+ #endif -+}RXHP_T, *pRXHP_T; -+ -+#define dm_PSDMonitorCallback odm_PSDMonitorCallback -+VOID odm_PSDMonitorCallback(PRT_TIMER pTimer); -+ -+VOID -+odm_PSDMonitorInit( -+ IN PVOID pDM_VOID -+ ); -+ -+void odm_RXHPInit( -+ IN PVOID pDM_VOID); -+ -+void odm_RXHP( -+ IN PVOID pDM_VOID); -+ -+VOID -+odm_PSD_RXHPCallback( -+ PRT_TIMER pTimer -+); -+ -+ VOID -+ODM_PSDDbgControl( -+ IN PADAPTER Adapter, -+ IN u4Byte mode, -+ IN u4Byte btRssi -+ ); -+ -+ VOID -+odm_PSD_RXHPCallback( -+ PRT_TIMER pTimer -+); -+ -+VOID -+odm_PSD_RXHPWorkitemCallback( -+ IN PVOID pContext -+ ); -+ -+VOID -+odm_PSDMonitorWorkItemCallback( -+ IN PVOID pContext -+ ); -+ -+ #endif -+ -+ #endif -+ -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/phydm_types.h linux/3rdparty/rtl8812au/hal/phydm/phydm_types.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/phydm_types.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/phydm_types.h 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,315 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __ODM_TYPES_H__ -+#define __ODM_TYPES_H__ -+ -+// -+// Define Different SW team support -+// -+#define ODM_AP 0x01 //BIT0 -+#define ODM_ADSL 0x02 //BIT1 -+#define ODM_CE 0x04 //BIT2 -+#define ODM_WIN 0x08 //BIT3 -+ -+// Deifne HW endian support -+#define ODM_ENDIAN_BIG 0 -+#define ODM_ENDIAN_LITTLE 1 -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#define GET_PDM_ODM(__pAdapter) ((PDM_ODM_T)(&((GET_HAL_DATA(__pAdapter))->DM_OutSrc))) -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+#define GET_PDM_ODM(__pAdapter) ((PDM_ODM_T)(&((GET_HAL_DATA(__pAdapter))->odmpriv))) -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE != ODM_WIN) -+#define RT_PCI_INTERFACE 1 -+#define RT_USB_INTERFACE 2 -+#define RT_SDIO_INTERFACE 3 -+#endif -+ -+typedef enum _HAL_STATUS{ -+ HAL_STATUS_SUCCESS, -+ HAL_STATUS_FAILURE, -+ /*RT_STATUS_PENDING, -+ RT_STATUS_RESOURCE, -+ RT_STATUS_INVALID_CONTEXT, -+ RT_STATUS_INVALID_PARAMETER, -+ RT_STATUS_NOT_SUPPORT, -+ RT_STATUS_OS_API_FAILED,*/ -+}HAL_STATUS,*PHAL_STATUS; -+ -+#if( DM_ODM_SUPPORT_TYPE == ODM_AP) -+#define MP_DRIVER 0 -+#endif -+#if(DM_ODM_SUPPORT_TYPE != ODM_WIN) -+ -+#define VISTA_USB_RX_REVISE 0 -+ -+// -+// Declare for ODM spin lock defintion temporarily fro compile pass. -+// -+typedef enum _RT_SPINLOCK_TYPE{ -+ RT_TX_SPINLOCK = 1, -+ RT_RX_SPINLOCK = 2, -+ RT_RM_SPINLOCK = 3, -+ RT_CAM_SPINLOCK = 4, -+ RT_SCAN_SPINLOCK = 5, -+ RT_LOG_SPINLOCK = 7, -+ RT_BW_SPINLOCK = 8, -+ RT_CHNLOP_SPINLOCK = 9, -+ RT_RF_OPERATE_SPINLOCK = 10, -+ RT_INITIAL_SPINLOCK = 11, -+ RT_RF_STATE_SPINLOCK = 12, // For RF state. Added by Bruce, 2007-10-30. -+#if VISTA_USB_RX_REVISE -+ RT_USBRX_CONTEXT_SPINLOCK = 13, -+ RT_USBRX_POSTPROC_SPINLOCK = 14, // protect data of Adapter->IndicateW/ IndicateR -+#endif -+ //Shall we define Ndis 6.2 SpinLock Here ? -+ RT_PORT_SPINLOCK=16, -+ RT_VNIC_SPINLOCK=17, -+ RT_HVL_SPINLOCK=18, -+ RT_H2C_SPINLOCK = 20, // For H2C cmd. Added by tynli. 2009.11.09. -+ -+ RT_BTData_SPINLOCK=25, -+ -+ RT_WAPI_OPTION_SPINLOCK=26, -+ RT_WAPI_RX_SPINLOCK=27, -+ -+ // add for 92D CCK control issue -+ RT_CCK_PAGEA_SPINLOCK = 28, -+ RT_BUFFER_SPINLOCK = 29, -+ RT_CHANNEL_AND_BANDWIDTH_SPINLOCK = 30, -+ RT_GEN_TEMP_BUF_SPINLOCK = 31, -+ RT_AWB_SPINLOCK = 32, -+ RT_FW_PS_SPINLOCK = 33, -+ RT_HW_TIMER_SPIN_LOCK = 34, -+ RT_MPT_WI_SPINLOCK = 35, -+ RT_P2P_SPIN_LOCK = 36, // Protect P2P context -+ RT_DBG_SPIN_LOCK = 37, -+ RT_IQK_SPINLOCK = 38, -+ RT_PENDED_OID_SPINLOCK = 39, -+ RT_CHNLLIST_SPINLOCK = 40, -+ RT_INDIC_SPINLOCK = 41, //protect indication -+ RT_RFD_SPINLOCK = 42, -+ RT_SYNC_IO_CNT_SPINLOCK = 43, -+ RT_LAST_SPINLOCK, -+}RT_SPINLOCK_TYPE; -+ -+#endif -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #define STA_INFO_T RT_WLAN_STA -+ #define PSTA_INFO_T PRT_WLAN_STA -+ -+ #define CONFIG_HW_ANTENNA_DIVERSITY -+ #define CONFIG_SW_ANTENNA_DIVERSITY -+ /*#define CONFIG_HL_SMART_ANTENNA_TYPE1*/ -+ /*#define CONFIG_PATH_DIVERSITY*/ -+ /*#define CONFIG_RA_DYNAMIC_RTY_LIMIT*/ -+ #define CONFIG_ANT_DETECTION -+ #define CONFIG_RA_DBG_CMD -+ -+ #define __func__ __FUNCTION__ -+ #define PHYDM_TESTCHIP_SUPPORT TESTCHIP_SUPPORT -+ #define bMaskH3Bytes 0xffffff00 -+ #define SUCCESS 0 -+ #define FAIL (-1) -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_AP) -+ -+ // To let ADSL/AP project compile ok; it should be removed after all conflict are solved. Added by Annie, 2011-10-07. -+ #define ADSL_AP_BUILD_WORKAROUND -+ #define AP_BUILD_WORKAROUND -+ -+ //2 [ Configure RA Debug H2C CMD ] -+ #define CONFIG_RA_DBG_CMD -+ -+ /*#define CONFIG_PATH_DIVERSITY*/ -+ /*#define CONFIG_RA_DYNAMIC_RTY_LIMIT*/ -+ -+ //2 [ Configure Antenna Diversity ] -+#if defined(CONFIG_RTL_8881A_ANT_SWITCH) || defined(CONFIG_SLOT_0_ANT_SWITCH) || defined(CONFIG_SLOT_1_ANT_SWITCH) -+ #define CONFIG_HW_ANTENNA_DIVERSITY -+ #define ODM_EVM_ENHANCE_ANTDIV -+ -+ //---------- -+ #if(!defined(CONFIG_NO_2G_DIVERSITY) && !defined(CONFIG_2G5G_CG_TRX_DIVERSITY_8881A) && !defined(CONFIG_2G_CGCS_RX_DIVERSITY) && !defined(CONFIG_2G_CG_TRX_DIVERSITY) && !defined(CONFIG_2G_CG_SMART_ANT_DIVERSITY)) -+ #define CONFIG_NO_2G_DIVERSITY -+ #endif -+ -+ #ifdef CONFIG_NO_5G_DIVERSITY_8881A -+ #define CONFIG_NO_5G_DIVERSITY -+ #elif defined(CONFIG_5G_CGCS_RX_DIVERSITY_8881A) -+ #define CONFIG_5G_CGCS_RX_DIVERSITY -+ #elif defined(CONFIG_5G_CG_TRX_DIVERSITY_8881A) -+ #define CONFIG_5G_CG_TRX_DIVERSITY -+ #elif defined(CONFIG_2G5G_CG_TRX_DIVERSITY_8881A) -+ #define CONFIG_2G5G_CG_TRX_DIVERSITY -+ #endif -+ #if(!defined(CONFIG_NO_5G_DIVERSITY) && !defined(CONFIG_5G_CGCS_RX_DIVERSITY) && !defined(CONFIG_5G_CG_TRX_DIVERSITY) && !defined(CONFIG_2G5G_CG_TRX_DIVERSITY) && !defined(CONFIG_5G_CG_SMART_ANT_DIVERSITY)) -+ #define CONFIG_NO_5G_DIVERSITY -+ #endif -+ //---------- -+ #if ( defined(CONFIG_NO_2G_DIVERSITY) && defined(CONFIG_NO_5G_DIVERSITY) ) -+ #define CONFIG_NOT_SUPPORT_ANTDIV -+ #elif( !defined(CONFIG_NO_2G_DIVERSITY) && defined(CONFIG_NO_5G_DIVERSITY) ) -+ #define CONFIG_2G_SUPPORT_ANTDIV -+ #elif( defined(CONFIG_NO_2G_DIVERSITY) && !defined(CONFIG_NO_5G_DIVERSITY) ) -+ #define CONFIG_5G_SUPPORT_ANTDIV -+ #elif( (!defined(CONFIG_NO_2G_DIVERSITY) && !defined(CONFIG_NO_5G_DIVERSITY)) || defined(CONFIG_2G5G_CG_TRX_DIVERSITY) ) -+ #define CONFIG_2G5G_SUPPORT_ANTDIV -+ #endif -+ //---------- -+#endif -+ #ifdef AP_BUILD_WORKAROUND -+ #include "../typedef.h" -+ #else -+ typedef void VOID,*PVOID; -+ typedef unsigned char BOOLEAN,*PBOOLEAN; -+ typedef unsigned char u1Byte,*pu1Byte; -+ typedef unsigned short u2Byte,*pu2Byte; -+ typedef unsigned int u4Byte,*pu4Byte; -+ typedef unsigned long long u8Byte,*pu8Byte; -+#if 1 -+/* In ARM platform, system would use the type -- "char" as "unsigned char" -+ * And we only use s1Byte/ps1Byte as INT8 now, so changes the type of s1Byte.*/ -+ typedef signed char s1Byte,*ps1Byte; -+#else -+ typedef char s1Byte,*ps1Byte; -+#endif -+ typedef short s2Byte,*ps2Byte; -+ typedef long s4Byte,*ps4Byte; -+ typedef long long s8Byte,*ps8Byte; -+ #endif -+ -+ typedef struct rtl8192cd_priv *prtl8192cd_priv; -+ typedef struct stat_info STA_INFO_T,*PSTA_INFO_T; -+ typedef struct timer_list RT_TIMER, *PRT_TIMER; -+ typedef void * RT_TIMER_CALL_BACK; -+ -+#ifdef CONFIG_PCI_HCI -+ #define DEV_BUS_TYPE RT_PCI_INTERFACE -+#endif -+ -+ #define _TRUE 1 -+ #define _FALSE 0 -+ -+ #if (defined(TESTCHIP_SUPPORT)) -+ #define PHYDM_TESTCHIP_SUPPORT 1 -+ #else -+ #define PHYDM_TESTCHIP_SUPPORT 0 -+ #endif -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ #include -+ -+ /*#define CONFIG_RA_DBG_CMD*/ -+ /*#define CONFIG_ANT_DETECTION*/ -+ /*#define CONFIG_PATH_DIVERSITY*/ -+ /*#define CONFIG_RA_DYNAMIC_RTY_LIMIT*/ -+ -+#if 0 -+ typedef u8 u1Byte, *pu1Byte; -+ typedef u16 u2Byte,*pu2Byte; -+ typedef u32 u4Byte,*pu4Byte; -+ typedef u64 u8Byte,*pu8Byte; -+ typedef s8 s1Byte,*ps1Byte; -+ typedef s16 s2Byte,*ps2Byte; -+ typedef s32 s4Byte,*ps4Byte; -+ typedef s64 s8Byte,*ps8Byte; -+#else -+ #define u1Byte u8 -+ #define pu1Byte u8* -+ -+ #define u2Byte u16 -+ #define pu2Byte u16* -+ -+ #define u4Byte u32 -+ #define pu4Byte u32* -+ -+ #define u8Byte u64 -+ #define pu8Byte u64* -+ -+ #define s1Byte s8 -+ #define ps1Byte s8* -+ -+ #define s2Byte s16 -+ #define ps2Byte s16* -+ -+ #define s4Byte s32 -+ #define ps4Byte s32* -+ -+ #define s8Byte s64 -+ #define ps8Byte s64* -+ -+#endif -+ #ifdef CONFIG_USB_HCI -+ #define DEV_BUS_TYPE RT_USB_INTERFACE -+ #elif defined(CONFIG_PCI_HCI) -+ #define DEV_BUS_TYPE RT_PCI_INTERFACE -+ #elif defined(CONFIG_SDIO_HCI) -+ #define DEV_BUS_TYPE RT_SDIO_INTERFACE -+ #elif defined(CONFIG_GSPI_HCI) -+ #define DEV_BUS_TYPE RT_SDIO_INTERFACE -+ #endif -+ -+ -+ #if defined(CONFIG_LITTLE_ENDIAN) -+ #define ODM_ENDIAN_TYPE ODM_ENDIAN_LITTLE -+ #elif defined (CONFIG_BIG_ENDIAN) -+ #define ODM_ENDIAN_TYPE ODM_ENDIAN_BIG -+ #endif -+ -+ typedef struct timer_list RT_TIMER, *PRT_TIMER; -+ typedef void * RT_TIMER_CALL_BACK; -+ #define STA_INFO_T struct sta_info -+ #define PSTA_INFO_T struct sta_info * -+ -+ -+ -+ #define TRUE _TRUE -+ #define FALSE _FALSE -+ -+ -+ #define SET_TX_DESC_ANTSEL_A_88E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 1, __Value) -+ #define SET_TX_DESC_ANTSEL_B_88E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 25, 1, __Value) -+ #define SET_TX_DESC_ANTSEL_C_88E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 29, 1, __Value) -+ -+ //define useless flag to avoid compile warning -+ #define USE_WORKITEM 0 -+ #define FOR_BRAZIL_PRETEST 0 -+ /*#define BT_30_SUPPORT 0*/ -+ #define FPGA_TWO_MAC_VERIFICATION 0 -+ #define RTL8881A_SUPPORT 0 -+ -+ #if (defined(TESTCHIP_SUPPORT)) -+ #define PHYDM_TESTCHIP_SUPPORT 1 -+ #else -+ #define PHYDM_TESTCHIP_SUPPORT 0 -+ #endif -+#endif -+ -+#define READ_NEXT_PAIR(v1, v2, i) do { if (i+2 >= ArrayLen) break; i += 2; v1 = Array[i]; v2 = Array[i+1]; } while(0) -+#define COND_ELSE 2 -+#define COND_ENDIF 3 -+ -+#endif // __ODM_TYPES_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtchnlplan.c linux/3rdparty/rtl8812au/hal/phydm/rtchnlplan.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtchnlplan.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtchnlplan.c 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,480 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+/****************************************************************************** -+ -+ History: -+ Data Who Remark (Internal History) -+ -+ 05/14/2012 MH Collect RTK inernal infromation and generate channel plan draft. -+ -+******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+#include "mp_precomp.h" -+#include "rtchnlplan.h" -+ -+ -+ -+// -+// Channel Plan Domain Code -+// -+ -+/* -+ Channel Plan Contents -+ Domain Code EEPROM Countries in Specific Domain -+ 2G RD 5G RD Bit[6:0] 2G 5G -+ Case Old Define 00h~1Fh Old Define Old Define -+ 1 2G_WORLD 5G_NULL 20h Worldwird 13 NA -+ 2 2G_ETSI1 5G_NULL 21h Europe 2G NA -+ 3 2G_FCC1 5G_NULL 22h US 2G NA -+ 4 2G_MKK1 5G_NULL 23h Japan 2G NA -+ 5 2G_ETSI2 5G_NULL 24h France 2G NA -+ 6 2G_FCC1 5G_FCC1 25h US 2G US 5G ¤K¤j°ê»{ÃÒ -+ 7 2G_WORLD 5G_ETSI1 26h Worldwird 13 Europe ¤K¤j°ê»{ÃÒ -+ 8 2G_MKK1 5G_MKK1 27h Japan 2G Japan 5G ¤K¤j°ê»{ÃÒ -+ 9 2G_WORLD 5G_KCC1 28h Worldwird 13 Korea ¤K¤j°ê»{ÃÒ -+ 10 2G_WORLD 5G_FCC2 29h Worldwird 13 US o/w DFS Channels -+ 11 2G_WORLD 5G_FCC3 30h Worldwird 13 India, Mexico -+ 12 2G_WORLD 5G_FCC4 31h Worldwird 13 Venezuela -+ 13 2G_WORLD 5G_FCC5 32h Worldwird 13 China -+ 14 2G_WORLD 5G_FCC6 33h Worldwird 13 Israel -+ 15 2G_FCC1 5G_FCC7 34h US 2G US/Canada ¤K¤j°ê»{ÃÒ -+ 16 2G_WORLD 5G_ETSI2 35h Worldwird 13 Australia, New Zealand ¤K¤j°ê»{ÃÒ -+ 17 2G_WORLD 5G_ETSI3 36h Worldwird 13 Russia -+ 18 2G_MKK1 5G_MKK2 37h Japan 2G Japan (W52, W53) -+ 19 2G_MKK1 5G_MKK3 38h Japan 2G Japan (W56) -+ 20 2G_FCC1 5G_NCC1 39h US 2G Taiwan ¤K¤j°ê»{ÃÒ -+ -+ NA 2G_WORLD 5G_FCC1 7F FCC FCC DFS Channels Realtek Define -+ -+ -+ -+ -+ -+ 2.4G Regulatory Domains -+ Case 2G RD Regulation Channels Frequencyes Note Countries in Specific Domain -+ 1 2G_WORLD ETSI 1~13 2412~2472 Passive scan CH 12, 13 Worldwird 13 -+ 2 2G_ETSI1 ETSI 1~13 2412~2472 Europe -+ 3 2G_FCC1 FCC 1~11 2412~2462 US -+ 4 2G_MKK1 MKK 1~13, 14 2412~2472, 2484 Japan -+ 5 2G_ETSI2 ETSI 10~13 2457~2472 France -+ -+ -+ -+ -+ 5G Regulatory Domains -+ Case 5G RD Regulation Channels Frequencyes Note Countries in Specific Domain -+ 1 5G_NULL NA NA NA Do not support 5GHz -+ 2 5G_ETSI1 ETSI "36~48, 52~64, -+ 100~140" "5180~5240, 5260~5230 -+ 5500~5700" Band1, Ban2, Band3 Europe -+ 3 5G_ETSI2 ETSI "36~48, 52~64, -+ 100~140, 149~165" "5180~5240, 5260~5230 -+ 5500~5700, 5745~5825" Band1, Ban2, Band3, Band4 Australia, New Zealand -+ 4 5G_ETSI3 ETSI "36~48, 52~64, -+ 100~132, 149~165" -+ "5180~5240, 5260~5230 -+ 5500~5660, 5745~5825" Band1, Ban2, Band3(except CH 136, 140), Band4" Russia -+ 5 5G_FCC1 FCC "36~48, 52~64, -+ 100~140, 149~165" -+ "5180~5240, 5260~5230 -+ 5500~5700, 5745~5825" Band1(5150~5250MHz), -+ Band2(5250~5350MHz), -+ Band3(5470~5725MHz), -+ Band4(5725~5850MHz)" US -+ 6 5G_FCC2 FCC 36~48, 149~165 5180~5240, 5745~5825 Band1, Band4 FCC o/w DFS Channels -+ 7 5G_FCC3 FCC "36~48, 52~64, -+ 149~165" "5180~5240, 5260~5230 -+ 5745~5825" Band1, Ban2, Band4 India, Mexico -+ 8 5G_FCC4 FCC "36~48, 52~64, -+ 149~161" "5180~5240, 5260~5230 -+ 5745~5805" Band1, Ban2, -+ Band4(except CH 165)" Venezuela -+ 9 5G_FCC5 FCC 149~165 5745~5825 Band4 China -+ 10 5G_FCC6 FCC 36~48, 52~64 5180~5240, 5260~5230 Band1, Band2 Israel -+ 11 5G_FCC7 -+ 5G_IC1 FCC -+ IC" "36~48, 52~64, -+ 100~116, 136, 140, -+ 149~165" "5180~5240, 5260~5230 -+ 5500~5580, 5680, 5700, -+ 5745~5825" "Band1, Band2, -+ Band3(except 5600~5650MHz), -+ Band4" "US -+ Canada" -+ 12 5G_KCC1 KCC "36~48, 52~64, -+ 100~124, 149~165" "5180~5240, 5260~5230 -+ 5500~5620, 5745~5825" "Band1, Ban2, -+ Band3(5470~5650MHz), -+ Band4" Korea -+ 13 5G_MKK1 MKK "36~48, 52~64, -+ 100~140" "5180~5240, 5260~5230 -+ 5500~5700" W52, W53, W56 Japan -+ 14 5G_MKK2 MKK 36~48, 52~64 5180~5240, 5260~5230 W52, W53 Japan (W52, W53) -+ 15 5G_MKK3 MKK 100~140 5500~5700 W56 Japan (W56) -+ 16 5G_NCC1 NCC "56~64, -+ 100~116, 136, 140, -+ 149~165" "5260~5320 -+ 5500~5580, 5680, 5700, -+ 5745~5825" "Band2(except CH 52), -+ Band3(except 5600~5650MHz), -+ Band4" Taiwan -+ -+ -+*/ -+ -+// -+// 2.4G CHannel -+// -+/* -+ -+ 2.4G Band Regulatory Domains RTL8192D -+ Channel Number Channel Frequency US Canada Europe Spain France Japan Japan 20M 40M -+ (MHz) (FCC) (IC) (ETSI) (MPHPT) -+ 1 2412 v v v v v -+ 2 2417 v v v v v -+ 3 2422 v v v v v v -+ 4 2427 v v v v v v -+ 5 2432 v v v v v v -+ 6 2437 v v v v v v -+ 7 2442 v v v v v v -+ 8 2447 v v v v v v -+ 9 2452 v v v v v v -+ 10 2457 v v v v v v v v -+ 11 2462 v v v v v v v v -+ 12 2467 v v v v v -+ 13 2472 v v v v -+ 14 2484 v v -+ -+ -+*/ -+ -+ -+// -+// 5G Operating Channel -+// -+/* -+ -+ 5G Band RTL8192D RTL8195 (Jaguar) Jaguar 2 Regulatory Domains -+ Channel Number Channel Frequency Global Global Global "US -+(FCC 15.407)" "Canada -+(FCC, except 5.6~5.65GHz)" Argentina, Australia, New Zealand, Brazil, S. Africa (FCC/ETSI) "Europe -+(CE 301 893)" China India, Mexico, Singapore Israel, Turkey "Japan -+(MIC Item 19-3, 19-3-2)" Korea Russia, Ukraine "Taiwan -+(NCC)" Venezuela -+ (MHz) (20MHz) (20MHz) (40MHz) (80MHz) (160MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) (20MHz) -+"Band 1 -+5.15GHz -+~ -+5.25GHz" 36 5180 v v v v v Indoor Indoor v Indoor v Indoor Indoor v v v -+ 40 5200 v v v Indoor Indoor v Indoor v Indoor Indoor v v v -+ 44 5220 v v v v Indoor Indoor v Indoor v Indoor Indoor v v v -+ 48 5240 v v v Indoor Indoor v Indoor v Indoor Indoor v v v -+"Band 2 -+5.25GHz -+~ -+5.35GHz -+(DFS)" 52 5260 v v v v v v v v Indoor v Indoor Indoor v v v -+ 56 5280 v v v v v v Indoor v Indoor Indoor v v Indoor v -+ 60 5300 v v v v v v v Indoor v Indoor Indoor v v Indoor v -+ 64 5320 v v v v v v Indoor v Indoor Indoor v v Indoor v -+ -+"Band 3 -+5.47GHz -+~ -+5.725GHz -+(DFS)" 100 5500 v v v v v v v v v v v v v -+ 104 5520 v v v v v v v v v v v -+ 108 5540 v v v v v v v v v v v v -+ 112 5560 v v v v v v v v v v v -+ 116 5580 v v v v v v v v v v v v v -+ 120 5600 v v v Indoor v Indoor v v v -+ 124 5620 v v v v Indoor v Indoor v v v -+ 128 5640 v v v Indoor v Indoor v v -+ 132 5660 v v v E v Indoor v Indoor v v -+ 136 5680 v v v v v v v v v -+ 140 5700 v v E v v v v v v v -+ 144 5720 E E E -+"Band 4 -+5.725GHz -+~ -+5.85GHz -+(~5.9GHz)" 149 5745 v v v v v v v v v v v v v v -+ 153 5765 v v v v v v v v v v v v -+ 157 5785 v v v v v v v v v v v v v -+ 161 5805 v v v v v v v v v v v v -+ 165 5825 v v P P v v v v v v v v v -+ 169 5845 P P P -+ 173 5865 P P P P -+ 177 5885 P P P -+Channel Count 28 28 14 7 0 28 24 20 24 19 5 13 8 19 20 22 15 12 -+ E: FCC accepted the ask for CH144 from Accord. PS: 160MHz ¥Î 80MHz+80MHz¹ê²{¡H Argentina Belgium (¤ñ§Q®É) India Israel Russia -+ P: Customer's requirement from James. Australia The Netherlands (²üÄõ) Mexico Turkey Ukraine -+ New Zealand UK (­^°ê) Singapore -+ Brazil Switzerland (·ç¤h) -+ -+ -+*/ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+ -+// define Maximum Power v.s each band for each region -+// ISRAEL -+// Format: -+// RT_CHANNEL_DOMAIN_Region ={{{Chnl_Start, Chnl_end, Pwr_dB_Max}, {Chn2_Start, Chn2_end, Pwr_dB_Max}, {Chn3_Start, Chn3_end, Pwr_dB_Max}, {Chn4_Start, Chn4_end, Pwr_dB_Max}, {Chn5_Start, Chn5_end, Pwr_dB_Max}}, Limit_Num} */ -+// RT_CHANNEL_DOMAIN_FCC ={{{01,11,30}, {36,48,17}, {52,64,24}, {100,140,24}, {149,165,30}}, 5} -+// "NR" is non-release channle. -+// Issue--- Israel--Russia--New Zealand -+// DOMAIN_01= (2G_WORLD, 5G_NULL) -+// DOMAIN_02= (2G_ETSI1, 5G_NULL) -+// DOMAIN_03= (2G_FCC1, 5G_NULL) -+// DOMAIN_04= (2G_MKK1, 5G_NULL) -+// DOMAIN_05= (2G_ETSI2, 5G_NULL) -+// DOMAIN_06= (2G_FCC1, 5G_FCC1) -+// DOMAIN_07= (2G_WORLD, 5G_ETSI1) -+// DOMAIN_08= (2G_MKK1, 5G_MKK1) -+// DOMAIN_09= (2G_WORLD, 5G_KCC1) -+// DOMAIN_10= (2G_WORLD, 5G_FCC2) -+// DOMAIN_11= (2G_WORLD, 5G_FCC3)----india -+// DOMAIN_12= (2G_WORLD, 5G_FCC4)----Venezuela -+// DOMAIN_13= (2G_WORLD, 5G_FCC5)----China -+// DOMAIN_14= (2G_WORLD, 5G_FCC6)----Israel -+// DOMAIN_15= (2G_FCC1, 5G_FCC7)-----Canada -+// DOMAIN_16= (2G_WORLD, 5G_ETSI2)---Australia -+// DOMAIN_17= (2G_WORLD, 5G_ETSI3)---Russia -+// DOMAIN_18= (2G_MKK1, 5G_MKK2)-----Japan -+// DOMAIN_19= (2G_MKK1, 5G_MKK3)-----Japan -+// DOMAIN_20= (2G_FCC1, 5G_NCC1)-----Taiwan -+// DOMAIN_21= (2G_FCC1, 5G_NCC1)-----Taiwan -+ -+ -+static RT_CHANNEL_PLAN_MAXPWR ChnlPlanPwrMax_2G[] = { -+ -+ // 2G_WORLD, -+ {{1, 13, 20}, 1}, -+ -+ // 2G_ETSI1 -+ {{1, 13, 20}, 1}, -+ -+ /* RT_CHANNEL_DOMAIN_ETSI */ -+ {{{1, 11, 17}, {40, 56, 17}, {60, 128, 17}, {0, 0, 0}, {149, 165, 17}}, 4}, -+ -+ // RT_CHANNEL_DOMAIN_MKK -+ {{{1, 11, 17}, {0, 0, 0}, {0, 0, 0}, {0, 0, 0}, {0, 0, 0}}, 1}, -+ -+ // Add new channel plan mex power table. -+ // ...... -+ }; -+ -+ -+/* -+//===========================================1:(2G_WORLD, 5G_NULL) -+ -+RT_CHANNEL_PLAN_MAXPWR RT_DOMAIN_01 ={{{01,13,20}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}}, 1} -+ -+//===========================================2:(2G_ETSI1, 5G_NULL) -+ -+RT_DOMAIN_02 ={{{01,13,20}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}}, 1} -+ -+//===========================================3:(2G_FCC1, 5G_NULL) -+ -+RT_DOMAIN_03 ={{{01,11,30}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}}, 1} -+ -+//===========================================4:(2G_MKK1, 5G_NULL) -+ -+RT_DOMAIN_04 ={{{01,14,23}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}}, 1} -+ -+//===========================================5:(2G_ETSI2, 5G_NULL) -+ -+RT_DOMAIN_05 ={{{10,13,20}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}}, 1} -+ -+//===========================================6:(2G_FCC1, 5G_FCC1) -+ -+RT_DOMAIN_06 ={{{01,13,30}, {36,48,17}, {52,64,24}, {100,140,24}, {149,165,30}}, 5} -+ -+//===========================================7:(2G_WORLD, 5G_ETSI1) -+ -+RT_DOMAIN_07 ={{{01,13,20}, {36,48,23}, {52,64,23}, {100,140,30}, {NR,NR,0}}, 4} -+ -+//===========================================8:(2G_MKK1, 5G_MKK1) -+ -+RT_DOMAIN_08 ={{{01,14,23}, {36,48,23}, {52,64,23}, {100,140,23}, {NR,NR,0}}, 4} -+ -+//===========================================9:(2G_WORLD, 5G_KCC1) -+ -+RT_DOMAIN_09 ={{{01,13,20}, {36,48,17}, {52,64,23}, {100,124,23}, {149,165,23}}, 5} -+ -+//===========================================10:(2G_WORLD, 5G_FCC2) -+ -+RT_DOMAIN_10 ={{{01,13,20}, {36,48,17}, {NR,NR,0}, {NR,NR,0}, {149,165,30}}, 3} -+ -+//===========================================11:(2G_WORLD, 5G_FCC3) -+RT_DOMAIN_11 ={{{01,13,20}, {36,48,23}, {52,64,23}, {NR,NR,0}, {149,165,23}}, 4} -+ -+//===========================================12:(2G_WORLD, 5G_FCC4) -+RT_DOMAIN_12 ={{{01,13,20}, {36,48,24}, {52,64,24}, {NR,NR,0}, {149,161,27}}, 4} -+ -+//===========================================13:(2G_WORLD, 5G_FCC5) -+RT_DOMAIN_13 ={{{01,13,20}, {NR,NR,0}, {NR,NR,0}, {NR,NR,0}, {149,165,27}}, 2} -+ -+//===========================================14:(2G_WORLD, 5G_FCC6) -+RT_DOMAIN_14 ={{{01,13,20}, {36,48,17}, {52,64,17}, {NR,NR,0}, {NR,NR,0}}, 3} -+ -+//===========================================15:(2G_FCC1, 5G_FCC7) -+RT_DOMAIN_15 ={{{01,11,30}, {36,48,23}, {52,64,24}, {100,140,24}, {149,165,30}}, 5} -+ -+//===========================================16:(2G_WORLD, 5G_ETSI2) -+RT_DOMAIN_16 ={{{01,13,20}, {36,48,23}, {52,64,23}, {100,140,30}, {149,165,30}}, 5} -+ -+//===========================================17:(2G_WORLD, 5G_ETSI3) -+RT_DOMAIN_17 ={{{01,13,20}, {36,48,23}, {52,64,23}, {100,132,30}, {149,165,20}}, 5} -+ -+//===========================================18:(2G_MKK1, 5G_MKK2) -+RT_DOMAIN_18 ={{{01,14,23}, {36,48,23}, {52,64,23}, {NR,NR,0}, {NR,NR,0}}, 3} -+ -+//===========================================19:(2G_MKK1, 5G_MKK3) -+RT_DOMAIN_19 ={{{01,14,23}, {NR,NR,0}, {NR,NR,0}, {100,140,23}, {NR,NR,0}}, 2} -+ -+//===========================================20:(2G_FCC1, 5G_NCC1) -+RT_DOMAIN_20 ={{{01,11,30}, {NR,NR,0}, {56,64,23}, {100,140,24}, {149,165,30}}, 4} -+ -+//===========================================21:(2G_FCC1, 5G_NCC2) -+RT_DOMAIN_21 ={{{01,11,30}, {NR,NR,0}, {56,64,23}, {NR,NR,0}, {149,165,30}}, 3} -+ -+//===========================================22:(2G_WORLD, 5G_FCC3) -+RT_DOMAIN_22 ={{{01,13,24}, {36,48,20}, {52,64,24}, {NR,NR,0}, {149,165,30}}, 4} -+ -+//===========================================23:(2G_WORLD, 5G_ETSI2) -+RT_DOMAIN_23 ={{{01,13,20}, {36,48,23}, {52,64,23}, {100,140,30}, {149,165,30}}, 5} -+ -+*/ -+ -+// -+// Counter & Realtek Channel plan transfer table. -+// -+RT_CHNL_CTRY_TBL RtCtryChnlTbl[] = -+{ -+ -+ { -+ RT_CTRY_AL, // "Albaniaªüº¸¤Ú¥§¨È" -+ "AL", -+ RT_2G_WORLD, -+ RT_5G_WORLD, -+ RT_CHANNEL_DOMAIN_UNDEFINED // 2G/5G world. -+ }, -+#if 0 -+ { -+ RT_CTRY_BB, // "Barbados¤Ú¤Ú¦h´µ" -+ "BB", -+ RT_2G_WORLD, -+ RT_5G_NULL, -+ RT_CHANNEL_DOMAIN_EFUSE_0x20 // 2G world. 5G_NULL -+ }, -+ -+ { -+ RT_CTRY_DE, // "Germany¼w°ê" -+ "DE", -+ RT_2G_WORLD, -+ RT_5G_ETSI1, -+ RT_CHANNEL_DOMAIN_EFUSE_0x26 -+ }, -+ -+ { -+ RT_CTRY_US, // "Germany¼w°ê" -+ "US", -+ RT_2G_FCC1, -+ RT_5G_FCC7, -+ RT_CHANNEL_DOMAIN_EFUSE_0x34 -+ }, -+ -+ { -+ RT_CTRY_JP, // "Germany¼w°ê" -+ "JP", -+ RT_2G_MKK1, -+ RT_5G_MKK1, -+ RT_CHANNEL_DOMAIN_EFUSE_0x34 -+ }, -+ -+ { -+ RT_CTRY_TW, // "Germany¼w°ê" -+ "TW", -+ RT_2G_FCC1, -+ RT_5G_NCC1, -+ RT_CHANNEL_DOMAIN_EFUSE_0x39 -+ }, -+#endif -+ -+}; // RtCtryChnlTbl -+ -+// -+// Realtek Defined Channel plan. -+// -+#if 0 -+ -+static RT_CHANNEL_PLAN_NEW RtChnlPlan[] = -+{ -+ // Channel Plan 0x20. -+ { -+ &RtCtryChnlTbl[1], // RT_CHNL_CTRY_TBL Country & channel plan transfer table. -+ RT_CHANNEL_DOMAIN_EFUSE_0x20, // RT_CHANNEL_DOMAIN RT Channel Plan Define -+ RT_2G_WORLD, // RT_REGULATION_2G -+ RT_5G_NULL, // RT_REGULATION_5G -+ RT_WORLD, // RT_REGULATION_CMN RT Regulatory domain definition. -+ RT_SREQ_NA, // RT Channel plan special & customerize requirement. -+ -+ CHNL_RT_2G_WORLD, -+ CHNL_RT_2G_WORLD_SCAN_TYPE, -+ &ChnlPlanPwrMax_2G[0], -+ -+ CHNL_RT_5G_NULL, -+ CHNL_RT_5G_NULL_SCAN_TYPE, -+ -+ -+ }, -+ -+ // Channel Plan 0x26. -+ { -+ &RtCtryChnlTbl[1], // RT_CHNL_CTRY_TBL Country & channel plan transfer table. -+ RT_CHANNEL_DOMAIN_EFUSE_0x26, // RT_CHANNEL_DOMAIN RT Channel Plan Define -+ RT_2G_WORLD, // RT_REGULATION_2G -+ RT_5G_ETSI1, // RT_REGULATION_5G -+ RT_WORLD, // RT_REGULATION_CMN RT Regulatory domain definition. -+ RT_SREQ_NA, // RT Channel plan special & customerize requirement. -+ -+ CHNL_RT_2G_WORLD, // 2G workd cannel -+ CHNL_RT_2G_WORLD_SCAN_TYPE, -+ &ChnlPlanPwrMax_2G[1], -+ -+ CHNL_RT_5G_ETSI1, -+ CHNL_RT_5G_ETSI1_SCAN_TYPE, -+ -+ } -+ -+ -+}; -+#endif -+ -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtchnlplan.h linux/3rdparty/rtl8812au/hal/phydm/rtchnlplan.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtchnlplan.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtchnlplan.h 2017-06-07 23:07:21.020688396 +0300 -@@ -0,0 +1,699 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __RT_CHANNELPLAN_H__ -+#define __RT_CHANNELPLAN_H__ -+ -+typedef enum _RT_CHANNEL_DOMAIN_NEW -+{ -+ -+ //===== Add new channel plan above this line ===============// -+ -+ // For new architecture we define different 2G/5G CH area for all country. -+ // 2.4 G only -+ RT_CHANNEL_DOMAIN_2G_WORLD_5G_NULL = 0x20, -+ RT_CHANNEL_DOMAIN_2G_ETSI1_5G_NULL = 0x21, -+ RT_CHANNEL_DOMAIN_2G_FCC1_5G_NULL = 0x22, -+ RT_CHANNEL_DOMAIN_2G_MKK1_5G_NULL = 0x23, -+ RT_CHANNEL_DOMAIN_2G_ETSI2_5G_NULL = 0x24, -+ // 2.4 G + 5G type 1 -+ RT_CHANNEL_DOMAIN_2G_FCC1_5G_FCC1 = 0x25, -+ RT_CHANNEL_DOMAIN_2G_WORLD_5G_ETSI1 = 0x26, -+ //RT_CHANNEL_DOMAIN_2G_WORLD_5G_ETSI1 = 0x27, -+ // ..... -+ -+ RT_CHANNEL_DOMAIN_MAX_NEW, -+ -+}RT_CHANNEL_DOMAIN_NEW, *PRT_CHANNEL_DOMAIN_NEW; -+ -+ -+#if 0 -+#define DOMAIN_CODE_2G_WORLD \ -+ {1,2,3,4,5,6,7,8,9,10,11,12,13}, 13 -+#define DOMAIN_CODE_2G_ETSI1 \ -+ {1,2,3,4,5,6,7,8,9,10,11,12,13}, 13 -+#define DOMAIN_CODE_2G_ETSI2 \ -+ {1,2,3,4,5,6,7,8,9,10,11}, 11 -+#define DOMAIN_CODE_2G_FCC1 \ -+ {1,2,3,4,5,6,7,8,9,10,11,12,13,14}, 14 -+#define DOMAIN_CODE_2G_MKK1 \ -+ {10,11,12,13}, 4 -+ -+#define DOMAIN_CODE_5G_ETSI1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140}, 19 -+#define DOMAIN_CODE_5G_ETSI2 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165}, 24 -+#define DOMAIN_CODE_5G_ETSI3 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,149,153,157,161,165}, 22 -+#define DOMAIN_CODE_5G_FCC1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165}, 24 -+#define DOMAIN_CODE_5G_FCC2 \ -+ {36,40,44,48,149,153,157,161,165}, 9 -+#define DOMAIN_CODE_5G_FCC3 \ -+ {36,40,44,48,52,56,60,64,149,153,157,161,165}, 13 -+#define DOMAIN_CODE_5G_FCC4 \ -+ {36,40,44,48,52,56,60,64,149,153,157,161}, 12 -+#define DOMAIN_CODE_5G_FCC5 \ -+ {149,153,157,161,165}, 5 -+#define DOMAIN_CODE_5G_FCC6 \ -+ {36,40,44,48,52,56,60,64}, 8 -+#define DOMAIN_CODE_5G_FCC7 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 20 -+#define DOMAIN_CODE_5G_IC1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 20 -+#define DOMAIN_CODE_5G_KCC1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,149,153,157,161,165}, 20 -+#define DOMAIN_CODE_5G_MKK1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140}, 19 -+#define DOMAIN_CODE_5G_MKK2 \ -+ {36,40,44,48,52,56,60,64}, 8 -+#define DOMAIN_CODE_5G_MKK3 \ -+ {100,104,108,112,116,120,124,128,132,136,140}, 11 -+#define DOMAIN_CODE_5G_NCC1 \ -+ {56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 24 -+#define DOMAIN_CODE_5G_NCC2 \ -+ {56,60,64,149,153,157,161,165}, 8 -+#define UNDEFINED \ -+ {0}, 0 -+#endif -+ -+// -+// -+// -+/* -+ -+Countries "Country Abbreviation" Domain Code SKU's Ch# of 20MHz -+ 2G 5G Ch# of 40MHz -+"Albaniaªüº¸¤Ú¥§¨È" AL Local Test -+ -+"Algeriaªüº¸¤Î§Q¨È" DZ CE TCF -+ -+"Antigua & Barbuda¦w´£¥Ê®q&¤Ú¥¬¹F" AG 2G_WORLD FCC TCF -+ -+"Argentinaªü®Ú§Ê" AR 2G_WORLD Local Test -+ -+"Armenia¨È¬ü¥§¨È" AM 2G_WORLD ETSI -+ -+"Arubaªü¾|¤Ú®q" AW 2G_WORLD FCC TCF -+ -+"Australia¿D¬w" AU 2G_WORLD 5G_ETSI2 -+ -+"Austria¶ø¦a§Q" AT 2G_WORLD 5G_ETSI1 CE -+ -+"Azerbaijanªü¶ë«ô¾Ê" AZ 2G_WORLD CE TCF -+ -+"Bahamas¤Ú«¢°¨" BS 2G_WORLD -+ -+"Barbados¤Ú¤Ú¦h´µ" BB 2G_WORLD FCC TCF -+ -+"Belgium¤ñ§Q®É" BE 2G_WORLD 5G_ETSI1 CE -+ -+"Bermuda¦Ê¼}¹F" BM 2G_WORLD FCC TCF -+ -+"Brazil¤Ú¦è" BR 2G_WORLD Local Test -+ -+"Bulgaria«O¥[§Q¨È" BG 2G_WORLD 5G_ETSI1 CE -+ -+"Canada¥[®³¤j" CA 2G_FCC1 5G_FCC7 IC / FCC IC / FCC -+ -+"Cayman Islands¶}°Ò¸s®q" KY 2G_WORLD 5G_ETSI1 CE -+ -+"Chile´¼§Q" CL 2G_WORLD FCC TCF -+ -+"China¤¤°ê" CN 2G_WORLD 5G_FCC5 «H³¡?¡i2002¡j353? -+ -+"Columbia­ô­Û¤ñ¨È" CO 2G_WORLD Voluntary -+ -+"Costa Rica­ô´µ¹F¾¤¥[" CR 2G_WORLD FCC TCF -+ -+"Cyprus¶ë®ú¸ô´µ" CY 2G_WORLD 5G_ETSI1 CE -+ -+"Czech ±¶§J" CZ 2G_WORLD 5G_ETSI1 CE -+ -+"Denmark¤¦³Á" DK 2G_WORLD 5G_ETSI1 CE -+ -+"Dominican Republic¦h©ú¥§¥[¦@©M°ê" DO 2G_WORLD FCC TCF -+ -+"Egypt®J¤Î" EG 2G_WORLD CE T CF -+ -+"El SalvadorÂĺ¸¥Ë¦h" SV 2G_WORLD Voluntary -+ -+"Estonia·R¨F¥§¨È" EE 2G_WORLD 5G_ETSI1 CE -+ -+"FinlandªâÄõ" FI 2G_WORLD 5G_ETSI1 CE -+ -+"Franceªk°ê" FR 5G_E TSI1 CE -+ -+"Germany¼w°ê" DE 2G_WORLD 5G_ETSI1 CE -+ -+"Greece §ÆÃ¾" GR 2G_WORLD 5G_ETSI1 CE -+ -+"GuamÃö®q" GU 2G_WORLD -+ -+"Guatemala¥Ê¦a°¨©Ô" GT 2G_WORLD -+ -+"Haiti®ü¦a" HT 2G_WORLD FCC TCF -+ -+"Honduras§»³£©Ô´µ" HN 2G_WORLD FCC TCF -+ -+"Hungary¦I¤ú§Q" HU 2G_WORLD 5G_ETSI1 CE -+ -+"Iceland¦B®q" IS 2G_WORLD 5G_ETSI1 CE -+ -+"India¦L«×" IN 2G_WORLD 5G_FCC3 FCC/CE TCF -+ -+"Ireland·Rº¸Äõ" IE 2G_WORLD 5G_ETSI1 CE -+ -+"Israel¥H¦â¦C" IL 5G_F CC6 CE TCF -+ -+"Italy¸q¤j§Q" IT 2G_WORLD 5G_ETSI1 CE -+ -+"Japan¤é¥»" JP 2G_MKK1 5G_MKK1 MKK MKK -+ -+"KoreaÁú°ê" KR 2G_WORLD 5G_KCC1 KCC KCC -+ -+"Latvia©Ô²æºû¨È" LV 2G_WORLD 5G_ETSI1 CE -+ -+"Lithuania¥ß³³©{" LT 2G_WORLD 5G_ETSI1 CE -+ -+"Luxembourg¿c´Ë³ù" LU 2G_WORLD 5G_ETSI1 CE -+ -+"Malaysia°¨¨Ó¦è¨È" MY 2G_WORLD Local Test -+ -+"Malta°¨º¸¥L" MT 2G_WORLD 5G_ETSI1 CE -+ -+"Mexico¾¥¦è­ô" MX 2G_WORLD 5G_FCC3 Local Test -+ -+"Morocco¼¯¬¥­ô" MA CE TCF -+ -+"Netherlands²üÄõ" NL 2G_WORLD 5G_ETSI1 CE -+ -+"New Zealand¯Ã¦èÄõ" NZ 2G_WORLD 5G_ETSI2 -+ -+"Norway®¿«Â" NO 2G_WORLD 5G_ETSI1 CE -+ -+"Panama¤Ú®³°¨ " PA 2G_FCC1 Voluntary -+ -+"Philippinesµá«ß»«" PH 2G_WORLD FCC TCF -+ -+"PolandªiÄõ" PL 2G_WORLD 5G_ETSI1 CE -+ -+"Portugal¸²µå¤ú" PT 2G_WORLD 5G_ETSI1 CE -+ -+"Romaniaù°¨¥§¨È" RO 2G_WORLD 5G_ETSI1 CE -+ -+"Russia«Xù´µ" RU 2G_WORLD 5G_ETSI3 CE TCF -+ -+"Saudi Arabia¨F¦aªü©Ô§B" SA 2G_WORLD CE TCF -+ -+"Singapore·s¥[©Y" SG 2G_WORLD -+ -+"Slovakia´µ¬¥¥ï§J" SK 2G_WORLD 5G_ETSI1 CE -+ -+"Slovenia´µ¬¥ºû¥§¨È" SI 2G_WORLD 5G_ETSI1 CE -+ -+"South Africa«n«D" ZA 2G_WORLD CE TCF -+ -+"Spain¦è¯Z¤ú" ES 5G_ETSI1 CE -+ -+"Sweden·ç¨å" SE 2G_WORLD 5G_ETSI1 CE -+ -+"Switzerland·ç¤h" CH 2G_WORLD 5G_ETSI1 CE -+ -+"Taiwan»OÆW" TW 2G_FCC1 5G_NCC1 NCC -+ -+"Thailand®õ°ê" TH 2G_WORLD FCC/CE TCF -+ -+"Turkey¤g¦Õ¨ä" TR 2G_WORLD -+ -+"Ukraine¯Q§JÄõ" UA 2G_WORLD Local Test -+ -+"United Kingdom­^°ê" GB 2G_WORLD 5G_ETSI1 CE ETSI -+ -+"United States¬ü°ê" US 2G_FCC1 5G_FCC7 FCC FCC -+ -+"Venezuela©e¤º·ç©Ô" VE 2G_WORLD 5G_FCC4 FCC TCF -+ -+"Vietnam¶V«n" VN 2G_WORLD FCC/CE TCF -+ -+ -+ -+*/ -+ -+// Counter abbervation. -+typedef enum _RT_COUNTRY_DEFINE_NUM -+{ -+ RT_CTRY_AL, // "Albaniaªüº¸¤Ú¥§¨È" -+ RT_CTRY_DZ, // "Algeriaªüº¸¤Î§Q¨È" -+ RT_CTRY_AG, // "Antigua & Barbuda¦w´£¥Ê®q&¤Ú¥¬¹F" -+ RT_CTRY_AR, // "Argentinaªü®Ú§Ê" -+ RT_CTRY_AM, // "Armenia¨È¬ü¥§¨È" -+ RT_CTRY_AW, // "Arubaªü¾|¤Ú®q" -+ RT_CTRY_AU, // "Australia¿D¬w" -+ RT_CTRY_AT, // "Austria¶ø¦a§Q" -+ RT_CTRY_AZ, // "Azerbaijanªü¶ë«ô¾Ê" -+ RT_CTRY_BS, // "Bahamas¤Ú«¢°¨" -+ RT_CTRY_BB, // "Barbados¤Ú¤Ú¦h´µ" -+ RT_CTRY_BE, // "Belgium¤ñ§Q®É" -+ RT_CTRY_BM, // "Bermuda¦Ê¼}¹F" -+ RT_CTRY_BR, // "Brazil¤Ú¦è" -+ RT_CTRY_BG, // "Bulgaria«O¥[§Q¨È" -+ RT_CTRY_CA, // "Canada¥[®³¤j" -+ RT_CTRY_KY, // "Cayman Islands¶}°Ò¸s®q" -+ RT_CTRY_CL, // "Chile´¼§Q" -+ RT_CTRY_CN, // "China¤¤°ê" -+ RT_CTRY_CO, // "Columbia­ô­Û¤ñ¨È" -+ RT_CTRY_CR, // "Costa Rica­ô´µ¹F¾¤¥[" -+ RT_CTRY_CY, // "Cyprus¶ë®ú¸ô´µ" -+ RT_CTRY_CZ, // "Czech ±¶§J" -+ RT_CTRY_DK, // "Denmark¤¦³Á" -+ RT_CTRY_DO, // "Dominican Republic¦h©ú¥§¥[¦@©M°ê" -+ RT_CTRY_CE, // "Egypt®J¤Î" EG 2G_WORLD -+ RT_CTRY_SV, // "El SalvadorÂĺ¸¥Ë¦h" -+ RT_CTRY_EE, // "Estonia·R¨F¥§¨È" -+ RT_CTRY_FI, // "FinlandªâÄõ" -+ RT_CTRY_FR, // "Franceªk°ê" -+ RT_CTRY_DE, // "Germany¼w°ê" -+ RT_CTRY_GR, // "Greece §ÆÃ¾" -+ RT_CTRY_GU, // "GuamÃö®q" -+ RT_CTRY_GT, // "Guatemala¥Ê¦a°¨©Ô" -+ RT_CTRY_HT, // "Haiti®ü¦a" -+ RT_CTRY_HN, // "Honduras§»³£©Ô´µ" -+ RT_CTRY_HU, // "Hungary¦I¤ú§Q" -+ RT_CTRY_IS, // "Iceland¦B®q" -+ RT_CTRY_IN, // "India¦L«×" -+ RT_CTRY_IE, // "Ireland·Rº¸Äõ" -+ RT_CTRY_IL, // "Israel¥H¦â¦C" -+ RT_CTRY_IT, // "Italy¸q¤j§Q" -+ RT_CTRY_JP, // "Japan¤é¥»" -+ RT_CTRY_KR, // "KoreaÁú°ê" -+ RT_CTRY_LV, // "Latvia©Ô²æºû¨È" -+ RT_CTRY_LT, // "Lithuania¥ß³³©{" -+ RT_CTRY_LU, // "Luxembourg¿c´Ë³ù" -+ RT_CTRY_MY, // "Malaysia°¨¨Ó¦è¨È" -+ RT_CTRY_MT, // "Malta°¨º¸¥L" -+ RT_CTRY_MX, // "Mexico¾¥¦è­ô" -+ RT_CTRY_MA, // "Morocco¼¯¬¥­ô" -+ RT_CTRY_NL, // "Netherlands²üÄõ" -+ RT_CTRY_NZ, // "New Zealand¯Ã¦èÄõ" -+ RT_CTRY_NO, // "Norway®¿«Â" -+ RT_CTRY_PA, // "Panama¤Ú®³°¨ " -+ RT_CTRY_PH, // "Philippinesµá«ß»«" -+ RT_CTRY_PL, // "PolandªiÄõ" -+ RT_CTRY_PT, // "Portugal¸²µå¤ú" -+ RT_CTRY_RO, // "Romaniaù°¨¥§¨È" -+ RT_CTRY_RU, // "Russia«Xù´µ" -+ RT_CTRY_SA, // "Saudi Arabia¨F¦aªü©Ô§B" -+ RT_CTRY_SG, // "Singapore·s¥[©Y" -+ RT_CTRY_SK, // "Slovakia´µ¬¥¥ï§J" -+ RT_CTRY_SI, // "Slovenia´µ¬¥ºû¥§¨È" -+ RT_CTRY_ZA, // "South Africa«n«D" -+ RT_CTRY_ES, // "Spain¦è¯Z¤ú" -+ RT_CTRY_SE, // "Sweden·ç¨å" -+ RT_CTRY_CH, // "Switzerland·ç¤h" -+ RT_CTRY_TW, // "Taiwan»OÆW" -+ RT_CTRY_TH, // "Thailand®õ°ê" -+ RT_CTRY_TR, // "Turkey¤g¦Õ¨ä" -+ RT_CTRY_UA, // "Ukraine¯Q§JÄõ" -+ RT_CTRY_GB, // "United Kingdom­^°ê" -+ RT_CTRY_US, // "United States¬ü°ê" -+ RT_CTRY_VE, // "Venezuela©e¤º·ç©Ô" -+ RT_CTRY_VN, // "Vietnam¶V«n" -+ RT_CTRY_MAX, // -+ -+}RT_COUNTRY_NAME, *PRT_COUNTRY_NAME; -+ -+// Scan type including active and passive scan. -+typedef enum _RT_SCAN_TYPE_NEW -+{ -+ SCAN_NULL, -+ SCAN_ACT, -+ SCAN_PAS, -+ SCAN_BOTH, -+}RT_SCAN_TYPE_NEW, *PRT_SCAN_TYPE_NEW; -+ -+ -+// Power table sample. -+ -+typedef struct _RT_CHNL_PLAN_LIMIT -+{ -+ u2Byte Chnl_Start; -+ u2Byte Chnl_end; -+ -+ u2Byte Freq_Start; -+ u2Byte Freq_end; -+}RT_CHNL_PLAN_LIMIT, *PRT_CHNL_PLAN_LIMIT; -+ -+ -+// -+// 2.4G Regulatory Domains -+// -+typedef enum _RT_REGULATION_DOMAIN_2G -+{ -+ RT_2G_NULL, -+ RT_2G_WORLD, -+ RT_2G_ETSI1, -+ RT_2G_FCC1, -+ RT_2G_MKK1, -+ RT_2G_ETSI2 -+ -+}RT_REGULATION_2G, *PRT_REGULATION_2G; -+ -+ -+//typedef struct _RT_CHANNEL_BEHAVIOR -+//{ -+// u1Byte Chnl; -+// RT_SCAN_TYPE_NEW -+// -+//}RT_CHANNEL_BEHAVIOR, *PRT_CHANNEL_BEHAVIOR; -+ -+//typedef struct _RT_CHANNEL_PLAN_TYPE -+//{ -+// RT_CHANNEL_BEHAVIOR -+// u1Byte Chnl_num; -+//}RT_CHNL_PLAN_TYPE, *PRT_CHNL_PLAN_TYPE; -+ -+// -+// 2.4G Channel Number -+// Channel definition & number -+// -+#define CHNL_RT_2G_NULL \ -+ {0}, 0 -+#define CHNL_RT_2G_WORLD \ -+ {1,2,3,4,5,6,7,8,9,10,11,12,13}, 13 -+#define CHNL_RT_2G_WORLD_TEST \ -+ {1,2,3,4,5,6,7,8,9,10,11,12,13}, 13 -+ -+#define CHNL_RT_2G_EFSI1 \ -+ {1,2,3,4,5,6,7,8,9,10,11,12,13}, 13 -+#define CHNL_RT_2G_FCC1 \ -+ {1,2,3,4,5,6,7,8,9,10,11}, 11 -+#define CHNL_RT_2G_MKK1 \ -+ {1,2,3,4,5,6,7,8,9,10,11,12,13,14}, 14 -+#define CHNL_RT_2G_ETSI2 \ -+ {10,11,12,13}, 4 -+ -+// -+// 2.4G Channel Active or passive scan. -+// -+#define CHNL_RT_2G_NULL_SCAN_TYPE \ -+ {SCAN_NULL} -+#define CHNL_RT_2G_WORLD_SCAN_TYPE \ -+ {1,1,1,1,1,1,1,1,1,1,1,0,0} -+#define CHNL_RT_2G_EFSI1_SCAN_TYPE \ -+ {1,1,1,1,1,1,1,1,1,1,1,1,1} -+#define CHNL_RT_2G_FCC1_SCAN_TYPE \ -+ {1,1,1,1,1,1,1,1,1,1,1} -+#define CHNL_RT_2G_MKK1_SCAN_TYPE \ -+ {1,1,1,1,1,1,1,1,1,1,1,1,1,1} -+#define CHNL_RT_2G_ETSI2_SCAN_TYPE \ -+ {1,1,1,1} -+ -+ -+// -+// 2.4G Band & Frequency Section -+// Freqency start & end / band number -+// -+#define FREQ_RT_2G_NULL \ -+ {0}, 0 -+ // Passive scan CH 12, 13 -+#define FREQ_RT_2G_WORLD \ -+ {2412, 2472}, 1 -+#define FREQ_RT_2G_EFSI1 \ -+ {2412, 2472}, 1 -+#define FREQ_RT_2G_FCC1 \ -+ {2412, 2462}, 1 -+#define FREQ_RT_2G_MKK1 \ -+ {2412, 2484}, 1 -+#define FREQ_RT_2G_ETSI2 \ -+ {2457, 2472}, 1 -+ -+ -+// -+// 5G Regulatory Domains -+// -+typedef enum _RT_REGULATION_DOMAIN_5G -+{ -+ RT_5G_NULL, -+ RT_5G_WORLD, -+ RT_5G_ETSI1, -+ RT_5G_ETSI2, -+ RT_5G_ETSI3, -+ RT_5G_FCC1, -+ RT_5G_FCC2, -+ RT_5G_FCC3, -+ RT_5G_FCC4, -+ RT_5G_FCC5, -+ RT_5G_FCC6, -+ RT_5G_FCC7, -+ RT_5G_IC1, -+ RT_5G_KCC1, -+ RT_5G_MKK1, -+ RT_5G_MKK2, -+ RT_5G_MKK3, -+ RT_5G_NCC1, -+ -+}RT_REGULATION_5G, *PRT_REGULATION_5G; -+ -+// -+// 5G Channel Number -+// -+#define CHNL_RT_5G_NULL \ -+ {0}, 0 -+#define CHNL_RT_5G_WORLD \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140}, 19 -+#define CHNL_RT_5G_ETSI1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165}, 24 -+#define CHNL_RT_5G_ETSI2 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,149,153,157,161,165}, 22 -+#define CHNL_RT_5G_ETSI3 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165}, 24 -+#define CHNL_RT_5G_FCC1 \ -+ {36,40,44,48,149,153,157,161,165}, 9 -+#define CHNL_RT_5G_FCC2 \ -+ {36,40,44,48,52,56,60,64,149,153,157,161,165}, 13 -+#define CHNL_RT_5G_FCC3 \ -+ {36,40,44,48,52,56,60,64,149,153,157,161}, 12 -+#define CHNL_RT_5G_FCC4 \ -+ {149,153,157,161,165}, 5 -+#define CHNL_RT_5G_FCC5 \ -+ {36,40,44,48,52,56,60,64}, 8 -+#define CHNL_RT_5G_FCC6 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 20 -+#define CHNL_RT_5G_FCC7 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 20 -+#define CHNL_RT_5G_IC1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,149,153,157,161,165}, 20 -+#define CHNL_RT_5G_KCC1 \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140}, 19 -+#define CHNL_RT_5G_MKK1 \ -+ {36,40,44,48,52,56,60,64}, 8 -+#define CHNL_RT_5G_MKK2 \ -+ {100,104,108,112,116,120,124,128,132,136,140}, 11 -+#define CHNL_RT_5G_MKK3 \ -+ {56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 24 -+#define CHNL_RT_5G_NCC1 \ -+ {56,60,64,149,153,157,161,165}, 8 -+ -+// -+// 5G Channel Active or passive scan. -+// -+#define CHNL_RT_5G_NULL_SCAN_TYPE \ -+ {SCAN_NULL} -+#define CHNL_RT_5G_WORLD_SCAN_TYPE \ -+ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1} -+#define CHNL_RT_5G_ETSI1_SCAN_TYPE \ -+ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1} -+#define CHNL_RT_5G_ETSI2_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,149,153,157,161,165}, 22 -+#define CHNL_RT_5G_ETSI3_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165}, 24 -+#define CHNL_RT_5G_FCC1_SCAN_TYPE \ -+ {36,40,44,48,149,153,157,161,165}, 9 -+#define CHNL_RT_5G_FCC2_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,149,153,157,161,165}, 13 -+#define CHNL_RT_5G_FCC3_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,149,153,157,161}, 12 -+#define CHNL_RT_5G_FCC4_SCAN_TYPE \ -+ {149,153,157,161,165}, 5 -+#define CHNL_RT_5G_FCC5_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64}, 8 -+#define CHNL_RT_5G_FCC6_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 20 -+#define CHNL_RT_5G_FCC7_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 20 -+#define CHNL_RT_5G_IC1_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,149,153,157,161,165}, 20 -+#define CHNL_RT_5G_KCC1_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140}, 19 -+#define CHNL_RT_5G_MKK1_SCAN_TYPE \ -+ {36,40,44,48,52,56,60,64}, 8 -+#define CHNL_RT_5G_MKK2_SCAN_TYPE \ -+ {100,104,108,112,116,120,124,128,132,136,140}, 11 -+#define CHNL_RT_5G_MKK3_SCAN_TYPE \ -+ {56,60,64,100,104,108,112,116,136,140,149,153,157,161,165}, 24 -+#define CHNL_RT_5G_NCC1_SCAN_TYPE \ -+ {56,60,64,149,153,157,161,165}, 8 -+ -+// -+// Global Regulation -+// -+typedef enum _RT_REGULATION_COMMON -+{ -+ RT_WORLD, -+ RT_FCC, -+ RT_MKK, -+ RT_ETSI, -+ RT_IC, -+ RT_CE, -+ RT_NCC, -+ -+}RT_REGULATION_CMN, *PRT_REGULATION_CMN; -+ -+ -+ -+// -+// Special requirement for different regulation domain. -+// For internal test or customerize special request. -+// -+typedef enum _RT_CHNLPLAN_SREQ -+{ -+ RT_SREQ_NA = 0x0, -+ RT_SREQ_2G_ADHOC_11N = 0x00000001, -+ RT_SREQ_2G_ADHOC_11B = 0x00000002, -+ RT_SREQ_2G_ALL_PASS = 0x00000004, -+ RT_SREQ_2G_ALL_ACT = 0x00000008, -+ RT_SREQ_5G_ADHOC_11N = 0x00000010, -+ RT_SREQ_5G_ADHOC_11AC = 0x00000020, -+ RT_SREQ_5G_ALL_PASS = 0x00000040, -+ RT_SREQ_5G_ALL_ACT = 0x00000080, -+ RT_SREQ_C1_PLAN = 0x00000100, -+ RT_SREQ_C2_PLAN = 0x00000200, -+ RT_SREQ_C3_PLAN = 0x00000400, -+ RT_SREQ_C4_PLAN = 0x00000800, -+ RT_SREQ_NFC_ON = 0x00001000, -+ RT_SREQ_MASK = 0x0000FFFF, /* Requirements bit mask */ -+ -+}RT_CHNLPLAN_SREQ, *PRT_CHNLPLAN_SREQ; -+ -+ -+// -+// RT_COUNTRY_NAME & RT_REGULATION_2G & RT_REGULATION_5G transfer table -+// -+// -+typedef struct _RT_CHANNEL_PLAN_COUNTRY_TRANSFER_TABLE -+{ -+ // -+ // Define countery domain and corresponding -+ // -+ RT_COUNTRY_NAME Country_Enum; -+ char Country_Name[3]; -+ -+ //char Domain_Name[12]; -+ RT_REGULATION_2G Domain_2G; -+ -+ RT_REGULATION_5G Domain_5G; -+ -+ RT_CHANNEL_DOMAIN RtChDomain; -+ //u1Byte Country_Area; -+ -+}RT_CHNL_CTRY_TBL, *PRT_CHNL_CTRY_TBL; -+ -+ -+#define RT_MAX_CHNL_NUM_2G 13 -+#define RT_MAX_CHNL_NUM_5G 44 -+ -+// Power table sample. -+ -+typedef struct _RT_CHNL_PLAN_PWR_LIMIT -+{ -+ u2Byte Chnl_Start; -+ u2Byte Chnl_end; -+ u1Byte dB_Max; -+ u2Byte mW_Max; -+}RT_CHNL_PWR_LIMIT, *PRT_CHNL_PWR_LIMIT; -+ -+ -+#define RT_MAX_BAND_NUM 5 -+ -+typedef struct _RT_CHANNEL_PLAN_MAXPWR -+{ -+// STRING_T -+ RT_CHNL_PWR_LIMIT Chnl[RT_MAX_BAND_NUM]; -+ u1Byte Band_Useful_Num; -+ -+ -+}RT_CHANNEL_PLAN_MAXPWR, *PRT_CHANNEL_PLAN_MAXPWR; -+ -+ -+// -+// Power By Rate Table. -+// -+ -+ -+ -+typedef struct _RT_CHANNEL_PLAN_NEW -+{ -+ // -+ // Define countery domain and corresponding -+ // -+ //char Country_Name[36]; -+ //u1Byte Country_Enum; -+ -+ //char Domain_Name[12]; -+ -+ -+ PRT_CHNL_CTRY_TBL pCtryTransfer; -+ -+ RT_CHANNEL_DOMAIN RtChDomain; -+ -+ RT_REGULATION_2G Domain_2G; -+ -+ RT_REGULATION_5G Domain_5G; -+ -+ RT_REGULATION_CMN Regulator; -+ -+ RT_CHNLPLAN_SREQ ChnlSreq; -+ -+ //RT_CHNL_PLAN_LIMIT RtChnl; -+ -+ u1Byte Chnl2G[MAX_CHANNEL_NUM]; // CHNL_RT_2G_WORLD -+ u1Byte Len2G; -+ u1Byte Chnl2GScanTp[MAX_CHANNEL_NUM]; // CHNL_RT_2G_WORLD_SCAN_TYPE -+ //u1Byte Freq2G[2]; // FREQ_RT_2G_WORLD -+ -+ u1Byte Chnl5G[MAX_CHANNEL_NUM]; -+ u1Byte Len5G; -+ u1Byte Chnl5GScanTp[MAX_CHANNEL_NUM]; -+ //u1Byte Freq2G[2]; // FREQ_RT_2G_WORLD -+ -+ RT_CHANNEL_PLAN_MAXPWR ChnlMaxPwr; -+ -+ -+}RT_CHANNEL_PLAN_NEW, *PRT_CHANNEL_PLAN_NEW; -+ -+ -+#endif // __RT_CHANNELPLAN_H__ -+ -+ -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.c 2017-06-07 23:07:21.021688487 +0300 -@@ -0,0 +1,1295 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8812A_SUPPORT == 1) -+static BOOLEAN -+CheckPositive( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2, -+ IN const u4Byte Condition3, -+ IN const u4Byte Condition4 -+) -+{ -+ u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ -+ -+ u4Byte cond1 = Condition1, cond2 = Condition2, cond3 = Condition3, cond4 = Condition4; -+ u4Byte driver1 = pDM_Odm->CutVersion << 24 | -+ (pDM_Odm->SupportInterface & 0xF0) << 16 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ (pDM_Odm->SupportInterface & 0x0F) << 8 | -+ _BoardType; -+ -+ u4Byte driver2 = (pDM_Odm->TypeGLNA & 0xFF) << 0 | -+ (pDM_Odm->TypeGPA & 0xFF) << 8 | -+ (pDM_Odm->TypeALNA & 0xFF) << 16 | -+ (pDM_Odm->TypeAPA & 0xFF) << 24; -+ -+u4Byte driver3 = 0; -+ -+ u4Byte driver4 = (pDM_Odm->TypeGLNA & 0xFF00) >> 8 | -+ (pDM_Odm->TypeGPA & 0xFF00) | -+ (pDM_Odm->TypeALNA & 0xFF00) << 8 | -+ (pDM_Odm->TypeAPA & 0xFF00) << 16; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (cond1, cond2, cond3, cond4) = (0x%X 0x%X 0x%X 0x%X)\n", cond1, cond2, cond3, cond4)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (driver1, driver2, driver3, driver4) = (0x%X 0x%X 0x%X 0x%X)\n", driver1, driver2, driver3, driver4)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Platform, Interface) = (0x%X, 0x%X)\n", pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Board, Package) = (0x%X, 0x%X)\n", pDM_Odm->BoardType, pDM_Odm->PackageType)); -+ -+ -+ /*============== Value Defined Check ===============*/ -+ /*QFN Type [15:12] and Cut Version [27:24] need to do value check*/ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return FALSE; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return FALSE; -+ -+ /*=============== Bit Defined Check ================*/ -+ /* We don't care [31:28] */ -+ -+ cond1 &= 0x00FF0FFF; -+ driver1 &= 0x00FF0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u4Byte bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ -+ return TRUE; -+ -+ if ((cond1 & BIT0) != 0) /*GLNA*/ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /*GPA*/ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /*ALNA*/ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /*APA*/ -+ bitMask |= 0xFF000000; -+ -+ if (((cond2 & bitMask) == (driver2 & bitMask)) && ((cond4 & bitMask) == (driver4 & bitMask))) /* BoardType of each RF path is matched*/ -+ return TRUE; -+ else -+ return FALSE; -+ } else -+ return FALSE; -+} -+static BOOLEAN -+CheckNegative( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2 -+) -+{ -+ return TRUE; -+} -+ -+/****************************************************************************** -+* AGC_TAB.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_AGC_TAB[] = { -+ 0x80000001, 0x00000000, 0x40000000, 0x00000000, -+ 0x81C, 0xFC000001, -+ 0x81C, 0xFB020001, -+ 0x81C, 0xFA040001, -+ 0x81C, 0xF9060001, -+ 0x81C, 0xF8080001, -+ 0x81C, 0xF70A0001, -+ 0x81C, 0xF60C0001, -+ 0x81C, 0xF50E0001, -+ 0x81C, 0xF4100001, -+ 0x81C, 0xF3120001, -+ 0x81C, 0xF2140001, -+ 0x81C, 0xF1160001, -+ 0x81C, 0xF0180001, -+ 0x81C, 0xEF1A0001, -+ 0x81C, 0xEE1C0001, -+ 0x81C, 0xED1E0001, -+ 0x81C, 0xEC200001, -+ 0x81C, 0xEB220001, -+ 0x81C, 0xEA240001, -+ 0x81C, 0xCD260001, -+ 0x81C, 0xCC280001, -+ 0x81C, 0xCB2A0001, -+ 0x81C, 0xCA2C0001, -+ 0x81C, 0xC92E0001, -+ 0x81C, 0xC8300001, -+ 0x81C, 0xA6320001, -+ 0x81C, 0xA5340001, -+ 0x81C, 0xA4360001, -+ 0x81C, 0xA3380001, -+ 0x81C, 0xA23A0001, -+ 0x81C, 0x883C0001, -+ 0x81C, 0x873E0001, -+ 0x81C, 0x86400001, -+ 0x81C, 0x85420001, -+ 0x81C, 0x84440001, -+ 0x81C, 0x83460001, -+ 0x81C, 0x82480001, -+ 0x81C, 0x814A0001, -+ 0x81C, 0x484C0001, -+ 0x81C, 0x474E0001, -+ 0x81C, 0x46500001, -+ 0x81C, 0x45520001, -+ 0x81C, 0x44540001, -+ 0x81C, 0x43560001, -+ 0x81C, 0x42580001, -+ 0x81C, 0x415A0001, -+ 0x81C, 0x255C0001, -+ 0x81C, 0x245E0001, -+ 0x81C, 0x23600001, -+ 0x81C, 0x22620001, -+ 0x81C, 0x21640001, -+ 0x81C, 0x21660001, -+ 0x81C, 0x21680001, -+ 0x81C, 0x216A0001, -+ 0x81C, 0x216C0001, -+ 0x81C, 0x216E0001, -+ 0x81C, 0x21700001, -+ 0x81C, 0x21720001, -+ 0x81C, 0x21740001, -+ 0x81C, 0x21760001, -+ 0x81C, 0x21780001, -+ 0x81C, 0x217A0001, -+ 0x81C, 0x217C0001, -+ 0x81C, 0x217E0001, -+ 0x90000001, 0x00000005, 0x40000000, 0x00000000, -+ 0x81C, 0xF9000001, -+ 0x81C, 0xF8020001, -+ 0x81C, 0xF7040001, -+ 0x81C, 0xF6060001, -+ 0x81C, 0xF5080001, -+ 0x81C, 0xF40A0001, -+ 0x81C, 0xF30C0001, -+ 0x81C, 0xF20E0001, -+ 0x81C, 0xF1100001, -+ 0x81C, 0xF0120001, -+ 0x81C, 0xEF140001, -+ 0x81C, 0xEE160001, -+ 0x81C, 0xED180001, -+ 0x81C, 0xEC1A0001, -+ 0x81C, 0xEB1C0001, -+ 0x81C, 0xEA1E0001, -+ 0x81C, 0xCD200001, -+ 0x81C, 0xCC220001, -+ 0x81C, 0xCB240001, -+ 0x81C, 0xCA260001, -+ 0x81C, 0xC9280001, -+ 0x81C, 0xC82A0001, -+ 0x81C, 0xC72C0001, -+ 0x81C, 0xC62E0001, -+ 0x81C, 0xA5300001, -+ 0x81C, 0xA4320001, -+ 0x81C, 0xA3340001, -+ 0x81C, 0xA2360001, -+ 0x81C, 0x88380001, -+ 0x81C, 0x873A0001, -+ 0x81C, 0x863C0001, -+ 0x81C, 0x853E0001, -+ 0x81C, 0x84400001, -+ 0x81C, 0x83420001, -+ 0x81C, 0x82440001, -+ 0x81C, 0x81460001, -+ 0x81C, 0x48480001, -+ 0x81C, 0x474A0001, -+ 0x81C, 0x464C0001, -+ 0x81C, 0x454E0001, -+ 0x81C, 0x44500001, -+ 0x81C, 0x43520001, -+ 0x81C, 0x42540001, -+ 0x81C, 0x41560001, -+ 0x81C, 0x25580001, -+ 0x81C, 0x245A0001, -+ 0x81C, 0x235C0001, -+ 0x81C, 0x225E0001, -+ 0x81C, 0x21600001, -+ 0x81C, 0x21620001, -+ 0x81C, 0x21640001, -+ 0x81C, 0x21660001, -+ 0x81C, 0x21680001, -+ 0x81C, 0x216A0001, -+ 0x81C, 0x236C0001, -+ 0x81C, 0x226E0001, -+ 0x81C, 0x21700001, -+ 0x81C, 0x21720001, -+ 0x81C, 0x21740001, -+ 0x81C, 0x21760001, -+ 0x81C, 0x21780001, -+ 0x81C, 0x217A0001, -+ 0x81C, 0x217C0001, -+ 0x81C, 0x217E0001, -+ 0xA0000000, 0x00000000, -+ 0x81C, 0xFF000001, -+ 0x81C, 0xFF020001, -+ 0x81C, 0xFF040001, -+ 0x81C, 0xFF060001, -+ 0x81C, 0xFF080001, -+ 0x81C, 0xFE0A0001, -+ 0x81C, 0xFD0C0001, -+ 0x81C, 0xFC0E0001, -+ 0x81C, 0xFB100001, -+ 0x81C, 0xFA120001, -+ 0x81C, 0xF9140001, -+ 0x81C, 0xF8160001, -+ 0x81C, 0xF7180001, -+ 0x81C, 0xF61A0001, -+ 0x81C, 0xF51C0001, -+ 0x81C, 0xF41E0001, -+ 0x81C, 0xF3200001, -+ 0x81C, 0xF2220001, -+ 0x81C, 0xF1240001, -+ 0x81C, 0xF0260001, -+ 0x81C, 0xEF280001, -+ 0x81C, 0xEE2A0001, -+ 0x81C, 0xED2C0001, -+ 0x81C, 0xEC2E0001, -+ 0x81C, 0xEB300001, -+ 0x81C, 0xEA320001, -+ 0x81C, 0xE9340001, -+ 0x81C, 0xE8360001, -+ 0x81C, 0xE7380001, -+ 0x81C, 0xE63A0001, -+ 0x81C, 0xE53C0001, -+ 0x81C, 0xC73E0001, -+ 0x81C, 0xC6400001, -+ 0x81C, 0xC5420001, -+ 0x81C, 0xC4440001, -+ 0x81C, 0xC3460001, -+ 0x81C, 0xC2480001, -+ 0x81C, 0xC14A0001, -+ 0x81C, 0xA74C0001, -+ 0x81C, 0xA64E0001, -+ 0x81C, 0xA5500001, -+ 0x81C, 0xA4520001, -+ 0x81C, 0xA3540001, -+ 0x81C, 0xA2560001, -+ 0x81C, 0xA1580001, -+ 0x81C, 0x675A0001, -+ 0x81C, 0x665C0001, -+ 0x81C, 0x655E0001, -+ 0x81C, 0x64600001, -+ 0x81C, 0x63620001, -+ 0x81C, 0x48640001, -+ 0x81C, 0x47660001, -+ 0x81C, 0x46680001, -+ 0x81C, 0x456A0001, -+ 0x81C, 0x446C0001, -+ 0x81C, 0x436E0001, -+ 0x81C, 0x42700001, -+ 0x81C, 0x41720001, -+ 0x81C, 0x41740001, -+ 0x81C, 0x41760001, -+ 0x81C, 0x41780001, -+ 0x81C, 0x417A0001, -+ 0x81C, 0x417C0001, -+ 0x81C, 0x417E0001, -+ 0xB0000000, 0x00000000, -+ 0x80000004, 0x00000000, 0x40000000, 0x00000000, -+ 0x81C, 0xFC800001, -+ 0x81C, 0xFB820001, -+ 0x81C, 0xFA840001, -+ 0x81C, 0xF9860001, -+ 0x81C, 0xF8880001, -+ 0x81C, 0xF78A0001, -+ 0x81C, 0xF68C0001, -+ 0x81C, 0xF58E0001, -+ 0x81C, 0xF4900001, -+ 0x81C, 0xF3920001, -+ 0x81C, 0xF2940001, -+ 0x81C, 0xF1960001, -+ 0x81C, 0xF0980001, -+ 0x81C, 0xEF9A0001, -+ 0x81C, 0xEE9C0001, -+ 0x81C, 0xED9E0001, -+ 0x81C, 0xECA00001, -+ 0x81C, 0xEBA20001, -+ 0x81C, 0xEAA40001, -+ 0x81C, 0xE9A60001, -+ 0x81C, 0xE8A80001, -+ 0x81C, 0xE7AA0001, -+ 0x81C, 0xE6AC0001, -+ 0x81C, 0xE5AE0001, -+ 0x81C, 0xE4B00001, -+ 0x81C, 0xE3B20001, -+ 0x81C, 0xA8B40001, -+ 0x81C, 0xA7B60001, -+ 0x81C, 0xA6B80001, -+ 0x81C, 0xA5BA0001, -+ 0x81C, 0xA4BC0001, -+ 0x81C, 0xA3BE0001, -+ 0x81C, 0xA2C00001, -+ 0x81C, 0xA1C20001, -+ 0x81C, 0x68C40001, -+ 0x81C, 0x67C60001, -+ 0x81C, 0x66C80001, -+ 0x81C, 0x65CA0001, -+ 0x81C, 0x64CC0001, -+ 0x81C, 0x47CE0001, -+ 0x81C, 0x46D00001, -+ 0x81C, 0x45D20001, -+ 0x81C, 0x44D40001, -+ 0x81C, 0x43D60001, -+ 0x81C, 0x42D80001, -+ 0x81C, 0x08DA0001, -+ 0x81C, 0x07DC0001, -+ 0x81C, 0x06DE0001, -+ 0x81C, 0x05E00001, -+ 0x81C, 0x04E20001, -+ 0x81C, 0x03E40001, -+ 0x81C, 0x02E60001, -+ 0x81C, 0x01E80001, -+ 0x81C, 0x01EA0001, -+ 0x81C, 0x01EC0001, -+ 0x81C, 0x01EE0001, -+ 0x81C, 0x01F00001, -+ 0x81C, 0x01F20001, -+ 0x81C, 0x01F40001, -+ 0x81C, 0x01F60001, -+ 0x81C, 0x01F80001, -+ 0x81C, 0x01FA0001, -+ 0x81C, 0x01FC0001, -+ 0x81C, 0x01FE0001, -+ 0xA0000000, 0x00000000, -+ 0x81C, 0xFF800001, -+ 0x81C, 0xFF820001, -+ 0x81C, 0xFF840001, -+ 0x81C, 0xFE860001, -+ 0x81C, 0xFD880001, -+ 0x81C, 0xFC8A0001, -+ 0x81C, 0xFB8C0001, -+ 0x81C, 0xFA8E0001, -+ 0x81C, 0xF9900001, -+ 0x81C, 0xF8920001, -+ 0x81C, 0xF7940001, -+ 0x81C, 0xF6960001, -+ 0x81C, 0xF5980001, -+ 0x81C, 0xF49A0001, -+ 0x81C, 0xF39C0001, -+ 0x81C, 0xF29E0001, -+ 0x81C, 0xF1A00001, -+ 0x81C, 0xF0A20001, -+ 0x81C, 0xEFA40001, -+ 0x81C, 0xEEA60001, -+ 0x81C, 0xEDA80001, -+ 0x81C, 0xECAA0001, -+ 0x81C, 0xEBAC0001, -+ 0x81C, 0xEAAE0001, -+ 0x81C, 0xE9B00001, -+ 0x81C, 0xE8B20001, -+ 0x81C, 0xE7B40001, -+ 0x81C, 0xE6B60001, -+ 0x81C, 0xE5B80001, -+ 0x81C, 0xE4BA0001, -+ 0x81C, 0xE3BC0001, -+ 0x81C, 0xA8BE0001, -+ 0x81C, 0xA7C00001, -+ 0x81C, 0xA6C20001, -+ 0x81C, 0xA5C40001, -+ 0x81C, 0xA4C60001, -+ 0x81C, 0xA3C80001, -+ 0x81C, 0xA2CA0001, -+ 0x81C, 0xA1CC0001, -+ 0x81C, 0x68CE0001, -+ 0x81C, 0x67D00001, -+ 0x81C, 0x66D20001, -+ 0x81C, 0x65D40001, -+ 0x81C, 0x64D60001, -+ 0x81C, 0x47D80001, -+ 0x81C, 0x46DA0001, -+ 0x81C, 0x45DC0001, -+ 0x81C, 0x44DE0001, -+ 0x81C, 0x43E00001, -+ 0x81C, 0x42E20001, -+ 0x81C, 0x08E40001, -+ 0x81C, 0x07E60001, -+ 0x81C, 0x06E80001, -+ 0x81C, 0x05EA0001, -+ 0x81C, 0x04EC0001, -+ 0x81C, 0x03EE0001, -+ 0x81C, 0x02F00001, -+ 0x81C, 0x01F20001, -+ 0x81C, 0x01F40001, -+ 0x81C, 0x01F60001, -+ 0x81C, 0x01F80001, -+ 0x81C, 0x01FA0001, -+ 0x81C, 0x01FC0001, -+ 0x81C, 0x01FE0001, -+ 0xB0000000, 0x00000000, -+ 0xC50, 0x00000022, -+ 0xC50, 0x00000020, -+ 0xE50, 0x00000022, -+ 0xE50, 0x00000020, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_AGC_TAB( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_AGC_TAB)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_AGC_TAB; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_AGC_TAB\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigBB_AGC_8812A(pDM_Odm, v1, bMaskDWord, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8812A_AGC_TAB(void) -+{ -+ return 55; -+} -+ -+/****************************************************************************** -+* AGC_TAB_DIFF.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_AGC_TAB_DIFF_LB[] = { -+ 0x80000004, 0x00000000, 0x40000000, 0x00000000, -+ 0x81C, 0x47CE0001, -+ 0x81C, 0x46D00001, -+ 0x81C, 0x45D20001, -+ 0x81C, 0x44D40001, -+ 0x81C, 0x43D60001, -+ 0x81C, 0x42D80001, -+ 0x81C, 0x08DA0001, -+ 0x81C, 0x07DC0001, -+ 0x81C, 0x06DE0001, -+ 0x81C, 0x05E00001, -+ 0x81C, 0x04E20001, -+ 0x81C, 0x03E40001, -+ 0x81C, 0x02E60001, -+ 0xA0000000, 0x00000000, -+ 0x81C, 0x47D80001, -+ 0x81C, 0x46DA0001, -+ 0x81C, 0x45DC0001, -+ 0x81C, 0x44DE0001, -+ 0x81C, 0x43E00001, -+ 0x81C, 0x42E20001, -+ 0x81C, 0x08E40001, -+ 0x81C, 0x07E60001, -+ 0x81C, 0x06E80001, -+ 0x81C, 0x05EA0001, -+ 0x81C, 0x04EC0001, -+ 0x81C, 0x03EE0001, -+ 0x81C, 0x02F00001, -+ 0xB0000000, 0x00000000, -+}; -+ -+u4Byte Array_MP_8812A_AGC_TAB_DIFF_HB[] = { -+ 0x80000004, 0x00000000, 0x40000000, 0x00000000, -+ 0x81C, 0x45CE0001, -+ 0x81C, 0x44D00001, -+ 0x81C, 0x43D20001, -+ 0x81C, 0x42D40001, -+ 0x81C, 0x08D60001, -+ 0x81C, 0x07D80001, -+ 0x81C, 0x06DA0001, -+ 0x81C, 0x05DC0001, -+ 0x81C, 0x04DE0001, -+ 0x81C, 0x03E00001, -+ 0x81C, 0x02E20001, -+ 0x81C, 0x01E40001, -+ 0x81C, 0x01E60001, -+ 0xA0000000, 0x00000000, -+ 0x81C, 0x45D80001, -+ 0x81C, 0x44DA0001, -+ 0x81C, 0x43DC0001, -+ 0x81C, 0x42DE0001, -+ 0x81C, 0x08E00001, -+ 0x81C, 0x07E20001, -+ 0x81C, 0x06E40001, -+ 0x81C, 0x05E60001, -+ 0x81C, 0x04E80001, -+ 0x81C, 0x03EA0001, -+ 0x81C, 0x02EC0001, -+ 0x81C, 0x01EE0001, -+ 0x81C, 0x01F00001, -+ 0xB0000000, 0x00000000, -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_AGC_TAB_DIFF( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Array[], -+ IN u4Byte ArrayLen -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_AGC_TAB_DIFF\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigBB_AGC_8812A(pDM_Odm, v1, bMaskDWord, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8812A_AGC_TAB_DIFF(void) -+{ -+ return 55; -+} -+ -+/****************************************************************************** -+* PHY_REG.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_PHY_REG[] = { -+ 0x800, 0x8020D010, -+ 0x804, 0x080112E0, -+ 0x808, 0x0E028233, -+ 0x80C, 0x12131113, -+ 0x810, 0x20101263, -+ 0x814, 0x020C3D10, -+ 0x818, 0x03A00385, -+ 0x820, 0x00000000, -+ 0x824, 0x00030FE0, -+ 0x828, 0x00000000, -+ 0x82C, 0x002083DD, -+ 0x830, 0x2EAAEEB8, -+ 0x834, 0x0037A706, -+ 0x838, 0x06C89B44, -+ 0x83C, 0x0000095B, -+ 0x840, 0xC0000001, -+ 0x844, 0x40003CDE, -+ 0x848, 0x6210FF8B, -+ 0x84C, 0x6CFDFFB8, -+ 0x850, 0x28874706, -+ 0x854, 0x0001520C, -+ 0x858, 0x8060E000, -+ 0x85C, 0x74210168, -+ 0x860, 0x6929C321, -+ 0x864, 0x79727432, -+ 0x868, 0x8CA7A314, -+ 0x86C, 0x338C2878, -+ 0x870, 0x03333333, -+ 0x874, 0x31602C2E, -+ 0x878, 0x00003152, -+ 0x87C, 0x000FC000, -+ 0x8A0, 0x00000013, -+ 0x8A4, 0x7F7F7F7F, -+ 0x8A8, 0xA202033E, -+ 0x8AC, 0x0FF0FA0A, -+ 0x8B0, 0x00000600, -+ 0x8B4, 0x000FC080, -+ 0x8B8, 0x6C0057FF, -+ 0x8BC, 0x4CA520A3, -+ 0x8C0, 0x27F00020, -+ 0x8C4, 0x00000000, -+ 0x8C8, 0x00012D69, -+ 0x8CC, 0x08248492, -+ 0x8D0, 0x0000B800, -+ 0x8DC, 0x00000000, -+ 0x8D4, 0x940008A0, -+ 0x8D8, 0x290B5612, -+ 0x8F8, 0x400002C0, -+ 0x8FC, 0x00000000, -+ 0x900, 0x00000701, -+ 0x90C, 0x00000000, -+ 0x910, 0x0000FC00, -+ 0x914, 0x00000404, -+ 0x918, 0x1C1028C0, -+ 0x91C, 0x64B11A1C, -+ 0x920, 0xE0767233, -+ 0x924, 0x055AA500, -+ 0x928, 0x00000004, -+ 0x92C, 0xFFFE0000, -+ 0x930, 0xFFFFFFFE, -+ 0x934, 0x001FFFFF, -+ 0x960, 0x00000000, -+ 0x964, 0x00000000, -+ 0x968, 0x00000000, -+ 0x96C, 0x00000000, -+ 0x970, 0x801FFFFF, -+ 0x978, 0x00000000, -+ 0x97C, 0x00000000, -+ 0x980, 0x00000000, -+ 0x984, 0x00000000, -+ 0x988, 0x00000000, -+ 0x990, 0x27100000, -+ 0x994, 0xFFFF0100, -+ 0x998, 0xFFFFFF5C, -+ 0x99C, 0xFFFFFFFF, -+ 0x9A0, 0x000000FF, -+ 0x9A4, 0x00080080, -+ 0x9A8, 0x00000000, -+ 0x9AC, 0x00000000, -+ 0x9B0, 0x81081008, -+ 0x9B4, 0x00000000, -+ 0x9B8, 0x01081008, -+ 0x9BC, 0x01081008, -+ 0x9D0, 0x00000000, -+ 0x9D4, 0x00000000, -+ 0x9D8, 0x00000000, -+ 0x9DC, 0x00000000, -+ 0x9E4, 0x00000003, -+ 0x9E8, 0x000002D5, -+ 0xA00, 0x00D047C8, -+ 0xA04, 0x01FF000C, -+ 0xA08, 0x8C838300, -+ 0xA0C, 0x2E7F000F, -+ 0xA10, 0x9500BB78, -+ 0xA14, 0x11144028, -+ 0xA18, 0x00881117, -+ 0xA1C, 0x89140F00, -+ 0xA20, 0x1A1B0000, -+ 0xA24, 0x090E1217, -+ 0xA28, 0x00000305, -+ 0xA2C, 0x00900000, -+ 0xA70, 0x101FFF00, -+ 0xA74, 0x00000008, -+ 0xA78, 0x00000900, -+ 0xA7C, 0x225B0606, -+ 0xA80, 0x218075B2, -+ 0xA84, 0x001F8C80, -+ 0xB00, 0x03100000, -+ 0xB04, 0x0000B000, -+ 0xB08, 0xAE0201EB, -+ 0xB0C, 0x01003207, -+ 0xB10, 0x00009807, -+ 0xB14, 0x01000000, -+ 0xB18, 0x00000002, -+ 0xB1C, 0x00000002, -+ 0xB20, 0x0000001F, -+ 0xB24, 0x03020100, -+ 0xB28, 0x07060504, -+ 0xB2C, 0x0B0A0908, -+ 0xB30, 0x0F0E0D0C, -+ 0xB34, 0x13121110, -+ 0xB38, 0x17161514, -+ 0xB3C, 0x0000003A, -+ 0xB40, 0x00000000, -+ 0xB44, 0x00000000, -+ 0xB48, 0x13000032, -+ 0xB4C, 0x48080000, -+ 0xB50, 0x00000000, -+ 0xB54, 0x00000000, -+ 0xB58, 0x00000000, -+ 0xB5C, 0x00000000, -+ 0xC00, 0x00000007, -+ 0xC04, 0x00042020, -+ 0xC08, 0x80410231, -+ 0xC0C, 0x00000000, -+ 0xC10, 0x00000100, -+ 0xC14, 0x01000000, -+ 0xC1C, 0x40000003, -+ 0xC20, 0x12121212, -+ 0xC24, 0x12121212, -+ 0xC28, 0x12121212, -+ 0xC2C, 0x12121212, -+ 0xC30, 0x12121212, -+ 0xC34, 0x12121212, -+ 0xC38, 0x12121212, -+ 0xC3C, 0x12121212, -+ 0xC40, 0x12121212, -+ 0xC44, 0x12121212, -+ 0xC48, 0x12121212, -+ 0xC4C, 0x12121212, -+ 0xC50, 0x00000020, -+ 0xC54, 0x0008121C, -+ 0xC58, 0x30000C1C, -+ 0xC5C, 0x00000058, -+ 0xC60, 0x34344443, -+ 0xC64, 0x07003333, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0xC68, 0x59791979, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0xC68, 0x59791979, -+ 0x90000002, 0x00000000, 0x40000000, 0x00000000, -+ 0xC68, 0x59791979, -+ 0x90000004, 0x00000000, 0x40000000, 0x00000000, -+ 0xC68, 0x59791979, -+ 0x90000001, 0x00000000, 0x40000000, 0x00000000, -+ 0xC68, 0x59791979, -+ 0x90000001, 0x00000005, 0x40000000, 0x00000000, -+ 0xC68, 0x59791979, -+ 0xA0000000, 0x00000000, -+ 0xC68, 0x59799979, -+ 0xB0000000, 0x00000000, -+ 0xC6C, 0x59795979, -+ 0xC70, 0x19795979, -+ 0xC74, 0x19795979, -+ 0xC78, 0x19791979, -+ 0xC7C, 0x19791979, -+ 0xC80, 0x19791979, -+ 0xC84, 0x19791979, -+ 0xC94, 0x0100005C, -+ 0xC98, 0x00000000, -+ 0xC9C, 0x00000000, -+ 0xCA0, 0x00000029, -+ 0xCA4, 0x08040201, -+ 0xCA8, 0x80402010, -+ 0xCB0, 0x77547777, -+ 0xCB4, 0x00000077, -+ 0xCB8, 0x00508242, -+ 0xE00, 0x00000007, -+ 0xE04, 0x00042020, -+ 0xE08, 0x80410231, -+ 0xE0C, 0x00000000, -+ 0xE10, 0x00000100, -+ 0xE14, 0x01000000, -+ 0xE1C, 0x40000003, -+ 0xE20, 0x12121212, -+ 0xE24, 0x12121212, -+ 0xE28, 0x12121212, -+ 0xE2C, 0x12121212, -+ 0xE30, 0x12121212, -+ 0xE34, 0x12121212, -+ 0xE38, 0x12121212, -+ 0xE3C, 0x12121212, -+ 0xE40, 0x12121212, -+ 0xE44, 0x12121212, -+ 0xE48, 0x12121212, -+ 0xE4C, 0x12121212, -+ 0xE50, 0x00000020, -+ 0xE54, 0x0008121C, -+ 0xE58, 0x30000C1C, -+ 0xE5C, 0x00000058, -+ 0xE60, 0x34344443, -+ 0xE64, 0x07003333, -+ 0xE68, 0x59791979, -+ 0xE6C, 0x59795979, -+ 0xE70, 0x19795979, -+ 0xE74, 0x19795979, -+ 0xE78, 0x19791979, -+ 0xE7C, 0x19791979, -+ 0xE80, 0x19791979, -+ 0xE84, 0x19791979, -+ 0xE94, 0x0100005C, -+ 0xE98, 0x00000000, -+ 0xE9C, 0x00000000, -+ 0xEA0, 0x00000029, -+ 0xEA4, 0x08040201, -+ 0xEA8, 0x80402010, -+ 0xEB0, 0x77547777, -+ 0xEB4, 0x00000077, -+ 0xEB8, 0x00508242, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_PHY_REG)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_PHY_REG; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_PHY_REG\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigBB_PHY_8812A(pDM_Odm, v1, bMaskDWord, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8812A_PHY_REG(void) -+{ -+ return 55; -+} -+ -+/****************************************************************************** -+* PHY_REG_MP.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_PHY_REG_MP[] = { -+ 0x800, 0x8020D410, -+ 0x830, 0x2EAA8EB8, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_MP( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_PHY_REG_MP)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_PHY_REG_MP; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_PHY_REG_MP\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigBB_PHY_8812A(pDM_Odm, v1, bMaskDWord, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8812A_PHY_REG_MP(void) -+{ -+ return 55; -+} -+ -+/****************************************************************************** -+* PHY_REG_PG.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_PHY_REG_PG[] = { -+ 0, 0, 0, 0x00000c20, 0xffffffff, 0x34363840, -+ 0, 0, 0, 0x00000c24, 0xffffffff, 0x42424444, -+ 0, 0, 0, 0x00000c28, 0xffffffff, 0x30323638, -+ 0, 0, 0, 0x00000c2c, 0xffffffff, 0x40424444, -+ 0, 0, 0, 0x00000c30, 0xffffffff, 0x28303236, -+ 0, 0, 1, 0x00000c34, 0xffffffff, 0x38404242, -+ 0, 0, 1, 0x00000c38, 0xffffffff, 0x26283034, -+ 0, 0, 0, 0x00000c3c, 0xffffffff, 0x40424444, -+ 0, 0, 0, 0x00000c40, 0xffffffff, 0x28303236, -+ 0, 0, 0, 0x00000c44, 0xffffffff, 0x42422426, -+ 0, 0, 1, 0x00000c48, 0xffffffff, 0x30343840, -+ 0, 0, 1, 0x00000c4c, 0xffffffff, 0x22242628, -+ 0, 1, 0, 0x00000e20, 0xffffffff, 0x34363840, -+ 0, 1, 0, 0x00000e24, 0xffffffff, 0x42424444, -+ 0, 1, 0, 0x00000e28, 0xffffffff, 0x30323638, -+ 0, 1, 0, 0x00000e2c, 0xffffffff, 0x40424444, -+ 0, 1, 0, 0x00000e30, 0xffffffff, 0x28303236, -+ 0, 1, 1, 0x00000e34, 0xffffffff, 0x38404242, -+ 0, 1, 1, 0x00000e38, 0xffffffff, 0x26283034, -+ 0, 1, 0, 0x00000e3c, 0xffffffff, 0x40424444, -+ 0, 1, 0, 0x00000e40, 0xffffffff, 0x28303236, -+ 0, 1, 0, 0x00000e44, 0xffffffff, 0x42422426, -+ 0, 1, 1, 0x00000e48, 0xffffffff, 0x30343840, -+ 0, 1, 1, 0x00000e4c, 0xffffffff, 0x22242628, -+ 1, 0, 0, 0x00000c24, 0xffffffff, 0x42424444, -+ 1, 0, 0, 0x00000c28, 0xffffffff, 0x30323640, -+ 1, 0, 0, 0x00000c2c, 0xffffffff, 0x40424444, -+ 1, 0, 0, 0x00000c30, 0xffffffff, 0x28303236, -+ 1, 0, 1, 0x00000c34, 0xffffffff, 0x38404242, -+ 1, 0, 1, 0x00000c38, 0xffffffff, 0x26283034, -+ 1, 0, 0, 0x00000c3c, 0xffffffff, 0x40424444, -+ 1, 0, 0, 0x00000c40, 0xffffffff, 0x28303236, -+ 1, 0, 0, 0x00000c44, 0xffffffff, 0x42422426, -+ 1, 0, 1, 0x00000c48, 0xffffffff, 0x30343840, -+ 1, 0, 1, 0x00000c4c, 0xffffffff, 0x22242628, -+ 1, 1, 0, 0x00000e24, 0xffffffff, 0x42424444, -+ 1, 1, 0, 0x00000e28, 0xffffffff, 0x30323640, -+ 1, 1, 0, 0x00000e2c, 0xffffffff, 0x40424444, -+ 1, 1, 0, 0x00000e30, 0xffffffff, 0x28303236, -+ 1, 1, 1, 0x00000e34, 0xffffffff, 0x38404242, -+ 1, 1, 1, 0x00000e38, 0xffffffff, 0x26283034, -+ 1, 1, 0, 0x00000e3c, 0xffffffff, 0x40424444, -+ 1, 1, 0, 0x00000e40, 0xffffffff, 0x28303236, -+ 1, 1, 0, 0x00000e44, 0xffffffff, 0x42422426, -+ 1, 1, 1, 0x00000e48, 0xffffffff, 0x30343840, -+ 1, 1, 1, 0x00000e4c, 0xffffffff, 0x22242628 -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_PG( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_PHY_REG_PG)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_PHY_REG_PG; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrByRate, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrByRate = ArrayLen/6; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_PHY_REG_PG\n")); -+ -+ pDM_Odm->PhyRegPgVersion = 1; -+ pDM_Odm->PhyRegPgValueType = PHY_REG_PG_EXACT_VALUE; -+ -+ for (i = 0; i < ArrayLen; i += 6) { -+ u4Byte v1 = Array[i]; -+ u4Byte v2 = Array[i+1]; -+ u4Byte v3 = Array[i+2]; -+ u4Byte v4 = Array[i+3]; -+ u4Byte v5 = Array[i+4]; -+ u4Byte v6 = Array[i+5]; -+ -+ odm_ConfigBB_PHY_REG_PG_8812A(pDM_Odm, v1, v2, v3, v4, v5, v6); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrByRate[i/6], 100, "%s, %s, %s, 0x%X, 0x%08X, 0x%08X,", -+ (v1 == 0?"2.4G":" 5G"), (v2 == 0?"A":"B"), (v3 == 0?"1Tx":"2Tx"), v4, v5, v6); -+#endif -+ } -+} -+ -+ -+ -+/****************************************************************************** -+* PHY_REG_PG_ASUS.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_PHY_REG_PG_ASUS[] = { -+ 0, 0, 0, 0x00000c20, 0xffffffff, 0x34343434, -+ 0, 0, 0, 0x00000c24, 0xffffffff, 0x32323232, -+ 0, 0, 0, 0x00000c28, 0xffffffff, 0x28303232, -+ 0, 0, 0, 0x00000c2c, 0xffffffff, 0x32323232, -+ 0, 0, 0, 0x00000c30, 0xffffffff, 0x28303232, -+ 0, 0, 1, 0x00000c34, 0xffffffff, 0x32323232, -+ 0, 0, 1, 0x00000c38, 0xffffffff, 0x26283032, -+ 0, 0, 0, 0x00000c3c, 0xffffffff, 0x32323232, -+ 0, 0, 0, 0x00000c40, 0xffffffff, 0x28303232, -+ 0, 0, 0, 0x00000c44, 0xffffffff, 0x32322426, -+ 0, 0, 1, 0x00000c48, 0xffffffff, 0x32323232, -+ 0, 0, 1, 0x00000c4c, 0xffffffff, 0x24262830, -+ 0, 1, 0, 0x00000e20, 0xffffffff, 0x34343434, -+ 0, 1, 0, 0x00000e24, 0xffffffff, 0x32323232, -+ 0, 1, 0, 0x00000e28, 0xffffffff, 0x28303232, -+ 0, 1, 0, 0x00000e2c, 0xffffffff, 0x32323232, -+ 0, 1, 0, 0x00000e30, 0xffffffff, 0x28303232, -+ 0, 1, 1, 0x00000e34, 0xffffffff, 0x32323232, -+ 0, 1, 1, 0x00000e38, 0xffffffff, 0x26283032, -+ 0, 1, 0, 0x00000e3c, 0xffffffff, 0x32323232, -+ 0, 1, 0, 0x00000e40, 0xffffffff, 0x28303232, -+ 0, 1, 0, 0x00000e44, 0xffffffff, 0x32322426, -+ 0, 1, 1, 0x00000e48, 0xffffffff, 0x32323232, -+ 0, 1, 1, 0x00000e4c, 0xffffffff, 0x24262830, -+ 1, 0, 0, 0x00000c24, 0xffffffff, 0x32323232, -+ 1, 0, 0, 0x00000c28, 0xffffffff, 0x28303232, -+ 1, 0, 0, 0x00000c2c, 0xffffffff, 0x32323232, -+ 1, 0, 0, 0x00000c30, 0xffffffff, 0x24262830, -+ 1, 0, 1, 0x00000c34, 0xffffffff, 0x32323232, -+ 1, 0, 1, 0x00000c38, 0xffffffff, 0x24262830, -+ 1, 0, 0, 0x00000c3c, 0xffffffff, 0x32323232, -+ 1, 0, 0, 0x00000c40, 0xffffffff, 0x24262830, -+ 1, 0, 0, 0x00000c44, 0xffffffff, 0x32322222, -+ 1, 0, 1, 0x00000c48, 0xffffffff, 0x28303232, -+ 1, 0, 1, 0x00000c4c, 0xffffffff, 0x22222426, -+ 1, 1, 0, 0x00000e24, 0xffffffff, 0x32323232, -+ 1, 1, 0, 0x00000e28, 0xffffffff, 0x28303232, -+ 1, 1, 0, 0x00000e2c, 0xffffffff, 0x32323232, -+ 1, 1, 0, 0x00000e30, 0xffffffff, 0x24262830, -+ 1, 1, 1, 0x00000e34, 0xffffffff, 0x32323232, -+ 1, 1, 1, 0x00000e38, 0xffffffff, 0x24262830, -+ 1, 1, 0, 0x00000e3c, 0xffffffff, 0x32323232, -+ 1, 1, 0, 0x00000e40, 0xffffffff, 0x24262830, -+ 1, 1, 0, 0x00000e44, 0xffffffff, 0x32322222, -+ 1, 1, 1, 0x00000e48, 0xffffffff, 0x28303232, -+ 1, 1, 1, 0x00000e4c, 0xffffffff, 0x22222426 -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_ASUS( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_PHY_REG_PG_ASUS)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_PHY_REG_PG_ASUS; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrByRate, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrByRate = ArrayLen/6; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_ASUS\n")); -+ -+ pDM_Odm->PhyRegPgVersion = 1; -+ pDM_Odm->PhyRegPgValueType = PHY_REG_PG_EXACT_VALUE; -+ -+ for (i = 0; i < ArrayLen; i += 6) { -+ u4Byte v1 = Array[i]; -+ u4Byte v2 = Array[i+1]; -+ u4Byte v3 = Array[i+2]; -+ u4Byte v4 = Array[i+3]; -+ u4Byte v5 = Array[i+4]; -+ u4Byte v6 = Array[i+5]; -+ -+ odm_ConfigBB_PHY_REG_PG_8812A(pDM_Odm, v1, v2, v3, v4, v5, v6); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrByRate[i/6], 100, "%s, %s, %s, 0x%X, 0x%08X, 0x%08X,", -+ (v1 == 0?"2.4G":" 5G"), (v2 == 0?"A":"B"), (v3 == 0?"1Tx":"2Tx"), v4, v5, v6); -+#endif -+ } -+} -+ -+ -+ -+/****************************************************************************** -+* PHY_REG_PG_NEC.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_PHY_REG_PG_NEC[] = { -+ 0, 0, 0, 0x00000c20, 0xffffffff, 0x32323232, -+ 0, 0, 0, 0x00000c24, 0xffffffff, 0x32343434, -+ 0, 0, 0, 0x00000c28, 0xffffffff, 0x24262830, -+ 0, 0, 0, 0x00000c2c, 0xffffffff, 0x32343434, -+ 0, 0, 0, 0x00000c30, 0xffffffff, 0x24262830, -+ 0, 0, 1, 0x00000c34, 0xffffffff, 0x32343434, -+ 0, 0, 1, 0x00000c38, 0xffffffff, 0x24262830, -+ 0, 0, 0, 0x00000c3c, 0xffffffff, 0x32343434, -+ 0, 0, 0, 0x00000c40, 0xffffffff, 0x24262830, -+ 0, 0, 0, 0x00000c44, 0xffffffff, 0x34342022, -+ 0, 0, 1, 0x00000c48, 0xffffffff, 0x28303234, -+ 0, 0, 1, 0x00000c4c, 0xffffffff, 0x20222426, -+ 0, 1, 0, 0x00000e20, 0xffffffff, 0x32323232, -+ 0, 1, 0, 0x00000e24, 0xffffffff, 0x32343434, -+ 0, 1, 0, 0x00000e28, 0xffffffff, 0x24262830, -+ 0, 1, 0, 0x00000e2c, 0xffffffff, 0x32343434, -+ 0, 1, 0, 0x00000e30, 0xffffffff, 0x24262830, -+ 0, 1, 1, 0x00000e34, 0xffffffff, 0x32343434, -+ 0, 1, 1, 0x00000e38, 0xffffffff, 0x24262830, -+ 0, 1, 0, 0x00000e3c, 0xffffffff, 0x32343434, -+ 0, 1, 0, 0x00000e40, 0xffffffff, 0x24262830, -+ 0, 1, 0, 0x00000e44, 0xffffffff, 0x34342022, -+ 0, 1, 1, 0x00000e48, 0xffffffff, 0x28303234, -+ 0, 1, 1, 0x00000e4c, 0xffffffff, 0x20222426, -+ 1, 0, 0, 0x00000c24, 0xffffffff, 0x32343434, -+ 1, 0, 0, 0x00000c28, 0xffffffff, 0x24262830, -+ 1, 0, 0, 0x00000c2c, 0xffffffff, 0x32343434, -+ 1, 0, 0, 0x00000c30, 0xffffffff, 0x24262830, -+ 1, 0, 1, 0x00000c34, 0xffffffff, 0x28282828, -+ 1, 0, 1, 0x00000c38, 0xffffffff, 0x24262828, -+ 1, 0, 0, 0x00000c3c, 0xffffffff, 0x32343434, -+ 1, 0, 0, 0x00000c40, 0xffffffff, 0x24262830, -+ 1, 0, 0, 0x00000c44, 0xffffffff, 0x28282022, -+ 1, 0, 1, 0x00000c48, 0xffffffff, 0x28282828, -+ 1, 0, 1, 0x00000c4c, 0xffffffff, 0x20222426, -+ 1, 1, 0, 0x00000e24, 0xffffffff, 0x32343434, -+ 1, 1, 0, 0x00000e28, 0xffffffff, 0x24262830, -+ 1, 1, 0, 0x00000e2c, 0xffffffff, 0x32343434, -+ 1, 1, 0, 0x00000e30, 0xffffffff, 0x24262830, -+ 1, 1, 1, 0x00000e34, 0xffffffff, 0x28282828, -+ 1, 1, 1, 0x00000e38, 0xffffffff, 0x24262828, -+ 1, 1, 0, 0x00000e3c, 0xffffffff, 0x32343434, -+ 1, 1, 0, 0x00000e40, 0xffffffff, 0x24262830, -+ 1, 1, 0, 0x00000e44, 0xffffffff, 0x28282022, -+ 1, 1, 1, 0x00000e48, 0xffffffff, 0x28282828, -+ 1, 1, 1, 0x00000e4c, 0xffffffff, 0x20222426 -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_NEC( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_PHY_REG_PG_NEC)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_PHY_REG_PG_NEC; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrByRate, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrByRate = ArrayLen/6; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_NEC\n")); -+ -+ pDM_Odm->PhyRegPgVersion = 1; -+ pDM_Odm->PhyRegPgValueType = PHY_REG_PG_EXACT_VALUE; -+ -+ for (i = 0; i < ArrayLen; i += 6) { -+ u4Byte v1 = Array[i]; -+ u4Byte v2 = Array[i+1]; -+ u4Byte v3 = Array[i+2]; -+ u4Byte v4 = Array[i+3]; -+ u4Byte v5 = Array[i+4]; -+ u4Byte v6 = Array[i+5]; -+ -+ odm_ConfigBB_PHY_REG_PG_8812A(pDM_Odm, v1, v2, v3, v4, v5, v6); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrByRate[i/6], 100, "%s, %s, %s, 0x%X, 0x%08X, 0x%08X,", -+ (v1 == 0?"2.4G":" 5G"), (v2 == 0?"A":"B"), (v3 == 0?"1Tx":"2Tx"), v4, v5, v6); -+#endif -+ } -+} -+ -+ -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_bb.h 2017-06-07 23:07:21.021688487 +0300 -@@ -0,0 +1,103 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#if (RTL8812A_SUPPORT == 1) -+#ifndef __INC_MP_BB_HW_IMG_8812A_H -+#define __INC_MP_BB_HW_IMG_8812A_H -+ -+ -+/****************************************************************************** -+* AGC_TAB.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_AGC_TAB(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_AGC_TAB(void); -+ -+/****************************************************************************** -+* AGC_TAB_DIFF.TXT -+******************************************************************************/ -+ -+extern u4Byte Array_MP_8812A_AGC_TAB_DIFF_LB[60]; -+extern u4Byte Array_MP_8812A_AGC_TAB_DIFF_HB[60]; -+void -+ODM_ReadAndConfig_MP_8812A_AGC_TAB_DIFF( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Array[], -+ IN u4Byte ArrayLen -+); -+u4Byte ODM_GetVersion_MP_8812A_AGC_TAB_DIFF(void); -+ -+/****************************************************************************** -+* PHY_REG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_PHY_REG(void); -+ -+/****************************************************************************** -+* PHY_REG_MP.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_MP(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_PHY_REG_MP(void); -+ -+/****************************************************************************** -+* PHY_REG_PG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_PG(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_PHY_REG_PG(void); -+ -+/****************************************************************************** -+* PHY_REG_PG_ASUS.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_ASUS(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_PHY_REG_PG_ASUS(void); -+ -+/****************************************************************************** -+* PHY_REG_PG_NEC.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_PHY_REG_PG_NEC(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_PHY_REG_PG_NEC(void); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.c 2017-06-07 23:07:21.023688669 +0300 -@@ -0,0 +1,6559 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.11*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8812A_SUPPORT == 1) -+#if (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP))) -+ -+ -+u1Byte Array_MP_8812A_FW_AP[] = { -+0x01, 0x95, 0x20, 0x00, 0x29, 0x00, 0x00, 0x00, 0x06, 0x17, 0x19, 0x26, 0x04, 0x46, 0x00, 0x00, -+0x65, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x4A, 0x7B, 0x02, 0x71, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x72, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x78, 0x27, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x71, 0x92, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x77, 0xC6, 0x00, 0x00, -+0x00, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x08, 0x08, 0x00, 0x00, 0x00, 0x0A, 0x08, 0x03, 0x03, -+0x00, 0x04, 0x09, 0x07, 0x03, 0x03, 0x00, 0x04, 0x08, 0x06, 0x03, 0x02, 0x00, 0x04, 0x08, 0x05, -+0x03, 0x01, 0x00, 0x04, 0x0D, 0x0A, 0x07, 0x05, 0x00, 0x08, 0x0C, 0x0A, 0x07, 0x04, 0x00, 0x08, -+0x0B, 0x0A, 0x06, 0x05, 0x00, 0x08, 0x0B, 0x0A, 0x05, 0x03, 0x00, 0x08, 0x0B, 0x0A, 0x03, 0x02, -+0x00, 0x08, 0x14, 0x12, 0x0C, 0x04, 0x00, 0x10, 0x14, 0x12, 0x09, 0x04, 0x00, 0x10, 0x24, 0x22, -+0x1C, 0x12, 0x00, 0x20, 0x24, 0x22, 0x18, 0x0C, 0x00, 0x20, 0x24, 0x22, 0x14, 0x06, 0x00, 0x20, -+0x24, 0x22, 0x0F, 0x04, 0x00, 0x20, 0x24, 0x21, 0x0A, 0x04, 0x00, 0x20, 0x23, 0x21, 0x0C, 0x04, -+0x00, 0x20, 0x23, 0x1F, 0x0A, 0x04, 0x00, 0x20, 0x22, 0x1F, 0x0F, 0x04, 0x00, 0x20, 0x21, 0x1F, -+0x16, 0x0C, 0x00, 0x20, 0x31, 0x2F, 0x20, 0x14, 0x00, 0x30, 0x31, 0x2F, 0x18, 0x10, 0x00, 0x30, -+0x31, 0x2C, 0x18, 0x0C, 0x00, 0x30, 0x31, 0x2A, 0x14, 0x0C, 0x00, 0x30, 0x31, 0x28, 0x14, 0x00, -+0x00, 0x30, 0x31, 0x24, 0x14, 0x00, 0x00, 0x30, 0x31, 0x1E, 0x14, 0x00, 0x00, 0x30, 0x15, 0xF0, -+0xFF, 0x0F, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x05, 0xF0, 0xFF, 0x0F, -+0x00, 0x00, 0x00, 0x05, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, 0x0F, 0x00, 0x00, -+0x00, 0x10, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0xF5, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, -+0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, -+0xFF, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x3F, 0x00, 0x00, -+0x00, 0x00, 0x15, 0xF0, 0xCF, 0xFF, 0x00, 0x00, 0x00, 0x16, 0x0D, 0x17, 0x0E, 0x17, 0x0F, 0x18, -+0x10, 0x19, 0x11, 0x1A, 0x12, 0x1A, 0x13, 0x1A, 0x14, 0x1A, 0x15, 0x1B, 0xFF, 0x17, 0x0E, 0x18, -+0x10, 0x19, 0x11, 0x1A, 0x12, 0x1B, 0x15, 0x1C, 0xFF, 0x1D, 0xFF, 0x1E, 0xFF, 0x1F, 0xFF, 0xFF, -+0xFF, 0x14, 0x0D, 0x0E, 0x15, 0x15, 0x0F, 0x16, 0x10, 0x17, 0x11, 0x18, 0x12, 0x18, 0x13, 0x18, -+0xFF, 0x15, 0x0D, 0x16, 0x10, 0x10, 0x17, 0x18, 0x12, 0x19, 0xFF, 0x1A, 0xFF, 0x1B, 0xFF, 0xFF, -+0xFF, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0C, 0x0C, 0x0D, 0x0C, 0x0E, 0x0D, 0x0F, 0x17, 0x18, -+0x10, 0x19, 0x11, 0x19, 0x11, 0x19, 0x12, 0x1A, 0x14, 0x0C, 0x0C, 0x16, 0x0D, 0x17, 0x0F, 0x18, -+0x10, 0x19, 0x13, 0x1A, 0x14, 0x1B, 0x15, 0x1C, 0x1B, 0x1D, 0x1C, 0x1E, 0x1D, 0x04, 0x04, 0x0C, -+0x14, 0x0D, 0x14, 0x0E, 0x14, 0x0F, 0x15, 0x10, 0x16, 0x17, 0x11, 0x12, 0x17, 0x0C, 0x0C, 0x14, -+0x0E, 0x15, 0x0F, 0x16, 0x10, 0x17, 0x12, 0x18, 0x18, 0x19, 0x19, 0x1A, 0x19, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x26, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x21, 0x25, 0x27, -+0x28, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, -+0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, -+0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, -+0x00, 0x23, 0x26, 0x28, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x23, 0x26, 0x28, 0x2A, 0x2A, -+0x2A, 0x00, 0x04, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, -+0x48, 0x00, 0x60, 0x00, 0x90, 0x00, 0xC0, 0x00, 0xD8, 0x00, 0x3C, 0x00, 0x64, 0x00, 0x78, 0x00, -+0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0xE0, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, -+0x90, 0x02, 0x58, 0x03, 0x20, 0x04, 0xB0, 0x06, 0x40, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, -+0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, -+0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x64, 0x00, -+0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x00, 0x78, 0x00, -+0xF0, 0x01, 0x90, 0x02, 0x58, 0x03, 0xE8, 0x07, 0xD0, 0x09, 0x60, 0x0F, 0xA0, 0x12, 0xC0, 0x15, -+0x18, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, -+0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, -+0xB0, 0x06, 0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0x02, 0x00, 0x02, 0x00, 0x04, 0x00, -+0x08, 0x00, 0x0C, 0x00, 0x12, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, 0x48, 0x00, 0x60, 0x00, -+0x6C, 0x00, 0x14, 0x00, 0x32, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x00, -+0xF0, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0x90, 0x02, 0x58, 0x03, -+0x20, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, -+0xE8, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, -+0xE8, 0x00, 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x00, -+0xF0, 0x01, 0x7C, 0x01, 0x90, 0x00, 0x3C, 0x00, 0x78, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0xF4, 0x03, -+0xE8, 0x04, 0xB0, 0x07, 0xD0, 0x09, 0x60, 0x0A, 0xF0, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, -+0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, 0xE8, 0x00, 0x64, 0x00, -+0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, -+0xE8, 0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x10, 0x18, 0x20, 0x30, 0x40, 0x50, 0x01, 0x01, 0x01, -+0x02, 0x01, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0B, 0x05, 0x06, 0x06, -+0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, -+0x0B, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x01, 0x02, 0x03, -+0x04, 0x05, 0x06, 0x07, 0x08, 0x02, 0x04, 0x06, 0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x03, 0x05, 0x06, -+0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x02, 0x04, 0x06, -+0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x03, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, -+0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x19, 0x06, 0x04, 0x02, 0x00, 0x18, 0x00, 0x04, 0x0C, 0x14, 0x2C, -+0x36, 0x04, 0x08, 0x08, 0x08, 0x0A, 0x0A, 0x04, 0x04, 0x04, 0x05, 0x04, 0x04, 0x05, 0x07, 0x07, -+0x07, 0x08, 0x0A, 0x04, 0x07, 0x0A, 0x0E, 0x11, 0x13, 0x14, 0x15, 0x03, 0x04, 0x07, 0x07, 0x08, -+0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, -+0x0B, 0x0D, 0x0F, 0x07, 0x08, 0x08, 0x0A, 0x0A, 0x0C, 0x0E, 0x10, 0x11, 0x11, 0x07, 0x09, 0x09, -+0x0B, 0x0B, 0x0D, 0x0F, 0x13, 0x13, 0x14, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, -+0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, 0x0F, 0x04, 0x04, 0x04, 0x05, 0x07, -+0x07, 0x09, 0x09, 0x0C, 0x0E, 0x10, 0x12, 0x05, 0x06, 0x07, 0x0D, 0x10, 0x11, 0x12, 0x12, 0x07, -+0x08, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, -+0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x05, 0x06, 0x08, 0x09, 0x0C, 0x0E, 0x12, 0x12, 0x13, -+0x14, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0F, 0x12, 0x12, 0x14, 0x16, 0x09, 0x09, 0x09, 0x09, 0x0C, -+0x0E, 0x11, 0x13, 0x13, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x13, 0x13, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x45, 0xE4, 0x85, 0xD0, 0x0B, 0x75, 0xD0, 0x08, 0xAA, 0xE0, -+0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, 0x79, 0xF5, 0x8C, 0xD2, 0x8C, -+0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, 0x95, 0x81, 0xB4, 0x40, 0x00, -+0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, 0xC2, 0xAF, 0xE6, 0x30, 0xE1, -+0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, 0xD0, 0x22, 0xE5, 0x0C, 0xFF, -+0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, 0x00, 0x78, 0x81, 0xE6, 0x30, -+0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, 0x74, 0x86, 0x25, 0x0C, 0xF8, -+0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xCD, 0xF8, 0xE8, -+0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, 0xD3, 0x9F, 0x40, 0x27, 0xE5, -+0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xCD, -+0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, 0xF5, 0xE5, 0x0C, 0x24, 0x86, -+0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, 0xF8, 0x7F, 0x04, 0xC2, 0xAF, -+0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, 0x07, 0x30, 0xE3, 0x04, 0x7F, -+0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, 0x07, 0x22, 0x78, 0x86, 0xA6, -+0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, 0x7F, 0x03, 0xE4, 0x78, 0x80, -+0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, 0x4B, 0x19, 0x74, 0x01, 0x93, -+0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, 0x60, 0x75, 0x8C, 0x79, 0xD2, -+0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0x74, 0x81, -+0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, 0x30, 0xF6, 0xD2, 0xAF, 0xAE, -+0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, 0xE6, 0xF9, 0x08, 0xE6, 0x18, -+0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, 0xE7, 0x19, 0x19, 0xF7, 0x09, -+0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, 0x04, 0x05, 0x81, 0x05, 0x81, -+0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, 0xF9, 0xEE, 0xB5, 0x0C, 0x02, -+0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x19, 0x19, 0xE7, 0x09, 0x09, -+0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, 0xE6, 0x04, 0xF8, 0xEF, 0x2F, -+0x04, 0x90, 0x4B, 0x19, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, 0x7F, 0x00, 0x22, 0xEF, 0xD3, -+0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE5, 0xF4, -+0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, 0x07, 0x0A, 0x74, 0x86, 0x2F, -+0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x46, 0x2D, 0x50, 0x2E, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xBF, 0x02, -+0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, 0xFB, 0xE6, 0xFC, 0xE9, 0x6C, -+0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, 0x03, 0xA6, 0x05, 0x1F, 0xE5, -+0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xFD, 0x18, 0x86, 0x01, -+0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, 0x0C, 0xB5, 0x07, 0x02, 0xAC, -+0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, 0x80, 0xF4, 0xE5, 0x0C, 0xB5, -+0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, -+0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, 0x30, 0xE0, 0x02, 0xD2, 0xE4, -+0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, 0x02, 0x46, 0x2C, 0x8F, 0xF0, -+0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, 0x30, 0xF7, 0x0D, 0x7F, 0x08, -+0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x30, 0x50, 0x2E, 0x80, 0x07, 0x30, 0xF1, 0x06, 0xED, 0xF6, -+0x60, 0x25, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x23, 0x0E, 0x30, -+0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x12, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x13, 0x54, 0xEC, -+0x4E, 0xF6, 0xD2, 0xAF, 0x02, 0x46, 0x2D, 0x7F, 0x08, 0x08, 0xEF, 0x44, 0x83, 0xF4, 0xC2, 0xAF, -+0x56, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0xE7, 0x09, 0xF6, 0x08, 0xDF, 0xFA, 0x80, -+0x46, 0xE7, 0x09, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x3E, 0x88, 0x82, 0x8C, 0x83, 0xE7, 0x09, 0xF0, -+0xA3, 0xDF, 0xFA, 0x80, 0x32, 0xE3, 0x09, 0xF6, 0x08, 0xDF, 0xFA, 0x80, 0x78, 0xE3, 0x09, 0xF2, -+0x08, 0xDF, 0xFA, 0x80, 0x70, 0x88, 0x82, 0x8C, 0x83, 0xE3, 0x09, 0xF0, 0xA3, 0xDF, 0xFA, 0x80, -+0x64, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xA3, 0xF6, 0x08, 0xDF, 0xFA, 0x80, 0x58, 0x89, 0x82, 0x8A, -+0x83, 0xE0, 0xA3, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x4C, 0x80, 0xD2, 0x80, 0xFA, 0x80, 0xC6, 0x80, -+0xD4, 0x80, 0x69, 0x80, 0xF2, 0x80, 0x33, 0x80, 0x10, 0x80, 0xA6, 0x80, 0xEA, 0x80, 0x9A, 0x80, -+0xA8, 0x80, 0xDA, 0x80, 0xE2, 0x80, 0xCA, 0x80, 0x33, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, -+0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, -+0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, 0x0D, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, -+0xA3, 0xF6, 0x08, 0xDF, 0xF9, 0xEC, 0xFA, 0xA9, 0xF0, 0xED, 0xFB, 0x22, 0x89, 0x82, 0x8A, 0x83, -+0xEC, 0xFA, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xF0, 0xA3, 0xC8, 0xC5, -+0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xEA, 0xDE, 0xE8, 0x80, 0xDB, 0x89, 0x82, 0x8A, 0x83, -+0xE4, 0x93, 0xA3, 0xF2, 0x08, 0xDF, 0xF9, 0x80, 0xCC, 0x88, 0xF0, 0xEF, 0x60, 0x01, 0x0E, 0x4E, -+0x60, 0xC3, 0x88, 0xF0, 0xED, 0x24, 0x02, 0xB4, 0x04, 0x00, 0x50, 0xB9, 0xF5, 0x82, 0xEB, 0x24, -+0x02, 0xB4, 0x04, 0x00, 0x50, 0xAF, 0x23, 0x23, 0x45, 0x82, 0x23, 0x90, 0x48, 0xD9, 0x73, 0xC5, -+0xF0, 0xF8, 0xA3, 0xE0, 0x28, 0xF0, 0xC5, 0xF0, 0xF8, 0xE5, 0x82, 0x15, 0x82, 0x70, 0x02, 0x15, -+0x83, 0xE0, 0x38, 0xF0, 0x22, 0xBB, 0x01, 0x0A, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, -+0xE0, 0x22, 0x50, 0x06, 0x87, 0xF0, 0x09, 0xE7, 0x19, 0x22, 0xBB, 0xFE, 0x07, 0xE3, 0xF5, 0xF0, -+0x09, 0xE3, 0x19, 0x22, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xF5, 0xF0, 0x74, 0x01, 0x93, 0x22, -+0xBB, 0x01, 0x10, 0xE5, 0x82, 0x29, 0xF5, 0x82, 0xE5, 0x83, 0x3A, 0xF5, 0x83, 0xE0, 0xF5, 0xF0, -+0xA3, 0xE0, 0x22, 0x50, 0x09, 0xE9, 0x25, 0x82, 0xF8, 0x86, 0xF0, 0x08, 0xE6, 0x22, 0xBB, 0xFE, -+0x0A, 0xE9, 0x25, 0x82, 0xF8, 0xE2, 0xF5, 0xF0, 0x08, 0xE2, 0x22, 0xE5, 0x83, 0x2A, 0xF5, 0x83, -+0xE9, 0x93, 0xF5, 0xF0, 0xA3, 0xE9, 0x93, 0x22, 0xEF, 0x2B, 0xFF, 0xEE, 0x3A, 0xFE, 0xED, 0x39, -+0xFD, 0xEC, 0x38, 0xFC, 0x22, 0xEF, 0x5B, 0xFF, 0xEE, 0x5A, 0xFE, 0xED, 0x59, 0xFD, 0xEC, 0x58, -+0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, 0xED, 0x49, 0xFD, 0xEC, 0x48, 0xFC, 0x22, 0xE0, -+0xFC, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xE0, 0xF8, 0xA3, 0xE0, 0xF9, -+0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, 0x25, 0x82, 0xF5, 0x82, 0xE5, 0xF0, 0x35, 0x83, -+0xF5, 0x83, 0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xF9, 0x22, 0xEB, 0xF0, 0xA3, 0xEA, -+0xF0, 0xA3, 0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, 0x82, 0xF8, 0xE4, 0x93, 0x70, 0x12, 0x74, 0x01, -+0x93, 0x70, 0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, 0x01, 0x93, 0xF5, 0x82, 0x88, 0x83, 0xE4, 0x73, -+0x74, 0x02, 0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, 0xA3, 0x80, 0xDF, 0x02, 0x4A, 0xB9, 0x02, 0x46, -+0xBD, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, 0x03, 0xF6, 0x80, 0x01, 0xF2, 0x08, 0xDF, -+0xF4, 0x80, 0x29, 0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, 0x24, 0x0C, 0xC8, 0xC3, 0x33, 0xC4, 0x54, -+0x0F, 0x44, 0x20, 0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, 0x80, 0x01, 0x46, 0xF6, 0xDF, 0xE4, 0x80, -+0x0B, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x90, 0x4A, 0xFE, 0xE4, 0x7E, 0x01, 0x93, -+0x60, 0xBC, 0xA3, 0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, 0x54, 0x1F, 0xFE, 0xE4, 0x93, 0xA3, 0x60, -+0x01, 0x0E, 0xCF, 0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, 0x40, 0xB8, 0xE4, 0x93, 0xA3, 0xFA, 0xE4, -+0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xF0, 0xA3, -+0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, 0xBE, 0x41, 0xA8, -+0xB0, 0x00, 0x41, 0xA8, 0xB1, 0x00, 0x44, 0xA8, 0x7A, 0x41, 0x4E, 0x59, 0x00, 0x44, 0xA8, 0x76, -+0x61, 0x6E, 0x79, 0x00, 0x41, 0xA8, 0xBD, 0x00, 0x00, 0x57, 0xF7, 0x5F, 0xFE, 0x60, 0x25, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0x90, 0xA7, 0x15, 0xF0, 0x90, 0xA7, 0x1A, 0xF0, 0x90, -+0xA7, 0x18, 0xF0, 0x91, 0x7F, 0x40, 0x02, 0x61, 0xC1, 0xC3, 0x74, 0xFD, 0x91, 0x88, 0x7A, 0xA7, -+0x79, 0x14, 0x12, 0x33, 0xC7, 0xEF, 0x64, 0x01, 0x60, 0x02, 0x81, 0x1D, 0x90, 0xA7, 0x14, 0xE0, -+0xFF, 0x54, 0xC0, 0xFE, 0x60, 0x05, 0xEF, 0x54, 0x0C, 0x70, 0x1C, 0x90, 0xA7, 0x14, 0xE0, 0xFF, -+0x54, 0x30, 0x60, 0x05, 0xEF, 0x54, 0x03, 0x70, 0x08, 0x90, 0xA7, 0x18, 0xE0, 0x60, 0x4A, 0x80, -+0x00, 0x90, 0xA7, 0x15, 0x74, 0x01, 0xF0, 0x90, 0xA7, 0x15, 0xE0, 0x90, 0xA7, 0x14, 0x70, 0x17, -+0xE0, 0xFF, 0xEE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x90, 0xA7, 0x16, 0xF0, 0xEF, 0x54, 0x0C, 0x13, -+0x13, 0x54, 0x3F, 0xA3, 0xF0, 0x80, 0x10, 0xE0, 0xFF, 0x54, 0x30, 0xC4, 0x54, 0x0F, 0x90, 0xA7, -+0x16, 0xF0, 0xEF, 0x54, 0x03, 0xA3, 0xF0, 0x90, 0xA7, 0x16, 0xE0, 0x90, 0xA7, 0x0B, 0xF0, 0x90, -+0xA7, 0x17, 0xE0, 0x90, 0xA7, 0x0C, 0xF0, 0x80, 0x08, 0x90, 0xA7, 0x18, 0xE0, 0x04, 0xF0, 0x61, -+0x33, 0xE4, 0x90, 0xA7, 0x18, 0xF0, 0x91, 0x7F, 0x50, 0x63, 0xC3, 0x74, 0xFB, 0x91, 0x88, 0x7A, -+0xA7, 0x79, 0x19, 0x12, 0x33, 0xC7, 0xEF, 0x64, 0x01, 0x70, 0x42, 0x90, 0xA7, 0x19, 0xE0, 0xFF, -+0x54, 0xE0, 0xFE, 0x70, 0x13, 0xEF, 0x54, 0x0E, 0x70, 0x08, 0x90, 0xA7, 0x18, 0xE0, 0x60, 0x35, -+0x80, 0x00, 0x90, 0xA7, 0x1A, 0x74, 0x01, 0xF0, 0x90, 0xA7, 0x1A, 0xE0, 0x70, 0x09, 0xEE, 0xC4, -+0x13, 0x54, 0x07, 0xA3, 0xF0, 0x80, 0x0C, 0x90, 0xA7, 0x19, 0xE0, 0x54, 0x0E, 0xC3, 0x13, 0x90, -+0xA7, 0x1B, 0xF0, 0x90, 0xA7, 0x1B, 0xE0, 0x90, 0xA7, 0x0D, 0xF0, 0x80, 0x10, 0x90, 0xA7, 0x1C, -+0x74, 0x01, 0xF0, 0x80, 0x40, 0x90, 0xA7, 0x18, 0xE0, 0x04, 0xF0, 0x80, 0x99, 0x90, 0xA7, 0x0C, -+0xE0, 0x25, 0xE0, 0x25, 0xE0, 0x54, 0x0C, 0xFF, 0x90, 0xA7, 0x0B, 0xE0, 0x54, 0x03, 0x4F, 0xFF, -+0x90, 0xA7, 0x0D, 0xE0, 0xFE, 0xC4, 0x54, 0x70, 0x4F, 0x44, 0x80, 0xFD, 0x7F, 0x8B, 0x12, 0x3A, -+0x96, 0x90, 0xA7, 0x0B, 0xE0, 0x60, 0x08, 0xA3, 0xE0, 0x60, 0x04, 0xA3, 0xE0, 0x70, 0x1B, 0x90, -+0xA7, 0x1C, 0x74, 0x03, 0xF0, 0x90, 0x01, 0xC4, 0x74, 0x1F, 0xF0, 0x74, 0x4B, 0xA3, 0xF0, 0x90, -+0xA7, 0x1C, 0xE0, 0x90, 0x01, 0xC8, 0x91, 0x92, 0x80, 0xEB, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, -+0xA7, 0x18, 0xE0, 0xFF, 0xC3, 0x94, 0x02, 0x22, 0x9F, 0xFF, 0x74, 0x03, 0x94, 0x00, 0xFE, 0x7B, -+0x01, 0x22, 0xF0, 0xE4, 0xFD, 0x7F, 0x1F, 0x02, 0x3A, 0x96, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA7, 0x26, 0xEF, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x90, 0x01, 0xC4, 0x74, 0x9A, 0xF0, -+0x74, 0x4C, 0xA3, 0xF0, 0x90, 0xA7, 0x27, 0xE0, 0x90, 0x01, 0xC8, 0xF0, 0x90, 0xA7, 0x26, 0xE0, -+0x90, 0x01, 0xC9, 0x91, 0x92, 0x80, 0xE3, 0xF1, 0xFC, 0x12, 0x26, 0x1E, 0x54, 0x7F, 0xF5, 0x0E, -+0x12, 0x77, 0xA3, 0xFF, 0x54, 0x1F, 0xF5, 0x10, 0xF1, 0xAA, 0xF5, 0x0F, 0xF1, 0xA4, 0xFF, 0x54, -+0x03, 0xF5, 0x11, 0xEF, 0x54, 0x30, 0xC4, 0x54, 0x0F, 0xF5, 0x14, 0xF1, 0xA4, 0xFF, 0x54, 0x40, -+0xC4, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x12, 0xF1, 0xAA, 0xF5, 0x13, 0xF1, 0xA4, 0xFF, 0x54, 0x08, -+0xFE, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x16, 0xEF, 0x54, 0x04, 0x13, 0x13, 0x54, 0x3F, 0xF5, -+0x17, 0x90, 0xA7, 0x0C, 0xE0, 0xB4, 0x02, 0x08, 0xE5, 0x14, 0x60, 0x04, 0xE4, 0xFF, 0x91, 0x9A, -+0x90, 0xA7, 0x0D, 0xE0, 0xB4, 0x01, 0x15, 0xF1, 0xB9, 0x12, 0x78, 0x9C, 0x54, 0xF0, 0x70, 0x08, -+0x90, 0x00, 0x06, 0x12, 0x26, 0x37, 0x60, 0x04, 0x7F, 0x01, 0x91, 0x9A, 0xE5, 0x13, 0x54, 0x01, -+0xC4, 0x33, 0x33, 0x33, 0x54, 0x80, 0xD1, 0x57, 0x54, 0x7F, 0x4F, 0xF0, 0xE5, 0x12, 0x54, 0x01, -+0xC4, 0x33, 0x33, 0x54, 0xC0, 0xD1, 0x57, 0x54, 0xBF, 0x4F, 0xF0, 0xE5, 0x16, 0x70, 0x6C, 0xE5, -+0x10, 0x54, 0x1F, 0xF1, 0x96, 0x54, 0xE0, 0x4F, 0xF0, 0xE5, 0x11, 0x54, 0x03, 0xD1, 0x57, 0x54, -+0xFC, 0x4F, 0xF0, 0xEF, 0x25, 0xE0, 0x25, 0xE0, 0xD1, 0x57, 0x54, 0xF3, 0x4F, 0xF0, 0xE5, 0x0F, -+0x54, 0x01, 0xC4, 0x33, 0x54, 0xE0, 0xF1, 0x96, 0x54, 0xDF, 0x4F, 0xF0, 0xE5, 0x14, 0x54, 0x03, -+0xC4, 0x54, 0xF0, 0xD1, 0x57, 0x54, 0xCF, 0x4F, 0xF0, 0xE4, 0xF5, 0x15, 0xE5, 0x15, 0x24, 0x03, -+0xFF, 0xE4, 0x33, 0xFE, 0xF1, 0xB9, 0x8F, 0x82, 0x8E, 0x83, 0x12, 0x26, 0x37, 0xFF, 0x75, 0xF0, -+0x08, 0xE5, 0x0E, 0x12, 0x66, 0xD2, 0xE5, 0x82, 0x25, 0x15, 0x12, 0x61, 0xA6, 0xEF, 0xF0, 0x05, -+0x15, 0xE5, 0x15, 0xB4, 0x04, 0xD6, 0xAF, 0x0E, 0x12, 0x61, 0xAE, 0x22, 0x90, 0xA7, 0x20, 0x51, -+0x4C, 0x90, 0xA7, 0x1F, 0xEF, 0xF0, 0x51, 0x55, 0x4E, 0x03, 0x00, 0x4E, 0x08, 0x01, 0x4E, 0x0D, -+0x08, 0x4E, 0x12, 0x09, 0x4E, 0x17, 0x0A, 0x4E, 0x1C, 0x12, 0x4E, 0x21, 0x13, 0x4E, 0x26, 0x40, -+0x4E, 0x2A, 0x42, 0x4E, 0x2F, 0x43, 0x4E, 0x34, 0x44, 0x4E, 0x39, 0x47, 0x4E, 0x3D, 0x49, 0x00, -+0x00, 0x4E, 0x42, 0xD1, 0x52, 0x02, 0x78, 0x58, 0xD1, 0x52, 0x02, 0x7E, 0x0D, 0xD1, 0x52, 0x02, -+0x7E, 0x84, 0xD1, 0x52, 0x02, 0x7F, 0xBD, 0xD1, 0x52, 0x02, 0x7F, 0xD5, 0xD1, 0x52, 0x02, 0x7F, -+0xE1, 0xD1, 0x52, 0x02, 0x76, 0xEC, 0xD1, 0x52, 0x81, 0xC7, 0xD1, 0x52, 0x02, 0x66, 0xE5, 0xD1, -+0x52, 0x02, 0x65, 0x25, 0xD1, 0x52, 0x02, 0x56, 0x5D, 0xD1, 0x52, 0xE1, 0xBE, 0xD1, 0x52, 0x02, -+0x77, 0xA9, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0xA7, 0x1F, 0xE0, 0x90, 0x01, 0xC2, -+0xF0, 0x22, 0x90, 0xA7, 0x20, 0x41, 0x43, 0xFF, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x96, 0x18, -+0x51, 0x37, 0xE0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x00, 0x8F, 0xE0, 0x20, -+0xE6, 0x02, 0xE1, 0x5D, 0x90, 0x00, 0x8C, 0xE0, 0x90, 0xA8, 0xA7, 0xF0, 0x90, 0x00, 0x8D, 0xE0, -+0x90, 0xA8, 0xA8, 0xF0, 0x90, 0x00, 0x8E, 0xE0, 0x90, 0xA8, 0xA9, 0xF0, 0x90, 0xA8, 0xA8, 0xE0, -+0x24, 0xFC, 0x60, 0x10, 0x24, 0x03, 0x60, 0x02, 0xE1, 0x53, 0x90, 0xA8, 0xA7, 0xE0, 0xFF, 0x12, -+0x84, 0x1A, 0xE1, 0x53, 0x90, 0xA8, 0xA7, 0xE0, 0x24, 0x15, 0x12, 0x5F, 0xBA, 0xE0, 0xFB, 0xE4, -+0xFD, 0xFF, 0xF1, 0x8F, 0x75, 0xF0, 0x04, 0xD1, 0x5D, 0x13, 0x13, 0x54, 0x03, 0xFB, 0x0D, 0xE4, -+0xFF, 0xF1, 0x8F, 0x75, 0xF0, 0x04, 0xD1, 0x5D, 0xF1, 0xAD, 0xFB, 0x0D, 0xE4, 0xFF, 0xF1, 0x8F, -+0x75, 0xF0, 0x04, 0xD1, 0x5D, 0xC4, 0x54, 0x03, 0xFB, 0x0D, 0xE4, 0xFF, 0xF1, 0x8F, 0x75, 0xF0, -+0x04, 0x12, 0x5F, 0xF8, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0xF1, 0x8F, 0x75, 0xF0, 0x04, 0x90, 0x96, -+0x16, 0xF1, 0x8A, 0x75, 0xF0, 0x04, 0xF1, 0x9C, 0xC4, 0x13, 0x54, 0x01, 0xFB, 0x0D, 0x7F, 0x01, -+0xF1, 0x8F, 0x75, 0xF0, 0x04, 0xF1, 0x9C, 0x54, 0x1F, 0xF1, 0x8D, 0x12, 0x66, 0xCF, 0xE0, 0xFB, -+0xE4, 0xFD, 0x0F, 0xF1, 0x8F, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x01, 0xF1, 0x8A, 0x75, 0xF0, 0x08, -+0x90, 0x89, 0x02, 0xF1, 0x8A, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x03, 0xF1, 0x8A, 0x75, 0xF0, 0x08, -+0x12, 0x85, 0xEA, 0xFB, 0xE4, 0xFD, 0x0F, 0xF1, 0x8F, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x05, 0xF1, -+0x8A, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x06, 0xF1, 0x8A, 0x75, 0xF0, 0x08, 0x12, 0x85, 0xE2, 0xFB, -+0x0D, 0xF1, 0x62, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE0, 0x03, 0x12, 0x84, 0x6F, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xEF, 0x70, 0x04, 0x74, 0xF0, 0x80, 0x16, 0xEF, 0xB4, 0x01, 0x04, 0x74, 0xF4, 0x80, -+0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, 0x80, 0x06, 0xEF, 0xB4, 0x03, 0x0C, 0x74, 0xFC, 0x2D, -+0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, 0xEB, 0xF0, 0x22, 0x51, 0x37, 0xE0, 0xFB, 0x0D, 0xF1, -+0x62, 0x90, 0xA8, 0xA7, 0xE0, 0x22, 0xFF, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x96, 0x17, 0x51, -+0x37, 0xE0, 0x22, 0xF0, 0x90, 0x00, 0x02, 0x02, 0x26, 0x37, 0xEF, 0x54, 0x80, 0xC4, 0x13, 0x13, -+0x13, 0x54, 0x01, 0x22, 0x90, 0xA7, 0x23, 0x51, 0x4C, 0x90, 0xA7, 0x23, 0x41, 0x43, 0xF1, 0xFC, -+0x12, 0x78, 0x9C, 0x30, 0xE1, 0x03, 0x02, 0x83, 0x1B, 0xF1, 0xB9, 0x12, 0x26, 0x1E, 0x90, 0xA7, -+0x26, 0x12, 0x77, 0xA2, 0x90, 0xA7, 0x27, 0xF1, 0xA3, 0x90, 0xA7, 0x28, 0x12, 0x7D, 0x08, 0x75, -+0xF0, 0x10, 0xA4, 0xFF, 0x12, 0x67, 0x86, 0xFD, 0xEF, 0x4D, 0xFF, 0x90, 0xA7, 0x27, 0xE0, 0xB4, -+0x01, 0x07, 0xA3, 0xE0, 0x12, 0x83, 0x99, 0xEF, 0xF0, 0x22, 0xC1, 0x64, 0x90, 0xA7, 0x23, 0x02, -+0x4A, 0x4C, 0x90, 0x00, 0xF0, 0xE0, 0x7F, 0x01, 0x20, 0xE2, 0x02, 0x7F, 0x03, 0x22, 0x11, 0x02, -+0x90, 0xA5, 0x2D, 0xEF, 0xF0, 0x11, 0x20, 0x90, 0x01, 0x64, 0x74, 0x01, 0xF0, 0x02, 0x35, 0x95, -+0x11, 0x45, 0xB1, 0xFB, 0x12, 0x80, 0x8B, 0x12, 0x80, 0xAA, 0x12, 0x80, 0x65, 0xE4, 0xF5, 0x51, -+0x75, 0x52, 0x58, 0xAB, 0x51, 0x7D, 0x02, 0x7F, 0x01, 0x12, 0x39, 0x04, 0xAB, 0x52, 0x7D, 0x03, -+0x7F, 0x01, 0x02, 0x39, 0x04, 0x90, 0x01, 0x30, 0xE4, 0x11, 0x75, 0x90, 0x01, 0x38, 0x11, 0x75, -+0xFD, 0x7F, 0x50, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x51, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, -+0x52, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x53, 0x02, 0x3A, 0x96, 0xE4, 0x90, 0xA7, 0x2B, 0xF0, -+0x90, 0xA7, 0x96, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x90, 0xA6, 0xF4, -+0xE0, 0x90, 0xA7, 0x82, 0xF0, 0x90, 0xA6, 0xF5, 0xE0, 0x90, 0xA7, 0x83, 0xF0, 0x90, 0xA6, 0xF6, -+0xE0, 0x90, 0xA7, 0x84, 0xF0, 0x90, 0xA6, 0xF7, 0xE0, 0x90, 0xA7, 0x85, 0xF0, 0x90, 0xA6, 0xF8, -+0xE0, 0x90, 0xA7, 0x86, 0xF0, 0x90, 0xA6, 0xE5, 0xE0, 0x90, 0xA7, 0x87, 0xF0, 0x90, 0xA6, 0xE6, -+0xE0, 0x90, 0xA7, 0x88, 0xF0, 0x90, 0xA6, 0xE7, 0xE0, 0x90, 0xA7, 0x89, 0xF0, 0x90, 0xA6, 0xE8, -+0xE0, 0x90, 0xA7, 0x8A, 0xF0, 0x90, 0xA6, 0xE9, 0xE0, 0x90, 0xA7, 0x8B, 0xF0, 0x90, 0xA6, 0xEA, -+0xE0, 0x90, 0xA7, 0x8C, 0xF0, 0x90, 0xA6, 0xEB, 0xE0, 0x90, 0xA7, 0x8D, 0xF0, 0x90, 0xA6, 0xEC, -+0xE0, 0x90, 0xA7, 0x8E, 0xF0, 0x90, 0xA6, 0xED, 0xE0, 0x90, 0xA7, 0x8F, 0xF0, 0x90, 0xA6, 0xEE, -+0xE0, 0x90, 0xA7, 0x90, 0xF0, 0x11, 0x6B, 0x90, 0xA7, 0x2A, 0xF0, 0xB1, 0x1D, 0x50, 0x04, 0xB1, -+0x2A, 0x80, 0xF8, 0x90, 0x01, 0x1F, 0xE0, 0xFE, 0x90, 0x01, 0x1E, 0x12, 0x7F, 0xB4, 0x90, 0xA7, -+0x1F, 0xF0, 0xA3, 0xB1, 0x95, 0xB1, 0x1D, 0x50, 0x4A, 0xB1, 0x4C, 0x90, 0xA7, 0x2A, 0xE0, 0xFE, -+0x24, 0x91, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xB1, 0xDC, 0xE0, 0x24, 0x4D, 0xF5, 0x82, 0xE4, 0x34, -+0xFC, 0xF5, 0x83, 0xE0, 0xFF, 0x74, 0x2C, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xB1, 0xDC, 0xE0, -+0x24, 0x4E, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0xEE, 0xF1, 0x17, 0x12, 0x4A, 0x4C, 0xB1, -+0xE0, 0xE0, 0x24, 0x38, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0xEE, 0xB1, 0x87, 0x12, 0x4A, 0x4C, 0xB1, -+0x37, 0x80, 0xB2, 0x90, 0x02, 0x87, 0xE0, 0x70, 0x02, 0x81, 0xD7, 0x90, 0xA6, 0xD7, 0xE0, 0x20, -+0xE0, 0x02, 0x81, 0xD7, 0xE4, 0x90, 0xA7, 0x9B, 0x11, 0x73, 0x90, 0xA7, 0x1F, 0xE0, 0xFF, 0xA3, -+0xE0, 0xA3, 0xCF, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA7, 0x21, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xEC, -+0x90, 0xFD, 0x11, 0xF0, 0xD1, 0xFF, 0xE0, 0xFE, 0xB1, 0xD1, 0xE0, 0x7A, 0x00, 0x24, 0x00, 0xFF, -+0xEA, 0x3E, 0x54, 0x3F, 0x90, 0xA7, 0x23, 0xF0, 0xA3, 0xF1, 0x25, 0x54, 0x0F, 0x33, 0x33, 0x33, -+0x54, 0xF8, 0x90, 0xA7, 0x26, 0xF0, 0xFC, 0x74, 0x07, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, -+0x83, 0xE0, 0x54, 0xC0, 0x90, 0xA7, 0x28, 0xF0, 0xEC, 0x24, 0x18, 0x90, 0xA7, 0x25, 0xF0, 0xFD, -+0x90, 0xA7, 0x21, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x91, 0xEE, 0xEF, 0x54, 0xFC, 0x90, 0xA7, 0x27, -+0xF0, 0x90, 0xA7, 0x26, 0xE0, 0x24, 0x18, 0xFF, 0xE4, 0x33, 0x90, 0xA7, 0x23, 0x8F, 0xF0, 0x12, -+0x49, 0x7F, 0x90, 0xA7, 0x23, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x84, 0xEA, 0x90, 0xA7, 0x1F, -+0xF1, 0xD6, 0x90, 0xA6, 0xD5, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0xA7, 0x1F, 0xE0, 0xFC, 0xA3, -+0xE0, 0xFD, 0xD3, 0x9F, 0xEC, 0x9E, 0x40, 0x11, 0x90, 0xA6, 0xD6, 0xF1, 0x0A, 0xED, 0x9F, 0xFF, -+0xEC, 0x9E, 0x90, 0xA7, 0x1F, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA7, 0x27, 0xE0, 0x24, 0xC0, 0x60, -+0x02, 0x61, 0xFE, 0x91, 0xD8, 0x24, 0x18, 0xFD, 0x91, 0xEE, 0xEF, 0x60, 0x02, 0x61, 0xF4, 0x91, -+0xD8, 0x24, 0x19, 0xFD, 0x91, 0xEE, 0x90, 0xA7, 0x40, 0xD1, 0xD9, 0x90, 0xA7, 0x40, 0xE0, 0xFF, -+0x90, 0xA7, 0x29, 0xE0, 0xFD, 0xC3, 0x9F, 0x50, 0x15, 0x91, 0xD8, 0x24, 0x1A, 0xB1, 0x76, 0x90, -+0xA7, 0x29, 0xE0, 0x24, 0x41, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xB1, 0x7C, 0x80, 0xDD, 0x90, 0xA7, -+0x40, 0xE0, 0x70, 0x02, 0x61, 0x35, 0xE4, 0x90, 0xA7, 0x2A, 0xF0, 0xB1, 0x1D, 0x40, 0x02, 0x61, -+0x1D, 0xB1, 0x4C, 0x90, 0xA7, 0x2A, 0xE0, 0xFF, 0x24, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, -+0x83, 0xE0, 0xFE, 0x90, 0xA7, 0x40, 0xE0, 0xFD, 0xEE, 0x6D, 0x70, 0x1D, 0xEF, 0xF1, 0x17, 0x12, -+0x4A, 0x43, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xB1, 0xEB, 0xED, 0xF0, 0xD0, 0x01, 0xD0, 0x02, -+0xD0, 0x03, 0xB1, 0xA8, 0xEF, 0x60, 0x02, 0x80, 0x47, 0x90, 0xA7, 0x40, 0xE0, 0x64, 0x03, 0x70, -+0x4E, 0xB1, 0xEB, 0x74, 0x03, 0xF0, 0x7A, 0xA8, 0x79, 0x7A, 0xB1, 0xA8, 0xEF, 0x70, 0x0E, 0xB1, -+0xEB, 0x74, 0x03, 0xF0, 0x7A, 0xA8, 0x79, 0x76, 0xB1, 0xA8, 0xEF, 0x60, 0x2A, 0x90, 0xA7, 0x2A, -+0xE0, 0xFF, 0x24, 0x8C, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, 0xE0, 0x60, 0x02, 0x80, 0x0B, -+0x90, 0xA7, 0x2A, 0xE0, 0xFF, 0x24, 0x87, 0xD1, 0xE1, 0x60, 0x05, 0x74, 0x9B, 0x2F, 0x80, 0x15, -+0xB1, 0x3E, 0x74, 0x01, 0xF0, 0x80, 0x12, 0x90, 0xA7, 0x2A, 0xE0, 0x24, 0x9B, 0x80, 0x06, 0x90, -+0xA7, 0x2A, 0xE0, 0x24, 0x9B, 0xB1, 0x44, 0xE4, 0xF0, 0xB1, 0x37, 0x41, 0x7B, 0x90, 0xA7, 0x9B, -+0xE0, 0x70, 0x4F, 0xA3, 0xE0, 0x70, 0x4B, 0xA3, 0xE0, 0x70, 0x47, 0xA3, 0xE0, 0x70, 0x43, 0xA3, -+0xE0, 0x70, 0x3F, 0x61, 0xF4, 0xE4, 0x90, 0xA7, 0x2A, 0xF0, 0xB1, 0x1D, 0x50, 0x1C, 0x74, 0x87, -+0x2E, 0xD1, 0xE1, 0x60, 0x09, 0x74, 0x9B, 0x2E, 0xB1, 0x44, 0xE4, 0xF0, 0x80, 0x08, 0x74, 0x9B, -+0x2E, 0xB1, 0x44, 0x74, 0x01, 0xF0, 0xB1, 0x37, 0x80, 0xE0, 0x90, 0xA7, 0x9B, 0xE0, 0x70, 0x12, -+0xA3, 0xE0, 0x70, 0x0E, 0xA3, 0xE0, 0x70, 0x0A, 0xA3, 0xE0, 0x70, 0x06, 0xA3, 0xE0, 0x70, 0x02, -+0x61, 0xF4, 0xE4, 0x90, 0xA7, 0x2A, 0xF0, 0xB1, 0x1D, 0x50, 0x79, 0xB1, 0x4C, 0xB1, 0x3E, 0xE0, -+0x60, 0x6E, 0xE4, 0xFF, 0xFE, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x0B, 0xF1, 0xDC, 0x50, 0x07, 0x0F, -+0xBF, 0x00, 0x01, 0x0E, 0x80, 0xEF, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x54, 0x90, 0xA7, 0x2A, 0xE0, -+0x24, 0x82, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xA8, 0xA6, 0x74, 0x06, -+0xF0, 0x7B, 0x08, 0x7D, 0x01, 0x12, 0x81, 0xA9, 0x90, 0xA7, 0x23, 0xEE, 0xF0, 0xA3, 0xD1, 0xD9, -+0x90, 0xA7, 0x29, 0xE0, 0xFD, 0xC3, 0x94, 0x06, 0x50, 0x1C, 0x91, 0xD8, 0x24, 0x0A, 0xB1, 0x76, -+0x90, 0xA7, 0x23, 0xA3, 0xE0, 0xFE, 0x90, 0xA7, 0x29, 0xE0, 0x2E, 0x24, 0x2C, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xB1, 0x7C, 0x80, 0xDA, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0x90, 0x06, 0x35, 0xF0, -+0xB1, 0x37, 0x80, 0x83, 0xF1, 0xB1, 0x90, 0x06, 0x36, 0x74, 0xDD, 0xF0, 0x21, 0x63, 0x90, 0xA7, -+0x28, 0xE0, 0x60, 0x02, 0x81, 0xD3, 0x91, 0xD8, 0x24, 0x16, 0xFD, 0x91, 0xEE, 0x90, 0x06, 0x34, -+0xEF, 0xF0, 0x91, 0xD8, 0x24, 0x17, 0xFD, 0x91, 0xEE, 0x90, 0x06, 0x37, 0xB1, 0x95, 0xB1, 0x1D, -+0x50, 0x67, 0xB1, 0x4C, 0xE4, 0x90, 0xA7, 0x29, 0xF0, 0x90, 0xA7, 0x29, 0xE0, 0xFF, 0xC3, 0x94, -+0x06, 0x50, 0x52, 0xEF, 0x60, 0x04, 0x64, 0x01, 0x70, 0x20, 0x91, 0xD8, 0x91, 0xE5, 0x90, 0xA7, -+0x29, 0xE0, 0xFE, 0x24, 0xA0, 0xD1, 0xEA, 0x90, 0xA7, 0x2A, 0xE0, 0xB1, 0x87, 0x12, 0x4A, 0x43, -+0x8E, 0x82, 0xB1, 0xA2, 0xFF, 0x74, 0xA2, 0x2E, 0xD1, 0xEA, 0x91, 0xD8, 0x91, 0xE5, 0x90, 0xA7, -+0x2A, 0xE0, 0xFE, 0xB1, 0x87, 0x12, 0x4A, 0x43, 0x90, 0xA7, 0x29, 0xE0, 0xF5, 0x82, 0xB1, 0xA2, -+0x6F, 0x60, 0x0E, 0x74, 0x96, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, 0xE4, 0xF0, 0x80, -+0x04, 0xB1, 0x80, 0x80, 0xA4, 0xB1, 0x37, 0x80, 0x95, 0x90, 0xA7, 0x96, 0xE0, 0x64, 0x01, 0x60, -+0x17, 0xA3, 0xE0, 0x64, 0x01, 0x60, 0x11, 0xA3, 0xE0, 0x64, 0x01, 0x60, 0x0B, 0xA3, 0xE0, 0x64, -+0x01, 0x60, 0x05, 0xA3, 0xE0, 0xB4, 0x01, 0x06, 0x90, 0xA7, 0x2B, 0x74, 0x01, 0xF0, 0x90, 0xA7, -+0x2B, 0xE0, 0xB4, 0x01, 0x10, 0x12, 0x7F, 0x16, 0x90, 0x01, 0xC7, 0x74, 0x66, 0xF0, 0xE4, 0xFF, -+0x12, 0x84, 0x76, 0x21, 0x63, 0x11, 0x6B, 0x90, 0xA7, 0x2A, 0xF0, 0xB1, 0x1D, 0x50, 0x04, 0xB1, -+0x2A, 0x80, 0xF8, 0xF1, 0xB1, 0x21, 0x63, 0x22, 0x90, 0xA7, 0x21, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, -+0x90, 0xA7, 0x25, 0xE0, 0x22, 0x24, 0x04, 0xFD, 0x90, 0xA7, 0x29, 0xE0, 0x2D, 0xFD, 0xAB, 0x07, -+0xAA, 0x06, 0xED, 0x2B, 0xFB, 0xE4, 0x3A, 0xFA, 0xC3, 0x90, 0xA6, 0xD6, 0xE0, 0x9B, 0x90, 0xA6, -+0xD5, 0xE0, 0x9A, 0x50, 0x09, 0xA3, 0xF1, 0x0A, 0xEB, 0x9F, 0xFB, 0xEA, 0x9E, 0xFA, 0xEA, 0x90, -+0xFD, 0x11, 0xF0, 0xAF, 0x03, 0x74, 0x00, 0x2F, 0xB1, 0xD4, 0xE0, 0xFF, 0x22, 0x90, 0xA6, 0xE2, -+0xE0, 0xFF, 0x90, 0xA7, 0x2A, 0xE0, 0xFE, 0xC3, 0x9F, 0x22, 0x74, 0x96, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0xA7, 0xF5, 0x83, 0x74, 0x01, 0xF0, 0x90, 0xA7, 0x2A, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0xA7, -+0x2A, 0xE0, 0x24, 0x9B, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, 0x22, 0x74, 0x82, 0x2E, 0xF5, -+0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, 0xE0, 0xFF, 0xE4, 0xFE, 0xEF, 0x25, 0xE0, 0xFD, 0xEF, 0xC3, -+0x94, 0x80, 0x90, 0xFD, 0x12, 0x50, 0x04, 0xE4, 0xF0, 0x80, 0x03, 0x74, 0x01, 0xF0, 0x90, 0xFD, -+0x10, 0xED, 0xF0, 0xAF, 0x06, 0x22, 0xFC, 0xED, 0x2C, 0xFD, 0x81, 0xEE, 0xF5, 0x83, 0xEF, 0xF0, -+0x90, 0xA7, 0x29, 0xE0, 0x04, 0xF0, 0x22, 0x75, 0xF0, 0x03, 0xA4, 0x24, 0x73, 0xF5, 0x82, 0xE4, -+0x34, 0xA7, 0xF5, 0x83, 0x22, 0xEF, 0xF0, 0xE4, 0x90, 0xA7, 0x2A, 0xF0, 0x22, 0x12, 0x4A, 0x43, -+0x8F, 0x82, 0x75, 0x83, 0x00, 0x02, 0x26, 0x37, 0x90, 0xA7, 0xA0, 0x12, 0x4A, 0x4C, 0xE4, 0xFF, -+0x90, 0xA7, 0xA6, 0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x14, 0x90, 0xA7, 0xA3, 0xB1, 0x9D, 0xFE, -+0x90, 0xA7, 0xA0, 0xB1, 0x9D, 0x6E, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x0F, 0x80, 0xE2, 0x7F, 0x01, -+0x22, 0x74, 0x00, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, 0xF5, 0x83, 0xEF, 0xF0, -+0x74, 0x91, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, 0x22, 0x7B, 0x01, 0x7A, 0xA7, 0x79, -+0x41, 0x90, 0xA7, 0xA3, 0x12, 0x4A, 0x4C, 0x90, 0xA7, 0xA6, 0x22, 0x90, 0x01, 0x34, 0x74, 0xFF, -+0x11, 0x75, 0x90, 0x01, 0x3C, 0x11, 0x75, 0xFD, 0x7F, 0x54, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, -+0x55, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x56, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x57, 0x02, -+0x3A, 0x96, 0xE4, 0xFC, 0xED, 0x2C, 0x24, 0x00, 0xB1, 0xD4, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, -+0xF3, 0xB1, 0xD1, 0xEF, 0xF0, 0xEE, 0x54, 0x3F, 0xFF, 0xD1, 0xFF, 0xF1, 0x25, 0x54, 0xF0, 0xF0, -+0x74, 0x03, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x80, 0xF0, 0x74, 0x0B, -+0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0x12, 0x4F, 0xFC, -+0xE4, 0x90, 0xA7, 0x28, 0xF0, 0xFD, 0x12, 0x4F, 0xB9, 0x8D, 0x82, 0xB1, 0xA2, 0xF4, 0x60, 0x32, -+0x90, 0xA7, 0x28, 0xE0, 0xFF, 0x12, 0x4F, 0xB9, 0x8D, 0x82, 0xB1, 0xA2, 0xFE, 0x75, 0xF0, 0x10, -+0xD1, 0xD1, 0x12, 0x4F, 0xAD, 0xFC, 0xA8, 0x05, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, -+0x90, 0xA7, 0x28, 0xF0, 0x75, 0xF0, 0x10, 0xEE, 0xD1, 0xF9, 0xE0, 0xFF, 0xD1, 0xC6, 0xEF, 0xF0, -+0x80, 0x05, 0xD1, 0xC6, 0x74, 0xFF, 0xF0, 0x0D, 0xED, 0xB4, 0x07, 0xBA, 0x90, 0xA7, 0x26, 0x74, -+0x05, 0xF0, 0x90, 0xA7, 0x34, 0x74, 0x08, 0xF0, 0x7B, 0x01, 0x7A, 0xA7, 0x79, 0x26, 0x12, 0x69, -+0xCB, 0x7F, 0x04, 0x02, 0x6B, 0xB5, 0x74, 0x29, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, -+0x22, 0x90, 0x81, 0x01, 0x12, 0x4A, 0x37, 0xE0, 0x22, 0xEF, 0xF0, 0xE4, 0x90, 0xA7, 0x29, 0xF0, -+0x22, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, 0x83, 0xE0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x04, 0xF5, -+0x83, 0xEF, 0xF0, 0x22, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x90, 0x81, 0x00, 0x02, 0x4A, 0x37, 0x74, -+0x01, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, 0xE0, 0x24, 0x01, 0xFF, 0x90, 0xA6, -+0xD5, 0xE0, 0x34, 0x00, 0xFE, 0xC3, 0x22, 0x75, 0xF0, 0x03, 0xA4, 0x24, 0x31, 0xF5, 0x82, 0xE4, -+0x34, 0xA7, 0xF5, 0x83, 0x22, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, -+0x83, 0xE0, 0x22, 0x90, 0xA6, 0xD7, 0xE0, 0x54, 0xFE, 0xF1, 0xCD, 0x90, 0xA6, 0xDE, 0x01, 0x75, -+0xF1, 0x67, 0x12, 0x80, 0x57, 0x12, 0x63, 0x88, 0xF1, 0x33, 0x90, 0xA7, 0x0E, 0xE0, 0x54, 0x7F, -+0xF0, 0x54, 0xBF, 0xF0, 0x54, 0xDF, 0xF0, 0x54, 0xF0, 0xF0, 0xE4, 0x90, 0xA7, 0x10, 0xF0, 0x90, -+0xA7, 0x0E, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0xE4, 0xFD, 0xFF, 0xF1, 0xE4, 0xED, 0x70, 0x12, 0xF1, -+0xA6, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x9E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5E, 0x80, -+0x0F, 0xF1, 0xA6, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x9E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4E, -+0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x12, 0x7D, 0xB9, 0x90, 0xA7, 0x0A, 0xEF, 0xF0, 0x22, 0xE0, 0xFE, -+0x74, 0x01, 0xA8, 0x07, 0x08, 0x22, 0x74, 0xFA, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA6, 0xF5, 0x83, -+0x22, 0x90, 0xA7, 0x1F, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x02, 0x84, 0xEF, 0xF0, 0xEE, 0xA3, -+0xF0, 0xA3, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0xE4, 0x90, 0xA5, 0x27, 0x01, 0x73, 0xF0, 0xE4, 0xA3, -+0xF0, 0xA3, 0xF0, 0x22, 0xF5, 0x83, 0xEE, 0x8F, 0xF0, 0x02, 0x49, 0x7F, 0xD3, 0xEF, 0x94, 0xE8, -+0xEE, 0x94, 0x03, 0x22, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0x22, -+0x75, 0xE8, 0x03, 0x75, 0xA8, 0x85, 0x22, 0x90, 0x00, 0x80, 0xE0, 0x44, 0x80, 0xFD, 0x7F, 0x80, -+0x12, 0x3A, 0x96, 0x12, 0x80, 0xC9, 0x12, 0x3A, 0xB8, 0x12, 0x80, 0xD6, 0x12, 0x57, 0xC7, 0x7F, -+0x01, 0x12, 0x46, 0xF5, 0x7F, 0x02, 0x12, 0x46, 0xF5, 0x12, 0x50, 0x0E, 0x12, 0x57, 0x40, 0x90, -+0x01, 0xCC, 0x74, 0x0F, 0xF0, 0x12, 0x4B, 0x1F, 0x90, 0x00, 0x80, 0xE0, 0x44, 0x40, 0xFD, 0x7F, -+0x80, 0x12, 0x3A, 0x96, 0x75, 0x28, 0xFF, 0x12, 0x57, 0xF0, 0x11, 0x44, 0x12, 0x81, 0x06, 0xE4, -+0xFF, 0x02, 0x47, 0x7E, 0xE4, 0x90, 0xA7, 0x14, 0xF0, 0xA3, 0xF0, 0x90, 0x01, 0x98, 0xE0, 0x7F, -+0x00, 0x30, 0xE4, 0x02, 0x7F, 0x01, 0xEF, 0x64, 0x01, 0x60, 0x3C, 0xC3, 0x90, 0xA7, 0x15, 0xE0, -+0x94, 0x88, 0x90, 0xA7, 0x14, 0xE0, 0x94, 0x13, 0x40, 0x0F, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x10, -+0xF0, 0x90, 0x01, 0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1E, 0x90, 0xA7, 0x14, 0x11, 0x9E, 0x12, 0x70, -+0x66, 0xD3, 0x90, 0xA7, 0x15, 0xE0, 0x94, 0x32, 0x90, 0xA7, 0x14, 0xE0, 0x94, 0x00, 0x40, 0xBB, -+0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE3, 0xB4, 0x90, 0x01, 0xC7, 0x74, 0xFE, 0xF0, 0x22, 0xE4, 0x75, -+0xF0, 0x01, 0x02, 0x49, 0x7F, 0xE4, 0x90, 0xA8, 0xAA, 0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, -+0x90, 0xA8, 0xAC, 0xF0, 0x7D, 0x47, 0x7F, 0xFF, 0x31, 0x01, 0x90, 0x05, 0xF8, 0xE0, 0x70, 0x11, -+0xA3, 0xE0, 0x70, 0x0D, 0xA3, 0xE0, 0x70, 0x09, 0xA3, 0xE0, 0x70, 0x05, 0x11, 0xFA, 0x7F, 0x01, -+0x22, 0xD3, 0x90, 0xA8, 0xAB, 0xE0, 0x94, 0xE8, 0x90, 0xA8, 0xAA, 0xE0, 0x94, 0x03, 0x40, 0x0C, -+0x90, 0x01, 0xC0, 0xE0, 0x44, 0x20, 0xF0, 0x11, 0xFA, 0x7F, 0x00, 0x22, 0x7F, 0x32, 0x7E, 0x00, -+0x12, 0x3A, 0xF7, 0x90, 0xA8, 0xAA, 0x11, 0x9E, 0x80, 0xC0, 0x90, 0xA8, 0xAC, 0xE0, 0xFF, 0x7D, -+0x48, 0x90, 0x05, 0x22, 0xEF, 0xF0, 0x90, 0xA5, 0x2B, 0xED, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0xB2, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x44, 0x7F, 0x6F, 0x31, -+0x01, 0x11, 0xA5, 0x90, 0xA8, 0xB3, 0xE0, 0x90, 0xA8, 0xB2, 0xB4, 0x01, 0x0C, 0xE0, 0x75, 0xF0, -+0x10, 0x31, 0x52, 0xE0, 0x44, 0x04, 0xF0, 0x80, 0x0A, 0xE0, 0x75, 0xF0, 0x10, 0x31, 0x52, 0xE0, -+0x54, 0xFB, 0xF0, 0xE4, 0xFD, 0xFF, 0x31, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x75, 0xF0, 0x10, -+0xE5, 0x0E, 0x90, 0x81, 0x05, 0x02, 0x4A, 0x37, 0xE4, 0xF5, 0x0E, 0x90, 0xA7, 0x0A, 0xE0, 0xFF, -+0xE5, 0x0E, 0xC3, 0x9F, 0x40, 0x02, 0xA1, 0x62, 0xE5, 0x0E, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, -+0xA7, 0x2F, 0xF0, 0xE5, 0x0E, 0x54, 0x07, 0xA3, 0xF0, 0x90, 0x04, 0xA0, 0xE0, 0xFF, 0xA3, 0xE0, -+0xFE, 0xEF, 0x64, 0x01, 0x70, 0x28, 0xE5, 0x0E, 0x6E, 0x70, 0x23, 0xA3, 0xE0, 0xF5, 0x0F, 0xA3, -+0xE0, 0x12, 0x85, 0xA0, 0x12, 0x56, 0xF9, 0xE5, 0x0F, 0xF0, 0x31, 0x4D, 0xE0, 0x54, 0xFC, 0xFF, -+0x90, 0xA7, 0x2E, 0xE0, 0x54, 0x03, 0x4F, 0xFF, 0x31, 0x4D, 0xEF, 0xF0, 0xA1, 0x5E, 0xAF, 0x0E, -+0x12, 0x7E, 0x64, 0xEF, 0x70, 0x02, 0xA1, 0x5E, 0x12, 0x4E, 0x58, 0x12, 0x4F, 0xAD, 0x30, 0xE0, -+0x02, 0xA1, 0x5E, 0x90, 0xA7, 0x2F, 0x12, 0x6E, 0xC4, 0xE0, 0xF1, 0xDA, 0xF1, 0xC9, 0x80, 0x05, -+0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0xD2, 0x60, 0x02, 0xA1, 0x5E, 0xE5, 0x0E, 0x12, -+0x84, 0x04, 0x12, 0x66, 0xA5, 0x4E, 0x70, 0x08, 0x12, 0x84, 0x0E, 0xE0, 0x70, 0x02, 0xA1, 0x5E, -+0xE5, 0x0E, 0x12, 0x7D, 0x30, 0x7B, 0x01, 0x90, 0xA7, 0x22, 0x12, 0x4A, 0x4C, 0xE5, 0x0E, 0x12, -+0x84, 0x04, 0xF5, 0x83, 0xE0, 0xF5, 0x13, 0xA3, 0xE0, 0xF5, 0x14, 0x12, 0x84, 0x0E, 0xE0, 0xFF, -+0x90, 0xA7, 0x25, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0xF1, 0xF8, 0xE0, -+0x90, 0xA7, 0x2D, 0xF0, 0x12, 0x4E, 0x58, 0x13, 0x13, 0x54, 0x03, 0x12, 0x85, 0xA0, 0x12, 0x56, -+0xF9, 0xE0, 0xF5, 0x0F, 0x54, 0x7F, 0xF5, 0x10, 0x90, 0xA7, 0x22, 0x12, 0x4A, 0x43, 0x90, 0x00, -+0x02, 0x12, 0x49, 0xC0, 0xFF, 0xAE, 0xF0, 0x12, 0x49, 0x95, 0x2F, 0xFF, 0xE5, 0xF0, 0x3E, 0xFE, -+0xF1, 0xA4, 0x2F, 0xFF, 0xEE, 0x12, 0x85, 0x60, 0xB1, 0x69, 0x2F, 0xFF, 0xEE, 0x35, 0xF0, 0x90, -+0xA7, 0x27, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x00, 0x06, 0x12, 0x49, 0xC0, 0xFD, 0xAC, 0xF0, 0x25, -+0xE0, 0xFF, 0xEC, 0x33, 0xFE, 0xEF, 0x2D, 0xFD, 0xEE, 0x3C, 0xFC, 0xF1, 0xA4, 0x25, 0xE0, 0xFF, -+0xE5, 0xF0, 0x33, 0xFE, 0x90, 0x00, 0x02, 0x12, 0x49, 0xC0, 0x2F, 0xFF, 0xEE, 0x35, 0xF0, 0xCF, -+0x2D, 0xFD, 0xEF, 0x3C, 0xFC, 0xB1, 0x63, 0xAE, 0xF0, 0x78, 0x02, 0xC3, 0x33, 0xCE, 0x33, 0xCE, -+0xD8, 0xF9, 0x2D, 0xFF, 0xEC, 0x3E, 0x90, 0xA7, 0x2B, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x49, 0x95, -+0xFF, 0x90, 0xA7, 0x27, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xC3, 0x9F, 0xFE, 0xEC, 0x95, 0xF0, 0xA3, -+0xF0, 0xA3, 0xCE, 0xF0, 0xE5, 0x0E, 0x12, 0x67, 0xB5, 0xF5, 0x83, 0xEC, 0x8D, 0xF0, 0x12, 0x49, -+0x7F, 0x90, 0xA7, 0x2B, 0xF1, 0xE2, 0x12, 0x66, 0xAD, 0x12, 0x57, 0xD4, 0x90, 0xA7, 0x25, 0xF1, -+0xE2, 0x25, 0xE0, 0x24, 0xA5, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0x12, 0x57, 0xD4, 0xE5, 0x0E, 0x12, -+0x66, 0xB9, 0xF5, 0x83, 0xE5, 0x13, 0x85, 0x14, 0xF0, 0x12, 0x49, 0x7F, 0x90, 0x94, 0x91, 0x12, -+0x4A, 0x2B, 0x90, 0xA7, 0x29, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0x12, 0x49, 0xF8, -+0x90, 0x94, 0x91, 0x12, 0x27, 0x48, 0x90, 0xA7, 0x2D, 0xE0, 0xFF, 0xE5, 0x10, 0xD3, 0x9F, 0x40, -+0x12, 0x8F, 0x10, 0xE5, 0x0F, 0x30, 0xE7, 0x07, 0xE5, 0x10, 0x44, 0x80, 0xFF, 0x80, 0x02, 0xAF, -+0x10, 0x8F, 0x0F, 0xE5, 0x10, 0x90, 0x41, 0xED, 0x93, 0xF1, 0xB5, 0xE0, 0xC3, 0x9F, 0x40, 0x0B, -+0x74, 0x3C, 0x25, 0x10, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0x80, 0x09, 0x74, 0x90, 0x25, 0x10, 0xF5, -+0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xE0, 0xFF, 0x12, 0x7C, 0xAE, 0x90, 0xA7, 0x1F, 0x12, 0x4A, -+0x4C, 0x74, 0xA6, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, 0xC3, 0x94, 0x05, -+0x40, 0x02, 0xA1, 0x54, 0xE5, 0x0F, 0x30, 0xE7, 0x04, 0x05, 0x15, 0x05, 0x15, 0xE5, 0x15, 0xD3, -+0x94, 0x1A, 0xAF, 0x15, 0x40, 0x02, 0x7F, 0x1A, 0x12, 0x7C, 0xAE, 0x90, 0xA7, 0x1F, 0x12, 0x4A, -+0x4C, 0xC3, 0xE5, 0x14, 0x94, 0x0F, 0xE5, 0x13, 0x94, 0x00, 0x50, 0x6B, 0xB1, 0x63, 0xFF, 0x90, -+0xA7, 0x26, 0xE0, 0x2F, 0xFF, 0x90, 0xA7, 0x25, 0xE0, 0x12, 0x85, 0x60, 0xF1, 0xA4, 0x2F, 0xFD, -+0xEE, 0x35, 0xF0, 0x12, 0x85, 0x95, 0xD3, 0xED, 0x9F, 0xEC, 0x9E, 0x40, 0x06, 0xE4, 0xFB, 0xB1, -+0x7D, 0xA1, 0x4F, 0x90, 0xA7, 0x22, 0x12, 0x4A, 0x43, 0x12, 0x49, 0x95, 0x65, 0x14, 0x70, 0x04, -+0xE5, 0xF0, 0x65, 0x13, 0x75, 0xF0, 0x04, 0x70, 0x26, 0x12, 0x4F, 0x9A, 0xFF, 0xC4, 0x13, 0x13, -+0x54, 0x03, 0xFE, 0xEF, 0x54, 0x3F, 0xFF, 0xEE, 0x04, 0x54, 0x03, 0xFE, 0xC4, 0x33, 0x33, 0x54, -+0xC0, 0x4F, 0xF0, 0xE4, 0xFD, 0xAF, 0x0E, 0x12, 0x79, 0x7E, 0x75, 0xF0, 0x04, 0x80, 0x00, 0x12, -+0x4F, 0x9A, 0x54, 0x3F, 0xF0, 0xA1, 0x4F, 0xE5, 0x0E, 0x64, 0x01, 0x70, 0x48, 0xB1, 0x63, 0xFF, -+0xAE, 0xF0, 0x90, 0x00, 0x06, 0x12, 0x49, 0xC0, 0x2F, 0xFD, 0xE5, 0xF0, 0x3E, 0x12, 0x85, 0x95, -+0xC3, 0xED, 0x9F, 0xEC, 0x9E, 0x50, 0x08, 0x90, 0xA5, 0x26, 0x74, 0x01, 0xF0, 0x80, 0x26, 0xB1, -+0x63, 0xFB, 0xAA, 0xF0, 0xE5, 0x14, 0xAE, 0x13, 0x78, 0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, -+0xF9, 0xFF, 0x7C, 0x00, 0x7D, 0x05, 0x12, 0x26, 0x98, 0xD3, 0xEB, 0x9F, 0xEA, 0x9E, 0x40, 0x05, -+0xE4, 0x90, 0xA5, 0x26, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x12, 0x6E, 0xFC, 0xFF, 0x13, 0x13, -+0x13, 0x54, 0x1F, 0xFE, 0x60, 0x17, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x12, 0x85, 0xFA, 0x54, 0x07, -+0xFF, 0xC3, 0xEE, 0x94, 0x01, 0x54, 0x1F, 0x12, 0x85, 0xF2, 0xF0, 0xA1, 0x4F, 0x90, 0xA7, 0x2F, -+0xE0, 0x24, 0x15, 0x12, 0x6E, 0xB8, 0xF1, 0xDA, 0xF1, 0xC9, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0xF1, 0xD2, 0x60, 0x27, 0x74, 0xA6, 0x25, 0x0E, 0xB1, 0x75, 0xE0, 0xFF, 0xF4, -+0x60, 0x1C, 0x8F, 0x0F, 0x90, 0xA7, 0x2E, 0xE0, 0xF5, 0x77, 0x7B, 0x01, 0xAD, 0x0F, 0xAF, 0x0E, -+0x12, 0x6C, 0x07, 0x74, 0xA6, 0x25, 0x0E, 0xB1, 0x75, 0x74, 0xFF, 0xF0, 0xA1, 0x4F, 0xAB, 0x15, -+0xAD, 0x0E, 0xAF, 0x14, 0xAE, 0x13, 0x12, 0x78, 0xA2, 0x8E, 0x11, 0x8F, 0x12, 0xE5, 0x10, 0x12, -+0x7C, 0xA2, 0xC3, 0x12, 0x85, 0xB4, 0x50, 0x68, 0x12, 0x85, 0x7C, 0x54, 0x7F, 0xF1, 0xB5, 0xE0, -+0xFE, 0xC3, 0x9F, 0x40, 0x05, 0xEE, 0x9F, 0xFF, 0x80, 0x0C, 0xF1, 0xB6, 0xE0, 0xFF, 0x12, 0x85, -+0x7C, 0x54, 0x7F, 0xC3, 0x9F, 0xFF, 0xEF, 0xD3, 0x94, 0x04, 0x40, 0x0E, 0x75, 0xF0, 0x04, 0xE5, -+0x0E, 0x90, 0x9B, 0x16, 0x12, 0x67, 0x96, 0xF0, 0x80, 0x12, 0xF1, 0xAA, 0xE0, 0xFE, 0xA3, 0xE0, -+0x4E, 0x60, 0x09, 0xF1, 0xAA, 0x74, 0xFF, 0xF5, 0xF0, 0x12, 0x49, 0x7F, 0xE5, 0x10, 0x12, 0x7C, -+0xA2, 0x12, 0x7D, 0x1F, 0xE5, 0x0E, 0x12, 0x79, 0x72, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xF1, 0xAA, -+0xE0, 0xFE, 0xA3, 0xE0, 0x4E, 0x70, 0x18, 0x7D, 0x01, 0xAF, 0x0E, 0x12, 0x79, 0x7E, 0x80, 0x0F, -+0xE5, 0x10, 0x12, 0x85, 0x70, 0xD3, 0x12, 0x85, 0xB4, 0x40, 0x04, 0x7B, 0x01, 0xB1, 0x7D, 0xE4, -+0xF5, 0x11, 0xF5, 0x12, 0x75, 0x17, 0x01, 0x7D, 0x01, 0xAF, 0x0E, 0x12, 0x83, 0xA3, 0x05, 0x0E, -+0x21, 0x5B, 0x22, 0x90, 0xA7, 0x22, 0x12, 0x4A, 0x43, 0x90, 0x00, 0x08, 0x02, 0x49, 0xC0, 0x90, -+0xA7, 0x31, 0xE0, 0x24, 0xA6, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, 0x7D, 0x01, 0xAF, -+0x0E, 0x90, 0xA7, 0x32, 0xEB, 0xF0, 0x90, 0xA7, 0x31, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x90, 0x9B, -+0x16, 0x12, 0x67, 0x96, 0x12, 0x56, 0xF4, 0xE0, 0xF5, 0x18, 0x54, 0x7F, 0xF5, 0x1A, 0xF1, 0xEA, -+0x12, 0x67, 0x9D, 0xE0, 0x90, 0xA7, 0x35, 0xF1, 0xF3, 0xE0, 0xFC, 0x90, 0xA7, 0x31, 0xE0, 0x75, -+0xF0, 0x04, 0x12, 0x4E, 0x5D, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x19, 0xE5, 0x1A, 0x12, 0x85, 0x70, -+0xE4, 0x93, 0xFA, 0x74, 0x01, 0x93, 0xFB, 0xEF, 0x12, 0x79, 0x72, 0xEA, 0xF0, 0xA3, 0xEB, 0xF0, -+0xF1, 0xEA, 0x12, 0x4E, 0x5D, 0xFE, 0xC4, 0x54, 0x03, 0x90, 0xA7, 0x33, 0xF0, 0x74, 0x26, 0x2F, -+0xF1, 0x9C, 0xE5, 0x1A, 0xF0, 0x90, 0xA7, 0x31, 0xE0, 0xFF, 0x24, 0x26, 0x12, 0x7D, 0x17, 0xE5, -+0x19, 0xF0, 0xE5, 0x1A, 0xD3, 0x9C, 0x40, 0x0D, 0x8C, 0x1A, 0x8C, 0x18, 0xAE, 0x04, 0x74, 0xA6, -+0x2F, 0xB1, 0x75, 0xEE, 0xF0, 0xED, 0x70, 0x02, 0xE1, 0x8A, 0xAF, 0x05, 0x8F, 0x1B, 0xE5, 0x18, -+0x30, 0xE7, 0x0A, 0x85, 0x1A, 0x18, 0xB1, 0x6F, 0xE5, 0x1A, 0xF0, 0x15, 0x1B, 0xE5, 0x1B, 0x70, -+0x02, 0xE1, 0x8A, 0x90, 0xA7, 0x31, 0xE0, 0xFF, 0xAD, 0x18, 0x12, 0x82, 0x57, 0xEF, 0xF4, 0x60, -+0x17, 0x8F, 0x18, 0xD5, 0x1B, 0x12, 0x90, 0xA7, 0x31, 0xE0, 0xFF, 0xF1, 0x9A, 0xE0, 0xFE, 0x74, -+0xA6, 0x2F, 0xB1, 0x75, 0xEE, 0xF0, 0xE1, 0x8A, 0xE5, 0x18, 0x64, 0x2C, 0x70, 0x35, 0xE5, 0x19, -+0xD3, 0x94, 0x00, 0x40, 0x2E, 0xE5, 0x19, 0xD3, 0x94, 0x02, 0x50, 0x27, 0x15, 0x19, 0x75, 0x18, -+0x2D, 0xE5, 0x19, 0x12, 0x6F, 0xE5, 0xFF, 0x90, 0xA7, 0x31, 0xE0, 0xFE, 0x75, 0xF0, 0x04, 0x12, -+0x4E, 0x5D, 0x54, 0xF3, 0x4F, 0xF0, 0x74, 0xA6, 0x2E, 0xB1, 0x75, 0x74, 0xFF, 0xF0, 0xD5, 0x1B, -+0x1E, 0xE1, 0x8A, 0xE5, 0x18, 0xB4, 0x2D, 0x17, 0xE5, 0x19, 0xD3, 0x94, 0x02, 0x50, 0x10, 0x75, -+0x18, 0x2C, 0xB1, 0x6F, 0x74, 0xFF, 0xF0, 0x15, 0x1B, 0xE5, 0x1B, 0x70, 0x02, 0xE1, 0x8A, 0xE5, -+0x1B, 0x70, 0x02, 0xE1, 0x8A, 0x90, 0xA7, 0x35, 0xE0, 0xFF, 0xE5, 0x1A, 0xD3, 0x9F, 0x50, 0x02, -+0xE1, 0x84, 0xE4, 0x90, 0xA7, 0x34, 0xF0, 0x90, 0xA7, 0x33, 0xE0, 0xFF, 0xAD, 0x1A, 0x12, 0x7C, -+0x8E, 0x8F, 0x1A, 0x85, 0x1A, 0x18, 0xE0, 0xFF, 0x90, 0xA7, 0x35, 0xE0, 0xFD, 0x12, 0x7C, 0x8E, -+0xEF, 0xF0, 0xE5, 0x18, 0xD3, 0x94, 0x0B, 0x40, 0x1D, 0x90, 0xA7, 0x31, 0xE0, 0xFB, 0x90, 0xA7, -+0x33, 0xE0, 0x90, 0xA7, 0x39, 0xF0, 0x7D, 0x01, 0xAF, 0x1A, 0x12, 0x7B, 0x21, 0x8F, 0x18, 0xE5, -+0x18, 0xF4, 0x70, 0x57, 0xE1, 0x8A, 0xAD, 0x18, 0xE5, 0x1A, 0x14, 0xFC, 0x90, 0xA7, 0x35, 0xE0, -+0xFF, 0xEC, 0xC3, 0x9F, 0x40, 0x38, 0x12, 0x7D, 0x00, 0x90, 0xA7, 0x31, 0x12, 0x61, 0x99, 0xF1, -+0xC2, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x7D, 0x0F, 0x60, 0x1C, 0xE5, -+0x1A, 0xAD, 0x04, 0xB4, 0x14, 0x02, 0x7D, 0x0C, 0x90, 0xA7, 0x34, 0xE0, 0x04, 0xF0, 0xE0, 0x65, -+0x1B, 0x60, 0x0B, 0xA3, 0xE0, 0xFF, 0xED, 0xD3, 0x9F, 0x40, 0x03, 0x1C, 0x80, 0xBE, 0xB1, 0x6F, -+0xED, 0xF0, 0xE5, 0x18, 0xB4, 0xFF, 0x04, 0xAF, 0x05, 0x8F, 0x18, 0x90, 0xA7, 0x33, 0xE0, 0xFF, -+0xAD, 0x18, 0x12, 0x7C, 0x7B, 0x8F, 0x18, 0xB1, 0x6F, 0xE0, 0xFD, 0xF4, 0x60, 0x1B, 0x90, 0xA7, -+0x33, 0xE0, 0xFF, 0x12, 0x7C, 0x7B, 0x90, 0xA7, 0x31, 0xE0, 0xFE, 0xF1, 0x9A, 0xEF, 0xF0, 0x74, -+0xA6, 0x2E, 0xB1, 0x75, 0x74, 0xFF, 0xF0, 0x80, 0x11, 0x90, 0xA7, 0x31, 0xE0, 0xF1, 0x9A, 0xE5, -+0x18, 0xF0, 0x80, 0x06, 0x90, 0xA7, 0x35, 0xE0, 0xF5, 0x18, 0x90, 0xA7, 0x31, 0xE0, 0xFF, 0xA3, -+0xE0, 0xFB, 0x85, 0x19, 0x77, 0xAD, 0x18, 0x02, 0x6C, 0x07, 0x24, 0x26, 0xF5, 0x82, 0xE4, 0x34, -+0xA4, 0xF5, 0x83, 0x22, 0x90, 0x00, 0x04, 0x02, 0x49, 0xC0, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, -+0x9B, 0x16, 0x02, 0x4A, 0x37, 0xFF, 0x74, 0x15, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, -+0x83, 0x22, 0xE0, 0xFB, 0x7A, 0x00, 0xEC, 0x54, 0x07, 0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x07, -+0x08, 0x22, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, 0x5D, 0x4E, 0x22, 0xFD, 0x7C, 0x00, 0x90, 0xA7, 0x30, -+0xE0, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xE5, 0x0E, 0x22, 0x90, 0xA7, 0x31, 0xE0, 0xFF, 0x75, -+0xF0, 0x04, 0x22, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x90, 0x96, 0x15, 0x02, 0x4A, 0x37, 0xE4, 0x90, -+0xA7, 0x1D, 0xF0, 0x90, 0xA7, 0x1D, 0xE0, 0x64, 0x01, 0xF0, 0x24, 0xFE, 0x90, 0x01, 0xC4, 0xF0, -+0x74, 0x5F, 0xA3, 0xF0, 0x12, 0x3A, 0xEB, 0xBF, 0x01, 0x03, 0x12, 0x31, 0x69, 0x12, 0x4F, 0xFA, -+0x12, 0x46, 0x2D, 0x80, 0xDE, 0xE4, 0xFB, 0xFA, 0xFD, 0x7F, 0x01, 0x12, 0x48, 0x2E, 0x90, 0xA7, -+0x1E, 0xEF, 0xF0, 0x60, 0xF0, 0x90, 0xA5, 0x27, 0xE0, 0xFF, 0x70, 0x04, 0xA3, 0xE0, 0x60, 0xE5, -+0xC2, 0xAF, 0xEF, 0x30, 0xE0, 0x0E, 0x90, 0xA5, 0x27, 0xE0, 0x54, 0xFE, 0xF0, 0xE4, 0xFF, 0x11, -+0x89, 0x12, 0x59, 0x58, 0x11, 0x7F, 0x30, 0xE1, 0x06, 0x54, 0xFD, 0xF0, 0x12, 0x7F, 0xF5, 0x11, -+0x7F, 0x30, 0xE2, 0x06, 0x54, 0xFB, 0xF0, 0x12, 0x68, 0xDF, 0x11, 0x7F, 0x30, 0xE5, 0x0C, 0x54, -+0xDF, 0xF0, 0x12, 0x84, 0xB1, 0xBF, 0x01, 0x03, 0x12, 0x50, 0x7D, 0xD2, 0xAF, 0x80, 0xB6, 0xD2, -+0xAF, 0xC2, 0xAF, 0x90, 0xA5, 0x27, 0xE0, 0xFF, 0x22, 0x90, 0xA7, 0xC6, 0xEF, 0xF0, 0x90, 0xA7, -+0x0A, 0xE0, 0x90, 0xA8, 0x48, 0xF0, 0xE4, 0x90, 0xA7, 0xC7, 0xF0, 0x90, 0xA8, 0x48, 0xE0, 0xFE, -+0x90, 0xA7, 0xC7, 0xE0, 0xFF, 0xC3, 0x9E, 0x50, 0x2C, 0xE0, 0xFE, 0x31, 0x8B, 0xE4, 0xF0, 0x75, -+0xF0, 0x10, 0xEE, 0xF1, 0xAE, 0xE0, 0x30, 0xE7, 0x09, 0x74, 0x81, 0x2F, 0xF1, 0xD4, 0xE4, 0xF0, -+0x80, 0x0B, 0xF1, 0xCD, 0x90, 0xA7, 0xC7, 0xE0, 0x31, 0x8B, 0x74, 0x01, 0xF0, 0x90, 0xA7, 0xC7, -+0xE0, 0x04, 0xF0, 0x80, 0xC6, 0x7F, 0x0C, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0xE4, 0x90, 0xA7, 0xC7, -+0xF0, 0x90, 0xA8, 0x48, 0xE0, 0xFF, 0x90, 0xA7, 0xC7, 0xE0, 0xFE, 0xC3, 0x9F, 0x40, 0x02, 0x21, -+0x8A, 0x74, 0xC8, 0x2E, 0x31, 0x8D, 0xE0, 0x70, 0x02, 0x21, 0x82, 0x75, 0xF0, 0x10, 0xEE, 0x90, -+0x81, 0x06, 0xF1, 0xEC, 0xEE, 0x90, 0x81, 0x07, 0x12, 0x85, 0x89, 0xFC, 0x12, 0x84, 0x04, 0xF5, -+0x83, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xEC, 0x90, 0x81, 0x0A, 0xF1, 0xEC, 0xEC, -+0x90, 0x81, 0x0B, 0x12, 0x85, 0x89, 0x75, 0xF0, 0x0A, 0x90, 0x8D, 0x01, 0x12, 0x4A, 0x37, 0xEE, -+0xF0, 0xA3, 0xEF, 0xF0, 0x7F, 0x01, 0x90, 0xA7, 0xC7, 0xE0, 0xFE, 0x75, 0xF0, 0x10, 0x90, 0x81, -+0x0B, 0x31, 0xA0, 0xE0, 0xFD, 0x75, 0xF0, 0x0A, 0xEE, 0xF1, 0x8C, 0xED, 0xF0, 0x0F, 0xEF, 0xB4, -+0x05, 0xE4, 0x90, 0xA7, 0xC7, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x09, 0x12, 0x4A, 0x37, -+0xE0, 0xFE, 0x74, 0x95, 0x2F, 0x12, 0x84, 0x12, 0xEE, 0xF0, 0x90, 0xA7, 0xC7, 0xE0, 0xFF, 0x90, -+0xA7, 0xC6, 0xE0, 0xFD, 0x12, 0x83, 0xA3, 0x90, 0xA7, 0xC7, 0xE0, 0x24, 0x81, 0xF1, 0xD4, 0x74, -+0x01, 0xF0, 0x90, 0xA7, 0xC7, 0xE0, 0x04, 0xF0, 0x01, 0xE1, 0x22, 0x24, 0xC8, 0xF5, 0x82, 0xE4, -+0x34, 0xA7, 0xF5, 0x83, 0x22, 0xFF, 0x90, 0xA8, 0xAD, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, -+0x12, 0x4A, 0x37, 0xE5, 0x82, 0x2F, 0xF5, 0x82, 0xE4, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0xAD, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0x9C, -+0x54, 0x1F, 0xF5, 0x73, 0x60, 0x15, 0x64, 0x02, 0x60, 0x11, 0xE5, 0x73, 0x64, 0x04, 0x60, 0x0B, -+0xE5, 0x73, 0x64, 0x09, 0x60, 0x05, 0xE5, 0x73, 0xB4, 0x0C, 0x07, 0xF1, 0xBF, 0x74, 0x02, 0xF0, -+0x80, 0x05, 0xF1, 0xBF, 0x74, 0x01, 0xF0, 0xE4, 0xF5, 0x6E, 0x90, 0xA8, 0xAD, 0xE0, 0xFE, 0xD1, -+0xCF, 0xE5, 0x82, 0x25, 0x6E, 0x31, 0xA6, 0xE0, 0xFF, 0xE5, 0x73, 0x75, 0xF0, 0x07, 0xA4, 0x24, -+0xFE, 0xF5, 0x82, 0xE4, 0x34, 0x40, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x6E, 0x31, 0xA6, 0xE4, 0x93, -+0xFD, 0xEF, 0x5D, 0x90, 0xA8, 0xAF, 0xF0, 0x75, 0xF0, 0x04, 0xEE, 0x12, 0x4E, 0x5D, 0x54, 0x03, -+0xFF, 0xBF, 0x02, 0x0B, 0xE5, 0x6E, 0x70, 0x07, 0x90, 0xA8, 0xAF, 0xE0, 0x54, 0xF0, 0xF0, 0x90, -+0xA8, 0xAF, 0xE0, 0xFF, 0xD1, 0xCB, 0xE5, 0x82, 0x25, 0x6E, 0x31, 0xA6, 0xEF, 0xF0, 0x05, 0x6E, -+0xE5, 0x6E, 0x64, 0x07, 0x70, 0xA4, 0x90, 0xA8, 0xAD, 0xE0, 0x75, 0xF0, 0x04, 0x12, 0x4E, 0x5D, -+0xFF, 0xC4, 0x54, 0x03, 0xFD, 0xE4, 0xF5, 0x71, 0x75, 0x6F, 0x06, 0xE5, 0x6F, 0xB4, 0x06, 0x07, -+0x31, 0x95, 0xE0, 0x54, 0x0F, 0x80, 0x09, 0xD1, 0xCB, 0xE5, 0x82, 0x25, 0x6F, 0x31, 0xA6, 0xE0, -+0x90, 0xA8, 0xAE, 0xF0, 0x90, 0xA8, 0xAE, 0xE0, 0x60, 0x33, 0x75, 0x6E, 0x07, 0xF1, 0xE4, 0x80, -+0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x85, 0xD9, 0x60, 0x17, 0x12, 0x85, 0xD0, -+0xF5, 0x71, 0xED, 0x60, 0x25, 0xE5, 0x71, 0xD3, 0x94, 0x0B, 0x40, 0x1E, 0x74, 0x20, 0x25, 0x71, -+0xF5, 0x71, 0x80, 0x16, 0x15, 0x6E, 0xE5, 0x6E, 0xC3, 0x94, 0x00, 0x50, 0xD0, 0xE5, 0x6F, 0x60, -+0x09, 0x15, 0x6F, 0xE5, 0x6F, 0xC3, 0x94, 0x00, 0x50, 0xA1, 0xE4, 0xF5, 0x72, 0xF5, 0x6F, 0xE5, -+0x6F, 0xB4, 0x06, 0x07, 0x31, 0x95, 0xE0, 0x54, 0x0F, 0x80, 0x09, 0xD1, 0xCB, 0xE5, 0x82, 0x25, -+0x6F, 0x31, 0xA6, 0xE0, 0x90, 0xA8, 0xAE, 0xF0, 0x90, 0xA8, 0xAE, 0xE0, 0x60, 0x31, 0xE4, 0xF5, -+0x6E, 0xF1, 0xE4, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x85, 0xD9, 0x60, -+0x17, 0x12, 0x85, 0xD0, 0xF5, 0x72, 0xED, 0x60, 0x1E, 0xE5, 0x72, 0xD3, 0x94, 0x0B, 0x40, 0x17, -+0x74, 0x20, 0x25, 0x72, 0xF5, 0x72, 0x80, 0x0F, 0x05, 0x6E, 0xE5, 0x6E, 0xB4, 0x08, 0xD2, 0x05, -+0x6F, 0xE5, 0x6F, 0x64, 0x07, 0x70, 0xA8, 0x90, 0xA8, 0xAD, 0xE0, 0xFF, 0x75, 0xF0, 0x04, 0x12, -+0x5F, 0xF8, 0xE5, 0x71, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0xF1, 0x9D, 0xE5, 0x72, 0x12, 0x56, 0xF4, -+0xE0, 0xFF, 0x54, 0x7F, 0xF5, 0x70, 0xEF, 0x54, 0x80, 0xFF, 0xE5, 0x70, 0xD3, 0x95, 0x71, 0x40, -+0x04, 0xE5, 0x71, 0x80, 0x09, 0xE5, 0x70, 0xC3, 0x95, 0x72, 0x50, 0x05, 0xE5, 0x72, 0x4F, 0xF5, -+0x70, 0x90, 0xA8, 0xAD, 0xE0, 0xFF, 0x24, 0x26, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0xF5, 0x83, 0xE5, -+0x70, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4E, 0x5D, 0x12, 0x6E, 0xCF, 0x90, 0xA8, 0xAD, 0xE0, -+0xFF, 0xE4, 0xFB, 0xAD, 0x70, 0x12, 0x6C, 0x07, 0x90, 0xA8, 0xAD, 0xE0, 0x75, 0xF0, 0x10, 0xF1, -+0xAE, 0xE4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x75, 0x40, 0xFF, 0x75, 0x41, 0x44, 0x75, 0x42, -+0x4B, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x30, 0xF1, 0xA3, 0x75, 0x41, 0x44, 0x75, -+0x42, 0x51, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x36, 0xF1, 0xA3, 0x75, 0x41, 0x44, -+0x75, 0x42, 0x57, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x3C, 0xF1, 0xA3, 0x75, 0x41, -+0x44, 0x75, 0x42, 0xAB, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x90, 0x12, 0x34, 0x2C, -+0xE4, 0xF5, 0x0D, 0xE4, 0xFF, 0x74, 0x95, 0x25, 0x0D, 0xD1, 0xDD, 0xE0, 0x54, 0xFE, 0xF0, 0x75, -+0xF0, 0x10, 0xE5, 0x0D, 0x90, 0x81, 0x00, 0xBF, 0x03, 0x07, 0x31, 0xA0, 0x74, 0x80, 0xF0, 0x80, -+0x04, 0x31, 0xA0, 0xE4, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x0D, 0x31, 0x9D, 0xE4, 0xF0, 0x0F, 0xBF, -+0x10, 0xD3, 0x05, 0x0D, 0xE5, 0x0D, 0xB4, 0x80, 0xCA, 0xE4, 0x90, 0xAF, 0x7D, 0xF0, 0x90, 0x94, -+0x91, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0xE4, 0xF5, 0x0D, 0xE4, 0xFF, 0x75, 0xF0, 0x0A, -+0xE5, 0x0D, 0xF1, 0x8C, 0xF0, 0x0F, 0xBF, 0x05, 0xF4, 0x75, 0xF0, 0x04, 0xE5, 0x0D, 0x12, 0x6E, -+0xFC, 0x54, 0x07, 0xF0, 0x74, 0xA6, 0x25, 0x0D, 0xF1, 0xC5, 0xE4, 0xF0, 0xE5, 0x0D, 0x12, 0x84, -+0x04, 0xB1, 0x1E, 0x74, 0x95, 0x25, 0x0D, 0x12, 0x84, 0x12, 0xE4, 0xF0, 0xE5, 0x0D, 0xB1, 0x15, -+0xE5, 0x0D, 0xF1, 0xB5, 0xB1, 0x1E, 0xE5, 0x0D, 0xD1, 0xAD, 0xB1, 0x1E, 0xE5, 0x0D, 0xD1, 0xB9, -+0xB1, 0x1E, 0x75, 0xF0, 0x04, 0xE5, 0x0D, 0x12, 0x5F, 0xF8, 0x74, 0x3F, 0x91, 0xFC, 0xF1, 0x9D, -+0xE4, 0x91, 0xFC, 0x12, 0x4F, 0x9C, 0x54, 0xE0, 0x44, 0x09, 0x91, 0xFC, 0x12, 0x4E, 0x5D, 0x54, -+0xF3, 0x91, 0xFC, 0x12, 0x4E, 0x5D, 0x54, 0xFC, 0x91, 0xFC, 0x12, 0x4F, 0x9C, 0x44, 0x20, 0x91, -+0xFC, 0x12, 0x4E, 0x5D, 0x54, 0xCF, 0x91, 0xFC, 0x12, 0x4E, 0x5D, 0x44, 0x40, 0x91, 0xFC, 0x12, -+0x4E, 0x5D, 0x54, 0x7F, 0x91, 0xFC, 0xF1, 0x9D, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x0D, 0x12, -+0x56, 0xF9, 0xEF, 0xF0, 0x74, 0x95, 0x25, 0x0D, 0xD1, 0xDD, 0xE4, 0xF0, 0x05, 0x0D, 0xE5, 0x0D, -+0x64, 0x80, 0x60, 0x02, 0x81, 0x1B, 0x90, 0x04, 0x49, 0x74, 0xF0, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, -+0x74, 0xFF, 0xF0, 0x90, 0xA7, 0x17, 0x74, 0x02, 0xF0, 0xA3, 0x74, 0x04, 0xF0, 0xA3, 0x04, 0xF0, -+0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xE4, 0xFB, 0xFD, 0xFF, 0x12, 0x7D, 0x80, 0x74, 0x15, 0x25, -+0x0D, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x74, 0xFF, 0xF0, 0x22, 0xF0, 0x75, 0xF0, 0x04, -+0xE5, 0x0D, 0x22, 0xE0, 0xFF, 0x25, 0xE0, 0x24, 0xA5, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0xF5, 0x83, -+0xE4, 0xF0, 0xA3, 0xF0, 0xEF, 0x25, 0xE0, 0x24, 0xA5, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, -+0xE4, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x90, 0xA7, 0x23, 0x12, 0x77, 0xA2, 0x90, 0xA7, -+0x24, 0x12, 0x4F, 0xA3, 0xFD, 0xE4, 0xFF, 0x74, 0x27, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xA7, 0xF5, -+0x83, 0xE4, 0xF0, 0x0F, 0xEF, 0xB4, 0x0C, 0xEF, 0xED, 0x30, 0xE0, 0x47, 0xF1, 0xDC, 0x40, 0x43, -+0xA3, 0xE0, 0xD3, 0x94, 0x80, 0x40, 0x3C, 0x90, 0xA7, 0x27, 0x74, 0x01, 0xD1, 0xC4, 0x90, 0xA7, -+0x28, 0xD1, 0xC3, 0x78, 0x08, 0x12, 0x27, 0x22, 0x90, 0xA7, 0x29, 0xD1, 0xC3, 0x78, 0x10, 0x12, -+0x27, 0x22, 0x90, 0xA7, 0x2A, 0xD1, 0xC3, 0x78, 0x18, 0x12, 0x27, 0x22, 0x90, 0xA7, 0x2B, 0xEF, -+0xF0, 0x12, 0x85, 0xAA, 0x74, 0x05, 0xF0, 0x90, 0x94, 0x91, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, -+0x00, 0xC1, 0x89, 0xED, 0x30, 0xE1, 0x73, 0x90, 0xA7, 0x27, 0x74, 0x02, 0xF0, 0xF1, 0xDC, 0x50, -+0x26, 0xE0, 0xFC, 0xD1, 0xB9, 0xD1, 0xA5, 0x90, 0xA7, 0x28, 0xF0, 0xEE, 0xA3, 0xF0, 0xEC, 0xD1, -+0xAD, 0xD1, 0xA5, 0x90, 0xA7, 0x2A, 0xF0, 0xEE, 0xA3, 0xF0, 0x90, 0xA7, 0x23, 0xD1, 0xB7, 0xB1, -+0x1E, 0xD1, 0xAC, 0xB1, 0x1E, 0x80, 0x06, 0x90, 0xA7, 0x28, 0x74, 0xEA, 0xF0, 0x90, 0xA7, 0x24, -+0xE0, 0xD3, 0x94, 0x80, 0x50, 0x26, 0xE0, 0xFC, 0xD1, 0xB9, 0xD1, 0xA5, 0x90, 0xA7, 0x2C, 0xF0, -+0xEE, 0xA3, 0xF0, 0xEC, 0xD1, 0xAD, 0xD1, 0xA5, 0x90, 0xA7, 0x2E, 0xF0, 0xEE, 0xA3, 0xF0, 0x90, -+0xA7, 0x24, 0xD1, 0xB7, 0xB1, 0x1E, 0xD1, 0xAC, 0xB1, 0x1E, 0x80, 0x06, 0x90, 0xA7, 0x2C, 0x74, -+0xEA, 0xF0, 0x12, 0x85, 0xAA, 0x74, 0x09, 0xF0, 0x80, 0x7F, 0xED, 0x70, 0x71, 0x90, 0xA7, 0x23, -+0xE0, 0xFD, 0xD3, 0x94, 0x80, 0x50, 0x22, 0xE0, 0x90, 0xA7, 0x27, 0xF1, 0xB4, 0xD1, 0xA5, 0x90, -+0xA7, 0x28, 0xD1, 0x97, 0x90, 0xA7, 0x2A, 0x12, 0x85, 0xBE, 0x12, 0x56, 0xF9, 0xE0, 0x90, 0xA7, -+0x2C, 0xF0, 0x90, 0xA7, 0x23, 0xB1, 0x03, 0x80, 0x03, 0x12, 0x85, 0xC7, 0x90, 0xA7, 0x24, 0xE0, -+0xFD, 0xD3, 0x94, 0x80, 0x50, 0x22, 0xE0, 0x90, 0xA7, 0x2D, 0xF1, 0xB4, 0xD1, 0xA5, 0x90, 0xA7, -+0x2E, 0xD1, 0x97, 0x90, 0xA7, 0x30, 0x12, 0x85, 0xBE, 0x12, 0x56, 0xF9, 0xE0, 0x90, 0xA7, 0x32, -+0xF0, 0x90, 0xA7, 0x24, 0xB1, 0x03, 0x80, 0x08, 0x90, 0xA7, 0x24, 0xE0, 0x90, 0xA7, 0x2D, 0xF0, -+0x90, 0xA7, 0x25, 0x74, 0x04, 0xF0, 0x90, 0xA7, 0x33, 0x74, 0x0C, 0xF0, 0x80, 0x0B, 0x90, 0xA7, -+0x25, 0x74, 0x04, 0xF0, 0xE4, 0x90, 0xA7, 0x33, 0xF0, 0x7B, 0x01, 0x7A, 0xA7, 0x79, 0x25, 0x12, -+0x69, 0xCB, 0x7F, 0x04, 0x02, 0x6B, 0xB5, 0xF0, 0xEE, 0xA3, 0xF0, 0xED, 0x25, 0xE0, 0x24, 0xA5, -+0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0xEF, 0x25, 0xE0, 0x24, -+0xA6, 0xF5, 0x82, 0xE4, 0x34, 0xA0, 0x22, 0xE0, 0xFF, 0x25, 0xE0, 0x24, 0x26, 0xF5, 0x82, 0xE4, -+0x34, 0xA2, 0x22, 0xEF, 0xF0, 0x90, 0x94, 0x91, 0x02, 0x4A, 0x1F, 0x90, 0xA8, 0xAD, 0xE0, 0x75, -+0xF0, 0x08, 0x90, 0x89, 0x00, 0x02, 0x4A, 0x37, 0xF0, 0x74, 0x95, 0x25, 0x0E, 0xF5, 0x82, 0xE4, -+0x34, 0x99, 0xF5, 0x83, 0x22, 0x12, 0x4F, 0xFC, 0x12, 0x26, 0x1E, 0xF5, 0x0E, 0x24, 0x95, 0xD1, -+0xDD, 0xE0, 0x54, 0x98, 0xD1, 0xD8, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x7E, 0x54, 0x01, 0xFE, 0xEF, -+0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xD1, 0xD8, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x7E, 0x54, 0x02, 0xFE, -+0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xD1, 0xD8, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x7E, 0x54, 0x04, -+0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xD1, 0xD8, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x7E, 0x54, -+0x40, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xD1, 0xD8, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x7E, -+0x54, 0x20, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0xE5, 0x0E, 0x70, 0x08, 0xF1, 0x86, -+0x54, 0x04, 0x90, 0x04, 0xAB, 0xF0, 0xE5, 0x0E, 0xC3, 0x94, 0x80, 0x50, 0x08, 0x12, 0x4F, 0xA4, -+0x12, 0x5F, 0xB5, 0xEF, 0xF0, 0xD1, 0xD9, 0xE0, 0x30, 0xE5, 0x12, 0x12, 0x4E, 0x58, 0x13, 0x13, -+0x54, 0x03, 0xFB, 0x12, 0x5F, 0xB6, 0xE0, 0xFD, 0xAF, 0x0E, 0x12, 0x82, 0x9E, 0x22, 0xE0, 0xFF, -+0x90, 0xA7, 0x23, 0x12, 0x4A, 0x43, 0x90, 0x00, 0x03, 0x02, 0x26, 0x37, 0x90, 0x8D, 0x01, 0x12, -+0x4A, 0x37, 0x75, 0xF0, 0x02, 0xEF, 0x12, 0x4A, 0x37, 0xE4, 0xF0, 0xA3, 0x22, 0x90, 0x96, 0x16, -+0x02, 0x4A, 0x37, 0x12, 0x34, 0x2C, 0x75, 0x40, 0xFF, 0x22, 0x75, 0xF0, 0x10, 0xEF, 0x90, 0x81, -+0x03, 0x02, 0x4A, 0x37, 0xF0, 0x25, 0xE0, 0x24, 0xA5, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0x22, 0x90, -+0xA8, 0xAD, 0xE0, 0x24, 0xA6, 0xF5, 0x82, 0xE4, 0x34, 0xA4, 0xF5, 0x83, 0x22, 0xF1, 0xAA, 0xE0, -+0x44, 0x40, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, 0x90, 0xA7, 0x23, 0xE0, -+0xD3, 0x94, 0x80, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x6E, 0x08, 0x22, 0x12, 0x4A, 0x37, 0xE0, -+0xFD, 0x75, 0xF0, 0x10, 0x22, 0xE0, 0x90, 0xA8, 0x8A, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x58, 0x7E, -+0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0x85, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, -+0x90, 0xA8, 0x89, 0xE0, 0xF5, 0x3B, 0xA3, 0xE0, 0xF5, 0x3C, 0x12, 0x34, 0x8C, 0x90, 0xA8, 0x85, -+0x11, 0x2D, 0xA3, 0xA3, 0xA3, 0x74, 0x05, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xFE, 0xA3, -+0xE0, 0xF5, 0x82, 0x8E, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0x97, -+0xEE, 0xF0, 0xA3, 0xEF, 0x12, 0x57, 0xCD, 0x90, 0xA8, 0x97, 0x11, 0x2D, 0xE0, 0x60, 0x29, 0xC3, -+0x90, 0xA8, 0x9A, 0xE0, 0x94, 0xE8, 0x90, 0xA8, 0x99, 0xE0, 0x94, 0x03, 0x40, 0x0B, 0x90, 0x01, -+0xC0, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x00, 0x80, 0x11, 0x90, 0xA8, 0x99, 0x12, 0x58, 0x9E, 0x7F, -+0x0A, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x80, 0xCF, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0x9F, 0x12, 0x4A, 0x4C, 0x7F, 0x96, 0x7E, 0x02, -+0x11, 0x36, 0xEF, 0x60, 0x45, 0x12, 0x7F, 0xAC, 0xFE, 0xEF, 0x24, 0x01, 0xFF, 0xE4, 0x3E, 0xFE, -+0x90, 0xA8, 0xA2, 0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0xA8, 0xA2, 0xE0, 0xFD, -+0x90, 0x02, 0x94, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA8, 0x9F, 0x31, 0xB6, 0x24, 0x02, 0xFF, 0xE4, -+0x33, 0xFE, 0x12, 0x56, 0x22, 0x90, 0xA8, 0xA2, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0xA8, 0x9F, 0x12, -+0x4A, 0x43, 0x31, 0x44, 0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFF, 0x90, 0xA6, 0xD4, 0xE0, 0xFE, 0x90, 0xA6, 0xD3, -+0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, 0x01, 0x80, 0x02, 0x7E, 0x00, 0xEE, 0x64, 0x01, 0x60, 0x3F, -+0xED, 0x31, 0xBF, 0xFA, 0x7B, 0x01, 0x11, 0x7F, 0x7F, 0x01, 0xEF, 0x60, 0x32, 0x90, 0xA6, 0xD3, -+0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x02, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x05, 0xE4, 0x90, -+0xA6, 0xD3, 0xF0, 0x90, 0xA6, 0xD4, 0xE0, 0xFF, 0x90, 0xA6, 0xD3, 0xE0, 0xB5, 0x07, 0x04, 0x7F, -+0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x07, 0x90, 0xA5, 0x27, 0xE0, 0x44, 0x04, 0xF0, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA8, 0x9B, 0xEF, 0xF0, 0xA3, 0x12, 0x4A, 0x4C, 0x90, 0xA8, 0xB1, -+0xE0, 0xFE, 0x04, 0xF0, 0x90, 0x00, 0x01, 0xEE, 0x12, 0x26, 0x76, 0x74, 0x00, 0x2F, 0xF9, 0xE4, -+0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0xA8, 0x9C, 0x12, 0x4A, -+0x43, 0x8B, 0x40, 0x8A, 0x41, 0x89, 0x42, 0x75, 0x43, 0x02, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, -+0x12, 0x34, 0x2C, 0x90, 0xA8, 0x9B, 0xE0, 0x24, 0x02, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, -+0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xA3, 0x12, 0x4A, 0x43, 0xE9, 0x24, 0x02, 0xF9, 0xE4, 0x3A, -+0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x90, 0xA8, 0x9C, 0x31, 0xB6, 0xF5, 0x43, 0xD0, 0x01, 0xD0, -+0x02, 0xD0, 0x03, 0x02, 0x34, 0x2C, 0x12, 0x4A, 0x43, 0x90, 0x00, 0x0E, 0x02, 0x26, 0x37, 0x75, -+0xF0, 0x0F, 0xA4, 0x24, 0x3D, 0xF9, 0x74, 0xA6, 0x35, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA6, 0xD3, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, -+0x14, 0xFF, 0x90, 0xA6, 0xD4, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, -+0x60, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x28, 0xC0, 0x01, 0x90, 0xA6, 0xD4, -+0xE0, 0x31, 0xBF, 0xA8, 0x01, 0xFC, 0x7D, 0x01, 0xD0, 0x01, 0x7E, 0x00, 0x7F, 0x0F, 0x12, 0x49, -+0x59, 0x90, 0xA6, 0xD4, 0xF1, 0xEC, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, -+0xA6, 0xD4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x8F, 0x11, 0x90, 0xA7, 0x23, 0x74, 0x0E, 0xF0, -+0xED, 0x24, 0xFE, 0x60, 0x5A, 0x04, 0x60, 0x02, 0x41, 0xED, 0x71, 0xA7, 0x74, 0x0C, 0xF0, 0x74, -+0x15, 0x25, 0x11, 0x12, 0x5F, 0xBA, 0xE0, 0x90, 0xA7, 0x26, 0x51, 0xF5, 0x12, 0x4E, 0x5D, 0xFD, -+0x13, 0x13, 0x54, 0x03, 0x90, 0xA7, 0x27, 0xF0, 0xED, 0x12, 0x4F, 0xAD, 0xA3, 0x51, 0xF5, 0x12, -+0x4E, 0x5D, 0xFF, 0xC4, 0x54, 0x03, 0x90, 0xA7, 0x29, 0x51, 0xF5, 0x12, 0x5F, 0xF8, 0xE0, 0x90, -+0xA7, 0x2A, 0x51, 0xF5, 0x12, 0x67, 0x9D, 0xE0, 0x90, 0xA7, 0x2B, 0x51, 0xF5, 0x12, 0x4F, 0x9C, -+0xFD, 0xC4, 0x13, 0x54, 0x01, 0x90, 0xA7, 0x2C, 0xF0, 0xED, 0x54, 0x1F, 0xA3, 0x80, 0x59, 0x71, -+0xA7, 0x74, 0x0D, 0x51, 0xEE, 0x12, 0x66, 0xD2, 0xE0, 0x90, 0xA7, 0x26, 0x51, 0xEE, 0x90, 0x89, -+0x01, 0x12, 0x4A, 0x37, 0xE0, 0x90, 0xA7, 0x27, 0x51, 0xEE, 0x90, 0x89, 0x02, 0x12, 0x4A, 0x37, -+0xE0, 0x90, 0xA7, 0x28, 0x51, 0xEE, 0x90, 0x89, 0x03, 0x12, 0x4A, 0x37, 0xE0, 0x90, 0xA7, 0x29, -+0x51, 0xEE, 0x12, 0x85, 0xEA, 0x90, 0xA7, 0x2A, 0x51, 0xEE, 0x90, 0x89, 0x05, 0x12, 0x4A, 0x37, -+0xE0, 0x90, 0xA7, 0x2B, 0x51, 0xEE, 0x90, 0x89, 0x06, 0x12, 0x4A, 0x37, 0xE0, 0x90, 0xA7, 0x2C, -+0x51, 0xEE, 0x12, 0x85, 0xE2, 0x90, 0xA7, 0x2D, 0xF0, 0x51, 0xFC, 0x71, 0xB1, 0x22, 0xF0, 0x75, -+0xF0, 0x08, 0xE5, 0x11, 0x22, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x11, 0x22, 0x7B, 0x01, 0x7A, 0xA7, -+0x79, 0x23, 0x22, 0x51, 0xFC, 0x7F, 0xF5, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x06, 0x90, -+0xA7, 0x23, 0xE0, 0xA3, 0xF0, 0x51, 0xFC, 0x7F, 0xF6, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, -+0x08, 0x90, 0xA7, 0x23, 0xE0, 0x90, 0xA7, 0x25, 0xF0, 0x51, 0xFC, 0x7F, 0xF4, 0x7E, 0x03, 0x12, -+0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA7, 0x23, 0xE0, 0x90, 0xA7, 0x26, 0xF0, 0x51, 0xFC, 0x7F, -+0xF3, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x03, 0x12, 0x85, 0xC7, 0x51, 0xFC, 0x7F, 0xF2, -+0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA7, 0x23, 0xE0, 0x90, 0xA7, 0x28, 0xF0, -+0x90, 0xA7, 0x24, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFB, 0xA3, 0xE0, 0x90, 0xA7, 0x2C, -+0xF0, 0x90, 0xA7, 0x28, 0xE0, 0x90, 0xA7, 0x2D, 0xF0, 0x90, 0xA7, 0x2E, 0x74, 0x12, 0xF0, 0x90, -+0xA7, 0x3C, 0x74, 0x05, 0xF0, 0x90, 0xA7, 0x30, 0x12, 0x7D, 0x27, 0x90, 0xA7, 0x2C, 0xE0, 0x90, -+0xA7, 0x33, 0xF0, 0x90, 0xA7, 0x2D, 0xE0, 0x90, 0xA7, 0x34, 0xF0, 0x7B, 0x01, 0x7A, 0xA7, 0x79, -+0x2E, 0x31, 0xCB, 0x7F, 0x04, 0x80, 0x0E, 0x90, 0xA7, 0x31, 0x74, 0x09, 0xF0, 0x90, 0xA7, 0x25, -+0x22, 0x31, 0xCB, 0x7F, 0x04, 0x90, 0xA8, 0xBA, 0xEF, 0xF0, 0x7F, 0x02, 0x12, 0x48, 0x07, 0x90, -+0xA5, 0x27, 0xE0, 0xFF, 0x90, 0xA8, 0xBA, 0xE0, 0xFE, 0xEF, 0x4E, 0x90, 0xA5, 0x27, 0xF0, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0x4F, 0xED, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, -+0xEB, 0xF0, 0x90, 0xA8, 0x4C, 0xE0, 0x90, 0xA8, 0x52, 0xF0, 0x90, 0xA8, 0x4D, 0x74, 0x0C, 0xF0, -+0x90, 0xA8, 0x5B, 0x74, 0x04, 0xF0, 0x7B, 0x01, 0x7A, 0xA8, 0x79, 0x4D, 0x71, 0xB1, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xAD, 0x1A, 0xAF, 0x18, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x74, -+0x8D, 0x75, 0x8B, 0x76, 0xE4, 0x90, 0xA8, 0x73, 0xF0, 0xE5, 0x74, 0x13, 0x13, 0x13, 0x54, 0x1F, -+0x90, 0xA8, 0x6E, 0xF0, 0xE5, 0x74, 0x54, 0x07, 0x90, 0xA8, 0x70, 0xF0, 0x75, 0xF0, 0x10, 0xEF, -+0x12, 0x56, 0xD1, 0x90, 0xA8, 0x71, 0x12, 0x5F, 0xF3, 0xE0, 0x54, 0x7F, 0x90, 0xA8, 0x74, 0xF0, -+0x75, 0xF0, 0x04, 0xE5, 0x74, 0x12, 0x67, 0x9D, 0xE0, 0x90, 0xA8, 0x75, 0xF0, 0xD1, 0xEE, 0xE5, -+0x76, 0x70, 0x36, 0x90, 0xA8, 0x4C, 0xF0, 0xFB, 0xAF, 0x74, 0x71, 0xD0, 0x90, 0xA8, 0x6F, 0xE0, -+0xFF, 0x12, 0x85, 0x70, 0xE4, 0x93, 0xFC, 0x74, 0x01, 0x93, 0xFD, 0xEF, 0x12, 0x7C, 0xA2, 0x74, -+0x01, 0x93, 0x2D, 0xFF, 0xE4, 0x93, 0x3C, 0xC3, 0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xE5, 0x74, 0x12, -+0x79, 0x72, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x80, 0x19, 0xE5, 0x76, 0xB4, 0x01, 0x14, 0x90, 0xA5, -+0x2E, 0xE0, 0x60, 0x0E, 0x90, 0xA8, 0x4C, 0x74, 0x05, 0xF0, 0xE4, 0xFB, 0xAD, 0x75, 0xAF, 0x74, -+0x71, 0xD0, 0x90, 0xA8, 0x74, 0xE0, 0xFF, 0x90, 0xA8, 0x6F, 0xE0, 0xFE, 0xD3, 0x9F, 0x40, 0x0B, -+0xE5, 0x75, 0x54, 0x80, 0xFD, 0xEF, 0x4D, 0xF5, 0x75, 0x80, 0x0C, 0x90, 0xA8, 0x75, 0xE0, 0xFF, -+0xEE, 0xC3, 0x9F, 0x50, 0x02, 0x8F, 0x75, 0xD1, 0xEE, 0xE5, 0x75, 0x54, 0x80, 0x90, 0xA8, 0x72, -+0xF0, 0xE5, 0x76, 0x70, 0x24, 0x90, 0x04, 0xCF, 0x74, 0x30, 0xF0, 0xD1, 0xC1, 0xC0, 0x83, 0xC0, -+0x82, 0xF1, 0xBA, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xD0, 0x82, 0xD0, 0x83, 0xF0, -+0x90, 0xA8, 0x71, 0xE0, 0x54, 0x7F, 0xF0, 0x80, 0x4B, 0x74, 0x95, 0x25, 0x74, 0x12, 0x66, 0xDD, -+0xE0, 0x90, 0x04, 0xCF, 0x30, 0xE0, 0x05, 0x74, 0x20, 0xF0, 0x80, 0x03, 0x74, 0x10, 0xF0, 0xD1, -+0xC1, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0xBA, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xD0, 0x82, -+0xD0, 0x83, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x56, 0xD1, 0x54, 0x07, 0xFF, 0x90, 0xA8, -+0x71, 0xF0, 0x90, 0xA8, 0x6F, 0xE0, 0x90, 0x43, 0x9D, 0x93, 0x12, 0x85, 0xF2, 0x90, 0xA8, 0x71, -+0xF0, 0x44, 0x80, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x56, 0xF9, 0xE5, 0x75, 0xF0, 0xE5, -+0x74, 0x70, 0x06, 0x90, 0x01, 0xC8, 0xE5, 0x75, 0xF0, 0x90, 0xA8, 0x71, 0xE0, 0xFF, 0x75, 0xF0, -+0x10, 0xE5, 0x74, 0x90, 0x81, 0x01, 0x12, 0x4A, 0x37, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, -+0x12, 0x59, 0x52, 0xE0, 0x54, 0xFC, 0xFF, 0xE5, 0x77, 0x54, 0x03, 0x4F, 0xFF, 0x75, 0xF0, 0x10, -+0xE5, 0x74, 0x12, 0x59, 0x52, 0xEF, 0xF0, 0x7D, 0x01, 0xAF, 0x74, 0x12, 0x83, 0xA3, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xE4, 0xF5, 0x22, 0x90, 0xA7, 0x0A, 0xE0, 0xFF, 0xE5, 0x22, 0xC3, 0x9F, 0x40, -+0x02, 0xC1, 0xA7, 0x90, 0x04, 0xCF, 0x74, 0x30, 0xF0, 0xAF, 0x22, 0x12, 0x7E, 0x64, 0xEF, 0x70, -+0x02, 0xC1, 0xA3, 0xE5, 0x22, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x23, 0xE5, 0x22, 0x54, 0x07, -+0xF5, 0x24, 0x74, 0x81, 0x25, 0x23, 0xD1, 0xC7, 0xE0, 0xFD, 0xD1, 0xE6, 0x80, 0x05, 0xC3, 0x33, -+0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0xC1, 0xA3, 0x75, 0xF0, 0x10, 0xE5, -+0x22, 0x12, 0x56, 0xD1, 0x20, 0xE7, 0x02, 0x80, 0x10, 0x75, 0xF0, 0x10, 0xE5, 0x22, 0x90, 0x81, -+0x02, 0x12, 0x4A, 0x37, 0xE0, 0xFF, 0x20, 0xE7, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x20, 0xF0, -+0xC1, 0xA3, 0xD1, 0xF7, 0x54, 0x07, 0x44, 0x50, 0xF0, 0xEF, 0x30, 0xE6, 0x2A, 0xD1, 0xB4, 0xD1, -+0xDE, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x22, -+0x12, 0x56, 0xF9, 0xD1, 0xD6, 0x12, 0x4E, 0x5D, 0xD1, 0xCF, 0xE4, 0xFB, 0xAF, 0x22, 0x91, 0x07, -+0xD1, 0xF7, 0x54, 0xF8, 0xF0, 0x80, 0x6C, 0xD1, 0xA8, 0xE0, 0x04, 0xF0, 0xD1, 0xA8, 0xE0, 0xD3, -+0x94, 0x01, 0x40, 0x4A, 0xAF, 0x22, 0xF1, 0x04, 0xD1, 0xA8, 0xE4, 0xF0, 0xD1, 0xB4, 0xFD, 0xFB, -+0x7A, 0x00, 0xD1, 0xE6, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x7D, 0x0F, -+0x70, 0x1C, 0x74, 0x15, 0x25, 0x23, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0xAF, 0x24, 0x74, -+0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4D, 0xF0, 0x80, 0x25, 0xD1, 0xB4, -+0xD1, 0xDE, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xF0, 0x80, 0x15, 0x75, 0xF0, -+0x10, 0xE5, 0x22, 0x12, 0x56, 0xF9, 0xD1, 0xD6, 0x12, 0x4E, 0x5D, 0xD1, 0xCF, 0x7B, 0x01, 0xAF, -+0x22, 0x91, 0x07, 0x05, 0x22, 0xA1, 0x96, 0x22, 0x74, 0xA6, 0x25, 0x22, 0xF5, 0x82, 0xE4, 0x34, -+0xA3, 0xF5, 0x83, 0x22, 0x74, 0x15, 0x25, 0x23, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0xE0, -+0x22, 0x90, 0xA8, 0x6E, 0xE0, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x13, -+0x13, 0x54, 0x03, 0xF5, 0x77, 0x22, 0xE0, 0xFD, 0x75, 0xF0, 0x04, 0xE5, 0x22, 0x22, 0xFF, 0xAE, -+0x24, 0x74, 0x01, 0xA8, 0x06, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x24, 0x08, 0x22, 0xE5, 0x75, -+0x54, 0x7F, 0x90, 0xA8, 0x6F, 0xF0, 0x22, 0x75, 0xF0, 0x04, 0xE5, 0x22, 0x90, 0x9B, 0x15, 0x12, -+0x4A, 0x37, 0xE0, 0x22, 0xAC, 0x07, 0x75, 0xF0, 0x04, 0xEC, 0x90, 0x96, 0x18, 0x12, 0x4A, 0x37, -+0x75, 0xF0, 0x04, 0xEC, 0x12, 0x5F, 0xF8, 0xE0, 0xFA, 0x74, 0x26, 0x2C, 0x12, 0x5F, 0x9C, 0xE0, -+0x54, 0x7F, 0xFD, 0x75, 0xF0, 0x04, 0xEC, 0xD1, 0xFC, 0xFF, 0x54, 0xF8, 0xFE, 0xEF, 0x04, 0x54, -+0x07, 0x4E, 0xF0, 0x75, 0xF0, 0x04, 0xEC, 0xD1, 0xFC, 0xFF, 0x54, 0x07, 0xD3, 0x94, 0x02, 0x40, -+0x49, 0x74, 0xA6, 0x2C, 0x12, 0x5D, 0x75, 0xE0, 0xF4, 0x70, 0x3F, 0x75, 0xF0, 0x04, 0xEC, 0x12, -+0x85, 0xFA, 0x54, 0xF8, 0xF0, 0x74, 0x15, 0x2C, 0x12, 0x5F, 0xBA, 0xE0, 0x54, 0x7F, 0xFF, 0x75, -+0xF0, 0x04, 0xEC, 0x12, 0x85, 0x81, 0x54, 0x80, 0x4F, 0xF0, 0x74, 0x15, 0x2C, 0x12, 0x5F, 0xBA, -+0xE0, 0x25, 0xE0, 0xFF, 0xE4, 0x33, 0xFE, 0xEF, 0x24, 0x32, 0xFF, 0xE4, 0x3E, 0xFE, 0x75, 0xF0, -+0x04, 0xEC, 0x12, 0x5F, 0xAF, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x26, 0x2C, 0x12, 0x7D, 0x17, -+0xE0, 0xFB, 0xF1, 0xE5, 0xFF, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x4E, 0x5D, 0x54, 0xF3, 0x4F, 0xF0, -+0xED, 0xD3, 0x9A, 0x40, 0x02, 0xAD, 0x02, 0x74, 0x26, 0x2C, 0x12, 0x5F, 0x9C, 0xE0, 0x54, 0x80, -+0x42, 0x05, 0xAF, 0x04, 0x8B, 0x77, 0xE4, 0xFB, 0x81, 0x07, 0xE0, 0xFF, 0x90, 0xA8, 0x70, 0xE0, -+0xFE, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x22, 0xE4, 0x90, 0xA7, 0xB9, 0xF0, 0x90, 0xA7, 0xB7, 0x74, -+0x14, 0xF0, 0x90, 0xA7, 0xC5, 0x74, 0x01, 0xF0, 0xFB, 0x7A, 0xA7, 0x79, 0xB7, 0x31, 0xCB, 0x7F, -+0x04, 0x61, 0xB5, 0xA1, 0x93, 0x54, 0x03, 0x25, 0xE0, 0x25, 0xE0, 0x22, 0xE0, 0x04, 0xF0, 0xE0, -+0x7F, 0x00, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0x7E, 0xEF, 0xF0, 0xA3, -+0xED, 0xF0, 0xFB, 0x7D, 0x00, 0x7C, 0x00, 0xE4, 0x90, 0xA8, 0x84, 0xF0, 0xEB, 0x90, 0xA8, 0x7F, -+0xF0, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x36, 0xCE, 0xE4, 0xFF, 0xEC, 0x90, 0xA8, 0x80, 0x12, 0x27, -+0x48, 0x90, 0xA8, 0x80, 0x12, 0x4A, 0x2B, 0x90, 0xA8, 0x7F, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, -+0x12, 0x4A, 0x12, 0xA3, 0x12, 0x27, 0x48, 0x90, 0xA8, 0x80, 0x11, 0x6D, 0x7F, 0xB0, 0x7E, 0x08, -+0x12, 0x37, 0x5D, 0x11, 0x66, 0x90, 0xA8, 0x7E, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0x73, 0xF5, -+0x82, 0xE4, 0x34, 0xAF, 0x12, 0x66, 0xA5, 0xFF, 0x12, 0x36, 0xCE, 0xED, 0x54, 0x0F, 0xFD, 0xE4, -+0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x14, 0x7E, 0x00, 0x02, 0x3A, 0xF7, 0x12, 0x4A, 0x1F, -+0x90, 0xAC, 0xB9, 0x02, 0x27, 0x48, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0x5C, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x36, 0xCE, 0x90, 0xA8, 0x66, 0x12, 0x27, 0x48, 0x90, 0xA8, -+0x5E, 0x12, 0x4A, 0x1F, 0x12, 0x27, 0x15, 0x90, 0xA8, 0x66, 0x12, 0x4A, 0x2B, 0x12, 0x4A, 0x05, -+0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA8, 0x5E, 0x12, 0x4A, 0x1F, 0x90, 0xA8, -+0x62, 0x12, 0x4A, 0x2B, 0x12, 0x4A, 0x05, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, -+0x4A, 0x12, 0x90, 0xA8, 0x6A, 0x12, 0x27, 0x48, 0x90, 0xA8, 0x6A, 0x11, 0x6D, 0x90, 0xA8, 0x5C, -+0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x37, 0x5D, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x6F, 0xF3, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0xC0, 0x07, 0xC0, 0x05, 0x90, 0xA8, 0x8D, 0x12, 0x4A, 0x1F, 0x90, 0xAC, 0x9C, -+0x12, 0x27, 0x48, 0xD0, 0x05, 0xD0, 0x07, 0x12, 0x32, 0x65, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xC0, -+0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, -+0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, -+0x0F, 0xF0, 0x74, 0x71, 0xA3, 0xF0, 0x31, 0x5E, 0x74, 0x0F, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, -+0x71, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, -+0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x7B, 0x00, -+0x7A, 0x00, 0x79, 0x53, 0xE4, 0xFD, 0x7F, 0x01, 0x12, 0x39, 0x33, 0xE5, 0x51, 0x52, 0x53, 0x7B, -+0x00, 0x7A, 0x00, 0x79, 0x54, 0x7D, 0x01, 0x7F, 0x01, 0x12, 0x39, 0x33, 0xE5, 0x52, 0x52, 0x54, -+0xAB, 0x53, 0xE4, 0xFD, 0x7F, 0x01, 0x12, 0x39, 0x04, 0xAB, 0x54, 0x7D, 0x01, 0x7F, 0x01, 0x02, -+0x39, 0x04, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, -+0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, -+0x01, 0xC4, 0x74, 0x92, 0xF0, 0x74, 0x71, 0xA3, 0xF0, 0x31, 0xE1, 0x74, 0x92, 0x04, 0x90, 0x01, -+0xC4, 0xF0, 0x74, 0x71, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, -+0x32, 0x90, 0x00, 0x54, 0xE0, 0x55, 0x55, 0xF5, 0x59, 0xA3, 0xE0, 0x55, 0x56, 0xF5, 0x5A, 0xA3, -+0xE0, 0x55, 0x57, 0xF5, 0x5B, 0xA3, 0xE0, 0x55, 0x58, 0xF5, 0x5C, 0xAD, 0x59, 0x7F, 0x54, 0x12, -+0x3A, 0x96, 0xAD, 0x5A, 0x7F, 0x55, 0x12, 0x3A, 0x96, 0xAD, 0x5B, 0x7F, 0x56, 0x12, 0x3A, 0x96, -+0xAD, 0x5C, 0x7F, 0x57, 0x12, 0x3A, 0x96, 0x53, 0x91, 0xEF, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, -+0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, -+0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x1B, 0xF0, 0x74, 0x72, -+0xA3, 0xF0, 0x12, 0x81, 0x10, 0xE5, 0x61, 0x30, 0xE1, 0x02, 0x51, 0xE4, 0xE5, 0x61, 0x30, 0xE3, -+0x02, 0xF1, 0x69, 0xE5, 0x61, 0x30, 0xE4, 0x02, 0x71, 0x65, 0xE5, 0x61, 0x30, 0xE5, 0x03, 0x12, -+0x81, 0x6D, 0xE5, 0x63, 0x30, 0xE0, 0x02, 0x71, 0xB1, 0xE5, 0x63, 0x30, 0xE1, 0x02, 0x71, 0x78, -+0xE5, 0x63, 0x30, 0xE7, 0x02, 0x71, 0xDD, 0xE5, 0x64, 0x30, 0xE0, 0x02, 0x91, 0x0E, 0xE5, 0x64, -+0x30, 0xE4, 0x02, 0xF1, 0x9D, 0xE5, 0x64, 0x30, 0xE5, 0x03, 0x12, 0x6F, 0xE3, 0xE5, 0x64, 0x30, -+0xE6, 0x02, 0x51, 0xBA, 0x74, 0x1B, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x72, 0xA3, 0xF0, 0xD0, -+0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, -+0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x90, 0x07, 0x1F, 0xE0, 0x54, 0x7F, -+0xF0, 0x90, 0x07, 0x1C, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0xA7, 0xA9, 0xF0, 0x90, 0xA7, 0xA7, 0x74, -+0x02, 0xF0, 0x90, 0xA7, 0xB5, 0x14, 0xF0, 0xFB, 0x7A, 0xA7, 0x79, 0xA7, 0x12, 0x69, 0xCB, 0x7F, -+0x04, 0x02, 0x6B, 0xB5, 0xE4, 0xFF, 0x90, 0xA7, 0xA7, 0xEF, 0xF0, 0x90, 0x04, 0x7E, 0xE0, 0xF5, -+0x23, 0xA3, 0xE0, 0xF5, 0x24, 0x65, 0x23, 0x60, 0x6B, 0x90, 0xA7, 0xA8, 0x74, 0x03, 0xF0, 0x90, -+0xA7, 0xB6, 0x74, 0x08, 0xF0, 0xE5, 0x24, 0x04, 0x54, 0x0F, 0xF5, 0x25, 0xE4, 0xF5, 0x22, 0xE5, -+0x25, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0x00, 0xF5, 0x82, 0xE4, 0x34, 0x80, 0xF5, 0x83, 0xE5, 0x82, -+0x25, 0x22, 0x12, 0x61, 0xA6, 0xE0, 0xFF, 0x74, 0xAA, 0x25, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xA7, -+0xF5, 0x83, 0xEF, 0xF0, 0x05, 0x22, 0xE5, 0x22, 0xB4, 0x08, 0xD4, 0x7B, 0x01, 0x7A, 0xA7, 0x79, -+0xA8, 0x12, 0x69, 0xCB, 0xE5, 0x24, 0x04, 0x54, 0x0F, 0xF5, 0x24, 0xB4, 0x0F, 0x03, 0xE4, 0xF5, -+0x24, 0x90, 0x04, 0x7F, 0xE5, 0x24, 0xF0, 0x90, 0xA7, 0xA7, 0xE0, 0x7F, 0x04, 0x70, 0x02, 0x80, -+0x08, 0x12, 0x6B, 0xB5, 0x22, 0x91, 0x2F, 0x7F, 0x02, 0x8F, 0x26, 0x7F, 0x02, 0x12, 0x48, 0x07, -+0x90, 0xA5, 0x27, 0xE0, 0x45, 0x26, 0xF0, 0x22, 0x91, 0x1F, 0xE0, 0xFF, 0xBF, 0xB0, 0x08, 0xBD, -+0x03, 0x05, 0xBE, 0x80, 0x02, 0x71, 0xA9, 0xBF, 0xB0, 0x08, 0xBD, 0x01, 0x05, 0xBE, 0x80, 0x02, -+0x71, 0xA9, 0x91, 0x18, 0xFF, 0xBF, 0x03, 0x0D, 0x90, 0x01, 0xB8, 0xE0, 0x04, 0xF0, 0x90, 0x05, -+0x21, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x01, 0x80, 0xC0, 0x90, 0x05, 0x53, 0xE0, 0x44, 0x01, 0xF0, -+0x22, 0x90, 0x04, 0x2F, 0xE0, 0x54, 0x7F, 0xF0, 0x91, 0x1F, 0xE0, 0xFF, 0xBF, 0xB0, 0x08, 0xBD, -+0x03, 0x05, 0xBE, 0x80, 0x02, 0x71, 0xA9, 0xBF, 0xB0, 0x08, 0xBD, 0x01, 0x05, 0xBE, 0x80, 0x02, -+0x71, 0xA9, 0x90, 0xA6, 0xD7, 0xE0, 0x30, 0xE0, 0x03, 0x12, 0x85, 0x12, 0x22, 0x90, 0x05, 0x50, -+0xE0, 0x44, 0x01, 0xF0, 0x91, 0x18, 0xFC, 0xBC, 0x03, 0x02, 0xF1, 0x61, 0x91, 0x1F, 0xE0, 0xFF, -+0xBF, 0xB0, 0x08, 0xBD, 0x03, 0x05, 0xBE, 0x80, 0x02, 0x71, 0xA9, 0xBF, 0xB0, 0x08, 0xBD, 0x01, -+0x05, 0xBE, 0x80, 0x02, 0x71, 0xA9, 0x90, 0x04, 0x2F, 0xE0, 0x44, 0x80, 0xF0, 0x22, 0x91, 0x18, -+0xFF, 0xBF, 0x03, 0x02, 0xF1, 0x61, 0x80, 0xEE, 0x90, 0x01, 0x02, 0xE0, 0x54, 0x03, 0x22, 0x90, -+0x00, 0x3A, 0x74, 0xB9, 0xF0, 0x90, 0x05, 0xF5, 0xE0, 0xFE, 0xA3, 0xE0, 0xFD, 0xA3, 0x22, 0x90, -+0x01, 0xCC, 0xE0, 0x54, 0x0F, 0x90, 0xA8, 0xB4, 0xF0, 0x90, 0xA8, 0xB4, 0xE0, 0xFD, 0x70, 0x02, -+0xA1, 0x36, 0x90, 0xA6, 0x3B, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, -+0x14, 0xFF, 0x90, 0xA6, 0x3C, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, -+0x60, 0x08, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0xA8, 0xB0, 0xE0, 0x12, 0x5F, -+0xC9, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0xA1, -+0x19, 0xE4, 0x90, 0xA8, 0xB5, 0xF0, 0x90, 0xA8, 0xB5, 0xE0, 0xF9, 0xC3, 0x94, 0x04, 0x50, 0x42, -+0xD1, 0x11, 0xA4, 0xFF, 0xE9, 0xFD, 0x7C, 0x00, 0x2F, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xD0, -+0xD1, 0xDA, 0x90, 0xA5, 0xEB, 0x12, 0x4A, 0x37, 0xE5, 0x82, 0x29, 0x12, 0x61, 0xA6, 0xEF, 0xD1, -+0x10, 0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, 0xD1, 0xDA, 0x90, 0xA5, 0xEF, 0x12, -+0x4A, 0x37, 0xE5, 0x82, 0x29, 0x12, 0x61, 0xA6, 0xEF, 0xF0, 0x90, 0xA8, 0xB5, 0xE0, 0x04, 0xF0, -+0x80, 0xB4, 0x90, 0xA8, 0xB4, 0xE0, 0xFF, 0x90, 0xA8, 0xB0, 0x12, 0x6F, 0xBF, 0x80, 0x02, 0xC3, -+0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA8, 0xB4, 0xF0, 0x90, 0xA8, 0xB0, 0xB1, 0x3D, 0x80, 0x02, -+0xC3, 0x33, 0xD8, 0xFC, 0x90, 0x01, 0xCC, 0xF0, 0x90, 0xA8, 0xB0, 0xE0, 0x04, 0xF0, 0xE0, 0x54, -+0x03, 0xF0, 0x90, 0xA6, 0x3C, 0x12, 0x6F, 0xEC, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x70, 0x02, -+0x81, 0x39, 0xE4, 0x90, 0xA6, 0x3C, 0xF0, 0x81, 0x39, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x02, 0xF0, -+0x90, 0xA8, 0xB0, 0xE0, 0x44, 0x80, 0x90, 0x00, 0x8A, 0xD1, 0x10, 0x90, 0x01, 0xD0, 0x12, 0x4A, -+0x37, 0xE0, 0x90, 0x01, 0xC3, 0xF0, 0x22, 0x12, 0x3A, 0x96, 0x90, 0xA8, 0xB8, 0xE0, 0xFF, 0x74, -+0x01, 0xA8, 0x07, 0x08, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA8, 0xB9, 0xED, -+0xF0, 0x90, 0xA8, 0xB8, 0xEF, 0xF0, 0xD3, 0x94, 0x07, 0x50, 0x4B, 0xB1, 0x3D, 0x80, 0x02, 0xC3, -+0x33, 0xD8, 0xFC, 0xF4, 0xFF, 0x90, 0x00, 0x47, 0xE0, 0x5F, 0xFD, 0x7F, 0x47, 0xB1, 0x37, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x46, 0xE0, 0x4F, 0xFD, 0x7F, 0x46, 0xD1, 0xC1, -+0x60, 0x10, 0xB1, 0x3A, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x45, 0xE0, 0x4F, -+0x80, 0x0F, 0xB1, 0x3A, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0xFF, 0x90, 0x00, 0x45, 0xE0, -+0x5F, 0xFD, 0x7F, 0x45, 0x80, 0x62, 0x90, 0xA8, 0xB8, 0xE0, 0x24, 0xF8, 0xF0, 0xE0, 0x24, 0x04, -+0xB1, 0x3E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0xFF, 0x90, 0x00, 0x43, 0xE0, 0x5F, 0xFD, -+0x7F, 0x43, 0xB1, 0x37, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x43, 0xE0, 0x4F, -+0xFD, 0x7F, 0x43, 0xD1, 0xC1, 0x60, 0x19, 0x90, 0xA8, 0xB8, 0xE0, 0x24, 0x04, 0xB1, 0x3E, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x42, 0xE0, 0x4F, 0xFD, 0x7F, 0x42, 0x80, 0x18, -+0x90, 0xA8, 0xB8, 0xE0, 0x24, 0x04, 0xB1, 0x3E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0xFF, -+0x90, 0x00, 0x42, 0xE0, 0x5F, 0xFD, 0x7F, 0x42, 0x12, 0x3A, 0x96, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xF0, 0x90, 0xA8, 0xB0, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0xAD, 0x07, 0x90, 0xA7, 0x10, 0xE0, 0x75, -+0xF0, 0x20, 0xA4, 0xFF, 0x90, 0xA8, 0x91, 0xE5, 0xF0, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA7, 0x11, -+0xE0, 0x75, 0xF0, 0x08, 0xA4, 0xAE, 0xF0, 0x90, 0xA8, 0x93, 0xF0, 0xEE, 0xA3, 0xF0, 0xD1, 0xB9, -+0x90, 0xA8, 0x95, 0xF0, 0xEE, 0xA3, 0xF0, 0xED, 0x64, 0x01, 0x60, 0x65, 0x90, 0xA7, 0x0E, 0xE0, -+0xFE, 0x12, 0x4F, 0xAD, 0x30, 0xE0, 0x5A, 0xEE, 0xD1, 0xCE, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0xD1, -+0xB2, 0xFE, 0x54, 0x0F, 0xFF, 0xEE, 0xC4, 0x13, 0x13, 0x54, 0x01, 0xFD, 0xD1, 0xB2, 0xC4, 0x13, -+0x54, 0x07, 0x30, 0xE0, 0x24, 0xA3, 0xE0, 0x30, 0xE0, 0x10, 0x90, 0xA8, 0x96, 0xE0, 0x90, 0xA8, -+0x89, 0xF0, 0x90, 0xA8, 0x95, 0x12, 0x67, 0xF5, 0x80, 0x0F, 0xD1, 0xB9, 0xFF, 0x12, 0x3A, 0xF7, -+0xD1, 0xC9, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0xB1, 0x45, 0x90, 0xA7, 0x0E, 0xE0, 0xC4, 0x54, 0x0F, -+0x30, 0xE0, 0x0E, 0x90, 0xA8, 0x94, 0xE0, 0x90, 0xA8, 0x89, 0xF0, 0x90, 0xA8, 0x93, 0x12, 0x67, -+0xF5, 0x22, 0xB1, 0x45, 0x90, 0xA7, 0x0E, 0xE0, 0x22, 0x90, 0xA8, 0x91, 0xE0, 0xFE, 0xA3, 0xE0, -+0x22, 0x12, 0x3A, 0x96, 0x90, 0xA8, 0xB9, 0xE0, 0x22, 0x90, 0xA7, 0x0E, 0xE0, 0xFE, 0x54, 0x0F, -+0xFF, 0xEE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x7D, 0x00, 0x22, 0x2F, 0xF5, 0x82, 0x74, 0x01, 0x3E, -+0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xA6, 0x3C, 0xE0, 0x75, 0xF0, 0x08, 0x22, 0x12, 0x26, 0x1E, 0xFF, -+0x54, 0x80, 0xFE, 0x90, 0xA7, 0x0E, 0xE0, 0x54, 0x7F, 0x4E, 0xFE, 0xF0, 0xEF, 0x54, 0x40, 0xFF, -+0xEE, 0x54, 0xBF, 0x4F, 0xFF, 0xF0, 0x12, 0x26, 0x1E, 0xFE, 0x54, 0x20, 0xFD, 0xEF, 0x54, 0xDF, -+0x4D, 0xFF, 0x90, 0xA7, 0x0E, 0xF0, 0xEE, 0x54, 0x10, 0xFE, 0xEF, 0x54, 0xEF, 0x4E, 0xFF, 0xF0, -+0x12, 0x26, 0x1E, 0x54, 0x0F, 0xFE, 0xEF, 0x54, 0xF0, 0x4E, 0x90, 0xA7, 0x0E, 0xF1, 0xA2, 0xFF, -+0x54, 0x7F, 0x90, 0xA7, 0x10, 0xF0, 0x12, 0x4F, 0xAA, 0xFF, 0x90, 0xA7, 0x0F, 0xE0, 0x54, 0xFE, -+0x4F, 0x12, 0x4F, 0xA3, 0x90, 0xA7, 0x11, 0xF0, 0x12, 0x67, 0x86, 0x54, 0x01, 0x25, 0xE0, 0xFF, -+0x90, 0xA7, 0x0F, 0xE0, 0x54, 0xFD, 0x4F, 0xF0, 0xD1, 0xC9, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0xA1, -+0x45, 0x90, 0x05, 0x21, 0xE0, 0x54, 0x7F, 0xF0, 0x22, 0x90, 0xA6, 0xD7, 0xE0, 0x30, 0xE0, 0x04, -+0x7F, 0x20, 0x71, 0x69, 0x22, 0x90, 0xA7, 0x0E, 0xE0, 0xFF, 0x12, 0x4F, 0xAD, 0x30, 0xE0, 0x1A, -+0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x03, 0x12, 0x6F, 0xC7, 0x90, 0xA7, 0x0F, 0xE0, 0x30, 0xE0, -+0x09, 0xD1, 0xC9, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0xB1, 0x45, 0x22, 0x80, 0xD8, 0xE4, 0xFF, 0x02, -+0x60, 0x89, 0xF0, 0x90, 0x00, 0x01, 0x02, 0x26, 0x37, 0xF1, 0xA3, 0xF5, 0x0E, 0x12, 0x4F, 0xA4, -+0xF5, 0x0F, 0x12, 0x26, 0x1E, 0xF5, 0x10, 0x90, 0xA5, 0x2E, 0xF0, 0xE5, 0x0E, 0x60, 0x06, 0xFD, -+0xAF, 0x0F, 0x12, 0x6A, 0x28, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, -+0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0xC6, 0xF0, 0x74, 0x77, 0xA3, 0xF0, 0x12, 0x81, 0x3D, -+0xE5, 0x69, 0x30, 0xE2, 0x02, 0xF1, 0x9B, 0xE5, 0x6C, 0x30, 0xE1, 0x05, 0x7F, 0x04, 0x12, 0x73, -+0x69, 0x74, 0xC6, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x77, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, -+0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, -+0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0xC0, 0xE0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, -+0xD0, 0x00, 0xC0, 0x05, 0xC0, 0x07, 0x7D, 0x27, 0x90, 0x01, 0xC4, 0xED, 0xF0, 0x74, 0x78, 0xFF, -+0xA3, 0xF0, 0xED, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0xA3, 0xEF, 0xF0, 0xD0, 0x07, 0xD0, 0x05, 0xD0, -+0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xE0, 0x32, 0x90, 0x02, 0x09, 0xE0, 0xF5, 0x0E, 0x12, 0x26, -+0x1E, 0x25, 0x0E, 0x90, 0xA5, 0xE4, 0x12, 0x77, 0xA2, 0x25, 0x0E, 0x90, 0xA5, 0xE5, 0x12, 0x4F, -+0xA3, 0x25, 0x0E, 0x90, 0xA5, 0xE6, 0xF0, 0x12, 0x67, 0x86, 0x25, 0x0E, 0x90, 0xA5, 0xE7, 0xB1, -+0x08, 0x25, 0x0E, 0x90, 0xA5, 0xE8, 0xF0, 0x11, 0x9C, 0x25, 0x0E, 0x90, 0xA5, 0xE9, 0xF0, 0x90, -+0x00, 0x06, 0x12, 0x26, 0x37, 0x25, 0x0E, 0x90, 0xA5, 0xEA, 0xF0, 0x22, 0x90, 0x00, 0x05, 0x02, -+0x26, 0x37, 0x90, 0xA7, 0x31, 0xEE, 0xF0, 0xA3, 0xB1, 0x27, 0x90, 0xA7, 0x33, 0xE0, 0xB1, 0x30, -+0x7B, 0x01, 0x90, 0xA7, 0x38, 0x12, 0x4A, 0x4C, 0x90, 0xA7, 0x34, 0xE0, 0x91, 0xB1, 0xA3, 0x12, -+0x4A, 0x4C, 0x31, 0x69, 0xFF, 0xB1, 0x3D, 0x8F, 0x1C, 0xA3, 0x31, 0x71, 0xE0, 0xF5, 0x18, 0xA3, -+0xE0, 0xF5, 0x19, 0xE4, 0xF5, 0x1D, 0x90, 0xA7, 0x38, 0x12, 0x4A, 0x43, 0x75, 0xF0, 0x02, 0xE5, -+0x1D, 0xA4, 0xF5, 0x82, 0x85, 0xF0, 0x83, 0x12, 0x49, 0xC0, 0xAE, 0xF0, 0xA8, 0x1C, 0x08, 0x80, -+0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA7, 0x35, 0x12, 0x4A, 0x43, 0x85, -+0x1D, 0x82, 0x12, 0x55, 0xA2, 0xFD, 0x7C, 0x00, 0x12, 0x26, 0x98, 0xEF, 0x25, 0x19, 0xF5, 0x19, -+0xEE, 0x35, 0x18, 0xF5, 0x18, 0x05, 0x1D, 0xE5, 0x1D, 0xB4, 0x05, 0xBA, 0x90, 0xA7, 0x35, 0x12, -+0x4A, 0x43, 0x11, 0x9C, 0xFD, 0x7C, 0x00, 0x31, 0x69, 0xA8, 0x1C, 0x08, 0x80, 0x05, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x12, 0x26, 0x98, 0x8E, 0x1A, 0x8F, 0x1B, 0xD3, 0xE5, 0x19, -+0x95, 0x1B, 0xE5, 0x18, 0x95, 0x1A, 0x40, 0x0C, 0xE5, 0x19, 0x95, 0x1B, 0xFF, 0xE5, 0x18, 0x95, -+0x1A, 0xFE, 0x80, 0x04, 0x7E, 0x00, 0x7F, 0x00, 0x8E, 0x18, 0x8F, 0x19, 0x90, 0xA7, 0x33, 0x31, -+0x71, 0xE5, 0x18, 0xF0, 0xA3, 0xE5, 0x19, 0xF0, 0x22, 0x90, 0xA7, 0x31, 0xE0, 0xFE, 0xA3, 0xE0, -+0x22, 0xE0, 0x25, 0xE0, 0x24, 0x95, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x8F, 0x18, -+0x8D, 0x19, 0x74, 0xA6, 0x2F, 0x12, 0x5D, 0x75, 0x74, 0xFF, 0x12, 0x56, 0xF4, 0xE0, 0xF5, 0x1A, -+0x54, 0x7F, 0xF5, 0x1B, 0xE5, 0x1A, 0x54, 0x80, 0xF5, 0x1C, 0x12, 0x5F, 0xF4, 0xE0, 0xF5, 0x1E, -+0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4E, 0x5D, 0xC4, 0x54, 0x03, 0xF5, 0x1F, 0xE5, 0x1B, 0x91, 0xA2, -+0xB1, 0x1F, 0xE5, 0x18, 0x31, 0x72, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x26, 0x25, 0x18, 0x12, -+0x5F, 0x9C, 0xE5, 0x1A, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x18, 0x12, 0x4E, 0x5D, 0x13, 0x13, 0x54, -+0x03, 0xF5, 0x1D, 0x74, 0x26, 0x25, 0x18, 0xB1, 0x17, 0xE5, 0x1D, 0xF0, 0x74, 0x95, 0x25, 0x18, -+0x12, 0x66, 0xDD, 0xE0, 0x30, 0xE0, 0x1D, 0xE5, 0x1B, 0x64, 0x3F, 0x70, 0x17, 0x75, 0xF0, 0x04, -+0xE5, 0x18, 0x12, 0x4F, 0x9C, 0xC4, 0x13, 0x54, 0x07, 0x7F, 0x3E, 0x30, 0xE0, 0x02, 0x7F, 0xBE, -+0x91, 0x63, 0x61, 0x1D, 0xE5, 0x1B, 0x64, 0x2D, 0x70, 0x2F, 0x75, 0xF0, 0x04, 0xE5, 0x18, 0x12, -+0x4E, 0x5D, 0xFF, 0x54, 0x03, 0xFE, 0xE5, 0x1D, 0xC3, 0x9E, 0x50, 0x1D, 0x75, 0x1A, 0x2C, 0x05, -+0x1D, 0xE5, 0x1D, 0x12, 0x6F, 0xE5, 0xFE, 0x75, 0xF0, 0x04, 0xE5, 0x18, 0x90, 0x96, 0x18, 0x12, -+0x4A, 0x37, 0xEF, 0x54, 0xF3, 0x4E, 0xF0, 0x80, 0x08, 0xE5, 0x1B, 0xB4, 0x2C, 0x0F, 0x75, 0x1A, -+0x2D, 0x74, 0xA6, 0x25, 0x18, 0x12, 0x5D, 0x75, 0x74, 0xFF, 0xF0, 0x61, 0x18, 0xE5, 0x1B, 0xC3, -+0x95, 0x1E, 0x40, 0x02, 0x41, 0xEA, 0xAD, 0x1A, 0xAF, 0x18, 0xB1, 0x53, 0xEF, 0xF4, 0x60, 0x0B, -+0x8F, 0x1A, 0x8F, 0x1B, 0xE5, 0x1A, 0x30, 0xE7, 0x02, 0x61, 0x18, 0xAD, 0x1B, 0xAF, 0x1F, 0x91, -+0x8E, 0x8F, 0x1B, 0xAD, 0x1E, 0xAF, 0x1F, 0x91, 0x8E, 0x8F, 0x1E, 0xE5, 0x1B, 0xD3, 0x94, 0x0B, -+0x40, 0x12, 0x90, 0xA7, 0x39, 0xE5, 0x1F, 0xF0, 0xAB, 0x18, 0xE4, 0xFD, 0xAF, 0x1B, 0x71, 0x21, -+0x8F, 0x1A, 0x80, 0x0A, 0xAB, 0x18, 0xAD, 0x1E, 0xAF, 0x1B, 0x91, 0xC0, 0x8F, 0x1A, 0xAD, 0x1A, -+0xAF, 0x1F, 0x91, 0x7B, 0x8F, 0x1A, 0x74, 0xA6, 0x25, 0x18, 0x12, 0x5D, 0x75, 0xE0, 0xFD, 0xF4, -+0x60, 0x0D, 0xAF, 0x1F, 0x91, 0x7B, 0x74, 0xA6, 0x25, 0x18, 0x12, 0x5D, 0x75, 0xEF, 0xF0, 0x74, -+0x95, 0x25, 0x18, 0x12, 0x66, 0xDD, 0xE0, 0x30, 0xE0, 0x4E, 0xE5, 0x1B, 0x64, 0x3F, 0x70, 0x48, -+0x75, 0xF0, 0x04, 0xE5, 0x18, 0x12, 0x4F, 0x9C, 0xC4, 0x13, 0x54, 0x07, 0x7F, 0x3E, 0x30, 0xE0, -+0x02, 0x7F, 0xBE, 0x91, 0x63, 0x12, 0x6C, 0x03, 0x80, 0x2E, 0xE5, 0x1B, 0x65, 0x1E, 0x70, 0x1C, -+0x75, 0xF0, 0x04, 0xE5, 0x18, 0x12, 0x4F, 0x9C, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x21, 0xE5, -+0x1A, 0x20, 0xE7, 0x1C, 0xE5, 0x1B, 0x44, 0x80, 0xF5, 0x1A, 0x80, 0x0C, 0x74, 0x26, 0x25, 0x18, -+0x12, 0x5F, 0x9C, 0xE5, 0x1E, 0xF0, 0xF5, 0x1A, 0x85, 0x1D, 0x77, 0xAB, 0x19, 0x12, 0x6C, 0x03, -+0x22, 0x90, 0xA7, 0x38, 0xEB, 0xF0, 0xEF, 0x54, 0x7F, 0x24, 0xF4, 0x90, 0xA7, 0x3C, 0xF0, 0xED, -+0x70, 0x2E, 0x91, 0x73, 0x70, 0x15, 0xE0, 0x25, 0xE0, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x41, -+0x91, 0x4B, 0x24, 0x82, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x41, 0xE0, 0x25, 0xE0, 0x24, 0x59, -+0xF5, 0x82, 0xE4, 0x34, 0x41, 0x91, 0x4B, 0x24, 0x5A, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x2C, -+0x91, 0x73, 0x70, 0x15, 0xE0, 0x25, 0xE0, 0x24, 0xCD, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x91, 0x4B, -+0x24, 0xCE, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x13, 0xE0, 0x25, 0xE0, 0x24, 0xA5, 0xF5, 0x82, -+0xE4, 0x34, 0x41, 0x91, 0x4B, 0x24, 0xA6, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xF5, 0x83, 0xE4, 0x93, -+0xFF, 0x90, 0xA7, 0x38, 0xE0, 0xFD, 0x91, 0x2B, 0xA9, 0x07, 0x7F, 0x0C, 0x7E, 0x12, 0x7D, 0x10, -+0x90, 0xA7, 0x3A, 0xE0, 0xFC, 0xF4, 0x60, 0x2E, 0xE9, 0xF4, 0x60, 0x2A, 0xE9, 0xC3, 0x9F, 0x40, -+0x25, 0xE9, 0xD3, 0x9D, 0x50, 0x20, 0x91, 0x6B, 0x12, 0x66, 0xDD, 0xE0, 0x30, 0xE1, 0x17, 0x74, -+0xA6, 0x2D, 0x12, 0x67, 0xC5, 0xE0, 0xC3, 0x94, 0x02, 0x40, 0x0B, 0x90, 0xA7, 0x3B, 0xE9, 0xF0, -+0xA9, 0x04, 0x90, 0xA7, 0x3A, 0xF0, 0x91, 0x6B, 0x12, 0x66, 0xDD, 0xE0, 0x30, 0xE6, 0x2A, 0x74, -+0xA6, 0x2D, 0x12, 0x67, 0xC5, 0xE0, 0xC3, 0x94, 0x02, 0x40, 0x1E, 0x90, 0xA7, 0x3A, 0xE0, 0xFD, -+0xF4, 0x60, 0x16, 0xE9, 0xF4, 0x60, 0x12, 0xE9, 0x9F, 0x40, 0x0E, 0xE9, 0xD3, 0x9E, 0x50, 0x09, -+0xA3, 0xE9, 0xF0, 0xA9, 0x05, 0x90, 0xA7, 0x3A, 0xF0, 0x90, 0xA7, 0x3A, 0xE0, 0xB4, 0xFF, 0x0D, -+0xE9, 0xF0, 0x90, 0xA7, 0x38, 0x12, 0x5D, 0x72, 0x74, 0xFF, 0xF0, 0x80, 0x08, 0x90, 0xA7, 0x38, -+0x12, 0x5D, 0x72, 0xE9, 0xF0, 0x90, 0xA7, 0x3A, 0xE0, 0xFF, 0x22, 0xAC, 0x07, 0xB1, 0x00, 0x75, -+0xF0, 0x08, 0xED, 0x12, 0x61, 0x9D, 0x12, 0x5F, 0xC2, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, -+0xD8, 0xF9, 0xB1, 0x0F, 0x7F, 0xFF, 0x60, 0x02, 0xAF, 0x04, 0x22, 0xF5, 0x83, 0xE4, 0x93, 0xFF, -+0x90, 0xA7, 0x38, 0xE0, 0xFD, 0x91, 0x2B, 0x90, 0xA7, 0x3A, 0xEF, 0xF0, 0x90, 0xA7, 0x3C, 0xE0, -+0x25, 0xE0, 0x22, 0x8F, 0x1A, 0x85, 0x1D, 0x77, 0xE4, 0xFB, 0x22, 0x90, 0xA7, 0x38, 0xE0, 0xFD, -+0x24, 0x95, 0x22, 0x90, 0xA7, 0x39, 0xE0, 0x90, 0xA7, 0x3C, 0x22, 0xEF, 0x60, 0x0A, 0xED, 0xD3, -+0x94, 0x0B, 0x40, 0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, 0xED, 0x2E, 0xFF, 0x22, 0xEF, 0x60, -+0x0A, 0xED, 0xC3, 0x94, 0x2C, 0x40, 0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, 0xC3, 0xED, 0x9E, -+0xFF, 0x22, 0x25, 0xE0, 0x24, 0x41, 0xF5, 0x82, 0xE4, 0x34, 0x42, 0xF5, 0x83, 0x22, 0x8F, 0x15, -+0xEF, 0x75, 0xF0, 0x06, 0xA4, 0x24, 0x5C, 0xF9, 0x74, 0x40, 0x35, 0xF0, 0xFA, 0x7B, 0xFF, 0x22, -+0xEF, 0x04, 0xF5, 0x20, 0xE5, 0x20, 0xD3, 0x9D, 0x50, 0x33, 0xE5, 0x20, 0xB1, 0x01, 0x75, 0xF0, -+0x08, 0xEB, 0x12, 0x61, 0x9D, 0xE0, 0xF5, 0x82, 0x75, 0x83, 0x00, 0xE5, 0x20, 0x12, 0x5F, 0xC7, -+0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEE, 0x55, 0x83, 0xFE, 0xEF, 0x55, -+0x82, 0x4E, 0x60, 0x05, 0x85, 0x20, 0x21, 0x80, 0x04, 0x05, 0x20, 0x80, 0xC7, 0xAF, 0x21, 0x22, -+0xEC, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFF, 0x22, 0xF0, 0x90, 0x00, 0x04, 0x02, 0x26, 0x37, 0xFF, -+0xEE, 0x5A, 0xFE, 0xEF, 0x5B, 0x4E, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xA0, 0xF5, 0x83, 0x22, 0xE4, -+0x93, 0xFE, 0x74, 0x01, 0x93, 0xFF, 0x22, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x22, -+0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x01, 0xF9, 0x74, 0x8D, 0x35, 0xF0, 0xFA, 0x22, 0x12, 0x57, 0xDC, -+0x40, 0x03, 0x7F, 0x05, 0x22, 0xD3, 0xEF, 0x94, 0xC8, 0xEE, 0x94, 0x00, 0x7F, 0x00, 0x40, 0x02, -+0x7F, 0x02, 0x22, 0x7E, 0xFF, 0xED, 0x54, 0x7F, 0xFC, 0xED, 0x54, 0x80, 0x60, 0x04, 0xAE, 0x04, -+0x80, 0x1B, 0xEC, 0x64, 0x3D, 0x60, 0x04, 0xEC, 0xB4, 0x3F, 0x12, 0x75, 0xF0, 0x04, 0xEF, 0x12, -+0x4F, 0x9C, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x04, 0xEC, 0x44, 0x80, 0xFE, 0xAF, 0x06, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x04, 0x30, 0xB1, 0x27, 0x90, 0xA7, 0x17, 0xE0, -+0x90, 0x04, 0x33, 0xF0, 0x90, 0xA7, 0x18, 0xE0, 0x90, 0x04, 0x34, 0xF0, 0x90, 0xA7, 0x19, 0xE0, -+0x90, 0x04, 0x35, 0xF0, 0x90, 0xA7, 0x1A, 0xE0, 0x90, 0x04, 0x36, 0xF0, 0x90, 0xA7, 0x1B, 0xE0, -+0x90, 0x04, 0x37, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x7D, 0x10, 0xED, 0x14, 0xF9, 0x24, 0xFA, 0x12, 0x57, 0xA9, 0xE0, 0x60, 0x37, 0x7C, 0x08, 0xEC, -+0x14, 0x90, 0xA8, 0xBB, 0xF0, 0x74, 0xFA, 0x29, 0x12, 0x57, 0xA9, 0xE0, 0xFB, 0x7A, 0x00, 0x90, -+0xA8, 0xBB, 0xE0, 0x12, 0x5F, 0xC9, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xB1, -+0x0F, 0x60, 0x0F, 0xE9, 0x75, 0xF0, 0x08, 0xA4, 0xFF, 0x90, 0xA8, 0xBB, 0xE0, 0x2F, 0x04, 0xFF, -+0x80, 0x06, 0xDC, 0xCB, 0xDD, 0xBC, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x8B, 0x0E, 0x8A, -+0x0F, 0x89, 0x10, 0x12, 0x77, 0xA3, 0xFF, 0xF5, 0x12, 0x12, 0x26, 0x1E, 0xFE, 0xC3, 0x13, 0x30, -+0xE0, 0x07, 0x12, 0x4F, 0xA4, 0xF5, 0x13, 0x80, 0x02, 0x8F, 0x13, 0x85, 0x12, 0x11, 0xE5, 0x11, -+0xD3, 0x95, 0x13, 0x50, 0x24, 0xAB, 0x0E, 0xAA, 0x0F, 0xA9, 0x10, 0x12, 0x26, 0x1E, 0x54, 0x01, -+0xFD, 0xAF, 0x11, 0x12, 0x57, 0x6A, 0xAF, 0x11, 0xD1, 0x64, 0xEF, 0xAF, 0x11, 0x70, 0x04, 0xD1, -+0x5F, 0x80, 0x02, 0xD1, 0x5A, 0x05, 0x11, 0x80, 0xD5, 0x22, 0xE4, 0xFD, 0x02, 0x59, 0x0C, 0x7D, -+0x01, 0x02, 0x59, 0x0C, 0x12, 0x57, 0xE4, 0x12, 0x57, 0xA6, 0xE0, 0xFD, 0x7C, 0x00, 0x12, 0x5F, -+0xCA, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x5F, 0xD2, 0x7F, 0x00, 0x60, -+0x02, 0x7F, 0x01, 0x22, 0x12, 0x4F, 0xFC, 0x12, 0x26, 0x1E, 0x30, 0xE0, 0x12, 0xF1, 0x49, 0x90, -+0xA5, 0x2D, 0xE0, 0xB4, 0x01, 0x0B, 0x90, 0xFE, 0x10, 0xE0, 0x44, 0x04, 0xF0, 0x80, 0x02, 0xF1, -+0x16, 0x12, 0x4F, 0xB9, 0x12, 0x77, 0xA3, 0x90, 0xA6, 0xD8, 0x12, 0x4F, 0xA3, 0x90, 0xA6, 0xD9, -+0xF0, 0x90, 0xA6, 0xD8, 0xE0, 0x54, 0x01, 0x90, 0xA6, 0xE5, 0xF0, 0x90, 0xA6, 0xD8, 0xE0, 0x54, -+0x02, 0x90, 0xA6, 0xE6, 0xF0, 0x90, 0xA6, 0xD8, 0xE0, 0x54, 0x04, 0x90, 0xA6, 0xE7, 0xF0, 0x90, -+0xA6, 0xD8, 0xE0, 0x54, 0x08, 0x90, 0xA6, 0xE8, 0xF0, 0x90, 0xA6, 0xD8, 0xE0, 0x54, 0x10, 0x90, -+0xA6, 0xE9, 0xF0, 0x90, 0xA6, 0xD9, 0xE0, 0x54, 0x01, 0x90, 0xA6, 0xEA, 0xF0, 0x90, 0xA6, 0xD9, -+0xE0, 0x54, 0x02, 0x90, 0xA6, 0xEB, 0xF0, 0x90, 0xA6, 0xD9, 0xE0, 0x54, 0x04, 0x90, 0xA6, 0xEC, -+0xF0, 0x90, 0xA6, 0xD9, 0xE0, 0x54, 0x08, 0x90, 0xA6, 0xED, 0xF0, 0x90, 0xA6, 0xD9, 0xE0, 0x54, -+0x10, 0x90, 0xA6, 0xEE, 0xF0, 0x22, 0xC2, 0xAF, 0x90, 0xA6, 0xD7, 0xE0, 0x54, 0xFE, 0xF0, 0x7D, -+0x08, 0xE4, 0xFF, 0xF1, 0x3F, 0x90, 0x02, 0x09, 0xE0, 0x90, 0x04, 0x24, 0xF0, 0x90, 0x02, 0x09, -+0xE0, 0x90, 0x04, 0x25, 0xF0, 0xE4, 0x90, 0xA6, 0xE3, 0xF0, 0xA3, 0xF0, 0xD2, 0xAF, 0x22, 0x74, -+0x5D, 0xF1, 0x9C, 0xFE, 0xF6, 0x74, 0x30, 0x80, 0x42, 0xF1, 0xAC, 0x90, 0xA6, 0xD5, 0xF0, 0xA3, -+0xEF, 0xF0, 0x90, 0x02, 0x86, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0xA6, 0xD7, 0xE0, 0x44, 0x01, 0xF0, -+0x7D, 0x08, 0xE4, 0xFF, 0xF1, 0x7B, 0x90, 0x05, 0x52, 0xE0, 0x54, 0x07, 0x04, 0x90, 0xA6, 0xE2, -+0x12, 0x57, 0xCD, 0x90, 0x04, 0x22, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x74, 0x5D, 0x2F, 0xF8, 0xE6, -+0x4D, 0xFE, 0xF6, 0x74, 0x30, 0x80, 0x04, 0xFE, 0xF6, 0x74, 0x38, 0x2F, 0xF5, 0x82, 0xE4, 0x34, -+0x01, 0xF5, 0x83, 0xEE, 0xF0, 0x22, 0x74, 0x65, 0xF1, 0x9C, 0x80, 0xEB, 0x2F, 0xF8, 0xE6, 0xFE, -+0xED, 0xF4, 0x5E, 0x22, 0x74, 0x65, 0x2F, 0xF8, 0xE6, 0x4D, 0x80, 0xDB, 0x90, 0x01, 0x17, 0xE0, -+0xFE, 0x90, 0x01, 0x16, 0xE0, 0x7C, 0x00, 0x24, 0x00, 0xFF, 0xEC, 0x3E, 0x22, 0x12, 0x4F, 0xB4, -+0xF1, 0xC9, 0x7A, 0xA6, 0x79, 0xEF, 0x02, 0x34, 0x2C, 0x8B, 0x40, 0x8A, 0x41, 0x89, 0x42, 0x75, -+0x43, 0x05, 0x7B, 0x01, 0x22, 0x12, 0x4F, 0xB4, 0xF1, 0xC9, 0x7A, 0xA6, 0x79, 0xF4, 0x02, 0x34, -+0x2C, 0x12, 0x26, 0x1E, 0xFF, 0x90, 0xA6, 0xF9, 0xF0, 0xBF, 0x01, 0x08, 0x12, 0x6B, 0x03, 0xE4, -+0x90, 0xA6, 0xF9, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x3C, 0xE0, -+0xFF, 0x90, 0xA6, 0x3B, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, -+0x41, 0x90, 0xA6, 0x3B, 0xE0, 0xFE, 0x75, 0xF0, 0x08, 0x90, 0xA5, 0xEB, 0x12, 0x4A, 0x37, 0xE0, -+0xFD, 0xEE, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xEC, 0xF9, 0x74, 0xA5, 0x35, 0xF0, 0xFA, 0x7B, 0x01, -+0xAF, 0x05, 0x12, 0x4D, 0xCC, 0x90, 0xA6, 0x3B, 0x12, 0x6F, 0xEC, 0xB4, 0x0A, 0x02, 0x7F, 0x01, -+0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA6, 0x3B, 0xF0, 0x12, 0x74, 0x2F, 0x90, 0xA5, 0x27, 0xE0, 0x44, -+0x02, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0xA6, 0xD3, 0xF0, 0xA3, 0xF0, 0x90, 0xA6, -+0x3B, 0xF0, 0xA3, 0xF0, 0x22, 0xE4, 0xF5, 0x55, 0xF5, 0x56, 0xF5, 0x57, 0x75, 0x58, 0x80, 0xAD, -+0x55, 0x7F, 0x50, 0x12, 0x3A, 0x96, 0xAD, 0x56, 0x7F, 0x51, 0x12, 0x3A, 0x96, 0xAD, 0x57, 0x7F, -+0x52, 0x12, 0x3A, 0x96, 0xAD, 0x58, 0x7F, 0x53, 0x02, 0x3A, 0x96, 0x75, 0x5D, 0x12, 0xE4, 0xF5, -+0x5E, 0x75, 0x5F, 0x87, 0x75, 0x60, 0x73, 0x90, 0x01, 0x30, 0xE5, 0x5D, 0xF0, 0xA3, 0xE5, 0x5E, -+0xF0, 0xA3, 0xE5, 0x5F, 0xF0, 0xA3, 0xE5, 0x60, 0xF0, 0x22, 0x75, 0x65, 0x06, 0x75, 0x66, 0x01, -+0x75, 0x67, 0x03, 0x75, 0x68, 0x62, 0x90, 0x01, 0x38, 0xE5, 0x65, 0xF0, 0xA3, 0xE5, 0x66, 0xF0, -+0xA3, 0xE5, 0x67, 0xF0, 0xA3, 0xE5, 0x68, 0xF0, 0x22, 0x90, 0x01, 0x94, 0xE0, 0x44, 0x01, 0xF0, -+0x90, 0x01, 0xC7, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x01, 0x9C, -+0x74, 0x7E, 0xF0, 0xA3, 0x74, 0x92, 0xF0, 0xA3, 0x74, 0xA0, 0xF0, 0xA3, 0x74, 0x24, 0xF0, 0x90, -+0x01, 0x9B, 0x74, 0x49, 0xF0, 0x90, 0x01, 0x9A, 0x74, 0xE0, 0xF0, 0x90, 0x01, 0x99, 0xE4, 0xF0, -+0x90, 0x01, 0x98, 0x04, 0xF0, 0x22, 0x90, 0x01, 0xE4, 0x74, 0x29, 0xF0, 0xA3, 0xE4, 0xF0, 0x22, -+0x90, 0x01, 0x34, 0xE0, 0x55, 0x5D, 0xF5, 0x61, 0xA3, 0xE0, 0x55, 0x5E, 0xF5, 0x62, 0xA3, 0xE0, -+0x55, 0x5F, 0xF5, 0x63, 0xA3, 0xE0, 0x55, 0x60, 0xF5, 0x64, 0x90, 0x01, 0x34, 0xE5, 0x61, 0xF0, -+0xA3, 0xE5, 0x62, 0xF0, 0xA3, 0xE5, 0x63, 0xF0, 0xA3, 0xE5, 0x64, 0xF0, 0x22, 0x90, 0x01, 0x3C, -+0xE0, 0x55, 0x65, 0xF5, 0x69, 0xA3, 0xE0, 0x55, 0x66, 0xF5, 0x6A, 0xA3, 0xE0, 0x55, 0x67, 0xF5, -+0x6B, 0xA3, 0xE0, 0x55, 0x68, 0xF5, 0x6C, 0x90, 0x01, 0x3C, 0xE5, 0x69, 0xF0, 0xA3, 0xE5, 0x6A, -+0xF0, 0xA3, 0xE5, 0x6B, 0xF0, 0xA3, 0xE5, 0x6C, 0xF0, 0x53, 0x91, 0xDF, 0x22, 0x90, 0x01, 0xCF, -+0xE0, 0x90, 0xA7, 0xA7, 0xF0, 0xE0, 0xFF, 0x30, 0xE0, 0x07, 0x90, 0x01, 0xCF, 0xE0, 0x54, 0xFE, -+0xF0, 0xEF, 0x30, 0xE5, 0x23, 0x90, 0x01, 0xCF, 0xE0, 0x54, 0xDF, 0xF0, 0x90, 0x01, 0x34, 0x74, -+0x20, 0xF0, 0xE4, 0xF5, 0xA8, 0xF5, 0xE8, 0x12, 0x50, 0x45, 0x90, 0x00, 0x03, 0xE0, 0x54, 0xFB, -+0xFD, 0x7F, 0x03, 0x12, 0x3A, 0x96, 0x80, 0xFE, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA8, 0xA4, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA8, 0xA3, 0xEF, 0xF0, 0xE4, 0xFD, 0xFC, -+0x12, 0x55, 0x58, 0x7C, 0x00, 0xAD, 0x07, 0x90, 0xA8, 0xA3, 0xE0, 0x90, 0x04, 0x25, 0xF0, 0x90, -+0xA8, 0xA4, 0xE0, 0x60, 0x05, 0x51, 0x4B, 0x44, 0x80, 0xF0, 0xAF, 0x05, 0x74, 0x20, 0x2F, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xC0, 0xF0, 0x51, 0x4B, 0x54, 0xC0, 0xF0, 0x90, -+0xA8, 0xA6, 0xE0, 0xFF, 0xAE, 0x05, 0x74, 0x18, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, -+0xEF, 0xF0, 0x51, 0x40, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0xA8, 0xA5, 0xE0, 0x25, 0xE0, 0x25, 0xE0, -+0xFE, 0xEF, 0x44, 0x02, 0x4E, 0xFF, 0xAE, 0x05, 0x51, 0x40, 0xEF, 0xF0, 0x74, 0x11, 0x2E, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x74, 0xFF, 0xF0, 0x74, 0x29, 0x2E, 0xF5, 0x82, 0xE4, 0x34, -+0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xF7, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x74, 0x12, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x21, 0x2F, 0xF5, 0x82, -+0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x7E, 0xFF, 0x74, 0xA6, 0x2F, 0x12, 0x5D, 0x75, 0x74, -+0xFF, 0xF0, 0xED, 0xB4, 0x3E, 0x0D, 0x7E, 0xBD, 0x74, 0xA6, 0x2F, 0x12, 0x5D, 0x75, 0x74, 0x3D, -+0xF0, 0x80, 0x1D, 0xED, 0xB4, 0x3F, 0x19, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0x9C, 0xC4, 0x13, -+0x54, 0x07, 0x30, 0xE0, 0x0B, 0x7E, 0x3E, 0x74, 0xA6, 0x2F, 0x12, 0x5D, 0x75, 0x74, 0x3E, 0xF0, -+0xED, 0x14, 0xFD, 0x74, 0x26, 0x2F, 0x12, 0x5F, 0x9C, 0xED, 0xF0, 0xAF, 0x06, 0x22, 0x8F, 0x0F, -+0x8D, 0x10, 0x8B, 0x11, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4E, 0x5D, 0xC4, 0x54, 0x03, 0x90, 0xA7, -+0x28, 0xF0, 0x90, 0xA7, 0x26, 0x60, 0x09, 0x74, 0x32, 0xF0, 0xA3, 0x74, 0x2F, 0xF0, 0x80, 0x07, -+0x74, 0x11, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x12, 0x56, 0xF9, 0xE0, -+0xFD, 0x90, 0xA8, 0x4C, 0x74, 0x04, 0xF0, 0xE4, 0xFB, 0xAF, 0x0F, 0x12, 0x6B, 0xD0, 0xE5, 0x10, -+0xD3, 0x94, 0x2D, 0x40, 0x0A, 0x75, 0xF0, 0x04, 0xE5, 0x0F, 0x12, 0x5F, 0xF8, 0x80, 0x20, 0xE5, -+0x10, 0xD3, 0x94, 0x1E, 0x40, 0x05, 0x90, 0xA7, 0x26, 0x80, 0x14, 0xE5, 0x10, 0xD3, 0x94, 0x14, -+0x40, 0x05, 0x90, 0xA7, 0x27, 0x80, 0x08, 0x75, 0xF0, 0x04, 0xE5, 0x0F, 0x12, 0x67, 0x9D, 0xE0, -+0xFD, 0x85, 0x11, 0x77, 0xE4, 0xFB, 0xAF, 0x0F, 0x02, 0x6C, 0x07, 0xE4, 0x90, 0xA7, 0x38, 0xF0, -+0x90, 0xA7, 0x38, 0xE0, 0xFF, 0xC3, 0x94, 0x06, 0x50, 0x60, 0x74, 0x36, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0xA5, 0xF5, 0x83, 0xE0, 0xFF, 0xD3, 0x94, 0x0A, 0x50, 0x02, 0x80, 0x02, 0x7F, 0x0A, 0xAE, -+0x07, 0xEF, 0x24, 0x02, 0x90, 0xA7, 0x37, 0xF0, 0x90, 0xA7, 0x29, 0x74, 0x0E, 0xF0, 0x90, 0xA7, -+0x2B, 0x74, 0x01, 0xF0, 0x71, 0x8B, 0xE0, 0x90, 0xA7, 0x2C, 0xF0, 0xE4, 0xFF, 0xEF, 0xC3, 0x9E, -+0x50, 0x17, 0x71, 0x8B, 0xE0, 0x2F, 0x71, 0x99, 0xE0, 0xFD, 0x74, 0x2D, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0xA7, 0xF5, 0x83, 0xED, 0xF0, 0x0F, 0x80, 0xE4, 0x7B, 0x01, 0x7A, 0xA7, 0x79, 0x29, 0x12, -+0x6B, 0xB1, 0x90, 0xA7, 0x38, 0xE0, 0x04, 0xF0, 0x80, 0x96, 0x22, 0x90, 0xA7, 0x38, 0xE0, 0x24, -+0x30, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x22, 0x24, 0x90, 0xF5, 0x82, 0xE4, 0x34, 0xA5, -+0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xED, 0x60, 0x44, 0x75, 0xF0, 0x0A, -+0xEF, 0x90, 0x8D, 0x01, 0x12, 0x67, 0x96, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x03, 0x12, -+0x67, 0x96, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x05, 0x12, 0x67, 0x96, 0xF0, 0x75, 0xF0, -+0x0A, 0xEF, 0x90, 0x8D, 0x07, 0x12, 0x67, 0x96, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x09, -+0x12, 0x67, 0x96, 0xF0, 0xEF, 0x91, 0x04, 0x12, 0x65, 0x1E, 0x74, 0x95, 0x2F, 0x91, 0x12, 0xE4, -+0xF0, 0x12, 0x67, 0xAA, 0xE0, 0x54, 0xBF, 0x44, 0x80, 0xFE, 0x12, 0x67, 0xAA, 0xEE, 0xF0, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x25, 0xE0, 0x24, 0x01, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0x22, 0x74, 0x95, -+0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x98, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA8, 0xB6, 0xEF, 0xF0, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE6, 0x3D, 0x90, 0x00, 0x8D, -+0xE0, 0x64, 0x01, 0x70, 0x35, 0x90, 0xA8, 0xB7, 0xF0, 0x90, 0xA8, 0xB7, 0xE0, 0xFD, 0x90, 0xA8, -+0xB6, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x56, 0xF9, 0xE5, 0x82, 0x2D, 0x12, 0x61, 0xA6, 0xE0, 0xFB, -+0xE4, 0xFF, 0x12, 0x4F, 0x62, 0x90, 0xA8, 0xB7, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x10, 0x40, -+0xD8, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE0, 0x02, 0x91, 0x6F, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, -+0xFD, 0x7F, 0x8D, 0x02, 0x3A, 0x96, 0x90, 0xA8, 0xBC, 0xEF, 0xF0, 0x90, 0xA5, 0x2D, 0xE0, 0xB4, -+0x02, 0x12, 0x90, 0xA8, 0xBC, 0xE0, 0xFF, 0x64, 0x01, 0x60, 0x25, 0x90, 0x01, 0x4D, 0xE0, 0x64, -+0x80, 0xF0, 0x80, 0x19, 0x90, 0x01, 0x00, 0x74, 0xFF, 0xF0, 0x7F, 0x64, 0x7E, 0x00, 0x12, 0x3A, -+0xF7, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0xA8, 0xBC, 0xE0, 0xFF, 0x12, 0x76, 0x19, -+0x22, 0xE4, 0x90, 0xA7, 0x1F, 0xF0, 0xA3, 0xF0, 0x90, 0x02, 0x86, 0xE0, 0x20, 0xE1, 0x28, 0xC3, -+0x90, 0xA7, 0x20, 0xE0, 0x94, 0xD0, 0x90, 0xA7, 0x1F, 0xE0, 0x94, 0x07, 0x40, 0x0A, 0x90, 0x01, -+0xC1, 0xE0, 0x44, 0x04, 0xF0, 0x7F, 0x00, 0x22, 0x90, 0xA7, 0x1F, 0x12, 0x58, 0x9E, 0x7F, 0x0A, -+0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x80, 0xD1, 0x7F, 0x01, 0x22, 0x7D, 0x07, 0xEF, 0x5D, 0xC3, 0x60, -+0x0A, 0x91, 0xFF, 0x24, 0x08, 0xFF, 0xE4, 0x3E, 0xFE, 0x80, 0x03, 0x91, 0xFF, 0xFF, 0x22, 0x74, -+0xFF, 0x9D, 0xFD, 0x74, 0xFF, 0x94, 0x00, 0x5E, 0xFE, 0xED, 0x5F, 0x22, 0x90, 0x04, 0x24, 0xEF, -+0xF0, 0x22, 0x90, 0xA6, 0xE2, 0xE0, 0xFD, 0x7C, 0x00, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, -+0x26, 0xAA, 0xED, 0x4C, 0x70, 0x05, 0x90, 0xA6, 0xEF, 0x80, 0x2A, 0xED, 0x64, 0x01, 0x4C, 0x70, -+0x05, 0x90, 0xA6, 0xF0, 0x80, 0x1F, 0xED, 0x64, 0x02, 0x4C, 0x70, 0x05, 0x90, 0xA6, 0xF1, 0x80, -+0x14, 0xED, 0x64, 0x03, 0x4C, 0x70, 0x05, 0x90, 0xA6, 0xF2, 0x80, 0x09, 0xED, 0x64, 0x04, 0x4C, -+0x70, 0x0D, 0x90, 0xA6, 0xF3, 0xE0, 0xFF, 0xB1, 0x0C, 0x90, 0xA6, 0xE3, 0x12, 0x58, 0x9E, 0x22, -+0x35, 0xF0, 0xFE, 0x90, 0x00, 0x06, 0x12, 0x49, 0xC0, 0x2F, 0xFF, 0xEE, 0x35, 0xF0, 0xFE, 0x22, -+0x25, 0xE0, 0x24, 0xE9, 0xF5, 0x82, 0xE4, 0x34, 0x42, 0xF5, 0x83, 0x22, 0x75, 0xF0, 0x04, 0xE5, -+0x0E, 0x90, 0x9B, 0x18, 0x12, 0x4A, 0x37, 0xE0, 0x22, 0x12, 0x4A, 0x37, 0xE0, 0xFE, 0xED, 0xFF, -+0x90, 0xA7, 0xC7, 0xE0, 0x22, 0xFC, 0xE5, 0x13, 0xC3, 0x13, 0xFE, 0xE5, 0x14, 0x13, 0xFF, 0x22, -+0x90, 0xA7, 0x2E, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0E, 0x22, 0x90, 0xA7, 0x25, 0x74, 0x0D, 0xF0, -+0x90, 0xA7, 0x33, 0x22, 0x74, 0x01, 0x93, 0x95, 0x12, 0xE4, 0x93, 0x95, 0x11, 0x22, 0xF0, 0xEE, -+0xA3, 0xF0, 0x75, 0xF0, 0x10, 0xED, 0x22, 0x90, 0xA7, 0x23, 0xE0, 0x90, 0xA7, 0x27, 0xF0, 0x22, -+0xE5, 0x6F, 0x75, 0xF0, 0x08, 0xA4, 0x25, 0x6E, 0x22, 0xFF, 0x90, 0xA8, 0xAE, 0xE0, 0xFB, 0xEF, -+0x5B, 0x22, 0x90, 0x89, 0x07, 0x12, 0x4A, 0x37, 0xE0, 0x22, 0x90, 0x89, 0x04, 0x12, 0x4A, 0x37, -+0xE0, 0x22, 0xFE, 0x33, 0x33, 0x33, 0x54, 0xF8, 0x4F, 0x22, 0x90, 0x9B, 0x15, 0x12, 0x4A, 0x37, -+0xEF, 0x22, 0xCD, 0x85, -+}; -+u4Byte ArrayLength_MP_8812A_FW_AP = 17956; -+ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_AP( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8812A_FW_AP; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8812A_FW_AP, ArrayLength_MP_8812A_FW_AP); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8812A_FW_AP; -+} -+ -+ -+#endif /* #if (defined(CONFIG_AP_WOWLAN)||(DM_ODM_SUPPORT_TYPE & (ODM_AP)) */ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ -+ -+u1Byte Array_MP_8812A_FW_NIC[] = { -+0x01, 0x95, 0x10, 0x00, 0x29, 0x00, 0x00, 0x00, 0x06, 0x17, 0x19, 0x25, 0x38, 0x7D, 0x00, 0x00, -+0x65, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x4B, 0xBE, 0x02, 0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x81, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x8F, 0xDB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x80, 0x8A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x89, 0x01, 0x00, 0x00, -+0x00, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x08, 0x08, 0x00, 0x00, 0x00, 0x0A, 0x08, 0x03, 0x03, -+0x00, 0x04, 0x09, 0x07, 0x03, 0x03, 0x00, 0x04, 0x08, 0x06, 0x03, 0x02, 0x00, 0x04, 0x08, 0x05, -+0x03, 0x01, 0x00, 0x04, 0x0D, 0x0A, 0x07, 0x05, 0x00, 0x08, 0x0C, 0x0A, 0x07, 0x04, 0x00, 0x08, -+0x0B, 0x0A, 0x06, 0x05, 0x00, 0x08, 0x0B, 0x0A, 0x05, 0x03, 0x00, 0x08, 0x0B, 0x0A, 0x03, 0x02, -+0x00, 0x08, 0x14, 0x12, 0x0C, 0x04, 0x00, 0x10, 0x14, 0x12, 0x09, 0x04, 0x00, 0x10, 0x24, 0x22, -+0x1C, 0x12, 0x00, 0x20, 0x24, 0x22, 0x18, 0x0C, 0x00, 0x20, 0x24, 0x22, 0x14, 0x06, 0x00, 0x20, -+0x24, 0x22, 0x0F, 0x04, 0x00, 0x20, 0x24, 0x21, 0x0A, 0x04, 0x00, 0x20, 0x23, 0x21, 0x0C, 0x04, -+0x00, 0x20, 0x23, 0x1F, 0x0A, 0x04, 0x00, 0x20, 0x22, 0x1F, 0x0F, 0x04, 0x00, 0x20, 0x21, 0x1F, -+0x16, 0x0C, 0x00, 0x20, 0x31, 0x2F, 0x20, 0x14, 0x00, 0x30, 0x31, 0x2F, 0x18, 0x10, 0x00, 0x30, -+0x31, 0x2C, 0x18, 0x0C, 0x00, 0x30, 0x31, 0x2A, 0x14, 0x0C, 0x00, 0x30, 0x31, 0x28, 0x14, 0x00, -+0x00, 0x30, 0x31, 0x24, 0x14, 0x00, 0x00, 0x30, 0x31, 0x1E, 0x14, 0x00, 0x00, 0x30, 0x15, 0xF0, -+0xFF, 0x0F, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x05, 0xF0, 0xFF, 0x0F, -+0x00, 0x00, 0x00, 0x05, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, 0x0F, 0x00, 0x00, -+0x00, 0x10, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0xF5, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, -+0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, -+0xFF, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x3F, 0x00, 0x00, -+0x00, 0x00, 0x15, 0xF0, 0xCF, 0xFF, 0x00, 0x00, 0x00, 0x16, 0x0D, 0x17, 0x0E, 0x17, 0x0F, 0x18, -+0x10, 0x19, 0x11, 0x1A, 0x12, 0x1A, 0x13, 0x1A, 0x14, 0x1A, 0x15, 0x1B, 0xFF, 0x17, 0x0E, 0x18, -+0x10, 0x19, 0x11, 0x1A, 0x12, 0x1B, 0x15, 0x1C, 0xFF, 0x1D, 0xFF, 0x1E, 0xFF, 0x1F, 0xFF, 0xFF, -+0xFF, 0x14, 0x0D, 0x0E, 0x15, 0x15, 0x0F, 0x16, 0x10, 0x17, 0x11, 0x18, 0x12, 0x18, 0x13, 0x18, -+0xFF, 0x15, 0x0D, 0x16, 0x10, 0x10, 0x17, 0x18, 0x12, 0x19, 0xFF, 0x1A, 0xFF, 0x1B, 0xFF, 0xFF, -+0xFF, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0C, 0x0C, 0x0D, 0x0C, 0x0E, 0x0D, 0x0F, 0x17, 0x18, -+0x10, 0x19, 0x11, 0x19, 0x11, 0x19, 0x12, 0x1A, 0x14, 0x0C, 0x0C, 0x16, 0x0D, 0x17, 0x0F, 0x18, -+0x10, 0x19, 0x13, 0x1A, 0x14, 0x1B, 0x15, 0x1C, 0x1B, 0x1D, 0x1C, 0x1E, 0x1D, 0x04, 0x04, 0x0C, -+0x14, 0x0D, 0x14, 0x0E, 0x14, 0x0F, 0x15, 0x10, 0x16, 0x17, 0x11, 0x12, 0x17, 0x0C, 0x0C, 0x14, -+0x0E, 0x15, 0x0F, 0x16, 0x10, 0x17, 0x12, 0x18, 0x18, 0x19, 0x19, 0x1A, 0x19, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x26, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x21, 0x25, 0x27, -+0x28, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, -+0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, -+0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, -+0x00, 0x23, 0x26, 0x28, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x23, 0x26, 0x28, 0x2A, 0x2A, -+0x2A, 0x00, 0x04, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, -+0x48, 0x00, 0x60, 0x00, 0x90, 0x00, 0xC0, 0x00, 0xD8, 0x00, 0x3C, 0x00, 0x64, 0x00, 0x78, 0x00, -+0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0xE0, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, -+0x90, 0x02, 0x58, 0x03, 0x20, 0x04, 0xB0, 0x06, 0x40, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, -+0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, -+0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x64, 0x00, -+0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x00, 0x78, 0x00, -+0xF0, 0x01, 0x90, 0x02, 0x58, 0x03, 0xE8, 0x07, 0xD0, 0x09, 0x60, 0x0F, 0xA0, 0x12, 0xC0, 0x15, -+0x18, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, -+0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, -+0xB0, 0x06, 0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0x02, 0x00, 0x02, 0x00, 0x04, 0x00, -+0x08, 0x00, 0x0C, 0x00, 0x12, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, 0x48, 0x00, 0x60, 0x00, -+0x6C, 0x00, 0x14, 0x00, 0x32, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x00, -+0xF0, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0x90, 0x02, 0x58, 0x03, -+0x20, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, -+0xE8, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, -+0xE8, 0x00, 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x00, -+0xF0, 0x01, 0x7C, 0x01, 0x90, 0x00, 0x3C, 0x00, 0x78, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0xF4, 0x03, -+0xE8, 0x04, 0xB0, 0x07, 0xD0, 0x09, 0x60, 0x0A, 0xF0, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, -+0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, 0xE8, 0x00, 0x64, 0x00, -+0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, -+0xE8, 0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x10, 0x18, 0x20, 0x30, 0x40, 0x50, 0x01, 0x01, 0x01, -+0x02, 0x01, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0B, 0x05, 0x06, 0x06, -+0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, -+0x0B, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x01, 0x02, 0x03, -+0x04, 0x05, 0x06, 0x07, 0x08, 0x02, 0x04, 0x06, 0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x03, 0x05, 0x06, -+0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x02, 0x04, 0x06, -+0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x03, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, -+0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x19, 0x06, 0x04, 0x02, 0x00, 0x18, 0x00, 0x04, 0x0C, 0x14, 0x2C, -+0x36, 0x04, 0x08, 0x08, 0x08, 0x0A, 0x0A, 0x04, 0x04, 0x04, 0x05, 0x04, 0x04, 0x05, 0x07, 0x07, -+0x07, 0x08, 0x0A, 0x04, 0x07, 0x0A, 0x0E, 0x11, 0x13, 0x14, 0x15, 0x03, 0x04, 0x07, 0x07, 0x08, -+0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, -+0x0B, 0x0D, 0x0F, 0x07, 0x08, 0x08, 0x0A, 0x0A, 0x0C, 0x0E, 0x10, 0x11, 0x11, 0x07, 0x09, 0x09, -+0x0B, 0x0B, 0x0D, 0x0F, 0x13, 0x13, 0x14, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, -+0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, 0x0F, 0x04, 0x04, 0x04, 0x05, 0x07, -+0x07, 0x09, 0x09, 0x0C, 0x0E, 0x10, 0x12, 0x05, 0x06, 0x07, 0x0D, 0x10, 0x11, 0x12, 0x12, 0x07, -+0x08, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, -+0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x05, 0x06, 0x08, 0x09, 0x0C, 0x0E, 0x12, 0x12, 0x13, -+0x14, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0F, 0x12, 0x12, 0x14, 0x16, 0x09, 0x09, 0x09, 0x09, 0x0C, -+0x0E, 0x11, 0x13, 0x13, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x13, 0x13, 0x0C, -+0x00, 0x0C, 0x94, 0x0C, 0x88, 0x0C, 0x8C, 0x0C, 0xE8, 0x0C, 0x10, 0x0D, 0x00, 0x0C, 0x90, 0x0C, -+0xC4, 0x0C, 0xC8, 0x0C, 0xCC, 0x0C, 0xD4, 0x0C, 0x80, 0x0C, 0x84, 0x0C, 0xB8, 0x0E, 0x00, 0x0E, -+0x94, 0x0E, 0x88, 0x0E, 0x8C, 0x0E, 0xE8, 0x0E, 0x10, 0x0D, 0x40, 0x0E, 0x90, 0x0E, 0xC4, 0x0E, -+0xC8, 0x0E, 0xCC, 0x0E, 0xD4, 0x0E, 0x80, 0x0E, 0x84, 0x0E, 0xB8, 0x05, 0x22, 0x05, 0x50, 0x05, -+0x51, 0x08, 0x08, 0x0A, 0x04, 0x09, 0x0C, 0x0C, 0x00, 0x0E, 0x00, 0x08, 0x38, 0x08, 0x2C, 0x0C, -+0x5C, 0x0C, 0x60, 0x0C, 0x64, 0x0C, 0x68, 0x0C, 0xB0, 0x0C, 0xB4, 0x0E, 0x5C, 0x0E, 0x60, 0x0E, -+0x64, 0x0E, 0x68, 0x0E, 0xB0, 0x0E, 0xB4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xE7, 0x09, 0xF6, 0x08, 0xDF, 0xFA, 0x80, 0x46, 0xE7, 0x09, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x3E, -+0x88, 0x82, 0x8C, 0x83, 0xE7, 0x09, 0xF0, 0xA3, 0xDF, 0xFA, 0x80, 0x32, 0xE3, 0x09, 0xF6, 0x08, -+0xDF, 0xFA, 0x80, 0x78, 0xE3, 0x09, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x70, 0x88, 0x82, 0x8C, 0x83, -+0xE3, 0x09, 0xF0, 0xA3, 0xDF, 0xFA, 0x80, 0x64, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xA3, 0xF6, 0x08, -+0xDF, 0xFA, 0x80, 0x58, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xA3, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x4C, -+0x80, 0xD2, 0x80, 0xFA, 0x80, 0xC6, 0x80, 0xD4, 0x80, 0x69, 0x80, 0xF2, 0x80, 0x33, 0x80, 0x10, -+0x80, 0xA6, 0x80, 0xEA, 0x80, 0x9A, 0x80, 0xA8, 0x80, 0xDA, 0x80, 0xE2, 0x80, 0xCA, 0x80, 0x33, -+0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, -+0xCC, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, -+0x0D, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xA3, 0xF6, 0x08, 0xDF, 0xF9, 0xEC, 0xFA, 0xA9, 0xF0, -+0xED, 0xFB, 0x22, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, -+0xC5, 0x83, 0xCC, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xEA, 0xDE, -+0xE8, 0x80, 0xDB, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xA3, 0xF2, 0x08, 0xDF, 0xF9, 0x80, 0xCC, -+0x88, 0xF0, 0xEF, 0x60, 0x01, 0x0E, 0x4E, 0x60, 0xC3, 0x88, 0xF0, 0xED, 0x24, 0x02, 0xB4, 0x04, -+0x00, 0x50, 0xB9, 0xF5, 0x82, 0xEB, 0x24, 0x02, 0xB4, 0x04, 0x00, 0x50, 0xAF, 0x23, 0x23, 0x45, -+0x82, 0x23, 0x90, 0x46, 0x30, 0x73, 0xC5, 0xF0, 0xF8, 0xA3, 0xE0, 0x28, 0xF0, 0xC5, 0xF0, 0xF8, -+0xE5, 0x82, 0x15, 0x82, 0x70, 0x02, 0x15, 0x83, 0xE0, 0x38, 0xF0, 0x22, 0xBB, 0x01, 0x0A, 0x89, -+0x82, 0x8A, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, 0xE0, 0x22, 0x50, 0x06, 0x87, 0xF0, 0x09, 0xE7, 0x19, -+0x22, 0xBB, 0xFE, 0x07, 0xE3, 0xF5, 0xF0, 0x09, 0xE3, 0x19, 0x22, 0x89, 0x82, 0x8A, 0x83, 0xE4, -+0x93, 0xF5, 0xF0, 0x74, 0x01, 0x93, 0x22, 0xBB, 0x01, 0x10, 0xE5, 0x82, 0x29, 0xF5, 0x82, 0xE5, -+0x83, 0x3A, 0xF5, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, 0xE0, 0x22, 0x50, 0x09, 0xE9, 0x25, 0x82, 0xF8, -+0x86, 0xF0, 0x08, 0xE6, 0x22, 0xBB, 0xFE, 0x0A, 0xE9, 0x25, 0x82, 0xF8, 0xE2, 0xF5, 0xF0, 0x08, -+0xE2, 0x22, 0xE5, 0x83, 0x2A, 0xF5, 0x83, 0xE9, 0x93, 0xF5, 0xF0, 0xA3, 0xE9, 0x93, 0x22, 0xEF, -+0x2B, 0xFF, 0xEE, 0x3A, 0xFE, 0xED, 0x39, 0xFD, 0xEC, 0x38, 0xFC, 0x22, 0xC3, 0xEF, 0x9B, 0xFF, -+0xEE, 0x9A, 0xFE, 0xED, 0x99, 0xFD, 0xEC, 0x98, 0xFC, 0x22, 0xEF, 0x5B, 0xFF, 0xEE, 0x5A, 0xFE, -+0xED, 0x59, 0xFD, 0xEC, 0x58, 0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, 0xED, 0x49, 0xFD, -+0xEC, 0x48, 0xFC, 0x22, 0xEB, 0x9F, 0xF5, 0xF0, 0xEA, 0x9E, 0x42, 0xF0, 0xE9, 0x9D, 0x42, 0xF0, -+0xEC, 0x64, 0x80, 0xC8, 0x64, 0x80, 0x98, 0x45, 0xF0, 0x22, 0xEB, 0x9F, 0xF5, 0xF0, 0xEA, 0x9E, -+0x42, 0xF0, 0xE9, 0x9D, 0x42, 0xF0, 0xE8, 0x9C, 0x45, 0xF0, 0x22, 0xE8, 0x60, 0x10, 0xEC, 0xA2, -+0xE7, 0x13, 0xFC, 0xED, 0x13, 0xFD, 0xEE, 0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xD8, 0xF0, 0x22, 0xBB, -+0x01, 0x07, 0x89, 0x82, 0x8A, 0x83, 0x02, 0x48, 0x4D, 0x50, 0x05, 0xE9, 0xF8, 0x02, 0x48, 0xD5, -+0xBB, 0xFE, 0x05, 0xE9, 0xF8, 0x02, 0x48, 0xE1, 0x89, 0x82, 0x8A, 0x83, 0x02, 0x48, 0xED, 0xBB, -+0x01, 0x0D, 0xE5, 0x82, 0x29, 0xF5, 0x82, 0xE5, 0x83, 0x3A, 0xF5, 0x83, 0x02, 0x48, 0x4D, 0x50, -+0x07, 0xE9, 0x25, 0x82, 0xF8, 0x02, 0x48, 0xD5, 0xBB, 0xFE, 0x07, 0xE9, 0x25, 0x82, 0xF8, 0x02, -+0x48, 0xE1, 0xE5, 0x82, 0x29, 0xF5, 0x82, 0xE5, 0x83, 0x3A, 0xF5, 0x83, 0x02, 0x48, 0xED, 0xBB, -+0x01, 0x07, 0x89, 0x82, 0x8A, 0x83, 0x02, 0x27, 0x48, 0x50, 0x05, 0xE9, 0xF8, 0x02, 0x48, 0xFD, -+0xBB, 0xFE, 0x05, 0xE9, 0xF8, 0x02, 0x49, 0x09, 0x22, 0xBB, 0x01, 0x0D, 0xE5, 0x82, 0x29, 0xF5, -+0x82, 0xE5, 0x83, 0x3A, 0xF5, 0x83, 0x02, 0x27, 0x48, 0x50, 0x07, 0xE9, 0x25, 0x82, 0xF8, 0x02, -+0x48, 0xFD, 0xBB, 0xFE, 0x07, 0xE9, 0x25, 0x82, 0xF8, 0x02, 0x49, 0x09, 0x22, 0xE0, 0xFC, 0xA3, -+0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xE0, 0xF8, 0xA3, 0xE0, 0xF9, 0xA3, 0xE0, -+0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, 0x25, 0x82, 0xF5, 0x82, 0xE5, 0xF0, 0x35, 0x83, 0xF5, 0x83, -+0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xF9, 0x22, 0xEB, 0xF0, 0xA3, 0xEA, 0xF0, 0xA3, -+0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, 0x82, 0xF8, 0xE4, 0x93, 0x70, 0x12, 0x74, 0x01, 0x93, 0x70, -+0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, 0x01, 0x93, 0xF5, 0x82, 0x88, 0x83, 0xE4, 0x73, 0x74, 0x02, -+0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, 0xA3, 0x80, 0xDF, 0xEF, 0x4E, 0x60, 0x12, 0xEF, 0x60, 0x01, -+0x0E, 0xED, 0xBB, 0x01, 0x0B, 0x89, 0x82, 0x8A, 0x83, 0xF0, 0xA3, 0xDF, 0xFC, 0xDE, 0xFA, 0x22, -+0x89, 0xF0, 0x50, 0x07, 0xF7, 0x09, 0xDF, 0xFC, 0xA9, 0xF0, 0x22, 0xBB, 0xFE, 0xFC, 0xF3, 0x09, -+0xDF, 0xFC, 0xA9, 0xF0, 0x22, 0xE6, 0xFC, 0x08, 0xE6, 0xFD, 0x08, 0xE6, 0xFE, 0x08, 0xE6, 0xFF, -+0x22, 0xE2, 0xFC, 0x08, 0xE2, 0xFD, 0x08, 0xE2, 0xFE, 0x08, 0xE2, 0xFF, 0x22, 0xE4, 0x93, 0xFC, -+0x74, 0x01, 0x93, 0xFD, 0x74, 0x02, 0x93, 0xFE, 0x74, 0x03, 0x93, 0xFF, 0x22, 0xEC, 0xF6, 0x08, -+0xED, 0xF6, 0x08, 0xEE, 0xF6, 0x08, 0xEF, 0xF6, 0x22, 0xEC, 0xF2, 0x08, 0xED, 0xF2, 0x08, 0xEE, -+0xF2, 0x08, 0xEF, 0xF2, 0x22, 0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x49, 0x19, 0x85, 0xD0, 0x0B, -+0x75, 0xD0, 0x08, 0xAA, 0xE0, 0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, -+0x79, 0xF5, 0x8C, 0xD2, 0x8C, 0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, -+0x95, 0x81, 0xB4, 0x40, 0x00, 0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, -+0xC2, 0xAF, 0xE6, 0x30, 0xE1, 0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, -+0xD0, 0x22, 0xE5, 0x0C, 0xFF, 0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, -+0x00, 0x78, 0x81, 0xE6, 0x30, 0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, -+0x74, 0x86, 0x25, 0x0C, 0xF8, 0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, -+0x74, 0xFF, 0xCD, 0xF8, 0xE8, 0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, -+0xD3, 0x9F, 0x40, 0x27, 0xE5, 0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, -+0xFF, 0xFD, 0x18, 0xE6, 0xCD, 0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, -+0xF5, 0xE5, 0x0C, 0x24, 0x86, 0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, -+0xF8, 0x7F, 0x04, 0xC2, 0xAF, 0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, -+0x07, 0x30, 0xE3, 0x04, 0x7F, 0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, -+0x07, 0x22, 0x78, 0x86, 0xA6, 0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, -+0x7F, 0x03, 0xE4, 0x78, 0x80, 0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, -+0x4C, 0x78, 0x74, 0x01, 0x93, 0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, -+0x60, 0x75, 0x8C, 0x79, 0xD2, 0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, -+0x7F, 0xFF, 0x22, 0x74, 0x81, 0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, -+0x30, 0xF6, 0xD2, 0xAF, 0xAE, 0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, -+0xE6, 0xF9, 0x08, 0xE6, 0x18, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, -+0xE7, 0x19, 0x19, 0xF7, 0x09, 0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, -+0x04, 0x05, 0x81, 0x05, 0x81, 0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, -+0xF9, 0xEE, 0xB5, 0x0C, 0x02, 0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, -+0x19, 0x19, 0xE7, 0x09, 0x09, 0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, -+0xE6, 0x04, 0xF8, 0xEF, 0x2F, 0x04, 0x90, 0x4C, 0x78, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, -+0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, -+0xF8, 0xE6, 0x30, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, -+0x07, 0x0A, 0x74, 0x86, 0x2F, 0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x49, 0x62, 0x50, 0x2E, 0x74, 0x87, -+0x2F, 0xF8, 0xE6, 0xBF, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, -+0xFB, 0xE6, 0xFC, 0xE9, 0x6C, 0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, -+0x03, 0xA6, 0x05, 0x1F, 0xE5, 0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, -+0xE6, 0xFD, 0x18, 0x86, 0x01, 0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, -+0x0C, 0xB5, 0x07, 0x02, 0xAC, 0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, -+0x80, 0xF4, 0xE5, 0x0C, 0xB5, 0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, -+0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, -+0x30, 0xE0, 0x02, 0xD2, 0xE4, 0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, -+0x02, 0x49, 0x61, 0x8F, 0xF0, 0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, -+0x30, 0xF7, 0x0D, 0x7F, 0x08, 0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x30, 0x50, 0x2E, 0x80, 0x07, -+0x30, 0xF1, 0x06, 0xED, 0xF6, 0x60, 0x25, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, -+0x10, 0xE7, 0x23, 0x0E, 0x30, 0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x12, 0xC2, 0xAF, 0xE6, -+0x10, 0xE7, 0x13, 0x54, 0xEC, 0x4E, 0xF6, 0xD2, 0xAF, 0x02, 0x49, 0x62, 0x7F, 0x08, 0x08, 0xEF, -+0x44, 0x83, 0xF4, 0xC2, 0xAF, 0x56, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0x02, 0x4B, -+0xFC, 0x02, 0x49, 0xF2, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, 0x03, 0xF6, 0x80, 0x01, -+0xF2, 0x08, 0xDF, 0xF4, 0x80, 0x29, 0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, 0x24, 0x0C, 0xC8, 0xC3, -+0x33, 0xC4, 0x54, 0x0F, 0x44, 0x20, 0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, 0x80, 0x01, 0x46, 0xF6, -+0xDF, 0xE4, 0x80, 0x0B, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x90, 0x4C, 0x41, 0xE4, -+0x7E, 0x01, 0x93, 0x60, 0xBC, 0xA3, 0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, 0x54, 0x1F, 0xFE, 0xE4, -+0x93, 0xA3, 0x60, 0x01, 0x0E, 0xCF, 0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, 0x40, 0xB8, 0xE4, 0x93, -+0xA3, 0xFA, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, -+0xCA, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, -+0xBE, 0x41, 0xA6, 0x79, 0x00, 0x41, 0xA6, 0x7A, 0x00, 0x60, 0x26, 0xA5, 0xB0, 0x01, 0x02, 0x03, -+0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x24, 0x28, 0x2C, 0x30, 0x34, -+0x38, 0x3C, 0x40, 0x64, 0x68, 0x6C, 0x70, 0x74, 0x78, 0x7C, 0x80, 0x84, 0x88, 0x8C, 0x95, 0x99, -+0x9D, 0xA1, 0xA5, 0x41, 0xA6, 0x90, 0x00, 0x00, 0x57, 0xFF, 0x5F, 0xF8, 0x67, 0xED, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0x90, 0xA4, 0x3C, 0xF0, 0x90, 0xA4, 0x41, 0xF0, 0x90, 0xA4, -+0x3F, 0xF0, 0xB1, 0xDE, 0x40, 0x02, 0xA1, 0x20, 0xC3, 0x74, 0xFD, 0xB1, 0xE7, 0x7A, 0xA4, 0x79, -+0x3B, 0x12, 0x33, 0xC7, 0xEF, 0x64, 0x01, 0x60, 0x02, 0xA1, 0x7C, 0x90, 0xA4, 0x3B, 0xE0, 0xFF, -+0x54, 0xC0, 0xFE, 0x60, 0x05, 0xEF, 0x54, 0x0C, 0x70, 0x1C, 0x90, 0xA4, 0x3B, 0xE0, 0xFF, 0x54, -+0x30, 0x60, 0x05, 0xEF, 0x54, 0x03, 0x70, 0x08, 0x90, 0xA4, 0x3F, 0xE0, 0x60, 0x4A, 0x80, 0x00, -+0x90, 0xA4, 0x3C, 0x74, 0x01, 0xF0, 0x90, 0xA4, 0x3C, 0xE0, 0x90, 0xA4, 0x3B, 0x70, 0x17, 0xE0, -+0xFF, 0xEE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x90, 0xA4, 0x3D, 0xF0, 0xEF, 0x54, 0x0C, 0x13, 0x13, -+0x54, 0x3F, 0xA3, 0xF0, 0x80, 0x10, 0xE0, 0xFF, 0x54, 0x30, 0xC4, 0x54, 0x0F, 0x90, 0xA4, 0x3D, -+0xF0, 0xEF, 0x54, 0x03, 0xA3, 0xF0, 0x90, 0xA4, 0x3D, 0xE0, 0x90, 0xA4, 0x37, 0xF0, 0x90, 0xA4, -+0x3E, 0xE0, 0x90, 0xA4, 0x38, 0xF0, 0x80, 0x08, 0x90, 0xA4, 0x3F, 0xE0, 0x04, 0xF0, 0x81, 0x92, -+0xE4, 0x90, 0xA4, 0x3F, 0xF0, 0xB1, 0xDE, 0x50, 0x63, 0xC3, 0x74, 0xFB, 0xB1, 0xE7, 0x7A, 0xA4, -+0x79, 0x40, 0x12, 0x33, 0xC7, 0xEF, 0x64, 0x01, 0x70, 0x42, 0x90, 0xA4, 0x40, 0xE0, 0xFF, 0x54, -+0xE0, 0xFE, 0x70, 0x13, 0xEF, 0x54, 0x0E, 0x70, 0x08, 0x90, 0xA4, 0x3F, 0xE0, 0x60, 0x35, 0x80, -+0x00, 0x90, 0xA4, 0x41, 0x74, 0x01, 0xF0, 0x90, 0xA4, 0x41, 0xE0, 0x70, 0x09, 0xEE, 0xC4, 0x13, -+0x54, 0x07, 0xA3, 0xF0, 0x80, 0x0C, 0x90, 0xA4, 0x40, 0xE0, 0x54, 0x0E, 0xC3, 0x13, 0x90, 0xA4, -+0x42, 0xF0, 0x90, 0xA4, 0x42, 0xE0, 0x90, 0xA4, 0x39, 0xF0, 0x80, 0x10, 0x90, 0xA4, 0x43, 0x74, -+0x01, 0xF0, 0x80, 0x40, 0x90, 0xA4, 0x3F, 0xE0, 0x04, 0xF0, 0x80, 0x99, 0x90, 0xA4, 0x38, 0xE0, -+0x25, 0xE0, 0x25, 0xE0, 0x54, 0x0C, 0xFF, 0x90, 0xA4, 0x37, 0xE0, 0x54, 0x03, 0x4F, 0xFF, 0x90, -+0xA4, 0x39, 0xE0, 0xFE, 0xC4, 0x54, 0x70, 0x4F, 0x44, 0x80, 0xFD, 0x7F, 0x8B, 0x12, 0x3A, 0x96, -+0x90, 0xA4, 0x37, 0xE0, 0x60, 0x08, 0xA3, 0xE0, 0x60, 0x04, 0xA3, 0xE0, 0x70, 0x1B, 0x90, 0xA4, -+0x43, 0x74, 0x03, 0xF0, 0x90, 0x01, 0xC4, 0x74, 0x7E, 0xF0, 0x74, 0x4C, 0xA3, 0xF0, 0x90, 0xA4, -+0x43, 0xE0, 0x90, 0x01, 0xC8, 0xB1, 0xF1, 0x80, 0xEB, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA4, -+0x3F, 0xE0, 0xFF, 0xC3, 0x94, 0x02, 0x22, 0x9F, 0xFF, 0x74, 0x03, 0x94, 0x00, 0xFE, 0x7B, 0x01, -+0x22, 0xF0, 0xE4, 0xFD, 0x7F, 0x1F, 0x02, 0x3A, 0x96, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA4, 0x4D, 0xEF, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x90, 0x01, 0xC4, 0x74, 0xF9, 0xF0, 0x74, -+0x4D, 0xA3, 0xF0, 0x90, 0xA4, 0x4E, 0xE0, 0x90, 0x01, 0xC8, 0xF0, 0x90, 0xA4, 0x4D, 0xE0, 0x90, -+0x01, 0xC9, 0xB1, 0xF1, 0x80, 0xE3, 0xF1, 0xA3, 0x54, 0x7F, 0xF5, 0x0E, 0xF1, 0xE8, 0xFF, 0x54, -+0x1F, 0xF5, 0x10, 0xF1, 0x6C, 0xF5, 0x0F, 0xF1, 0x2D, 0xFF, 0x54, 0x03, 0xF5, 0x11, 0xEF, 0x54, -+0x30, 0xC4, 0x54, 0x0F, 0xF5, 0x14, 0xF1, 0x2D, 0xFF, 0x54, 0x40, 0xC4, 0x13, 0x13, 0x54, 0x03, -+0xF5, 0x12, 0xF1, 0x6C, 0xF5, 0x13, 0xF1, 0x2D, 0xFF, 0x54, 0x08, 0xFE, 0x13, 0x13, 0x13, 0x54, -+0x1F, 0xF5, 0x16, 0xEF, 0x54, 0x04, 0x13, 0x13, 0x54, 0x3F, 0xF5, 0x17, 0x90, 0xA4, 0x38, 0xE0, -+0xB4, 0x02, 0x08, 0xE5, 0x14, 0x60, 0x04, 0xE4, 0xFF, 0xB1, 0xF9, 0x90, 0xA4, 0x39, 0xE0, 0xB4, -+0x01, 0x11, 0xF1, 0x33, 0x12, 0x90, 0x54, 0x54, 0xF0, 0x70, 0x04, 0xF1, 0xEF, 0x60, 0x04, 0x7F, -+0x01, 0xB1, 0xF9, 0xE5, 0x13, 0x12, 0xBC, 0xB2, 0xF1, 0x1E, 0x54, 0x7F, 0x4F, 0xF0, 0xE5, 0x12, -+0x54, 0x01, 0xC4, 0x33, 0x33, 0x54, 0xC0, 0xF1, 0x1E, 0x54, 0xBF, 0x4F, 0xF0, 0xE5, 0x16, 0x70, -+0x6C, 0xE5, 0x10, 0x54, 0x1F, 0xF1, 0xAB, 0x54, 0xE0, 0x4F, 0xF0, 0xE5, 0x11, 0x54, 0x03, 0xF1, -+0x1E, 0x54, 0xFC, 0x4F, 0xF0, 0xEF, 0x25, 0xE0, 0x25, 0xE0, 0xF1, 0x1E, 0x54, 0xF3, 0x4F, 0xF0, -+0xE5, 0x0F, 0x54, 0x01, 0xC4, 0x33, 0x54, 0xE0, 0xF1, 0xAB, 0x54, 0xDF, 0x4F, 0xF0, 0xE5, 0x14, -+0x54, 0x03, 0xC4, 0x54, 0xF0, 0xF1, 0x1E, 0x54, 0xCF, 0x4F, 0xF0, 0xE4, 0xF5, 0x15, 0xE5, 0x15, -+0x24, 0x03, 0xFF, 0xE4, 0x33, 0xFE, 0xF1, 0x33, 0x8F, 0x82, 0x8E, 0x83, 0x12, 0x26, 0x37, 0xFF, -+0x75, 0xF0, 0x08, 0xE5, 0x0E, 0x12, 0x54, 0x7C, 0xE5, 0x82, 0x25, 0x15, 0x12, 0x52, 0x41, 0xEF, -+0xF0, 0x05, 0x15, 0xE5, 0x15, 0xB4, 0x04, 0xD6, 0xAF, 0x0E, 0x12, 0x52, 0x49, 0x22, 0xFF, 0x75, -+0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x96, 0x14, 0x11, 0x65, 0xE0, 0x22, 0x4F, 0xF0, 0x90, 0x00, 0x02, -+0x02, 0x26, 0x37, 0x90, 0xA4, 0x4A, 0x01, 0x71, 0xF1, 0xA3, 0xFF, 0xF1, 0x33, 0xF1, 0x2D, 0x90, -+0xA6, 0x5A, 0xF0, 0xE4, 0xFB, 0xFD, 0x12, 0xA3, 0xF1, 0x90, 0xA4, 0x4D, 0x74, 0x10, 0xF0, 0x90, -+0xA4, 0x5B, 0x74, 0x07, 0xF0, 0xF1, 0x33, 0x12, 0x26, 0x1E, 0x90, 0xA4, 0x4F, 0xF0, 0x7B, 0x01, -+0x7A, 0xA4, 0x79, 0x4D, 0x12, 0x7B, 0xB9, 0x7F, 0x04, 0x02, 0x7D, 0xC3, 0xEF, 0x54, 0x80, 0xC4, -+0x13, 0x13, 0x13, 0x54, 0x01, 0x22, 0xF1, 0xB8, 0xF1, 0x2D, 0x30, 0xE0, 0x10, 0xF1, 0x33, 0xF1, -+0xF5, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x4C, 0x02, 0x34, 0x2C, 0x90, 0xA3, 0x4C, -+0x74, 0x02, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0xA3, 0xE0, 0x54, 0x01, 0x44, 0x28, 0xF0, 0xA3, 0x74, -+0x07, 0xF0, 0x22, 0x90, 0xA4, 0x4A, 0x11, 0x7A, 0x02, 0x26, 0x1E, 0xFF, 0x75, 0xF0, 0x04, 0xE5, -+0x0E, 0x90, 0x96, 0x13, 0x11, 0x65, 0xE0, 0x22, 0x90, 0xA4, 0x4A, 0x01, 0x7A, 0xF1, 0xB8, 0x90, -+0x04, 0x24, 0xE0, 0xF5, 0x0E, 0xE4, 0xFF, 0xF1, 0x33, 0x8F, 0x82, 0xF1, 0xE1, 0x25, 0x0E, 0xFE, -+0x75, 0xF0, 0x0E, 0xEF, 0x90, 0xA3, 0x64, 0x11, 0x65, 0xEE, 0xF0, 0x0F, 0xEF, 0xB4, 0x03, 0xE7, -+0x22, 0x75, 0x83, 0x00, 0x02, 0x26, 0x37, 0xF0, 0x90, 0x00, 0x01, 0x02, 0x26, 0x37, 0xF0, 0x90, -+0x00, 0x06, 0x02, 0x26, 0x37, 0x8B, 0x40, 0x8A, 0x41, 0x89, 0x42, 0x22, 0x90, 0x00, 0xF0, 0xE0, -+0x7F, 0x01, 0x20, 0xE2, 0x02, 0x7F, 0x03, 0x22, 0x12, 0x4F, 0xFC, 0x90, 0xA1, 0x29, 0xEF, 0xF0, -+0x11, 0x1B, 0x90, 0x01, 0x64, 0x74, 0x01, 0xF0, 0x02, 0x35, 0x95, 0x11, 0x40, 0x11, 0x70, 0x12, -+0x98, 0xF0, 0x12, 0x99, 0x0F, 0x12, 0x98, 0xCA, 0xE4, 0xF5, 0x51, 0x75, 0x52, 0x58, 0xAB, 0x51, -+0x7D, 0x02, 0x7F, 0x01, 0x12, 0x39, 0x04, 0xAB, 0x52, 0x7D, 0x03, 0x7F, 0x01, 0x02, 0x39, 0x04, -+0x90, 0x01, 0x30, 0xE4, 0x11, 0x68, 0x90, 0x01, 0x38, 0x11, 0x68, 0xFD, 0x7F, 0x50, 0x12, 0x3A, -+0x96, 0xE4, 0xFD, 0x7F, 0x51, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x52, 0x12, 0x3A, 0x96, 0xE4, -+0xFD, 0x7F, 0x53, 0x02, 0x3A, 0x96, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, -+0x90, 0x01, 0x34, 0x74, 0xFF, 0x11, 0x68, 0x90, 0x01, 0x3C, 0x11, 0x68, 0xFD, 0x7F, 0x54, 0x12, -+0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x55, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x56, 0x12, 0x3A, 0x96, -+0x7D, 0xFF, 0x7F, 0x57, 0x02, 0x3A, 0x96, 0x90, 0xA4, 0x2F, 0x74, 0xFF, 0xF0, 0xE4, 0x11, 0x69, -+0xA3, 0xE0, 0x54, 0xFC, 0x44, 0x02, 0xF0, 0xE4, 0x80, 0xBF, 0xF1, 0xA3, 0x12, 0x98, 0xBC, 0x11, -+0xBC, 0x12, 0xB7, 0xFF, 0x12, 0x65, 0x33, 0x12, 0xA3, 0x6A, 0x80, 0xDB, 0x75, 0x40, 0xFF, 0x75, -+0x41, 0x44, 0x75, 0x42, 0x4B, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x2C, 0xF1, 0x72, -+0x75, 0x41, 0x44, 0x75, 0x42, 0x51, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x32, 0xF1, -+0x72, 0x75, 0x41, 0x44, 0x75, 0x42, 0x57, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x38, -+0xF1, 0x72, 0x75, 0x41, 0x44, 0x75, 0x42, 0xAB, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0xA1, 0x79, -+0x8C, 0x12, 0x34, 0x2C, 0xE4, 0xF5, 0x0D, 0xE4, 0xFF, 0x74, 0x91, 0x25, 0x0D, 0xD1, 0x01, 0xE0, -+0x54, 0xFE, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0D, 0x90, 0x81, 0x00, 0xBF, 0x03, 0x07, 0x51, 0x3B, -+0x74, 0x80, 0xF0, 0x80, 0x04, 0x51, 0x3B, 0xE4, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x0D, 0x51, 0x38, -+0xE4, 0xF0, 0x0F, 0xBF, 0x10, 0xD3, 0x05, 0x0D, 0xE5, 0x0D, 0xB4, 0x80, 0xCA, 0xE4, 0x90, 0xAF, -+0x7D, 0xF0, 0xF5, 0x0D, 0xE4, 0xFF, 0x75, 0xF0, 0x0A, 0xE5, 0x0D, 0xF1, 0x92, 0xF0, 0x0F, 0xBF, -+0x05, 0xF4, 0x75, 0xF0, 0x04, 0xE5, 0x0D, 0x12, 0x6F, 0x47, 0xE0, 0x54, 0x07, 0xF0, 0x74, 0x22, -+0x25, 0x0D, 0x12, 0xBB, 0xD1, 0x74, 0x3F, 0xF0, 0x74, 0x21, 0x25, 0x0D, 0x12, 0x6F, 0x52, 0xE4, -+0xF0, 0x74, 0x01, 0x25, 0x0D, 0x12, 0x6F, 0x2F, 0x74, 0xC0, 0xF0, 0x74, 0xA2, 0x25, 0x0D, 0xF1, -+0x8A, 0xE4, 0xF0, 0xE5, 0x0D, 0x12, 0x88, 0xEE, 0xE4, 0xF0, 0xA3, 0xF0, 0x74, 0x91, 0x25, 0x0D, -+0x12, 0x88, 0x6E, 0x51, 0x28, 0xF1, 0x7E, 0x74, 0x3F, 0x51, 0x29, 0xF1, 0x6C, 0x51, 0x28, 0x12, -+0x4F, 0xB1, 0x54, 0xE0, 0x44, 0x09, 0x51, 0x29, 0x12, 0x4F, 0x24, 0x54, 0xF3, 0x51, 0x29, 0x12, -+0x4F, 0x24, 0x54, 0xFC, 0x51, 0x29, 0x12, 0x4F, 0xB1, 0x44, 0x20, 0x51, 0x29, 0x12, 0x4F, 0x24, -+0x54, 0xCF, 0x51, 0x29, 0x12, 0x4F, 0x24, 0x44, 0x40, 0x51, 0x29, 0x12, 0x4F, 0x24, 0x54, 0x7F, -+0x51, 0x29, 0xF1, 0x6C, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x0D, 0x12, 0x6F, 0x69, 0xEF, 0xF0, -+0x74, 0x91, 0x25, 0x0D, 0xD1, 0x01, 0xE4, 0xF0, 0x05, 0x0D, 0xE5, 0x0D, 0x64, 0x80, 0x60, 0x02, -+0x21, 0x44, 0x90, 0x04, 0x49, 0x74, 0xF0, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0xFF, 0xF0, 0x90, -+0xA4, 0x3E, 0x74, 0x02, 0xF0, 0xA3, 0x74, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, -+0x04, 0xF0, 0xE4, 0xFB, 0xFD, 0xFF, 0x12, 0xA2, 0x59, 0x74, 0x11, 0x25, 0x0D, 0xF5, 0x82, 0xE4, -+0x34, 0x99, 0xF5, 0x83, 0x74, 0xFF, 0xF0, 0x22, 0xE4, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x0D, 0x22, -+0xFF, 0x90, 0xA6, 0x70, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, 0x12, 0x48, 0x65, 0xE5, 0x82, -+0x2F, 0xF5, 0x82, 0xE4, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA6, 0x70, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0xB1, 0x54, 0x1F, 0xF5, 0x73, 0x60, -+0x15, 0x64, 0x02, 0x60, 0x11, 0xE5, 0x73, 0x64, 0x04, 0x60, 0x0B, 0xE5, 0x73, 0x64, 0x09, 0x60, -+0x05, 0xE5, 0x73, 0xB4, 0x0C, 0x07, 0xF1, 0x84, 0x74, 0x02, 0xF0, 0x80, 0x05, 0xF1, 0x84, 0x74, -+0x01, 0xF0, 0xE4, 0xF5, 0x6E, 0x90, 0xA6, 0x70, 0xE0, 0xFE, 0x91, 0x79, 0xE5, 0x82, 0x25, 0x6E, -+0x51, 0x41, 0xE0, 0xFF, 0xE5, 0x73, 0x75, 0xF0, 0x07, 0xA4, 0x24, 0xFE, 0xF5, 0x82, 0xE4, 0x34, -+0x40, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x6E, 0x51, 0x41, 0xE4, 0x93, 0xFD, 0xEF, 0x5D, 0x90, 0xA6, -+0x72, 0xF0, 0x75, 0xF0, 0x04, 0xEE, 0x12, 0x4F, 0x24, 0x54, 0x03, 0xFF, 0xBF, 0x02, 0x0B, 0xE5, -+0x6E, 0x70, 0x07, 0x90, 0xA6, 0x72, 0xE0, 0x54, 0xF0, 0xF0, 0x90, 0xA6, 0x72, 0xE0, 0xFF, 0x91, -+0x75, 0xE5, 0x82, 0x25, 0x6E, 0x51, 0x41, 0xEF, 0xF0, 0x05, 0x6E, 0xE5, 0x6E, 0x64, 0x07, 0x70, -+0xA4, 0x90, 0xA6, 0x70, 0xE0, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0x24, 0xFF, 0xC4, 0x54, 0x03, 0xFD, -+0xE4, 0xF5, 0x71, 0x75, 0x6F, 0x06, 0xE5, 0x6F, 0xB4, 0x06, 0x07, 0x51, 0x30, 0xE0, 0x54, 0x0F, -+0x80, 0x09, 0x91, 0x75, 0xE5, 0x82, 0x25, 0x6F, 0x51, 0x41, 0xE0, 0x90, 0xA6, 0x71, 0xF0, 0x90, -+0xA6, 0x71, 0xE0, 0x60, 0x32, 0x75, 0x6E, 0x07, 0xF1, 0xDD, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0x12, 0xBC, 0xC4, 0x60, 0x16, 0xF1, 0xED, 0xF5, 0x71, 0xED, 0x60, 0x25, 0xE5, -+0x71, 0xD3, 0x94, 0x0B, 0x40, 0x1E, 0x74, 0x20, 0x25, 0x71, 0xF5, 0x71, 0x80, 0x16, 0x15, 0x6E, -+0xE5, 0x6E, 0xC3, 0x94, 0x00, 0x50, 0xD1, 0xE5, 0x6F, 0x60, 0x09, 0x15, 0x6F, 0xE5, 0x6F, 0xC3, -+0x94, 0x00, 0x50, 0xA2, 0xE4, 0xF5, 0x72, 0xF5, 0x6F, 0xE5, 0x6F, 0xB4, 0x06, 0x07, 0x51, 0x30, -+0xE0, 0x54, 0x0F, 0x80, 0x09, 0x91, 0x75, 0xE5, 0x82, 0x25, 0x6F, 0x51, 0x41, 0xE0, 0x90, 0xA6, -+0x71, 0xF0, 0x90, 0xA6, 0x71, 0xE0, 0x60, 0x30, 0xE4, 0xF5, 0x6E, 0xF1, 0xDD, 0x80, 0x05, 0xC3, -+0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0xBC, 0xC4, 0x60, 0x16, 0xF1, 0xED, 0xF5, 0x72, 0xED, -+0x60, 0x1E, 0xE5, 0x72, 0xD3, 0x94, 0x0B, 0x40, 0x17, 0x74, 0x20, 0x25, 0x72, 0xF5, 0x72, 0x80, -+0x0F, 0x05, 0x6E, 0xE5, 0x6E, 0xB4, 0x08, 0xD3, 0x05, 0x6F, 0xE5, 0x6F, 0x64, 0x07, 0x70, 0xA9, -+0x90, 0xA6, 0x70, 0xE0, 0xFF, 0x75, 0xF0, 0x04, 0xF1, 0x7E, 0xE5, 0x71, 0xF0, 0x75, 0xF0, 0x04, -+0xEF, 0xF1, 0x6C, 0xE5, 0x72, 0x12, 0x6F, 0x64, 0xE0, 0xFF, 0x54, 0x7F, 0xF5, 0x70, 0xEF, 0x54, -+0x80, 0xFF, 0xE5, 0x70, 0xD3, 0x95, 0x71, 0x40, 0x04, 0xE5, 0x71, 0x80, 0x09, 0xE5, 0x70, 0xC3, -+0x95, 0x72, 0x50, 0x05, 0xE5, 0x72, 0x4F, 0xF5, 0x70, 0x90, 0xA6, 0x70, 0xE0, 0xFF, 0x24, 0x22, -+0x12, 0xBB, 0xD1, 0xE5, 0x70, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0x24, 0x12, 0x84, 0xBF, -+0x90, 0xA6, 0x70, 0xE0, 0xFF, 0xE4, 0xFB, 0xAD, 0x70, 0x12, 0x83, 0x1D, 0x90, 0xA6, 0x70, 0xE0, -+0xFF, 0x75, 0xF0, 0x10, 0x12, 0x88, 0xDA, 0xE4, 0xF0, 0xE5, 0x71, 0xC3, 0x94, 0x36, 0x40, 0x07, -+0x91, 0x6A, 0x74, 0x05, 0xF0, 0x80, 0x3E, 0xE5, 0x71, 0xC3, 0x94, 0x2C, 0x40, 0x07, 0x91, 0x6A, -+0x74, 0x04, 0xF0, 0x80, 0x30, 0xE5, 0x71, 0xC3, 0x94, 0x14, 0x40, 0x07, 0x91, 0x6A, 0x74, 0x03, -+0xF0, 0x80, 0x22, 0xE5, 0x71, 0xC3, 0x94, 0x0C, 0x40, 0x07, 0x91, 0x6A, 0x74, 0x02, 0xF0, 0x80, -+0x14, 0xE5, 0x71, 0xC3, 0x94, 0x04, 0x74, 0x91, 0x40, 0x07, 0x91, 0x6C, 0x74, 0x01, 0xF0, 0x80, -+0x04, 0x91, 0x6C, 0xE4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x74, 0x91, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0x95, 0xF5, 0x83, 0x22, 0x90, 0xA6, 0x70, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, 0x02, -+0x48, 0x65, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x00, 0x8F, 0xE0, 0x20, 0xE6, 0x02, -+0xA1, 0xBF, 0x90, 0x00, 0x8C, 0xE0, 0x90, 0xA6, 0x67, 0xF0, 0x90, 0x00, 0x8D, 0xE0, 0x90, 0xA6, -+0x68, 0xF0, 0x90, 0x00, 0x8E, 0xE0, 0x90, 0xA6, 0x69, 0xF0, 0x90, 0xA6, 0x68, 0xE0, 0x24, 0xFC, -+0x60, 0x16, 0x24, 0xEE, 0x70, 0x02, 0xA1, 0x7A, 0x24, 0x15, 0x60, 0x02, 0xA1, 0xB5, 0x90, 0xA6, -+0x67, 0xE0, 0xFF, 0x12, 0xA3, 0x0E, 0xA1, 0xB5, 0x90, 0xA6, 0x67, 0xE0, 0x24, 0x11, 0x12, 0x6D, -+0x68, 0xFB, 0xE4, 0xFD, 0xFF, 0xB1, 0xF5, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0x24, 0x13, 0x13, 0x54, -+0x03, 0xFB, 0x0D, 0xE4, 0xFF, 0xB1, 0xF5, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0x24, 0x12, 0x4F, 0x6F, -+0xFB, 0x0D, 0xE4, 0xFF, 0xB1, 0xF5, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0x24, 0xC4, 0x54, 0x03, 0xFB, -+0x0D, 0xE4, 0xFF, 0xB1, 0xF5, 0x75, 0xF0, 0x04, 0xF1, 0x7E, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0xB1, -+0xF5, 0x75, 0xF0, 0x04, 0x90, 0x96, 0x12, 0xB1, 0xEF, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0xB1, 0xC4, -+0x13, 0x54, 0x01, 0xFB, 0x0D, 0x7F, 0x01, 0xB1, 0xF5, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0xB1, 0x54, -+0x1F, 0xB1, 0xF3, 0x91, 0x79, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0xB1, 0xF5, 0x75, 0xF0, 0x08, 0x90, -+0x89, 0x01, 0xB1, 0xEF, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x02, 0xB1, 0xEF, 0x75, 0xF0, 0x08, 0x90, -+0x89, 0x03, 0xB1, 0xEF, 0x75, 0xF0, 0x08, 0x12, 0x7F, 0xB0, 0xFB, 0xE4, 0xFD, 0x0F, 0xB1, 0xF5, -+0x75, 0xF0, 0x08, 0x90, 0x89, 0x05, 0xB1, 0xEF, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x06, 0xB1, 0xEF, -+0x75, 0xF0, 0x08, 0x12, 0x7F, 0xA8, 0xFB, 0x0D, 0x80, 0x39, 0x90, 0xA4, 0x2F, 0xE0, 0xFB, 0xE4, -+0xFD, 0xFF, 0xB1, 0xC7, 0x90, 0xA4, 0x30, 0xA3, 0xB1, 0xC4, 0x90, 0xA4, 0x32, 0xB1, 0xC4, 0x90, -+0xA4, 0x33, 0xE0, 0x54, 0x03, 0xFB, 0x0D, 0xB1, 0xC7, 0x90, 0xA4, 0x34, 0xA3, 0xE0, 0xFB, 0xE4, -+0xFD, 0x0F, 0xB1, 0xC7, 0x90, 0xA4, 0x34, 0xE0, 0xFB, 0x0D, 0xB1, 0xC7, 0x90, 0xA4, 0x36, 0xE0, -+0xFB, 0x1D, 0x0F, 0xB1, 0xC7, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE0, 0x03, 0x12, 0xA3, 0x63, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xFB, 0x0D, 0xEF, 0x70, 0x04, 0x74, 0xF0, 0x80, 0x16, 0xEF, 0xB4, -+0x01, 0x04, 0x74, 0xF4, 0x80, 0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, 0x80, 0x06, 0xEF, 0xB4, -+0x03, 0x0C, 0x74, 0xFC, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, 0xEB, 0xF0, 0x22, 0x12, -+0x48, 0x65, 0xE0, 0xFB, 0x0D, 0xB1, 0xC7, 0x90, 0xA6, 0x67, 0xE0, 0x22, 0xF0, 0x74, 0x91, 0x25, -+0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x22, 0x12, 0x4F, 0xA3, 0xF5, 0x0E, 0x24, 0x91, -+0xD1, 0x01, 0xE0, 0x54, 0x98, 0xB1, 0xFC, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x5E, 0x54, 0x01, 0xFE, -+0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0xFC, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x5E, 0x54, 0x02, -+0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0xFC, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x5E, 0x54, -+0x04, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0xFC, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x5E, -+0x54, 0x40, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0xFC, 0xC0, 0x83, 0xC0, 0x82, 0xF1, -+0x5E, 0x54, 0x20, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0xE5, 0x0E, 0x70, 0x08, 0xF1, -+0x66, 0x54, 0x04, 0x90, 0x04, 0xAB, 0xF0, 0xE5, 0x0E, 0xC3, 0x94, 0x80, 0x50, 0x11, 0x12, 0x4F, -+0x2D, 0xFF, 0x74, 0x11, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0xEF, 0xF0, 0xB1, -+0xFD, 0xE0, 0x30, 0xE5, 0x11, 0x12, 0x4F, 0x1F, 0x13, 0x13, 0x54, 0x03, 0xFB, 0x12, 0x6D, 0x64, -+0xFD, 0xAF, 0x0E, 0x12, 0xA1, 0x99, 0x22, 0x90, 0xA4, 0x47, 0x12, 0x48, 0x7A, 0x90, 0xA4, 0x46, -+0xEF, 0xF0, 0x12, 0x48, 0x83, 0x56, 0xEF, 0x00, 0x56, 0xF4, 0x01, 0x56, 0xF9, 0x10, 0x56, 0xFE, -+0x11, 0x57, 0x03, 0x12, 0x57, 0x08, 0x14, 0x57, 0x0D, 0x20, 0x57, 0x12, 0x21, 0x57, 0x17, 0x23, -+0x57, 0x1C, 0x24, 0x57, 0x21, 0x25, 0x57, 0x26, 0x40, 0x57, 0x39, 0x41, 0x57, 0x2B, 0x42, 0x57, -+0x3E, 0x45, 0x57, 0x2F, 0x47, 0x57, 0x34, 0x49, 0x57, 0x43, 0x87, 0x00, 0x00, 0x57, 0x48, 0xF1, -+0x58, 0x02, 0x90, 0x0C, 0xF1, 0x58, 0x02, 0x8C, 0xF9, 0xF1, 0x58, 0x02, 0x4F, 0xBD, 0xF1, 0x58, -+0x02, 0x5B, 0xFA, 0xF1, 0x58, 0x02, 0x97, 0xD1, 0xF1, 0x58, 0x02, 0x97, 0xE5, 0xF1, 0x58, 0x02, -+0x97, 0xF4, 0xF1, 0x58, 0x02, 0x4F, 0x76, 0xF1, 0x58, 0x02, 0x98, 0x48, 0xF1, 0x58, 0x02, 0x62, -+0xC8, 0xF1, 0x58, 0x02, 0x98, 0x50, 0xF1, 0x58, 0x02, 0x4E, 0x26, 0xF1, 0x58, 0xC1, 0x09, 0xF1, -+0x58, 0x02, 0xA2, 0xAD, 0xF1, 0x58, 0x02, 0xA2, 0xF0, 0xF1, 0x58, 0x02, 0x79, 0x8B, 0xF1, 0x58, -+0x02, 0x7F, 0x10, 0xF1, 0x58, 0x02, 0x4F, 0x38, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x01, 0xF0, 0x90, -+0xA4, 0x46, 0xE0, 0x90, 0x01, 0xC2, 0xF0, 0x22, 0x90, 0xA4, 0x47, 0x02, 0x48, 0x71, 0xE0, 0xFF, -+0x90, 0xA4, 0x4A, 0x12, 0x48, 0x71, 0x90, 0x00, 0x03, 0x02, 0x26, 0x37, 0x90, 0x96, 0x12, 0x02, -+0x48, 0x65, 0x12, 0x34, 0x2C, 0x75, 0x40, 0xFF, 0x22, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x90, 0x96, -+0x11, 0x02, 0x48, 0x65, 0x90, 0xA6, 0x70, 0xE0, 0x24, 0xA2, 0xF5, 0x82, 0xE4, 0x34, 0xA0, 0xF5, -+0x83, 0x22, 0x90, 0x8D, 0x01, 0x12, 0x48, 0x65, 0x75, 0xF0, 0x02, 0xEF, 0x12, 0x48, 0x65, 0xE4, -+0xF0, 0xA3, 0x22, 0xE4, 0xFD, 0xFF, 0x12, 0xBC, 0x4E, 0xED, 0x70, 0x13, 0x12, 0x8F, 0x20, 0xC0, -+0x83, 0xC0, 0x82, 0xF1, 0xE5, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5E, 0x80, 0x10, 0x12, -+0x8F, 0x20, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0xE5, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4E, 0xD0, -+0x82, 0xD0, 0x83, 0xF0, 0x12, 0x8F, 0x2B, 0x90, 0xA2, 0xE4, 0xEF, 0xF0, 0x22, 0x74, 0x01, 0x7E, -+0x00, 0xA8, 0x6E, 0x08, 0x22, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x22, 0xE5, 0x6F, 0x75, -+0xF0, 0x08, 0xA4, 0x25, 0x6E, 0x22, 0x81, 0x82, 0x75, 0xE8, 0x03, 0x75, 0xA8, 0x85, 0x22, 0x90, -+0x00, 0x80, 0xE0, 0x44, 0x80, 0xFD, 0x7F, 0x80, 0x12, 0x3A, 0x96, 0x12, 0x99, 0x2E, 0x12, 0x3A, -+0xB8, 0x12, 0x99, 0x3B, 0x12, 0x99, 0x8A, 0x7F, 0x01, 0x12, 0x4A, 0x2A, 0x90, 0xA3, 0x53, 0x74, -+0x02, 0xF0, 0xFF, 0x12, 0x4A, 0x2A, 0x90, 0xA3, 0x53, 0xE0, 0x04, 0xF0, 0x12, 0x50, 0x08, 0x12, -+0x50, 0xAA, 0x90, 0x01, 0xCC, 0x74, 0x0F, 0xF0, 0x12, 0x4C, 0x7E, 0x90, 0x00, 0x80, 0xE0, 0x44, -+0x40, 0xFD, 0x7F, 0x80, 0x12, 0x3A, 0x96, 0x75, 0x28, 0xFF, 0x12, 0x57, 0xF8, 0x11, 0x57, 0x12, -+0x99, 0x91, 0xE4, 0xFF, 0x02, 0x4A, 0xB3, 0xE4, 0x90, 0xA4, 0x3B, 0xF0, 0xA3, 0xF0, 0x90, 0x01, -+0x98, 0xE0, 0x7F, 0x00, 0x30, 0xE4, 0x02, 0x7F, 0x01, 0xEF, 0x64, 0x01, 0x60, 0x3C, 0xC3, 0x90, -+0xA4, 0x3C, 0xE0, 0x94, 0x88, 0x90, 0xA4, 0x3B, 0xE0, 0x94, 0x13, 0x40, 0x0F, 0x90, 0x01, 0xC1, -+0xE0, 0x44, 0x10, 0xF0, 0x90, 0x01, 0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1E, 0x90, 0xA4, 0x3B, 0x11, -+0xB1, 0x12, 0x78, 0x5F, 0xD3, 0x90, 0xA4, 0x3C, 0xE0, 0x94, 0x32, 0x90, 0xA4, 0x3B, 0xE0, 0x94, -+0x00, 0x40, 0xBB, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE3, 0xB4, 0x90, 0x01, 0xC7, 0x74, 0xFE, 0xF0, -+0x22, 0xE4, 0x75, 0xF0, 0x01, 0x02, 0x46, 0xD6, 0xE4, 0x90, 0xA6, 0x76, 0xF1, 0xF0, 0x90, 0xA6, -+0x78, 0xF0, 0x90, 0x04, 0x2D, 0xE0, 0x54, 0x01, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x36, 0xC3, -+0x90, 0xA6, 0x77, 0xE0, 0x94, 0xD0, 0x90, 0xA6, 0x76, 0xE0, 0x94, 0x07, 0x50, 0x27, 0x90, 0xA4, -+0x2F, 0xE0, 0xB4, 0xFF, 0x0C, 0x7D, 0x18, 0x7F, 0xFF, 0x31, 0x6E, 0xE4, 0x90, 0xA4, 0x36, 0xF0, -+0x22, 0x90, 0x05, 0x22, 0x74, 0xFF, 0xF0, 0x7F, 0x01, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x90, 0xA6, -+0x76, 0x11, 0xB1, 0x80, 0xC4, 0x90, 0xA4, 0x2F, 0xE0, 0xFF, 0x90, 0xA6, 0x4E, 0x74, 0x05, 0xF0, -+0x7B, 0x18, 0x7D, 0x01, 0xB1, 0xBF, 0xAB, 0x07, 0xAA, 0x06, 0x74, 0x28, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xB4, 0x54, 0x03, 0x12, 0xB7, 0xDC, 0x74, 0x14, 0x2B, 0x12, 0xBA, -+0xE4, 0xE0, 0xC4, 0x13, 0x54, 0x03, 0xFF, 0x90, 0xA4, 0x33, 0xE0, 0x54, 0xFC, 0x4F, 0xF0, 0x90, -+0xA6, 0x78, 0xE0, 0x54, 0x6F, 0xFF, 0x7D, 0x19, 0x31, 0x6E, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, -+0x90, 0xA4, 0x34, 0x11, 0xB1, 0x90, 0xA4, 0x36, 0x74, 0x01, 0xF0, 0x22, 0x90, 0xA3, 0x64, 0x12, -+0x48, 0x65, 0xE0, 0xFF, 0x7E, 0x00, 0xE4, 0xFB, 0xFD, 0x31, 0x79, 0xE4, 0xFD, 0xFF, 0x90, 0x05, -+0x22, 0xEF, 0xF0, 0x90, 0xA1, 0x27, 0xED, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA6, 0x1D, 0x12, 0x7F, 0xCB, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x24, 0x90, 0x05, 0x22, 0xE0, -+0x90, 0xA6, 0x23, 0xF0, 0x7D, 0x14, 0x31, 0xBA, 0xEF, 0x64, 0x01, 0x70, 0x04, 0xD1, 0x8F, 0x80, -+0x04, 0x7F, 0x00, 0x80, 0x10, 0x90, 0xA6, 0x23, 0xE0, 0xFF, 0x7D, 0x15, 0x31, 0x6E, 0x80, 0x02, -+0xD1, 0x8F, 0x12, 0xBC, 0xA9, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0xFF, 0x31, 0x6E, 0xE4, 0x90, -+0xA6, 0x6D, 0xF1, 0xF0, 0x90, 0xA6, 0x6F, 0xF0, 0x7D, 0x47, 0x7F, 0xFF, 0x31, 0x6E, 0x90, 0x05, -+0xF8, 0xE0, 0x70, 0x11, 0xA3, 0xE0, 0x70, 0x0D, 0xA3, 0xE0, 0x70, 0x09, 0xA3, 0xE0, 0x70, 0x05, -+0xF1, 0x77, 0x7F, 0x01, 0x22, 0xD3, 0x90, 0xA6, 0x6E, 0xE0, 0x94, 0xE8, 0x90, 0xA6, 0x6D, 0xE0, -+0x94, 0x03, 0x40, 0x0C, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x20, 0xF0, 0xF1, 0x77, 0x7F, 0x00, 0x22, -+0x7F, 0x32, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x90, 0xA6, 0x6D, 0x11, 0xB1, 0x80, 0xC0, 0x8F, 0x11, -+0x7D, 0x17, 0x31, 0xBA, 0x75, 0xF0, 0x0E, 0xE5, 0x11, 0xF1, 0xC4, 0xE0, 0xFC, 0x75, 0xF0, 0x0E, -+0xE5, 0x11, 0x71, 0x8C, 0xFE, 0x54, 0x03, 0xFD, 0xEE, 0x13, 0x13, 0x54, 0x07, 0xFB, 0x90, 0xA3, -+0x55, 0xE0, 0xFE, 0x12, 0xBD, 0x1E, 0xAF, 0x04, 0x12, 0xA3, 0xF1, 0x75, 0xF0, 0x0E, 0xE5, 0x11, -+0x71, 0x8C, 0xFE, 0x54, 0x03, 0xFF, 0xEE, 0xC4, 0x13, 0x54, 0x07, 0xFD, 0x75, 0xF0, 0x0E, 0xE5, -+0x11, 0x71, 0x8C, 0x12, 0xA7, 0x09, 0x75, 0xF0, 0x0E, 0xE5, 0x11, 0x31, 0x5C, 0xAD, 0x11, 0x7F, -+0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x53, 0x12, 0xAD, 0x7A, 0x90, 0xA6, -+0x55, 0xE0, 0xFF, 0xC3, 0x94, 0x03, 0x40, 0x02, 0x61, 0x00, 0x90, 0xA6, 0x54, 0xE0, 0xFE, 0xF1, -+0x6E, 0x75, 0xF0, 0x03, 0xEF, 0x12, 0xBC, 0x36, 0xE0, 0x90, 0xA6, 0x56, 0xF0, 0x90, 0xA6, 0x53, -+0xE0, 0xFC, 0xB4, 0x02, 0x23, 0x90, 0xA6, 0x56, 0xE0, 0xFD, 0x75, 0xF0, 0x0E, 0xEE, 0xB1, 0xB9, -+0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA6, 0x55, 0xE0, 0xD0, 0x82, 0xD0, 0x83, 0x12, 0x84, 0xED, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4D, 0x80, 0x23, 0xEC, 0xB4, 0x01, 0x23, 0x12, 0xBC, 0x84, 0x75, -+0xF0, 0x0E, 0xB1, 0xB9, 0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA6, 0x55, 0xE0, 0xD0, 0x82, 0xD0, 0x83, -+0x12, 0x84, 0xED, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA6, 0x56, 0xF0, 0x12, -+0xBC, 0x84, 0xF1, 0x6E, 0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA6, 0x55, 0xE0, 0xD0, 0x82, 0xD0, 0x83, -+0x75, 0xF0, 0x03, 0x12, 0xBC, 0x36, 0xEF, 0xF0, 0x90, 0xA6, 0x55, 0xE0, 0x04, 0xF0, 0x41, 0x6E, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA3, 0x55, 0xE0, 0xFF, 0xC3, 0x13, 0xFE, 0xEF, 0x54, 0xF1, -+0xFF, 0xEE, 0x04, 0x54, 0x07, 0x25, 0xE0, 0x4F, 0xF0, 0xA3, 0xE0, 0xFF, 0x12, 0xBC, 0x7A, 0xB5, -+0x07, 0x04, 0xEE, 0x54, 0xF1, 0xF0, 0x71, 0x95, 0x12, 0xBB, 0x94, 0x12, 0x6F, 0xF8, 0xE4, 0x90, -+0xA3, 0x57, 0xF0, 0x31, 0xBE, 0x12, 0xBC, 0x7A, 0xF1, 0xC0, 0xE0, 0xFA, 0x75, 0xF0, 0x0E, 0xED, -+0x71, 0x8C, 0xFC, 0x54, 0x03, 0xFD, 0xEC, 0x13, 0x13, 0x54, 0x07, 0xFB, 0xEE, 0x12, 0xBD, 0x1E, -+0xAF, 0x02, 0x12, 0xA3, 0xF1, 0x71, 0x95, 0xFE, 0x75, 0xF0, 0x0E, 0x71, 0x8C, 0xFD, 0x54, 0x03, -+0xFF, 0xED, 0xC4, 0x13, 0x54, 0x07, 0xFD, 0x71, 0x88, 0x12, 0xA7, 0x09, 0x71, 0x95, 0xFF, 0x75, -+0xF0, 0x0E, 0x90, 0xA3, 0x63, 0x12, 0x48, 0x65, 0xE0, 0x04, 0xF0, 0x75, 0xF0, 0x0E, 0xEF, 0x31, -+0x5C, 0x71, 0x95, 0xFD, 0x7F, 0x01, 0x41, 0x61, 0x75, 0xF0, 0x0E, 0xEE, 0x90, 0xA3, 0x59, 0x12, -+0x48, 0x65, 0xE0, 0x22, 0xF0, 0x90, 0xA3, 0x55, 0xE0, 0xC3, 0x13, 0x54, 0x07, 0x22, 0x90, 0xA3, -+0x54, 0xE0, 0x30, 0xE0, 0x54, 0x90, 0xA3, 0x57, 0xE0, 0x70, 0x24, 0x7D, 0x16, 0xF1, 0xBA, 0x71, -+0x95, 0x75, 0xF0, 0x0E, 0x12, 0xBB, 0xF7, 0x31, 0x79, 0x71, 0x95, 0x12, 0x9B, 0xC6, 0xE0, 0x44, -+0x01, 0xF0, 0x12, 0xBC, 0xBB, 0x12, 0x6F, 0xF8, 0x90, 0xA3, 0x57, 0x74, 0x01, 0xF0, 0x22, 0x90, -+0xA3, 0x57, 0xE0, 0x64, 0x01, 0x70, 0x20, 0x71, 0x95, 0x12, 0x9B, 0xC5, 0xE0, 0x30, 0xE0, 0x17, -+0x75, 0xF0, 0x0E, 0xEF, 0x12, 0xBB, 0xF7, 0x31, 0x79, 0x12, 0xBC, 0xBB, 0xF0, 0xE4, 0xFB, 0xFD, -+0x7F, 0x54, 0x7E, 0x01, 0x02, 0x70, 0x00, 0x71, 0x05, 0x22, 0x12, 0xBC, 0xA2, 0x12, 0x26, 0x1E, -+0xC4, 0x54, 0x0F, 0xFF, 0xBF, 0x0F, 0x17, 0x90, 0xA3, 0x54, 0xE0, 0x54, 0xFE, 0xF0, 0x12, 0x8A, -+0x05, 0x91, 0xC8, 0x12, 0x26, 0x1E, 0x54, 0x0F, 0xFF, 0x51, 0x0E, 0x02, 0xA3, 0x6A, 0x91, 0xC8, -+0x12, 0x4F, 0xE8, 0x12, 0xBD, 0x2E, 0xF1, 0xC0, 0xEF, 0x12, 0x4F, 0x2C, 0x54, 0x03, 0xFF, 0x75, -+0xF0, 0x0E, 0xED, 0x71, 0x8C, 0x54, 0xFC, 0x12, 0x4F, 0x2B, 0x54, 0x1C, 0xFF, 0xEE, 0x54, 0x0F, -+0xFE, 0x75, 0xF0, 0x0E, 0x71, 0x8C, 0x54, 0xE3, 0x12, 0x4F, 0x2B, 0x54, 0xE0, 0xFF, 0x71, 0x88, -+0x54, 0x1F, 0x4F, 0xF0, 0x90, 0x00, 0x04, 0x12, 0x26, 0x37, 0x12, 0xBC, 0xE7, 0xE4, 0xFB, 0x91, -+0xC6, 0x12, 0x90, 0x54, 0x12, 0xBC, 0xE7, 0x7B, 0x01, 0x91, 0xC6, 0x12, 0x57, 0x66, 0x33, 0x33, -+0x33, 0x54, 0xF8, 0x12, 0xBD, 0x2E, 0xFD, 0x75, 0xF0, 0x0E, 0x90, 0xA3, 0x61, 0x12, 0x48, 0x65, -+0xEF, 0xF0, 0x12, 0x57, 0x66, 0xC4, 0x13, 0x54, 0x07, 0xFF, 0x75, 0xF0, 0x0E, 0xED, 0x90, 0xA3, -+0x62, 0x12, 0x48, 0x65, 0xEF, 0xF0, 0xEE, 0xC4, 0x54, 0x0F, 0xFF, 0x14, 0x6D, 0x70, 0x26, 0x90, -+0xA3, 0x56, 0xEF, 0x12, 0x4F, 0xEE, 0x54, 0x0F, 0xC4, 0x54, 0xF0, 0xFF, 0x90, 0xA3, 0x55, 0xE0, -+0x54, 0x0F, 0x4F, 0xF0, 0x54, 0xF1, 0xF0, 0x90, 0xA3, 0x54, 0xE0, 0x44, 0x01, 0xF0, 0x7D, 0x20, -+0xE4, 0xFF, 0x12, 0x8B, 0x75, 0x22, 0x91, 0xCF, 0xAB, 0x0E, 0xAA, 0x0F, 0xA9, 0x10, 0x22, 0x8F, -+0x11, 0x8D, 0x12, 0xAE, 0x03, 0x74, 0x1F, 0xC3, 0x95, 0x11, 0x40, 0x0F, 0x90, 0xA4, 0x4E, 0xEE, -+0xF0, 0xAB, 0x12, 0xE4, 0xFD, 0xB1, 0xAD, 0x24, 0xD4, 0x80, 0x40, 0x74, 0x3F, 0xC3, 0x95, 0x11, -+0x40, 0x0F, 0x90, 0xA4, 0x4E, 0xEE, 0xF0, 0xAB, 0x12, 0x7D, 0x20, 0xB1, 0xAB, 0x24, 0x88, 0x80, -+0x2A, 0x74, 0x5F, 0xC3, 0x95, 0x11, 0x40, 0x0F, 0x90, 0xA4, 0x4E, 0xEE, 0xF0, 0xAB, 0x12, 0x7D, -+0x40, 0xB1, 0xAB, 0x24, 0xD0, 0x80, 0x14, 0x74, 0x7F, 0xC3, 0x95, 0x11, 0x40, 0x25, 0x90, 0xA4, -+0x4E, 0xEE, 0xF0, 0xAB, 0x12, 0x7D, 0x60, 0xB1, 0xAB, 0x24, 0x84, 0xFD, 0xE4, 0x34, 0x04, 0xFC, -+0x75, 0xF0, 0x0E, 0xE5, 0x12, 0xF1, 0x71, 0x75, 0xF0, 0x03, 0xEE, 0x12, 0x48, 0x65, 0xEC, 0xF0, -+0xA3, 0xED, 0xF0, 0x22, 0xC3, 0xEF, 0x9D, 0xF5, 0x13, 0xC3, 0x94, 0x08, 0x50, 0x1C, 0xE4, 0xF5, -+0x14, 0xB1, 0xB5, 0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA4, 0x4E, 0xE0, 0xD0, 0x82, 0xD0, 0x83, 0x75, -+0xF0, 0x03, 0x12, 0x48, 0x65, 0xE5, 0x13, 0xF0, 0x80, 0x3E, 0xE5, 0x13, 0xC3, 0x94, 0x10, 0x50, -+0x09, 0x75, 0x14, 0x01, 0xE5, 0x13, 0x24, 0xF8, 0x80, 0x17, 0xE5, 0x13, 0xC3, 0x94, 0x18, 0x50, -+0x09, 0x75, 0x14, 0x02, 0xE5, 0x13, 0x24, 0xF0, 0x80, 0x07, 0x75, 0x14, 0x03, 0xE5, 0x13, 0x24, -+0xE8, 0xFF, 0xB1, 0xB5, 0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA4, 0x4E, 0xE0, 0xD0, 0x82, 0xD0, 0x83, -+0x75, 0xF0, 0x03, 0x12, 0x48, 0x65, 0xEF, 0xF0, 0xAF, 0x14, 0x22, 0xAF, 0x11, 0xB1, 0x44, 0x90, -+0xA4, 0x4A, 0xEF, 0xF0, 0x22, 0x75, 0xF0, 0x0E, 0xEB, 0x90, 0xA3, 0x5C, 0x02, 0x48, 0x65, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x4C, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA6, -+0x4B, 0xEF, 0xF0, 0xE4, 0xFD, 0xFC, 0x12, 0xBB, 0x76, 0x7C, 0x00, 0xAD, 0x07, 0x90, 0xA6, 0x4B, -+0xE0, 0x90, 0x04, 0x25, 0xF0, 0x90, 0xA6, 0x4C, 0xE0, 0x60, 0x06, 0x12, 0xBC, 0x42, 0x44, 0x80, -+0xF0, 0xAF, 0x05, 0x74, 0x20, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xC0, -+0xF0, 0x12, 0xBC, 0x42, 0x54, 0xC0, 0xF0, 0x90, 0xA6, 0x4E, 0xE0, 0xFF, 0xAE, 0x05, 0x74, 0x18, -+0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x12, 0xBA, 0xF8, 0xE0, 0x54, 0x01, -+0xFF, 0x90, 0xA6, 0x4D, 0xE0, 0x25, 0xE0, 0x25, 0xE0, 0xFE, 0xEF, 0x44, 0x02, 0x4E, 0xFF, 0xAE, -+0x05, 0x12, 0xBA, 0xF8, 0xEF, 0xF0, 0x74, 0x11, 0x2E, 0x12, 0xBB, 0x03, 0x74, 0xFF, 0xF0, 0x74, -+0x29, 0x2E, 0xF1, 0x83, 0x54, 0xF7, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x63, 0xEF, 0xF0, 0x90, 0x04, 0x1D, 0xE0, -+0x60, 0x1E, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA6, 0x66, 0xF0, 0x7D, 0x29, 0x31, 0xBA, 0xBF, 0x01, -+0x04, 0xF1, 0x99, 0xD1, 0xC1, 0x90, 0xA6, 0x66, 0xE0, 0xFF, 0x7D, 0x2A, 0x31, 0x6E, 0x80, 0x04, -+0xF1, 0x99, 0xD1, 0xC1, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, -+0xA6, 0x1D, 0xA3, 0xE0, 0xFF, 0x90, 0xA6, 0x4E, 0x74, 0x03, 0xF0, 0x7B, 0x06, 0x7D, 0x01, 0xB1, -+0xBF, 0x90, 0xA6, 0x21, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA6, 0x20, 0xE0, 0xFF, -+0x74, 0x10, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0xA6, 0x1F, 0xE0, -+0xFF, 0xF1, 0x8D, 0x54, 0x3F, 0xF0, 0xEF, 0x60, 0x0A, 0xF1, 0x80, 0x44, 0x10, 0xF1, 0x8C, 0x44, -+0x80, 0xF0, 0x22, 0xF1, 0x80, 0x54, 0xEF, 0xF1, 0x8C, 0x44, 0x40, 0xF0, 0x22, 0x7D, 0x08, 0xE4, -+0xFF, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x3A, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, -+0x90, 0xA1, 0x25, 0xE0, 0x04, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x2E, 0x90, 0x05, 0x22, 0xE0, -+0x90, 0xA6, 0x3E, 0xF0, 0x7D, 0x26, 0x31, 0xBA, 0xEF, 0x64, 0x01, 0x70, 0x0F, 0xF1, 0x44, 0x20, -+0xE0, 0x0A, 0x90, 0xA3, 0x54, 0xE0, 0x20, 0xE0, 0x03, 0x12, 0xBA, 0x7E, 0x90, 0xA6, 0x3E, 0xE0, -+0xFF, 0x7D, 0x27, 0x31, 0x6E, 0x12, 0xBB, 0x0B, 0x80, 0x12, 0x12, 0xBB, 0x0B, 0xF1, 0x44, 0x20, -+0xE0, 0x0A, 0x90, 0xA3, 0x54, 0xE0, 0x20, 0xE0, 0x03, 0x12, 0xBA, 0x7E, 0x12, 0xBC, 0xA9, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA1, 0xE2, 0xE0, 0xFF, 0x90, 0xA6, 0x3B, 0xE0, 0xFB, 0x90, 0xA6, -+0x4E, 0x74, 0x0A, 0xF0, 0x7D, 0x01, 0xB1, 0xBF, 0x90, 0xA6, 0x3C, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, -+0xF0, 0xFD, 0x90, 0xA6, 0x3A, 0xE0, 0xFF, 0xD1, 0xC1, 0x90, 0xA3, 0x55, 0xE0, 0x22, 0x75, 0xF0, -+0x0E, 0x90, 0xA3, 0x5A, 0x02, 0x48, 0x65, 0x90, 0xA6, 0x6F, 0xE0, 0xFF, 0x7D, 0x48, 0x21, 0x6E, -+0x74, 0x29, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xF0, 0x74, 0x09, 0x2D, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x90, 0xA1, 0xE3, 0xE0, 0xFF, 0x90, 0xA6, -+0x4E, 0x74, 0x0B, 0xF0, 0x7B, 0x08, 0x7D, 0x01, 0xB1, 0xBF, 0x90, 0xA6, 0x64, 0xEE, 0xF0, 0xFC, -+0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA6, 0x63, 0xE0, 0xFF, 0x22, 0x7F, 0x6F, 0x31, 0x6E, 0x21, 0xBE, -+0xFD, 0x75, 0xF0, 0x0E, 0x90, 0xA3, 0x58, 0x02, 0x48, 0x65, 0x7D, 0x1F, 0x7F, 0x6F, 0x31, 0x6E, -+0x90, 0x05, 0x27, 0xE0, 0x54, 0xBF, 0xF0, 0x90, 0xA2, 0xE8, 0x74, 0x04, 0xF0, 0x22, 0x7D, 0x20, -+0x7F, 0xFF, 0x31, 0x6E, 0x12, 0x66, 0x9A, 0x90, 0xA2, 0xE8, 0x74, 0x02, 0xF0, 0x22, 0x80, 0xF4, -+0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x22, 0xE4, 0x90, 0xA4, 0x44, 0xF0, 0x90, 0xA4, 0x44, -+0xE0, 0x64, 0x01, 0xF0, 0x24, 0xF8, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x5F, 0xA3, 0xF0, 0x12, 0x3A, -+0xEB, 0xBF, 0x01, 0x03, 0x12, 0x31, 0x69, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x0E, 0x90, 0xA2, 0xF2, -+0xE0, 0xFF, 0x90, 0xA2, 0xF1, 0xE0, 0x6F, 0x60, 0x02, 0x11, 0x40, 0xC2, 0xAF, 0x12, 0x99, 0x6B, -+0xBF, 0x01, 0x03, 0x12, 0x79, 0x04, 0xD2, 0xAF, 0x12, 0x57, 0xF6, 0x12, 0x49, 0x62, 0x80, 0xBD, -+0x90, 0xA2, 0xE5, 0xE0, 0x90, 0xA2, 0xF1, 0x30, 0xE0, 0x05, 0xE0, 0xFF, 0x02, 0x9A, 0x81, 0xE0, -+0xFF, 0x7D, 0x01, 0x80, 0x04, 0x7D, 0x01, 0x7F, 0x04, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA6, 0x8E, 0xED, 0xF0, 0x90, 0xA2, 0xEA, 0xE0, 0xFE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, -+0xE0, 0x02, 0x21, 0xA1, 0xEE, 0x12, 0x4F, 0x6F, 0x30, 0xE0, 0x02, 0x21, 0xA1, 0x90, 0xA2, 0xF2, -+0xE0, 0xFE, 0x6F, 0x70, 0x02, 0x21, 0xA1, 0xEF, 0x70, 0x02, 0x21, 0x16, 0x24, 0xFE, 0x70, 0x02, -+0x21, 0x50, 0x24, 0xFE, 0x60, 0x48, 0x24, 0xFC, 0x70, 0x02, 0x21, 0x8B, 0x24, 0xFC, 0x60, 0x02, -+0x21, 0xA1, 0xEE, 0xB4, 0x0E, 0x02, 0x31, 0xCD, 0x90, 0xA2, 0xF2, 0xE0, 0x70, 0x04, 0x7F, 0x01, -+0x51, 0x14, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x06, 0x02, 0x31, 0xEE, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, -+0x04, 0x0E, 0x90, 0xA6, 0x8E, 0xE0, 0xFF, 0x60, 0x05, 0x12, 0xB9, 0xF6, 0x80, 0x02, 0xB1, 0xD4, -+0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x08, 0x60, 0x02, 0x21, 0xA1, 0xB1, 0xDF, 0x21, 0xA1, 0x90, 0xA2, -+0xF2, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x51, 0x14, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x06, 0x02, 0x31, -+0xEE, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0E, 0x07, 0x31, 0xA6, 0xBF, 0x01, 0x02, 0x31, 0xCD, 0x90, -+0xA2, 0xF2, 0xE0, 0x64, 0x0C, 0x60, 0x02, 0x21, 0xA1, 0x31, 0xA6, 0xEF, 0x64, 0x01, 0x60, 0x02, -+0x21, 0xA1, 0x51, 0x2C, 0x21, 0xA1, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0E, 0x07, 0x31, 0xA6, 0xBF, -+0x01, 0x02, 0x31, 0xCD, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x06, 0x02, 0x31, 0xEE, 0x90, 0xA2, 0xF2, -+0xE0, 0xB4, 0x0C, 0x07, 0x31, 0xA6, 0xBF, 0x01, 0x02, 0x51, 0x2C, 0x90, 0xA2, 0xF2, 0xE0, 0x64, -+0x04, 0x70, 0x5E, 0x12, 0x9C, 0x1D, 0xEF, 0x64, 0x01, 0x70, 0x56, 0x12, 0xBA, 0x2E, 0x80, 0x51, -+0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0E, 0x07, 0x31, 0xA6, 0xBF, 0x01, 0x02, 0x31, 0xCD, 0x90, 0xA2, -+0xF2, 0xE0, 0xB4, 0x06, 0x02, 0x31, 0xEE, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0C, 0x07, 0x31, 0xA6, -+0xBF, 0x01, 0x02, 0x51, 0x2C, 0x90, 0xA2, 0xF2, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x51, 0x14, 0x90, -+0xA2, 0xF2, 0xE0, 0xB4, 0x04, 0x1B, 0x12, 0xB8, 0x3D, 0x80, 0x16, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, -+0x0C, 0x0F, 0x90, 0xA2, 0xEB, 0xE0, 0xFF, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x03, 0x12, 0xBA, -+0x66, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x9B, 0xD9, -+0xBF, 0x01, 0x13, 0x12, 0x9F, 0xB2, 0x20, 0xE0, 0x0D, 0x90, 0xA2, 0xF1, 0xE0, 0xD3, 0x94, 0x04, -+0x50, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xEB, -+0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x04, 0x51, 0x61, 0x80, 0x0E, 0x12, 0xBB, 0x6B, 0xB1, 0x24, 0x90, -+0x05, 0x27, 0xE0, 0x44, 0x80, 0xF0, 0x51, 0x25, 0xE4, 0xFD, 0xFF, 0x02, 0x59, 0x6E, 0x90, 0xA2, -+0xEB, 0xE0, 0x90, 0x06, 0x04, 0x20, 0xE0, 0x07, 0xE0, 0x44, 0x40, 0xB1, 0x24, 0x80, 0x0F, 0x51, -+0x5D, 0x90, 0x05, 0x27, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0xA2, 0xE9, 0x74, 0x0C, 0xF0, 0xE4, 0xFD, -+0xFF, 0x02, 0x59, 0x6E, 0x90, 0xA6, 0x8D, 0xEF, 0xF0, 0xB1, 0xEC, 0x90, 0xA6, 0x8D, 0xE0, 0x60, -+0x02, 0xB1, 0xCE, 0xB1, 0x25, 0x90, 0xA2, 0xE9, 0x74, 0x04, 0xF0, 0x22, 0x12, 0x8C, 0x3C, 0x70, -+0x2B, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0xFD, 0xF0, 0x7D, 0x2C, 0x7F, 0x6F, 0x12, 0x59, 0x6E, 0x7D, -+0x08, 0x7F, 0x01, 0x12, 0x5E, 0xE1, 0xBF, 0x01, 0x13, 0x90, 0xA2, 0xEA, 0xE0, 0x44, 0x80, 0xF0, -+0x7D, 0x0E, 0x7F, 0x01, 0x51, 0x65, 0x90, 0xA2, 0xE9, 0x74, 0x0E, 0xF0, 0x22, 0xE0, 0x54, 0x7F, -+0xF0, 0x7D, 0x0C, 0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, 0xEF, 0x14, -+0x60, 0x15, 0x14, 0x60, 0x19, 0x24, 0x02, 0x70, 0x1A, 0xED, 0x54, 0x01, 0xFE, 0x90, 0xA2, 0xEA, -+0xE0, 0x54, 0xFE, 0x4E, 0xF0, 0x80, 0x0C, 0x90, 0xA2, 0xF2, 0xED, 0xF0, 0x80, 0x05, 0x90, 0xA2, -+0xF1, 0xED, 0xF0, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE4, 0x29, 0xEC, 0x14, 0x60, 0x07, 0x14, 0x60, -+0x18, 0x24, 0x02, 0x70, 0x1E, 0x90, 0xA2, 0xEA, 0xE0, 0x12, 0xBC, 0xB2, 0xFF, 0x90, 0xA2, 0xF2, -+0xE0, 0x54, 0x7F, 0x4F, 0xFD, 0x7F, 0x88, 0x80, 0x07, 0x90, 0xA2, 0xF1, 0xE0, 0xFD, 0x7F, 0x89, -+0x12, 0x3A, 0x96, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, -+0xBC, 0xA2, 0x90, 0x05, 0x27, 0xE0, 0xF5, 0x11, 0x12, 0x4F, 0xF5, 0x75, 0x43, 0x01, 0x7B, 0x01, -+0x7A, 0xA2, 0x79, 0xE5, 0x12, 0x34, 0x2C, 0x12, 0x5C, 0xC8, 0x12, 0x26, 0x1E, 0xFF, 0xC3, 0x13, -+0x20, 0xE0, 0x02, 0x61, 0x84, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x74, 0x12, 0x8B, 0x71, 0x75, -+0x11, 0x21, 0x12, 0xBC, 0xD6, 0x30, 0xE0, 0x08, 0x12, 0xBC, 0x1E, 0x43, 0x11, 0x08, 0x80, 0x0D, -+0xE4, 0x90, 0xA2, 0xE6, 0xF0, 0xA3, 0xF0, 0x7D, 0x40, 0xFF, 0x12, 0x8B, 0x81, 0x90, 0xA2, 0xE5, -+0x12, 0x8C, 0xE3, 0x30, 0xE0, 0x03, 0x43, 0x11, 0x12, 0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x03, -+0x43, 0x11, 0x14, 0x90, 0xA2, 0xE5, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x03, 0x43, 0x11, -+0x80, 0x12, 0x9B, 0xCF, 0x20, 0xE0, 0x03, 0x43, 0x11, 0x40, 0x91, 0x2F, 0x90, 0xA2, 0xE8, 0xE0, -+0x70, 0x04, 0x7F, 0x01, 0x91, 0x36, 0x12, 0x9A, 0xF0, 0x30, 0xE0, 0x04, 0x7F, 0x04, 0x80, 0x0C, -+0x12, 0x9A, 0x75, 0xEF, 0x60, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x02, 0x91, 0x36, 0x61, 0xF8, -+0x75, 0x11, 0x01, 0x91, 0x2F, 0x90, 0xA2, 0xE8, 0xE0, 0x64, 0x04, 0x60, 0x02, 0x81, 0x2A, 0xFF, -+0x91, 0x36, 0x81, 0x2A, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x75, 0x12, 0x8B, 0x71, 0x43, 0x11, -+0x31, 0x12, 0xBC, 0xD6, 0x30, 0xE0, 0x08, 0x12, 0xBC, 0x1E, 0x43, 0x11, 0x08, 0x80, 0x07, 0x7D, -+0x40, 0xE4, 0xFF, 0x12, 0x8B, 0x81, 0x90, 0xA2, 0xE5, 0x12, 0x8C, 0xE3, 0x30, 0xE0, 0x03, 0x43, -+0x11, 0x02, 0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x03, 0x43, 0x11, 0x04, 0x91, 0x2F, 0x12, 0x9A, -+0xF0, 0x30, 0xE0, 0x0B, 0x12, 0x9A, 0xE9, 0x60, 0x2F, 0xE4, 0xFD, 0x7F, 0x02, 0x80, 0x1D, 0xF1, -+0xB0, 0x90, 0xA2, 0xE9, 0xE0, 0xB4, 0x02, 0x18, 0xB1, 0x2B, 0x12, 0x9A, 0x75, 0xBF, 0x01, 0x09, -+0x90, 0xA2, 0xF1, 0xE0, 0xFF, 0x7D, 0x01, 0x80, 0x03, 0xE4, 0xFD, 0xFF, 0x11, 0x59, 0x80, 0x08, -+0x90, 0xA2, 0xF2, 0xE0, 0x90, 0xA2, 0xE9, 0xF0, 0x90, 0x05, 0x40, 0x74, 0x22, 0xF0, 0x80, 0x2A, -+0x75, 0x11, 0x01, 0x91, 0x2F, 0x90, 0xA2, 0xE9, 0xE0, 0xB4, 0x02, 0x06, 0x7D, 0x01, 0x7F, 0x04, -+0x80, 0x0B, 0x90, 0xA2, 0xE9, 0xE0, 0xB4, 0x08, 0x06, 0x7D, 0x01, 0x7F, 0x0C, 0x11, 0x59, 0x12, -+0x9B, 0xF2, 0x90, 0xA2, 0xF1, 0x11, 0x4F, 0x12, 0xB7, 0xFF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, -+0x05, 0x27, 0xE5, 0x11, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA2, 0xE8, -+0xE0, 0xF5, 0x7A, 0xE5, 0x7A, 0x6F, 0x70, 0x02, 0xA1, 0x1F, 0xEF, 0x14, 0x60, 0x3E, 0x14, 0x60, -+0x5E, 0x14, 0x70, 0x02, 0x81, 0xD4, 0x14, 0x70, 0x02, 0x81, 0xFB, 0x24, 0x04, 0x60, 0x02, 0xA1, -+0x1F, 0xE5, 0x7A, 0xB4, 0x04, 0x05, 0x12, 0xB8, 0x26, 0xA1, 0x1F, 0xE5, 0x7A, 0xB4, 0x02, 0x05, -+0x12, 0xB8, 0x2B, 0xA1, 0x1F, 0xE5, 0x7A, 0xB4, 0x03, 0x05, 0x12, 0xB8, 0x30, 0xA1, 0x1F, 0xE5, -+0x7A, 0x64, 0x01, 0x60, 0x02, 0xA1, 0x1F, 0x12, 0xB8, 0x1E, 0xA1, 0x1F, 0xE5, 0x7A, 0xB4, 0x04, -+0x04, 0xF1, 0x84, 0xA1, 0x1F, 0xE5, 0x7A, 0xB4, 0x02, 0x04, 0xF1, 0x79, 0xA1, 0x1F, 0xE5, 0x7A, -+0xB4, 0x03, 0x04, 0xF1, 0xA5, 0x80, 0x78, 0xE5, 0x7A, 0x70, 0x74, 0xF1, 0xE1, 0x80, 0x70, 0xE5, -+0x7A, 0xB4, 0x04, 0x04, 0xF1, 0xB8, 0x80, 0x67, 0xE5, 0x7A, 0xB4, 0x01, 0x05, 0x12, 0x5F, 0xDE, -+0x80, 0x5D, 0xE5, 0x7A, 0xB4, 0x03, 0x05, 0x12, 0x5F, 0xEE, 0x80, 0x53, 0xE5, 0x7A, 0x70, 0x4F, -+0xF1, 0xE8, 0x80, 0x4B, 0xE5, 0x7A, 0xB4, 0x04, 0x05, 0x12, 0xB8, 0x6C, 0x80, 0x41, 0xE5, 0x7A, -+0xB4, 0x01, 0x05, 0x12, 0xB8, 0x54, 0x80, 0x37, 0xE5, 0x7A, 0xB4, 0x02, 0x05, 0x12, 0xB8, 0x67, -+0x80, 0x2D, 0xE5, 0x7A, 0x70, 0x29, 0x12, 0xB8, 0x62, 0x80, 0x24, 0xE5, 0x7A, 0xB4, 0x03, 0x05, -+0x12, 0xB8, 0x80, 0x80, 0x1A, 0xE5, 0x7A, 0xB4, 0x01, 0x05, 0x12, 0x5F, 0xCA, 0x80, 0x10, 0xE5, -+0x7A, 0xB4, 0x02, 0x05, 0x12, 0xB8, 0x78, 0x80, 0x06, 0xE5, 0x7A, 0x70, 0x02, 0xF1, 0xE3, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x7D, 0x04, 0x7F, 0x01, 0x41, 0x65, 0xB1, 0xCE, 0xB1, 0x25, 0xF1, -+0xB0, 0x41, 0x25, 0x7E, 0x00, 0x7F, 0x62, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0xEA, 0x12, -+0x48, 0xA9, 0x90, 0xA2, 0xEE, 0x74, 0x02, 0xF0, 0x90, 0xA2, 0xF5, 0x14, 0xF0, 0xA3, 0xF0, 0xA3, -+0x74, 0x0A, 0xF0, 0x90, 0xA2, 0xFB, 0xE4, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x12, 0xBC, 0x06, 0xF0, -+0x12, 0xBA, 0x4F, 0xE4, 0xFD, 0xFF, 0x51, 0x65, 0x7D, 0x0C, 0x7F, 0x02, 0x51, 0x65, 0x51, 0x61, -+0x90, 0xA1, 0x29, 0xE0, 0xFF, 0xB4, 0x01, 0x08, 0x90, 0xA2, 0xFA, 0x74, 0xFF, 0xF0, 0x80, 0x0F, -+0xEF, 0x90, 0xA2, 0xFA, 0xB4, 0x03, 0x05, 0x74, 0xD4, 0xF0, 0x80, 0x03, 0x74, 0x40, 0xF0, 0x12, -+0x4F, 0x8D, 0x12, 0xBC, 0x06, 0xF0, 0x7F, 0x01, 0x12, 0x9F, 0x8E, 0x90, 0x05, 0x58, 0x74, 0x02, -+0xF0, 0x90, 0xA2, 0xFD, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x70, 0x7E, 0x00, 0x7F, 0x02, 0x7D, -+0x00, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x50, 0x12, 0x48, 0xA9, 0x12, 0xBC, 0xEF, 0x12, 0xBC, 0xDF, -+0xB1, 0xCE, 0xE4, 0x90, 0xA3, 0x52, 0xF0, 0x22, 0xE4, 0xFD, 0x7F, 0x0C, 0x11, 0x59, 0xE4, 0xFD, -+0xFF, 0x02, 0x59, 0x6E, 0x12, 0xBC, 0xEF, 0xB1, 0xCE, 0x7D, 0x0C, 0x7F, 0x01, 0x41, 0x65, 0xB1, -+0xEC, 0xB1, 0xCE, 0x51, 0x61, 0x90, 0xA2, 0xE9, 0x74, 0x0C, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA2, 0xFD, 0xD1, 0x91, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x37, 0x5D, 0x90, -+0xA2, 0xFD, 0xD1, 0x91, 0x7F, 0xB0, 0x7E, 0x0E, 0x12, 0x37, 0x5D, 0x90, 0x00, 0x10, 0xE0, 0x44, -+0x0C, 0xFD, 0x7F, 0x10, 0x12, 0x3A, 0x96, 0x90, 0x00, 0x72, 0xE0, 0x54, 0xF3, 0xFD, 0x7F, 0x72, -+0x12, 0x3A, 0x96, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0x01, 0x00, 0x74, 0xFF, 0xF0, -+0x90, 0x06, 0xB7, 0x74, 0x09, 0xF0, 0x90, 0x06, 0xB4, 0x74, 0x86, 0xF0, 0x12, 0xBC, 0xCD, 0x54, -+0xBF, 0xF1, 0xD5, 0xD1, 0x91, 0x12, 0xBC, 0xF7, 0x90, 0x00, 0x02, 0xE0, 0x44, 0x01, 0xF1, 0x2F, -+0x7F, 0x00, 0x7E, 0x0C, 0xF1, 0xCF, 0xD1, 0x91, 0x12, 0xBC, 0x2A, 0xF1, 0xCF, 0xD1, 0x91, 0x7F, -+0x00, 0x12, 0xBC, 0x98, 0x70, 0x15, 0xF1, 0xBF, 0xE0, 0x54, 0xE7, 0x12, 0xA0, 0x13, 0xF1, 0xBF, -+0xE0, 0x54, 0x18, 0x70, 0x06, 0x90, 0x01, 0xBF, 0xE0, 0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x12, 0x36, 0xCE, 0xEF, 0x54, 0xFC, 0xFF, 0xEC, 0x90, 0xA6, 0x36, 0x12, 0x27, 0x48, 0x90, 0xA6, -+0x36, 0x12, 0x48, 0x4D, 0x90, 0xAC, 0xB9, 0x02, 0x27, 0x48, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x12, 0x59, 0xBE, 0x7F, 0x00, 0x7E, 0x0C, 0xD1, 0x80, 0x12, 0xBC, 0x2A, 0xD1, 0x80, 0x7F, -+0x00, 0x7E, 0x0E, 0x12, 0x37, 0x5D, 0xF1, 0x29, 0xF1, 0x1D, 0xF1, 0x1D, 0x12, 0xBC, 0xCD, 0x44, -+0x40, 0xD1, 0x86, 0x12, 0xBC, 0xF7, 0x90, 0x01, 0x00, 0x74, 0x3F, 0xF0, 0xA3, 0xE0, 0x54, 0xFD, -+0xF0, 0x90, 0x05, 0x53, 0xE0, 0x44, 0x20, 0xF0, 0x12, 0xBC, 0x65, 0x12, 0x27, 0x48, 0x90, 0xAC, -+0xB9, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0xF1, 0x12, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, -+0x77, 0x7F, 0xB0, 0x12, 0xBC, 0x98, 0x70, 0x15, 0x7B, 0x01, 0x7A, 0xA6, 0x79, 0x35, 0x7D, 0x08, -+0x7F, 0x01, 0xF1, 0x35, 0x90, 0xA6, 0x35, 0xE0, 0x44, 0x18, 0x12, 0xA0, 0x13, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x37, 0x5D, 0x90, 0xAC, 0xB9, 0x22, 0x90, 0x00, 0x02, -+0xE0, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x12, 0x3A, 0x96, 0x90, 0x00, 0x02, 0xE0, 0x54, 0xFE, 0xFD, -+0x7F, 0x02, 0x02, 0x3A, 0x96, 0x90, 0xA6, 0x4F, 0x12, 0x48, 0x7A, 0xEF, 0x70, 0x07, 0x90, 0xA6, -+0x52, 0x04, 0xF0, 0x80, 0x0B, 0xEF, 0x64, 0x01, 0x70, 0x25, 0x90, 0xA6, 0x52, 0x74, 0x40, 0xF0, -+0x7F, 0xE2, 0x12, 0x3A, 0x96, 0x90, 0xA6, 0x52, 0xE0, 0xF1, 0xAA, 0x90, 0x00, 0xE1, 0xE0, 0xFF, -+0x90, 0xA6, 0x4F, 0x12, 0x48, 0x71, 0xEF, 0x12, 0x26, 0x64, 0xF1, 0xA9, 0x7F, 0x01, 0x22, 0x90, -+0x01, 0xC2, 0xE0, 0x44, 0x01, 0xF0, 0x7F, 0x00, 0x22, 0xB1, 0xEC, 0xB1, 0xCE, 0x90, 0xA2, 0xE8, -+0x74, 0x01, 0xF0, 0x22, 0xB1, 0xCE, 0xF1, 0xB0, 0x80, 0xF3, 0x90, 0xA2, 0xEF, 0xE0, 0x64, 0x01, -+0x70, 0x12, 0x12, 0x8F, 0x8E, 0x60, 0x05, 0xB1, 0xC8, 0x02, 0xB9, 0x67, 0x90, 0xA2, 0xF2, 0xE0, -+0x70, 0x02, 0x11, 0x55, 0x22, 0xB1, 0xCE, 0x80, 0xD4, 0xE4, 0xFD, 0x7F, 0xE3, 0x02, 0x3A, 0x96, -+0x90, 0x05, 0x27, 0xE0, 0x44, 0x40, 0xF0, 0x22, 0xF1, 0xB0, 0x7D, 0x23, 0x02, 0x5F, 0xE0, 0x7B, -+0x01, 0x7A, 0xA6, 0x79, 0x34, 0x7D, 0x08, 0x7F, 0x01, 0xF1, 0x35, 0x90, 0xA6, 0x34, 0x22, 0x12, -+0x36, 0xCE, 0xEF, 0x44, 0x03, 0xFF, 0xEC, 0x90, 0xA6, 0x30, 0x12, 0x27, 0x48, 0x90, 0xA6, 0x30, -+0x22, 0x80, 0x9A, 0xF1, 0xE1, 0x02, 0x5F, 0xCA, 0xF1, 0xE1, 0x02, 0x5F, 0xDE, 0xE4, 0xFB, 0xFA, -+0xFD, 0x7F, 0x01, 0x12, 0x4B, 0x63, 0x90, 0xA4, 0x45, 0xEF, 0xF0, 0x60, 0xF0, 0x90, 0xA1, 0x23, -+0xE0, 0xFF, 0x70, 0x04, 0xA3, 0xE0, 0x60, 0xE5, 0xC2, 0xAF, 0xEF, 0x30, 0xE0, 0x0E, 0x90, 0xA1, -+0x23, 0xE0, 0x54, 0xFE, 0xF0, 0xE4, 0xFF, 0x12, 0x87, 0x4E, 0x11, 0x36, 0xF1, 0x5A, 0x30, 0xE1, -+0x06, 0x54, 0xFD, 0xF0, 0x12, 0x98, 0x58, 0xF1, 0x5A, 0x30, 0xE2, 0x06, 0x54, 0xFB, 0xF0, 0x12, -+0x7A, 0xC7, 0xD2, 0xAF, 0x80, 0xC7, 0xE4, 0xF5, 0x0E, 0x90, 0xA2, 0xE4, 0xE0, 0xFF, 0xE5, 0x0E, -+0xC3, 0x9F, 0x40, 0x02, 0xA1, 0x62, 0xE5, 0x0E, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA4, 0x53, -+0xF0, 0xE5, 0x0E, 0x54, 0x07, 0xA3, 0xF0, 0x90, 0x04, 0xA0, 0xE0, 0xFF, 0xA3, 0xE0, 0xFE, 0xEF, -+0x64, 0x01, 0x70, 0x28, 0xE5, 0x0E, 0x6E, 0x70, 0x23, 0xA3, 0xE0, 0xF5, 0x0F, 0xA3, 0xE0, 0xF1, -+0xC5, 0xE5, 0x0E, 0xF1, 0x69, 0xE5, 0x0F, 0xF0, 0xF1, 0x6F, 0xE0, 0x54, 0xFC, 0xFF, 0x90, 0xA4, -+0x4F, 0xE0, 0x54, 0x03, 0x4F, 0xFF, 0xF1, 0x6F, 0xEF, 0xF0, 0xA1, 0x5E, 0xAF, 0x0E, 0x12, 0x8B, -+0xC2, 0xEF, 0x70, 0x02, 0xA1, 0x5E, 0x12, 0x4F, 0x1F, 0x12, 0x4F, 0x6F, 0x30, 0xE0, 0x02, 0xA1, -+0x5E, 0x90, 0xA4, 0x53, 0x12, 0x84, 0xE4, 0x12, 0x8F, 0xC0, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0xF1, 0xB5, 0x60, 0x02, 0xA1, 0x5E, 0x12, 0x88, 0xEC, 0xE0, 0xFE, 0xA3, 0xE0, -+0x4E, 0x70, 0x08, 0x12, 0x88, 0x6A, 0xE0, 0x70, 0x02, 0xA1, 0x5E, 0xE5, 0x0E, 0x12, 0x97, 0xC2, -+0x90, 0xA4, 0x49, 0x12, 0x48, 0x7A, 0x12, 0x88, 0xEC, 0xE0, 0xF5, 0x13, 0xA3, 0xE0, 0xF5, 0x14, -+0x12, 0x88, 0x6A, 0xE0, 0xFF, 0x90, 0xA4, 0x4C, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x04, -+0xE5, 0x0E, 0x12, 0x57, 0x7E, 0xE0, 0x90, 0xA4, 0x4E, 0xF0, 0xFD, 0x12, 0x4F, 0x1F, 0xFE, 0x13, -+0x13, 0x54, 0x03, 0xF1, 0xC5, 0xE5, 0x0E, 0xF1, 0x69, 0xE0, 0xF5, 0x0F, 0x54, 0x7F, 0xF5, 0x10, -+0xD3, 0x9D, 0x40, 0x16, 0x90, 0xA4, 0x4E, 0xE0, 0xF5, 0x10, 0xE5, 0x0F, 0x30, 0xE7, 0x07, 0xE5, -+0x10, 0x44, 0x80, 0xFF, 0x80, 0x02, 0xAF, 0x10, 0x8F, 0x0F, 0xE5, 0x10, 0x90, 0x41, 0xED, 0x93, -+0xB1, 0x63, 0xC3, 0x9F, 0x40, 0x0B, 0x74, 0x38, 0x25, 0x10, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0x80, -+0x09, 0x74, 0x8C, 0x25, 0x10, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, 0xFF, 0x12, 0x94, -+0xF6, 0x90, 0xA4, 0x46, 0x12, 0x48, 0x7A, 0xB1, 0x71, 0xE0, 0xC3, 0x94, 0x05, 0x40, 0x02, 0x61, -+0x31, 0xE5, 0x0F, 0x30, 0xE7, 0x04, 0x05, 0x15, 0x05, 0x15, 0xE5, 0x15, 0xD3, 0x94, 0x1A, 0xAF, -+0x15, 0x40, 0x02, 0x7F, 0x1A, 0x12, 0x94, 0xF6, 0x90, 0xA4, 0x46, 0x12, 0x48, 0x7A, 0xC3, 0xE5, -+0x14, 0x94, 0x0F, 0xE5, 0x13, 0x94, 0x00, 0x50, 0x73, 0xF1, 0x91, 0xFF, 0x90, 0xA4, 0x4D, 0xE0, -+0x2F, 0xFF, 0x90, 0xA4, 0x4C, 0xE0, 0x35, 0xF0, 0xFE, 0xF1, 0xBD, 0xFF, 0xEE, 0x35, 0xF0, 0xFE, -+0x90, 0x00, 0x04, 0x12, 0x47, 0x17, 0x2F, 0xFD, 0xEE, 0x35, 0xF0, 0x12, 0xBC, 0x5A, 0xD3, 0xED, -+0x9F, 0xEC, 0x9E, 0x40, 0x07, 0xE4, 0xFB, 0x12, 0x91, 0x23, 0x61, 0x2A, 0x90, 0xA4, 0x49, 0x12, -+0x48, 0x71, 0x12, 0x46, 0xEC, 0x65, 0x14, 0x70, 0x04, 0xE5, 0xF0, 0x65, 0x13, 0x75, 0xF0, 0x04, -+0x70, 0x22, 0x12, 0x4F, 0xAF, 0x12, 0x9A, 0xF4, 0xFE, 0xEF, 0x54, 0x3F, 0xFF, 0xEE, 0x04, 0x54, -+0x03, 0xFE, 0xC4, 0x33, 0x33, 0x54, 0xC0, 0x4F, 0xF0, 0xE4, 0xFD, 0xAF, 0x0E, 0xB1, 0x88, 0x75, -+0xF0, 0x04, 0x80, 0x00, 0x12, 0x4F, 0xAF, 0x54, 0x3F, 0xF0, 0x61, 0x2A, 0xE5, 0x0E, 0x70, 0x43, -+0xF1, 0x91, 0xFF, 0xAE, 0xF0, 0xF1, 0xBD, 0xFD, 0xE5, 0xF0, 0x3E, 0x12, 0xBC, 0x5A, 0xC3, 0xED, -+0x9F, 0xEC, 0x9E, 0x50, 0x08, 0x90, 0xA1, 0x22, 0x74, 0x01, 0xF0, 0x80, 0x26, 0xF1, 0x91, 0xFB, -+0xAA, 0xF0, 0xE5, 0x14, 0xAE, 0x13, 0x78, 0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, -+0x7C, 0x00, 0x7D, 0x05, 0x12, 0x26, 0x98, 0xD3, 0xEB, 0x9F, 0xEA, 0x9E, 0x40, 0x05, 0xE4, 0x90, -+0xA1, 0x22, 0xF0, 0xF1, 0x42, 0x12, 0x8C, 0xE3, 0xFE, 0x60, 0x12, 0xF1, 0x42, 0xEF, 0x54, 0x07, -+0xFF, 0xC3, 0xEE, 0x94, 0x01, 0x54, 0x1F, 0x12, 0xBD, 0x26, 0xF0, 0x61, 0x2A, 0x90, 0xA4, 0x53, -+0xE0, 0x24, 0x11, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0x12, 0x8F, 0xC0, 0x80, 0x05, 0xC3, 0x33, 0xCE, -+0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0xB5, 0x60, 0x27, 0x74, 0xA2, 0x25, 0x0E, 0xB1, 0x80, 0xE0, 0xFF, -+0xF4, 0x60, 0x1C, 0x8F, 0x0F, 0x90, 0xA4, 0x4F, 0xE0, 0xF5, 0x77, 0x7B, 0x01, 0xAD, 0x0F, 0xAF, -+0x0E, 0x12, 0x83, 0x1D, 0x74, 0xA2, 0x25, 0x0E, 0xB1, 0x80, 0x74, 0xFF, 0xF0, 0x61, 0x2A, 0xAB, -+0x15, 0xAD, 0x0E, 0xAF, 0x14, 0xAE, 0x13, 0x12, 0x90, 0x5A, 0x8E, 0x11, 0x8F, 0x12, 0xF1, 0x85, -+0xF5, 0x83, 0xC3, 0x12, 0xBC, 0x8E, 0x50, 0x62, 0x12, 0xBB, 0xEA, 0x54, 0x7F, 0xB1, 0x63, 0xFE, -+0xC3, 0x9F, 0x40, 0x05, 0xEE, 0x9F, 0xFF, 0x80, 0x0B, 0xB1, 0x64, 0xFF, 0x12, 0xBB, 0xEA, 0x54, -+0x7F, 0xC3, 0x9F, 0xFF, 0xEF, 0xD3, 0x94, 0x04, 0x40, 0x0E, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, -+0x9B, 0x12, 0x12, 0x57, 0x9C, 0xF0, 0x80, 0x12, 0xF1, 0x7A, 0xE0, 0xFE, 0xA3, 0xE0, 0x4E, 0x60, -+0x09, 0xF1, 0x7A, 0x74, 0xFF, 0xF5, 0xF0, 0x12, 0x46, 0xD6, 0xF1, 0x85, 0x12, 0x97, 0x0A, 0xE5, -+0x0E, 0x12, 0x91, 0x17, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xF1, 0x7A, 0xE0, 0xFE, 0xA3, 0xE0, 0x4E, -+0x70, 0x18, 0x7D, 0x01, 0xAF, 0x0E, 0xB1, 0x88, 0x80, 0x10, 0xE5, 0x10, 0x12, 0x97, 0xB6, 0xD3, -+0x12, 0xBC, 0x8E, 0x40, 0x05, 0x7B, 0x01, 0x12, 0x91, 0x23, 0xE4, 0xF5, 0x11, 0xF5, 0x12, 0xA1, -+0x3B, 0xB1, 0x71, 0xE0, 0xF9, 0x64, 0x05, 0x60, 0x02, 0x61, 0xE7, 0xF1, 0x37, 0xE0, 0x54, 0x07, -+0xF5, 0x18, 0xB1, 0x64, 0xC3, 0x94, 0x30, 0x40, 0x12, 0x12, 0x55, 0xFD, 0xE0, 0x20, 0xE2, 0x0B, -+0x12, 0x4F, 0x1F, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x10, 0xE4, 0xF5, 0x18, 0xB1, 0x71, -+0xE4, 0xF1, 0x4D, 0xE4, 0xF0, 0xF1, 0xA9, 0xE4, 0xF0, 0x80, 0x0B, 0xAD, 0x10, 0xAF, 0x0E, 0x12, -+0xA1, 0x22, 0xF1, 0xA9, 0xEF, 0xF0, 0xF1, 0xA9, 0xE0, 0x64, 0x01, 0x70, 0x62, 0xF1, 0x9D, 0xE0, -+0xFF, 0x24, 0x05, 0xFD, 0xE4, 0x33, 0xFC, 0xB1, 0x64, 0xFE, 0xC3, 0x12, 0x9F, 0x57, 0x50, 0x0B, -+0x12, 0xBB, 0xCD, 0xE0, 0xFD, 0xE5, 0x10, 0xC3, 0x9D, 0x40, 0x1B, 0xE5, 0x18, 0x70, 0x05, 0x75, -+0x18, 0x01, 0x80, 0x0D, 0xE5, 0x18, 0xB4, 0x01, 0x05, 0x75, 0x18, 0x03, 0x80, 0x03, 0x75, 0x18, -+0x05, 0xF1, 0x9D, 0xEE, 0x80, 0x1B, 0xB1, 0x64, 0x24, 0x05, 0xFD, 0xE4, 0x33, 0xFC, 0xC3, 0xEF, -+0x12, 0x9F, 0x57, 0x50, 0x06, 0xF1, 0x4E, 0xE0, 0xB4, 0x0A, 0x0C, 0xB1, 0x64, 0xFF, 0xF1, 0x9D, -+0xEF, 0xF1, 0x4D, 0xE4, 0xF0, 0x80, 0x08, 0xB1, 0x71, 0xE4, 0xF1, 0x4D, 0xE0, 0x04, 0xF0, 0x12, -+0xBB, 0xCD, 0xE5, 0x10, 0xF0, 0xA1, 0x2A, 0xE9, 0x64, 0x06, 0x60, 0x02, 0xA1, 0x3B, 0xF5, 0x11, -+0xF5, 0x12, 0xF1, 0x37, 0xE0, 0x54, 0x07, 0xF5, 0x18, 0xAF, 0x14, 0xAE, 0x13, 0x12, 0xA2, 0x93, -+0x8F, 0x16, 0xE5, 0x15, 0xD3, 0x94, 0x13, 0x40, 0x1C, 0x90, 0xA4, 0x46, 0x12, 0x90, 0x51, 0xFD, -+0x7C, 0x00, 0xE5, 0x14, 0xAE, 0x13, 0xA8, 0x07, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, -+0xD8, 0xF9, 0xFF, 0x80, 0x19, 0xE5, 0x14, 0xAE, 0x13, 0xA8, 0x16, 0x08, 0x80, 0x05, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0x44, 0x4A, 0xE4, 0x93, 0xFD, 0x7C, 0x00, 0x12, 0x26, -+0x98, 0x90, 0xA4, 0x50, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xF5, 0x17, 0xE5, 0x15, 0xD3, 0x94, -+0x13, 0x40, 0x22, 0x12, 0x94, 0xEC, 0xE5, 0x17, 0x12, 0x95, 0x18, 0xF1, 0xD5, 0x80, 0x05, 0xCE, -+0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA4, 0x46, 0x12, 0x48, 0x71, 0x85, 0x17, 0x82, -+0x12, 0x4F, 0xE1, 0x80, 0x1A, 0x12, 0x94, 0xEC, 0xE5, 0x17, 0x12, 0x95, 0x18, 0xF1, 0xD5, 0x80, -+0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0xE5, 0x17, 0x90, 0x44, 0x45, 0x93, 0x12, -+0x97, 0xA4, 0x25, 0x12, 0xF5, 0x12, 0xEE, 0x35, 0x11, 0xF5, 0x11, 0xC3, 0x90, 0xA4, 0x51, 0xE0, -+0x95, 0x12, 0x90, 0xA4, 0x50, 0xE0, 0x95, 0x11, 0x40, 0x08, 0x05, 0x17, 0xE5, 0x17, 0x64, 0x05, -+0x70, 0x9A, 0xE5, 0x17, 0xC3, 0x13, 0xF5, 0x17, 0xE5, 0x18, 0x24, 0x01, 0xFF, 0xE4, 0x33, 0xA2, -+0xE7, 0x13, 0xEF, 0x13, 0xFF, 0xD3, 0x95, 0x17, 0x40, 0x06, 0xEF, 0x95, 0x17, 0xFF, 0x80, 0x02, -+0xE4, 0xFF, 0xF1, 0x2B, 0xE0, 0xC3, 0x13, 0xFE, 0xEF, 0xC4, 0x33, 0x54, 0xE0, 0x2E, 0xFE, 0xF1, -+0x2B, 0xEE, 0xF0, 0xF1, 0x2B, 0xE0, 0xC3, 0x94, 0xC0, 0x40, 0x05, 0xF1, 0x2B, 0x74, 0xC0, 0xF0, -+0xF1, 0x2B, 0xE0, 0x24, 0x1F, 0xFF, 0xE4, 0x33, 0xFE, 0xEF, 0x78, 0x06, 0xCE, 0xA2, 0xE7, 0x13, -+0xCE, 0x13, 0xD8, 0xF8, 0x25, 0xE0, 0xFF, 0x70, 0x04, 0xF5, 0x18, 0x80, 0x04, 0xEF, 0x14, 0xF5, -+0x18, 0xD3, 0x90, 0xA4, 0x4D, 0xE0, 0x94, 0x03, 0x90, 0xA4, 0x4C, 0xE0, 0x94, 0x00, 0x50, 0x07, -+0xB1, 0x64, 0xC3, 0x94, 0x30, 0x50, 0x03, 0xE4, 0xF5, 0x18, 0xF1, 0x37, 0xE0, 0x54, 0xF8, 0x90, -+0xA4, 0x52, 0xF0, 0x45, 0x18, 0xFF, 0xF0, 0xF1, 0x37, 0xEF, 0xF0, 0xB1, 0x71, 0xE0, 0xD3, 0x94, -+0x05, 0x50, 0x07, 0xB1, 0x71, 0xE0, 0x04, 0xF0, 0x80, 0x0A, 0xF1, 0x42, 0xE0, 0x54, 0xF8, 0xF0, -+0xB1, 0x71, 0xE4, 0xF0, 0x75, 0x19, 0x01, 0x7D, 0x01, 0xAF, 0x0E, 0x12, 0x88, 0x76, 0x05, 0x0E, -+0x01, 0x39, 0x22, 0xFF, 0x74, 0x11, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0xE0, -+0x22, 0x74, 0xA2, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0xF5, 0x83, 0x22, 0x74, 0xA2, 0x2F, -+0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0x8F, 0x1A, 0x8D, 0x1B, 0xB1, 0x7D, 0x74, 0xFF, -+0xF1, 0x64, 0xE0, 0xF5, 0x1C, 0x54, 0x7F, 0xF5, 0x1D, 0xE5, 0x1C, 0x54, 0x80, 0xF5, 0x1E, 0x12, -+0x57, 0x7A, 0xE0, 0xF5, 0x20, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0x24, 0xC4, 0x54, 0x03, 0xF5, -+0x21, 0xE5, 0x1D, 0xF1, 0x87, 0x12, 0x97, 0x0A, 0xE5, 0x1A, 0x12, 0x91, 0x17, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x74, 0x22, 0x25, 0x1A, 0xF1, 0xE0, 0xE5, 0x1C, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x1A, -+0x12, 0x4F, 0x24, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x1F, 0x74, 0x22, 0x25, 0x1A, 0x12, 0x97, 0x9C, -+0xE5, 0x1F, 0xF0, 0x74, 0x91, 0x25, 0x1A, 0x12, 0x56, 0x01, 0xE0, 0x30, 0xE0, 0x1D, 0xE5, 0x1D, -+0x64, 0x3F, 0x70, 0x17, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x12, 0x4F, 0xB1, 0xC4, 0x13, 0x54, 0x07, -+0x7F, 0x3E, 0x30, 0xE0, 0x02, 0x7F, 0xBE, 0xF1, 0xCD, 0xE1, 0x27, 0xE5, 0x1D, 0x64, 0x2D, 0x70, -+0x2F, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x12, 0x4F, 0x24, 0xFF, 0x54, 0x03, 0xFE, 0xE5, 0x1F, 0xC3, -+0x9E, 0x50, 0x1D, 0x75, 0x1C, 0x2C, 0x05, 0x1F, 0xE5, 0x1F, 0x12, 0x97, 0x95, 0xFE, 0x75, 0xF0, -+0x04, 0xE5, 0x1A, 0x90, 0x96, 0x14, 0x12, 0x48, 0x65, 0xEF, 0x54, 0xF3, 0x4E, 0xF0, 0x80, 0x08, -+0xE5, 0x1D, 0xB4, 0x2C, 0x0E, 0x75, 0x1C, 0x2D, 0x74, 0xA2, 0x25, 0x1A, 0xB1, 0x80, 0x74, 0xFF, -+0xF0, 0xE1, 0x22, 0xE5, 0x1D, 0xC3, 0x95, 0x20, 0x40, 0x02, 0xC1, 0xF5, 0xAD, 0x1C, 0xAF, 0x1A, -+0x12, 0xA0, 0xF5, 0xEF, 0xF4, 0x60, 0x0B, 0x8F, 0x1C, 0x8F, 0x1D, 0xE5, 0x1C, 0x30, 0xE7, 0x02, -+0xE1, 0x22, 0xAD, 0x1D, 0xAF, 0x21, 0x12, 0x94, 0xC8, 0x8F, 0x1D, 0xAD, 0x20, 0xAF, 0x21, 0x12, -+0x94, 0xC8, 0x8F, 0x20, 0xE5, 0x1D, 0xD3, 0x94, 0x0B, 0x40, 0x13, 0x90, 0xA4, 0x5D, 0xE5, 0x21, -+0xF0, 0xAB, 0x1A, 0xE4, 0xFD, 0xAF, 0x1D, 0x12, 0x93, 0x50, 0x8F, 0x1C, 0x80, 0x0B, 0xAB, 0x1A, -+0xAD, 0x20, 0xAF, 0x1D, 0x12, 0xA2, 0x16, 0x8F, 0x1C, 0xAD, 0x1C, 0xAF, 0x21, 0x12, 0x94, 0xB5, -+0x8F, 0x1C, 0x74, 0xA2, 0x25, 0x1A, 0xB1, 0x80, 0xE0, 0xFD, 0xF4, 0x60, 0x0D, 0xAF, 0x21, 0x12, -+0x94, 0xB5, 0x74, 0xA2, 0x25, 0x1A, 0xB1, 0x80, 0xEF, 0xF0, 0x74, 0x91, 0x25, 0x1A, 0x12, 0x56, -+0x01, 0xE0, 0x30, 0xE0, 0x4D, 0xE5, 0x1D, 0x64, 0x3F, 0x70, 0x47, 0x75, 0xF0, 0x04, 0xE5, 0x1A, -+0x12, 0x4F, 0xB1, 0xC4, 0x13, 0x54, 0x07, 0x7F, 0x3E, 0x30, 0xE0, 0x02, 0x7F, 0xBE, 0xF1, 0xCD, -+0x12, 0x83, 0x19, 0x80, 0x2D, 0xE5, 0x1D, 0x65, 0x20, 0x70, 0x1C, 0x75, 0xF0, 0x04, 0xE5, 0x1A, -+0x12, 0x4F, 0xB1, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x20, 0xE5, 0x1C, 0x20, 0xE7, 0x1B, 0xE5, -+0x1D, 0x44, 0x80, 0xF5, 0x1C, 0x80, 0x0B, 0x74, 0x22, 0x25, 0x1A, 0xF1, 0xE0, 0xE5, 0x20, 0xF0, -+0xF5, 0x1C, 0x85, 0x1F, 0x77, 0xAB, 0x1B, 0x12, 0x83, 0x19, 0x22, 0x74, 0x01, 0x25, 0x0E, 0xF5, -+0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, 0x75, 0xF0, 0x10, 0xE5, 0x0E, 0x90, 0x81, 0x01, 0x02, -+0x48, 0x65, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x9B, 0x11, 0x02, 0x48, 0x65, 0xF0, 0x74, 0x21, -+0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0xD2, 0xAF, 0xC2, 0xAF, 0x90, 0xA1, -+0x23, 0xE0, 0xFF, 0x22, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x90, 0x81, 0x00, 0x02, 0x48, 0x65, 0x75, -+0xF0, 0x10, 0xE5, 0x0E, 0x90, 0x81, 0x05, 0x02, 0x48, 0x65, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, -+0x9B, 0x12, 0x02, 0x48, 0x65, 0xE5, 0x10, 0x25, 0xE0, 0x24, 0x41, 0xF5, 0x82, 0xE4, 0x34, 0x42, -+0x22, 0x90, 0xA4, 0x49, 0x12, 0x48, 0x71, 0x90, 0x00, 0x08, 0x02, 0x47, 0x17, 0x74, 0x01, 0x25, -+0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x74, 0x91, 0x25, 0x0E, 0xF5, 0x82, 0xE4, -+0x34, 0x9A, 0xF5, 0x83, 0x22, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, 0x5D, 0x4E, 0x22, 0x90, 0x00, 0x06, -+0x12, 0x47, 0x17, 0x2F, 0x22, 0x90, 0xA4, 0x4F, 0xF0, 0x75, 0xF0, 0x10, 0x22, 0x8F, 0x1C, 0x85, -+0x1F, 0x77, 0xE4, 0xFB, 0x22, 0x12, 0x47, 0x17, 0xAE, 0xF0, 0xA8, 0x16, 0x08, 0x22, 0x24, 0x22, -+0xF5, 0x82, 0xE4, 0x34, 0xA0, 0xF5, 0x83, 0x22, 0xE0, 0x44, 0x02, 0xF0, 0xE4, 0x90, 0xA6, 0x28, -+0xF0, 0x90, 0xA3, 0x4D, 0xE0, 0x90, 0xA6, 0x29, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, 0x7E, 0x01, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x24, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, -+0xA6, 0x28, 0xE0, 0xF5, 0x3B, 0xA3, 0xE0, 0xF5, 0x3C, 0x12, 0x34, 0x8C, 0x90, 0xA6, 0x24, 0x12, -+0x7B, 0xA4, 0xA3, 0xA3, 0xA3, 0x74, 0x05, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xF5, 0x24, -+0x90, 0xA2, 0xEF, 0xE0, 0x70, 0x02, 0x21, 0x07, 0x12, 0x8C, 0x3C, 0x60, 0x02, 0x21, 0x07, 0x31, -+0x1B, 0x12, 0x47, 0x77, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x31, -+0x34, 0x78, 0x10, 0x12, 0x27, 0x35, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, -+0x77, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x31, 0x34, 0x78, 0x18, 0x12, 0x27, -+0x35, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0xBB, 0xD9, 0x12, 0x8B, 0x5D, 0x60, -+0x22, 0x24, 0xFE, 0x60, 0x03, 0x04, 0x70, 0x1E, 0x90, 0xA2, 0xF6, 0xE0, 0x14, 0xF0, 0xE0, 0xFF, -+0x60, 0x06, 0x90, 0xA2, 0xF8, 0xE0, 0x60, 0x0E, 0xEF, 0x70, 0x08, 0x90, 0xA2, 0xF5, 0xE0, 0xA3, -+0xF0, 0x80, 0x00, 0x75, 0x24, 0x01, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x12, 0x90, 0xA2, 0xE9, -+0xE0, 0xB4, 0x02, 0x03, 0xE4, 0xF5, 0x24, 0x12, 0x9A, 0x75, 0xEF, 0x70, 0x02, 0xF5, 0x24, 0xE5, -+0x24, 0x60, 0x44, 0x12, 0xBC, 0xFE, 0x90, 0xA2, 0xF8, 0xE0, 0x60, 0x04, 0x64, 0x01, 0x70, 0x14, -+0xE4, 0x90, 0xA6, 0x28, 0xF0, 0x90, 0xA2, 0xF8, 0xE0, 0x31, 0x13, 0x12, 0x6F, 0xF5, 0x90, 0xA2, -+0xF8, 0xE0, 0x80, 0x13, 0xE4, 0x90, 0xA6, 0x28, 0x31, 0x08, 0x12, 0x6F, 0xF5, 0x90, 0xA2, 0xF8, -+0xE0, 0x75, 0xF0, 0x03, 0xA4, 0x24, 0xFE, 0x31, 0x13, 0x90, 0xA3, 0x08, 0xF0, 0x90, 0xA2, 0xF2, -+0xE0, 0x20, 0xE2, 0x03, 0x12, 0x60, 0x55, 0x22, 0xF0, 0x90, 0xA2, 0xF8, 0xE0, 0x75, 0xF0, 0x03, -+0xA4, 0x24, 0xFE, 0xFF, 0x90, 0xA2, 0xF7, 0xE0, 0x2F, 0x22, 0xF0, 0x90, 0x05, 0x61, 0xE0, 0xFF, -+0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x08, 0x12, 0x27, 0x35, 0xA8, 0x04, 0xA9, 0x05, 0xAA, 0x06, 0xAB, -+0x07, 0x90, 0x05, 0x60, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x22, 0x90, 0xA6, 0x2A, 0xEF, 0xF0, -+0xA3, 0xED, 0xF0, 0xA3, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x34, 0x7E, 0x08, 0x12, -+0x36, 0xCE, 0x90, 0xA6, 0x2C, 0x12, 0x27, 0x48, 0x90, 0xA6, 0x2A, 0xE0, 0x14, 0x60, 0x5E, 0x14, -+0x70, 0x02, 0x41, 0x78, 0x24, 0x02, 0x60, 0x02, 0x61, 0x03, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, -+0x00, 0x30, 0x03, 0xC3, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x30, 0x02, 0x00, 0x71, 0x18, -+0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, -+0x00, 0x7F, 0xC4, 0x71, 0x1A, 0x12, 0x27, 0x54, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, -+0x27, 0x54, 0x00, 0x10, 0x00, 0x00, 0x7F, 0x64, 0x71, 0x1A, 0x12, 0x27, 0x54, 0x03, 0xC0, 0x00, -+0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0xC0, 0x00, 0x00, 0x41, 0xE6, 0x90, 0xA5, 0xFE, -+0x12, 0x27, 0x54, 0x00, 0x30, 0x03, 0xC3, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x30, 0x02, -+0x01, 0x71, 0x18, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0x71, 0x1A, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x3C, 0x71, -+0x04, 0x12, 0x27, 0x54, 0xF0, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x2B, 0x31, 0x34, 0x12, 0xAB, 0x54, -+0x7F, 0x38, 0x71, 0x1A, 0x12, 0x27, 0x54, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, -+0x54, 0x00, 0x08, 0x00, 0x00, 0x12, 0xBB, 0xB4, 0x60, 0x13, 0x12, 0x27, 0x54, 0x03, 0xC0, 0x00, -+0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0x80, 0x00, 0x00, 0x80, 0x11, 0x12, 0x27, 0x54, -+0x03, 0xC0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0xC0, 0x00, 0x00, 0x7F, 0x48, -+0x7E, 0x08, 0x71, 0x26, 0x90, 0xA6, 0x2B, 0xE0, 0x90, 0xA5, 0xFE, 0xB4, 0x01, 0x13, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x10, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x10, 0x80, -+0x11, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x10, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x7F, 0x00, 0x7E, 0x0A, 0x61, 0x01, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0x30, -+0x03, 0xC3, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x30, 0x02, 0x02, 0x71, 0x18, 0x12, 0x27, -+0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x7F, -+0xC4, 0x71, 0x1A, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x3C, 0x71, 0x04, 0x12, 0x27, 0x54, 0xF0, -+0x00, 0x00, 0x00, 0x90, 0xA6, 0x2B, 0x31, 0x34, 0x12, 0xAB, 0x54, 0x7F, 0x38, 0x71, 0x1A, 0x12, -+0x27, 0x54, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x08, 0x00, 0x00, -+0x12, 0xBB, 0xB4, 0x60, 0x17, 0x12, 0x27, 0x54, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, -+0x27, 0x54, 0x01, 0x40, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, 0x80, 0x15, 0x12, 0x27, 0x54, 0x03, -+0xC0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0x80, 0x00, 0x00, 0x7F, 0x48, 0x7E, -+0x08, 0x71, 0x26, 0x22, 0x90, 0xA6, 0x2B, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x02, 0x12, -+0x27, 0x35, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x48, 0x7F, 0xAC, 0x7E, 0x08, 0x71, 0x26, 0x90, 0xA5, -+0xFE, 0x22, 0x7F, 0x2C, 0x7E, 0x08, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0xFC, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x36, 0xCE, 0x90, 0xA6, 0x06, 0x12, 0x27, 0x48, 0x90, 0xA5, -+0xFE, 0x12, 0x48, 0x4D, 0x12, 0x27, 0x15, 0x90, 0xA6, 0x06, 0xF1, 0xD6, 0xC0, 0x04, 0xC0, 0x05, -+0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x48, 0x4D, 0x90, 0xA6, 0x02, 0xF1, 0xD6, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x77, 0x90, 0xA6, 0x0A, 0x12, 0x27, 0x48, -+0x90, 0xA6, 0x0A, 0x12, 0x66, 0x91, 0x90, 0xA5, 0xFC, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x37, -+0x5D, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA6, 0x8C, 0xED, 0xF0, 0xEF, 0x60, 0x02, 0x81, 0x54, -+0xE0, 0x24, 0xFD, 0x50, 0x0A, 0x60, 0x1E, 0x14, 0x60, 0x31, 0x14, 0x60, 0x6E, 0xA1, 0xDD, 0x90, -+0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x12, 0x67, 0x12, 0x12, 0x27, 0x54, 0x77, -+0x77, 0x77, 0x77, 0x81, 0xC9, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x70, 0x12, -+0x67, 0x12, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x70, 0xA1, 0x49, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x77, 0x77, 0x77, 0x77, 0x12, 0x67, 0x12, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0xD1, -+0xDD, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x10, -+0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0x71, 0x1C, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, -+0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x10, 0x00, 0x00, 0xA1, 0xD7, 0x90, 0xA5, 0xFE, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x77, 0xF1, -+0xBE, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0xD1, 0xDD, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, -+0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0x71, -+0x1C, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0xA1, 0xD7, 0x90, 0xA6, 0x8C, 0xE0, 0x14, 0x60, 0x5A, 0x14, 0x70, 0x02, 0x81, 0xF5, -+0x14, 0x70, 0x02, 0xA1, 0x35, 0x14, 0x70, 0x02, 0x81, 0xF5, 0x14, 0x70, 0x02, 0xA1, 0x90, 0x24, -+0x05, 0x60, 0x02, 0xA1, 0xDD, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x17, 0x12, -+0x67, 0x12, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x17, 0xD1, 0xDD, 0x12, 0x27, 0x54, 0x3F, 0xF0, -+0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, -+0x71, 0x1C, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, -+0x00, 0x00, 0x00, 0xA1, 0xD7, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x17, 0x12, -+0x67, 0x12, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x17, 0xD1, 0xDD, 0x12, 0x27, 0x54, 0x3F, 0xF0, -+0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, -+0x71, 0x1C, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, -+0x00, 0x00, 0x00, 0xA1, 0xD7, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x77, 0x12, -+0x67, 0x12, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x77, 0xD1, 0xDD, 0x12, 0x27, 0x54, 0x3F, 0xF0, -+0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, -+0x71, 0x1C, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, -+0x00, 0x00, 0x00, 0xA1, 0xD7, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x17, 0x12, -+0x67, 0x12, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x17, 0xD1, 0xDD, 0x12, 0x27, 0x54, 0x3F, 0xF0, -+0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, -+0x71, 0x1C, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, -+0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0E, 0x71, 0x1C, 0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x03, -+0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x01, 0x7F, 0x00, 0x7E, 0x09, 0x80, 0x4B, -+0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0xFF, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x00, 0x33, 0x00, 0x00, 0xF1, 0xBE, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x77, 0xD1, 0xDD, 0x12, -+0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, -+0x7F, 0xB4, 0x7E, 0x0C, 0x71, 0x1C, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA6, 0x02, -+0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0E, 0x71, 0x26, 0x22, 0x90, 0xA6, -+0x74, 0xED, 0xF0, 0x90, 0xA6, 0x73, 0xEF, 0xF0, 0x70, 0x75, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, -+0x30, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, -+0xFF, 0xFE, 0x71, 0x1C, 0x12, 0x27, 0x54, 0x00, 0x03, 0xE0, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, -+0x54, 0x00, 0x02, 0xE0, 0x00, 0x7F, 0x30, 0x71, 0x1A, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x03, -+0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x01, 0x7F, 0x34, 0x71, 0x1A, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x03, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x71, -+0x22, 0xF1, 0xC8, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x30, 0x00, 0x00, 0x00, 0xF1, 0x56, 0x90, 0x04, 0x54, 0xE0, 0x54, 0x7F, 0x02, 0xBC, 0x70, 0x90, -+0xA6, 0x73, 0xE0, 0x64, 0x01, 0x70, 0x75, 0x90, 0x04, 0x54, 0xE0, 0x44, 0x80, 0x12, 0xBC, 0x70, -+0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0x71, 0x1C, 0x12, 0x27, 0x54, 0x00, 0x03, 0xE0, -+0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x02, 0xA0, 0x00, 0x7F, 0x30, 0x71, 0x1A, 0x12, -+0x27, 0x54, 0x00, 0x00, 0x00, 0x03, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x02, -+0x7F, 0x34, 0x71, 0x1A, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x03, 0x90, 0xA6, 0x02, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x01, 0x71, 0x22, 0xF1, 0xC8, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, 0x00, -+0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x20, 0x00, 0x00, 0x00, 0xF1, 0x56, 0x22, 0x7F, 0xB0, 0x7E, -+0x0E, 0x12, 0x37, 0x5D, 0x90, 0xA5, 0xFE, 0x22, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x80, 0x00, -+0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x71, 0x22, 0x90, 0x05, -+0x22, 0x74, 0x3F, 0xF0, 0x90, 0x05, 0x50, 0xE0, 0x54, 0xF7, 0xF0, 0xA3, 0xE0, 0x54, 0xF7, 0xF0, -+0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0x71, 0x1C, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, -+0x0F, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x0C, 0x7F, 0x38, 0x71, 0x1A, 0x12, -+0x27, 0x54, 0xFF, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x0F, -+0x7F, 0x04, 0x7E, 0x0A, 0x61, 0x26, 0x74, 0x08, 0xFF, 0xFE, 0x61, 0x26, 0x12, 0x97, 0x77, 0x12, -+0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, -+0x71, 0x22, 0x7D, 0x65, 0xF1, 0xAA, 0x12, 0x48, 0x0F, 0x7D, 0x8F, 0xF1, 0xAA, 0xF1, 0xDC, 0xF1, -+0xAB, 0x90, 0x00, 0x08, 0x12, 0x48, 0x29, 0x7D, 0x65, 0xF1, 0xB4, 0x12, 0x48, 0x0F, 0x7D, 0x8F, -+0xF1, 0xB4, 0xF1, 0xDC, 0xF1, 0xB4, 0x90, 0x00, 0x08, 0x02, 0x48, 0x29, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0xF1, 0xEB, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFF, 0xF1, 0x9C, 0x90, 0xA4, -+0xB1, 0x02, 0x48, 0x71, 0x7F, 0x01, 0xF1, 0x9C, 0x90, 0xA4, 0xB4, 0x02, 0x48, 0x71, 0x7F, 0xB0, -+0x7E, 0x0C, 0x71, 0x26, 0x90, 0xAC, 0xB9, 0x22, 0x90, 0xA6, 0x73, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, -+0x71, 0x86, 0x90, 0xA5, 0xFE, 0x22, 0x12, 0x48, 0x59, 0x02, 0x47, 0x6A, 0x90, 0x00, 0x04, 0x12, -+0x48, 0x29, 0xE4, 0xFD, 0x22, 0x7F, 0xAC, 0x7E, 0x08, 0x61, 0x26, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA6, 0x16, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xFB, 0x7D, 0x00, 0x7C, 0x00, 0xE4, -+0x90, 0xA6, 0x1C, 0xF0, 0xEB, 0x90, 0xA6, 0x17, 0xF0, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x36, 0xCE, -+0xE4, 0xFF, 0xEC, 0x90, 0xA6, 0x18, 0x12, 0x27, 0x48, 0x90, 0xA6, 0x18, 0x12, 0x48, 0x59, 0x90, -+0xA6, 0x17, 0x12, 0x71, 0x34, 0x12, 0x47, 0x77, 0xA3, 0x12, 0x27, 0x48, 0x90, 0xA6, 0x18, 0x12, -+0x66, 0x91, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x37, 0x5D, 0x11, 0x5F, 0x90, 0xA6, 0x16, 0xE0, 0x75, -+0xF0, 0x08, 0xA4, 0x24, 0x73, 0xF5, 0x82, 0xE4, 0x34, 0xAF, 0xF5, 0x83, 0xE0, 0xFE, 0xA3, 0xE0, -+0xFF, 0x12, 0x36, 0xCE, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, -+0x14, 0x7E, 0x00, 0x02, 0x3A, 0xF7, 0x90, 0xA6, 0x6A, 0x31, 0x83, 0x90, 0x01, 0x09, 0xE0, 0x7F, -+0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x90, 0xA6, 0x6A, 0xE0, 0x6F, 0x60, 0x35, 0xC3, 0x90, 0xA6, -+0x6C, 0xE0, 0x94, 0x88, 0x90, 0xA6, 0x6B, 0xE0, 0x94, 0x13, 0x40, 0x08, 0x90, 0x01, 0xC0, 0xE0, -+0x44, 0x10, 0xF0, 0x22, 0x90, 0xA6, 0x6B, 0x12, 0x58, 0xB1, 0x11, 0x5F, 0xD3, 0x90, 0xA6, 0x6C, -+0xE0, 0x94, 0x32, 0x90, 0xA6, 0x6B, 0xE0, 0x94, 0x00, 0x40, 0xC0, 0x90, 0x01, 0xC6, 0xE0, 0x30, -+0xE0, 0xB9, 0x22, 0x12, 0xA0, 0x9A, 0x90, 0x00, 0x08, 0xE0, 0x54, 0xEF, 0xFD, 0x7F, 0x08, 0x12, -+0x3A, 0x96, 0xE4, 0xFF, 0x11, 0x66, 0x90, 0xA1, 0x29, 0xE0, 0xB4, 0x03, 0x0C, 0x90, 0x00, 0x70, -+0xE0, 0x54, 0x7F, 0xFD, 0x7F, 0x70, 0x12, 0x3A, 0x96, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0xEF, 0xF0, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x31, 0x24, 0x11, 0xB3, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0xA2, 0xF2, 0xE0, 0xFF, 0x60, 0x03, 0xB4, 0x08, 0x08, 0x12, 0xB9, 0xCE, 0xBF, 0x01, -+0x02, 0x11, 0xE1, 0x22, 0x90, 0xA2, 0xEA, 0xE0, 0x30, 0xE0, 0x18, 0x90, 0xA2, 0xE5, 0xE0, 0xFF, -+0x30, 0xE0, 0x0E, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0xF1, 0xD7, 0xBF, 0x01, 0x06, 0x80, 0x02, 0x80, -+0x00, 0x11, 0xF1, 0x22, 0x90, 0xA2, 0xEB, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0xA1, 0x29, 0xE0, 0xB4, -+0x03, 0x0C, 0x90, 0x00, 0x70, 0xE0, 0x44, 0x80, 0xFD, 0x7F, 0x70, 0x12, 0x3A, 0x96, 0x90, 0xA2, -+0xFA, 0xE0, 0xFD, 0x7F, 0x93, 0x12, 0x3A, 0x96, 0x90, 0xA2, 0xF0, 0xE0, 0x60, 0x12, 0x90, 0x01, -+0x2F, 0xE0, 0x30, 0xE7, 0x05, 0x74, 0x10, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x90, 0xF0, -+0x90, 0x00, 0x08, 0xE0, 0x44, 0x10, 0xFD, 0x7F, 0x08, 0x12, 0x3A, 0x96, 0x7F, 0x01, 0x11, 0x66, -+0x90, 0x00, 0x90, 0xE0, 0x44, 0x01, 0xFD, 0x7F, 0x90, 0x12, 0x3A, 0x96, 0x7F, 0x14, 0x7E, 0x00, -+0x02, 0x3A, 0xF7, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x90, 0xA4, -+0x4A, 0xF0, 0xF4, 0x60, 0x18, 0xE0, 0x90, 0xA4, 0x2F, 0x12, 0x4F, 0x2C, 0x75, 0xF0, 0x0A, 0xA4, -+0xFF, 0x90, 0xA4, 0x30, 0xE5, 0xF0, 0xF0, 0xA3, 0xEF, 0xF0, 0x02, 0x89, 0xAC, 0x90, 0xA4, 0x4A, -+0xE0, 0x90, 0xA4, 0x2F, 0x31, 0x84, 0x90, 0x01, 0x5F, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA6, 0x3F, 0xEE, 0xF0, 0xA3, 0x31, 0x83, 0x90, 0xA6, 0x3F, 0x71, 0xA4, 0xE0, -+0x60, 0x29, 0xC3, 0x90, 0xA6, 0x42, 0xE0, 0x94, 0xE8, 0x90, 0xA6, 0x41, 0xE0, 0x94, 0x03, 0x40, -+0x0B, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x00, 0x80, 0x11, 0x90, 0xA6, 0x41, 0x12, -+0x58, 0xB1, 0x7F, 0x0A, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x80, 0xCF, 0x7F, 0x01, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x47, 0x12, 0x48, 0x7A, 0x7F, -+0x96, 0x7E, 0x02, 0x31, 0xBB, 0xEF, 0x60, 0x51, 0x90, 0x01, 0x17, 0xE0, 0xFE, 0x90, 0x01, 0x16, -+0xE0, 0x7C, 0x00, 0x24, 0x00, 0xFF, 0xEC, 0x3E, 0xFE, 0xEF, 0x24, 0x01, 0xFF, 0xE4, 0x3E, 0xFE, -+0x90, 0xA6, 0x4A, 0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0xA6, 0x4A, 0xE0, 0xFD, -+0x90, 0x02, 0x94, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA6, 0x47, 0x71, 0x9B, 0x24, 0x02, 0xFF, 0xE4, -+0x33, 0xFE, 0x51, 0x6E, 0x90, 0xA6, 0x4A, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0xA6, 0x47, 0x12, 0x48, -+0x71, 0x71, 0x2C, 0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFC, -+0xED, 0x2C, 0x24, 0x00, 0x51, 0xBF, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, 0xF3, 0x74, 0x00, 0x2D, -+0x51, 0xBF, 0xEF, 0xF0, 0xEE, 0x54, 0x3F, 0xFF, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, -+0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x54, -+0xF0, 0xF0, 0x74, 0x03, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x80, 0xF0, -+0x74, 0x0B, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0xF5, -+0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFF, -+0x90, 0xA2, 0xD0, 0xE0, 0xFE, 0x90, 0xA2, 0xCF, 0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, 0x01, 0x80, -+0x02, 0x7E, 0x00, 0xEE, 0x64, 0x01, 0x60, 0x3F, 0xED, 0x71, 0xAD, 0xFA, 0x7B, 0x01, 0x51, 0x02, -+0x7F, 0x01, 0xEF, 0x60, 0x32, 0x90, 0xA2, 0xCF, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x02, 0x80, -+0x02, 0x7F, 0x00, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA2, 0xCF, 0xF0, 0x90, 0xA2, 0xD0, 0xE0, 0xFF, -+0x90, 0xA2, 0xCF, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x07, -+0x90, 0xA1, 0x23, 0xE0, 0x44, 0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA6, 0x43, 0xEF, -+0xF0, 0xA3, 0x12, 0x48, 0x7A, 0x90, 0xA6, 0x7A, 0xE0, 0xFE, 0x04, 0xF0, 0x90, 0x00, 0x01, 0xEE, -+0x12, 0x26, 0x76, 0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, -+0x02, 0xC0, 0x01, 0x90, 0xA6, 0x44, 0x12, 0x48, 0x71, 0x12, 0x4F, 0xF5, 0x75, 0x43, 0x02, 0xD0, -+0x01, 0xD0, 0x02, 0xD0, 0x03, 0x12, 0x34, 0x2C, 0x90, 0xA6, 0x43, 0xE0, 0x24, 0x02, 0xF9, 0xE4, -+0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xA3, 0x12, 0x48, 0x71, 0xE9, -+0x24, 0x02, 0xF9, 0xE4, 0x3A, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x90, 0xA6, 0x44, 0x71, 0x9B, -+0xF5, 0x43, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x02, 0x34, 0x2C, 0x12, 0x48, 0x71, 0x90, 0x00, -+0x0E, 0x02, 0x26, 0x37, 0xE0, 0xFE, 0xA3, 0xE0, 0xF5, 0x82, 0x8E, 0x83, 0x22, 0x75, 0xF0, 0x0F, -+0xA4, 0x24, 0x39, 0xF9, 0x74, 0xA2, 0x35, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA2, 0xCF, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, -+0x90, 0xA2, 0xD0, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x09, -+0x90, 0x01, 0xC1, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x28, 0xC0, 0x01, 0x90, 0xA2, 0xD0, 0xE0, 0x71, -+0xAD, 0xA8, 0x01, 0xFC, 0x7D, 0x01, 0xD0, 0x01, 0x7E, 0x00, 0x7F, 0x0F, 0x12, 0x46, 0xB0, 0x90, -+0xA2, 0xD0, 0xF1, 0xA1, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA2, 0xD0, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x8F, 0x11, 0x90, 0xA4, 0x4A, 0x74, 0x0E, 0xF0, 0xED, 0x24, -+0xFE, 0x60, 0x6D, 0x04, 0x60, 0x02, 0x81, 0xEB, 0xB1, 0x9D, 0x74, 0x0C, 0xF0, 0x74, 0x11, 0x25, -+0x11, 0x12, 0x6D, 0x68, 0x90, 0xA4, 0x4D, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x11, 0x12, 0x4F, 0x24, -+0xFD, 0x13, 0x13, 0x54, 0x03, 0x90, 0xA4, 0x4E, 0xF0, 0xED, 0x12, 0x4F, 0x6F, 0xA3, 0xF0, 0x75, -+0xF0, 0x04, 0xE5, 0x11, 0x12, 0x4F, 0x24, 0xFF, 0xC4, 0x54, 0x03, 0x90, 0xA4, 0x50, 0xF0, 0x75, -+0xF0, 0x04, 0xE5, 0x11, 0x12, 0x57, 0x7E, 0xE0, 0x90, 0xA4, 0x51, 0xF0, 0x75, 0xF0, 0x04, 0xE5, -+0x11, 0x12, 0x57, 0x6C, 0xE0, 0x90, 0xA4, 0x52, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x11, 0x12, 0x4F, -+0xB1, 0xFD, 0xC4, 0x13, 0x54, 0x01, 0x90, 0xA4, 0x53, 0xF0, 0xED, 0x54, 0x1F, 0xA3, 0x80, 0x57, -+0xB1, 0x9D, 0x74, 0x0D, 0x91, 0xEC, 0x12, 0x54, 0x7C, 0xE0, 0x90, 0xA4, 0x4D, 0x91, 0xEC, 0x90, -+0x89, 0x01, 0x12, 0x48, 0x65, 0xE0, 0x90, 0xA4, 0x4E, 0x91, 0xEC, 0x90, 0x89, 0x02, 0x12, 0x48, -+0x65, 0xE0, 0x90, 0xA4, 0x4F, 0x91, 0xEC, 0x90, 0x89, 0x03, 0x12, 0x48, 0x65, 0xE0, 0x90, 0xA4, -+0x50, 0x91, 0xEC, 0xF1, 0xB0, 0x90, 0xA4, 0x51, 0x91, 0xEC, 0x90, 0x89, 0x05, 0x12, 0x48, 0x65, -+0xE0, 0x90, 0xA4, 0x52, 0x91, 0xEC, 0x90, 0x89, 0x06, 0x12, 0x48, 0x65, 0xE0, 0x90, 0xA4, 0x53, -+0x91, 0xEC, 0xF1, 0xA8, 0x90, 0xA4, 0x54, 0x91, 0xF3, 0xB1, 0xBF, 0x22, 0xF0, 0x75, 0xF0, 0x08, -+0xE5, 0x11, 0x22, 0xF0, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x4A, 0x22, 0x91, 0xF4, 0x7F, 0xF5, 0x7E, -+0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x06, 0x90, 0xA4, 0x4A, 0xE0, 0xA3, 0xF0, 0x91, 0xF4, 0x7F, -+0xF6, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA4, 0x4A, 0xE0, 0x90, 0xA4, 0x4C, -+0xF0, 0x91, 0xF4, 0x7F, 0xF4, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA4, 0x4A, -+0xE0, 0x90, 0xA4, 0x4D, 0xF0, 0x91, 0xF4, 0x7F, 0xF3, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, -+0x08, 0x90, 0xA4, 0x4A, 0xE0, 0x90, 0xA4, 0x4E, 0xF0, 0x91, 0xF4, 0x7F, 0xF2, 0x7E, 0x03, 0x12, -+0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA4, 0x4A, 0xE0, 0x90, 0xA4, 0x4F, 0xF0, 0x90, 0xA4, 0x4B, -+0xF1, 0xB8, 0xA3, 0xE0, 0x90, 0xA4, 0x53, 0xF0, 0x90, 0xA4, 0x4F, 0xE0, 0x90, 0xA4, 0x54, 0xF0, -+0x90, 0xA4, 0x55, 0x74, 0x12, 0xF0, 0x90, 0xA4, 0x63, 0x74, 0x05, 0xF0, 0x90, 0xA4, 0x57, 0xF1, -+0xCE, 0x90, 0xA4, 0x53, 0xE0, 0x90, 0xA4, 0x5A, 0xF0, 0x90, 0xA4, 0x54, 0xE0, 0x90, 0xA4, 0x5B, -+0xF0, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x55, 0x71, 0xB9, 0x7F, 0x04, 0x80, 0x26, 0x90, 0xA4, 0x58, -+0x74, 0x09, 0xF0, 0x90, 0xA4, 0x4C, 0x22, 0x90, 0xA4, 0x4A, 0x74, 0x11, 0xF0, 0x90, 0xA4, 0x58, -+0x74, 0x01, 0xF0, 0x90, 0xA4, 0x4C, 0xEF, 0x91, 0xF3, 0x71, 0xB9, 0x7F, 0x04, 0x80, 0x04, 0x71, -+0xB9, 0x7F, 0x04, 0x90, 0xA6, 0x89, 0xEF, 0xF0, 0x7F, 0x02, 0x12, 0x4B, 0x3C, 0x90, 0xA1, 0x23, -+0xE0, 0xFF, 0x90, 0xA6, 0x89, 0xE0, 0xFE, 0xEF, 0x4E, 0x90, 0xA1, 0x23, 0xF0, 0x22, 0xFB, 0xAD, -+0x75, 0xAF, 0x74, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0xDC, 0xED, 0xF0, 0xA3, -+0xEF, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA5, 0xD9, 0xE0, 0x90, 0xA5, 0xDF, 0xF0, 0x90, 0xA5, 0xDA, -+0x74, 0x0C, 0xF0, 0x90, 0xA5, 0xE8, 0x74, 0x04, 0xF0, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0xDA, 0xB1, -+0xBF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0xA4, 0x5F, 0xF0, 0x90, 0xA4, 0x5F, 0xE0, 0xFF, -+0xC3, 0x94, 0x06, 0x50, 0x5D, 0x74, 0x32, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, -+0xFF, 0xD3, 0x94, 0x0A, 0x50, 0x02, 0x80, 0x02, 0x7F, 0x0A, 0xAE, 0x07, 0xEF, 0x24, 0x02, 0x90, -+0xA4, 0x5E, 0xF0, 0x90, 0xA4, 0x50, 0x74, 0x0E, 0xF0, 0x90, 0xA4, 0x52, 0x74, 0x01, 0xF0, 0xD1, -+0x83, 0x90, 0xA4, 0x53, 0xF0, 0xE4, 0xFF, 0xEF, 0xC3, 0x9E, 0x50, 0x16, 0xD1, 0x83, 0x2F, 0xF1, -+0xC1, 0xE0, 0xFD, 0x74, 0x54, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xA4, 0xF5, 0x83, 0xED, 0xF0, 0x0F, -+0x80, 0xE5, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x50, 0xB1, 0xBF, 0x90, 0xA4, 0x5F, 0xE0, 0x04, 0xF0, -+0x80, 0x99, 0x22, 0x90, 0xA4, 0x5F, 0xE0, 0x24, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, -+0xE0, 0x22, 0x90, 0xA5, 0x11, 0xEF, 0xF0, 0x90, 0x04, 0x7E, 0xE0, 0xF5, 0x25, 0xA3, 0xE0, 0xF5, -+0x26, 0x65, 0x25, 0x60, 0x6A, 0x90, 0xA5, 0x12, 0x74, 0x03, 0xF0, 0x90, 0xA5, 0x20, 0x74, 0x08, -+0xF0, 0xE5, 0x26, 0x04, 0x54, 0x0F, 0xF5, 0x27, 0xE4, 0xF5, 0x24, 0xE5, 0x27, 0x75, 0xF0, 0x08, -+0xA4, 0x24, 0x00, 0xF5, 0x82, 0xE4, 0x34, 0x80, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x24, 0x12, 0x52, -+0x41, 0xE0, 0xFF, 0x74, 0x14, 0x25, 0x24, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xEF, 0xF0, -+0x05, 0x24, 0xE5, 0x24, 0xB4, 0x08, 0xD4, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x12, 0x71, 0xB9, 0xE5, -+0x26, 0x04, 0x54, 0x0F, 0xF5, 0x26, 0xB4, 0x0F, 0x03, 0xE4, 0xF5, 0x26, 0x90, 0x04, 0x7F, 0xE5, -+0x26, 0xF0, 0x90, 0xA5, 0x11, 0xE0, 0x7F, 0x04, 0x70, 0x03, 0x02, 0x86, 0xCD, 0xB1, 0xC3, 0x22, -+0x12, 0x4F, 0xE8, 0x90, 0xA3, 0x82, 0x12, 0x4F, 0x2C, 0x90, 0xA3, 0x83, 0xF0, 0xF1, 0x23, 0x7F, -+0x01, 0xA1, 0xA7, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xF1, 0x91, 0x7A, 0xA4, 0x79, 0x4A, -+0x12, 0x97, 0x1E, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x81, 0xF1, 0x97, 0x7A, 0xA4, 0x79, 0x69, 0x12, -+0x95, 0x1F, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0xA5, 0xF1, 0x97, 0x7A, 0xA4, 0x79, 0x99, 0x12, 0x77, -+0x5C, 0x12, 0x76, 0xE8, 0xE4, 0xFF, 0x12, 0xAE, 0x72, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x99, 0xE4, -+0xFF, 0x12, 0xAE, 0x01, 0x7F, 0x01, 0x12, 0xAE, 0x72, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0xA5, 0x7F, -+0x01, 0x12, 0xAE, 0x01, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x81, 0xF1, 0x97, 0x7A, 0xA4, 0x79, 0x69, -+0x12, 0x95, 0x66, 0xF1, 0x91, 0x7A, 0xA4, 0x79, 0x4A, 0x12, 0xAD, 0x83, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x4D, 0x90, 0xA4, 0xB4, 0x02, 0x48, 0x7A, 0xE4, 0xFF, 0xC1, -+0x92, 0xE0, 0x04, 0xF0, 0xE0, 0x7F, 0x00, 0x22, 0x90, 0x89, 0x07, 0x12, 0x48, 0x65, 0xE0, 0x22, -+0x90, 0x89, 0x04, 0x12, 0x48, 0x65, 0xE0, 0x22, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFB, -+0x22, 0x24, 0x8C, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0x22, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, -+0xA3, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x22, 0x90, 0xA2, 0xE8, 0xE0, 0x64, 0x02, 0x7F, 0x01, 0x60, -+0x02, 0x7F, 0x00, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xC0, 0x07, 0xC0, 0x05, 0x90, -+0xA5, 0x05, 0x12, 0x48, 0x4D, 0x90, 0xAC, 0x9C, 0x12, 0x27, 0x48, 0xD0, 0x05, 0xD0, 0x07, 0x12, -+0x32, 0x65, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, -+0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, -+0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x07, 0xF0, 0x74, 0x80, 0xA3, 0xF0, 0x11, 0x56, -+0x74, 0x07, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x80, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, -+0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, -+0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x7B, 0x00, 0x7A, 0x00, 0x79, 0x53, 0xE4, 0xFD, 0x7F, 0x01, -+0x12, 0x39, 0x33, 0xE5, 0x51, 0x52, 0x53, 0x7B, 0x00, 0x7A, 0x00, 0x79, 0x54, 0x7D, 0x01, 0x7F, -+0x01, 0x12, 0x39, 0x33, 0xE5, 0x52, 0x52, 0x54, 0xAB, 0x53, 0xE4, 0xFD, 0x7F, 0x01, 0x12, 0x39, -+0x04, 0xAB, 0x54, 0x7D, 0x01, 0x7F, 0x01, 0x02, 0x39, 0x04, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, -+0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, -+0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x8A, 0xF0, 0x74, 0x80, 0xA3, -+0xF0, 0x11, 0xD9, 0x74, 0x8A, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x80, 0xA3, 0xF0, 0xD0, 0x07, -+0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, -+0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x90, 0x00, 0x54, 0xE0, 0x55, 0x55, 0xF5, -+0x59, 0xA3, 0xE0, 0x55, 0x56, 0xF5, 0x5A, 0xA3, 0xE0, 0x55, 0x57, 0xF5, 0x5B, 0xA3, 0xE0, 0x55, -+0x58, 0xF5, 0x5C, 0xAD, 0x59, 0x7F, 0x54, 0x12, 0x3A, 0x96, 0xAD, 0x5A, 0x7F, 0x55, 0x12, 0x3A, -+0x96, 0xAD, 0x5B, 0x7F, 0x56, 0x12, 0x3A, 0x96, 0xAD, 0x5C, 0x7F, 0x57, 0x12, 0x3A, 0x96, 0x53, -+0x91, 0xEF, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, -+0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0x01, 0xC4, 0x74, 0x13, 0xF0, 0x74, 0x81, 0xA3, 0xF0, 0x12, 0x99, 0x9B, 0xE5, 0x61, 0x30, -+0xE1, 0x03, 0x12, 0x7F, 0x9D, 0xE5, 0x61, 0x30, 0xE4, 0x02, 0xD1, 0xC9, 0xE5, 0x61, 0x30, 0xE5, -+0x03, 0x12, 0x99, 0xF8, 0xE5, 0x61, 0x30, 0xE6, 0x03, 0x12, 0x9A, 0x34, 0xE5, 0x63, 0x30, 0xE0, -+0x03, 0x12, 0x9A, 0x41, 0xE5, 0x63, 0x30, 0xE1, 0x03, 0x12, 0x9C, 0x65, 0xE5, 0x63, 0x30, 0xE2, -+0x03, 0x12, 0x9B, 0xFB, 0xE5, 0x63, 0x30, 0xE3, 0x03, 0x12, 0x8D, 0x52, 0xE5, 0x63, 0x30, 0xE4, -+0x03, 0x12, 0x8D, 0x6D, 0xE5, 0x63, 0x30, 0xE5, 0x03, 0x12, 0x8F, 0xA7, 0xE5, 0x63, 0x30, 0xE6, -+0x03, 0x12, 0x9F, 0xBC, 0xE5, 0x64, 0x30, 0xE1, 0x03, 0x12, 0x9A, 0x9A, 0xE5, 0x64, 0x30, 0xE4, -+0x02, 0xF1, 0x4C, 0xE5, 0x64, 0x30, 0xE5, 0x02, 0x31, 0xD7, 0xE5, 0x64, 0x30, 0xE6, 0x02, 0xD1, -+0xEB, 0x74, 0x13, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x81, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, -+0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, -+0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0xE4, 0xF5, 0x24, 0x90, 0xA2, 0xE4, 0xE0, 0xFF, 0xE5, -+0x24, 0xC3, 0x9F, 0x40, 0x02, 0x61, 0x00, 0x90, 0x04, 0xCF, 0x74, 0x30, 0xF0, 0xAF, 0x24, 0x12, -+0x8B, 0xC2, 0xEF, 0x70, 0x02, 0x41, 0xFC, 0xE5, 0x24, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x25, -+0xE5, 0x24, 0x54, 0x07, 0xF5, 0x26, 0x74, 0x81, 0x25, 0x25, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, -+0x83, 0xE0, 0xFD, 0x91, 0xC6, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, -+0x5D, 0x70, 0x02, 0x41, 0xFC, 0x75, 0xF0, 0x10, 0xE5, 0x24, 0x12, 0x6F, 0x3C, 0xE0, 0x20, 0xE7, -+0x02, 0x80, 0x10, 0x75, 0xF0, 0x10, 0xE5, 0x24, 0x90, 0x81, 0x02, 0x12, 0x48, 0x65, 0xE0, 0xFF, -+0x20, 0xE7, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x20, 0xF0, 0x41, 0xFC, 0x75, 0xF0, 0x04, 0xE5, -+0x24, 0x12, 0x6F, 0x47, 0xE0, 0x54, 0x07, 0x44, 0x50, 0xF0, 0xEF, 0x30, 0xE6, 0x35, 0x71, 0x01, -+0x91, 0xD7, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x24, -+0x12, 0x6F, 0x69, 0xE0, 0xFD, 0x75, 0xF0, 0x04, 0xE5, 0x24, 0x12, 0x4F, 0x24, 0x91, 0xBF, 0xE4, -+0xFB, 0xAF, 0x24, 0x71, 0x1D, 0x75, 0xF0, 0x04, 0xE5, 0x24, 0x12, 0x6F, 0x47, 0xE0, 0x54, 0xF8, -+0xF0, 0x80, 0x69, 0x71, 0x0D, 0xE0, 0x04, 0xF0, 0x71, 0x0D, 0xE0, 0xD3, 0x94, 0x01, 0x40, 0x42, -+0xAF, 0x24, 0x91, 0xFB, 0x71, 0x0D, 0xE4, 0xF0, 0x71, 0x01, 0xE0, 0xFD, 0xFB, 0x7A, 0x00, 0x91, -+0xC6, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x8F, 0xD4, 0x4E, 0x70, 0x13, -+0x71, 0x01, 0xAF, 0x26, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4D, -+0xF0, 0x80, 0x29, 0x71, 0x01, 0x91, 0xD7, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xF0, -+0x80, 0x1A, 0x75, 0xF0, 0x10, 0xE5, 0x24, 0x12, 0x6F, 0x69, 0xE0, 0xFD, 0x75, 0xF0, 0x04, 0xE5, -+0x24, 0x12, 0x4F, 0x24, 0x91, 0xBF, 0x7B, 0x01, 0xAF, 0x24, 0x71, 0x1D, 0x05, 0x24, 0x21, 0xDA, -+0x22, 0x74, 0x11, 0x25, 0x25, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0x74, 0xA2, 0x25, -+0x24, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, 0xAD, 0x1C, 0xAF, 0x1A, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x74, 0x8D, 0x75, 0x8B, 0x76, 0xE4, 0x90, 0xA6, 0x13, 0xF0, 0xE5, -+0x74, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA6, 0x0E, 0xF0, 0xE5, 0x74, 0x54, 0x07, 0x90, 0xA6, -+0x10, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x12, 0x6F, 0x3C, 0xE0, 0x90, 0xA6, 0x11, 0x12, 0x57, 0x79, -+0xE0, 0x54, 0x7F, 0x90, 0xA6, 0x14, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x74, 0x12, 0x57, 0x6C, 0xE0, -+0x90, 0xA6, 0x15, 0xF0, 0x91, 0xCE, 0xE5, 0x76, 0x70, 0x43, 0xE5, 0x74, 0x60, 0x05, 0xC3, 0x94, -+0x04, 0x40, 0x08, 0xE4, 0x90, 0xA5, 0xD9, 0xF0, 0x12, 0x7D, 0xDE, 0x90, 0xA6, 0x0F, 0xE0, 0xFF, -+0x25, 0xE0, 0x24, 0xE9, 0xF5, 0x82, 0xE4, 0x34, 0x42, 0x12, 0xAD, 0xF8, 0xFD, 0xEF, 0x12, 0x6F, -+0x87, 0xF5, 0x83, 0x74, 0x01, 0x93, 0x2D, 0xFF, 0xE4, 0x93, 0x3C, 0xC3, 0x13, 0xFE, 0xEF, 0x13, -+0xFF, 0xE5, 0x74, 0x12, 0x91, 0x17, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x80, 0x15, 0xE5, 0x76, 0xB4, -+0x01, 0x10, 0x90, 0xA1, 0x2A, 0xE0, 0x60, 0x0A, 0x90, 0xA5, 0xD9, 0x74, 0x05, 0xF0, 0xE4, 0x12, -+0x7D, 0xDE, 0x90, 0xA6, 0x14, 0xE0, 0xFF, 0x90, 0xA6, 0x0F, 0xE0, 0xFE, 0xD3, 0x9F, 0x40, 0x0B, -+0xE5, 0x75, 0x54, 0x80, 0xFD, 0xEF, 0x4D, 0xF5, 0x75, 0x80, 0x0C, 0x90, 0xA6, 0x15, 0xE0, 0xFF, -+0xEE, 0xC3, 0x9F, 0x50, 0x02, 0x8F, 0x75, 0x91, 0xCE, 0xE5, 0x75, 0x54, 0x80, 0x90, 0xA6, 0x12, -+0xF0, 0xE5, 0x76, 0x70, 0x2B, 0x90, 0x04, 0xCF, 0x74, 0x30, 0xF0, 0x91, 0xE1, 0xF5, 0x83, 0xC0, -+0x83, 0xC0, 0x82, 0xE0, 0xFF, 0x90, 0xA6, 0x10, 0x91, 0xF3, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, -+0xF4, 0x5F, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x90, 0xA6, 0x11, 0xE0, 0x54, 0x7F, 0xF0, 0x80, 0x53, -+0x74, 0x91, 0x25, 0x74, 0x12, 0x56, 0x01, 0xE0, 0x90, 0x04, 0xCF, 0x30, 0xE0, 0x05, 0x74, 0x20, -+0xF0, 0x80, 0x03, 0x74, 0x10, 0xF0, 0x91, 0xE1, 0xF5, 0x83, 0xC0, 0x83, 0xC0, 0x82, 0xE0, 0xFF, -+0x90, 0xA6, 0x10, 0x91, 0xF3, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xD0, 0x82, 0xD0, 0x83, -+0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x6F, 0x3C, 0xE0, 0x54, 0x07, 0xFF, 0x90, 0xA6, 0x11, -+0xF0, 0x90, 0xA6, 0x0F, 0xE0, 0x90, 0x43, 0x9D, 0x93, 0x12, 0xBD, 0x26, 0x90, 0xA6, 0x11, 0xF0, -+0x44, 0x80, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x6F, 0x69, 0xE5, 0x75, 0xF0, 0xE5, 0x74, -+0x70, 0x06, 0x90, 0x01, 0xC8, 0xE5, 0x75, 0xF0, 0x90, 0xA6, 0x11, 0xE0, 0xFF, 0x75, 0xF0, 0x10, -+0xE5, 0x74, 0x12, 0x6F, 0x3C, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x6F, 0x74, 0xE0, -+0x54, 0xFC, 0xFF, 0xE5, 0x77, 0x54, 0x03, 0x4F, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x6F, -+0x74, 0xEF, 0xF0, 0x7D, 0x01, 0xAF, 0x74, 0x12, 0x88, 0x76, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x13, -+0x13, 0x54, 0x03, 0xF5, 0x77, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x26, 0x08, 0x22, 0xE5, 0x75, -+0x54, 0x7F, 0x90, 0xA6, 0x0F, 0xF0, 0x22, 0xE0, 0xFF, 0xAE, 0x26, 0x74, 0x01, 0xA8, 0x06, 0x08, -+0x22, 0x90, 0xA6, 0x0E, 0xE0, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0x22, 0x75, 0xF0, 0x03, -+0x12, 0x48, 0x65, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x22, 0xAC, 0x07, 0x75, 0xF0, 0x04, -+0xEC, 0x90, 0x96, 0x14, 0x12, 0x48, 0x65, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x57, 0x7E, 0xE0, 0xFA, -+0x74, 0x22, 0x2C, 0x12, 0x6F, 0xE0, 0xE0, 0x54, 0x7F, 0xFD, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x6F, -+0x47, 0xE0, 0xFF, 0x54, 0xF8, 0xFE, 0xEF, 0x04, 0x54, 0x07, 0x4E, 0xF0, 0x75, 0xF0, 0x04, 0xEC, -+0x12, 0x6F, 0x47, 0xE0, 0xFF, 0x54, 0x07, 0xD3, 0x94, 0x02, 0x40, 0x48, 0x74, 0xA2, 0x2C, 0x12, -+0x6D, 0x80, 0xE0, 0xF4, 0x70, 0x3E, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x6F, 0x47, 0xEF, 0x54, 0xF8, -+0xF0, 0x74, 0x11, 0x2C, 0x12, 0x6D, 0x68, 0x54, 0x7F, 0xFF, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0xBB, -+0xEF, 0x54, 0x80, 0x4F, 0xF0, 0x74, 0x11, 0x2C, 0x12, 0x6D, 0x68, 0x25, 0xE0, 0xFF, 0xE4, 0x33, -+0xFE, 0xEF, 0x24, 0x32, 0xFF, 0xE4, 0x3E, 0xFE, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x6F, 0x7F, 0xEE, -+0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x22, 0x2C, 0x12, 0x97, 0x9C, 0xE0, 0xFB, 0x12, 0x97, 0x95, 0xFF, -+0x75, 0xF0, 0x04, 0xEC, 0x12, 0x4F, 0x24, 0x54, 0xF3, 0x4F, 0xF0, 0xED, 0xD3, 0x9A, 0x40, 0x02, -+0xAD, 0x02, 0x74, 0x22, 0x2C, 0x12, 0x6F, 0xE0, 0xE0, 0x54, 0x80, 0x42, 0x05, 0xAF, 0x04, 0x8B, -+0x77, 0xE4, 0xFB, 0x61, 0x1D, 0x90, 0x01, 0xCC, 0xE0, 0x54, 0x0F, 0x90, 0xA6, 0x7D, 0xF0, 0x90, -+0xA6, 0x7D, 0xE0, 0xFD, 0x70, 0x02, 0xC1, 0xBF, 0x90, 0xA2, 0x37, 0xE0, 0xFF, 0x70, 0x06, 0xA3, -+0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0xA2, 0x38, 0xE0, 0xB5, 0x07, 0x04, 0x7F, -+0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x08, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x01, 0xF0, 0x22, -+0x90, 0xA6, 0x79, 0x12, 0x8F, 0xC9, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, -+0xEF, 0x5D, 0x70, 0x02, 0xC1, 0xA2, 0xE4, 0x90, 0xA6, 0x7E, 0xF0, 0x90, 0xA6, 0x7E, 0xE0, 0xF9, -+0xC3, 0x94, 0x04, 0x50, 0x42, 0xD1, 0xC1, 0xA4, 0xFF, 0xE9, 0xFD, 0x7C, 0x00, 0x2F, 0xFF, 0xEC, -+0x35, 0xF0, 0xFE, 0x74, 0xD0, 0xD1, 0xDC, 0x12, 0x98, 0xB3, 0xE5, 0x82, 0x29, 0x12, 0x52, 0x41, -+0xEF, 0xD1, 0xC0, 0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, 0xD1, 0xDC, 0x75, 0xF0, -+0x08, 0x90, 0xA1, 0xEB, 0x12, 0x48, 0x65, 0xE5, 0x82, 0x29, 0x12, 0x52, 0x41, 0xEF, 0xF0, 0x90, -+0xA6, 0x7E, 0xE0, 0x04, 0xF0, 0x80, 0xB4, 0x90, 0xA6, 0x7D, 0xE0, 0xFF, 0x90, 0xA6, 0x79, 0x91, -+0xF3, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA6, 0x7D, 0xF0, 0x90, 0xA6, 0x79, -+0xE0, 0xFF, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x90, 0x01, 0xCC, -+0xF0, 0x90, 0xA6, 0x79, 0xE0, 0x04, 0xF0, 0xE0, 0x54, 0x03, 0xF0, 0x90, 0xA2, 0x38, 0x12, 0x7F, -+0xA1, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x70, 0x02, 0xA1, 0xBF, 0xE4, 0x90, 0xA2, 0x38, 0xF0, -+0xA1, 0xBF, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0xA6, 0x79, 0xE0, 0x44, 0x80, 0x90, -+0x00, 0x8A, 0xD1, 0xC0, 0x90, 0x01, 0xD0, 0x12, 0x48, 0x65, 0xE0, 0x90, 0x01, 0xC3, 0xF0, 0x22, -+0xF0, 0x90, 0xA6, 0x79, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0xB1, 0xB5, 0x7F, 0x02, 0x8F, 0x78, 0x7F, -+0x02, 0x12, 0x4B, 0x3C, 0x90, 0xA1, 0x23, 0xE0, 0x45, 0x78, 0xF0, 0x22, 0x2F, 0xF5, 0x82, 0x74, -+0x01, 0x3E, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xA2, 0x38, 0xE0, 0x22, 0x90, 0x07, 0x1F, 0xE0, 0x54, -+0x7F, 0xF0, 0x90, 0x07, 0x1C, 0xE0, 0x54, 0x01, 0xFF, 0x60, 0x2F, 0x90, 0xA4, 0x36, 0xE0, 0x60, -+0x29, 0x90, 0xA4, 0x33, 0xE0, 0x54, 0x03, 0x14, 0x60, 0x10, 0x14, 0x60, 0x16, 0x24, 0x02, 0x70, -+0x19, 0x90, 0x04, 0x2D, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x10, 0x90, 0x04, 0x2D, 0xE0, 0x44, 0x06, -+0xF0, 0x80, 0x07, 0x90, 0x04, 0x2D, 0xE0, 0x44, 0x0E, 0xF0, 0xE4, 0x90, 0xA4, 0x36, 0xF0, 0x90, -+0xA5, 0x13, 0xEF, 0xF0, 0x90, 0xA5, 0x11, 0x74, 0x02, 0xF0, 0x90, 0xA5, 0x1F, 0x14, 0xF0, 0xFB, -+0x7A, 0xA5, 0x79, 0x11, 0x12, 0x7B, 0xB9, 0x7F, 0x04, 0x02, 0x7D, 0xC3, 0xE4, 0xFF, 0x90, 0xA5, -+0x25, 0xEF, 0xF0, 0x90, 0xA2, 0xE4, 0xE0, 0x90, 0xA5, 0xA7, 0xF0, 0xE4, 0x90, 0xA5, 0x26, 0xF0, -+0x90, 0xA5, 0xA7, 0xE0, 0xFE, 0x90, 0xA5, 0x26, 0xE0, 0xFF, 0xC3, 0x9E, 0x50, 0x31, 0xE0, 0xFE, -+0x12, 0xBC, 0x14, 0xE4, 0xF0, 0x75, 0xF0, 0x10, 0xEE, 0x12, 0x88, 0xDA, 0xE0, 0x30, 0xE7, 0x0A, -+0x74, 0x81, 0x2F, 0x12, 0x88, 0x59, 0xE4, 0xF0, 0x80, 0x0D, 0x12, 0x88, 0xFA, 0x90, 0xA5, 0x26, -+0xE0, 0x12, 0xBC, 0x14, 0x74, 0x01, 0xF0, 0x90, 0xA5, 0x26, 0xE0, 0x04, 0xF0, 0x80, 0xC1, 0x7F, -+0x0C, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0xE4, 0x90, 0xA5, 0x26, 0xF0, 0x90, 0xA5, 0xA7, 0xE0, 0xFF, -+0x90, 0xA5, 0x26, 0xE0, 0xFE, 0xC3, 0x9F, 0x40, 0x03, 0x02, 0x88, 0x58, 0x74, 0x27, 0x2E, 0x12, -+0xBC, 0x16, 0xE0, 0x70, 0x03, 0x02, 0x88, 0x4F, 0x75, 0xF0, 0x10, 0xEE, 0x90, 0x81, 0x06, 0x12, -+0x88, 0x61, 0xEE, 0x90, 0x81, 0x07, 0x12, 0x88, 0xE0, 0xFC, 0x12, 0x88, 0xEE, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xEC, 0x90, 0x81, 0x0A, 0x12, 0x88, 0x61, 0xEC, 0x90, 0x81, 0x0B, -+0x12, 0x88, 0xE0, 0x75, 0xF0, 0x0A, 0x90, 0x8D, 0x01, 0x12, 0x48, 0x65, 0xEE, 0xF0, 0xA3, 0xEF, -+0xF0, 0x7F, 0x01, 0x90, 0xA5, 0x26, 0xE0, 0xFE, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x0B, 0x12, 0x52, -+0x3B, 0xE0, 0xFD, 0x75, 0xF0, 0x0A, 0xEE, 0x12, 0x57, 0x92, 0xED, 0xF0, 0x0F, 0xEF, 0xB4, 0x05, -+0xE2, 0x90, 0xA5, 0x26, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x09, 0x12, 0x48, 0x65, 0xE0, -+0xFE, 0x74, 0x91, 0x2F, 0x11, 0x6E, 0xEE, 0xF0, 0x90, 0xA5, 0x26, 0xE0, 0xFF, 0x90, 0xA5, 0x25, -+0xE0, 0xFD, 0x11, 0x76, 0x90, 0xA5, 0x26, 0xE0, 0x24, 0x81, 0x11, 0x59, 0x74, 0x01, 0xF0, 0x90, -+0xA5, 0x26, 0xE0, 0x04, 0xF0, 0x02, 0x87, 0xAB, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, -+0x22, 0x12, 0x48, 0x65, 0xE0, 0xFD, 0x75, 0xF0, 0x10, 0x22, 0x74, 0x91, 0x25, 0x0E, 0xF5, 0x82, -+0xE4, 0x34, 0x98, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xED, 0x60, 0x45, -+0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x01, 0x12, 0x57, 0x9C, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, -+0x8D, 0x03, 0x12, 0x57, 0x9C, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x05, 0x12, 0x57, 0x9C, -+0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x07, 0x12, 0x57, 0x9C, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, -+0x90, 0x8D, 0x09, 0x12, 0x57, 0x9C, 0xF0, 0xEF, 0x11, 0xEE, 0xE4, 0xF0, 0xA3, 0xF0, 0x74, 0x91, -+0x2F, 0x11, 0x6E, 0xE4, 0xF0, 0x11, 0xD6, 0xE0, 0x54, 0xBF, 0x44, 0x80, 0xFE, 0x11, 0xD6, 0xEE, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x75, 0xF0, 0x10, 0xEF, 0x90, 0x81, 0x03, 0x02, 0x48, 0x65, -+0x12, 0x48, 0x65, 0xE0, 0xFE, 0xED, 0xFF, 0x90, 0xA5, 0x26, 0xE0, 0x22, 0xE5, 0x0E, 0x25, 0xE0, -+0x24, 0x01, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0xF5, 0x83, 0x22, 0x11, 0xD6, 0xE0, 0x44, 0x40, 0xF0, -+0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, -+0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, -+0xC4, 0x74, 0x01, 0xF0, 0x74, 0x89, 0xA3, 0xF0, 0x12, 0x99, 0xC8, 0xE5, 0x69, 0x30, 0xE1, 0x02, -+0x31, 0xFA, 0xE5, 0x69, 0x30, 0xE2, 0x02, 0xB1, 0xB5, 0xE5, 0x69, 0x30, 0xE3, 0x02, 0x31, 0xAC, -+0xE5, 0x69, 0x30, 0xE5, 0x02, 0x31, 0xDB, 0xE5, 0x6A, 0x30, 0xE0, 0x03, 0x12, 0x9F, 0xDC, 0xE5, -+0x6B, 0x30, 0xE1, 0x02, 0xD1, 0x70, 0xE5, 0x6B, 0x30, 0xE0, 0x03, 0x12, 0x9B, 0x19, 0xE5, 0x6B, -+0x30, 0xE4, 0x02, 0xF1, 0xD3, 0xE5, 0x6C, 0x30, 0xE1, 0x05, 0x7F, 0x04, 0x12, 0x86, 0xCD, 0xE5, -+0x6C, 0x30, 0xE4, 0x02, 0x31, 0xF2, 0xE5, 0x6C, 0x30, 0xE5, 0x03, 0x12, 0x9A, 0xFB, 0xE5, 0x6C, -+0x30, 0xE6, 0x03, 0x12, 0x9B, 0x68, 0x74, 0x01, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x89, 0xA3, -+0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, -+0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x12, 0x58, 0xB8, 0xD3, -+0x90, 0xA4, 0x31, 0xE0, 0x94, 0x00, 0x90, 0xA4, 0x30, 0xE0, 0x94, 0x00, 0x40, 0x17, 0xE0, 0xFC, -+0xA3, 0xE0, 0xFD, 0xEC, 0x90, 0xA6, 0x28, 0xF0, 0xA3, 0xED, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x5C, -+0x7E, 0x01, 0x02, 0x70, 0x00, 0x90, 0x01, 0x5F, 0xE4, 0xF0, 0x22, 0x90, 0xA3, 0x54, 0xE0, 0x30, -+0xE0, 0x0F, 0x51, 0x05, 0xE4, 0x90, 0xA3, 0x57, 0x12, 0x5B, 0x94, 0x12, 0xBB, 0x94, 0x12, 0x6F, -+0xF8, 0x22, 0x91, 0x44, 0x7D, 0x02, 0x7F, 0x02, 0x80, 0x2C, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x02, -+0x71, 0xE0, 0x02, 0x5B, 0x9E, 0x7D, 0x20, 0xE4, 0xFF, 0x74, 0x65, 0xF1, 0x18, 0xFE, 0xF6, 0x74, -+0x38, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x01, 0xF5, 0x83, 0xEE, 0xF0, 0x22, 0x7D, 0x01, 0x7F, 0x02, -+0x51, 0x26, 0x7D, 0x02, 0x7F, 0x02, 0x74, 0x5D, 0x2F, 0xF8, 0xE6, 0x4D, 0xFE, 0xF6, 0x74, 0x30, -+0x80, 0xDF, 0x90, 0x05, 0x62, 0xE0, 0xFE, 0x90, 0x05, 0x61, 0xE0, 0xFD, 0xED, 0x78, 0x02, 0xCE, -+0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA5, 0x11, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x91, -+0x3C, 0x60, 0x02, 0x61, 0x09, 0x90, 0xA2, 0xEF, 0xE0, 0x70, 0x02, 0x61, 0x09, 0x71, 0x5D, 0x64, -+0x01, 0x70, 0x22, 0x90, 0x06, 0xAB, 0xE0, 0x90, 0xA2, 0xF6, 0xF0, 0x90, 0x06, 0xAA, 0xE0, 0x90, -+0xA2, 0xF5, 0xF0, 0xA3, 0xE0, 0xFF, 0x70, 0x08, 0x90, 0xA2, 0xF5, 0xE0, 0xFE, 0xFF, 0x80, 0x00, -+0x90, 0xA2, 0xF6, 0xEF, 0xF0, 0x12, 0x9D, 0xD2, 0xE4, 0x90, 0xA2, 0xF8, 0xF1, 0x7C, 0xB1, 0x62, -+0xB1, 0xAC, 0x54, 0xEF, 0xF0, 0x71, 0x5D, 0x24, 0xFD, 0x50, 0x02, 0x80, 0x0F, 0x90, 0xA2, 0xE5, -+0xE0, 0x30, 0xE0, 0x05, 0x12, 0xB8, 0x85, 0x80, 0x03, 0x12, 0xB8, 0xFB, 0x91, 0xE0, 0x30, 0xE0, -+0x56, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x20, 0xE0, 0x1E, 0x71, 0x55, 0x6F, 0x70, 0x48, 0x90, -+0xA2, 0xEB, 0xE0, 0x44, 0x40, 0xF0, 0xF1, 0x10, 0x71, 0x66, 0x71, 0x75, 0xF1, 0x02, 0x71, 0x7D, -+0x90, 0xA2, 0xF6, 0xE0, 0x14, 0xF0, 0x80, 0x2F, 0x90, 0xA2, 0xED, 0xE0, 0xC4, 0x54, 0x0F, 0x64, -+0x01, 0x70, 0x24, 0x71, 0x55, 0xFE, 0x6F, 0x60, 0x1E, 0x90, 0x05, 0x73, 0xE0, 0xFF, 0xEE, 0x6F, -+0x60, 0x15, 0x90, 0xA2, 0xEB, 0xE0, 0xFF, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x09, 0xEF, 0x54, -+0xBF, 0x71, 0x66, 0x51, 0x09, 0x51, 0x1C, 0x71, 0x15, 0x90, 0xA2, 0xE5, 0xE0, 0xC3, 0x13, 0x20, -+0xE0, 0x02, 0x71, 0x15, 0x22, 0x90, 0xA2, 0xEB, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0x90, 0x01, 0x36, -+0x74, 0x78, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x7D, 0x78, 0xFF, 0x51, 0x26, 0x7D, 0x02, 0x7F, 0x03, -+0x51, 0x26, 0x90, 0x06, 0x0A, 0xE0, 0x44, 0x07, 0xF1, 0x7C, 0xE4, 0xFF, 0x71, 0xC2, 0xBF, 0x01, -+0x11, 0x91, 0x35, 0xF0, 0x90, 0xA2, 0xF2, 0xE0, 0x20, 0xE2, 0x09, 0x7D, 0x01, 0x7F, 0x04, 0x02, -+0x60, 0x59, 0x71, 0x15, 0x22, 0x90, 0xA2, 0xF5, 0xE0, 0xFF, 0xA3, 0xE0, 0x22, 0x90, 0xA2, 0xED, -+0xE0, 0xFF, 0xC4, 0x54, 0x0F, 0x22, 0xF0, 0x90, 0x01, 0x3F, 0x74, 0x10, 0xF0, 0xFD, 0x7F, 0x03, -+0x22, 0x7D, 0x03, 0x7F, 0x02, 0x74, 0x65, 0x2F, 0xF8, 0xE6, 0x4D, 0x41, 0x0D, 0x7D, 0x02, 0x7F, -+0x02, 0x74, 0x5D, 0xF1, 0x18, 0xFE, 0xF6, 0x74, 0x30, 0x41, 0x11, 0xEF, 0x70, 0x32, 0x7D, 0x78, -+0x7F, 0x02, 0x71, 0x81, 0x7D, 0x02, 0x7F, 0x03, 0x71, 0x81, 0x7D, 0xC8, 0x7F, 0x02, 0x51, 0x09, -+0xB1, 0x62, 0xF0, 0xE4, 0xFF, 0x71, 0xC2, 0xEF, 0x70, 0x0A, 0x91, 0xEB, 0x54, 0xBF, 0xF0, 0x54, -+0x7F, 0xF0, 0x80, 0x07, 0x7D, 0x01, 0x7F, 0x0C, 0x12, 0x60, 0x59, 0x91, 0xF1, 0x02, 0xBC, 0xDF, -+0x61, 0x1D, 0x12, 0xBC, 0x4E, 0xF1, 0x20, 0xE0, 0xFD, 0x7C, 0x00, 0xF1, 0xCB, 0x80, 0x05, 0xC3, -+0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x6F, 0xB5, 0x7F, 0x00, 0x60, 0x02, 0x7F, 0x01, 0x22, -+0x91, 0xE0, 0x30, 0xE0, 0x0B, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x02, 0x71, 0x7D, -+0xF1, 0x08, 0x54, 0x3F, 0x30, 0xE0, 0x08, 0xB1, 0xA9, 0x54, 0x07, 0x70, 0x37, 0x80, 0x32, 0xD1, -+0x57, 0x40, 0x2E, 0x91, 0x3C, 0x70, 0x2D, 0xF1, 0x8E, 0x70, 0x06, 0xD1, 0x21, 0x91, 0x35, 0xF0, -+0x22, 0xD1, 0x21, 0x90, 0xA2, 0xF9, 0xE0, 0x04, 0xF0, 0xE0, 0xD3, 0x94, 0x02, 0x40, 0x0A, 0x91, -+0x35, 0xF0, 0xE4, 0x90, 0xA2, 0xF9, 0xF0, 0x80, 0x02, 0xF1, 0x95, 0xE4, 0x90, 0xA2, 0xF8, 0xF0, -+0x22, 0x12, 0x60, 0x40, 0x22, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0xFB, 0x22, 0xE4, 0xFF, 0x71, 0xC2, -+0xEF, 0x64, 0x01, 0x22, 0xE4, 0x90, 0xA5, 0x21, 0xF0, 0x90, 0xA2, 0xEF, 0xE0, 0x70, 0x02, 0x81, -+0xDF, 0x91, 0x3C, 0x60, 0x02, 0x81, 0xDF, 0xF1, 0x10, 0x12, 0x71, 0x1A, 0x12, 0x47, 0x77, 0xC0, -+0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x12, 0x71, 0x34, 0x78, 0x10, 0x12, -+0x27, 0x35, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x77, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x71, 0x34, 0x78, 0x18, 0x12, 0x27, 0x35, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0xBB, 0xD9, 0x90, 0xA5, 0x21, 0x74, 0x01, 0xF0, 0xE4, -+0x90, 0xA2, 0xF6, 0xF0, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x16, 0x90, 0xA2, 0xE9, 0xE0, 0xB4, -+0x02, 0x05, 0xE4, 0x90, 0xA5, 0x21, 0xF0, 0x12, 0x9A, 0x75, 0xEF, 0x70, 0x04, 0x90, 0xA5, 0x21, -+0xF0, 0x90, 0xA5, 0x21, 0xE0, 0x60, 0x18, 0x12, 0xBC, 0xFE, 0xE4, 0x90, 0xA6, 0x28, 0xF0, 0x90, -+0xA2, 0xF7, 0x12, 0x6F, 0xF4, 0x90, 0xA2, 0xF2, 0xE0, 0x20, 0xE2, 0x03, 0x12, 0x60, 0x55, 0x22, -+0x90, 0xA2, 0xEB, 0xE0, 0xFF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0x12, 0x65, 0xEC, 0x12, 0x65, -+0xD4, 0x90, 0xA2, 0xEA, 0xE0, 0x54, 0xF7, 0xF0, 0x22, 0x12, 0xBC, 0xA2, 0x12, 0x4F, 0xE8, 0xFF, -+0xF5, 0x12, 0x12, 0x26, 0x1E, 0xFE, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0x12, 0x4F, 0x2D, 0xF5, 0x13, -+0x80, 0x02, 0x8F, 0x13, 0x85, 0x12, 0x11, 0xE5, 0x11, 0xD3, 0x95, 0x13, 0x50, 0x21, 0x12, 0x5C, -+0xC8, 0x12, 0x26, 0x1E, 0x54, 0x01, 0xFD, 0xAF, 0x11, 0x12, 0x57, 0xA6, 0xAF, 0x11, 0x71, 0xC2, -+0xEF, 0xAF, 0x11, 0x70, 0x04, 0xD1, 0xB8, 0x80, 0x02, 0xD1, 0xF8, 0x05, 0x11, 0x80, 0xD8, 0xE5, -+0x12, 0x70, 0x0E, 0xFF, 0x71, 0xC2, 0xEF, 0x70, 0x08, 0x91, 0xEB, 0x54, 0xBF, 0xF0, 0x54, 0x7F, -+0xF0, 0x22, 0x91, 0x3C, 0x70, 0x0B, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x05, 0xB1, 0x62, 0x12, 0x6F, -+0xEB, 0x22, 0x90, 0x01, 0x57, 0xE4, 0xF0, 0x90, 0x01, 0x3C, 0x74, 0x02, 0x22, 0x91, 0x3C, 0x70, -+0x16, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x10, 0xB1, 0x62, 0xF0, 0x90, 0xA2, 0xEA, 0xE0, 0xB1, 0xAA, -+0x54, 0x07, 0x70, 0x03, 0x12, 0x60, 0x40, 0x22, 0x90, 0x01, 0x57, 0xE0, 0x60, 0x1A, 0xB1, 0x65, -+0xF0, 0xF1, 0x08, 0x54, 0x3F, 0x30, 0xE0, 0x02, 0x80, 0x0F, 0xD1, 0x57, 0x40, 0x0A, 0xE4, 0xFF, -+0x71, 0xC2, 0xBF, 0x01, 0x03, 0x91, 0x35, 0xF0, 0x22, 0xEF, 0x54, 0xFB, 0xF0, 0x90, 0xA2, 0xF3, -+0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x0F, 0x90, 0x06, 0x92, 0xE0, 0x30, -+0xE1, 0x03, 0x02, 0xB9, 0x67, 0x91, 0xF1, 0x12, 0x60, 0x40, 0x22, 0x90, 0xA2, 0xEA, 0xE0, 0x54, -+0xFB, 0xF0, 0xE4, 0x90, 0xA2, 0xF8, 0xF0, 0xA3, 0xF0, 0x90, 0xA2, 0xF3, 0xF0, 0x90, 0xA2, 0xEB, -+0xE0, 0x54, 0xF7, 0xF0, 0x54, 0xBF, 0xF0, 0x51, 0x1C, 0x7D, 0x10, 0x7F, 0x03, 0x41, 0x09, 0x90, -+0xA4, 0x4D, 0x12, 0x48, 0x7A, 0xB1, 0xCB, 0x90, 0xA2, 0xEF, 0xE0, 0xFF, 0x71, 0x8B, 0x90, 0xA2, -+0xEF, 0xE0, 0x60, 0x1C, 0x90, 0xA4, 0x4D, 0x12, 0x48, 0x71, 0x12, 0x4F, 0xE8, 0x54, 0x0F, 0xFF, -+0x12, 0x4F, 0x2D, 0xFD, 0x12, 0xB9, 0xA1, 0x12, 0x9F, 0x60, 0x74, 0x01, 0xF0, 0x12, 0x9D, 0x0B, -+0x22, 0xD1, 0x64, 0x40, 0x31, 0x90, 0xA3, 0x09, 0xE0, 0x04, 0xF0, 0x90, 0xA3, 0x4B, 0xE0, 0xFF, -+0x90, 0xA3, 0x09, 0xE0, 0xD3, 0x9F, 0x50, 0x1E, 0x90, 0xA3, 0x01, 0xE0, 0x04, 0x12, 0x71, 0x08, -+0x90, 0xA3, 0x08, 0xF0, 0xFB, 0x90, 0xA3, 0x01, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, 0xA6, 0x62, -+0x74, 0x04, 0xF0, 0x12, 0x9D, 0x0B, 0x22, 0x90, 0xA2, 0xF8, 0xE0, 0x04, 0xF0, 0x90, 0xA2, 0xF3, -+0xE0, 0x54, 0xEF, 0xF0, 0x90, 0xA3, 0x4C, 0xE0, 0xFF, 0x90, 0xA2, 0xF8, 0xE0, 0xD3, 0x9F, 0x22, -+0x90, 0xA2, 0xE5, 0xE0, 0xFF, 0x30, 0xE0, 0x3F, 0x90, 0xA2, 0xE9, 0xE0, 0x7E, 0x00, 0xB4, 0x02, -+0x02, 0x7E, 0x01, 0x90, 0xA2, 0xE8, 0xE0, 0x7D, 0x00, 0xB4, 0x04, 0x02, 0x7D, 0x01, 0xED, 0x4E, -+0x70, 0x25, 0xEF, 0xC3, 0x13, 0x30, 0xE0, 0x03, 0x02, 0x9A, 0x5B, 0xB1, 0x88, 0x90, 0xA2, 0xE9, -+0xE0, 0xB4, 0x0C, 0x06, 0xE4, 0xFD, 0x7F, 0x08, 0x80, 0x0A, 0x90, 0xA2, 0xE9, 0xE0, 0xB4, 0x04, -+0x06, 0xE4, 0xFD, 0xFF, 0x12, 0x60, 0x59, 0x22, 0x7D, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA6, 0x7B, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x44, 0x12, 0x5F, 0xBA, 0x90, 0xA6, -+0x7C, 0xE0, 0x90, 0xA6, 0x7B, 0xB4, 0x01, 0x0D, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0x74, 0xE0, -+0x44, 0x04, 0xF0, 0x80, 0x0B, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0x74, 0xE0, 0x54, 0xFB, 0xF0, -+0x12, 0x65, 0xCE, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFD, 0xD1, 0xBA, 0x12, 0xBC, 0x65, 0x02, -+0x27, 0x48, 0x7D, 0x01, 0x7F, 0x02, 0x61, 0x81, 0x90, 0xA2, 0xEA, 0xE0, 0xFF, 0x13, 0x13, 0x22, -+0x90, 0xA2, 0xF5, 0xE0, 0x90, 0x05, 0x73, 0x22, 0x2F, 0xF8, 0xE6, 0xFE, 0xED, 0xF4, 0x5E, 0x22, -+0x74, 0xD4, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA2, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x7D, 0x10, 0xED, 0x14, 0xF9, 0x24, 0xD4, 0xF1, 0x23, 0xE0, 0x60, 0x35, 0x7C, 0x08, -+0xEC, 0x14, 0x90, 0xA6, 0x8A, 0xF0, 0x74, 0xD4, 0x29, 0xF1, 0x23, 0xE0, 0xFB, 0x7A, 0x00, 0x90, -+0xA6, 0x8A, 0xF1, 0xC9, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0xD4, 0x4E, -+0x60, 0x0F, 0xE9, 0x75, 0xF0, 0x08, 0xA4, 0xFF, 0x90, 0xA6, 0x8A, 0xE0, 0x2F, 0x04, 0xFF, 0x80, -+0x06, 0xDC, 0xCD, 0xDD, 0xBF, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x90, 0xA2, 0xFB, -+0xA3, 0xE0, 0x90, 0x05, 0x58, 0xF0, 0x22, 0x90, 0xA2, 0xF3, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0xA2, -+0xED, 0xE0, 0x54, 0x0F, 0x22, 0x12, 0xB9, 0x67, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x0C, 0x60, 0x06, -+0x12, 0x65, 0xC8, 0x12, 0x5E, 0xDD, 0x22, 0xE4, 0xFF, 0x71, 0xC2, 0xBF, 0x01, 0x11, 0x90, 0xA2, -+0xEF, 0xE0, 0x60, 0x0B, 0xF1, 0x8E, 0x64, 0x02, 0x60, 0x03, 0x02, 0xB9, 0x40, 0xF1, 0x95, 0x22, -+0xF5, 0x83, 0xE0, 0xFD, 0x7C, 0x00, 0x90, 0xA4, 0x54, 0xE0, 0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, -+0x07, 0x08, 0x22, 0x22, 0xFF, 0xEE, 0x5A, 0xFE, 0xEF, 0x5B, 0x22, 0xC0, 0xE0, 0xC0, 0x83, 0xC0, -+0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x05, 0xC0, 0x07, 0x7D, 0xDB, 0x90, 0x01, 0xC4, 0xED, -+0xF0, 0x74, 0x8F, 0xFF, 0xA3, 0xF0, 0xED, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0xA3, 0xEF, 0xF0, 0xD0, -+0x07, 0xD0, 0x05, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xE0, 0x32, 0x90, 0x02, 0x09, 0xE0, -+0xF5, 0x0E, 0x12, 0x26, 0x1E, 0x25, 0x0E, 0x90, 0xA1, 0xE0, 0x12, 0x4F, 0xE7, 0x25, 0x0E, 0x90, -+0xA1, 0xE1, 0x12, 0x4F, 0x2C, 0x25, 0x0E, 0x90, 0xA1, 0xE2, 0xF0, 0x12, 0x57, 0x66, 0x25, 0x0E, -+0x90, 0xA1, 0xE3, 0xF0, 0x90, 0x00, 0x04, 0x12, 0x26, 0x37, 0x25, 0x0E, 0x90, 0xA1, 0xE4, 0xF0, -+0x11, 0x54, 0x25, 0x0E, 0x90, 0xA1, 0xE5, 0x12, 0x4F, 0xEE, 0x25, 0x0E, 0x90, 0xA1, 0xE6, 0xF0, -+0x22, 0x12, 0x48, 0x71, 0x90, 0x00, 0x05, 0x02, 0x26, 0x37, 0x90, 0xA4, 0x55, 0x12, 0x7F, 0xCB, -+0x90, 0xA4, 0x57, 0xE0, 0xF1, 0xC2, 0x90, 0xA4, 0x5C, 0x12, 0x48, 0x7A, 0x90, 0xA4, 0x58, 0xE0, -+0x91, 0xF9, 0xA3, 0x12, 0x48, 0x7A, 0x31, 0x0E, 0xFF, 0x12, 0xA2, 0x93, 0x8F, 0x1E, 0xA3, 0x31, -+0x16, 0xE0, 0xF5, 0x1A, 0xA3, 0xE0, 0xF5, 0x1B, 0xE4, 0xF5, 0x1F, 0x90, 0xA4, 0x5C, 0x91, 0xEF, -+0xE5, 0x1F, 0xB1, 0x18, 0x12, 0x47, 0x17, 0xAE, 0xF0, 0xA8, 0x1E, 0x08, 0x80, 0x05, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA4, 0x59, 0x12, 0x48, 0x71, 0x85, 0x1F, 0x82, 0x12, -+0x4F, 0xE1, 0xF1, 0xA4, 0x25, 0x1B, 0xF5, 0x1B, 0xEE, 0x35, 0x1A, 0xF5, 0x1A, 0x05, 0x1F, 0xE5, -+0x1F, 0xB4, 0x05, 0xC7, 0x90, 0xA4, 0x59, 0x11, 0x51, 0xFD, 0x7C, 0x00, 0x31, 0x0E, 0xA8, 0x1E, -+0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x12, 0x26, 0x98, 0x8E, 0x1C, -+0x8F, 0x1D, 0xD3, 0xE5, 0x1B, 0x95, 0x1D, 0xE5, 0x1A, 0x95, 0x1C, 0x40, 0x0C, 0xE5, 0x1B, 0x95, -+0x1D, 0xFF, 0xE5, 0x1A, 0x95, 0x1C, 0xFE, 0x80, 0x04, 0x7E, 0x00, 0x7F, 0x00, 0x8E, 0x1A, 0x8F, -+0x1B, 0x90, 0xA4, 0x57, 0x31, 0x16, 0xE5, 0x1A, 0xF0, 0xA3, 0xE5, 0x1B, 0xF0, 0x22, 0x90, 0xA4, -+0x55, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0xE0, 0x25, 0xE0, 0x24, 0x91, 0xF5, 0x82, 0xE4, 0x34, 0x94, -+0xF5, 0x83, 0x22, 0x7D, 0x01, 0xAF, 0x0E, 0x90, 0xA4, 0x56, 0xEB, 0xF0, 0x90, 0xA4, 0x55, 0xEF, -+0xF0, 0x75, 0xF0, 0x04, 0x90, 0x9B, 0x12, 0x12, 0x57, 0x9C, 0x12, 0x6F, 0x64, 0xE0, 0xF5, 0x1A, -+0x54, 0x7F, 0xF5, 0x1C, 0x91, 0xAC, 0x12, 0x57, 0x6C, 0xE0, 0x90, 0xA4, 0x59, 0x12, 0x57, 0x79, -+0xE0, 0xFC, 0x90, 0xA4, 0x55, 0xE0, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0x24, 0x13, 0x13, 0x54, 0x03, -+0xF5, 0x1B, 0xE5, 0x1C, 0xF1, 0xB6, 0xE4, 0x93, 0xFA, 0x74, 0x01, 0x93, 0xFB, 0xEF, 0x31, 0x17, -+0xEA, 0xF0, 0xA3, 0xEB, 0xF0, 0x91, 0xAC, 0x12, 0x4F, 0x24, 0xFE, 0xC4, 0x54, 0x03, 0x90, 0xA4, -+0x57, 0xF0, 0x74, 0x22, 0x2F, 0x12, 0x6F, 0xE0, 0xE5, 0x1C, 0xF0, 0x90, 0xA4, 0x55, 0xE0, 0xFF, -+0x24, 0x22, 0xF1, 0x9C, 0xE5, 0x1B, 0xF0, 0xE5, 0x1C, 0xD3, 0x9C, 0x40, 0x0B, 0x8C, 0x1C, 0x8C, -+0x1A, 0xAE, 0x04, 0x12, 0x6D, 0x7D, 0xEE, 0xF0, 0xED, 0x70, 0x02, 0x61, 0x39, 0xAF, 0x05, 0x8F, -+0x1D, 0xE5, 0x1A, 0x30, 0xE7, 0x0D, 0x85, 0x1C, 0x1A, 0x71, 0x49, 0x12, 0x6D, 0x80, 0xE5, 0x1C, -+0xF0, 0x15, 0x1D, 0xE5, 0x1D, 0x70, 0x02, 0x61, 0x39, 0x90, 0xA4, 0x55, 0xE0, 0xFF, 0xAD, 0x1A, -+0x12, 0xA0, 0xB7, 0xEF, 0xF4, 0x60, 0x16, 0x8F, 0x1A, 0xD5, 0x1D, 0x11, 0x90, 0xA4, 0x55, 0xE0, -+0xFF, 0x12, 0x6F, 0xDE, 0xE0, 0xFE, 0x12, 0x6D, 0x7D, 0xEE, 0xF0, 0x61, 0x39, 0xE5, 0x1A, 0x64, -+0x2C, 0x70, 0x35, 0xE5, 0x1B, 0xD3, 0x94, 0x00, 0x40, 0x2E, 0xE5, 0x1B, 0xD3, 0x94, 0x02, 0x50, -+0x27, 0x15, 0x1B, 0x75, 0x1A, 0x2D, 0xE5, 0x1B, 0xF1, 0x95, 0xFF, 0x90, 0xA4, 0x55, 0xE0, 0xFE, -+0x75, 0xF0, 0x04, 0x12, 0x4F, 0x24, 0x54, 0xF3, 0x4F, 0xF0, 0x74, 0xA2, 0x2E, 0x12, 0x6D, 0x80, -+0x74, 0xFF, 0xF0, 0xD5, 0x1D, 0x21, 0x61, 0x39, 0xE5, 0x1A, 0xB4, 0x2D, 0x1A, 0xE5, 0x1B, 0xD3, -+0x94, 0x02, 0x50, 0x13, 0x75, 0x1A, 0x2C, 0x71, 0x49, 0x12, 0x6D, 0x80, 0x74, 0xFF, 0xF0, 0x15, -+0x1D, 0xE5, 0x1D, 0x70, 0x02, 0x61, 0x39, 0xE5, 0x1D, 0x70, 0x02, 0x61, 0x39, 0x90, 0xA4, 0x59, -+0xE0, 0xFF, 0xE5, 0x1C, 0xD3, 0x9F, 0x50, 0x02, 0x61, 0x33, 0xE4, 0x90, 0xA4, 0x58, 0xF0, 0x90, -+0xA4, 0x57, 0xE0, 0xFF, 0xAD, 0x1C, 0x91, 0xC8, 0x8F, 0x1C, 0x85, 0x1C, 0x1A, 0xE0, 0xFF, 0x90, -+0xA4, 0x59, 0xE0, 0xFD, 0x91, 0xC8, 0xEF, 0xF0, 0xE5, 0x1A, 0xD3, 0x94, 0x0B, 0x40, 0x1C, 0x90, -+0xA4, 0x55, 0xE0, 0xFB, 0x90, 0xA4, 0x57, 0xE0, 0x90, 0xA4, 0x5D, 0xF0, 0x7D, 0x01, 0xAF, 0x1C, -+0x71, 0x50, 0x8F, 0x1A, 0xE5, 0x1A, 0xF4, 0x70, 0x5D, 0x61, 0x39, 0xAD, 0x1A, 0xE5, 0x1C, 0x14, -+0xFC, 0x90, 0xA4, 0x59, 0xE0, 0xFF, 0xEC, 0xC3, 0x9F, 0x40, 0x3B, 0x91, 0xDC, 0x90, 0xA4, 0x55, -+0x12, 0x52, 0x34, 0x91, 0xE4, 0x12, 0x8F, 0xCA, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, -+0xF9, 0x12, 0x8F, 0xD4, 0x4E, 0x60, 0x1C, 0xE5, 0x1C, 0xAD, 0x04, 0xB4, 0x14, 0x02, 0x7D, 0x0C, -+0x90, 0xA4, 0x58, 0xE0, 0x04, 0xF0, 0xE0, 0x65, 0x1D, 0x60, 0x0B, 0xA3, 0xE0, 0xFF, 0xED, 0xD3, -+0x9F, 0x40, 0x03, 0x1C, 0x80, 0xBB, 0x71, 0x49, 0x12, 0x6D, 0x80, 0xED, 0xF0, 0xE5, 0x1A, 0xB4, -+0xFF, 0x04, 0xAF, 0x05, 0x8F, 0x1A, 0x90, 0xA4, 0x57, 0xE0, 0xFF, 0xAD, 0x1A, 0x91, 0xB5, 0x8F, -+0x1A, 0x71, 0x49, 0x12, 0x6D, 0x80, 0xE0, 0xFD, 0xF4, 0x60, 0x1C, 0x90, 0xA4, 0x57, 0xE0, 0xFF, -+0x91, 0xB5, 0x90, 0xA4, 0x55, 0xE0, 0xFE, 0x12, 0x6F, 0xDE, 0xEF, 0xF0, 0x74, 0xA2, 0x2E, 0x12, -+0x6D, 0x80, 0x74, 0xFF, 0xF0, 0x80, 0x12, 0x90, 0xA4, 0x55, 0xE0, 0x12, 0x6F, 0xDE, 0xE5, 0x1A, -+0xF0, 0x80, 0x06, 0x90, 0xA4, 0x59, 0xE0, 0xF5, 0x1A, 0x90, 0xA4, 0x55, 0xE0, 0xFF, 0xA3, 0xE0, -+0xFB, 0x85, 0x1B, 0x77, 0xAD, 0x1A, 0x02, 0x83, 0x1D, 0x90, 0xA4, 0x55, 0xE0, 0x24, 0xA2, 0x22, -+0x90, 0xA4, 0x5C, 0xEB, 0xF0, 0xEF, 0x54, 0x7F, 0x24, 0xF4, 0x90, 0xA4, 0x60, 0xF0, 0xED, 0x70, -+0x2E, 0x91, 0xA4, 0x70, 0x15, 0xE0, 0x25, 0xE0, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x91, -+0x84, 0x24, 0x82, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x41, 0xE0, 0x25, 0xE0, 0x24, 0x59, 0xF5, -+0x82, 0xE4, 0x34, 0x41, 0x91, 0x84, 0x24, 0x5A, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x2C, 0x91, -+0xA4, 0x70, 0x15, 0xE0, 0x25, 0xE0, 0x24, 0xCD, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x91, 0x84, 0x24, -+0xCE, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x13, 0xE0, 0x25, 0xE0, 0x24, 0xA5, 0xF5, 0x82, 0xE4, -+0x34, 0x41, 0x91, 0x84, 0x24, 0xA6, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xF5, 0x83, 0xE4, 0x93, 0xFF, -+0x90, 0xA4, 0x5C, 0xE0, 0xFD, 0x91, 0x60, 0xA9, 0x07, 0x7F, 0x0C, 0x7E, 0x12, 0x7D, 0x10, 0x90, -+0xA4, 0x5E, 0xE0, 0xFC, 0xF4, 0x60, 0x2E, 0xE9, 0xF4, 0x60, 0x2A, 0xE9, 0xC3, 0x9F, 0x40, 0x25, -+0xE9, 0xD3, 0x9D, 0x50, 0x20, 0x91, 0x9C, 0x12, 0x56, 0x01, 0xE0, 0x30, 0xE1, 0x17, 0x74, 0xA2, -+0x2D, 0x12, 0x57, 0x8A, 0xE0, 0xC3, 0x94, 0x02, 0x40, 0x0B, 0x90, 0xA4, 0x5F, 0xE9, 0xF0, 0xA9, -+0x04, 0x90, 0xA4, 0x5E, 0xF0, 0x91, 0x9C, 0x12, 0x56, 0x01, 0xE0, 0x30, 0xE6, 0x2A, 0x74, 0xA2, -+0x2D, 0x12, 0x57, 0x8A, 0xE0, 0xC3, 0x94, 0x02, 0x40, 0x1E, 0x90, 0xA4, 0x5E, 0xE0, 0xFD, 0xF4, -+0x60, 0x16, 0xE9, 0xF4, 0x60, 0x12, 0xE9, 0x9F, 0x40, 0x0E, 0xE9, 0xD3, 0x9E, 0x50, 0x09, 0xA3, -+0xE9, 0xF0, 0xA9, 0x05, 0x90, 0xA4, 0x5E, 0xF0, 0x90, 0xA4, 0x5E, 0xE0, 0xB4, 0xFF, 0x10, 0xE9, -+0xF0, 0x90, 0xA4, 0x5C, 0xE0, 0x24, 0xA2, 0x12, 0x6D, 0x80, 0x74, 0xFF, 0xF0, 0x80, 0x0B, 0x90, -+0xA4, 0x5C, 0xE0, 0x24, 0xA2, 0x12, 0x6D, 0x80, 0xE9, 0xF0, 0x90, 0xA4, 0x5E, 0xE0, 0xFF, 0x22, -+0xAC, 0x07, 0x91, 0xDC, 0x75, 0xF0, 0x08, 0xED, 0x12, 0x52, 0x38, 0x91, 0xE4, 0x12, 0x8F, 0xCA, -+0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x8F, 0xD4, 0x4E, 0x7F, 0xFF, 0x60, -+0x02, 0xAF, 0x04, 0x22, 0xF5, 0x83, 0xE4, 0x93, 0xFF, 0x90, 0xA4, 0x5C, 0xE0, 0xFD, 0x91, 0x60, -+0x90, 0xA4, 0x5E, 0xEF, 0xF0, 0x90, 0xA4, 0x60, 0xE0, 0x25, 0xE0, 0x22, 0x90, 0xA4, 0x5C, 0xE0, -+0xFD, 0x24, 0x91, 0x22, 0x90, 0xA4, 0x5D, 0xE0, 0x90, 0xA4, 0x60, 0x22, 0x90, 0xA4, 0x55, 0xE0, -+0xFF, 0x75, 0xF0, 0x04, 0x22, 0xEF, 0x60, 0x0A, 0xED, 0xD3, 0x94, 0x0B, 0x40, 0x04, 0x7E, 0x20, -+0x80, 0x02, 0xE4, 0xFE, 0xED, 0x2E, 0xFF, 0x22, 0xEF, 0x60, 0x0A, 0xED, 0xC3, 0x94, 0x2C, 0x40, -+0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, 0xC3, 0xED, 0x9E, 0xFF, 0x22, 0xEC, 0x13, 0x13, 0x13, -+0x54, 0x1F, 0xFF, 0x22, 0xE0, 0xFB, 0x7A, 0x00, 0xEC, 0x54, 0x07, 0x22, 0x90, 0xA4, 0x49, 0x12, -+0x48, 0x71, 0x75, 0xF0, 0x02, 0x22, 0x8F, 0x15, 0xEF, 0x75, 0xF0, 0x06, 0xA4, 0x24, 0x5C, 0xF9, -+0x74, 0x40, 0x35, 0xF0, 0xFA, 0x7B, 0xFF, 0x22, 0x12, 0x36, 0xCE, 0x90, 0xA4, 0xB4, 0x12, 0x48, -+0x71, 0x90, 0xA4, 0xB7, 0xE0, 0x75, 0xF0, 0x04, 0xA4, 0xF5, 0x82, 0x85, 0xF0, 0x83, 0x22, 0xF1, -+0x77, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x12, 0x73, 0x22, 0xE4, 0x90, 0xA4, 0xB7, 0xF0, 0x90, 0xA4, 0xB7, 0xE0, 0xFF, 0xC3, -+0x94, 0x06, 0x50, 0x21, 0xEF, 0xF1, 0x81, 0xF1, 0x0A, 0x12, 0x36, 0xCE, 0x90, 0xA4, 0xB1, 0xB1, -+0x0E, 0x12, 0x48, 0x29, 0x90, 0xA4, 0xB7, 0xE0, 0xF1, 0x8B, 0xF1, 0x0A, 0xB1, 0x08, 0x12, 0x48, -+0x29, 0xF1, 0x17, 0x80, 0xD5, 0x22, 0xF1, 0x77, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, -+0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, 0x73, 0x22, 0xE4, 0x90, 0xA4, 0xB7, -+0xF0, 0x90, 0xA4, 0xB7, 0xE0, 0xFD, 0xF1, 0x81, 0xF1, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x77, -+0xAE, 0x75, 0xF0, 0x04, 0xED, 0xB1, 0x18, 0x12, 0x47, 0xDF, 0x12, 0x66, 0x94, 0xD0, 0x07, 0xD0, -+0x06, 0x12, 0x37, 0x5D, 0x90, 0xA4, 0xB7, 0xE0, 0xFD, 0xF1, 0x8B, 0xF1, 0x0A, 0xC0, 0x06, 0xC0, -+0x07, 0x12, 0x77, 0xB8, 0x75, 0xF0, 0x04, 0xED, 0xB1, 0x18, 0x12, 0x47, 0xDF, 0x12, 0x66, 0x94, -+0xD0, 0x07, 0xD0, 0x06, 0xF1, 0x14, 0xE0, 0xC3, 0x94, 0x06, 0x40, 0xB5, 0x90, 0xA5, 0xFE, 0x12, -+0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, -+0x12, 0x73, 0x22, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x12, -+0x67, 0x14, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x84, 0x12, 0x67, 0x14, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x88, 0x12, 0x67, 0x14, 0x12, 0x27, 0x54, 0x3C, 0x00, 0x00, -+0x00, 0x7F, 0x8C, 0x12, 0x67, 0x14, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB8, 0x12, -+0x67, 0x14, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x80, 0x7F, 0x90, 0x12, 0x67, 0x14, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x94, 0x12, 0x67, 0x14, 0x12, 0x27, 0x54, 0x20, 0x04, 0x00, -+0x00, 0x7F, 0xC4, 0x12, 0x67, 0x14, 0x12, 0x27, 0x54, 0x20, 0x00, 0x00, 0x00, 0x7F, 0xC8, 0x12, -+0x67, 0x14, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7E, 0x0E, 0x12, 0x67, 0x16, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x84, 0x7E, 0x0E, 0x12, 0x67, 0x16, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x88, 0x7E, 0x0E, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x3C, -+0x00, 0x00, 0x00, 0x7F, 0x8C, 0x7E, 0x0E, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, -+0x00, 0x7F, 0xB8, 0x7E, 0x0E, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x80, 0x7F, -+0x90, 0x7E, 0x0E, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x94, 0x7E, -+0x0E, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x20, 0x04, 0x00, 0x00, 0x7F, 0xC4, 0x7E, 0x0E, 0x12, -+0x67, 0x16, 0x12, 0x27, 0x54, 0x20, 0x00, 0x00, 0x00, 0x7F, 0xC8, 0x7E, 0x0E, 0x02, 0x37, 0x5D, -+0x12, 0x37, 0x5D, 0x90, 0xA5, 0x03, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x24, 0x0B, 0xF5, 0x82, 0xE4, -+0x34, 0x45, 0xF5, 0x83, 0xE4, 0x93, 0xFE, 0x74, 0x01, 0x93, 0xFF, 0x12, 0x36, 0xCE, 0xE4, 0xFF, -+0xFE, 0xEC, 0x54, 0x07, 0xFC, 0x90, 0xA5, 0xA8, 0x12, 0x27, 0x48, 0x90, 0xA5, 0x03, 0xE0, 0x75, -+0xF0, 0x1E, 0xA4, 0x24, 0x1B, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0xF5, 0x83, 0xE4, 0x93, 0xFE, 0x74, -+0x01, 0x93, 0xFF, 0x22, 0x12, 0x37, 0x5D, 0x90, 0xA4, 0xB7, 0xE0, 0x04, 0xF0, 0x22, 0xF1, 0x77, -+0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, -+0x00, 0x12, 0x73, 0x22, 0xE4, 0x90, 0xA4, 0xB7, 0xF0, 0x90, 0xA4, 0xB7, 0xE0, 0xFF, 0x12, 0xAD, -+0xEF, 0xF5, 0x82, 0x8C, 0x83, 0xE0, 0xFE, 0x12, 0x77, 0xAE, 0x8F, 0x82, 0x75, 0x83, 0x00, 0xEE, -+0x12, 0x26, 0x76, 0xF1, 0x17, 0xE0, 0xB4, 0x03, 0xE0, 0xE4, 0x90, 0xA4, 0xB7, 0xF0, 0x90, 0xA4, -+0xB7, 0xE0, 0xFF, 0xC3, 0x94, 0x07, 0x50, 0x0E, 0xEF, 0xF1, 0xAC, 0xF1, 0x0A, 0xB1, 0x08, 0x12, -+0x48, 0x29, 0xF1, 0x17, 0x80, 0xE8, 0x22, 0x90, 0xA4, 0xB1, 0x12, 0x48, 0x7A, 0x90, 0xA5, 0xFE, -+0x22, 0x25, 0xE0, 0x24, 0x4F, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x22, 0x25, 0xE0, 0x24, 0x5B, 0xF5, -+0x82, 0xE4, 0x34, 0x45, 0x22, 0x54, 0x03, 0x25, 0xE0, 0x25, 0xE0, 0x22, 0xF5, 0x82, 0xE4, 0x34, -+0x9E, 0xF5, 0x83, 0x22, 0xFD, 0x7C, 0x00, 0x12, 0x26, 0x98, 0xEF, 0x22, 0x25, 0xE0, 0x24, 0x41, -+0xF5, 0x82, 0xE4, 0x34, 0x45, 0x22, 0x25, 0xE0, 0x24, 0xE9, 0xF5, 0x82, 0xE4, 0x34, 0x42, 0xF5, -+0x83, 0x22, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x01, 0xF9, 0x74, 0x8D, 0x35, 0xF0, 0xFA, 0x7B, 0x01, -+0x22, 0x12, 0x26, 0x1E, 0xFF, 0x90, 0xA2, 0xD3, 0xF0, 0xBF, 0x01, 0x08, 0x12, 0x7C, 0xFB, 0xE4, -+0x90, 0xA2, 0xD3, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x54, 0x01, 0xFF, 0x90, 0xA4, 0x3A, 0xE0, 0x54, -+0xFE, 0x4F, 0xF0, 0x22, 0x12, 0x4F, 0xA3, 0xFF, 0x54, 0x7F, 0x90, 0xA2, 0xEF, 0xF0, 0xEF, 0x12, -+0x4F, 0x6F, 0xA3, 0x12, 0x4F, 0xE7, 0xFF, 0x54, 0xF0, 0xC4, 0x54, 0x0F, 0xFE, 0x90, 0xA2, 0xED, -+0xE0, 0x54, 0xF0, 0x4E, 0xF0, 0x12, 0x57, 0x66, 0x54, 0x01, 0x25, 0xE0, 0xFE, 0x90, 0xA2, 0xEA, -+0xE0, 0x54, 0xFD, 0x4E, 0xF0, 0xEF, 0x54, 0x0F, 0xC4, 0x54, 0xF0, 0xFF, 0x12, 0x8F, 0x8E, 0x12, -+0x4F, 0x2B, 0x90, 0xA2, 0xEE, 0xF0, 0x90, 0x00, 0x04, 0x12, 0x26, 0x37, 0xFD, 0x7F, 0x02, 0x12, -+0x62, 0x65, 0x12, 0x4F, 0x33, 0x02, 0x8D, 0xEF, 0x12, 0x26, 0x1E, 0x90, 0xA2, 0xFA, 0xF0, 0x22, -+0x12, 0x26, 0x1E, 0x90, 0xA3, 0x52, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, -+0xA2, 0x38, 0xE0, 0xFF, 0x90, 0xA2, 0x37, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, -+0x00, 0xEF, 0x70, 0x3A, 0x90, 0xA2, 0x37, 0xE0, 0xFE, 0x11, 0xB3, 0xE0, 0xFD, 0xEE, 0x75, 0xF0, -+0x08, 0xA4, 0x24, 0xE8, 0xF9, 0x74, 0xA1, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xAF, 0x05, 0x12, 0x56, -+0xA7, 0x90, 0xA2, 0x37, 0x12, 0x7F, 0xA1, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, -+0x90, 0xA2, 0x37, 0xF0, 0x12, 0x85, 0xB5, 0x90, 0xA1, 0x23, 0xE0, 0x44, 0x02, 0xF0, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x75, 0xF0, 0x08, 0x90, 0xA1, 0xE7, 0x02, 0x48, 0x65, 0xE4, 0x90, 0xA2, 0xCF, -+0xF0, 0xA3, 0xF0, 0x90, 0xA2, 0x37, 0xF0, 0xA3, 0xF0, 0x22, 0xE4, 0xF5, 0x55, 0xF5, 0x56, 0xF5, -+0x57, 0x75, 0x58, 0x80, 0xAD, 0x55, 0x7F, 0x50, 0x12, 0x3A, 0x96, 0xAD, 0x56, 0x7F, 0x51, 0x12, -+0x3A, 0x96, 0xAD, 0x57, 0x7F, 0x52, 0x12, 0x3A, 0x96, 0xAD, 0x58, 0x7F, 0x53, 0x02, 0x3A, 0x96, -+0x75, 0x5D, 0x12, 0xE4, 0xF5, 0x5E, 0x75, 0x5F, 0x07, 0x75, 0x60, 0x72, 0x90, 0x01, 0x30, 0xE5, -+0x5D, 0xF0, 0xA3, 0xE5, 0x5E, 0xF0, 0xA3, 0xE5, 0x5F, 0xF0, 0xA3, 0xE5, 0x60, 0xF0, 0x22, 0x75, -+0x65, 0x0E, 0x75, 0x66, 0x01, 0x75, 0x67, 0x03, 0x75, 0x68, 0x62, 0x90, 0x01, 0x38, 0xE5, 0x65, -+0xF0, 0xA3, 0xE5, 0x66, 0xF0, 0xA3, 0xE5, 0x67, 0xF0, 0xA3, 0xE5, 0x68, 0xF0, 0x22, 0x90, 0x01, -+0x94, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x01, 0xC7, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, -+0x04, 0xF0, 0x90, 0x01, 0x9C, 0x74, 0x7E, 0xF0, 0xA3, 0x74, 0x92, 0xF0, 0xA3, 0x74, 0xA0, 0xF0, -+0xA3, 0x74, 0x24, 0xF0, 0x90, 0x01, 0x9B, 0x74, 0x49, 0xF0, 0x90, 0x01, 0x9A, 0x74, 0xE0, 0xF0, -+0x90, 0x01, 0x99, 0xE4, 0xF0, 0x90, 0x01, 0x98, 0x04, 0xF0, 0x22, 0x7F, 0x02, 0x90, 0xA3, 0x53, -+0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x10, 0xEF, 0x25, 0xE0, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE4, -+0x03, 0x7F, 0x00, 0x22, 0x0F, 0x80, 0xE6, 0x7F, 0x01, 0x22, 0xE4, 0x90, 0xA1, 0x23, 0x02, 0x50, -+0x66, 0x90, 0x01, 0xE4, 0x74, 0x29, 0xF0, 0xA3, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x34, 0xE0, 0x55, -+0x5D, 0xF5, 0x61, 0xA3, 0xE0, 0x55, 0x5E, 0xF5, 0x62, 0xA3, 0xE0, 0x55, 0x5F, 0xF5, 0x63, 0xA3, -+0xE0, 0x55, 0x60, 0xF5, 0x64, 0x90, 0x01, 0x34, 0xE5, 0x61, 0xF0, 0xA3, 0xE5, 0x62, 0xF0, 0xA3, -+0xE5, 0x63, 0xF0, 0xA3, 0xE5, 0x64, 0xF0, 0x22, 0x90, 0x01, 0x3C, 0xE0, 0x55, 0x65, 0xF5, 0x69, -+0xA3, 0xE0, 0x55, 0x66, 0xF5, 0x6A, 0xA3, 0xE0, 0x55, 0x67, 0xF5, 0x6B, 0xA3, 0xE0, 0x55, 0x68, -+0xF5, 0x6C, 0x90, 0x01, 0x3C, 0xE5, 0x69, 0xF0, 0xA3, 0xE5, 0x6A, 0xF0, 0xA3, 0xE5, 0x6B, 0xF0, -+0xA3, 0xE5, 0x6C, 0xF0, 0x53, 0x91, 0xDF, 0x22, 0x90, 0x01, 0xCF, 0xE0, 0x90, 0xA5, 0x11, 0xF0, -+0xE0, 0xFF, 0x30, 0xE0, 0x07, 0x90, 0x01, 0xCF, 0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE5, 0x23, -+0x90, 0x01, 0xCF, 0xE0, 0x54, 0xDF, 0xF0, 0x90, 0x01, 0x34, 0x74, 0x20, 0xF0, 0xE4, 0xF5, 0xA8, -+0xF5, 0xE8, 0x12, 0x50, 0x40, 0x90, 0x00, 0x03, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x03, 0x12, 0x3A, -+0x96, 0x80, 0xFE, 0x22, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x05, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, -+0x22, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x10, 0xA3, 0x74, 0x01, 0xF0, 0x90, 0xA2, 0xE5, 0xE0, -+0xFF, 0xC3, 0x13, 0x30, 0xE0, 0x02, 0x51, 0x5B, 0x02, 0x70, 0x2D, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x51, 0x75, 0xBF, 0x01, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x02, 0x12, 0x64, 0x36, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x05, 0x43, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, -+0x22, 0xAE, 0x07, 0x51, 0x75, 0xBF, 0x01, 0x0F, 0x71, 0xCF, 0x20, 0xE0, 0x0A, 0xAF, 0x06, 0x7D, -+0x01, 0x12, 0x60, 0x59, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0x90, 0xA2, 0xEF, 0xE0, 0x70, 0x07, -+0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x11, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x07, 0x51, 0x75, -+0xBF, 0x01, 0x05, 0x80, 0x04, 0x12, 0x67, 0x8A, 0x22, 0x90, 0xA2, 0xEF, 0xE0, 0x64, 0x02, 0x60, -+0x10, 0x12, 0x8F, 0x8E, 0x60, 0x0B, 0x71, 0xD9, 0xEF, 0x70, 0x06, 0xFD, 0x7F, 0x0C, 0x12, 0x60, -+0x59, 0x22, 0x51, 0xF0, 0x30, 0xE0, 0x0B, 0x51, 0xE9, 0x60, 0x07, 0x7D, 0x01, 0x7F, 0x02, 0x12, -+0x60, 0x59, 0x51, 0xE9, 0x60, 0x02, 0x51, 0xB9, 0x22, 0x90, 0xA2, 0xE9, 0xE0, 0x64, 0x02, 0x22, -+0x90, 0xA2, 0xE5, 0xE0, 0xFF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x22, 0x90, 0xA2, 0xEA, 0x51, 0xF3, -+0x30, 0xE0, 0x15, 0xEF, 0x54, 0xBF, 0x71, 0x5F, 0x30, 0xE0, 0x06, 0xE0, 0x44, 0x01, 0xF0, 0x80, -+0x04, 0xE0, 0x54, 0xFE, 0xF0, 0x12, 0x60, 0x40, 0x22, 0x90, 0xA2, 0xE5, 0xE0, 0xFF, 0x30, 0xE0, -+0x3D, 0x90, 0xA2, 0xE9, 0xE0, 0x7E, 0x00, 0xB4, 0x02, 0x02, 0x7E, 0x01, 0x90, 0xA2, 0xE8, 0xE0, -+0x7D, 0x00, 0xB4, 0x04, 0x02, 0x7D, 0x01, 0xED, 0x4E, 0x70, 0x23, 0xEF, 0xC3, 0x13, 0x30, 0xE0, -+0x02, 0x41, 0x5B, 0x51, 0xD2, 0x90, 0xA2, 0xE9, 0xE0, 0xB4, 0x08, 0x06, 0xE4, 0xFD, 0x7F, 0x0C, -+0x80, 0x09, 0x90, 0xA2, 0xE9, 0xE0, 0x70, 0x06, 0xFD, 0x7F, 0x04, 0x12, 0x60, 0x59, 0x22, 0xF0, -+0x90, 0x04, 0xE0, 0xE0, 0x90, 0xA2, 0xEB, 0x22, 0x90, 0xA2, 0xEA, 0xE0, 0xFF, 0x12, 0x4F, 0x6F, -+0x30, 0xE0, 0x1B, 0xEF, 0x54, 0x7F, 0x71, 0x5F, 0x30, 0xE1, 0x06, 0xE0, 0x44, 0x02, 0xF0, 0x80, -+0x04, 0xE0, 0x54, 0xFD, 0xF0, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x03, 0x12, 0x60, 0x40, 0x90, 0x04, -+0xE0, 0xE0, 0x30, 0xE1, 0x02, 0x71, 0x98, 0x22, 0x90, 0xA3, 0x54, 0xE0, 0x30, 0xE0, 0x25, 0xA3, -+0xE0, 0xC3, 0x13, 0x54, 0x07, 0x71, 0xC5, 0xE0, 0xFE, 0x30, 0xE0, 0x18, 0x75, 0xF0, 0x0E, 0xEF, -+0x71, 0xC9, 0xEE, 0x54, 0xFE, 0xF0, 0x90, 0xA3, 0x57, 0x74, 0x05, 0x12, 0x5B, 0x94, 0xFD, 0x7F, -+0x02, 0x12, 0x5A, 0x61, 0x22, 0xFF, 0x75, 0xF0, 0x0E, 0x90, 0xA3, 0x60, 0x02, 0x48, 0x65, 0x90, -+0xA2, 0xE5, 0xE0, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x22, 0x90, 0x04, 0x1A, 0xE0, 0xF4, 0x60, 0x03, -+0x7F, 0x00, 0x22, 0x90, 0x04, 0x1B, 0xE0, 0x54, 0x07, 0x64, 0x07, 0x7F, 0x01, 0x60, 0x02, 0x7F, -+0x00, 0x22, 0x71, 0xD9, 0xEF, 0x70, 0x03, 0x12, 0x67, 0x8A, 0x22, 0x90, 0xA2, 0xE5, 0xE0, 0xFF, -+0x30, 0xE0, 0x04, 0x51, 0xE9, 0x60, 0x15, 0x90, 0xA2, 0xEF, 0xE0, 0x70, 0x04, 0xEF, 0x30, 0xE0, -+0x0B, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x02, 0x60, 0x03, 0x12, 0x8A, 0x32, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x71, 0xD9, 0xEF, 0x64, 0x01, 0x70, 0x33, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, -+0x54, 0x03, 0x70, 0x2A, 0x90, 0xA2, 0xF1, 0xE0, 0xFE, 0xE4, 0xC3, 0x9E, 0x40, 0x20, 0xEF, 0x20, -+0xE2, 0x1C, 0x90, 0xA2, 0xF3, 0xE0, 0x20, 0xE4, 0x15, 0x90, 0xA2, 0xEB, 0xE0, 0x13, 0x13, 0x54, -+0x3F, 0x30, 0xE0, 0x0A, 0x90, 0xA3, 0x52, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xE5, 0xE0, 0x30, 0xE0, 0x06, 0x90, 0xA2, 0xE7, 0x74, -+0x01, 0xF0, 0x90, 0xA2, 0xEF, 0xE0, 0x70, 0x02, 0xA1, 0x06, 0x90, 0xA3, 0x06, 0xE0, 0x04, 0x12, -+0x71, 0x1A, 0x12, 0x47, 0x77, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, -+0x12, 0x71, 0x34, 0x78, 0x10, 0x12, 0x27, 0x35, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, -+0x12, 0x47, 0x77, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x71, 0x34, 0x78, -+0x18, 0x12, 0x27, 0x35, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x77, 0x90, -+0xA3, 0x3A, 0x12, 0x27, 0x48, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0x7F, 0xF0, 0xA3, 0xE0, 0x30, 0xE0, -+0x09, 0xF1, 0x60, 0x74, 0x05, 0xF0, 0xB1, 0x0B, 0xF1, 0x4D, 0x90, 0xA2, 0xEB, 0xF1, 0xB5, 0x30, -+0xE0, 0x0D, 0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, 0x06, 0x12, 0x8B, 0x7D, 0x12, 0x8F, 0x02, 0x90, -+0xA6, 0x8B, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x80, 0x40, 0x0B, 0x90, 0x01, 0x98, 0xE0, 0x54, -+0xFE, 0xF0, 0xE0, 0x44, 0x01, 0xF0, 0x7F, 0x01, 0x02, 0x86, 0xCD, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0xAC, 0x07, 0x90, 0xA2, 0xEB, 0xE0, 0x12, 0x4F, 0x6F, 0x30, 0xE0, 0x02, 0xA1, 0xC6, -+0x90, 0xA2, 0xEA, 0xE0, 0x30, 0xE0, 0x16, 0x90, 0xA3, 0x0C, 0xE0, 0x24, 0x04, 0x90, 0xA3, 0x04, -+0xF0, 0x90, 0xA3, 0x0C, 0xE0, 0x24, 0x03, 0x90, 0xA3, 0x03, 0xF0, 0x80, 0x0D, 0x90, 0xA3, 0x04, -+0x74, 0x02, 0xF0, 0x90, 0xA3, 0x03, 0x14, 0xF0, 0x0B, 0x0B, 0x90, 0xA3, 0x03, 0xE0, 0xFA, 0x90, -+0xA3, 0x02, 0xE0, 0xD3, 0x9A, 0x50, 0x0E, 0x90, 0xA2, 0xF7, 0xEB, 0xF0, 0x90, 0xA3, 0x04, 0xE0, -+0xC3, 0x9D, 0x2C, 0x80, 0x11, 0xC3, 0xED, 0x9A, 0x2B, 0x90, 0xA2, 0xF7, 0xF0, 0x90, 0xA3, 0x03, -+0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0xA3, 0x07, 0xF0, 0x90, 0xA3, 0x04, 0xE0, 0xFF, 0x24, -+0x0A, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0xA3, 0x07, 0xF1, 0x55, 0x40, 0x04, 0xEF, 0x24, 0x0A, 0xF0, -+0x90, 0xA3, 0x07, 0xE0, 0xFF, 0x24, 0x23, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0xA2, 0xF7, 0xF1, 0x55, -+0x40, 0x04, 0xEF, 0x24, 0x23, 0xF0, 0x90, 0xA3, 0x07, 0xE0, 0xFF, 0x7E, 0x00, 0x90, 0xA2, 0xFB, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x05, 0x58, 0xE0, 0x6F, 0x70, 0x01, 0xE4, 0x60, 0x03, 0x12, -+0x8F, 0x7D, 0xF1, 0x4D, 0x80, 0x07, 0x90, 0xA2, 0xEC, 0xE0, 0x44, 0x01, 0xF0, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x12, 0x71, 0x1B, 0x12, 0x47, 0x77, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0x05, 0x62, 0x12, 0x71, 0x34, 0x78, 0x10, 0x12, 0x27, 0x35, 0xD0, 0x03, 0xD0, 0x02, 0xD0, -+0x01, 0xD0, 0x00, 0x12, 0x47, 0x77, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, -+0x71, 0x34, 0x78, 0x18, 0x12, 0x27, 0x35, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, -+0x47, 0x77, 0x90, 0xA3, 0x3E, 0x12, 0x27, 0x48, 0x90, 0xA3, 0x42, 0x12, 0x48, 0x4D, 0x90, 0xA3, -+0x3E, 0x12, 0x48, 0x59, 0xC3, 0x12, 0x47, 0x9A, 0x40, 0x3F, 0x90, 0xA2, 0xEA, 0xE0, 0x90, 0xA3, -+0x42, 0x30, 0xE0, 0x0F, 0xF1, 0x71, 0x90, 0xA3, 0x0C, 0xE0, 0x24, 0x04, 0x2F, 0xFF, 0x90, 0xA3, -+0x46, 0x80, 0x05, 0xF1, 0x71, 0x90, 0xA3, 0x47, 0xE0, 0xFE, 0xC3, 0xEF, 0x9E, 0x90, 0xA5, 0x13, -+0xF0, 0x90, 0xA5, 0x13, 0xE0, 0xFF, 0xC3, 0x94, 0x2D, 0x50, 0x0E, 0x74, 0x0D, 0x2F, 0xF1, 0x3D, -+0xE0, 0x04, 0xF0, 0x90, 0xA3, 0x05, 0xE0, 0x04, 0xF0, 0x90, 0xA3, 0x05, 0xE0, 0xFF, 0xD3, 0x90, -+0xA3, 0x49, 0xE0, 0x9F, 0x90, 0xA3, 0x48, 0xE0, 0x94, 0x00, 0x40, 0x02, 0xE1, 0x39, 0xE4, 0xFF, -+0xFE, 0xF1, 0x3A, 0xE0, 0x2F, 0xFF, 0x90, 0xA3, 0x4A, 0xE0, 0xFD, 0xEF, 0xD3, 0x9D, 0x40, 0x07, -+0x90, 0xA5, 0x14, 0xEE, 0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xE5, 0xE4, 0xFF, 0xFE, 0xF1, -+0x3A, 0xE0, 0x2F, 0xFF, 0x90, 0xA3, 0x4A, 0xE0, 0xFD, 0xC3, 0x90, 0xA3, 0x49, 0xE0, 0x9D, 0xFD, -+0x90, 0xA3, 0x48, 0xE0, 0x94, 0x00, 0xFC, 0xEF, 0xD3, 0x9D, 0xE4, 0x9C, 0x40, 0x07, 0x90, 0xA5, -+0x15, 0xEE, 0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xD5, 0x90, 0xA5, 0x14, 0xE0, 0x90, 0xA3, -+0x0A, 0xF0, 0x90, 0xA5, 0x15, 0xE0, 0x90, 0xA3, 0x0B, 0xF1, 0x45, 0x94, 0x0A, 0x40, 0x0A, 0xEF, -+0x24, 0xF6, 0x90, 0xA3, 0x02, 0xF0, 0xE4, 0x80, 0x09, 0xE4, 0x90, 0xA3, 0x02, 0xF1, 0x45, 0x74, -+0x0A, 0x9F, 0x90, 0xA3, 0x01, 0xF0, 0x90, 0xA3, 0x0A, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, -+0xA3, 0x08, 0xF0, 0x90, 0xA2, 0xEA, 0xE0, 0x30, 0xE0, 0x05, 0x90, 0xA3, 0x46, 0x80, 0x03, 0x90, -+0xA3, 0x47, 0xE0, 0x04, 0xFF, 0x90, 0xA3, 0x08, 0xE0, 0x2F, 0xF0, 0x90, 0xA3, 0x08, 0xE0, 0xC3, -+0x94, 0x0A, 0x50, 0x03, 0x74, 0x0A, 0xF0, 0x90, 0xA3, 0x08, 0xE0, 0x24, 0x02, 0xF0, 0xF1, 0x60, -+0x74, 0x03, 0xF0, 0xB1, 0x0B, 0xE4, 0xFF, 0xF1, 0x8E, 0x22, 0x74, 0x0D, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0xA3, 0xF5, 0x83, 0x22, 0xF0, 0x90, 0xA3, 0x0A, 0xE0, 0xFF, 0xC3, 0x22, 0x90, 0xA2, 0xEC, -+0xE0, 0x54, 0xFE, 0xF0, 0x22, 0xE0, 0xD3, 0x9D, 0xEC, 0x64, 0x80, 0xF8, 0x74, 0x80, 0x98, 0x22, -+0x90, 0xA3, 0x01, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, 0xA3, 0x08, 0xE0, 0xFB, 0x90, 0xA6, 0x62, -+0x22, 0x12, 0x48, 0x59, 0x90, 0xA3, 0x3E, 0x12, 0x48, 0x4D, 0x12, 0x47, 0x5C, 0x78, 0x0A, 0x12, -+0x27, 0x22, 0x90, 0xA3, 0x07, 0xE0, 0xFE, 0xC3, 0x74, 0x0A, 0x9E, 0x2F, 0xFF, 0x22, 0xE4, 0xFE, -+0xF1, 0x3A, 0xE4, 0xF0, 0x0E, 0xEE, 0xB4, 0x2D, 0xF7, 0xE4, 0x90, 0xA3, 0x06, 0xF0, 0x90, 0xA3, -+0x05, 0xF0, 0x90, 0xA3, 0x09, 0xF0, 0xEF, 0xB4, 0x01, 0x07, 0xA3, 0x74, 0x2D, 0xF0, 0xE4, 0xA3, -+0xF0, 0x22, 0x90, 0xA2, 0xEA, 0xE0, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0xE4, 0xFF, 0x12, 0x8B, -+0xC2, 0xBF, 0x01, 0x0F, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x09, 0xF1, 0xD4, 0x54, 0x07, 0x70, 0x03, -+0x12, 0x60, 0x40, 0x22, 0x90, 0xA2, 0xF3, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x12, 0xA0, 0x59, 0x90, -+0xA5, 0x21, 0xEF, 0xF0, 0x30, 0xE0, 0x05, 0x7D, 0x01, 0xE4, 0x80, 0x02, 0xE4, 0xFD, 0xFF, 0x12, -+0x62, 0x65, 0x90, 0xA5, 0x21, 0xE0, 0x30, 0xE6, 0x11, 0x90, 0x01, 0x2F, 0xE0, 0x30, 0xE7, 0x04, -+0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x80, 0xF0, 0x12, 0x9F, 0x60, 0x74, 0x02, 0xF0, -+0x02, 0x9D, 0x0B, 0xFB, 0x7D, 0x08, 0x7F, 0x01, 0x90, 0xA6, 0x7F, 0xEB, 0xF0, 0xEF, 0x70, 0x06, -+0xA3, 0x74, 0x03, 0xF0, 0x80, 0x0B, 0xEF, 0x64, 0x01, 0x70, 0x2B, 0x90, 0xA6, 0x80, 0x74, 0x42, -+0xF0, 0x7F, 0xE2, 0x12, 0x3A, 0x96, 0x90, 0xA6, 0x7F, 0xE0, 0xFD, 0x7F, 0xE0, 0x12, 0x3A, 0x96, -+0x90, 0xA6, 0x80, 0xE0, 0x12, 0x67, 0xAA, 0x90, 0xA6, 0x80, 0xE0, 0x54, 0xFD, 0x12, 0x67, 0xAA, -+0x12, 0x67, 0xA9, 0x7F, 0x01, 0x22, 0x02, 0x67, 0x6F, 0xE4, 0x90, 0xA5, 0x23, 0xF0, 0xA3, 0xF0, -+0x90, 0x00, 0x83, 0xE0, 0x90, 0xA5, 0x22, 0xF0, 0x90, 0x00, 0x83, 0xE0, 0xFE, 0x90, 0xA5, 0x22, -+0xE0, 0xFF, 0xB5, 0x06, 0x01, 0x22, 0xC3, 0x90, 0xA5, 0x24, 0xE0, 0x94, 0x64, 0x90, 0xA5, 0x23, -+0xE0, 0x94, 0x00, 0x40, 0x0D, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x40, 0xF0, 0x90, 0xA5, 0x22, 0xE0, -+0xFF, 0x22, 0x90, 0xA5, 0x23, 0x12, 0x58, 0xB1, 0x80, 0xC6, 0x90, 0x01, 0xC4, 0x74, 0x9A, 0xF0, -+0x74, 0xA0, 0xA3, 0xF0, 0x90, 0x00, 0x90, 0xE0, 0x20, 0xE0, 0xF9, 0x74, 0x9A, 0x04, 0x90, 0x01, -+0xC4, 0xF0, 0x74, 0xA0, 0xA3, 0xF0, 0x22, 0x7E, 0xFF, 0x12, 0x6D, 0x7D, 0x74, 0xFF, 0xF0, 0xED, -+0xB4, 0x3E, 0x0A, 0x7E, 0xBD, 0x12, 0x6D, 0x7D, 0x74, 0x3D, 0xF0, 0x80, 0x1A, 0xED, 0xB4, 0x3F, -+0x16, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0xB1, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x08, 0x7E, -+0x3E, 0x12, 0x6D, 0x7D, 0x74, 0x3E, 0xF0, 0xED, 0x14, 0xFD, 0x74, 0x22, 0x2F, 0x12, 0x6F, 0xE0, -+0xED, 0xF0, 0xAF, 0x06, 0x22, 0x7E, 0xFF, 0xED, 0x54, 0x7F, 0xFC, 0xED, 0x54, 0x80, 0x60, 0x04, -+0xAE, 0x04, 0x80, 0x1B, 0xEC, 0x64, 0x3D, 0x60, 0x04, 0xEC, 0xB4, 0x3F, 0x12, 0x75, 0xF0, 0x04, -+0xEF, 0x12, 0x4F, 0xB1, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x04, 0xEC, 0x44, 0x80, 0xFE, 0xAF, -+0x06, 0x22, 0xE4, 0xF5, 0x1A, 0x12, 0x54, 0x6A, 0xE0, 0xFE, 0xB4, 0x05, 0x14, 0xED, 0xC3, 0x94, -+0x3B, 0x50, 0x5B, 0xED, 0xC3, 0x94, 0x31, 0x40, 0x5D, 0xED, 0xD3, 0x94, 0x35, 0x50, 0x57, 0x80, -+0x4D, 0xEE, 0xB4, 0x04, 0x08, 0xED, 0xC3, 0x94, 0x31, 0x40, 0x4B, 0x80, 0x41, 0x12, 0x54, 0x6A, -+0xE0, 0xFE, 0xB4, 0x03, 0x14, 0xED, 0xC3, 0x94, 0x19, 0x50, 0x0C, 0xED, 0xC3, 0x94, 0x11, 0x40, -+0x35, 0xED, 0xD3, 0x94, 0x13, 0x50, 0x2F, 0x80, 0x25, 0xEE, 0xB4, 0x02, 0x08, 0xED, 0xC3, 0x94, -+0x11, 0x40, 0x23, 0x80, 0x19, 0x12, 0x54, 0x6A, 0xE0, 0xFE, 0xB4, 0x01, 0x08, 0xED, 0xC3, 0x94, -+0x0A, 0x40, 0x13, 0x80, 0x09, 0xEE, 0x70, 0x0B, 0xED, 0xC3, 0x94, 0x03, 0x40, 0x08, 0x75, 0x1A, -+0x01, 0x80, 0x03, 0xE4, 0xF5, 0x1A, 0xAF, 0x1A, 0x22, 0x8F, 0x0F, 0x8D, 0x10, 0x8B, 0x11, 0x75, -+0xF0, 0x04, 0xEF, 0x12, 0x4F, 0x24, 0xC4, 0x54, 0x03, 0x90, 0xA4, 0x4F, 0xF0, 0x90, 0xA4, 0x4D, -+0x60, 0x09, 0x74, 0x32, 0xF0, 0xA3, 0x74, 0x2F, 0xF0, 0x80, 0x07, 0x74, 0x11, 0xF0, 0xA3, 0x74, -+0x0F, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x12, 0x6F, 0x69, 0xE0, 0xFD, 0x90, 0xA5, 0xD9, 0x74, -+0x04, 0xF0, 0xE4, 0xFB, 0xAF, 0x0F, 0x12, 0x7D, 0xE3, 0xE5, 0x10, 0xD3, 0x94, 0x2D, 0x40, 0x0A, -+0x75, 0xF0, 0x04, 0xE5, 0x0F, 0x12, 0x57, 0x7E, 0x80, 0x20, 0xE5, 0x10, 0xD3, 0x94, 0x1E, 0x40, -+0x05, 0x90, 0xA4, 0x4D, 0x80, 0x14, 0xE5, 0x10, 0xD3, 0x94, 0x14, 0x40, 0x05, 0x90, 0xA4, 0x4E, -+0x80, 0x08, 0x75, 0xF0, 0x04, 0xE5, 0x0F, 0x12, 0x57, 0x6C, 0xE0, 0xFD, 0x85, 0x11, 0x77, 0xE4, -+0xFB, 0xAF, 0x0F, 0x02, 0x83, 0x1D, 0xEF, 0x04, 0xF5, 0x22, 0xE5, 0x22, 0xD3, 0x9D, 0x50, 0x36, -+0xE5, 0x22, 0x12, 0x94, 0xDD, 0x75, 0xF0, 0x08, 0xEB, 0x12, 0x52, 0x38, 0xE0, 0xF5, 0x82, 0x75, -+0x83, 0x00, 0xE5, 0x22, 0x54, 0x07, 0x12, 0x8F, 0xCA, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, -+0xD8, 0xF9, 0xFF, 0xEE, 0x55, 0x83, 0xFE, 0xEF, 0x55, 0x82, 0x4E, 0x60, 0x05, 0x85, 0x22, 0x23, -+0x80, 0x04, 0x05, 0x22, 0x80, 0xC4, 0xAF, 0x23, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0x04, 0x30, 0x12, 0x7F, 0xCE, 0x90, 0xA4, 0x3E, 0xE0, 0x90, 0x04, 0x33, 0xF0, 0x90, 0xA4, -+0x3F, 0xE0, 0x90, 0x04, 0x34, 0xF0, 0x90, 0xA4, 0x40, 0xE0, 0x90, 0x04, 0x35, 0xF0, 0x90, 0xA4, -+0x41, 0xE0, 0x90, 0x04, 0x36, 0xF0, 0x90, 0xA4, 0x42, 0xE0, 0x90, 0x04, 0x37, 0xF0, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xD3, 0xEF, 0x94, 0xE8, 0xEE, 0x94, 0x03, 0x40, 0x03, 0x7F, 0x05, 0x22, 0xD3, -+0xEF, 0x94, 0xC8, 0xEE, 0x94, 0x00, 0x7F, 0x00, 0x40, 0x02, 0x7F, 0x02, 0x22, 0x12, 0x4F, 0xB8, -+0x12, 0x90, 0x54, 0x30, 0xE1, 0x03, 0x02, 0x7E, 0x16, 0x12, 0x4F, 0x33, 0x12, 0x26, 0x1E, 0x90, -+0xA4, 0x4D, 0x12, 0x4F, 0xE7, 0x90, 0xA4, 0x4E, 0x12, 0x4F, 0x2C, 0x90, 0xA4, 0x4F, 0xF0, 0x90, -+0x00, 0x04, 0x12, 0x26, 0x37, 0x75, 0xF0, 0x10, 0xA4, 0xFF, 0x12, 0x57, 0x66, 0xFD, 0xEF, 0x4D, -+0xFF, 0x90, 0xA4, 0x4E, 0xE0, 0xB4, 0x01, 0x07, 0xA3, 0xE0, 0x12, 0x7F, 0xC1, 0xEF, 0xF0, 0x22, -+0x12, 0x4F, 0xE8, 0xF5, 0x0E, 0x12, 0x4F, 0x2D, 0xF5, 0x0F, 0x12, 0x26, 0x1E, 0xF5, 0x10, 0x90, -+0xA1, 0x2A, 0xF0, 0xE5, 0x0E, 0x60, 0x06, 0xFD, 0xAF, 0x0F, 0x12, 0x7C, 0x16, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x81, 0xEF, 0xF0, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE6, -+0x3D, 0x90, 0x00, 0x8D, 0xE0, 0x64, 0x01, 0x70, 0x35, 0x90, 0xA6, 0x82, 0xF0, 0x90, 0xA6, 0x82, -+0xE0, 0xFD, 0x90, 0xA6, 0x81, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0x69, 0xE5, 0x82, 0x2D, 0x12, -+0x52, 0x41, 0xE0, 0xFB, 0xE4, 0xFF, 0x12, 0x55, 0xC7, 0x90, 0xA6, 0x82, 0xE0, 0x04, 0xF0, 0xE0, -+0xC3, 0x94, 0x10, 0x40, 0xD8, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE0, 0x02, 0x71, 0x63, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xE4, 0xFD, 0x7F, 0x8D, 0x02, 0x3A, 0x96, 0x7E, 0x00, 0x7F, 0x2E, 0x7D, 0x00, -+0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x54, 0x02, 0x48, 0xA9, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA5, 0xEA, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0xA5, 0xE9, 0xEF, 0xF0, 0xA3, 0xA3, 0xE0, -+0xFD, 0x12, 0x77, 0x9C, 0x90, 0xA5, 0xF4, 0x12, 0x27, 0x48, 0x90, 0xA5, 0xEC, 0x12, 0x48, 0x4D, -+0x12, 0x27, 0x15, 0x90, 0xA5, 0xF4, 0x12, 0x77, 0xD6, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x90, 0xA5, 0xEC, 0x12, 0x48, 0x4D, 0x90, 0xA5, 0xF0, 0x12, 0x77, 0xD6, 0xD0, 0x03, 0xD0, -+0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x77, 0x90, 0xA5, 0xF8, 0x12, 0x27, 0x48, 0x90, 0xA5, -+0xEA, 0xA3, 0xE0, 0xFD, 0xC0, 0x05, 0x90, 0xA5, 0xF8, 0x12, 0x48, 0x4D, 0x90, 0xAC, 0x96, 0x12, -+0x27, 0x48, 0x90, 0xA5, 0xE9, 0xE0, 0xFF, 0xD0, 0x05, 0x12, 0x39, 0xBA, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x58, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, -+0x90, 0xA6, 0x57, 0xEF, 0xF0, 0x90, 0xA6, 0x5A, 0xE0, 0xFD, 0x12, 0xA9, 0x49, 0x90, 0xA6, 0x57, -+0xE0, 0xC3, 0x94, 0x0E, 0x50, 0x3F, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, -+0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x12, 0xD4, 0x00, 0x00, 0xD1, 0xEE, 0x90, 0xA5, 0xEC, 0x12, -+0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, -+0xD1, 0x47, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, -+0x00, 0x00, 0x00, 0xA1, 0x70, 0xD1, 0xFF, 0x50, 0x1B, 0xEF, 0x94, 0x30, 0x50, 0x16, 0x90, 0xA5, -+0xFE, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x09, 0x28, -+0x00, 0x00, 0x80, 0x64, 0x90, 0xA6, 0x57, 0xE0, 0xFF, 0x74, 0x32, 0xD3, 0x9F, 0x50, 0x1B, 0xEF, -+0x94, 0x40, 0x50, 0x16, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA6, -+0x02, 0x12, 0x27, 0x54, 0x08, 0xA6, 0x00, 0x00, 0x80, 0x3E, 0xD1, 0xF5, 0x50, 0x1B, 0xEF, 0x94, -+0x74, 0x50, 0x16, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA6, 0x02, -+0x12, 0x27, 0x54, 0x08, 0xA4, 0x00, 0x00, 0x80, 0x1F, 0x90, 0xA6, 0x57, 0xE0, 0xFF, 0x74, 0x76, -+0xD3, 0x9F, 0x50, 0x16, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA6, -+0x02, 0x12, 0x27, 0x54, 0x08, 0x24, 0x00, 0x00, 0xD1, 0xEE, 0xD1, 0xFF, 0x50, 0x2E, 0xEF, 0x94, -+0x40, 0x50, 0x29, 0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA5, 0xF0, -+0x12, 0x27, 0x54, 0x00, 0x01, 0x01, 0x00, 0xD1, 0x47, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, -+0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x01, 0x01, 0x00, 0x80, 0x64, 0xD1, 0xF5, 0x50, 0x2E, -+0xEF, 0x94, 0x8C, 0x50, 0x29, 0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, -+0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x03, 0x01, 0x00, 0xD1, 0x47, 0x12, 0x27, 0x54, 0x00, 0x07, -+0x03, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x03, 0x01, 0x00, 0x80, 0x32, 0x90, 0xA6, -+0x57, 0xE0, 0xFF, 0x74, 0x8C, 0xC3, 0x9F, 0x50, 0x2B, 0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, -+0x07, 0x03, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x05, 0x01, 0x00, 0xD1, 0x47, 0x12, -+0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x05, 0x01, 0x00, -+0xD1, 0xE7, 0x71, 0x79, 0x90, 0xA6, 0x57, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xF1, 0xAD, 0x90, 0xA6, -+0x58, 0xE0, 0x64, 0x02, 0x70, 0x51, 0x90, 0xA6, 0x57, 0xE0, 0xFF, 0xD3, 0x94, 0x30, 0x50, 0x05, -+0x75, 0x79, 0x2A, 0x80, 0x5E, 0xEF, 0xD3, 0x94, 0x40, 0x50, 0x05, 0x75, 0x79, 0x3A, 0x80, 0x53, -+0xEF, 0xD3, 0x94, 0x70, 0x50, 0x05, 0x75, 0x79, 0x6A, 0x80, 0x48, 0xEF, 0xD3, 0x94, 0x80, 0x50, -+0x05, 0x75, 0x79, 0x7A, 0x80, 0x3D, 0xEF, 0xD3, 0x94, 0x90, 0x50, 0x05, 0x75, 0x79, 0x8A, 0x80, -+0x32, 0xEF, 0xD3, 0x94, 0xA1, 0x50, 0x05, 0x75, 0x79, 0x9B, 0x80, 0x27, 0xEF, 0xD3, 0x94, 0xB1, -+0x50, 0x21, 0x75, 0x79, 0xAB, 0x80, 0x1C, 0x90, 0xA6, 0x58, 0xE0, 0x64, 0x01, 0x70, 0x31, 0xA3, -+0xE0, 0x90, 0xA6, 0x57, 0xB4, 0x01, 0x07, 0xE0, 0x24, 0x02, 0xF5, 0x79, 0x80, 0x05, 0xE0, 0x24, -+0xFE, 0xF5, 0x79, 0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0xAF, 0x79, 0xE4, -+0xFC, 0xFD, 0xFE, 0xD1, 0x41, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0xAF, 0x79, 0x80, 0x1E, -+0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA6, 0x57, 0x12, 0x71, 0x34, -+0xD1, 0x41, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA6, 0x57, 0xE0, 0xFF, 0xE4, 0xFC, -+0xFD, 0xFE, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x48, 0xD1, 0xE7, 0x71, 0x79, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x48, 0x7D, 0x18, 0x7C, 0x00, 0xE4, 0xFF, 0x71, 0x79, 0x90, -+0xA5, 0xEC, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x14, 0x60, 0x30, 0x14, 0x60, -+0x56, 0x24, 0x02, 0x70, 0x7D, 0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, -+0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0xD1, 0x47, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x0C, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x80, 0x50, 0x90, 0xA5, -+0xEC, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x04, 0x00, 0xD1, 0x47, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x04, 0x00, 0x80, 0x27, 0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, -+0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0xD1, 0x47, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x0C, 0x00, 0x90, 0xA5, 0xF0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0xD1, 0xE7, -+0x71, 0x79, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7D, 0x18, 0x7C, 0x00, 0x7F, 0x01, 0x22, 0x7F, 0x60, -+0x7E, 0x08, 0x02, 0x73, 0x26, 0x90, 0xA6, 0x57, 0xE0, 0xFF, 0x74, 0x64, 0xD3, 0x9F, 0x22, 0x90, -+0xA6, 0x57, 0xE0, 0xFF, 0x74, 0x24, 0xD3, 0x9F, 0x22, 0xFE, 0x13, 0x13, 0x54, 0x07, 0xFB, 0x90, -+0xA6, 0x5B, 0x12, 0x7F, 0xCE, 0xE4, 0xFE, 0x7D, 0x18, 0xFF, 0x12, 0x3A, 0xA9, 0x90, 0xA6, 0x5E, -+0xEF, 0xF0, 0x90, 0xA6, 0x5B, 0xE0, 0xFF, 0xF1, 0x56, 0x90, 0xA6, 0x5B, 0x12, 0x7F, 0xB8, 0x12, -+0xA8, 0xCF, 0xAE, 0x07, 0x90, 0x04, 0x83, 0xEE, 0xF0, 0x90, 0xA6, 0x5B, 0xE0, 0xFF, 0xAD, 0x06, -+0x12, 0x71, 0x3B, 0x90, 0xA6, 0x5E, 0xE0, 0xFF, 0x90, 0xA6, 0x5B, 0xE0, 0xFD, 0xF1, 0xAD, 0x90, -+0xA6, 0x5B, 0xE0, 0xFF, 0xC1, 0x53, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xA9, 0x07, 0x90, -+0x06, 0x69, 0xE0, 0xFE, 0x90, 0x06, 0x68, 0xE0, 0x7A, 0x00, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0xFE, -+0xE9, 0x14, 0x60, 0x0F, 0x14, 0x60, 0x1E, 0x24, 0x02, 0x70, 0x25, 0xEE, 0x54, 0xFE, 0xFE, 0xF1, -+0xA5, 0x80, 0x1A, 0xEF, 0x44, 0x80, 0xFF, 0xEE, 0x54, 0xFE, 0xFC, 0x90, 0x06, 0x68, 0xEF, 0xF0, -+0xEC, 0xA3, 0xF0, 0x80, 0x0B, 0xEE, 0x44, 0x01, 0xFC, 0xF1, 0xA5, 0xAE, 0x04, 0xEE, 0xA3, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x54, 0x7F, 0x90, 0x06, 0x68, 0xF0, 0x22, 0x90, 0xA6, 0x83, -+0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x00, 0xF1, 0xE0, 0x54, 0xF0, 0x64, 0x20, 0x60, 0x03, 0x02, -+0xA8, 0x7C, 0x90, 0xA6, 0x84, 0xE0, 0xB4, 0x01, 0x1D, 0x90, 0xA6, 0x83, 0xE0, 0xB4, 0x0B, 0x16, -+0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x0C, 0x00, 0x80, 0x14, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, -+0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x08, 0x00, 0x12, 0x77, 0xE5, 0x90, 0xA6, 0x84, -+0xE0, 0x70, 0x21, 0x11, 0xC7, 0x60, 0x04, 0xEF, 0xB4, 0x0E, 0x19, 0x90, 0xA5, 0xFE, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x03, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x00, 0x12, -+0x77, 0xE5, 0x80, 0x0E, 0x90, 0xA6, 0x84, 0xE0, 0xB4, 0x01, 0x1D, 0x90, 0xA6, 0x83, 0xE0, 0xB4, -+0x0B, 0x16, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, -+0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x80, 0x30, 0x90, 0xA6, 0x84, 0xE0, 0x64, 0x02, 0x60, 0x76, -+0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x02, 0x00, 0x12, 0x73, 0x18, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA6, -+0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0x80, 0x45, 0x90, 0xA6, 0x84, 0xE0, -+0x70, 0x20, 0x11, 0xC7, 0x60, 0x04, 0xEF, 0xB4, 0x0E, 0x18, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x03, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x00, 0x7F, 0xAC, -+0x80, 0x1F, 0x90, 0xA6, 0x83, 0xE0, 0xD3, 0x94, 0x0E, 0x50, 0x1B, 0x90, 0xA5, 0xFE, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x03, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x02, 0x00, 0x7F, -+0xAC, 0x7E, 0x08, 0x12, 0x73, 0x26, 0x22, 0x90, 0xA6, 0x83, 0xE0, 0xFF, 0x64, 0x0D, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFE, 0xFC, 0xEF, 0x64, 0x02, 0x70, 0x40, 0xED, 0xB4, -+0x01, 0x04, 0x7E, 0x0A, 0x80, 0x06, 0xED, 0xB4, 0x02, 0x02, 0x7E, 0x09, 0xEB, 0xB4, 0x01, 0x08, -+0xED, 0xB4, 0x01, 0x04, 0x7C, 0x04, 0x80, 0x38, 0xEB, 0xB4, 0x02, 0x08, 0xED, 0xB4, 0x01, 0x04, -+0x7C, 0x02, 0x80, 0x2C, 0xEB, 0xB4, 0x01, 0x08, 0xED, 0xB4, 0x02, 0x04, 0x7C, 0x01, 0x80, 0x20, -+0xEB, 0x64, 0x02, 0x70, 0x1B, 0xED, 0x64, 0x02, 0x70, 0x16, 0x7C, 0x03, 0x80, 0x12, 0xEF, 0xB4, -+0x01, 0x0E, 0xEB, 0xB4, 0x02, 0x04, 0x7C, 0x01, 0x80, 0x06, 0xEB, 0xB4, 0x01, 0x02, 0x7C, 0x02, -+0xAF, 0x06, 0xEF, 0xC4, 0x54, 0xF0, 0x4C, 0xFF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x04, 0x54, -+0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x22, 0x90, 0xA6, 0x86, 0xED, 0xF0, 0x90, 0xA6, -+0x85, 0xEF, 0xF0, 0xD3, 0x94, 0x0E, 0x50, 0x15, 0x31, 0x3D, 0xEF, 0x60, 0x2A, 0x31, 0x3D, 0xEF, -+0x64, 0x01, 0x70, 0x23, 0x90, 0xA6, 0x86, 0xE0, 0xFD, 0xE4, 0xFF, 0x80, 0x15, 0x90, 0xA6, 0x85, -+0xE0, 0xD3, 0x94, 0x0E, 0x40, 0x11, 0x31, 0x3D, 0xEF, 0x70, 0x0A, 0x90, 0xA6, 0x86, 0xE0, 0xFD, -+0x7F, 0x01, 0x02, 0x75, 0xDE, 0x31, 0x3D, 0x22, 0x71, 0x5F, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, -+0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, 0x73, 0x22, 0x51, 0x75, -+0xE4, 0x7B, 0x12, 0x7A, 0x01, 0xF9, 0xF8, 0xD3, 0x12, 0x47, 0x9A, 0x40, 0x2D, 0x51, 0x75, 0xE4, -+0x7B, 0xEE, 0x1A, 0xF8, 0xC3, 0x12, 0x47, 0x9A, 0x50, 0x20, 0x90, 0xA5, 0x08, 0x51, 0x78, 0xE4, -+0x7B, 0x12, 0xF8, 0xD3, 0x12, 0x47, 0x9A, 0x50, 0x5F, 0x90, 0xA5, 0x08, 0x51, 0x78, 0xE4, 0x7B, -+0xEE, 0x7A, 0x03, 0xF8, 0xC3, 0x12, 0x47, 0x9A, 0x40, 0x4E, 0x51, 0x83, 0x24, 0x09, 0xF5, 0x82, -+0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x03, 0xFF, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x01, 0x00, 0xD0, 0x07, -+0xD0, 0x06, 0x51, 0x80, 0x24, 0x09, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x03, 0xFF, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, -+0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x80, 0x46, 0x51, 0x83, 0x24, 0x09, 0xF5, 0x82, 0xE4, 0x34, -+0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x03, 0xFF, 0x51, 0x75, 0x71, 0x59, 0xD0, 0x07, 0xD0, 0x06, 0x51, 0x80, 0x24, 0x09, 0xF5, 0x82, -+0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, -+0x03, 0xFF, 0x00, 0x00, 0x90, 0xA5, 0x08, 0x12, 0x48, 0x4D, 0x78, 0x0F, 0x71, 0x56, 0xD0, 0x07, -+0xD0, 0x06, 0x02, 0x73, 0x26, 0x90, 0xA5, 0x04, 0x12, 0x48, 0x4D, 0x78, 0x01, 0x02, 0x27, 0x22, -+0x12, 0x73, 0x26, 0x90, 0xA5, 0x03, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x22, 0x71, 0x5F, 0x12, 0x27, -+0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x12, -+0x73, 0x22, 0x51, 0x83, 0x24, 0x0D, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x80, 0xD0, 0x07, 0xD0, 0x06, -+0x12, 0x37, 0x5D, 0x51, 0x83, 0x24, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x20, 0x04, 0x00, 0x00, 0xD0, 0x07, 0xD0, -+0x06, 0x12, 0x37, 0x5D, 0x51, 0x83, 0x24, 0x11, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, -+0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x20, 0x00, 0x00, 0x00, 0xD0, 0x07, -+0xD0, 0x06, 0x12, 0x37, 0x5D, 0x51, 0x83, 0x24, 0x13, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, -+0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x07, 0xFF, 0x90, -+0xA5, 0x08, 0x12, 0x48, 0x4D, 0x71, 0x59, 0xD0, 0x07, 0xD0, 0x06, 0x51, 0x80, 0x24, 0x15, 0xF5, -+0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x07, 0xFF, 0x90, 0xA5, 0x04, 0x12, 0x48, 0x4D, 0x71, 0x59, 0xD0, 0x07, 0xD0, -+0x06, 0x02, 0x73, 0x26, 0x78, 0x1C, 0x12, 0x27, 0x35, 0x90, 0xA6, 0x02, 0x02, 0x27, 0x48, 0x90, -+0xA5, 0x03, 0xEF, 0xF0, 0x90, 0xA5, 0xFE, 0x22, 0x90, 0xA5, 0x03, 0xB1, 0x7A, 0x12, 0x96, 0xFB, -+0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x00, 0x10, 0x00, 0x00, 0xD0, 0x07, -+0xD0, 0x06, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0xFA, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7E, 0x09, -+0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0xF8, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7E, 0x09, 0x12, 0x37, -+0x5D, 0x7F, 0x03, 0x7E, 0x00, 0x12, 0x3A, 0x69, 0x90, 0xA5, 0x03, 0xE0, 0x60, 0x04, 0xA3, 0xE0, -+0x70, 0x07, 0x7F, 0x04, 0x7E, 0x00, 0x12, 0x3A, 0x69, 0x12, 0x96, 0xFB, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x37, -+0x5D, 0xE4, 0x90, 0xA5, 0x06, 0xF0, 0xB1, 0x2C, 0x12, 0x97, 0x0A, 0x12, 0x36, 0xCE, 0xE4, 0xFF, -+0xEE, 0x54, 0x04, 0xFE, 0xE4, 0xFD, 0xFC, 0x78, 0x0A, 0x12, 0x27, 0x22, 0xEF, 0x70, 0x18, 0x90, -+0xA5, 0x06, 0xE0, 0xD3, 0x94, 0x14, 0x50, 0x0F, 0x7F, 0x01, 0x7E, 0x00, 0x12, 0x3A, 0x69, 0x90, -+0xA5, 0x06, 0xE0, 0x04, 0xF0, 0x80, 0xCF, 0x90, 0xA5, 0x06, 0xE0, 0xC3, 0x94, 0x14, 0x40, 0x02, -+0xA1, 0x1D, 0x90, 0xA5, 0x04, 0xE0, 0x70, 0x44, 0xB1, 0x2C, 0x12, 0x97, 0x0A, 0xB1, 0x4B, 0x70, -+0x33, 0x12, 0x96, 0xFB, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x02, 0x00, -+0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x96, 0xD0, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, -+0x12, 0x27, 0x54, 0x04, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x29, 0x12, 0x97, 0x0A, -+0xB1, 0x63, 0xA1, 0x23, 0xB1, 0x3C, 0x60, 0x02, 0x61, 0x6D, 0xA1, 0x23, 0xB1, 0x2C, 0x12, 0x97, -+0x0A, 0xB1, 0x4B, 0x60, 0x02, 0xA1, 0x15, 0x12, 0x96, 0xFB, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, -+0xB9, 0x12, 0x27, 0x54, 0x06, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x96, 0xD0, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x08, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, -+0x06, 0xB1, 0x29, 0x12, 0x97, 0x0A, 0xB1, 0x63, 0x12, 0x96, 0xFB, 0xC0, 0x06, 0xC0, 0x07, 0x90, -+0xAC, 0xB9, 0x12, 0x27, 0x54, 0x05, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x29, 0x12, -+0x97, 0x0A, 0x12, 0x36, 0xCE, 0x90, 0xA5, 0x09, 0x12, 0x96, 0xF8, 0xC0, 0x06, 0xC0, 0x07, 0x90, -+0xAC, 0xB9, 0x12, 0x27, 0x54, 0x06, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x29, 0x12, -+0x97, 0x0A, 0xB1, 0x54, 0x12, 0x96, 0xF8, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x07, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x29, 0x12, 0x97, 0x0A, 0x12, 0x36, -+0xCE, 0x90, 0xA5, 0x09, 0x12, 0x96, 0xF8, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x08, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x29, 0x12, 0x97, 0x0A, 0xB1, 0x54, -+0x12, 0x27, 0x48, 0x80, 0x0E, 0xB1, 0x3C, 0x60, 0x02, 0x61, 0x6D, 0x80, 0x06, 0xB1, 0x3C, 0x60, -+0x02, 0x61, 0x6D, 0x90, 0xA5, 0x08, 0xE0, 0xFF, 0x22, 0x12, 0x37, 0x5D, 0x90, 0xA5, 0x03, 0xE0, -+0x75, 0xF0, 0x1E, 0xA4, 0x24, 0x0B, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x22, 0xE4, 0x90, 0xA5, 0x08, -+0xF0, 0x90, 0xA5, 0x05, 0xE0, 0x04, 0xF0, 0xE0, 0x64, 0x0A, 0x22, 0x12, 0x36, 0xCE, 0xE4, 0x90, -+0xA5, 0x07, 0xF0, 0x22, 0x12, 0x36, 0xCE, 0xEF, 0x54, 0x1F, 0xFF, 0xE4, 0xFE, 0xFD, 0xFC, 0x90, -+0xA5, 0x0D, 0x22, 0x12, 0x36, 0xCE, 0xE4, 0xFF, 0xFE, 0xEC, 0x54, 0x07, 0xFC, 0x90, 0xA5, 0xAC, -+0x12, 0x27, 0x48, 0x90, 0xA5, 0x08, 0x74, 0x01, 0xF0, 0x22, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xE4, -+0xA3, 0xF0, 0x22, 0x12, 0x97, 0x77, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, 0x73, 0x22, 0xE4, 0x90, 0xA4, 0xB7, 0xF0, 0x12, -+0x77, 0xAE, 0x90, 0xA4, 0xB7, 0xE0, 0xFF, 0xF5, 0x82, 0x12, 0x4F, 0xE1, 0xFE, 0xEF, 0xB1, 0xEF, -+0xF5, 0x82, 0x8C, 0x83, 0xEE, 0xF0, 0x12, 0x97, 0x17, 0xE0, 0xB4, 0x03, 0xE2, 0xE4, 0x90, 0xA4, -+0xB7, 0xF0, 0x90, 0xA4, 0xB7, 0xE0, 0xFD, 0x12, 0x97, 0xAC, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, -+0x07, 0x12, 0x77, 0xB8, 0x75, 0xF0, 0x04, 0xED, 0x12, 0x95, 0x18, 0x12, 0x47, 0xDF, 0x12, 0x66, -+0x94, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x97, 0x14, 0xE0, 0xC3, 0x94, 0x07, 0x40, 0xD4, 0x22, 0x25, -+0xE0, 0x24, 0x3B, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0xF5, 0x83, 0xE4, 0x93, 0xFC, 0x74, 0x01, 0x93, -+0x22, 0x90, 0xA4, 0xB1, 0xEF, 0xF0, 0xA3, 0x12, 0x97, 0x7A, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, -+0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, 0x73, 0x22, 0xD1, 0x4F, -+0x12, 0x47, 0xBF, 0xD1, 0x58, 0x7D, 0x65, 0xD1, 0x4C, 0x90, 0x00, 0x04, 0xD1, 0x55, 0x7D, 0x8F, -+0xD1, 0x4C, 0x90, 0x00, 0x08, 0xD1, 0x55, 0xE4, 0xFD, 0xD1, 0x6B, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0xEF, 0x02, 0x7F, 0xE4, 0x12, 0x7F, 0xE4, 0x90, -+0xA4, 0xB2, 0x02, 0x48, 0x71, 0x12, 0x47, 0xDF, 0x90, 0xA5, 0x05, 0x12, 0x27, 0x48, 0x90, 0xA4, -+0xB1, 0xE0, 0xFF, 0x22, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0x65, 0x12, 0x7F, 0xE4, 0x90, 0xA5, -+0x05, 0x22, 0x90, 0xA4, 0xB1, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0x90, 0xA4, 0xFD, 0x12, 0x50, 0x66, -+0xA3, 0xF0, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, -+0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, 0x73, 0x22, 0x90, 0xA4, 0xB1, 0xE0, 0x90, 0xAC, 0xB9, -+0x70, 0x39, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x90, 0x45, 0x51, 0x12, 0x97, 0x0C, 0x12, -+0x67, 0x16, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x90, 0x45, 0x53, 0x12, 0x97, 0x0C, 0x12, -+0x67, 0x16, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x90, 0x45, 0x5D, 0x12, 0x97, 0x0C, 0x12, -+0x67, 0x16, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x80, 0x37, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x90, 0x45, 0x51, 0x12, 0x97, 0x0C, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x90, 0x45, 0x53, 0x12, 0x97, 0x0C, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x77, 0x77, -+0x77, 0x77, 0x90, 0x45, 0x5D, 0x12, 0x97, 0x0C, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x77, 0x77, -+0x77, 0x77, 0x90, 0x45, 0x5F, 0x12, 0x97, 0x0C, 0x12, 0x37, 0x5D, 0x12, 0xB7, 0xC6, 0x24, 0x55, -+0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, -+0x27, 0x54, 0x19, 0x79, 0x19, 0x79, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0xB6, 0x9F, 0x24, 0xFF, 0xF5, -+0x82, 0xE4, 0x34, 0x44, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x0F, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x04, 0xD0, -+0x07, 0xD0, 0x06, 0x12, 0x73, 0x26, 0x12, 0xB7, 0xC6, 0x12, 0x97, 0x83, 0x12, 0x97, 0x0A, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x07, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, -+0x12, 0x27, 0x54, 0x07, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x73, 0x1C, 0x12, 0x27, -+0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, -+0x73, 0x22, 0x90, 0xA5, 0x05, 0x12, 0x27, 0x54, 0x00, 0x08, 0x00, 0x02, 0x90, 0xA4, 0xB1, 0xE0, -+0xFF, 0x7D, 0xEF, 0xD1, 0x6B, 0x12, 0x27, 0x54, 0x00, 0x02, 0x00, 0x00, 0x12, 0xBD, 0x16, 0xD1, -+0x6B, 0x12, 0x27, 0x54, 0x00, 0x03, 0xFF, 0xFD, 0x12, 0xBD, 0x0E, 0xD1, 0x6B, 0x12, 0x27, 0x54, -+0x00, 0x0F, 0xE8, 0x3F, 0x12, 0xBD, 0x06, 0xD1, 0x6B, 0x12, 0x27, 0x54, 0x00, 0x09, 0x31, 0xD5, -+0xD1, 0x64, 0x12, 0x27, 0x54, 0x00, 0x08, 0xA0, 0x01, 0x12, 0xB7, 0x7F, 0x12, 0x7F, 0xE4, 0x90, -+0xAC, 0xB9, 0x12, 0x27, 0x54, 0x00, 0x00, 0x80, 0x00, 0x7F, 0x0C, 0x7E, 0x09, 0x12, 0xB6, 0x9F, -+0x24, 0x01, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA5, -+0xFE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x01, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x01, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x77, 0xC2, 0x12, 0x27, 0x54, 0x29, 0x00, 0x20, 0x00, -+0x7F, 0x78, 0x7E, 0x09, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0xA9, 0x00, 0x20, 0x00, 0x7F, 0x7C, -+0x7E, 0x09, 0x12, 0x67, 0x16, 0x12, 0x27, 0x54, 0x00, 0x46, 0x29, 0x10, 0x7F, 0x84, 0x7E, 0x09, -+0x12, 0x76, 0xE1, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, -+0x80, 0x00, 0x00, 0x00, 0x12, 0x73, 0x22, 0x90, 0xA3, 0x83, 0xE0, 0x30, 0xE0, 0x31, 0xD1, 0xE7, -+0xF1, 0x90, 0xBF, 0x01, 0x15, 0xD1, 0xCF, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, -+0xB9, 0x12, 0x27, 0x54, 0x82, 0x14, 0x03, 0xE3, 0x80, 0x2A, 0xD1, 0xCF, 0x12, 0x97, 0x0A, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x82, 0x14, 0x03, 0xF7, 0x80, 0x15, 0xD1, -+0xA2, 0xD1, 0xD0, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, -+0x82, 0x14, 0x03, 0xF1, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x37, 0x5D, 0x90, 0xA3, 0x82, 0xE0, 0x30, -+0xE5, 0x1C, 0xD1, 0xA2, 0x24, 0x05, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x68, 0x16, 0x3E, 0x96, 0x80, 0x57, 0x90, 0xA3, -+0x82, 0xE0, 0x30, 0xE4, 0x57, 0xD1, 0xA2, 0x24, 0x05, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, -+0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x28, 0x16, 0x3E, 0x96, 0xD0, -+0x07, 0xD0, 0x06, 0x12, 0x37, 0x5D, 0xD1, 0xE3, 0xF1, 0x90, 0xBF, 0x03, 0x15, 0xD1, 0xCF, 0x12, -+0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x82, 0x14, 0x03, 0xE3, -+0x80, 0x13, 0xD1, 0xCF, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x82, 0x14, 0x03, 0xF7, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x37, 0x5D, 0xD1, 0xA2, 0x24, 0x17, -+0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, -+0x27, 0x54, 0x18, 0x00, 0x8C, 0x10, 0xD0, 0x07, 0xD0, 0x06, 0xD1, 0x9F, 0x24, 0x19, 0xF5, 0x82, -+0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, -+0x38, 0x00, 0x8C, 0x10, 0xD0, 0x07, 0xD0, 0x06, 0xD1, 0x9F, 0x24, 0x07, 0xF5, 0x82, 0xE4, 0x34, -+0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x37, 0x5D, 0xE4, 0x90, 0xA4, 0xB2, 0xF0, 0x90, 0xA4, -+0xB1, 0xE0, 0xFF, 0xE4, 0xFD, 0x12, 0xAB, 0x68, 0x90, 0xA5, 0x01, 0xEF, 0xF0, 0x90, 0xA5, 0xA8, -+0xF1, 0x1E, 0x90, 0xA4, 0xFD, 0xE0, 0xFB, 0xD1, 0xEE, 0xF1, 0x16, 0xEB, 0xF1, 0x0A, 0xF1, 0xB8, -+0x90, 0xA4, 0xFD, 0xF1, 0xA3, 0x40, 0x02, 0x41, 0x59, 0xEE, 0x04, 0xA3, 0xF0, 0x90, 0xA4, 0xFD, -+0xF1, 0x99, 0x50, 0x7D, 0xEE, 0xD1, 0xEE, 0xD1, 0xC1, 0xD1, 0xF2, 0xF1, 0x37, 0xF1, 0x70, 0x50, -+0x68, 0x74, 0xFF, 0x7F, 0xFC, 0xF1, 0x4D, 0xF1, 0x30, 0x40, 0x5E, 0xF1, 0x06, 0xD1, 0xC1, 0xF1, -+0x0E, 0xF1, 0x54, 0x50, 0x54, 0xF1, 0x26, 0x40, 0x50, 0x90, 0xA4, 0xB4, 0xE0, 0xD1, 0xEE, 0xD1, -+0xB7, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xD1, 0xC6, 0xD1, 0xF2, 0xD1, 0xB7, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD1, 0xD8, 0x90, 0xA4, 0xCD, 0x12, 0x27, 0x48, 0xF1, -+0x06, 0xD1, 0xB7, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xD1, 0xC6, 0xF1, 0x0E, 0xD1, -+0xB7, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD1, 0xD8, 0x90, 0xA4, 0xD1, 0x12, 0x27, -+0x48, 0x90, 0xA4, 0xFF, 0x74, 0x01, 0xF0, 0x80, 0x08, 0x90, 0xA4, 0xB4, 0xE0, 0x04, 0xF0, 0x21, -+0xCD, 0x90, 0xA4, 0xB3, 0xE0, 0x04, 0xF0, 0x21, 0xC0, 0x90, 0xA5, 0x01, 0xE0, 0x60, 0x06, 0x90, -+0xA4, 0xFD, 0xE0, 0x04, 0xF0, 0x90, 0xA4, 0xFF, 0xE0, 0x64, 0x01, 0x60, 0x06, 0xF1, 0xAD, 0x50, -+0x02, 0x21, 0x9E, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, 0x73, 0x22, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x7D, -+0x08, 0x12, 0x77, 0x9C, 0xE4, 0xFF, 0xEE, 0x54, 0xFC, 0xFE, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, -+0x90, 0xA5, 0xF0, 0x12, 0x27, 0x48, 0x90, 0xA5, 0xEC, 0x12, 0x27, 0x54, 0x00, 0x07, 0xFE, 0x00, -+0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0x58, 0x7C, 0x00, 0x12, 0xA3, 0x79, 0x90, 0xA5, 0xFE, 0x12, -+0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, -+0x12, 0x73, 0x22, 0x90, 0xA4, 0xFF, 0xE0, 0xB4, 0x01, 0x16, 0x90, 0xA4, 0xCD, 0xF1, 0x87, 0x90, -+0xA4, 0xD1, 0x12, 0x48, 0x4D, 0x90, 0xA5, 0x08, 0x12, 0xAE, 0x5B, 0x12, 0xAA, 0x8C, 0x80, 0x1E, -+0x90, 0xA5, 0x04, 0x12, 0x27, 0x54, 0x00, 0x00, 0x02, 0x00, 0x90, 0xA5, 0x08, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x12, 0xAA, 0x8C, 0xC1, 0x69, 0x90, 0xA5, -+0xFE, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x12, 0x73, 0x22, 0x90, 0xA5, 0x05, 0x12, 0x27, 0x54, 0x00, 0x08, 0x00, 0x00, 0x90, -+0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0xEF, 0x12, 0xAE, 0x6B, 0x12, 0x27, 0x54, 0x00, 0x03, 0x00, 0x00, -+0x12, 0xBD, 0x16, 0x12, 0xAE, 0x6B, 0x12, 0x27, 0x54, 0x00, 0x03, 0xF7, 0xFF, 0x12, 0xBD, 0x0E, -+0x12, 0xAE, 0x6B, 0x12, 0x27, 0x54, 0x00, 0x0F, 0xE7, 0xBF, 0x12, 0xBD, 0x06, 0x12, 0xAE, 0x6B, -+0x12, 0x27, 0x54, 0x00, 0x08, 0x80, 0x01, 0xF1, 0x7F, 0x12, 0xAE, 0x6B, 0x12, 0x27, 0x54, 0x00, -+0x09, 0x31, 0xD1, 0x12, 0xAE, 0x64, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xB1, -+0xE0, 0xFF, 0x7D, 0xEF, 0x12, 0x7F, 0xE4, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, -+0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x7F, 0x78, 0x7E, 0x09, 0x12, -+0x73, 0x1C, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, -+0x00, 0x00, 0x00, 0x7F, 0x7C, 0x7E, 0x09, 0x12, 0x77, 0xC2, 0x12, 0x27, 0x54, 0x00, 0x00, 0x80, -+0x00, 0x7F, 0x0C, 0x7E, 0x09, 0x12, 0x37, 0x5D, 0x90, 0xA3, 0x82, 0xE0, 0x90, 0xAC, 0xB9, 0x30, -+0xE5, 0x09, 0x12, 0x27, 0x54, 0x00, 0x46, 0xA8, 0x91, 0x80, 0x07, 0x12, 0x27, 0x54, 0x00, 0x46, -+0xA8, 0x90, 0x7F, 0x84, 0x7E, 0x09, 0x12, 0x37, 0x5D, 0xD1, 0xE3, 0x64, 0x01, 0x90, 0xA4, 0xB1, -+0x70, 0x33, 0xF1, 0xCF, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x77, 0x77, 0x77, 0x17, 0xD0, 0x07, 0xD0, 0x06, 0xF1, 0xC3, 0x24, 0x59, 0xF5, 0x82, 0xE4, -+0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x00, -+0x00, 0x00, 0x77, 0x80, 0x31, 0xF1, 0xCF, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, -+0xB9, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x17, 0xD0, 0x07, 0xD0, 0x06, 0xF1, 0xC3, 0x24, 0x59, -+0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, -+0x27, 0x54, 0x02, 0x00, 0x00, 0x77, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x37, 0x5D, 0x90, 0xA5, 0xFE, -+0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, -+0x00, 0x12, 0x73, 0x22, 0xD1, 0xA2, 0x24, 0x17, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, -+0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x38, 0x00, 0x8C, 0x10, 0xD0, 0x07, -+0xD0, 0x06, 0xD1, 0x9F, 0x24, 0x19, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x12, 0x97, 0x0A, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x18, 0x00, 0x8C, 0x10, 0xD0, 0x07, 0xD0, 0x06, -+0xD1, 0x9F, 0xD1, 0xD0, 0x12, 0x97, 0x0A, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x82, 0x14, 0x01, 0x19, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x37, 0x5D, 0x90, 0xA4, 0xB1, 0xE0, -+0x70, 0x1E, 0xD1, 0xE3, 0xFF, 0x90, 0xAC, 0xB9, 0xBF, 0x01, 0x09, 0x12, 0x27, 0x54, 0x28, 0x16, -+0x15, 0x00, 0x80, 0x07, 0x12, 0x27, 0x54, 0x28, 0x16, 0x0C, 0xC0, 0x90, 0x45, 0x05, 0x80, 0x1F, -+0xD1, 0xE3, 0xFF, 0x90, 0xAC, 0xB9, 0xBF, 0x01, 0x0C, 0x12, 0x27, 0x54, 0x28, 0x16, 0x15, 0x00, -+0x90, 0x45, 0x23, 0x80, 0x0A, 0x12, 0x27, 0x54, 0x28, 0x16, 0x0C, 0xA0, 0x90, 0x45, 0x23, 0x12, -+0x97, 0x0C, 0x12, 0x37, 0x5D, 0x90, 0xA5, 0xFE, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x90, -+0xA6, 0x02, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x2C, 0x12, 0x73, 0x1A, 0x12, 0x27, -+0x54, 0x03, 0xFF, 0x80, 0x00, 0x90, 0xA4, 0xCD, 0x12, 0x48, 0x4D, 0x78, 0x0F, 0x12, 0x27, 0x35, -+0xE4, 0xFF, 0xEE, 0x54, 0x80, 0xFE, 0xEC, 0x54, 0x03, 0xFC, 0x12, 0xAB, 0x59, 0x7F, 0x78, 0x7E, -+0x09, 0x12, 0x73, 0x1C, 0x12, 0x27, 0x54, 0x00, 0x00, 0x07, 0xFF, 0x90, 0xA4, 0xD1, 0x12, 0x48, -+0x4D, 0xD1, 0xDB, 0x12, 0xAB, 0x59, 0x7F, 0x78, 0x7E, 0x09, 0x12, 0x73, 0x1C, 0x12, 0x27, 0x54, -+0x80, 0x00, 0x00, 0x00, 0x90, 0xA6, 0x02, 0x12, 0x27, 0x54, 0x80, 0x00, 0x00, 0x00, 0x12, 0x73, -+0x22, 0xE4, 0x90, 0xA4, 0xB2, 0xF0, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0x01, 0x12, 0xAB, 0x68, -+0x90, 0xA5, 0x02, 0xEF, 0xF0, 0x90, 0xA5, 0xA8, 0xF1, 0x1E, 0x90, 0xA4, 0xFE, 0xE0, 0xFB, 0xD1, -+0xFA, 0xF1, 0x16, 0xEB, 0x75, 0xF0, 0x08, 0xA4, 0xF1, 0x77, 0xF1, 0xB8, 0x90, 0xA4, 0xFE, 0xF1, -+0xA3, 0x40, 0x02, 0xC1, 0x4F, 0xEE, 0x04, 0xA3, 0xF0, 0x90, 0xA4, 0xFE, 0xF1, 0x99, 0x40, 0x02, -+0xC1, 0x47, 0xEE, 0xD1, 0xFA, 0xD1, 0xC1, 0xD1, 0xFE, 0xF1, 0x37, 0xF1, 0x70, 0x50, 0x70, 0x74, -+0xFF, 0x7F, 0xFC, 0xF1, 0x4D, 0xF1, 0x30, 0x40, 0x66, 0x90, 0xA4, 0xB4, 0xE0, 0x75, 0xF0, 0x08, -+0xA4, 0xF1, 0x77, 0xD1, 0xC1, 0xF1, 0x77, 0xF1, 0x54, 0x50, 0x54, 0xF1, 0x26, 0x40, 0x50, 0x90, -+0xA4, 0xB4, 0xE0, 0xD1, 0xFA, 0xD1, 0xB7, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xD1, -+0xC6, 0xD1, 0xFE, 0xD1, 0xB7, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD1, 0xD8, 0x90, -+0xA4, 0xF5, 0x12, 0x27, 0x48, 0x90, 0xA4, 0xB4, 0xD1, 0xAB, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0xA4, 0xB3, 0xD1, 0xAB, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD1, -+0xD8, 0x90, 0xA4, 0xF9, 0x12, 0x27, 0x48, 0x90, 0xA5, 0x00, 0x74, 0x01, 0xF0, 0x80, 0x08, 0x90, -+0xA4, 0xB4, 0xE0, 0x04, 0xF0, 0xA1, 0xB9, 0x90, 0xA4, 0xB3, 0xE0, 0x04, 0xF0, 0xA1, 0xAC, 0x90, -+0xA5, 0x02, 0xE0, 0x60, 0x06, 0x90, 0xA4, 0xFE, 0xE0, 0x04, 0xF0, 0x90, 0xA5, 0x00, 0xE0, 0x64, -+0x01, 0x60, 0x06, 0xF1, 0xAD, 0x50, 0x02, 0xA1, 0x86, 0x90, 0xA5, 0x00, 0xE0, 0xB4, 0x01, 0x13, -+0x90, 0xA4, 0xF5, 0xF1, 0x87, 0x90, 0xA4, 0xF9, 0x12, 0x48, 0x4D, 0x90, 0xA5, 0x08, 0x12, 0x27, -+0x48, 0x80, 0x14, 0x90, 0xA5, 0x04, 0x12, 0x27, 0x54, 0x00, 0x00, 0x02, 0x00, 0x90, 0xA5, 0x08, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x02, 0xA9, 0x88, 0x12, -+0x37, 0x5D, 0x90, 0xA4, 0xB1, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x22, 0xE0, 0x75, 0xF0, 0x08, 0xA4, -+0x24, 0xE1, 0xF5, 0x82, 0xE4, 0x34, 0xA4, 0xF5, 0x83, 0x12, 0x48, 0x4D, 0x78, 0x16, 0x02, 0x47, -+0xAB, 0xF5, 0x83, 0x12, 0x48, 0x59, 0x90, 0xA4, 0xB3, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x22, 0xA4, -+0x24, 0x03, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x22, 0x12, 0x47, 0x4F, 0xEE, 0x54, 0x07, 0xFE, 0xE4, -+0xFD, 0xFC, 0x22, 0x90, 0xA3, 0x83, 0xE0, 0x54, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0x75, 0xF0, -+0x08, 0xA4, 0x24, 0xB5, 0xF5, 0x82, 0xE4, 0x34, 0xA4, 0x22, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xDD, -+0xF5, 0x82, 0xE4, 0x34, 0xA4, 0x22, 0x90, 0xA4, 0xB4, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xB9, -+0xF5, 0x82, 0xE4, 0x34, 0xA4, 0x22, 0xF5, 0x83, 0x12, 0x27, 0x48, 0x90, 0xA5, 0xAC, 0x12, 0x48, -+0x4D, 0x78, 0x05, 0x02, 0x27, 0x35, 0x74, 0xFF, 0x7F, 0xFC, 0xFE, 0xFD, 0xFC, 0x90, 0xA4, 0xD9, -+0x12, 0x48, 0x59, 0xD3, 0x02, 0x47, 0x84, 0xF5, 0x83, 0x12, 0x48, 0x4D, 0x12, 0x47, 0x5C, 0x78, -+0x15, 0x12, 0x47, 0xAB, 0x90, 0xA4, 0xD5, 0x12, 0x27, 0x48, 0xE4, 0x7F, 0x04, 0xFE, 0xFD, 0xFC, -+0x90, 0xA4, 0xD5, 0x22, 0xF5, 0x83, 0x12, 0x48, 0x4D, 0x12, 0x47, 0x5C, 0x78, 0x15, 0x12, 0x47, -+0xAB, 0x90, 0xA4, 0xD9, 0x12, 0x27, 0x48, 0xE4, 0x7F, 0x04, 0xFE, 0xFD, 0xFC, 0x90, 0xA4, 0xD9, -+0x12, 0x48, 0x59, 0xC3, 0x02, 0x47, 0x84, 0x24, 0xE1, 0xF5, 0x82, 0xE4, 0x34, 0xA4, 0x22, 0x90, -+0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0x8F, 0x22, 0x12, 0x48, 0x4D, 0x90, 0xA5, 0x04, 0x02, 0x27, 0x48, -+0xFF, 0x90, 0xA4, 0xB1, 0xE0, 0x75, 0xF0, 0x1E, 0x22, 0xE0, 0xFF, 0x90, 0xA4, 0xB4, 0xE0, 0xFE, -+0xD3, 0x9F, 0x22, 0xE0, 0xFF, 0x90, 0xA4, 0xB3, 0xE0, 0xFE, 0xD3, 0x9F, 0x22, 0x90, 0xA4, 0xB2, -+0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x03, 0x22, 0xF5, 0x83, 0x12, 0x27, 0x48, 0xE4, 0x90, 0xA4, -+0xB3, 0xF0, 0x22, 0x12, 0x37, 0x5D, 0x90, 0xA4, 0xB1, 0xE0, 0x75, 0xF0, 0x0C, 0xA4, 0x22, 0xE0, -+0x75, 0xF0, 0x0C, 0xA4, 0x24, 0x57, 0xF5, 0x82, 0xE4, 0x34, 0x45, 0x22, 0x90, 0xA4, 0x32, 0xE0, -+0x75, 0xF0, 0x3F, 0x84, 0xAD, 0xF0, 0xED, 0x25, 0xE0, 0x25, 0xE0, 0xFD, 0x74, 0x38, 0x2F, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xED, 0xF0, 0x90, 0xA4, 0x32, 0xE0, 0x04, 0xF0, 0x22, 0x7E, -+0x00, 0x7F, 0x01, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0xE5, 0x12, 0x48, 0xA9, 0x90, 0xA2, -+0xE5, 0xE0, 0x54, 0xFD, 0xF0, 0xE4, 0x12, 0x50, 0x69, 0xA3, 0x74, 0x0C, 0xF0, 0x22, 0x11, 0x35, -+0xE4, 0x90, 0xA2, 0xE8, 0xF0, 0x22, 0x12, 0x67, 0x84, 0x80, 0xF3, 0x12, 0x67, 0x79, 0x80, 0xEE, -+0x12, 0x67, 0xA5, 0x80, 0xE9, 0x90, 0x05, 0x27, 0xE0, 0x54, 0xBF, 0xF0, 0x22, 0x7D, 0x2E, 0x7F, -+0x6F, 0x12, 0x59, 0x6E, 0x7D, 0x02, 0x7F, 0x01, 0x12, 0x62, 0x65, 0x11, 0x35, 0x90, 0xA2, 0xE9, -+0x74, 0x02, 0xF0, 0x22, 0x7D, 0x21, 0x7F, 0xFF, 0x12, 0x59, 0x6E, 0x90, 0xA2, 0xE8, 0x74, 0x03, -+0xF0, 0x22, 0x12, 0x67, 0xE1, 0x80, 0xED, 0x12, 0x65, 0xEC, 0x80, 0xEF, 0x7D, 0x22, 0x7F, 0xFF, -+0x12, 0x59, 0x6E, 0x12, 0x67, 0xB0, 0x80, 0xE3, 0x12, 0x65, 0xEC, 0x7D, 0x24, 0x02, 0x5F, 0xCC, -+0x7D, 0x25, 0x02, 0x5F, 0xCC, 0x90, 0x06, 0xA9, 0xE0, 0x90, 0xA5, 0x13, 0xF0, 0xE0, 0xFD, 0x54, -+0xC0, 0x70, 0x05, 0x12, 0x9F, 0xD4, 0x80, 0x57, 0xED, 0x30, 0xE6, 0x40, 0x90, 0xA2, 0xEF, 0xE0, -+0x64, 0x02, 0x70, 0x28, 0x90, 0xA2, 0xEA, 0xE0, 0xFF, 0xC3, 0x13, 0x20, 0xE0, 0x09, 0x90, 0xA2, -+0xF3, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x1C, 0x12, 0x8F, 0x8E, 0x64, 0x01, 0x70, 0x21, 0x90, 0xA2, -+0xF3, 0xE0, 0x44, 0x04, 0xF0, 0x7F, 0x01, 0x12, 0x5E, 0x50, 0x80, 0x13, 0x12, 0x8F, 0x87, 0x64, -+0x02, 0x60, 0x04, 0x31, 0x40, 0x80, 0x08, 0x12, 0x8F, 0x95, 0x80, 0x03, 0x12, 0x9F, 0xD4, 0x90, -+0xA5, 0x13, 0xE0, 0x90, 0xA2, 0xF3, 0x30, 0xE7, 0x05, 0x12, 0x6F, 0xE8, 0x80, 0x05, 0xE0, 0x54, -+0xFD, 0xF0, 0x22, 0x90, 0xA2, 0xEA, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0x90, 0x06, 0xA9, 0xE0, 0xF5, -+0x24, 0x54, 0xC0, 0x70, 0x09, 0x12, 0x9F, 0xD4, 0x54, 0xFD, 0xF0, 0x02, 0x60, 0x40, 0xE5, 0x24, -+0x30, 0xE6, 0x18, 0x90, 0xA2, 0xEF, 0xE0, 0x64, 0x01, 0x70, 0x13, 0x12, 0x8F, 0x87, 0x64, 0x02, -+0x60, 0x04, 0x31, 0x40, 0x80, 0x08, 0x12, 0x8F, 0x95, 0x80, 0x03, 0x12, 0x9F, 0xD4, 0xE5, 0x24, -+0x90, 0xA2, 0xF3, 0x30, 0xE7, 0x05, 0x12, 0x6F, 0xE8, 0x80, 0xB8, 0xE0, 0x54, 0xFD, 0xF0, 0x22, -+0x90, 0x04, 0x1D, 0xE0, 0x70, 0x20, 0x90, 0xA1, 0xE1, 0xE0, 0xFF, 0x90, 0xA6, 0x4E, 0x74, 0x09, -+0xF0, 0x7B, 0x18, 0xE4, 0xFD, 0x12, 0x5D, 0xBF, 0x90, 0xA6, 0x87, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, -+0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0x22, 0x12, 0x9F, 0xB2, 0x30, 0xE0, 0x05, 0x90, 0x01, 0x5B, -+0xE4, 0xF0, 0x90, 0x06, 0x92, 0x74, 0x02, 0xF0, 0x90, 0x01, 0x3C, 0x74, 0x04, 0xF0, 0xE4, 0x90, -+0xA6, 0x28, 0xF0, 0x90, 0xA3, 0x4E, 0xE0, 0xC3, 0x13, 0x54, 0x7F, 0x90, 0xA6, 0x29, 0xF0, 0xE4, -+0xFB, 0xFD, 0x7F, 0x58, 0x7E, 0x01, 0x12, 0x70, 0x00, 0x90, 0xA2, 0xEA, 0xE0, 0x44, 0x08, 0xF0, -+0x22, 0xEF, 0x24, 0xFE, 0x60, 0x0B, 0x04, 0x70, 0x24, 0x90, 0xA2, 0xF5, 0x74, 0x02, 0xF0, 0x80, -+0x13, 0xED, 0x70, 0x06, 0x90, 0xA3, 0x4F, 0xE0, 0x80, 0x02, 0xED, 0x14, 0x90, 0xA2, 0xF5, 0xF0, -+0x90, 0xA2, 0xF5, 0xE0, 0xA3, 0xF0, 0x90, 0xA2, 0xEB, 0xE0, 0x44, 0x08, 0xF0, 0x22, 0x90, 0x02, -+0x87, 0xE0, 0x70, 0x1F, 0x90, 0x01, 0x00, 0xE0, 0x64, 0x3F, 0x70, 0x17, 0x90, 0x02, 0x96, 0xE0, -+0x70, 0x11, 0x90, 0x02, 0x86, 0xE0, 0x30, 0xE1, 0x0A, 0x90, 0x02, 0x86, 0xE0, 0x20, 0xE3, 0x03, -+0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0xEF, 0x60, 0x34, 0x12, 0x8C, 0x3C, 0x70, 0x2F, 0x90, 0xA2, -+0xEB, 0xE0, 0x54, 0xFE, 0xF0, 0x7D, 0x2B, 0x7F, 0x0F, 0x12, 0x59, 0x6E, 0x90, 0x06, 0x04, 0xE0, -+0x54, 0xBF, 0xF0, 0x12, 0x5E, 0xDD, 0xBF, 0x01, 0x14, 0x90, 0xA2, 0xEA, 0xE0, 0x44, 0x40, 0xF0, -+0x7D, 0x06, 0x7F, 0x01, 0x12, 0x62, 0x65, 0x90, 0xA2, 0xE9, 0x74, 0x06, 0xF0, 0x22, 0x7D, 0x2D, -+0x12, 0x59, 0xBA, 0x90, 0x01, 0x37, 0x74, 0x02, 0xF0, 0xFD, 0x7F, 0x03, 0x12, 0x8A, 0x26, 0x12, -+0x66, 0x9A, 0xE4, 0xFD, 0x7F, 0x01, 0x12, 0x62, 0x65, 0xE4, 0x90, 0xA2, 0xE9, 0xF0, 0x22, 0x90, -+0xA3, 0x46, 0x74, 0x04, 0xF0, 0xA3, 0x14, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0x64, 0xF0, 0xA3, -+0x74, 0x05, 0xF0, 0xA3, 0xF0, 0x22, 0x7D, 0x2F, 0x7F, 0xFF, 0x12, 0x59, 0x6E, 0x12, 0x66, 0x9A, -+0x7D, 0x08, 0x7F, 0x01, 0x12, 0x62, 0x65, 0x90, 0xA2, 0xE9, 0x74, 0x08, 0xF0, 0x22, 0x90, 0xA6, -+0x3C, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x81, 0x00, 0xE0, 0x54, 0x0F, 0xFD, 0xAC, 0x07, 0x51, -+0xEC, 0x44, 0x01, 0xF0, 0x51, 0xEC, 0x54, 0xFB, 0xF0, 0xAC, 0x07, 0x74, 0x12, 0x2C, 0x51, 0xFB, -+0xE0, 0x44, 0xFA, 0xF0, 0x74, 0x11, 0x2C, 0x71, 0x03, 0xE0, 0x44, 0x1F, 0xF0, 0xAC, 0x07, 0x74, -+0x06, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x44, 0x0E, 0xF0, 0x90, 0x04, 0xA7, -+0xE4, 0xF0, 0x90, 0x04, 0xA6, 0xF0, 0x90, 0x04, 0xA5, 0x74, 0xFF, 0xF0, 0x90, 0x04, 0xA4, 0x74, -+0xFD, 0xF0, 0x74, 0x14, 0x2C, 0x51, 0xE4, 0xE0, 0x54, 0xC0, 0x4D, 0xFD, 0x74, 0x14, 0x2F, 0x51, -+0xE4, 0xED, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x0D, 0x2C, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x74, 0x12, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x90, 0xA6, 0x3A, 0xE0, 0xFF, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x8F, 0xEF, 0xF0, 0x90, 0xA1, 0xE2, 0xE0, -+0xFF, 0x90, 0x04, 0x1C, 0xE0, 0x6F, 0x70, 0x3E, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x0E, 0x70, 0x15, -+0x90, 0xA6, 0x8F, 0xE0, 0x70, 0x30, 0x90, 0xA2, 0xEA, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x06, 0x04, -+0x12, 0x62, 0x5D, 0x80, 0x1E, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x06, 0x70, 0x19, 0x90, 0xA6, 0x8F, -+0xE0, 0x60, 0x13, 0x90, 0xA2, 0xEA, 0xE0, 0x54, 0xBF, 0xF0, 0x71, 0x6B, 0xF0, 0x90, 0xA2, 0xF2, -+0x74, 0x04, 0xF0, 0x12, 0x65, 0xCE, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x44, -+0x40, 0xF0, 0xE0, 0x44, 0x80, 0x22, 0xE4, 0xFE, 0xEF, 0x25, 0xE0, 0xFD, 0xEF, 0xC3, 0x94, 0x80, -+0x90, 0xFD, 0x12, 0x50, 0x04, 0xE4, 0xF0, 0x80, 0x03, 0x74, 0x01, 0xF0, 0x90, 0xFD, 0x10, 0xED, -+0xF0, 0xAF, 0x06, 0x22, 0xFF, 0x75, 0xF0, 0x0E, 0x90, 0xA3, 0x62, 0x12, 0x48, 0x65, 0xE0, 0xFE, -+0x75, 0xF0, 0x0E, 0xEF, 0x90, 0xA3, 0x61, 0x12, 0x48, 0x65, 0xE0, 0x90, 0xA6, 0x29, 0xF0, 0x90, -+0xA6, 0x28, 0xEE, 0x22, 0x7F, 0x64, 0x7E, 0x08, 0x12, 0x73, 0x26, 0x90, 0xA6, 0x2C, 0x12, 0x48, -+0x4D, 0xE4, 0xFF, 0xFE, 0xFD, 0xEC, 0x54, 0x04, 0xFC, 0x90, 0xA5, 0xFE, 0x22, 0x74, 0x22, 0x25, -+0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, 0x12, 0x47, 0x77, 0x90, 0xA3, 0x42, 0x12, -+0x27, 0x48, 0x90, 0xA2, 0xEB, 0xE0, 0x44, 0x80, 0xF0, 0x22, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, -+0x9B, 0x14, 0x12, 0x48, 0x65, 0xE0, 0x22, 0x90, 0xA3, 0x64, 0x12, 0x48, 0x65, 0xE0, 0xFF, 0x7E, -+0x00, 0xE4, 0xFB, 0x7D, 0x01, 0x22, 0x90, 0xA3, 0x0C, 0xE0, 0x24, 0x04, 0x90, 0xA3, 0x07, 0xF0, -+0xA3, 0x74, 0x0A, 0x22, 0x24, 0x27, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x22, 0x90, 0x01, -+0x34, 0x74, 0x40, 0xF0, 0xFD, 0xE4, 0xFF, 0x02, 0x8A, 0x26, 0x7F, 0x00, 0x7E, 0x0C, 0x12, 0x37, -+0x5D, 0x7F, 0x00, 0x7E, 0x0E, 0x22, 0x12, 0x48, 0x65, 0xE0, 0xFC, 0xA3, 0xE0, 0xF5, 0x82, 0x8C, -+0x83, 0x22, 0x74, 0x21, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xEF, 0x13, -+0x13, 0x13, 0x54, 0x1F, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0x22, 0xFC, 0xE5, 0x13, 0xC3, 0x13, 0xFE, -+0xE5, 0x14, 0x13, 0xFF, 0x22, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x36, 0xCE, 0x90, 0xA2, 0xFD, 0x22, -+0x90, 0xA6, 0x75, 0xF0, 0xE0, 0x90, 0x04, 0x54, 0xF0, 0x22, 0x90, 0xA3, 0x55, 0xE0, 0xFE, 0xC3, -+0x13, 0x54, 0x07, 0x22, 0x90, 0xA6, 0x56, 0xE0, 0xFF, 0x90, 0xA6, 0x54, 0xE0, 0x22, 0x74, 0x01, -+0x93, 0x95, 0x12, 0xE4, 0x93, 0x95, 0x11, 0x22, 0x7E, 0x0E, 0x12, 0x37, 0x5D, 0x90, 0x00, 0xFF, -+0xE0, 0x22, 0x8B, 0x0E, 0x8A, 0x0F, 0x89, 0x10, 0x22, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0x7F, -+0x01, 0x22, 0x54, 0x01, 0xC4, 0x33, 0x33, 0x33, 0x54, 0x80, 0x22, 0xE4, 0x90, 0xA6, 0x28, 0xF0, -+0xA3, 0x74, 0x03, 0x22, 0xFF, 0x90, 0xA6, 0x71, 0xE0, 0xFB, 0xEF, 0x5B, 0x22, 0x7F, 0xB4, 0x7E, -+0x08, 0x12, 0x36, 0xCE, 0xEF, 0x22, 0x90, 0xA2, 0xE5, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x22, 0x90, -+0x06, 0x0A, 0xE0, 0x54, 0xF8, 0xF0, 0x22, 0xFF, 0x12, 0x26, 0x1E, 0x54, 0x0F, 0xFD, 0x22, 0x90, -+0x06, 0x04, 0xE0, 0x54, 0x7F, 0xF0, 0x22, 0x7F, 0xB4, 0x7E, 0x08, 0x02, 0x37, 0x5D, 0x90, 0xA2, -+0xF3, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0x32, 0x22, 0x90, 0xA4, -+0xB1, 0xE0, 0xFF, 0x7D, 0x31, 0x22, 0x90, 0xA4, 0xB1, 0xE0, 0xFF, 0x7D, 0x30, 0x22, 0xC4, 0x54, -+0x0F, 0x90, 0xA6, 0x5A, 0xF0, 0x22, 0xFE, 0x33, 0x33, 0x33, 0x54, 0xF8, 0x4F, 0x22, 0xFF, 0x12, -+0x26, 0x1E, 0xFE, 0x54, 0x0F, 0x22, 0x00, 0xC7, -+}; -+u4Byte ArrayLength_MP_8812A_FW_NIC = 32088; -+ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_NIC( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8812A_FW_NIC; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8812A_FW_NIC, ArrayLength_MP_8812A_FW_NIC); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8812A_FW_NIC; -+} -+ -+ -+u1Byte Array_MP_8812A_FW_NIC_BT[] = { -+0x01, 0x95, 0x13, 0x00, 0x29, 0x00, 0x00, 0x00, 0x06, 0x17, 0x19, 0x26, 0x8C, 0x76, 0x00, 0x00, -+0x65, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x4A, 0x9A, 0x02, 0x86, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x87, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x90, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x86, 0xCC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x88, 0x15, 0x00, 0x00, -+0x00, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x08, 0x08, 0x00, 0x00, 0x00, 0x0A, 0x08, 0x03, 0x03, -+0x00, 0x04, 0x09, 0x07, 0x03, 0x03, 0x00, 0x04, 0x08, 0x06, 0x03, 0x02, 0x00, 0x04, 0x08, 0x05, -+0x03, 0x01, 0x00, 0x04, 0x0D, 0x0A, 0x07, 0x05, 0x00, 0x08, 0x0C, 0x0A, 0x07, 0x04, 0x00, 0x08, -+0x0B, 0x0A, 0x06, 0x05, 0x00, 0x08, 0x0B, 0x0A, 0x05, 0x03, 0x00, 0x08, 0x0B, 0x0A, 0x03, 0x02, -+0x00, 0x08, 0x14, 0x12, 0x0C, 0x04, 0x00, 0x10, 0x14, 0x12, 0x09, 0x04, 0x00, 0x10, 0x24, 0x22, -+0x1C, 0x12, 0x00, 0x20, 0x24, 0x22, 0x18, 0x0C, 0x00, 0x20, 0x24, 0x22, 0x14, 0x06, 0x00, 0x20, -+0x24, 0x22, 0x0F, 0x04, 0x00, 0x20, 0x24, 0x21, 0x0A, 0x04, 0x00, 0x20, 0x23, 0x21, 0x0C, 0x04, -+0x00, 0x20, 0x23, 0x1F, 0x0A, 0x04, 0x00, 0x20, 0x22, 0x1F, 0x0F, 0x04, 0x00, 0x20, 0x21, 0x1F, -+0x16, 0x0C, 0x00, 0x20, 0x31, 0x2F, 0x20, 0x14, 0x00, 0x30, 0x31, 0x2F, 0x18, 0x10, 0x00, 0x30, -+0x31, 0x2C, 0x18, 0x0C, 0x00, 0x30, 0x31, 0x2A, 0x14, 0x0C, 0x00, 0x30, 0x31, 0x28, 0x14, 0x00, -+0x00, 0x30, 0x31, 0x24, 0x14, 0x00, 0x00, 0x30, 0x31, 0x1E, 0x14, 0x00, 0x00, 0x30, 0x15, 0xF0, -+0xFF, 0x0F, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x05, 0xF0, 0xFF, 0x0F, -+0x00, 0x00, 0x00, 0x05, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, 0x0F, 0x00, 0x00, -+0x00, 0x10, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0xF5, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, -+0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, -+0xFF, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x3F, 0x00, 0x00, -+0x00, 0x00, 0x15, 0xF0, 0xCF, 0xFF, 0x00, 0x00, 0x00, 0x16, 0x0D, 0x17, 0x0E, 0x17, 0x0F, 0x18, -+0x10, 0x19, 0x11, 0x1A, 0x12, 0x1A, 0x13, 0x1A, 0x14, 0x1A, 0x15, 0x1B, 0xFF, 0x17, 0x0E, 0x18, -+0x10, 0x19, 0x11, 0x1A, 0x12, 0x1B, 0x15, 0x1C, 0xFF, 0x1D, 0xFF, 0x1E, 0xFF, 0x1F, 0xFF, 0xFF, -+0xFF, 0x14, 0x0D, 0x0E, 0x15, 0x15, 0x0F, 0x16, 0x10, 0x17, 0x11, 0x18, 0x12, 0x18, 0x13, 0x18, -+0xFF, 0x15, 0x0D, 0x16, 0x10, 0x10, 0x17, 0x18, 0x12, 0x19, 0xFF, 0x1A, 0xFF, 0x1B, 0xFF, 0xFF, -+0xFF, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0C, 0x0C, 0x0D, 0x0C, 0x0E, 0x0D, 0x0F, 0x17, 0x18, -+0x10, 0x19, 0x11, 0x19, 0x11, 0x19, 0x12, 0x1A, 0x14, 0x0C, 0x0C, 0x16, 0x0D, 0x17, 0x0F, 0x18, -+0x10, 0x19, 0x13, 0x1A, 0x14, 0x1B, 0x15, 0x1C, 0x1B, 0x1D, 0x1C, 0x1E, 0x1D, 0x04, 0x04, 0x0C, -+0x14, 0x0D, 0x14, 0x0E, 0x14, 0x0F, 0x15, 0x10, 0x16, 0x17, 0x11, 0x12, 0x17, 0x0C, 0x0C, 0x14, -+0x0E, 0x15, 0x0F, 0x16, 0x10, 0x17, 0x12, 0x18, 0x18, 0x19, 0x19, 0x1A, 0x19, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x26, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x21, 0x25, 0x27, -+0x28, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, -+0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, -+0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, -+0x00, 0x23, 0x26, 0x28, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x23, 0x26, 0x28, 0x2A, 0x2A, -+0x2A, 0x00, 0x04, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, -+0x48, 0x00, 0x60, 0x00, 0x90, 0x00, 0xC0, 0x00, 0xD8, 0x00, 0x3C, 0x00, 0x64, 0x00, 0x78, 0x00, -+0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0xE0, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, -+0x90, 0x02, 0x58, 0x03, 0x20, 0x04, 0xB0, 0x06, 0x40, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, -+0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, -+0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x64, 0x00, -+0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x00, 0x78, 0x00, -+0xF0, 0x01, 0x90, 0x02, 0x58, 0x03, 0xE8, 0x07, 0xD0, 0x09, 0x60, 0x0F, 0xA0, 0x12, 0xC0, 0x15, -+0x18, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, -+0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, -+0xB0, 0x06, 0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0x02, 0x00, 0x02, 0x00, 0x04, 0x00, -+0x08, 0x00, 0x0C, 0x00, 0x12, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, 0x48, 0x00, 0x60, 0x00, -+0x6C, 0x00, 0x14, 0x00, 0x32, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x00, -+0xF0, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0x90, 0x02, 0x58, 0x03, -+0x20, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, -+0xE8, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, -+0xE8, 0x00, 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x00, -+0xF0, 0x01, 0x7C, 0x01, 0x90, 0x00, 0x3C, 0x00, 0x78, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0xF4, 0x03, -+0xE8, 0x04, 0xB0, 0x07, 0xD0, 0x09, 0x60, 0x0A, 0xF0, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, -+0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, 0xE8, 0x00, 0x64, 0x00, -+0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, -+0xE8, 0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x10, 0x18, 0x20, 0x30, 0x40, 0x50, 0x01, 0x01, 0x01, -+0x02, 0x01, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0B, 0x05, 0x06, 0x06, -+0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, -+0x0B, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x01, 0x02, 0x03, -+0x04, 0x05, 0x06, 0x07, 0x08, 0x02, 0x04, 0x06, 0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x03, 0x05, 0x06, -+0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x02, 0x04, 0x06, -+0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x03, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, -+0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x19, 0x06, 0x04, 0x02, 0x00, 0x18, 0x00, 0x04, 0x0C, 0x14, 0x2C, -+0x36, 0x04, 0x08, 0x08, 0x08, 0x0A, 0x0A, 0x04, 0x04, 0x04, 0x05, 0x04, 0x04, 0x05, 0x07, 0x07, -+0x07, 0x08, 0x0A, 0x04, 0x07, 0x0A, 0x0E, 0x11, 0x13, 0x14, 0x15, 0x03, 0x04, 0x07, 0x07, 0x08, -+0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, -+0x0B, 0x0D, 0x0F, 0x07, 0x08, 0x08, 0x0A, 0x0A, 0x0C, 0x0E, 0x10, 0x11, 0x11, 0x07, 0x09, 0x09, -+0x0B, 0x0B, 0x0D, 0x0F, 0x13, 0x13, 0x14, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, -+0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, 0x0F, 0x04, 0x04, 0x04, 0x05, 0x07, -+0x07, 0x09, 0x09, 0x0C, 0x0E, 0x10, 0x12, 0x05, 0x06, 0x07, 0x0D, 0x10, 0x11, 0x12, 0x12, 0x07, -+0x08, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, -+0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x05, 0x06, 0x08, 0x09, 0x0C, 0x0E, 0x12, 0x12, 0x13, -+0x14, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0F, 0x12, 0x12, 0x14, 0x16, 0x09, 0x09, 0x09, 0x09, 0x0C, -+0x0E, 0x11, 0x13, 0x13, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x13, 0x13, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x45, 0xE4, 0x85, 0xD0, 0x0B, 0x75, 0xD0, 0x08, 0xAA, 0xE0, -+0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, 0x79, 0xF5, 0x8C, 0xD2, 0x8C, -+0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, 0x95, 0x81, 0xB4, 0x40, 0x00, -+0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, 0xC2, 0xAF, 0xE6, 0x30, 0xE1, -+0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, 0xD0, 0x22, 0xE5, 0x0C, 0xFF, -+0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, 0x00, 0x78, 0x81, 0xE6, 0x30, -+0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, 0x74, 0x86, 0x25, 0x0C, 0xF8, -+0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xCD, 0xF8, 0xE8, -+0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, 0xD3, 0x9F, 0x40, 0x27, 0xE5, -+0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xCD, -+0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, 0xF5, 0xE5, 0x0C, 0x24, 0x86, -+0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, 0xF8, 0x7F, 0x04, 0xC2, 0xAF, -+0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, 0x07, 0x30, 0xE3, 0x04, 0x7F, -+0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, 0x07, 0x22, 0x78, 0x86, 0xA6, -+0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, 0x7F, 0x03, 0xE4, 0x78, 0x80, -+0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, 0x4B, 0x32, 0x74, 0x01, 0x93, -+0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, 0x60, 0x75, 0x8C, 0x79, 0xD2, -+0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0x74, 0x81, -+0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, 0x30, 0xF6, 0xD2, 0xAF, 0xAE, -+0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, 0xE6, 0xF9, 0x08, 0xE6, 0x18, -+0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, 0xE7, 0x19, 0x19, 0xF7, 0x09, -+0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, 0x04, 0x05, 0x81, 0x05, 0x81, -+0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, 0xF9, 0xEE, 0xB5, 0x0C, 0x02, -+0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x19, 0x19, 0xE7, 0x09, 0x09, -+0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, 0xE6, 0x04, 0xF8, 0xEF, 0x2F, -+0x04, 0x90, 0x4B, 0x32, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, 0x7F, 0x00, 0x22, 0xEF, 0xD3, -+0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE5, 0xF4, -+0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, 0x07, 0x0A, 0x74, 0x86, 0x2F, -+0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x46, 0x2D, 0x50, 0x2E, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xBF, 0x02, -+0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, 0xFB, 0xE6, 0xFC, 0xE9, 0x6C, -+0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, 0x03, 0xA6, 0x05, 0x1F, 0xE5, -+0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xFD, 0x18, 0x86, 0x01, -+0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, 0x0C, 0xB5, 0x07, 0x02, 0xAC, -+0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, 0x80, 0xF4, 0xE5, 0x0C, 0xB5, -+0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, -+0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, 0x30, 0xE0, 0x02, 0xD2, 0xE4, -+0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, 0x02, 0x46, 0x2C, 0x8F, 0xF0, -+0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, 0x30, 0xF7, 0x0D, 0x7F, 0x08, -+0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x30, 0x50, 0x2E, 0x80, 0x07, 0x30, 0xF1, 0x06, 0xED, 0xF6, -+0x60, 0x25, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x23, 0x0E, 0x30, -+0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x12, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x13, 0x54, 0xEC, -+0x4E, 0xF6, 0xD2, 0xAF, 0x02, 0x46, 0x2D, 0x7F, 0x08, 0x08, 0xEF, 0x44, 0x83, 0xF4, 0xC2, 0xAF, -+0x56, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0xE7, 0x09, 0xF6, 0x08, 0xDF, 0xFA, 0x80, -+0x46, 0xE7, 0x09, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x3E, 0x88, 0x82, 0x8C, 0x83, 0xE7, 0x09, 0xF0, -+0xA3, 0xDF, 0xFA, 0x80, 0x32, 0xE3, 0x09, 0xF6, 0x08, 0xDF, 0xFA, 0x80, 0x78, 0xE3, 0x09, 0xF2, -+0x08, 0xDF, 0xFA, 0x80, 0x70, 0x88, 0x82, 0x8C, 0x83, 0xE3, 0x09, 0xF0, 0xA3, 0xDF, 0xFA, 0x80, -+0x64, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xA3, 0xF6, 0x08, 0xDF, 0xFA, 0x80, 0x58, 0x89, 0x82, 0x8A, -+0x83, 0xE0, 0xA3, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x4C, 0x80, 0xD2, 0x80, 0xFA, 0x80, 0xC6, 0x80, -+0xD4, 0x80, 0x69, 0x80, 0xF2, 0x80, 0x33, 0x80, 0x10, 0x80, 0xA6, 0x80, 0xEA, 0x80, 0x9A, 0x80, -+0xA8, 0x80, 0xDA, 0x80, 0xE2, 0x80, 0xCA, 0x80, 0x33, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, -+0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, -+0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, 0x0D, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, -+0xA3, 0xF6, 0x08, 0xDF, 0xF9, 0xEC, 0xFA, 0xA9, 0xF0, 0xED, 0xFB, 0x22, 0x89, 0x82, 0x8A, 0x83, -+0xEC, 0xFA, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xF0, 0xA3, 0xC8, 0xC5, -+0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xEA, 0xDE, 0xE8, 0x80, 0xDB, 0x89, 0x82, 0x8A, 0x83, -+0xE4, 0x93, 0xA3, 0xF2, 0x08, 0xDF, 0xF9, 0x80, 0xCC, 0x88, 0xF0, 0xEF, 0x60, 0x01, 0x0E, 0x4E, -+0x60, 0xC3, 0x88, 0xF0, 0xED, 0x24, 0x02, 0xB4, 0x04, 0x00, 0x50, 0xB9, 0xF5, 0x82, 0xEB, 0x24, -+0x02, 0xB4, 0x04, 0x00, 0x50, 0xAF, 0x23, 0x23, 0x45, 0x82, 0x23, 0x90, 0x48, 0xD9, 0x73, 0xC5, -+0xF0, 0xF8, 0xA3, 0xE0, 0x28, 0xF0, 0xC5, 0xF0, 0xF8, 0xE5, 0x82, 0x15, 0x82, 0x70, 0x02, 0x15, -+0x83, 0xE0, 0x38, 0xF0, 0x22, 0xBB, 0x01, 0x0A, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, -+0xE0, 0x22, 0x50, 0x06, 0x87, 0xF0, 0x09, 0xE7, 0x19, 0x22, 0xBB, 0xFE, 0x07, 0xE3, 0xF5, 0xF0, -+0x09, 0xE3, 0x19, 0x22, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xF5, 0xF0, 0x74, 0x01, 0x93, 0x22, -+0xBB, 0x01, 0x10, 0xE5, 0x82, 0x29, 0xF5, 0x82, 0xE5, 0x83, 0x3A, 0xF5, 0x83, 0xE0, 0xF5, 0xF0, -+0xA3, 0xE0, 0x22, 0x50, 0x09, 0xE9, 0x25, 0x82, 0xF8, 0x86, 0xF0, 0x08, 0xE6, 0x22, 0xBB, 0xFE, -+0x0A, 0xE9, 0x25, 0x82, 0xF8, 0xE2, 0xF5, 0xF0, 0x08, 0xE2, 0x22, 0xE5, 0x83, 0x2A, 0xF5, 0x83, -+0xE9, 0x93, 0xF5, 0xF0, 0xA3, 0xE9, 0x93, 0x22, 0xEF, 0x5B, 0xFF, 0xEE, 0x5A, 0xFE, 0xED, 0x59, -+0xFD, 0xEC, 0x58, 0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, 0xED, 0x49, 0xFD, 0xEC, 0x48, -+0xFC, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xE0, 0xF8, -+0xA3, 0xE0, 0xF9, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, 0x25, 0x82, 0xF5, 0x82, 0xE5, -+0xF0, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xF9, 0x22, 0xEB, -+0xF0, 0xA3, 0xEA, 0xF0, 0xA3, 0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, 0x82, 0xF8, 0xE4, 0x93, 0x70, -+0x12, 0x74, 0x01, 0x93, 0x70, 0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, 0x01, 0x93, 0xF5, 0x82, 0x88, -+0x83, 0xE4, 0x73, 0x74, 0x02, 0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, 0xA3, 0x80, 0xDF, 0xEF, 0x4E, -+0x60, 0x12, 0xEF, 0x60, 0x01, 0x0E, 0xED, 0xBB, 0x01, 0x0B, 0x89, 0x82, 0x8A, 0x83, 0xF0, 0xA3, -+0xDF, 0xFC, 0xDE, 0xFA, 0x22, 0x89, 0xF0, 0x50, 0x07, 0xF7, 0x09, 0xDF, 0xFC, 0xA9, 0xF0, 0x22, -+0xBB, 0xFE, 0xFC, 0xF3, 0x09, 0xDF, 0xFC, 0xA9, 0xF0, 0x22, 0x02, 0x4A, 0xD8, 0x02, 0x46, 0xBD, -+0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, 0x03, 0xF6, 0x80, 0x01, 0xF2, 0x08, 0xDF, 0xF4, -+0x80, 0x29, 0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, 0x24, 0x0C, 0xC8, 0xC3, 0x33, 0xC4, 0x54, 0x0F, -+0x44, 0x20, 0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, 0x80, 0x01, 0x46, 0xF6, 0xDF, 0xE4, 0x80, 0x0B, -+0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x90, 0x4B, 0x1D, 0xE4, 0x7E, 0x01, 0x93, 0x60, -+0xBC, 0xA3, 0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, 0x54, 0x1F, 0xFE, 0xE4, 0x93, 0xA3, 0x60, 0x01, -+0x0E, 0xCF, 0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, 0x40, 0xB8, 0xE4, 0x93, 0xA3, 0xFA, 0xE4, 0x93, -+0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xF0, 0xA3, 0xC8, -+0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, 0xBE, 0x41, 0xA5, 0x5F, -+0x00, 0x41, 0xA5, 0x60, 0x00, 0x41, 0xA5, 0x61, 0x00, 0x41, 0xA5, 0x86, 0x00, 0x41, 0xA5, 0x8A, -+0x00, 0x00, 0x57, 0xF9, 0x5F, 0xF9, 0x67, 0xF3, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, -+0x90, 0xA4, 0x74, 0xF0, 0x90, 0xA4, 0x79, 0xF0, 0x90, 0xA4, 0x77, 0xF0, 0x91, 0x98, 0x40, 0x02, -+0x61, 0xDA, 0xC3, 0x74, 0xFD, 0x91, 0xA1, 0x7A, 0xA4, 0x79, 0x73, 0x12, 0x33, 0xC7, 0xEF, 0x64, -+0x01, 0x60, 0x02, 0x81, 0x36, 0x90, 0xA4, 0x73, 0xE0, 0xFF, 0x54, 0xC0, 0xFE, 0x60, 0x05, 0xEF, -+0x54, 0x0C, 0x70, 0x1C, 0x90, 0xA4, 0x73, 0xE0, 0xFF, 0x54, 0x30, 0x60, 0x05, 0xEF, 0x54, 0x03, -+0x70, 0x08, 0x90, 0xA4, 0x77, 0xE0, 0x60, 0x4A, 0x80, 0x00, 0x90, 0xA4, 0x74, 0x74, 0x01, 0xF0, -+0x90, 0xA4, 0x74, 0xE0, 0x90, 0xA4, 0x73, 0x70, 0x17, 0xE0, 0xFF, 0xEE, 0xC4, 0x13, 0x13, 0x54, -+0x03, 0x90, 0xA4, 0x75, 0xF0, 0xEF, 0x54, 0x0C, 0x13, 0x13, 0x54, 0x3F, 0xA3, 0xF0, 0x80, 0x10, -+0xE0, 0xFF, 0x54, 0x30, 0xC4, 0x54, 0x0F, 0x90, 0xA4, 0x75, 0xF0, 0xEF, 0x54, 0x03, 0xA3, 0xF0, -+0x90, 0xA4, 0x75, 0xE0, 0x90, 0xA3, 0xEC, 0xF0, 0x90, 0xA4, 0x76, 0xE0, 0x90, 0xA3, 0xED, 0xF0, -+0x80, 0x08, 0x90, 0xA4, 0x77, 0xE0, 0x04, 0xF0, 0x61, 0x4C, 0xE4, 0x90, 0xA4, 0x77, 0xF0, 0x91, -+0x98, 0x50, 0x63, 0xC3, 0x74, 0xFB, 0x91, 0xA1, 0x7A, 0xA4, 0x79, 0x78, 0x12, 0x33, 0xC7, 0xEF, -+0x64, 0x01, 0x70, 0x42, 0x90, 0xA4, 0x78, 0xE0, 0xFF, 0x54, 0xE0, 0xFE, 0x70, 0x13, 0xEF, 0x54, -+0x0E, 0x70, 0x08, 0x90, 0xA4, 0x77, 0xE0, 0x60, 0x35, 0x80, 0x00, 0x90, 0xA4, 0x79, 0x74, 0x01, -+0xF0, 0x90, 0xA4, 0x79, 0xE0, 0x70, 0x09, 0xEE, 0xC4, 0x13, 0x54, 0x07, 0xA3, 0xF0, 0x80, 0x0C, -+0x90, 0xA4, 0x78, 0xE0, 0x54, 0x0E, 0xC3, 0x13, 0x90, 0xA4, 0x7A, 0xF0, 0x90, 0xA4, 0x7A, 0xE0, -+0x90, 0xA3, 0xEE, 0xF0, 0x80, 0x10, 0x90, 0xA4, 0x7B, 0x74, 0x01, 0xF0, 0x80, 0x40, 0x90, 0xA4, -+0x77, 0xE0, 0x04, 0xF0, 0x80, 0x99, 0x90, 0xA3, 0xED, 0xE0, 0x25, 0xE0, 0x25, 0xE0, 0x54, 0x0C, -+0xFF, 0x90, 0xA3, 0xEC, 0xE0, 0x54, 0x03, 0x4F, 0xFF, 0x90, 0xA3, 0xEE, 0xE0, 0xFE, 0xC4, 0x54, -+0x70, 0x4F, 0x44, 0x80, 0xFD, 0x7F, 0x8B, 0x12, 0x3A, 0x96, 0x90, 0xA3, 0xEC, 0xE0, 0x60, 0x08, -+0xA3, 0xE0, 0x60, 0x04, 0xA3, 0xE0, 0x70, 0x1B, 0x90, 0xA4, 0x7B, 0x74, 0x03, 0xF0, 0x90, 0x01, -+0xC4, 0x74, 0x38, 0xF0, 0x74, 0x4B, 0xA3, 0xF0, 0x90, 0xA4, 0x7B, 0xE0, 0x90, 0x01, 0xC8, 0x91, -+0xAB, 0x80, 0xEB, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA4, 0x77, 0xE0, 0xFF, 0xC3, 0x94, 0x02, -+0x22, 0x9F, 0xFF, 0x74, 0x03, 0x94, 0x00, 0xFE, 0x7B, 0x01, 0x22, 0xF0, 0xE4, 0xFD, 0x7F, 0x1F, -+0x02, 0x3A, 0x96, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0x85, 0xEF, 0xF0, 0xA3, -+0x74, 0x02, 0xF0, 0x90, 0x01, 0xC4, 0x74, 0xB3, 0xF0, 0x74, 0x4C, 0xA3, 0xF0, 0x90, 0xA4, 0x86, -+0xE0, 0x90, 0x01, 0xC8, 0xF0, 0x90, 0xA4, 0x85, 0xE0, 0x90, 0x01, 0xC9, 0x91, 0xAB, 0x80, 0xE3, -+0xF1, 0xD0, 0x12, 0x26, 0x1E, 0x54, 0x7F, 0xF5, 0x0E, 0x12, 0x7F, 0x57, 0xFF, 0x54, 0x1F, 0xF5, -+0x10, 0xEF, 0x54, 0x80, 0xF1, 0x80, 0xF5, 0x0F, 0xF1, 0x61, 0xFF, 0x54, 0x03, 0xF5, 0x11, 0xEF, -+0x54, 0x30, 0xC4, 0x54, 0x0F, 0xF5, 0x14, 0xF1, 0x61, 0xFF, 0x54, 0x40, 0xC4, 0x13, 0x13, 0x54, -+0x03, 0xF5, 0x12, 0xEF, 0x54, 0x80, 0xF1, 0x80, 0xF5, 0x13, 0xF1, 0x61, 0xFF, 0x54, 0x08, 0xFE, -+0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x16, 0xEF, 0x54, 0x04, 0x13, 0x13, 0x54, 0x3F, 0xF5, 0x17, -+0x90, 0xA3, 0xED, 0xE0, 0xB4, 0x02, 0x08, 0xE5, 0x14, 0x60, 0x04, 0xE4, 0xFF, 0x91, 0xB3, 0x90, -+0xA3, 0xEE, 0xE0, 0xB4, 0x01, 0x11, 0xF1, 0x94, 0xF1, 0x76, 0x54, 0xF0, 0x70, 0x05, 0x12, 0x7F, -+0xE4, 0x60, 0x04, 0x7F, 0x01, 0x91, 0xB3, 0xE5, 0x13, 0x12, 0xB5, 0xEF, 0xB1, 0xDD, 0x54, 0x7F, -+0x4F, 0xF0, 0xE5, 0x12, 0xF1, 0x87, 0xB1, 0xDD, 0x54, 0xBF, 0x4F, 0xF0, 0xE5, 0x16, 0x70, 0x6C, -+0xE5, 0x10, 0x54, 0x1F, 0xF1, 0x67, 0x54, 0xE0, 0x4F, 0xF0, 0xE5, 0x11, 0x54, 0x03, 0xB1, 0xDD, -+0x54, 0xFC, 0x4F, 0xF0, 0xEF, 0x25, 0xE0, 0x25, 0xE0, 0xB1, 0xDD, 0x54, 0xF3, 0x4F, 0xF0, 0xE5, -+0x0F, 0x54, 0x01, 0xC4, 0x33, 0x54, 0xE0, 0xF1, 0x67, 0x54, 0xDF, 0x4F, 0xF0, 0xE5, 0x14, 0x54, -+0x03, 0xC4, 0x54, 0xF0, 0xB1, 0xDD, 0x54, 0xCF, 0x4F, 0xF0, 0xE4, 0xF5, 0x15, 0xE5, 0x15, 0x24, -+0x03, 0xFF, 0xE4, 0x33, 0xFE, 0xF1, 0x94, 0x8F, 0x82, 0x8E, 0x83, 0x12, 0x26, 0x37, 0xFF, 0x75, -+0xF0, 0x08, 0xE5, 0x0E, 0x12, 0x55, 0x0C, 0xE5, 0x82, 0x25, 0x15, 0x12, 0x52, 0xCA, 0xEF, 0xF0, -+0x05, 0x15, 0xE5, 0x15, 0xB4, 0x04, 0xD6, 0xAF, 0x0E, 0x12, 0x52, 0xD2, 0x22, 0xFF, 0x75, 0xF0, -+0x04, 0xE5, 0x0E, 0x90, 0x96, 0x14, 0x51, 0x2A, 0xE0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0x00, 0x8F, 0xE0, 0x20, 0xE6, 0x02, 0xE1, 0x23, 0x90, 0x00, 0x8C, 0xE0, 0x90, 0xA5, -+0x62, 0xF0, 0x90, 0x00, 0x8D, 0xE0, 0x90, 0xA5, 0x63, 0xF0, 0x90, 0x00, 0x8E, 0xE0, 0x90, 0xA5, -+0x64, 0xF0, 0x90, 0xA5, 0x63, 0xE0, 0x24, 0xFC, 0x60, 0x16, 0x24, 0xEE, 0x70, 0x02, 0xC1, 0xDE, -+0x24, 0x15, 0x60, 0x02, 0xE1, 0x19, 0x90, 0xA5, 0x62, 0xE0, 0xFF, 0x12, 0xAE, 0x6F, 0xE1, 0x19, -+0x90, 0xA5, 0x62, 0xE0, 0x24, 0x11, 0x12, 0x6D, 0x66, 0xFB, 0xE4, 0xFD, 0xFF, 0xF1, 0x58, 0x75, -+0xF0, 0x04, 0xB1, 0xE3, 0x13, 0x13, 0x54, 0x03, 0xFB, 0x0D, 0xE4, 0xFF, 0xF1, 0x58, 0x75, 0xF0, -+0x04, 0xB1, 0xE3, 0xF1, 0x80, 0xFB, 0x0D, 0xE4, 0xFF, 0xF1, 0x58, 0x75, 0xF0, 0x04, 0xB1, 0xE3, -+0xC4, 0x54, 0x03, 0xFB, 0x0D, 0xE4, 0xFF, 0xF1, 0x58, 0x75, 0xF0, 0x04, 0x12, 0x57, 0x92, 0xE0, -+0xFB, 0xE4, 0xFD, 0x0F, 0xF1, 0x58, 0x75, 0xF0, 0x04, 0x90, 0x96, 0x12, 0xF1, 0x53, 0x75, 0xF0, -+0x04, 0xF1, 0x6D, 0xC4, 0x13, 0x54, 0x01, 0xFB, 0x0D, 0x7F, 0x01, 0xF1, 0x58, 0x75, 0xF0, 0x04, -+0xF1, 0x6D, 0x54, 0x1F, 0xF1, 0x56, 0x12, 0x55, 0x09, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0xF1, 0x58, -+0x75, 0xF0, 0x08, 0x90, 0x89, 0x01, 0xF1, 0x53, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x02, 0xF1, 0x53, -+0x75, 0xF0, 0x08, 0x90, 0x89, 0x03, 0xF1, 0x53, 0x75, 0xF0, 0x08, 0x12, 0xB6, 0x79, 0xFB, 0xE4, -+0xFD, 0x0F, 0xF1, 0x58, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x05, 0xF1, 0x53, 0x75, 0xF0, 0x08, 0x90, -+0x89, 0x06, 0xF1, 0x53, 0x75, 0xF0, 0x08, 0x12, 0xB6, 0x71, 0xFB, 0x0D, 0x80, 0x39, 0x90, 0xA3, -+0xE4, 0xE0, 0xFB, 0xE4, 0xFD, 0xFF, 0xF1, 0x2B, 0x90, 0xA3, 0xE5, 0xA3, 0xF1, 0x28, 0x90, 0xA3, -+0xE7, 0xF1, 0x28, 0x90, 0xA3, 0xE8, 0xE0, 0x54, 0x03, 0xFB, 0x0D, 0xF1, 0x2B, 0x90, 0xA3, 0xE9, -+0xA3, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0xF1, 0x2B, 0x90, 0xA3, 0xE9, 0xE0, 0xFB, 0x0D, 0xF1, 0x2B, -+0x90, 0xA3, 0xEB, 0xE0, 0xFB, 0x1D, 0x0F, 0xF1, 0x2B, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE0, 0x03, -+0x12, 0xAE, 0xC4, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xFB, 0x0D, 0xEF, 0x70, 0x04, 0x74, 0xF0, -+0x80, 0x16, 0xEF, 0xB4, 0x01, 0x04, 0x74, 0xF4, 0x80, 0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, -+0x80, 0x06, 0xEF, 0xB4, 0x03, 0x0C, 0x74, 0xFC, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, -+0xEB, 0xF0, 0x22, 0x51, 0x2A, 0xE0, 0xFB, 0x0D, 0xF1, 0x2B, 0x90, 0xA5, 0x62, 0xE0, 0x22, 0x4F, -+0xF0, 0x90, 0x00, 0x02, 0x02, 0x26, 0x37, 0xFF, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x96, 0x13, -+0x51, 0x2A, 0xE0, 0x22, 0xFF, 0xF0, 0x90, 0x00, 0x05, 0x02, 0x26, 0x37, 0x90, 0xA3, 0x56, 0xE0, -+0xC4, 0x13, 0x13, 0x13, 0x54, 0x01, 0x22, 0x54, 0x01, 0xC4, 0x33, 0x33, 0x54, 0xC0, 0x22, 0x90, -+0xA4, 0x82, 0x51, 0x3F, 0x90, 0xA4, 0x82, 0x41, 0x36, 0xF1, 0xD0, 0x12, 0x26, 0x1E, 0xFF, 0xF1, -+0x94, 0xF1, 0x61, 0x90, 0xA5, 0x4E, 0xF0, 0xE4, 0xFB, 0xFD, 0x12, 0x80, 0x93, 0x90, 0xA4, 0x85, -+0x74, 0x10, 0xF0, 0x90, 0xA4, 0x93, 0x74, 0x07, 0xF0, 0xF1, 0x94, 0x12, 0x26, 0x1E, 0x90, 0xA4, -+0x87, 0xF0, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x85, 0x12, 0x93, 0xEE, 0x7F, 0x04, 0x02, 0x90, 0x8D, -+0x90, 0xA4, 0x82, 0x41, 0x3F, 0xF1, 0xD0, 0xF1, 0x61, 0x30, 0xE0, 0x11, 0xF1, 0x94, 0x12, 0x7F, -+0xDC, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x4C, 0x02, 0x34, 0x2C, 0x90, 0xA3, 0x4C, -+0x74, 0x02, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0xA3, 0xE0, 0x54, 0x01, 0x44, 0x28, 0xF0, 0xA3, 0x74, -+0x07, 0xF0, 0x22, 0x90, 0x00, 0xF0, 0xE0, 0x7F, 0x01, 0x20, 0xE2, 0x02, 0x7F, 0x03, 0x22, 0x11, -+0x03, 0x90, 0xA1, 0x29, 0xEF, 0xF0, 0x11, 0x21, 0x90, 0x01, 0x64, 0x74, 0x01, 0xF0, 0x02, 0x35, -+0x95, 0x11, 0x46, 0x11, 0x74, 0x12, 0xA6, 0xC2, 0x12, 0xA6, 0xE1, 0x12, 0xA6, 0x9C, 0xE4, 0xF5, -+0x51, 0x75, 0x52, 0x58, 0xAB, 0x51, 0x7D, 0x02, 0x7F, 0x01, 0x12, 0x39, 0x04, 0xAB, 0x52, 0x7D, -+0x03, 0x7F, 0x01, 0x02, 0x39, 0x04, 0x90, 0x01, 0x30, 0xE4, 0x11, 0x6C, 0x90, 0x01, 0x38, 0x11, -+0x6C, 0xFD, 0x7F, 0x50, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x51, 0x12, 0x3A, 0x96, 0xE4, 0xFD, -+0x7F, 0x52, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x53, 0x02, 0x3A, 0x96, 0xF0, 0xA3, 0xF0, 0xA3, -+0xF0, 0xA3, 0xF0, 0x22, 0x90, 0x01, 0x34, 0x74, 0xFF, 0x11, 0x6C, 0x90, 0x01, 0x3C, 0x11, 0x6C, -+0xFD, 0x7F, 0x54, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x55, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, -+0x56, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x57, 0x02, 0x3A, 0x96, 0x12, 0x4F, 0x8F, 0x12, 0x7F, -+0xDC, 0x75, 0x43, 0x05, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0xA2, 0x12, 0x34, 0x2C, 0x90, 0xA3, 0xA4, -+0x31, 0x15, 0xEF, 0x78, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA3, 0xAC, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA3, 0xA5, 0x31, 0x15, 0xEF, 0x78, 0x05, 0xCE, 0xC3, 0x13, -+0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA3, 0xAE, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA3, 0xA6, -+0x31, 0x15, 0x90, 0xA3, 0xB0, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA3, 0xA2, 0xE0, 0x30, 0xE0, -+0x14, 0x90, 0xA3, 0xA7, 0x74, 0x01, 0xF0, 0xA3, 0xF0, 0xA3, 0x12, 0x79, 0x73, 0x90, 0x07, 0x83, -+0xE0, 0x44, 0x20, 0xF0, 0x22, 0xE4, 0x90, 0xA3, 0xA7, 0x11, 0x6C, 0xA3, 0xF0, 0x90, 0x07, 0x83, -+0xE0, 0x54, 0xDF, 0xF0, 0x22, 0xE0, 0xFF, 0x7E, 0x00, 0x7C, 0x01, 0x7D, 0x40, 0x02, 0x26, 0x98, -+0x90, 0xA3, 0xE4, 0x74, 0xFF, 0xF0, 0xE4, 0x11, 0x6D, 0xA3, 0xE0, 0x54, 0xFC, 0x44, 0x02, 0xF0, -+0xE4, 0x01, 0x6D, 0xF1, 0xA9, 0x12, 0xA1, 0xF5, 0x31, 0x45, 0x12, 0x62, 0xB2, 0x12, 0xAE, 0xCB, -+0x12, 0x9E, 0x4C, 0x80, 0xDB, 0x75, 0x40, 0xFF, 0x75, 0x41, 0x44, 0x75, 0x42, 0x4B, 0x75, 0x43, -+0x06, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x2C, 0xD1, 0xA7, 0x75, 0x41, 0x44, 0x75, 0x42, 0x51, 0x75, -+0x43, 0x06, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x32, 0xD1, 0xA7, 0x75, 0x41, 0x44, 0x75, 0x42, 0x57, -+0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x38, 0xD1, 0xA7, 0x75, 0x41, 0x44, 0x75, 0x42, -+0xAB, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x8C, 0x12, 0x34, 0x2C, 0xE4, 0xF5, 0x0D, -+0xE4, 0xFF, 0x74, 0x91, 0x25, 0x0D, 0xB1, 0x17, 0xE0, 0x54, 0xFE, 0xF0, 0x75, 0xF0, 0x10, 0xE5, -+0x0D, 0x90, 0x81, 0x00, 0xBF, 0x03, 0x07, 0x51, 0xC4, 0x74, 0x80, 0xF0, 0x80, 0x04, 0x51, 0xC4, -+0xE4, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x0D, 0x51, 0xC1, 0xE4, 0xF0, 0x0F, 0xBF, 0x10, 0xD3, 0x05, -+0x0D, 0xE5, 0x0D, 0xB4, 0x80, 0xCA, 0xE4, 0x90, 0xAF, 0x7D, 0xF0, 0xF5, 0x0D, 0xE4, 0xFF, 0x75, -+0xF0, 0x0A, 0xE5, 0x0D, 0xF1, 0x98, 0xF0, 0x0F, 0xBF, 0x05, 0xF4, 0x75, 0xF0, 0x04, 0xE5, 0x0D, -+0x12, 0x6F, 0x4E, 0xE0, 0x54, 0x07, 0xF0, 0x74, 0x22, 0x25, 0x0D, 0x12, 0xB4, 0xFF, 0x74, 0x3F, -+0xF0, 0x74, 0x21, 0x25, 0x0D, 0x12, 0x6F, 0x5A, 0xE4, 0xF0, 0x74, 0x01, 0x25, 0x0D, 0x12, 0x6F, -+0x36, 0x74, 0xC0, 0xF0, 0x74, 0xA2, 0x25, 0x0D, 0xD1, 0xB4, 0xE4, 0xF0, 0xE5, 0x0D, 0x12, 0xAA, -+0x24, 0xE4, 0xF0, 0xA3, 0xF0, 0x74, 0x91, 0x25, 0x0D, 0x12, 0xAA, 0x1A, 0x51, 0xB1, 0xF1, 0x92, -+0x74, 0x3F, 0x51, 0xB2, 0xD1, 0xA1, 0x51, 0xB1, 0x12, 0x4F, 0x6D, 0x54, 0xE0, 0x44, 0x09, 0x51, -+0xB2, 0x12, 0x4D, 0xE3, 0x54, 0xF3, 0x51, 0xB2, 0x12, 0x4D, 0xE3, 0x54, 0xFC, 0x51, 0xB2, 0x12, -+0x4F, 0x6D, 0x44, 0x20, 0x51, 0xB2, 0x12, 0x4D, 0xE3, 0x54, 0xCF, 0x51, 0xB2, 0x12, 0x4D, 0xE3, -+0x44, 0x40, 0x51, 0xB2, 0x12, 0x4D, 0xE3, 0x54, 0x7F, 0x51, 0xB2, 0xD1, 0xA1, 0xE0, 0xFF, 0x75, -+0xF0, 0x10, 0xE5, 0x0D, 0x12, 0x6F, 0xBD, 0xEF, 0xF0, 0x74, 0x91, 0x25, 0x0D, 0xB1, 0x17, 0xE4, -+0xF0, 0x05, 0x0D, 0xE5, 0x0D, 0x64, 0x80, 0x60, 0x02, 0x21, 0xCD, 0x90, 0x04, 0x49, 0x74, 0xF0, -+0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0xFF, 0xF0, 0x90, 0xA4, 0x76, 0x74, 0x02, 0xF0, 0xA3, 0x74, -+0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xE4, 0xFB, 0xFD, 0xFF, 0x12, -+0xAC, 0xD5, 0x74, 0x11, 0x25, 0x0D, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x74, 0xFF, 0xF0, -+0x22, 0xE4, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x0D, 0x22, 0xFF, 0x90, 0xA5, 0x6B, 0xE0, 0x75, 0xF0, -+0x08, 0x90, 0x89, 0x00, 0x12, 0x4A, 0x2A, 0xE5, 0x82, 0x2F, 0xF5, 0x82, 0xE4, 0x35, 0x83, 0xF5, -+0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x6B, 0xEF, 0xF0, 0x75, 0xF0, -+0x04, 0x12, 0x4F, 0x6D, 0x54, 0x1F, 0xF5, 0x73, 0x60, 0x15, 0x64, 0x02, 0x60, 0x11, 0xE5, 0x73, -+0x64, 0x04, 0x60, 0x0B, 0xE5, 0x73, 0x64, 0x09, 0x60, 0x05, 0xE5, 0x73, 0xB4, 0x0C, 0x07, 0xD1, -+0xAE, 0x74, 0x02, 0xF0, 0x80, 0x05, 0xD1, 0xAE, 0x74, 0x01, 0xF0, 0xE4, 0xF5, 0x6E, 0x90, 0xA5, -+0x6B, 0xE0, 0xFE, 0xB1, 0x09, 0xE5, 0x82, 0x25, 0x6E, 0x51, 0xCA, 0xE0, 0xFF, 0xE5, 0x73, 0x75, -+0xF0, 0x07, 0xA4, 0x24, 0xFE, 0xF5, 0x82, 0xE4, 0x34, 0x40, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x6E, -+0x51, 0xCA, 0xE4, 0x93, 0xFD, 0xEF, 0x5D, 0x90, 0xA5, 0x6D, 0xF0, 0x75, 0xF0, 0x04, 0xEE, 0x12, -+0x4D, 0xE3, 0x54, 0x03, 0xFF, 0xBF, 0x02, 0x0B, 0xE5, 0x6E, 0x70, 0x07, 0x90, 0xA5, 0x6D, 0xE0, -+0x54, 0xF0, 0xF0, 0x90, 0xA5, 0x6D, 0xE0, 0xFF, 0xB1, 0x05, 0xE5, 0x82, 0x25, 0x6E, 0x51, 0xCA, -+0xEF, 0xF0, 0x05, 0x6E, 0xE5, 0x6E, 0x64, 0x07, 0x70, 0xA4, 0x90, 0xA5, 0x6B, 0xE0, 0x75, 0xF0, -+0x04, 0x12, 0x4D, 0xE3, 0xFF, 0xC4, 0x54, 0x03, 0xFD, 0xE4, 0xF5, 0x71, 0x75, 0x6F, 0x06, 0xE5, -+0x6F, 0xB4, 0x06, 0x07, 0x51, 0xB9, 0xE0, 0x54, 0x0F, 0x80, 0x09, 0xB1, 0x05, 0xE5, 0x82, 0x25, -+0x6F, 0x51, 0xCA, 0xE0, 0x90, 0xA5, 0x6C, 0xF0, 0x90, 0xA5, 0x6C, 0xE0, 0x60, 0x33, 0x75, 0x6E, -+0x07, 0xF1, 0xEA, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0xB6, 0x13, 0x60, -+0x17, 0x12, 0xB6, 0x0A, 0xF5, 0x71, 0xED, 0x60, 0x25, 0xE5, 0x71, 0xD3, 0x94, 0x0B, 0x40, 0x1E, -+0x74, 0x20, 0x25, 0x71, 0xF5, 0x71, 0x80, 0x16, 0x15, 0x6E, 0xE5, 0x6E, 0xC3, 0x94, 0x00, 0x50, -+0xD0, 0xE5, 0x6F, 0x60, 0x09, 0x15, 0x6F, 0xE5, 0x6F, 0xC3, 0x94, 0x00, 0x50, 0xA1, 0xE4, 0xF5, -+0x72, 0xF5, 0x6F, 0xE5, 0x6F, 0xB4, 0x06, 0x07, 0x51, 0xB9, 0xE0, 0x54, 0x0F, 0x80, 0x09, 0xB1, -+0x05, 0xE5, 0x82, 0x25, 0x6F, 0x51, 0xCA, 0xE0, 0x90, 0xA5, 0x6C, 0xF0, 0x90, 0xA5, 0x6C, 0xE0, -+0x60, 0x31, 0xE4, 0xF5, 0x6E, 0xF1, 0xEA, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, -+0x12, 0xB6, 0x13, 0x60, 0x17, 0x12, 0xB6, 0x0A, 0xF5, 0x72, 0xED, 0x60, 0x1E, 0xE5, 0x72, 0xD3, -+0x94, 0x0B, 0x40, 0x17, 0x74, 0x20, 0x25, 0x72, 0xF5, 0x72, 0x80, 0x0F, 0x05, 0x6E, 0xE5, 0x6E, -+0xB4, 0x08, 0xD2, 0x05, 0x6F, 0xE5, 0x6F, 0x64, 0x07, 0x70, 0xA8, 0x90, 0xA5, 0x6B, 0xE0, 0xFF, -+0x75, 0xF0, 0x04, 0xF1, 0x92, 0xE5, 0x71, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0xD1, 0xA1, 0xE5, 0x72, -+0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x12, 0x6F, 0xBD, 0xE0, 0xFF, 0x54, 0x7F, 0xF5, 0x70, 0xEF, 0x54, -+0x80, 0xFF, 0xE5, 0x70, 0xD3, 0x95, 0x71, 0x40, 0x04, 0xE5, 0x71, 0x80, 0x09, 0xE5, 0x70, 0xC3, -+0x95, 0x72, 0x50, 0x05, 0xE5, 0x72, 0x4F, 0xF5, 0x70, 0x90, 0xA5, 0x6B, 0xE0, 0xFF, 0x24, 0x22, -+0x12, 0xB4, 0xFF, 0xE5, 0x70, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4D, 0xE3, 0x12, 0x93, 0xB6, -+0x90, 0xA5, 0x6B, 0xE0, 0xFF, 0xE4, 0xFB, 0xAD, 0x70, 0x12, 0x90, 0xE4, 0x90, 0xA5, 0x6B, 0xE0, -+0xFF, 0x75, 0xF0, 0x10, 0x12, 0xA9, 0xB0, 0xE4, 0xF0, 0xE5, 0x71, 0xC3, 0x94, 0x36, 0x40, 0x07, -+0x91, 0xFA, 0x74, 0x05, 0xF0, 0x80, 0x3E, 0xE5, 0x71, 0xC3, 0x94, 0x2C, 0x40, 0x07, 0x91, 0xFA, -+0x74, 0x04, 0xF0, 0x80, 0x30, 0xE5, 0x71, 0xC3, 0x94, 0x14, 0x40, 0x07, 0x91, 0xFA, 0x74, 0x03, -+0xF0, 0x80, 0x22, 0xE5, 0x71, 0xC3, 0x94, 0x0C, 0x40, 0x07, 0x91, 0xFA, 0x74, 0x02, 0xF0, 0x80, -+0x14, 0xE5, 0x71, 0xC3, 0x94, 0x04, 0x74, 0x91, 0x40, 0x07, 0x91, 0xFC, 0x74, 0x01, 0xF0, 0x80, -+0x04, 0x91, 0xFC, 0xE4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x74, 0x91, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0x95, 0xF5, 0x83, 0x22, 0x90, 0xA5, 0x6B, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, 0x02, -+0x4A, 0x2A, 0xF0, 0x74, 0x91, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x22, 0x12, -+0x4F, 0xD0, 0x12, 0x26, 0x1E, 0xF5, 0x0E, 0x24, 0x91, 0xB1, 0x17, 0xE0, 0x54, 0x98, 0xB1, 0x12, -+0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xC0, 0x54, 0x01, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, -+0x12, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xC0, 0x54, 0x02, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, -+0xB1, 0x12, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xC0, 0x54, 0x04, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, -+0x83, 0xB1, 0x12, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xC0, 0x54, 0x40, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, -+0xD0, 0x83, 0xB1, 0x12, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xC0, 0x54, 0x20, 0xFE, 0xEF, 0x4E, 0xD0, -+0x82, 0xD0, 0x83, 0xF0, 0xE5, 0x0E, 0x70, 0x08, 0xB1, 0xC8, 0x54, 0x04, 0x90, 0x04, 0xAB, 0xF0, -+0xE5, 0x0E, 0xC3, 0x94, 0x80, 0x50, 0x11, 0x12, 0x4F, 0x61, 0xFF, 0x74, 0x11, 0x25, 0x0E, 0xF5, -+0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0xEF, 0xF0, 0xB1, 0x13, 0xE0, 0x30, 0xE5, 0x11, 0x12, 0x4D, -+0xDE, 0x13, 0x13, 0x54, 0x03, 0xFB, 0x12, 0x6D, 0x62, 0xFD, 0xAF, 0x0E, 0x12, 0xAB, 0xD6, 0x22, -+0xE0, 0xFF, 0x90, 0xA4, 0x82, 0x12, 0x4A, 0x36, 0x90, 0x00, 0x03, 0x02, 0x26, 0x37, 0x8F, 0x11, -+0x90, 0xA4, 0x82, 0x74, 0x0E, 0xF0, 0xED, 0x24, 0xFE, 0x60, 0x58, 0x04, 0x60, 0x02, 0xC1, 0x92, -+0x12, 0xB5, 0xD2, 0x74, 0x0C, 0xF0, 0x74, 0x11, 0x25, 0x11, 0x12, 0x6D, 0x66, 0x90, 0xA4, 0x85, -+0xD1, 0x9A, 0x12, 0x4D, 0xE3, 0xFD, 0x13, 0x13, 0x54, 0x03, 0x90, 0xA4, 0x86, 0xF0, 0xED, 0x12, -+0x4F, 0x80, 0xA3, 0xD1, 0x9A, 0x12, 0x4D, 0xE3, 0xFF, 0xC4, 0x54, 0x03, 0x90, 0xA4, 0x88, 0xD1, -+0x9A, 0xF1, 0x92, 0xE0, 0x90, 0xA4, 0x89, 0xD1, 0x9A, 0xD1, 0xA1, 0xE0, 0x90, 0xA4, 0x8A, 0xD1, -+0x9A, 0x12, 0x4F, 0x6D, 0xFD, 0xC4, 0x13, 0x54, 0x01, 0x90, 0xA4, 0x8B, 0xF0, 0xED, 0x54, 0x1F, -+0xA3, 0x80, 0x59, 0x12, 0xB5, 0xD2, 0x74, 0x0D, 0xD1, 0x93, 0xB1, 0x0C, 0xE0, 0x90, 0xA4, 0x85, -+0xD1, 0x93, 0x90, 0x89, 0x01, 0x12, 0x4A, 0x2A, 0xE0, 0x90, 0xA4, 0x86, 0xD1, 0x93, 0x90, 0x89, -+0x02, 0x12, 0x4A, 0x2A, 0xE0, 0x90, 0xA4, 0x87, 0xD1, 0x93, 0x90, 0x89, 0x03, 0x12, 0x4A, 0x2A, -+0xE0, 0x90, 0xA4, 0x88, 0xD1, 0x93, 0x12, 0xB6, 0x79, 0x90, 0xA4, 0x89, 0xD1, 0x93, 0x90, 0x89, -+0x05, 0x12, 0x4A, 0x2A, 0xE0, 0x90, 0xA4, 0x8A, 0xD1, 0x93, 0x90, 0x89, 0x06, 0x12, 0x4A, 0x2A, -+0xE0, 0x90, 0xA4, 0x8B, 0xD1, 0x93, 0x12, 0xB6, 0x71, 0x90, 0xA4, 0x8C, 0xF0, 0xD1, 0xE0, 0x12, -+0x90, 0x89, 0x22, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x11, 0x22, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x11, -+0x22, 0x90, 0x96, 0x12, 0x02, 0x4A, 0x2A, 0x12, 0x34, 0x2C, 0x75, 0x40, 0xFF, 0x22, 0x90, 0xA5, -+0x6B, 0xE0, 0x24, 0xA2, 0xF5, 0x82, 0xE4, 0x34, 0xA0, 0xF5, 0x83, 0x22, 0xAC, 0x07, 0x12, 0xA6, -+0x39, 0x75, 0xF0, 0x08, 0xED, 0x51, 0xC1, 0x12, 0xA6, 0x41, 0x12, 0xA2, 0x60, 0x80, 0x05, 0xC3, -+0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x97, 0xBD, 0x7F, 0xFF, 0x60, 0x02, 0xAF, 0x04, 0x22, -+0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x82, 0x22, 0xD1, 0xE0, 0x7F, 0xF5, 0x7E, 0x03, 0x12, 0x33, 0xC7, -+0xBF, 0x01, 0x06, 0x90, 0xA4, 0x82, 0xE0, 0xA3, 0xF0, 0xD1, 0xE0, 0x7F, 0xF6, 0x7E, 0x03, 0x12, -+0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA4, 0x82, 0xE0, 0x90, 0xA4, 0x84, 0xF0, 0xD1, 0xE0, 0x7F, -+0xF4, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA4, 0x82, 0xE0, 0x90, 0xA4, 0x85, -+0xF0, 0xD1, 0xE0, 0x7F, 0xF3, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0xA4, 0x82, -+0xE0, 0x90, 0xA4, 0x86, 0xF0, 0xD1, 0xE0, 0x7F, 0xF2, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, -+0x08, 0x90, 0xA4, 0x82, 0xE0, 0x90, 0xA4, 0x87, 0xF0, 0x90, 0xA4, 0x83, 0x12, 0x85, 0xAF, 0xA3, -+0xE0, 0x90, 0xA4, 0x8B, 0xF0, 0x90, 0xA4, 0x87, 0xE0, 0x90, 0xA4, 0x8C, 0xF0, 0x90, 0xA4, 0x8D, -+0x74, 0x12, 0xF0, 0x90, 0xA4, 0x9B, 0x74, 0x05, 0xF0, 0x90, 0xA4, 0x8F, 0x12, 0x5F, 0x8F, 0x90, -+0xA4, 0x8B, 0xE0, 0x90, 0xA4, 0x92, 0xF0, 0x90, 0xA4, 0x8C, 0xE0, 0x90, 0xA4, 0x93, 0xF0, 0x7B, -+0x01, 0x7A, 0xA4, 0x79, 0x8D, 0x12, 0x93, 0xEE, 0x7F, 0x04, 0x02, 0x90, 0x8D, 0xF0, 0x75, 0xF0, -+0x04, 0xEF, 0x90, 0x96, 0x11, 0x02, 0x4A, 0x2A, 0x90, 0x8D, 0x01, 0x12, 0x4A, 0x2A, 0x75, 0xF0, -+0x02, 0xEF, 0x12, 0x4A, 0x2A, 0xE4, 0xF0, 0xA3, 0x22, 0xE4, 0xFD, 0xFF, 0x12, 0x7F, 0xCE, 0xFE, -+0xEF, 0x54, 0x07, 0xFF, 0xED, 0x70, 0x14, 0x12, 0x7F, 0x7B, 0xC0, 0x83, 0xC0, 0x82, 0x12, 0xB6, -+0x81, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5E, 0x80, 0x11, 0x12, 0x7F, 0x7B, 0xC0, 0x83, -+0xC0, 0x82, 0x12, 0xB6, 0x81, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4E, 0xD0, 0x82, 0xD0, 0x83, -+0xF0, 0x12, 0xA2, 0x03, 0x90, 0xA2, 0xE4, 0xEF, 0xF0, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x6E, -+0x08, 0x22, 0x75, 0xE8, 0x03, 0x75, 0xA8, 0x85, 0x22, 0x90, 0x00, 0x80, 0xE0, 0x44, 0x80, 0xFD, -+0x7F, 0x80, 0x12, 0x3A, 0x96, 0x12, 0xA7, 0x06, 0x12, 0x3A, 0xB8, 0x12, 0xA7, 0x13, 0x12, 0xA7, -+0x62, 0x7F, 0x01, 0x12, 0x46, 0xF5, 0x90, 0xA3, 0xB5, 0x74, 0x02, 0xF0, 0xFF, 0x12, 0x46, 0xF5, -+0x90, 0xA3, 0xB5, 0xE0, 0x04, 0xF0, 0x12, 0x50, 0x0F, 0x12, 0x51, 0x33, 0x90, 0x01, 0xCC, 0x74, -+0x0F, 0xF0, 0x12, 0x4B, 0x38, 0x90, 0x00, 0x80, 0xE0, 0x44, 0x40, 0xFD, 0x7F, 0x80, 0x12, 0x3A, -+0x96, 0x75, 0x28, 0xFF, 0x12, 0x57, 0xF2, 0x11, 0x51, 0x12, 0xA7, 0x6C, 0xE4, 0xFF, 0x02, 0x47, -+0x7E, 0xE4, 0x90, 0xA4, 0x73, 0xF0, 0xA3, 0xF0, 0x90, 0x01, 0x98, 0xE0, 0x7F, 0x00, 0x30, 0xE4, -+0x02, 0x7F, 0x01, 0xEF, 0x64, 0x01, 0x60, 0x3C, 0xC3, 0x90, 0xA4, 0x74, 0xE0, 0x94, 0x88, 0x90, -+0xA4, 0x73, 0xE0, 0x94, 0x13, 0x40, 0x0F, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0x01, -+0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1E, 0x90, 0xA4, 0x73, 0x11, 0xAB, 0x12, 0x78, 0x6E, 0xD3, 0x90, -+0xA4, 0x74, 0xE0, 0x94, 0x32, 0x90, 0xA4, 0x73, 0xE0, 0x94, 0x00, 0x40, 0xBB, 0x90, 0x01, 0xC6, -+0xE0, 0x30, 0xE3, 0xB4, 0x90, 0x01, 0xC7, 0x74, 0xFE, 0xF0, 0x22, 0xE4, 0x75, 0xF0, 0x01, 0x02, -+0x49, 0x7F, 0xE4, 0x90, 0xA5, 0x71, 0xF1, 0xF1, 0x90, 0xA5, 0x73, 0xF0, 0x90, 0x04, 0x2D, 0xE0, -+0x54, 0x01, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x36, 0xC3, 0x90, 0xA5, 0x72, 0xE0, 0x94, 0xD0, -+0x90, 0xA5, 0x71, 0xE0, 0x94, 0x07, 0x50, 0x27, 0x90, 0xA3, 0xE4, 0xE0, 0xB4, 0xFF, 0x0C, 0x7D, -+0x18, 0x7F, 0xFF, 0x31, 0x62, 0xE4, 0x90, 0xA3, 0xEB, 0xF0, 0x22, 0x90, 0x05, 0x22, 0x74, 0xFF, -+0xF0, 0x7F, 0x01, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x90, 0xA5, 0x71, 0x11, 0xAB, 0x80, 0xC4, 0x90, -+0xA3, 0xE4, 0xE0, 0xFF, 0x90, 0xA5, 0x42, 0x74, 0x05, 0xF0, 0x7B, 0x18, 0x7D, 0x01, 0x91, 0xC2, -+0xAB, 0x07, 0xAA, 0x06, 0x74, 0x28, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xB4, -+0x54, 0x03, 0x12, 0xB1, 0x67, 0x74, 0x14, 0x2B, 0x12, 0xB3, 0x7F, 0xE0, 0xC4, 0x13, 0x54, 0x03, -+0xFF, 0x90, 0xA3, 0xE8, 0xE0, 0x54, 0xFC, 0x4F, 0xF0, 0x90, 0xA5, 0x73, 0xE0, 0x54, 0x6F, 0xFF, -+0x7D, 0x19, 0xD1, 0x5A, 0x90, 0xA3, 0xE9, 0x11, 0xAB, 0x90, 0xA3, 0xEB, 0x74, 0x01, 0xF0, 0x22, -+0x90, 0xA3, 0xC6, 0x12, 0x4A, 0x2A, 0xE0, 0xFF, 0x7E, 0x00, 0xE4, 0xFB, 0xFD, 0x31, 0x7B, 0xE4, -+0xFD, 0xFF, 0x90, 0x05, 0x22, 0xEF, 0xF0, 0x90, 0xA1, 0x27, 0xED, 0xF0, 0x22, 0x90, 0xA3, 0xC6, -+0x12, 0x4A, 0x2A, 0xE0, 0xFF, 0x7E, 0x00, 0xE4, 0xFB, 0x7D, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA5, 0x15, 0xEE, 0xF0, 0xA3, 0xF1, 0x8F, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x24, -+0x90, 0x05, 0x22, 0xE0, 0x90, 0xA5, 0x1B, 0xF0, 0x7D, 0x14, 0x51, 0xB1, 0xEF, 0x64, 0x01, 0x70, -+0x04, 0x91, 0x50, 0x80, 0x04, 0x7F, 0x00, 0x80, 0x11, 0x90, 0xA5, 0x1B, 0xE0, 0xFF, 0x7D, 0x15, -+0x31, 0x62, 0x80, 0x02, 0x91, 0x50, 0xD1, 0x5C, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x8F, -+0x11, 0x7D, 0x17, 0x51, 0xB1, 0x75, 0xF0, 0x0E, 0xE5, 0x11, 0x12, 0xB5, 0x50, 0xE0, 0xFC, 0x71, -+0xA8, 0xFE, 0x54, 0x03, 0xFD, 0xEE, 0x13, 0x13, 0x54, 0x07, 0xFB, 0x90, 0xA3, 0xB7, 0xE0, 0xFE, -+0x12, 0xB6, 0x69, 0xAF, 0x04, 0x12, 0x80, 0x93, 0x71, 0xA8, 0xFE, 0x54, 0x03, 0xFF, 0xEE, 0xC4, -+0x13, 0x54, 0x07, 0xFD, 0x71, 0xA8, 0x12, 0x83, 0xE7, 0x75, 0xF0, 0x0E, 0xE5, 0x11, 0x31, 0x50, -+0xAD, 0x11, 0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x47, 0xEF, 0xF0, -+0xA3, 0xED, 0xF0, 0xE4, 0xA3, 0xF0, 0x90, 0xA5, 0x49, 0xE0, 0xFF, 0xC3, 0x94, 0x03, 0x40, 0x02, -+0x41, 0xAC, 0x90, 0xA5, 0x48, 0xE0, 0xFE, 0x12, 0x7F, 0x72, 0x75, 0xF0, 0x03, 0xEF, 0x12, 0xB5, -+0x6E, 0xE0, 0x90, 0xA5, 0x4A, 0xF0, 0x90, 0xA5, 0x47, 0xE0, 0xFC, 0xB4, 0x02, 0x24, 0x90, 0xA5, -+0x4A, 0xE0, 0xFD, 0x75, 0xF0, 0x0E, 0xEE, 0x12, 0x7E, 0x93, 0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA5, -+0x49, 0xE0, 0xD0, 0x82, 0xD0, 0x83, 0x12, 0x93, 0xE0, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4D, -+0x80, 0x24, 0xEC, 0xB4, 0x01, 0x24, 0x12, 0xB5, 0xC8, 0x75, 0xF0, 0x0E, 0x12, 0x7E, 0x93, 0xC0, -+0x83, 0xC0, 0x82, 0x90, 0xA5, 0x49, 0xE0, 0xD0, 0x82, 0xD0, 0x83, 0x12, 0x93, 0xE0, 0x80, 0x02, -+0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA5, 0x4A, 0xF0, 0x12, 0xB5, 0xC8, 0x12, 0x7F, 0x72, -+0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA5, 0x49, 0xE0, 0xD0, 0x82, 0xD0, 0x83, 0x75, 0xF0, 0x03, 0x12, -+0xB5, 0x6E, 0xEF, 0xF0, 0x90, 0xA5, 0x49, 0xE0, 0x04, 0xF0, 0x41, 0x16, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x7F, 0xFF, 0x31, 0x62, 0xE4, 0x90, 0xA5, 0x68, 0xF1, 0xF1, 0x90, 0xA5, 0x6A, 0xF0, 0x7D, -+0x47, 0x7F, 0xFF, 0x31, 0x62, 0x90, 0x05, 0xF8, 0xE0, 0x70, 0x11, 0xA3, 0xE0, 0x70, 0x0D, 0xA3, -+0xE0, 0x70, 0x09, 0xA3, 0xE0, 0x70, 0x05, 0xF1, 0x98, 0x7F, 0x01, 0x22, 0xF1, 0xC8, 0x30, 0xE0, -+0x15, 0xD3, 0x90, 0xA5, 0x69, 0xE0, 0x94, 0x03, 0x90, 0xA5, 0x68, 0xE0, 0x94, 0x00, 0x40, 0x02, -+0x80, 0x13, 0x7F, 0x01, 0x80, 0x1D, 0xD3, 0x90, 0xA5, 0x69, 0xE0, 0x94, 0xE8, 0x90, 0xA5, 0x68, -+0xE0, 0x94, 0x03, 0x40, 0x0C, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x20, 0xF0, 0xF1, 0x98, 0x7F, 0x00, -+0x22, 0x7F, 0x32, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x90, 0xA5, 0x68, 0x11, 0xAB, 0x80, 0xA6, 0x90, -+0xA3, 0xB7, 0xE0, 0xFF, 0xC3, 0x13, 0xFE, 0xEF, 0x54, 0xF1, 0xFF, 0xEE, 0x04, 0x54, 0x07, 0x25, -+0xE0, 0x4F, 0xF0, 0xA3, 0xE0, 0xFF, 0x12, 0xB5, 0xBE, 0xB5, 0x07, 0x04, 0xEE, 0x54, 0xF1, 0xF0, -+0x12, 0x6F, 0xF1, 0xE4, 0x90, 0xA3, 0xB9, 0xF0, 0x51, 0xB5, 0x12, 0xB5, 0xBE, 0x12, 0xB5, 0x4C, -+0xE0, 0xFA, 0x75, 0xF0, 0x0E, 0xED, 0x71, 0xAD, 0xFC, 0x54, 0x03, 0xFD, 0xEC, 0x13, 0x13, 0x54, -+0x07, 0xFB, 0xEE, 0x12, 0xB6, 0x69, 0xAF, 0x02, 0x12, 0x80, 0x93, 0xF1, 0x88, 0x54, 0x07, 0xFE, -+0x75, 0xF0, 0x0E, 0x71, 0xAD, 0xFD, 0x54, 0x03, 0xFF, 0xED, 0xC4, 0x13, 0x54, 0x07, 0xFD, 0x75, -+0xF0, 0x0E, 0xEE, 0x71, 0xAD, 0x12, 0x83, 0xE7, 0xF1, 0x88, 0x54, 0x07, 0xFF, 0x75, 0xF0, 0x0E, -+0x90, 0xA3, 0xC5, 0x12, 0x4A, 0x2A, 0xE0, 0x04, 0xF0, 0x75, 0xF0, 0x0E, 0xEF, 0x31, 0x50, 0xF1, -+0x88, 0x54, 0x07, 0xFD, 0x7F, 0x01, 0x41, 0x04, 0x75, 0xF0, 0x0E, 0xE5, 0x11, 0x90, 0xA3, 0xBB, -+0x12, 0x4A, 0x2A, 0xE0, 0x22, 0x7D, 0x08, 0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA5, 0x2E, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0xA1, 0x25, 0xE0, 0x04, 0xF0, 0x90, 0xA3, -+0x53, 0xE0, 0x30, 0xE0, 0x07, 0x90, 0x05, 0x10, 0xE4, 0xF0, 0xA3, 0xF0, 0x90, 0x04, 0x1D, 0xE0, -+0x60, 0x41, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA5, 0x32, 0xF0, 0x7D, 0x26, 0x51, 0xB1, 0xEF, 0x64, -+0x01, 0x70, 0x0E, 0xD1, 0x96, 0x20, 0xE0, 0x1D, 0x90, 0xA3, 0xB6, 0xE0, 0x20, 0xE0, 0x16, 0x80, -+0x11, 0xF1, 0xC8, 0x30, 0xE0, 0x0F, 0xD1, 0x96, 0x20, 0xE0, 0x0A, 0x90, 0xA3, 0xB6, 0xE0, 0x20, -+0xE0, 0x03, 0x12, 0xB3, 0x18, 0x90, 0xA5, 0x32, 0xE0, 0xFF, 0x7D, 0x27, 0x31, 0x62, 0x12, 0xB3, -+0xF2, 0x80, 0x12, 0x12, 0xB3, 0xF2, 0xD1, 0x96, 0x20, 0xE0, 0x0A, 0x90, 0xA3, 0xB6, 0xE0, 0x20, -+0xE0, 0x03, 0x12, 0xB3, 0x18, 0x90, 0xA3, 0x53, 0xE0, 0x30, 0xE0, 0x0B, 0xF1, 0xC8, 0x30, 0xE0, -+0x06, 0xF1, 0xE9, 0x7D, 0x28, 0x31, 0x62, 0xD1, 0x5C, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x90, 0xA5, 0x15, 0xA3, 0xE0, 0xFF, 0x90, 0xA5, 0x42, 0x74, 0x03, 0xF0, 0x7B, 0x06, 0x7D, 0x01, -+0x91, 0xC2, 0x90, 0xA5, 0x19, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA5, 0x18, 0xE0, -+0xFF, 0x74, 0x10, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0xA5, 0x17, -+0xE0, 0xFF, 0x12, 0xB4, 0xEF, 0x54, 0x3F, 0xF0, 0xEF, 0x60, 0x2C, 0xF1, 0xDD, 0x44, 0x10, 0x12, -+0xB4, 0xEE, 0x44, 0x80, 0xF0, 0x12, 0x9C, 0xD4, 0x30, 0xE0, 0x26, 0x12, 0x9E, 0x17, 0x50, 0x0E, -+0xEF, 0x25, 0xE0, 0x25, 0xE0, 0xFF, 0x74, 0x2B, 0x2D, 0xF1, 0xD5, 0xEF, 0xF0, 0x22, 0x74, 0x2B, -+0x2D, 0xF1, 0xD5, 0x74, 0x7F, 0xF0, 0x22, 0xF1, 0xDD, 0x54, 0xEF, 0x12, 0xB4, 0xEE, 0x44, 0x40, -+0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x40, 0xED, 0xF0, 0xA3, 0xEB, -+0xF0, 0x90, 0xA5, 0x3F, 0xEF, 0xF0, 0xE4, 0xFD, 0xFC, 0x12, 0xB4, 0x60, 0x7C, 0x00, 0xAD, 0x07, -+0x90, 0xA5, 0x3F, 0xE0, 0x90, 0x04, 0x25, 0xF0, 0x90, 0xA5, 0x40, 0xE0, 0x60, 0x06, 0x12, 0xB5, -+0x86, 0x44, 0x80, 0xF0, 0xAF, 0x05, 0x74, 0x20, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, -+0xE0, 0x54, 0xC0, 0xF0, 0x12, 0xB5, 0x86, 0x54, 0xC0, 0xF0, 0x90, 0xA5, 0x42, 0xE0, 0xFF, 0xAE, -+0x05, 0x74, 0x18, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x12, 0x2E, -+0xF1, 0x1E, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0xA5, 0x41, 0xE0, 0x25, 0xE0, 0x25, 0xE0, 0xFE, 0xEF, -+0x44, 0x02, 0x4E, 0xFF, 0xAE, 0x05, 0x74, 0x12, 0x2E, 0xF1, 0x1E, 0xEF, 0xF0, 0x74, 0x11, 0x2E, -+0x12, 0xB3, 0xE0, 0x74, 0xFF, 0xF0, 0x74, 0x29, 0x2E, 0xF1, 0xE0, 0x54, 0xF7, 0xF0, 0x90, 0xA3, -+0x53, 0xE0, 0x30, 0xE0, 0x0D, 0x12, 0xB5, 0x7A, 0x44, 0x80, 0xF0, 0x90, 0x05, 0x12, 0xE4, 0xF0, -+0x80, 0x06, 0x12, 0xB5, 0x7A, 0x54, 0x7F, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x5B, 0xEF, 0xF0, 0x90, 0x04, 0x1D, -+0xE0, 0x60, 0x1E, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA5, 0x5E, 0xF0, 0x7D, 0x29, 0x51, 0xB1, 0xBF, -+0x01, 0x04, 0xF1, 0xA1, 0x91, 0x82, 0x90, 0xA5, 0x5E, 0xE0, 0xFF, 0x7D, 0x2A, 0x31, 0x62, 0x80, -+0x04, 0xF1, 0xA1, 0x91, 0x82, 0xD1, 0x5C, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xAF, 0xEF, 0xF0, 0xA3, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x04, -+0x1D, 0xE0, 0x60, 0x1D, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA4, 0xB4, 0xF0, 0x7D, 0x36, 0x51, 0xB1, -+0xBF, 0x01, 0x03, 0x12, 0xB3, 0x93, 0x90, 0xA4, 0xB4, 0xE0, 0xFF, 0x7D, 0x37, 0x31, 0x62, 0x80, -+0x03, 0x12, 0xB3, 0x93, 0xF1, 0xE9, 0x7D, 0x38, 0xD1, 0x5A, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, -+0xA4, 0xAC, 0xF1, 0x8F, 0x90, 0xA3, 0xA2, 0x12, 0x67, 0x81, 0x20, 0xE0, 0x0D, 0x90, 0xA4, 0xAD, -+0xE0, 0xB4, 0x01, 0x06, 0x7D, 0x36, 0x7F, 0x6F, 0x31, 0x62, 0x90, 0xA4, 0xAC, 0xE0, 0x70, 0x0B, -+0x90, 0xA4, 0xAE, 0xE0, 0xFF, 0x7D, 0x05, 0x71, 0xB9, 0x80, 0x2B, 0x90, 0xA4, 0xAC, 0xE0, 0xB4, -+0x01, 0x09, 0x90, 0xA4, 0xAE, 0xE0, 0xFF, 0xB1, 0x71, 0x80, 0x1B, 0x90, 0xA4, 0xAC, 0xE0, 0xB4, -+0x02, 0x14, 0xA3, 0xE0, 0xB4, 0x01, 0x0F, 0x90, 0xA1, 0xE5, 0xE0, 0xFF, 0x90, 0xA3, 0xB0, 0xE0, -+0xFC, 0xA3, 0xE0, 0xFD, 0xB1, 0xAC, 0x90, 0xA3, 0xA2, 0x12, 0x67, 0x81, 0x20, 0xE0, 0x0A, 0x90, -+0xA4, 0xAD, 0xE0, 0x70, 0x04, 0xFD, 0xFF, 0x31, 0x62, 0x22, 0x31, 0x62, 0x90, 0x04, 0x1F, 0x74, -+0x20, 0xF0, 0x22, 0x90, 0xA4, 0xAD, 0xF1, 0x8F, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x21, 0x90, 0x05, -+0x22, 0xE0, 0x90, 0xA4, 0xB2, 0xF0, 0x7D, 0x01, 0x51, 0xB1, 0xEF, 0x64, 0x01, 0x70, 0x05, 0x12, -+0xB4, 0x7E, 0xD1, 0xC0, 0x90, 0xA4, 0xB2, 0xE0, 0xFF, 0x7D, 0x02, 0x31, 0x62, 0x80, 0x05, 0x12, -+0xB4, 0x7E, 0xD1, 0xC0, 0x80, 0xC6, 0x90, 0xA1, 0xE2, 0xE0, 0xFF, 0x90, 0xA5, 0x2F, 0xE0, 0xFB, -+0x90, 0xA5, 0x42, 0x74, 0x0A, 0xF0, 0x7D, 0x01, 0x91, 0xC2, 0x90, 0xA5, 0x30, 0xEE, 0xF0, 0xFC, -+0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA5, 0x2E, 0xE0, 0xFF, 0x91, 0x82, 0x90, 0xA3, 0xB7, 0xE0, 0x22, -+0x90, 0xA4, 0xB4, 0xEC, 0xF1, 0x90, 0x90, 0xA4, 0xB4, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x91, 0x82, -+0x90, 0xA4, 0xB4, 0xA3, 0xE0, 0xFF, 0xFD, 0x24, 0x0D, 0x12, 0xB3, 0x8A, 0x44, 0x80, 0xF0, 0x74, -+0x0D, 0x2D, 0x12, 0xB3, 0x8A, 0x54, 0xEF, 0xF1, 0x1A, 0xE0, 0x44, 0x02, 0xF1, 0x1A, 0xE0, 0x54, -+0x03, 0xF0, 0x90, 0xA4, 0xB6, 0xE0, 0xFF, 0x90, 0xA4, 0xB4, 0xA3, 0xE0, 0xFE, 0x24, 0x2A, 0x12, -+0xB3, 0xE8, 0x90, 0xA4, 0xB7, 0xE0, 0xFF, 0xF1, 0xD2, 0xEF, 0xF0, 0x74, 0x2C, 0x2E, 0xF5, 0x82, -+0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x24, 0x02, 0xF0, 0x22, 0xF0, 0x74, 0x12, 0x2F, 0xF5, 0x82, -+0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x90, 0xA3, 0xB6, 0xE0, 0x30, 0xE0, 0x5A, 0x90, 0xA3, 0xB9, -+0xE0, 0x70, 0x27, 0x7D, 0x16, 0xF1, 0xC2, 0xF1, 0x88, 0x54, 0x07, 0x75, 0xF0, 0x0E, 0x31, 0x6D, -+0xF1, 0x88, 0x54, 0x07, 0x12, 0x9A, 0x81, 0xE0, 0x44, 0x01, 0x12, 0xB1, 0xC0, 0xA3, 0x74, 0x03, -+0x12, 0x70, 0x18, 0x90, 0xA3, 0xB9, 0x74, 0x01, 0xF0, 0x22, 0x90, 0xA3, 0xB9, 0xE0, 0x64, 0x01, -+0x70, 0x23, 0x90, 0xA3, 0xB7, 0x12, 0x9A, 0x7B, 0xE0, 0x30, 0xE0, 0x19, 0x75, 0xF0, 0x0E, 0xEF, -+0x31, 0x6D, 0xE4, 0x90, 0xA5, 0x20, 0xF0, 0xA3, 0x74, 0x03, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, -+0x7E, 0x01, 0x02, 0x70, 0x20, 0x71, 0x1F, 0x22, 0x90, 0xA3, 0xB7, 0xE0, 0xC3, 0x13, 0x22, 0xEF, -+0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x22, 0x90, 0xA5, 0x6A, 0xE0, 0xFF, 0x7D, 0x48, 0x21, -+0x62, 0x90, 0xA1, 0xE3, 0xE0, 0xFF, 0x90, 0xA5, 0x42, 0x74, 0x0B, 0xF0, 0x7B, 0x08, 0x7D, 0x01, -+0x91, 0xC2, 0x90, 0xA5, 0x5C, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA5, 0x5B, 0xE0, -+0xFF, 0x22, 0x7F, 0x6F, 0x31, 0x62, 0x41, 0xB5, 0x90, 0xA3, 0x57, 0xE0, 0xC4, 0x13, 0x13, 0x54, -+0x03, 0x22, 0x74, 0x2B, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x29, 0x2D, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x90, 0x05, 0x22, 0xE0, 0x54, 0x6F, 0xFF, -+0x22, 0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x22, 0xE4, 0x90, 0xA4, 0x7C, 0xF0, 0x90, 0xA4, -+0x7C, 0xE0, 0x64, 0x01, 0xF0, 0x24, 0xF9, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x5F, 0xA3, 0xF0, 0x12, -+0x3A, 0xEB, 0xBF, 0x01, 0x03, 0x12, 0x31, 0x69, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x0E, 0x90, 0xA2, -+0xF2, 0xE0, 0xFF, 0x90, 0xA2, 0xF1, 0xE0, 0x6F, 0x60, 0x02, 0x11, 0x40, 0xC2, 0xAF, 0x12, 0xA7, -+0x43, 0xBF, 0x01, 0x03, 0x12, 0xB2, 0xFC, 0xD2, 0xAF, 0xF1, 0xF0, 0x12, 0x46, 0x2D, 0x80, 0xBE, -+0x90, 0xA2, 0xF1, 0xE0, 0xFF, 0x7D, 0x01, 0x80, 0x04, 0x7D, 0x01, 0x7F, 0x04, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x88, 0xED, 0xF0, 0x90, 0xA2, 0xEA, 0xE0, 0xFE, 0xC4, 0x13, -+0x13, 0x54, 0x03, 0x30, 0xE0, 0x02, 0x21, 0x8F, 0xEE, 0x12, 0x4F, 0x80, 0x30, 0xE0, 0x02, 0x21, -+0x8F, 0x90, 0xA2, 0xF2, 0xE0, 0xFE, 0x6F, 0x70, 0x02, 0x21, 0x8F, 0xEF, 0x70, 0x02, 0x21, 0x0A, -+0x24, 0xFE, 0x70, 0x02, 0x21, 0x44, 0x24, 0xFE, 0x60, 0x48, 0x24, 0xFC, 0x70, 0x02, 0x21, 0x7F, -+0x24, 0xFC, 0x60, 0x02, 0x21, 0x8F, 0xEE, 0xB4, 0x0E, 0x02, 0x31, 0xCE, 0x90, 0xA2, 0xF2, 0xE0, -+0x70, 0x04, 0x7F, 0x01, 0x51, 0x0C, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x06, 0x02, 0x31, 0xEA, 0x90, -+0xA2, 0xF2, 0xE0, 0xB4, 0x04, 0x0E, 0x90, 0xA5, 0x88, 0xE0, 0xFF, 0x60, 0x05, 0x12, 0xB2, 0x9B, -+0x80, 0x02, 0xF1, 0x88, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x08, 0x60, 0x02, 0x21, 0x8F, 0xF1, 0x9E, -+0x21, 0x8F, 0x90, 0xA2, 0xF2, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x51, 0x0C, 0x90, 0xA2, 0xF2, 0xE0, -+0xB4, 0x06, 0x02, 0x31, 0xEA, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0E, 0x07, 0x31, 0x94, 0xBF, 0x01, -+0x02, 0x31, 0xCE, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x0C, 0x60, 0x02, 0x21, 0x8F, 0x31, 0x94, 0xEF, -+0x64, 0x01, 0x60, 0x02, 0x21, 0x8F, 0x51, 0x21, 0x21, 0x8F, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0E, -+0x07, 0x31, 0x94, 0xBF, 0x01, 0x02, 0x31, 0xCE, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x06, 0x02, 0x31, -+0xEA, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0C, 0x07, 0x31, 0x94, 0xBF, 0x01, 0x02, 0x51, 0x21, 0x90, -+0xA2, 0xF2, 0xE0, 0x64, 0x04, 0x70, 0x58, 0x12, 0xB1, 0xE0, 0xEF, 0x64, 0x01, 0x70, 0x50, 0x12, -+0xB2, 0xD3, 0x80, 0x4B, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x0E, 0x07, 0x31, 0x94, 0xBF, 0x01, 0x02, -+0x31, 0xCE, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x06, 0x02, 0x31, 0xEA, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, -+0x0C, 0x07, 0x31, 0x94, 0xBF, 0x01, 0x02, 0x51, 0x21, 0x90, 0xA2, 0xF2, 0xE0, 0x70, 0x04, 0x7F, -+0x01, 0x51, 0x0C, 0x90, 0xA2, 0xF2, 0xE0, 0xB4, 0x04, 0x15, 0x12, 0xB2, 0xEE, 0x80, 0x10, 0x90, -+0xA2, 0xF2, 0xE0, 0xB4, 0x0C, 0x09, 0x12, 0x8E, 0x18, 0x30, 0xE0, 0x03, 0x12, 0xB3, 0x07, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x53, 0xE0, 0x30, -+0xE0, 0x0D, 0x90, 0xA3, 0x59, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x08, 0x80, 0x18, 0x12, -+0xB1, 0xC7, 0xBF, 0x01, 0x12, 0xF1, 0x7E, 0x20, 0xE0, 0x0D, 0x90, 0xA2, 0xF1, 0xE0, 0xD3, 0x94, -+0x04, 0x50, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, -+0xEB, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x04, 0x7D, 0x0C, 0x80, 0x05, 0x12, 0xB4, 0x54, 0x7D, 0x04, -+0x7F, 0x01, 0x51, 0x4F, 0xE4, 0xFD, 0xFF, 0x02, 0x59, 0x62, 0x90, 0xA2, 0xEB, 0xE0, 0x90, 0x06, -+0x04, 0x20, 0xE0, 0x08, 0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x04, 0x80, 0x06, 0xE0, 0x54, 0x7F, 0xF0, -+0x7D, 0x0C, 0x7F, 0x01, 0x51, 0x4F, 0xE4, 0xFD, 0xFF, 0x02, 0x59, 0x62, 0x90, 0xA5, 0x87, 0xEF, -+0xF0, 0x71, 0x3C, 0x90, 0xA5, 0x87, 0xE0, 0x60, 0x02, 0xF1, 0x98, 0x7D, 0x04, 0x7F, 0x01, 0x80, -+0x2E, 0x12, 0x8E, 0x0F, 0x70, 0x24, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0xFD, 0xF0, 0x7D, 0x2C, 0x7F, -+0x6F, 0x12, 0x59, 0x62, 0x12, 0x9D, 0xFD, 0x12, 0x5B, 0xB5, 0xBF, 0x01, 0x0D, 0x90, 0xA2, 0xEA, -+0xE0, 0x44, 0x80, 0xF0, 0x7D, 0x0E, 0x7F, 0x01, 0x51, 0x4F, 0x22, 0x7D, 0x0C, 0x7F, 0x01, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, 0xEF, 0x14, 0x60, 0x15, 0x14, 0x60, 0x19, 0x24, -+0x02, 0x70, 0x1A, 0xED, 0x54, 0x01, 0xFE, 0x90, 0xA2, 0xEA, 0xE0, 0x54, 0xFE, 0x4E, 0xF0, 0x80, -+0x0C, 0x90, 0xA2, 0xF2, 0xED, 0xF0, 0x80, 0x05, 0x90, 0xA2, 0xF1, 0xED, 0xF0, 0x90, 0x00, 0x8F, -+0xE0, 0x30, 0xE4, 0x29, 0xEC, 0x14, 0x60, 0x07, 0x14, 0x60, 0x18, 0x24, 0x02, 0x70, 0x1E, 0x90, -+0xA2, 0xEA, 0xE0, 0x12, 0xB5, 0xEF, 0xFF, 0x90, 0xA2, 0xF2, 0xE0, 0x54, 0x7F, 0x4F, 0xFD, 0x7F, -+0x88, 0x80, 0x07, 0x90, 0xA2, 0xF1, 0xE0, 0xFD, 0x7F, 0x89, 0x12, 0x3A, 0x96, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x7E, 0x00, 0x7F, 0x62, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0xEA, 0x12, 0x4A, -+0x6E, 0x90, 0xA2, 0xEE, 0x74, 0x02, 0xF0, 0x90, 0xA2, 0xF5, 0x14, 0xF0, 0xA3, 0xF0, 0xA3, 0x74, -+0x0A, 0xF0, 0x90, 0xA2, 0xFB, 0xE4, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x12, 0xB5, 0x25, 0xE4, 0xFD, -+0xFF, 0x51, 0x4F, 0x7D, 0x0C, 0x7F, 0x02, 0x51, 0x4F, 0x51, 0x4B, 0x90, 0xA1, 0x29, 0xE0, 0xFF, -+0xB4, 0x01, 0x08, 0x90, 0xA2, 0xFA, 0x74, 0xFF, 0xF0, 0x80, 0x0F, 0xEF, 0x90, 0xA2, 0xFA, 0xB4, -+0x03, 0x05, 0x74, 0xD4, 0xF0, 0x80, 0x03, 0x74, 0x40, 0xF0, 0x12, 0x4F, 0xED, 0x12, 0xB5, 0x25, -+0x90, 0x05, 0x58, 0x74, 0x02, 0xF0, 0x90, 0xA2, 0xFD, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x70, -+0x7E, 0x00, 0x7F, 0x02, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x50, 0x12, 0x4A, 0x6E, 0xF1, -+0xDE, 0x12, 0xB6, 0x2E, 0xF1, 0x98, 0xE4, 0x90, 0xA3, 0x52, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA2, 0xFD, 0x91, 0x26, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x37, 0x5D, 0x90, -+0xA2, 0xFD, 0x91, 0x26, 0x12, 0xB6, 0x4B, 0x90, 0x00, 0x10, 0xE0, 0x44, 0x0C, 0xFD, 0x7F, 0x10, -+0x12, 0x3A, 0x96, 0x90, 0x00, 0x72, 0xE0, 0x54, 0xF3, 0xFD, 0x7F, 0x72, 0x12, 0x3A, 0x96, 0x90, -+0x01, 0x01, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0x01, 0x00, 0x74, 0xFF, 0xF0, 0x90, 0xA3, 0x51, 0xF1, -+0x81, 0x30, 0xE0, 0x05, 0x7F, 0x03, 0x12, 0x76, 0x89, 0x90, 0xA3, 0x6E, 0xE0, 0x20, 0xE0, 0x32, -+0x12, 0xA0, 0x0C, 0x30, 0xE0, 0x2C, 0x90, 0xA3, 0x95, 0xE0, 0x60, 0x07, 0xE4, 0x90, 0xA5, 0x0B, -+0xF0, 0x80, 0x06, 0x90, 0xA5, 0x0B, 0x74, 0x01, 0xF0, 0xEF, 0xC4, 0x13, 0x54, 0x07, 0x90, 0xA5, -+0x0C, 0x30, 0xE0, 0x05, 0x74, 0x01, 0xF0, 0x80, 0x03, 0x74, 0x02, 0xF0, 0x90, 0xA5, 0x0B, 0x12, -+0x72, 0xB0, 0x90, 0x06, 0xB7, 0x74, 0x09, 0xF0, 0x90, 0x06, 0xB4, 0x74, 0x86, 0xF0, 0x12, 0xB6, -+0x1C, 0x54, 0xBF, 0xF1, 0x6C, 0x91, 0x26, 0x12, 0xB6, 0x36, 0x90, 0x00, 0x02, 0xE0, 0x44, 0x01, -+0x12, 0x77, 0xDB, 0x7F, 0x00, 0x7E, 0x0C, 0xF1, 0x66, 0x91, 0x26, 0x12, 0xB5, 0x56, 0xF1, 0x66, -+0x91, 0x26, 0x12, 0xB6, 0x3D, 0x90, 0x00, 0xFF, 0xE0, 0x70, 0x15, 0x12, 0xAA, 0xC3, 0x54, 0xE7, -+0x12, 0xAA, 0x36, 0x12, 0xAA, 0xC3, 0x54, 0x18, 0x70, 0x06, 0x90, 0x01, 0xBF, 0xE0, 0x04, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x36, 0xCE, 0xEF, 0x54, 0xFC, 0xFF, 0xEC, 0x90, 0xA5, 0x0F, -+0x12, 0x27, 0x48, 0x90, 0xA5, 0x0F, 0x12, 0x4A, 0x12, 0x90, 0xAC, 0xB9, 0x02, 0x27, 0x48, 0x74, -+0x08, 0xFF, 0xFE, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xDE, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x12, 0x36, 0xCE, 0x90, 0xA4, 0xE8, 0x12, 0x27, 0x48, 0x90, 0xA4, 0xE0, 0x12, 0x4A, -+0x12, 0x12, 0x27, 0x15, 0x90, 0xA4, 0xE8, 0xF1, 0x78, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x90, 0xA4, 0xE0, 0x12, 0x4A, 0x12, 0x90, 0xA4, 0xE4, 0xF1, 0x78, 0xD0, 0x03, 0xD0, 0x02, -+0xD0, 0x01, 0xD0, 0x00, 0x12, 0x4A, 0x05, 0x90, 0xA4, 0xEC, 0x12, 0x27, 0x48, 0x90, 0xA4, 0xEC, -+0x91, 0x26, 0x90, 0xA4, 0xDE, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x37, 0x5D, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x90, 0xA5, 0x28, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x7F, 0x34, 0x7E, 0x08, 0x12, 0x36, 0xCE, 0x90, 0xA5, 0x2A, 0x12, 0x27, 0x48, 0x90, -+0xA5, 0x28, 0xE0, 0x14, 0x60, 0x5E, 0x14, 0x70, 0x02, 0xA1, 0xC8, 0x24, 0x02, 0x60, 0x02, 0xC1, -+0x4C, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x00, 0x30, 0x03, 0xC3, 0x90, 0xA4, 0xE4, 0x12, 0x27, -+0x54, 0x00, 0x30, 0x02, 0x00, 0xD1, 0x61, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xD1, 0x63, 0x12, 0x27, 0x54, 0x00, -+0x1C, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x10, 0x00, 0x00, 0x7F, 0x64, 0xD1, -+0x63, 0x12, 0x27, 0x54, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0xC0, -+0x00, 0x00, 0xC1, 0x2F, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x00, 0x30, 0x03, 0xC3, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x00, 0x30, 0x02, 0x01, 0xD1, 0x61, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, -+0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xD1, 0x63, 0x12, -+0x27, 0x54, 0x00, 0x00, 0x00, 0x3C, 0xD1, 0x4D, 0x12, 0x27, 0x54, 0xF0, 0x00, 0x00, 0x00, 0x12, -+0xB4, 0xC1, 0xD1, 0x63, 0x12, 0x27, 0x54, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, -+0x54, 0x00, 0x08, 0x00, 0x00, 0x12, 0xB4, 0xA8, 0x60, 0x13, 0x12, 0x27, 0x54, 0x03, 0xC0, 0x00, -+0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0x80, 0x00, 0x00, 0x80, 0x11, 0x12, 0x27, 0x54, -+0x03, 0xC0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0xC0, 0x00, 0x00, 0x7F, 0x48, -+0x7E, 0x08, 0x91, 0x33, 0x90, 0xA5, 0x29, 0xE0, 0x90, 0xA4, 0xE0, 0xB4, 0x01, 0x13, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x10, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x10, 0x80, -+0x11, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x10, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x7F, 0x00, 0x7E, 0x0A, 0xC1, 0x4A, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x00, 0x30, -+0x03, 0xC3, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x30, 0x02, 0x02, 0xD1, 0x61, 0x12, 0x27, -+0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x7F, -+0xC4, 0xD1, 0x63, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x3C, 0xD1, 0x4D, 0x12, 0x27, 0x54, 0xF0, -+0x00, 0x00, 0x00, 0x12, 0xB4, 0xC1, 0xD1, 0x63, 0x12, 0x27, 0x54, 0x00, 0x1C, 0x00, 0x00, 0x90, -+0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x08, 0x00, 0x00, 0x12, 0xB4, 0xA8, 0x60, 0x17, 0x12, 0x27, -+0x54, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0x40, 0x00, 0x00, 0x7F, -+0x48, 0x7E, 0x08, 0x80, 0x15, 0x12, 0x27, 0x54, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, -+0x27, 0x54, 0x01, 0x80, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, 0x91, 0x33, 0x22, 0x90, 0xA5, 0x29, -+0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x02, 0x12, 0x27, 0x35, 0x90, 0xA4, 0xE4, 0x12, 0x27, -+0x48, 0x7F, 0xAC, 0x7E, 0x08, 0x91, 0x33, 0x90, 0xA4, 0xE0, 0x22, 0x90, 0xA5, 0x6F, 0xED, 0xF0, -+0x90, 0xA5, 0x6E, 0xEF, 0xF0, 0x70, 0x73, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, -+0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0xD1, -+0x65, 0x12, 0x27, 0x54, 0x00, 0x03, 0xE0, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x02, -+0xE0, 0x00, 0x7F, 0x30, 0xD1, 0x63, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x03, 0x90, 0xA4, 0xE4, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x01, 0x7F, 0x34, 0xD1, 0x63, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x03, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x12, 0xB4, 0xD8, 0x12, -+0x27, 0x54, 0x30, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, 0x00, -+0x91, 0x2F, 0x90, 0x04, 0x54, 0xE0, 0x54, 0x7F, 0xE1, 0xE6, 0x90, 0xA5, 0x6E, 0xE0, 0x64, 0x01, -+0x70, 0x73, 0x90, 0x04, 0x54, 0xE0, 0x44, 0x80, 0xF1, 0xE6, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, -+0x30, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x74, 0x08, -+0xFF, 0xFE, 0xD1, 0x65, 0x12, 0x27, 0x54, 0x00, 0x03, 0xE0, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, -+0x54, 0x00, 0x02, 0xA0, 0x00, 0x7F, 0x30, 0xD1, 0x63, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x03, -+0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x02, 0x7F, 0x34, 0xD1, 0x63, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0x03, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x01, 0x12, -+0xB4, 0xD8, 0x12, 0x27, 0x54, 0x30, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x20, -+0x00, 0x00, 0x00, 0x91, 0x2F, 0x22, 0x12, 0x36, 0xCE, 0xEF, 0x44, 0x03, 0xFF, 0xEC, 0x90, 0xA5, -+0x07, 0x12, 0x27, 0x48, 0x90, 0xA5, 0x07, 0x22, 0x12, 0x4A, 0x1E, 0x02, 0x49, 0xF8, 0x90, 0xA2, -+0xEA, 0xE0, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0xF1, 0xDE, 0xF1, 0x98, 0x7D, 0x0C, 0x7F, 0x01, -+0x41, 0x4F, 0xE4, 0xFD, 0x7F, 0x0C, 0x11, 0x4D, 0xE4, 0xFD, 0xFF, 0x02, 0x59, 0x62, 0x71, 0x3C, -+0xF1, 0x98, 0x7D, 0x0C, 0x7F, 0x01, 0x41, 0x4F, 0x90, 0xA3, 0x53, 0xE0, 0x20, 0xE0, 0x1D, 0x90, -+0xA2, 0xEF, 0xE0, 0x64, 0x01, 0x70, 0x15, 0x12, 0x8E, 0xC8, 0x12, 0x99, 0x42, 0x60, 0x05, 0xF1, -+0x92, 0x02, 0xB1, 0x8A, 0x90, 0xA2, 0xF2, 0xE0, 0x70, 0x02, 0x11, 0x49, 0x22, 0x12, 0xB1, 0x8A, -+0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x0C, 0x60, 0x05, 0xF1, 0x92, 0x12, 0xB2, 0xCC, 0x22, 0x90, 0x06, -+0x04, 0xE0, 0x54, 0x7F, 0xF0, 0x22, 0x90, 0xA5, 0x70, 0xF0, 0xE0, 0x90, 0x04, 0x54, 0xF0, 0x22, -+0x02, 0x4D, 0xEA, 0xE4, 0xFB, 0xFA, 0xFD, 0x7F, 0x01, 0x12, 0x48, 0x2E, 0x90, 0xA4, 0x7D, 0xEF, -+0xF0, 0x60, 0xF0, 0x90, 0xA1, 0x23, 0xE0, 0xFF, 0x70, 0x04, 0xA3, 0xE0, 0x60, 0xE5, 0xC2, 0xAF, -+0xEF, 0x30, 0xE0, 0x0E, 0x90, 0xA1, 0x23, 0xE0, 0x54, 0xFE, 0xF0, 0xE4, 0xFF, 0x12, 0xA8, 0x81, -+0x11, 0x3C, 0xF1, 0x62, 0x30, 0xE1, 0x06, 0x54, 0xFD, 0xF0, 0x12, 0xA1, 0x93, 0xF1, 0x62, 0x30, -+0xE2, 0x06, 0x54, 0xFB, 0xF0, 0x12, 0x7A, 0xB7, 0xD2, 0xAF, 0x80, 0xC7, 0xE4, 0xF5, 0x0E, 0x90, -+0xA2, 0xE4, 0xE0, 0xFF, 0xE5, 0x0E, 0xC3, 0x9F, 0x40, 0x02, 0xA1, 0x60, 0xE5, 0x0E, 0x13, 0x13, -+0x13, 0x54, 0x1F, 0x90, 0xA4, 0x8B, 0xF0, 0xE5, 0x0E, 0x54, 0x07, 0xA3, 0xF0, 0x90, 0x04, 0xA0, -+0xE0, 0xFF, 0xA3, 0xE0, 0xFE, 0xEF, 0x64, 0x01, 0x70, 0x24, 0xE5, 0x0E, 0x6E, 0x70, 0x1F, 0xA3, -+0xE0, 0xF5, 0x0F, 0xA3, 0xE0, 0xF1, 0xB4, 0xE5, 0x0F, 0xF0, 0xF1, 0x6C, 0xE0, 0x54, 0xFC, 0xFF, -+0x90, 0xA4, 0x87, 0xE0, 0x54, 0x03, 0x4F, 0xFF, 0xF1, 0x6C, 0xEF, 0xF0, 0xA1, 0x5C, 0xAF, 0x0E, -+0x12, 0x7E, 0xF3, 0xEF, 0x70, 0x02, 0xA1, 0x5C, 0x12, 0x4D, 0xDE, 0x12, 0x4F, 0x80, 0x30, 0xE0, -+0x02, 0xA1, 0x5C, 0x90, 0xA4, 0x8B, 0xE0, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0x12, 0xA2, -+0x56, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0xCB, 0x60, 0x02, 0xA1, 0x5C, -+0x12, 0xAA, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0x4E, 0x70, 0x08, 0x12, 0xAA, 0x16, 0xE0, 0x70, 0x02, -+0xA1, 0x5C, 0xE5, 0x0E, 0x12, 0xAD, 0xF8, 0x90, 0xA4, 0x81, 0x12, 0x4A, 0x3F, 0x12, 0xAA, 0x22, -+0xE0, 0xF5, 0x13, 0xA3, 0xE0, 0xF5, 0x14, 0x12, 0xAA, 0x16, 0xE0, 0xFF, 0x90, 0xA4, 0x84, 0xE4, -+0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x12, 0x57, 0x92, 0xE0, 0x90, 0xA4, 0x86, -+0xF0, 0xFD, 0x12, 0x4D, 0xDE, 0xFE, 0x13, 0x13, 0x54, 0x03, 0xF1, 0xB4, 0xE0, 0xF5, 0x0F, 0x54, -+0x7F, 0xF5, 0x10, 0xD3, 0x9D, 0x40, 0x16, 0x90, 0xA4, 0x86, 0xE0, 0xF5, 0x10, 0xE5, 0x0F, 0x30, -+0xE7, 0x07, 0xE5, 0x10, 0x44, 0x80, 0xFF, 0x80, 0x02, 0xAF, 0x10, 0x8F, 0x0F, 0xE5, 0x10, 0x90, -+0x41, 0xED, 0x93, 0xB1, 0x61, 0xC3, 0x9F, 0x40, 0x0B, 0x74, 0x38, 0x25, 0x10, 0xF5, 0x82, 0xE4, -+0x34, 0xA1, 0x80, 0x09, 0x74, 0x8C, 0x25, 0x10, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, -+0xFF, 0x12, 0xAE, 0x07, 0x90, 0xA4, 0x7E, 0x12, 0x4A, 0x3F, 0xB1, 0x6F, 0xE0, 0xC3, 0x94, 0x05, -+0x40, 0x02, 0x61, 0x37, 0xAD, 0x15, 0xAF, 0x10, 0x12, 0xAC, 0x86, 0x8F, 0x15, 0xE5, 0x0F, 0x30, -+0xE7, 0x04, 0x05, 0x15, 0x05, 0x15, 0xE5, 0x15, 0xD3, 0x94, 0x1A, 0xAF, 0x15, 0x40, 0x02, 0x7F, -+0x1A, 0x12, 0xAE, 0x07, 0x90, 0xA4, 0x7E, 0x12, 0x4A, 0x3F, 0xC3, 0xE5, 0x14, 0x94, 0x0F, 0xE5, -+0x13, 0x94, 0x00, 0x50, 0x73, 0xF1, 0x82, 0xFF, 0x90, 0xA4, 0x85, 0xE0, 0x2F, 0xFF, 0x90, 0xA4, -+0x84, 0xE0, 0x35, 0xF0, 0xFE, 0xF1, 0xDB, 0xFF, 0xEE, 0x35, 0xF0, 0xFE, 0x90, 0x00, 0x04, 0x12, -+0x49, 0xC0, 0x2F, 0xFD, 0xEE, 0x35, 0xF0, 0x12, 0xB5, 0xB3, 0xD3, 0xED, 0x9F, 0xEC, 0x9E, 0x40, -+0x07, 0xE4, 0xFB, 0x12, 0xA2, 0x69, 0x61, 0x30, 0x90, 0xA4, 0x81, 0x12, 0x4A, 0x36, 0x12, 0x49, -+0x95, 0x65, 0x14, 0x70, 0x04, 0xE5, 0xF0, 0x65, 0x13, 0x75, 0xF0, 0x04, 0x70, 0x22, 0x12, 0x4F, -+0x6B, 0x12, 0x99, 0xEF, 0xFE, 0xEF, 0x54, 0x3F, 0xFF, 0xEE, 0x04, 0x54, 0x03, 0xFE, 0xC4, 0x33, -+0x33, 0x54, 0xC0, 0x4F, 0xF0, 0xE4, 0xFD, 0xAF, 0x0E, 0xB1, 0x89, 0x75, 0xF0, 0x04, 0x80, 0x00, -+0x12, 0x4F, 0x6B, 0x54, 0x3F, 0xF0, 0x61, 0x30, 0xE5, 0x0E, 0x70, 0x43, 0xF1, 0x82, 0xFF, 0xAE, -+0xF0, 0xF1, 0xDB, 0xFD, 0xE5, 0xF0, 0x3E, 0x12, 0xB5, 0xB3, 0xC3, 0xED, 0x9F, 0xEC, 0x9E, 0x50, -+0x08, 0x90, 0xA1, 0x22, 0x74, 0x01, 0xF0, 0x80, 0x26, 0xF1, 0x82, 0xFB, 0xAA, 0xF0, 0xE5, 0x14, -+0xAE, 0x13, 0x78, 0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x7C, 0x00, 0x7D, 0x05, -+0x12, 0x26, 0x98, 0xD3, 0xEB, 0x9F, 0xEA, 0x9E, 0x40, 0x05, 0xE4, 0x90, 0xA1, 0x22, 0xF0, 0xF1, -+0x49, 0x12, 0x8E, 0x35, 0xFE, 0x60, 0x12, 0xF1, 0x49, 0xEF, 0x54, 0x07, 0xFF, 0xC3, 0xEE, 0x94, -+0x01, 0x54, 0x1F, 0x12, 0x97, 0xCD, 0xF0, 0x61, 0x30, 0x90, 0xA4, 0x8B, 0xE0, 0x24, 0x11, 0xF5, -+0x82, 0xE4, 0x34, 0x9D, 0x12, 0xA2, 0x56, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, -+0xF1, 0xCB, 0x60, 0x27, 0x74, 0xA2, 0x25, 0x0E, 0xB1, 0x81, 0xE0, 0xFF, 0xF4, 0x60, 0x1C, 0x8F, -+0x0F, 0x90, 0xA4, 0x87, 0xE0, 0xF5, 0x77, 0x7B, 0x01, 0xAD, 0x0F, 0xAF, 0x0E, 0x12, 0x90, 0xE4, -+0x74, 0xA2, 0x25, 0x0E, 0xB1, 0x81, 0x74, 0xFF, 0xF0, 0x61, 0x30, 0xAB, 0x15, 0xAD, 0x0E, 0xAF, -+0x14, 0xAE, 0x13, 0x12, 0xAD, 0x29, 0x8E, 0x11, 0x8F, 0x12, 0xF1, 0xA6, 0xC3, 0x12, 0xB5, 0xDC, -+0x50, 0x5E, 0x12, 0xB5, 0x18, 0x54, 0x7F, 0xB1, 0x61, 0xFE, 0xC3, 0x9F, 0x40, 0x05, 0xEE, 0x9F, -+0xFF, 0x80, 0x0B, 0xB1, 0x62, 0xFF, 0x12, 0xB5, 0x18, 0x54, 0x7F, 0xC3, 0x9F, 0xFF, 0xEF, 0xD3, -+0x94, 0x04, 0x40, 0x0E, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x9B, 0x12, 0x12, 0x57, 0xA2, 0xF0, -+0x80, 0x12, 0xF1, 0x77, 0xE0, 0xFE, 0xA3, 0xE0, 0x4E, 0x60, 0x09, 0xF1, 0x77, 0x74, 0xFF, 0xF5, -+0xF0, 0x12, 0x49, 0x7F, 0xF1, 0xA6, 0xF1, 0xD3, 0xE5, 0x0E, 0x12, 0x97, 0x45, 0xF1, 0xC3, 0xF1, -+0x77, 0xE0, 0xFE, 0xA3, 0xE0, 0x4E, 0x70, 0x18, 0x7D, 0x01, 0xAF, 0x0E, 0xB1, 0x89, 0x80, 0x10, -+0xE5, 0x10, 0x12, 0xA6, 0x49, 0xD3, 0x12, 0xB5, 0xDC, 0x40, 0x05, 0x7B, 0x01, 0x12, 0xA2, 0x69, -+0xE4, 0xF5, 0x11, 0xF5, 0x12, 0xA1, 0x39, 0xB1, 0x6F, 0xE0, 0xF9, 0x64, 0x05, 0x60, 0x02, 0x61, -+0xEB, 0xF1, 0x3E, 0xE0, 0x54, 0x07, 0xF5, 0x18, 0xB1, 0x62, 0xC3, 0x94, 0x30, 0x40, 0x12, 0x12, -+0x55, 0x13, 0xE0, 0x20, 0xE2, 0x0B, 0x12, 0x4D, 0xDE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, -+0x0F, 0xE4, 0xF5, 0x18, 0xB1, 0x6F, 0xF1, 0x54, 0xE4, 0xF0, 0xF1, 0x9A, 0xE4, 0xF0, 0x80, 0x0B, -+0xAD, 0x10, 0xAF, 0x0E, 0x12, 0xAB, 0x5F, 0xF1, 0x9A, 0xEF, 0xF0, 0xF1, 0x9A, 0xE0, 0x64, 0x01, -+0x70, 0x61, 0xF1, 0x8E, 0xE0, 0xFF, 0x24, 0x05, 0xFD, 0xE4, 0x33, 0xFC, 0xB1, 0x62, 0xFE, 0xC3, -+0x12, 0x90, 0x4F, 0x50, 0x0B, 0x12, 0xB4, 0xFB, 0xE0, 0xFD, 0xE5, 0x10, 0xC3, 0x9D, 0x40, 0x1B, -+0xE5, 0x18, 0x70, 0x05, 0x75, 0x18, 0x01, 0x80, 0x0D, 0xE5, 0x18, 0xB4, 0x01, 0x05, 0x75, 0x18, -+0x03, 0x80, 0x03, 0x75, 0x18, 0x05, 0xF1, 0x8E, 0xEE, 0x80, 0x1B, 0xB1, 0x62, 0x24, 0x05, 0xFD, -+0xE4, 0x33, 0xFC, 0xC3, 0xEF, 0x12, 0x90, 0x4F, 0x50, 0x06, 0xF1, 0x56, 0xE0, 0xB4, 0x0A, 0x0C, -+0xB1, 0x62, 0xFF, 0xF1, 0x8E, 0xEF, 0xF1, 0x55, 0xE4, 0xF0, 0x80, 0x07, 0xB1, 0x6F, 0xF1, 0x54, -+0xE0, 0x04, 0xF0, 0x12, 0xB4, 0xFB, 0xE5, 0x10, 0xF0, 0xA1, 0x28, 0xE9, 0x64, 0x06, 0x60, 0x02, -+0xA1, 0x39, 0xF5, 0x11, 0xF5, 0x12, 0xF1, 0x3E, 0xE0, 0x54, 0x07, 0xF5, 0x18, 0xAF, 0x14, 0xAE, -+0x13, 0x12, 0xAD, 0x0F, 0x8F, 0x16, 0xE5, 0x15, 0xD3, 0x94, 0x13, 0x40, 0x1F, 0x90, 0xA4, 0x7E, -+0x12, 0x4A, 0x36, 0x12, 0x4F, 0x76, 0xFD, 0x7C, 0x00, 0xE5, 0x14, 0xAE, 0x13, 0xA8, 0x07, 0x08, -+0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x80, 0x19, 0xE5, 0x14, 0xAE, 0x13, -+0xA8, 0x16, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0x44, 0x4A, -+0xE4, 0x93, 0xFD, 0x7C, 0x00, 0x12, 0x26, 0x98, 0x90, 0xA4, 0x88, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, -+0xE4, 0xF5, 0x17, 0xE5, 0x15, 0xD3, 0x94, 0x13, 0x40, 0x1D, 0x12, 0xAE, 0x19, 0xA8, 0x16, 0x08, -+0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA4, 0x7E, 0x12, 0x4A, 0x36, -+0x85, 0x17, 0x82, 0xF1, 0xEB, 0x80, 0x16, 0x12, 0xAE, 0x19, 0xA8, 0x16, 0x08, 0x80, 0x05, 0xCE, -+0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0xE5, 0x17, 0x90, 0x44, 0x45, 0x93, 0x12, 0xAD, 0xF0, -+0x25, 0x12, 0xF5, 0x12, 0xEE, 0x35, 0x11, 0xF5, 0x11, 0xC3, 0x90, 0xA4, 0x89, 0xE0, 0x95, 0x12, -+0x90, 0xA4, 0x88, 0xE0, 0x95, 0x11, 0x40, 0x08, 0x05, 0x17, 0xE5, 0x17, 0x64, 0x05, 0x70, 0xA3, -+0xE5, 0x17, 0xC3, 0x13, 0xF5, 0x17, 0xE5, 0x18, 0x24, 0x01, 0xFF, 0xE4, 0x33, 0xA2, 0xE7, 0x13, -+0xEF, 0x13, 0xFF, 0xD3, 0x95, 0x17, 0x40, 0x06, 0xEF, 0x95, 0x17, 0xFF, 0x80, 0x02, 0xE4, 0xFF, -+0xF1, 0x32, 0xE0, 0xC3, 0x13, 0xFE, 0xEF, 0xC4, 0x33, 0x54, 0xE0, 0x2E, 0xFE, 0xF1, 0x32, 0xEE, -+0xF0, 0xF1, 0x32, 0xE0, 0xC3, 0x94, 0xC0, 0x40, 0x05, 0xF1, 0x32, 0x74, 0xC0, 0xF0, 0xF1, 0x32, -+0xE0, 0x24, 0x1F, 0xFF, 0xE4, 0x33, 0xFE, 0xEF, 0x78, 0x06, 0xCE, 0xA2, 0xE7, 0x13, 0xCE, 0x13, -+0xD8, 0xF8, 0x25, 0xE0, 0xFF, 0x70, 0x04, 0xF5, 0x18, 0x80, 0x04, 0xEF, 0x14, 0xF5, 0x18, 0xD3, -+0x90, 0xA4, 0x85, 0xE0, 0x94, 0x03, 0x90, 0xA4, 0x84, 0xE0, 0x94, 0x00, 0x50, 0x07, 0xB1, 0x62, -+0xC3, 0x94, 0x30, 0x50, 0x03, 0xE4, 0xF5, 0x18, 0xF1, 0x3E, 0xE0, 0x54, 0xF8, 0x90, 0xA4, 0x8A, -+0xF0, 0x45, 0x18, 0xFF, 0xF0, 0xF1, 0x3E, 0xEF, 0xF0, 0xB1, 0x6F, 0xE0, 0xD3, 0x94, 0x05, 0x50, -+0x07, 0xB1, 0x6F, 0xE0, 0x04, 0xF0, 0x80, 0x0A, 0xF1, 0x49, 0xE0, 0x54, 0xF8, 0xF0, 0xB1, 0x6F, -+0xE4, 0xF0, 0x75, 0x19, 0x01, 0x7D, 0x01, 0xAF, 0x0E, 0x12, 0xA9, 0xB6, 0x05, 0x0E, 0x01, 0x3F, -+0x22, 0xFF, 0x74, 0x11, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0xE0, 0x22, 0x74, -+0xA2, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0xF5, 0x83, 0x22, 0x90, 0xA4, 0x8D, 0xE0, 0x24, -+0xA2, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0x8F, 0x1A, 0x8D, 0x1B, 0x74, 0xA2, 0x2F, -+0xB1, 0x81, 0x74, 0xFF, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0xF1, 0xBD, 0xE0, 0xF5, 0x1C, 0x54, 0x7F, -+0xF5, 0x1D, 0xE5, 0x1C, 0x54, 0x80, 0xF5, 0x1E, 0x12, 0x57, 0x8E, 0xE0, 0xF5, 0x20, 0x75, 0xF0, -+0x04, 0xEF, 0x12, 0x4D, 0xE3, 0xC4, 0x54, 0x03, 0xF5, 0x21, 0xE5, 0x1D, 0xF1, 0xA8, 0xF1, 0xD3, -+0xE5, 0x1A, 0x12, 0x97, 0x45, 0xF1, 0xC3, 0x74, 0x22, 0x25, 0x1A, 0x12, 0x95, 0xFD, 0xE5, 0x1C, -+0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x12, 0x4D, 0xE3, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x1F, 0x74, -+0x22, 0x25, 0x1A, 0x12, 0x97, 0xC5, 0xE5, 0x1F, 0xF0, 0x74, 0x91, 0x25, 0x1A, 0x12, 0x55, 0x17, -+0xE0, 0x30, 0xE0, 0x1D, 0xE5, 0x1D, 0x64, 0x3F, 0x70, 0x17, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x12, -+0x4F, 0x6D, 0xC4, 0x13, 0x54, 0x07, 0x7F, 0x3E, 0x30, 0xE0, 0x02, 0x7F, 0xBE, 0xF1, 0xE3, 0xE1, -+0x2E, 0xE5, 0x1D, 0x64, 0x2D, 0x70, 0x2F, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x12, 0x4D, 0xE3, 0xFF, -+0x54, 0x03, 0xFE, 0xE5, 0x1F, 0xC3, 0x9E, 0x50, 0x1D, 0x75, 0x1C, 0x2C, 0x05, 0x1F, 0xE5, 0x1F, -+0x12, 0x97, 0xB6, 0xFE, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x90, 0x96, 0x14, 0x12, 0x4A, 0x2A, 0xEF, -+0x54, 0xF3, 0x4E, 0xF0, 0x80, 0x08, 0xE5, 0x1D, 0xB4, 0x2C, 0x0E, 0x75, 0x1C, 0x2D, 0x74, 0xA2, -+0x25, 0x1A, 0xB1, 0x81, 0x74, 0xFF, 0xF0, 0xE1, 0x29, 0xE5, 0x1D, 0xC3, 0x95, 0x20, 0x40, 0x02, -+0xC1, 0xFB, 0xAD, 0x1C, 0xAF, 0x1A, 0x12, 0xAB, 0x32, 0xEF, 0xF4, 0x60, 0x0B, 0x8F, 0x1C, 0x8F, -+0x1D, 0xE5, 0x1C, 0x30, 0xE7, 0x02, 0xE1, 0x29, 0xAD, 0x1D, 0xAF, 0x21, 0x12, 0xA4, 0xB0, 0x8F, -+0x1D, 0xAD, 0x20, 0xAF, 0x21, 0x12, 0xA4, 0xB0, 0x8F, 0x20, 0xE5, 0x1D, 0xD3, 0x94, 0x0B, 0x40, -+0x13, 0x90, 0xA4, 0x95, 0xE5, 0x21, 0xF0, 0xAB, 0x1A, 0xE4, 0xFD, 0xAF, 0x1D, 0x12, 0xA4, 0xC4, -+0x8F, 0x1C, 0x80, 0x0B, 0xAB, 0x1A, 0xAD, 0x20, 0xAF, 0x1D, 0x12, 0xA5, 0xF8, 0x8F, 0x1C, 0xAD, -+0x1C, 0xAF, 0x21, 0x12, 0xA4, 0x9D, 0x8F, 0x1C, 0x74, 0xA2, 0x25, 0x1A, 0xB1, 0x81, 0xE0, 0xFD, -+0xF4, 0x60, 0x0D, 0xAF, 0x21, 0x12, 0xA4, 0x9D, 0x74, 0xA2, 0x25, 0x1A, 0xB1, 0x81, 0xEF, 0xF0, -+0x74, 0x91, 0x25, 0x1A, 0x12, 0x55, 0x17, 0xE0, 0x30, 0xE0, 0x4E, 0xE5, 0x1D, 0x64, 0x3F, 0x70, -+0x48, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x12, 0x4F, 0x6D, 0xC4, 0x13, 0x54, 0x07, 0x7F, 0x3E, 0x30, -+0xE0, 0x02, 0x7F, 0xBE, 0xF1, 0xE3, 0x12, 0x90, 0xE0, 0x80, 0x2E, 0xE5, 0x1D, 0x65, 0x20, 0x70, -+0x1C, 0x75, 0xF0, 0x04, 0xE5, 0x1A, 0x12, 0x4F, 0x6D, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x21, -+0xE5, 0x1C, 0x20, 0xE7, 0x1C, 0xE5, 0x1D, 0x44, 0x80, 0xF5, 0x1C, 0x80, 0x0C, 0x74, 0x22, 0x25, -+0x1A, 0x12, 0x95, 0xFD, 0xE5, 0x20, 0xF0, 0xF5, 0x1C, 0x85, 0x1F, 0x77, 0xAB, 0x1B, 0x12, 0x90, -+0xE0, 0x22, 0x74, 0x01, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, 0x75, 0xF0, -+0x10, 0xE5, 0x0E, 0x90, 0x81, 0x01, 0x02, 0x4A, 0x2A, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x9B, -+0x11, 0x02, 0x4A, 0x2A, 0xE4, 0xF0, 0x74, 0x21, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, -+0x83, 0x22, 0xD2, 0xAF, 0xC2, 0xAF, 0x90, 0xA1, 0x23, 0xE0, 0xFF, 0x22, 0x75, 0xF0, 0x10, 0xE5, -+0x0E, 0x90, 0x81, 0x05, 0x02, 0x4A, 0x2A, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x9B, 0x12, 0x02, -+0x4A, 0x2A, 0x90, 0xA4, 0x81, 0x12, 0x4A, 0x36, 0x90, 0x00, 0x08, 0x02, 0x49, 0xC0, 0x74, 0x01, -+0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x74, 0x91, 0x25, 0x0E, 0xF5, 0x82, -+0xE4, 0x34, 0x9A, 0xF5, 0x83, 0x22, 0xE5, 0x10, 0x25, 0xE0, 0x24, 0x41, 0xF5, 0x82, 0xE4, 0x34, -+0x42, 0xF5, 0x83, 0x22, 0x90, 0xA4, 0x87, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0E, 0x90, 0x81, 0x00, -+0x02, 0x4A, 0x2A, 0xF5, 0x83, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, -+0x5D, 0x4E, 0x22, 0xE4, 0x93, 0xFE, 0x74, 0x01, 0x93, 0xFF, 0x22, 0x90, 0x00, 0x06, 0x12, 0x49, -+0xC0, 0x2F, 0x22, 0x8F, 0x1C, 0x85, 0x1F, 0x77, 0xE4, 0xFB, 0x22, 0x75, 0x83, 0x00, 0x02, 0x26, -+0x37, 0x90, 0xA3, 0xB7, 0xE0, 0xC3, 0x13, 0x54, 0x07, 0xFF, 0x75, 0xF0, 0x0E, 0x90, 0xA3, 0xC4, -+0x12, 0x4A, 0x2A, 0xE0, 0xFE, 0x75, 0xF0, 0x0E, 0xEF, 0x90, 0xA3, 0xC3, 0x12, 0x4A, 0x2A, 0xE0, -+0x90, 0xA5, 0x21, 0xF0, 0x90, 0xA5, 0x20, 0xEE, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, 0x7E, 0x01, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x1C, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, -+0xA5, 0x20, 0xE0, 0xF5, 0x3B, 0xA3, 0xE0, 0xF5, 0x3C, 0x12, 0x34, 0x8C, 0x90, 0xA5, 0x1C, 0x12, -+0xB6, 0x25, 0xA3, 0xA3, 0xA3, 0x74, 0x05, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xF5, 0x24, -+0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x7D, 0x12, 0x8E, 0x0F, 0x70, 0x78, 0x12, 0x8D, 0x83, 0x60, 0x22, -+0x24, 0xFE, 0x60, 0x03, 0x04, 0x70, 0x1E, 0x90, 0xA2, 0xF6, 0xE0, 0x14, 0xF0, 0xE0, 0xFF, 0x60, -+0x06, 0x90, 0xA2, 0xF8, 0xE0, 0x60, 0x0E, 0xEF, 0x70, 0x08, 0x90, 0xA2, 0xF5, 0xE0, 0xA3, 0xF0, -+0x80, 0x00, 0x75, 0x24, 0x01, 0xE5, 0x24, 0x60, 0x4A, 0x90, 0xA2, 0xF3, 0xE0, 0x44, 0x10, 0xF0, -+0x90, 0xA2, 0xF8, 0xE0, 0x60, 0x04, 0x64, 0x01, 0x70, 0x16, 0xE4, 0x90, 0xA5, 0x20, 0xF0, 0x90, -+0xA2, 0xF8, 0xE0, 0x11, 0xD4, 0x90, 0xA5, 0x21, 0x11, 0x18, 0x90, 0xA2, 0xF8, 0xE0, 0x80, 0x10, -+0xE4, 0x90, 0xA5, 0x20, 0xF0, 0x11, 0xDB, 0x11, 0xD4, 0x90, 0xA5, 0x21, 0x11, 0x18, 0x11, 0xDB, -+0x11, 0xD4, 0x90, 0xA3, 0x08, 0xF0, 0x90, 0xA2, 0xF2, 0xE0, 0x20, 0xE2, 0x03, 0x12, 0x60, 0x49, -+0x12, 0x8E, 0xC8, 0x22, 0xFF, 0x90, 0xA2, 0xF7, 0xE0, 0x2F, 0x22, 0x90, 0xA2, 0xF8, 0xE0, 0x75, -+0xF0, 0x03, 0xA4, 0x24, 0xFE, 0x22, 0x11, 0x4D, 0x90, 0xA3, 0x53, 0xE0, 0x30, 0xE0, 0x04, 0xE4, -+0xFF, 0x11, 0xF4, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x53, 0xEF, 0xF0, -+0xA3, 0x74, 0x02, 0xF0, 0xE4, 0xFF, 0x12, 0x8B, 0x4A, 0x90, 0xA3, 0x78, 0xE0, 0x44, 0x10, 0xF0, -+0x90, 0xA3, 0x57, 0xE0, 0x30, 0xE0, 0x04, 0x7F, 0x01, 0x80, 0x32, 0x90, 0xA3, 0x53, 0x12, 0x5F, -+0xCB, 0x30, 0xE0, 0x04, 0x7F, 0x0D, 0x80, 0x25, 0x12, 0xB5, 0xF8, 0x30, 0xE0, 0x10, 0xEF, 0x13, -+0x13, 0x54, 0x3F, 0x30, 0xE0, 0x04, 0x7F, 0x09, 0x80, 0x13, 0x7F, 0x03, 0x80, 0x0F, 0x90, 0xA3, -+0x56, 0xE0, 0xC3, 0x13, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, 0x7F, 0x09, 0xD1, 0x89, 0x90, -+0xA5, 0x53, 0xE0, 0x64, 0x03, 0x70, 0x67, 0x12, 0x5F, 0xC8, 0x30, 0xE0, 0x5C, 0x90, 0xA3, 0x5D, -+0xE0, 0xFF, 0x90, 0xA3, 0x68, 0xE0, 0xFE, 0xD3, 0x9F, 0x40, 0x34, 0xEE, 0x75, 0xF0, 0x03, 0xA4, -+0xFF, 0x90, 0xA3, 0x5F, 0xE0, 0xFE, 0xC3, 0xEF, 0x9E, 0xFF, 0x24, 0x03, 0xFD, 0xE4, 0x33, 0xFC, -+0x90, 0xA3, 0x55, 0xE0, 0xFE, 0x12, 0x90, 0x4E, 0x40, 0x08, 0xEE, 0x9F, 0x90, 0xA5, 0x56, 0xF0, -+0x80, 0x06, 0x90, 0xA5, 0x56, 0x74, 0x03, 0xF0, 0x90, 0xA5, 0x56, 0x51, 0xA5, 0x80, 0x13, 0x90, -+0xA3, 0x60, 0xE0, 0xFF, 0x51, 0x94, 0x90, 0xA3, 0x5B, 0x74, 0x04, 0xF0, 0xE4, 0x90, 0xA3, 0x66, -+0xD1, 0x47, 0xE4, 0x90, 0xA3, 0x68, 0xF0, 0x80, 0x05, 0x90, 0xA3, 0x55, 0x51, 0xA5, 0x90, 0xA3, -+0x53, 0x12, 0x4F, 0x7F, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA5, 0x55, 0xF0, 0x80, 0x06, 0x90, 0xA5, -+0x55, 0x74, 0x01, 0xF0, 0x12, 0xB5, 0x43, 0x20, 0xE0, 0x13, 0x90, 0xA3, 0x95, 0xE0, 0x60, 0x07, -+0xE4, 0x90, 0xA5, 0x54, 0xF0, 0x80, 0x06, 0x90, 0xA5, 0x54, 0x74, 0x01, 0xF0, 0x90, 0xA5, 0x54, -+0x51, 0xB0, 0x90, 0xA3, 0x65, 0x74, 0x01, 0xF0, 0x12, 0x9E, 0x0E, 0x30, 0xE0, 0x0D, 0x90, 0xA5, -+0x53, 0xE0, 0x70, 0x32, 0xFD, 0xFF, 0x12, 0x59, 0x62, 0x80, 0x2B, 0xF1, 0xEF, 0x30, 0xE0, 0x12, -+0x12, 0xB5, 0x62, 0x60, 0x04, 0x7D, 0x01, 0x80, 0x18, 0x12, 0x67, 0x98, 0x7D, 0x01, 0x7F, 0x0C, -+0x80, 0x11, 0x90, 0xA5, 0x53, 0xE0, 0xB4, 0x03, 0x0D, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x07, 0xE4, -+0xFD, 0x7F, 0x04, 0x12, 0x60, 0x4D, 0x90, 0xA3, 0x52, 0xE0, 0x60, 0x18, 0x90, 0xA5, 0x53, 0xE0, -+0x70, 0x04, 0x7D, 0x04, 0x80, 0x0A, 0x90, 0xA5, 0x53, 0xE0, 0x64, 0x03, 0x70, 0x2E, 0x7D, 0x0B, -+0x7F, 0x6F, 0x80, 0x25, 0x90, 0xA5, 0x53, 0xE0, 0x70, 0x04, 0xFD, 0xFF, 0x80, 0x1B, 0x90, 0xA5, -+0x53, 0xE0, 0xB4, 0x03, 0x17, 0x12, 0x89, 0xF9, 0x20, 0xE0, 0x0B, 0xEF, 0x13, 0x13, 0x54, 0x3F, -+0x30, 0xE0, 0x03, 0x12, 0x99, 0xC0, 0xE4, 0xFD, 0xFF, 0x12, 0x59, 0x62, 0x12, 0x4F, 0x7C, 0x30, -+0xE0, 0x05, 0x7F, 0x01, 0x12, 0x9C, 0x9C, 0xF1, 0xE8, 0x30, 0xE0, 0x03, 0x12, 0xB5, 0x34, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0xA5, 0x20, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, -+0x50, 0x7E, 0x01, 0x01, 0x20, 0xE0, 0xFF, 0x51, 0x94, 0x90, 0xA3, 0x66, 0xE0, 0x04, 0xF0, 0x22, -+0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x78, 0x8D, 0x79, -+0xE5, 0x78, 0x64, 0x02, 0x60, 0x26, 0x12, 0xB5, 0x9E, 0x71, 0x46, 0xE5, 0x78, 0x90, 0xA4, 0xF8, -+0xB4, 0x01, 0x08, 0x12, 0x4A, 0x12, 0xEC, 0x44, 0x08, 0x80, 0x06, 0x12, 0x4A, 0x12, 0xEC, 0x44, -+0x04, 0x71, 0x46, 0x90, 0xA4, 0xF8, 0x12, 0x64, 0x26, 0x12, 0xB6, 0x44, 0xE5, 0x79, 0x64, 0x02, -+0x60, 0x4F, 0xF1, 0xE1, 0xE4, 0x71, 0x46, 0xE5, 0x79, 0x70, 0x09, 0x12, 0xB6, 0x59, 0x44, 0x77, -+0x71, 0x46, 0x80, 0x30, 0x12, 0xB6, 0x59, 0x44, 0x66, 0x71, 0x46, 0x12, 0xB5, 0x9E, 0x12, 0xB6, -+0x52, 0x90, 0xA3, 0x95, 0xE0, 0x90, 0xA4, 0xFC, 0x60, 0x08, 0x12, 0x4A, 0x12, 0xEC, 0x44, 0x04, -+0x80, 0x06, 0x12, 0x4A, 0x12, 0xEC, 0x44, 0x08, 0x12, 0xB6, 0x52, 0x90, 0xA4, 0xFC, 0x12, 0x64, -+0x26, 0x12, 0xB6, 0x44, 0x90, 0xA4, 0xF8, 0x12, 0x64, 0x26, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x37, -+0x5D, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xFC, 0x90, 0xA4, 0xF8, 0x02, 0x27, 0x48, 0x90, 0xA4, 0xAC, -+0xEF, 0xF0, 0x90, 0xA4, 0xAE, 0x74, 0x02, 0xF0, 0x7F, 0x01, 0x12, 0x8B, 0x4A, 0x90, 0xA3, 0x57, -+0x12, 0x4F, 0x7F, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, 0x7F, 0x01, 0xD1, 0x89, 0x90, 0xA4, -+0xAC, 0xE0, 0xB4, 0x02, 0x10, 0x90, 0xA3, 0x54, 0xE0, 0x24, 0x03, 0xFF, 0x90, 0xA3, 0x63, 0xE0, -+0xC3, 0x9F, 0xFF, 0x51, 0x94, 0x90, 0xA3, 0x53, 0xE0, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0xE4, 0x90, -+0xA4, 0xAD, 0xF0, 0x80, 0x06, 0x90, 0xA4, 0xAD, 0x74, 0x01, 0xF0, 0x12, 0xB5, 0x43, 0x20, 0xE0, -+0x13, 0x90, 0xA3, 0x95, 0xE0, 0x60, 0x08, 0x90, 0xA4, 0xAE, 0x74, 0x01, 0xF0, 0x80, 0x05, 0xE4, -+0x90, 0xA4, 0xAE, 0xF0, 0x90, 0xA4, 0xAE, 0xE0, 0xFF, 0x90, 0xA4, 0xAD, 0xE0, 0xFD, 0x51, 0xB5, -+0xE4, 0x90, 0xA3, 0x65, 0xF0, 0x90, 0xA4, 0xAC, 0xE0, 0xFF, 0xB4, 0x02, 0x04, 0x51, 0xA9, 0x80, -+0x09, 0xEF, 0xB4, 0x05, 0x05, 0xE4, 0x90, 0xA3, 0x66, 0xF0, 0x12, 0x9E, 0x0E, 0x30, 0xE0, 0x17, -+0x90, 0xA4, 0xAC, 0xE0, 0xB4, 0x02, 0x04, 0x7D, 0x08, 0x80, 0x4E, 0x90, 0xA4, 0xAC, 0xE0, 0x64, -+0x05, 0x70, 0x4B, 0x7D, 0x0E, 0x80, 0x42, 0xF1, 0xEF, 0x30, 0xE0, 0x20, 0x12, 0x9C, 0xD4, 0x20, -+0xE0, 0x03, 0x12, 0xB5, 0xA9, 0x90, 0xA4, 0xAC, 0xE0, 0xB4, 0x02, 0x04, 0x7D, 0x09, 0x80, 0x29, -+0x90, 0xA4, 0xAC, 0xE0, 0x64, 0x05, 0x70, 0x26, 0x7D, 0x0F, 0x80, 0x1D, 0x90, 0xA2, 0xEF, 0xE0, -+0x60, 0x1C, 0x12, 0xB5, 0xA9, 0x90, 0xA4, 0xAC, 0xE0, 0xB4, 0x02, 0x04, 0x7D, 0x0A, 0x80, 0x09, -+0x90, 0xA4, 0xAC, 0xE0, 0xB4, 0x05, 0x07, 0x7D, 0x10, 0x7F, 0x6F, 0x12, 0x59, 0x62, 0x90, 0xA3, -+0x56, 0xE0, 0x30, 0xE0, 0x03, 0x12, 0x67, 0x98, 0x12, 0x4F, 0x7C, 0x30, 0xE0, 0x05, 0xE4, 0xFF, -+0x12, 0x9C, 0x9C, 0xF1, 0xE8, 0x30, 0xE0, 0x0E, 0x90, 0x06, 0xCD, 0xE0, 0x54, 0xEF, 0xF0, 0x90, -+0x06, 0xCF, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x12, 0x5F, 0xC8, 0x20, 0xE0, 0x02, 0xC1, 0x41, 0x90, -+0xA3, 0x5B, 0xE0, 0x64, 0x01, 0x70, 0x2B, 0x90, 0x06, 0x92, 0xE0, 0x20, 0xE2, 0x06, 0x90, 0x04, -+0xE3, 0xE0, 0x60, 0x18, 0xD1, 0x48, 0xD1, 0x56, 0x90, 0xA3, 0x5F, 0xE0, 0x75, 0xF0, 0x03, 0x84, -+0xFF, 0x90, 0xA3, 0x68, 0xE0, 0xB5, 0x07, 0x02, 0x80, 0x02, 0xC1, 0x2B, 0x12, 0xB6, 0x01, 0x04, -+0xF0, 0x22, 0x90, 0xA3, 0x5B, 0xE0, 0x64, 0x04, 0x70, 0x28, 0x90, 0x06, 0x92, 0xE0, 0x20, 0xE2, -+0x06, 0x90, 0x04, 0xE3, 0xE0, 0x60, 0x14, 0xD1, 0x48, 0xD1, 0x56, 0x90, 0xA3, 0x5E, 0xE0, 0xFF, -+0x90, 0xA3, 0x68, 0xE0, 0xB5, 0x07, 0x02, 0x80, 0x02, 0xC1, 0x2B, 0x12, 0xB6, 0x01, 0x74, 0x04, -+0xF0, 0x22, 0x90, 0xA3, 0x5B, 0xE0, 0x64, 0x06, 0x60, 0x02, 0xA1, 0xAD, 0xD1, 0x5D, 0x50, 0x08, -+0x90, 0xA3, 0x69, 0xE0, 0x94, 0x03, 0x40, 0x1B, 0x12, 0x8E, 0xEE, 0x90, 0xA3, 0x66, 0x30, 0xE0, -+0x05, 0x74, 0x05, 0xF0, 0x80, 0x03, 0x74, 0x02, 0xF0, 0xE4, 0x90, 0xA3, 0x5B, 0xF0, 0x90, 0xA3, -+0x69, 0xF0, 0x22, 0x90, 0xA3, 0x5A, 0x12, 0x8E, 0x1B, 0x30, 0xE0, 0x3B, 0xEF, 0x54, 0xFB, 0xF0, -+0xE4, 0xA3, 0x12, 0x8E, 0xED, 0x30, 0xE0, 0x0B, 0x90, 0xA3, 0x78, 0xE0, 0x20, 0xE0, 0x02, 0xA1, -+0xDF, 0xA1, 0xD7, 0xD1, 0x5D, 0x40, 0x0B, 0x90, 0xA3, 0x78, 0xE0, 0x30, 0xE0, 0x02, 0xA1, 0xD7, -+0xA1, 0xDF, 0x90, 0xA3, 0x78, 0xE0, 0x30, 0xE0, 0x07, 0xD1, 0x42, 0x12, 0xB5, 0xE6, 0xA1, 0xEC, -+0x90, 0xA3, 0x66, 0x74, 0x02, 0xF0, 0x22, 0x12, 0x9D, 0xFD, 0x90, 0xA3, 0x69, 0xE0, 0x04, 0xF0, -+0x7F, 0x03, 0x51, 0x94, 0xD1, 0x5D, 0x50, 0x0A, 0x90, 0xA3, 0x69, 0xE0, 0x94, 0x03, 0x50, 0x02, -+0xC1, 0x41, 0x90, 0xA1, 0xE2, 0xE0, 0xFF, 0x90, 0xA5, 0x42, 0x74, 0x0A, 0xF0, 0x7B, 0x01, 0x7D, -+0x01, 0x12, 0x5C, 0xC2, 0xAD, 0x07, 0xAC, 0x06, 0xE4, 0xFF, 0x12, 0x5C, 0x82, 0x12, 0xB4, 0x4C, -+0xA3, 0xE0, 0x54, 0xFD, 0xF0, 0x90, 0xA3, 0x5A, 0xE0, 0x54, 0xFD, 0xF0, 0x54, 0xFB, 0xF0, 0x7D, -+0x04, 0x7F, 0x01, 0x12, 0x62, 0x4F, 0x7F, 0x03, 0xD1, 0x89, 0x90, 0x05, 0x22, 0xE0, 0x44, 0x10, -+0xFF, 0x7D, 0x03, 0x12, 0x59, 0x62, 0x90, 0x04, 0x9C, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0xA3, 0x5B, -+0xE0, 0x64, 0x07, 0x70, 0x3A, 0x90, 0xA3, 0x69, 0xE0, 0xB4, 0x04, 0x04, 0xD1, 0x4F, 0x80, 0x65, -+0x90, 0xA3, 0x5A, 0x12, 0x8E, 0x1B, 0x30, 0xE0, 0x18, 0xEF, 0x54, 0xFB, 0xF0, 0xE4, 0xA3, 0xF0, -+0x90, 0xA3, 0x78, 0xE0, 0x30, 0xE0, 0x08, 0xD1, 0x42, 0x12, 0xB5, 0xE6, 0x04, 0x80, 0x0D, 0x80, -+0x6E, 0x12, 0x9D, 0xFD, 0x12, 0x5B, 0xB5, 0x90, 0xA3, 0x69, 0xE0, 0x04, 0xF0, 0x80, 0x3C, 0x90, -+0xA3, 0x5B, 0xE0, 0x64, 0x09, 0x70, 0x4A, 0x90, 0xA3, 0x5A, 0xE0, 0x30, 0xE0, 0x0A, 0xD1, 0x4F, -+0x90, 0xA3, 0x5A, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x90, 0x06, 0x92, 0xE0, 0x30, 0xE2, 0x20, 0x74, -+0x04, 0xF0, 0xD1, 0x56, 0xE0, 0xB4, 0x02, 0x13, 0x12, 0xB6, 0x61, 0x60, 0x05, 0x74, 0x05, 0xF0, -+0x80, 0x03, 0x74, 0x02, 0xF0, 0xE4, 0x90, 0xA3, 0x5B, 0xF0, 0x22, 0x7F, 0x03, 0x41, 0x94, 0x12, -+0xB6, 0x61, 0x60, 0x05, 0x74, 0x05, 0xF0, 0x80, 0x03, 0x74, 0x02, 0xF0, 0xE4, 0x90, 0xA3, 0x5B, -+0xF0, 0x22, 0x90, 0xA3, 0x5B, 0x74, 0x09, 0xF0, 0x90, 0x06, 0x92, 0x74, 0x04, 0xF0, 0x22, 0x90, -+0xA3, 0x66, 0x74, 0x05, 0xF0, 0x22, 0x90, 0xA3, 0x68, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0xA3, 0x69, -+0xE0, 0xFF, 0x90, 0xA3, 0x68, 0xE0, 0x2F, 0xFF, 0xE4, 0x33, 0xFE, 0x7C, 0x00, 0x7D, 0x03, 0x12, -+0x26, 0x98, 0x90, 0xA3, 0x54, 0xE0, 0x2F, 0xFF, 0xEC, 0x3E, 0xFE, 0x90, 0xA3, 0x85, 0xE0, 0xFD, -+0xC3, 0xEF, 0x9D, 0x74, 0x80, 0xF8, 0x6E, 0x98, 0x22, 0x90, 0xA3, 0x78, 0x12, 0x67, 0x81, 0x30, -+0xE0, 0x07, 0x90, 0x07, 0x78, 0x74, 0x09, 0xF0, 0x22, 0x90, 0xA3, 0xB4, 0xE0, 0x30, 0xE0, 0x1D, -+0xEF, 0x24, 0xFD, 0x60, 0x0E, 0x24, 0xFA, 0x60, 0x0E, 0x24, 0xFC, 0x60, 0x0E, 0x24, 0x0C, 0x7F, -+0x02, 0x80, 0x0A, 0x7F, 0x03, 0x80, 0x06, 0x7F, 0x0B, 0x80, 0x02, 0x7F, 0x0E, 0x90, 0x07, 0x78, -+0xEF, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x5A, 0xB5, 0x7F, 0x00, 0x7E, -+0x0C, 0x12, 0x64, 0x15, 0x12, 0xB5, 0x56, 0x12, 0x64, 0x15, 0x12, 0xB6, 0x3D, 0xF1, 0xD5, 0xF1, -+0xC9, 0xF1, 0xC9, 0x12, 0xB6, 0x1C, 0x44, 0x40, 0x12, 0x64, 0x1B, 0x12, 0xB6, 0x36, 0x90, 0x01, -+0x00, 0x74, 0x3F, 0xF0, 0xA3, 0xE0, 0x54, 0xFD, 0xF0, 0x90, 0x05, 0x53, 0xE0, 0x44, 0x20, 0xF0, -+0xF1, 0xE1, 0x90, 0xA2, 0xFD, 0x12, 0x27, 0x48, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x77, -+0x77, 0x77, 0x12, 0xB1, 0x51, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x12, 0xB6, 0x4B, 0x90, -+0xA3, 0x51, 0x12, 0x67, 0x81, 0x30, 0xE0, 0x04, 0x7F, 0x01, 0xD1, 0x89, 0x12, 0xA0, 0x0C, 0x30, -+0xE0, 0x31, 0x90, 0xA3, 0x95, 0xE0, 0x60, 0x08, 0x90, 0xA5, 0x13, 0x74, 0x01, 0xF0, 0x80, 0x05, -+0xE4, 0x90, 0xA5, 0x13, 0xF0, 0xEF, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA5, -+0x14, 0xF0, 0x80, 0x06, 0x90, 0xA5, 0x14, 0x74, 0x02, 0xF0, 0x90, 0xA5, 0x13, 0x51, 0xB0, 0x7F, -+0x01, 0xD1, 0x89, 0x90, 0xA3, 0x50, 0xE0, 0x60, 0x02, 0xE4, 0xF0, 0x90, 0x00, 0xFF, 0xE0, 0x70, -+0x16, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x0E, 0x7D, 0x08, 0x7F, 0x01, 0x12, 0xAA, 0x87, 0x90, 0xA5, -+0x0E, 0xE0, 0x44, 0x18, 0x12, 0xAA, 0x36, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA3, 0x53, 0xE0, -+0x30, 0xE0, 0x35, 0x91, 0x67, 0x90, 0xA3, 0x66, 0xE0, 0xFF, 0xB4, 0x01, 0x02, 0x80, 0x1C, 0x90, -+0xA3, 0x66, 0xE0, 0xFF, 0xB4, 0x02, 0x02, 0x80, 0x1D, 0x90, 0xA3, 0x66, 0xE0, 0xFF, 0xB4, 0x03, -+0x02, 0x01, 0xF4, 0x90, 0xA3, 0x66, 0xE0, 0xFF, 0xB4, 0x04, 0x03, 0x02, 0x9C, 0xDD, 0x90, 0xA3, -+0x66, 0xE0, 0xFF, 0xB4, 0x05, 0x02, 0x71, 0x4D, 0x22, 0x90, 0x00, 0x02, 0xE0, 0x44, 0x01, 0xFD, -+0x7F, 0x02, 0x12, 0x3A, 0x96, 0x90, 0x00, 0x02, 0xE0, 0x54, 0xFE, 0xFD, 0x7F, 0x02, 0x02, 0x3A, -+0x96, 0x7F, 0xB0, 0x7E, 0x0C, 0x02, 0x36, 0xCE, 0x90, 0xA3, 0x57, 0xE0, 0xC3, 0x13, 0x22, 0x90, -+0xA3, 0x53, 0xE0, 0xC4, 0x54, 0x0F, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, -+0x00, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xFB, 0x7D, 0x00, 0x7C, 0x00, 0xE4, 0x90, 0xA5, 0x06, 0xF0, -+0xEB, 0x90, 0xA5, 0x01, 0xF0, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x36, 0xCE, 0xE4, 0xFF, 0xEC, 0x90, -+0xA5, 0x02, 0x12, 0x27, 0x48, 0x90, 0xA5, 0x02, 0x12, 0x4A, 0x1E, 0x90, 0xA5, 0x01, 0xE0, 0xFF, -+0xE4, 0xFC, 0xFD, 0xFE, 0x12, 0x4A, 0x05, 0xA3, 0x12, 0x27, 0x48, 0x90, 0xA5, 0x02, 0x12, 0x64, -+0x26, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x37, 0x5D, 0x11, 0x6E, 0x90, 0xA5, 0x00, 0xE0, 0x75, 0xF0, -+0x08, 0xA4, 0x24, 0x73, 0xF5, 0x82, 0xE4, 0x34, 0xAF, 0xF5, 0x83, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, -+0x12, 0x36, 0xCE, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x14, -+0x7E, 0x00, 0x02, 0x3A, 0xF7, 0x90, 0xA5, 0x65, 0x31, 0x72, 0x90, 0x01, 0x09, 0xE0, 0x7F, 0x00, -+0x30, 0xE7, 0x02, 0x7F, 0x01, 0x90, 0xA5, 0x65, 0xE0, 0x6F, 0x60, 0x35, 0xC3, 0x90, 0xA5, 0x67, -+0xE0, 0x94, 0x88, 0x90, 0xA5, 0x66, 0xE0, 0x94, 0x13, 0x40, 0x08, 0x90, 0x01, 0xC0, 0xE0, 0x44, -+0x10, 0xF0, 0x22, 0x90, 0xA5, 0x66, 0x12, 0x58, 0xAB, 0x11, 0x6E, 0xD3, 0x90, 0xA5, 0x67, 0xE0, -+0x94, 0x32, 0x90, 0xA5, 0x66, 0xE0, 0x94, 0x00, 0x40, 0xC0, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE0, -+0xB9, 0x22, 0x12, 0xAB, 0x15, 0x90, 0x00, 0x08, 0xE0, 0x54, 0xEF, 0xFD, 0x7F, 0x08, 0x12, 0x3A, -+0x96, 0xE4, 0xFF, 0x11, 0x75, 0x90, 0xA1, 0x29, 0xE0, 0xB4, 0x03, 0x0C, 0x90, 0x00, 0x70, 0xE0, -+0x54, 0x7F, 0xFD, 0x7F, 0x70, 0x12, 0x3A, 0x96, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0xEF, 0xF0, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x31, 0x13, 0x11, 0xC2, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x90, 0xA2, 0xF2, 0xE0, 0xFF, 0x60, 0x03, 0xB4, 0x08, 0x08, 0x12, 0xB2, 0x73, 0xBF, 0x01, 0x02, -+0x11, 0xF0, 0x22, 0x90, 0xA2, 0xEB, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0xA1, 0x29, 0xE0, 0xB4, 0x03, -+0x0C, 0x90, 0x00, 0x70, 0xE0, 0x44, 0x80, 0xFD, 0x7F, 0x70, 0x12, 0x3A, 0x96, 0x90, 0xA2, 0xFA, -+0xE0, 0xFD, 0x7F, 0x93, 0x12, 0x3A, 0x96, 0x90, 0xA2, 0xF0, 0xE0, 0x60, 0x12, 0x90, 0x01, 0x2F, -+0xE0, 0x30, 0xE7, 0x05, 0x74, 0x10, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x90, 0xF0, 0x90, -+0x00, 0x08, 0xE0, 0x44, 0x10, 0xFD, 0x7F, 0x08, 0x12, 0x3A, 0x96, 0x7F, 0x01, 0x11, 0x75, 0x90, -+0x00, 0x90, 0xE0, 0x44, 0x01, 0xFD, 0x7F, 0x90, 0x12, 0x3A, 0x96, 0x7F, 0x14, 0x7E, 0x00, 0x02, -+0x3A, 0xF7, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x90, 0xA4, 0x82, -+0xF0, 0xF4, 0x60, 0x18, 0xE0, 0x90, 0xA3, 0xE4, 0x12, 0x4F, 0x60, 0x75, 0xF0, 0x0A, 0xA4, 0xFF, -+0x90, 0xA3, 0xE5, 0xE5, 0xF0, 0xF0, 0xA3, 0xEF, 0xF0, 0x02, 0x88, 0xCD, 0x90, 0xA4, 0x82, 0xE0, -+0x90, 0xA3, 0xE4, 0x31, 0x73, 0x90, 0x01, 0x5F, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA5, 0x33, 0xEE, 0xF0, 0xA3, 0x31, 0x72, 0x90, 0xA5, 0x33, 0x12, 0xB6, 0x25, 0xE0, -+0x60, 0x29, 0xC3, 0x90, 0xA5, 0x36, 0xE0, 0x94, 0xE8, 0x90, 0xA5, 0x35, 0xE0, 0x94, 0x03, 0x40, -+0x0B, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x00, 0x80, 0x11, 0x90, 0xA5, 0x35, 0x12, -+0x58, 0xAB, 0x7F, 0x0A, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x80, 0xCE, 0x7F, 0x01, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x3B, 0x12, 0x4A, 0x3F, 0x7F, -+0x96, 0x7E, 0x02, 0x31, 0xAA, 0xEF, 0x60, 0x51, 0x90, 0x01, 0x17, 0xE0, 0xFE, 0x90, 0x01, 0x16, -+0xE0, 0x7C, 0x00, 0x24, 0x00, 0xFF, 0xEC, 0x3E, 0xFE, 0xEF, 0x24, 0x01, 0xFF, 0xE4, 0x3E, 0xFE, -+0x90, 0xA5, 0x3E, 0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0xA5, 0x3E, 0xE0, 0xFD, -+0x90, 0x02, 0x94, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA5, 0x3B, 0x71, 0x8B, 0x24, 0x02, 0xFF, 0xE4, -+0x33, 0xFE, 0x51, 0x5E, 0x90, 0xA5, 0x3E, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0xA5, 0x3B, 0x12, 0x4A, -+0x36, 0x71, 0x1D, 0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFC, -+0xED, 0x2C, 0x24, 0x00, 0x51, 0xAF, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, 0xF3, 0x74, 0x00, 0x2D, -+0x51, 0xAF, 0xEF, 0xF0, 0xEE, 0x54, 0x3F, 0xFF, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, -+0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x54, -+0xF0, 0xF0, 0x74, 0x03, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x80, 0xF0, -+0x74, 0x0B, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0xF5, -+0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFF, -+0x90, 0xA2, 0xD0, 0xE0, 0xFE, 0x90, 0xA2, 0xCF, 0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, 0x01, 0x80, -+0x02, 0x7E, 0x00, 0xEE, 0x64, 0x01, 0x60, 0x40, 0xED, 0x12, 0xB5, 0x92, 0xFA, 0x7B, 0x01, 0x31, -+0xF2, 0x7F, 0x01, 0xEF, 0x60, 0x32, 0x90, 0xA2, 0xCF, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x02, -+0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA2, 0xCF, 0xF0, 0x90, 0xA2, 0xD0, 0xE0, -+0xFF, 0x90, 0xA2, 0xCF, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, -+0x07, 0x90, 0xA1, 0x23, 0xE0, 0x44, 0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA5, 0x37, -+0xEF, 0xF0, 0xA3, 0x12, 0x4A, 0x3F, 0x90, 0xA5, 0x61, 0xE0, 0xFE, 0x04, 0xF0, 0x90, 0x00, 0x01, -+0xEE, 0x12, 0x26, 0x76, 0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, -+0xC0, 0x02, 0xC0, 0x01, 0x90, 0xA5, 0x38, 0x12, 0x4A, 0x36, 0xF1, 0xDC, 0x75, 0x43, 0x02, 0xD0, -+0x01, 0xD0, 0x02, 0xD0, 0x03, 0x12, 0x34, 0x2C, 0x90, 0xA5, 0x37, 0xE0, 0x24, 0x02, 0xF9, 0xE4, -+0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xA3, 0x12, 0x4A, 0x36, 0xE9, -+0x24, 0x02, 0xF9, 0xE4, 0x3A, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x90, 0xA5, 0x38, 0x71, 0x8B, -+0xF5, 0x43, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x02, 0x34, 0x2C, 0x12, 0x4A, 0x36, 0x90, 0x00, -+0x0E, 0x02, 0x26, 0x37, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x3F, 0x90, 0xA4, 0x7E, 0xEF, 0xF0, 0x12, -+0x4A, 0x48, 0x7B, 0xEE, 0x00, 0x7B, 0xF7, 0x01, 0x7B, 0xFF, 0x10, 0x7C, 0x08, 0x11, 0x7C, 0x10, -+0x12, 0x7C, 0x19, 0x14, 0x7C, 0x22, 0x20, 0x7C, 0x2B, 0x21, 0x7C, 0x34, 0x23, 0x7C, 0x3D, 0x25, -+0x7C, 0x46, 0x40, 0x7C, 0x69, 0x41, 0x7C, 0x4F, 0x42, 0x7C, 0x58, 0x47, 0x7C, 0x61, 0x49, 0x7C, -+0x71, 0x60, 0x7C, 0x7A, 0x64, 0x7C, 0x83, 0x65, 0x7C, 0x8B, 0x6B, 0x7C, 0x94, 0x6D, 0x7C, 0x9D, -+0x6E, 0x7C, 0xA6, 0x6F, 0x7C, 0xAF, 0x70, 0x7C, 0xB8, 0x87, 0x00, 0x00, 0x7C, 0xC1, 0x90, 0xA4, -+0x7F, 0x12, 0x4A, 0x36, 0x02, 0x97, 0xDF, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0xC1, 0x99, 0x90, -+0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x98, 0x20, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x81, 0xD1, -+0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x98, 0x48, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, -+0x98, 0x5C, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x98, 0x6B, 0x90, 0xA4, 0x7F, 0x12, 0x4A, -+0x36, 0x02, 0x4F, 0xD5, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x9F, 0xD3, 0x90, 0xA4, 0x7F, -+0x12, 0x4A, 0x36, 0x02, 0x9F, 0xDB, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x4C, 0xE0, 0x90, -+0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x55, 0x1F, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0xAE, -+0x30, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0xE1, 0xEA, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x21, -+0x7A, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x9A, 0x8A, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, -+0x02, 0xA0, 0x1D, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0xE1, 0x90, 0x90, 0xA4, 0x7F, 0x12, 0x4A, -+0x36, 0x02, 0x50, 0x9B, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0xA0, 0x6F, 0x90, 0xA4, 0x7F, -+0x12, 0x4A, 0x36, 0x02, 0xA0, 0xDD, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0xA1, 0x09, 0x90, -+0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0xA1, 0x2C, 0x90, 0xA4, 0x7F, 0x12, 0x4A, 0x36, 0x02, 0x4F, -+0x99, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0xA4, 0x7E, 0xE0, 0x90, 0x01, 0xC2, 0xF0, -+0x22, 0x8B, 0x0E, 0x8A, 0x0F, 0x89, 0x10, 0x12, 0x26, 0x1E, 0xC4, 0x54, 0x0F, 0xFF, 0xBF, 0x0F, -+0x17, 0x90, 0xA3, 0xB6, 0xE0, 0x54, 0xFE, 0xF0, 0xF1, 0x86, 0xB1, 0x9E, 0x12, 0x26, 0x1E, 0x54, -+0x0F, 0xFF, 0x12, 0x59, 0xBF, 0x02, 0xAE, 0xCB, 0xB1, 0x9E, 0xF1, 0x57, 0xD1, 0x87, 0x12, 0xB5, -+0x4C, 0xEF, 0x12, 0x4F, 0x60, 0x54, 0x03, 0xFF, 0x75, 0xF0, 0x0E, 0xED, 0x12, 0x5B, 0xAD, 0x54, -+0xFC, 0x12, 0x4F, 0x5F, 0x54, 0x1C, 0xFF, 0xEE, 0x54, 0x0F, 0xFE, 0x75, 0xF0, 0x0E, 0x12, 0x5B, -+0xAD, 0x54, 0xE3, 0x12, 0x4F, 0x5F, 0x54, 0xE0, 0xFF, 0x75, 0xF0, 0x0E, 0xEE, 0x12, 0x5B, 0xAD, -+0x54, 0x1F, 0x4F, 0xF1, 0xD5, 0xD1, 0x7F, 0xE4, 0xFB, 0xB1, 0x9C, 0x12, 0x4F, 0x76, 0xD1, 0x7F, -+0x7B, 0x01, 0xB1, 0x9C, 0x12, 0x55, 0xC8, 0x33, 0x33, 0x33, 0x54, 0xF8, 0xD1, 0x87, 0xFD, 0x75, -+0xF0, 0x0E, 0x90, 0xA3, 0xC3, 0x12, 0x4A, 0x2A, 0xEF, 0xF0, 0x12, 0x55, 0xC8, 0xC4, 0x13, 0x54, -+0x07, 0xFF, 0x75, 0xF0, 0x0E, 0xED, 0x90, 0xA3, 0xC4, 0x12, 0x4A, 0x2A, 0xEF, 0xF0, 0xEE, 0xC4, -+0x54, 0x0F, 0xFF, 0x14, 0x6D, 0x70, 0x24, 0x90, 0xA3, 0xB8, 0xEF, 0xF1, 0xE3, 0x54, 0x0F, 0xC4, -+0x54, 0xF0, 0xFF, 0x90, 0xA3, 0xB7, 0xE0, 0x54, 0x0F, 0x4F, 0xF0, 0x54, 0xF1, 0xF0, 0x90, 0xA3, -+0xB6, 0xE0, 0x44, 0x01, 0xF0, 0x7D, 0x20, 0xE4, 0xFF, 0xF1, 0x5D, 0x22, 0xB1, 0xA5, 0xAB, 0x0E, -+0xAA, 0x0F, 0xA9, 0x10, 0x22, 0x8F, 0x11, 0x8D, 0x12, 0xAE, 0x03, 0x74, 0x1F, 0xC3, 0x95, 0x11, -+0x40, 0x0A, 0xD1, 0x77, 0xE4, 0xFD, 0xD1, 0x6F, 0x24, 0xD4, 0x80, 0x31, 0x74, 0x3F, 0xC3, 0x95, -+0x11, 0x40, 0x0A, 0xD1, 0x77, 0x7D, 0x20, 0xD1, 0x6D, 0x24, 0x88, 0x80, 0x20, 0x74, 0x5F, 0xC3, -+0x95, 0x11, 0x40, 0x0A, 0xD1, 0x77, 0x7D, 0x40, 0xD1, 0x6D, 0x24, 0xD0, 0x80, 0x0F, 0x74, 0x7F, -+0xC3, 0x95, 0x11, 0x40, 0x20, 0xD1, 0x77, 0x7D, 0x60, 0xD1, 0x6D, 0x24, 0x84, 0xFD, 0xE4, 0x34, -+0x04, 0xFC, 0x75, 0xF0, 0x0E, 0xE5, 0x12, 0xF1, 0x75, 0x75, 0xF0, 0x03, 0xEE, 0x12, 0x4A, 0x2A, -+0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x22, 0xC3, 0xEF, 0x9D, 0xF5, 0x13, 0xC3, 0x94, 0x08, 0x50, 0x1C, -+0xE4, 0xF5, 0x14, 0xD1, 0x8F, 0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA4, 0x86, 0xE0, 0xD0, 0x82, 0xD0, -+0x83, 0x75, 0xF0, 0x03, 0x12, 0x4A, 0x2A, 0xE5, 0x13, 0xF0, 0x80, 0x3E, 0xE5, 0x13, 0xC3, 0x94, -+0x10, 0x50, 0x09, 0x75, 0x14, 0x01, 0xE5, 0x13, 0x24, 0xF8, 0x80, 0x17, 0xE5, 0x13, 0xC3, 0x94, -+0x18, 0x50, 0x09, 0x75, 0x14, 0x02, 0xE5, 0x13, 0x24, 0xF0, 0x80, 0x07, 0x75, 0x14, 0x03, 0xE5, -+0x13, 0x24, 0xE8, 0xFF, 0xD1, 0x8F, 0xC0, 0x83, 0xC0, 0x82, 0x90, 0xA4, 0x86, 0xE0, 0xD0, 0x82, -+0xD0, 0x83, 0x75, 0xF0, 0x03, 0x12, 0x4A, 0x2A, 0xEF, 0xF0, 0xAF, 0x14, 0x22, 0xAF, 0x11, 0xD1, -+0x06, 0x90, 0xA4, 0x82, 0xEF, 0xF0, 0x22, 0x90, 0xA4, 0x86, 0xEE, 0xF0, 0xAB, 0x12, 0x22, 0xFF, -+0x12, 0x26, 0x1E, 0x54, 0x0F, 0xFD, 0x22, 0xFF, 0x12, 0x26, 0x1E, 0xFE, 0x54, 0x0F, 0x22, 0x75, -+0xF0, 0x0E, 0xEB, 0x90, 0xA3, 0xBE, 0x02, 0x4A, 0x2A, 0x8B, 0x0E, 0x8A, 0x0F, 0x89, 0x10, 0xF1, -+0x57, 0xFF, 0xF5, 0x12, 0x12, 0x26, 0x1E, 0xFE, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0x12, 0x4F, 0x61, -+0xF5, 0x13, 0x80, 0x02, 0x8F, 0x13, 0x85, 0x12, 0x11, 0xE5, 0x11, 0xD3, 0x95, 0x13, 0x50, 0x20, -+0xB1, 0x9E, 0x12, 0x26, 0x1E, 0x54, 0x01, 0xFD, 0xAF, 0x11, 0x12, 0x57, 0xAC, 0xAF, 0x11, 0xD1, -+0xF3, 0xEF, 0xAF, 0x11, 0x70, 0x04, 0xF1, 0x16, 0x80, 0x02, 0xF1, 0x9D, 0x05, 0x11, 0x80, 0xD9, -+0xE5, 0x12, 0x70, 0x0E, 0xFF, 0xD1, 0xF3, 0xEF, 0x70, 0x08, 0xF1, 0xAA, 0x54, 0xBF, 0xF0, 0x54, -+0x7F, 0xF0, 0x22, 0xF1, 0xCE, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0xF1, 0x7B, 0xE0, 0xFD, 0x7C, 0x00, -+0x12, 0xA2, 0x61, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x6F, 0xCB, 0x7F, -+0x00, 0x60, 0x02, 0x7F, 0x01, 0x22, 0x7D, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, -+0xA5, 0x74, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x44, 0x12, 0x5F, 0xC2, 0x90, 0xA5, 0x75, 0xE0, -+0x90, 0xA5, 0x74, 0xB4, 0x01, 0x0D, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0x71, 0xE0, 0x44, 0x04, -+0xF0, 0x80, 0x0B, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0x71, 0xE0, 0x54, 0xFB, 0xF0, 0x12, 0x67, -+0x98, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x90, 0x00, 0x01, 0x02, 0x26, 0x37, 0x74, 0x65, 0x2F, -+0xF8, 0xE6, 0x4D, 0xFE, 0xF6, 0x74, 0x38, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x01, 0xF5, 0x83, 0xEE, -+0xF0, 0x22, 0x75, 0xF0, 0x0E, 0x90, 0xA3, 0xBC, 0x02, 0x4A, 0x2A, 0x74, 0xD4, 0x2E, 0xF5, 0x82, -+0xE4, 0x34, 0xA2, 0xF5, 0x83, 0x22, 0x7D, 0x20, 0xE4, 0xFF, 0x74, 0x65, 0xF1, 0xC6, 0x80, 0xD3, -+0x12, 0x26, 0x1E, 0x90, 0xA3, 0x95, 0xF1, 0x56, 0x90, 0xA3, 0x96, 0xF0, 0x22, 0xE4, 0xFD, 0xF1, -+0x18, 0x12, 0x77, 0xE1, 0x90, 0xA2, 0xFD, 0x02, 0x27, 0x48, 0x12, 0x63, 0x3C, 0x12, 0x67, 0x88, -+0x90, 0xA2, 0xEA, 0xE0, 0x54, 0xF7, 0xF0, 0x22, 0x7D, 0x02, 0x7F, 0x02, 0x74, 0x5D, 0xF1, 0xC6, -+0xFE, 0xF6, 0x74, 0x30, 0x80, 0xA1, 0x2F, 0xF8, 0xE6, 0xFE, 0xED, 0xF4, 0x5E, 0x22, 0xEF, 0x13, -+0x13, 0x13, 0x54, 0x1F, 0x22, 0xF0, 0x90, 0x00, 0x04, 0x02, 0x26, 0x37, 0x8B, 0x40, 0x8A, 0x41, -+0x89, 0x42, 0x22, 0xF0, 0x90, 0x00, 0x06, 0x02, 0x26, 0x37, 0xF1, 0x57, 0xF5, 0x0E, 0x12, 0x4F, -+0x61, 0xF5, 0x0F, 0x12, 0x26, 0x1E, 0xF5, 0x10, 0x90, 0xA1, 0x2A, 0xF0, 0xE5, 0x0E, 0x60, 0x06, -+0xFD, 0xAF, 0x0F, 0x12, 0x55, 0xCE, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x77, -+0xF7, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7D, 0x18, 0x7C, 0x00, 0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xCC, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0xA4, 0xCB, 0xEF, 0xF0, -+0xA3, 0xA3, 0xE0, 0xFD, 0x11, 0x07, 0x90, 0xA4, 0xD6, 0x12, 0x27, 0x48, 0x90, 0xA4, 0xCE, 0x12, -+0x4A, 0x12, 0x12, 0x27, 0x15, 0x90, 0xA4, 0xD6, 0x12, 0x67, 0x78, 0xC0, 0x04, 0xC0, 0x05, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xA4, 0xCE, 0x12, 0x4A, 0x12, 0x90, 0xA4, 0xD2, 0x12, 0x67, 0x78, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x4A, 0x05, 0x90, 0xA4, 0xDA, 0x12, 0x27, 0x48, -+0x90, 0xA4, 0xCC, 0xA3, 0xE0, 0xFD, 0xC0, 0x05, 0x90, 0xA4, 0xDA, 0x12, 0x4A, 0x12, 0x90, 0xAC, -+0x96, 0x12, 0x27, 0x48, 0x90, 0xA4, 0xCB, 0xE0, 0xFF, 0xD0, 0x05, 0x12, 0x39, 0xBA, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x4C, 0xED, 0xF0, 0xA3, -+0xEB, 0xF0, 0x90, 0xA5, 0x4B, 0xEF, 0xF0, 0x90, 0xA5, 0x4E, 0xE0, 0xFD, 0x71, 0x9C, 0x90, 0xA5, -+0x4B, 0xE0, 0xC3, 0x94, 0x0E, 0x50, 0x3F, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, -+0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x12, 0xD4, 0x00, 0x00, 0x71, 0x81, 0x90, 0xA4, 0xCE, -+0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, -+0x00, 0x51, 0xE3, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x00, 0x00, 0x41, 0x11, 0x71, 0x92, 0x50, 0x1B, 0xEF, 0x94, 0x30, 0x50, 0x16, 0x90, -+0xA4, 0xE0, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x09, -+0x28, 0x00, 0x00, 0x80, 0x64, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0x74, 0x32, 0xD3, 0x9F, 0x50, 0x1B, -+0xEF, 0x94, 0x40, 0x50, 0x16, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, -+0xA4, 0xE4, 0x12, 0x27, 0x54, 0x08, 0xA6, 0x00, 0x00, 0x80, 0x3E, 0x71, 0x88, 0x50, 0x1B, 0xEF, -+0x94, 0x74, 0x50, 0x16, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x08, 0xA4, 0x00, 0x00, 0x80, 0x1F, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0x74, -+0x76, 0xD3, 0x9F, 0x50, 0x16, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x1F, 0xFE, 0x00, 0x00, 0x90, -+0xA4, 0xE4, 0x12, 0x27, 0x54, 0x08, 0x24, 0x00, 0x00, 0x71, 0x81, 0x71, 0x92, 0x50, 0x2E, 0xEF, -+0x94, 0x40, 0x50, 0x29, 0x90, 0xA4, 0xCE, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, -+0xD2, 0x12, 0x27, 0x54, 0x00, 0x01, 0x01, 0x00, 0x51, 0xE3, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, -+0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x01, 0x01, 0x00, 0x80, 0x64, 0x71, 0x88, 0x50, -+0x2E, 0xEF, 0x94, 0x8C, 0x50, 0x29, 0x90, 0xA4, 0xCE, 0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, -+0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x03, 0x01, 0x00, 0x51, 0xE3, 0x12, 0x27, 0x54, 0x00, -+0x07, 0x03, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x03, 0x01, 0x00, 0x80, 0x32, 0x90, -+0xA5, 0x4B, 0xE0, 0xFF, 0x74, 0x8C, 0xC3, 0x9F, 0x50, 0x29, 0x90, 0xA4, 0xCE, 0x12, 0x27, 0x54, -+0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x05, 0x01, 0x00, 0x51, 0xE3, -+0x12, 0x27, 0x54, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x05, 0x01, -+0x00, 0x11, 0x16, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x91, 0x32, 0x90, 0xA5, 0x4C, -+0xE0, 0x64, 0x02, 0x70, 0x51, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0xD3, 0x94, 0x30, 0x50, 0x05, 0x75, -+0x7B, 0x2A, 0x80, 0x5E, 0xEF, 0xD3, 0x94, 0x40, 0x50, 0x05, 0x75, 0x7B, 0x3A, 0x80, 0x53, 0xEF, -+0xD3, 0x94, 0x70, 0x50, 0x05, 0x75, 0x7B, 0x6A, 0x80, 0x48, 0xEF, 0xD3, 0x94, 0x80, 0x50, 0x05, -+0x75, 0x7B, 0x7A, 0x80, 0x3D, 0xEF, 0xD3, 0x94, 0x90, 0x50, 0x05, 0x75, 0x7B, 0x8A, 0x80, 0x32, -+0xEF, 0xD3, 0x94, 0xA1, 0x50, 0x05, 0x75, 0x7B, 0x9B, 0x80, 0x27, 0xEF, 0xD3, 0x94, 0xB1, 0x50, -+0x21, 0x75, 0x7B, 0xAB, 0x80, 0x1C, 0x90, 0xA5, 0x4C, 0xE0, 0x64, 0x01, 0x70, 0x2D, 0xA3, 0xE0, -+0x90, 0xA5, 0x4B, 0xB4, 0x01, 0x07, 0xE0, 0x24, 0x02, 0xF5, 0x7B, 0x80, 0x05, 0xE0, 0x24, 0xFE, -+0xF5, 0x7B, 0x90, 0xA4, 0xCE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0xAF, 0x7B, 0x51, 0xD9, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0xAF, 0x7B, 0x80, 0x1D, 0x90, 0xA4, 0xCE, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0x51, 0xD9, 0x12, 0x27, 0x54, 0x00, -+0x00, 0x00, 0xFF, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x90, 0xA4, 0xD2, 0x12, -+0x27, 0x48, 0x11, 0x16, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFC, 0xFD, 0xFE, 0x90, 0xA4, 0xD2, -+0x12, 0x27, 0x48, 0x7D, 0x18, 0x7C, 0x00, 0xE4, 0xFF, 0x11, 0x1C, 0x90, 0xA4, 0xCE, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x14, 0x60, 0x30, 0x14, 0x60, 0x56, 0x24, 0x02, 0x70, -+0x7B, 0x90, 0xA4, 0xCE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, -+0x54, 0x00, 0x00, 0x0C, 0x00, 0x51, 0xE3, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, -+0xD2, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x80, 0x50, 0x90, 0xA4, 0xCE, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x00, 0x04, 0x00, 0x51, 0xE3, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x00, 0x04, -+0x00, 0x80, 0x27, 0x90, 0xA4, 0xCE, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0xD2, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x51, 0xE3, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, -+0x90, 0xA4, 0xD2, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x11, 0x16, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x7F, 0x60, 0x7E, 0x08, 0x02, 0x64, 0x33, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0x74, 0x64, 0xD3, -+0x9F, 0x22, 0x90, 0xA5, 0x4B, 0xE0, 0xFF, 0x74, 0x24, 0xD3, 0x9F, 0x22, 0x90, 0xA5, 0x7F, 0xED, -+0xF0, 0x90, 0xA5, 0x7E, 0xEF, 0xF0, 0xD3, 0x94, 0x0E, 0x50, 0x15, 0x71, 0xDB, 0xEF, 0x60, 0x2A, -+0x71, 0xDB, 0xEF, 0x64, 0x01, 0x70, 0x23, 0x90, 0xA5, 0x7F, 0xE0, 0xFD, 0xE4, 0xFF, 0x80, 0x15, -+0x90, 0xA5, 0x7E, 0xE0, 0xD3, 0x94, 0x0E, 0x40, 0x11, 0x71, 0xDB, 0xEF, 0x70, 0x0A, 0x90, 0xA5, -+0x7F, 0xE0, 0xFD, 0x7F, 0x01, 0x02, 0x66, 0x6B, 0x71, 0xDB, 0x22, 0x90, 0x04, 0x54, 0xE0, 0x7F, -+0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x22, 0xFE, 0x13, 0x13, 0x54, 0x07, 0xFB, 0x90, 0xA5, 0x4F, -+0x12, 0x5F, 0x8F, 0xE4, 0xFE, 0x7D, 0x18, 0xFF, 0x12, 0x3A, 0xA9, 0x90, 0xA5, 0x52, 0xEF, 0xF0, -+0x90, 0xA5, 0x4F, 0xE0, 0xFF, 0xB1, 0x58, 0x90, 0xA5, 0x4F, 0xB1, 0xAF, 0xB1, 0xB8, 0xAE, 0x07, -+0x90, 0x04, 0x83, 0xEE, 0xF0, 0x90, 0xA5, 0x4F, 0xE0, 0xFF, 0xAD, 0x06, 0x12, 0x64, 0x92, 0x90, -+0xA5, 0x52, 0xE0, 0xFF, 0x90, 0xA5, 0x4F, 0xE0, 0xFD, 0x91, 0x32, 0x90, 0xA5, 0x4F, 0xE0, 0xFF, -+0x41, 0xEF, 0x90, 0xA5, 0x7C, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x00, 0xF1, 0xE0, 0x54, 0xF0, -+0x64, 0x20, 0x60, 0x02, 0x81, 0xFE, 0x90, 0xA5, 0x7D, 0xE0, 0xB4, 0x01, 0x1D, 0x90, 0xA5, 0x7C, -+0xE0, 0xB4, 0x0B, 0x16, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x0C, 0x00, 0x80, 0x14, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, -+0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x08, 0x00, 0xB1, 0x49, -+0x90, 0xA5, 0x7D, 0xE0, 0x70, 0x20, 0xB1, 0x50, 0x60, 0x04, 0xEF, 0xB4, 0x0E, 0x18, 0x90, 0xA4, -+0xE0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x03, 0x00, 0xB1, 0x49, 0x80, 0x0E, 0x90, 0xA5, 0x7D, 0xE0, 0xB4, 0x01, 0x1D, 0x90, 0xA5, 0x7C, -+0xE0, 0xB4, 0x0B, 0x16, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, 0x80, 0x30, 0x90, 0xA5, 0x7D, 0xE0, 0x64, 0x02, -+0x60, 0x76, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x00, 0x90, 0xA4, 0xE4, 0x12, -+0x27, 0x54, 0x00, 0x00, 0x02, 0x00, 0x12, 0x66, 0x61, 0x12, 0x27, 0x54, 0x40, 0x00, 0x00, 0x00, -+0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0x80, 0x45, 0x90, 0xA5, -+0x7D, 0xE0, 0x70, 0x20, 0xB1, 0x50, 0x60, 0x04, 0xEF, 0xB4, 0x0E, 0x18, 0x90, 0xA4, 0xE0, 0x12, -+0x27, 0x54, 0x00, 0x00, 0x03, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x00, -+0x7F, 0xAC, 0x80, 0x1F, 0x90, 0xA5, 0x7C, 0xE0, 0xD3, 0x94, 0x0E, 0x50, 0x1B, 0x90, 0xA4, 0xE0, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x03, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x02, -+0x00, 0x7F, 0xAC, 0x7E, 0x08, 0x12, 0x64, 0x33, 0x22, 0x7F, 0xAC, 0x7E, 0x08, 0x02, 0x64, 0x33, -+0x90, 0xA5, 0x7C, 0xE0, 0xFF, 0x64, 0x0D, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xA9, -+0x07, 0x90, 0x06, 0x69, 0xE0, 0xFE, 0x90, 0x06, 0x68, 0xE0, 0x7A, 0x00, 0x24, 0x00, 0xFF, 0xEA, -+0x3E, 0xFE, 0xE9, 0x14, 0x60, 0x0F, 0x14, 0x60, 0x1E, 0x24, 0x02, 0x70, 0x25, 0xEE, 0x54, 0xFE, -+0xFE, 0xB1, 0xA7, 0x80, 0x1A, 0xEF, 0x44, 0x80, 0xFF, 0xEE, 0x54, 0xFE, 0xFC, 0x90, 0x06, 0x68, -+0xEF, 0xF0, 0xEC, 0xA3, 0xF0, 0x80, 0x0B, 0xEE, 0x44, 0x01, 0xFC, 0xB1, 0xA7, 0xAE, 0x04, 0xEE, -+0xA3, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x54, 0x7F, 0x90, 0x06, 0x68, 0xF0, 0x22, 0xE0, -+0xFF, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFB, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, -+0xFE, 0xFC, 0xEF, 0x64, 0x02, 0x70, 0x40, 0xED, 0xB4, 0x01, 0x04, 0x7E, 0x0A, 0x80, 0x06, 0xED, -+0xB4, 0x02, 0x02, 0x7E, 0x09, 0xEB, 0xB4, 0x01, 0x08, 0xED, 0xB4, 0x01, 0x04, 0x7C, 0x04, 0x80, -+0x38, 0xEB, 0xB4, 0x02, 0x08, 0xED, 0xB4, 0x01, 0x04, 0x7C, 0x02, 0x80, 0x2C, 0xEB, 0xB4, 0x01, -+0x08, 0xED, 0xB4, 0x02, 0x04, 0x7C, 0x01, 0x80, 0x20, 0xEB, 0x64, 0x02, 0x70, 0x1B, 0xED, 0x64, -+0x02, 0x70, 0x16, 0x7C, 0x03, 0x80, 0x12, 0xEF, 0xB4, 0x01, 0x0E, 0xEB, 0xB4, 0x02, 0x04, 0x7C, -+0x01, 0x80, 0x06, 0xEB, 0xB4, 0x01, 0x02, 0x7C, 0x02, 0xAF, 0x06, 0xEF, 0xC4, 0x54, 0xF0, 0x4C, -+0xFF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xC0, 0x07, 0xC0, -+0x05, 0x90, 0xA5, 0x24, 0x12, 0x4A, 0x12, 0x90, 0xAC, 0x9C, 0x12, 0x27, 0x48, 0xD0, 0x05, 0xD0, -+0x07, 0x12, 0x32, 0x65, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, -+0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x49, 0xF0, 0x74, 0x86, 0xA3, 0xF0, -+0xD1, 0x98, 0x74, 0x49, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x86, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, -+0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, -+0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x7B, 0x00, 0x7A, 0x00, 0x79, 0x53, 0xE4, 0xFD, -+0x7F, 0x01, 0x12, 0x39, 0x33, 0xE5, 0x51, 0x52, 0x53, 0x7B, 0x00, 0x7A, 0x00, 0x79, 0x54, 0x7D, -+0x01, 0x7F, 0x01, 0x12, 0x39, 0x33, 0xE5, 0x52, 0x52, 0x54, 0xAB, 0x53, 0xE4, 0xFD, 0x7F, 0x01, -+0x12, 0x39, 0x04, 0xAB, 0x54, 0x7D, 0x01, 0x7F, 0x01, 0x02, 0x39, 0x04, 0xC0, 0xE0, 0xC0, 0xF0, -+0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, -+0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0xCC, 0xF0, 0x74, -+0x86, 0xA3, 0xF0, 0xF1, 0x1B, 0x74, 0xCC, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x86, 0xA3, 0xF0, -+0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, -+0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x90, 0x00, 0x54, 0xE0, 0x55, -+0x55, 0xF5, 0x59, 0xA3, 0xE0, 0x55, 0x56, 0xF5, 0x5A, 0xA3, 0xE0, 0x55, 0x57, 0xF5, 0x5B, 0xA3, -+0xE0, 0x55, 0x58, 0xF5, 0x5C, 0xAD, 0x59, 0x7F, 0x54, 0x12, 0x3A, 0x96, 0xAD, 0x5A, 0x7F, 0x55, -+0x12, 0x3A, 0x96, 0xAD, 0x5B, 0x7F, 0x56, 0x12, 0x3A, 0x96, 0xAD, 0x5C, 0x7F, 0x57, 0x12, 0x3A, -+0x96, 0x53, 0x91, 0xEF, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, -+0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x55, 0xF0, 0x74, 0x87, 0xA3, 0xF0, 0x12, 0xA7, 0x76, 0xE5, -+0x61, 0x30, 0xE1, 0x03, 0x12, 0x97, 0xB2, 0xE5, 0x61, 0x30, 0xE4, 0x03, 0x12, 0x97, 0x31, 0xE5, -+0x61, 0x30, 0xE5, 0x03, 0x12, 0xA7, 0xD3, 0xE5, 0x63, 0x30, 0xE0, 0x03, 0x12, 0x70, 0xE6, 0xE5, -+0x63, 0x30, 0xE1, 0x03, 0x12, 0xA8, 0x0F, 0xE5, 0x63, 0x30, 0xE2, 0x03, 0x12, 0xA8, 0x69, 0xE5, -+0x63, 0x30, 0xE3, 0x03, 0x12, 0x8E, 0x79, 0xE5, 0x63, 0x30, 0xE4, 0x03, 0x12, 0x8E, 0x53, 0xE5, -+0x63, 0x30, 0xE5, 0x03, 0x12, 0x99, 0x49, 0xE5, 0x63, 0x30, 0xE6, 0x03, 0x12, 0x9F, 0x77, 0xE5, -+0x64, 0x30, 0xE1, 0x03, 0x12, 0xA8, 0x75, 0xE5, 0x64, 0x30, 0xE4, 0x03, 0x12, 0xA8, 0x7F, 0xE5, -+0x64, 0x30, 0xE5, 0x03, 0x12, 0x97, 0xAE, 0xE5, 0x64, 0x30, 0xE6, 0x03, 0x12, 0x97, 0xB0, 0x74, -+0x55, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x87, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, -+0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, -+0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, -+0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x15, 0xF0, 0x74, 0x88, 0xA3, 0xF0, 0x12, 0xA7, 0xA3, 0xE5, -+0x69, 0x30, 0xE0, 0x11, 0x12, 0xAA, 0x30, 0xE5, 0x6B, 0x30, 0xE2, 0x09, 0x71, 0xD6, 0x90, 0x07, -+0x8F, 0xE0, 0x44, 0x10, 0xF0, 0xE5, 0x69, 0x30, 0xE1, 0x02, 0x91, 0x4B, 0xE5, 0x69, 0x30, 0xE2, -+0x02, 0x91, 0x56, 0xE5, 0x69, 0x30, 0xE3, 0x02, 0x11, 0xCD, 0xE5, 0x69, 0x30, 0xE4, 0x02, 0x11, -+0xFC, 0xE5, 0x69, 0x30, 0xE5, 0x02, 0x51, 0x32, 0xE5, 0x6A, 0x30, 0xE0, 0x02, 0xF1, 0x4C, 0xE5, -+0x6B, 0x30, 0xE4, 0x03, 0x12, 0xAA, 0x35, 0xE5, 0x6C, 0x30, 0xE1, 0x05, 0x7F, 0x04, 0x12, 0x97, -+0x35, 0xE5, 0x6C, 0x30, 0xE4, 0x02, 0x91, 0x08, 0xE5, 0x6C, 0x30, 0xE5, 0x02, 0x51, 0x03, 0xE5, -+0x6C, 0x30, 0xE6, 0x03, 0x12, 0x99, 0xF6, 0x74, 0x15, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x88, -+0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x12, 0x58, 0xB2, -+0xD3, 0x90, 0xA3, 0xE6, 0xE0, 0x94, 0x00, 0x90, 0xA3, 0xE5, 0xE0, 0x94, 0x00, 0x40, 0x17, 0xE0, -+0xFC, 0xA3, 0xE0, 0xFD, 0xEC, 0x90, 0xA5, 0x20, 0xF0, 0xA3, 0xED, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, -+0x5C, 0x7E, 0x01, 0x02, 0x70, 0x20, 0x90, 0x01, 0x5F, 0xE4, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x7D, 0x02, 0x90, 0xA3, 0x53, 0xE0, 0x20, 0xE0, 0x02, 0x21, 0xF4, 0x90, 0xA3, -+0x57, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x20, 0xE0, 0x02, 0x21, 0xF4, 0xE4, 0xFF, 0x71, 0x4A, 0x90, -+0xA3, 0x57, 0xE0, 0x30, 0xE0, 0x03, 0x0F, 0x80, 0x32, 0x90, 0xA3, 0x53, 0x12, 0x5F, 0xCB, 0x30, -+0xE0, 0x04, 0x7F, 0x0D, 0x80, 0x25, 0x12, 0xB5, 0xF8, 0x30, 0xE0, 0x10, 0xEF, 0x13, 0x13, 0x54, -+0x3F, 0x30, 0xE0, 0x04, 0x7F, 0x09, 0x80, 0x13, 0x7F, 0x03, 0x80, 0x0F, 0x90, 0xA3, 0x56, 0xE0, -+0xC3, 0x13, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, 0x7F, 0x09, 0x12, 0x76, 0x89, 0x90, 0xA3, -+0x53, 0x12, 0x4F, 0x7F, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA4, 0xAC, 0xF0, 0x80, 0x02, 0x51, 0x45, -+0x12, 0xB5, 0x43, 0x20, 0xE0, 0x0C, 0x90, 0xA3, 0x95, 0xE0, 0x60, 0x04, 0xE4, 0xFD, 0x80, 0x02, -+0x7D, 0x01, 0xAF, 0x05, 0x90, 0xA4, 0xAC, 0xE0, 0xFD, 0x12, 0x72, 0xB5, 0x90, 0xA3, 0x78, 0xE0, -+0x54, 0xEF, 0xF0, 0x31, 0xF9, 0x20, 0xE0, 0x26, 0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x12, 0x12, -+0xB5, 0x62, 0x60, 0x04, 0x7D, 0x01, 0x80, 0x11, 0x12, 0x67, 0x98, 0x7D, 0x01, 0x7F, 0x0C, 0x80, -+0x0A, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x07, 0xE4, 0xFD, 0x7F, 0x04, 0x12, 0x60, 0x4D, 0x90, 0xA3, -+0x52, 0xE0, 0x60, 0x06, 0x7D, 0x04, 0x7F, 0x6F, 0x80, 0x13, 0x31, 0xF9, 0x20, 0xE0, 0x0B, 0xEF, -+0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x03, 0x12, 0x99, 0xC0, 0xE4, 0xFD, 0xFF, 0x12, 0x59, 0x62, -+0x12, 0x4F, 0x7C, 0x30, 0xE0, 0x05, 0x7F, 0x01, 0x12, 0x9C, 0x9C, 0x12, 0x77, 0xE8, 0x30, 0xE0, -+0x03, 0x12, 0xB5, 0x34, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA3, 0x53, 0xE0, 0xFF, 0xC4, 0x13, -+0x54, 0x07, 0x22, 0x90, 0xA2, 0xEA, 0x12, 0x99, 0xEE, 0x30, 0xE0, 0x25, 0xEF, 0x54, 0xBF, 0x12, -+0x9E, 0x20, 0x30, 0xE0, 0x06, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x04, 0xE0, 0x54, 0xFE, 0xF0, 0x90, -+0xA3, 0x59, 0x31, 0xFC, 0x30, 0xE0, 0x07, 0x7D, 0x01, 0x7F, 0x0C, 0x02, 0x60, 0x4D, 0x12, 0x60, -+0x40, 0x22, 0x90, 0xA3, 0xB6, 0xE0, 0x30, 0xE0, 0x0B, 0x12, 0x7F, 0x86, 0xE4, 0x90, 0xA3, 0xB9, -+0xF0, 0x12, 0x6F, 0xF1, 0x22, 0x90, 0xA4, 0xAC, 0x74, 0x01, 0xF0, 0x22, 0xAD, 0x07, 0xED, 0x70, -+0x19, 0x51, 0xD0, 0x70, 0x02, 0x80, 0x17, 0xBC, 0x01, 0x02, 0x80, 0x19, 0x51, 0xD0, 0xBC, 0x02, -+0x02, 0x80, 0x1B, 0xEC, 0x64, 0x03, 0x70, 0x22, 0x80, 0x1B, 0x51, 0xD8, 0x70, 0x04, 0x7F, 0x01, -+0x80, 0x15, 0xBC, 0x01, 0x04, 0x7F, 0x03, 0x80, 0x0E, 0x51, 0xD8, 0xBC, 0x02, 0x04, 0x7F, 0x09, -+0x80, 0x05, 0xBC, 0x03, 0x05, 0x7F, 0x0D, 0x12, 0x76, 0x89, 0x90, 0xA3, 0xA2, 0xE0, 0xC4, 0x13, -+0x54, 0x07, 0x30, 0xE0, 0x3A, 0xED, 0x70, 0x1B, 0xA3, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, -+0x07, 0xE4, 0x90, 0xA4, 0xAC, 0xF0, 0x80, 0x02, 0x51, 0x45, 0x90, 0xA4, 0xAC, 0xE0, 0xFD, 0xE4, -+0xFF, 0x80, 0x19, 0x90, 0xA3, 0xA3, 0x12, 0x5F, 0xCB, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA4, 0xAC, -+0xF0, 0x80, 0x02, 0x51, 0x45, 0x90, 0xA4, 0xAC, 0xE0, 0xFD, 0x7F, 0x01, 0x12, 0x72, 0xB5, 0x22, -+0x90, 0xA3, 0xA3, 0xE0, 0x54, 0x03, 0xFC, 0x22, 0x90, 0xA3, 0xA3, 0xE0, 0xC4, 0x54, 0x03, 0xFC, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xA9, 0xE0, 0xB4, 0x01, 0x02, 0x80, -+0x41, 0x90, 0xA3, 0xA9, 0xE0, 0xB4, 0x02, 0x10, 0x71, 0xAF, 0x7F, 0x01, 0x71, 0x4A, 0x51, 0x4C, -+0x90, 0xA3, 0xA9, 0x74, 0x03, 0xF0, 0x80, 0x3D, 0x90, 0xA3, 0xA9, 0xE0, 0x64, 0x03, 0x70, 0x1B, -+0x90, 0xA3, 0xAC, 0x71, 0xB2, 0xE4, 0xFF, 0x71, 0x4A, 0x51, 0x4C, 0x71, 0xA5, 0xE4, 0xFB, 0xFD, -+0x12, 0x5D, 0xEF, 0x90, 0xA3, 0xA9, 0x74, 0x04, 0xF0, 0x80, 0x1A, 0x90, 0xA3, 0xA9, 0xE0, 0xB4, -+0x04, 0x13, 0x71, 0xA5, 0x7B, 0x01, 0x7D, 0x01, 0x12, 0x5D, 0xEF, 0x90, 0xA3, 0xA9, 0x74, 0x02, -+0xF0, 0x90, 0xA3, 0xA7, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0xEF, 0x64, 0x03, 0x70, 0x0E, 0x90, 0xA3, 0x56, 0x12, 0x5F, 0xCB, 0x90, 0x06, 0xCC, 0x30, -+0xE0, 0x3A, 0x80, 0x2D, 0x90, 0xA3, 0x57, 0xE0, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x10, 0xEF, 0x90, -+0x06, 0xCC, 0x70, 0x06, 0xE0, 0x54, 0xFC, 0xF0, 0x80, 0x04, 0xE0, 0x44, 0x03, 0xF0, 0x90, 0xA3, -+0xA2, 0xE0, 0x30, 0xE0, 0x1B, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x0E, 0xEF, 0x90, 0x06, 0xCC, 0x70, -+0x06, 0xE0, 0x54, 0xFC, 0xF0, 0x80, 0x09, 0x80, 0x03, 0x90, 0x06, 0xCC, 0xE0, 0x44, 0x03, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA3, 0xA2, 0xE0, 0xC3, 0x13, 0x54, 0x03, 0xFF, 0x22, 0x90, -+0xA3, 0xAE, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xAD, 0x07, 0xEE, 0xFF, 0x90, 0x01, 0x53, 0xE4, 0xF0, -+0x8F, 0x35, 0xAF, 0x05, 0x8F, 0x36, 0xFB, 0xFD, 0x7F, 0x50, 0x7E, 0x01, 0x12, 0x39, 0x62, 0x90, -+0x01, 0x53, 0x74, 0x05, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xA2, -+0xE0, 0x30, 0xE0, 0x1F, 0x90, 0xA3, 0xA7, 0xE0, 0xB4, 0x01, 0x0C, 0xA3, 0xE0, 0xB4, 0x01, 0x13, -+0x74, 0x02, 0xF0, 0x71, 0xAF, 0x80, 0x0C, 0x90, 0xA3, 0xA7, 0xE0, 0xB4, 0x02, 0x05, 0x74, 0x03, -+0xF0, 0x51, 0xE1, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x91, 0x0F, 0x91, 0x73, 0x02, 0x70, 0xE8, 0xE4, -+0x90, 0xA4, 0xAC, 0xF0, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x30, 0xD1, 0x0F, 0x70, 0x2C, 0xD1, 0x2A, -+0xF0, 0x51, 0x45, 0xE4, 0x90, 0xA2, 0xF6, 0xF0, 0x04, 0x60, 0x1F, 0x90, 0xA2, 0xF3, 0xE0, 0x44, -+0x10, 0x12, 0xB1, 0xC0, 0x90, 0xA2, 0xF7, 0xE0, 0x90, 0xA5, 0x21, 0x12, 0x70, 0x18, 0x90, 0xA2, -+0xF2, 0xE0, 0x20, 0xE2, 0x03, 0x12, 0x60, 0x49, 0xD1, 0xC8, 0x22, 0x90, 0xA2, 0xEF, 0xE0, 0x60, -+0x02, 0xB1, 0xA6, 0x02, 0x5F, 0x26, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x10, 0x90, 0x06, 0x92, 0xE0, -+0x30, 0xE1, 0x03, 0x02, 0xB1, 0x8A, 0x12, 0x7F, 0xB0, 0x12, 0x60, 0x40, 0x22, 0x7D, 0x01, 0x7F, -+0x02, 0x91, 0x77, 0x7D, 0x02, 0x7F, 0x02, 0x74, 0x5D, 0x2F, 0xF8, 0xE6, 0x4D, 0xFE, 0xF6, 0x74, -+0x30, 0x02, 0x7F, 0x67, 0x90, 0x01, 0x36, 0x74, 0x78, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x7D, 0x78, -+0xFF, 0x91, 0x77, 0x7D, 0x02, 0x7F, 0x03, 0x91, 0x77, 0x90, 0x06, 0x0A, 0xE0, 0x44, 0x07, 0xD1, -+0x3D, 0xE4, 0xFF, 0x12, 0x7E, 0xF3, 0xBF, 0x01, 0x10, 0xB1, 0x9E, 0x90, 0xA2, 0xF2, 0xE0, 0x20, -+0xE2, 0x09, 0x7D, 0x01, 0x7F, 0x04, 0x02, 0x60, 0x4D, 0xD1, 0x22, 0x22, 0x90, 0x05, 0x62, 0xE0, -+0xFE, 0x90, 0x05, 0x61, 0xE0, 0xFD, 0xED, 0x78, 0x02, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, -+0xFF, 0x90, 0xA4, 0x9C, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xD1, 0x0F, 0x60, 0x02, 0xA1, 0x82, 0x90, -+0xA2, 0xEF, 0xE0, 0x70, 0x02, 0xA1, 0x82, 0xB1, 0x83, 0x64, 0x01, 0x70, 0x22, 0x90, 0x06, 0xAB, -+0xE0, 0x90, 0xA2, 0xF6, 0xF0, 0x90, 0x06, 0xAA, 0xE0, 0x90, 0xA2, 0xF5, 0xF0, 0xA3, 0xE0, 0xFF, -+0x70, 0x08, 0x90, 0xA2, 0xF5, 0xE0, 0xFE, 0xFF, 0x80, 0x00, 0x90, 0xA2, 0xF6, 0xEF, 0xF0, 0xE4, -+0x90, 0xA2, 0xF8, 0xD1, 0x3D, 0xD1, 0x6D, 0xD1, 0x4B, 0x54, 0xEF, 0xF0, 0x90, 0xA2, 0xED, 0xE0, -+0xFF, 0xC4, 0x54, 0x0F, 0x24, 0xFD, 0x50, 0x02, 0x80, 0x03, 0x12, 0x99, 0x63, 0xD1, 0x32, 0x30, -+0xE0, 0x4E, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x20, 0xE0, 0x21, 0xB1, 0x8B, 0x6F, 0x70, 0x40, -+0x90, 0xA2, 0xEB, 0xE0, 0x44, 0x40, 0xF0, 0xD1, 0x2A, 0xB1, 0x93, 0x12, 0x7F, 0x5D, 0x12, 0xA8, -+0x62, 0x12, 0x7F, 0xB8, 0x90, 0xA2, 0xF6, 0xE0, 0x14, 0xF0, 0x80, 0x24, 0xB1, 0x83, 0x64, 0x01, -+0x70, 0x1E, 0xB1, 0x8B, 0xFE, 0x6F, 0x60, 0x18, 0x90, 0x05, 0x73, 0xE0, 0xFF, 0xEE, 0x6F, 0x60, -+0x0F, 0xD1, 0x18, 0x30, 0xE0, 0x0A, 0xEF, 0x54, 0xBF, 0xB1, 0x93, 0x12, 0x7F, 0x8A, 0x91, 0x6D, -+0xD1, 0x22, 0x22, 0x90, 0xA2, 0xED, 0xE0, 0xC4, 0x54, 0x0F, 0x22, 0x90, 0xA2, 0xF5, 0xE0, 0xFF, -+0xA3, 0xE0, 0x22, 0xF0, 0x90, 0x01, 0x3F, 0x74, 0x10, 0xF0, 0xFD, 0x7F, 0x03, 0x22, 0x90, 0xA2, -+0xEB, 0xE0, 0x54, 0xFB, 0xF0, 0x22, 0xD1, 0x32, 0x30, 0xE0, 0x0C, 0xEF, 0xC4, 0x13, 0x13, 0x54, -+0x03, 0x30, 0xE0, 0x03, 0x12, 0x7F, 0xB8, 0x90, 0xA2, 0xEA, 0xD1, 0x1B, 0x30, 0xE0, 0x09, 0xEF, -+0xD1, 0x48, 0x54, 0x07, 0x70, 0x48, 0x80, 0x43, 0x90, 0xA2, 0xF8, 0xE0, 0x04, 0xF0, 0x90, 0xA2, -+0xF3, 0xE0, 0x54, 0xEF, 0xF0, 0x90, 0xA3, 0x4C, 0xE0, 0xFF, 0x90, 0xA2, 0xF8, 0xE0, 0xD3, 0x9F, -+0x40, 0x29, 0xD1, 0x0F, 0x70, 0x28, 0x12, 0x99, 0x42, 0x70, 0x02, 0x80, 0xB1, 0x90, 0xA2, 0xF9, -+0xE0, 0x04, 0xF0, 0xE0, 0xD3, 0x94, 0x02, 0x40, 0x09, 0xB1, 0x9E, 0xE4, 0x90, 0xA2, 0xF9, 0xF0, -+0x80, 0x03, 0x12, 0x67, 0xCD, 0xE4, 0x90, 0xA2, 0xF8, 0xF0, 0x22, 0x12, 0x60, 0x40, 0x22, 0xE4, -+0xFF, 0x12, 0x7E, 0xF3, 0xEF, 0x64, 0x01, 0x22, 0x90, 0xA2, 0xEB, 0xE0, 0xFF, 0x13, 0x13, 0x54, -+0x3F, 0x22, 0x90, 0xA2, 0xEB, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0x90, 0xA2, 0xF5, 0xE0, 0x90, 0x05, -+0x73, 0x22, 0x90, 0xA2, 0xEB, 0xE0, 0xFF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0xF0, 0x90, 0xA2, -+0xFB, 0xA3, 0xE0, 0x90, 0x05, 0x58, 0xF0, 0x22, 0x54, 0xFB, 0xF0, 0x90, 0xA2, 0xF3, 0xE0, 0x54, -+0xFD, 0xF0, 0x22, 0xD1, 0x0F, 0x70, 0x15, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x0F, 0xD1, 0x6D, 0x90, -+0xA2, 0xEA, 0xE0, 0xD1, 0x48, 0x54, 0x07, 0x70, 0x03, 0x12, 0x60, 0x40, 0x22, 0x90, 0x01, 0x57, -+0xE4, 0xF0, 0x90, 0x01, 0x3C, 0x74, 0x02, 0xF0, 0x22, 0xD1, 0x0F, 0x70, 0x0E, 0x90, 0xA2, 0xEF, -+0xE0, 0x60, 0x08, 0xD1, 0x6D, 0x12, 0x9E, 0x29, 0x12, 0x70, 0x18, 0x22, 0xEF, 0x70, 0x37, 0x7D, -+0x78, 0x7F, 0x02, 0x12, 0x7F, 0xBC, 0x7D, 0x02, 0x7F, 0x03, 0x12, 0x7F, 0xBC, 0x7D, 0xC8, 0x7F, -+0x02, 0x12, 0x7F, 0x8A, 0xD1, 0x6D, 0xE4, 0xFF, 0x12, 0x7E, 0xF3, 0xEF, 0x70, 0x0B, 0x12, 0x7F, -+0xAA, 0x54, 0xBF, 0xF0, 0x54, 0x7F, 0xF0, 0x80, 0x07, 0x7D, 0x01, 0x7F, 0x0C, 0x12, 0x60, 0x4D, -+0x12, 0x7F, 0xB0, 0x02, 0xB6, 0x2E, 0x81, 0x84, 0x12, 0xA0, 0x0C, 0x30, 0xE0, 0x1E, 0x12, 0x7F, -+0xCE, 0x20, 0xE0, 0x18, 0xD1, 0xEE, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x0C, 0x12, 0xA0, 0x14, -+0x30, 0xE0, 0x04, 0x7F, 0x0D, 0x80, 0x02, 0x7F, 0x09, 0x12, 0x76, 0x89, 0x22, 0xF0, 0x90, 0xA3, -+0x56, 0xE0, 0xC4, 0x54, 0x0F, 0x22, 0x90, 0xA2, 0xEA, 0xE0, 0x54, 0xFB, 0xF0, 0xE4, 0x90, 0xA2, -+0xF8, 0xF0, 0xA3, 0xF0, 0x90, 0xA2, 0xF3, 0xF0, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0xF7, 0xF0, 0x54, -+0xBF, 0xF0, 0x91, 0x6D, 0x7D, 0x10, 0x7F, 0x03, 0x02, 0x7F, 0x8A, 0x90, 0xA4, 0x85, 0x12, 0x4A, -+0x3F, 0xD1, 0xF6, 0x90, 0xA2, 0xEF, 0xE0, 0xFF, 0xD1, 0x8C, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x1B, -+0x90, 0xA4, 0x85, 0x12, 0x4A, 0x36, 0x12, 0x7F, 0x57, 0x54, 0x0F, 0xFF, 0x12, 0x4F, 0x61, 0xFD, -+0x12, 0xB2, 0x46, 0x12, 0xB5, 0x07, 0x74, 0x01, 0xF0, 0xF1, 0x80, 0x22, 0x12, 0xAA, 0xD4, 0x90, -+0xA4, 0xAC, 0xEF, 0xF0, 0x30, 0xE0, 0x05, 0x7D, 0x01, 0xE4, 0x80, 0x02, 0xE4, 0xFD, 0xFF, 0x12, -+0x62, 0x4F, 0x90, 0xA4, 0xAC, 0xE0, 0x30, 0xE6, 0x11, 0x90, 0x01, 0x2F, 0xE0, 0x30, 0xE7, 0x04, -+0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x80, 0xF0, 0x12, 0xB5, 0x07, 0x74, 0x02, 0xF0, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, 0x90, 0xA2, 0xEB, 0x12, 0x4F, 0x7F, 0x30, -+0xE0, 0x03, 0x02, 0x90, 0x41, 0x90, 0xA2, 0xEA, 0xE0, 0x30, 0xE0, 0x16, 0x90, 0xA3, 0x0C, 0xE0, -+0x24, 0x04, 0x90, 0xA3, 0x04, 0xF0, 0x90, 0xA3, 0x0C, 0xE0, 0x24, 0x03, 0x90, 0xA3, 0x03, 0xF0, -+0x80, 0x0D, 0x90, 0xA3, 0x04, 0x74, 0x02, 0xF0, 0x90, 0xA3, 0x03, 0x14, 0xF0, 0x0B, 0x0B, 0x90, -+0xA3, 0x03, 0xE0, 0xFA, 0x90, 0xA3, 0x02, 0xE0, 0xD3, 0x9A, 0x50, 0x0E, 0x90, 0xA2, 0xF7, 0xEB, -+0xF0, 0x90, 0xA3, 0x04, 0xE0, 0xC3, 0x9D, 0x2C, 0x80, 0x11, 0xC3, 0xED, 0x9A, 0x2B, 0x90, 0xA2, -+0xF7, 0xF0, 0x90, 0xA3, 0x03, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0xA3, 0x07, 0xF0, 0x90, -+0xA3, 0x04, 0xE0, 0xFF, 0x24, 0x0A, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0xA3, 0x07, 0x12, 0x90, 0x4D, -+0x40, 0x04, 0xEF, 0x24, 0x0A, 0xF0, 0x90, 0xA3, 0x07, 0xE0, 0xFF, 0x24, 0x23, 0xFD, 0xE4, 0x33, -+0xFC, 0x90, 0xA2, 0xF7, 0x11, 0x4D, 0x40, 0x04, 0xEF, 0x24, 0x23, 0xF0, 0x90, 0xA3, 0x07, 0xE0, -+0xFF, 0x7E, 0x00, 0x90, 0xA2, 0xFB, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x05, 0x58, 0xE0, 0x6F, -+0x70, 0x01, 0xE4, 0x60, 0x03, 0x12, 0x8E, 0x3E, 0x90, 0xA2, 0xEC, 0xE0, 0x54, 0xFE, 0xF0, 0x80, -+0x07, 0x90, 0xA2, 0xEC, 0xE0, 0x44, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xD3, 0x9D, -+0xEC, 0x64, 0x80, 0xF8, 0x74, 0x80, 0x98, 0x22, 0xC0, 0xE0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, -+0x75, 0xD0, 0x00, 0xC0, 0x05, 0xC0, 0x07, 0x7D, 0x58, 0x90, 0x01, 0xC4, 0xED, 0xF0, 0x74, 0x90, -+0xFF, 0xA3, 0xF0, 0xED, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0xA3, 0xEF, 0xF0, 0xD0, 0x07, 0xD0, 0x05, -+0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xE0, 0x32, 0x71, 0xEE, 0x7F, 0x04, 0x90, 0xA5, 0x82, -+0xEF, 0xF0, 0x7F, 0x02, 0x12, 0x48, 0x07, 0x90, 0xA1, 0x23, 0xE0, 0xFF, 0x90, 0xA5, 0x82, 0xE0, -+0xFE, 0xEF, 0x4E, 0x90, 0xA1, 0x23, 0xF0, 0x22, 0xFB, 0xAD, 0x75, 0xAF, 0x74, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xBE, 0xED, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, -+0xA4, 0xBB, 0xE0, 0x90, 0xA4, 0xC1, 0xF0, 0x90, 0xA4, 0xBC, 0x74, 0x0C, 0xF0, 0x90, 0xA4, 0xCA, -+0x74, 0x04, 0xF0, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0xBC, 0x11, 0x89, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xAD, 0x1C, 0xAF, 0x1A, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x74, 0x8D, 0x75, 0x8B, -+0x76, 0xE4, 0x90, 0xA4, 0xF5, 0xF0, 0xE5, 0x74, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA4, 0xF0, -+0xF0, 0xE5, 0x74, 0x54, 0x07, 0x90, 0xA4, 0xF2, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x12, 0x6F, 0x43, -+0xE0, 0x90, 0xA4, 0xF3, 0x12, 0x57, 0x8D, 0xE0, 0x54, 0x7F, 0x90, 0xA4, 0xF6, 0xF0, 0x75, 0xF0, -+0x04, 0xE5, 0x74, 0x12, 0x56, 0xA1, 0xE0, 0x90, 0xA4, 0xF7, 0xF0, 0x71, 0xCD, 0xE5, 0x76, 0x70, -+0x3A, 0xE5, 0x74, 0x60, 0x05, 0xC3, 0x94, 0x04, 0x40, 0x07, 0xE4, 0x90, 0xA4, 0xBB, 0xF0, 0x11, -+0xA8, 0x90, 0xA4, 0xF1, 0xE0, 0xFF, 0x12, 0xA6, 0x49, 0xE4, 0x93, 0xFC, 0x74, 0x01, 0x93, 0xFD, -+0xEF, 0x12, 0x6F, 0xA8, 0x74, 0x01, 0x93, 0x2D, 0xFF, 0xE4, 0x93, 0x3C, 0xC3, 0x13, 0xFE, 0xEF, -+0x13, 0xFF, 0xE5, 0x74, 0xF1, 0x45, 0x12, 0x6F, 0xC3, 0x80, 0x14, 0xE5, 0x76, 0xB4, 0x01, 0x0F, -+0x90, 0xA1, 0x2A, 0xE0, 0x60, 0x09, 0x90, 0xA4, 0xBB, 0x74, 0x05, 0xF0, 0xE4, 0x11, 0xA8, 0x90, -+0xA4, 0xF6, 0xE0, 0xFF, 0x90, 0xA4, 0xF1, 0xE0, 0xFE, 0xD3, 0x9F, 0x40, 0x0B, 0xE5, 0x75, 0x54, -+0x80, 0xFD, 0xEF, 0x4D, 0xF5, 0x75, 0x80, 0x0C, 0x90, 0xA4, 0xF7, 0xE0, 0xFF, 0xEE, 0xC3, 0x9F, -+0x50, 0x02, 0x8F, 0x75, 0x71, 0xCD, 0xE5, 0x75, 0x54, 0x80, 0x90, 0xA4, 0xF4, 0xF0, 0xE5, 0x76, -+0x70, 0x29, 0x90, 0x04, 0xCF, 0x74, 0x30, 0xF0, 0x71, 0xA8, 0xC0, 0x83, 0xC0, 0x82, 0xE0, 0xFF, -+0x90, 0xA4, 0xF2, 0x71, 0xE6, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xD0, 0x82, 0xD0, -+0x83, 0xF0, 0x90, 0xA4, 0xF3, 0xE0, 0x54, 0x7F, 0xF0, 0x80, 0x50, 0x74, 0x91, 0x25, 0x74, 0x12, -+0x55, 0x17, 0xE0, 0x90, 0x04, 0xCF, 0x30, 0xE0, 0x05, 0x74, 0x20, 0xF0, 0x80, 0x03, 0x74, 0x10, -+0xF0, 0x71, 0xA8, 0xC0, 0x83, 0xC0, 0x82, 0xE0, 0xFF, 0x90, 0xA4, 0xF2, 0x71, 0xE6, 0x80, 0x02, -+0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, -+0x6F, 0x43, 0xE0, 0x54, 0x07, 0xFF, 0x90, 0xA4, 0xF3, 0xF0, 0x90, 0xA4, 0xF1, 0xE0, 0x90, 0x43, -+0x9D, 0x93, 0xF1, 0xCD, 0x90, 0xA4, 0xF3, 0xF0, 0x44, 0x80, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x74, -+0x12, 0x6F, 0xBD, 0xE5, 0x75, 0xF0, 0xE5, 0x74, 0x70, 0x06, 0x90, 0x01, 0xC8, 0xE5, 0x75, 0xF0, -+0x90, 0xA4, 0xF3, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x6F, 0x43, 0xEF, 0xF0, 0x75, -+0xF0, 0x10, 0xE5, 0x74, 0x12, 0x6F, 0x71, 0xE0, 0x54, 0xFC, 0xFF, 0xE5, 0x77, 0x54, 0x03, 0x4F, -+0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x74, 0x12, 0x6F, 0x71, 0xEF, 0xF0, 0x7D, 0x01, 0xAF, 0x74, 0x12, -+0xA9, 0xB6, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xF5, 0x24, 0x90, 0xA2, 0xE4, 0xE0, 0xFF, 0xE5, -+0x24, 0xC3, 0x9F, 0x40, 0x02, 0x61, 0x8F, 0x90, 0x04, 0xCF, 0x74, 0x30, 0xF0, 0xAF, 0x24, 0x12, -+0x7E, 0xF3, 0xEF, 0x70, 0x02, 0x61, 0x8B, 0xE5, 0x24, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x25, -+0xE5, 0x24, 0x54, 0x07, 0xF5, 0x26, 0x74, 0x81, 0x25, 0x25, 0x71, 0xAE, 0xE0, 0xFD, 0x71, 0xC5, -+0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0x61, 0x8B, -+0x75, 0xF0, 0x10, 0xE5, 0x24, 0x12, 0x6F, 0x43, 0xE0, 0x20, 0xE7, 0x02, 0x80, 0x10, 0x75, 0xF0, -+0x10, 0xE5, 0x24, 0x90, 0x81, 0x02, 0x12, 0x4A, 0x2A, 0xE0, 0xFF, 0x20, 0xE7, 0x09, 0x90, 0x01, -+0xC1, 0xE0, 0x44, 0x20, 0xF0, 0x61, 0x8B, 0x75, 0xF0, 0x04, 0xE5, 0x24, 0x12, 0x6F, 0x4E, 0xE0, -+0x54, 0x07, 0x44, 0x50, 0xF0, 0xEF, 0x30, 0xE6, 0x30, 0x71, 0x90, 0x71, 0xD6, 0x80, 0x02, 0xC3, -+0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x24, 0x12, 0x6F, 0xBD, 0x71, 0xBD, -+0x12, 0x4D, 0xE3, 0x71, 0xB6, 0xE4, 0xFB, 0xAF, 0x24, 0x11, 0xE4, 0x75, 0xF0, 0x04, 0xE5, 0x24, -+0x12, 0x6F, 0x4E, 0xE0, 0x54, 0xF8, 0xF0, 0x80, 0x62, 0x71, 0x9C, 0xE0, 0x04, 0xF0, 0x71, 0x9C, -+0xE0, 0xD3, 0x94, 0x01, 0x40, 0x40, 0xAF, 0x24, 0xB1, 0x45, 0x71, 0x9C, 0xE4, 0xF0, 0x71, 0x90, -+0xE0, 0xFD, 0xFB, 0x7A, 0x00, 0x71, 0xC5, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, -+0xF1, 0xBD, 0x70, 0x13, 0x71, 0x90, 0xAF, 0x26, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, 0xC3, -+0x33, 0xD8, 0xFC, 0x4D, 0xF0, 0x80, 0x24, 0x71, 0x90, 0x71, 0xD6, 0x80, 0x02, 0xC3, 0x33, 0xD8, -+0xFC, 0xF4, 0x5F, 0xF0, 0x80, 0x15, 0x75, 0xF0, 0x10, 0xE5, 0x24, 0x12, 0x6F, 0xBD, 0x71, 0xBD, -+0x12, 0x4D, 0xE3, 0x71, 0xB6, 0x7B, 0x01, 0xAF, 0x24, 0x11, 0xE4, 0x05, 0x24, 0x41, 0x7A, 0x22, -+0x74, 0x11, 0x25, 0x25, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0x74, 0xA2, 0x25, 0x24, -+0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, 0x90, 0xA4, 0xF0, 0xE0, 0x24, 0x81, 0xF5, 0x82, -+0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x77, 0x22, 0xE0, 0xFD, 0x75, -+0xF0, 0x04, 0xE5, 0x24, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x26, 0x08, 0x22, 0xE5, 0x75, 0x54, -+0x7F, 0x90, 0xA4, 0xF1, 0xF0, 0x22, 0xE0, 0xFF, 0xAE, 0x26, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x22, -+0x75, 0xF0, 0x03, 0x12, 0x4A, 0x2A, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA2, 0xCF, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, -+0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0xA2, 0xD0, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, -+0x7F, 0x00, 0xEF, 0x60, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x29, 0xC0, 0x01, -+0x90, 0xA2, 0xD0, 0xE0, 0x12, 0xB5, 0x92, 0xA8, 0x01, 0xFC, 0x7D, 0x01, 0xD0, 0x01, 0x7E, 0x00, -+0x7F, 0x0F, 0x12, 0x49, 0x59, 0x90, 0xA2, 0xD0, 0xF1, 0x2A, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, -+0x60, 0x05, 0xE4, 0x90, 0xA2, 0xD0, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0xA4, 0x97, -+0xF0, 0x90, 0xA4, 0x97, 0xE0, 0xFF, 0xC3, 0x94, 0x06, 0x50, 0x5D, 0x74, 0x32, 0x2F, 0xF5, 0x82, -+0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, 0xFF, 0xD3, 0x94, 0x0A, 0x50, 0x02, 0x80, 0x02, 0x7F, 0x0A, -+0xAE, 0x07, 0xEF, 0x24, 0x02, 0x90, 0xA4, 0x96, 0xF0, 0x90, 0xA4, 0x88, 0x74, 0x0E, 0xF0, 0x90, -+0xA4, 0x8A, 0x74, 0x01, 0xF0, 0x91, 0xB9, 0x90, 0xA4, 0x8B, 0xF0, 0xE4, 0xFF, 0xEF, 0xC3, 0x9E, -+0x50, 0x16, 0x91, 0xB9, 0x2F, 0xF1, 0xD5, 0xE0, 0xFD, 0x74, 0x8C, 0x2F, 0xF5, 0x82, 0xE4, 0x34, -+0xA4, 0xF5, 0x83, 0xED, 0xF0, 0x0F, 0x80, 0xE5, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x88, 0x11, 0x89, -+0x90, 0xA4, 0x97, 0xE0, 0x04, 0xF0, 0x80, 0x99, 0x22, 0x90, 0xA4, 0x97, 0xE0, 0x24, 0x2C, 0xF5, -+0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, 0x22, 0x90, 0xA4, 0x9C, 0xEF, 0xF0, 0x90, 0x04, 0x7E, -+0xE0, 0xF5, 0x25, 0xA3, 0xE0, 0xF5, 0x26, 0x65, 0x25, 0x60, 0x69, 0x90, 0xA4, 0x9D, 0x74, 0x03, -+0xF0, 0x90, 0xA4, 0xAB, 0x74, 0x08, 0xF0, 0xE5, 0x26, 0x04, 0x54, 0x0F, 0xF5, 0x27, 0xE4, 0xF5, -+0x24, 0xE5, 0x27, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0x00, 0xF5, 0x82, 0xE4, 0x34, 0x80, 0xF5, 0x83, -+0xE5, 0x82, 0x25, 0x24, 0x12, 0x52, 0xCA, 0xE0, 0xFF, 0x74, 0x9F, 0x25, 0x24, 0xF5, 0x82, 0xE4, -+0x34, 0xA4, 0xF5, 0x83, 0xEF, 0xF0, 0x05, 0x24, 0xE5, 0x24, 0xB4, 0x08, 0xD4, 0x7B, 0x01, 0x7A, -+0xA4, 0x79, 0x9D, 0x71, 0xEE, 0xE5, 0x26, 0x04, 0x54, 0x0F, 0xF5, 0x26, 0xB4, 0x0F, 0x03, 0xE4, -+0xF5, 0x26, 0x90, 0x04, 0x7F, 0xE5, 0x26, 0xF0, 0x90, 0xA4, 0x9C, 0xE0, 0x7F, 0x04, 0x70, 0x02, -+0xE1, 0x35, 0x11, 0x8D, 0x22, 0xAC, 0x07, 0x75, 0xF0, 0x04, 0xEC, 0x90, 0x96, 0x14, 0x12, 0x4A, -+0x2A, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x57, 0x92, 0xE0, 0xFA, 0x74, 0x22, 0x2C, 0xB1, 0xFD, 0xE0, -+0x54, 0x7F, 0xFD, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x6F, 0x4E, 0xE0, 0xFF, 0x54, 0xF8, 0xFE, 0xEF, -+0x04, 0x54, 0x07, 0x4E, 0xF0, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x6F, 0x4E, 0xE0, 0xFF, 0x54, 0x07, -+0xD3, 0x94, 0x02, 0x40, 0x48, 0x74, 0xA2, 0x2C, 0x12, 0x6D, 0x81, 0xE0, 0xF4, 0x70, 0x3E, 0x75, -+0xF0, 0x04, 0xEC, 0x12, 0x6F, 0x4E, 0xEF, 0x54, 0xF8, 0xF0, 0x74, 0x11, 0x2C, 0x12, 0x6D, 0x66, -+0x54, 0x7F, 0xFF, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0xB5, 0x1D, 0x54, 0x80, 0x4F, 0xF0, 0x74, 0x11, -+0x2C, 0x12, 0x6D, 0x66, 0x25, 0xE0, 0xFF, 0xE4, 0x33, 0xFE, 0xEF, 0x24, 0x32, 0xFF, 0xE4, 0x3E, -+0xFE, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x6F, 0x7C, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x22, 0x2C, -+0xF1, 0xC5, 0xE0, 0xFB, 0xF1, 0xB6, 0xFF, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x4D, 0xE3, 0x54, 0xF3, -+0x4F, 0xF0, 0xED, 0xD3, 0x9A, 0x40, 0x02, 0xAD, 0x02, 0x74, 0x22, 0x2C, 0xB1, 0xFD, 0xE0, 0x54, -+0x80, 0x42, 0x05, 0xAF, 0x04, 0x8B, 0x77, 0xE4, 0xFB, 0x01, 0xE4, 0x24, 0x22, 0xF5, 0x82, 0xE4, -+0x34, 0xA0, 0xF5, 0x83, 0x22, 0x90, 0x01, 0xCC, 0xE0, 0x54, 0x0F, 0x90, 0xA5, 0x76, 0xF0, 0x90, -+0xA5, 0x76, 0xE0, 0xFD, 0x70, 0x02, 0xE1, 0x0E, 0x90, 0xA2, 0x37, 0xE0, 0xFF, 0x70, 0x06, 0xA3, -+0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0xA2, 0x38, 0xE0, 0xB5, 0x07, 0x04, 0x7F, -+0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x08, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x01, 0xF0, 0x22, -+0x90, 0xA5, 0x60, 0x12, 0xA2, 0x5F, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, -+0xEF, 0x5D, 0x70, 0x02, 0xC1, 0xF1, 0xE4, 0x90, 0xA5, 0x77, 0xF0, 0x90, 0xA5, 0x77, 0xE0, 0xF9, -+0xC3, 0x94, 0x04, 0x50, 0x42, 0xF1, 0x10, 0xA4, 0xFF, 0xE9, 0xFD, 0x7C, 0x00, 0x2F, 0xFF, 0xEC, -+0x35, 0xF0, 0xFE, 0x74, 0xD0, 0xF1, 0x18, 0x90, 0xA1, 0xE7, 0x12, 0x4A, 0x2A, 0xE5, 0x82, 0x29, -+0x12, 0x52, 0xCA, 0xEF, 0xF1, 0x0F, 0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, 0xF1, -+0x18, 0x90, 0xA1, 0xEB, 0x12, 0x4A, 0x2A, 0xE5, 0x82, 0x29, 0x12, 0x52, 0xCA, 0xEF, 0xF0, 0x90, -+0xA5, 0x77, 0xE0, 0x04, 0xF0, 0x80, 0xB4, 0x90, 0xA5, 0x76, 0xE0, 0xFF, 0x90, 0xA5, 0x60, 0x71, -+0xE6, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA5, 0x76, 0xF0, 0x90, 0xA5, 0x60, -+0xE0, 0xFF, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x90, 0x01, 0xCC, -+0xF0, 0x90, 0xA5, 0x60, 0xE0, 0x04, 0xF0, 0xE0, 0x54, 0x03, 0xF0, 0x90, 0xA2, 0x38, 0xF1, 0x2A, -+0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x70, 0x02, 0xC1, 0x0F, 0xE4, 0x90, 0xA2, 0x38, 0xF0, 0xC1, -+0x0F, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0xA5, 0x60, 0xE0, 0x44, 0x80, 0x90, 0x00, -+0x8A, 0xF1, 0x0F, 0x90, 0x01, 0xD0, 0x12, 0x4A, 0x2A, 0xE0, 0x90, 0x01, 0xC3, 0xF0, 0x22, 0xF0, -+0x90, 0xA5, 0x60, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0x2F, 0xF5, 0x82, 0x74, 0x01, 0x3E, 0xF5, 0x83, -+0xE0, 0xFF, 0x90, 0xA2, 0x38, 0xE0, 0x75, 0xF0, 0x08, 0x22, 0xE0, 0x04, 0xF0, 0xE0, 0x7F, 0x00, -+0x22, 0xD1, 0x05, 0x7F, 0x02, 0x8F, 0x7A, 0x7F, 0x02, 0x12, 0x48, 0x07, 0x90, 0xA1, 0x23, 0xE0, -+0x45, 0x7A, 0xF0, 0x22, 0xE0, 0x25, 0xE0, 0x24, 0x91, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0x22, 0x90, -+0x07, 0x1F, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x07, 0x1C, 0xE0, 0x54, 0x01, 0xFF, 0x60, 0x2F, 0x90, -+0xA3, 0xEB, 0xE0, 0x60, 0x29, 0x90, 0xA3, 0xE8, 0xE0, 0x54, 0x03, 0x14, 0x60, 0x10, 0x14, 0x60, -+0x16, 0x24, 0x02, 0x70, 0x19, 0x90, 0x04, 0x2D, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x10, 0x90, 0x04, -+0x2D, 0xE0, 0x44, 0x06, 0xF0, 0x80, 0x07, 0x90, 0x04, 0x2D, 0xE0, 0x44, 0x0E, 0xF0, 0xE4, 0x90, -+0xA3, 0xEB, 0xF0, 0x90, 0xA4, 0x9E, 0xEF, 0xF0, 0x90, 0xA4, 0x9C, 0x74, 0x02, 0xF0, 0x90, 0xA4, -+0xAA, 0x14, 0xF0, 0xFB, 0x7A, 0xA4, 0x79, 0x9C, 0x71, 0xEE, 0x7F, 0x04, 0x01, 0x8D, 0x41, 0x77, -+0x80, 0x9D, 0xE4, 0xFF, 0x81, 0xC8, 0x54, 0x03, 0x25, 0xE0, 0x25, 0xE0, 0x22, 0xFF, 0xEE, 0x5A, -+0xFE, 0xEF, 0x5B, 0x4E, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0xF5, 0x83, 0x22, 0xFE, 0x33, 0x33, -+0x33, 0x54, 0xF8, 0x4F, 0x22, 0x24, 0x8C, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0x22, 0x90, -+0x02, 0x09, 0xE0, 0xF5, 0x0E, 0x12, 0x26, 0x1E, 0x25, 0x0E, 0x90, 0xA1, 0xE0, 0x12, 0x7F, 0x56, -+0x25, 0x0E, 0x90, 0xA1, 0xE1, 0x12, 0x4F, 0x60, 0x25, 0x0E, 0x90, 0xA1, 0xE2, 0xF0, 0x12, 0x55, -+0xC8, 0x25, 0x0E, 0x90, 0xA1, 0xE3, 0x12, 0x7F, 0xD5, 0x25, 0x0E, 0x90, 0xA1, 0xE4, 0x12, 0x4F, -+0x75, 0x25, 0x0E, 0x90, 0xA1, 0xE5, 0x12, 0x7F, 0xE3, 0x25, 0x0E, 0x90, 0xA1, 0xE6, 0xF0, 0x22, -+0x12, 0x4F, 0xD0, 0x90, 0x04, 0x24, 0xE0, 0xF5, 0x0E, 0xE4, 0xFF, 0x12, 0x4F, 0x94, 0x8F, 0x82, -+0x12, 0x6F, 0xEB, 0x25, 0x0E, 0xFE, 0x75, 0xF0, 0x0E, 0xEF, 0x90, 0xA3, 0xC6, 0x12, 0x4A, 0x2A, -+0xEE, 0xF0, 0x0F, 0xEF, 0xB4, 0x03, 0xE4, 0x22, 0x12, 0x26, 0x1E, 0xFF, 0x90, 0xA2, 0xD3, 0xF0, -+0xBF, 0x01, 0x08, 0x12, 0x56, 0xE7, 0xE4, 0x90, 0xA2, 0xD3, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x54, -+0x01, 0xFF, 0x90, 0xA3, 0xEF, 0xE0, 0x54, 0xFE, 0x4F, 0xF0, 0x22, 0x12, 0x4F, 0x8F, 0x12, 0x26, -+0x1E, 0xFF, 0x54, 0x7F, 0x90, 0xA2, 0xEF, 0xF0, 0xEF, 0x12, 0x4F, 0x80, 0xA3, 0x12, 0x7F, 0x56, -+0xFF, 0x54, 0xF0, 0xC4, 0x54, 0x0F, 0xFE, 0x90, 0xA2, 0xED, 0xE0, 0x54, 0xF0, 0x4E, 0xF0, 0x12, -+0x55, 0xC8, 0x54, 0x01, 0x25, 0xE0, 0xFE, 0x90, 0xA2, 0xEA, 0xE0, 0x54, 0xFD, 0x4E, 0xF0, 0xEF, -+0x54, 0x0F, 0xC4, 0x54, 0xF0, 0xFF, 0x31, 0x42, 0x12, 0x4F, 0x5F, 0x90, 0xA2, 0xEE, 0x12, 0x7F, -+0xD5, 0xFD, 0x7F, 0x02, 0x12, 0x62, 0x4F, 0x12, 0x4F, 0x94, 0x12, 0x4F, 0x76, 0xFF, 0x54, 0x01, -+0xFE, 0x90, 0xA3, 0x51, 0xE0, 0x54, 0xFE, 0x4E, 0xFE, 0xF0, 0xEF, 0x54, 0x02, 0xFF, 0xEE, 0x54, -+0xFD, 0x4F, 0x12, 0x4F, 0x74, 0xFE, 0x54, 0x04, 0xFD, 0xEF, 0x54, 0xFB, 0x31, 0x3A, 0x54, 0x08, -+0xFE, 0xEF, 0x54, 0xF7, 0x4E, 0x12, 0x4F, 0x74, 0xFE, 0x54, 0x10, 0xFD, 0xEF, 0x54, 0xEF, 0x31, -+0x3A, 0x54, 0x20, 0xFE, 0xEF, 0x54, 0xDF, 0x4E, 0x12, 0x4F, 0x74, 0x54, 0x40, 0xFE, 0xEF, 0x54, -+0xBF, 0x4E, 0x90, 0xA3, 0x51, 0xF0, 0x31, 0xEE, 0x20, 0xE0, 0x29, 0xEF, 0xC3, 0x13, 0x20, 0xE0, -+0x0B, 0x75, 0x0F, 0x01, 0x90, 0xA3, 0x95, 0xE0, 0x60, 0x0B, 0x80, 0x0E, 0xE4, 0xF5, 0x0F, 0x90, -+0xA3, 0x95, 0xE0, 0x60, 0x05, 0xE4, 0xF5, 0x0E, 0x80, 0x03, 0x75, 0x0E, 0x01, 0xAD, 0x0F, 0xAF, -+0x0E, 0x12, 0x72, 0xB5, 0x12, 0x4F, 0x94, 0x02, 0x8F, 0x1B, 0x4D, 0xFF, 0x90, 0xA3, 0x51, 0xF0, -+0xEE, 0x22, 0x90, 0xA2, 0xED, 0xE0, 0x54, 0x0F, 0x22, 0xE4, 0xFF, 0x12, 0x7E, 0xF3, 0xBF, 0x01, -+0x11, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x0B, 0x31, 0x42, 0x64, 0x02, 0x60, 0x02, 0x80, 0x61, 0x12, -+0x67, 0xCD, 0x22, 0x90, 0x06, 0xA9, 0xE0, 0xF5, 0x24, 0x54, 0xC0, 0x70, 0x08, 0x31, 0xB8, 0x54, -+0xFD, 0xF0, 0x02, 0x60, 0x40, 0xE5, 0x24, 0x30, 0xE6, 0x1E, 0x90, 0xA2, 0xEF, 0xE0, 0x64, 0x01, -+0x70, 0x18, 0x90, 0xA2, 0xF3, 0xE0, 0x44, 0x01, 0xF0, 0x31, 0x42, 0x64, 0x02, 0x60, 0x04, 0x31, -+0xC0, 0x80, 0x07, 0x12, 0x67, 0xCD, 0x80, 0x02, 0x31, 0xB8, 0xE5, 0x24, 0x90, 0xA2, 0xF3, 0x30, -+0xE7, 0x11, 0xE0, 0x44, 0x02, 0xF0, 0xD1, 0x29, 0x12, 0x70, 0x18, 0x90, 0xA2, 0xEA, 0xE0, 0x44, -+0x04, 0xF0, 0x22, 0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0xA2, 0xF3, 0xE0, 0x54, 0xFE, 0xF0, 0x22, -+0x90, 0xA3, 0x51, 0xE0, 0xC4, 0x54, 0x0F, 0x20, 0xE0, 0x23, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x1D, -+0x90, 0xA1, 0xE1, 0xE0, 0xFF, 0x90, 0xA5, 0x42, 0x74, 0x09, 0xF0, 0x7B, 0x18, 0xE4, 0xFD, 0x12, -+0x5C, 0xC2, 0x90, 0xA5, 0x80, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x5E, 0x5C, 0x22, 0xE0, 0xFF, -+0xC4, 0x13, 0x13, 0x54, 0x03, 0x22, 0x90, 0xA2, 0xEA, 0xE0, 0xFF, 0x12, 0x4F, 0x80, 0x30, 0xE0, -+0x1B, 0xEF, 0x54, 0x7F, 0xD1, 0x20, 0x30, 0xE1, 0x06, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x04, 0xE0, -+0x54, 0xFD, 0xF0, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x03, 0x12, 0x60, 0x40, 0x90, 0xA3, 0x57, 0x31, -+0xEE, 0x30, 0xE0, 0x22, 0x90, 0xA3, 0x5A, 0xE0, 0xFF, 0xC3, 0x13, 0x30, 0xE0, 0x18, 0xEF, 0x54, -+0xFD, 0xF0, 0x90, 0x04, 0xE0, 0xE0, 0x90, 0xA3, 0x5A, 0x30, 0xE1, 0x06, 0xE0, 0x44, 0x04, 0xF0, -+0x80, 0x04, 0xE0, 0x54, 0xFB, 0xF0, 0x90, 0x04, 0xE0, 0xE0, 0x30, 0xE1, 0x02, 0x51, 0x50, 0x22, -+0x90, 0xA3, 0xB6, 0xE0, 0x30, 0xE0, 0x23, 0xA3, 0x51, 0x7B, 0xE0, 0xFE, 0x30, 0xE0, 0x1B, 0x75, -+0xF0, 0x0E, 0xEF, 0x51, 0x84, 0xEE, 0x54, 0xFE, 0xF0, 0x90, 0xA3, 0xB9, 0x74, 0x05, 0xF0, 0x12, -+0x5F, 0x88, 0x54, 0x07, 0xFD, 0x7F, 0x02, 0x12, 0x5A, 0x04, 0x22, 0xE0, 0xC3, 0x13, 0x54, 0x07, -+0xFF, 0x75, 0xF0, 0x0E, 0x90, 0xA3, 0xC2, 0x02, 0x4A, 0x2A, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x12, 0x4F, 0x8F, 0x12, 0x7F, 0xDC, 0x75, 0x43, 0x05, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x53, -+0x12, 0x34, 0x2C, 0x12, 0x4F, 0x94, 0x12, 0x26, 0x1E, 0x20, 0xE0, 0x02, 0x81, 0x07, 0x90, 0x05, -+0x54, 0xE0, 0x90, 0xA3, 0x64, 0xF0, 0xE0, 0xC3, 0x13, 0x90, 0xA3, 0x63, 0x12, 0x8E, 0xED, 0x30, -+0xE0, 0x15, 0x12, 0x7F, 0x57, 0x90, 0xA3, 0x54, 0xF0, 0x24, 0x0A, 0x90, 0xA3, 0x85, 0x12, 0x4F, -+0x60, 0x90, 0xA3, 0x55, 0xF0, 0x80, 0x4B, 0x12, 0x7F, 0x57, 0xFF, 0xC3, 0x94, 0x2A, 0x50, 0x15, -+0xEF, 0xC3, 0x94, 0x03, 0x50, 0x07, 0x90, 0xA3, 0x54, 0x74, 0x03, 0x80, 0x0D, 0x12, 0x7F, 0x57, -+0x90, 0xA3, 0x54, 0x80, 0x05, 0x90, 0xA3, 0x54, 0x74, 0x2A, 0xF0, 0x24, 0x0A, 0x90, 0xA3, 0x85, -+0xF0, 0x12, 0x4F, 0x61, 0xFF, 0xC3, 0x94, 0x2A, 0x50, 0x12, 0xEF, 0xC3, 0x94, 0x03, 0x90, 0xA3, -+0x55, 0x50, 0x05, 0x74, 0x03, 0xF0, 0x80, 0x0A, 0xEF, 0xF0, 0x80, 0x06, 0x90, 0xA3, 0x55, 0x74, -+0x2A, 0xF0, 0x12, 0x5F, 0xC8, 0x30, 0xE0, 0x3D, 0x90, 0xA3, 0x54, 0xE0, 0x75, 0xF0, 0x03, 0x84, -+0x90, 0xA3, 0x5C, 0xF0, 0xE0, 0xC3, 0x13, 0xA3, 0xF0, 0x90, 0xA3, 0x55, 0xE0, 0x75, 0xF0, 0x03, -+0x84, 0x90, 0xA3, 0x5E, 0xF0, 0x90, 0xA3, 0x54, 0xE0, 0xC3, 0x13, 0x90, 0xA3, 0x5F, 0xF0, 0x90, -+0xA3, 0x55, 0xE0, 0xC3, 0x13, 0x90, 0xA3, 0x60, 0xF0, 0x90, 0x01, 0x3E, 0x74, 0x08, 0xF0, 0xFD, -+0x7F, 0x02, 0x12, 0x7F, 0x5D, 0xE4, 0x90, 0xA3, 0x93, 0xF0, 0x12, 0x55, 0xC2, 0xC4, 0x13, 0x13, -+0x54, 0x03, 0x20, 0xE0, 0x37, 0x90, 0xA3, 0x53, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x06, 0x12, 0x4F, -+0x7F, 0x30, 0xE0, 0x28, 0x12, 0x26, 0x1E, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x08, 0x90, -+0xA3, 0x95, 0xE0, 0x60, 0x08, 0x80, 0x0B, 0x90, 0xA3, 0x95, 0xE0, 0x60, 0x05, 0x75, 0x0E, 0x01, -+0x80, 0x03, 0xE4, 0xF5, 0x0E, 0x7D, 0x02, 0xAF, 0x0E, 0x12, 0x72, 0xB5, 0x12, 0x77, 0xEF, 0x30, -+0xE0, 0x11, 0x91, 0xD4, 0x30, 0xE0, 0x07, 0x7D, 0x04, 0x7F, 0x02, 0x12, 0x62, 0x4F, 0x91, 0x94, -+0x74, 0x11, 0xF0, 0x90, 0x05, 0x58, 0x74, 0x02, 0xF0, 0x90, 0xA3, 0x5B, 0xE0, 0xB4, 0x01, 0x08, -+0x90, 0xA3, 0x66, 0x74, 0x01, 0xF0, 0x80, 0x28, 0x90, 0xA3, 0x5B, 0xE0, 0xB4, 0x04, 0x08, 0x90, -+0xA3, 0x66, 0x74, 0x04, 0xF0, 0x80, 0x19, 0x90, 0xA3, 0x5B, 0xE0, 0xB4, 0x06, 0x08, 0x90, 0xA3, -+0x66, 0x74, 0x02, 0xF0, 0x80, 0x0A, 0x90, 0xA3, 0x5B, 0xE0, 0xB4, 0x07, 0x03, 0x12, 0x76, 0x4F, -+0xE4, 0x90, 0xA3, 0x5B, 0xF0, 0x80, 0x55, 0x12, 0x55, 0xC2, 0x31, 0xEF, 0x30, 0xE0, 0x05, 0x75, -+0x0F, 0x02, 0x80, 0x11, 0x12, 0x26, 0x1E, 0x12, 0x8E, 0x36, 0x30, 0xE0, 0x05, 0x75, 0x0F, 0x01, -+0x80, 0x03, 0xE4, 0xF5, 0x0F, 0xD1, 0x36, 0x90, 0xA3, 0xB4, 0xE0, 0x30, 0xE0, 0x04, 0x7D, 0xA0, -+0x80, 0x02, 0x7D, 0x20, 0x7F, 0x40, 0x12, 0x3A, 0x96, 0x12, 0x55, 0xC2, 0x13, 0x13, 0x13, 0x54, -+0x1F, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, 0x7F, 0x01, 0x12, 0x76, 0x89, 0xAD, 0x0F, 0x7F, -+0x02, 0x12, 0x72, 0xB5, 0x12, 0x67, 0x98, 0x91, 0x94, 0x74, 0x43, 0xF0, 0xD1, 0x05, 0x90, 0xA3, -+0x65, 0xF0, 0x12, 0x4F, 0x7C, 0x30, 0xE0, 0x09, 0x90, 0xA3, 0x86, 0xE0, 0x44, 0x02, 0xF0, 0x80, -+0x0B, 0x7F, 0x01, 0x91, 0x9C, 0x90, 0xA3, 0x86, 0xE0, 0x54, 0xFD, 0xF0, 0x7F, 0x03, 0x12, 0x8B, -+0x4A, 0x90, 0xA3, 0x53, 0xE0, 0x20, 0xE0, 0x07, 0x90, 0xA3, 0x57, 0xE0, 0x54, 0xBF, 0xF0, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0x05, 0x00, 0x74, 0x1C, 0xF0, 0xA3, 0x22, 0x90, 0xA3, 0x86, 0xE0, -+0xFE, 0xC3, 0x13, 0x30, 0xE0, 0x26, 0xEF, 0xB4, 0x01, 0x0D, 0x90, 0xA3, 0x8D, 0x12, 0x64, 0x26, -+0x91, 0xCD, 0x90, 0xA3, 0x8D, 0x80, 0x0B, 0x90, 0xA3, 0x89, 0x12, 0x64, 0x26, 0x91, 0xCD, 0x90, -+0xA3, 0x89, 0x12, 0x64, 0x26, 0x7F, 0x58, 0x7E, 0x0E, 0x12, 0x37, 0x5D, 0x22, 0x7F, 0x58, 0x7E, -+0x0C, 0x02, 0x37, 0x5D, 0x90, 0xA3, 0x57, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0x90, 0xA4, 0xAC, -+0xEF, 0xF0, 0x7F, 0x03, 0x12, 0x72, 0x94, 0x12, 0x8E, 0xEE, 0x90, 0xA3, 0x66, 0x30, 0xE0, 0x05, -+0x74, 0x05, 0xF0, 0x80, 0x03, 0xE0, 0x04, 0xF0, 0x90, 0xA3, 0x57, 0x12, 0x89, 0xFC, 0x20, 0xE0, -+0x06, 0x12, 0x7F, 0xCE, 0x30, 0xE0, 0x38, 0x12, 0x8E, 0xEE, 0x30, 0xE0, 0x0A, 0x90, 0xA3, 0x54, -+0xE0, 0xFF, 0x90, 0xA3, 0x64, 0x80, 0x21, 0x90, 0xA4, 0xAC, 0xE0, 0xFC, 0xB4, 0x01, 0x0D, 0x90, -+0xA3, 0x54, 0xE0, 0xFE, 0x90, 0xA3, 0x63, 0xE0, 0xC3, 0x9E, 0x80, 0x0F, 0xEC, 0xB4, 0x04, 0x0F, -+0x90, 0xA3, 0x55, 0xE0, 0xFF, 0x90, 0xA3, 0x63, 0xE0, 0xC3, 0x9F, 0x90, 0xA3, 0x6A, 0xF0, 0xD1, -+0x0E, 0x30, 0xE0, 0x1E, 0x91, 0xD4, 0x30, 0xE0, 0x7B, 0xD1, 0x17, 0x50, 0x0A, 0xEF, 0x25, 0xE0, -+0x25, 0xE0, 0xFB, 0xE4, 0xFD, 0x80, 0x05, 0x7B, 0x7F, 0x7D, 0xFF, 0xE4, 0xFF, 0x12, 0x5E, 0x63, -+0x80, 0x62, 0x12, 0x77, 0xEF, 0x30, 0xE0, 0x43, 0xD1, 0x05, 0xFD, 0x7F, 0x04, 0x12, 0x60, 0x4D, -+0x12, 0x5F, 0xC8, 0x30, 0xE0, 0x35, 0xB1, 0xFD, 0x54, 0xFB, 0xF0, 0xE4, 0x90, 0xA3, 0x69, 0xF0, -+0x90, 0xA3, 0x66, 0xF0, 0x90, 0xA4, 0xAC, 0xE0, 0xFF, 0xB4, 0x01, 0x08, 0x90, 0xA3, 0x5B, 0x74, -+0x06, 0xF0, 0x80, 0x0A, 0xEF, 0xB4, 0x04, 0x06, 0x90, 0xA3, 0x5B, 0x74, 0x07, 0xF0, 0x90, 0xA3, -+0x52, 0xE0, 0x60, 0x07, 0x90, 0xA3, 0x5A, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0xA4, 0xAC, 0xE0, 0xB4, -+0x01, 0x04, 0x7D, 0x06, 0x80, 0x09, 0x90, 0xA4, 0xAC, 0xE0, 0xB4, 0x04, 0x07, 0x7D, 0x0C, 0x7F, -+0x6F, 0x12, 0x59, 0x62, 0x90, 0xA3, 0x57, 0x12, 0x67, 0x81, 0x30, 0xE0, 0x25, 0x90, 0xA3, 0x6A, -+0xE0, 0xFE, 0xC3, 0x94, 0x20, 0x50, 0x0F, 0xEE, 0x7D, 0x00, 0x25, 0xE0, 0x25, 0xE0, 0xFC, 0x90, -+0xA1, 0xE5, 0xE0, 0xFF, 0x80, 0x09, 0x90, 0xA1, 0xE5, 0xE0, 0xFF, 0x7D, 0xFF, 0x7C, 0x7F, 0x12, -+0x5D, 0xAC, 0x90, 0xA3, 0x56, 0xE0, 0x30, 0xE0, 0x03, 0x12, 0x67, 0x98, 0x22, 0x90, 0xA3, 0x5A, -+0xE0, 0x44, 0x02, 0xF0, 0x22, 0x90, 0xA3, 0x59, 0xE0, 0x54, 0xDF, 0xF0, 0xE4, 0x22, 0x90, 0xA3, -+0x53, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0x90, 0xA3, 0x6A, 0xE0, 0xFF, 0xC3, 0x94, 0x20, 0x22, -+0xF0, 0x90, 0x04, 0xE0, 0xE0, 0x90, 0xA2, 0xEB, 0x22, 0xE4, 0x90, 0xA5, 0x20, 0xF0, 0x90, 0xA3, -+0x4D, 0xE0, 0x90, 0xA5, 0x21, 0x22, 0x7E, 0x00, 0x7F, 0x0A, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA3, -+0x79, 0x7B, 0x12, 0x4A, 0x6E, 0x90, 0xA3, 0x67, 0x74, 0x02, 0xF0, 0x22, 0x7E, 0x00, 0x7F, 0x19, -+0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x86, 0x12, 0x4A, 0x6E, 0xF1, 0x6A, 0x90, 0xA3, 0x8D, -+0x12, 0x4A, 0x12, 0x90, 0xA3, 0x89, 0x12, 0x27, 0x48, 0x90, 0xA1, 0x29, 0xE0, 0xFF, 0x64, 0x02, -+0x70, 0x1A, 0xF1, 0x63, 0x30, 0xE0, 0x02, 0x7E, 0x01, 0x90, 0xA3, 0x95, 0xEE, 0xF0, 0xF1, 0x63, -+0x30, 0xE1, 0x02, 0x7E, 0x01, 0x90, 0xA3, 0x96, 0xEE, 0xF0, 0x80, 0x3A, 0xEF, 0x64, 0x01, 0x70, -+0x15, 0xD1, 0xFA, 0x30, 0xE0, 0x02, 0x7F, 0x01, 0x90, 0xA3, 0x95, 0xEF, 0xF0, 0xD1, 0xFA, 0x30, -+0xE1, 0x02, 0x7F, 0x01, 0x80, 0x1B, 0x90, 0xA1, 0x29, 0xE0, 0x64, 0x03, 0x70, 0x18, 0xD1, 0xF3, -+0x30, 0xE0, 0x02, 0x7F, 0x01, 0x90, 0xA3, 0x95, 0xEF, 0xF0, 0xD1, 0xF3, 0x30, 0xE1, 0x02, 0x7F, -+0x01, 0x90, 0xA3, 0x96, 0xEF, 0xF0, 0x90, 0xFD, 0x68, 0xE0, 0x44, 0x02, 0xF0, 0x7F, 0x01, 0x12, -+0x76, 0x89, 0xF1, 0x01, 0xD1, 0x36, 0x90, 0xA3, 0x6C, 0x74, 0x01, 0xF0, 0x90, 0xA3, 0xA2, 0xE0, -+0x54, 0xFE, 0xF0, 0x90, 0x04, 0x8F, 0xE4, 0xF0, 0x90, 0xA3, 0xB4, 0xE0, 0x54, 0xFE, 0xF0, 0x54, -+0xFD, 0xF0, 0x22, 0x90, 0xFD, 0x78, 0xE0, 0x7F, 0x00, 0x22, 0x90, 0xFD, 0x70, 0xE0, 0x7F, 0x00, -+0x22, 0x7E, 0x00, 0x7F, 0x33, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x53, 0x12, 0x4A, 0x6E, -+0x90, 0xA3, 0x54, 0x74, 0x0B, 0xF0, 0xA3, 0x74, 0x08, 0xF0, 0x90, 0xA1, 0x29, 0xE0, 0xFC, 0x64, -+0x02, 0x70, 0x15, 0xF1, 0x63, 0x30, 0xE2, 0x02, 0x7E, 0x01, 0xEE, 0x12, 0x4F, 0x87, 0xFE, 0x90, -+0xA3, 0x56, 0xE0, 0x54, 0xBF, 0x4E, 0xF0, 0x22, 0xEC, 0x64, 0x01, 0x70, 0x09, 0xD1, 0xFA, 0x30, -+0xE2, 0x02, 0x7F, 0x01, 0x80, 0x0F, 0x90, 0xA1, 0x29, 0xE0, 0x64, 0x03, 0x70, 0x14, 0xD1, 0xF3, -+0x30, 0xE2, 0x02, 0x7F, 0x01, 0xEF, 0x12, 0x4F, 0x87, 0xFF, 0x90, 0xA3, 0x56, 0xE0, 0x54, 0xBF, -+0x4F, 0xF0, 0x22, 0x90, 0xFD, 0x80, 0xE0, 0x7E, 0x00, 0x22, 0x7F, 0x58, 0x7E, 0x0C, 0x12, 0x36, -+0xCE, 0x90, 0xA3, 0x8D, 0x02, 0x27, 0x48, 0xE4, 0xFF, 0x12, 0x7E, 0xF3, 0xBF, 0x01, 0x0F, 0x90, -+0xA2, 0xEF, 0xE0, 0x60, 0x09, 0x31, 0xB8, 0x54, 0x07, 0x70, 0x03, 0x12, 0x60, 0x40, 0x22, 0x90, -+0xA3, 0x53, 0xE0, 0x30, 0xE0, 0x3C, 0xA3, 0xE0, 0xFF, 0x12, 0x72, 0x94, 0x90, 0xA3, 0x66, 0x74, -+0x01, 0xF0, 0xE4, 0x90, 0xA3, 0x5B, 0xF0, 0x90, 0xA3, 0x68, 0xF0, 0xA3, 0xF0, 0x90, 0xA3, 0x65, -+0x04, 0xF0, 0x90, 0xA3, 0x52, 0xE0, 0x60, 0x07, 0x7D, 0x05, 0x7F, 0x6F, 0x02, 0x59, 0x62, 0x12, -+0x67, 0x98, 0x12, 0x89, 0xF9, 0x20, 0xE0, 0x0A, 0xEF, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x02, -+0x31, 0xC0, 0x22, 0x12, 0x26, 0x1E, 0x90, 0xA2, 0xFA, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x90, 0xA3, -+0x52, 0xF0, 0x60, 0x27, 0xA3, 0xE0, 0x20, 0xE0, 0x22, 0xE4, 0xFD, 0x7F, 0x04, 0x12, 0x60, 0x4D, -+0x12, 0xA0, 0x0C, 0x30, 0xE0, 0x15, 0x12, 0x7F, 0xCE, 0x20, 0xE0, 0x0F, 0x12, 0xA0, 0x14, 0x30, -+0xE0, 0x04, 0x7F, 0x0D, 0x80, 0x02, 0x7F, 0x09, 0x12, 0x76, 0x89, 0x22, 0x90, 0xA3, 0x51, 0xE0, -+0xFF, 0xC3, 0x13, 0x22, 0x90, 0xA3, 0x51, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x22, 0x12, 0x4F, 0xD0, -+0x90, 0xA5, 0x5F, 0xE0, 0x70, 0x09, 0x12, 0x9F, 0x6A, 0x90, 0xA5, 0x5F, 0x74, 0x01, 0xF0, 0x12, -+0x4F, 0x94, 0x12, 0x26, 0x1E, 0xFF, 0xE4, 0x8F, 0x11, 0xF5, 0x10, 0xF5, 0x0F, 0xF5, 0x0E, 0x90, -+0xA3, 0x8D, 0x12, 0x4A, 0x12, 0xEC, 0x54, 0xC1, 0xFC, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0xAF, 0x11, 0xAE, 0x10, 0xAD, 0x0F, 0xAC, 0x0E, 0x78, 0x19, 0x12, 0x27, 0x35, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x4A, 0x05, 0x90, 0xA3, 0x89, 0x02, 0x27, 0x48, 0x12, -+0x26, 0x1E, 0x54, 0x01, 0x11, 0xD5, 0x54, 0xFD, 0x4F, 0xF0, 0xE0, 0xC3, 0x13, 0xFF, 0x54, 0x01, -+0x90, 0x01, 0xE6, 0xF0, 0xA3, 0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE0, 0x40, 0x90, 0x00, 0xA3, -+0xE0, 0x54, 0xF8, 0x44, 0x05, 0xFD, 0x7F, 0xA3, 0x12, 0x3A, 0x96, 0x90, 0x00, 0xA0, 0xE0, 0x54, -+0x0F, 0x64, 0x04, 0x70, 0x20, 0x90, 0xA3, 0x9C, 0xE0, 0x30, 0xE0, 0x02, 0x80, 0x1F, 0x90, 0xFD, -+0x62, 0xE0, 0xB4, 0xAD, 0x0E, 0xA3, 0xE0, 0xB4, 0x35, 0x09, 0x11, 0xCD, 0x90, 0x01, 0xE5, 0x74, -+0xDF, 0xF0, 0x22, 0x80, 0x00, 0x90, 0x01, 0xE7, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0x01, 0xE7, -+0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x25, 0xE0, 0xFF, 0x90, 0xA3, 0x78, 0xE0, 0x22, 0x12, 0x26, 0x1E, -+0x54, 0x01, 0x25, 0xE0, 0x11, 0xD5, 0x54, 0xFB, 0x4F, 0xF0, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, -+0xE0, 0x08, 0x90, 0x07, 0x65, 0xE0, 0x44, 0x18, 0xF0, 0x22, 0x90, 0xA3, 0x9C, 0xE0, 0x20, 0xE0, -+0x07, 0x90, 0x07, 0x65, 0xE0, 0x54, 0xE7, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x54, 0x01, 0x33, 0x33, -+0x33, 0x54, 0xF8, 0xFF, 0x90, 0xA3, 0x78, 0xE0, 0x54, 0xF7, 0x4F, 0xF0, 0x12, 0x67, 0x81, 0x90, -+0x07, 0x65, 0x30, 0xE0, 0x04, 0x74, 0x18, 0xF0, 0x22, 0xE4, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x54, -+0x01, 0xFF, 0x90, 0xA3, 0xB4, 0xE0, 0x54, 0xFE, 0x4F, 0xF0, 0x30, 0xE0, 0x55, 0x90, 0x00, 0x40, -+0xE0, 0x54, 0xBF, 0x44, 0xA0, 0xFD, 0x7F, 0x40, 0x12, 0x3A, 0x96, 0x90, 0x00, 0x41, 0xE0, 0x44, -+0x04, 0xFD, 0x7F, 0x41, 0x12, 0x3A, 0x96, 0x90, 0x00, 0x6A, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x6A, -+0x12, 0x3A, 0x96, 0x90, 0x07, 0x6E, 0x74, 0x55, 0xF0, 0xA3, 0x74, 0x12, 0xF0, 0x90, 0x07, 0x78, -+0xE0, 0x54, 0xF2, 0x44, 0x02, 0xF0, 0x90, 0x06, 0xCC, 0xE0, 0x44, 0x03, 0xF0, 0x90, 0x07, 0x65, -+0xE0, 0x54, 0xF5, 0xF0, 0x90, 0x05, 0x23, 0xE0, 0x54, 0x7F, 0xF0, 0xE4, 0xFD, 0x7F, 0x66, 0x12, -+0x3A, 0x96, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA2, 0x38, 0xE0, 0xFF, 0x90, -+0xA2, 0x37, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x41, 0x90, -+0xA2, 0x37, 0xE0, 0xFE, 0x75, 0xF0, 0x08, 0x90, 0xA1, 0xE7, 0x12, 0x4A, 0x2A, 0xE0, 0xFD, 0xEE, -+0x75, 0xF0, 0x08, 0xA4, 0x24, 0xE8, 0xF9, 0x74, 0xA1, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xAF, 0x05, -+0x12, 0x7B, 0x94, 0x90, 0xA2, 0x37, 0x12, 0x97, 0x2A, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, -+0x05, 0xE4, 0x90, 0xA2, 0x37, 0xF0, 0x12, 0x96, 0x05, 0x90, 0xA1, 0x23, 0xE0, 0x44, 0x02, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0xA2, 0xCF, 0xF0, 0xA3, 0xF0, 0x90, 0xA2, 0x37, 0xF0, -+0xA3, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7D, 0x10, 0xED, 0x14, 0xF9, 0x24, -+0xD4, 0x12, 0x7F, 0x7E, 0xE0, 0x60, 0x36, 0x7C, 0x08, 0xEC, 0x14, 0x90, 0xA5, 0x83, 0xF0, 0x74, -+0xD4, 0x29, 0x12, 0x7F, 0x7E, 0xE0, 0xFB, 0x7A, 0x00, 0x90, 0xA5, 0x83, 0x51, 0x5F, 0x80, 0x05, -+0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x97, 0xBD, 0x60, 0x0F, 0xE9, 0x75, 0xF0, 0x08, -+0xA4, 0xFF, 0x90, 0xA5, 0x83, 0xE0, 0x2F, 0x04, 0xFF, 0x80, 0x06, 0xDC, 0xCC, 0xDD, 0xBD, 0x7F, -+0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF5, 0x83, 0xE0, 0xFD, 0x7C, 0x00, 0x90, 0xA4, 0x8C, 0xE0, -+0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x07, 0x08, 0x22, 0x7D, 0x01, 0xAF, 0x0E, 0x90, 0xA4, 0x8E, -+0xEB, 0xF0, 0x90, 0xA4, 0x8D, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x90, 0x9B, 0x12, 0x12, 0x57, 0xA2, -+0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x12, 0x6F, 0xBD, 0xE0, 0xF5, 0x1A, 0x54, 0x7F, 0xF5, 0x1C, 0x91, -+0x94, 0x12, 0x56, 0xA1, 0xE0, 0x90, 0xA4, 0x91, 0x12, 0x57, 0x8D, 0xE0, 0xFC, 0x90, 0xA4, 0x8D, -+0xE0, 0x75, 0xF0, 0x04, 0x12, 0x4D, 0xE3, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x1B, 0xE5, 0x1C, 0xD1, -+0x49, 0xE4, 0x93, 0xFA, 0x74, 0x01, 0x93, 0xFB, 0xEF, 0x12, 0x97, 0x45, 0xF5, 0x83, 0xEA, 0xF0, -+0xA3, 0xEB, 0xF0, 0x91, 0x94, 0x12, 0x4D, 0xE3, 0xFE, 0xC4, 0x54, 0x03, 0x90, 0xA4, 0x8F, 0xF0, -+0x74, 0x22, 0x2F, 0x12, 0x95, 0xFD, 0xE5, 0x1C, 0xF0, 0x90, 0xA4, 0x8D, 0xE0, 0xFF, 0x24, 0x22, -+0x12, 0x97, 0xC5, 0xE5, 0x1B, 0xF0, 0xE5, 0x1C, 0xD3, 0x9C, 0x40, 0x0E, 0x8C, 0x1C, 0x8C, 0x1A, -+0xAE, 0x04, 0x74, 0xA2, 0x2F, 0x12, 0x6D, 0x81, 0xEE, 0xF0, 0xED, 0x70, 0x02, 0x81, 0x84, 0xAF, -+0x05, 0x8F, 0x1D, 0xE5, 0x1A, 0x30, 0xE7, 0x0B, 0x85, 0x1C, 0x1A, 0x12, 0x6D, 0x7B, 0xE5, 0x1C, -+0xF0, 0x15, 0x1D, 0xE5, 0x1D, 0x70, 0x02, 0x81, 0x84, 0x90, 0xA4, 0x8D, 0xE0, 0xFF, 0xAD, 0x1A, -+0xD1, 0x55, 0xEF, 0xF4, 0x60, 0x19, 0x8F, 0x1A, 0xD5, 0x1D, 0x14, 0x90, 0xA4, 0x8D, 0xE0, 0xFF, -+0x12, 0x95, 0xFB, 0xE0, 0xFE, 0x74, 0xA2, 0x2F, 0x12, 0x6D, 0x81, 0xEE, 0xF0, 0x81, 0x84, 0xE5, -+0x1A, 0x64, 0x2C, 0x70, 0x36, 0xE5, 0x1B, 0xD3, 0x94, 0x00, 0x40, 0x2F, 0xE5, 0x1B, 0xD3, 0x94, -+0x02, 0x50, 0x28, 0x15, 0x1B, 0x75, 0x1A, 0x2D, 0xE5, 0x1B, 0x12, 0x97, 0xB6, 0xFF, 0x90, 0xA4, -+0x8D, 0xE0, 0xFE, 0x75, 0xF0, 0x04, 0x12, 0x4D, 0xE3, 0x54, 0xF3, 0x4F, 0xF0, 0x74, 0xA2, 0x2E, -+0x12, 0x6D, 0x81, 0x74, 0xFF, 0xF0, 0xD5, 0x1D, 0x1F, 0x81, 0x84, 0xE5, 0x1A, 0xB4, 0x2D, 0x18, -+0xE5, 0x1B, 0xD3, 0x94, 0x02, 0x50, 0x11, 0x75, 0x1A, 0x2C, 0x12, 0x6D, 0x7B, 0x74, 0xFF, 0xF0, -+0x15, 0x1D, 0xE5, 0x1D, 0x70, 0x02, 0x81, 0x84, 0xE5, 0x1D, 0x70, 0x02, 0x81, 0x84, 0x90, 0xA4, -+0x91, 0xE0, 0xFF, 0xE5, 0x1C, 0xD3, 0x9F, 0x50, 0x02, 0x81, 0x7E, 0xE4, 0x90, 0xA4, 0x90, 0xF0, -+0x90, 0xA4, 0x8F, 0xE0, 0xFF, 0xAD, 0x1C, 0x91, 0xB0, 0x8F, 0x1C, 0x85, 0x1C, 0x1A, 0xE0, 0xFF, -+0x90, 0xA4, 0x91, 0xE0, 0xFD, 0x91, 0xB0, 0xEF, 0xF0, 0xE5, 0x1A, 0xD3, 0x94, 0x0B, 0x40, 0x1C, -+0x90, 0xA4, 0x8D, 0xE0, 0xFB, 0x90, 0xA4, 0x8F, 0xE0, 0x90, 0xA4, 0x95, 0xF0, 0x7D, 0x01, 0xAF, -+0x1C, 0x91, 0xC4, 0x8F, 0x1A, 0xE5, 0x1A, 0xF4, 0x70, 0x59, 0x81, 0x84, 0xAD, 0x1A, 0xE5, 0x1C, -+0x14, 0xFC, 0x90, 0xA4, 0x91, 0xE0, 0xFF, 0xEC, 0xC3, 0x9F, 0x40, 0x39, 0xD1, 0x39, 0x90, 0xA4, -+0x8D, 0x12, 0x52, 0xBD, 0xD1, 0x41, 0x51, 0x60, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, -+0xF9, 0x12, 0x97, 0xBD, 0x60, 0x1C, 0xE5, 0x1C, 0xAD, 0x04, 0xB4, 0x14, 0x02, 0x7D, 0x0C, 0x90, -+0xA4, 0x90, 0xE0, 0x04, 0xF0, 0xE0, 0x65, 0x1D, 0x60, 0x0B, 0xA3, 0xE0, 0xFF, 0xED, 0xD3, 0x9F, -+0x40, 0x03, 0x1C, 0x80, 0xBD, 0x12, 0x6D, 0x7B, 0xED, 0xF0, 0xE5, 0x1A, 0xB4, 0xFF, 0x04, 0xAF, -+0x05, 0x8F, 0x1A, 0x90, 0xA4, 0x8F, 0xE0, 0xFF, 0xAD, 0x1A, 0x91, 0x9D, 0x8F, 0x1A, 0x12, 0x6D, -+0x7B, 0xE0, 0xFD, 0xF4, 0x60, 0x1C, 0x90, 0xA4, 0x8F, 0xE0, 0xFF, 0x91, 0x9D, 0x90, 0xA4, 0x8D, -+0xE0, 0xFE, 0x12, 0x95, 0xFB, 0xEF, 0xF0, 0x74, 0xA2, 0x2E, 0x12, 0x6D, 0x81, 0x74, 0xFF, 0xF0, -+0x80, 0x12, 0x90, 0xA4, 0x8D, 0xE0, 0x12, 0x95, 0xFB, 0xE5, 0x1A, 0xF0, 0x80, 0x06, 0x90, 0xA4, -+0x91, 0xE0, 0xF5, 0x1A, 0x90, 0xA4, 0x8D, 0xE0, 0xFF, 0xA3, 0xE0, 0xFB, 0x85, 0x1B, 0x77, 0xAD, -+0x1A, 0x02, 0x90, 0xE4, 0x90, 0xA4, 0x8D, 0xE0, 0xFF, 0x75, 0xF0, 0x04, 0x22, 0xEF, 0x60, 0x0A, -+0xED, 0xD3, 0x94, 0x0B, 0x40, 0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, 0xED, 0x2E, 0xFF, 0x22, -+0xEF, 0x60, 0x0A, 0xED, 0xC3, 0x94, 0x2C, 0x40, 0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, 0xC3, -+0xED, 0x9E, 0xFF, 0x22, 0x90, 0xA4, 0x94, 0xEB, 0xF0, 0xEF, 0x54, 0x7F, 0x24, 0xF4, 0x90, 0xA4, -+0x98, 0xF0, 0xED, 0x70, 0x2E, 0xB1, 0xF0, 0x70, 0x15, 0xE0, 0x25, 0xE0, 0x24, 0x81, 0xF5, 0x82, -+0xE4, 0x34, 0x41, 0xB1, 0xCF, 0x24, 0x82, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x41, 0xE0, 0x25, -+0xE0, 0x24, 0x59, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xB1, 0xCF, 0x24, 0x5A, 0xF5, 0x82, 0xE4, 0x34, -+0x41, 0x80, 0x2C, 0xB1, 0xF0, 0x70, 0x15, 0xE0, 0x25, 0xE0, 0x24, 0xCD, 0xF5, 0x82, 0xE4, 0x34, -+0x41, 0xB1, 0xCF, 0x24, 0xCE, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x80, 0x13, 0xE0, 0x25, 0xE0, 0x24, -+0xA5, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xB1, 0xCF, 0x24, 0xA6, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xF5, -+0x83, 0xE4, 0x93, 0xFF, 0x90, 0xA4, 0x94, 0xE0, 0xFD, 0x12, 0x56, 0xBC, 0xA9, 0x07, 0x7F, 0x0C, -+0x7E, 0x12, 0x7D, 0x10, 0x90, 0xA4, 0x96, 0xE0, 0xFC, 0xF4, 0x60, 0x2E, 0xE9, 0xF4, 0x60, 0x2A, -+0xE9, 0xC3, 0x9F, 0x40, 0x25, 0xE9, 0xD3, 0x9D, 0x50, 0x20, 0xB1, 0xE8, 0x12, 0x55, 0x17, 0xE0, -+0x30, 0xE1, 0x17, 0x74, 0xA2, 0x2D, 0x12, 0x56, 0xB4, 0xE0, 0xC3, 0x94, 0x02, 0x40, 0x0B, 0x90, -+0xA4, 0x97, 0xE9, 0xF0, 0xA9, 0x04, 0x90, 0xA4, 0x96, 0xF0, 0xB1, 0xE8, 0x12, 0x55, 0x17, 0xE0, -+0x30, 0xE6, 0x2A, 0x74, 0xA2, 0x2D, 0x12, 0x56, 0xB4, 0xE0, 0xC3, 0x94, 0x02, 0x40, 0x1E, 0x90, -+0xA4, 0x96, 0xE0, 0xFD, 0xF4, 0x60, 0x16, 0xE9, 0xF4, 0x60, 0x12, 0xE9, 0x9F, 0x40, 0x0E, 0xE9, -+0xD3, 0x9E, 0x50, 0x09, 0xA3, 0xE9, 0xF0, 0xA9, 0x05, 0x90, 0xA4, 0x96, 0xF0, 0x90, 0xA4, 0x96, -+0xE0, 0xB4, 0xFF, 0x0D, 0xE9, 0xF0, 0x90, 0xA4, 0x94, 0x12, 0x6D, 0x7E, 0x74, 0xFF, 0xF0, 0x80, -+0x08, 0x90, 0xA4, 0x94, 0x12, 0x6D, 0x7E, 0xE9, 0xF0, 0x90, 0xA4, 0x96, 0xE0, 0xFF, 0x22, 0xF5, -+0x83, 0xE4, 0x93, 0xFF, 0x90, 0xA4, 0x94, 0xE0, 0xFD, 0x12, 0x56, 0xBC, 0x90, 0xA4, 0x96, 0xEF, -+0xF0, 0x90, 0xA4, 0x98, 0xE0, 0x25, 0xE0, 0x22, 0x90, 0xA4, 0x94, 0xE0, 0xFD, 0x24, 0x91, 0x22, -+0x90, 0xA4, 0x95, 0xE0, 0x90, 0xA4, 0x98, 0x22, 0xEF, 0x04, 0xF5, 0x22, 0xE5, 0x22, 0xD3, 0x9D, -+0x50, 0x34, 0xE5, 0x22, 0xD1, 0x3A, 0x75, 0xF0, 0x08, 0xEB, 0x12, 0x52, 0xC1, 0xE0, 0xF5, 0x82, -+0x75, 0x83, 0x00, 0xE5, 0x22, 0x54, 0x07, 0x51, 0x60, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, -+0xD8, 0xF9, 0xFF, 0xEE, 0x55, 0x83, 0xFE, 0xEF, 0x55, 0x82, 0x4E, 0x60, 0x05, 0x85, 0x22, 0x23, -+0x80, 0x04, 0x05, 0x22, 0x80, 0xC6, 0xAF, 0x23, 0x22, 0xEC, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFF, -+0x22, 0xE0, 0xFB, 0x7A, 0x00, 0xEC, 0x54, 0x07, 0x22, 0x25, 0xE0, 0x24, 0xE9, 0xF5, 0x82, 0xE4, -+0x34, 0x42, 0xF5, 0x83, 0x22, 0x7E, 0xFF, 0x74, 0xA2, 0x2F, 0x12, 0x6D, 0x81, 0x74, 0xFF, 0xF0, -+0xED, 0xB4, 0x3E, 0x0D, 0x7E, 0xBD, 0x74, 0xA2, 0x2F, 0x12, 0x6D, 0x81, 0x74, 0x3D, 0xF0, 0x80, -+0x1D, 0xED, 0xB4, 0x3F, 0x19, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0x6D, 0xC4, 0x13, 0x54, 0x07, -+0x30, 0xE0, 0x0B, 0x7E, 0x3E, 0x74, 0xA2, 0x2F, 0x12, 0x6D, 0x81, 0x74, 0x3E, 0xF0, 0xED, 0x14, -+0xFD, 0x74, 0x22, 0x2F, 0x12, 0x95, 0xFD, 0xED, 0xF0, 0xAF, 0x06, 0x22, 0xE4, 0xF5, 0x55, 0xF5, -+0x56, 0xF5, 0x57, 0x75, 0x58, 0x80, 0xAD, 0x55, 0x7F, 0x50, 0x12, 0x3A, 0x96, 0xAD, 0x56, 0x7F, -+0x51, 0x12, 0x3A, 0x96, 0xAD, 0x57, 0x7F, 0x52, 0x12, 0x3A, 0x96, 0xAD, 0x58, 0x7F, 0x53, 0x02, -+0x3A, 0x96, 0x75, 0x5D, 0x12, 0xE4, 0xF5, 0x5E, 0x75, 0x5F, 0x07, 0x75, 0x60, 0x72, 0x90, 0x01, -+0x30, 0xE5, 0x5D, 0xF0, 0xA3, 0xE5, 0x5E, 0xF0, 0xA3, 0xE5, 0x5F, 0xF0, 0xA3, 0xE5, 0x60, 0xF0, -+0x22, 0x75, 0x65, 0x0E, 0x43, 0x65, 0x10, 0x75, 0x66, 0x01, 0x75, 0x67, 0x03, 0x75, 0x68, 0x62, -+0x43, 0x65, 0x01, 0x90, 0x01, 0x38, 0xE5, 0x65, 0xF0, 0xA3, 0xE5, 0x66, 0xF0, 0xA3, 0xE5, 0x67, -+0xF0, 0xA3, 0xE5, 0x68, 0xF0, 0x22, 0x90, 0x01, 0x94, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x01, 0xC7, -+0xE4, 0xF0, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x01, 0x9C, 0x74, 0x7E, 0xF0, -+0xA3, 0x74, 0x92, 0xF0, 0xA3, 0x74, 0xA0, 0xF0, 0xA3, 0x74, 0x24, 0xF0, 0x90, 0x01, 0x9B, 0x74, -+0x49, 0xF0, 0x90, 0x01, 0x9A, 0x74, 0xE0, 0xF0, 0x90, 0x01, 0x99, 0xE4, 0xF0, 0x90, 0x01, 0x98, -+0x04, 0xF0, 0x22, 0x7F, 0x02, 0x90, 0xA3, 0xB5, 0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x10, 0xEF, -+0x25, 0xE0, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE4, 0x03, 0x7F, 0x00, 0x22, 0x0F, 0x80, 0xE6, 0x7F, -+0x01, 0x22, 0xE4, 0x90, 0xA1, 0x23, 0x12, 0x50, 0x6C, 0xA3, 0xF0, 0x22, 0x90, 0x01, 0xE4, 0x74, -+0x29, 0xF0, 0xA3, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x34, 0xE0, 0x55, 0x5D, 0xF5, 0x61, 0xA3, 0xE0, -+0x55, 0x5E, 0xF5, 0x62, 0xA3, 0xE0, 0x55, 0x5F, 0xF5, 0x63, 0xA3, 0xE0, 0x55, 0x60, 0xF5, 0x64, -+0x90, 0x01, 0x34, 0xE5, 0x61, 0xF0, 0xA3, 0xE5, 0x62, 0xF0, 0xA3, 0xE5, 0x63, 0xF0, 0xA3, 0xE5, -+0x64, 0xF0, 0x22, 0x90, 0x01, 0x3C, 0xE0, 0x55, 0x65, 0xF5, 0x69, 0xA3, 0xE0, 0x55, 0x66, 0xF5, -+0x6A, 0xA3, 0xE0, 0x55, 0x67, 0xF5, 0x6B, 0xA3, 0xE0, 0x55, 0x68, 0xF5, 0x6C, 0x90, 0x01, 0x3C, -+0xE5, 0x69, 0xF0, 0xA3, 0xE5, 0x6A, 0xF0, 0xA3, 0xE5, 0x6B, 0xF0, 0xA3, 0xE5, 0x6C, 0xF0, 0x53, -+0x91, 0xDF, 0x22, 0x90, 0x01, 0xCF, 0xE0, 0x90, 0xA4, 0x9C, 0xF0, 0xE0, 0xFF, 0x30, 0xE0, 0x07, -+0x90, 0x01, 0xCF, 0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE5, 0x23, 0x90, 0x01, 0xCF, 0xE0, 0x54, -+0xDF, 0xF0, 0x90, 0x01, 0x34, 0x74, 0x20, 0xF0, 0xE4, 0xF5, 0xA8, 0xF5, 0xE8, 0x12, 0x50, 0x46, -+0x90, 0x00, 0x03, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x03, 0x12, 0x3A, 0x96, 0x80, 0xFE, 0x22, 0x12, -+0x9F, 0x8F, 0x12, 0x5F, 0xC8, 0x30, 0xE0, 0x13, 0x90, 0xA3, 0x9E, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, -+0x14, 0x09, 0x90, 0x04, 0x9C, 0xE4, 0xF0, 0x90, 0xA3, 0x9E, 0xF0, 0x90, 0xA2, 0xEF, 0xE0, 0x60, -+0x2C, 0x90, 0xA2, 0xEB, 0x12, 0x67, 0x81, 0x30, 0xE0, 0x0C, 0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, -+0x05, 0x12, 0x7F, 0xB8, 0x11, 0x62, 0x90, 0xA5, 0x84, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x80, -+0x40, 0x0B, 0x90, 0x01, 0x98, 0xE0, 0x54, 0xFE, 0xF0, 0xE0, 0x44, 0x01, 0xF0, 0x7F, 0x01, 0x02, -+0x97, 0x35, 0x7D, 0x01, 0x7F, 0x02, 0x02, 0x7F, 0xBC, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x02, 0x60, -+0x03, 0x12, 0x8C, 0xBC, 0x22, 0x90, 0xA2, 0xEF, 0xE0, 0x60, 0x03, 0x12, 0x67, 0xA8, 0x22, 0xE4, -+0xFF, 0x90, 0xA3, 0xF0, 0xEF, 0xF0, 0x90, 0xA2, 0xE4, 0xE0, 0x90, 0xA4, 0x72, 0xF0, 0xE4, 0x90, -+0xA3, 0xF1, 0xF0, 0x90, 0xA4, 0x72, 0xE0, 0xFE, 0x90, 0xA3, 0xF1, 0xE0, 0xFF, 0xC3, 0x9E, 0x50, -+0x2C, 0xE0, 0xFE, 0x31, 0x7E, 0xE4, 0xF0, 0x75, 0xF0, 0x10, 0xEE, 0x31, 0xB0, 0xE0, 0x30, 0xE7, -+0x09, 0x74, 0x81, 0x2F, 0x31, 0x88, 0xE4, 0xF0, 0x80, 0x0B, 0x31, 0xA5, 0x90, 0xA3, 0xF1, 0xE0, -+0x31, 0x7E, 0x74, 0x01, 0xF0, 0x90, 0xA3, 0xF1, 0xE0, 0x04, 0xF0, 0x80, 0xC6, 0x7F, 0x0C, 0x7E, -+0x00, 0x12, 0x3A, 0xF7, 0xE4, 0x90, 0xA3, 0xF1, 0xF0, 0x90, 0xA4, 0x72, 0xE0, 0xFF, 0x90, 0xA3, -+0xF1, 0xE0, 0xFE, 0xC3, 0x9F, 0x40, 0x02, 0x21, 0x7D, 0x74, 0xF2, 0x2E, 0x31, 0x80, 0xE0, 0x70, -+0x02, 0x21, 0x75, 0x75, 0xF0, 0x10, 0xEE, 0x90, 0x81, 0x06, 0x31, 0x90, 0xEE, 0x90, 0x81, 0x07, -+0x31, 0x99, 0xFC, 0x51, 0x24, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xEC, 0x90, 0x81, -+0x0A, 0x31, 0x90, 0xEC, 0x90, 0x81, 0x0B, 0x31, 0x99, 0x75, 0xF0, 0x0A, 0x90, 0x8D, 0x01, 0x12, -+0x4A, 0x2A, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x7F, 0x01, 0x90, 0xA3, 0xF1, 0xE0, 0xFE, 0x75, 0xF0, -+0x10, 0x90, 0x81, 0x0B, 0x12, 0x52, 0xC4, 0xE0, 0xFD, 0x75, 0xF0, 0x0A, 0xEE, 0x12, 0x57, 0x98, -+0xED, 0xF0, 0x0F, 0xEF, 0xB4, 0x05, 0xE2, 0x90, 0xA3, 0xF1, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0x90, -+0x81, 0x09, 0x12, 0x4A, 0x2A, 0xE0, 0xFE, 0x74, 0x91, 0x2F, 0x51, 0x1A, 0xEE, 0xF0, 0x90, 0xA3, -+0xF1, 0xE0, 0xFF, 0x90, 0xA3, 0xF0, 0xE0, 0xFD, 0x31, 0xB6, 0x90, 0xA3, 0xF1, 0xE0, 0x24, 0x81, -+0x31, 0x88, 0x74, 0x01, 0xF0, 0x90, 0xA3, 0xF1, 0xE0, 0x04, 0xF0, 0x01, 0xD9, 0x22, 0x24, 0xF2, -+0xF5, 0x82, 0xE4, 0x34, 0xA3, 0xF5, 0x83, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, -+0x12, 0x4A, 0x2A, 0xE0, 0xFD, 0x75, 0xF0, 0x10, 0x22, 0x12, 0x4A, 0x2A, 0xE0, 0xFE, 0xED, 0xFF, -+0x90, 0xA3, 0xF1, 0xE0, 0x22, 0x31, 0xAC, 0xE0, 0x44, 0x40, 0xF0, 0x22, 0x75, 0xF0, 0x10, 0xEF, -+0x90, 0x81, 0x03, 0x02, 0x4A, 0x2A, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xED, 0x60, 0x45, -+0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x01, 0x12, 0x57, 0xA2, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, -+0x8D, 0x03, 0x12, 0x57, 0xA2, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x05, 0x12, 0x57, 0xA2, -+0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x07, 0x12, 0x57, 0xA2, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, -+0x90, 0x8D, 0x09, 0x12, 0x57, 0xA2, 0xF0, 0xEF, 0x51, 0x24, 0xE4, 0xF0, 0xA3, 0xF0, 0x74, 0x91, -+0x2F, 0x51, 0x1A, 0xE4, 0xF0, 0x31, 0xAC, 0xE0, 0x54, 0xBF, 0x44, 0x80, 0xFE, 0x31, 0xAC, 0xEE, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x74, 0x91, 0x25, 0x0E, 0xF5, 0x82, 0xE4, 0x34, 0x98, 0xF5, -+0x83, 0x22, 0xE5, 0x0E, 0x25, 0xE0, 0x24, 0x01, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0xF5, 0x83, 0x22, -+0x02, 0x77, 0x8C, 0x22, 0x22, 0x22, 0xFB, 0x7D, 0x08, 0x7F, 0x01, 0x90, 0xA5, 0x78, 0xEB, 0xF0, -+0xEF, 0x70, 0x06, 0xA3, 0x74, 0x03, 0xF0, 0x80, 0x0B, 0xEF, 0x64, 0x01, 0x70, 0x28, 0x90, 0xA5, -+0x79, 0x74, 0x42, 0xF0, 0x7F, 0xE2, 0x12, 0x3A, 0x96, 0x90, 0xA5, 0x78, 0xE0, 0xFD, 0x7F, 0xE0, -+0x12, 0x3A, 0x96, 0x90, 0xA5, 0x79, 0xE0, 0x51, 0x81, 0x90, 0xA5, 0x79, 0xE0, 0x54, 0xFD, 0x51, -+0x81, 0x51, 0x80, 0x7F, 0x01, 0x22, 0x90, 0x01, 0xC2, 0xE0, 0x44, 0x01, 0xF0, 0x7F, 0x00, 0x22, -+0xE4, 0xFD, 0x7F, 0xE3, 0x02, 0x3A, 0x96, 0x90, 0xA5, 0x43, 0x12, 0x4A, 0x3F, 0xEF, 0x70, 0x07, -+0x90, 0xA5, 0x46, 0x04, 0xF0, 0x80, 0x0B, 0xEF, 0x64, 0x01, 0x70, 0x25, 0x90, 0xA5, 0x46, 0x74, -+0x40, 0xF0, 0x7F, 0xE2, 0x12, 0x3A, 0x96, 0x90, 0xA5, 0x46, 0xE0, 0x51, 0x81, 0x90, 0x00, 0xE1, -+0xE0, 0xFF, 0x90, 0xA5, 0x43, 0x12, 0x4A, 0x36, 0xEF, 0x12, 0x26, 0x64, 0x51, 0x80, 0x7F, 0x01, -+0x22, 0x80, 0xB3, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x0D, 0x7D, 0x08, 0x7F, 0x01, 0x51, 0x87, 0x90, -+0xA5, 0x0D, 0xE0, 0x22, 0xE4, 0x90, 0xA4, 0xAE, 0xF0, 0xA3, 0xF0, 0x90, 0x00, 0x83, 0xE0, 0x90, -+0xA4, 0xAD, 0xF0, 0x90, 0x00, 0x83, 0xE0, 0xFE, 0x90, 0xA4, 0xAD, 0xE0, 0xFF, 0xB5, 0x06, 0x01, -+0x22, 0xC3, 0x90, 0xA4, 0xAF, 0xE0, 0x94, 0x64, 0x90, 0xA4, 0xAE, 0xE0, 0x94, 0x00, 0x40, 0x0D, -+0x90, 0x01, 0xC0, 0xE0, 0x44, 0x40, 0xF0, 0x90, 0xA4, 0xAD, 0xE0, 0xFF, 0x22, 0x90, 0xA4, 0xAE, -+0x12, 0x58, 0xAB, 0x80, 0xC6, 0x90, 0x01, 0xC4, 0x74, 0x15, 0xF0, 0x74, 0xAB, 0xA3, 0xF0, 0x90, -+0x00, 0x90, 0xE0, 0x20, 0xE0, 0xF9, 0x74, 0x15, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0xAB, 0xA3, -+0xF0, 0x22, 0x7E, 0xFF, 0xED, 0x54, 0x7F, 0xFC, 0xED, 0x54, 0x80, 0x60, 0x04, 0xAE, 0x04, 0x80, -+0x1B, 0xEC, 0x64, 0x3D, 0x60, 0x04, 0xEC, 0xB4, 0x3F, 0x12, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, -+0x6D, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x04, 0xEC, 0x44, 0x80, 0xFE, 0xAF, 0x06, 0x22, 0xE4, -+0xF5, 0x1A, 0x12, 0x54, 0xFA, 0xE0, 0xFE, 0xB4, 0x05, 0x14, 0xED, 0xC3, 0x94, 0x3B, 0x50, 0x5B, -+0xED, 0xC3, 0x94, 0x31, 0x40, 0x5D, 0xED, 0xD3, 0x94, 0x35, 0x50, 0x57, 0x80, 0x4D, 0xEE, 0xB4, -+0x04, 0x08, 0xED, 0xC3, 0x94, 0x31, 0x40, 0x4B, 0x80, 0x41, 0x12, 0x54, 0xFA, 0xE0, 0xFE, 0xB4, -+0x03, 0x14, 0xED, 0xC3, 0x94, 0x19, 0x50, 0x0C, 0xED, 0xC3, 0x94, 0x11, 0x40, 0x35, 0xED, 0xD3, -+0x94, 0x13, 0x50, 0x2F, 0x80, 0x25, 0xEE, 0xB4, 0x02, 0x08, 0xED, 0xC3, 0x94, 0x11, 0x40, 0x23, -+0x80, 0x19, 0x12, 0x54, 0xFA, 0xE0, 0xFE, 0xB4, 0x01, 0x08, 0xED, 0xC3, 0x94, 0x0A, 0x40, 0x13, -+0x80, 0x09, 0xEE, 0x70, 0x0B, 0xED, 0xC3, 0x94, 0x03, 0x40, 0x08, 0x75, 0x1A, 0x01, 0x80, 0x03, -+0xE4, 0xF5, 0x1A, 0xAF, 0x1A, 0x22, 0x8F, 0x0F, 0x8D, 0x10, 0x8B, 0x11, 0x75, 0xF0, 0x04, 0xEF, -+0x12, 0x4D, 0xE3, 0xC4, 0x54, 0x03, 0x90, 0xA4, 0x87, 0xF0, 0x90, 0xA4, 0x85, 0x60, 0x09, 0x74, -+0x32, 0xF0, 0xA3, 0x74, 0x2F, 0xF0, 0x80, 0x07, 0x74, 0x11, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0x75, -+0xF0, 0x10, 0xE5, 0x0F, 0x12, 0x6F, 0xBD, 0xE0, 0xFD, 0x90, 0xA4, 0xBB, 0x74, 0x04, 0xF0, 0xE4, -+0xFB, 0xAF, 0x0F, 0x12, 0x90, 0xAD, 0xE5, 0x10, 0xD3, 0x94, 0x2D, 0x40, 0x0A, 0x75, 0xF0, 0x04, -+0xE5, 0x0F, 0x12, 0x57, 0x92, 0x80, 0x20, 0xE5, 0x10, 0xD3, 0x94, 0x1E, 0x40, 0x05, 0x90, 0xA4, -+0x85, 0x80, 0x14, 0xE5, 0x10, 0xD3, 0x94, 0x14, 0x40, 0x05, 0x90, 0xA4, 0x86, 0x80, 0x08, 0x75, -+0xF0, 0x04, 0xE5, 0x0F, 0x12, 0x56, 0xA1, 0xE0, 0xFD, 0x85, 0x11, 0x77, 0xE4, 0xFB, 0xAF, 0x0F, -+0x02, 0x90, 0xE4, 0xEF, 0x64, 0x13, 0x60, 0x04, 0xEF, 0xB4, 0x0B, 0x05, 0x90, 0xA3, 0x99, 0x80, -+0x1F, 0xEF, 0x64, 0x12, 0x60, 0x04, 0xEF, 0xB4, 0x0A, 0x05, 0x90, 0xA3, 0x9A, 0x80, 0x11, 0xEF, -+0x64, 0x11, 0x60, 0x04, 0xEF, 0xB4, 0x09, 0x05, 0x90, 0xA3, 0x9B, 0x80, 0x03, 0x90, 0xA3, 0x98, -+0xE0, 0xF5, 0x1C, 0xAF, 0x1C, 0x22, 0x8D, 0x1A, 0x90, 0xA3, 0x97, 0xE0, 0x60, 0x44, 0x91, 0x53, -+0x8F, 0x1B, 0xE5, 0x1B, 0xC3, 0x94, 0x80, 0x50, 0x27, 0xE5, 0x1B, 0x94, 0x1B, 0x40, 0x02, 0x80, -+0x12, 0xED, 0x25, 0x1B, 0xFF, 0xE4, 0x33, 0xFE, 0xD3, 0xEF, 0x94, 0x1B, 0xEE, 0x64, 0x80, 0x94, -+0x80, 0x40, 0x05, 0x75, 0x1A, 0x1B, 0x80, 0x1A, 0xE5, 0x1B, 0x25, 0x1A, 0xF5, 0x1A, 0x80, 0x12, -+0xC3, 0xE4, 0x95, 0x1B, 0xF5, 0x1B, 0xED, 0xD3, 0x95, 0x1B, 0x40, 0x06, 0xE5, 0x1A, 0x95, 0x1B, -+0xF5, 0x1A, 0xAF, 0x1A, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x04, 0x30, 0x12, -+0x5F, 0x8F, 0x90, 0xA4, 0x76, 0xE0, 0x90, 0x04, 0x33, 0xF0, 0x90, 0xA4, 0x77, 0xE0, 0x90, 0x04, -+0x34, 0xF0, 0x90, 0xA4, 0x78, 0xE0, 0x90, 0x04, 0x35, 0xF0, 0x90, 0xA4, 0x79, 0xE0, 0x90, 0x04, -+0x36, 0xF0, 0x90, 0xA4, 0x7A, 0xE0, 0x90, 0x04, 0x37, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, -+0xEF, 0x94, 0xE8, 0xEE, 0x94, 0x03, 0x40, 0x03, 0x7F, 0x05, 0x22, 0xD3, 0xEF, 0x94, 0xC8, 0xEE, -+0x94, 0x00, 0x7F, 0x00, 0x40, 0x02, 0x7F, 0x02, 0x22, 0x90, 0xA4, 0x8D, 0xEE, 0xF0, 0xA3, 0x12, -+0x5F, 0x8F, 0x90, 0xA4, 0x8F, 0xE0, 0xB1, 0xF8, 0x90, 0xA4, 0x94, 0x12, 0x4A, 0x3F, 0x90, 0xA4, -+0x90, 0xE0, 0xD1, 0x0A, 0xA3, 0x12, 0x4A, 0x3F, 0xB1, 0xE8, 0xFF, 0xB1, 0x0F, 0x8F, 0x1E, 0xA3, -+0x12, 0x97, 0x44, 0xF5, 0x83, 0xE0, 0xF5, 0x1A, 0xA3, 0xE0, 0xF5, 0x1B, 0xE4, 0xF5, 0x1F, 0x90, -+0xA4, 0x94, 0x12, 0x4A, 0x36, 0x75, 0xF0, 0x02, 0xE5, 0x1F, 0xD1, 0x24, 0xA8, 0x1E, 0x08, 0x80, -+0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA4, 0x91, 0x12, 0x4A, 0x36, 0x85, -+0x1F, 0x82, 0x12, 0x6F, 0xEB, 0xB1, 0xF0, 0x25, 0x1B, 0xF5, 0x1B, 0xEE, 0x35, 0x1A, 0xF5, 0x1A, -+0x05, 0x1F, 0xE5, 0x1F, 0xB4, 0x05, 0xC8, 0x90, 0xA4, 0x91, 0x12, 0x4A, 0x36, 0x12, 0x4F, 0x76, -+0xFD, 0x7C, 0x00, 0xB1, 0xE8, 0xA8, 0x1E, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, -+0xF9, 0xFF, 0x12, 0x26, 0x98, 0x8E, 0x1C, 0x8F, 0x1D, 0xD3, 0xE5, 0x1B, 0x95, 0x1D, 0xE5, 0x1A, -+0x95, 0x1C, 0x40, 0x0C, 0xE5, 0x1B, 0x95, 0x1D, 0xFF, 0xE5, 0x1A, 0x95, 0x1C, 0xFE, 0x80, 0x04, -+0x7E, 0x00, 0x7F, 0x00, 0x8E, 0x1A, 0x8F, 0x1B, 0x90, 0xA4, 0x8F, 0x12, 0x97, 0x44, 0xF5, 0x83, -+0xE5, 0x1A, 0xF0, 0xA3, 0xE5, 0x1B, 0xF0, 0x22, 0x90, 0xA4, 0x8D, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, -+0xFD, 0x7C, 0x00, 0x12, 0x26, 0x98, 0xEF, 0x22, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x01, 0xF9, 0x74, -+0x8D, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0x22, 0x8F, 0x15, 0xEF, 0x75, 0xF0, 0x06, 0xA4, 0x24, 0x5C, -+0xF9, 0x74, 0x40, 0x35, 0xF0, 0xFA, 0x7B, 0xFF, 0x22, 0x90, 0xA4, 0x81, 0x12, 0x4A, 0x36, 0x75, -+0xF0, 0x02, 0xE5, 0x17, 0xA4, 0xF5, 0x82, 0x85, 0xF0, 0x83, 0x12, 0x49, 0xC0, 0xAE, 0xF0, 0x22, -+0x12, 0x4F, 0xD0, 0x12, 0x4F, 0x76, 0x30, 0xE1, 0x03, 0x02, 0x94, 0x4C, 0x12, 0x4F, 0x94, 0x12, -+0x26, 0x1E, 0x90, 0xA4, 0x85, 0x12, 0x7F, 0x56, 0x90, 0xA4, 0x86, 0x12, 0x4F, 0x60, 0x90, 0xA4, -+0x87, 0x12, 0x7F, 0xD5, 0x75, 0xF0, 0x10, 0xA4, 0xFF, 0x12, 0x55, 0xC8, 0xFD, 0xEF, 0x4D, 0xFF, -+0x90, 0xA4, 0x86, 0xE0, 0xB4, 0x01, 0x07, 0xA3, 0xE0, 0x12, 0x97, 0xD5, 0xEF, 0xF0, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x7A, 0xEF, 0xF0, 0x90, 0x00, 0x8F, 0xE0, 0x30, -+0xE6, 0x3D, 0x90, 0x00, 0x8D, 0xE0, 0x64, 0x01, 0x70, 0x35, 0x90, 0xA5, 0x7B, 0xF0, 0x90, 0xA5, -+0x7B, 0xE0, 0xFD, 0x90, 0xA5, 0x7A, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0xBD, 0xE5, 0x82, 0x2D, -+0x12, 0x52, 0xCA, 0xE0, 0xFB, 0xE4, 0xFF, 0x12, 0x4F, 0x2B, 0x90, 0xA5, 0x7B, 0xE0, 0x04, 0xF0, -+0xE0, 0xC3, 0x94, 0x10, 0x40, 0xD8, 0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE0, 0x02, 0xD1, 0xC4, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFD, 0x7F, 0x8D, 0x02, 0x3A, 0x96, 0x7E, 0x00, 0x7F, 0x2E, 0x7D, -+0x00, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0xB6, 0x02, 0x4A, 0x6E, 0x90, 0xA5, 0x85, 0xED, 0xF0, 0xEF, -+0x60, 0x02, 0xE1, 0xB2, 0xE0, 0x24, 0xFD, 0x50, 0x0B, 0x60, 0x20, 0x14, 0x60, 0x34, 0x14, 0x60, -+0x74, 0x02, 0xB1, 0x45, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x12, 0xB1, -+0x51, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x02, 0xB0, 0x2D, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x54, 0x33, 0x77, 0x70, 0x12, 0xB1, 0x51, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x70, 0x02, -+0xB0, 0xAD, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x12, 0xB1, 0x51, 0x12, -+0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x12, 0xB1, 0x46, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, -+0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x10, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x66, -+0x65, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x10, -+0x00, 0x00, 0x02, 0xB1, 0x3E, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0xFF, 0x90, -+0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x77, 0x12, 0xB1, 0x5C, 0x12, 0x27, 0x54, 0x77, -+0x77, 0x77, 0x77, 0x12, 0xB1, 0x46, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xE4, -+0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x66, 0x65, 0x12, 0x27, -+0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x02, -+0xB1, 0x3E, 0x90, 0xA5, 0x85, 0xE0, 0x14, 0x60, 0x61, 0x14, 0x70, 0x03, 0x02, 0xB0, 0x5A, 0x14, -+0x70, 0x03, 0x02, 0xB0, 0x9A, 0x14, 0x70, 0x03, 0x02, 0xB0, 0x5A, 0x14, 0x70, 0x03, 0x02, 0xB0, -+0xF6, 0x24, 0x05, 0x60, 0x03, 0x02, 0xB1, 0x45, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, 0x77, 0x33, -+0x77, 0x17, 0x12, 0xB1, 0x51, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x17, 0x12, 0xB1, 0x46, 0x12, -+0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, -+0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x66, 0x65, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x21, 0x3E, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, -+0x77, 0x33, 0x77, 0x17, 0x31, 0x51, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x17, 0x31, 0x46, 0x12, -+0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, -+0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x66, 0x65, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x00, 0x21, 0x3E, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, -+0x77, 0x33, 0x77, 0x77, 0x31, 0x51, 0x12, 0x27, 0x54, 0x77, 0x33, 0x77, 0x77, 0x31, 0x46, 0x12, -+0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, -+0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x66, 0x65, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x21, 0x3E, 0x90, 0xAC, 0xB9, 0x12, 0x27, 0x54, -+0x54, 0x33, 0x77, 0x17, 0x31, 0x51, 0x12, 0x27, 0x54, 0x54, 0x33, 0x77, 0x17, 0x31, 0x46, 0x12, -+0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, -+0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x66, 0x65, 0x12, 0x27, 0x54, 0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, -+0xE4, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0E, 0x12, 0x66, 0x65, 0x12, -+0x27, 0x54, 0x00, 0x00, 0x03, 0x03, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x00, 0x00, 0x01, -+0x7F, 0x00, 0x7E, 0x09, 0x80, 0x4C, 0x90, 0xA4, 0xE0, 0x12, 0x27, 0x54, 0x00, 0xFF, 0x00, 0x00, -+0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x00, 0x33, 0x00, 0x00, 0x31, 0x5C, 0x12, 0x27, 0x54, 0x77, -+0x33, 0x77, 0x77, 0x31, 0x46, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, -+0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x66, 0x65, 0x12, 0x27, 0x54, -+0x3F, 0xF0, 0x00, 0x00, 0x90, 0xA4, 0xE4, 0x12, 0x27, 0x54, 0x01, 0x00, 0x00, 0x00, 0x7F, 0xB4, -+0x7E, 0x0E, 0x12, 0x64, 0x33, 0x22, 0x7F, 0xB0, 0x7E, 0x0E, 0x12, 0x37, 0x5D, 0x90, 0xA4, 0xE0, -+0x22, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x37, 0x5D, 0x90, 0xAC, 0xB9, 0x22, 0x7F, 0xB0, 0x7E, 0x0C, -+0x12, 0x64, 0x33, 0x90, 0xAC, 0xB9, 0x22, 0x90, 0xA3, 0xE7, 0xE0, 0x75, 0xF0, 0x3F, 0x84, 0xAD, -+0xF0, 0xED, 0x25, 0xE0, 0x25, 0xE0, 0xFD, 0x74, 0x38, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, -+0x83, 0xED, 0xF0, 0x90, 0xA3, 0xE7, 0xE0, 0x04, 0xF0, 0x22, 0x12, 0x67, 0x7E, 0x30, 0xE0, 0x05, -+0x90, 0x01, 0x5B, 0xE4, 0xF0, 0x90, 0x06, 0x92, 0x74, 0x02, 0xF0, 0x90, 0x01, 0x3C, 0x74, 0x04, -+0x31, 0xC0, 0x90, 0xA3, 0x4E, 0xE0, 0xC3, 0x13, 0x54, 0x7F, 0x90, 0xA5, 0x21, 0xF0, 0xE4, 0xFB, -+0xFD, 0x7F, 0x58, 0x7E, 0x01, 0x12, 0x70, 0x20, 0x90, 0xA2, 0xEA, 0xE0, 0x44, 0x08, 0xF0, 0x22, -+0xF0, 0xE4, 0x90, 0xA5, 0x20, 0xF0, 0x22, 0x90, 0x04, 0x1A, 0xE0, 0xF4, 0x60, 0x03, 0x7F, 0x00, -+0x22, 0x90, 0x04, 0x1B, 0xE0, 0x54, 0x07, 0x64, 0x07, 0x7F, 0x01, 0x60, 0x02, 0x7F, 0x00, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x53, 0xE0, 0x30, 0xE0, 0x17, 0x90, 0xA3, -+0x65, 0xE0, 0x70, 0x4B, 0x90, 0xA2, 0xF1, 0xE0, 0xD3, 0x94, 0x00, 0x50, 0x42, 0x90, 0xA3, 0x52, -+0xE0, 0x60, 0x38, 0x80, 0x3A, 0x31, 0xC7, 0xEF, 0x64, 0x01, 0x70, 0x33, 0x90, 0xA2, 0xF3, 0xE0, -+0xFF, 0x54, 0x03, 0x70, 0x2A, 0x90, 0xA2, 0xF1, 0xE0, 0xFE, 0xE4, 0xC3, 0x9E, 0x40, 0x20, 0xEF, -+0x20, 0xE2, 0x1C, 0x90, 0xA2, 0xF3, 0xE0, 0x20, 0xE4, 0x15, 0x90, 0xA2, 0xEB, 0xE0, 0x13, 0x13, -+0x54, 0x3F, 0x30, 0xE0, 0x0A, 0x90, 0xA3, 0x52, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, -+0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x24, 0xFE, 0x60, 0x0B, 0x04, 0x70, 0x24, 0x90, 0xA2, -+0xF5, 0x74, 0x02, 0xF0, 0x80, 0x13, 0xED, 0x70, 0x06, 0x90, 0xA3, 0x4F, 0xE0, 0x80, 0x02, 0xED, -+0x14, 0x90, 0xA2, 0xF5, 0xF0, 0x90, 0xA2, 0xF5, 0xE0, 0xA3, 0xF0, 0x90, 0xA2, 0xEB, 0xE0, 0x44, -+0x08, 0xF0, 0x22, 0x90, 0x02, 0x87, 0xE0, 0x70, 0x1F, 0x90, 0x01, 0x00, 0xE0, 0x64, 0x3F, 0x70, -+0x17, 0x90, 0x02, 0x96, 0xE0, 0x70, 0x11, 0x90, 0x02, 0x86, 0xE0, 0x30, 0xE1, 0x0A, 0x90, 0x02, -+0x86, 0xE0, 0x20, 0xE3, 0x03, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0xEF, 0x60, 0x2D, 0x12, 0x8E, -+0x0F, 0x70, 0x28, 0x90, 0xA2, 0xEB, 0xE0, 0x54, 0xFE, 0xF0, 0x7D, 0x2B, 0x7F, 0x0F, 0x12, 0x59, -+0x62, 0x90, 0x06, 0x04, 0xE0, 0x54, 0xBF, 0xF0, 0x51, 0xCC, 0xBF, 0x01, 0x0E, 0x90, 0xA2, 0xEA, -+0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x06, 0x7F, 0x01, 0x12, 0x62, 0x4F, 0x22, 0x7D, 0x08, 0xE4, 0xFF, -+0x02, 0x5B, 0xB9, 0x7D, 0x2D, 0x12, 0x5A, 0xB1, 0x90, 0x01, 0x37, 0x74, 0x02, 0xF0, 0xFD, 0x7F, -+0x03, 0x12, 0x8C, 0x77, 0x12, 0x76, 0xC3, 0xE4, 0xFD, 0x7F, 0x01, 0x02, 0x62, 0x4F, 0x7D, 0x2E, -+0x7F, 0x6F, 0x12, 0x59, 0x62, 0x7D, 0x02, 0x7F, 0x01, 0x02, 0x62, 0x4F, 0x90, 0xA2, 0xEA, 0xE0, -+0x30, 0xE0, 0x03, 0x12, 0x79, 0x00, 0x22, 0x7D, 0x2F, 0x7F, 0xFF, 0x12, 0x59, 0x62, 0x12, 0x76, -+0xC3, 0x7D, 0x08, 0x7F, 0x01, 0x02, 0x62, 0x4F, 0x90, 0xA5, 0x30, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, -+0x90, 0x81, 0x00, 0xE0, 0x54, 0x0F, 0xFD, 0xAC, 0x07, 0x71, 0x87, 0x44, 0x01, 0xF0, 0x71, 0x87, -+0x54, 0xFB, 0xF0, 0xAC, 0x07, 0x74, 0x12, 0x2C, 0x12, 0x5F, 0x1E, 0xE0, 0x44, 0xFA, 0xF0, 0x74, -+0x11, 0x2C, 0x71, 0xE0, 0xE0, 0x44, 0x1F, 0xF0, 0xAC, 0x07, 0x74, 0x06, 0x2C, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x44, 0x0E, 0xF0, 0x90, 0x04, 0xA7, 0xE4, 0xF0, 0x90, 0x04, 0xA6, -+0xF0, 0x90, 0x04, 0xA5, 0x74, 0xFF, 0xF0, 0x90, 0x04, 0xA4, 0x74, 0xFD, 0xF0, 0x74, 0x14, 0x2C, -+0x71, 0x7F, 0xE0, 0x54, 0xC0, 0x4D, 0xFD, 0x74, 0x14, 0x2F, 0x71, 0x7F, 0xED, 0xF0, 0x22, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x0D, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, -+0x83, 0xE0, 0x22, 0x90, 0xA4, 0xAF, 0xE0, 0xFF, 0x90, 0xA5, 0x42, 0x74, 0x0C, 0xF0, 0xE4, 0xFB, -+0x7D, 0x01, 0x12, 0x5C, 0xC2, 0x90, 0xA4, 0xB2, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA4, 0xB0, -+0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAB, 0x07, 0x90, 0xA4, -+0xB5, 0xED, 0xF0, 0xEC, 0xF9, 0xE0, 0xFF, 0xAE, 0x03, 0x74, 0x2A, 0x2E, 0x71, 0xE8, 0x12, 0x5F, -+0xD2, 0xE9, 0xF0, 0x74, 0x0D, 0x2E, 0x71, 0x8A, 0x44, 0x80, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, -+0xF0, 0x22, 0x90, 0xA5, 0x2E, 0xE0, 0xFF, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, -+0x89, 0xEF, 0xF0, 0x90, 0xA1, 0xE2, 0xE0, 0xFF, 0x90, 0x04, 0x1C, 0xE0, 0x6F, 0x70, 0x38, 0x90, -+0xA2, 0xF2, 0xE0, 0x64, 0x0E, 0x70, 0x10, 0x90, 0xA5, 0x89, 0xE0, 0x70, 0x2A, 0x91, 0x4C, 0x12, -+0x67, 0xDE, 0x12, 0x62, 0x4B, 0x80, 0x1D, 0x90, 0xA2, 0xF2, 0xE0, 0x64, 0x06, 0x70, 0x18, 0x90, -+0xA5, 0x89, 0xE0, 0x60, 0x12, 0x90, 0xA2, 0xEA, 0xE0, 0x54, 0xBF, 0xF0, 0x91, 0x54, 0x90, 0xA2, -+0xF2, 0x74, 0x04, 0xF0, 0x12, 0x67, 0x98, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xEA, 0xE0, -+0x54, 0x7F, 0xF0, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x44, 0x40, 0xF0, 0xE0, 0x44, 0x80, 0xF0, 0x22, -+0xE4, 0xFE, 0xEF, 0x25, 0xE0, 0xFD, 0xEF, 0xC3, 0x94, 0x80, 0x90, 0xFD, 0x12, 0x50, 0x04, 0xE4, -+0xF0, 0x80, 0x03, 0x74, 0x01, 0xF0, 0x90, 0xFD, 0x10, 0xED, 0xF0, 0xAF, 0x06, 0x22, 0x90, 0xA1, -+0xE4, 0xE0, 0xFF, 0x90, 0xA5, 0x42, 0x74, 0x01, 0xF0, 0x7B, 0x08, 0xFD, 0x12, 0x5C, 0xC2, 0x90, -+0xA4, 0xB0, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA4, 0xAD, 0xE0, 0xFF, 0xA3, 0xE0, -+0xFB, 0xA3, 0xE0, 0x90, 0xA4, 0xB7, 0xF0, 0x22, 0x7F, 0x64, 0x7E, 0x08, 0x12, 0x64, 0x33, 0x90, -+0xA5, 0x2A, 0x12, 0x4A, 0x12, 0xE4, 0xFF, 0xFE, 0xFD, 0xEC, 0x54, 0x04, 0xFC, 0x90, 0xA4, 0xE0, -+0x22, 0x90, 0xA5, 0x29, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x1C, 0x12, 0x27, 0x35, 0x90, -+0xA4, 0xE4, 0x12, 0x27, 0x48, 0x7F, 0x38, 0x22, 0x7F, 0x2C, 0x7E, 0x08, 0x12, 0x64, 0x33, 0x90, -+0xA5, 0x6E, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x12, 0xAE, 0xDA, 0x90, 0xA4, 0xE0, 0x22, 0xF0, 0x74, -+0x09, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x74, 0x22, 0x25, 0x0E, 0xF5, -+0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, 0x90, 0xA3, 0x01, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, -+0xA3, 0x08, 0xE0, 0xFB, 0x90, 0xA5, 0x5A, 0x22, 0x75, 0xF0, 0x04, 0xE5, 0x0E, 0x90, 0x9B, 0x14, -+0x12, 0x4A, 0x2A, 0xE0, 0x22, 0x90, 0xA3, 0x0C, 0xE0, 0x24, 0x04, 0x90, 0xA3, 0x07, 0xF0, 0xA3, -+0x74, 0x0A, 0xF0, 0x22, 0x90, 0x06, 0xCD, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0x06, 0xCF, 0xE0, 0x44, -+0x10, 0xF0, 0x22, 0x90, 0xA3, 0x56, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0xFD, 0x75, 0xF0, 0x0E, -+0x90, 0xA3, 0xBA, 0x02, 0x4A, 0x2A, 0x7F, 0x00, 0x7E, 0x0C, 0x12, 0x37, 0x5D, 0x7F, 0x00, 0x7E, -+0x0E, 0x22, 0x90, 0xA3, 0x59, 0xE0, 0x44, 0x20, 0xF0, 0x90, 0xA3, 0x52, 0xE0, 0x22, 0x12, 0x4A, -+0x2A, 0xE0, 0xFC, 0xA3, 0xE0, 0xF5, 0x82, 0x8C, 0x83, 0x22, 0x74, 0x05, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x74, 0x21, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, -+0xE0, 0x22, 0x75, 0xF0, 0x0F, 0xA4, 0x24, 0x39, 0xF9, 0x74, 0xA2, 0x35, 0xF0, 0x22, 0x7F, 0xB4, -+0x7E, 0x0C, 0x12, 0x36, 0xCE, 0xEC, 0x54, 0xF3, 0x22, 0x90, 0xA2, 0xF1, 0xE0, 0xFF, 0xE4, 0xFD, -+0x02, 0x60, 0x4D, 0xFC, 0xE5, 0x13, 0xC3, 0x13, 0xFE, 0xE5, 0x14, 0x13, 0xFF, 0x22, 0x90, 0xA3, -+0xB7, 0xE0, 0xFE, 0xC3, 0x13, 0x54, 0x07, 0x22, 0x90, 0xA5, 0x4A, 0xE0, 0xFF, 0x90, 0xA5, 0x48, -+0xE0, 0x22, 0x90, 0xA4, 0x90, 0x74, 0x09, 0xF0, 0x90, 0xA4, 0x84, 0x22, 0x74, 0x01, 0x93, 0x95, -+0x12, 0xE4, 0x93, 0x95, 0x11, 0x22, 0xE4, 0x90, 0xA3, 0x68, 0xF0, 0x90, 0xA5, 0x86, 0x22, 0x54, -+0x01, 0xC4, 0x33, 0x33, 0x33, 0x54, 0x80, 0x22, 0x90, 0xA3, 0x56, 0xE0, 0xFF, 0xC4, 0x54, 0x0F, -+0x22, 0xE4, 0x90, 0xA3, 0x5B, 0xF0, 0x90, 0xA3, 0x66, 0x22, 0xE5, 0x6F, 0x75, 0xF0, 0x08, 0xA4, -+0x25, 0x6E, 0x22, 0xFF, 0x90, 0xA5, 0x6C, 0xE0, 0xFB, 0xEF, 0x5B, 0x22, 0x7F, 0xB4, 0x7E, 0x08, -+0x12, 0x36, 0xCE, 0xEF, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xF5, 0x82, 0x8E, 0x83, 0x22, 0x90, 0x06, -+0x0A, 0xE0, 0x54, 0xF8, 0xF0, 0x22, 0x7F, 0xB4, 0x7E, 0x08, 0x02, 0x37, 0x5D, 0x7F, 0x00, 0x7E, -+0x0E, 0x02, 0x37, 0x5D, 0x7F, 0xB4, 0x7E, 0x0C, 0x02, 0x37, 0x5D, 0x7F, 0xB0, 0x7E, 0x0E, 0x02, -+0x37, 0x5D, 0xFC, 0x90, 0xA4, 0xFC, 0x02, 0x27, 0x48, 0x90, 0xA4, 0xF8, 0x12, 0x4A, 0x12, 0xEC, -+0x22, 0x90, 0xA5, 0x86, 0xE0, 0x90, 0xA3, 0x66, 0x22, 0xC4, 0x54, 0x0F, 0x90, 0xA5, 0x4E, 0xF0, -+0x22, 0x90, 0x89, 0x07, 0x12, 0x4A, 0x2A, 0xE0, 0x22, 0x90, 0x89, 0x04, 0x12, 0x4A, 0x2A, 0xE0, -+0x22, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x22, 0x00, 0x74, 0xBE, -+}; -+u4Byte ArrayLength_MP_8812A_FW_NIC_BT = 30380; -+ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_NIC_BT( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8812A_FW_NIC_BT; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8812A_FW_NIC_BT, ArrayLength_MP_8812A_FW_NIC_BT); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8812A_FW_NIC_BT; -+} -+ -+ -+u1Byte Array_MP_8812A_FW_WoWLAN[] = { -+0x01, 0x95, 0x30, 0x00, 0x29, 0x00, 0x00, 0x00, 0x06, 0x17, 0x19, 0x26, 0xC8, 0x57, 0x00, 0x00, -+0x65, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x4C, 0x0D, 0x02, 0x78, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x79, 0x29, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x7F, 0xDC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x78, 0xA0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x7C, 0xA6, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, -+0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xE7, 0x09, 0xF6, 0x08, 0xDF, 0xFA, 0x80, 0x46, 0xE7, 0x09, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x3E, -+0x88, 0x82, 0x8C, 0x83, 0xE7, 0x09, 0xF0, 0xA3, 0xDF, 0xFA, 0x80, 0x32, 0xE3, 0x09, 0xF6, 0x08, -+0xDF, 0xFA, 0x80, 0x78, 0xE3, 0x09, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x70, 0x88, 0x82, 0x8C, 0x83, -+0xE3, 0x09, 0xF0, 0xA3, 0xDF, 0xFA, 0x80, 0x64, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xA3, 0xF6, 0x08, -+0xDF, 0xFA, 0x80, 0x58, 0x89, 0x82, 0x8A, 0x83, 0xE0, 0xA3, 0xF2, 0x08, 0xDF, 0xFA, 0x80, 0x4C, -+0x80, 0xD2, 0x80, 0xFA, 0x80, 0xC6, 0x80, 0xD4, 0x80, 0x69, 0x80, 0xF2, 0x80, 0x33, 0x80, 0x10, -+0x80, 0xA6, 0x80, 0xEA, 0x80, 0x9A, 0x80, 0xA8, 0x80, 0xDA, 0x80, 0xE2, 0x80, 0xCA, 0x80, 0x33, -+0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, -+0xCC, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, -+0x0D, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xA3, 0xF6, 0x08, 0xDF, 0xF9, 0xEC, 0xFA, 0xA9, 0xF0, -+0xED, 0xFB, 0x22, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, -+0xC5, 0x83, 0xCC, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xDF, 0xEA, 0xDE, -+0xE8, 0x80, 0xDB, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xA3, 0xF2, 0x08, 0xDF, 0xF9, 0x80, 0xCC, -+0x88, 0xF0, 0xEF, 0x60, 0x01, 0x0E, 0x4E, 0x60, 0xC3, 0x88, 0xF0, 0xED, 0x24, 0x02, 0xB4, 0x04, -+0x00, 0x50, 0xB9, 0xF5, 0x82, 0xEB, 0x24, 0x02, 0xB4, 0x04, 0x00, 0x50, 0xAF, 0x23, 0x23, 0x45, -+0x82, 0x23, 0x90, 0x46, 0x30, 0x73, 0xC5, 0xF0, 0xF8, 0xA3, 0xE0, 0x28, 0xF0, 0xC5, 0xF0, 0xF8, -+0xE5, 0x82, 0x15, 0x82, 0x70, 0x02, 0x15, 0x83, 0xE0, 0x38, 0xF0, 0x22, 0xEF, 0x2B, 0xFF, 0xEE, -+0x3A, 0xFE, 0xED, 0x39, 0xFD, 0xEC, 0x38, 0xFC, 0x22, 0xC3, 0xEF, 0x9B, 0xFF, 0xEE, 0x9A, 0xFE, -+0xED, 0x99, 0xFD, 0xEC, 0x98, 0xFC, 0x22, 0xEF, 0x5B, 0xFF, 0xEE, 0x5A, 0xFE, 0xED, 0x59, 0xFD, -+0xEC, 0x58, 0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, 0xED, 0x49, 0xFD, 0xEC, 0x48, 0xFC, -+0x22, 0xEB, 0x9F, 0xF5, 0xF0, 0xEA, 0x9E, 0x42, 0xF0, 0xE9, 0x9D, 0x42, 0xF0, 0xE8, 0x9C, 0x45, -+0xF0, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xE0, 0xF8, -+0xA3, 0xE0, 0xF9, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, 0x25, 0x82, 0xF5, 0x82, 0xE5, -+0xF0, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xF9, 0x22, 0xEB, -+0xF0, 0xA3, 0xEA, 0xF0, 0xA3, 0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, 0x82, 0xF8, 0xE4, 0x93, 0x70, -+0x12, 0x74, 0x01, 0x93, 0x70, 0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, 0x01, 0x93, 0xF5, 0x82, 0x88, -+0x83, 0xE4, 0x73, 0x74, 0x02, 0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, 0xA3, 0x80, 0xDF, 0xE3, 0xF5, -+0xF0, 0x09, 0xE2, 0x08, 0xB5, 0xF0, 0x6B, 0xDF, 0xF5, 0x80, 0x67, 0xE3, 0xF5, 0xF0, 0x09, 0xE6, -+0x08, 0xB5, 0xF0, 0x5E, 0xDF, 0xF5, 0x80, 0x5A, 0x87, 0xF0, 0x09, 0xE6, 0x08, 0xB5, 0xF0, 0x52, -+0xDF, 0xF6, 0x80, 0x4E, 0x87, 0xF0, 0x09, 0xE2, 0x08, 0xB5, 0xF0, 0x46, 0xDF, 0xF6, 0x80, 0x42, -+0x88, 0x82, 0x8C, 0x83, 0x87, 0xF0, 0x09, 0xE0, 0xA3, 0xB5, 0xF0, 0x36, 0xDF, 0xF6, 0x80, 0x32, -+0x88, 0x82, 0x8C, 0x83, 0x87, 0xF0, 0x09, 0xE4, 0x93, 0xA3, 0xB5, 0xF0, 0x25, 0xDF, 0xF5, 0x80, -+0x21, 0x88, 0x82, 0x8C, 0x83, 0xE3, 0xF5, 0xF0, 0x09, 0xE0, 0xA3, 0xB5, 0xF0, 0x14, 0xDF, 0xF5, -+0x80, 0x10, 0x88, 0x82, 0x8C, 0x83, 0xE3, 0xF5, 0xF0, 0x09, 0xE4, 0x93, 0xA3, 0xB5, 0xF0, 0x02, -+0xDF, 0xF4, 0x02, 0x48, 0xBD, 0x80, 0x87, 0x80, 0xE9, 0x80, 0x90, 0x80, 0xD4, 0x80, 0x3E, 0x80, -+0x15, 0x80, 0x6E, 0x80, 0x7E, 0x80, 0x9D, 0x80, 0xB7, 0x80, 0x8D, 0x80, 0xA3, 0x80, 0x51, 0x80, -+0x74, 0x80, 0x3C, 0x02, 0x48, 0xC9, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, 0x93, 0xF5, 0xF0, -+0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, -+0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0x76, 0xDF, 0xE3, 0xDE, 0xE1, 0x80, 0x70, 0x89, 0x82, 0x8A, -+0x83, 0xE4, 0x93, 0xF5, 0xF0, 0xA3, 0xE2, 0x08, 0xB5, 0xF0, 0x62, 0xDF, 0xF4, 0x80, 0x5E, 0x89, -+0x82, 0x8A, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, 0xE6, 0x08, 0xB5, 0xF0, 0x51, 0xDF, 0xF5, 0x80, 0x4D, -+0x89, 0x82, 0x8A, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, 0xE2, 0x08, 0xB5, 0xF0, 0x40, 0xDF, 0xF5, 0x80, -+0x3C, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xF5, 0xF0, 0xA3, 0xE6, 0x08, 0xB5, 0xF0, 0x2E, 0xDF, -+0xF4, 0x80, 0x2A, 0x80, 0x02, 0x80, 0x57, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, 0x93, 0xF5, -+0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, -+0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0x06, 0xDF, 0xE4, 0xDE, 0xE2, 0x80, 0x00, 0x7F, 0xFF, 0xB5, -+0xF0, 0x02, 0x0F, 0x22, 0x40, 0x02, 0x7F, 0x01, 0x22, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE0, -+0xF5, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, -+0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0xD5, 0xDF, 0xE5, 0xDE, 0xE3, 0x80, 0xCF, 0x89, 0x82, -+0x8A, 0x83, 0xEC, 0xFA, 0xE0, 0xF5, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, -+0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0xAF, 0xDF, 0xE4, -+0xDE, 0xE2, 0x80, 0xA9, 0x88, 0xF0, 0xEF, 0x60, 0x01, 0x0E, 0x4E, 0x60, 0xAB, 0xED, 0x24, 0x02, -+0xB4, 0x04, 0x00, 0x50, 0x98, 0xF5, 0x82, 0xEB, 0x24, 0x02, 0xB4, 0x04, 0x00, 0x50, 0x8E, 0x23, -+0x23, 0x45, 0x82, 0x23, 0x90, 0x48, 0x05, 0x73, 0xEF, 0x4E, 0x60, 0x12, 0xEF, 0x60, 0x01, 0x0E, -+0xED, 0xBB, 0x01, 0x0B, 0x89, 0x82, 0x8A, 0x83, 0xF0, 0xA3, 0xDF, 0xFC, 0xDE, 0xFA, 0x22, 0x89, -+0xF0, 0x50, 0x07, 0xF7, 0x09, 0xDF, 0xFC, 0xA9, 0xF0, 0x22, 0xBB, 0xFE, 0xFC, 0xF3, 0x09, 0xDF, -+0xFC, 0xA9, 0xF0, 0x22, 0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x49, 0x68, 0x85, 0xD0, 0x0B, 0x75, -+0xD0, 0x08, 0xAA, 0xE0, 0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, 0x79, -+0xF5, 0x8C, 0xD2, 0x8C, 0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, 0x95, -+0x81, 0xB4, 0x40, 0x00, 0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, 0xC2, -+0xAF, 0xE6, 0x30, 0xE1, 0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, 0xD0, -+0x22, 0xE5, 0x0C, 0xFF, 0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, 0x00, -+0x78, 0x81, 0xE6, 0x30, 0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, 0x74, -+0x86, 0x25, 0x0C, 0xF8, 0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, -+0xFF, 0xCD, 0xF8, 0xE8, 0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, 0xD3, -+0x9F, 0x40, 0x27, 0xE5, 0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, -+0xFD, 0x18, 0xE6, 0xCD, 0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, 0xF5, -+0xE5, 0x0C, 0x24, 0x86, 0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, 0xF8, -+0x7F, 0x04, 0xC2, 0xAF, 0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, 0x07, -+0x30, 0xE3, 0x04, 0x7F, 0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, 0x07, -+0x22, 0x78, 0x86, 0xA6, 0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, 0x7F, -+0x03, 0xE4, 0x78, 0x80, 0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, 0x4C, -+0xA1, 0x74, 0x01, 0x93, 0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, 0x60, -+0x75, 0x8C, 0x79, 0xD2, 0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, -+0xFF, 0x22, 0x74, 0x81, 0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, 0x30, -+0xF6, 0xD2, 0xAF, 0xAE, 0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, 0xE6, -+0xF9, 0x08, 0xE6, 0x18, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, 0xE7, -+0x19, 0x19, 0xF7, 0x09, 0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, 0x04, -+0x05, 0x81, 0x05, 0x81, 0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, 0xF9, -+0xEE, 0xB5, 0x0C, 0x02, 0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x19, -+0x19, 0xE7, 0x09, 0x09, 0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, 0xE6, -+0x04, 0xF8, 0xEF, 0x2F, 0x04, 0x90, 0x4C, 0xA1, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, 0x7F, -+0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, -+0xE6, 0x30, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, 0x07, -+0x0A, 0x74, 0x86, 0x2F, 0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x49, 0xB1, 0x50, 0x2E, 0x74, 0x87, 0x2F, -+0xF8, 0xE6, 0xBF, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, 0xFB, -+0xE6, 0xFC, 0xE9, 0x6C, 0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, 0x03, -+0xA6, 0x05, 0x1F, 0xE5, 0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, 0xE6, -+0xFD, 0x18, 0x86, 0x01, 0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, 0x0C, -+0xB5, 0x07, 0x02, 0xAC, 0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, 0x80, -+0xF4, 0xE5, 0x0C, 0xB5, 0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, -+0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, 0x30, -+0xE0, 0x02, 0xD2, 0xE4, 0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, 0x02, -+0x49, 0xB0, 0x8F, 0xF0, 0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, 0x30, -+0xF7, 0x0D, 0x7F, 0x08, 0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x30, 0x50, 0x2E, 0x80, 0x07, 0x30, -+0xF1, 0x06, 0xED, 0xF6, 0x60, 0x25, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, 0x10, -+0xE7, 0x23, 0x0E, 0x30, 0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x12, 0xC2, 0xAF, 0xE6, 0x10, -+0xE7, 0x13, 0x54, 0xEC, 0x4E, 0xF6, 0xD2, 0xAF, 0x02, 0x49, 0xB1, 0x7F, 0x08, 0x08, 0xEF, 0x44, -+0x83, 0xF4, 0xC2, 0xAF, 0x56, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0x02, 0x4C, 0x4B, -+0x02, 0x4A, 0x41, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, 0x03, 0xF6, 0x80, 0x01, 0xF2, -+0x08, 0xDF, 0xF4, 0x80, 0x29, 0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, 0x24, 0x0C, 0xC8, 0xC3, 0x33, -+0xC4, 0x54, 0x0F, 0x44, 0x20, 0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, 0x80, 0x01, 0x46, 0xF6, 0xDF, -+0xE4, 0x80, 0x0B, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x90, 0x4C, 0x90, 0xE4, 0x7E, -+0x01, 0x93, 0x60, 0xBC, 0xA3, 0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, 0x54, 0x1F, 0xFE, 0xE4, 0x93, -+0xA3, 0x60, 0x01, 0x0E, 0xCF, 0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, 0x40, 0xB8, 0xE4, 0x93, 0xA3, -+0xFA, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, -+0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, 0xBE, -+0x41, 0x93, 0x42, 0x00, 0x41, 0x93, 0x43, 0x00, 0x41, 0x93, 0x52, 0x00, 0x41, 0x93, 0x56, 0x00, -+0x00, 0x50, 0x02, 0x58, 0x01, 0x5F, 0xF7, 0x90, 0x00, 0xF0, 0xE0, 0x7F, 0x01, 0x20, 0xE2, 0x02, -+0x7F, 0x03, 0x22, 0x91, 0xA7, 0x90, 0x8D, 0x07, 0xEF, 0xF0, 0x91, 0xC5, 0x90, 0x01, 0x64, 0x74, -+0x01, 0xF0, 0x02, 0x35, 0x95, 0x91, 0xEA, 0xB1, 0xF3, 0x12, 0x8B, 0x37, 0x12, 0x8B, 0x56, 0x12, -+0x8B, 0x11, 0xE4, 0xF5, 0x51, 0x75, 0x52, 0x58, 0xAB, 0x51, 0x7D, 0x02, 0x7F, 0x01, 0x12, 0x39, -+0x04, 0xAB, 0x52, 0x7D, 0x03, 0x7F, 0x01, 0x02, 0x39, 0x04, 0x90, 0x01, 0x30, 0xE4, 0xB1, 0x12, -+0x90, 0x01, 0x38, 0xB1, 0x12, 0xFD, 0x7F, 0x50, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x51, 0x12, -+0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x52, 0x12, 0x3A, 0x96, 0xE4, 0xFD, 0x7F, 0x53, 0x02, 0x3A, 0x96, -+0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x74, 0x5A, 0xE4, 0x90, 0x91, -+0x71, 0xB1, 0x12, 0x90, 0x91, 0x0F, 0xB1, 0x10, 0xA3, 0xB1, 0x10, 0x90, 0x91, 0x21, 0xF0, 0xA3, -+0xF0, 0x90, 0x91, 0x63, 0xF0, 0xA3, 0xF0, 0x22, 0x90, 0x91, 0xE5, 0xEF, 0xF0, 0xA3, 0x12, 0x47, -+0x5F, 0xB1, 0xED, 0x8B, 0x40, 0x8A, 0x41, 0xB1, 0xD6, 0x24, 0x02, 0xB1, 0x9C, 0xB1, 0xED, 0xE9, -+0x24, 0x04, 0xB1, 0xCF, 0x24, 0x03, 0xB1, 0x9C, 0xB1, 0xED, 0xE9, 0x24, 0x08, 0xB1, 0xCF, 0x24, -+0x04, 0xB1, 0x9C, 0xB1, 0xED, 0xE9, 0x24, 0x0C, 0xB1, 0xCF, 0x24, 0x05, 0xB1, 0x9C, 0x90, 0x91, -+0xE5, 0xE0, 0xFE, 0x44, 0x50, 0x90, 0x91, 0xE9, 0xF0, 0xA3, 0x74, 0x80, 0xF0, 0xA3, 0x74, 0xFF, -+0xF0, 0xA3, 0xF0, 0xEE, 0x75, 0xF0, 0x08, 0xA4, 0xB1, 0x9C, 0x90, 0x91, 0xE9, 0x74, 0xFF, 0xB1, -+0x12, 0xB1, 0xE4, 0x04, 0xB1, 0x9C, 0x90, 0x06, 0x72, 0xE4, 0xF0, 0x22, 0xFF, 0x7B, 0x01, 0x7A, -+0x91, 0x79, 0xE9, 0x12, 0x26, 0x1E, 0x90, 0x06, 0x74, 0xD1, 0xCD, 0x90, 0x06, 0x75, 0xF1, 0xEC, -+0x90, 0x06, 0x76, 0xF1, 0xAD, 0x90, 0x06, 0x77, 0xF0, 0x90, 0x06, 0x70, 0xEF, 0xF0, 0xA3, 0xE4, -+0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x74, 0x80, 0xF0, 0x7F, 0x01, 0x7E, 0x00, 0x02, 0x3A, 0xF7, 0xF9, -+0xE4, 0x3A, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0x91, 0x79, -+0xE9, 0x12, 0x34, 0x2C, 0x90, 0x91, 0xE5, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x22, 0x90, 0x91, 0xE6, -+0x02, 0x47, 0x56, 0x90, 0x01, 0x34, 0x74, 0xFF, 0xB1, 0x12, 0x90, 0x01, 0x3C, 0xB1, 0x12, 0xFD, -+0x7F, 0x54, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x55, 0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x56, -+0x12, 0x3A, 0x96, 0x7D, 0xFF, 0x7F, 0x57, 0x02, 0x3A, 0x96, 0x7E, 0x00, 0x7F, 0x25, 0x7D, 0x00, -+0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x30, 0x31, 0x38, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x20, 0xF0, 0x12, -+0x8E, 0xD1, 0xB1, 0x1A, 0x90, 0x8D, 0x07, 0xE0, 0xFF, 0x64, 0x02, 0x70, 0x29, 0xD1, 0xC5, 0x30, -+0xE0, 0x02, 0x7E, 0x01, 0x90, 0x8F, 0x4F, 0xD1, 0xC3, 0x30, 0xE1, 0x02, 0x7E, 0x01, 0x90, 0x8F, -+0x4D, 0xD1, 0xC3, 0x30, 0xE2, 0x02, 0x7E, 0x01, 0x90, 0x8F, 0x4E, 0xEE, 0xF0, 0x90, 0xFD, 0x80, -+0xE0, 0x90, 0x02, 0xFB, 0xF0, 0x22, 0xEF, 0x64, 0x01, 0x70, 0x1D, 0xD1, 0xBC, 0x30, 0xE0, 0x02, -+0x7F, 0x01, 0x90, 0x8F, 0x4F, 0xD1, 0xBA, 0x30, 0xE1, 0x02, 0x7F, 0x01, 0x90, 0x8F, 0x4D, 0xD1, -+0xBA, 0x30, 0xE2, 0x02, 0x7F, 0x01, 0x80, 0x23, 0x90, 0x8D, 0x07, 0xE0, 0x64, 0x03, 0x70, 0x20, -+0xD1, 0xB3, 0x30, 0xE0, 0x02, 0x7F, 0x01, 0x90, 0x8F, 0x4F, 0xD1, 0xB1, 0x30, 0xE1, 0x02, 0x7F, -+0x01, 0x90, 0x8F, 0x4D, 0xD1, 0xB1, 0x30, 0xE2, 0x02, 0x7F, 0x01, 0x90, 0x8F, 0x4E, 0xEF, 0xF0, -+0x22, 0xEF, 0xF0, 0x90, 0xFD, 0x78, 0xE0, 0x7F, 0x00, 0x22, 0xEF, 0xF0, 0x90, 0xFD, 0x70, 0xE0, -+0x7F, 0x00, 0x22, 0xEE, 0xF0, 0x90, 0xFD, 0x80, 0xE0, 0x7E, 0x00, 0x22, 0x4E, 0xF0, 0x90, 0x00, -+0x01, 0x02, 0x26, 0x37, 0x90, 0x92, 0xDE, 0x12, 0x47, 0x5F, 0x12, 0x26, 0x1E, 0x90, 0x92, 0xE3, -+0xD1, 0xCD, 0x90, 0x92, 0xE4, 0xF1, 0xCF, 0x90, 0x92, 0xE5, 0xF1, 0xDD, 0x90, 0x92, 0xE6, 0xF1, -+0xD6, 0x90, 0x92, 0xE7, 0xF0, 0x90, 0x00, 0x07, 0x12, 0x26, 0x37, 0x90, 0x92, 0xE8, 0xF1, 0xAD, -+0x90, 0x92, 0xEB, 0xF0, 0xED, 0x70, 0x19, 0xFF, 0xF1, 0xA1, 0xE0, 0xB4, 0xFF, 0x06, 0xF1, 0xA1, -+0xE4, 0xF0, 0x80, 0x07, 0xF1, 0xA1, 0xE0, 0x04, 0xF0, 0x80, 0x05, 0x0F, 0xEF, 0xB4, 0x06, 0xE8, -+0x90, 0x92, 0xE2, 0xE0, 0xFF, 0xB4, 0x04, 0x13, 0xA3, 0xE0, 0xFE, 0xF1, 0x9B, 0xEE, 0xF1, 0xB4, -+0xFE, 0xF1, 0x9B, 0xF1, 0xE4, 0x90, 0x00, 0x02, 0xE4, 0x80, 0x20, 0xEF, 0xB4, 0x02, 0x1F, 0x90, -+0x92, 0xE4, 0xF1, 0x99, 0xEF, 0xF1, 0xB4, 0x44, 0x20, 0x54, 0x7F, 0xF1, 0x9A, 0x90, 0x00, 0x01, -+0xEF, 0x12, 0x26, 0x76, 0x90, 0x92, 0xE3, 0xE0, 0x90, 0x00, 0x02, 0x12, 0x26, 0x76, 0xF1, 0x9B, -+0xE9, 0x24, 0x03, 0xF9, 0xE4, 0x3A, 0xFA, 0x12, 0x26, 0x1E, 0x44, 0x20, 0x12, 0x26, 0x64, 0x90, -+0x92, 0xE5, 0xF1, 0x99, 0x90, 0x00, 0x04, 0xEF, 0x12, 0x26, 0x76, 0x90, 0x92, 0xE6, 0xE0, 0x90, -+0x00, 0x05, 0x12, 0x26, 0x76, 0x90, 0x92, 0xE7, 0xE0, 0x90, 0x00, 0x06, 0x12, 0x26, 0x76, 0x90, -+0x92, 0xE8, 0xE0, 0x90, 0x00, 0x07, 0x02, 0x26, 0x76, 0xE0, 0xFF, 0x90, 0x92, 0xDE, 0x02, 0x47, -+0x56, 0x74, 0xE3, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0xF5, 0x83, 0x22, 0x4E, 0xF0, 0x90, 0x00, -+0x03, 0x02, 0x26, 0x37, 0x12, 0x26, 0x64, 0x90, 0x92, 0xE4, 0xE0, 0x22, 0x90, 0x8F, 0x30, 0xF1, -+0xF3, 0x30, 0xE0, 0x02, 0xB1, 0x1A, 0x22, 0x80, 0xF3, 0xE4, 0x90, 0x8D, 0x01, 0xA1, 0x10, 0xF0, -+0x90, 0x00, 0x04, 0x02, 0x26, 0x37, 0xF0, 0x90, 0x00, 0x06, 0x02, 0x26, 0x37, 0xF0, 0x90, 0x00, -+0x05, 0x02, 0x26, 0x37, 0x90, 0x00, 0x01, 0xEE, 0x02, 0x26, 0x76, 0x4F, 0xF0, 0x90, 0x00, 0x02, -+0x02, 0x26, 0x37, 0xE0, 0xFF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x22, 0x75, 0xE8, 0x03, 0x75, 0xA8, -+0x85, 0x22, 0x90, 0x00, 0x80, 0xE0, 0x44, 0x80, 0xFD, 0x7F, 0x80, 0x12, 0x3A, 0x96, 0x12, 0x8B, -+0x75, 0x12, 0x3A, 0xB8, 0x12, 0x8B, 0x82, 0x12, 0x4F, 0xC9, 0x7F, 0x01, 0x12, 0x4A, 0x79, 0x90, -+0x91, 0x77, 0x74, 0x02, 0xF0, 0xFF, 0x12, 0x4A, 0x79, 0x90, 0x91, 0x77, 0xE0, 0x04, 0xF0, 0x12, -+0x4C, 0xB3, 0x11, 0x57, 0x90, 0x01, 0xCC, 0x74, 0x0F, 0xF0, 0x90, 0x00, 0x80, 0xE0, 0x44, 0x40, -+0xFD, 0x7F, 0x80, 0x12, 0x3A, 0x96, 0x75, 0x28, 0xFF, 0x12, 0x4F, 0xFB, 0x12, 0x8B, 0xB2, 0x12, -+0x8C, 0x2C, 0xE4, 0xFF, 0x02, 0x4B, 0x02, 0x12, 0x7F, 0xD0, 0x12, 0x88, 0x21, 0x11, 0x88, 0x12, -+0x92, 0x20, 0x12, 0x4E, 0x1A, 0x12, 0x8E, 0xBA, 0x12, 0x82, 0xBF, 0x90, 0x91, 0x84, 0xE0, 0x54, -+0x7F, 0xF0, 0x54, 0xBF, 0xF0, 0x54, 0xDF, 0xF0, 0x54, 0xF0, 0xF0, 0xE4, 0x90, 0x91, 0x86, 0xF0, -+0x90, 0x91, 0x84, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x7E, 0x00, 0x7F, 0x62, 0x7D, 0x00, 0x7B, 0x01, -+0x7A, 0x8E, 0x79, 0xC3, 0x12, 0x49, 0x38, 0x12, 0x92, 0x25, 0x12, 0x49, 0x38, 0x90, 0x8E, 0xC7, -+0x74, 0x02, 0xF0, 0x90, 0x8E, 0xCE, 0x14, 0xF0, 0xA3, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, 0x90, 0x8E, -+0xD4, 0xE4, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x31, 0x8A, 0x12, 0x91, 0xB1, 0xE4, 0xFD, 0xFF, 0x31, -+0x22, 0x7D, 0x0C, 0x7F, 0x02, 0x31, 0x22, 0x31, 0x1E, 0x90, 0x8D, 0x07, 0xE0, 0xFF, 0xB4, 0x01, -+0x08, 0x90, 0x8E, 0xD3, 0x74, 0xFF, 0xF0, 0x80, 0x0F, 0xEF, 0x90, 0x8E, 0xD3, 0xB4, 0x03, 0x05, -+0x74, 0xD4, 0xF0, 0x80, 0x03, 0x74, 0x40, 0xF0, 0x12, 0x81, 0x3D, 0x31, 0x8A, 0x7F, 0x01, 0x12, -+0x72, 0x23, 0x90, 0x05, 0x58, 0x74, 0x02, 0xF0, 0x90, 0x8E, 0xD6, 0x12, 0x27, 0x54, 0x54, 0x33, -+0x77, 0x70, 0x7E, 0x00, 0x7F, 0x02, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x29, 0x12, 0x49, -+0x38, 0xF1, 0xF9, 0x12, 0x97, 0x58, 0xF1, 0x89, 0xE4, 0x90, 0x8F, 0x2B, 0xF0, 0x22, 0x7D, 0x0C, -+0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, 0xEF, 0x14, 0x60, 0x15, 0x14, -+0x60, 0x19, 0x24, 0x02, 0x70, 0x1A, 0xED, 0x54, 0x01, 0xFE, 0x90, 0x8E, 0xC3, 0xE0, 0x54, 0xFE, -+0x4E, 0xF0, 0x80, 0x0C, 0x90, 0x8E, 0xCB, 0xED, 0xF0, 0x80, 0x05, 0x90, 0x8E, 0xCA, 0xED, 0xF0, -+0x90, 0x00, 0x8F, 0xE0, 0x30, 0xE4, 0x2E, 0xEC, 0x14, 0x60, 0x07, 0x14, 0x60, 0x1D, 0x24, 0x02, -+0x70, 0x23, 0x90, 0x8E, 0xC3, 0xE0, 0x54, 0x01, 0xC4, 0x33, 0x33, 0x33, 0x54, 0x80, 0xFF, 0x90, -+0x8E, 0xCB, 0xE0, 0x54, 0x7F, 0x4F, 0xFD, 0x7F, 0x88, 0x80, 0x07, 0x90, 0x8E, 0xCA, 0xE0, 0xFD, -+0x7F, 0x89, 0x12, 0x3A, 0x96, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x8E, 0xE5, 0xE0, 0x24, 0x04, -+0x90, 0x8E, 0xE0, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, 0x22, 0x90, 0x93, 0x53, 0xEF, 0xF0, 0x12, 0x6B, -+0x15, 0x90, 0x93, 0x53, 0xE0, 0x60, 0x02, 0xF1, 0x89, 0x7D, 0x04, 0x7F, 0x01, 0x21, 0x22, 0x7D, -+0x01, 0x7F, 0x04, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0x54, 0xED, 0xF0, 0x90, -+0x8E, 0xC3, 0xE0, 0xFE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x02, 0x41, 0xF7, 0xEE, 0x12, -+0x74, 0x02, 0x30, 0xE0, 0x02, 0x41, 0xF7, 0x90, 0x8E, 0xCB, 0xE0, 0xFE, 0x6F, 0x70, 0x02, 0x41, -+0xF7, 0xEF, 0x70, 0x02, 0x41, 0x70, 0x24, 0xFE, 0x70, 0x02, 0x41, 0xA9, 0x24, 0xFE, 0x60, 0x48, -+0x24, 0xFC, 0x70, 0x02, 0x41, 0xE4, 0x24, 0xFC, 0x60, 0x02, 0x41, 0xF7, 0xEE, 0xB4, 0x0E, 0x02, -+0x71, 0x23, 0x90, 0x8E, 0xCB, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x31, 0x99, 0x90, 0x8E, 0xCB, 0xE0, -+0xB4, 0x06, 0x02, 0x71, 0x3E, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x04, 0x0D, 0x90, 0x93, 0x54, 0xE0, -+0xFF, 0x60, 0x04, 0xF1, 0xC3, 0x80, 0x02, 0xF1, 0x8E, 0x90, 0x8E, 0xCB, 0xE0, 0x64, 0x08, 0x60, -+0x02, 0x41, 0xF7, 0x12, 0x92, 0x16, 0x41, 0xF7, 0x90, 0x8E, 0xCB, 0xE0, 0x70, 0x04, 0x7F, 0x01, -+0x31, 0x99, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x06, 0x02, 0x71, 0x3E, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, -+0x0E, 0x07, 0x51, 0xFC, 0xBF, 0x01, 0x02, 0x71, 0x23, 0x90, 0x8E, 0xCB, 0xE0, 0x64, 0x0C, 0x60, -+0x02, 0x41, 0xF7, 0x51, 0xFC, 0xEF, 0x64, 0x01, 0x60, 0x02, 0x41, 0xF7, 0x71, 0x5F, 0x41, 0xF7, -+0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x0E, 0x07, 0x51, 0xFC, 0xBF, 0x01, 0x02, 0x71, 0x23, 0x90, 0x8E, -+0xCB, 0xE0, 0xB4, 0x06, 0x02, 0x71, 0x3E, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x0C, 0x07, 0x51, 0xFC, -+0xBF, 0x01, 0x02, 0x71, 0x5F, 0x90, 0x8E, 0xCB, 0xE0, 0x64, 0x04, 0x70, 0x5A, 0x12, 0x91, 0x16, -+0xEF, 0x64, 0x01, 0x70, 0x52, 0xD1, 0x76, 0x80, 0x4E, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x0E, 0x07, -+0x51, 0xFC, 0xBF, 0x01, 0x02, 0x71, 0x23, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x06, 0x02, 0x71, 0x3E, -+0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x0C, 0x07, 0x51, 0xFC, 0xBF, 0x01, 0x02, 0x71, 0x5F, 0x90, 0x8E, -+0xCB, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x31, 0x99, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x04, 0x18, 0x12, -+0x91, 0xA3, 0x80, 0x13, 0x90, 0x8E, 0xCB, 0xE0, 0xB4, 0x0C, 0x0C, 0x90, 0x8E, 0xC4, 0x12, 0x6F, -+0xED, 0x30, 0xE0, 0x03, 0x12, 0x92, 0x0A, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x12, 0x90, 0xFD, 0xBF, 0x01, 0x13, 0x12, 0x96, 0xC3, 0x20, 0xE0, 0x0D, 0x90, -+0x8E, 0xCA, 0xE0, 0xD3, 0x94, 0x04, 0x50, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x90, 0x8E, 0xC4, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x04, 0x7D, 0x0C, 0x80, 0x05, -+0x12, 0x93, 0x8C, 0x7D, 0x04, 0x7F, 0x01, 0x31, 0x22, 0xE4, 0xFD, 0xFF, 0x80, 0x53, 0x90, 0x8E, -+0xC4, 0xE0, 0x90, 0x06, 0x04, 0x20, 0xE0, 0x08, 0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x04, 0x80, 0x06, -+0xE0, 0x54, 0x7F, 0xF0, 0x7D, 0x0C, 0x7F, 0x01, 0x31, 0x22, 0xE4, 0xFD, 0xFF, 0x80, 0x32, 0x12, -+0x69, 0x09, 0x70, 0x23, 0x90, 0x8E, 0xC4, 0xE0, 0x54, 0xFD, 0xF0, 0x7D, 0x2C, 0x7F, 0x6F, 0x71, -+0x91, 0x7D, 0x08, 0x7F, 0x01, 0xD1, 0x93, 0xBF, 0x01, 0x0D, 0x90, 0x8E, 0xC3, 0xE0, 0x44, 0x80, -+0xF0, 0x7D, 0x0E, 0x7F, 0x01, 0x31, 0x22, 0x22, 0xE4, 0xFD, 0x7F, 0x0C, 0x31, 0xB3, 0xE4, 0xFD, -+0xFF, 0x90, 0x05, 0x22, 0xEF, 0xF0, 0x90, 0x8D, 0x05, 0xED, 0xF0, 0x22, 0x7F, 0xFF, 0x71, 0x91, -+0xE4, 0x90, 0x93, 0x3F, 0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x90, 0x93, 0x41, 0xF0, 0x7D, -+0x47, 0x7F, 0xFF, 0x71, 0x91, 0x90, 0x05, 0xF8, 0xE0, 0x70, 0x14, 0xA3, 0xE0, 0x70, 0x10, 0xA3, -+0xE0, 0x70, 0x0C, 0xA3, 0xE0, 0x70, 0x08, 0x12, 0x97, 0xB7, 0x71, 0x91, 0x7F, 0x01, 0x22, 0xD3, -+0x90, 0x93, 0x40, 0xE0, 0x94, 0xE8, 0x90, 0x93, 0x3F, 0xE0, 0x94, 0x03, 0x40, 0x0F, 0x90, 0x01, -+0xC0, 0xE0, 0x44, 0x20, 0xF0, 0x12, 0x97, 0xB7, 0x71, 0x91, 0x7F, 0x00, 0x22, 0x7F, 0x32, 0x7E, -+0x00, 0x12, 0x3A, 0xF7, 0x90, 0x93, 0x3F, 0x12, 0x59, 0x36, 0x80, 0xB9, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0x91, 0xB0, 0x12, 0x95, 0x33, 0x90, 0x91, 0xC8, 0x74, 0x18, 0xF0, 0x7E, -+0x00, 0x7F, 0x80, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0xD0, 0x12, 0x49, 0x38, 0x90, 0x01, -+0xC4, 0x74, 0xFC, 0xF0, 0x74, 0x53, 0xA3, 0xF0, 0x90, 0x91, 0x6A, 0xE0, 0xFF, 0x12, 0x5E, 0x5E, -+0x90, 0x91, 0xC7, 0xEF, 0xF0, 0xF9, 0xE0, 0xFE, 0x24, 0x29, 0x12, 0x93, 0x12, 0x74, 0x41, 0xF0, -+0xEE, 0x24, 0x28, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0x91, 0xC8, 0xE0, 0x7A, 0x00, 0x2D, 0xFE, 0xEA, -+0x3C, 0x90, 0x91, 0xCC, 0xF0, 0xA3, 0xCE, 0xF0, 0x74, 0x28, 0x29, 0x12, 0x86, 0x0D, 0x90, 0x91, -+0xB2, 0xE0, 0xFD, 0x12, 0x84, 0xEC, 0x12, 0x96, 0x27, 0x90, 0x91, 0xCC, 0xE0, 0xFF, 0xA3, 0xE0, -+0x90, 0x91, 0xCA, 0xCF, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x91, 0xD0, 0x74, 0x01, 0xF0, 0xA3, 0x74, -+0x03, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0x74, 0x5F, 0xF0, 0x90, 0x91, 0xCC, 0xE4, 0x75, 0xF0, 0x04, -+0x12, 0x46, 0xD6, 0x90, 0x90, 0x47, 0xE0, 0xFF, 0x7E, 0x02, 0xB4, 0xFE, 0x02, 0x7E, 0xFE, 0x90, -+0x91, 0xCC, 0xA3, 0xE0, 0xFD, 0xD1, 0x6C, 0xEE, 0xF0, 0x74, 0x00, 0x2D, 0xD1, 0x6E, 0xE0, 0x90, -+0x91, 0xD4, 0xF0, 0x90, 0x91, 0xCC, 0x12, 0x59, 0x36, 0x90, 0x90, 0xDC, 0xE0, 0x90, 0x91, 0xB0, -+0xB4, 0x01, 0x0B, 0xE0, 0x44, 0x03, 0xFC, 0xA3, 0xE0, 0x44, 0x10, 0xFD, 0x80, 0x09, 0xE0, 0x44, -+0x03, 0xFC, 0xA3, 0xE0, 0x44, 0x20, 0xFD, 0x90, 0x91, 0xCE, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, -+0x91, 0xD5, 0x74, 0x03, 0xF0, 0xA3, 0x74, 0x12, 0xF0, 0x12, 0x97, 0x77, 0x12, 0x46, 0xD6, 0xEF, -+0x64, 0xFE, 0x70, 0x27, 0x90, 0x91, 0xCC, 0xA3, 0xE0, 0x24, 0x00, 0x12, 0x82, 0xEF, 0xC0, 0x03, -+0x8B, 0x40, 0x12, 0x96, 0xFB, 0xD0, 0x03, 0x12, 0x34, 0x2C, 0x75, 0x40, 0x01, 0x12, 0x96, 0xFB, -+0x7B, 0x01, 0x7A, 0x91, 0x79, 0xD7, 0x12, 0x34, 0x2C, 0x80, 0x58, 0x90, 0x91, 0x65, 0xE0, 0xFF, -+0xB4, 0x02, 0x27, 0x90, 0x91, 0xCC, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x24, 0x00, 0xF5, 0x82, 0x74, -+0xFC, 0x3C, 0xF5, 0x83, 0xE4, 0xF0, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0x74, 0xFC, 0x3C, 0xF5, 0x83, -+0x74, 0x20, 0x12, 0x97, 0x7F, 0x74, 0x20, 0xF0, 0x80, 0x29, 0xEF, 0xB4, 0x04, 0x25, 0x90, 0x91, -+0xCC, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x24, 0x00, 0xF5, 0x82, 0x74, 0xFC, 0x3E, 0xF5, 0x83, 0xE4, -+0xF0, 0x74, 0x01, 0x2F, 0xF5, 0x82, 0x74, 0xFC, 0x3E, 0xF5, 0x83, 0x74, 0x10, 0x12, 0x97, 0x7F, -+0x74, 0x10, 0xF0, 0x12, 0x97, 0x77, 0x12, 0x46, 0xD6, 0xE4, 0x90, 0x91, 0xC9, 0xF0, 0x12, 0x96, -+0x74, 0xE0, 0xFE, 0x90, 0x91, 0xCC, 0xA3, 0xE0, 0xFD, 0xEF, 0x2D, 0xD1, 0x6C, 0xEE, 0xF0, 0x12, -+0x96, 0x74, 0xE0, 0xFE, 0x74, 0xD9, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0xEE, 0x12, -+0x97, 0x6F, 0xE0, 0xB4, 0x08, 0xD8, 0x12, 0x96, 0x31, 0x90, 0x91, 0xCC, 0xE4, 0x75, 0xF0, 0x20, -+0x12, 0x46, 0xD6, 0x90, 0x91, 0xCC, 0x12, 0x5B, 0xA9, 0x12, 0x96, 0x27, 0x7B, 0x01, 0x7A, 0x91, -+0x79, 0xD0, 0x90, 0x92, 0x57, 0x12, 0x47, 0x5F, 0x90, 0x92, 0x5A, 0x74, 0x63, 0xF0, 0x7A, 0x91, -+0x79, 0xB3, 0xA3, 0x12, 0x47, 0x5F, 0x7A, 0x90, 0x79, 0x03, 0x7D, 0x10, 0x12, 0x59, 0x3D, 0xE4, -+0x90, 0x91, 0xC9, 0xF0, 0x90, 0x91, 0xC9, 0xE0, 0xFF, 0xC3, 0x94, 0x10, 0x50, 0x3C, 0x90, 0x91, -+0xCD, 0xE0, 0x2F, 0xFF, 0x90, 0x91, 0xCC, 0xE0, 0x34, 0x00, 0xFE, 0x90, 0x92, 0x50, 0xF0, 0xA3, -+0xEF, 0xF0, 0x90, 0x91, 0x6A, 0xE0, 0xFD, 0x12, 0x8D, 0x9E, 0x90, 0x91, 0xC7, 0xEF, 0xF0, 0x90, -+0x91, 0xC9, 0xE0, 0x24, 0xB3, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0x91, -+0xC7, 0xE0, 0xD1, 0x6C, 0xEF, 0x12, 0x97, 0x6F, 0x80, 0xBA, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x1D, -+0x90, 0x05, 0x22, 0xE0, 0x90, 0x92, 0x52, 0xF0, 0x7D, 0x1D, 0x71, 0x9C, 0xBF, 0x01, 0x03, 0x12, -+0x96, 0x54, 0x90, 0x92, 0x52, 0xE0, 0xFF, 0x7D, 0x1E, 0x71, 0x91, 0x80, 0x03, 0x12, 0x96, 0x54, -+0xF1, 0xF2, 0x90, 0x8E, 0xCB, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x31, 0x99, 0x74, 0xFC, 0x04, 0x90, -+0x01, 0xC4, 0xF0, 0x74, 0x53, 0xA3, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x24, 0x00, 0xF5, 0x82, -+0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x7D, 0x2D, 0x71, 0x9C, 0x90, 0x01, 0x37, 0x74, 0x02, 0xF0, -+0xFD, 0x7F, 0x03, 0x12, 0x6E, 0x6F, 0x12, 0x6C, 0x1B, 0xE4, 0xFD, 0x7F, 0x01, 0x21, 0x22, 0x7D, -+0x08, 0xE4, 0xFF, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0x1C, 0xEF, 0xF0, 0xA3, -+0xED, 0xF0, 0x90, 0x8D, 0x03, 0xE0, 0x04, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x22, 0x90, 0x05, -+0x22, 0xE0, 0x90, 0x93, 0x20, 0xF0, 0x7D, 0x26, 0x71, 0x9C, 0xEF, 0x64, 0x01, 0x70, 0x03, 0x12, -+0x92, 0x44, 0x90, 0x93, 0x20, 0xE0, 0xFF, 0x7D, 0x27, 0x71, 0x91, 0x12, 0x93, 0x2D, 0x80, 0x06, -+0x12, 0x93, 0x2D, 0x12, 0x92, 0x44, 0xF1, 0xF2, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0x2E, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0x93, -+0x2D, 0xEF, 0xF0, 0xE4, 0xFD, 0xFC, 0x12, 0x5F, 0xD3, 0x90, 0x93, 0x2D, 0xE0, 0x90, 0x04, 0x25, -+0xF0, 0x90, 0x93, 0x2E, 0xE0, 0x60, 0x06, 0x12, 0x96, 0xD9, 0x44, 0x80, 0xF0, 0xAF, 0x05, 0x74, -+0x20, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xC0, 0xF0, 0x12, 0x96, 0xD9, -+0x54, 0xC0, 0xF0, 0x90, 0x93, 0x30, 0xE0, 0xFF, 0xAE, 0x05, 0x74, 0x18, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x00, 0x8B, 0xE0, 0xD3, 0x94, 0x03, 0x74, 0x10, 0x40, -+0x08, 0x12, 0x97, 0x4F, 0x74, 0x04, 0xF0, 0x80, 0x05, 0x12, 0x97, 0x4F, 0xE4, 0xF0, 0xAF, 0x05, -+0x12, 0x93, 0x1A, 0xE0, 0x54, 0x01, 0xFE, 0x90, 0x93, 0x2F, 0xE0, 0x25, 0xE0, 0x25, 0xE0, 0xFB, -+0xEE, 0x44, 0x02, 0x4B, 0xFE, 0x12, 0x93, 0x1A, 0xEE, 0xF0, 0x74, 0x11, 0x2F, 0x12, 0x93, 0x25, -+0x74, 0xFF, 0xF0, 0x74, 0x29, 0x2F, 0x12, 0x93, 0x12, 0xE0, 0x54, 0xF7, 0xF0, 0xAE, 0x04, 0xAF, -+0x05, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x6B, 0x15, 0xE4, 0xFD, 0xFF, 0x61, 0x91, 0xF1, 0xF9, -+0xF1, 0x89, 0x7D, 0x0C, 0x7F, 0x01, 0x21, 0x22, 0x12, 0x7F, 0x96, 0x90, 0x8E, 0xCB, 0xE0, 0x64, -+0x0C, 0x60, 0x04, 0x71, 0x88, 0xD1, 0x8F, 0x22, 0x90, 0x8E, 0xC8, 0xE0, 0x64, 0x01, 0x70, 0x12, -+0x12, 0x7C, 0x01, 0x60, 0x05, 0x71, 0x88, 0x02, 0x7F, 0x96, 0x90, 0x8E, 0xCB, 0xE0, 0x70, 0x02, -+0x31, 0xAF, 0x22, 0xEF, 0x60, 0x2B, 0x12, 0x69, 0x09, 0x70, 0x26, 0x90, 0x8E, 0xC4, 0xE0, 0x54, -+0xFE, 0xF0, 0x7D, 0x2B, 0x7F, 0x0F, 0x71, 0x91, 0x90, 0x06, 0x04, 0xE0, 0x54, 0xBF, 0xF0, 0xD1, -+0x8F, 0xBF, 0x01, 0x0D, 0x90, 0x8E, 0xC3, 0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x06, 0x7F, 0x01, 0x31, -+0x22, 0x22, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x54, 0x7F, 0xF0, -+0x22, 0xE4, 0x90, 0x91, 0x8C, 0xF0, 0x90, 0x91, 0x8C, 0xE0, 0x64, 0x01, 0xF0, 0x24, 0x01, 0x90, -+0x01, 0xC4, 0xF0, 0x74, 0x58, 0xA3, 0xF0, 0x12, 0x3A, 0xEB, 0xBF, 0x01, 0x03, 0x12, 0x31, 0x69, -+0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x0F, 0x90, 0x8E, 0xCB, 0xE0, 0xFF, 0x90, 0x8E, 0xCA, 0xE0, 0x6F, -+0x60, 0x03, 0x12, 0x7B, 0xC8, 0xC2, 0xAF, 0x12, 0x8C, 0x0D, 0xBF, 0x01, 0x02, 0x11, 0x81, 0xD2, -+0xAF, 0x11, 0x48, 0x12, 0x49, 0xB1, 0x80, 0xBE, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, -+0x00, 0x8F, 0xE0, 0x30, 0xE6, 0x26, 0x90, 0x00, 0x8C, 0xE0, 0x90, 0x93, 0x39, 0xF0, 0x90, 0x00, -+0x8D, 0xE0, 0x90, 0x93, 0x3A, 0xF0, 0x90, 0x00, 0x8E, 0xE0, 0x90, 0x93, 0x3B, 0xF0, 0x90, 0x00, -+0x8F, 0xE0, 0x30, 0xE0, 0x07, 0xE4, 0xFD, 0x7F, 0x8D, 0x12, 0x3A, 0x96, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0x8E, 0xC3, 0xE0, 0x30, 0xE0, 0x02, 0x11, 0x8B, 0x22, 0x90, 0x8E, 0xCB, 0xE0, 0xFF, -+0x60, 0x03, 0xB4, 0x08, 0x08, 0x12, 0x91, 0x5E, 0xBF, 0x01, 0x02, 0x11, 0x9E, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x8D, 0xCC, 0x11, 0xAF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, -+0x8D, 0xAF, 0x90, 0x00, 0x08, 0xE0, 0x54, 0xEF, 0xFD, 0x7F, 0x08, 0x12, 0x3A, 0x96, 0xE4, 0xFF, -+0x11, 0xDD, 0x90, 0x8D, 0x07, 0xE0, 0xB4, 0x03, 0x0C, 0x90, 0x00, 0x70, 0xE0, 0x54, 0x7F, 0xFD, -+0x7F, 0x70, 0x12, 0x3A, 0x96, 0x90, 0x8E, 0xC4, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x90, 0x93, 0x3C, -+0xEF, 0x12, 0x8E, 0xCA, 0x90, 0x01, 0x09, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x90, -+0x93, 0x3C, 0xE0, 0x6F, 0x60, 0x35, 0xC3, 0x90, 0x93, 0x3E, 0xE0, 0x94, 0x88, 0x90, 0x93, 0x3D, -+0xE0, 0x94, 0x13, 0x40, 0x08, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0x90, 0x93, 0x3D, -+0x31, 0x36, 0x12, 0x70, 0x64, 0xD3, 0x90, 0x93, 0x3E, 0xE0, 0x94, 0x32, 0x90, 0x93, 0x3D, 0xE0, -+0x94, 0x00, 0x40, 0xC0, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE0, 0xB9, 0x22, 0x7F, 0x01, 0x7E, 0x00, -+0x12, 0x3A, 0xF7, 0x90, 0x92, 0xA3, 0xE4, 0x75, 0xF0, 0x01, 0x02, 0x46, 0xD6, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x92, 0x53, 0x12, 0x47, 0x5F, 0x90, 0x92, 0x56, 0xED, 0xF0, 0xE4, -+0x90, 0x92, 0xA2, 0xF0, 0x71, 0x9D, 0x50, 0x07, 0x51, 0xF1, 0x71, 0x6C, 0xF0, 0x80, 0xF5, 0x90, -+0x92, 0x53, 0x71, 0xEB, 0xD1, 0xEF, 0x71, 0x17, 0x94, 0x40, 0x50, 0x0A, 0x51, 0xF1, 0xE0, 0x64, -+0x36, 0xF0, 0x51, 0xEA, 0x80, 0xF0, 0x90, 0x92, 0x57, 0x12, 0x47, 0x56, 0x90, 0x92, 0x5A, 0x71, -+0x8C, 0x74, 0x80, 0x12, 0x26, 0x76, 0xEF, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0x00, 0xFF, 0xE5, 0xF0, -+0x34, 0x02, 0xFC, 0x90, 0x00, 0x7E, 0x12, 0x26, 0x76, 0xEF, 0x90, 0x00, 0x7F, 0x71, 0xBA, 0xF0, -+0x71, 0xB0, 0x94, 0xC0, 0xEE, 0x94, 0x00, 0x50, 0x52, 0x71, 0x84, 0x50, 0x09, 0x12, 0x95, 0xDF, -+0x71, 0x74, 0x7B, 0x01, 0x80, 0x05, 0x12, 0x95, 0x62, 0x71, 0x7C, 0xB1, 0x18, 0xF0, 0xE4, 0x51, -+0xE0, 0x90, 0x01, 0x8C, 0xE0, 0x30, 0xE4, 0x0A, 0x51, 0xFC, 0x94, 0x03, 0x50, 0x04, 0x31, 0x2C, -+0x80, 0xEF, 0x71, 0x08, 0x40, 0x03, 0x71, 0xD0, 0xF0, 0x71, 0x94, 0x70, 0x1A, 0x51, 0xE0, 0x90, -+0x01, 0x8C, 0xE0, 0x20, 0xE5, 0x0A, 0x51, 0xFC, 0x94, 0x03, 0x50, 0x04, 0x31, 0x2C, 0x80, 0xEF, -+0x71, 0x08, 0x40, 0x03, 0x71, 0xC4, 0xF0, 0x71, 0xA6, 0x80, 0xA5, 0x71, 0x1E, 0x7D, 0x84, 0x12, -+0x33, 0x2F, 0xE4, 0x90, 0x92, 0xA2, 0xF0, 0x71, 0x9D, 0x50, 0x07, 0x51, 0xF1, 0x71, 0x6C, 0xF0, -+0x80, 0xF5, 0x90, 0x92, 0x53, 0x71, 0xEB, 0xD1, 0xEF, 0x71, 0x17, 0x94, 0x40, 0x50, 0x0A, 0x51, -+0xF1, 0xE0, 0x64, 0x5C, 0xF0, 0x51, 0xEA, 0x80, 0xF0, 0xE4, 0x90, 0x92, 0x5E, 0xF0, 0x71, 0x66, -+0x90, 0x92, 0x5E, 0x71, 0x8C, 0x12, 0x26, 0x37, 0xFE, 0x71, 0xDC, 0xEE, 0x51, 0xE7, 0xE0, 0xB4, -+0x14, 0xEC, 0x90, 0x92, 0x57, 0x12, 0x47, 0x56, 0x90, 0x00, 0x14, 0x74, 0x80, 0x12, 0x26, 0x76, -+0x90, 0x92, 0x5E, 0x74, 0x15, 0xF0, 0x71, 0x17, 0x94, 0x3E, 0x50, 0x07, 0x71, 0xDC, 0xE4, 0x51, -+0xE7, 0x80, 0xF3, 0x90, 0x92, 0x57, 0x12, 0x47, 0x56, 0x90, 0x00, 0x3E, 0x74, 0x02, 0x12, 0x26, -+0x76, 0x90, 0x00, 0x3F, 0x74, 0xA0, 0x71, 0xBA, 0xF0, 0x71, 0xB0, 0x94, 0x80, 0xEE, 0x94, 0x00, -+0x50, 0x52, 0x71, 0x84, 0x50, 0x09, 0x12, 0x95, 0xDF, 0x71, 0x74, 0x7B, 0x01, 0x80, 0x05, 0x12, -+0x95, 0x62, 0x71, 0x7C, 0xB1, 0x18, 0xF0, 0xE4, 0x51, 0xE0, 0x90, 0x01, 0x8C, 0xE0, 0x30, 0xE4, -+0x0A, 0x51, 0xFC, 0x94, 0x03, 0x50, 0x04, 0x31, 0x2C, 0x80, 0xEF, 0x71, 0x08, 0x40, 0x03, 0x71, -+0xD0, 0xF0, 0x71, 0x94, 0x70, 0x1A, 0x51, 0xE0, 0x90, 0x01, 0x8C, 0xE0, 0x20, 0xE5, 0x0A, 0x51, -+0xFC, 0x94, 0x03, 0x50, 0x04, 0x31, 0x2C, 0x80, 0xEF, 0x71, 0x08, 0x40, 0x03, 0x71, 0xC4, 0xF0, -+0x71, 0xA6, 0x80, 0xA5, 0x71, 0x1E, 0x7D, 0x84, 0x12, 0x33, 0x2F, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x90, 0x92, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x26, 0x76, 0x90, 0x92, 0x5E, 0xE0, 0x04, 0xF0, -+0x22, 0x74, 0x5F, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0xF5, 0x83, 0x22, 0xC3, 0x90, 0x92, 0xA4, -+0xE0, 0x94, 0xE8, 0x90, 0x92, 0xA3, 0xE0, 0x22, 0x90, 0x92, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, -+0xC3, 0x94, 0xE8, 0xEE, 0x94, 0x03, 0x22, 0x90, 0x92, 0x5E, 0xE0, 0xFF, 0xC3, 0x22, 0x90, 0x92, -+0x5B, 0x12, 0x47, 0x56, 0xE9, 0x24, 0x10, 0xF9, 0xE4, 0x3A, 0xFA, 0x7D, 0x80, 0x12, 0x33, 0x2F, -+0x90, 0x92, 0x5B, 0x12, 0x47, 0x56, 0xE9, 0x24, 0x0C, 0xF9, 0xE4, 0x3A, 0xFA, 0x7D, 0x81, 0x12, -+0x33, 0x2F, 0x90, 0x92, 0x5B, 0x12, 0x47, 0x56, 0xE9, 0x24, 0x08, 0xF9, 0xE4, 0x3A, 0xFA, 0x7D, -+0x82, 0x12, 0x33, 0x2F, 0x90, 0x92, 0x5B, 0x12, 0x47, 0x56, 0xE9, 0x24, 0x04, 0xF9, 0xE4, 0x3A, -+0xFA, 0x7D, 0x83, 0x12, 0x33, 0x2F, 0x90, 0x92, 0x5B, 0x02, 0x47, 0x56, 0xE4, 0xF0, 0x90, 0x92, -+0xA2, 0xE0, 0x04, 0x22, 0x24, 0x6B, 0xF9, 0xE4, 0x34, 0x92, 0xFA, 0x22, 0x24, 0xCC, 0xF9, 0xEA, -+0x34, 0xFF, 0xFA, 0x22, 0xC3, 0xEF, 0x94, 0x40, 0xEE, 0x94, 0x00, 0x22, 0xE0, 0xFF, 0xF5, 0x82, -+0x75, 0x83, 0x00, 0x22, 0x90, 0x92, 0xA0, 0xE0, 0x54, 0x3F, 0x64, 0x30, 0x22, 0x90, 0x92, 0xA2, -+0xE0, 0xFF, 0xC3, 0x94, 0x40, 0x22, 0x90, 0x92, 0x9F, 0xE4, 0x75, 0xF0, 0x10, 0x02, 0x46, 0xD6, -+0x90, 0x92, 0x9F, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xC3, 0x22, 0x12, 0x26, 0x76, 0xE4, 0x90, 0x92, -+0x9F, 0xF0, 0xA3, 0x22, 0x90, 0x06, 0x31, 0xE0, 0x44, 0x02, 0xF0, 0xEE, 0x90, 0x06, 0x36, 0x22, -+0x90, 0x06, 0x31, 0xE0, 0x44, 0x01, 0xF0, 0xEE, 0x90, 0x06, 0x36, 0x22, 0x90, 0x92, 0x57, 0x12, -+0x47, 0x56, 0x8F, 0x82, 0x75, 0x83, 0x00, 0x22, 0x90, 0x91, 0x92, 0x12, 0x47, 0x56, 0x8B, 0x40, -+0x8A, 0x41, 0x89, 0x42, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x92, 0xCC, 0x12, -+0x47, 0x5F, 0x78, 0xD8, 0x7C, 0x92, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x5E, 0x12, 0x67, -+0xF0, 0x90, 0x05, 0x22, 0xE0, 0x90, 0x92, 0xD7, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x0C, 0x7D, -+0x33, 0x12, 0x53, 0x9C, 0xEF, 0x64, 0x01, 0x70, 0x1C, 0x80, 0x00, 0x90, 0x91, 0x68, 0xE0, 0xFF, -+0x90, 0x93, 0x30, 0x74, 0x10, 0xF0, 0x7B, 0x18, 0x7D, 0x01, 0x12, 0x56, 0xDF, 0x90, 0x92, 0xD4, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x92, 0xD4, 0xD1, 0x96, 0x90, 0x92, 0xD6, 0xEF, 0xF0, 0x90, -+0x92, 0xD4, 0x12, 0x86, 0x09, 0x90, 0x92, 0xD2, 0xE0, 0xFD, 0x12, 0x84, 0xEC, 0x90, 0x92, 0xD3, -+0xE0, 0x70, 0x4B, 0xB1, 0x0E, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x92, -+0xCF, 0x71, 0xEB, 0x75, 0x43, 0x06, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0xD1, 0x83, 0xFA, 0x7B, -+0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x92, 0xCF, 0x71, 0xEB, 0x75, 0x43, 0x06, 0xD0, -+0x01, 0xD0, 0x02, 0xD0, 0x03, 0xB1, 0x2A, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, -+0x90, 0x92, 0xCC, 0x71, 0xEB, 0x75, 0x43, 0x04, 0xD0, 0x01, 0xD0, 0x02, 0x80, 0x42, 0x90, 0x92, -+0xD3, 0xE0, 0x64, 0x01, 0x70, 0x3F, 0xB1, 0x0E, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0x8B, 0x40, 0x75, -+0x41, 0x8F, 0x75, 0x42, 0x55, 0x75, 0x43, 0x06, 0xD0, 0x03, 0xD1, 0x83, 0xFA, 0x7B, 0x01, 0xC0, -+0x03, 0x8B, 0x40, 0x75, 0x41, 0x8F, 0x75, 0x42, 0x5F, 0x75, 0x43, 0x06, 0xD0, 0x03, 0xB1, 0x2A, -+0xFA, 0x7B, 0x01, 0xC0, 0x03, 0x8B, 0x40, 0x75, 0x41, 0x8F, 0x75, 0x42, 0x65, 0x75, 0x43, 0x04, -+0xD0, 0x03, 0x12, 0x34, 0x2C, 0x90, 0x06, 0x30, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0x92, 0xD7, 0xE0, -+0xFF, 0x7D, 0x34, 0x12, 0x53, 0x91, 0x12, 0x57, 0xF2, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xA3, 0xA3, -+0xE0, 0x24, 0x38, 0xF9, 0xE4, 0x34, 0xFC, 0x22, 0xA3, 0xE0, 0x44, 0x8B, 0xFD, 0x12, 0x30, 0xA4, -+0x90, 0x92, 0xA1, 0xE0, 0x44, 0x90, 0x90, 0x01, 0x8C, 0x22, 0x12, 0x34, 0x2C, 0x90, 0x92, 0xD4, -+0xA3, 0xE0, 0xFF, 0xA3, 0xE0, 0x2F, 0x24, 0x48, 0xF9, 0xE4, 0x34, 0xFC, 0x22, 0xD1, 0x5E, 0x90, -+0x91, 0x92, 0xE4, 0x12, 0x87, 0x3A, 0xD1, 0x96, 0x90, 0x91, 0x94, 0xEF, 0xF0, 0x90, 0x91, 0x92, -+0xB1, 0x0F, 0xB1, 0x9D, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x55, 0xD1, 0x7C, 0xA3, -+0xE0, 0xFF, 0xA3, 0xE0, 0x2F, 0x24, 0x3E, 0xF9, 0xE4, 0x34, 0xFC, 0xB1, 0x9D, 0x75, 0x43, 0x04, -+0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x5B, 0xD1, 0x7C, 0xD1, 0x89, 0xB1, 0x9D, 0x75, 0x43, 0x06, 0x7B, -+0x01, 0x7A, 0x8F, 0x79, 0x5F, 0xD1, 0x7C, 0xB1, 0x30, 0xB1, 0x9D, 0x75, 0x43, 0x04, 0x7B, 0x01, -+0x7A, 0x8F, 0x79, 0x65, 0x02, 0x34, 0x2C, 0x24, 0x00, 0xF9, 0xE4, 0x34, 0xFC, 0x75, 0x40, 0x01, -+0xF5, 0x41, 0x89, 0x42, 0x22, 0x90, 0x91, 0x72, 0xD1, 0x54, 0xE0, 0xFE, 0x24, 0x28, 0xF5, 0x82, -+0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFF, 0x74, 0x29, 0x2E, 0x12, 0x93, 0x12, 0xE0, 0xFD, 0x90, -+0x91, 0x92, 0xE0, 0x24, 0x2C, 0xD1, 0xB3, 0x90, 0x91, 0x92, 0xE0, 0x2F, 0x24, 0x30, 0xA3, 0xF0, -+0xE0, 0xFD, 0x24, 0x04, 0xF1, 0xC3, 0xE0, 0xFE, 0x74, 0x05, 0x2D, 0xF1, 0xCB, 0xD1, 0xE6, 0x90, -+0x91, 0x19, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x91, 0x93, 0xE0, 0x24, 0x0C, 0xF9, 0xE4, 0x34, 0xFC, -+0xB1, 0x9D, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0x1B, 0x12, 0x34, 0x2C, 0x90, 0x91, -+0x93, 0xE0, 0x24, 0x14, 0xF0, 0xE0, 0xFD, 0x24, 0x01, 0xF1, 0x1D, 0xE0, 0xFE, 0x74, 0x00, 0x2D, -+0x12, 0x56, 0x6E, 0xD1, 0xE6, 0x90, 0x91, 0x1F, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x91, 0x73, 0xD1, -+0x54, 0x90, 0x91, 0x15, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x4E, 0x60, 0x11, 0x90, 0x91, 0x92, 0xE0, -+0xB1, 0x97, 0x8F, 0x43, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0x23, 0x12, 0x34, 0x2C, 0x90, 0x91, 0x74, -+0xD1, 0x54, 0xB1, 0x97, 0x90, 0x91, 0x17, 0xA3, 0xE0, 0xF5, 0x43, 0x7B, 0x01, 0x7A, 0x91, 0x79, -+0x43, 0x02, 0x34, 0x2C, 0xE0, 0xFF, 0xD1, 0x5E, 0x90, 0x91, 0x92, 0xEF, 0xF0, 0x22, 0xE4, 0xFE, -+0xEF, 0x25, 0xE0, 0xFD, 0xEF, 0xC3, 0x94, 0x80, 0x90, 0xFD, 0x12, 0x50, 0x04, 0xE4, 0xF0, 0x80, -+0x03, 0x74, 0x01, 0xF0, 0x90, 0xFD, 0x10, 0xED, 0xF0, 0xAF, 0x06, 0x22, 0x12, 0x34, 0x2C, 0x90, -+0x91, 0x92, 0x22, 0x12, 0x34, 0x2C, 0x90, 0x92, 0xD4, 0xA3, 0xE0, 0xFF, 0xA3, 0xE0, 0x2F, 0x24, -+0x42, 0xF9, 0xE4, 0x34, 0xFC, 0x22, 0xA3, 0xE0, 0xFE, 0x24, 0x28, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0xE0, 0xFF, 0x74, 0x29, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFD, -+0x74, 0x2C, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFB, 0xE4, 0xFE, 0xEF, 0x30, -+0xE7, 0x04, 0x7C, 0x02, 0x80, 0x02, 0xE4, 0xFC, 0xED, 0x30, 0xE6, 0x09, 0xAF, 0x03, 0x12, 0x8F, -+0xB2, 0xAE, 0x07, 0x80, 0x02, 0xE4, 0xFE, 0xEC, 0x24, 0x18, 0x2E, 0xFF, 0x22, 0xF0, 0x90, 0x01, -+0x17, 0xE0, 0xFE, 0x90, 0x01, 0x16, 0xE0, 0x7C, 0x00, 0x24, 0x00, 0xFF, 0xEC, 0x3E, 0x22, 0x90, -+0x92, 0x56, 0xE0, 0xF5, 0x43, 0x7B, 0x01, 0x7A, 0x92, 0x79, 0x5F, 0x12, 0x34, 0x2C, 0xE4, 0x90, -+0x92, 0x5E, 0xF0, 0x22, 0xFD, 0xE4, 0x33, 0x90, 0x92, 0xB4, 0xF0, 0xA3, 0xED, 0xF0, 0xFE, 0x24, -+0x00, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE4, 0xF0, 0x74, 0x01, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0x22, 0xE4, 0xFD, 0xFC, 0x90, 0x91, 0x71, 0xE0, 0xFF, 0xF1, 0xD3, 0xAB, -+0x05, 0x74, 0x01, 0x2B, 0xF1, 0x1D, 0xE0, 0xFE, 0x74, 0x00, 0x2B, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0x12, 0x86, 0x29, 0x90, 0x91, 0x0F, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x03, 0x2B, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFE, 0x74, 0x02, 0x2B, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF1, 0xBC, -+0xEA, 0x3E, 0x90, 0x91, 0x11, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x05, 0x2B, 0xF1, 0xCB, 0xE0, 0xFE, -+0x74, 0x04, 0x2B, 0xF1, 0xC3, 0xE0, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0x90, 0x91, 0x13, 0xF0, 0xA3, -+0xEF, 0xF0, 0x74, 0x07, 0x2B, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFE, 0x74, 0x06, -+0x2B, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF1, 0xBC, 0xEA, 0x3E, 0x90, 0x91, 0x15, 0xF0, 0xA3, 0xEF, -+0xF0, 0x74, 0x09, 0x2B, 0x12, 0x93, 0x06, 0xFE, 0x74, 0x08, 0x2B, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF1, 0xBC, 0xEC, 0x3E, 0x90, 0x91, 0x17, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0xF5, 0x83, 0xE0, 0x24, -+0x00, 0xFF, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0x22, 0xD1, 0x5E, 0x7C, 0x00, 0xAD, 0x07, 0x22, 0xEF, 0x60, 0x04, 0xF1, 0x25, 0xB1, -+0xA5, 0x22, 0xD1, 0x5E, 0x7E, 0x00, 0x74, 0x00, 0x2F, 0xB1, 0x99, 0x75, 0x43, 0x08, 0x7B, 0x01, -+0x7A, 0x90, 0x79, 0xDD, 0x02, 0x34, 0x2C, 0xE4, 0xFB, 0xFA, 0xFD, 0x7F, 0x01, 0x12, 0x4B, 0xB2, -+0x90, 0x91, 0x8D, 0xEF, 0xF0, 0x60, 0xF0, 0x90, 0x8D, 0x01, 0xE0, 0xFF, 0x70, 0x04, 0xA3, 0xE0, -+0x60, 0xE5, 0xC2, 0xAF, 0xEF, 0x30, 0xE1, 0x0A, 0x90, 0x8D, 0x01, 0xE0, 0x54, 0xFD, 0xF0, 0x12, -+0x87, 0xBF, 0x12, 0x97, 0x18, 0x30, 0xE2, 0x06, 0x54, 0xFB, 0xF0, 0x12, 0x89, 0x23, 0x12, 0x97, -+0x18, 0x30, 0xE4, 0x0B, 0x54, 0xEF, 0xF0, 0x12, 0x8A, 0x78, 0xBF, 0x01, 0x02, 0x11, 0x43, 0xD2, -+0xAF, 0x80, 0xC4, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0x90, 0x91, 0x97, 0xF0, 0xA3, -+0xF0, 0xA3, 0x74, 0x08, 0xF0, 0xA3, 0x12, 0x8E, 0xCA, 0x90, 0x91, 0x9F, 0xF0, 0xA3, 0xF0, 0xA3, -+0xF0, 0x90, 0x01, 0xC4, 0x74, 0x43, 0xF0, 0x74, 0x60, 0xA3, 0xF0, 0x12, 0x87, 0x42, 0x12, 0x5E, -+0xE6, 0x90, 0x91, 0x8E, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x02, 0x82, 0xE0, 0x90, 0x91, 0x96, 0xF0, -+0x90, 0x8F, 0x30, 0xE0, 0x20, 0xE0, 0x02, 0x41, 0xF5, 0xE4, 0x90, 0x91, 0x95, 0xF0, 0x90, 0x91, -+0x96, 0xE0, 0xFF, 0x90, 0x91, 0x95, 0xE0, 0xC3, 0x9F, 0x40, 0x02, 0x41, 0xF5, 0x90, 0x91, 0x8E, -+0x12, 0x85, 0xEC, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0x91, 0x9F, 0xEF, 0xF0, 0x12, 0x86, 0x15, 0x54, -+0x3F, 0xFE, 0x90, 0x91, 0x90, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x91, 0x9B, 0xEE, 0x12, 0x87, 0x9D, -+0xE0, 0x54, 0x03, 0xFE, 0xEF, 0x24, 0x18, 0x2E, 0xFF, 0x90, 0x91, 0xA0, 0xF0, 0x90, 0x91, 0x8F, -+0xE0, 0x2F, 0xFF, 0x90, 0x91, 0x8E, 0xE0, 0x34, 0x00, 0xFE, 0x90, 0x91, 0x92, 0x12, 0x97, 0x05, -+0xC0, 0x07, 0x71, 0x06, 0x7D, 0x01, 0x71, 0x21, 0xC0, 0x07, 0x71, 0x06, 0x7D, 0x04, 0x71, 0x21, -+0xAB, 0x07, 0xD0, 0x05, 0xD0, 0x07, 0x12, 0x5E, 0xBC, 0x90, 0x91, 0x97, 0xEF, 0x71, 0x05, 0xE4, -+0xFD, 0x71, 0x21, 0xEF, 0x54, 0xFC, 0x90, 0x91, 0x94, 0xF0, 0x90, 0x91, 0xA0, 0xE0, 0xFF, 0x90, -+0x91, 0x90, 0xE4, 0x8F, 0xF0, 0x12, 0x46, 0xD6, 0x90, 0x91, 0x90, 0x12, 0x86, 0xB7, 0x90, 0x91, -+0x90, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x97, 0x3D, 0x7D, 0x0F, 0x71, 0x21, 0x90, 0x91, 0x90, -+0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x90, 0x91, 0x8E, 0xEC, 0x8D, 0xF0, 0x12, 0x87, 0x32, 0xFC, 0xA3, -+0xE0, 0xFD, 0xD3, 0x90, 0x91, 0x8F, 0xE0, 0x9D, 0x90, 0x91, 0x8E, 0xE0, 0x9C, 0x40, 0x1B, 0x90, -+0x8E, 0xB0, 0xE0, 0x24, 0x01, 0xFD, 0x90, 0x8E, 0xAF, 0xE0, 0x34, 0x00, 0xFC, 0xC3, 0x90, 0x91, -+0x8F, 0xE0, 0x9D, 0xF0, 0x90, 0x91, 0x8E, 0xE0, 0x9C, 0xF0, 0xEF, 0x30, 0xE6, 0x06, 0x90, 0x01, -+0xC7, 0x74, 0x22, 0xF0, 0xEF, 0x30, 0xE7, 0x06, 0x90, 0x01, 0xC7, 0x74, 0x21, 0xF0, 0xEF, 0x30, -+0xE5, 0x06, 0x90, 0x01, 0xC7, 0x74, 0x23, 0xF0, 0x90, 0x91, 0x94, 0xE0, 0x24, 0x40, 0x60, 0x04, -+0x24, 0x20, 0x70, 0x2C, 0x90, 0x8F, 0x33, 0xE0, 0xFF, 0x12, 0x74, 0x02, 0x20, 0xE0, 0x02, 0x41, -+0x7F, 0x90, 0x8F, 0x46, 0xE0, 0x04, 0x71, 0x05, 0x12, 0x8A, 0x00, 0xEF, 0x70, 0x02, 0x41, 0x7F, -+0x90, 0x91, 0x94, 0xE0, 0xFF, 0x12, 0x8F, 0xA0, 0x90, 0x8F, 0x47, 0xE0, 0x04, 0xF0, 0x41, 0x7F, -+0xF1, 0xF7, 0x30, 0xE0, 0x5E, 0x90, 0x91, 0x97, 0xE0, 0xFF, 0x90, 0x91, 0x93, 0xE0, 0x2F, 0xFF, -+0x90, 0x91, 0x92, 0xE0, 0x34, 0x00, 0xCF, 0x24, 0x08, 0xCF, 0x34, 0x00, 0xFE, 0x90, 0x91, 0x9D, -+0x12, 0x97, 0x05, 0xEF, 0x64, 0x45, 0x70, 0x3B, 0xB1, 0xBA, 0xFF, 0x12, 0x8A, 0xAC, 0xEF, 0x64, -+0x01, 0x70, 0x30, 0xB1, 0xBA, 0xFF, 0xF1, 0xAC, 0xEF, 0x64, 0x01, 0x70, 0x26, 0x90, 0x91, 0xA1, -+0x04, 0xB1, 0xB9, 0xFF, 0xA3, 0xE0, 0xFD, 0x12, 0x94, 0x97, 0xEF, 0x70, 0x0E, 0x90, 0x91, 0x9F, -+0xE0, 0xFD, 0x90, 0xFD, 0x11, 0xB1, 0xB9, 0xFF, 0x12, 0x94, 0xE8, 0x90, 0x91, 0x9F, 0xE0, 0x90, -+0xFD, 0x11, 0xF0, 0x71, 0x06, 0x12, 0x8A, 0x00, 0xEF, 0x60, 0x1F, 0x71, 0x06, 0x90, 0x91, 0x97, -+0xE0, 0xFD, 0x90, 0x91, 0x9A, 0xE0, 0xFB, 0x90, 0x91, 0x9F, 0xE0, 0x90, 0x91, 0xA6, 0xF0, 0x71, -+0xC9, 0xEF, 0x60, 0x06, 0x90, 0x91, 0xA1, 0x74, 0x01, 0xF0, 0x90, 0x8F, 0x30, 0xE0, 0xC3, 0x13, -+0x30, 0xE0, 0x12, 0x71, 0x06, 0x90, 0x91, 0x97, 0xE0, 0xFD, 0x91, 0x4B, 0xEF, 0x60, 0x06, 0x90, -+0x91, 0xA1, 0x74, 0x01, 0xF0, 0x90, 0x8F, 0x30, 0xE0, 0xFF, 0x12, 0x74, 0x02, 0x30, 0xE0, 0x0F, -+0x90, 0x91, 0xA1, 0xE0, 0x70, 0x09, 0x71, 0x06, 0x90, 0x91, 0x97, 0xE0, 0xFD, 0xF1, 0x00, 0x12, -+0x8F, 0xF1, 0xEF, 0x64, 0x01, 0x60, 0x07, 0x90, 0x01, 0x3F, 0xE0, 0x30, 0xE2, 0x11, 0x12, 0x97, -+0x34, 0x30, 0xE0, 0x06, 0x90, 0x01, 0x3F, 0x74, 0x04, 0xF0, 0x7F, 0x01, 0x12, 0x74, 0x11, 0x12, -+0x8F, 0x75, 0xEF, 0x64, 0x01, 0x70, 0x37, 0x90, 0x8F, 0x48, 0xE0, 0x04, 0xF0, 0x12, 0x87, 0x66, -+0xAD, 0x07, 0xEF, 0x64, 0x01, 0x60, 0x1F, 0xF1, 0xA4, 0xED, 0xB4, 0x02, 0x08, 0x90, 0x01, 0xC7, -+0x74, 0x42, 0xF0, 0x80, 0x0A, 0xED, 0xB4, 0x04, 0x06, 0x90, 0x01, 0xC7, 0x74, 0x43, 0xF0, 0x7F, -+0x01, 0x12, 0x74, 0x11, 0x80, 0x1F, 0x12, 0x97, 0x3D, 0x12, 0x87, 0x58, 0x80, 0x0F, 0x12, 0x97, -+0x34, 0x20, 0xE0, 0x11, 0x90, 0x8F, 0x30, 0xE0, 0x54, 0xFE, 0xF0, 0x80, 0x08, 0x90, 0x91, 0x95, -+0xE0, 0x04, 0xF0, 0x01, 0x8E, 0x74, 0x43, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x60, 0xA3, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x90, 0x91, 0x92, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xFD, -+0x90, 0x91, 0xAB, 0xE0, 0x34, 0x00, 0xFC, 0x7E, 0x00, 0xED, 0x2F, 0xFF, 0xEE, 0x3C, 0xFE, 0xE4, -+0xFD, 0xAB, 0x07, 0xAA, 0x06, 0xED, 0x2B, 0xFB, 0xE4, 0x3A, 0xFA, 0xC3, 0x90, 0x8E, 0xB0, 0xE0, -+0x9B, 0x90, 0x8E, 0xAF, 0xE0, 0x9A, 0x50, 0x0A, 0xA3, 0x12, 0x87, 0x4B, 0xEB, 0x9F, 0xFB, 0xEA, -+0x9E, 0xFA, 0x12, 0x87, 0x2A, 0x74, 0x00, 0x2F, 0x12, 0x89, 0x1B, 0xE0, 0xFF, 0x22, 0x90, 0x91, -+0xB2, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x7D, 0x09, 0x71, 0x21, 0xEF, 0x64, 0x06, 0x70, 0x27, 0xB1, -+0xB1, 0xFF, 0x7D, 0x14, 0x71, 0x21, 0xEF, 0x70, 0x1D, 0xB1, 0xB1, 0xFF, 0x7D, 0x15, 0x71, 0x21, -+0xEF, 0x64, 0x50, 0x70, 0x11, 0xB1, 0xB1, 0xFF, 0x7D, 0x21, 0x71, 0x21, 0xEF, 0x20, 0xE0, 0x03, -+0x30, 0xE2, 0x03, 0x7F, 0x01, 0x22, 0x90, 0x8F, 0x31, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, -+0x35, 0xB1, 0xB1, 0xFF, 0x7D, 0x09, 0x71, 0x21, 0xEF, 0x64, 0x11, 0x70, 0x29, 0x90, 0x91, 0xB3, -+0xE0, 0x24, 0x14, 0x12, 0x8A, 0x51, 0x90, 0x91, 0xB4, 0xF0, 0xA3, 0xEF, 0xF0, 0x7D, 0x02, 0x71, -+0x21, 0xEF, 0x70, 0x12, 0x90, 0x91, 0xB4, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x7D, 0x03, 0x71, 0x21, -+0xBF, 0x89, 0x03, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0x90, 0x91, 0xA4, 0xED, 0xF0, 0xA3, 0xEB, -+0xF0, 0x90, 0x91, 0xA2, 0x12, 0x89, 0xF9, 0x90, 0x91, 0xA7, 0xF0, 0xFD, 0x71, 0x21, 0xEF, 0x54, -+0x0C, 0x64, 0x08, 0x70, 0x60, 0xB1, 0x8F, 0xA3, 0xE0, 0xF1, 0xE9, 0x64, 0x88, 0x70, 0x56, 0xB1, -+0x8F, 0xA3, 0xE0, 0x24, 0x07, 0xFD, 0x71, 0x21, 0xEF, 0x64, 0x8E, 0x70, 0x48, 0x90, 0x91, 0xA7, -+0x04, 0xF0, 0xB1, 0x8F, 0x12, 0x96, 0xF1, 0x2D, 0x04, 0xFD, 0x71, 0x21, 0xEF, 0x64, 0x03, 0x70, -+0x34, 0xB1, 0x8F, 0x12, 0x96, 0xF1, 0x2D, 0xF1, 0xE9, 0x30, 0xE3, 0x07, 0x90, 0x01, 0xC7, 0x74, -+0x01, 0x80, 0x1F, 0x90, 0x8F, 0x30, 0x12, 0x96, 0xC6, 0x30, 0xE0, 0x09, 0xB1, 0x8F, 0xA3, 0xE0, -+0xFD, 0xB1, 0xD9, 0x80, 0x10, 0x90, 0x8F, 0x33, 0xF1, 0xFA, 0x30, 0xE0, 0x08, 0x90, 0x01, 0xC7, -+0x74, 0x02, 0xF0, 0xF1, 0xA4, 0x90, 0x91, 0xA7, 0xE0, 0xFF, 0x22, 0x12, 0x95, 0x30, 0x78, 0xAB, -+0x7C, 0x91, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x50, 0xF1, 0xF0, 0x78, 0xB1, 0x7C, 0x91, -+0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x56, 0xF1, 0xE2, 0x78, 0xB5, 0x7C, 0x91, 0x7D, 0x01, -+0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x5A, 0xF1, 0xE2, 0xE4, 0x90, 0x91, 0xBA, 0xF0, 0xB1, 0x98, 0xCF, -+0x24, 0x06, 0xCF, 0xB1, 0xD2, 0xEF, 0x64, 0x08, 0x60, 0x02, 0xA1, 0x89, 0xB1, 0x98, 0xCF, 0x24, -+0x07, 0xCF, 0xB1, 0xD2, 0xEF, 0x64, 0x06, 0x60, 0x02, 0xA1, 0x89, 0x90, 0x91, 0xBA, 0x04, 0xF0, -+0xE4, 0x90, 0x91, 0xB9, 0xF0, 0xB1, 0xAA, 0x94, 0x06, 0x50, 0x1B, 0x90, 0x91, 0xA3, 0xE0, 0x24, -+0x0A, 0xFD, 0x90, 0x91, 0xA2, 0x71, 0x13, 0x90, 0x91, 0xB9, 0xE0, 0x24, 0xA5, 0xF5, 0x82, 0xE4, -+0x34, 0x91, 0xB1, 0xC2, 0x80, 0xDF, 0x78, 0xA5, 0x7C, 0x91, 0x7D, 0x01, 0x7B, 0x01, 0x7A, 0x8F, -+0x79, 0x40, 0x12, 0x8A, 0x5A, 0x60, 0x02, 0xA1, 0x89, 0x90, 0x91, 0xB9, 0xF0, 0xB1, 0xAA, 0x94, -+0x04, 0x50, 0x1B, 0x12, 0x96, 0x9C, 0xFD, 0xB1, 0xA3, 0xCD, 0x24, 0x20, 0xCD, 0x71, 0x14, 0x90, -+0x91, 0xB9, 0xE0, 0x24, 0xB5, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xB1, 0xC2, 0x80, 0xDF, 0x78, 0xB5, -+0x7C, 0x91, 0x12, 0x96, 0xB2, 0x70, 0x79, 0x90, 0x06, 0x30, 0xE0, 0x44, 0x01, 0x54, 0xDF, 0xF0, -+0x90, 0x8F, 0x32, 0xE0, 0x30, 0xE0, 0x0A, 0x90, 0x01, 0xC7, 0x74, 0x09, 0xF0, 0xF1, 0xA4, 0x80, -+0x68, 0xE4, 0x90, 0x91, 0xB9, 0xF0, 0xB1, 0xAA, 0x94, 0x06, 0x50, 0x1B, 0x12, 0x96, 0x9C, 0xFD, -+0xB1, 0xA3, 0xCD, 0x24, 0x10, 0xCD, 0x71, 0x14, 0x90, 0x91, 0xB9, 0xE0, 0x24, 0xAB, 0xF5, 0x82, -+0xE4, 0x34, 0x91, 0xB1, 0xC2, 0x80, 0xDF, 0xE4, 0x90, 0x91, 0xB9, 0xF0, 0xB1, 0xAA, 0x94, 0x04, -+0x50, 0x1B, 0x12, 0x96, 0x9C, 0xFD, 0xB1, 0xA3, 0xCD, 0x24, 0x16, 0xCD, 0x71, 0x14, 0x90, 0x91, -+0xB9, 0xE0, 0x24, 0xB1, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xB1, 0xC2, 0x80, 0xDF, 0x7B, 0x01, 0x7A, -+0x91, 0x79, 0xAB, 0x12, 0x8E, 0xAD, 0xF0, 0x7A, 0x91, 0x79, 0xB1, 0x12, 0x5B, 0xF5, 0x80, 0x09, -+0x90, 0x06, 0x30, 0xE0, 0x44, 0x21, 0x54, 0xEF, 0xF0, 0x90, 0x91, 0xBA, 0xE0, 0xFF, 0x22, 0x90, -+0x91, 0xA2, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0x90, 0x91, 0xA4, 0xE0, 0xFF, 0x90, 0x91, 0xA3, -+0xE0, 0x2F, 0xFF, 0x90, 0x91, 0xA2, 0xE0, 0x34, 0x00, 0x22, 0x90, 0x91, 0xB9, 0xE0, 0xFF, 0xC3, -+0x22, 0x90, 0x91, 0xB2, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0xF0, 0x90, 0x91, 0x9D, 0xE0, 0xFE, 0xA3, -+0xE0, 0x22, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x91, 0xB9, 0xE0, 0x04, 0xF0, 0x22, 0xFF, 0x90, 0x91, -+0xAB, 0xE0, 0x34, 0x00, 0xFE, 0xE4, 0xFD, 0x61, 0x21, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0x06, 0x31, 0xE0, 0x54, 0xEF, 0x44, 0x08, 0xF0, 0xED, 0x2F, 0xFF, 0xE4, 0x3E, 0xFE, 0x7C, -+0x00, 0xEF, 0x24, 0x08, 0xFF, 0xEC, 0x3E, 0x90, 0x91, 0xAB, 0xF0, 0xA3, 0xEF, 0xF0, 0x7E, 0x00, -+0x7F, 0x83, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x90, 0x79, 0x43, 0x12, 0x49, 0x38, 0x90, 0x91, 0xAC, -+0xE0, 0x24, 0x01, 0xB1, 0xCD, 0x90, 0x90, 0x44, 0xD1, 0xF9, 0x24, 0x04, 0xB1, 0xCD, 0x90, 0x90, -+0x47, 0xD1, 0xF9, 0x24, 0x05, 0xB1, 0xCD, 0x90, 0x90, 0x48, 0xD1, 0xF9, 0x24, 0x06, 0xB1, 0xCD, -+0x90, 0x90, 0x49, 0xD1, 0xF9, 0x24, 0x07, 0xB1, 0xCD, 0x90, 0x90, 0x4A, 0xD1, 0xF9, 0x24, 0x08, -+0xB1, 0xCD, 0x90, 0x90, 0x4B, 0xEF, 0xF0, 0xE4, 0x90, 0x91, 0xAA, 0xF0, 0x90, 0x91, 0xAA, 0xE0, -+0xFF, 0xC3, 0x94, 0x08, 0x50, 0x15, 0x90, 0x91, 0xAC, 0xE0, 0x24, 0x09, 0x71, 0x0F, 0x90, 0x91, -+0xAA, 0xE0, 0x12, 0x96, 0x79, 0x12, 0x97, 0x60, 0xF0, 0x80, 0xE1, 0xE4, 0x90, 0x91, 0xAA, 0xF0, -+0x90, 0x91, 0xAA, 0xE0, 0xFF, 0xC3, 0x94, 0x20, 0x50, 0x1B, 0x90, 0x91, 0xAC, 0xE0, 0x24, 0x63, -+0x71, 0x0F, 0x90, 0x91, 0xAA, 0xE0, 0x24, 0xA6, 0xF5, 0x82, 0xE4, 0x34, 0x90, 0xF5, 0x83, 0x12, -+0x97, 0x60, 0xF0, 0x80, 0xDB, 0x90, 0x90, 0x48, 0x12, 0x94, 0x8F, 0x90, 0x91, 0xA8, 0xEE, 0xF0, -+0xA3, 0xEF, 0xF0, 0x30, 0xE3, 0x0D, 0x7F, 0x01, 0x12, 0x74, 0x11, 0x90, 0x01, 0xC7, 0x74, 0x03, -+0xF0, 0x80, 0x3F, 0x90, 0x91, 0xA8, 0xA3, 0xE0, 0xFF, 0x7C, 0x00, 0x54, 0x07, 0xFD, 0x64, 0x01, -+0x60, 0x05, 0xED, 0x64, 0x02, 0x70, 0x2B, 0xED, 0x64, 0x02, 0x4C, 0x70, 0x25, 0xEF, 0x54, 0x30, -+0xFF, 0xE4, 0xC4, 0xF8, 0x54, 0xF0, 0xC8, 0xEF, 0xC4, 0x54, 0x0F, 0x48, 0x90, 0x90, 0xDC, 0xF0, -+0xAE, 0x04, 0xAF, 0x05, 0xE4, 0xFD, 0x12, 0x93, 0x98, 0x90, 0x06, 0x31, 0xE0, 0x54, 0xF7, 0x44, -+0x10, 0xF0, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0xF0, 0x90, 0x91, 0xAC, 0xE0, 0x22, -+0x12, 0x95, 0x30, 0x78, 0xA5, 0x7C, 0x91, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x64, 0xF1, -+0xF0, 0x78, 0xAC, 0x7C, 0x91, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x6A, 0xF1, 0xE2, 0xB1, -+0x8F, 0x12, 0x8A, 0x00, 0xEF, 0x60, 0x7C, 0xB1, 0x98, 0xFE, 0x90, 0x91, 0xB0, 0xF0, 0xA3, 0xEF, -+0xF0, 0x24, 0x06, 0xFF, 0xE4, 0x3E, 0xB1, 0xD4, 0xEF, 0x64, 0x08, 0x70, 0x66, 0x90, 0x91, 0xB1, -+0xE0, 0x24, 0x07, 0xFF, 0x90, 0x91, 0xB0, 0xB1, 0xD1, 0xEF, 0x70, 0x57, 0x90, 0x91, 0xAB, 0xF0, -+0x90, 0x91, 0xAB, 0xE0, 0xFF, 0xC3, 0x94, 0x04, 0x50, 0x23, 0x90, 0x91, 0xB1, 0xE0, 0x24, 0x18, -+0xFD, 0x90, 0x91, 0xB0, 0x71, 0x13, 0x90, 0x91, 0xAB, 0xE0, 0x24, 0xAC, 0xF5, 0x82, 0xE4, 0x34, -+0x91, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x91, 0xAB, 0xE0, 0x04, 0xF0, 0x80, 0xD3, 0x78, 0xAC, 0x7C, -+0x91, 0x12, 0x96, 0xB2, 0x70, 0x1D, 0x90, 0x91, 0xB1, 0xE0, 0x24, 0x08, 0xFF, 0x90, 0x91, 0xB0, -+0xE0, 0x34, 0x00, 0xFE, 0x71, 0x4E, 0xEF, 0x64, 0x01, 0x60, 0x08, 0x90, 0x01, 0xC7, 0x74, 0x22, -+0xF0, 0xF1, 0xA4, 0x22, 0x90, 0x8F, 0x39, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0x91, 0xA2, 0xEE, -+0xF0, 0xA3, 0xEF, 0xF0, 0x24, 0x16, 0xFF, 0xE4, 0x3E, 0xB1, 0xD4, 0x90, 0x91, 0x1F, 0xA3, 0xE0, -+0xB5, 0x07, 0x19, 0x90, 0x91, 0xA3, 0xE0, 0x24, 0x16, 0xB1, 0xA2, 0xFE, 0x7D, 0x01, 0x71, 0x21, -+0xEF, 0xFD, 0x90, 0x91, 0x1F, 0xE0, 0x6D, 0x70, 0x01, 0xE4, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x7F, -+0x01, 0x22, 0x7E, 0x00, 0x7F, 0x04, 0x02, 0x46, 0xB0, 0x24, 0x06, 0xFD, 0x71, 0x21, 0xEF, 0x22, -+0x7E, 0x00, 0x7F, 0x06, 0x02, 0x46, 0xB0, 0x90, 0x8F, 0x30, 0xE0, 0xC4, 0x13, 0x13, 0x54, 0x03, -+0x22, 0xF0, 0xE4, 0x90, 0x92, 0xFF, 0xF0, 0x90, 0x8F, 0x26, 0xE0, 0x90, 0x93, 0x00, 0xF0, 0xE4, -+0xFB, 0xFD, 0x7F, 0x54, 0x7E, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x92, 0xFB, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x92, 0xFF, 0xE0, 0xF5, 0x3B, 0xA3, 0xE0, 0xF5, 0x3C, 0x12, -+0x34, 0x8C, 0x90, 0x92, 0xFB, 0x12, 0x8A, 0x63, 0xA3, 0xA3, 0xA3, 0x74, 0x05, 0xF0, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xE4, 0xF5, 0x13, 0x90, 0x8E, 0xC8, 0xE0, 0x70, 0x02, 0x01, 0xF6, 0x31, 0x09, -+0x60, 0x02, 0x01, 0xF6, 0x12, 0x70, 0x7B, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, -+0x77, 0xEC, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x14, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x77, 0xC6, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, -+0x12, 0x96, 0x8E, 0x44, 0x80, 0xF0, 0x12, 0x97, 0x97, 0x60, 0x22, 0x24, 0xFE, 0x60, 0x03, 0x04, -+0x70, 0x1E, 0x90, 0x8E, 0xCF, 0xE0, 0x14, 0xF0, 0xE0, 0xFF, 0x60, 0x06, 0x90, 0x8E, 0xD1, 0xE0, -+0x60, 0x0E, 0xEF, 0x70, 0x08, 0x90, 0x8E, 0xCE, 0xE0, 0xA3, 0xF0, 0x80, 0x00, 0x75, 0x13, 0x01, -+0xE5, 0x13, 0x60, 0x42, 0x12, 0x97, 0xA7, 0x90, 0x8E, 0xD1, 0xE0, 0x60, 0x04, 0x64, 0x01, 0x70, -+0x13, 0xE4, 0x90, 0x92, 0xFF, 0xF0, 0x90, 0x8E, 0xD1, 0xE0, 0x31, 0x02, 0x11, 0x0B, 0x90, 0x8E, -+0xD1, 0xE0, 0x80, 0x12, 0xE4, 0x90, 0x92, 0xFF, 0x11, 0xF7, 0x11, 0x0B, 0x90, 0x8E, 0xD1, 0xE0, -+0x75, 0xF0, 0x03, 0xA4, 0x24, 0xFE, 0x31, 0x02, 0x90, 0x8E, 0xE1, 0xF0, 0x90, 0x8E, 0xCB, 0xE0, -+0x20, 0xE2, 0x03, 0x12, 0x51, 0xAF, 0x22, 0xF0, 0x90, 0x8E, 0xD1, 0xE0, 0x75, 0xF0, 0x03, 0xA4, -+0x24, 0xFE, 0xFF, 0x90, 0x8E, 0xD0, 0xE0, 0x2F, 0x22, 0xE4, 0xFF, 0x31, 0x20, 0xEF, 0x64, 0x01, -+0x22, 0x31, 0x09, 0x70, 0x0A, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x04, 0xB1, 0x7A, 0x11, 0x01, 0x22, -+0x12, 0x96, 0xE5, 0x12, 0x7D, 0xEA, 0xE0, 0xFD, 0x7C, 0x00, 0x12, 0x7D, 0x5A, 0x80, 0x05, 0xC3, -+0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, 0x5D, 0x4E, 0x7F, 0x00, 0x60, -+0x02, 0x7F, 0x01, 0x22, 0xE4, 0x90, 0x92, 0xB6, 0xF0, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x5E, 0x31, -+0x09, 0x70, 0x5A, 0x12, 0x97, 0x9F, 0x12, 0x70, 0x7A, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x12, 0x77, 0xEC, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x14, 0xC0, -+0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x77, 0xC6, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0x12, 0x96, 0x8E, 0x44, 0x80, 0xF0, 0x90, 0x92, 0xB6, 0x74, 0x01, 0xF0, 0xE4, 0x90, -+0x8E, 0xCF, 0xF0, 0x04, 0x60, 0x17, 0x12, 0x97, 0xA7, 0xE4, 0x90, 0x92, 0xFF, 0xF0, 0x90, 0x8E, -+0xD0, 0x11, 0x0A, 0x90, 0x8E, 0xCB, 0xE0, 0x20, 0xE2, 0x03, 0x12, 0x51, 0xAF, 0x22, 0x31, 0x09, -+0x70, 0x16, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x10, 0xB1, 0x7A, 0xF0, 0x90, 0x8E, 0xC3, 0xE0, 0xF1, -+0xBB, 0x54, 0x07, 0x70, 0x03, 0x12, 0x7B, 0xC8, 0x22, 0x90, 0x91, 0x78, 0xE0, 0x30, 0xE0, 0x34, -+0x31, 0x09, 0x70, 0x30, 0x90, 0x93, 0x52, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x0B, 0x90, 0x91, -+0x7A, 0xE0, 0x04, 0xF0, 0xE4, 0x90, 0x93, 0x52, 0xF0, 0x90, 0x91, 0x7A, 0xE0, 0xFF, 0x90, 0x91, -+0x79, 0xE0, 0xD3, 0x9F, 0x50, 0x0E, 0x90, 0x91, 0x7B, 0xE0, 0x70, 0x08, 0xE4, 0x90, 0x91, 0x7A, -+0xF0, 0x12, 0x8E, 0x94, 0x22, 0x8B, 0x0D, 0x8A, 0x0E, 0x89, 0x0F, 0x12, 0x4E, 0xCE, 0xFF, 0xF5, -+0x11, 0x12, 0x26, 0x1E, 0xFE, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0x12, 0x4F, 0xED, 0xF5, 0x12, 0x80, -+0x02, 0x8F, 0x12, 0x85, 0x11, 0x10, 0xE5, 0x10, 0xD3, 0x95, 0x12, 0x50, 0x26, 0xAB, 0x0D, 0xAA, -+0x0E, 0xA9, 0x0F, 0x12, 0x26, 0x1E, 0x54, 0x01, 0xFD, 0xAF, 0x10, 0x12, 0x7D, 0xAE, 0xAF, 0x10, -+0x31, 0x20, 0xEF, 0xAF, 0x10, 0x70, 0x05, 0x12, 0x7D, 0x69, 0x80, 0x03, 0x12, 0x7E, 0x4A, 0x05, -+0x10, 0x80, 0xD3, 0xE5, 0x11, 0x70, 0x0E, 0xFF, 0x31, 0x20, 0xEF, 0x70, 0x08, 0x91, 0xFF, 0x54, -+0xBF, 0xF0, 0x54, 0x7F, 0xF0, 0x22, 0x90, 0x91, 0x8F, 0x12, 0x47, 0x5F, 0x90, 0x91, 0x8E, 0xEF, -+0xF0, 0x12, 0x47, 0x68, 0x6A, 0xAB, 0x00, 0x6A, 0xB0, 0x01, 0x6A, 0xB4, 0x03, 0x6A, 0xB9, 0x04, -+0x6A, 0xBE, 0x12, 0x6A, 0xC3, 0x14, 0x6A, 0xC8, 0x20, 0x6A, 0xCD, 0x21, 0x6A, 0xD2, 0x23, 0x6A, -+0xD7, 0x25, 0x6A, 0xDC, 0x27, 0x6A, 0xE6, 0x80, 0x6A, 0xE1, 0x81, 0x6A, 0xEB, 0x82, 0x6A, 0xF0, -+0x83, 0x6A, 0xF5, 0x84, 0x6A, 0xFA, 0x88, 0x00, 0x00, 0x6A, 0xFF, 0x71, 0x0F, 0x02, 0x80, 0x0D, -+0x71, 0x0F, 0x41, 0x05, 0x71, 0x0F, 0x02, 0x87, 0x7C, 0x71, 0x0F, 0x02, 0x82, 0x7F, 0x71, 0x0F, -+0x02, 0x80, 0x4D, 0x71, 0x0F, 0x02, 0x80, 0x61, 0x71, 0x0F, 0x02, 0x80, 0x70, 0x71, 0x0F, 0x02, -+0x81, 0x25, 0x71, 0x0F, 0x02, 0x81, 0x53, 0x71, 0x0F, 0x02, 0x81, 0x5B, 0x71, 0x0F, 0x02, 0x81, -+0x63, 0x71, 0x0F, 0x02, 0x81, 0xA4, 0x71, 0x0F, 0x02, 0x76, 0x2B, 0x71, 0x0F, 0x02, 0x90, 0x15, -+0x71, 0x0F, 0x02, 0x90, 0x2B, 0x71, 0x0F, 0x02, 0x90, 0x8A, 0x71, 0x0F, 0x02, 0x90, 0x78, 0x90, -+0x01, 0xC0, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x91, 0x8E, 0xE0, 0x90, 0x01, 0xC2, 0xF0, 0x22, 0x90, -+0x91, 0x8F, 0x02, 0x47, 0x56, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x8E, 0xD6, 0x71, -+0xB7, 0x12, 0x97, 0xBF, 0x90, 0x8E, 0xD6, 0x71, 0xB7, 0x7F, 0xB0, 0x7E, 0x0E, 0x12, 0x37, 0x5D, -+0x90, 0x00, 0x10, 0xE0, 0x44, 0x0C, 0xFD, 0x7F, 0x10, 0x12, 0x3A, 0x96, 0x90, 0x00, 0x72, 0xE0, -+0x54, 0xF3, 0xFD, 0x7F, 0x72, 0x12, 0x3A, 0x96, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x02, 0xF0, 0x90, -+0x01, 0x00, 0x74, 0xFF, 0xF0, 0x90, 0x06, 0xB7, 0x74, 0x09, 0xF0, 0x90, 0x06, 0xB4, 0x74, 0x86, -+0xF0, 0x12, 0x97, 0x46, 0x54, 0xBF, 0x71, 0xC6, 0x71, 0xB7, 0x12, 0x97, 0x68, 0x90, 0x00, 0x02, -+0xE0, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x12, 0x3A, 0x96, 0x7F, 0x00, 0x7E, 0x0C, 0x71, 0xC0, 0x71, -+0xB7, 0x12, 0x96, 0xCD, 0x71, 0xC0, 0x71, 0xB7, 0x7F, 0x00, 0x12, 0x97, 0x0E, 0x70, 0x12, 0x91, -+0xEE, 0x54, 0xE7, 0x91, 0xA5, 0x91, 0xEE, 0x54, 0x18, 0x70, 0x06, 0x90, 0x01, 0xBF, 0xE0, 0x04, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x36, 0xCE, 0xEF, 0x54, 0xFC, 0xFF, 0xEC, 0x90, 0x93, -+0x13, 0x12, 0x27, 0x48, 0x90, 0x93, 0x13, 0x12, 0x47, 0x32, 0x90, 0xAC, 0xB9, 0x02, 0x27, 0x48, -+0x12, 0x36, 0xCE, 0xEF, 0x44, 0x03, 0xFF, 0xEC, 0x90, 0x93, 0x0D, 0x12, 0x27, 0x48, 0x90, 0x93, -+0x0D, 0x22, 0x90, 0x93, 0x31, 0x12, 0x47, 0x5F, 0xEF, 0x70, 0x07, 0x90, 0x93, 0x34, 0x04, 0xF0, -+0x80, 0x0B, 0xEF, 0x64, 0x01, 0x70, 0x25, 0x90, 0x93, 0x34, 0x74, 0x40, 0xF0, 0x7F, 0xE2, 0x12, -+0x3A, 0x96, 0x90, 0x93, 0x34, 0xE0, 0x91, 0xE8, 0x90, 0x00, 0xE1, 0xE0, 0xFF, 0x90, 0x93, 0x31, -+0x12, 0x47, 0x56, 0xEF, 0x12, 0x26, 0x64, 0x91, 0xE7, 0x7F, 0x01, 0x22, 0x90, 0x01, 0xC2, 0xE0, -+0x44, 0x01, 0xF0, 0x7F, 0x00, 0x22, 0x7F, 0xFF, 0x12, 0x53, 0x91, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x12, 0x53, 0xA0, 0x7F, 0x00, 0x7E, 0x0C, 0x71, 0xA6, 0x12, 0x96, 0xCD, 0x71, 0xA6, -+0x7F, 0x00, 0x7E, 0x0E, 0x12, 0x37, 0x5D, 0x90, 0x00, 0x02, 0xE0, 0x12, 0x96, 0x3B, 0x12, 0x96, -+0x3B, 0x54, 0xFE, 0xFD, 0x7F, 0x02, 0x12, 0x3A, 0x96, 0x12, 0x97, 0x46, 0x44, 0x40, 0x71, 0xAC, -+0x12, 0x97, 0x68, 0x90, 0x01, 0x00, 0x74, 0x3F, 0xF0, 0xA3, 0xE0, 0x54, 0xFD, 0xF0, 0x90, 0x05, -+0x53, 0xE0, 0x44, 0x20, 0xF0, 0x12, 0x7F, 0xD5, 0x90, 0x8E, 0xD6, 0x12, 0x27, 0x48, 0x90, 0xAC, -+0xB9, 0x12, 0x27, 0x54, 0x77, 0x77, 0x77, 0x77, 0x12, 0x97, 0xBF, 0x90, 0xAC, 0xB9, 0x12, 0x27, -+0x54, 0x77, 0x77, 0x77, 0x77, 0x7F, 0xB0, 0x12, 0x97, 0x0E, 0x70, 0x14, 0x7B, 0x01, 0x7A, 0x93, -+0x79, 0x12, 0x7D, 0x08, 0x7F, 0x01, 0x71, 0xD2, 0x90, 0x93, 0x12, 0xE0, 0x44, 0x18, 0x91, 0xA5, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xFB, 0x7D, 0x08, 0x7F, 0x01, 0x90, 0x93, 0x48, 0xEB, 0xF0, 0xEF, -+0x70, 0x06, 0xA3, 0x74, 0x03, 0xF0, 0x80, 0x0B, 0xEF, 0x64, 0x01, 0x70, 0x28, 0x90, 0x93, 0x49, -+0x74, 0x42, 0xF0, 0x7F, 0xE2, 0x12, 0x3A, 0x96, 0x90, 0x93, 0x48, 0xE0, 0xFD, 0x7F, 0xE0, 0x12, -+0x3A, 0x96, 0x90, 0x93, 0x49, 0xE0, 0x91, 0xE8, 0x90, 0x93, 0x49, 0xE0, 0x54, 0xFD, 0x91, 0xE8, -+0x91, 0xE7, 0x7F, 0x01, 0x22, 0x81, 0x0C, 0xE4, 0xFD, 0x7F, 0xE3, 0x02, 0x3A, 0x96, 0x7B, 0x01, -+0x7A, 0x93, 0x79, 0x11, 0x7D, 0x08, 0x7F, 0x01, 0x71, 0xD2, 0x90, 0x93, 0x11, 0xE0, 0x22, 0x71, -+0x15, 0x12, 0x57, 0x8E, 0x90, 0x8E, 0xC3, 0xE0, 0x54, 0xF7, 0xF0, 0x22, 0xEF, 0x70, 0x32, 0x7D, -+0x78, 0x7F, 0x02, 0xD1, 0x5A, 0x7D, 0x02, 0x7F, 0x03, 0xD1, 0x5A, 0x7D, 0xC8, 0x7F, 0x02, 0xD1, -+0xC8, 0xB1, 0x7A, 0xF0, 0xE4, 0xFF, 0x31, 0x20, 0xEF, 0x70, 0x0A, 0x91, 0xFF, 0x54, 0xBF, 0xF0, -+0x54, 0x7F, 0xF0, 0x80, 0x07, 0x7D, 0x01, 0x7F, 0x0C, 0x12, 0x51, 0xB3, 0xB1, 0x04, 0x02, 0x97, -+0x58, 0x90, 0x01, 0x36, 0x74, 0x78, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x7D, 0x78, 0xFF, 0xD1, 0x6F, -+0x7D, 0x02, 0x7F, 0x03, 0xD1, 0x6F, 0x90, 0x06, 0x0A, 0xE0, 0x44, 0x07, 0x12, 0x96, 0xA7, 0xE4, -+0xFF, 0x31, 0x20, 0xBF, 0x01, 0x10, 0xF1, 0xAB, 0x90, 0x8E, 0xCB, 0xE0, 0x20, 0xE2, 0x0A, 0x7D, -+0x01, 0x7F, 0x04, 0x02, 0x51, 0xB3, 0x12, 0x97, 0x87, 0x22, 0x90, 0x01, 0x57, 0xE4, 0xF0, 0x90, -+0x01, 0x3C, 0x74, 0x02, 0x22, 0x90, 0x05, 0x62, 0xE0, 0xFE, 0x90, 0x05, 0x61, 0xE0, 0xFD, 0xED, -+0x78, 0x02, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x12, 0x85, 0xF4, 0x31, 0x09, 0x60, -+0x02, 0xC1, 0x4F, 0x90, 0x8E, 0xC8, 0xE0, 0x70, 0x02, 0xC1, 0x4F, 0x12, 0x97, 0x2B, 0x64, 0x01, -+0x70, 0x22, 0x90, 0x06, 0xAB, 0xE0, 0x90, 0x8E, 0xCF, 0xF0, 0x90, 0x06, 0xAA, 0xE0, 0x90, 0x8E, -+0xCE, 0xF0, 0xA3, 0xE0, 0xFF, 0x70, 0x08, 0x90, 0x8E, 0xCE, 0xE0, 0xFE, 0xFF, 0x80, 0x00, 0x90, -+0x8E, 0xCF, 0xEF, 0xF0, 0x12, 0x70, 0x9D, 0xE4, 0x90, 0x8E, 0xD1, 0x12, 0x96, 0xA7, 0xB1, 0x7A, -+0xF1, 0xBD, 0x54, 0xEF, 0xF0, 0x12, 0x97, 0x2B, 0x24, 0xFD, 0x50, 0x02, 0x80, 0x03, 0x12, 0x7B, -+0x77, 0x12, 0x96, 0x83, 0x30, 0xE0, 0x55, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x20, 0xE0, 0x24, -+0x12, 0x97, 0x8F, 0x6F, 0x70, 0x46, 0x90, 0x8E, 0xC4, 0xE0, 0x44, 0x40, 0xF0, 0x12, 0x97, 0x9F, -+0xD1, 0xBD, 0xD1, 0xDC, 0xD1, 0x56, 0x7D, 0x02, 0x7F, 0x02, 0xD1, 0x5A, 0x90, 0x8E, 0xCF, 0xE0, -+0x14, 0xF0, 0x80, 0x28, 0x12, 0x97, 0x97, 0x64, 0x01, 0x70, 0x21, 0x12, 0x97, 0x8F, 0xFE, 0x6F, -+0x60, 0x1A, 0x90, 0x05, 0x73, 0xE0, 0xFF, 0xEE, 0x6F, 0x60, 0x11, 0x90, 0x8E, 0xC4, 0xF1, 0xED, -+0x30, 0xE0, 0x09, 0xEF, 0x54, 0xBF, 0xD1, 0xBD, 0xD1, 0xC8, 0xD1, 0x65, 0x12, 0x97, 0x87, 0x22, -+0x7D, 0x02, 0x7F, 0x02, 0xD1, 0x5A, 0x7D, 0x01, 0x7F, 0x02, 0x74, 0x5D, 0x12, 0x97, 0xAF, 0xFE, -+0xF6, 0x74, 0x30, 0x80, 0x6C, 0x7D, 0x01, 0x7F, 0x02, 0xD1, 0x6F, 0x7D, 0x02, 0x7F, 0x02, 0x74, -+0x5D, 0x2F, 0xF8, 0xE6, 0x4D, 0xFE, 0xF6, 0x74, 0x30, 0x80, 0x56, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0xEF, 0x64, 0x01, 0x70, 0x18, 0xF1, 0xB3, 0x60, 0x09, 0xD1, 0xC1, 0xD1, 0xDC, 0x12, -+0x97, 0x22, 0x80, 0x06, 0xD1, 0xC1, 0xD1, 0xC8, 0xD1, 0x50, 0x12, 0x92, 0x0A, 0x80, 0x19, 0xF1, -+0xB3, 0x60, 0x06, 0xD1, 0xC1, 0xD1, 0xDC, 0x80, 0x04, 0xD1, 0xC1, 0xD1, 0xC8, 0xD1, 0x6B, 0x7D, -+0x01, 0x7F, 0x02, 0xD1, 0x6F, 0x12, 0x92, 0x16, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x90, 0x01, -+0x3F, 0x74, 0x10, 0xF0, 0xFD, 0x7F, 0x03, 0x22, 0x74, 0x65, 0x12, 0x97, 0xAF, 0xFE, 0xF6, 0x74, -+0x38, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x01, 0xF5, 0x83, 0xEE, 0xF0, 0x22, 0x74, 0x65, 0x2F, 0xF8, -+0xE6, 0x4D, 0x80, 0xE9, 0xEF, 0x60, 0x3C, 0x90, 0x91, 0x67, 0xE0, 0xFF, 0x60, 0x03, 0x12, 0x5F, -+0xE2, 0x90, 0x01, 0xC7, 0xE4, 0x12, 0x5E, 0xDD, 0x12, 0x82, 0xDB, 0x90, 0x06, 0x09, 0xE0, 0x54, -+0xFE, 0xF0, 0x7D, 0x35, 0x91, 0x16, 0x90, 0x02, 0x86, 0xE0, 0x44, 0x04, 0xF0, 0x12, 0x86, 0xDE, -+0xF1, 0xEC, 0x12, 0x57, 0x86, 0x12, 0x90, 0xC9, 0x90, 0x01, 0x34, 0x74, 0x08, 0xF0, 0xFD, 0xE4, -+0xFF, 0xC1, 0x6F, 0x7D, 0x08, 0xE4, 0xFF, 0xD1, 0x5A, 0x90, 0x06, 0x90, 0xE0, 0x54, 0xF0, 0xF0, -+0x90, 0x02, 0x86, 0xE0, 0x54, 0xFB, 0xF0, 0x12, 0x8E, 0xE4, 0x12, 0x4F, 0xC7, 0x02, 0x4E, 0x1A, -+0x12, 0x96, 0x83, 0x30, 0xE0, 0x0F, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x06, 0x7D, -+0x02, 0x7F, 0x02, 0xD1, 0x5A, 0x90, 0x8E, 0xC3, 0xF1, 0xED, 0x30, 0xE0, 0x09, 0xEF, 0xF1, 0xBB, -+0x54, 0x07, 0x70, 0x46, 0x80, 0x41, 0x90, 0x8E, 0xD1, 0xE0, 0x04, 0xF0, 0x90, 0x8E, 0xCC, 0xE0, -+0x54, 0xEF, 0xF0, 0x12, 0x91, 0xFE, 0x40, 0x2F, 0x31, 0x09, 0x70, 0x2E, 0x12, 0x7C, 0x01, 0x70, -+0x05, 0x12, 0x91, 0xC8, 0x80, 0x25, 0x12, 0x91, 0xC8, 0x90, 0x8E, 0xD2, 0xE0, 0x04, 0xF0, 0xE0, -+0xD3, 0x94, 0x02, 0x40, 0x09, 0xF1, 0xAB, 0xE4, 0x90, 0x8E, 0xD2, 0xF0, 0x80, 0x03, 0x12, 0x57, -+0x98, 0xE4, 0x90, 0x8E, 0xD1, 0xF0, 0x22, 0x12, 0x7B, 0xC8, 0x22, 0x90, 0x8E, 0xC4, 0xE0, 0x54, -+0xFB, 0xF0, 0x22, 0x90, 0x8F, 0x2E, 0xE0, 0x90, 0x01, 0x3F, 0x22, 0x54, 0xFB, 0xF0, 0x90, 0x8E, -+0xCC, 0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0x8E, 0xC3, 0xE0, 0x54, 0xFB, 0xF0, 0xE4, 0x90, 0x8E, -+0xD1, 0xF0, 0xA3, 0xF0, 0x90, 0x8E, 0xCC, 0xF0, 0x90, 0x8E, 0xC4, 0xE0, 0x54, 0xF7, 0xF0, 0x54, -+0xBF, 0xF0, 0xD1, 0x65, 0x7D, 0x10, 0x7F, 0x03, 0xC1, 0xC8, 0x01, 0x43, 0x22, 0xE0, 0xFF, 0x13, -+0x13, 0x54, 0x3F, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x92, 0xF4, 0xEF, 0xF0, -+0xA3, 0xED, 0xF0, 0xFB, 0x7D, 0x00, 0x7C, 0x00, 0xE4, 0x90, 0x92, 0xFA, 0xF0, 0xEB, 0x90, 0x92, -+0xF5, 0xF0, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x36, 0xCE, 0xE4, 0xFF, 0xEC, 0x90, 0x92, 0xF6, 0x12, -+0x27, 0x48, 0x90, 0x92, 0xF6, 0x12, 0x47, 0x3E, 0x90, 0x92, 0xF5, 0x11, 0x94, 0xA3, 0x12, 0x27, -+0x48, 0x90, 0x92, 0xF6, 0x12, 0x6B, 0xB7, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x37, 0x5D, 0x11, 0x64, -+0x90, 0x92, 0xF4, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0x73, 0xF5, 0x82, 0xE4, 0x34, 0xAF, 0xF5, -+0x83, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x36, 0xCE, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x14, 0x7E, 0x00, 0x02, 0x3A, 0xF7, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x12, 0x6F, 0xF4, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x90, 0x05, 0x61, 0xE0, 0xFF, -+0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x08, 0x12, 0x27, 0x35, 0xA8, 0x04, 0xA9, 0x05, 0xAA, 0x06, 0xAB, -+0x07, 0x90, 0x05, 0x60, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x02, 0x47, 0x14, 0x11, 0x7B, 0xC0, -+0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xF1, 0xEC, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, -+0x00, 0x12, 0x47, 0x14, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xF1, 0xC6, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x14, 0x90, 0x8F, 0x17, 0x12, 0x27, 0x48, 0x90, -+0x8F, 0x1B, 0x12, 0x47, 0x32, 0x90, 0x8F, 0x17, 0x12, 0x47, 0x3E, 0xC3, 0x12, 0x47, 0x21, 0x40, -+0x3F, 0x90, 0x8E, 0xC3, 0xE0, 0x90, 0x8F, 0x1B, 0x30, 0xE0, 0x0F, 0x51, 0x06, 0x90, 0x8E, 0xE5, -+0xE0, 0x24, 0x04, 0x2F, 0xFF, 0x90, 0x8F, 0x1F, 0x80, 0x05, 0x51, 0x06, 0x90, 0x8F, 0x20, 0xE0, -+0xFE, 0xC3, 0xEF, 0x9E, 0x90, 0x92, 0xA7, 0xF0, 0x90, 0x92, 0xA7, 0xE0, 0xFF, 0xC3, 0x94, 0x2D, -+0x50, 0x0E, 0x74, 0xE6, 0x2F, 0x31, 0xEE, 0xE0, 0x04, 0xF0, 0x90, 0x8E, 0xDE, 0xE0, 0x04, 0xF0, -+0x90, 0x8E, 0xDE, 0xE0, 0xFF, 0xD3, 0x90, 0x8F, 0x22, 0xE0, 0x9F, 0x90, 0x8F, 0x21, 0xE0, 0x94, -+0x00, 0x40, 0x02, 0x21, 0xEA, 0xE4, 0xFF, 0xFE, 0x31, 0xEB, 0x31, 0xF6, 0xFD, 0xEF, 0xD3, 0x9D, -+0x40, 0x07, 0x90, 0x92, 0xA8, 0xEE, 0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xEA, 0xE4, 0xFF, -+0xFE, 0x31, 0xEB, 0x31, 0xF6, 0xFD, 0xC3, 0x90, 0x8F, 0x22, 0xE0, 0x9D, 0xFD, 0x90, 0x8F, 0x21, -+0xE0, 0x94, 0x00, 0xFC, 0xEF, 0xD3, 0x9D, 0xE4, 0x9C, 0x40, 0x07, 0x90, 0x92, 0xA9, 0xEE, 0xF0, -+0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xDA, 0x90, 0x92, 0xA8, 0xE0, 0x90, 0x8E, 0xE3, 0xF0, 0x90, -+0x92, 0xA9, 0xE0, 0x90, 0x8E, 0xE4, 0x31, 0xFE, 0x94, 0x0A, 0x40, 0x0A, 0xEF, 0x24, 0xF6, 0x90, -+0x8E, 0xDB, 0xF0, 0xE4, 0x80, 0x09, 0xE4, 0x90, 0x8E, 0xDB, 0x31, 0xFE, 0x74, 0x0A, 0x9F, 0x90, -+0x8E, 0xDA, 0xF0, 0x90, 0x8E, 0xE3, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0x8E, 0xE1, 0xF0, -+0x90, 0x8E, 0xC3, 0xE0, 0x30, 0xE0, 0x05, 0x90, 0x8F, 0x1F, 0x80, 0x03, 0x90, 0x8F, 0x20, 0xE0, -+0x04, 0xFF, 0x90, 0x8E, 0xE1, 0xE0, 0x2F, 0xF0, 0x90, 0x8E, 0xE1, 0xE0, 0xC3, 0x94, 0x0A, 0x50, -+0x03, 0x74, 0x0A, 0xF0, 0x90, 0x8E, 0xE1, 0xE0, 0x24, 0x02, 0xF0, 0xF1, 0xD2, 0xFB, 0x90, 0x93, -+0x38, 0x74, 0x03, 0xF0, 0x51, 0x47, 0xE4, 0xFF, 0x51, 0x23, 0x22, 0x74, 0xE6, 0x2E, 0xF5, 0x82, -+0xE4, 0x34, 0x8E, 0xF5, 0x83, 0x22, 0xE0, 0x2F, 0xFF, 0x90, 0x8F, 0x23, 0xE0, 0x22, 0xF0, 0x90, -+0x8E, 0xE3, 0xE0, 0xFF, 0xC3, 0x22, 0x12, 0x47, 0x3E, 0x90, 0x8F, 0x17, 0x12, 0x47, 0x32, 0x12, -+0x46, 0xF9, 0x78, 0x0A, 0x12, 0x27, 0x22, 0x90, 0x8E, 0xE0, 0xE0, 0xFE, 0xC3, 0x74, 0x0A, 0x9E, -+0x2F, 0xFF, 0x22, 0xE4, 0xFE, 0x31, 0xEB, 0xE4, 0xF0, 0x0E, 0xEE, 0xB4, 0x2D, 0xF7, 0xE4, 0x90, -+0x8E, 0xDF, 0xF0, 0x90, 0x8E, 0xDE, 0xF0, 0x90, 0x8E, 0xE2, 0xF0, 0xEF, 0xB4, 0x01, 0x07, 0xA3, -+0x74, 0x2D, 0xF0, 0xE4, 0xA3, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, -+0x90, 0x8E, 0xC4, 0x91, 0x01, 0x30, 0xE0, 0x02, 0x61, 0x02, 0x90, 0x8E, 0xC3, 0xE0, 0x30, 0xE0, -+0x16, 0x90, 0x8E, 0xE5, 0xE0, 0x24, 0x04, 0x90, 0x8E, 0xDD, 0xF0, 0x90, 0x8E, 0xE5, 0xE0, 0x24, -+0x03, 0x90, 0x8E, 0xDC, 0xF0, 0x80, 0x0D, 0x90, 0x8E, 0xDD, 0x74, 0x02, 0xF0, 0x90, 0x8E, 0xDC, -+0x14, 0xF0, 0x0B, 0x0B, 0x90, 0x8E, 0xDC, 0xE0, 0xFA, 0x90, 0x8E, 0xDB, 0xE0, 0xD3, 0x9A, 0x50, -+0x0E, 0x90, 0x8E, 0xD0, 0xEB, 0xF0, 0x90, 0x8E, 0xDD, 0xE0, 0xC3, 0x9D, 0x2C, 0x80, 0x11, 0xC3, -+0xED, 0x9A, 0x2B, 0x90, 0x8E, 0xD0, 0xF0, 0x90, 0x8E, 0xDC, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, -+0x90, 0x8E, 0xE0, 0xF0, 0x90, 0x8E, 0xDD, 0xE0, 0xFF, 0x24, 0x0A, 0xFD, 0xE4, 0x33, 0xFC, 0x90, -+0x8E, 0xE0, 0x71, 0x0E, 0x98, 0x40, 0x04, 0xEF, 0x24, 0x0A, 0xF0, 0x90, 0x8E, 0xE0, 0xE0, 0xFF, -+0x24, 0x23, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0x8E, 0xD0, 0x71, 0x0E, 0x98, 0x40, 0x04, 0xEF, 0x24, -+0x23, 0xF0, 0x90, 0x8E, 0xE0, 0xE0, 0xFF, 0x7E, 0x00, 0x90, 0x8E, 0xD4, 0xEE, 0xF0, 0xA3, 0xEF, -+0xF0, 0x90, 0x05, 0x58, 0xE0, 0x6F, 0x70, 0x01, 0xE4, 0x60, 0x03, 0x12, 0x96, 0xA8, 0x71, 0xF6, -+0x80, 0x07, 0x90, 0x8E, 0xC5, 0xE0, 0x44, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xD3, -+0x9D, 0xEC, 0x64, 0x80, 0xF8, 0x74, 0x80, 0x22, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x73, 0x90, 0x8E, -+0xDF, 0xE0, 0x04, 0x11, 0x7A, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xF1, 0xEC, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x14, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, -+0xC0, 0x07, 0xF1, 0xC6, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x14, 0x90, -+0x8F, 0x13, 0x12, 0x96, 0x94, 0x54, 0x7F, 0xF0, 0xA3, 0xE0, 0x30, 0xE0, 0x0D, 0xF1, 0xD2, 0xFB, -+0x90, 0x93, 0x38, 0x74, 0x05, 0xF0, 0x51, 0x47, 0x71, 0xF6, 0x12, 0x96, 0x83, 0x30, 0xE0, 0x0A, -+0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, 0x03, 0x12, 0x6E, 0x50, 0x90, 0x93, 0x50, 0xE0, 0x04, 0xF0, -+0xE0, 0xC3, 0x94, 0x80, 0x40, 0x0B, 0x90, 0x01, 0x98, 0xE0, 0x54, 0xFE, 0xF0, 0xE0, 0x44, 0x01, -+0xF0, 0xF1, 0x42, 0x12, 0x69, 0xC9, 0xE4, 0x90, 0x91, 0x7B, 0xF0, 0x12, 0x92, 0x32, 0x12, 0x67, -+0xF7, 0x30, 0xE0, 0x51, 0x90, 0x91, 0x0F, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x7C, 0x00, 0x7D, 0x64, -+0x12, 0x26, 0xAA, 0x90, 0x91, 0x63, 0xE0, 0x6E, 0x70, 0x03, 0xA3, 0xE0, 0x6F, 0x60, 0x0A, 0x90, -+0x91, 0x63, 0xE4, 0x75, 0xF0, 0x01, 0x02, 0x46, 0xD6, 0x90, 0x91, 0x13, 0xE0, 0xFE, 0xA3, 0xE0, -+0xFF, 0x90, 0x91, 0x21, 0xE0, 0xB5, 0x06, 0x13, 0xA3, 0xE0, 0xB5, 0x07, 0x0E, 0xEF, 0x4E, 0x60, -+0x0A, 0x90, 0x01, 0xC7, 0x74, 0x31, 0xF0, 0x7F, 0x01, 0x80, 0x26, 0x12, 0x84, 0x63, 0xE4, 0x90, -+0x91, 0x63, 0xF0, 0xA3, 0xF0, 0x22, 0x90, 0x8E, 0xC5, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x90, 0x8F, -+0x34, 0xE0, 0xC4, 0x13, 0x13, 0x13, 0x54, 0x01, 0x22, 0x90, 0x01, 0xC7, 0x74, 0x10, 0xF0, 0x7F, -+0x01, 0x90, 0x93, 0x51, 0xEF, 0xF0, 0x90, 0x8D, 0x07, 0xE0, 0x64, 0x02, 0x70, 0x1E, 0x90, 0x93, -+0x51, 0xE0, 0xFD, 0x64, 0x01, 0x70, 0x30, 0x12, 0x67, 0xA4, 0x71, 0xFE, 0x30, 0xE0, 0x09, 0x90, -+0x01, 0x4D, 0xE0, 0x64, 0x80, 0xF0, 0x80, 0x1F, 0xAF, 0x05, 0x80, 0x19, 0x90, 0x01, 0x00, 0x74, -+0xFF, 0xF0, 0x7F, 0x64, 0x7E, 0x00, 0x12, 0x3A, 0xF7, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x01, 0xF0, -+0x90, 0x93, 0x51, 0xE0, 0xFF, 0x91, 0x62, 0xF1, 0x3B, 0xF0, 0x90, 0x8F, 0x30, 0xE0, 0x54, 0xBF, -+0xF0, 0x22, 0xAD, 0x07, 0x90, 0x8F, 0x35, 0xE0, 0x75, 0xF0, 0x40, 0xA4, 0xFF, 0x90, 0x93, 0x17, -+0xE5, 0xF0, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0x90, 0x8F, 0x36, 0xE0, 0xC3, 0x13, 0x54, -+0x7F, 0x90, 0x93, 0x1A, 0xF0, 0x90, 0x8F, 0x37, 0xE0, 0x13, 0x13, 0x54, 0x01, 0x90, 0x93, 0x1B, -+0xF0, 0xED, 0x64, 0x01, 0x70, 0x6E, 0xE0, 0x70, 0x15, 0x90, 0x93, 0x17, 0xE0, 0x70, 0x02, 0xA3, -+0xE0, 0x60, 0x0B, 0x90, 0x93, 0x17, 0x74, 0xFF, 0x75, 0xF0, 0xD0, 0x12, 0x46, 0xD6, 0xB1, 0xED, -+0x54, 0x07, 0x7D, 0x00, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0xB1, 0x05, 0xB1, 0xED, 0x54, 0x01, 0xFD, -+0xB1, 0x05, 0x90, 0x8F, 0x36, 0xE0, 0x30, 0xE0, 0x3B, 0xB1, 0xDE, 0x54, 0x07, 0x7D, 0x00, 0x20, -+0xE0, 0x02, 0x7D, 0x01, 0xB1, 0x05, 0xE4, 0x90, 0x93, 0x19, 0xF0, 0x90, 0x93, 0x1A, 0xE0, 0xFF, -+0x90, 0x93, 0x19, 0xE0, 0xC3, 0x9F, 0x50, 0x1C, 0xB1, 0xDE, 0x54, 0x01, 0xFD, 0xB1, 0x05, 0xB1, -+0xDE, 0x54, 0x07, 0x7D, 0x00, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0xB1, 0x05, 0x90, 0x93, 0x19, 0xE0, -+0x04, 0xF0, 0x80, 0xD7, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0x4B, 0xED, -+0xF0, 0x90, 0x93, 0x4A, 0xEF, 0xF0, 0xD3, 0x94, 0x07, 0x50, 0x4B, 0xB1, 0xD6, 0x80, 0x02, 0xC3, -+0x33, 0xD8, 0xFC, 0xF4, 0xFF, 0x90, 0x00, 0x47, 0xE0, 0x5F, 0xFD, 0x7F, 0x47, 0xB1, 0xD0, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x46, 0xE0, 0x4F, 0xFD, 0x7F, 0x46, 0xF1, 0x33, -+0x60, 0x10, 0xB1, 0xD3, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x45, 0xE0, 0x4F, -+0x80, 0x0F, 0xB1, 0xD3, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0xFF, 0x90, 0x00, 0x45, 0xE0, -+0x5F, 0xFD, 0x7F, 0x45, 0x80, 0x62, 0x90, 0x93, 0x4A, 0xE0, 0x24, 0xF8, 0xF0, 0xE0, 0x24, 0x04, -+0xB1, 0xD7, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0xFF, 0x90, 0x00, 0x43, 0xE0, 0x5F, 0xFD, -+0x7F, 0x43, 0xB1, 0xD0, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x43, 0xE0, 0x4F, -+0xFD, 0x7F, 0x43, 0xF1, 0x33, 0x60, 0x19, 0x90, 0x93, 0x4A, 0xE0, 0x24, 0x04, 0xB1, 0xD7, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xFF, 0x90, 0x00, 0x42, 0xE0, 0x4F, 0xFD, 0x7F, 0x42, 0x80, 0x18, -+0x90, 0x93, 0x4A, 0xE0, 0x24, 0x04, 0xB1, 0xD7, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0xFF, -+0x90, 0x00, 0x42, 0xE0, 0x5F, 0xFD, 0x7F, 0x42, 0x12, 0x3A, 0x96, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x12, 0x3A, 0x96, 0x90, 0x93, 0x4A, 0xE0, 0xFF, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x22, 0x90, 0x93, -+0x17, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x93, 0x1B, 0xE0, 0xFD, 0xB1, 0xFC, 0x90, 0x8F, 0x34, -+0xE0, 0x54, 0x7F, 0xFF, 0x90, 0x8F, 0x33, 0xE0, 0xFE, 0xC4, 0x13, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x8E, 0x14, 0x8F, 0x15, 0xBD, 0x01, 0x15, 0xE5, 0x15, 0x78, 0x03, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0xEE, 0x54, 0x1F, 0xFE, 0x12, 0x3A, 0x69, 0x80, 0x07, 0xAF, -+0x15, 0xAE, 0x14, 0x12, 0x3A, 0xF7, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0xF1, 0xDF, 0x12, 0x26, 0x1E, 0x20, 0xE0, 0x05, 0x12, 0x8E, 0xE4, 0xE1, 0x11, 0x12, -+0x81, 0x96, 0x90, 0x8F, 0x33, 0xF1, 0x1E, 0x54, 0x04, 0xFD, 0xEF, 0x54, 0xFB, 0xF1, 0x16, 0x12, -+0x82, 0xD3, 0xF1, 0x2C, 0x54, 0x10, 0xFD, 0xEF, 0x54, 0xEF, 0xF1, 0x16, 0x12, 0x82, 0x54, 0xF1, -+0x2C, 0x54, 0x40, 0xFD, 0xEF, 0x54, 0xBF, 0xF1, 0x16, 0x54, 0x80, 0xFE, 0xEF, 0x54, 0x7F, 0x12, -+0x4E, 0xCC, 0x54, 0x80, 0xFF, 0x90, 0x8F, 0x34, 0xE0, 0x54, 0x7F, 0x4F, 0xF0, 0x12, 0x26, 0x1E, -+0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x07, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x91, -+0x92, 0x12, 0x47, 0x56, 0x12, 0x26, 0x1E, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x07, 0x90, -+0x06, 0x90, 0xE0, 0x44, 0x08, 0xF0, 0x90, 0x8D, 0x07, 0xE0, 0xB4, 0x02, 0x05, 0x71, 0xFE, 0x20, -+0xE0, 0x41, 0x12, 0x4E, 0xCE, 0x54, 0x7F, 0xFF, 0x90, 0x8F, 0x34, 0xE0, 0x54, 0x80, 0x12, 0x4F, -+0xEB, 0x90, 0x8F, 0x35, 0x12, 0x4F, 0xAD, 0xFF, 0x54, 0x01, 0xFE, 0x90, 0x8F, 0x36, 0xF1, 0xE5, -+0xEF, 0x54, 0xFE, 0xFF, 0xEE, 0x54, 0x01, 0x4F, 0x12, 0x4F, 0xCF, 0x54, 0x04, 0xFF, 0x90, 0x8F, -+0x37, 0xE0, 0x54, 0xFB, 0x4F, 0xF0, 0xB1, 0xED, 0x54, 0x07, 0x7D, 0x00, 0x20, 0xE0, 0x02, 0x7D, -+0x01, 0xB1, 0x05, 0x90, 0x8D, 0x07, 0xE0, 0xB4, 0x01, 0x17, 0x90, 0xFE, 0x10, 0xE0, 0x44, 0x04, -+0xF0, 0x90, 0x91, 0x0D, 0x74, 0x05, 0xF0, 0x12, 0x82, 0xE3, 0x7A, 0x90, 0x79, 0x4C, 0x12, 0x49, -+0x38, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x4D, 0xFF, 0x90, 0x8F, 0x33, 0xF0, 0xEE, 0x22, 0xE0, 0x54, -+0xFE, 0x4E, 0xFE, 0xF0, 0xEF, 0x54, 0x02, 0xFF, 0xEE, 0x54, 0xFD, 0x4F, 0xFF, 0xF0, 0x12, 0x26, -+0x1E, 0xFE, 0x22, 0x12, 0x3A, 0x96, 0x90, 0x93, 0x4B, 0xE0, 0x22, 0x90, 0x91, 0x7C, 0xE0, 0x54, -+0xFE, 0x22, 0x90, 0x91, 0x7C, 0xE0, 0x30, 0xE0, 0x7C, 0x90, 0x91, 0x80, 0xE0, 0x04, 0xF0, 0x90, -+0x91, 0x83, 0xE0, 0x64, 0x01, 0x70, 0x31, 0x90, 0x91, 0x7C, 0x12, 0x6F, 0xED, 0x30, 0xE0, 0x28, -+0x90, 0x91, 0x82, 0xE0, 0x70, 0x22, 0x90, 0x91, 0x7F, 0xE0, 0xFE, 0xA3, 0xE0, 0xC3, 0x9E, 0x40, -+0x17, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x08, 0x12, 0x7D, 0x62, 0xF1, 0x3B, 0xF0, -+0x80, 0x06, 0x91, 0x09, 0xF1, 0x3B, 0xF0, 0x22, 0x90, 0x91, 0x80, 0xE0, 0xFF, 0x90, 0x91, 0x7D, -+0xE0, 0xD3, 0x9F, 0x50, 0x30, 0x90, 0x06, 0x92, 0xE0, 0x20, 0xE2, 0x1A, 0x90, 0x91, 0x82, 0xE0, -+0x70, 0x14, 0x7D, 0x08, 0xFF, 0x12, 0x56, 0x93, 0x90, 0x91, 0x81, 0xE0, 0x04, 0xF0, 0x90, 0x91, -+0x7B, 0xE0, 0x04, 0xF0, 0x80, 0x06, 0x90, 0x06, 0x92, 0x74, 0x04, 0xF0, 0xE4, 0x90, 0x91, 0x80, -+0xF0, 0x90, 0x91, 0x82, 0xF0, 0x22, 0xA3, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x18, 0x02, -+0x27, 0x35, 0x90, 0x8E, 0xDA, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, 0x8E, 0xE1, 0xE0, 0x22, 0x90, -+0x91, 0x92, 0x02, 0x47, 0x5F, 0xE0, 0x54, 0xFE, 0x4E, 0xFE, 0xF0, 0x22, 0x90, 0x05, 0x62, 0xE0, -+0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x10, 0x02, 0x27, 0x35, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0xC0, 0x07, 0xC0, 0x05, 0x90, 0x93, 0x03, 0x12, 0x47, 0x32, 0x90, 0xAC, 0x9C, 0x12, 0x27, -+0x48, 0xD0, 0x05, 0xD0, 0x07, 0x12, 0x32, 0x65, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xC0, 0xE0, 0xC0, -+0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, -+0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x1D, 0xF0, -+0x74, 0x78, 0xA3, 0xF0, 0x11, 0x6C, 0x74, 0x1D, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x78, 0xA3, -+0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, -+0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x7B, 0x00, 0x7A, 0x00, -+0x79, 0x53, 0xE4, 0xFD, 0x7F, 0x01, 0x12, 0x39, 0x33, 0xE5, 0x51, 0x52, 0x53, 0x7B, 0x00, 0x7A, -+0x00, 0x79, 0x54, 0x7D, 0x01, 0x7F, 0x01, 0x12, 0x39, 0x33, 0xE5, 0x52, 0x52, 0x54, 0xAB, 0x53, -+0xE4, 0xFD, 0x7F, 0x01, 0x12, 0x39, 0x04, 0xAB, 0x54, 0x7D, 0x01, 0x7F, 0x01, 0x02, 0x39, 0x04, -+0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, -+0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, -+0x74, 0xA0, 0xF0, 0x74, 0x78, 0xA3, 0xF0, 0x11, 0xEF, 0x74, 0xA0, 0x04, 0x90, 0x01, 0xC4, 0xF0, -+0x74, 0x78, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, -+0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x90, -+0x00, 0x54, 0xE0, 0x55, 0x55, 0xF5, 0x59, 0xA3, 0xE0, 0x55, 0x56, 0xF5, 0x5A, 0xA3, 0xE0, 0x55, -+0x57, 0xF5, 0x5B, 0xA3, 0xE0, 0x55, 0x58, 0xF5, 0x5C, 0xAD, 0x59, 0x7F, 0x54, 0x12, 0x3A, 0x96, -+0xAD, 0x5A, 0x7F, 0x55, 0x12, 0x3A, 0x96, 0xAD, 0x5B, 0x7F, 0x56, 0x12, 0x3A, 0x96, 0xAD, 0x5C, -+0x7F, 0x57, 0x12, 0x3A, 0x96, 0x53, 0x91, 0xEF, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, -+0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x29, 0xF0, 0x74, 0x79, 0xA3, 0xF0, -+0x12, 0x8C, 0x36, 0xE5, 0x61, 0x30, 0xE3, 0x02, 0x71, 0x4C, 0xE5, 0x61, 0x30, 0xE4, 0x02, 0x51, -+0x15, 0xE5, 0x61, 0x30, 0xE5, 0x03, 0x12, 0x8C, 0x93, 0xE5, 0x63, 0x30, 0xE0, 0x03, 0x12, 0x6F, -+0xEA, 0xE5, 0x63, 0x30, 0xE1, 0x03, 0x12, 0x73, 0x18, 0xE5, 0x63, 0x30, 0xE2, 0x03, 0x12, 0x8C, -+0xCF, 0xE5, 0x63, 0x30, 0xE3, 0x03, 0x12, 0x69, 0x11, 0xE5, 0x63, 0x30, 0xE4, 0x03, 0x12, 0x69, -+0xAE, 0xE5, 0x63, 0x30, 0xE5, 0x02, 0x71, 0xE7, 0xE5, 0x63, 0x30, 0xE6, 0x02, 0x71, 0x58, 0xE5, -+0x64, 0x30, 0xE1, 0x03, 0x12, 0x8C, 0xE1, 0xE5, 0x64, 0x30, 0xE6, 0x02, 0x31, 0xD4, 0x74, 0x29, -+0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x79, 0xA3, 0xF0, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, -+0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, -+0xF0, 0xD0, 0xE0, 0x32, 0x90, 0x07, 0x1F, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x07, 0x1C, 0xE0, 0x54, -+0x01, 0xFF, 0x90, 0x92, 0xA7, 0xF0, 0x90, 0x92, 0xA5, 0x74, 0x02, 0xF0, 0x90, 0x92, 0xB3, 0x14, -+0xF0, 0xFB, 0x7A, 0x92, 0x79, 0xA5, 0xF1, 0x31, 0x7F, 0x04, 0x90, 0x93, 0x4E, 0xEF, 0xF0, 0x7F, -+0x02, 0x12, 0x4B, 0x8B, 0x90, 0x8D, 0x01, 0xE0, 0xFF, 0x90, 0x93, 0x4E, 0xE0, 0xFE, 0xEF, 0x4E, -+0x90, 0x8D, 0x01, 0xF0, 0x22, 0x51, 0x28, 0x7F, 0x02, 0x8F, 0x16, 0x7F, 0x02, 0x12, 0x4B, 0x8B, -+0x90, 0x8D, 0x01, 0xE0, 0x45, 0x16, 0xF0, 0x22, 0x90, 0x01, 0xCC, 0xE0, 0x54, 0x0F, 0x90, 0x93, -+0x46, 0xF0, 0x90, 0x93, 0x46, 0xE0, 0xFD, 0x70, 0x02, 0x61, 0x21, 0x90, 0x8E, 0x15, 0xE0, 0xFF, -+0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0x8E, 0x16, 0xE0, 0xB5, -+0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x08, 0x90, 0x01, 0xC1, 0xE0, 0x44, -+0x01, 0xF0, 0x22, 0x90, 0x93, 0x42, 0xB1, 0x58, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, -+0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0x61, 0x03, 0xE4, 0x90, 0x93, 0x47, 0xF0, 0x90, 0x93, 0x47, -+0xE0, 0xF9, 0xC3, 0x94, 0x04, 0x50, 0x31, 0x71, 0x22, 0xA4, 0xFF, 0xE9, 0xFD, 0x7C, 0x00, 0x2F, -+0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xD0, 0x71, 0x3A, 0x90, 0x8D, 0xC5, 0x71, 0x2A, 0x71, 0x22, -+0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, 0x71, 0x3A, 0x90, 0x8D, 0xC9, 0x71, 0x2A, -+0x90, 0x93, 0x47, 0xE0, 0x04, 0xF0, 0x80, 0xC5, 0x90, 0x93, 0x46, 0xE0, 0xFF, 0x90, 0x93, 0x42, -+0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, -+0x93, 0x46, 0xF0, 0x90, 0x93, 0x42, 0x12, 0x75, 0xD6, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x90, -+0x01, 0xCC, 0xF0, 0x90, 0x93, 0x42, 0xE0, 0x04, 0xF0, 0xE0, 0x54, 0x03, 0xF0, 0x90, 0x8E, 0x16, -+0xF1, 0x8F, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x70, 0x02, 0x41, 0x32, 0xE4, 0x90, 0x8E, 0x16, -+0xF0, 0x41, 0x32, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0x93, 0x42, 0xE0, 0x44, 0x80, -+0x90, 0x00, 0x8A, 0xF0, 0x71, 0x22, 0x90, 0x01, 0xD0, 0x12, 0x47, 0x4A, 0xE0, 0x90, 0x01, 0xC3, -+0xF0, 0x22, 0x90, 0x93, 0x42, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0x12, 0x47, 0x4A, 0xE5, 0x82, 0x29, -+0xF5, 0x82, 0xE4, 0x35, 0x83, 0xF5, 0x83, 0xEF, 0xF0, 0x22, 0x2F, 0xF5, 0x82, 0x74, 0x01, 0x3E, -+0xF5, 0x83, 0xE0, 0xFF, 0x90, 0x8E, 0x16, 0xE0, 0x75, 0xF0, 0x08, 0x22, 0x90, 0x8F, 0x30, 0xE0, -+0x30, 0xE0, 0x04, 0x7F, 0x10, 0x51, 0x19, 0x22, 0xE4, 0xFF, 0x12, 0x69, 0x20, 0xBF, 0x01, 0x0E, -+0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x08, 0x71, 0x6F, 0x54, 0x07, 0x70, 0x02, 0x71, 0xC8, 0x22, 0x90, -+0x8E, 0xCC, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x90, 0x06, 0xA9, 0xE0, 0xF5, 0x13, 0x54, 0xC0, 0x70, -+0x07, 0x71, 0x6F, 0x54, 0xFD, 0xF0, 0x80, 0x40, 0xE5, 0x13, 0x30, 0xE6, 0x1E, 0x90, 0x8E, 0xC8, -+0xE0, 0x64, 0x01, 0x70, 0x18, 0x90, 0x8E, 0xCC, 0xE0, 0x44, 0x01, 0xF0, 0x91, 0x01, 0x64, 0x02, -+0x60, 0x04, 0xD1, 0x56, 0x80, 0x07, 0x12, 0x57, 0x98, 0x80, 0x02, 0x71, 0x6F, 0xE5, 0x13, 0x90, -+0x8E, 0xCC, 0x30, 0xE7, 0x0E, 0xE0, 0x44, 0x02, 0x12, 0x68, 0x01, 0x90, 0x8E, 0xC3, 0xE0, 0x44, -+0x04, 0xF0, 0x22, 0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0x8E, 0xCA, 0xE0, 0xFF, 0x7D, 0x01, 0x02, -+0x51, 0xB3, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x0E, 0x90, 0x06, 0x92, 0xE0, 0x30, 0xE1, 0x02, 0xE1, -+0x96, 0x12, 0x6D, 0x04, 0x71, 0xC8, 0x22, 0xE4, 0xFF, 0x12, 0x69, 0x20, 0xBF, 0x01, 0x11, 0x90, -+0x8E, 0xC8, 0xE0, 0x60, 0x0B, 0x91, 0x01, 0x64, 0x02, 0x60, 0x02, 0xC1, 0x56, 0x12, 0x57, 0x98, -+0x22, 0x90, 0x8E, 0xC6, 0xE0, 0x54, 0x0F, 0x22, 0x90, 0x8E, 0xC3, 0x12, 0x4F, 0xF3, 0x30, 0xE0, -+0x14, 0xEF, 0x54, 0xBF, 0xB1, 0x4F, 0x30, 0xE0, 0x06, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x04, 0xE0, -+0x54, 0xFE, 0xF0, 0x71, 0xC8, 0xE4, 0xFF, 0x90, 0x91, 0x7C, 0xE0, 0xFD, 0x30, 0xE0, 0x4D, 0x90, -+0x91, 0x81, 0xE0, 0xFC, 0x60, 0x46, 0xB1, 0x5A, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, -+0xF9, 0xFF, 0x90, 0x04, 0xE0, 0xE0, 0xFB, 0xEF, 0x5B, 0x60, 0x0B, 0xE4, 0x90, 0x91, 0x81, 0xF0, -+0x90, 0x91, 0x83, 0x04, 0xF0, 0x22, 0x90, 0x91, 0x7E, 0xE0, 0xD3, 0x9C, 0x50, 0x15, 0xED, 0x13, -+0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x04, 0xB1, 0x62, 0x80, 0x03, 0x12, 0x74, 0x09, 0x12, 0x77, -+0x3B, 0xF0, 0x22, 0x12, 0x56, 0x8F, 0x90, 0x91, 0x81, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0x8E, 0xC3, -+0xE0, 0xFF, 0x12, 0x74, 0x02, 0x30, 0xE0, 0x1A, 0xEF, 0x54, 0x7F, 0xB1, 0x4F, 0x30, 0xE1, 0x06, -+0xE0, 0x44, 0x02, 0xF0, 0x80, 0x04, 0xE0, 0x54, 0xFD, 0xF0, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x02, -+0x71, 0xC8, 0x7F, 0x01, 0x80, 0x81, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, -+0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0x01, 0xC4, 0x74, 0xA6, 0xF0, 0x74, 0x7C, 0xA3, 0xF0, 0x12, 0x8C, 0x63, -+0xE5, 0x69, 0x30, 0xE1, 0x03, 0x12, 0x8C, 0xEB, 0xE5, 0x69, 0x30, 0xE2, 0x02, 0x71, 0xD2, 0xE5, -+0x6A, 0x30, 0xE0, 0x03, 0x12, 0x8C, 0xF5, 0xE5, 0x6C, 0x30, 0xE1, 0x04, 0x7F, 0x04, 0x51, 0x19, -+0xE5, 0x6C, 0x30, 0xE4, 0x02, 0xB1, 0x2B, 0xE5, 0x6C, 0x30, 0xE5, 0x02, 0x91, 0x08, 0xE5, 0x6C, -+0x30, 0xE6, 0x02, 0x91, 0x7D, 0x74, 0xA6, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x7C, 0xA3, 0xF0, -+0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, -+0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x12, 0x69, 0x44, 0x12, 0x6E, -+0x6B, 0x90, 0x8F, 0x2C, 0xE0, 0x30, 0xE0, 0x16, 0x12, 0x97, 0x22, 0x90, 0x8F, 0x2F, 0xE0, 0x60, -+0x05, 0x14, 0xF0, 0x02, 0x92, 0x0A, 0x12, 0x81, 0x8C, 0xE4, 0xFF, 0x12, 0x6E, 0x7B, 0x22, 0xF0, -+0x90, 0x04, 0xE0, 0xE0, 0x90, 0x8E, 0xC4, 0x22, 0xE0, 0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x07, -+0x08, 0x22, 0xE4, 0xFD, 0xFF, 0xB1, 0xAE, 0xE4, 0xFF, 0x7D, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0x93, 0x44, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x44, 0x7F, 0x6F, 0x12, 0x53, -+0x91, 0x12, 0x53, 0xA0, 0x90, 0x93, 0x45, 0xE0, 0x90, 0x93, 0x44, 0xB4, 0x01, 0x07, 0xB1, 0xA2, -+0x44, 0x04, 0xF0, 0x80, 0x05, 0xB1, 0xA2, 0x54, 0xFB, 0xF0, 0x12, 0x57, 0x89, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xE0, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x05, 0x12, 0x47, 0x4A, 0xE0, 0x22, 0x12, 0x96, -+0xE5, 0xED, 0x70, 0x12, 0xB1, 0xEA, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xE2, 0x80, 0x02, 0xC3, 0x33, -+0xD8, 0xFC, 0xF4, 0x5E, 0x80, 0x0F, 0xB1, 0xEA, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xE2, 0x80, 0x02, -+0xC3, 0x33, 0xD8, 0xFC, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0xB1, 0xF5, 0x90, 0x8E, 0xC2, 0xEF, -+0xF0, 0x22, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x22, 0x74, 0xB2, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0x8E, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7D, 0x10, 0xED, 0x14, -+0xF9, 0x24, 0xB2, 0xB1, 0xED, 0xE0, 0x60, 0x39, 0x7C, 0x08, 0xEC, 0x14, 0x90, 0x93, 0x4F, 0xF0, -+0x74, 0xB2, 0x29, 0xB1, 0xED, 0xE0, 0xFB, 0x7A, 0x00, 0x90, 0x93, 0x4F, 0xB1, 0x58, 0x80, 0x05, -+0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEE, 0x5A, 0xFE, 0xEF, 0x5B, 0x4E, 0x60, 0x0F, -+0xE9, 0x75, 0xF0, 0x08, 0xA4, 0xFF, 0x90, 0x93, 0x4F, 0xE0, 0x2F, 0x04, 0xFF, 0x80, 0x06, 0xDC, -+0xC9, 0xDD, 0xBB, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFD, 0xB1, 0x6B, 0xF1, 0xD5, -+0x90, 0x8E, 0xD6, 0x02, 0x27, 0x48, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x1D, 0x90, 0x8D, 0xBF, 0xE0, -+0xFF, 0x90, 0x93, 0x30, 0x74, 0x09, 0xF0, 0x7B, 0x18, 0xE4, 0xFD, 0x12, 0x56, 0xDF, 0x90, 0x93, -+0x4C, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x57, 0xF2, 0x22, 0x90, 0x91, 0x9D, 0x74, 0x12, 0xF0, -+0x90, 0x91, 0xAB, 0x74, 0x05, 0xF0, 0x90, 0x91, 0x9F, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0xEB, -+0xF0, 0x90, 0x91, 0x9B, 0xE0, 0x90, 0x91, 0xA2, 0xF0, 0x90, 0x91, 0x9C, 0xE0, 0x90, 0x91, 0xA3, -+0xF0, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0x9D, 0xF1, 0x31, 0x7F, 0x04, 0x21, 0xFA, 0xF1, 0x2A, 0x7F, -+0xF5, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x06, 0x90, 0x91, 0x92, 0xE0, 0xA3, 0xF0, 0xF1, -+0x2A, 0x7F, 0xF6, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0x91, 0x92, 0xE0, 0x90, -+0x91, 0x94, 0xF0, 0xF1, 0x2A, 0x7F, 0xF4, 0x7E, 0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, -+0x91, 0x92, 0xE0, 0x90, 0x91, 0x95, 0xF0, 0xF1, 0x2A, 0x7F, 0xF3, 0x7E, 0x03, 0x12, 0x33, 0xC7, -+0xBF, 0x01, 0x08, 0x90, 0x91, 0x92, 0xE0, 0x90, 0x91, 0x96, 0xF0, 0xF1, 0x2A, 0x7F, 0xF2, 0x7E, -+0x03, 0x12, 0x33, 0xC7, 0xBF, 0x01, 0x08, 0x90, 0x91, 0x92, 0xE0, 0x90, 0x91, 0x97, 0xF0, 0x90, -+0x91, 0x93, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFB, 0xA3, 0xE0, 0x90, 0x91, 0x9B, 0xF0, -+0x90, 0x91, 0x97, 0xE0, 0x90, 0x91, 0x9C, 0xF0, 0xC1, 0x7A, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0x92, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x8E, 0xAD, 0xE0, 0xFF, 0x70, 0x06, 0xA3, -+0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0x8E, 0xAE, 0xE0, 0xB5, 0x07, 0x04, 0x7F, -+0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x02, 0xF0, 0x80, -+0x29, 0xC0, 0x01, 0x90, 0x8E, 0xAE, 0xE0, 0x12, 0x8A, 0x6C, 0xA8, 0x01, 0xFC, 0x7D, 0x01, 0xD0, -+0x01, 0x7E, 0x00, 0x7F, 0x0F, 0x12, 0x46, 0xB0, 0x90, 0x8E, 0xAE, 0xF1, 0x8F, 0xB4, 0x0A, 0x02, -+0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0x8E, 0xAE, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, -+0x04, 0xF0, 0xE0, 0x7F, 0x00, 0x22, 0x12, 0x96, 0xC3, 0x30, 0xE0, 0x05, 0x90, 0x01, 0x5B, 0xE4, -+0xF0, 0x90, 0x06, 0x92, 0x74, 0x02, 0xF0, 0x90, 0x01, 0x3C, 0x74, 0x04, 0xF0, 0xE4, 0x90, 0x92, -+0xFF, 0xF0, 0x90, 0x8F, 0x27, 0xE0, 0xC3, 0x13, 0x54, 0x7F, 0x90, 0x93, 0x00, 0xF0, 0xE4, 0xFB, -+0xFD, 0x7F, 0x58, 0x7E, 0x01, 0x12, 0x68, 0x16, 0x90, 0x8E, 0xC3, 0xE0, 0x44, 0x08, 0xF0, 0x22, -+0xE4, 0xFD, 0xFF, 0xA1, 0xAE, 0x7F, 0xB0, 0x7E, 0x0C, 0x02, 0x36, 0xCE, 0xC0, 0xE0, 0xC0, 0x83, -+0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x05, 0xC0, 0x07, 0x7D, 0xDC, 0x90, 0x01, 0xC4, -+0xED, 0xF0, 0x74, 0x7F, 0xFF, 0xA3, 0xF0, 0xED, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0xA3, 0xEF, 0xF0, -+0xD0, 0x07, 0xD0, 0x05, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xE0, 0x32, 0x90, 0x02, 0x09, -+0xE0, 0xF5, 0x0D, 0x12, 0x26, 0x1E, 0x25, 0x0D, 0x90, 0x8D, 0xBE, 0x12, 0x4E, 0xCD, 0x25, 0x0D, -+0x90, 0x8D, 0xBF, 0x12, 0x4F, 0xEC, 0x25, 0x0D, 0x90, 0x8D, 0xC0, 0x12, 0x4F, 0xAD, 0x25, 0x0D, -+0x90, 0x8D, 0xC1, 0x12, 0x4F, 0xCF, 0x25, 0x0D, 0x90, 0x8D, 0xC2, 0x12, 0x4F, 0xDD, 0x25, 0x0D, -+0x90, 0x8D, 0xC3, 0x12, 0x4F, 0xD6, 0x25, 0x0D, 0x90, 0x8D, 0xC4, 0xF0, 0x22, 0x12, 0x26, 0x1E, -+0xFF, 0x90, 0x8E, 0xB1, 0xF0, 0xBF, 0x01, 0x08, 0x12, 0x7E, 0xAD, 0xE4, 0x90, 0x8E, 0xB1, 0xF0, -+0x22, 0x12, 0x26, 0x1E, 0x54, 0x01, 0xFF, 0x90, 0x91, 0x89, 0xE0, 0x54, 0xFE, 0x4F, 0xF0, 0x22, -+0x12, 0x77, 0xDF, 0x12, 0x26, 0x1E, 0xFF, 0x54, 0x7F, 0x90, 0x8E, 0xC8, 0xF0, 0xEF, 0x12, 0x74, -+0x02, 0xA3, 0x12, 0x4E, 0xCD, 0xFF, 0x54, 0xF0, 0xC4, 0x54, 0x0F, 0xFE, 0x90, 0x8E, 0xC6, 0xE0, -+0x54, 0xF0, 0x12, 0x4F, 0xAC, 0x54, 0x01, 0x25, 0xE0, 0xFE, 0x90, 0x8E, 0xC3, 0xE0, 0x54, 0xFD, -+0x4E, 0xF0, 0xEF, 0x54, 0x0F, 0xC4, 0x54, 0xF0, 0xFF, 0x12, 0x7C, 0x01, 0x12, 0x4F, 0xEB, 0x90, -+0x8E, 0xC7, 0x12, 0x4F, 0xCF, 0xFD, 0x7F, 0x02, 0x12, 0x51, 0x22, 0x90, 0x91, 0x92, 0x12, 0x47, -+0x56, 0x90, 0x91, 0x95, 0x12, 0x47, 0x5F, 0x12, 0x6F, 0xC6, 0x90, 0x8E, 0xC8, 0xE0, 0xFF, 0x12, -+0x6D, 0x0C, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x1F, 0x90, 0x91, 0x95, 0x12, 0x47, 0x56, 0x12, 0x4E, -+0xCE, 0x54, 0x0F, 0xFF, 0x12, 0x4F, 0xED, 0xFD, 0x11, 0xF8, 0x12, 0x77, 0xD2, 0xFB, 0x90, 0x93, -+0x38, 0x74, 0x01, 0xF0, 0x12, 0x72, 0x47, 0x22, 0xEF, 0x24, 0xFE, 0x60, 0x0B, 0x04, 0x70, 0x24, -+0x90, 0x8E, 0xCE, 0x74, 0x02, 0xF0, 0x80, 0x13, 0xED, 0x70, 0x06, 0x90, 0x8F, 0x28, 0xE0, 0x80, -+0x02, 0xED, 0x14, 0x90, 0x8E, 0xCE, 0xF0, 0x90, 0x8E, 0xCE, 0xE0, 0xA3, 0xF0, 0x90, 0x8E, 0xC4, -+0xE0, 0x44, 0x08, 0xF0, 0x22, 0x12, 0x77, 0xDF, 0x12, 0x4F, 0xED, 0x30, 0xE0, 0x0F, 0x12, 0x5B, -+0xE8, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x25, 0x02, 0x34, 0x2C, 0x90, 0x8F, 0x25, -+0x74, 0x03, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0xA3, 0xE0, 0x54, 0x01, 0x44, 0x28, 0xF0, 0xA3, 0x74, -+0x07, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x90, 0x8E, 0xD3, 0xF0, 0x22, 0x12, 0x26, 0x1E, 0x90, 0x8F, -+0x2B, 0xF0, 0x22, 0x31, 0x9C, 0x90, 0x8F, 0x2C, 0x12, 0x77, 0xE5, 0xEF, 0x54, 0x02, 0xFF, 0xEE, -+0x54, 0xFD, 0x4F, 0x12, 0x4E, 0xCD, 0x90, 0x8F, 0x2D, 0x12, 0x4F, 0xEC, 0x90, 0x8F, 0x2E, 0xF0, -+0x31, 0x8C, 0x90, 0x8F, 0x2C, 0xE0, 0x54, 0x01, 0xFF, 0x02, 0x6E, 0x7B, 0x90, 0x8F, 0x2D, 0xE0, -+0x14, 0x90, 0x8F, 0x2F, 0xF0, 0x22, 0x90, 0x91, 0x92, 0x12, 0x47, 0x56, 0x12, 0x26, 0x1E, 0xFF, -+0x54, 0x01, 0xFE, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x31, 0x9C, 0x90, 0x8F, 0x30, -+0x12, 0x77, 0x1E, 0x54, 0x04, 0xFD, 0xEF, 0x54, 0xFB, 0x51, 0x4C, 0x51, 0xD3, 0x12, 0x77, 0x2C, -+0x54, 0x10, 0xFD, 0xEF, 0x54, 0xEF, 0x51, 0x4C, 0x51, 0x54, 0x12, 0x77, 0x2C, 0x54, 0x40, 0xFD, -+0xEF, 0x54, 0xBF, 0x51, 0x4C, 0x54, 0x80, 0xFE, 0xEF, 0x54, 0x7F, 0x4E, 0x12, 0x4F, 0xEC, 0xFF, -+0x54, 0x01, 0xFE, 0x90, 0x8F, 0x32, 0xE0, 0x54, 0xFE, 0x12, 0x4E, 0xCC, 0xFE, 0x54, 0x01, 0xFD, -+0x90, 0x8F, 0x31, 0xE0, 0x54, 0xFE, 0x4D, 0xFD, 0xF0, 0xEE, 0x54, 0x04, 0xFE, 0xED, 0x54, 0xFB, -+0x4E, 0xF0, 0xEF, 0x54, 0x10, 0xFF, 0xA3, 0xE0, 0x54, 0xEF, 0x4F, 0xFF, 0x12, 0x4F, 0xEC, 0x51, -+0x54, 0x90, 0x8F, 0x32, 0x12, 0x5E, 0xDD, 0x51, 0xDB, 0x90, 0x8F, 0x30, 0xE0, 0xC3, 0x13, 0x54, -+0x01, 0xFF, 0xB1, 0xFD, 0x90, 0x8F, 0x30, 0xE0, 0x13, 0x13, 0x13, 0x54, 0x01, 0xFF, 0x51, 0x5C, -+0x90, 0x8F, 0x30, 0xE0, 0xC4, 0x13, 0x13, 0x54, 0x01, 0xFF, 0x12, 0x5F, 0xDA, 0x90, 0x8F, 0x30, -+0xE0, 0x54, 0x01, 0xFF, 0x12, 0x6E, 0xE4, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x4D, 0xFF, 0x90, 0x8F, -+0x30, 0xF0, 0xEE, 0x22, 0x54, 0x20, 0xFE, 0xEF, 0x54, 0xDF, 0x4E, 0x22, 0xE4, 0xFD, 0xFC, 0xEF, -+0x60, 0x1C, 0x90, 0x91, 0x6B, 0xE0, 0xFF, 0x12, 0x5F, 0xD3, 0x51, 0xEC, 0x12, 0x77, 0xDF, 0x12, -+0x5B, 0xE8, 0x75, 0x43, 0x42, 0x7B, 0x01, 0x7A, 0x90, 0x79, 0x01, 0x12, 0x34, 0x2C, 0x22, 0x12, -+0x77, 0xDF, 0x51, 0xBF, 0x31, 0x96, 0x12, 0x77, 0x3B, 0x4E, 0xF0, 0xEF, 0xC3, 0x13, 0x30, 0xE0, -+0x2D, 0x12, 0x4E, 0xCE, 0x90, 0x91, 0x7D, 0x12, 0x4F, 0xEC, 0x90, 0x91, 0x7E, 0xF0, 0x12, 0x26, -+0x1E, 0xFF, 0x54, 0x04, 0xFE, 0x90, 0x91, 0x7C, 0xE0, 0x54, 0xFB, 0x12, 0x4F, 0xAC, 0x90, 0x91, -+0x7F, 0xF0, 0xEF, 0x54, 0x08, 0xFF, 0x90, 0x91, 0x7C, 0xE0, 0x54, 0xF7, 0x4F, 0xF0, 0x22, 0x51, -+0xE3, 0x7A, 0x91, 0x79, 0x7C, 0x12, 0x49, 0x38, 0x90, 0x91, 0x7D, 0x74, 0x08, 0xF0, 0xA3, 0x74, -+0x03, 0xF0, 0x22, 0x54, 0x08, 0xFE, 0xEF, 0x54, 0xF7, 0x4E, 0x22, 0x90, 0x8E, 0xAF, 0xF0, 0xA3, -+0xEF, 0xF0, 0x22, 0x7E, 0x00, 0x7F, 0x08, 0x7D, 0x00, 0x7B, 0x01, 0x22, 0x74, 0x00, 0x2F, 0xF9, -+0xE4, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x92, -+0xAA, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0xAA, 0x07, 0x90, 0x92, 0xB0, 0x12, 0x27, 0x54, 0x00, 0x00, -+0x00, 0x00, 0x90, 0xFD, 0x10, 0xEB, 0xF0, 0xEA, 0x24, 0xEF, 0x60, 0x3D, 0x24, 0xD7, 0x70, 0x02, -+0x61, 0xE5, 0x24, 0x3A, 0x60, 0x02, 0x81, 0x0F, 0x91, 0x34, 0x24, 0x0A, 0x12, 0x5F, 0x04, 0xE4, -+0xF0, 0xFE, 0x74, 0x00, 0x2F, 0x91, 0x3B, 0x7D, 0x14, 0x7C, 0x00, 0x91, 0x43, 0x7B, 0x00, 0x7A, -+0x00, 0x79, 0x00, 0x90, 0xAE, 0x61, 0x12, 0x47, 0x5F, 0x91, 0x2E, 0x90, 0xAE, 0x64, 0x12, 0x27, -+0x48, 0x7D, 0x14, 0x7C, 0x00, 0xE4, 0xFF, 0x61, 0xE0, 0x90, 0x92, 0xAA, 0xE4, 0x75, 0xF0, 0x14, -+0x12, 0x46, 0xD6, 0x90, 0x92, 0xAA, 0xA3, 0xE0, 0xFB, 0xFF, 0x24, 0x06, 0xFC, 0xE4, 0x33, 0x90, -+0x92, 0xB4, 0xF0, 0xA3, 0xCC, 0xF0, 0x90, 0x92, 0xB4, 0xA3, 0xE0, 0x12, 0x5F, 0x0E, 0xE4, 0xF0, -+0x74, 0x04, 0x2F, 0x12, 0x5F, 0xC3, 0xE0, 0xFE, 0xAD, 0x03, 0x74, 0x05, 0x2D, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xD1, 0x29, 0x90, 0x92, 0xAE, 0xF0, 0xA3, 0xEF, 0xF0, 0xED, 0x7E, 0x00, 0x24, 0x00, -+0x91, 0x3B, 0x91, 0x4C, 0x91, 0x43, 0x90, 0x92, 0xAA, 0x74, 0xFF, 0x75, 0xF0, 0xEC, 0x12, 0x46, -+0xD6, 0x91, 0x34, 0x7E, 0x00, 0x24, 0x0C, 0xF9, 0xEE, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0xC0, 0x02, -+0xC0, 0x01, 0x74, 0x10, 0x2F, 0xF9, 0xEE, 0x34, 0xFC, 0xFA, 0x90, 0xAE, 0x61, 0x12, 0x47, 0x5F, -+0x91, 0x2E, 0x90, 0xAE, 0x64, 0x12, 0x27, 0x48, 0x91, 0x4C, 0xD0, 0x01, 0xD0, 0x02, 0x7F, 0x11, -+0x12, 0x1F, 0x66, 0x80, 0x22, 0x91, 0x34, 0x24, 0x2A, 0x12, 0x5F, 0x04, 0xE4, 0xF0, 0x51, 0xEC, -+0x7D, 0x48, 0x7C, 0x00, 0x12, 0x28, 0xE6, 0x91, 0x28, 0x91, 0x55, 0xE4, 0xFD, 0xFC, 0x91, 0x28, -+0x91, 0x55, 0x91, 0x28, 0x12, 0x27, 0x15, 0x90, 0x92, 0xAC, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, -+0x92, 0xAC, 0xB1, 0xEC, 0x90, 0x92, 0xB4, 0xA3, 0xE0, 0xFE, 0x12, 0x56, 0x6C, 0xEF, 0x12, 0x5F, -+0x19, 0xED, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x92, 0xB0, 0x12, 0x27, 0x48, 0x90, 0x92, -+0xB0, 0x02, 0x47, 0x32, 0x90, 0x92, 0xAA, 0xA3, 0xE0, 0xFF, 0x22, 0xF9, 0xEE, 0x34, 0xFC, 0xFA, -+0x7B, 0x01, 0x22, 0x12, 0x28, 0xE6, 0x90, 0x92, 0xB0, 0x02, 0x27, 0x48, 0x90, 0x92, 0xAE, 0xE0, -+0xFC, 0xA3, 0xE0, 0xFD, 0x22, 0x78, 0x10, 0x12, 0x27, 0x22, 0x90, 0x92, 0xB0, 0x12, 0x47, 0x3E, -+0x02, 0x46, 0xEC, 0xE4, 0x90, 0x92, 0xA8, 0xF0, 0xA3, 0xF0, 0x90, 0x06, 0x32, 0xE0, 0x44, 0x20, -+0xF0, 0x12, 0x8D, 0x70, 0xEF, 0x64, 0x01, 0x70, 0x69, 0x90, 0x91, 0x72, 0xE0, 0xFF, 0x90, 0x93, -+0x30, 0x74, 0x0D, 0xF0, 0x7B, 0x08, 0x7D, 0x01, 0x12, 0x56, 0xDF, 0xB1, 0xF4, 0x90, 0x92, 0xA5, -+0x12, 0x5E, 0x96, 0x90, 0x92, 0xA7, 0xEF, 0xF0, 0x90, 0x92, 0xA5, 0xD1, 0x09, 0xE4, 0xFD, 0x91, -+0xEC, 0x90, 0x92, 0xA7, 0xE0, 0xFF, 0x90, 0x92, 0xA6, 0xE0, 0x2F, 0xFF, 0x90, 0x92, 0xA5, 0xE0, -+0x34, 0x00, 0xCF, 0x24, 0x30, 0xCF, 0x34, 0x00, 0xFE, 0x90, 0x92, 0xA8, 0xF0, 0xA3, 0xEF, 0xF0, -+0x12, 0x95, 0x3C, 0x91, 0xE3, 0x90, 0x91, 0x72, 0xE0, 0xFB, 0xE4, 0xFF, 0x51, 0xF7, 0x91, 0xE3, -+0x90, 0x91, 0x6E, 0xE0, 0xFB, 0x7F, 0x11, 0x51, 0xF7, 0x12, 0x57, 0xF2, 0x90, 0x91, 0x21, 0x12, -+0x59, 0x36, 0x22, 0x90, 0x92, 0xA8, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x22, 0x90, 0x93, 0x0A, 0xED, -+0xF0, 0x90, 0x93, 0x07, 0x12, 0x47, 0x5F, 0xE4, 0x90, 0x93, 0x0B, 0xF0, 0xA3, 0xF0, 0x12, 0x26, -+0x1E, 0xFF, 0x12, 0x4E, 0xCE, 0xFD, 0x12, 0x4F, 0xD0, 0xFB, 0x12, 0x5E, 0xBC, 0x90, 0x93, 0x0B, -+0xEF, 0xF0, 0x90, 0x93, 0x07, 0x12, 0x47, 0x56, 0x12, 0x4F, 0xD0, 0xFF, 0x12, 0x8F, 0xB2, 0x90, -+0x93, 0x0C, 0xEF, 0xF0, 0x90, 0x91, 0x0E, 0xE0, 0x24, 0xFE, 0x60, 0x14, 0x24, 0xFE, 0x60, 0x10, -+0x14, 0x60, 0x07, 0x14, 0x60, 0x04, 0x24, 0x05, 0x70, 0x41, 0xB1, 0x7C, 0xB1, 0x88, 0x80, 0x0D, -+0xB1, 0x7C, 0x90, 0x91, 0x0E, 0xE0, 0x90, 0x92, 0xE2, 0xF0, 0x12, 0x4E, 0xD4, 0x90, 0x93, 0x0C, -+0xE0, 0xFF, 0x90, 0x93, 0x07, 0x12, 0x47, 0x56, 0x90, 0x93, 0x0B, 0xE0, 0x7C, 0x00, 0x29, 0xF9, -+0xEC, 0x3A, 0xFA, 0xC3, 0xE9, 0x9F, 0xF9, 0xEA, 0x94, 0x00, 0xFA, 0x75, 0x40, 0x01, 0x75, 0x41, -+0x90, 0x75, 0x42, 0xDD, 0xA3, 0xE0, 0xF5, 0x43, 0x12, 0x34, 0x2C, 0x22, 0x7B, 0x01, 0x7A, 0x90, -+0x79, 0xDD, 0x90, 0x93, 0x0A, 0xE0, 0xFD, 0x22, 0x90, 0x92, 0xEF, 0xED, 0xF0, 0x90, 0x92, 0xEC, -+0x12, 0x47, 0x5F, 0x12, 0x4F, 0xAE, 0x90, 0x92, 0xF3, 0xF0, 0x90, 0x92, 0xEC, 0x12, 0x5B, 0xEB, -+0x75, 0x43, 0x03, 0x7B, 0x01, 0x7A, 0x92, 0x79, 0xF0, 0x12, 0x34, 0x2C, 0x90, 0x92, 0xEF, 0xE0, -+0x70, 0x2E, 0xFF, 0xB1, 0xE1, 0xE0, 0xB4, 0xFF, 0x06, 0xB1, 0xE1, 0xE4, 0xF0, 0x80, 0x07, 0xB1, -+0xE1, 0xE0, 0x04, 0xF0, 0x80, 0x05, 0x0F, 0xEF, 0xB4, 0x03, 0xE8, 0x75, 0x40, 0x01, 0x75, 0x41, -+0x92, 0x75, 0x42, 0xF0, 0x75, 0x43, 0x03, 0x90, 0x92, 0xEC, 0x12, 0x47, 0x56, 0x12, 0x34, 0x2C, -+0x22, 0x74, 0xF0, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0xF5, 0x83, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, -+0xFD, 0xEC, 0xFF, 0x22, 0x90, 0x92, 0xA5, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0xEF, 0x60, 0x08, -+0x90, 0x91, 0x68, 0xE0, 0xFF, 0x12, 0x5D, 0x3D, 0x22, 0xA3, 0xE0, 0x24, 0x28, 0xF9, 0xE4, 0x34, -+0xFC, 0xFA, 0x7B, 0x01, 0x22, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, -+0xFE, 0x74, 0x00, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x7A, 0x00, 0x24, 0x00, -+0xFF, 0xEA, 0x3E, 0x22, 0xF1, 0x42, 0x12, 0x5E, 0xE6, 0x90, 0x91, 0x92, 0xF0, 0xA3, 0xEF, 0xF0, -+0x90, 0x02, 0x87, 0xE0, 0xF9, 0x90, 0x8F, 0x30, 0xE0, 0x30, 0xE0, 0x6A, 0xEC, 0xC3, 0x99, 0x50, -+0x65, 0x90, 0x91, 0x92, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0xF1, 0x2A, 0xAD, 0x07, 0xD1, 0x15, 0x54, -+0x3F, 0x90, 0x91, 0x94, 0xF1, 0x9D, 0xE0, 0x54, 0x03, 0xFB, 0xEF, 0x24, 0x18, 0xFF, 0xE4, 0x33, -+0xCF, 0x2B, 0xCF, 0x3A, 0x90, 0x91, 0x94, 0x8F, 0xF0, 0x12, 0x46, 0xD6, 0x90, 0x91, 0x94, 0xD1, -+0xB7, 0x90, 0x91, 0x94, 0xEE, 0xF1, 0x3A, 0xEE, 0x8F, 0xF0, 0xF1, 0x32, 0xFE, 0xA3, 0xE0, 0xFF, -+0xD3, 0x90, 0x91, 0x93, 0xE0, 0x9F, 0x90, 0x91, 0x92, 0xE0, 0x9E, 0x40, 0x11, 0x90, 0x8E, 0xB0, -+0xF1, 0x4B, 0x90, 0x91, 0x93, 0xE0, 0x9F, 0xF0, 0x90, 0x91, 0x92, 0xE0, 0x9E, 0xF0, 0x12, 0x63, -+0x06, 0xF1, 0x58, 0x0C, 0x80, 0x96, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x7D, 0x07, 0xEF, 0x5D, -+0xC3, 0x60, 0x0A, 0xD1, 0xD1, 0x24, 0x08, 0xFF, 0xE4, 0x3E, 0xFE, 0x80, 0x03, 0xD1, 0xD1, 0xFF, -+0x22, 0x74, 0xFF, 0x9D, 0xFD, 0x74, 0xFF, 0x94, 0x00, 0x5E, 0xFE, 0xED, 0x5F, 0x22, 0xF1, 0x66, -+0xAD, 0x07, 0x90, 0x01, 0xC4, 0x74, 0xDE, 0xF0, 0x74, 0x86, 0xA3, 0xF0, 0xED, 0x64, 0x01, 0x60, -+0x1E, 0x12, 0x67, 0xA4, 0xED, 0xB4, 0x02, 0x08, 0x90, 0x01, 0xC7, 0x74, 0x40, 0xF0, 0x80, 0x0A, -+0xED, 0xB4, 0x04, 0x06, 0x90, 0x01, 0xC7, 0x74, 0x41, 0xF0, 0x7F, 0x01, 0x02, 0x74, 0x11, 0xD1, -+0x34, 0x90, 0x02, 0x87, 0xE0, 0x70, 0xF8, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x02, 0xF0, 0x74, 0xDE, -+0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x86, 0xA3, 0xF0, 0x22, 0xEA, 0x90, 0xFD, 0x11, 0xF0, 0xAF, -+0x03, 0x22, 0x12, 0x46, 0xD6, 0x90, 0x8E, 0xAF, 0xE0, 0x22, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x91, -+0x92, 0x22, 0x90, 0x01, 0x1F, 0xE0, 0xFE, 0x90, 0x01, 0x1E, 0x22, 0xE0, 0x24, 0x01, 0xFF, 0x90, -+0x8E, 0xAF, 0xE0, 0x34, 0x00, 0xFE, 0xC3, 0x22, 0x90, 0x02, 0x84, 0xEF, 0xF0, 0xEE, 0xA3, 0xF0, -+0xA3, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0x02, 0x86, 0xE0, 0x20, 0xE2, 0x03, 0x7F, 0x04, 0x22, -+0x90, 0x02, 0x86, 0xE0, 0x7F, 0x01, 0x20, 0xE1, 0x02, 0x7F, 0x02, 0x22, 0x31, 0x9C, 0x90, 0x91, -+0x78, 0x12, 0x77, 0xE5, 0xEF, 0x54, 0x04, 0xFF, 0xEE, 0x54, 0xFB, 0x4F, 0xF0, 0x12, 0x26, 0x1E, -+0xC3, 0x13, 0x30, 0xE0, 0x07, 0x12, 0x4E, 0xCE, 0x90, 0x91, 0x79, 0xF0, 0x22, 0xF0, 0xA3, 0xEF, -+0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x54, 0x0F, 0x33, 0x33, -+0x33, 0x54, 0xF8, 0xFF, 0x74, 0x03, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x8E, 0x16, 0xE0, 0xFF, 0x90, 0x8E, 0x15, 0xE0, 0xB5, -+0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x41, 0x90, 0x8E, 0x15, 0xE0, 0xFE, -+0x75, 0xF0, 0x08, 0x90, 0x8D, 0xC5, 0x12, 0x47, 0x4A, 0xE0, 0xFD, 0xEE, 0x75, 0xF0, 0x08, 0xA4, -+0x24, 0xC6, 0xF9, 0x74, 0x8D, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xAF, 0x05, 0x12, 0x6A, 0x66, 0x90, -+0x8E, 0x15, 0x12, 0x7F, 0x8F, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0x8E, -+0x15, 0xF0, 0x12, 0x7A, 0x28, 0x90, 0x8D, 0x01, 0xE0, 0x44, 0x02, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0xE4, 0x90, 0x8E, 0xAD, 0xF0, 0xA3, 0xF0, 0x90, 0x8E, 0x15, 0xF0, 0xA3, 0xF0, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0x21, 0x31, 0xF9, 0xA3, 0xF0, 0xA3, 0xF0, 0x90, -+0x93, 0x21, 0x51, 0x63, 0xE0, 0x60, 0x24, 0xC3, 0x90, 0x93, 0x24, 0xE0, 0x94, 0xE8, 0x90, 0x93, -+0x23, 0xE0, 0x94, 0x03, 0x40, 0x0B, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x00, 0x80, -+0x0C, 0x90, 0x93, 0x23, 0x12, 0x59, 0x36, 0x51, 0x4A, 0x80, 0xD4, 0x7F, 0x01, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0x29, 0x12, 0x47, 0x5F, 0x7F, -+0x96, 0x7E, 0x02, 0x11, 0x2F, 0xEF, 0x60, 0x44, 0x12, 0x5E, 0xDE, 0xFE, 0xEF, 0x24, 0x01, 0xFF, -+0xE4, 0x3E, 0xFE, 0x90, 0x93, 0x2C, 0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0x93, -+0x2C, 0xE0, 0xFD, 0x90, 0x02, 0x94, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x93, 0x29, 0x31, 0xF0, 0x24, -+0x02, 0xFF, 0xE4, 0x33, 0xFE, 0x11, 0xD1, 0x90, 0x93, 0x2C, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0x93, -+0x29, 0x12, 0x47, 0x56, 0x31, 0x88, 0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0xE4, 0xFC, 0xED, 0x2C, 0x24, 0x00, 0x31, 0x1B, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, 0xF3, -+0x74, 0x00, 0x2D, 0x31, 0x1B, 0xEF, 0xF0, 0xEE, 0x54, 0x3F, 0xFF, 0x74, 0x01, 0x2D, 0xF5, 0x82, -+0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, -+0x83, 0xE0, 0x54, 0xF0, 0xF0, 0x12, 0x87, 0xB4, 0xE0, 0x44, 0x80, 0xF0, 0x74, 0x0B, 0x2D, 0xF5, -+0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFB, -+0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFF, 0x90, 0x8E, 0xAE, 0xE0, -+0xFE, 0x90, 0x8E, 0xAD, 0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, 0x01, 0x80, 0x02, 0x7E, 0x00, 0xEE, -+0x64, 0x01, 0x60, 0x3F, 0xED, 0x51, 0x6C, 0xFA, 0x7B, 0x01, 0x11, 0x72, 0x7F, 0x01, 0xEF, 0x60, -+0x32, 0x90, 0x8E, 0xAD, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x02, 0x80, 0x02, 0x7F, 0x00, 0xEF, -+0x60, 0x05, 0xE4, 0x90, 0x8E, 0xAD, 0xF0, 0x90, 0x8E, 0xAE, 0xE0, 0xFF, 0x90, 0x8E, 0xAD, 0xE0, -+0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x07, 0x90, 0x8D, 0x01, 0xE0, -+0x44, 0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x93, 0x25, 0xEF, 0xF0, 0xA3, 0x12, 0x47, -+0x5F, 0x90, 0x93, 0x43, 0xE0, 0xFE, 0x04, 0xF0, 0x12, 0x4F, 0xE4, 0x74, 0x00, 0x2F, 0xF9, 0xE4, -+0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x93, 0x26, 0x12, 0x5B, -+0xEB, 0x75, 0x43, 0x02, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x12, 0x34, 0x2C, 0x90, 0x93, 0x25, -+0xE0, 0x24, 0x02, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, -+0xA3, 0x12, 0x47, 0x56, 0xE9, 0x24, 0x02, 0xF9, 0xE4, 0x3A, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, -+0x90, 0x93, 0x26, 0x31, 0xF0, 0xF5, 0x43, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x02, 0x34, 0x2C, -+0x12, 0x47, 0x56, 0x90, 0x00, 0x0E, 0x02, 0x26, 0x37, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0x22, -+0x90, 0x91, 0xB2, 0x31, 0xF9, 0x90, 0x91, 0xBA, 0xF0, 0x90, 0x91, 0xBA, 0xE0, 0xFD, 0xC3, 0x94, -+0x06, 0x50, 0x22, 0x90, 0x91, 0xB3, 0xE0, 0x24, 0x04, 0x51, 0x51, 0x12, 0x63, 0x21, 0x90, 0x91, -+0xBA, 0xE0, 0x24, 0xB4, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x91, 0xBA, -+0xE0, 0x04, 0xF0, 0x80, 0xD4, 0x78, 0x3A, 0x7C, 0x8F, 0x7D, 0x01, 0x7B, 0x01, 0x7A, 0x91, 0x79, -+0xB4, 0x51, 0x5A, 0x7F, 0x00, 0x70, 0x02, 0x7F, 0x01, 0x22, 0x7F, 0x0A, 0x7E, 0x00, 0x02, 0x3A, -+0xF7, 0xFF, 0x90, 0x91, 0xB2, 0xE0, 0x34, 0x00, 0xFE, 0x22, 0x7E, 0x00, 0x7F, 0x06, 0x12, 0x49, -+0x14, 0xEF, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xF5, 0x82, 0x8E, 0x83, 0x22, 0x75, 0xF0, 0x0F, 0xA4, -+0x24, 0x17, 0xF9, 0x74, 0x8E, 0x35, 0xF0, 0x22, 0xE4, 0x90, 0x91, 0x8E, 0xF0, 0xA3, 0xF0, 0x90, -+0x02, 0x86, 0xE0, 0x20, 0xE1, 0x23, 0xC3, 0x90, 0x91, 0x8F, 0xE0, 0x94, 0xD0, 0x90, 0x91, 0x8E, -+0xE0, 0x94, 0x07, 0x40, 0x0A, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x04, 0xF0, 0x7F, 0x00, 0x22, 0x90, -+0x91, 0x8E, 0x12, 0x59, 0x36, 0x51, 0x4A, 0x80, 0xD6, 0x7F, 0x01, 0x22, 0x90, 0x91, 0xA2, 0x31, -+0xF9, 0xA3, 0xF0, 0x90, 0x91, 0xA4, 0xE0, 0xFD, 0xC3, 0x94, 0x04, 0x50, 0x29, 0x90, 0x91, 0xA3, -+0xE0, 0x24, 0x10, 0x12, 0x65, 0xA2, 0xFE, 0x12, 0x63, 0x21, 0x90, 0x91, 0xA4, 0xE0, 0x24, 0x1B, -+0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0xE0, 0x6F, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x90, 0x91, -+0xA4, 0xE0, 0x04, 0xF0, 0x80, 0xCD, 0x7F, 0x01, 0x22, 0xEF, 0x70, 0x04, 0x74, 0xF0, 0x80, 0x16, -+0xEF, 0xB4, 0x01, 0x04, 0x74, 0xF4, 0x80, 0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, 0x80, 0x06, -+0xEF, 0xB4, 0x03, 0x0C, 0x74, 0xFC, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, 0xEB, 0xF0, -+0x22, 0xE4, 0xF5, 0x55, 0xF5, 0x56, 0xF5, 0x57, 0x75, 0x58, 0x80, 0xAD, 0x55, 0x7F, 0x50, 0x12, -+0x3A, 0x96, 0xAD, 0x56, 0x7F, 0x51, 0x12, 0x3A, 0x96, 0xAD, 0x57, 0x7F, 0x52, 0x12, 0x3A, 0x96, -+0xAD, 0x58, 0x7F, 0x53, 0x02, 0x3A, 0x96, 0x75, 0x5D, 0x10, 0xE4, 0xF5, 0x5E, 0x75, 0x5F, 0x07, -+0x75, 0x60, 0x42, 0x90, 0x01, 0x30, 0xE5, 0x5D, 0xF0, 0xA3, 0xE5, 0x5E, 0xF0, 0xA3, 0xE5, 0x5F, -+0xF0, 0xA3, 0xE5, 0x60, 0xF0, 0x22, 0x75, 0x65, 0x06, 0x75, 0x66, 0x01, 0x75, 0x67, 0x03, 0x75, -+0x68, 0x62, 0x90, 0x01, 0x38, 0xE5, 0x65, 0xF0, 0xA3, 0xE5, 0x66, 0xF0, 0xA3, 0xE5, 0x67, 0xF0, -+0xA3, 0xE5, 0x68, 0xF0, 0x22, 0x90, 0x01, 0x94, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x01, 0xC7, 0xE4, -+0xF0, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x01, 0x9C, 0x74, 0x7E, 0xF0, 0xA3, -+0x74, 0x92, 0xF0, 0xA3, 0x74, 0xA0, 0xF0, 0xA3, 0x74, 0x24, 0xF0, 0x90, 0x01, 0x9B, 0x74, 0x49, -+0xF0, 0x90, 0x01, 0x9A, 0x74, 0xE0, 0xF0, 0x90, 0x01, 0x99, 0xE4, 0xF0, 0x90, 0x01, 0x98, 0x04, -+0xF0, 0x22, 0xE4, 0x90, 0x91, 0x8A, 0xF0, 0xA3, 0xF0, 0x90, 0x01, 0x98, 0xE0, 0x7F, 0x00, 0x30, -+0xE4, 0x02, 0x7F, 0x01, 0xEF, 0x64, 0x01, 0x60, 0x3D, 0xC3, 0x90, 0x91, 0x8B, 0xE0, 0x94, 0x88, -+0x90, 0x91, 0x8A, 0xE0, 0x94, 0x13, 0x40, 0x0F, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x10, 0xF0, 0x90, -+0x01, 0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1F, 0x90, 0x91, 0x8A, 0x12, 0x59, 0x36, 0x12, 0x70, 0x64, -+0xD3, 0x90, 0x91, 0x8B, 0xE0, 0x94, 0x32, 0x90, 0x91, 0x8A, 0xE0, 0x94, 0x00, 0x40, 0xBA, 0x90, -+0x01, 0xC6, 0xE0, 0x30, 0xE3, 0xB3, 0x90, 0x01, 0xC7, 0x74, 0xFE, 0xF0, 0x22, 0x7F, 0x02, 0x90, -+0x91, 0x77, 0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x10, 0xEF, 0x25, 0xE0, 0x24, 0x81, 0xF8, 0xE6, -+0x30, 0xE4, 0x03, 0x7F, 0x00, 0x22, 0x0F, 0x80, 0xE6, 0x7F, 0x01, 0x22, 0x90, 0x01, 0xE4, 0x74, -+0x29, 0xF0, 0xA3, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x34, 0xE0, 0x55, 0x5D, 0xF5, 0x61, 0xA3, 0xE0, -+0x55, 0x5E, 0xF5, 0x62, 0xA3, 0xE0, 0x55, 0x5F, 0xF5, 0x63, 0xA3, 0xE0, 0x55, 0x60, 0xF5, 0x64, -+0x90, 0x01, 0x34, 0xE5, 0x61, 0xF0, 0xA3, 0xE5, 0x62, 0xF0, 0xA3, 0xE5, 0x63, 0xF0, 0xA3, 0xE5, -+0x64, 0xF0, 0x22, 0x90, 0x01, 0x3C, 0xE0, 0x55, 0x65, 0xF5, 0x69, 0xA3, 0xE0, 0x55, 0x66, 0xF5, -+0x6A, 0xA3, 0xE0, 0x55, 0x67, 0xF5, 0x6B, 0xA3, 0xE0, 0x55, 0x68, 0xF5, 0x6C, 0x90, 0x01, 0x3C, -+0xE5, 0x69, 0xF0, 0xA3, 0xE5, 0x6A, 0xF0, 0xA3, 0xE5, 0x6B, 0xF0, 0xA3, 0xE5, 0x6C, 0xF0, 0x53, -+0x91, 0xDF, 0x22, 0x90, 0x01, 0xCF, 0xE0, 0x90, 0x92, 0xA5, 0xF0, 0xE0, 0xFF, 0x30, 0xE0, 0x07, -+0x90, 0x01, 0xCF, 0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE5, 0x23, 0x90, 0x01, 0xCF, 0xE0, 0x54, -+0xDF, 0xF0, 0x90, 0x01, 0x34, 0x74, 0x20, 0xF0, 0xE4, 0xF5, 0xA8, 0xF5, 0xE8, 0x12, 0x4C, 0xEA, -+0x90, 0x00, 0x03, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x03, 0x12, 0x3A, 0x96, 0x80, 0xFE, 0x22, 0x90, -+0x91, 0x82, 0xE0, 0x04, 0xF0, 0x90, 0x8E, 0xCB, 0xE0, 0x64, 0x02, 0x60, 0x03, 0x12, 0x6D, 0x85, -+0x22, 0x90, 0x8E, 0xC8, 0xE0, 0x60, 0x03, 0x12, 0x57, 0xA8, 0x22, 0x90, 0x8E, 0xC8, 0xE0, 0x60, -+0x03, 0x12, 0x6F, 0x40, 0x22, 0xB1, 0x2F, 0x90, 0x92, 0xB6, 0xEF, 0xF0, 0x30, 0xE0, 0x05, 0x7D, -+0x01, 0xE4, 0x80, 0x02, 0xE4, 0xFD, 0xFF, 0x12, 0x51, 0x22, 0x90, 0x92, 0xB6, 0xE0, 0x30, 0xE6, -+0x11, 0x90, 0x01, 0x2F, 0xE0, 0x30, 0xE7, 0x04, 0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, -+0x80, 0xF0, 0x12, 0x77, 0xD2, 0xFB, 0x90, 0x93, 0x38, 0x74, 0x02, 0xF0, 0x02, 0x72, 0x47, 0xE4, -+0x90, 0x92, 0xB8, 0xF0, 0xA3, 0xF0, 0x90, 0x00, 0x83, 0xE0, 0x90, 0x92, 0xB7, 0xF0, 0x90, 0x00, -+0x83, 0xE0, 0xFE, 0x90, 0x92, 0xB7, 0xE0, 0xFF, 0xB5, 0x06, 0x01, 0x22, 0xC3, 0x90, 0x92, 0xB9, -+0xE0, 0x94, 0x64, 0x90, 0x92, 0xB8, 0xE0, 0x94, 0x00, 0x40, 0x0D, 0x90, 0x01, 0xC0, 0xE0, 0x44, -+0x40, 0xF0, 0x90, 0x92, 0xB7, 0xE0, 0xFF, 0x22, 0x90, 0x92, 0xB8, 0x12, 0x59, 0x36, 0x80, 0xC6, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x1A, 0x90, 0x05, 0x22, -+0xE0, 0x54, 0x90, 0x60, 0x07, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x08, 0xF0, 0x90, 0x01, 0xC6, 0xE0, -+0x30, 0xE1, 0xE4, 0x7F, 0x00, 0x80, 0x02, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xC3, 0xEE, -+0x94, 0x01, 0x40, 0x0A, 0x0D, 0xED, 0x13, 0x90, 0xFD, 0x10, 0xF0, 0xE4, 0x2F, 0xFF, 0x22, 0x90, -+0x01, 0xC4, 0x74, 0xAF, 0xF0, 0x74, 0x8D, 0xA3, 0xF0, 0x90, 0x00, 0x90, 0xE0, 0x20, 0xE0, 0xF9, -+0x74, 0xAF, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x8D, 0xA3, 0xF0, 0x22, 0x90, 0x8E, 0xC4, 0xE0, -+0x44, 0x10, 0xF0, 0x90, 0x8D, 0x07, 0xE0, 0xB4, 0x03, 0x0C, 0x90, 0x00, 0x70, 0xE0, 0x44, 0x80, -+0xFD, 0x7F, 0x70, 0x12, 0x3A, 0x96, 0x90, 0x8E, 0xD3, 0xE0, 0xFD, 0x7F, 0x93, 0x12, 0x3A, 0x96, -+0x90, 0x8E, 0xC9, 0xE0, 0x60, 0x12, 0x90, 0x01, 0x2F, 0xE0, 0x30, 0xE7, 0x05, 0x74, 0x10, 0xF0, -+0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x90, 0xF0, 0x90, 0x00, 0x08, 0xE0, 0x44, 0x10, 0xFD, 0x7F, -+0x08, 0x12, 0x3A, 0x96, 0x7F, 0x01, 0x12, 0x58, 0xDD, 0x90, 0x00, 0x90, 0xE0, 0x44, 0x01, 0xFD, -+0x7F, 0x90, 0x12, 0x3A, 0x96, 0x7F, 0x14, 0x7E, 0x00, 0x02, 0x3A, 0xF7, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0x92, 0xBA, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x36, 0xCE, 0x90, 0x92, -+0xC4, 0x12, 0x27, 0x48, 0x90, 0x92, 0xBC, 0x12, 0x47, 0x32, 0x12, 0x27, 0x15, 0x90, 0x92, 0xC4, -+0x12, 0x47, 0x3E, 0x12, 0x47, 0x07, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x92, -+0xBC, 0x12, 0x47, 0x32, 0x90, 0x92, 0xC0, 0x12, 0x47, 0x3E, 0x12, 0x47, 0x07, 0xD0, 0x03, 0xD0, -+0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x14, 0x90, 0x92, 0xC8, 0x12, 0x27, 0x48, 0x90, 0x92, -+0xC8, 0x12, 0x6B, 0xB7, 0x90, 0x92, 0xBA, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x37, 0x5D, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0x91, 0x78, 0x12, 0x6F, 0xED, 0x30, 0xE0, 0x0D, 0x7B, 0x00, 0x7A, -+0x00, 0x79, 0x00, 0xD1, 0xAD, 0x04, 0xF0, 0x02, 0x5B, 0xF5, 0x02, 0x56, 0x8F, 0x90, 0x92, 0xCF, -+0x12, 0x47, 0x5F, 0xE4, 0x90, 0x92, 0xD2, 0xF0, 0xA3, 0x22, 0x90, 0x91, 0x78, 0xE0, 0x54, 0xFE, -+0xF0, 0x54, 0x7F, 0xF0, 0x54, 0xFB, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFD, 0x7F, 0x8F, 0x12, 0x3A, 0x96, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xD1, 0xD1, 0x90, 0x91, 0x76, 0xE0, 0xFF, 0xF1, 0x0E, 0x90, 0x01, 0x3F, -+0x74, 0x04, 0xF0, 0x90, 0x8D, 0x07, 0xE0, 0xFF, 0xB4, 0x01, 0x07, 0x90, 0xFD, 0x00, 0xE0, 0x54, -+0xEF, 0xF0, 0xEF, 0xB4, 0x01, 0x07, 0x90, 0xFE, 0x10, 0xE0, 0x54, 0xFB, 0xF0, 0x22, 0x90, 0x91, -+0x95, 0xEF, 0xF0, 0xE4, 0xFF, 0x74, 0xDD, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x90, 0xF5, 0x83, 0xE0, -+0xFE, 0x74, 0x84, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x04, 0xF5, 0x83, 0xEE, 0xF0, 0x0F, 0xEF, 0xB4, -+0x08, 0xE3, 0x90, 0x91, 0x0D, 0xE0, 0x90, 0x04, 0x8C, 0xF0, 0x75, 0x40, 0x01, 0x75, 0x41, 0x90, -+0x75, 0x42, 0x4C, 0x75, 0x43, 0x08, 0x7B, 0x01, 0x7A, 0x90, 0x79, 0xE5, 0x12, 0x34, 0x2C, 0x90, -+0x91, 0x76, 0xE0, 0x60, 0x1F, 0x90, 0x91, 0x95, 0xE0, 0xFF, 0x12, 0x5E, 0x5E, 0x7E, 0x00, 0x12, -+0x82, 0xEC, 0xC0, 0x03, 0x8B, 0x40, 0x75, 0x41, 0x90, 0x75, 0x42, 0xDD, 0x75, 0x43, 0x32, 0xD0, -+0x03, 0x12, 0x34, 0x2C, 0x22, 0x90, 0x8F, 0x32, 0xE0, 0xC4, 0x54, 0x0F, 0x20, 0xE0, 0x0A, 0x90, -+0x01, 0x3F, 0xE0, 0x30, 0xE2, 0x03, 0x12, 0x67, 0xA4, 0x90, 0x8F, 0x39, 0xE0, 0x30, 0xE0, 0x0D, -+0x90, 0x8F, 0x33, 0xE0, 0xC4, 0x54, 0x0F, 0x20, 0xE0, 0x03, 0x7F, 0x00, 0x22, 0x7F, 0x01, 0x22, -+0xEF, 0x90, 0x01, 0xC7, 0xB4, 0xA0, 0x05, 0x74, 0x04, 0xF0, 0x80, 0x03, 0x74, 0x08, 0xF0, 0x02, -+0x67, 0xA4, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x20, 0xE0, 0x05, 0x90, 0x91, 0x65, -+0x80, 0x03, 0x90, 0x91, 0x66, 0xE0, 0x90, 0x91, 0x0E, 0xF0, 0x90, 0x91, 0x0E, 0xE0, 0x14, 0x60, -+0x13, 0x14, 0x60, 0x14, 0x24, 0xFE, 0x60, 0x10, 0x14, 0x60, 0x09, 0x14, 0x60, 0x06, 0x24, 0x06, -+0xE4, 0xFE, 0x80, 0x06, 0x7E, 0x04, 0x80, 0x02, 0x7E, 0x08, 0xAF, 0x06, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0x8F, 0x39, 0xE0, 0x30, 0xE0, 0x03, 0x7F, 0x01, 0x22, 0x90, 0x06, 0x90, 0xE0, 0x20, -+0xE5, 0x10, 0x90, 0x01, 0x3F, 0xE0, 0x30, 0xE2, 0x09, 0x90, 0x01, 0xC7, 0x74, 0x25, 0xF0, 0x7F, -+0x01, 0x22, 0x7F, 0x00, 0x22, 0x90, 0x02, 0x09, 0xE0, 0x90, 0x91, 0x92, 0xF0, 0x12, 0x26, 0x1E, -+0x90, 0x91, 0x65, 0x12, 0x4E, 0xCD, 0x90, 0x91, 0x66, 0xF0, 0x22, 0x11, 0x6A, 0x90, 0x91, 0x67, -+0x12, 0x4E, 0xCD, 0xFF, 0xED, 0x2F, 0x90, 0x91, 0x68, 0x12, 0x4F, 0xEC, 0xFF, 0xED, 0x2F, 0x90, -+0x91, 0x69, 0x12, 0x4F, 0xAD, 0xFF, 0xED, 0x2F, 0x90, 0x91, 0x6A, 0x12, 0x4F, 0xCF, 0xFF, 0xED, -+0x2F, 0x90, 0x91, 0x6B, 0x12, 0x4F, 0xDD, 0xFF, 0xED, 0x2F, 0x90, 0x91, 0x6C, 0x12, 0x4F, 0xD6, -+0xFF, 0xAE, 0x05, 0xED, 0x2F, 0x90, 0x91, 0x6D, 0xF0, 0x22, 0x90, 0x02, 0x09, 0xE0, 0xFD, 0x12, -+0x26, 0x1E, 0xFE, 0xAF, 0x05, 0xED, 0x2E, 0x22, 0x11, 0x6A, 0x90, 0x91, 0x75, 0x12, 0x4E, 0xCD, -+0xFF, 0xAE, 0x05, 0xED, 0x2F, 0x90, 0x91, 0x76, 0xF0, 0x22, 0x11, 0x6A, 0x90, 0x91, 0x6E, 0x12, -+0x4E, 0xCD, 0xFF, 0xED, 0x2F, 0x90, 0x91, 0x6F, 0x12, 0x4F, 0xEC, 0xFF, 0xED, 0x2F, 0x90, 0x91, -+0x70, 0x12, 0x4F, 0xAD, 0xFF, 0xED, 0x2F, 0x90, 0x91, 0x71, 0x12, 0x4F, 0xCF, 0xFF, 0xED, 0x2F, -+0x90, 0x91, 0x72, 0x12, 0x4F, 0xDD, 0xFF, 0xED, 0x2F, 0x90, 0x91, 0x73, 0x12, 0x4F, 0xD6, 0xFF, -+0xAE, 0x05, 0xED, 0x2F, 0x90, 0x91, 0x74, 0xF0, 0x22, 0xE4, 0xFF, 0x74, 0x18, 0x11, 0xF3, 0xFE, -+0x74, 0x40, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x8F, 0xF5, 0x83, 0xEE, 0xF0, 0x74, 0x10, 0x11, 0xF3, -+0xFE, 0x74, 0x3A, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x8F, 0xF5, 0x83, 0xEE, 0xF0, 0x0F, 0xEF, 0xB4, -+0x06, 0xD9, 0x22, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x06, 0xF5, 0x83, 0xE0, 0x22, 0x90, 0x04, 0x1A, -+0xE0, 0xF4, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x90, 0x04, 0x1B, 0xE0, 0x54, 0x07, 0x64, 0x07, 0x7F, -+0x01, 0x60, 0x02, 0x7F, 0x00, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x11, 0xFD, 0xEF, -+0x64, 0x01, 0x70, 0x33, 0x90, 0x8E, 0xCC, 0xE0, 0xFF, 0x54, 0x03, 0x70, 0x2A, 0x90, 0x8E, 0xCA, -+0xE0, 0xFE, 0xE4, 0xC3, 0x9E, 0x40, 0x20, 0xEF, 0x20, 0xE2, 0x1C, 0x90, 0x8E, 0xCC, 0xE0, 0x20, -+0xE4, 0x15, 0x90, 0x8E, 0xC4, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x0A, 0x90, 0x8F, 0x2B, -+0xE0, 0x70, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x8F, -+0x2C, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x30, 0x90, 0x02, 0x87, 0xE0, 0x70, 0x33, 0x90, 0x01, 0x00, -+0xE0, 0x64, 0x3F, 0x70, 0x2B, 0x90, 0x8F, 0x30, 0xE0, 0x30, 0xE0, 0x06, 0x90, 0x02, 0x82, 0xE0, -+0x70, 0x1E, 0x90, 0x8F, 0x39, 0xE0, 0x20, 0xE0, 0x17, 0x90, 0x02, 0x86, 0xE0, 0x30, 0xE1, 0x10, -+0x90, 0x02, 0x86, 0xE0, 0x20, 0xE3, 0x09, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x03, 0x7F, 0x01, 0x22, -+0x7F, 0x00, 0x22, 0x7D, 0x2E, 0x7F, 0x6F, 0x12, 0x53, 0x91, 0x7D, 0x02, 0x7F, 0x01, 0x02, 0x51, -+0x22, 0x90, 0x8F, 0x1F, 0x74, 0x04, 0xF0, 0xA3, 0x14, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0x64, -+0xF0, 0xA3, 0x74, 0x05, 0xF0, 0xA3, 0xF0, 0x22, 0x31, 0xFE, 0x40, 0x31, 0x90, 0x8E, 0xE2, 0xE0, -+0x04, 0xF0, 0x90, 0x8F, 0x24, 0xE0, 0xFF, 0x90, 0x8E, 0xE2, 0xE0, 0xD3, 0x9F, 0x50, 0x1E, 0x90, -+0x8E, 0xDA, 0xE0, 0x04, 0x12, 0x68, 0xF7, 0x90, 0x8E, 0xE1, 0xF0, 0xFB, 0x90, 0x8E, 0xDA, 0xE0, -+0xFF, 0xA3, 0xE0, 0xFD, 0x90, 0x93, 0x38, 0x74, 0x04, 0xF0, 0x12, 0x72, 0x47, 0x22, 0x90, 0x8F, -+0x25, 0xE0, 0xFF, 0x90, 0x8E, 0xD1, 0xE0, 0xD3, 0x9F, 0x22, 0x7D, 0x2F, 0x12, 0x6C, 0x16, 0x7D, -+0x08, 0x7F, 0x01, 0x02, 0x51, 0x22, 0x12, 0x57, 0x86, 0x7D, 0x0C, 0x7F, 0x01, 0x02, 0x51, 0x22, -+0x51, 0x25, 0x02, 0x49, 0x38, 0x7E, 0x00, 0x7F, 0x04, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x8F, 0x79, -+0x2C, 0x22, 0x90, 0x8F, 0x2C, 0xE0, 0x30, 0xE0, 0x0A, 0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, 0x03, -+0x12, 0x6E, 0x50, 0x22, 0x90, 0x8D, 0xC0, 0xE0, 0xFF, 0x90, 0x93, 0x1D, 0xE0, 0xFB, 0x90, 0x93, -+0x30, 0x74, 0x0A, 0xF0, 0x7D, 0x01, 0x12, 0x56, 0xDF, 0x90, 0x93, 0x1E, 0xEE, 0xF0, 0xFC, 0xA3, -+0xEF, 0xF0, 0xFD, 0x90, 0x93, 0x1C, 0xE0, 0xFF, 0x51, 0xE4, 0x90, 0x93, 0x1E, 0xE0, 0xFE, 0xA3, -+0xE0, 0xFF, 0x90, 0x81, 0x00, 0xE0, 0x54, 0x0F, 0xFD, 0xAC, 0x07, 0x51, 0xD8, 0x44, 0x01, 0xF0, -+0x51, 0xD8, 0x54, 0xFB, 0xF0, 0xAC, 0x07, 0x74, 0x12, 0x2C, 0x71, 0x1D, 0xE0, 0x44, 0xFA, 0xF0, -+0x74, 0x11, 0x2C, 0x71, 0x25, 0xE0, 0x44, 0x1F, 0xF0, 0xAC, 0x07, 0x74, 0x06, 0x2C, 0xF5, 0x82, -+0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x44, 0x0E, 0xF0, 0x90, 0x04, 0xA7, 0xE4, 0xF0, 0x90, 0x04, -+0xA6, 0xF0, 0x90, 0x04, 0xA5, 0x74, 0xFF, 0xF0, 0x90, 0x04, 0xA4, 0x74, 0xFD, 0xF0, 0x74, 0x14, -+0x2C, 0x51, 0xD0, 0xE0, 0x54, 0xC0, 0x4D, 0xFD, 0x74, 0x14, 0x2F, 0x51, 0xD0, 0xED, 0xF0, 0x22, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x0D, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0xE0, 0x22, 0x71, 0x03, 0x54, 0x3F, 0xF0, 0xEF, 0x60, 0x0B, 0x71, 0x0F, 0xE0, 0x44, -+0x10, 0x71, 0x02, 0x44, 0x80, 0xF0, 0x22, 0x71, 0x0F, 0xE0, 0x54, 0xEF, 0x71, 0x02, 0x44, 0x40, -+0xF0, 0x22, 0xF0, 0x74, 0x09, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x74, -+0x29, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x12, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x90, 0x93, 0x1C, -+0xE0, 0xFF, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0x55, 0xEF, 0xF0, 0x90, 0x8D, -+0xC0, 0xE0, 0xFF, 0x90, 0x04, 0x1C, 0xE0, 0x6F, 0x70, 0x3D, 0x90, 0x8E, 0xCB, 0xE0, 0x64, 0x0E, -+0x70, 0x15, 0x90, 0x93, 0x55, 0xE0, 0x70, 0x2F, 0x90, 0x8E, 0xC3, 0xE0, 0x54, 0x7F, 0xF0, 0x12, -+0x57, 0xF9, 0x12, 0x51, 0x1E, 0x80, 0x1D, 0x90, 0x8E, 0xCB, 0xE0, 0x64, 0x06, 0x70, 0x18, 0x90, -+0x93, 0x55, 0xE0, 0x60, 0x12, 0x90, 0x8E, 0xC3, 0xE0, 0x54, 0xBF, 0xF0, 0x71, 0x8C, 0x90, 0x8E, -+0xCB, 0x74, 0x04, 0xF0, 0x12, 0x57, 0x89, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x06, 0x04, 0xE0, -+0x44, 0x40, 0xF0, 0xE0, 0x44, 0x80, 0xF0, 0x22, 0x90, 0x91, 0xAF, 0xED, 0xF0, 0x90, 0x91, 0xAD, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x71, 0xB5, 0x90, 0x91, 0xAD, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xA3, -+0xE0, 0xFD, 0x02, 0x53, 0xFC, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x91, 0x66, 0xE0, -+0xFD, 0xB4, 0x02, 0x07, 0x91, 0x87, 0x74, 0x08, 0xF0, 0x80, 0x09, 0xED, 0xB4, 0x04, 0x05, 0x91, -+0x87, 0x74, 0x10, 0xF0, 0xEF, 0x64, 0x02, 0x4E, 0x60, 0x02, 0x81, 0x82, 0x90, 0x90, 0x44, 0xE0, -+0xFF, 0x64, 0xFE, 0x70, 0x02, 0x81, 0x82, 0xEF, 0x64, 0x02, 0x60, 0x07, 0xEF, 0x64, 0x03, 0x60, -+0x02, 0x81, 0x82, 0x90, 0x90, 0xA4, 0x91, 0x8F, 0x90, 0x91, 0xE3, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, -+0x7E, 0x00, 0x7F, 0x20, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0xC1, 0x12, 0x49, 0x38, 0x7B, -+0x01, 0x7A, 0x90, 0x79, 0xA6, 0x90, 0xAE, 0x73, 0x12, 0x47, 0x5F, 0x7A, 0x91, 0x79, 0xC1, 0x90, -+0xAE, 0x76, 0x12, 0x47, 0x5F, 0x7A, 0x90, 0x79, 0x13, 0x7D, 0x03, 0x12, 0x02, 0x00, 0x75, 0x40, -+0x01, 0x75, 0x41, 0x91, 0x75, 0x42, 0xC9, 0x75, 0x43, 0x10, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0xB0, -+0x12, 0x34, 0x2C, 0x90, 0x91, 0xC7, 0xE0, 0x54, 0x03, 0x90, 0x91, 0xC0, 0xF0, 0xC3, 0x94, 0x04, -+0x50, 0x1C, 0xE0, 0x90, 0x91, 0x0D, 0xF0, 0x75, 0x40, 0x01, 0x75, 0x41, 0x91, 0x75, 0x42, 0xB0, -+0x75, 0x43, 0x10, 0x7B, 0x01, 0x7A, 0x90, 0x79, 0xED, 0x12, 0x34, 0x2C, 0x80, 0x06, 0x90, 0x91, -+0x0D, 0x74, 0x05, 0xF0, 0x90, 0x91, 0xC0, 0xE0, 0xFF, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0xB0, 0x12, -+0x4D, 0x38, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x91, 0xE1, 0x74, 0x80, 0xF0, 0xA3, 0x22, 0xE0, -+0xFE, 0xA3, 0xE0, 0xFD, 0xED, 0xFF, 0x22, 0xB1, 0x30, 0x90, 0x91, 0x15, 0xE0, 0x70, 0x02, 0xA3, -+0xE0, 0x60, 0x2A, 0xE4, 0x90, 0x91, 0xA5, 0xF0, 0xB1, 0x27, 0x50, 0x24, 0x12, 0x65, 0x8F, 0x91, -+0xE1, 0x90, 0x91, 0xA5, 0xE0, 0x24, 0x23, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0xE0, 0x6F, -+0x60, 0x03, 0x7F, 0x00, 0x22, 0x90, 0x91, 0xA5, 0xE0, 0x04, 0xF0, 0x80, 0xDB, 0x7F, 0x00, 0x22, -+0x90, 0x06, 0x32, 0xE0, 0x44, 0x40, 0xF0, 0xE4, 0x90, 0x91, 0x21, 0xF0, 0xA3, 0xF0, 0x7F, 0x01, -+0x22, 0xED, 0x24, 0x1C, 0xFD, 0x02, 0x63, 0x21, 0xB1, 0x30, 0xE4, 0xA3, 0xF0, 0xB1, 0x27, 0x50, -+0x1E, 0x12, 0x65, 0x8F, 0x91, 0xE1, 0x90, 0x91, 0xA5, 0xE0, 0x24, 0x43, 0xF5, 0x82, 0xE4, 0x34, -+0x91, 0xF5, 0x83, 0xE0, 0xB5, 0x07, 0x1D, 0x90, 0x91, 0xA5, 0xE0, 0x04, 0xF0, 0x80, 0xDE, 0x90, -+0x06, 0x32, 0xE0, 0x44, 0x80, 0xF0, 0x90, 0x01, 0xC7, 0x74, 0x30, 0xF0, 0x7F, 0x01, 0x12, 0x74, -+0x11, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0x90, 0x91, 0xA5, 0xE0, 0xFD, 0xC3, 0x94, 0x02, 0x22, -+0x90, 0x91, 0xA2, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x22, 0xAD, 0x07, 0x90, 0x91, -+0x19, 0x12, 0x59, 0x36, 0x90, 0x91, 0x19, 0xE0, 0xFF, 0xAE, 0x05, 0x74, 0x04, 0x2E, 0x12, 0x5F, -+0xC3, 0xEF, 0xF0, 0x90, 0x91, 0x19, 0xA3, 0xE0, 0xFF, 0x74, 0x05, 0x2E, 0x12, 0x5F, 0xCB, 0xEF, -+0xF0, 0x22, 0xE4, 0x90, 0x92, 0xA1, 0xF0, 0x90, 0x92, 0x57, 0x12, 0x47, 0x56, 0x90, 0x92, 0x9F, -+0xE0, 0xFE, 0xA3, 0xE0, 0x29, 0xF9, 0xEA, 0x3E, 0xFA, 0xE9, 0x24, 0xC0, 0xF9, 0xEA, 0x34, 0xFF, -+0xFA, 0x74, 0x88, 0xFD, 0x12, 0x30, 0xA4, 0x90, 0x92, 0x57, 0x12, 0x47, 0x56, 0x90, 0x92, 0x9F, -+0xE0, 0xFE, 0xA3, 0xE0, 0x29, 0xF9, 0xEA, 0x3E, 0xFA, 0xE9, 0x24, 0xC4, 0xF9, 0xEA, 0x34, 0xFF, -+0xFA, 0xA3, 0xE0, 0x44, 0x89, 0xFD, 0x12, 0x30, 0xA4, 0x90, 0x92, 0x57, 0x12, 0x47, 0x56, 0x90, -+0x92, 0x9F, 0xE0, 0xFE, 0xA3, 0xE0, 0x29, 0xF9, 0xEA, 0x3E, 0xFA, 0xE9, 0x24, 0xC8, 0xF9, 0xEA, -+0x34, 0xFF, 0xFA, 0xA3, 0xE0, 0x44, 0x8A, 0xFD, 0x12, 0x30, 0xA4, 0x90, 0x92, 0x57, 0x12, 0x47, -+0x56, 0x90, 0x92, 0x9F, 0xE0, 0xFE, 0xA3, 0xE0, 0x29, 0xF9, 0xEA, 0x3E, 0xFA, 0xE9, 0x22, 0xA3, -+0x74, 0x40, 0xF0, 0x74, 0x5F, 0x2F, 0xF9, 0xE4, 0x34, 0x92, 0xFA, 0x7B, 0x01, 0x74, 0x40, 0x44, -+0x88, 0xFD, 0x12, 0x30, 0xA4, 0x90, 0x92, 0x9F, 0xA3, 0xE0, 0x24, 0x63, 0xF9, 0xE4, 0x34, 0x92, -+0xFA, 0x7B, 0x01, 0xA3, 0xE0, 0x44, 0x89, 0xFD, 0x12, 0x30, 0xA4, 0x90, 0x92, 0x9F, 0xA3, 0xE0, -+0x24, 0x67, 0xF9, 0xE4, 0x34, 0x92, 0xFA, 0x7B, 0x01, 0xA3, 0xE0, 0x44, 0x8A, 0xFD, 0x12, 0x30, -+0xA4, 0x90, 0x92, 0x9F, 0xA3, 0xE0, 0x22, 0x90, 0x91, 0xCC, 0xE4, 0x75, 0xF0, 0x08, 0x12, 0x46, -+0xD6, 0x90, 0x91, 0xCC, 0xE4, 0x75, 0xF0, 0x08, 0x02, 0x46, 0xD6, 0x54, 0xFE, 0xFD, 0x7F, 0x02, -+0x12, 0x3A, 0x96, 0x90, 0x00, 0x02, 0xE0, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x12, 0x3A, 0x96, 0x90, -+0x00, 0x02, 0xE0, 0x22, 0x90, 0x91, 0x6A, 0xE0, 0xFF, 0x90, 0x93, 0x30, 0x74, 0x08, 0xF0, 0x7B, -+0x18, 0x7D, 0x01, 0x12, 0x56, 0xDF, 0x90, 0x91, 0xC7, 0xEF, 0xF0, 0x90, 0x91, 0x6A, 0xE0, 0x90, -+0x04, 0x25, 0xF0, 0x22, 0x90, 0x91, 0xC9, 0xE0, 0xFF, 0x24, 0x4C, 0xF5, 0x82, 0xE4, 0x34, 0x90, -+0xF5, 0x83, 0x22, 0x90, 0x8E, 0xC4, 0xE0, 0xFF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0x12, 0x47, -+0x14, 0x90, 0x8F, 0x1B, 0x12, 0x27, 0x48, 0x90, 0x8E, 0xC4, 0xE0, 0x22, 0x90, 0x91, 0xA4, 0xE0, -+0xFD, 0x90, 0x91, 0xA3, 0xE0, 0x2D, 0x22, 0xF0, 0x90, 0x8E, 0xD4, 0xA3, 0xE0, 0x90, 0x05, 0x58, -+0xF0, 0x22, 0x7D, 0x01, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x5B, 0x7E, 0x00, 0x7F, 0x04, 0x12, 0x49, -+0x14, 0xEF, 0x22, 0x90, 0x8E, 0xC3, 0xE0, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0x7F, 0x00, 0x7E, -+0x0C, 0x12, 0x37, 0x5D, 0x7F, 0x00, 0x7E, 0x0E, 0x22, 0x74, 0x21, 0x2F, 0xF5, 0x82, 0xE4, 0x34, -+0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFE, 0xEF, 0x54, 0x07, 0xFF, -+0x22, 0x90, 0x91, 0xA5, 0xE0, 0xFD, 0x90, 0x91, 0xA4, 0xE0, 0x22, 0x75, 0x41, 0x90, 0x75, 0x42, -+0x4A, 0x75, 0x43, 0x02, 0x22, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xFD, 0x02, 0x63, 0x21, 0x7E, 0x0E, -+0x12, 0x37, 0x5D, 0x90, 0x00, 0xFF, 0xE0, 0x22, 0xD2, 0xAF, 0xC2, 0xAF, 0x90, 0x8D, 0x01, 0xE0, -+0xFF, 0x22, 0x90, 0x8F, 0x2E, 0xE0, 0x90, 0x05, 0x73, 0xF0, 0x22, 0x90, 0x8E, 0xC6, 0xE0, 0xFF, -+0xC4, 0x54, 0x0F, 0x22, 0x90, 0x8F, 0x32, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0x90, 0x91, 0x8E, -+0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0x7F, 0xB4, 0x7E, 0x08, 0x12, 0x36, 0xCE, 0xEF, 0x22, 0x2E, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x90, 0x06, 0x0A, 0xE0, 0x54, 0xF8, 0xF0, 0x22, -+0xEF, 0xF0, 0x90, 0x91, 0xAA, 0xE0, 0x04, 0x22, 0x7F, 0xB4, 0x7E, 0x08, 0x02, 0x37, 0x5D, 0xF0, -+0x90, 0x91, 0xC9, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0x91, 0xCC, 0xE4, 0x75, 0xF0, 0x02, 0x22, 0xF0, -+0xE4, 0x90, 0x91, 0xD7, 0xF0, 0xA3, 0x22, 0x90, 0x8E, 0xC4, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0x90, -+0x8E, 0xCE, 0xE0, 0xFF, 0xA3, 0xE0, 0x22, 0x90, 0x8E, 0xC6, 0xE0, 0xC4, 0x54, 0x0F, 0x22, 0x90, -+0x8E, 0xCE, 0xE0, 0x90, 0x05, 0x73, 0x22, 0x90, 0x8E, 0xCC, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0x2F, -+0xF8, 0xE6, 0xFE, 0xED, 0xF4, 0x5E, 0x22, 0x90, 0x93, 0x41, 0xE0, 0xFF, 0x7D, 0x48, 0x22, 0x7F, -+0xB0, 0x7E, 0x0C, 0x02, 0x37, 0x5D, 0xA8, 0x83, -+}; -+u4Byte ArrayLength_MP_8812A_FW_WoWLAN = 22504; -+ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_WoWLAN( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8812A_FW_WoWLAN; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8812A_FW_WoWLAN, ArrayLength_MP_8812A_FW_WoWLAN); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8812A_FW_WoWLAN; -+} -+ -+ -+ -+#endif /* end of (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP)))*/ -+ -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_fw.h 2017-06-07 23:07:21.023688669 +0300 -@@ -0,0 +1,73 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.11*/ -+#if (RTL8812A_SUPPORT == 1) -+#ifndef __INC_MP_FW_HW_IMG_8812A_H -+#define __INC_MP_FW_HW_IMG_8812A_H -+ -+ -+/****************************************************************************** -+* FW_AP.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_AP( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+/****************************************************************************** -+* FW_NIC.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_NIC( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+/****************************************************************************** -+* FW_NIC_BT.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_NIC_BT( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+/****************************************************************************** -+* FW_WoWLAN.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8812A_FW_WoWLAN( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.c 2017-06-07 23:07:21.023688669 +0300 -@@ -0,0 +1,294 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8812A_SUPPORT == 1) -+static BOOLEAN -+CheckPositive( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2, -+ IN const u4Byte Condition3, -+ IN const u4Byte Condition4 -+) -+{ -+ u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ -+ -+ u4Byte cond1 = Condition1, cond2 = Condition2, cond3 = Condition3, cond4 = Condition4; -+ u4Byte driver1 = pDM_Odm->CutVersion << 24 | -+ (pDM_Odm->SupportInterface & 0xF0) << 16 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ (pDM_Odm->SupportInterface & 0x0F) << 8 | -+ _BoardType; -+ -+ u4Byte driver2 = (pDM_Odm->TypeGLNA & 0xFF) << 0 | -+ (pDM_Odm->TypeGPA & 0xFF) << 8 | -+ (pDM_Odm->TypeALNA & 0xFF) << 16 | -+ (pDM_Odm->TypeAPA & 0xFF) << 24; -+ -+u4Byte driver3 = 0; -+ -+ u4Byte driver4 = (pDM_Odm->TypeGLNA & 0xFF00) >> 8 | -+ (pDM_Odm->TypeGPA & 0xFF00) | -+ (pDM_Odm->TypeALNA & 0xFF00) << 8 | -+ (pDM_Odm->TypeAPA & 0xFF00) << 16; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (cond1, cond2, cond3, cond4) = (0x%X 0x%X 0x%X 0x%X)\n", cond1, cond2, cond3, cond4)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (driver1, driver2, driver3, driver4) = (0x%X 0x%X 0x%X 0x%X)\n", driver1, driver2, driver3, driver4)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Platform, Interface) = (0x%X, 0x%X)\n", pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Board, Package) = (0x%X, 0x%X)\n", pDM_Odm->BoardType, pDM_Odm->PackageType)); -+ -+ -+ /*============== Value Defined Check ===============*/ -+ /*QFN Type [15:12] and Cut Version [27:24] need to do value check*/ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return FALSE; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return FALSE; -+ -+ /*=============== Bit Defined Check ================*/ -+ /* We don't care [31:28] */ -+ -+ cond1 &= 0x00FF0FFF; -+ driver1 &= 0x00FF0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u4Byte bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ -+ return TRUE; -+ -+ if ((cond1 & BIT0) != 0) /*GLNA*/ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /*GPA*/ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /*ALNA*/ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /*APA*/ -+ bitMask |= 0xFF000000; -+ -+ if (((cond2 & bitMask) == (driver2 & bitMask)) && ((cond4 & bitMask) == (driver4 & bitMask))) /* BoardType of each RF path is matched*/ -+ return TRUE; -+ else -+ return FALSE; -+ } else -+ return FALSE; -+} -+static BOOLEAN -+CheckNegative( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2 -+) -+{ -+ return TRUE; -+} -+ -+/****************************************************************************** -+* MAC_REG.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_MAC_REG[] = { -+ 0x010, 0x0000000C, -+ 0x80000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x011, 0x00000066, -+ 0xA0000000, 0x00000000, -+ 0x011, 0x0000005A, -+ 0xB0000000, 0x00000000, -+ 0x025, 0x0000000F, -+ 0x072, 0x00000000, -+ 0x420, 0x00000080, -+ 0x428, 0x0000000A, -+ 0x429, 0x00000010, -+ 0x430, 0x00000000, -+ 0x431, 0x00000000, -+ 0x432, 0x00000000, -+ 0x433, 0x00000001, -+ 0x434, 0x00000004, -+ 0x435, 0x00000005, -+ 0x436, 0x00000007, -+ 0x437, 0x00000008, -+ 0x43C, 0x00000004, -+ 0x43D, 0x00000005, -+ 0x43E, 0x00000007, -+ 0x43F, 0x00000008, -+ 0x440, 0x0000005D, -+ 0x441, 0x00000001, -+ 0x442, 0x00000000, -+ 0x444, 0x00000010, -+ 0x445, 0x00000000, -+ 0x446, 0x00000000, -+ 0x447, 0x00000000, -+ 0x448, 0x00000000, -+ 0x449, 0x000000F0, -+ 0x44A, 0x0000000F, -+ 0x44B, 0x0000003E, -+ 0x44C, 0x00000010, -+ 0x44D, 0x00000000, -+ 0x44E, 0x00000000, -+ 0x44F, 0x00000000, -+ 0x450, 0x00000000, -+ 0x451, 0x000000F0, -+ 0x452, 0x0000000F, -+ 0x453, 0x00000000, -+ 0x45B, 0x00000080, -+ 0x460, 0x00000066, -+ 0x461, 0x00000066, -+ 0x4C8, 0x000000FF, -+ 0x4C9, 0x00000008, -+ 0x4CC, 0x000000FF, -+ 0x4CD, 0x000000FF, -+ 0x4CE, 0x00000001, -+ 0x500, 0x00000026, -+ 0x501, 0x000000A2, -+ 0x502, 0x0000002F, -+ 0x503, 0x00000000, -+ 0x504, 0x00000028, -+ 0x505, 0x000000A3, -+ 0x506, 0x0000005E, -+ 0x507, 0x00000000, -+ 0x508, 0x0000002B, -+ 0x509, 0x000000A4, -+ 0x50A, 0x0000005E, -+ 0x50B, 0x00000000, -+ 0x50C, 0x0000004F, -+ 0x50D, 0x000000A4, -+ 0x50E, 0x00000000, -+ 0x50F, 0x00000000, -+ 0x512, 0x0000001C, -+ 0x514, 0x0000000A, -+ 0x516, 0x0000000A, -+ 0x525, 0x0000004F, -+ 0x550, 0x00000010, -+ 0x551, 0x00000010, -+ 0x559, 0x00000002, -+ 0x55C, 0x00000050, -+ 0x55D, 0x000000FF, -+ 0x604, 0x00000009, -+ 0x605, 0x00000030, -+ 0x607, 0x00000003, -+ 0x608, 0x0000000E, -+ 0x609, 0x0000002A, -+ 0x620, 0x000000FF, -+ 0x621, 0x000000FF, -+ 0x622, 0x000000FF, -+ 0x623, 0x000000FF, -+ 0x624, 0x000000FF, -+ 0x625, 0x000000FF, -+ 0x626, 0x000000FF, -+ 0x627, 0x000000FF, -+ 0x638, 0x00000050, -+ 0x63C, 0x0000000A, -+ 0x63D, 0x0000000A, -+ 0x63E, 0x0000000E, -+ 0x63F, 0x0000000E, -+ 0x640, 0x00000080, -+ 0x642, 0x00000040, -+ 0x643, 0x00000000, -+ 0x652, 0x000000C8, -+ 0x66E, 0x00000005, -+ 0x700, 0x00000021, -+ 0x701, 0x00000043, -+ 0x702, 0x00000065, -+ 0x703, 0x00000087, -+ 0x708, 0x00000021, -+ 0x709, 0x00000043, -+ 0x70A, 0x00000065, -+ 0x70B, 0x00000087, -+ 0x718, 0x00000040, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_MAC_REG( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_MAC_REG)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_MAC_REG; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_MAC_REG\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigMAC_8812A(pDM_Odm, v1, (u1Byte)v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8812A_MAC_REG(void) -+{ -+ return 55; -+} -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_mac.h 2017-06-07 23:07:21.023688669 +0300 -@@ -0,0 +1,39 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#if (RTL8812A_SUPPORT == 1) -+#ifndef __INC_MP_MAC_HW_IMG_8812A_H -+#define __INC_MP_MAC_HW_IMG_8812A_H -+ -+ -+/****************************************************************************** -+* MAC_REG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_MAC_REG(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_MAC_REG(void); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.c 2017-06-07 23:07:21.023688669 +0300 -@@ -0,0 +1,3201 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8812A_SUPPORT == 1) -+static BOOLEAN -+CheckPositive( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2, -+ IN const u4Byte Condition3, -+ IN const u4Byte Condition4 -+) -+{ -+ u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ -+ -+ u4Byte cond1 = Condition1, cond2 = Condition2, cond3 = Condition3, cond4 = Condition4; -+ u4Byte driver1 = pDM_Odm->CutVersion << 24 | -+ (pDM_Odm->SupportInterface & 0xF0) << 16 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ (pDM_Odm->SupportInterface & 0x0F) << 8 | -+ _BoardType; -+ -+ u4Byte driver2 = (pDM_Odm->TypeGLNA & 0xFF) << 0 | -+ (pDM_Odm->TypeGPA & 0xFF) << 8 | -+ (pDM_Odm->TypeALNA & 0xFF) << 16 | -+ (pDM_Odm->TypeAPA & 0xFF) << 24; -+ -+u4Byte driver3 = 0; -+ -+ u4Byte driver4 = (pDM_Odm->TypeGLNA & 0xFF00) >> 8 | -+ (pDM_Odm->TypeGPA & 0xFF00) | -+ (pDM_Odm->TypeALNA & 0xFF00) << 8 | -+ (pDM_Odm->TypeAPA & 0xFF00) << 16; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (cond1, cond2, cond3, cond4) = (0x%X 0x%X 0x%X 0x%X)\n", cond1, cond2, cond3, cond4)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (driver1, driver2, driver3, driver4) = (0x%X 0x%X 0x%X 0x%X)\n", driver1, driver2, driver3, driver4)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Platform, Interface) = (0x%X, 0x%X)\n", pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Board, Package) = (0x%X, 0x%X)\n", pDM_Odm->BoardType, pDM_Odm->PackageType)); -+ -+ -+ /*============== Value Defined Check ===============*/ -+ /*QFN Type [15:12] and Cut Version [27:24] need to do value check*/ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return FALSE; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return FALSE; -+ -+ /*=============== Bit Defined Check ================*/ -+ /* We don't care [31:28] */ -+ -+ cond1 &= 0x00FF0FFF; -+ driver1 &= 0x00FF0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u4Byte bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ -+ return TRUE; -+ -+ if ((cond1 & BIT0) != 0) /*GLNA*/ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /*GPA*/ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /*ALNA*/ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /*APA*/ -+ bitMask |= 0xFF000000; -+ -+ if (((cond2 & bitMask) == (driver2 & bitMask)) && ((cond4 & bitMask) == (driver4 & bitMask))) /* BoardType of each RF path is matched*/ -+ return TRUE; -+ else -+ return FALSE; -+ } else -+ return FALSE; -+} -+static BOOLEAN -+CheckNegative( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2 -+) -+{ -+ return TRUE; -+} -+ -+/****************************************************************************** -+* RadioA.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_RadioA[] = { -+ 0x000, 0x00010000, -+ 0x018, 0x0001712A, -+ 0x056, 0x00051CF2, -+ 0x066, 0x00040000, -+ 0x01E, 0x00080000, -+ 0x089, 0x00000080, -+ 0x80000001, 0x00000000, 0x40000000, 0x00000000, -+ 0x086, 0x00014B3A, -+ 0x90000001, 0x00000005, 0x40000000, 0x00000000, -+ 0x086, 0x00014B3A, -+ 0xA0000000, 0x00000000, -+ 0x086, 0x00014B38, -+ 0xB0000000, 0x00000000, -+ 0x80000004, 0x00000000, 0x40000000, 0x00000000, -+ 0x08B, 0x00080180, -+ 0xA0000000, 0x00000000, -+ 0x08B, 0x00087180, -+ 0xB0000000, 0x00000000, -+ 0x0B1, 0x0001FC1A, -+ 0x0B3, 0x000F0810, -+ 0x0B4, 0x0001A78D, -+ 0x0BA, 0x00086180, -+ 0x018, 0x00000006, -+ 0x0EF, 0x00002000, -+ 0x80000001, 0x00000000, 0x40000000, 0x00000000, -+ 0x03B, 0x0003F218, -+ 0x03B, 0x00030A58, -+ 0x03B, 0x0002FA58, -+ 0x03B, 0x00022590, -+ 0x03B, 0x0001FA50, -+ 0x03B, 0x00010248, -+ 0x03B, 0x00008240, -+ 0x90000001, 0x00000005, 0x40000000, 0x00000000, -+ 0x03B, 0x0003F218, -+ 0x03B, 0x00030A58, -+ 0x03B, 0x0002FA58, -+ 0x03B, 0x00022590, -+ 0x03B, 0x0001FA50, -+ 0x03B, 0x00010248, -+ 0x03B, 0x00008240, -+ 0xA0000000, 0x00000000, -+ 0x03B, 0x00038A58, -+ 0x03B, 0x00037A58, -+ 0x03B, 0x0002A590, -+ 0x03B, 0x00027A50, -+ 0x03B, 0x00018248, -+ 0x03B, 0x00010240, -+ 0x03B, 0x00008240, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000100, -+ 0x80000002, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A4EE, -+ 0x034, 0x00009076, -+ 0x034, 0x00008073, -+ 0x034, 0x00007070, -+ 0x034, 0x0000606D, -+ 0x034, 0x0000506A, -+ 0x034, 0x00004049, -+ 0x034, 0x00003046, -+ 0x034, 0x00002028, -+ 0x034, 0x00001025, -+ 0x034, 0x00000022, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0000ADF4, -+ 0x034, 0x00009DF1, -+ 0x034, 0x00008DEE, -+ 0x034, 0x00007DEB, -+ 0x034, 0x00006DE8, -+ 0x034, 0x00005DE5, -+ 0x034, 0x00004DE2, -+ 0x034, 0x00003CE6, -+ 0x034, 0x000024E7, -+ 0x034, 0x000014E4, -+ 0x034, 0x000004E1, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x000020A2, -+ 0x0DF, 0x00000080, -+ 0x035, 0x00000192, -+ 0x035, 0x00008192, -+ 0x035, 0x00010192, -+ 0x036, 0x00000024, -+ 0x036, 0x00008024, -+ 0x036, 0x00010024, -+ 0x036, 0x00018024, -+ 0x0EF, 0x00000000, -+ 0x051, 0x00000C21, -+ 0x052, 0x000006D9, -+ 0x053, 0x000FC649, -+ 0x054, 0x0000017E, -+ 0x0EF, 0x00000002, -+ 0x008, 0x00008400, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00001000, -+ 0x03A, 0x00000080, -+ 0x03B, 0x0003A02C, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000400, -+ 0x03B, 0x0003202C, -+ 0x03C, 0x00010000, -+ 0x03A, 0x000000A0, -+ 0x03B, 0x0002B064, -+ 0x03C, 0x00004000, -+ 0x03A, 0x000000D8, -+ 0x03B, 0x00023070, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000468, -+ 0x03B, 0x0001B870, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000098, -+ 0x03B, 0x00012085, -+ 0x03C, 0x000E4000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x0000A080, -+ 0x03C, 0x000F0000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x00002080, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000080, -+ 0x03B, 0x0007A02C, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000400, -+ 0x03B, 0x0007202C, -+ 0x03C, 0x00010000, -+ 0x03A, 0x000000A0, -+ 0x03B, 0x0006B064, -+ 0x03C, 0x00004000, -+ 0x03A, 0x000000D8, -+ 0x03B, 0x00063070, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000468, -+ 0x03B, 0x0005B870, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000098, -+ 0x03B, 0x00052085, -+ 0x03C, 0x000E4000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x0004A080, -+ 0x03C, 0x000F0000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x00042080, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000080, -+ 0x03B, 0x000BA02C, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000400, -+ 0x03B, 0x000B202C, -+ 0x03C, 0x00010000, -+ 0x03A, 0x000000A0, -+ 0x03B, 0x000AB064, -+ 0x03C, 0x00004000, -+ 0x03A, 0x000000D8, -+ 0x03B, 0x000A3070, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000468, -+ 0x03B, 0x0009B870, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000098, -+ 0x03B, 0x00092085, -+ 0x03C, 0x000E4000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x0008A080, -+ 0x03C, 0x000F0000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x00082080, -+ 0x03C, 0x00010000, -+ 0x0EF, 0x00001100, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004A0B2, -+ 0x034, 0x000490AF, -+ 0x034, 0x00048070, -+ 0x034, 0x0004706D, -+ 0x034, 0x00046050, -+ 0x034, 0x0004504D, -+ 0x034, 0x0004404A, -+ 0x034, 0x00043047, -+ 0x034, 0x0004200A, -+ 0x034, 0x00041007, -+ 0x034, 0x00040004, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004A0B2, -+ 0x034, 0x000490AF, -+ 0x034, 0x00048070, -+ 0x034, 0x0004706D, -+ 0x034, 0x0004604D, -+ 0x034, 0x0004504A, -+ 0x034, 0x00044047, -+ 0x034, 0x00043044, -+ 0x034, 0x00042007, -+ 0x034, 0x00041004, -+ 0x034, 0x00040001, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0004ADF5, -+ 0x034, 0x00049DF2, -+ 0x034, 0x00048DEF, -+ 0x034, 0x00047DEC, -+ 0x034, 0x00046DE9, -+ 0x034, 0x00045DE6, -+ 0x034, 0x00044DE3, -+ 0x034, 0x000438C8, -+ 0x034, 0x000428C5, -+ 0x034, 0x000418C2, -+ 0x034, 0x000408C0, -+ 0xB0000000, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002A0B2, -+ 0x034, 0x000290AF, -+ 0x034, 0x00028070, -+ 0x034, 0x0002706D, -+ 0x034, 0x00026050, -+ 0x034, 0x0002504D, -+ 0x034, 0x0002404A, -+ 0x034, 0x00023047, -+ 0x034, 0x0002200A, -+ 0x034, 0x00021007, -+ 0x034, 0x00020004, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002A0B4, -+ 0x034, 0x000290B1, -+ 0x034, 0x00028072, -+ 0x034, 0x0002706F, -+ 0x034, 0x0002604F, -+ 0x034, 0x0002504C, -+ 0x034, 0x00024049, -+ 0x034, 0x00023046, -+ 0x034, 0x00022009, -+ 0x034, 0x00021006, -+ 0x034, 0x00020003, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0002ADF5, -+ 0x034, 0x00029DF2, -+ 0x034, 0x00028DEF, -+ 0x034, 0x00027DEC, -+ 0x034, 0x00026DE9, -+ 0x034, 0x00025DE6, -+ 0x034, 0x00024DE3, -+ 0x034, 0x000238C8, -+ 0x034, 0x000228C5, -+ 0x034, 0x000218C2, -+ 0x034, 0x000208C0, -+ 0xB0000000, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A0B2, -+ 0x034, 0x000090AF, -+ 0x034, 0x00008070, -+ 0x034, 0x0000706D, -+ 0x034, 0x00006050, -+ 0x034, 0x0000504D, -+ 0x034, 0x0000404A, -+ 0x034, 0x00003047, -+ 0x034, 0x0000200A, -+ 0x034, 0x00001007, -+ 0x034, 0x00000004, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A0B2, -+ 0x034, 0x000090AF, -+ 0x034, 0x00008070, -+ 0x034, 0x0000706D, -+ 0x034, 0x0000604D, -+ 0x034, 0x0000504A, -+ 0x034, 0x00004047, -+ 0x034, 0x00003044, -+ 0x034, 0x00002007, -+ 0x034, 0x00001004, -+ 0x034, 0x00000001, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0000AFF7, -+ 0x034, 0x00009DF7, -+ 0x034, 0x00008DF4, -+ 0x034, 0x00007DF1, -+ 0x034, 0x00006DEE, -+ 0x034, 0x00005DEB, -+ 0x034, 0x00004DE8, -+ 0x034, 0x000038CC, -+ 0x034, 0x000028C9, -+ 0x034, 0x000018C6, -+ 0x034, 0x000008C3, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000040, -+ 0x035, 0x000001D4, -+ 0x035, 0x000081D4, -+ 0x035, 0x000101D4, -+ 0x035, 0x000201B4, -+ 0x035, 0x000281B4, -+ 0x035, 0x000301B4, -+ 0x035, 0x000401B4, -+ 0x035, 0x000481B4, -+ 0x035, 0x000501B4, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000040, -+ 0x035, 0x000001D4, -+ 0x035, 0x000081D4, -+ 0x035, 0x000101D4, -+ 0x035, 0x000201B4, -+ 0x035, 0x000281B4, -+ 0x035, 0x000301B4, -+ 0x035, 0x000401B4, -+ 0x035, 0x000481B4, -+ 0x035, 0x000501B4, -+ 0xA0000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000040, -+ 0x035, 0x00000188, -+ 0x035, 0x00008147, -+ 0x035, 0x00010147, -+ 0x035, 0x000201D7, -+ 0x035, 0x000281D7, -+ 0x035, 0x000301D7, -+ 0x035, 0x000401D8, -+ 0x035, 0x000481D8, -+ 0x035, 0x000501D8, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000010, -+ 0x036, 0x00004BFB, -+ 0x036, 0x0000CBFB, -+ 0x036, 0x00014BFB, -+ 0x036, 0x0001CBFB, -+ 0x036, 0x00024F4B, -+ 0x036, 0x0002CF4B, -+ 0x036, 0x00034F4B, -+ 0x036, 0x0003CF4B, -+ 0x036, 0x00044F4B, -+ 0x036, 0x0004CF4B, -+ 0x036, 0x00054F4B, -+ 0x036, 0x0005CF4B, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000010, -+ 0x036, 0x00004BFB, -+ 0x036, 0x0000CBFB, -+ 0x036, 0x00014BFB, -+ 0x036, 0x0001CBFB, -+ 0x036, 0x00024F4B, -+ 0x036, 0x0002CF4B, -+ 0x036, 0x00034F4B, -+ 0x036, 0x0003CF4B, -+ 0x036, 0x00044F4B, -+ 0x036, 0x0004CF4B, -+ 0x036, 0x00054F4B, -+ 0x036, 0x0005CF4B, -+ 0xA0000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000010, -+ 0x036, 0x00084EB4, -+ 0x036, 0x0008CC35, -+ 0x036, 0x00094C35, -+ 0x036, 0x0009CC35, -+ 0x036, 0x000A4C35, -+ 0x036, 0x000ACC35, -+ 0x036, 0x000B4C35, -+ 0x036, 0x000BCC35, -+ 0x036, 0x000C4C34, -+ 0x036, 0x000CCC35, -+ 0x036, 0x000D4C35, -+ 0x036, 0x000DCC35, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x00000008, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000002CC, -+ 0x03C, 0x00000522, -+ 0x03C, 0x00000902, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000002CC, -+ 0x03C, 0x00000522, -+ 0x03C, 0x00000902, -+ 0xA0000000, 0x00000000, -+ 0x03C, 0x000002A8, -+ 0x03C, 0x000005A2, -+ 0x03C, 0x00000880, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000002, -+ 0x0DF, 0x00000080, -+ 0x01F, 0x00000064, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000FDD43, -+ 0x062, 0x00038F4B, -+ 0x063, 0x00032117, -+ 0x064, 0x000194AC, -+ 0x065, 0x000931D1, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x061, 0x000FDD43, -+ 0x062, 0x00038F4B, -+ 0x063, 0x00032117, -+ 0x064, 0x000194AC, -+ 0x065, 0x000931D2, -+ 0xA0000000, 0x00000000, -+ 0x061, 0x000E5D53, -+ 0x062, 0x00038FCD, -+ 0x063, 0x000114EB, -+ 0x064, 0x000196AC, -+ 0x065, 0x000911D7, -+ 0xB0000000, 0x00000000, -+ 0x008, 0x00008400, -+ 0x01C, 0x000739D2, -+ 0x0B4, 0x0001E78D, -+ 0x018, 0x0001F12A, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x0B4, 0x0001A78D, -+ 0x018, 0x0001712A, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_RadioA( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_RadioA)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_RadioA; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_RadioA\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigRF_RadioA_8812A(pDM_Odm, v1, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8812A_RadioA(void) -+{ -+ return 55; -+} -+ -+/****************************************************************************** -+* RadioB.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8812A_RadioB[] = { -+ 0x056, 0x00051CF2, -+ 0x066, 0x00040000, -+ 0x089, 0x00000080, -+ 0x80000001, 0x00000000, 0x40000000, 0x00000000, -+ 0x086, 0x00014B3A, -+ 0x90000001, 0x00000005, 0x40000000, 0x00000000, -+ 0x086, 0x00014B3A, -+ 0xA0000000, 0x00000000, -+ 0x086, 0x00014B38, -+ 0xB0000000, 0x00000000, -+ 0x80000004, 0x00000000, 0x40000000, 0x00000000, -+ 0x08B, 0x00080180, -+ 0xA0000000, 0x00000000, -+ 0x08B, 0x00087180, -+ 0xB0000000, 0x00000000, -+ 0x018, 0x00000006, -+ 0x0EF, 0x00002000, -+ 0x80000001, 0x00000000, 0x40000000, 0x00000000, -+ 0x03B, 0x0003F218, -+ 0x03B, 0x00030A58, -+ 0x03B, 0x0002FA58, -+ 0x03B, 0x00022590, -+ 0x03B, 0x0001FA50, -+ 0x03B, 0x00010248, -+ 0x03B, 0x00008240, -+ 0x90000001, 0x00000005, 0x40000000, 0x00000000, -+ 0x03B, 0x0003F218, -+ 0x03B, 0x00030A58, -+ 0x03B, 0x0002FA58, -+ 0x03B, 0x00022590, -+ 0x03B, 0x0001FA50, -+ 0x03B, 0x00010248, -+ 0x03B, 0x00008240, -+ 0xA0000000, 0x00000000, -+ 0x03B, 0x00038A58, -+ 0x03B, 0x00037A58, -+ 0x03B, 0x0002A590, -+ 0x03B, 0x00027A50, -+ 0x03B, 0x00018248, -+ 0x03B, 0x00010240, -+ 0x03B, 0x00008240, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000100, -+ 0x80000002, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A4EE, -+ 0x034, 0x00009076, -+ 0x034, 0x00008073, -+ 0x034, 0x00007070, -+ 0x034, 0x0000606D, -+ 0x034, 0x0000506A, -+ 0x034, 0x00004049, -+ 0x034, 0x00003046, -+ 0x034, 0x00002028, -+ 0x034, 0x00001025, -+ 0x034, 0x00000022, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0000ADF4, -+ 0x034, 0x00009DF1, -+ 0x034, 0x00008DEE, -+ 0x034, 0x00007DEB, -+ 0x034, 0x00006DE8, -+ 0x034, 0x00005DE5, -+ 0x034, 0x00004DE2, -+ 0x034, 0x00003CE6, -+ 0x034, 0x000024E7, -+ 0x034, 0x000014E4, -+ 0x034, 0x000004E1, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x000020A2, -+ 0x0DF, 0x00000080, -+ 0x035, 0x00000192, -+ 0x035, 0x00008192, -+ 0x035, 0x00010192, -+ 0x036, 0x00000024, -+ 0x036, 0x00008024, -+ 0x036, 0x00010024, -+ 0x036, 0x00018024, -+ 0x0EF, 0x00000000, -+ 0x051, 0x00000C21, -+ 0x052, 0x000006D9, -+ 0x053, 0x000FC649, -+ 0x054, 0x0000017E, -+ 0x0EF, 0x00000002, -+ 0x008, 0x00008400, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00001000, -+ 0x03A, 0x00000080, -+ 0x03B, 0x0003A02C, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000400, -+ 0x03B, 0x0003202C, -+ 0x03C, 0x00010000, -+ 0x03A, 0x000000A0, -+ 0x03B, 0x0002B064, -+ 0x03C, 0x00004000, -+ 0x03A, 0x000000D8, -+ 0x03B, 0x00023070, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000468, -+ 0x03B, 0x0001B870, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000098, -+ 0x03B, 0x00012085, -+ 0x03C, 0x000E4000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x0000A080, -+ 0x03C, 0x000F0000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x00002080, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000080, -+ 0x03B, 0x0007A02C, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000400, -+ 0x03B, 0x0007202C, -+ 0x03C, 0x00010000, -+ 0x03A, 0x000000A0, -+ 0x03B, 0x0006B064, -+ 0x03C, 0x00004000, -+ 0x03A, 0x000000D8, -+ 0x03B, 0x00063070, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000468, -+ 0x03B, 0x0005B870, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000098, -+ 0x03B, 0x00052085, -+ 0x03C, 0x000E4000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x0004A080, -+ 0x03C, 0x000F0000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x00042080, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000080, -+ 0x03B, 0x000BA02C, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000400, -+ 0x03B, 0x000B202C, -+ 0x03C, 0x00010000, -+ 0x03A, 0x000000A0, -+ 0x03B, 0x000AB064, -+ 0x03C, 0x00004000, -+ 0x03A, 0x000000D8, -+ 0x03B, 0x000A3070, -+ 0x03C, 0x00004000, -+ 0x03A, 0x00000468, -+ 0x03B, 0x0009B870, -+ 0x03C, 0x00010000, -+ 0x03A, 0x00000098, -+ 0x03B, 0x00092085, -+ 0x03C, 0x000E4000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x0008A080, -+ 0x03C, 0x000F0000, -+ 0x03A, 0x00000418, -+ 0x03B, 0x00082080, -+ 0x03C, 0x00010000, -+ 0x0EF, 0x00001100, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004A0B2, -+ 0x034, 0x000490AF, -+ 0x034, 0x00048070, -+ 0x034, 0x0004706D, -+ 0x034, 0x00046050, -+ 0x034, 0x0004504D, -+ 0x034, 0x0004404A, -+ 0x034, 0x00043047, -+ 0x034, 0x0004200A, -+ 0x034, 0x00041007, -+ 0x034, 0x00040004, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004A0B1, -+ 0x034, 0x000490AE, -+ 0x034, 0x0004806F, -+ 0x034, 0x0004706C, -+ 0x034, 0x0004604C, -+ 0x034, 0x00045049, -+ 0x034, 0x00044046, -+ 0x034, 0x00043043, -+ 0x034, 0x00042006, -+ 0x034, 0x00041003, -+ 0x034, 0x00040000, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0004ADF5, -+ 0x034, 0x00049DF2, -+ 0x034, 0x00048DEF, -+ 0x034, 0x00047DEC, -+ 0x034, 0x00046DE9, -+ 0x034, 0x00045DE6, -+ 0x034, 0x00044DE3, -+ 0x034, 0x000438C8, -+ 0x034, 0x000428C5, -+ 0x034, 0x000418C2, -+ 0x034, 0x000408C0, -+ 0xB0000000, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002A0B2, -+ 0x034, 0x000290AF, -+ 0x034, 0x00028070, -+ 0x034, 0x0002706D, -+ 0x034, 0x00026050, -+ 0x034, 0x0002504D, -+ 0x034, 0x0002404A, -+ 0x034, 0x00023047, -+ 0x034, 0x0002200A, -+ 0x034, 0x00021007, -+ 0x034, 0x00020004, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002A0B3, -+ 0x034, 0x000290B0, -+ 0x034, 0x00028071, -+ 0x034, 0x0002706E, -+ 0x034, 0x0002604E, -+ 0x034, 0x0002504B, -+ 0x034, 0x00024048, -+ 0x034, 0x00023045, -+ 0x034, 0x00022008, -+ 0x034, 0x00021005, -+ 0x034, 0x00020002, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0002ADF5, -+ 0x034, 0x00029DF2, -+ 0x034, 0x00028DEF, -+ 0x034, 0x00027DEC, -+ 0x034, 0x00026DE9, -+ 0x034, 0x00025DE6, -+ 0x034, 0x00024DE3, -+ 0x034, 0x000238C8, -+ 0x034, 0x000228C5, -+ 0x034, 0x000218C2, -+ 0x034, 0x000208C0, -+ 0xB0000000, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A0B2, -+ 0x034, 0x000090AF, -+ 0x034, 0x00008070, -+ 0x034, 0x0000706D, -+ 0x034, 0x00006050, -+ 0x034, 0x0000504D, -+ 0x034, 0x0000404A, -+ 0x034, 0x00003047, -+ 0x034, 0x0000200A, -+ 0x034, 0x00001007, -+ 0x034, 0x00000004, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A0B3, -+ 0x034, 0x000090B0, -+ 0x034, 0x00008070, -+ 0x034, 0x0000706D, -+ 0x034, 0x0000604D, -+ 0x034, 0x0000504A, -+ 0x034, 0x00004047, -+ 0x034, 0x00003044, -+ 0x034, 0x00002007, -+ 0x034, 0x00001004, -+ 0x034, 0x00000001, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0000AFF7, -+ 0x034, 0x00009DF7, -+ 0x034, 0x00008DF4, -+ 0x034, 0x00007DF1, -+ 0x034, 0x00006DEE, -+ 0x034, 0x00005DEB, -+ 0x034, 0x00004DE8, -+ 0x034, 0x000038CC, -+ 0x034, 0x000028C9, -+ 0x034, 0x000018C6, -+ 0x034, 0x000008C3, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000040, -+ 0x035, 0x000001C5, -+ 0x035, 0x000081C5, -+ 0x035, 0x000101C5, -+ 0x035, 0x00020174, -+ 0x035, 0x00028174, -+ 0x035, 0x00030174, -+ 0x035, 0x00040185, -+ 0x035, 0x00048185, -+ 0x035, 0x00050185, -+ 0x0EF, 0x00000000, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000040, -+ 0x035, 0x000001C5, -+ 0x035, 0x000081C5, -+ 0x035, 0x000101C5, -+ 0x035, 0x00020174, -+ 0x035, 0x00028174, -+ 0x035, 0x00030174, -+ 0x035, 0x00040185, -+ 0x035, 0x00048185, -+ 0x035, 0x00050185, -+ 0x0EF, 0x00000000, -+ 0xA0000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000040, -+ 0x035, 0x00000188, -+ 0x035, 0x00008147, -+ 0x035, 0x00010147, -+ 0x035, 0x000201D7, -+ 0x035, 0x000281D7, -+ 0x035, 0x000301D7, -+ 0x035, 0x000401D8, -+ 0x035, 0x000481D8, -+ 0x035, 0x000501D8, -+ 0x0EF, 0x00000000, -+ 0xB0000000, 0x00000000, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000010, -+ 0x036, 0x00005B8B, -+ 0x036, 0x0000DB8B, -+ 0x036, 0x00015B8B, -+ 0x036, 0x0001DB8B, -+ 0x036, 0x000262DB, -+ 0x036, 0x0002E2DB, -+ 0x036, 0x000362DB, -+ 0x036, 0x0003E2DB, -+ 0x036, 0x0004553B, -+ 0x036, 0x0004D53B, -+ 0x036, 0x0005553B, -+ 0x036, 0x0005D53B, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000010, -+ 0x036, 0x00005B8B, -+ 0x036, 0x0000DB8B, -+ 0x036, 0x00015B8B, -+ 0x036, 0x0001DB8B, -+ 0x036, 0x000262DB, -+ 0x036, 0x0002E2DB, -+ 0x036, 0x000362DB, -+ 0x036, 0x0003E2DB, -+ 0x036, 0x0004553B, -+ 0x036, 0x0004D53B, -+ 0x036, 0x0005553B, -+ 0x036, 0x0005D53B, -+ 0xA0000000, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000010, -+ 0x036, 0x00084EB4, -+ 0x036, 0x0008CC35, -+ 0x036, 0x00094C35, -+ 0x036, 0x0009CC35, -+ 0x036, 0x000A4C35, -+ 0x036, 0x000ACC35, -+ 0x036, 0x000B4C35, -+ 0x036, 0x000BCC35, -+ 0x036, 0x000C4C34, -+ 0x036, 0x000CCC35, -+ 0x036, 0x000D4C35, -+ 0x036, 0x000DCC35, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x00000008, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000002DC, -+ 0x03C, 0x00000524, -+ 0x03C, 0x00000902, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000002DC, -+ 0x03C, 0x00000524, -+ 0x03C, 0x00000902, -+ 0xA0000000, 0x00000000, -+ 0x03C, 0x000002A8, -+ 0x03C, 0x000005A2, -+ 0x03C, 0x00000880, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000002, -+ 0x0DF, 0x00000080, -+ 0x80000008, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000EAC43, -+ 0x062, 0x00038F47, -+ 0x063, 0x00031157, -+ 0x064, 0x0001C4AC, -+ 0x065, 0x000931D1, -+ 0x90000008, 0x05000000, 0x40000000, 0x00000000, -+ 0x061, 0x000EAC43, -+ 0x062, 0x00038F47, -+ 0x063, 0x00031157, -+ 0x064, 0x0001C4AC, -+ 0x065, 0x000931D2, -+ 0x90000002, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000EAC43, -+ 0x062, 0x00038F47, -+ 0x063, 0x00031157, -+ 0x064, 0x0001C4AC, -+ 0x065, 0x000931D1, -+ 0xA0000000, 0x00000000, -+ 0x061, 0x000E5D53, -+ 0x062, 0x00038FCD, -+ 0x063, 0x000114EB, -+ 0x064, 0x000196AC, -+ 0x065, 0x000911D7, -+ 0xB0000000, 0x00000000, -+ 0x008, 0x00008400, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_RadioB( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_RadioB)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8812A_RadioB; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_RadioB\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigRF_RadioB_8812A(pDM_Odm, v1, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8812A_RadioB(void) -+{ -+ return 55; -+} -+ -+/****************************************************************************** -+* TxPowerTrack_AP.TXT -+******************************************************************************/ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_AP_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_AP_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 17, 17, 18, 19, 20, 20, 20}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 19, 20, 20, 20}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_AP_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 6, 7, 7, 8, 8, 9, 10, 11, 11, 12, 13, 13, 14, 15, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 10, 11, 11, 12, 13, 14, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_AP_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 7, 8, 8, 9, 10, 11, 11, 12, 13, 14, 14, 15, 15, 16, 16, 17, 18, 19, 19, 19}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_AP_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_AP_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_AP_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_AP_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_AP_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_AP_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_AP_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_AP_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+#endif -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_AP( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8812A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_AP_8812A, DELTA_SWINGIDX_SIZE*3); -+#endif -+} -+ -+/****************************************************************************** -+* TxPowerTrack_PCIE.TXT -+******************************************************************************/ -+ -+#if DEV_BUS_TYPE == RT_PCI_INTERFACE -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_PCIE_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13}, -+ {0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13}, -+ {0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 9, 10, 11, 12, 12, 13, 14, 14, 14, 15, 16, 17, 17, 17, 18, 18, 18}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_PCIE_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_PCIE_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13, 13}, -+ {0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 8, 9, 9, 10, 10, 11, 11, 11, 12, 12, 12, 12, 12, 13, 13}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 8, 8, 9, 10, 11, 12, 13, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 18, 18}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_PCIE_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 9, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_PCIE_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_PCIE_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_PCIE_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_PCIE_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_PCIE_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_PCIE_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_PCIE_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_PCIE_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+#endif -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_PCIE( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8812A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_PCIE_8812A, DELTA_SWINGIDX_SIZE*3); -+#endif -+} -+ -+/****************************************************************************** -+* TxPowerTrack_RFE3.TXT -+******************************************************************************/ -+ -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_RFE3_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 3, 3, 4, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 12, 13, 13, 14, 15, 16, 16, 17, 17, 18, 18}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 12, 14, 13, 13, 14, 14, 14, 15, 15}, -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 15, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_RFE3_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 3, 3, 4, 5, 6, 7, 7, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 8, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_RFE3_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 3, 3, 4, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 13, 14, 15, 16, 16, 17, 17, 18, 18}, -+ {0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 15, 16, 16, 17, 17}, -+ {0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 12, 13, 13, 14, 14, 15, 15, 16, 17, 18, 18}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_RFE3_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 7, 7, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 2, 3, 4, 4, 5, 5, 6, 7, 7, 8, 9, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 2, 3, 4, 4, 5, 5, 6, 7, 7, 8, 9, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_RFE3_8812A[] = {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_RFE3_8812A[] = {0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 9, 10, 10, 10, 10, 11, 11, 11, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_RFE3_8812A[] = {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 6, 7, 7, 8, 8, 9, 10, 10, 11, 11, 12, 12, 13, 13, 13, 13, 14, 14, 15, 15}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_RFE3_8812A[] = {0, 0, 1, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_RFE3_8812A[] = {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_RFE3_8812A[] = {0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 9, 10, 10, 10, 10, 11, 11, 11, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_RFE3_8812A[] = {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 6, 7, 7, 8, 8, 9, 10, 10, 11, 11, 12, 12, 13, 13, 13, 13, 14, 14, 15, 15}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_RFE3_8812A[] = {0, 0, 1, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_RFE3( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8812A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_RFE3_8812A, DELTA_SWINGIDX_SIZE*3); -+} -+ -+/****************************************************************************** -+* TxPowerTrack_RFE4.TXT -+******************************************************************************/ -+ -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_RFE4_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13}, -+ {0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13}, -+ {0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 9, 10, 11, 12, 12, 13, 14, 14, 14, 15, 16, 17, 17, 17, 18, 18, 18}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_RFE4_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_RFE4_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13, 13}, -+ {0, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 8, 9, 9, 10, 10, 11, 11, 11, 12, 12, 12, 12, 12, 13, 13}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 8, 8, 9, 10, 11, 12, 13, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 18, 18}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_RFE4_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 9, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_RFE4_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_RFE4_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_RFE4_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_RFE4_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_RFE4_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_RFE4_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_RFE4_8812A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_RFE4_8812A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_RFE4( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8812A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_RFE4_8812A, DELTA_SWINGIDX_SIZE*3); -+} -+ -+/****************************************************************************** -+* TxPowerTrack_USB.TXT -+******************************************************************************/ -+ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_USB_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 1, 2, 2, 3, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 7, 8, 8, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 15, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_USB_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 3, 4, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 3, 3, 4, 5, 5, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 3, 3, 4, 5, 6, 7, 7, 8, 8, 9, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_USB_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 15, 15, 15, 15, 15}, -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 15, 15, 15, 15, 15}, -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 15, 15, 15, 15, 15}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_USB_8812A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 6, 7, 7, 8, 8, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 3, 3, 4, 5, 6, 7, 7, 8, 8, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+ {0, 1, 1, 2, 3, 3, 4, 5, 6, 7, 7, 8, 8, 9, 10, 11, 11, 12, 12, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 10, 10, 10, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 11, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 10, 10, 10, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_USB_8812A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}; -+#endif -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_USB( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8812A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_USB_8812A, DELTA_SWINGIDX_SIZE*3); -+#endif -+} -+ -+/****************************************************************************** -+* TXPWR_LMT.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8812A_TXPWR_LMT[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "36", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "36", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "36", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "36", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "36", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "36", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "36", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "34", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "34", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "34", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "34", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "34", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "34", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "34", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "32", -+ "MKK", "5G", "20M", "HT", "1T", "36", "32", -+ "FCC", "5G", "20M", "HT", "1T", "40", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "32", -+ "MKK", "5G", "20M", "HT", "1T", "40", "32", -+ "FCC", "5G", "20M", "HT", "1T", "44", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "32", -+ "MKK", "5G", "20M", "HT", "1T", "44", "32", -+ "FCC", "5G", "20M", "HT", "1T", "48", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "32", -+ "MKK", "5G", "20M", "HT", "1T", "48", "32", -+ "FCC", "5G", "20M", "HT", "1T", "52", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "32", -+ "MKK", "5G", "20M", "HT", "1T", "52", "32", -+ "FCC", "5G", "20M", "HT", "1T", "56", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "32", -+ "MKK", "5G", "20M", "HT", "1T", "56", "32", -+ "FCC", "5G", "20M", "HT", "1T", "60", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "32", -+ "MKK", "5G", "20M", "HT", "1T", "60", "32", -+ "FCC", "5G", "20M", "HT", "1T", "64", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "32", -+ "MKK", "5G", "20M", "HT", "1T", "64", "32", -+ "FCC", "5G", "20M", "HT", "1T", "100", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "32", -+ "MKK", "5G", "20M", "HT", "1T", "100", "32", -+ "FCC", "5G", "20M", "HT", "1T", "104", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "32", -+ "MKK", "5G", "20M", "HT", "1T", "104", "32", -+ "FCC", "5G", "20M", "HT", "1T", "108", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "32", -+ "MKK", "5G", "20M", "HT", "1T", "108", "32", -+ "FCC", "5G", "20M", "HT", "1T", "112", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "32", -+ "MKK", "5G", "20M", "HT", "1T", "112", "32", -+ "FCC", "5G", "20M", "HT", "1T", "116", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "32", -+ "MKK", "5G", "20M", "HT", "1T", "116", "32", -+ "FCC", "5G", "20M", "HT", "1T", "120", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "32", -+ "MKK", "5G", "20M", "HT", "1T", "120", "32", -+ "FCC", "5G", "20M", "HT", "1T", "124", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "32", -+ "MKK", "5G", "20M", "HT", "1T", "124", "32", -+ "FCC", "5G", "20M", "HT", "1T", "128", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "32", -+ "MKK", "5G", "20M", "HT", "1T", "128", "32", -+ "FCC", "5G", "20M", "HT", "1T", "132", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "32", -+ "MKK", "5G", "20M", "HT", "1T", "132", "32", -+ "FCC", "5G", "20M", "HT", "1T", "136", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "32", -+ "MKK", "5G", "20M", "HT", "1T", "136", "32", -+ "FCC", "5G", "20M", "HT", "1T", "140", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "32", -+ "MKK", "5G", "20M", "HT", "1T", "140", "32", -+ "FCC", "5G", "20M", "HT", "1T", "149", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "32", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "32", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "32", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "32", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "32", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "30", -+ "MKK", "5G", "20M", "HT", "2T", "36", "30", -+ "FCC", "5G", "20M", "HT", "2T", "40", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "30", -+ "MKK", "5G", "20M", "HT", "2T", "40", "30", -+ "FCC", "5G", "20M", "HT", "2T", "44", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "30", -+ "MKK", "5G", "20M", "HT", "2T", "44", "30", -+ "FCC", "5G", "20M", "HT", "2T", "48", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "30", -+ "MKK", "5G", "20M", "HT", "2T", "48", "30", -+ "FCC", "5G", "20M", "HT", "2T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "30", -+ "MKK", "5G", "20M", "HT", "2T", "52", "30", -+ "FCC", "5G", "20M", "HT", "2T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "30", -+ "MKK", "5G", "20M", "HT", "2T", "56", "30", -+ "FCC", "5G", "20M", "HT", "2T", "60", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "30", -+ "MKK", "5G", "20M", "HT", "2T", "60", "30", -+ "FCC", "5G", "20M", "HT", "2T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "30", -+ "MKK", "5G", "20M", "HT", "2T", "64", "30", -+ "FCC", "5G", "20M", "HT", "2T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "30", -+ "MKK", "5G", "20M", "HT", "2T", "100", "30", -+ "FCC", "5G", "20M", "HT", "2T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "30", -+ "MKK", "5G", "20M", "HT", "2T", "104", "30", -+ "FCC", "5G", "20M", "HT", "2T", "108", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "30", -+ "MKK", "5G", "20M", "HT", "2T", "108", "30", -+ "FCC", "5G", "20M", "HT", "2T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "30", -+ "MKK", "5G", "20M", "HT", "2T", "112", "30", -+ "FCC", "5G", "20M", "HT", "2T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "30", -+ "MKK", "5G", "20M", "HT", "2T", "116", "30", -+ "FCC", "5G", "20M", "HT", "2T", "120", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "30", -+ "MKK", "5G", "20M", "HT", "2T", "120", "30", -+ "FCC", "5G", "20M", "HT", "2T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "30", -+ "MKK", "5G", "20M", "HT", "2T", "124", "30", -+ "FCC", "5G", "20M", "HT", "2T", "128", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "30", -+ "MKK", "5G", "20M", "HT", "2T", "128", "30", -+ "FCC", "5G", "20M", "HT", "2T", "132", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "30", -+ "MKK", "5G", "20M", "HT", "2T", "132", "30", -+ "FCC", "5G", "20M", "HT", "2T", "136", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "30", -+ "MKK", "5G", "20M", "HT", "2T", "136", "30", -+ "FCC", "5G", "20M", "HT", "2T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "30", -+ "MKK", "5G", "20M", "HT", "2T", "140", "30", -+ "FCC", "5G", "20M", "HT", "2T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "30", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "30", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "30", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "30", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "30", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "30", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "32", -+ "MKK", "5G", "40M", "HT", "1T", "38", "32", -+ "FCC", "5G", "40M", "HT", "1T", "46", "30", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "32", -+ "MKK", "5G", "40M", "HT", "1T", "46", "32", -+ "FCC", "5G", "40M", "HT", "1T", "54", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "32", -+ "MKK", "5G", "40M", "HT", "1T", "54", "32", -+ "FCC", "5G", "40M", "HT", "1T", "62", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "32", -+ "MKK", "5G", "40M", "HT", "1T", "62", "32", -+ "FCC", "5G", "40M", "HT", "1T", "102", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "32", -+ "MKK", "5G", "40M", "HT", "1T", "102", "32", -+ "FCC", "5G", "40M", "HT", "1T", "110", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "32", -+ "MKK", "5G", "40M", "HT", "1T", "110", "32", -+ "FCC", "5G", "40M", "HT", "1T", "118", "36", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "32", -+ "MKK", "5G", "40M", "HT", "1T", "118", "32", -+ "FCC", "5G", "40M", "HT", "1T", "126", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "32", -+ "MKK", "5G", "40M", "HT", "1T", "126", "32", -+ "FCC", "5G", "40M", "HT", "1T", "134", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "32", -+ "MKK", "5G", "40M", "HT", "1T", "134", "32", -+ "FCC", "5G", "40M", "HT", "1T", "151", "36", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "32", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "36", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "32", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "30", -+ "MKK", "5G", "40M", "HT", "2T", "38", "30", -+ "FCC", "5G", "40M", "HT", "2T", "46", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "30", -+ "MKK", "5G", "40M", "HT", "2T", "46", "30", -+ "FCC", "5G", "40M", "HT", "2T", "54", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "30", -+ "MKK", "5G", "40M", "HT", "2T", "54", "30", -+ "FCC", "5G", "40M", "HT", "2T", "62", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "30", -+ "MKK", "5G", "40M", "HT", "2T", "62", "30", -+ "FCC", "5G", "40M", "HT", "2T", "102", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "30", -+ "MKK", "5G", "40M", "HT", "2T", "102", "30", -+ "FCC", "5G", "40M", "HT", "2T", "110", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "30", -+ "MKK", "5G", "40M", "HT", "2T", "110", "30", -+ "FCC", "5G", "40M", "HT", "2T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "30", -+ "MKK", "5G", "40M", "HT", "2T", "118", "30", -+ "FCC", "5G", "40M", "HT", "2T", "126", "32", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "30", -+ "MKK", "5G", "40M", "HT", "2T", "126", "30", -+ "FCC", "5G", "40M", "HT", "2T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "30", -+ "MKK", "5G", "40M", "HT", "2T", "134", "30", -+ "FCC", "5G", "40M", "HT", "2T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "30", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "30", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "30", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "28", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "30", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "34", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "36", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "32", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_TXPWR_LMT( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_TXPWR_LMT)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8812A_TXPWR_LMT; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_TXPWR_LMT\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8812A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_HM812A03.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8812A_TXPWR_LMT_HM812A03[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "30", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "36", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "36", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "36", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "28", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "36", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "28", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "30", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "30", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "30", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "30", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "30", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "24", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "63", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "63", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "63", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "36", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "36", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "32", -+ "MKK", "5G", "20M", "HT", "1T", "36", "32", -+ "FCC", "5G", "20M", "HT", "1T", "40", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "32", -+ "MKK", "5G", "20M", "HT", "1T", "40", "32", -+ "FCC", "5G", "20M", "HT", "1T", "44", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "32", -+ "MKK", "5G", "20M", "HT", "1T", "44", "32", -+ "FCC", "5G", "20M", "HT", "1T", "48", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "32", -+ "MKK", "5G", "20M", "HT", "1T", "48", "32", -+ "FCC", "5G", "20M", "HT", "1T", "52", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "32", -+ "MKK", "5G", "20M", "HT", "1T", "52", "32", -+ "FCC", "5G", "20M", "HT", "1T", "56", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "32", -+ "MKK", "5G", "20M", "HT", "1T", "56", "32", -+ "FCC", "5G", "20M", "HT", "1T", "60", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "32", -+ "MKK", "5G", "20M", "HT", "1T", "60", "32", -+ "FCC", "5G", "20M", "HT", "1T", "64", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "32", -+ "MKK", "5G", "20M", "HT", "1T", "64", "32", -+ "FCC", "5G", "20M", "HT", "1T", "100", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "32", -+ "MKK", "5G", "20M", "HT", "1T", "100", "36", -+ "FCC", "5G", "20M", "HT", "1T", "104", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "32", -+ "MKK", "5G", "20M", "HT", "1T", "104", "36", -+ "FCC", "5G", "20M", "HT", "1T", "108", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "32", -+ "MKK", "5G", "20M", "HT", "1T", "108", "36", -+ "FCC", "5G", "20M", "HT", "1T", "112", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "32", -+ "MKK", "5G", "20M", "HT", "1T", "112", "36", -+ "FCC", "5G", "20M", "HT", "1T", "116", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "32", -+ "MKK", "5G", "20M", "HT", "1T", "116", "36", -+ "FCC", "5G", "20M", "HT", "1T", "120", "63", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "32", -+ "MKK", "5G", "20M", "HT", "1T", "120", "36", -+ "FCC", "5G", "20M", "HT", "1T", "124", "63", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "32", -+ "MKK", "5G", "20M", "HT", "1T", "124", "36", -+ "FCC", "5G", "20M", "HT", "1T", "128", "63", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "32", -+ "MKK", "5G", "20M", "HT", "1T", "128", "36", -+ "FCC", "5G", "20M", "HT", "1T", "132", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "32", -+ "MKK", "5G", "20M", "HT", "1T", "132", "36", -+ "FCC", "5G", "20M", "HT", "1T", "136", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "32", -+ "MKK", "5G", "20M", "HT", "1T", "136", "36", -+ "FCC", "5G", "20M", "HT", "1T", "140", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "32", -+ "MKK", "5G", "20M", "HT", "1T", "140", "32", -+ "FCC", "5G", "20M", "HT", "1T", "149", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "63", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "63", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "63", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "63", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "36", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "63", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "22", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "26", -+ "MKK", "5G", "20M", "HT", "2T", "36", "26", -+ "FCC", "5G", "20M", "HT", "2T", "40", "22", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "26", -+ "MKK", "5G", "20M", "HT", "2T", "40", "26", -+ "FCC", "5G", "20M", "HT", "2T", "44", "22", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "26", -+ "MKK", "5G", "20M", "HT", "2T", "44", "26", -+ "FCC", "5G", "20M", "HT", "2T", "48", "22", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "26", -+ "MKK", "5G", "20M", "HT", "2T", "48", "26", -+ "FCC", "5G", "20M", "HT", "2T", "52", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "26", -+ "MKK", "5G", "20M", "HT", "2T", "52", "26", -+ "FCC", "5G", "20M", "HT", "2T", "56", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "26", -+ "MKK", "5G", "20M", "HT", "2T", "56", "26", -+ "FCC", "5G", "20M", "HT", "2T", "60", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "26", -+ "MKK", "5G", "20M", "HT", "2T", "60", "26", -+ "FCC", "5G", "20M", "HT", "2T", "64", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "26", -+ "MKK", "5G", "20M", "HT", "2T", "64", "26", -+ "FCC", "5G", "20M", "HT", "2T", "100", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "26", -+ "MKK", "5G", "20M", "HT", "2T", "100", "34", -+ "FCC", "5G", "20M", "HT", "2T", "104", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "26", -+ "MKK", "5G", "20M", "HT", "2T", "104", "34", -+ "FCC", "5G", "20M", "HT", "2T", "108", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "26", -+ "MKK", "5G", "20M", "HT", "2T", "108", "34", -+ "FCC", "5G", "20M", "HT", "2T", "112", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "26", -+ "MKK", "5G", "20M", "HT", "2T", "112", "34", -+ "FCC", "5G", "20M", "HT", "2T", "116", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "26", -+ "MKK", "5G", "20M", "HT", "2T", "116", "34", -+ "FCC", "5G", "20M", "HT", "2T", "120", "63", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "26", -+ "MKK", "5G", "20M", "HT", "2T", "120", "34", -+ "FCC", "5G", "20M", "HT", "2T", "124", "63", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "26", -+ "MKK", "5G", "20M", "HT", "2T", "124", "34", -+ "FCC", "5G", "20M", "HT", "2T", "128", "63", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "26", -+ "MKK", "5G", "20M", "HT", "2T", "128", "34", -+ "FCC", "5G", "20M", "HT", "2T", "132", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "26", -+ "MKK", "5G", "20M", "HT", "2T", "132", "34", -+ "FCC", "5G", "20M", "HT", "2T", "136", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "26", -+ "MKK", "5G", "20M", "HT", "2T", "136", "34", -+ "FCC", "5G", "20M", "HT", "2T", "140", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "26", -+ "MKK", "5G", "20M", "HT", "2T", "140", "34", -+ "FCC", "5G", "20M", "HT", "2T", "149", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "63", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "63", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "63", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "63", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "36", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "63", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "20", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "32", -+ "MKK", "5G", "40M", "HT", "1T", "38", "34", -+ "FCC", "5G", "40M", "HT", "1T", "46", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "32", -+ "MKK", "5G", "40M", "HT", "1T", "46", "34", -+ "FCC", "5G", "40M", "HT", "1T", "54", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "32", -+ "MKK", "5G", "40M", "HT", "1T", "54", "34", -+ "FCC", "5G", "40M", "HT", "1T", "62", "20", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "32", -+ "MKK", "5G", "40M", "HT", "1T", "62", "34", -+ "FCC", "5G", "40M", "HT", "1T", "102", "22", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "32", -+ "MKK", "5G", "40M", "HT", "1T", "102", "36", -+ "FCC", "5G", "40M", "HT", "1T", "110", "36", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "32", -+ "MKK", "5G", "40M", "HT", "1T", "110", "34", -+ "FCC", "5G", "40M", "HT", "1T", "118", "36", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "32", -+ "MKK", "5G", "40M", "HT", "1T", "118", "34", -+ "FCC", "5G", "40M", "HT", "1T", "126", "63", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "32", -+ "MKK", "5G", "40M", "HT", "1T", "126", "34", -+ "FCC", "5G", "40M", "HT", "1T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "32", -+ "MKK", "5G", "40M", "HT", "1T", "134", "34", -+ "FCC", "5G", "40M", "HT", "1T", "151", "36", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "63", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "36", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "63", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "20", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "26", -+ "MKK", "5G", "40M", "HT", "2T", "38", "26", -+ "FCC", "5G", "40M", "HT", "2T", "46", "22", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "26", -+ "MKK", "5G", "40M", "HT", "2T", "46", "26", -+ "FCC", "5G", "40M", "HT", "2T", "54", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "26", -+ "MKK", "5G", "40M", "HT", "2T", "54", "26", -+ "FCC", "5G", "40M", "HT", "2T", "62", "20", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "26", -+ "MKK", "5G", "40M", "HT", "2T", "62", "26", -+ "FCC", "5G", "40M", "HT", "2T", "102", "22", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "26", -+ "MKK", "5G", "40M", "HT", "2T", "102", "36", -+ "FCC", "5G", "40M", "HT", "2T", "110", "36", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "26", -+ "MKK", "5G", "40M", "HT", "2T", "110", "34", -+ "FCC", "5G", "40M", "HT", "2T", "118", "36", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "26", -+ "MKK", "5G", "40M", "HT", "2T", "118", "34", -+ "FCC", "5G", "40M", "HT", "2T", "126", "63", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "26", -+ "MKK", "5G", "40M", "HT", "2T", "126", "34", -+ "FCC", "5G", "40M", "HT", "2T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "26", -+ "MKK", "5G", "40M", "HT", "2T", "134", "34", -+ "FCC", "5G", "40M", "HT", "2T", "151", "36", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "63", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "36", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "63", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "16", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "22", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "63", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "36", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "63", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "18", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "28", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "16", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "28", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "22", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "32", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "63", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "32", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "36", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "63", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_TXPWR_LMT_HM812A03( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_TXPWR_LMT_HM812A03)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8812A_TXPWR_LMT_HM812A03; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_TXPWR_LMT_HM812A03\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8812A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_NFA812A00.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8812A_TXPWR_LMT_NFA812A00[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "36", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "36", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "34", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "30", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "34", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "34", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "28", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "24", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "34", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "28", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "28", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "28", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "28", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "28", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "34", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "24", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "24", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "34", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "114", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "114", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "114", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "63", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "63", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "63", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "34", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "63", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "32", -+ "MKK", "5G", "20M", "HT", "1T", "36", "34", -+ "FCC", "5G", "20M", "HT", "1T", "40", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "32", -+ "MKK", "5G", "20M", "HT", "1T", "40", "34", -+ "FCC", "5G", "20M", "HT", "1T", "44", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "32", -+ "MKK", "5G", "20M", "HT", "1T", "44", "32", -+ "FCC", "5G", "20M", "HT", "1T", "48", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "32", -+ "MKK", "5G", "20M", "HT", "1T", "48", "32", -+ "FCC", "5G", "20M", "HT", "1T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "32", -+ "MKK", "5G", "20M", "HT", "1T", "52", "32", -+ "FCC", "5G", "20M", "HT", "1T", "56", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "32", -+ "MKK", "5G", "20M", "HT", "1T", "56", "32", -+ "FCC", "5G", "20M", "HT", "1T", "60", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "32", -+ "MKK", "5G", "20M", "HT", "1T", "60", "32", -+ "FCC", "5G", "20M", "HT", "1T", "64", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "32", -+ "MKK", "5G", "20M", "HT", "1T", "64", "32", -+ "FCC", "5G", "20M", "HT", "1T", "100", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "32", -+ "MKK", "5G", "20M", "HT", "1T", "100", "34", -+ "FCC", "5G", "20M", "HT", "1T", "114", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "114", "32", -+ "MKK", "5G", "20M", "HT", "1T", "114", "34", -+ "FCC", "5G", "20M", "HT", "1T", "108", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "32", -+ "MKK", "5G", "20M", "HT", "1T", "108", "34", -+ "FCC", "5G", "20M", "HT", "1T", "112", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "32", -+ "MKK", "5G", "20M", "HT", "1T", "112", "34", -+ "FCC", "5G", "20M", "HT", "1T", "116", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "32", -+ "MKK", "5G", "20M", "HT", "1T", "116", "34", -+ "FCC", "5G", "20M", "HT", "1T", "120", "63", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "32", -+ "MKK", "5G", "20M", "HT", "1T", "120", "34", -+ "FCC", "5G", "20M", "HT", "1T", "124", "63", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "32", -+ "MKK", "5G", "20M", "HT", "1T", "124", "34", -+ "FCC", "5G", "20M", "HT", "1T", "128", "63", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "32", -+ "MKK", "5G", "20M", "HT", "1T", "128", "34", -+ "FCC", "5G", "20M", "HT", "1T", "132", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "32", -+ "MKK", "5G", "20M", "HT", "1T", "132", "34", -+ "FCC", "5G", "20M", "HT", "1T", "136", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "32", -+ "MKK", "5G", "20M", "HT", "1T", "136", "34", -+ "FCC", "5G", "20M", "HT", "1T", "140", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "32", -+ "MKK", "5G", "20M", "HT", "1T", "140", "34", -+ "FCC", "5G", "20M", "HT", "1T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "63", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "63", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "63", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "63", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "63", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "26", -+ "MKK", "5G", "20M", "HT", "2T", "36", "28", -+ "FCC", "5G", "20M", "HT", "2T", "40", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "26", -+ "MKK", "5G", "20M", "HT", "2T", "40", "28", -+ "FCC", "5G", "20M", "HT", "2T", "44", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "26", -+ "MKK", "5G", "20M", "HT", "2T", "44", "28", -+ "FCC", "5G", "20M", "HT", "2T", "48", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "26", -+ "MKK", "5G", "20M", "HT", "2T", "48", "28", -+ "FCC", "5G", "20M", "HT", "2T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "26", -+ "MKK", "5G", "20M", "HT", "2T", "52", "28", -+ "FCC", "5G", "20M", "HT", "2T", "56", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "26", -+ "MKK", "5G", "20M", "HT", "2T", "56", "28", -+ "FCC", "5G", "20M", "HT", "2T", "60", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "26", -+ "MKK", "5G", "20M", "HT", "2T", "60", "28", -+ "FCC", "5G", "20M", "HT", "2T", "64", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "26", -+ "MKK", "5G", "20M", "HT", "2T", "64", "28", -+ "FCC", "5G", "20M", "HT", "2T", "100", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "26", -+ "MKK", "5G", "20M", "HT", "2T", "100", "34", -+ "FCC", "5G", "20M", "HT", "2T", "114", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "114", "26", -+ "MKK", "5G", "20M", "HT", "2T", "114", "34", -+ "FCC", "5G", "20M", "HT", "2T", "108", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "26", -+ "MKK", "5G", "20M", "HT", "2T", "108", "34", -+ "FCC", "5G", "20M", "HT", "2T", "112", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "26", -+ "MKK", "5G", "20M", "HT", "2T", "112", "34", -+ "FCC", "5G", "20M", "HT", "2T", "116", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "26", -+ "MKK", "5G", "20M", "HT", "2T", "116", "34", -+ "FCC", "5G", "20M", "HT", "2T", "120", "63", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "26", -+ "MKK", "5G", "20M", "HT", "2T", "120", "34", -+ "FCC", "5G", "20M", "HT", "2T", "124", "63", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "26", -+ "MKK", "5G", "20M", "HT", "2T", "124", "34", -+ "FCC", "5G", "20M", "HT", "2T", "128", "63", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "26", -+ "MKK", "5G", "20M", "HT", "2T", "128", "34", -+ "FCC", "5G", "20M", "HT", "2T", "132", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "26", -+ "MKK", "5G", "20M", "HT", "2T", "132", "34", -+ "FCC", "5G", "20M", "HT", "2T", "136", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "26", -+ "MKK", "5G", "20M", "HT", "2T", "136", "34", -+ "FCC", "5G", "20M", "HT", "2T", "140", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "26", -+ "MKK", "5G", "20M", "HT", "2T", "140", "34", -+ "FCC", "5G", "20M", "HT", "2T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "63", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "63", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "63", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "63", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "63", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "32", -+ "MKK", "5G", "40M", "HT", "1T", "38", "34", -+ "FCC", "5G", "40M", "HT", "1T", "46", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "32", -+ "MKK", "5G", "40M", "HT", "1T", "46", "34", -+ "FCC", "5G", "40M", "HT", "1T", "54", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "32", -+ "MKK", "5G", "40M", "HT", "1T", "54", "34", -+ "FCC", "5G", "40M", "HT", "1T", "62", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "32", -+ "MKK", "5G", "40M", "HT", "1T", "62", "34", -+ "FCC", "5G", "40M", "HT", "1T", "102", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "32", -+ "MKK", "5G", "40M", "HT", "1T", "102", "34", -+ "FCC", "5G", "40M", "HT", "1T", "110", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "32", -+ "MKK", "5G", "40M", "HT", "1T", "110", "34", -+ "FCC", "5G", "40M", "HT", "1T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "32", -+ "MKK", "5G", "40M", "HT", "1T", "118", "34", -+ "FCC", "5G", "40M", "HT", "1T", "126", "63", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "32", -+ "MKK", "5G", "40M", "HT", "1T", "126", "34", -+ "FCC", "5G", "40M", "HT", "1T", "134", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "32", -+ "MKK", "5G", "40M", "HT", "1T", "134", "34", -+ "FCC", "5G", "40M", "HT", "1T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "63", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "63", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "26", -+ "MKK", "5G", "40M", "HT", "2T", "38", "28", -+ "FCC", "5G", "40M", "HT", "2T", "46", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "26", -+ "MKK", "5G", "40M", "HT", "2T", "46", "28", -+ "FCC", "5G", "40M", "HT", "2T", "54", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "26", -+ "MKK", "5G", "40M", "HT", "2T", "54", "28", -+ "FCC", "5G", "40M", "HT", "2T", "62", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "26", -+ "MKK", "5G", "40M", "HT", "2T", "62", "28", -+ "FCC", "5G", "40M", "HT", "2T", "102", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "26", -+ "MKK", "5G", "40M", "HT", "2T", "102", "34", -+ "FCC", "5G", "40M", "HT", "2T", "110", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "26", -+ "MKK", "5G", "40M", "HT", "2T", "110", "34", -+ "FCC", "5G", "40M", "HT", "2T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "26", -+ "MKK", "5G", "40M", "HT", "2T", "118", "34", -+ "FCC", "5G", "40M", "HT", "2T", "126", "63", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "26", -+ "MKK", "5G", "40M", "HT", "2T", "126", "34", -+ "FCC", "5G", "40M", "HT", "2T", "134", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "26", -+ "MKK", "5G", "40M", "HT", "2T", "134", "34", -+ "FCC", "5G", "40M", "HT", "2T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "63", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "63", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "24", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "32", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "26", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "34", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "63", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "34", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "63", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "24", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "24", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "30", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "26", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "34", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "63", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "34", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "63", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8812A_TXPWR_LMT_NFA812A00( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8812A_TXPWR_LMT_NFA812A00)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8812A_TXPWR_LMT_NFA812A00; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8812A_TXPWR_LMT_NFA812A00\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8812A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halhwimg8812a_rf.h 2017-06-07 23:07:21.023688669 +0300 -@@ -0,0 +1,129 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#if (RTL8812A_SUPPORT == 1) -+#ifndef __INC_MP_RF_HW_IMG_8812A_H -+#define __INC_MP_RF_HW_IMG_8812A_H -+ -+ -+/****************************************************************************** -+* RadioA.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_RadioA(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_RadioA(void); -+ -+/****************************************************************************** -+* RadioB.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_RadioB(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_RadioB(void); -+ -+/****************************************************************************** -+* TxPowerTrack_AP.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_AP(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TxPowerTrack_AP(void); -+ -+/****************************************************************************** -+* TxPowerTrack_PCIE.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_PCIE(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TxPowerTrack_PCIE(void); -+ -+/****************************************************************************** -+* TxPowerTrack_RFE3.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_RFE3(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TxPowerTrack_RFE3(void); -+ -+/****************************************************************************** -+* TxPowerTrack_RFE4.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_RFE4(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TxPowerTrack_RFE4(void); -+ -+/****************************************************************************** -+* TxPowerTrack_USB.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TxPowerTrack_USB(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TxPowerTrack_USB(void); -+ -+/****************************************************************************** -+* TXPWR_LMT.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TXPWR_LMT(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TXPWR_LMT(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_HM812A03.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TXPWR_LMT_HM812A03(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TXPWR_LMT_HM812A03(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_NFA812A00.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8812A_TXPWR_LMT_NFA812A00(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8812A_TXPWR_LMT_NFA812A00(void); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.c 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,3710 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "../mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+// 2010/04/25 MH Define the max tx power tracking tx agc power. -+#define ODM_TXPWRTRACK_MAX_IDX8812A 6 -+ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+ -+//3============================================================ -+//3 Tx Power Tracking -+//3============================================================ -+ -+#if 0 -+ -+ -+ -+ //new element A = element D x X -+ -+ //new element C = element D x Y -+ -+ -+void DoIQK_8812A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+#endif -+ -+ ODM_ResetIQKResult(pDM_Odm); -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if (DEV_BUS_TYPE == RT_PCI_INTERFACE) -+#if USE_WORKITEM -+ PlatformAcquireMutex(&pHalData->mxChnlBwControl); -+#else -+ PlatformAcquireSpinLock(Adapter, RT_CHANNEL_AND_BANDWIDTH_SPINLOCK); -+#endif -+#elif((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+ PlatformAcquireMutex(&pHalData->mxChnlBwControl); -+#endif -+#endif -+ -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK= ThermalValue; -+ PHY_IQCalibrate_8812A(Adapter, FALSE); -+ -+ -+#if(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+#if (DEV_BUS_TYPE == RT_PCI_INTERFACE) -+#if USE_WORKITEM -+ PlatformReleaseMutex(&pHalData->mxChnlBwControl); -+#else -+ PlatformReleaseSpinLock(Adapter, RT_CHANNEL_AND_BANDWIDTH_SPINLOCK); -+#endif -+#elif((DEV_BUS_TYPE == RT_USB_INTERFACE) || (DEV_BUS_TYPE == RT_SDIO_INTERFACE)) -+ PlatformReleaseMutex(&pHalData->mxChnlBwControl); -+#endif -+#endif -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: odm_TxPwrTrackSetPwr88E() -+ * -+ * Overview: 88E change all channel tx power accordign to flag. -+ * OFDM & CCK are all different. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 04/23/2012 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+ODM_TxPwrTrackSetPwr8812A( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ) -+{ -+ if (Method == TXAGC) -+ { -+ u1Byte cckPowerLevel[MAX_TX_COUNT], ofdmPowerLevel[MAX_TX_COUNT]; -+ u1Byte BW20PowerLevel[MAX_TX_COUNT], BW40PowerLevel[MAX_TX_COUNT]; -+ u1Byte rf = 0; -+ u4Byte pwr = 0, TxAGC = 0; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("odm_TxPwrTrackSetPwr88E CH=%d\n", *(pDM_Odm->pChannel))); -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE )) -+ -+ pwr = PHY_QueryBBReg(Adapter, rTxAGC_A_Rate18_06, 0xFF); -+ pwr += (pDM_Odm->BbSwingIdxCck - pDM_Odm->BbSwingIdxCckBase); -+ TxAGC = (pwr<<16)|(pwr<<8)|(pwr); -+ PHY_SetBBReg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, TxAGC); -+ PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, 0xffffff00, TxAGC); -+ RTPRINT(FPHY, PHY_TXPWR, ("ODM_TxPwrTrackSetPwr88E: CCK Tx-rf(A) Power = 0x%x\n", TxAGC)); -+ -+ pwr = PHY_QueryBBReg(Adapter, rTxAGC_A_Rate18_06, 0xFF); -+ pwr += (pDM_Odm->BbSwingIdxOfdm[RF_PATH_A] - pDM_Odm->BbSwingIdxOfdmBase); -+ TxAGC |= ((pwr<<24)|(pwr<<16)|(pwr<<8)|pwr); -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskDWord, TxAGC); -+ PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskDWord, TxAGC); -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs03_Mcs00, bMaskDWord, TxAGC); -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs07_Mcs04, bMaskDWord, TxAGC); -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs11_Mcs08, bMaskDWord, TxAGC); -+ PHY_SetBBReg(Adapter, rTxAGC_A_Mcs15_Mcs12, bMaskDWord, TxAGC); -+ RTPRINT(FPHY, PHY_TXPWR, ("ODM_TxPwrTrackSetPwr88E: OFDM Tx-rf(A) Power = 0x%x\n", TxAGC)); -+#endif -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PHY_RF6052SetCCKTxPower(pDM_Odm->priv, *(pDM_Odm->pChannel)); -+ PHY_RF6052SetOFDMTxPower(pDM_Odm->priv, *(pDM_Odm->pChannel)); -+#endif -+ -+ } -+ else if (Method == BBSWING) -+ { -+ // Adjust BB swing by OFDM IQ matrix -+ if (RFPath == RF_PATH_A) -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, bMaskDWord, pDM_Odm->BbSwingIdxOfdm[RF_PATH_A]); -+ else if (RFPath == RF_PATH_B) -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, bMaskDWord, pDM_Odm->BbSwingIdxOfdm[RF_PATH_B]); -+ } -+ else -+ { -+ return; -+ } -+} // odm_TxPwrTrackSetPwr88E -+ -+void ConfigureTxpowerTrack_8812A( -+ PTXPWRTRACK_CFG pConfig -+ ) -+{ -+ pConfig->SwingTableSize_CCK = CCK_TABLE_SIZE; -+ pConfig->SwingTableSize_OFDM = OFDM_TABLE_SIZE; -+ pConfig->Threshold_IQK = 8; -+ pConfig->AverageThermalNum = AVG_THERMAL_NUM_8812A; -+ pConfig->RfPathCount = 2; -+ pConfig->ThermalRegAddr = RF_T_METER_8812A; -+ -+ pConfig->ODM_TxPwrTrackSetPwr = ODM_TxPwrTrackSetPwr8812A; -+ pConfig->DoIQK = DoIQK_8812A; -+ pConfig->PHY_LCCalibrate = PHY_LCCalibrate_8812A; -+} -+ -+#endif -+ -+//1 7. IQK -+#define MAX_TOLERANCE 5 -+#define IQK_DELAY_TIME 1 //ms -+ -+u1Byte //bit0 = 1 => Tx OK, bit1 = 1 => Rx OK -+ phy_PathA_IQK_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN configPathB -+ ) -+{ -+ u4Byte regEAC, regE94, regE9C, regEA4; -+ u1Byte result = 0x00; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A IQK!\n")); -+ -+ //1 Tx IQK -+ //path-A IQK setting -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A IQK setting!\n")); -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_Tone_A, bMaskDWord, 0x10008c1c); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_Tone_A, bMaskDWord, 0x30008c1c); -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_PI_A, bMaskDWord, 0x8214032a); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_PI_A, bMaskDWord, 0x28160000); -+ -+ //LO calibration setting -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Rsp, bMaskDWord, 0x00462911); -+ -+ //One shot, path A LOK & IQK -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ // delay x ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_8812A)); -+ //PlatformStallExecution(IQK_DELAY_TIME_8812A*1000); -+ ODM_delay_ms(IQK_DELAY_TIME_8812A); -+ -+ // Check failed -+ regEAC = ODM_GetBBReg(pDM_Odm, rRx_Power_After_IQK_A_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ regE94 = ODM_GetBBReg(pDM_Odm, rTx_Power_Before_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe94 = 0x%x\n", regE94)); -+ regE9C= ODM_GetBBReg(pDM_Odm, rTx_Power_After_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe9c = 0x%x\n", regE9C)); -+ regEA4= ODM_GetBBReg(pDM_Odm, rRx_Power_Before_IQK_A_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xea4 = 0x%x\n", regEA4)); -+ -+ if(!(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) ) -+ result |= 0x01; -+ else //if Tx not OK, ignore Rx -+ return result; -+ -+#if 0 -+ if(!(regEAC & BIT27) && //if Tx is OK, check whether Rx is OK -+ (((regEA4 & 0x03FF0000)>>16) != 0x132) && -+ (((regEAC & 0x03FF0000)>>16) != 0x36)) -+ result |= 0x02; -+ else -+ RTPRINT(FINIT, INIT_IQK, ("Path A Rx IQK fail!!\n")); -+#endif -+ -+ return result; -+ -+ -+} -+ -+u1Byte //bit0 = 1 => Tx OK, bit1 = 1 => Rx OK -+ phy_PathA_RxIQK_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN configPathB -+ ) -+{ -+ u4Byte regEAC, regE94, regE9C, regEA4, u4tmp; -+ u1Byte result = 0x00; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A Rx IQK!\n")); -+ -+ //1 Get TXIMR setting -+ //modify RXIQK mode table -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A Rx IQK modify RXIQK mode table!\n")); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_WE_LUT, bRFRegOffsetMask, 0x800a0 ); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x30000 ); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0000f ); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xf117B ); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x808000); -+ -+ //IQK setting -+ ODM_SetBBReg(pDM_Odm, rTx_IQK, bMaskDWord, 0x01007c00); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK, bMaskDWord, 0x81004800); -+ -+ //path-A IQK setting -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_Tone_A, bMaskDWord, 0x10008c1c); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_Tone_A, bMaskDWord, 0x30008c1c); -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_PI_A, bMaskDWord, 0x82160804); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_PI_A, bMaskDWord, 0x28160000); -+ -+ //LO calibration setting -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Rsp, bMaskDWord, 0x0046a911); -+ -+ //One shot, path A LOK & IQK -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ // delay x ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_8812A)); -+ //PlatformStallExecution(IQK_DELAY_TIME_8812A*1000); -+ ODM_delay_ms(IQK_DELAY_TIME_8812A); -+ -+ -+ // Check failed -+ regEAC = ODM_GetBBReg(pDM_Odm, rRx_Power_After_IQK_A_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ regE94 = ODM_GetBBReg(pDM_Odm, rTx_Power_Before_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe94 = 0x%x\n", regE94)); -+ regE9C= ODM_GetBBReg(pDM_Odm, rTx_Power_After_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe9c = 0x%x\n", regE9C)); -+ -+ if(!(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) ) -+ result |= 0x01; -+ else //if Tx not OK, ignore Rx -+ return result; -+ -+ u4tmp = 0x80007C00 | (regE94&0x3FF0000) | ((regE9C&0x3FF0000) >> 16); -+ ODM_SetBBReg(pDM_Odm, rTx_IQK, bMaskDWord, u4tmp); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe40 = 0x%x u4tmp = 0x%x \n", ODM_GetBBReg(pDM_Odm, rTx_IQK, bMaskDWord), u4tmp)); -+ -+ -+ //1 RX IQK -+ //modify RXIQK mode table -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A Rx IQK modify RXIQK mode table 2!\n")); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_WE_LUT, bRFRegOffsetMask, 0x800a0 ); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_RCK_OS, bRFRegOffsetMask, 0x30000 ); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_TXPA_G1, bRFRegOffsetMask, 0x0000f ); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_TXPA_G2, bRFRegOffsetMask, 0xf7ffa ); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x808000); -+ -+ //IQK setting -+ ODM_SetBBReg(pDM_Odm, rRx_IQK, bMaskDWord, 0x01004800); -+ -+ //path-A IQK setting -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_Tone_A, bMaskDWord, 0x30008c1c); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_Tone_A, bMaskDWord, 0x10008c1c); -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_PI_A, bMaskDWord, 0x82160c05); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_PI_A, bMaskDWord, 0x28160c05); -+ -+ //LO calibration setting -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LO calibration setting!\n")); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Rsp, bMaskDWord, 0x0046a911); -+ -+ //One shot, path A LOK & IQK -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf9000000); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Pts, bMaskDWord, 0xf8000000); -+ -+ // delay x ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_8812A)); -+ //PlatformStallExecution(IQK_DELAY_TIME_8812A*1000); -+ ODM_delay_ms(IQK_DELAY_TIME_8812A); -+ -+ // Check failed -+ regEAC = ODM_GetBBReg(pDM_Odm, rRx_Power_After_IQK_A_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ regE94 = ODM_GetBBReg(pDM_Odm, rTx_Power_Before_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe94 = 0x%x\n", regE94)); -+ regE9C= ODM_GetBBReg(pDM_Odm, rTx_Power_After_IQK_A, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe9c = 0x%x\n", regE9C)); -+ regEA4= ODM_GetBBReg(pDM_Odm, rRx_Power_Before_IQK_A_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xea4 = 0x%x\n", regEA4)); -+ -+#if 0 -+ if(!(regEAC & BIT28) && -+ (((regE94 & 0x03FF0000)>>16) != 0x142) && -+ (((regE9C & 0x03FF0000)>>16) != 0x42) ) -+ result |= 0x01; -+ else //if Tx not OK, ignore Rx -+ return result; -+#endif -+ -+ if(!(regEAC & BIT27) && //if Tx is OK, check whether Rx is OK -+ (((regEA4 & 0x03FF0000)>>16) != 0x132) && -+ (((regEAC & 0x03FF0000)>>16) != 0x36)) -+ result |= 0x02; -+ else -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A Rx IQK fail!!\n")); -+ -+ return result; -+ -+ -+} -+ -+u1Byte //bit0 = 1 => Tx OK, bit1 = 1 => Rx OK -+ phy_PathB_IQK_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm -+#else -+ IN PADAPTER pAdapter -+#endif -+ ) -+{ -+ u4Byte regEAC, regEB4, regEBC, regEC4, regECC; -+ u1Byte result = 0x00; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B IQK!\n")); -+ -+ //One shot, path B LOK & IQK -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Cont, bMaskDWord, 0x00000002); -+ ODM_SetBBReg(pDM_Odm, rIQK_AGC_Cont, bMaskDWord, 0x00000000); -+ -+ // delay x ms -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path B LOK & IQK.\n", IQK_DELAY_TIME_8812A)); -+ //PlatformStallExecution(IQK_DELAY_TIME_8812A*1000); -+ ODM_delay_ms(IQK_DELAY_TIME_8812A); -+ -+ // Check failed -+ regEAC = ODM_GetBBReg(pDM_Odm, rRx_Power_After_IQK_A_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeac = 0x%x\n", regEAC)); -+ regEB4 = ODM_GetBBReg(pDM_Odm, rTx_Power_Before_IQK_B, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xeb4 = 0x%x\n", regEB4)); -+ regEBC= ODM_GetBBReg(pDM_Odm, rTx_Power_After_IQK_B, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xebc = 0x%x\n", regEBC)); -+ regEC4= ODM_GetBBReg(pDM_Odm, rRx_Power_Before_IQK_B_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xec4 = 0x%x\n", regEC4)); -+ regECC= ODM_GetBBReg(pDM_Odm, rRx_Power_After_IQK_B_2, bMaskDWord); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xecc = 0x%x\n", regECC)); -+ -+ if(!(regEAC & BIT31) && -+ (((regEB4 & 0x03FF0000)>>16) != 0x142) && -+ (((regEBC & 0x03FF0000)>>16) != 0x42)) -+ result |= 0x01; -+ else -+ return result; -+ -+ if(!(regEAC & BIT30) && -+ (((regEC4 & 0x03FF0000)>>16) != 0x132) && -+ (((regECC & 0x03FF0000)>>16) != 0x36)) -+ result |= 0x02; -+ else -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B Rx IQK fail!!\n")); -+ -+ -+ return result; -+ -+} -+ -+VOID -+ _PHY_PathAFillIQKMatrix_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bIQKOK, -+ IN s4Byte result[][8], -+ IN u1Byte final_candidate, -+ IN BOOLEAN bTxOnly -+ ) -+{ -+ u4Byte Oldval_0, X, TX0_A, reg; -+ s4Byte Y, TX0_C; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path A IQ Calibration %s !\n",(bIQKOK)?"Success":"Failed")); -+ -+ if(final_candidate == 0xFF) -+ return; -+ -+ else if(bIQKOK) -+ { -+ Oldval_0 = (ODM_GetBBReg(pDM_Odm, rOFDM0_XATxIQImbalance, bMaskDWord) >> 22) & 0x3FF; -+ -+ X = result[final_candidate][0]; -+ if ((X & 0x00000200) != 0) -+ X = X | 0xFFFFFC00; -+ TX0_A = (X * Oldval_0) >> 8; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("X = 0x%x, TX0_A = 0x%x, Oldval_0 0x%x\n", X, TX0_A, Oldval_0)); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XATxIQImbalance, 0x3FF, TX0_A); -+ -+ ODM_SetBBReg(pDM_Odm, rOFDM0_ECCAThreshold, BIT(31), ((X* Oldval_0>>7) & 0x1)); -+ -+ Y = result[final_candidate][1]; -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ -+ -+ TX0_C = (Y * Oldval_0) >> 8; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Y = 0x%x, TX = 0x%x\n", (u4Byte)Y, (u4Byte)TX0_C)); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XCTxAFE, 0xF0000000, ((TX0_C&0x3C0)>>6)); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XATxIQImbalance, 0x003F0000, (TX0_C&0x3F)); -+ -+ ODM_SetBBReg(pDM_Odm, rOFDM0_ECCAThreshold, BIT(29), ((Y* Oldval_0>>7) & 0x1)); -+ -+ if(bTxOnly) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("_PHY_PathAFillIQKMatrix_8812A only Tx OK\n")); -+ return; -+ } -+ -+ reg = result[final_candidate][2]; -+#if (DM_ODM_SUPPORT_TYPE==ODM_AP) -+ if( RTL_ABS(reg ,0x100) >= 16) -+ reg = 0x100; -+#endif -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XARxIQImbalance, 0x3FF, reg); -+ -+ reg = result[final_candidate][3] & 0x3F; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XARxIQImbalance, 0xFC00, reg); -+ -+ reg = (result[final_candidate][3] >> 6) & 0xF; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_RxIQExtAnta, 0xF0000000, reg); -+ } -+} -+ -+VOID -+ _PHY_PathBFillIQKMatrix_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bIQKOK, -+ IN s4Byte result[][8], -+ IN u1Byte final_candidate, -+ IN BOOLEAN bTxOnly //do Tx only -+ ) -+{ -+ u4Byte Oldval_1, X, TX1_A, reg; -+ s4Byte Y, TX1_C; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path B IQ Calibration %s !\n",(bIQKOK)?"Success":"Failed")); -+ -+ if(final_candidate == 0xFF) -+ return; -+ -+ else if(bIQKOK) -+ { -+ Oldval_1 = (ODM_GetBBReg(pDM_Odm, rOFDM0_XBTxIQImbalance, bMaskDWord) >> 22) & 0x3FF; -+ -+ X = result[final_candidate][4]; -+ if ((X & 0x00000200) != 0) -+ X = X | 0xFFFFFC00; -+ TX1_A = (X * Oldval_1) >> 8; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("X = 0x%x, TX1_A = 0x%x\n", X, TX1_A)); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XBTxIQImbalance, 0x3FF, TX1_A); -+ -+ ODM_SetBBReg(pDM_Odm, rOFDM0_ECCAThreshold, BIT(27), ((X* Oldval_1>>7) & 0x1)); -+ -+ Y = result[final_candidate][5]; -+ if ((Y & 0x00000200) != 0) -+ Y = Y | 0xFFFFFC00; -+ -+ TX1_C = (Y * Oldval_1) >> 8; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Y = 0x%x, TX1_C = 0x%x\n", (u4Byte)Y, (u4Byte)TX1_C)); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XDTxAFE, 0xF0000000, ((TX1_C&0x3C0)>>6)); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XBTxIQImbalance, 0x003F0000, (TX1_C&0x3F)); -+ -+ ODM_SetBBReg(pDM_Odm, rOFDM0_ECCAThreshold, BIT(25), ((Y* Oldval_1>>7) & 0x1)); -+ -+ if(bTxOnly) -+ return; -+ -+ reg = result[final_candidate][6]; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XBRxIQImbalance, 0x3FF, reg); -+ -+ reg = result[final_candidate][7] & 0x3F; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XBRxIQImbalance, 0xFC00, reg); -+ -+ reg = (result[final_candidate][7] >> 6) & 0xF; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_AGCRSSITable, 0x0000F000, reg); -+ } -+} -+ -+// -+// 2011/07/26 MH Add an API for testing IQK fail case. -+// -+// MP Already declare in odm.c -+#if 0 //!(DM_ODM_SUPPORT_TYPE & ODM_WIN) -+BOOLEAN -+ODM_CheckPowerStatus( -+ IN PADAPTER Adapter) -+{ -+ /* -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ RT_RF_POWER_STATE rtState; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ -+ // 2011/07/27 MH We are not testing ready~~!! We may fail to get correct value when init sequence. -+ if (pMgntInfo->init_adpt_in_progress == TRUE) -+ { -+ ODM_RT_TRACE(pDM_Odm,COMP_INIT, DBG_LOUD, ("ODM_CheckPowerStatus Return TRUE, due to initadapter")); -+ return TRUE; -+ } -+ -+ // -+ // 2011/07/19 MH We can not execute tx pwoer tracking/ LLC calibrate or IQK. -+ // -+ Adapter->HalFunc.GetHwRegHandler(Adapter, HW_VAR_RF_STATE, (pu1Byte)(&rtState)); -+ if(Adapter->bDriverStopped || Adapter->bDriverIsGoingToPnpSetPowerSleep || rtState == eRfOff) -+ { -+ ODM_RT_TRACE(pDM_Odm,COMP_INIT, DBG_LOUD, ("ODM_CheckPowerStatus Return FALSE, due to %d/%d/%d\n", -+ Adapter->bDriverStopped, Adapter->bDriverIsGoingToPnpSetPowerSleep, rtState)); -+ return FALSE; -+ } -+ */ -+ return TRUE; -+} -+#endif -+ -+VOID -+ _PHY_SaveADDARegisters_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte ADDAReg, -+ IN pu4Byte ADDABackup, -+ IN u4Byte RegisterNum -+ ) -+{ -+ u4Byte i; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+ -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Save ADDA parameters.\n")); -+ for( i = 0 ; i < RegisterNum ; i++){ -+ ADDABackup[i] = ODM_GetBBReg(pDM_Odm, ADDAReg[i], bMaskDWord); -+ } -+} -+ -+ -+VOID -+ _PHY_SaveMACRegisters_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte MACReg, -+ IN pu4Byte MACBackup -+ ) -+{ -+ u4Byte i; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Save MAC parameters.\n")); -+ for( i = 0 ; i < (IQK_MAC_REG_NUM - 1); i++){ -+ MACBackup[i] = ODM_Read1Byte(pDM_Odm, MACReg[i]); -+ } -+ MACBackup[i] = ODM_Read4Byte(pDM_Odm, MACReg[i]); -+ -+} -+ -+ -+VOID -+ _PHY_ReloadADDARegisters_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte ADDAReg, -+ IN pu4Byte ADDABackup, -+ IN u4Byte RegiesterNum -+ ) -+{ -+ u4Byte i; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Reload ADDA power saving parameters !\n")); -+ for(i = 0 ; i < RegiesterNum; i++) -+ { -+ ODM_SetBBReg(pDM_Odm, ADDAReg[i], bMaskDWord, ADDABackup[i]); -+ } -+} -+ -+VOID -+ _PHY_ReloadMACRegisters_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte MACReg, -+ IN pu4Byte MACBackup -+ ) -+{ -+ u4Byte i; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Reload MAC parameters !\n")); -+ for(i = 0 ; i < (IQK_MAC_REG_NUM - 1); i++){ -+ ODM_Write1Byte(pDM_Odm, MACReg[i], (u1Byte)MACBackup[i]); -+ } -+ ODM_Write4Byte(pDM_Odm, MACReg[i], MACBackup[i]); -+} -+ -+ -+VOID -+ _PHY_PathADDAOn_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte ADDAReg, -+ IN BOOLEAN isPathAOn, -+ IN BOOLEAN is2T -+ ) -+{ -+ u4Byte pathOn; -+ u4Byte i; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("ADDA ON.\n")); -+ -+ pathOn = isPathAOn ? 0x04db25a4 : 0x0b1b25a4; -+ if(FALSE == is2T){ -+ pathOn = 0x0bdb25a0; -+ ODM_SetBBReg(pDM_Odm, ADDAReg[0], bMaskDWord, 0x0b1b25a0); -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm,ADDAReg[0], bMaskDWord, pathOn); -+ } -+ -+ for( i = 1 ; i < IQK_ADDA_REG_NUM ; i++){ -+ ODM_SetBBReg(pDM_Odm,ADDAReg[i], bMaskDWord, pathOn); -+ } -+ -+} -+ -+VOID -+ _PHY_MACSettingCalibration_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte MACReg, -+ IN pu4Byte MACBackup -+ ) -+{ -+ u4Byte i = 0; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("MAC settings for Calibration.\n")); -+ -+ ODM_Write1Byte(pDM_Odm, MACReg[i], 0x3F); -+ -+ for(i = 1 ; i < (IQK_MAC_REG_NUM - 1); i++){ -+ ODM_Write1Byte(pDM_Odm, MACReg[i], (u1Byte)(MACBackup[i]&(~BIT3))); -+ } -+ ODM_Write1Byte(pDM_Odm, MACReg[i], (u1Byte)(MACBackup[i]&(~BIT5))); -+ -+} -+ -+VOID -+ _PHY_PathAStandBy_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm -+#else -+ IN PADAPTER pAdapter -+#endif -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Path-A standby mode!\n")); -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x840, bMaskDWord, 0x00010000); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x808000); -+} -+ -+VOID -+ _PHY_PIModeSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN PIMode -+ ) -+{ -+ u4Byte mode; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BB Switch to %s mode!\n", (PIMode ? "PI" : "SI"))); -+ -+ mode = PIMode ? 0x01000100 : 0x01000000; -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_HSSIParameter1, bMaskDWord, mode); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XB_HSSIParameter1, bMaskDWord, mode); -+} -+ -+BOOLEAN -+ phy_SimularityCompare_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN s4Byte result[][8], -+ IN u1Byte c1, -+ IN u1Byte c2 -+ ) -+{ -+ u4Byte i, j, diff, SimularityBitMap, bound = 0; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ u1Byte final_candidate[2] = {0xFF, 0xFF}; //for path A and path B -+ BOOLEAN bResult = TRUE; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ BOOLEAN is2T = IS_92C_SERIAL( pHalData->VersionID); -+#else -+ BOOLEAN is2T = 0; -+#endif -+ -+ if(is2T) -+ bound = 8; -+ else -+ bound = 4; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> IQK:phy_SimularityCompare_8812A c1 %d c2 %d!!!\n", c1, c2)); -+ -+ -+ SimularityBitMap = 0; -+ -+ for( i = 0; i < bound; i++ ) -+ { -+ diff = (result[c1][i] > result[c2][i]) ? (result[c1][i] - result[c2][i]) : (result[c2][i] - result[c1][i]); -+ if (diff > MAX_TOLERANCE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK:phy_SimularityCompare_8812A differnece overflow index %d compare1 0x%x compare2 0x%x!!!\n", i, (u4Byte)result[c1][i], (u4Byte)result[c2][i])); -+ -+ if((i == 2 || i == 6) && !SimularityBitMap) -+ { -+ if(result[c1][i]+result[c1][i+1] == 0) -+ final_candidate[(i/4)] = c2; -+ else if (result[c2][i]+result[c2][i+1] == 0) -+ final_candidate[(i/4)] = c1; -+ else -+ SimularityBitMap = SimularityBitMap|(1< Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, RX_Y>>1); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xc10 = %x ====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xc10))); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, RX_Y>>1); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x====>fill to IQC\n ", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe10 = %x====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xe10))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_TX_FillIQC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int TX_X, -+ IN unsigned int TX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X&0x000007ff, TX_Y&0x000007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xcd4 = %x;;0xccc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xcd4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xccc, 0x000007ff))); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xec4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x20000000); -+ ODM_SetBBReg(pDM_Odm, 0xecc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X&0x000007ff, TX_Y&0x000007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xed4 = %x;;0xecc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xed4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xecc, 0x000007ff))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_BackupMacBB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupMacBB Success!!!!\n")); -+} -+void _IQK_BackupRF_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte RFA_backup, -+ IN pu4Byte RFB_backup, -+ IN pu4Byte Backup_RF_REG, -+ IN u4Byte RF_NUM -+ ) -+{ -+ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save RF Parameters -+ for (i = 0; i < RF_NUM; i++){ -+ RFA_backup[i] = ODM_GetRFReg(pDM_Odm, RF_PATH_A, Backup_RF_REG[i], bMaskDWord); -+ RFB_backup[i] = ODM_GetRFReg(pDM_Odm, RF_PATH_B, Backup_RF_REG[i], bMaskDWord); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupRF Success!!!!\n")); -+} -+void _IQK_BackupAFE_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ AFE_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_AFE_REG[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupAFE Success!!!!\n")); -+} -+void _IQK_RestoreMacBB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload MacBB Parameters -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreMacBB Success!!!!\n")); -+} -+void _IQK_RestoreRF_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN pu4Byte Backup_RF_REG, -+ IN pu4Byte RF_backup, -+ IN u4Byte RF_REG_NUM -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ for (i = 0; i < RF_REG_NUM; i++) -+ ODM_SetRFReg(pDM_Odm, Path, Backup_RF_REG[i], bRFRegOffsetMask, RF_backup[i]); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x0); -+ -+ switch(Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path A Success!!!!\n")); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path B Success!!!!\n")); -+ } -+ break; -+ default: -+ break; -+ } -+} -+void _IQK_RestoreAFE_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_AFE_REG[i], AFE_backup[i]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x0); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreAFE Success!!!!\n")); -+} -+ -+ -+void _IQK_ConfigureMAC_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ // ========MAC register setting======== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x3f); -+ ODM_SetBBReg(pDM_Odm, 0x550, BIT(11)|BIT(3), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x808, BIT(28), 0x0); // CCK Off -+ ODM_Write1Byte(pDM_Odm, 0x808, 0x00); // RX ante off -+ ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off -+} -+ -+#define cal_num 3 -+ -+void _IQK_Tx_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN u1Byte chnlIdx -+ ) -+{ -+ u4Byte TX_fail,RX_fail, delay_count, IQK_ready, cal_retry, cal = 0, temp_reg65; -+ int TX_X = 0, TX_Y = 0, RX_X = 0, RX_Y = 0, TX_Average = 0, RX_Average = 0; -+ int TX_X0[cal_num], TX_Y0[cal_num], RX_X0[cal_num], RX_Y0[cal_num]; -+ BOOLEAN TX0IQKOK = FALSE, RX0IQKOK = FALSE; -+ int TX_X1[cal_num], TX_Y1[cal_num], RX_X1[cal_num], RX_Y1[cal_num]; -+ BOOLEAN TX1IQKOK = FALSE, RX1IQKOK = FALSE, VDF_enable = FALSE; -+ int i, k, VDF_Y[3], VDF_X[3], Tx_dt[3], Rx_dt[3], ii, dx = 0, dy = 0, TX_finish = 0, RX_finish = 0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ prtl8192cd_priv priv = pDM_Odm->priv; -+ -+ pDM_Odm->priv->pshare->IQK_total_cnt++; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BandWidth = %d ExtPA = %d pBand = %d\n", *pDM_Odm->pBandWidth, pDM_Odm->ExtPA, *pDM_Odm->pBandType)); -+ if (*pDM_Odm->pBandWidth == 2){ -+ VDF_enable = TRUE; -+ } -+ temp_reg65 = ODM_GetRFReg(pDM_Odm, Path, 0x65, bMaskDWord); -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // ========Path-A AFE all on======== -+ // Port 0 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ // Port 1 DAC/ADC off -+ ODM_Write4Byte(pDM_Odm, 0xe60, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xe64, 0x00000000); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ -+ ODM_SetBBReg(pDM_Odm, 0xc00, 0xf, 0x4);// hardware 3-wire off -+ -+ // IQK Setting -+ //====== TX IQK ====== -+ // 1. DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xc5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ ODM_SetBBReg(pDM_Odm, 0x8c4, BIT(30), 0x1); -+ //ODM_SetBBReg(pDM_Odm, 0xcb0, 0x000000f0, 0x7); -+ ODM_SetBBReg(pDM_Odm, 0xcb0, 0x00ff0000, 0x77); -+ ODM_SetBBReg(pDM_Odm, 0xcb4, 0x03000000, 0x0); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ {ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // Port 0 DAC/ADC off -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x00000000); -+ -+ // Port 1 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xe60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xe64, 0x77777777); -+ -+ ODM_Write4Byte(pDM_Odm, 0xe68, 0x19791979); -+ -+ ODM_SetBBReg(pDM_Odm, 0xe00, 0xf, 0x4);// hardware 3-wire off -+ -+ // DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xe5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ ODM_SetBBReg(pDM_Odm, 0x8c4, BIT(30), 0x1); -+ //ODM_SetBBReg(pDM_Odm, 0xeb0, 0x000000f0, 0x7); -+ ODM_SetBBReg(pDM_Odm, 0xeb0, 0x00ff0000, 0x77); -+ ODM_SetBBReg(pDM_Odm, 0xeb4, 0x03000000, 0x0); -+ } -+ break; -+ default: -+ break; -+ } -+ while (cal < cal_num){ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ //====== TX IQK ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x3fffd); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfe83f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0xb00, 0x03000100); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f1); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x68163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28163e96); -+ -+ if (VDF_enable == 1){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXVDF Start\n")); -+ for (k = 0;k <= 2; k++){ -+ switch (k){ -+ case 0: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); -+ } -+ break; -+ case 1: -+ { -+ ODM_SetBBReg(pDM_Odm, 0xc80, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xc84, BIT(28), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a910);// [0]:AGC_en, [15]:idac_K_Mask -+ } -+ break; -+ case 2: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_Y[1] = %x;;;VDF_Y[0] = %x\n", VDF_Y[1]>>21 & 0x00007ff, VDF_Y[0]>>21 & 0x00007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_X[1] = %x;;;VDF_X[0] = %x\n", VDF_X[1]>>21 & 0x00007ff, VDF_X[0]>>21 & 0x00007ff)); -+ Tx_dt[cal] = (VDF_Y[1]>>20)-(VDF_Y[0]>>20); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Tx_dt = %d\n", Tx_dt[cal])); -+ Tx_dt[cal] = ((16*Tx_dt[cal])*10000/15708); -+ Tx_dt[cal] = (Tx_dt[cal] >> 1 )+(Tx_dt[cal] & BIT(0)); -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c20);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c20);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xce8, 0x3fff0000, Tx_dt[cal] & 0x00003fff); -+ } -+ break; -+ default: -+ break; -+ } -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨?Â¥??v¤?µ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((IQK_ready) || (delay_count>20)){ -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ VDF_X[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ VDF_Y[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXA_VDF_cal_retry = %d\n", cal_retry)); -+ TX_X0[cal] = VDF_X[k-1] ; -+ TX_Y0[cal] = VDF_Y[k-1]; -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨?Â¥??v¤?µ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 25ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((IQK_ready) || (delay_count>20)) { -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ TX_X0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ TX_Y0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ /* -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x01000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x03000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ break; -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXA_cal_retry = %d\n", cal_retry)); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, Path, 0x8, 0xffc00)); // Load LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ if (TX0IQKOK == FALSE) -+ break; // TXK fail, Don't do RXK -+ -+ -+ if (VDF_enable == 1){ -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); // TX VDF Disable -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXVDF Start\n")); -+ -+ //====== RX mode TXK (RXK Step 1) ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d0); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x02140119); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161420); -+ -+ for (k = 0;k <= 2; k++){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (VDF_X[k])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (VDF_Y[k])>>21&0x000007ff); -+ -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ switch (k){ -+ case 0: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(30), 0x0); -+ } -+ break; -+ case 1: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x28008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x08008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ } -+ break; -+ case 2: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_Y[1] = %x;;;VDF_Y[0] = %x\n", VDF_Y[1]>>21 & 0x00007ff, VDF_Y[0]>>21 & 0x00007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_X[1] = %x;;;VDF_X[0] = %x\n", VDF_X[1]>>21 & 0x00007ff, VDF_X[0]>>21 & 0x00007ff)); -+ Rx_dt[cal] = (VDF_Y[1]>>20)-(VDF_Y[0]>>20); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Rx_dt = %d\n", Rx_dt[cal])); -+ Rx_dt[cal] = ((16*Rx_dt[cal])*10000/13823); -+ Rx_dt[cal] = (Rx_dt[cal] >> 1 )+(Rx_dt[cal] & BIT(0)); -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c20);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c20);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, 0x00003fff, Rx_dt[cal] & 0x00003fff); -+ } -+ break; -+ default: -+ break; -+ } -+ -+ -+ if (k==2){ -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(30), 0x1); //RX VDF Enable -+ } -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨?Â¥??v¤?µ¹ iqk_dpk module -+ -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ if (RX_fail == 0){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ VDF_X[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ VDF_Y[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ RX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0x0>>1); -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ -+ } -+ } -+ else{ -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXA_VDF_cal_retry = %d\n", cal_retry)); -+ RX_X0[cal] = VDF_X[k-1] ; -+ RX_Y0[cal] = VDF_Y[k-1]; -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x1); // TX VDF Enable -+ } -+ else{ -+ //====== RX mode TXK (RXK Step 1) ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // 1. TX RF Setting -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d0); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_X0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_Y0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a910); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x02140119); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161cc0); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨?Â¥??v¤?µ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ if (RX_fail == 0){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ RX_X0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ RX_Y0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ RX0IQKOK = TRUE; -+/* -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+*/ -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0x0>>1); -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ -+ } -+ } -+ else{ -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXA_cal_retry = %d\n", cal_retry)); -+ } -+ if (TX0IQKOK) -+ TX_Average++; -+ if (RX0IQKOK) -+ RX_Average++; -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ //Path-B TX/RX IQK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x3fffd); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfe83f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0xb00, 0x03000100); -+ ODM_SetBBReg(pDM_Odm, 0xe94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ -+ -+ if (pDM_Odm->ExtPA) -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403e3); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403f1); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x68163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28163e96); -+ -+ if (VDF_enable == 1){ -+ for (k = 0;k <= 2; k++){ -+ switch (k){ -+ case 0: -+ { -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x18008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x38008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910); -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(31), 0x0); -+ } -+ break; -+ case 1: -+ { -+ ODM_SetBBReg(pDM_Odm, 0xe80, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xe84, BIT(28), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a910); -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(31), 0x0); -+ } -+ break; -+ case 2: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_Y[1] = %x;;;VDF_Y[0] = %x\n", VDF_Y[1]>>21 & 0x00007ff, VDF_Y[0]>>21 & 0x00007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_X[1] = %x;;;VDF_X[0] = %x\n", VDF_X[1]>>21 & 0x00007ff, VDF_X[0]>>21 & 0x00007ff)); -+ Tx_dt[cal] = (VDF_Y[1]>>20)-(VDF_Y[0]>>20); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Tx_dt = %d\n", Tx_dt[cal])); -+ Tx_dt[cal] = ((16*Tx_dt[cal])*10000/15708); -+ Tx_dt[cal] = (Tx_dt[cal] >> 1 )+(Tx_dt[cal] & BIT(0)); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x18008c20);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x38008c20);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xee8, 0x3fff0000, Tx_dt[cal] & 0x00003fff); -+ } -+ break; -+ default: -+ break; -+ } -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ±N SI/PI ¨?Â¥??v¤?µ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK_ready) || (delay_count>20)) { -+ break; -+ } -+ else { -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x02000000); -+ VDF_X[k] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x04000000); -+ VDF_Y[k] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ TX1IQKOK = TRUE; -+ break; -+ } -+ else{ -+ TX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ else{ -+ TX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXB_VDF_cal_retry = %d\n", cal_retry)); -+ TX_X1[cal] = VDF_X[k-1] ; -+ TX_Y1[cal] = VDF_Y[k-1]; -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xee8, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ±N SI/PI ¨?Â¥??v¤?µ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 25ms -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(12)); -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x02000000); -+ TX_X1[cal] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x04000000); -+ TX_Y1[cal] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ TX1IQKOK = TRUE; -+ /* -+ int reg1 = 0, reg2 = 0, Image_Power = 0; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x01000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x02000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x03000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x04000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ break; -+ } -+ else{ -+ TX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ else { -+ TX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXB_cal_retry = %d\n", cal_retry)); -+ } -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, Path, 0x8, 0xffc00)); // Load LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (TX1IQKOK == FALSE) -+ break; // TXK fail, Don't do RXK -+ -+ -+ -+ if (VDF_enable == 1){ -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(31), 0x0); // TX VDF Disable -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXVDF Start\n")); -+ -+ //====== RX IQK ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d0); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x02140119); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28161420); -+ -+ for (k = 0;k <= 2; k++){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (VDF_X[k])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (VDF_Y[k])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ switch (k){ -+ case 0: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x38008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x18008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(30), 0x0); -+ } -+ break; -+ case 1: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x28008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x08008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(30), 0x0); -+ } -+ break; -+ case 2: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_Y[1] = %x;;;VDF_Y[0] = %x\n", VDF_Y[1]>>21 & 0x00007ff, VDF_Y[0]>>21 & 0x00007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_X[1] = %x;;;VDF_X[0] = %x\n", VDF_X[1]>>21 & 0x00007ff, VDF_X[0]>>21 & 0x00007ff)); -+ Rx_dt[cal] = (VDF_Y[1]>>20)-(VDF_Y[0]>>20); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Rx_dt = %d\n", Rx_dt[cal])); -+ Rx_dt[cal] = ((16*Rx_dt[cal])*10000/13823); -+ Rx_dt[cal] = (Rx_dt[cal] >> 1 )+(Rx_dt[cal] & BIT(0)); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x38008c20);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x18008c20);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xee8, 0x00003fff, Rx_dt[cal] & 0x00003fff); -+ } -+ break; -+ default: -+ break; -+ } -+ -+ -+ if (k==2){ -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(30), 0x1); //RX VDF Enable -+ } -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ±N SI/PI ¨?Â¥??v¤?µ¹ iqk_dpk module -+ -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(11)); -+ if (RX_fail == 0){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x06000000); -+ VDF_X[k] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x08000000); -+ VDF_Y[k] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ RX1IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, 0x0>>1); -+ RX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ -+ } -+ } -+ else{ -+ RX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXB_VDF_cal_retry = %d\n", cal_retry)); -+ RX_X1[cal] = VDF_X[k-1] ; -+ RX_Y1[cal] = VDF_Y[k-1]; -+ ODM_SetBBReg(pDM_Odm, 0xee8, BIT(31), 0x1); // TX VDF Enable -+ } -+ else{ -+ //====== RX mode TXK (RXK Step 1) ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d0); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_X1[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_Y1[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x38008c15);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x18008c15);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x02140119); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28161cc0); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ???SI/PI 使用æ¬?????iqk_dpk module -+ -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd40, BIT(11)); -+ if (RX_fail == 0){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x06000000); -+ RX_X1[cal] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x08000000); -+ RX_Y1[cal] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ RX1IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, 0x0>>1); -+ RX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ else{ -+ RX1IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXB_cal_retry = %d\n", cal_retry)); -+ } -+ -+ -+ if (RX1IQKOK) -+ RX_Average++; -+ -+ -+ if (TX1IQKOK) -+ TX_Average++; -+ -+ } -+ break; -+ default: -+ break; -+ } -+ cal++; -+ } -+ // FillIQK Result -+ switch (Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_A =======\n")); -+ if (TX_Average == 0){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ break; -+ } -+ for (i = 0; i < TX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X0[%d] = %x ;; TX_Y0[%d] = %x\n", i, (TX_X0[i])>>21&0x000007ff, i, (TX_Y0[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < TX_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_X0[ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (TX_Y0[i]>>21) - (TX_Y0[ii]>>21); -+ if (dy < 4 && dy > -4){ -+ TX_X = ((TX_X0[i]>>21) + (TX_X0[ii]>>21))/2; -+ TX_Y = ((TX_Y0[i]>>21) + (TX_Y0[ii]>>21))/2; -+ if (*pDM_Odm->pBandWidth == 2){ -+ Tx_dt[0] = (Tx_dt[i] + Tx_dt[ii])/2; -+ } -+ TX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (TX_finish == 1) -+ break; -+ } -+ if (*pDM_Odm->pBandWidth == 2){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xce8, 0x3fff0000, Tx_dt[0] & 0x00003fff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ } -+ if (TX_finish == 1){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, Path, TX_X, TX_Y); -+ } -+ else{ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ if (RX_Average == 0){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ break; -+ } -+ -+ for (i = 0; i < RX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[%d] = %x ;; RX_Y0[%d] = %x\n", i, (RX_X0[i])>>21&0x000007ff, i, (RX_Y0[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[i]>>21) - (RX_Y0[ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X = ((RX_X0[i]>>21) + (RX_X0[ii]>>21))/2; -+ RX_Y = ((RX_Y0[i]>>21) + (RX_Y0[ii]>>21))/2; -+ if (*pDM_Odm->pBandWidth == 2){ -+ Rx_dt[0] = (Rx_dt[i] + Rx_dt[ii])/2; -+ } -+ RX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish == 1) -+ break; -+ } -+ if (*pDM_Odm->pBandWidth == 2){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xce8, 0x00003fff, Rx_dt[0] & 0x00003fff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ } -+ if (RX_finish == 1){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, Path, RX_X, RX_Y); -+ } -+ else{ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ if (TX_finish && RX_finish){ -+ pRFCalibrateInfo->bNeedIQK = FALSE; -+ pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][0] = ((TX_X & 0x000007ff) << 16) + (TX_Y & 0x000007ff); //Path A TX -+ pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][1] = ((RX_X & 0x000007ff) << 16) + (RX_Y & 0x000007ff); //Path A RX -+ -+ if (*pDM_Odm->pBandWidth == 2){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 0 --> Page C -+ pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][4] = ODM_Read4Byte( pDM_Odm, 0xce8); //Path B VDF -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ } -+ } -+ -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_B =======\n")); -+ if (TX_Average == 0){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ break; -+ } -+ -+ for (i = 0; i < TX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X1[%d] = %x ;; TX_Y1[%d] = %x\n", i, (TX_X1[i])>>21&0x000007ff, i, (TX_Y1[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < TX_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_X1[ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (TX_Y1[i]>>21) - (TX_Y1[ii]>>21); -+ if (dy < 4 && dy > -4){ -+ TX_X = ((TX_X1[i]>>21) + (TX_X1[ii]>>21))/2; -+ TX_Y = ((TX_Y1[i]>>21) + (TX_Y1[ii]>>21))/2; -+ if (*pDM_Odm->pBandWidth == 2){ -+ Tx_dt[0] = (Tx_dt[i] + Tx_dt[ii])/2; -+ } -+ TX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (TX_finish == 1) -+ break; -+ } -+ if (*pDM_Odm->pBandWidth == 2){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xee8, 0x3fff0000, Tx_dt[0] & 0x00003fff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ } -+ if (TX_finish == 1){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, Path, TX_X, TX_Y); -+ } -+ else{ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ if (RX_Average == 0){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ break; -+ } -+ -+ for (i = 0; i < RX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X1[%d] = %x ;; RX_Y1[%d] = %x\n", i, (RX_X1[i])>>21&0x000007ff, i, (RX_Y1[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X1[ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y1[i]>>21) - (RX_Y1[ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X = ((RX_X1[i]>>21) + (RX_X1[ii]>>21))/2; -+ RX_Y = ((RX_Y1[i]>>21) + (RX_Y1[ii]>>21))/2; -+ if (*pDM_Odm->pBandWidth == 2){ -+ Rx_dt[0] = (Rx_dt[i] + Rx_dt[ii])/2; -+ } -+ RX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish == 1) -+ break; -+ } -+ if (*pDM_Odm->pBandWidth == 2){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xee8, 0x00003fff, Rx_dt[0] & 0x00003fff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ } -+ if (RX_finish == 1){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, Path, RX_X, RX_Y); -+ } -+ else{ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ if (TX_finish && RX_finish){ -+ pRFCalibrateInfo->bNeedIQK = FALSE; -+ pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][2] = ((TX_X & 0x000007ff) << 16) + (TX_Y & 0x000007ff); //Path B TX -+ pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][3] = ((RX_X & 0x000007ff) << 16) + (RX_Y & 0x000007ff); //Path B RX -+ -+ if (*pDM_Odm->pBandWidth == 2){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 0 --> Page C -+ pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][5] = ODM_Read4Byte( pDM_Odm, 0xee8); //Path B VDF -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ } -+ } -+ -+ } -+ break; -+ default: -+ break; -+ } -+ -+ if (!TX_finish && !RX_finish) -+ priv->pshare->IQK_fail_cnt++; -+} -+ -+#define MACBB_REG_NUM 10 -+#define AFE_REG_NUM 14 -+#define RF_REG_NUM 3 -+/* -+IQK v1.0 update TXIQK high power parameter -+*/ -+VOID -+phy_IQCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Channel -+ ) -+{ -+ u4Byte MACBB_backup[MACBB_REG_NUM], AFE_backup[AFE_REG_NUM], RFA_backup[RF_REG_NUM], RFB_backup[RF_REG_NUM]; -+ u4Byte Backup_MACBB_REG[MACBB_REG_NUM] = {0x520, 0x550, 0x808, 0x838, 0x90c, 0xb00, 0xc00, 0xe00, 0x8c4, 0x82c}; -+ u4Byte Backup_AFE_REG[AFE_REG_NUM] = {0xc5c, 0xc60, 0xc64, 0xc68, 0xcb8, 0xcb0, 0xcb4, -+ 0xe5c, 0xe60, 0xe64, 0xe68, 0xeb8, 0xeb0, 0xeb4}; -+ u4Byte Backup_RF_REG[RF_REG_NUM] = {0x65, 0x8f, 0x0}; -+ u1Byte chnlIdx = ODM_GetRightChnlPlaceforIQK(Channel); -+ -+ _IQK_BackupMacBB_8812A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ _IQK_BackupAFE_8812A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ _IQK_BackupRF_8812A(pDM_Odm, RFA_backup, RFB_backup, Backup_RF_REG, RF_REG_NUM); -+ -+ _IQK_ConfigureMAC_8812A(pDM_Odm); -+ _IQK_Tx_8812A(pDM_Odm, ODM_RF_PATH_A, chnlIdx); -+ _IQK_RestoreRF_8812A(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG, RFA_backup, RF_REG_NUM); -+ -+ _IQK_Tx_8812A(pDM_Odm, ODM_RF_PATH_B, chnlIdx); -+ _IQK_RestoreRF_8812A(pDM_Odm, ODM_RF_PATH_B, Backup_RF_REG, RFB_backup, RF_REG_NUM); -+ -+ _IQK_RestoreAFE_8812A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ _IQK_RestoreMacBB_8812A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ -+ //_IQK_Exit_8812A(pDM_Odm); -+ //_IQK_TX_CheckResult_8812A -+ -+} -+ -+ -+VOID -+ phy_LCCalibrate_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN is2T -+ ) -+{ -+ u1Byte tmpReg; -+ u4Byte RF_Amode=0, RF_Bmode=0, LC_Cal; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ //Check continuous TX and Packet TX -+ tmpReg = ODM_Read1Byte(pDM_Odm, 0xd03); -+ -+ if((tmpReg&0x70) != 0) //Deal with contisuous TX case -+ ODM_Write1Byte(pDM_Odm, 0xd03, tmpReg&0x8F); //disable all continuous TX -+ else // Deal with Packet TX case -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0xFF); // block all queues -+ -+ if((tmpReg&0x70) != 0) -+ { -+ //1. Read original RF mode -+ //Path-A -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ RF_Amode = PHY_QueryRFReg(pAdapter, RF_PATH_A, RF_AC, bMask12Bits); -+ -+ //Path-B -+ if(is2T) -+ RF_Bmode = PHY_QueryRFReg(pAdapter, RF_PATH_B, RF_AC, bMask12Bits); -+#else -+ RF_Amode = ODM_GetRFReg(pDM_Odm, RF_PATH_A, RF_AC, bMask12Bits); -+ -+ //Path-B -+ if(is2T) -+ RF_Bmode = ODM_GetRFReg(pDM_Odm, RF_PATH_B, RF_AC, bMask12Bits); -+#endif -+ -+ //2. Set RF mode = standby mode -+ //Path-A -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_AC, bMask12Bits, (RF_Amode&0x8FFFF)|0x10000); -+ -+ //Path-B -+ if(is2T) -+ ODM_SetRFReg(pDM_Odm, RF_PATH_B, RF_AC, bMask12Bits, (RF_Bmode&0x8FFFF)|0x10000); -+ } -+ -+ //3. Read RF reg18 -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ LC_Cal = PHY_QueryRFReg(pAdapter, RF_PATH_A, RF_CHNLBW, bMask12Bits); -+#else -+ LC_Cal = ODM_GetRFReg(pDM_Odm, RF_PATH_A, RF_CHNLBW, bMask12Bits); -+#endif -+ -+ //4. Set LC calibration begin bit15 -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_CHNLBW, bMask12Bits, LC_Cal|0x08000); -+ -+ ODM_delay_ms(100); -+ -+ -+ //Restore original situation -+ if((tmpReg&0x70) != 0) //Deal with contisuous TX case -+ { -+ //Path-A -+ ODM_Write1Byte(pDM_Odm, 0xd03, tmpReg); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_AC, bMask12Bits, RF_Amode); -+ -+ //Path-B -+ if(is2T) -+ ODM_SetRFReg(pDM_Odm, RF_PATH_B, RF_AC, bMask12Bits, RF_Bmode); -+ } -+ else // Deal with Packet TX case -+ { -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0x00); -+ } -+} -+ -+//Analog Pre-distortion calibration -+#define APK_BB_REG_NUM 8 -+#define APK_CURVE_REG_NUM 4 -+#define PATH_NUM 2 -+ -+VOID -+ phy_APCalibrate_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN s1Byte delta, -+ IN BOOLEAN is2T -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ u4Byte regD[PATH_NUM]; -+ u4Byte tmpReg, index, offset, apkbound; -+ u1Byte path, i, pathbound = PATH_NUM; -+ u4Byte BB_backup[APK_BB_REG_NUM]; -+ u4Byte BB_REG[APK_BB_REG_NUM] = { -+ rFPGA1_TxBlock, rOFDM0_TRxPathEnable, -+ rFPGA0_RFMOD, rOFDM0_TRMuxPar, -+ rFPGA0_XCD_RFInterfaceSW, rFPGA0_XAB_RFInterfaceSW, -+ rFPGA0_XA_RFInterfaceOE, rFPGA0_XB_RFInterfaceOE }; -+ u4Byte BB_AP_MODE[APK_BB_REG_NUM] = { -+ 0x00000020, 0x00a05430, 0x02040000, -+ 0x000800e4, 0x00204000 }; -+ u4Byte BB_normal_AP_MODE[APK_BB_REG_NUM] = { -+ 0x00000020, 0x00a05430, 0x02040000, -+ 0x000800e4, 0x22204000 }; -+ -+ u4Byte AFE_backup[IQK_ADDA_REG_NUM]; -+ u4Byte AFE_REG[IQK_ADDA_REG_NUM] = { -+ rFPGA0_XCD_SwitchControl, rBlue_Tooth, -+ rRx_Wait_CCA, rTx_CCK_RFON, -+ rTx_CCK_BBON, rTx_OFDM_RFON, -+ rTx_OFDM_BBON, rTx_To_Rx, -+ rTx_To_Tx, rRx_CCK, -+ rRx_OFDM, rRx_Wait_RIFS, -+ rRx_TO_Rx, rStandby, -+ rSleep, rPMPD_ANAEN }; -+ -+ u4Byte MAC_backup[IQK_MAC_REG_NUM]; -+ u4Byte MAC_REG[IQK_MAC_REG_NUM] = { -+ REG_TXPAUSE, REG_BCN_CTRL, -+ REG_BCN_CTRL_1, REG_GPIO_MUXCFG}; -+ -+ u4Byte APK_RF_init_value[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x0852c, 0x1852c, 0x5852c, 0x1852c, 0x5852c}, -+ {0x2852e, 0x0852e, 0x3852e, 0x0852e, 0x0852e} -+ }; -+ -+ u4Byte APK_normal_RF_init_value[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x0852c, 0x0a52c, 0x3a52c, 0x5a52c, 0x5a52c}, //path settings equal to path b settings -+ {0x0852c, 0x0a52c, 0x5a52c, 0x5a52c, 0x5a52c} -+ }; -+ -+ u4Byte APK_RF_value_0[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x52019, 0x52014, 0x52013, 0x5200f, 0x5208d}, -+ {0x5201a, 0x52019, 0x52016, 0x52033, 0x52050} -+ }; -+ -+ u4Byte APK_normal_RF_value_0[PATH_NUM][APK_BB_REG_NUM] = { -+ {0x52019, 0x52017, 0x52010, 0x5200d, 0x5206a}, //path settings equal to path b settings -+ {0x52019, 0x52017, 0x52010, 0x5200d, 0x5206a} -+ }; -+ -+ u4Byte AFE_on_off[PATH_NUM] = { -+ 0x04db25a4, 0x0b1b25a4}; //path A on path B off / path A off path B on -+ -+ u4Byte APK_offset[PATH_NUM] = { -+ rConfig_AntA, rConfig_AntB}; -+ -+ u4Byte APK_normal_offset[PATH_NUM] = { -+ rConfig_Pmpd_AntA, rConfig_Pmpd_AntB}; -+ -+ u4Byte APK_value[PATH_NUM] = { -+ 0x92fc0000, 0x12fc0000}; -+ -+ u4Byte APK_normal_value[PATH_NUM] = { -+ 0x92680000, 0x12680000}; -+ -+ s1Byte APK_delta_mapping[APK_BB_REG_NUM][13] = { -+ {-4, -3, -2, -2, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-4, -3, -2, -2, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-6, -4, -2, -2, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6}, -+ {-11, -9, -7, -5, -3, -1, 0, 0, 0, 0, 0, 0, 0} -+ }; -+ -+ u4Byte APK_normal_setting_value_1[13] = { -+ 0x01017018, 0xf7ed8f84, 0x1b1a1816, 0x2522201e, 0x322e2b28, -+ 0x433f3a36, 0x5b544e49, 0x7b726a62, 0xa69a8f84, 0xdfcfc0b3, -+ 0x12680000, 0x00880000, 0x00880000 -+ }; -+ -+ u4Byte APK_normal_setting_value_2[16] = { -+ 0x01c7021d, 0x01670183, 0x01000123, 0x00bf00e2, 0x008d00a3, -+ 0x0068007b, 0x004d0059, 0x003a0042, 0x002b0031, 0x001f0025, -+ 0x0017001b, 0x00110014, 0x000c000f, 0x0009000b, 0x00070008, -+ 0x00050006 -+ }; -+ -+ u4Byte APK_result[PATH_NUM][APK_BB_REG_NUM]; //val_1_1a, val_1_2a, val_2a, val_3a, val_4a -+ // u4Byte AP_curve[PATH_NUM][APK_CURVE_REG_NUM]; -+ -+ s4Byte BB_offset, delta_V, delta_offset; -+ -+#if defined(MP_DRIVER) && (MP_DRIVER == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+#else -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+#endif -+ pMptCtx->APK_bound[0] = 45; -+ pMptCtx->APK_bound[1] = 52; -+ -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("==>phy_APCalibrate_8812A() delta %d\n", delta)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("AP Calibration for %s\n", (is2T ? "2T2R" : "1T1R"))); -+ if(!is2T) -+ pathbound = 1; -+ -+ //2 FOR NORMAL CHIP SETTINGS -+ -+ // Temporarily do not allow normal driver to do the following settings because these offset -+ // and value will cause RF internal PA to be unpredictably disabled by HW, such that RF Tx signal -+ // will disappear after disable/enable card many times on 88CU. RF SD and DD have not find the -+ // root cause, so we remove these actions temporarily. Added by tynli and SD3 Allen. 2010.05.31. -+#if !defined(MP_DRIVER) || (MP_DRIVER != 1) -+ return; -+#endif -+ //settings adjust for normal chip -+ for(index = 0; index < PATH_NUM; index ++) -+ { -+ APK_offset[index] = APK_normal_offset[index]; -+ APK_value[index] = APK_normal_value[index]; -+ AFE_on_off[index] = 0x6fdb25a4; -+ } -+ -+ for(index = 0; index < APK_BB_REG_NUM; index ++) -+ { -+ for(path = 0; path < pathbound; path++) -+ { -+ APK_RF_init_value[path][index] = APK_normal_RF_init_value[path][index]; -+ APK_RF_value_0[path][index] = APK_normal_RF_value_0[path][index]; -+ } -+ BB_AP_MODE[index] = BB_normal_AP_MODE[index]; -+ } -+ -+ apkbound = 6; -+ -+ //save BB default value -+ for(index = 0; index < APK_BB_REG_NUM ; index++) -+ { -+ if(index == 0) //skip -+ continue; -+ BB_backup[index] = ODM_GetBBReg(pDM_Odm, BB_REG[index], bMaskDWord); -+ } -+ -+ //save MAC default value -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ _PHY_SaveMACRegisters_8812A(pAdapter, MAC_REG, MAC_backup); -+ -+ //save AFE default value -+ _PHY_SaveADDARegisters_8812A(pAdapter, AFE_REG, AFE_backup, IQK_ADDA_REG_NUM); -+#else -+ _PHY_SaveMACRegisters_8812A(pDM_Odm, MAC_REG, MAC_backup); -+ -+ //save AFE default value -+ _PHY_SaveADDARegisters_8812A(pDM_Odm, AFE_REG, AFE_backup, IQK_ADDA_REG_NUM); -+#endif -+ -+ for(path = 0; path < pathbound; path++) -+ { -+ -+ -+ if(path == RF_PATH_A) -+ { -+ //path A APK -+ //load APK setting -+ //path-A -+ offset = rPdp_AntA; -+ for(index = 0; index < 11; index ++) -+ { -+ ODM_SetBBReg(pDM_Odm, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", offset, ODM_GetBBReg(pDM_Odm, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x12680000); -+ -+ offset = rConfig_AntA; -+ for(; index < 13; index ++) -+ { -+ ODM_SetBBReg(pDM_Odm, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", offset, ODM_GetBBReg(pDM_Odm, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ -+ //page-B1 -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x400000); -+ -+ //path A -+ offset = rPdp_AntA; -+ for(index = 0; index < 16; index++) -+ { -+ ODM_SetBBReg(pDM_Odm, offset, bMaskDWord, APK_normal_setting_value_2[index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", offset, ODM_GetBBReg(pDM_Odm, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ } -+ else if(path == RF_PATH_B) -+ { -+ //path B APK -+ //load APK setting -+ //path-B -+ offset = rPdp_AntB; -+ for(index = 0; index < 10; index ++) -+ { -+ ODM_SetBBReg(pDM_Odm, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", offset, ODM_GetBBReg(pDM_Odm, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntA, bMaskDWord, 0x12680000); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x12680000); -+ -+ offset = rConfig_AntA; -+ index = 11; -+ for(; index < 13; index ++) //offset 0xb68, 0xb6c -+ { -+ ODM_SetBBReg(pDM_Odm, offset, bMaskDWord, APK_normal_setting_value_1[index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", offset, ODM_GetBBReg(pDM_Odm, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ -+ //page-B1 -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x400000); -+ -+ //path B -+ offset = 0xb60; -+ for(index = 0; index < 16; index++) -+ { -+ ODM_SetBBReg(pDM_Odm, offset, bMaskDWord, APK_normal_setting_value_2[index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", offset, ODM_GetBBReg(pDM_Odm, offset, bMaskDWord))); -+ -+ offset += 0x04; -+ } -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ } -+ -+ //save RF default value -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ regD[path] = PHY_QueryRFReg(pAdapter, path, RF_TXBIAS_A, bMaskDWord); -+#else -+ regD[path] = ODM_GetRFReg(pDM_Odm, path, RF_TXBIAS_A, bMaskDWord); -+#endif -+ -+ //Path A AFE all on, path B AFE All off or vise versa -+ for(index = 0; index < IQK_ADDA_REG_NUM ; index++) -+ ODM_SetBBReg(pDM_Odm, AFE_REG[index], bMaskDWord, AFE_on_off[path]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0xe70 %x\n", ODM_GetBBReg(pDM_Odm, rRx_Wait_CCA, bMaskDWord))); -+ -+ //BB to AP mode -+ if(path == 0) -+ { -+ for(index = 0; index < APK_BB_REG_NUM ; index++) -+ { -+ -+ if(index == 0) //skip -+ continue; -+ else if (index < 5) -+ ODM_SetBBReg(pDM_Odm, BB_REG[index], bMaskDWord, BB_AP_MODE[index]); -+ else if (BB_REG[index] == 0x870) -+ ODM_SetBBReg(pDM_Odm, BB_REG[index], bMaskDWord, BB_backup[index]|BIT10|BIT26); -+ else -+ ODM_SetBBReg(pDM_Odm, BB_REG[index], BIT10, 0x0); -+ } -+ -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_Tone_A, bMaskDWord, 0x01008c00); -+ } -+ else //path B -+ { -+ ODM_SetBBReg(pDM_Odm, rTx_IQK_Tone_B, bMaskDWord, 0x01008c00); -+ ODM_SetBBReg(pDM_Odm, rRx_IQK_Tone_B, bMaskDWord, 0x01008c00); -+ -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x800 %x\n", ODM_GetBBReg(pDM_Odm, 0x800, bMaskDWord))); -+ -+ //MAC settings -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ _PHY_MACSettingCalibration_8812A(pAdapter, MAC_REG, MAC_backup); -+#else -+ _PHY_MACSettingCalibration_8812A(pDM_Odm, MAC_REG, MAC_backup); -+#endif -+ -+ if(path == RF_PATH_A) //Path B to standby mode -+ { -+ ODM_SetRFReg(pDM_Odm, RF_PATH_B, RF_AC, bMaskDWord, 0x10000); -+ } -+ else //Path A to standby mode -+ { -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_AC, bMaskDWord, 0x10000); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_MODE1, bMaskDWord, 0x1000f); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_MODE2, bMaskDWord, 0x20103); -+ } -+ -+ delta_offset = ((delta+14)/2); -+ if(delta_offset < 0) -+ delta_offset = 0; -+ else if (delta_offset > 12) -+ delta_offset = 12; -+ -+ //AP calibration -+ for(index = 0; index < APK_BB_REG_NUM; index++) -+ { -+ if(index != 1) //only DO PA11+PAD01001, AP RF setting -+ continue; -+ -+ tmpReg = APK_RF_init_value[path][index]; -+#if 1 -+ if(!pDM_Odm->RFCalibrateInfo.bAPKThermalMeterIgnore) -+ { -+ BB_offset = (tmpReg & 0xF0000) >> 16; -+ -+ if(!(tmpReg & BIT15)) //sign bit 0 -+ { -+ BB_offset = -BB_offset; -+ } -+ -+ delta_V = APK_delta_mapping[index][delta_offset]; -+ -+ BB_offset += delta_V; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() APK index %d tmpReg 0x%x delta_V %d delta_offset %d\n", index, tmpReg, (int)delta_V, (int)delta_offset)); -+ -+ if(BB_offset < 0) -+ { -+ tmpReg = tmpReg & (~BIT15); -+ BB_offset = -BB_offset; -+ } -+ else -+ { -+ tmpReg = tmpReg | BIT15; -+ } -+ tmpReg = (tmpReg & 0xFFF0FFFF) | (BB_offset << 16); -+ } -+#endif -+ -+ ODM_SetRFReg(pDM_Odm, path, RF_IPA_A, bMaskDWord, 0x8992e); -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0xc %x\n", PHY_QueryRFReg(pAdapter, path, RF_IPA_A, bMaskDWord))); -+ ODM_SetRFReg(pDM_Odm, path, RF_AC, bMaskDWord, APK_RF_value_0[path][index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x0 %x\n", PHY_QueryRFReg(pAdapter, path, RF_AC, bMaskDWord))); -+ ODM_SetRFReg(pDM_Odm, path, RF_TXBIAS_A, bMaskDWord, tmpReg); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0xd %x\n", PHY_QueryRFReg(pAdapter, path, RF_TXBIAS_A, bMaskDWord))); -+#else -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0xc %x\n", ODM_GetRFReg(pDM_Odm, path, RF_IPA_A, bMaskDWord))); -+ ODM_SetRFReg(pDM_Odm, path, RF_AC, bMaskDWord, APK_RF_value_0[path][index]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x0 %x\n", ODM_GetRFReg(pDM_Odm, path, RF_AC, bMaskDWord))); -+ ODM_SetRFReg(pDM_Odm, path, RF_TXBIAS_A, bMaskDWord, tmpReg); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0xd %x\n", ODM_GetRFReg(pDM_Odm, path, RF_TXBIAS_A, bMaskDWord))); -+#endif -+ -+ // PA11+PAD01111, one shot -+ i = 0; -+ do -+ { -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x800000); -+ { -+ ODM_SetBBReg(pDM_Odm, APK_offset[path], bMaskDWord, APK_value[0]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", APK_offset[path], ODM_GetBBReg(pDM_Odm, APK_offset[path], bMaskDWord))); -+ ODM_delay_ms(3); -+ ODM_SetBBReg(pDM_Odm, APK_offset[path], bMaskDWord, APK_value[1]); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0x%x value 0x%x\n", APK_offset[path], ODM_GetBBReg(pDM_Odm, APK_offset[path], bMaskDWord))); -+ -+ ODM_delay_ms(20); -+ } -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ -+ if(path == RF_PATH_A) -+ tmpReg = ODM_GetBBReg(pDM_Odm, rAPK, 0x03E00000); -+ else -+ tmpReg = ODM_GetBBReg(pDM_Odm, rAPK, 0xF8000000); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_APCalibrate_8812A() offset 0xbd8[25:21] %x\n", tmpReg)); -+ -+ -+ i++; -+ } -+ while(tmpReg > apkbound && i < 4); -+ -+ APK_result[path][index] = tmpReg; -+ } -+ } -+ -+ //reload MAC default value -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ _PHY_ReloadMACRegisters_8812A(pAdapter, MAC_REG, MAC_backup); -+#else -+ _PHY_ReloadMACRegisters_8812A(pDM_Odm, MAC_REG, MAC_backup); -+#endif -+ -+ //reload BB default value -+ for(index = 0; index < APK_BB_REG_NUM ; index++) -+ { -+ -+ if(index == 0) //skip -+ continue; -+ ODM_SetBBReg(pDM_Odm, BB_REG[index], bMaskDWord, BB_backup[index]); -+ } -+ -+ //reload AFE default value -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ _PHY_ReloadADDARegisters_8812A(pAdapter, AFE_REG, AFE_backup, IQK_ADDA_REG_NUM); -+#else -+ _PHY_ReloadADDARegisters_8812A(pDM_Odm, AFE_REG, AFE_backup, IQK_ADDA_REG_NUM); -+#endif -+ -+ //reload RF path default value -+ for(path = 0; path < pathbound; path++) -+ { -+ ODM_SetRFReg(pDM_Odm, path, 0xd, bMaskDWord, regD[path]); -+ if(path == RF_PATH_B) -+ { -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_MODE1, bMaskDWord, 0x1000f); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_MODE2, bMaskDWord, 0x20101); -+ } -+ -+ //note no index == 0 -+ if (APK_result[path][1] > 6) -+ APK_result[path][1] = 6; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("apk path %d result %d 0x%x \t", path, 1, APK_result[path][1])); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("\n")); -+ -+ -+ for(path = 0; path < pathbound; path++) -+ { -+ ODM_SetRFReg(pDM_Odm, path, 0x3, bMaskDWord, -+ ((APK_result[path][1] << 15) | (APK_result[path][1] << 10) | (APK_result[path][1] << 5) | APK_result[path][1])); -+ if(path == RF_PATH_A) -+ ODM_SetRFReg(pDM_Odm, path, 0x4, bMaskDWord, -+ ((APK_result[path][1] << 15) | (APK_result[path][1] << 10) | (0x00 << 5) | 0x05)); -+ else -+ ODM_SetRFReg(pDM_Odm, path, 0x4, bMaskDWord, -+ ((APK_result[path][1] << 15) | (APK_result[path][1] << 10) | (0x02 << 5) | 0x05)); -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ ODM_SetRFReg(pDM_Odm, path, RF_BS_PA_APSET_G9_G11, bMaskDWord, -+ ((0x08 << 15) | (0x08 << 10) | (0x08 << 5) | 0x08)); -+#endif -+ } -+ -+ pDM_Odm->RFCalibrateInfo.bAPKdone = TRUE; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<==phy_APCalibrate_8812A()\n")); -+} -+ -+ -+ -+#define DP_BB_REG_NUM 7 -+#define DP_RF_REG_NUM 1 -+#define DP_RETRY_LIMIT 10 -+#define DP_PATH_NUM 2 -+#define DP_DPK_NUM 3 -+#define DP_DPK_VALUE_NUM 2 -+ -+ -+#if 0 //FOR_8812_IQK -+VOID -+PHY_IQCalibrate_8812A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+ ) -+{ -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else // (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#endif -+#if (MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ #endif -+#endif//(MP_DRIVER == 1) -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE) ) -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+#endif -+ -+#if MP_DRIVER == 1 -+ if( ! (pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) ) -+#endif -+ phy_IQCalibrate_8812A(pDM_Odm); -+ -+ -+} -+#endif -+ -+VOID -+PHY_LCCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if 0 -+ BOOLEAN bStartContTx = FALSE, bSingleTone = FALSE, bCarrierSuppression = FALSE; -+ u4Byte timeout = 2000, timecount = 0; -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else // (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+ -+#if (MP_DRIVER == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+#else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+#endif -+#endif//(MP_DRIVER == 1) -+#endif -+ -+ -+ -+ -+#if MP_DRIVER == 1 -+ bStartContTx = pMptCtx->bStartContTx; -+ bSingleTone = pMptCtx->bSingleTone; -+ bCarrierSuppression = pMptCtx->bCarrierSuppression; -+#endif -+ -+ -+#ifdef DISABLE_BB_RF -+ return; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_AP)) -+ if(!(pDM_Odm->SupportAbility & ODM_RF_CALIBRATION)) -+ { -+ return; -+ } -+#endif -+ // 20120213 Turn on when continuous Tx to pass lab testing. (required by Edlu) -+ if(bSingleTone || bCarrierSuppression) -+ return; -+ -+ while(*(pDM_Odm->pbScanInProcess) && timecount < timeout) -+ { -+ ODM_delay_ms(50); -+ timecount += 50; -+ } -+ -+ pDM_Odm->RFCalibrateInfo.bLCKInProgress = TRUE; -+ -+ //ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LCK:Start!!!interface %d currentband %x delay %d ms\n", pDM_Odm->interfaceIndex, pHalData->CurrentBandType92D, timecount)); -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ if(IS_2T2R(pHalData->VersionID)) -+ { -+ phy_LCCalibrate_8812A(pAdapter, TRUE); -+ } -+ else -+#endif -+ { -+ // For 88C 1T1R -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ phy_LCCalibrate_8812A(pAdapter, FALSE); -+#else -+ phy_LCCalibrate_8812A(pDM_Odm, FALSE); -+#endif -+ } -+ -+ pDM_Odm->RFCalibrateInfo.bLCKInProgress = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LCK:Finish!!!interface %d\n", pDM_Odm->InterfaceIndex)); -+#endif -+} -+ -+VOID -+ PHY_APCalibrate_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN s1Byte delta -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+#ifdef DISABLE_BB_RF -+ return; -+#endif -+ -+ return; -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE|ODM_AP)) -+ if(!(pDM_Odm->SupportAbility & ODM_RF_CALIBRATION)) -+ { -+ return; -+ } -+#endif -+ -+#if defined(FOR_BRAZIL_PRETEST) && (FOR_BRAZIL_PRETEST != 1) -+ if(pDM_Odm->RFCalibrateInfo.bAPKdone) -+#endif -+ return; -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ if(IS_92C_SERIAL( pHalData->VersionID)){ -+ phy_APCalibrate_8812A(pAdapter, delta, TRUE); -+ } -+ else -+#endif -+ { -+ // For 88C 1T1R -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ phy_APCalibrate_8812A(pAdapter, delta, FALSE); -+#else -+ phy_APCalibrate_8812A(pDM_Odm, delta, FALSE); -+#endif -+ } -+} -+ VOID phy_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain, -+ IN BOOLEAN is2T -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if(!pAdapter->bHWInitReady) -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ if(pAdapter->hw_init_completed == _FALSE) -+#endif -+ { -+ u1Byte u1bTmp; -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_LEDCFG2) | BIT7; -+ ODM_Write1Byte(pDM_Odm, REG_LEDCFG2, u1bTmp); -+ //ODM_SetBBReg(pDM_Odm, REG_LEDCFG0, BIT23, 0x01); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XAB_RFParameter, BIT13, 0x01); -+ } -+ -+#endif -+ -+ if(is2T) //92C -+ { -+ if(bMain) -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XB_RFInterfaceOE, BIT5|BIT6, 0x1); //92C_Path_A -+ else -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XB_RFInterfaceOE, BIT5|BIT6, 0x2); //BT -+ } -+ else //88C -+ { -+ -+ if(bMain) -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, BIT8|BIT9, 0x2); //Main -+ else -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XA_RFInterfaceOE, BIT8|BIT9, 0x1); //Aux -+ } -+} -+ VOID PHY_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain -+ ) -+{ -+ //HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+#ifdef DISABLE_BB_RF -+ return; -+#endif -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ if (IS_92C_SERIAL(pHalData->VersionID)) -+ { -+ phy_SetRFPathSwitch_8812A(pAdapter, bMain, TRUE); -+ } -+ else -+#endif -+ { -+ // For 88C 1T1R -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ phy_SetRFPathSwitch_8812A(pAdapter, bMain, FALSE); -+#else -+ phy_SetRFPathSwitch_8812A(pDM_Odm, bMain, FALSE); -+#endif -+ } -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+//digital predistortion -+VOID -+ phy_DigitalPredistortion_8812A( -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PADAPTER pAdapter, -+#else -+ IN PDM_ODM_T pDM_Odm, -+#endif -+ IN BOOLEAN is2T -+ ) -+{ -+#if (RT_PLATFORM == PLATFORM_WINDOWS) -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ -+ u4Byte tmpReg, tmpReg2, index, i; -+ u1Byte path, pathbound = PATH_NUM; -+ u4Byte AFE_backup[IQK_ADDA_REG_NUM]; -+ u4Byte AFE_REG[IQK_ADDA_REG_NUM] = { -+ rFPGA0_XCD_SwitchControl, rBlue_Tooth, -+ rRx_Wait_CCA, rTx_CCK_RFON, -+ rTx_CCK_BBON, rTx_OFDM_RFON, -+ rTx_OFDM_BBON, rTx_To_Rx, -+ rTx_To_Tx, rRx_CCK, -+ rRx_OFDM, rRx_Wait_RIFS, -+ rRx_TO_Rx, rStandby, -+ rSleep, rPMPD_ANAEN }; -+ -+ u4Byte BB_backup[DP_BB_REG_NUM]; -+ u4Byte BB_REG[DP_BB_REG_NUM] = { -+ rOFDM0_TRxPathEnable, rFPGA0_RFMOD, -+ rOFDM0_TRMuxPar, rFPGA0_XCD_RFInterfaceSW, -+ rFPGA0_XAB_RFInterfaceSW, rFPGA0_XA_RFInterfaceOE, -+ rFPGA0_XB_RFInterfaceOE}; -+ u4Byte BB_settings[DP_BB_REG_NUM] = { -+ 0x00a05430, 0x02040000, 0x000800e4, 0x22208000, -+ 0x0, 0x0, 0x0}; -+ -+ u4Byte RF_backup[DP_PATH_NUM][DP_RF_REG_NUM]; -+ u4Byte RF_REG[DP_RF_REG_NUM] = { -+ RF_TXBIAS_A}; -+ -+ u4Byte MAC_backup[IQK_MAC_REG_NUM]; -+ u4Byte MAC_REG[IQK_MAC_REG_NUM] = { -+ REG_TXPAUSE, REG_BCN_CTRL, -+ REG_BCN_CTRL_1, REG_GPIO_MUXCFG}; -+ -+ u4Byte Tx_AGC[DP_DPK_NUM][DP_DPK_VALUE_NUM] = { -+ {0x1e1e1e1e, 0x03901e1e}, -+ {0x18181818, 0x03901818}, -+ {0x0e0e0e0e, 0x03900e0e} -+ }; -+ -+ u4Byte AFE_on_off[PATH_NUM] = { -+ 0x04db25a4, 0x0b1b25a4}; //path A on path B off / path A off path B on -+ -+ u1Byte RetryCount = 0; -+ -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("==>phy_DigitalPredistortion_8812A()\n")); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("phy_DigitalPredistortion_8812A for %s %s\n", (is2T ? "2T2R" : "1T1R"))); -+ -+ //save BB default value -+ for(index=0; index tx_agc 1f ~11 -+ // PA gain = 11 & PAD2 => tx_agc 10~0e -+ // PA gain = 01 => tx_agc 0b~0d -+ // PA gain = 00 => tx_agc 0a~00 -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x400000); -+ ODM_SetBBReg(pDM_Odm, 0xbc0, bMaskDWord, 0x0005361f); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ -+ //do inner loopback DPK 3 times -+ for(i = 0; i < 3; i++) -+ { -+ //PA gain = 11 & PAD2 => tx_agc = 0x0f/0x0c/0x07 -+ for(index = 0; index < 3; index++) -+ ODM_SetBBReg(pDM_Odm, 0xe00+index*4, bMaskDWord, Tx_AGC[i][0]); -+ ODM_SetBBReg(pDM_Odm,0xe00+index*4, bMaskDWord, Tx_AGC[i][1]); -+ for(index = 0; index < 4; index++) -+ ODM_SetBBReg(pDM_Odm,0xe10+index*4, bMaskDWord, Tx_AGC[i][0]); -+ -+ // PAGE_B for Path-A inner loopback DPK setting -+ ODM_SetBBReg(pDM_Odm,rPdp_AntA, bMaskDWord, 0x02097098); -+ ODM_SetBBReg(pDM_Odm,rPdp_AntA_4, bMaskDWord, 0xf76d9f84); -+ ODM_SetBBReg(pDM_Odm,rConfig_Pmpd_AntA, bMaskDWord, 0x0004ab87); -+ ODM_SetBBReg(pDM_Odm,rConfig_AntA, bMaskDWord, 0x00880000); -+ -+ //----send one shot signal----// -+ // Path A -+ ODM_SetBBReg(pDM_Odm,rConfig_Pmpd_AntA, bMaskDWord, 0x80047788); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntA, bMaskDWord, 0x00047788); -+ ODM_delay_ms(50); -+ } -+ -+ //PA gain = 11 => tx_agc = 1a -+ for(index = 0; index < 3; index++) -+ ODM_SetBBReg(pDM_Odm,0xe00+index*4, bMaskDWord, 0x34343434); -+ ODM_SetBBReg(pDM_Odm,0xe08+index*4, bMaskDWord, 0x03903434); -+ for(index = 0; index < 4; index++) -+ ODM_SetBBReg(pDM_Odm,0xe10+index*4, bMaskDWord, 0x34343434); -+ -+ //==================================== -+ // PAGE_B for Path-A DPK setting -+ //==================================== -+ // open inner loopback @ b00[19]:10 od 0xb00 0x01097018 -+ ODM_SetBBReg(pDM_Odm,rPdp_AntA, bMaskDWord, 0x02017098); -+ ODM_SetBBReg(pDM_Odm,rPdp_AntA_4, bMaskDWord, 0xf76d9f84); -+ ODM_SetBBReg(pDM_Odm,rConfig_Pmpd_AntA, bMaskDWord, 0x0004ab87); -+ ODM_SetBBReg(pDM_Odm,rConfig_AntA, bMaskDWord, 0x00880000); -+ -+ //rf_lpbk_setup -+ //1.rf 00:5205a, rf 0d:0e52c -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, 0x0c, bMaskDWord, 0x8992b); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, 0x0d, bMaskDWord, 0x0e52c); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, 0x00, bMaskDWord, 0x5205a ); -+ -+ //----send one shot signal----// -+ // Path A -+ ODM_SetBBReg(pDM_Odm,rConfig_Pmpd_AntA, bMaskDWord, 0x800477c0); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm,rConfig_Pmpd_AntA, bMaskDWord, 0x000477c0); -+ ODM_delay_ms(50); -+ -+ while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathAOK) -+ { -+ //----read back measurement results----// -+ ODM_SetBBReg(pDM_Odm, rPdp_AntA, bMaskDWord, 0x0c297018); -+ tmpReg = ODM_GetBBReg(pDM_Odm, 0xbe0, bMaskDWord); -+ ODM_delay_ms(10); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntA, bMaskDWord, 0x0c29701f); -+ tmpReg2 = ODM_GetBBReg(pDM_Odm, 0xbe8, bMaskDWord); -+ ODM_delay_ms(10); -+ -+ tmpReg = (tmpReg & bMaskHWord) >> 16; -+ tmpReg2 = (tmpReg2 & bMaskHWord) >> 16; -+ if(tmpReg < 0xf0 || tmpReg > 0x105 || tmpReg2 > 0xff ) -+ { -+ ODM_SetBBReg(pDM_Odm, rPdp_AntA, bMaskDWord, 0x02017098); -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x800000); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntA, bMaskDWord, 0x800477c0); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntA, bMaskDWord, 0x000477c0); -+ ODM_delay_ms(50); -+ RetryCount++; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path A DPK RetryCount %d 0xbe0[31:16] %x 0xbe8[31:16] %x\n", RetryCount, tmpReg, tmpReg2)); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path A DPK Sucess\n")); -+ pDM_Odm->RFCalibrateInfo.bDPPathAOK = TRUE; -+ break; -+ } -+ } -+ RetryCount = 0; -+ -+ //DPP path A -+ if(pDM_Odm->RFCalibrateInfo.bDPPathAOK) -+ { -+ // DP settings -+ ODM_SetBBReg(pDM_Odm, rPdp_AntA, bMaskDWord, 0x01017098); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntA_4, bMaskDWord, 0x776d9f84); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntA, bMaskDWord, 0x0004ab87); -+ ODM_SetBBReg(pDM_Odm, rConfig_AntA, bMaskDWord, 0x00880000); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x400000); -+ -+ for(i=rPdp_AntA; i<=0xb3c; i+=4) -+ { -+ ODM_SetBBReg(pDM_Odm, i, bMaskDWord, 0x40004000); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path A ofsset = 0x%x\n", i)); -+ } -+ -+ //pwsf -+ ODM_SetBBReg(pDM_Odm, 0xb40, bMaskDWord, 0x40404040); -+ ODM_SetBBReg(pDM_Odm, 0xb44, bMaskDWord, 0x28324040); -+ ODM_SetBBReg(pDM_Odm, 0xb48, bMaskDWord, 0x10141920); -+ -+ for(i=0xb4c; i<=0xb5c; i+=4) -+ { -+ ODM_SetBBReg(pDM_Odm, i, bMaskDWord, 0x0c0c0c0c); -+ } -+ -+ //TX_AGC boundary -+ ODM_SetBBReg(pDM_Odm, 0xbc0, bMaskDWord, 0x0005361f); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rPdp_AntA, bMaskDWord, 0x00000000); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntA_4, bMaskDWord, 0x00000000); -+ } -+ -+ //DPK path B -+ if(is2T) -+ { -+ //Path A to standby mode -+ ODM_SetRFReg(pDM_Odm, RF_PATH_A, RF_AC, bMaskDWord, 0x10000); -+ -+ // LUTs => tx_agc -+ // PA gain = 11 & PAD1, => tx_agc 1f ~11 -+ // PA gain = 11 & PAD2, => tx_agc 10 ~0e -+ // PA gain = 01 => tx_agc 0b ~0d -+ // PA gain = 00 => tx_agc 0a ~00 -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x400000); -+ ODM_SetBBReg(pDM_Odm, 0xbc4, bMaskDWord, 0x0005361f); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ -+ //do inner loopback DPK 3 times -+ for(i = 0; i < 3; i++) -+ { -+ //PA gain = 11 & PAD2 => tx_agc = 0x0f/0x0c/0x07 -+ for(index = 0; index < 4; index++) -+ ODM_SetBBReg(pDM_Odm, 0x830+index*4, bMaskDWord, Tx_AGC[i][0]); -+ for(index = 0; index < 2; index++) -+ ODM_SetBBReg(pDM_Odm, 0x848+index*4, bMaskDWord, Tx_AGC[i][0]); -+ for(index = 0; index < 2; index++) -+ ODM_SetBBReg(pDM_Odm, 0x868+index*4, bMaskDWord, Tx_AGC[i][0]); -+ -+ // PAGE_B for Path-A inner loopback DPK setting -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB, bMaskDWord, 0x02097098); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB_4, bMaskDWord, 0xf76d9f84); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x0004ab87); -+ ODM_SetBBReg(pDM_Odm, rConfig_AntB, bMaskDWord, 0x00880000); -+ -+ //----send one shot signal----// -+ // Path B -+ ODM_SetBBReg(pDM_Odm,rConfig_Pmpd_AntB, bMaskDWord, 0x80047788); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x00047788); -+ ODM_delay_ms(50); -+ } -+ -+ // PA gain = 11 => tx_agc = 1a -+ for(index = 0; index < 4; index++) -+ ODM_SetBBReg(pDM_Odm, 0x830+index*4, bMaskDWord, 0x34343434); -+ for(index = 0; index < 2; index++) -+ ODM_SetBBReg(pDM_Odm, 0x848+index*4, bMaskDWord, 0x34343434); -+ for(index = 0; index < 2; index++) -+ ODM_SetBBReg(pDM_Odm, 0x868+index*4, bMaskDWord, 0x34343434); -+ -+ // PAGE_B for Path-B DPK setting -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB, bMaskDWord, 0x02017098); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB_4, bMaskDWord, 0xf76d9f84); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x0004ab87); -+ ODM_SetBBReg(pDM_Odm, rConfig_AntB, bMaskDWord, 0x00880000); -+ -+ // RF lpbk switches on -+ ODM_SetBBReg(pDM_Odm, 0x840, bMaskDWord, 0x0101000f); -+ ODM_SetBBReg(pDM_Odm, 0x840, bMaskDWord, 0x01120103); -+ -+ //Path-B RF lpbk -+ ODM_SetRFReg(pDM_Odm, RF_PATH_B, 0x0c, bMaskDWord, 0x8992b); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_B, 0x0d, bMaskDWord, 0x0e52c); -+ ODM_SetRFReg(pDM_Odm, RF_PATH_B, RF_AC, bMaskDWord, 0x5205a); -+ -+ //----send one shot signal----// -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x800477c0); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x000477c0); -+ ODM_delay_ms(50); -+ -+ while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathBOK) -+ { -+ //----read back measurement results----// -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB, bMaskDWord, 0x0c297018); -+ tmpReg = ODM_GetBBReg(pDM_Odm, 0xbf0, bMaskDWord); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB, bMaskDWord, 0x0c29701f); -+ tmpReg2 = ODM_GetBBReg(pDM_Odm, 0xbf8, bMaskDWord); -+ -+ tmpReg = (tmpReg & bMaskHWord) >> 16; -+ tmpReg2 = (tmpReg2 & bMaskHWord) >> 16; -+ -+ if(tmpReg < 0xf0 || tmpReg > 0x105 || tmpReg2 > 0xff) -+ { -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB, bMaskDWord, 0x02017098); -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x800000); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x800477c0); -+ ODM_delay_ms(1); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x000477c0); -+ ODM_delay_ms(50); -+ RetryCount++; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path B DPK RetryCount %d 0xbf0[31:16] %x, 0xbf8[31:16] %x\n", RetryCount , tmpReg, tmpReg2)); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path B DPK Success\n")); -+ pDM_Odm->RFCalibrateInfo.bDPPathBOK = TRUE; -+ break; -+ } -+ } -+ -+ //DPP path B -+ if(pDM_Odm->RFCalibrateInfo.bDPPathBOK) -+ { -+ // DP setting -+ // LUT by SRAM -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB, bMaskDWord, 0x01017098); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB_4, bMaskDWord, 0x776d9f84); -+ ODM_SetBBReg(pDM_Odm, rConfig_Pmpd_AntB, bMaskDWord, 0x0004ab87); -+ ODM_SetBBReg(pDM_Odm, rConfig_AntB, bMaskDWord, 0x00880000); -+ -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0x400000); -+ for(i=0xb60; i<=0xb9c; i+=4) -+ { -+ ODM_SetBBReg(pDM_Odm, i, bMaskDWord, 0x40004000); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path B ofsset = 0x%x\n", i)); -+ } -+ -+ // PWSF -+ ODM_SetBBReg(pDM_Odm, 0xba0, bMaskDWord, 0x40404040); -+ ODM_SetBBReg(pDM_Odm, 0xba4, bMaskDWord, 0x28324050); -+ ODM_SetBBReg(pDM_Odm, 0xba8, bMaskDWord, 0x0c141920); -+ -+ for(i=0xbac; i<=0xbbc; i+=4) -+ { -+ ODM_SetBBReg(pDM_Odm, i, bMaskDWord, 0x0c0c0c0c); -+ } -+ -+ // tx_agc boundary -+ ODM_SetBBReg(pDM_Odm, 0xbc4, bMaskDWord, 0x0005361f); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_IQK, 0xffffff00, 0); -+ -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB, bMaskDWord, 0x00000000); -+ ODM_SetBBReg(pDM_Odm, rPdp_AntB_4, bMaskDWord, 0x00000000); -+ } -+ } -+ -+ //reload BB default value -+ for(index=0; indexRFCalibrateInfo.bDPdone = TRUE; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<==phy_DigitalPredistortion_8812A()\n")); -+#endif -+} -+ -+VOID -+ phy_DigitalPredistortion_8812A_8812A( -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PADAPTER pAdapter -+#else -+ IN PDM_ODM_T pDM_Odm -+#endif -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+#ifdef DISABLE_BB_RF -+ return; -+#endif -+ -+ return; -+ -+ if(pDM_Odm->RFCalibrateInfo.bDPdone) -+ return; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ if(IS_92C_SERIAL( pHalData->VersionID)){ -+ phy_DigitalPredistortion_8812A(pAdapter, TRUE); -+ } -+ else -+#endif -+ { -+ // For 88C 1T1R -+ phy_DigitalPredistortion_8812A(pAdapter, FALSE); -+ } -+} -+ -+ -+ -+//return value TRUE => Main; FALSE => Aux -+ -+ BOOLEAN phy_QueryRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN is2T -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+#endif -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#endif -+#endif -+ if(!pAdapter->bHWInitReady) -+ { -+ u1Byte u1bTmp; -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_LEDCFG2) | BIT7; -+ ODM_Write1Byte(pDM_Odm, REG_LEDCFG2, u1bTmp); -+ //ODM_SetBBReg(pDM_Odm, REG_LEDCFG0, BIT23, 0x01); -+ ODM_SetBBReg(pDM_Odm, rFPGA0_XAB_RFParameter, BIT13, 0x01); -+ } -+ -+ if(is2T) // -+ { -+ if(ODM_GetBBReg(pDM_Odm, rFPGA0_XB_RFInterfaceOE, BIT5|BIT6) == 0x01) -+ return TRUE; -+ else -+ return FALSE; -+ } -+ else -+ { -+ if((ODM_GetBBReg(pDM_Odm, rFPGA0_XB_RFInterfaceOE, BIT5|BIT4|BIT3) == 0x0) || -+ (ODM_GetBBReg(pDM_Odm, rConfig_ram64x16, BIT31) == 0x0)) -+ return TRUE; -+ else -+ return FALSE; -+ } -+} -+ -+ -+ -+//return value TRUE => Main; FALSE => Aux -+ BOOLEAN PHY_QueryRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm -+#else -+ IN PADAPTER pAdapter -+#endif -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+#ifdef DISABLE_BB_RF -+ return TRUE; -+#endif -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ //if(IS_92C_SERIAL( pHalData->VersionID)){ -+ if(IS_2T2R( pHalData->VersionID)){ -+ return phy_QueryRFPathSwitch_8812A(pAdapter, TRUE); -+ } -+ else -+#endif -+ { -+ // For 88C 1T1R -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ return phy_QueryRFPathSwitch_8812A(pAdapter, FALSE); -+#else -+ return phy_QueryRFPathSwitch_8812A(pDM_Odm, FALSE); -+#endif -+ } -+} -+#endif -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ap.h 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,153 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PHY_RF_8812A_H__ -+#define __HAL_PHY_RF_8812A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define IQK_DELAY_TIME_8812A 10 //ms -+#define index_mapping_NUM_8812A 15 -+#define AVG_THERMAL_NUM_8812A 4 -+#define RF_T_METER_8812A 0x42 -+ -+ -+#if 0 -+void ConfigureTxpowerTrack_8812A( -+ PTXPWRTRACK_CFG pConfig -+ ); -+ -+ -+ -+ -+void DoIQK_8812A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ); -+ -+VOID -+ODM_TxPwrTrackSetPwr8812A( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ); -+ -+#endif -+ -+ -+//1 7. IQK -+ -+#if 0 -+ -+void -+PHY_IQCalibrate_8812A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+); -+ -+#else -+ -+ -+VOID -+phy_IQCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Channel -+); -+ -+#endif -+ -+ -+// -+// LC calibrate -+// -+void -+PHY_LCCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+); -+ -+// -+// AP calibrate -+// -+void -+PHY_APCalibrate_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN s1Byte delta); -+void -+PHY_DigitalPredistortion_8812A( IN PADAPTER pAdapter); -+ -+ -+#if 0 //FOR_8812_IQK -+VOID -+_PHY_SaveADDARegisters( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte ADDAReg, -+ IN pu4Byte ADDABackup, -+ IN u4Byte RegisterNum -+ ); -+ -+VOID -+_PHY_PathADDAOn( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte ADDAReg, -+ IN BOOLEAN isPathAOn, -+ IN BOOLEAN is2T -+ ); -+ -+VOID -+_PHY_MACSettingCalibration( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN pu4Byte MACReg, -+ IN pu4Byte MACBackup -+ ); -+ -+ -+ -+VOID -+_PHY_PathAStandBy( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm -+#else -+ IN PADAPTER pAdapter -+#endif -+ ); -+ -+#endif -+ -+ -+#endif // #ifndef __HAL_PHY_RF_8812A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.c 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,2197 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+// 2010/04/25 MH Define the max tx power tracking tx agc power. -+#define ODM_TXPWRTRACK_MAX_IDX8812A 6 -+ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+ -+//3============================================================ -+//3 Tx Power Tracking -+//3============================================================ -+ -+ -+void DoIQK_8812A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+#endif -+ -+ ODM_ResetIQKResult(pDM_Odm); -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK= ThermalValue; -+ PHY_IQCalibrate_8812A(Adapter, FALSE); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: odm_TxPwrTrackSetPwr88E() -+ * -+ * Overview: 88E change all channel tx power accordign to flag. -+ * OFDM & CCK are all different. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 04/23/2012 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+ODM_TxPwrTrackSetPwr8812A( -+ IN PVOID pDM_VOID, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ) -+{ -+ u4Byte finalBbSwingIdx[2]; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ u1Byte PwrTrackingLimit = 26; //+1.0dB -+ u1Byte TxRate = 0xFF; -+ u1Byte Final_OFDM_Swing_Index = 0; -+ u1Byte Final_CCK_Swing_Index = 0; -+ u1Byte i = 0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ if (pDM_Odm->mp_mode == TRUE) { -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ #if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(Adapter->MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(Adapter->mppriv.MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #endif -+ } else { -+ u2Byte rate = *(pDM_Odm->pForcedDataRate); -+ -+ if (!rate) { /*auto rate*/ -+ if (rate != 0xFF) { -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ TxRate = HwRateToMRate(pDM_Odm->TxRate); -+ #endif -+ } -+ } else { /*force rate*/ -+ TxRate = (u1Byte)rate; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("Power Tracking TxRate=0x%X\n", TxRate)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("===>ODM_TxPwrTrackSetPwr8812A\n")); -+ -+ if(TxRate != 0xFF) //20130429 Mimic Modify High Rate BBSwing Limit. -+ { -+ //2 CCK -+ if((TxRate >= MGN_1M)&&(TxRate <= MGN_11M)) -+ PwrTrackingLimit = 32; //+4dB -+ //2 OFDM -+ else if((TxRate >= MGN_6M)&&(TxRate <= MGN_48M)) -+ PwrTrackingLimit = 30; //+3dB -+ else if(TxRate == MGN_54M) -+ PwrTrackingLimit = 28; //+2dB -+ //2 HT -+ else if((TxRate >= MGN_MCS0)&&(TxRate <= MGN_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_MCS3)&&(TxRate <= MGN_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_MCS5)&&(TxRate <= MGN_MCS7)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ -+ else if((TxRate >= MGN_MCS8)&&(TxRate <= MGN_MCS10)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_MCS11)&&(TxRate <= MGN_MCS12)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_MCS13)&&(TxRate <= MGN_MCS15)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ -+ //2 VHT -+ else if((TxRate >= MGN_VHT1SS_MCS0)&&(TxRate <= MGN_VHT1SS_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_VHT1SS_MCS3)&&(TxRate <= MGN_VHT1SS_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_VHT1SS_MCS5)&&(TxRate <= MGN_VHT1SS_MCS6)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ else if(TxRate == MGN_VHT1SS_MCS7) //64QAM -+ PwrTrackingLimit = 26; //+1dB -+ else if(TxRate == MGN_VHT1SS_MCS8) //256QAM -+ PwrTrackingLimit = 24; //+0dB -+ else if(TxRate == MGN_VHT1SS_MCS9) //256QAM -+ PwrTrackingLimit = 22; //-1dB -+ -+ else if((TxRate >= MGN_VHT2SS_MCS0)&&(TxRate <= MGN_VHT2SS_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_VHT2SS_MCS3)&&(TxRate <= MGN_VHT2SS_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_VHT2SS_MCS5)&&(TxRate <= MGN_VHT2SS_MCS6)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ else if(TxRate == MGN_VHT2SS_MCS7) //64QAM -+ PwrTrackingLimit = 26; //+1dB -+ else if(TxRate == MGN_VHT2SS_MCS8) //256QAM -+ PwrTrackingLimit = 24; //+0dB -+ else if(TxRate == MGN_VHT2SS_MCS9) //256QAM -+ PwrTrackingLimit = 22; //-1dB -+ -+ else -+ PwrTrackingLimit = 24; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("TxRate=0x%x, PwrTrackingLimit=%d\n", TxRate, PwrTrackingLimit)); -+ -+ -+ if (Method == BBSWING) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("===>ODM_TxPwrTrackSetPwr8812A\n")); -+ -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ finalBbSwingIdx[ODM_RF_PATH_A] = (pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A] > PwrTrackingLimit) ? PwrTrackingLimit : pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A]; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A]=%d, pDM_Odm->RealBbSwingIdx[ODM_RF_PATH_A]=%d\n", -+ pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A], finalBbSwingIdx[ODM_RF_PATH_A])); -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[finalBbSwingIdx[ODM_RF_PATH_A]]); -+ } -+ else -+ { -+ finalBbSwingIdx[ODM_RF_PATH_B] = (pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_B] > PwrTrackingLimit) ? PwrTrackingLimit : pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_B]; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_B]=%d, pDM_Odm->RealBbSwingIdx[ODM_RF_PATH_B]=%d\n", -+ pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_B], finalBbSwingIdx[ODM_RF_PATH_B])); -+ -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[finalBbSwingIdx[ODM_RF_PATH_B]]); -+ } -+ } -+ -+ else if (Method == MIX_MODE) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("pRFCalibrateInfo->DefaultOfdmIndex=%d, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]=%d, RF_Path = %d\n", -+ pRFCalibrateInfo->DefaultOfdmIndex, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath], RFPath)); -+ -+ Final_CCK_Swing_Index = pRFCalibrateInfo->DefaultCckIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ Final_OFDM_Swing_Index = pRFCalibrateInfo->DefaultOfdmIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ if(Final_OFDM_Swing_Index > PwrTrackingLimit) //BBSwing higher then Limit -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx = Final_CCK_Swing_Index - PwrTrackingLimit; /*CCK Follow the same compensate value as Path A*/ -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index - PwrTrackingLimit; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[PwrTrackingLimit]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA = TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A Over BBSwing Limit , PwrTrackingLimit = %d , Remnant TxAGC Value = %d\n", PwrTrackingLimit, pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else if (Final_OFDM_Swing_Index <= 0) -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx = Final_CCK_Swing_Index; /*CCK Follow the same compensate value as Path A*/ -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[0]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA = TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A Lower then BBSwing lower bound 0 , Remnant TxAGC Value = %d\n", pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[Final_OFDM_Swing_Index]); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A Compensate with BBSwing , Final_OFDM_Swing_Index = %d\n", Final_OFDM_Swing_Index)); -+ -+ if (pRFCalibrateInfo->Modify_TxAGC_Flag_PathA) /*If TxAGC has changed, reset TxAGC again*/ -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx = 0; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = 0; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A pDM_Odm->Modify_TxAGC_Flag = FALSE\n")); -+ } -+ } -+ } -+ -+ if (RFPath == ODM_RF_PATH_B) -+ { -+ if(Final_OFDM_Swing_Index > PwrTrackingLimit) //BBSwing higher then Limit -+ { -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index - PwrTrackingLimit; -+ -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[PwrTrackingLimit]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB = TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_B); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_B Over BBSwing Limit , PwrTrackingLimit = %d , Remnant TxAGC Value = %d\n", PwrTrackingLimit, pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else if (Final_OFDM_Swing_Index <= 0) -+ { -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; -+ -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[0]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB = TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_B); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_B Lower then BBSwing lower bound 0 , Remnant TxAGC Value = %d\n", pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[Final_OFDM_Swing_Index]); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_B Compensate with BBSwing , Final_OFDM_Swing_Index = %d\n", Final_OFDM_Swing_Index)); -+ -+ if (pRFCalibrateInfo->Modify_TxAGC_Flag_PathB) /*If TxAGC has changed, reset TxAGC again*/ -+ { -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = 0; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_B); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_B pDM_Odm->Modify_TxAGC_Flag = FALSE\n")); -+ } -+ } -+ } -+ -+ } -+ else -+ { -+ return; -+ } -+} -+ -+VOID -+GetDeltaSwingTable_8812A( -+ IN PVOID pDM_VOID, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u1Byte TxRate = 0xFF; -+ u1Byte channel = pHalData->CurrentChannel; -+ -+ if (pDM_Odm->mp_mode == TRUE) { -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ #if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(Adapter->MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(Adapter->mppriv.MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #endif -+ } else { -+ u2Byte rate = *(pDM_Odm->pForcedDataRate); -+ -+ if (!rate) { /*auto rate*/ -+ if (rate != 0xFF) { -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ TxRate = HwRateToMRate(pDM_Odm->TxRate); -+ #endif -+ } -+ } else { /*force rate*/ -+ TxRate = (u1Byte)rate; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("Power Tracking TxRate=0x%X\n", TxRate)); -+ -+ if ( 1 <= channel && channel <= 14) { -+ if (IS_CCK_RATE(TxRate)) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N; -+ } else { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N; -+ } -+ } else if ( 36 <= channel && channel <= 64) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[0]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[0]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[0]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[0]; -+ } else if ( 100 <= channel && channel <= 140) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[1]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[1]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[1]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[1]; -+ } else if ( 149 <= channel && channel <= 173) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[2]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[2]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[2]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[2]; -+ } else { -+ *TemperatureUP_A = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_A = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ *TemperatureUP_B = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_B = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ } -+ -+ return; -+} -+ -+void ConfigureTxpowerTrack_8812A( -+ PTXPWRTRACK_CFG pConfig -+ ) -+{ -+ pConfig->SwingTableSize_CCK = TXSCALE_TABLE_SIZE; -+ pConfig->SwingTableSize_OFDM = TXSCALE_TABLE_SIZE; -+ pConfig->Threshold_IQK = IQK_THRESHOLD; -+ pConfig->AverageThermalNum = AVG_THERMAL_NUM_8812A; -+ pConfig->RfPathCount = MAX_PATH_NUM_8812A; -+ pConfig->ThermalRegAddr = RF_T_METER_8812A; -+ -+ pConfig->ODM_TxPwrTrackSetPwr = ODM_TxPwrTrackSetPwr8812A; -+ pConfig->DoIQK = DoIQK_8812A; -+ pConfig->PHY_LCCalibrate = PHY_LCCalibrate_8812A; -+ pConfig->GetDeltaSwingTable = GetDeltaSwingTable_8812A; -+} -+ -+ -+#define BW_20M 0 -+#define BW_40M 1 -+#define BW_80M 2 -+ -+void _IQK_RX_FillIQC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int RX_X, -+ IN unsigned int RX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (RX_X>>1 >=0x112 || (RX_Y>>1 >= 0x12 && RX_Y>>1 <= 0x3ee)){ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, RX_Y>>1); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xc10 = %x ====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xc10))); -+ } -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (RX_X>>1 >=0x112 || (RX_Y>>1 >= 0x12 && RX_Y>>1 <= 0x3ee)){ -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, 0x100); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, 0); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, RX_Y>>1); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x====>fill to IQC\n ", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe10 = %x====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xe10))); -+ } -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_TX_FillIQC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int TX_X, -+ IN unsigned int TX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xc90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc8, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X&0x000007ff, TX_Y&0x000007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xcd4 = %x;;0xccc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xcd4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xccc, 0x000007ff))); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xe90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec8, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xecc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X&0x000007ff, TX_Y&0x000007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xed4 = %x;;0xecc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xed4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xecc, 0x000007ff))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_BackupMacBB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupMacBB Success!!!!\n")); -+} -+void _IQK_BackupRF_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte RFA_backup, -+ IN pu4Byte RFB_backup, -+ IN pu4Byte Backup_RF_REG, -+ IN u4Byte RF_NUM -+ ) -+{ -+ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save RF Parameters -+ for (i = 0; i < RF_NUM; i++){ -+ RFA_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG[i], bMaskDWord); -+ RFB_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, Backup_RF_REG[i], bMaskDWord); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupRF Success!!!!\n")); -+} -+void _IQK_BackupAFE_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ AFE_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_AFE_REG[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupAFE Success!!!!\n")); -+} -+void _IQK_RestoreMacBB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload MacBB Parameters -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreMacBB Success!!!!\n")); -+} -+void _IQK_RestoreRF_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN pu4Byte Backup_RF_REG, -+ IN pu4Byte RF_backup, -+ IN u4Byte RF_REG_NUM -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ for (i = 0; i < RF_REG_NUM; i++) -+ ODM_SetRFReg(pDM_Odm, Path, Backup_RF_REG[i], bRFRegOffsetMask, RF_backup[i]); -+ -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x0); -+ -+ switch(Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path A Success!!!!\n")); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path B Success!!!!\n")); -+ } -+ break; -+ default: -+ break; -+ } -+} -+void _IQK_RestoreAFE_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_AFE_REG[i], AFE_backup[i]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_SetBBReg(pDM_Odm, 0xc90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc8, BIT(29), 0x1); -+ //ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x3c000000); -+ ODM_SetBBReg(pDM_Odm, 0xe90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec8, BIT(29), 0x1); -+ //ODM_Write4Byte(pDM_Odm, 0xeb8, 0x0); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreAFE Success!!!!\n")); -+} -+ -+ -+void _IQK_ConfigureMAC_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ // ========MAC register setting======== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x3f); -+ ODM_SetBBReg(pDM_Odm, 0x550, BIT(11)|BIT(3), 0x0); -+ ODM_Write1Byte(pDM_Odm, 0x808, 0x00); // RX ante off -+ ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off -+ ODM_Write1Byte(pDM_Odm, 0xa07, 0xf); // CCK RX Path off -+} -+ -+#define cal_num 10 -+ -+void _IQK_Tx_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte chnlIdx -+ ) -+{ -+ u1Byte delay_count, cal = 0; -+ u1Byte cal0_retry, cal1_retry, TX0_Average = 0, TX1_Average = 0, RX0_Average = 0, RX1_Average = 0; -+ int TX_IQC_temp[10][4], TX_IQC[4]={}; //TX_IQC = [TX0_X, TX0_Y,TX1_X,TX1_Y]; for 3 times -+ int RX_IQC_temp[10][4], RX_IQC[4]={}; //RX_IQC = [RX0_X, RX0_Y,RX1_X,RX1_Y]; for 3 times -+ BOOLEAN TX0_fail = TRUE, RX0_fail = TRUE, IQK0_ready = FALSE, TX0_finish = FALSE, RX0_finish = FALSE; -+ BOOLEAN TX1_fail = TRUE, RX1_fail = TRUE, IQK1_ready = FALSE, TX1_finish = FALSE, RX1_finish = FALSE, VDF_enable = FALSE; -+ int i, ii, dx = 0, dy = 0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BandWidth = %d, ExtPA5G = %d, ExtPA2G = %d\n", *pDM_Odm->pBandWidth, pDM_Odm->ExtPA5G, pDM_Odm->ExtPA)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Interface = %d, RFE_Type = %d\n", pDM_Odm->SupportInterface, pDM_Odm->RFEType)); -+ if (*pDM_Odm->pBandWidth == 2){ -+ VDF_enable = TRUE; -+ } -+ VDF_enable = FALSE; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // ========Path-A AFE all on======== -+ // Port 0 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ // Port 1 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xe60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xe64, 0x77777777); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe68, 0x19791979); -+ ODM_SetBBReg(pDM_Odm, 0xc00, 0xf, 0x4);// hardware 3-wire off -+ ODM_SetBBReg(pDM_Odm, 0xe00, 0xf, 0x4);// hardware 3-wire off -+ -+ // DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xc5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ ODM_SetBBReg(pDM_Odm, 0xe5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ -+ //====== Path A TX IQK RF Setting ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, bRFRegOffsetMask, 0x3fffd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, bRFRegOffsetMask, 0xfe83f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x8a001); -+ //====== Path B TX IQK RF Setting ====== -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, bRFRegOffsetMask, 0x3fffd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, bRFRegOffsetMask, 0xfe83f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xe94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G){ -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403e3); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403f7); -+ } -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f1); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403f1); -+ } -+ if (*pDM_Odm->pBandType){ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x68163e96); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x68163e96); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28163e96); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28163e96); -+ if (pDM_Odm->RFEType == 3){ -+ if (pDM_Odm->ExtPA) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ } -+ } -+ -+ if (VDF_enable){} -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xee8, 0x00000000); -+ -+ cal0_retry = 0; -+ cal1_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ if (!TX0_finish) -+ IQK0_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if (!TX1_finish) -+ IQK1_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK0_ready && IQK1_ready) || (delay_count>20)) -+ break; -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX delay_count = %d\n", delay_count)); -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX0_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ TX1_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(12)); -+ if (!(TX0_fail || TX0_finish)){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ TX_IQC_temp[TX0_Average][0] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ TX_IQC_temp[TX0_Average][1] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X0[%d] = %x ;; TX_Y0[%d] = %x\n", TX0_Average, (TX_IQC_temp[TX0_Average][0])>>21&0x000007ff, TX0_Average, (TX_IQC_temp[TX0_Average][1])>>21&0x000007ff)); -+ /* -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x01000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x03000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ TX0_Average++; -+ } -+ else{ -+ cal0_retry++; -+ if (cal0_retry == 10) -+ break; -+ } -+ if (!(TX1_fail || TX1_finish)){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x02000000); -+ TX_IQC_temp[TX1_Average][2] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x04000000); -+ TX_IQC_temp[TX1_Average][3] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X1[%d] = %x ;; TX_Y1[%d] = %x\n", TX1_Average, (TX_IQC_temp[TX1_Average][2])>>21&0x000007ff, TX1_Average, (TX_IQC_temp[TX1_Average][3])>>21&0x000007ff)); -+ /* -+ int reg1 = 0, reg2 = 0, Image_Power = 0; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x01000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x02000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x03000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x04000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ TX1_Average++; -+ } -+ else{ -+ cal1_retry++; -+ if (cal1_retry == 10) -+ break; -+ } -+ } -+ else{ -+ cal0_retry++; -+ cal1_retry++; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay 20ms TX IQK Not Ready!!!!!\n")); -+ if (cal0_retry == 10) -+ break; -+ } -+ if (TX0_Average >= 2){ -+ for (i = 0; i < TX0_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_IQC_temp[ii][0]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (TX_IQC_temp[i][1]>>21) - (TX_IQC_temp[ii][1]>>21); -+ if (dy < 4 && dy > -4){ -+ TX_IQC[0] = ((TX_IQC_temp[i][0]>>21) + (TX_IQC_temp[ii][0]>>21))/2; -+ TX_IQC[1] = ((TX_IQC_temp[i][1]>>21) + (TX_IQC_temp[ii][1]>>21))/2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXA_X = %x;;TXA_Y = %x\n", TX_IQC[0]&0x000007ff, TX_IQC[1]&0x000007ff)); -+ TX0_finish = TRUE; -+ } -+ } -+ } -+ } -+ } -+ if (TX1_Average >= 2){ -+ for (i = 0; i < TX1_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_IQC_temp[ii][2]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (TX_IQC_temp[i][3]>>21) - (TX_IQC_temp[ii][3]>>21); -+ if (dy < 4 && dy > -4){ -+ TX_IQC[2] = ((TX_IQC_temp[i][2]>>21) + (TX_IQC_temp[ii][2]>>21))/2; -+ TX_IQC[3] = ((TX_IQC_temp[i][3]>>21) + (TX_IQC_temp[ii][3]>>21))/2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXB_X = %x;;TXB_Y = %x\n", TX_IQC[2]&0x000007ff, TX_IQC[3]&0x000007ff)); -+ TX1_finish = TRUE; -+ } -+ } -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX0_Average = %d, TX1_Average = %d\n", TX0_Average, TX1_Average)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX0_finish = %d, TX1_finish = %d\n", TX0_finish, TX1_finish)); -+ if (TX0_finish && TX1_finish) -+ break; -+ if ((cal0_retry + TX0_Average) >= 10 || (cal1_retry + TX1_Average) >= 10 ) -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXA_cal_retry = %d\n", cal0_retry)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXB_cal_retry = %d\n", cal1_retry)); -+ -+ } -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8, 0xffc00)); // Load LOK -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8, 0xffc00)); // Load LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (VDF_enable == 1){} -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (TX0_finish){ -+ //====== Path A RX IQK RF Setting====== -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x65, bRFRegOffsetMask, 0x931d1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, bRFRegOffsetMask, 0x00000); -+ } -+ if (TX1_finish){ -+ //====== Path B RX IQK RF Setting====== -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x65, bRFRegOffsetMask, 0x931d1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, bRFRegOffsetMask, 0x00000); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ if (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ else -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a890); -+ //ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a890); -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xcb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xcb4, 0x00000077); -+ ODM_Write4Byte(pDM_Odm, 0xeb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xeb4, 0x00000077); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xcb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xcb4, 0x02000077); -+ ODM_Write4Byte(pDM_Odm, 0xeb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xeb4, 0x02000077); -+ } -+ -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ if (TX0_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x82140119); -+ } -+ if (TX1_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x82140119); -+ } -+ cal0_retry = 0; -+ cal1_retry = 0; -+ while(1){ -+ // one shot -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (TX0_finish){ -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_IQC[0])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_IQC[1])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161500); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160cc0); -+ } -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00300000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000); -+ ODM_delay_ms(5); //Delay 5ms -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ } -+ if (TX1_finish){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_IQC[2])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_IQC[3])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28161500); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28160ca0); -+ } -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00300000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_delay_ms(5); //Delay 5ms -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ } -+ delay_count = 0; -+ while (1){ -+ if (!RX0_finish && TX0_finish) -+ IQK0_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if (!RX1_finish && TX1_finish) -+ IQK1_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK0_ready && IQK1_ready)||(delay_count>20)) -+ break; -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX delay_count = %d\n", delay_count)); -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX0_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ RX1_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(11)); -+ if (!(RX0_fail || RX0_finish) && TX0_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ RX_IQC_temp[RX0_Average][0] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ RX_IQC_temp[RX0_Average][1] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[%d] = %x ;; RX_Y0[%d] = %x\n", RX0_Average, (RX_IQC_temp[RX0_Average][0])>>21&0x000007ff, RX0_Average, (RX_IQC_temp[RX0_Average][1])>>21&0x000007ff)); -+/* -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+*/ -+ RX0_Average++; -+ } -+ else{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("1. RXA_cal_retry = %d\n", cal0_retry)); -+ cal0_retry++; -+ if (cal0_retry == 10) -+ break; -+ } -+ if (!(RX1_fail || RX1_finish) && TX1_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x06000000); -+ RX_IQC_temp[RX1_Average][2] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x08000000); -+ RX_IQC_temp[RX1_Average][3] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X1[%d] = %x ;; RX_Y1[%d] = %x\n", RX1_Average, (RX_IQC_temp[RX1_Average][2])>>21&0x000007ff, RX1_Average, (RX_IQC_temp[RX1_Average][3])>>21&0x000007ff)); -+/* -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+*/ -+ RX1_Average++; -+ } -+ else{ -+ cal1_retry++; -+ if (cal1_retry == 10) -+ break; -+ } -+ -+ } -+ else{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("2. RXA_cal_retry = %d\n", cal0_retry)); -+ cal0_retry++; -+ cal1_retry++; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay 20ms RX IQK Not Ready!!!!!\n")); -+ if (cal0_retry == 10) -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("3. RXA_cal_retry = %d\n", cal0_retry)); -+ if (RX0_Average >= 2){ -+ for (i = 0; i < RX0_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_IQC_temp[ii][0]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_IQC_temp[i][1]>>21) - (RX_IQC_temp[ii][1]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_IQC[0]= ((RX_IQC_temp[i][0]>>21) + (RX_IQC_temp[ii][0]>>21))/2; -+ RX_IQC[1] = ((RX_IQC_temp[i][1]>>21) + (RX_IQC_temp[ii][1]>>21))/2; -+ RX0_finish = TRUE; -+ break; -+ } -+ } -+ } -+ } -+ } -+ if (RX1_Average >= 2){ -+ for (i = 0; i < RX1_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_IQC_temp[ii][2]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_IQC_temp[i][3]>>21) - (RX_IQC_temp[ii][3]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_IQC[2] = ((RX_IQC_temp[i][2]>>21) + (RX_IQC_temp[ii][2]>>21))/2; -+ RX_IQC[3] = ((RX_IQC_temp[i][3]>>21) + (RX_IQC_temp[ii][3]>>21))/2; -+ RX1_finish = TRUE; -+ break; -+ } -+ } -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX0_Average = %d, RX1_Average = %d\n", RX0_Average, RX1_Average)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX0_finish = %d, RX1_finish = %d\n", RX0_finish, RX1_finish)); -+ if ((RX0_finish|| !TX0_finish) && (RX1_finish || !TX1_finish) ) -+ break; -+ if ((cal0_retry + RX0_Average) >= 10 || (cal1_retry + RX1_Average) >= 10 || RX0_Average == 3 || RX1_Average == 3) -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXA_cal_retry = %d\n", cal0_retry)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXB_cal_retry = %d\n", cal1_retry)); -+ } -+ -+ // FillIQK Result -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_A =======\n")); -+ -+ if (TX0_finish){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, TX_IQC[0], TX_IQC[1]); -+ } -+ else{ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, 0x200, 0x0); -+ } -+ -+ -+ -+ if (RX0_finish){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, RX_IQC[0], RX_IQC[1]); -+ } -+ else{ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, 0x200, 0x0); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_B =======\n")); -+ -+ if (TX1_finish){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, TX_IQC[2], TX_IQC[3]); -+ } -+ else{ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, 0x200, 0x0); -+ } -+ -+ -+ -+ if (RX1_finish){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, RX_IQC[2], RX_IQC[3]); -+ } -+ else{ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, 0x200, 0x0); -+ } -+ -+ -+ -+} -+ -+#define MACBB_REG_NUM 9 -+#define AFE_REG_NUM 12 -+#define RF_REG_NUM 3 -+ -+// Maintained by BB James. -+VOID -+phy_IQCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Channel -+ ) -+{ -+ u4Byte MACBB_backup[MACBB_REG_NUM], AFE_backup[AFE_REG_NUM] = {0}, RFA_backup[RF_REG_NUM] = {0}, RFB_backup[RF_REG_NUM] = {0}; -+ u4Byte Backup_MACBB_REG[MACBB_REG_NUM] = {0x520, 0x550, 0x808, 0xa04, 0x90c, 0xc00, 0xe00, 0x838, 0x82c}; -+ u4Byte Backup_AFE_REG[AFE_REG_NUM] = {0xc5c, 0xc60, 0xc64, 0xc68, 0xcb0, 0xcb4, -+ 0xe5c, 0xe60, 0xe64, 0xe68, 0xeb0, 0xeb4}; -+ u4Byte Reg_C1B8, Reg_E1B8; -+ u4Byte Backup_RF_REG[RF_REG_NUM] = {0x65, 0x8f, 0x0}; -+ u1Byte chnlIdx = ODM_GetRightChnlPlaceforIQK(Channel); -+ -+ _IQK_BackupMacBB_8812A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ Reg_C1B8 = ODM_Read4Byte(pDM_Odm, 0xcb8); -+ Reg_E1B8 = ODM_Read4Byte(pDM_Odm, 0xeb8); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ _IQK_BackupAFE_8812A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ _IQK_BackupRF_8812A(pDM_Odm, RFA_backup, RFB_backup, Backup_RF_REG, RF_REG_NUM); -+ -+ _IQK_ConfigureMAC_8812A(pDM_Odm); -+ _IQK_Tx_8812A(pDM_Odm, chnlIdx); -+ _IQK_RestoreRF_8812A(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG, RFA_backup, RF_REG_NUM); -+ _IQK_RestoreRF_8812A(pDM_Odm, ODM_RF_PATH_B, Backup_RF_REG, RFB_backup, RF_REG_NUM); -+ -+ _IQK_RestoreAFE_8812A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, Reg_C1B8); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, Reg_E1B8); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ _IQK_RestoreMacBB_8812A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ -+ -+} -+ -+VOID -+phy_LCCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN is2T -+ ) -+{ -+ u4Byte /*RF_Amode=0, RF_Bmode=0,*/ LC_Cal = 0, tmp = 0; -+ -+ //Check continuous TX and Packet TX -+ u4Byte reg0x914 = ODM_Read4Byte(pDM_Odm, rSingleTone_ContTx_Jaguar);; -+ -+ // Backup RF reg18. -+ LC_Cal = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask); -+ -+ if((reg0x914 & 0x70000) != 0) //If contTx, disable all continuous TX. 0x914[18:16] -+ // <20121121, Kordan> A workaround: If we set 0x914[18:16] as zero, BB turns off ContTx -+ // until another packet comes in. To avoid ContTx being turned off, we skip this step. -+ ;//ODM_Write4Byte(pDM_Odm, rSingleTone_ContTx_Jaguar, reg0x914 & (~0x70000)); -+ else // If packet Tx-ing, pause Tx. -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0xFF); -+ -+ -+/* -+ //3 1. Read original RF mode -+ RF_Amode = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask); -+ if(is2T) -+ RF_Bmode = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_AC, bRFRegOffsetMask); -+ -+ -+ //3 2. Set RF mode = standby mode -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask, (RF_Amode&0x8FFFF)|0x10000); -+ if(is2T) -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_AC, bRFRegOffsetMask, (RF_Bmode&0x8FFFF)|0x10000); -+*/ -+ -+ // Enter LCK mode -+ tmp = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask, tmp | BIT14); -+ -+ //3 3. Read RF reg18 -+ LC_Cal = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask); -+ -+ //3 4. Set LC calibration begin bit15 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, LC_Cal|0x08000); -+ -+ ODM_delay_ms(150); // suggest by RFSI Binson -+ -+ // Leave LCK mode -+ tmp = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask, tmp & ~BIT14); -+ -+ -+ -+ //3 Restore original situation -+ if((reg0x914 & 70000) != 0) //Deal with contisuous TX case, 0x914[18:16] -+ { -+ // <20121121, Kordan> A workaround: If we set 0x914[18:16] as zero, BB turns off ContTx -+ // until another packet comes in. To avoid ContTx being turned off, we skip this step. -+ //ODM_Write4Byte(pDM_Odm, rSingleTone_ContTx_Jaguar, reg0x914); -+ } -+ else // Deal with Packet TX case -+ { -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE, 0x00); -+ } -+ -+ // Recover channel number -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, LC_Cal); -+ -+ /* -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask, RF_Amode); -+ if(is2T) -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_AC, bRFRegOffsetMask, RF_Bmode); -+ */ -+ -+} -+ -+ -+ -+ -+ -+#define DP_BB_REG_NUM 7 -+#define DP_RF_REG_NUM 1 -+#define DP_RETRY_LIMIT 10 -+#define DP_PATH_NUM 2 -+#define DP_DPK_NUM 3 -+#define DP_DPK_VALUE_NUM 2 -+ -+VOID -+phy_ReloadIQKSetting_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Channel -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ u1Byte chnlIdx = ODM_GetRightChnlPlaceforIQK(Channel); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][0]&0x7ff); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][0]&0x7ff0000)>>16); -+ ODM_SetBBReg(pDM_Odm, 0xecc, 0x000007ff, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][2]&0x7ff); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0x000007ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][2]&0x7ff0000)>>16); -+ -+ if (*pDM_Odm->pBandWidth != 2){ -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xee8, 0x0); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xce8, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][4]); -+ ODM_Write4Byte(pDM_Odm, 0xee8, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][5]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][1]&0x7ff0000)>>17); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][1]&0x7ff)>>1); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][3]&0x7ff0000)>>17); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][3]&0x7ff)>>1); -+ -+ -+} -+ -+VOID -+PHY_ResetIQKResult_8812A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ ODM_SetBBReg(pDM_Odm, 0xecc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0x000007ff, 0x200); -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xee8, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, 0x100); -+} -+ -+VOID -+phy_IQCalibrate_By_FW_8812A( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u1Byte IQKcmd[3] = {pHalData->CurrentChannel, 0x0, 0x0}; -+ u1Byte Buf1 = 0x0; -+ u1Byte Buf2 = 0x0; -+ -+//Byte 2, Bit 4 ~ Bit 5 : BandType -+ if(pHalData->CurrentBandType) -+ Buf1 = 0x2<<4; -+ else -+ Buf1 = 0x1<<4; -+ -+//Byte 2, Bit 0 ~ Bit 3 : Bandwidth -+ if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_20) -+ Buf2 = 0x1; -+ else if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) -+ Buf2 = 0x1<<1; -+ else if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_80) -+ Buf2 = 0x1<<2; -+ else -+ Buf2 = 0x1<<3; -+ -+ IQKcmd[1] = Buf1 | Buf2; -+ IQKcmd[2] = pHalData->ExternalPA_5G | pHalData->ExternalLNA_5G<<1; -+ -+ DBG_871X("== IQK Start ==\n"); -+ -+ FillH2CCmd_8812(pAdapter, 0x45, 3, IQKcmd); -+ -+ rtl8812_iqk_wait(pAdapter, 500); -+} -+ -+VOID -+PHY_IQCalibrate_8812A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+ ) -+{ -+ u4Byte counter = 0; -+ u4Byte StartTime; -+ s4Byte ProgressingTime; -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ #else // (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ #endif -+#endif -+ -+#if (MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ #endif -+#endif//(MP_DRIVER == 1) -+ -+//#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE) ) -+ //if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ //return; -+//#endif -+ pDM_Odm->IQKFWOffload = 0; -+ StartTime = ODM_GetCurrentTime( pDM_Odm); -+ -+#if MP_DRIVER == 1 -+ if( ! (pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) ) -+#endif -+ { -+ -+ if(pDM_Odm->IQKFWOffload) -+ { -+ phy_IQCalibrate_By_FW_8812A(pAdapter); -+ } -+ else -+ { -+ phy_IQCalibrate_8812A(pDM_Odm, pHalData->CurrentChannel); -+ } -+ } -+ ProgressingTime = ODM_GetProgressingTime( pDM_Odm, StartTime); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK ProgressingTime = %d\n", ProgressingTime)); -+} -+ -+ -+VOID -+PHY_LCCalibrate_8812A( -+ IN PVOID pDM_VOID -+ ) -+{ -+ BOOLEAN bStartContTx = FALSE, bSingleTone = FALSE, bCarrierSuppression = FALSE; -+ u4Byte StartTime; -+ s4Byte ProgressingTime; -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ #if (MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ #endif -+ bStartContTx = pMptCtx->bStartContTx; -+ bSingleTone = pMptCtx->bSingleTone; -+ bCarrierSuppression = pMptCtx->bCarrierSuppression; -+ #endif//(MP_DRIVER == 1) -+#endif -+ -+ StartTime = ODM_GetCurrentTime( pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> PHY_LCCalibrate_8812A\n")); -+ -+ phy_LCCalibrate_8812A(pDM_Odm, TRUE); -+ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== PHY_LCCalibrate_8812A\n")); -+ ProgressingTime = ODM_GetProgressingTime( pDM_Odm, StartTime); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LCK ProgressingTime = %d\n", ProgressingTime)); -+ -+} -+ -+VOID phy_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain, -+ IN BOOLEAN is2T -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ #if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ #endif -+ -+#endif -+ -+ if (IS_HARDWARE_TYPE_8821(pAdapter)) -+ { -+ if(bMain) -+ ODM_SetBBReg(pDM_Odm, rA_RFE_Pinmux_Jaguar+4, BIT29|BIT28, 0x1); //Main -+ else -+ ODM_SetBBReg(pDM_Odm, rA_RFE_Pinmux_Jaguar+4, BIT29|BIT28, 0x2); //Aux -+ } -+ else if (IS_HARDWARE_TYPE_8812(pAdapter)) -+ { -+ if (pHalData->RFEType == 5) -+ { -+ if(bMain) { -+ //WiFi -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x2); -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x3); -+ } else { -+ // BT -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x1); -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x3); -+ } -+ } -+ } -+ -+} -+ -+VOID PHY_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain -+ ) -+{ -+ -+#if DISABLE_BB_RF -+ return; -+#endif -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ phy_SetRFPathSwitch_8812A(pAdapter, bMain, TRUE); -+ -+#endif -+} -+ -+ -+VOID -+_DPK_ThermalCompensation( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+} -+ -+VOID -+_DPK_parareload( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ -+ -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+} -+ -+ -+VOID -+_DPK_parabackup( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ -+ -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+} -+ -+VOID -+_DPK_Globalparaset( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ -+ //***************************************// -+ //set MAC register -+ //***************************************// -+ -+ //TX pause -+ ODM_Write4Byte(pDM_Odm, 0x520, 0x007f3F0F); -+ -+ //***************************************// -+ //set BB register -+ //***************************************// -+ -+ // reg82c[31] = b'0, ¤Á´«¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083d5); -+ -+ // test pin in/out control -+ ODM_Write4Byte(pDM_Odm, 0x970, 0x00000000); -+ -+ // path A regcb8[3:0] = h'd, TRSW to TX -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0050824d); -+ -+ // path B regeb8[3:0] = h'd, TRSW to TX -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x0050824d); -+ -+ // reg838[3:0] = h'c, CCA off -+ ODM_Write4Byte(pDM_Odm, 0x838, 0x06c8d24c); -+ -+ // path A 3-wire off -+ ODM_Write4Byte(pDM_Odm, 0xc00, 0x00000004); -+ -+ // path B 3-wire off -+ ODM_Write4Byte(pDM_Odm, 0xe00, 0x00000004); -+ -+ // reg90c[15] = b'1, DAC fifo reset by CSWU -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ -+ // reset DPK circuit -+ ODM_Write4Byte(pDM_Odm, 0xb00, 0x03000100); -+ -+ // path A regc94[0] = b'1 (r_gothrough_iqkdpk), ±N DPK ¤Á¶i normal path -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0x01000001); -+ -+ // path B rege94[0] = b'1 (r_gothrough_iqkdpk), ±N DPK ¤Á¶i normal path -+ ODM_Write4Byte(pDM_Odm, 0xe94, 0x01000001); -+ -+ //***************************************// -+ //set AFE register -+ //***************************************// -+ -+ //path A -+ //regc68 ¨ì regc84À³¸Ó¬O­n¸ò¥¿±` Tx mode ®Éªº³]©w¤@­P -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc6c, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc70, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc74, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc78, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc7c, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x19791979); -+ -+ // force DAC/ADC power on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ //path B -+ //rege68 ¨ì rege84À³¸Ó¬O­n¸ò¥¿±` Tx mode ®Éªº³]©w¤@­P -+ -+ ODM_Write4Byte(pDM_Odm, 0xe68, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe6c, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe70, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe74, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe78, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe7c, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x19791979); -+ -+ // force DAC/ADC power on -+ ODM_Write4Byte(pDM_Odm, 0xe60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xe64, 0x77777777); -+ -+} -+ -+ -+VOID -+_DPK_GetGainLoss( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte path -+ ) -+{ -+ u4Byte GL_I=0,GL_Q=0; -+ u4Byte GL_I_tmp=0,GL_Q_tmp=0; -+ -+ u4Byte Power_GL; -+ u2Byte Scaler[]={0x4000, 0x41db, 0x43c7, 0x45c3, 0x47cf, 0x49ec, 0x4c19, 0x4e46, 0x5093,0x52f2, //10 -+ 0x5560, 0x57cf, 0x5a7f, 0x5d0e, 0x5fbe -+ }; -+ u1Byte sindex=0; -+ u4Byte pagesel = 0,regsel = 0; -+ -+ if(path == 0) //pathA -+ { -+ pagesel = 0; -+ regsel = 0; -+ } -+ else //pathB -+ { -+ pagesel = 0x200; -+ regsel = 0x40; -+ } -+ -+ ODM_Write4Byte(pDM_Odm, 0xc90+pagesel, 0x0601f0bf); -+ ODM_Write4Byte(pDM_Odm, 0xcb8+pagesel, 0x0c000000); -+ -+ -+ -+ GL_I_tmp = ODM_GetBBReg(pDM_Odm, 0xd00+regsel, 0xffff0000); -+ GL_Q_tmp = ODM_GetBBReg(pDM_Odm, 0xd00+regsel, 0x0000ffff); -+ -+ if(GL_I_tmp >= 0x8000) -+ GL_I = (GL_I_tmp-0x8000+0x1); -+ else -+ GL_I = GL_I_tmp; -+ -+ -+ if(GL_Q_tmp >= 0x8000) -+ GL_Q = (GL_Q_tmp-0x8000+0x1); -+ else -+ GL_Q = GL_Q_tmp; -+ -+ Power_GL = ((GL_I*GL_I)+(GL_Q*GL_Q))/4; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Power_GL = 0x%x", Power_GL)); -+ -+ if (Power_GL > 63676){ -+ sindex = 0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 0 dB\n")); -+ } -+ else if (63676 >= Power_GL && Power_GL > 60114){ -+ sindex = 1; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 0.25 dB\n")); -+ } -+ else if (60114 >= Power_GL && Power_GL> 56751){ -+ sindex = 2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 0.5 dB\n")); -+ } -+ else if (56751 >= Power_GL && Power_GL> 53577){ -+ sindex = 3; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 0.75 dB\n")); -+ } -+ else if (53577 >= Power_GL && Power_GL> 49145){ -+ sindex = 4; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 1 dB\n")); -+ } -+ else if (49145 >= Power_GL && Power_GL> 47750){ -+ sindex = 5; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 1.25 dB\n")); -+ } -+ else if (47750 >= Power_GL && Power_GL> 45079){ -+ sindex = 6; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 1.5 dB\n")); -+ } -+ else if (45079 >= Power_GL && Power_GL> 42557){ -+ sindex = 7; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 1.75 dB\n")); -+ } -+ else if (42557 >= Power_GL && Power_GL> 40177){ -+ sindex = 8; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 2 dB\n")); -+ } -+ else if (40177 >= Power_GL && Power_GL> 37929){ -+ sindex = 9; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 2.25 dB\n")); -+ } -+ else if (37929 >= Power_GL && Power_GL> 35807){ -+ sindex = 10; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 2.5 dB\n")); -+ } -+ else if (35807 >= Power_GL && Power_GL> 33804){ -+ sindex = 11; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 2.75 dB\n")); -+ } -+ else if (33804 >= Power_GL && Power_GL> 31913){ -+ sindex = 12; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 3 dB\n")); -+ } -+ else if (31913 >= Power_GL && Power_GL> 30128){ -+ sindex = 13; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 3.25 dB\n")); -+ } -+ else if (30128 >= Power_GL){ -+ sindex = 14; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Gainloss = 3.5 dB\n")); -+ } -+ -+ -+ ODM_Write4Byte(pDM_Odm, 0xc98+pagesel, (Scaler[sindex] << 16) | Scaler[sindex]); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Set Gainloss reg 0xc98(0xe98)= 0x%x\n",ODM_Read4Byte(pDM_Odm, 0xc98+pagesel))); -+ -+} -+ -+ -+VOID -+_DPK_EnableDP( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte path, -+ IN u4Byte TXindex -+ ) -+{ -+ -+ //***************************************// -+ //Enable DP -+ //***************************************// -+ -+ //PWSF[6] = 0x40 = 0dB, set the address represented TXindex as 0dB -+ u1Byte PWSF[] = { 0xff, 0xca, 0xa1, 0x80, 0x65, 0x51, 0x40, //6~0dB -+ 0x33, 0x28, 0x20, 0x19, 0x14, 0x10, 0x0d, //-1~-7dB -+ 0x0a, 0x08, 0x06, 0x05, 0x04, 0x03, 0x03, //-8~-14dB -+ 0x02, 0x02, 0x01, 0x01, -+ }; -+ u1Byte zeropoint; -+ u1Byte pwsf1,pwsf2; -+ u1Byte i; -+ u4Byte pagesel = 0,regsel = 0; -+ -+ if(path == 0) -+ { -+ pagesel = 0; -+ regsel = 0; -+ } -+ else -+ { -+ pagesel = 0x200; -+ regsel = 0x40; -+ } -+ -+ -+ //=========// -+ // DPK setting // -+ //=========// -+ // reg82c[31] = b'1, ¤Á´«¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083d5); -+ -+ -+ ODM_Write4Byte(pDM_Odm, 0xc90+pagesel, 0x0000f098); -+ ODM_Write4Byte(pDM_Odm, 0xc94+pagesel, 0x776c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc4+pagesel, 0x08840000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8+pagesel, 0x20000000); -+ ODM_Write4Byte(pDM_Odm, 0xc8c+pagesel, 0x3c000000); -+ -+ -+ // ¼gPWSF table in 1st SRAM for PA = 11 use -+ ODM_Write4Byte(pDM_Odm, 0xc20+pagesel, 0x00000800); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Write PWSF table\n")); -+ -+ -+ if(TXindex == 0x1f) -+ zeropoint = 0; -+ else if(TXindex == 0x1e) -+ zeropoint = 1; -+ else if(TXindex == 0x1d) -+ zeropoint = 2; -+ else if(TXindex == 0x1c) -+ zeropoint = 3; -+ else if(TXindex == 0x1b) -+ zeropoint = 4; -+ else if(TXindex == 0x1a) -+ zeropoint = 5; -+ else if(TXindex == 0x19) -+ zeropoint = 6; -+ else -+ zeropoint = 6; -+ -+ -+ -+ for(i=0;i<16;i++) -+ { -+ pwsf1 = (6-zeropoint)+i*2; -+ if(pwsf1 > 24) -+ pwsf1 = 24; -+ -+ pwsf2 = (6-zeropoint-1)+i*2; -+ if(pwsf2 > 24) -+ pwsf2 = 24; -+ -+ ODM_Write4Byte(pDM_Odm, 0xce4+pagesel, 0x00000001 | i<<1 | (PWSF[pwsf1]<<8) | (PWSF[pwsf2]<<16)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0x%x\n", ODM_Read4Byte(pDM_Odm, 0xce4+pagesel))); -+ ODM_SetBBReg(pDM_Odm, 0xce4+pagesel, 0xff, 0x0); -+ } -+ -+ ODM_Write4Byte(pDM_Odm, 0xce4+pagesel, 0x00000000); -+ -+ // reg82c[31] = b'0, ¤Á´«¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083d5); -+ -+} -+ -+ -+VOID -+_DPK_pathABDPK( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte TXindex = 0; -+ u1Byte path = 0; -+ u4Byte pagesel = 0,regsel = 0; -+ u4Byte i=0,j=0; -+ -+ for(path=0;path<2;path ++) //path A = 0; path B = 1; -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path %s DPK start!!!\n", (path==0)?"A":"B")); -+ -+ if(path == 0) -+ { -+ pagesel = 0; -+ regsel = 0; -+ } -+ else -+ { -+ pagesel = 0x200; -+ regsel = 0x40; -+ } -+ -+ //***************************************// -+ //find compress-2.5dB TX index -+ //***************************************// -+ -+ -+ // reg82c[31] = b'1, ¤Á´«¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083d5); -+ -+ // regc20[15:13] = dB sel, §i¶D Gain Loss function ¥h´M§ä dB_sel ©Ò³]©wªºPA gain loss¥Ø¼Ð©Ò¹ïÀ³ªº Tx AGC ¬°¦ó. -+ // dB_sel = b'000 ' 1.0 dB PA gain loss -+ // dB_sel = b'001 ' 1.5 dB PA gain loss -+ // dB_sel = b'010 ' 2.0 dB PA gain loss -+ // dB_sel = b'011 ' 2.5 dB PA gain loss -+ // dB_sel = b'100 ' 3.0 dB PA gain loss -+ // dB_sel = b'101 ' 3.5 dB PA gain loss -+ // dB_sel = b'110 ' 4.0 dB PA gain loss -+ ODM_Write4Byte(pDM_Odm, 0xc20+pagesel, 0x00006000); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc90+pagesel, 0x0401e038); -+ ODM_Write4Byte(pDM_Odm, 0xc94+pagesel, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc8+pagesel, 0x000c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc4+pagesel, 0x148b0000); -+ ODM_Write4Byte(pDM_Odm, 0xc8c+pagesel, 0x3c000000); -+ -+ // tx_amp ' ¨M©w Ramp ¤¤¦U©¶ªiªº®¶´T¤j¤p -+ ODM_Write4Byte(pDM_Odm, 0xc98+pagesel, 0x41382e21); -+ ODM_Write4Byte(pDM_Odm, 0xc9c+pagesel, 0x5b554f48); -+ ODM_Write4Byte(pDM_Odm, 0xca0+pagesel, 0x6f6b6661); -+ ODM_Write4Byte(pDM_Odm, 0xca4+pagesel, 0x817d7874); -+ ODM_Write4Byte(pDM_Odm, 0xca8+pagesel, 0x908c8884); -+ ODM_Write4Byte(pDM_Odm, 0xcac+pagesel, 0x9d9a9793); -+ ODM_Write4Byte(pDM_Odm, 0xcb0+pagesel, 0xaaa7a4a1); -+ ODM_Write4Byte(pDM_Odm, 0xcb4+pagesel, 0xb6b3b0ad); -+ -+ // tx_inverse ' Ramp ¤¤¦U©¶ªipower ªº­Ë¼Æ, ¥H­pºâ¥X PA ªº gain report?? -+ ODM_Write4Byte(pDM_Odm, 0xc40+pagesel, 0x02ce03e9); -+ ODM_Write4Byte(pDM_Odm, 0xc44+pagesel, 0x01fd0249); -+ ODM_Write4Byte(pDM_Odm, 0xc48+pagesel, 0x01a101c9); -+ ODM_Write4Byte(pDM_Odm, 0xc4c+pagesel, 0x016a0181); -+ ODM_Write4Byte(pDM_Odm, 0xc50+pagesel, 0x01430155); -+ ODM_Write4Byte(pDM_Odm, 0xc54+pagesel, 0x01270135); -+ ODM_Write4Byte(pDM_Odm, 0xc58+pagesel, 0x0112011c); -+ ODM_Write4Byte(pDM_Odm, 0xc5c+pagesel, 0x01000108); -+ ODM_Write4Byte(pDM_Odm, 0xc60+pagesel, 0x00f100f8); -+ ODM_Write4Byte(pDM_Odm, 0xc64+pagesel, 0x00e500eb); -+ ODM_Write4Byte(pDM_Odm, 0xc68+pagesel, 0x00db00e0); -+ ODM_Write4Byte(pDM_Odm, 0xc6c+pagesel, 0x00d100d5); -+ ODM_Write4Byte(pDM_Odm, 0xc70+pagesel, 0x00c900cd); -+ ODM_Write4Byte(pDM_Odm, 0xc74+pagesel, 0x00c200c5); -+ ODM_Write4Byte(pDM_Odm, 0xc78+pagesel, 0x00bb00be); -+ ODM_Write4Byte(pDM_Odm, 0xc7c+pagesel, 0x00b500b8); -+ -+ //============// -+ // RF setting for DPK // -+ //============// -+ -+ //pathA,pathB standby mode -+ ODM_SetRFReg(pDM_Odm, (ODM_RF_RADIO_PATH_E)0x0, 0x0, bRFRegOffsetMask, 0x10000); -+ ODM_SetRFReg(pDM_Odm, (ODM_RF_RADIO_PATH_E)0x1, 0x0, bRFRegOffsetMask, 0x10000); -+ -+ // 00[4:0] = Tx AGC, 00[9:5] = Rx AGC (BB), 00[12:10] = Rx AGC (LNA) -+ ODM_SetRFReg(pDM_Odm, (ODM_RF_RADIO_PATH_E)(0x0+path), 0x0, bRFRegOffsetMask, 0x50bff); -+ -+ -+ // 64[14:12] = loop back attenuation -+ ODM_SetRFReg(pDM_Odm, (ODM_RF_RADIO_PATH_E)(0x0+path), 0x64, bRFRegOffsetMask, 0x19aac); -+ -+ // 8f[14:13] = PGA2 gain -+ ODM_SetRFReg(pDM_Odm, (ODM_RF_RADIO_PATH_E)(0x0+path), 0x8f, bRFRegOffsetMask, 0x8e001); -+ -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcc8+pagesel, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc8+pagesel, 0x000c5599); -+ -+ -+ // delay 100 ms -+ ODM_delay_ms(100); -+ -+ -+ // read back -+ ODM_Write4Byte(pDM_Odm, 0xc90+pagesel, 0x0109f018); -+ ODM_Write4Byte(pDM_Odm, 0xcb8+pagesel, 0x09000000); -+ // ¥i¥H¦b d00[3:0] ¤¤Åª¦^, dB_sel ¤¤©Ò³]©wªº gain loss ·|¸¨¦b­þ¤@­Ó Tx AGC ³]©w -+ // Ū¦^d00[3:0] = h'1 ' Tx AGC = 15 -+ // Ū¦^d00[3:0] = h'2 ' Tx AGC = 16 -+ // Ū¦^d00[3:0] = h'3 ' Tx AGC = 17 -+ // Ū¦^d00[3:0] = h'4 ' Tx AGC = 18 -+ // Ū¦^d00[3:0] = h'5 ' Tx AGC = 19 -+ // Ū¦^d00[3:0] = h'6 ' Tx AGC = 1a -+ // Ū¦^d00[3:0] = h'7 ' Tx AGC = 1b -+ // Ū¦^d00[3:0] = h'8 ' Tx AGC = 1c -+ // Ū¦^d00[3:0] = h'9 ' Tx AGC = 1d -+ // Ū¦^d00[3:0] = h'a ' Tx AGC = 1e -+ // Ū¦^d00[3:0] = h'b ' Tx AGC = 1f -+ -+ TXindex = ODM_GetBBReg(pDM_Odm, 0xd00+regsel, 0x0000000f); -+ -+ -+ //***************************************// -+ //get LUT -+ //***************************************// -+ -+ ODM_Write4Byte(pDM_Odm, 0xc90+pagesel, 0x0001e038); -+ ODM_Write4Byte(pDM_Odm, 0xc94+pagesel, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc8+pagesel, 0x400c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc4+pagesel, 0x11930080); //0xcc4[9:4]= DPk fail threshold -+ ODM_Write4Byte(pDM_Odm, 0xc8c+pagesel, 0x3c000000); -+ -+ -+ // tx_amp ' ¨M©w Ramp ¤¤¦U©¶ªiªº®¶´T¤j¤p -+ -+ ODM_Write4Byte(pDM_Odm, 0xc98+pagesel, 0x41382e21); -+ ODM_Write4Byte(pDM_Odm, 0xc9c+pagesel, 0x5b554f48); -+ ODM_Write4Byte(pDM_Odm, 0xca0+pagesel, 0x6f6b6661); -+ ODM_Write4Byte(pDM_Odm, 0xca4+pagesel, 0x817d7874); -+ ODM_Write4Byte(pDM_Odm, 0xca8+pagesel, 0x908c8884); -+ ODM_Write4Byte(pDM_Odm, 0xcac+pagesel, 0x9d9a9793); -+ ODM_Write4Byte(pDM_Odm, 0xcb0+pagesel, 0xaaa7a4a1); -+ ODM_Write4Byte(pDM_Odm, 0xcb4+pagesel, 0xb6b3b0ad); -+ -+ // tx_inverse ' Ramp ¤¤¦U©¶ªipower ªº­Ë¼Æ, ¥H­pºâ¥X PA ªº gain -+ ODM_Write4Byte(pDM_Odm, 0xc40+pagesel, 0x02ce03e9); -+ ODM_Write4Byte(pDM_Odm, 0xc44+pagesel, 0x01fd0249); -+ ODM_Write4Byte(pDM_Odm, 0xc48+pagesel, 0x01a101c9); -+ ODM_Write4Byte(pDM_Odm, 0xc4c+pagesel, 0x016a0181); -+ ODM_Write4Byte(pDM_Odm, 0xc50+pagesel, 0x01430155); -+ ODM_Write4Byte(pDM_Odm, 0xc54+pagesel, 0x01270135); -+ ODM_Write4Byte(pDM_Odm, 0xc58+pagesel, 0x0112011c); -+ ODM_Write4Byte(pDM_Odm, 0xc5c+pagesel, 0x01000108); -+ ODM_Write4Byte(pDM_Odm, 0xc60+pagesel, 0x00f100f8); -+ ODM_Write4Byte(pDM_Odm, 0xc64+pagesel, 0x00e500eb); -+ ODM_Write4Byte(pDM_Odm, 0xc68+pagesel, 0x00db00e0); -+ ODM_Write4Byte(pDM_Odm, 0xc6c+pagesel, 0x00d100d5); -+ ODM_Write4Byte(pDM_Odm, 0xc70+pagesel, 0x00c900cd); -+ ODM_Write4Byte(pDM_Odm, 0xc74+pagesel, 0x00c200c5); -+ ODM_Write4Byte(pDM_Odm, 0xc78+pagesel, 0x00bb00be); -+ ODM_Write4Byte(pDM_Odm, 0xc7c+pagesel, 0x00b500b8); -+ -+ //fill BB TX index for the DPK reference -+ // reg82c[31] =1b'0, ¤Á´«¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083d5); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc20+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc24+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc28+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc2c+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc30+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc34+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc38+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc3c+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc40+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc44+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc48+pagesel, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc4c+pagesel, 0x3c3c3c3c); -+ -+ // reg82c[31] =1b'1, ¤Á´«¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083d5); -+ -+ -+ -+ // r_agc_boudary -+ // PA gain = 11 ¹ïÀ³ tx_agc ±q1f ¨ì11 boundary = b'11111 ' PageC1 ªº bc0[4:0] = 11111 -+ // PA gain = 10 ¹ïÀ³ tx_agc ±q11 ¨ì11 ? boundary = b'10011 ' PageC1 ªº bc0[9:5] = 10001 -+ // PA gain = 01 ¹ïÀ³ tx_agc ±q10 ¨ì0e ? boundary = b'10000 ' PageC1 ªº bc0[14:10] = 10000 -+ // PA gain = 00 ¹ïÀ³ tx_agc ±q0d ¨ì00 ? boundary = b'01101 ' PageC1 ªº bc0[19:15] = 01101 -+ ODM_Write4Byte(pDM_Odm, 0xcbc+pagesel, 0x0006c23f); -+ -+ // r_bnd, ¥t¥~4¶ô PWSF (power scaling factor) ªº boundary, ¦]¬°¥Ø«e¥u¦³¦b PA gain = 11 ®É¤~°µ¸ÉÀv, ©Ò¥H³]¦¨ h'fffff §Y¥i. -+ ODM_Write4Byte(pDM_Odm, 0xcb8+pagesel, 0x000fffff); -+ -+ //============// -+ // RF setting for DPK // -+ //============// -+ // 00[4:0] = Tx AGC, 00[9:5] = Rx AGC (BB), 00[12:10] = Rx AGC (LNA) -+ // ¦¹³B reg00[4:0] = h'1d, ¬O¥Ñ«e­± gain loss function ±o¨ìªºµ²ªG. -+ ODM_SetRFReg(pDM_Odm, (ODM_RF_RADIO_PATH_E)(0x0+path), 0x0, bRFRegOffsetMask, 0x517e0 | TXindex); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RF 0x0 = 0x%x\n", 0x517e0 | TXindex)); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcc8+pagesel, 0xc00c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc8+pagesel, 0x400c5599); -+ -+ // delay 100 ms -+ ODM_delay_ms(100); -+ -+ // read back dp_fail report -+ ODM_Write4Byte(pDM_Odm, 0xcb8+pagesel, 0x00000000); -+ -+ //if d00[6] = 1, DPK fail -+ if(ODM_GetBBReg(pDM_Odm, 0xd00+regsel, BIT6)) -+ { -+ //bypass DPK -+ ODM_Write4Byte(pDM_Odm, 0xcc4+pagesel, 0x28848000); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path %s DPK fail!!!!!!!!!!!!!!!!!!!!!\n", (path==0)?"A":"B")); -+ -+ return; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("path %s DPK ok!!!!!!!!!!!!!!!!!!!!!\n", (path==0)?"A":"B")); -+ -+ -+ -+ //read LMS table -->debug message only -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("read LMS\n")); -+ -+ for(i=0;i<8;i++){ -+ ODM_Write4Byte(pDM_Odm, 0xc90+pagesel, 0x0601f0b8+i); -+ for(j=0;j<4;j++){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8+pagesel, 0x09000000+(j<<24)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0x%x", ODM_Read4Byte(pDM_Odm, 0xd00+regsel))); -+ } -+ } -+ -+ -+ //***************************************// -+ //get gain loss -+ //***************************************// -+ -+ _DPK_GetGainLoss(pDM_Odm,path); -+ -+ -+ //***************************************// -+ //Enable DP -+ //***************************************// -+ -+ _DPK_EnableDP(pDM_Odm, path, TXindex); -+ -+ -+} -+ -+ -+} -+ -+ -+ -+VOID -+phy_DPCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte backupRegAddrs[] = { -+ 0x970, 0xcb8, 0x838, 0xc00, 0x90c, 0xb00, 0xc94, 0x82c, 0x520, 0xc60, // 10 -+ 0xc64, 0xc68, 0xc6c, 0xc70, 0xc74, 0xc78, 0xc7c, 0xc80, 0xc84, 0xc50, // 20 -+ 0xc20, 0xc24, 0xc28, 0xc2c, 0xc30, 0xc34, 0xc38, 0xc3c, 0xc40, 0xc44, // 30 -+ 0xc48, 0xc4c, 0xe50, 0xe20, 0xe24, 0xe28, 0xe2c, 0xe30, 0xe34, 0xe38, // 40 -+ 0xe3c, 0xe40, 0xe44, 0xe48, 0xe4c, 0xeb8, 0xe00, 0xe94, 0xe60, 0xe64, //50 -+ 0xe68, 0xe6c, 0xe70, 0xe74, 0xe78, 0xe7c, 0xe80, 0xe84 -+ }; -+ -+ u4Byte backupRegData[sizeof(backupRegAddrs)/sizeof(u4Byte)]; -+ -+ -+ //backup BB&MAC default value -+ -+ _DPK_parabackup(pDM_Odm, backupRegData, backupRegAddrs, sizeof(backupRegAddrs)/sizeof(u4Byte)); -+ -+ //set global parameters -+ _DPK_Globalparaset(pDM_Odm); -+ -+ //DPK -+ _DPK_pathABDPK(pDM_Odm); -+ -+ // TH_DPK=thermalmeter -+ -+ -+ //reload BB&MAC defaul value; -+ _DPK_parareload(pDM_Odm, backupRegData, backupRegAddrs, sizeof(backupRegAddrs)/sizeof(u4Byte)); -+ -+} -+ -+VOID -+PHY_DPCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ pDM_Odm->DPK_Done = TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> PHY_DPCalibrate_8812A\n")); -+ phy_DPCalibrate_8812A(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== PHY_DPCalibrate_8812A\n")); -+} -+ -+ -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_ce.h 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,106 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PHY_RF_8812A_H__ -+#define __HAL_PHY_RF_8812A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define IQK_DELAY_TIME_8812A 10 //ms -+#define IQK_DEFERRED_TIME_8812A 4 //sec -+#define index_mapping_NUM_8812A 15 -+#define AVG_THERMAL_NUM_8812A 4 -+#define RF_T_METER_8812A 0x42 -+ -+ -+void ConfigureTxpowerTrack_8812A( -+ PTXPWRTRACK_CFG pConfig -+ ); -+ -+VOID -+GetDeltaSwingTable_8812A( -+ IN PVOID pDM_VOID, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+ ); -+ -+void DoIQK_8812A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ); -+ -+VOID -+ODM_TxPwrTrackSetPwr8812A( -+ PVOID pDM_VOID, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ); -+ -+//1 7. IQK -+ -+void -+PHY_IQCalibrate_8812A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+); -+ -+ -+// -+// LC calibrate -+// -+void -+PHY_LCCalibrate_8812A( -+ PVOID pDM_VOID -+); -+ -+// -+// AP calibrate -+// -+void -+PHY_APCalibrate_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN s1Byte delta); -+void -+PHY_DigitalPredistortion_8812A( IN PADAPTER pAdapter); -+ -+VOID -+PHY_DPCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+); -+VOID PHY_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain -+ ); -+ -+ -+#endif // #ifndef __HAL_PHY_RF_8812A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.c 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,2977 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+// 2010/04/25 MH Define the max tx power tracking tx agc power. -+#define ODM_TXPWRTRACK_MAX_IDX8812A 6 -+ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+//3============================================================ -+//3 Tx Power Tracking -+//3============================================================ -+ -+ -+void DoIQK_8812A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+#endif -+ -+ ODM_ResetIQKResult(pDM_Odm); -+ -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK= ThermalValue; -+ PHY_IQCalibrate_8812A(Adapter, FALSE); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: odm_TxPwrTrackSetPwr88E() -+ * -+ * Overview: 88E change all channel tx power accordign to flag. -+ * OFDM & CCK are all different. -+ * -+ * Input: NONE -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 04/23/2012 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+ODM_TxPwrTrackSetPwr8812A( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ) -+{ -+ u4Byte finalBbSwingIdx[2]; -+ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ u1Byte PwrTrackingLimit = 26; //+1.0dB -+ u1Byte TxRate = 0xFF; -+ u1Byte Final_OFDM_Swing_Index = 0; -+ u1Byte Final_CCK_Swing_Index = 0; -+ u1Byte i = 0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ if (pDM_Odm->mp_mode == TRUE) { -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ #if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(Adapter->MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(Adapter->mppriv.MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #endif -+ } else { -+ u2Byte rate = *(pDM_Odm->pForcedDataRate); -+ -+ if (!rate) { /*auto rate*/ -+ if (rate != 0xFF) { -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ TxRate = HwRateToMRate(pDM_Odm->TxRate); -+ #endif -+ } -+ } else { /*force rate*/ -+ TxRate = (u1Byte)rate; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("Power Tracking TxRate=0x%X\n", TxRate)); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("===>ODM_TxPwrTrackSetPwr8812A\n")); -+ -+ if(TxRate != 0xFF) //20130429 Mimic Modify High Rate BBSwing Limit. -+ { -+ //2 CCK -+ if((TxRate >= MGN_1M)&&(TxRate <= MGN_11M)) -+ PwrTrackingLimit = 32; //+4dB -+ //2 OFDM -+ else if((TxRate >= MGN_6M)&&(TxRate <= MGN_48M)) -+ PwrTrackingLimit = 30; //+3dB -+ else if(TxRate == MGN_54M) -+ PwrTrackingLimit = 28; //+2dB -+ //2 HT -+ else if((TxRate >= MGN_MCS0)&&(TxRate <= MGN_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_MCS3)&&(TxRate <= MGN_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_MCS5)&&(TxRate <= MGN_MCS7)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ -+ else if((TxRate >= MGN_MCS8)&&(TxRate <= MGN_MCS10)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_MCS11)&&(TxRate <= MGN_MCS12)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_MCS13)&&(TxRate <= MGN_MCS15)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ -+ //2 VHT -+ else if((TxRate >= MGN_VHT1SS_MCS0)&&(TxRate <= MGN_VHT1SS_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_VHT1SS_MCS3)&&(TxRate <= MGN_VHT1SS_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_VHT1SS_MCS5)&&(TxRate <= MGN_VHT1SS_MCS6)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ else if(TxRate == MGN_VHT1SS_MCS7) //64QAM -+ PwrTrackingLimit = 26; //+1dB -+ else if(TxRate == MGN_VHT1SS_MCS8) //256QAM -+ PwrTrackingLimit = 24; //+0dB -+ else if(TxRate == MGN_VHT1SS_MCS9) //256QAM -+ PwrTrackingLimit = 22; //-1dB -+ -+ else if((TxRate >= MGN_VHT2SS_MCS0)&&(TxRate <= MGN_VHT2SS_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_VHT2SS_MCS3)&&(TxRate <= MGN_VHT2SS_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_VHT2SS_MCS5)&&(TxRate <= MGN_VHT2SS_MCS6)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ else if(TxRate == MGN_VHT2SS_MCS7) //64QAM -+ PwrTrackingLimit = 26; //+1dB -+ else if(TxRate == MGN_VHT2SS_MCS8) //256QAM -+ PwrTrackingLimit = 24; //+0dB -+ else if(TxRate == MGN_VHT2SS_MCS9) //256QAM -+ PwrTrackingLimit = 22; //-1dB -+ -+ else -+ PwrTrackingLimit = 24; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("TxRate=0x%x, PwrTrackingLimit=%d\n", TxRate, PwrTrackingLimit)); -+ -+ -+ if (Method == BBSWING) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("===>ODM_TxPwrTrackSetPwr8812A\n")); -+ -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ finalBbSwingIdx[ODM_RF_PATH_A] = (pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A] > PwrTrackingLimit) ? PwrTrackingLimit : pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A]; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A]=%d, pDM_Odm->RealBbSwingIdx[ODM_RF_PATH_A]=%d\n", -+ pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A], finalBbSwingIdx[ODM_RF_PATH_A])); -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[finalBbSwingIdx[ODM_RF_PATH_A]]); -+ } -+ else -+ { -+ finalBbSwingIdx[ODM_RF_PATH_B] = (pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_B] > PwrTrackingLimit) ? PwrTrackingLimit : pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_B]; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_B]=%d, pDM_Odm->RealBbSwingIdx[ODM_RF_PATH_B]=%d\n", -+ pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_B], finalBbSwingIdx[ODM_RF_PATH_B])); -+ -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[finalBbSwingIdx[ODM_RF_PATH_B]]); -+ } -+ } -+ -+ else if (Method == MIX_MODE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pRFCalibrateInfo->DefaultOfdmIndex=%d, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]=%d, RF_Path = %d\n", -+ pRFCalibrateInfo->DefaultOfdmIndex, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath],RFPath )); -+ -+ Final_CCK_Swing_Index = pRFCalibrateInfo->DefaultCckIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ Final_OFDM_Swing_Index = pRFCalibrateInfo->DefaultOfdmIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ -+ if(Final_OFDM_Swing_Index > PwrTrackingLimit) //BBSwing higher then Limit -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx= Final_CCK_Swing_Index - PwrTrackingLimit; // CCK Follow the same compensate value as Path A -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index - PwrTrackingLimit; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[PwrTrackingLimit]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA= TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A Over BBSwing Limit , PwrTrackingLimit = %d , Remnant TxAGC Value = %d \n", PwrTrackingLimit, pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else if (Final_OFDM_Swing_Index < 0) -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx= Final_CCK_Swing_Index; // CCK Follow the same compensate value as Path A -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[0]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA= TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A Lower then BBSwing lower bound 0 , Remnant TxAGC Value = %d \n", pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[Final_OFDM_Swing_Index]); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A Compensate with BBSwing , Final_OFDM_Swing_Index = %d \n", Final_OFDM_Swing_Index)); -+ -+ if(pRFCalibrateInfo->Modify_TxAGC_Flag_PathA) //If TxAGC has changed, reset TxAGC again -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx= 0; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = 0; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA= FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A pDM_Odm->Modify_TxAGC_Flag = FALSE \n")); -+ } -+ } -+ } -+ -+ if (RFPath == ODM_RF_PATH_B) -+ { -+ if(Final_OFDM_Swing_Index > PwrTrackingLimit) //BBSwing higher then Limit -+ { -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index - PwrTrackingLimit; -+ -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[PwrTrackingLimit]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB= TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_B); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_B Over BBSwing Limit , PwrTrackingLimit = %d , Remnant TxAGC Value = %d \n", PwrTrackingLimit, pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else if (Final_OFDM_Swing_Index < 0) -+ { -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; -+ -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[0]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB = TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_B); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_B Lower then BBSwing lower bound 0 , Remnant TxAGC Value = %d \n", pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rB_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[Final_OFDM_Swing_Index]); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_B Compensate with BBSwing , Final_OFDM_Swing_Index = %d \n", Final_OFDM_Swing_Index)); -+ -+ if(pRFCalibrateInfo->Modify_TxAGC_Flag_PathB) //If TxAGC has changed, reset TxAGC again -+ { -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = 0; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_B); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathB = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_B pDM_Odm->Modify_TxAGC_Flag = FALSE \n")); -+ } -+ } -+ } -+ -+ } -+ else -+ { -+ return; -+ } -+} -+ -+VOID -+GetDeltaSwingTable_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+ ) -+{ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u1Byte TxRate = 0xFF; -+ u1Byte channel = pHalData->CurrentChannel; -+ -+ -+ if (pDM_Odm->mp_mode == TRUE) { -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN | ODM_CE)) -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ #if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(Adapter->MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(Adapter->mppriv.MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+ #endif -+ #endif -+ } else { -+ u2Byte rate = *(pDM_Odm->pForcedDataRate); -+ -+ if (!rate) { /*auto rate*/ -+ if (rate != 0xFF) { -+ #if (DM_ODM_SUPPORT_TYPE & ODM_WIN) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ #elif (DM_ODM_SUPPORT_TYPE & ODM_CE) -+ TxRate = HwRateToMRate(pDM_Odm->TxRate); -+ #endif -+ } -+ } else { /*force rate*/ -+ TxRate = (u1Byte)rate; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("Power Tracking TxRate=0x%X\n", TxRate)); -+ -+ if ( 1 <= channel && channel <= 14) { -+ if (IS_CCK_RATE(TxRate)) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N; -+ } else { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N; -+ } -+ } else if ( 36 <= channel && channel <= 64) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[0]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[0]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[0]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[0]; -+ } else if ( 100 <= channel && channel <= 140) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[1]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[1]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[1]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[1]; -+ } else if ( 149 <= channel && channel <= 173) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[2]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[2]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[2]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[2]; -+ } else { -+ *TemperatureUP_A = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_A = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ *TemperatureUP_B = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_B = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ } -+ -+ return; -+} -+ -+void ConfigureTxpowerTrack_8812A( -+ PTXPWRTRACK_CFG pConfig -+ ) -+{ -+ pConfig->SwingTableSize_CCK = TXSCALE_TABLE_SIZE; -+ pConfig->SwingTableSize_OFDM = TXSCALE_TABLE_SIZE; -+ pConfig->Threshold_IQK = IQK_THRESHOLD; -+ pConfig->Threshold_DPK = DPK_THRESHOLD; -+ pConfig->AverageThermalNum = AVG_THERMAL_NUM_8812A; -+ pConfig->RfPathCount = MAX_PATH_NUM_8812A; -+ pConfig->ThermalRegAddr = RF_T_METER_8812A; -+ -+ pConfig->ODM_TxPwrTrackSetPwr = ODM_TxPwrTrackSetPwr8812A; -+ pConfig->DoIQK = DoIQK_8812A; -+ pConfig->PHY_LCCalibrate = PHY_LCCalibrate_8812A; -+ pConfig->GetDeltaSwingTable = GetDeltaSwingTable_8812A; -+} -+ -+ -+#define BW_20M 0 -+#define BW_40M 1 -+#define BW_80M 2 -+ -+void _IQK_RX_FillIQC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int RX_X, -+ IN unsigned int RX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (RX_X>>1 >=0x112 || (RX_Y>>1 >= 0x12 && RX_Y>>1 <= 0x3ee)){ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, RX_Y>>1); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xc10 = %x ====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xc10))); -+ } -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (RX_X>>1 >=0x112 || (RX_Y>>1 >= 0x12 && RX_Y>>1 <= 0x3ee)){ -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, 0x100); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, 0); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, RX_Y>>1); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x====>fill to IQC\n ", RX_X>>1&0x000003ff, RX_Y>>1&0x000003ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xe10 = %x====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xe10))); -+ } -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_TX_FillIQC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int TX_X, -+ IN unsigned int TX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xc90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc8, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X&0x000007ff, TX_Y&0x000007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xcd4 = %x;;0xccc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xcd4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xccc, 0x000007ff))); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xe90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec8, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xecc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X&0x000007ff, TX_Y&0x000007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xed4 = %x;;0xecc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xed4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xecc, 0x000007ff))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_BackupMacBB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupMacBB Success!!!!\n")); -+} -+void _IQK_BackupRF_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte RFA_backup, -+ IN pu4Byte RFB_backup, -+ IN pu4Byte Backup_RF_REG, -+ IN u4Byte RF_NUM -+ ) -+{ -+ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save RF Parameters -+ for (i = 0; i < RF_NUM; i++){ -+ RFA_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG[i], bMaskDWord); -+ RFB_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, Backup_RF_REG[i], bMaskDWord); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupRF Success!!!!\n")); -+} -+void _IQK_BackupAFE_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ AFE_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_AFE_REG[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupAFE Success!!!!\n")); -+} -+void _IQK_RestoreMacBB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload MacBB Parameters -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreMacBB Success!!!!\n")); -+} -+void _IQK_RestoreRF_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN pu4Byte Backup_RF_REG, -+ IN pu4Byte RF_backup, -+ IN u4Byte RF_REG_NUM -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ for (i = 0; i < RF_REG_NUM; i++) -+ ODM_SetRFReg(pDM_Odm, Path, Backup_RF_REG[i], bRFRegOffsetMask, RF_backup[i]); -+ -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x0); -+ -+ switch(Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path A Success!!!!\n")); -+ } -+ break; -+ case ODM_RF_PATH_B: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path B Success!!!!\n")); -+ } -+ break; -+ default: -+ break; -+ } -+} -+void _IQK_RestoreAFE_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_AFE_REG[i], AFE_backup[i]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_SetBBReg(pDM_Odm, 0xc90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xcc4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xcc8, BIT(29), 0x1); -+ //ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x3c000000); -+ ODM_SetBBReg(pDM_Odm, 0xe90, BIT(7), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(18), 0x1); -+ if (!pDM_Odm->DPK_Done) -+ ODM_SetBBReg(pDM_Odm, 0xec4, BIT(29), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xec8, BIT(29), 0x1); -+ //ODM_Write4Byte(pDM_Odm, 0xeb8, 0x0); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreAFE Success!!!!\n")); -+} -+ -+ -+void _IQK_ConfigureMAC_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ // ========MAC register setting======== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x3f); -+ ODM_SetBBReg(pDM_Odm, 0x550, BIT(11)|BIT(3), 0x0); -+ ODM_Write1Byte(pDM_Odm, 0x808, 0x00); // RX ante off -+ ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off -+ ODM_Write1Byte(pDM_Odm, 0xa07, 0xf); // CCK RX Path off -+} -+ -+#define cal_num 10 -+ -+void _IQK_Tx_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte chnlIdx -+ ) -+{ -+ u1Byte delay_count; -+ u1Byte cal0_retry, cal1_retry, TX0_Average = 0, TX1_Average = 0, RX0_Average = 0, RX1_Average = 0; -+ int TX_IQC_temp[10][4], TX_IQC[4]; //TX_IQC = [TX0_X, TX0_Y,TX1_X,TX1_Y]; for 3 times -+ int RX_IQC_temp[10][4], RX_IQC[4]; //RX_IQC = [RX0_X, RX0_Y,RX1_X,RX1_Y]; for 3 times -+ BOOLEAN TX0_fail = TRUE, RX0_fail = TRUE, IQK0_ready = FALSE, TX0_finish = FALSE, RX0_finish = FALSE; -+ BOOLEAN TX1_fail = TRUE, RX1_fail = TRUE, IQK1_ready = FALSE, TX1_finish = FALSE, RX1_finish = FALSE; -+ int i, ii, dx = 0, dy = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BandWidth = %d, ExtPA5G = %d, ExtPA2G = %d\n", *pDM_Odm->pBandWidth, pDM_Odm->ExtPA5G, pDM_Odm->ExtPA)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Interface = %d, RFE_Type = %d\n", pDM_Odm->SupportInterface, pDM_Odm->RFEType)); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // ========Path-A AFE all on======== -+ // Port 0 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ // Port 1 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xe60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xe64, 0x77777777); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xe68, 0x19791979); -+ ODM_SetBBReg(pDM_Odm, 0xc00, 0xf, 0x4);// hardware 3-wire off -+ ODM_SetBBReg(pDM_Odm, 0xe00, 0xf, 0x4);// hardware 3-wire off -+ -+ // DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xc5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ ODM_SetBBReg(pDM_Odm, 0xe5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ -+ //====== Path A TX IQK RF Setting ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, bRFRegOffsetMask, 0x3fffd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, bRFRegOffsetMask, 0xfe83f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x8a001); -+ //====== Path B TX IQK RF Setting ====== -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, bRFRegOffsetMask, 0x3fffd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, bRFRegOffsetMask, 0xfe83f); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xe94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G){ -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403e3); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403f7); -+ } -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f1); -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x821403f1); -+ } -+ if (*pDM_Odm->pBandType){ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x68163e96); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x68163e96); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28163e96); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28163e96); -+ if (pDM_Odm->RFEType == 3){ -+ if (pDM_Odm->ExtPA) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ } -+ } -+ -+ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xee8, 0x00000000); -+ -+ cal0_retry = 0; -+ cal1_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ if (!TX0_finish) -+ IQK0_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if (!TX1_finish) -+ IQK1_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK0_ready && IQK1_ready) || (delay_count>20)) -+ break; -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX delay_count = %d\n", delay_count)); -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX0_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ TX1_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(12)); -+ if (!(TX0_fail || TX0_finish)){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ TX_IQC_temp[TX0_Average][0] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ TX_IQC_temp[TX0_Average][1] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X0[%d] = %x ;; TX_Y0[%d] = %x\n", TX0_Average, (TX_IQC_temp[TX0_Average][0])>>21&0x000007ff, TX0_Average, (TX_IQC_temp[TX0_Average][1])>>21&0x000007ff)); -+ /* -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x01000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x03000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ TX0_Average++; -+ } -+ else{ -+ cal0_retry++; -+ if (cal0_retry == 10) -+ break; -+ } -+ if (!(TX1_fail || TX1_finish)){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x02000000); -+ TX_IQC_temp[TX1_Average][2] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x04000000); -+ TX_IQC_temp[TX1_Average][3] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X1[%d] = %x ;; TX_Y1[%d] = %x\n", TX1_Average, (TX_IQC_temp[TX1_Average][2])>>21&0x000007ff, TX1_Average, (TX_IQC_temp[TX1_Average][3])>>21&0x000007ff)); -+ /* -+ int reg1 = 0, reg2 = 0, Image_Power = 0; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x01000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x02000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x03000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x04000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ TX1_Average++; -+ } -+ else{ -+ cal1_retry++; -+ if (cal1_retry == 10) -+ break; -+ } -+ } -+ else{ -+ cal0_retry++; -+ cal1_retry++; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay 20ms TX IQK Not Ready!!!!!\n")); -+ if (cal0_retry == 10) -+ break; -+ } -+ if (TX0_Average >= 2){ -+ for (i = 0; i < TX0_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_IQC_temp[ii][0]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (TX_IQC_temp[i][1]>>21) - (TX_IQC_temp[ii][1]>>21); -+ if (dy < 4 && dy > -4){ -+ TX_IQC[0] = ((TX_IQC_temp[i][0]>>21) + (TX_IQC_temp[ii][0]>>21))/2; -+ TX_IQC[1] = ((TX_IQC_temp[i][1]>>21) + (TX_IQC_temp[ii][1]>>21))/2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXA_X = %x;;TXA_Y = %x\n", TX_IQC[0]&0x000007ff, TX_IQC[1]&0x000007ff)); -+ TX0_finish = TRUE; -+ } -+ } -+ } -+ } -+ } -+ if (TX1_Average >= 2){ -+ for (i = 0; i < TX1_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_IQC_temp[ii][2]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (TX_IQC_temp[i][3]>>21) - (TX_IQC_temp[ii][3]>>21); -+ if (dy < 4 && dy > -4){ -+ TX_IQC[2] = ((TX_IQC_temp[i][2]>>21) + (TX_IQC_temp[ii][2]>>21))/2; -+ TX_IQC[3] = ((TX_IQC_temp[i][3]>>21) + (TX_IQC_temp[ii][3]>>21))/2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXB_X = %x;;TXB_Y = %x\n", TX_IQC[2]&0x000007ff, TX_IQC[3]&0x000007ff)); -+ TX1_finish = TRUE; -+ } -+ } -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX0_Average = %d, TX1_Average = %d\n", TX0_Average, TX1_Average)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX0_finish = %d, TX1_finish = %d\n", TX0_finish, TX1_finish)); -+ if (TX0_finish && TX1_finish) -+ break; -+ if ((cal0_retry + TX0_Average) >= 10 || (cal1_retry + TX1_Average) >= 10 ) -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXA_cal_retry = %d\n", cal0_retry)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TXB_cal_retry = %d\n", cal1_retry)); -+ -+ -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8, 0xffc00)); // Load LOK -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8, 0xffc00)); // Load LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (TX0_finish){ -+ //====== Path A RX IQK RF Setting====== -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x65, bRFRegOffsetMask, 0x931d1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0xef, bRFRegOffsetMask, 0x00000); -+ } -+ if (TX1_finish){ -+ //====== Path B RX IQK RF Setting====== -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x31, bRFRegOffsetMask, 0x3f7ff); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x32, bRFRegOffsetMask, 0xfe7bf); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x65, bRFRegOffsetMask, 0x931d1); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0xef, bRFRegOffsetMask, 0x00000); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ if (pDM_Odm->SupportInterface == ODM_ITRF_PCIE) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ else -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a890); -+ //ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a890); -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xcb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xcb4, 0x00000077); -+ ODM_Write4Byte(pDM_Odm, 0xeb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xeb4, 0x00000077); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xcb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xcb4, 0x02000077); -+ ODM_Write4Byte(pDM_Odm, 0xeb0, 0x77777717); -+ ODM_Write4Byte(pDM_Odm, 0xeb4, 0x02000077); -+ } -+ -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ if (TX0_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x82140119); -+ } -+ if (TX1_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xe80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xe84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xe88, 0x82140119); -+ } -+ cal0_retry = 0; -+ cal1_retry = 0; -+ while(1){ -+ // one shot -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ if (TX0_finish){ -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_IQC[0])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_IQC[1])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161500); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160cc0); -+ } -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00300000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000); -+ ODM_delay_ms(5); //Delay 5ms -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ } -+ if (TX1_finish){ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_IQC[2])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_IQC[3])&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ if (pDM_Odm->RFEType == 1){ -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28161500); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x28160ca0); -+ } -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00300000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_delay_ms(5); //Delay 5ms -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ } -+ delay_count = 0; -+ while (1){ -+ if (!RX0_finish && TX0_finish) -+ IQK0_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if (!RX1_finish && TX1_finish) -+ IQK1_ready = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(10)); -+ if ((IQK0_ready && IQK1_ready)||(delay_count>20)) -+ break; -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX delay_count = %d\n", delay_count)); -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX0_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ RX1_fail = (BOOLEAN) ODM_GetBBReg(pDM_Odm, 0xd40, BIT(11)); -+ if (!(RX0_fail || RX0_finish) && TX0_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ RX_IQC_temp[RX0_Average][0] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ RX_IQC_temp[RX0_Average][1] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[%d] = %x ;; RX_Y0[%d] = %x\n", RX0_Average, (RX_IQC_temp[RX0_Average][0])>>21&0x000007ff, RX0_Average, (RX_IQC_temp[RX0_Average][1])>>21&0x000007ff)); -+/* -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+*/ -+ RX0_Average++; -+ } -+ else{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("1. RXA_cal_retry = %d\n", cal0_retry)); -+ cal0_retry++; -+ if (cal0_retry == 10) -+ break; -+ } -+ if (!(RX1_fail || RX1_finish) && TX1_finish){ -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x06000000); -+ RX_IQC_temp[RX1_Average][2] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x08000000); -+ RX_IQC_temp[RX1_Average][3] = ODM_GetBBReg(pDM_Odm, 0xd40, 0x07ff0000)<<21; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X1[%d] = %x ;; RX_Y1[%d] = %x\n", RX1_Average, (RX_IQC_temp[RX1_Average][2])>>21&0x000007ff, RX1_Average, (RX_IQC_temp[RX1_Average][3])>>21&0x000007ff)); -+/* -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd40, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd40, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+*/ -+ RX1_Average++; -+ } -+ else{ -+ cal1_retry++; -+ if (cal1_retry == 10) -+ break; -+ } -+ -+ } -+ else{ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("2. RXA_cal_retry = %d\n", cal0_retry)); -+ cal0_retry++; -+ cal1_retry++; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay 20ms RX IQK Not Ready!!!!!\n")); -+ if (cal0_retry == 10) -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("3. RXA_cal_retry = %d\n", cal0_retry)); -+ if (RX0_Average >= 2){ -+ for (i = 0; i < RX0_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_IQC_temp[ii][0]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_IQC_temp[i][1]>>21) - (RX_IQC_temp[ii][1]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_IQC[0]= ((RX_IQC_temp[i][0]>>21) + (RX_IQC_temp[ii][0]>>21))/2; -+ RX_IQC[1] = ((RX_IQC_temp[i][1]>>21) + (RX_IQC_temp[ii][1]>>21))/2; -+ RX0_finish = TRUE; -+ break; -+ } -+ } -+ } -+ } -+ } -+ if (RX1_Average >= 2){ -+ for (i = 0; i < RX1_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_IQC_temp[ii][2]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_IQC_temp[i][3]>>21) - (RX_IQC_temp[ii][3]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_IQC[2] = ((RX_IQC_temp[i][2]>>21) + (RX_IQC_temp[ii][2]>>21))/2; -+ RX_IQC[3] = ((RX_IQC_temp[i][3]>>21) + (RX_IQC_temp[ii][3]>>21))/2; -+ RX1_finish = TRUE; -+ break; -+ } -+ } -+ } -+ } -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX0_Average = %d, RX1_Average = %d\n", RX0_Average, RX1_Average)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX0_finish = %d, RX1_finish = %d\n", RX0_finish, RX1_finish)); -+ if ((RX0_finish|| !TX0_finish) && (RX1_finish || !TX1_finish) ) -+ break; -+ if ((cal0_retry + RX0_Average) >= 10 || (cal1_retry + RX1_Average) >= 10 || RX0_Average == 3 || RX1_Average == 3) -+ break; -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXA_cal_retry = %d\n", cal0_retry)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RXB_cal_retry = %d\n", cal1_retry)); -+ -+ -+ // FillIQK Result -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_A =======\n")); -+ -+ if (TX0_finish){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, TX_IQC[0], TX_IQC[1]); -+ } -+ else{ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, 0x200, 0x0); -+ } -+ -+ -+ -+ if (RX0_finish){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, RX_IQC[0], RX_IQC[1]); -+ } -+ else{ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_A, 0x200, 0x0); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_B =======\n")); -+ -+ if (TX1_finish){ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, TX_IQC[2], TX_IQC[3]); -+ } -+ else{ -+ _IQK_TX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, 0x200, 0x0); -+ } -+ -+ -+ -+ if (RX1_finish){ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, RX_IQC[2], RX_IQC[3]); -+ } -+ else{ -+ _IQK_RX_FillIQC_8812A(pDM_Odm, ODM_RF_PATH_B, 0x200, 0x0); -+ } -+ -+ -+ -+} -+ -+#define MACBB_REG_NUM 9 -+#define AFE_REG_NUM 12 -+#define RF_REG_NUM 3 -+ -+// Maintained by BB James. -+VOID -+phy_IQCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Channel -+ ) -+{ -+ u4Byte MACBB_backup[MACBB_REG_NUM], AFE_backup[AFE_REG_NUM], RFA_backup[RF_REG_NUM], RFB_backup[RF_REG_NUM]; -+ u4Byte Backup_MACBB_REG[MACBB_REG_NUM] = {0x520, 0x550, 0x808, 0xa04, 0x90c, 0xc00, 0xe00, 0x838, 0x82c}; -+ u4Byte Backup_AFE_REG[AFE_REG_NUM] = {0xc5c, 0xc60, 0xc64, 0xc68, 0xcb0, 0xcb4, -+ 0xe5c, 0xe60, 0xe64, 0xe68, 0xeb0, 0xeb4}; -+ u4Byte Reg_C1B8, Reg_E1B8; -+ u4Byte Backup_RF_REG[RF_REG_NUM] = {0x65, 0x8f, 0x0}; -+ u1Byte chnlIdx = GetRightChnlPlaceforIQK(Channel); -+ -+ _IQK_BackupMacBB_8812A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ Reg_C1B8 = ODM_Read4Byte(pDM_Odm, 0xcb8); -+ Reg_E1B8 = ODM_Read4Byte(pDM_Odm, 0xeb8); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ _IQK_BackupAFE_8812A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ _IQK_BackupRF_8812A(pDM_Odm, RFA_backup, RFB_backup, Backup_RF_REG, RF_REG_NUM); -+ -+ _IQK_ConfigureMAC_8812A(pDM_Odm); -+ _IQK_Tx_8812A(pDM_Odm, chnlIdx); -+ _IQK_RestoreRF_8812A(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG, RFA_backup, RF_REG_NUM); -+ _IQK_RestoreRF_8812A(pDM_Odm, ODM_RF_PATH_B, Backup_RF_REG, RFB_backup, RF_REG_NUM); -+ -+ _IQK_RestoreAFE_8812A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, Reg_C1B8); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, Reg_E1B8); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); -+ _IQK_RestoreMacBB_8812A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ -+ -+} -+ -+VOID -+phy_LCCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN is2T -+ ) -+{ -+ u4Byte /*RF_Amode=0, RF_Bmode=0,*/ LC_Cal = 0, tmp = 0; -+ -+ //Check continuous TX and Packet TX -+ u4Byte reg0x914 = ODM_Read4Byte(pDM_Odm, rSingleTone_ContTx_Jaguar);; -+ -+ // Backup RF reg18. -+ LC_Cal = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask); -+ -+ if((reg0x914 & 0x70000) != 0) //If contTx, disable all continuous TX. 0x914[18:16] -+ // <20121121, Kordan> A workaround: If we set 0x914[18:16] as zero, BB turns off ContTx -+ // until another packet comes in. To avoid ContTx being turned off, we skip this step. -+ ;//ODM_Write4Byte(pDM_Odm, rSingleTone_ContTx_Jaguar, reg0x914 & (~0x70000)); -+ else // If packet Tx-ing, pause Tx. -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE_8812A, 0xFF); -+ -+ -+/* -+ //3 1. Read original RF mode -+ RF_Amode = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask); -+ if(is2T) -+ RF_Bmode = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_AC, bRFRegOffsetMask); -+ -+ -+ //3 2. Set RF mode = standby mode -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask, (RF_Amode&0x8FFFF)|0x10000); -+ if(is2T) -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_AC, bRFRegOffsetMask, (RF_Bmode&0x8FFFF)|0x10000); -+*/ -+ -+ // Enter LCK mode -+ tmp = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask, tmp | BIT14); -+ -+ //3 3. Read RF reg18 -+ LC_Cal = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask); -+ -+ //3 4. Set LC calibration begin bit15 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, LC_Cal|0x08000); -+ -+ ODM_delay_ms(150); // suggest by RFSI Binson -+ -+ // Leave LCK mode -+ tmp = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_LCK, bRFRegOffsetMask, tmp & ~BIT14); -+ -+ //3 Restore original situation -+ if((reg0x914 & 70000) != 0) //Deal with contisuous TX case, 0x914[18:16] -+ { -+ // <20121121, Kordan> A workaround: If we set 0x914[18:16] as zero, BB turns off ContTx -+ // until another packet comes in. To avoid ContTx being turned off, we skip this step. -+ //ODM_Write4Byte(pDM_Odm, rSingleTone_ContTx_Jaguar, reg0x914); -+ } -+ else // Deal with Packet TX case -+ { -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE_8812A, 0x00); -+ } -+ -+ // Recover channel number -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, bRFRegOffsetMask, LC_Cal); -+ -+ /* -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_AC, bRFRegOffsetMask, RF_Amode); -+ if(is2T) -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_AC, bRFRegOffsetMask, RF_Bmode); -+ */ -+ -+} -+ -+ -+ -+ -+ -+#define DP_BB_REG_NUM 7 -+#define DP_RF_REG_NUM 1 -+#define DP_RETRY_LIMIT 10 -+#define DP_PATH_NUM 2 -+#define DP_DPK_NUM 3 -+#define DP_DPK_VALUE_NUM 2 -+ -+VOID -+phy_ReloadIQKSetting_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Channel -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ u1Byte chnlIdx = GetRightChnlPlaceforIQK(Channel); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][0]&0x7ff); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][0]&0x7ff0000)>>16); -+ ODM_SetBBReg(pDM_Odm, 0xecc, 0x000007ff, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][2]&0x7ff); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0x000007ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][2]&0x7ff0000)>>16); -+ -+ if (*pDM_Odm->pBandWidth != 2){ -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xee8, 0x0); -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xce8, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][4]); -+ ODM_Write4Byte(pDM_Odm, 0xee8, pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][5]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][1]&0x7ff0000)>>17); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][1]&0x7ff)>>1); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][3]&0x7ff0000)>>17); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x03ff0000, (pRFCalibrateInfo->IQKMatrixRegSetting[chnlIdx].Value[*pDM_Odm->pBandWidth][3]&0x7ff)>>1); -+ -+ -+} -+ -+VOID -+PHY_ResetIQKResult_8812A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ ODM_SetBBReg(pDM_Odm, 0xecc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0x000007ff, 0x200); -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xee8, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+ ODM_SetBBReg(pDM_Odm, 0xe10, 0x000003ff, 0x100); -+} -+ -+VOID -+phy_IQCalibrate_By_FW_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ -+ u1Byte IQKcmd[3] = {*pDM_Odm->pChannel, 0x0, 0x0}; -+ u1Byte Buf1 = 0x0; -+ u1Byte Buf2 = 0x0; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+//Byte 2, Bit 4 ~ Bit 5 : BandType -+ if(*pDM_Odm->pBandType) -+ Buf1 = 0x2<<4; -+ else -+ Buf1 = 0x1<<4; -+ -+//Byte 2, Bit 0 ~ Bit 3 : Bandwidth -+ if(*pDM_Odm->pBandWidth == ODM_BW20M) -+ Buf2 = 0x1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW40M) -+ Buf2 = 0x1<<1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW80M) -+ Buf2 = 0x1<<2; -+ else -+ Buf2 = 0x1<<3; -+ -+ IQKcmd[1] = Buf1 | Buf2; -+ IQKcmd[2] = pDM_Odm->ExtPA5G | pDM_Odm->ExtPA<<1 | pDM_Odm->SupportInterface<<2 | pDM_Odm->RFEType<<5; -+ -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK Start ==\n")); -+ pRFCalibrateInfo->IQK_StartTime = 0; -+ pRFCalibrateInfo->IQK_StartTime = ODM_GetCurrentTime(pDM_Odm); -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== StartTime: %u\n", pRFCalibrateInfo->IQK_StartTime)); -+ -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_IQ_CALIBRATION, 3, IQKcmd); -+ -+ -+} -+ -+VOID -+PHY_IQCalibrate_8812A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+ ) -+{ -+ u4Byte counter = 0; -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ #else // (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ #endif -+#endif -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+#if (MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ #endif -+#endif//(MP_DRIVER == 1) -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE) ) -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+#endif -+ //pMgntInfo->RegIQKFWOffload = (u1Byte)ODM_GetBBReg( pDM_Odm, 0x444, BIT8); -+#if MP_DRIVER == 1 -+ -+ // Add to determine IQK ON/OFF in certain case, Suggested by Cheng. -+ if (!pHalData->IQK_MP_Switch) -+ return; -+ -+ -+ if( ! (pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) ) -+#endif -+ { -+ -+ //3 == FW IQK == -+ if(pMgntInfo->RegIQKFWOffload) -+ { -+ if ( ! pRFCalibrateInfo->bIQKInProgress) -+ { -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = TRUE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ -+ phy_IQCalibrate_By_FW_8812A(pDM_Odm); -+ } -+ else -+ { -+ for(counter = 0; counter < 10; counter++){ -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK IN PROGRESS == #%d\n", counter)); -+ delay_ms(50); -+ if ( ! pRFCalibrateInfo->bIQKInProgress) -+ { -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK RETURN FROM WAITING ==\n")); -+ break; -+ } -+ } -+ -+ if (pRFCalibrateInfo->bIQKInProgress) -+ { -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK TIMEOUT (Still in progress after 500ms) ==\n")); -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = FALSE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ } -+ else -+ { -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = TRUE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ phy_IQCalibrate_By_FW_8812A(pDM_Odm); -+ } -+ -+ -+ } -+ } -+ //3 == Driver IQK == -+ else -+ { -+ if ( ! pRFCalibrateInfo->bIQKInProgress) -+ { -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = TRUE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ -+ //RT_TRACE(COMP_P2P, DBG_LOUD, ("1 %s: KeGetCurrentIrql(): %d\n", __FUNCTION__, KeGetCurrentIrql())); -+ phy_IQCalibrate_8812A(pDM_Odm, pHalData->CurrentChannel); -+ //RT_TRACE(COMP_P2P, DBG_LOUD, ("3 %s: KeGetCurrentIrql(): %d\n", __FUNCTION__, KeGetCurrentIrql())); -+ -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = FALSE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ } -+ } -+ -+ -+ } -+ -+} -+ -+ -+VOID -+PHY_LCCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ -+#if (MP_DRIVER == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+#else -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+#endif -+#endif -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> PHY_LCCalibrate_8812A\n")); -+ -+#if (MP_DRIVER == 1) -+ phy_LCCalibrate_8812A(pDM_Odm, TRUE); -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== PHY_LCCalibrate_8812A\n")); -+ -+} -+ -+VOID phy_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain, -+ IN BOOLEAN is2T -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ #if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ #endif -+ -+#endif -+ -+ if (IS_HARDWARE_TYPE_8821(pAdapter)) -+ { -+ if(bMain) -+ ODM_SetBBReg(pDM_Odm, rA_RFE_Pinmux_Jaguar+4, BIT29|BIT28, 0x1); //Main -+ else -+ ODM_SetBBReg(pDM_Odm, rA_RFE_Pinmux_Jaguar+4, BIT29|BIT28, 0x2); //Aux -+ } -+ else if (IS_HARDWARE_TYPE_8812(pAdapter)) -+ { -+ if (pHalData->RFEType == 5) -+ { -+ if(bMain) { -+ // WiFi -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x2); -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x3); -+ } else { -+ // BT -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x1); -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x3); -+ } -+ } -+ else if (pHalData->RFEType == 1) -+ { // <131224, VincentL> When RFEType == 1 also Set 0x900, suggested by RF Binson. -+ if(bMain) { -+ // WiFi -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x2); -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x3); -+ } else { -+ // BT -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT1|BIT0, 0x1); -+ ODM_SetBBReg(pDM_Odm, r_ANTSEL_SW_Jaguar, BIT9|BIT8, 0x3); -+ } -+ } -+ -+ } -+ -+} -+VOID PHY_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain -+ ) -+{ -+ -+#if DISABLE_BB_RF -+ return; -+#endif -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ -+ phy_SetRFPathSwitch_8812A(pAdapter, bMain, TRUE); -+ -+#endif -+} -+ -+s4Byte -+_Sign( -+ IN u4Byte Number -+ ) -+{ -+ if ((Number & BIT10) == BIT10) {// Negative -+ Number &= (~0xFFFFFC00); // [9:0] -+ Number = ~Number; -+ Number &= (~0xFFFFFC00); // [9:0] -+ Number += 1; -+ Number &= (~0xFFFFF800); // [10:0] -+ return -1 * Number; -+ } else { // Positive -+ return (s4Byte)Number; -+ } -+} -+ -+ -+VOID -+_DPK_MacBBBackup_PathA( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN OUT pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ BackupRegData[i] = ODM_Read4Byte(pDM_Odm, BackupRegAddr[i]); -+} -+VOID -+_DPK_MacBBRestore_PathA( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ ODM_Write4Byte(pDM_Odm, BackupRegAddr[i], BackupRegData[i]); -+} -+ -+ -+VOID -+_DPK_RFBackup_PathA( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN ODM_RF_RADIO_PATH_E RFPath, -+ IN OUT pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ BackupRegData[i] = ODM_GetRFReg(pDM_Odm, RFPath, BackupRegAddr[i], bRFRegOffsetMask); -+} -+ -+VOID -+_DPK_RFRestore_PathA( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN ODM_RF_RADIO_PATH_E RFPath, -+ IN pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ ODM_SetRFReg(pDM_Odm, RFPath, BackupRegAddr[i], bRFRegOffsetMask, BackupRegData[i]); -+} -+ -+ -+ -+s4Byte -+_ComputeLoopBackGain_PathA( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ // compute loopback gain -+ // ­pºâtmpLBGain ¥Î¨ìªºfunction hex2dec() ¬O±N twos complementªº¤Q¤»¶i¦ìÂন¤Q¶i¦ì, ¤Q¤»¶i¦ìªº®æ¦¡¬°s11.10 -+ // Á|¨Ò1, d00[10:0] = h'3ff, ¸g¹L hex2dec(h'3ff) = 1023, -+ // Á|¨Ò2, d00[10:0] = h'400, ¸g¹L hex2dec(h'400) = -1024, -+ // Á|¨Ò3, d00[10:0] = h'0A9, ¸g¹L hex2dec(h'0A9) = 169, -+ // Á|¨Ò4, d00[10:0] = h'54c, ¸g¹L hex2dec(h'54c) = -692, -+ // Á|¨Ò5, d00[10:0] = h'7ff, ¸g¹L hex2dec(h'7ff) = -1, -+ u4Byte reg0xD00_26_16 = ODM_GetBBReg(pDM_Odm, 0xD00, 0x7FF0000); -+ u4Byte reg0xD00_10_0 = ODM_GetBBReg(pDM_Odm, 0xD00, 0x7FF); -+ -+ s4Byte tmpLBGain = _Sign(reg0xD00_26_16)*_Sign(reg0xD00_26_16) + _Sign(reg0xD00_10_0)*_Sign(reg0xD00_10_0); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _ComputeLoopBackGain_PathA, tmpLBGain = 0x%X\n", tmpLBGain)); -+ -+ return tmpLBGain; -+} -+ -+ -+BOOLEAN -+_FineTuneLoopBackGain_PathA( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte DpkTxAGC -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ s4Byte tmpLBGain = 0; -+ -+ u4Byte rf0x64_orig = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x64, 0x7); -+ u4Byte rf0x64_new = rf0x64_orig; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _FineTuneLoopBackGain\n")); -+ -+ do { -+ // RF setting -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, DpkTxAGC); -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x0101f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ tmpLBGain = _ComputeLoopBackGain_PathA(pDM_Odm); -+ -+ if ((rf0x64_new == (BIT2|BIT1|BIT0)) || (rf0x64_new == 0)) { -+ //printf('DPK Phase 1 failed'); -+ pRFCalibrateInfo->bDPKFail = TRUE; -+ break; -+ //Go to DPK Phase 5 -+ } else { -+ if (tmpLBGain < 263390) {// fine tune loopback path gain: newReg64[2:0] = reg64[2:0] - 3b'001 -+ rf0x64_new -= 1; -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x64, 0x7, rf0x64_new); -+ -+ } else if (tmpLBGain > 661607) {// fine tune loopback path gain: newReg64 [2:0] = reg64[2:0] + 3b'001 -+ rf0x64_new += 1; -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x64, 0x7, rf0x64_new); -+ -+ } else { -+ pRFCalibrateInfo->bDPKFail = FALSE; -+ } -+ } -+ -+ } while (tmpLBGain < 263390 || 661607 < tmpLBGain); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _FineTuneLoopBackGain\n")); -+ -+ return pRFCalibrateInfo->bDPKFail ? FALSE : TRUE; -+ -+} -+ -+ -+ -+VOID -+_DPK_Init_PathA( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_Init\n")); -+ -+ //TX pause -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x7f); -+ -+ // reg82c[31] = b'0, ¤Á´«¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ // AFE setting -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ // external TRSW ¤Á¨ì T -+ ODM_Write4Byte(pDM_Odm, 0xcb0, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xcb4, 0x01000077); -+ -+ // hardware 3-wire off -+ ODM_Write4Byte(pDM_Odm, 0xc00, 0x00000004); -+ -+ // CCA off -+ ODM_Write4Byte(pDM_Odm, 0x838, 0x16C89B4c); -+ -+ //90c[15]: dac fifo reset by CSWU -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ -+ // r_gothrough_iqkdpk -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0x0100005D); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // IQK Amp off -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ -+ // tx_amp -+ ODM_Write4Byte(pDM_Odm, 0xc98, 0x41382e21); -+ ODM_Write4Byte(pDM_Odm, 0xc9c, 0x5b554f48); -+ ODM_Write4Byte(pDM_Odm, 0xca0, 0x6f6b6661); -+ ODM_Write4Byte(pDM_Odm, 0xca4, 0x817d7874); -+ ODM_Write4Byte(pDM_Odm, 0xca8, 0x908c8884); -+ ODM_Write4Byte(pDM_Odm, 0xcac, 0x9d9a9793); -+ ODM_Write4Byte(pDM_Odm, 0xcb0, 0xaaa7a4a1); -+ ODM_Write4Byte(pDM_Odm, 0xcb4, 0xb6b3b0ad); -+ -+ // tx_inverse -+ ODM_Write4Byte(pDM_Odm, 0xc40, 0x02ce03e9); -+ ODM_Write4Byte(pDM_Odm, 0xc44, 0x01fd0249); -+ ODM_Write4Byte(pDM_Odm, 0xc48, 0x01a101c9); -+ ODM_Write4Byte(pDM_Odm, 0xc4c, 0x016a0181); -+ ODM_Write4Byte(pDM_Odm, 0xc50, 0x01430155); -+ ODM_Write4Byte(pDM_Odm, 0xc54, 0x01270135); -+ ODM_Write4Byte(pDM_Odm, 0xc58, 0x0112011c); -+ ODM_Write4Byte(pDM_Odm, 0xc5c, 0x01000108); -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x00f100f8); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x00e500eb); -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x00db00e0); -+ ODM_Write4Byte(pDM_Odm, 0xc6c, 0x00d100d5); -+ ODM_Write4Byte(pDM_Odm, 0xc70, 0x00c900cd); -+ ODM_Write4Byte(pDM_Odm, 0xc74, 0x00c200c5); -+ ODM_Write4Byte(pDM_Odm, 0xc78, 0x00bb00be); -+ ODM_Write4Byte(pDM_Odm, 0xc7c, 0x00b500b8); -+ -+ // reg82c[31] = b'0, ¤Á´«¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ pRFCalibrateInfo->bDPKFail = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_Init\n")); -+ -+} -+ -+ -+BOOLEAN -+_DPK_AdjustRFGain_PathA( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ s4Byte tmpLBGain = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_AdjustRFGain\n")); -+ -+ // RF setting -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, 0x50bfc); -+ // Attn: A mode @ reg64[2:0], G mode @ reg56 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x64, bRFRegOffsetMask, 0x19aac); -+ // PGA gain: RF reg8f[14:13] -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x8a001); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x000c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x11838000); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0xFFF000, 0x100); // ±Ncd4[23:12] §ï¦¨ h'100, ¨ä¥¦¦ì¤¸½Ð«O¯d­ì­È¤£­n¼g¨ì -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x0101f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // read back Loopback Gain -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x09000000); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ tmpLBGain = _ComputeLoopBackGain_PathA(pDM_Odm); -+ -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'11 -+ if (tmpLBGain < 263390) -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x8e001); -+ _FineTuneLoopBackGain_PathA(pDM_Odm, 0x50bfc); -+ -+ } -+ else if (tmpLBGain > 661607) -+ { -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'00 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x88001); -+ _FineTuneLoopBackGain_PathA(pDM_Odm, 0x50bfc); -+ } -+ else -+ pRFCalibrateInfo->bDPKFail = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_AdjustRFGain\n")); -+ -+ return pRFCalibrateInfo->bDPKFail ? FALSE : TRUE; -+ -+} -+ -+ -+ -+VOID -+_DPK_GainLossToFindTxAGC_PathA( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u4Byte Reg0xD00 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_GainLossToFindTxAGC\n")); -+ -+ // RF setting -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, 0x50bfc); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // regc20[15:13] = dB sel, §i¶D Gain Loss function ¥h´M§ä dB_sel ©Ò³]©wªºPA gain loss¥Ø¼Ð©Ò¹ïÀ³ªº Tx AGC ¬°¦ó. -+ // dB_sel = b'000 ' 1.0 dB PA gain loss -+ // dB_sel = b'001 ' 1.5 dB PA gain loss -+ // dB_sel = b'010 ' 2.0 dB PA gain loss -+ // dB_sel = b'011 ' 2.5 dB PA gain loss -+ // dB_sel = b'100 ' 3.0 dB PA gain loss -+ // dB_sel = b'101 ' 3.5 dB PA gain loss -+ // dB_sel = b'110 ' 4.0 dB PA gain loss -+ ODM_Write4Byte(pDM_Odm, 0xc20, 0x00002000); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x000c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x148b8000); -+ -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x0401f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // read back Loopback Gain -+ // ¥i¥H¦b d00[3:0] ¤¤Åª¦^, dB_sel ¤¤©Ò³]©wªº gain loss ·|¸¨¦b­þ¤@­Ó Tx AGC ³]©w -+ // Ū¦^d00[3:0] = h'1 ' Tx AGC = h'13 -+ // Ū¦^d00[3:0] = h'2 ' Tx AGC = h'14 -+ // Ū¦^d00[3:0] = h'3 ' Tx AGC = h'15 -+ // Ū¦^d00[3:0] = h'4 ' Tx AGC = h'16 -+ // Ū¦^d00[3:0] = h'5 ' Tx AGC = h'17 -+ // Ū¦^d00[3:0] = h'6 ' Tx AGC = h'18 -+ // Ū¦^d00[3:0] = h'7 ' Tx AGC = h'19 -+ // Ū¦^d00[3:0] = h'8 ' Tx AGC = h'1a -+ // Ū¦^d00[3:0] = h'9 ' Tx AGC = h'1b -+ // Ū¦^d00[3:0] = h'a ' Tx AGC = h'1c -+ // -+ Reg0xD00 = ODM_Read4Byte(pDM_Odm, 0xd00); -+ switch (ODM_Read4Byte(pDM_Odm, 0xd00) & (BIT3|BIT2|BIT1|BIT0)) -+ { -+ case 0x0: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x2; break; -+ case 0x1: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x3; break; -+ case 0x2: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x4; break; -+ case 0x3: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x5; break; -+ case 0x4: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x6; break; -+ case 0x5: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x7; break; -+ case 0x6: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x8; break; -+ case 0x7: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x9; break; -+ case 0x8: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0xa; break; -+ case 0x9: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0xb; break; -+ case 0xa: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0xc; break; -+ } -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_GainLossToFindTxAGC\n")); -+} -+ -+ -+BOOLEAN -+_DPK_AdjustRFGainByFoundTxAGC_PathA -+( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ s4Byte tmpLBGain = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_AdjustRFGainByFoundTxAGC\n")); -+ -+ // RF setting, ­«·s³]©wRF reg00, Á|¨Ò¥ÎDPK Phase 2±o¨ìªº d00[3:0] = 0x6 ' TX AGC= 0x18 ' RF reg00[4:0] = 0x18 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, pRFCalibrateInfo->DpkTxAGC); -+ // Attn: A mode @ reg64[2:0], G mode @ reg56 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x64, bRFRegOffsetMask, 0x19aac); -+ // PGA gain: RF reg8f[14:13] -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x8a001); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x000c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x11838000); -+ -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x0101f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ -+ tmpLBGain = _ComputeLoopBackGain_PathA(pDM_Odm); -+ -+ if (tmpLBGain < 263390) -+ { -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'11 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x8e001); -+ _FineTuneLoopBackGain_PathA(pDM_Odm, pRFCalibrateInfo->DpkTxAGC); -+ } -+ else if (tmpLBGain > 661607) -+ { -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'00 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x8f, bRFRegOffsetMask, 0x88001); -+ _FineTuneLoopBackGain_PathA(pDM_Odm, pRFCalibrateInfo->DpkTxAGC); -+ } -+ else -+ pRFCalibrateInfo->bDPKFail = FALSE;//Go to DPK Phase 4 -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_AdjustRFGainByFoundTxAGC\n")); -+ -+ return pRFCalibrateInfo->bDPKFail ? FALSE : TRUE; -+ -+} -+ -+ -+VOID -+_DPK_DoAutoDPK_PathA( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u4Byte tmpLBGain = 0, reg0xD00 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_DoAutoDPK\n")); -+ -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ // RF setting, ¦¹³BRF reg00, »P DPK Phase 3 ¤@­P -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, pRFCalibrateInfo->DpkTxAGC); -+ // Baseband Data Rate setting -+ ODM_Write4Byte(pDM_Odm, 0xc20, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc24, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc28, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc2c, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc30, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc34, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc38, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc3c, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc40, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc44, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc48, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xc4c, 0x3c3c3c3c); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0xf76C9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x400C5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x11938080); //0xcc4[9:4]= DPk fail threshold -+ -+ if ( 36 <= *(pDM_Odm->pChannel) && *(pDM_Odm->pChannel) <= 53)//Channelchannel at low band) -+ // r_agc -+ ODM_Write4Byte(pDM_Odm, 0xcbc, 0x00022a1f); -+ else -+ // r_agc -+ ODM_Write4Byte(pDM_Odm, 0xcbc, 0x00009dbf); -+ -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x0101f018); // TODO: 0xC90(rA_LSSIWrite_Jaguar) can not be overwritten. -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0xc00c5599); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x400c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ // T-meter RFReg42[17] = 1 to enable read T-meter, [15:10] ' T-meter value -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x42, BIT17, 1); -+ pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_A] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x42, 0xFC00); // Ū¥X42[15:10] ­È¨Ã¦s¨ìÅܼÆTMeter -+ DbgPrint("pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_A] = 0x%X\n", pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_A]); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x00, bRFRegOffsetMask, 0x33D8D); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ // read back dp_fail report -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ //dp_fail³o­Óbit¦bd00[6], ·í d00[6] = 1, ªí¥Ücalibration¥¢±Ñ. -+ reg0xD00 = ODM_Read4Byte(pDM_Odm, 0xd00); -+ -+ if ((reg0xD00 & BIT6) == BIT6) { -+ //printf('DPK fail') -+ pRFCalibrateInfo->bDPKFail = TRUE; -+ //Go to DPK Phase 5 -+ } else { -+ //printf('DPK success') -+ } -+ -+ -+ // read back -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x0201f01f); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0c000000); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ // ­pºâtmpGainLoss ¥Î¨ìªºfunction hex2dec() ¬O±N twos complementªº¤Q¤»¶i¦ìÂন¤Q¶i¦ì, ¤Q¤»¶i¦ìªº®æ¦¡¬°s11.9 -+ // Á|¨Ò1, d00[10:0] = h'3ff, ¸g¹L hex2dec(h'3ff) = 1023, -+ // Á|¨Ò2, d00[10:0] = h'400, ¸g¹L hex2dec(h'400) = -1024, -+ // Á|¨Ò3, d00[10:0] = h'0A9, ¸g¹L hex2dec(h'0A9) = 169, -+ // Á|¨Ò4, d00[10:0] = h'54c, ¸g¹L hex2dec(h'54c) = -692, -+ // Á|¨Ò4, d00[10:0] = h'7ff, ¸g¹L hex2dec(h'7ff) = -1, -+ tmpLBGain = _ComputeLoopBackGain_PathA(pDM_Odm); -+ -+ -+ // Gain Scaling -+ if (227007 < tmpLBGain) -+ pRFCalibrateInfo->DpkGain = 0x43ca43ca; -+ else if (214309 < tmpLBGain && tmpLBGain <= 227007) -+ pRFCalibrateInfo->DpkGain = 0x45c545c5; -+ else if (202321 < tmpLBGain && tmpLBGain <= 214309) -+ pRFCalibrateInfo->DpkGain = 0x47cf47cf; -+ else if (191003 < tmpLBGain && tmpLBGain <= 202321) -+ pRFCalibrateInfo->DpkGain = 0x49e749e7; -+ else if (180318 < tmpLBGain && tmpLBGain <= 191003) -+ pRFCalibrateInfo->DpkGain = 0x4c104c10; -+ else if (170231 < tmpLBGain && tmpLBGain <= 180318) -+ pRFCalibrateInfo->DpkGain = 0x4e494e49; -+ else if (160709 < tmpLBGain && tmpLBGain <= 170231) -+ pRFCalibrateInfo->DpkGain = 0x50925092; -+ else if (151719 < tmpLBGain && tmpLBGain <= 160709) -+ pRFCalibrateInfo->DpkGain = 0x52ec52ec; -+ else if (151719 <= tmpLBGain) -+ pRFCalibrateInfo->DpkGain = 0x55585558; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_DoAutoDPK\n")); -+} -+ -+ -+VOID -+_DPK_EnableDP_PathA( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_EnableDP\n")); -+ -+ // [31] = 1 --> switch to page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // enable IQC matrix --> ¦]¬° BB «H¸¹·|¥ý¸g¹L predistortion module, ¤~¸g¹L IQC matrix ¨ì DAC ¥´¥X¥h -+ // ©Ò¥H­n¥ý enable predistortion module {c90[7] = 1 (enable_predis) cc4[18] = 1 (½T©wÅý IQK/DPK module ¦³clock), cc8[29] = 1 (¤@­ÓIQK/DPK module ¸Ìªºmux, ½T»{ data path ¨«IQK/DPK)} -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x0000f098); -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0x776d9f84); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ // r_bnd -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x000fffff); -+ -+ if (pRFCalibrateInfo->bDPKFail) -+ { -+ // cc4[29] = 1 (bypass DP LUT) -+ ODM_Write4Byte(pDM_Odm, 0xc98, 0x40004000); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x28840000); -+ } -+ else -+ { -+ ODM_Write4Byte(pDM_Odm, 0xc98, pRFCalibrateInfo->DpkGain); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x08840000); -+ -+ // PWSF -+ // ¼gPWSF table in 1st SRAM for PA = 11 use -+ ODM_Write4Byte(pDM_Odm, 0xc20, 0x00000800); -+ -+ //******************************************************* -+ //0xce4[0]¬Owrite enable¡A0xce4[7:1]¬Oaddress¡A0xce4[15:8]©M0xce4[23:16]¹ïÀ³¨ìTX index¡A -+ //­Y¦ì¸m¬°0(0xce4[7:1] = 0x0)¦¹®É0xce4[15:8]¹ïÀ³¨ìªºTX RF index ¬O0x1f,¡A -+ //0xce4[23:16]¹ïÀ³¨ìªº¬O0x1e¡A­Y¦ì¸m¬°1(0xce4[7:1] = 0x1)¡A¦¹®É0xce4 [15:8]¹ïÀ³¨ì0x1d¡A -+ //0xce4[23:16]¹ïÀ³0x1c¡A¨ä¥L¨Ì¦¹Ãþ±À¡A¨C­ÓdataÄæ¦ì³£¬O¬Û®t1dB¡C­Ygainloss§ä¨ìªºRF TX index=0x18¡A -+ //«h¦b0xce4 address¹ïÀ³¨ì0x18ªº¦a¤è­n¶ñ0x40(¤]´N¬O0dB)¡A¨ä¥L«h·Ó¤U­±tableªº¶¶§Ç¨C®æ1dB¨Ì§Ç±Æ¦C -+ //±N©Ò¦³ªº0xce4cªºdataÄæ¦ì³£¶ñ¤J¬Û¹ïÀ³ªº­È¡C -+ //*************************************************************// -+ -+ { -+ const s4Byte LEN = 25; -+ u4Byte baseIdx = 6; // 0 dB: 0x40 -+ u4Byte TablePWSF[] = { -+ 0xff, 0xca, 0xa1, 0x80, 0x65, 0x51, 0x40/* 0 dB */, -+ 0x33, 0x28, 0x20, 0x19, 0x14, 0x10, -+ 0x0d, 0x0a, 0x08, 0x06, 0x05, 0x04, -+ 0x03, 0x03, 0x02, 0x02, 0x01, 0x01 -+ }; -+ -+ u4Byte centerTxIdx = pRFCalibrateInfo->DpkTxAGC & 0x1F; -+ u4Byte centerAddr = (0x1F-centerTxIdx) / 2; -+ s4Byte i = 0, j = 0, value = 0, startIdx = 0; -+ -+ // Upper -+ startIdx = (((0x1F-centerTxIdx)%2 == 0) ? baseIdx+1 : baseIdx); -+ -+ for (i = startIdx, j = 0; (centerAddr-j+1) >= 1; i -= 2, j++) { -+ if (i-1 < 0) -+ value = (TablePWSF[0] << 16) | (TablePWSF[0] << 8) | ((centerAddr-j) << 1) | 0x1; -+ else -+ value = (TablePWSF[i] << 16) | (TablePWSF[i-1] << 8) | ((centerAddr-j) << 1) | 0x1; -+ -+ ODM_Write4Byte(pDM_Odm, 0xce4, value); -+ ODM_Write1Byte(pDM_Odm, 0xce4, 0x0); //write disable -+ } -+ -+ // Lower -+ startIdx = (((0x1F-centerTxIdx)%2 == 0) ? baseIdx+2 : baseIdx+1); -+ centerAddr++; // Skip centerTxIdx -+ for (i = startIdx, j = 0; (centerAddr+j) < 16; i += 2, j++) { // Total: 16*2 = 32 values (Upper+Lower) -+ if (i+1 >= LEN) -+ value = (TablePWSF[LEN-1] << 16) | (TablePWSF[LEN-1] << 8) | ((centerAddr+j) << 1) | 0x1; -+ else -+ value = (TablePWSF[i+1] << 16) | (TablePWSF[i] << 8) | ((centerAddr+j) << 1) | 0x1; -+ ODM_Write4Byte(pDM_Odm, 0xce4, value); -+ ODM_Write1Byte(pDM_Odm, 0xce4, 0x0); //write disable -+ } -+ } -+ } -+ // [31] = 0 --> switch to page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_EnableDP\n")); -+ -+} -+ -+ -+ -+ -+ -+VOID -+phy_DPCalibrate_PathA_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte backupMacBBRegAddrs[] = { -+ 0xC60, 0xC64, 0xC68, 0x82C, 0x838, 0x90C, 0x522, 0xC00, 0xC20, 0xC24, // 10 -+ 0xC28, 0xC2C, 0xC30, 0xC34, 0xC38, 0xC3C, 0xC40, 0xC44, 0xC48, 0xC4C, // 20 -+ 0xC94, 0xCB0, 0xCB4 -+ }; -+ u4Byte backupRFRegAddrs[] = {0x00, 0x64, 0x8F}; -+ -+ u4Byte backupMacBBRegData[sizeof(backupMacBBRegAddrs)/sizeof(u4Byte)]; -+ u4Byte backupRFRegData_A[sizeof(backupRFRegAddrs)/sizeof(u4Byte)]; -+ //u4Byte backupRFRegData_B[sizeof(backupRFRegAddrs)/sizeof(u4Byte)]; -+ -+ -+ _DPK_MacBBBackup_PathA(pDM_Odm, backupMacBBRegAddrs, backupMacBBRegData, sizeof(backupMacBBRegAddrs)/sizeof(u4Byte)); -+ _DPK_RFBackup_PathA(pDM_Odm, backupRFRegAddrs, ODM_RF_PATH_A, backupRFRegData_A, sizeof(backupRFRegAddrs)/sizeof(u4Byte)); -+ -+ _DPK_Init_PathA(pDM_Odm); -+ -+ if (_DPK_AdjustRFGain_PathA(pDM_Odm)) { // Phase 1 -+ _DPK_GainLossToFindTxAGC_PathA(pDM_Odm); // Phase 2 -+ if (_DPK_AdjustRFGainByFoundTxAGC_PathA(pDM_Odm)) // Phase 3 -+ _DPK_DoAutoDPK_PathA(pDM_Odm); // Phase 4 -+ } -+ _DPK_EnableDP_PathA(pDM_Odm); // Phase 5 -+ -+ _DPK_MacBBRestore_PathA(pDM_Odm, backupMacBBRegAddrs, backupMacBBRegData, sizeof(backupMacBBRegAddrs)/sizeof(u4Byte)); -+ _DPK_RFRestore_PathA(pDM_Odm, backupRFRegAddrs, ODM_RF_PATH_A, backupRFRegData_A, sizeof(backupRFRegAddrs)/sizeof(u4Byte)); -+} -+ -+ -+VOID -+_DPK_MacBBBackup_PathB( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN OUT pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ BackupRegData[i] = ODM_Read4Byte(pDM_Odm, BackupRegAddr[i]); -+} -+ -+VOID -+_DPK_MacBBRestore_PathB( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ ODM_Write4Byte(pDM_Odm, BackupRegAddr[i], BackupRegData[i]); -+} -+ -+ -+VOID -+_DPK_RFBackup_PathB( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN ODM_RF_RADIO_PATH_E RFPath, -+ IN OUT pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ BackupRegData[i] = ODM_GetRFReg(pDM_Odm, RFPath, BackupRegAddr[i], bRFRegOffsetMask); -+} -+ -+VOID -+_DPK_RFRestore_PathB( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte BackupRegAddr, -+ IN ODM_RF_RADIO_PATH_E RFPath, -+ IN pu4Byte BackupRegData, -+ IN u4Byte Number -+ ) -+{ -+ u4Byte i; -+ -+ for (i = 0; i < Number; i++) -+ ODM_SetRFReg(pDM_Odm, RFPath, BackupRegAddr[i], bRFRegOffsetMask, BackupRegData[i]); -+} -+ -+ -+ -+s4Byte -+_ComputeLoopBackGain_PathB( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ // compute loopback gain -+ // ­pºâtmpLBGain ¥Î¨ìªºfunction hex2dec() ¬O±N twos complementªº¤Q¤»¶i¦ìÂন¤Q¶i¦ì, ¤Q¤»¶i¦ìªº®æ¦¡¬°s11.10 -+ // Á|¨Ò1, d00[10:0] = h'3ff, ¸g¹L hex2dec(h'3ff) = 1023, -+ // Á|¨Ò2, d00[10:0] = h'400, ¸g¹L hex2dec(h'400) = -1024, -+ // Á|¨Ò3, d00[10:0] = h'0A9, ¸g¹L hex2dec(h'0A9) = 169, -+ // Á|¨Ò4, d00[10:0] = h'54c, ¸g¹L hex2dec(h'54c) = -692, -+ // Á|¨Ò5, d00[10:0] = h'7ff, ¸g¹L hex2dec(h'7ff) = -1, -+ u4Byte reg0xD40_26_16 = ODM_GetBBReg(pDM_Odm, 0xD40, 0x7FF0000); -+ u4Byte reg0xD40_10_0 = ODM_GetBBReg(pDM_Odm, 0xD40, 0x7FF); -+ -+ s4Byte tmpLBGain = _Sign(reg0xD40_26_16)*_Sign(reg0xD40_26_16) + _Sign(reg0xD40_10_0)*_Sign(reg0xD40_10_0); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _ComputeLoopBackGain_PathB, tmpLBGain = 0x%X\n", tmpLBGain)); -+ -+ return tmpLBGain; -+} -+ -+ -+BOOLEAN -+_FineTuneLoopBackGain_PathB( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte DpkTxAGC -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ s4Byte tmpLBGain = 0; -+ -+ u4Byte rf0x64_orig = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x64, 0x7); -+ u4Byte rf0x64_new = rf0x64_orig; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _FineTuneLoopBackGain_PathB\n")); -+ -+ do { -+ // RF setting -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, DpkTxAGC); -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x0101f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ tmpLBGain = _ComputeLoopBackGain_PathB(pDM_Odm); -+ -+ if ((rf0x64_new == (BIT2|BIT1|BIT0)) || (rf0x64_new == 0)) { -+ //printf('DPK Phase 1 failed'); -+ pRFCalibrateInfo->bDPKFail = TRUE; -+ break; -+ //Go to DPK Phase 5 -+ } else { -+ if (tmpLBGain < 263390) {// fine tune loopback path gain: newReg64[2:0] = reg64[2:0] - 3b'001 -+ rf0x64_new -= 1; -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x64, 0x7, rf0x64_new); -+ -+ } else if (tmpLBGain > 661607) {// fine tune loopback path gain: newReg64 [2:0] = reg64[2:0] + 3b'001 -+ rf0x64_new += 1; -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x64, 0x7, rf0x64_new); -+ -+ } else { -+ pRFCalibrateInfo->bDPKFail = FALSE; -+ } -+ } -+ -+ } while (tmpLBGain < 263390 || 661607 < tmpLBGain); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _FineTuneLoopBackGain_PathB\n")); -+ -+ return pRFCalibrateInfo->bDPKFail ? FALSE : TRUE; -+ -+} -+ -+ -+ -+VOID -+_DPK_Init_PathB( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_Init\n")); -+ -+ //TX pause -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x7f); -+ -+ // reg82c[31] = b'0, ¤Á´«¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ // AFE setting -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x59791979); -+ ODM_Write4Byte(pDM_Odm, 0xe60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xe64, 0x77777777); -+ -+ // external TRSW ¤Á¨ì T -+ ODM_Write4Byte(pDM_Odm, 0xeb0, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xeb4, 0x01000077); -+ -+ // hardware 3-wire off -+ ODM_Write4Byte(pDM_Odm, 0xe00, 0x00000004); -+ -+ // CCA off -+ ODM_Write4Byte(pDM_Odm, 0x838, 0x16C89B4c); -+ -+ //90c[15]: dac fifo reset by CSWU -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ -+ // r_gothrough_iqkdpk -+ ODM_Write4Byte(pDM_Odm, 0xe94, 0x0100005D); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // IQK Amp off -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x3c000000); -+ -+ // tx_amp -+ ODM_Write4Byte(pDM_Odm, 0xe98, 0x41382e21); -+ ODM_Write4Byte(pDM_Odm, 0xe9c, 0x5b554f48); -+ ODM_Write4Byte(pDM_Odm, 0xea0, 0x6f6b6661); -+ ODM_Write4Byte(pDM_Odm, 0xea4, 0x817d7874); -+ ODM_Write4Byte(pDM_Odm, 0xea8, 0x908c8884); -+ ODM_Write4Byte(pDM_Odm, 0xeac, 0x9d9a9793); -+ ODM_Write4Byte(pDM_Odm, 0xeb0, 0xaaa7a4a1); -+ ODM_Write4Byte(pDM_Odm, 0xeb4, 0xb6b3b0ad); -+ -+ // tx_inverse -+ ODM_Write4Byte(pDM_Odm, 0xe40, 0x02ce03e9); -+ ODM_Write4Byte(pDM_Odm, 0xe44, 0x01fd0249); -+ ODM_Write4Byte(pDM_Odm, 0xe48, 0x01a101c9); -+ ODM_Write4Byte(pDM_Odm, 0xe4c, 0x016a0181); -+ ODM_Write4Byte(pDM_Odm, 0xe50, 0x01430155); -+ ODM_Write4Byte(pDM_Odm, 0xe54, 0x01270135); -+ ODM_Write4Byte(pDM_Odm, 0xe58, 0x0112011c); -+ ODM_Write4Byte(pDM_Odm, 0xe5c, 0x01000108); -+ ODM_Write4Byte(pDM_Odm, 0xe60, 0x00f100f8); -+ ODM_Write4Byte(pDM_Odm, 0xe64, 0x00e500eb); -+ ODM_Write4Byte(pDM_Odm, 0xe68, 0x00db00e0); -+ ODM_Write4Byte(pDM_Odm, 0xe6c, 0x00d100d5); -+ ODM_Write4Byte(pDM_Odm, 0xe70, 0x00c900cd); -+ ODM_Write4Byte(pDM_Odm, 0xe74, 0x00c200c5); -+ ODM_Write4Byte(pDM_Odm, 0xe78, 0x00bb00be); -+ ODM_Write4Byte(pDM_Odm, 0xe7c, 0x00b500b8); -+ -+ // reg82c[31] = b'0, ¤Á´«¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ pRFCalibrateInfo->bDPKFail = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_Init\n")); -+ -+} -+ -+ -+BOOLEAN -+_DPK_AdjustRFGain_PathB( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ s4Byte tmpLBGain = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_AdjustRFGain\n")); -+ -+ // RF setting -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, 0x50bfc); -+ // Attn: A mode @ reg64[2:0], G mode @ reg56 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x64, bRFRegOffsetMask, 0x19aac); -+ // PGA gain: RF reg8f[14:13] -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x8a001); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xe94, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x000c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec4, 0x11838000); -+ ODM_SetBBReg(pDM_Odm, 0xed4, 0xFFF000, 0x100); // ±Ncd4[23:12] §ï¦¨ h'100, ¨ä¥¦¦ì¤¸½Ð«O¯d­ì­È¤£­n¼g¨ì -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x0101f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // read back Loopback Gain -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x09000000); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ tmpLBGain = _ComputeLoopBackGain_PathB(pDM_Odm); -+ -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'11 -+ if (tmpLBGain < 263390) -+ { -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x8e001); -+ _FineTuneLoopBackGain_PathB(pDM_Odm, 0x50bfc); -+ -+ } -+ else if (tmpLBGain > 661607) -+ { -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'00 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x88001); -+ _FineTuneLoopBackGain_PathB(pDM_Odm, 0x50bfc); -+ } -+ else -+ pRFCalibrateInfo->bDPKFail = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_AdjustRFGain\n")); -+ -+ return pRFCalibrateInfo->bDPKFail ? FALSE : TRUE; -+ -+} -+ -+ -+ -+VOID -+_DPK_GainLossToFindTxAGC_PathB( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u4Byte Reg0xD40 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_GainLossToFindTxAGC\n")); -+ -+ // RF setting -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, 0x50bfc); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // regc20[15:13] = dB sel, §i¶D Gain Loss function ¥h´M§ä dB_sel ©Ò³]©wªºPA gain loss¥Ø¼Ð©Ò¹ïÀ³ªº Tx AGC ¬°¦ó. -+ // dB_sel = b'000 ' 1.0 dB PA gain loss -+ // dB_sel = b'001 ' 1.5 dB PA gain loss -+ // dB_sel = b'010 ' 2.0 dB PA gain loss -+ // dB_sel = b'011 ' 2.5 dB PA gain loss -+ // dB_sel = b'100 ' 3.0 dB PA gain loss -+ // dB_sel = b'101 ' 3.5 dB PA gain loss -+ // dB_sel = b'110 ' 4.0 dB PA gain loss -+ ODM_Write4Byte(pDM_Odm, 0xe20, 0x00002000); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xe94, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x000c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec4, 0x148b8000); -+ -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x0401f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // read back Loopback Gain -+ // ¥i¥H¦b d40[3:0] ¤¤Åª¦^, dB_sel ¤¤©Ò³]©wªº gain loss ·|¸¨¦b­þ¤@­Ó Tx AGC ³]©w -+ // Ū¦^d00[3:0] = h'1 ' Tx AGC = h'13 -+ // Ū¦^d00[3:0] = h'2 ' Tx AGC = h'14 -+ // Ū¦^d00[3:0] = h'3 ' Tx AGC = h'15 -+ // Ū¦^d00[3:0] = h'4 ' Tx AGC = h'16 -+ // Ū¦^d00[3:0] = h'5 ' Tx AGC = h'17 -+ // Ū¦^d00[3:0] = h'6 ' Tx AGC = h'18 -+ // Ū¦^d00[3:0] = h'7 ' Tx AGC = h'19 -+ // Ū¦^d00[3:0] = h'8 ' Tx AGC = h'1a -+ // Ū¦^d00[3:0] = h'9 ' Tx AGC = h'1b -+ // Ū¦^d00[3:0] = h'a ' Tx AGC = h'1c -+ // -+ Reg0xD40 = ODM_Read4Byte(pDM_Odm, 0xd40); -+ switch (ODM_Read4Byte(pDM_Odm, 0xd40) & (BIT3|BIT2|BIT1|BIT0)) -+ { -+ case 0x0: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x2; break; -+ case 0x1: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x3; break; -+ case 0x2: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x4; break; -+ case 0x3: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x5; break; -+ case 0x4: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x6; break; -+ case 0x5: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x7; break; -+ case 0x6: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x8; break; -+ case 0x7: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0x9; break; -+ case 0x8: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0xa; break; -+ case 0x9: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0xb; break; -+ case 0xa: pRFCalibrateInfo->DpkTxAGC = 0x50bf0 | 0xc; break; -+ } -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_GainLossToFindTxAGC\n")); -+} -+ -+ -+BOOLEAN -+_DPK_AdjustRFGainByFoundTxAGC_PathB -+( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ s4Byte tmpLBGain = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_AdjustRFGainByFoundTxAGC\n")); -+ -+ // RF setting, ­«·s³]©wRF reg00, Á|¨Ò¥ÎDPK Phase 2±o¨ìªº d40[3:0] = 0x6 ' TX AGC= 0x18 ' RF reg00[4:0] = 0x18 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, pRFCalibrateInfo->DpkTxAGC); -+ // Attn: A mode @ reg64[2:0], G mode @ reg56 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x64, bRFRegOffsetMask, 0x19aac); -+ // PGA gain: RF reg8f[14:13] -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x8a001); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xe94, 0xf76c9f84); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x000c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec4, 0x11838000); -+ -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x0101f018); -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x800c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x000c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, 0x33d8d); -+ -+ -+ tmpLBGain = _ComputeLoopBackGain_PathB(pDM_Odm); -+ -+ if (tmpLBGain < 263390) -+ { -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'11 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x8e001); -+ _FineTuneLoopBackGain_PathB(pDM_Odm, pRFCalibrateInfo->DpkTxAGC); -+ } -+ else if (tmpLBGain > 661607) -+ { -+ // coarse tune loopback gain by RF reg8f[14:13] = 2b'00 -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x8f, bRFRegOffsetMask, 0x88001); -+ _FineTuneLoopBackGain_PathB(pDM_Odm, pRFCalibrateInfo->DpkTxAGC); -+ } -+ else -+ pRFCalibrateInfo->bDPKFail = FALSE;//Go to DPK Phase 4 -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_AdjustRFGainByFoundTxAGC\n")); -+ -+ return pRFCalibrateInfo->bDPKFail ? FALSE : TRUE; -+ -+} -+ -+ -+VOID -+_DPK_DoAutoDPK_PathB( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u4Byte tmpLBGain = 0, reg0xD40 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_DoAutoDPK\n")); -+ -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ // RF setting, ¦¹³BRF reg00, »P DPK Phase 3 ¤@­P -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, pRFCalibrateInfo->DpkTxAGC); -+ // Baseband Data Rate setting -+ ODM_Write4Byte(pDM_Odm, 0xe20, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe24, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe28, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe2c, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe30, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe34, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe38, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe3c, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe40, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe44, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe48, 0x3c3c3c3c); -+ ODM_Write4Byte(pDM_Odm, 0xe4c, 0x3c3c3c3c); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // DPK setting -+ ODM_Write4Byte(pDM_Odm, 0xe94, 0xf76C9f84); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x400C5599); -+ ODM_Write4Byte(pDM_Odm, 0xec4, 0x11938080); //0xec4[9:4]= DPk fail threshold -+ -+ if ( 36 <= *(pDM_Odm->pChannel) && *(pDM_Odm->pChannel) <= 53)//Channelchannel at low band) -+ // r_agc -+ ODM_Write4Byte(pDM_Odm, 0xebc, 0x00022a1f); -+ else -+ // r_agc -+ ODM_Write4Byte(pDM_Odm, 0xebc, 0x00009dbf); -+ -+ // ª`·Npage c1ªºc90¦bDPK¹Lµ{¤¤¤d¸U¤£¯à³Q¨ä¥Lthread or process§ï¼g¦¨page cªºc90­È -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x0101f018); // TODO: 0xe90(rA_LSSIWrite_Jaguar) can not be overwritten. -+ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0xc00c5599); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x400c5599); -+ // delay 50 ms,Åý delay ®É¶¡ªø¤@ÂI, ½T©w PA Scan function ¦³°µ§¹ -+ delay_ms(50); -+ -+ // reg82c[31] = 0 --> ¤Á¨ì page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ // T-meter RFReg42[17] = 1 to enable read T-meter, [15:10] ' T-meter value -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x42, BIT17, 1); -+ pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_B] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, 0x42, 0xFC00); // Ū¥X42[15:10] ­È¨Ã¦s¨ìÅܼÆTMeter -+ DbgPrint("pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_B] = 0x%X\n", pRFCalibrateInfo->DpkThermal[ODM_RF_PATH_B]); -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, 0x00, bRFRegOffsetMask, 0x33D8D); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ // read back dp_fail report -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x00000000); -+ //dp_fail³o­Óbit¦bd40[6], ·í d40[6] = 1, ªí¥Ücalibration¥¢±Ñ. -+ reg0xD40 = ODM_Read4Byte(pDM_Odm, 0xd40); -+ -+ if ((reg0xD40 & BIT6) == BIT6) { -+ //printf('DPK fail') -+ pRFCalibrateInfo->bDPKFail = TRUE; -+ //Go to DPK Phase 5 -+ } else { -+ //printf('DPK success') -+ } -+ -+ -+ // read back -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x0201f01f); -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x0c000000); -+ -+ // reg82c[31] = 1 --> ¤Á¨ì page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ // ­pºâtmpGainLoss ¥Î¨ìªºfunction hex2dec() ¬O±N twos complementªº¤Q¤»¶i¦ìÂন¤Q¶i¦ì, ¤Q¤»¶i¦ìªº®æ¦¡¬°s11.9 -+ // Á|¨Ò1, d00[10:0] = h'3ff, ¸g¹L hex2dec(h'3ff) = 1023, -+ // Á|¨Ò2, d00[10:0] = h'400, ¸g¹L hex2dec(h'400) = -1024, -+ // Á|¨Ò3, d00[10:0] = h'0A9, ¸g¹L hex2dec(h'0A9) = 169, -+ // Á|¨Ò4, d00[10:0] = h'54c, ¸g¹L hex2dec(h'54c) = -692, -+ // Á|¨Ò4, d00[10:0] = h'7ff, ¸g¹L hex2dec(h'7ff) = -1, -+ tmpLBGain = _ComputeLoopBackGain_PathB(pDM_Odm); -+ -+ -+ // Gain Scaling -+ if (227007 < tmpLBGain) -+ pRFCalibrateInfo->DpkGain = 0x43ca43ca; -+ else if (214309 < tmpLBGain && tmpLBGain <= 227007) -+ pRFCalibrateInfo->DpkGain = 0x45c545c5; -+ else if (202321 < tmpLBGain && tmpLBGain <= 214309) -+ pRFCalibrateInfo->DpkGain = 0x47cf47cf; -+ else if (191003 < tmpLBGain && tmpLBGain <= 202321) -+ pRFCalibrateInfo->DpkGain = 0x49e749e7; -+ else if (180318 < tmpLBGain && tmpLBGain <= 191003) -+ pRFCalibrateInfo->DpkGain = 0x4c104c10; -+ else if (170231 < tmpLBGain && tmpLBGain <= 180318) -+ pRFCalibrateInfo->DpkGain = 0x4e494e49; -+ else if (160709 < tmpLBGain && tmpLBGain <= 170231) -+ pRFCalibrateInfo->DpkGain = 0x50925092; -+ else if (151719 < tmpLBGain && tmpLBGain <= 160709) -+ pRFCalibrateInfo->DpkGain = 0x52ec52ec; -+ else if (151719 <= tmpLBGain) -+ pRFCalibrateInfo->DpkGain = 0x55585558; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_DoAutoDPK\n")); -+} -+ -+ -+VOID -+_DPK_EnableDP_PathB( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> _DPK_EnableDP\n")); -+ -+ // [31] = 1 --> switch to page C1 -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x802083dd); -+ -+ // enable IQC matrix --> ¦]¬° BB «H¸¹·|¥ý¸g¹L predistortion module, ¤~¸g¹L IQC matrix ¨ì DAC ¥´¥X¥h -+ // ©Ò¥H­n¥ý enable predistortion module {c90[7] = 1 (enable_predis) cc4[18] = 1 (½T©wÅý IQK/DPK module ¦³clock), cc8[29] = 1 (¤@­ÓIQK/DPK module ¸Ìªºmux, ½T»{ data path ¨«IQK/DPK)} -+ ODM_Write4Byte(pDM_Odm, 0xe90, 0x0000f098); -+ ODM_Write4Byte(pDM_Odm, 0xe94, 0x776d9f84); -+ ODM_Write4Byte(pDM_Odm, 0xec8, 0x20000000); -+ ODM_Write4Byte(pDM_Odm, 0xe8c, 0x3c000000); -+ // r_bnd -+ ODM_Write4Byte(pDM_Odm, 0xeb8, 0x000fffff); -+ -+ if (pRFCalibrateInfo->bDPKFail) -+ { -+ // cc4[29] = 1 (bypass DP LUT) -+ ODM_Write4Byte(pDM_Odm, 0xe98, 0x40004000); -+ ODM_Write4Byte(pDM_Odm, 0xec4, 0x28840000); -+ } -+ else -+ { -+ ODM_Write4Byte(pDM_Odm, 0xe98, pRFCalibrateInfo->DpkGain); -+ ODM_Write4Byte(pDM_Odm, 0xec4, 0x08840000); -+ -+ // PWSF -+ // ¼gPWSF table in 1st SRAM for PA = 11 use -+ ODM_Write4Byte(pDM_Odm, 0xe20, 0x00000800); -+ -+ //******************************************************* -+ //0xee4[0]¬Owrite enable¡A0xee4[7:1]¬Oaddress¡A0xee4[15:8]©M0xee4[23:16]¹ïÀ³¨ìTX index¡A -+ //­Y¦ì¸m¬°0(0xee4[7:1] = 0x0)¦¹®É0xee4[15:8]¹ïÀ³¨ìªºTX RF index ¬O0x1f,¡A -+ //0xee4[23:16]¹ïÀ³¨ìªº¬O0x1e¡A­Y¦ì¸m¬°1(0xee4[7:1] = 0x1)¡A¦¹®É0xee4 [15:8]¹ïÀ³¨ì0x1d¡A -+ //0xee4[23:16]¹ïÀ³0x1c¡A¨ä¥L¨Ì¦¹Ãþ±À¡A¨C­ÓdataÄæ¦ì³£¬O¬Û®t1dB¡C­Ygainloss§ä¨ìªºRF TX index=0x18¡A -+ //«h¦b0xee4 address¹ïÀ³¨ì0x18ªº¦a¤è­n¶ñ0x40(¤]´N¬O0dB)¡A¨ä¥L«h·Ó¤U­±tableªº¶¶§Ç¨C®æ1dB¨Ì§Ç±Æ¦C -+ //±N©Ò¦³ªº0xee4cªºdataÄæ¦ì³£¶ñ¤J¬Û¹ïÀ³ªº­È¡C -+ //*************************************************************// -+ -+ { -+ const s4Byte LEN = 25; -+ u4Byte baseIdx = 6; // 0 dB: 0x40 -+ u4Byte TablePWSF[] = { -+ 0xff, 0xca, 0xa1, 0x80, 0x65, 0x51, 0x40/* 0 dB */, -+ 0x33, 0x28, 0x20, 0x19, 0x14, 0x10, -+ 0x0d, 0x0a, 0x08, 0x06, 0x05, 0x04, -+ 0x03, 0x03, 0x02, 0x02, 0x01, 0x01 -+ }; -+ -+ u4Byte centerTxIdx = pRFCalibrateInfo->DpkTxAGC & 0x1F; -+ u4Byte centerAddr = (0x1F-centerTxIdx) / 2; -+ s4Byte i = 0, j = 0, value = 0, startIdx = 0; -+ -+ // Upper -+ startIdx = (((0x1F-centerTxIdx)%2 == 0) ? baseIdx+1 : baseIdx); -+ -+ for (i = startIdx, j = 0; (centerAddr-j+1) >= 1; i -= 2, j++) { -+ if (i-1 < 0) -+ value = (TablePWSF[0] << 16) | (TablePWSF[0] << 8) | ((centerAddr-j) << 1) | 0x1; -+ else -+ value = (TablePWSF[i] << 16) | (TablePWSF[i-1] << 8) | ((centerAddr-j) << 1) | 0x1; -+ -+ ODM_Write4Byte(pDM_Odm, 0xee4, value); -+ ODM_Write1Byte(pDM_Odm, 0xee4, 0x0); //write disable -+ } -+ -+ // Lower -+ startIdx = (((0x1F-centerTxIdx)%2 == 0) ? baseIdx+2 : baseIdx+1); -+ centerAddr++; // Skip centerTxIdx -+ for (i = startIdx, j = 0; (centerAddr+j) < 16; i += 2, j++) { // Total: 16*2 = 32 values (Upper+Lower) -+ if (i+1 >= LEN) -+ value = (TablePWSF[LEN-1] << 16) | (TablePWSF[LEN-1] << 8) | ((centerAddr+j) << 1) | 0x1; -+ else -+ value = (TablePWSF[i+1] << 16) | (TablePWSF[i] << 8) | ((centerAddr+j) << 1) | 0x1; -+ ODM_Write4Byte(pDM_Odm, 0xee4, value); -+ ODM_Write1Byte(pDM_Odm, 0xee4, 0x0); //write disable -+ } -+ } -+ } -+ // [31] = 0 --> switch to page C -+ ODM_Write4Byte(pDM_Odm, 0x82c, 0x002083dd); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== _DPK_EnableDP\n")); -+ -+} -+ -+ -+ -+ -+ -+VOID -+phy_DPCalibrate_PathB_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte backupMacBBRegAddrs[] = { -+ 0xE60, 0xE64, 0xC68, 0x82C, 0x838, 0x90C, 0x522, 0xE00, 0xE20, 0xE24, // 10 -+ 0xE28, 0xE2C, 0xE30, 0xE34, 0xE38, 0xE3C, 0xE40, 0xE44, 0xE48, 0xE4C, // 20 -+ 0xE94, 0xEB0, 0xEB4 -+ }; -+ u4Byte backupRFRegAddrs[] = {0x00, 0x64, 0x8F}; -+ -+ u4Byte backupMacBBRegData[sizeof(backupMacBBRegAddrs)/sizeof(u4Byte)]; -+ u4Byte backupRFRegData_A[sizeof(backupRFRegAddrs)/sizeof(u4Byte)]; -+ //u4Byte backupRFRegData_B[sizeof(backupRFRegAddrs)/sizeof(u4Byte)]; -+ -+ -+ _DPK_MacBBBackup_PathB(pDM_Odm, backupMacBBRegAddrs, backupMacBBRegData, sizeof(backupMacBBRegAddrs)/sizeof(u4Byte)); -+ _DPK_RFBackup_PathB(pDM_Odm, backupRFRegAddrs, ODM_RF_PATH_B, backupRFRegData_A, sizeof(backupRFRegAddrs)/sizeof(u4Byte)); -+ -+ _DPK_Init_PathB(pDM_Odm); -+ -+ if (_DPK_AdjustRFGain_PathB(pDM_Odm)) { // Phase 1 -+ _DPK_GainLossToFindTxAGC_PathB(pDM_Odm); // Phase 2 -+ if (_DPK_AdjustRFGainByFoundTxAGC_PathB(pDM_Odm)) // Phase 3 -+ _DPK_DoAutoDPK_PathB(pDM_Odm); // Phase 4 -+ } -+ _DPK_EnableDP_PathB(pDM_Odm); // Phase 5 -+ -+ _DPK_MacBBRestore_PathB(pDM_Odm, backupMacBBRegAddrs, backupMacBBRegData, sizeof(backupMacBBRegAddrs)/sizeof(u4Byte)); -+ _DPK_RFRestore_PathB(pDM_Odm, backupRFRegAddrs, ODM_RF_PATH_B, backupRFRegData_A, sizeof(backupRFRegAddrs)/sizeof(u4Byte)); -+} -+VOID -+PHY_DPCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ pDM_Odm->DPK_Done = TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("===> PHY_DPCalibrate_8812A\n")); -+ phy_DPCalibrate_PathA_8812A(pDM_Odm); -+ phy_DPCalibrate_PathB_8812A(pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("<=== PHY_DPCalibrate_8812A\n")); -+} -+ -+ -+ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/halphyrf_8812a_win.h 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,106 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PHY_RF_8812A_H__ -+#define __HAL_PHY_RF_8812A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define IQK_DELAY_TIME_8812A 10 //ms -+#define IQK_DEFERRED_TIME_8812A 4 //sec -+#define index_mapping_NUM_8812A 15 -+#define AVG_THERMAL_NUM_8812A 4 -+#define RF_T_METER_8812A 0x42 -+ -+ -+void ConfigureTxpowerTrack_8812A( -+ PTXPWRTRACK_CFG pConfig -+ ); -+ -+VOID -+GetDeltaSwingTable_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+ ); -+ -+void DoIQK_8812A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ); -+ -+VOID -+ODM_TxPwrTrackSetPwr8812A( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ); -+ -+//1 7. IQK -+ -+void -+PHY_IQCalibrate_8812A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+); -+ -+ -+// -+// LC calibrate -+// -+void -+PHY_LCCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+); -+ -+// -+// AP calibrate -+// -+void -+PHY_APCalibrate_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN s1Byte delta); -+void -+PHY_DigitalPredistortion_8812A( IN PADAPTER pAdapter); -+ -+VOID -+PHY_DPCalibrate_8812A( -+ IN PDM_ODM_T pDM_Odm -+); -+VOID PHY_SetRFPathSwitch_8812A( -+#if (DM_ODM_SUPPORT_TYPE & ODM_AP) -+ IN PDM_ODM_T pDM_Odm, -+#else -+ IN PADAPTER pAdapter, -+#endif -+ IN BOOLEAN bMain -+ ); -+ -+ -+#endif // #ifndef __HAL_PHY_RF_8812A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.c 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,195 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8812A_SUPPORT == 1) -+ -+void -+odm_ConfigRFReg_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data, -+ IN ODM_RF_RADIO_PATH_E RF_PATH, -+ IN u4Byte RegAddr -+ ) -+{ -+ if (Addr == 0xfe || Addr == 0xffe) { -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ ODM_sleep_ms(50); -+ #else -+ ODM_delay_ms(50); -+ #endif -+ } else { -+ ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); -+ // Add 1us delay between BB/RF register setting. -+ ODM_delay_us(1); -+ } -+} -+ -+ -+void -+odm_ConfigRF_RadioA_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ) -+{ -+ u4Byte content = 0x1000; // RF_Content: radioa_txt -+ u4Byte maskforPhySet= (u4Byte)(content&0xE000); -+ -+ odm_ConfigRFReg_8812A(pDM_Odm, Addr, Data, ODM_RF_PATH_A, Addr|maskforPhySet); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioA] %08X %08X\n", Addr, Data)); -+} -+ -+void -+odm_ConfigRF_RadioB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ) -+{ -+ u4Byte content = 0x1001; // RF_Content: radiob_txt -+ u4Byte maskforPhySet= (u4Byte)(content&0xE000); -+ -+ odm_ConfigRFReg_8812A(pDM_Odm, Addr, Data, ODM_RF_PATH_B, Addr|maskforPhySet); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioB] %08X %08X\n", Addr, Data)); -+ -+} -+ -+void -+odm_ConfigMAC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u1Byte Data -+ ) -+{ -+ ODM_Write1Byte(pDM_Odm, Addr, Data); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigMACWithHeaderFile: [MAC_REG] %08X %08X\n", Addr, Data)); -+} -+ -+void -+odm_ConfigBB_AGC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ) -+{ -+ ODM_SetBBReg(pDM_Odm, Addr, Bitmask, Data); -+ // Add 1us delay between BB/RF register setting. -+ ODM_delay_us(1); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigBBWithHeaderFile: [AGC_TAB] %08X %08X\n", Addr, Data)); -+} -+ -+void -+odm_ConfigBB_PHY_REG_PG_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Band, -+ IN u4Byte RfPath, -+ IN u4Byte TxNum, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ) -+{ -+ if (Addr == 0xfe || Addr == 0xffe) -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ ODM_sleep_ms(50); -+ #else -+ ODM_delay_ms(50); -+ #endif -+ else { -+#if !(DM_ODM_SUPPORT_TYPE&ODM_AP) -+ PHY_StoreTxPowerByRate(pDM_Odm->Adapter, Band, RfPath, TxNum, Addr, Bitmask, Data); -+#endif -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ConfigBBWithHeaderFile: [PHY_REG] %08X %08X %08X\n", Addr, Bitmask, Data)); -+} -+ -+void -+odm_ConfigBB_PHY_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ) -+{ -+ if (Addr == 0xfe) -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ ODM_sleep_ms(50); -+ #else -+ ODM_delay_ms(50); -+ #endif -+ else if (Addr == 0xfd) -+ ODM_delay_ms(5); -+ else if (Addr == 0xfc) -+ ODM_delay_ms(1); -+ else if (Addr == 0xfb) -+ ODM_delay_us(50); -+ else if (Addr == 0xfa) -+ ODM_delay_us(5); -+ else if (Addr == 0xf9) -+ ODM_delay_us(1); -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, Addr, Bitmask, Data); -+ // Add 1us delay between BB/RF register setting. -+ ODM_delay_us(1); -+ } -+ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigBBWithHeaderFile: [PHY_REG] %08X %08X\n", Addr, Data)); -+} -+ -+void -+odm_ConfigBB_TXPWR_LMT_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte Regulation, -+ IN pu1Byte Band, -+ IN pu1Byte Bandwidth, -+ IN pu1Byte RateSection, -+ IN pu1Byte RfPath, -+ IN pu1Byte Channel, -+ IN pu1Byte PowerLimit -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PHY_SetTxPowerLimit(pDM_Odm, Regulation, Band, -+ Bandwidth, RateSection, RfPath, Channel, PowerLimit); -+#endif -+} -+ -+#else /* #if (RTL8812A_SUPPORT == 1) */ -+void -+odm_ConfigRFReg_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data, -+ IN ODM_RF_RADIO_PATH_E RF_PATH, -+ IN u4Byte RegAddr -+ ){} -+ -+#endif /* #if (RTL8812A_SUPPORT == 1) */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_regconfig8812a.h 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,96 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_ODM_REGCONFIG_H_8812A -+#define __INC_ODM_REGCONFIG_H_8812A -+ -+#if (RTL8812A_SUPPORT == 1) -+ -+void -+odm_ConfigRFReg_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data, -+ IN ODM_RF_RADIO_PATH_E RF_PATH, -+ IN u4Byte RegAddr -+ ); -+ -+void -+odm_ConfigRF_RadioA_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigRF_RadioB_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigMAC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u1Byte Data -+ ); -+ -+void -+odm_ConfigBB_AGC_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigBB_PHY_REG_PG_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Band, -+ IN u4Byte RfPath, -+ IN u4Byte TxNum, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigBB_PHY_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigBB_TXPWR_LMT_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte Regulation, -+ IN pu1Byte Band, -+ IN pu1Byte Bandwidth, -+ IN pu1Byte RateSection, -+ IN pu1Byte RfPath, -+ IN pu1Byte Channel, -+ IN pu1Byte PowerLimit -+ ); -+ -+#endif -+#endif // end of SUPPORT -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.c linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.c 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,161 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+ -+#include "../phydm_precomp.h" -+ -+#if (RTL8812A_SUPPORT == 1) -+ -+#if(defined(CONFIG_PATH_DIVERSITY)) -+VOID -+odm_UpdateTxPath_8812A(IN PDM_ODM_T pDM_Odm, IN u1Byte Path) -+{ -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ -+ if(pDM_PathDiv->RespTxPath != Path) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("Need to Update Tx Path\n")); -+ -+ if(Path == ODM_RF_PATH_A) -+ { -+ ODM_SetBBReg(pDM_Odm, 0x80c , 0xFFF0, 0x111); //Tx by Reg -+ ODM_SetBBReg(pDM_Odm, 0x6d8 , BIT7|BIT6, 1); //Resp Tx by Txinfo -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, 0x80c , 0xFFF0, 0x222); //Tx by Reg -+ ODM_SetBBReg(pDM_Odm, 0x6d8 , BIT7|BIT6, 2); //Resp Tx by Txinfo -+ } -+ } -+ pDM_PathDiv->RespTxPath = Path; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("Path=%s\n",(Path==ODM_RF_PATH_A)?"ODM_RF_PATH_A":"ODM_RF_PATH_B")); -+} -+ -+ -+VOID -+ODM_PathDiversityInit_8812A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i; -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ -+ ODM_SetBBReg(pDM_Odm, 0x80c , BIT29, 1); //Tx path from Reg -+ ODM_SetBBReg(pDM_Odm, 0x80c , 0xFFF0, 0x111); //Tx by Reg -+ ODM_SetBBReg(pDM_Odm, 0x6d8 , BIT7|BIT6, 1); //Resp Tx by Txinfo -+ odm_UpdateTxPath_8812A(pDM_Odm, ODM_RF_PATH_A); -+ -+ for (i=0; iPathSel[i] = 1; // TxInfo default at path-A -+ } -+} -+ -+ -+ -+VOID -+ODM_PathDiversity_8812A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte i, RssiAvgA=0, RssiAvgB=0, LocalMinRSSI, MinRSSI=0xFF; -+ u1Byte TxRespPath=0, TargetPath; -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ PSTA_INFO_T pEntry; -+ -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("Odm_PathDiversity_8812A() =>\n")); -+ -+ for (i=0; ipODM_StaInfo[i]; -+ if(IS_STA_VALID(pEntry)) -+ { -+ //2 Caculate RSSI per Path -+ RssiAvgA = (pDM_PathDiv->PathA_Cnt[i]!=0)?(pDM_PathDiv->PathA_Sum[i]/pDM_PathDiv->PathA_Cnt[i]):0; -+ RssiAvgB = (pDM_PathDiv->PathB_Cnt[i]!=0)?(pDM_PathDiv->PathB_Sum[i]/pDM_PathDiv->PathB_Cnt[i]):0; -+ TargetPath = (RssiAvgA==RssiAvgB)?pDM_PathDiv->RespTxPath:((RssiAvgA>=RssiAvgB)?ODM_RF_PATH_A:ODM_RF_PATH_B); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("MacID=%d, PathA_Sum=%d, PathA_Cnt=%d\n", i, pDM_PathDiv->PathA_Sum[i], pDM_PathDiv->PathA_Cnt[i])); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("MacID=%d, PathB_Sum=%d, PathB_Cnt=%d\n",i, pDM_PathDiv->PathB_Sum[i], pDM_PathDiv->PathB_Cnt[i])); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_PATH_DIV, ODM_DBG_LOUD, ("MacID=%d, RssiAvgA= %d, RssiAvgB= %d\n", i, RssiAvgA, RssiAvgB)); -+ -+ //2 Select Resp Tx Path -+ LocalMinRSSI = (RssiAvgA>RssiAvgB)?RssiAvgB:RssiAvgA; -+ if(LocalMinRSSI < MinRSSI) -+ { -+ MinRSSI = LocalMinRSSI; -+ TxRespPath = TargetPath; -+ } -+ -+ //2 Select Tx DESC -+ if(TargetPath == ODM_RF_PATH_A) -+ pDM_PathDiv->PathSel[i] = 1; -+ else -+ pDM_PathDiv->PathSel[i] = 2; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("Tx from TxInfo, TargetPath=%s\n", -+ (TargetPath==ODM_RF_PATH_A)?"ODM_RF_PATH_A":"ODM_RF_PATH_B")); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_ANT_DIV, ODM_DBG_LOUD,("pDM_PathDiv->PathSel[%d] = %d\n", i, pDM_PathDiv->PathSel[i])); -+ -+ } -+ pDM_PathDiv->PathA_Cnt[i] = 0; -+ pDM_PathDiv->PathA_Sum[i] = 0; -+ pDM_PathDiv->PathB_Cnt[i] = 0; -+ pDM_PathDiv->PathB_Sum[i] = 0; -+ } -+ -+ //2 Update Tx Path -+ odm_UpdateTxPath_8812A(pDM_Odm, TxRespPath); -+ -+} -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+VOID -+ODM_SetTxPathByTxInfo_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte pDesc, -+ IN u1Byte macId -+) -+{ -+ pPATHDIV_T pDM_PathDiv = &pDM_Odm->DM_PathDiv; -+ -+ if((pDM_Odm->SupportICType != ODM_RTL8812)||(!(pDM_Odm->SupportAbility & ODM_BB_PATH_DIV))) -+ return; -+ -+ SET_TX_DESC_TX_ANT_8812(pDesc, pDM_PathDiv->PathSel[macId]); -+} -+#else// (DM_ODM_SUPPORT_TYPE == ODM_AP) -+VOID -+ODM_SetTxPathByTxInfo_8812A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ -+} -+#endif -+ -+#endif // CONFIG_PATH_DIVERSITY -+#endif //#if (RTL8812A_SUPPORT == 1) -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/phydm_rtl8812a.h 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,46 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __ODM_RTL8812A_H__ -+#define __ODM_RTL8812A_H__ -+#if(defined(CONFIG_PATH_DIVERSITY)) -+ -+VOID -+ODM_PathStatistics_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte MacId, -+ IN u4Byte RSSI_A, -+ IN u4Byte RSSI_B -+); -+ -+VOID -+ODM_PathDiversityInit_8812A( IN PDM_ODM_T pDM_Odm); -+ -+VOID -+ODM_PathDiversity_8812A( IN PDM_ODM_T pDM_Odm); -+ -+VOID -+ODM_SetTxPathByTxInfo_8812A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte pDesc, -+ IN u1Byte macId -+); -+ #endif -+ #endif -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/version_rtl8812a.h linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/version_rtl8812a.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8812a/version_rtl8812a.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8812a/version_rtl8812a.h 2017-06-07 23:07:21.024688761 +0300 -@@ -0,0 +1,4 @@ -+/*RTL8812A PHY Parameters*/ -+#define RELEASE_DATE_8812A 20150602 -+#define COMMIT_BY_8192E "BB_Jeffery" -+#define RELEASE_VERSION_8812A 55 -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.c 2017-06-07 23:07:21.025688852 +0300 -@@ -0,0 +1,742 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8821A_SUPPORT == 1) -+static BOOLEAN -+CheckPositive( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2, -+ IN const u4Byte Condition3, -+ IN const u4Byte Condition4 -+) -+{ -+ u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ -+ -+ u4Byte cond1 = Condition1, cond2 = Condition2, cond3 = Condition3, cond4 = Condition4; -+ u4Byte driver1 = pDM_Odm->CutVersion << 24 | -+ (pDM_Odm->SupportInterface & 0xF0) << 16 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ (pDM_Odm->SupportInterface & 0x0F) << 8 | -+ _BoardType; -+ -+ u4Byte driver2 = (pDM_Odm->TypeGLNA & 0xFF) << 0 | -+ (pDM_Odm->TypeGPA & 0xFF) << 8 | -+ (pDM_Odm->TypeALNA & 0xFF) << 16 | -+ (pDM_Odm->TypeAPA & 0xFF) << 24; -+ -+u4Byte driver3 = 0; -+ -+ u4Byte driver4 = (pDM_Odm->TypeGLNA & 0xFF00) >> 8 | -+ (pDM_Odm->TypeGPA & 0xFF00) | -+ (pDM_Odm->TypeALNA & 0xFF00) << 8 | -+ (pDM_Odm->TypeAPA & 0xFF00) << 16; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (cond1, cond2, cond3, cond4) = (0x%X 0x%X 0x%X 0x%X)\n", cond1, cond2, cond3, cond4)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (driver1, driver2, driver3, driver4) = (0x%X 0x%X 0x%X 0x%X)\n", driver1, driver2, driver3, driver4)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Platform, Interface) = (0x%X, 0x%X)\n", pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Board, Package) = (0x%X, 0x%X)\n", pDM_Odm->BoardType, pDM_Odm->PackageType)); -+ -+ -+ /*============== Value Defined Check ===============*/ -+ /*QFN Type [15:12] and Cut Version [27:24] need to do value check*/ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return FALSE; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return FALSE; -+ -+ /*=============== Bit Defined Check ================*/ -+ /* We don't care [31:28] */ -+ -+ cond1 &= 0x00FF0FFF; -+ driver1 &= 0x00FF0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u4Byte bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ -+ return TRUE; -+ -+ if ((cond1 & BIT0) != 0) /*GLNA*/ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /*GPA*/ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /*ALNA*/ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /*APA*/ -+ bitMask |= 0xFF000000; -+ -+ if (((cond2 & bitMask) == (driver2 & bitMask)) && ((cond4 & bitMask) == (driver4 & bitMask))) /* BoardType of each RF path is matched*/ -+ return TRUE; -+ else -+ return FALSE; -+ } else -+ return FALSE; -+} -+static BOOLEAN -+CheckNegative( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2 -+) -+{ -+ return TRUE; -+} -+ -+/****************************************************************************** -+* AGC_TAB.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8821A_AGC_TAB[] = { -+ 0x81C, 0xBF000001, -+ 0x81C, 0xBF020001, -+ 0x81C, 0xBF040001, -+ 0x81C, 0xBF060001, -+ 0x81C, 0xBE080001, -+ 0x81C, 0xBD0A0001, -+ 0x81C, 0xBC0C0001, -+ 0x81C, 0xBA0E0001, -+ 0x81C, 0xB9100001, -+ 0x81C, 0xB8120001, -+ 0x81C, 0xB7140001, -+ 0x81C, 0xB6160001, -+ 0x81C, 0xB5180001, -+ 0x81C, 0xB41A0001, -+ 0x81C, 0xB31C0001, -+ 0x81C, 0xB21E0001, -+ 0x81C, 0xB1200001, -+ 0x81C, 0xB0220001, -+ 0x81C, 0xAF240001, -+ 0x81C, 0xAE260001, -+ 0x81C, 0xAD280001, -+ 0x81C, 0xAC2A0001, -+ 0x81C, 0xAB2C0001, -+ 0x81C, 0xAA2E0001, -+ 0x81C, 0xA9300001, -+ 0x81C, 0xA8320001, -+ 0x81C, 0xA7340001, -+ 0x81C, 0xA6360001, -+ 0x81C, 0xA5380001, -+ 0x81C, 0xA43A0001, -+ 0x81C, 0x683C0001, -+ 0x81C, 0x673E0001, -+ 0x81C, 0x66400001, -+ 0x81C, 0x65420001, -+ 0x81C, 0x64440001, -+ 0x81C, 0x63460001, -+ 0x81C, 0x62480001, -+ 0x81C, 0x614A0001, -+ 0x81C, 0x474C0001, -+ 0x81C, 0x464E0001, -+ 0x81C, 0x45500001, -+ 0x81C, 0x44520001, -+ 0x81C, 0x43540001, -+ 0x81C, 0x42560001, -+ 0x81C, 0x41580001, -+ 0x81C, 0x285A0001, -+ 0x81C, 0x275C0001, -+ 0x81C, 0x265E0001, -+ 0x81C, 0x25600001, -+ 0x81C, 0x24620001, -+ 0x81C, 0x0A640001, -+ 0x81C, 0x09660001, -+ 0x81C, 0x08680001, -+ 0x81C, 0x076A0001, -+ 0x81C, 0x066C0001, -+ 0x81C, 0x056E0001, -+ 0x81C, 0x04700001, -+ 0x81C, 0x03720001, -+ 0x81C, 0x02740001, -+ 0x81C, 0x01760001, -+ 0x81C, 0x01780001, -+ 0x81C, 0x017A0001, -+ 0x81C, 0x017C0001, -+ 0x81C, 0x017E0001, -+ 0x8000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x81C, 0xFB000101, -+ 0x81C, 0xFA020101, -+ 0x81C, 0xF9040101, -+ 0x81C, 0xF8060101, -+ 0x81C, 0xF7080101, -+ 0x81C, 0xF60A0101, -+ 0x81C, 0xF50C0101, -+ 0x81C, 0xF40E0101, -+ 0x81C, 0xF3100101, -+ 0x81C, 0xF2120101, -+ 0x81C, 0xF1140101, -+ 0x81C, 0xF0160101, -+ 0x81C, 0xEF180101, -+ 0x81C, 0xEE1A0101, -+ 0x81C, 0xED1C0101, -+ 0x81C, 0xEC1E0101, -+ 0x81C, 0xEB200101, -+ 0x81C, 0xEA220101, -+ 0x81C, 0xE9240101, -+ 0x81C, 0xE8260101, -+ 0x81C, 0xE7280101, -+ 0x81C, 0xE62A0101, -+ 0x81C, 0xE52C0101, -+ 0x81C, 0xE42E0101, -+ 0x81C, 0xE3300101, -+ 0x81C, 0xA5320101, -+ 0x81C, 0xA4340101, -+ 0x81C, 0xA3360101, -+ 0x81C, 0x87380101, -+ 0x81C, 0x863A0101, -+ 0x81C, 0x853C0101, -+ 0x81C, 0x843E0101, -+ 0x81C, 0x69400101, -+ 0x81C, 0x68420101, -+ 0x81C, 0x67440101, -+ 0x81C, 0x66460101, -+ 0x81C, 0x49480101, -+ 0x81C, 0x484A0101, -+ 0x81C, 0x474C0101, -+ 0x81C, 0x2A4E0101, -+ 0x81C, 0x29500101, -+ 0x81C, 0x28520101, -+ 0x81C, 0x27540101, -+ 0x81C, 0x26560101, -+ 0x81C, 0x25580101, -+ 0x81C, 0x245A0101, -+ 0x81C, 0x235C0101, -+ 0x81C, 0x055E0101, -+ 0x81C, 0x04600101, -+ 0x81C, 0x03620101, -+ 0x81C, 0x02640101, -+ 0x81C, 0x01660101, -+ 0x81C, 0x01680101, -+ 0x81C, 0x016A0101, -+ 0x81C, 0x016C0101, -+ 0x81C, 0x016E0101, -+ 0x81C, 0x01700101, -+ 0x81C, 0x01720101, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x81C, 0xFB000101, -+ 0x81C, 0xFA020101, -+ 0x81C, 0xF9040101, -+ 0x81C, 0xF8060101, -+ 0x81C, 0xF7080101, -+ 0x81C, 0xF60A0101, -+ 0x81C, 0xF50C0101, -+ 0x81C, 0xF40E0101, -+ 0x81C, 0xF3100101, -+ 0x81C, 0xF2120101, -+ 0x81C, 0xF1140101, -+ 0x81C, 0xF0160101, -+ 0x81C, 0xEF180101, -+ 0x81C, 0xEE1A0101, -+ 0x81C, 0xED1C0101, -+ 0x81C, 0xEC1E0101, -+ 0x81C, 0xEB200101, -+ 0x81C, 0xEA220101, -+ 0x81C, 0xE9240101, -+ 0x81C, 0xE8260101, -+ 0x81C, 0xE7280101, -+ 0x81C, 0xE62A0101, -+ 0x81C, 0xE52C0101, -+ 0x81C, 0xE42E0101, -+ 0x81C, 0xE3300101, -+ 0x81C, 0xA5320101, -+ 0x81C, 0xA4340101, -+ 0x81C, 0xA3360101, -+ 0x81C, 0x87380101, -+ 0x81C, 0x863A0101, -+ 0x81C, 0x853C0101, -+ 0x81C, 0x843E0101, -+ 0x81C, 0x69400101, -+ 0x81C, 0x68420101, -+ 0x81C, 0x67440101, -+ 0x81C, 0x66460101, -+ 0x81C, 0x49480101, -+ 0x81C, 0x484A0101, -+ 0x81C, 0x474C0101, -+ 0x81C, 0x2A4E0101, -+ 0x81C, 0x29500101, -+ 0x81C, 0x28520101, -+ 0x81C, 0x27540101, -+ 0x81C, 0x26560101, -+ 0x81C, 0x25580101, -+ 0x81C, 0x245A0101, -+ 0x81C, 0x235C0101, -+ 0x81C, 0x055E0101, -+ 0x81C, 0x04600101, -+ 0x81C, 0x03620101, -+ 0x81C, 0x02640101, -+ 0x81C, 0x01660101, -+ 0x81C, 0x01680101, -+ 0x81C, 0x016A0101, -+ 0x81C, 0x016C0101, -+ 0x81C, 0x016E0101, -+ 0x81C, 0x01700101, -+ 0x81C, 0x01720101, -+ 0xA0000000, 0x00000000, -+ 0x81C, 0xFF000101, -+ 0x81C, 0xFF020101, -+ 0x81C, 0xFE040101, -+ 0x81C, 0xFD060101, -+ 0x81C, 0xFC080101, -+ 0x81C, 0xFD0A0101, -+ 0x81C, 0xFC0C0101, -+ 0x81C, 0xFB0E0101, -+ 0x81C, 0xFA100101, -+ 0x81C, 0xF9120101, -+ 0x81C, 0xF8140101, -+ 0x81C, 0xF7160101, -+ 0x81C, 0xF6180101, -+ 0x81C, 0xF51A0101, -+ 0x81C, 0xF41C0101, -+ 0x81C, 0xF31E0101, -+ 0x81C, 0xF2200101, -+ 0x81C, 0xF1220101, -+ 0x81C, 0xF0240101, -+ 0x81C, 0xEF260101, -+ 0x81C, 0xEE280101, -+ 0x81C, 0xED2A0101, -+ 0x81C, 0xEC2C0101, -+ 0x81C, 0xEB2E0101, -+ 0x81C, 0xEA300101, -+ 0x81C, 0xE9320101, -+ 0x81C, 0xE8340101, -+ 0x81C, 0xE7360101, -+ 0x81C, 0xE6380101, -+ 0x81C, 0xE53A0101, -+ 0x81C, 0xE43C0101, -+ 0x81C, 0xE33E0101, -+ 0x81C, 0xA5400101, -+ 0x81C, 0xA4420101, -+ 0x81C, 0xA3440101, -+ 0x81C, 0x87460101, -+ 0x81C, 0x86480101, -+ 0x81C, 0x854A0101, -+ 0x81C, 0x844C0101, -+ 0x81C, 0x694E0101, -+ 0x81C, 0x68500101, -+ 0x81C, 0x67520101, -+ 0x81C, 0x66540101, -+ 0x81C, 0x49560101, -+ 0x81C, 0x48580101, -+ 0x81C, 0x475A0101, -+ 0x81C, 0x2A5C0101, -+ 0x81C, 0x295E0101, -+ 0x81C, 0x28600101, -+ 0x81C, 0x27620101, -+ 0x81C, 0x26640101, -+ 0x81C, 0x25660101, -+ 0x81C, 0x24680101, -+ 0x81C, 0x236A0101, -+ 0x81C, 0x056C0101, -+ 0x81C, 0x046E0101, -+ 0x81C, 0x03700101, -+ 0x81C, 0x02720101, -+ 0xB0000000, 0x00000000, -+ 0x81C, 0x01740101, -+ 0x81C, 0x01760101, -+ 0x81C, 0x01780101, -+ 0x81C, 0x017A0101, -+ 0x81C, 0x017C0101, -+ 0x81C, 0x017E0101, -+ 0xC50, 0x00000022, -+ 0xC50, 0x00000020, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_AGC_TAB( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_AGC_TAB)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8821A_AGC_TAB; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_AGC_TAB\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } -+ else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigBB_AGC_8821A(pDM_Odm, v1, bMaskDWord, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8821A_AGC_TAB(void) -+{ -+ return 54; -+} -+ -+/****************************************************************************** -+* PHY_REG.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8821A_PHY_REG[] = { -+ 0x800, 0x0020D090, -+ 0x804, 0x080112E0, -+ 0x808, 0x0E028211, -+ 0x80C, 0x92131111, -+ 0x810, 0x20101261, -+ 0x814, 0x020C3D10, -+ 0x818, 0x03A00385, -+ 0x820, 0x00000000, -+ 0x824, 0x00030FE0, -+ 0x828, 0x00000000, -+ 0x82C, 0x002081DD, -+ 0x830, 0x2AAAEEC8, -+ 0x834, 0x0037A706, -+ 0x838, 0x06489B44, -+ 0x83C, 0x0000095B, -+ 0x840, 0xC0000001, -+ 0x844, 0x40003CDE, -+ 0x848, 0x62103F8B, -+ 0x84C, 0x6CFDFFB8, -+ 0x850, 0x28874706, -+ 0x854, 0x0001520C, -+ 0x858, 0x8060E000, -+ 0x85C, 0x74210168, -+ 0x860, 0x6929C321, -+ 0x864, 0x79727432, -+ 0x868, 0x8CA7A314, -+ 0x86C, 0x888C2878, -+ 0x870, 0x08888888, -+ 0x874, 0x31612C2E, -+ 0x878, 0x00000152, -+ 0x87C, 0x000FD000, -+ 0x8A0, 0x00000013, -+ 0x8A4, 0x7F7F7F7F, -+ 0x8A8, 0xA2000338, -+ 0x8AC, 0x0FF0FA0A, -+ 0x8B4, 0x000FC080, -+ 0x8B8, 0x6C10D7FF, -+ 0x8BC, 0x0CA52090, -+ 0x8C0, 0x1BF00020, -+ 0x8C4, 0x00000000, -+ 0x8C8, 0x00013169, -+ 0x8CC, 0x08248492, -+ 0x8D4, 0x940008A0, -+ 0x8D8, 0x290B5612, -+ 0x8F8, 0x400002C0, -+ 0x8FC, 0x00000000, -+ 0x900, 0x00000700, -+ 0x90C, 0x00000000, -+ 0x910, 0x0000FC00, -+ 0x914, 0x00000404, -+ 0x918, 0x1C1028C0, -+ 0x91C, 0x64B11A1C, -+ 0x920, 0xE0767233, -+ 0x924, 0x055AA500, -+ 0x928, 0x00000004, -+ 0x92C, 0xFFFE0000, -+ 0x930, 0xFFFFFFFE, -+ 0x934, 0x001FFFFF, -+ 0x960, 0x00000000, -+ 0x964, 0x00000000, -+ 0x968, 0x00000000, -+ 0x96C, 0x00000000, -+ 0x970, 0x801FFFFF, -+ 0x974, 0x000003FF, -+ 0x978, 0x00000000, -+ 0x97C, 0x00000000, -+ 0x980, 0x00000000, -+ 0x984, 0x00000000, -+ 0x988, 0x00000000, -+ 0x990, 0x27100000, -+ 0x994, 0xFFFF0100, -+ 0x998, 0xFFFFFF5C, -+ 0x99C, 0xFFFFFFFF, -+ 0x9A0, 0x000000FF, -+ 0x9A4, 0x00480080, -+ 0x9A8, 0x00000000, -+ 0x9AC, 0x00000000, -+ 0x9B0, 0x81081008, -+ 0x9B4, 0x01081008, -+ 0x9B8, 0x01081008, -+ 0x9BC, 0x01081008, -+ 0x9D0, 0x00000000, -+ 0x9D4, 0x00000000, -+ 0x9D8, 0x00000000, -+ 0x9DC, 0x00000000, -+ 0x9E0, 0x00005D00, -+ 0x9E4, 0x00000003, -+ 0x9E8, 0x00000001, -+ 0xA00, 0x00D047C8, -+ 0xA04, 0x01FF800C, -+ 0xA08, 0x8C8A8300, -+ 0xA0C, 0x2E68000F, -+ 0xA10, 0x9500BB78, -+ 0xA14, 0x11144028, -+ 0xA18, 0x00881117, -+ 0xA1C, 0x89140F00, -+ 0xA20, 0x1A1B0000, -+ 0xA24, 0x090E1317, -+ 0xA28, 0x00000204, -+ 0xA2C, 0x00900000, -+ 0xA70, 0x101FFF00, -+ 0xA74, 0x00000008, -+ 0xA78, 0x00000900, -+ 0xA7C, 0x225B0606, -+ 0xA80, 0x21805490, -+ 0xA84, 0x001F0000, -+ 0xB00, 0x03100040, -+ 0xB04, 0x0000B000, -+ 0xB08, 0xAE0201EB, -+ 0xB0C, 0x01003207, -+ 0xB10, 0x00009807, -+ 0xB14, 0x01000000, -+ 0xB18, 0x00000002, -+ 0xB1C, 0x00000002, -+ 0xB20, 0x0000001F, -+ 0xB24, 0x03020100, -+ 0xB28, 0x07060504, -+ 0xB2C, 0x0B0A0908, -+ 0xB30, 0x0F0E0D0C, -+ 0xB34, 0x13121110, -+ 0xB38, 0x17161514, -+ 0xB3C, 0x0000003A, -+ 0xB40, 0x00000000, -+ 0xB44, 0x00000000, -+ 0xB48, 0x13000032, -+ 0xB4C, 0x48080000, -+ 0xB50, 0x00000000, -+ 0xB54, 0x00000000, -+ 0xB58, 0x00000000, -+ 0xB5C, 0x00000000, -+ 0xC00, 0x00000007, -+ 0xC04, 0x00042020, -+ 0xC08, 0x80410231, -+ 0xC0C, 0x00000000, -+ 0xC10, 0x00000100, -+ 0xC14, 0x01000000, -+ 0xC1C, 0x40000003, -+ 0xC20, 0x2C2C2C2C, -+ 0xC24, 0x30303030, -+ 0xC28, 0x30303030, -+ 0xC2C, 0x2C2C2C2C, -+ 0xC30, 0x2C2C2C2C, -+ 0xC34, 0x2C2C2C2C, -+ 0xC38, 0x2C2C2C2C, -+ 0xC3C, 0x2A2A2A2A, -+ 0xC40, 0x2A2A2A2A, -+ 0xC44, 0x2A2A2A2A, -+ 0xC48, 0x2A2A2A2A, -+ 0xC4C, 0x2A2A2A2A, -+ 0xC50, 0x00000020, -+ 0xC54, 0x001C1208, -+ 0xC58, 0x30000C1C, -+ 0xC5C, 0x00000058, -+ 0xC60, 0x34344443, -+ 0xC64, 0x07003333, -+ 0xC68, 0x19791979, -+ 0xC6C, 0x19791979, -+ 0xC70, 0x19791979, -+ 0xC74, 0x19791979, -+ 0xC78, 0x19791979, -+ 0xC7C, 0x19791979, -+ 0xC80, 0x19791979, -+ 0xC84, 0x19791979, -+ 0xC94, 0x0100005C, -+ 0xC98, 0x00000000, -+ 0xC9C, 0x00000000, -+ 0xCA0, 0x00000029, -+ 0xCA4, 0x08040201, -+ 0xCA8, 0x80402010, -+ 0xCB0, 0x77775747, -+ 0xCB4, 0x10000077, -+ 0xCB8, 0x00508240, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_PHY_REG( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_PHY_REG)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8821A_PHY_REG; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_PHY_REG\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } -+ else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigBB_PHY_8821A(pDM_Odm, v1, bMaskDWord, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8821A_PHY_REG(void) -+{ -+ return 54; -+} -+ -+/****************************************************************************** -+* PHY_REG_PG.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8821A_PHY_REG_PG[] = { -+ 0, 0, 0, 0x00000c20, 0xffffffff, 0x32343638, -+ 0, 0, 0, 0x00000c24, 0xffffffff, 0x36363838, -+ 0, 0, 0, 0x00000c28, 0xffffffff, 0x28303234, -+ 0, 0, 0, 0x00000c2c, 0xffffffff, 0x34363838, -+ 0, 0, 0, 0x00000c30, 0xffffffff, 0x26283032, -+ 0, 0, 0, 0x00000c3c, 0xffffffff, 0x32343636, -+ 0, 0, 0, 0x00000c40, 0xffffffff, 0x24262830, -+ 0, 0, 0, 0x00000c44, 0x0000ffff, 0x00002022, -+ 1, 0, 0, 0x00000c24, 0xffffffff, 0x34343636, -+ 1, 0, 0, 0x00000c28, 0xffffffff, 0x26283032, -+ 1, 0, 0, 0x00000c2c, 0xffffffff, 0x32343636, -+ 1, 0, 0, 0x00000c30, 0xffffffff, 0x24262830, -+ 1, 0, 0, 0x00000c3c, 0xffffffff, 0x32343636, -+ 1, 0, 0, 0x00000c40, 0xffffffff, 0x24262830, -+ 1, 0, 0, 0x00000c44, 0x0000ffff, 0x00002022 -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_PHY_REG_PG( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_PHY_REG_PG)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8821A_PHY_REG_PG; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrByRate, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrByRate = ArrayLen/6; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_PHY_REG_PG\n")); -+ -+ pDM_Odm->PhyRegPgVersion = 1; -+ pDM_Odm->PhyRegPgValueType = PHY_REG_PG_EXACT_VALUE; -+ -+ for (i = 0; i < ArrayLen; i += 6) { -+ u4Byte v1 = Array[i]; -+ u4Byte v2 = Array[i+1]; -+ u4Byte v3 = Array[i+2]; -+ u4Byte v4 = Array[i+3]; -+ u4Byte v5 = Array[i+4]; -+ u4Byte v6 = Array[i+5]; -+ -+ odm_ConfigBB_PHY_REG_PG_8821A(pDM_Odm, v1, v2, v3, v4, v5, v6); -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrByRate[i/6], 100, "%s, %s, %s, 0x%X, 0x%08X, 0x%08X,", -+ (v1 == 0?"2.4G":" 5G"), (v2 == 0?"A":"B"), (v3 == 0?"1Tx":"2Tx"), v4, v5, v6); -+#endif -+ } -+} -+ -+ -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_bb.h 2017-06-07 23:07:21.025688852 +0300 -@@ -0,0 +1,59 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#if (RTL8821A_SUPPORT == 1) -+#ifndef __INC_MP_BB_HW_IMG_8821A_H -+#define __INC_MP_BB_HW_IMG_8821A_H -+ -+ -+/****************************************************************************** -+* AGC_TAB.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_AGC_TAB(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_AGC_TAB(void); -+ -+/****************************************************************************** -+* PHY_REG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_PHY_REG(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_PHY_REG(void); -+ -+/****************************************************************************** -+* PHY_REG_PG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_PHY_REG_PG(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_PHY_REG_PG(void); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.c 2017-06-07 23:07:21.029689216 +0300 -@@ -0,0 +1,6873 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.16*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8821A_SUPPORT == 1) -+#if (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP))) -+ -+ -+u1Byte Array_MP_8821A_FW_AP[] = { -+0x01, 0x21, 0x20, 0x00, 0x25, 0x00, 0x00, 0x00, 0x09, 0x08, 0x18, 0x09, 0x7E, 0x40, 0x00, 0x00, -+0xED, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x47, 0x8D, 0x02, 0x5F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x60, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x77, 0xEE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x5F, 0xF9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x6F, 0xF3, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x77, 0xED, 0x00, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x08, 0x08, 0x00, -+0x00, 0x00, 0x0A, 0x08, 0x03, 0x03, 0x00, 0x04, 0x09, 0x07, 0x03, 0x03, 0x00, 0x04, 0x08, 0x06, -+0x03, 0x02, 0x00, 0x04, 0x08, 0x05, 0x03, 0x01, 0x00, 0x04, 0x0D, 0x0A, 0x07, 0x05, 0x00, 0x08, -+0x0C, 0x0A, 0x07, 0x04, 0x00, 0x08, 0x0B, 0x0A, 0x06, 0x05, 0x00, 0x08, 0x0B, 0x0A, 0x05, 0x03, -+0x00, 0x08, 0x0B, 0x0A, 0x03, 0x02, 0x00, 0x08, 0x14, 0x12, 0x0C, 0x04, 0x00, 0x10, 0x14, 0x12, -+0x09, 0x04, 0x00, 0x10, 0x24, 0x22, 0x1C, 0x12, 0x00, 0x20, 0x24, 0x22, 0x18, 0x0C, 0x00, 0x20, -+0x24, 0x22, 0x14, 0x06, 0x00, 0x20, 0x24, 0x22, 0x0F, 0x04, 0x00, 0x20, 0x24, 0x21, 0x0A, 0x04, -+0x00, 0x20, 0x23, 0x21, 0x0C, 0x04, 0x00, 0x20, 0x23, 0x1F, 0x0A, 0x04, 0x00, 0x20, 0x22, 0x1F, -+0x0F, 0x04, 0x00, 0x20, 0x21, 0x1F, 0x16, 0x0C, 0x00, 0x20, 0x31, 0x2F, 0x20, 0x14, 0x00, 0x30, -+0x31, 0x2F, 0x18, 0x10, 0x00, 0x30, 0x31, 0x2C, 0x18, 0x0C, 0x00, 0x30, 0x31, 0x2A, 0x14, 0x0C, -+0x00, 0x30, 0x31, 0x28, 0x14, 0x00, 0x00, 0x30, 0x31, 0x24, 0x14, 0x00, 0x00, 0x30, 0x31, 0x1E, -+0x14, 0x00, 0x00, 0x30, 0x15, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x0F, 0x00, 0x00, -+0x00, 0x00, 0x05, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x05, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, -+0x10, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0xF5, 0x0F, -+0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x3F, 0x00, 0x00, 0x00, -+0x00, 0x15, 0xF0, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x15, 0xF0, 0xCF, 0xFF, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x26, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x21, -+0x25, 0x27, 0x28, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, -+0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, -+0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, -+0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x23, 0x26, 0x28, -+0x2A, 0x2A, 0x2A, 0x00, 0x04, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x18, 0x00, 0x24, 0x00, -+0x30, 0x00, 0x48, 0x00, 0x60, 0x00, 0x90, 0x00, 0xC0, 0x00, 0xD8, 0x00, 0x3C, 0x00, 0x64, 0x00, -+0x78, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0xE0, 0x00, 0xA0, 0x00, 0xF0, 0x01, -+0x40, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x04, 0xB0, 0x06, 0x40, 0x00, 0xC8, 0x01, 0x18, 0x01, -+0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, -+0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0x3C, 0x00, 0x50, 0x00, -+0x64, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x00, -+0x78, 0x00, 0xF0, 0x01, 0x90, 0x02, 0x58, 0x03, 0xE8, 0x07, 0xD0, 0x09, 0x60, 0x0F, 0xA0, 0x12, -+0xC0, 0x15, 0x18, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, -+0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, -+0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0x02, 0x00, 0x02, 0x00, -+0x04, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x12, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, 0x48, 0x00, -+0x60, 0x00, 0x6C, 0x00, 0x14, 0x00, 0x32, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, -+0xC8, 0x00, 0xF0, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0x90, 0x02, -+0x58, 0x03, 0x20, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, -+0x20, 0x03, 0xE8, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, -+0x20, 0x03, 0xE8, 0x00, 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, -+0xC8, 0x00, 0xF0, 0x01, 0x7C, 0x01, 0x90, 0x00, 0x3C, 0x00, 0x78, 0x00, 0xC8, 0x01, 0x2C, 0x01, -+0xF4, 0x03, 0xE8, 0x04, 0xB0, 0x07, 0xD0, 0x09, 0x60, 0x0A, 0xF0, 0x00, 0x64, 0x00, 0x8C, 0x00, -+0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, 0xE8, 0x00, -+0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, -+0xE8, 0x03, 0xE8, 0x01, 0x01, 0x01, 0x02, 0x01, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, -+0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x03, 0x04, 0x05, -+0x06, 0x07, 0x08, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x02, 0x04, 0x06, 0x07, 0x08, -+0x0A, 0x0B, 0x0C, 0x03, 0x05, 0x06, 0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0C, 0x02, 0x04, 0x06, 0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x03, 0x05, 0x06, -+0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, -+0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x19, 0x06, 0x04, 0x02, 0x00, -+0x18, 0x00, 0x04, 0x0C, 0x14, 0x2C, 0x36, 0x04, 0x08, 0x08, 0x08, 0x0A, 0x0A, 0x04, 0x04, 0x04, -+0x05, 0x04, 0x04, 0x05, 0x07, 0x07, 0x07, 0x08, 0x0A, 0x04, 0x07, 0x0A, 0x0E, 0x11, 0x13, 0x14, -+0x15, 0x03, 0x04, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, -+0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x07, 0x08, 0x08, 0x0A, 0x0A, 0x0C, 0x0E, -+0x10, 0x11, 0x11, 0x07, 0x09, 0x09, 0x0B, 0x0B, 0x0D, 0x0F, 0x13, 0x13, 0x14, 0x05, 0x05, 0x07, -+0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, -+0x0F, 0x04, 0x04, 0x04, 0x05, 0x07, 0x07, 0x09, 0x09, 0x0C, 0x0E, 0x10, 0x12, 0x05, 0x06, 0x07, -+0x0D, 0x10, 0x11, 0x12, 0x12, 0x07, 0x08, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, -+0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x05, 0x06, 0x08, -+0x09, 0x0C, 0x0E, 0x12, 0x12, 0x13, 0x14, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0F, 0x12, 0x12, 0x14, -+0x16, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x13, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, -+0x0E, 0x11, 0x13, 0x13, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x44, 0xE4, 0x85, 0xD0, 0x0B, 0x75, 0xD0, 0x08, 0xAA, 0xE0, -+0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, 0x79, 0xF5, 0x8C, 0xD2, 0x8C, -+0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, 0x95, 0x81, 0xB4, 0x40, 0x00, -+0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, 0xC2, 0xAF, 0xE6, 0x30, 0xE1, -+0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, 0xD0, 0x22, 0xE5, 0x0C, 0xFF, -+0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, 0x00, 0x78, 0x81, 0xE6, 0x30, -+0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, 0x74, 0x86, 0x25, 0x0C, 0xF8, -+0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xCD, 0xF8, 0xE8, -+0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, 0xD3, 0x9F, 0x40, 0x27, 0xE5, -+0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xCD, -+0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, 0xF5, 0xE5, 0x0C, 0x24, 0x86, -+0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, 0xF8, 0x7F, 0x04, 0xC2, 0xAF, -+0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, 0x07, 0x30, 0xE3, 0x04, 0x7F, -+0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, 0x07, 0x22, 0x78, 0x86, 0xA6, -+0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, 0x7F, 0x03, 0xE4, 0x78, 0x80, -+0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, 0x48, 0xAE, 0x74, 0x01, 0x93, -+0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, 0x60, 0x75, 0x8C, 0x79, 0xD2, -+0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0x74, 0x81, -+0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, 0x30, 0xF6, 0xD2, 0xAF, 0xAE, -+0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, 0xE6, 0xF9, 0x08, 0xE6, 0x18, -+0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, 0xE7, 0x19, 0x19, 0xF7, 0x09, -+0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, 0x04, 0x05, 0x81, 0x05, 0x81, -+0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, 0xF9, 0xEE, 0xB5, 0x0C, 0x02, -+0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x19, 0x19, 0xE7, 0x09, 0x09, -+0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, 0xE6, 0x04, 0xF8, 0xEF, 0x2F, -+0x04, 0x90, 0x48, 0xAE, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, 0x7F, 0x00, 0x22, 0xEF, 0xD3, -+0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE5, 0xF4, -+0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, 0x07, 0x0A, 0x74, 0x86, 0x2F, -+0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x45, 0x2D, 0x50, 0x2E, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xBF, 0x02, -+0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, 0xFB, 0xE6, 0xFC, 0xE9, 0x6C, -+0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, 0x03, 0xA6, 0x05, 0x1F, 0xE5, -+0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xFD, 0x18, 0x86, 0x01, -+0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, 0x0C, 0xB5, 0x07, 0x02, 0xAC, -+0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, 0x80, 0xF4, 0xE5, 0x0C, 0xB5, -+0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, -+0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, 0x30, 0xE0, 0x02, 0xD2, 0xE4, -+0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, 0x02, 0x45, 0x2C, 0x8F, 0xF0, -+0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, 0x30, 0xF7, 0x0D, 0x7F, 0x08, -+0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x32, 0x50, 0x30, 0x80, 0x07, 0x30, 0xF1, 0x06, 0xED, 0xF6, -+0x60, 0x27, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x25, 0x0E, 0x30, -+0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x14, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x15, 0x54, 0xEC, -+0x4E, 0xF6, 0xD2, 0xAF, 0xD2, 0xA9, 0x02, 0x45, 0x2D, 0x7F, 0x08, 0x08, 0xEF, 0x44, 0x83, 0xF4, -+0xC2, 0xAF, 0x56, 0xC6, 0xD2, 0xAF, 0xD2, 0xA9, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0x02, 0x47, 0xCB, -+0x02, 0x45, 0xBD, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, 0x03, 0xF6, 0x80, 0x01, 0xF2, -+0x08, 0xDF, 0xF4, 0x80, 0x29, 0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, 0x24, 0x0C, 0xC8, 0xC3, 0x33, -+0xC4, 0x54, 0x0F, 0x44, 0x20, 0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, 0x80, 0x01, 0x46, 0xF6, 0xDF, -+0xE4, 0x80, 0x0B, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x90, 0x48, 0x93, 0xE4, 0x7E, -+0x01, 0x93, 0x60, 0xBC, 0xA3, 0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, 0x54, 0x1F, 0xFE, 0xE4, 0x93, -+0xA3, 0x60, 0x01, 0x0E, 0xCF, 0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, 0x40, 0xB8, 0xE4, 0x93, 0xA3, -+0xFA, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, -+0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, 0xBE, -+0xEF, 0x2B, 0xFF, 0xEE, 0x3A, 0xFE, 0xED, 0x39, 0xFD, 0xEC, 0x38, 0xFC, 0x22, 0xEF, 0x5B, 0xFF, -+0xEE, 0x5A, 0xFE, 0xED, 0x59, 0xFD, 0xEC, 0x58, 0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, -+0xED, 0x49, 0xFD, 0xEC, 0x48, 0xFC, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, -+0xE0, 0xFF, 0x22, 0xE0, 0xF8, 0xA3, 0xE0, 0xF9, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, -+0x25, 0x82, 0xF5, 0x82, 0xE5, 0xF0, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, -+0xA3, 0xE0, 0xF9, 0x22, 0xEB, 0xF0, 0xA3, 0xEA, 0xF0, 0xA3, 0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, -+0x82, 0xF8, 0xE4, 0x93, 0x70, 0x12, 0x74, 0x01, 0x93, 0x70, 0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, -+0x01, 0x93, 0xF5, 0x82, 0x88, 0x83, 0xE4, 0x73, 0x74, 0x02, 0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, -+0xA3, 0x80, 0xDF, 0x41, 0xA6, 0xB5, 0x00, 0x41, 0xA6, 0xB6, 0x00, 0x44, 0xA6, 0x85, 0x41, 0x4E, -+0x59, 0x00, 0x44, 0xA6, 0x81, 0x61, 0x6E, 0x79, 0x00, 0x41, 0xA6, 0xC3, 0x00, 0x00, 0x4B, 0x08, -+0x58, 0xA8, 0x58, 0xCF, 0xE4, 0xFD, 0x7F, 0x8D, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, -+0x82, 0x75, 0x83, 0x00, 0xED, 0xF1, 0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0xBE, 0xED, 0xF0, 0x90, 0xA6, 0xBD, 0xEF, 0xF0, 0xD3, 0x94, 0x07, -+0x50, 0x41, 0x7F, 0x47, 0x31, 0x71, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, -+0x47, 0x11, 0xB8, 0x7F, 0x46, 0x31, 0x71, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xFD, 0x7F, -+0x46, 0xF1, 0xE3, 0x60, 0x0D, 0x7F, 0x45, 0x31, 0x71, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, -+0x80, 0x0C, 0x7F, 0x45, 0x31, 0x71, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, -+0x45, 0x80, 0x45, 0x90, 0xA6, 0xBD, 0xE0, 0x24, 0xF8, 0xF0, 0x7F, 0x63, 0x31, 0x71, 0x80, 0x02, -+0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, 0x63, 0x11, 0xB8, 0x7F, 0x62, 0x31, 0x71, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xFD, 0x7F, 0x62, 0xF1, 0xE3, 0x60, 0x0E, 0x31, 0x6F, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xFD, 0x7F, 0x61, 0x80, 0x0D, 0x31, 0x6F, 0x80, 0x02, 0xC3, -+0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, 0x61, 0x11, 0xB8, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, -+0x61, 0x31, 0x7E, 0x90, 0xA6, 0xBD, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x82, 0x75, 0x83, 0x00, 0xE0, 0x90, 0xA6, 0xBF, 0xF1, 0xFC, -+0x90, 0xA6, 0xBF, 0xE0, 0xFF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x71, 0xBB, 0x20, 0xE6, 0x02, 0x41, 0x8F, 0x90, 0x00, 0x8C, 0xE0, 0x90, 0xA6, 0xAC, 0xF0, -+0x7F, 0x8D, 0x31, 0x7E, 0x90, 0xA6, 0xAD, 0xEF, 0xF0, 0x90, 0x00, 0x8E, 0xE0, 0x90, 0xA6, 0xAE, -+0xF0, 0x90, 0xA6, 0xAD, 0xE0, 0x24, 0xFC, 0x60, 0x0F, 0x24, 0x03, 0x60, 0x02, 0x41, 0x88, 0x90, -+0xA6, 0xAC, 0xE0, 0xFF, 0x71, 0x6B, 0x41, 0x88, 0x90, 0xA6, 0xAC, 0xE0, 0x24, 0x15, 0x12, 0x66, -+0x27, 0xE0, 0xFB, 0xE4, 0xFD, 0xFF, 0x51, 0xC1, 0x75, 0xF0, 0x04, 0x71, 0xC7, 0x13, 0x13, 0x54, -+0x03, 0xFB, 0x0D, 0xE4, 0xFF, 0x51, 0xC1, 0x75, 0xF0, 0x04, 0x71, 0xC7, 0x12, 0x57, 0x4E, 0xFB, -+0x0D, 0xE4, 0xFF, 0x51, 0xC1, 0x75, 0xF0, 0x04, 0x71, 0xC7, 0xC4, 0x54, 0x03, 0xFB, 0x0D, 0xE4, -+0xFF, 0x51, 0xC1, 0x75, 0xF0, 0x04, 0x12, 0x67, 0xF7, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0x51, 0xC1, -+0x75, 0xF0, 0x04, 0x90, 0x96, 0x16, 0x51, 0xBC, 0x75, 0xF0, 0x04, 0xF1, 0xD5, 0xC4, 0x13, 0x54, -+0x01, 0xFB, 0x0D, 0x7F, 0x01, 0x51, 0xC1, 0x75, 0xF0, 0x04, 0xF1, 0xD5, 0x54, 0x1F, 0x51, 0xBF, -+0x12, 0x63, 0xBA, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0x51, 0xC1, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x01, -+0x51, 0xBC, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x02, 0x51, 0xBC, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x03, -+0x51, 0xBC, 0x75, 0xF0, 0x08, 0x12, 0x80, 0x5B, 0xFB, 0xE4, 0xFD, 0x0F, 0x51, 0xC1, 0x75, 0xF0, -+0x08, 0x90, 0x89, 0x05, 0x51, 0xBC, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x06, 0x51, 0xBC, 0x75, 0xF0, -+0x08, 0x12, 0x80, 0x53, 0xFB, 0x0D, 0x51, 0x94, 0x71, 0xBB, 0x30, 0xE0, 0x02, 0x11, 0xB4, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x70, 0x04, 0x74, 0xF0, 0x80, 0x16, 0xEF, 0xB4, 0x01, 0x04, 0x74, -+0xF4, 0x80, 0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, 0x80, 0x06, 0xEF, 0xB4, 0x03, 0x0C, 0x74, -+0xFC, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, 0xEB, 0xF0, 0x22, 0x11, 0x4F, 0xE0, 0xFB, -+0x0D, 0x51, 0x94, 0x90, 0xA6, 0xAC, 0xE0, 0x22, 0x7F, 0x54, 0x31, 0x7E, 0xE5, 0x0D, 0x5F, 0xF5, -+0x11, 0x7F, 0x55, 0x31, 0x7E, 0xE5, 0x0E, 0x5F, 0xF5, 0x12, 0x7F, 0x56, 0x31, 0x7E, 0xE5, 0x0F, -+0x5F, 0xF5, 0x13, 0x7F, 0x57, 0x31, 0x7E, 0xE5, 0x10, 0x5F, 0xF5, 0x14, 0xAD, 0x11, 0x7F, 0x54, -+0x11, 0xB8, 0xAD, 0x12, 0x7F, 0x55, 0x11, 0xB8, 0xAD, 0x13, 0x7F, 0x56, 0x11, 0xB8, 0xAD, 0x14, -+0x7F, 0x57, 0x11, 0xB8, 0x53, 0x91, 0xEF, 0x22, 0x7F, 0x81, 0x31, 0x7E, 0xEF, 0x54, 0xFE, 0xFD, -+0x7F, 0x81, 0x11, 0xB8, 0x7F, 0x80, 0x31, 0x7E, 0xEF, 0x44, 0x80, 0xFD, 0x7F, 0x80, 0x11, 0xB8, -+0x12, 0x7C, 0x26, 0x12, 0x3D, 0x3B, 0x12, 0x7A, 0xE7, 0x12, 0x7C, 0x33, 0x7F, 0x01, 0x12, 0x45, -+0xF5, 0x7F, 0x02, 0x12, 0x45, 0xF5, 0x12, 0x58, 0x16, 0x12, 0x77, 0x88, 0x90, 0x01, 0xCC, 0x74, -+0x0F, 0xF0, 0x7F, 0x80, 0x31, 0x7E, 0xEF, 0x44, 0x40, 0xFD, 0x7F, 0x80, 0x11, 0xB8, 0x75, 0x28, -+0xFF, 0x12, 0x58, 0xA1, 0x12, 0x78, 0x63, 0x7F, 0x81, 0x31, 0x7E, 0xEF, 0x44, 0x04, 0xFD, 0x7F, -+0x81, 0x11, 0xB8, 0x12, 0x7C, 0x3D, 0xE4, 0xFF, 0x02, 0x46, 0x7E, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA6, 0xBB, 0xEF, 0xF0, 0x71, 0xBB, 0x30, 0xE6, 0x3A, 0x7F, 0x8D, 0x31, 0x7E, -+0xEF, 0x64, 0x01, 0x70, 0x31, 0x90, 0xA6, 0xBC, 0xF0, 0x90, 0xA6, 0xBC, 0xE0, 0xFD, 0x90, 0xA6, -+0xBB, 0xE0, 0x75, 0xF0, 0x10, 0xF1, 0x6B, 0xE5, 0x82, 0x2D, 0x12, 0x63, 0xAE, 0xE0, 0xFB, 0xE4, -+0xFF, 0x51, 0x94, 0x90, 0xA6, 0xBC, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x10, 0x40, 0xDA, 0x71, -+0xBB, 0x30, 0xE0, 0x02, 0x11, 0xB4, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x8F, 0x31, 0x7E, 0xEF, -+0x22, 0xFF, 0x75, 0xF0, 0x04, 0xE5, 0x52, 0x90, 0x96, 0x18, 0x11, 0x4F, 0xE0, 0x22, 0x75, 0x40, -+0xFF, 0x75, 0x41, 0x43, 0x75, 0x42, 0xB1, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x20, -+0xF1, 0xDC, 0x75, 0x41, 0x43, 0x75, 0x42, 0xB7, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0xA3, 0x79, -+0x26, 0xF1, 0xDC, 0x75, 0x41, 0x43, 0x75, 0x42, 0xBD, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0xA3, -+0x79, 0x2C, 0xF1, 0xDC, 0x75, 0x41, 0x44, 0x75, 0x42, 0x11, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, -+0xA3, 0x79, 0x80, 0x12, 0x34, 0x62, 0xE4, 0xF5, 0x51, 0xE4, 0xFF, 0x74, 0x95, 0x25, 0x51, 0xF1, -+0x5A, 0xE0, 0x54, 0xFE, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x51, 0x90, 0x81, 0x00, 0xBF, 0x03, 0x08, -+0x12, 0x63, 0xA8, 0x74, 0x80, 0xF0, 0x80, 0x05, 0x12, 0x63, 0xA8, 0xE4, 0xF0, 0x75, 0xF0, 0x08, -+0xE5, 0x51, 0x12, 0x63, 0xA5, 0xE4, 0xF0, 0x0F, 0xBF, 0x10, 0xD0, 0x05, 0x51, 0xE5, 0x51, 0xB4, -+0x80, 0xC7, 0xE4, 0x90, 0xAD, 0xE2, 0xF0, 0x90, 0x94, 0x91, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0x00, 0xE4, 0xF5, 0x51, 0xE4, 0xFF, 0x75, 0xF0, 0x0A, 0xE5, 0x51, 0x12, 0x6B, 0x42, 0xF0, 0x0F, -+0xBF, 0x05, 0xF3, 0x74, 0x96, 0x25, 0x51, 0x12, 0x7F, 0xB0, 0xE4, 0xF0, 0xE5, 0x51, 0x12, 0x6C, -+0x89, 0xB1, 0x56, 0x74, 0x95, 0x25, 0x51, 0x12, 0x6C, 0x97, 0xE4, 0xF0, 0xE5, 0x51, 0xB1, 0x4D, -+0xE5, 0x51, 0xF1, 0xEB, 0xB1, 0x56, 0xE5, 0x51, 0xF1, 0x4B, 0xB1, 0x56, 0xE5, 0x51, 0xF1, 0x39, -+0xB1, 0x56, 0x75, 0xF0, 0x04, 0xE5, 0x51, 0x12, 0x67, 0xF7, 0x74, 0x3F, 0xB1, 0x34, 0xF1, 0xF5, -+0xE4, 0xB1, 0x34, 0xF1, 0xD5, 0x54, 0xE0, 0x44, 0x09, 0xB1, 0x34, 0x71, 0xC7, 0x54, 0xF3, 0xB1, -+0x34, 0x71, 0xC7, 0x54, 0xFC, 0xB1, 0x34, 0xF1, 0xD5, 0x44, 0x20, 0xB1, 0x34, 0x71, 0xC7, 0x54, -+0xCF, 0xB1, 0x34, 0x71, 0xC7, 0x44, 0x40, 0xB1, 0x34, 0x71, 0xC7, 0x54, 0x7F, 0xB1, 0x34, 0xF1, -+0xF5, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x51, 0xF1, 0x6B, 0xEF, 0xF0, 0x74, 0x95, 0x25, 0x51, -+0xF1, 0x5A, 0xE4, 0xF0, 0x05, 0x51, 0xE5, 0x51, 0x64, 0x80, 0x60, 0x02, 0x81, 0x64, 0x90, 0x04, -+0x49, 0x74, 0xF0, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0xFF, 0xF0, 0x90, 0xA5, 0x08, 0x74, 0x02, -+0xF0, 0xA3, 0x74, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xE4, 0xFB, -+0xFD, 0xFF, 0x12, 0x7D, 0xD7, 0x74, 0x15, 0x25, 0x51, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, -+0x74, 0xFF, 0xF0, 0x22, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x51, 0x22, 0xE0, 0xFF, 0x25, 0xE0, 0x24, -+0x95, 0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, 0x83, 0xE4, 0xF0, 0xA3, 0xF0, 0xEF, 0x25, 0xE0, 0x24, -+0x95, 0xF5, 0x82, 0xE4, 0x34, 0x9B, 0xF5, 0x83, 0xE4, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x06, 0x89, -+0x90, 0xA5, 0x13, 0x12, 0x74, 0x74, 0x90, 0xA5, 0x14, 0x12, 0x65, 0x70, 0x90, 0xA5, 0x15, 0xF0, -+0x90, 0x04, 0x87, 0xE0, 0x60, 0x02, 0xE1, 0x21, 0xE4, 0xFF, 0x74, 0x18, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0xA5, 0xF5, 0x83, 0xE4, 0xF0, 0x0F, 0xEF, 0xB4, 0x0C, 0xEF, 0x90, 0xA5, 0x15, 0xE0, 0x30, -+0xE0, 0x62, 0x90, 0xA5, 0x13, 0xE0, 0xD3, 0x94, 0x80, 0x40, 0x59, 0xA3, 0xE0, 0xD3, 0x94, 0x80, -+0x40, 0x52, 0xF1, 0x45, 0x90, 0xA6, 0x2E, 0xEE, 0x12, 0x57, 0x02, 0xA3, 0xF1, 0xC7, 0x7B, 0x01, -+0xFA, 0x7D, 0x02, 0x7F, 0x80, 0x12, 0x56, 0x3E, 0x90, 0xA5, 0x18, 0x74, 0x01, 0xF1, 0x44, 0x90, -+0xA5, 0x19, 0xF1, 0x43, 0x78, 0x08, 0x12, 0x08, 0x47, 0x90, 0xA5, 0x1A, 0xF1, 0x43, 0x78, 0x10, -+0x12, 0x08, 0x47, 0x90, 0xA5, 0x1B, 0xF1, 0x43, 0x78, 0x18, 0x12, 0x08, 0x47, 0x90, 0xA5, 0x1C, -+0xEF, 0xF0, 0x12, 0x80, 0x14, 0x74, 0x05, 0xF0, 0x90, 0x94, 0x91, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0xE1, 0x18, 0x90, 0xA5, 0x15, 0xE0, 0x20, 0xE1, 0x02, 0xC1, 0x7C, 0x90, 0xA5, 0x18, -+0x74, 0x02, 0xF0, 0x12, 0x80, 0x30, 0x50, 0x32, 0xF1, 0x37, 0x12, 0x7F, 0xDA, 0xF1, 0x4A, 0x12, -+0x56, 0xE6, 0x7B, 0x01, 0xFA, 0x7D, 0x03, 0x7F, 0x80, 0x12, 0x56, 0x3E, 0x90, 0xA5, 0x13, 0xE0, -+0xFD, 0xF1, 0x39, 0xF1, 0x30, 0x90, 0xA5, 0x19, 0xF1, 0x22, 0x90, 0xA5, 0x1B, 0x12, 0x80, 0x63, -+0xF1, 0x37, 0xB1, 0x56, 0xF1, 0x4A, 0xB1, 0x56, 0x80, 0x06, 0x90, 0xA5, 0x19, 0x74, 0xEA, 0xF0, -+0x12, 0x80, 0x27, 0x50, 0x29, 0xF1, 0x37, 0x12, 0x7F, 0xDA, 0xF1, 0x4A, 0x12, 0x56, 0xE6, 0x7B, -+0x01, 0xFA, 0x7D, 0x04, 0x12, 0x80, 0x0A, 0xFD, 0xF1, 0x39, 0xF1, 0x30, 0x90, 0xA5, 0x1D, 0xF1, -+0x22, 0x12, 0x7F, 0xEA, 0xF1, 0x37, 0xB1, 0x56, 0xF1, 0x4A, 0xB1, 0x56, 0x80, 0x06, 0x90, 0xA5, -+0x1D, 0x74, 0xEA, 0xF0, 0x12, 0x80, 0x14, 0x74, 0x09, 0xF0, 0xE1, 0x18, 0x90, 0xA5, 0x15, 0xE0, -+0x60, 0x02, 0xE1, 0x0D, 0x12, 0x80, 0x30, 0x50, 0x35, 0x12, 0x56, 0xCA, 0x7B, 0x01, 0xFA, 0x7D, -+0x05, 0x7F, 0x80, 0x12, 0x56, 0x3E, 0x12, 0x7F, 0xE2, 0xF1, 0xEA, 0xF1, 0x30, 0x90, 0xA5, 0x19, -+0x12, 0x80, 0x63, 0xE0, 0xFD, 0x12, 0x7F, 0x93, 0xF1, 0x30, 0x90, 0xA5, 0x1B, 0x12, 0x80, 0x1E, -+0xF1, 0x6B, 0xE0, 0x90, 0xA5, 0x1D, 0xF0, 0x90, 0xA5, 0x13, 0xB1, 0x3B, 0x80, 0x04, 0x12, 0x7F, -+0xE2, 0xF0, 0x12, 0x80, 0x27, 0x50, 0x30, 0x12, 0x56, 0xCA, 0x7B, 0x01, 0xFA, 0x7D, 0x06, 0x12, -+0x80, 0x0A, 0x90, 0xA5, 0x1E, 0xF1, 0xEA, 0xF1, 0x30, 0x12, 0x7F, 0xEA, 0xE0, 0xFD, 0x12, 0x7F, -+0x93, 0xF1, 0x30, 0x90, 0xA5, 0x21, 0x12, 0x80, 0x1E, 0xF1, 0x6B, 0xE0, 0x90, 0xA5, 0x23, 0xF0, -+0x90, 0xA5, 0x14, 0xB1, 0x3B, 0x80, 0x08, 0x90, 0xA5, 0x14, 0xE0, 0x90, 0xA5, 0x1E, 0xF0, 0x90, -+0xA5, 0x16, 0x74, 0x04, 0xF0, 0x90, 0xA5, 0x24, 0x74, 0x0C, 0xF0, 0x80, 0x0B, 0x90, 0xA5, 0x16, -+0x74, 0x04, 0xF0, 0xE4, 0x90, 0xA5, 0x24, 0xF0, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x16, 0x12, 0x71, -+0x2D, 0x22, 0xF0, 0xEE, 0xA3, 0xF0, 0xED, 0x25, 0xE0, 0x24, 0x96, 0xF5, 0x82, 0xE4, 0x34, 0x9E, -+0xF5, 0x83, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0xE0, 0xFF, 0x25, 0xE0, 0x24, 0x16, 0xF5, 0x82, 0xE4, -+0x34, 0xA0, 0x22, 0xEF, 0xF0, 0x90, 0x94, 0x91, 0x01, 0x37, 0xEF, 0x25, 0xE0, 0x24, 0x96, 0xF5, -+0x82, 0xE4, 0x34, 0x9E, 0x22, 0xF0, 0x74, 0x95, 0x25, 0x52, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, -+0x83, 0x22, 0x90, 0xA5, 0x1E, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x52, 0x90, 0x81, 0x00, 0x01, 0x4F, -+0x90, 0x01, 0x30, 0xE4, 0xF1, 0xC7, 0x90, 0x01, 0x38, 0xF1, 0xC7, 0xFD, 0x7F, 0x50, 0x11, 0xB8, -+0xE4, 0xFD, 0x7F, 0x51, 0x11, 0xB8, 0xE4, 0xFD, 0x7F, 0x52, 0x11, 0xB8, 0xE4, 0xFD, 0x7F, 0x53, -+0x01, 0xB8, 0x90, 0x01, 0x34, 0x74, 0xFF, 0xF1, 0xC7, 0x90, 0x01, 0x3C, 0xF1, 0xC7, 0xFD, 0x7F, -+0x54, 0x11, 0xB8, 0x7D, 0xFF, 0x7F, 0x55, 0x11, 0xB8, 0x7D, 0xFF, 0x7F, 0x56, 0x11, 0xB8, 0x7D, -+0xFF, 0x7F, 0x57, 0x01, 0xB8, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA6, 0x2E, 0xE5, 0x55, 0xF0, 0xA3, -+0xE5, 0x56, 0xF0, 0xE4, 0x90, 0xA6, 0x32, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0xFF, -+0x75, 0xF0, 0x04, 0xE5, 0x52, 0x90, 0x96, 0x17, 0x11, 0x4F, 0xE0, 0x22, 0x12, 0x34, 0x62, 0x75, -+0x40, 0xFF, 0x22, 0x11, 0xB8, 0x90, 0xA6, 0xBE, 0xE0, 0x22, 0xF0, 0x25, 0xE0, 0x24, 0x95, 0xF5, -+0x82, 0xE4, 0x34, 0x9C, 0x22, 0x90, 0x96, 0x16, 0x01, 0x4F, 0x21, 0x9A, 0xF0, 0x7F, 0x10, 0x7E, -+0x00, 0x02, 0x3D, 0x7A, 0xE0, 0x90, 0xA6, 0x95, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x58, 0x7E, 0x01, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x90, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, -+0xA6, 0x94, 0xE0, 0xF5, 0x3B, 0xA3, 0xE0, 0xF5, 0x3C, 0x12, 0x35, 0x7A, 0x90, 0xA6, 0x90, 0x12, -+0x7A, 0xBC, 0xA3, 0xA3, 0xA3, 0x74, 0x05, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xAD, 0x07, 0x90, -+0xA5, 0x01, 0xE0, 0x75, 0xF0, 0x20, 0xA4, 0xFF, 0x90, 0xA6, 0x96, 0x11, 0xE4, 0x90, 0xA5, 0x02, -+0xE0, 0x75, 0xF0, 0x08, 0xA4, 0xAE, 0xF0, 0x90, 0xA6, 0x98, 0xF0, 0xEE, 0xA3, 0xF0, 0x11, 0xD0, -+0x90, 0xA6, 0x9A, 0xF0, 0xEE, 0xA3, 0xF0, 0xED, 0x64, 0x01, 0x60, 0x63, 0x90, 0xA4, 0xFF, 0xE0, -+0xFE, 0xF1, 0x4E, 0x30, 0xE0, 0x59, 0xEE, 0xF1, 0x7C, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0x11, 0xD8, -+0xFE, 0x54, 0x0F, 0xFF, 0xEE, 0xC4, 0x13, 0x13, 0x54, 0x01, 0xFD, 0x11, 0xD8, 0xC4, 0x13, 0x54, -+0x07, 0x30, 0xE0, 0x24, 0xA3, 0xE0, 0x30, 0xE0, 0x0F, 0x90, 0xA6, 0x9B, 0xE0, 0x90, 0xA6, 0x94, -+0xF0, 0x90, 0xA6, 0x9A, 0x11, 0x04, 0x80, 0x10, 0x11, 0xD0, 0xFF, 0x12, 0x3D, 0x7A, 0xF1, 0x77, -+0x20, 0xE0, 0x02, 0x7D, 0x01, 0x12, 0x48, 0xCC, 0x90, 0xA4, 0xFF, 0xE0, 0xC4, 0x54, 0x0F, 0x30, -+0xE0, 0x0D, 0x90, 0xA6, 0x99, 0xE0, 0x90, 0xA6, 0x94, 0xF0, 0x90, 0xA6, 0x98, 0x11, 0x04, 0x22, -+0x90, 0xA6, 0x96, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0x12, 0x48, 0xCC, 0x90, 0xA4, 0xFF, 0xE0, 0x22, -+0xFF, 0x90, 0xA6, 0x2E, 0xE5, 0xF0, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0x90, 0x04, 0x85, 0xE0, 0xF5, -+0x5C, 0x90, 0x9D, 0x95, 0xE0, 0x04, 0xF0, 0xE4, 0xF5, 0x52, 0x90, 0xA4, 0xFD, 0xE0, 0xFF, 0xE5, -+0x52, 0xC3, 0x9F, 0x40, 0x02, 0xC1, 0x09, 0xE5, 0x52, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA5, -+0x1F, 0xF0, 0xE5, 0x52, 0x54, 0x07, 0xA3, 0xF0, 0x90, 0x04, 0xA0, 0xE0, 0xFF, 0xA3, 0xE0, 0xFE, -+0xEF, 0x64, 0x01, 0x70, 0x25, 0xE5, 0x52, 0x6E, 0x70, 0x20, 0xA3, 0xE0, 0xF5, 0x53, 0xA3, 0xE0, -+0x12, 0x4F, 0x62, 0xE5, 0x53, 0xF0, 0xF1, 0x5E, 0xE0, 0x54, 0xFC, 0xFF, 0x90, 0xA5, 0x1E, 0xE0, -+0x54, 0x03, 0x4F, 0xFF, 0xF1, 0x5E, 0xEF, 0xF0, 0xC1, 0x05, 0xE5, 0x5C, 0x60, 0x15, 0x90, 0x9D, -+0x95, 0xE0, 0x85, 0x5C, 0xF0, 0x84, 0xE5, 0xF0, 0x60, 0x09, 0xE4, 0xFD, 0xAF, 0x52, 0x12, 0x6A, -+0xE8, 0xC1, 0x05, 0xAF, 0x52, 0x12, 0x75, 0x78, 0xEF, 0x70, 0x02, 0xC1, 0x05, 0x12, 0x4B, 0xC2, -+0xF1, 0x4E, 0x30, 0xE0, 0x02, 0xC1, 0x05, 0x90, 0xA5, 0x1F, 0x12, 0x6C, 0xBB, 0xE0, 0xFD, 0x7C, -+0x00, 0x90, 0xA5, 0x20, 0x12, 0x6F, 0xC5, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, -+0x12, 0x6F, 0xD3, 0x60, 0x02, 0xC1, 0x05, 0xE5, 0x52, 0x12, 0x6C, 0x89, 0x12, 0x4F, 0x30, 0x4E, -+0x70, 0x08, 0x12, 0x6C, 0x93, 0xE0, 0x70, 0x02, 0xC1, 0x05, 0xE5, 0x52, 0x12, 0x7E, 0xEC, 0x7B, -+0x01, 0x90, 0xA5, 0x12, 0x12, 0x48, 0x64, 0xE5, 0x52, 0x12, 0x6C, 0x89, 0xF5, 0x83, 0xE0, 0xF5, -+0x57, 0xA3, 0xE0, 0xF5, 0x58, 0x12, 0x6C, 0x93, 0xE0, 0xFF, 0x90, 0xA5, 0x15, 0xE4, 0x12, 0x6F, -+0xE3, 0xE5, 0x52, 0x12, 0x67, 0xF7, 0xE0, 0x90, 0xA5, 0x1D, 0xF0, 0x12, 0x4B, 0xC2, 0x13, 0x13, -+0x54, 0x03, 0x12, 0x4F, 0x62, 0xE0, 0xF5, 0x53, 0x54, 0x7F, 0xF5, 0x54, 0xF1, 0x3D, 0x12, 0x07, -+0x80, 0x11, 0xE0, 0x12, 0x80, 0x73, 0x90, 0xA6, 0x30, 0x11, 0xE4, 0xF1, 0x37, 0xFF, 0x90, 0xA6, -+0x32, 0x11, 0xE4, 0xF1, 0x31, 0xFF, 0x90, 0xA6, 0x34, 0x11, 0xE4, 0x7B, 0x01, 0x7A, 0x00, 0xF1, -+0x0C, 0xD1, 0xB1, 0x11, 0xE0, 0x90, 0xA5, 0x15, 0x12, 0x7F, 0x9D, 0xA3, 0xF1, 0x1B, 0xA3, 0xE4, -+0xF0, 0xA3, 0xE5, 0x53, 0xF0, 0x7B, 0x02, 0x7A, 0x00, 0xF1, 0x0C, 0x12, 0x6E, 0x6D, 0xE5, 0x52, -+0xF0, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0x12, 0x7F, 0x88, 0xF1, 0x01, 0x12, 0x6F, 0xDB, -+0xF1, 0x12, 0xF1, 0x3D, 0x12, 0x80, 0x73, 0xAE, 0xF0, 0x12, 0x07, 0x80, 0xD1, 0x27, 0xFE, 0x90, -+0x00, 0x06, 0xD1, 0x30, 0xFE, 0x90, 0x00, 0x08, 0xD1, 0x30, 0x90, 0xA5, 0x17, 0xF0, 0xA3, 0xEF, -+0xF0, 0xF1, 0x31, 0xFD, 0xAC, 0xF0, 0x25, 0xE0, 0xFF, 0xEC, 0x33, 0xFE, 0xEF, 0x2D, 0xFD, 0xEE, -+0x3C, 0xFC, 0xF1, 0x37, 0x25, 0xE0, 0xFF, 0xE5, 0xF0, 0x33, 0xFE, 0x90, 0x00, 0x02, 0xD1, 0x30, -+0xCF, 0x2D, 0xFD, 0xEF, 0x3C, 0xFC, 0xD1, 0xB1, 0xAE, 0xF0, 0x78, 0x02, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0x2D, 0xFF, 0xEC, 0x3E, 0x90, 0xA5, 0x1B, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x07, -+0x80, 0xFF, 0x90, 0xA5, 0x17, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xC3, 0x9F, 0xFE, 0xEC, 0x95, 0xF0, -+0xA3, 0xF0, 0xA3, 0xCE, 0xF0, 0xE5, 0x52, 0x12, 0x4F, 0xEB, 0xF5, 0x83, 0xEC, 0x8D, 0xF0, 0x12, -+0x08, 0xD6, 0x90, 0xA5, 0x1B, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xE5, 0x52, 0x12, 0x4F, 0x4B, 0xF1, -+0xF2, 0x90, 0xA5, 0x15, 0xE0, 0xFE, 0xA3, 0xE0, 0x12, 0x7F, 0x90, 0xF1, 0xF2, 0xE5, 0x52, 0x12, -+0x4F, 0x39, 0xF5, 0x83, 0xE5, 0x57, 0x85, 0x58, 0xF0, 0x12, 0x08, 0xD6, 0x90, 0x94, 0x91, 0x12, -+0x48, 0x43, 0x90, 0xA5, 0x19, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0x12, 0x48, 0x10, -+0x90, 0x94, 0x91, 0x12, 0x08, 0x6D, 0x90, 0xA5, 0x17, 0xE0, 0xFF, 0xA3, 0xE0, 0x90, 0xA6, 0x2E, -+0xCF, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA5, 0x1B, 0x12, 0x7F, 0x9D, 0x90, 0xA5, 0x15, 0xE0, 0xFF, -+0xA3, 0xE0, 0x90, 0xA6, 0x32, 0xCF, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, 0xF1, 0x1B, 0x7B, 0x04, 0x7A, -+0x00, 0xF1, 0x12, 0xE5, 0x52, 0x12, 0x4F, 0xEB, 0x12, 0x4F, 0x30, 0xFF, 0xC0, 0x07, 0xC0, 0x06, -+0xE5, 0x52, 0x12, 0x4F, 0x27, 0x12, 0x7F, 0x90, 0x12, 0x7F, 0xDA, 0xE5, 0x52, 0x12, 0x4F, 0x39, -+0xF5, 0x83, 0xE0, 0xFB, 0xA3, 0xE0, 0x90, 0xA6, 0x34, 0xCB, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA6, -+0x32, 0xEC, 0x12, 0x7F, 0xCA, 0xD0, 0xE0, 0xF0, 0xA3, 0xD0, 0xE0, 0xF0, 0x7B, 0x05, 0x7A, 0x00, -+0xF1, 0x12, 0x90, 0xA5, 0x1D, 0xE0, 0xFF, 0xE5, 0x54, 0xD3, 0x9F, 0x40, 0x12, 0x8F, 0x54, 0xE5, -+0x53, 0x30, 0xE7, 0x07, 0xE5, 0x54, 0x44, 0x80, 0xFF, 0x80, 0x02, 0xAF, 0x54, 0x8F, 0x53, 0xE5, -+0x54, 0x90, 0x41, 0x5F, 0x93, 0x12, 0x66, 0x22, 0xE0, 0xC3, 0x9F, 0x40, 0x0B, 0x74, 0x2C, 0x25, -+0x54, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0x80, 0x09, 0x74, 0x80, 0x25, 0x54, 0xF5, 0x82, 0xE4, 0x34, -+0xA3, 0xF5, 0x83, 0xE0, 0xFF, 0x12, 0x7E, 0xF9, 0x90, 0xA5, 0x0F, 0x12, 0x48, 0x64, 0x74, 0x96, -+0x25, 0x52, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0xE0, 0xC3, 0x94, 0x05, 0x40, 0x02, 0xA1, -+0xE7, 0xE5, 0x53, 0x30, 0xE7, 0x04, 0x05, 0x59, 0x05, 0x59, 0x90, 0x04, 0x8D, 0xE5, 0x59, 0xF0, -+0x90, 0x04, 0x8C, 0xE0, 0x64, 0x01, 0x70, 0x26, 0xE5, 0x54, 0xC3, 0x94, 0x0C, 0x40, 0x1F, 0x74, -+0x84, 0x25, 0x54, 0x12, 0x5F, 0x29, 0xE0, 0xFF, 0x60, 0x14, 0x54, 0x7F, 0xFE, 0xEF, 0x30, 0xE7, -+0x07, 0xEE, 0x25, 0x59, 0xF5, 0x59, 0x80, 0x06, 0xC3, 0xE5, 0x59, 0x9E, 0xF5, 0x59, 0x90, 0x04, -+0x8E, 0xE5, 0x59, 0xF0, 0xD3, 0x94, 0x1A, 0xAF, 0x59, 0x40, 0x02, 0x7F, 0x1A, 0x12, 0x7E, 0xF9, -+0x90, 0xA5, 0x0F, 0x12, 0x48, 0x64, 0x90, 0xA6, 0x2E, 0xF1, 0x01, 0xA3, 0x12, 0x4F, 0xC7, 0x7B, -+0x03, 0xFA, 0xF1, 0x0C, 0xC3, 0xE5, 0x58, 0x94, 0x0F, 0xE5, 0x57, 0x94, 0x00, 0x40, 0x02, 0x81, -+0xE0, 0xD1, 0xB1, 0xFF, 0x90, 0xA5, 0x16, 0xE0, 0x2F, 0xFF, 0x90, 0xA5, 0x15, 0xE0, 0x35, 0xF0, -+0xFE, 0x90, 0x00, 0x06, 0xD1, 0x30, 0xFE, 0xF1, 0x37, 0x2F, 0xFD, 0xEE, 0x35, 0xF0, 0x12, 0x7F, -+0xF5, 0xD3, 0xED, 0x9F, 0xEC, 0x9E, 0x40, 0x19, 0xF1, 0x18, 0xE5, 0x57, 0xD1, 0x0A, 0x90, 0xA6, -+0x32, 0xF1, 0x02, 0x7B, 0x01, 0xF1, 0x55, 0xFB, 0x7D, 0x01, 0xAF, 0x52, 0x12, 0x67, 0xFD, 0xA1, -+0xE2, 0xF1, 0x3D, 0x12, 0x07, 0x80, 0x65, 0x58, 0x70, 0x04, 0xE5, 0xF0, 0x65, 0x57, 0x70, 0x31, -+0x12, 0x4F, 0xD0, 0xFF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0xFE, 0xEF, 0x54, 0x3F, 0xFF, 0xEE, 0x04, -+0x54, 0x03, 0xC4, 0x33, 0x33, 0x54, 0xC0, 0x4F, 0xF0, 0xF1, 0x18, 0xE5, 0x57, 0xC3, 0xD1, 0x0A, -+0x90, 0xA6, 0x32, 0xF1, 0x02, 0x7B, 0x02, 0xF1, 0x55, 0xFD, 0xAF, 0x52, 0x12, 0x6C, 0xDA, 0x80, -+0x17, 0x90, 0x9D, 0x95, 0xE0, 0xFF, 0x90, 0xA6, 0x2E, 0xF1, 0x01, 0xA3, 0x12, 0x4F, 0xC7, 0x7B, -+0x08, 0xFA, 0x7D, 0x03, 0x7F, 0x01, 0xD1, 0x3E, 0x12, 0x4F, 0xD0, 0x54, 0x3F, 0xF0, 0xA1, 0xE2, -+0xE5, 0x52, 0x64, 0x01, 0x70, 0x44, 0xD1, 0xB1, 0xFF, 0xAE, 0xF0, 0xF1, 0x31, 0x2F, 0xFD, 0xE5, -+0xF0, 0x3E, 0x12, 0x7F, 0xF5, 0xC3, 0xED, 0x9F, 0xEC, 0x9E, 0x50, 0x08, 0x90, 0xA3, 0x16, 0x74, -+0x01, 0xF0, 0x80, 0x26, 0xD1, 0xB1, 0xFB, 0xAA, 0xF0, 0xE5, 0x58, 0xAE, 0x57, 0x78, 0x03, 0xCE, -+0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x7C, 0x00, 0x7D, 0x05, 0x12, 0x07, 0x03, 0xD3, 0xEB, -+0x9F, 0xEA, 0x9E, 0x40, 0x05, 0xE4, 0x90, 0xA3, 0x16, 0xF0, 0xAB, 0x59, 0xAD, 0x52, 0xAF, 0x58, -+0xAE, 0x57, 0x12, 0x7E, 0x19, 0x8E, 0x55, 0x8F, 0x56, 0xF1, 0x23, 0xF1, 0x43, 0xC3, 0x95, 0x56, -+0xEE, 0x95, 0x55, 0x50, 0x14, 0x90, 0xA6, 0x30, 0xEE, 0x12, 0x4F, 0xB5, 0x7B, 0x01, 0xD1, 0x39, -+0x7D, 0x01, 0xAF, 0x52, 0x12, 0x6C, 0xDA, 0x80, 0x2A, 0xF1, 0x69, 0xD3, 0x74, 0x01, 0x93, 0x95, -+0x56, 0xE4, 0x93, 0x95, 0x55, 0x40, 0x22, 0xF1, 0x23, 0xE4, 0x93, 0xFF, 0x74, 0x01, 0x93, 0x90, -+0xA6, 0x30, 0xCF, 0x12, 0x4F, 0xB5, 0x7B, 0x02, 0xD1, 0x39, 0xE4, 0xFB, 0x7D, 0x01, 0xAF, 0x52, -+0x12, 0x67, 0xFD, 0xD1, 0xBE, 0xE4, 0xF0, 0x80, 0x59, 0xF1, 0x23, 0xF1, 0x43, 0xF1, 0x69, 0xE4, -+0x93, 0xFD, 0x74, 0x01, 0x93, 0x90, 0xA6, 0x32, 0xCD, 0x12, 0x7F, 0xCA, 0xE5, 0x55, 0xF0, 0xA3, -+0xE5, 0x56, 0xD1, 0xBD, 0xE0, 0xFF, 0x90, 0xA6, 0x34, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0x7B, 0x03, -+0x7A, 0x00, 0xD1, 0x3A, 0xD1, 0xBE, 0xE0, 0x04, 0xD1, 0xBD, 0xE0, 0xC3, 0x94, 0x05, 0x40, 0x22, -+0xD1, 0xBE, 0xE4, 0xF0, 0xF1, 0x69, 0xF1, 0x43, 0xF1, 0x23, 0x74, 0x01, 0x93, 0x2F, 0xFF, 0xE4, -+0x93, 0x3E, 0xC3, 0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xE5, 0x52, 0x12, 0x6C, 0xAC, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0xE4, 0xF5, 0x55, 0xF5, 0x56, 0x75, 0x5B, 0x01, 0x7D, 0x01, 0xAF, 0x52, 0x12, 0x6A, -+0xE8, 0xE4, 0x90, 0xA6, 0x2E, 0x12, 0x4F, 0xC7, 0xA3, 0x12, 0x4F, 0xC7, 0x7B, 0x01, 0xFA, 0x7D, -+0xFF, 0x7F, 0x01, 0xD1, 0x3E, 0x05, 0x52, 0x01, 0xFA, 0x22, 0x13, 0xA3, 0xF0, 0xE5, 0x58, 0x13, -+0xA3, 0xF0, 0x90, 0xA5, 0x12, 0x12, 0x48, 0x5B, 0x90, 0x00, 0x06, 0x12, 0x07, 0xAB, 0xFF, 0xAE, -+0xF0, 0x90, 0x00, 0x08, 0x12, 0x07, 0xAB, 0x2F, 0xFF, 0xE5, 0xF0, 0x3E, 0xFE, 0x90, 0x00, 0x04, -+0x12, 0x07, 0xAB, 0x2F, 0xFF, 0xEE, 0x35, 0xF0, 0x22, 0xFA, 0x7D, 0x05, 0x7F, 0x01, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x1E, 0xE0, 0xFE, 0x60, 0x60, 0xEF, 0x54, 0x1F, 0x60, -+0x5B, 0x90, 0xA6, 0x38, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xEB, 0xA3, 0xF0, 0xEA, 0xA3, 0xF0, 0x90, -+0xA6, 0x2E, 0xE0, 0xFC, 0xA3, 0xE0, 0x90, 0xA6, 0x3C, 0xF0, 0xEC, 0xA3, 0xF0, 0x90, 0xA6, 0x30, -+0xE0, 0xFC, 0xA3, 0xE0, 0x90, 0xA6, 0x3E, 0xF0, 0xEC, 0xA3, 0xF0, 0x90, 0xA6, 0x32, 0xE0, 0xFC, -+0xA3, 0xE0, 0x90, 0xA6, 0x40, 0xF0, 0xEC, 0xA3, 0xF0, 0x90, 0xA6, 0x34, 0xE0, 0xFC, 0xA3, 0xE0, -+0x90, 0xA6, 0x42, 0xF0, 0xEC, 0xA3, 0xF0, 0x90, 0xA6, 0x36, 0x74, 0xFE, 0xF0, 0x90, 0xA6, 0x44, -+0x74, 0x0C, 0xF0, 0x7B, 0x01, 0x7A, 0xA6, 0x79, 0x36, 0x12, 0x71, 0x2D, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0xA5, 0x12, 0x12, 0x48, 0x5B, 0x90, 0x00, 0x08, 0x02, 0x07, 0xAB, 0xF0, 0x74, 0x15, -+0x25, 0x52, 0xF5, 0x82, 0xE4, 0x34, 0x98, 0xF5, 0x83, 0x22, 0xE0, 0xFF, 0x25, 0xE0, 0x24, 0x95, -+0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, 0x83, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xEF, 0x25, 0xE0, 0x24, -+0x95, 0xF5, 0x82, 0xE4, 0x34, 0x9B, 0xF5, 0x83, 0xE0, 0xFF, 0xA3, 0xE0, 0x90, 0xA6, 0x30, 0xCF, -+0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA6, 0x2E, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0xE9, 0xFF, 0x90, 0xA6, -+0x32, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x7D, 0x01, 0x7F, 0x01, -+0xC1, 0x3E, 0x7D, 0x60, 0x7F, 0x01, 0xC1, 0x3E, 0x90, 0xA6, 0x2E, 0xE5, 0x57, 0xF0, 0xA3, 0xE5, -+0x58, 0xF0, 0x22, 0xE5, 0x54, 0x25, 0xE0, 0x24, 0xB3, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xF5, 0x83, -+0x22, 0x90, 0x00, 0x06, 0x02, 0x07, 0xAB, 0x90, 0x00, 0x04, 0x02, 0x07, 0xAB, 0x90, 0xA5, 0x12, -+0x02, 0x48, 0x5B, 0xE4, 0x93, 0xFE, 0x74, 0x01, 0x93, 0xFF, 0x22, 0xEF, 0x54, 0x80, 0xC4, 0x13, -+0x13, 0x13, 0x54, 0x01, 0x22, 0xFA, 0x7D, 0x03, 0x7F, 0x01, 0xD1, 0x3E, 0xE4, 0x22, 0x75, 0xF0, -+0x10, 0xE5, 0x52, 0x90, 0x81, 0x05, 0x02, 0x48, 0x4F, 0xE5, 0x54, 0x25, 0xE0, 0x24, 0x5B, 0xF5, -+0x82, 0xE4, 0x34, 0x42, 0xF5, 0x83, 0x22, 0x90, 0xA4, 0xFF, 0xE0, 0xFE, 0x54, 0x0F, 0xFF, 0xEE, -+0xC4, 0x13, 0x13, 0x54, 0x03, 0x7D, 0x00, 0x22, 0x90, 0xA4, 0xFF, 0xE0, 0xFF, 0xF1, 0x4E, 0x30, -+0xE0, 0x1B, 0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x03, 0x12, 0x75, 0x5C, 0x90, 0xA5, 0x00, 0xE0, -+0x30, 0xE0, 0x0A, 0xF1, 0x77, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0x12, 0x48, 0xCC, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0xB7, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x44, 0x7F, -+0x6F, 0x12, 0x79, 0x2F, 0x12, 0x78, 0xD3, 0x90, 0xA6, 0xB8, 0xE0, 0x90, 0xA6, 0xB7, 0xB4, 0x01, -+0x0C, 0xE0, 0x75, 0xF0, 0x10, 0xF1, 0x63, 0xE0, 0x44, 0x04, 0xF0, 0x80, 0x0A, 0xE0, 0x75, 0xF0, -+0x10, 0xF1, 0x63, 0xE0, 0x54, 0xFB, 0xF0, 0xE4, 0xFD, 0xFF, 0x12, 0x79, 0x2F, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xF5, 0x83, 0xEE, 0x8F, 0xF0, 0x02, 0x08, 0xD6, 0x80, 0x8C, 0x7F, 0xF4, 0x12, 0x49, -+0x7E, 0xEF, 0x20, 0xE5, 0x0E, 0x7F, 0xF4, 0x12, 0x49, 0x7E, 0xEF, 0x7F, 0x01, 0x20, 0xE4, 0x05, -+0x7F, 0x02, 0x22, 0x7F, 0x03, 0x22, 0x12, 0x57, 0xFC, 0x90, 0xA3, 0x1D, 0xEF, 0xF0, 0x11, 0x30, -+0x90, 0x01, 0x64, 0x74, 0x01, 0xF0, 0x90, 0x04, 0x23, 0xE0, 0x44, 0x80, 0xF0, 0x02, 0x36, 0x83, -+0x12, 0x4F, 0x70, 0x12, 0x4F, 0x92, 0x11, 0x63, 0x11, 0x82, 0xE4, 0xF5, 0x0D, 0xF5, 0x0E, 0xF5, -+0x0F, 0x75, 0x10, 0x80, 0x43, 0x10, 0x02, 0xAD, 0x0D, 0x7F, 0x50, 0x12, 0x48, 0xB8, 0xAD, 0x0E, -+0x7F, 0x51, 0x12, 0x48, 0xB8, 0xAD, 0x0F, 0x7F, 0x52, 0x12, 0x48, 0xB8, 0xAD, 0x10, 0x7F, 0x53, -+0x02, 0x48, 0xB8, 0x75, 0x15, 0x12, 0xE4, 0xF5, 0x16, 0x75, 0x17, 0x87, 0x75, 0x18, 0x73, 0x90, -+0x01, 0x30, 0xE5, 0x15, 0xF0, 0xA3, 0xE5, 0x16, 0xF0, 0xA3, 0xE5, 0x17, 0xF0, 0xA3, 0xE5, 0x18, -+0xF0, 0x22, 0x75, 0x1D, 0x06, 0x75, 0x1E, 0x01, 0x75, 0x1F, 0x03, 0x75, 0x20, 0x62, 0x90, 0x01, -+0x38, 0xE5, 0x1D, 0xF0, 0xA3, 0xE5, 0x1E, 0xF0, 0xA3, 0xE5, 0x1F, 0xF0, 0xA3, 0xE5, 0x20, 0xF0, -+0x22, 0x75, 0xE8, 0x03, 0x75, 0xA8, 0x85, 0x22, 0xE4, 0x90, 0xA5, 0x0D, 0xF0, 0x90, 0xA5, 0x0D, -+0xE0, 0x64, 0x01, 0xF0, 0x24, 0xA8, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x58, 0xA3, 0xF0, 0x12, 0x3D, -+0x6E, 0xBF, 0x01, 0x03, 0x12, 0x31, 0x38, 0x12, 0x4F, 0xFA, 0x12, 0x45, 0x2D, 0x80, 0xDE, 0xE4, -+0xFB, 0xFA, 0xFD, 0x7F, 0x01, 0x12, 0x47, 0x2E, 0x90, 0xA5, 0x0E, 0xEF, 0xF0, 0x60, 0xF0, 0x90, -+0xA3, 0x17, 0xE0, 0xFF, 0x70, 0x04, 0xA3, 0xE0, 0x60, 0xE5, 0xC2, 0xAF, 0xEF, 0x30, 0xE0, 0x0F, -+0x90, 0xA3, 0x17, 0xE0, 0x54, 0xFE, 0xF0, 0xE4, 0xFF, 0x12, 0x6B, 0x53, 0x12, 0x50, 0xEB, 0xD1, -+0x56, 0x30, 0xE1, 0x06, 0x54, 0xFD, 0xF0, 0x12, 0x76, 0x95, 0xD1, 0x56, 0x30, 0xE2, 0x06, 0x54, -+0xFB, 0xF0, 0x12, 0x7B, 0x36, 0xD1, 0x56, 0x30, 0xE5, 0x0B, 0x54, 0xDF, 0xF0, 0x12, 0x7B, 0x05, -+0xBF, 0x01, 0x02, 0x31, 0x29, 0xD2, 0xAF, 0x80, 0xB6, 0x90, 0xA4, 0xE4, 0xE0, 0x90, 0xA5, 0x72, -+0xF0, 0x90, 0xA4, 0xE5, 0xE0, 0x90, 0xA5, 0x73, 0xF0, 0x90, 0xA4, 0xE6, 0xE0, 0x90, 0xA5, 0x74, -+0xF0, 0x90, 0xA4, 0xE7, 0xE0, 0x90, 0xA5, 0x75, 0xF0, 0x90, 0xA4, 0xE8, 0xE0, 0x90, 0xA5, 0x76, -+0xF0, 0x90, 0xA4, 0xD5, 0xE0, 0x90, 0xA5, 0x77, 0xF0, 0x90, 0xA4, 0xD6, 0xE0, 0x90, 0xA5, 0x78, -+0xF0, 0x90, 0xA4, 0xD7, 0xE0, 0x90, 0xA5, 0x79, 0xF0, 0x90, 0xA4, 0xD8, 0xE0, 0x90, 0xA5, 0x7A, -+0xF0, 0x90, 0xA4, 0xD9, 0xE0, 0x90, 0xA5, 0x7B, 0xF0, 0x90, 0xA4, 0xDA, 0xE0, 0x90, 0xA5, 0x7C, -+0xF0, 0x90, 0xA4, 0xDB, 0xE0, 0x90, 0xA5, 0x7D, 0xF0, 0x90, 0xA4, 0xDC, 0xE0, 0x90, 0xA5, 0x7E, -+0xF0, 0x90, 0xA4, 0xDD, 0xE0, 0x90, 0xA5, 0x7F, 0xF0, 0x90, 0xA4, 0xDE, 0xE0, 0x90, 0xA5, 0x80, -+0xF0, 0xF1, 0x41, 0x12, 0x4F, 0xC7, 0xA3, 0xF0, 0x90, 0xA5, 0x1A, 0xF0, 0xB1, 0xEF, 0x50, 0x04, -+0xB1, 0xFC, 0x80, 0xF8, 0x90, 0x01, 0x1F, 0xE0, 0xFE, 0x90, 0x01, 0x1E, 0x12, 0x7A, 0xCD, 0x90, -+0xA5, 0x0F, 0xF0, 0xA3, 0xF1, 0x31, 0xB1, 0xEF, 0x50, 0x4C, 0xD1, 0x60, 0x90, 0xA5, 0x1A, 0xE0, -+0xFE, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xD1, 0xCE, 0xE0, 0x24, 0x4D, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFF, 0x74, 0x1C, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xD1, 0xCE, -+0xE0, 0x24, 0x4E, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0xEE, 0xF1, 0x5E, 0xF5, 0x83, 0x12, -+0x48, 0x64, 0xD1, 0xD2, 0xE0, 0x24, 0x38, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0xEE, 0xD1, 0xC0, 0x12, -+0x48, 0x64, 0xD1, 0x09, 0x80, 0xB0, 0x90, 0x02, 0x87, 0xE0, 0x70, 0x02, 0xA1, 0xE1, 0x90, 0xA4, -+0xC7, 0xE0, 0x20, 0xE0, 0x02, 0xA1, 0xE1, 0xE4, 0x90, 0xA5, 0x8B, 0x12, 0x4F, 0xC7, 0xA3, 0xF0, -+0x90, 0xA5, 0x0F, 0xE0, 0xFF, 0xA3, 0xE0, 0xA3, 0xCF, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA5, 0x11, -+0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xEC, 0x90, 0xFD, 0x11, 0xF0, 0xF1, 0x53, 0xE0, 0xFE, 0xD1, 0xB5, -+0xE0, 0x7A, 0x00, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0x54, 0x3F, 0x90, 0xA5, 0x13, 0xF0, 0xA3, 0xF1, -+0x77, 0xE0, 0x54, 0x0F, 0x33, 0x33, 0x33, 0x54, 0xF8, 0x90, 0xA5, 0x16, 0xF0, 0xFC, 0x74, 0x07, -+0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x54, 0xC0, 0x90, 0xA5, 0x18, 0xF0, 0xEC, -+0x24, 0x18, 0x90, 0xA5, 0x15, 0xF0, 0xFD, 0x90, 0xA5, 0x11, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xD1, -+0x19, 0xEF, 0x54, 0xFC, 0x90, 0xA5, 0x17, 0xF0, 0x90, 0xA5, 0x16, 0xE0, 0x24, 0x18, 0xFF, 0xE4, -+0x33, 0x90, 0xA5, 0x13, 0x8F, 0xF0, 0x12, 0x08, 0xD6, 0x90, 0xA5, 0x13, 0xE0, 0xFE, 0xA3, 0xE0, -+0xFF, 0x12, 0x7F, 0x3E, 0x90, 0xA5, 0x0F, 0x12, 0x57, 0xF4, 0x90, 0xA4, 0xC5, 0xE0, 0xFE, 0xA3, -+0xE0, 0xFF, 0x90, 0xA5, 0x0F, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xD3, 0x9F, 0xEC, 0x9E, 0x40, 0x11, -+0x90, 0xA4, 0xC6, 0xF1, 0x6A, 0xED, 0x9F, 0xFF, 0xEC, 0x9E, 0x90, 0xA5, 0x0F, 0xF0, 0xA3, 0xEF, -+0xF0, 0x90, 0xA5, 0x17, 0xE0, 0x24, 0xC0, 0x60, 0x02, 0x81, 0xC0, 0xB1, 0xE2, 0x24, 0x18, 0xFD, -+0xD1, 0x19, 0xEF, 0x60, 0x02, 0x81, 0xB6, 0xB1, 0xE2, 0x24, 0x19, 0xFD, 0xD1, 0x19, 0x90, 0xA5, -+0x30, 0xF1, 0x39, 0x90, 0xA5, 0x30, 0xE0, 0xFF, 0x90, 0xA5, 0x19, 0xE0, 0xFD, 0xC3, 0x9F, 0x50, -+0x19, 0xB1, 0xE2, 0x24, 0x1A, 0xD1, 0x7B, 0x90, 0xA5, 0x19, 0xE0, 0x24, 0x31, 0xF5, 0x82, 0xE4, -+0x34, 0xA5, 0xF5, 0x83, 0xEF, 0xF0, 0xD1, 0x74, 0x80, 0xD9, 0x90, 0xA5, 0x30, 0xE0, 0x70, 0x02, -+0x61, 0xF3, 0xE4, 0x90, 0xA5, 0x1A, 0xF0, 0xB1, 0xEF, 0x40, 0x02, 0x61, 0xDB, 0xD1, 0x60, 0x90, -+0xA5, 0x1A, 0xE0, 0xFF, 0x24, 0x1C, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xE0, 0xFE, 0x90, -+0xA5, 0x30, 0xE0, 0xFD, 0xEE, 0x6D, 0x70, 0x1F, 0xEF, 0xF1, 0x5E, 0xF5, 0x83, 0x12, 0x48, 0x5B, -+0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xD1, 0xDD, 0xED, 0xF0, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, -+0xD1, 0x8C, 0xEF, 0x60, 0x02, 0x80, 0x47, 0x90, 0xA5, 0x30, 0xE0, 0x64, 0x03, 0x70, 0x4E, 0xD1, -+0xDD, 0x74, 0x03, 0xF0, 0x7A, 0xA6, 0x79, 0x85, 0xD1, 0x8C, 0xEF, 0x70, 0x0E, 0xD1, 0xDD, 0x74, -+0x03, 0xF0, 0x7A, 0xA6, 0x79, 0x81, 0xD1, 0x8C, 0xEF, 0x60, 0x2A, 0x90, 0xA5, 0x1A, 0xE0, 0xFF, -+0x24, 0x7C, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xE0, 0x60, 0x02, 0x80, 0x0B, 0x90, 0xA5, -+0x1A, 0xE0, 0xFF, 0x24, 0x77, 0xF1, 0x4A, 0x60, 0x05, 0x74, 0x8B, 0x2F, 0x80, 0x15, 0xD1, 0x48, -+0x74, 0x01, 0xF0, 0x80, 0x12, 0x90, 0xA5, 0x1A, 0xE0, 0x24, 0x8B, 0x80, 0x06, 0x90, 0xA5, 0x1A, -+0xE0, 0x24, 0x8B, 0xD1, 0x4E, 0xE4, 0xF0, 0xD1, 0x09, 0x61, 0x37, 0x90, 0xA5, 0x8B, 0xE0, 0x70, -+0x4F, 0xA3, 0xE0, 0x70, 0x4B, 0xA3, 0xE0, 0x70, 0x47, 0xA3, 0xE0, 0x70, 0x43, 0xA3, 0xE0, 0x70, -+0x3F, 0x81, 0xB6, 0xE4, 0x90, 0xA5, 0x1A, 0xF0, 0xB1, 0xEF, 0x50, 0x1C, 0x74, 0x77, 0x2E, 0xF1, -+0x4A, 0x60, 0x09, 0x74, 0x8B, 0x2E, 0xD1, 0x4E, 0xE4, 0xF0, 0x80, 0x08, 0x74, 0x8B, 0x2E, 0xD1, -+0x4E, 0x74, 0x01, 0xF0, 0xD1, 0x09, 0x80, 0xE0, 0x90, 0xA5, 0x8B, 0xE0, 0x70, 0x12, 0xA3, 0xE0, -+0x70, 0x0E, 0xA3, 0xE0, 0x70, 0x0A, 0xA3, 0xE0, 0x70, 0x06, 0xA3, 0xE0, 0x70, 0x02, 0x81, 0xB6, -+0xE4, 0x90, 0xA5, 0x1A, 0xF0, 0xB1, 0xEF, 0x50, 0x7D, 0xD1, 0x60, 0xD1, 0x48, 0xE0, 0x60, 0x72, -+0xE4, 0xFF, 0xFE, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x0B, 0xF1, 0x9A, 0x50, 0x07, 0x0F, 0xBF, 0x00, -+0x01, 0x0E, 0x80, 0xEF, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x58, 0x90, 0xA5, 0x1A, 0xE0, 0x24, 0x72, -+0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xA6, 0xAB, 0x74, 0x06, 0xF0, 0x7B, -+0x08, 0x7D, 0x01, 0x12, 0x7C, 0xFA, 0x90, 0xA5, 0x13, 0xEE, 0xF0, 0xA3, 0xF1, 0x39, 0x90, 0xA5, -+0x19, 0xE0, 0xFD, 0xC3, 0x94, 0x06, 0x50, 0x20, 0xB1, 0xE2, 0x24, 0x0A, 0xD1, 0x7B, 0x90, 0xA5, -+0x13, 0xA3, 0xE0, 0xFE, 0x90, 0xA5, 0x19, 0xE0, 0x2E, 0x24, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0xEF, 0xF0, 0xD1, 0x74, 0x80, 0xD6, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0x90, 0x06, -+0x35, 0xF0, 0xD1, 0x09, 0x81, 0x35, 0xF1, 0x84, 0x90, 0x06, 0x36, 0x74, 0xDD, 0xF0, 0x41, 0x16, -+0x90, 0xA5, 0x18, 0xE0, 0x60, 0x02, 0xA1, 0xDD, 0xB1, 0xE2, 0x24, 0x16, 0xFD, 0xD1, 0x19, 0x90, -+0x06, 0x34, 0xEF, 0xF0, 0xB1, 0xE2, 0x24, 0x17, 0xFD, 0xD1, 0x19, 0x90, 0x06, 0x37, 0xF1, 0x31, -+0xB1, 0xEF, 0x50, 0x6B, 0xD1, 0x60, 0xE4, 0x90, 0xA5, 0x19, 0xF0, 0x90, 0xA5, 0x19, 0xE0, 0xFF, -+0xC3, 0x94, 0x06, 0x50, 0x56, 0xEF, 0x60, 0x04, 0x64, 0x01, 0x70, 0x24, 0xB1, 0xE2, 0xD1, 0x10, -+0x90, 0xA5, 0x19, 0xE0, 0xFE, 0x24, 0xA0, 0xF1, 0x29, 0xEF, 0xF0, 0x90, 0xA5, 0x1A, 0xE0, 0xD1, -+0xC0, 0x12, 0x48, 0x5B, 0x8E, 0x82, 0xD1, 0x86, 0xFF, 0x74, 0xA2, 0x2E, 0xF1, 0x29, 0xEF, 0xF0, -+0xB1, 0xE2, 0xD1, 0x10, 0x90, 0xA5, 0x1A, 0xE0, 0xFE, 0xD1, 0xC0, 0x12, 0x48, 0x5B, 0x90, 0xA5, -+0x19, 0xE0, 0xF5, 0x82, 0xD1, 0x86, 0x6F, 0x60, 0x0E, 0x74, 0x86, 0x2E, 0xF5, 0x82, 0xE4, 0x34, -+0xA5, 0xF5, 0x83, 0xE4, 0xF0, 0x80, 0x04, 0xD1, 0x74, 0x80, 0xA0, 0xD1, 0x09, 0x80, 0x91, 0x90, -+0xA5, 0x86, 0xE0, 0x64, 0x01, 0x60, 0x17, 0xA3, 0xE0, 0x64, 0x01, 0x60, 0x11, 0xA3, 0xE0, 0x64, -+0x01, 0x60, 0x0B, 0xA3, 0xE0, 0x64, 0x01, 0x60, 0x05, 0xA3, 0xE0, 0xB4, 0x01, 0x06, 0x90, 0xA5, -+0x1B, 0x74, 0x01, 0xF0, 0x90, 0xA5, 0x1B, 0xE0, 0x64, 0x01, 0x70, 0x4E, 0xF1, 0xC1, 0x12, 0x70, -+0x7B, 0x12, 0x70, 0x40, 0x90, 0xA4, 0xE9, 0xE0, 0x70, 0x02, 0x41, 0x16, 0x90, 0x01, 0x3C, 0xE0, -+0x30, 0xE4, 0x03, 0x74, 0x10, 0xF0, 0x7D, 0x10, 0xE4, 0xFF, 0xF1, 0xA2, 0x90, 0xA4, 0xEA, 0xE0, -+0x60, 0x08, 0xF5, 0x35, 0xE4, 0xF5, 0x36, 0xFB, 0x80, 0x15, 0x90, 0xA4, 0xEB, 0xE0, 0x60, 0x08, -+0xFB, 0xE4, 0xF5, 0x35, 0xF5, 0x36, 0x80, 0x07, 0x75, 0x35, 0x20, 0xE4, 0xF5, 0x36, 0xFB, 0x7D, -+0x01, 0x7F, 0x60, 0x7E, 0x01, 0x12, 0x3B, 0xDB, 0x41, 0x16, 0xF1, 0x41, 0x12, 0x4F, 0xC7, 0xA3, -+0xF0, 0x90, 0xA5, 0x1A, 0xF0, 0xB1, 0xEF, 0x50, 0x04, 0xB1, 0xFC, 0x80, 0xF8, 0xF1, 0x84, 0x41, -+0x16, 0x22, 0x90, 0xA5, 0x11, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0xA5, 0x15, 0xE0, 0x22, 0x90, -+0xA4, 0xD2, 0xE0, 0xFF, 0x90, 0xA5, 0x1A, 0xE0, 0xFE, 0xC3, 0x9F, 0x22, 0x74, 0x86, 0x2E, 0xF5, -+0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x74, 0x01, 0xF0, 0x90, 0xA5, 0x1A, 0xE0, 0x04, 0xF0, 0x22, -+0x24, 0x04, 0xFD, 0x90, 0xA5, 0x19, 0xE0, 0x2D, 0xFD, 0xAB, 0x07, 0xAA, 0x06, 0xED, 0x2B, 0xFB, -+0xE4, 0x3A, 0xFA, 0xC3, 0x90, 0xA4, 0xC6, 0xE0, 0x9B, 0x90, 0xA4, 0xC5, 0xE0, 0x9A, 0x50, 0x09, -+0xA3, 0xF1, 0x6A, 0xEB, 0x9F, 0xFB, 0xEA, 0x9E, 0xFA, 0xEA, 0x90, 0xFD, 0x11, 0xF0, 0xAF, 0x03, -+0x74, 0x00, 0x2F, 0xD1, 0xB8, 0xE0, 0xFF, 0x22, 0x90, 0xA5, 0x1A, 0xE0, 0x24, 0x8B, 0xF5, 0x82, -+0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x22, 0xD2, 0xAF, 0xC2, 0xAF, 0x90, 0xA3, 0x17, 0xE0, 0xFF, 0x22, -+0x74, 0x72, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xFD, 0x10, 0xEF, -+0xF0, 0x7F, 0x00, 0x22, 0x90, 0xA5, 0x19, 0xE0, 0x04, 0xF0, 0x22, 0xFC, 0xED, 0x2C, 0xFD, 0x80, -+0x98, 0x12, 0x48, 0x5B, 0x8F, 0x82, 0x75, 0x83, 0x00, 0x02, 0x06, 0xA2, 0x90, 0xA5, 0x90, 0x12, -+0x48, 0x64, 0xE4, 0xFF, 0x90, 0xA5, 0x96, 0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x14, 0x90, 0xA5, -+0x93, 0xD1, 0x81, 0xFE, 0x90, 0xA5, 0x90, 0xD1, 0x81, 0x6E, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x0F, -+0x80, 0xE2, 0x7F, 0x01, 0x22, 0x74, 0x00, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, -+0x75, 0xF0, 0x03, 0xA4, 0x24, 0x63, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x22, 0xF5, 0x83, -+0xEF, 0xF0, 0x74, 0x81, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x22, 0x7B, 0x01, 0x7A, -+0xA5, 0x79, 0x31, 0x90, 0xA5, 0x93, 0x12, 0x48, 0x64, 0x90, 0xA5, 0x96, 0x22, 0xE4, 0xFC, 0xED, -+0x2C, 0x24, 0x00, 0xD1, 0xB8, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, 0xF3, 0xD1, 0xB5, 0xEF, 0xF0, -+0xEE, 0x54, 0x3F, 0xFF, 0xF1, 0x53, 0xF1, 0x77, 0xE0, 0x54, 0xF0, 0xF0, 0x74, 0x03, 0x2D, 0xF5, -+0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x80, 0xF0, 0x74, 0x0B, 0x2D, 0xF5, 0x82, 0xE4, -+0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x04, 0xF5, 0x83, -+0x22, 0xEF, 0xF0, 0xE4, 0x90, 0xA5, 0x1A, 0xF0, 0x22, 0xEF, 0xF0, 0xE4, 0x90, 0xA5, 0x19, 0xF0, -+0x22, 0xE4, 0x90, 0xA5, 0x1B, 0xF0, 0x90, 0xA5, 0x86, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, -+0x83, 0xE0, 0x22, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, 0x75, 0xF0, -+0x03, 0xA4, 0x24, 0x21, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0x22, 0xE0, 0x24, 0x01, 0xFF, 0x90, 0xA4, -+0xC5, 0xE0, 0x34, 0x00, 0xFE, 0xC3, 0x22, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, -+0xFB, 0xF5, 0x83, 0x22, 0x90, 0xA5, 0x0F, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x02, 0x84, 0xEF, -+0xF0, 0xEE, 0xA3, 0xF0, 0xA3, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0xD3, 0xEF, 0x94, 0xE8, 0xEE, 0x94, -+0x03, 0x22, 0x74, 0x1D, 0x2F, 0xF8, 0xE6, 0x4D, 0xFE, 0xF6, 0x74, 0x38, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0x01, 0xF5, 0x83, 0xEE, 0xF0, 0x22, 0x74, 0x15, 0xF1, 0xF0, 0xFE, 0xF6, 0x74, 0x30, 0x80, -+0xEB, 0xC2, 0xAF, 0x90, 0xA4, 0xC7, 0xE0, 0x54, 0xFE, 0xF0, 0x7D, 0x08, 0xE4, 0xFF, 0xF1, 0xB7, -+0x90, 0x02, 0x09, 0xE0, 0x90, 0x04, 0x24, 0xF0, 0x90, 0x02, 0x09, 0xE0, 0x90, 0x04, 0x25, 0xF0, -+0xE4, 0x90, 0xA4, 0xD3, 0xF0, 0xA3, 0xF0, 0xD2, 0xAF, 0x22, 0x74, 0x1D, 0xF1, 0xF0, 0x80, 0xB8, -+0x2F, 0xF8, 0xE6, 0xFE, 0xED, 0xF4, 0x5E, 0x22, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, -+0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x4A, 0xC8, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, -+0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, -+0xF0, 0xD0, 0xE0, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, -+0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x12, 0x7C, 0x47, 0xE5, 0x19, 0x30, 0xE1, 0x03, 0x12, 0x77, 0x7F, 0xE5, 0x19, 0x30, 0xE3, -+0x03, 0x12, 0x77, 0xB7, 0xE5, 0x19, 0x30, 0xE4, 0x03, 0x12, 0x77, 0xA4, 0xE5, 0x19, 0x30, 0xE5, -+0x03, 0x12, 0x7C, 0xA4, 0xE5, 0x1B, 0x30, 0xE0, 0x03, 0x12, 0x7A, 0xD6, 0xE5, 0x1B, 0x30, 0xE1, -+0x03, 0x12, 0x70, 0x93, 0xE5, 0x1B, 0x30, 0xE7, 0x03, 0x12, 0x7C, 0xE0, 0xE5, 0x1C, 0x30, 0xE0, -+0x03, 0x12, 0x7C, 0xF1, 0xE5, 0x1C, 0x30, 0xE4, 0x03, 0x12, 0x6F, 0xCF, 0xE5, 0x1C, 0x30, 0xE5, -+0x02, 0x11, 0xC6, 0xE5, 0x1C, 0x30, 0xE6, 0x03, 0x12, 0x77, 0x73, 0xD0, 0x07, 0xD0, 0x06, 0xD0, -+0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, -+0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0xE4, 0xF5, 0x65, 0x90, 0xA4, 0xFD, 0xE0, 0xFF, 0xE5, 0x65, -+0xC3, 0x9F, 0x40, 0x02, 0x21, 0xA6, 0xAF, 0x65, 0x12, 0x75, 0x78, 0xEF, 0x70, 0x02, 0x21, 0xA2, -+0xE5, 0x65, 0x12, 0x6F, 0xA7, 0xE5, 0x65, 0x54, 0x07, 0xFE, 0x74, 0x81, 0x2F, 0x12, 0x6C, 0xBE, -+0xE0, 0xFD, 0xAF, 0x06, 0x12, 0x6F, 0xC7, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, -+0xFF, 0xEF, 0x5D, 0x70, 0x02, 0x21, 0xA2, 0x75, 0xF0, 0x10, 0xE5, 0x65, 0x12, 0x6A, 0xE2, 0xE0, -+0x20, 0xE7, 0x02, 0x80, 0x10, 0x75, 0xF0, 0x10, 0xE5, 0x65, 0x90, 0x81, 0x02, 0x12, 0x48, 0x4F, -+0xE0, 0xFF, 0x20, 0xE7, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x20, 0xF0, 0x80, 0x74, 0xEF, 0x30, -+0xE6, 0x24, 0x12, 0x7F, 0x78, 0x12, 0x57, 0x01, 0x12, 0x6F, 0xDB, 0x7D, 0x01, 0x7F, 0x10, 0x12, -+0x56, 0x3E, 0x75, 0xF0, 0x10, 0xE5, 0x65, 0x12, 0x4F, 0x6B, 0x12, 0x80, 0x4B, 0x12, 0x4B, 0xC7, -+0x31, 0xB3, 0xE4, 0xFB, 0x80, 0x47, 0x31, 0xA7, 0xE0, 0x04, 0xF0, 0x12, 0x7F, 0x78, 0xE4, 0xF0, -+0xA3, 0xEF, 0xF0, 0x74, 0x96, 0x25, 0x65, 0x12, 0x6E, 0x84, 0xE0, 0x12, 0x56, 0xFD, 0x7B, 0x01, -+0xFA, 0x7D, 0x02, 0x7F, 0x10, 0x12, 0x56, 0x3E, 0x31, 0xA7, 0xE0, 0xD3, 0x94, 0x01, 0x40, 0x0B, -+0xAF, 0x65, 0x12, 0x6E, 0x9F, 0x31, 0xA7, 0xE4, 0xF0, 0x80, 0x17, 0x75, 0xF0, 0x10, 0xE5, 0x65, -+0x12, 0x4F, 0x6B, 0x12, 0x80, 0x4B, 0x12, 0x4B, 0xC7, 0x31, 0xB3, 0x7B, 0x01, 0xAF, 0x65, 0x12, -+0x69, 0x6C, 0x05, 0x65, 0x01, 0xC9, 0x22, 0x74, 0x96, 0x25, 0x65, 0xF5, 0x82, 0xE4, 0x34, 0xA1, -+0xF5, 0x83, 0x22, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x72, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA6, 0xB2, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0xD5, 0x54, 0x1F, 0xF5, 0x6E, -+0x60, 0x15, 0x64, 0x02, 0x60, 0x11, 0xE5, 0x6E, 0x64, 0x04, 0x60, 0x0B, 0xE5, 0x6E, 0x64, 0x09, -+0x60, 0x05, 0xE5, 0x6E, 0xB4, 0x0C, 0x08, 0x12, 0x7F, 0xAA, 0x74, 0x02, 0xF0, 0x80, 0x06, 0x12, -+0x7F, 0xAA, 0x74, 0x01, 0xF0, 0xE4, 0xF5, 0x69, 0x90, 0xA6, 0xB2, 0xE0, 0xFE, 0x71, 0xBA, 0xE5, -+0x82, 0x25, 0x69, 0x71, 0xAE, 0xE0, 0xFF, 0xE5, 0x6E, 0x75, 0xF0, 0x07, 0xA4, 0x24, 0x04, 0xF5, -+0x82, 0xE4, 0x34, 0x41, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x69, 0x71, 0xAE, 0xE4, 0x93, 0xFD, 0xEF, -+0x5D, 0x90, 0xA6, 0xB4, 0xF0, 0x75, 0xF0, 0x04, 0xEE, 0x12, 0x4B, 0xC7, 0x54, 0x03, 0xFF, 0xBF, -+0x02, 0x0B, 0xE5, 0x69, 0x70, 0x07, 0x90, 0xA6, 0xB4, 0xE0, 0x54, 0xF0, 0xF0, 0x90, 0xA6, 0xB4, -+0xE0, 0xFF, 0x71, 0xB6, 0xE5, 0x82, 0x25, 0x69, 0x71, 0xAE, 0xEF, 0xF0, 0x05, 0x69, 0xE5, 0x69, -+0x64, 0x07, 0x70, 0xA4, 0x90, 0xA6, 0xB2, 0xE0, 0x75, 0xF0, 0x04, 0x12, 0x4B, 0xC7, 0xFF, 0xC4, -+0x54, 0x03, 0xFD, 0xE4, 0xF5, 0x6C, 0x75, 0x6A, 0x06, 0xE5, 0x6A, 0xB4, 0x06, 0x07, 0x71, 0x9D, -+0xE0, 0x54, 0x0F, 0x80, 0x09, 0x71, 0xB6, 0xE5, 0x82, 0x25, 0x6A, 0x71, 0xAE, 0xE0, 0x90, 0xA6, -+0xB3, 0xF0, 0x90, 0xA6, 0xB3, 0xE0, 0x60, 0x34, 0x75, 0x69, 0x07, 0x12, 0x80, 0x6B, 0x80, 0x05, -+0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x80, 0x42, 0x60, 0x17, 0x12, 0x80, 0x39, 0xF5, -+0x6C, 0xED, 0x60, 0x25, 0xE5, 0x6C, 0xD3, 0x94, 0x0B, 0x40, 0x1E, 0x74, 0x20, 0x25, 0x6C, 0xF5, -+0x6C, 0x80, 0x16, 0x15, 0x69, 0xE5, 0x69, 0xC3, 0x94, 0x00, 0x50, 0xCF, 0xE5, 0x6A, 0x60, 0x09, -+0x15, 0x6A, 0xE5, 0x6A, 0xC3, 0x94, 0x00, 0x50, 0xA0, 0xE4, 0xF5, 0x6D, 0xF5, 0x6A, 0xE5, 0x6A, -+0xB4, 0x06, 0x07, 0x71, 0x9D, 0xE0, 0x54, 0x0F, 0x80, 0x09, 0x71, 0xB6, 0xE5, 0x82, 0x25, 0x6A, -+0x71, 0xAE, 0xE0, 0x90, 0xA6, 0xB3, 0xF0, 0x90, 0xA6, 0xB3, 0xE0, 0x60, 0x32, 0xE4, 0xF5, 0x69, -+0x12, 0x80, 0x6B, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x80, 0x42, 0x60, -+0x17, 0x12, 0x80, 0x39, 0xF5, 0x6D, 0xED, 0x60, 0x1E, 0xE5, 0x6D, 0xD3, 0x94, 0x0B, 0x40, 0x17, -+0x74, 0x20, 0x25, 0x6D, 0xF5, 0x6D, 0x80, 0x0F, 0x05, 0x69, 0xE5, 0x69, 0xB4, 0x08, 0xD1, 0x05, -+0x6A, 0xE5, 0x6A, 0x64, 0x07, 0x70, 0xA7, 0x90, 0xA6, 0xB2, 0xE0, 0xFF, 0x75, 0xF0, 0x04, 0xF1, -+0xF7, 0xE5, 0x6C, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0xF5, 0xE5, 0x6D, 0xF0, 0x75, 0xF0, -+0x10, 0xEF, 0x12, 0x4F, 0x6B, 0xE0, 0xFF, 0x54, 0x7F, 0xF5, 0x6B, 0xEF, 0x54, 0x80, 0xFF, 0xE5, -+0x6B, 0xD3, 0x95, 0x6C, 0x40, 0x04, 0xE5, 0x6C, 0x80, 0x09, 0xE5, 0x6B, 0xC3, 0x95, 0x6D, 0x50, -+0x05, 0xE5, 0x6D, 0x4F, 0xF5, 0x6B, 0x90, 0xA6, 0xB2, 0xE0, 0xFF, 0x24, 0x16, 0xF5, 0x82, 0xE4, -+0x34, 0xA1, 0xF5, 0x83, 0xE5, 0x6B, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4B, 0xC7, 0x31, 0xB3, -+0x90, 0xA6, 0xB2, 0xE0, 0xFF, 0xE4, 0xFB, 0xAD, 0x6B, 0x12, 0x69, 0x6C, 0x90, 0xA6, 0xB2, 0xE0, -+0x75, 0xF0, 0x10, 0x12, 0x6C, 0x61, 0xE4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xFF, 0x90, 0xA6, -+0xB2, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, 0x12, 0x48, 0x4F, 0xE5, 0x82, 0x2F, 0xF5, 0x82, -+0xE4, 0x35, 0x83, 0xF5, 0x83, 0x22, 0x90, 0xA6, 0xB2, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, -+0x02, 0x48, 0x4F, 0x8F, 0x55, 0x90, 0xA5, 0x13, 0x74, 0x0E, 0xF0, 0xED, 0x24, 0xFE, 0x60, 0x59, -+0x04, 0x60, 0x02, 0x81, 0x88, 0x12, 0x80, 0x00, 0x74, 0x0C, 0xF0, 0x74, 0x15, 0x25, 0x55, 0xD1, -+0x27, 0xE0, 0x90, 0xA5, 0x16, 0x91, 0x90, 0x12, 0x4B, 0xC7, 0xFD, 0x13, 0x13, 0x54, 0x03, 0x90, -+0xA5, 0x17, 0xF0, 0xED, 0x12, 0x57, 0x4E, 0xA3, 0x91, 0x90, 0x12, 0x4B, 0xC7, 0xFF, 0xC4, 0x54, -+0x03, 0x90, 0xA5, 0x19, 0x91, 0x90, 0xF1, 0xF7, 0xE0, 0x90, 0xA5, 0x1A, 0x91, 0x90, 0x12, 0x4F, -+0xF5, 0xE0, 0x90, 0xA5, 0x1B, 0x91, 0x90, 0x12, 0x4F, 0xD5, 0xFD, 0xC4, 0x13, 0x54, 0x01, 0x90, -+0xA5, 0x1C, 0xF0, 0xED, 0x54, 0x1F, 0xA3, 0x80, 0x59, 0x12, 0x80, 0x00, 0x74, 0x0D, 0x91, 0x89, -+0x71, 0xBD, 0xE0, 0x90, 0xA5, 0x16, 0x91, 0x89, 0x90, 0x89, 0x01, 0x12, 0x48, 0x4F, 0xE0, 0x90, -+0xA5, 0x17, 0x91, 0x89, 0x90, 0x89, 0x02, 0x12, 0x48, 0x4F, 0xE0, 0x90, 0xA5, 0x18, 0x91, 0x89, -+0x90, 0x89, 0x03, 0x12, 0x48, 0x4F, 0xE0, 0x90, 0xA5, 0x19, 0x91, 0x89, 0x12, 0x80, 0x5B, 0x90, -+0xA5, 0x1A, 0x91, 0x89, 0x90, 0x89, 0x05, 0x12, 0x48, 0x4F, 0xE0, 0x90, 0xA5, 0x1B, 0x91, 0x89, -+0x90, 0x89, 0x06, 0x12, 0x48, 0x4F, 0xE0, 0x90, 0xA5, 0x1C, 0x91, 0x89, 0x12, 0x80, 0x53, 0x90, -+0xA5, 0x1D, 0xF0, 0xF1, 0x44, 0x12, 0x71, 0x2D, 0x22, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x55, 0x22, -+0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x55, 0x22, 0x12, 0x06, 0x89, 0x54, 0x7F, 0xF5, 0x52, 0x12, 0x74, -+0x75, 0xFF, 0x54, 0x1F, 0xF5, 0x54, 0x12, 0x57, 0x4B, 0xF5, 0x53, 0xB1, 0x71, 0xFF, 0x54, 0x03, -+0xF5, 0x55, 0xEF, 0x54, 0x30, 0xC4, 0x54, 0x0F, 0xF5, 0x58, 0xB1, 0x71, 0xFF, 0x54, 0x40, 0xC4, -+0x13, 0x13, 0x54, 0x03, 0xF5, 0x56, 0x12, 0x57, 0x4B, 0xF5, 0x57, 0xB1, 0x71, 0xFF, 0x54, 0x08, -+0xFE, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x5A, 0xEF, 0x54, 0x04, 0x13, 0x13, 0x54, 0x3F, 0xF5, -+0x5B, 0xE5, 0x57, 0x54, 0x01, 0xC4, 0x33, 0x33, 0x33, 0x54, 0x80, 0x12, 0x4B, 0xC1, 0x54, 0x7F, -+0x4F, 0xF0, 0xE5, 0x56, 0x54, 0x01, 0xC4, 0x33, 0x33, 0x54, 0xC0, 0x12, 0x4B, 0xC1, 0x54, 0xBF, -+0x4F, 0xF0, 0xE5, 0x5A, 0x70, 0x69, 0xE5, 0x54, 0x54, 0x1F, 0x12, 0x4F, 0xCF, 0x54, 0xE0, 0x4F, -+0xF0, 0xE5, 0x55, 0x54, 0x03, 0x12, 0x4B, 0xC1, 0x54, 0xFC, 0x4F, 0xF0, 0xEF, 0x25, 0xE0, 0x25, -+0xE0, 0x12, 0x4B, 0xC1, 0x54, 0xF3, 0x4F, 0xF0, 0xE5, 0x53, 0x54, 0x01, 0xC4, 0x33, 0x54, 0xE0, -+0x12, 0x4F, 0xCF, 0x54, 0xDF, 0x4F, 0xF0, 0xE5, 0x58, 0x54, 0x03, 0xC4, 0x54, 0xF0, 0x12, 0x4B, -+0xC1, 0x54, 0xCF, 0x4F, 0xF0, 0xE4, 0xF5, 0x59, 0x85, 0x59, 0x82, 0x75, 0x83, 0x00, 0xA3, 0xA3, -+0xA3, 0x12, 0x06, 0xA2, 0xFF, 0x75, 0xF0, 0x08, 0xE5, 0x52, 0x71, 0xBD, 0xE5, 0x82, 0x25, 0x59, -+0x71, 0xAE, 0xEF, 0xF0, 0x05, 0x59, 0xE5, 0x59, 0xB4, 0x04, 0xDD, 0xAF, 0x52, 0x31, 0xBA, 0x22, -+0xF0, 0x90, 0x00, 0x02, 0x02, 0x06, 0xA2, 0x12, 0x74, 0x6E, 0x12, 0x06, 0x89, 0xF5, 0x52, 0x24, -+0x95, 0x12, 0x4F, 0x5A, 0xE0, 0x54, 0x98, 0x12, 0x4F, 0x55, 0xC0, 0x83, 0xC0, 0x82, 0xD1, 0x14, -+0x54, 0x01, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0x12, 0x4F, 0x55, 0xC0, 0x83, 0xC0, 0x82, -+0xD1, 0x14, 0x54, 0x02, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0x12, 0x4F, 0x55, 0xC0, 0x83, -+0xC0, 0x82, 0xD1, 0x14, 0x54, 0x04, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0x12, 0x4F, 0x55, -+0xC0, 0x83, 0xC0, 0x82, 0xD1, 0x14, 0x54, 0x40, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0x12, -+0x4F, 0x55, 0xC0, 0x83, 0xC0, 0x82, 0xD1, 0x14, 0x54, 0x20, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, -+0x83, 0xF0, 0xE5, 0x52, 0x70, 0x08, 0xD1, 0x1C, 0x54, 0x04, 0x90, 0x04, 0xAB, 0xF0, 0xE5, 0x52, -+0xC3, 0x94, 0x80, 0x50, 0x06, 0xB1, 0x71, 0xD1, 0x22, 0xEF, 0xF0, 0x12, 0x4F, 0x56, 0xE0, 0x30, -+0xE5, 0x11, 0x12, 0x4B, 0xC2, 0x13, 0x13, 0x54, 0x03, 0xFB, 0xD1, 0x23, 0xE0, 0xFD, 0xAF, 0x52, -+0x12, 0x6E, 0xF8, 0x22, 0xE0, 0xFF, 0x90, 0xA5, 0x13, 0x12, 0x48, 0x5B, 0x90, 0x00, 0x03, 0x02, -+0x06, 0xA2, 0xFF, 0x74, 0x15, 0x25, 0x52, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0x22, 0x90, -+0x01, 0xCC, 0xE0, 0x54, 0x0F, 0x90, 0xA6, 0xB9, 0xF0, 0x90, 0xA6, 0xB9, 0xE0, 0xFD, 0x70, 0x02, -+0xE1, 0x3A, 0x90, 0xA4, 0x2B, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, -+0x14, 0xFF, 0x90, 0xA4, 0x2C, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, -+0x60, 0x08, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0xA6, 0xB5, 0x12, 0x6F, 0xC5, -+0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0xE1, 0x1D, -+0xE4, 0x90, 0xA6, 0xBA, 0xF0, 0x90, 0xA6, 0xBA, 0xE0, 0xF9, 0xC3, 0x94, 0x04, 0x50, 0x42, 0xF1, -+0x3C, 0xA4, 0xFF, 0xE9, 0xFD, 0x7C, 0x00, 0x2F, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xD0, 0x12, -+0x7F, 0xB8, 0x90, 0xA3, 0xDB, 0x12, 0x48, 0x4F, 0xE5, 0x82, 0x29, 0x71, 0xAE, 0xEF, 0xF1, 0x3B, -+0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, 0x12, 0x7F, 0xB8, 0x90, 0xA3, 0xDF, 0x12, -+0x48, 0x4F, 0xE5, 0x82, 0x29, 0x71, 0xAE, 0xEF, 0xF0, 0x90, 0xA6, 0xBA, 0xE0, 0x04, 0xF0, 0x80, -+0xB4, 0x90, 0xA6, 0xB9, 0xE0, 0xFF, 0x90, 0xA6, 0xB5, 0x12, 0x49, 0x76, 0x80, 0x02, 0xC3, 0x33, -+0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA6, 0xB9, 0xF0, 0x90, 0xA6, 0xB5, 0xE0, 0xFF, 0x74, 0x01, 0xA8, -+0x07, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x90, 0x01, 0xCC, 0xF0, 0x90, 0xA6, 0xB5, 0xE0, -+0x04, 0xF0, 0xE0, 0x54, 0x03, 0xF0, 0x90, 0xA4, 0x2C, 0x12, 0x76, 0xF5, 0xB4, 0x0A, 0x02, 0x7F, -+0x01, 0xEF, 0x70, 0x02, 0xC1, 0x39, 0xE4, 0x90, 0xA4, 0x2C, 0xF0, 0xC1, 0x39, 0x90, 0x01, 0xC0, -+0xE0, 0x44, 0x02, 0xF0, 0x90, 0xA6, 0xB5, 0xE0, 0x44, 0x80, 0x90, 0x00, 0x8A, 0xF1, 0x3B, 0x90, -+0x01, 0xD0, 0x12, 0x48, 0x4F, 0xE0, 0x90, 0x01, 0xC3, 0xF0, 0x22, 0xF0, 0x90, 0xA6, 0xB5, 0xE0, -+0x75, 0xF0, 0x04, 0x22, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x13, 0x22, 0xF1, 0x44, 0x7F, 0xF5, 0x7E, -+0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x06, 0x90, 0xA5, 0x13, 0xE0, 0xA3, 0xF0, 0xF1, 0x44, 0x7F, -+0xF6, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA5, 0x13, 0xE0, 0x90, 0xA5, 0x15, -+0xF0, 0xF1, 0x44, 0x7F, 0xF4, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA5, 0x13, -+0xE0, 0x90, 0xA5, 0x16, 0xF0, 0xF1, 0x44, 0x7F, 0xF3, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, -+0x08, 0x90, 0xA5, 0x13, 0xE0, 0x90, 0xA5, 0x17, 0xF0, 0xF1, 0x44, 0x7F, 0xF2, 0x7E, 0x01, 0x12, -+0x33, 0xFD, 0xBF, 0x01, 0x04, 0x12, 0x7F, 0xE2, 0xF0, 0x90, 0xA5, 0x14, 0xE0, 0xFF, 0xA3, 0xE0, -+0xFD, 0xA3, 0xE0, 0xFB, 0xA3, 0xE0, 0x90, 0xA5, 0x1C, 0xF0, 0x90, 0xA5, 0x18, 0xE0, 0x90, 0xA5, -+0x1D, 0xF0, 0x90, 0xA5, 0x1E, 0x74, 0x12, 0xF0, 0x90, 0xA5, 0x2C, 0x74, 0x05, 0xF0, 0x90, 0xA5, -+0x20, 0x12, 0x7E, 0x11, 0xF0, 0x90, 0xA5, 0x1C, 0xE0, 0x90, 0xA5, 0x23, 0xF0, 0x90, 0xA5, 0x1D, -+0xE0, 0x90, 0xA5, 0x24, 0xF0, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x1E, 0x12, 0x71, 0x4C, 0x7F, 0x04, -+0x02, 0x71, 0x31, 0x75, 0xF0, 0x04, 0xEF, 0x90, 0x96, 0x15, 0x02, 0x48, 0x4F, 0x90, 0xA5, 0x22, -+0xEB, 0xF0, 0xA9, 0x05, 0x90, 0xA5, 0x21, 0xEF, 0xF0, 0xFD, 0xE0, 0xFE, 0x75, 0xF0, 0x10, 0x12, -+0x4F, 0x6B, 0xE0, 0xF5, 0x5D, 0x54, 0x7F, 0xF5, 0x5F, 0x75, 0xF0, 0x04, 0xEE, 0x12, 0x4F, 0xF5, -+0xE0, 0xFA, 0x91, 0x6F, 0x12, 0x67, 0xF7, 0xE0, 0xFC, 0x75, 0xF0, 0x04, 0xEE, 0x12, 0x4B, 0xC7, -+0x13, 0x13, 0x54, 0x03, 0xF5, 0x5E, 0xE5, 0x5F, 0x12, 0x57, 0x6B, 0x12, 0x57, 0x43, 0xED, 0x91, -+0xAC, 0xEE, 0xF1, 0xE3, 0xED, 0x12, 0x4B, 0xC7, 0xC4, 0x54, 0x03, 0x90, 0xA5, 0x23, 0xF0, 0x74, -+0x16, 0x2D, 0xD1, 0x78, 0xE5, 0x5F, 0xF0, 0x74, 0x16, 0x2D, 0xF1, 0xBD, 0xE5, 0x5E, 0xF0, 0xE5, -+0x5F, 0xD3, 0x9C, 0x40, 0x06, 0x8C, 0x5F, 0xAF, 0x04, 0x8F, 0x5D, 0xE9, 0x70, 0x02, 0x21, 0x42, -+0xAF, 0x01, 0x8F, 0x60, 0xE5, 0x5D, 0x30, 0xE7, 0x05, 0x85, 0x5F, 0x5D, 0x15, 0x60, 0xE5, 0x60, -+0x70, 0x02, 0x21, 0x42, 0x90, 0xA5, 0x21, 0xE0, 0xFF, 0xAD, 0x5D, 0x12, 0x7D, 0xA8, 0xEF, 0xF4, -+0x60, 0x0A, 0x8F, 0x5D, 0x15, 0x60, 0xE5, 0x60, 0x70, 0x02, 0x21, 0x42, 0xE5, 0x5F, 0x64, 0x2C, -+0x70, 0x20, 0xE5, 0x5E, 0xD3, 0x94, 0x00, 0x40, 0x19, 0xE5, 0x5E, 0xD3, 0x94, 0x02, 0x50, 0x12, -+0x15, 0x5E, 0xE5, 0x5E, 0xD1, 0xF1, 0xFF, 0x91, 0x6F, 0x12, 0x4B, 0xC7, 0x54, 0xF3, 0x4F, 0xF0, -+0x15, 0x60, 0xE5, 0x60, 0x60, 0x7C, 0xE5, 0x5F, 0xD3, 0x9A, 0x40, 0x72, 0xE4, 0x90, 0xA5, 0x24, -+0xF0, 0x90, 0xA5, 0x23, 0xE0, 0xFF, 0xAD, 0x5F, 0x91, 0xC6, 0x8F, 0x5F, 0x85, 0x5F, 0x5D, 0xE0, -+0xFF, 0xAD, 0x02, 0x91, 0xC6, 0xAA, 0x07, 0xA9, 0x5D, 0xE5, 0x5F, 0x14, 0xFB, 0xEB, 0xC3, 0x9A, -+0x40, 0x3B, 0xEB, 0xF1, 0xA7, 0x90, 0xA5, 0x21, 0x12, 0x63, 0xA1, 0xE0, 0xFD, 0x7C, 0x00, 0xEB, -+0x54, 0x07, 0xF1, 0xC6, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0xD3, 0x60, -+0x19, 0xE5, 0x5F, 0xA9, 0x03, 0xB4, 0x14, 0x02, 0x79, 0x0C, 0x90, 0xA5, 0x24, 0xE0, 0x04, 0xF0, -+0xE0, 0x65, 0x60, 0x60, 0x08, 0xE9, 0xD3, 0x9A, 0x40, 0x03, 0x1B, 0x80, 0xC0, 0xAF, 0x01, 0x8F, -+0x5D, 0x90, 0xA5, 0x23, 0xE0, 0xFF, 0xAD, 0x5D, 0xD1, 0x8C, 0x8F, 0x5D, 0x80, 0x04, 0xAF, 0x02, -+0x8F, 0x5D, 0x90, 0xA5, 0x21, 0xE0, 0xFF, 0xD1, 0x6D, 0xEF, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0xE5, -+0x5D, 0xF1, 0xB5, 0x12, 0x57, 0x05, 0x7B, 0x01, 0xFA, 0x7D, 0x05, 0x7F, 0x08, 0x12, 0x56, 0x3E, -+0x90, 0xA5, 0x21, 0xE0, 0xFF, 0x85, 0x5E, 0x72, 0xE4, 0xFB, 0xAD, 0x5D, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x8F, 0x6F, 0x8D, 0x70, 0x8B, 0x71, 0xE4, 0x90, 0xA6, 0x7E, 0xF0, 0xE5, 0x6F, -+0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA6, 0x79, 0xF0, 0xE5, 0x6F, 0x54, 0x07, 0x90, 0xA6, 0x7B, -+0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x51, 0xE2, 0xE0, 0x90, 0xA6, 0x7C, 0xF0, 0x12, 0x67, 0xF3, 0xE0, -+0x54, 0x7F, 0x90, 0xA6, 0x7F, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x6F, 0x12, 0x4F, 0xF5, 0xE0, 0x90, -+0xA6, 0x80, 0xF0, 0x91, 0x80, 0xE5, 0x71, 0x70, 0x35, 0x90, 0xA6, 0x48, 0xF0, 0xFB, 0xAF, 0x6F, -+0xF1, 0x73, 0x90, 0xA6, 0x7A, 0xE0, 0xFF, 0x12, 0x57, 0x6B, 0xE4, 0x93, 0xFC, 0x74, 0x01, 0x93, -+0xFD, 0xEF, 0x12, 0x57, 0x25, 0x74, 0x01, 0x93, 0x2D, 0xFF, 0xE4, 0x93, 0x3C, 0xC3, 0x13, 0xFE, -+0xEF, 0x13, 0xFF, 0xE5, 0x6F, 0x91, 0xAC, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x80, 0x19, 0xE5, 0x71, -+0xB4, 0x01, 0x14, 0x90, 0xA3, 0x1E, 0xE0, 0x60, 0x0E, 0x90, 0xA6, 0x48, 0x74, 0x05, 0xF0, 0xE4, -+0xFB, 0xAD, 0x70, 0xAF, 0x6F, 0xF1, 0x73, 0x90, 0xA6, 0x7F, 0xE0, 0xFF, 0x90, 0xA6, 0x7A, 0xE0, -+0xFE, 0xD3, 0x9F, 0x40, 0x0B, 0xE5, 0x70, 0x54, 0x80, 0xFD, 0xEF, 0x4D, 0xF5, 0x70, 0x80, 0x0C, -+0x90, 0xA6, 0x80, 0xE0, 0xFF, 0xEE, 0xC3, 0x9F, 0x50, 0x02, 0x8F, 0x70, 0x91, 0x80, 0xE5, 0x70, -+0x54, 0x80, 0x90, 0xA6, 0x7D, 0xF0, 0xE5, 0x71, 0x70, 0x24, 0x91, 0xB8, 0xC0, 0x83, 0xC0, 0x82, -+0xE0, 0xFF, 0x90, 0xA6, 0x7B, 0x12, 0x49, 0x76, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, -+0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x90, 0xA6, 0x7C, 0xE0, 0x54, 0x7F, 0xF0, 0x80, 0x3A, 0x91, 0xB8, -+0xC0, 0x83, 0xC0, 0x82, 0xE0, 0xFF, 0x90, 0xA6, 0x7B, 0x12, 0x49, 0x76, 0x80, 0x02, 0xC3, 0x33, -+0xD8, 0xFC, 0x4F, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x51, 0xDD, 0xE0, 0x54, 0x07, 0xFF, 0x90, 0xA6, -+0x7C, 0xF0, 0x90, 0xA6, 0x7A, 0xE0, 0x90, 0x43, 0x03, 0x93, 0xFE, 0x33, 0x33, 0x33, 0x54, 0xF8, -+0x4F, 0x90, 0xA6, 0x7C, 0xF0, 0x44, 0x80, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x6F, 0x12, 0x4F, 0x6B, -+0xE5, 0x70, 0xF0, 0xE5, 0x6F, 0x70, 0x06, 0x90, 0x01, 0xC8, 0xE5, 0x70, 0xF0, 0x90, 0xA6, 0x7C, -+0xE0, 0xFF, 0x51, 0xDD, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x6F, 0x12, 0x57, 0x63, 0xE0, 0x54, -+0xFC, 0xFF, 0xE5, 0x72, 0x54, 0x03, 0x4F, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x6F, 0x12, 0x57, 0x63, -+0xEF, 0xF0, 0x7D, 0x01, 0xAF, 0x6F, 0x51, 0xE8, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x75, 0xF0, 0x10, -+0xE5, 0x6F, 0x90, 0x81, 0x01, 0x02, 0x48, 0x4F, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xED, -+0x60, 0x3F, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x01, 0x71, 0x4C, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, -+0x90, 0x8D, 0x03, 0x71, 0x4C, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x05, 0x71, 0x4C, 0xF0, -+0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x07, 0x71, 0x4C, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, -+0x09, 0x71, 0x4C, 0xF0, 0xEF, 0x91, 0x89, 0x12, 0x4D, 0x56, 0x74, 0x95, 0x2F, 0x91, 0x97, 0xE4, -+0xF0, 0x91, 0x5D, 0xE0, 0x54, 0xBF, 0x44, 0x80, 0xFE, 0x91, 0x5D, 0xEE, 0xF0, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x90, 0x8D, 0x01, 0x12, 0x48, 0x4F, 0x75, 0xF0, 0x02, 0xEF, 0x12, 0x48, 0x4F, 0xE4, -+0xF0, 0xA3, 0x22, 0x90, 0xA5, 0xA7, 0xEF, 0xF0, 0x90, 0xA4, 0xFD, 0xE0, 0x90, 0xA6, 0x29, 0xF0, -+0xE4, 0x90, 0xA5, 0xA8, 0xF0, 0x90, 0xA6, 0x29, 0xE0, 0xFE, 0x90, 0xA5, 0xA8, 0xE0, 0xFF, 0xC3, -+0x9E, 0x50, 0x30, 0xE0, 0xFE, 0x24, 0xA9, 0x91, 0x55, 0xE4, 0xF0, 0x75, 0xF0, 0x10, 0xEE, 0x91, -+0x61, 0xE0, 0x30, 0xE7, 0x09, 0x74, 0x81, 0x2F, 0x91, 0x67, 0xE4, 0xF0, 0x80, 0x0D, 0xF1, 0xAE, -+0x90, 0xA5, 0xA8, 0xE0, 0x24, 0xA9, 0x91, 0x55, 0x74, 0x01, 0xF0, 0x90, 0xA5, 0xA8, 0xE0, 0x04, -+0xF0, 0x80, 0xC2, 0x7F, 0x0C, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0xE4, 0x90, 0xA5, 0xA8, 0xF0, 0x90, -+0xA6, 0x29, 0xE0, 0xFF, 0x90, 0xA5, 0xA8, 0xE0, 0xFE, 0xC3, 0x9F, 0x40, 0x02, 0x81, 0x54, 0x74, -+0xA9, 0x2E, 0x91, 0x55, 0xE0, 0x70, 0x02, 0x81, 0x4C, 0x75, 0xF0, 0x10, 0xEE, 0x90, 0x81, 0x06, -+0x91, 0x77, 0xEE, 0x90, 0x81, 0x07, 0x91, 0x9F, 0xFC, 0x91, 0x89, 0xF5, 0x83, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xEC, 0x90, 0x81, 0x0A, 0x91, 0x77, 0xEC, 0x90, 0x81, 0x0B, 0x91, -+0x9F, 0x75, 0xF0, 0x0A, 0x90, 0x8D, 0x01, 0x12, 0x48, 0x4F, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x7F, -+0x01, 0x90, 0xA5, 0xA8, 0xE0, 0xFE, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x0B, 0x12, 0x63, 0xA8, 0xE0, -+0xFD, 0x75, 0xF0, 0x0A, 0xEE, 0x71, 0x42, 0xED, 0xF0, 0x0F, 0xEF, 0xB4, 0x05, 0xE3, 0x90, 0xA5, -+0xA8, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x09, 0x12, 0x48, 0x4F, 0xE0, 0xFE, 0x74, 0x95, -+0x2F, 0x91, 0x97, 0xEE, 0xF0, 0x90, 0xA5, 0xA8, 0xE0, 0xFF, 0x90, 0xA5, 0xA7, 0xE0, 0xFD, 0x51, -+0xE8, 0x90, 0xA5, 0xA8, 0xE0, 0x24, 0x81, 0x91, 0x67, 0x74, 0x01, 0xF0, 0x90, 0xA5, 0xA8, 0xE0, -+0x04, 0xF0, 0x61, 0xAF, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x22, 0x75, 0xF0, 0x10, -+0xEF, 0x90, 0x81, 0x03, 0x02, 0x48, 0x4F, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, 0x90, -+0xA5, 0x21, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0x12, 0x48, 0x4F, 0xE0, 0xFD, 0x75, 0xF0, 0x10, 0x22, -+0xE5, 0x70, 0x54, 0x7F, 0x90, 0xA6, 0x7A, 0xF0, 0x22, 0x25, 0xE0, 0x24, 0x01, 0xF5, 0x82, 0xE4, -+0x34, 0x92, 0x22, 0x74, 0x95, 0x25, 0x52, 0xF5, 0x82, 0xE4, 0x34, 0x98, 0xF5, 0x83, 0x22, 0x12, -+0x48, 0x4F, 0xE0, 0xFE, 0xED, 0xFF, 0x90, 0xA5, 0xA8, 0xE0, 0x22, 0xE0, 0x25, 0xE0, 0x24, 0x95, -+0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x90, 0xA6, 0x79, 0xE0, 0x24, 0x81, 0xF5, 0x82, -+0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0xEF, 0x60, 0x0A, 0xED, 0xC3, 0x94, 0x2C, 0x40, 0x04, 0x7E, -+0x20, 0x80, 0x02, 0xE4, 0xFE, 0xC3, 0xED, 0x9E, 0xFF, 0x22, 0x8F, 0x5D, 0x8D, 0x5E, 0x74, 0x96, -+0x2F, 0xD1, 0x84, 0x74, 0xFF, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x12, 0x4F, 0x6B, 0xE0, 0xF5, 0x5F, -+0x54, 0x7F, 0xF5, 0x60, 0xE5, 0x5F, 0x54, 0x80, 0xF5, 0x61, 0x12, 0x67, 0xF3, 0xE0, 0xF5, 0x63, -+0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4B, 0xC7, 0xC4, 0x54, 0x03, 0xF5, 0x64, 0xE5, 0x60, 0x12, 0x57, -+0x25, 0x12, 0x57, 0x43, 0xE5, 0x5D, 0x91, 0xAC, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xD1, 0x74, 0xE5, -+0x5F, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x5D, 0x12, 0x4B, 0xC7, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x62, -+0x74, 0x16, 0x25, 0x5D, 0xF1, 0xBD, 0xE5, 0x62, 0xF0, 0xE5, 0x60, 0x64, 0x2C, 0x70, 0x53, 0x75, -+0xF0, 0x04, 0xE5, 0x5D, 0x12, 0x4B, 0xC7, 0xFF, 0x54, 0x03, 0xFE, 0xE5, 0x62, 0xC3, 0x9E, 0x50, -+0x41, 0xEE, 0xFD, 0xEF, 0x13, 0x13, 0x54, 0x03, 0xFF, 0x90, 0xA6, 0x32, 0xE4, 0xF0, 0xA3, 0xEF, -+0xF0, 0x90, 0xA6, 0x30, 0xE4, 0xF0, 0xA3, 0xED, 0xF0, 0xD1, 0x6D, 0xE5, 0x62, 0xF0, 0xE4, 0x90, -+0xA6, 0x34, 0xF1, 0xDC, 0xFD, 0x7F, 0x04, 0x12, 0x56, 0x3E, 0x05, 0x62, 0xE5, 0x62, 0xD1, 0xF1, -+0xFF, 0x75, 0xF0, 0x04, 0xE5, 0x5D, 0x12, 0x4B, 0xC7, 0x54, 0xF3, 0x4F, 0xF0, 0x85, 0x60, 0x5F, -+0xC1, 0x38, 0xE5, 0x60, 0xC3, 0x95, 0x63, 0x50, 0x5E, 0xAD, 0x60, 0xAF, 0x64, 0x91, 0xC6, 0x8F, -+0x60, 0xAD, 0x63, 0xAF, 0x64, 0x91, 0xC6, 0x8F, 0x63, 0xE5, 0x60, 0x04, 0xFD, 0xED, 0xD3, 0x95, -+0x63, 0x50, 0x2B, 0xED, 0xF1, 0xA7, 0x75, 0xF0, 0x08, 0xE5, 0x5D, 0x12, 0x63, 0xA5, 0xE0, 0xFB, -+0x7A, 0x00, 0xED, 0x54, 0x07, 0xF1, 0xC6, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, -+0xF1, 0xEB, 0x60, 0x07, 0x8D, 0x60, 0x85, 0x60, 0x5F, 0x80, 0x03, 0x0D, 0x80, 0xCF, 0xAD, 0x5F, -+0xAF, 0x64, 0xD1, 0x8C, 0x8F, 0x5F, 0xD1, 0x80, 0xE0, 0xFD, 0xF4, 0x60, 0x4B, 0xAF, 0x64, 0xD1, -+0x8C, 0xD1, 0x80, 0xEF, 0xF0, 0x80, 0x41, 0xE5, 0x60, 0x65, 0x63, 0x70, 0x34, 0x75, 0xF0, 0x04, -+0xE5, 0x5D, 0x12, 0x4F, 0xD5, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x0D, 0xE5, 0x5F, 0x20, 0xE7, -+0x08, 0xE5, 0x60, 0x44, 0x80, 0xF5, 0x5F, 0x80, 0x1F, 0xE5, 0x5D, 0x91, 0xAC, 0x12, 0x7F, 0x9D, -+0xD1, 0x6D, 0xE5, 0x5D, 0x12, 0x4F, 0xC2, 0x7B, 0x01, 0xFA, 0x7D, 0x02, 0x7F, 0x04, 0x02, 0x56, -+0x3E, 0xD1, 0x74, 0xE5, 0x63, 0xF0, 0xF5, 0x5F, 0xD1, 0x6D, 0xE5, 0x5F, 0xF0, 0x74, 0x96, 0x25, -+0x5D, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0x12, 0x7F, 0x88, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, 0xE4, -+0xF0, 0xA3, 0xE5, 0x62, 0xF1, 0xB5, 0xF0, 0x7B, 0x01, 0x7A, 0x00, 0x7D, 0x05, 0x7F, 0x04, 0x12, -+0x56, 0x3E, 0x85, 0x62, 0x72, 0xAB, 0x5E, 0xAD, 0x5F, 0xAF, 0x5D, 0x21, 0x6C, 0x90, 0xA6, 0x2E, -+0xE4, 0xF0, 0xA3, 0x22, 0x74, 0x16, 0x25, 0x5D, 0xF5, 0x82, 0xE4, 0x34, 0xA2, 0xF5, 0x83, 0x22, -+0x74, 0x96, 0x25, 0x5D, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0xEF, 0x60, 0x0A, 0xED, -+0xD3, 0x94, 0x0B, 0x40, 0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, 0xED, 0x2E, 0xFF, 0x22, 0x75, -+0xF0, 0x04, 0xEF, 0x12, 0x4B, 0xC7, 0xFE, 0x13, 0x13, 0x54, 0x03, 0xFC, 0x12, 0x67, 0xF3, 0xE0, -+0xFB, 0x74, 0x16, 0x2F, 0xD1, 0x78, 0xE0, 0x54, 0x7F, 0xFD, 0x64, 0x2C, 0x70, 0x1C, 0xEE, 0x54, -+0x03, 0xFE, 0xEC, 0xD3, 0x9E, 0x50, 0x13, 0xEC, 0x60, 0x10, 0x1C, 0xEC, 0xD1, 0xF1, 0xFE, 0x75, -+0xF0, 0x04, 0xEF, 0x12, 0x4B, 0xC7, 0x54, 0xF3, 0x4E, 0xF0, 0xED, 0xD3, 0x9B, 0x40, 0x02, 0xAD, -+0x03, 0x74, 0x16, 0x2F, 0xD1, 0x78, 0xE0, 0x54, 0x80, 0x42, 0x05, 0x8C, 0x72, 0xE4, 0xFB, 0x21, -+0x6C, 0x54, 0x03, 0x25, 0xE0, 0x25, 0xE0, 0x22, 0x8F, 0x53, 0x8D, 0x54, 0x8B, 0x55, 0x75, 0xF0, -+0x04, 0xEF, 0x12, 0x4B, 0xC7, 0xC4, 0x54, 0x03, 0x90, 0xA5, 0x18, 0xF0, 0x90, 0xA5, 0x16, 0x60, -+0x09, 0x74, 0x32, 0xF0, 0xA3, 0x74, 0x2F, 0xF0, 0x80, 0x07, 0x74, 0x11, 0xF0, 0xA3, 0x74, 0x0F, -+0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x53, 0x12, 0x4F, 0x6B, 0xE0, 0xFD, 0x90, 0xA6, 0x48, 0x74, 0x04, -+0xF0, 0xE4, 0xFB, 0xAF, 0x53, 0xF1, 0x73, 0xE5, 0x54, 0xD3, 0x94, 0x2D, 0x40, 0x0A, 0x75, 0xF0, -+0x04, 0xE5, 0x53, 0x12, 0x67, 0xF7, 0x80, 0x20, 0xE5, 0x54, 0xD3, 0x94, 0x1E, 0x40, 0x05, 0x90, -+0xA5, 0x16, 0x80, 0x14, 0xE5, 0x54, 0xD3, 0x94, 0x14, 0x40, 0x05, 0x90, 0xA5, 0x17, 0x80, 0x08, -+0x75, 0xF0, 0x04, 0xE5, 0x53, 0x12, 0x4F, 0xF5, 0xE0, 0xFD, 0x85, 0x55, 0x72, 0xE4, 0xFB, 0xAF, -+0x53, 0x21, 0x6C, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x4B, 0xED, 0xF0, 0xA3, -+0xEF, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA6, 0x48, 0xE0, 0x90, 0xA6, 0x4E, 0xF0, 0x90, 0xA6, 0x49, -+0x74, 0x0C, 0xF0, 0x90, 0xA6, 0x57, 0x74, 0x04, 0xF0, 0x7B, 0x01, 0x7A, 0xA6, 0x79, 0x49, 0x12, -+0x71, 0x2D, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFF, 0x22, 0x91, 0x5D, -+0xE0, 0x44, 0x40, 0xF0, 0x22, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0xE5, 0x5E, 0x22, 0xF5, 0x82, 0xE4, -+0x34, 0x9E, 0xF5, 0x83, 0x22, 0xE0, 0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x07, 0x08, 0x22, 0xE4, -+0xFF, 0x61, 0x53, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, 0x5D, 0x4E, 0x22, 0xA3, 0xF0, 0xA3, 0xF0, 0x7B, -+0x01, 0xFA, 0x22, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x22, 0xFF, 0xEE, 0x5A, 0xFE, 0xEF, -+0x5B, 0x4E, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, -+0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, -+0x12, 0x7C, 0x74, 0xE5, 0x21, 0x30, 0xE4, 0x02, 0x11, 0x3E, 0xE5, 0x24, 0x30, 0xE1, 0x04, 0x7F, -+0x04, 0x11, 0x84, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, -+0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x11, 0x7B, -+0x90, 0xA6, 0xC2, 0xEF, 0xF0, 0x90, 0xA3, 0x1D, 0xE0, 0xB4, 0x02, 0x12, 0x90, 0xA6, 0xC2, 0xE0, -+0xFF, 0x64, 0x01, 0x60, 0x25, 0x90, 0x01, 0x4D, 0xE0, 0x64, 0x80, 0xF0, 0x80, 0x19, 0x90, 0x01, -+0x00, 0x74, 0xFF, 0xF0, 0x7F, 0x64, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0x90, 0x06, 0x90, 0xE0, 0x44, -+0x01, 0xF0, 0x90, 0xA6, 0xC2, 0xE0, 0xFF, 0x12, 0x50, 0x3D, 0x22, 0x90, 0x01, 0xC7, 0x74, 0x66, -+0xF0, 0xE4, 0xFF, 0x22, 0x8F, 0x26, 0x7F, 0x02, 0x12, 0x47, 0x07, 0x90, 0xA3, 0x17, 0xE0, 0x45, -+0x26, 0xF0, 0x22, 0xF1, 0xDE, 0xBF, 0x03, 0x14, 0x90, 0xA4, 0xFE, 0xE0, 0xB4, 0x01, 0x0D, 0x90, -+0x01, 0xB8, 0xE0, 0x04, 0xF0, 0x90, 0x05, 0x21, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x01, 0x80, 0xD4, -+0x90, 0xA5, 0x97, 0xEF, 0xF0, 0x90, 0x04, 0x7E, 0xE0, 0xF5, 0x66, 0xA3, 0xE0, 0xF5, 0x67, 0x65, -+0x66, 0x60, 0x69, 0x90, 0xA5, 0x98, 0x74, 0x03, 0xF0, 0x90, 0xA5, 0xA6, 0x74, 0x08, 0xF0, 0xE5, -+0x67, 0x04, 0x54, 0x0F, 0xF5, 0x68, 0xE4, 0xF5, 0x65, 0xE5, 0x68, 0x75, 0xF0, 0x08, 0xA4, 0x24, -+0x00, 0xF5, 0x82, 0xE4, 0x34, 0x80, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x65, 0x12, 0x63, 0xAE, 0xE0, -+0xFF, 0x74, 0x9A, 0x25, 0x65, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xEF, 0xF0, 0x05, 0x65, -+0xE5, 0x65, 0xB4, 0x08, 0xD4, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x98, 0x31, 0x4C, 0xE5, 0x67, 0x04, -+0x54, 0x0F, 0xF5, 0x67, 0xB4, 0x0F, 0x03, 0xE4, 0xF5, 0x67, 0x90, 0x04, 0x7F, 0xE5, 0x67, 0xF0, -+0x90, 0xA5, 0x97, 0xE0, 0x7F, 0x04, 0x70, 0x02, 0x01, 0x84, 0x31, 0x31, 0x22, 0x31, 0x4C, 0x7F, -+0x04, 0x90, 0xA6, 0xC0, 0xEF, 0xF0, 0x7F, 0x02, 0x12, 0x47, 0x07, 0x90, 0xA3, 0x17, 0xE0, 0xFF, -+0x90, 0xA6, 0xC0, 0xE0, 0xFE, 0xEF, 0x4E, 0x90, 0xA3, 0x17, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xC3, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, -+0xEF, 0x14, 0xFF, 0x90, 0xA4, 0xC4, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, -+0xEF, 0x60, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x28, 0xC0, 0x01, 0x90, 0xA4, -+0xC4, 0xE0, 0xF1, 0xAB, 0xA8, 0x01, 0xFC, 0x7D, 0x01, 0xD0, 0x01, 0x7E, 0x00, 0x7F, 0x0F, 0x12, -+0x06, 0x63, 0x90, 0xA4, 0xC4, 0xD1, 0xF5, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, -+0x90, 0xA4, 0xC4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x91, 0x6E, 0xE4, 0x90, 0xA5, 0x18, 0xF0, -+0xFD, 0x51, 0x23, 0x8D, 0x82, 0x12, 0x5E, 0x86, 0xF4, 0x60, 0x35, 0x90, 0xA5, 0x18, 0xE0, 0xFF, -+0x51, 0x23, 0x8D, 0x82, 0x12, 0x5E, 0x86, 0xFE, 0x75, 0xF0, 0x10, 0x12, 0x6A, 0xE2, 0xE0, 0x12, -+0x57, 0x4E, 0xFC, 0xA8, 0x05, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0x90, 0xA5, 0x18, -+0xF0, 0x75, 0xF0, 0x10, 0xEE, 0x12, 0x4F, 0x6B, 0xE0, 0xFF, 0x51, 0x12, 0xEF, 0xF0, 0x80, 0x05, -+0x51, 0x12, 0x74, 0xFF, 0xF0, 0x0D, 0xED, 0xB4, 0x07, 0xB7, 0x90, 0xA5, 0x16, 0x74, 0x05, 0xF0, -+0x90, 0xA5, 0x24, 0x74, 0x08, 0xF0, 0x7B, 0x01, 0x7A, 0xA5, 0x79, 0x16, 0x31, 0x4C, 0x7F, 0x04, -+0x21, 0x31, 0x74, 0x19, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0x22, 0x90, 0xA5, 0x13, -+0x12, 0x48, 0x64, 0x90, 0xA5, 0x13, 0x02, 0x48, 0x5B, 0xE4, 0x90, 0xA5, 0x28, 0xF0, 0x90, 0xA5, -+0x28, 0xE0, 0xFF, 0xC3, 0x94, 0x06, 0x50, 0x63, 0x74, 0x26, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xA3, -+0xF5, 0x83, 0xE0, 0xFF, 0xD3, 0x94, 0x0A, 0x50, 0x02, 0x80, 0x02, 0x7F, 0x0A, 0xAE, 0x07, 0xEF, -+0x24, 0x02, 0x90, 0xA5, 0x27, 0xF0, 0x90, 0xA5, 0x19, 0x74, 0x0E, 0xF0, 0x90, 0xA5, 0x1B, 0x74, -+0x01, 0xF0, 0x51, 0x9C, 0xF5, 0x83, 0xE0, 0x90, 0xA5, 0x1C, 0xF0, 0xE4, 0xFF, 0xEF, 0xC3, 0x9E, -+0x50, 0x19, 0x51, 0x9C, 0xF5, 0x83, 0xE0, 0x2F, 0xB1, 0x16, 0xE0, 0xFD, 0x74, 0x1D, 0x2F, 0xF5, -+0x82, 0xE4, 0x34, 0xA5, 0xF5, 0x83, 0xED, 0xF0, 0x0F, 0x80, 0xE2, 0x7B, 0x01, 0x7A, 0xA5, 0x79, -+0x19, 0x31, 0x2D, 0x90, 0xA5, 0x28, 0xE0, 0x04, 0xF0, 0x80, 0x93, 0x22, 0x90, 0xA5, 0x28, 0xE0, -+0x24, 0x20, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0x22, 0x91, 0x6E, 0xB1, 0x09, 0x30, 0xE1, 0x02, 0x41, -+0x29, 0x51, 0x23, 0x12, 0x06, 0x89, 0x90, 0xA5, 0x16, 0x91, 0x74, 0x90, 0xA5, 0x17, 0x12, 0x65, -+0x70, 0x90, 0xA5, 0x18, 0xB1, 0x0F, 0x75, 0xF0, 0x10, 0xA4, 0xFF, 0x12, 0x66, 0x1C, 0xFD, 0xEF, -+0x4D, 0xFF, 0x90, 0xA5, 0x17, 0xE0, 0xB4, 0x01, 0x06, 0xA3, 0xE0, 0xB1, 0x16, 0xEF, 0xF0, 0x22, -+0x90, 0xA5, 0x10, 0x12, 0x48, 0x64, 0x90, 0xA5, 0x0F, 0xEF, 0xF0, 0x12, 0x48, 0x6D, 0x73, 0x1F, -+0x00, 0x73, 0x27, 0x01, 0x73, 0x2F, 0x08, 0x73, 0x37, 0x09, 0x73, 0x3F, 0x0A, 0x73, 0x47, 0x12, -+0x73, 0x50, 0x13, 0x73, 0x58, 0x40, 0x73, 0x61, 0x42, 0x73, 0x6A, 0x43, 0x73, 0x73, 0x44, 0x73, -+0x7B, 0x47, 0x73, 0x83, 0x49, 0x73, 0x8B, 0xC2, 0x73, 0x93, 0xC4, 0x00, 0x00, 0x73, 0x9B, 0x90, -+0xA5, 0x10, 0x12, 0x48, 0x5B, 0x81, 0x7B, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0x81, 0xBE, 0x90, -+0xA5, 0x10, 0x12, 0x48, 0x5B, 0x61, 0xC1, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0x80, 0x6C, 0x90, -+0xA5, 0x10, 0x12, 0x48, 0x5B, 0x80, 0x6F, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0x02, 0x7C, 0x12, -+0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0xC1, 0xFC, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0x02, 0x64, -+0x97, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0x02, 0x65, 0x77, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, -+0x02, 0x4D, 0x5D, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0x21, 0xA9, 0x90, 0xA5, 0x10, 0x12, 0x48, -+0x5B, 0x41, 0xA8, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0xA1, 0x3F, 0x90, 0xA5, 0x10, 0x12, 0x48, -+0x5B, 0xE1, 0x9C, 0x90, 0xA5, 0x10, 0x12, 0x48, 0x5B, 0xA1, 0x2C, 0x90, 0x01, 0xC0, 0xE0, 0x44, -+0x01, 0xF0, 0x90, 0xA5, 0x0F, 0xE0, 0x90, 0x01, 0xC2, 0xF0, 0x22, 0x51, 0x1D, 0xB1, 0x20, 0x7A, -+0xA4, 0x79, 0xDF, 0x02, 0x34, 0x62, 0x51, 0x1D, 0xB1, 0x20, 0x7A, 0xA4, 0x79, 0xE4, 0x02, 0x34, -+0x62, 0x91, 0x6E, 0x12, 0x06, 0x89, 0x30, 0xE0, 0x13, 0xD1, 0x62, 0x90, 0xA3, 0x1D, 0xE0, 0x64, -+0x01, 0x70, 0x28, 0x90, 0xFE, 0x10, 0xE0, 0x44, 0x04, 0xF0, 0x80, 0x1F, 0x90, 0xA4, 0xE9, 0xE0, -+0x60, 0x16, 0x7D, 0x10, 0xE4, 0xFF, 0x12, 0x5F, 0xEA, 0x90, 0x01, 0x3C, 0xE0, 0x30, 0xE4, 0x03, -+0x74, 0x10, 0xF0, 0x90, 0x01, 0x63, 0xE4, 0xF0, 0x12, 0x5F, 0xC1, 0x51, 0x23, 0x91, 0x75, 0x90, -+0xA4, 0xC8, 0x12, 0x65, 0x70, 0x90, 0xA4, 0xC9, 0xF0, 0x90, 0xA4, 0xC8, 0xE0, 0x54, 0x01, 0x90, -+0xA4, 0xD5, 0xF0, 0x90, 0xA4, 0xC8, 0xE0, 0x54, 0x02, 0x90, 0xA4, 0xD6, 0xF0, 0x90, 0xA4, 0xC8, -+0xE0, 0x54, 0x04, 0x90, 0xA4, 0xD7, 0xF0, 0x90, 0xA4, 0xC8, 0xE0, 0x54, 0x08, 0x90, 0xA4, 0xD8, -+0xF0, 0x90, 0xA4, 0xC8, 0xE0, 0x54, 0x10, 0x90, 0xA4, 0xD9, 0xF0, 0x90, 0xA4, 0xC9, 0xE0, 0x54, -+0x01, 0x90, 0xA4, 0xDA, 0xF0, 0x90, 0xA4, 0xC9, 0xE0, 0x54, 0x02, 0x90, 0xA4, 0xDB, 0xF0, 0x90, -+0xA4, 0xC9, 0xE0, 0x54, 0x04, 0x90, 0xA4, 0xDC, 0xF0, 0x90, 0xA4, 0xC9, 0xE0, 0x54, 0x08, 0x90, -+0xA4, 0xDD, 0xF0, 0x90, 0xA4, 0xC9, 0xE0, 0x54, 0x10, 0x90, 0xA4, 0xDE, 0xF0, 0x22, 0x90, 0xA5, -+0x13, 0x02, 0x48, 0x64, 0xF0, 0x90, 0x00, 0x01, 0x02, 0x06, 0xA2, 0x90, 0x02, 0x09, 0xE0, 0xF5, -+0x52, 0x12, 0x06, 0x89, 0x25, 0x52, 0x90, 0xA3, 0xD4, 0x91, 0x74, 0x25, 0x52, 0x90, 0xA3, 0xD5, -+0x12, 0x65, 0x70, 0x25, 0x52, 0x90, 0xA3, 0xD6, 0xF0, 0x12, 0x66, 0x1C, 0x25, 0x52, 0x90, 0xA3, -+0xD7, 0xB1, 0x0F, 0x25, 0x52, 0x90, 0xA3, 0xD8, 0xF0, 0xB1, 0x09, 0x25, 0x52, 0x90, 0xA3, 0xD9, -+0xF0, 0x90, 0x00, 0x06, 0x12, 0x06, 0xA2, 0x25, 0x52, 0x90, 0xA3, 0xDA, 0xF0, 0x22, 0x8B, 0x52, -+0x8A, 0x53, 0x89, 0x54, 0x91, 0x75, 0xFF, 0xF5, 0x56, 0x12, 0x06, 0x89, 0xFE, 0xC3, 0x13, 0x30, -+0xE0, 0x07, 0x12, 0x65, 0x71, 0xF5, 0x57, 0x80, 0x02, 0x8F, 0x57, 0x85, 0x56, 0x55, 0xE5, 0x55, -+0xD3, 0x95, 0x57, 0x50, 0x23, 0xAB, 0x52, 0xAA, 0x53, 0xA9, 0x54, 0x12, 0x06, 0x89, 0x54, 0x01, -+0xFD, 0xAF, 0x55, 0xB1, 0xA1, 0xAF, 0x55, 0xB1, 0x78, 0xEF, 0xAF, 0x55, 0x70, 0x04, 0xF1, 0x7A, -+0x80, 0x02, 0xF1, 0x75, 0x05, 0x55, 0x80, 0xD6, 0x22, 0x90, 0x00, 0x05, 0x02, 0x06, 0xA2, 0xF0, -+0x90, 0x00, 0x04, 0x02, 0x06, 0xA2, 0x24, 0x80, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0xF5, 0x83, 0x22, -+0x8B, 0x40, 0x8A, 0x41, 0x89, 0x42, 0x75, 0x43, 0x05, 0x7B, 0x01, 0x22, 0x12, 0x06, 0x89, 0x90, -+0xA4, 0xE9, 0x91, 0x74, 0x90, 0xA4, 0xEA, 0x12, 0x65, 0x70, 0x90, 0xA4, 0xEB, 0xF0, 0x22, 0x91, -+0x75, 0xF5, 0x52, 0x12, 0x65, 0x71, 0xF5, 0x53, 0x12, 0x06, 0x89, 0xF5, 0x54, 0x90, 0xA3, 0x1E, -+0xF0, 0xE5, 0x52, 0x60, 0x06, 0xFD, 0xAF, 0x53, 0x12, 0x63, 0xC3, 0x22, 0xE4, 0x90, 0xA6, 0x6C, -+0xF0, 0x90, 0xA6, 0x6A, 0x74, 0x14, 0xF0, 0x90, 0xA6, 0x78, 0x74, 0x01, 0xF0, 0xFB, 0x7A, 0xA6, -+0x79, 0x6A, 0x31, 0x4C, 0x7F, 0x04, 0x21, 0x31, 0xD1, 0x2E, 0xB1, 0x96, 0xE0, 0xFD, 0x7C, 0x00, -+0x12, 0x6F, 0xC7, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0x6F, 0xD3, 0x7F, -+0x00, 0x60, 0x02, 0x7F, 0x01, 0x22, 0x74, 0xED, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA4, 0xF5, 0x83, -+0x22, 0xD1, 0x2E, 0xED, 0x70, 0x12, 0xB1, 0x96, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xD4, 0x80, 0x02, -+0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5E, 0x80, 0x0F, 0xB1, 0x96, 0xC0, 0x83, 0xC0, 0x82, 0xB1, 0xD4, -+0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0xB1, 0xDC, 0x90, 0xA4, -+0xFD, 0xEF, 0xF0, 0x22, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x7D, 0x10, 0xED, 0x14, 0xF9, 0x24, 0xED, 0xB1, 0x99, 0xE0, 0x60, 0x36, 0x7C, -+0x08, 0xEC, 0x14, 0x90, 0xA6, 0xC1, 0xF0, 0x74, 0xED, 0x29, 0xB1, 0x99, 0xE0, 0xFB, 0x7A, 0x00, -+0x90, 0xA6, 0xC1, 0x12, 0x6F, 0xC5, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, -+0x6F, 0xEB, 0x60, 0x0F, 0xE9, 0x75, 0xF0, 0x08, 0xA4, 0xFF, 0x90, 0xA6, 0xC1, 0xE0, 0x2F, 0x04, -+0xFF, 0x80, 0x06, 0xDC, 0xCC, 0xDD, 0xBE, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x13, -+0x13, 0x13, 0x54, 0x1F, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0x22, 0x90, 0x07, 0x1F, 0xE0, 0x54, 0x7F, -+0xF0, 0x90, 0x07, 0x1C, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0xA5, 0x99, 0xF0, 0x90, 0xA5, 0x97, 0x74, -+0x02, 0xF0, 0x90, 0xA5, 0xA5, 0x14, 0xF0, 0xFB, 0x7A, 0xA5, 0x79, 0x97, 0x31, 0x4C, 0x7F, 0x04, -+0x21, 0x31, 0x12, 0x7A, 0xC5, 0x90, 0xA4, 0xC5, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x02, 0x86, 0xE0, -+0x44, 0x04, 0xF0, 0x90, 0xA4, 0xC7, 0xE0, 0x44, 0x01, 0xF0, 0x7D, 0x08, 0xE4, 0xFF, 0xF1, 0xC3, -+0x90, 0x05, 0x52, 0xE0, 0x54, 0x07, 0x04, 0x90, 0xA4, 0xD2, 0x12, 0x57, 0x05, 0x90, 0x04, 0x22, -+0xE0, 0x54, 0xEF, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0x2C, 0xE0, -+0xFF, 0x90, 0xA4, 0x2B, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, -+0x3F, 0x90, 0xA4, 0x2B, 0xE0, 0xFE, 0x75, 0xF0, 0x08, 0x90, 0xA3, 0xDB, 0x12, 0x48, 0x4F, 0xE0, -+0xFD, 0xEE, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xDC, 0xF9, 0x74, 0xA3, 0x35, 0xF0, 0xFA, 0x7B, 0x01, -+0xAF, 0x05, 0x51, 0xE0, 0x90, 0xA4, 0x2B, 0xD1, 0xF5, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, -+0x05, 0xE4, 0x90, 0xA4, 0x2B, 0xF0, 0x12, 0x66, 0x2F, 0x90, 0xA3, 0x17, 0xE0, 0x44, 0x02, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0x04, 0xF0, 0xE0, 0x7F, 0x00, 0x22, 0x12, 0x06, 0x89, 0xFF, -+0x54, 0x80, 0xFE, 0x90, 0xA4, 0xFF, 0xE0, 0x54, 0x7F, 0x4E, 0xFE, 0xF0, 0xEF, 0x54, 0x40, 0xFF, -+0xEE, 0x54, 0xBF, 0x4F, 0xFF, 0xF0, 0x12, 0x06, 0x89, 0xFE, 0x54, 0x20, 0xFD, 0xEF, 0x54, 0xDF, -+0x4D, 0xFF, 0x90, 0xA4, 0xFF, 0xF0, 0xEE, 0x54, 0x10, 0xFE, 0xEF, 0x54, 0xEF, 0x4E, 0xFF, 0xF0, -+0x12, 0x06, 0x89, 0x54, 0x0F, 0xFE, 0xEF, 0x54, 0xF0, 0x4E, 0x90, 0xA4, 0xFF, 0x91, 0x74, 0xFF, -+0x54, 0x7F, 0x90, 0xA5, 0x01, 0xF0, 0x12, 0x57, 0x4B, 0xFF, 0x90, 0xA5, 0x00, 0xE0, 0x54, 0xFE, -+0x4F, 0x12, 0x65, 0x70, 0x90, 0xA5, 0x02, 0xF0, 0x12, 0x66, 0x1C, 0x54, 0x01, 0x25, 0xE0, 0xFF, -+0x90, 0xA5, 0x00, 0xE0, 0x54, 0xFD, 0x4F, 0xF0, 0x12, 0x57, 0x77, 0x20, 0xE0, 0x02, 0x7D, 0x01, -+0x02, 0x48, 0xCC, 0xC1, 0x3A, 0xE4, 0xFD, 0x02, 0x57, 0xAE, 0x7D, 0x01, 0x02, 0x57, 0xAE, 0xE4, -+0xFF, 0x01, 0xB0, 0xE4, 0xFD, 0xFF, 0xA1, 0xA1, 0xF1, 0x83, 0xF1, 0xD0, 0x12, 0x4B, 0xCE, 0x12, -+0x7F, 0x60, 0x12, 0x7F, 0x21, 0x90, 0xA4, 0xFE, 0x74, 0x01, 0xF0, 0x22, 0x12, 0x06, 0x89, 0x90, -+0xA4, 0xFE, 0xF0, 0x22, 0x12, 0x66, 0x2F, 0x7F, 0x02, 0x01, 0x84, 0x75, 0xF0, 0x0F, 0xA4, 0x24, -+0x2D, 0xF9, 0x74, 0xA4, 0x35, 0xF0, 0x22, 0x90, 0xA4, 0xC7, 0xE0, 0x30, 0xE0, 0x04, 0x7F, 0x20, -+0x11, 0x84, 0x22, 0x74, 0x15, 0x2F, 0xF8, 0xE6, 0x4D, 0xFE, 0xF6, 0x74, 0x30, 0x02, 0x5F, 0xAC, -+0xE4, 0x90, 0xA4, 0xC3, 0xF0, 0xA3, 0xF0, 0x90, 0xA4, 0x2B, 0xF0, 0xA3, 0xF0, 0x22, 0xE4, 0xF5, -+0x65, 0xF5, 0x66, 0xF5, 0x67, 0x90, 0x01, 0x02, 0xE0, 0x54, 0x03, 0xFF, 0x22, 0x32, 0x32, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x89, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x00, -+0x7C, 0x00, 0xE4, 0x90, 0xA6, 0x8F, 0xF0, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x37, 0xBC, 0xE4, 0xFF, -+0xEC, 0x90, 0xA6, 0x8B, 0x12, 0x08, 0x6D, 0x90, 0xA6, 0x8B, 0x12, 0x48, 0x43, 0x90, 0xA6, 0x8A, -+0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x12, 0x48, 0x2A, 0xA3, 0x12, 0x08, 0x6D, 0x90, 0xA6, 0x8B, -+0x31, 0x8D, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x38, 0x07, 0x11, 0x5C, 0x90, 0xA6, 0x89, 0xE0, 0x75, -+0xF0, 0x08, 0xA4, 0x24, 0xB5, 0xF5, 0x82, 0xE4, 0x34, 0xAD, 0x12, 0x4F, 0x30, 0xFF, 0x12, 0x37, -+0xBC, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x14, 0x7E, 0x00, -+0x02, 0x3D, 0x7A, 0xE4, 0x90, 0xA5, 0x05, 0xF0, 0xA3, 0xF0, 0x11, 0xB3, 0xEF, 0x64, 0x01, 0x60, -+0x3B, 0xC3, 0x90, 0xA5, 0x06, 0xE0, 0x94, 0x88, 0x90, 0xA5, 0x05, 0xE0, 0x94, 0x13, 0x40, 0x0F, -+0x90, 0x01, 0xC1, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0x01, 0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1D, 0x90, -+0xA5, 0x05, 0x11, 0xCC, 0x11, 0x5C, 0xD3, 0x90, 0xA5, 0x06, 0xE0, 0x94, 0x32, 0x90, 0xA5, 0x05, -+0xE0, 0x94, 0x00, 0x40, 0xC5, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE3, 0xBE, 0x90, 0x01, 0xC7, 0x74, -+0xFE, 0xF0, 0x22, 0x90, 0x01, 0x9A, 0xE0, 0x54, 0xC0, 0x44, 0x0B, 0xF0, 0x31, 0x9D, 0x90, 0x01, -+0x98, 0xE0, 0x54, 0xC0, 0x7F, 0x00, 0xB4, 0x40, 0x02, 0x7F, 0x01, 0x22, 0xE4, 0x75, 0xF0, 0x01, -+0x02, 0x08, 0xD6, 0xE4, 0x90, 0xA6, 0xAF, 0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA6, -+0xB1, 0xF0, 0x7D, 0x47, 0x7F, 0xFF, 0x31, 0x2F, 0x90, 0x05, 0xF8, 0xE0, 0x70, 0x11, 0xA3, 0xE0, -+0x70, 0x0D, 0xA3, 0xE0, 0x70, 0x09, 0xA3, 0xE0, 0x70, 0x05, 0x31, 0x28, 0x7F, 0x01, 0x22, 0xD3, -+0x90, 0xA6, 0xB0, 0xE0, 0x94, 0xE8, 0x90, 0xA6, 0xAF, 0xE0, 0x94, 0x03, 0x40, 0x0C, 0x90, 0x01, -+0xC0, 0xE0, 0x44, 0x20, 0xF0, 0x31, 0x28, 0x7F, 0x00, 0x22, 0x7F, 0x32, 0x7E, 0x00, 0x12, 0x3D, -+0x7A, 0x90, 0xA6, 0xAF, 0x11, 0xCC, 0x80, 0xC0, 0x90, 0xA6, 0xB1, 0xE0, 0xFF, 0x7D, 0x48, 0x90, -+0x05, 0x22, 0xEF, 0xF0, 0x90, 0xA3, 0x1B, 0xED, 0xF0, 0x22, 0x90, 0xA4, 0xD2, 0xE0, 0xFD, 0x7C, -+0x00, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x07, 0x15, 0xED, 0x4C, 0x70, 0x05, 0x90, 0xA4, -+0xDF, 0x80, 0x2A, 0xED, 0x64, 0x01, 0x4C, 0x70, 0x05, 0x90, 0xA4, 0xE0, 0x80, 0x1F, 0xED, 0x64, -+0x02, 0x4C, 0x70, 0x05, 0x90, 0xA4, 0xE1, 0x80, 0x14, 0xED, 0x64, 0x03, 0x4C, 0x70, 0x05, 0x90, -+0xA4, 0xE2, 0x80, 0x09, 0xED, 0x64, 0x04, 0x4C, 0x70, 0x0C, 0x90, 0xA4, 0xE3, 0xE0, 0xFF, 0x31, -+0x87, 0x90, 0xA4, 0xD3, 0x11, 0xCC, 0x22, 0x90, 0x04, 0x24, 0xEF, 0xF0, 0x22, 0x12, 0x48, 0x37, -+0x90, 0xAA, 0xB9, 0x02, 0x08, 0x6D, 0xE4, 0x75, 0xF0, 0x01, 0x12, 0x08, 0xD6, 0x7F, 0x0A, 0x7E, -+0x00, 0x02, 0x3D, 0x7A, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x9C, 0xEE, 0x12, -+0x57, 0x02, 0x90, 0xA6, 0x9C, 0x51, 0xBC, 0xE0, 0x60, 0x21, 0xC3, 0x90, 0xA6, 0x9F, 0xE0, 0x94, -+0xE8, 0x90, 0xA6, 0x9E, 0xE0, 0x94, 0x03, 0x40, 0x0B, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x80, 0xF0, -+0x7F, 0x00, 0x80, 0x09, 0x90, 0xA6, 0x9E, 0x31, 0x96, 0x80, 0xD7, 0x7F, 0x01, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0xA4, 0x12, 0x48, 0x64, 0x7F, -+0x96, 0x7E, 0x02, 0x31, 0xA4, 0xEF, 0x60, 0x44, 0x51, 0xC5, 0xFE, 0xEF, 0x24, 0x01, 0xFF, 0xE4, -+0x3E, 0xFE, 0x90, 0xA6, 0xA7, 0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0xA6, 0xA7, -+0xE0, 0xFD, 0x90, 0x02, 0x94, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA6, 0xA4, 0x51, 0xB3, 0x24, 0x02, -+0xFF, 0xE4, 0x33, 0xFE, 0x12, 0x5E, 0xED, 0x90, 0xA6, 0xA7, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0xA6, -+0xA4, 0x12, 0x48, 0x5B, 0x51, 0x41, 0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0xA6, 0xA0, 0xEF, 0xF0, 0xA3, 0x12, 0x48, 0x64, 0x90, 0xA6, 0xB6, 0xE0, 0xFE, 0x04, -+0xF0, 0x90, 0x00, 0x01, 0xEE, 0x12, 0x06, 0xE1, 0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, -+0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0xA6, 0xA1, 0x12, 0x48, 0x5B, 0x8B, 0x40, -+0x8A, 0x41, 0x89, 0x42, 0x75, 0x43, 0x02, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x12, 0x34, 0x62, -+0x90, 0xA6, 0xA0, 0xE0, 0x24, 0x02, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, -+0x02, 0xC0, 0x01, 0xA3, 0x12, 0x48, 0x5B, 0xE9, 0x24, 0x02, 0xF9, 0xE4, 0x3A, 0x8B, 0x40, 0xF5, -+0x41, 0x89, 0x42, 0x90, 0xA6, 0xA1, 0x51, 0xB3, 0xF5, 0x43, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, -+0x02, 0x34, 0x62, 0x12, 0x48, 0x5B, 0x90, 0x00, 0x0E, 0x02, 0x06, 0xA2, 0xE0, 0xFE, 0xA3, 0xE0, -+0xF5, 0x82, 0x8E, 0x83, 0x22, 0x90, 0x01, 0x17, 0xE0, 0xFE, 0x90, 0x01, 0x16, 0xE0, 0x7C, 0x00, -+0x24, 0x00, 0xFF, 0xEC, 0x3E, 0x22, 0xE4, 0xF5, 0x65, 0xF5, 0x66, 0xF5, 0x67, 0x90, 0xA4, 0xC7, -+0xE0, 0x30, 0xE0, 0x02, 0x31, 0x3A, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x01, -+0x9A, 0xE0, 0x54, 0xC0, 0xF0, 0x31, 0x9D, 0x90, 0x01, 0x99, 0xE0, 0x44, 0xC0, 0xF0, 0x90, 0x01, -+0x9B, 0x74, 0x80, 0xF0, 0x22, 0xE4, 0x90, 0xA5, 0x0F, 0xF0, 0xA3, 0xF0, 0x90, 0x02, 0x86, 0xE0, -+0x20, 0xE1, 0x20, 0xC3, 0x90, 0xA5, 0x10, 0xE0, 0x94, 0xD0, 0x90, 0xA5, 0x0F, 0xE0, 0x94, 0x07, -+0x40, 0x0A, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x04, 0xF0, 0x7F, 0x00, 0x22, 0x90, 0xA5, 0x0F, 0x31, -+0x96, 0x80, 0xD9, 0x7F, 0x01, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFF, 0x90, -+0xA4, 0xC4, 0xE0, 0xFE, 0x90, 0xA4, 0xC3, 0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, 0x01, 0x80, 0x02, -+0x7E, 0x00, 0xEE, 0x64, 0x01, 0x60, 0x40, 0xED, 0x12, 0x77, 0xAB, 0xFA, 0x7B, 0x01, 0x31, 0xE2, -+0x7F, 0x01, 0xEF, 0x60, 0x32, 0x90, 0xA4, 0xC3, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x02, 0x80, -+0x02, 0x7F, 0x00, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA4, 0xC3, 0xF0, 0x90, 0xA4, 0xC4, 0xE0, 0xFF, -+0x90, 0xA4, 0xC3, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x07, -+0x90, 0xA3, 0x17, 0xE0, 0x44, 0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA6, 0x58, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x37, 0xBC, 0x90, 0xA6, -+0x62, 0x12, 0x08, 0x6D, 0x90, 0xA6, 0x5A, 0x12, 0x48, 0x37, 0x12, 0x08, 0x3A, 0x90, 0xA6, 0x62, -+0x12, 0x48, 0x43, 0x12, 0x48, 0x1D, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA6, -+0x5A, 0x12, 0x48, 0x37, 0x90, 0xA6, 0x5E, 0x12, 0x48, 0x43, 0x12, 0x48, 0x1D, 0xD0, 0x03, 0xD0, -+0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x2A, 0x90, 0xA6, 0x66, 0x12, 0x08, 0x6D, 0x90, 0xA6, -+0x66, 0x31, 0x8D, 0x90, 0xA6, 0x58, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x38, 0x07, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x77, 0xEF, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x12, 0x06, 0x89, 0xFF, 0x90, 0xA4, 0xEC, 0xF0, 0xBF, 0x01, 0x08, 0x12, 0x67, 0x4B, -+0xE4, 0x90, 0xA4, 0xEC, 0xF0, 0x22, 0x90, 0x01, 0x94, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x01, 0xC7, -+0xE4, 0xF0, 0x22, 0xE4, 0x90, 0xA3, 0x17, 0x12, 0x4F, 0xC7, 0xA3, 0xF0, 0x22, 0x90, 0x01, 0xE4, -+0x74, 0x25, 0xF0, 0xA3, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x34, 0xE0, 0x55, 0x15, 0xF5, 0x19, 0xA3, -+0xE0, 0x55, 0x16, 0xF5, 0x1A, 0xA3, 0xE0, 0x55, 0x17, 0xF5, 0x1B, 0xA3, 0xE0, 0x55, 0x18, 0xF5, -+0x1C, 0x90, 0x01, 0x34, 0xE5, 0x19, 0xF0, 0xA3, 0xE5, 0x1A, 0xF0, 0xA3, 0xE5, 0x1B, 0xF0, 0xA3, -+0xE5, 0x1C, 0xF0, 0x22, 0x90, 0x01, 0x3C, 0xE0, 0x55, 0x1D, 0xF5, 0x21, 0xA3, 0xE0, 0x55, 0x1E, -+0xF5, 0x22, 0xA3, 0xE0, 0x55, 0x1F, 0xF5, 0x23, 0xA3, 0xE0, 0x55, 0x20, 0xF5, 0x24, 0x90, 0x01, -+0x3C, 0xE5, 0x21, 0xF0, 0xA3, 0xE5, 0x22, 0xF0, 0xA3, 0xE5, 0x23, 0xF0, 0xA3, 0xE5, 0x24, 0xF0, -+0x53, 0x91, 0xDF, 0x22, 0x90, 0x01, 0xCF, 0xE0, 0x90, 0xA5, 0x97, 0xF0, 0xE0, 0xFF, 0x30, 0xE0, -+0x07, 0x90, 0x01, 0xCF, 0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE5, 0x23, 0x90, 0x01, 0xCF, 0xE0, -+0x54, 0xDF, 0xF0, 0x90, 0x01, 0x34, 0x74, 0x20, 0xF0, 0xE4, 0xF5, 0xA8, 0xF5, 0xE8, 0x12, 0x4F, -+0x70, 0x90, 0x00, 0x03, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x03, 0x12, 0x48, 0xB8, 0x80, 0xFE, 0x22, -+0x12, 0x77, 0xDE, 0xBF, 0x03, 0x02, 0x91, 0xE9, 0x22, 0x90, 0x05, 0x21, 0xE0, 0x54, 0x7F, 0xF0, -+0x22, 0x12, 0x77, 0xE5, 0xBF, 0x03, 0x02, 0x91, 0xE9, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA6, 0xA9, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA6, 0xA8, 0xEF, 0xF0, 0xE4, 0xFD, -+0xFC, 0x12, 0x5E, 0x6C, 0x7C, 0x00, 0xAD, 0x07, 0x90, 0xA6, 0xA8, 0xE0, 0x90, 0x04, 0x25, 0xF0, -+0x90, 0xA6, 0xA9, 0xE0, 0x60, 0x05, 0xB1, 0x9C, 0x44, 0x80, 0xF0, 0xAF, 0x05, 0x74, 0x20, 0x2F, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xC0, 0xF0, 0xB1, 0x9C, 0x54, 0xC0, 0xF0, -+0x90, 0xA6, 0xAB, 0xE0, 0xFF, 0xAE, 0x05, 0x74, 0x18, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, -+0x83, 0xEF, 0xF0, 0xB1, 0x91, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0xA6, 0xAA, 0xE0, 0x25, 0xE0, 0x25, -+0xE0, 0xFE, 0xEF, 0x44, 0x02, 0x4E, 0xFF, 0xAE, 0x05, 0xB1, 0x91, 0xEF, 0xF0, 0x74, 0x11, 0x2E, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x74, 0xFF, 0xF0, 0x74, 0x29, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xF7, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x74, 0x12, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x21, 0x2F, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x7E, 0xFF, 0xED, 0xC3, 0x94, 0x33, 0x40, 0x19, -+0xED, 0xD3, 0x94, 0x35, 0x50, 0x13, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0xD5, 0xC4, 0x13, 0x54, -+0x07, 0x30, 0xE0, 0x05, 0xED, 0x14, 0x44, 0x80, 0xFE, 0xED, 0x14, 0xFD, 0x74, 0x16, 0x2F, 0x12, -+0x6E, 0x78, 0xED, 0xF0, 0xAF, 0x06, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x04, -+0x30, 0xD1, 0x11, 0xF0, 0x90, 0xA5, 0x08, 0xE0, 0x90, 0x04, 0x33, 0xF0, 0x90, 0xA5, 0x09, 0xE0, -+0x90, 0x04, 0x34, 0xF0, 0x90, 0xA5, 0x0A, 0xE0, 0x90, 0x04, 0x35, 0xF0, 0x90, 0xA5, 0x0B, 0xE0, -+0x90, 0x04, 0x36, 0xF0, 0x90, 0xA5, 0x0C, 0xE0, 0x90, 0x04, 0x37, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0xEB, 0x22, 0x90, 0xA5, 0x21, 0xEE, 0xF0, 0xA3, 0xD1, -+0x11, 0xF0, 0x90, 0xA5, 0x23, 0xE0, 0xD1, 0xEC, 0x7B, 0x01, 0x90, 0xA5, 0x28, 0x12, 0x48, 0x64, -+0x90, 0xA5, 0x24, 0xE0, 0xD1, 0xFC, 0xA3, 0x12, 0x48, 0x64, 0xD1, 0xE4, 0xFF, 0xF1, 0x0B, 0x8F, -+0x61, 0xA3, 0x12, 0x6C, 0xAB, 0xE0, 0xF5, 0x5D, 0xA3, 0xE0, 0xF5, 0x5E, 0xE4, 0xF5, 0x62, 0x90, -+0xA5, 0x28, 0x12, 0x48, 0x5B, 0x75, 0xF0, 0x02, 0xE5, 0x62, 0xA4, 0xF5, 0x82, 0x85, 0xF0, 0x83, -+0x12, 0x07, 0xAB, 0xAE, 0xF0, 0xA8, 0x61, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, -+0xF9, 0xFF, 0x90, 0xA5, 0x25, 0x12, 0x48, 0x5B, 0x85, 0x62, 0x82, 0x12, 0x5E, 0x86, 0xFD, 0x7C, -+0x00, 0x12, 0x07, 0x03, 0xEF, 0x25, 0x5E, 0xF5, 0x5E, 0xEE, 0x35, 0x5D, 0xF5, 0x5D, 0x05, 0x62, -+0xE5, 0x62, 0xB4, 0x05, 0xBA, 0x90, 0xA5, 0x25, 0x12, 0x48, 0x5B, 0x12, 0x75, 0x09, 0xFD, 0x7C, -+0x00, 0xD1, 0xE4, 0xA8, 0x61, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, -+0x12, 0x07, 0x03, 0x8E, 0x5F, 0x8F, 0x60, 0xD3, 0xE5, 0x5E, 0x95, 0x60, 0xE5, 0x5D, 0x95, 0x5F, -+0x40, 0x0C, 0xE5, 0x5E, 0x95, 0x60, 0xFF, 0xE5, 0x5D, 0x95, 0x5F, 0xFE, 0x80, 0x04, 0x7E, 0x00, -+0x7F, 0x00, 0x8E, 0x5D, 0x8F, 0x5E, 0x90, 0xA5, 0x23, 0x12, 0x6C, 0xAB, 0xE5, 0x5D, 0xF0, 0xA3, -+0xE5, 0x5E, 0xF0, 0x22, 0x90, 0xA5, 0x21, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0x75, 0xF0, 0x0A, 0xA4, -+0x24, 0x01, 0xF9, 0x74, 0x8D, 0x35, 0xF0, 0xFA, 0x22, 0x8F, 0x59, 0xEF, 0x75, 0xF0, 0x06, 0xA4, -+0x24, 0x62, 0xF9, 0x74, 0x40, 0x35, 0xF0, 0xFA, 0x7B, 0xFF, 0x22, 0x12, 0x5F, 0x9A, 0x40, 0x03, -+0x7F, 0x05, 0x22, 0xD3, 0xEF, 0x94, 0xC8, 0xEE, 0x94, 0x00, 0x7F, 0x00, 0x40, 0x02, 0x7F, 0x02, -+0x22, 0x90, 0xA4, 0xFF, 0xE0, 0x54, 0x7F, 0xF0, 0x54, 0xBF, 0xF0, 0x54, 0xDF, 0xF0, 0x54, 0xF0, -+0xF0, 0xE4, 0x90, 0xA5, 0x01, 0xF0, 0x90, 0xA4, 0xFF, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x7D, 0x07, -+0xEF, 0x5D, 0xC3, 0x60, 0x0A, 0xF1, 0x53, 0x24, 0x08, 0xFF, 0xE4, 0x3E, 0xFE, 0x80, 0x03, 0xF1, -+0x53, 0xFF, 0x22, 0x74, 0xFF, 0x9D, 0xFD, 0x74, 0xFF, 0x94, 0x00, 0x5E, 0xFE, 0xED, 0x5F, 0x22, -+0x90, 0xA4, 0xC7, 0xE0, 0x54, 0xFE, 0x12, 0x57, 0x05, 0x90, 0xA4, 0xCE, 0x12, 0x4F, 0xC7, 0x90, -+0xA4, 0xE9, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x90, 0xA6, 0x2E, 0xE4, 0xF0, 0xA3, 0xE5, 0x65, -+0xF0, 0x24, 0x96, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xA6, 0x30, 0x22, -+0xFF, 0xE5, 0x52, 0x25, 0xE0, 0x24, 0x95, 0xF5, 0x82, 0xE4, 0x34, 0x9B, 0x22, 0xE0, 0xFF, 0xA3, -+0xE0, 0x90, 0xA6, 0x30, 0xCF, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0x90, 0xA6, 0xB2, 0xE0, 0x24, 0x96, -+0xF5, 0x82, 0xE4, 0x34, 0xA2, 0xF5, 0x83, 0x22, 0x2F, 0xF5, 0x82, 0x74, 0x01, 0x3E, 0xF5, 0x83, -+0xE0, 0xFF, 0x90, 0xA4, 0x2C, 0xE0, 0x75, 0xF0, 0x08, 0x22, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0xA6, -+0x30, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA6, 0x2E, 0x22, 0xF5, 0x83, 0xE0, 0xFC, 0xA3, 0xE0, -+0xFD, 0x22, 0x90, 0xA5, 0x13, 0xE0, 0x90, 0xA5, 0x18, 0x22, 0x90, 0xA5, 0x1F, 0xF0, 0xEE, 0xA3, -+0xF0, 0x90, 0xA5, 0x14, 0x22, 0xFC, 0xE5, 0x57, 0xC3, 0x13, 0xFE, 0xE5, 0x58, 0x13, 0xFF, 0x22, -+0x90, 0xA5, 0x21, 0x74, 0x09, 0xF0, 0x90, 0xA5, 0x15, 0x22, 0x7F, 0x80, 0x12, 0x56, 0x3E, 0x90, -+0xA5, 0x14, 0xE0, 0x22, 0x90, 0xA5, 0x16, 0x74, 0x0D, 0xF0, 0x90, 0xA5, 0x24, 0x22, 0xF0, 0xEE, -+0xA3, 0xF0, 0x75, 0xF0, 0x10, 0xED, 0x22, 0x90, 0xA5, 0x14, 0xE0, 0xF9, 0xD3, 0x94, 0x80, 0x22, -+0x90, 0xA5, 0x13, 0xE0, 0xF9, 0xD3, 0x94, 0x80, 0x22, 0xE5, 0x6A, 0x75, 0xF0, 0x08, 0xA4, 0x25, -+0x69, 0x22, 0xFF, 0x90, 0xA6, 0xB3, 0xE0, 0xFB, 0xEF, 0x5B, 0x22, 0xE0, 0xFD, 0x75, 0xF0, 0x04, -+0xE5, 0x65, 0x22, 0x90, 0x89, 0x07, 0x12, 0x48, 0x4F, 0xE0, 0x22, 0x90, 0x89, 0x04, 0x12, 0x48, -+0x4F, 0xE0, 0x22, 0xF0, 0xEE, 0xA3, 0xF0, 0x90, 0xA5, 0x13, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, -+0x69, 0x08, 0x22, 0x90, 0x00, 0x02, 0x12, 0x07, 0xAB, 0xFF, 0x22, 0x00, 0x8E, 0x3E, -+}; -+u4Byte ArrayLength_MP_8821A_FW_AP = 16542; -+ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_AP( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8821A_FW_AP; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8821A_FW_AP, ArrayLength_MP_8821A_FW_AP); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8821A_FW_AP; -+} -+ -+ -+#endif /* #if (defined(CONFIG_AP_WOWLAN)||(DM_ODM_SUPPORT_TYPE & (ODM_AP)) */ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ -+ -+u1Byte Array_MP_8821A_FW_NIC[] = { -+0x01, 0x21, 0x10, 0x00, 0x25, 0x00, 0x00, 0x00, 0x09, 0x08, 0x18, 0x09, 0x76, 0x7A, 0x00, 0x00, -+0xED, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x49, 0x62, 0x02, 0x6F, 0xF4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x70, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x8F, 0xF6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x6F, 0xF5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x7F, 0xF4, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x8F, 0xF5, 0x00, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x08, 0x08, 0x00, -+0x00, 0x00, 0x0A, 0x08, 0x03, 0x03, 0x00, 0x04, 0x09, 0x07, 0x03, 0x03, 0x00, 0x04, 0x08, 0x06, -+0x03, 0x02, 0x00, 0x04, 0x08, 0x05, 0x03, 0x01, 0x00, 0x04, 0x0D, 0x0A, 0x07, 0x05, 0x00, 0x08, -+0x0C, 0x0A, 0x07, 0x04, 0x00, 0x08, 0x0B, 0x0A, 0x06, 0x05, 0x00, 0x08, 0x0B, 0x0A, 0x05, 0x03, -+0x00, 0x08, 0x0B, 0x0A, 0x03, 0x02, 0x00, 0x08, 0x14, 0x12, 0x0C, 0x04, 0x00, 0x10, 0x14, 0x12, -+0x09, 0x04, 0x00, 0x10, 0x24, 0x22, 0x1C, 0x12, 0x00, 0x20, 0x24, 0x22, 0x18, 0x0C, 0x00, 0x20, -+0x24, 0x22, 0x14, 0x06, 0x00, 0x20, 0x24, 0x22, 0x0F, 0x04, 0x00, 0x20, 0x24, 0x21, 0x0A, 0x04, -+0x00, 0x20, 0x23, 0x21, 0x0C, 0x04, 0x00, 0x20, 0x23, 0x1F, 0x0A, 0x04, 0x00, 0x20, 0x22, 0x1F, -+0x0F, 0x04, 0x00, 0x20, 0x21, 0x1F, 0x16, 0x0C, 0x00, 0x20, 0x31, 0x2F, 0x20, 0x14, 0x00, 0x30, -+0x31, 0x2F, 0x18, 0x10, 0x00, 0x30, 0x31, 0x2C, 0x18, 0x0C, 0x00, 0x30, 0x31, 0x2A, 0x14, 0x0C, -+0x00, 0x30, 0x31, 0x28, 0x14, 0x00, 0x00, 0x30, 0x31, 0x24, 0x14, 0x00, 0x00, 0x30, 0x31, 0x1E, -+0x14, 0x00, 0x00, 0x30, 0x15, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x0F, 0x00, 0x00, -+0x00, 0x00, 0x05, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x05, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, -+0x10, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0xF5, 0x0F, -+0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x3F, 0x00, 0x00, 0x00, -+0x00, 0x15, 0xF0, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x15, 0xF0, 0xCF, 0xFF, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x26, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x21, -+0x25, 0x27, 0x28, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, -+0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, -+0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, -+0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x23, 0x26, 0x28, -+0x2A, 0x2A, 0x2A, 0x00, 0x04, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x18, 0x00, 0x24, 0x00, -+0x30, 0x00, 0x48, 0x00, 0x60, 0x00, 0x90, 0x00, 0xC0, 0x00, 0xD8, 0x00, 0x3C, 0x00, 0x64, 0x00, -+0x78, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0xE0, 0x00, 0xA0, 0x00, 0xF0, 0x01, -+0x40, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x04, 0xB0, 0x06, 0x40, 0x00, 0xC8, 0x01, 0x18, 0x01, -+0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, -+0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0x3C, 0x00, 0x50, 0x00, -+0x64, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x00, -+0x78, 0x00, 0xF0, 0x01, 0x90, 0x02, 0x58, 0x03, 0xE8, 0x07, 0xD0, 0x09, 0x60, 0x0F, 0xA0, 0x12, -+0xC0, 0x15, 0x18, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, -+0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, -+0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0x02, 0x00, 0x02, 0x00, -+0x04, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x12, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, 0x48, 0x00, -+0x60, 0x00, 0x6C, 0x00, 0x14, 0x00, 0x32, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, -+0xC8, 0x00, 0xF0, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0x90, 0x02, -+0x58, 0x03, 0x20, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, -+0x20, 0x03, 0xE8, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, -+0x20, 0x03, 0xE8, 0x00, 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, -+0xC8, 0x00, 0xF0, 0x01, 0x7C, 0x01, 0x90, 0x00, 0x3C, 0x00, 0x78, 0x00, 0xC8, 0x01, 0x2C, 0x01, -+0xF4, 0x03, 0xE8, 0x04, 0xB0, 0x07, 0xD0, 0x09, 0x60, 0x0A, 0xF0, 0x00, 0x64, 0x00, 0x8C, 0x00, -+0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, 0xE8, 0x00, -+0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, -+0xE8, 0x03, 0xE8, 0x01, 0x01, 0x01, 0x02, 0x01, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, -+0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x03, 0x04, 0x05, -+0x06, 0x07, 0x08, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x02, 0x04, 0x06, 0x07, 0x08, -+0x0A, 0x0B, 0x0C, 0x03, 0x05, 0x06, 0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0C, 0x02, 0x04, 0x06, 0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x03, 0x05, 0x06, -+0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, -+0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x19, 0x06, 0x04, 0x02, 0x00, -+0x18, 0x00, 0x04, 0x0C, 0x14, 0x2C, 0x36, 0x04, 0x08, 0x08, 0x08, 0x0A, 0x0A, 0x04, 0x04, 0x04, -+0x05, 0x04, 0x04, 0x05, 0x07, 0x07, 0x07, 0x08, 0x0A, 0x04, 0x07, 0x0A, 0x0E, 0x11, 0x13, 0x14, -+0x15, 0x03, 0x04, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, -+0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x07, 0x08, 0x08, 0x0A, 0x0A, 0x0C, 0x0E, -+0x10, 0x11, 0x11, 0x07, 0x09, 0x09, 0x0B, 0x0B, 0x0D, 0x0F, 0x13, 0x13, 0x14, 0x05, 0x05, 0x07, -+0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, -+0x0F, 0x04, 0x04, 0x04, 0x05, 0x07, 0x07, 0x09, 0x09, 0x0C, 0x0E, 0x10, 0x12, 0x05, 0x06, 0x07, -+0x0D, 0x10, 0x11, 0x12, 0x12, 0x07, 0x08, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, -+0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x05, 0x06, 0x08, -+0x09, 0x0C, 0x0E, 0x12, 0x12, 0x13, 0x14, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0F, 0x12, 0x12, 0x14, -+0x16, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x13, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, -+0x0E, 0x11, 0x13, 0x13, 0x13, 0x0C, 0x00, 0x0C, 0x94, 0x0C, 0x88, 0x0C, 0x8C, 0x0C, 0xE8, 0x0C, -+0x10, 0x0D, 0x00, 0x0C, 0x90, 0x0C, 0xC4, 0x0C, 0xC8, 0x0C, 0xCC, 0x0C, 0xD4, 0x0C, 0x80, 0x0C, -+0x84, 0x0C, 0xB8, 0x0E, 0x00, 0x0E, 0x94, 0x0E, 0x88, 0x0E, 0x8C, 0x0E, 0xE8, 0x0E, 0x10, 0x0D, -+0x40, 0x0E, 0x90, 0x0E, 0xC4, 0x0E, 0xC8, 0x0E, 0xCC, 0x0E, 0xD4, 0x0E, 0x80, 0x0E, 0x84, 0x0E, -+0xB8, 0x05, 0x22, 0x05, 0x50, 0x05, 0x51, 0x08, 0x08, 0x0A, 0x04, 0x09, 0x0C, 0x0C, 0x00, 0x0E, -+0x00, 0x08, 0x38, 0x08, 0x2C, 0x0C, 0x5C, 0x0C, 0x60, 0x0C, 0x64, 0x0C, 0x68, 0x0C, 0xB0, 0x0C, -+0xB4, 0x0E, 0x5C, 0x0E, 0x60, 0x0E, 0x64, 0x0E, 0x68, 0x0E, 0xB0, 0x0E, 0xB4, 0x00, 0x01, 0x04, -+0x02, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x44, 0xE4, 0x85, 0xD0, 0x0B, 0x75, 0xD0, 0x08, 0xAA, 0xE0, -+0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, 0x79, 0xF5, 0x8C, 0xD2, 0x8C, -+0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, 0x95, 0x81, 0xB4, 0x40, 0x00, -+0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, 0xC2, 0xAF, 0xE6, 0x30, 0xE1, -+0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, 0xD0, 0x22, 0xE5, 0x0C, 0xFF, -+0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, 0x00, 0x78, 0x81, 0xE6, 0x30, -+0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, 0x74, 0x86, 0x25, 0x0C, 0xF8, -+0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xCD, 0xF8, 0xE8, -+0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, 0xD3, 0x9F, 0x40, 0x27, 0xE5, -+0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xCD, -+0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, 0xF5, 0xE5, 0x0C, 0x24, 0x86, -+0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, 0xF8, 0x7F, 0x04, 0xC2, 0xAF, -+0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, 0x07, 0x30, 0xE3, 0x04, 0x7F, -+0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, 0x07, 0x22, 0x78, 0x86, 0xA6, -+0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, 0x7F, 0x03, 0xE4, 0x78, 0x80, -+0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, 0x4A, 0x1C, 0x74, 0x01, 0x93, -+0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, 0x60, 0x75, 0x8C, 0x79, 0xD2, -+0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0x74, 0x81, -+0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, 0x30, 0xF6, 0xD2, 0xAF, 0xAE, -+0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, 0xE6, 0xF9, 0x08, 0xE6, 0x18, -+0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, 0xE7, 0x19, 0x19, 0xF7, 0x09, -+0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, 0x04, 0x05, 0x81, 0x05, 0x81, -+0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, 0xF9, 0xEE, 0xB5, 0x0C, 0x02, -+0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x19, 0x19, 0xE7, 0x09, 0x09, -+0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, 0xE6, 0x04, 0xF8, 0xEF, 0x2F, -+0x04, 0x90, 0x4A, 0x1C, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, 0x7F, 0x00, 0x22, 0xEF, 0xD3, -+0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE5, 0xF4, -+0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, 0x07, 0x0A, 0x74, 0x86, 0x2F, -+0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x45, 0x2D, 0x50, 0x2E, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xBF, 0x02, -+0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, 0xFB, 0xE6, 0xFC, 0xE9, 0x6C, -+0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, 0x03, 0xA6, 0x05, 0x1F, 0xE5, -+0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xFD, 0x18, 0x86, 0x01, -+0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, 0x0C, 0xB5, 0x07, 0x02, 0xAC, -+0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, 0x80, 0xF4, 0xE5, 0x0C, 0xB5, -+0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, -+0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, 0x30, 0xE0, 0x02, 0xD2, 0xE4, -+0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, 0x02, 0x45, 0x2C, 0x8F, 0xF0, -+0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, 0x30, 0xF7, 0x0D, 0x7F, 0x08, -+0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x32, 0x50, 0x30, 0x80, 0x07, 0x30, 0xF1, 0x06, 0xED, 0xF6, -+0x60, 0x27, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x25, 0x0E, 0x30, -+0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x14, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x15, 0x54, 0xEC, -+0x4E, 0xF6, 0xD2, 0xAF, 0xD2, 0xA9, 0x02, 0x45, 0x2D, 0x7F, 0x08, 0x08, 0xEF, 0x44, 0x83, 0xF4, -+0xC2, 0xAF, 0x56, 0xC6, 0xD2, 0xAF, 0xD2, 0xA9, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0xEF, 0x2B, 0xFF, -+0xEE, 0x3A, 0xFE, 0xED, 0x39, 0xFD, 0xEC, 0x38, 0xFC, 0x22, 0xC3, 0xEF, 0x9B, 0xFF, 0xEE, 0x9A, -+0xFE, 0xED, 0x99, 0xFD, 0xEC, 0x98, 0xFC, 0x22, 0xE8, 0x8F, 0xF0, 0xA4, 0xCC, 0x8B, 0xF0, 0xA4, -+0x2C, 0xFC, 0xE9, 0x8E, 0xF0, 0xA4, 0x2C, 0xFC, 0x8A, 0xF0, 0xED, 0xA4, 0x2C, 0xFC, 0xEA, 0x8E, -+0xF0, 0xA4, 0xCD, 0xA8, 0xF0, 0x8B, 0xF0, 0xA4, 0x2D, 0xCC, 0x38, 0x25, 0xF0, 0xFD, 0xE9, 0x8F, -+0xF0, 0xA4, 0x2C, 0xCD, 0x35, 0xF0, 0xFC, 0xEB, 0x8E, 0xF0, 0xA4, 0xFE, 0xA9, 0xF0, 0xEB, 0x8F, -+0xF0, 0xA4, 0xCF, 0xC5, 0xF0, 0x2E, 0xCD, 0x39, 0xFE, 0xE4, 0x3C, 0xFC, 0xEA, 0xA4, 0x2D, 0xCE, -+0x35, 0xF0, 0xFD, 0xE4, 0x3C, 0xFC, 0x22, 0xEF, 0x5B, 0xFF, 0xEE, 0x5A, 0xFE, 0xED, 0x59, 0xFD, -+0xEC, 0x58, 0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, 0xED, 0x49, 0xFD, 0xEC, 0x48, 0xFC, -+0x22, 0xEB, 0x9F, 0xF5, 0xF0, 0xEA, 0x9E, 0x42, 0xF0, 0xE9, 0x9D, 0x42, 0xF0, 0xEC, 0x64, 0x80, -+0xC8, 0x64, 0x80, 0x98, 0x45, 0xF0, 0x22, 0xEB, 0x9F, 0xF5, 0xF0, 0xEA, 0x9E, 0x42, 0xF0, 0xE9, -+0x9D, 0x42, 0xF0, 0xE8, 0x9C, 0x45, 0xF0, 0x22, 0xBB, 0x01, 0x07, 0x89, 0x82, 0x8A, 0x83, 0x02, -+0x48, 0xC6, 0x50, 0x05, 0xE9, 0xF8, 0x02, 0x49, 0x22, 0xBB, 0xFE, 0x05, 0xE9, 0xF8, 0x02, 0x49, -+0x2E, 0x89, 0x82, 0x8A, 0x83, 0x02, 0x49, 0x3A, 0xBB, 0x01, 0x0D, 0xE5, 0x82, 0x29, 0xF5, 0x82, -+0xE5, 0x83, 0x3A, 0xF5, 0x83, 0x02, 0x48, 0xC6, 0x50, 0x07, 0xE9, 0x25, 0x82, 0xF8, 0x02, 0x49, -+0x22, 0xBB, 0xFE, 0x07, 0xE9, 0x25, 0x82, 0xF8, 0x02, 0x49, 0x2E, 0xE5, 0x82, 0x29, 0xF5, 0x82, -+0xE5, 0x83, 0x3A, 0xF5, 0x83, 0x02, 0x49, 0x3A, 0xBB, 0x01, 0x07, 0x89, 0x82, 0x8A, 0x83, 0x02, -+0x08, 0x6D, 0x50, 0x05, 0xE9, 0xF8, 0x02, 0x49, 0x4A, 0xBB, 0xFE, 0x05, 0xE9, 0xF8, 0x02, 0x49, -+0x56, 0x22, 0xBB, 0x01, 0x0D, 0xE5, 0x82, 0x29, 0xF5, 0x82, 0xE5, 0x83, 0x3A, 0xF5, 0x83, 0x02, -+0x08, 0x6D, 0x50, 0x07, 0xE9, 0x25, 0x82, 0xF8, 0x02, 0x49, 0x4A, 0xBB, 0xFE, 0x07, 0xE9, 0x25, -+0x82, 0xF8, 0x02, 0x49, 0x56, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, -+0xFF, 0x22, 0xE0, 0xF8, 0xA3, 0xE0, 0xF9, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, 0x25, -+0x82, 0xF5, 0x82, 0xE5, 0xF0, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, 0xA3, -+0xE0, 0xF9, 0x22, 0xEB, 0xF0, 0xA3, 0xEA, 0xF0, 0xA3, 0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, 0x82, -+0xF8, 0xE4, 0x93, 0x70, 0x12, 0x74, 0x01, 0x93, 0x70, 0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, 0x01, -+0x93, 0xF5, 0x82, 0x88, 0x83, 0xE4, 0x73, 0x74, 0x02, 0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, 0xA3, -+0x80, 0xDF, 0xE6, 0xFC, 0x08, 0xE6, 0xFD, 0x08, 0xE6, 0xFE, 0x08, 0xE6, 0xFF, 0x22, 0xE2, 0xFC, -+0x08, 0xE2, 0xFD, 0x08, 0xE2, 0xFE, 0x08, 0xE2, 0xFF, 0x22, 0xE4, 0x93, 0xFC, 0x74, 0x01, 0x93, -+0xFD, 0x74, 0x02, 0x93, 0xFE, 0x74, 0x03, 0x93, 0xFF, 0x22, 0xEC, 0xF6, 0x08, 0xED, 0xF6, 0x08, -+0xEE, 0xF6, 0x08, 0xEF, 0xF6, 0x22, 0xEC, 0xF2, 0x08, 0xED, 0xF2, 0x08, 0xEE, 0xF2, 0x08, 0xEF, -+0xF2, 0x22, 0x02, 0x49, 0xA0, 0x02, 0x45, 0xBD, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, -+0x03, 0xF6, 0x80, 0x01, 0xF2, 0x08, 0xDF, 0xF4, 0x80, 0x29, 0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, -+0x24, 0x0C, 0xC8, 0xC3, 0x33, 0xC4, 0x54, 0x0F, 0x44, 0x20, 0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, -+0x80, 0x01, 0x46, 0xF6, 0xDF, 0xE4, 0x80, 0x0B, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, -+0x90, 0x49, 0xE5, 0xE4, 0x7E, 0x01, 0x93, 0x60, 0xBC, 0xA3, 0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, -+0x54, 0x1F, 0xFE, 0xE4, 0x93, 0xA3, 0x60, 0x01, 0x0E, 0xCF, 0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, -+0x40, 0xB8, 0xE4, 0x93, 0xA3, 0xFA, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, -+0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, -+0xE9, 0xDE, 0xE7, 0x80, 0xBE, 0x41, 0xA5, 0x17, 0x00, 0x41, 0xA5, 0x18, 0x00, 0x60, 0x26, 0xA4, -+0x1C, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x24, -+0x28, 0x2C, 0x30, 0x34, 0x38, 0x3C, 0x40, 0x64, 0x68, 0x6C, 0x70, 0x74, 0x78, 0x7C, 0x80, 0x84, -+0x88, 0x8C, 0x95, 0x99, 0x9D, 0xA1, 0xA5, 0x41, 0xA5, 0x2B, 0x00, 0x00, 0x4C, 0x93, 0x58, 0x88, -+0x5F, 0xFE, 0xE4, 0xFD, 0x7F, 0x8D, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x82, 0x75, -+0x83, 0x00, 0xED, 0xF0, 0x7F, 0x10, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xB1, 0x6A, 0x20, 0xE6, 0x02, 0x61, 0x35, 0x90, 0x00, -+0x8C, 0xE0, 0x90, 0xA5, 0x05, 0xF0, 0x7F, 0x8D, 0x71, 0xB4, 0x90, 0xA5, 0x06, 0xEF, 0xF0, 0x90, -+0x00, 0x8E, 0xE0, 0x90, 0xA5, 0x07, 0xF0, 0x90, 0xA5, 0x06, 0xE0, 0x24, 0xFC, 0x60, 0x0F, 0x24, -+0x03, 0x60, 0x02, 0x61, 0x2E, 0x90, 0xA5, 0x05, 0xE0, 0xFF, 0xB1, 0x1A, 0x61, 0x2E, 0x90, 0xA5, -+0x05, 0xE0, 0x24, 0x11, 0x12, 0xBA, 0x24, 0xE0, 0xFB, 0xE4, 0xFD, 0xFF, 0x71, 0x67, 0x75, 0xF0, -+0x04, 0xB1, 0xC2, 0x13, 0x13, 0x54, 0x03, 0xFB, 0x0D, 0xE4, 0xFF, 0x71, 0x67, 0x75, 0xF0, 0x04, -+0xB1, 0xC2, 0x12, 0x6D, 0xA4, 0xFB, 0x0D, 0xE4, 0xFF, 0x71, 0x67, 0x75, 0xF0, 0x04, 0xB1, 0xC2, -+0xC4, 0x54, 0x03, 0xFB, 0x0D, 0xE4, 0xFF, 0x71, 0x67, 0x75, 0xF0, 0x04, 0x12, 0x6F, 0xE7, 0xE0, -+0xFB, 0xE4, 0xFD, 0x0F, 0x71, 0x67, 0x75, 0xF0, 0x04, 0x90, 0x96, 0x12, 0x71, 0x62, 0x75, 0xF0, -+0x04, 0xF1, 0x45, 0xC4, 0x13, 0x54, 0x01, 0xFB, 0x0D, 0x7F, 0x01, 0x71, 0x67, 0x75, 0xF0, 0x04, -+0xF1, 0x45, 0x54, 0x1F, 0x71, 0x65, 0x12, 0x6A, 0x73, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0x71, 0x67, -+0x75, 0xF0, 0x08, 0x90, 0x89, 0x01, 0x71, 0x62, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x02, 0x71, 0x62, -+0x75, 0xF0, 0x08, 0x90, 0x89, 0x03, 0x71, 0x62, 0x75, 0xF0, 0x08, 0x12, 0xBA, 0x54, 0xFB, 0xE4, -+0xFD, 0x0F, 0x71, 0x67, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x05, 0x71, 0x62, 0x75, 0xF0, 0x08, 0x90, -+0x89, 0x06, 0x71, 0x62, 0x75, 0xF0, 0x08, 0x12, 0xBA, 0x4C, 0xFB, 0x0D, 0x71, 0x3A, 0xB1, 0x6A, -+0x30, 0xE0, 0x02, 0x51, 0x22, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x70, 0x04, 0x74, 0xF0, 0x80, -+0x16, 0xEF, 0xB4, 0x01, 0x04, 0x74, 0xF4, 0x80, 0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, 0x80, -+0x06, 0xEF, 0xB4, 0x03, 0x0C, 0x74, 0xFC, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, 0xEB, -+0xF0, 0x22, 0x11, 0xDE, 0xE0, 0xFB, 0x0D, 0x71, 0x3A, 0x90, 0xA5, 0x05, 0xE0, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x56, 0x73, 0x7F, 0x00, 0x7E, 0x0C, 0xB1, 0x01, 0x12, 0xB9, -+0x90, 0xB1, 0x01, 0x12, 0xBA, 0x16, 0x71, 0xE9, 0x71, 0xD6, 0x71, 0xD6, 0x54, 0xFE, 0xFD, 0x7F, -+0x02, 0x51, 0x26, 0x12, 0xBA, 0x6C, 0xEF, 0x44, 0x40, 0xB1, 0x07, 0xF1, 0xFC, 0x90, 0x01, 0x00, -+0x74, 0x3F, 0xF0, 0xA3, 0xE0, 0x54, 0xFD, 0xF0, 0x90, 0x05, 0x53, 0xE0, 0x44, 0x20, 0xF0, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x82, 0x75, 0x83, 0x00, -+0xE0, 0x90, 0xA5, 0x23, 0xF0, 0x7F, 0x10, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0x90, 0xA5, 0x23, 0xE0, -+0xFF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x54, 0xFE, 0xFD, 0x7F, 0x02, 0x51, 0x26, 0x7F, 0x02, 0x71, -+0xB4, 0xEF, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x51, 0x26, 0x7F, 0x02, 0x71, 0xB4, 0xEF, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7F, 0x10, 0x71, 0xB4, 0xEF, 0x44, 0x0C, 0xFD, 0x7F, 0x10, -+0x51, 0x26, 0x7F, 0x72, 0x71, 0xB4, 0xEF, 0x54, 0xF3, 0xFD, 0x7F, 0x72, 0x51, 0x26, 0x90, 0x01, -+0x01, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0x01, 0x00, 0x74, 0xFF, 0xF0, 0x90, 0x06, 0xB7, 0x74, 0x09, -+0xF0, 0x90, 0x06, 0xB4, 0x74, 0x86, 0xF0, 0x12, 0xBA, 0x6C, 0xEF, 0x54, 0xBF, 0xF1, 0x97, 0xB1, -+0x12, 0xF1, 0xFC, 0x71, 0xE9, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x51, 0x26, 0x7F, 0x00, 0x7E, 0x0C, -+0xF1, 0x91, 0xB1, 0x12, 0x12, 0xB9, 0x90, 0xF1, 0x91, 0xB1, 0x12, 0x12, 0xBA, 0x16, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x7F, 0x54, 0x71, 0xB4, 0xE5, 0x51, 0x5F, 0xF5, 0x55, 0x7F, 0x55, 0x71, 0xB4, -+0xE5, 0x52, 0x5F, 0xF5, 0x56, 0x7F, 0x56, 0x71, 0xB4, 0xE5, 0x53, 0x5F, 0xF5, 0x57, 0x7F, 0x57, -+0x71, 0xB4, 0xE5, 0x54, 0x5F, 0xF5, 0x58, 0xAD, 0x55, 0x7F, 0x54, 0x51, 0x26, 0xAD, 0x56, 0x7F, -+0x55, 0x51, 0x26, 0xAD, 0x57, 0x7F, 0x56, 0x51, 0x26, 0xAD, 0x58, 0x7F, 0x57, 0x51, 0x26, 0x53, -+0x91, 0xEF, 0x22, 0x7F, 0x81, 0x71, 0xB4, 0xEF, 0x54, 0xFE, 0xFD, 0x7F, 0x81, 0x51, 0x26, 0x7F, -+0x80, 0x71, 0xB4, 0xEF, 0x44, 0x80, 0xFD, 0x7F, 0x80, 0x51, 0x26, 0x12, 0xA0, 0x43, 0x12, 0x3D, -+0x3B, 0x12, 0x9F, 0xB3, 0x12, 0xA0, 0xCA, 0x7F, 0x01, 0x12, 0x45, 0xF5, 0x90, 0xA1, 0x50, 0x74, -+0x02, 0xF0, 0xFF, 0x12, 0x45, 0xF5, 0x90, 0xA1, 0x50, 0xE0, 0x04, 0xF0, 0x12, 0x58, 0x1A, 0x12, -+0x9A, 0x2B, 0x90, 0x01, 0xCC, 0x74, 0x0F, 0xF0, 0x7F, 0x80, 0x71, 0xB4, 0xEF, 0x44, 0x40, 0xFD, -+0x7F, 0x80, 0x51, 0x26, 0x75, 0x28, 0xFF, 0x12, 0x58, 0x81, 0x12, 0xA0, 0x50, 0x7F, 0x81, 0x71, -+0xB4, 0xEF, 0x44, 0x04, 0xFD, 0x7F, 0x81, 0x51, 0x26, 0x12, 0xA0, 0xD1, 0xE4, 0xFF, 0x02, 0x46, -+0x7E, 0x12, 0x37, 0xBC, 0xEF, 0x54, 0xFC, 0xFF, 0xEC, 0x90, 0xA4, 0xF1, 0x12, 0x08, 0x6D, 0x90, -+0xA4, 0xF1, 0x11, 0xC6, 0x90, 0xAA, 0xB9, 0x02, 0x08, 0x6D, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA5, 0x1D, 0xEF, 0xF0, 0xB1, 0x6A, 0x30, 0xE6, 0x3A, 0x7F, 0x8D, 0x71, 0xB4, 0xEF, -+0x64, 0x01, 0x70, 0x31, 0x90, 0xA5, 0x1E, 0xF0, 0x90, 0xA5, 0x1E, 0xE0, 0xFD, 0x90, 0xA5, 0x1D, -+0xE0, 0x75, 0xF0, 0x10, 0x12, 0x78, 0xE7, 0xE5, 0x82, 0x2D, 0xF1, 0xC9, 0xE0, 0xFB, 0xE4, 0xFF, -+0x71, 0x3A, 0x90, 0xA5, 0x1E, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x10, 0x40, 0xDA, 0xB1, 0x6A, -+0x30, 0xE0, 0x02, 0x51, 0x22, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x8F, 0x71, 0xB4, 0xEF, 0x22, -+0x90, 0xA0, 0xDB, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0xA0, 0xEA, 0xE0, 0xFD, 0x7F, 0x93, 0x51, 0x26, -+0x90, 0xA0, 0xE0, 0xE0, 0x60, 0x12, 0x90, 0x01, 0x2F, 0xE0, 0x30, 0xE7, 0x05, 0x74, 0x10, 0xF0, -+0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x90, 0xF0, 0x7F, 0x08, 0x71, 0xB4, 0xEF, 0x44, 0x10, 0xFD, -+0x7F, 0x08, 0x51, 0x26, 0x7F, 0x01, 0x12, 0x96, 0xE2, 0x7F, 0x90, 0x71, 0xB4, 0xEF, 0x44, 0x01, -+0xFD, 0x7F, 0x90, 0x51, 0x26, 0x7F, 0x14, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0xFF, 0x75, 0xF0, 0x04, -+0xE5, 0x0F, 0x90, 0x96, 0x14, 0x11, 0xDE, 0xE0, 0x22, 0x75, 0x40, 0xFF, 0x75, 0x41, 0x43, 0x75, -+0x42, 0xB1, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x1C, 0xF1, 0xF3, 0x75, 0x41, 0x43, -+0x75, 0x42, 0xB7, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x22, 0xF1, 0xF3, 0x75, 0x41, -+0x43, 0x75, 0x42, 0xBD, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x28, 0xF1, 0xF3, 0x75, -+0x41, 0x44, 0x75, 0x42, 0x11, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x7C, 0x12, 0x34, -+0x62, 0xE4, 0xF5, 0x0D, 0xE4, 0xFF, 0x74, 0x91, 0x25, 0x0D, 0xF1, 0x37, 0xE0, 0x54, 0xFE, 0xF0, -+0x75, 0xF0, 0x10, 0xE5, 0x0D, 0x90, 0x81, 0x00, 0xBF, 0x03, 0x07, 0xF1, 0xC4, 0x74, 0x80, 0xF0, -+0x80, 0x04, 0xF1, 0xC4, 0xE4, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x0D, 0xF1, 0xC1, 0xE4, 0xF0, 0x0F, -+0xBF, 0x10, 0xD3, 0x05, 0x0D, 0xE5, 0x0D, 0xB4, 0x80, 0xCA, 0xE4, 0x90, 0xAD, 0xE2, 0xF0, 0xF5, -+0x0D, 0xE4, 0xFF, 0x75, 0xF0, 0x0A, 0xE5, 0x0D, 0x12, 0x7C, 0x73, 0xF0, 0x0F, 0xBF, 0x05, 0xF3, -+0x74, 0x12, 0x25, 0x0D, 0x12, 0xB9, 0x01, 0x74, 0x3F, 0xF0, 0x74, 0x11, 0x25, 0x0D, 0x12, 0x67, -+0xC5, 0xE4, 0xF0, 0x74, 0x01, 0x25, 0x0D, 0x12, 0x66, 0xB2, 0x74, 0xC0, 0xF0, 0x74, 0x92, 0x25, -+0x0D, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0xF5, 0x83, 0xE4, 0xF0, 0xE5, 0x0D, 0x12, 0xB8, 0xC5, 0xE4, -+0xF0, 0xA3, 0xF0, 0x74, 0x91, 0x25, 0x0D, 0x12, 0xB8, 0xE7, 0xF1, 0x2B, 0x12, 0x6F, 0xE7, 0x74, -+0x3F, 0xF1, 0x2C, 0x12, 0x6E, 0x39, 0xF1, 0x2B, 0xF1, 0x45, 0x54, 0xE0, 0x44, 0x09, 0xF1, 0x2C, -+0xB1, 0xC2, 0x54, 0xF3, 0xF1, 0x2C, 0xB1, 0xC2, 0x54, 0xFC, 0xF1, 0x2C, 0xF1, 0x45, 0x44, 0x20, -+0xF1, 0x2C, 0xB1, 0xC2, 0x54, 0xCF, 0xF1, 0x2C, 0xB1, 0xC2, 0x44, 0x40, 0xF1, 0x2C, 0xB1, 0xC2, -+0x54, 0x7F, 0xF1, 0x2C, 0x12, 0x6E, 0x39, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x0D, 0x12, 0x78, -+0xE7, 0xEF, 0xF0, 0x74, 0x91, 0x25, 0x0D, 0xF1, 0x37, 0xE4, 0xF0, 0x05, 0x0D, 0xE5, 0x0D, 0x64, -+0x80, 0x60, 0x02, 0xC1, 0x51, 0x90, 0x04, 0x49, 0x74, 0xF0, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, -+0xFF, 0xF0, 0x90, 0xA2, 0x81, 0x74, 0x02, 0xF0, 0xA3, 0x74, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, -+0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xE4, 0xFB, 0xFD, 0xFF, 0x12, 0xA5, 0x0B, 0x74, 0x11, 0x25, 0x0D, -+0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x74, 0xFF, 0xF0, 0x22, 0xE4, 0xF0, 0x75, 0xF0, 0x04, -+0xE5, 0x0D, 0x22, 0x74, 0x91, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x22, 0xFF, -+0x75, 0xF0, 0x04, 0xE5, 0x0F, 0x90, 0x96, 0x13, 0x11, 0xDE, 0xE0, 0x22, 0x90, 0x01, 0x30, 0xE4, -+0xF1, 0xB1, 0x90, 0x01, 0x38, 0xF1, 0xB1, 0xFD, 0x7F, 0x50, 0x51, 0x26, 0xE4, 0xFD, 0x7F, 0x51, -+0x51, 0x26, 0xE4, 0xFD, 0x7F, 0x52, 0x51, 0x26, 0xE4, 0xFD, 0x7F, 0x53, 0x41, 0x26, 0x90, 0x01, -+0x34, 0x74, 0xFF, 0xF1, 0xB1, 0x90, 0x01, 0x3C, 0xF1, 0xB1, 0xFD, 0x7F, 0x54, 0x51, 0x26, 0x7D, -+0xFF, 0x7F, 0x55, 0x51, 0x26, 0x7D, 0xFF, 0x7F, 0x56, 0x51, 0x26, 0x7D, 0xFF, 0x7F, 0x57, 0x41, -+0x26, 0x12, 0x37, 0xBC, 0xEF, 0x44, 0x03, 0xFF, 0xEC, 0x90, 0xA4, 0xED, 0x12, 0x08, 0x6D, 0x90, -+0xA4, 0xED, 0x22, 0x90, 0xA4, 0x46, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, -+0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0xFF, 0x90, 0xA5, 0x0E, 0xE0, 0x75, 0xF0, -+0x08, 0x90, 0x89, 0x00, 0x11, 0xDE, 0xE5, 0x82, 0x2F, 0xF5, 0x82, 0xE4, 0x35, 0x83, 0xF5, 0x83, -+0x22, 0xE4, 0xF5, 0x51, 0xF5, 0x52, 0xF5, 0x53, 0x75, 0x54, 0x80, 0xAD, 0x51, 0x7F, 0x50, 0x51, -+0x26, 0xAD, 0x52, 0x7F, 0x51, 0x51, 0x26, 0xAD, 0x53, 0x7F, 0x52, 0x51, 0x26, 0xAD, 0x54, 0x7F, -+0x53, 0x41, 0x26, 0x12, 0x34, 0x62, 0x75, 0x40, 0xFF, 0x22, 0x41, 0x40, 0x7F, 0xB4, 0x7E, 0x08, -+0x02, 0x38, 0x07, 0xE0, 0x44, 0x02, 0xF0, 0xE4, 0x90, 0xA4, 0xD0, 0xF0, 0x90, 0xA1, 0x3D, 0xE0, -+0x90, 0xA4, 0xD1, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, 0x7E, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA4, 0xCC, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA4, 0xD0, 0xE0, 0xF5, 0x3B, -+0xA3, 0xE0, 0xF5, 0x3C, 0x12, 0x35, 0x7A, 0x90, 0xA4, 0xCC, 0xE0, 0xFE, 0xA3, 0xE0, 0xF5, 0x82, -+0x8E, 0x83, 0xA3, 0xA3, 0xA3, 0x74, 0x05, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0xA3, -+0x58, 0xF0, 0x90, 0xA1, 0x51, 0xE0, 0x20, 0xE0, 0x02, 0x21, 0xDB, 0x90, 0xA1, 0x53, 0xE0, 0xB4, -+0x14, 0x0B, 0x7F, 0x01, 0x31, 0xE6, 0xEF, 0x60, 0x02, 0x21, 0xDB, 0x21, 0x83, 0x31, 0xDD, 0xF1, -+0xAC, 0x90, 0xA3, 0x54, 0xF0, 0x60, 0x07, 0xE0, 0x64, 0x02, 0x60, 0x02, 0x21, 0x51, 0x90, 0xA1, -+0x53, 0xE0, 0x70, 0x34, 0x91, 0x74, 0x30, 0xE0, 0x02, 0x21, 0x40, 0x12, 0xBA, 0x3C, 0xF0, 0x7D, -+0x4E, 0x7F, 0x6F, 0xB1, 0x9C, 0x31, 0xDD, 0x71, 0x64, 0xFF, 0x7E, 0x00, 0x7B, 0x04, 0x7D, 0x01, -+0xD1, 0x13, 0xBF, 0x01, 0x0C, 0xB1, 0x00, 0x44, 0x01, 0xF0, 0x90, 0xA1, 0x53, 0x74, 0x01, 0xF0, -+0x22, 0x12, 0xB9, 0x6A, 0x7D, 0x4F, 0x80, 0x79, 0x90, 0xA1, 0x53, 0xE0, 0x64, 0x01, 0x60, 0x02, -+0x21, 0x40, 0xB1, 0x00, 0xFF, 0x30, 0xE0, 0x08, 0x90, 0xA3, 0x58, 0x74, 0x01, 0xF0, 0x80, 0x16, -+0xEF, 0xC3, 0x13, 0x20, 0xE0, 0x10, 0x90, 0xA3, 0x58, 0x74, 0x01, 0xF0, 0x12, 0xBA, 0x3C, 0xF0, -+0x7D, 0x50, 0x7F, 0x6F, 0xB1, 0x9C, 0x90, 0xA3, 0x58, 0xE0, 0x60, 0x54, 0x90, 0xA1, 0xCF, 0xE0, -+0x64, 0x06, 0x60, 0x3F, 0xE0, 0x04, 0xF0, 0xE0, 0xD3, 0x94, 0x01, 0x40, 0x08, 0x90, 0xA3, 0x59, -+0x74, 0x04, 0xF0, 0x80, 0x05, 0xE4, 0x90, 0xA3, 0x59, 0xF0, 0x31, 0xDD, 0x71, 0x64, 0xFF, 0x7E, -+0x00, 0x90, 0xA3, 0x59, 0xE0, 0xFB, 0x7D, 0x01, 0xD1, 0x13, 0xBF, 0x01, 0x0F, 0x12, 0xB8, 0xF6, -+0x74, 0x03, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x58, 0x7E, 0x01, 0x01, 0x1B, 0x12, 0xB9, 0x6A, 0x7D, -+0x51, 0xA1, 0x9C, 0xE4, 0x90, 0xA1, 0xCF, 0xF0, 0x12, 0xA2, 0x41, 0xB1, 0x00, 0x54, 0xFB, 0xF0, -+0x12, 0xB9, 0xFC, 0x60, 0x02, 0x21, 0xDB, 0xFF, 0x31, 0xE6, 0xEF, 0x60, 0x02, 0x21, 0xDB, 0x80, -+0x32, 0x90, 0xA3, 0x54, 0xE0, 0x64, 0x03, 0x70, 0x2E, 0x12, 0xB9, 0xFC, 0x70, 0x7D, 0x91, 0x74, -+0x20, 0xE0, 0x15, 0x31, 0xDD, 0x12, 0xB9, 0xC8, 0xB5, 0x07, 0x05, 0xE4, 0x90, 0xA3, 0x57, 0xF0, -+0x71, 0x92, 0x12, 0xB8, 0xEF, 0xEF, 0x11, 0x13, 0x31, 0xDD, 0xB1, 0x13, 0xE4, 0xFF, 0x31, 0xE6, -+0xEF, 0x70, 0x58, 0x7F, 0x06, 0x81, 0x15, 0x90, 0xA3, 0x54, 0xE0, 0x64, 0x01, 0x70, 0x4C, 0x12, -+0xB9, 0xFC, 0x70, 0x47, 0x31, 0xDD, 0x12, 0xB9, 0xC8, 0xB5, 0x07, 0x05, 0xE4, 0x90, 0xA3, 0x57, -+0xF0, 0x91, 0x74, 0x20, 0xE0, 0x08, 0x71, 0x92, 0x12, 0xB8, 0xEF, 0xEF, 0x11, 0x13, 0x71, 0x92, -+0xD3, 0x94, 0x1F, 0x90, 0xA1, 0x51, 0xE0, 0x40, 0x09, 0x71, 0x61, 0xFF, 0x7D, 0x00, 0x7C, 0x7C, -+0x80, 0x0F, 0xC3, 0x71, 0x61, 0xFB, 0x71, 0x92, 0x7D, 0x00, 0x25, 0xE0, 0x25, 0xE0, 0xFC, 0xAF, -+0x03, 0xD1, 0xCA, 0x31, 0xDD, 0xB1, 0x13, 0xE4, 0xFF, 0x31, 0xE6, 0x22, 0xF0, 0x90, 0xA1, 0x51, -+0xE0, 0xC3, 0x13, 0x54, 0x07, 0x22, 0x90, 0xA3, 0x5A, 0xEF, 0xF0, 0xD1, 0x73, 0xEF, 0x70, 0x02, -+0xFF, 0x22, 0x31, 0xDD, 0x90, 0xA1, 0x8D, 0xF0, 0x90, 0xA1, 0x51, 0xE0, 0xFF, 0xC3, 0x13, 0xFE, -+0xEF, 0x54, 0xF1, 0xFF, 0xEE, 0x04, 0x54, 0x07, 0x25, 0xE0, 0x4F, 0xF0, 0xA3, 0xE0, 0xFF, 0x90, -+0xA1, 0x51, 0xE0, 0xFE, 0xC3, 0x13, 0x54, 0x07, 0xB5, 0x07, 0x04, 0xEE, 0x54, 0xF1, 0xF0, 0x31, -+0xDD, 0xF5, 0x26, 0x90, 0xA3, 0x5A, 0xE0, 0x90, 0xA1, 0x53, 0x70, 0x03, 0xF0, 0x80, 0x03, 0x74, -+0x14, 0xF0, 0x75, 0xF0, 0x13, 0xE5, 0x26, 0x12, 0x99, 0xEA, 0x30, 0xE0, 0x26, 0x71, 0x86, 0xE0, -+0x24, 0x96, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, 0x83, 0xE0, 0xFF, 0x71, 0x6F, 0xEF, 0x71, 0x85, -+0xE0, 0x04, 0x71, 0x85, 0xE0, 0xFF, 0x90, 0xA1, 0x95, 0xE0, 0xFE, 0xEF, 0xB5, 0x06, 0x04, 0x71, -+0x86, 0xE4, 0xF0, 0x71, 0x6F, 0xE0, 0xFF, 0x90, 0xA1, 0x8D, 0xE0, 0x75, 0xF0, 0x13, 0x71, 0x74, -+0xE0, 0x6F, 0x70, 0x02, 0x41, 0xFA, 0x71, 0x6F, 0xE0, 0xFC, 0x75, 0xF0, 0x13, 0xE5, 0x26, 0xD1, -+0x66, 0x12, 0x91, 0x33, 0x90, 0xA1, 0xC6, 0x12, 0x6D, 0xA3, 0x30, 0xE0, 0x4E, 0x75, 0xF0, 0x13, -+0xE5, 0x26, 0x90, 0xA1, 0x5F, 0x71, 0x7A, 0xFD, 0x90, 0xA4, 0xA5, 0x12, 0x08, 0x6D, 0x75, 0xF0, -+0x13, 0xE5, 0x26, 0x90, 0xA1, 0x61, 0x71, 0x7A, 0xFD, 0x90, 0xA4, 0xA9, 0x12, 0x08, 0x6D, 0xE4, -+0xFF, 0x12, 0xA9, 0x2F, 0x75, 0xF0, 0x13, 0xE5, 0x26, 0x90, 0xA1, 0x63, 0x71, 0x7A, 0xFD, 0x90, -+0xA4, 0xAE, 0x12, 0x08, 0x6D, 0x75, 0xF0, 0x13, 0xE5, 0x26, 0x90, 0xA1, 0x65, 0x71, 0x7A, 0xFD, -+0x90, 0xA4, 0xB2, 0x12, 0x08, 0x6D, 0xE4, 0xFF, 0x12, 0xAA, 0x3F, 0x75, 0xF0, 0x13, 0xE5, 0x26, -+0xD1, 0x66, 0x54, 0x03, 0xFF, 0xEE, 0xC4, 0x13, 0x54, 0x07, 0xFD, 0x75, 0xF0, 0x13, 0xE5, 0x26, -+0xD1, 0x66, 0x13, 0x13, 0x54, 0x07, 0xFB, 0x12, 0x94, 0x95, 0x75, 0xF0, 0x13, 0xE5, 0x26, 0x90, -+0xA1, 0x5C, 0x12, 0x48, 0xDE, 0xE0, 0x04, 0xF0, 0x90, 0xA3, 0x5A, 0xE0, 0x70, 0x29, 0x91, 0x74, -+0x20, 0xE0, 0x24, 0x75, 0xF0, 0x13, 0xE5, 0x26, 0xF1, 0xAF, 0x60, 0x0B, 0x75, 0xF0, 0x13, 0xE5, -+0x26, 0xF1, 0xAF, 0xFF, 0xBF, 0x02, 0x10, 0x75, 0xF0, 0x13, 0xE5, 0x26, 0x71, 0x67, 0xFF, 0x7E, -+0x00, 0x7B, 0x04, 0xE4, 0xFD, 0xD1, 0x13, 0xAD, 0x26, 0x7F, 0x01, 0xB1, 0x16, 0x90, 0xA1, 0x8F, -+0xE0, 0xC3, 0x13, 0x54, 0x03, 0xFF, 0xBF, 0x02, 0x04, 0xE4, 0xFF, 0x91, 0x15, 0x90, 0x01, 0xA5, -+0xE0, 0xB4, 0xFF, 0x04, 0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0xA5, 0xE0, 0x04, 0xF0, 0x7F, 0x01, -+0x22, 0x13, 0x54, 0x07, 0x75, 0xF0, 0x13, 0x90, 0xA1, 0x5D, 0x12, 0x48, 0xDE, 0xE0, 0x22, 0x75, -+0xF0, 0x13, 0xE5, 0x26, 0x90, 0xA1, 0x54, 0x02, 0x48, 0xDE, 0x12, 0x48, 0xDE, 0xE0, 0xFE, 0xA3, -+0xE0, 0xFF, 0xE4, 0xFC, 0x22, 0xF0, 0x74, 0xB9, 0x25, 0x26, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, -+0x83, 0x22, 0x90, 0xA3, 0x57, 0xE0, 0x75, 0xF0, 0x13, 0x90, 0xA1, 0x56, 0x12, 0x48, 0xDE, 0xE0, -+0x22, 0x90, 0xA1, 0xC6, 0x12, 0xA2, 0x4B, 0x30, 0xE0, 0x6A, 0x90, 0xA1, 0x51, 0xE0, 0x30, 0xE0, -+0x63, 0x90, 0xA1, 0xCA, 0xF1, 0xF9, 0x90, 0xA1, 0xC6, 0xE0, 0x54, 0xBF, 0x12, 0x8F, 0x9D, 0x90, -+0xA1, 0x69, 0xE0, 0x24, 0xFB, 0x12, 0x8F, 0xAC, 0x7F, 0x60, 0x7E, 0x01, 0x11, 0x1B, 0x31, 0xDD, -+0xF1, 0xAC, 0x90, 0xA3, 0x53, 0xF0, 0x90, 0xA1, 0x8F, 0xE0, 0xFF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, -+0x21, 0xEF, 0x54, 0xEF, 0xF0, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x20, 0xE0, 0x27, 0x31, 0xDD, 0x71, -+0x96, 0x24, 0xFC, 0xFF, 0x12, 0xB8, 0xF6, 0xEF, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, 0x7E, 0x01, -+0x01, 0x1B, 0x90, 0xA3, 0x53, 0xE0, 0xFF, 0x64, 0x03, 0x60, 0x04, 0xEF, 0xB4, 0x01, 0x05, 0x12, -+0xA2, 0x41, 0x11, 0x4D, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xA9, 0x07, 0x90, 0x05, -+0x63, 0xE0, 0xFE, 0x90, 0x05, 0x62, 0x12, 0x9F, 0x76, 0x3E, 0xAD, 0x07, 0xFC, 0x90, 0x05, 0x61, -+0xE0, 0xFE, 0x90, 0x05, 0x60, 0x12, 0x97, 0x74, 0x90, 0xA4, 0x95, 0x74, 0x17, 0xF0, 0x90, 0xA4, -+0xA3, 0x74, 0x06, 0xF0, 0x90, 0xA4, 0x97, 0xE9, 0x31, 0xDC, 0x75, 0xF0, 0x13, 0x71, 0x74, 0xE0, -+0x90, 0xA4, 0x98, 0xF0, 0xAB, 0x07, 0xA3, 0xEB, 0xF0, 0xEE, 0xA3, 0xF0, 0xAF, 0x05, 0xA3, 0xEF, -+0xF0, 0xAE, 0x04, 0xEE, 0xA3, 0xF0, 0x7B, 0x01, 0x7A, 0xA4, 0x79, 0x95, 0x12, 0x68, 0x6B, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA1, 0x8F, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0xE4, 0x90, 0xA3, -+0x53, 0xF0, 0x90, 0xA1, 0x51, 0xE0, 0xFF, 0x30, 0xE0, 0x6E, 0x91, 0x74, 0x20, 0xE0, 0x69, 0xEF, -+0xC3, 0x13, 0x54, 0x07, 0xFF, 0xB1, 0x08, 0xFE, 0x30, 0xE0, 0x5D, 0x75, 0xF0, 0x13, 0xEF, 0x90, -+0xA1, 0x5B, 0x12, 0x48, 0xDE, 0xEE, 0x54, 0xFE, 0xF0, 0x75, 0xF0, 0x13, 0xEF, 0xB1, 0x0B, 0x13, -+0x13, 0x54, 0x3F, 0x30, 0xE0, 0x0E, 0x90, 0xA1, 0x93, 0x91, 0xF9, 0x54, 0xFB, 0xF0, 0x90, 0xA3, -+0x53, 0x74, 0x01, 0xF0, 0x90, 0x04, 0xE0, 0xE0, 0x30, 0xE1, 0x22, 0x12, 0xA2, 0x41, 0xB1, 0x00, -+0x44, 0x02, 0xF0, 0xE4, 0x90, 0xA1, 0xCF, 0x31, 0xDC, 0xFD, 0x7F, 0x02, 0xB1, 0x16, 0x90, 0xA3, -+0x53, 0xE0, 0x60, 0x14, 0xE4, 0x90, 0xA1, 0x91, 0xF0, 0xA3, 0xF0, 0x01, 0x4D, 0x90, 0xA1, 0x91, -+0x91, 0xF9, 0x54, 0xFD, 0xF0, 0x12, 0x8B, 0x2E, 0x22, 0xE4, 0x75, 0xF0, 0x01, 0x12, 0x08, 0xD6, -+0x90, 0xA1, 0x51, 0xE0, 0xC3, 0x13, 0x54, 0x07, 0x75, 0xF0, 0x13, 0x90, 0xA1, 0x5B, 0x12, 0x48, -+0xDE, 0xE0, 0x22, 0xFD, 0x7F, 0x02, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x15, -+0xED, 0xF0, 0x90, 0xA5, 0x14, 0xEF, 0xF0, 0x64, 0x02, 0x70, 0x27, 0x90, 0x05, 0x22, 0xE0, 0x90, -+0xA5, 0x16, 0xF0, 0x7D, 0x4A, 0x7F, 0x6F, 0xB1, 0x9C, 0xD1, 0x73, 0xBF, 0x01, 0x07, 0x90, 0x04, -+0xD4, 0x74, 0xFF, 0x80, 0x43, 0x90, 0xA5, 0x16, 0xE0, 0xFF, 0x7D, 0x46, 0xB1, 0x9C, 0x7F, 0x00, -+0x80, 0x3B, 0x90, 0xA5, 0x14, 0xE0, 0x64, 0x01, 0x70, 0x2A, 0xFD, 0xFF, 0xB1, 0x9C, 0x90, 0xA5, -+0x15, 0xE0, 0xFF, 0x75, 0xF0, 0x13, 0x90, 0xA1, 0x59, 0x12, 0x48, 0xDE, 0xE0, 0xF4, 0x90, 0x04, -+0xD4, 0xF0, 0x75, 0xF0, 0x13, 0xEF, 0x90, 0xA1, 0x5A, 0x12, 0x48, 0xDE, 0xE0, 0xF4, 0x90, 0x04, -+0xD5, 0xF0, 0x80, 0x07, 0x90, 0x04, 0xD4, 0xE4, 0xF0, 0xA3, 0xF0, 0x7F, 0x01, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xE4, 0xFD, 0x7F, 0x0C, 0x12, 0x58, 0xE9, 0xE4, 0xFD, 0xFF, 0x90, 0x05, 0x22, 0xEF, -+0xF0, 0x90, 0x9F, 0x17, 0xED, 0xF0, 0x22, 0x8F, 0x13, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA2, 0x94, -+0xF0, 0x7D, 0x17, 0xD1, 0x6F, 0xEF, 0x64, 0x01, 0x70, 0x4D, 0x75, 0xF0, 0x13, 0xE5, 0x13, 0x71, -+0x74, 0xE0, 0xFC, 0xD1, 0x61, 0x12, 0x91, 0x33, 0xD1, 0x61, 0x54, 0x03, 0xFF, 0xEE, 0xC4, 0x13, -+0x54, 0x07, 0xFD, 0xD1, 0x61, 0x13, 0x13, 0x54, 0x07, 0xFB, 0x12, 0x94, 0x95, 0x91, 0x74, 0x20, -+0xE0, 0x1C, 0x75, 0xF0, 0x13, 0xE5, 0x13, 0xF1, 0xAF, 0xFF, 0x60, 0x03, 0xBF, 0x02, 0x0F, 0x75, -+0xF0, 0x13, 0xE5, 0x13, 0x71, 0x67, 0xFF, 0x7E, 0x00, 0xE4, 0xFB, 0xFD, 0xD1, 0x13, 0xAD, 0x13, -+0x7F, 0x01, 0xB1, 0x16, 0x7F, 0x01, 0x22, 0x90, 0xA2, 0x94, 0xE0, 0xFF, 0x7D, 0x49, 0xB1, 0x9C, -+0x7F, 0x00, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xC5, 0x12, 0x97, 0x7E, -+0x90, 0x04, 0x1D, 0xE0, 0x60, 0x2A, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA4, 0xCB, 0xF0, 0x7D, 0x14, -+0xD1, 0x6F, 0xEF, 0x64, 0x01, 0x70, 0x0A, 0x12, 0xB8, 0x91, 0xE0, 0xFF, 0x12, 0x8C, 0xBA, 0x80, -+0x04, 0x7F, 0x00, 0x80, 0x17, 0x90, 0xA4, 0xCB, 0xE0, 0xFF, 0x7D, 0x15, 0xB1, 0x9C, 0x80, 0x08, -+0x12, 0xB8, 0x91, 0xE0, 0xFF, 0x12, 0x8C, 0xBA, 0xF1, 0xF2, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x75, 0xF0, 0x13, 0xE5, 0x13, 0x90, 0xA1, 0x55, 0x12, 0x48, 0xDE, 0xE0, 0xFE, 0x22, 0x7F, -+0xFF, 0xB1, 0x9C, 0xE4, 0x90, 0xA5, 0x0B, 0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA5, -+0x0D, 0xF0, 0x7D, 0x47, 0x7F, 0xFF, 0xB1, 0x9C, 0x90, 0x05, 0xF8, 0xE0, 0x70, 0x12, 0xA3, 0xE0, -+0x70, 0x0E, 0xA3, 0xE0, 0x70, 0x0A, 0xA3, 0xE0, 0x70, 0x06, 0x12, 0xB9, 0xE9, 0x7F, 0x01, 0x22, -+0xD3, 0x90, 0xA5, 0x0C, 0xE0, 0x94, 0xE8, 0x90, 0xA5, 0x0B, 0xE0, 0x94, 0x03, 0x40, 0x0D, 0x90, -+0x01, 0xC0, 0xE0, 0x44, 0x20, 0xF0, 0x12, 0xB9, 0xE9, 0x7F, 0x00, 0x22, 0x7F, 0x32, 0x7E, 0x00, -+0x12, 0x3D, 0x7A, 0x90, 0xA5, 0x0B, 0xF1, 0xF9, 0x80, 0xBE, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA3, 0x5A, 0xEF, 0xF0, 0xA3, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x04, 0x1D, 0xE0, -+0x60, 0x1D, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA3, 0x5F, 0xF0, 0x7D, 0x36, 0xD1, 0x6F, 0xBF, 0x01, -+0x03, 0x12, 0xB7, 0xF2, 0x90, 0xA3, 0x5F, 0xE0, 0xFF, 0x7D, 0x37, 0xB1, 0x9C, 0x80, 0x03, 0x12, -+0xB7, 0xF2, 0x90, 0x05, 0x22, 0xE0, 0x54, 0x6F, 0xFF, 0x7D, 0x38, 0xB1, 0x9C, 0xF1, 0xF2, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xEA, 0xED, 0xF0, -+0xA3, 0xEB, 0xF0, 0x90, 0xA4, 0xE9, 0xEF, 0xF0, 0xE4, 0xFD, 0xFC, 0x12, 0xB8, 0x4E, 0x7C, 0x00, -+0xAD, 0x07, 0x90, 0xA4, 0xE9, 0xE0, 0x90, 0x04, 0x25, 0xF0, 0x90, 0xA4, 0xEA, 0xE0, 0x60, 0x06, -+0x12, 0xB9, 0xBC, 0x44, 0x80, 0xF0, 0xAF, 0x05, 0x74, 0x20, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0xE0, 0x54, 0xC0, 0xF0, 0x12, 0xB9, 0xBC, 0x54, 0xC0, 0xF0, 0x90, 0xA4, 0xEC, 0xE0, -+0xFF, 0xAE, 0x05, 0x74, 0x18, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x74, -+0x12, 0x2E, 0x12, 0x8D, 0x94, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0xA4, 0xEB, 0xE0, 0x25, 0xE0, 0x25, -+0xE0, 0xFE, 0xEF, 0x44, 0x02, 0x4E, 0xFF, 0xAE, 0x05, 0x74, 0x12, 0x2E, 0x12, 0x8D, 0x94, 0xEF, -+0xF0, 0x74, 0x11, 0x2E, 0x12, 0x8F, 0xB4, 0x74, 0xFF, 0xF0, 0x74, 0x29, 0x2E, 0x12, 0x8D, 0x7F, -+0x54, 0xF7, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x75, 0xF0, 0x13, 0x90, -+0xA1, 0x57, 0x12, 0x48, 0xDE, 0xE0, 0x54, 0x07, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA5, 0x01, 0xEF, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x1D, 0x90, 0x05, 0x22, 0xE0, 0x90, -+0xA5, 0x04, 0xF0, 0x7D, 0x29, 0xD1, 0x6F, 0xBF, 0x01, 0x03, 0x12, 0x8C, 0x99, 0x90, 0xA5, 0x04, -+0xE0, 0xFF, 0x7D, 0x2A, 0xB1, 0x9C, 0x80, 0x03, 0x12, 0x8C, 0x99, 0xF1, 0xF2, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0x22, 0xE4, 0x75, 0xF0, 0x01, 0x02, 0x08, 0xD6, -+0x7F, 0xF4, 0x12, 0x4B, 0xB4, 0xEF, 0x20, 0xE5, 0x0E, 0x7F, 0xF4, 0x12, 0x4B, 0xB4, 0xEF, 0x7F, -+0x01, 0x20, 0xE4, 0x05, 0x7F, 0x02, 0x22, 0x7F, 0x03, 0x22, 0x11, 0x00, 0x90, 0x9F, 0x19, 0xEF, -+0xF0, 0x11, 0x33, 0x90, 0x01, 0x64, 0x74, 0x01, 0xF0, 0x90, 0x04, 0x23, 0xE0, 0x44, 0x80, 0xF0, -+0x02, 0x36, 0x83, 0x12, 0x4F, 0x4C, 0x12, 0x4F, 0x6E, 0x11, 0x40, 0x11, 0x5F, 0x02, 0x4F, 0xD1, -+0x75, 0x59, 0x12, 0xE4, 0xF5, 0x5A, 0x75, 0x5B, 0x07, 0x75, 0x5C, 0x72, 0x90, 0x01, 0x30, 0xE5, -+0x59, 0xF0, 0xA3, 0xE5, 0x5A, 0xF0, 0xA3, 0xE5, 0x5B, 0xF0, 0xA3, 0xE5, 0x5C, 0xF0, 0x22, 0x75, -+0x61, 0x06, 0x43, 0x61, 0x10, 0x75, 0x62, 0x01, 0x75, 0x63, 0x13, 0x75, 0x64, 0x62, 0x90, 0x01, -+0x38, 0xE5, 0x61, 0xF0, 0xA3, 0xE5, 0x62, 0xF0, 0xA3, 0xE5, 0x63, 0xF0, 0xA3, 0xE5, 0x64, 0xF0, -+0x22, 0x75, 0xE8, 0x03, 0x75, 0xA8, 0x85, 0x22, 0xE4, 0x90, 0xA2, 0x86, 0xF0, 0x90, 0xA2, 0x86, -+0xE0, 0x64, 0x01, 0xF0, 0x24, 0x88, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x58, 0xA3, 0xF0, 0x12, 0x3D, -+0x6E, 0xBF, 0x01, 0x03, 0x12, 0x31, 0x38, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x0E, 0x90, 0xA0, 0xE2, -+0xE0, 0xFF, 0x90, 0xA0, 0xE1, 0xE0, 0x6F, 0x60, 0x02, 0x11, 0xD0, 0xC2, 0xAF, 0x12, 0xA0, 0xA3, -+0xBF, 0x01, 0x03, 0x12, 0xB6, 0x59, 0xD2, 0xAF, 0x12, 0x4F, 0xFA, 0x12, 0x45, 0x2D, 0x80, 0xBD, -+0x90, 0xA0, 0xD5, 0xE0, 0x90, 0xA0, 0xE1, 0x30, 0xE0, 0x05, 0xE0, 0xFF, 0x02, 0xA2, 0x52, 0xE0, -+0xFF, 0x7D, 0x01, 0x80, 0x04, 0x7D, 0x01, 0x7F, 0x04, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA5, 0x29, 0xED, 0xF0, 0x90, 0xA0, 0xDA, 0xE0, 0xFE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, -+0xE0, 0x02, 0x41, 0x36, 0xEE, 0x12, 0x6D, 0xA4, 0x30, 0xE0, 0x02, 0x41, 0x36, 0x90, 0xA0, 0xE2, -+0xE0, 0xFE, 0x6F, 0x70, 0x02, 0x41, 0x36, 0xEF, 0x70, 0x02, 0x21, 0xA8, 0x24, 0xFE, 0x70, 0x02, -+0x21, 0xE2, 0x24, 0xFE, 0x60, 0x4A, 0x24, 0xFC, 0x70, 0x02, 0x41, 0x1D, 0x24, 0xFC, 0x60, 0x02, -+0x41, 0x2F, 0xEE, 0xB4, 0x0E, 0x02, 0x51, 0x80, 0x90, 0xA0, 0xE2, 0xE0, 0x70, 0x04, 0x7F, 0x01, -+0x51, 0xCB, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x06, 0x02, 0x51, 0xA5, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, -+0x04, 0x0F, 0x90, 0xA5, 0x29, 0xE0, 0xFF, 0x60, 0x05, 0x12, 0x86, 0x7C, 0x80, 0x03, 0x12, 0x84, -+0xDA, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x08, 0x60, 0x02, 0x41, 0x2F, 0x12, 0xB7, 0xE5, 0x41, 0x2F, -+0x90, 0xA0, 0xE2, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x51, 0xCB, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x06, -+0x02, 0x51, 0xA5, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0E, 0x07, 0x51, 0x3B, 0xBF, 0x01, 0x02, 0x51, -+0x80, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x0C, 0x60, 0x02, 0x41, 0x2F, 0x51, 0x3B, 0xEF, 0x64, 0x01, -+0x60, 0x02, 0x41, 0x2F, 0x51, 0xE4, 0x41, 0x2F, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0E, 0x07, 0x51, -+0x3B, 0xBF, 0x01, 0x02, 0x51, 0x80, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x06, 0x02, 0x51, 0xA5, 0x90, -+0xA0, 0xE2, 0xE0, 0xB4, 0x0C, 0x07, 0x51, 0x3B, 0xBF, 0x01, 0x02, 0x51, 0xE4, 0x90, 0xA0, 0xE2, -+0xE0, 0x64, 0x04, 0x70, 0x5A, 0x12, 0xB6, 0xA7, 0xEF, 0x64, 0x01, 0x70, 0x52, 0x12, 0xB7, 0x95, -+0x80, 0x4D, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0E, 0x07, 0x51, 0x3B, 0xBF, 0x01, 0x02, 0x51, 0x80, -+0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x06, 0x02, 0x51, 0xA5, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0C, 0x07, -+0x51, 0x3B, 0xBF, 0x01, 0x02, 0x51, 0xE4, 0x90, 0xA0, 0xE2, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x51, -+0xCB, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x04, 0x17, 0x12, 0xB7, 0xB6, 0x80, 0x12, 0x90, 0xA0, 0xE2, -+0xE0, 0xB4, 0x0C, 0x0B, 0x90, 0xA0, 0xDB, 0x12, 0x85, 0xFC, 0x30, 0xE0, 0x02, 0xF1, 0xDF, 0x90, -+0xA0, 0xE2, 0x12, 0xB9, 0x5D, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x12, 0x8F, 0xDC, 0xEF, 0x64, 0x01, 0x60, 0x05, 0x75, 0x76, 0x01, 0x80, 0x1E, 0x12, -+0x8F, 0xD2, 0x30, 0xE0, 0x05, 0x75, 0x76, 0x02, 0x80, 0x13, 0x90, 0xA0, 0xE1, 0xE0, 0xD3, 0x94, -+0x04, 0x40, 0x05, 0x75, 0x76, 0x08, 0x80, 0x05, 0x12, 0xB7, 0x3E, 0x80, 0x0E, 0x90, 0x01, 0xB9, -+0x74, 0x02, 0xF0, 0x90, 0x01, 0xB8, 0xE5, 0x76, 0xF0, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x90, 0xA0, 0xDB, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x04, 0x71, 0x1A, 0x80, 0x12, 0x12, 0xB9, 0xD3, -+0xF1, 0xD0, 0x90, 0x05, 0x27, 0xE0, 0x44, 0x80, 0xF0, 0x90, 0xA0, 0xD9, 0x74, 0x04, 0xF0, 0xE4, -+0xFD, 0xFF, 0x02, 0x55, 0x9C, 0x90, 0xA0, 0xDB, 0xE0, 0x90, 0x06, 0x04, 0x20, 0xE0, 0x07, 0xE0, -+0x44, 0x40, 0xF1, 0xD0, 0x80, 0x0F, 0x71, 0x16, 0x90, 0x05, 0x27, 0xE0, 0x54, 0x7F, 0xF0, 0x90, -+0xA0, 0xD9, 0x74, 0x0C, 0xF0, 0xE4, 0xFD, 0xFF, 0x02, 0x55, 0x9C, 0x90, 0xA5, 0x28, 0xEF, 0xF0, -+0x12, 0x4B, 0xEF, 0x90, 0xA5, 0x28, 0xE0, 0x60, 0x03, 0x12, 0x8B, 0x2E, 0x7D, 0x04, 0xF1, 0xD7, -+0x74, 0x04, 0xF0, 0x22, 0x12, 0x83, 0xC1, 0x70, 0x2C, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xFD, 0xF0, -+0x7D, 0x2C, 0x7F, 0x6F, 0x12, 0x55, 0x9C, 0x7D, 0x08, 0x7F, 0x01, 0x12, 0x8C, 0x3A, 0xBF, 0x01, -+0x0F, 0x90, 0xA0, 0xDA, 0xE0, 0x44, 0x80, 0xF0, 0x7D, 0x0E, 0xF1, 0xD7, 0x74, 0x0E, 0xF0, 0x22, -+0x12, 0xA3, 0x4A, 0x04, 0xF0, 0x22, 0xE0, 0x54, 0x7F, 0xF0, 0x7D, 0x0C, 0x7F, 0x01, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x27, 0xEF, 0xF0, 0x14, 0x60, 0x15, 0x14, 0x60, 0x19, -+0x24, 0x02, 0x70, 0x1A, 0xED, 0x54, 0x01, 0xFF, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xFE, 0x4F, 0xF0, -+0x80, 0x0C, 0x90, 0xA0, 0xE2, 0xED, 0xF0, 0x80, 0x05, 0x90, 0xA0, 0xE1, 0xED, 0xF0, 0x12, 0x4D, -+0x6A, 0x30, 0xE4, 0x2C, 0x90, 0xA5, 0x27, 0xE0, 0x14, 0x60, 0x07, 0x14, 0x60, 0x18, 0x24, 0x02, -+0x70, 0x1E, 0x90, 0xA0, 0xDA, 0xE0, 0x12, 0x6F, 0xDA, 0xFF, 0x90, 0xA0, 0xE2, 0xE0, 0x54, 0x7F, -+0x4F, 0xFD, 0x7F, 0x88, 0x80, 0x07, 0x90, 0xA0, 0xE1, 0xE0, 0xFD, 0x7F, 0x89, 0x12, 0x4A, 0x26, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8B, 0x0F, 0x8A, 0x10, -+0x89, 0x11, 0x90, 0x05, 0x27, 0xE0, 0xF5, 0x12, 0x8B, 0x40, 0x8A, 0x41, 0x89, 0x42, 0x75, 0x43, -+0x01, 0x7B, 0x01, 0x7A, 0xA0, 0x79, 0xD5, 0x12, 0x34, 0x62, 0x12, 0x99, 0xF2, 0xFF, 0xC3, 0x13, -+0x20, 0xE0, 0x02, 0x81, 0x43, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x76, 0x12, 0x82, 0x0D, 0x75, -+0x12, 0x21, 0x90, 0xA0, 0xD5, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x05, 0x12, 0xB9, 0x4D, -+0x80, 0x0D, 0xE4, 0x90, 0xA0, 0xD6, 0xF0, 0xA3, 0xF0, 0x7D, 0x40, 0xFF, 0x12, 0x77, 0xA9, 0x90, -+0xA0, 0xD5, 0x12, 0x86, 0x06, 0x30, 0xE0, 0x03, 0x43, 0x12, 0x12, 0xEF, 0xC4, 0x54, 0x0F, 0x30, -+0xE0, 0x03, 0x43, 0x12, 0x14, 0x90, 0xA0, 0xD5, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x03, -+0x43, 0x12, 0x80, 0x12, 0xA2, 0x48, 0x20, 0xE0, 0x03, 0x43, 0x12, 0x40, 0xB1, 0xB2, 0x90, 0xA0, -+0xD8, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0xB1, 0xB9, 0x12, 0x8E, 0xE7, 0x30, 0xE0, 0x04, 0x7F, 0x04, -+0x80, 0x0C, 0x12, 0x84, 0x66, 0xEF, 0x60, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x02, 0xB1, 0xB9, -+0x81, 0xBB, 0xB1, 0xAF, 0x90, 0xA0, 0xD8, 0xE0, 0x64, 0x04, 0x60, 0x02, 0x81, 0xEA, 0xFF, 0xB1, -+0xB9, 0x81, 0xEA, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x79, 0x12, 0x82, 0x0D, 0x43, 0x12, 0x31, -+0x90, 0xA0, 0xD5, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x05, 0x12, 0xB9, 0x4D, 0x80, 0x07, -+0x7D, 0x40, 0xE4, 0xFF, 0x12, 0x77, 0xA9, 0x90, 0xA0, 0xD5, 0x12, 0x86, 0x06, 0x30, 0xE0, 0x03, -+0x43, 0x12, 0x02, 0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x03, 0x43, 0x12, 0x04, 0xB1, 0xB2, 0x12, -+0x8E, 0xE7, 0x30, 0xE0, 0x0B, 0x12, 0x8E, 0xE0, 0x60, 0x31, 0xE4, 0xFD, 0x7F, 0x02, 0x80, 0x1F, -+0x12, 0x8B, 0x65, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x19, 0x12, 0x8B, 0x57, 0x12, 0x84, 0x66, -+0xBF, 0x01, 0x09, 0x90, 0xA0, 0xE1, 0xE0, 0xFF, 0x7D, 0x01, 0x80, 0x03, 0xE4, 0xFD, 0xFF, 0x11, -+0xE9, 0x80, 0x08, 0x90, 0xA0, 0xE2, 0xE0, 0x90, 0xA0, 0xD9, 0xF0, 0x90, 0x05, 0x40, 0x74, 0x22, -+0xF0, 0x80, 0x27, 0xB1, 0xAF, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x06, 0x7D, 0x01, 0x7F, 0x04, -+0x80, 0x0B, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x08, 0x06, 0x7D, 0x01, 0x7F, 0x0C, 0x11, 0xE9, 0x12, -+0x8F, 0xCA, 0x90, 0xA0, 0xE1, 0x11, 0xDF, 0x12, 0x9A, 0x06, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, -+0xA2, 0x89, 0x12, 0x48, 0xF3, 0x90, 0xA2, 0x88, 0xEF, 0xF0, 0x12, 0x48, 0xFC, 0x5D, 0x3D, 0x00, -+0x5D, 0x42, 0x01, 0x5D, 0x47, 0x10, 0x5D, 0x4C, 0x12, 0x5D, 0x51, 0x14, 0x5D, 0xA8, 0x15, 0x5D, -+0x56, 0x16, 0x5D, 0x5B, 0x18, 0x5D, 0x60, 0x19, 0x5D, 0x65, 0x1A, 0x5D, 0x6A, 0x20, 0x5D, 0x6E, -+0x24, 0x5D, 0x72, 0x25, 0x5D, 0x77, 0x27, 0x5D, 0x7C, 0x28, 0x5D, 0x81, 0x40, 0x5D, 0x86, 0x42, -+0x5D, 0x94, 0x45, 0x5D, 0x8A, 0x47, 0x5D, 0x8F, 0x49, 0x00, 0x00, 0x5D, 0x99, 0xB1, 0xA9, 0x02, -+0x6F, 0x73, 0xB1, 0xA9, 0x02, 0x84, 0x7F, 0xB1, 0xA9, 0x02, 0x97, 0xDA, 0xB1, 0xA9, 0x02, 0x9B, -+0x4B, 0xB1, 0xA9, 0x02, 0x9B, 0x5F, 0xB1, 0xA9, 0x02, 0x6F, 0x0E, 0xB1, 0xA9, 0x02, 0x98, 0x02, -+0xB1, 0xA9, 0x02, 0x9B, 0x1B, 0xB1, 0xA9, 0x02, 0x6D, 0xAB, 0xB1, 0xA9, 0xE1, 0x6E, 0xB1, 0xA9, -+0x61, 0x85, 0xB1, 0xA9, 0x02, 0x9B, 0x6E, 0xB1, 0xA9, 0x02, 0x9B, 0x76, 0xB1, 0xA9, 0x02, 0x9B, -+0xB4, 0xB1, 0xA9, 0x02, 0x6C, 0xC3, 0xB1, 0xA9, 0xC1, 0xAD, 0xB1, 0xA9, 0x02, 0x6F, 0x30, 0xB1, -+0xA9, 0x02, 0x6F, 0xB0, 0xB1, 0xA9, 0x02, 0x6E, 0x8A, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x01, 0xF0, -+0x90, 0xA2, 0x88, 0xE0, 0x90, 0x01, 0xC2, 0xF0, 0x22, 0x90, 0xA2, 0x89, 0x02, 0x48, 0xEA, 0x75, -+0x12, 0x01, 0x90, 0x05, 0x27, 0xE5, 0x12, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA0, 0xD8, 0xE0, 0xF5, 0x75, 0xE5, 0x75, 0x6F, 0x70, 0x02, 0xC1, 0xA8, 0xEF, 0x14, 0x60, -+0x3E, 0x14, 0x60, 0x61, 0x14, 0x70, 0x02, 0xC1, 0x5C, 0x14, 0x70, 0x02, 0xC1, 0x83, 0x24, 0x04, -+0x60, 0x02, 0xC1, 0xA8, 0xE5, 0x75, 0xB4, 0x04, 0x05, 0x12, 0x8B, 0x3B, 0xC1, 0xA8, 0xE5, 0x75, -+0xB4, 0x02, 0x05, 0x12, 0x8B, 0x45, 0xC1, 0xA8, 0xE5, 0x75, 0xB4, 0x03, 0x05, 0x12, 0x8B, 0x4E, -+0xC1, 0xA8, 0xE5, 0x75, 0x64, 0x01, 0x60, 0x02, 0xC1, 0xA8, 0x12, 0x8B, 0x3D, 0xC1, 0xA8, 0xE5, -+0x75, 0xB4, 0x04, 0x05, 0x12, 0x8B, 0x34, 0xC1, 0xA8, 0xE5, 0x75, 0xB4, 0x02, 0x05, 0x12, 0x8B, -+0x49, 0xC1, 0xA8, 0xE5, 0x75, 0xB4, 0x03, 0x05, 0x12, 0x8B, 0x52, 0x80, 0x7B, 0xE5, 0x75, 0x70, -+0x77, 0xF1, 0xF1, 0x80, 0x73, 0xE5, 0x75, 0xB4, 0x04, 0x05, 0x12, 0x8B, 0x6D, 0x80, 0x69, 0xE5, -+0x75, 0xB4, 0x01, 0x05, 0x12, 0x8F, 0x8F, 0x80, 0x5F, 0xE5, 0x75, 0xB4, 0x03, 0x05, 0x12, 0x8F, -+0x85, 0x80, 0x55, 0xE5, 0x75, 0x70, 0x51, 0x12, 0x8F, 0x93, 0x80, 0x4C, 0xE5, 0x75, 0xB4, 0x04, -+0x05, 0x12, 0x8B, 0x80, 0x80, 0x42, 0xE5, 0x75, 0xB4, 0x01, 0x05, 0x12, 0x8F, 0xBC, 0x80, 0x38, -+0xE5, 0x75, 0xB4, 0x02, 0x05, 0x12, 0x8F, 0x98, 0x80, 0x2E, 0xE5, 0x75, 0x70, 0x2A, 0x12, 0x8F, -+0xC5, 0x80, 0x25, 0xE5, 0x75, 0xB4, 0x03, 0x05, 0x12, 0xB6, 0x3C, 0x80, 0x1B, 0xE5, 0x75, 0xB4, -+0x01, 0x05, 0x12, 0xB6, 0x27, 0x80, 0x11, 0xE5, 0x75, 0xB4, 0x02, 0x05, 0x12, 0xB6, 0x45, 0x80, -+0x07, 0xE5, 0x75, 0x70, 0x03, 0x12, 0xB6, 0x40, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF1, 0xF8, 0x12, -+0x06, 0x89, 0xF5, 0x0F, 0x24, 0x91, 0x12, 0x4F, 0x37, 0xE0, 0x54, 0x98, 0xF0, 0x12, 0x4F, 0x33, -+0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x66, 0xF1, 0x60, 0x54, 0x01, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, -+0x83, 0xF0, 0x12, 0x4F, 0x33, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x66, 0xF1, 0x60, 0x54, 0x02, 0xFE, -+0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x12, 0x4F, 0x33, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x66, -+0xF1, 0x60, 0x54, 0x04, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x12, 0x4F, 0x33, 0xC0, -+0x83, 0xC0, 0x82, 0xF1, 0x66, 0xF1, 0x60, 0x54, 0x40, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, -+0xF0, 0x12, 0x4F, 0x33, 0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x66, 0xF1, 0x60, 0x54, 0x20, 0xFE, 0xEF, -+0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0xE5, 0x0F, 0x70, 0x08, 0xF1, 0x60, 0x54, 0x04, 0x90, 0x04, -+0xAB, 0xF0, 0xE5, 0x0F, 0xC3, 0x94, 0x80, 0x50, 0x0A, 0x12, 0x6D, 0x9A, 0x12, 0x66, 0x98, 0xF5, -+0x83, 0xEF, 0xF0, 0x12, 0x4F, 0x33, 0xE0, 0x30, 0xE5, 0x14, 0x12, 0x4D, 0xBD, 0x13, 0x13, 0x54, -+0x03, 0xFB, 0x12, 0x66, 0x99, 0xF5, 0x83, 0xE0, 0xFD, 0xAF, 0x0F, 0x12, 0xA4, 0x5B, 0x22, 0xF0, -+0x90, 0x00, 0x03, 0x02, 0x06, 0xA2, 0xE0, 0xFF, 0x90, 0xA2, 0x8C, 0x02, 0x48, 0xEA, 0xF1, 0xF8, -+0x12, 0x06, 0x89, 0xFF, 0x54, 0x7F, 0x90, 0xA0, 0xDF, 0xF0, 0xEF, 0x12, 0x6D, 0xA4, 0xA3, 0x12, -+0x6F, 0x07, 0xFF, 0x54, 0xF0, 0xC4, 0x54, 0x0F, 0xFE, 0x90, 0xA0, 0xDD, 0xE0, 0x54, 0xF0, 0x4E, -+0xF1, 0x5F, 0x54, 0x01, 0x25, 0xE0, 0xFE, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xFD, 0x4E, 0xF0, 0xEF, -+0x54, 0x0F, 0xC4, 0x54, 0xF0, 0xFF, 0x12, 0x8D, 0xCC, 0x4F, 0xF0, 0x12, 0x6D, 0x9A, 0x90, 0xA0, -+0xDE, 0x12, 0x6F, 0x6C, 0xFD, 0x7F, 0x02, 0x71, 0x1E, 0xF1, 0x68, 0x12, 0x86, 0x4A, 0x12, 0xA3, -+0x4A, 0xF0, 0x90, 0xA0, 0xDF, 0x12, 0xB9, 0x5D, 0x12, 0x8D, 0xCB, 0x90, 0x01, 0xBE, 0xF0, 0x22, -+0xF0, 0x7D, 0x04, 0x7F, 0x01, 0x61, 0x1E, 0x7F, 0x01, 0x71, 0x1E, 0x90, 0xA0, 0xD9, 0x22, 0x7D, -+0x2F, 0x7F, 0xFF, 0x12, 0x55, 0x9C, 0x12, 0x4B, 0x6E, 0x7D, 0x08, 0xF1, 0xD7, 0x74, 0x08, 0xF0, -+0x22, 0x90, 0xA0, 0xD8, 0x74, 0x01, 0xF0, 0x22, 0x90, 0xA2, 0x8C, 0x02, 0x48, 0xF3, 0xE4, 0xFB, -+0xFA, 0xFD, 0x7F, 0x01, 0x12, 0x47, 0x2E, 0x90, 0xA2, 0x87, 0xEF, 0xF0, 0x60, 0xF0, 0x90, 0x9F, -+0x13, 0xE0, 0xFF, 0x70, 0x04, 0xA3, 0xE0, 0x60, 0xE5, 0xC2, 0xAF, 0xEF, 0x30, 0xE0, 0x0E, 0x90, -+0x9F, 0x13, 0xE0, 0x54, 0xFE, 0xF0, 0xE4, 0xFF, 0x12, 0x7C, 0x84, 0x11, 0x49, 0x12, 0xBA, 0x0C, -+0x30, 0xE1, 0x06, 0x54, 0xFD, 0xF0, 0x12, 0x9D, 0x1B, 0x12, 0xBA, 0x0C, 0x30, 0xE2, 0x06, 0x54, -+0xFB, 0xF0, 0x12, 0x9F, 0x09, 0xD2, 0xAF, 0x80, 0xC5, 0x90, 0x04, 0x85, 0xE0, 0xF5, 0x1B, 0x90, -+0x9B, 0x91, 0xE0, 0x04, 0xF0, 0xE4, 0xF5, 0x0F, 0x90, 0xA0, 0xD4, 0xE0, 0xFF, 0xE5, 0x0F, 0xC3, -+0x9F, 0x40, 0x02, 0xC1, 0x53, 0xE5, 0x0F, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA2, 0x95, 0xF0, -+0xE5, 0x0F, 0x54, 0x07, 0xA3, 0xF0, 0x90, 0x04, 0xA0, 0xE0, 0xFF, 0xA3, 0xE0, 0xFE, 0xEF, 0x64, -+0x01, 0x70, 0x27, 0xE5, 0x0F, 0x6E, 0x70, 0x22, 0xA3, 0xE0, 0xF5, 0x10, 0xA3, 0xE0, 0x12, 0x78, -+0xDE, 0xE5, 0x10, 0xF0, 0x12, 0x8B, 0xD0, 0xE0, 0x54, 0xFC, 0xFF, 0x90, 0xA2, 0x91, 0xE0, 0x54, -+0x03, 0x4F, 0xFF, 0x12, 0x8B, 0xD0, 0xEF, 0xF0, 0xC1, 0x4F, 0xE5, 0x1B, 0x60, 0x15, 0x90, 0x9B, -+0x91, 0xE0, 0x85, 0x1B, 0xF0, 0x84, 0xE5, 0xF0, 0x60, 0x09, 0xE4, 0xFD, 0xAF, 0x0F, 0x12, 0x7C, -+0x16, 0xC1, 0x4F, 0xAF, 0x0F, 0x12, 0x82, 0x72, 0xEF, 0x70, 0x02, 0xC1, 0x4F, 0x12, 0x4D, 0xBD, -+0x12, 0x6D, 0xA4, 0x30, 0xE0, 0x02, 0xC1, 0x4F, 0x90, 0xA2, 0x95, 0x12, 0x7C, 0x0B, 0xE0, 0xFD, -+0x7C, 0x00, 0x90, 0xA2, 0x96, 0x12, 0x7F, 0xD0, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, -+0xF9, 0x12, 0xB9, 0xB4, 0x60, 0x02, 0xC1, 0x4F, 0x12, 0xB8, 0xC3, 0xE0, 0xFE, 0xA3, 0xE0, 0x4E, -+0x70, 0x08, 0x12, 0xB8, 0xE3, 0xE0, 0x70, 0x02, 0xC1, 0x4F, 0xE5, 0x0F, 0x12, 0xA6, 0x34, 0x7B, -+0x01, 0x90, 0xA2, 0x8B, 0x12, 0x48, 0xF3, 0x12, 0xB8, 0xC3, 0xE0, 0xF5, 0x14, 0xA3, 0xE0, 0xF5, -+0x15, 0x12, 0xB8, 0xE3, 0xE0, 0xFF, 0x90, 0xA2, 0x8E, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, -+0x04, 0xE5, 0x0F, 0x12, 0x6F, 0xE7, 0xE0, 0x90, 0xA2, 0x90, 0xF0, 0x12, 0x4D, 0xBD, 0x13, 0x13, -+0x54, 0x03, 0x12, 0x78, 0xDE, 0xE0, 0xF5, 0x10, 0x54, 0x7F, 0xF5, 0x11, 0x12, 0xBA, 0x03, 0xD1, -+0xA3, 0x90, 0x00, 0x02, 0x12, 0x07, 0xAB, 0xFF, 0x90, 0xA4, 0x48, 0xD1, 0xA7, 0x90, 0x00, 0x04, -+0x12, 0x07, 0xAB, 0xFF, 0x90, 0xA4, 0x4A, 0xD1, 0xA7, 0xF1, 0xCD, 0xFF, 0x90, 0xA4, 0x4C, 0xD1, -+0xA7, 0x7B, 0x01, 0xF1, 0xDA, 0xF1, 0x9B, 0xD1, 0xA3, 0x90, 0xA2, 0x8E, 0x12, 0xB9, 0x84, 0xF0, -+0xA3, 0xE5, 0x14, 0xF0, 0xA3, 0xE5, 0x15, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0xE5, 0x10, 0xF0, 0x7B, -+0x02, 0xF1, 0xDA, 0x90, 0xA2, 0x90, 0xE0, 0xFF, 0xE5, 0x11, 0xD3, 0x9F, 0x40, 0x12, 0x8F, 0x11, -+0xE5, 0x10, 0x30, 0xE7, 0x07, 0xE5, 0x11, 0x44, 0x80, 0xFF, 0x80, 0x02, 0xAF, 0x11, 0x8F, 0x10, -+0xE5, 0x11, 0x90, 0x41, 0x5F, 0x93, 0xD1, 0x98, 0xF5, 0x83, 0xE0, 0xC3, 0x9F, 0x40, 0x0B, 0x74, -+0x28, 0x25, 0x11, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0x80, 0x09, 0x74, 0x7C, 0x25, 0x11, 0xF5, 0x82, -+0xE4, 0x34, 0x9F, 0xF5, 0x83, 0xE0, 0xFF, 0x12, 0xA6, 0x41, 0x90, 0xA2, 0x88, 0x12, 0x48, 0xF3, -+0xF1, 0xA7, 0xC3, 0x94, 0x05, 0x40, 0x02, 0x61, 0xF8, 0xE5, 0x10, 0x30, 0xE7, 0x04, 0x05, 0x16, -+0x05, 0x16, 0x90, 0x04, 0x8D, 0xE5, 0x16, 0xF0, 0x90, 0x04, 0x8C, 0xE0, 0x64, 0x01, 0x70, 0x2A, -+0xE5, 0x11, 0xC3, 0x94, 0x0C, 0x40, 0x23, 0x74, 0x84, 0x25, 0x11, 0xF5, 0x82, 0xE4, 0x34, 0x04, -+0xF5, 0x83, 0xE0, 0xFF, 0x60, 0x14, 0x54, 0x7F, 0xFE, 0xEF, 0x30, 0xE7, 0x07, 0xEE, 0x25, 0x16, -+0xF5, 0x16, 0x80, 0x06, 0xC3, 0xE5, 0x16, 0x9E, 0xF5, 0x16, 0x90, 0x04, 0x8E, 0xE5, 0x16, 0xF0, -+0xD3, 0x94, 0x1A, 0xAF, 0x16, 0x40, 0x02, 0x7F, 0x1A, 0x12, 0xA6, 0x41, 0x90, 0xA2, 0x88, 0x12, -+0x48, 0xF3, 0x12, 0x4F, 0xA3, 0x7B, 0x03, 0xFA, 0xF1, 0xDC, 0xC3, 0xE5, 0x15, 0x94, 0x0F, 0xE5, -+0x14, 0x94, 0x00, 0x40, 0x02, 0x41, 0xE4, 0xF1, 0x9B, 0xFF, 0x90, 0xA2, 0x8F, 0xE0, 0x2F, 0xFF, -+0x90, 0xA2, 0x8E, 0xE0, 0x35, 0xF0, 0xFE, 0xF1, 0xCD, 0x2F, 0xFF, 0xEE, 0x35, 0xF0, 0xFE, 0x90, -+0x00, 0x04, 0x12, 0x07, 0xAB, 0x2F, 0xFD, 0xEE, 0x35, 0xF0, 0x12, 0xB9, 0xDE, 0xD3, 0xED, 0x9F, -+0xEC, 0x9E, 0x40, 0x15, 0x12, 0xB9, 0x77, 0x12, 0xB8, 0x56, 0x7B, 0x01, 0xF1, 0xF4, 0xE4, 0xFB, -+0x7D, 0x01, 0xAF, 0x0F, 0x12, 0x7E, 0x04, 0x61, 0xF1, 0x12, 0xBA, 0x03, 0x65, 0x15, 0x70, 0x04, -+0xE5, 0xF0, 0x65, 0x14, 0x70, 0x2A, 0x12, 0x4F, 0x40, 0x12, 0x8E, 0xEB, 0xFE, 0xEF, 0x54, 0x3F, -+0xFF, 0xEE, 0x04, 0x54, 0x03, 0xC4, 0x33, 0x33, 0x54, 0xC0, 0x4F, 0xF0, 0x12, 0xB9, 0x77, 0xC3, -+0x12, 0xB8, 0x56, 0x7B, 0x02, 0xF1, 0xF4, 0xE4, 0xFD, 0xAF, 0x0F, 0x12, 0x79, 0x0A, 0x80, 0x0C, -+0x90, 0x9B, 0x91, 0xE0, 0xFF, 0x12, 0x4F, 0xA3, 0x7B, 0x08, 0xF1, 0xF4, 0x12, 0x4F, 0x40, 0x54, -+0x3F, 0xF0, 0x61, 0xF1, 0xE5, 0x0F, 0x70, 0x44, 0xF1, 0x9B, 0xFF, 0xAE, 0xF0, 0xF1, 0xCD, 0x2F, -+0xFD, 0xE5, 0xF0, 0x3E, 0x12, 0xB9, 0xDE, 0xC3, 0xED, 0x9F, 0xEC, 0x9E, 0x50, 0x08, 0x90, 0x9F, -+0x12, 0x74, 0x01, 0xF0, 0x80, 0x26, 0xF1, 0x9B, 0xFB, 0xAA, 0xF0, 0xE5, 0x15, 0xAE, 0x14, 0x78, -+0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x7C, 0x00, 0x7D, 0x05, 0x12, 0x07, 0x03, -+0xD3, 0xEB, 0x9F, 0xEA, 0x9E, 0x40, 0x05, 0xE4, 0x90, 0x9F, 0x12, 0xF0, 0xAB, 0x16, 0xAD, 0x0F, -+0xAF, 0x15, 0xAE, 0x14, 0x12, 0xA5, 0x5F, 0x8E, 0x12, 0x8F, 0x13, 0xF1, 0x8F, 0xD1, 0x8E, 0xC3, -+0x95, 0x13, 0xEE, 0x95, 0x12, 0x50, 0x18, 0x12, 0xB8, 0xD1, 0xF0, 0xE4, 0x90, 0xA4, 0x4A, 0x12, -+0x4F, 0xB1, 0x7B, 0x01, 0xF1, 0xD3, 0x7D, 0x01, 0xAF, 0x0F, 0x12, 0x79, 0x0A, 0x80, 0x36, 0xF1, -+0xE2, 0xF5, 0x83, 0xD3, 0x74, 0x01, 0x93, 0x95, 0x13, 0xE4, 0x93, 0x95, 0x12, 0x40, 0x2C, 0xF1, -+0x8F, 0xF5, 0x83, 0xE4, 0x93, 0xFF, 0x74, 0x01, 0x93, 0x90, 0xA4, 0x48, 0xCF, 0x12, 0xB8, 0xD5, -+0xF0, 0xE4, 0x90, 0xA4, 0x4A, 0x12, 0x4F, 0xB1, 0x7B, 0x02, 0xF1, 0xD3, 0xE4, 0xFB, 0x7D, 0x01, -+0xAF, 0x0F, 0x12, 0x7E, 0x04, 0xD1, 0xBB, 0xE4, 0xF0, 0x80, 0x56, 0xF1, 0x8F, 0xD1, 0x8E, 0xF1, -+0xE2, 0xF5, 0x83, 0xE4, 0x93, 0xFD, 0x74, 0x01, 0x93, 0x90, 0xA4, 0x4A, 0xCD, 0xF0, 0xA3, 0xED, -+0xF0, 0x12, 0xB8, 0xD1, 0xD1, 0xBA, 0xE0, 0xFF, 0x90, 0xA4, 0x4C, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, -+0x7B, 0x03, 0x7A, 0x00, 0xF1, 0xD4, 0xD1, 0xBB, 0xE0, 0x04, 0xD1, 0xBA, 0xE0, 0xC3, 0x94, 0x05, -+0x40, 0x1F, 0xD1, 0xBB, 0xE4, 0xF0, 0xF1, 0xE2, 0xD1, 0x8E, 0xF1, 0x8F, 0xF5, 0x83, 0x74, 0x01, -+0x93, 0x2F, 0xFF, 0xE4, 0x93, 0x3E, 0xC3, 0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xE5, 0x0F, 0x12, 0x7F, -+0x95, 0xE4, 0xF5, 0x12, 0xF5, 0x13, 0xC1, 0x18, 0xF1, 0xA7, 0xF9, 0x64, 0x05, 0x60, 0x02, 0x81, -+0xBF, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x90, 0x81, 0x01, 0x12, 0x57, 0xB2, 0xF5, 0x19, 0xD1, 0x99, -+0xF5, 0x83, 0xE0, 0xC3, 0x94, 0x30, 0x40, 0x12, 0x12, 0x4F, 0x33, 0xE0, 0x20, 0xE2, 0x0B, 0x12, -+0x4D, 0xBD, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x0E, 0xE4, 0xF5, 0x19, 0xF1, 0xB4, 0xE4, -+0xF0, 0x12, 0xB9, 0x15, 0xE4, 0xF0, 0x80, 0x0C, 0xAD, 0x11, 0xAF, 0x0F, 0x12, 0xA3, 0xE4, 0x12, -+0xB9, 0x15, 0xEF, 0xF0, 0x12, 0xB9, 0x15, 0xE0, 0x64, 0x01, 0x70, 0x6B, 0x12, 0xB9, 0x09, 0xE0, -+0xFF, 0x24, 0x05, 0xFD, 0xE4, 0x33, 0xFC, 0xD1, 0x99, 0xF5, 0x83, 0xE0, 0xFE, 0xC3, 0x12, 0x8A, -+0xC5, 0x50, 0x0B, 0x12, 0xB8, 0xFD, 0xE0, 0xFD, 0xE5, 0x11, 0xC3, 0x9D, 0x40, 0x1C, 0xE5, 0x19, -+0x70, 0x05, 0x75, 0x19, 0x01, 0x80, 0x0D, 0xE5, 0x19, 0xB4, 0x01, 0x05, 0x75, 0x19, 0x03, 0x80, -+0x03, 0x75, 0x19, 0x05, 0x12, 0xB9, 0x09, 0xEE, 0x80, 0x22, 0xD1, 0x99, 0xF5, 0x83, 0xE0, 0x24, -+0x05, 0xFD, 0xE4, 0x33, 0xFC, 0xC3, 0xEF, 0x12, 0x8A, 0xC5, 0x50, 0x06, 0xF1, 0xC1, 0xE0, 0xB4, -+0x0A, 0x10, 0xD1, 0x99, 0xF5, 0x83, 0xE0, 0xFF, 0x12, 0xB9, 0x09, 0xEF, 0xF1, 0xC0, 0xE4, 0xF0, -+0x80, 0x05, 0xF1, 0xB4, 0xE0, 0x04, 0xF0, 0x12, 0xB8, 0xFD, 0xE5, 0x11, 0xF0, 0xC1, 0x05, 0xE9, -+0x64, 0x06, 0x60, 0x02, 0xC1, 0x18, 0xF5, 0x12, 0xF5, 0x13, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x90, -+0x81, 0x01, 0x12, 0x57, 0xB2, 0xF5, 0x19, 0xAF, 0x15, 0xAE, 0x14, 0x12, 0xA5, 0x45, 0x8F, 0x17, -+0xE5, 0x16, 0xD3, 0x94, 0x13, 0x40, 0x1F, 0x90, 0xA2, 0x88, 0x12, 0x48, 0xEA, 0x12, 0x6E, 0x6C, -+0xFD, 0x7C, 0x00, 0xE5, 0x15, 0xAE, 0x14, 0xA8, 0x07, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, -+0x13, 0xD8, 0xF9, 0xFF, 0x80, 0x19, 0xE5, 0x15, 0xAE, 0x14, 0xA8, 0x17, 0x08, 0x80, 0x05, 0xCE, -+0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0x43, 0xB0, 0xE4, 0x93, 0xFD, 0x7C, 0x00, 0x12, -+0x07, 0x03, 0x90, 0xA2, 0x92, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xF5, 0x18, 0xE5, 0x16, 0xD3, -+0x94, 0x13, 0x40, 0x1D, 0x12, 0xA6, 0x53, 0xA8, 0x17, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, -+0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA2, 0x88, 0x12, 0x48, 0xEA, 0x85, 0x18, 0x82, 0xF1, 0xEE, 0x80, -+0x16, 0x12, 0xA6, 0x53, 0xA8, 0x17, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, -+0xFF, 0xE5, 0x18, 0x90, 0x43, 0xAB, 0x93, 0x12, 0xA6, 0x2C, 0x25, 0x13, 0xF5, 0x13, 0xEE, 0x35, -+0x12, 0xF5, 0x12, 0xC3, 0x90, 0xA2, 0x93, 0xE0, 0x95, 0x13, 0x90, 0xA2, 0x92, 0xE0, 0x95, 0x12, -+0x40, 0x08, 0x05, 0x18, 0xE5, 0x18, 0x64, 0x05, 0x70, 0xA3, 0xE5, 0x18, 0xC3, 0x13, 0xF5, 0x18, -+0xE5, 0x19, 0x24, 0x01, 0xFF, 0xE4, 0x33, 0xA2, 0xE7, 0x13, 0xEF, 0x13, 0xFF, 0xD3, 0x95, 0x18, -+0x40, 0x06, 0xEF, 0x95, 0x18, 0xFF, 0x80, 0x02, 0xE4, 0xFF, 0xD1, 0xAE, 0xE0, 0xC3, 0x13, 0xFE, -+0xEF, 0xC4, 0x33, 0x54, 0xE0, 0x2E, 0xFE, 0xD1, 0xAE, 0xEE, 0xF0, 0xD1, 0xAE, 0xE0, 0xC3, 0x94, -+0xC0, 0x40, 0x05, 0xD1, 0xAE, 0x74, 0xC0, 0xF0, 0xD1, 0xAE, 0xE0, 0x24, 0x1F, 0xFF, 0xE4, 0x33, -+0xFE, 0xEF, 0x78, 0x06, 0xCE, 0xA2, 0xE7, 0x13, 0xCE, 0x13, 0xD8, 0xF8, 0x25, 0xE0, 0xFF, 0x70, -+0x04, 0xF5, 0x19, 0x80, 0x04, 0xEF, 0x14, 0xF5, 0x19, 0xD3, 0x90, 0xA2, 0x8F, 0xE0, 0x94, 0x03, -+0x90, 0xA2, 0x8E, 0xE0, 0x94, 0x00, 0x50, 0x0A, 0xD1, 0x99, 0xF5, 0x83, 0xE0, 0xC3, 0x94, 0x30, -+0x50, 0x03, 0xE4, 0xF5, 0x19, 0x12, 0x7B, 0xFD, 0xE0, 0x54, 0xF8, 0x90, 0xA2, 0x94, 0xF0, 0x45, -+0x19, 0xFF, 0xF0, 0x12, 0x7B, 0xFD, 0xEF, 0xF0, 0xF1, 0xA7, 0xD3, 0x94, 0x05, 0x74, 0x92, 0x50, -+0x06, 0xF1, 0xA9, 0x04, 0xF0, 0x80, 0x0B, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, 0x83, -+0xE4, 0xF0, 0x75, 0x1A, 0x01, 0x7D, 0x01, 0xAF, 0x0F, 0x12, 0x7C, 0x16, 0xE4, 0x90, 0xA4, 0x46, -+0xF0, 0x12, 0x4F, 0xAC, 0xA3, 0xF0, 0x7B, 0x01, 0xFA, 0x7D, 0xFF, 0x7F, 0x01, 0xF1, 0xF9, 0x05, -+0x0F, 0x01, 0x58, 0x22, 0x12, 0x38, 0x07, 0x90, 0xA3, 0x35, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x24, -+0x71, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0xF5, 0x83, 0xE4, 0x93, 0xFE, 0x74, 0x01, 0x93, 0xFF, 0x12, -+0x37, 0xBC, 0xE4, 0xFF, 0xFE, 0xEC, 0x54, 0x07, 0xFC, 0x90, 0xA4, 0x14, 0x12, 0x08, 0x6D, 0x90, -+0xA3, 0x35, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0xF5, 0x83, -+0xE4, 0x93, 0xFE, 0x74, 0x01, 0x93, 0xFF, 0x22, 0xFF, 0x74, 0x11, 0x25, 0x0F, 0xF5, 0x82, 0xE4, -+0x34, 0x9A, 0x22, 0xFF, 0x90, 0xA4, 0x46, 0xE5, 0xF0, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0x74, 0x01, -+0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, 0xF0, 0x74, 0x11, 0x25, 0x0F, 0xF5, -+0x82, 0xE4, 0x34, 0x98, 0xF5, 0x83, 0x22, 0x12, 0x95, 0xEB, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, -+0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x12, 0x96, 0x25, 0x90, 0xA2, -+0xF9, 0xE0, 0xFD, 0x12, 0x97, 0x6A, 0xD1, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x90, 0xB0, 0x12, -+0x97, 0x8A, 0x12, 0x4D, 0x14, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, 0x12, 0x95, 0x85, 0xE0, -+0xC3, 0x94, 0x06, 0x40, 0xD9, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, -+0xA4, 0x89, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x7F, 0x2C, 0x7E, 0x08, 0x12, 0xB5, 0xDA, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0xF1, 0x86, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0x7F, 0x84, 0xF1, 0x86, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x88, 0xF1, -+0x86, 0x12, 0x08, 0x79, 0x3C, 0x00, 0x00, 0x00, 0x7F, 0x8C, 0xF1, 0x86, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x00, 0x7F, 0xB8, 0xF1, 0x86, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x80, 0x7F, 0x90, -+0xF1, 0x86, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x94, 0xF1, 0x86, 0x12, 0x08, 0x79, -+0x20, 0x04, 0x00, 0x00, 0x7F, 0xC4, 0xF1, 0x86, 0x12, 0x08, 0x79, 0x20, 0x00, 0x00, 0x00, 0x7F, -+0xC8, 0x7E, 0x0C, 0x02, 0x38, 0x07, 0x7E, 0x0C, 0x12, 0x38, 0x07, 0x90, 0xAA, 0xB9, 0x22, 0xE5, -+0x11, 0x25, 0xE0, 0x24, 0xB3, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x22, 0x90, 0xA2, 0x8B, 0x12, 0x48, -+0xEA, 0x90, 0x00, 0x08, 0x02, 0x07, 0xAB, 0x74, 0x92, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9C, -+0xF5, 0x83, 0xE0, 0x22, 0x74, 0x92, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, 0x83, 0xE4, -+0xF0, 0x74, 0x11, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9B, 0xF5, 0x83, 0x22, 0x90, 0x00, 0x06, -+0x02, 0x07, 0xAB, 0xFA, 0x7D, 0x05, 0x7F, 0x01, 0x80, 0x1F, 0x7A, 0x00, 0x7D, 0x01, 0x7F, 0x01, -+0x80, 0x17, 0xE5, 0x11, 0x25, 0xE0, 0x24, 0x5B, 0xF5, 0x82, 0xE4, 0x34, 0x42, 0x22, 0x75, 0x83, -+0x00, 0x02, 0x06, 0xA2, 0xFA, 0x7D, 0x03, 0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0x9F, 0x1A, 0xE0, 0xFE, 0x60, 0x5F, 0xEF, 0x54, 0x1F, 0x60, 0x5A, 0x90, 0xA4, 0x50, 0xEF, -+0xF0, 0xA3, 0xED, 0xF0, 0xEB, 0xA3, 0xF0, 0xEA, 0xA3, 0xF0, 0x90, 0xA4, 0x46, 0xE0, 0xFC, 0xA3, -+0xE0, 0x90, 0xA4, 0x54, 0xF0, 0xEC, 0xA3, 0xF0, 0x90, 0xA4, 0x48, 0xE0, 0xFC, 0xA3, 0xE0, 0x90, -+0xA4, 0x56, 0xF0, 0xEC, 0xA3, 0xF0, 0x90, 0xA4, 0x4A, 0xE0, 0xFC, 0xA3, 0xE0, 0x90, 0xA4, 0x58, -+0xF0, 0xEC, 0xA3, 0xF0, 0x90, 0xA4, 0x4C, 0xE0, 0xFC, 0xA3, 0xE0, 0x90, 0xA4, 0x5A, 0xF0, 0xEC, -+0xA3, 0xF0, 0x90, 0xA4, 0x4E, 0x74, 0xFE, 0xF0, 0x90, 0xA4, 0x5C, 0x74, 0x0C, 0xF0, 0x7B, 0x01, -+0x7A, 0xA4, 0x79, 0x4E, 0x11, 0x6B, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x31, 0x59, 0x7F, 0x04, 0x90, -+0xA5, 0x24, 0xEF, 0xF0, 0x7F, 0x02, 0x12, 0x47, 0x07, 0x90, 0x9F, 0x13, 0xE0, 0xFF, 0x90, 0xA5, -+0x24, 0xE0, 0xFE, 0xEF, 0x4E, 0x90, 0x9F, 0x13, 0xF0, 0x22, 0x8F, 0x12, 0x90, 0xA2, 0x8C, 0x74, -+0x0E, 0xF0, 0xED, 0x24, 0xFE, 0x60, 0x57, 0x04, 0x60, 0x02, 0x21, 0x4A, 0x51, 0x65, 0x74, 0x0C, -+0xF0, 0x74, 0x11, 0x25, 0x12, 0x12, 0xBA, 0x24, 0xE0, 0x90, 0xA2, 0x8F, 0x31, 0x52, 0x12, 0x4D, -+0xC2, 0xFD, 0x13, 0x13, 0x54, 0x03, 0x90, 0xA2, 0x90, 0xF0, 0xED, 0xB1, 0xA4, 0xA3, 0x31, 0x52, -+0x12, 0x4D, 0xC2, 0xFF, 0xC4, 0x54, 0x03, 0x90, 0xA2, 0x92, 0x31, 0x52, 0xF1, 0xE7, 0xE0, 0x90, -+0xA2, 0x93, 0x31, 0x52, 0xD1, 0x39, 0xE0, 0x90, 0xA2, 0x94, 0x31, 0x52, 0x12, 0x4F, 0x45, 0xFD, -+0xC4, 0x13, 0x54, 0x01, 0x90, 0xA2, 0x95, 0xF0, 0xED, 0x54, 0x1F, 0xA3, 0x80, 0x58, 0x51, 0x65, -+0x74, 0x0D, 0x31, 0x4B, 0x51, 0x76, 0xE0, 0x90, 0xA2, 0x8F, 0x31, 0x4B, 0x90, 0x89, 0x01, 0x12, -+0x48, 0xDE, 0xE0, 0x90, 0xA2, 0x90, 0x31, 0x4B, 0x90, 0x89, 0x02, 0x12, 0x48, 0xDE, 0xE0, 0x90, -+0xA2, 0x91, 0x31, 0x4B, 0x90, 0x89, 0x03, 0x12, 0x48, 0xDE, 0xE0, 0x90, 0xA2, 0x92, 0x31, 0x4B, -+0x12, 0xBA, 0x54, 0x90, 0xA2, 0x93, 0x31, 0x4B, 0x90, 0x89, 0x05, 0x12, 0x48, 0xDE, 0xE0, 0x90, -+0xA2, 0x94, 0x31, 0x4B, 0x90, 0x89, 0x06, 0x12, 0x48, 0xDE, 0xE0, 0x90, 0xA2, 0x95, 0x31, 0x4B, -+0x12, 0xBA, 0x4C, 0x90, 0xA2, 0x96, 0x31, 0xB8, 0x11, 0x6B, 0x22, 0xF0, 0x75, 0xF0, 0x08, 0xE5, -+0x12, 0x22, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x12, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA0, 0xBF, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, -+0x90, 0xA0, 0xC0, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x09, -+0x90, 0x01, 0xC1, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x2A, 0xC0, 0x01, 0x90, 0xA0, 0xC0, 0xE0, 0x12, -+0x9F, 0x8F, 0xA8, 0x01, 0xFC, 0x7D, 0x01, 0xD0, 0x01, 0x7E, 0x00, 0x7F, 0x0F, 0x12, 0x06, 0x63, -+0x90, 0xA0, 0xC0, 0x12, 0x9D, 0x74, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, -+0xA0, 0xC0, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0x8C, 0x22, -+0x31, 0xB9, 0x7F, 0xF5, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x06, 0x90, 0xA2, 0x8C, 0xE0, -+0xA3, 0xF0, 0x31, 0xB9, 0x7F, 0xF6, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA2, -+0x8C, 0xE0, 0x90, 0xA2, 0x8E, 0xF0, 0x31, 0xB9, 0x7F, 0xF4, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, -+0x01, 0x08, 0x90, 0xA2, 0x8C, 0xE0, 0x90, 0xA2, 0x8F, 0xF0, 0x31, 0xB9, 0x7F, 0xF3, 0x7E, 0x01, -+0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA2, 0x8C, 0xE0, 0x90, 0xA2, 0x90, 0xF0, 0x31, 0xB9, -+0x7F, 0xF2, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA2, 0x8C, 0xE0, 0x90, 0xA2, -+0x91, 0xF0, 0x90, 0xA2, 0x8D, 0x12, 0x97, 0x62, 0xFB, 0xA3, 0xE0, 0x90, 0xA2, 0x95, 0xF0, 0x90, -+0xA2, 0x91, 0xE0, 0x90, 0xA2, 0x96, 0xF0, 0x90, 0xA2, 0x97, 0x74, 0x12, 0xF0, 0x90, 0xA2, 0xA5, -+0x74, 0x05, 0xF0, 0x90, 0xA2, 0x99, 0x12, 0x97, 0x81, 0x90, 0xA2, 0x95, 0xE0, 0x90, 0xA2, 0x9C, -+0xF0, 0x90, 0xA2, 0x96, 0xE0, 0x90, 0xA2, 0x9D, 0xF0, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0x97, 0x31, -+0x59, 0x7F, 0x04, 0x01, 0x6F, 0x90, 0xA2, 0x9A, 0x74, 0x09, 0xF0, 0x90, 0xA2, 0x8E, 0x22, 0x90, -+0xA5, 0x0E, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, 0x02, 0x48, 0xDE, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x0E, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x12, 0x4F, 0x45, 0x54, 0x1F, -+0xF5, 0x6F, 0x60, 0x15, 0x64, 0x02, 0x60, 0x11, 0xE5, 0x6F, 0x64, 0x04, 0x60, 0x0B, 0xE5, 0x6F, -+0x64, 0x09, 0x60, 0x05, 0xE5, 0x6F, 0xB4, 0x0C, 0x09, 0xD1, 0x58, 0xF5, 0x83, 0x74, 0x02, 0xF0, -+0x80, 0x07, 0xD1, 0x58, 0xF5, 0x83, 0x74, 0x01, 0xF0, 0xE4, 0xF5, 0x6A, 0x90, 0xA5, 0x0E, 0xE0, -+0xFE, 0x51, 0x73, 0xE5, 0x82, 0x25, 0x6A, 0x12, 0x4F, 0xC9, 0xE0, 0xFF, 0xE5, 0x6F, 0x75, 0xF0, -+0x07, 0xA4, 0x24, 0x04, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x6A, 0x12, -+0x4F, 0xC9, 0xE4, 0x93, 0xFD, 0xEF, 0x5D, 0x90, 0xA5, 0x10, 0xF0, 0x75, 0xF0, 0x04, 0xEE, 0x12, -+0x4D, 0xC2, 0x54, 0x03, 0xFF, 0xBF, 0x02, 0x0B, 0xE5, 0x6A, 0x70, 0x07, 0x90, 0xA5, 0x10, 0xE0, -+0x54, 0xF0, 0xF0, 0x90, 0xA5, 0x10, 0xE0, 0xFF, 0x51, 0x6F, 0xE5, 0x82, 0x25, 0x6A, 0x12, 0x4F, -+0xC9, 0xEF, 0xF0, 0x05, 0x6A, 0xE5, 0x6A, 0x64, 0x07, 0x70, 0xA1, 0x90, 0xA5, 0x0E, 0xE0, 0x75, -+0xF0, 0x04, 0x12, 0x4D, 0xC2, 0xFF, 0xC4, 0x54, 0x03, 0xFD, 0xE4, 0xF5, 0x6D, 0x75, 0x6B, 0x06, -+0xE5, 0x6B, 0xB4, 0x06, 0x08, 0x12, 0x4F, 0xB9, 0xE0, 0x54, 0x0F, 0x80, 0x0A, 0x51, 0x6F, 0xE5, -+0x82, 0x25, 0x6B, 0x12, 0x4F, 0xC9, 0xE0, 0x90, 0xA5, 0x0F, 0xF0, 0x90, 0xA5, 0x0F, 0xE0, 0x60, -+0x38, 0x75, 0x6A, 0x07, 0xD1, 0x47, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xD1, -+0x3F, 0x5B, 0x60, 0x1C, 0xE5, 0x6B, 0x75, 0xF0, 0x08, 0xA4, 0x25, 0x6A, 0xF5, 0x6D, 0xED, 0x60, -+0x25, 0xE5, 0x6D, 0xD3, 0x94, 0x0B, 0x40, 0x1E, 0x74, 0x20, 0x25, 0x6D, 0xF5, 0x6D, 0x80, 0x16, -+0x15, 0x6A, 0xE5, 0x6A, 0xC3, 0x94, 0x00, 0x50, 0xCB, 0xE5, 0x6B, 0x60, 0x09, 0x15, 0x6B, 0xE5, -+0x6B, 0xC3, 0x94, 0x00, 0x50, 0x9A, 0xE4, 0xF5, 0x6E, 0xF5, 0x6B, 0xE5, 0x6B, 0xB4, 0x06, 0x08, -+0x12, 0x4F, 0xB9, 0xE0, 0x54, 0x0F, 0x80, 0x0A, 0x51, 0x6F, 0xE5, 0x82, 0x25, 0x6B, 0x12, 0x4F, -+0xC9, 0xE0, 0x90, 0xA5, 0x0F, 0xF0, 0x90, 0xA5, 0x0F, 0xE0, 0x60, 0x36, 0xE4, 0xF5, 0x6A, 0xD1, -+0x47, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xD1, 0x3F, 0x5B, 0x60, 0x1C, 0xE5, -+0x6B, 0x75, 0xF0, 0x08, 0xA4, 0x25, 0x6A, 0xF5, 0x6E, 0xED, 0x60, 0x1E, 0xE5, 0x6E, 0xD3, 0x94, -+0x0B, 0x40, 0x17, 0x74, 0x20, 0x25, 0x6E, 0xF5, 0x6E, 0x80, 0x0F, 0x05, 0x6A, 0xE5, 0x6A, 0xB4, -+0x08, 0xCD, 0x05, 0x6B, 0xE5, 0x6B, 0x64, 0x07, 0x70, 0xA1, 0x90, 0xA5, 0x0E, 0xE0, 0xFF, 0x75, -+0xF0, 0x04, 0xF1, 0xE7, 0xE5, 0x6D, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0xD1, 0x39, 0xE5, 0x6E, 0xF0, -+0x75, 0xF0, 0x10, 0xEF, 0x12, 0x78, 0xE7, 0xE0, 0xFF, 0x54, 0x7F, 0xF5, 0x6C, 0xEF, 0x54, 0x80, -+0xFF, 0xE5, 0x6C, 0xD3, 0x95, 0x6D, 0x40, 0x04, 0xE5, 0x6D, 0x80, 0x09, 0xE5, 0x6C, 0xC3, 0x95, -+0x6E, 0x50, 0x05, 0xE5, 0x6E, 0x4F, 0xF5, 0x6C, 0x90, 0xA5, 0x0E, 0xE0, 0xFF, 0x24, 0x12, 0x12, -+0xB9, 0x01, 0xE5, 0x6C, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4D, 0xC2, 0xF1, 0xED, 0x90, 0xA5, -+0x0E, 0xE0, 0xFF, 0xE4, 0xFB, 0xAD, 0x6C, 0x12, 0x7A, 0x82, 0x90, 0xA5, 0x0E, 0xE0, 0xFF, 0x75, -+0xF0, 0x10, 0x12, 0x7D, 0x92, 0xE4, 0xF0, 0xE5, 0x6D, 0xC3, 0x94, 0x36, 0x40, 0x07, 0x91, 0xB8, -+0x74, 0x05, 0xF0, 0x80, 0x3E, 0xE5, 0x6D, 0xC3, 0x94, 0x2C, 0x40, 0x07, 0x91, 0xB8, 0x74, 0x04, -+0xF0, 0x80, 0x30, 0xE5, 0x6D, 0xC3, 0x94, 0x14, 0x40, 0x07, 0x91, 0xB8, 0x74, 0x03, 0xF0, 0x80, -+0x22, 0xE5, 0x6D, 0xC3, 0x94, 0x0C, 0x40, 0x07, 0x91, 0xB8, 0x74, 0x02, 0xF0, 0x80, 0x14, 0xE5, -+0x6D, 0xC3, 0x94, 0x04, 0x74, 0x91, 0x40, 0x07, 0x91, 0xBA, 0x74, 0x01, 0xF0, 0x80, 0x04, 0x91, -+0xBA, 0xE4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x74, 0x91, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x95, -+0xF5, 0x83, 0x22, 0x12, 0x06, 0x89, 0x54, 0x7F, 0xF5, 0x0F, 0xF1, 0x08, 0xFF, 0x54, 0x1F, 0xF5, -+0x11, 0xEF, 0x54, 0x80, 0xB1, 0xA4, 0xF5, 0x10, 0xB1, 0x9A, 0xFF, 0x54, 0x03, 0xF5, 0x12, 0xEF, -+0x54, 0x30, 0xC4, 0x54, 0x0F, 0xF5, 0x15, 0xB1, 0x9A, 0xFF, 0x54, 0x40, 0xC4, 0x13, 0x13, 0x54, -+0x03, 0xF5, 0x13, 0xEF, 0x54, 0x80, 0xB1, 0xA4, 0xF5, 0x14, 0xB1, 0x9A, 0xFF, 0x54, 0x08, 0xFE, -+0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x17, 0xEF, 0x54, 0x04, 0x13, 0x13, 0x54, 0x3F, 0xF5, 0x18, -+0xE5, 0x14, 0xF1, 0xDA, 0x12, 0x4D, 0xBC, 0x54, 0x7F, 0x4F, 0xF0, 0xE5, 0x13, 0x54, 0x01, 0xC4, -+0x33, 0x33, 0x54, 0xC0, 0x12, 0x4D, 0xBC, 0x54, 0xBF, 0x4F, 0xF0, 0xE5, 0x17, 0x70, 0x6A, 0xE5, -+0x11, 0x54, 0x1F, 0x12, 0x4F, 0x3F, 0x54, 0xE0, 0x4F, 0xF0, 0xE5, 0x12, 0x54, 0x03, 0x12, 0x4D, -+0xBC, 0x54, 0xFC, 0x4F, 0xF0, 0xEF, 0x25, 0xE0, 0x25, 0xE0, 0x12, 0x4D, 0xBC, 0x54, 0xF3, 0x4F, -+0xF0, 0xE5, 0x10, 0x54, 0x01, 0xC4, 0x33, 0x54, 0xE0, 0x12, 0x4F, 0x3F, 0x54, 0xDF, 0x4F, 0xF0, -+0xE5, 0x15, 0x54, 0x03, 0xC4, 0x54, 0xF0, 0x12, 0x4D, 0xBC, 0x54, 0xCF, 0x4F, 0xF0, 0xE4, 0xF5, -+0x16, 0x85, 0x16, 0x82, 0x75, 0x83, 0x00, 0xA3, 0xA3, 0xA3, 0x12, 0x06, 0xA2, 0xFF, 0x75, 0xF0, -+0x08, 0xE5, 0x0F, 0x51, 0x76, 0xE5, 0x82, 0x25, 0x16, 0x12, 0x4F, 0xC9, 0xEF, 0xF0, 0x05, 0x16, -+0xE5, 0x16, 0xB4, 0x04, 0xDC, 0xAF, 0x0F, 0x51, 0x7C, 0x22, 0x90, 0x00, 0x02, 0x02, 0x06, 0xA2, -+0x90, 0xA1, 0xC5, 0xE0, 0xC4, 0x13, 0x13, 0x13, 0x54, 0x01, 0x22, 0xF1, 0xD1, 0xC3, 0x13, 0x54, -+0x0F, 0x90, 0xA2, 0x8C, 0xF0, 0xB1, 0x9A, 0x54, 0x03, 0xFE, 0xF1, 0x08, 0xFD, 0xED, 0xD1, 0x30, -+0x90, 0xA1, 0x5F, 0xD1, 0x4F, 0xB1, 0x9A, 0x7E, 0x00, 0x78, 0x02, 0xCE, 0xC3, 0x13, 0xCE, 0x13, -+0xD8, 0xF9, 0x54, 0x3F, 0xFD, 0x12, 0x5F, 0x60, 0x75, 0xF0, 0x40, 0xA4, 0xFF, 0xE5, 0xF0, 0x54, -+0x03, 0xFE, 0xEF, 0x54, 0xC0, 0xD1, 0x2D, 0x90, 0xA1, 0x61, 0xD1, 0x64, 0x54, 0x07, 0xFE, 0xF1, -+0x6D, 0xFD, 0xED, 0xD1, 0x30, 0x90, 0xA1, 0x63, 0xD1, 0x64, 0x7E, 0x00, 0x78, 0x03, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0x54, 0x1F, 0xFD, 0xF1, 0xCB, 0x75, 0xF0, 0x20, 0xA4, 0xFF, 0xE5, -+0xF0, 0x54, 0x07, 0xFE, 0xEF, 0x54, 0xE0, 0xD1, 0x2D, 0x90, 0xA1, 0x65, 0xD1, 0x4F, 0x12, 0x06, -+0x89, 0xF1, 0xDA, 0xFF, 0x90, 0xA1, 0xC6, 0xE0, 0x54, 0x7F, 0x4F, 0xF0, 0x22, 0xFF, 0xEF, 0x4D, -+0xFF, 0x90, 0xA2, 0x8C, 0xE0, 0x75, 0xF0, 0x13, 0x22, 0x90, 0x96, 0x12, 0x02, 0x48, 0xDE, 0xFF, -+0x90, 0xA5, 0x0F, 0xE0, 0xFB, 0xEF, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x6A, 0x08, 0x22, 0x12, -+0x48, 0xDE, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0x90, 0xA5, 0x0E, 0xE0, 0x24, 0x92, 0xF5, 0x82, -+0xE4, 0x34, 0x9E, 0x22, 0x12, 0x48, 0xDE, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x00, 0x05, 0x02, -+0x06, 0xA2, 0x90, 0xA2, 0x8C, 0x74, 0x11, 0xF0, 0x90, 0xA2, 0x9A, 0x74, 0x01, 0xF0, 0x90, 0xA2, -+0x8E, 0xEF, 0x31, 0xB8, 0x31, 0x59, 0x7F, 0x04, 0x01, 0x6F, 0xF1, 0x08, 0x90, 0xA1, 0xD0, 0xF0, -+0xB1, 0x9A, 0x90, 0xA1, 0xD1, 0xF0, 0xD1, 0x9C, 0x7F, 0x01, 0x80, 0xD6, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0xD1, 0xFA, 0x7A, 0xA2, 0x79, 0x8C, 0x12, 0x95, 0x1F, 0x7B, 0x01, 0x7A, 0xA2, -+0x79, 0xC3, 0xF1, 0x00, 0x7A, 0xA2, 0x79, 0xAB, 0x12, 0x95, 0xF5, 0x7B, 0x01, 0x7A, 0xA2, 0x79, -+0xE7, 0xF1, 0x00, 0x7A, 0xA2, 0x79, 0xDB, 0x12, 0x90, 0x77, 0x12, 0xAB, 0x23, 0xE4, 0xFF, 0x12, -+0xAD, 0xB8, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0xDB, 0xE4, 0xFF, 0x12, 0x96, 0x32, 0x7B, 0x01, 0x7A, -+0xA2, 0x79, 0xC3, 0xF1, 0x00, 0x7A, 0xA2, 0x79, 0xAB, 0x12, 0x66, 0xC7, 0xD1, 0xFA, 0x7A, 0xA2, -+0x79, 0x8C, 0x12, 0x95, 0x8C, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0x8F, -+0x90, 0xA2, 0xF6, 0x02, 0x48, 0xF3, 0x4F, 0xF0, 0x90, 0x00, 0x01, 0x02, 0x06, 0xA2, 0xF1, 0xD1, -+0x90, 0xA1, 0x59, 0xF1, 0x07, 0x90, 0xA1, 0x5A, 0xF0, 0xB1, 0x9A, 0x90, 0xA1, 0x6C, 0x12, 0x5F, -+0x5F, 0x90, 0xA1, 0x6D, 0xF1, 0x6C, 0x90, 0xA1, 0x7F, 0xD1, 0x6B, 0x90, 0xA1, 0x80, 0xF0, 0x22, -+0x12, 0x5F, 0xF8, 0xD1, 0x6C, 0x30, 0xE1, 0x03, 0x02, 0xA6, 0x6A, 0x12, 0x5F, 0x68, 0x12, 0x06, -+0x89, 0x90, 0xA2, 0x8F, 0xF1, 0x07, 0x90, 0xA2, 0x90, 0xF0, 0xB1, 0x9A, 0x90, 0xA2, 0x91, 0xF1, -+0x6C, 0x75, 0xF0, 0x10, 0xA4, 0xFF, 0x12, 0x5F, 0x60, 0xFD, 0xEF, 0x4D, 0xFF, 0x90, 0xA2, 0x90, -+0xE0, 0xB4, 0x01, 0x07, 0xA3, 0xE0, 0x12, 0xA6, 0xE8, 0xEF, 0xF0, 0x22, 0xF0, 0x90, 0x00, 0x04, -+0x02, 0x06, 0xA2, 0x90, 0x02, 0x09, 0xE0, 0xF5, 0x0F, 0x12, 0x06, 0x89, 0x25, 0x0F, 0x90, 0x9F, -+0xD0, 0xF1, 0x07, 0x25, 0x0F, 0x90, 0x9F, 0xD1, 0xF0, 0xB1, 0x9A, 0x25, 0x0F, 0x90, 0x9F, 0xD2, -+0x12, 0x5F, 0x5F, 0x25, 0x0F, 0x90, 0x9F, 0xD3, 0xF1, 0x6C, 0x25, 0x0F, 0x90, 0x9F, 0xD4, 0xD1, -+0x6B, 0x25, 0x0F, 0x90, 0x9F, 0xD5, 0xF0, 0xF1, 0xCB, 0x25, 0x0F, 0x90, 0x9F, 0xD6, 0xF0, 0x22, -+0xF1, 0x08, 0xF5, 0x0F, 0xB1, 0x9A, 0xF5, 0x10, 0x12, 0x06, 0x89, 0xF5, 0x11, 0x90, 0x9F, 0x1A, -+0xF0, 0xE5, 0x0F, 0x60, 0x05, 0xFD, 0xAF, 0x10, 0x11, 0x8A, 0x22, 0x90, 0x00, 0x06, 0x02, 0x06, -+0xA2, 0x8B, 0x0F, 0x8A, 0x10, 0x89, 0x11, 0x02, 0x06, 0x89, 0x54, 0x01, 0xC4, 0x33, 0x33, 0x33, -+0x54, 0x80, 0x22, 0x75, 0xF0, 0x04, 0xEF, 0x90, 0x96, 0x11, 0x02, 0x48, 0xDE, 0x13, 0x13, 0x54, -+0x03, 0xF5, 0x73, 0x22, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, -+0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, -+0xC0, 0x07, 0x12, 0x4C, 0x53, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, -+0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, -+0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, -+0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0xA0, 0xDB, -+0xE5, 0x5D, 0x30, 0xE1, 0x03, 0x12, 0x9E, 0x03, 0xE5, 0x5D, 0x30, 0xE4, 0x03, 0x12, 0x9C, 0xFB, -+0xE5, 0x5D, 0x30, 0xE5, 0x03, 0x12, 0xA1, 0x38, 0xE5, 0x5D, 0x30, 0xE6, 0x03, 0x12, 0xA1, 0x74, -+0xE5, 0x5F, 0x30, 0xE0, 0x03, 0x12, 0xA1, 0x81, 0xE5, 0x5F, 0x30, 0xE1, 0x02, 0x11, 0xE1, 0xE5, -+0x5F, 0x30, 0xE2, 0x03, 0x12, 0xA2, 0x6C, 0xE5, 0x5F, 0x30, 0xE3, 0x03, 0x12, 0x84, 0xE7, 0xE5, -+0x5F, 0x30, 0xE4, 0x03, 0x12, 0x85, 0x02, 0xE5, 0x5F, 0x30, 0xE5, 0x03, 0x12, 0x8D, 0xAC, 0xE5, -+0x5F, 0x30, 0xE6, 0x03, 0x12, 0xA2, 0x95, 0xE5, 0x60, 0x30, 0xE1, 0x03, 0x12, 0x8F, 0x3D, 0xE5, -+0x60, 0x30, 0xE4, 0x03, 0x12, 0xA2, 0xAE, 0xE5, 0x60, 0x30, 0xE5, 0x02, 0xF1, 0xF2, 0xE5, 0x60, -+0x30, 0xE6, 0x03, 0x12, 0xA2, 0xB3, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, -+0x32, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x06, 0x90, 0xA0, 0xD7, 0x74, 0x01, 0xF0, 0x90, 0xA0, -+0xDF, 0xE0, 0x70, 0x02, 0x21, 0x7C, 0x90, 0xA0, 0xF6, 0xE0, 0x04, 0x31, 0x92, 0x12, 0x48, 0x04, -+0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x31, 0xAC, 0x78, 0x10, 0x12, -+0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x31, 0xAC, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, -+0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0xA1, 0x2A, 0x12, 0x08, 0x6D, 0x90, 0xA0, -+0xDB, 0x12, 0x99, 0xFF, 0x30, 0xE0, 0x0C, 0x12, 0x8B, 0x03, 0x74, 0x05, 0xF0, 0x12, 0x89, 0xFD, -+0x12, 0x8B, 0x23, 0x90, 0xA0, 0xDB, 0x12, 0x8F, 0xD5, 0x30, 0xE0, 0x09, 0x90, 0x01, 0x3B, 0xE0, -+0x30, 0xE4, 0x02, 0xF1, 0x9F, 0x90, 0xA5, 0x26, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x80, 0x40, -+0x0B, 0x90, 0x01, 0x98, 0xE0, 0x54, 0xFE, 0xF0, 0xE0, 0x44, 0x01, 0xF0, 0x7F, 0x01, 0x12, 0x9C, -+0xFF, 0x90, 0xA1, 0x43, 0xE0, 0x30, 0xE0, 0x09, 0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, 0x02, 0xF1, -+0x9F, 0x22, 0xF0, 0x90, 0x05, 0x61, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x78, 0x08, 0x12, 0x08, -+0x5A, 0xA8, 0x04, 0xA9, 0x05, 0xAA, 0x06, 0xAB, 0x07, 0x90, 0x05, 0x60, 0xE0, 0xFF, 0xE4, 0xFC, -+0xFD, 0xFE, 0x22, 0x31, 0x93, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0x05, 0x62, 0x31, 0xAC, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x31, 0xAC, -+0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0xB9, 0xF3, -+0x90, 0x05, 0x65, 0x31, 0xAC, 0xF1, 0xBE, 0x90, 0x05, 0x64, 0x31, 0xAC, 0x12, 0x48, 0x04, 0xC0, -+0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x66, 0x31, 0xAC, 0x78, 0x10, 0x12, 0x08, -+0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, -+0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x31, 0xAC, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, -+0xD0, 0x01, 0xD0, 0x00, 0xF1, 0xB5, 0x90, 0xA1, 0xC5, 0xE0, 0xFF, 0x12, 0x6D, 0xA4, 0x30, 0xE0, -+0x41, 0xF1, 0x99, 0xE4, 0xFB, 0xFA, 0xF9, 0xEC, 0x54, 0x80, 0xF8, 0x90, 0xA1, 0xBC, 0x12, 0x48, -+0xC6, 0xE4, 0xFF, 0xFE, 0xFD, 0xEC, 0x54, 0x80, 0xFC, 0xC3, 0x12, 0x48, 0x27, 0x60, 0x23, 0xF1, -+0x91, 0xEF, 0x54, 0x01, 0xFB, 0xE4, 0xF8, 0x90, 0xA1, 0xC0, 0x12, 0x48, 0xC6, 0xEF, 0x54, 0x01, -+0xFF, 0xE4, 0xFE, 0xFD, 0xFC, 0xC3, 0x12, 0x48, 0x27, 0x70, 0x07, 0x90, 0xA1, 0xC6, 0xE0, 0x44, -+0x20, 0xF0, 0xF1, 0x99, 0x90, 0xA1, 0xBC, 0x12, 0x08, 0x6D, 0xF1, 0x91, 0x90, 0xA1, 0xC0, 0x12, -+0x08, 0x6D, 0x90, 0xA1, 0xC6, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x20, 0xE0, 0x02, 0x61, 0xCA, 0x12, -+0x6D, 0xA0, 0x20, 0xE0, 0x02, 0x61, 0xCA, 0x12, 0x99, 0xE2, 0x90, 0x05, 0xCF, 0xE0, 0x54, 0xEF, -+0xF0, 0x90, 0xA1, 0xC8, 0x31, 0xAC, 0xB1, 0x31, 0x90, 0x05, 0xE4, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, -+0x08, 0x12, 0x08, 0x47, 0x90, 0x05, 0xE5, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, 0x10, 0x12, 0x08, 0x47, -+0x90, 0x05, 0xE6, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, 0x18, 0x12, 0x08, 0x47, 0x90, 0x05, 0xE7, 0xEF, -+0xF0, 0x90, 0xA1, 0x69, 0x31, 0xAC, 0xB1, 0x31, 0x90, 0x05, 0xE0, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, -+0x08, 0x12, 0x08, 0x47, 0x90, 0x05, 0xE1, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, 0x10, 0x12, 0x08, 0x47, -+0x90, 0x05, 0xE2, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, 0x18, 0x12, 0x08, 0x47, 0x90, 0x05, 0xE3, 0xEF, -+0x31, 0x92, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, -+0x31, 0xAC, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, -+0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x31, 0xAC, 0x78, 0x18, 0x12, -+0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0xA3, 0x4B, -+0x12, 0x08, 0x6D, 0x90, 0xA3, 0x4B, 0x12, 0x48, 0xD2, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, -+0x03, 0x90, 0xA1, 0xC7, 0xE0, 0xFF, 0xEF, 0x24, 0x02, 0xFF, 0xE4, 0x33, 0xFE, 0xE4, 0x33, 0xFD, -+0xE4, 0x33, 0xFC, 0xE4, 0xFB, 0x7A, 0x04, 0xF9, 0xF8, 0x12, 0x47, 0xA8, 0xD0, 0x03, 0xD0, 0x02, -+0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x8D, 0xB1, 0x39, 0x90, 0x05, 0xE8, 0xEF, 0xF0, 0xB1, 0x3F, -+0x78, 0x08, 0x12, 0x08, 0x47, 0x90, 0x05, 0xE9, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, 0x10, 0x12, 0x08, -+0x47, 0x90, 0x05, 0xEA, 0xEF, 0xF0, 0xB1, 0x3F, 0x78, 0x18, 0x12, 0x08, 0x47, 0x90, 0x05, 0xEB, -+0xEF, 0xF0, 0x90, 0xA1, 0xC9, 0xE0, 0x90, 0x05, 0xEC, 0xF0, 0x90, 0x05, 0x53, 0x74, 0x10, 0xF0, -+0x90, 0x05, 0x27, 0xE0, 0x44, 0x12, 0x12, 0x9A, 0xEC, 0xF0, 0x90, 0xA1, 0xC6, 0xE0, 0xFF, 0x54, -+0x1F, 0x70, 0x02, 0xA1, 0x30, 0xEF, 0x54, 0xE0, 0xFE, 0xEF, 0x14, 0x54, 0x1F, 0x4E, 0xF0, 0x54, -+0x1F, 0x60, 0x02, 0xA1, 0x30, 0x90, 0x05, 0x22, 0xE0, 0x44, 0x40, 0x12, 0xAB, 0x94, 0xF0, 0x90, -+0x05, 0x69, 0x31, 0xAC, 0xF1, 0xBE, 0x90, 0x05, 0x68, 0x31, 0xAC, 0x12, 0x48, 0x04, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x6A, 0x31, 0xAC, 0x78, 0x10, 0x12, 0x08, 0x5A, -+0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, -+0x06, 0xC0, 0x07, 0xA3, 0x31, 0xAC, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, -+0x01, 0xD0, 0x00, 0x12, 0xB9, 0xF3, 0xF1, 0x99, 0x90, 0xA3, 0x4B, 0x12, 0x08, 0x6D, 0x90, 0x05, -+0x6D, 0x31, 0xAC, 0xF1, 0xBE, 0x90, 0x05, 0x6C, 0x31, 0xAC, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x6E, 0x31, 0xAC, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, -+0xC0, 0x07, 0xA3, 0x31, 0xAC, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0xF1, 0xB5, 0x90, 0xA3, 0x43, 0x12, 0x48, 0xD2, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, -+0xC0, 0x03, 0x90, 0xA1, 0xC5, 0xE0, 0x54, 0x7F, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0xFB, 0x7A, 0x04, -+0xF9, 0xF8, 0x12, 0x47, 0xA8, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x8D, -+0x90, 0xA3, 0x43, 0xB1, 0x3C, 0x90, 0xA3, 0x43, 0x12, 0x8B, 0x14, 0x50, 0x0D, 0xF1, 0x91, 0x12, -+0x9F, 0x7E, 0xE4, 0x3D, 0xFD, 0xE4, 0x3C, 0xFC, 0xF1, 0xB8, 0xF1, 0x99, 0x90, 0x05, 0x60, 0xF1, -+0x97, 0x78, 0x08, 0x12, 0x08, 0x47, 0x90, 0x05, 0x61, 0xEF, 0xF0, 0x90, 0xA3, 0x43, 0xF1, 0xEA, -+0x90, 0x05, 0x62, 0xF1, 0x97, 0x78, 0x18, 0x12, 0x08, 0x47, 0x90, 0x05, 0x63, 0xF1, 0x8F, 0x90, -+0x05, 0x64, 0xF1, 0x8F, 0x78, 0x08, 0x12, 0x08, 0x47, 0x90, 0x05, 0x65, 0xEF, 0xF0, 0x90, 0xA3, -+0x47, 0xF1, 0xEA, 0x90, 0x05, 0x66, 0xF1, 0x8F, 0x78, 0x18, 0x12, 0x08, 0x47, 0x90, 0x05, 0x67, -+0xEF, 0xF0, 0x90, 0x05, 0x50, 0xE0, 0x44, 0x08, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x54, 0xBF, 0xF0, -+0x90, 0xA1, 0xC6, 0xE0, 0x54, 0xE0, 0x44, 0x14, 0xF0, 0x90, 0xA1, 0xC5, 0xE0, 0x44, 0x80, 0xF0, -+0x22, 0xFB, 0x7A, 0x04, 0xF9, 0xF8, 0x12, 0x47, 0xA8, 0x90, 0xA3, 0x4B, 0x12, 0x08, 0x6D, 0x90, -+0xA3, 0x4B, 0x02, 0x48, 0xC6, 0x90, 0xA4, 0xD2, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x34, 0x7E, 0x08, 0x12, 0x37, 0xBC, 0x90, 0xA4, 0xD4, 0x12, -+0x08, 0x6D, 0x90, 0xA4, 0xD2, 0xE0, 0x14, 0x60, 0x5E, 0x14, 0x70, 0x02, 0xC1, 0x86, 0x24, 0x02, -+0x60, 0x02, 0xE1, 0x15, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, 0xC3, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x00, 0xF1, 0x85, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, -+0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xF1, 0x87, 0x12, -+0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x10, 0x00, 0x00, -+0x7F, 0x64, 0xF1, 0x87, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, -+0x79, 0x02, 0x00, 0x00, 0x00, 0xC1, 0xF8, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, -+0xC3, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x01, 0xF1, 0x85, 0x12, 0x08, 0x79, -+0x40, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, -+0xF1, 0x87, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x3C, 0x90, 0xA4, 0xD3, 0x31, 0xAC, 0xF1, 0x7A, -+0x12, 0x08, 0x79, 0xF0, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xD3, 0x31, 0xAC, 0x12, 0xAA, 0x34, 0x7F, -+0x38, 0xF1, 0x87, 0x12, 0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, -+0x00, 0x08, 0x00, 0x00, 0xF1, 0xCC, 0x60, 0x13, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, -+0xA4, 0x89, 0x12, 0x08, 0x79, 0x01, 0x80, 0x00, 0x00, 0x80, 0x11, 0x12, 0x08, 0x79, 0x03, 0xC0, -+0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x02, 0x00, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, -+0xF1, 0x1A, 0x90, 0xA4, 0xD3, 0xE0, 0x90, 0xA4, 0x85, 0xB4, 0x01, 0x13, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x10, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x10, 0x80, 0x11, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x10, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, -+0x7F, 0x00, 0x7E, 0x0A, 0xE1, 0x13, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, 0xC3, -+0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x02, 0xF1, 0x85, 0x12, 0x08, 0x79, 0x40, -+0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xF1, -+0x87, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x3C, 0x90, 0xA4, 0xD3, 0x31, 0xAC, 0xF1, 0x7A, 0x12, -+0x08, 0x79, 0xF0, 0x00, 0x00, 0x00, 0x90, 0xA4, 0xD3, 0x31, 0xAC, 0x12, 0xAA, 0x34, 0x7F, 0x38, -+0xF1, 0x87, 0x12, 0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, -+0x08, 0x00, 0x00, 0xF1, 0xCC, 0x60, 0x17, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x01, 0x40, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, 0x80, 0x15, 0x12, 0x08, -+0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x01, 0xC0, 0x00, 0x00, 0x7F, -+0x48, 0x7E, 0x08, 0xF1, 0x1A, 0x22, 0x7F, 0x04, 0x7E, 0x0A, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA4, 0x83, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x37, 0xBC, 0x90, 0xA4, 0x8D, 0x12, -+0x08, 0x6D, 0x90, 0xA4, 0x85, 0x12, 0x48, 0xC6, 0x12, 0x08, 0x3A, 0x90, 0xA4, 0x8D, 0xF1, 0xE4, -+0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, 0x48, 0xC6, 0x90, 0xA4, -+0x89, 0xF1, 0xE4, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0xA4, -+0x91, 0x12, 0x08, 0x6D, 0x90, 0xA4, 0x91, 0x12, 0x4D, 0x12, 0x90, 0xA4, 0x83, 0xE0, 0xFE, 0xA3, -+0xE0, 0xFF, 0x12, 0x38, 0x07, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x78, 0x02, 0x12, 0x08, 0x5A, 0x90, -+0xA4, 0x89, 0x12, 0x08, 0x6D, 0x7F, 0xAC, 0x7E, 0x08, 0xF1, 0x1A, 0x90, 0xA4, 0x85, 0x22, 0xEF, -+0xF0, 0x90, 0xA3, 0x47, 0x02, 0x48, 0xC6, 0xEF, 0xF0, 0x90, 0xA3, 0x43, 0x02, 0x48, 0xC6, 0x7D, -+0x02, 0x7F, 0x02, 0xF1, 0xA9, 0x7D, 0x01, 0x7F, 0x02, 0x74, 0x59, 0x12, 0xBA, 0x44, 0xFE, 0xF6, -+0x74, 0x30, 0x02, 0x82, 0x02, 0x12, 0x48, 0x04, 0x90, 0xA3, 0x47, 0x02, 0x08, 0x6D, 0x78, 0x08, -+0x12, 0x08, 0x5A, 0xA8, 0x04, 0xA9, 0x05, 0xAA, 0x06, 0xAB, 0x07, 0x22, 0x7F, 0x64, 0x7E, 0x08, -+0xF1, 0x1A, 0x90, 0xA4, 0xD4, 0x12, 0x48, 0xC6, 0xE4, 0xFF, 0xFE, 0xFD, 0xEC, 0x54, 0x04, 0xFC, -+0x90, 0xA4, 0x85, 0x22, 0x12, 0x48, 0xD2, 0x02, 0x47, 0xF7, 0x12, 0x48, 0xC6, 0x78, 0x10, 0x02, -+0x08, 0x47, 0xE4, 0xF5, 0x22, 0x90, 0xA0, 0xD4, 0xE0, 0xFF, 0xE5, 0x22, 0xC3, 0x9F, 0x40, 0x02, -+0x01, 0xC9, 0xAF, 0x22, 0x12, 0x82, 0x72, 0xEF, 0x70, 0x02, 0x01, 0xC4, 0xE5, 0x22, 0xF1, 0xBA, -+0xE5, 0x22, 0x54, 0x07, 0xFE, 0x74, 0x81, 0x2F, 0x91, 0x0E, 0xE0, 0xFD, 0xAF, 0x06, 0xF1, 0xD2, -+0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0x01, 0xC4, -+0x75, 0xF0, 0x10, 0xE5, 0x22, 0x91, 0x02, 0xE0, 0x20, 0xE7, 0x02, 0x80, 0x10, 0x75, 0xF0, 0x10, -+0xE5, 0x22, 0x90, 0x81, 0x02, 0x12, 0x48, 0xDE, 0xE0, 0xFF, 0x20, 0xE7, 0x09, 0x90, 0x01, 0xC1, -+0xE0, 0x44, 0x20, 0xF0, 0x80, 0x6E, 0xEF, 0x30, 0xE6, 0x23, 0x11, 0xED, 0xE4, 0x12, 0x4F, 0xB0, -+0x7B, 0x01, 0xFA, 0x7D, 0x01, 0x7F, 0x10, 0x12, 0x67, 0xF9, 0x75, 0xF0, 0x10, 0xE5, 0x22, 0x11, -+0xE7, 0x11, 0xD6, 0x12, 0x4D, 0xC2, 0x12, 0x6F, 0xED, 0xE4, 0xFB, 0x80, 0x43, 0x11, 0xCA, 0xE0, -+0x04, 0xF0, 0x11, 0xED, 0x74, 0x92, 0x25, 0x22, 0x71, 0xF5, 0xE0, 0xFF, 0x90, 0xA4, 0x4A, 0xE4, -+0x12, 0xB8, 0x87, 0x7B, 0x01, 0xFA, 0x7D, 0x02, 0x7F, 0x10, 0x12, 0x67, 0xF9, 0x11, 0xCA, 0xE0, -+0xD3, 0x94, 0x01, 0x40, 0x0A, 0xAF, 0x22, 0xB1, 0xC4, 0x11, 0xCA, 0xE4, 0xF0, 0x80, 0x15, 0x75, -+0xF0, 0x10, 0xE5, 0x22, 0x11, 0xE7, 0x11, 0xD6, 0x12, 0x4D, 0xC2, 0x12, 0x6F, 0xED, 0x7B, 0x01, -+0xAF, 0x22, 0x51, 0x82, 0x05, 0x22, 0x02, 0x77, 0xF5, 0x22, 0x74, 0x92, 0x25, 0x22, 0xF5, 0x82, -+0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0xE0, 0xFD, 0x75, 0xF0, 0x04, 0xE5, 0x22, 0x22, 0x90, 0xA2, -+0x91, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x90, 0x81, 0x00, 0x02, 0x48, 0xDE, 0x90, 0xA4, 0x46, -+0xE4, 0xF0, 0xA3, 0xE5, 0x22, 0xF0, 0x24, 0x92, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0xE0, -+0xFF, 0x90, 0xA4, 0x48, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0x8F, 0x1C, 0x8D, 0x1D, 0x74, 0x92, -+0x2F, 0x71, 0xF5, 0x74, 0xFF, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x11, 0xE7, 0xE0, 0xF5, 0x1E, 0x54, -+0x7F, 0xFC, 0xE5, 0x1E, 0x54, 0x80, 0xF5, 0x1F, 0x12, 0x6F, 0xE3, 0xE0, 0xF5, 0x21, 0x75, 0xF0, -+0x04, 0xEF, 0x12, 0x4D, 0xC2, 0xC4, 0x54, 0x03, 0xFB, 0xEC, 0x12, 0x67, 0x91, 0x12, 0x66, 0x8E, -+0xE5, 0x1C, 0xF1, 0x95, 0x74, 0x12, 0x25, 0x1C, 0xB1, 0xBC, 0xE5, 0x1E, 0xF0, 0x75, 0xF0, 0x04, -+0xE5, 0x1C, 0x12, 0x4D, 0xC2, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x20, 0x74, 0x12, 0x25, 0x1C, 0xF1, -+0xC8, 0xE5, 0x20, 0xF0, 0xEC, 0x64, 0x2D, 0x70, 0x2E, 0x75, 0xF0, 0x04, 0xE5, 0x1C, 0x12, 0x4D, -+0xC2, 0xFF, 0x54, 0x03, 0xFE, 0xE5, 0x20, 0xC3, 0x9E, 0x50, 0x1C, 0x75, 0x1E, 0x2C, 0x05, 0x20, -+0xE5, 0x20, 0xF1, 0xC1, 0xFE, 0x75, 0xF0, 0x04, 0xE5, 0x1C, 0x90, 0x96, 0x14, 0x12, 0x48, 0xDE, -+0xEF, 0x54, 0xF3, 0x4E, 0xF0, 0x41, 0x54, 0xBC, 0x2C, 0x05, 0x75, 0x1E, 0x2D, 0x41, 0x54, 0xEC, -+0xC3, 0x95, 0x21, 0x50, 0x65, 0xAF, 0x03, 0xAD, 0x04, 0xF1, 0xA6, 0xAC, 0x07, 0xAF, 0x03, 0xAD, -+0x21, 0xF1, 0xA6, 0x8F, 0x21, 0xEC, 0x04, 0xFD, 0xED, 0xD3, 0x95, 0x21, 0x50, 0x33, 0xED, 0xF1, -+0xBA, 0x75, 0xF0, 0x08, 0xE5, 0x1C, 0x12, 0x4F, 0xC1, 0xE0, 0xF5, 0x82, 0x75, 0x83, 0x00, 0xED, -+0x54, 0x07, 0xF1, 0xD1, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEE, 0x55, -+0x83, 0xFE, 0xEF, 0x55, 0x82, 0x4E, 0x60, 0x06, 0xAC, 0x05, 0x8C, 0x1E, 0x80, 0x03, 0x0D, 0x80, -+0xC7, 0xAF, 0x03, 0xAD, 0x1E, 0xF1, 0xDA, 0x8F, 0x1E, 0x71, 0xF1, 0xE0, 0xFD, 0xF4, 0x60, 0x54, -+0xAF, 0x03, 0xF1, 0xDA, 0x71, 0xF1, 0xEF, 0xF0, 0x80, 0x4A, 0xEC, 0x65, 0x21, 0x70, 0x3A, 0x75, -+0xF0, 0x04, 0xE5, 0x1C, 0x12, 0x4F, 0x45, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x0C, 0xE5, 0x1E, -+0x20, 0xE7, 0x07, 0xEC, 0x44, 0x80, 0xF5, 0x1E, 0x80, 0x2A, 0xE5, 0x1C, 0x12, 0xA6, 0x20, 0x12, -+0xB9, 0x84, 0xF0, 0xB1, 0xA2, 0xE5, 0x1C, 0xF0, 0xE4, 0x90, 0xA4, 0x4A, 0x12, 0x4F, 0xB1, 0x7B, -+0x01, 0xFA, 0x7D, 0x02, 0x7F, 0x04, 0x02, 0x67, 0xF9, 0x74, 0x12, 0x25, 0x1C, 0xB1, 0xBC, 0xE5, -+0x21, 0xF0, 0xF5, 0x1E, 0xB1, 0xA2, 0xE5, 0x1E, 0xF0, 0x74, 0x92, 0x25, 0x1C, 0xF5, 0x82, 0xE4, -+0x34, 0x9B, 0x11, 0xFD, 0xA3, 0xE4, 0xF0, 0xA3, 0xE5, 0x20, 0x12, 0xBA, 0x5C, 0xF0, 0x7B, 0x01, -+0x7A, 0x00, 0x7D, 0x05, 0x7F, 0x04, 0x12, 0x67, 0xF9, 0x85, 0x20, 0x73, 0xAB, 0x1D, 0xAD, 0x1E, -+0xAF, 0x1C, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x70, 0x8D, 0x71, 0x8B, 0x72, 0xE4, -+0x90, 0xA4, 0xBB, 0xF0, 0xE5, 0x70, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA4, 0xB6, 0xF0, 0xE5, -+0x70, 0x54, 0x07, 0x90, 0xA4, 0xB8, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0x91, 0x02, 0xE0, 0x90, 0xA4, -+0xB9, 0xF0, 0x12, 0x6F, 0xE3, 0xE0, 0x54, 0x7F, 0x90, 0xA4, 0xBC, 0xF0, 0x75, 0xF0, 0x04, 0xE5, -+0x70, 0x12, 0x6E, 0x39, 0xE0, 0x90, 0xA4, 0xBD, 0xF0, 0xB1, 0xB1, 0xF0, 0xE5, 0x72, 0x70, 0x30, -+0x90, 0xA4, 0x60, 0xF0, 0xFB, 0xAF, 0x70, 0x12, 0xA4, 0xD7, 0x90, 0xA4, 0xB7, 0xE0, 0xFF, 0x12, -+0x67, 0xE4, 0x12, 0x96, 0xD2, 0xFD, 0xEF, 0x12, 0x67, 0x91, 0xF5, 0x83, 0x74, 0x01, 0x93, 0x2D, -+0xFF, 0xE4, 0x93, 0x3C, 0xC3, 0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xE5, 0x70, 0xF1, 0x95, 0x80, 0x1A, -+0xE5, 0x72, 0xB4, 0x01, 0x15, 0x90, 0x9F, 0x1A, 0xE0, 0x60, 0x0F, 0x90, 0xA4, 0x60, 0x74, 0x05, -+0xF0, 0xE4, 0xFB, 0xAD, 0x71, 0xAF, 0x70, 0x12, 0xA4, 0xD7, 0x90, 0xA4, 0xBC, 0xE0, 0xFF, 0x90, -+0xA4, 0xB7, 0xE0, 0xFE, 0xD3, 0x9F, 0x40, 0x0B, 0xE5, 0x71, 0x54, 0x80, 0xFD, 0xEF, 0x4D, 0xF5, -+0x71, 0x80, 0x0C, 0x90, 0xA4, 0xBD, 0xE0, 0xFF, 0xEE, 0xC3, 0x9F, 0x50, 0x02, 0x8F, 0x71, 0xB1, -+0xB1, 0xF0, 0xE5, 0x71, 0x54, 0x80, 0x90, 0xA4, 0xBA, 0xF0, 0xE5, 0x72, 0x70, 0x1F, 0x91, 0x08, -+0xC0, 0x83, 0xC0, 0x82, 0x12, 0x9D, 0x0E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xD0, -+0x82, 0xD0, 0x83, 0xF0, 0x90, 0xA4, 0xB9, 0xE0, 0x54, 0x7F, 0xF0, 0x80, 0x3B, 0x91, 0x08, 0xC0, -+0x83, 0xC0, 0x82, 0x12, 0x9D, 0x0E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xD0, 0x82, 0xD0, -+0x83, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x70, 0x90, 0x81, 0x01, 0x12, 0x57, 0xB2, 0xFF, 0x90, 0xA4, -+0xB9, 0xF0, 0x90, 0xA4, 0xB7, 0xE0, 0x90, 0x43, 0x03, 0x93, 0xFE, 0x33, 0x33, 0x33, 0x54, 0xF8, -+0x4F, 0x90, 0xA4, 0xB9, 0xF0, 0x44, 0x80, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x70, 0x11, 0xE7, 0xE5, -+0x71, 0xF0, 0xE5, 0x70, 0x70, 0x06, 0x90, 0x01, 0xC8, 0xE5, 0x71, 0xF0, 0x90, 0xA4, 0xB9, 0xE0, -+0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x70, 0x91, 0x02, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x70, 0x12, -+0x8B, 0xD5, 0xE0, 0x54, 0xFC, 0xFF, 0xE5, 0x73, 0x54, 0x03, 0x4F, 0xFF, 0x75, 0xF0, 0x10, 0xE5, -+0x70, 0x12, 0x8B, 0xD5, 0xEF, 0xF0, 0x7D, 0x01, 0xAF, 0x70, 0x91, 0x16, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x74, 0x92, 0x25, 0x1C, 0xF5, 0x82, 0xE4, 0x34, 0x9B, 0xF5, 0x83, 0x22, 0x75, 0xF0, 0x10, -+0xE5, 0x0F, 0x90, 0x81, 0x01, 0x02, 0x48, 0xDE, 0x90, 0xA4, 0xB6, 0xE0, 0x24, 0x81, 0xF5, 0x82, -+0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xED, 0x60, 0x42, -+0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x01, 0x91, 0x7D, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, -+0x03, 0x91, 0x7D, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x05, 0x91, 0x7D, 0xF0, 0x75, 0xF0, -+0x0A, 0xEF, 0x90, 0x8D, 0x07, 0x91, 0x7D, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x09, 0x91, -+0x7D, 0xF0, 0xEF, 0x12, 0xB8, 0xC5, 0xE4, 0xF0, 0xA3, 0xF0, 0x74, 0x91, 0x2F, 0x12, 0xB8, 0xE7, -+0xE4, 0xF0, 0xB1, 0x8E, 0xE0, 0x54, 0xBF, 0x44, 0x80, 0xFE, 0xB1, 0x8E, 0xEE, 0xF0, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x90, 0x8D, 0x01, 0x12, 0x48, 0xDE, 0x75, 0xF0, 0x02, 0xEF, 0x12, 0x48, 0xDE, -+0xE4, 0xF0, 0xA3, 0x22, 0x90, 0xA3, 0x61, 0xEF, 0xF0, 0x90, 0xA0, 0xD4, 0xE0, 0x90, 0xA3, 0xE3, -+0xF0, 0xE4, 0x90, 0xA3, 0x62, 0xF0, 0x90, 0xA3, 0xE3, 0xE0, 0xFE, 0x90, 0xA3, 0x62, 0xE0, 0xFF, -+0xC3, 0x9E, 0x50, 0x2C, 0xE0, 0xFE, 0xB1, 0x98, 0xE4, 0xF0, 0x75, 0xF0, 0x10, 0xEE, 0xB1, 0x92, -+0xE0, 0x30, 0xE7, 0x09, 0x74, 0x81, 0x2F, 0xB1, 0xA9, 0xE4, 0xF0, 0x80, 0x0B, 0xF1, 0xED, 0x90, -+0xA3, 0x62, 0xE0, 0xB1, 0x98, 0x74, 0x01, 0xF0, 0x90, 0xA3, 0x62, 0xE0, 0x04, 0xF0, 0x80, 0xC6, -+0x7F, 0x0C, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0xE4, 0x90, 0xA3, 0x62, 0xF0, 0x90, 0xA3, 0xE3, 0xE0, -+0xFF, 0x90, 0xA3, 0x62, 0xE0, 0xFE, 0xC3, 0x9F, 0x40, 0x02, 0xA1, 0x8D, 0x74, 0x63, 0x2E, 0xB1, -+0x9A, 0xE0, 0x70, 0x02, 0xA1, 0x85, 0x75, 0xF0, 0x10, 0xEE, 0x90, 0x81, 0x06, 0x12, 0x48, 0xDE, -+0xE0, 0xFD, 0x75, 0xF0, 0x10, 0xEE, 0x90, 0x81, 0x07, 0x12, 0xB9, 0xA8, 0xFC, 0x25, 0xE0, 0x24, -+0x01, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0xF1, 0x9E, 0x75, 0xF0, 0x10, 0xEC, 0x90, 0x81, 0x0A, 0x12, -+0x48, 0xDE, 0xE0, 0xFD, 0x75, 0xF0, 0x10, 0xEC, 0x90, 0x81, 0x0B, 0x12, 0xB9, 0xA8, 0x75, 0xF0, -+0x0A, 0x90, 0x8D, 0x01, 0x12, 0x6E, 0x4F, 0x7F, 0x01, 0x90, 0xA3, 0x62, 0xE0, 0xFE, 0x75, 0xF0, -+0x10, 0x90, 0x81, 0x0B, 0x12, 0x4F, 0xC4, 0xE0, 0xFD, 0x75, 0xF0, 0x0A, 0xEE, 0x91, 0x73, 0xED, -+0xF0, 0x0F, 0xEF, 0xB4, 0x05, 0xE3, 0x90, 0xA3, 0x62, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0x90, 0x81, -+0x09, 0x12, 0x48, 0xDE, 0xE0, 0xFE, 0x74, 0x91, 0x2F, 0x12, 0xB8, 0xE7, 0xEE, 0xF0, 0x90, 0xA3, -+0x62, 0xE0, 0xFF, 0x90, 0xA3, 0x61, 0xE0, 0xFD, 0x91, 0x16, 0x90, 0xA3, 0x62, 0xE0, 0x24, 0x81, -+0xB1, 0xA9, 0x74, 0x01, 0xF0, 0x90, 0xA3, 0x62, 0xE0, 0x04, 0xF0, 0x81, 0xDC, 0x22, 0x75, 0xF0, -+0x10, 0xEF, 0x90, 0x81, 0x03, 0x02, 0x48, 0xDE, 0x24, 0x63, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0xF5, -+0x83, 0x22, 0x90, 0xA4, 0x46, 0xE4, 0xF0, 0xA3, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, -+0x22, 0xE5, 0x71, 0x54, 0x7F, 0x90, 0xA4, 0xB7, 0x22, 0x74, 0x12, 0x2F, 0xF5, 0x82, 0xE4, 0x34, -+0x9E, 0xF5, 0x83, 0x22, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4D, 0xC2, 0xF9, 0x12, 0x6F, 0xE3, 0xE0, -+0xFC, 0xB1, 0xB9, 0xE0, 0x54, 0x7F, 0xFD, 0x74, 0x12, 0x2F, 0xF1, 0xC8, 0xE0, 0xFE, 0xF1, 0xC1, -+0xFB, 0x75, 0xF0, 0x04, 0xEF, 0x90, 0x96, 0x14, 0x12, 0x48, 0xDE, 0xE9, 0x54, 0xF3, 0x4B, 0xF0, -+0xED, 0xD3, 0x9C, 0x40, 0x02, 0xAD, 0x04, 0xB1, 0xB9, 0xE0, 0x54, 0x80, 0x42, 0x05, 0x8E, 0x73, -+0xE4, 0xFB, 0x41, 0x82, 0x90, 0xA2, 0x98, 0xEB, 0xF0, 0xA9, 0x05, 0x90, 0xA2, 0x97, 0xEF, 0xF0, -+0xFD, 0xE0, 0xFE, 0x75, 0xF0, 0x10, 0x11, 0xE7, 0xE0, 0xF5, 0x1C, 0x54, 0x7F, 0xF5, 0x1E, 0x75, -+0xF0, 0x04, 0xEE, 0x12, 0x6E, 0x39, 0xE0, 0xFA, 0x12, 0xBA, 0x64, 0x12, 0x6F, 0xE7, 0xE0, 0xFC, -+0x75, 0xF0, 0x04, 0xEE, 0x12, 0x4D, 0xC2, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x1D, 0xE5, 0x1E, 0x12, -+0x67, 0xE4, 0x12, 0x66, 0x8E, 0xED, 0xF1, 0x95, 0x75, 0xF0, 0x04, 0xED, 0x12, 0x4D, 0xC2, 0xC4, -+0x54, 0x03, 0x90, 0xA2, 0x99, 0xF0, 0x74, 0x12, 0x2D, 0xB1, 0xBC, 0xE5, 0x1E, 0xF0, 0x74, 0x12, -+0x2D, 0xF1, 0xC8, 0xE5, 0x1D, 0xF0, 0xE5, 0x1E, 0xD3, 0x9C, 0x40, 0x06, 0x8C, 0x1E, 0xAF, 0x04, -+0x8F, 0x1C, 0xE9, 0x70, 0x02, 0xE1, 0x68, 0xAF, 0x01, 0x8F, 0x1F, 0xE5, 0x1C, 0x30, 0xE7, 0x05, -+0x85, 0x1E, 0x1C, 0x15, 0x1F, 0xE5, 0x1F, 0x70, 0x02, 0xE1, 0x68, 0x90, 0xA2, 0x97, 0xE0, 0xFF, -+0xAD, 0x1C, 0x12, 0xA3, 0xB8, 0xEF, 0xF4, 0x60, 0x0A, 0x8F, 0x1C, 0x15, 0x1F, 0xE5, 0x1F, 0x70, -+0x02, 0xE1, 0x68, 0xE5, 0x1C, 0x64, 0x2C, 0x70, 0x27, 0xE5, 0x1D, 0xD3, 0x94, 0x00, 0x40, 0x20, -+0xE5, 0x1D, 0xD3, 0x94, 0x02, 0x50, 0x19, 0x15, 0x1D, 0x75, 0x1C, 0x2D, 0xE5, 0x1D, 0xF1, 0xC1, -+0xFF, 0x12, 0xBA, 0x64, 0x12, 0x4D, 0xC2, 0x54, 0xF3, 0x4F, 0xF0, 0xD5, 0x1F, 0x19, 0xE1, 0x68, -+0xE5, 0x1C, 0xB4, 0x2D, 0x12, 0xE5, 0x1D, 0xD3, 0x94, 0x02, 0x50, 0x0B, 0x75, 0x1C, 0x2C, 0x15, -+0x1F, 0xE5, 0x1F, 0x70, 0x02, 0xE1, 0x68, 0xE5, 0x1F, 0x60, 0x7D, 0xE5, 0x1E, 0xD3, 0x9A, 0x40, -+0x73, 0xE4, 0x90, 0xA2, 0x9A, 0xF0, 0x90, 0xA2, 0x99, 0xE0, 0xFF, 0xAD, 0x1E, 0xF1, 0xA6, 0x8F, -+0x1E, 0x85, 0x1E, 0x1C, 0xE0, 0xFF, 0xAD, 0x02, 0xF1, 0xA6, 0xAA, 0x07, 0xA9, 0x1C, 0xE5, 0x1E, -+0x14, 0xFB, 0xEB, 0xC3, 0x9A, 0x40, 0x3C, 0xEB, 0xF1, 0xBA, 0x90, 0xA2, 0x97, 0x12, 0x4F, 0xBD, -+0xE0, 0xFD, 0x7C, 0x00, 0xEB, 0x54, 0x07, 0xF1, 0xD1, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, -+0xD8, 0xF9, 0x12, 0xB9, 0xB4, 0x60, 0x19, 0xE5, 0x1E, 0xA9, 0x03, 0xB4, 0x14, 0x02, 0x79, 0x0C, -+0x90, 0xA2, 0x9A, 0xE0, 0x04, 0xF0, 0xE0, 0x65, 0x1F, 0x60, 0x08, 0xE9, 0xD3, 0x9A, 0x40, 0x03, -+0x1B, 0x80, 0xBF, 0xAF, 0x01, 0x8F, 0x1C, 0x90, 0xA2, 0x99, 0xE0, 0xFF, 0xAD, 0x1C, 0xF1, 0xDA, -+0x8F, 0x1C, 0x80, 0x04, 0xAF, 0x02, 0x8F, 0x1C, 0x90, 0xA2, 0x97, 0xE0, 0xFF, 0xB1, 0xA2, 0xEF, -+0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0xE5, 0x1C, 0x12, 0xBA, 0x5C, 0x12, 0xB8, 0x8A, 0x7B, 0x01, 0xFA, -+0x7D, 0x05, 0x7F, 0x08, 0x12, 0x67, 0xF9, 0x90, 0xA2, 0x97, 0xE0, 0xFF, 0x85, 0x1D, 0x73, 0xE4, -+0xFB, 0xAD, 0x1C, 0x41, 0x82, 0x25, 0xE0, 0x24, 0x91, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0xEF, 0x60, 0x0A, 0xED, 0xC3, 0x94, 0x2C, 0x40, 0x04, 0x7E, -+0x20, 0x80, 0x02, 0xE4, 0xFE, 0xC3, 0xED, 0x9E, 0xFF, 0x22, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFF, -+0x22, 0x54, 0x03, 0x25, 0xE0, 0x25, 0xE0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, 0x83, 0x22, -+0xE0, 0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x07, 0x08, 0x22, 0xEF, 0x60, 0x0A, 0xED, 0xD3, 0x94, -+0x0B, 0x40, 0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, 0xED, 0x2E, 0xFF, 0x22, 0xB1, 0x8E, 0xE0, -+0x44, 0x40, 0xF0, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, -+0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x12, 0xA1, 0x08, 0xE5, 0x65, 0x30, 0xE1, 0x03, 0x12, 0xA2, 0xDD, 0xE5, 0x65, 0x30, 0xE2, -+0x02, 0xB1, 0x1D, 0xE5, 0x65, 0x30, 0xE4, 0x03, 0x12, 0xA2, 0xE9, 0xE5, 0x65, 0x30, 0xE5, 0x03, -+0x12, 0xA2, 0xF8, 0xE5, 0x66, 0x30, 0xE0, 0x03, 0x12, 0x8A, 0xCE, 0xE5, 0x67, 0x30, 0xE1, 0x02, -+0xD1, 0xB5, 0xE5, 0x67, 0x30, 0xE0, 0x03, 0x12, 0xA1, 0xC1, 0xE5, 0x67, 0x30, 0xE4, 0x03, 0x12, -+0xA2, 0xF9, 0xE5, 0x68, 0x30, 0xE1, 0x05, 0x7F, 0x04, 0x12, 0x9C, 0xFF, 0xE5, 0x68, 0x30, 0xE4, -+0x02, 0x11, 0x8E, 0xE5, 0x68, 0x30, 0xE5, 0x03, 0x12, 0x8F, 0x5C, 0xE5, 0x68, 0x30, 0xE6, 0x03, -+0x12, 0xA3, 0x0F, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, -+0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x71, 0xC9, -+0x31, 0x06, 0x90, 0xA1, 0x43, 0xE0, 0x30, 0xE0, 0x16, 0x12, 0xBA, 0x2C, 0xF0, 0x90, 0xA1, 0x46, -+0xE0, 0x60, 0x05, 0x14, 0xF0, 0x02, 0x5F, 0xDF, 0x12, 0x9B, 0xAA, 0xE4, 0xFF, 0x11, 0xB0, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x64, 0x01, 0x70, 0x1A, 0x51, 0x59, 0x60, 0x0A, -+0x11, 0xF8, 0x51, 0x11, 0x12, 0xBA, 0x2C, 0xF0, 0x80, 0x07, 0x11, 0xF8, 0x31, 0xF9, 0x12, 0x77, -+0x9F, 0x12, 0x5F, 0xDF, 0x80, 0x19, 0x51, 0x59, 0x60, 0x06, 0x11, 0xF8, 0x51, 0x11, 0x80, 0x04, -+0x11, 0xF8, 0x31, 0xF9, 0x31, 0x06, 0x7D, 0x01, 0x7F, 0x02, 0x31, 0x0A, 0x12, 0xB7, 0xE5, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x90, 0x01, 0x3F, 0x74, 0x10, 0xF0, 0xFD, 0x7F, 0x03, 0x22, 0xF0, -+0x7D, 0x01, 0x7F, 0x02, 0x31, 0x0A, 0x7D, 0x02, 0x7F, 0x02, 0x74, 0x59, 0x2F, 0xF8, 0xE6, 0x4D, -+0xFE, 0xF6, 0x74, 0x30, 0x41, 0x02, 0x90, 0x05, 0x62, 0xE0, 0xFE, 0x90, 0x05, 0x61, 0xE0, 0xFD, -+0xED, 0x78, 0x02, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA3, 0x43, 0xEE, 0xF0, -+0xA3, 0xEF, 0xF0, 0x71, 0xC1, 0x60, 0x02, 0x21, 0xED, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x02, 0x21, -+0xED, 0x51, 0x69, 0x64, 0x01, 0x70, 0x22, 0x90, 0x06, 0xAB, 0xE0, 0x90, 0xA0, 0xE6, 0xF0, 0x90, -+0x06, 0xAA, 0xE0, 0x90, 0xA0, 0xE5, 0xF0, 0xA3, 0xE0, 0xFF, 0x70, 0x08, 0x90, 0xA0, 0xE5, 0xE0, -+0xFE, 0xFF, 0x80, 0x00, 0x90, 0xA0, 0xE6, 0xEF, 0xF0, 0x12, 0x88, 0x6A, 0xE4, 0x90, 0xA0, 0xE8, -+0x12, 0xB9, 0x21, 0x91, 0xF7, 0xB1, 0xBB, 0x54, 0xEF, 0xF0, 0x51, 0x69, 0x24, 0xFD, 0x50, 0x02, -+0x80, 0x0F, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x05, 0x12, 0x8D, 0xD3, 0x80, 0x03, 0x12, 0x8E, -+0x44, 0xD1, 0x03, 0x30, 0xE0, 0x55, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x20, 0xE0, 0x21, 0x51, -+0x61, 0x6F, 0x70, 0x47, 0x90, 0xA0, 0xDB, 0xE0, 0x44, 0x40, 0xF0, 0x12, 0xBA, 0x34, 0x11, 0xF4, -+0x51, 0x11, 0x12, 0x77, 0xA5, 0x12, 0xBA, 0x1D, 0x90, 0xA0, 0xE6, 0xE0, 0x14, 0xF0, 0x80, 0x2B, -+0x90, 0xA0, 0xDD, 0xE0, 0xC4, 0x54, 0x0F, 0x64, 0x01, 0x70, 0x20, 0x51, 0x61, 0xFE, 0x6F, 0x60, -+0x1A, 0x90, 0x05, 0x73, 0xE0, 0xFF, 0xEE, 0x6F, 0x60, 0x11, 0x90, 0xA0, 0xDB, 0xB1, 0xFC, 0x30, -+0xE0, 0x09, 0xEF, 0x54, 0xBF, 0x11, 0xF4, 0x31, 0xF9, 0x31, 0x00, 0x51, 0x19, 0x90, 0xA0, 0xD5, -+0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x02, 0x51, 0x19, 0x22, 0x74, 0x61, 0x12, 0xBA, 0x44, 0xFE, 0xF6, -+0x74, 0x38, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x01, 0xF5, 0x83, 0xEE, 0xF0, 0x22, 0x7D, 0x03, 0x7F, -+0x02, 0x74, 0x61, 0x2F, 0xF8, 0xE6, 0x4D, 0x80, 0xE5, 0x90, 0xA0, 0xDB, 0xE0, 0x44, 0x04, 0xF0, -+0x22, 0x90, 0x01, 0x36, 0x74, 0x78, 0xF0, 0xA3, 0x74, 0x02, 0xF0, 0x7D, 0x78, 0xFF, 0x31, 0x0A, -+0x7D, 0x02, 0x7F, 0x03, 0x31, 0x0A, 0x90, 0x06, 0x0A, 0xE0, 0x44, 0x07, 0x12, 0xB9, 0x21, 0xE4, -+0xFF, 0x51, 0x72, 0xBF, 0x01, 0x10, 0xB1, 0x5D, 0x90, 0xA0, 0xE2, 0xE0, 0x20, 0xE2, 0x09, 0x7D, -+0x01, 0x7F, 0x04, 0x02, 0x58, 0xE9, 0x51, 0x19, 0x22, 0x90, 0xA1, 0x45, 0xE0, 0x90, 0x01, 0x3F, -+0x22, 0x90, 0xA0, 0xE5, 0xE0, 0xFF, 0xA3, 0xE0, 0x22, 0x90, 0xA0, 0xDD, 0xE0, 0xFF, 0xC4, 0x54, -+0x0F, 0x22, 0x12, 0x9A, 0xF4, 0x12, 0x9A, 0x86, 0xE0, 0xFD, 0x7C, 0x00, 0x12, 0x7F, 0xD2, 0x80, -+0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, 0xB9, 0xB4, 0x7F, 0x00, 0x60, 0x02, 0x7F, -+0x01, 0x22, 0xEF, 0x70, 0x39, 0x7D, 0x78, 0x7F, 0x02, 0x12, 0x77, 0xA9, 0x7D, 0x02, 0x7F, 0x03, -+0x12, 0x77, 0xA9, 0x7D, 0xC8, 0x7F, 0x02, 0x31, 0xF9, 0x91, 0xF7, 0xF0, 0xE4, 0xFF, 0x51, 0x72, -+0xEF, 0x70, 0x0A, 0x91, 0x72, 0x54, 0xBF, 0xF0, 0x54, 0x7F, 0xF0, 0x80, 0x07, 0x7D, 0x01, 0x7F, -+0x0C, 0x12, 0x58, 0xE9, 0x91, 0x77, 0x90, 0x06, 0x0A, 0xE0, 0x54, 0xF8, 0xF0, 0x22, 0x41, 0x21, -+0xE4, 0xF5, 0x22, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x02, 0x61, 0xAE, 0x71, 0xC1, 0x60, 0x02, 0x61, -+0xAE, 0x12, 0x71, 0x93, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, -+0x05, 0x62, 0x12, 0x71, 0xAC, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x71, -+0xAC, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0xB9, -+0x2C, 0x51, 0x69, 0x60, 0x22, 0x24, 0xFE, 0x60, 0x03, 0x04, 0x70, 0x1E, 0x90, 0xA0, 0xE6, 0xE0, -+0x14, 0xF0, 0xE0, 0xFF, 0x60, 0x06, 0x90, 0xA0, 0xE8, 0xE0, 0x60, 0x0E, 0xEF, 0x70, 0x08, 0x90, -+0xA0, 0xE5, 0xE0, 0xA3, 0xF0, 0x80, 0x00, 0x75, 0x22, 0x01, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, -+0x11, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x03, 0xE4, 0xF5, 0x22, 0x91, 0x66, 0xEF, 0x70, 0x02, -+0xF5, 0x22, 0xE5, 0x22, 0x60, 0x48, 0x90, 0xA0, 0xE3, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0xA0, 0xE8, -+0xE0, 0x60, 0x04, 0x64, 0x01, 0x70, 0x14, 0xE4, 0x90, 0xA4, 0xD0, 0xF0, 0x90, 0xA0, 0xE8, 0xE0, -+0x71, 0xBA, 0x12, 0x50, 0x10, 0x90, 0xA0, 0xE8, 0xE0, 0x80, 0x13, 0xE4, 0x90, 0xA4, 0xD0, 0x71, -+0xAF, 0x12, 0x50, 0x10, 0x90, 0xA0, 0xE8, 0xE0, 0x75, 0xF0, 0x03, 0xA4, 0x24, 0xFE, 0x71, 0xBA, -+0x90, 0xA0, 0xF8, 0xF0, 0x90, 0xA0, 0xE2, 0xE0, 0x20, 0xE2, 0x03, 0x12, 0x58, 0xE5, 0x22, 0xF0, -+0x90, 0xA0, 0xE8, 0xE0, 0x75, 0xF0, 0x03, 0xA4, 0x24, 0xFE, 0xFF, 0x90, 0xA0, 0xE7, 0xE0, 0x2F, -+0x22, 0xE4, 0xFF, 0x51, 0x72, 0xEF, 0x64, 0x01, 0x22, 0xE4, 0x90, 0xA3, 0x53, 0xF0, 0x90, 0xA0, -+0xDF, 0xE0, 0x70, 0x02, 0x81, 0x65, 0x71, 0xC1, 0x60, 0x02, 0x81, 0x65, 0x12, 0xBA, 0x34, 0x12, -+0x71, 0x92, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, -+0x12, 0x71, 0xAC, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, -+0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x71, 0xAC, 0x78, -+0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0xB9, 0x2C, 0x90, -+0xA3, 0x53, 0x74, 0x01, 0xF0, 0xE4, 0x90, 0xA0, 0xE6, 0xF0, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, -+0x15, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x05, 0xE4, 0x90, 0xA3, 0x53, 0xF0, 0x91, 0x66, 0xEF, -+0x70, 0x04, 0x90, 0xA3, 0x53, 0xF0, 0x90, 0xA3, 0x53, 0xE0, 0x60, 0x19, 0x90, 0xA0, 0xE3, 0xE0, -+0x44, 0x10, 0x12, 0x8F, 0x9D, 0x90, 0xA0, 0xE7, 0x12, 0x50, 0x0F, 0x90, 0xA0, 0xE2, 0xE0, 0x20, -+0xE2, 0x03, 0x12, 0x58, 0xE5, 0x22, 0x90, 0x05, 0x43, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, -+0x01, 0x22, 0x12, 0x4B, 0xEF, 0x91, 0xDA, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xF7, 0xF0, 0x22, 0x8B, -+0x0F, 0x8A, 0x10, 0x89, 0x11, 0x12, 0x6F, 0x08, 0xFF, 0xF5, 0x13, 0x12, 0x06, 0x89, 0xFE, 0xC3, -+0x13, 0x30, 0xE0, 0x07, 0x12, 0x6D, 0x9A, 0xF5, 0x14, 0x80, 0x02, 0x8F, 0x14, 0x85, 0x13, 0x12, -+0xE5, 0x12, 0xD3, 0x95, 0x14, 0x50, 0x20, 0x12, 0x99, 0xF2, 0x54, 0x01, 0xFD, 0xAF, 0x12, 0x12, -+0x9A, 0x4B, 0xAF, 0x12, 0x51, 0x72, 0xEF, 0xAF, 0x12, 0x70, 0x05, 0x12, 0x8F, 0x8B, 0x80, 0x03, -+0x12, 0x8F, 0x87, 0x05, 0x12, 0x80, 0xD9, 0xE5, 0x13, 0x70, 0x0E, 0xFF, 0x51, 0x72, 0xEF, 0x70, -+0x08, 0x91, 0x72, 0x54, 0xBF, 0xF0, 0x54, 0x7F, 0xF0, 0x22, 0x12, 0x8B, 0x1B, 0x12, 0x8B, 0x2E, -+0x7D, 0x0C, 0x7F, 0x01, 0x02, 0x5B, 0x1E, 0x71, 0xC1, 0x70, 0x0B, 0x90, 0xA0, 0xDF, 0xE0, 0x60, -+0x05, 0x91, 0xF7, 0x12, 0x50, 0x06, 0x22, 0x90, 0x01, 0x57, 0xE4, 0xF0, 0x90, 0x01, 0x3C, 0x74, -+0x02, 0x22, 0x71, 0xC1, 0x70, 0x16, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x10, 0x91, 0xF7, 0xF0, 0x90, -+0xA0, 0xDA, 0xE0, 0xB1, 0xB9, 0x54, 0x07, 0x70, 0x03, 0x12, 0x58, 0xD0, 0x22, 0x90, 0xA0, 0xDF, -+0xE0, 0x60, 0x11, 0x90, 0x06, 0x92, 0xE0, 0x30, 0xE1, 0x05, 0x12, 0x8F, 0x0D, 0x80, 0x05, 0x91, -+0x77, 0x12, 0x58, 0xD0, 0x90, 0xA1, 0x53, 0xE0, 0xB4, 0x01, 0x03, 0x12, 0x50, 0x4D, 0x22, 0x90, -+0x01, 0x57, 0xE0, 0x60, 0x17, 0x91, 0xFA, 0xF0, 0xB1, 0xF9, 0x30, 0xE0, 0x02, 0x80, 0x69, 0xD1, -+0x0E, 0x40, 0x09, 0xE4, 0xFF, 0x51, 0x72, 0xBF, 0x01, 0x02, 0xB1, 0x5D, 0x22, 0x90, 0xA0, 0xDB, -+0xE0, 0x54, 0xFB, 0xF0, 0x22, 0xD1, 0x03, 0x30, 0xE0, 0x0C, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, -+0x30, 0xE0, 0x03, 0x12, 0xBA, 0x1D, 0xB1, 0xF9, 0x30, 0xE0, 0x08, 0xB1, 0xB8, 0x54, 0x07, 0x70, -+0x36, 0x80, 0x31, 0xD1, 0x0E, 0x40, 0x2D, 0x71, 0xC1, 0x70, 0x2C, 0x12, 0x8D, 0xCC, 0x70, 0x04, -+0xB1, 0xC4, 0x80, 0xC9, 0xB1, 0xC4, 0x90, 0xA0, 0xE9, 0xE0, 0x04, 0xF0, 0xE0, 0xD3, 0x94, 0x02, -+0x40, 0x09, 0xB1, 0x5D, 0xE4, 0x90, 0xA0, 0xE9, 0xF0, 0x80, 0x03, 0x12, 0x8D, 0x9C, 0xE4, 0x90, -+0xA0, 0xE8, 0xF0, 0x22, 0x12, 0x58, 0xD0, 0x22, 0xEF, 0x54, 0xFB, 0xF0, 0x90, 0xA0, 0xE3, 0xE0, -+0x54, 0xFD, 0xF0, 0x22, 0xD1, 0x1B, 0x40, 0x30, 0x90, 0xA0, 0xF9, 0xE0, 0x04, 0xF0, 0x90, 0xA1, -+0x3B, 0xE0, 0xFF, 0x90, 0xA0, 0xF9, 0xE0, 0xD3, 0x9F, 0x50, 0x1D, 0x90, 0xA0, 0xF1, 0xE0, 0x04, -+0x71, 0xAF, 0x90, 0xA0, 0xF8, 0xF0, 0xFB, 0x90, 0xA0, 0xF1, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, -+0xA5, 0x00, 0x74, 0x04, 0xF0, 0x12, 0x89, 0xFD, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0xFF, 0x13, 0x13, -+0x54, 0x3F, 0x22, 0x90, 0xA0, 0xDB, 0xE0, 0xFF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0x90, 0xA0, -+0xE8, 0xE0, 0x04, 0xF0, 0x90, 0xA0, 0xE3, 0xE0, 0x54, 0xEF, 0xF0, 0x90, 0xA1, 0x3C, 0xE0, 0xFF, -+0x90, 0xA0, 0xE8, 0xE0, 0xD3, 0x9F, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xFB, 0xF0, 0xE4, 0x90, -+0xA0, 0xE8, 0xF0, 0xA3, 0xF0, 0x90, 0xA0, 0xE3, 0xF0, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xF7, 0xF0, -+0x54, 0xBF, 0x11, 0xFF, 0x7D, 0x10, 0x7F, 0x03, 0x21, 0xF9, 0x90, 0xA2, 0x8F, 0x12, 0x48, 0xF3, -+0xD1, 0x27, 0x90, 0xA0, 0xDF, 0xE0, 0xFF, 0x51, 0x92, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x1C, 0x90, -+0xA2, 0x8F, 0x12, 0x48, 0xEA, 0x12, 0x6F, 0x08, 0x54, 0x0F, 0xFF, 0x12, 0x6D, 0x9A, 0xFD, 0x12, -+0xB6, 0x7A, 0x12, 0x8B, 0x03, 0x74, 0x01, 0xF0, 0x12, 0x89, 0xFD, 0x22, 0xEF, 0x60, 0x35, 0x71, -+0xC1, 0x70, 0x31, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xFE, 0xF0, 0x7D, 0x2B, 0x7F, 0x0F, 0x12, 0x55, -+0x9C, 0x90, 0x06, 0x04, 0xE0, 0x54, 0xBF, 0xF0, 0x12, 0x8C, 0x36, 0xBF, 0x01, 0x10, 0x90, 0xA0, -+0xDA, 0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x06, 0x12, 0x5F, 0xD7, 0x74, 0x06, 0xF0, 0x22, 0x12, 0xA3, -+0x4A, 0x74, 0x08, 0xF0, 0x22, 0x90, 0xA0, 0xD5, 0xE0, 0xFF, 0x30, 0xE0, 0x41, 0x90, 0xA0, 0xD9, -+0xE0, 0x7E, 0x00, 0xB4, 0x02, 0x02, 0x7E, 0x01, 0x90, 0xA0, 0xD8, 0xE0, 0x7D, 0x00, 0xB4, 0x04, -+0x02, 0x7D, 0x01, 0xED, 0x4E, 0x70, 0x27, 0xEF, 0xC3, 0x13, 0x30, 0xE0, 0x05, 0x12, 0xA1, 0xA6, -+0x80, 0x1C, 0xB1, 0x3F, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x0C, 0x06, 0xE4, 0xFD, 0x7F, 0x08, 0x80, -+0x0A, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x04, 0x06, 0xE4, 0xFD, 0xFF, 0x12, 0x58, 0xE9, 0x02, 0x53, -+0xA1, 0xEF, 0x64, 0x01, 0x70, 0x23, 0x12, 0xB7, 0x95, 0x90, 0x01, 0x38, 0xE4, 0x12, 0x4F, 0xB1, -+0x90, 0x01, 0x30, 0x12, 0x4F, 0xB1, 0x90, 0x01, 0x30, 0x74, 0x10, 0xF0, 0x90, 0x01, 0x39, 0x74, -+0x01, 0xF0, 0x90, 0x00, 0x53, 0x74, 0x80, 0xF0, 0x22, 0x12, 0x97, 0xC1, 0x90, 0xA1, 0x4D, 0xE0, -+0x90, 0x01, 0x31, 0xF0, 0x90, 0xA1, 0x4E, 0xE0, 0x90, 0x01, 0x32, 0xF0, 0x90, 0xA1, 0x4F, 0xE0, -+0x90, 0x01, 0x33, 0xF0, 0x90, 0xA1, 0x48, 0xE0, 0x90, 0x01, 0x38, 0xF0, 0x90, 0xA1, 0x4B, 0xE0, -+0x90, 0x01, 0x3B, 0x11, 0xFF, 0x7F, 0x01, 0x12, 0x5A, 0xCB, 0x7E, 0x00, 0x7F, 0x62, 0x7D, 0x00, -+0x7B, 0x01, 0x7A, 0xA0, 0x79, 0xDA, 0x12, 0x08, 0xAA, 0x12, 0x9B, 0x00, 0x12, 0x08, 0xAA, 0x90, -+0xA0, 0xDE, 0x74, 0x02, 0xF0, 0x90, 0xA0, 0xE5, 0x14, 0xF0, 0xA3, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, -+0x90, 0xA0, 0xEB, 0xE4, 0xF0, 0xA3, 0x74, 0x02, 0x12, 0xB9, 0x3D, 0x12, 0xB7, 0xCE, 0xE4, 0xFD, -+0xFF, 0x12, 0x5B, 0x1E, 0x7D, 0x0C, 0x7F, 0x02, 0x12, 0x5B, 0x1E, 0x12, 0x5B, 0x1A, 0x90, 0x9F, -+0x19, 0xE0, 0xB4, 0x01, 0x08, 0x90, 0xA0, 0xEA, 0x74, 0xFF, 0xF0, 0x80, 0x12, 0x90, 0x9F, 0x19, -+0xE0, 0x90, 0xA0, 0xEA, 0xB4, 0x03, 0x05, 0x74, 0xD4, 0xF0, 0x80, 0x03, 0x74, 0x40, 0xF0, 0x90, -+0xA1, 0x3C, 0x74, 0x02, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0xA3, 0xE0, 0x54, 0x01, 0x44, 0x28, 0xF0, -+0xA3, 0x74, 0x07, 0x12, 0xB9, 0x3D, 0x90, 0xA1, 0x47, 0xE0, 0x54, 0xFE, 0xF0, 0x90, 0x01, 0x38, -+0xE0, 0x90, 0xA1, 0x48, 0xF0, 0x90, 0x01, 0x39, 0xE0, 0x90, 0xA1, 0x49, 0xF0, 0x90, 0x01, 0x3A, -+0xE0, 0x90, 0xA1, 0x4A, 0xF0, 0x90, 0x01, 0x3B, 0xE0, 0x90, 0xA1, 0x4B, 0xF0, 0x90, 0x01, 0x30, -+0xE0, 0x90, 0xA1, 0x4C, 0xF0, 0x90, 0x01, 0x31, 0xE0, 0x90, 0xA1, 0x4D, 0xF0, 0x90, 0x01, 0x32, -+0xE0, 0x90, 0xA1, 0x4E, 0xF0, 0x90, 0x01, 0x33, 0xE0, 0x90, 0xA1, 0x4F, 0xF0, 0x7F, 0x01, 0x11, -+0x46, 0x90, 0x05, 0x58, 0x74, 0x02, 0xF0, 0x7E, 0x00, 0xFF, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA1, -+0x79, 0x40, 0x12, 0x08, 0xAA, 0x71, 0x1B, 0x90, 0x06, 0x0A, 0xE0, 0x54, 0xF8, 0xF0, 0x71, 0x2E, -+0xE4, 0x90, 0xA1, 0x42, 0xF0, 0x22, 0xE4, 0xFE, 0x31, 0xCD, 0xE4, 0xF0, 0x0E, 0xEE, 0xB4, 0x2D, -+0xF7, 0xE4, 0x90, 0xA0, 0xF6, 0xF0, 0x90, 0xA0, 0xF5, 0xF0, 0x90, 0xA0, 0xF9, 0xF0, 0xEF, 0xB4, -+0x01, 0x07, 0xA3, 0x74, 0x2D, 0xF0, 0xE4, 0xA3, 0xF0, 0x22, 0x12, 0x71, 0x93, 0x12, 0x48, 0x04, -+0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x12, 0x71, 0xAC, 0x78, 0x10, -+0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x71, 0xAC, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0xA1, 0x2E, 0x12, 0x08, 0x6D, -+0x90, 0xA1, 0x32, 0x12, 0x48, 0xC6, 0x90, 0xA1, 0x2E, 0x71, 0x14, 0x40, 0x3F, 0x90, 0xA0, 0xDA, -+0xE0, 0x90, 0xA1, 0x32, 0x30, 0xE0, 0x0F, 0x31, 0xE0, 0x90, 0xA0, 0xFC, 0xE0, 0x24, 0x04, 0x2F, -+0xFF, 0x90, 0xA1, 0x36, 0x80, 0x05, 0x31, 0xE0, 0x90, 0xA1, 0x37, 0xE0, 0xFE, 0xC3, 0xEF, 0x9E, -+0x90, 0xA3, 0x45, 0xF0, 0x90, 0xA3, 0x45, 0xE0, 0xFF, 0xC3, 0x94, 0x2D, 0x50, 0x0E, 0x74, 0xFD, -+0x2F, 0x31, 0xD0, 0xE0, 0x04, 0xF0, 0x90, 0xA0, 0xF5, 0xE0, 0x04, 0xF0, 0x90, 0xA0, 0xF5, 0xE0, -+0xFF, 0xD3, 0x90, 0xA1, 0x39, 0xE0, 0x9F, 0x90, 0xA1, 0x38, 0xE0, 0x94, 0x00, 0x40, 0x02, 0x21, -+0xCC, 0xE4, 0xFF, 0xFE, 0x31, 0xCD, 0xE0, 0x2F, 0xFF, 0x90, 0xA1, 0x3A, 0xE0, 0xFD, 0xEF, 0xD3, -+0x9D, 0x40, 0x07, 0x90, 0xA3, 0x46, 0xEE, 0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xE5, 0xE4, -+0xFF, 0xFE, 0x31, 0xCD, 0xE0, 0x2F, 0xFF, 0x90, 0xA1, 0x3A, 0xE0, 0xFD, 0xC3, 0x90, 0xA1, 0x39, -+0xE0, 0x9D, 0xFD, 0x90, 0xA1, 0x38, 0xE0, 0x94, 0x00, 0xFC, 0xEF, 0xD3, 0x9D, 0xE4, 0x9C, 0x40, -+0x07, 0x90, 0xA3, 0x47, 0xEE, 0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xD5, 0x90, 0xA3, 0x46, -+0xE0, 0x90, 0xA0, 0xFA, 0xF0, 0x90, 0xA3, 0x47, 0xE0, 0x90, 0xA0, 0xFB, 0x31, 0xD8, 0x94, 0x0A, -+0x40, 0x0A, 0xEF, 0x24, 0xF6, 0x90, 0xA0, 0xF2, 0xF0, 0xE4, 0x80, 0x09, 0xE4, 0x90, 0xA0, 0xF2, -+0x31, 0xD8, 0x74, 0x0A, 0x9F, 0x90, 0xA0, 0xF1, 0xF0, 0x90, 0xA0, 0xFA, 0xE0, 0xFF, 0xA3, 0xE0, -+0xC3, 0x9F, 0x90, 0xA0, 0xF8, 0xF0, 0x90, 0xA0, 0xDA, 0xE0, 0x30, 0xE0, 0x05, 0x90, 0xA1, 0x36, -+0x80, 0x03, 0x90, 0xA1, 0x37, 0xE0, 0x04, 0xFF, 0x90, 0xA0, 0xF8, 0xE0, 0x2F, 0xF0, 0x90, 0xA0, -+0xF8, 0xE0, 0xC3, 0x94, 0x0A, 0x50, 0x03, 0x74, 0x0A, 0xF0, 0x90, 0xA0, 0xF8, 0xE0, 0x24, 0x02, -+0xF0, 0x71, 0x03, 0x74, 0x03, 0xF0, 0x31, 0xFD, 0xE4, 0xFF, 0x11, 0x46, 0x22, 0x74, 0xFD, 0x2E, -+0xF5, 0x82, 0xE4, 0x34, 0xA0, 0xF5, 0x83, 0x22, 0xF0, 0x90, 0xA0, 0xFA, 0xE0, 0xFF, 0xC3, 0x22, -+0x12, 0x48, 0xD2, 0x90, 0xA1, 0x2E, 0x12, 0x48, 0xC6, 0x12, 0x47, 0x9A, 0x78, 0x0A, 0x12, 0x08, -+0x47, 0x90, 0xA0, 0xF7, 0xE0, 0xFE, 0xC3, 0x74, 0x0A, 0x9E, 0x2F, 0xFF, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, 0x90, 0xA0, 0xDB, 0x12, 0x6D, 0xA3, 0x30, 0xE0, 0x02, 0x41, -+0xB7, 0x90, 0xA0, 0xDA, 0xE0, 0x30, 0xE0, 0x16, 0x90, 0xA0, 0xFC, 0xE0, 0x24, 0x04, 0x90, 0xA0, -+0xF4, 0xF0, 0x90, 0xA0, 0xFC, 0xE0, 0x24, 0x03, 0x90, 0xA0, 0xF3, 0xF0, 0x80, 0x0D, 0x90, 0xA0, -+0xF4, 0x74, 0x02, 0xF0, 0x90, 0xA0, 0xF3, 0x14, 0xF0, 0x0B, 0x0B, 0x90, 0xA0, 0xF3, 0xE0, 0xFA, -+0x90, 0xA0, 0xF2, 0xE0, 0xD3, 0x9A, 0x50, 0x0E, 0x90, 0xA0, 0xE7, 0xEB, 0xF0, 0x90, 0xA0, 0xF4, -+0xE0, 0xC3, 0x9D, 0x2C, 0x80, 0x11, 0xC3, 0xED, 0x9A, 0x2B, 0x90, 0xA0, 0xE7, 0xF0, 0x90, 0xA0, -+0xF3, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0xA0, 0xF7, 0xF0, 0x90, 0xA0, 0xF4, 0xE0, 0xFF, -+0x24, 0x0A, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0xA0, 0xF7, 0x51, 0xC3, 0x40, 0x04, 0xEF, 0x24, 0x0A, -+0xF0, 0x90, 0xA0, 0xF7, 0xE0, 0xFF, 0x24, 0x23, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0xA0, 0xE7, 0x51, -+0xC3, 0x40, 0x04, 0xEF, 0x24, 0x23, 0xF0, 0x90, 0xA0, 0xF7, 0xE0, 0xFF, 0x7E, 0x00, 0x90, 0xA0, -+0xEB, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x05, 0x58, 0xE0, 0x6F, 0x70, 0x01, 0xE4, 0x60, 0x03, -+0x12, 0xB9, 0x22, 0x71, 0x23, 0x80, 0x07, 0x90, 0xA0, 0xDC, 0xE0, 0x44, 0x01, 0xF0, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0xE0, 0xD3, 0x9D, 0xEC, 0x64, 0x80, 0xF8, 0x74, 0x80, 0x98, 0x22, 0x12, 0xA3, -+0x54, 0x90, 0xA3, 0x53, 0xEF, 0xF0, 0x30, 0xE0, 0x05, 0x7D, 0x01, 0xE4, 0x80, 0x02, 0xE4, 0xFD, -+0xFF, 0x12, 0x5B, 0x1E, 0x90, 0xA3, 0x53, 0xE0, 0x30, 0xE6, 0x11, 0x90, 0x01, 0x2F, 0xE0, 0x30, -+0xE7, 0x04, 0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x80, 0xF0, 0x71, 0x03, 0x74, 0x02, -+0xF0, 0x21, 0xFD, 0x90, 0xA0, 0xF1, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, 0xA0, 0xF8, 0xE0, 0xFB, -+0x90, 0xA5, 0x00, 0x22, 0x12, 0x48, 0xD2, 0xC3, 0x02, 0x48, 0x27, 0x90, 0x06, 0x04, 0xE0, 0x54, -+0x7F, 0xF0, 0x22, 0x90, 0xA0, 0xDC, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x12, 0x4B, 0xEF, 0xE4, 0xFD, -+0xFF, 0x02, 0x55, 0x9C, 0x71, 0x2E, 0x71, 0x65, 0x02, 0x5F, 0xF1, 0x71, 0x34, 0xF1, 0xA4, 0xE4, -+0x90, 0xA0, 0xD8, 0xF0, 0x22, 0x71, 0x49, 0x80, 0xF4, 0x71, 0x2B, 0x02, 0x5F, 0xF1, 0x71, 0x52, -+0x80, 0xEB, 0x71, 0x2E, 0x02, 0x5F, 0xF1, 0x71, 0x2E, 0x12, 0x5F, 0xD1, 0x71, 0x65, 0x90, 0xA0, -+0xD9, 0x74, 0x04, 0xF0, 0x22, 0x90, 0x05, 0x27, 0xE0, 0x44, 0x40, 0xF0, 0x22, 0x71, 0x65, 0x7D, -+0x23, 0x7F, 0xFF, 0x12, 0x55, 0x9C, 0x12, 0x4B, 0x6E, 0x90, 0xA0, 0xD8, 0x74, 0x02, 0xF0, 0x22, -+0x7D, 0x22, 0x7F, 0xFF, 0x12, 0x55, 0x9C, 0x71, 0x65, 0x90, 0xA0, 0xD8, 0x74, 0x03, 0xF0, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA5, 0x19, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, -+0x44, 0x7F, 0x6F, 0x12, 0x55, 0x9C, 0x12, 0x56, 0x73, 0x90, 0xA5, 0x1A, 0xE0, 0x90, 0xA5, 0x19, -+0xB4, 0x01, 0x0C, 0xE0, 0x75, 0xF0, 0x10, 0x71, 0xD5, 0xE0, 0x44, 0x04, 0xF0, 0x80, 0x0A, 0xE0, -+0x75, 0xF0, 0x10, 0x71, 0xD5, 0xE0, 0x54, 0xFB, 0xF0, 0x71, 0x2E, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x90, 0x81, 0x05, 0x02, 0x48, 0xDE, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA5, 0x2A, 0xEF, 0xF0, 0x90, 0x9F, 0xD2, 0xE0, 0xFF, 0x90, 0x04, 0x1C, 0xE0, -+0x6F, 0x70, 0x3E, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x0E, 0x70, 0x15, 0x90, 0xA5, 0x2A, 0xE0, 0x70, -+0x30, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x06, 0x04, 0x12, 0x5B, 0x16, 0x80, 0x1F, -+0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x06, 0x70, 0x19, 0x90, 0xA5, 0x2A, 0xE0, 0x60, 0x13, 0x90, 0xA0, -+0xDA, 0xE0, 0x54, 0xBF, 0xF0, 0x12, 0xB9, 0xD3, 0xF0, 0x90, 0xA0, 0xE2, 0x74, 0x04, 0xF0, 0x71, -+0x2E, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7D, 0x08, 0xE4, 0xFF, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA4, 0xD8, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x9F, 0x15, 0xE0, 0x04, 0xF0, 0x90, -+0x04, 0x1D, 0xE0, 0x60, 0x2C, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA4, 0xDC, 0xF0, 0x7D, 0x26, 0x12, -+0x56, 0x6F, 0xEF, 0x64, 0x01, 0x70, 0x07, 0x91, 0xE3, 0x20, 0xE0, 0x02, 0xB1, 0x0E, 0x90, 0xA4, -+0xDC, 0xE0, 0xFF, 0x7D, 0x27, 0x12, 0x55, 0x9C, 0x90, 0xA4, 0xD8, 0xE0, 0xFF, 0x71, 0xDB, 0x80, -+0x0E, 0x90, 0xA4, 0xD8, 0xE0, 0xFF, 0x71, 0xDB, 0x91, 0xE3, 0x20, 0xE0, 0x02, 0xB1, 0x0E, 0x12, -+0x57, 0xF2, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x9F, 0xD3, 0xE0, 0xFF, 0x90, 0xA4, -+0xEC, 0x74, 0x0B, 0xF0, 0x7B, 0x08, 0x7D, 0x01, 0x12, 0x57, 0x14, 0x90, 0xA5, 0x02, 0xEE, 0xF0, -+0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA5, 0x01, 0xE0, 0xFF, 0x91, 0xD7, 0x54, 0x3F, 0xF0, 0xEF, -+0x60, 0x0A, 0xB1, 0x7C, 0x44, 0x10, 0x91, 0xD6, 0x44, 0x80, 0xF0, 0x22, 0xB1, 0x7C, 0x54, 0xEF, -+0x91, 0xD6, 0x44, 0x40, 0xF0, 0x22, 0xF0, 0x74, 0x09, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, -+0x83, 0xE0, 0x22, 0x90, 0x9F, 0xD2, 0xE0, 0xFF, 0x90, 0xA4, 0xD9, 0xE0, 0xFB, 0x90, 0xA4, 0xEC, -+0x74, 0x0A, 0xF0, 0x7D, 0x01, 0x12, 0x57, 0x14, 0x90, 0xA4, 0xDA, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, -+0xF0, 0xFD, 0x90, 0xA4, 0xD8, 0xE0, 0xFF, 0x91, 0xBA, 0x90, 0xA1, 0x51, 0xE0, 0x22, 0x90, 0xA4, -+0xDA, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x81, 0x00, 0xE0, 0x54, 0x0F, 0xFD, 0xAC, 0x07, 0xB1, -+0x88, 0x44, 0x01, 0xF0, 0xB1, 0x88, 0x54, 0xFB, 0xF0, 0xAC, 0x07, 0x74, 0x12, 0x2C, 0xB1, 0x94, -+0xE0, 0x44, 0xFA, 0xF0, 0x74, 0x11, 0x2C, 0xF1, 0xB4, 0xE0, 0x44, 0x1F, 0xF0, 0xAC, 0x07, 0x74, -+0x06, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x44, 0x0E, 0xF0, 0x90, 0x04, 0xA7, -+0xE4, 0xF0, 0x90, 0x04, 0xA6, 0xF0, 0x90, 0x04, 0xA5, 0x74, 0xFF, 0xF0, 0x90, 0x04, 0xA4, 0x74, -+0xFD, 0xF0, 0x74, 0x14, 0x2C, 0xB1, 0x74, 0xE0, 0x54, 0xC0, 0x4D, 0xFD, 0x74, 0x14, 0x2F, 0xB1, -+0x74, 0xED, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x29, 0x2D, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x74, 0x0D, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0xE0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0xF1, 0x0D, 0x90, 0xA0, -+0xE2, 0xE0, 0x64, 0x0C, 0x60, 0x05, 0x12, 0x55, 0x92, 0x91, 0x36, 0x22, 0xE4, 0xFF, 0x12, 0x82, -+0x72, 0xBF, 0x01, 0x10, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x0A, 0xB1, 0xCC, 0x64, 0x02, 0x60, 0x02, -+0xC1, 0x85, 0xB1, 0x9C, 0x22, 0x90, 0xA0, 0xE3, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0xA0, 0xDD, 0xE0, -+0x54, 0x0F, 0x22, 0x90, 0x06, 0xA9, 0xE0, 0x90, 0xA3, 0x45, 0xF0, 0xE0, 0xFD, 0x54, 0xC0, 0x70, -+0x04, 0xD1, 0x3C, 0x80, 0x53, 0xED, 0x30, 0xE6, 0x3D, 0x90, 0xA0, 0xDF, 0xE0, 0x64, 0x02, 0x70, -+0x27, 0x90, 0xA0, 0xDA, 0xE0, 0xFF, 0xC3, 0x13, 0x20, 0xE0, 0x09, 0x90, 0xA0, 0xE3, 0xE0, 0x44, -+0x01, 0xF0, 0x80, 0x1A, 0xB1, 0xCC, 0x64, 0x01, 0x70, 0x1E, 0x90, 0xA0, 0xE3, 0xE0, 0x44, 0x04, -+0xF0, 0x7F, 0x01, 0x12, 0x57, 0xB9, 0x80, 0x10, 0xB1, 0xC5, 0x64, 0x02, 0x60, 0x04, 0xD1, 0x85, -+0x80, 0x06, 0xB1, 0x9C, 0x80, 0x02, 0xD1, 0x3C, 0x90, 0xA3, 0x45, 0xE0, 0x90, 0xA0, 0xE3, 0x30, -+0xE7, 0x05, 0x12, 0x50, 0x03, 0x80, 0x72, 0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0xA0, 0xE3, 0xE0, -+0x54, 0xFE, 0xF0, 0x22, 0x90, 0x06, 0xA9, 0xE0, 0xF5, 0x22, 0x54, 0xC0, 0x70, 0x08, 0xD1, 0x3C, -+0x54, 0xFD, 0xF0, 0x02, 0x58, 0xD0, 0xE5, 0x22, 0x30, 0xE6, 0x16, 0x90, 0xA0, 0xDF, 0xE0, 0x64, -+0x01, 0x70, 0x10, 0xB1, 0xC5, 0x64, 0x02, 0x60, 0x04, 0xD1, 0x85, 0x80, 0x06, 0xB1, 0x9C, 0x80, -+0x02, 0xD1, 0x3C, 0xE5, 0x22, 0x90, 0xA0, 0xE3, 0x30, 0xE7, 0x05, 0x12, 0x50, 0x03, 0x80, 0x29, -+0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x1D, 0x90, 0x9F, 0xD1, 0xE0, 0xFF, -+0x90, 0xA4, 0xEC, 0x74, 0x09, 0xF0, 0x7B, 0x18, 0xE4, 0xFD, 0x12, 0x57, 0x14, 0x90, 0xA5, 0x21, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x57, 0xF2, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0x44, 0x04, 0xF0, -+0x22, 0x90, 0xA0, 0xDF, 0xE0, 0x64, 0x02, 0x60, 0x0F, 0xB1, 0xCC, 0x60, 0x0B, 0xF1, 0xDC, 0xEF, -+0x70, 0x06, 0xFD, 0x7F, 0x0C, 0x12, 0x58, 0xE9, 0x22, 0xD1, 0xE7, 0x30, 0xE0, 0x0B, 0xD1, 0xE0, -+0x60, 0x07, 0x7D, 0x01, 0x7F, 0x02, 0x12, 0x58, 0xE9, 0xD1, 0xE0, 0x60, 0x02, 0xD1, 0xB1, 0x22, -+0x90, 0xA0, 0xD9, 0xE0, 0x64, 0x02, 0x22, 0x90, 0xA0, 0xD5, 0xE0, 0xFF, 0xC4, 0x13, 0x13, 0x54, -+0x03, 0x22, 0x90, 0xA0, 0xDF, 0xE0, 0x64, 0x01, 0x70, 0x12, 0xB1, 0xCC, 0x60, 0x05, 0x12, 0x55, -+0x92, 0x80, 0x0A, 0x90, 0xA0, 0xE2, 0xE0, 0x70, 0x03, 0x12, 0x58, 0xE5, 0x22, 0xF1, 0xD2, 0x30, -+0xE0, 0x05, 0x90, 0x01, 0x5B, 0xE4, 0xF0, 0x90, 0x06, 0x92, 0x74, 0x02, 0xF0, 0x90, 0x01, 0x3C, -+0x74, 0x04, 0xF1, 0x9D, 0x90, 0xA1, 0x3E, 0xE0, 0xC3, 0x13, 0x54, 0x7F, 0xF1, 0xAC, 0x7F, 0x58, -+0x7E, 0x01, 0x12, 0x50, 0x1B, 0x90, 0xA0, 0xDA, 0xE0, 0x44, 0x08, 0xF0, 0x22, 0x90, 0xA0, 0xDF, -+0xE0, 0x70, 0x07, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x11, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, -+0x08, 0x12, 0x84, 0x66, 0xBF, 0x01, 0x04, 0xC1, 0xB1, 0xD1, 0xF2, 0x22, 0x90, 0xA0, 0xDA, 0xD1, -+0xEA, 0x30, 0xE0, 0x20, 0xEF, 0x54, 0xBF, 0xF0, 0x90, 0x04, 0xE0, 0xE0, 0x90, 0xA0, 0xDB, 0x30, -+0xE0, 0x06, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x09, 0xE0, 0x54, 0xFE, 0x12, 0xA3, 0x49, 0x74, 0x04, -+0xF0, 0x12, 0x58, 0xD0, 0x22, 0x61, 0x76, 0xE4, 0xFD, 0x61, 0x90, 0x7D, 0x01, 0x61, 0x90, 0x7D, -+0x20, 0x61, 0x71, 0x12, 0x5F, 0xF1, 0x80, 0xF7, 0x12, 0x4B, 0xEF, 0x61, 0x89, 0xF0, 0xE4, 0x90, -+0xA4, 0xD0, 0xF0, 0x22, 0x90, 0x05, 0x27, 0xE0, 0x54, 0xBF, 0xF0, 0x22, 0x90, 0xA4, 0xD1, 0xF0, -+0xE4, 0xFB, 0xFD, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x7D, 0x21, 0x7F, 0xFF, -+0x12, 0x55, 0x9C, 0x61, 0x89, 0x12, 0x5F, 0xF1, 0x80, 0xF2, 0xF1, 0xDC, 0xEF, 0x70, 0x02, 0xD1, -+0xF2, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0x90, 0x04, 0x1A, 0xE0, -+0xF4, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x90, 0x04, 0x1B, 0xE0, 0x54, 0x07, 0x64, 0x07, 0x7F, 0x01, -+0x60, 0x02, 0x7F, 0x00, 0x22, 0x32, 0x32, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, -+0xBE, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x00, 0x7C, 0x00, 0xE4, 0x90, 0xA4, 0xC4, 0xF0, 0x7F, -+0xB0, 0x7E, 0x08, 0x12, 0x37, 0xBC, 0xE4, 0xFF, 0xEC, 0x90, 0xA4, 0xC0, 0x12, 0x08, 0x6D, 0x90, -+0xA4, 0xC0, 0x12, 0x48, 0xD2, 0x90, 0xA4, 0xBF, 0x12, 0x71, 0xAC, 0x12, 0x48, 0x04, 0xA3, 0x12, -+0x08, 0x6D, 0x90, 0xA4, 0xC0, 0x12, 0x4D, 0x12, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x38, 0x07, 0xD1, -+0xDB, 0x90, 0xA4, 0xBE, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xB5, 0xF5, 0x82, 0xE4, 0x34, 0xAD, -+0x11, 0x60, 0x12, 0x37, 0xBC, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xF5, 0x83, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, -+0x8F, 0xF7, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xB1, 0xEB, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, -+0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x2C, 0x7E, 0x08, 0x12, 0x77, -+0x1A, 0x7D, 0x65, 0x11, 0xAC, 0x12, 0x48, 0x88, 0x7D, 0x8F, 0x11, 0xAC, 0x90, 0x00, 0x04, 0x12, -+0x48, 0xA2, 0xE4, 0xFD, 0x11, 0xAD, 0x90, 0x00, 0x08, 0x02, 0x48, 0xA2, 0xE4, 0xFF, 0x11, 0x68, -+0x90, 0xA2, 0xF3, 0x02, 0x48, 0xEA, 0x7D, 0x18, 0x7C, 0x00, 0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0x71, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0xA4, 0x70, 0xEF, 0xF0, -+0xA3, 0xA3, 0xE0, 0xFD, 0x11, 0x68, 0x90, 0xA4, 0x7B, 0x12, 0x08, 0x6D, 0x90, 0xA4, 0x73, 0x12, -+0x48, 0xC6, 0x12, 0x08, 0x3A, 0x90, 0xA4, 0x7B, 0x12, 0x77, 0xE4, 0xC0, 0x04, 0xC0, 0x05, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xA4, 0x73, 0x12, 0x48, 0xC6, 0x90, 0xA4, 0x77, 0x12, 0x77, 0xE4, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0xA4, 0x7F, 0x12, 0x08, 0x6D, -+0x90, 0xA4, 0x71, 0xA3, 0xE0, 0xFD, 0xC0, 0x05, 0x90, 0xA4, 0x7F, 0x12, 0x48, 0xC6, 0x90, 0xAA, -+0x96, 0x12, 0x08, 0x6D, 0x90, 0xA4, 0x70, 0xE0, 0xFF, 0xD0, 0x05, 0x12, 0x3C, 0x33, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x54, 0x03, 0xFD, 0xEE, 0x13, 0x13, 0x54, 0x07, 0xFB, 0x90, 0xA1, 0x51, 0xE0, -+0xFE, 0xC4, 0x54, 0x0F, 0x90, 0xA4, 0xF8, 0xF0, 0xAF, 0x04, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA4, 0xF6, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA4, 0xF5, 0xEF, 0xF0, 0x90, 0xA4, -+0xF8, 0xE0, 0xFD, 0x91, 0x4A, 0x90, 0xA4, 0xF5, 0xE0, 0xC3, 0x94, 0x0E, 0x50, 0x3F, 0x90, 0xA4, -+0x85, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x12, 0xD4, -+0x00, 0x00, 0x91, 0x2F, 0x90, 0xA4, 0x73, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, -+0x77, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x71, 0x91, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, -+0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x41, 0xC8, 0x91, 0x40, 0x50, -+0x1B, 0xEF, 0x94, 0x30, 0x50, 0x16, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, -+0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x09, 0x28, 0x00, 0x00, 0x80, 0x64, 0x90, 0xA4, 0xF5, 0xE0, -+0xFF, 0x74, 0x32, 0xD3, 0x9F, 0x50, 0x1B, 0xEF, 0x94, 0x40, 0x50, 0x16, 0x90, 0xA4, 0x85, 0x12, -+0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x08, 0xA6, 0x00, 0x00, -+0x80, 0x3E, 0x91, 0x36, 0x50, 0x1B, 0xEF, 0x94, 0x74, 0x50, 0x16, 0x90, 0xA4, 0x85, 0x12, 0x08, -+0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x08, 0xA4, 0x00, 0x00, 0x80, -+0x1F, 0x90, 0xA4, 0xF5, 0xE0, 0xFF, 0x74, 0x76, 0xD3, 0x9F, 0x50, 0x16, 0x90, 0xA4, 0x85, 0x12, -+0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x08, 0x24, 0x00, 0x00, -+0x91, 0x2F, 0x91, 0x40, 0x50, 0x2E, 0xEF, 0x94, 0x40, 0x50, 0x29, 0x90, 0xA4, 0x73, 0x12, 0x08, -+0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, 0x00, 0x01, 0x01, 0x00, 0x71, -+0x91, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, 0x00, 0x01, -+0x01, 0x00, 0x80, 0x64, 0x91, 0x36, 0x50, 0x2E, 0xEF, 0x94, 0x8C, 0x50, 0x29, 0x90, 0xA4, 0x73, -+0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, 0x00, 0x03, 0x01, -+0x00, 0x71, 0x91, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, -+0x00, 0x03, 0x01, 0x00, 0x80, 0x32, 0x90, 0xA4, 0xF5, 0xE0, 0xFF, 0x74, 0x8C, 0xC3, 0x9F, 0x50, -+0x29, 0x90, 0xA4, 0x73, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, -+0x79, 0x00, 0x05, 0x01, 0x00, 0x71, 0x91, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA4, -+0x77, 0x12, 0x08, 0x79, 0x00, 0x05, 0x01, 0x00, 0x11, 0xB6, 0x90, 0xA4, 0xF6, 0xE0, 0x64, 0x02, -+0x70, 0x51, 0x90, 0xA4, 0xF5, 0xE0, 0xFF, 0xD3, 0x94, 0x30, 0x50, 0x05, 0x75, 0x74, 0x2A, 0x80, -+0x5E, 0xEF, 0xD3, 0x94, 0x40, 0x50, 0x05, 0x75, 0x74, 0x3A, 0x80, 0x53, 0xEF, 0xD3, 0x94, 0x70, -+0x50, 0x05, 0x75, 0x74, 0x6A, 0x80, 0x48, 0xEF, 0xD3, 0x94, 0x80, 0x50, 0x05, 0x75, 0x74, 0x7A, -+0x80, 0x3D, 0xEF, 0xD3, 0x94, 0x90, 0x50, 0x05, 0x75, 0x74, 0x8A, 0x80, 0x32, 0xEF, 0xD3, 0x94, -+0xA1, 0x50, 0x05, 0x75, 0x74, 0x9B, 0x80, 0x27, 0xEF, 0xD3, 0x94, 0xB1, 0x50, 0x21, 0x75, 0x74, -+0xAB, 0x80, 0x1C, 0x90, 0xA4, 0xF6, 0xE0, 0x64, 0x01, 0x70, 0x31, 0xA3, 0xE0, 0x90, 0xA4, 0xF5, -+0xB4, 0x01, 0x07, 0xE0, 0x24, 0x02, 0xF5, 0x74, 0x80, 0x05, 0xE0, 0x24, 0xFE, 0xF5, 0x74, 0x90, -+0xA4, 0x73, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xFF, 0xAF, 0x74, 0xE4, 0xFC, 0xFD, 0xFE, 0x71, -+0x8B, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xFF, 0xAF, 0x74, 0x80, 0x1E, 0x90, 0xA4, 0x73, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA4, 0xF5, 0x12, 0x71, 0xAC, 0x71, 0x8B, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA4, 0xF5, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x90, 0xA4, -+0x77, 0x12, 0x08, 0x6D, 0x11, 0xB6, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA4, 0x77, 0x12, 0x08, -+0x6D, 0x7D, 0x18, 0x7C, 0x00, 0xE4, 0xFF, 0x11, 0xBC, 0x90, 0xA4, 0x73, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x14, 0x60, 0x30, 0x14, 0x60, 0x56, 0x24, 0x02, 0x70, 0x7B, 0x90, -+0xA4, 0x73, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x0C, 0x00, 0x71, 0x91, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0x77, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x80, 0x50, 0x90, 0xA4, 0x73, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x0C, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, 0x00, 0x00, 0x04, 0x00, 0x71, 0x91, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x79, 0x00, 0x00, 0x04, 0x00, 0x80, -+0x27, 0x90, 0xA4, 0x73, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, 0x77, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x00, 0x71, 0x91, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA4, -+0x77, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x11, 0xB6, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, -+0x60, 0x7E, 0x08, 0x02, 0x77, 0x1A, 0x90, 0xA4, 0xF5, 0xE0, 0xFF, 0x74, 0x64, 0xD3, 0x9F, 0x22, -+0x90, 0xA4, 0xF5, 0xE0, 0xFF, 0x74, 0x24, 0xD3, 0x9F, 0x22, 0x90, 0xA5, 0x20, 0xED, 0xF0, 0x90, -+0xA5, 0x1F, 0xEF, 0xF0, 0xD3, 0x94, 0x0E, 0x50, 0x15, 0x91, 0x89, 0xEF, 0x60, 0x2A, 0x91, 0x89, -+0xEF, 0x64, 0x01, 0x70, 0x23, 0x90, 0xA5, 0x20, 0xE0, 0xFD, 0xE4, 0xFF, 0x80, 0x15, 0x90, 0xA5, -+0x1F, 0xE0, 0xD3, 0x94, 0x0E, 0x40, 0x11, 0x91, 0x89, 0xEF, 0x70, 0x0A, 0x90, 0xA5, 0x20, 0xE0, -+0xFD, 0x7F, 0x01, 0x02, 0xA7, 0x60, 0x91, 0x89, 0x22, 0x90, 0x04, 0x54, 0xE0, 0x7F, 0x00, 0x30, -+0xE7, 0x02, 0x7F, 0x01, 0x22, 0x90, 0xA4, 0xF9, 0xF1, 0x81, 0xE4, 0xFE, 0x7D, 0x18, 0xFF, 0x12, -+0x3D, 0x2C, 0x90, 0xA4, 0xFC, 0xEF, 0xF0, 0x90, 0xA4, 0xF9, 0xE0, 0xFF, 0x91, 0xCF, 0x90, 0xA4, -+0xF9, 0xF1, 0x62, 0xFB, 0x12, 0xA6, 0xF2, 0xAE, 0x07, 0x90, 0x04, 0x83, 0xEE, 0xF0, 0x90, 0xA4, -+0xF9, 0xE0, 0xFF, 0xAD, 0x06, 0x12, 0x75, 0x45, 0x90, 0xA4, 0xF9, 0xE0, 0xFF, 0x61, 0x9D, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xA9, 0x07, 0x90, 0x06, 0x69, 0xE0, 0xFE, 0x90, 0x06, 0x68, -+0xF1, 0x74, 0xE9, 0x14, 0x60, 0x0F, 0x14, 0x60, 0x1E, 0x24, 0x02, 0x70, 0x25, 0xEE, 0x54, 0xFE, -+0xFE, 0xB1, 0x17, 0x80, 0x1A, 0xEF, 0x44, 0x80, 0xFF, 0xEE, 0x54, 0xFE, 0xFC, 0x90, 0x06, 0x68, -+0xEF, 0xF0, 0xEC, 0xA3, 0xF0, 0x80, 0x0B, 0xEE, 0x44, 0x01, 0xFC, 0xB1, 0x17, 0xAE, 0x04, 0xEE, -+0xA3, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x54, 0x7F, 0x90, 0x06, 0x68, 0xF0, 0x22, 0xB1, -+0xEB, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0xD1, 0x25, 0x90, 0xA2, 0xF9, 0xE0, 0xFF, 0xD1, 0xC9, 0xF5, 0x82, 0x8C, 0x83, 0xE0, -+0xFE, 0x11, 0xB0, 0x8F, 0x82, 0x75, 0x83, 0x00, 0xEE, 0x12, 0x06, 0xE1, 0xB1, 0x85, 0xE0, 0xB4, -+0x03, 0xE2, 0xE4, 0x90, 0xA2, 0xF9, 0xF0, 0x90, 0xA2, 0xF9, 0xE0, 0xFF, 0xC3, 0x94, 0x07, 0x50, -+0x10, 0xEF, 0xD1, 0xB2, 0x12, 0x66, 0x8E, 0x12, 0x37, 0xBC, 0x90, 0xA2, 0xF6, 0xB1, 0x72, 0x80, -+0xE6, 0x22, 0x12, 0x48, 0xEA, 0x90, 0xA2, 0xF9, 0xE0, 0x75, 0xF0, 0x04, 0xA4, 0xF5, 0x82, 0x85, -+0xF0, 0x83, 0x12, 0x48, 0xA2, 0x90, 0xA2, 0xF9, 0xE0, 0x04, 0xF0, 0x22, 0xB1, 0xEB, 0x12, 0x08, -+0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xD1, -+0x25, 0x11, 0xB0, 0x90, 0xA2, 0xF9, 0xE0, 0xFF, 0xF5, 0x82, 0x12, 0x67, 0xEE, 0xFE, 0xEF, 0xD1, -+0xC9, 0xF5, 0x82, 0x8C, 0x83, 0xEE, 0xF0, 0xB1, 0x85, 0xE0, 0xB4, 0x03, 0xE4, 0xE4, 0x90, 0xA2, -+0xF9, 0xF0, 0x90, 0xA2, 0xF9, 0xE0, 0xFD, 0xD1, 0xB2, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xA2, 0xF6, 0x12, 0x48, 0xEA, 0xF1, 0x8A, 0x12, 0x4D, 0x14, 0xD0, 0x07, 0xD0, 0x06, 0x12, -+0x38, 0x07, 0xB1, 0x85, 0xE0, 0xC3, 0x94, 0x07, 0x40, 0xD8, 0x22, 0x90, 0xA2, 0xF3, 0x12, 0x48, -+0xF3, 0x90, 0xA4, 0x85, 0x22, 0xB1, 0xEB, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xD1, 0x25, 0x90, 0xA2, 0xF9, 0xE0, 0xFF, 0xC3, -+0x94, 0x06, 0x50, 0x10, 0xEF, 0xF1, 0x6A, 0x12, 0x66, 0x8E, 0x12, 0x37, 0xBC, 0x90, 0xA2, 0xF3, -+0xB1, 0x72, 0x80, 0xE6, 0x22, 0x7F, 0x2C, 0x7E, 0x08, 0x12, 0x77, 0x1A, 0xE4, 0x90, 0xA2, 0xF9, -+0xF0, 0x22, 0x90, 0xA2, 0xF3, 0xEF, 0xF0, 0xA3, 0xB1, 0xEE, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, -+0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x2C, 0x7E, 0x08, 0x12, -+0x77, 0x1A, 0xD1, 0x9D, 0x12, 0x48, 0x38, 0xD1, 0xA6, 0x7D, 0x65, 0xD1, 0x9B, 0x90, 0x00, 0x04, -+0xD1, 0xA3, 0x7D, 0x8F, 0xD1, 0x9B, 0x90, 0x00, 0x08, 0xD1, 0xA3, 0xE4, 0xFD, 0xD1, 0xC3, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xF1, 0x5A, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xC0, -+0x07, 0xC0, 0x05, 0x90, 0xA3, 0x37, 0x12, 0x48, 0xC6, 0x90, 0xAA, 0x9C, 0x12, 0x08, 0x6D, 0xD0, -+0x05, 0xD0, 0x07, 0x12, 0x32, 0x34, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD1, 0x78, 0x90, 0xA2, 0xF4, -+0x02, 0x48, 0xEA, 0x12, 0x48, 0x58, 0x90, 0xA3, 0x37, 0x12, 0x08, 0x6D, 0x90, 0xA2, 0xF3, 0xE0, -+0xFF, 0x22, 0x25, 0xE0, 0x24, 0xA7, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x22, 0x90, 0xA2, 0xF3, 0xE0, -+0xFF, 0x7D, 0x65, 0xD1, 0x78, 0x90, 0xA3, 0x37, 0x22, 0x25, 0xE0, 0x24, 0xA1, 0xF5, 0x82, 0xE4, -+0x34, 0x44, 0xF5, 0x83, 0xE4, 0x93, 0xFC, 0x74, 0x01, 0x93, 0x22, 0x7F, 0x14, 0x7E, 0x00, 0x02, -+0x3D, 0x7A, 0x90, 0xA5, 0x08, 0x12, 0xB8, 0x89, 0x90, 0x01, 0x09, 0xE0, 0x7F, 0x00, 0x30, 0xE7, -+0x02, 0x7F, 0x01, 0x90, 0xA5, 0x08, 0xE0, 0x6F, 0x60, 0x35, 0xC3, 0x90, 0xA5, 0x0A, 0xE0, 0x94, -+0x88, 0x90, 0xA5, 0x09, 0xE0, 0x94, 0x13, 0x40, 0x08, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x10, 0xF0, -+0x22, 0x90, 0xA5, 0x09, 0x12, 0x57, 0xF9, 0xD1, 0xDB, 0xD3, 0x90, 0xA5, 0x0A, 0xE0, 0x94, 0x32, -+0x90, 0xA5, 0x09, 0xE0, 0x94, 0x00, 0x40, 0xC0, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE0, 0xB9, 0x22, -+0x12, 0xA3, 0x99, 0x7F, 0x08, 0x12, 0x4B, 0xB4, 0xEF, 0x54, 0xEF, 0xFD, 0x7F, 0x08, 0x12, 0x4A, -+0x26, 0xE4, 0xFF, 0xD1, 0xE2, 0x90, 0xA0, 0xDA, 0xE0, 0xFF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x02, -+0xF1, 0xC1, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x7D, -+0xEF, 0x22, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0x22, 0x25, 0xE0, 0x24, 0xB5, 0xF5, 0x82, -+0xE4, 0x34, 0x44, 0x22, 0xE0, 0x7A, 0x00, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0xFE, 0x22, 0xEE, 0xF0, -+0xA3, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x22, 0x75, 0xF0, 0x04, 0xED, 0xA4, 0xF5, -+0x82, 0x85, 0xF0, 0x83, 0x02, 0x48, 0x58, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x4D, -+0x70, 0xF1, 0x30, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA0, 0xE2, 0xE0, 0xFF, 0x60, 0x03, 0xB4, -+0x08, 0x0E, 0x12, 0xB7, 0x46, 0xBF, 0x01, 0x08, 0xF1, 0x97, 0x90, 0x01, 0xE5, 0xE0, 0x04, 0xF0, -+0x22, 0x90, 0xA1, 0x4C, 0xE0, 0x90, 0x01, 0x30, 0xF0, 0x90, 0xA1, 0x49, 0xE0, 0x90, 0x01, 0x39, -+0xF0, 0x90, 0xA1, 0x4A, 0xE0, 0x90, 0x01, 0x3A, 0xF0, 0x22, 0x12, 0x5F, 0xF8, 0x90, 0x04, 0x24, -+0xE0, 0xF5, 0x0F, 0xE4, 0xFF, 0x12, 0x5F, 0x68, 0x8F, 0x82, 0x12, 0x67, 0xEE, 0x25, 0x0F, 0xFE, -+0x75, 0xF0, 0x13, 0xEF, 0x90, 0xA1, 0x5D, 0x12, 0x48, 0xDE, 0xEE, 0xF0, 0x0F, 0xEF, 0xB4, 0x03, -+0xE4, 0x22, 0x12, 0x6F, 0xD1, 0xFF, 0x54, 0x0F, 0xF5, 0x12, 0xEF, 0xC4, 0x54, 0x0F, 0x64, 0x0F, -+0x70, 0x4C, 0x90, 0x01, 0xA4, 0x04, 0xF0, 0x90, 0xA1, 0x51, 0xE0, 0x54, 0xFE, 0xFF, 0xF0, 0xE5, -+0x12, 0x54, 0x07, 0x25, 0xE0, 0xFE, 0xEF, 0x54, 0xF1, 0x4E, 0x31, 0xB4, 0x60, 0x03, 0xBF, 0x01, -+0x0A, 0x31, 0xE2, 0x90, 0x01, 0xA4, 0x74, 0x02, 0xF0, 0x80, 0x07, 0x7D, 0x20, 0xE4, 0xFF, 0x12, -+0x81, 0xF9, 0xAF, 0x12, 0x12, 0x55, 0xA7, 0xBF, 0x01, 0x08, 0xE4, 0xFD, 0xFF, 0x12, 0x55, 0x16, -+0x80, 0x00, 0x7F, 0x02, 0x12, 0x54, 0x15, 0x90, 0x01, 0xA4, 0x74, 0x04, 0xF0, 0x22, 0xE5, 0x12, -+0x75, 0xF0, 0x13, 0xA4, 0x24, 0x54, 0xF9, 0x74, 0xA1, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xC0, 0x02, -+0xC0, 0x01, 0xE5, 0x11, 0x24, 0x01, 0xF9, 0xE4, 0x35, 0x10, 0x85, 0x0F, 0x40, 0xF5, 0x41, 0x89, -+0x42, 0x75, 0x43, 0x04, 0xD0, 0x01, 0xD0, 0x02, 0x12, 0x34, 0x62, 0xAB, 0x0F, 0xAA, 0x10, 0xA9, -+0x11, 0x12, 0x6F, 0xCB, 0x54, 0x80, 0x12, 0x6D, 0xA4, 0xFF, 0x75, 0xF0, 0x13, 0xE5, 0x12, 0x31, -+0xEA, 0x54, 0xFE, 0x4F, 0xF0, 0x75, 0xF0, 0x13, 0xE5, 0x12, 0x90, 0xA1, 0x57, 0x12, 0x48, 0xDE, -+0xE0, 0x54, 0xF7, 0xF0, 0x12, 0x06, 0x89, 0xC4, 0x54, 0x0F, 0x14, 0x65, 0x12, 0x60, 0x02, 0x21, -+0xB3, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x07, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x05, 0x7F, 0x05, -+0x02, 0x54, 0x15, 0x90, 0x01, 0xA4, 0xE4, 0xF0, 0xA3, 0xF0, 0x31, 0xF2, 0xC4, 0x54, 0x0F, 0x90, -+0xA1, 0x52, 0xF0, 0x12, 0x6F, 0xCB, 0xFF, 0x54, 0x0F, 0xC4, 0x54, 0xF0, 0xFE, 0x90, 0xA1, 0x51, -+0xE0, 0x54, 0x0F, 0x4E, 0xF0, 0xEF, 0x54, 0x10, 0x25, 0xE0, 0xFF, 0x90, 0xA1, 0x8F, 0xE0, 0x54, -+0xDF, 0x4F, 0xFF, 0xF0, 0x12, 0x6F, 0xCB, 0x54, 0x60, 0xC4, 0x54, 0x0F, 0xFE, 0xEF, 0x54, 0xF9, -+0x4E, 0x90, 0xA1, 0x8F, 0xF0, 0x90, 0xA1, 0x51, 0xE0, 0x54, 0xF1, 0xF0, 0x90, 0x05, 0x58, 0x74, -+0x02, 0x31, 0xFB, 0x44, 0x40, 0xF0, 0x54, 0x7F, 0xF0, 0xE0, 0xFF, 0xC4, 0x13, 0x54, 0x07, 0x30, -+0xE0, 0x06, 0xEF, 0x54, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0xA1, 0x51, 0xE0, 0x44, 0x01, 0x31, 0xB4, -+0x60, 0x05, 0xEF, 0x64, 0x01, 0x70, 0x1D, 0x90, 0xA1, 0xC6, 0xE0, 0xFF, 0xC4, 0x13, 0x54, 0x07, -+0x30, 0xE0, 0x08, 0xEF, 0x54, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x2D, 0x90, 0x05, 0x27, 0xE0, 0x44, -+0x32, 0xF0, 0x80, 0x24, 0x7D, 0x20, 0xE4, 0xFF, 0x12, 0x82, 0x11, 0xE4, 0xFF, 0xEF, 0xFD, 0xC3, -+0x74, 0x87, 0x31, 0xBF, 0x74, 0x03, 0x31, 0xCF, 0xEF, 0xFD, 0xC3, 0x74, 0x8B, 0x31, 0xBF, 0x74, -+0x07, 0x31, 0xCF, 0x0F, 0xEF, 0xB4, 0x04, 0xE5, 0x7F, 0x03, 0x12, 0x54, 0x15, 0x90, 0xA1, 0x56, -+0xE0, 0x90, 0xA1, 0xC4, 0xB4, 0x64, 0x05, 0x74, 0xC8, 0xF0, 0x80, 0x03, 0x74, 0x64, 0xF0, 0x90, -+0xA1, 0xBC, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x90, 0xA1, 0xC0, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x00, 0x22, 0xF0, 0x90, 0xA1, 0x57, 0xE0, 0x54, 0x07, 0xFF, 0x64, 0x03, 0x22, 0x9D, -+0xFD, 0x74, 0x05, 0x94, 0x00, 0x8D, 0x82, 0xF5, 0x83, 0xE0, 0xFE, 0xEF, 0xFD, 0xC3, 0x22, 0x9D, -+0xFD, 0xE4, 0x94, 0x00, 0xFC, 0x74, 0x8C, 0x2D, 0xF5, 0x82, 0x74, 0xA2, 0x3C, 0xF5, 0x83, 0xEE, -+0xF0, 0x22, 0x90, 0x05, 0x27, 0xE0, 0x54, 0xED, 0xF0, 0x22, 0x90, 0xA1, 0x58, 0x12, 0x48, 0xDE, -+0xE0, 0x22, 0xAB, 0x0F, 0xAA, 0x10, 0xA9, 0x11, 0x02, 0x06, 0x89, 0xF0, 0x90, 0xA1, 0xC5, 0xE0, -+0x54, 0x7F, 0xF0, 0xA3, 0xE0, 0x22, 0x7E, 0x00, 0x7F, 0x01, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA0, -+0x79, 0xD5, 0x12, 0x08, 0xAA, 0x90, 0xA0, 0xD5, 0xE0, 0x54, 0xFD, 0xF0, 0xE4, 0x12, 0x4F, 0xB2, -+0xA3, 0x74, 0x0C, 0x51, 0xEC, 0x31, 0xFB, 0x54, 0xE0, 0xF0, 0x22, 0x51, 0x48, 0x71, 0x0D, 0x12, -+0x4D, 0xC9, 0x51, 0x06, 0x12, 0x87, 0x5A, 0x51, 0xE7, 0x7E, 0x00, 0x7F, 0x7F, 0x7D, 0x00, 0x7B, -+0x01, 0x7A, 0xA1, 0x79, 0x51, 0x02, 0x08, 0xAA, 0xE4, 0xFD, 0xFF, 0x51, 0xF4, 0xED, 0x70, 0x12, -+0x51, 0x86, 0xC0, 0x83, 0xC0, 0x82, 0x51, 0x7E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5E, -+0x80, 0x0F, 0x51, 0x86, 0xC0, 0x83, 0xC0, 0x82, 0x51, 0x7E, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, -+0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0x51, 0x91, 0x90, 0xA0, 0xD4, 0xEF, 0xF0, 0x22, 0xE0, 0xFE, -+0x74, 0x01, 0xA8, 0x07, 0x08, 0x22, 0x74, 0xC4, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA0, 0xF5, 0x83, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7D, 0x10, 0xED, 0x14, 0xF9, 0x24, 0xC4, 0x51, -+0x89, 0xE0, 0x60, 0x3A, 0x7C, 0x08, 0xEC, 0x14, 0x90, 0xA5, 0x25, 0xF0, 0x74, 0xC4, 0x29, 0x51, -+0x89, 0xE0, 0xFB, 0x7A, 0x00, 0x90, 0xA5, 0x25, 0x12, 0x7F, 0xD0, 0x80, 0x05, 0xC3, 0x33, 0xCE, -+0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEE, 0x5A, 0xFE, 0xEF, 0x5B, 0x4E, 0x60, 0x0F, 0xE9, 0x75, 0xF0, -+0x08, 0xA4, 0xFF, 0x90, 0xA5, 0x25, 0xE0, 0x2F, 0x04, 0xFF, 0x80, 0x06, 0xDC, 0xC8, 0xDD, 0xBA, -+0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x71, 0x00, 0x02, 0x08, 0xAA, 0xF0, 0x90, 0xA1, 0xC6, -+0xE0, 0x54, 0xDF, 0x22, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0x22, -+0x7E, 0x00, 0x7F, 0x04, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x43, 0x22, 0xE4, 0x90, 0xA0, -+0xBF, 0xF0, 0xA3, 0xF0, 0x90, 0xA0, 0x27, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x6F, 0xD1, 0xFF, 0x54, -+0x01, 0xC4, 0x33, 0x54, 0xE0, 0xFE, 0x51, 0xED, 0x4E, 0xF0, 0xEF, 0x54, 0xFE, 0xC3, 0x13, 0xFF, -+0x90, 0xA1, 0xC5, 0xE0, 0x54, 0x80, 0x12, 0x6F, 0x06, 0x90, 0xA1, 0xC7, 0xF0, 0x12, 0x6D, 0x9A, -+0x90, 0xA1, 0xC8, 0x12, 0x5F, 0x5F, 0x90, 0xA1, 0xC9, 0xF0, 0x22, 0x12, 0x06, 0x89, 0xFF, 0x90, -+0xA0, 0xC3, 0xF0, 0xBF, 0x01, 0x08, 0x12, 0x69, 0xC0, 0xE4, 0x90, 0xA0, 0xC3, 0xF0, 0x22, 0x12, -+0x06, 0x89, 0x54, 0x01, 0xFF, 0x90, 0xA2, 0x7D, 0xE0, 0x54, 0xFE, 0x4F, 0xF0, 0x22, 0x12, 0x06, -+0x89, 0x90, 0xA1, 0x42, 0xF0, 0x22, 0x71, 0xA2, 0x90, 0xA1, 0x43, 0xE0, 0x54, 0xFE, 0x4E, 0xFE, -+0xF0, 0xEF, 0x54, 0x02, 0xFF, 0xEE, 0x54, 0xFD, 0x12, 0x6F, 0x06, 0x90, 0xA1, 0x44, 0xF0, 0x12, -+0x6D, 0x9A, 0x90, 0xA1, 0x45, 0xF0, 0x71, 0xAA, 0x90, 0xA1, 0x43, 0xE0, 0x54, 0x01, 0xFF, 0x02, -+0x80, 0xB0, 0x12, 0x06, 0x89, 0xFF, 0x54, 0x01, 0xFE, 0x22, 0x90, 0xA1, 0x44, 0xE0, 0x14, 0x90, -+0xA1, 0x46, 0xF0, 0x22, 0x71, 0xA2, 0x90, 0xA1, 0x47, 0xE0, 0x54, 0xFE, 0x4E, 0xF0, 0xEF, 0x54, -+0x02, 0x33, 0x33, 0x33, 0x54, 0xF8, 0xFF, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xEF, 0x4F, 0xF0, 0x90, -+0xA1, 0x47, 0xE0, 0x54, 0x01, 0xFF, 0x02, 0x87, 0x01, 0x90, 0x01, 0xCC, 0xE0, 0x54, 0x0F, 0x90, -+0xA5, 0x1B, 0xF0, 0x90, 0xA5, 0x1B, 0xE0, 0xFD, 0x70, 0x02, 0x81, 0xE3, 0x90, 0xA0, 0x27, 0xE0, -+0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0xA0, 0x28, 0xE0, -+0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x08, 0x90, 0x01, 0xC1, 0xE0, -+0x44, 0x01, 0xF0, 0x22, 0x90, 0xA5, 0x17, 0x12, 0x7F, 0xD0, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0x81, 0xC6, 0xE4, 0x90, 0xA5, 0x1C, 0xF0, 0x90, -+0xA5, 0x1C, 0xE0, 0xF9, 0xC3, 0x94, 0x04, 0x50, 0x43, 0x91, 0xE5, 0xA4, 0xFF, 0xE9, 0xFD, 0x7C, -+0x00, 0x2F, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xD0, 0x91, 0xED, 0xE0, 0xB1, 0x7B, 0xE5, 0x82, -+0x29, 0x12, 0x4F, 0xC9, 0xEF, 0x91, 0xE4, 0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, -+0x91, 0xED, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x9F, 0xDB, 0x12, 0x48, 0xDE, 0xE5, 0x82, 0x29, 0x12, -+0x4F, 0xC9, 0xEF, 0xF0, 0x90, 0xA5, 0x1C, 0xE0, 0x04, 0xF0, 0x80, 0xB3, 0x90, 0xA5, 0x1B, 0xE0, -+0xFF, 0x90, 0xA5, 0x17, 0xB1, 0x13, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA5, -+0x1B, 0xF0, 0x90, 0xA5, 0x17, 0xE0, 0xFF, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, 0xC3, 0x33, -+0xD8, 0xFC, 0x90, 0x01, 0xCC, 0xF0, 0x90, 0xA5, 0x17, 0xE0, 0x04, 0xF0, 0xE0, 0x54, 0x03, 0xF0, -+0x90, 0xA0, 0x28, 0xB1, 0x74, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x70, 0x02, 0x61, 0xE3, 0xE4, -+0x90, 0xA0, 0x28, 0xF0, 0x61, 0xE3, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0xA5, 0x17, -+0xE0, 0x44, 0x80, 0x90, 0x00, 0x8A, 0x91, 0xE4, 0x90, 0x01, 0xD0, 0x12, 0x48, 0xDE, 0xE0, 0x90, -+0x01, 0xC3, 0xF0, 0x22, 0xF0, 0x90, 0xA5, 0x17, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0x2F, 0xF5, 0x82, -+0x74, 0x01, 0x3E, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xA0, 0x28, 0x22, 0x71, 0xD9, 0x7F, 0x02, 0x8F, -+0x27, 0x7F, 0x02, 0x12, 0x47, 0x07, 0x90, 0x9F, 0x13, 0xE0, 0x45, 0x27, 0xF0, 0x22, 0xE0, 0xFF, -+0x90, 0xA4, 0xB8, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA0, 0x28, 0xE0, 0xFF, 0x90, 0xA0, 0x27, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, -+0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x38, 0x90, 0xA0, 0x27, 0xE0, 0xFE, 0xB1, 0x7B, 0xE0, 0xFD, -+0xEE, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xD8, 0xF9, 0x74, 0x9F, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xAF, -+0x05, 0x12, 0x5C, 0xEF, 0x90, 0xA0, 0x27, 0xB1, 0x74, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, -+0x05, 0xE4, 0x90, 0xA0, 0x27, 0xF0, 0x71, 0xD9, 0x90, 0x9F, 0x13, 0xE0, 0x44, 0x02, 0xF0, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xE0, 0x04, 0xF0, 0xE0, 0x7F, 0x00, 0x22, 0x75, 0xF0, 0x08, 0x90, 0x9F, -+0xD7, 0x02, 0x48, 0xDE, 0x90, 0xA3, 0x43, 0xEF, 0xF0, 0x90, 0x04, 0x7E, 0xE0, 0xF5, 0x23, 0xA3, -+0xE0, 0xF5, 0x24, 0x65, 0x23, 0x60, 0x6B, 0x90, 0xA3, 0x44, 0x74, 0x03, 0xF0, 0x90, 0xA3, 0x52, -+0x74, 0x08, 0xF0, 0xE5, 0x24, 0x04, 0x54, 0x0F, 0xF5, 0x25, 0xE4, 0xF5, 0x22, 0xE5, 0x25, 0x75, -+0xF0, 0x08, 0xA4, 0x24, 0x00, 0xF5, 0x82, 0xE4, 0x34, 0x80, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x22, -+0x12, 0x4F, 0xC9, 0xE0, 0xFF, 0x74, 0x46, 0x25, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0xF5, 0x83, -+0xEF, 0xF0, 0x05, 0x22, 0xE5, 0x22, 0xB4, 0x08, 0xD4, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x44, 0x12, -+0x69, 0x59, 0xE5, 0x24, 0x04, 0x54, 0x0F, 0xF5, 0x24, 0xB4, 0x0F, 0x03, 0xE4, 0xF5, 0x24, 0x90, -+0x04, 0x7F, 0xE5, 0x24, 0xF0, 0x90, 0xA3, 0x43, 0xE0, 0x7F, 0x04, 0x70, 0x02, 0x81, 0xFF, 0x12, -+0x68, 0x6F, 0x22, 0xE4, 0xFF, 0xA1, 0x84, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, -+0xDD, 0xEE, 0x12, 0xB8, 0x87, 0x90, 0xA4, 0xDD, 0xE0, 0xFE, 0xA3, 0xE0, 0xF5, 0x82, 0x8E, 0x83, -+0xE0, 0x60, 0x24, 0xC3, 0x90, 0xA4, 0xE0, 0xE0, 0x94, 0xE8, 0x90, 0xA4, 0xDF, 0xE0, 0x94, 0x03, -+0x40, 0x0B, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x00, 0x80, 0x0C, 0x90, 0xA4, 0xDF, -+0x12, 0x57, 0xF9, 0xF1, 0x6F, 0x80, 0xCE, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xE5, 0x12, 0x48, 0xF3, 0x7F, 0x96, 0x7E, 0x02, 0xD1, -+0x07, 0xEF, 0x60, 0x47, 0x90, 0x01, 0x17, 0xE0, 0xFE, 0x90, 0x01, 0x16, 0xF1, 0x76, 0x3E, 0xFE, -+0xF1, 0x7E, 0x90, 0xA4, 0xE8, 0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0xA4, 0xE8, -+0xE0, 0xFD, 0x90, 0x02, 0x94, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA4, 0xE5, 0xF1, 0x86, 0x24, 0x02, -+0xFF, 0xE4, 0x33, 0xFE, 0xD1, 0xB0, 0x90, 0xA4, 0xE8, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0xA4, 0xE5, -+0x12, 0x48, 0xEA, 0xF1, 0xD0, 0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xE4, 0xFC, 0xED, 0x2C, 0x24, 0x00, 0xF1, 0x01, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, 0xF3, 0x74, -+0x00, 0x2D, 0xF1, 0x01, 0xEF, 0xF0, 0xEE, 0x54, 0x3F, 0xFF, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0xE4, -+0x34, 0xFB, 0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, -+0xE0, 0x54, 0xF0, 0xF0, 0x74, 0x03, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, -+0x80, 0xF0, 0x74, 0x0B, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, -+0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0xE4, 0xFF, 0x90, 0xA0, 0xC0, 0xE0, 0xFE, 0x90, 0xA0, 0xBF, 0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, -+0x01, 0x80, 0x02, 0x7E, 0x00, 0xEE, 0x64, 0x01, 0x60, 0x3F, 0xED, 0xF1, 0x8F, 0xFA, 0x7B, 0x01, -+0xD1, 0x4E, 0x7F, 0x01, 0xEF, 0x60, 0x32, 0x90, 0xA0, 0xBF, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, -+0x02, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA0, 0xBF, 0xF0, 0x90, 0xA0, 0xC0, -+0xE0, 0xFF, 0x90, 0xA0, 0xBF, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, -+0x70, 0x07, 0x90, 0x9F, 0x13, 0xE0, 0x44, 0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x7F, -+0x0A, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0xE0, 0x7C, 0x00, 0x24, 0x00, 0xFF, 0xEC, 0x22, 0xEF, 0x24, -+0x01, 0xFF, 0xE4, 0x3E, 0xFE, 0x22, 0x12, 0x48, 0xEA, 0x90, 0x00, 0x0E, 0x02, 0x06, 0xA2, 0x75, -+0xF0, 0x0F, 0xA4, 0x24, 0x29, 0xF9, 0x74, 0xA0, 0x35, 0xF0, 0x22, 0x90, 0x01, 0x9A, 0xE0, 0x54, -+0xC0, 0x44, 0x0B, 0xF1, 0x6E, 0x90, 0x01, 0x98, 0xE0, 0x54, 0xC0, 0x7F, 0x00, 0xB4, 0x40, 0x02, -+0x7F, 0x01, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x01, 0x9A, 0xE0, 0x54, 0xC0, -+0xF1, 0x6E, 0x90, 0x01, 0x99, 0xE0, 0x44, 0xC0, 0xF0, 0x90, 0x01, 0x9B, 0x74, 0x80, 0xF0, 0x22, -+0x90, 0xA4, 0xE1, 0xEF, 0xF0, 0xA3, 0x12, 0x48, 0xF3, 0x90, 0xA5, 0x18, 0xE0, 0xFE, 0x04, 0xF0, -+0x90, 0x00, 0x01, 0xEE, 0x12, 0x06, 0xE1, 0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, -+0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0xA4, 0xE2, 0x12, 0x48, 0xEA, 0x8B, 0x40, 0x8A, -+0x41, 0x89, 0x42, 0x75, 0x43, 0x02, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x12, 0x34, 0x62, 0x90, -+0xA4, 0xE1, 0xE0, 0x24, 0x02, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, -+0xC0, 0x01, 0xA3, 0x12, 0x48, 0xEA, 0xE9, 0x24, 0x02, 0xF9, 0xE4, 0x3A, 0x8B, 0x40, 0xF5, 0x41, -+0x89, 0x42, 0x90, 0xA4, 0xE2, 0x12, 0x9F, 0x86, 0xF5, 0x43, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, -+0x02, 0x34, 0x62, 0x90, 0x01, 0x94, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x01, 0xC7, 0xE4, 0xF0, 0x22, -+0xE4, 0x90, 0xA2, 0x7E, 0xF0, 0xA3, 0xF0, 0x12, 0x9F, 0x9B, 0xEF, 0x64, 0x01, 0x60, 0x3D, 0xC3, -+0x90, 0xA2, 0x7F, 0xE0, 0x94, 0x88, 0x90, 0xA2, 0x7E, 0xE0, 0x94, 0x13, 0x40, 0x0F, 0x90, 0x01, -+0xC1, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0x01, 0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1F, 0x90, 0xA2, 0x7E, -+0x12, 0x57, 0xF9, 0x12, 0x96, 0xDB, 0xD3, 0x90, 0xA2, 0x7F, 0xE0, 0x94, 0x32, 0x90, 0xA2, 0x7E, -+0xE0, 0x94, 0x00, 0x40, 0xC2, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE3, 0xBB, 0x90, 0x01, 0xC7, 0x74, -+0xFE, 0xF0, 0x22, 0x7F, 0x02, 0x90, 0xA1, 0x50, 0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x18, 0xEF, -+0x25, 0xE0, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE4, 0x0B, 0x90, 0x01, 0xB8, 0x74, 0x08, 0xF0, 0xA3, -+0xF0, 0x7F, 0x00, 0x22, 0x0F, 0x80, 0xDE, 0x7F, 0x01, 0x22, 0xE4, 0x90, 0x9F, 0x13, 0x02, 0x4F, -+0xAF, 0x90, 0x01, 0xE4, 0x74, 0x25, 0xF0, 0xA3, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x34, 0xE0, 0x55, -+0x59, 0xF5, 0x5D, 0xA3, 0xE0, 0x55, 0x5A, 0xF5, 0x5E, 0xA3, 0xE0, 0x55, 0x5B, 0xF5, 0x5F, 0xA3, -+0xE0, 0x55, 0x5C, 0xF5, 0x60, 0x90, 0x01, 0x34, 0xE5, 0x5D, 0xF0, 0xA3, 0xE5, 0x5E, 0xF0, 0xA3, -+0xE5, 0x5F, 0xF0, 0xA3, 0xE5, 0x60, 0xF0, 0x22, 0x90, 0x01, 0x3C, 0xE0, 0x55, 0x61, 0xF5, 0x65, -+0xA3, 0xE0, 0x55, 0x62, 0xF5, 0x66, 0xA3, 0xE0, 0x55, 0x63, 0xF5, 0x67, 0xA3, 0xE0, 0x55, 0x64, -+0xF5, 0x68, 0x90, 0x01, 0x3C, 0xE5, 0x65, 0xF0, 0xA3, 0xE5, 0x66, 0xF0, 0xA3, 0xE5, 0x67, 0xF0, -+0xA3, 0xE5, 0x68, 0xF0, 0x53, 0x91, 0xDF, 0x22, 0x90, 0x01, 0xCF, 0xE0, 0x90, 0xA3, 0x43, 0xF0, -+0xE0, 0xFF, 0x30, 0xE0, 0x07, 0x90, 0x01, 0xCF, 0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE5, 0x23, -+0x90, 0x01, 0xCF, 0xE0, 0x54, 0xDF, 0xF0, 0x90, 0x01, 0x34, 0x74, 0x20, 0xF0, 0xE4, 0xF5, 0xA8, -+0xF5, 0xE8, 0x12, 0x4F, 0x4C, 0x90, 0x00, 0x03, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x03, 0x12, 0x4A, -+0x26, 0x80, 0xFE, 0x22, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x05, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, -+0x22, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x10, 0xA3, 0x74, 0x01, 0xF0, 0x90, 0xA0, 0xD5, 0xE0, -+0xFF, 0xC3, 0x13, 0x30, 0xE0, 0x02, 0x31, 0xA6, 0x12, 0x82, 0xD0, 0x90, 0xA1, 0x51, 0xE0, 0x30, -+0xE0, 0x03, 0x12, 0x71, 0xB3, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x84, 0x66, -+0xBF, 0x01, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x02, 0x12, 0x5D, 0xB9, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0xA0, 0xD5, 0xE0, 0xFF, 0x30, 0xE0, 0x40, 0x90, 0xA0, 0xD9, 0xE0, 0x7E, 0x00, 0xB4, -+0x02, 0x02, 0x7E, 0x01, 0x90, 0xA0, 0xD8, 0xE0, 0x7D, 0x00, 0xB4, 0x04, 0x02, 0x7D, 0x01, 0xED, -+0x4E, 0x70, 0x26, 0xEF, 0xC3, 0x13, 0x30, 0xE0, 0x04, 0x31, 0xA6, 0x80, 0x1C, 0x12, 0x8E, 0xC9, -+0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x08, 0x06, 0xE4, 0xFD, 0x7F, 0x0C, 0x80, 0x09, 0x90, 0xA0, 0xD9, -+0xE0, 0x70, 0x06, 0xFD, 0x7F, 0x04, 0x12, 0x58, 0xE9, 0x90, 0xA1, 0xC6, 0x51, 0x4B, 0x30, 0xE0, -+0x1B, 0x90, 0xA1, 0x51, 0xE0, 0xFF, 0x30, 0xE0, 0x13, 0xC3, 0x13, 0x54, 0x07, 0x12, 0x57, 0xAC, -+0xFE, 0x51, 0x2D, 0xEE, 0x60, 0x03, 0xB4, 0x02, 0x03, 0x12, 0x50, 0x4D, 0x22, 0x12, 0x55, 0x00, -+0x20, 0xE0, 0x07, 0xC3, 0x13, 0x30, 0xE0, 0x08, 0x80, 0x07, 0x12, 0x55, 0x00, 0x44, 0x04, 0xF0, -+0x22, 0x90, 0xA1, 0x53, 0x74, 0x05, 0xF0, 0x22, 0x90, 0xA0, 0xD5, 0xE0, 0xC4, 0x13, 0x13, 0x54, -+0x03, 0x22, 0xAE, 0x07, 0x12, 0x84, 0x66, 0xBF, 0x01, 0x0F, 0x51, 0x48, 0x20, 0xE0, 0x0A, 0xAF, -+0x06, 0x7D, 0x01, 0x12, 0x58, 0xE9, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0x90, 0xA0, 0xD5, 0xE0, -+0xFF, 0x30, 0xE0, 0x05, 0x12, 0x8E, 0xE0, 0x60, 0x1B, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x04, 0xEF, -+0x30, 0xE0, 0x0B, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x02, 0x60, 0x09, 0x12, 0x81, 0x16, 0x90, 0x01, -+0xE6, 0xE0, 0x04, 0xF0, 0x22, 0xE4, 0xFF, 0x12, 0x82, 0x72, 0xBF, 0x01, 0x10, 0x90, 0xA0, 0xDF, -+0xE0, 0x60, 0x0A, 0x12, 0x8E, 0x3C, 0x54, 0x07, 0x70, 0x03, 0x12, 0x58, 0xD0, 0x22, 0xE4, 0xFF, -+0x02, 0x7C, 0x84, 0x90, 0x07, 0x1F, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x07, 0x1C, 0xE0, 0x54, 0x01, -+0xFF, 0x90, 0xA3, 0x45, 0xF0, 0x90, 0xA3, 0x43, 0x74, 0x02, 0xF0, 0x90, 0xA3, 0x51, 0x14, 0xF0, -+0xFB, 0x7A, 0xA3, 0x79, 0x43, 0x12, 0x69, 0x59, 0x7F, 0x04, 0x02, 0x68, 0x6F, 0x90, 0xA0, 0xDF, -+0xE0, 0x60, 0x03, 0x12, 0x85, 0x65, 0x02, 0x50, 0x4D, 0x90, 0xA1, 0x51, 0xE0, 0x30, 0xE0, 0x07, -+0x90, 0xA1, 0xC6, 0xE0, 0x44, 0x40, 0xF0, 0x22, 0x22, 0x90, 0xA1, 0x51, 0xE0, 0x30, 0xE0, 0x0E, -+0x12, 0x6D, 0xA0, 0x30, 0xE0, 0x08, 0xA3, 0xE0, 0x44, 0x20, 0xF0, 0x44, 0x40, 0xF0, 0x22, 0x90, -+0xA0, 0xDA, 0xE0, 0xFF, 0x12, 0x6D, 0xA4, 0x30, 0xE0, 0x24, 0xEF, 0x54, 0x7F, 0xF0, 0x90, 0x04, -+0xE0, 0xE0, 0x90, 0xA0, 0xDB, 0x30, 0xE1, 0x06, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x07, 0xE0, 0x54, -+0xFD, 0x71, 0x49, 0x04, 0xF0, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x03, 0x12, 0x58, 0xD0, 0x90, 0x04, -+0xE0, 0xE0, 0x30, 0xE1, 0x03, 0x12, 0x54, 0x7D, 0x22, 0xF0, 0x90, 0x01, 0xB9, 0x74, 0x01, 0xF0, -+0x90, 0x01, 0xB8, 0x22, 0xE4, 0x90, 0xA3, 0x55, 0xF0, 0xA3, 0xF0, 0x7F, 0x83, 0x12, 0x4B, 0xB4, -+0x90, 0xA3, 0x54, 0xEF, 0xF0, 0x7F, 0x83, 0x12, 0x4B, 0xB4, 0xAE, 0x07, 0x90, 0xA3, 0x54, 0xE0, -+0xFF, 0xB5, 0x06, 0x01, 0x22, 0xC3, 0x90, 0xA3, 0x56, 0xE0, 0x94, 0x64, 0x90, 0xA3, 0x55, 0xE0, -+0x94, 0x00, 0x40, 0x0D, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x40, 0xF0, 0x90, 0xA3, 0x54, 0xE0, 0xFF, -+0x22, 0x90, 0xA3, 0x55, 0x12, 0x57, 0xF9, 0x80, 0xC2, 0x90, 0x01, 0xC4, 0x74, 0x99, 0xF0, 0x74, -+0xA3, 0xA3, 0xF0, 0x7F, 0x90, 0x12, 0x4B, 0xB4, 0xEF, 0x20, 0xE0, 0xF7, 0x74, 0x99, 0x04, 0x90, -+0x01, 0xC4, 0xF0, 0x74, 0xA3, 0xA3, 0xF0, 0x22, 0x7E, 0xFF, 0xED, 0xC3, 0x94, 0x33, 0x40, 0x19, -+0xED, 0xD3, 0x94, 0x35, 0x50, 0x13, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4F, 0x45, 0xC4, 0x13, 0x54, -+0x07, 0x30, 0xE0, 0x05, 0xED, 0x14, 0x44, 0x80, 0xFE, 0xED, 0x14, 0xFD, 0x12, 0x7D, 0xB9, 0xED, -+0xF0, 0xAF, 0x06, 0x22, 0xE4, 0xF5, 0x1C, 0x12, 0x6C, 0xB8, 0xE0, 0xFE, 0xB4, 0x05, 0x14, 0xED, -+0xC3, 0x94, 0x3B, 0x50, 0x5B, 0xED, 0xC3, 0x94, 0x31, 0x40, 0x5D, 0xED, 0xD3, 0x94, 0x35, 0x50, -+0x57, 0x80, 0x4D, 0xEE, 0xB4, 0x04, 0x08, 0xED, 0xC3, 0x94, 0x31, 0x40, 0x4B, 0x80, 0x41, 0x12, -+0x6C, 0xB8, 0xE0, 0xFE, 0xB4, 0x03, 0x14, 0xED, 0xC3, 0x94, 0x19, 0x50, 0x0C, 0xED, 0xC3, 0x94, -+0x11, 0x40, 0x35, 0xED, 0xD3, 0x94, 0x13, 0x50, 0x2F, 0x80, 0x25, 0xEE, 0xB4, 0x02, 0x08, 0xED, -+0xC3, 0x94, 0x11, 0x40, 0x23, 0x80, 0x19, 0x12, 0x6C, 0xB8, 0xE0, 0xFE, 0xB4, 0x01, 0x08, 0xED, -+0xC3, 0x94, 0x0A, 0x40, 0x13, 0x80, 0x09, 0xEE, 0x70, 0x0B, 0xED, 0xC3, 0x94, 0x03, 0x40, 0x08, -+0x75, 0x1C, 0x01, 0x80, 0x03, 0xE4, 0xF5, 0x1C, 0xAF, 0x1C, 0x22, 0x8F, 0x10, 0x8D, 0x11, 0x8B, -+0x12, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x4D, 0xC2, 0xC4, 0x54, 0x03, 0x90, 0xA2, 0x91, 0xF0, 0x90, -+0xA2, 0x8F, 0x60, 0x09, 0x74, 0x32, 0xF0, 0xA3, 0x74, 0x2F, 0xF0, 0x80, 0x07, 0x74, 0x11, 0xF0, -+0xA3, 0x74, 0x0F, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x10, 0x12, 0x78, 0xE7, 0xE0, 0xFD, 0x90, 0xA4, -+0x60, 0x74, 0x04, 0xF0, 0xE4, 0xFB, 0xAF, 0x10, 0x91, 0xD7, 0xE5, 0x11, 0xD3, 0x94, 0x2D, 0x40, -+0x0A, 0x75, 0xF0, 0x04, 0xE5, 0x10, 0x12, 0x6F, 0xE7, 0x80, 0x20, 0xE5, 0x11, 0xD3, 0x94, 0x1E, -+0x40, 0x05, 0x90, 0xA2, 0x8F, 0x80, 0x14, 0xE5, 0x11, 0xD3, 0x94, 0x14, 0x40, 0x05, 0x90, 0xA2, -+0x90, 0x80, 0x08, 0x75, 0xF0, 0x04, 0xE5, 0x10, 0x12, 0x6E, 0x39, 0xE0, 0xFD, 0x85, 0x12, 0x73, -+0xE4, 0xFB, 0xAF, 0x10, 0x02, 0x7A, 0x82, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, -+0x63, 0xED, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA4, 0x60, 0xE0, 0x90, 0xA4, 0x66, -+0xF0, 0x90, 0xA4, 0x61, 0x74, 0x0C, 0xF0, 0x90, 0xA4, 0x6F, 0x74, 0x04, 0xF0, 0x7B, 0x01, 0x7A, -+0xA4, 0x79, 0x61, 0x12, 0x68, 0x6B, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0x04, 0x30, 0x12, 0x97, 0x81, 0x90, 0xA2, 0x81, 0xE0, 0x90, 0x04, 0x33, 0xF0, -+0x90, 0xA2, 0x82, 0xE0, 0x90, 0x04, 0x34, 0xF0, 0x90, 0xA2, 0x83, 0xE0, 0x90, 0x04, 0x35, 0xF0, -+0x90, 0xA2, 0x84, 0xE0, 0x90, 0x04, 0x36, 0xF0, 0x90, 0xA2, 0x85, 0xE0, 0x90, 0x04, 0x37, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0xEF, 0x94, 0xE8, 0xEE, 0x94, 0x03, 0x40, 0x03, 0x7F, 0x05, -+0x22, 0xD3, 0xEF, 0x94, 0xC8, 0xEE, 0x94, 0x00, 0x7F, 0x00, 0x40, 0x02, 0x7F, 0x02, 0x22, 0x90, -+0xA2, 0x97, 0x12, 0x97, 0x7E, 0x90, 0xA2, 0x99, 0xE0, 0xD1, 0x34, 0x7B, 0x01, 0x90, 0xA2, 0x9E, -+0x12, 0x48, 0xF3, 0x90, 0xA2, 0x9A, 0xE0, 0xD1, 0x44, 0xA3, 0x12, 0x48, 0xF3, 0xD1, 0x17, 0xFF, -+0xB1, 0x45, 0x8F, 0x20, 0xA3, 0xD1, 0x1F, 0xE0, 0xF5, 0x1C, 0xA3, 0xE0, 0xF5, 0x1D, 0xE4, 0xF5, -+0x21, 0x90, 0xA2, 0x9E, 0x12, 0x48, 0xEA, 0x75, 0xF0, 0x02, 0xE5, 0x21, 0xD1, 0x5E, 0xA8, 0x20, -+0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA2, 0x9B, 0x12, 0x48, -+0xEA, 0x85, 0x21, 0x82, 0x12, 0x67, 0xEE, 0xD1, 0x2C, 0x25, 0x1D, 0xF5, 0x1D, 0xEE, 0x35, 0x1C, -+0xF5, 0x1C, 0x05, 0x21, 0xE5, 0x21, 0xB4, 0x05, 0xC8, 0x90, 0xA2, 0x9B, 0x12, 0x48, 0xEA, 0x12, -+0x6E, 0x6C, 0xFD, 0x7C, 0x00, 0xD1, 0x17, 0xA8, 0x20, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, -+0x13, 0xD8, 0xF9, 0xFF, 0x12, 0x07, 0x03, 0x8E, 0x1E, 0x8F, 0x1F, 0xD3, 0xE5, 0x1D, 0x95, 0x1F, -+0xE5, 0x1C, 0x95, 0x1E, 0x40, 0x0C, 0xE5, 0x1D, 0x95, 0x1F, 0xFF, 0xE5, 0x1C, 0x95, 0x1E, 0xFE, -+0x80, 0x04, 0x7E, 0x00, 0x7F, 0x00, 0x8E, 0x1C, 0x8F, 0x1D, 0x90, 0xA2, 0x99, 0xD1, 0x1F, 0xE5, -+0x1C, 0xF0, 0xA3, 0xE5, 0x1D, 0xF0, 0x22, 0x90, 0xA2, 0x97, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0xE0, -+0x25, 0xE0, 0x24, 0x91, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0xFD, 0x7C, 0x00, 0x12, -+0x07, 0x03, 0xEF, 0x22, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x01, 0xF9, 0x74, 0x8D, 0x35, 0xF0, 0xFA, -+0x22, 0x8F, 0x16, 0xEF, 0x75, 0xF0, 0x06, 0xA4, 0x24, 0x62, 0xF9, 0x74, 0x40, 0x35, 0xF0, 0xFA, -+0x7B, 0xFF, 0x22, 0x90, 0xA2, 0x8B, 0x12, 0x48, 0xEA, 0x75, 0xF0, 0x02, 0xE5, 0x18, 0xA4, 0xF5, -+0x82, 0x85, 0xF0, 0x83, 0x12, 0x07, 0xAB, 0xAE, 0xF0, 0x22, 0xE4, 0x90, 0xA2, 0xA1, 0xF0, 0x90, -+0xA2, 0xA1, 0xE0, 0xFF, 0xC3, 0x94, 0x06, 0x50, 0x60, 0x74, 0x22, 0x2F, 0xF5, 0x82, 0xE4, 0x34, -+0x9F, 0xF5, 0x83, 0xE0, 0xFF, 0xD3, 0x94, 0x0A, 0x50, 0x02, 0x80, 0x02, 0x7F, 0x0A, 0xAE, 0x07, -+0xEF, 0x24, 0x02, 0x90, 0xA2, 0xA0, 0xF0, 0x90, 0xA2, 0x92, 0x74, 0x0E, 0xF0, 0x90, 0xA2, 0x94, -+0x74, 0x01, 0xF0, 0xD1, 0xDA, 0xE0, 0x90, 0xA2, 0x95, 0xF0, 0xE4, 0xFF, 0xEF, 0xC3, 0x9E, 0x50, -+0x17, 0xD1, 0xDA, 0xE0, 0x2F, 0xD1, 0xE8, 0xE0, 0xFD, 0x74, 0x96, 0x2F, 0xF5, 0x82, 0xE4, 0x34, -+0xA2, 0xF5, 0x83, 0xED, 0xF0, 0x0F, 0x80, 0xE4, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0x92, 0x12, 0x68, -+0x6B, 0x90, 0xA2, 0xA1, 0xE0, 0x04, 0xF0, 0x80, 0x96, 0x22, 0x90, 0xA2, 0xA1, 0xE0, 0x24, 0x1C, -+0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, 0x24, 0x7C, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, -+0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFE, 0xFC, 0xEF, 0x64, 0x02, 0x70, -+0x40, 0xED, 0xB4, 0x01, 0x04, 0x7E, 0x0A, 0x80, 0x06, 0xED, 0xB4, 0x02, 0x02, 0x7E, 0x09, 0xEB, -+0xB4, 0x01, 0x08, 0xED, 0xB4, 0x01, 0x04, 0x7C, 0x04, 0x80, 0x38, 0xEB, 0xB4, 0x02, 0x08, 0xED, -+0xB4, 0x01, 0x04, 0x7C, 0x02, 0x80, 0x2C, 0xEB, 0xB4, 0x01, 0x08, 0xED, 0xB4, 0x02, 0x04, 0x7C, -+0x01, 0x80, 0x20, 0xEB, 0x64, 0x02, 0x70, 0x1B, 0xED, 0x64, 0x02, 0x70, 0x16, 0x7C, 0x03, 0x80, -+0x12, 0xEF, 0xB4, 0x01, 0x0E, 0xEB, 0xB4, 0x02, 0x04, 0x7C, 0x01, 0x80, 0x06, 0xEB, 0xB4, 0x01, -+0x02, 0x7C, 0x02, 0xAF, 0x06, 0xEF, 0xC4, 0x54, 0xF0, 0x4C, 0xFF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x90, 0xA5, 0x12, 0xED, 0xF0, 0x90, 0xA5, 0x11, 0xEF, 0xF0, 0x70, 0x79, 0x90, 0xA4, 0x85, 0x12, -+0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, -+0x74, 0x08, 0xFF, 0xFE, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0F, 0x00, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x12, 0xA8, 0x59, 0x12, 0x08, 0x79, 0x30, 0x00, -+0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, -+0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x10, 0x7F, 0x0C, 0x12, 0x77, 0x87, 0x12, 0x08, 0x79, 0x0F, 0x00, 0x00, 0x00, -+0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x01, 0x00, 0x00, 0x00, 0x12, 0x77, 0x16, 0x90, 0x04, 0x54, -+0xE0, 0x54, 0x7F, 0x80, 0x6A, 0x90, 0xA5, 0x11, 0xE0, 0x64, 0x01, 0x70, 0x61, 0x90, 0x04, 0x54, -+0xE0, 0x44, 0x80, 0x12, 0xA8, 0x4F, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, -+0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0x12, 0x77, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0F, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x01, 0x00, 0x11, 0x59, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, 0xA4, 0x89, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x0C, 0x12, 0x77, 0x87, 0x12, 0x08, 0x79, 0x0F, 0x00, 0x00, -+0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x0F, 0x00, 0x00, 0x00, 0x12, 0x77, 0x16, 0x22, 0x90, -+0xA5, 0x13, 0xF0, 0xE0, 0x90, 0x04, 0x54, 0xF0, 0x22, 0x7F, 0x1C, 0x7E, 0x0C, 0x12, 0x77, 0x1A, -+0x90, 0xA5, 0x11, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x11, 0x6E, 0x90, 0xA4, 0x85, 0x22, 0xEF, 0x90, -+0xA4, 0x85, 0x70, 0x2B, 0x12, 0x08, 0x79, 0x00, 0x00, 0xF0, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x70, 0x00, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0xF0, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x70, 0x80, 0x29, 0x12, -+0x08, 0x79, 0x00, 0x00, 0xF0, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x50, 0x00, -+0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x40, 0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x77, 0x89, 0x12, -+0x08, 0x79, 0x00, 0x10, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, -+0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, 0x40, 0x00, 0x00, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0x12, 0x77, 0x89, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x07, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x07, -+0x7F, 0xB0, 0x7E, 0x0C, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x07, 0x00, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x07, 0x00, 0x7F, 0xB0, 0x7E, 0x0C, 0x02, 0x77, 0x1A, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xA4, 0xEF, 0xF0, 0x90, 0xA4, 0x85, 0x12, 0x08, -+0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, -+0x2C, 0x7E, 0x08, 0x12, 0x77, 0x1A, 0x51, 0x16, 0xE4, 0x7B, 0x12, 0x7A, 0x01, 0xF9, 0xF8, 0xD3, -+0x12, 0x48, 0x27, 0x40, 0x2D, 0x51, 0x16, 0xE4, 0x7B, 0xEE, 0x1A, 0xF8, 0xC3, 0x12, 0x48, 0x27, -+0x50, 0x20, 0x90, 0xA4, 0xA9, 0x51, 0x19, 0xE4, 0x7B, 0x12, 0xF8, 0xD3, 0x12, 0x48, 0x27, 0x50, -+0x51, 0x90, 0xA4, 0xA9, 0x51, 0x19, 0xE4, 0x7B, 0xEE, 0x7A, 0x03, 0xF8, 0xC3, 0x12, 0x48, 0x27, -+0x40, 0x40, 0x51, 0x24, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x03, 0xFF, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x01, 0x00, 0xD0, -+0x07, 0xD0, 0x06, 0x51, 0x21, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, -+0x08, 0x79, 0x03, 0xFF, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, -+0x80, 0x38, 0x51, 0x24, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x03, 0xFF, 0x51, 0x16, 0x51, 0x39, 0xD0, 0x07, 0xD0, 0x06, 0x51, 0x21, 0x12, -+0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x03, 0xFF, 0x00, 0x00, -+0x90, 0xA4, 0xA9, 0x12, 0x48, 0xC6, 0x78, 0x0F, 0x51, 0x36, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x77, -+0x1A, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA4, 0xA5, 0x12, 0x48, 0xC6, 0x78, 0x01, 0x02, 0x08, -+0x47, 0x12, 0x77, 0x1A, 0x90, 0xA4, 0xA4, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x24, 0x6F, 0xF5, 0x82, -+0xE4, 0x34, 0x44, 0x22, 0x78, 0x1C, 0x12, 0x08, 0x5A, 0x90, 0xA4, 0x89, 0x02, 0x08, 0x6D, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0xAD, 0xEF, 0xF0, 0x90, 0xA4, 0x85, 0x12, 0x08, -+0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x7F, -+0x2C, 0x7E, 0x08, 0x12, 0x77, 0x1A, 0x71, 0x1A, 0x24, 0x73, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, -+0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x80, -+0xD0, 0x07, 0xD0, 0x06, 0x71, 0x17, 0x24, 0x75, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, 0x66, 0x8E, -+0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x20, 0x04, 0x00, 0x00, 0xD0, 0x07, -+0xD0, 0x06, 0x71, 0x17, 0x24, 0x77, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, 0x66, 0x8E, 0xC0, 0x06, -+0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x20, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, -+0x71, 0x17, 0x24, 0x79, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x00, 0x00, 0x07, 0xFF, 0x90, 0xA4, 0xB2, 0x12, 0x48, 0xC6, -+0x51, 0x39, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x77, 0x1A, 0x71, 0x1A, 0x24, 0x7B, 0xF5, 0x82, 0xE4, -+0x34, 0x44, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x07, 0xFF, 0x90, 0xA4, 0xAE, 0x12, 0x48, 0xC6, 0x51, 0x39, 0xD0, 0x07, 0xD0, 0x06, 0x12, -+0x77, 0x1A, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x38, 0x07, 0x90, 0xA4, 0xAD, 0xE0, 0x75, 0xF0, -+0x1E, 0xA4, 0x22, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x2C, 0x7E, 0x08, 0x12, 0x77, 0x1A, 0x90, 0x05, -+0x22, 0x74, 0x3F, 0x71, 0x94, 0xF0, 0xA3, 0xE0, 0x54, 0xF7, 0xF0, 0x90, 0xA4, 0x85, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x74, -+0x08, 0xFF, 0xFE, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x0F, 0x90, 0xA4, 0x89, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x0C, 0x7F, 0x38, 0x12, 0x77, 0x87, 0x12, 0x08, 0x79, 0xFF, -+0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x0F, 0x7F, 0x04, 0x7E, -+0x0A, 0x02, 0x77, 0x1A, 0xF0, 0x90, 0x05, 0x50, 0xE0, 0x54, 0xF7, 0x22, 0x90, 0xA3, 0x35, 0xEF, -+0xF0, 0xA3, 0xED, 0xF0, 0xE4, 0xA3, 0xF0, 0x12, 0x66, 0x7F, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, -+0xB9, 0x12, 0x08, 0x79, 0x00, 0x10, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x67, 0x88, 0x12, -+0x08, 0x79, 0xFA, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7E, 0x09, 0x12, 0x67, 0x88, 0x12, 0x08, 0x79, -+0xF8, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x7E, 0x09, 0x12, 0x38, 0x07, 0x7F, 0x03, 0x7E, 0x00, 0x12, -+0x3C, 0xEC, 0x90, 0xA3, 0x35, 0xE0, 0x60, 0x04, 0xA3, 0xE0, 0x70, 0x07, 0x7F, 0x04, 0x7E, 0x00, -+0x12, 0x3C, 0xEC, 0xE4, 0x90, 0xA3, 0x38, 0xF0, 0xB1, 0x6E, 0x12, 0x66, 0x8E, 0x12, 0x37, 0xBC, -+0xE4, 0xFF, 0xEE, 0x54, 0x04, 0xFE, 0xE4, 0xFD, 0xFC, 0x78, 0x0A, 0x12, 0x08, 0x47, 0xEF, 0x70, -+0x18, 0x90, 0xA3, 0x38, 0xE0, 0xD3, 0x94, 0x14, 0x50, 0x0F, 0x7F, 0x01, 0x7E, 0x00, 0x12, 0x3C, -+0xEC, 0x90, 0xA3, 0x38, 0xE0, 0x04, 0xF0, 0x80, 0xCF, 0x12, 0x66, 0x7F, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, -+0x07, 0x90, 0xA3, 0x38, 0xE0, 0xC3, 0x94, 0x14, 0x40, 0x02, 0xA1, 0x5F, 0x90, 0xA3, 0x36, 0xE0, -+0x70, 0x45, 0xB1, 0x6E, 0x12, 0x66, 0x8E, 0xB1, 0x8D, 0xF0, 0x70, 0x33, 0x12, 0x66, 0x7F, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x02, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, -+0x06, 0x12, 0x66, 0x54, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x04, 0x00, -+0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x6B, 0x12, 0x66, 0x8E, 0xB1, 0xA1, 0xA1, 0x65, 0xB1, -+0x7E, 0x60, 0x02, 0x61, 0xA7, 0xA1, 0x65, 0xB1, 0x6E, 0x12, 0x66, 0x8E, 0xB1, 0x8D, 0xF0, 0x60, -+0x02, 0xA1, 0x57, 0x12, 0x66, 0x7F, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, -+0x06, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x66, 0x54, 0xC0, 0x06, 0xC0, 0x07, 0x90, -+0xAA, 0xB9, 0x12, 0x08, 0x79, 0x08, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x6B, 0x12, -+0x66, 0x8E, 0xB1, 0xA1, 0x12, 0x66, 0x7F, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, -+0x79, 0x05, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x6B, 0x12, 0x66, 0x8E, 0x12, 0x37, -+0xBC, 0x90, 0xA3, 0x3B, 0x12, 0x66, 0x7C, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, -+0x79, 0x06, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x6B, 0x12, 0x66, 0x8E, 0xB1, 0x95, -+0x90, 0xA3, 0x3F, 0x12, 0x66, 0x7C, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, -+0x07, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x6B, 0x12, 0x66, 0x8E, 0x12, 0x37, 0xBC, -+0x90, 0xA3, 0x3B, 0x12, 0x66, 0x7C, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, -+0x08, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xB1, 0x6B, 0x12, 0x66, 0x8E, 0xB1, 0x95, 0x90, -+0xA3, 0x3F, 0x12, 0x08, 0x6D, 0x80, 0x0E, 0xB1, 0x7E, 0x60, 0x02, 0x61, 0xA7, 0x80, 0x06, 0xB1, -+0x7E, 0x60, 0x02, 0x61, 0xA7, 0x90, 0xA3, 0x3A, 0xE0, 0xFF, 0x22, 0x12, 0x38, 0x07, 0x90, 0xA3, -+0x35, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x24, 0x71, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x22, 0xE4, 0x90, -+0xA3, 0x3A, 0xF0, 0x90, 0xA3, 0x37, 0xE0, 0x04, 0xF0, 0xE0, 0x64, 0x0A, 0x22, 0x12, 0x37, 0xBC, -+0xE4, 0x90, 0xA3, 0x39, 0x22, 0x12, 0x37, 0xBC, 0xEF, 0x54, 0x1F, 0xFF, 0xE4, 0xFE, 0xFD, 0xFC, -+0x22, 0x12, 0x37, 0xBC, 0xE4, 0xFF, 0xFE, 0xEC, 0x54, 0x07, 0xFC, 0x90, 0xA4, 0x18, 0x12, 0x08, -+0x6D, 0x90, 0xA3, 0x3A, 0x74, 0x01, 0xF0, 0x22, 0x90, 0xA2, 0xF3, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, -+0x90, 0xA3, 0x10, 0x12, 0x4F, 0xAD, 0x78, 0x17, 0x7C, 0xA3, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x44, -+0x79, 0xCD, 0xFE, 0x7F, 0x06, 0x12, 0x06, 0x63, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x80, 0x00, -+0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x12, 0xB5, 0xB2, 0x75, -+0xF0, 0x0C, 0xA4, 0x24, 0xB7, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, -+0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x77, 0x77, 0x77, 0x77, 0xD0, 0x07, 0xD0, 0x06, 0x12, -+0xB9, 0x9C, 0x24, 0xB9, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x77, 0x77, 0x77, 0x77, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0xB9, -+0x9C, 0x24, 0xBB, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, -+0xAA, 0xB9, 0x12, 0x08, 0x79, 0x19, 0x79, 0x19, 0x79, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, -+0x12, 0xB4, 0xF4, 0x24, 0x65, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, -+0x07, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x0F, 0x90, 0xA4, 0x89, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x04, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0xB5, 0xB6, 0x75, 0xF0, 0x0C, 0xA4, -+0x12, 0x97, 0x6C, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, -+0x07, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x07, 0x00, 0x00, 0x00, 0xD0, 0x07, -+0xD0, 0x06, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x12, 0xB6, 0x1C, 0x12, 0x08, 0x79, 0x00, 0x08, 0x00, 0x02, -+0x12, 0x97, 0x5A, 0x12, 0x96, 0xC3, 0x12, 0x08, 0x79, 0x00, 0x02, 0x00, 0x00, 0x12, 0xB6, 0x09, -+0x12, 0x96, 0xC3, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x3F, 0x12, 0xB6, 0x01, 0x12, 0x96, 0xC3, -+0x12, 0x08, 0x79, 0x00, 0x0F, 0x3E, 0xC3, 0x12, 0xB5, 0xF9, 0x12, 0x96, 0xC3, 0x12, 0x08, 0x79, -+0x00, 0x09, 0x31, 0xD5, 0x12, 0x96, 0xBC, 0x12, 0x08, 0x79, 0x00, 0x08, 0xA0, 0x01, 0x12, 0xB5, -+0xE9, 0x12, 0x96, 0x78, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x80, 0x00, 0x7F, 0x0C, -+0x7E, 0x09, 0x12, 0x38, 0x07, 0x12, 0xB4, 0xF4, 0x24, 0x67, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x12, -+0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x01, -+0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x01, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0xB5, -+0xDA, 0x12, 0x08, 0x79, 0x29, 0x00, 0x20, 0x00, 0x7F, 0x78, 0x7E, 0x09, 0x12, 0x67, 0x88, 0x12, -+0x08, 0x79, 0xA9, 0x00, 0x20, 0x00, 0x7F, 0x7C, 0x7E, 0x09, 0x12, 0x67, 0x88, 0x12, 0x08, 0x79, -+0x00, 0x46, 0x29, 0x10, 0x12, 0xB6, 0x11, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, -+0x89, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x12, 0xB4, 0xED, 0x12, 0xB5, 0xF1, 0x12, 0x66, -+0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x82, 0x14, 0x03, 0xE3, 0xD0, -+0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, 0x90, 0xA1, 0xD0, 0xE0, 0x30, 0xE5, 0x19, 0x12, 0xB4, 0xF4, -+0x12, 0xB5, 0xE1, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, -+0x40, 0x16, 0x3E, 0x96, 0x80, 0x1E, 0x90, 0xA1, 0xD0, 0xE0, 0x30, 0xE4, 0x1E, 0x12, 0xB4, 0xF4, -+0x12, 0xB5, 0xE1, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, -+0x00, 0x16, 0x3E, 0x96, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, 0x12, 0xB4, 0xF4, 0x12, 0xB5, -+0x61, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x18, 0x00, -+0x8C, 0x10, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, 0x12, 0xB4, 0xF4, 0x12, 0xB5, 0x69, 0x12, -+0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x38, 0x00, 0x8C, 0x10, -+0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, 0xE4, 0x90, 0xA2, 0xF4, 0xF0, 0x90, 0xA2, 0xF3, 0xE0, -+0xFF, 0xE4, 0xFD, 0x12, 0xAB, 0x9C, 0x90, 0xA3, 0x14, 0xB1, 0x89, 0x90, 0xA2, 0xF4, 0xE0, 0xFA, -+0xB1, 0x53, 0xB1, 0x9C, 0xB1, 0x45, 0x12, 0x08, 0x6D, 0xEB, 0x60, 0x06, 0x90, 0xA3, 0x10, 0xE0, -+0x04, 0xF0, 0x90, 0xA2, 0xF4, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x03, 0x40, 0xCE, 0x90, 0xA4, -+0x85, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0xB1, 0xB2, 0xFF, 0x7D, 0x08, 0x12, 0x90, 0x68, 0xE4, 0xFF, 0xEE, 0x54, 0xFC, 0xFE, -+0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0x90, 0xA4, 0x77, 0x12, 0x08, 0x6D, 0x90, 0xA4, 0x73, 0x12, -+0x08, 0x79, 0x00, 0x07, 0xFE, 0x00, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x7D, 0x58, 0x7C, 0x00, 0x12, -+0x90, 0xBC, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, -+0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x7F, 0x2C, 0x7E, 0x08, 0x12, 0x77, 0x1A, 0x90, 0xA3, 0x14, -+0xE0, 0x70, 0x02, 0x41, 0x8A, 0x90, 0xA4, 0x85, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, -+0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xD1, 0x1C, 0x12, 0x08, 0x79, 0x00, 0x08, -+0x00, 0x00, 0x12, 0x97, 0x5A, 0x12, 0x96, 0xC3, 0x12, 0x08, 0x79, 0x00, 0x03, 0x00, 0x00, 0xD1, -+0x09, 0x12, 0x96, 0xC3, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x2F, 0xD1, 0x01, 0x12, 0x96, 0xC3, -+0x12, 0x08, 0x79, 0x00, 0x0F, 0xFF, 0xBB, 0xB1, 0xF9, 0x12, 0x96, 0xC3, 0x12, 0x08, 0x79, 0x00, -+0x08, 0x80, 0x01, 0xB1, 0xE9, 0x12, 0x96, 0xC3, 0x12, 0x08, 0x79, 0x00, 0x09, 0x31, 0xD8, 0x12, -+0x96, 0xBC, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x12, 0x97, 0x5A, 0x12, 0x96, 0x78, 0x90, -+0xA4, 0x85, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x80, -+0x00, 0x00, 0x00, 0x7F, 0x78, 0x7E, 0x09, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, -+0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x7C, 0x7E, 0x09, 0xB1, -+0xDA, 0x12, 0x08, 0x79, 0x00, 0x00, 0x80, 0x00, 0x7F, 0x0C, 0x7E, 0x09, 0x12, 0x67, 0x88, 0x12, -+0x08, 0x79, 0x00, 0x46, 0xA9, 0x11, 0xD1, 0x11, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, -+0xA4, 0x89, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x91, 0xED, 0xB1, 0x61, 0x12, 0x66, 0x8E, -+0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x38, 0x00, 0x8C, 0x10, 0xD0, 0x07, -+0xD0, 0x06, 0x12, 0x38, 0x07, 0x91, 0xF4, 0xB1, 0x69, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x18, 0x00, 0x8C, 0x10, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, -+0x07, 0x91, 0xF4, 0xB1, 0xF1, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, -+0x08, 0x79, 0x02, 0x14, 0x01, 0x19, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, 0x91, 0xF4, 0xB1, -+0xE1, 0x12, 0x66, 0x8E, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x28, 0x16, -+0x0D, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x38, 0x07, 0xE4, 0x90, 0xA2, 0xF6, 0xF0, 0x90, 0xA4, -+0x85, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0x7F, 0x2C, 0x12, 0x77, 0x87, 0x12, 0x08, 0x79, 0x03, 0xFF, 0x80, 0x00, 0x90, 0xA2, -+0xF6, 0xE0, 0xB1, 0x53, 0x12, 0xAA, 0x19, 0xE4, 0xFF, 0xEE, 0x54, 0x80, 0xFE, 0xEC, 0x54, 0x03, -+0xFC, 0x12, 0xAA, 0x39, 0x7F, 0x78, 0x7E, 0x09, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x07, 0xFF, 0x90, 0xA2, 0xF6, 0xE0, 0xB1, 0x45, 0x12, 0x77, 0xEA, 0xEE, 0x54, 0x07, 0xFE, 0xE4, -+0xFD, 0xFC, 0x12, 0xAA, 0x39, 0x7F, 0x78, 0x7E, 0x09, 0x12, 0x77, 0x89, 0x12, 0x08, 0x79, 0x80, -+0x00, 0x00, 0x00, 0x90, 0xA4, 0x89, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0xB1, 0xB2, 0xFF, -+0x7D, 0x01, 0x12, 0xAB, 0x9C, 0x90, 0xA3, 0x15, 0xB1, 0x89, 0x90, 0xA2, 0xF6, 0xE0, 0xFA, 0xB1, -+0xCC, 0xB1, 0x9C, 0xB1, 0xBE, 0x12, 0x08, 0x6D, 0xEB, 0x60, 0x06, 0x90, 0xA3, 0x11, 0xE0, 0x04, -+0xF0, 0xB1, 0x81, 0xC3, 0x94, 0x03, 0x50, 0x02, 0x21, 0xEE, 0x90, 0xA3, 0x10, 0xE0, 0x70, 0x1C, -+0x90, 0xA4, 0xAE, 0x12, 0x08, 0x79, 0x00, 0x00, 0x02, 0x00, 0x90, 0xA4, 0xB2, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x00, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x02, 0xAA, 0x3F, 0xE4, 0x90, 0xA2, 0xF6, -+0xF0, 0x90, 0xA2, 0xF6, 0xE0, 0xFB, 0xB1, 0x53, 0x12, 0x77, 0xEA, 0xEB, 0x91, 0xCD, 0x12, 0x7F, -+0x9E, 0x90, 0xA2, 0xF6, 0xE0, 0xFB, 0xB1, 0x45, 0x12, 0x77, 0xEA, 0x91, 0xE2, 0x12, 0x7F, 0x9E, -+0x90, 0xA2, 0xF6, 0xE0, 0xFB, 0xB1, 0xCC, 0x12, 0x77, 0xEA, 0xEB, 0x91, 0xC3, 0x12, 0x7F, 0x9E, -+0x90, 0xA2, 0xF6, 0xE0, 0xFB, 0xB1, 0xBE, 0x12, 0x77, 0xEA, 0x91, 0xD7, 0x12, 0x7F, 0x9E, 0xB1, -+0x81, 0x64, 0x03, 0x70, 0xBC, 0xE4, 0x90, 0xA2, 0xF5, 0xF0, 0x90, 0xA3, 0x10, 0x91, 0xBC, 0xFE, -+0xC3, 0x9F, 0x40, 0x02, 0x61, 0x8B, 0xEE, 0x04, 0x90, 0xA2, 0xF7, 0xF0, 0x90, 0xA3, 0x10, 0xB1, -+0x92, 0x50, 0x68, 0xEE, 0x91, 0xCD, 0x91, 0xB7, 0x91, 0xCD, 0xB1, 0x1B, 0x91, 0xFD, 0xB1, 0x79, -+0x12, 0x48, 0x11, 0x50, 0x4E, 0xB1, 0xA7, 0xB1, 0x14, 0x40, 0x48, 0x90, 0xA2, 0xF7, 0xE0, 0x91, -+0xE3, 0x91, 0xB7, 0x91, 0xE3, 0xB1, 0x1B, 0x90, 0xA3, 0x0C, 0xB1, 0x00, 0xB1, 0x71, 0x12, 0x48, -+0x11, 0x50, 0x30, 0xB1, 0x0A, 0x40, 0x2C, 0x90, 0xA2, 0xF7, 0xE0, 0xFB, 0x91, 0xCD, 0x91, 0xB7, -+0xFA, 0x91, 0xCD, 0xB1, 0x2D, 0x90, 0xA2, 0xF8, 0x12, 0x08, 0x6D, 0x91, 0xE2, 0x12, 0x90, 0x60, -+0xEA, 0x91, 0xE3, 0xB1, 0x2D, 0x90, 0xA2, 0xFC, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x12, 0x74, 0x01, -+0xF0, 0x80, 0x08, 0x90, 0xA2, 0xF7, 0xE0, 0x04, 0xF0, 0x80, 0x91, 0x90, 0xA3, 0x12, 0xE0, 0x64, -+0x01, 0x60, 0x08, 0x90, 0xA2, 0xF5, 0xE0, 0x04, 0xF0, 0x41, 0xFA, 0x90, 0xA3, 0x12, 0xE0, 0xB4, -+0x01, 0x1A, 0x90, 0xA2, 0xF8, 0x12, 0x48, 0xC6, 0x90, 0xA4, 0xAE, 0x12, 0x08, 0x6D, 0x90, 0xA2, -+0xFC, 0x12, 0x48, 0xC6, 0x90, 0xA4, 0xB2, 0x12, 0x08, 0x6D, 0x80, 0x14, 0x90, 0xA4, 0xAE, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x02, 0x00, 0x90, 0xA4, 0xB2, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, -+0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x12, 0xAA, 0x3F, 0x90, 0xA3, 0x11, 0xE0, 0x70, 0x16, 0x90, 0xA4, -+0xA5, 0x12, 0x08, 0x79, 0x00, 0x00, 0x01, 0x00, 0x90, 0xA4, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0x81, 0xAF, 0xE4, 0x90, 0xA2, 0xF5, 0xF0, 0x90, 0xA3, 0x11, 0x91, 0xBC, 0xFE, 0xC3, -+0x9F, 0x40, 0x02, 0x81, 0x7A, 0xEE, 0x04, 0x90, 0xA2, 0xF7, 0xF0, 0x90, 0xA3, 0x11, 0xB1, 0x92, -+0x50, 0x68, 0xEE, 0x91, 0xC3, 0x91, 0xB7, 0x91, 0xC3, 0xB1, 0x1B, 0x91, 0xFD, 0xB1, 0x79, 0x12, -+0x48, 0x11, 0x50, 0x4E, 0xB1, 0xA7, 0xB1, 0x14, 0x40, 0x48, 0x90, 0xA2, 0xF7, 0xE0, 0x91, 0xD8, -+0x91, 0xB7, 0x91, 0xD8, 0xB1, 0x1B, 0x90, 0xA3, 0x0C, 0xB1, 0x00, 0xB1, 0x71, 0x12, 0x48, 0x11, -+0x50, 0x30, 0xB1, 0x0A, 0x40, 0x2C, 0x90, 0xA2, 0xF7, 0xE0, 0xFB, 0x91, 0xC3, 0x91, 0xB7, 0xFA, -+0x91, 0xC3, 0xB1, 0x2D, 0x90, 0xA3, 0x00, 0x12, 0x08, 0x6D, 0x91, 0xD7, 0x12, 0x90, 0x60, 0xEA, -+0x91, 0xD8, 0xB1, 0x2D, 0x90, 0xA3, 0x04, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x13, 0x74, 0x01, 0xF0, -+0x80, 0x08, 0x90, 0xA2, 0xF7, 0xE0, 0x04, 0xF0, 0x80, 0x91, 0x90, 0xA3, 0x13, 0xE0, 0x64, 0x01, -+0x60, 0x08, 0x90, 0xA2, 0xF5, 0xE0, 0x04, 0xF0, 0x61, 0xE9, 0x90, 0xA3, 0x13, 0xE0, 0xB4, 0x01, -+0x1A, 0x90, 0xA3, 0x00, 0x12, 0x48, 0xC6, 0x90, 0xA4, 0xA5, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x04, -+0x12, 0x48, 0xC6, 0x90, 0xA4, 0xA9, 0x12, 0x08, 0x6D, 0x80, 0x14, 0x90, 0xA4, 0xA5, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x01, 0x00, 0x90, 0xA4, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x90, -+0xA2, 0xF3, 0xE0, 0xFF, 0x02, 0xA9, 0x2F, 0xF5, 0x83, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0xA2, -+0xF5, 0xE0, 0x22, 0x25, 0xE0, 0x24, 0x29, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0x22, 0x25, 0xE0, 0x24, -+0x1D, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0x22, 0xEB, 0x25, 0xE0, 0x24, 0x2F, 0xF5, 0x82, 0xE4, 0x34, -+0xA3, 0x22, 0xEB, 0x25, 0xE0, 0x24, 0x23, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0x22, 0x7F, 0x2C, 0x7E, -+0x08, 0x12, 0x77, 0x1A, 0x90, 0xA2, 0xF3, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x22, 0x90, 0xA3, 0x08, -+0x12, 0x08, 0x6D, 0xE4, 0x7F, 0x04, 0xFE, 0xFD, 0xFC, 0x22, 0x74, 0xFF, 0x7F, 0xFC, 0xFE, 0xFD, -+0xFC, 0x90, 0xA3, 0x0C, 0x12, 0x48, 0xD2, 0xD3, 0x02, 0x48, 0x11, 0xF5, 0x83, 0xE0, 0xFC, 0xA3, -+0xE0, 0xC3, 0x9F, 0xFF, 0xEC, 0x9E, 0xFE, 0x33, 0x95, 0xE0, 0xFD, 0xFC, 0x22, 0xF5, 0x83, 0xE0, -+0xFC, 0xA3, 0xE0, 0x2F, 0xFF, 0xEC, 0x3E, 0xA2, 0xE7, 0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xEE, 0x33, -+0x95, 0xE0, 0xFD, 0xFC, 0x22, 0x25, 0xE0, 0x25, 0xE0, 0x24, 0xF0, 0xF5, 0x82, 0xE4, 0x34, 0xA3, -+0xF5, 0x83, 0x22, 0x25, 0xE0, 0x25, 0xE0, 0x24, 0xE4, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0xF5, 0x83, -+0x22, 0x24, 0x7D, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x22, 0x24, 0x7F, 0xF5, 0x82, 0xE4, 0x34, 0x44, -+0x22, 0x90, 0xA3, 0x0C, 0x12, 0x48, 0xD2, 0xC3, 0x22, 0x90, 0xA3, 0x08, 0x12, 0x48, 0xD2, 0xC3, -+0x22, 0x90, 0xA2, 0xF6, 0xE0, 0x04, 0xF0, 0xE0, 0x22, 0xEF, 0xF0, 0xFB, 0x90, 0xA4, 0x14, 0x02, -+0x48, 0xC6, 0xE0, 0xFF, 0x90, 0xA2, 0xF7, 0xE0, 0xFE, 0xC3, 0x9F, 0x22, 0x12, 0x08, 0x6D, 0x90, -+0xA4, 0x18, 0x12, 0x48, 0xC6, 0xEA, 0x22, 0x74, 0xFF, 0x7F, 0xFC, 0xFE, 0xFD, 0xFC, 0x90, 0xA3, -+0x08, 0x22, 0x7F, 0x2C, 0x7E, 0x08, 0x12, 0x77, 0x1A, 0x90, 0xA2, 0xF3, 0xE0, 0x22, 0x25, 0xE0, -+0x25, 0xE0, 0x24, 0x08, 0xF5, 0x82, 0xE4, 0x34, 0xA4, 0xF5, 0x83, 0x22, 0x25, 0xE0, 0x25, 0xE0, -+0x24, 0xFC, 0xF5, 0x82, 0xE4, 0x34, 0xA3, 0xF5, 0x83, 0x22, 0x12, 0x77, 0x1A, 0x90, 0xAA, 0xB9, -+0x22, 0x24, 0x6B, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x22, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x7D, 0x8F, -+0x22, 0x24, 0x69, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0x22, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x7D, 0x32, -+0x22, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x7D, 0x31, 0x22, 0x90, 0xA2, 0xF3, 0xE0, 0xFF, 0x7D, 0x30, -+0x22, 0x7F, 0x84, 0x7E, 0x09, 0x12, 0x38, 0x07, 0x90, 0xA4, 0x85, 0x22, 0x7F, 0x2C, 0x7E, 0x08, -+0x12, 0x77, 0x1A, 0x90, 0xA3, 0x37, 0x22, 0x7D, 0x1F, 0x7F, 0x6F, 0x12, 0x55, 0x9C, 0x90, 0x05, -+0x27, 0xE0, 0x54, 0xBF, 0xF0, 0x90, 0xA0, 0xD8, 0x74, 0x04, 0xF0, 0x22, 0x7D, 0x25, 0x80, 0xE9, -+0x12, 0x5F, 0xF1, 0x80, 0xE2, 0x12, 0x4B, 0xEF, 0x7D, 0x24, 0x80, 0xDD, 0x90, 0xA0, 0xD8, 0xE0, -+0x64, 0x02, 0x7F, 0x01, 0x60, 0x02, 0x7F, 0x00, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0x30, 0xE0, 0x19, -+0x90, 0xA0, 0xD5, 0xE0, 0xFF, 0x30, 0xE0, 0x0E, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0xD1, 0x4C, 0xBF, -+0x01, 0x07, 0x80, 0x02, 0x80, 0x00, 0x12, 0x97, 0xA8, 0x22, 0xEF, 0x24, 0xFE, 0x60, 0x0B, 0x04, -+0x70, 0x24, 0x90, 0xA0, 0xE5, 0x74, 0x02, 0xF0, 0x80, 0x13, 0xED, 0x70, 0x06, 0x90, 0xA1, 0x3F, -+0xE0, 0x80, 0x02, 0xED, 0x14, 0x90, 0xA0, 0xE5, 0xF0, 0x90, 0xA0, 0xE5, 0xE0, 0xA3, 0xF0, 0x90, -+0xA0, 0xDB, 0xE0, 0x44, 0x08, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x8F, -+0xDC, 0xEF, 0x64, 0x01, 0x60, 0x05, 0x75, 0x77, 0x01, 0x80, 0x70, 0x90, 0xA0, 0xE3, 0xE0, 0xFF, -+0x54, 0x03, 0x60, 0x05, 0x75, 0x77, 0x02, 0x80, 0x62, 0x90, 0xA0, 0xE1, 0xE0, 0xFE, 0xE4, 0xC3, -+0x9E, 0x50, 0x05, 0x75, 0x77, 0x04, 0x80, 0x53, 0xEF, 0x30, 0xE2, 0x05, 0x75, 0x77, 0x08, 0x80, -+0x4A, 0x90, 0xA0, 0xE3, 0xE0, 0x30, 0xE4, 0x05, 0x75, 0x77, 0x10, 0x80, 0x3E, 0x90, 0xA0, 0xDB, -+0xE0, 0x13, 0x13, 0x54, 0x3F, 0x20, 0xE0, 0x05, 0x75, 0x77, 0x20, 0x80, 0x2E, 0x90, 0xA1, 0x42, -+0xE0, 0x60, 0x05, 0x75, 0x77, 0x80, 0x80, 0x23, 0x90, 0x06, 0x62, 0xE0, 0x30, 0xE1, 0x05, 0x75, -+0x77, 0x11, 0x80, 0x17, 0x90, 0x06, 0x62, 0xE0, 0x30, 0xE0, 0x0C, 0xE0, 0x54, 0xFC, 0xFF, 0xBF, -+0x80, 0x05, 0x75, 0x77, 0x12, 0x80, 0x04, 0xF1, 0x3E, 0x80, 0x0E, 0x90, 0x01, 0xB9, 0x74, 0x04, -+0xF0, 0x90, 0x01, 0xB8, 0xE5, 0x77, 0xF0, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x01, -+0xB8, 0xE4, 0xF0, 0x7F, 0x01, 0x22, 0x90, 0xA1, 0x43, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x35, 0x90, -+0x02, 0x87, 0xE0, 0x60, 0x02, 0x80, 0x08, 0x90, 0x01, 0x00, 0xE0, 0x64, 0x3F, 0x60, 0x05, 0x75, -+0x0E, 0x01, 0x80, 0x22, 0x90, 0x02, 0x96, 0xE0, 0x60, 0x05, 0x75, 0x0E, 0x10, 0x80, 0x17, 0x90, -+0x02, 0x86, 0xE0, 0x20, 0xE1, 0x02, 0x80, 0x07, 0x90, 0x02, 0x86, 0xE0, 0x30, 0xE3, 0x05, 0x75, -+0x0E, 0x04, 0x80, 0x02, 0x80, 0xB8, 0x90, 0x01, 0xB9, 0x74, 0x08, 0xF0, 0x90, 0x01, 0xB8, 0xE5, -+0x0E, 0xF0, 0x7F, 0x00, 0x22, 0x7D, 0x2D, 0x12, 0x56, 0x6F, 0x90, 0x01, 0x37, 0x74, 0x02, 0xF0, -+0xFD, 0x7F, 0x03, 0x12, 0x81, 0x0A, 0x12, 0x4B, 0x6E, 0xE4, 0xFD, 0x7F, 0x01, 0x12, 0x5B, 0x1E, -+0xE4, 0x90, 0xA0, 0xD9, 0xF0, 0x22, 0x7D, 0x2E, 0x7F, 0x6F, 0x12, 0x55, 0x9C, 0x7D, 0x02, 0x7F, -+0x01, 0x12, 0x5B, 0x1E, 0x12, 0x8F, 0xA4, 0x90, 0xA0, 0xD9, 0x74, 0x02, 0xF0, 0x22, 0x90, 0xA1, -+0x36, 0x74, 0x04, 0xF0, 0xA3, 0x14, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0x64, 0xF0, 0xA3, 0x74, -+0x05, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x8B, 0x2B, 0x12, 0x5B, 0x1A, 0x90, 0xA0, 0xD9, 0x74, 0x0C, -+0xF0, 0x22, 0x90, 0xA3, 0x5A, 0xE0, 0xFF, 0x90, 0xA4, 0xEC, 0x74, 0x0C, 0xF0, 0xE4, 0xFB, 0x7D, -+0x01, 0x12, 0x57, 0x14, 0x90, 0xA3, 0x5D, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA3, 0x5B, 0xE0, -+0xFC, 0xA3, 0xE0, 0xFD, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAB, 0x07, 0x90, 0xA3, 0x60, -+0xED, 0xF0, 0xEC, 0xF9, 0xE0, 0xFF, 0xAE, 0x03, 0x74, 0x2A, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x2B, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE9, 0xF0, -+0x74, 0x0D, 0x2E, 0x12, 0x8D, 0x8B, 0x44, 0x80, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xFD, -+0x10, 0xEF, 0xF0, 0x7F, 0x00, 0x22, 0x13, 0xA3, 0xF0, 0xE5, 0x15, 0x13, 0xA3, 0xF0, 0x90, 0xA2, -+0x8B, 0x12, 0x48, 0xEA, 0x90, 0x00, 0x06, 0x12, 0x07, 0xAB, 0xFF, 0xAE, 0xF0, 0x90, 0x00, 0x08, -+0x12, 0x07, 0xAB, 0x2F, 0xFF, 0xE5, 0xF0, 0x3E, 0xFE, 0x90, 0x00, 0x04, 0x12, 0x07, 0xAB, 0x2F, -+0xFF, 0xEE, 0x35, 0xF0, 0x90, 0xA4, 0x4A, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, -+0x22, 0x90, 0xA4, 0xC5, 0xA3, 0xE0, 0xFF, 0x90, 0xA4, 0xEC, 0x74, 0x03, 0xF0, 0x7B, 0x06, 0x7D, -+0x01, 0x12, 0x57, 0x14, 0x90, 0xA4, 0xC9, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA4, -+0xC8, 0xE0, 0xFF, 0x74, 0x10, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x90, -+0xA4, 0xC7, 0x22, 0xE5, 0x0F, 0x25, 0xE0, 0x24, 0x01, 0xF5, 0x82, 0xE4, 0x34, 0x92, 0xF5, 0x83, -+0x22, 0x90, 0xA4, 0x48, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA4, 0x46, 0xE5, 0x12, 0xF0, 0xA3, -+0xE5, 0x13, 0x22, 0x74, 0x91, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x98, 0xF5, 0x83, 0x22, 0x24, -+0xFC, 0xFF, 0x90, 0xA3, 0x56, 0xF0, 0xE4, 0x90, 0xA4, 0xD0, 0xF0, 0xA3, 0x22, 0x74, 0x12, 0x25, -+0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0x74, 0x01, 0x25, 0x0F, 0xF5, 0x82, 0xE4, -+0x34, 0x94, 0xF5, 0x83, 0x22, 0x74, 0x91, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, -+0x22, 0xF0, 0x90, 0xA0, 0xEB, 0xA3, 0xE0, 0x90, 0x05, 0x58, 0xF0, 0x22, 0x12, 0x48, 0x04, 0x90, -+0xA1, 0x32, 0x12, 0x08, 0x6D, 0x90, 0xA0, 0xDB, 0xE0, 0x44, 0x80, 0xF0, 0x22, 0xF0, 0x90, 0xA0, -+0xFC, 0xE0, 0x24, 0x04, 0x90, 0xA0, 0xF7, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, 0x22, 0x90, 0x01, 0x34, -+0x74, 0x40, 0xF0, 0xFD, 0xE4, 0xFF, 0x12, 0x81, 0x0A, 0x43, 0x12, 0x08, 0x22, 0xE0, 0x90, 0x01, -+0xBA, 0xF0, 0x90, 0xA0, 0xE1, 0xE0, 0x90, 0x01, 0xBB, 0x22, 0x90, 0xA1, 0x8F, 0xE0, 0x44, 0x10, -+0xF0, 0x90, 0xA3, 0x55, 0xE0, 0xFF, 0x22, 0x90, 0xA4, 0x46, 0xE5, 0x14, 0xF0, 0xA3, 0xE5, 0x15, -+0xF0, 0xE5, 0x14, 0x22, 0xE0, 0xFF, 0xA3, 0xE0, 0x90, 0xA4, 0x48, 0xCF, 0xF0, 0xA3, 0xEF, 0x22, -+0x7F, 0x00, 0x7E, 0x0C, 0x12, 0x38, 0x07, 0x7F, 0x00, 0x7E, 0x0E, 0x22, 0x12, 0x38, 0x07, 0x90, -+0xA2, 0xF3, 0xE0, 0x75, 0xF0, 0x0C, 0xA4, 0x22, 0x12, 0x48, 0xDE, 0xE0, 0xFE, 0xED, 0xFF, 0x90, -+0xA3, 0x62, 0xE0, 0x22, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, 0x5D, 0x4E, 0x22, 0x74, 0x21, 0x2F, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x04, 0xFF, 0x90, 0xA3, 0x57, 0xF0, 0x90, 0xA1, -+0x52, 0xE0, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x44, 0x40, 0xF0, 0xE0, 0x44, 0x80, 0x22, 0xFC, 0xE5, -+0x14, 0xC3, 0x13, 0xFE, 0xE5, 0x15, 0x13, 0xFF, 0x22, 0x90, 0xA5, 0x0D, 0xE0, 0xFF, 0x7D, 0x48, -+0x02, 0x55, 0x9C, 0x12, 0x48, 0x04, 0x90, 0xA3, 0x43, 0x02, 0x08, 0x6D, 0x90, 0xA1, 0x53, 0xE0, -+0x64, 0x05, 0x22, 0x90, 0xA2, 0x8B, 0x12, 0x48, 0xEA, 0x02, 0x07, 0x80, 0xD2, 0xAF, 0xC2, 0xAF, -+0x90, 0x9F, 0x13, 0xE0, 0xFF, 0x22, 0x7F, 0x00, 0x7E, 0x0E, 0x02, 0x38, 0x07, 0x7D, 0x02, 0x7F, -+0x02, 0x02, 0x77, 0xA9, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0x22, 0x90, 0xA1, 0x45, 0xE0, -+0x90, 0x05, 0x73, 0x22, 0x90, 0xA0, 0xE5, 0xE0, 0x90, 0x05, 0x73, 0x22, 0x90, 0x05, 0x22, 0xE0, -+0x90, 0xA3, 0x55, 0x22, 0x2F, 0xF8, 0xE6, 0xFE, 0xED, 0xF4, 0x5E, 0x22, 0x90, 0x89, 0x07, 0x12, -+0x48, 0xDE, 0xE0, 0x22, 0x90, 0x89, 0x04, 0x12, 0x48, 0xDE, 0xE0, 0x22, 0xF0, 0xA3, 0xE4, 0xF0, -+0xA3, 0xE5, 0x1D, 0x22, 0x90, 0xA2, 0x97, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0x7F, 0xB4, 0x7E, 0x08, -+0x02, 0x37, 0xBC, 0x00, 0xB4, 0x1C, -+}; -+u4Byte ArrayLength_MP_8821A_FW_NIC = 31382; -+ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_NIC( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8821A_FW_NIC; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8821A_FW_NIC, ArrayLength_MP_8821A_FW_NIC); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8821A_FW_NIC; -+} -+ -+ -+u1Byte Array_MP_8821A_FW_NIC_BT[] = { -+0x01, 0x21, 0x13, 0x00, 0x25, 0x00, 0x00, 0x00, 0x09, 0x08, 0x18, 0x09, 0xA2, 0x7F, 0x00, 0x00, -+0xED, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x48, 0x22, 0x02, 0x6F, 0xE7, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x70, 0x23, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x8F, 0xE3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x6F, 0xE8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x7F, 0xE4, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x87, 0xEC, 0x00, 0x04, 0x0C, 0x00, 0x00, 0x00, 0x04, 0x08, 0x08, 0x00, -+0x00, 0x00, 0x0A, 0x08, 0x03, 0x03, 0x00, 0x04, 0x09, 0x07, 0x03, 0x03, 0x00, 0x04, 0x08, 0x06, -+0x03, 0x02, 0x00, 0x04, 0x08, 0x05, 0x03, 0x01, 0x00, 0x04, 0x0D, 0x0A, 0x07, 0x05, 0x00, 0x08, -+0x0C, 0x0A, 0x07, 0x04, 0x00, 0x08, 0x0B, 0x0A, 0x06, 0x05, 0x00, 0x08, 0x0B, 0x0A, 0x05, 0x03, -+0x00, 0x08, 0x0B, 0x0A, 0x03, 0x02, 0x00, 0x08, 0x14, 0x12, 0x0C, 0x04, 0x00, 0x10, 0x14, 0x12, -+0x09, 0x04, 0x00, 0x10, 0x24, 0x22, 0x1C, 0x12, 0x00, 0x20, 0x24, 0x22, 0x18, 0x0C, 0x00, 0x20, -+0x24, 0x22, 0x14, 0x06, 0x00, 0x20, 0x24, 0x22, 0x0F, 0x04, 0x00, 0x20, 0x24, 0x21, 0x0A, 0x04, -+0x00, 0x20, 0x23, 0x21, 0x0C, 0x04, 0x00, 0x20, 0x23, 0x1F, 0x0A, 0x04, 0x00, 0x20, 0x22, 0x1F, -+0x0F, 0x04, 0x00, 0x20, 0x21, 0x1F, 0x16, 0x0C, 0x00, 0x20, 0x31, 0x2F, 0x20, 0x14, 0x00, 0x30, -+0x31, 0x2F, 0x18, 0x10, 0x00, 0x30, 0x31, 0x2C, 0x18, 0x0C, 0x00, 0x30, 0x31, 0x2A, 0x14, 0x0C, -+0x00, 0x30, 0x31, 0x28, 0x14, 0x00, 0x00, 0x30, 0x31, 0x24, 0x14, 0x00, 0x00, 0x30, 0x31, 0x1E, -+0x14, 0x00, 0x00, 0x30, 0x15, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x15, 0xF0, 0x0F, 0x00, 0x00, -+0x00, 0x00, 0x05, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x05, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, -+0x10, 0xF0, 0xFF, 0x0F, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0xF5, 0x0F, -+0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x10, 0xF0, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x10, 0xF0, 0x3F, 0x00, 0x00, 0x00, -+0x00, 0x15, 0xF0, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x15, 0xF0, 0xCF, 0xFF, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x26, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x21, -+0x25, 0x27, 0x28, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, -+0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, -+0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x20, 0x25, 0x27, 0x29, 0x29, 0x2A, 0x00, -+0x00, 0x00, 0x00, 0x23, 0x26, 0x28, 0x2A, 0x2A, 0x2A, 0x00, 0x00, 0x00, 0x1F, 0x23, 0x26, 0x28, -+0x2A, 0x2A, 0x2A, 0x00, 0x04, 0x00, 0x04, 0x00, 0x08, 0x00, 0x10, 0x00, 0x18, 0x00, 0x24, 0x00, -+0x30, 0x00, 0x48, 0x00, 0x60, 0x00, 0x90, 0x00, 0xC0, 0x00, 0xD8, 0x00, 0x3C, 0x00, 0x64, 0x00, -+0x78, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0xE0, 0x00, 0xA0, 0x00, 0xF0, 0x01, -+0x40, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x04, 0xB0, 0x06, 0x40, 0x00, 0xC8, 0x01, 0x18, 0x01, -+0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, -+0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x00, 0x3C, 0x00, 0x50, 0x00, -+0x64, 0x00, 0xA0, 0x00, 0xF0, 0x01, 0x40, 0x01, 0x90, 0x01, 0x90, 0x02, 0x58, 0x03, 0x20, 0x00, -+0x78, 0x00, 0xF0, 0x01, 0x90, 0x02, 0x58, 0x03, 0xE8, 0x07, 0xD0, 0x09, 0x60, 0x0F, 0xA0, 0x12, -+0xC0, 0x15, 0x18, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, 0xE8, 0x04, 0xB0, 0x06, -+0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0xC8, 0x01, 0x18, 0x01, 0xE0, 0x02, 0xD0, 0x03, -+0xE8, 0x04, 0xB0, 0x06, 0x40, 0x07, 0xD0, 0x07, 0xD0, 0x07, 0xD0, 0x00, 0x02, 0x00, 0x02, 0x00, -+0x04, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x12, 0x00, 0x18, 0x00, 0x24, 0x00, 0x30, 0x00, 0x48, 0x00, -+0x60, 0x00, 0x6C, 0x00, 0x14, 0x00, 0x32, 0x00, 0x3C, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, -+0xC8, 0x00, 0xF0, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, 0xC8, 0x01, 0x2C, 0x01, 0x90, 0x02, -+0x58, 0x03, 0x20, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, -+0x20, 0x03, 0xE8, 0x00, 0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, -+0x20, 0x03, 0xE8, 0x00, 0x1E, 0x00, 0x28, 0x00, 0x32, 0x00, 0x50, 0x00, 0x78, 0x00, 0xA0, 0x00, -+0xC8, 0x00, 0xF0, 0x01, 0x7C, 0x01, 0x90, 0x00, 0x3C, 0x00, 0x78, 0x00, 0xC8, 0x01, 0x2C, 0x01, -+0xF4, 0x03, 0xE8, 0x04, 0xB0, 0x07, 0xD0, 0x09, 0x60, 0x0A, 0xF0, 0x00, 0x64, 0x00, 0x8C, 0x00, -+0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, 0xE8, 0x03, 0xE8, 0x00, -+0x64, 0x00, 0x8C, 0x00, 0xF0, 0x01, 0x68, 0x01, 0xF4, 0x02, 0x58, 0x03, 0x20, 0x03, 0xE8, 0x03, -+0xE8, 0x03, 0xE8, 0x01, 0x01, 0x01, 0x02, 0x01, 0x02, 0x03, 0x03, 0x04, 0x04, 0x05, 0x05, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x05, -+0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0B, 0x05, 0x06, 0x06, 0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x05, 0x06, 0x06, -+0x07, 0x07, 0x08, 0x09, 0x0A, 0x0A, 0x0B, 0x01, 0x01, 0x01, 0x01, 0x01, 0x02, 0x03, 0x04, 0x05, -+0x06, 0x07, 0x08, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x02, 0x04, 0x06, 0x07, 0x08, -+0x0A, 0x0B, 0x0C, 0x03, 0x05, 0x06, 0x07, 0x08, 0x0A, 0x0B, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, -+0x0A, 0x0B, 0x0C, 0x02, 0x04, 0x06, 0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x03, 0x05, 0x06, -+0x07, 0x08, 0x09, 0x0B, 0x0C, 0x0C, 0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, -+0x0C, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0C, 0x0C, 0x19, 0x06, 0x04, 0x02, 0x00, -+0x18, 0x00, 0x04, 0x0C, 0x14, 0x2C, 0x36, 0x04, 0x08, 0x08, 0x08, 0x0A, 0x0A, 0x04, 0x04, 0x04, -+0x05, 0x04, 0x04, 0x05, 0x07, 0x07, 0x07, 0x08, 0x0A, 0x04, 0x07, 0x0A, 0x0E, 0x11, 0x13, 0x14, -+0x15, 0x03, 0x04, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, -+0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x07, 0x08, 0x08, 0x0A, 0x0A, 0x0C, 0x0E, -+0x10, 0x11, 0x11, 0x07, 0x09, 0x09, 0x0B, 0x0B, 0x0D, 0x0F, 0x13, 0x13, 0x14, 0x05, 0x05, 0x07, -+0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, 0x0F, 0x05, 0x05, 0x07, 0x07, 0x08, 0x0B, 0x0D, 0x0F, 0x0F, -+0x0F, 0x04, 0x04, 0x04, 0x05, 0x07, 0x07, 0x09, 0x09, 0x0C, 0x0E, 0x10, 0x12, 0x05, 0x06, 0x07, -+0x0D, 0x10, 0x11, 0x12, 0x12, 0x07, 0x08, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, -+0x09, 0x0C, 0x0E, 0x11, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x05, 0x06, 0x08, -+0x09, 0x0C, 0x0E, 0x12, 0x12, 0x13, 0x14, 0x07, 0x08, 0x09, 0x0A, 0x0C, 0x0F, 0x12, 0x12, 0x14, -+0x16, 0x09, 0x09, 0x09, 0x09, 0x0C, 0x0E, 0x11, 0x13, 0x13, 0x13, 0x09, 0x09, 0x09, 0x09, 0x0C, -+0x0E, 0x11, 0x13, 0x13, 0x13, 0x0C, 0x00, 0x0C, 0x94, 0x0C, 0x88, 0x0C, 0x8C, 0x0C, 0xE8, 0x0C, -+0x10, 0x0D, 0x00, 0x0C, 0x90, 0x0C, 0xC4, 0x0C, 0xC8, 0x0C, 0xCC, 0x0C, 0xD4, 0x0C, 0x80, 0x0C, -+0x84, 0x0C, 0xB8, 0x0E, 0x00, 0x0E, 0x94, 0x0E, 0x88, 0x0E, 0x8C, 0x0E, 0xE8, 0x0E, 0x10, 0x0D, -+0x40, 0x0E, 0x90, 0x0E, 0xC4, 0x0E, 0xC8, 0x0E, 0xCC, 0x0E, 0xD4, 0x0E, 0x80, 0x0E, 0x84, 0x0E, -+0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x44, 0xE4, 0x85, 0xD0, 0x0B, 0x75, 0xD0, 0x08, 0xAA, 0xE0, -+0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, 0x79, 0xF5, 0x8C, 0xD2, 0x8C, -+0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, 0x95, 0x81, 0xB4, 0x40, 0x00, -+0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, 0xC2, 0xAF, 0xE6, 0x30, 0xE1, -+0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, 0xD0, 0x22, 0xE5, 0x0C, 0xFF, -+0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, 0x00, 0x78, 0x81, 0xE6, 0x30, -+0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, 0x74, 0x86, 0x25, 0x0C, 0xF8, -+0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xCD, 0xF8, 0xE8, -+0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, 0xD3, 0x9F, 0x40, 0x27, 0xE5, -+0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xCD, -+0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, 0xF5, 0xE5, 0x0C, 0x24, 0x86, -+0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, 0xF8, 0x7F, 0x04, 0xC2, 0xAF, -+0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, 0x07, 0x30, 0xE3, 0x04, 0x7F, -+0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, 0x07, 0x22, 0x78, 0x86, 0xA6, -+0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, 0x7F, 0x03, 0xE4, 0x78, 0x80, -+0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, 0x48, 0xC5, 0x74, 0x01, 0x93, -+0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, 0x60, 0x75, 0x8C, 0x79, 0xD2, -+0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0x74, 0x81, -+0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, 0x30, 0xF6, 0xD2, 0xAF, 0xAE, -+0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, 0xE6, 0xF9, 0x08, 0xE6, 0x18, -+0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, 0xE7, 0x19, 0x19, 0xF7, 0x09, -+0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, 0x04, 0x05, 0x81, 0x05, 0x81, -+0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, 0xF9, 0xEE, 0xB5, 0x0C, 0x02, -+0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x19, 0x19, 0xE7, 0x09, 0x09, -+0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, 0xE6, 0x04, 0xF8, 0xEF, 0x2F, -+0x04, 0x90, 0x48, 0xC5, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, 0x7F, 0x00, 0x22, 0xEF, 0xD3, -+0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE5, 0xF4, -+0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, 0x07, 0x0A, 0x74, 0x86, 0x2F, -+0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x45, 0x2D, 0x50, 0x2E, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xBF, 0x02, -+0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, 0xFB, 0xE6, 0xFC, 0xE9, 0x6C, -+0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, 0x03, 0xA6, 0x05, 0x1F, 0xE5, -+0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xFD, 0x18, 0x86, 0x01, -+0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, 0x0C, 0xB5, 0x07, 0x02, 0xAC, -+0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, 0x80, 0xF4, 0xE5, 0x0C, 0xB5, -+0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, -+0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, 0x30, 0xE0, 0x02, 0xD2, 0xE4, -+0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, 0x02, 0x45, 0x2C, 0x8F, 0xF0, -+0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, 0x30, 0xF7, 0x0D, 0x7F, 0x08, -+0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x32, 0x50, 0x30, 0x80, 0x07, 0x30, 0xF1, 0x06, 0xED, 0xF6, -+0x60, 0x27, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x25, 0x0E, 0x30, -+0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x14, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x15, 0x54, 0xEC, -+0x4E, 0xF6, 0xD2, 0xAF, 0xD2, 0xA9, 0x02, 0x45, 0x2D, 0x7F, 0x08, 0x08, 0xEF, 0x44, 0x83, 0xF4, -+0xC2, 0xAF, 0x56, 0xC6, 0xD2, 0xAF, 0xD2, 0xA9, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0xC3, 0xEF, 0x9B, -+0xFF, 0xEE, 0x9A, 0xFE, 0xED, 0x99, 0xFD, 0xEC, 0x98, 0xFC, 0x22, 0xEF, 0x5B, 0xFF, 0xEE, 0x5A, -+0xFE, 0xED, 0x59, 0xFD, 0xEC, 0x58, 0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, 0xED, 0x49, -+0xFD, 0xEC, 0x48, 0xFC, 0x22, 0xEB, 0x9F, 0xF5, 0xF0, 0xEA, 0x9E, 0x42, 0xF0, 0xE9, 0x9D, 0x42, -+0xF0, 0xE8, 0x9C, 0x45, 0xF0, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, -+0xFF, 0x22, 0xE0, 0xF8, 0xA3, 0xE0, 0xF9, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, 0x25, -+0x82, 0xF5, 0x82, 0xE5, 0xF0, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, 0xA3, -+0xE0, 0xF9, 0x22, 0xEB, 0xF0, 0xA3, 0xEA, 0xF0, 0xA3, 0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, 0x82, -+0xF8, 0xE4, 0x93, 0x70, 0x12, 0x74, 0x01, 0x93, 0x70, 0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, 0x01, -+0x93, 0xF5, 0x82, 0x88, 0x83, 0xE4, 0x73, 0x74, 0x02, 0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, 0xA3, -+0x80, 0xDF, 0x02, 0x48, 0x60, 0x02, 0x45, 0xBD, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, -+0x03, 0xF6, 0x80, 0x01, 0xF2, 0x08, 0xDF, 0xF4, 0x80, 0x29, 0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, -+0x24, 0x0C, 0xC8, 0xC3, 0x33, 0xC4, 0x54, 0x0F, 0x44, 0x20, 0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, -+0x80, 0x01, 0x46, 0xF6, 0xDF, 0xE4, 0x80, 0x0B, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, -+0x90, 0x48, 0xA5, 0xE4, 0x7E, 0x01, 0x93, 0x60, 0xBC, 0xA3, 0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, -+0x54, 0x1F, 0xFE, 0xE4, 0x93, 0xA3, 0x60, 0x01, 0x0E, 0xCF, 0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, -+0x40, 0xB8, 0xE4, 0x93, 0xA3, 0xFA, 0xE4, 0x93, 0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, -+0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, -+0xE9, 0xDE, 0xE7, 0x80, 0xBE, 0x41, 0xA3, 0xE7, 0x00, 0x41, 0xA3, 0xE8, 0x00, 0x41, 0xA3, 0xE9, -+0x00, 0x41, 0xA3, 0xED, 0x00, 0x01, 0x27, 0x00, 0x41, 0xA3, 0xEE, 0x00, 0x41, 0xA3, 0xEF, 0x00, -+0x41, 0xA4, 0x14, 0x00, 0x00, 0x4B, 0xD0, 0x5F, 0xFF, 0x67, 0xF1, 0xE4, 0xFD, 0x7F, 0x8D, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x82, 0x75, 0x83, 0x00, 0xED, 0x12, 0xBF, 0x32, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7F, 0x8F, 0x51, 0xB0, 0xEF, -+0x20, 0xE6, 0x02, 0x21, 0xE5, 0x90, 0x00, 0x8C, 0xE0, 0x90, 0xA3, 0xF0, 0xF0, 0x7F, 0x8D, 0x51, -+0xB0, 0x90, 0xA3, 0xF1, 0xEF, 0xF0, 0x90, 0x00, 0x8E, 0xE0, 0x90, 0xA3, 0xF2, 0xF0, 0x90, 0xA3, -+0xF1, 0xE0, 0x24, 0xFC, 0x60, 0x10, 0x24, 0x03, 0x60, 0x02, 0x21, 0xDB, 0x90, 0xA3, 0xF0, 0xE0, -+0xFF, 0x12, 0xB9, 0x39, 0x21, 0xDB, 0x90, 0xA3, 0xF0, 0xE0, 0x24, 0x11, 0x12, 0x6D, 0x16, 0xE0, -+0xFB, 0xE4, 0xFD, 0xFF, 0x51, 0x18, 0x75, 0xF0, 0x04, 0x12, 0x66, 0xFE, 0x13, 0x13, 0x54, 0x03, -+0xFB, 0x0D, 0xE4, 0xFF, 0x51, 0x18, 0x75, 0xF0, 0x04, 0x12, 0x66, 0xFE, 0x12, 0x77, 0xBC, 0xFB, -+0x0D, 0xE4, 0xFF, 0x51, 0x18, 0x75, 0xF0, 0x04, 0x12, 0x66, 0xFE, 0xC4, 0x54, 0x03, 0xFB, 0x0D, -+0xE4, 0xFF, 0x51, 0x18, 0x75, 0xF0, 0x04, 0x12, 0x6F, 0xE1, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0x51, -+0x18, 0x75, 0xF0, 0x04, 0x90, 0x96, 0x12, 0x51, 0x12, 0x75, 0xF0, 0x04, 0x12, 0x6E, 0x46, 0xC4, -+0x13, 0x54, 0x01, 0xFB, 0x0D, 0x7F, 0x01, 0x51, 0x18, 0x75, 0xF0, 0x04, 0x12, 0x6E, 0x46, 0x54, -+0x1F, 0x51, 0x16, 0x12, 0x73, 0xEA, 0xE0, 0xFB, 0xE4, 0xFD, 0x0F, 0x51, 0x18, 0x75, 0xF0, 0x08, -+0x90, 0x89, 0x01, 0x51, 0x12, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x02, 0x51, 0x12, 0x75, 0xF0, 0x08, -+0x90, 0x89, 0x03, 0x51, 0x12, 0x75, 0xF0, 0x08, 0x12, 0xBF, 0x70, 0xFB, 0xE4, 0xFD, 0x0F, 0x51, -+0x18, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x05, 0x51, 0x12, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x06, 0x51, -+0x12, 0x75, 0xF0, 0x08, 0x12, 0xBF, 0x68, 0xFB, 0x0D, 0x31, 0xEA, 0x7F, 0x8F, 0x51, 0xB0, 0xEF, -+0x30, 0xE0, 0x02, 0x11, 0xCB, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x70, 0x04, 0x74, 0xF0, 0x80, -+0x16, 0xEF, 0xB4, 0x01, 0x04, 0x74, 0xF4, 0x80, 0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, 0x80, -+0x06, 0xEF, 0xB4, 0x03, 0x0C, 0x74, 0xFC, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, 0xEB, -+0xF0, 0x22, 0x12, 0x47, 0xDE, 0xE0, 0xFB, 0x0D, 0x31, 0xEA, 0x90, 0xA3, 0xF0, 0xE0, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x56, 0x2E, 0x7F, 0x00, 0x7E, 0x0C, 0x91, 0x3E, 0x12, -+0xBE, 0xAE, 0x91, 0x3E, 0x12, 0xBF, 0x51, 0x51, 0xE0, 0x51, 0xCD, 0x51, 0xCD, 0x54, 0xFE, 0xFD, -+0x7F, 0x02, 0x11, 0xCF, 0x12, 0xBF, 0x20, 0x44, 0x40, 0x91, 0x44, 0x12, 0xBF, 0x4A, 0x90, 0x01, -+0x00, 0x74, 0x3F, 0xF0, 0xA3, 0xE0, 0x54, 0xFD, 0xF0, 0x90, 0x05, 0x53, 0xE0, 0x44, 0x20, 0x12, -+0x8C, 0xFA, 0x30, 0xE0, 0x05, 0x7F, 0x01, 0x12, 0x8B, 0x4F, 0xF1, 0xFB, 0x13, 0x30, 0xE0, 0x33, -+0x90, 0xA1, 0x92, 0xE0, 0x60, 0x08, 0x90, 0xA3, 0xA9, 0x74, 0x01, 0xF0, 0x80, 0x05, 0xE4, 0x90, -+0xA3, 0xA9, 0xF0, 0xEF, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA3, 0xAA, 0xF0, -+0x80, 0x06, 0x90, 0xA3, 0xAA, 0x74, 0x02, 0xF0, 0x90, 0xA3, 0xA9, 0x12, 0x62, 0x19, 0x7F, 0x01, -+0x12, 0x8B, 0x4F, 0x90, 0xA1, 0x40, 0xE0, 0x60, 0x02, 0xE4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x82, 0x75, 0x83, 0x00, 0xE0, 0x90, 0xA4, 0x0C, -+0x12, 0xBF, 0x32, 0x90, 0xA4, 0x0C, 0xE0, 0xFF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x54, 0xFE, 0xFD, -+0x7F, 0x02, 0x11, 0xCF, 0x7F, 0x02, 0x51, 0xB0, 0xEF, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x11, 0xCF, -+0x7F, 0x02, 0x51, 0xB0, 0xEF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7F, 0x10, 0x51, -+0xB0, 0xEF, 0x44, 0x0C, 0xFD, 0x7F, 0x10, 0x11, 0xCF, 0x7F, 0x72, 0x51, 0xB0, 0xEF, 0x54, 0xF3, -+0xFD, 0x7F, 0x72, 0x11, 0xCF, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0x01, 0x00, 0x74, -+0xFF, 0x12, 0x8C, 0xFA, 0x30, 0xE0, 0x05, 0x7F, 0x03, 0x12, 0x8B, 0x4F, 0x90, 0xA1, 0x6B, 0xE0, -+0x20, 0xE0, 0x32, 0xF1, 0xFB, 0x13, 0x30, 0xE0, 0x2C, 0x90, 0xA1, 0x92, 0xE0, 0x60, 0x07, 0xE4, -+0x90, 0xA3, 0xA3, 0xF0, 0x80, 0x06, 0x90, 0xA3, 0xA3, 0x74, 0x01, 0xF0, 0xEF, 0xC4, 0x13, 0x54, -+0x07, 0x90, 0xA3, 0xA4, 0x30, 0xE0, 0x05, 0x74, 0x01, 0xF0, 0x80, 0x03, 0x74, 0x02, 0xF0, 0x90, -+0xA3, 0xA3, 0x12, 0x62, 0x19, 0x90, 0x06, 0xB7, 0x74, 0x09, 0xF0, 0x90, 0x06, 0xB4, 0x74, 0x86, -+0xF0, 0x12, 0xBF, 0x20, 0x54, 0xBF, 0x12, 0xBE, 0x40, 0x91, 0x4F, 0x12, 0xBF, 0x4A, 0x51, 0xE0, -+0x44, 0x01, 0xFD, 0x7F, 0x02, 0x11, 0xCF, 0x7F, 0x00, 0x7E, 0x0C, 0x12, 0xBE, 0x3A, 0x91, 0x4F, -+0x12, 0xBE, 0xAE, 0x12, 0xBE, 0x3A, 0x91, 0x4F, 0x12, 0xBF, 0x51, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x7F, 0x54, 0x51, 0xB0, 0xE5, 0x51, 0x5F, 0xF5, 0x55, 0x7F, 0x55, 0x51, 0xB0, 0xE5, 0x52, 0x5F, -+0xF5, 0x56, 0x7F, 0x56, 0x51, 0xB0, 0xE5, 0x53, 0x5F, 0xF5, 0x57, 0x7F, 0x57, 0x51, 0xB0, 0xE5, -+0x54, 0x5F, 0xF5, 0x58, 0xAD, 0x55, 0x7F, 0x54, 0x11, 0xCF, 0xAD, 0x56, 0x7F, 0x55, 0x11, 0xCF, -+0xAD, 0x57, 0x7F, 0x56, 0x11, 0xCF, 0xAD, 0x58, 0x7F, 0x57, 0x11, 0xCF, 0x53, 0x91, 0xEF, 0x22, -+0x7F, 0x81, 0x51, 0xB0, 0xEF, 0x54, 0xFE, 0xFD, 0x7F, 0x81, 0x11, 0xCF, 0x7F, 0x80, 0x51, 0xB0, -+0xEF, 0x44, 0x80, 0xFD, 0x7F, 0x80, 0x11, 0xCF, 0x12, 0xAF, 0x75, 0x12, 0x3D, 0x3B, 0x12, 0xAF, -+0x82, 0x12, 0xAF, 0xC7, 0x7F, 0x01, 0x12, 0x45, 0xF5, 0x90, 0xA1, 0xB2, 0x74, 0x02, 0xF0, 0xFF, -+0x12, 0x45, 0xF5, 0x90, 0xA1, 0xB2, 0xE0, 0x04, 0xF0, 0x12, 0x58, 0x19, 0x12, 0x99, 0x21, 0x90, -+0x01, 0xCC, 0x74, 0x0F, 0xF0, 0x7F, 0x80, 0x51, 0xB0, 0xEF, 0x44, 0x40, 0xFD, 0x7F, 0x80, 0x11, -+0xCF, 0x75, 0x28, 0xFF, 0x12, 0x5F, 0xF8, 0x12, 0x90, 0xD0, 0x7F, 0x81, 0x51, 0xB0, 0xEF, 0x44, -+0x04, 0xFD, 0x7F, 0x81, 0x11, 0xCF, 0x12, 0xAF, 0xD1, 0xE4, 0xFF, 0x02, 0x46, 0x7E, 0x12, 0x37, -+0xBC, 0xEF, 0x54, 0xFC, 0xFF, 0xEC, 0x90, 0xA3, 0xA5, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0xA5, 0x12, -+0x47, 0xC6, 0x90, 0xAA, 0xB9, 0x02, 0x08, 0x6D, 0x7F, 0x2C, 0x7E, 0x08, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x23, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x37, 0xBC, 0x90, 0xA3, -+0x2D, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x25, 0x12, 0x47, 0xC6, 0x12, 0x08, 0x3A, 0x90, 0xA3, 0x2D, -+0x12, 0x7E, 0xA5, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA3, 0x25, 0x12, 0x47, -+0xC6, 0x90, 0xA3, 0x29, 0x12, 0x7E, 0xA5, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, -+0x47, 0xA8, 0x90, 0xA3, 0x31, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x31, 0x91, 0x4F, 0x90, 0xA3, 0x23, -+0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x38, 0x07, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA3, 0xAB, -+0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x34, 0x7E, -+0x08, 0x12, 0x37, 0xBC, 0x90, 0xA3, 0xAD, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0xAB, 0xE0, 0x14, 0x60, -+0x5E, 0x14, 0x70, 0x02, 0xC1, 0x04, 0x24, 0x02, 0x60, 0x02, 0xC1, 0x99, 0x90, 0xA3, 0x25, 0x12, -+0x08, 0x79, 0x00, 0x30, 0x03, 0xC3, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x00, -+0xD1, 0xA5, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x00, 0x7F, 0xC4, 0xD1, 0xA7, 0x12, 0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA3, -+0x29, 0x12, 0x08, 0x79, 0x00, 0x10, 0x00, 0x00, 0x7F, 0x64, 0xD1, 0xA7, 0x12, 0x08, 0x79, 0x03, -+0xC0, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x02, 0x00, 0x00, 0x00, 0xC1, 0x7C, 0x90, -+0xA3, 0x25, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, 0xC3, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, -+0x30, 0x02, 0x01, 0xD1, 0xA5, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xD1, 0xA7, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0x3C, 0x90, 0xA3, 0xAC, 0xF1, 0xF2, 0xD1, 0x9A, 0x12, 0x08, 0x79, 0xF0, 0x00, 0x00, 0x00, 0x90, -+0xA3, 0xAC, 0xF1, 0xF2, 0x78, 0x1C, 0x12, 0x08, 0x5A, 0x12, 0x9F, 0x31, 0x7F, 0x38, 0xD1, 0xA7, -+0x12, 0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x08, 0x00, -+0x00, 0x12, 0xBE, 0x4C, 0x60, 0x13, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA3, 0x29, -+0x12, 0x08, 0x79, 0x01, 0x80, 0x00, 0x00, 0x80, 0x11, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, -+0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x02, 0x00, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, 0x91, 0x5C, -+0x90, 0xA3, 0xAC, 0xE0, 0x90, 0xA3, 0x25, 0xB4, 0x01, 0x13, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0x10, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x10, 0x80, 0x11, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x10, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x00, -+0x7E, 0x0A, 0xC1, 0x97, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, 0xC3, 0x90, 0xA3, -+0x29, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x02, 0xD1, 0xA5, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, -+0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xD1, 0xA7, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x3C, 0x90, 0xA3, 0xAC, 0xF1, 0xF2, 0xD1, 0x9A, 0x12, 0x08, 0x79, -+0xF0, 0x00, 0x00, 0x00, 0x90, 0xA3, 0xAC, 0xF1, 0xF2, 0x78, 0x1C, 0x12, 0x08, 0x5A, 0x12, 0x9F, -+0x31, 0x7F, 0x38, 0xD1, 0xA7, 0x12, 0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, -+0x08, 0x79, 0x00, 0x08, 0x00, 0x00, 0x12, 0xBE, 0x4C, 0x60, 0x17, 0x12, 0x08, 0x79, 0x03, 0xC0, -+0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x01, 0x40, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, -+0x80, 0x15, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x01, -+0xC0, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, 0x91, 0x5C, 0x22, 0x78, 0x02, 0x12, 0x08, 0x5A, 0x90, -+0xA3, 0x29, 0x12, 0x08, 0x6D, 0x7F, 0xAC, 0x7E, 0x08, 0x91, 0x5C, 0x90, 0xA3, 0x25, 0x22, 0xEF, -+0x90, 0xA3, 0x25, 0x70, 0x2A, 0x12, 0x08, 0x79, 0x00, 0x00, 0xF0, 0x00, 0x90, 0xA3, 0x29, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x70, 0x00, 0x7F, 0xB0, 0x7E, 0x0C, 0xD1, 0xA9, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0xF0, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x70, 0x80, 0x28, 0x12, -+0x08, 0x79, 0x00, 0x00, 0xF0, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x50, 0x00, -+0x7F, 0xB0, 0x7E, 0x0C, 0xD1, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, 0xA3, 0x29, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x40, 0x7F, 0xB0, 0x7E, 0x0C, 0xD1, 0xA9, 0x12, 0x08, 0x79, -+0x00, 0x10, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB4, -+0x7E, 0x0C, 0xD1, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x40, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0xD1, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x07, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x07, 0x7F, 0xB0, 0x7E, 0x0C, -+0xD1, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x07, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x07, 0x00, 0x7F, 0xB0, 0x7E, 0x0C, 0x81, 0x5C, 0x90, 0xA0, 0xDB, 0xE0, 0x44, 0x10, 0xF0, -+0x90, 0xA0, 0xEA, 0xE0, 0xFD, 0x7F, 0x93, 0x11, 0xCF, 0x90, 0xA0, 0xE0, 0xE0, 0x60, 0x12, 0x90, -+0x01, 0x2F, 0xE0, 0x30, 0xE7, 0x05, 0x74, 0x10, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x90, -+0xF0, 0x7F, 0x08, 0x51, 0xB0, 0xEF, 0x44, 0x10, 0xFD, 0x7F, 0x08, 0x11, 0xCF, 0x7F, 0x01, 0x12, -+0x90, 0x59, 0x7F, 0x90, 0x51, 0xB0, 0xEF, 0x44, 0x01, 0xFD, 0x7F, 0x90, 0x11, 0xCF, 0x7F, 0x14, -+0x7E, 0x00, 0x02, 0x3D, 0x7A, 0x90, 0x01, 0x30, 0x12, 0x58, 0x8B, 0x90, 0x01, 0x38, 0x12, 0x58, -+0x8C, 0xFD, 0x7F, 0x50, 0x11, 0xCF, 0xE4, 0xFD, 0x7F, 0x51, 0x11, 0xCF, 0xE4, 0xFD, 0x7F, 0x52, -+0x11, 0xCF, 0xE4, 0xFD, 0x7F, 0x53, 0x01, 0xCF, 0xF0, 0x90, 0x05, 0x61, 0xE0, 0xFF, 0xE4, 0xFC, -+0xFD, 0xFE, 0x78, 0x08, 0x12, 0x08, 0x5A, 0xA8, 0x04, 0xA9, 0x05, 0xAA, 0x06, 0xAB, 0x07, 0x90, -+0x05, 0x60, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x22, 0x01, 0xE4, 0x90, 0xA1, 0x41, 0xE0, 0xFF, -+0xC3, 0x22, 0xE0, 0x44, 0x02, 0xF0, 0xE4, 0x90, 0xA3, 0x9D, 0xF0, 0x90, 0xA1, 0x3D, 0xE0, 0x90, -+0xA3, 0x9E, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, 0x7E, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA3, 0x99, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA3, 0x9D, 0xE0, 0xF5, 0x3B, 0xA3, -+0xE0, 0xF5, 0x3C, 0x12, 0x35, 0x7A, 0x90, 0xA3, 0x99, 0x12, 0x96, 0xCC, 0xA3, 0xA3, 0xA3, 0x74, -+0x05, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xF5, 0x21, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x02, -+0x21, 0x2D, 0xF1, 0xE6, 0x60, 0x02, 0x21, 0x2D, 0x12, 0x4F, 0xD9, 0x12, 0x47, 0xA8, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x12, 0x4F, 0xF2, 0x78, 0x10, 0x12, 0x08, -+0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0xA8, 0xC0, 0x04, 0xC0, 0x05, -+0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x4F, 0xF2, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, -+0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0xA7, 0x37, 0x90, 0xA0, 0xDB, 0xE0, 0x44, 0x80, 0xF0, 0x12, -+0x5F, 0x01, 0x60, 0x22, 0x24, 0xFE, 0x60, 0x03, 0x04, 0x70, 0x1E, 0x90, 0xA0, 0xE6, 0xE0, 0x14, -+0xF0, 0xE0, 0xFF, 0x60, 0x06, 0x90, 0xA0, 0xE8, 0xE0, 0x60, 0x0E, 0xEF, 0x70, 0x08, 0x90, 0xA0, -+0xE5, 0xE0, 0xA3, 0xF0, 0x80, 0x00, 0x75, 0x21, 0x01, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x12, -+0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x03, 0xE4, 0xF5, 0x21, 0x12, 0x5F, 0x13, 0xEF, 0x70, 0x02, -+0xF5, 0x21, 0xE5, 0x21, 0x60, 0x47, 0x12, 0xA7, 0x2F, 0x90, 0xA0, 0xE8, 0xE0, 0x60, 0x04, 0x64, -+0x01, 0x70, 0x14, 0xE4, 0x90, 0xA3, 0x9D, 0xF0, 0x90, 0xA0, 0xE8, 0xE0, 0x12, 0x96, 0x3C, 0x11, -+0x0F, 0x90, 0xA0, 0xE8, 0xE0, 0x80, 0x13, 0xE4, 0x90, 0xA3, 0x9D, 0x12, 0x96, 0x31, 0x11, 0x0F, -+0x90, 0xA0, 0xE8, 0xE0, 0x75, 0xF0, 0x03, 0xA4, 0x24, 0xFE, 0x12, 0x96, 0x3C, 0x90, 0xA0, 0xF8, -+0xF0, 0x90, 0xA0, 0xE2, 0xE0, 0x20, 0xE2, 0x02, 0x31, 0x2E, 0x12, 0xA6, 0x5E, 0x22, 0x7D, 0x01, -+0x7F, 0x04, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0x12, 0xED, 0xF0, 0x90, 0xA0, -+0xDA, 0xE0, 0xFE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x02, 0x41, 0x80, 0xEE, 0x12, 0x77, -+0xBC, 0x30, 0xE0, 0x02, 0x41, 0x80, 0x90, 0xA0, 0xE2, 0xE0, 0xFE, 0x6F, 0x70, 0x02, 0x41, 0x80, -+0xEF, 0x70, 0x02, 0x21, 0xF1, 0x24, 0xFE, 0x70, 0x02, 0x41, 0x2B, 0x24, 0xFE, 0x60, 0x4A, 0x24, -+0xFC, 0x70, 0x02, 0x41, 0x66, 0x24, 0xFC, 0x60, 0x02, 0x41, 0x79, 0xEE, 0xB4, 0x0E, 0x02, 0x51, -+0xE4, 0x90, 0xA0, 0xE2, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0xD1, 0xFE, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, -+0x06, 0x02, 0x71, 0x07, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x04, 0x0F, 0x90, 0xA4, 0x12, 0xE0, 0xFF, -+0x60, 0x05, 0x12, 0xB6, 0x8A, 0x80, 0x03, 0x12, 0x5F, 0x1F, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x08, -+0x60, 0x02, 0x41, 0x79, 0x12, 0xBD, 0x52, 0x41, 0x79, 0x90, 0xA0, 0xE2, 0xE0, 0x70, 0x04, 0x7F, -+0x01, 0xD1, 0xFE, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x06, 0x02, 0x71, 0x07, 0x90, 0xA0, 0xE2, 0xE0, -+0xB4, 0x0E, 0x07, 0x51, 0x85, 0xBF, 0x01, 0x02, 0x51, 0xE4, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x0C, -+0x60, 0x02, 0x41, 0x79, 0x51, 0x85, 0xEF, 0x64, 0x01, 0x60, 0x02, 0x41, 0x79, 0xD1, 0xC9, 0x41, -+0x79, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0E, 0x07, 0x51, 0x85, 0xBF, 0x01, 0x02, 0x51, 0xE4, 0x90, -+0xA0, 0xE2, 0xE0, 0xB4, 0x06, 0x02, 0x71, 0x07, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0C, 0x07, 0x51, -+0x85, 0xBF, 0x01, 0x02, 0xD1, 0xC9, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x04, 0x70, 0x5B, 0x12, 0xBC, -+0x7E, 0xEF, 0x64, 0x01, 0x70, 0x53, 0x12, 0x5F, 0x96, 0x80, 0x4E, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, -+0x0E, 0x07, 0x51, 0x85, 0xBF, 0x01, 0x02, 0x51, 0xE4, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x06, 0x02, -+0x71, 0x07, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0C, 0x07, 0x51, 0x85, 0xBF, 0x01, 0x02, 0xD1, 0xC9, -+0x90, 0xA0, 0xE2, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0xD1, 0xFE, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x04, -+0x18, 0x12, 0xBC, 0x0E, 0x80, 0x13, 0x90, 0xA0, 0xE2, 0xE0, 0xB4, 0x0C, 0x0C, 0x90, 0xA0, 0xDB, -+0x12, 0x87, 0xDA, 0x30, 0xE0, 0x03, 0x12, 0xB6, 0xCB, 0x90, 0xA0, 0xE2, 0x12, 0xBE, 0x94, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA1, 0x50, 0xE0, -+0x30, 0xE0, 0x10, 0x90, 0xA1, 0x56, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x12, 0x75, 0x79, -+0x10, 0x80, 0x2E, 0x12, 0x97, 0xBF, 0xEF, 0x64, 0x01, 0x60, 0x05, 0x75, 0x79, 0x01, 0x80, 0x21, -+0x90, 0xA0, 0xDA, 0x12, 0x8C, 0xFE, 0x30, 0xE0, 0x05, 0x75, 0x79, 0x02, 0x80, 0x13, 0x90, 0xA0, -+0xE1, 0xE0, 0xD3, 0x94, 0x04, 0x40, 0x05, 0x75, 0x79, 0x08, 0x80, 0x05, 0x12, 0x97, 0x95, 0x80, -+0x0E, 0x90, 0x01, 0xB9, 0x74, 0x02, 0xF0, 0x90, 0x01, 0xB8, 0xE5, 0x79, 0xF0, 0x7F, 0x00, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA0, 0xDB, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x05, 0x12, 0x59, 0xE3, -+0x80, 0x10, 0x12, 0xBD, 0xDA, 0x44, 0x80, 0xF1, 0xD6, 0x90, 0x05, 0x27, 0xE0, 0x44, 0x80, 0xF0, -+0xF1, 0x10, 0xE4, 0xFD, 0xFF, 0x80, 0x2F, 0x90, 0xA0, 0xDB, 0xE0, 0x90, 0x06, 0x04, 0x20, 0xE0, -+0x07, 0xE0, 0x44, 0x40, 0xF1, 0xD6, 0x80, 0x10, 0x12, 0x59, 0xDF, 0x90, 0x05, 0x27, 0xE0, 0x54, -+0x7F, 0xF0, 0x90, 0xA0, 0xD9, 0x74, 0x0C, 0xF0, 0xE4, 0xFD, 0xFF, 0x80, 0x09, 0xE4, 0xFD, 0x7F, -+0x0C, 0x31, 0x32, 0xE4, 0xFD, 0xFF, 0x90, 0x05, 0x22, 0xEF, 0xF0, 0x90, 0x9F, 0x17, 0xED, 0xF0, -+0x22, 0xE4, 0x90, 0xA2, 0xF1, 0xF0, 0x90, 0xA1, 0xB3, 0xE0, 0x20, 0xE0, 0x02, 0x81, 0x73, 0x90, -+0xA1, 0xB5, 0xE0, 0xB4, 0x14, 0x0B, 0x7F, 0x01, 0x91, 0x7E, 0xEF, 0x60, 0x02, 0x81, 0x73, 0x81, -+0x6E, 0x12, 0x94, 0x29, 0x90, 0xA2, 0xEF, 0xF0, 0x60, 0x07, 0xE0, 0x64, 0x02, 0x60, 0x02, 0x81, -+0x35, 0x90, 0xA1, 0xB5, 0xE0, 0x70, 0x31, 0xF1, 0xA8, 0x30, 0xE0, 0x02, 0x81, 0x25, 0x12, 0xBF, -+0x0E, 0x7D, 0x4E, 0x7F, 0x6F, 0x71, 0x36, 0x91, 0x75, 0x12, 0x7F, 0x08, 0x7B, 0x04, 0x7D, 0x01, -+0xB1, 0xE1, 0xBF, 0x01, 0x0C, 0xF1, 0x1E, 0x44, 0x01, 0xF0, 0x90, 0xA1, 0xB5, 0x74, 0x01, 0xF0, -+0x22, 0x12, 0xBE, 0xA1, 0x7D, 0x4F, 0x80, 0x6F, 0x90, 0xA1, 0xB5, 0xE0, 0x64, 0x01, 0x70, 0x75, -+0xF1, 0x1E, 0xFF, 0x30, 0xE0, 0x08, 0x90, 0xA2, 0xF1, 0x74, 0x01, 0xF0, 0x80, 0x15, 0xEF, 0xC3, -+0x13, 0x20, 0xE0, 0x0F, 0x90, 0xA2, 0xF1, 0x74, 0x01, 0xF0, 0x12, 0xBF, 0x0E, 0x7D, 0x50, 0x7F, -+0x6F, 0x71, 0x36, 0x90, 0xA2, 0xF1, 0xE0, 0x60, 0x4C, 0x90, 0xA2, 0x31, 0xE0, 0x64, 0x06, 0x60, -+0x38, 0xE0, 0x04, 0xF0, 0xE0, 0xD3, 0x94, 0x01, 0x40, 0x08, 0x90, 0xA2, 0xF2, 0x74, 0x04, 0xF0, -+0x80, 0x05, 0xE4, 0x90, 0xA2, 0xF2, 0xF0, 0x91, 0x75, 0x12, 0x7F, 0x08, 0x90, 0xA2, 0xF2, 0xE0, -+0xFB, 0x7D, 0x01, 0xB1, 0xE1, 0xBF, 0x01, 0x0A, 0x12, 0x8A, 0xBF, 0x74, 0x03, 0x12, 0x96, 0xC3, -+0x01, 0x1A, 0x12, 0xBE, 0xA1, 0x7D, 0x51, 0x61, 0x36, 0xE4, 0x90, 0xA2, 0x31, 0xF0, 0xF1, 0xF8, -+0xF1, 0x1E, 0x54, 0xFB, 0xF0, 0x90, 0xA1, 0xB5, 0xE0, 0x64, 0x05, 0x70, 0x46, 0xFF, 0x91, 0x7E, -+0xEF, 0x70, 0x40, 0x80, 0x39, 0x90, 0xA2, 0xEF, 0xE0, 0x64, 0x03, 0x70, 0x36, 0x90, 0xA1, 0xB5, -+0xE0, 0x64, 0x05, 0x70, 0x2E, 0xF1, 0xA8, 0x20, 0xE0, 0x15, 0x91, 0x75, 0x04, 0xFF, 0xA3, 0xE0, -+0xB5, 0x07, 0x02, 0xE4, 0xFF, 0x75, 0xF0, 0x13, 0xEF, 0x12, 0x8A, 0xB5, 0xEF, 0x11, 0x12, 0x91, -+0x75, 0xFD, 0x7F, 0x02, 0x12, 0xAE, 0x30, 0xE4, 0xFF, 0x91, 0x7E, 0xEF, 0x70, 0x05, 0x7F, 0x06, -+0x12, 0x78, 0x64, 0x22, 0xF0, 0x90, 0xA1, 0xB3, 0xE0, 0xC3, 0x13, 0x54, 0x07, 0x22, 0x90, 0xA2, -+0xF3, 0xEF, 0xF0, 0xD1, 0x2E, 0xEF, 0x70, 0x02, 0xFF, 0x22, 0x91, 0x75, 0x90, 0xA1, 0xEF, 0xF0, -+0x90, 0xA1, 0xB3, 0xE0, 0xFF, 0xC3, 0x13, 0xFE, 0xEF, 0x54, 0xF1, 0xFF, 0xEE, 0x04, 0x54, 0x07, -+0x25, 0xE0, 0x4F, 0xF0, 0xA3, 0xE0, 0xFF, 0x90, 0xA1, 0xB3, 0xE0, 0xFE, 0xC3, 0x13, 0x54, 0x07, -+0xB5, 0x07, 0x04, 0xEE, 0x54, 0xF1, 0xF0, 0x91, 0x75, 0xF5, 0x25, 0x90, 0xA2, 0xF3, 0xE0, 0x90, -+0xA1, 0xB5, 0x70, 0x03, 0xF0, 0x80, 0x03, 0x74, 0x14, 0xF0, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x12, -+0x7F, 0xB9, 0x30, 0xE0, 0x26, 0xD1, 0xBD, 0xE0, 0x24, 0xF8, 0xF5, 0x82, 0xE4, 0x34, 0xA1, 0xF5, -+0x83, 0xE0, 0xFF, 0xD1, 0xA5, 0xEF, 0xD1, 0xBC, 0xE0, 0x04, 0xD1, 0xBC, 0xE0, 0xFF, 0x90, 0xA1, -+0xF7, 0xE0, 0xFE, 0xEF, 0xB5, 0x06, 0x04, 0xD1, 0xBD, 0xE4, 0xF0, 0xD1, 0xA5, 0xE0, 0xFF, 0x90, -+0xA1, 0xEF, 0xE0, 0x75, 0xF0, 0x13, 0xD1, 0xAA, 0xE0, 0x6F, 0x60, 0x6F, 0xD1, 0xA5, 0xE0, 0xFC, -+0x75, 0xF0, 0x13, 0xE5, 0x25, 0x12, 0x7E, 0x9C, 0x12, 0x7B, 0x18, 0x90, 0xA2, 0x28, 0x12, 0x77, -+0xBB, 0x30, 0xE0, 0x40, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x90, 0xA1, 0xC1, 0xD1, 0xB0, 0x90, 0xA3, -+0x72, 0x12, 0xBF, 0x17, 0x90, 0xA1, 0xC3, 0xD1, 0xB0, 0x90, 0xA3, 0x76, 0x12, 0x08, 0x6D, 0xE4, -+0xFF, 0x12, 0x9E, 0x43, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x90, 0xA1, 0xC5, 0xD1, 0xB0, 0x90, 0xA3, -+0x7B, 0x12, 0xBF, 0x17, 0x90, 0xA1, 0xC7, 0xD1, 0xB0, 0x90, 0xA3, 0x7F, 0x12, 0x08, 0x6D, 0xE4, -+0xFF, 0x12, 0x9D, 0x6E, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x12, 0x7E, 0x9C, 0x12, 0x7F, 0xCA, 0xFD, -+0x75, 0xF0, 0x13, 0xE5, 0x25, 0x12, 0x7E, 0x9C, 0x12, 0x7E, 0xAB, 0x75, 0xF0, 0x13, 0xE5, 0x25, -+0x90, 0xA1, 0xBE, 0x12, 0x47, 0xDE, 0xE0, 0x04, 0xF0, 0x90, 0xA2, 0xF3, 0xE0, 0x70, 0x29, 0xF1, -+0xA8, 0x20, 0xE0, 0x24, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x12, 0x94, 0x34, 0x60, 0x0C, 0x75, 0xF0, -+0x13, 0xE5, 0x25, 0x12, 0x94, 0x34, 0xFF, 0xBF, 0x02, 0x0E, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x12, -+0x7F, 0x0B, 0x7B, 0x04, 0xE4, 0xFD, 0xB1, 0xE1, 0xAD, 0x25, 0x7F, 0x01, 0x12, 0xAE, 0x30, 0x90, -+0xA1, 0xF1, 0x12, 0x8D, 0x08, 0xBF, 0x02, 0x05, 0xE4, 0xFF, 0x12, 0x78, 0x64, 0x90, 0x01, 0xA5, -+0xE0, 0xB4, 0xFF, 0x04, 0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0xA5, 0xE0, 0x04, 0xF0, 0x7F, 0x01, -+0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x92, 0x12, 0xAB, 0xAA, 0x90, 0x04, -+0x1D, 0xE0, 0x60, 0x28, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA3, 0x98, 0xF0, 0x7D, 0x14, 0xD1, 0x2A, -+0xEF, 0x64, 0x01, 0x70, 0x08, 0x12, 0xBD, 0xEB, 0x12, 0x84, 0xD2, 0x80, 0x04, 0x7F, 0x00, 0x80, -+0x14, 0x90, 0xA3, 0x98, 0xE0, 0xFF, 0x7D, 0x15, 0x71, 0x36, 0x80, 0x06, 0x12, 0xBD, 0xEB, 0x12, -+0x84, 0xD2, 0x12, 0xBE, 0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0xFF, 0x71, 0x36, 0xE4, 0x90, -+0xA3, 0xF6, 0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA3, 0xF8, 0xF0, 0x7D, 0x47, 0x7F, -+0xFF, 0x71, 0x36, 0x90, 0x05, 0xF8, 0xE0, 0x70, 0x14, 0xA3, 0xE0, 0x70, 0x10, 0xA3, 0xE0, 0x70, -+0x0C, 0xA3, 0xE0, 0x70, 0x08, 0x12, 0xBF, 0x80, 0x71, 0x36, 0x7F, 0x01, 0x22, 0x12, 0x84, 0x41, -+0x30, 0xE0, 0x15, 0xD3, 0x90, 0xA3, 0xF7, 0xE0, 0x94, 0x03, 0x90, 0xA3, 0xF6, 0xE0, 0x94, 0x00, -+0x40, 0x02, 0x80, 0x13, 0x7F, 0x01, 0x80, 0x20, 0xD3, 0x90, 0xA3, 0xF7, 0xE0, 0x94, 0xE8, 0x90, -+0xA3, 0xF6, 0xE0, 0x94, 0x03, 0x40, 0x0F, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x20, 0xF0, 0x12, 0xBF, -+0x80, 0x71, 0x36, 0x7F, 0x00, 0x22, 0x7F, 0x32, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0x90, 0xA3, 0xF6, -+0x12, 0x91, 0x20, 0x80, 0x9E, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x90, 0xA1, 0xB6, 0x02, 0x47, 0xDE, -+0x12, 0x47, 0xDE, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0x22, 0xF0, 0x74, 0x1B, 0x25, -+0x25, 0xF5, 0x82, 0xE4, 0x34, 0xA2, 0xF5, 0x83, 0x22, 0xF1, 0xE6, 0x70, 0x30, 0x90, 0xA0, 0xDB, -+0xE0, 0x54, 0xFD, 0xF0, 0x7D, 0x2C, 0x7F, 0x6F, 0x71, 0x36, 0x12, 0x87, 0x9F, 0xF0, 0x7D, 0x08, -+0x7F, 0x01, 0x12, 0x84, 0x4F, 0xBF, 0x01, 0x10, 0x90, 0xA0, 0xDA, 0xE0, 0x44, 0x80, 0xF0, 0x7D, -+0x0E, 0x12, 0xB6, 0xC2, 0x74, 0x0E, 0xF0, 0x22, 0x12, 0xB6, 0x80, 0x04, 0xF0, 0x22, 0x90, 0xA4, -+0x11, 0xEF, 0xF0, 0x12, 0x4A, 0xE6, 0x90, 0xA4, 0x11, 0xE0, 0x60, 0x02, 0xF1, 0xE1, 0xF1, 0xD7, -+0x90, 0xA0, 0xD9, 0x74, 0x04, 0xF0, 0x22, 0xE4, 0x75, 0xF0, 0x01, 0x12, 0x08, 0xD6, 0x90, 0xA1, -+0xB3, 0xE0, 0xC3, 0x13, 0x54, 0x07, 0x75, 0xF0, 0x13, 0x90, 0xA1, 0xBD, 0x12, 0x47, 0xDE, 0xE0, -+0x22, 0xE4, 0x90, 0xA2, 0xEE, 0xF0, 0x90, 0xA1, 0xB3, 0xE0, 0xFF, 0x30, 0xE0, 0x69, 0xF1, 0xA8, -+0x20, 0xE0, 0x64, 0xEF, 0xC3, 0x13, 0x54, 0x07, 0xFF, 0xF1, 0x26, 0xFE, 0x30, 0xE0, 0x58, 0x75, -+0xF0, 0x13, 0xEF, 0x90, 0xA1, 0xBD, 0x12, 0x47, 0xDE, 0xEE, 0x54, 0xFE, 0xF0, 0x75, 0xF0, 0x13, -+0xEF, 0xF1, 0x29, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x0A, 0x90, 0xA1, 0xF5, 0xF1, 0x17, 0x54, -+0xFB, 0x12, 0x8C, 0x0B, 0x90, 0x04, 0xE0, 0xE0, 0x30, 0xE1, 0x22, 0xF1, 0xF8, 0xF1, 0x1E, 0x44, -+0x02, 0xF0, 0xE4, 0x90, 0xA2, 0x31, 0x91, 0x74, 0xFD, 0x7F, 0x02, 0x12, 0xAE, 0x30, 0x90, 0xA2, -+0xEE, 0xE0, 0x60, 0x13, 0xE4, 0x90, 0xA1, 0xF3, 0xF0, 0xA3, 0xF0, 0x61, 0x41, 0x90, 0xA1, 0xF3, -+0xF1, 0x17, 0x54, 0xFD, 0xF0, 0xF1, 0xE1, 0x22, 0x90, 0xA1, 0xF1, 0xE0, 0xC4, 0x13, 0x54, 0x07, -+0x22, 0x90, 0xA1, 0x50, 0xE0, 0x20, 0xE0, 0x1D, 0x90, 0xA0, 0xDF, 0xE0, 0x64, 0x01, 0x70, 0x15, -+0x12, 0xA6, 0x5E, 0x12, 0x61, 0x32, 0x60, 0x05, 0x71, 0x2D, 0x02, 0x96, 0x85, 0x90, 0xA0, 0xE2, -+0xE0, 0x70, 0x02, 0x31, 0x2E, 0x22, 0xF0, 0x7D, 0x04, 0x7F, 0x01, 0x02, 0x59, 0xE7, 0x12, 0x4A, -+0xE6, 0xE4, 0xFD, 0xFF, 0x61, 0x36, 0xE4, 0xFF, 0x12, 0x5E, 0xC9, 0xEF, 0x64, 0x01, 0x22, 0xF1, -+0xE1, 0xF1, 0xD7, 0x12, 0xBC, 0x48, 0xE1, 0x10, 0x90, 0xA1, 0xB5, 0x74, 0x05, 0xF0, 0x22, 0x7F, -+0xF4, 0x12, 0x4A, 0xB0, 0xEF, 0x20, 0xE5, 0x0E, 0x7F, 0xF4, 0x12, 0x4A, 0xB0, 0xEF, 0x7F, 0x01, -+0x20, 0xE4, 0x05, 0x7F, 0x02, 0x22, 0x7F, 0x03, 0x22, 0x12, 0x57, 0xFF, 0x90, 0x9F, 0x19, 0xEF, -+0xF0, 0x11, 0x33, 0x90, 0x01, 0x64, 0x74, 0x01, 0xF0, 0x90, 0x04, 0x23, 0xE0, 0x44, 0x80, 0xF0, -+0x02, 0x36, 0x83, 0x12, 0x4F, 0xB5, 0x11, 0x64, 0x12, 0xAF, 0x2E, 0x12, 0xAF, 0x4D, 0xE4, 0xF5, -+0x51, 0xF5, 0x52, 0xF5, 0x53, 0x75, 0x54, 0x80, 0xAD, 0x51, 0x7F, 0x50, 0x12, 0x48, 0xCF, 0xAD, -+0x52, 0x7F, 0x51, 0x12, 0x48, 0xCF, 0xAD, 0x53, 0x7F, 0x52, 0x12, 0x48, 0xCF, 0xAD, 0x54, 0x7F, -+0x53, 0x02, 0x48, 0xCF, 0x90, 0x01, 0x34, 0x74, 0xFF, 0x11, 0x8C, 0x90, 0x01, 0x3C, 0x11, 0x8C, -+0xFD, 0x7F, 0x54, 0x12, 0x48, 0xCF, 0x7D, 0xFF, 0x7F, 0x55, 0x12, 0x48, 0xCF, 0x7D, 0xFF, 0x7F, -+0x56, 0x12, 0x48, 0xCF, 0x7D, 0xFF, 0x7F, 0x57, 0x02, 0x48, 0xCF, 0xE4, 0xF0, 0xA3, 0xF0, 0xA3, -+0xF0, 0xA3, 0xF0, 0x22, 0xEF, 0x64, 0x01, 0x70, 0x1F, 0xF1, 0x96, 0x90, 0x01, 0x38, 0x11, 0x8B, -+0x90, 0x01, 0x30, 0x11, 0x8C, 0x90, 0x01, 0x30, 0x74, 0x10, 0xF0, 0x90, 0x01, 0x39, 0x74, 0x01, -+0xF0, 0x90, 0x00, 0x53, 0x74, 0x80, 0xF0, 0x22, 0x12, 0xBD, 0x5F, 0x90, 0xA1, 0x4D, 0xE0, 0x90, -+0x01, 0x31, 0xF0, 0x90, 0xA1, 0x4E, 0xE0, 0x90, 0x01, 0x32, 0xF0, 0x90, 0xA1, 0x4F, 0xE0, 0x90, -+0x01, 0x33, 0xF0, 0x90, 0xA1, 0x48, 0xE0, 0x90, 0x01, 0x38, 0xF0, 0x90, 0xA1, 0x4B, 0xE0, 0x90, -+0x01, 0x3B, 0x51, 0x59, 0x7F, 0x01, 0x12, 0x56, 0xFE, 0x7E, 0x00, 0x7F, 0x62, 0x7D, 0x00, 0x7B, -+0x01, 0x7A, 0xA0, 0x79, 0xDA, 0x12, 0x08, 0xAA, 0x12, 0x9A, 0x25, 0x12, 0x08, 0xAA, 0x90, 0xA0, -+0xDE, 0x74, 0x02, 0xF0, 0x90, 0xA0, 0xE5, 0x14, 0xF0, 0xA3, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, 0x90, -+0xA0, 0xEB, 0xE4, 0xF0, 0xA3, 0x74, 0x02, 0x51, 0x51, 0x90, 0xA0, 0xF7, 0xF0, 0xA3, 0x74, 0x0A, -+0xF0, 0x12, 0xBD, 0x3B, 0xE4, 0xFD, 0xFF, 0x31, 0xE7, 0x7D, 0x0C, 0x7F, 0x02, 0x31, 0xE7, 0x31, -+0xE3, 0x90, 0x9F, 0x19, 0xE0, 0xB4, 0x01, 0x08, 0x90, 0xA0, 0xEA, 0x74, 0xFF, 0xF0, 0x80, 0x12, -+0x90, 0x9F, 0x19, 0xE0, 0x90, 0xA0, 0xEA, 0xB4, 0x03, 0x05, 0x74, 0xD4, 0xF0, 0x80, 0x03, 0x74, -+0x40, 0xF0, 0x90, 0xA1, 0x3C, 0x74, 0x02, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0xA3, 0xE0, 0x54, 0x01, -+0x44, 0x28, 0xF0, 0xA3, 0x74, 0x07, 0x51, 0x51, 0x90, 0xA0, 0xF7, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, -+0x90, 0xA1, 0x47, 0xE0, 0x54, 0xFE, 0xF0, 0x90, 0x01, 0x38, 0xE0, 0x90, 0xA1, 0x48, 0xF0, 0x90, -+0x01, 0x39, 0xE0, 0x90, 0xA1, 0x49, 0xF0, 0x90, 0x01, 0x3A, 0xE0, 0x90, 0xA1, 0x4A, 0xF0, 0x90, -+0x01, 0x3B, 0xE0, 0x90, 0xA1, 0x4B, 0xF0, 0x90, 0x01, 0x30, 0xE0, 0x90, 0xA1, 0x4C, 0xF0, 0x90, -+0x01, 0x31, 0xE0, 0x90, 0xA1, 0x4D, 0xF0, 0x90, 0x01, 0x32, 0xE0, 0x90, 0xA1, 0x4E, 0xF0, 0x90, -+0x01, 0x33, 0xE0, 0x90, 0xA1, 0x4F, 0xF0, 0x7F, 0x01, 0x12, 0xB5, 0x2A, 0x90, 0x05, 0x58, 0x74, -+0x02, 0xF0, 0x7E, 0x00, 0xFF, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x40, 0x12, 0x08, 0xAA, -+0x12, 0xBF, 0x42, 0x12, 0xBF, 0x3A, 0x12, 0x57, 0xE1, 0xE4, 0x90, 0xA1, 0x42, 0xF0, 0x22, 0xE0, -+0x54, 0x7F, 0xF0, 0x7D, 0x0C, 0x7F, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, -+0x10, 0xEF, 0xF0, 0x14, 0x60, 0x15, 0x14, 0x60, 0x19, 0x24, 0x02, 0x70, 0x1A, 0xED, 0x54, 0x01, -+0xFF, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xFE, 0x4F, 0xF0, 0x80, 0x0C, 0x90, 0xA0, 0xE2, 0xED, 0xF0, -+0x80, 0x05, 0x90, 0xA0, 0xE1, 0xED, 0xF0, 0x7F, 0x8F, 0x12, 0x4A, 0xB0, 0xEF, 0x30, 0xE4, 0x2C, -+0x90, 0xA4, 0x10, 0xE0, 0x14, 0x60, 0x07, 0x14, 0x60, 0x18, 0x24, 0x02, 0x70, 0x1E, 0x90, 0xA0, -+0xDA, 0xE0, 0x12, 0xBE, 0x7D, 0xFF, 0x90, 0xA0, 0xE2, 0xE0, 0x54, 0x7F, 0x4F, 0xFD, 0x7F, 0x88, -+0x80, 0x07, 0x90, 0xA0, 0xE1, 0xE0, 0xFD, 0x7F, 0x89, 0x12, 0x48, 0xCF, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0xF0, 0x90, 0xA0, 0xFC, 0xE0, 0x24, 0x04, 0x22, 0xF0, 0x7D, 0x01, 0x7F, 0x02, 0x51, 0x64, -+0x7D, 0x02, 0x7F, 0x02, 0x74, 0x59, 0x2F, 0xF8, 0xE6, 0x4D, 0xFE, 0xF6, 0x74, 0x30, 0x61, 0xAC, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x64, 0x01, 0x70, 0x18, 0xD1, 0xF1, 0x60, 0x09, -+0x51, 0xB6, 0x71, 0xBB, 0x12, 0xBF, 0x05, 0x80, 0x06, 0x51, 0xB6, 0x71, 0xA3, 0x71, 0xC3, 0x12, -+0xB6, 0xCB, 0x80, 0x19, 0xD1, 0xF1, 0x60, 0x06, 0x51, 0xB6, 0x71, 0xBB, 0x80, 0x04, 0x51, 0xB6, -+0x71, 0xA3, 0x51, 0x60, 0x7D, 0x01, 0x7F, 0x02, 0x51, 0x64, 0x12, 0xBD, 0x52, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xF0, 0x90, 0x01, 0x3F, 0x74, 0x10, 0xF0, 0xFD, 0x7F, 0x03, 0x22, 0x90, 0x05, 0x62, -+0xE0, 0xFE, 0x90, 0x05, 0x61, 0xE0, 0xFD, 0xED, 0x78, 0x02, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, -+0xF9, 0xFF, 0x90, 0xA2, 0xDE, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x57, 0xE6, 0x60, 0x02, 0x61, -+0x97, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x02, 0x61, 0x97, 0xF1, 0x01, 0x64, 0x01, 0x70, 0x22, 0x90, -+0x06, 0xAB, 0xE0, 0x90, 0xA0, 0xE6, 0xF0, 0x90, 0x06, 0xAA, 0xE0, 0x90, 0xA0, 0xE5, 0xF0, 0xA3, -+0xE0, 0xFF, 0x70, 0x08, 0x90, 0xA0, 0xE5, 0xE0, 0xFE, 0xFF, 0x80, 0x00, 0x90, 0xA0, 0xE6, 0xEF, -+0xF0, 0x12, 0xB3, 0x53, 0xE4, 0x90, 0xA0, 0xE8, 0x12, 0xB5, 0x4E, 0x12, 0x96, 0x7A, 0x12, 0x96, -+0x17, 0x54, 0xEF, 0xF0, 0xF1, 0x01, 0x24, 0xFD, 0x50, 0x02, 0x80, 0x0F, 0x90, 0xA0, 0xD5, 0xE0, -+0x30, 0xE0, 0x05, 0x12, 0x60, 0xBF, 0x80, 0x03, 0x12, 0x60, 0x7C, 0xD1, 0x3B, 0x30, 0xE0, 0x55, -+0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x20, 0xE0, 0x20, 0xD1, 0xF9, 0x6F, 0x70, 0x47, 0x90, 0xA0, -+0xDB, 0xE0, 0x44, 0x40, 0xF0, 0x12, 0xA7, 0x27, 0x51, 0xB2, 0x71, 0xBB, 0x71, 0xC9, 0x12, 0x96, -+0xBC, 0x90, 0xA0, 0xE6, 0xE0, 0x14, 0xF0, 0x80, 0x2C, 0x90, 0xA0, 0xDD, 0xE0, 0xC4, 0x54, 0x0F, -+0x64, 0x01, 0x70, 0x21, 0xD1, 0xF9, 0xFE, 0x6F, 0x60, 0x1B, 0x90, 0x05, 0x73, 0xE0, 0xFF, 0xEE, -+0x6F, 0x60, 0x12, 0x90, 0xA0, 0xDB, 0x12, 0x87, 0xDA, 0x30, 0xE0, 0x09, 0xEF, 0x54, 0xBF, 0x51, -+0xB2, 0x71, 0xA3, 0x51, 0x5A, 0xD1, 0xC1, 0x90, 0xA0, 0xD5, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x02, -+0xD1, 0xC1, 0x22, 0x74, 0x61, 0x12, 0xBF, 0x60, 0xFE, 0xF6, 0x74, 0x38, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0x01, 0xF5, 0x83, 0xEE, 0xF0, 0x22, 0x7D, 0x03, 0x7F, 0x02, 0x74, 0x61, 0x2F, 0xF8, 0xE6, -+0x4D, 0x80, 0xE5, 0x7D, 0x02, 0x7F, 0x02, 0x71, 0xCD, 0x7D, 0x01, 0x7F, 0x02, 0x74, 0x59, 0x12, -+0xBF, 0x60, 0xFE, 0xF6, 0x74, 0x30, 0x80, 0xD4, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8B, -+0x0F, 0x8A, 0x10, 0x89, 0x11, 0x90, 0x05, 0x27, 0xE0, 0xF5, 0x12, 0x12, 0x93, 0xA7, 0x75, 0x43, -+0x01, 0x7B, 0x01, 0x7A, 0xA0, 0x79, 0xD5, 0x12, 0x34, 0x62, 0x12, 0x7A, 0x86, 0x12, 0x06, 0x89, -+0xFF, 0xC3, 0x13, 0x20, 0xE0, 0x02, 0x81, 0x96, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x73, 0x71, -+0xB7, 0x75, 0x12, 0x21, 0xF1, 0x0A, 0x30, 0xE0, 0x07, 0xD1, 0x46, 0x43, 0x12, 0x08, 0x80, 0x0C, -+0xE4, 0x90, 0xA0, 0xD6, 0xF0, 0xA3, 0xF0, 0x7D, 0x40, 0xFF, 0x71, 0xCD, 0x90, 0xA0, 0xD5, 0xD1, -+0x3E, 0x30, 0xE0, 0x03, 0x43, 0x12, 0x12, 0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x03, 0x43, 0x12, -+0x14, 0x90, 0xA0, 0xD5, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x03, 0x43, 0x12, 0x80, 0x90, -+0xA0, 0xD5, 0x12, 0x84, 0x44, 0x20, 0xE0, 0x03, 0x43, 0x12, 0x40, 0xB1, 0x42, 0x90, 0xA0, 0xD8, -+0xE0, 0x70, 0x04, 0x7F, 0x01, 0xB1, 0x49, 0x90, 0xA0, 0xD5, 0xD1, 0xE9, 0x30, 0xE0, 0x04, 0x7F, -+0x04, 0x80, 0x0B, 0xF1, 0x13, 0xEF, 0x60, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x02, 0xB1, 0x49, -+0xA1, 0x09, 0x75, 0x12, 0x01, 0xB1, 0x42, 0x90, 0xA0, 0xD8, 0xE0, 0x64, 0x04, 0x60, 0x02, 0xA1, -+0x3D, 0xFF, 0xB1, 0x49, 0xA1, 0x3D, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x74, 0x71, 0xB7, 0x43, -+0x12, 0x31, 0xF1, 0x0A, 0x30, 0xE0, 0x07, 0xD1, 0x46, 0x43, 0x12, 0x08, 0x80, 0x06, 0x7D, 0x40, -+0xE4, 0xFF, 0x71, 0xCD, 0x90, 0xA0, 0xD5, 0xD1, 0x3E, 0x30, 0xE0, 0x03, 0x43, 0x12, 0x02, 0xEF, -+0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x03, 0x43, 0x12, 0x04, 0xB1, 0x42, 0x90, 0xA0, 0xD5, 0xD1, 0xE9, -+0x30, 0xE0, 0x0B, 0x12, 0x94, 0xC2, 0x60, 0x31, 0xE4, 0xFD, 0x7F, 0x02, 0x80, 0x1E, 0x12, 0xBC, -+0x48, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x19, 0x12, 0x57, 0xEF, 0xF1, 0x13, 0xBF, 0x01, 0x09, -+0x90, 0xA0, 0xE1, 0xE0, 0xFF, 0x7D, 0x01, 0x80, 0x03, 0xE4, 0xFD, 0xFF, 0x12, 0x51, 0x32, 0x80, -+0x08, 0x90, 0xA0, 0xE2, 0xE0, 0x90, 0xA0, 0xD9, 0xF0, 0x90, 0x05, 0x40, 0x74, 0x22, 0xF0, 0x80, -+0x2C, 0x75, 0x12, 0x01, 0xB1, 0x42, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x06, 0x7D, 0x01, 0x7F, -+0x04, 0x80, 0x0B, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x08, 0x07, 0x7D, 0x01, 0x7F, 0x0C, 0x12, 0x51, -+0x32, 0x12, 0x97, 0xD8, 0x90, 0xA0, 0xE1, 0x12, 0x60, 0x56, 0x12, 0x99, 0xD7, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x90, 0x05, 0x27, 0xE5, 0x12, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA0, 0xD8, 0xE0, 0xF5, 0x78, 0xE5, 0x78, 0x6F, 0x70, 0x02, 0xC1, 0x36, 0xEF, 0x14, 0x60, -+0x3E, 0x14, 0x60, 0x60, 0x14, 0x70, 0x02, 0xA1, 0xEA, 0x14, 0x70, 0x02, 0xC1, 0x11, 0x24, 0x04, -+0x60, 0x02, 0xC1, 0x36, 0xE5, 0x78, 0xB4, 0x04, 0x05, 0x12, 0xBB, 0xF5, 0xC1, 0x36, 0xE5, 0x78, -+0xB4, 0x02, 0x05, 0x12, 0xBB, 0xED, 0xC1, 0x36, 0xE5, 0x78, 0xB4, 0x03, 0x05, 0x12, 0xBB, 0xF1, -+0xC1, 0x36, 0xE5, 0x78, 0x64, 0x01, 0x60, 0x02, 0xC1, 0x36, 0x12, 0xBB, 0xE5, 0xC1, 0x36, 0xE5, -+0x78, 0xB4, 0x04, 0x04, 0xF1, 0xDF, 0xC1, 0x36, 0xE5, 0x78, 0xB4, 0x02, 0x05, 0x12, 0xBB, 0xFA, -+0xC1, 0x36, 0xE5, 0x78, 0xB4, 0x03, 0x05, 0x12, 0xBC, 0x00, 0x80, 0x7A, 0xE5, 0x78, 0x70, 0x76, -+0xF1, 0xD8, 0x80, 0x72, 0xE5, 0x78, 0xB4, 0x04, 0x05, 0x12, 0xBC, 0x50, 0x80, 0x68, 0xE5, 0x78, -+0xB4, 0x01, 0x04, 0xF1, 0xE7, 0x80, 0x5F, 0xE5, 0x78, 0xB4, 0x03, 0x05, 0x12, 0xBC, 0x5D, 0x80, -+0x55, 0xE5, 0x78, 0x70, 0x51, 0x12, 0xBC, 0x57, 0x80, 0x4C, 0xE5, 0x78, 0xB4, 0x04, 0x05, 0x12, -+0xBC, 0x33, 0x80, 0x42, 0xE5, 0x78, 0xB4, 0x01, 0x05, 0x12, 0xBC, 0x25, 0x80, 0x38, 0xE5, 0x78, -+0xB4, 0x02, 0x05, 0x12, 0xBC, 0x43, 0x80, 0x2E, 0xE5, 0x78, 0x70, 0x2A, 0x12, 0xBC, 0x3E, 0x80, -+0x25, 0xE5, 0x78, 0xB4, 0x03, 0x05, 0x12, 0xBB, 0xD6, 0x80, 0x1B, 0xE5, 0x78, 0xB4, 0x01, 0x05, -+0x12, 0xBB, 0xB9, 0x80, 0x11, 0xE5, 0x78, 0xB4, 0x02, 0x05, 0x12, 0xBB, 0xDC, 0x80, 0x07, 0xE5, -+0x78, 0x70, 0x03, 0x12, 0xBB, 0xBF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA0, 0xDB, 0xE0, 0xFF, -+0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0x90, 0x01, 0x34, 0x74, 0x40, 0xF0, 0xFD, 0xE4, 0xFF, 0x41, -+0x64, 0xEF, 0x70, 0x33, 0x7D, 0x78, 0x7F, 0x02, 0x71, 0xCD, 0x7D, 0x02, 0x7F, 0x03, 0x71, 0xCD, -+0x7D, 0xC8, 0x7F, 0x02, 0x71, 0xA3, 0x12, 0x96, 0x7A, 0xF0, 0xE4, 0xFF, 0xD1, 0xC9, 0xEF, 0x70, -+0x0A, 0xF1, 0x2B, 0x54, 0xBF, 0xF0, 0x54, 0x7F, 0xF0, 0x80, 0x07, 0x7D, 0x01, 0x7F, 0x0C, 0x12, -+0x51, 0x32, 0xF1, 0x30, 0x02, 0xBF, 0x3A, 0x90, 0x01, 0x36, 0x74, 0x78, 0xF0, 0xA3, 0x74, 0x02, -+0xF0, 0x7D, 0x78, 0xFF, 0x51, 0x64, 0x7D, 0x02, 0x7F, 0x03, 0x51, 0x64, 0x90, 0x06, 0x0A, 0xE0, -+0x44, 0x07, 0x12, 0xB5, 0x4E, 0xE4, 0xFF, 0xD1, 0xC9, 0xBF, 0x01, 0x12, 0x12, 0x95, 0x68, 0xF0, -+0x90, 0xA0, 0xE2, 0xE0, 0x20, 0xE2, 0x09, 0x7D, 0x01, 0x7F, 0x04, 0x02, 0x51, 0x32, 0xD1, 0xC1, -+0x22, 0x90, 0xA0, 0xDB, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0x12, 0x9A, 0x0C, 0x12, 0x99, 0x71, 0xE0, -+0xFD, 0x7C, 0x00, 0x12, 0x9A, 0x59, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0x12, -+0xBF, 0x78, 0x7F, 0x00, 0x60, 0x02, 0x7F, 0x01, 0x22, 0xE0, 0xFF, 0xC4, 0x13, 0x13, 0x54, 0x03, -+0x22, 0x90, 0xA1, 0x45, 0xE0, 0x90, 0x01, 0x3F, 0x22, 0x90, 0xA0, 0xE5, 0xE0, 0xFF, 0xA3, 0xE0, -+0x22, 0x90, 0xA0, 0xDD, 0xE0, 0xFF, 0xC4, 0x54, 0x0F, 0x22, 0x90, 0xA0, 0xD5, 0xE0, 0x13, 0x13, -+0x54, 0x3F, 0x22, 0x90, 0x05, 0x43, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x22, 0x12, -+0xBF, 0x42, 0x12, 0x57, 0xE1, 0x7D, 0x0C, 0x7F, 0x01, 0x21, 0xE7, 0x12, 0x4A, 0xE6, 0xF1, 0x1F, -+0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xF7, 0xF0, 0x22, 0x8B, 0x0F, 0x8A, 0x10, 0x89, 0x11, 0x12, 0x67, -+0x96, 0xFF, 0xF5, 0x13, 0x12, 0x06, 0x89, 0xFE, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0x12, 0x67, 0x07, -+0xF5, 0x14, 0x80, 0x02, 0x8F, 0x14, 0x85, 0x13, 0x12, 0xE5, 0x12, 0xD3, 0x95, 0x14, 0x50, 0x23, -+0x12, 0x7A, 0x86, 0x12, 0x06, 0x89, 0x54, 0x01, 0xFD, 0xAF, 0x12, 0x12, 0x99, 0x36, 0xAF, 0x12, -+0xD1, 0xC9, 0xEF, 0xAF, 0x12, 0x70, 0x05, 0x12, 0xAE, 0x24, 0x80, 0x03, 0x12, 0xAE, 0x20, 0x05, -+0x12, 0x80, 0xD6, 0xE5, 0x13, 0x70, 0x0E, 0xFF, 0xD1, 0xC9, 0xEF, 0x70, 0x08, 0xF1, 0x2B, 0x54, -+0xBF, 0xF0, 0x54, 0x7F, 0xF0, 0x22, 0x7D, 0x2D, 0x12, 0x56, 0x2A, 0x90, 0x01, 0x37, 0x74, 0x02, -+0xF0, 0xFD, 0x7F, 0x03, 0x51, 0x64, 0x12, 0x4A, 0x1F, 0xE4, 0xFD, 0x7F, 0x01, 0x31, 0xE7, 0xE4, -+0x90, 0xA0, 0xD9, 0xF0, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xFB, 0xF0, 0xE4, 0x90, 0xA0, 0xE8, -+0xF0, 0xA3, 0xF0, 0x90, 0xA0, 0xE3, 0xF0, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xF7, 0xF0, 0x54, 0xBF, -+0x51, 0x59, 0x7D, 0x10, 0x7F, 0x03, 0x61, 0xA3, 0x90, 0xA0, 0xD8, 0x74, 0x01, 0xF0, 0x22, 0x12, -+0x57, 0xE1, 0x12, 0xBC, 0x48, 0x80, 0xF1, 0x7D, 0x20, 0x7F, 0xFF, 0x12, 0x53, 0x36, 0x12, 0x4A, -+0x1F, 0x90, 0xA0, 0xD8, 0x74, 0x02, 0xF0, 0x22, 0x75, 0xE8, 0x07, 0x75, 0xA8, 0x85, 0x22, 0xE4, -+0x90, 0xA2, 0xBE, 0xF0, 0x90, 0xA2, 0xBE, 0xE0, 0x64, 0x01, 0xF0, 0x24, 0xFF, 0x90, 0x01, 0xC4, -+0xF0, 0x74, 0x5F, 0xA3, 0xF0, 0x12, 0x3D, 0x6E, 0xBF, 0x01, 0x03, 0x12, 0x31, 0x38, 0x90, 0xA0, -+0xDF, 0xE0, 0x60, 0x0E, 0x90, 0xA0, 0xE2, 0xE0, 0xFF, 0x90, 0xA0, 0xE1, 0xE0, 0x6F, 0x60, 0x02, -+0x11, 0x47, 0xC2, 0xAF, 0x12, 0xAF, 0xA0, 0xBF, 0x01, 0x03, 0x12, 0x97, 0x26, 0xD2, 0xAF, 0x12, -+0x4F, 0xF9, 0x12, 0x45, 0x2D, 0x80, 0xBD, 0x90, 0xA0, 0xD5, 0xE0, 0x90, 0xA0, 0xE1, 0x30, 0xE0, -+0x05, 0xE0, 0xFF, 0x02, 0xBC, 0x60, 0xE0, 0xFF, 0x7D, 0x01, 0x02, 0x51, 0x32, 0xE4, 0xFF, 0x12, -+0x5E, 0xC9, 0xBF, 0x01, 0x0E, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x08, 0x11, 0x74, 0x54, 0x07, 0x70, -+0x02, 0x11, 0x47, 0x22, 0x90, 0xA0, 0xE3, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x90, 0x06, 0xA9, 0xE0, -+0xF5, 0x21, 0x54, 0xC0, 0x70, 0x07, 0x11, 0x74, 0x54, 0xFD, 0xF0, 0x80, 0xBA, 0xE5, 0x21, 0x30, -+0xE6, 0x18, 0x90, 0xA0, 0xDF, 0xE0, 0x64, 0x01, 0x70, 0x12, 0x31, 0x2B, 0x64, 0x02, 0x60, 0x05, -+0x12, 0xAD, 0x60, 0x80, 0x07, 0x12, 0x96, 0x20, 0x80, 0x02, 0x11, 0x74, 0xE5, 0x21, 0x90, 0xA0, -+0xE3, 0x30, 0xE7, 0x06, 0x12, 0x50, 0x02, 0x02, 0xBF, 0x58, 0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, -+0x06, 0xA9, 0xE0, 0x90, 0xA2, 0xE0, 0xF0, 0xE0, 0xFD, 0x54, 0xC0, 0x70, 0x04, 0x11, 0x74, 0x80, -+0x56, 0xED, 0x30, 0xE6, 0x3F, 0x90, 0xA0, 0xDF, 0xE0, 0x64, 0x02, 0x70, 0x27, 0x90, 0xA0, 0xDA, -+0xE0, 0xFF, 0xC3, 0x13, 0x20, 0xE0, 0x09, 0x90, 0xA0, 0xE3, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x1A, -+0x31, 0x32, 0x64, 0x01, 0x70, 0x20, 0x90, 0xA0, 0xE3, 0xE0, 0x44, 0x04, 0xF0, 0x7F, 0x01, 0x12, -+0x85, 0xEB, 0x80, 0x12, 0x31, 0x2B, 0x64, 0x02, 0x60, 0x05, 0x12, 0xAD, 0x60, 0x80, 0x07, 0x12, -+0x96, 0x20, 0x80, 0x02, 0x11, 0x74, 0x90, 0xA2, 0xE0, 0xE0, 0x90, 0xA0, 0xE3, 0x30, 0xE7, 0x06, -+0x12, 0x50, 0x02, 0x02, 0xBF, 0x58, 0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0xA0, 0xE3, 0xE0, 0x44, -+0x01, 0xF0, 0x90, 0xA0, 0xDD, 0xE0, 0x54, 0x0F, 0x22, 0x51, 0xC3, 0x12, 0x06, 0x89, 0xFF, 0x54, -+0x7F, 0x90, 0xA0, 0xDF, 0xF0, 0xEF, 0x12, 0x77, 0xBC, 0xA3, 0xF1, 0x95, 0xFF, 0x54, 0xF0, 0xC4, -+0x54, 0x0F, 0xFE, 0x90, 0xA0, 0xDD, 0xE0, 0x54, 0xF0, 0x4E, 0xF0, 0x91, 0xE2, 0x54, 0x01, 0x25, -+0xE0, 0xFE, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xFD, 0x4E, 0xF0, 0xEF, 0x54, 0x0F, 0xC4, 0x54, 0xF0, -+0xFF, 0x31, 0x32, 0x4F, 0xF1, 0x06, 0x90, 0xA0, 0xDE, 0x12, 0xA0, 0xCE, 0xFD, 0x7F, 0x02, 0x12, -+0x59, 0xE7, 0x51, 0xC9, 0x51, 0x13, 0xFF, 0x54, 0x01, 0xFE, 0x90, 0xA1, 0x41, 0x12, 0xA3, 0xAB, -+0x4F, 0xFF, 0x51, 0x12, 0xFE, 0x54, 0x04, 0xFD, 0xEF, 0x54, 0xFB, 0x12, 0xBF, 0x90, 0x54, 0x08, -+0xFE, 0xEF, 0x54, 0xF7, 0x4E, 0xFF, 0x51, 0x12, 0xFE, 0x54, 0x10, 0xFD, 0xEF, 0x54, 0xEF, 0x12, -+0xBF, 0x90, 0x54, 0x20, 0xFE, 0xEF, 0x54, 0xDF, 0x4E, 0xFF, 0x51, 0x12, 0x54, 0x40, 0xFE, 0xEF, -+0x54, 0xBF, 0x4E, 0x90, 0xA1, 0x41, 0xF0, 0x12, 0x5E, 0xE9, 0x20, 0xE0, 0x28, 0xEF, 0xC3, 0x13, -+0x20, 0xE0, 0x0B, 0x75, 0x10, 0x01, 0x90, 0xA1, 0x92, 0xE0, 0x60, 0x0B, 0x80, 0x0E, 0xE4, 0xF5, -+0x10, 0x90, 0xA1, 0x92, 0xE0, 0x60, 0x05, 0xE4, 0xF5, 0x0F, 0x80, 0x03, 0x75, 0x0F, 0x01, 0xAD, -+0x10, 0xAF, 0x0F, 0x51, 0x1E, 0x51, 0xC9, 0x12, 0xB4, 0xF9, 0x12, 0xB6, 0x80, 0xF0, 0x90, 0xA0, -+0xDF, 0x12, 0xBE, 0x94, 0x31, 0x31, 0x90, 0x01, 0xBE, 0xF0, 0x22, 0x12, 0x47, 0xDE, 0xEE, 0xF0, -+0xA3, 0xEF, 0xF0, 0x90, 0x00, 0x05, 0x02, 0x06, 0xA2, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x74, 0x8D, 0x75, 0x90, 0xA1, 0x53, 0x12, 0x84, 0x44, 0x20, -+0xE0, 0x7C, 0x12, 0x8B, 0x0D, 0x51, 0xBD, 0xE5, 0x74, 0x64, 0x02, 0x60, 0x1A, 0x51, 0xB3, 0xE5, -+0x74, 0x90, 0xA3, 0xC3, 0xB4, 0x01, 0x08, 0x12, 0x47, 0xC6, 0xEC, 0x44, 0x20, 0x80, 0x06, 0x12, -+0x47, 0xC6, 0xEC, 0x44, 0x10, 0x51, 0xBC, 0xE5, 0x75, 0x64, 0x02, 0x60, 0x3D, 0x90, 0xA3, 0xC3, -+0x12, 0x47, 0xC6, 0xE4, 0xFF, 0xEC, 0x51, 0xBD, 0xE5, 0x75, 0x70, 0x09, 0x12, 0xBF, 0x98, 0x44, -+0x77, 0xFF, 0xEC, 0x80, 0x23, 0x12, 0xBF, 0x98, 0x44, 0x66, 0xFF, 0xEC, 0x51, 0xBD, 0x51, 0xB3, -+0x90, 0xA1, 0x92, 0xE0, 0x90, 0xA3, 0xC3, 0x60, 0x08, 0x12, 0x47, 0xC6, 0xEC, 0x44, 0x10, 0x80, -+0x06, 0x12, 0x47, 0xC6, 0xEC, 0x44, 0x20, 0xFC, 0x51, 0xBD, 0xE5, 0x74, 0xB4, 0x02, 0x06, 0xE5, -+0x75, 0x64, 0x02, 0x60, 0x09, 0x90, 0xA3, 0xC3, 0x12, 0x4C, 0x4F, 0x12, 0x8F, 0xCC, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x90, 0xA3, 0xC3, 0x12, 0x47, 0xC6, 0xEC, 0x54, 0xCF, 0xFC, 0x90, 0xA3, 0xC3, -+0x02, 0x08, 0x6D, 0x90, 0xA2, 0xC4, 0x12, 0x47, 0xF3, 0x90, 0xA2, 0xC4, 0x02, 0x47, 0xEA, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x51, 0xC3, 0x12, 0x93, 0xA7, 0x75, 0x43, 0x05, 0x7B, 0x01, -+0x7A, 0xA1, 0x79, 0x50, 0x12, 0x34, 0x62, 0x51, 0xC9, 0x12, 0x06, 0x89, 0x20, 0xE0, 0x02, 0x81, -+0x4B, 0x90, 0x05, 0x54, 0xE0, 0x90, 0xA1, 0x61, 0xF0, 0xE0, 0xC3, 0x13, 0x90, 0xA1, 0x60, 0x12, -+0x87, 0xC5, 0x30, 0xE0, 0x13, 0xF1, 0x96, 0x90, 0xA1, 0x51, 0xF0, 0x24, 0x0A, 0x90, 0xA1, 0x82, -+0xF1, 0x06, 0x90, 0xA1, 0x52, 0xF0, 0x80, 0x48, 0xF1, 0x96, 0xFF, 0xC3, 0x94, 0x2A, 0x50, 0x14, -+0xEF, 0xC3, 0x94, 0x03, 0x50, 0x07, 0x90, 0xA1, 0x51, 0x74, 0x03, 0x80, 0x0C, 0xF1, 0x96, 0x90, -+0xA1, 0x51, 0x80, 0x05, 0x90, 0xA1, 0x51, 0x74, 0x2A, 0xF0, 0x24, 0x0A, 0x90, 0xA1, 0x82, 0xF0, -+0xF1, 0x07, 0xFF, 0xC3, 0x94, 0x2A, 0x50, 0x12, 0xEF, 0xC3, 0x94, 0x03, 0x90, 0xA1, 0x52, 0x50, -+0x05, 0x74, 0x03, 0xF0, 0x80, 0x0A, 0xEF, 0xF0, 0x80, 0x06, 0x90, 0xA1, 0x52, 0x74, 0x2A, 0xF0, -+0x12, 0x84, 0x41, 0x30, 0xE0, 0x3D, 0x90, 0xA1, 0x51, 0xE0, 0x75, 0xF0, 0x03, 0x84, 0x90, 0xA1, -+0x59, 0xF0, 0xE0, 0xC3, 0x13, 0xA3, 0xF0, 0x90, 0xA1, 0x52, 0xE0, 0x75, 0xF0, 0x03, 0x84, 0x90, -+0xA1, 0x5B, 0xF0, 0x90, 0xA1, 0x51, 0xE0, 0xC3, 0x13, 0x90, 0xA1, 0x5C, 0xF0, 0x90, 0xA1, 0x52, -+0xE0, 0xC3, 0x13, 0x90, 0xA1, 0x5D, 0xF0, 0x90, 0x01, 0x3E, 0x74, 0x08, 0xF0, 0xFD, 0x7F, 0x02, -+0x12, 0x5B, 0xBB, 0xE4, 0x90, 0xA1, 0x90, 0xF0, 0x91, 0xDC, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x20, -+0xE0, 0x36, 0x90, 0xA1, 0x50, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x06, 0x12, 0x77, 0xBB, 0x30, 0xE0, -+0x27, 0x12, 0x06, 0x89, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x08, 0x90, 0xA1, 0x92, 0xE0, -+0x60, 0x08, 0x80, 0x0B, 0x90, 0xA1, 0x92, 0xE0, 0x60, 0x05, 0x75, 0x0F, 0x01, 0x80, 0x03, 0xE4, -+0xF5, 0x0F, 0x7D, 0x02, 0xAF, 0x0F, 0x51, 0x1E, 0x90, 0xA1, 0x50, 0xE0, 0xC4, 0x54, 0x0F, 0x30, -+0xE0, 0x15, 0x12, 0xAB, 0x6D, 0x54, 0x07, 0x30, 0xE0, 0x07, 0x7D, 0x04, 0x7F, 0x02, 0x12, 0x59, -+0xE7, 0x12, 0xBF, 0x88, 0x74, 0x11, 0xF0, 0x90, 0x05, 0x58, 0x74, 0x02, 0xF0, 0x90, 0xA1, 0x58, -+0xE0, 0xB4, 0x01, 0x08, 0x90, 0xA1, 0x63, 0x74, 0x01, 0xF0, 0x80, 0x28, 0x90, 0xA1, 0x58, 0xE0, -+0xB4, 0x04, 0x08, 0x90, 0xA1, 0x63, 0x74, 0x04, 0xF0, 0x80, 0x19, 0x90, 0xA1, 0x58, 0xE0, 0xB4, -+0x06, 0x08, 0x90, 0xA1, 0x63, 0x74, 0x02, 0xF0, 0x80, 0x0A, 0x90, 0xA1, 0x58, 0xE0, 0xB4, 0x07, -+0x03, 0x12, 0x87, 0xA6, 0xE4, 0x90, 0xA1, 0x58, 0xF0, 0x80, 0x55, 0x91, 0xDC, 0x12, 0x5E, 0xEA, -+0x30, 0xE0, 0x05, 0x75, 0x10, 0x02, 0x80, 0x11, 0x12, 0x06, 0x89, 0x12, 0x5E, 0x3F, 0x30, 0xE0, -+0x05, 0x75, 0x10, 0x01, 0x80, 0x03, 0xE4, 0xF5, 0x10, 0x12, 0xAD, 0x08, 0x90, 0xA1, 0xB1, 0xE0, -+0x30, 0xE0, 0x04, 0x7D, 0xA0, 0x80, 0x02, 0x7D, 0x20, 0x7F, 0x40, 0x12, 0x48, 0xCF, 0x91, 0xDC, -+0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, 0x7F, 0x01, 0x12, 0x8B, -+0x4F, 0xAD, 0x10, 0x7F, 0x02, 0x51, 0x1E, 0x12, 0x57, 0xE1, 0x12, 0xBF, 0x88, 0x74, 0x43, 0xF0, -+0x12, 0xAB, 0x97, 0x90, 0xA1, 0x62, 0xF0, 0x12, 0x77, 0xB8, 0x30, 0xE0, 0x09, 0x90, 0xA1, 0x83, -+0xE0, 0x44, 0x02, 0xF0, 0x80, 0x0C, 0x7F, 0x01, 0x12, 0x97, 0xE1, 0x90, 0xA1, 0x83, 0xE0, 0x54, -+0xFD, 0xF0, 0x7F, 0x03, 0x12, 0x8D, 0x4E, 0x90, 0xA1, 0x50, 0xE0, 0x20, 0xE0, 0x07, 0x90, 0xA1, -+0x54, 0xE0, 0x54, 0xBF, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xFF, 0x90, 0xA2, 0xC4, 0x12, -+0x47, 0xEA, 0x90, 0x00, 0x03, 0x02, 0x06, 0xA2, 0xF1, 0xEB, 0x12, 0x06, 0x89, 0xF5, 0x0F, 0x24, -+0x91, 0xB1, 0x83, 0xE0, 0x54, 0x98, 0xB1, 0x7E, 0xC0, 0x83, 0xC0, 0x82, 0x91, 0xDA, 0x54, 0x01, -+0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0x7E, 0xC0, 0x83, 0xC0, 0x82, 0x91, 0xDA, 0x54, -+0x02, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0x7E, 0xC0, 0x83, 0xC0, 0x82, 0x91, 0xDA, -+0x54, 0x04, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0x7E, 0xC0, 0x83, 0xC0, 0x82, 0x91, -+0xDA, 0x54, 0x40, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xB1, 0x7E, 0xC0, 0x83, 0xC0, 0x82, -+0x91, 0xDA, 0x54, 0x20, 0xFE, 0xEF, 0x4E, 0xD0, 0x82, 0xD0, 0x83, 0xF0, 0xE5, 0x0F, 0x70, 0x08, -+0x91, 0xE2, 0x54, 0x04, 0x90, 0x04, 0xAB, 0xF0, 0xE5, 0x0F, 0xC3, 0x94, 0x80, 0x50, 0x07, 0xF1, -+0x07, 0x12, 0x6D, 0x11, 0xEF, 0xF0, 0xB1, 0x7F, 0xE0, 0x30, 0xE5, 0x11, 0xD1, 0xF9, 0x13, 0x13, -+0x54, 0x03, 0xFB, 0x12, 0x6D, 0x12, 0xE0, 0xFD, 0xAF, 0x0F, 0x12, 0xB7, 0x73, 0x22, 0xF0, 0x74, -+0x91, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x22, 0x75, 0x40, 0xFF, 0x75, 0x41, -+0x43, 0x75, 0x42, 0xB1, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x1C, 0xF1, 0xDE, 0x75, -+0x41, 0x43, 0x75, 0x42, 0xB7, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x22, 0xF1, 0xDE, -+0x75, 0x41, 0x43, 0x75, 0x42, 0xBD, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x28, 0xF1, -+0xDE, 0x75, 0x41, 0x44, 0x75, 0x42, 0x11, 0x75, 0x43, 0x54, 0x7B, 0x01, 0x7A, 0x9F, 0x79, 0x7C, -+0x12, 0x34, 0x62, 0xE4, 0xF5, 0x0D, 0xE4, 0xFF, 0x74, 0x91, 0x25, 0x0D, 0xB1, 0x83, 0xE0, 0x54, -+0xFE, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0D, 0x90, 0x81, 0x00, 0xBF, 0x03, 0x08, 0x12, 0x73, 0xCD, -+0x74, 0x80, 0xF0, 0x80, 0x05, 0x12, 0x73, 0xCD, 0xE4, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x0D, 0x12, -+0x73, 0xCA, 0xE4, 0xF0, 0x0F, 0xBF, 0x10, 0xD0, 0x05, 0x0D, 0xE5, 0x0D, 0xB4, 0x80, 0xC7, 0xE4, -+0x90, 0xAD, 0xE2, 0xF0, 0xF5, 0x0D, 0xE4, 0xFF, 0x75, 0xF0, 0x0A, 0xE5, 0x0D, 0x12, 0x6E, 0xA9, -+0xF0, 0x0F, 0xBF, 0x05, 0xF3, 0x74, 0x12, 0x25, 0x0D, 0x12, 0xBE, 0x75, 0x74, 0x3F, 0xF0, 0x74, -+0x11, 0x25, 0x0D, 0x12, 0x6D, 0x54, 0xE4, 0xF0, 0x74, 0x01, 0x25, 0x0D, 0x12, 0x6D, 0x22, 0x74, -+0xC0, 0xF0, 0x74, 0x92, 0x25, 0x0D, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0xF5, 0x83, 0xE4, 0xF0, 0xE5, -+0x0D, 0x12, 0x6F, 0xC9, 0xE4, 0xF0, 0xA3, 0xF0, 0x74, 0x91, 0x25, 0x0D, 0x12, 0x6F, 0x9B, 0xD1, -+0xF0, 0x12, 0x6F, 0xE1, 0x74, 0x3F, 0xD1, 0xF1, 0xF1, 0xE5, 0xD1, 0xF0, 0x12, 0x6E, 0x46, 0x54, -+0xE0, 0x44, 0x09, 0xD1, 0xF1, 0xD1, 0xFE, 0x54, 0xF3, 0xD1, 0xF1, 0xD1, 0xFE, 0x54, 0xFC, 0xD1, -+0xF1, 0x12, 0x6E, 0x46, 0x44, 0x20, 0xD1, 0xF1, 0xD1, 0xFE, 0x54, 0xCF, 0xD1, 0xF1, 0xD1, 0xFE, -+0x44, 0x40, 0xD1, 0xF1, 0xD1, 0xFE, 0x54, 0x7F, 0xD1, 0xF1, 0xF1, 0xE5, 0xE0, 0xFF, 0x75, 0xF0, -+0x10, 0xE5, 0x0D, 0x12, 0x73, 0xFC, 0xEF, 0xF0, 0x74, 0x91, 0x25, 0x0D, 0xB1, 0x83, 0xE4, 0xF0, -+0x05, 0x0D, 0xE5, 0x0D, 0x64, 0x80, 0x60, 0x02, 0xC1, 0x16, 0x90, 0x04, 0x49, 0x74, 0xF0, 0xF0, -+0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0xFF, 0xF0, 0x90, 0xA2, 0xB9, 0x74, 0x02, 0xF0, 0xA3, 0x74, 0x04, -+0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xA3, 0x04, 0xF0, 0xE4, 0xFB, 0xFD, 0xFF, 0x12, 0xAC, -+0xCF, 0x74, 0x11, 0x25, 0x0D, 0xF5, 0x82, 0xE4, 0x34, 0x99, 0xF5, 0x83, 0x74, 0xFF, 0xF0, 0x22, -+0xE4, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x0D, 0x22, 0xFF, 0x75, 0xF0, 0x04, 0xE5, 0x0F, 0x90, 0x96, -+0x14, 0x12, 0x47, 0xDE, 0xE0, 0x22, 0xF0, 0x90, 0x00, 0x02, 0x02, 0x06, 0xA2, 0x12, 0x7F, 0xC1, -+0xC3, 0x13, 0x54, 0x0F, 0x90, 0xA2, 0xC4, 0xF1, 0x06, 0x54, 0x03, 0xFE, 0xF1, 0x96, 0xFD, 0xED, -+0xF1, 0xD5, 0x90, 0xA1, 0xC1, 0x12, 0xB2, 0x0E, 0xF1, 0x06, 0x7E, 0x00, 0x78, 0x02, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0x54, 0x3F, 0xFD, 0x91, 0xE2, 0x75, 0xF0, 0x40, 0xA4, 0xFF, 0xE5, -+0xF0, 0x54, 0x03, 0xFE, 0xEF, 0x54, 0xC0, 0xF1, 0xD2, 0x90, 0xA1, 0xC3, 0x51, 0x0B, 0x54, 0x07, -+0xFE, 0x12, 0xA0, 0xCF, 0xFD, 0xED, 0xF1, 0xD5, 0x90, 0xA1, 0xC5, 0x51, 0x0B, 0x7E, 0x00, 0x78, -+0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0x54, 0x1F, 0xFD, 0x12, 0x7A, 0x79, 0x75, 0xF0, -+0x20, 0xA4, 0xFF, 0xE5, 0xF0, 0x54, 0x07, 0xFE, 0xEF, 0x54, 0xE0, 0xF1, 0xD2, 0x90, 0xA1, 0xC7, -+0x12, 0xB2, 0x0E, 0xF0, 0x12, 0x06, 0x89, 0x12, 0xBE, 0x7D, 0xFF, 0x90, 0xA2, 0x28, 0xE0, 0x54, -+0x7F, 0x4F, 0xF0, 0x22, 0x4F, 0xF0, 0x90, 0x00, 0x01, 0x02, 0x06, 0xA2, 0xF1, 0xEB, 0x51, 0x13, -+0x30, 0xE1, 0x03, 0x02, 0xB8, 0x73, 0x51, 0xC9, 0x12, 0x06, 0x89, 0x90, 0xA2, 0xC7, 0xF1, 0x95, -+0x90, 0xA2, 0xC8, 0xF1, 0x06, 0x12, 0xA0, 0xCB, 0x75, 0xF0, 0x10, 0xA4, 0xFF, 0x91, 0xE2, 0xFD, -+0xEF, 0x4D, 0xFF, 0x90, 0xA2, 0xC8, 0xE0, 0xB4, 0x01, 0x07, 0xA3, 0xE0, 0x12, 0xB8, 0xF6, 0xEF, -+0xF0, 0x22, 0xFF, 0xEF, 0x4D, 0xFF, 0x90, 0xA2, 0xC4, 0xE0, 0x75, 0xF0, 0x13, 0x22, 0x12, 0x34, -+0x62, 0x75, 0x40, 0xFF, 0x22, 0x90, 0x96, 0x12, 0x02, 0x47, 0xDE, 0x90, 0xA2, 0xC4, 0x02, 0x47, -+0xF3, 0xE4, 0xFB, 0xFA, 0xFD, 0x7F, 0x01, 0x12, 0x47, 0x2E, 0x90, 0xA2, 0xBF, 0xEF, 0xF0, 0x60, -+0xF0, 0x90, 0x9F, 0x13, 0xE0, 0xFF, 0x70, 0x04, 0xA3, 0xE0, 0x60, 0xE5, 0xC2, 0xAF, 0xEF, 0x30, -+0xE0, 0x0E, 0x90, 0x9F, 0x13, 0xE0, 0x54, 0xFE, 0xF0, 0xE4, 0xFF, 0x12, 0xB0, 0xEB, 0x11, 0x51, -+0x11, 0x48, 0xFF, 0x30, 0xE1, 0x06, 0x54, 0xFD, 0xF0, 0x12, 0xA5, 0x0B, 0x11, 0x48, 0xFF, 0x30, -+0xE2, 0x06, 0x54, 0xFB, 0xF0, 0x12, 0x92, 0xD4, 0x11, 0x48, 0xFF, 0x30, 0xE6, 0x06, 0x54, 0xBF, -+0xF0, 0x12, 0x9F, 0xD7, 0xD2, 0xAF, 0x80, 0xB9, 0xD2, 0xAF, 0xC2, 0xAF, 0x90, 0x9F, 0x13, 0xE0, -+0x22, 0xE4, 0xF5, 0x0F, 0x90, 0xA0, 0xD4, 0xE0, 0xFF, 0xE5, 0x0F, 0xC3, 0x9F, 0x40, 0x02, 0xA1, -+0x10, 0xE5, 0x0F, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA2, 0xCD, 0xF0, 0xE5, 0x0F, 0x54, 0x07, -+0xA3, 0xF0, 0x90, 0x04, 0xA0, 0xE0, 0xFF, 0xA3, 0xE0, 0xFE, 0xEF, 0x64, 0x01, 0x70, 0x25, 0xE5, -+0x0F, 0x6E, 0x70, 0x20, 0xA3, 0xE0, 0xF5, 0x10, 0xA3, 0xE0, 0x12, 0x73, 0xF3, 0xE5, 0x10, 0xF0, -+0xF1, 0x8C, 0xE0, 0x54, 0xFC, 0xFF, 0x90, 0xA2, 0xC9, 0xE0, 0x54, 0x03, 0x4F, 0xFF, 0xF1, 0x8C, -+0xEF, 0xF0, 0xA1, 0x0C, 0xAF, 0x0F, 0x12, 0x5E, 0xC9, 0xEF, 0x70, 0x02, 0xA1, 0x0C, 0x12, 0x66, -+0xF9, 0x12, 0x77, 0xBC, 0x30, 0xE0, 0x02, 0xA1, 0x0C, 0x90, 0xA2, 0xCD, 0x12, 0x77, 0x82, 0xE0, -+0xFD, 0x7C, 0x00, 0x90, 0xA2, 0xCE, 0xE0, 0x12, 0x9A, 0x58, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0x12, 0xBF, 0x78, 0x60, 0x02, 0xA1, 0x0C, 0xF1, 0xC7, 0xE0, 0xFE, 0xA3, 0xE0, -+0x4E, 0x70, 0x07, 0xF1, 0x97, 0xE0, 0x70, 0x02, 0xA1, 0x0C, 0xE5, 0x0F, 0x12, 0xAC, 0xA8, 0x7B, -+0x01, 0x90, 0xA2, 0xC3, 0x12, 0x47, 0xF3, 0xF1, 0xC7, 0xE0, 0xF5, 0x14, 0xA3, 0xE0, 0xF5, 0x15, -+0xF1, 0x97, 0xE0, 0xFF, 0x90, 0xA2, 0xC6, 0xE4, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0xE5, -+0x0F, 0xF1, 0xE1, 0xE0, 0x90, 0xA2, 0xC8, 0xF0, 0xFD, 0x12, 0x66, 0xF9, 0xFE, 0x13, 0x13, 0x54, -+0x03, 0x12, 0x73, 0xF3, 0xE0, 0xF5, 0x10, 0x54, 0x7F, 0xF5, 0x11, 0xD3, 0x9D, 0x40, 0x16, 0x90, -+0xA2, 0xC8, 0xE0, 0xF5, 0x11, 0xE5, 0x10, 0x30, 0xE7, 0x07, 0xE5, 0x11, 0x44, 0x80, 0xFF, 0x80, -+0x02, 0xAF, 0x11, 0x8F, 0x10, 0xE5, 0x11, 0x90, 0x41, 0x5F, 0x93, 0xB1, 0x11, 0xE0, 0xC3, 0x9F, -+0x40, 0x0B, 0x74, 0x28, 0x25, 0x11, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0x80, 0x09, 0x74, 0x7C, 0x25, -+0x11, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0xE0, 0xFF, 0x12, 0xAC, 0x77, 0x90, 0xA2, 0xC0, -+0x12, 0x47, 0xF3, 0xB1, 0x36, 0xC3, 0x94, 0x05, 0x40, 0x02, 0x41, 0xD8, 0xAD, 0x16, 0xAF, 0x11, -+0x12, 0xB8, 0x23, 0x8F, 0x16, 0xE5, 0x10, 0x30, 0xE7, 0x04, 0x05, 0x16, 0x05, 0x16, 0xE5, 0x16, -+0xD3, 0x94, 0x1A, 0xAF, 0x16, 0x40, 0x02, 0x7F, 0x1A, 0x12, 0xAC, 0x77, 0x90, 0xA2, 0xC0, 0x12, -+0x47, 0xF3, 0xC3, 0xE5, 0x15, 0x94, 0x0F, 0xE5, 0x14, 0x94, 0x00, 0x50, 0x71, 0xF1, 0xA3, 0xFF, -+0x90, 0xA2, 0xC7, 0xE0, 0x2F, 0xFF, 0x90, 0xA2, 0xC6, 0xE0, 0x35, 0xF0, 0xFE, 0xF1, 0xD5, 0xFF, -+0xEE, 0x35, 0xF0, 0xFE, 0x90, 0x00, 0x04, 0x12, 0x07, 0xAB, 0x2F, 0xFD, 0xEE, 0x35, 0xF0, 0x12, -+0xBE, 0xF2, 0xFF, 0xD3, 0xED, 0x9F, 0xEC, 0x9E, 0x40, 0x05, 0x12, 0x9B, 0xA1, 0x41, 0xD1, 0x90, -+0xA2, 0xC3, 0x12, 0x47, 0xEA, 0x12, 0x07, 0x80, 0x65, 0x15, 0x70, 0x04, 0xE5, 0xF0, 0x65, 0x14, -+0x75, 0xF0, 0x04, 0x70, 0x22, 0xD1, 0x44, 0x12, 0x5E, 0xEA, 0xFE, 0xEF, 0x54, 0x3F, 0xFF, 0xEE, -+0x04, 0x54, 0x03, 0xFE, 0xC4, 0x33, 0x33, 0x54, 0xC0, 0x4F, 0xF0, 0xE4, 0xFD, 0xAF, 0x0F, 0x12, -+0x9A, 0x61, 0x75, 0xF0, 0x04, 0x80, 0x00, 0xD1, 0x44, 0x54, 0x3F, 0xF0, 0x41, 0xD1, 0xE5, 0x0F, -+0x70, 0x44, 0xF1, 0xA3, 0xFF, 0xAE, 0xF0, 0xF1, 0xD5, 0xFD, 0xE5, 0xF0, 0x3E, 0x12, 0xBE, 0xF2, -+0xFF, 0xC3, 0xED, 0x9F, 0xEC, 0x9E, 0x50, 0x08, 0x90, 0x9F, 0x12, 0x74, 0x01, 0xF0, 0x80, 0x26, -+0xF1, 0xA3, 0xFB, 0xAA, 0xF0, 0xE5, 0x15, 0xAE, 0x14, 0x78, 0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, -+0xD8, 0xF9, 0xFF, 0x7C, 0x00, 0x7D, 0x05, 0x12, 0x07, 0x03, 0xD3, 0xEB, 0x9F, 0xEA, 0x9E, 0x40, -+0x05, 0xE4, 0x90, 0x9F, 0x12, 0xF0, 0xAB, 0x16, 0xAD, 0x0F, 0xAF, 0x15, 0xAE, 0x14, 0x12, 0xAB, -+0xB6, 0x8E, 0x12, 0x8F, 0x13, 0x12, 0x9F, 0xCB, 0xF5, 0x83, 0xC3, 0x12, 0xBE, 0xE8, 0x50, 0x09, -+0x7D, 0x01, 0xAF, 0x0F, 0x12, 0x9A, 0x61, 0x80, 0x0E, 0x12, 0xBE, 0x65, 0xF5, 0x83, 0xD3, 0x12, -+0xBE, 0xE8, 0x40, 0x09, 0x12, 0x9B, 0xA1, 0xB1, 0x2A, 0xE4, 0xF0, 0x80, 0x34, 0xB1, 0x2A, 0xE0, -+0x04, 0xF0, 0xB1, 0x2A, 0xE0, 0xC3, 0x94, 0x05, 0x40, 0x27, 0xB1, 0x2A, 0xE4, 0xF0, 0x12, 0xBE, -+0x65, 0x12, 0x9D, 0x64, 0x12, 0x9F, 0xCB, 0xF5, 0x83, 0x74, 0x01, 0x93, 0x2F, 0xFF, 0xE4, 0x93, -+0x3E, 0xC3, 0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xE5, 0x0F, 0x12, 0x9D, 0x49, 0xEE, 0xF0, 0xA3, 0xEF, -+0xF0, 0xE4, 0xF5, 0x12, 0xF5, 0x13, 0x81, 0xE9, 0xB1, 0x36, 0xF9, 0x64, 0x05, 0x60, 0x02, 0x61, -+0x91, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x90, 0x81, 0x01, 0x12, 0x94, 0x37, 0xF5, 0x19, 0xB1, 0x12, -+0xE0, 0xC3, 0x94, 0x30, 0x40, 0x12, 0x12, 0x65, 0x7F, 0xE0, 0x20, 0xE2, 0x0B, 0x12, 0x66, 0xF9, -+0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x0D, 0xE4, 0xF5, 0x19, 0xB1, 0x43, 0xE4, 0xF0, 0xF1, -+0xBB, 0xE4, 0xF0, 0x80, 0x0B, 0xAD, 0x11, 0xAF, 0x0F, 0x12, 0xB6, 0xFC, 0xF1, 0xBB, 0xEF, 0xF0, -+0xF1, 0xBB, 0xE0, 0x64, 0x01, 0x70, 0x62, 0xF1, 0xAF, 0xE0, 0xFF, 0x24, 0x05, 0xFD, 0xE4, 0x33, -+0xFC, 0xB1, 0x12, 0xE0, 0xFE, 0xC3, 0x12, 0xB3, 0x4A, 0x50, 0x0B, 0x12, 0xBE, 0x71, 0xE0, 0xFD, -+0xE5, 0x11, 0xC3, 0x9D, 0x40, 0x1B, 0xE5, 0x19, 0x70, 0x05, 0x75, 0x19, 0x01, 0x80, 0x0D, 0xE5, -+0x19, 0xB4, 0x01, 0x05, 0x75, 0x19, 0x03, 0x80, 0x03, 0x75, 0x19, 0x05, 0xF1, 0xAF, 0xEE, 0x80, -+0x1D, 0xB1, 0x12, 0xE0, 0x24, 0x05, 0xFD, 0xE4, 0x33, 0xFC, 0xC3, 0xEF, 0x12, 0xB3, 0x4A, 0x50, -+0x06, 0xB1, 0x50, 0xE0, 0xB4, 0x0A, 0x0D, 0xB1, 0x12, 0xE0, 0xFF, 0xF1, 0xAF, 0xEF, 0xB1, 0x4F, -+0xE4, 0xF0, 0x80, 0x05, 0xB1, 0x43, 0xE0, 0x04, 0xF0, 0x12, 0xBE, 0x71, 0xE5, 0x11, 0xF0, 0x81, -+0xD6, 0xE9, 0x64, 0x06, 0x60, 0x02, 0x81, 0xE9, 0xF5, 0x12, 0xF5, 0x13, 0x75, 0xF0, 0x10, 0xE5, -+0x0F, 0x90, 0x81, 0x01, 0x12, 0x94, 0x37, 0xF5, 0x19, 0xAF, 0x15, 0xAE, 0x14, 0x12, 0xAC, 0xB5, -+0x8F, 0x17, 0xE5, 0x16, 0xD3, 0x94, 0x13, 0x40, 0x1F, 0x90, 0xA2, 0xC0, 0x12, 0x47, 0xEA, 0x12, -+0x62, 0x13, 0xFD, 0x7C, 0x00, 0xE5, 0x15, 0xAE, 0x14, 0xA8, 0x07, 0x08, 0x80, 0x05, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x80, 0x19, 0xE5, 0x15, 0xAE, 0x14, 0xA8, 0x17, 0x08, 0x80, -+0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0x43, 0xB0, 0xE4, 0x93, 0xFD, 0x7C, -+0x00, 0x12, 0x07, 0x03, 0x90, 0xA2, 0xCA, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xF5, 0x18, 0xE5, -+0x16, 0xD3, 0x94, 0x13, 0x40, 0x1E, 0x12, 0xAC, 0x89, 0xA8, 0x17, 0x08, 0x80, 0x05, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA2, 0xC0, 0x12, 0x47, 0xEA, 0x85, 0x18, 0x82, 0x12, -+0xA4, 0x0E, 0x80, 0x16, 0x12, 0xAC, 0x89, 0xA8, 0x17, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, -+0x13, 0xD8, 0xF9, 0xFF, 0xE5, 0x18, 0x90, 0x43, 0xAB, 0x93, 0x12, 0xAC, 0xA0, 0x25, 0x13, 0xF5, -+0x13, 0xEE, 0x35, 0x12, 0xF5, 0x12, 0xC3, 0x90, 0xA2, 0xCB, 0xE0, 0x95, 0x13, 0x90, 0xA2, 0xCA, -+0xE0, 0x95, 0x12, 0x40, 0x08, 0x05, 0x18, 0xE5, 0x18, 0x64, 0x05, 0x70, 0xA2, 0xE5, 0x18, 0xC3, -+0x13, 0xF5, 0x18, 0xE5, 0x19, 0x24, 0x01, 0xFF, 0xE4, 0x33, 0xA2, 0xE7, 0x13, 0xEF, 0x13, 0xFF, -+0xD3, 0x95, 0x18, 0x40, 0x06, 0xEF, 0x95, 0x18, 0xFF, 0x80, 0x02, 0xE4, 0xFF, 0xB1, 0x1E, 0xE0, -+0xC3, 0x13, 0xFE, 0xEF, 0xC4, 0x33, 0x54, 0xE0, 0x2E, 0xFE, 0xB1, 0x1E, 0xEE, 0xF0, 0xB1, 0x1E, -+0xE0, 0xC3, 0x94, 0xC0, 0x40, 0x05, 0xB1, 0x1E, 0x74, 0xC0, 0xF0, 0xB1, 0x1E, 0xE0, 0x24, 0x1F, -+0xFF, 0xE4, 0x33, 0xFE, 0xEF, 0x78, 0x06, 0xCE, 0xA2, 0xE7, 0x13, 0xCE, 0x13, 0xD8, 0xF8, 0x25, -+0xE0, 0xFF, 0x70, 0x04, 0xF5, 0x19, 0x80, 0x04, 0xEF, 0x14, 0xF5, 0x19, 0xD3, 0x90, 0xA2, 0xC7, -+0xE0, 0x94, 0x03, 0x90, 0xA2, 0xC6, 0xE0, 0x94, 0x00, 0x50, 0x08, 0xB1, 0x12, 0xE0, 0xC3, 0x94, -+0x30, 0x50, 0x03, 0xE4, 0xF5, 0x19, 0x12, 0x77, 0x67, 0xE0, 0x54, 0xF8, 0x90, 0xA2, 0xCC, 0xF0, -+0x45, 0x19, 0xFF, 0xF0, 0x12, 0x77, 0x67, 0xEF, 0xF0, 0xB1, 0x36, 0xD3, 0x94, 0x05, 0x74, 0x92, -+0x50, 0x06, 0xB1, 0x38, 0x04, 0xF0, 0x80, 0x0B, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, -+0x83, 0xE4, 0xF0, 0x75, 0x1A, 0x01, 0x7D, 0x01, 0xAF, 0x0F, 0xD1, 0x4E, 0x05, 0x0F, 0x01, 0x54, -+0x22, 0xFF, 0x74, 0x11, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0x22, 0x74, 0x01, -+0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, 0x74, 0x11, 0x25, 0x0F, 0xF5, 0x82, -+0xE4, 0x34, 0x98, 0xF5, 0x83, 0x22, 0x74, 0x92, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, -+0x83, 0xE0, 0x22, 0x74, 0x92, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9C, 0xF5, 0x83, 0xE4, 0xF0, -+0x74, 0x11, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9B, 0xF5, 0x83, 0x22, 0x8F, 0x12, 0x90, 0xA2, -+0xC4, 0x74, 0x0E, 0xF0, 0xED, 0x24, 0xFE, 0x60, 0x6C, 0x04, 0x60, 0x02, 0xC1, 0x38, 0x12, 0xBE, -+0xDE, 0x74, 0x0C, 0xF0, 0x74, 0x11, 0x25, 0x12, 0xB1, 0x16, 0xE0, 0x90, 0xA2, 0xC7, 0xF0, 0x75, -+0xF0, 0x04, 0xE5, 0x12, 0x12, 0x66, 0xFE, 0xFD, 0x13, 0x13, 0x54, 0x03, 0x90, 0xA2, 0xC8, 0xF0, -+0xED, 0x12, 0x77, 0xBC, 0xA3, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x12, 0x12, 0x66, 0xFE, 0xFF, 0xC4, -+0x54, 0x03, 0x90, 0xA2, 0xCA, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x12, 0xF1, 0xE1, 0xE0, 0x90, 0xA2, -+0xCB, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x12, 0x12, 0x67, 0xE5, 0xE0, 0x90, 0xA2, 0xCC, 0xF0, 0x75, -+0xF0, 0x04, 0xE5, 0x12, 0xD1, 0x46, 0xFD, 0xC4, 0x13, 0x54, 0x01, 0x90, 0xA2, 0xCD, 0xF0, 0xED, -+0x54, 0x1F, 0xA3, 0x80, 0x5A, 0x12, 0xBE, 0xDE, 0x74, 0x0D, 0xD1, 0x39, 0x12, 0x73, 0xED, 0xE0, -+0x90, 0xA2, 0xC7, 0xD1, 0x39, 0x90, 0x89, 0x01, 0x12, 0x47, 0xDE, 0xE0, 0x90, 0xA2, 0xC8, 0xD1, -+0x39, 0x90, 0x89, 0x02, 0x12, 0x47, 0xDE, 0xE0, 0x90, 0xA2, 0xC9, 0xD1, 0x39, 0x90, 0x89, 0x03, -+0x12, 0x47, 0xDE, 0xE0, 0x90, 0xA2, 0xCA, 0xD1, 0x39, 0x12, 0xBF, 0x70, 0x90, 0xA2, 0xCB, 0xD1, -+0x39, 0x90, 0x89, 0x05, 0x12, 0x47, 0xDE, 0xE0, 0x90, 0xA2, 0xCC, 0xD1, 0x39, 0x90, 0x89, 0x06, -+0x12, 0x47, 0xDE, 0xE0, 0x90, 0xA2, 0xCD, 0xD1, 0x39, 0x12, 0xBF, 0x68, 0x90, 0xA2, 0xCE, 0xD1, -+0xBA, 0x12, 0x78, 0x06, 0x7F, 0x04, 0xF1, 0x67, 0x22, 0xF0, 0x75, 0xF0, 0x08, 0xE5, 0x12, 0x22, -+0xFF, 0x75, 0xF0, 0x04, 0xE5, 0x0F, 0x90, 0x96, 0x13, 0x12, 0x47, 0xDE, 0xE0, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xED, 0x60, 0x40, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x01, 0xD1, -+0xB3, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x03, 0xD1, 0xB3, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, -+0x90, 0x8D, 0x05, 0xD1, 0xB3, 0xF0, 0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x07, 0xD1, 0xB3, 0xF0, -+0x75, 0xF0, 0x0A, 0xEF, 0x90, 0x8D, 0x09, 0xD1, 0xB3, 0xF0, 0xEF, 0xF1, 0xC9, 0xE4, 0xF0, 0xA3, -+0xF0, 0x74, 0x91, 0x2F, 0xF1, 0x9B, 0xE4, 0xF0, 0xF1, 0x82, 0xE0, 0x54, 0xBF, 0x44, 0x80, 0xFE, -+0xF1, 0x82, 0xEE, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x8D, 0x01, 0x12, 0x47, 0xDE, 0x75, -+0xF0, 0x02, 0xEF, 0x12, 0x47, 0xDE, 0xE4, 0xF0, 0xA3, 0x22, 0xF0, 0x7B, 0x01, 0x7A, 0xA2, 0x79, -+0xC4, 0x22, 0xD1, 0xBB, 0x7F, 0xF5, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x06, 0x90, 0xA2, -+0xC4, 0xE0, 0xA3, 0xF0, 0xD1, 0xBB, 0x7F, 0xF6, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, -+0x90, 0xA2, 0xC4, 0xE0, 0x90, 0xA2, 0xC6, 0xF0, 0xD1, 0xBB, 0x7F, 0xF4, 0x7E, 0x01, 0x12, 0x33, -+0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA2, 0xC4, 0xE0, 0x90, 0xA2, 0xC7, 0xF0, 0xD1, 0xBB, 0x7F, 0xF3, -+0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA2, 0xC4, 0xE0, 0x90, 0xA2, 0xC8, 0xF0, -+0xD1, 0xBB, 0x7F, 0xF2, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0xA2, 0xC4, 0xE0, -+0x90, 0xA2, 0xC9, 0xF0, 0x90, 0xA2, 0xC5, 0x12, 0x7F, 0x9E, 0xE0, 0xFB, 0xA3, 0xE0, 0x90, 0xA2, -+0xCD, 0xF0, 0x90, 0xA2, 0xC9, 0xE0, 0x90, 0xA2, 0xCE, 0xF0, 0x90, 0xA2, 0xCF, 0x74, 0x12, 0xF0, -+0x90, 0xA2, 0xDD, 0x74, 0x05, 0xF0, 0x90, 0xA2, 0xD1, 0x12, 0xAB, 0xAD, 0x90, 0xA2, 0xCD, 0xE0, -+0x90, 0xA2, 0xD4, 0xF0, 0x90, 0xA2, 0xCE, 0xE0, 0x90, 0xA2, 0xD5, 0xF0, 0x7B, 0x01, 0x7A, 0xA2, -+0x79, 0xCF, 0x12, 0x78, 0x06, 0x7F, 0x04, 0x90, 0xA4, 0x0D, 0xEF, 0xF0, 0x7F, 0x02, 0x12, 0x47, -+0x07, 0x90, 0x9F, 0x13, 0xE0, 0xFF, 0x90, 0xA4, 0x0D, 0xE0, 0xFE, 0xEF, 0x4E, 0x90, 0x9F, 0x13, -+0xF0, 0x22, 0x75, 0xF0, 0x10, 0xEF, 0x90, 0x81, 0x03, 0x02, 0x47, 0xDE, 0x75, 0xF0, 0x10, 0xE5, -+0x0F, 0x90, 0x81, 0x05, 0x02, 0x47, 0xDE, 0x74, 0x91, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x98, -+0xF5, 0x83, 0x22, 0x90, 0xA2, 0xC3, 0x12, 0x47, 0xEA, 0x90, 0x00, 0x08, 0x02, 0x07, 0xAB, 0x74, -+0x01, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x74, 0x91, 0x25, 0x0F, 0xF5, -+0x82, 0xE4, 0x34, 0x9A, 0xF5, 0x83, 0x22, 0xE5, 0x0F, 0x25, 0xE0, 0x24, 0x01, 0xF5, 0x82, 0xE4, -+0x34, 0x92, 0xF5, 0x83, 0x22, 0x90, 0x00, 0x06, 0x12, 0x07, 0xAB, 0x2F, 0x22, 0x75, 0xF0, 0x04, -+0xEF, 0x90, 0x96, 0x11, 0x02, 0x47, 0xDE, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, -+0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x4B, 0x90, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, -+0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, -+0xD0, 0xE0, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, -+0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, -+0x12, 0xAF, 0xDB, 0xE5, 0x5D, 0x30, 0xE1, 0x03, 0x12, 0xAF, 0x2A, 0xE5, 0x5D, 0x30, 0xE4, 0x02, -+0xF1, 0x60, 0xE5, 0x5D, 0x30, 0xE5, 0x03, 0x12, 0xB0, 0x38, 0xE5, 0x5D, 0x30, 0xE6, 0x03, 0x12, -+0xB0, 0x74, 0xE5, 0x5F, 0x30, 0xE0, 0x03, 0x12, 0xB0, 0x81, 0xE5, 0x5F, 0x30, 0xE1, 0x03, 0x12, -+0x8E, 0xA7, 0xE5, 0x5F, 0x30, 0xE2, 0x03, 0x12, 0xB0, 0x9F, 0xE5, 0x5F, 0x30, 0xE3, 0x03, 0x12, -+0x96, 0xEC, 0xE5, 0x5F, 0x30, 0xE4, 0x03, 0x12, 0x96, 0x5E, 0xE5, 0x5F, 0x30, 0xE5, 0x03, 0x12, -+0x96, 0x43, 0xE5, 0x5F, 0x30, 0xE6, 0x03, 0x12, 0x60, 0x5D, 0xE5, 0x60, 0x30, 0xE1, 0x03, 0x12, -+0xB0, 0xC8, 0xE5, 0x60, 0x30, 0xE4, 0x03, 0x12, 0xB0, 0xE9, 0xE5, 0x60, 0x30, 0xE5, 0x02, 0x11, -+0xD3, 0xE5, 0x60, 0x30, 0xE6, 0x02, 0xF1, 0xDD, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, -+0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, -+0xD0, 0xE0, 0x32, 0xE4, 0xF5, 0x21, 0x90, 0xA0, 0xD4, 0xE0, 0xFF, 0xE5, 0x21, 0xC3, 0x9F, 0x40, -+0x02, 0x21, 0x87, 0xAF, 0x21, 0x12, 0x5E, 0xC9, 0xEF, 0x70, 0x02, 0x21, 0x83, 0xE5, 0x21, 0x12, -+0x9F, 0x87, 0xE5, 0x21, 0x54, 0x07, 0xFE, 0x74, 0x81, 0x2F, 0xF1, 0x85, 0xE0, 0xFD, 0xAF, 0x06, -+0x12, 0x9A, 0x59, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x60, -+0x72, 0x75, 0xF0, 0x10, 0xE5, 0x21, 0xF1, 0x6C, 0xE0, 0x20, 0xE7, 0x02, 0x80, 0x10, 0x75, 0xF0, -+0x10, 0xE5, 0x21, 0x90, 0x81, 0x02, 0x12, 0x47, 0xDE, 0xE0, 0xFF, 0x20, 0xE7, 0x09, 0x90, 0x01, -+0xC1, 0xE0, 0x44, 0x20, 0xF0, 0x80, 0x4C, 0xEF, 0x30, 0xE6, 0x17, 0x75, 0xF0, 0x10, 0xE5, 0x21, -+0x71, 0xFC, 0xE0, 0xFD, 0x75, 0xF0, 0x04, 0xE5, 0x21, 0x12, 0x66, 0xFE, 0x31, 0x94, 0xE4, 0xFB, -+0x80, 0x2D, 0x31, 0x88, 0xE0, 0x04, 0xF0, 0x31, 0x88, 0xE0, 0xD3, 0x94, 0x01, 0x40, 0x0B, 0xAF, -+0x21, 0x12, 0x9F, 0x37, 0x31, 0x88, 0xE4, 0xF0, 0x80, 0x19, 0x75, 0xF0, 0x10, 0xE5, 0x21, 0x71, -+0xFC, 0xE0, 0xFD, 0x75, 0xF0, 0x04, 0xE5, 0x21, 0x12, 0x66, 0xFE, 0x31, 0x94, 0x7B, 0x01, 0xAF, -+0x21, 0xB1, 0xED, 0x05, 0x21, 0x01, 0xD6, 0x22, 0x74, 0x92, 0x25, 0x21, 0xF5, 0x82, 0xE4, 0x34, -+0x9D, 0xF5, 0x83, 0x22, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x73, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA3, 0xF9, 0xEF, 0xF0, 0x75, 0xF0, 0x04, 0x12, 0x6E, 0x46, 0x54, 0x1F, 0xF5, -+0x6F, 0x60, 0x15, 0x64, 0x02, 0x60, 0x11, 0xE5, 0x6F, 0x64, 0x04, 0x60, 0x0B, 0xE5, 0x6F, 0x64, -+0x09, 0x60, 0x05, 0xE5, 0x6F, 0xB4, 0x0C, 0x09, 0xF1, 0xC3, 0xF5, 0x83, 0x74, 0x02, 0xF0, 0x80, -+0x07, 0xF1, 0xC3, 0xF5, 0x83, 0x74, 0x01, 0xF0, 0xE4, 0xF5, 0x6A, 0x90, 0xA3, 0xF9, 0xE0, 0xFE, -+0x71, 0xEA, 0xE5, 0x82, 0x25, 0x6A, 0x71, 0xD3, 0xE0, 0xFF, 0xE5, 0x6F, 0x75, 0xF0, 0x07, 0xA4, -+0x24, 0x04, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0xF5, 0x83, 0xE5, 0x82, 0x25, 0x6A, 0x71, 0xD3, 0xE4, -+0x93, 0xFD, 0xEF, 0x5D, 0x90, 0xA3, 0xFB, 0xF0, 0x75, 0xF0, 0x04, 0xEE, 0x12, 0x66, 0xFE, 0x54, -+0x03, 0xFF, 0xBF, 0x02, 0x0B, 0xE5, 0x6A, 0x70, 0x07, 0x90, 0xA3, 0xFB, 0xE0, 0x54, 0xF0, 0xF0, -+0x90, 0xA3, 0xFB, 0xE0, 0xFF, 0x71, 0xE6, 0xE5, 0x82, 0x25, 0x6A, 0x71, 0xD3, 0xEF, 0xF0, 0x05, -+0x6A, 0xE5, 0x6A, 0x64, 0x07, 0x70, 0xA4, 0x90, 0xA3, 0xF9, 0xE0, 0x75, 0xF0, 0x04, 0x12, 0x66, -+0xFE, 0xFF, 0xC4, 0x54, 0x03, 0xFD, 0xE4, 0xF5, 0x6D, 0x75, 0x6B, 0x06, 0xE5, 0x6B, 0xB4, 0x06, -+0x07, 0x71, 0xC2, 0xE0, 0x54, 0x0F, 0x80, 0x09, 0x71, 0xE6, 0xE5, 0x82, 0x25, 0x6B, 0x71, 0xD3, -+0xE0, 0x90, 0xA3, 0xFA, 0xF0, 0x90, 0xA3, 0xFA, 0xE0, 0x60, 0x31, 0x75, 0x6A, 0x07, 0xF1, 0x95, -+0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0xA6, 0x60, 0x16, 0xF1, 0x9D, 0xF5, -+0x6D, 0xED, 0x60, 0x25, 0xE5, 0x6D, 0xD3, 0x94, 0x0B, 0x40, 0x1E, 0x74, 0x20, 0x25, 0x6D, 0xF5, -+0x6D, 0x80, 0x16, 0x15, 0x6A, 0xE5, 0x6A, 0xC3, 0x94, 0x00, 0x50, 0xD2, 0xE5, 0x6B, 0x60, 0x09, -+0x15, 0x6B, 0xE5, 0x6B, 0xC3, 0x94, 0x00, 0x50, 0xA3, 0xE4, 0xF5, 0x6E, 0xF5, 0x6B, 0xE5, 0x6B, -+0xB4, 0x06, 0x07, 0x71, 0xC2, 0xE0, 0x54, 0x0F, 0x80, 0x09, 0x71, 0xE6, 0xE5, 0x82, 0x25, 0x6B, -+0x71, 0xD3, 0xE0, 0x90, 0xA3, 0xFA, 0xF0, 0x90, 0xA3, 0xFA, 0xE0, 0x60, 0x2F, 0xE4, 0xF5, 0x6A, -+0xF1, 0x95, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0xA6, 0x60, 0x16, 0xF1, -+0x9D, 0xF5, 0x6E, 0xED, 0x60, 0x1E, 0xE5, 0x6E, 0xD3, 0x94, 0x0B, 0x40, 0x17, 0x74, 0x20, 0x25, -+0x6E, 0xF5, 0x6E, 0x80, 0x0F, 0x05, 0x6A, 0xE5, 0x6A, 0xB4, 0x08, 0xD4, 0x05, 0x6B, 0xE5, 0x6B, -+0x64, 0x07, 0x70, 0xAA, 0x90, 0xA3, 0xF9, 0xE0, 0xFF, 0x75, 0xF0, 0x04, 0x12, 0x6F, 0xE1, 0xE5, -+0x6D, 0xF0, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x67, 0xE5, 0xE5, 0x6E, 0xF0, 0x75, 0xF0, 0x10, 0xEF, -+0x71, 0xFC, 0xE0, 0xFF, 0x54, 0x7F, 0xF5, 0x6C, 0xEF, 0x54, 0x80, 0xFF, 0xE5, 0x6C, 0xD3, 0x95, -+0x6D, 0x40, 0x04, 0xE5, 0x6D, 0x80, 0x09, 0xE5, 0x6C, 0xC3, 0x95, 0x6E, 0x50, 0x05, 0xE5, 0x6E, -+0x4F, 0xF5, 0x6C, 0x90, 0xA3, 0xF9, 0xE0, 0xFF, 0x24, 0x12, 0x12, 0xBE, 0x75, 0xE5, 0x6C, 0xF0, -+0x75, 0xF0, 0x04, 0xEF, 0x12, 0x66, 0xFE, 0x31, 0x94, 0x90, 0xA3, 0xF9, 0xE0, 0xFF, 0xE4, 0xFB, -+0xAD, 0x6C, 0xB1, 0xED, 0x90, 0xA3, 0xF9, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0x86, 0xE4, -+0xF0, 0xE5, 0x6D, 0xC3, 0x94, 0x36, 0x40, 0x07, 0x71, 0xDB, 0x74, 0x05, 0xF0, 0x80, 0x3E, 0xE5, -+0x6D, 0xC3, 0x94, 0x2C, 0x40, 0x07, 0x71, 0xDB, 0x74, 0x04, 0xF0, 0x80, 0x30, 0xE5, 0x6D, 0xC3, -+0x94, 0x14, 0x40, 0x07, 0x71, 0xDB, 0x74, 0x03, 0xF0, 0x80, 0x22, 0xE5, 0x6D, 0xC3, 0x94, 0x0C, -+0x40, 0x07, 0x71, 0xDB, 0x74, 0x02, 0xF0, 0x80, 0x14, 0xE5, 0x6D, 0xC3, 0x94, 0x04, 0x74, 0x91, -+0x40, 0x07, 0x71, 0xDD, 0x74, 0x01, 0xF0, 0x80, 0x04, 0x71, 0xDD, 0xE4, 0xF0, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xFF, 0x90, 0xA3, 0xF9, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, 0x12, 0x47, 0xDE, -+0xE5, 0x82, 0x2F, 0xF5, 0x82, 0xE4, 0x35, 0x83, 0xF5, 0x83, 0x22, 0x74, 0x91, 0x2F, 0xF5, 0x82, -+0xE4, 0x34, 0x95, 0xF5, 0x83, 0x22, 0x90, 0xA3, 0xF9, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x89, 0x00, -+0x02, 0x47, 0xDE, 0x90, 0xA2, 0xC9, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x90, 0x81, 0x00, 0x02, -+0x47, 0xDE, 0x12, 0x06, 0x89, 0x54, 0x7F, 0xF5, 0x0F, 0x12, 0x67, 0x96, 0xFF, 0x54, 0x1F, 0xF5, -+0x11, 0xEF, 0x54, 0x80, 0xF1, 0xBC, 0xF5, 0x10, 0x12, 0x67, 0x07, 0xFF, 0x54, 0x03, 0xF5, 0x12, -+0xEF, 0x54, 0x30, 0xC4, 0x54, 0x0F, 0xF5, 0x15, 0x12, 0x67, 0x07, 0xFF, 0x54, 0x40, 0xC4, 0x13, -+0x13, 0x54, 0x03, 0xF5, 0x13, 0xEF, 0x54, 0x80, 0xF1, 0xBC, 0xF5, 0x14, 0x12, 0x67, 0x07, 0xFF, -+0x54, 0x08, 0xFE, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xF5, 0x17, 0xEF, 0x54, 0x04, 0x13, 0x13, 0x54, -+0x3F, 0xF5, 0x18, 0xE5, 0x14, 0x12, 0xBE, 0x7D, 0x12, 0x66, 0xF8, 0x54, 0x7F, 0x4F, 0xF0, 0xE5, -+0x13, 0xF1, 0x8D, 0x12, 0x66, 0xF8, 0x54, 0xBF, 0x4F, 0xF0, 0xE5, 0x17, 0x70, 0x69, 0xE5, 0x11, -+0x54, 0x1F, 0x12, 0x6E, 0x40, 0x54, 0xE0, 0x4F, 0xF0, 0xE5, 0x12, 0x54, 0x03, 0x12, 0x66, 0xF8, -+0x54, 0xFC, 0x4F, 0xF0, 0xEF, 0x25, 0xE0, 0x25, 0xE0, 0x12, 0x66, 0xF8, 0x54, 0xF3, 0x4F, 0xF0, -+0xE5, 0x10, 0x54, 0x01, 0xC4, 0x33, 0x54, 0xE0, 0x12, 0x6E, 0x40, 0x54, 0xDF, 0x4F, 0xF0, 0xE5, -+0x15, 0x54, 0x03, 0xC4, 0x54, 0xF0, 0x12, 0x66, 0xF8, 0x54, 0xCF, 0x4F, 0xF0, 0xE4, 0xF5, 0x16, -+0x85, 0x16, 0x82, 0x75, 0x83, 0x00, 0xA3, 0xA3, 0xA3, 0x12, 0x06, 0xA2, 0xFF, 0x75, 0xF0, 0x08, -+0xE5, 0x0F, 0x71, 0xED, 0xE5, 0x82, 0x25, 0x16, 0x71, 0xD3, 0xEF, 0xF0, 0x05, 0x16, 0xE5, 0x16, -+0xB4, 0x04, 0xDD, 0xAF, 0x0F, 0x31, 0x9B, 0x22, 0x90, 0x01, 0xCC, 0xE0, 0x54, 0x0F, 0x90, 0xA4, -+0x04, 0xF0, 0x90, 0xA4, 0x04, 0xE0, 0xFD, 0x70, 0x02, 0xA1, 0xE3, 0x90, 0xA0, 0x27, 0xE0, 0xFF, -+0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0xA0, 0x28, 0xE0, 0xB5, -+0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x08, 0x90, 0x01, 0xC1, 0xE0, 0x44, -+0x01, 0xF0, 0x22, 0x90, 0xA3, 0xEE, 0xE0, 0x12, 0x9A, 0x58, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0xA1, 0xC6, 0xE4, 0x90, 0xA4, 0x05, 0xF0, 0x90, -+0xA4, 0x05, 0xE0, 0xF9, 0xC3, 0x94, 0x04, 0x50, 0x42, 0xB1, 0xE5, 0xA4, 0xFF, 0xE9, 0xFD, 0x7C, -+0x00, 0x2F, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xD0, 0xF1, 0xCF, 0xE0, 0x12, 0xA5, 0x65, 0xE5, -+0x82, 0x29, 0x71, 0xD3, 0xEF, 0xB1, 0xE4, 0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, -+0xF1, 0xCF, 0xE0, 0x75, 0xF0, 0x08, 0x90, 0x9F, 0xDB, 0x12, 0x47, 0xDE, 0xE5, 0x82, 0x29, 0x71, -+0xD3, 0xEF, 0xF0, 0x90, 0xA4, 0x05, 0xE0, 0x04, 0xF0, 0x80, 0xB4, 0x90, 0xA4, 0x04, 0xE0, 0xFF, -+0x90, 0xA3, 0xEE, 0xF1, 0x77, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0x90, 0xA4, 0x04, -+0xF0, 0x90, 0xA3, 0xEE, 0xE0, 0xFF, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, 0xC3, 0x33, 0xD8, -+0xFC, 0x90, 0x01, 0xCC, 0xF0, 0x90, 0xA3, 0xEE, 0xE0, 0x04, 0xF0, 0xE0, 0x54, 0x03, 0xF0, 0x90, -+0xA0, 0x28, 0x12, 0x7F, 0xAB, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x70, 0x02, 0x81, 0xE2, 0xE4, -+0x90, 0xA0, 0x28, 0xF0, 0x81, 0xE2, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0xA3, 0xEE, -+0xE0, 0x44, 0x80, 0x90, 0x00, 0x8A, 0xB1, 0xE4, 0x90, 0x01, 0xD0, 0x12, 0x47, 0xDE, 0xE0, 0x90, -+0x01, 0xC3, 0xF0, 0x22, 0xF0, 0x90, 0xA3, 0xEE, 0xE0, 0x75, 0xF0, 0x04, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x70, 0x8D, 0x71, 0x8B, 0x72, 0xE4, 0x90, 0xA3, 0x88, 0xF0, 0xE5, -+0x70, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x90, 0xA3, 0x83, 0xF0, 0xE5, 0x70, 0x54, 0x07, 0x90, 0xA3, -+0x85, 0xF0, 0x75, 0xF0, 0x10, 0xEF, 0xF1, 0x6C, 0xE0, 0x90, 0xA3, 0x86, 0xF0, 0x12, 0x6F, 0xDD, -+0xE0, 0x54, 0x7F, 0x90, 0xA3, 0x89, 0xF0, 0x75, 0xF0, 0x04, 0xE5, 0x70, 0x12, 0x67, 0xE5, 0xE0, -+0x90, 0xA3, 0x8A, 0xF0, 0xF1, 0xAF, 0xE5, 0x72, 0x70, 0x37, 0x90, 0xA3, 0x00, 0xF0, 0xFB, 0xAF, -+0x70, 0x12, 0xB9, 0x00, 0x90, 0xA3, 0x84, 0xE0, 0xFF, 0x12, 0xBE, 0x67, 0x12, 0x9F, 0xC3, 0x93, -+0xFD, 0xEF, 0x12, 0x9F, 0xCD, 0xF5, 0x83, 0x74, 0x01, 0x93, 0x2D, 0xFF, 0xE4, 0x93, 0x3C, 0xC3, -+0x13, 0xFE, 0xEF, 0x13, 0xFF, 0xE5, 0x70, 0x12, 0x9D, 0x49, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x80, -+0x1A, 0xE5, 0x72, 0xB4, 0x01, 0x15, 0x90, 0x9F, 0x1A, 0xE0, 0x60, 0x0F, 0x90, 0xA3, 0x00, 0x74, -+0x05, 0xF0, 0xE4, 0xFB, 0xAD, 0x71, 0xAF, 0x70, 0x12, 0xB9, 0x00, 0x90, 0xA3, 0x89, 0xE0, 0xFF, -+0x90, 0xA3, 0x84, 0xE0, 0xFE, 0xD3, 0x9F, 0x40, 0x0B, 0xE5, 0x71, 0x54, 0x80, 0xFD, 0xEF, 0x4D, -+0xF5, 0x71, 0x80, 0x0C, 0x90, 0xA3, 0x8A, 0xE0, 0xFF, 0xEE, 0xC3, 0x9F, 0x50, 0x02, 0x8F, 0x71, -+0xF1, 0xAF, 0xE5, 0x71, 0x54, 0x80, 0x90, 0xA3, 0x87, 0xF0, 0xE5, 0x72, 0x70, 0x1E, 0xF1, 0x7F, -+0xC0, 0x83, 0xC0, 0x82, 0xF1, 0x72, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xD0, 0x82, -+0xD0, 0x83, 0xF0, 0x90, 0xA3, 0x86, 0xE0, 0x54, 0x7F, 0xF0, 0x80, 0x3A, 0xF1, 0x7F, 0xC0, 0x83, -+0xC0, 0x82, 0xF1, 0x72, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xD0, 0x82, 0xD0, 0x83, 0xF0, -+0x75, 0xF0, 0x10, 0xE5, 0x70, 0x90, 0x81, 0x01, 0x12, 0x94, 0x37, 0xFF, 0x90, 0xA3, 0x86, 0xF0, -+0x90, 0xA3, 0x84, 0xE0, 0x90, 0x43, 0x03, 0x93, 0xFE, 0x33, 0x33, 0x33, 0x54, 0xF8, 0x4F, 0x90, -+0xA3, 0x86, 0xF0, 0x44, 0x80, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x70, 0x71, 0xFC, 0xE5, 0x71, 0xF0, -+0xE5, 0x70, 0x70, 0x06, 0x90, 0x01, 0xC8, 0xE5, 0x71, 0xF0, 0x90, 0xA3, 0x86, 0xE0, 0xFF, 0x75, -+0xF0, 0x10, 0xE5, 0x70, 0xF1, 0x6C, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xE5, 0x70, 0x12, 0x6F, 0x91, -+0xE0, 0x54, 0xFC, 0xFF, 0xE5, 0x73, 0x54, 0x03, 0x4F, 0xFF, 0x75, 0xF0, 0x10, 0xE5, 0x70, 0x12, -+0x6F, 0x91, 0xEF, 0xF0, 0x7D, 0x01, 0xAF, 0x70, 0x12, 0x6E, 0x4E, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x91, 0xD8, 0x7F, 0x02, 0x02, 0x7F, 0x8F, 0x75, 0xF0, 0x10, 0xE5, 0x0F, 0x90, 0x81, 0x01, 0x02, -+0x47, 0xDE, 0xE0, 0xFF, 0x90, 0xA3, 0x85, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x06, 0x08, 0x22, 0x90, -+0xA3, 0x83, 0xE0, 0x24, 0x81, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x54, 0x01, 0xC4, -+0x33, 0x33, 0x54, 0xC0, 0x22, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x6A, 0x08, 0x22, 0xE5, 0x6B, 0x75, -+0xF0, 0x08, 0xA4, 0x25, 0x6A, 0x22, 0xFF, 0x90, 0xA3, 0xFA, 0xE0, 0xFB, 0xEF, 0x5B, 0x22, 0xE5, -+0x71, 0x54, 0x7F, 0x90, 0xA3, 0x84, 0xF0, 0x22, 0x90, 0xA1, 0x53, 0xE0, 0xC4, 0x13, 0x13, 0x13, -+0x54, 0x01, 0x22, 0x90, 0xA3, 0xF9, 0xE0, 0x24, 0x92, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0x22, 0x2F, -+0xF5, 0x82, 0x74, 0x01, 0x3E, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0xA0, 0x28, 0x22, 0x90, 0x07, 0x1F, -+0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x07, 0x1C, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0xA2, 0xE0, 0xF0, 0x90, -+0xA2, 0xDE, 0x74, 0x02, 0xF0, 0x90, 0xA2, 0xEC, 0x14, 0xF0, 0xFB, 0x7A, 0xA2, 0x79, 0xDE, 0x11, -+0x06, 0x7F, 0x04, 0x02, 0x6F, 0x67, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA0, 0xBF, -+0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, 0xA0, 0xC0, -+0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x09, 0x90, 0x01, 0xC1, -+0xE0, 0x44, 0x02, 0xF0, 0x80, 0x29, 0xC0, 0x01, 0x90, 0xA0, 0xC0, 0xE0, 0x12, 0x96, 0xE0, 0xA8, -+0x01, 0xFC, 0x7D, 0x01, 0xD0, 0x01, 0x7E, 0x00, 0x7F, 0x0F, 0x12, 0x06, 0x63, 0x90, 0xA0, 0xC0, -+0xF1, 0xAB, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA0, 0xC0, 0xF0, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xA9, 0x07, 0x90, 0x05, 0x63, -+0xE0, 0xFE, 0x90, 0x05, 0x62, 0xF1, 0xD3, 0xAD, 0x07, 0xFC, 0x90, 0x05, 0x61, 0xE0, 0xFE, 0x90, -+0x05, 0x60, 0x12, 0xBB, 0xAF, 0x90, 0xA3, 0x62, 0x74, 0x17, 0xF0, 0x90, 0xA3, 0x70, 0x74, 0x06, -+0xF0, 0x90, 0xA3, 0x64, 0xE9, 0x12, 0x54, 0x74, 0x75, 0xF0, 0x13, 0x12, 0x56, 0xAA, 0xE0, 0x90, -+0xA3, 0x65, 0xF0, 0xAB, 0x07, 0xA3, 0xEB, 0xF0, 0xEE, 0xA3, 0xF0, 0xAF, 0x05, 0xA3, 0xEF, 0xF0, -+0xAE, 0x04, 0xEE, 0xA3, 0xF0, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x62, 0x11, 0x06, 0x7F, 0x04, 0x12, -+0x6F, 0x67, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF1, 0xC1, 0xFF, 0x54, 0x0F, 0xF5, 0x12, 0xEF, 0xC4, -+0x54, 0x0F, 0x64, 0x0F, 0x70, 0x51, 0x90, 0x01, 0xA4, 0x04, 0xF0, 0x90, 0xA1, 0xB3, 0xE0, 0x54, -+0xFE, 0xFF, 0xF0, 0xE5, 0x12, 0x54, 0x07, 0x25, 0xE0, 0xFE, 0xEF, 0x54, 0xF1, 0x4E, 0x51, 0x8D, -+0x64, 0x03, 0x60, 0x03, 0xBF, 0x01, 0x0F, 0x90, 0x05, 0x27, 0xE0, 0x54, 0xED, 0xF0, 0x90, 0x01, -+0xA4, 0x74, 0x02, 0xF0, 0x80, 0x07, 0x7D, 0x20, 0xE4, 0xFF, 0x12, 0x5B, 0xA3, 0xAF, 0x12, 0x51, -+0xB5, 0xBF, 0x01, 0x08, 0xE4, 0xFD, 0xFF, 0x12, 0xAE, 0x30, 0x80, 0x00, 0x7F, 0x02, 0x11, 0x64, -+0x90, 0x01, 0xA4, 0x74, 0x04, 0xF0, 0x22, 0xE5, 0x12, 0x75, 0xF0, 0x13, 0xA4, 0x24, 0xB6, 0xF9, -+0x74, 0xA1, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xC0, 0x02, 0xC0, 0x01, 0xE5, 0x11, 0x24, 0x01, 0xF9, -+0xE4, 0x35, 0x10, 0x85, 0x0F, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x75, 0x43, 0x04, 0xD0, 0x01, 0xD0, -+0x02, 0x12, 0x34, 0x62, 0x51, 0x86, 0x51, 0x79, 0x54, 0x80, 0x12, 0x77, 0xBC, 0xFF, 0x75, 0xF0, -+0x13, 0xE5, 0x12, 0xF1, 0xB9, 0x54, 0xFE, 0x4F, 0xF0, 0x75, 0xF0, 0x13, 0xE5, 0x12, 0x90, 0xA1, -+0xB9, 0x12, 0x47, 0xDE, 0xE0, 0x54, 0xF7, 0xF0, 0x12, 0x06, 0x89, 0xC4, 0x54, 0x0F, 0x14, 0x65, -+0x12, 0x60, 0x02, 0x41, 0x77, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x07, 0x90, 0xA0, 0xD5, 0xE0, 0x30, -+0xE0, 0x04, 0x7F, 0x05, 0x01, 0x64, 0x90, 0x01, 0xA4, 0xE4, 0xF0, 0xA3, 0xF0, 0x51, 0x86, 0x12, -+0x06, 0x89, 0xC4, 0x54, 0x0F, 0x90, 0xA1, 0xB4, 0x51, 0x78, 0xFF, 0x54, 0x0F, 0xC4, 0x54, 0xF0, -+0xFE, 0x90, 0xA1, 0xB3, 0xE0, 0x54, 0x0F, 0x4E, 0xF0, 0xEF, 0x54, 0x10, 0x25, 0xE0, 0xFF, 0x90, -+0xA1, 0xF1, 0xE0, 0x54, 0xDF, 0x4F, 0xFF, 0x51, 0x78, 0x54, 0x60, 0xC4, 0x54, 0x0F, 0xFE, 0xEF, -+0x54, 0xF9, 0x4E, 0x90, 0xA1, 0xF1, 0xF0, 0x90, 0xA1, 0xB3, 0xE0, 0x54, 0xF1, 0xF0, 0x90, 0x05, -+0x58, 0x74, 0x02, 0x12, 0x9A, 0x01, 0x44, 0x40, 0xF0, 0x54, 0x7F, 0xF0, 0x51, 0x7F, 0x30, 0xE0, -+0x06, 0xEF, 0x54, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0xA1, 0xB3, 0xE0, 0x44, 0x01, 0x51, 0x8D, 0x64, -+0x03, 0x60, 0x05, 0xEF, 0x64, 0x01, 0x70, 0x19, 0x90, 0xA2, 0x28, 0x51, 0x7F, 0x30, 0xE0, 0x08, -+0xEF, 0x54, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x35, 0x90, 0x05, 0x27, 0xE0, 0x44, 0x32, 0xF0, 0x80, -+0x2C, 0x7D, 0x20, 0xE4, 0xFF, 0x12, 0x5B, 0xBB, 0xE4, 0xFF, 0xEF, 0xFD, 0xC3, 0x74, 0x87, 0x51, -+0x96, 0xFD, 0xC3, 0x74, 0x03, 0x51, 0xA4, 0xEE, 0xF0, 0xEF, 0xFD, 0xC3, 0x74, 0x8B, 0x51, 0x96, -+0xFD, 0xC3, 0x74, 0x07, 0x51, 0xA4, 0xEE, 0xF0, 0x0F, 0xEF, 0xB4, 0x04, 0xDD, 0x7F, 0x03, 0x11, -+0x64, 0x90, 0xA1, 0xB8, 0xE0, 0x90, 0xA2, 0x26, 0xB4, 0x64, 0x05, 0x74, 0xC8, 0xF0, 0x80, 0x03, -+0x74, 0x64, 0xF0, 0x90, 0xA2, 0x1E, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x90, 0xA2, 0x22, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x22, 0xF0, 0x90, 0x00, 0x06, 0x02, 0x06, 0xA2, 0xE0, -+0xFF, 0xC4, 0x13, 0x54, 0x07, 0x22, 0xAB, 0x0F, 0xAA, 0x10, 0xA9, 0x11, 0x22, 0xF0, 0x90, 0xA1, -+0xB9, 0xE0, 0x54, 0x07, 0xFF, 0x22, 0x9D, 0xFD, 0x74, 0x05, 0x94, 0x00, 0x8D, 0x82, 0xF5, 0x83, -+0xE0, 0xFE, 0xEF, 0x22, 0x9D, 0xFD, 0xE4, 0x94, 0x00, 0xFC, 0x74, 0xC4, 0x2D, 0xF5, 0x82, 0x74, -+0xA2, 0x3C, 0xF5, 0x83, 0x22, 0x8F, 0x13, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA2, 0xCC, 0xF0, 0x7D, -+0x17, 0x12, 0x56, 0x2A, 0xEF, 0x64, 0x01, 0x70, 0x42, 0x75, 0xF0, 0x13, 0xE5, 0x13, 0x12, 0x56, -+0xAA, 0xE0, 0xFC, 0xD1, 0x97, 0x71, 0x18, 0xD1, 0x97, 0xF1, 0xCA, 0xFD, 0xD1, 0x97, 0xD1, 0xAB, -+0x12, 0x57, 0xA8, 0x20, 0xE0, 0x1B, 0x75, 0xF0, 0x13, 0xE5, 0x13, 0x12, 0x94, 0x34, 0xFF, 0x60, -+0x03, 0xBF, 0x02, 0x0D, 0x75, 0xF0, 0x13, 0xE5, 0x13, 0xF1, 0x0B, 0xE4, 0xFB, 0xFD, 0x12, 0x55, -+0xE1, 0xAD, 0x13, 0x7F, 0x01, 0x12, 0xAE, 0x30, 0x7F, 0x01, 0x22, 0x90, 0xA2, 0xCC, 0xE0, 0xFF, -+0x7D, 0x49, 0x12, 0x53, 0x36, 0x7F, 0x00, 0x22, 0x54, 0x03, 0xFD, 0xEE, 0x13, 0x13, 0x54, 0x07, -+0xFB, 0x90, 0xA1, 0xB3, 0xE0, 0xFE, 0xC4, 0x54, 0x0F, 0x90, 0xA3, 0xDA, 0xF0, 0xAF, 0x04, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xD8, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA3, -+0xD7, 0xEF, 0xF0, 0x90, 0xA3, 0xDA, 0xE0, 0xFD, 0x12, 0xBA, 0x0F, 0x90, 0xA3, 0xD7, 0xE0, 0xC3, -+0x94, 0x0E, 0x50, 0x3F, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA3, -+0x29, 0x12, 0x08, 0x79, 0x12, 0xD4, 0x00, 0x00, 0xD1, 0xED, 0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, -+0x00, 0x07, 0x03, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xB1, 0xF0, -+0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0x00, 0x81, 0xAE, 0xD1, 0xFE, 0x50, 0x1B, 0xEF, 0x94, 0x30, 0x50, 0x16, 0x90, 0xA3, 0x25, 0x12, -+0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x09, 0x28, 0x00, 0x00, -+0x80, 0x64, 0x90, 0xA3, 0xD7, 0xE0, 0xFF, 0x74, 0x32, 0xD3, 0x9F, 0x50, 0x1B, 0xEF, 0x94, 0x40, -+0x50, 0x16, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, -+0x08, 0x79, 0x08, 0xA6, 0x00, 0x00, 0x80, 0x3E, 0xD1, 0xF4, 0x50, 0x1B, 0xEF, 0x94, 0x74, 0x50, -+0x16, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, -+0x79, 0x08, 0xA4, 0x00, 0x00, 0x80, 0x1F, 0x90, 0xA3, 0xD7, 0xE0, 0xFF, 0x74, 0x76, 0xD3, 0x9F, -+0x50, 0x16, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, -+0x08, 0x79, 0x08, 0x24, 0x00, 0x00, 0xD1, 0xED, 0xD1, 0xFE, 0x50, 0x2E, 0xEF, 0x94, 0x40, 0x50, -+0x29, 0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, -+0x79, 0x00, 0x01, 0x01, 0x00, 0xB1, 0xF0, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA3, -+0x17, 0x12, 0x08, 0x79, 0x00, 0x01, 0x01, 0x00, 0x80, 0x64, 0xD1, 0xF4, 0x50, 0x2E, 0xEF, 0x94, -+0x8C, 0x50, 0x29, 0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0xA3, 0x17, -+0x12, 0x08, 0x79, 0x00, 0x03, 0x01, 0x00, 0xB1, 0xF0, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, -+0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x03, 0x01, 0x00, 0x80, 0x32, 0x90, 0xA3, 0xD7, 0xE0, -+0xFF, 0x74, 0x8C, 0xC3, 0x9F, 0x50, 0x2B, 0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, -+0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x05, 0x01, 0x00, 0xB1, 0xF0, 0x12, 0x08, 0x79, -+0x00, 0x07, 0x03, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x05, 0x01, 0x00, 0xD1, 0x90, -+0xB1, 0x75, 0x90, 0xA3, 0xD8, 0xE0, 0x64, 0x02, 0x70, 0x51, 0x90, 0xA3, 0xD7, 0xE0, 0xFF, 0xD3, -+0x94, 0x30, 0x50, 0x05, 0x75, 0x77, 0x2A, 0x80, 0x5E, 0xEF, 0xD3, 0x94, 0x40, 0x50, 0x05, 0x75, -+0x77, 0x3A, 0x80, 0x53, 0xEF, 0xD3, 0x94, 0x70, 0x50, 0x05, 0x75, 0x77, 0x6A, 0x80, 0x48, 0xEF, -+0xD3, 0x94, 0x80, 0x50, 0x05, 0x75, 0x77, 0x7A, 0x80, 0x3D, 0xEF, 0xD3, 0x94, 0x90, 0x50, 0x05, -+0x75, 0x77, 0x8A, 0x80, 0x32, 0xEF, 0xD3, 0x94, 0xA1, 0x50, 0x05, 0x75, 0x77, 0x9B, 0x80, 0x27, -+0xEF, 0xD3, 0x94, 0xB1, 0x50, 0x21, 0x75, 0x77, 0xAB, 0x80, 0x1C, 0x90, 0xA3, 0xD8, 0xE0, 0x64, -+0x01, 0x70, 0x31, 0xA3, 0xE0, 0x90, 0xA3, 0xD7, 0xB4, 0x01, 0x07, 0xE0, 0x24, 0x02, 0xF5, 0x77, -+0x80, 0x05, 0xE0, 0x24, 0xFE, 0xF5, 0x77, 0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0xFF, 0xAF, 0x77, 0xE4, 0xFC, 0xFD, 0xFE, 0xB1, 0xEA, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xFF, -+0xAF, 0x77, 0x80, 0x1E, 0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA3, -+0xD7, 0x12, 0x4F, 0xF2, 0xB1, 0xEA, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xFF, 0x90, 0xA3, 0xD7, -+0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x6D, 0xD1, 0x90, 0xB1, 0x75, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x11, 0xEC, -+0xF0, 0xA3, 0xED, 0xF0, 0x90, 0xA3, 0x10, 0xEF, 0xF0, 0xA3, 0xA3, 0xE0, 0xFD, 0xF1, 0x16, 0x90, -+0xA3, 0x1B, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x13, 0x12, 0x47, 0xC6, 0x12, 0x08, 0x3A, 0x90, 0xA3, -+0x1B, 0xD1, 0xA5, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA3, 0x13, 0x12, 0x47, -+0xC6, 0x90, 0xA3, 0x17, 0xD1, 0xA5, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, -+0xA8, 0x90, 0xA3, 0x1F, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x11, 0xA3, 0xE0, 0xFD, 0xC0, 0x05, 0x90, -+0xA3, 0x1F, 0x12, 0x47, 0xC6, 0x90, 0xAA, 0x96, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x10, 0xE0, 0xFF, -+0xD0, 0x05, 0x12, 0x3C, 0x33, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x6D, -+0x7D, 0x18, 0x7C, 0x00, 0xE4, 0xFF, 0xB1, 0x75, 0x90, 0xA3, 0x13, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0xEF, 0x14, 0x60, 0x30, 0x14, 0x60, 0x56, 0x24, 0x02, 0x70, 0x7D, 0x90, 0xA3, -+0x13, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x0C, 0x00, 0xB1, 0xF0, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x0C, 0x00, 0x80, 0x50, 0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, -+0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x00, 0x04, 0x00, 0xB1, 0xF0, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x0C, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, 0x00, 0x00, 0x04, 0x00, 0x80, 0x27, -+0x90, 0xA3, 0x13, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA3, 0x17, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x00, 0xB1, 0xF0, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0xA3, 0x17, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xD1, 0x90, 0xB1, 0x75, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x7D, 0x18, 0x7C, 0x00, 0x7F, 0x01, 0x22, 0x75, 0xF0, 0x13, 0xE5, 0x13, 0x90, 0xA1, 0xB7, 0x12, -+0x47, 0xDE, 0xE0, 0xFE, 0x22, 0x12, 0x47, 0xD2, 0x02, 0x47, 0x9B, 0x13, 0x13, 0x54, 0x07, 0xFB, -+0x90, 0xA3, 0xDB, 0x12, 0xAB, 0xAD, 0xE4, 0xFE, 0x7D, 0x18, 0xFF, 0x12, 0x3D, 0x2C, 0x90, 0xA3, -+0xDE, 0xEF, 0xF0, 0x90, 0xA3, 0xDB, 0xE0, 0xFF, 0x12, 0xBB, 0x5F, 0x90, 0xA3, 0xDB, 0xF1, 0x9E, -+0xE0, 0xFB, 0x12, 0xB9, 0x95, 0xAE, 0x07, 0x90, 0x04, 0x83, 0xEE, 0xF0, 0x90, 0xA3, 0xDB, 0xE0, -+0xFF, 0xAD, 0x06, 0x12, 0x4C, 0xBD, 0x90, 0xA3, 0xDB, 0xE0, 0xFF, 0xA1, 0xFC, 0x7F, 0x60, 0x7E, -+0x08, 0x02, 0x4C, 0x5C, 0x90, 0xA3, 0xD7, 0xE0, 0xFF, 0x74, 0x64, 0xD3, 0x9F, 0x22, 0x90, 0xA3, -+0xD7, 0xE0, 0xFF, 0x74, 0x24, 0xD3, 0x9F, 0x22, 0x75, 0xF0, 0x13, 0x90, 0xA1, 0xBF, 0x12, 0x47, -+0xDE, 0xE0, 0xFF, 0x7E, 0x00, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x8F, 0xE4, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x53, 0x74, -+0x15, 0xF0, 0x90, 0xA3, 0x61, 0x74, 0x01, 0xF0, 0x90, 0xA3, 0x55, 0xEF, 0xF0, 0x7B, 0x01, 0x7A, -+0xA3, 0x79, 0x53, 0x11, 0x06, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0xA3, 0xB1, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0x12, 0x47, 0xF3, 0x12, 0xBE, 0x1F, -+0x70, 0x1E, 0x90, 0xFD, 0x58, 0xE0, 0x20, 0xE0, 0x0F, 0x90, 0xA3, 0xB1, 0xF1, 0x9E, 0x12, 0x47, -+0xEA, 0x12, 0xA4, 0x14, 0x7F, 0x01, 0x80, 0x0E, 0x7F, 0x01, 0xF1, 0x8B, 0x7F, 0x02, 0x80, 0x06, -+0x7F, 0x02, 0xF1, 0x8B, 0x7F, 0x03, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF1, 0x25, 0x7F, 0x04, 0x8F, -+0x76, 0x7F, 0x02, 0x12, 0x47, 0x07, 0x90, 0x9F, 0x13, 0xE0, 0x45, 0x76, 0xF0, 0x22, 0xE0, 0xFF, -+0xA3, 0xE0, 0xFD, 0xA3, 0x22, 0x7D, 0x01, 0x7F, 0x17, 0x80, 0x9F, 0xE0, 0x04, 0xF0, 0xE0, 0x7F, -+0x00, 0x22, 0x12, 0x89, 0xD5, 0x7F, 0x04, 0x80, 0xD6, 0x90, 0xA1, 0xBA, 0x12, 0x47, 0xDE, 0xE0, -+0x22, 0x8B, 0x0F, 0x8A, 0x10, 0x89, 0x11, 0x02, 0x06, 0x89, 0x54, 0x03, 0xFF, 0xEE, 0xC4, 0x13, -+0x54, 0x07, 0x22, 0xE0, 0x7C, 0x00, 0x24, 0x00, 0xFF, 0xEC, 0x3E, 0x22, 0xF1, 0x4A, 0x90, 0xA2, -+0xC4, 0xEF, 0xF0, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, -+0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x12, 0xB0, 0x08, 0xE5, 0x65, 0x30, 0xE1, 0x02, 0x11, 0x95, 0xE5, 0x65, 0x30, 0xE2, 0x03, -+0x12, 0xB2, 0x1E, 0xE5, 0x65, 0x30, 0xE4, 0x03, 0x12, 0xB2, 0x41, 0xE5, 0x65, 0x30, 0xE5, 0x02, -+0xF1, 0xE1, 0xE5, 0x66, 0x30, 0xE0, 0x03, 0x12, 0xB2, 0x53, 0xE5, 0x67, 0x30, 0xE1, 0x03, 0x12, -+0x94, 0xE2, 0xE5, 0x67, 0x30, 0xE0, 0x03, 0x12, 0x94, 0x5E, 0xE5, 0x67, 0x30, 0xE2, 0x0A, 0x12, -+0x8F, 0x93, 0x90, 0x07, 0x8F, 0xE0, 0x44, 0x10, 0xF0, 0xE5, 0x67, 0x30, 0xE4, 0x03, 0x12, 0xB5, -+0xCB, 0xE5, 0x68, 0x30, 0xE1, 0x05, 0x7F, 0x04, 0x12, 0x7F, 0x8F, 0xE5, 0x68, 0x30, 0xE4, 0x02, -+0x11, 0xA1, 0xE5, 0x68, 0x30, 0xE5, 0x03, 0x12, 0xB5, 0xE4, 0xE5, 0x68, 0x30, 0xE6, 0x03, 0x12, -+0xB6, 0x20, 0xE5, 0x68, 0x30, 0xE7, 0x03, 0x12, 0x8D, 0x0F, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, -+0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, -+0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x03, 0x12, 0x95, 0x6F, 0x02, 0x53, -+0x41, 0x12, 0xA6, 0x87, 0x12, 0x5A, 0x60, 0x11, 0xC7, 0x90, 0xA1, 0x43, 0xE0, 0x30, 0xE0, 0x16, -+0x12, 0xBF, 0x05, 0x90, 0xA1, 0x46, 0xE0, 0x60, 0x05, 0x14, 0xF0, 0x02, 0xB6, 0xCB, 0x12, 0xA5, -+0x80, 0xE4, 0xFF, 0x12, 0x5A, 0x70, 0x22, 0x90, 0xA1, 0x50, 0xE0, 0x30, 0xE0, 0x04, 0xE4, 0xFF, -+0x11, 0xD3, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xBB, 0xEF, 0xF0, 0xA3, -+0x74, 0x02, 0xF0, 0xE4, 0xFF, 0x12, 0x8D, 0x4E, 0x90, 0xA1, 0x75, 0xE0, 0x44, 0x10, 0xF0, 0x90, -+0xA1, 0x54, 0xE0, 0x30, 0xE0, 0x04, 0x7F, 0x01, 0x80, 0x31, 0x90, 0xA1, 0x50, 0x91, 0x44, 0x30, -+0xE0, 0x04, 0x7F, 0x0D, 0x80, 0x25, 0x12, 0xBF, 0x29, 0x30, 0xE0, 0x10, 0xEF, 0x13, 0x13, 0x54, -+0x3F, 0x30, 0xE0, 0x04, 0x7F, 0x09, 0x80, 0x13, 0x7F, 0x03, 0x80, 0x0F, 0x90, 0xA1, 0x53, 0xE0, -+0xC3, 0x13, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, 0x7F, 0x09, 0x12, 0x8B, 0x4F, 0x90, 0xA3, -+0xBB, 0xE0, 0x64, 0x03, 0x70, 0x71, 0x91, 0x41, 0x30, 0xE0, 0x64, 0x90, 0xA1, 0x5A, 0xE0, 0xFF, -+0x90, 0xA1, 0x65, 0xE0, 0xFE, 0xD3, 0x9F, 0x40, 0x37, 0xEE, 0x75, 0xF0, 0x03, 0xA4, 0xFF, 0x90, -+0xA1, 0x5C, 0xE0, 0xFE, 0xC3, 0xEF, 0x9E, 0xFF, 0x24, 0x03, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0xA1, -+0x52, 0xE0, 0xFE, 0x12, 0xB3, 0x49, 0x40, 0x08, 0xEE, 0x9F, 0x90, 0xA3, 0xBE, 0xF0, 0x80, 0x06, -+0x90, 0xA3, 0xBE, 0x74, 0x03, 0xF0, 0x90, 0xA3, 0xBE, 0x51, 0x97, 0xE0, 0x04, 0xF0, 0x80, 0x18, -+0x90, 0xA1, 0x5D, 0xE0, 0xFF, 0x51, 0x88, 0x90, 0xA1, 0x58, 0x74, 0x04, 0xF0, 0xE4, 0x90, 0xA1, -+0x63, 0xF0, 0x90, 0x06, 0x92, 0x74, 0x04, 0xF0, 0xE4, 0x90, 0xA1, 0x65, 0xF0, 0x80, 0x08, 0x90, -+0xA1, 0x52, 0x51, 0x97, 0xE0, 0x04, 0xF0, 0x90, 0xA1, 0x50, 0x12, 0x77, 0xBB, 0x30, 0xE0, 0x07, -+0xE4, 0x90, 0xA3, 0xBD, 0xF0, 0x80, 0x06, 0x90, 0xA3, 0xBD, 0x74, 0x01, 0xF0, 0x12, 0xAB, 0x85, -+0x20, 0xE0, 0x13, 0x90, 0xA1, 0x92, 0xE0, 0x60, 0x07, 0xE4, 0x90, 0xA3, 0xBC, 0xF0, 0x80, 0x06, -+0x90, 0xA3, 0xBC, 0x74, 0x01, 0xF0, 0x90, 0xA3, 0xBC, 0x12, 0x62, 0x19, 0x90, 0xA1, 0x62, 0x74, -+0x01, 0xF0, 0x12, 0xAB, 0x74, 0x30, 0xE0, 0x0D, 0x90, 0xA3, 0xBB, 0xE0, 0x70, 0x37, 0xFD, 0xFF, -+0x12, 0x53, 0x36, 0x80, 0x30, 0x90, 0xA1, 0x50, 0xE0, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x12, 0x12, -+0xBE, 0xD2, 0x60, 0x04, 0x7D, 0x01, 0x80, 0x18, 0x12, 0x57, 0xE1, 0x7D, 0x01, 0x7F, 0x0C, 0x80, -+0x11, 0x90, 0xA3, 0xBB, 0xE0, 0xB4, 0x03, 0x0D, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x07, 0xE4, 0xFD, -+0x7F, 0x04, 0x12, 0x51, 0x32, 0x90, 0xA1, 0x42, 0xE0, 0x60, 0x18, 0x90, 0xA3, 0xBB, 0xE0, 0x70, -+0x04, 0x7D, 0x04, 0x80, 0x0A, 0x90, 0xA3, 0xBB, 0xE0, 0x64, 0x03, 0x70, 0x31, 0x7D, 0x0B, 0x7F, -+0x6F, 0x80, 0x28, 0x90, 0xA3, 0xBB, 0xE0, 0x70, 0x04, 0xFD, 0xFF, 0x80, 0x1E, 0x90, 0xA3, 0xBB, -+0xE0, 0xB4, 0x03, 0x1A, 0x90, 0xA1, 0x50, 0x12, 0x7A, 0x7F, 0x20, 0xE0, 0x0B, 0xEF, 0x13, 0x13, -+0x54, 0x3F, 0x30, 0xE0, 0x03, 0x12, 0xAD, 0x60, 0xE4, 0xFD, 0xFF, 0x12, 0x53, 0x36, 0x12, 0x77, -+0xB8, 0x30, 0xE0, 0x05, 0x7F, 0x01, 0x12, 0x97, 0xE1, 0x12, 0x8F, 0xC5, 0x30, 0xE0, 0x04, 0x12, -+0xBE, 0x86, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x8A, 0xBF, 0xEF, 0xF0, 0xE4, 0xFB, 0xFD, -+0x7F, 0x6C, 0x7E, 0x01, 0x02, 0x50, 0x1A, 0xE0, 0xFF, 0x51, 0x88, 0x90, 0xA1, 0x63, 0x22, 0x91, -+0x41, 0x20, 0xE0, 0x02, 0x81, 0x40, 0x90, 0xA1, 0x58, 0xE0, 0x64, 0x01, 0x70, 0x29, 0x90, 0x06, -+0x92, 0xE0, 0x20, 0xE2, 0x06, 0x90, 0x04, 0xE3, 0xE0, 0x60, 0x17, 0xD1, 0x3A, 0xF0, 0x90, 0xA1, -+0x5C, 0xE0, 0x75, 0xF0, 0x03, 0x84, 0xFF, 0x90, 0xA1, 0x65, 0xE0, 0xB5, 0x07, 0x02, 0x80, 0x02, -+0x81, 0x2B, 0xF1, 0xCE, 0x04, 0xF0, 0x22, 0x90, 0xA1, 0x58, 0xE0, 0x64, 0x04, 0x70, 0x26, 0x90, -+0x06, 0x92, 0xE0, 0x20, 0xE2, 0x06, 0x90, 0x04, 0xE3, 0xE0, 0x60, 0x13, 0xD1, 0x3A, 0xF0, 0x90, -+0xA1, 0x5B, 0xE0, 0xFF, 0x90, 0xA1, 0x65, 0xE0, 0xB5, 0x07, 0x02, 0x80, 0x02, 0x81, 0x2B, 0xF1, -+0xCE, 0x74, 0x04, 0xF0, 0x22, 0x90, 0xA1, 0x58, 0xE0, 0x64, 0x06, 0x60, 0x02, 0x61, 0xB8, 0xD1, -+0x73, 0x50, 0x08, 0x90, 0xA1, 0x66, 0xE0, 0x94, 0x03, 0x40, 0x1A, 0xF1, 0xC6, 0x90, 0xA1, 0x63, -+0x30, 0xE0, 0x05, 0x74, 0x05, 0xF0, 0x80, 0x03, 0x74, 0x02, 0xF0, 0xE4, 0x90, 0xA1, 0x58, 0xF0, -+0x90, 0xA1, 0x66, 0xF0, 0x22, 0x90, 0xA1, 0x57, 0xF1, 0xDA, 0x30, 0xE0, 0x1A, 0xEF, 0x54, 0xFB, -+0xF0, 0xE4, 0xA3, 0xF1, 0xC5, 0x30, 0xE0, 0x02, 0x61, 0xDA, 0xD1, 0x73, 0x90, 0xA1, 0x63, 0x40, -+0x02, 0x61, 0xDD, 0x74, 0x02, 0xF0, 0x22, 0xF1, 0x9F, 0xF0, 0x90, 0xA1, 0x66, 0xE0, 0x04, 0xF0, -+0x7F, 0x03, 0x51, 0x88, 0xD1, 0x73, 0x50, 0x0A, 0x90, 0xA1, 0x66, 0xE0, 0x94, 0x03, 0x50, 0x02, -+0x81, 0x40, 0x90, 0x9F, 0xD2, 0xE0, 0xFF, 0x90, 0xA3, 0xD6, 0x74, 0x0A, 0xF0, 0x7B, 0x01, 0x7D, -+0x01, 0xB1, 0x3D, 0xAD, 0x07, 0xAC, 0x06, 0xE4, 0xFF, 0x91, 0xD2, 0x90, 0xA0, 0xDA, 0x12, 0x9A, -+0x05, 0x54, 0xFD, 0xF0, 0x90, 0xA1, 0x57, 0xE0, 0x54, 0xFD, 0xF0, 0x54, 0xFB, 0x12, 0x57, 0xD6, -+0x7F, 0x03, 0x12, 0x8B, 0x4F, 0x90, 0x05, 0x22, 0xE0, 0x44, 0x10, 0xFF, 0x7D, 0x03, 0x12, 0x53, -+0x36, 0x90, 0x04, 0x9C, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0xA1, 0x58, 0xE0, 0x64, 0x07, 0x70, 0x32, -+0x90, 0xA1, 0x66, 0xE0, 0xB4, 0x04, 0x04, 0xF1, 0xA6, 0x80, 0x5A, 0x90, 0xA1, 0x57, 0xF1, 0xDA, -+0x30, 0xE0, 0x0E, 0xEF, 0x54, 0xFB, 0xF0, 0xE4, 0xA3, 0xF0, 0x90, 0xA1, 0x63, 0x74, 0x05, 0xF0, -+0x22, 0xF1, 0x9F, 0xF0, 0x7D, 0x08, 0x7F, 0x01, 0x91, 0x4F, 0x90, 0xA1, 0x66, 0xE0, 0x04, 0xF0, -+0x80, 0x39, 0x90, 0xA1, 0x58, 0xE0, 0x64, 0x09, 0x70, 0x46, 0x90, 0xA1, 0x57, 0xE0, 0x30, 0xE0, -+0x0A, 0xF1, 0xA6, 0x90, 0xA1, 0x57, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x90, 0x06, 0x92, 0xE0, 0x30, -+0xE2, 0x1D, 0xD1, 0x3D, 0xF0, 0xE0, 0xB4, 0x02, 0x12, 0xF1, 0xBD, 0x60, 0x05, 0x74, 0x05, 0xF0, -+0x80, 0x03, 0x74, 0x02, 0xF0, 0xE4, 0x90, 0xA1, 0x58, 0xF0, 0x22, 0x7F, 0x03, 0x41, 0x88, 0xF1, -+0xBD, 0x60, 0x05, 0x74, 0x05, 0xF0, 0x80, 0x03, 0x74, 0x02, 0xF0, 0xE4, 0x90, 0xA1, 0x58, 0xF0, -+0x22, 0x90, 0xA1, 0x54, 0xE0, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x22, 0x7D, 0x08, 0xE4, 0xFF, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xB6, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x9F, -+0x15, 0xE0, 0x04, 0xF0, 0x90, 0xA1, 0x50, 0xE0, 0x30, 0xE0, 0x07, 0x90, 0x05, 0x10, 0xE4, 0xF0, -+0xA3, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x34, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA3, 0xBA, 0xF0, -+0x7D, 0x26, 0x12, 0x56, 0x2A, 0xEF, 0x64, 0x01, 0x70, 0x07, 0xB1, 0x13, 0x20, 0xE0, 0x0E, 0x80, -+0x0A, 0x91, 0x41, 0x30, 0xE0, 0x07, 0xB1, 0x13, 0x20, 0xE0, 0x02, 0xD1, 0x9F, 0x90, 0xA3, 0xBA, -+0xE0, 0xFF, 0x7D, 0x27, 0x12, 0x53, 0x36, 0x12, 0xBD, 0x78, 0x80, 0x0A, 0x12, 0xBD, 0x78, 0xB1, -+0x13, 0x20, 0xE0, 0x02, 0xD1, 0x9F, 0x90, 0xA1, 0x50, 0xE0, 0x30, 0xE0, 0x0D, 0x91, 0x41, 0x30, -+0xE0, 0x08, 0x12, 0xAB, 0x7D, 0x7D, 0x28, 0x12, 0x53, 0x36, 0x12, 0xBE, 0xFC, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xD1, 0x47, 0x54, 0x3F, 0xF0, 0xEF, 0x60, 0x2F, 0xD1, 0x2E, 0x44, 0x10, 0xD1, 0x46, -+0x44, 0x80, 0xF0, 0x12, 0xAB, 0x6D, 0x54, 0x07, 0x30, 0xE0, 0x27, 0x12, 0xAB, 0x8E, 0x50, 0x0B, -+0xEF, 0x25, 0xE0, 0x25, 0xE0, 0xFF, 0x74, 0x2B, 0x2D, 0xE1, 0xE2, 0x74, 0x2B, 0x2D, 0xF5, 0x82, -+0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x74, 0x7F, 0xF0, 0x22, 0xD1, 0x2E, 0x54, 0xEF, 0xD1, 0x46, 0x44, -+0x40, 0xF0, 0x22, 0x90, 0x9F, 0xD2, 0xE0, 0xFF, 0x90, 0xA3, 0xB7, 0xE0, 0xFB, 0x90, 0xA3, 0xD6, -+0x74, 0x0A, 0xF0, 0x7D, 0x01, 0xB1, 0x3D, 0x90, 0xA3, 0xB8, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, -+0xFD, 0x90, 0xA3, 0xB6, 0xE0, 0xFF, 0x91, 0xD2, 0x90, 0xA1, 0xB3, 0xE0, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xD4, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0xA3, 0xD3, 0xEF, -+0xF0, 0xE4, 0xFD, 0xFC, 0x12, 0xBD, 0xE3, 0x7C, 0x00, 0xAD, 0x07, 0x90, 0xA3, 0xD3, 0xE0, 0x90, -+0x04, 0x25, 0xF0, 0x90, 0xA3, 0xD4, 0xE0, 0x60, 0x06, 0x12, 0xBE, 0xC6, 0x44, 0x80, 0xF0, 0xAF, -+0x05, 0x74, 0x20, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xC0, 0xF0, 0x12, -+0xBE, 0xC6, 0x54, 0xC0, 0xF0, 0x90, 0xA3, 0xD6, 0xE0, 0xFF, 0xAE, 0x05, 0x74, 0x18, 0x2E, 0xF5, -+0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x12, 0x2E, 0xF1, 0x09, 0xE0, 0x54, 0x01, -+0xFF, 0x90, 0xA3, 0xD5, 0xE0, 0x25, 0xE0, 0x25, 0xE0, 0xFE, 0xEF, 0x44, 0x02, 0x4E, 0xFF, 0xAE, -+0x05, 0x74, 0x12, 0x2E, 0xF1, 0x09, 0xEF, 0xF0, 0x74, 0x11, 0x2E, 0xF1, 0xB5, 0x74, 0xFF, 0xF0, -+0x74, 0x29, 0x2E, 0xD1, 0x31, 0x54, 0xF7, 0xF0, 0x90, 0xA1, 0x50, 0xE0, 0x30, 0xE0, 0x0D, 0x12, -+0xBE, 0xBA, 0x44, 0x80, 0xF0, 0x90, 0x05, 0x12, 0xE4, 0xF0, 0x80, 0x06, 0x12, 0xBE, 0xBA, 0x54, -+0x7F, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA3, 0xE3, 0xEF, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x21, 0x90, 0x05, 0x22, -+0xE0, 0x90, 0xA3, 0xE6, 0xF0, 0x7D, 0x29, 0x12, 0x56, 0x2A, 0xBF, 0x01, 0x05, 0xD1, 0x53, 0xFF, -+0x91, 0xD2, 0x90, 0xA3, 0xE6, 0xE0, 0xFF, 0x7D, 0x2A, 0x12, 0x53, 0x36, 0x80, 0x05, 0xD1, 0x53, -+0xFF, 0x91, 0xD2, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x74, 0x29, -+0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x90, 0x06, 0x92, 0x74, 0x04, 0xF0, -+0x90, 0xA1, 0x65, 0xE0, 0x04, 0x22, 0xF0, 0x74, 0x09, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, -+0x83, 0xE0, 0x22, 0x90, 0x9F, 0xD3, 0xE0, 0xFF, 0x90, 0xA3, 0xD6, 0x74, 0x0B, 0xF0, 0x7B, 0x08, -+0x7D, 0x01, 0xB1, 0x3D, 0x90, 0xA3, 0xE4, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA3, -+0xE3, 0xE0, 0x22, 0x90, 0xA1, 0x66, 0xE0, 0xFF, 0x90, 0xA1, 0x65, 0xE0, 0x2F, 0xFF, 0xE4, 0x33, -+0xFE, 0x7C, 0x00, 0x7D, 0x03, 0x12, 0x07, 0x03, 0x90, 0xA1, 0x51, 0xE0, 0x2F, 0xFF, 0xEC, 0x3E, -+0xFE, 0x90, 0xA1, 0x82, 0xE0, 0xFD, 0xC3, 0xEF, 0x9D, 0x74, 0x80, 0xF8, 0x6E, 0x98, 0x22, 0x90, -+0xA3, 0xB8, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x81, 0x00, 0xE0, 0x54, 0x0F, 0xFD, 0xAC, 0x07, -+0xF1, 0x93, 0x44, 0x01, 0xF0, 0xF1, 0x93, 0x54, 0xFB, 0xF0, 0xAC, 0x07, 0x74, 0x12, 0x2C, 0xF1, -+0x09, 0xE0, 0x44, 0xFA, 0xF0, 0x74, 0x11, 0x2C, 0xF1, 0xB5, 0xE0, 0x44, 0x1F, 0xF0, 0xAC, 0x07, -+0x74, 0x06, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x44, 0x0E, 0xF0, 0x90, 0x04, -+0xA7, 0xE4, 0xF0, 0x90, 0x04, 0xA6, 0xF0, 0x90, 0x04, 0xA5, 0x74, 0xFF, 0xF0, 0x90, 0x04, 0xA4, -+0x74, 0xFD, 0xF0, 0x74, 0x14, 0x2C, 0xF1, 0xAD, 0xE0, 0x54, 0xC0, 0x4D, 0xFD, 0x74, 0x14, 0x2F, -+0xF1, 0xAD, 0xED, 0xF0, 0x22, 0xF0, 0x74, 0x12, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, -+0x22, 0x90, 0x9F, 0xD4, 0xE0, 0xFF, 0x90, 0xA3, 0xD6, 0x74, 0x01, 0xF0, 0x7B, 0x08, 0xFD, 0xB1, -+0x3D, 0x90, 0xA2, 0xF2, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA2, 0xEF, 0xE0, 0xFF, -+0xA3, 0xE0, 0xFB, 0xA3, 0xE0, 0x90, 0xA2, 0xF9, 0xF0, 0x90, 0xA2, 0xF6, 0xEC, 0x12, 0xAB, 0xAE, -+0x90, 0xA2, 0xF6, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x91, 0xD2, 0x90, 0xA2, 0xF6, 0xA3, 0xE0, 0xFF, -+0xFD, 0x24, 0x0D, 0xF1, 0x96, 0x44, 0x80, 0xF0, 0x74, 0x0D, 0x2D, 0xF1, 0x96, 0x54, 0xEF, 0xF1, -+0x05, 0xE0, 0x44, 0x02, 0xF1, 0x05, 0xE0, 0x54, 0x03, 0xF0, 0x90, 0xA2, 0xF8, 0xE0, 0xFF, 0x90, -+0xA2, 0xF6, 0xA3, 0xE0, 0xFE, 0x24, 0x2A, 0x12, 0xAB, 0xA0, 0x90, 0xA2, 0xF9, 0xE0, 0xFF, 0x74, -+0x2B, 0x2E, 0xF1, 0xE2, 0x74, 0x2C, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x24, -+0x02, 0xF0, 0x22, 0x74, 0x0D, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x90, -+0xA1, 0x57, 0xE0, 0x44, 0x02, 0x22, 0x90, 0xA1, 0x63, 0x74, 0x05, 0xF0, 0x22, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x90, 0xA3, 0xE8, -+0xE0, 0x90, 0xA1, 0x63, 0x22, 0xF0, 0x90, 0xA1, 0x53, 0xE0, 0xC4, 0x54, 0x0F, 0x22, 0xE4, 0x90, -+0xA1, 0x58, 0xF0, 0x90, 0xA1, 0x63, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0xFF, 0x13, 0x13, 0x54, 0x3F, -+0x22, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x22, 0xC0, 0xE0, 0xC0, 0xF0, -+0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, -+0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x11, 0x29, 0x53, 0x91, 0xBF, 0xD0, 0x07, -+0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, -+0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x90, 0xFD, 0x68, 0xE0, 0xFF, 0x90, 0xFD, -+0x60, 0xE0, 0x90, 0xA2, 0xFB, 0xF0, 0xEF, 0x20, 0xE0, 0x02, 0x21, 0x64, 0x90, 0xA3, 0xE9, 0xE0, -+0x70, 0x1A, 0x7F, 0x2E, 0x12, 0x4A, 0xB0, 0x90, 0xA1, 0x8E, 0xEF, 0xF0, 0x7F, 0x2D, 0x12, 0x4A, -+0xB0, 0x90, 0xA1, 0x8F, 0xEF, 0xF0, 0x90, 0xA3, 0xE9, 0x74, 0x01, 0xF0, 0x90, 0xA2, 0xFB, 0xE0, -+0x64, 0x15, 0x70, 0x55, 0x90, 0xFD, 0x62, 0xE0, 0xFF, 0x30, 0xE6, 0x11, 0xF4, 0x54, 0x3F, 0x04, -+0xFE, 0x31, 0x6D, 0xC3, 0x9E, 0x31, 0x65, 0x40, 0x12, 0xE4, 0xF0, 0x80, 0x0E, 0x31, 0x6D, 0xFE, -+0xEF, 0x54, 0x3F, 0x2E, 0x31, 0x65, 0x40, 0x03, 0x74, 0x3F, 0xF0, 0x90, 0xA2, 0xFA, 0xE0, 0xFF, -+0x54, 0x30, 0xC4, 0x54, 0x0F, 0xFE, 0xEF, 0x25, 0xE0, 0x25, 0xE0, 0x4E, 0xF5, 0x26, 0xFD, 0x7F, -+0x2E, 0x12, 0x48, 0xCF, 0x90, 0xA2, 0xFA, 0xE0, 0xC4, 0x54, 0xF0, 0xFF, 0x90, 0xA1, 0x8F, 0xE0, -+0x54, 0x0F, 0x4F, 0xFD, 0x7F, 0x2D, 0x12, 0x48, 0xCF, 0x90, 0xA2, 0xFB, 0xE0, 0xB4, 0x23, 0x05, -+0x7F, 0x01, 0x12, 0x7F, 0xB2, 0x90, 0xA2, 0xFB, 0xE0, 0xB4, 0x27, 0x05, 0x7F, 0x02, 0x12, 0x7F, -+0xB2, 0x90, 0xA2, 0xFB, 0xE0, 0xB4, 0x30, 0x0D, 0xE4, 0xFB, 0xFD, 0x7F, 0x01, 0x12, 0xA7, 0xA1, -+0x7F, 0x04, 0x12, 0x7F, 0x8F, 0x90, 0xA2, 0xFB, 0xE0, 0x64, 0x34, 0x70, 0x3F, 0x90, 0xFD, 0x62, -+0xE0, 0x30, 0xE0, 0x2D, 0x90, 0xA1, 0x75, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x2F, 0x75, 0x26, 0x01, -+0x7B, 0x00, 0x7A, 0x00, 0x79, 0x26, 0x7D, 0x01, 0x7F, 0x34, 0x12, 0x7F, 0x4A, 0x75, 0x26, 0x03, -+0xAF, 0x26, 0x31, 0x76, 0x90, 0x04, 0x9D, 0xE4, 0xF0, 0xE0, 0x44, 0x01, 0xF0, 0x51, 0x5E, 0x80, -+0x0B, 0x51, 0xC6, 0x90, 0x04, 0x9D, 0xE0, 0x54, 0xFE, 0xF0, 0x51, 0xAD, 0x90, 0xA2, 0xFB, 0xE0, -+0x64, 0x39, 0x70, 0x29, 0x90, 0xA1, 0x50, 0xE0, 0x30, 0xE0, 0x22, 0xF1, 0x8A, 0x30, 0xE0, 0x1D, -+0x90, 0xA1, 0x75, 0xE0, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x13, 0x90, 0xA1, 0x63, 0xE0, 0x24, 0xFD, -+0x60, 0x04, 0x24, 0x03, 0x70, 0x07, 0x51, 0xBF, 0x74, 0x05, 0x12, 0x96, 0xD5, 0x90, 0xFD, 0x68, -+0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0xA2, 0xFA, 0xF0, 0xD3, 0x94, 0x3F, 0x22, 0x90, 0xA1, 0x8E, -+0xE0, 0x13, 0x13, 0x54, 0x3F, 0x22, 0x90, 0xA2, 0xFC, 0xEF, 0xF0, 0x71, 0x0D, 0xE4, 0xFE, 0xFD, -+0xEC, 0x90, 0xA1, 0x6C, 0x12, 0x08, 0x6D, 0x90, 0xA1, 0x6B, 0xE0, 0x44, 0x01, 0xF0, 0x7D, 0x11, -+0x7F, 0xFF, 0x12, 0x53, 0x36, 0x12, 0x4A, 0x1F, 0x90, 0x07, 0x78, 0xE0, 0x90, 0xA1, 0x70, 0xF0, -+0xF1, 0x82, 0x12, 0x62, 0x1E, 0x90, 0xA2, 0xFC, 0xE0, 0xFD, 0x70, 0x02, 0x80, 0x1C, 0xED, 0xB4, -+0x01, 0x06, 0x31, 0xCE, 0x44, 0x20, 0xF0, 0x22, 0x90, 0xA2, 0xFC, 0xE0, 0xFD, 0xB4, 0x02, 0x06, -+0x31, 0xCE, 0x44, 0x60, 0xF0, 0x22, 0xED, 0xB4, 0x03, 0x03, 0x31, 0xCE, 0xF0, 0x22, 0x90, 0xA1, -+0x6B, 0xE0, 0x54, 0x1F, 0x22, 0x90, 0xA3, 0x35, 0x74, 0x09, 0xF0, 0x90, 0xA3, 0x43, 0x74, 0x07, -+0xF0, 0x90, 0xA3, 0x37, 0xEF, 0xF0, 0x70, 0x31, 0x90, 0xA1, 0x69, 0xE0, 0x60, 0x1A, 0xA3, 0xE0, -+0x60, 0x02, 0x80, 0x0C, 0x90, 0x07, 0x70, 0xE0, 0x70, 0x06, 0x90, 0x07, 0x74, 0xE0, 0x60, 0x08, -+0x90, 0xA3, 0x38, 0x74, 0x01, 0xF0, 0x80, 0x05, 0xE4, 0x90, 0xA3, 0x38, 0xF0, 0xE4, 0x90, 0xA3, -+0x39, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0xA3, 0x80, 0x39, 0x90, 0xFD, 0x62, 0xE0, 0x90, 0xA3, 0x38, -+0xF0, 0x90, 0xFD, 0x63, 0xE0, 0x90, 0xA3, 0x39, 0xF0, 0x90, 0xFD, 0x64, 0xE0, 0x90, 0xA3, 0x3A, -+0xF0, 0x90, 0xFD, 0x65, 0xE0, 0x90, 0xA3, 0x3B, 0xF0, 0x90, 0xFD, 0x66, 0xE0, 0x90, 0xA3, 0x3C, -+0xF0, 0x90, 0xFD, 0x67, 0xE0, 0x90, 0xA3, 0x3D, 0xF0, 0x90, 0xA3, 0x38, 0xE0, 0x54, 0x01, 0x90, -+0xA1, 0x69, 0xF0, 0xA3, 0xF0, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x35, 0x02, 0x78, 0x06, 0x90, 0x01, -+0xE7, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x12, 0x06, 0x89, 0x54, 0x01, 0xF1, 0xDB, 0x54, 0xFD, 0x4F, -+0xF0, 0xE0, 0xC3, 0x13, 0xFF, 0x54, 0x01, 0x90, 0x01, 0xE6, 0xF0, 0xA3, 0xE0, 0x54, 0xFE, 0xF0, -+0xEF, 0x30, 0xE0, 0x27, 0x12, 0xBE, 0x1F, 0x70, 0x20, 0x90, 0xA1, 0x99, 0xE0, 0x30, 0xE0, 0x02, -+0x80, 0x19, 0x90, 0xFD, 0x62, 0xE0, 0xB4, 0xAD, 0x0E, 0xA3, 0xE0, 0xB4, 0x35, 0x09, 0x51, 0x5E, -+0x90, 0x01, 0xE5, 0x74, 0xDF, 0xF0, 0x22, 0x80, 0x00, 0x80, 0x02, 0x80, 0xB1, 0x90, 0x01, 0xE7, -+0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0xA1, 0xB8, 0x12, 0x47, 0xDE, 0xE0, 0x24, 0xFC, 0xFF, 0xE4, -+0x90, 0xA3, 0x9D, 0xF0, 0xA3, 0x22, 0x90, 0xA1, 0x6B, 0xE0, 0x54, 0xFE, 0xF0, 0x54, 0xE1, 0xF0, -+0x90, 0xA1, 0x70, 0xE0, 0xFF, 0x71, 0x4F, 0x71, 0x0D, 0xE4, 0xFF, 0xE4, 0xFC, 0x71, 0x03, 0x12, -+0x47, 0xC6, 0x90, 0xA1, 0x6C, 0x12, 0x47, 0xD2, 0x12, 0x47, 0xA8, 0x71, 0x03, 0x12, 0x4C, 0x4F, -+0xF1, 0xCC, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x0A, 0x90, 0xA1, 0x43, 0xE0, 0x20, 0xE0, 0x03, 0x12, -+0x57, 0xDE, 0x22, 0x90, 0xA3, 0xBF, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0xBF, 0x22, 0x7F, 0xB4, 0x7E, -+0x0C, 0x02, 0x37, 0xBC, 0x71, 0x3F, 0x90, 0xA1, 0x6B, 0x12, 0x7A, 0x7F, 0xFE, 0xEF, 0xC3, 0x13, -+0x54, 0x0F, 0xC3, 0x9E, 0x40, 0x02, 0x80, 0x9E, 0x90, 0xA1, 0x6B, 0xE0, 0xFF, 0xC3, 0x13, 0x54, -+0x0F, 0xFE, 0xEF, 0x54, 0xE1, 0xFF, 0xEE, 0x04, 0x54, 0x0F, 0x25, 0xE0, 0x4F, 0xF0, 0x22, 0x7D, -+0x12, 0x7F, 0xFF, 0x12, 0x53, 0x36, 0x7F, 0x01, 0x71, 0x4F, 0xF1, 0x82, 0x02, 0x62, 0x1E, 0x90, -+0xA1, 0x75, 0x91, 0xFE, 0x30, 0xE0, 0x07, 0x90, 0x07, 0x78, 0x74, 0x09, 0xF0, 0x22, 0x90, 0xA1, -+0xB1, 0xE0, 0x30, 0xE0, 0x1D, 0xEF, 0x24, 0xFD, 0x60, 0x0E, 0x24, 0xFA, 0x60, 0x0E, 0x24, 0xFC, -+0x60, 0x0E, 0x24, 0x0C, 0x7F, 0x02, 0x80, 0x0A, 0x7F, 0x03, 0x80, 0x06, 0x7F, 0x0B, 0x80, 0x02, -+0x7F, 0x0E, 0x90, 0x07, 0x78, 0xEF, 0xF0, 0x22, 0xAD, 0x07, 0xED, 0x70, 0x19, 0x91, 0x13, 0x70, -+0x02, 0x80, 0x17, 0xBC, 0x01, 0x02, 0x80, 0x19, 0x91, 0x13, 0xBC, 0x02, 0x02, 0x80, 0x1B, 0xEC, -+0x64, 0x03, 0x70, 0x21, 0x80, 0x1B, 0x91, 0x1B, 0x70, 0x04, 0x7F, 0x01, 0x80, 0x15, 0xBC, 0x01, -+0x04, 0x7F, 0x03, 0x80, 0x0E, 0x91, 0x1B, 0xBC, 0x02, 0x04, 0x7F, 0x09, 0x80, 0x05, 0xBC, 0x03, -+0x04, 0x7F, 0x0D, 0x71, 0x4F, 0x90, 0xA1, 0x9F, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x3A, -+0xED, 0x70, 0x1B, 0xA3, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA2, 0xEE, -+0xF0, 0x80, 0x02, 0x91, 0x0C, 0x90, 0xA2, 0xEE, 0xE0, 0xFD, 0xE4, 0xFF, 0x80, 0x19, 0x90, 0xA1, -+0xA0, 0x12, 0x84, 0x44, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA2, 0xEE, 0xF0, 0x80, 0x02, 0x91, 0x0C, -+0x90, 0xA2, 0xEE, 0xE0, 0xFD, 0x7F, 0x01, 0x12, 0x62, 0x1E, 0x22, 0xF0, 0x90, 0xA2, 0xEE, 0x74, -+0x01, 0xF0, 0x22, 0x90, 0xA1, 0xA0, 0xE0, 0x54, 0x03, 0xFC, 0x22, 0x90, 0xA1, 0xA0, 0xE0, 0xC4, -+0x54, 0x03, 0xFC, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA1, 0xA6, 0xE0, 0xB4, -+0x01, 0x02, 0x80, 0x40, 0x90, 0xA1, 0xA6, 0xE0, 0xB4, 0x02, 0x10, 0xB1, 0x27, 0x7F, 0x01, 0xB1, -+0x4E, 0x71, 0x88, 0x90, 0xA1, 0xA6, 0x74, 0x03, 0xF0, 0x80, 0x3B, 0x90, 0xA1, 0xA6, 0xE0, 0x64, -+0x03, 0x70, 0x1A, 0x90, 0xA1, 0xA9, 0xB1, 0x2A, 0xE4, 0xFF, 0xB1, 0x4E, 0x71, 0x88, 0xB1, 0x05, -+0xE4, 0xFB, 0xFD, 0x91, 0x8B, 0x90, 0xA1, 0xA6, 0x74, 0x04, 0xF0, 0x80, 0x19, 0x90, 0xA1, 0xA6, -+0xE0, 0xB4, 0x04, 0x12, 0xB1, 0x05, 0x7B, 0x01, 0x7D, 0x01, 0x91, 0x8B, 0x90, 0xA1, 0xA6, 0x74, -+0x02, 0xF0, 0x90, 0xA1, 0xA4, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xEE, 0x12, 0xAB, -+0xAD, 0x90, 0xA1, 0x9F, 0x91, 0xFE, 0x20, 0xE0, 0x0E, 0x90, 0xA2, 0xEF, 0xE0, 0xB4, 0x01, 0x07, -+0x7D, 0x36, 0x7F, 0x6F, 0x12, 0x53, 0x36, 0x90, 0xA2, 0xEE, 0xE0, 0x70, 0x0C, 0x90, 0xA2, 0xF0, -+0xE0, 0xFF, 0x7D, 0x05, 0x12, 0x84, 0x4F, 0x80, 0x2D, 0x90, 0xA2, 0xEE, 0xE0, 0xB4, 0x01, 0x0A, -+0x90, 0xA2, 0xF0, 0xE0, 0xFF, 0x12, 0x85, 0xEB, 0x80, 0x1C, 0x90, 0xA2, 0xEE, 0xE0, 0xB4, 0x02, -+0x15, 0xA3, 0xE0, 0xB4, 0x01, 0x10, 0x90, 0x9F, 0xD5, 0xE0, 0xFF, 0x90, 0xA1, 0xAD, 0xE0, 0xFC, -+0xA3, 0xE0, 0xFD, 0x12, 0xA9, 0x9C, 0x90, 0xA1, 0x9F, 0x91, 0xFE, 0x20, 0xE0, 0x0B, 0x90, 0xA2, -+0xEF, 0xE0, 0x70, 0x05, 0xFD, 0xFF, 0x12, 0x53, 0x36, 0x22, 0xF0, 0x90, 0xA1, 0x41, 0xE0, 0x13, -+0x13, 0x13, 0x54, 0x1F, 0x22, 0x90, 0xA1, 0x9F, 0xE0, 0xC3, 0x13, 0x54, 0x03, 0xFF, 0x22, 0x90, -+0xA1, 0x6B, 0xE0, 0x30, 0xE0, 0x04, 0x71, 0x3F, 0x80, 0x03, 0x12, 0xA9, 0x5E, 0x90, 0xA1, 0x9F, -+0xE0, 0x30, 0xE0, 0x02, 0x91, 0x24, 0x22, 0x90, 0xA1, 0xAB, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xAD, -+0x07, 0xEE, 0xFF, 0x90, 0x01, 0x6F, 0xE4, 0xF0, 0x8F, 0x35, 0xAF, 0x05, 0x8F, 0x36, 0xFB, 0xFD, -+0x7F, 0x6C, 0x7E, 0x01, 0x12, 0x3B, 0xDB, 0x90, 0x01, 0x6F, 0x74, 0x05, 0xF0, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x64, 0x03, 0x70, 0x0E, 0x90, 0xA1, 0x53, 0x12, 0x84, 0x44, -+0x90, 0x06, 0xCC, 0x30, 0xE0, 0x3A, 0x80, 0x2D, 0x90, 0xA1, 0x54, 0xE0, 0xC4, 0x54, 0x0F, 0x30, -+0xE0, 0x10, 0xEF, 0x90, 0x06, 0xCC, 0x70, 0x06, 0xE0, 0x54, 0xFC, 0xF0, 0x80, 0x04, 0xE0, 0x44, -+0x03, 0xF0, 0x90, 0xA1, 0x9F, 0xE0, 0x30, 0xE0, 0x1B, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x0E, 0xEF, -+0x90, 0x06, 0xCC, 0x70, 0x06, 0xE0, 0x54, 0xFC, 0xF0, 0x80, 0x09, 0x80, 0x03, 0x90, 0x06, 0xCC, -+0xE0, 0x44, 0x03, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x7D, 0x02, 0x90, 0xA1, 0x50, 0xE0, 0x20, 0xE0, 0x02, 0xC1, 0xA2, 0xF1, 0x8A, 0x20, 0xE0, 0x02, -+0xC1, 0xA2, 0xE4, 0xFF, 0xB1, 0x4E, 0x90, 0xA1, 0x54, 0xE0, 0x30, 0xE0, 0x03, 0x0F, 0x80, 0x32, -+0x90, 0xA1, 0x50, 0x12, 0x84, 0x44, 0x30, 0xE0, 0x04, 0x7F, 0x0D, 0x80, 0x25, 0x12, 0xBF, 0x29, -+0x30, 0xE0, 0x10, 0xEF, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x04, 0x7F, 0x09, 0x80, 0x13, 0x7F, -+0x03, 0x80, 0x0F, 0x90, 0xA1, 0x53, 0xE0, 0xC3, 0x13, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, -+0x7F, 0x09, 0x71, 0x4F, 0x90, 0xA1, 0x50, 0x12, 0x77, 0xBB, 0x30, 0xE0, 0x07, 0xE4, 0x90, 0xA2, -+0xEE, 0xF0, 0x80, 0x02, 0x91, 0x0C, 0x12, 0xAB, 0x85, 0x20, 0xE0, 0x0C, 0x90, 0xA1, 0x92, 0xE0, -+0x60, 0x04, 0xE4, 0xFD, 0x80, 0x02, 0x7D, 0x01, 0xAF, 0x05, 0x90, 0xA2, 0xEE, 0xE0, 0xFD, 0x12, -+0x62, 0x1E, 0x90, 0xA1, 0x75, 0xE0, 0x54, 0xEF, 0xF0, 0x90, 0xA1, 0x50, 0x12, 0x7A, 0x7F, 0x20, -+0xE0, 0x26, 0xEF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x12, 0x12, 0xBE, 0xD2, 0x60, 0x04, 0x7D, 0x01, -+0x80, 0x11, 0x12, 0x57, 0xE1, 0x7D, 0x01, 0x7F, 0x0C, 0x80, 0x0A, 0x90, 0xA0, 0xDF, 0xE0, 0x60, -+0x07, 0xE4, 0xFD, 0x7F, 0x04, 0x12, 0x51, 0x32, 0x90, 0xA1, 0x42, 0xE0, 0x60, 0x06, 0x7D, 0x04, -+0x7F, 0x6F, 0x80, 0x17, 0x90, 0xA1, 0x50, 0x12, 0x7A, 0x7F, 0x20, 0xE0, 0x0B, 0xEF, 0x13, 0x13, -+0x54, 0x3F, 0x30, 0xE0, 0x03, 0x12, 0xAD, 0x60, 0xE4, 0xFD, 0xFF, 0x12, 0x53, 0x36, 0x12, 0x77, -+0xB8, 0x30, 0xE0, 0x05, 0x7F, 0x01, 0x12, 0x97, 0xE1, 0xF1, 0xC5, 0x30, 0xE0, 0x04, 0x12, 0xBE, -+0x86, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA1, 0x6B, 0xE0, 0x30, 0xE0, 0x04, 0x71, 0x14, -+0x80, 0x03, 0x12, 0xAD, 0x1E, 0x12, 0x84, 0x41, 0x30, 0xE0, 0x13, 0x90, 0xA1, 0x9B, 0xE0, 0x04, -+0xF0, 0xE0, 0xB4, 0x14, 0x09, 0x90, 0x04, 0x9C, 0xE4, 0xF0, 0x90, 0xA1, 0x9B, 0xF0, 0x90, 0xA0, -+0xD5, 0xE0, 0x30, 0xE0, 0x06, 0x90, 0xA0, 0xD7, 0x74, 0x01, 0xF0, 0x90, 0xA0, 0xDF, 0xE0, 0x70, -+0x02, 0xE1, 0x6B, 0x90, 0xA0, 0xF6, 0xE0, 0x04, 0x12, 0x4F, 0xD8, 0x12, 0x47, 0xA8, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x12, 0x4F, 0xF2, 0x78, 0x10, 0x12, 0x08, -+0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0xA8, 0xC0, 0x04, 0xC0, 0x05, -+0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x4F, 0xF2, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, -+0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0xA8, 0x90, 0xA1, 0x2A, 0x12, 0x08, 0x6D, 0x90, 0xA0, -+0xDB, 0x12, 0x9A, 0x05, 0x30, 0xE0, 0x0B, 0x12, 0xB4, 0xE8, 0x74, 0x05, 0xF0, 0x12, 0xB2, 0x85, -+0xF1, 0xD3, 0x90, 0xA0, 0xDB, 0x91, 0xFE, 0x30, 0xE0, 0x0A, 0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, -+0x03, 0x12, 0x5B, 0xC3, 0x90, 0xA4, 0x0F, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x80, 0x40, 0x0B, -+0x90, 0x01, 0x98, 0xE0, 0x54, 0xFE, 0xF0, 0xE0, 0x44, 0x01, 0xF0, 0x7F, 0x01, 0x12, 0x7F, 0x8F, -+0x90, 0xA1, 0x43, 0xE0, 0x30, 0xE0, 0x0A, 0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, 0x03, 0x12, 0x5B, -+0xC3, 0x22, 0x90, 0xA1, 0x92, 0xE0, 0xFF, 0xE4, 0xFD, 0x22, 0x90, 0xA1, 0x54, 0xE0, 0x13, 0x13, -+0x54, 0x3F, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA1, 0x9F, 0xE0, 0x30, 0xE0, -+0x1F, 0x90, 0xA1, 0xA4, 0xE0, 0xB4, 0x01, 0x0C, 0xA3, 0xE0, 0xB4, 0x01, 0x13, 0x74, 0x02, 0xF0, -+0xB1, 0x27, 0x80, 0x0C, 0x90, 0xA1, 0xA4, 0xE0, 0xB4, 0x02, 0x05, 0x74, 0x03, 0xF0, 0x91, 0x24, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA1, 0x54, 0xE0, 0xC3, 0x13, 0x22, 0x7F, 0xB4, 0x7E, 0x0C, -+0x02, 0x38, 0x07, 0x90, 0xA0, 0xDC, 0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x25, 0xE0, 0xFF, 0x90, 0xA1, -+0x75, 0xE0, 0x22, 0x32, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x8B, 0xEF, 0xF0, -+0xA3, 0xED, 0xF0, 0x7D, 0x00, 0x7C, 0x00, 0xE4, 0x90, 0xA3, 0x91, 0xF0, 0x7F, 0xB0, 0x7E, 0x08, -+0x12, 0x37, 0xBC, 0xE4, 0xFF, 0xEC, 0x90, 0xA3, 0x8D, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x8D, 0x12, -+0x47, 0xD2, 0x90, 0xA3, 0x8C, 0x12, 0x4F, 0xF2, 0x12, 0x47, 0xA8, 0xA3, 0x12, 0x08, 0x6D, 0x90, -+0xA3, 0x8D, 0x12, 0x4C, 0x4F, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x38, 0x07, 0x11, 0x52, 0x90, 0xA3, -+0x8B, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xB5, 0xF5, 0x82, 0xE4, 0x34, 0xAD, 0xF5, 0x83, 0xE0, -+0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x37, 0xBC, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x7F, 0x14, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0x90, 0xA3, 0xF3, 0x31, 0x80, 0x90, 0x01, -+0x09, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x90, 0xA3, 0xF3, 0xE0, 0x6F, 0x60, 0x34, -+0xC3, 0x90, 0xA3, 0xF5, 0xE0, 0x94, 0x88, 0x90, 0xA3, 0xF4, 0xE0, 0x94, 0x13, 0x40, 0x08, 0x90, -+0x01, 0xC0, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0x90, 0xA3, 0xF4, 0x31, 0x20, 0x11, 0x52, 0xD3, 0x90, -+0xA3, 0xF5, 0xE0, 0x94, 0x32, 0x90, 0xA3, 0xF4, 0xE0, 0x94, 0x00, 0x40, 0xC1, 0x90, 0x01, 0xC6, -+0xE0, 0x30, 0xE0, 0xBA, 0x22, 0x12, 0xB6, 0xDD, 0x7F, 0x08, 0x12, 0x4A, 0xB0, 0xEF, 0x54, 0xEF, -+0xFD, 0x7F, 0x08, 0x12, 0x48, 0xCF, 0xE4, 0xFF, 0x11, 0x59, 0x90, 0xA0, 0xDA, 0xE0, 0xFF, 0xC4, -+0x54, 0x0F, 0x30, 0xE0, 0x03, 0x12, 0xBD, 0x5F, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xEF, 0xF0, 0x22, -+0xE4, 0x90, 0xA2, 0xB6, 0xF0, 0xA3, 0xF0, 0x31, 0x27, 0xEF, 0x64, 0x01, 0x60, 0x3B, 0xC3, 0x90, -+0xA2, 0xB7, 0xE0, 0x94, 0x88, 0x90, 0xA2, 0xB6, 0xE0, 0x94, 0x13, 0x40, 0x0F, 0x90, 0x01, 0xC1, -+0xE0, 0x44, 0x10, 0xF0, 0x90, 0x01, 0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1D, 0x90, 0xA2, 0xB6, 0x31, -+0x20, 0x11, 0x52, 0xD3, 0x90, 0xA2, 0xB7, 0xE0, 0x94, 0x32, 0x90, 0xA2, 0xB6, 0xE0, 0x94, 0x00, -+0x40, 0xC5, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE3, 0xBE, 0x90, 0x01, 0xC7, 0x74, 0xFE, 0xF0, 0x22, -+0xE4, 0x75, 0xF0, 0x01, 0x02, 0x08, 0xD6, 0x90, 0x01, 0x9A, 0xE0, 0x54, 0xC0, 0x44, 0x0B, 0x51, -+0x0C, 0x90, 0x01, 0x98, 0xE0, 0x54, 0xC0, 0x7F, 0x00, 0xB4, 0x40, 0x02, 0x7F, 0x01, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xC7, 0xEE, 0xF0, 0xA3, 0x31, 0x80, 0x90, 0xA3, -+0xC7, 0xD1, 0xCC, 0xE0, 0x60, 0x23, 0xC3, 0x90, 0xA3, 0xCA, 0xE0, 0x94, 0xE8, 0x90, 0xA3, 0xC9, -+0xE0, 0x94, 0x03, 0x40, 0x0B, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x00, 0x80, 0x0B, -+0x90, 0xA3, 0xC9, 0x31, 0x20, 0x51, 0x0D, 0x80, 0xD5, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x62, 0xC3, 0x71, 0xA7, 0x75, 0x43, 0x05, -+0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x9F, 0x12, 0x34, 0x62, 0x90, 0xA1, 0xA1, 0x51, 0x01, 0xEF, 0x78, -+0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xA1, 0xA9, 0xEE, 0xF0, 0xA3, 0xEF, -+0xF0, 0x90, 0xA1, 0xA2, 0x51, 0x01, 0xEF, 0x78, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, -+0xFF, 0x90, 0xA1, 0xAB, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA1, 0xA3, 0x51, 0x01, 0x90, 0xA1, -+0xAD, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA1, 0x9F, 0xE0, 0x30, 0xE0, 0x13, 0x90, 0xA1, 0xA4, -+0x74, 0x01, 0xF0, 0xA3, 0xF0, 0xA3, 0x31, 0x81, 0x90, 0x07, 0x83, 0xE0, 0x44, 0x20, 0xF0, 0x22, -+0xE4, 0x90, 0xA1, 0xA4, 0x12, 0x58, 0x8C, 0xA3, 0xF0, 0x90, 0x07, 0x83, 0xE0, 0x54, 0xDF, 0xF0, -+0x22, 0xE0, 0xFF, 0x7E, 0x00, 0x7C, 0x01, 0x7D, 0x40, 0x02, 0x07, 0x03, 0xF0, 0x7F, 0x0A, 0x7E, -+0x00, 0x02, 0x3D, 0x7A, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0xCF, 0x12, 0x47, -+0xF3, 0x7F, 0x96, 0x7E, 0x02, 0x31, 0x3F, 0xEF, 0x60, 0x4C, 0x90, 0x01, 0x17, 0xE0, 0xFE, 0x90, -+0x01, 0x16, 0x12, 0x7F, 0xD3, 0xFE, 0xEF, 0x24, 0x01, 0xFF, 0xE4, 0x3E, 0xFE, 0x90, 0xA3, 0xD2, -+0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0xA3, 0xD2, 0xE0, 0xFD, 0x90, 0x02, 0x94, -+0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0xA3, 0xCF, 0x71, 0xAE, 0x24, 0x02, 0xFF, 0xE4, 0x33, 0xFE, 0x51, -+0x7B, 0x90, 0xA3, 0xD2, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0xA3, 0xCF, 0x12, 0x47, 0xEA, 0x71, 0x39, -+0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xFC, 0xED, 0x2C, 0x24, -+0x00, 0x51, 0xCC, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, 0xF3, 0x74, 0x00, 0x2D, 0x51, 0xCC, 0xEF, -+0xF0, 0xEE, 0x54, 0x3F, 0xFF, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xEF, -+0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x54, 0xF0, 0xF0, 0x74, -+0x03, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x80, 0xF0, 0x74, 0x0B, 0x2D, -+0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, -+0xFB, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFF, 0x90, 0xA0, 0xC0, -+0xE0, 0xFE, 0x90, 0xA0, 0xBF, 0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, 0x01, 0x80, 0x02, 0x7E, 0x00, -+0xEE, 0x64, 0x01, 0x60, 0x3F, 0xED, 0xD1, 0xE0, 0xFA, 0x7B, 0x01, 0x51, 0x14, 0x7F, 0x01, 0xEF, -+0x60, 0x32, 0x90, 0xA0, 0xBF, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x02, 0x80, 0x02, 0x7F, 0x00, -+0xEF, 0x60, 0x05, 0xE4, 0x90, 0xA0, 0xBF, 0xF0, 0x90, 0xA0, 0xC0, 0xE0, 0xFF, 0x90, 0xA0, 0xBF, -+0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x07, 0x90, 0x9F, 0x13, -+0xE0, 0x44, 0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA3, 0xCB, 0xEF, 0xF0, 0xA3, 0x12, -+0x47, 0xF3, 0x90, 0xA3, 0xEF, 0xE0, 0xFE, 0x04, 0xF0, 0x90, 0x00, 0x01, 0xEE, 0x12, 0x06, 0xE1, -+0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, -+0x90, 0xA3, 0xCC, 0x12, 0x47, 0xEA, 0x71, 0xA7, 0x75, 0x43, 0x02, 0xD0, 0x01, 0xD0, 0x02, 0xD0, -+0x03, 0x12, 0x34, 0x62, 0x90, 0xA3, 0xCB, 0xE0, 0x24, 0x02, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, -+0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xA3, 0x12, 0x47, 0xEA, 0xE9, 0x24, 0x02, 0xF9, 0xE4, -+0x3A, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x90, 0xA3, 0xCC, 0x71, 0xAE, 0xF5, 0x43, 0xD0, 0x01, -+0xD0, 0x02, 0xD0, 0x03, 0x02, 0x34, 0x62, 0x8B, 0x40, 0x8A, 0x41, 0x89, 0x42, 0x22, 0x12, 0x47, -+0xEA, 0x90, 0x00, 0x0E, 0x02, 0x06, 0xA2, 0x90, 0xA2, 0x28, 0x12, 0x84, 0x44, 0x30, 0xE0, 0x68, -+0x90, 0xA1, 0xB3, 0xE0, 0x30, 0xE0, 0x61, 0x90, 0xA2, 0x2C, 0x31, 0x20, 0x90, 0xA2, 0x28, 0xE0, -+0x54, 0xBF, 0xF0, 0xE4, 0x90, 0xA3, 0x9D, 0xF0, 0x90, 0xA1, 0xCB, 0xE0, 0x24, 0xFB, 0x90, 0xA3, -+0x9E, 0xD1, 0xD5, 0x91, 0x29, 0x90, 0xA2, 0xEE, 0xF0, 0x90, 0xA1, 0xF1, 0xE0, 0xFF, 0xC4, 0x54, -+0x0F, 0x30, 0xE0, 0x21, 0xEF, 0x54, 0xEF, 0xF0, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x20, 0xE0, 0x28, -+0x12, 0x54, 0x75, 0x75, 0xF0, 0x13, 0x12, 0x8A, 0xB5, 0xEF, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, -+0x7E, 0x01, 0x02, 0x50, 0x1A, 0x90, 0xA2, 0xEE, 0xE0, 0xFF, 0x64, 0x03, 0x60, 0x04, 0xEF, 0xB4, -+0x01, 0x06, 0x12, 0x57, 0xF8, 0x12, 0x53, 0x41, 0x22, 0x90, 0xA1, 0xB3, 0xE0, 0xC3, 0x13, 0x54, -+0x07, 0x75, 0xF0, 0x13, 0x90, 0xA1, 0xB9, 0x12, 0x47, 0xDE, 0xE0, 0x54, 0x07, 0x22, 0x90, 0xA2, -+0x28, 0x12, 0x84, 0x44, 0x30, 0xE0, 0x16, 0x90, 0xA1, 0xB3, 0xE0, 0xFF, 0x30, 0xE0, 0x0E, 0x91, -+0x2D, 0xFE, 0xF1, 0xAA, 0xEE, 0x60, 0x03, 0xB4, 0x02, 0x03, 0x12, 0x53, 0x41, 0x22, 0x90, 0xA0, -+0xD5, 0xE0, 0xFF, 0x30, 0xE0, 0x3F, 0x90, 0xA0, 0xD9, 0xE0, 0x7E, 0x00, 0xB4, 0x02, 0x02, 0x7E, -+0x01, 0x90, 0xA0, 0xD8, 0xE0, 0x7D, 0x00, 0xB4, 0x04, 0x02, 0x7D, 0x01, 0xED, 0x4E, 0x70, 0x25, -+0xEF, 0xC3, 0x13, 0x30, 0xE0, 0x04, 0xB1, 0x2C, 0x80, 0x1B, 0x91, 0xA7, 0x90, 0xA0, 0xD9, 0xE0, -+0xB4, 0x08, 0x06, 0xE4, 0xFD, 0x7F, 0x0C, 0x80, 0x09, 0x90, 0xA0, 0xD9, 0xE0, 0x70, 0x06, 0xFD, -+0x7F, 0x04, 0x12, 0x51, 0x32, 0x80, 0x97, 0x90, 0xA0, 0xD5, 0x12, 0x5E, 0xE9, 0x30, 0xE0, 0x0B, -+0x91, 0xC2, 0x60, 0x07, 0x7D, 0x01, 0x7F, 0x02, 0x12, 0x51, 0x32, 0x91, 0xC2, 0x60, 0x02, 0x91, -+0xC9, 0x22, 0x90, 0xA0, 0xD9, 0xE0, 0x64, 0x02, 0x22, 0x90, 0xA0, 0xDF, 0xE0, 0x64, 0x02, 0x60, -+0x10, 0x12, 0x61, 0x32, 0x60, 0x0B, 0xF1, 0xBF, 0xEF, 0x70, 0x06, 0xFD, 0x7F, 0x0C, 0x12, 0x51, -+0x32, 0x22, 0x90, 0xA0, 0xD5, 0xE0, 0xFF, 0x30, 0xE0, 0x40, 0x90, 0xA0, 0xD9, 0xE0, 0x7E, 0x00, -+0xB4, 0x02, 0x02, 0x7E, 0x01, 0x90, 0xA0, 0xD8, 0xE0, 0x7D, 0x00, 0xB4, 0x04, 0x02, 0x7D, 0x01, -+0xED, 0x4E, 0x70, 0x26, 0xEF, 0xC3, 0x13, 0x30, 0xE0, 0x04, 0xB1, 0x2C, 0x80, 0x1C, 0xB1, 0x47, -+0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x0C, 0x06, 0xE4, 0xFD, 0x7F, 0x08, 0x80, 0x0A, 0x90, 0xA0, 0xD9, -+0xE0, 0xB4, 0x04, 0x06, 0xE4, 0xFD, 0xFF, 0x12, 0x51, 0x32, 0x61, 0xB7, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x12, 0x5F, 0x13, 0xBF, 0x01, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x02, 0x12, -+0x5D, 0x49, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x01, 0x57, 0xE0, 0x60, 0x1A, 0xD1, 0x7D, 0xF0, -+0x12, 0x87, 0xD7, 0x30, 0xE0, 0x02, 0xC1, 0x14, 0xB1, 0xFB, 0x40, 0x0B, 0xE4, 0xFF, 0x12, 0x5E, -+0xC9, 0xBF, 0x01, 0x03, 0xB1, 0x68, 0xF0, 0x22, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xFB, 0x22, 0x12, -+0x5E, 0x3B, 0x30, 0xE0, 0x0B, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x02, 0xD1, 0xBC, -+0x12, 0x87, 0xD7, 0x30, 0xE0, 0x08, 0xD1, 0x14, 0x54, 0x07, 0x70, 0x39, 0x80, 0x34, 0xB1, 0xFB, -+0x40, 0x30, 0x12, 0x57, 0xE6, 0x70, 0x2E, 0x12, 0x61, 0x32, 0x70, 0x06, 0xB1, 0xC6, 0xB1, 0x68, -+0xF0, 0x22, 0xB1, 0xC6, 0x90, 0xA0, 0xE9, 0xE0, 0x04, 0xF0, 0xE0, 0xD3, 0x94, 0x02, 0x40, 0x0A, -+0xB1, 0x68, 0xF0, 0xE4, 0x90, 0xA0, 0xE9, 0xF0, 0x80, 0x02, 0xD1, 0x20, 0xE4, 0x90, 0xA0, 0xE8, -+0xF0, 0x22, 0x12, 0x60, 0x47, 0x22, 0xD1, 0x08, 0x40, 0x30, 0x90, 0xA0, 0xF9, 0xE0, 0x04, 0xF0, -+0x90, 0xA1, 0x3B, 0xE0, 0xFF, 0x90, 0xA0, 0xF9, 0xE0, 0xD3, 0x9F, 0x50, 0x1D, 0x90, 0xA0, 0xF1, -+0xE0, 0x04, 0xD1, 0x31, 0x90, 0xA0, 0xF8, 0xF0, 0xFB, 0x90, 0xA0, 0xF1, 0xE0, 0xFF, 0xA3, 0xE0, -+0xFD, 0x90, 0xA3, 0xE2, 0x74, 0x04, 0xF0, 0x12, 0xB2, 0x85, 0x22, 0x90, 0xA0, 0xE8, 0xE0, 0x04, -+0xF0, 0x90, 0xA0, 0xE3, 0xE0, 0x54, 0xEF, 0xF0, 0x90, 0xA1, 0x3C, 0xE0, 0xFF, 0x90, 0xA0, 0xE8, -+0xE0, 0xD3, 0x9F, 0x22, 0xEF, 0x54, 0xFB, 0xF0, 0x90, 0xA0, 0xE3, 0xE0, 0x54, 0xFD, 0xF0, 0x22, -+0xD1, 0x85, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x0C, 0x60, 0x06, 0x12, 0x53, 0x2D, 0x12, 0x84, 0x4B, -+0x22, 0xF0, 0x90, 0xA0, 0xE8, 0xE0, 0x75, 0xF0, 0x03, 0xA4, 0x24, 0xFE, 0xFF, 0x90, 0xA0, 0xE7, -+0xE0, 0x2F, 0x22, 0xE4, 0xFF, 0x12, 0x5E, 0xC9, 0xBF, 0x01, 0x12, 0x90, 0xA0, 0xDF, 0xE0, 0x60, -+0x0C, 0x12, 0x61, 0x32, 0x64, 0x02, 0x60, 0x03, 0x02, 0xAD, 0x60, 0xD1, 0x20, 0x22, 0x12, 0x57, -+0xE6, 0x70, 0x16, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x10, 0xD1, 0x7A, 0xF0, 0x90, 0xA0, 0xDA, 0xE0, -+0xD1, 0x15, 0x54, 0x07, 0x70, 0x03, 0x12, 0x60, 0x47, 0x22, 0x90, 0x01, 0x57, 0xE4, 0xF0, 0x90, -+0x01, 0x3C, 0x74, 0x02, 0x22, 0x90, 0xA0, 0xDA, 0x12, 0x8C, 0xFE, 0x30, 0xE0, 0x05, 0x90, 0x01, -+0x5B, 0xE4, 0xF0, 0x90, 0x06, 0x92, 0x74, 0x02, 0xF0, 0x90, 0x01, 0x3C, 0x74, 0x04, 0xF0, 0xE4, -+0x90, 0xA3, 0x9D, 0xF0, 0x90, 0xA1, 0x3E, 0xE0, 0xC3, 0x13, 0x54, 0x7F, 0x90, 0xA3, 0x9E, 0xD1, -+0xC3, 0x12, 0x50, 0x1A, 0x90, 0xA0, 0xDA, 0xE0, 0x44, 0x08, 0xF0, 0x22, 0x7D, 0x02, 0x7F, 0x02, -+0x02, 0x5B, 0xCD, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x58, 0x7E, 0x01, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, -+0xF5, 0x82, 0x8E, 0x83, 0x22, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x60, 0x7E, 0x01, 0x02, 0x50, 0x1A, -+0x75, 0xF0, 0x0F, 0xA4, 0x24, 0x29, 0xF9, 0x74, 0xA0, 0x35, 0xF0, 0x22, 0x12, 0x57, 0xE6, 0x70, -+0x0B, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x05, 0xD1, 0x7A, 0x12, 0x50, 0x05, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x4F, 0x69, 0x11, 0xA5, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA0, -+0xE2, 0xE0, 0xFF, 0x60, 0x03, 0xB4, 0x08, 0x0D, 0xF1, 0x46, 0xBF, 0x01, 0x08, 0xD1, 0xFD, 0x90, -+0x01, 0xE5, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0xA0, 0xDA, 0xE0, 0x30, 0xE0, 0x18, 0x90, 0xA0, 0xD5, -+0xE0, 0xFF, 0x30, 0xE0, 0x0E, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0xF1, 0x9D, 0xBF, 0x01, 0x06, 0x80, -+0x02, 0x80, 0x00, 0xF1, 0x0E, 0x22, 0x90, 0xA1, 0x43, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x35, 0x90, -+0x02, 0x87, 0xE0, 0x60, 0x02, 0x80, 0x08, 0x90, 0x01, 0x00, 0xE0, 0x64, 0x3F, 0x60, 0x05, 0x75, -+0x0E, 0x01, 0x80, 0x22, 0x90, 0x02, 0x96, 0xE0, 0x60, 0x05, 0x75, 0x0E, 0x10, 0x80, 0x17, 0x90, -+0x02, 0x86, 0xE0, 0x20, 0xE1, 0x02, 0x80, 0x07, 0x90, 0x02, 0x86, 0xE0, 0x30, 0xE3, 0x05, 0x75, -+0x0E, 0x04, 0x80, 0x02, 0x80, 0x0F, 0x90, 0x01, 0xB9, 0x74, 0x08, 0xF0, 0x90, 0x01, 0xB8, 0xE5, -+0x0E, 0xF0, 0x7F, 0x00, 0x22, 0x90, 0x01, 0xB8, 0xE4, 0xF0, 0x7F, 0x01, 0x22, 0x90, 0xA0, 0xD8, -+0xE0, 0x64, 0x02, 0x7F, 0x01, 0x60, 0x02, 0x7F, 0x00, 0x22, 0x12, 0x57, 0x1E, 0x20, 0xE0, 0x08, -+0xC3, 0x13, 0x30, 0xE0, 0x09, 0x02, 0x57, 0xF8, 0x12, 0x57, 0x1E, 0x44, 0x04, 0xF0, 0x22, 0x90, -+0x04, 0x1A, 0xE0, 0xF4, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x90, 0x04, 0x1B, 0xE0, 0x54, 0x07, 0x64, -+0x07, 0x7F, 0x01, 0x60, 0x02, 0x7F, 0x00, 0x22, 0xF1, 0xBF, 0xEF, 0x70, 0x03, 0x12, 0x57, 0xB1, -+0x22, 0x90, 0xA1, 0x83, 0xE0, 0xFE, 0xC3, 0x13, 0x30, 0xE0, 0x16, 0xEF, 0xB4, 0x01, 0x05, 0x90, -+0xA1, 0x8A, 0x80, 0x03, 0x90, 0xA1, 0x86, 0x12, 0x4C, 0x4F, 0x7F, 0x58, 0x7E, 0x0C, 0x12, 0x38, -+0x07, 0x22, 0x7E, 0x00, 0x7F, 0x19, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x83, 0x12, 0x08, -+0xAA, 0x51, 0x18, 0x90, 0xA1, 0x8A, 0x12, 0x47, 0xC6, 0x90, 0xA1, 0x86, 0x12, 0x08, 0x6D, 0x90, -+0x9F, 0x19, 0xE0, 0xFF, 0x64, 0x02, 0x70, 0x1A, 0x31, 0x1A, 0x30, 0xE0, 0x02, 0x7E, 0x01, 0x90, -+0xA1, 0x92, 0xEE, 0xF0, 0x31, 0x1A, 0x30, 0xE1, 0x02, 0x7E, 0x01, 0x90, 0xA1, 0x93, 0xEE, 0xF0, -+0x80, 0x3A, 0xEF, 0x64, 0x01, 0x70, 0x15, 0x11, 0xB1, 0x30, 0xE0, 0x02, 0x7F, 0x01, 0x90, 0xA1, -+0x92, 0xEF, 0xF0, 0x11, 0xB1, 0x30, 0xE1, 0x02, 0x7F, 0x01, 0x80, 0x1B, 0x90, 0x9F, 0x19, 0xE0, -+0x64, 0x03, 0x70, 0x18, 0x11, 0xAA, 0x30, 0xE0, 0x02, 0x7F, 0x01, 0x90, 0xA1, 0x92, 0xEF, 0xF0, -+0x11, 0xAA, 0x30, 0xE1, 0x02, 0x7F, 0x01, 0x90, 0xA1, 0x93, 0xEF, 0xF0, 0x90, 0xFD, 0x68, 0xE0, -+0x44, 0x02, 0xF0, 0x7F, 0x01, 0x12, 0x8B, 0x4F, 0x11, 0xB8, 0x12, 0xAD, 0x08, 0x90, 0xA1, 0x69, -+0x74, 0x01, 0xF0, 0x90, 0xA1, 0x9F, 0xE0, 0x54, 0xFE, 0xF0, 0x90, 0x04, 0x8F, 0xE4, 0xF0, 0x90, -+0xA1, 0xB1, 0xE0, 0x54, 0xFE, 0xF0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0xFD, 0x78, 0xE0, 0x7F, 0x00, -+0x22, 0x90, 0xFD, 0x70, 0xE0, 0x7F, 0x00, 0x22, 0x7E, 0x00, 0x7F, 0x33, 0x7D, 0x00, 0x7B, 0x01, -+0x7A, 0xA1, 0x79, 0x50, 0x12, 0x08, 0xAA, 0x90, 0xA1, 0x51, 0x74, 0x0B, 0xF0, 0xA3, 0x74, 0x08, -+0xF0, 0x90, 0x9F, 0x19, 0xE0, 0xFC, 0x64, 0x02, 0x70, 0x15, 0x31, 0x1A, 0x30, 0xE2, 0x02, 0x7E, -+0x01, 0xEE, 0x12, 0x77, 0x8D, 0xFE, 0x90, 0xA1, 0x53, 0xE0, 0x54, 0xBF, 0x4E, 0xF0, 0x22, 0xEC, -+0x64, 0x01, 0x70, 0x09, 0x11, 0xB1, 0x30, 0xE2, 0x02, 0x7F, 0x01, 0x80, 0x0F, 0x90, 0x9F, 0x19, -+0xE0, 0x64, 0x03, 0x70, 0x14, 0x11, 0xAA, 0x30, 0xE2, 0x02, 0x7F, 0x01, 0xEF, 0x12, 0x77, 0x8D, -+0xFF, 0x90, 0xA1, 0x53, 0xE0, 0x54, 0xBF, 0x4F, 0xF0, 0x22, 0x90, 0xFD, 0x80, 0xE0, 0x7E, 0x00, -+0x22, 0x31, 0x33, 0x51, 0x32, 0x12, 0x65, 0x8B, 0x31, 0xD7, 0x12, 0x58, 0xE9, 0x31, 0xD2, 0x51, -+0x40, 0x01, 0x02, 0xE4, 0xFD, 0xFF, 0x51, 0x0C, 0xED, 0x70, 0x12, 0x31, 0x71, 0xC0, 0x83, 0xC0, -+0x82, 0x31, 0x69, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5E, 0x80, 0x0F, 0x31, 0x71, 0xC0, -+0x83, 0xC0, 0x82, 0x31, 0x69, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4E, 0xD0, 0x82, 0xD0, 0x83, -+0xF0, 0x31, 0x7C, 0x90, 0xA0, 0xD4, 0xEF, 0xF0, 0x22, 0xE0, 0xFE, 0x74, 0x01, 0xA8, 0x07, 0x08, -+0x22, 0x74, 0xC4, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA0, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x7D, 0x10, 0xED, 0x14, 0xF9, 0x24, 0xC4, 0x31, 0x74, 0xE0, 0x60, 0x3A, 0x7C, -+0x08, 0xEC, 0x14, 0x90, 0xA4, 0x0E, 0xF0, 0x74, 0xC4, 0x29, 0x31, 0x74, 0xE0, 0xFB, 0x7A, 0x00, -+0x90, 0xA4, 0x0E, 0xE0, 0x51, 0x58, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, -+0xEE, 0x5A, 0xFE, 0xEF, 0x5B, 0x4E, 0x60, 0x0F, 0xE9, 0x75, 0xF0, 0x08, 0xA4, 0xFF, 0x90, 0xA4, -+0x0E, 0xE0, 0x2F, 0x04, 0xFF, 0x80, 0x06, 0xDC, 0xC8, 0xDD, 0xBA, 0x7F, 0x00, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x51, 0x25, 0x02, 0x08, 0xAA, 0x7E, 0x00, 0x7F, 0x01, 0x7D, 0x00, 0x7B, 0x01, 0x7A, -+0xA0, 0x79, 0xD5, 0x12, 0x08, 0xAA, 0x90, 0xA0, 0xD5, 0xE0, 0x54, 0xFD, 0xF0, 0xE4, 0x12, 0x58, -+0x8D, 0xA3, 0x74, 0x0C, 0xF0, 0x90, 0xA2, 0x28, 0xE0, 0x54, 0xDF, 0x51, 0x01, 0x54, 0xE0, 0xF0, -+0x22, 0xF0, 0x90, 0xA2, 0x27, 0xE0, 0x54, 0x7F, 0xF0, 0xA3, 0xE0, 0x22, 0xEF, 0x13, 0x13, 0x13, -+0x54, 0x1F, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0x22, 0x7F, 0x58, 0x7E, 0x0C, 0x12, 0x37, 0xBC, 0x90, -+0xA1, 0x8A, 0x02, 0x08, 0x6D, 0x7E, 0x00, 0x7F, 0x04, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA1, 0x79, -+0x43, 0x22, 0xE4, 0x90, 0xA0, 0xBF, 0xF0, 0xA3, 0xF0, 0x90, 0xA0, 0x27, 0xF0, 0xA3, 0xF0, 0x22, -+0x7E, 0x00, 0x7F, 0x7F, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0xB3, 0x02, 0x08, 0xAA, 0xE0, -+0xF5, 0x82, 0x75, 0x83, 0x00, 0xED, 0x54, 0x07, 0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x07, 0x08, -+0x22, 0x8D, 0x1B, 0xAC, 0x07, 0x71, 0x8D, 0xF5, 0x83, 0x74, 0xFF, 0xF0, 0x75, 0xF0, 0x10, 0xEC, -+0x12, 0x73, 0xFC, 0xE0, 0xFB, 0x54, 0x7F, 0xF5, 0x1C, 0xEB, 0x54, 0x80, 0xF5, 0x1D, 0x75, 0xF0, -+0x04, 0xEC, 0x12, 0x6F, 0xE1, 0xE0, 0xF5, 0x1F, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x66, 0xFE, 0xC4, -+0x54, 0x03, 0xF5, 0x20, 0xE5, 0x1C, 0xF1, 0xCD, 0xB1, 0x64, 0xEC, 0xB1, 0x49, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x74, 0x12, 0x2C, 0x71, 0x99, 0xEB, 0xF0, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x66, 0xFE, -+0x13, 0x13, 0x54, 0x03, 0xF5, 0x1E, 0x74, 0x12, 0x2C, 0xF1, 0x7F, 0xE5, 0x1E, 0xF0, 0xE5, 0x1C, -+0x64, 0x2D, 0x70, 0x2B, 0x75, 0xF0, 0x04, 0xEC, 0x12, 0x66, 0xFE, 0xFF, 0x54, 0x03, 0xFE, 0xE5, -+0x1E, 0xC3, 0x9E, 0x50, 0x1A, 0x7B, 0x2C, 0x05, 0x1E, 0xE5, 0x1E, 0xF1, 0x78, 0xFE, 0x75, 0xF0, -+0x04, 0xEC, 0x90, 0x96, 0x14, 0x12, 0x47, 0xDE, 0xEF, 0x54, 0xF3, 0x4E, 0xF0, 0x61, 0x80, 0xE5, -+0x1C, 0xB4, 0x2C, 0x04, 0x7B, 0x2D, 0x61, 0x80, 0xE5, 0x1C, 0xC3, 0x95, 0x1F, 0x50, 0x59, 0xAD, -+0x1C, 0xAF, 0x20, 0xB1, 0x21, 0x8F, 0x1C, 0xAD, 0x1F, 0xAF, 0x20, 0xB1, 0x21, 0x8F, 0x1F, 0xE5, -+0x1C, 0x04, 0xFD, 0xED, 0xD3, 0x95, 0x1F, 0x50, 0x22, 0xED, 0xF1, 0x87, 0x75, 0xF0, 0x08, 0xEC, -+0x12, 0x73, 0xCA, 0x51, 0x4F, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0x8E, -+0x60, 0x06, 0x8D, 0x1C, 0xAB, 0x1C, 0x80, 0x03, 0x0D, 0x80, 0xD8, 0xAD, 0x03, 0xAF, 0x20, 0xB1, -+0x35, 0xAB, 0x07, 0x71, 0x8D, 0xF5, 0x83, 0xE0, 0xFD, 0xF4, 0x60, 0x34, 0xAF, 0x20, 0xB1, 0x35, -+0x71, 0x8D, 0xF5, 0x83, 0xEF, 0xF0, 0x80, 0x28, 0xE5, 0x1C, 0x65, 0x1F, 0x70, 0x19, 0x75, 0xF0, -+0x04, 0xEC, 0x12, 0x6E, 0x46, 0xC4, 0x13, 0x54, 0x07, 0x30, 0xE0, 0x20, 0xEB, 0x20, 0xE7, 0x1C, -+0xE5, 0x1C, 0x44, 0x80, 0xFB, 0x80, 0x09, 0x74, 0x12, 0x2C, 0x71, 0x99, 0xE5, 0x1F, 0xF0, 0xFB, -+0xAF, 0x04, 0xAD, 0x03, 0x85, 0x1E, 0x73, 0xAB, 0x1B, 0x12, 0x75, 0xED, 0x22, 0x74, 0x92, 0x2C, -+0xF5, 0x82, 0xE4, 0x34, 0x9B, 0x22, 0x74, 0x12, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x9E, 0xF5, 0x83, -+0x22, 0xE4, 0xFB, 0x7D, 0x01, 0xAF, 0x0F, 0x90, 0xA2, 0xCF, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0xAA, -+0x07, 0x75, 0xF0, 0x10, 0xEA, 0x12, 0x73, 0xFC, 0xE0, 0xF5, 0x1B, 0x54, 0x7F, 0xF5, 0x1D, 0x75, -+0xF0, 0x04, 0xEA, 0x12, 0x67, 0xE5, 0xE0, 0xF9, 0x75, 0xF0, 0x04, 0xEA, 0x12, 0x6F, 0xE1, 0xE0, -+0xFF, 0x75, 0xF0, 0x04, 0xEA, 0x12, 0x66, 0xFE, 0x13, 0x13, 0x54, 0x03, 0xF5, 0x1C, 0xE5, 0x1D, -+0x12, 0xBE, 0x67, 0xF1, 0xC3, 0x93, 0xFD, 0xEA, 0xB1, 0x49, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x75, -+0xF0, 0x04, 0xEA, 0x12, 0x66, 0xFE, 0xFE, 0xC4, 0x54, 0x03, 0x90, 0xA2, 0xD1, 0xF0, 0x74, 0x12, -+0x2A, 0x71, 0x99, 0xE5, 0x1D, 0xF0, 0x74, 0x12, 0x2A, 0xF1, 0x7F, 0xE5, 0x1C, 0xF0, 0xE5, 0x1D, -+0xD3, 0x9F, 0x40, 0x04, 0x8F, 0x1D, 0x8F, 0x1B, 0x90, 0xA2, 0xCF, 0xE0, 0xFF, 0x70, 0x02, 0xA1, -+0x15, 0x8F, 0x1E, 0xE5, 0x1B, 0x30, 0xE7, 0x05, 0x85, 0x1D, 0x1B, 0x15, 0x1E, 0xE5, 0x1E, 0x70, -+0x02, 0xA1, 0x15, 0xAF, 0x02, 0xAD, 0x1B, 0xF1, 0x98, 0xEF, 0xF4, 0x60, 0x0A, 0x8F, 0x1B, 0x15, -+0x1E, 0xE5, 0x1E, 0x70, 0x02, 0xA1, 0x15, 0xE5, 0x1B, 0x64, 0x2C, 0x70, 0x28, 0xE5, 0x1C, 0xD3, -+0x94, 0x00, 0x40, 0x21, 0xE5, 0x1C, 0xD3, 0x94, 0x02, 0x50, 0x1A, 0x15, 0x1C, 0x75, 0x1B, 0x2D, -+0xE5, 0x1C, 0xF1, 0x78, 0xFF, 0x75, 0xF0, 0x04, 0xEA, 0x12, 0x66, 0xFE, 0x54, 0xF3, 0x4F, 0xF0, -+0xD5, 0x1E, 0x19, 0xA1, 0x15, 0xE5, 0x1B, 0xB4, 0x2D, 0x12, 0xE5, 0x1C, 0xD3, 0x94, 0x02, 0x50, -+0x0B, 0x75, 0x1B, 0x2C, 0x15, 0x1E, 0xE5, 0x1E, 0x70, 0x02, 0xA1, 0x15, 0xE5, 0x1E, 0x70, 0x02, -+0xA1, 0x15, 0xE5, 0x1D, 0xD3, 0x99, 0x40, 0x79, 0xE4, 0x90, 0xA2, 0xD2, 0xF0, 0x90, 0xA2, 0xD1, -+0xE0, 0xFF, 0xAD, 0x1D, 0xB1, 0x21, 0x8F, 0x1D, 0x85, 0x1D, 0x1B, 0xE0, 0xFF, 0xAD, 0x01, 0xB1, -+0x21, 0xA9, 0x07, 0x90, 0xA2, 0xD3, 0xE5, 0x1B, 0xF0, 0xE5, 0x1D, 0x14, 0xFD, 0xED, 0xC3, 0x99, -+0x40, 0x3C, 0xED, 0xF1, 0x87, 0x75, 0xF0, 0x08, 0xEA, 0x12, 0x73, 0xCA, 0x51, 0x4F, 0x80, 0x05, -+0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xF1, 0x8E, 0x60, 0x20, 0xE5, 0x1D, 0x90, 0xA2, 0xD3, -+0xB4, 0x14, 0x05, 0x74, 0x0C, 0xF0, 0x80, 0x02, 0xED, 0xF0, 0x90, 0xA2, 0xD2, 0xE0, 0x04, 0xF0, -+0xE0, 0x65, 0x1E, 0x60, 0x09, 0xA3, 0xE0, 0xD3, 0x99, 0x40, 0x03, 0x1D, 0x80, 0xBF, 0x90, 0xA2, -+0xD3, 0xE0, 0xF5, 0x1B, 0x90, 0xA2, 0xD1, 0xE0, 0xFF, 0xAD, 0x1B, 0xB1, 0x35, 0x8F, 0x1B, 0x80, -+0x04, 0xAF, 0x01, 0x8F, 0x1B, 0xAF, 0x02, 0x85, 0x1C, 0x73, 0xE4, 0xFB, 0xAD, 0x1B, 0x02, 0x75, -+0xED, 0xEF, 0x60, 0x0A, 0xED, 0xC3, 0x94, 0x2C, 0x40, 0x04, 0x7E, 0x20, 0x80, 0x02, 0xE4, 0xFE, -+0xC3, 0xED, 0x9E, 0xFF, 0x22, 0xEF, 0x60, 0x0A, 0xED, 0xD3, 0x94, 0x0B, 0x40, 0x04, 0x7E, 0x20, -+0x80, 0x02, 0xE4, 0xFE, 0xED, 0x2E, 0xFF, 0x22, 0xE0, 0x25, 0xE0, 0x24, 0x91, 0xF5, 0x82, 0xE4, -+0x34, 0x94, 0xF5, 0x83, 0x22, 0x90, 0xA3, 0x71, 0xE0, 0x75, 0xF0, 0x1E, 0xA4, 0x24, 0x6F, 0xF5, -+0x82, 0xE4, 0x34, 0x44, 0xF5, 0x83, 0xE4, 0x93, 0xFE, 0x74, 0x01, 0x93, 0xFF, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x7A, 0xEF, 0xF0, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, -+0x80, 0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x12, 0x4C, -+0x58, 0xD1, 0x3A, 0x24, 0x73, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0xB1, 0x64, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x80, 0xD0, 0x07, 0xD0, 0x06, 0xD1, 0x37, -+0x24, 0x75, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0xB1, 0x64, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, -+0x12, 0x08, 0x79, 0x20, 0x04, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xD1, 0x37, 0x24, 0x77, 0xF5, -+0x82, 0xE4, 0x34, 0x44, 0xB1, 0x64, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xAA, 0xB9, 0x12, 0x08, 0x79, -+0x20, 0x00, 0x00, 0x00, 0xD0, 0x07, 0xD0, 0x06, 0xD1, 0x37, 0x24, 0x79, 0xF5, 0x82, 0xE4, 0x34, -+0x44, 0xB1, 0x64, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x00, 0x00, 0x07, -+0xFF, 0x90, 0xA3, 0x7F, 0xF1, 0x2E, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x4C, 0x5C, 0xD1, 0x3A, 0x24, -+0x7B, 0xF5, 0x82, 0xE4, 0x34, 0x44, 0xB1, 0x64, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA3, 0x25, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x07, 0xFF, 0x90, 0xA3, 0x7B, 0xF1, 0x2E, 0xD0, 0x07, 0xD0, 0x06, 0x12, -+0x4C, 0x5C, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x38, 0x07, 0x90, 0xA3, 0x7A, 0xE0, 0x75, 0xF0, -+0x1E, 0xA4, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x71, 0xEF, 0xF0, 0x90, -+0xA3, 0x25, 0x12, 0x08, 0x79, 0x80, 0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x00, 0x12, 0x4C, 0x58, 0xF1, 0x23, 0xE4, 0x7B, 0x12, 0x7A, 0x01, 0xF9, 0xF8, 0xD3, -+0x12, 0x47, 0xB5, 0x40, 0x2D, 0xF1, 0x23, 0xE4, 0x7B, 0xEE, 0x1A, 0xF8, 0xC3, 0x12, 0x47, 0xB5, -+0x50, 0x20, 0x90, 0xA3, 0x76, 0xF1, 0x26, 0xE4, 0x7B, 0x12, 0xF8, 0xD3, 0x12, 0x47, 0xB5, 0x50, -+0x4E, 0x90, 0xA3, 0x76, 0xF1, 0x26, 0xE4, 0x7B, 0xEE, 0x7A, 0x03, 0xF8, 0xC3, 0x12, 0x47, 0xB5, -+0x40, 0x3D, 0xB1, 0x55, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x03, 0xFF, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x01, 0x00, 0xD0, 0x07, 0xD0, 0x06, -+0x12, 0x4C, 0x5C, 0xB1, 0x55, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x03, -+0xFF, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x80, 0x38, 0xB1, -+0x55, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x00, 0x00, 0x03, 0xFF, 0xF1, -+0x23, 0xF1, 0x31, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x4C, 0x5C, 0xB1, 0x55, 0xC0, 0x06, 0xC0, 0x07, -+0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x03, 0xFF, 0x00, 0x00, 0x90, 0xA3, 0x76, 0x12, 0x47, 0xC6, -+0x78, 0x0F, 0x12, 0x08, 0x5A, 0xF1, 0x31, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x4C, 0x5C, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x90, 0xA3, 0x72, 0x12, 0x47, 0xC6, 0x78, 0x01, 0x02, 0x08, 0x47, 0x12, 0x47, -+0xC6, 0x90, 0xA3, 0x29, 0x02, 0x08, 0x6D, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x66, 0xFE, 0xF9, 0x12, -+0x6F, 0xDD, 0xE0, 0xFC, 0x71, 0x96, 0xE0, 0x54, 0x7F, 0xFD, 0x74, 0x12, 0x2F, 0xF1, 0x7F, 0xE0, -+0xFE, 0xF1, 0x78, 0xFB, 0x75, 0xF0, 0x04, 0xEF, 0x90, 0x96, 0x14, 0x12, 0x47, 0xDE, 0xE9, 0x54, -+0xF3, 0x4B, 0xF0, 0xED, 0xD3, 0x9C, 0x40, 0x02, 0xAD, 0x04, 0x71, 0x96, 0xE0, 0x54, 0x80, 0x42, -+0x05, 0x8E, 0x73, 0xE4, 0xFB, 0x02, 0x75, 0xED, 0x54, 0x03, 0x25, 0xE0, 0x25, 0xE0, 0x22, 0xF5, -+0x82, 0xE4, 0x34, 0x9C, 0xF5, 0x83, 0x22, 0x13, 0x13, 0x13, 0x54, 0x1F, 0xFF, 0x22, 0xFF, 0xEE, -+0x55, 0x83, 0xFE, 0xEF, 0x55, 0x82, 0x4E, 0x22, 0x7E, 0xFF, 0xED, 0xC3, 0x94, 0x33, 0x40, 0x19, -+0xED, 0xD3, 0x94, 0x35, 0x50, 0x13, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x6E, 0x46, 0xC4, 0x13, 0x54, -+0x07, 0x30, 0xE0, 0x05, 0xED, 0x14, 0x44, 0x80, 0xFE, 0xED, 0x14, 0xFD, 0x71, 0x96, 0xED, 0xF0, -+0xAF, 0x06, 0x22, 0xF5, 0x83, 0xE4, 0x93, 0xFC, 0x74, 0x01, 0x22, 0xE5, 0x11, 0x25, 0xE0, 0x24, -+0xB3, 0xF5, 0x82, 0xE4, 0x34, 0x41, 0x22, 0x7B, 0x01, 0x7A, 0xA1, 0x79, 0x9C, 0x12, 0xA5, 0x6E, -+0xB4, 0x02, 0x19, 0x90, 0xA3, 0xE7, 0xE0, 0x64, 0x04, 0x60, 0x0C, 0x7F, 0x40, 0x12, 0x6F, 0x67, -+0x90, 0xA3, 0xE7, 0xE0, 0x04, 0xF0, 0x22, 0xE4, 0x90, 0xA3, 0xE7, 0xF0, 0x22, 0x90, 0xA2, 0xC4, -+0x74, 0x0A, 0xF0, 0x90, 0xA2, 0xD2, 0x74, 0x06, 0xF0, 0x12, 0x06, 0x89, 0x90, 0xA2, 0xC6, 0x12, -+0x67, 0x95, 0x90, 0xA2, 0xC7, 0x12, 0x67, 0x06, 0x90, 0xA2, 0xC8, 0xF0, 0x12, 0x64, 0xE2, 0x11, -+0xCB, 0x90, 0xA2, 0xCA, 0x12, 0x62, 0x12, 0x90, 0xA2, 0xCB, 0x12, 0x6E, 0xBA, 0x02, 0x78, 0x06, -+0x12, 0x06, 0x89, 0xF5, 0x0F, 0x12, 0x67, 0x96, 0xF5, 0x12, 0x12, 0x67, 0x07, 0xF5, 0x13, 0x12, -+0x64, 0xE2, 0xF5, 0x14, 0x11, 0xCF, 0xF5, 0x15, 0x12, 0x62, 0x13, 0xF5, 0x16, 0x12, 0x7A, 0x79, -+0xF5, 0x17, 0xE5, 0x0F, 0x12, 0x47, 0xFC, 0xA0, 0x70, 0x00, 0xA0, 0x78, 0x01, 0xA0, 0x80, 0x02, -+0xA0, 0x88, 0x03, 0xA0, 0x90, 0x04, 0xA0, 0x98, 0x05, 0xA0, 0xA1, 0x06, 0x00, 0x00, 0xA0, 0xB8, -+0x75, 0x10, 0x02, 0x75, 0x11, 0x29, 0x80, 0x46, 0x75, 0x10, 0x06, 0x75, 0x11, 0x2A, 0x80, 0x3E, -+0x75, 0x10, 0x01, 0x75, 0x11, 0x31, 0x80, 0x36, 0x75, 0x10, 0x01, 0x75, 0x11, 0x32, 0x80, 0x2E, -+0x75, 0x10, 0x06, 0x75, 0x11, 0x33, 0x80, 0x26, 0x7B, 0x00, 0x7A, 0x00, 0x79, 0x12, 0x02, 0x9F, -+0xFD, 0x90, 0xA1, 0x94, 0xE5, 0x12, 0xF0, 0xA3, 0xE5, 0x13, 0xF0, 0xA3, 0xE5, 0x14, 0xF0, 0xA3, -+0xE5, 0x15, 0xF0, 0xA3, 0xE5, 0x16, 0xF0, 0x22, 0x75, 0x10, 0x01, 0x75, 0x11, 0xFF, 0x7B, 0x00, -+0x7A, 0x00, 0x79, 0x12, 0xAD, 0x10, 0xAF, 0x11, 0x02, 0x7F, 0x4A, 0x90, 0xA2, 0xC9, 0xF0, 0x90, -+0x00, 0x04, 0x02, 0x06, 0xA2, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x06, 0x89, 0x90, -+0xA2, 0xC4, 0x12, 0x67, 0x95, 0x90, 0xA2, 0xC5, 0x12, 0x67, 0x06, 0x90, 0xA2, 0xC6, 0xF0, 0x12, -+0x64, 0xE2, 0x90, 0xA2, 0xC7, 0x11, 0xCE, 0x90, 0xA2, 0xC8, 0x12, 0x91, 0x81, 0x90, 0xA1, 0x78, -+0xE0, 0x44, 0x40, 0xF0, 0x90, 0xA2, 0xC5, 0xE0, 0xB4, 0x0C, 0x06, 0xE5, 0x27, 0x70, 0x0E, 0x80, -+0x00, 0x12, 0x6E, 0xBB, 0x7D, 0x07, 0x7F, 0x30, 0x12, 0x7F, 0x4A, 0x8F, 0x0F, 0x90, 0xA2, 0xC5, -+0xE0, 0xB4, 0x0D, 0x0E, 0xE5, 0x0F, 0x64, 0x01, 0x60, 0x05, 0x75, 0x27, 0x01, 0x80, 0x03, 0xE4, -+0xF5, 0x27, 0xE5, 0x0F, 0xB4, 0x01, 0x05, 0x75, 0x10, 0x01, 0x80, 0x03, 0xE4, 0xF5, 0x10, 0x90, -+0xA2, 0xC4, 0xE0, 0xFB, 0xAD, 0x10, 0xE4, 0xFF, 0xF1, 0xA1, 0x7F, 0x04, 0x12, 0x6F, 0x67, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xF3, 0x90, 0xA2, 0xC0, 0xEF, 0xF0, 0x12, -+0x47, 0xFC, 0xA1, 0xCF, 0x00, 0xA1, 0xD7, 0x01, 0xA1, 0xE0, 0x10, 0xA1, 0xE8, 0x12, 0xA1, 0xF0, -+0x14, 0xA2, 0xFB, 0x15, 0xA1, 0xF8, 0x16, 0xA2, 0x00, 0x18, 0xA2, 0x09, 0x19, 0xA2, 0x11, 0x1A, -+0xA2, 0x1A, 0x20, 0xA2, 0x23, 0x24, 0xA2, 0x2C, 0x25, 0xA2, 0x34, 0x27, 0xA2, 0x3C, 0x28, 0xA2, -+0x44, 0x40, 0xA2, 0x4D, 0x42, 0xA2, 0x56, 0x47, 0xA2, 0x5F, 0x49, 0xA2, 0x67, 0x60, 0xA2, 0x70, -+0x61, 0xA2, 0x78, 0x62, 0xA2, 0x81, 0x63, 0xA2, 0x89, 0x64, 0xA2, 0x92, 0x65, 0xA2, 0x9A, 0x66, -+0xA2, 0xA2, 0x67, 0xA2, 0xAA, 0x68, 0xA2, 0xB2, 0x69, 0xA2, 0xBA, 0x6B, 0xA2, 0xC3, 0x6C, 0xA2, -+0xCB, 0x6D, 0xA2, 0xD4, 0x6E, 0xA2, 0xDC, 0x6F, 0xA2, 0xE4, 0x70, 0x00, 0x00, 0xA2, 0xEC, 0x90, -+0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x81, 0xCB, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x5F, 0x38, -+0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x61, 0xDF, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xA1, 0xB5, -+0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xA1, 0xA6, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x61, 0xB9, -+0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x78, 0xC7, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xE1, -+0x6D, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x67, 0x0D, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, -+0x02, 0x61, 0x39, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x5B, 0xD8, 0x90, 0xA2, 0xC1, 0x12, -+0x47, 0xEA, 0x81, 0x95, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x41, 0xFC, 0x90, 0xA2, 0xC1, 0x12, -+0x47, 0xEA, 0x61, 0x1C, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x74, 0x02, 0x90, 0xA2, 0xC1, -+0x12, 0x47, 0xEA, 0x02, 0x64, 0xE8, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x67, 0x9C, 0x90, -+0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xA1, 0xFD, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x62, 0xCF, -+0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xC1, 0x1B, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, 0x7F, -+0xA5, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xA1, 0x8A, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x02, -+0xAD, 0x91, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xA1, 0x98, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, -+0x81, 0x6A, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x01, 0xD5, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, -+0xA1, 0xC9, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x01, 0x30, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, -+0x02, 0x91, 0x88, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xA1, 0xE3, 0x90, 0xA2, 0xC1, 0x12, 0x47, -+0xEA, 0x02, 0x8A, 0x66, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0xE1, 0x40, 0x90, 0xA2, 0xC1, 0x12, -+0x47, 0xEA, 0xC1, 0x3B, 0x90, 0xA2, 0xC1, 0x12, 0x47, 0xEA, 0x80, 0x5D, 0x90, 0x01, 0xC0, 0xE0, -+0x44, 0x01, 0xF0, 0x90, 0xA2, 0xC0, 0xE0, 0x90, 0x01, 0xC2, 0xF0, 0x22, 0x71, 0x41, 0x90, 0xA1, -+0x43, 0x71, 0xAB, 0x12, 0x67, 0x94, 0x90, 0xA1, 0x44, 0x12, 0x67, 0x06, 0x90, 0xA1, 0x45, 0xF0, -+0xB1, 0x80, 0x90, 0xA1, 0x43, 0xE0, 0x54, 0x01, 0xFF, 0x02, 0x5A, 0x70, 0x71, 0x41, 0x90, 0xA1, -+0x47, 0xE0, 0x54, 0xFE, 0x4E, 0xF0, 0xEF, 0x54, 0x02, 0x33, 0x33, 0x33, 0x54, 0xF8, 0xFF, 0x90, -+0xA0, 0xDA, 0xE0, 0x54, 0xEF, 0x4F, 0xF0, 0x90, 0xA1, 0x47, 0xE0, 0x54, 0x01, 0xFF, 0x02, 0x58, -+0x94, 0x12, 0x06, 0x89, 0xFF, 0x54, 0x01, 0xFE, 0x22, 0x71, 0x41, 0x90, 0xA1, 0xB1, 0x71, 0xAB, -+0x4F, 0xF0, 0x30, 0xE0, 0x55, 0x90, 0x00, 0x40, 0xE0, 0x54, 0xBF, 0x44, 0xA0, 0xFD, 0x7F, 0x40, -+0x12, 0x48, 0xCF, 0x90, 0x00, 0x41, 0xE0, 0x44, 0x04, 0xFD, 0x7F, 0x41, 0x12, 0x48, 0xCF, 0x90, -+0x00, 0x6A, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x6A, 0x12, 0x48, 0xCF, 0x90, 0x07, 0x6E, 0x74, 0x55, -+0xF0, 0xA3, 0x74, 0x12, 0xF0, 0x90, 0x07, 0x78, 0xE0, 0x54, 0xF2, 0x44, 0x02, 0xF0, 0x90, 0x06, -+0xCC, 0xE0, 0x44, 0x03, 0xF0, 0x90, 0x07, 0x65, 0xE0, 0x54, 0xF5, 0xF0, 0x90, 0x05, 0x23, 0xE0, -+0x54, 0x7F, 0xF0, 0xE4, 0xFD, 0x7F, 0x66, 0x12, 0x48, 0xCF, 0x22, 0xE0, 0x54, 0xFE, 0x4E, 0xFE, -+0xF0, 0xEF, 0x54, 0x02, 0xFF, 0xEE, 0x54, 0xFD, 0x22, 0x12, 0x7F, 0xC1, 0x90, 0xA1, 0xBB, 0x12, -+0x67, 0x95, 0x90, 0xA1, 0xBC, 0x12, 0x67, 0x06, 0x90, 0xA1, 0xCE, 0xF0, 0x12, 0x64, 0xE2, 0x90, -+0xA1, 0xCF, 0x11, 0xCE, 0x90, 0xA1, 0xE1, 0x12, 0x62, 0x12, 0x90, 0xA1, 0xE2, 0xF0, 0x22, 0x12, -+0x67, 0xEB, 0x90, 0x04, 0x24, 0xE0, 0xF5, 0x0F, 0xE4, 0xFF, 0x12, 0x62, 0xC9, 0x8F, 0x82, 0x91, -+0x0E, 0x25, 0x0F, 0xFE, 0x75, 0xF0, 0x13, 0xEF, 0x90, 0xA1, 0xBF, 0x12, 0x47, 0xDE, 0xEE, 0xF0, -+0x0F, 0xEF, 0xB4, 0x03, 0xE5, 0x22, 0x90, 0xA3, 0xEA, 0x12, 0x47, 0xEA, 0x8E, 0x82, 0x75, 0x83, -+0x00, 0x02, 0x06, 0xA2, 0x90, 0xA3, 0xEA, 0x12, 0x47, 0xF3, 0xE4, 0xFE, 0x90, 0xFD, 0x50, 0xEF, -+0xF0, 0x64, 0x30, 0x60, 0x23, 0xA3, 0xED, 0xF0, 0xEE, 0xC3, 0x9D, 0x50, 0x0C, 0x91, 0x06, 0xFF, -+0x74, 0x52, 0x91, 0x61, 0xEF, 0xF0, 0x0E, 0x80, 0xEF, 0xEE, 0xC3, 0x94, 0x06, 0x50, 0x1B, 0x74, -+0x52, 0x91, 0x61, 0xE4, 0xF0, 0x0E, 0x80, 0xF1, 0xEE, 0xC3, 0x94, 0x07, 0x50, 0x0C, 0x91, 0x06, -+0xFF, 0x74, 0x51, 0x91, 0x61, 0xEF, 0xF0, 0x0E, 0x80, 0xEE, 0x90, 0xFD, 0x58, 0x74, 0x01, 0xF0, -+0x22, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFD, 0xF5, 0x83, 0x22, 0x12, 0x62, 0xC3, 0x12, 0x06, 0x89, -+0x90, 0xA1, 0x9C, 0x12, 0x67, 0x95, 0x90, 0xA1, 0x9D, 0x12, 0x67, 0x06, 0x90, 0xA1, 0x9E, 0xF0, -+0x90, 0xA1, 0x78, 0xE0, 0x44, 0x01, 0xF0, 0x12, 0x62, 0xC9, 0xB1, 0x6E, 0xB4, 0x02, 0x05, 0x7F, -+0x40, 0x12, 0x6F, 0x67, 0x22, 0x12, 0x06, 0x89, 0x90, 0xA1, 0x42, 0xF0, 0x60, 0x2C, 0x90, 0xA1, -+0x50, 0xE0, 0x20, 0xE0, 0x25, 0xE4, 0xFD, 0x7F, 0x04, 0x12, 0x51, 0x32, 0x12, 0x4F, 0xFB, 0x13, -+0x30, 0xE0, 0x17, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x20, 0xE0, 0x0E, 0xB1, 0x77, 0x30, 0xE0, -+0x04, 0x7F, 0x0D, 0x80, 0x02, 0x7F, 0x09, 0x12, 0x8B, 0x4F, 0x22, 0x90, 0x02, 0x09, 0xE0, 0xF5, -+0x0F, 0x12, 0x06, 0x89, 0x25, 0x0F, 0x90, 0x9F, 0xD0, 0x12, 0x67, 0x95, 0x25, 0x0F, 0x90, 0x9F, -+0xD1, 0x12, 0x67, 0x06, 0x25, 0x0F, 0x90, 0x9F, 0xD2, 0xF0, 0x12, 0x64, 0xE2, 0x25, 0x0F, 0x90, -+0x9F, 0xD3, 0x11, 0xCE, 0x25, 0x0F, 0x90, 0x9F, 0xD4, 0x12, 0x62, 0x12, 0x25, 0x0F, 0x90, 0x9F, -+0xD5, 0x12, 0x7A, 0x78, 0x25, 0x0F, 0x90, 0x9F, 0xD6, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0xA0, 0x28, 0xE0, 0xFF, 0x90, 0xA0, 0x27, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, -+0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x39, 0x90, 0xA0, 0x27, 0xE0, 0xFE, 0xB1, 0x65, 0xE0, 0xFD, -+0xEE, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xD8, 0xF9, 0x74, 0x9F, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xAF, -+0x05, 0x31, 0x54, 0x90, 0xA0, 0x27, 0x12, 0x7F, 0xAB, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, -+0x05, 0xE4, 0x90, 0xA0, 0x27, 0xF0, 0x12, 0x74, 0xD8, 0x90, 0x9F, 0x13, 0xE0, 0x44, 0x02, 0xF0, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x75, 0xF0, 0x08, 0x90, 0x9F, 0xD7, 0x02, 0x47, 0xDE, 0x7D, 0x03, -+0x7F, 0x11, 0x12, 0x7F, 0x4A, 0xEF, 0x22, 0x90, 0xA1, 0x41, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x22, -+0x90, 0xA1, 0x44, 0xE0, 0x14, 0x90, 0xA1, 0x46, 0xF0, 0x22, 0x90, 0xA1, 0x78, 0xE0, 0x44, 0x10, -+0xF0, 0x7D, 0x01, 0x7F, 0x1B, 0x02, 0x7F, 0xDC, 0x12, 0x06, 0x89, 0x90, 0xA1, 0x92, 0x12, 0x67, -+0x95, 0x90, 0xA1, 0x93, 0xF0, 0x22, 0x12, 0x06, 0x89, 0x54, 0x01, 0xFF, 0x90, 0xA2, 0x32, 0xE0, -+0x54, 0xFE, 0x4F, 0xF0, 0x22, 0x12, 0x06, 0x89, 0xFF, 0x90, 0xA0, 0xC3, 0xF0, 0xBF, 0x01, 0x08, -+0x12, 0x6E, 0xC2, 0xE4, 0x90, 0xA0, 0xC3, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA1, 0x79, 0xE0, 0x44, 0x01, 0xF0, 0x7D, 0x01, 0x7F, 0x28, 0x12, 0x7F, 0xDC, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x12, 0x62, 0xC3, 0x12, 0x06, 0x89, 0x90, 0xA1, 0xAF, 0x12, 0x67, 0x95, 0x90, -+0xA1, 0xB0, 0xF0, 0x12, 0x62, 0xC9, 0x7D, 0x02, 0x7F, 0x38, 0x02, 0x7F, 0x4A, 0x12, 0x67, 0x96, -+0xF5, 0x0F, 0x12, 0x67, 0x07, 0xF5, 0x10, 0x12, 0x06, 0x89, 0xF5, 0x11, 0x90, 0x9F, 0x1A, 0xF0, -+0xE5, 0x0F, 0x60, 0x06, 0xFD, 0xAF, 0x10, 0x12, 0x6D, 0x5C, 0x22, 0x90, 0xA1, 0x78, 0xE0, 0x44, -+0x04, 0xF0, 0x7D, 0x01, 0x7F, 0x23, 0x12, 0x7F, 0x4A, 0x8F, 0x0F, 0xE5, 0x0F, 0xB4, 0x03, 0x0A, -+0xE4, 0xFF, 0x12, 0x89, 0xD5, 0x7F, 0x04, 0x12, 0x6F, 0x67, 0x22, 0x12, 0x06, 0x89, 0x54, 0x01, -+0x33, 0x33, 0x33, 0x54, 0xF8, 0xFF, 0x90, 0xA1, 0x75, 0xE0, 0x54, 0xF7, 0x4F, 0xF0, 0x12, 0x8C, -+0xFE, 0x90, 0x07, 0x65, 0x30, 0xE0, 0x04, 0x74, 0x18, 0xF0, 0x22, 0xE4, 0xF0, 0x22, 0x12, 0x4F, -+0xFB, 0x13, 0x30, 0xE0, 0x21, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x20, 0xE0, 0x18, 0x12, 0x87, -+0xC6, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x0B, 0xB1, 0x77, 0x30, 0xE0, 0x04, 0x7F, 0x0D, 0x80, -+0x02, 0x7F, 0x09, 0x12, 0x8B, 0x4F, 0x22, 0xE4, 0x90, 0xA2, 0xEE, 0xF0, 0x90, 0xA0, 0xDF, 0xE0, -+0x70, 0x02, 0xE1, 0x26, 0x12, 0x57, 0xE6, 0x60, 0x02, 0xE1, 0x26, 0xF1, 0x27, 0x12, 0x4F, 0xD8, -+0x12, 0x47, 0xA8, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x12, 0x4F, -+0xF2, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, -+0xA8, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x4F, 0xF2, 0x78, 0x18, 0x12, -+0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xF1, 0x37, 0x90, 0xA0, 0xDB, 0xE0, -+0x44, 0x80, 0x12, 0x8C, 0x0B, 0xE4, 0x90, 0xA0, 0xE6, 0xF0, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, -+0x16, 0x90, 0xA0, 0xD9, 0xE0, 0xB4, 0x02, 0x05, 0xE4, 0x90, 0xA2, 0xEE, 0xF0, 0x12, 0x5F, 0x13, -+0xEF, 0x70, 0x04, 0x90, 0xA2, 0xEE, 0xF0, 0x90, 0xA2, 0xEE, 0xE0, 0x60, 0x19, 0xF1, 0x2F, 0xE4, -+0x90, 0xA3, 0x9D, 0xF0, 0x90, 0xA0, 0xE7, 0x12, 0x50, 0x0E, 0x90, 0xA0, 0xE2, 0xE0, 0x20, 0xE2, -+0x03, 0x12, 0x51, 0x2E, 0xD1, 0x5E, 0x22, 0x90, 0xA0, 0xE5, 0xE0, 0x90, 0x05, 0x73, 0x22, 0x90, -+0xA0, 0xE3, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0x12, 0x47, 0xA8, 0x90, 0xA1, 0x32, 0x02, 0x08, 0x6D, -+0x12, 0x06, 0x89, 0x54, 0x01, 0x25, 0xE0, 0x12, 0x8F, 0xDB, 0x54, 0xFB, 0x4F, 0xF0, 0xE0, 0x13, -+0x13, 0x54, 0x3F, 0x30, 0xE0, 0x08, 0x90, 0x07, 0x65, 0xE0, 0x44, 0x18, 0xF0, 0x22, 0x90, 0xA1, -+0x99, 0xE0, 0x20, 0xE0, 0x07, 0x90, 0x07, 0x65, 0xE0, 0x54, 0xE7, 0xF0, 0x22, 0x12, 0x7F, 0xC1, -+0xFF, 0x54, 0x01, 0xC4, 0x33, 0x54, 0xE0, 0xFE, 0x90, 0xA2, 0x28, 0xE0, 0x54, 0xDF, 0x4E, 0xF0, -+0xEF, 0x54, 0xFE, 0xC3, 0x13, 0xFF, 0x90, 0xA2, 0x27, 0xE0, 0x54, 0x80, 0x12, 0x67, 0x94, 0x90, -+0xA2, 0x29, 0x12, 0x67, 0x06, 0x90, 0xA2, 0x2A, 0xF0, 0x12, 0x64, 0xE2, 0x90, 0xA2, 0x2B, 0xF0, -+0x22, 0x90, 0xA3, 0x44, 0x74, 0x0B, 0xF0, 0x90, 0xA3, 0x52, 0x74, 0x07, 0xF0, 0x90, 0xA3, 0x46, -+0xEF, 0xF0, 0x60, 0x32, 0x90, 0xFD, 0x63, 0xE0, 0x90, 0xA3, 0x47, 0xF0, 0x90, 0xFD, 0x61, 0xE0, -+0x90, 0xA3, 0x48, 0xF0, 0x90, 0xFD, 0x64, 0xE0, 0x90, 0xA3, 0x49, 0xF0, 0x90, 0xFD, 0x65, 0xE0, -+0x90, 0xA3, 0x4A, 0xF0, 0x90, 0xFD, 0x66, 0xE0, 0x90, 0xA3, 0x4B, 0xF0, 0x90, 0xFD, 0x67, 0xE0, -+0x90, 0xA3, 0x4C, 0xF0, 0x80, 0x0D, 0x90, 0xA3, 0x47, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0xE4, 0xA3, -+0x12, 0x58, 0x8C, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x44, 0x02, 0x78, 0x06, 0x90, 0xA2, 0xEF, 0x71, -+0xAD, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x21, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA2, 0xF4, 0xF0, 0x7D, -+0x01, 0x12, 0x56, 0x2A, 0xEF, 0x64, 0x01, 0x70, 0x03, 0x12, 0x87, 0x11, 0x90, 0xA2, 0xF4, 0xE0, -+0xFF, 0x7D, 0x02, 0x12, 0x53, 0x36, 0x80, 0x03, 0x12, 0x87, 0x11, 0x90, 0x04, 0x1F, 0x74, 0x20, -+0xF0, 0x22, 0x90, 0xA2, 0xEE, 0xEF, 0xF0, 0x7F, 0x03, 0x12, 0x82, 0x88, 0x12, 0x87, 0xC6, 0x90, -+0xA1, 0x63, 0x30, 0xE0, 0x05, 0x74, 0x05, 0xF0, 0x80, 0x03, 0xE0, 0x04, 0xF0, 0x90, 0xA1, 0x54, -+0x12, 0x7A, 0x7F, 0x20, 0xE0, 0x09, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x38, 0x12, -+0x87, 0xC6, 0x30, 0xE0, 0x0A, 0x90, 0xA1, 0x51, 0xE0, 0xFF, 0x90, 0xA1, 0x61, 0x80, 0x21, 0x90, -+0xA2, 0xEE, 0xE0, 0xFC, 0xB4, 0x01, 0x0D, 0x90, 0xA1, 0x51, 0xE0, 0xFE, 0x90, 0xA1, 0x60, 0xE0, -+0xC3, 0x9E, 0x80, 0x0F, 0xEC, 0xB4, 0x04, 0x0F, 0x90, 0xA1, 0x52, 0xE0, 0xFF, 0x90, 0xA1, 0x60, -+0xE0, 0xC3, 0x9F, 0x90, 0xA1, 0x67, 0xF0, 0x71, 0x74, 0x30, 0xE0, 0x22, 0x71, 0x6D, 0x54, 0x07, -+0x20, 0xE0, 0x02, 0x21, 0x26, 0x71, 0x8E, 0x50, 0x0A, 0xEF, 0x25, 0xE0, 0x25, 0xE0, 0xFB, 0xE4, -+0xFD, 0x80, 0x05, 0x7B, 0x7F, 0x7D, 0xFF, 0xE4, 0xFF, 0x12, 0xA7, 0xFC, 0x80, 0x68, 0x90, 0xA1, -+0x50, 0xE0, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x45, 0x71, 0x97, 0xFD, 0x7F, 0x04, 0x12, 0x51, 0x32, -+0x12, 0x84, 0x41, 0x30, 0xE0, 0x37, 0x12, 0x87, 0x9F, 0xF0, 0x54, 0xFB, 0xF0, 0xE4, 0x90, 0xA1, -+0x66, 0xF0, 0x90, 0xA1, 0x63, 0xF0, 0x90, 0xA2, 0xEE, 0xE0, 0xFF, 0xB4, 0x01, 0x08, 0x90, 0xA1, -+0x58, 0x74, 0x06, 0xF0, 0x80, 0x0A, 0xEF, 0xB4, 0x04, 0x06, 0x90, 0xA1, 0x58, 0x74, 0x07, 0xF0, -+0x90, 0xA1, 0x42, 0xE0, 0x60, 0x07, 0x90, 0xA1, 0x57, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0xA2, 0xEE, -+0xE0, 0xB4, 0x01, 0x04, 0x7D, 0x06, 0x80, 0x09, 0x90, 0xA2, 0xEE, 0xE0, 0xB4, 0x04, 0x07, 0x7D, -+0x0C, 0x7F, 0x6F, 0x12, 0x53, 0x36, 0x90, 0xA1, 0x54, 0x12, 0x8C, 0xFE, 0x30, 0xE0, 0x24, 0x90, -+0xA1, 0x67, 0xE0, 0xFE, 0xC3, 0x94, 0x20, 0x50, 0x0F, 0xEE, 0x7D, 0x00, 0x25, 0xE0, 0x25, 0xE0, -+0xFC, 0x90, 0x9F, 0xD5, 0xE0, 0xFF, 0x80, 0x09, 0x90, 0x9F, 0xD5, 0xE0, 0xFF, 0x7D, 0xFF, 0x7C, -+0x7F, 0x31, 0x9C, 0x90, 0xA1, 0x53, 0xE0, 0x30, 0xE0, 0x03, 0x12, 0x57, 0xE1, 0x22, 0x90, 0xA1, -+0x50, 0xE0, 0x30, 0xE0, 0x36, 0x12, 0x82, 0x9F, 0x90, 0xA1, 0x63, 0xE0, 0xFF, 0xB4, 0x01, 0x02, -+0x80, 0x1D, 0x90, 0xA1, 0x63, 0xE0, 0xFF, 0xB4, 0x02, 0x02, 0x80, 0x1D, 0x90, 0xA1, 0x63, 0xE0, -+0xFF, 0xB4, 0x03, 0x03, 0x02, 0x80, 0xD3, 0x90, 0xA1, 0x63, 0xE0, 0xFF, 0xB4, 0x04, 0x02, 0x01, -+0x32, 0x90, 0xA1, 0x63, 0xE0, 0xFF, 0xB4, 0x05, 0x02, 0x51, 0x3B, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0xA2, 0xF1, 0xEF, 0xF0, 0xA3, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x04, -+0x1D, 0xE0, 0x60, 0x1E, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA2, 0xF6, 0xF0, 0x7D, 0x36, 0x12, 0x56, -+0x2A, 0xBF, 0x01, 0x02, 0x31, 0xE6, 0x90, 0xA2, 0xF6, 0xE0, 0xFF, 0x7D, 0x37, 0x12, 0x53, 0x36, -+0x80, 0x02, 0x31, 0xE6, 0x71, 0x7D, 0x7D, 0x38, 0x12, 0x53, 0x36, 0x90, 0x04, 0x1F, 0x74, 0x20, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xF1, 0xE0, 0xFF, 0x90, 0xA3, 0xD6, 0x74, 0x0C, -+0xF0, 0xE4, 0xFB, 0x7D, 0x01, 0x12, 0x85, 0x3D, 0x90, 0xA2, 0xF4, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, -+0x90, 0xA2, 0xF2, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAB, -+0x07, 0x90, 0xA2, 0xF7, 0xED, 0xF0, 0xEC, 0xF9, 0xE0, 0xFF, 0xAE, 0x03, 0x74, 0x2A, 0x2E, 0x71, -+0xA0, 0x74, 0x2B, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE9, 0xF0, 0x74, 0x0D, 0x2E, -+0x12, 0x87, 0x96, 0x44, 0x80, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xEE, 0xEF, 0xF0, -+0x90, 0xA2, 0xF0, 0x74, 0x02, 0xF0, 0x7F, 0x01, 0x12, 0x8D, 0x4E, 0x90, 0xA1, 0x54, 0x12, 0x77, -+0xBB, 0x30, 0xE0, 0x04, 0x7F, 0x03, 0x80, 0x02, 0x7F, 0x01, 0x12, 0x8B, 0x4F, 0x90, 0xA2, 0xEE, -+0xE0, 0xB4, 0x02, 0x11, 0x90, 0xA1, 0x51, 0xE0, 0x24, 0x03, 0xFF, 0x90, 0xA1, 0x60, 0xE0, 0xC3, -+0x9F, 0xFF, 0x12, 0x82, 0x88, 0x90, 0xA1, 0x50, 0xE0, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0xE4, 0x90, -+0xA2, 0xEF, 0xF0, 0x80, 0x06, 0x90, 0xA2, 0xEF, 0x74, 0x01, 0xF0, 0x71, 0x85, 0x20, 0xE0, 0x13, -+0x90, 0xA1, 0x92, 0xE0, 0x60, 0x08, 0x90, 0xA2, 0xF0, 0x74, 0x01, 0xF0, 0x80, 0x05, 0xE4, 0x90, -+0xA2, 0xF0, 0xF0, 0x90, 0xA2, 0xF0, 0xE0, 0xFF, 0x90, 0xA2, 0xEF, 0xE0, 0xFD, 0x12, 0x62, 0x1E, -+0xE4, 0x90, 0xA1, 0x62, 0xF0, 0x90, 0xA2, 0xEE, 0xE0, 0xFF, 0xB4, 0x02, 0x08, 0x90, 0xA1, 0x63, -+0xE0, 0x04, 0xF0, 0x80, 0x09, 0xEF, 0xB4, 0x05, 0x05, 0xE4, 0x90, 0xA1, 0x63, 0xF0, 0x71, 0x74, -+0x30, 0xE0, 0x17, 0x90, 0xA2, 0xEE, 0xE0, 0xB4, 0x02, 0x04, 0x7D, 0x08, 0x80, 0x58, 0x90, 0xA2, -+0xEE, 0xE0, 0x64, 0x05, 0x70, 0x55, 0x7D, 0x0E, 0x80, 0x4C, 0x90, 0xA1, 0x50, 0xE0, 0xC4, 0x54, -+0x0F, 0x30, 0xE0, 0x23, 0x71, 0x6D, 0x54, 0x07, 0x20, 0xE0, 0x05, 0x71, 0x65, 0x12, 0x51, 0x32, -+0x90, 0xA2, 0xEE, 0xE0, 0xB4, 0x02, 0x04, 0x7D, 0x09, 0x80, 0x2B, 0x90, 0xA2, 0xEE, 0xE0, 0x64, -+0x05, 0x70, 0x28, 0x7D, 0x0F, 0x80, 0x1F, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x1E, 0x71, 0x65, 0x12, -+0x51, 0x32, 0x90, 0xA2, 0xEE, 0xE0, 0xB4, 0x02, 0x04, 0x7D, 0x0A, 0x80, 0x09, 0x90, 0xA2, 0xEE, -+0xE0, 0xB4, 0x05, 0x07, 0x7D, 0x10, 0x7F, 0x6F, 0x12, 0x53, 0x36, 0x90, 0xA1, 0x53, 0xE0, 0x30, -+0xE0, 0x03, 0x12, 0x57, 0xE1, 0x12, 0x77, 0xB8, 0x30, 0xE0, 0x05, 0xE4, 0xFF, 0x12, 0x97, 0xE1, -+0x12, 0x8F, 0xC5, 0x30, 0xE0, 0x0E, 0x90, 0x06, 0xCD, 0xE0, 0x54, 0xEF, 0xF0, 0x90, 0x06, 0xCF, -+0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x90, 0xA0, 0xE1, 0xE0, 0xFF, 0xE4, 0xFD, 0x22, 0x90, 0xA1, 0x54, -+0xE0, 0xC4, 0x13, 0x22, 0x90, 0xA1, 0x50, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0x90, 0x05, 0x22, -+0xE0, 0x54, 0x6F, 0xFF, 0x22, 0x90, 0xA1, 0x53, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0x90, 0xA1, -+0x67, 0xE0, 0xFF, 0xC3, 0x94, 0x20, 0x22, 0x90, 0xA1, 0x56, 0xE0, 0x54, 0xDF, 0xF0, 0xE4, 0x22, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x22, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, -+0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x22, 0x90, 0xA2, 0xCF, 0x71, 0xAA, 0x90, 0xA2, 0xD1, 0xE0, 0x91, -+0xA8, 0x7B, 0x01, 0x90, 0xA2, 0xD6, 0x12, 0x47, 0xF3, 0x90, 0xA2, 0xD2, 0xE0, 0x91, 0x7A, 0xA3, -+0x12, 0x47, 0xF3, 0x91, 0x6F, 0xFF, 0x91, 0xB5, 0x8F, 0x1F, 0xA3, 0x12, 0x9D, 0x48, 0xE0, 0xF5, -+0x1B, 0xA3, 0xE0, 0xF5, 0x1C, 0xE4, 0xF5, 0x20, 0x90, 0xA2, 0xD6, 0x12, 0x47, 0xEA, 0x75, 0xF0, -+0x02, 0xE5, 0x20, 0x91, 0x94, 0xA8, 0x1F, 0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, -+0xF9, 0xFF, 0x90, 0xA2, 0xD3, 0x12, 0x47, 0xEA, 0x85, 0x20, 0x82, 0x12, 0xA4, 0x0E, 0x91, 0xA0, -+0x25, 0x1C, 0xF5, 0x1C, 0xEE, 0x35, 0x1B, 0xF5, 0x1B, 0x05, 0x20, 0xE5, 0x20, 0xB4, 0x05, 0xC8, -+0x90, 0xA2, 0xD3, 0x12, 0x47, 0xEA, 0x12, 0x62, 0x13, 0xFD, 0x7C, 0x00, 0x91, 0x6F, 0xA8, 0x1F, -+0x08, 0x80, 0x05, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x12, 0x07, 0x03, 0x8E, 0x1D, -+0x8F, 0x1E, 0xD3, 0xE5, 0x1C, 0x95, 0x1E, 0xE5, 0x1B, 0x95, 0x1D, 0x40, 0x0C, 0xE5, 0x1C, 0x95, -+0x1E, 0xFF, 0xE5, 0x1B, 0x95, 0x1D, 0xFE, 0x80, 0x04, 0x7E, 0x00, 0x7F, 0x00, 0x8E, 0x1B, 0x8F, -+0x1C, 0x90, 0xA2, 0xD1, 0x12, 0x9D, 0x48, 0xE5, 0x1B, 0xF0, 0xA3, 0xE5, 0x1C, 0xF0, 0x22, 0x90, -+0xA2, 0xCF, 0xE0, 0xFE, 0xA3, 0xE0, 0x22, 0x8F, 0x16, 0xEF, 0x75, 0xF0, 0x06, 0xA4, 0x24, 0x62, -+0xF9, 0x74, 0x40, 0x35, 0xF0, 0xFA, 0x7B, 0xFF, 0x22, 0x90, 0xA2, 0xC3, 0x12, 0x47, 0xEA, 0x75, -+0xF0, 0x02, 0xE5, 0x18, 0xA4, 0xF5, 0x82, 0x85, 0xF0, 0x83, 0x12, 0x07, 0xAB, 0xAE, 0xF0, 0x22, -+0xFD, 0x7C, 0x00, 0x12, 0x07, 0x03, 0xEF, 0x22, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x01, 0xF9, 0x74, -+0x8D, 0x35, 0xF0, 0xFA, 0x22, 0xD3, 0xEF, 0x94, 0xE8, 0xEE, 0x94, 0x03, 0x40, 0x03, 0x7F, 0x05, -+0x22, 0xD3, 0xEF, 0x94, 0xC8, 0xEE, 0x94, 0x00, 0x7F, 0x00, 0x40, 0x02, 0x7F, 0x02, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x04, 0x30, 0x71, 0xAD, 0x90, 0xA2, 0xB9, 0xE0, 0x90, -+0x04, 0x33, 0xF0, 0x90, 0xA2, 0xBA, 0xE0, 0x90, 0x04, 0x34, 0xF0, 0x90, 0xA2, 0xBB, 0xE0, 0x90, -+0x04, 0x35, 0xF0, 0x90, 0xA2, 0xBC, 0xE0, 0x90, 0x04, 0x36, 0xF0, 0x90, 0xA2, 0xBD, 0xE0, 0x90, -+0x04, 0x37, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7E, 0x00, 0x7F, 0x0A, 0x7D, 0x00, 0x7B, 0x01, -+0x7A, 0xA1, 0x79, 0x78, 0x12, 0x08, 0xAA, 0x90, 0xA1, 0x64, 0x74, 0x02, 0xF0, 0x22, 0x90, 0xA1, -+0x50, 0xE0, 0x30, 0xE0, 0x3A, 0xA3, 0x12, 0x82, 0x97, 0x74, 0x01, 0xF0, 0xE4, 0x90, 0xA1, 0x58, -+0xF0, 0x90, 0xA1, 0x65, 0xF0, 0xA3, 0xF0, 0x90, 0xA1, 0x62, 0x04, 0xF0, 0x90, 0xA1, 0x42, 0xE0, -+0x60, 0x07, 0x7D, 0x05, 0x7F, 0x6F, 0x02, 0x53, 0x36, 0x12, 0x57, 0xE1, 0x90, 0xA1, 0x50, 0x12, -+0x7A, 0x7F, 0x20, 0xE0, 0x0A, 0xEF, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x02, 0xB1, 0x60, 0x22, -+0x90, 0xA1, 0x41, 0xE0, 0xC4, 0x54, 0x0F, 0x20, 0xE0, 0x26, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x20, -+0x90, 0x9F, 0xD1, 0xE0, 0xFF, 0x90, 0xA3, 0xD6, 0x74, 0x09, 0xF0, 0x7B, 0x18, 0xE4, 0xFD, 0x12, -+0x85, 0x3D, 0x90, 0xA4, 0x0A, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, -+0x22, 0x12, 0x67, 0xEB, 0x90, 0xA3, 0xED, 0xE0, 0x70, 0x09, 0x12, 0x9A, 0x18, 0x90, 0xA3, 0xED, -+0x74, 0x01, 0xF0, 0x12, 0x62, 0xC9, 0x12, 0x06, 0x89, 0xFF, 0xE4, 0x8F, 0x12, 0xF5, 0x11, 0xF5, -+0x10, 0xF5, 0x0F, 0x90, 0xA1, 0x8A, 0x12, 0x47, 0xC6, 0xEC, 0x54, 0xC1, 0xFC, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0xAF, 0x12, 0xAE, 0x11, 0xAD, 0x10, 0xAC, 0x0F, 0x78, 0x19, 0x12, -+0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0xA8, 0x90, 0xA1, 0x86, -+0x02, 0x08, 0x6D, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0x02, 0xEF, 0xF0, 0xA3, -+0xED, 0xF0, 0x7D, 0x44, 0xD1, 0x28, 0x90, 0xA4, 0x03, 0xE0, 0x90, 0xA4, 0x02, 0xB4, 0x01, 0x0D, -+0xE0, 0x75, 0xF0, 0x10, 0x12, 0x6F, 0x91, 0xE0, 0x44, 0x04, 0xF0, 0x80, 0x0B, 0xE0, 0x75, 0xF0, -+0x10, 0x12, 0x6F, 0x91, 0xE0, 0x54, 0xFB, 0xF0, 0x12, 0x57, 0xE1, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xE4, 0xFD, 0x80, 0xBF, 0x7D, 0x01, 0x80, 0xBB, 0x7F, 0x6F, 0x12, 0x53, 0x36, 0x02, 0x56, 0x2E, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0x00, 0xED, 0xF0, 0x90, 0xA3, 0xFF, 0xEF, -+0xF0, 0x64, 0x02, 0x70, 0x24, 0x90, 0x05, 0x22, 0xE0, 0x90, 0xA4, 0x01, 0xF0, 0x7D, 0x4A, 0xD1, -+0x28, 0xBF, 0x01, 0x07, 0x90, 0x04, 0xD4, 0x74, 0xFF, 0x80, 0x45, 0x90, 0xA4, 0x01, 0xE0, 0xFF, -+0x7D, 0x46, 0x12, 0x53, 0x36, 0x7F, 0x00, 0x80, 0x3C, 0x90, 0xA3, 0xFF, 0xE0, 0x64, 0x01, 0x70, -+0x2B, 0xFD, 0xFF, 0x12, 0x53, 0x36, 0x90, 0xA4, 0x00, 0xE0, 0xFF, 0x75, 0xF0, 0x13, 0x90, 0xA1, -+0xBB, 0x12, 0x47, 0xDE, 0xE0, 0xF4, 0x90, 0x04, 0xD4, 0xF0, 0x75, 0xF0, 0x13, 0xEF, 0x90, 0xA1, -+0xBC, 0x12, 0x47, 0xDE, 0xE0, 0xF4, 0x90, 0x04, 0xD5, 0xF0, 0x80, 0x07, 0x90, 0x04, 0xD4, 0xE4, -+0xF0, 0xA3, 0xF0, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA2, 0xDE, 0xEF, 0xF0, 0x90, -+0x04, 0x7E, 0xE0, 0xF5, 0x22, 0xA3, 0xE0, 0xF5, 0x23, 0x65, 0x22, 0x60, 0x6C, 0x90, 0xA2, 0xDF, -+0x74, 0x03, 0xF0, 0x90, 0xA2, 0xED, 0x74, 0x08, 0xF0, 0xE5, 0x23, 0x04, 0x54, 0x0F, 0xF5, 0x24, -+0xE4, 0xF5, 0x21, 0xE5, 0x24, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0x00, 0xF5, 0x82, 0xE4, 0x34, 0x80, -+0xF5, 0x83, 0xE5, 0x82, 0x25, 0x21, 0x12, 0x73, 0xD3, 0xE0, 0xFF, 0x74, 0xE1, 0x25, 0x21, 0xF5, -+0x82, 0xE4, 0x34, 0xA2, 0xF5, 0x83, 0xEF, 0xF0, 0x05, 0x21, 0xE5, 0x21, 0xB4, 0x08, 0xD4, 0x7B, -+0x01, 0x7A, 0xA2, 0x79, 0xDF, 0x12, 0x78, 0x06, 0xE5, 0x23, 0x04, 0x54, 0x0F, 0xF5, 0x23, 0xB4, -+0x0F, 0x03, 0xE4, 0xF5, 0x23, 0x90, 0x04, 0x7F, 0xE5, 0x23, 0xF0, 0x90, 0xA2, 0xDE, 0xE0, 0x7F, -+0x04, 0x70, 0x03, 0x02, 0x7F, 0x8F, 0x12, 0x6F, 0x67, 0x22, 0xE4, 0xFF, 0xC1, 0xAA, 0x75, 0x59, -+0x12, 0xE4, 0xF5, 0x5A, 0x75, 0x5B, 0x07, 0x75, 0x5C, 0x72, 0x90, 0x01, 0x30, 0xE5, 0x59, 0xF0, -+0xA3, 0xE5, 0x5A, 0xF0, 0xA3, 0xE5, 0x5B, 0xF0, 0xA3, 0xE5, 0x5C, 0xF0, 0x22, 0x75, 0x61, 0x06, -+0x43, 0x61, 0x10, 0x75, 0x62, 0x01, 0x75, 0x63, 0x13, 0x75, 0x64, 0x62, 0x43, 0x64, 0x80, 0x43, -+0x63, 0x04, 0x90, 0x01, 0x38, 0xE5, 0x61, 0xF0, 0xA3, 0xE5, 0x62, 0xF0, 0xA3, 0xE5, 0x63, 0xF0, -+0xA3, 0xE5, 0x64, 0xF0, 0x22, 0x90, 0x01, 0x94, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x01, 0xC7, 0xE4, -+0xF0, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x01, 0x9A, 0xE0, 0x54, 0xC0, 0x12, -+0x92, 0x0C, 0x90, 0x01, 0x99, 0xE0, 0x44, 0xC0, 0xF0, 0x90, 0x01, 0x9B, 0x74, 0x80, 0xF0, 0x22, -+0x7F, 0x02, 0x90, 0xA1, 0xB2, 0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x18, 0xEF, 0x25, 0xE0, 0x24, -+0x81, 0xF8, 0xE6, 0x30, 0xE4, 0x0B, 0x90, 0x01, 0xB8, 0x74, 0x08, 0xF0, 0xA3, 0xF0, 0x7F, 0x00, -+0x22, 0x0F, 0x80, 0xDE, 0x7F, 0x01, 0x22, 0xE4, 0x90, 0x9F, 0x13, 0x12, 0x58, 0x8C, 0xA3, 0xF0, -+0x22, 0x90, 0x01, 0xE4, 0x74, 0x25, 0xF0, 0xA3, 0xE4, 0xF0, 0x22, 0x90, 0x01, 0x34, 0xE0, 0x55, -+0x59, 0xF5, 0x5D, 0xA3, 0xE0, 0x55, 0x5A, 0xF5, 0x5E, 0xA3, 0xE0, 0x55, 0x5B, 0xF5, 0x5F, 0xA3, -+0xE0, 0x55, 0x5C, 0xF5, 0x60, 0x90, 0x01, 0x34, 0xE5, 0x5D, 0xF0, 0xA3, 0xE5, 0x5E, 0xF0, 0xA3, -+0xE5, 0x5F, 0xF0, 0xA3, 0xE5, 0x60, 0xF0, 0x22, 0x90, 0x01, 0x3C, 0xE0, 0x55, 0x61, 0xF5, 0x65, -+0xA3, 0xE0, 0x55, 0x62, 0xF5, 0x66, 0xA3, 0xE0, 0x55, 0x63, 0xF5, 0x67, 0xA3, 0xE0, 0x55, 0x64, -+0xF5, 0x68, 0x90, 0x01, 0x3C, 0xE5, 0x65, 0xF0, 0xA3, 0xE5, 0x66, 0xF0, 0xA3, 0xE5, 0x67, 0xF0, -+0xA3, 0xE5, 0x68, 0xF0, 0x53, 0x91, 0xDF, 0x22, 0x90, 0x01, 0xCF, 0xE0, 0x90, 0xA2, 0xDE, 0xF0, -+0xE0, 0xFF, 0x30, 0xE0, 0x07, 0x90, 0x01, 0xCF, 0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE5, 0x23, -+0x90, 0x01, 0xCF, 0xE0, 0x54, 0xDF, 0xF0, 0x90, 0x01, 0x34, 0x74, 0x20, 0xF0, 0xE4, 0xF5, 0xA8, -+0xF5, 0xE8, 0x12, 0x4F, 0xB5, 0x90, 0x00, 0x03, 0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x03, 0x12, 0x48, -+0xCF, 0x80, 0xFE, 0x22, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x05, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, -+0x22, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x11, 0xA3, 0x74, 0x01, 0xF0, 0x90, 0xA0, 0xD5, 0xE0, -+0xFF, 0xC3, 0x13, 0x30, 0xE0, 0x03, 0x12, 0x95, 0x2C, 0x12, 0x50, 0x47, 0x02, 0x80, 0xC7, 0x90, -+0xA0, 0xD5, 0xE0, 0xFF, 0x30, 0xE0, 0x05, 0x12, 0x94, 0xC2, 0x60, 0x1B, 0x90, 0xA0, 0xDF, 0xE0, -+0x70, 0x04, 0xEF, 0x30, 0xE0, 0x0B, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x02, 0x60, 0x09, 0x12, 0x5A, -+0xBD, 0x90, 0x01, 0xE6, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0xA0, 0xDF, 0xE0, 0x70, 0x07, 0x90, 0xA0, -+0xD5, 0xE0, 0x30, 0xE0, 0x13, 0x90, 0xA0, 0xD5, 0xE0, 0x30, 0xE0, 0x09, 0x12, 0x5F, 0x13, 0xBF, -+0x01, 0x06, 0x02, 0x94, 0xC9, 0x12, 0x57, 0xB1, 0x22, 0xE4, 0xFF, 0x90, 0xA2, 0x33, 0xEF, 0xF0, -+0x90, 0xA0, 0xD4, 0xE0, 0x90, 0xA2, 0xB5, 0xF0, 0xE4, 0x90, 0xA2, 0x34, 0xF0, 0x90, 0xA2, 0xB5, -+0xE0, 0xFE, 0x90, 0xA2, 0x34, 0xE0, 0xFF, 0xC3, 0x9E, 0x50, 0x2D, 0xE0, 0xFE, 0x31, 0xE7, 0xE4, -+0xF0, 0x75, 0xF0, 0x10, 0xEE, 0x12, 0x6F, 0x86, 0xE0, 0x30, 0xE7, 0x09, 0x74, 0x81, 0x2F, 0x31, -+0xF1, 0xE4, 0xF0, 0x80, 0x0B, 0x51, 0x16, 0x90, 0xA2, 0x34, 0xE0, 0x31, 0xE7, 0x74, 0x01, 0xF0, -+0x90, 0xA2, 0x34, 0xE0, 0x04, 0xF0, 0x80, 0xC5, 0x7F, 0x0C, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0xE4, -+0x90, 0xA2, 0x34, 0xF0, 0x90, 0xA2, 0xB5, 0xE0, 0xFF, 0x90, 0xA2, 0x34, 0xE0, 0xFE, 0xC3, 0x9F, -+0x40, 0x02, 0x21, 0xE6, 0x74, 0x35, 0x2E, 0x31, 0xE9, 0xE0, 0x70, 0x02, 0x21, 0xDE, 0x75, 0xF0, -+0x10, 0xEE, 0x90, 0x81, 0x06, 0x31, 0xF9, 0xEE, 0x90, 0x81, 0x07, 0x51, 0x02, 0xFC, 0x12, 0x6F, -+0xC9, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x75, 0xF0, 0x10, 0xEC, 0x90, 0x81, 0x0A, 0x31, 0xF9, 0xEC, -+0x90, 0x81, 0x0B, 0x51, 0x02, 0x75, 0xF0, 0x0A, 0x90, 0x8D, 0x01, 0x51, 0x0E, 0xF0, 0x7F, 0x01, -+0x90, 0xA2, 0x34, 0xE0, 0xFE, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x0B, 0x12, 0x73, 0xCD, 0xE0, 0xFD, -+0x75, 0xF0, 0x0A, 0xEE, 0x12, 0x6E, 0xA9, 0xED, 0xF0, 0x0F, 0xEF, 0xB4, 0x05, 0xE2, 0x90, 0xA2, -+0x34, 0xE0, 0xFF, 0x75, 0xF0, 0x10, 0x90, 0x81, 0x09, 0x12, 0x47, 0xDE, 0xE0, 0xFE, 0x74, 0x91, -+0x2F, 0x12, 0x6F, 0x9B, 0xEE, 0xF0, 0x90, 0xA2, 0x34, 0xE0, 0xFF, 0x90, 0xA2, 0x33, 0xE0, 0xFD, -+0x12, 0x6E, 0x4E, 0x90, 0xA2, 0x34, 0xE0, 0x24, 0x81, 0x31, 0xF1, 0x74, 0x01, 0xF0, 0x90, 0xA2, -+0x34, 0xE0, 0x04, 0xF0, 0x21, 0x44, 0x22, 0x24, 0x35, 0xF5, 0x82, 0xE4, 0x34, 0xA2, 0xF5, 0x83, -+0x22, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0x22, 0x12, 0x47, 0xDE, 0xE0, 0xFD, 0x75, 0xF0, -+0x10, 0x22, 0x12, 0x47, 0xDE, 0xE0, 0xFE, 0xED, 0xFF, 0x90, 0xA2, 0x34, 0xE0, 0x22, 0x12, 0x47, -+0xDE, 0xEE, 0xF0, 0xA3, 0xEF, 0x22, 0x12, 0x6F, 0x82, 0xE0, 0x44, 0x40, 0xF0, 0x22, 0x90, 0xA0, -+0xDF, 0xE0, 0x60, 0x12, 0x90, 0x06, 0x92, 0xE0, 0x30, 0xE1, 0x05, 0x12, 0x96, 0x85, 0x80, 0x06, -+0x12, 0x5F, 0x30, 0x12, 0x60, 0x47, 0x90, 0xA1, 0xB5, 0xE0, 0xB4, 0x01, 0x03, 0x12, 0x53, 0x41, -+0x22, 0x12, 0x8D, 0xA9, 0x90, 0xA1, 0xB3, 0xE0, 0x30, 0xE0, 0x07, 0x90, 0xA2, 0x28, 0xE0, 0x44, -+0x40, 0xF0, 0x22, 0xB1, 0x86, 0x90, 0xA2, 0xEE, 0xEF, 0xF0, 0x30, 0xE0, 0x05, 0x7D, 0x01, 0xE4, -+0x80, 0x02, 0xE4, 0xFD, 0xFF, 0x12, 0x59, 0xE7, 0x90, 0xA2, 0xEE, 0xE0, 0x30, 0xE6, 0x11, 0x90, -+0x01, 0x2F, 0xE0, 0x30, 0xE7, 0x04, 0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x80, 0xF0, -+0x91, 0xE8, 0x74, 0x02, 0xF0, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, 0x90, 0xA0, -+0xDB, 0x12, 0x77, 0xBB, 0x30, 0xE0, 0x02, 0x61, 0x3C, 0x90, 0xA0, 0xDA, 0xE0, 0x30, 0xE0, 0x13, -+0x12, 0x5A, 0x52, 0x90, 0xA0, 0xF4, 0xF0, 0x90, 0xA0, 0xFC, 0xE0, 0x24, 0x03, 0x90, 0xA0, 0xF3, -+0xF0, 0x80, 0x0D, 0x90, 0xA0, 0xF4, 0x74, 0x02, 0xF0, 0x90, 0xA0, 0xF3, 0x14, 0xF0, 0x0B, 0x0B, -+0x90, 0xA0, 0xF3, 0xE0, 0xFA, 0x90, 0xA0, 0xF2, 0xE0, 0xD3, 0x9A, 0x50, 0x0E, 0x90, 0xA0, 0xE7, -+0xEB, 0xF0, 0x90, 0xA0, 0xF4, 0xE0, 0xC3, 0x9D, 0x2C, 0x80, 0x11, 0xC3, 0xED, 0x9A, 0x2B, 0x90, -+0xA0, 0xE7, 0xF0, 0x90, 0xA0, 0xF3, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0xA0, 0xF7, 0xF0, -+0x90, 0xA0, 0xF4, 0xE0, 0xFF, 0x24, 0x0A, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0xA0, 0xF7, 0x71, 0x48, -+0x40, 0x04, 0xEF, 0x24, 0x0A, 0xF0, 0x90, 0xA0, 0xF7, 0xE0, 0xFF, 0x24, 0x23, 0xFD, 0xE4, 0x33, -+0xFC, 0x90, 0xA0, 0xE7, 0x71, 0x48, 0x40, 0x04, 0xEF, 0x24, 0x23, 0xF0, 0x90, 0xA0, 0xF7, 0xE0, -+0xFF, 0x7E, 0x00, 0x90, 0xA0, 0xEB, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x05, 0x58, 0xE0, 0x6F, -+0x70, 0x01, 0xE4, 0x60, 0x02, 0xB1, 0x4F, 0x12, 0x8F, 0xD3, 0x80, 0x07, 0x90, 0xA0, 0xDC, 0xE0, -+0x44, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xD3, 0x9D, 0xEC, 0x64, 0x80, 0xF8, 0x74, -+0x80, 0x98, 0x22, 0x12, 0x4F, 0xD9, 0x12, 0x47, 0xA8, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x90, 0x05, 0x62, 0x12, 0x4F, 0xF2, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, -+0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0xA8, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, -+0x12, 0x4F, 0xF2, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, -+0x12, 0x47, 0xA8, 0x90, 0xA1, 0x2E, 0x12, 0x08, 0x6D, 0x90, 0xA1, 0x32, 0x12, 0x47, 0xC6, 0x90, -+0xA1, 0x2E, 0x12, 0x47, 0xD2, 0xC3, 0x12, 0x47, 0xB5, 0x40, 0x3C, 0x90, 0xA0, 0xDA, 0xE0, 0x90, -+0xA1, 0x32, 0x30, 0xE0, 0x0C, 0x91, 0xCB, 0x12, 0x5A, 0x52, 0x2F, 0xFF, 0x90, 0xA1, 0x36, 0x80, -+0x05, 0x91, 0xCB, 0x90, 0xA1, 0x37, 0xE0, 0xFE, 0xC3, 0xEF, 0x9E, 0x90, 0xA2, 0xE0, 0xF0, 0x90, -+0xA2, 0xE0, 0xE0, 0xFF, 0xC3, 0x94, 0x2D, 0x50, 0x0E, 0x74, 0xFD, 0x2F, 0x91, 0xBB, 0xE0, 0x04, -+0xF0, 0x90, 0xA0, 0xF5, 0xE0, 0x04, 0xF0, 0x90, 0xA0, 0xF5, 0xE0, 0xFF, 0xD3, 0x90, 0xA1, 0x39, -+0xE0, 0x9F, 0x90, 0xA1, 0x38, 0xE0, 0x94, 0x00, 0x40, 0x02, 0x81, 0xB7, 0xE4, 0xFF, 0xFE, 0x91, -+0xB8, 0xE0, 0x2F, 0xFF, 0x90, 0xA1, 0x3A, 0xE0, 0xFD, 0xEF, 0xD3, 0x9D, 0x40, 0x07, 0x90, 0xA2, -+0xE1, 0xEE, 0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xE5, 0xE4, 0xFF, 0xFE, 0x91, 0xB8, 0xE0, -+0x2F, 0xFF, 0x90, 0xA1, 0x3A, 0xE0, 0xFD, 0xC3, 0x90, 0xA1, 0x39, 0xE0, 0x9D, 0xFD, 0x90, 0xA1, -+0x38, 0xE0, 0x94, 0x00, 0xFC, 0xEF, 0xD3, 0x9D, 0xE4, 0x9C, 0x40, 0x07, 0x90, 0xA2, 0xE2, 0xEE, -+0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xD5, 0x90, 0xA2, 0xE1, 0xE0, 0x90, 0xA0, 0xFA, 0xF0, -+0x90, 0xA2, 0xE2, 0xE0, 0x90, 0xA0, 0xFB, 0x91, 0xC3, 0x94, 0x0A, 0x40, 0x0A, 0xEF, 0x24, 0xF6, -+0x90, 0xA0, 0xF2, 0xF0, 0xE4, 0x80, 0x09, 0xE4, 0x90, 0xA0, 0xF2, 0x91, 0xC3, 0x74, 0x0A, 0x9F, -+0x90, 0xA0, 0xF1, 0xF0, 0x90, 0xA0, 0xFA, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0xA0, 0xF8, -+0xF0, 0x90, 0xA0, 0xDA, 0xE0, 0x30, 0xE0, 0x05, 0x90, 0xA1, 0x36, 0x80, 0x03, 0x90, 0xA1, 0x37, -+0xE0, 0x04, 0xFF, 0x90, 0xA0, 0xF8, 0xE0, 0x2F, 0xF0, 0x90, 0xA0, 0xF8, 0xE0, 0xC3, 0x94, 0x0A, -+0x50, 0x03, 0x74, 0x0A, 0xF0, 0x90, 0xA0, 0xF8, 0xE0, 0x24, 0x02, 0xF0, 0x91, 0xE8, 0x74, 0x03, -+0xF0, 0x51, 0x85, 0xE4, 0xFF, 0xB1, 0x2A, 0x22, 0x74, 0xFD, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xA0, -+0xF5, 0x83, 0x22, 0xF0, 0x90, 0xA0, 0xFA, 0xE0, 0xFF, 0xC3, 0x22, 0x12, 0x47, 0xD2, 0x90, 0xA1, -+0x2E, 0x12, 0x47, 0xC6, 0x12, 0x47, 0x8D, 0x78, 0x0A, 0x12, 0x08, 0x47, 0x90, 0xA0, 0xF7, 0xE0, -+0xFE, 0xC3, 0x74, 0x0A, 0x9E, 0x2F, 0xFF, 0x22, 0x90, 0xA0, 0xF1, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, -+0x90, 0xA0, 0xF8, 0xE0, 0xFB, 0x90, 0xA3, 0xE2, 0x22, 0x90, 0xA2, 0xC7, 0x12, 0x47, 0xF3, 0x12, -+0x5F, 0xB5, 0x90, 0xA0, 0xDF, 0xE0, 0xFF, 0x12, 0x5E, 0x51, 0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x19, -+0x90, 0xA2, 0xC7, 0x12, 0x47, 0xEA, 0x12, 0x67, 0x96, 0x54, 0x0F, 0xFF, 0x12, 0x67, 0x07, 0xFD, -+0xB1, 0x59, 0x91, 0xE8, 0x74, 0x01, 0xF0, 0x51, 0x85, 0x22, 0xE4, 0xFE, 0x91, 0xB8, 0xE4, 0xF0, -+0x0E, 0xEE, 0xB4, 0x2D, 0xF7, 0xE4, 0x90, 0xA0, 0xF6, 0xF0, 0x90, 0xA0, 0xF5, 0xF0, 0x90, 0xA0, -+0xF9, 0xF0, 0xEF, 0xB4, 0x01, 0x07, 0xA3, 0x74, 0x2D, 0xF0, 0xE4, 0xA3, 0xF0, 0x22, 0xF0, 0x90, -+0xA0, 0xEB, 0xA3, 0xE0, 0x90, 0x05, 0x58, 0xF0, 0x22, 0xEF, 0x24, 0xFE, 0x60, 0x0B, 0x04, 0x70, -+0x24, 0x90, 0xA0, 0xE5, 0x74, 0x02, 0xF0, 0x80, 0x13, 0xED, 0x70, 0x06, 0x90, 0xA1, 0x3F, 0xE0, -+0x80, 0x02, 0xED, 0x14, 0x90, 0xA0, 0xE5, 0xF0, 0x90, 0xA0, 0xE5, 0xE0, 0xA3, 0xF0, 0x90, 0xA0, -+0xDB, 0xE0, 0x44, 0x08, 0xF0, 0x22, 0xE4, 0x90, 0xA2, 0xF0, 0xF0, 0xA3, 0xF0, 0x7F, 0x83, 0x12, -+0x4A, 0xB0, 0x90, 0xA2, 0xEF, 0xEF, 0xF0, 0x7F, 0x83, 0x12, 0x4A, 0xB0, 0xAE, 0x07, 0x90, 0xA2, -+0xEF, 0xE0, 0xFF, 0xB5, 0x06, 0x01, 0x22, 0xC3, 0x90, 0xA2, 0xF1, 0xE0, 0x94, 0x64, 0x90, 0xA2, -+0xF0, 0xE0, 0x94, 0x00, 0x40, 0x0D, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x40, 0xF0, 0x90, 0xA2, 0xEF, -+0xE0, 0xFF, 0x22, 0x90, 0xA2, 0xF0, 0x12, 0x91, 0x20, 0x80, 0xC2, 0x90, 0xA1, 0xB3, 0xE0, 0x30, -+0xE0, 0x11, 0x90, 0xA2, 0x27, 0x12, 0x77, 0xBB, 0x30, 0xE0, 0x08, 0xA3, 0xE0, 0x44, 0x20, 0xF0, -+0x44, 0x40, 0xF0, 0x22, 0x90, 0xA0, 0xDA, 0x12, 0x5E, 0xE9, 0x30, 0xE0, 0x29, 0xEF, 0x54, 0xBF, -+0xD1, 0x17, 0x30, 0xE0, 0x06, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x08, 0xE0, 0x54, 0xFE, 0xD1, 0x7F, -+0x74, 0x04, 0xF0, 0x90, 0xA1, 0x56, 0x12, 0x7A, 0x7F, 0x30, 0xE0, 0x07, 0x7D, 0x01, 0x7F, 0x0C, -+0x02, 0x51, 0x32, 0x12, 0x60, 0x47, 0x22, 0xF0, 0x90, 0x04, 0xE0, 0xE0, 0x90, 0xA0, 0xDB, 0x22, -+0x90, 0xA0, 0xDA, 0xE0, 0xFF, 0x12, 0x77, 0xBC, 0x30, 0xE0, 0x1E, 0xEF, 0x54, 0x7F, 0xD1, 0x17, -+0x30, 0xE1, 0x06, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x07, 0xE0, 0x54, 0xFD, 0xD1, 0x7F, 0x04, 0xF0, -+0x90, 0xA0, 0xDF, 0xE0, 0x60, 0x03, 0x12, 0x60, 0x47, 0x90, 0xA1, 0x54, 0x12, 0x5E, 0xE9, 0x30, -+0xE0, 0x22, 0x90, 0xA1, 0x57, 0xE0, 0xFF, 0xC3, 0x13, 0x30, 0xE0, 0x18, 0xEF, 0x54, 0xFD, 0xF0, -+0x90, 0x04, 0xE0, 0xE0, 0x90, 0xA1, 0x57, 0x30, 0xE1, 0x06, 0xE0, 0x44, 0x04, 0xF0, 0x80, 0x04, -+0xE0, 0x54, 0xFB, 0xF0, 0x90, 0x04, 0xE0, 0xE0, 0x30, 0xE1, 0x03, 0x12, 0x57, 0x31, 0x22, 0xF0, -+0x90, 0x01, 0xB9, 0x74, 0x01, 0xF0, 0x90, 0x01, 0xB8, 0x22, 0xEF, 0x60, 0x34, 0x12, 0x57, 0xE6, -+0x70, 0x2F, 0x90, 0xA0, 0xDB, 0xE0, 0x54, 0xFE, 0xF0, 0x7D, 0x2B, 0x7F, 0x0F, 0x12, 0x53, 0x36, -+0x90, 0x06, 0x04, 0xE0, 0x54, 0xBF, 0xF0, 0x12, 0x84, 0x4B, 0xBF, 0x01, 0x0F, 0x90, 0xA0, 0xDA, -+0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x06, 0xD1, 0xC2, 0x74, 0x06, 0xF0, 0x22, 0xD1, 0x80, 0x74, 0x08, -+0xF0, 0x22, 0x7F, 0x01, 0x12, 0x59, 0xE7, 0x90, 0xA0, 0xD9, 0x22, 0x7D, 0x2F, 0x7F, 0xFF, 0x12, -+0x53, 0x36, 0x12, 0x4A, 0x1F, 0x7D, 0x08, 0xD1, 0xC2, 0x74, 0x08, 0xF0, 0x22, 0x90, 0x01, 0xC4, -+0x74, 0xDD, 0xF0, 0x74, 0xB6, 0xA3, 0xF0, 0x7F, 0x90, 0x12, 0x4A, 0xB0, 0xEF, 0x20, 0xE0, 0xF7, -+0x74, 0xDD, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0xB6, 0xA3, 0xF0, 0x22, 0xE4, 0xF5, 0x1B, 0x12, -+0x73, 0xDB, 0xE0, 0xFE, 0xB4, 0x05, 0x14, 0xED, 0xC3, 0x94, 0x3B, 0x50, 0x5B, 0xED, 0xC3, 0x94, -+0x31, 0x40, 0x5D, 0xED, 0xD3, 0x94, 0x35, 0x50, 0x57, 0x80, 0x4D, 0xEE, 0xB4, 0x04, 0x08, 0xED, -+0xC3, 0x94, 0x31, 0x40, 0x4B, 0x80, 0x41, 0x12, 0x73, 0xDB, 0xE0, 0xFE, 0xB4, 0x03, 0x14, 0xED, -+0xC3, 0x94, 0x19, 0x50, 0x0C, 0xED, 0xC3, 0x94, 0x11, 0x40, 0x35, 0xED, 0xD3, 0x94, 0x13, 0x50, -+0x2F, 0x80, 0x25, 0xEE, 0xB4, 0x02, 0x08, 0xED, 0xC3, 0x94, 0x11, 0x40, 0x23, 0x80, 0x19, 0x12, -+0x73, 0xDB, 0xE0, 0xFE, 0xB4, 0x01, 0x08, 0xED, 0xC3, 0x94, 0x0A, 0x40, 0x13, 0x80, 0x09, 0xEE, -+0x70, 0x0B, 0xED, 0xC3, 0x94, 0x03, 0x40, 0x08, 0x75, 0x1B, 0x01, 0x80, 0x03, 0xE4, 0xF5, 0x1B, -+0xAF, 0x1B, 0x22, 0x8F, 0x10, 0x8D, 0x11, 0x8B, 0x12, 0x75, 0xF0, 0x04, 0xEF, 0x12, 0x66, 0xFE, -+0xC4, 0x54, 0x03, 0x90, 0xA2, 0xC9, 0xF0, 0x90, 0xA2, 0xC7, 0x60, 0x09, 0x74, 0x32, 0xF0, 0xA3, -+0x74, 0x2F, 0xF0, 0x80, 0x07, 0x74, 0x11, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0x75, 0xF0, 0x10, 0xE5, -+0x10, 0x12, 0x73, 0xFC, 0xE0, 0xFD, 0x90, 0xA3, 0x00, 0x74, 0x04, 0xF0, 0xE4, 0xFB, 0xAF, 0x10, -+0x12, 0xB9, 0x00, 0xE5, 0x11, 0xD3, 0x94, 0x2D, 0x40, 0x0A, 0x75, 0xF0, 0x04, 0xE5, 0x10, 0x12, -+0x6F, 0xE1, 0x80, 0x20, 0xE5, 0x11, 0xD3, 0x94, 0x1E, 0x40, 0x05, 0x90, 0xA2, 0xC7, 0x80, 0x14, -+0xE5, 0x11, 0xD3, 0x94, 0x14, 0x40, 0x05, 0x90, 0xA2, 0xC8, 0x80, 0x08, 0x75, 0xF0, 0x04, 0xE5, -+0x10, 0x12, 0x67, 0xE5, 0xE0, 0xFD, 0x85, 0x12, 0x73, 0xE4, 0xFB, 0xAF, 0x10, 0x02, 0x75, 0xED, -+0xEF, 0x64, 0x13, 0x60, 0x04, 0xEF, 0xB4, 0x0B, 0x05, 0x90, 0xA1, 0x96, 0x80, 0x1F, 0xEF, 0x64, -+0x12, 0x60, 0x04, 0xEF, 0xB4, 0x0A, 0x05, 0x90, 0xA1, 0x97, 0x80, 0x11, 0xEF, 0x64, 0x11, 0x60, -+0x04, 0xEF, 0xB4, 0x09, 0x05, 0x90, 0xA1, 0x98, 0x80, 0x03, 0x90, 0xA1, 0x95, 0xE0, 0xF5, 0x1D, -+0xAF, 0x1D, 0x22, 0x8D, 0x1B, 0x90, 0xA1, 0x94, 0xE0, 0x60, 0x45, 0x12, 0xB7, 0xF0, 0x8F, 0x1C, -+0xE5, 0x1C, 0xC3, 0x94, 0x80, 0x50, 0x27, 0xE5, 0x1C, 0x94, 0x1B, 0x40, 0x02, 0x80, 0x12, 0xED, -+0x25, 0x1C, 0xFF, 0xE4, 0x33, 0xFE, 0xD3, 0xEF, 0x94, 0x1B, 0xEE, 0x64, 0x80, 0x94, 0x80, 0x40, -+0x05, 0x75, 0x1B, 0x1B, 0x80, 0x1A, 0xE5, 0x1C, 0x25, 0x1B, 0xF5, 0x1B, 0x80, 0x12, 0xC3, 0xE4, -+0x95, 0x1C, 0xF5, 0x1C, 0xED, 0xD3, 0x95, 0x1C, 0x40, 0x06, 0xE5, 0x1B, 0x95, 0x1C, 0xF5, 0x1B, -+0xAF, 0x1B, 0x22, 0xE4, 0x90, 0xA2, 0xD9, 0xF0, 0x90, 0xA2, 0xD9, 0xE0, 0xFF, 0xC3, 0x94, 0x06, -+0x50, 0x65, 0x74, 0x22, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0xE0, 0xFF, 0xD3, 0x94, -+0x0A, 0x50, 0x02, 0x80, 0x02, 0x7F, 0x0A, 0xAE, 0x07, 0xEF, 0x24, 0x02, 0x90, 0xA2, 0xD8, 0xF0, -+0x90, 0xA2, 0xCA, 0x74, 0x0E, 0xF0, 0x90, 0xA2, 0xCC, 0x74, 0x01, 0xF0, 0x11, 0xE8, 0xE0, 0x90, -+0xA2, 0xCD, 0xF0, 0xE4, 0xFF, 0xEF, 0xC3, 0x9E, 0x50, 0x17, 0x11, 0xE8, 0xE0, 0x2F, 0x11, 0xF6, -+0xE0, 0xFD, 0x74, 0xCE, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xA2, 0xF5, 0x83, 0xED, 0xF0, 0x0F, 0x80, -+0xE4, 0x7B, 0x01, 0x7A, 0xA2, 0x79, 0xCA, 0x12, 0x78, 0x06, 0x7F, 0x04, 0x12, 0x6F, 0x67, 0x90, -+0xA2, 0xD9, 0xE0, 0x04, 0xF0, 0x80, 0x91, 0x22, 0x90, 0xA2, 0xD9, 0xE0, 0x24, 0x1C, 0xF5, 0x82, -+0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, 0x24, 0x7C, 0xF5, 0x82, 0xE4, 0x34, 0x9F, 0xF5, 0x83, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA3, 0x03, 0xED, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, -+0xEB, 0xF0, 0x90, 0xA3, 0x00, 0xE0, 0x90, 0xA3, 0x06, 0xF0, 0x90, 0xA3, 0x01, 0x74, 0x0C, 0xF0, -+0x90, 0xA3, 0x0F, 0x74, 0x04, 0xF0, 0x7B, 0x01, 0x7A, 0xA3, 0x79, 0x01, 0x12, 0x78, 0x06, 0x7F, -+0x04, 0x12, 0x6F, 0x67, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0xA4, 0x06, 0xEF, 0xF0, 0x7F, 0x8F, 0x12, 0x4A, 0xB0, 0xEF, 0x30, 0xE6, 0x42, 0x7F, 0x8D, -+0x12, 0x4A, 0xB0, 0xEF, 0x64, 0x01, 0x70, 0x38, 0x90, 0xA4, 0x07, 0xF0, 0x90, 0xA4, 0x07, 0xE0, -+0xFD, 0x90, 0xA4, 0x06, 0xE0, 0x75, 0xF0, 0x10, 0x12, 0x73, 0xFC, 0xE5, 0x82, 0x2D, 0x12, 0x73, -+0xD3, 0xE0, 0xFB, 0xE4, 0xFF, 0x12, 0x49, 0xEA, 0x90, 0xA4, 0x07, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, -+0x94, 0x10, 0x40, 0xD8, 0x7F, 0x8F, 0x12, 0x4A, 0xB0, 0xEF, 0x30, 0xE0, 0x03, 0x12, 0x48, 0xCB, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFE, 0xFC, 0xEF, -+0x64, 0x02, 0x70, 0x40, 0xED, 0xB4, 0x01, 0x04, 0x7E, 0x0A, 0x80, 0x06, 0xED, 0xB4, 0x02, 0x02, -+0x7E, 0x09, 0xEB, 0xB4, 0x01, 0x08, 0xED, 0xB4, 0x01, 0x04, 0x7C, 0x04, 0x80, 0x38, 0xEB, 0xB4, -+0x02, 0x08, 0xED, 0xB4, 0x01, 0x04, 0x7C, 0x02, 0x80, 0x2C, 0xEB, 0xB4, 0x01, 0x08, 0xED, 0xB4, -+0x02, 0x04, 0x7C, 0x01, 0x80, 0x20, 0xEB, 0x64, 0x02, 0x70, 0x1B, 0xED, 0x64, 0x02, 0x70, 0x16, -+0x7C, 0x03, 0x80, 0x12, 0xEF, 0xB4, 0x01, 0x0E, 0xEB, 0xB4, 0x02, 0x04, 0x7C, 0x01, 0x80, 0x06, -+0xEB, 0xB4, 0x01, 0x02, 0x7C, 0x02, 0xAF, 0x06, 0xEF, 0xC4, 0x54, 0xF0, 0x4C, 0xFF, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x90, 0x04, 0x54, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x22, 0x90, -+0xA4, 0x09, 0xED, 0xF0, 0x90, 0xA4, 0x08, 0xEF, 0xF0, 0xD3, 0x94, 0x0E, 0x50, 0x15, 0x51, 0x03, -+0xEF, 0x60, 0x29, 0x51, 0x03, 0xEF, 0x64, 0x01, 0x70, 0x22, 0x90, 0xA4, 0x09, 0xE0, 0xFD, 0xE4, -+0xFF, 0x80, 0x15, 0x90, 0xA4, 0x08, 0xE0, 0xD3, 0x94, 0x0E, 0x40, 0x10, 0x51, 0x03, 0xEF, 0x70, -+0x09, 0x90, 0xA4, 0x09, 0xE0, 0xFD, 0x7F, 0x01, 0x80, 0x03, 0x51, 0x03, 0x22, 0x90, 0xA3, 0xFD, -+0xED, 0xF0, 0x90, 0xA3, 0xFC, 0xEF, 0xF0, 0x70, 0x77, 0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x30, -+0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, -+0xFE, 0x12, 0x4E, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0F, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x00, 0x71, 0x49, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x90, 0xA3, -+0x29, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0x12, 0x4E, 0xA9, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x10, -+0x7F, 0x0C, 0x12, 0x4E, 0xA7, 0x12, 0x08, 0x79, 0x0F, 0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, -+0x08, 0x79, 0x01, 0x00, 0x00, 0x00, 0x71, 0x38, 0x90, 0x04, 0x54, 0xE0, 0x54, 0x7F, 0x80, 0x6F, -+0x90, 0xA3, 0xFC, 0xE0, 0x64, 0x01, 0x70, 0x5F, 0x90, 0x04, 0x54, 0xE0, 0x44, 0x80, 0x71, 0x3F, -+0x90, 0xA3, 0x25, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, -+0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0x12, 0x4E, 0xA9, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x0F, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x01, 0x00, 0x71, 0x49, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, 0xA3, 0x29, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, -+0x0C, 0x12, 0x4E, 0xA7, 0x12, 0x08, 0x79, 0x0F, 0x00, 0x00, 0x00, 0x90, 0xA3, 0x29, 0x12, 0x08, -+0x79, 0x0F, 0x00, 0x00, 0x00, 0x71, 0x38, 0x22, 0x7F, 0x04, 0x7E, 0x0A, 0x02, 0x4C, 0x5C, 0x90, -+0xA3, 0xFE, 0xF0, 0xE0, 0x90, 0x04, 0x54, 0xF0, 0x22, 0x7F, 0x1C, 0x7E, 0x0C, 0x12, 0x4C, 0x5C, -+0x90, 0xA3, 0xFC, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x12, 0x4E, 0xAF, 0x90, 0xA3, 0x25, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xA9, 0x07, 0x90, 0x06, 0x69, 0xE0, 0xFE, 0x90, 0x06, 0x68, -+0x71, 0xAF, 0xE9, 0x14, 0x60, 0x0F, 0x14, 0x60, 0x1E, 0x24, 0x02, 0x70, 0x25, 0xEE, 0x54, 0xFE, -+0xFE, 0x71, 0xA7, 0x80, 0x1A, 0xEF, 0x44, 0x80, 0xFF, 0xEE, 0x54, 0xFE, 0xFC, 0x90, 0x06, 0x68, -+0xEF, 0xF0, 0xEC, 0xA3, 0xF0, 0x80, 0x0B, 0xEE, 0x44, 0x01, 0xFC, 0x71, 0xA7, 0xAE, 0x04, 0xEE, -+0xA3, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x54, 0x7F, 0x90, 0x06, 0x68, 0xF0, 0x22, 0xE0, -+0x7A, 0x00, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0xFE, 0x22, 0x7D, 0x1F, 0x71, 0xC4, 0xF0, 0x22, 0x12, -+0x5F, 0xD8, 0x80, 0xF5, 0x7F, 0x6F, 0x12, 0x53, 0x36, 0x90, 0x05, 0x27, 0xE0, 0x54, 0xBF, 0xF0, -+0x90, 0xA0, 0xD8, 0x74, 0x04, 0x22, 0x7D, 0x25, 0x71, 0xC4, 0xF0, 0x22, 0x12, 0x4A, 0xE6, 0x7D, -+0x24, 0x71, 0xC4, 0xF0, 0x22, 0x91, 0x06, 0xE4, 0x90, 0xA0, 0xD8, 0xF0, 0x22, 0x71, 0xFA, 0x80, -+0xF4, 0x91, 0x00, 0x80, 0xF0, 0x12, 0x5F, 0xDF, 0x80, 0xEB, 0x12, 0x57, 0xDE, 0x02, 0x5F, 0xD8, -+0x12, 0x57, 0xE1, 0x02, 0x5F, 0xD8, 0x90, 0x05, 0x27, 0xE0, 0x54, 0xBF, 0xF0, 0x22, 0x7D, 0x2E, -+0x7F, 0x6F, 0x12, 0x53, 0x36, 0x7D, 0x02, 0x7F, 0x01, 0x12, 0x59, 0xE7, 0x91, 0x06, 0x90, 0xA0, -+0xD9, 0x74, 0x02, 0xF0, 0x22, 0x7D, 0x21, 0x7F, 0xFF, 0x12, 0x53, 0x36, 0x90, 0xA0, 0xD8, 0x74, -+0x03, 0xF0, 0x22, 0x7D, 0x22, 0x7F, 0xFF, 0x12, 0x53, 0x36, 0x91, 0x48, 0x80, 0xEE, 0x12, 0x5F, -+0xD8, 0x80, 0xE2, 0x12, 0x4A, 0xE6, 0x80, 0xE4, 0x90, 0x05, 0x27, 0xE0, 0x44, 0x40, 0xF0, 0x22, -+0x91, 0x48, 0x7D, 0x23, 0x02, 0x5F, 0xE9, 0x12, 0x5F, 0xD8, 0x02, 0x5F, 0xE7, 0x02, 0x5F, 0xEE, -+0xAE, 0x07, 0x12, 0x5F, 0x13, 0xBF, 0x01, 0x13, 0x90, 0xA0, 0xD5, 0x12, 0x84, 0x44, 0x20, 0xE0, -+0x0A, 0xAF, 0x06, 0x7D, 0x01, 0x12, 0x51, 0x32, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA1, 0x50, 0xE0, 0x30, 0xE0, 0x1E, 0x90, 0xA1, 0x62, 0xE0, -+0x60, 0x05, 0x75, 0x7A, 0x40, 0xA1, 0x28, 0x90, 0xA0, 0xE1, 0xE0, 0xD3, 0x94, 0x00, 0x40, 0x02, -+0x80, 0x2D, 0x90, 0xA1, 0x42, 0xE0, 0x60, 0x7B, 0x80, 0x55, 0x12, 0x97, 0xBF, 0xEF, 0x64, 0x01, -+0x60, 0x05, 0x75, 0x7A, 0x01, 0x80, 0x71, 0x90, 0xA0, 0xE3, 0xE0, 0xFF, 0x54, 0x03, 0x60, 0x05, -+0x75, 0x7A, 0x02, 0x80, 0x63, 0x90, 0xA0, 0xE1, 0xE0, 0xFE, 0xE4, 0xC3, 0x9E, 0x50, 0x05, 0x75, -+0x7A, 0x04, 0x80, 0x54, 0xEF, 0x30, 0xE2, 0x05, 0x75, 0x7A, 0x08, 0x80, 0x4B, 0x90, 0xA0, 0xE3, -+0xE0, 0x30, 0xE4, 0x05, 0x75, 0x7A, 0x10, 0x80, 0x3F, 0x90, 0xA0, 0xDB, 0xE0, 0x13, 0x13, 0x54, -+0x3F, 0x20, 0xE0, 0x05, 0x75, 0x7A, 0x20, 0x80, 0x2F, 0x90, 0xA1, 0x42, 0xE0, 0x60, 0x05, 0x75, -+0x7A, 0x80, 0x80, 0x24, 0x90, 0x06, 0x62, 0xE0, 0x30, 0xE1, 0x05, 0x75, 0x7A, 0x11, 0x80, 0x18, -+0x90, 0x06, 0x62, 0xE0, 0x30, 0xE0, 0x0C, 0xE0, 0x54, 0xFC, 0xFF, 0xBF, 0x80, 0x05, 0x75, 0x7A, -+0x12, 0x80, 0x05, 0x12, 0x97, 0x95, 0x80, 0x0E, 0x90, 0x01, 0xB9, 0x74, 0x04, 0xF0, 0x90, 0x01, -+0xB8, 0xE5, 0x7A, 0xF0, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0xA1, 0x36, 0x74, 0x04, -+0xF0, 0xA3, 0x14, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0x64, 0xF0, 0xA3, 0x74, 0x05, 0xF0, 0xA3, -+0xF0, 0x22, 0x12, 0x57, 0xDE, 0x12, 0x59, 0xE3, 0x90, 0xA0, 0xD9, 0x74, 0x0C, 0xF0, 0x22, 0x90, -+0xA1, 0x4C, 0xE0, 0x90, 0x01, 0x30, 0xF0, 0x90, 0xA1, 0x49, 0xE0, 0x90, 0x01, 0x39, 0xF0, 0x90, -+0xA1, 0x4A, 0xE0, 0x90, 0x01, 0x3A, 0xF0, 0x22, 0x90, 0xA3, 0xB6, 0xE0, 0xFF, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x90, 0xA4, 0x13, 0xEF, 0xF0, 0x90, 0x9F, 0xD2, 0xE0, 0xFF, 0x90, 0x04, -+0x1C, 0xE0, 0x6F, 0x70, 0x40, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x0E, 0x70, 0x15, 0x90, 0xA4, 0x13, -+0xE0, 0x70, 0x32, 0x90, 0xA0, 0xDA, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x06, 0x04, 0x12, 0x59, 0xDF, -+0x80, 0x20, 0x90, 0xA0, 0xE2, 0xE0, 0x64, 0x06, 0x70, 0x1B, 0x90, 0xA4, 0x13, 0xE0, 0x60, 0x15, -+0x90, 0xA0, 0xDA, 0xE0, 0x54, 0xBF, 0xF0, 0xB1, 0xDA, 0x44, 0x80, 0xF0, 0x90, 0xA0, 0xE2, 0x74, -+0x04, 0xF0, 0x12, 0x57, 0xE1, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x44, 0x40, -+0xF0, 0xE0, 0x22, 0x90, 0xFD, 0x10, 0xEF, 0xF0, 0x7F, 0x00, 0x22, 0x90, 0xA3, 0x92, 0xA3, 0xE0, -+0xFF, 0x90, 0xA3, 0xD6, 0x74, 0x03, 0xF0, 0x7B, 0x06, 0x7D, 0x01, 0x12, 0x85, 0x3D, 0x90, 0xA3, -+0x96, 0xEE, 0xF0, 0xFC, 0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0xA3, 0x95, 0xE0, 0xFF, 0x74, 0x10, 0x2D, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0xA3, 0x94, 0xE0, 0xFF, 0x22, 0x7F, -+0xA3, 0x12, 0x4A, 0xB0, 0xEF, 0x54, 0xF8, 0x44, 0x05, 0xFD, 0x7F, 0xA3, 0x12, 0x48, 0xCF, 0x7F, -+0xA0, 0x12, 0x4A, 0xB0, 0xEF, 0x54, 0x0F, 0x64, 0x04, 0x22, 0x12, 0x37, 0xBC, 0xEF, 0x44, 0x03, -+0xFF, 0xEC, 0x90, 0xA3, 0x9F, 0x12, 0x08, 0x6D, 0x90, 0xA3, 0x9F, 0x22, 0x7F, 0x64, 0x7E, 0x08, -+0x12, 0x4C, 0x5C, 0x90, 0xA3, 0xAD, 0x12, 0x47, 0xC6, 0xE4, 0xFF, 0xFE, 0xFD, 0xEC, 0x54, 0x04, -+0xFC, 0x90, 0xA3, 0x25, 0x22, 0xE5, 0x11, 0x25, 0xE0, 0x24, 0x5B, 0xF5, 0x82, 0xE4, 0x34, 0x42, -+0x22, 0x74, 0x12, 0x25, 0x0F, 0xF5, 0x82, 0xE4, 0x34, 0x9D, 0xF5, 0x83, 0x22, 0x54, 0x01, 0xC4, -+0x33, 0x33, 0x33, 0x54, 0x80, 0x22, 0x90, 0x06, 0xCD, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0x06, 0xCF, -+0xE0, 0x44, 0x10, 0x22, 0xE0, 0x90, 0x01, 0xBA, 0xF0, 0x90, 0xA0, 0xE1, 0xE0, 0x90, 0x01, 0xBB, -+0x22, 0x90, 0xA1, 0xF1, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0xA2, 0xF0, 0xE0, 0xFF, 0x22, 0x7F, 0x00, -+0x7E, 0x0C, 0x12, 0x38, 0x07, 0x7F, 0x00, 0x7E, 0x0E, 0x22, 0x74, 0x05, 0x2E, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0x74, 0x21, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, -+0xE0, 0x22, 0x90, 0xA1, 0x56, 0xE0, 0x44, 0x20, 0xF0, 0x90, 0xA1, 0x42, 0xE0, 0x22, 0x90, 0xA2, -+0xD2, 0x74, 0x09, 0xF0, 0x90, 0xA2, 0xC6, 0x22, 0x74, 0x01, 0x93, 0x95, 0x13, 0xE4, 0x93, 0x95, -+0x12, 0x22, 0xFC, 0xE5, 0x14, 0xC3, 0x13, 0xFE, 0xE5, 0x15, 0x13, 0x22, 0x90, 0x04, 0x1F, 0x74, -+0x20, 0xF0, 0x7F, 0x01, 0x22, 0x90, 0xA1, 0x45, 0xE0, 0x90, 0x05, 0x73, 0xF0, 0x22, 0x90, 0x05, -+0x22, 0xE0, 0x90, 0xA2, 0xF0, 0xF0, 0x22, 0x12, 0x08, 0x6D, 0x75, 0xF0, 0x13, 0xE5, 0x25, 0x22, -+0x7F, 0xB4, 0x7E, 0x08, 0x12, 0x37, 0xBC, 0xEF, 0x22, 0x90, 0xA1, 0x53, 0xE0, 0xFF, 0xC4, 0x54, -+0x0F, 0x22, 0xF0, 0x7F, 0x10, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0x90, 0x06, 0x0A, 0xE0, 0x54, 0xF8, -+0xF0, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x54, 0x7F, 0xF0, 0x22, 0x7F, 0xB4, 0x7E, 0x08, 0x02, 0x38, -+0x07, 0x7F, 0x00, 0x7E, 0x0E, 0x02, 0x38, 0x07, 0x90, 0xA0, 0xDA, 0xE0, 0x44, 0x04, 0xF0, 0x22, -+0x2F, 0xF8, 0xE6, 0xFE, 0xED, 0xF4, 0x5E, 0x22, 0x90, 0x89, 0x07, 0x12, 0x47, 0xDE, 0xE0, 0x22, -+0x90, 0x89, 0x04, 0x12, 0x47, 0xDE, 0xE0, 0x22, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, 0x5D, 0x4E, 0x22, -+0x90, 0xA3, 0xF8, 0xE0, 0xFF, 0x7D, 0x48, 0x22, 0x90, 0x05, 0x00, 0x74, 0x1C, 0xF0, 0xA3, 0x22, -+0x4D, 0xFF, 0x90, 0xA1, 0x41, 0xF0, 0xEE, 0x22, 0x90, 0xA3, 0xC3, 0x12, 0x47, 0xC6, 0xEF, 0x22, -+0xB2, 0x45, -+}; -+u4Byte ArrayLength_MP_8821A_FW_NIC_BT = 32706; -+ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_NIC_BT( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8821A_FW_NIC_BT; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8821A_FW_NIC_BT, ArrayLength_MP_8821A_FW_NIC_BT); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8821A_FW_NIC_BT; -+} -+ -+ -+u1Byte Array_MP_8821A_FW_WoWLAN[] = { -+0x01, 0x21, 0x30, 0x00, 0x25, 0x00, 0x00, 0x00, 0x09, 0x08, 0x18, 0x09, 0x90, 0x6A, 0x00, 0x00, -+0xED, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x02, 0x4A, 0x28, 0x02, 0x6F, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x70, 0x34, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x87, 0xEC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x6F, 0xF9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x7F, 0xE0, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x02, 0x87, 0xEB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -+0xC2, 0xAF, 0x80, 0xFE, 0x32, 0x12, 0x44, 0xE4, 0x85, 0xD0, 0x0B, 0x75, 0xD0, 0x08, 0xAA, 0xE0, -+0xC2, 0x8C, 0xE5, 0x8A, 0x24, 0x67, 0xF5, 0x8A, 0xE5, 0x8C, 0x34, 0x79, 0xF5, 0x8C, 0xD2, 0x8C, -+0xEC, 0x24, 0x87, 0xF8, 0xE6, 0xBC, 0x02, 0x02, 0x74, 0xFF, 0xC3, 0x95, 0x81, 0xB4, 0x40, 0x00, -+0x40, 0xCE, 0x79, 0x03, 0x78, 0x80, 0x16, 0xE6, 0x08, 0x70, 0x0B, 0xC2, 0xAF, 0xE6, 0x30, 0xE1, -+0x03, 0x44, 0x18, 0xF6, 0xD2, 0xAF, 0x08, 0xD9, 0xED, 0xEA, 0x8B, 0xD0, 0x22, 0xE5, 0x0C, 0xFF, -+0x23, 0x24, 0x81, 0xF8, 0x0F, 0x08, 0x08, 0xBF, 0x03, 0x04, 0x7F, 0x00, 0x78, 0x81, 0xE6, 0x30, -+0xE4, 0xF2, 0x00, 0xE5, 0x0C, 0xC3, 0x9F, 0x50, 0x20, 0x05, 0x0C, 0x74, 0x86, 0x25, 0x0C, 0xF8, -+0xE6, 0xFD, 0xA6, 0x81, 0x08, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xCD, 0xF8, 0xE8, -+0x6D, 0x60, 0xE0, 0x08, 0xE6, 0xC0, 0xE0, 0x80, 0xF6, 0xE5, 0x0C, 0xD3, 0x9F, 0x40, 0x27, 0xE5, -+0x0C, 0x24, 0x87, 0xF8, 0xE6, 0xAE, 0x0C, 0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xCD, -+0xF8, 0xE5, 0x81, 0x6D, 0x60, 0x06, 0xD0, 0xE0, 0xF6, 0x18, 0x80, 0xF5, 0xE5, 0x0C, 0x24, 0x86, -+0xC8, 0xF6, 0x15, 0x0C, 0x80, 0xD3, 0xE5, 0x0C, 0x23, 0x24, 0x81, 0xF8, 0x7F, 0x04, 0xC2, 0xAF, -+0xE6, 0x30, 0xE0, 0x03, 0x10, 0xE2, 0x0C, 0x7F, 0x00, 0x30, 0xE1, 0x07, 0x30, 0xE3, 0x04, 0x7F, -+0x08, 0x54, 0xF4, 0x54, 0x7C, 0xC6, 0xD2, 0xAF, 0x54, 0x80, 0x42, 0x07, 0x22, 0x78, 0x86, 0xA6, -+0x81, 0x74, 0x02, 0x60, 0x06, 0xFF, 0x08, 0x76, 0xFF, 0xDF, 0xFB, 0x7F, 0x03, 0xE4, 0x78, 0x80, -+0xF6, 0x08, 0xF6, 0x08, 0xDF, 0xFA, 0x78, 0x81, 0x76, 0x30, 0x90, 0x4A, 0xC7, 0x74, 0x01, 0x93, -+0xC0, 0xE0, 0xE4, 0x93, 0xC0, 0xE0, 0x43, 0x89, 0x01, 0x75, 0x8A, 0x60, 0x75, 0x8C, 0x79, 0xD2, -+0x8C, 0xD2, 0xAF, 0x22, 0x02, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0x74, 0x81, -+0x2F, 0x2F, 0xF8, 0xE6, 0x20, 0xE5, 0xF4, 0xC2, 0xAF, 0xE6, 0x44, 0x30, 0xF6, 0xD2, 0xAF, 0xAE, -+0x0C, 0xEE, 0xC3, 0x9F, 0x50, 0x21, 0x0E, 0x74, 0x86, 0x2E, 0xF8, 0xE6, 0xF9, 0x08, 0xE6, 0x18, -+0xBE, 0x02, 0x02, 0x74, 0xFF, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x09, 0xE7, 0x19, 0x19, 0xF7, 0x09, -+0x09, 0x80, 0xF3, 0x16, 0x16, 0x80, 0xDA, 0xEE, 0xD3, 0x9F, 0x40, 0x04, 0x05, 0x81, 0x05, 0x81, -+0xEE, 0xD3, 0x9F, 0x40, 0x22, 0x74, 0x86, 0x2E, 0xF8, 0x08, 0xE6, 0xF9, 0xEE, 0xB5, 0x0C, 0x02, -+0xA9, 0x81, 0x18, 0x06, 0x06, 0xE6, 0xFD, 0xED, 0x69, 0x60, 0x09, 0x19, 0x19, 0xE7, 0x09, 0x09, -+0xF7, 0x19, 0x80, 0xF3, 0x1E, 0x80, 0xD9, 0xEF, 0x24, 0x86, 0xF8, 0xE6, 0x04, 0xF8, 0xEF, 0x2F, -+0x04, 0x90, 0x4A, 0xC7, 0x93, 0xF6, 0x08, 0xEF, 0x2F, 0x93, 0xF6, 0x7F, 0x00, 0x22, 0xEF, 0xD3, -+0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, 0xEF, 0x23, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE5, 0xF4, -+0xC2, 0xAF, 0xE6, 0x54, 0x8C, 0xF6, 0xD2, 0xAF, 0xE5, 0x0C, 0xB5, 0x07, 0x0A, 0x74, 0x86, 0x2F, -+0xF8, 0xE6, 0xF5, 0x81, 0x02, 0x45, 0x2D, 0x50, 0x2E, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xBF, 0x02, -+0x02, 0x74, 0xFF, 0xFD, 0x18, 0xE6, 0xF9, 0x74, 0x86, 0x2F, 0xF8, 0xFB, 0xE6, 0xFC, 0xE9, 0x6C, -+0x60, 0x08, 0xA8, 0x05, 0xE7, 0xF6, 0x1D, 0x19, 0x80, 0xF4, 0xA8, 0x03, 0xA6, 0x05, 0x1F, 0xE5, -+0x0C, 0xB5, 0x07, 0xE3, 0x7F, 0x00, 0x22, 0x74, 0x87, 0x2F, 0xF8, 0xE6, 0xFD, 0x18, 0x86, 0x01, -+0x0F, 0x74, 0x86, 0x2F, 0xF8, 0xA6, 0x01, 0x08, 0x86, 0x04, 0xE5, 0x0C, 0xB5, 0x07, 0x02, 0xAC, -+0x81, 0xED, 0x6C, 0x60, 0x08, 0x0D, 0x09, 0xA8, 0x05, 0xE6, 0xF7, 0x80, 0xF4, 0xE5, 0x0C, 0xB5, -+0x07, 0xDE, 0x89, 0x81, 0x7F, 0x00, 0x22, 0xEF, 0xD3, 0x94, 0x02, 0x40, 0x03, 0x7F, 0xFF, 0x22, -+0xEF, 0x23, 0x24, 0x81, 0xF8, 0xC2, 0xAF, 0xE6, 0x30, 0xE5, 0x05, 0x30, 0xE0, 0x02, 0xD2, 0xE4, -+0xD2, 0xE2, 0xC6, 0xD2, 0xAF, 0x7F, 0x00, 0x30, 0xE2, 0x01, 0x0F, 0x02, 0x45, 0x2C, 0x8F, 0xF0, -+0xE4, 0xFF, 0xFE, 0xE5, 0x0C, 0x23, 0x24, 0x80, 0xF8, 0xC2, 0xA9, 0x30, 0xF7, 0x0D, 0x7F, 0x08, -+0xE6, 0x60, 0x0B, 0x2D, 0xF6, 0x60, 0x32, 0x50, 0x30, 0x80, 0x07, 0x30, 0xF1, 0x06, 0xED, 0xF6, -+0x60, 0x27, 0x7E, 0x02, 0x08, 0x30, 0xF0, 0x10, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x25, 0x0E, 0x30, -+0xE2, 0x0C, 0xD2, 0xAF, 0x7F, 0x04, 0x80, 0x14, 0xC2, 0xAF, 0xE6, 0x10, 0xE7, 0x15, 0x54, 0xEC, -+0x4E, 0xF6, 0xD2, 0xAF, 0xD2, 0xA9, 0x02, 0x45, 0x2D, 0x7F, 0x08, 0x08, 0xEF, 0x44, 0x83, 0xF4, -+0xC2, 0xAF, 0x56, 0xC6, 0xD2, 0xAF, 0xD2, 0xA9, 0x54, 0x80, 0x4F, 0xFF, 0x22, 0xEF, 0x2B, 0xFF, -+0xEE, 0x3A, 0xFE, 0xED, 0x39, 0xFD, 0xEC, 0x38, 0xFC, 0x22, 0xC3, 0xEF, 0x9B, 0xFF, 0xEE, 0x9A, -+0xFE, 0xED, 0x99, 0xFD, 0xEC, 0x98, 0xFC, 0x22, 0xE8, 0x8F, 0xF0, 0xA4, 0xCC, 0x8B, 0xF0, 0xA4, -+0x2C, 0xFC, 0xE9, 0x8E, 0xF0, 0xA4, 0x2C, 0xFC, 0x8A, 0xF0, 0xED, 0xA4, 0x2C, 0xFC, 0xEA, 0x8E, -+0xF0, 0xA4, 0xCD, 0xA8, 0xF0, 0x8B, 0xF0, 0xA4, 0x2D, 0xCC, 0x38, 0x25, 0xF0, 0xFD, 0xE9, 0x8F, -+0xF0, 0xA4, 0x2C, 0xCD, 0x35, 0xF0, 0xFC, 0xEB, 0x8E, 0xF0, 0xA4, 0xFE, 0xA9, 0xF0, 0xEB, 0x8F, -+0xF0, 0xA4, 0xCF, 0xC5, 0xF0, 0x2E, 0xCD, 0x39, 0xFE, 0xE4, 0x3C, 0xFC, 0xEA, 0xA4, 0x2D, 0xCE, -+0x35, 0xF0, 0xFD, 0xE4, 0x3C, 0xFC, 0x22, 0xEF, 0x5B, 0xFF, 0xEE, 0x5A, 0xFE, 0xED, 0x59, 0xFD, -+0xEC, 0x58, 0xFC, 0x22, 0xEF, 0x4B, 0xFF, 0xEE, 0x4A, 0xFE, 0xED, 0x49, 0xFD, 0xEC, 0x48, 0xFC, -+0x22, 0xEB, 0x9F, 0xF5, 0xF0, 0xEA, 0x9E, 0x42, 0xF0, 0xE9, 0x9D, 0x42, 0xF0, 0xE8, 0x9C, 0x45, -+0xF0, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xE0, 0xF8, -+0xA3, 0xE0, 0xF9, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0x22, 0xA4, 0x25, 0x82, 0xF5, 0x82, 0xE5, -+0xF0, 0x35, 0x83, 0xF5, 0x83, 0x22, 0xE0, 0xFB, 0xA3, 0xE0, 0xFA, 0xA3, 0xE0, 0xF9, 0x22, 0xEB, -+0xF0, 0xA3, 0xEA, 0xF0, 0xA3, 0xE9, 0xF0, 0x22, 0xD0, 0x83, 0xD0, 0x82, 0xF8, 0xE4, 0x93, 0x70, -+0x12, 0x74, 0x01, 0x93, 0x70, 0x0D, 0xA3, 0xA3, 0x93, 0xF8, 0x74, 0x01, 0x93, 0xF5, 0x82, 0x88, -+0x83, 0xE4, 0x73, 0x74, 0x02, 0x93, 0x68, 0x60, 0xEF, 0xA3, 0xA3, 0xA3, 0x80, 0xDF, 0xE3, 0xF5, -+0xF0, 0x09, 0xE2, 0x08, 0xB5, 0xF0, 0x6B, 0xDF, 0xF5, 0x80, 0x67, 0xE3, 0xF5, 0xF0, 0x09, 0xE6, -+0x08, 0xB5, 0xF0, 0x5E, 0xDF, 0xF5, 0x80, 0x5A, 0x87, 0xF0, 0x09, 0xE6, 0x08, 0xB5, 0xF0, 0x52, -+0xDF, 0xF6, 0x80, 0x4E, 0x87, 0xF0, 0x09, 0xE2, 0x08, 0xB5, 0xF0, 0x46, 0xDF, 0xF6, 0x80, 0x42, -+0x88, 0x82, 0x8C, 0x83, 0x87, 0xF0, 0x09, 0xE0, 0xA3, 0xB5, 0xF0, 0x36, 0xDF, 0xF6, 0x80, 0x32, -+0x88, 0x82, 0x8C, 0x83, 0x87, 0xF0, 0x09, 0xE4, 0x93, 0xA3, 0xB5, 0xF0, 0x25, 0xDF, 0xF5, 0x80, -+0x21, 0x88, 0x82, 0x8C, 0x83, 0xE3, 0xF5, 0xF0, 0x09, 0xE0, 0xA3, 0xB5, 0xF0, 0x14, 0xDF, 0xF5, -+0x80, 0x10, 0x88, 0x82, 0x8C, 0x83, 0xE3, 0xF5, 0xF0, 0x09, 0xE4, 0x93, 0xA3, 0xB5, 0xF0, 0x02, -+0xDF, 0xF4, 0x02, 0x49, 0xAD, 0x80, 0x87, 0x80, 0xE9, 0x80, 0x90, 0x80, 0xD4, 0x80, 0x3E, 0x80, -+0x15, 0x80, 0x6E, 0x80, 0x7E, 0x80, 0x9D, 0x80, 0xB7, 0x80, 0x8D, 0x80, 0xA3, 0x80, 0x51, 0x80, -+0x74, 0x80, 0x3C, 0x02, 0x49, 0xB9, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, 0x93, 0xF5, 0xF0, -+0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, -+0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0x76, 0xDF, 0xE3, 0xDE, 0xE1, 0x80, 0x70, 0x89, 0x82, 0x8A, -+0x83, 0xE4, 0x93, 0xF5, 0xF0, 0xA3, 0xE2, 0x08, 0xB5, 0xF0, 0x62, 0xDF, 0xF4, 0x80, 0x5E, 0x89, -+0x82, 0x8A, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, 0xE6, 0x08, 0xB5, 0xF0, 0x51, 0xDF, 0xF5, 0x80, 0x4D, -+0x89, 0x82, 0x8A, 0x83, 0xE0, 0xF5, 0xF0, 0xA3, 0xE2, 0x08, 0xB5, 0xF0, 0x40, 0xDF, 0xF5, 0x80, -+0x3C, 0x89, 0x82, 0x8A, 0x83, 0xE4, 0x93, 0xF5, 0xF0, 0xA3, 0xE6, 0x08, 0xB5, 0xF0, 0x2E, 0xDF, -+0xF4, 0x80, 0x2A, 0x80, 0x02, 0x80, 0x57, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE4, 0x93, 0xF5, -+0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, -+0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0x06, 0xDF, 0xE4, 0xDE, 0xE2, 0x80, 0x00, 0x7F, 0xFF, 0xB5, -+0xF0, 0x02, 0x0F, 0x22, 0x40, 0x02, 0x7F, 0x01, 0x22, 0x89, 0x82, 0x8A, 0x83, 0xEC, 0xFA, 0xE0, -+0xF5, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xE0, 0xA3, 0xC8, 0xC5, 0x82, -+0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0xD5, 0xDF, 0xE5, 0xDE, 0xE3, 0x80, 0xCF, 0x89, 0x82, -+0x8A, 0x83, 0xEC, 0xFA, 0xE0, 0xF5, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, -+0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCC, 0xC5, 0x83, 0xCC, 0xB5, 0xF0, 0xAF, 0xDF, 0xE4, -+0xDE, 0xE2, 0x80, 0xA9, 0x88, 0xF0, 0xEF, 0x60, 0x01, 0x0E, 0x4E, 0x60, 0xAB, 0xED, 0x24, 0x02, -+0xB4, 0x04, 0x00, 0x50, 0x98, 0xF5, 0x82, 0xEB, 0x24, 0x02, 0xB4, 0x04, 0x00, 0x50, 0x8E, 0x23, -+0x23, 0x45, 0x82, 0x23, 0x90, 0x48, 0xF5, 0x73, 0x02, 0x4A, 0x66, 0x02, 0x45, 0xBD, 0xE4, 0x93, -+0xA3, 0xF8, 0xE4, 0x93, 0xA3, 0x40, 0x03, 0xF6, 0x80, 0x01, 0xF2, 0x08, 0xDF, 0xF4, 0x80, 0x29, -+0xE4, 0x93, 0xA3, 0xF8, 0x54, 0x07, 0x24, 0x0C, 0xC8, 0xC3, 0x33, 0xC4, 0x54, 0x0F, 0x44, 0x20, -+0xC8, 0x83, 0x40, 0x04, 0xF4, 0x56, 0x80, 0x01, 0x46, 0xF6, 0xDF, 0xE4, 0x80, 0x0B, 0x01, 0x02, -+0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x90, 0x4A, 0xAB, 0xE4, 0x7E, 0x01, 0x93, 0x60, 0xBC, 0xA3, -+0xFF, 0x54, 0x3F, 0x30, 0xE5, 0x09, 0x54, 0x1F, 0xFE, 0xE4, 0x93, 0xA3, 0x60, 0x01, 0x0E, 0xCF, -+0x54, 0xC0, 0x25, 0xE0, 0x60, 0xA8, 0x40, 0xB8, 0xE4, 0x93, 0xA3, 0xFA, 0xE4, 0x93, 0xA3, 0xF8, -+0xE4, 0x93, 0xA3, 0xC8, 0xC5, 0x82, 0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xF0, 0xA3, 0xC8, 0xC5, 0x82, -+0xC8, 0xCA, 0xC5, 0x83, 0xCA, 0xDF, 0xE9, 0xDE, 0xE7, 0x80, 0xBE, 0x41, 0x95, 0xD9, 0x00, 0x41, -+0x95, 0xDA, 0x00, 0x41, 0x95, 0xEA, 0x00, 0x41, 0x95, 0x05, 0x00, 0x41, 0x94, 0xE7, 0x00, 0x44, -+0x95, 0xC9, 0x00, 0x50, 0xF2, 0x01, 0x00, 0x4C, 0xB7, 0x60, 0xD2, 0x67, 0xF9, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x82, 0x75, 0x83, 0x00, 0xED, 0x12, 0xAA, 0x40, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0xE0, 0xED, 0xF0, 0x90, 0x95, -+0xDF, 0xEF, 0xF0, 0xD3, 0x94, 0x07, 0x50, 0x41, 0x7F, 0x47, 0x71, 0x87, 0x80, 0x02, 0xC3, 0x33, -+0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, 0x47, 0x51, 0xCD, 0x7F, 0x46, 0x71, 0x87, 0x80, 0x02, 0xC3, -+0x33, 0xD8, 0xFC, 0x4F, 0xFD, 0x7F, 0x46, 0xF1, 0xD4, 0x60, 0x0D, 0x7F, 0x45, 0x71, 0x87, 0x80, -+0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0x80, 0x0C, 0x7F, 0x45, 0x71, 0x87, 0x80, 0x02, 0xC3, 0x33, -+0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, 0x45, 0x80, 0x45, 0x90, 0x95, 0xDF, 0xE0, 0x24, 0xF8, 0xF0, -+0x7F, 0x63, 0x71, 0x87, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, 0x63, 0x51, -+0xCD, 0x7F, 0x62, 0x71, 0x87, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xFD, 0x7F, 0x62, 0xF1, -+0xD4, 0x60, 0x0E, 0x71, 0x85, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4F, 0xFD, 0x7F, 0x61, 0x80, -+0x0D, 0x71, 0x85, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, 0xFD, 0x7F, 0x61, 0x51, 0xCD, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x61, 0x71, 0x94, 0x90, 0x95, 0xDF, 0xE0, 0xFE, 0x74, 0x01, -+0xA8, 0x06, 0x08, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8F, 0x82, 0x75, 0x83, 0x00, -+0xE0, 0x90, 0x95, 0xE5, 0x12, 0xAA, 0x40, 0x90, 0x95, 0xE5, 0xE0, 0xFF, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x7F, 0xFF, 0x12, 0x5A, 0xD4, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, 0x5D, 0x94, -+0x7F, 0x00, 0x7E, 0x0C, 0xF1, 0x99, 0x12, 0xA9, 0xD8, 0xF1, 0x99, 0x12, 0xAA, 0x48, 0x91, 0x0E, -+0x71, 0xFB, 0x71, 0xFB, 0x54, 0xFE, 0xFD, 0x7F, 0x02, 0x51, 0xCD, 0x12, 0xAA, 0x2E, 0x44, 0x40, -+0xF1, 0x9F, 0xF1, 0xFD, 0x90, 0x01, 0x00, 0x74, 0x3F, 0xF0, 0xA3, 0xE0, 0x54, 0xFD, 0xF0, 0x90, -+0x05, 0x53, 0xE0, 0x44, 0x20, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x54, 0xFE, 0xFD, 0x7F, 0x02, -+0x51, 0xCD, 0x7F, 0x02, 0x71, 0x94, 0xEF, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x51, 0xCD, 0x7F, 0x02, -+0x71, 0x94, 0xEF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7F, 0x10, 0x71, 0x94, 0xEF, -+0x44, 0x0C, 0xFD, 0x7F, 0x10, 0x51, 0xCD, 0x7F, 0x72, 0x71, 0x94, 0xEF, 0x54, 0xF3, 0xFD, 0x7F, -+0x72, 0x51, 0xCD, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0x01, 0x00, 0x74, 0xFF, 0xF0, -+0x90, 0x06, 0xB7, 0x74, 0x09, 0xF0, 0x90, 0x06, 0xB4, 0x74, 0x86, 0xF0, 0x12, 0xAA, 0x2E, 0x54, -+0xBF, 0xF1, 0xEB, 0xF1, 0xAA, 0xF1, 0xFD, 0x91, 0x0E, 0x44, 0x01, 0xFD, 0x7F, 0x02, 0x51, 0xCD, -+0x7F, 0x00, 0x7E, 0x0C, 0xF1, 0xE5, 0xF1, 0xAA, 0x12, 0xA9, 0xD8, 0xF1, 0xE5, 0xF1, 0xAA, 0x12, -+0xAA, 0x48, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x54, 0x71, 0x94, 0xE5, 0x0D, 0x5F, 0xF5, 0x11, -+0x7F, 0x55, 0x71, 0x94, 0xE5, 0x0E, 0x5F, 0xF5, 0x12, 0x7F, 0x56, 0x71, 0x94, 0xE5, 0x0F, 0x5F, -+0xF5, 0x13, 0x7F, 0x57, 0x71, 0x94, 0xE5, 0x10, 0x5F, 0xF5, 0x14, 0xAD, 0x11, 0x7F, 0x54, 0x51, -+0xCD, 0xAD, 0x12, 0x7F, 0x55, 0x51, 0xCD, 0xAD, 0x13, 0x7F, 0x56, 0x51, 0xCD, 0xAD, 0x14, 0x7F, -+0x57, 0x51, 0xCD, 0x53, 0x91, 0xEF, 0x22, 0x7F, 0x81, 0x71, 0x94, 0xEF, 0x54, 0xFE, 0xFD, 0x7F, -+0x81, 0x51, 0xCD, 0x7F, 0x80, 0x71, 0x94, 0xEF, 0x44, 0x80, 0xFD, 0x7F, 0x80, 0x51, 0xCD, 0x12, -+0xA0, 0x42, 0x12, 0x3D, 0x3B, 0x12, 0x9D, 0x82, 0xF1, 0xF7, 0x7F, 0x01, 0x12, 0x45, 0xF5, 0x90, -+0x93, 0xC1, 0x74, 0x02, 0xF0, 0xFF, 0x12, 0x45, 0xF5, 0x90, 0x93, 0xC1, 0xE0, 0x04, 0xF0, 0x12, -+0x60, 0x1C, 0x12, 0x96, 0xB2, 0x90, 0x01, 0xCC, 0x74, 0x0F, 0xF0, 0x7F, 0x80, 0x71, 0x94, 0xEF, -+0x44, 0x40, 0xFD, 0x7F, 0x80, 0x51, 0xCD, 0x75, 0x28, 0xFF, 0x12, 0x60, 0xCB, 0x12, 0xA0, 0x4F, -+0x12, 0x97, 0xD9, 0x7F, 0x81, 0x71, 0x94, 0xEF, 0x44, 0x04, 0xFD, 0x7F, 0x81, 0x51, 0xCD, 0x12, -+0xA0, 0xC9, 0xE4, 0xFF, 0x02, 0x46, 0x7E, 0xAD, 0x07, 0x90, 0x8F, 0x35, 0xE0, 0x75, 0xF0, 0x40, -+0xA4, 0xFF, 0x90, 0x95, 0x9B, 0xE5, 0xF0, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0x90, 0x8F, -+0x36, 0xE0, 0xC3, 0x13, 0x54, 0x7F, 0x90, 0x95, 0x9E, 0xF0, 0x90, 0x8F, 0x37, 0xE0, 0x13, 0x13, -+0x54, 0x01, 0x90, 0x95, 0x9F, 0xF0, 0xED, 0x64, 0x01, 0x70, 0x6E, 0xE0, 0x70, 0x15, 0x90, 0x95, -+0x9B, 0xE0, 0x70, 0x02, 0xA3, 0xE0, 0x60, 0x0B, 0x90, 0x95, 0x9B, 0x74, 0xFF, 0x75, 0xF0, 0xD0, -+0x12, 0x08, 0xD6, 0xB1, 0xDA, 0x54, 0x07, 0x7D, 0x00, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0x51, 0xE2, -+0xB1, 0xDA, 0x54, 0x01, 0xFD, 0x51, 0xE2, 0x90, 0x8F, 0x36, 0xE0, 0x30, 0xE0, 0x3B, 0xB1, 0xCA, -+0x54, 0x07, 0x7D, 0x00, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0x51, 0xE2, 0xE4, 0x90, 0x95, 0x9D, 0xF0, -+0x90, 0x95, 0x9E, 0xE0, 0xFF, 0x90, 0x95, 0x9D, 0xE0, 0xC3, 0x9F, 0x50, 0x1C, 0xB1, 0xCA, 0x54, -+0x01, 0xFD, 0x51, 0xE2, 0xB1, 0xCA, 0x54, 0x07, 0x7D, 0x00, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0x51, -+0xE2, 0x90, 0x95, 0x9D, 0xE0, 0x04, 0xF0, 0x80, 0xD7, 0x22, 0x90, 0x95, 0x9B, 0xE0, 0xFE, 0xA3, -+0xE0, 0xFF, 0x90, 0x95, 0x9F, 0xE0, 0xFD, 0x12, 0xA2, 0x07, 0x90, 0x8F, 0x34, 0xE0, 0x54, 0x7F, -+0xFF, 0x90, 0x8F, 0x33, 0xE0, 0xFE, 0xC4, 0x13, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x12, 0x97, 0x87, 0x12, 0x06, 0x89, 0x20, 0xE0, 0x05, 0x12, 0x94, 0x7A, 0xC1, 0xF8, 0x12, 0xA2, -+0xC8, 0x90, 0x8F, 0x33, 0x12, 0x87, 0x15, 0x12, 0xAA, 0x4F, 0xFF, 0x90, 0x8F, 0x33, 0x12, 0xA3, -+0x7F, 0x12, 0x87, 0x23, 0x54, 0x10, 0xFD, 0xEF, 0x54, 0xEF, 0x4D, 0xFF, 0x90, 0x8F, 0x33, 0x12, -+0xA9, 0xC0, 0x12, 0x87, 0x23, 0x54, 0x40, 0xFD, 0xEF, 0x54, 0xBF, 0x4D, 0xFF, 0x90, 0x8F, 0x33, -+0x12, 0xAA, 0x25, 0x12, 0x84, 0xB2, 0x54, 0x80, 0xFF, 0x90, 0x8F, 0x34, 0xE0, 0x54, 0x7F, 0x4F, -+0xF0, 0x12, 0x06, 0x89, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x07, 0x90, 0x06, 0x90, 0xE0, 0x44, -+0x04, 0xF0, 0x90, 0x93, 0xDC, 0x11, 0x46, 0x12, 0x06, 0x89, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, -+0xE0, 0x07, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x08, 0xF0, 0x90, 0x8D, 0x07, 0xE0, 0xB4, 0x02, 0x06, -+0x12, 0x6C, 0x4F, 0x20, 0xE0, 0x64, 0x12, 0x84, 0xB4, 0x54, 0x7F, 0xFF, 0x90, 0x8F, 0x34, 0xE0, -+0x54, 0x80, 0x12, 0x86, 0x50, 0x90, 0x8F, 0x35, 0x12, 0x87, 0x9C, 0xFF, 0x54, 0x01, 0xFE, 0x90, -+0x8F, 0x36, 0xE0, 0x54, 0xFE, 0x4E, 0xFE, 0xF0, 0xEF, 0x54, 0xFE, 0xFF, 0xEE, 0x54, 0x01, 0x4F, -+0x12, 0x87, 0x94, 0x54, 0x04, 0xFF, 0x90, 0x8F, 0x37, 0xE0, 0x54, 0xFB, 0x4F, 0xF0, 0xB1, 0xDA, -+0x54, 0x07, 0x7D, 0x00, 0x20, 0xE0, 0x02, 0x7D, 0x01, 0x51, 0xE2, 0x90, 0x8D, 0x07, 0xE0, 0xB4, -+0x01, 0x18, 0x7F, 0x4E, 0x71, 0x94, 0xEF, 0x54, 0xBF, 0xFD, 0x7F, 0x4E, 0x51, 0xCD, 0x7F, 0x4A, -+0x71, 0x94, 0xEF, 0x54, 0xFB, 0xFD, 0x7F, 0x4A, 0x51, 0xCD, 0x90, 0x8D, 0x07, 0xE0, 0xB4, 0x01, -+0x17, 0x90, 0xFE, 0x10, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x91, 0x0B, 0x74, 0x05, 0xF0, 0x12, 0x97, -+0xC4, 0x7A, 0x90, 0x79, 0x4A, 0x12, 0x08, 0xAA, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x93, 0xD9, -+0x11, 0x4F, 0x90, 0x93, 0xD8, 0xEF, 0xF0, 0x11, 0x58, 0x4F, 0x3A, 0x00, 0x4F, 0x3F, 0x01, 0x4F, -+0x44, 0x03, 0x4F, 0x49, 0x04, 0x4F, 0x4E, 0x12, 0x4F, 0x53, 0x14, 0x4F, 0x58, 0x20, 0x4F, 0x5D, -+0x25, 0x4F, 0x67, 0x80, 0x4F, 0x62, 0x81, 0x4F, 0x6B, 0x82, 0x4F, 0x70, 0x83, 0x4F, 0x75, 0x84, -+0x4F, 0x7F, 0x86, 0x4F, 0x7A, 0x88, 0x00, 0x00, 0x4F, 0x84, 0xF1, 0x94, 0x02, 0x87, 0xA3, 0xF1, -+0x94, 0x02, 0x73, 0x13, 0xF1, 0x94, 0x02, 0xA2, 0xA4, 0xF1, 0x94, 0x02, 0x97, 0x47, 0xF1, 0x94, -+0x02, 0x9D, 0x57, 0xF1, 0x94, 0x02, 0x9F, 0x94, 0xF1, 0x94, 0x02, 0x87, 0x2A, 0xF1, 0x94, 0x02, -+0x9F, 0xA3, 0xF1, 0x94, 0x02, 0x86, 0x58, 0xF1, 0x94, 0xA1, 0xE9, 0xF1, 0x94, 0x02, 0xA4, 0x40, -+0xF1, 0x94, 0x02, 0xA4, 0x56, 0xF1, 0x94, 0x02, 0xA4, 0xB6, 0xF1, 0x94, 0x02, 0xA4, 0xA3, 0xF1, -+0x94, 0x02, 0xA2, 0xD6, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x93, 0xD8, 0xE0, 0x90, -+0x01, 0xC2, 0xF0, 0x22, 0x90, 0x93, 0xD9, 0x01, 0x46, 0x12, 0x37, 0xBC, 0xEF, 0x54, 0xFC, 0xFF, -+0xEC, 0x90, 0x95, 0xB9, 0x12, 0x08, 0x6D, 0x90, 0x95, 0xB9, 0x11, 0x22, 0x90, 0xAA, 0xB9, 0x02, -+0x08, 0x6D, 0x90, 0x01, 0x30, 0xE4, 0xF1, 0xDD, 0x90, 0x01, 0x38, 0xF1, 0xDD, 0xFD, 0x7F, 0x50, -+0x51, 0xCD, 0xE4, 0xFD, 0x7F, 0x51, 0x51, 0xCD, 0xE4, 0xFD, 0x7F, 0x52, 0x51, 0xCD, 0xE4, 0xFD, -+0x7F, 0x53, 0x41, 0xCD, 0x51, 0xCD, 0x90, 0x95, 0xE0, 0xE0, 0x22, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, -+0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0x12, 0x37, 0xBC, 0xEF, 0x44, 0x03, 0xFF, 0xEC, 0x90, 0x95, 0xB5, -+0x12, 0x08, 0x6D, 0x90, 0x95, 0xB5, 0x22, 0xE4, 0x90, 0x8D, 0x01, 0x80, 0xDE, 0x7F, 0xB4, 0x7E, -+0x08, 0x02, 0x38, 0x07, 0xF0, 0xE4, 0x90, 0x95, 0x87, 0xF0, 0x90, 0x8F, 0x2A, 0xE0, 0x90, 0x95, -+0x88, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x54, 0x7E, 0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0x95, 0x83, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x95, 0x87, 0xE0, 0xF5, 0x3B, 0xA3, 0xE0, -+0xF5, 0x3C, 0x12, 0x35, 0x7A, 0x90, 0x95, 0x83, 0x12, 0x9D, 0x44, 0xA3, 0xA3, 0xA3, 0x74, 0x05, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0xF5, 0x58, 0x90, 0x8E, 0xCC, 0xE0, 0x70, 0x02, 0x21, -+0x04, 0x12, 0x72, 0x5E, 0x60, 0x02, 0x21, 0x04, 0x31, 0x06, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x31, 0x1F, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, -+0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, -+0xC0, 0x07, 0xA3, 0x31, 0x1F, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0x12, 0xA8, 0x21, 0x44, 0x80, 0xF0, 0x12, 0xAA, 0x75, 0x60, 0x22, 0x24, 0xFE, 0x60, -+0x03, 0x04, 0x70, 0x1E, 0x90, 0x8E, 0xD3, 0xE0, 0x14, 0xF0, 0xE0, 0xFF, 0x60, 0x06, 0x90, 0x8E, -+0xD5, 0xE0, 0x60, 0x0E, 0xEF, 0x70, 0x08, 0x90, 0x8E, 0xD2, 0xE0, 0xA3, 0xF0, 0x80, 0x00, 0x75, -+0x58, 0x01, 0xE5, 0x58, 0x60, 0x3E, 0x12, 0xA8, 0x19, 0x90, 0x8E, 0xD5, 0xE0, 0x60, 0x04, 0x64, -+0x01, 0x70, 0x13, 0xE4, 0x90, 0x95, 0x87, 0xF0, 0x90, 0x8E, 0xD5, 0xE0, 0xF1, 0xED, 0x11, 0x0E, -+0x90, 0x8E, 0xD5, 0xE0, 0x80, 0x0E, 0xE4, 0x90, 0x95, 0x87, 0x12, 0xA9, 0x77, 0xF1, 0xED, 0x11, -+0x0E, 0x12, 0xA9, 0x78, 0xF1, 0xED, 0x90, 0x8E, 0xE5, 0xF0, 0x90, 0x8E, 0xCF, 0xE0, 0x20, 0xE2, -+0x03, 0x12, 0x58, 0xCC, 0x22, 0xF0, 0x90, 0x05, 0x61, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x78, -+0x08, 0x12, 0x08, 0x5A, 0xA8, 0x04, 0xA9, 0x05, 0xAA, 0x06, 0xAB, 0x07, 0x90, 0x05, 0x60, 0xE0, -+0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0x90, 0x93, -+0xDC, 0xF0, 0xA3, 0xF0, 0x90, 0x93, 0xE1, 0xF0, 0x90, 0x02, 0x09, 0xE0, 0x90, 0x93, 0xE2, 0xF0, -+0x90, 0x93, 0xBF, 0x12, 0x97, 0xAC, 0x90, 0x93, 0xDC, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x71, 0x3E, -+0xE0, 0x90, 0x91, 0x63, 0xF0, 0x74, 0x01, 0x2F, 0xF1, 0xD5, 0xE0, 0x90, 0x91, 0x64, 0xF0, 0x12, -+0xA9, 0x32, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xC0, 0x04, 0xC0, 0x05, -+0xC0, 0x06, 0xC0, 0x07, 0x12, 0x8F, 0xDB, 0x31, 0x1F, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x8D, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0xF1, 0xCE, 0x31, 0x1F, 0x78, 0x08, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0x71, 0x2E, 0x31, 0x1F, 0x12, 0x47, 0x8D, 0x90, 0x91, 0x67, 0x12, 0xA9, 0x2F, 0x31, -+0x1F, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x8F, -+0xDB, 0x31, 0x1F, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, -+0x12, 0x47, 0x8D, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xF1, 0xCE, 0x31, 0x1F, 0x78, -+0x08, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x71, 0x2E, 0x31, 0x1F, -+0x12, 0x47, 0x8D, 0x90, 0x91, 0x6B, 0x12, 0xA9, 0x2F, 0x31, 0x1F, 0x78, 0x10, 0x12, 0x08, 0x5A, -+0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x8F, 0xDB, 0x31, 0x1F, 0x78, 0x18, 0x12, -+0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x47, 0x8D, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0xF1, 0xCE, 0x31, 0x1F, 0x78, 0x08, 0x12, 0x08, 0x5A, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x71, 0x2E, 0x31, 0x1F, 0x12, 0x47, 0x8D, 0x90, 0x91, 0x6F, -+0x12, 0x08, 0x6D, 0x90, 0x93, 0xDC, 0xE4, 0x75, 0xF0, 0x04, 0xF1, 0xE4, 0x12, 0xA9, 0x83, 0x71, -+0x3E, 0xE0, 0xFF, 0x12, 0xAA, 0x1C, 0xF1, 0x33, 0xE0, 0xB4, 0x10, 0xF0, 0xF1, 0xDD, 0x12, 0xA9, -+0x83, 0x71, 0x3E, 0xE0, 0xFF, 0x74, 0x83, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF1, 0x33, 0xE0, -+0xB4, 0x10, 0xEB, 0xF1, 0xDD, 0x12, 0xA9, 0x83, 0x71, 0x3E, 0xE0, 0xFF, 0x74, 0x93, 0x2E, 0xF5, -+0x82, 0xE4, 0x34, 0x91, 0xF1, 0x33, 0xE0, 0xB4, 0x10, 0xEB, 0xF1, 0xDD, 0x90, 0x93, 0xDE, 0xE0, -+0xFF, 0xC3, 0x94, 0x08, 0x50, 0x1F, 0x90, 0x93, 0xDC, 0xA3, 0xE0, 0xFE, 0xEF, 0x2E, 0x71, 0x3E, -+0xE0, 0xFE, 0x90, 0x93, 0xE2, 0xE0, 0xFD, 0xEE, 0x2D, 0xFE, 0x74, 0xA3, 0x2F, 0x12, 0x9B, 0x44, -+0xEE, 0xF1, 0x36, 0x80, 0xD7, 0x90, 0x93, 0xBF, 0xE0, 0x90, 0x93, 0xE0, 0xF0, 0x90, 0x93, 0xDC, -+0xE4, 0xF0, 0xA3, 0x74, 0x80, 0xF0, 0xE4, 0xA3, 0xF0, 0x90, 0x93, 0xDE, 0xE0, 0xFF, 0xC3, 0x94, -+0x10, 0x50, 0x44, 0xEF, 0x12, 0xA9, 0xA3, 0xC0, 0x03, 0xC0, 0x01, 0x90, 0x93, 0xDC, 0xA3, 0xE0, -+0x24, 0x00, 0xF9, 0xE4, 0x34, 0xFC, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x75, 0x43, 0x20, 0xD0, -+0x01, 0xD0, 0x03, 0x12, 0x5F, 0xEA, 0x12, 0xAA, 0x57, 0x90, 0x93, 0xDC, 0xE0, 0xB4, 0x01, 0x13, -+0xA3, 0xE0, 0xB4, 0x00, 0x0E, 0x90, 0x93, 0xE0, 0xE0, 0x04, 0xF0, 0x12, 0x8E, 0x00, 0xE4, 0xF0, -+0xA3, 0xEF, 0xF0, 0xF1, 0x37, 0x80, 0xB2, 0xE4, 0x90, 0x93, 0xDE, 0xF0, 0xE4, 0xFF, 0x0F, 0xEF, -+0xB4, 0x20, 0xFB, 0xF1, 0x37, 0xE0, 0xB4, 0x10, 0xF3, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x47, -+0x8D, 0xA8, 0x04, 0xA9, 0x05, 0xAA, 0x06, 0xAB, 0x07, 0x90, 0x93, 0xDC, 0xA3, 0xE0, 0x24, 0x00, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x90, 0x95, 0x89, 0x12, 0x9B, 0x36, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x34, 0x7E, 0x08, 0x12, 0x37, 0xBC, 0x90, 0x95, 0x8B, 0x12, -+0x08, 0x6D, 0x90, 0x95, 0x89, 0xE0, 0x14, 0x60, 0x5E, 0x14, 0x70, 0x02, 0x81, 0x86, 0x24, 0x02, -+0x60, 0x02, 0xA1, 0x15, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, 0xC3, 0x90, 0x95, -+0x33, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x00, 0xB1, 0x87, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, -+0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xB1, 0x89, 0x12, -+0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x10, 0x00, 0x00, -+0x7F, 0x64, 0xB1, 0x89, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, -+0x79, 0x02, 0x00, 0x00, 0x00, 0x81, 0xF8, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, -+0xC3, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x01, 0xB1, 0x87, 0x12, 0x08, 0x79, -+0x40, 0x00, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC4, -+0xB1, 0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x3C, 0x90, 0x95, 0x8A, 0x31, 0x1F, 0xB1, 0x7C, -+0x12, 0x08, 0x79, 0xF0, 0x00, 0x00, 0x00, 0x90, 0x95, 0x8A, 0x31, 0x1F, 0xF1, 0xC3, 0x7F, 0x38, -+0xB1, 0x89, 0x12, 0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, -+0x08, 0x00, 0x00, 0x12, 0xA9, 0x4B, 0x60, 0x13, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, -+0x95, 0x33, 0x12, 0x08, 0x79, 0x01, 0x80, 0x00, 0x00, 0x80, 0x11, 0x12, 0x08, 0x79, 0x03, 0xC0, -+0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x02, 0x00, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, -+0xB1, 0x1A, 0x90, 0x95, 0x8A, 0xE0, 0x90, 0x95, 0x2F, 0xB4, 0x01, 0x13, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x10, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x10, 0x80, 0x11, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x10, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, -+0x7F, 0x00, 0x7E, 0x0A, 0xA1, 0x13, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x00, 0x30, 0x03, 0xC3, -+0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x30, 0x02, 0x02, 0xB1, 0x87, 0x12, 0x08, 0x79, 0x40, -+0x00, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x40, 0x00, 0x00, 0x00, 0x7F, 0xC4, 0xB1, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x3C, 0x90, 0x95, 0x8A, 0x31, 0x1F, 0xB1, 0x7C, 0x12, -+0x08, 0x79, 0xF0, 0x00, 0x00, 0x00, 0x90, 0x95, 0x8A, 0x31, 0x1F, 0xF1, 0xC3, 0x7F, 0x38, 0xB1, -+0x89, 0x12, 0x08, 0x79, 0x00, 0x1C, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x08, -+0x00, 0x00, 0x12, 0xA9, 0x4B, 0x60, 0x17, 0x12, 0x08, 0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0x95, -+0x33, 0x12, 0x08, 0x79, 0x01, 0x40, 0x00, 0x00, 0x7F, 0x48, 0x7E, 0x08, 0x80, 0x15, 0x12, 0x08, -+0x79, 0x03, 0xC0, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x01, 0xC0, 0x00, 0x00, 0x7F, -+0x48, 0x7E, 0x08, 0xB1, 0x1A, 0x22, 0x7F, 0x58, 0x7E, 0x0C, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0x95, 0x2D, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0x37, 0xBC, 0x90, 0x95, 0x37, 0x12, -+0x08, 0x6D, 0x90, 0x95, 0x2F, 0x12, 0x48, 0x22, 0x12, 0x08, 0x3A, 0x90, 0x95, 0x37, 0x12, 0x8B, -+0xCB, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x95, 0x2F, 0x12, 0x48, 0x22, 0x90, -+0x95, 0x33, 0x12, 0x8B, 0xCB, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, -+0x90, 0x95, 0x3B, 0x12, 0x08, 0x6D, 0x90, 0x95, 0x3B, 0x12, 0x4F, 0xAA, 0x90, 0x95, 0x2D, 0xE0, -+0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x38, 0x07, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x78, 0x02, 0x12, 0x08, -+0x5A, 0x90, 0x95, 0x33, 0x12, 0x08, 0x6D, 0x7F, 0xAC, 0x7E, 0x08, 0xB1, 0x1A, 0x90, 0x95, 0x2F, -+0x22, 0xEF, 0x90, 0x95, 0x2F, 0x70, 0x2A, 0x12, 0x08, 0x79, 0x00, 0x00, 0xF0, 0x00, 0x90, 0x95, -+0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x70, 0x00, 0x7F, 0xB0, 0x7E, 0x0C, 0xB1, 0x8B, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x70, 0x80, -+0x28, 0x12, 0x08, 0x79, 0x00, 0x00, 0xF0, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x50, 0x00, 0x7F, 0xB0, 0x7E, 0x0C, 0xB1, 0x8B, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0xF0, 0x90, -+0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x40, 0x7F, 0xB0, 0x7E, 0x0C, 0xB1, 0x8B, 0x12, -+0x08, 0x79, 0x00, 0x10, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, -+0x7F, 0xB4, 0x7E, 0x0C, 0xB1, 0x8B, 0x12, 0x08, 0x79, 0x00, 0x40, 0x00, 0x00, 0x90, 0x95, 0x33, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xB4, 0x7E, 0x0C, 0xB1, 0x8B, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x07, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x07, 0x7F, 0xB0, -+0x7E, 0x0C, 0xB1, 0x8B, 0x12, 0x08, 0x79, 0x00, 0x00, 0x07, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x07, 0x00, 0x7F, 0xB0, 0x7E, 0x0C, 0xA1, 0x1A, 0x90, 0x95, 0xD7, 0xED, 0xF0, -+0x90, 0x95, 0xD6, 0xEF, 0xF0, 0x70, 0x75, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, -+0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0xB1, -+0x8B, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0F, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0xF1, 0x3E, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, -+0x79, 0x30, 0x00, 0x00, 0x00, 0x74, 0x08, 0xFF, 0xFE, 0xB1, 0x8B, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0xF0, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x10, 0x7F, 0x0C, 0xB1, 0x89, -+0x12, 0x08, 0x79, 0x0F, 0x00, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x01, 0x00, 0x00, -+0x00, 0xF1, 0xF4, 0x90, 0x04, 0x54, 0xE0, 0x54, 0x7F, 0x02, 0xAA, 0x12, 0x90, 0x95, 0xD6, 0xE0, -+0x64, 0x01, 0x70, 0x5E, 0x90, 0x04, 0x54, 0xE0, 0x44, 0x80, 0x12, 0xAA, 0x12, 0x90, 0x95, 0x2F, -+0x12, 0x08, 0x79, 0x30, 0x00, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x30, 0x00, 0x00, -+0x00, 0x74, 0x08, 0xFF, 0xFE, 0xB1, 0x8B, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0F, 0x00, 0x90, 0x95, -+0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x01, 0x00, 0xF1, 0x3E, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0xF0, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x0C, 0xB1, 0x89, 0x12, -+0x08, 0x79, 0x0F, 0x00, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x0F, 0x00, 0x00, 0x00, -+0xF1, 0xF4, 0x22, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x93, 0xDE, 0xE0, 0x04, 0xF0, 0x22, 0x7F, 0x1C, -+0x7E, 0x0C, 0xB1, 0x1A, 0x90, 0x95, 0xD6, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xB1, 0x91, 0x90, 0x95, -+0x2F, 0x22, 0x90, 0x8E, 0xB2, 0x12, 0x77, 0xF0, 0x30, 0xE0, 0x08, 0x12, 0x97, 0x94, 0xE4, 0x90, -+0x95, 0x04, 0xF0, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x7F, 0x90, 0x94, 0xEA, -+0x31, 0x1F, 0xF1, 0xC8, 0x7F, 0x50, 0x7E, 0x0C, 0xB1, 0x8B, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0x7F, 0x90, 0x94, 0xEB, 0x31, 0x1F, 0xF1, 0xC8, 0xB1, 0x16, 0x90, 0x95, 0x00, 0xE0, 0x90, 0x06, -+0x08, 0xF0, 0x90, 0x95, 0x02, 0xA3, 0xE0, 0x90, 0x06, 0xA0, 0xF0, 0xA3, 0xE4, 0xF0, 0x90, 0x94, -+0xEE, 0xE0, 0xFF, 0x60, 0x0D, 0x90, 0x94, 0xF0, 0xE0, 0xFD, 0x90, 0x94, 0xEF, 0xE0, 0xFB, 0x12, -+0x8C, 0x4F, 0x90, 0x94, 0xED, 0xE0, 0xFF, 0x60, 0x09, 0x12, 0x9D, 0x34, 0x12, 0x9D, 0x3B, 0x12, -+0x88, 0xE6, 0x22, 0x78, 0x1C, 0x12, 0x08, 0x5A, 0x90, 0x95, 0x33, 0x02, 0x08, 0x6D, 0x90, 0x93, -+0xDC, 0xA3, 0xE0, 0x24, 0x01, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x90, 0x93, 0xDC, -+0xE4, 0x75, 0xF0, 0x10, 0x12, 0x08, 0xD6, 0xE4, 0x90, 0x93, 0xDE, 0xF0, 0x22, 0xFF, 0x90, 0x8E, -+0xD4, 0xE0, 0x2F, 0x22, 0x7F, 0x04, 0x7E, 0x0A, 0xA1, 0x1A, 0x01, 0x46, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x11, 0x37, 0x30, 0xE6, 0x2A, 0x90, 0x00, 0x8C, 0xE0, 0x90, 0x95, 0xCD, 0xF0, -+0x7F, 0x8D, 0x12, 0x4B, 0x94, 0x90, 0x95, 0xCE, 0xEF, 0xF0, 0x90, 0x00, 0x8E, 0xE0, 0x90, 0x95, -+0xCF, 0xF0, 0x90, 0x95, 0xCE, 0xE0, 0x11, 0x37, 0x30, 0xE0, 0x07, 0xE4, 0xFD, 0x7F, 0x8D, 0x12, -+0x4A, 0xCD, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7F, 0x8F, 0x12, 0x4B, 0x94, 0xEF, 0x22, 0x90, 0x8E, -+0xCE, 0xE0, 0x90, 0x95, 0x01, 0xF0, 0x7D, 0x02, 0x7F, 0x02, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, -+0xD0, 0x90, 0x95, 0xEB, 0xEF, 0xF0, 0x14, 0x60, 0x15, 0x14, 0x60, 0x19, 0x24, 0x02, 0x70, 0x1A, -+0xED, 0x54, 0x01, 0xFF, 0x90, 0x8E, 0xC7, 0xE0, 0x54, 0xFE, 0x4F, 0xF0, 0x80, 0x0C, 0x90, 0x8E, -+0xCF, 0xED, 0xF0, 0x80, 0x05, 0x90, 0x8E, 0xCE, 0xED, 0xF0, 0x11, 0x37, 0x30, 0xE4, 0x31, 0x90, -+0x95, 0xEB, 0xE0, 0x14, 0x60, 0x07, 0x14, 0x60, 0x1D, 0x24, 0x02, 0x70, 0x23, 0x90, 0x8E, 0xC7, -+0xE0, 0x54, 0x01, 0xC4, 0x33, 0x33, 0x33, 0x54, 0x80, 0xFF, 0x90, 0x8E, 0xCF, 0xE0, 0x54, 0x7F, -+0x4F, 0xFD, 0x7F, 0x88, 0x80, 0x07, 0x90, 0x8E, 0xCE, 0xE0, 0xFD, 0x7F, 0x89, 0x12, 0x4A, 0xCD, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x95, 0xEC, 0xEF, 0xF0, 0x12, 0x4C, 0x14, 0x90, 0x95, 0xEC, -+0xE0, 0x60, 0x03, 0x12, 0x77, 0xE3, 0x7D, 0x04, 0x7F, 0x01, 0x01, 0x4A, 0x7D, 0x01, 0x7F, 0x04, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0xED, 0xED, 0xF0, 0x90, 0x8E, 0xC7, 0xE0, -+0xFE, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, 0x02, 0x41, 0x18, 0xEE, 0x12, 0x6C, 0x53, 0x30, -+0xE0, 0x02, 0x41, 0x18, 0x90, 0x8E, 0xCF, 0xE0, 0xFE, 0x6F, 0x70, 0x02, 0x41, 0x18, 0xEF, 0x70, -+0x02, 0x21, 0x8E, 0x24, 0xFE, 0x70, 0x02, 0x21, 0xC7, 0x24, 0xFE, 0x60, 0x49, 0x24, 0xFC, 0x70, -+0x02, 0x41, 0x02, 0x24, 0xFC, 0x60, 0x02, 0x41, 0x12, 0xEE, 0xB4, 0x0E, 0x02, 0x51, 0x62, 0x90, -+0x8E, 0xCF, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x11, 0xB5, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x06, 0x02, -+0x51, 0x7D, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x04, 0x0E, 0x90, 0x95, 0xED, 0xE0, 0xFF, 0x60, 0x04, -+0xF1, 0x14, 0x80, 0x03, 0x12, 0x76, 0x0C, 0x90, 0x8E, 0xCF, 0xE0, 0x64, 0x08, 0x60, 0x02, 0x41, -+0x12, 0x12, 0xA8, 0x3B, 0x41, 0x12, 0x90, 0x8E, 0xCF, 0xE0, 0x70, 0x04, 0x7F, 0x01, 0x11, 0xB5, -+0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x06, 0x02, 0x51, 0x7D, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x0E, 0x07, -+0x51, 0x1D, 0xBF, 0x01, 0x02, 0x51, 0x62, 0x90, 0x8E, 0xCF, 0xE0, 0x64, 0x0C, 0x60, 0x02, 0x41, -+0x12, 0x51, 0x1D, 0xEF, 0x64, 0x01, 0x60, 0x02, 0x41, 0x12, 0x51, 0x9E, 0x41, 0x12, 0x90, 0x8E, -+0xCF, 0xE0, 0xB4, 0x0E, 0x07, 0x51, 0x1D, 0xBF, 0x01, 0x02, 0x51, 0x62, 0x90, 0x8E, 0xCF, 0xE0, -+0xB4, 0x06, 0x02, 0x51, 0x7D, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x0C, 0x07, 0x51, 0x1D, 0xBF, 0x01, -+0x02, 0x51, 0x9E, 0x90, 0x8E, 0xCF, 0xE0, 0x64, 0x04, 0x70, 0x57, 0x12, 0xA6, 0xC4, 0xEF, 0x64, -+0x01, 0x70, 0x4F, 0xD1, 0x04, 0x80, 0x4B, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x0E, 0x07, 0x51, 0x1D, -+0xBF, 0x01, 0x02, 0x51, 0x62, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x06, 0x02, 0x51, 0x7D, 0x90, 0x8E, -+0xCF, 0xE0, 0xB4, 0x0C, 0x07, 0x51, 0x1D, 0xBF, 0x01, 0x02, 0x51, 0x9E, 0x90, 0x8E, 0xCF, 0xE0, -+0x70, 0x04, 0x7F, 0x01, 0x11, 0xB5, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x04, 0x15, 0x12, 0xA7, 0x8F, -+0x80, 0x10, 0x90, 0x8E, 0xCF, 0xE0, 0xB4, 0x0C, 0x09, 0x12, 0x77, 0xED, 0x30, 0xE0, 0x03, 0x12, -+0xA8, 0x2F, 0x90, 0x8E, 0xCF, 0x12, 0xA9, 0xB2, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x12, 0xA6, 0xAB, 0xEF, 0x64, 0x01, 0x60, 0x05, 0x75, 0x5B, 0x01, 0x80, -+0x1E, 0x12, 0x7F, 0xBA, 0x30, 0xE0, 0x05, 0x75, 0x5B, 0x02, 0x80, 0x13, 0x90, 0x8E, 0xCE, 0xE0, -+0xD3, 0x94, 0x04, 0x40, 0x05, 0x75, 0x5B, 0x08, 0x80, 0x05, 0x12, 0xA7, 0x5A, 0x80, 0x0E, 0x90, -+0x01, 0xB9, 0x74, 0x02, 0xF0, 0x90, 0x01, 0xB8, 0xE5, 0x5B, 0xF0, 0x7F, 0x00, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0x90, 0x8E, 0xC8, 0xE0, 0xC3, 0x13, 0x20, 0xE0, 0x04, 0x7D, 0x0C, 0x80, 0x05, 0x12, -+0xA6, 0x63, 0x7D, 0x04, 0x7F, 0x01, 0x11, 0x4A, 0xE4, 0xFD, 0xFF, 0x80, 0x57, 0x90, 0x8E, 0xC8, -+0xE0, 0x90, 0x06, 0x04, 0x20, 0xE0, 0x08, 0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x04, 0x80, 0x06, 0xE0, -+0x54, 0x7F, 0xF0, 0x7D, 0x0C, 0x7F, 0x01, 0x11, 0x4A, 0xE4, 0xFD, 0xFF, 0x80, 0x36, 0x12, 0x72, -+0x5E, 0x70, 0x27, 0x90, 0x8E, 0xC8, 0xE0, 0x54, 0xFD, 0xF0, 0x7D, 0x2C, 0x7F, 0x6F, 0x51, 0xD4, -+0x7D, 0x08, 0x7F, 0x01, 0xD1, 0x21, 0xBF, 0x01, 0x0D, 0x90, 0x8E, 0xC7, 0xE0, 0x44, 0x80, 0xF0, -+0x7D, 0x0E, 0x7F, 0x01, 0x01, 0x4A, 0xF1, 0xF8, 0x04, 0xF0, 0x22, 0xE4, 0xFD, 0x7F, 0x0C, 0x11, -+0xD0, 0xE4, 0xFD, 0xFF, 0x90, 0x05, 0x22, 0xEF, 0xF0, 0x90, 0x8D, 0x05, 0xED, 0xF0, 0x22, 0x90, -+0x94, 0x05, 0x12, 0x48, 0x4F, 0x90, 0x05, 0x22, 0xE0, 0x90, 0x94, 0x16, 0xF0, 0x90, 0x04, 0x1D, -+0xE0, 0x60, 0x0B, 0x7D, 0x39, 0xB1, 0x90, 0xEF, 0x64, 0x01, 0x70, 0x1B, 0x80, 0x00, 0x90, 0x93, -+0xB3, 0xE0, 0xFF, 0x90, 0x95, 0xB4, 0x74, 0x11, 0xF0, 0x7B, 0x18, 0x7D, 0x01, 0xD1, 0x6E, 0x90, -+0x94, 0x13, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x94, 0x13, 0x12, 0x92, 0x23, 0x90, 0x94, 0x15, -+0xEF, 0xF0, 0x90, 0x94, 0x13, 0x12, 0x93, 0xC0, 0x7B, 0x01, 0x90, 0x94, 0x11, 0xE0, 0xFD, 0x12, -+0x92, 0x69, 0x90, 0x94, 0x12, 0xE0, 0x60, 0x02, 0x61, 0xBC, 0xB1, 0xF7, 0xC0, 0x03, 0xC0, 0x02, -+0xC0, 0x01, 0x90, 0x94, 0x08, 0xB1, 0x86, 0x75, 0x43, 0x06, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, -+0x91, 0x57, 0x12, 0xA9, 0x99, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x94, 0x05, 0xB1, 0x86, -+0x75, 0x43, 0x10, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x91, 0x57, 0xB1, 0xFA, 0xC0, 0x03, 0xC0, -+0x02, 0xC0, 0x01, 0xB1, 0x83, 0x75, 0x43, 0x10, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x91, 0x57, -+0x24, 0x60, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xB1, -+0x83, 0x75, 0x43, 0x10, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x91, 0x57, 0x24, 0x72, 0xF9, 0xE4, -+0x34, 0xFC, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x94, 0x0E, 0xB1, 0x86, -+0x75, 0x43, 0x06, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x12, 0x34, 0x62, 0x90, 0x94, 0x0B, 0x12, -+0x48, 0x46, 0x90, 0x94, 0x42, 0x12, 0x48, 0x4F, 0x90, 0x94, 0x45, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x20, 0x90, 0x94, 0x49, 0x74, 0x3A, 0xF0, 0x90, 0x94, 0x05, 0x12, 0x48, 0x46, 0x12, 0xA3, -+0xDD, 0x91, 0x5A, 0x24, 0x30, 0xF9, 0xE4, 0x34, 0xFC, 0xF1, 0xB7, 0x75, 0x43, 0x28, 0x7B, 0x01, -+0x7A, 0x94, 0x79, 0x17, 0x91, 0x57, 0x12, 0xAA, 0x08, 0xC0, 0x03, 0x8B, 0x40, 0x75, 0x41, 0x8F, -+0x75, 0x42, 0xD9, 0x75, 0x43, 0x28, 0xD0, 0x03, 0x12, 0x34, 0x62, 0x90, 0x94, 0x15, 0xE0, 0xFF, -+0x90, 0x94, 0x14, 0xE0, 0x2F, 0xFF, 0x90, 0x94, 0x13, 0xE0, 0x34, 0x00, 0xCF, 0x24, 0x30, 0xFD, -+0xE4, 0x3F, 0xFC, 0x90, 0x93, 0xB3, 0xE0, 0xFB, 0x7F, 0x3A, 0x12, 0x90, 0x09, 0x91, 0x5A, 0x12, -+0xAA, 0x08, 0xC0, 0x03, 0x8B, 0x40, 0x75, 0x41, 0x94, 0x75, 0x42, 0x17, 0x75, 0x43, 0x28, 0xD0, -+0x03, 0x12, 0x34, 0x62, 0x90, 0x06, 0x33, 0xE0, 0x44, 0x02, 0xF0, 0x90, 0x94, 0x16, 0xE0, 0xFF, -+0x7D, 0x3A, 0x51, 0xD4, 0x02, 0x97, 0xD2, 0x12, 0x34, 0x62, 0x90, 0x94, 0x13, 0xA3, 0xE0, 0xFF, -+0xA3, 0xE0, 0x2F, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0x3F, 0x12, 0x48, -+0x4F, 0x78, 0x4B, 0x7C, 0x95, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x64, 0x12, 0x7B, 0xDF, -+0x90, 0x05, 0x22, 0xE0, 0x90, 0x95, 0x4A, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x0B, 0x7D, 0x33, -+0xB1, 0x90, 0xEF, 0x64, 0x01, 0x70, 0x1B, 0x80, 0x00, 0x90, 0x93, 0xB2, 0xE0, 0xFF, 0x90, 0x95, -+0xB4, 0x74, 0x10, 0xF0, 0x7B, 0x18, 0x7D, 0x01, 0xD1, 0x6E, 0x90, 0x95, 0x47, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x90, 0x95, 0x47, 0x12, 0x92, 0x23, 0x90, 0x95, 0x49, 0xEF, 0xF0, 0x90, 0x95, 0x47, -+0x12, 0x93, 0xC0, 0x7B, 0x01, 0x90, 0x95, 0x45, 0xE0, 0xFD, 0x12, 0x92, 0x69, 0x90, 0x95, 0x46, -+0xE0, 0x70, 0x4E, 0xB1, 0xF7, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x95, 0x42, 0xB1, 0x86, -+0x75, 0x43, 0x06, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0xB1, 0xF0, 0x91, 0x5D, 0xF1, 0xF1, 0xFA, -+0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x95, 0x42, 0xB1, 0x86, 0x75, 0x43, 0x06, -+0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0xB1, 0xF0, 0x91, 0x5D, 0x12, 0xA9, 0x99, 0xC0, 0x03, 0xC0, -+0x02, 0xC0, 0x01, 0x90, 0x95, 0x3F, 0xB1, 0x86, 0x75, 0x43, 0x04, 0xD0, 0x01, 0xD0, 0x02, 0x80, -+0x45, 0x90, 0x95, 0x46, 0xE0, 0x64, 0x01, 0x70, 0x42, 0xB1, 0xF7, 0xC0, 0x03, 0x8B, 0x40, 0x75, -+0x41, 0x8F, 0x75, 0x42, 0x55, 0x75, 0x43, 0x06, 0xD0, 0x03, 0xB1, 0xF0, 0x91, 0x5D, 0xF1, 0xF1, -+0xFA, 0x7B, 0x01, 0xC0, 0x03, 0x8B, 0x40, 0x75, 0x41, 0x8F, 0x75, 0x42, 0x5F, 0x75, 0x43, 0x06, -+0xD0, 0x03, 0xB1, 0xF0, 0x91, 0x5D, 0x12, 0xA9, 0x99, 0xC0, 0x03, 0x8B, 0x40, 0x75, 0x41, 0x8F, -+0x75, 0x42, 0x65, 0x75, 0x43, 0x04, 0xD0, 0x03, 0x12, 0x34, 0x62, 0x90, 0x06, 0x30, 0xE0, 0x44, -+0x10, 0xF0, 0x90, 0x95, 0x4A, 0xE0, 0xFF, 0x7D, 0x34, 0x51, 0xD4, 0x12, 0x97, 0xD2, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x90, 0x94, 0x0B, 0x12, 0x48, 0x46, 0x8B, 0x40, 0x8A, 0x41, 0x89, 0x42, 0x22, -+0x7F, 0xFF, 0x51, 0xD4, 0xE4, 0x90, 0x95, 0xD3, 0xF0, 0xA3, 0xF0, 0x90, 0x05, 0x22, 0xE0, 0x90, -+0x95, 0xD5, 0xF0, 0x7D, 0x47, 0x7F, 0xFF, 0x51, 0xD4, 0x90, 0x05, 0xF8, 0xE0, 0x70, 0x14, 0xA3, -+0xE0, 0x70, 0x10, 0xA3, 0xE0, 0x70, 0x0C, 0xA3, 0xE0, 0x70, 0x08, 0x12, 0xAA, 0x85, 0x51, 0xD4, -+0x7F, 0x01, 0x22, 0xD3, 0x90, 0x95, 0xD4, 0xE0, 0x94, 0xE8, 0x90, 0x95, 0xD3, 0xE0, 0x94, 0x03, -+0x40, 0x0F, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x20, 0xF0, 0x12, 0xAA, 0x85, 0x51, 0xD4, 0x7F, 0x00, -+0x22, 0x7F, 0x32, 0x7E, 0x00, 0x12, 0x3D, 0x7A, 0x90, 0x95, 0xD3, 0x12, 0x62, 0x6B, 0x80, 0xB9, -+0x12, 0x34, 0x62, 0x90, 0x95, 0x47, 0x22, 0xA3, 0xA3, 0xE0, 0x24, 0x38, 0xF9, 0xE4, 0x34, 0xFC, -+0xFA, 0x7B, 0x01, 0x22, 0x7D, 0x2D, 0xB1, 0x90, 0x90, 0x01, 0x37, 0x74, 0x02, 0xF0, 0xFD, 0x7F, -+0x03, 0x12, 0x74, 0x6A, 0x12, 0x4B, 0xB6, 0xE4, 0xFD, 0x7F, 0x01, 0x01, 0x4A, 0x7D, 0x08, 0xE4, -+0xFF, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0xA0, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, -+0x90, 0x8D, 0x03, 0xE0, 0x04, 0xF0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x22, 0x90, 0x05, 0x22, 0xE0, -+0x90, 0x95, 0xA4, 0xF0, 0x7D, 0x26, 0xB1, 0x90, 0xEF, 0x64, 0x01, 0x70, 0x03, 0x12, 0xA8, 0x45, -+0x90, 0x95, 0xA4, 0xE0, 0xFF, 0x7D, 0x27, 0x51, 0xD4, 0x12, 0xA5, 0xF6, 0x80, 0x06, 0x12, 0xA5, -+0xF6, 0x12, 0xA8, 0x45, 0x12, 0x97, 0xD2, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0xB2, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0x95, 0xB1, -+0xEF, 0xF0, 0xE4, 0xFD, 0xFC, 0x12, 0x8F, 0x9F, 0x90, 0x95, 0xB1, 0xE0, 0x90, 0x04, 0x25, 0xF0, -+0x90, 0x95, 0xB2, 0xE0, 0x60, 0x06, 0x12, 0xA9, 0xF0, 0x44, 0x80, 0xF0, 0xAF, 0x05, 0x74, 0x20, -+0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x54, 0xC0, 0xF0, 0x12, 0xA9, 0xF0, 0x54, -+0xC0, 0xF0, 0x90, 0x95, 0xB4, 0xE0, 0xFF, 0xAE, 0x05, 0x74, 0x18, 0x2E, 0xF5, 0x82, 0xE4, 0x34, -+0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x00, 0x8B, 0xE0, 0xD3, 0x94, 0x03, 0x74, 0x10, 0x40, 0x08, -+0x12, 0xAA, 0x37, 0x74, 0x04, 0xF0, 0x80, 0x05, 0x12, 0xAA, 0x37, 0xE4, 0xF0, 0xAF, 0x05, 0x12, -+0xA8, 0xE1, 0xE0, 0x54, 0x01, 0xFE, 0x90, 0x95, 0xB3, 0xE0, 0x25, 0xE0, 0x25, 0xE0, 0xFB, 0xEE, -+0x44, 0x02, 0x4B, 0xFE, 0x12, 0xA8, 0xE1, 0xEE, 0xF0, 0x74, 0x11, 0x2F, 0x12, 0xA8, 0xEC, 0x74, -+0xFF, 0xF0, 0x74, 0x29, 0x2F, 0x12, 0x8F, 0xA9, 0x54, 0xF7, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x60, 0x30, 0x12, 0x72, 0x5E, 0x70, 0x2B, 0x90, 0x8E, 0xC8, 0xE0, -+0x54, 0xFE, 0xF0, 0x7D, 0x2B, 0x7F, 0x0F, 0x51, 0xD4, 0x90, 0x06, 0x04, 0xE0, 0x54, 0xBF, 0xF0, -+0xD1, 0x1D, 0xBF, 0x01, 0x0D, 0x90, 0x8E, 0xC7, 0xE0, 0x44, 0x40, 0xF0, 0x7D, 0x06, 0x7F, 0x01, -+0x01, 0x4A, 0xF1, 0xF8, 0x74, 0x08, 0xF0, 0x22, 0x12, 0x8E, 0x02, 0xE4, 0x12, 0x9E, 0xCA, 0x12, -+0x92, 0x23, 0x90, 0x93, 0xDE, 0xEF, 0xF0, 0x90, 0x93, 0xDC, 0xA3, 0xE0, 0x24, 0x38, 0xF9, 0xE4, -+0x34, 0xFC, 0xF1, 0xB7, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x55, 0xF1, 0xEA, 0x91, -+0x5D, 0x24, 0x3E, 0xF9, 0xE4, 0x34, 0xFC, 0xF1, 0xB7, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0x8F, -+0x79, 0x5B, 0xF1, 0xEA, 0x91, 0x5D, 0xF1, 0xF1, 0xF1, 0xB7, 0x75, 0x43, 0x06, 0x7B, 0x01, 0x7A, -+0x8F, 0x79, 0x5F, 0xF1, 0xEA, 0x91, 0x5D, 0x24, 0x48, 0xF9, 0xE4, 0x34, 0xFC, 0xF1, 0xB7, 0x75, -+0x43, 0x04, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x65, 0x02, 0x34, 0x62, 0x12, 0x8D, 0x3F, 0x7E, 0x00, -+0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, 0xFC, 0x75, 0x40, 0x01, 0xF5, 0x41, 0x89, 0x42, 0x22, 0x12, -+0xA5, 0x10, 0x90, 0x8E, 0xCF, 0xE0, 0x64, 0x0C, 0x60, 0x04, 0x51, 0xCB, 0xD1, 0x1D, 0x22, 0x90, -+0x8E, 0xCC, 0xE0, 0x64, 0x01, 0x70, 0x12, 0x12, 0x73, 0xD5, 0x60, 0x05, 0x51, 0xCB, 0x02, 0xA5, -+0x10, 0x90, 0x8E, 0xCF, 0xE0, 0x70, 0x02, 0x11, 0xCC, 0x22, 0x12, 0x34, 0x62, 0x90, 0x93, 0xDC, -+0x22, 0x24, 0x42, 0xF9, 0xE4, 0x34, 0xFC, 0x22, 0x90, 0x01, 0xB9, 0x74, 0x01, 0xF0, 0x90, 0x01, -+0xB8, 0x22, 0x7F, 0xF4, 0x12, 0x4B, 0x94, 0xEF, 0x20, 0xE5, 0x0E, 0x7F, 0xF4, 0x12, 0x4B, 0x94, -+0xEF, 0x7F, 0x01, 0x20, 0xE4, 0x05, 0x7F, 0x02, 0x22, 0x7F, 0x03, 0x22, 0x11, 0x02, 0x90, 0x8D, -+0x07, 0xEF, 0xF0, 0x11, 0x35, 0x90, 0x01, 0x64, 0x74, 0x01, 0xF0, 0x90, 0x04, 0x23, 0xE0, 0x44, -+0x80, 0xF0, 0x02, 0x36, 0x83, 0x12, 0x4F, 0xB2, 0x11, 0xA2, 0x11, 0x64, 0x11, 0x83, 0xE4, 0xF5, -+0x0D, 0xF5, 0x0E, 0xF5, 0x0F, 0x75, 0x10, 0x80, 0xAD, 0x0D, 0x7F, 0x50, 0x12, 0x4A, 0xCD, 0xAD, -+0x0E, 0x7F, 0x51, 0x12, 0x4A, 0xCD, 0xAD, 0x0F, 0x7F, 0x52, 0x12, 0x4A, 0xCD, 0xAD, 0x10, 0x7F, -+0x53, 0x02, 0x4A, 0xCD, 0x75, 0x15, 0x10, 0xE4, 0xF5, 0x16, 0x75, 0x17, 0x07, 0x75, 0x18, 0x42, -+0x90, 0x01, 0x30, 0xE5, 0x15, 0xF0, 0xA3, 0xE5, 0x16, 0xF0, 0xA3, 0xE5, 0x17, 0xF0, 0xA3, 0xE5, -+0x18, 0xF0, 0x22, 0x75, 0x1D, 0x07, 0x75, 0x1E, 0x01, 0x75, 0x1F, 0x03, 0x75, 0x20, 0x62, 0x90, -+0x01, 0x38, 0xE5, 0x1D, 0xF0, 0xA3, 0xE5, 0x1E, 0xF0, 0xA3, 0xE5, 0x1F, 0xF0, 0xA3, 0xE5, 0x20, -+0xF0, 0x22, 0x90, 0x01, 0x34, 0x74, 0xFF, 0x12, 0x4F, 0xDD, 0x90, 0x01, 0x3C, 0x12, 0x4F, 0xDD, -+0xFD, 0x7F, 0x54, 0x12, 0x4A, 0xCD, 0x7D, 0xFF, 0x7F, 0x55, 0x12, 0x4A, 0xCD, 0x7D, 0xFF, 0x7F, -+0x56, 0x12, 0x4A, 0xCD, 0x7D, 0xFF, 0x7F, 0x57, 0x02, 0x4A, 0xCD, 0x75, 0xE8, 0x03, 0x75, 0xA8, -+0x85, 0x22, 0xE4, 0x90, 0x93, 0xD6, 0xF0, 0x90, 0x93, 0xD6, 0xE0, 0x64, 0x01, 0xF0, 0x24, 0xD2, -+0x90, 0x01, 0xC4, 0xF0, 0x74, 0x60, 0xA3, 0xF0, 0x12, 0x3D, 0x6E, 0xBF, 0x01, 0x03, 0x12, 0x31, -+0x38, 0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x0F, 0x90, 0x8E, 0xCF, 0xE0, 0xFF, 0x90, 0x8E, 0xCE, 0xE0, -+0x6F, 0x60, 0x03, 0x12, 0x73, 0xE4, 0xC2, 0xAF, 0x12, 0xA0, 0xA2, 0xBF, 0x01, 0x02, 0x31, 0x1A, -+0xD2, 0xAF, 0x12, 0x57, 0xFC, 0x12, 0x45, 0x2D, 0x80, 0xBD, 0x90, 0x8E, 0xC7, 0xE0, 0x30, 0xE0, -+0x02, 0x31, 0x24, 0x22, 0x90, 0x8E, 0xCF, 0xE0, 0xFF, 0x60, 0x03, 0xB4, 0x08, 0x0D, 0x51, 0x06, -+0xBF, 0x01, 0x08, 0x31, 0x3C, 0x90, 0x01, 0xE5, 0xE0, 0x04, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x31, 0xB6, 0x31, 0x4C, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0xA1, 0xDD, 0x7F, -+0x08, 0x12, 0x4B, 0x94, 0xEF, 0x54, 0xEF, 0xFD, 0x7F, 0x08, 0x12, 0x4A, 0xCD, 0xE4, 0xFF, 0x31, -+0x69, 0x90, 0x8E, 0xC8, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0x90, 0x95, 0xD0, 0x12, 0x7F, 0xA2, 0x90, -+0x01, 0x09, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x90, 0x95, 0xD0, 0xE0, 0x6F, 0x60, -+0x34, 0xC3, 0x90, 0x95, 0xD2, 0xE0, 0x94, 0x88, 0x90, 0x95, 0xD1, 0xE0, 0x94, 0x13, 0x40, 0x08, -+0x90, 0x01, 0xC0, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0x90, 0x95, 0xD1, 0x51, 0x6B, 0xF1, 0xF2, 0xD3, -+0x90, 0x95, 0xD2, 0xE0, 0x94, 0x32, 0x90, 0x95, 0xD1, 0xE0, 0x94, 0x00, 0x40, 0xC1, 0x90, 0x01, -+0xC6, 0xE0, 0x30, 0xE0, 0xBA, 0x22, 0x90, 0x8E, 0xC8, 0xE0, 0x44, 0x10, 0xF0, 0x90, 0x8E, 0xD7, -+0xE0, 0xFD, 0x7F, 0x93, 0x12, 0x4A, 0xCD, 0x90, 0x8E, 0xCD, 0xE0, 0x60, 0x12, 0x90, 0x01, 0x2F, -+0xE0, 0x30, 0xE7, 0x05, 0x74, 0x10, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x90, 0xF0, 0x7F, -+0x08, 0x12, 0x4B, 0x94, 0xEF, 0x44, 0x10, 0xFD, 0x7F, 0x08, 0x12, 0x4A, 0xCD, 0x7F, 0x01, 0x31, -+0x69, 0x7F, 0x90, 0x12, 0x4B, 0x94, 0xEF, 0x44, 0x01, 0xFD, 0x7F, 0x90, 0x12, 0x4A, 0xCD, 0x7F, -+0x14, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0x90, 0x02, 0x87, 0xE0, 0x60, 0x02, 0x80, 0x08, 0x90, 0x01, -+0x00, 0xE0, 0x64, 0x3F, 0x60, 0x05, 0x75, 0x51, 0x01, 0x80, 0x41, 0x90, 0x8F, 0x30, 0xE0, 0x30, -+0xE0, 0x0B, 0x90, 0x02, 0x82, 0xE0, 0x60, 0x05, 0x75, 0x51, 0x02, 0x80, 0x2F, 0x90, 0x8F, 0x39, -+0xE0, 0x30, 0xE0, 0x05, 0x75, 0x51, 0x08, 0x80, 0x23, 0x90, 0x02, 0x86, 0xE0, 0x20, 0xE1, 0x02, -+0x80, 0x07, 0x90, 0x02, 0x86, 0xE0, 0x30, 0xE3, 0x05, 0x75, 0x51, 0x04, 0x80, 0x0E, 0x90, 0x04, -+0x1D, 0xE0, 0x60, 0x05, 0x75, 0x51, 0x40, 0x80, 0x03, 0x02, 0xA7, 0x5A, 0x90, 0x01, 0xB9, 0x74, -+0x08, 0xF0, 0x90, 0x01, 0xB8, 0xE5, 0x51, 0xF0, 0x7F, 0x00, 0x22, 0xE4, 0x75, 0xF0, 0x01, 0x02, -+0x08, 0xD6, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0xE0, 0x12, 0x7B, 0xF0, 0x90, -+0x93, 0xF8, 0x74, 0x18, 0xF0, 0x7E, 0x00, 0x7F, 0x80, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x94, 0x79, -+0x00, 0x12, 0x08, 0xAA, 0x90, 0x01, 0xC4, 0x74, 0x72, 0xF0, 0x74, 0x62, 0xA3, 0xF0, 0x90, 0x93, -+0xB4, 0xE0, 0xFF, 0x12, 0x8D, 0x3F, 0x90, 0x93, 0xF7, 0xEF, 0xF0, 0xF9, 0xE0, 0xFE, 0x24, 0x29, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x74, 0x41, 0xF0, 0xEE, 0x24, 0x28, 0xFD, 0xE4, 0x33, -+0xFC, 0x90, 0x93, 0xF8, 0xE0, 0x7A, 0x00, 0x2D, 0xFE, 0xEA, 0x3C, 0x90, 0x93, 0xFC, 0xF0, 0xA3, -+0xCE, 0xF0, 0x74, 0x28, 0x29, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0x90, 0x93, 0xE2, 0xE0, -+0xFD, 0x12, 0x92, 0x69, 0xB1, 0x78, 0x90, 0x93, 0xFC, 0xE0, 0xFF, 0xA3, 0xE0, 0x90, 0x93, 0xFA, -+0xCF, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x94, 0x00, 0x74, 0x01, 0xF0, 0xA3, 0x74, 0x03, 0xF0, 0xE4, -+0xA3, 0xF0, 0xA3, 0x74, 0x5F, 0xF0, 0x90, 0x93, 0xFC, 0x12, 0x6F, 0xD9, 0x90, 0x90, 0x45, 0xE0, -+0xFF, 0x7E, 0x02, 0xB4, 0xFE, 0x02, 0x7E, 0xFE, 0x90, 0x93, 0xFC, 0xA3, 0xE0, 0xFD, 0x12, 0x53, -+0x3E, 0xEE, 0xF0, 0x74, 0x00, 0x2D, 0x12, 0x53, 0x40, 0xE0, 0x90, 0x94, 0x04, 0xF0, 0x90, 0x93, -+0xFC, 0x51, 0x6B, 0x90, 0x90, 0xDA, 0xE0, 0x90, 0x93, 0xE0, 0xB4, 0x01, 0x0B, 0xE0, 0x44, 0x03, -+0xFC, 0xA3, 0xE0, 0x44, 0x10, 0xFD, 0x80, 0x09, 0xE0, 0x44, 0x03, 0xFC, 0xA3, 0xE0, 0x44, 0x20, -+0xFD, 0x90, 0x93, 0xFE, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x94, 0x05, 0x74, 0x03, 0xF0, 0xA3, -+0x74, 0x12, 0xF0, 0xB1, 0x94, 0x12, 0x08, 0xD6, 0xEF, 0x64, 0xFE, 0x70, 0x25, 0x90, 0x93, 0xFC, -+0xA3, 0xE0, 0x24, 0x00, 0x12, 0x93, 0xCD, 0xC0, 0x03, 0x8B, 0x40, 0xB1, 0xC7, 0xD0, 0x03, 0x12, -+0x34, 0x62, 0x75, 0x40, 0x01, 0xB1, 0xC7, 0x7B, 0x01, 0x7A, 0x94, 0x79, 0x07, 0x12, 0x34, 0x62, -+0x80, 0x56, 0x90, 0x93, 0xAF, 0xE0, 0xFF, 0xB4, 0x02, 0x26, 0x90, 0x93, 0xFC, 0xE0, 0xFC, 0xA3, -+0xE0, 0xFD, 0x24, 0x00, 0xF5, 0x82, 0x74, 0xFC, 0x3C, 0xF5, 0x83, 0xE4, 0xF0, 0x74, 0x01, 0x2D, -+0xF5, 0x82, 0x74, 0xFC, 0x3C, 0xF5, 0x83, 0x74, 0x20, 0xB1, 0x9C, 0x74, 0x20, 0xF0, 0x80, 0x28, -+0xEF, 0xB4, 0x04, 0x24, 0x90, 0x93, 0xFC, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x24, 0x00, 0xF5, 0x82, -+0x74, 0xFC, 0x3E, 0xF5, 0x83, 0xE4, 0xF0, 0x74, 0x01, 0x2F, 0xF5, 0x82, 0x74, 0xFC, 0x3E, 0xF5, -+0x83, 0x74, 0x10, 0xB1, 0x9C, 0x74, 0x10, 0xF0, 0xB1, 0x94, 0x12, 0x08, 0xD6, 0xE4, 0x90, 0x93, -+0xF9, 0xF0, 0xB1, 0xD1, 0xE0, 0xFE, 0x90, 0x93, 0xFC, 0xA3, 0xE0, 0xFD, 0xEF, 0x2D, 0x12, 0x53, -+0x3E, 0xEE, 0xF0, 0xB1, 0xD1, 0xE0, 0xFE, 0x74, 0x09, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, -+0x83, 0xEE, 0xB1, 0x70, 0xE0, 0xB4, 0x08, 0xDA, 0xB1, 0x82, 0x90, 0x93, 0xFC, 0x12, 0xAA, 0x57, -+0x90, 0x93, 0xFC, 0xE4, 0x75, 0xF0, 0x10, 0x12, 0x08, 0xD6, 0xB1, 0x78, 0xE4, 0x90, 0x94, 0x83, -+0xF0, 0xE4, 0x90, 0x93, 0xF9, 0xF0, 0xB1, 0xA4, 0x50, 0x0F, 0x12, 0xA9, 0x64, 0xB1, 0x69, 0xB1, -+0xAD, 0x12, 0x53, 0x3D, 0xE4, 0xB1, 0x70, 0x80, 0xED, 0x12, 0xAA, 0x66, 0x90, 0x06, 0x31, 0xE0, -+0x54, 0xFB, 0xF0, 0x90, 0x93, 0xB5, 0xE0, 0xFD, 0xFF, 0x90, 0x93, 0xB4, 0xE0, 0xC3, 0x9F, 0xFF, -+0xEF, 0xFE, 0x90, 0x93, 0xF8, 0x12, 0x90, 0x00, 0xCF, 0x24, 0x38, 0xCF, 0x34, 0x00, 0xFE, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0xAC, 0x7A, 0x74, 0x10, 0xF0, 0xED, 0xFE, 0xE4, 0x78, 0x03, 0xCE, 0xC3, -+0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x90, 0xAC, 0x7B, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xD0, 0x07, -+0xD0, 0x06, 0x7B, 0x63, 0xE4, 0xFD, 0xFC, 0x12, 0x38, 0xC6, 0x7B, 0x01, 0x7A, 0x94, 0x79, 0x00, -+0x90, 0xAC, 0xA0, 0x12, 0x48, 0x4F, 0x7A, 0x93, 0x79, 0xE3, 0x90, 0xAC, 0xA3, 0x12, 0x48, 0x4F, -+0x90, 0xAC, 0xA6, 0x74, 0x10, 0xF0, 0x7A, 0x90, 0x79, 0x01, 0x12, 0x34, 0xC2, 0x90, 0x94, 0x83, -+0xE0, 0x04, 0xF0, 0x90, 0x06, 0x31, 0xE0, 0x30, 0xE2, 0x06, 0xB1, 0x8C, 0x50, 0x02, 0x81, 0x31, -+0xB1, 0x8C, 0x40, 0x0A, 0x90, 0x06, 0x35, 0xE0, 0x44, 0x20, 0x90, 0x06, 0x34, 0xF0, 0xE4, 0x90, -+0x93, 0xF9, 0xF0, 0xB1, 0xA4, 0x50, 0x21, 0x12, 0xA9, 0x64, 0xB1, 0x69, 0xB1, 0xAD, 0x90, 0x93, -+0xF9, 0xE0, 0x24, 0xE3, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0x93, 0xF7, -+0x12, 0x53, 0x3D, 0xEF, 0xB1, 0x70, 0x80, 0xDB, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x22, 0x90, 0x05, -+0x22, 0xE0, 0x90, 0x94, 0x82, 0xF0, 0x7D, 0x1D, 0x12, 0x5D, 0x90, 0xBF, 0x01, 0x06, 0xB1, 0x54, -+0x90, 0x04, 0x25, 0xF0, 0x90, 0x94, 0x82, 0xE0, 0xFF, 0x7D, 0x1E, 0x12, 0x5A, 0xD4, 0x80, 0x06, -+0xB1, 0x54, 0x90, 0x04, 0x25, 0xF0, 0x12, 0x97, 0xD2, 0x90, 0x8E, 0xCF, 0xE0, 0x70, 0x05, 0x7F, -+0x01, 0x12, 0x58, 0xB5, 0x74, 0x72, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x62, 0xA3, 0xF0, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x90, 0x93, 0xB4, 0xE0, 0xFF, 0x90, 0x95, 0xB4, 0x74, 0x08, 0xF0, 0x7B, -+0x18, 0x7D, 0x01, 0x12, 0x5E, 0x6E, 0x90, 0x93, 0xF7, 0xEF, 0xF0, 0x90, 0x93, 0xB4, 0xE0, 0x22, -+0xF0, 0x90, 0x93, 0xF9, 0xE0, 0x04, 0xF0, 0x22, 0x90, 0x93, 0xFC, 0xE4, 0x75, 0xF0, 0x08, 0x12, -+0x08, 0xD6, 0x90, 0x93, 0xFC, 0xE4, 0x75, 0xF0, 0x08, 0x02, 0x08, 0xD6, 0x90, 0x94, 0x83, 0xE0, -+0xC3, 0x94, 0x0A, 0x22, 0x90, 0x93, 0xFC, 0xE4, 0x75, 0xF0, 0x02, 0x22, 0xF0, 0xE4, 0x90, 0x94, -+0x07, 0xF0, 0xA3, 0x22, 0x90, 0x93, 0xF9, 0xE0, 0xFF, 0xC3, 0x94, 0x10, 0x22, 0xFD, 0xB1, 0xB6, -+0x90, 0x93, 0xF7, 0xEF, 0xF0, 0x22, 0xC3, 0xEE, 0x94, 0x01, 0x40, 0x0A, 0x0D, 0xED, 0x13, 0x90, -+0xFD, 0x10, 0xF0, 0xE4, 0x2F, 0xFF, 0x22, 0x75, 0x41, 0x90, 0x75, 0x42, 0x48, 0x75, 0x43, 0x02, -+0x22, 0x90, 0x93, 0xF9, 0xE0, 0xFF, 0x24, 0x4A, 0xF5, 0x82, 0xE4, 0x34, 0x90, 0xF5, 0x83, 0x22, -+0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x06, 0x31, 0xE0, 0x54, 0xEF, 0x44, 0x08, 0xF0, -+0xED, 0x2F, 0xFF, 0xE4, 0x3E, 0xFE, 0x7C, 0x00, 0xEF, 0x24, 0x08, 0xFF, 0xEC, 0x3E, 0x90, 0x93, -+0xDB, 0xF0, 0xA3, 0xEF, 0xF0, 0x7E, 0x00, 0x7F, 0x83, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x90, 0x79, -+0x41, 0x12, 0x08, 0xAA, 0x90, 0x93, 0xDC, 0xE0, 0x24, 0x01, 0xF1, 0x00, 0x90, 0x90, 0x42, 0xF1, -+0x0C, 0x24, 0x04, 0xF1, 0x00, 0x90, 0x90, 0x45, 0xF1, 0x0C, 0x24, 0x05, 0xF1, 0x00, 0x90, 0x90, -+0x46, 0xF1, 0x0C, 0x24, 0x06, 0xF1, 0x00, 0x90, 0x90, 0x47, 0xF1, 0x0C, 0x24, 0x07, 0xF1, 0x00, -+0x90, 0x90, 0x48, 0xF1, 0x0C, 0x24, 0x08, 0xF1, 0x00, 0x90, 0x90, 0x49, 0xEF, 0xF0, 0xE4, 0x90, -+0x93, 0xDA, 0xF0, 0x90, 0x93, 0xDA, 0xE0, 0xFF, 0xC3, 0x94, 0x08, 0x50, 0x17, 0x90, 0x93, 0xDC, -+0xE0, 0x24, 0x09, 0xFD, 0x90, 0x93, 0xDB, 0xE0, 0xF1, 0x28, 0x90, 0x93, 0xDA, 0xE0, 0xB1, 0xD6, -+0xF1, 0xE9, 0x80, 0xDF, 0xE4, 0x90, 0x93, 0xDA, 0xF0, 0x90, 0x93, 0xDA, 0xE0, 0xFF, 0xC3, 0x94, -+0x20, 0x50, 0x1E, 0x90, 0x93, 0xDC, 0xE0, 0x24, 0x63, 0xFD, 0x90, 0x93, 0xDB, 0xE0, 0xF1, 0x28, -+0x90, 0x93, 0xDA, 0xE0, 0x24, 0xA4, 0xF5, 0x82, 0xE4, 0x34, 0x90, 0xF5, 0x83, 0xF1, 0xE9, 0x80, -+0xD8, 0x90, 0x90, 0x46, 0x12, 0x7F, 0xB2, 0x12, 0x7D, 0x71, 0x30, 0xE3, 0x0D, 0x7F, 0x01, 0x12, -+0x6C, 0x62, 0x90, 0x01, 0xC7, 0x74, 0x03, 0xF0, 0x80, 0x3F, 0x90, 0x93, 0xD8, 0xA3, 0xE0, 0xFF, -+0x7C, 0x00, 0x54, 0x07, 0xFD, 0x64, 0x01, 0x60, 0x05, 0xED, 0x64, 0x02, 0x70, 0x2B, 0xED, 0x64, -+0x02, 0x4C, 0x70, 0x25, 0xEF, 0x54, 0x30, 0xFF, 0xE4, 0xC4, 0xF8, 0x54, 0xF0, 0xC8, 0xEF, 0xC4, -+0x54, 0x0F, 0x48, 0x90, 0x90, 0xDA, 0xF0, 0xAE, 0x04, 0xAF, 0x05, 0xE4, 0xFD, 0x12, 0x7C, 0xF0, -+0x90, 0x06, 0x31, 0xE0, 0x54, 0xF7, 0x44, 0x10, 0xF0, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xFF, 0x90, 0x93, 0xDB, 0xE0, 0x34, 0x00, 0xFE, 0xE4, 0xFD, 0x80, 0x29, 0xEF, 0xF0, 0x90, 0x93, -+0xDC, 0xE0, 0x22, 0x90, 0x93, 0xDA, 0xE0, 0xFD, 0x90, 0x93, 0xD9, 0xE0, 0x2D, 0xFD, 0x90, 0x93, -+0xD8, 0xE0, 0x34, 0x00, 0xCD, 0x24, 0x10, 0xCD, 0x34, 0x00, 0xFC, 0x7E, 0x00, 0xED, 0x2F, 0xFF, -+0xEE, 0x3C, 0xFE, 0xE4, 0xFD, 0xAB, 0x07, 0xAA, 0x06, 0xED, 0x2B, 0xFB, 0xE4, 0x3A, 0xFA, 0xC3, -+0x90, 0x8E, 0xB0, 0xE0, 0x9B, 0x90, 0x8E, 0xAF, 0xE0, 0x9A, 0x50, 0x0C, 0xA3, 0x12, 0x9E, 0xDB, -+0xFE, 0xC3, 0xEB, 0x9F, 0xFB, 0xEA, 0x9E, 0xFA, 0x12, 0x9E, 0xBA, 0x74, 0x00, 0x2F, 0x12, 0x9C, -+0x3A, 0xE0, 0xFF, 0x22, 0x90, 0x93, 0xE8, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x7D, 0x09, 0xF1, 0x35, -+0xEF, 0x64, 0x06, 0x70, 0x24, 0xF1, 0xE0, 0x7D, 0x14, 0xF1, 0x35, 0xEF, 0x70, 0x1B, 0xF1, 0xE0, -+0x7D, 0x15, 0xF1, 0x35, 0xEF, 0x64, 0x50, 0x70, 0x10, 0xF1, 0xE0, 0x7D, 0x21, 0xF1, 0x35, 0xEF, -+0x20, 0xE0, 0x03, 0x30, 0xE2, 0x03, 0x7F, 0x01, 0x22, 0x90, 0x8F, 0x31, 0xE0, 0x13, 0x13, 0x54, -+0x3F, 0x30, 0xE0, 0x39, 0xF1, 0xE0, 0x7D, 0x09, 0xF1, 0x35, 0xEF, 0x64, 0x11, 0x70, 0x2E, 0x90, -+0x93, 0xE9, 0xE0, 0x24, 0x14, 0xFF, 0x90, 0x93, 0xE8, 0xE0, 0x34, 0x00, 0xFE, 0x90, 0x93, 0xEA, -+0xF0, 0xA3, 0xEF, 0xF0, 0x7D, 0x02, 0xF1, 0x35, 0xEF, 0x70, 0x12, 0x90, 0x93, 0xEA, 0xE0, 0xFE, -+0xA3, 0xE0, 0xFF, 0x7D, 0x03, 0xF1, 0x35, 0xBF, 0x89, 0x03, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, -+0x90, 0x93, 0xE8, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0xEF, 0xF0, 0x90, 0x93, 0xDA, 0xE0, 0x04, -+0xF0, 0x22, 0x7F, 0x14, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0xE4, 0xFB, 0xFA, 0xFD, 0x7F, 0x01, 0x12, -+0x47, 0x2E, 0x90, 0x93, 0xD7, 0xEF, 0xF0, 0x60, 0xF0, 0x90, 0x8D, 0x01, 0xE0, 0xFF, 0x70, 0x04, -+0xA3, 0xE0, 0x60, 0xE5, 0xC2, 0xAF, 0xEF, 0x30, 0xE1, 0x0A, 0x90, 0x8D, 0x01, 0xE0, 0x54, 0xFD, -+0xF0, 0x12, 0x9F, 0xAB, 0x71, 0x72, 0x30, 0xE2, 0x06, 0x54, 0xFB, 0xF0, 0x12, 0x9C, 0x42, 0x71, -+0x72, 0x30, 0xE4, 0x0B, 0x54, 0xEF, 0xF0, 0x12, 0x9F, 0x60, 0xBF, 0x01, 0x02, 0x11, 0x4D, 0x71, -+0x72, 0x30, 0xE7, 0x05, 0x54, 0x7F, 0xF0, 0x71, 0x7C, 0xD2, 0xAF, 0x80, 0xBC, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0x90, 0x95, 0x0F, 0xF0, 0xA3, 0xF0, 0xA3, 0x74, 0x08, 0xF0, 0xA3, -+0x12, 0x7F, 0xA3, 0x90, 0x95, 0x17, 0xF0, 0xA3, 0xF0, 0xA3, 0xF0, 0x90, 0x01, 0xC4, 0x74, 0x4D, -+0xF0, 0x74, 0x68, 0xA3, 0xF0, 0x12, 0x9E, 0xD2, 0x12, 0x8E, 0x10, 0x90, 0x95, 0x06, 0xF0, 0xA3, -+0xEF, 0xF0, 0x90, 0x02, 0x82, 0xE0, 0x90, 0x95, 0x0E, 0xF0, 0x90, 0x8F, 0x30, 0xE0, 0x20, 0xE0, -+0x02, 0x61, 0x4F, 0xE4, 0x90, 0x95, 0x0D, 0xF0, 0x90, 0x95, 0x0E, 0xE0, 0xFF, 0x90, 0x95, 0x0D, -+0xE0, 0xC3, 0x9F, 0x40, 0x02, 0x61, 0x4F, 0x90, 0x95, 0x06, 0x12, 0x93, 0xA6, 0x90, 0xFD, 0x11, -+0xF0, 0x90, 0x95, 0x17, 0xEF, 0xF0, 0x12, 0x8F, 0xEA, 0x54, 0x3F, 0xFE, 0x90, 0x95, 0x08, 0xF0, -+0xA3, 0xEF, 0xF0, 0x90, 0x95, 0x13, 0xEE, 0x12, 0x9D, 0x9F, 0xE0, 0x54, 0x03, 0xFE, 0xEF, 0x24, -+0x18, 0x2E, 0xFF, 0x90, 0x95, 0x18, 0xF0, 0x90, 0x95, 0x07, 0xE0, 0x2F, 0xFF, 0x90, 0x95, 0x06, -+0xE0, 0x34, 0x00, 0xFE, 0x90, 0x95, 0x0A, 0x91, 0x3D, 0xC0, 0x07, 0x71, 0x60, 0x7D, 0x01, 0x12, -+0x67, 0x35, 0xC0, 0x07, 0x71, 0x60, 0x7D, 0x04, 0x12, 0x67, 0x35, 0xAB, 0x07, 0xD0, 0x05, 0xD0, -+0x07, 0x12, 0x92, 0x49, 0x90, 0x95, 0x0F, 0xEF, 0x71, 0x5F, 0xE4, 0xFD, 0x12, 0x67, 0x35, 0xEF, -+0x54, 0xFC, 0x90, 0x95, 0x0C, 0xF0, 0x90, 0x95, 0x18, 0xE0, 0xFF, 0x90, 0x95, 0x08, 0xE4, 0x8F, -+0xF0, 0x12, 0x08, 0xD6, 0x90, 0x95, 0x08, 0x12, 0x9E, 0x47, 0x90, 0x95, 0x08, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x90, 0x95, 0x06, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x7D, 0x0F, 0x12, 0x67, 0x35, 0x90, -+0x95, 0x08, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x90, 0x95, 0x06, 0xEC, 0x8D, 0xF0, 0x12, 0x9E, 0xC2, -+0xFC, 0xA3, 0xE0, 0xFD, 0xD3, 0x90, 0x95, 0x07, 0xE0, 0x9D, 0x90, 0x95, 0x06, 0xE0, 0x9C, 0x40, -+0x18, 0x90, 0x8E, 0xB0, 0xE0, 0x24, 0x01, 0xFD, 0x12, 0x9E, 0xDF, 0xFC, 0xC3, 0x90, 0x95, 0x07, -+0xE0, 0x9D, 0xF0, 0x90, 0x95, 0x06, 0xE0, 0x9C, 0xF0, 0xEF, 0x30, 0xE6, 0x06, 0x90, 0x01, 0xC7, -+0x74, 0x22, 0xF0, 0xEF, 0x30, 0xE7, 0x06, 0x90, 0x01, 0xC7, 0x74, 0x21, 0xF0, 0xEF, 0x30, 0xE5, -+0x06, 0x90, 0x01, 0xC7, 0x74, 0x23, 0xF0, 0x90, 0x95, 0x05, 0xE0, 0x60, 0x37, 0x90, 0x95, 0x0C, -+0xE0, 0x24, 0xB0, 0x60, 0x14, 0x24, 0xD0, 0x60, 0x02, 0x41, 0xDD, 0x91, 0x35, 0x20, 0xE0, 0x15, -+0x91, 0x27, 0x20, 0xE0, 0x02, 0x41, 0xDD, 0x80, 0x0C, 0x91, 0x35, 0x20, 0xE0, 0x07, 0x91, 0x27, -+0x20, 0xE0, 0x02, 0x41, 0xDD, 0x71, 0x60, 0x90, 0x95, 0x13, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x12, -+0x7D, 0x7A, 0x41, 0xDD, 0x90, 0x95, 0x0C, 0xE0, 0x24, 0x40, 0x60, 0x04, 0x24, 0x20, 0x70, 0x2A, -+0x90, 0x8F, 0x33, 0xE0, 0xFF, 0x91, 0x53, 0x20, 0xE0, 0x02, 0x41, 0xDD, 0x90, 0x8F, 0x46, 0xE0, -+0x04, 0x71, 0x5F, 0x12, 0x7F, 0x49, 0xEF, 0x70, 0x02, 0x41, 0xDD, 0x90, 0x95, 0x0C, 0xE0, 0xFF, -+0xF1, 0xE0, 0x90, 0x8F, 0x47, 0xE0, 0x04, 0xF0, 0x41, 0xDD, 0x12, 0x7F, 0xC4, 0x30, 0xE0, 0x5E, -+0x90, 0x95, 0x0F, 0xE0, 0xFF, 0x90, 0x95, 0x0B, 0xE0, 0x2F, 0xFF, 0x90, 0x95, 0x0A, 0xE0, 0x34, -+0x00, 0xCF, 0x24, 0x08, 0xCF, 0x34, 0x00, 0xFE, 0x90, 0x95, 0x15, 0x91, 0x3D, 0xEF, 0x64, 0x45, -+0x70, 0x3C, 0x71, 0x69, 0x12, 0x7D, 0x3A, 0xEF, 0x64, 0x01, 0x70, 0x32, 0x71, 0x69, 0x12, 0x7D, -+0x08, 0xEF, 0x64, 0x01, 0x70, 0x28, 0x90, 0x95, 0x19, 0x04, 0xF0, 0x90, 0x95, 0x15, 0x12, 0x7C, -+0x46, 0xFD, 0x12, 0x7D, 0xDA, 0xEF, 0x70, 0x0E, 0x90, 0x95, 0x17, 0xE0, 0xFD, 0x90, 0xFD, 0x11, -+0xF0, 0x71, 0x69, 0x12, 0x7D, 0x9C, 0x90, 0x95, 0x17, 0xE0, 0x90, 0xFD, 0x11, 0xF0, 0x71, 0x60, -+0x12, 0x7F, 0x49, 0xEF, 0x60, 0x20, 0x71, 0x60, 0x90, 0x95, 0x0F, 0xE0, 0xFD, 0x90, 0x95, 0x12, -+0xE0, 0xFB, 0x90, 0x95, 0x17, 0xE0, 0x90, 0x95, 0x99, 0xF0, 0x12, 0x7C, 0x4E, 0xEF, 0x60, 0x06, -+0x90, 0x95, 0x19, 0x74, 0x01, 0xF0, 0x90, 0x8F, 0x30, 0xE0, 0xC3, 0x13, 0x30, 0xE0, 0x13, 0x71, -+0x60, 0x90, 0x95, 0x0F, 0xE0, 0xFD, 0x12, 0x78, 0x1C, 0xEF, 0x60, 0x06, 0x90, 0x95, 0x19, 0x74, -+0x01, 0xF0, 0xF1, 0xF1, 0x54, 0x3F, 0x30, 0xE0, 0x0A, 0x71, 0x60, 0x90, 0x95, 0x0F, 0xE0, 0xFD, -+0x12, 0x79, 0x61, 0x90, 0x8F, 0x30, 0xE0, 0xFF, 0x91, 0x53, 0x30, 0xE0, 0x10, 0x90, 0x95, 0x19, -+0xE0, 0x70, 0x0A, 0x71, 0x60, 0x90, 0x95, 0x0F, 0xE0, 0xFD, 0x12, 0x7B, 0x3B, 0x12, 0xA4, 0x1C, -+0xEF, 0x64, 0x01, 0x60, 0x07, 0x90, 0x01, 0x3F, 0xE0, 0x30, 0xE2, 0x0F, 0x91, 0x46, 0x30, 0xE0, -+0x06, 0x90, 0x01, 0x3F, 0x74, 0x04, 0xF0, 0x7F, 0x01, 0x91, 0x62, 0x12, 0xA3, 0x89, 0xEF, 0x64, -+0x01, 0x70, 0x36, 0x90, 0x8F, 0x48, 0xE0, 0x04, 0xF0, 0x12, 0x9E, 0xF9, 0xAD, 0x07, 0xEF, 0x64, -+0x01, 0x60, 0x1E, 0xF1, 0xCE, 0xED, 0xB4, 0x02, 0x08, 0x90, 0x01, 0xC7, 0x74, 0x42, 0xF0, 0x80, -+0x0A, 0xED, 0xB4, 0x04, 0x06, 0x90, 0x01, 0xC7, 0x74, 0x43, 0xF0, 0x7F, 0x01, 0x91, 0x62, 0x80, -+0x1E, 0x90, 0x95, 0x06, 0x12, 0x9E, 0xE6, 0x80, 0x0E, 0x91, 0x46, 0x20, 0xE0, 0x11, 0x90, 0x8F, -+0x30, 0xE0, 0x54, 0xFE, 0xF0, 0x80, 0x08, 0x90, 0x95, 0x0D, 0xE0, 0x04, 0xF0, 0x01, 0x98, 0x74, -+0x4D, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x68, 0xA3, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, -+0x90, 0x95, 0x0A, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0x90, 0x95, 0x15, 0xE0, 0xFE, 0xA3, 0xE0, -+0xFF, 0x22, 0xD2, 0xAF, 0xC2, 0xAF, 0x90, 0x8D, 0x01, 0xE0, 0xFF, 0x22, 0xE4, 0x90, 0x93, 0xD8, -+0xF0, 0x90, 0x93, 0xD8, 0xE0, 0xFF, 0xC3, 0x94, 0x08, 0x40, 0x02, 0x81, 0x13, 0x12, 0x96, 0x90, -+0xE0, 0x64, 0x01, 0x70, 0x76, 0x90, 0x93, 0xD8, 0xE0, 0x91, 0x19, 0x12, 0x48, 0x22, 0xE4, 0x7B, -+0x01, 0x91, 0x2E, 0x70, 0x3C, 0x90, 0x93, 0xD8, 0xE0, 0xFB, 0x12, 0xA9, 0xCA, 0xE0, 0x60, 0x21, -+0x14, 0x70, 0x58, 0xEB, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x9B, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, -+0x83, 0x12, 0x48, 0x22, 0xEB, 0x91, 0x19, 0x12, 0x08, 0x6D, 0x90, 0x93, 0xD8, 0xE0, 0xFF, 0x80, -+0x0B, 0x91, 0x14, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0xAF, 0x03, 0x12, 0x97, 0xF0, 0x80, -+0x2A, 0x90, 0x93, 0xD8, 0xE0, 0x91, 0x19, 0x12, 0x48, 0x22, 0xE4, 0xFB, 0x91, 0x2E, 0x50, 0x1B, -+0x91, 0x14, 0x12, 0x48, 0x22, 0xEF, 0x24, 0xFF, 0xFF, 0xEE, 0x34, 0xFF, 0xFE, 0xED, 0x34, 0xFF, -+0xFD, 0xEC, 0x34, 0xFF, 0xFC, 0xEB, 0x91, 0x19, 0x12, 0x08, 0x6D, 0x90, 0x93, 0xD8, 0xE0, 0x04, -+0xF0, 0x61, 0x81, 0x22, 0x90, 0x93, 0xD8, 0xE0, 0xFB, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x97, 0xF5, -+0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0xEF, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x22, 0xFA, 0xF9, -+0xF8, 0xC3, 0x02, 0x48, 0x11, 0x90, 0x8E, 0xB2, 0xE0, 0xFF, 0xC3, 0x13, 0x22, 0xF0, 0xA3, 0xEF, -+0xF0, 0xE4, 0xFD, 0x02, 0x67, 0x35, 0x90, 0x8F, 0x32, 0xE0, 0xC4, 0x13, 0x54, 0x07, 0x22, 0x90, -+0x8F, 0x34, 0xE0, 0xC4, 0x13, 0x13, 0x13, 0x54, 0x01, 0x22, 0x90, 0x01, 0xC7, 0x74, 0x10, 0xF0, -+0x7F, 0x01, 0x90, 0x95, 0xE9, 0xEF, 0xF0, 0x90, 0x8D, 0x07, 0xE0, 0x64, 0x02, 0x70, 0x1D, 0x90, -+0x95, 0xE9, 0xE0, 0xFD, 0x64, 0x01, 0x70, 0x2C, 0xF1, 0xCE, 0x91, 0x4F, 0x30, 0xE0, 0x09, 0x90, -+0x01, 0x4D, 0xE0, 0x64, 0x80, 0xF0, 0x80, 0x1C, 0xAF, 0x05, 0x80, 0x15, 0x90, 0x01, 0x00, 0x74, -+0xFF, 0xF0, 0x12, 0xAA, 0x66, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x95, 0xE9, 0xE0, -+0xFF, 0x12, 0x4D, 0x27, 0xF1, 0x46, 0xF0, 0x90, 0x8F, 0x30, 0xE0, 0x54, 0xBF, 0xF0, 0x22, 0x90, -+0x93, 0xDC, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0x90, 0x93, 0xDA, 0x12, 0x7F, 0x42, 0x90, 0x94, 0x00, -+0xF0, 0xEF, 0x24, 0x24, 0xFF, 0xE4, 0x3E, 0xFE, 0xC0, 0x06, 0xF1, 0x28, 0xD0, 0x06, 0xE4, 0xFB, -+0xFA, 0xD1, 0xF8, 0x4E, 0x60, 0x3E, 0xE0, 0x24, 0x01, 0xFF, 0x90, 0x94, 0x01, 0x12, 0x67, 0x04, -+0x90, 0x93, 0xDF, 0xF1, 0x11, 0x90, 0x93, 0xDF, 0xF1, 0x07, 0xFE, 0xC3, 0x9F, 0x50, 0x25, 0x90, -+0x94, 0x02, 0xE0, 0x24, 0x02, 0xFD, 0x90, 0x94, 0x01, 0xE0, 0x34, 0x00, 0xFC, 0xEE, 0x7E, 0x00, -+0x2D, 0x12, 0x67, 0x2F, 0x90, 0x93, 0xDE, 0xE0, 0x24, 0xE0, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0x12, -+0x57, 0x33, 0x80, 0xD1, 0xF1, 0x19, 0xC0, 0x06, 0xF1, 0x28, 0xD0, 0x06, 0x7B, 0x03, 0xD1, 0xF5, -+0x90, 0x93, 0xDB, 0xE0, 0x24, 0x22, 0xF1, 0x1F, 0x90, 0x94, 0x01, 0x91, 0x3D, 0xEF, 0x20, 0xE4, -+0x02, 0xA1, 0xE5, 0x90, 0x94, 0x00, 0xE0, 0x04, 0xF0, 0xF1, 0x19, 0xC0, 0x06, 0xF1, 0x28, 0xD0, -+0x06, 0x7B, 0x30, 0xD1, 0xF5, 0x4E, 0x60, 0x45, 0xE0, 0x24, 0x08, 0xFF, 0x90, 0x94, 0x01, 0x12, -+0x67, 0x04, 0xF1, 0x0E, 0xF1, 0x04, 0xC3, 0x9F, 0x50, 0x33, 0x90, 0x94, 0x02, 0xE0, 0x24, 0x0D, -+0xFF, 0x90, 0x94, 0x01, 0x12, 0x67, 0x04, 0x90, 0x94, 0x03, 0xEF, 0xF0, 0xBF, 0x02, 0x09, 0x90, -+0x94, 0x00, 0xE0, 0x24, 0x20, 0xF0, 0x80, 0x0E, 0x90, 0x94, 0x03, 0xE0, 0xB4, 0x04, 0x07, 0x90, -+0x94, 0x00, 0xE0, 0x24, 0x40, 0xF0, 0xF1, 0xD6, 0x12, 0x57, 0x37, 0x80, 0xC7, 0xF1, 0x19, 0xC0, -+0x06, 0xF1, 0x28, 0xD0, 0x06, 0x7B, 0xDD, 0x7A, 0x00, 0x7D, 0x01, 0xD1, 0xF9, 0x4E, 0x60, 0x4A, -+0xE0, 0x24, 0x0C, 0xFF, 0x90, 0x94, 0x01, 0x12, 0x67, 0x04, 0xF1, 0x0E, 0xF1, 0x04, 0xC3, 0x9F, -+0x50, 0x38, 0x90, 0x94, 0x02, 0xE0, 0x24, 0x11, 0xFF, 0x90, 0x94, 0x01, 0x12, 0x67, 0x04, 0x90, -+0x94, 0x03, 0xEF, 0xF0, 0xBF, 0x02, 0x09, 0x90, 0x94, 0x00, 0xE0, 0x24, 0x02, 0xF0, 0x80, 0x0E, -+0x90, 0x94, 0x03, 0xE0, 0xB4, 0x04, 0x07, 0x90, 0x94, 0x00, 0xE0, 0x24, 0x04, 0xF0, 0xF1, 0xD6, -+0x12, 0x57, 0x37, 0x80, 0xC7, 0xE4, 0x90, 0x94, 0x00, 0xF0, 0x90, 0x91, 0x63, 0xE0, 0x90, 0x04, -+0xFD, 0xF1, 0x12, 0x90, 0x91, 0x63, 0xF1, 0x07, 0xFE, 0xC3, 0x9F, 0x50, 0x61, 0x12, 0xAA, 0x1C, -+0xF5, 0x83, 0xE0, 0xFF, 0x90, 0x93, 0xDF, 0xE0, 0xFE, 0x6F, 0x70, 0x4D, 0x90, 0x04, 0xFC, 0xE0, -+0x04, 0xF0, 0x90, 0x93, 0xDE, 0xE0, 0x24, 0x83, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0xE0, -+0xFF, 0x90, 0x94, 0x00, 0xE0, 0xFD, 0x4F, 0x60, 0x04, 0xED, 0x5F, 0x60, 0x2C, 0xEE, 0xFF, 0x7E, -+0x00, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x93, 0xDE, 0xE0, 0x12, 0xA9, 0xA3, 0x78, 0xE0, 0x7C, 0x93, -+0x7D, 0x01, 0xD0, 0x07, 0xD0, 0x06, 0x12, 0x4A, 0x04, 0xEF, 0x70, 0x0D, 0x90, 0x01, 0xC7, 0x74, -+0x55, 0xF0, 0x7F, 0x01, 0x91, 0x62, 0x12, 0x96, 0x65, 0x12, 0x57, 0x37, 0x80, 0x95, 0x22, 0x90, -+0x94, 0x05, 0x12, 0x7B, 0xF0, 0xA3, 0xEA, 0xF0, 0xA3, 0xEB, 0xF0, 0xC3, 0x90, 0x94, 0x0B, 0xE0, -+0x94, 0x01, 0x90, 0x94, 0x0A, 0xE0, 0x94, 0x00, 0x50, 0x02, 0x80, 0x75, 0xE4, 0x90, 0x94, 0x0E, -+0xF0, 0xA3, 0xF0, 0xF1, 0x3D, 0xE4, 0xFD, 0x12, 0x67, 0x35, 0x90, 0x94, 0x08, 0xE0, 0x70, 0x03, -+0xA3, 0xE0, 0x6F, 0x70, 0x19, 0x90, 0x94, 0x06, 0xE0, 0x24, 0x02, 0x12, 0x7F, 0xAA, 0xFE, 0x90, -+0x94, 0x07, 0xE0, 0xFD, 0x12, 0xA9, 0x22, 0xBF, 0x01, 0x02, 0xE1, 0x3D, 0x80, 0x00, 0x90, 0x94, -+0x06, 0xE0, 0x24, 0x01, 0xFF, 0x90, 0x94, 0x05, 0x12, 0x67, 0x04, 0x7E, 0x00, 0x90, 0x94, 0x0C, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x24, 0x02, 0xFF, 0xEE, 0x33, 0xFE, 0x90, 0x94, 0x05, 0x8F, 0xF0, -+0x12, 0x08, 0xD6, 0x90, 0x94, 0x0E, 0xEE, 0x8F, 0xF0, 0x12, 0x08, 0xD6, 0x90, 0x94, 0x0A, 0xE0, -+0xFE, 0xA3, 0xE0, 0xFF, 0xC3, 0x90, 0x94, 0x0F, 0xE0, 0x9F, 0x90, 0x94, 0x0E, 0xE0, 0x9E, 0x40, -+0x92, 0xE4, 0xFE, 0xFF, 0x22, 0x7A, 0x00, 0xE4, 0xFD, 0xD1, 0x5F, 0x90, 0x94, 0x01, 0xEE, 0xF0, -+0xA3, 0xEF, 0xF0, 0x22, 0x90, 0x94, 0x04, 0xE0, 0xFF, 0x90, 0x93, 0xDE, 0xE0, 0x22, 0x90, 0x94, -+0x04, 0xEF, 0xF0, 0xE4, 0x90, 0x93, 0xDE, 0xF0, 0x22, 0x90, 0x93, 0xDB, 0xE0, 0x24, 0x24, 0xFF, -+0x90, 0x93, 0xDA, 0xE0, 0x34, 0x00, 0xFE, 0x22, 0x90, 0x93, 0xDD, 0xE0, 0x24, 0xDC, 0xFE, 0x90, -+0x93, 0xDC, 0xE0, 0x34, 0xFF, 0x90, 0x94, 0x0A, 0xF0, 0xA3, 0xCE, 0xF0, 0x22, 0x90, 0x94, 0x05, -+0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0x90, 0x93, 0xC6, 0xE0, 0x54, 0xFE, 0x22, 0x90, 0x93, 0xC6, -+0xE0, 0x30, 0xE0, 0x78, 0x90, 0x93, 0xCA, 0xE0, 0x04, 0xF0, 0x90, 0x93, 0xCD, 0xE0, 0x64, 0x01, -+0x70, 0x2D, 0x90, 0x93, 0xC6, 0x12, 0x77, 0xF0, 0x30, 0xE0, 0x24, 0x90, 0x93, 0xCC, 0xE0, 0x70, -+0x1E, 0x90, 0x93, 0xC9, 0xE0, 0xFE, 0xA3, 0xE0, 0xC3, 0x9E, 0x40, 0x13, 0x91, 0x27, 0x30, 0xE0, -+0x08, 0x12, 0x81, 0x17, 0xF1, 0x46, 0xF0, 0x80, 0x06, 0x91, 0x5A, 0xF1, 0x46, 0xF0, 0x22, 0x90, -+0x93, 0xCA, 0xE0, 0xFF, 0x90, 0x93, 0xC7, 0xE0, 0xD3, 0x9F, 0x50, 0x30, 0x90, 0x06, 0x92, 0xE0, -+0x20, 0xE2, 0x1A, 0x90, 0x93, 0xCC, 0xE0, 0x70, 0x14, 0x7D, 0x08, 0xFF, 0x12, 0x5E, 0x21, 0x90, -+0x93, 0xCB, 0xE0, 0x04, 0xF0, 0x90, 0x93, 0xC5, 0xE0, 0x04, 0xF0, 0x80, 0x06, 0x90, 0x06, 0x92, -+0x74, 0x04, 0xF0, 0xE4, 0x90, 0x93, 0xCA, 0xF0, 0x90, 0x93, 0xCC, 0xF0, 0x22, 0xF0, 0x90, 0x8F, -+0x39, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0x94, 0x01, 0xE4, 0x75, 0xF0, 0x04, 0x02, 0x08, 0xD6, -+0xEF, 0x90, 0x01, 0xC7, 0xB4, 0xA0, 0x05, 0x74, 0x04, 0xF0, 0x80, 0x03, 0x74, 0x08, 0xF0, 0x80, -+0xDD, 0x90, 0x8F, 0x30, 0xE0, 0x13, 0x13, 0x22, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, -+0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, -+0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0x4C, 0x77, 0xD0, 0x07, 0xD0, 0x06, 0xD0, 0x05, 0xD0, -+0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, 0xD0, 0x83, 0xD0, -+0xF0, 0xD0, 0xE0, 0x32, 0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, -+0x00, 0xC0, 0x00, 0xC0, 0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0x12, 0xA0, 0xD3, 0xE5, 0x19, 0x30, 0xE3, 0x02, 0x51, 0x42, 0xE5, 0x19, 0x30, 0xE4, 0x02, -+0x31, 0x09, 0xE5, 0x19, 0x30, 0xE5, 0x03, 0x12, 0xA1, 0x30, 0xE5, 0x1B, 0x30, 0xE0, 0x03, 0x12, -+0x57, 0xFA, 0xE5, 0x1B, 0x30, 0xE1, 0x02, 0xD1, 0x18, 0xE5, 0x1B, 0x30, 0xE2, 0x03, 0x12, 0xA1, -+0x6C, 0xE5, 0x1B, 0x30, 0xE3, 0x02, 0x51, 0x4E, 0xE5, 0x1B, 0x30, 0xE4, 0x02, 0x51, 0x66, 0xE5, -+0x1B, 0x30, 0xE5, 0x02, 0x51, 0xBF, 0xE5, 0x1B, 0x30, 0xE6, 0x02, 0x51, 0xA9, 0xE5, 0x1C, 0x30, -+0xE1, 0x03, 0x12, 0xA1, 0x84, 0xE5, 0x1C, 0x30, 0xE6, 0x02, 0x11, 0xC7, 0xD0, 0x07, 0xD0, 0x06, -+0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, 0xD0, 0x82, -+0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x90, 0x07, 0x1F, 0xE0, 0x54, 0x7F, 0xF0, 0x90, 0x07, -+0x1C, 0xE0, 0x54, 0x01, 0xFF, 0x90, 0x94, 0x86, 0xF0, 0x90, 0x94, 0x84, 0x74, 0x02, 0xF0, 0x90, -+0x94, 0x92, 0x14, 0xF0, 0xFB, 0x7A, 0x94, 0x79, 0x84, 0x12, 0x9A, 0x2B, 0x7F, 0x04, 0x90, 0x95, -+0xE6, 0xEF, 0xF0, 0x7F, 0x02, 0x12, 0x47, 0x07, 0x90, 0x8D, 0x01, 0xE0, 0xFF, 0x90, 0x95, 0xE6, -+0xE0, 0xFE, 0xEF, 0x4E, 0x90, 0x8D, 0x01, 0xF0, 0x22, 0x31, 0x1C, 0x7F, 0x02, 0x8F, 0x59, 0x7F, -+0x02, 0x12, 0x47, 0x07, 0x90, 0x8D, 0x01, 0xE0, 0x45, 0x59, 0xF0, 0x22, 0x90, 0x01, 0xCC, 0xE0, -+0x54, 0x0F, 0x90, 0x95, 0xDD, 0xF0, 0x90, 0x95, 0xDD, 0xE0, 0xFD, 0x70, 0x02, 0x41, 0x17, 0x90, -+0x8E, 0x15, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, 0x14, 0xFF, 0x90, -+0x8E, 0x16, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, 0x08, 0x90, -+0x01, 0xC1, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0x95, 0xD9, 0x12, 0x81, 0xC4, 0x80, 0x05, 0xC3, -+0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEF, 0x5D, 0x70, 0x02, 0x21, 0xF9, 0xE4, 0x90, 0x95, -+0xDE, 0xF0, 0x90, 0x95, 0xDE, 0xE0, 0xF9, 0xC3, 0x94, 0x04, 0x50, 0x31, 0x51, 0x18, 0xA4, 0xFF, -+0xE9, 0xFD, 0x7C, 0x00, 0x2F, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xD0, 0x51, 0x30, 0x90, 0x8D, -+0xC5, 0x51, 0x20, 0x51, 0x18, 0xA4, 0x2D, 0xFF, 0xEC, 0x35, 0xF0, 0xFE, 0x74, 0xF0, 0x51, 0x30, -+0x90, 0x8D, 0xC9, 0x51, 0x20, 0x90, 0x95, 0xDE, 0xE0, 0x04, 0xF0, 0x80, 0xC5, 0x90, 0x95, 0xDD, -+0xE0, 0xFF, 0x90, 0x95, 0xD9, 0x12, 0x4B, 0x8C, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5F, -+0x90, 0x95, 0xDD, 0xF0, 0x90, 0x95, 0xD9, 0xE0, 0xFF, 0x74, 0x01, 0xA8, 0x07, 0x08, 0x80, 0x02, -+0xC3, 0x33, 0xD8, 0xFC, 0x90, 0x01, 0xCC, 0xF0, 0x90, 0x95, 0xD9, 0xE0, 0x04, 0xF0, 0xE0, 0x54, -+0x03, 0xF0, 0x90, 0x8E, 0x16, 0x12, 0x9B, 0x3D, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x70, 0x02, -+0x21, 0x26, 0xE4, 0x90, 0x8E, 0x16, 0xF0, 0x21, 0x26, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x02, 0xF0, -+0x90, 0x95, 0xD9, 0xE0, 0x44, 0x80, 0x90, 0x00, 0x8A, 0xF0, 0x51, 0x18, 0x90, 0x01, 0xD0, 0x12, -+0x48, 0x3A, 0xE0, 0x90, 0x01, 0xC3, 0xF0, 0x22, 0x90, 0x95, 0xD9, 0xE0, 0x75, 0xF0, 0x04, 0x22, -+0x12, 0x48, 0x3A, 0xE5, 0x82, 0x29, 0xF5, 0x82, 0xE4, 0x35, 0x83, 0xF5, 0x83, 0xEF, 0xF0, 0x22, -+0x2F, 0xF5, 0x82, 0x74, 0x01, 0x3E, 0xF5, 0x83, 0xE0, 0xFF, 0x90, 0x8E, 0x16, 0xE0, 0x75, 0xF0, -+0x08, 0x22, 0x90, 0x8F, 0x30, 0xE0, 0x30, 0xE0, 0x04, 0x7F, 0x10, 0x31, 0x0D, 0x22, 0x51, 0x5E, -+0x70, 0x0B, 0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x05, 0xB1, 0xAD, 0x12, 0x50, 0x04, 0x22, 0xE4, 0xFF, -+0x51, 0x80, 0xEF, 0x64, 0x01, 0x22, 0x51, 0x5E, 0x70, 0x15, 0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x0F, -+0xB1, 0xAD, 0xF0, 0x90, 0x8E, 0xC7, 0xE0, 0xF1, 0x25, 0x54, 0x07, 0x70, 0x02, 0x71, 0xE4, 0x22, -+0x12, 0x6C, 0x27, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0x12, 0x81, 0x64, 0xE0, 0xFD, 0x7C, 0x00, 0x12, -+0x81, 0xC6, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, 0xF9, 0xFF, 0xEE, 0x5C, 0xFE, 0xEF, -+0x5D, 0x4E, 0x7F, 0x00, 0x60, 0x02, 0x7F, 0x01, 0x22, 0xE4, 0xFF, 0x51, 0x80, 0xBF, 0x01, 0x0E, -+0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x08, 0xB1, 0x8B, 0x54, 0x07, 0x70, 0x02, 0x71, 0xE4, 0x22, 0xE4, -+0xFF, 0x51, 0x80, 0xBF, 0x01, 0x11, 0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x0B, 0x71, 0xD5, 0x64, 0x02, -+0x60, 0x02, 0xE1, 0x53, 0x12, 0x5F, 0xBF, 0x22, 0x90, 0x93, 0xC2, 0xE0, 0x30, 0xE0, 0x33, 0x51, -+0x5E, 0x70, 0x2F, 0x90, 0x95, 0xEA, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x0B, 0x90, 0x93, 0xC4, -+0xE0, 0x04, 0xF0, 0xE4, 0x90, 0x95, 0xEA, 0xF0, 0x90, 0x93, 0xC4, 0xE0, 0xFF, 0x90, 0x93, 0xC3, -+0xE0, 0xD3, 0x9F, 0x50, 0x0D, 0x90, 0x93, 0xC5, 0xE0, 0x70, 0x07, 0xE4, 0x90, 0x93, 0xC4, 0xF0, -+0xF1, 0xF7, 0x22, 0x8B, 0x52, 0x8A, 0x53, 0x89, 0x54, 0x12, 0x84, 0xB4, 0xFF, 0xF5, 0x56, 0x12, -+0x06, 0x89, 0xFE, 0xC3, 0x13, 0x30, 0xE0, 0x07, 0x12, 0x86, 0x52, 0xF5, 0x57, 0x80, 0x02, 0x8F, -+0x57, 0x85, 0x56, 0x55, 0xE5, 0x55, 0xD3, 0x95, 0x57, 0x50, 0x25, 0xAB, 0x52, 0xAA, 0x53, 0xA9, -+0x54, 0x12, 0x06, 0x89, 0x54, 0x01, 0xFD, 0xAF, 0x55, 0x12, 0x81, 0x23, 0xAF, 0x55, 0x51, 0x80, -+0xEF, 0xAF, 0x55, 0x70, 0x05, 0x12, 0x81, 0x1E, 0x80, 0x02, 0xF1, 0x96, 0x05, 0x55, 0x80, 0xD4, -+0xE5, 0x56, 0x70, 0x0E, 0xFF, 0x51, 0x80, 0xEF, 0x70, 0x08, 0xB1, 0xFF, 0x54, 0xBF, 0xF0, 0x54, -+0x7F, 0xF0, 0x22, 0xF1, 0x1A, 0x30, 0xE0, 0x0B, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x30, 0xE0, -+0x02, 0xB1, 0xEF, 0x90, 0x8E, 0xC7, 0xF1, 0xF0, 0x30, 0xE0, 0x09, 0xEF, 0xF1, 0x25, 0x54, 0x07, -+0x70, 0x42, 0x80, 0x3E, 0x90, 0x8E, 0xD5, 0xE0, 0x04, 0xF0, 0x90, 0x8E, 0xD0, 0xE0, 0x54, 0xEF, -+0xF0, 0x12, 0xA9, 0xE4, 0x40, 0x2C, 0x51, 0x5E, 0x70, 0x2A, 0x71, 0xD5, 0x70, 0x04, 0x71, 0xEE, -+0x80, 0x2A, 0x71, 0xEE, 0x90, 0x8E, 0xD6, 0xE0, 0x04, 0xF0, 0xE0, 0xD3, 0x94, 0x02, 0x40, 0x09, -+0x71, 0xDC, 0xE4, 0x90, 0x8E, 0xD6, 0xF0, 0x80, 0x03, 0x12, 0x5F, 0xBF, 0xE4, 0x90, 0x8E, 0xD5, -+0xF0, 0x22, 0x71, 0xE4, 0x22, 0x90, 0x8E, 0xCA, 0xE0, 0x54, 0x0F, 0x22, 0x90, 0x8E, 0xC8, 0xE0, -+0x54, 0xFB, 0xF0, 0x22, 0x90, 0x8E, 0xCE, 0xE0, 0xFF, 0x7D, 0x01, 0x02, 0x58, 0xD0, 0x12, 0xA9, -+0xE4, 0x40, 0x34, 0x90, 0x8E, 0xE6, 0xE0, 0x04, 0xF0, 0x90, 0x8F, 0x28, 0xE0, 0xFF, 0x90, 0x8E, -+0xE6, 0xE0, 0xD3, 0x9F, 0x50, 0x21, 0x90, 0x8E, 0xDE, 0xE0, 0x04, 0x12, 0xA9, 0x77, 0x12, 0x57, -+0xED, 0x90, 0x8E, 0xE5, 0xF0, 0xFB, 0x90, 0x8E, 0xDE, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, 0x95, -+0xC8, 0x74, 0x04, 0xF0, 0x12, 0x82, 0x04, 0x22, 0x90, 0x01, 0x36, 0x74, 0x78, 0xF0, 0xA3, 0x74, -+0x02, 0xF0, 0x7D, 0x78, 0xFF, 0x91, 0x6A, 0x7D, 0x02, 0x7F, 0x03, 0x91, 0x6A, 0x90, 0x06, 0x0A, -+0xE0, 0x44, 0x07, 0x12, 0xA9, 0x8E, 0xE4, 0xFF, 0x51, 0x80, 0xBF, 0x01, 0x10, 0x71, 0xDC, 0x90, -+0x8E, 0xCF, 0xE0, 0x20, 0xE2, 0x09, 0x7D, 0x01, 0x7F, 0x04, 0x02, 0x58, 0xD0, 0xF1, 0xD0, 0x22, -+0x7D, 0x01, 0x7F, 0x02, 0x91, 0x6A, 0x7D, 0x02, 0x7F, 0x02, 0x74, 0x15, 0x2F, 0xF8, 0xE6, 0x4D, -+0xFE, 0xF6, 0x74, 0x30, 0xF1, 0x34, 0xF0, 0x22, 0x90, 0x05, 0x62, 0xE0, 0xFE, 0x90, 0x05, 0x61, -+0xE0, 0xFD, 0xED, 0x78, 0x02, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x12, 0x93, 0xAE, -+0x51, 0x5E, 0x60, 0x02, 0xA1, 0x39, 0x90, 0x8E, 0xCC, 0xE0, 0x70, 0x02, 0xA1, 0x39, 0xB1, 0xA4, -+0x64, 0x01, 0x70, 0x22, 0x90, 0x06, 0xAB, 0xE0, 0x90, 0x8E, 0xD3, 0xF0, 0x90, 0x06, 0xAA, 0xE0, -+0x90, 0x8E, 0xD2, 0xF0, 0xA3, 0xE0, 0xFF, 0x70, 0x08, 0x90, 0x8E, 0xD2, 0xE0, 0xFE, 0xFF, 0x80, -+0x00, 0x90, 0x8E, 0xD3, 0xEF, 0xF0, 0x12, 0x82, 0xD7, 0xE4, 0x90, 0x8E, 0xD5, 0x12, 0xA9, 0x8E, -+0xB1, 0xAD, 0xF1, 0x27, 0x54, 0xEF, 0xF0, 0xB1, 0xA4, 0x24, 0xFD, 0x50, 0x02, 0x80, 0x02, 0xB1, -+0x3A, 0xF1, 0x1A, 0x30, 0xE0, 0x51, 0xEF, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x20, 0xE0, 0x22, 0xB1, -+0x93, 0x6F, 0x70, 0x43, 0x90, 0x8E, 0xC8, 0xE0, 0x44, 0x40, 0xF0, 0x12, 0xAA, 0x7D, 0xB1, 0x9B, -+0x7F, 0x03, 0x12, 0xA1, 0xFC, 0xF1, 0x0C, 0xB1, 0xEF, 0x90, 0x8E, 0xD3, 0xE0, 0x14, 0xF0, 0x80, -+0x26, 0x12, 0xAA, 0x75, 0x64, 0x01, 0x70, 0x1F, 0xB1, 0x93, 0xFE, 0x6F, 0x60, 0x19, 0x90, 0x05, -+0x73, 0xE0, 0xFF, 0xEE, 0x6F, 0x60, 0x10, 0xF1, 0xED, 0x30, 0xE0, 0x0B, 0xEF, 0x54, 0xBF, 0xB1, -+0x9B, 0x7F, 0x03, 0xF1, 0x12, 0x91, 0x60, 0xF1, 0xD0, 0x22, 0x90, 0x06, 0xA9, 0xE0, 0xF5, 0x58, -+0x54, 0xC0, 0x70, 0x07, 0xB1, 0x8B, 0x54, 0xFD, 0xF0, 0x61, 0xE4, 0xE5, 0x58, 0x30, 0xE6, 0x1E, -+0x90, 0x8E, 0xCC, 0xE0, 0x64, 0x01, 0x70, 0x18, 0x90, 0x8E, 0xD0, 0xE0, 0x44, 0x01, 0xF0, 0x71, -+0xD5, 0x64, 0x02, 0x60, 0x04, 0xF1, 0x53, 0x80, 0x07, 0x12, 0x5F, 0xBF, 0x80, 0x02, 0xB1, 0x8B, -+0xE5, 0x58, 0x90, 0x8E, 0xD0, 0x30, 0xE7, 0x0E, 0xE0, 0x44, 0x02, 0x12, 0x50, 0x04, 0x90, 0x8E, -+0xC7, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0xE0, 0x54, 0xFD, 0xF0, 0x22, 0x90, 0x8E, 0xD0, 0xE0, 0x54, -+0xFE, 0xF0, 0x22, 0x90, 0x8E, 0xD2, 0xE0, 0xFF, 0xA3, 0xE0, 0x22, 0xF0, 0x90, 0x01, 0x3F, 0x74, -+0x10, 0xF0, 0xFD, 0x22, 0x90, 0x8E, 0xCA, 0xE0, 0xFF, 0xC4, 0x54, 0x0F, 0x22, 0x90, 0x01, 0x57, -+0xE4, 0xF0, 0x90, 0x01, 0x3C, 0x74, 0x02, 0x22, 0xEF, 0x70, 0x32, 0x7D, 0x78, 0x7F, 0x02, 0xB1, -+0xF3, 0x7D, 0x02, 0x7F, 0x03, 0xB1, 0xF3, 0x7D, 0xC8, 0x7F, 0x02, 0xF1, 0x12, 0xB1, 0xAD, 0xF0, -+0xE4, 0xFF, 0x51, 0x80, 0xEF, 0x70, 0x0A, 0xB1, 0xFF, 0x54, 0xBF, 0xF0, 0x54, 0x7F, 0xF0, 0x80, -+0x07, 0x7D, 0x01, 0x7F, 0x0C, 0x12, 0x58, 0xD0, 0xD1, 0x04, 0x02, 0xA6, 0x5B, 0x81, 0x28, 0x7D, -+0x02, 0x7F, 0x02, 0x74, 0x15, 0xF1, 0xD8, 0xFE, 0xF6, 0x74, 0x30, 0xF1, 0x34, 0xF0, 0x22, 0x12, -+0x4C, 0x14, 0xD1, 0x0C, 0x90, 0x8E, 0xC7, 0xE0, 0x54, 0xF7, 0xF0, 0x22, 0x12, 0xA6, 0x53, 0xF1, -+0xE3, 0x7D, 0x0C, 0x7F, 0x01, 0x02, 0x58, 0x4A, 0x90, 0x8E, 0xCC, 0xE0, 0x70, 0x02, 0xC1, 0xA9, -+0x90, 0x8E, 0xE3, 0xE0, 0x04, 0x12, 0x51, 0x05, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, -+0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x12, 0x51, 0x1F, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, -+0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, -+0x07, 0xA3, 0x12, 0x51, 0x1F, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, -+0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0x8F, 0x17, 0x12, 0xA8, 0x27, 0x54, 0x7F, 0xF0, 0xA3, 0xE0, -+0x30, 0xE0, 0x0F, 0x12, 0x84, 0x71, 0x90, 0x95, 0xC8, 0x74, 0x05, 0xF0, 0x12, 0x82, 0x04, 0x12, -+0xAA, 0x6D, 0xF1, 0x1A, 0x30, 0xE0, 0x0B, 0x90, 0x01, 0x3B, 0xE0, 0x30, 0xE4, 0x04, 0xB1, 0xEF, -+0xF1, 0x0C, 0x90, 0x95, 0xE8, 0xE0, 0x04, 0xF0, 0xE0, 0xC3, 0x94, 0x80, 0x40, 0x0B, 0x90, 0x01, -+0x98, 0xE0, 0x54, 0xFE, 0xF0, 0xE0, 0x44, 0x01, 0xF0, 0x12, 0x6F, 0x4D, 0x51, 0xD8, 0xE4, 0x90, -+0x93, 0xC5, 0xF0, 0x12, 0x7F, 0xC4, 0x30, 0xE0, 0x52, 0x90, 0x91, 0x0D, 0xE0, 0xFE, 0xA3, 0xE0, -+0xFF, 0x7C, 0x00, 0x7D, 0x64, 0x12, 0x07, 0x15, 0x90, 0x91, 0x61, 0xE0, 0x6E, 0x70, 0x03, 0xA3, -+0xE0, 0x6F, 0x60, 0x0A, 0x90, 0x91, 0x61, 0xE4, 0x75, 0xF0, 0x01, 0x02, 0x08, 0xD6, 0x90, 0x91, -+0x11, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x91, 0x1F, 0xE0, 0xB5, 0x06, 0x14, 0xA3, 0xE0, 0xB5, -+0x07, 0x0F, 0xEF, 0x4E, 0x60, 0x0B, 0x90, 0x01, 0xC7, 0x74, 0x31, 0xF0, 0x7F, 0x01, 0x02, 0x6C, -+0x62, 0x12, 0x91, 0x9A, 0xE4, 0x90, 0x91, 0x61, 0xF0, 0xA3, 0xF0, 0x22, 0x7D, 0x01, 0x7F, 0x02, -+0xA1, 0xF3, 0x74, 0x1D, 0xF1, 0xD8, 0xF1, 0x30, 0xF0, 0x22, 0x90, 0x8E, 0xC8, 0xE0, 0xFF, 0x13, -+0x13, 0x13, 0x54, 0x1F, 0x22, 0x54, 0xFB, 0xF0, 0x90, 0x8E, 0xD0, 0xE0, 0x54, 0xFD, 0xF0, 0x22, -+0xFE, 0xF6, 0x74, 0x38, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x01, 0xF5, 0x83, 0xEE, 0x22, 0x90, 0x8E, -+0xCC, 0xE0, 0x60, 0x0E, 0x90, 0x06, 0x92, 0xE0, 0x30, 0xE1, 0x03, 0x02, 0xA5, 0x10, 0xD1, 0x04, -+0x71, 0xE4, 0x22, 0x90, 0x04, 0x1D, 0xE0, 0x70, 0x18, 0x90, 0x8D, 0xBF, 0xE0, 0xFF, 0x90, 0x95, -+0xB4, 0x74, 0x09, 0xF0, 0x7B, 0x18, 0xE4, 0xFD, 0x12, 0x5E, 0x6E, 0x90, 0x95, 0xE3, 0x12, 0x97, -+0xCD, 0x22, 0x90, 0x8E, 0xC7, 0xE0, 0x54, 0xFB, 0xF0, 0xE4, 0x90, 0x8E, 0xD5, 0xF0, 0xA3, 0xF0, -+0x90, 0x8E, 0xD0, 0xF0, 0x90, 0x8E, 0xC8, 0xE0, 0x54, 0xF7, 0xF0, 0x54, 0xBF, 0xF0, 0x91, 0x60, -+0x7D, 0x10, 0x7F, 0x03, 0xE1, 0x12, 0xE4, 0xFD, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, -+0x95, 0xDB, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x44, 0x7F, 0x6F, 0x12, 0x5A, 0xD4, 0x12, 0x5D, -+0x94, 0x90, 0x95, 0xDC, 0xE0, 0x90, 0x95, 0xDB, 0xB4, 0x01, 0x08, 0x12, 0xA9, 0xFC, 0x44, 0x04, -+0xF0, 0x80, 0x06, 0x12, 0xA9, 0xFC, 0x54, 0xFB, 0xF0, 0xF1, 0xE3, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0x90, 0x8E, 0xC8, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0x2F, 0xF8, 0xE6, 0xFE, 0xED, 0xF4, 0x5E, 0x22, -+0x12, 0x4C, 0x14, 0xE4, 0xFD, 0xFF, 0x02, 0x5A, 0xD4, 0x7F, 0x80, 0x21, 0x0D, 0x90, 0x8E, 0xC8, -+0xE0, 0xFF, 0x13, 0x13, 0x54, 0x3F, 0x22, 0x90, 0x93, 0xC2, 0xF1, 0xF0, 0x30, 0xE0, 0x0D, 0x7B, -+0x00, 0x7A, 0x00, 0x79, 0x00, 0x11, 0x0F, 0x04, 0xF0, 0x02, 0x5C, 0x64, 0x02, 0x5E, 0x1D, 0x90, -+0x95, 0x42, 0x12, 0x48, 0x4F, 0xE4, 0x90, 0x95, 0x45, 0xF0, 0xA3, 0x22, 0x71, 0xED, 0x91, 0x3A, -+0x7A, 0x40, 0x79, 0x56, 0x71, 0xDF, 0x78, 0xE7, 0x7C, 0x93, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, -+0x79, 0x5C, 0x71, 0x13, 0x78, 0xEB, 0x7C, 0x93, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x60, -+0x71, 0x13, 0xE4, 0x90, 0x93, 0xF0, 0xF0, 0x31, 0x4F, 0xCF, 0x24, 0x06, 0xCF, 0x12, 0x67, 0x05, -+0xEF, 0x64, 0x08, 0x60, 0x02, 0x21, 0x37, 0x31, 0x4F, 0xCF, 0x24, 0x07, 0xCF, 0x12, 0x67, 0x05, -+0xEF, 0x64, 0x06, 0x60, 0x02, 0x21, 0x37, 0x90, 0x93, 0xF0, 0x04, 0xF0, 0xE4, 0x90, 0x93, 0xEF, -+0xF0, 0x31, 0x3D, 0x94, 0x06, 0x50, 0x17, 0x90, 0x93, 0xD9, 0xE0, 0x24, 0x0A, 0xFD, 0x90, 0x93, -+0xD8, 0xE0, 0x12, 0x67, 0x28, 0x90, 0x93, 0xEF, 0x91, 0x31, 0x31, 0x44, 0x80, 0xE3, 0x71, 0xE6, -+0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x40, 0xF1, 0x99, 0x60, 0x02, 0x21, 0x37, 0x90, 0x93, 0xEF, 0xF0, -+0x31, 0x3D, 0x94, 0x04, 0x50, 0x19, 0x51, 0xF5, 0x31, 0x5A, 0xCD, 0x24, 0x20, 0x12, 0x67, 0x27, -+0x90, 0x93, 0xEF, 0xE0, 0x24, 0xEB, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0x31, 0x44, 0x80, 0xE1, 0x78, -+0xEB, 0x7C, 0x93, 0x91, 0xDF, 0x70, 0x67, 0x90, 0x06, 0x30, 0xE0, 0x44, 0x01, 0x54, 0xDF, 0xF0, -+0x90, 0x8F, 0x32, 0xE0, 0x30, 0xE0, 0x0A, 0x90, 0x01, 0xC7, 0x74, 0x09, 0x12, 0x6F, 0xCD, 0x80, -+0x56, 0xE4, 0x90, 0x93, 0xEF, 0xF0, 0x31, 0x3D, 0x94, 0x06, 0x50, 0x0C, 0x12, 0x67, 0x13, 0x90, -+0x93, 0xEF, 0x91, 0x28, 0x31, 0x44, 0x80, 0xEE, 0xE4, 0x90, 0x93, 0xEF, 0xF0, 0x31, 0x3D, 0x94, -+0x04, 0x50, 0x19, 0x51, 0xF5, 0x31, 0x5A, 0xCD, 0x24, 0x16, 0x12, 0x67, 0x27, 0x90, 0x93, 0xEF, -+0xE0, 0x24, 0xE7, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0x31, 0x44, 0x80, 0xE1, 0x7B, 0x01, 0x7A, 0x93, -+0x79, 0xE1, 0x11, 0x0F, 0xF0, 0x7A, 0x93, 0x79, 0xE7, 0x12, 0x5C, 0x64, 0x80, 0x09, 0x90, 0x06, -+0x30, 0xE0, 0x44, 0x21, 0x54, 0xEF, 0xF0, 0x90, 0x93, 0xF0, 0xE0, 0xFF, 0x22, 0x90, 0x93, 0xEF, -+0xE0, 0xFF, 0xC3, 0x22, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x93, 0xEF, 0xE0, 0x04, 0xF0, 0x22, 0x90, -+0x93, 0xDA, 0xE0, 0xFF, 0x90, 0x93, 0xD9, 0xE0, 0x2F, 0xFF, 0x90, 0x93, 0xD8, 0xE0, 0x34, 0x00, -+0x22, 0x71, 0xED, 0x71, 0xE6, 0x7B, 0xFF, 0x7A, 0x40, 0x79, 0x6A, 0x71, 0xDF, 0x91, 0x3A, 0x7A, -+0x40, 0x79, 0x70, 0x71, 0x1A, 0x78, 0xF1, 0x7C, 0x93, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, 0x40, 0x79, -+0x80, 0x71, 0x1A, 0xE4, 0x90, 0x94, 0x04, 0xF0, 0x90, 0x93, 0xD8, 0x91, 0x46, 0xFD, 0x71, 0xF9, -+0xEF, 0x64, 0x01, 0x60, 0x02, 0x41, 0xEF, 0x31, 0x4F, 0xCF, 0x24, 0x0E, 0xCF, 0x12, 0x67, 0x05, -+0xEF, 0x64, 0x3A, 0x60, 0x02, 0x41, 0xEF, 0x31, 0x4F, 0xCF, 0x24, 0x30, 0xCF, 0x12, 0x67, 0x05, -+0xEF, 0x64, 0x87, 0x60, 0x02, 0x41, 0xEF, 0x90, 0x94, 0x04, 0x04, 0xF0, 0xE4, 0x90, 0x94, 0x01, -+0xF0, 0x71, 0x01, 0x94, 0x10, 0x50, 0x19, 0x51, 0xF5, 0x31, 0x5A, 0xCD, 0x24, 0x38, 0x12, 0x67, -+0x27, 0x90, 0x94, 0x01, 0xE0, 0x24, 0xF1, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0x71, 0x08, 0x80, 0xE1, -+0xE4, 0x90, 0x94, 0x02, 0xF0, 0x90, 0x94, 0x02, 0xE0, 0xFF, 0xC3, 0x94, 0x02, 0x40, 0x02, 0x41, -+0xEF, 0x75, 0xF0, 0x38, 0xEF, 0x71, 0x21, 0x20, 0xE0, 0x02, 0x41, 0xEF, 0xE4, 0x90, 0x94, 0x03, -+0xF0, 0x71, 0x32, 0x90, 0x8F, 0x6A, 0x12, 0x48, 0x3A, 0xE0, 0xFE, 0x90, 0x94, 0x03, 0xE0, 0xC3, -+0x9E, 0x40, 0x02, 0x41, 0xE7, 0xEF, 0x75, 0xF0, 0x38, 0xA4, 0x24, 0x81, 0xF9, 0x74, 0x8F, 0x35, -+0xF0, 0xFA, 0x7B, 0x01, 0xE0, 0x75, 0xF0, 0x10, 0xA4, 0x29, 0xF9, 0xEA, 0x35, 0xF0, 0xFA, 0x78, -+0xF1, 0x7C, 0x93, 0x71, 0x29, 0xEF, 0x60, 0x02, 0x41, 0xD8, 0x90, 0x06, 0x33, 0xE0, 0x44, 0x01, -+0x54, 0xFB, 0xF0, 0xE4, 0x90, 0x94, 0x01, 0xF0, 0x71, 0x01, 0x94, 0x06, 0x50, 0x13, 0x51, 0xF5, -+0x31, 0x5A, 0xCD, 0x24, 0x4A, 0x12, 0x67, 0x27, 0x90, 0x94, 0x01, 0x91, 0x31, 0x71, 0x08, 0x80, -+0xE7, 0xE4, 0x90, 0x94, 0x01, 0xF0, 0x71, 0x01, 0x94, 0x10, 0x50, 0x0C, 0x12, 0x67, 0x13, 0x90, -+0x94, 0x01, 0x91, 0x28, 0x71, 0x08, 0x80, 0xEE, 0x71, 0x32, 0x71, 0x21, 0xFE, 0xC3, 0x13, 0x30, -+0xE0, 0x1A, 0xEF, 0x75, 0xF0, 0x38, 0xA4, 0x24, 0x71, 0xF9, 0x74, 0x8F, 0x35, 0xF0, 0xFA, 0x7B, -+0x01, 0x78, 0xE1, 0x7C, 0x93, 0x71, 0x29, 0xEF, 0x70, 0x45, 0x80, 0x00, 0x7B, 0x01, 0x7A, 0x93, -+0x79, 0xDB, 0x90, 0x94, 0x08, 0x12, 0x48, 0x4F, 0x7A, 0x93, 0x79, 0xF1, 0x90, 0x94, 0x0B, 0x12, -+0x48, 0x4F, 0x90, 0x94, 0x02, 0xE0, 0x75, 0xF0, 0x38, 0xA4, 0x24, 0x6B, 0xF9, 0x74, 0x8F, 0x35, -+0xF0, 0xFA, 0x90, 0x94, 0x0E, 0x12, 0x48, 0x4F, 0xE4, 0x90, 0x94, 0x11, 0xF0, 0xA3, 0xF0, 0x7A, -+0x93, 0x79, 0xE1, 0x12, 0x5A, 0xDF, 0x80, 0x07, 0x90, 0x06, 0x33, 0xE0, 0x44, 0x05, 0xF0, 0x90, -+0x94, 0x03, 0xE0, 0x04, 0xF0, 0x41, 0x01, 0x90, 0x94, 0x02, 0xE0, 0x04, 0xF0, 0x21, 0xE5, 0x90, -+0x94, 0x04, 0xE0, 0xFF, 0x22, 0x90, 0x93, 0xDA, 0xE0, 0xFD, 0x90, 0x93, 0xD9, 0xE0, 0x2D, 0xFD, -+0x22, 0x90, 0x94, 0x01, 0xE0, 0xFF, 0xC3, 0x22, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x94, 0x01, 0xE0, -+0x04, 0xF0, 0x22, 0x7E, 0x00, 0x7F, 0x04, 0x02, 0x06, 0x63, 0x7E, 0x00, 0x7F, 0x10, 0x02, 0x06, -+0x63, 0x90, 0x8F, 0x69, 0x12, 0x48, 0x3A, 0xE0, 0x22, 0x7D, 0x01, 0x7E, 0x00, 0x7F, 0x10, 0x02, -+0x4A, 0x04, 0x90, 0x94, 0x02, 0xE0, 0xFF, 0x75, 0xF0, 0x38, 0x22, 0x71, 0xED, 0x71, 0xE6, 0x7B, -+0xFF, 0x7A, 0x40, 0x79, 0x90, 0x71, 0xDF, 0x78, 0xE2, 0x7C, 0x93, 0x7D, 0x01, 0x7B, 0xFF, 0x7A, -+0x40, 0x79, 0x96, 0x71, 0x13, 0xB1, 0x93, 0xF1, 0x49, 0xEF, 0x70, 0x02, 0x61, 0xDE, 0x31, 0x4F, -+0xFE, 0x90, 0x93, 0xE6, 0xF0, 0xA3, 0xEF, 0xF0, 0x24, 0x06, 0xFF, 0xE4, 0x3E, 0x12, 0x67, 0x07, -+0xEF, 0x64, 0x08, 0x70, 0x69, 0x90, 0x93, 0xE7, 0xE0, 0x24, 0x07, 0xFF, 0x90, 0x93, 0xE6, 0x12, -+0x67, 0x04, 0xEF, 0x70, 0x59, 0x90, 0x93, 0xE1, 0xF0, 0x90, 0x93, 0xE1, 0xE0, 0xFF, 0xC3, 0x94, -+0x04, 0x50, 0x25, 0x90, 0x93, 0xE7, 0xE0, 0x24, 0x18, 0xFD, 0x90, 0x93, 0xE6, 0xE0, 0x12, 0x67, -+0x28, 0x90, 0x93, 0xE1, 0xE0, 0x24, 0xE2, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0xF5, 0x83, 0xEF, 0xF0, -+0x90, 0x93, 0xE1, 0xE0, 0x04, 0xF0, 0x80, 0xD1, 0x78, 0xE2, 0x7C, 0x93, 0x91, 0xDF, 0x70, 0x1E, -+0x90, 0x93, 0xE7, 0xE0, 0x24, 0x08, 0xFF, 0x90, 0x93, 0xE6, 0xE0, 0x34, 0x00, 0xFE, 0x12, 0x67, -+0x64, 0xEF, 0x64, 0x01, 0x60, 0x08, 0x90, 0x01, 0xC7, 0x74, 0x22, 0x12, 0x6F, 0xCD, 0x22, 0x7E, -+0x00, 0x7F, 0x06, 0x02, 0x06, 0x63, 0x78, 0xDB, 0x7C, 0x93, 0x7D, 0x01, 0x22, 0x90, 0x93, 0xD8, -+0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x22, 0x90, 0x94, 0x05, 0x71, 0xF0, 0x2F, 0xFF, -+0xE4, 0x3E, 0xCF, 0x24, 0x06, 0xCF, 0x12, 0x67, 0x05, 0xBF, 0x86, 0x19, 0x90, 0x94, 0x07, 0xE0, -+0xFF, 0x90, 0x94, 0x06, 0xE0, 0x2F, 0xF1, 0xAA, 0xCF, 0x24, 0x07, 0xCF, 0x12, 0x67, 0x05, 0xBF, -+0xDD, 0x03, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0xE0, 0x24, 0xE1, 0xF5, 0x82, 0xE4, 0x34, 0x93, -+0x22, 0xE0, 0x24, 0xDB, 0xF5, 0x82, 0xE4, 0x34, 0x93, 0x22, 0x78, 0xE1, 0x7C, 0x93, 0x7D, 0x01, -+0x7B, 0xFF, 0x22, 0x90, 0x95, 0x95, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0xA3, 0xE0, 0x22, 0x90, 0x95, -+0x97, 0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0x95, 0x95, 0xF1, 0x42, 0x90, 0x95, 0x9A, 0xF0, 0xFD, -+0x12, 0x67, 0x35, 0xEF, 0x54, 0x0C, 0x64, 0x08, 0x70, 0x54, 0x91, 0x43, 0x91, 0xC4, 0x64, 0x88, -+0x70, 0x4C, 0x91, 0x43, 0x24, 0x07, 0xFD, 0x12, 0x67, 0x35, 0xEF, 0x64, 0x8E, 0x70, 0x3F, 0x90, -+0x95, 0x9A, 0x04, 0xF0, 0x91, 0xCC, 0x04, 0xFD, 0x12, 0x67, 0x35, 0xEF, 0x64, 0x03, 0x70, 0x2E, -+0x91, 0xCC, 0x91, 0xC4, 0x30, 0xE3, 0x07, 0x90, 0x01, 0xC7, 0x74, 0x01, 0x80, 0x1D, 0x90, 0x8F, -+0x30, 0xF1, 0xBD, 0x30, 0xE0, 0x08, 0x91, 0x43, 0xFD, 0x12, 0x65, 0xE0, 0x80, 0x10, 0x90, 0x8F, -+0x33, 0xF1, 0xC7, 0x30, 0xE0, 0x08, 0x90, 0x01, 0xC7, 0x74, 0x02, 0x12, 0x6F, 0xCD, 0x90, 0x95, -+0x9A, 0xE0, 0xFF, 0x22, 0x24, 0x06, 0xFD, 0x12, 0x67, 0x35, 0xEF, 0x22, 0x90, 0x95, 0x95, 0xE0, -+0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x95, 0x98, 0xE0, 0xFD, 0x90, 0x95, 0x97, 0xE0, 0x2D, 0x22, 0x7D, -+0x01, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x5B, 0x7E, 0x00, 0x7F, 0x04, 0x12, 0x4A, 0x04, 0xEF, 0x22, -+0x90, 0x93, 0xDF, 0xED, 0xF0, 0x90, 0x93, 0xDD, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xD1, 0x33, 0x90, -+0x93, 0xDD, 0x91, 0x46, 0xFD, 0x02, 0x62, 0x72, 0xB1, 0x71, 0x24, 0x16, 0xFF, 0xE4, 0x3E, 0x12, -+0x67, 0x07, 0x90, 0x91, 0x1D, 0xA3, 0xE0, 0xB5, 0x07, 0x1A, 0x90, 0x93, 0xD9, 0xE0, 0x24, 0x16, -+0x31, 0x59, 0xFE, 0x7D, 0x01, 0x12, 0x67, 0x35, 0xEF, 0xFD, 0x90, 0x91, 0x1D, 0xE0, 0x6D, 0x70, -+0x01, 0xE4, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x7F, 0x01, 0x22, 0xB1, 0x71, 0xE4, 0xA3, 0xF0, 0x90, -+0x93, 0xDA, 0xE0, 0xFD, 0xC3, 0x94, 0x04, 0x50, 0x25, 0x90, 0x93, 0xD9, 0xE0, 0x24, 0x10, 0x31, -+0x59, 0xFE, 0x12, 0x67, 0x35, 0x90, 0x93, 0xDA, 0xE0, 0x24, 0x19, 0xF5, 0x82, 0xE4, 0x34, 0x91, -+0xF5, 0x83, 0xE0, 0x6F, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x12, 0x67, 0xEB, 0x80, 0xD1, 0x7F, 0x01, -+0x22, 0x90, 0x93, 0xD8, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0xB1, 0x71, 0x90, 0x94, 0xE7, 0xE0, -+0x64, 0x01, 0xF0, 0xE0, 0x24, 0x7A, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x7D, 0xA3, 0xF0, 0xB1, 0x93, -+0x02, 0x6C, 0xAF, 0x90, 0x93, 0xD8, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x22, 0x71, 0xED, 0xE4, 0xA3, -+0xF0, 0xD1, 0x2A, 0x50, 0x1D, 0xB1, 0x93, 0xD1, 0x23, 0x90, 0x93, 0xDB, 0xE0, 0x24, 0x41, 0xF5, -+0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0xE0, 0xB5, 0x07, 0x1D, 0x90, 0x93, 0xDB, 0xE0, 0x04, 0xF0, -+0x80, 0xDF, 0x90, 0x06, 0x32, 0xE0, 0x44, 0x80, 0xF0, 0x90, 0x01, 0xC7, 0x74, 0x30, 0xF0, 0x7F, -+0x01, 0x12, 0x6C, 0x62, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, 0x71, 0xED, 0x90, 0x91, 0x13, 0xE0, -+0x70, 0x02, 0xA3, 0xE0, 0x60, 0x29, 0xE4, 0x90, 0x93, 0xDB, 0xF0, 0xD1, 0x2A, 0x50, 0x23, 0xB1, -+0x93, 0xD1, 0x23, 0x90, 0x93, 0xDB, 0xE0, 0x24, 0x21, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, -+0xE0, 0x6F, 0x60, 0x03, 0x7F, 0x00, 0x22, 0x90, 0x93, 0xDB, 0xE0, 0x04, 0xF0, 0x80, 0xDC, 0x7F, -+0x00, 0x22, 0x90, 0x06, 0x32, 0xE0, 0x44, 0x40, 0xF0, 0xE4, 0x90, 0x91, 0x1F, 0xF0, 0xA3, 0xF0, -+0x7F, 0x01, 0x22, 0xED, 0x24, 0x1C, 0xFD, 0x02, 0x67, 0x35, 0x90, 0x93, 0xDB, 0xE0, 0xFD, 0xC3, -+0x94, 0x02, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0xB0, 0xE0, 0xFD, 0xB4, -+0x02, 0x07, 0xF1, 0x31, 0x74, 0x08, 0xF0, 0x80, 0x09, 0xED, 0xB4, 0x04, 0x05, 0xF1, 0x31, 0x74, -+0x10, 0xF0, 0xEF, 0x64, 0x02, 0x4E, 0x60, 0x02, 0xE1, 0x2C, 0x90, 0x90, 0x42, 0xE0, 0xFF, 0x64, -+0xFE, 0x70, 0x02, 0xE1, 0x2C, 0xEF, 0x64, 0x02, 0x60, 0x07, 0xEF, 0x64, 0x03, 0x60, 0x02, 0xE1, -+0x2C, 0x90, 0x90, 0xA2, 0xF1, 0xB2, 0x90, 0x94, 0x33, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xF1, 0x39, -+0x7A, 0x93, 0x79, 0xF1, 0x12, 0x08, 0xAA, 0xF1, 0x39, 0x7A, 0x94, 0x79, 0x11, 0x12, 0x08, 0xAA, -+0x90, 0xAC, 0x7A, 0x74, 0x10, 0xF1, 0xA3, 0x7B, 0x20, 0xFD, 0xFC, 0xFF, 0xFE, 0x12, 0x38, 0xC6, -+0x7B, 0x01, 0x7A, 0x90, 0x79, 0xA4, 0x90, 0xAC, 0x89, 0x12, 0x48, 0x4F, 0x7A, 0x94, 0x79, 0x11, -+0x90, 0xAC, 0x8C, 0x12, 0x48, 0x4F, 0x90, 0xAC, 0x8F, 0x74, 0x20, 0xF0, 0x7A, 0x90, 0x79, 0x11, -+0x12, 0x33, 0x97, 0x75, 0x40, 0x01, 0x75, 0x41, 0x94, 0x75, 0x42, 0x19, 0x75, 0x43, 0x18, 0x7B, -+0x01, 0x7A, 0x93, 0x79, 0xF1, 0x12, 0x34, 0x62, 0x75, 0x40, 0x01, 0x75, 0x41, 0x93, 0x75, 0x42, -+0xF9, 0x75, 0x43, 0x10, 0x7B, 0x01, 0x7A, 0x93, 0x79, 0xE0, 0x12, 0x34, 0x62, 0x90, 0x93, 0xF7, -+0xE0, 0x54, 0x03, 0x90, 0x93, 0xF0, 0xF0, 0xC3, 0x94, 0x04, 0x50, 0x1C, 0xE0, 0x90, 0x91, 0x0B, -+0xF0, 0x75, 0x40, 0x01, 0x75, 0x41, 0x93, 0x75, 0x42, 0xE0, 0x75, 0x43, 0x10, 0x7B, 0x01, 0x7A, -+0x90, 0x79, 0xEB, 0x12, 0x34, 0x62, 0x80, 0x06, 0x90, 0x91, 0x0B, 0x74, 0x05, 0xF0, 0x90, 0x93, -+0xF0, 0xE0, 0xFF, 0x7B, 0x01, 0x7A, 0x93, 0x79, 0xE0, 0x12, 0x84, 0xED, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0x90, 0x94, 0x31, 0x74, 0x80, 0xF0, 0xA3, 0x22, 0x7E, 0x00, 0x7F, 0x20, 0x7D, 0x00, 0x7B, -+0x01, 0x22, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0xE4, 0x22, 0x90, 0x95, 0x6B, 0xF1, 0x42, 0x90, 0x95, -+0x73, 0xF0, 0x90, 0x95, 0x73, 0xE0, 0xFD, 0xC3, 0x94, 0x06, 0x50, 0x28, 0x90, 0x95, 0x6C, 0xE0, -+0x24, 0x04, 0xFF, 0x90, 0x95, 0x6B, 0xE0, 0x34, 0x00, 0xFE, 0x12, 0x67, 0x35, 0x90, 0x95, 0x73, -+0xE0, 0x24, 0x6D, 0xF5, 0x82, 0xE4, 0x34, 0x95, 0xF5, 0x83, 0xEF, 0xF0, 0x90, 0x95, 0x73, 0xE0, -+0x04, 0xF0, 0x80, 0xCE, 0x78, 0x3A, 0x7C, 0x8F, 0x7D, 0x01, 0x7B, 0x01, 0x7A, 0x95, 0x79, 0x6D, -+0xF1, 0x99, 0x7F, 0x00, 0x70, 0x02, 0x7F, 0x01, 0x22, 0x7E, 0x00, 0x7F, 0x06, 0x12, 0x4A, 0x04, -+0xEF, 0x22, 0xEF, 0xF0, 0xE4, 0xA3, 0xF0, 0xA3, 0xF0, 0x22, 0xFF, 0x90, 0x94, 0x05, 0xE0, 0x34, -+0x00, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xFD, 0xED, 0xFF, 0x22, 0x90, 0x8E, 0xC7, 0xE0, 0x13, 0x13, -+0x13, 0x54, 0x1F, 0x22, 0x90, 0x8F, 0x30, 0xE0, 0xC4, 0x13, 0x13, 0x54, 0x03, 0x22, 0x90, 0x93, -+0xC2, 0xE0, 0x54, 0xFE, 0xF0, 0x54, 0x7F, 0xF0, 0x54, 0xFB, 0xF0, 0xA3, 0x74, 0x0A, 0x80, 0xC3, -+0xC0, 0xE0, 0xC0, 0xF0, 0xC0, 0x83, 0xC0, 0x82, 0xC0, 0xD0, 0x75, 0xD0, 0x00, 0xC0, 0x00, 0xC0, -+0x01, 0xC0, 0x02, 0xC0, 0x03, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x12, 0xA1, 0x00, -+0xE5, 0x21, 0x30, 0xE0, 0x03, 0x12, 0x77, 0xE9, 0xE5, 0x21, 0x30, 0xE1, 0x03, 0x12, 0xA1, 0x8E, -+0xE5, 0x21, 0x30, 0xE2, 0x03, 0x12, 0x77, 0x3E, 0xE5, 0x22, 0x30, 0xE0, 0x02, 0x31, 0xCE, 0xE5, -+0x24, 0x30, 0xE1, 0x05, 0x7F, 0x04, 0x12, 0x71, 0x0D, 0xE5, 0x24, 0x30, 0xE4, 0x02, 0x11, 0x59, -+0xE5, 0x24, 0x30, 0xE5, 0x02, 0x11, 0x63, 0xE5, 0x24, 0x30, 0xE6, 0x02, 0x11, 0xDF, 0xD0, 0x07, -+0xD0, 0x06, 0xD0, 0x05, 0xD0, 0x04, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0xD0, 0xD0, -+0xD0, 0x82, 0xD0, 0x83, 0xD0, 0xF0, 0xD0, 0xE0, 0x32, 0x12, 0xA7, 0x9D, 0x7D, 0x02, 0x7F, 0x02, -+0x02, 0x74, 0x6A, 0x90, 0x8E, 0xC7, 0x12, 0x97, 0xBC, 0x30, 0xE0, 0x1B, 0xEF, 0x54, 0xBF, 0x31, -+0x0E, 0x30, 0xE0, 0x06, 0xE0, 0x44, 0x01, 0xF0, 0x80, 0x0A, 0xE0, 0x54, 0xFE, 0xF0, 0x12, 0x5F, -+0xF8, 0x74, 0x04, 0xF0, 0x12, 0x73, 0xE4, 0xE4, 0xFF, 0x90, 0x93, 0xC6, 0xE0, 0xFD, 0x30, 0xE0, -+0x4D, 0x90, 0x93, 0xCB, 0xE0, 0xFC, 0x60, 0x46, 0x31, 0xC6, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, -+0xCE, 0xD8, 0xF9, 0xFF, 0x90, 0x04, 0xE0, 0xE0, 0xFB, 0xEF, 0x5B, 0x60, 0x0B, 0xE4, 0x90, 0x93, -+0xCB, 0xF0, 0x90, 0x93, 0xCD, 0x04, 0xF0, 0x22, 0x90, 0x93, 0xC8, 0xE0, 0xD3, 0x9C, 0x50, 0x15, -+0xED, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x04, 0x31, 0x17, 0x80, 0x03, 0x12, 0x6C, 0x5A, -+0x12, 0x6F, 0x46, 0xF0, 0x22, 0x12, 0x5E, 0x1D, 0x90, 0x93, 0xCB, 0xE0, 0x04, 0xF0, 0x22, 0x90, -+0x8E, 0xC7, 0xE0, 0xFF, 0x12, 0x6C, 0x53, 0x30, 0xE0, 0x20, 0xEF, 0x54, 0x7F, 0x31, 0x0E, 0x30, -+0xE1, 0x06, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x09, 0xE0, 0x54, 0xFD, 0xF0, 0x12, 0x5F, 0xF8, 0x04, -+0xF0, 0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x03, 0x12, 0x73, 0xE4, 0x7F, 0x01, 0x01, 0x89, 0xF0, 0x90, -+0x04, 0xE0, 0xE0, 0x90, 0x8E, 0xC8, 0x22, 0xE4, 0xFD, 0xFF, 0x31, 0x23, 0xE4, 0xFF, 0x7D, 0x01, -+0x02, 0x77, 0x98, 0x12, 0x6C, 0x27, 0xFE, 0xEF, 0x54, 0x07, 0xFF, 0xED, 0x70, 0x12, 0x31, 0x64, -+0xC0, 0x83, 0xC0, 0x82, 0x31, 0x5C, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0xF4, 0x5E, 0x80, 0x0F, -+0x31, 0x64, 0xC0, 0x83, 0xC0, 0x82, 0x31, 0x5C, 0x80, 0x02, 0xC3, 0x33, 0xD8, 0xFC, 0x4E, 0xD0, -+0x82, 0xD0, 0x83, 0xF0, 0x31, 0x6F, 0x90, 0x8E, 0xC6, 0xEF, 0xF0, 0x22, 0xE0, 0xFE, 0x74, 0x01, -+0xA8, 0x07, 0x08, 0x22, 0x74, 0xB6, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0x8E, 0xF5, 0x83, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x7D, 0x10, 0xED, 0x14, 0xF9, 0x24, 0xB6, 0x31, 0x67, 0xE0, -+0x60, 0x39, 0x7C, 0x08, 0xEC, 0x14, 0x90, 0x95, 0xE7, 0xF0, 0x74, 0xB6, 0x29, 0x31, 0x67, 0xE0, -+0xFB, 0x7A, 0x00, 0x90, 0x95, 0xE7, 0x31, 0xC4, 0x80, 0x05, 0xC3, 0x33, 0xCE, 0x33, 0xCE, 0xD8, -+0xF9, 0xFF, 0xEE, 0x5A, 0xFE, 0xEF, 0x5B, 0x4E, 0x60, 0x0F, 0xE9, 0x75, 0xF0, 0x08, 0xA4, 0xFF, -+0x90, 0x95, 0xE7, 0xE0, 0x2F, 0x04, 0xFF, 0x80, 0x06, 0xDC, 0xC9, 0xDD, 0xBB, 0x7F, 0x00, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xFF, 0x74, 0x01, 0x7E, 0x00, 0xA8, 0x07, 0x08, 0x22, 0x12, 0xA1, -+0x98, 0x90, 0x94, 0x93, 0xEF, 0xF0, 0x30, 0xE0, 0x05, 0x7D, 0x01, 0xE4, 0x80, 0x02, 0xE4, 0xFD, -+0xFF, 0x12, 0x58, 0x4A, 0x90, 0x94, 0x93, 0xE0, 0x30, 0xE6, 0x11, 0x90, 0x01, 0x2F, 0xE0, 0x30, -+0xE7, 0x04, 0xE4, 0xF0, 0x80, 0x06, 0x90, 0x01, 0x2F, 0x74, 0x80, 0xF0, 0x91, 0x71, 0x90, 0x95, -+0xC8, 0x74, 0x02, 0xF0, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xAC, 0x07, 0x90, 0x8E, 0xC8, -+0x12, 0x6C, 0x52, 0x30, 0xE0, 0x02, 0x41, 0xC1, 0x90, 0x8E, 0xC7, 0xE0, 0x30, 0xE0, 0x16, 0x90, -+0x8E, 0xE9, 0xE0, 0x24, 0x04, 0x90, 0x8E, 0xE1, 0xF0, 0x90, 0x8E, 0xE9, 0xE0, 0x24, 0x03, 0x90, -+0x8E, 0xE0, 0xF0, 0x80, 0x0D, 0x90, 0x8E, 0xE1, 0x74, 0x02, 0xF0, 0x90, 0x8E, 0xE0, 0x14, 0xF0, -+0x0B, 0x0B, 0x90, 0x8E, 0xE0, 0xE0, 0xFA, 0x90, 0x8E, 0xDF, 0xE0, 0xD3, 0x9A, 0x50, 0x0E, 0x90, -+0x8E, 0xD4, 0xEB, 0xF0, 0x90, 0x8E, 0xE1, 0xE0, 0xC3, 0x9D, 0x2C, 0x80, 0x11, 0xC3, 0xED, 0x9A, -+0x2B, 0x90, 0x8E, 0xD4, 0xF0, 0x90, 0x8E, 0xE0, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0x8E, -+0xE4, 0xF0, 0x90, 0x8E, 0xE1, 0xE0, 0xFF, 0x24, 0x0A, 0xFD, 0xE4, 0x33, 0xFC, 0x90, 0x8E, 0xE4, -+0x51, 0xCD, 0x98, 0x40, 0x04, 0xEF, 0x24, 0x0A, 0xF0, 0x90, 0x8E, 0xE4, 0xE0, 0xFF, 0x24, 0x23, -+0xFD, 0xE4, 0x33, 0xFC, 0x90, 0x8E, 0xD4, 0x51, 0xCD, 0x98, 0x40, 0x04, 0xEF, 0x24, 0x23, 0xF0, -+0x90, 0x8E, 0xE4, 0xE0, 0xFF, 0x7E, 0x00, 0x90, 0x8E, 0xD8, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, -+0x05, 0x58, 0xE0, 0x6F, 0x70, 0x01, 0xE4, 0x60, 0x03, 0x12, 0xA9, 0x8F, 0x12, 0xAA, 0x6D, 0x80, -+0x07, 0x90, 0x8E, 0xC9, 0xE0, 0x44, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xD3, 0x9D, -+0xEC, 0x64, 0x80, 0xF8, 0x74, 0x80, 0x22, 0x12, 0x51, 0x06, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, -+0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, 0x62, 0x12, 0x51, 0x1F, 0x78, 0x10, 0x12, 0x08, 0x5A, -+0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, -+0x06, 0xC0, 0x07, 0xA3, 0x12, 0x51, 0x1F, 0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, -+0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0x8F, 0x1B, 0x12, 0x08, 0x6D, 0x90, 0x8F, 0x1F, -+0x12, 0x48, 0x22, 0x90, 0x8F, 0x1B, 0x12, 0x48, 0x2E, 0xC3, 0x12, 0x48, 0x11, 0x40, 0x41, 0x90, -+0x8E, 0xC7, 0xE0, 0x90, 0x8F, 0x1F, 0x30, 0xE0, 0x10, 0x91, 0x55, 0xFF, 0x90, 0x8E, 0xE9, 0xE0, -+0x24, 0x04, 0x2F, 0xFF, 0x90, 0x8F, 0x23, 0x80, 0x06, 0x91, 0x55, 0xFF, 0x90, 0x8F, 0x24, 0xE0, -+0xFE, 0xC3, 0xEF, 0x9E, 0x90, 0x94, 0x86, 0xF0, 0x90, 0x94, 0x86, 0xE0, 0xFF, 0xC3, 0x94, 0x2D, -+0x50, 0x0E, 0x74, 0xEA, 0x2F, 0x91, 0x3C, 0xE0, 0x04, 0xF0, 0x90, 0x8E, 0xE2, 0xE0, 0x04, 0xF0, -+0x90, 0x8E, 0xE2, 0xE0, 0xFF, 0xD3, 0x90, 0x8F, 0x26, 0xE0, 0x9F, 0x90, 0x8F, 0x25, 0xE0, 0x94, -+0x00, 0x40, 0x02, 0x81, 0x38, 0xE4, 0xFF, 0xFE, 0x91, 0x39, 0x91, 0x4C, 0xEF, 0xD3, 0x9D, 0x40, -+0x07, 0x90, 0x94, 0x87, 0xEE, 0xF0, 0x80, 0x05, 0x0E, 0xEE, 0xB4, 0x2D, 0xEB, 0xE4, 0xFF, 0xFE, -+0x91, 0x39, 0x91, 0x4C, 0xC3, 0x90, 0x8F, 0x26, 0xE0, 0x9D, 0xFD, 0x90, 0x8F, 0x25, 0xE0, 0x94, -+0x00, 0xFC, 0xEF, 0xD3, 0x9D, 0xE4, 0x9C, 0x40, 0x07, 0x90, 0x94, 0x88, 0xEE, 0xF0, 0x80, 0x05, -+0x0E, 0xEE, 0xB4, 0x2D, 0xDB, 0x90, 0x94, 0x87, 0xE0, 0x90, 0x8E, 0xE7, 0xF0, 0x90, 0x94, 0x88, -+0xE0, 0x90, 0x8E, 0xE8, 0x91, 0x44, 0x94, 0x0A, 0x40, 0x0A, 0xEF, 0x24, 0xF6, 0x90, 0x8E, 0xDF, -+0xF0, 0xE4, 0x80, 0x09, 0xE4, 0x90, 0x8E, 0xDF, 0x91, 0x44, 0x74, 0x0A, 0x9F, 0x90, 0x8E, 0xDE, -+0xF0, 0x90, 0x8E, 0xE7, 0xE0, 0xFF, 0xA3, 0xE0, 0xC3, 0x9F, 0x90, 0x8E, 0xE5, 0xF0, 0x90, 0x8E, -+0xC7, 0xE0, 0x30, 0xE0, 0x05, 0x90, 0x8F, 0x23, 0x80, 0x03, 0x90, 0x8F, 0x24, 0xE0, 0x04, 0xFF, -+0x90, 0x8E, 0xE5, 0xE0, 0x2F, 0xF0, 0x90, 0x8E, 0xE5, 0xE0, 0xC3, 0x94, 0x0A, 0x50, 0x03, 0x74, -+0x0A, 0xF0, 0x90, 0x8E, 0xE5, 0xE0, 0x24, 0x02, 0xF0, 0x91, 0x71, 0x90, 0x95, 0xC8, 0x74, 0x03, -+0xF0, 0x51, 0x04, 0xE4, 0xFF, 0x12, 0xA6, 0x86, 0x22, 0x74, 0xEA, 0x2E, 0xF5, 0x82, 0xE4, 0x34, -+0x8E, 0xF5, 0x83, 0x22, 0xF0, 0x90, 0x8E, 0xE7, 0xE0, 0xFF, 0xC3, 0x22, 0xE0, 0x2F, 0xFF, 0x90, -+0x8F, 0x27, 0xE0, 0xFD, 0x22, 0x12, 0x48, 0x2E, 0x90, 0x8F, 0x1B, 0x12, 0x48, 0x22, 0x12, 0x47, -+0x9A, 0x78, 0x0A, 0x12, 0x08, 0x47, 0x90, 0x8E, 0xE4, 0xE0, 0xFE, 0xC3, 0x74, 0x0A, 0x9E, 0x2F, -+0x22, 0x90, 0x8E, 0xDE, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0x90, 0x8E, 0xE5, 0xE0, 0xFB, 0x22, 0x90, -+0x93, 0xDF, 0x12, 0x48, 0x4F, 0x12, 0x77, 0x72, 0x90, 0x8E, 0xCC, 0xE0, 0xFF, 0x12, 0x75, 0xB8, -+0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x1B, 0x90, 0x93, 0xDF, 0x12, 0x48, 0x46, 0x91, 0xB4, 0x54, 0x0F, -+0xFF, 0xD1, 0x52, 0xFD, 0x12, 0xA7, 0x62, 0x91, 0x71, 0x90, 0x95, 0xC8, 0x74, 0x01, 0xF0, 0x51, -+0x04, 0x22, 0x4E, 0xF0, 0x90, 0x00, 0x01, 0x02, 0x06, 0xA2, 0xFF, 0x7B, 0x01, 0x7A, 0x94, 0x79, -+0x39, 0x12, 0x06, 0x89, 0x90, 0x06, 0x74, 0x91, 0xB3, 0x90, 0x06, 0x75, 0xD1, 0x51, 0x90, 0x06, -+0x76, 0xF1, 0x9C, 0x90, 0x06, 0x77, 0xF0, 0x90, 0x06, 0x70, 0xEF, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, -+0x04, 0xF0, 0xA3, 0x74, 0x80, 0xF0, 0x7F, 0x01, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0x90, 0x94, 0x35, -+0xEF, 0xF0, 0xA3, 0x12, 0x48, 0x4F, 0x90, 0x94, 0x36, 0x12, 0x5D, 0x86, 0xB1, 0x58, 0x24, 0x02, -+0x91, 0xBA, 0xB1, 0x6D, 0x24, 0x04, 0xB1, 0x4F, 0x24, 0x03, 0x91, 0xBA, 0xB1, 0x6D, 0x24, 0x08, -+0xB1, 0x4F, 0x24, 0x04, 0x91, 0xBA, 0xB1, 0x6D, 0x24, 0x0C, 0xB1, 0x4F, 0x24, 0x05, 0x91, 0xBA, -+0x90, 0x94, 0x35, 0xE0, 0xFE, 0x44, 0x50, 0x90, 0x94, 0x39, 0xF0, 0xA3, 0x74, 0x80, 0xF0, 0xA3, -+0x74, 0xFF, 0xF0, 0xA3, 0xF0, 0xEE, 0x75, 0xF0, 0x08, 0xA4, 0x91, 0xBA, 0x90, 0x94, 0x39, 0x74, -+0xFF, 0x12, 0x4F, 0xDD, 0xB1, 0x64, 0x04, 0x91, 0xBA, 0x90, 0x06, 0x72, 0xE4, 0xF0, 0x22, 0xF9, -+0xE4, 0x3A, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0x94, 0x79, -+0x39, 0x12, 0x34, 0x62, 0x90, 0x94, 0x35, 0xE0, 0x75, 0xF0, 0x08, 0xA4, 0x22, 0x90, 0x94, 0x36, -+0x12, 0x48, 0x46, 0xE9, 0x22, 0x90, 0x95, 0x51, 0x12, 0x48, 0x4F, 0x12, 0x06, 0x89, 0x90, 0x95, -+0x56, 0x91, 0xB3, 0x90, 0x95, 0x57, 0xF1, 0x94, 0x90, 0x95, 0x58, 0xF1, 0xE4, 0x90, 0x95, 0x59, -+0xF1, 0xDD, 0x90, 0x95, 0x5A, 0xF0, 0x90, 0x00, 0x07, 0x12, 0x06, 0xA2, 0x90, 0x95, 0x5B, 0xF1, -+0x9C, 0x90, 0x95, 0x5E, 0xF0, 0xED, 0x70, 0x19, 0xFF, 0xD1, 0x45, 0xE0, 0xB4, 0xFF, 0x06, 0xD1, -+0x45, 0xE4, 0xF0, 0x80, 0x07, 0xD1, 0x45, 0xE0, 0x04, 0xF0, 0x80, 0x05, 0x0F, 0xEF, 0xB4, 0x06, -+0xE8, 0x90, 0x95, 0x55, 0xE0, 0xFF, 0xB4, 0x04, 0x15, 0xA3, 0xE0, 0xFE, 0xD1, 0x3F, 0xEE, 0x12, -+0xAA, 0x5E, 0xFE, 0xD1, 0x3F, 0x12, 0x9D, 0x23, 0x90, 0x00, 0x02, 0xE4, 0x80, 0x21, 0xEF, 0xB4, -+0x02, 0x20, 0x90, 0x95, 0x57, 0xD1, 0x3D, 0xEF, 0x12, 0xAA, 0x5E, 0x44, 0x20, 0x54, 0x7F, 0xD1, -+0x3E, 0x90, 0x00, 0x01, 0xEF, 0x12, 0x06, 0xE1, 0x90, 0x95, 0x56, 0xE0, 0x90, 0x00, 0x02, 0x12, -+0x06, 0xE1, 0xD1, 0x3F, 0xE9, 0x24, 0x03, 0xF9, 0xE4, 0x3A, 0xFA, 0x12, 0x06, 0x89, 0x44, 0x20, -+0x12, 0x06, 0xCF, 0x90, 0x95, 0x58, 0xD1, 0x3D, 0x90, 0x00, 0x04, 0xEF, 0x12, 0x06, 0xE1, 0x90, -+0x95, 0x59, 0xE0, 0x90, 0x00, 0x05, 0x12, 0x06, 0xE1, 0x90, 0x95, 0x5A, 0xE0, 0x90, 0x00, 0x06, -+0x12, 0x06, 0xE1, 0x90, 0x95, 0x5B, 0xE0, 0x90, 0x00, 0x07, 0x02, 0x06, 0xE1, 0xE0, 0xFF, 0x90, -+0x95, 0x51, 0x02, 0x48, 0x46, 0x74, 0x56, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x95, 0xF5, 0x83, 0x22, -+0x4F, 0xF0, 0x90, 0x00, 0x02, 0x02, 0x06, 0xA2, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x12, -+0xA2, 0xCE, 0x90, 0x8F, 0x30, 0xF1, 0x15, 0x12, 0xAA, 0x4F, 0xFF, 0x90, 0x8F, 0x30, 0x12, 0xA3, -+0x7F, 0xF1, 0x23, 0x54, 0x10, 0xFD, 0xEF, 0x54, 0xEF, 0x4D, 0xFF, 0x90, 0x8F, 0x30, 0x12, 0xA9, -+0xC0, 0xF1, 0x23, 0x54, 0x40, 0xFD, 0xEF, 0x54, 0xBF, 0x4D, 0xFF, 0x90, 0x8F, 0x30, 0x12, 0xAA, -+0x25, 0x4E, 0xD1, 0x51, 0xFF, 0x54, 0x01, 0xFE, 0x90, 0x8F, 0x32, 0xE0, 0x54, 0xFE, 0x91, 0xB2, -+0xFE, 0x54, 0x01, 0xFD, 0x90, 0x8F, 0x31, 0xE0, 0x54, 0xFE, 0x4D, 0xFD, 0xF0, 0xEE, 0x54, 0x04, -+0xFE, 0xED, 0x54, 0xFB, 0x4E, 0xF0, 0xEF, 0x54, 0x10, 0xFF, 0xA3, 0xE0, 0x54, 0xEF, 0x4F, 0xFF, -+0xD1, 0x51, 0x12, 0xA9, 0xC2, 0x90, 0x8F, 0x32, 0xF0, 0x12, 0x8E, 0x08, 0x12, 0x97, 0x9C, 0x90, -+0x8F, 0x30, 0xE0, 0xC3, 0x13, 0x54, 0x01, 0xFF, 0x12, 0xA4, 0xF6, 0x12, 0x6F, 0xF1, 0x54, 0x01, -+0xFF, 0x12, 0xA3, 0xD2, 0x12, 0x6F, 0xF1, 0x13, 0x54, 0x01, 0xFF, 0x12, 0x93, 0xD5, 0x90, 0x8F, -+0x30, 0xE0, 0xC4, 0x54, 0x01, 0xFF, 0x12, 0xA5, 0x02, 0x90, 0x8F, 0x30, 0xE0, 0xC4, 0x13, 0x13, -+0x54, 0x01, 0xFF, 0x12, 0x8E, 0x8B, 0x90, 0x8F, 0x30, 0xE0, 0x54, 0x01, 0xFF, 0x12, 0x94, 0xA4, -+0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0x54, 0xFE, 0x4E, 0xFE, 0xF0, 0xEF, 0x54, 0x02, 0xFF, 0xEE, -+0x54, 0xFD, 0x4F, 0xFF, 0xF0, 0x12, 0x06, 0x89, 0xFE, 0x22, 0x12, 0x97, 0x87, 0x12, 0x06, 0x89, -+0xFF, 0x54, 0x7F, 0x90, 0x8E, 0xCC, 0xF0, 0xEF, 0x12, 0x6C, 0x53, 0xA3, 0x91, 0xB3, 0xFF, 0x54, -+0xF0, 0xC4, 0x54, 0x0F, 0xFE, 0x90, 0x8E, 0xCA, 0xE0, 0x54, 0xF0, 0xF1, 0x9B, 0x54, 0x01, 0x25, -+0xE0, 0xFE, 0x90, 0x8E, 0xC7, 0xE0, 0x54, 0xFD, 0x4E, 0xF0, 0xEF, 0x54, 0x0F, 0xC4, 0x54, 0xF0, -+0xFF, 0x12, 0x73, 0xD5, 0xD1, 0x50, 0x90, 0x8E, 0xCB, 0xF1, 0x94, 0xFD, 0x7F, 0x02, 0x12, 0x58, -+0x4A, 0x90, 0x95, 0x05, 0xE0, 0x60, 0x03, 0x12, 0x58, 0x3E, 0x90, 0x93, 0xDC, 0x12, 0x48, 0x46, -+0x91, 0x7F, 0x12, 0x5F, 0xF8, 0xF0, 0x90, 0x8E, 0xCC, 0x12, 0xA9, 0xB2, 0x12, 0x73, 0xD5, 0x90, -+0x01, 0xBE, 0xF0, 0x22, 0xF0, 0x90, 0x00, 0x04, 0x02, 0x06, 0xA2, 0x4E, 0xF0, 0x90, 0x00, 0x03, -+0x02, 0x06, 0xA2, 0x90, 0x02, 0x09, 0xE0, 0xF5, 0x52, 0x12, 0x06, 0x89, 0x25, 0x52, 0x90, 0x8D, -+0xBE, 0x91, 0xB3, 0x25, 0x52, 0x90, 0x8D, 0xBF, 0xD1, 0x51, 0x25, 0x52, 0x90, 0x8D, 0xC0, 0xF1, -+0x9C, 0x25, 0x52, 0x90, 0x8D, 0xC1, 0xF1, 0x94, 0x25, 0x52, 0x90, 0x8D, 0xC2, 0xF1, 0xE4, 0x25, -+0x52, 0x90, 0x8D, 0xC3, 0xF1, 0xDD, 0x25, 0x52, 0x90, 0x8D, 0xC4, 0xF0, 0x22, 0xF0, 0x90, 0x00, -+0x06, 0x02, 0x06, 0xA2, 0xF0, 0x90, 0x00, 0x05, 0x02, 0x06, 0xA2, 0x32, 0x32, 0xD3, 0x10, 0xAF, -+0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0x7C, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0x7D, 0x00, 0x7C, 0x00, -+0xE4, 0x90, 0x95, 0x82, 0xF0, 0x7F, 0xB0, 0x7E, 0x08, 0x12, 0x37, 0xBC, 0xE4, 0xFF, 0xEC, 0x90, -+0x95, 0x7E, 0x12, 0x08, 0x6D, 0x90, 0x95, 0x7E, 0x12, 0x48, 0x2E, 0x90, 0x95, 0x7D, 0x12, 0x51, -+0x1F, 0x12, 0x48, 0x04, 0xA3, 0x12, 0x08, 0x6D, 0x90, 0x95, 0x7E, 0x12, 0x4F, 0xAA, 0x7F, 0xB0, -+0x7E, 0x08, 0x12, 0x38, 0x07, 0x12, 0x67, 0xF2, 0x90, 0x95, 0x7C, 0xE0, 0x75, 0xF0, 0x08, 0xA4, -+0x24, 0xB5, 0xF5, 0x82, 0xE4, 0x34, 0xAD, 0xF5, 0x83, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x12, 0x37, -+0xBC, 0xED, 0x54, 0x0F, 0xFD, 0xE4, 0xFC, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x12, 0x87, 0xED, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x7D, 0x18, 0x7C, 0x00, 0x7F, -+0x01, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0x1B, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, -+0x90, 0x95, 0x1A, 0xEF, 0xF0, 0xA3, 0xA3, 0xE0, 0xFD, 0x11, 0x5C, 0x90, 0x95, 0x25, 0x12, 0x08, -+0x6D, 0x90, 0x95, 0x1D, 0x12, 0x48, 0x22, 0x12, 0x08, 0x3A, 0x90, 0x95, 0x25, 0x71, 0xCB, 0xC0, -+0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x95, 0x1D, 0x12, 0x48, 0x22, 0x90, 0x95, 0x21, -+0x71, 0xCB, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0x48, 0x04, 0x90, 0x95, 0x29, -+0x12, 0x08, 0x6D, 0x90, 0x95, 0x1B, 0xA3, 0xE0, 0xFD, 0xC0, 0x05, 0x90, 0x95, 0x29, 0x12, 0x48, -+0x22, 0x90, 0xAA, 0x96, 0x12, 0x08, 0x6D, 0x90, 0x95, 0x1A, 0xE0, 0xFF, 0xD0, 0x05, 0x12, 0x3C, -+0x33, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0xBE, -+0xED, 0xF0, 0xA3, 0xEB, 0xF0, 0x90, 0x95, 0xBD, 0xEF, 0xF0, 0x90, 0x95, 0xC0, 0xE0, 0xFD, 0x71, -+0xEC, 0x90, 0x95, 0xBD, 0xE0, 0xC3, 0x94, 0x0E, 0x50, 0x3F, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, -+0x1F, 0xFE, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x12, 0xD4, 0x00, 0x00, 0x71, 0xD1, -+0x90, 0x95, 0x1D, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x00, 0x71, 0x2D, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0x95, 0x21, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x41, 0x64, 0x71, 0xE2, 0x50, 0x1B, 0xEF, 0x94, 0x30, -+0x50, 0x16, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, 0x00, 0x90, 0x95, 0x33, 0x12, -+0x08, 0x79, 0x09, 0x28, 0x00, 0x00, 0x80, 0x64, 0x90, 0x95, 0xBD, 0xE0, 0xFF, 0x74, 0x32, 0xD3, -+0x9F, 0x50, 0x1B, 0xEF, 0x94, 0x40, 0x50, 0x16, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x1F, 0xFE, -+0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x08, 0xA6, 0x00, 0x00, 0x80, 0x3E, 0x71, 0xD8, -+0x50, 0x1B, 0xEF, 0x94, 0x74, 0x50, 0x16, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x1F, 0xFE, 0x00, -+0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x08, 0xA4, 0x00, 0x00, 0x80, 0x1F, 0x90, 0x95, 0xBD, -+0xE0, 0xFF, 0x74, 0x76, 0xD3, 0x9F, 0x50, 0x16, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x1F, 0xFE, -+0x00, 0x00, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x08, 0x24, 0x00, 0x00, 0x71, 0xD1, 0x71, 0xE2, -+0x50, 0x2E, 0xEF, 0x94, 0x40, 0x50, 0x29, 0x90, 0x95, 0x1D, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, -+0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x01, 0x01, 0x00, 0x71, 0x2D, 0x12, 0x08, 0x79, -+0x00, 0x07, 0x03, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x01, 0x01, 0x00, 0x80, 0x64, -+0x71, 0xD8, 0x50, 0x2E, 0xEF, 0x94, 0x8C, 0x50, 0x29, 0x90, 0x95, 0x1D, 0x12, 0x08, 0x79, 0x00, -+0x07, 0x03, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x03, 0x01, 0x00, 0x71, 0x2D, 0x12, -+0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x03, 0x01, 0x00, -+0x80, 0x32, 0x90, 0x95, 0xBD, 0xE0, 0xFF, 0x74, 0x8C, 0xC3, 0x9F, 0x50, 0x29, 0x90, 0x95, 0x1D, -+0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x05, 0x01, -+0x00, 0x71, 0x2D, 0x12, 0x08, 0x79, 0x00, 0x07, 0x03, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, -+0x00, 0x05, 0x01, 0x00, 0x11, 0x6B, 0x90, 0x95, 0xBE, 0xE0, 0x64, 0x02, 0x70, 0x51, 0x90, 0x95, -+0xBD, 0xE0, 0xFF, 0xD3, 0x94, 0x30, 0x50, 0x05, 0x75, 0x5A, 0x2A, 0x80, 0x5E, 0xEF, 0xD3, 0x94, -+0x40, 0x50, 0x05, 0x75, 0x5A, 0x3A, 0x80, 0x53, 0xEF, 0xD3, 0x94, 0x70, 0x50, 0x05, 0x75, 0x5A, -+0x6A, 0x80, 0x48, 0xEF, 0xD3, 0x94, 0x80, 0x50, 0x05, 0x75, 0x5A, 0x7A, 0x80, 0x3D, 0xEF, 0xD3, -+0x94, 0x90, 0x50, 0x05, 0x75, 0x5A, 0x8A, 0x80, 0x32, 0xEF, 0xD3, 0x94, 0xA1, 0x50, 0x05, 0x75, -+0x5A, 0x9B, 0x80, 0x27, 0xEF, 0xD3, 0x94, 0xB1, 0x50, 0x21, 0x75, 0x5A, 0xAB, 0x80, 0x1C, 0x90, -+0x95, 0xBE, 0xE0, 0x64, 0x01, 0x70, 0x31, 0xA3, 0xE0, 0x90, 0x95, 0xBD, 0xB4, 0x01, 0x07, 0xE0, -+0x24, 0x02, 0xF5, 0x5A, 0x80, 0x05, 0xE0, 0x24, 0xFE, 0xF5, 0x5A, 0x90, 0x95, 0x1D, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0xFF, 0xAF, 0x5A, 0xE4, 0xFC, 0xFD, 0xFE, 0x71, 0x27, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0xFF, 0xAF, 0x5A, 0x80, 0x1E, 0x90, 0x95, 0x1D, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0xFF, 0x90, 0x95, 0xBD, 0x12, 0x51, 0x1F, 0x71, 0x27, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0xFF, 0x90, 0x95, 0xBD, 0xE0, 0xFF, 0xE4, 0xFC, 0xFD, 0xFE, 0x90, 0x95, 0x21, 0x12, 0x08, 0x6D, -+0x11, 0x6B, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x95, 0x21, 0x12, 0x08, 0x6D, 0x7D, 0x18, 0x7C, -+0x00, 0xE4, 0xFF, 0x11, 0x71, 0x90, 0x95, 0x1D, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0xEF, 0x14, 0x60, 0x30, 0x14, 0x60, 0x56, 0x24, 0x02, 0x70, 0x7B, 0x90, 0x95, 0x1D, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x71, -+0x2D, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x0C, 0x00, 0x80, 0x50, 0x90, 0x95, 0x1D, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0x95, -+0x21, 0x12, 0x08, 0x79, 0x00, 0x00, 0x04, 0x00, 0x71, 0x2D, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, -+0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x00, 0x04, 0x00, 0x80, 0x27, 0x90, 0x95, 0x1D, -+0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, -+0x00, 0x71, 0x2D, 0x12, 0x08, 0x79, 0x00, 0x00, 0x0C, 0x00, 0x90, 0x95, 0x21, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x00, 0x11, 0x6B, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x12, 0x48, 0x2E, 0x02, 0x47, -+0xF7, 0x7F, 0x60, 0x7E, 0x08, 0x02, 0x55, 0x1A, 0x90, 0x95, 0xBD, 0xE0, 0xFF, 0x74, 0x64, 0xD3, -+0x9F, 0x22, 0x90, 0x95, 0xBD, 0xE0, 0xFF, 0x74, 0x24, 0xD3, 0x9F, 0x22, 0x90, 0x95, 0xE2, 0xED, -+0xF0, 0x90, 0x95, 0xE1, 0xEF, 0xF0, 0xD3, 0x94, 0x0E, 0x50, 0x16, 0x91, 0x43, 0xEF, 0x60, 0x42, -+0x91, 0x43, 0xEF, 0x64, 0x01, 0x70, 0x3B, 0x90, 0x95, 0xE2, 0xE0, 0xFD, 0xE4, 0xFF, 0x02, 0x56, -+0x4B, 0x90, 0x95, 0xE1, 0xE0, 0xD3, 0x94, 0x0E, 0x40, 0x28, 0x91, 0x43, 0xEF, 0x70, 0x21, 0x90, -+0x8E, 0xB2, 0xE0, 0x30, 0xE0, 0x02, 0x91, 0xDE, 0x90, 0x95, 0xE2, 0xE0, 0xFD, 0x7F, 0x01, 0x12, -+0x56, 0x4B, 0x90, 0x8E, 0xB2, 0xE0, 0x13, 0x13, 0x54, 0x3F, 0x30, 0xE0, 0x05, 0x02, 0x97, 0x94, -+0x91, 0x43, 0x22, 0x90, 0x04, 0x54, 0xE0, 0x7F, 0x00, 0x30, 0xE7, 0x02, 0x7F, 0x01, 0x22, 0x90, -+0x95, 0xC1, 0x12, 0x9B, 0x36, 0xEB, 0xF0, 0xE4, 0xFE, 0x7D, 0x18, 0xFF, 0x12, 0x3D, 0x2C, 0x90, -+0x95, 0xC4, 0xEF, 0xF0, 0x90, 0x95, 0xC1, 0xE0, 0xFF, 0x91, 0x8C, 0x90, 0x95, 0xC1, 0x12, 0x9D, -+0x32, 0x12, 0xA2, 0x36, 0xAE, 0x07, 0x90, 0x04, 0x83, 0xEE, 0xF0, 0x90, 0x95, 0xC1, 0xE0, 0xFF, -+0xAD, 0x06, 0x12, 0x53, 0x48, 0x90, 0x95, 0xC1, 0xE0, 0xFF, 0x61, 0x39, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0xA9, 0x07, 0x90, 0x06, 0x69, 0xE0, 0xFE, 0x90, 0x06, 0x68, 0x12, 0x90, 0x00, -+0xFE, 0xE9, 0x14, 0x60, 0x0F, 0x14, 0x60, 0x1E, 0x24, 0x02, 0x70, 0x25, 0xEE, 0x54, 0xFE, 0xFE, -+0x91, 0xD6, 0x80, 0x1A, 0xEF, 0x44, 0x80, 0xFF, 0xEE, 0x54, 0xFE, 0xFC, 0x90, 0x06, 0x68, 0xEF, -+0xF0, 0xEC, 0xA3, 0xF0, 0x80, 0x0B, 0xEE, 0x44, 0x01, 0xFC, 0x91, 0xD6, 0xAE, 0x04, 0xEE, 0xA3, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xEF, 0x54, 0x7F, 0x90, 0x06, 0x68, 0xF0, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x05, 0x22, 0xE0, 0x90, 0x93, 0xEB, 0xF0, 0x7D, 0x1B, 0x7F, -+0xFF, 0x12, 0x5A, 0xD4, 0x90, 0x8E, 0xB3, 0xE0, 0xFF, 0xB1, 0x3F, 0x90, 0x93, 0xEA, 0xEF, 0xF0, -+0xE0, 0x24, 0x10, 0xF0, 0xE0, 0xFF, 0x12, 0x53, 0x3E, 0xE0, 0x54, 0x80, 0x44, 0x04, 0xFE, 0x74, -+0x00, 0x2F, 0x12, 0x53, 0x40, 0xEE, 0xF0, 0x90, 0x93, 0xEB, 0xE0, 0xFF, 0x7D, 0x1C, 0x12, 0x5A, -+0xD4, 0x90, 0x93, 0xEA, 0xE0, 0x24, 0xF0, 0xF0, 0xE4, 0xA3, 0xF0, 0x90, 0x93, 0xEB, 0xE0, 0x04, -+0xF0, 0xE0, 0xB4, 0x1E, 0xF6, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x8E, 0xB4, 0xE0, 0xFF, 0x90, -+0xFD, 0x10, 0xEF, 0xF0, 0x7F, 0x00, 0x22, 0x90, 0x93, 0xBC, 0xD1, 0x00, 0xEF, 0xF0, 0xE0, 0xFE, -+0x24, 0x28, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFF, 0x74, 0x29, 0x2E, 0xF1, 0xA9, -+0xFD, 0x90, 0x93, 0xDC, 0xE0, 0x24, 0x2C, 0x12, 0x92, 0x40, 0x90, 0x93, 0xDC, 0xE0, 0x2F, 0x24, -+0x30, 0xA3, 0xF0, 0xE0, 0xFD, 0x24, 0x04, 0xF1, 0x15, 0xFE, 0x12, 0x93, 0xB7, 0xF5, 0x83, 0xD1, -+0x10, 0x90, 0x91, 0x17, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x93, 0xDD, 0xE0, 0x24, 0x0C, 0xF9, 0xE4, -+0x34, 0xFC, 0x12, 0x5F, 0xB7, 0x75, 0x43, 0x04, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0x19, 0x12, 0x34, -+0x62, 0x90, 0x93, 0xDD, 0xE0, 0x24, 0x14, 0xF0, 0xE0, 0xFD, 0x12, 0x57, 0xD3, 0xE0, 0xFE, 0x74, -+0x00, 0x2D, 0x12, 0x53, 0x40, 0xD1, 0x10, 0x90, 0x91, 0x1D, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x93, -+0xBD, 0xD1, 0x00, 0xEF, 0xF0, 0x90, 0x91, 0x13, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x4E, 0x60, 0x14, -+0x90, 0x93, 0xDC, 0xE0, 0x24, 0x00, 0x12, 0x5F, 0xB3, 0x8F, 0x43, 0x7B, 0x01, 0x7A, 0x91, 0x79, -+0x21, 0x12, 0x34, 0x62, 0x90, 0x93, 0xBE, 0xD1, 0x00, 0xEF, 0xF0, 0x24, 0x00, 0x12, 0x5F, 0xB3, -+0x90, 0x91, 0x15, 0xA3, 0xE0, 0xF5, 0x43, 0x7B, 0x01, 0x7A, 0x91, 0x79, 0x41, 0x02, 0x34, 0x62, -+0xE0, 0xFF, 0xB1, 0x3F, 0x90, 0x93, 0xDC, 0x22, 0x90, 0x01, 0x17, 0xE0, 0xFE, 0x90, 0x01, 0x16, -+0xE0, 0x7C, 0x00, 0x24, 0x00, 0xFF, 0xEC, 0x3E, 0x22, 0x7F, 0x50, 0x7E, 0x0C, 0x12, 0x37, 0xBC, -+0x90, 0x94, 0xEA, 0xEF, 0xF0, 0x7F, 0x58, 0x7E, 0x0C, 0x12, 0x37, 0xBC, 0x90, 0x94, 0xEB, 0xEF, -+0xF0, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x7F, 0x90, 0x95, 0x33, 0x12, 0x08, -+0x79, 0x00, 0x00, 0x00, 0x17, 0x7F, 0x50, 0x7E, 0x0C, 0x12, 0x55, 0x8B, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x7F, 0x90, 0x95, 0x33, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x17, 0x12, 0x55, 0x16, -+0x90, 0x06, 0x08, 0xE0, 0x90, 0x95, 0x00, 0xF0, 0x90, 0x06, 0xA1, 0xE0, 0xFE, 0x90, 0x06, 0xA0, -+0xD1, 0x10, 0x90, 0x95, 0x02, 0xF0, 0xA3, 0xEF, 0x12, 0xA3, 0x76, 0x90, 0x06, 0xA0, 0x74, 0x20, -+0xF0, 0xA3, 0x74, 0x01, 0xF0, 0xE4, 0xFB, 0xFD, 0xFF, 0x81, 0x4F, 0xEF, 0x60, 0x04, 0xD1, 0x93, -+0xB1, 0x47, 0x22, 0xE4, 0xFD, 0xFC, 0x90, 0x93, 0xBB, 0xF1, 0x9D, 0xAB, 0x05, 0x74, 0x01, 0x2B, -+0x12, 0x57, 0xD5, 0xE0, 0xFE, 0x74, 0x00, 0x2B, 0x12, 0x53, 0x40, 0x12, 0x90, 0x00, 0x90, 0x91, -+0x0D, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x03, 0x2B, 0xF1, 0xE2, 0xE0, 0xFE, 0x74, 0x02, 0x2B, 0x12, -+0xA9, 0x43, 0xE0, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0x90, 0x91, 0x0F, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, -+0x05, 0x2B, 0xF1, 0x82, 0xFE, 0x74, 0x04, 0x2B, 0xF1, 0x15, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0x90, -+0x91, 0x11, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x07, 0x2B, 0xF1, 0x94, 0xFE, 0x74, 0x06, 0x2B, 0xF1, -+0x79, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0x90, 0x91, 0x13, 0xF0, 0xA3, 0xEF, 0xF0, 0x74, 0x09, 0x2B, -+0xF1, 0xB6, 0xFE, 0x74, 0x08, 0x2B, 0xF1, 0x8B, 0x24, 0x00, 0xFF, 0xEC, 0x3E, 0x90, 0x91, 0x15, -+0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xB1, 0x3A, -+0x74, 0x00, 0x2F, 0x12, 0x53, 0x40, 0xE0, 0x90, 0x94, 0xEC, 0xF0, 0x74, 0x01, 0x2F, 0x12, 0x57, -+0xD5, 0xE0, 0x90, 0x94, 0xED, 0xF0, 0x74, 0x02, 0x2F, 0x12, 0xA9, 0x43, 0xE0, 0x90, 0x94, 0xEE, -+0xF0, 0x74, 0x03, 0x2F, 0xF1, 0xE2, 0xE0, 0x90, 0x94, 0xEF, 0xF0, 0x74, 0x04, 0x2F, 0xF1, 0x15, -+0x90, 0x94, 0xF0, 0xF0, 0x74, 0x05, 0x2F, 0xF1, 0x82, 0x90, 0x94, 0xF1, 0xF0, 0x74, 0x06, 0x2F, -+0xF1, 0x79, 0x90, 0x94, 0xF2, 0xF0, 0x74, 0x07, 0x2F, 0xF1, 0x94, 0x90, 0x94, 0xF3, 0xF0, 0x74, -+0x08, 0x2F, 0xF1, 0x8B, 0x90, 0x94, 0xF4, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, -+0xE0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, -+0xF5, 0x83, 0xE0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xE0, 0xFF, 0xB1, -+0x3F, 0x7C, 0x00, 0xAD, 0x07, 0x22, 0x74, 0x29, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, -+0xE0, 0x22, 0xF0, 0x74, 0x09, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xF1, -+0xB3, 0x54, 0x3F, 0xF0, 0xEF, 0x60, 0x0A, 0xF1, 0xA6, 0x44, 0x10, 0xF1, 0xB2, 0x44, 0x80, 0xF0, -+0x22, 0xF1, 0xA6, 0x54, 0xEF, 0xF1, 0xB2, 0x44, 0x40, 0xF0, 0x22, 0x90, 0x93, 0xDC, 0xA3, 0xE0, -+0x24, 0x03, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x01, 0x2D, 0xF5, 0x82, 0xE4, -+0x34, 0xFB, 0xF5, 0x83, 0xE0, 0xFE, 0x74, 0x00, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, -+0xE0, 0x7A, 0x00, 0x24, 0x00, 0xFF, 0xEA, 0x3E, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0x90, 0x95, 0x5F, 0xEC, 0xF0, 0xA3, 0xED, 0xF0, 0xAA, 0x07, 0x90, 0x95, 0x65, 0x12, 0x08, 0x79, -+0x00, 0x00, 0x00, 0x00, 0x90, 0xFD, 0x10, 0xEB, 0xF0, 0xEA, 0x24, 0xEF, 0x60, 0x4A, 0x24, 0xD7, -+0x70, 0x02, 0x21, 0x02, 0x24, 0x3A, 0x60, 0x02, 0x21, 0x39, 0x31, 0x62, 0x24, 0x0A, 0x31, 0x69, -+0xED, 0xF0, 0xFE, 0x12, 0x53, 0x3E, 0xE4, 0xF0, 0x74, 0x01, 0x2E, 0x12, 0x57, 0xD5, 0xE4, 0xF0, -+0xFE, 0x74, 0x00, 0x2F, 0x31, 0x72, 0x7D, 0x14, 0x7C, 0x00, 0x31, 0x7A, 0x7B, 0x00, 0x7A, 0x00, -+0x79, 0x00, 0x90, 0xAC, 0x67, 0x12, 0x48, 0x4F, 0x31, 0x5C, 0x90, 0xAC, 0x6A, 0x12, 0x08, 0x6D, -+0x7D, 0x14, 0x7C, 0x00, 0xE4, 0xFF, 0x01, 0xFD, 0x90, 0x95, 0x5F, 0xE4, 0x75, 0xF0, 0x14, 0x12, -+0x08, 0xD6, 0x90, 0x95, 0x5F, 0xA3, 0xE0, 0xFB, 0xFF, 0x24, 0x06, 0xFC, 0x31, 0x6A, 0xCC, 0xF0, -+0x90, 0x95, 0x69, 0xA3, 0xE0, 0xFE, 0x12, 0x53, 0x3E, 0xE4, 0xF0, 0x74, 0x01, 0x2E, 0x12, 0x57, -+0xD5, 0xE4, 0xF0, 0x74, 0x04, 0x2F, 0x12, 0x8F, 0x15, 0xFE, 0xAD, 0x03, 0x71, 0xB7, 0x12, 0x8F, -+0xFE, 0x90, 0x95, 0x63, 0xF0, 0xA3, 0xEF, 0xF0, 0xED, 0x7E, 0x00, 0x24, 0x00, 0x31, 0x72, 0x31, -+0x83, 0x31, 0x7A, 0x90, 0x95, 0x5F, 0x74, 0xFF, 0x75, 0xF0, 0xEC, 0x12, 0x08, 0xD6, 0x31, 0x62, -+0x7E, 0x00, 0x24, 0x0C, 0xF9, 0xEE, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0xC0, 0x02, 0xC0, 0x01, 0x74, -+0x10, 0x2F, 0xF9, 0xEE, 0x34, 0xFC, 0xFA, 0x90, 0xAC, 0x67, 0x12, 0x48, 0x4F, 0x31, 0x5C, 0x90, -+0xAC, 0x6A, 0x12, 0x08, 0x6D, 0x31, 0x83, 0xD0, 0x01, 0xD0, 0x02, 0x7F, 0x11, 0x12, 0x1B, 0x9A, -+0x80, 0x2F, 0x31, 0x62, 0x24, 0x2A, 0x31, 0x69, 0xED, 0xF0, 0xFE, 0x12, 0x53, 0x3E, 0xE4, 0xF0, -+0x74, 0x01, 0x2E, 0x12, 0x57, 0xD5, 0xE4, 0xF0, 0x71, 0xCA, 0x7D, 0x48, 0x7C, 0x00, 0x12, 0x24, -+0xE6, 0x31, 0x56, 0x31, 0x8C, 0xE4, 0xFD, 0xFC, 0x31, 0x56, 0x31, 0x8C, 0x31, 0x56, 0x12, 0x08, -+0x3A, 0x90, 0x95, 0x61, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x95, 0x61, 0x71, 0xA6, 0x90, 0x95, -+0x69, 0xA3, 0xE0, 0xFE, 0x12, 0x53, 0x3E, 0xEF, 0xF0, 0x74, 0x01, 0x2E, 0x12, 0x57, 0xD5, 0xED, -+0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x95, 0x65, 0x12, 0x08, 0x6D, 0x90, 0x95, 0x65, 0x02, -+0x48, 0x22, 0x90, 0x95, 0x5F, 0xA3, 0xE0, 0xFF, 0x22, 0xFD, 0xE4, 0x33, 0x90, 0x95, 0x69, 0xF0, -+0xA3, 0x22, 0xF9, 0xEE, 0x34, 0xFC, 0xFA, 0x7B, 0x01, 0x22, 0x12, 0x24, 0xE6, 0x90, 0x95, 0x65, -+0x02, 0x08, 0x6D, 0x90, 0x95, 0x63, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0x22, 0x78, 0x10, 0x12, 0x08, -+0x47, 0x90, 0x95, 0x65, 0x12, 0x48, 0x2E, 0x02, 0x47, 0x8D, 0xE4, 0x90, 0x94, 0x87, 0xF0, 0xA3, -+0xF0, 0x90, 0x06, 0x32, 0xE0, 0x44, 0x20, 0xF0, 0x12, 0x9F, 0x32, 0xEF, 0x64, 0x01, 0x70, 0x69, -+0x90, 0x93, 0xBC, 0xE0, 0xFF, 0x90, 0x95, 0xB4, 0x74, 0x0D, 0xF0, 0x7B, 0x08, 0x7D, 0x01, 0x12, -+0x5E, 0x6E, 0x71, 0xAE, 0x90, 0x94, 0x84, 0x51, 0x23, 0x90, 0x94, 0x86, 0xEF, 0xF0, 0x90, 0x94, -+0x84, 0x71, 0xC0, 0x7B, 0x01, 0xE4, 0xFD, 0x51, 0x69, 0x90, 0x94, 0x86, 0xE0, 0xFF, 0x90, 0x94, -+0x85, 0xE0, 0x2F, 0xFF, 0x90, 0x94, 0x84, 0xE0, 0x34, 0x00, 0xCF, 0x24, 0x30, 0xCF, 0x34, 0x00, -+0xFE, 0x90, 0x94, 0x87, 0xF0, 0xA3, 0xEF, 0xF0, 0x12, 0xA8, 0xF4, 0x51, 0x1A, 0x90, 0x93, 0xBC, -+0xE0, 0xFB, 0xE4, 0xFF, 0x11, 0x09, 0x51, 0x1A, 0x90, 0x93, 0xB8, 0xE0, 0xFB, 0x7F, 0x11, 0x11, -+0x09, 0xF1, 0xD2, 0x90, 0x91, 0x1F, 0x12, 0x62, 0x6B, 0x22, 0x90, 0x94, 0x87, 0xE0, 0xFC, 0xA3, -+0xE0, 0xFD, 0x22, 0xA3, 0xE0, 0xFE, 0x24, 0x28, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, -+0xFF, 0x74, 0x29, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFD, 0x74, 0x2C, 0x2E, -+0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0xFB, 0xE4, 0xFE, 0xEF, 0x30, 0xE7, 0x04, 0x7C, -+0x02, 0x80, 0x02, 0xE4, 0xFC, 0xED, 0x30, 0xE6, 0x08, 0xAF, 0x03, 0x71, 0x67, 0xAE, 0x07, 0x80, -+0x02, 0xE4, 0xFE, 0xEC, 0x24, 0x18, 0x2E, 0xFF, 0x22, 0x90, 0x95, 0x92, 0xED, 0xF0, 0x90, 0x95, -+0x8F, 0x12, 0x48, 0x4F, 0xE4, 0x90, 0x95, 0x93, 0xF0, 0xA3, 0xF0, 0x12, 0x06, 0x89, 0xFF, 0x12, -+0x84, 0xB4, 0xFD, 0x12, 0x87, 0x95, 0xFB, 0x51, 0x49, 0x90, 0x95, 0x93, 0xEF, 0xF0, 0x90, 0x95, -+0x8F, 0x12, 0x48, 0x46, 0x12, 0x87, 0x95, 0xFF, 0x71, 0x67, 0x90, 0x95, 0x94, 0xEF, 0xF0, 0x90, -+0x91, 0x0C, 0xE0, 0x24, 0xFE, 0x60, 0x14, 0x24, 0xFE, 0x60, 0x10, 0x14, 0x60, 0x07, 0x14, 0x60, -+0x04, 0x24, 0x05, 0x70, 0x41, 0x51, 0xF7, 0x71, 0x03, 0x80, 0x0D, 0x51, 0xF7, 0x90, 0x91, 0x0C, -+0xE0, 0x90, 0x95, 0x55, 0xF0, 0x12, 0x85, 0x75, 0x90, 0x95, 0x94, 0xE0, 0xFF, 0x90, 0x95, 0x8F, -+0x12, 0x48, 0x46, 0x90, 0x95, 0x93, 0xE0, 0x7C, 0x00, 0x29, 0xF9, 0xEC, 0x3A, 0xFA, 0xC3, 0xE9, -+0x9F, 0xF9, 0xEA, 0x94, 0x00, 0xFA, 0x75, 0x40, 0x01, 0x75, 0x41, 0x90, 0x75, 0x42, 0xDB, 0xA3, -+0xE0, 0xF5, 0x43, 0x12, 0x34, 0x62, 0x22, 0x7B, 0x01, 0x7A, 0x90, 0x79, 0xDB, 0x90, 0x95, 0x92, -+0xE0, 0xFD, 0x22, 0x90, 0x95, 0x77, 0xED, 0xF0, 0x90, 0x95, 0x74, 0x12, 0x48, 0x4F, 0x12, 0x87, -+0x9D, 0x90, 0x95, 0x7B, 0xF0, 0x90, 0x95, 0x74, 0x12, 0x5D, 0x86, 0x75, 0x43, 0x03, 0x7B, 0x01, -+0x7A, 0x95, 0x79, 0x78, 0x12, 0x34, 0x62, 0x90, 0x95, 0x77, 0xE0, 0x70, 0x2E, 0xFF, 0x71, 0x5C, -+0xE0, 0xB4, 0xFF, 0x06, 0x71, 0x5C, 0xE4, 0xF0, 0x80, 0x07, 0x71, 0x5C, 0xE0, 0x04, 0xF0, 0x80, -+0x05, 0x0F, 0xEF, 0xB4, 0x03, 0xE8, 0x75, 0x40, 0x01, 0x75, 0x41, 0x95, 0x75, 0x42, 0x78, 0x75, -+0x43, 0x03, 0x90, 0x95, 0x74, 0x12, 0x48, 0x46, 0x12, 0x34, 0x62, 0x22, 0x74, 0x78, 0x2F, 0xF5, -+0x82, 0xE4, 0x34, 0x95, 0xF5, 0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xEF, 0x20, -+0xE0, 0x05, 0x90, 0x93, 0xAF, 0x80, 0x03, 0x90, 0x93, 0xB0, 0xE0, 0x90, 0x91, 0x0C, 0xF0, 0x90, -+0x91, 0x0C, 0xE0, 0x14, 0x60, 0x13, 0x14, 0x60, 0x14, 0x24, 0xFE, 0x60, 0x10, 0x14, 0x60, 0x09, -+0x14, 0x60, 0x06, 0x24, 0x06, 0xE4, 0xFE, 0x80, 0x06, 0x7E, 0x04, 0x80, 0x02, 0x7E, 0x08, 0xAF, -+0x06, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE0, 0xFC, 0xA3, 0xE0, 0xFD, 0xEC, 0xFF, 0x22, 0x90, 0x94, -+0x84, 0xEE, 0xF0, 0xA3, 0xEF, 0xF0, 0x22, 0x74, 0x05, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0x22, -+0xA3, 0xE0, 0x24, 0x28, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0x22, 0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, -+0xFC, 0xFA, 0x7B, 0x01, 0x22, 0xE4, 0xFD, 0xFC, 0xEF, 0x60, 0x3D, 0x90, 0x93, 0xB5, 0x12, 0x8F, -+0x9D, 0x71, 0xCA, 0xF1, 0x87, 0x90, 0x93, 0xDC, 0x12, 0x5D, 0x86, 0x75, 0x43, 0x40, 0x7B, 0x01, -+0x7A, 0x90, 0x79, 0x01, 0x12, 0x34, 0x62, 0xE4, 0xFD, 0x7F, 0x03, 0x12, 0x30, 0x0A, 0x90, 0x93, -+0xB6, 0xE0, 0xFE, 0xE4, 0x78, 0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, 0xFF, 0x12, 0x39, -+0x00, 0x7D, 0x01, 0x7F, 0x03, 0x12, 0x30, 0x0A, 0x22, 0x90, 0x93, 0xDF, 0xEF, 0xF0, 0xE4, 0xFF, -+0x74, 0xDB, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0x90, 0xF5, 0x83, 0xE0, 0xFE, 0x74, 0x84, 0x2F, 0xF5, -+0x82, 0xE4, 0x34, 0x04, 0xF5, 0x83, 0xEE, 0xF0, 0x0F, 0xEF, 0xB4, 0x08, 0xE3, 0x90, 0x91, 0x0B, -+0xE0, 0x90, 0x04, 0x8C, 0xF0, 0x75, 0x40, 0x01, 0x75, 0x41, 0x90, 0x75, 0x42, 0x4A, 0x75, 0x43, -+0x08, 0x7B, 0x01, 0x7A, 0x90, 0x79, 0xE3, 0x12, 0x34, 0x62, 0x90, 0x93, 0xC0, 0xE0, 0x60, 0x19, -+0x90, 0x93, 0xDF, 0xF1, 0xAC, 0x71, 0xCA, 0xC0, 0x03, 0x8B, 0x40, 0x75, 0x41, 0x90, 0x75, 0x42, -+0xDB, 0x75, 0x43, 0x32, 0xD0, 0x03, 0x12, 0x34, 0x62, 0x22, 0xD1, 0x9F, 0x90, 0x93, 0xC0, 0xE0, -+0xFF, 0x91, 0x19, 0x90, 0x01, 0x3F, 0x74, 0x04, 0xF0, 0x90, 0x8D, 0x07, 0xE0, 0xFF, 0xB4, 0x01, -+0x07, 0x90, 0xFD, 0x00, 0xE0, 0x54, 0xEF, 0xF0, 0xEF, 0xB4, 0x01, 0x07, 0x90, 0xFE, 0x10, 0xE0, -+0x54, 0xFB, 0xF0, 0x22, 0xEF, 0x60, 0x38, 0x90, 0x93, 0xB1, 0xE0, 0xFF, 0x60, 0x03, 0x12, 0xA3, -+0xB4, 0x90, 0x01, 0xC7, 0xE4, 0xF0, 0x12, 0x8E, 0x08, 0xF1, 0x9C, 0x90, 0x06, 0x09, 0xE0, 0x54, -+0xFE, 0xF0, 0x7D, 0x35, 0x12, 0x4B, 0xB1, 0xF1, 0xB4, 0x12, 0x9E, 0x6E, 0xB1, 0xDC, 0x12, 0x77, -+0xE0, 0xF1, 0x13, 0x90, 0x01, 0x34, 0x74, 0x08, 0xF0, 0xFD, 0xE4, 0xFF, 0x02, 0x74, 0x6A, 0x7D, -+0x08, 0xE4, 0xFF, 0x12, 0x75, 0xF3, 0x90, 0x06, 0x90, 0xE0, 0x54, 0xF0, 0xF0, 0xF1, 0x94, 0x91, -+0x7A, 0xD1, 0x63, 0x7E, 0x00, 0x7F, 0x25, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x30, 0x12, -+0x08, 0xAA, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x20, 0xF0, 0xD1, 0x9F, 0xD1, 0xF2, 0x90, 0x8D, 0x07, -+0xE0, 0xFF, 0x64, 0x02, 0x70, 0x2A, 0xB1, 0xD5, 0x30, 0xE0, 0x02, 0x7E, 0x01, 0x90, 0x8F, 0x4F, -+0xB1, 0xD3, 0x30, 0xE1, 0x02, 0x7E, 0x01, 0x90, 0x8F, 0x4D, 0xB1, 0xD3, 0x30, 0xE2, 0x02, 0x7E, -+0x01, 0x90, 0x8F, 0x4E, 0xEE, 0xF0, 0x90, 0xFD, 0x80, 0xE0, 0x90, 0x02, 0xFB, 0xF0, 0x80, 0x4A, -+0xEF, 0x64, 0x01, 0x70, 0x1D, 0xB1, 0xCC, 0x30, 0xE0, 0x02, 0x7F, 0x01, 0x90, 0x8F, 0x4F, 0xB1, -+0xCA, 0x30, 0xE1, 0x02, 0x7F, 0x01, 0x90, 0x8F, 0x4D, 0xB1, 0xCA, 0x30, 0xE2, 0x02, 0x7F, 0x01, -+0x80, 0x23, 0x90, 0x8D, 0x07, 0xE0, 0x64, 0x03, 0x70, 0x20, 0xB1, 0xC3, 0x30, 0xE0, 0x02, 0x7F, -+0x01, 0x90, 0x8F, 0x4F, 0xB1, 0xC1, 0x30, 0xE1, 0x02, 0x7F, 0x01, 0x90, 0x8F, 0x4D, 0xB1, 0xC1, -+0x30, 0xE2, 0x02, 0x7F, 0x01, 0x90, 0x8F, 0x4E, 0xEF, 0xF0, 0x90, 0x8F, 0x30, 0xE0, 0x54, 0xEF, -+0xF0, 0xE4, 0x90, 0x91, 0x63, 0xF0, 0xA3, 0xF0, 0x90, 0x91, 0x6B, 0x12, 0x08, 0x79, 0x00, 0x00, -+0x00, 0x00, 0x90, 0x91, 0x6F, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x90, 0x91, 0x67, 0x12, -+0x08, 0x79, 0x00, 0x00, 0x00, 0x00, 0x90, 0x93, 0xAB, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x00, -+0x22, 0xEF, 0xF0, 0x90, 0xFD, 0x78, 0xE0, 0x7F, 0x00, 0x22, 0xEF, 0xF0, 0x90, 0xFD, 0x70, 0xE0, -+0x7F, 0x00, 0x22, 0xEE, 0xF0, 0x90, 0xFD, 0x80, 0xE0, 0x7E, 0x00, 0x22, 0xF1, 0x8D, 0xF1, 0xA4, -+0x30, 0xE0, 0x17, 0x90, 0x8E, 0xB2, 0xE0, 0xFF, 0xC4, 0x54, 0x0F, 0x20, 0xE0, 0x0C, 0x90, 0x93, -+0xEB, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x14, 0xB1, 0xFB, 0x22, 0xE4, 0x90, 0x93, 0xEF, 0xF0, -+0x7F, 0x03, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0xEA, 0xEF, 0xF0, 0xD1, 0x75, -+0x90, 0x93, 0xEA, 0xE0, 0xFF, 0xD1, 0x91, 0x74, 0x01, 0xF0, 0x90, 0x93, 0xEF, 0xE0, 0xFE, 0xEF, -+0x12, 0xA9, 0xCA, 0xEE, 0xF0, 0x90, 0x93, 0xEA, 0xE0, 0x12, 0x6C, 0x19, 0x12, 0x08, 0x79, 0x00, -+0x00, 0x00, 0x01, 0xD1, 0x5D, 0x78, 0x10, 0x12, 0x08, 0x47, 0xAB, 0x07, 0xD1, 0x5D, 0x78, 0x08, -+0x12, 0x08, 0x47, 0x90, 0x95, 0x87, 0xEF, 0xF0, 0xD1, 0x5D, 0x90, 0x95, 0x88, 0xEF, 0xF0, 0x7D, -+0x01, 0x7F, 0x50, 0x7E, 0x01, 0x12, 0x50, 0x19, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x93, 0xEB, -+0x02, 0x48, 0x22, 0xD1, 0x85, 0x90, 0x8F, 0x30, 0xE0, 0xFF, 0xC4, 0x54, 0x0F, 0x30, 0xE0, 0x04, -+0xD1, 0x75, 0xB1, 0x8A, 0x22, 0x90, 0x01, 0x53, 0xE4, 0xF0, 0xFF, 0xD1, 0x90, 0xE4, 0xF0, 0x0F, -+0xEF, 0xB4, 0x08, 0xF7, 0x22, 0x90, 0x8F, 0x30, 0xF1, 0xBC, 0x30, 0xE0, 0x02, 0xD1, 0xF2, 0x22, -+0xEF, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0xA0, 0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFD, 0x7F, 0x8F, 0x12, 0x4A, 0xCD, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xF1, 0x8E, 0x12, 0xA0, 0x0C, 0x12, 0xA5, 0x4A, 0x91, 0xF3, 0x12, 0x7F, 0xCE, 0xD1, -+0xDE, 0x90, 0x93, 0xCE, 0xE0, 0x54, 0x7F, 0xF0, 0x54, 0xBF, 0xF0, 0x54, 0xDF, 0xF0, 0x54, 0xF0, -+0xF0, 0xE4, 0x90, 0x93, 0xD0, 0xF0, 0x90, 0x93, 0xCE, 0xE0, 0x54, 0xEF, 0xF0, 0x22, 0xF1, 0xC4, -+0x7A, 0x93, 0x79, 0xC6, 0x12, 0x08, 0xAA, 0x90, 0x93, 0xC7, 0x74, 0x08, 0xF0, 0xA3, 0x74, 0x03, -+0xF0, 0x22, 0x12, 0x6C, 0xA7, 0xE4, 0x90, 0x93, 0xBB, 0x12, 0x4F, 0xDD, 0x90, 0x91, 0x0D, 0x12, -+0x4F, 0xDB, 0xA3, 0x12, 0x4F, 0xDB, 0x90, 0x91, 0x1F, 0xF0, 0xA3, 0xF0, 0x90, 0x91, 0x61, 0xF0, -+0xA3, 0xF0, 0x22, 0xE4, 0xFF, 0x74, 0x18, 0xF1, 0x3D, 0xFE, 0x74, 0x40, 0x2F, 0xF5, 0x82, 0xE4, -+0x34, 0x8F, 0xF5, 0x83, 0xEE, 0xF0, 0x74, 0x10, 0xF1, 0x3D, 0xFE, 0x74, 0x3A, 0x2F, 0xF5, 0x82, -+0xE4, 0x34, 0x8F, 0xF5, 0x83, 0xEE, 0xF0, 0x0F, 0xEF, 0xB4, 0x06, 0xD9, 0x22, 0x2F, 0xF5, 0x82, -+0xE4, 0x34, 0x06, 0xF5, 0x83, 0xE0, 0x22, 0xF1, 0x87, 0xD1, 0xDE, 0x12, 0xA2, 0xC8, 0x12, 0x6F, -+0x46, 0x4E, 0xF0, 0xEF, 0xC3, 0x13, 0x30, 0xE0, 0x2D, 0x12, 0x84, 0xB4, 0x90, 0x93, 0xC7, 0x12, -+0x86, 0x51, 0x90, 0x93, 0xC8, 0xF0, 0x12, 0x06, 0x89, 0xFF, 0x54, 0x04, 0xFE, 0x90, 0x93, 0xC6, -+0xE0, 0x54, 0xFB, 0x12, 0x87, 0x9B, 0x90, 0x93, 0xC9, 0xF0, 0xEF, 0x54, 0x08, 0xFF, 0x90, 0x93, -+0xC6, 0xE0, 0x54, 0xF7, 0x4F, 0xF0, 0x22, 0x90, 0x93, 0xDC, 0x02, 0x48, 0x4F, 0x22, 0xE4, 0xFD, -+0xFF, 0x02, 0x81, 0x23, 0x90, 0x02, 0x86, 0xE0, 0x54, 0xFB, 0xF0, 0x22, 0x90, 0x8E, 0xAF, 0xF0, -+0xA3, 0xEF, 0xF0, 0x22, 0x90, 0x8F, 0x30, 0xE0, 0xC4, 0x54, 0x0F, 0x22, 0xE0, 0xFF, 0x12, 0x8D, -+0x3F, 0x7E, 0x00, 0x22, 0x90, 0x02, 0x86, 0xE0, 0x44, 0x04, 0xF0, 0x22, 0xE0, 0xFF, 0xC4, 0x13, -+0x13, 0x54, 0x03, 0x22, 0x7E, 0x00, 0x7F, 0x08, 0x7D, 0x00, 0x7B, 0x01, 0x22, 0xEE, 0xF0, 0xA3, -+0xEF, 0xF0, 0x90, 0x04, 0x1F, 0x74, 0x20, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, -+0xE4, 0xFF, 0xD1, 0x90, 0xE4, 0xF0, 0x0F, 0xEF, 0xB4, 0x08, 0xF7, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xEF, 0x24, 0xFC, 0x60, 0x05, 0x04, 0x70, 0x05, 0x80, 0x04, 0x12, 0x98, 0x75, 0x22, 0xE4, 0x90, -+0x93, 0xD9, 0xF0, 0x90, 0x95, 0x05, 0x04, 0xF0, 0x90, 0x06, 0x32, 0xE0, 0x44, 0x04, 0xF0, 0x90, -+0x93, 0xAB, 0x12, 0x48, 0x22, 0x71, 0x4C, 0xE4, 0x3D, 0xFD, 0xE4, 0x3C, 0xFC, 0x90, 0x93, 0xAB, -+0x12, 0x08, 0x6D, 0x12, 0x8E, 0x19, 0xE4, 0x90, 0x94, 0xE9, 0xF0, 0xFF, 0x31, 0xAC, 0x12, 0x72, -+0x5E, 0x70, 0x2C, 0x11, 0x6E, 0x7F, 0x05, 0x7E, 0x00, 0x12, 0x3C, 0xEC, 0x12, 0x58, 0x3E, 0x90, -+0x8E, 0xCF, 0xE0, 0x64, 0x02, 0x60, 0x18, 0x90, 0x93, 0xD9, 0xE0, 0x04, 0xF0, 0x7F, 0x01, 0x7E, -+0x00, 0x12, 0x3C, 0xEC, 0x11, 0x6E, 0x90, 0x93, 0xD9, 0xE0, 0xD3, 0x94, 0x0A, 0x40, 0xE0, 0x90, -+0x93, 0xEB, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x0A, 0x31, 0xA4, 0x02, 0x96, 0x02, 0x7D, 0x01, -+0x7F, 0x02, 0x02, 0x58, 0xD0, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x94, 0xFC, 0xE0, -+0xFF, 0xF1, 0x0F, 0xEF, 0x70, 0x02, 0x21, 0x2A, 0x90, 0x94, 0xFD, 0xE0, 0xFB, 0xD3, 0x94, 0x00, -+0x40, 0x1A, 0x90, 0x95, 0x2F, 0x12, 0x08, 0x79, 0x00, 0x00, 0x00, 0x0F, 0xAF, 0x03, 0xE4, 0xFC, -+0xFD, 0xFE, 0x12, 0x57, 0xC8, 0x7F, 0x20, 0x7E, 0x0C, 0x12, 0x55, 0x1A, 0x90, 0x94, 0xFC, 0xE0, -+0xFF, 0x90, 0x06, 0x33, 0xF0, 0xB1, 0x3B, 0xE4, 0xFB, 0xFD, 0x12, 0x88, 0xE6, 0x90, 0x94, 0xFF, -+0xE0, 0x60, 0x07, 0x90, 0x8E, 0xB3, 0xE0, 0xFF, 0x31, 0x6F, 0x12, 0x97, 0xA4, 0x30, 0xE0, 0x35, -+0x90, 0x91, 0x64, 0xE0, 0x60, 0x2F, 0xE4, 0x90, 0x93, 0xDA, 0xF0, 0x90, 0x91, 0x64, 0xE0, 0xFF, -+0x90, 0x93, 0xDA, 0xE0, 0xC3, 0x9F, 0x50, 0x1D, 0x7F, 0x03, 0x7E, 0x00, 0x12, 0x3C, 0xEC, 0x90, -+0x93, 0xDA, 0xE0, 0x24, 0xA3, 0x71, 0x44, 0xE0, 0xFF, 0x31, 0x6F, 0x90, 0x01, 0xA6, 0xE0, 0x04, -+0x12, 0x67, 0xEA, 0x80, 0xD6, 0x90, 0x94, 0xFE, 0xE0, 0x90, 0x93, 0xD9, 0xF0, 0x90, 0x94, 0xE9, -+0xE0, 0x04, 0xF0, 0xE0, 0xFF, 0x31, 0xAC, 0x90, 0x93, 0xD9, 0x12, 0x51, 0x1F, 0x90, 0x93, 0xEB, -+0x12, 0x08, 0x6D, 0x31, 0xA4, 0x12, 0x96, 0x02, 0x80, 0x40, 0xE4, 0x90, 0x94, 0xE9, 0xF0, 0x90, -+0x95, 0x05, 0xF0, 0x90, 0x06, 0x32, 0xE0, 0x54, 0xFB, 0xF0, 0x12, 0x57, 0x52, 0xE4, 0xFF, 0x12, -+0x72, 0x80, 0xBF, 0x01, 0x0C, 0x90, 0x95, 0x01, 0xE0, 0xFD, 0x7F, 0x02, 0x12, 0x58, 0x4A, 0xB1, -+0x4D, 0x90, 0x93, 0xDB, 0x74, 0x07, 0xF0, 0x90, 0x93, 0xE9, 0xF0, 0x7B, 0x01, 0x7A, 0x93, 0x79, -+0xDB, 0x51, 0x2B, 0x7F, 0x04, 0x12, 0x70, 0xEE, 0x31, 0xDF, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x93, 0xEA, 0xEF, 0xF0, 0xF1, 0x32, 0xBF, 0x01, 0x1F, -+0x90, 0x06, 0x32, 0xE0, 0x44, 0x08, 0xF0, 0x90, 0x93, 0xEA, 0xE0, 0xFF, 0x90, 0x95, 0xB4, 0x74, -+0x07, 0xF0, 0x7B, 0x18, 0x7D, 0x01, 0x12, 0x5E, 0x6E, 0x90, 0x93, 0xEB, 0x12, 0x97, 0xCD, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0x93, 0xEF, 0xF0, 0x7F, 0x04, 0x22, 0xD3, 0x10, 0xAF, 0x01, -+0xC3, 0xC0, 0xD0, 0x90, 0x93, 0xEA, 0xEF, 0xF0, 0x12, 0x8D, 0x3A, 0x74, 0x10, 0x2F, 0xFF, 0x90, -+0x93, 0xEA, 0xE0, 0x25, 0xE0, 0x25, 0xE0, 0x2F, 0xFF, 0x24, 0x00, 0x12, 0x5F, 0xB3, 0x75, 0x43, -+0x04, 0x7B, 0x01, 0x7A, 0x94, 0x79, 0xFC, 0x12, 0x34, 0x62, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, -+0x8E, 0xB2, 0x12, 0x77, 0x1D, 0x30, 0xE0, 0x3A, 0xEF, 0xC4, 0x54, 0x0F, 0x20, 0xE0, 0x33, 0x90, -+0x91, 0x6B, 0x12, 0x48, 0x22, 0xEC, 0x4D, 0x4E, 0x4F, 0x60, 0x13, 0x90, 0x93, 0xAB, 0x12, 0x48, -+0x2E, 0xD3, 0x12, 0x48, 0x11, 0x40, 0x07, 0x51, 0x23, 0x90, 0x91, 0x6F, 0x80, 0x05, 0x51, 0x23, -+0x90, 0x91, 0x67, 0x12, 0x48, 0x2E, 0x12, 0x47, 0xA8, 0x90, 0x93, 0xEB, 0x12, 0x08, 0x6D, 0x12, -+0x95, 0xFB, 0x22, 0xE4, 0x7F, 0xE8, 0x7E, 0x03, 0xFD, 0xFC, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0x8E, 0xAD, 0xE0, 0xFF, 0x70, 0x06, 0xA3, 0xE0, 0x64, 0x09, 0x60, 0x0A, 0xEF, -+0x14, 0xFF, 0x90, 0x8E, 0xAE, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, -+0x60, 0x09, 0x90, 0x01, 0xC1, 0xE0, 0x44, 0x02, 0xF0, 0x80, 0x28, 0xC0, 0x01, 0x90, 0x8E, 0xAE, -+0xE0, 0x91, 0xA7, 0xA8, 0x01, 0xFC, 0x7D, 0x01, 0xD0, 0x01, 0x7E, 0x00, 0x7F, 0x0F, 0x12, 0x06, -+0x63, 0x90, 0x8E, 0xAE, 0x71, 0x3D, 0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, -+0x8E, 0xAE, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x93, 0xE7, 0x74, 0x12, 0xF0, 0x90, 0x93, -+0xF5, 0x74, 0x05, 0xF0, 0x90, 0x93, 0xE9, 0x71, 0x36, 0xEB, 0xF0, 0x90, 0x93, 0xE5, 0xE0, 0x90, -+0x93, 0xEC, 0xF0, 0x90, 0x93, 0xE6, 0xE0, 0x90, 0x93, 0xED, 0xF0, 0x7B, 0x01, 0x7A, 0x93, 0x79, -+0xE7, 0x51, 0x2B, 0x7F, 0x04, 0x02, 0x70, 0xEE, 0x71, 0x2F, 0x7F, 0xF5, 0x7E, 0x01, 0x12, 0x33, -+0xFD, 0xBF, 0x01, 0x06, 0x90, 0x93, 0xDC, 0xE0, 0xA3, 0xF0, 0x71, 0x2F, 0x7F, 0xF6, 0x7E, 0x01, -+0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0x93, 0xDC, 0xE0, 0x90, 0x93, 0xDE, 0xF0, 0x71, 0x2F, -+0x7F, 0xF4, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0x93, 0xDC, 0xE0, 0x90, 0x93, -+0xDF, 0xF0, 0x71, 0x2F, 0x7F, 0xF3, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, 0x01, 0x08, 0x90, 0x93, -+0xDC, 0xE0, 0x90, 0x93, 0xE0, 0xF0, 0x71, 0x2F, 0x7F, 0xF2, 0x7E, 0x01, 0x12, 0x33, 0xFD, 0xBF, -+0x01, 0x08, 0x90, 0x93, 0xDC, 0xE0, 0x90, 0x93, 0xE1, 0xF0, 0x90, 0x93, 0xDD, 0xB1, 0x32, 0xA3, -+0xE0, 0x90, 0x93, 0xE5, 0xF0, 0x90, 0x93, 0xE1, 0xE0, 0x90, 0x93, 0xE6, 0xF0, 0x41, 0x88, 0x7B, -+0x01, 0x7A, 0x93, 0x79, 0xDC, 0x22, 0xEF, 0xF0, 0xA3, 0xED, 0xF0, 0xA3, 0x22, 0xE0, 0x04, 0xF0, -+0xE0, 0x7F, 0x00, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0x91, 0xF5, 0x83, 0x22, 0xEF, 0x24, 0x01, 0xFF, -+0xE4, 0x3E, 0xFE, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0xAD, 0x12, 0x48, -+0x4F, 0x7F, 0x96, 0x7E, 0x02, 0x71, 0xAE, 0xEF, 0x60, 0x3F, 0x12, 0x8E, 0x08, 0xFE, 0x71, 0x4C, -+0x90, 0x95, 0xB0, 0xEF, 0xF0, 0xEE, 0xFF, 0x90, 0xFD, 0x11, 0xF0, 0x90, 0x95, 0xB0, 0xE0, 0xFD, -+0x90, 0x02, 0x94, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x95, 0xAD, 0xB1, 0x1A, 0x24, 0x02, 0xFF, 0xE4, -+0x33, 0xFE, 0x71, 0xF1, 0x90, 0x95, 0xB0, 0xE0, 0x24, 0x18, 0xFF, 0x90, 0x95, 0xAD, 0x12, 0x48, -+0x46, 0x91, 0xB3, 0x90, 0x02, 0x96, 0x74, 0x01, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, -+0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x95, 0xA5, 0xEE, 0xF0, 0xA3, 0x12, 0x7F, 0xA2, 0x90, 0x95, -+0xA5, 0xB1, 0x44, 0xE0, 0x60, 0x24, 0xC3, 0x90, 0x95, 0xA8, 0xE0, 0x94, 0xE8, 0x90, 0x95, 0xA7, -+0xE0, 0x94, 0x03, 0x40, 0x0B, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x80, 0xF0, 0x7F, 0x00, 0x80, 0x0C, -+0x90, 0x95, 0xA7, 0x12, 0x62, 0x6B, 0xB1, 0x2B, 0x80, 0xD4, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, -+0x22, 0xE4, 0xFC, 0xED, 0x2C, 0x24, 0x00, 0x91, 0x3A, 0xE4, 0xF0, 0x0C, 0xEC, 0xB4, 0x18, 0xF3, -+0x74, 0x00, 0x2D, 0x91, 0x3A, 0xEF, 0xF0, 0xEE, 0x54, 0x3F, 0xFF, 0x74, 0x01, 0x2D, 0xF5, 0x82, -+0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, -+0x83, 0xE0, 0x54, 0xF0, 0xF0, 0xB1, 0xB6, 0xE0, 0x44, 0x80, 0xF0, 0x74, 0x0B, 0x2D, 0xF5, 0x82, -+0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x44, 0x10, 0xF0, 0x22, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, -+0x83, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFF, 0x90, 0x8E, 0xAE, 0xE0, 0xFE, -+0x90, 0x8E, 0xAD, 0xE0, 0xFD, 0xB5, 0x06, 0x04, 0x7E, 0x01, 0x80, 0x02, 0x7E, 0x00, 0xEE, 0x64, -+0x01, 0x60, 0x3F, 0xED, 0x91, 0xA7, 0xFA, 0x7B, 0x01, 0x71, 0x54, 0x7F, 0x01, 0xEF, 0x60, 0x32, -+0x90, 0x8E, 0xAD, 0xE0, 0x04, 0xF0, 0xE0, 0xB4, 0x0A, 0x02, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x60, -+0x05, 0xE4, 0x90, 0x8E, 0xAD, 0xF0, 0x90, 0x8E, 0xAE, 0xE0, 0xFF, 0x90, 0x8E, 0xAD, 0xE0, 0xB5, -+0x07, 0x04, 0x7F, 0x01, 0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x07, 0x90, 0x8D, 0x01, 0xE0, 0x44, -+0x04, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x75, 0xF0, 0x0F, 0xA4, 0x24, 0x17, 0xF9, 0x74, 0x8E, -+0x35, 0xF0, 0x22, 0x90, 0x95, 0xA9, 0xEF, 0xF0, 0xA3, 0x12, 0x48, 0x4F, 0x90, 0x95, 0xDA, 0xE0, -+0xFE, 0x04, 0xF0, 0xB1, 0x23, 0x74, 0x00, 0x2F, 0xF9, 0xE4, 0x34, 0xFB, 0xFA, 0x7B, 0x01, 0xC0, -+0x03, 0xC0, 0x02, 0xC0, 0x01, 0x90, 0x95, 0xAA, 0x12, 0x5D, 0x86, 0x75, 0x43, 0x02, 0xD0, 0x01, -+0xD0, 0x02, 0xD0, 0x03, 0x12, 0x34, 0x62, 0x90, 0x95, 0xA9, 0xE0, 0x24, 0x02, 0xF9, 0xE4, 0x34, -+0xFB, 0xFA, 0x7B, 0x01, 0xC0, 0x03, 0xC0, 0x02, 0xC0, 0x01, 0xA3, 0x12, 0x48, 0x46, 0xE9, 0x24, -+0x02, 0xF9, 0xE4, 0x3A, 0x8B, 0x40, 0xF5, 0x41, 0x89, 0x42, 0x90, 0x95, 0xAA, 0xB1, 0x1A, 0xF5, -+0x43, 0xD0, 0x01, 0xD0, 0x02, 0xD0, 0x03, 0x02, 0x34, 0x62, 0x12, 0x48, 0x46, 0x90, 0x00, 0x0E, -+0x02, 0x06, 0xA2, 0x90, 0x00, 0x01, 0xEE, 0x02, 0x06, 0xE1, 0xF0, 0x7F, 0x0A, 0x7E, 0x00, 0x02, -+0x3D, 0x7A, 0xE0, 0xFF, 0xA3, 0xE0, 0xFD, 0xA3, 0xE0, 0xFB, 0x22, 0x90, 0x94, 0xF4, 0xE0, 0x90, -+0x95, 0xC0, 0xF0, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xF5, 0x82, 0x8E, 0x83, 0x22, 0x12, 0x77, 0xE3, -+0x7D, 0x04, 0x7F, 0x01, 0x02, 0x58, 0x4A, 0x12, 0x06, 0x89, 0xFF, 0x90, 0x8E, 0xB1, 0xF0, 0xBF, -+0x01, 0x07, 0x51, 0xB8, 0xE4, 0x90, 0x8E, 0xB1, 0xF0, 0x22, 0x90, 0x01, 0x9A, 0xE0, 0x54, 0xC0, -+0x44, 0x0B, 0xB1, 0x2A, 0x90, 0x01, 0x98, 0xE0, 0x54, 0xC0, 0x7F, 0x00, 0xB4, 0x40, 0x02, 0x7F, -+0x01, 0x22, 0x90, 0x01, 0x01, 0xE0, 0x44, 0x04, 0xF0, 0x90, 0x01, 0x9A, 0xE0, 0x54, 0xC0, 0xB1, -+0x2A, 0x90, 0x01, 0x99, 0xE0, 0x44, 0xC0, 0xF0, 0x90, 0x01, 0x9B, 0x74, 0x80, 0xF0, 0x22, 0xF0, -+0xA3, 0xEF, 0xF0, 0x74, 0x02, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, 0xE0, 0x54, 0x0F, -+0x33, 0x33, 0x33, 0x54, 0xF8, 0xFF, 0x74, 0x03, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0xFB, 0xF5, 0x83, -+0x22, 0xD1, 0xD2, 0x12, 0x8E, 0x10, 0x90, 0x93, 0xDC, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x02, 0x87, -+0xE0, 0xF9, 0x90, 0x8F, 0x30, 0xE0, 0x30, 0xE0, 0x6D, 0xEC, 0xC3, 0x99, 0x50, 0x68, 0x90, 0x93, -+0xDC, 0xE0, 0xFA, 0xA3, 0xE0, 0xFB, 0xD1, 0xBA, 0xAD, 0x07, 0x12, 0x8F, 0xEA, 0x54, 0x3F, 0x90, -+0x93, 0xDE, 0xB1, 0x9F, 0xE0, 0x54, 0x03, 0xFB, 0xEF, 0x24, 0x18, 0xFF, 0xE4, 0x33, 0xCF, 0x2B, -+0xCF, 0x3A, 0x90, 0x93, 0xDE, 0x8F, 0xF0, 0x12, 0x08, 0xD6, 0x90, 0x93, 0xDE, 0xD1, 0x47, 0x90, -+0x93, 0xDE, 0xEE, 0xD1, 0xCA, 0xEE, 0x8F, 0xF0, 0xD1, 0xC2, 0xFE, 0xA3, 0xE0, 0xFF, 0xD3, 0x90, -+0x93, 0xDD, 0xE0, 0x9F, 0x90, 0x93, 0xDC, 0xE0, 0x9E, 0x40, 0x13, 0x90, 0x8E, 0xB0, 0xD1, 0xDB, -+0xFE, 0xC3, 0x90, 0x93, 0xDD, 0xE0, 0x9F, 0xF0, 0x90, 0x93, 0xDC, 0xE0, 0x9E, 0xF0, 0x90, 0x93, -+0xDC, 0xD1, 0xE6, 0x0C, 0x80, 0x93, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x7D, 0x07, 0xEF, 0x5D, -+0xC3, 0x60, 0x0A, 0xD1, 0x61, 0x24, 0x08, 0xFF, 0xE4, 0x3E, 0xFE, 0x80, 0x03, 0xD1, 0x61, 0xFF, -+0x22, 0x74, 0xFF, 0x9D, 0xFD, 0x74, 0xFF, 0x94, 0x00, 0x5E, 0xFE, 0xED, 0x5F, 0x22, 0xD1, 0xF9, -+0xAD, 0x07, 0x90, 0x01, 0xC4, 0x74, 0x6E, 0xF0, 0x74, 0x9E, 0xA3, 0xF0, 0xED, 0x64, 0x01, 0x60, -+0x1E, 0x12, 0x6F, 0xCE, 0xED, 0xB4, 0x02, 0x08, 0x90, 0x01, 0xC7, 0x74, 0x40, 0xF0, 0x80, 0x0A, -+0xED, 0xB4, 0x04, 0x06, 0x90, 0x01, 0xC7, 0x74, 0x41, 0xF0, 0x7F, 0x01, 0x02, 0x6C, 0x62, 0xB1, -+0xC1, 0x90, 0x02, 0x87, 0xE0, 0x70, 0xF8, 0x90, 0x06, 0x90, 0xE0, 0x44, 0x02, 0xF0, 0x74, 0x6E, -+0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0x9E, 0xA3, 0xF0, 0x22, 0xEA, 0x90, 0xFD, 0x11, 0xF0, 0xAF, -+0x03, 0x22, 0x12, 0x08, 0xD6, 0x90, 0x8E, 0xAF, 0xE0, 0x22, 0xF0, 0xA3, 0xEF, 0xF0, 0x90, 0x93, -+0xDC, 0x22, 0x90, 0x01, 0x1F, 0xE0, 0xFE, 0x90, 0x01, 0x1E, 0x22, 0xE0, 0x24, 0x01, 0xFF, 0x90, -+0x8E, 0xAF, 0xE0, 0x34, 0x00, 0x22, 0xE0, 0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x02, 0x84, 0xEF, 0xF0, -+0xEE, 0xA3, 0xF0, 0xA3, 0xE0, 0x44, 0x01, 0xF0, 0x22, 0x90, 0x02, 0x86, 0xE0, 0x20, 0xE2, 0x03, -+0x7F, 0x04, 0x22, 0x90, 0x02, 0x86, 0xE0, 0x7F, 0x01, 0x20, 0xE1, 0x02, 0x7F, 0x02, 0x22, 0xD3, -+0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x94, 0xEC, 0xE0, 0xFE, 0x90, 0x94, 0xE9, 0xE0, 0xC3, -+0x9E, 0x40, 0x04, 0x7F, 0x00, 0x80, 0x06, 0xEF, 0x7F, 0x01, 0x70, 0x01, 0xFF, 0xD0, 0xD0, 0x92, -+0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x04, 0x1D, 0xE0, 0x60, 0x1A, 0x90, -+0x05, 0x22, 0xE0, 0x54, 0x90, 0x60, 0x07, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x08, 0xF0, 0x90, 0x01, -+0xC6, 0xE0, 0x30, 0xE1, 0xE4, 0x7F, 0x00, 0x80, 0x02, 0x7F, 0x01, 0xD0, 0xD0, 0x92, 0xAF, 0x22, -+0xE4, 0x90, 0x93, 0xD8, 0xF0, 0xA3, 0xF0, 0x90, 0x02, 0x86, 0xE0, 0x20, 0xE1, 0x23, 0xC3, 0x90, -+0x93, 0xD9, 0xE0, 0x94, 0xD0, 0x90, 0x93, 0xD8, 0xE0, 0x94, 0x07, 0x40, 0x0A, 0x90, 0x01, 0xC1, -+0xE0, 0x44, 0x04, 0xF0, 0x7F, 0x00, 0x22, 0x90, 0x93, 0xD8, 0x12, 0x62, 0x6B, 0xB1, 0x2B, 0x80, -+0xD6, 0x7F, 0x01, 0x22, 0x12, 0x06, 0x89, 0x54, 0x01, 0xFF, 0x90, 0x93, 0xD3, 0xE0, 0x54, 0xFE, -+0x4F, 0xF0, 0x22, 0x12, 0x06, 0x89, 0x90, 0x8F, 0x2F, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0x8E, 0x16, 0xE0, 0xFF, 0x90, 0x8E, 0x15, 0xE0, 0xB5, 0x07, 0x04, 0x7F, 0x01, -+0x80, 0x02, 0x7F, 0x00, 0xEF, 0x70, 0x40, 0x90, 0x8E, 0x15, 0xE0, 0xFE, 0x75, 0xF0, 0x08, 0x90, -+0x8D, 0xC5, 0x12, 0x48, 0x3A, 0xE0, 0xFD, 0xEE, 0x75, 0xF0, 0x08, 0xA4, 0x24, 0xC6, 0xF9, 0x74, -+0x8D, 0x35, 0xF0, 0xFA, 0x7B, 0x01, 0xAF, 0x05, 0x12, 0x4E, 0xFD, 0x90, 0x8E, 0x15, 0x71, 0x3D, -+0xB4, 0x0A, 0x02, 0x7F, 0x01, 0xEF, 0x60, 0x05, 0xE4, 0x90, 0x8E, 0x15, 0xF0, 0x12, 0x71, 0x1C, -+0x90, 0x8D, 0x01, 0xE0, 0x44, 0x02, 0xF0, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xE4, 0x90, 0x8E, 0xAD, -+0xF0, 0xA3, 0xF0, 0x90, 0x8E, 0x15, 0xF0, 0xA3, 0xF0, 0x22, 0xEF, 0x70, 0x04, 0x74, 0xF0, 0x80, -+0x16, 0xEF, 0xB4, 0x01, 0x04, 0x74, 0xF4, 0x80, 0x0E, 0xEF, 0xB4, 0x02, 0x04, 0x74, 0xF8, 0x80, -+0x06, 0xEF, 0xB4, 0x03, 0x0C, 0x74, 0xFC, 0x2D, 0xF5, 0x82, 0xE4, 0x34, 0x02, 0xF5, 0x83, 0xEB, -+0xF0, 0x22, 0x90, 0x01, 0x94, 0xE0, 0x44, 0x01, 0xF0, 0x90, 0x01, 0xC7, 0xE4, 0xF0, 0x22, 0xE4, -+0x90, 0x93, 0xD4, 0xF0, 0xA3, 0xF0, 0x12, 0x9D, 0x6A, 0xEF, 0x64, 0x01, 0x60, 0x3D, 0xC3, 0x90, -+0x93, 0xD5, 0xE0, 0x94, 0x88, 0x90, 0x93, 0xD4, 0xE0, 0x94, 0x13, 0x40, 0x0F, 0x90, 0x01, 0xC1, -+0xE0, 0x44, 0x10, 0xF0, 0x90, 0x01, 0xC7, 0x74, 0xFD, 0xF0, 0x80, 0x1F, 0x90, 0x93, 0xD4, 0x12, -+0x62, 0x6B, 0x12, 0x67, 0xF2, 0xD3, 0x90, 0x93, 0xD5, 0xE0, 0x94, 0x32, 0x90, 0x93, 0xD4, 0xE0, -+0x94, 0x00, 0x40, 0xC2, 0x90, 0x01, 0xC6, 0xE0, 0x30, 0xE3, 0xBB, 0x90, 0x01, 0xC7, 0x74, 0xFE, -+0xF0, 0x22, 0x7F, 0x02, 0x90, 0x93, 0xC1, 0xE0, 0xFE, 0xEF, 0xC3, 0x9E, 0x50, 0x18, 0xEF, 0x25, -+0xE0, 0x24, 0x81, 0xF8, 0xE6, 0x30, 0xE4, 0x0B, 0x90, 0x01, 0xB8, 0x74, 0x08, 0xF0, 0xA3, 0xF0, -+0x7F, 0x00, 0x22, 0x0F, 0x80, 0xDE, 0x7F, 0x01, 0x22, 0x90, 0x01, 0xE4, 0x74, 0x25, 0xF0, 0xA3, -+0xE4, 0xF0, 0x22, 0x90, 0x01, 0x34, 0xE0, 0x55, 0x15, 0xF5, 0x19, 0xA3, 0xE0, 0x55, 0x16, 0xF5, -+0x1A, 0xA3, 0xE0, 0x55, 0x17, 0xF5, 0x1B, 0xA3, 0xE0, 0x55, 0x18, 0xF5, 0x1C, 0x90, 0x01, 0x34, -+0xE5, 0x19, 0xF0, 0xA3, 0xE5, 0x1A, 0xF0, 0xA3, 0xE5, 0x1B, 0xF0, 0xA3, 0xE5, 0x1C, 0xF0, 0x22, -+0x90, 0x01, 0x3C, 0xE0, 0x55, 0x1D, 0xF5, 0x21, 0xA3, 0xE0, 0x55, 0x1E, 0xF5, 0x22, 0xA3, 0xE0, -+0x55, 0x1F, 0xF5, 0x23, 0xA3, 0xE0, 0x55, 0x20, 0xF5, 0x24, 0x90, 0x01, 0x3C, 0xE5, 0x21, 0xF0, -+0xA3, 0xE5, 0x22, 0xF0, 0xA3, 0xE5, 0x23, 0xF0, 0xA3, 0xE5, 0x24, 0xF0, 0x53, 0x91, 0xDF, 0x22, -+0x90, 0x01, 0xCF, 0xE0, 0x90, 0x94, 0x84, 0xF0, 0xE0, 0xFF, 0x30, 0xE0, 0x07, 0x90, 0x01, 0xCF, -+0xE0, 0x54, 0xFE, 0xF0, 0xEF, 0x30, 0xE5, 0x23, 0x90, 0x01, 0xCF, 0xE0, 0x54, 0xDF, 0xF0, 0x90, -+0x01, 0x34, 0x74, 0x20, 0xF0, 0xE4, 0xF5, 0xA8, 0xF5, 0xE8, 0x12, 0x4F, 0xB2, 0x90, 0x00, 0x03, -+0xE0, 0x54, 0xFB, 0xFD, 0x7F, 0x03, 0x12, 0x4A, 0xCD, 0x80, 0xFE, 0x22, 0x90, 0x93, 0xCC, 0xE0, -+0x04, 0xF0, 0x90, 0x8E, 0xCF, 0xE0, 0x64, 0x02, 0x60, 0x09, 0x12, 0x74, 0x78, 0x90, 0x01, 0xE6, -+0xE0, 0x04, 0xF0, 0x22, 0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x03, 0x12, 0x5F, 0xCF, 0x22, 0x90, 0x8E, -+0xCC, 0xE0, 0x60, 0x03, 0x12, 0x73, 0x73, 0x22, 0xE4, 0x90, 0x94, 0x95, 0xF0, 0xA3, 0xF0, 0x7F, -+0x83, 0x12, 0x4B, 0x94, 0x90, 0x94, 0x94, 0xEF, 0xF0, 0x7F, 0x83, 0x12, 0x4B, 0x94, 0xAE, 0x07, -+0x90, 0x94, 0x94, 0xE0, 0xFF, 0xB5, 0x06, 0x01, 0x22, 0xC3, 0x90, 0x94, 0x96, 0xE0, 0x94, 0x64, -+0x90, 0x94, 0x95, 0xE0, 0x94, 0x00, 0x40, 0x0D, 0x90, 0x01, 0xC0, 0xE0, 0x44, 0x40, 0xF0, 0x90, -+0x94, 0x94, 0xE0, 0xFF, 0x22, 0x90, 0x94, 0x95, 0x12, 0x62, 0x6B, 0x80, 0xC2, 0x90, 0x01, 0xC4, -+0x74, 0xDD, 0xF0, 0x74, 0xA1, 0xA3, 0xF0, 0x7F, 0x90, 0x12, 0x4B, 0x94, 0xEF, 0x20, 0xE0, 0xF7, -+0x74, 0xDD, 0x04, 0x90, 0x01, 0xC4, 0xF0, 0x74, 0xA1, 0xA3, 0xF0, 0x22, 0x74, 0x1D, 0x2F, 0xF8, -+0xE6, 0x4D, 0x12, 0x77, 0x30, 0xF0, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x8E, 0x26, -+0x8F, 0x27, 0xBD, 0x01, 0x15, 0xE5, 0x27, 0x78, 0x03, 0xCE, 0xC3, 0x13, 0xCE, 0x13, 0xD8, 0xF9, -+0xFF, 0xEE, 0x54, 0x1F, 0xFE, 0x12, 0x3C, 0xEC, 0x80, 0x07, 0xAF, 0x27, 0xAE, 0x26, 0x12, 0x3D, -+0x7A, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xE4, 0xFE, 0xFC, -+0xEF, 0x64, 0x02, 0x70, 0x40, 0xED, 0xB4, 0x01, 0x04, 0x7E, 0x0A, 0x80, 0x06, 0xED, 0xB4, 0x02, -+0x02, 0x7E, 0x09, 0xEB, 0xB4, 0x01, 0x08, 0xED, 0xB4, 0x01, 0x04, 0x7C, 0x04, 0x80, 0x38, 0xEB, -+0xB4, 0x02, 0x08, 0xED, 0xB4, 0x01, 0x04, 0x7C, 0x02, 0x80, 0x2C, 0xEB, 0xB4, 0x01, 0x08, 0xED, -+0xB4, 0x02, 0x04, 0x7C, 0x01, 0x80, 0x20, 0xEB, 0x64, 0x02, 0x70, 0x1B, 0xED, 0x64, 0x02, 0x70, -+0x16, 0x7C, 0x03, 0x80, 0x12, 0xEF, 0xB4, 0x01, 0x0E, 0xEB, 0xB4, 0x02, 0x04, 0x7C, 0x01, 0x80, -+0x06, 0xEB, 0xB4, 0x01, 0x02, 0x7C, 0x02, 0xAF, 0x06, 0xEF, 0xC4, 0x54, 0xF0, 0x4C, 0xFF, 0xD0, -+0xD0, 0x92, 0xAF, 0x22, 0x51, 0xCE, 0x90, 0x93, 0xC2, 0xE0, 0x54, 0xFE, 0x4E, 0xFE, 0xF0, 0xEF, -+0x54, 0x04, 0xFF, 0xEE, 0x54, 0xFB, 0x4F, 0xF0, 0x12, 0x06, 0x89, 0xC3, 0x13, 0x30, 0xE0, 0x07, -+0x12, 0x84, 0xB4, 0x90, 0x93, 0xC3, 0xF0, 0x22, 0x90, 0x93, 0xDC, 0x12, 0x48, 0x46, 0x12, 0x06, -+0x89, 0xFF, 0x54, 0x01, 0xFE, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0x90, 0x02, 0x09, -+0xE0, 0xFD, 0x51, 0xCE, 0x90, 0x8E, 0xB2, 0x12, 0x87, 0x15, 0x54, 0x04, 0xFC, 0xEF, 0x54, 0xFB, -+0x4C, 0xFF, 0x90, 0x8E, 0xB2, 0x71, 0x7F, 0xFF, 0xF0, 0x12, 0x06, 0x89, 0x54, 0x10, 0xFE, 0xEF, -+0x54, 0xEF, 0x4E, 0x90, 0x8E, 0xB2, 0x12, 0x84, 0xB3, 0xFF, 0xED, 0x2F, 0x90, 0x8E, 0xB3, 0x12, -+0x86, 0x51, 0xFF, 0xAE, 0x05, 0xED, 0x2F, 0x90, 0x8E, 0xB4, 0xF0, 0x90, 0x8E, 0xB2, 0xE0, 0xFF, -+0x20, 0xE0, 0x08, 0x13, 0x13, 0x13, 0x54, 0x1F, 0x30, 0xE0, 0x0A, 0x90, 0x06, 0x31, 0xE0, 0x44, -+0x40, 0xF0, 0x12, 0x8F, 0x1E, 0x90, 0x8E, 0xB2, 0xE0, 0xFF, 0x30, 0xE0, 0x34, 0x90, 0x06, 0x32, -+0xE0, 0x44, 0x01, 0xF0, 0x90, 0x06, 0x09, 0xE0, 0x54, 0xFE, 0x71, 0x76, 0xEF, 0x13, 0x13, 0x54, -+0x3F, 0x30, 0xE0, 0x09, 0x12, 0x97, 0xB4, 0x90, 0x95, 0x04, 0x74, 0x01, 0xF0, 0x7D, 0x08, 0xE4, -+0xFF, 0x12, 0x74, 0x6A, 0x90, 0x93, 0xEB, 0x12, 0x08, 0x79, 0x00, 0x00, 0x27, 0x10, 0x12, 0x95, -+0xFB, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0xF0, 0x90, 0x06, 0x08, 0xE0, 0x54, 0x7F, 0xF0, 0x22, 0xF0, -+0xEE, 0x54, 0x08, 0xFE, 0xEF, 0x54, 0xF7, 0x4E, 0x22, 0x90, 0x8F, 0x32, 0xE0, 0xC4, 0x54, 0x0F, -+0x20, 0xE0, 0x0A, 0x90, 0x01, 0x3F, 0xE0, 0x30, 0xE2, 0x03, 0x12, 0x6F, 0xCE, 0x90, 0x8F, 0x39, -+0xE0, 0x30, 0xE0, 0x0D, 0x90, 0x8F, 0x33, 0xE0, 0xC4, 0x54, 0x0F, 0x20, 0xE0, 0x03, 0x7F, 0x00, -+0x22, 0x7F, 0x01, 0x22, 0x12, 0x5F, 0xAB, 0x75, 0x43, 0x08, 0x7B, 0x01, 0x7A, 0x90, 0x79, 0xDB, -+0x02, 0x34, 0x62, 0x12, 0x5F, 0xAB, 0x75, 0x43, 0x70, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x69, 0x02, -+0x34, 0x62, 0xEF, 0x60, 0x07, 0x90, 0x93, 0xB7, 0xE0, 0xFF, 0x71, 0xC3, 0x22, 0x90, 0x94, 0x3F, -+0x12, 0x48, 0x4F, 0x90, 0x94, 0x42, 0x12, 0x5D, 0x86, 0x75, 0x43, 0x10, 0x7B, 0x01, 0x7A, 0x8F, -+0x79, 0xD9, 0x12, 0x34, 0x62, 0x90, 0x94, 0x3F, 0x12, 0x5D, 0x86, 0x75, 0x43, 0x10, 0x7B, 0x01, -+0x7A, 0x8F, 0x79, 0xE9, 0x12, 0x34, 0x62, 0x90, 0x94, 0x45, 0x12, 0x48, 0x22, 0x90, 0x8F, 0xF9, -+0x12, 0x08, 0x6D, 0x90, 0x94, 0x49, 0xE0, 0x90, 0x90, 0x00, 0xF0, 0x22, 0x90, 0x8F, 0x39, 0xE0, -+0x30, 0xE0, 0x03, 0x7F, 0x01, 0x22, 0x90, 0x06, 0x90, 0xE0, 0x20, 0xE5, 0x10, 0x90, 0x01, 0x3F, -+0xE0, 0x30, 0xE2, 0x09, 0x90, 0x01, 0xC7, 0x74, 0x25, 0xF0, 0x7F, 0x01, 0x22, 0x7F, 0x00, 0x22, -+0x90, 0x02, 0x09, 0xE0, 0x90, 0x93, 0xDC, 0xF0, 0x12, 0x06, 0x89, 0x90, 0x93, 0xAF, 0x12, 0x84, -+0xB3, 0x90, 0x93, 0xB0, 0xF0, 0x22, 0x91, 0x96, 0x2E, 0x90, 0x93, 0xB1, 0x12, 0x84, 0xB3, 0xFF, -+0xED, 0x2F, 0x90, 0x93, 0xB2, 0x12, 0x86, 0x51, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xB3, 0x12, 0x87, -+0x9C, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xB4, 0x12, 0x87, 0x94, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xB5, -+0x12, 0x87, 0xE4, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xB6, 0x12, 0x87, 0xDD, 0xFF, 0xAE, 0x05, 0xED, -+0x2F, 0x90, 0x93, 0xB7, 0xF0, 0x22, 0x90, 0x02, 0x09, 0xE0, 0xFD, 0x12, 0x06, 0x89, 0xFE, 0xAF, -+0x05, 0xED, 0x22, 0x91, 0x96, 0x2E, 0x90, 0x93, 0xBF, 0x12, 0x84, 0xB3, 0xFF, 0xAE, 0x05, 0xED, -+0x2F, 0x90, 0x93, 0xC0, 0xF0, 0x22, 0x91, 0x96, 0x2E, 0x90, 0x93, 0xB8, 0x12, 0x84, 0xB3, 0xFF, -+0xED, 0x2F, 0x90, 0x93, 0xB9, 0x12, 0x86, 0x51, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xBA, 0x12, 0x87, -+0x9C, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xBB, 0x12, 0x87, 0x94, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xBC, -+0x12, 0x87, 0xE4, 0xFF, 0xED, 0x2F, 0x90, 0x93, 0xBD, 0x12, 0x87, 0xDD, 0xFF, 0xAE, 0x05, 0xED, -+0x2F, 0x90, 0x93, 0xBE, 0xF0, 0x22, 0xEF, 0x60, 0x08, 0x90, 0x93, 0xB2, 0xE0, 0xFF, 0x12, 0x5F, -+0x48, 0x22, 0xEF, 0x60, 0x0A, 0x90, 0x06, 0x31, 0xE0, 0x44, 0x80, 0xF0, 0x12, 0x51, 0x26, 0x22, -+0x12, 0x7F, 0xBA, 0x30, 0xE0, 0x05, 0x90, 0x01, 0x5B, 0xE4, 0xF0, 0x90, 0x06, 0x92, 0x74, 0x02, -+0xF0, 0x90, 0x01, 0x3C, 0x74, 0x04, 0xF0, 0xE4, 0x90, 0x95, 0x87, 0xF0, 0x90, 0x8F, 0x2B, 0xE0, -+0xC3, 0x13, 0x54, 0x7F, 0x90, 0x95, 0x88, 0xF0, 0xE4, 0xFB, 0xFD, 0x7F, 0x58, 0x7E, 0x01, 0x12, -+0x50, 0x19, 0x90, 0x8E, 0xC7, 0xE0, 0x44, 0x08, 0xF0, 0x22, 0x7E, 0x00, 0x7F, 0x62, 0x7D, 0x00, -+0x7B, 0x01, 0x7A, 0x8E, 0x79, 0xC7, 0x12, 0x08, 0xAA, 0x90, 0x8E, 0xCB, 0x74, 0x02, 0xF0, 0x90, -+0x8E, 0xD2, 0x14, 0xF0, 0xA3, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, 0x90, 0x8E, 0xD8, 0xE4, 0xF0, 0xA3, -+0x74, 0x02, 0xB1, 0xDF, 0xD1, 0x6F, 0xE4, 0xFD, 0xFF, 0x12, 0x58, 0x4A, 0x7D, 0x0C, 0x7F, 0x02, -+0x12, 0x58, 0x4A, 0xB1, 0xEF, 0x90, 0x8D, 0x07, 0xE0, 0xFF, 0xB4, 0x01, 0x08, 0x90, 0x8E, 0xD7, -+0x74, 0xFF, 0xF0, 0x80, 0x0F, 0xEF, 0x90, 0x8E, 0xD7, 0xB4, 0x03, 0x05, 0x74, 0xD4, 0xF0, 0x80, -+0x03, 0x74, 0x40, 0xF0, 0x90, 0x8F, 0x29, 0x74, 0x03, 0xF0, 0xA3, 0x74, 0x0F, 0xF0, 0xA3, 0xE0, -+0x54, 0x01, 0x44, 0x28, 0xF0, 0xA3, 0x74, 0x07, 0xB1, 0xDF, 0x7F, 0x01, 0xD1, 0x86, 0x90, 0x05, -+0x58, 0x74, 0x02, 0xF0, 0x7E, 0x00, 0xFF, 0x7D, 0x00, 0x7B, 0x01, 0x7A, 0x8F, 0x79, 0x2D, 0x12, -+0x08, 0xAA, 0xD1, 0x53, 0xD1, 0x5B, 0x12, 0x77, 0xE3, 0xE4, 0x90, 0x8F, 0x2F, 0xF0, 0x22, 0xF0, -+0x90, 0x8E, 0xE9, 0xE0, 0x24, 0x04, 0x90, 0x8E, 0xE4, 0xF0, 0xA3, 0x74, 0x0A, 0xF0, 0x22, 0x7D, -+0x0C, 0x7F, 0x01, 0x02, 0x58, 0x4A, 0x90, 0x95, 0xA0, 0xE0, 0xFF, 0xD3, 0x10, 0xAF, 0x01, 0xC3, -+0xC0, 0xD0, 0x90, 0x95, 0xEE, 0xEF, 0xF0, 0x90, 0x8D, 0xC0, 0xE0, 0xFF, 0x90, 0x04, 0x1C, 0xE0, -+0x6F, 0x70, 0x3B, 0x90, 0x8E, 0xCF, 0xE0, 0x64, 0x0E, 0x70, 0x13, 0x90, 0x95, 0xEE, 0xE0, 0x70, -+0x2D, 0x90, 0x8E, 0xC7, 0xE0, 0x54, 0x7F, 0xF0, 0xD1, 0x53, 0xB1, 0xEF, 0x80, 0x1D, 0x90, 0x8E, -+0xCF, 0xE0, 0x64, 0x06, 0x70, 0x18, 0x90, 0x95, 0xEE, 0xE0, 0x60, 0x12, 0x90, 0x8E, 0xC7, 0xE0, -+0x54, 0xBF, 0xF0, 0xD1, 0x63, 0x90, 0x8E, 0xCF, 0x74, 0x04, 0xF0, 0x12, 0x77, 0xE3, 0xD0, 0xD0, -+0x92, 0xAF, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x54, 0x7F, 0xF0, 0x22, 0x90, 0x06, 0x0A, 0xE0, 0x54, -+0xF8, 0xF0, 0x22, 0x90, 0x06, 0x04, 0xE0, 0x44, 0x40, 0xF0, 0xE0, 0x44, 0x80, 0xF0, 0x22, 0x90, -+0x8F, 0x23, 0x74, 0x04, 0xF0, 0xA3, 0x14, 0xF0, 0xA3, 0xE4, 0xF0, 0xA3, 0x74, 0x64, 0xF0, 0xA3, -+0x74, 0x05, 0xF0, 0xA3, 0xF0, 0x22, 0xE4, 0xFE, 0x12, 0x84, 0x39, 0xE4, 0xF0, 0x0E, 0xEE, 0xB4, -+0x2D, 0xF6, 0xE4, 0x90, 0x8E, 0xE3, 0xF0, 0x90, 0x8E, 0xE2, 0xF0, 0x90, 0x8E, 0xE6, 0xF0, 0xEF, -+0xB4, 0x01, 0x07, 0xA3, 0x74, 0x2D, 0xF0, 0xE4, 0xA3, 0xF0, 0x22, 0x90, 0x04, 0x1A, 0xE0, 0xF4, -+0x60, 0x03, 0x7F, 0x00, 0x22, 0x90, 0x04, 0x1B, 0xE0, 0x54, 0x07, 0x64, 0x07, 0x7F, 0x01, 0x60, -+0x02, 0x7F, 0x00, 0x22, 0xD3, 0x10, 0xAF, 0x01, 0xC3, 0xC0, 0xD0, 0xD1, 0xAB, 0xEF, 0x64, 0x01, -+0x60, 0x05, 0x75, 0x5C, 0x01, 0x80, 0x70, 0x90, 0x8E, 0xD0, 0xE0, 0xFF, 0x54, 0x03, 0x60, 0x05, -+0x75, 0x5C, 0x02, 0x80, 0x62, 0x90, 0x8E, 0xCE, 0xE0, 0xFE, 0xE4, 0xC3, 0x9E, 0x50, 0x05, 0x75, -+0x5C, 0x04, 0x80, 0x53, 0xEF, 0x30, 0xE2, 0x05, 0x75, 0x5C, 0x08, 0x80, 0x4A, 0x90, 0x8E, 0xD0, -+0xE0, 0x30, 0xE4, 0x05, 0x75, 0x5C, 0x10, 0x80, 0x3E, 0x90, 0x8E, 0xC8, 0xE0, 0x13, 0x13, 0x54, -+0x3F, 0x20, 0xE0, 0x05, 0x75, 0x5C, 0x20, 0x80, 0x2E, 0x90, 0x8F, 0x2F, 0xE0, 0x60, 0x05, 0x75, -+0x5C, 0x80, 0x80, 0x23, 0x90, 0x06, 0x62, 0xE0, 0x30, 0xE1, 0x05, 0x75, 0x5C, 0x11, 0x80, 0x17, -+0x90, 0x06, 0x62, 0xE0, 0x30, 0xE0, 0x0C, 0xE0, 0x54, 0xFC, 0xFF, 0xBF, 0x80, 0x05, 0x75, 0x5C, -+0x12, 0x80, 0x04, 0xF1, 0x5A, 0x80, 0x0E, 0x90, 0x01, 0xB9, 0x74, 0x04, 0xF0, 0x90, 0x01, 0xB8, -+0xE5, 0x5C, 0xF0, 0x7F, 0x00, 0xD0, 0xD0, 0x92, 0xAF, 0x22, 0x90, 0x01, 0xB8, 0xE4, 0xF0, 0x7F, -+0x01, 0x22, 0xEF, 0x24, 0xFE, 0x60, 0x0B, 0x04, 0x70, 0x24, 0x90, 0x8E, 0xD2, 0x74, 0x02, 0xF0, -+0x80, 0x13, 0xED, 0x70, 0x06, 0x90, 0x8F, 0x2C, 0xE0, 0x80, 0x02, 0xED, 0x14, 0x90, 0x8E, 0xD2, -+0xF0, 0x90, 0x8E, 0xD2, 0xE0, 0xA3, 0xF0, 0x90, 0x8E, 0xC8, 0xE0, 0x44, 0x08, 0xF0, 0x22, 0x7D, -+0x2E, 0x7F, 0x6F, 0x12, 0x5A, 0xD4, 0x7D, 0x02, 0x7F, 0x01, 0x02, 0x58, 0x4A, 0xE4, 0x90, 0x94, -+0x93, 0xF0, 0x90, 0x8E, 0xCC, 0xE0, 0x60, 0x70, 0x12, 0x72, 0x5E, 0x70, 0x6B, 0x12, 0xAA, 0x7D, -+0x12, 0x51, 0x05, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0x90, 0x05, -+0x62, 0x12, 0x51, 0x1F, 0x78, 0x10, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, -+0x00, 0x12, 0x48, 0x04, 0xC0, 0x04, 0xC0, 0x05, 0xC0, 0x06, 0xC0, 0x07, 0xA3, 0x12, 0x51, 0x1F, -+0x78, 0x18, 0x12, 0x08, 0x5A, 0xD0, 0x03, 0xD0, 0x02, 0xD0, 0x01, 0xD0, 0x00, 0x12, 0xA8, 0x21, -+0x44, 0x80, 0xF0, 0x90, 0x94, 0x93, 0x74, 0x01, 0xF0, 0xE4, 0x90, 0x8E, 0xD3, 0xF0, 0x04, 0x60, -+0x17, 0x11, 0x19, 0xE4, 0x90, 0x95, 0x87, 0xF0, 0x90, 0x8E, 0xD4, 0x12, 0x50, 0x0D, 0x90, 0x8E, -+0xCF, 0xE0, 0x20, 0xE2, 0x03, 0x12, 0x58, 0xCC, 0x22, 0x90, 0x8E, 0xD0, 0xE0, 0x44, 0x10, 0xF0, -+0x22, 0x12, 0x48, 0x04, 0x90, 0x8F, 0x1F, 0x12, 0x08, 0x6D, 0x90, 0x8E, 0xC8, 0xE0, 0x22, 0x7D, -+0x2F, 0x12, 0x4B, 0xB1, 0x7D, 0x08, 0x7F, 0x01, 0x02, 0x58, 0x4A, 0x12, 0x77, 0xE0, 0x7D, 0x0C, -+0x7F, 0x01, 0x02, 0x58, 0x4A, 0x90, 0x8D, 0xC0, 0xE0, 0xFF, 0x90, 0x95, 0xA1, 0xE0, 0xFB, 0x90, -+0x95, 0xB4, 0x74, 0x0A, 0xF0, 0x7D, 0x01, 0x12, 0x5E, 0x6E, 0x90, 0x95, 0xA2, 0xEE, 0xF0, 0xFC, -+0xA3, 0xEF, 0xF0, 0xFD, 0x90, 0x95, 0xA0, 0xE0, 0xFF, 0x12, 0x8F, 0xBF, 0x90, 0x95, 0xA2, 0xE0, -+0xFE, 0xA3, 0xE0, 0xFF, 0x90, 0x81, 0x00, 0xE0, 0x54, 0x0F, 0xFD, 0xAC, 0x07, 0x11, 0xD5, 0x44, -+0x01, 0xF0, 0x11, 0xD5, 0x54, 0xFB, 0xF0, 0xAC, 0x07, 0x74, 0x12, 0x2C, 0x11, 0xE4, 0xE0, 0x44, -+0xFA, 0xF0, 0x74, 0x11, 0x2C, 0x11, 0xEC, 0xE0, 0x44, 0x1F, 0xF0, 0xAC, 0x07, 0x74, 0x06, 0x2C, -+0x12, 0x8F, 0x79, 0x44, 0x0E, 0xF0, 0x90, 0x04, 0xA7, 0xE4, 0xF0, 0x90, 0x04, 0xA6, 0xF0, 0x90, -+0x04, 0xA5, 0x74, 0xFF, 0xF0, 0x90, 0x04, 0xA4, 0x74, 0xFD, 0xF0, 0x74, 0x14, 0x2C, 0x11, 0xCD, -+0xE0, 0x54, 0xC0, 0x4D, 0xFD, 0x74, 0x14, 0x2F, 0x11, 0xCD, 0xED, 0xF0, 0x22, 0xF5, 0x82, 0xE4, -+0x34, 0xFC, 0xF5, 0x83, 0x22, 0x74, 0x0D, 0x2C, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, -+0x22, 0x74, 0x12, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0xF5, 0x82, 0xE4, 0x34, -+0xFC, 0xF5, 0x83, 0x22, 0xAD, 0x07, 0x90, 0x91, 0x17, 0x12, 0x62, 0x6B, 0x90, 0x91, 0x17, 0xE0, -+0xFF, 0xAE, 0x05, 0x74, 0x04, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, 0xF0, 0x90, -+0x91, 0x17, 0xA3, 0xE0, 0xFF, 0x74, 0x05, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xEF, -+0xF0, 0x22, 0xED, 0x14, 0x60, 0x06, 0x04, 0x70, 0x03, 0x7F, 0x01, 0x22, 0x7F, 0x01, 0x22, 0x12, -+0x08, 0x6D, 0x90, 0x93, 0xDC, 0xE4, 0x75, 0xF0, 0x04, 0x12, 0x08, 0xD6, 0x90, 0x93, 0xDC, 0xA3, -+0xE0, 0x24, 0x02, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, 0x7F, 0x64, 0x7E, 0x08, 0x12, -+0x55, 0x1A, 0x90, 0x95, 0x8B, 0x12, 0x48, 0x22, 0xE4, 0xFF, 0xFE, 0xFD, 0xEC, 0x54, 0x04, 0xFC, -+0x90, 0x95, 0x2F, 0x22, 0x90, 0x93, 0xFD, 0xE0, 0x2F, 0xFF, 0x90, 0x93, 0xFC, 0xE0, 0x34, 0x00, -+0xFE, 0x90, 0x94, 0x80, 0xF0, 0xA3, 0x22, 0xF0, 0x90, 0x8E, 0xD5, 0xE0, 0x75, 0xF0, 0x03, 0xA4, -+0x24, 0xFE, 0x22, 0x90, 0x93, 0xDC, 0xA3, 0xE0, 0xFF, 0xA3, 0xE0, 0xFE, 0x2F, 0x22, 0xF0, 0x90, -+0x8E, 0xD8, 0xA3, 0xE0, 0x90, 0x05, 0x58, 0xF0, 0x22, 0x24, 0x48, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, -+0x7B, 0x01, 0x22, 0x75, 0xF0, 0x20, 0xA4, 0x24, 0xAB, 0xF9, 0x74, 0x91, 0x35, 0xF0, 0xFA, 0x7B, -+0x01, 0x22, 0xE0, 0x90, 0x01, 0xBA, 0xF0, 0x90, 0x8E, 0xCE, 0xE0, 0x90, 0x01, 0xBB, 0xF0, 0x22, -+0xF0, 0xEE, 0x54, 0x20, 0xFE, 0xEF, 0x54, 0xDF, 0x4E, 0x22, 0x75, 0xF0, 0x0A, 0xA4, 0x24, 0x9F, -+0xF5, 0x82, 0xE4, 0x34, 0x94, 0xF5, 0x83, 0x22, 0x7F, 0x00, 0x7E, 0x0C, 0x12, 0x38, 0x07, 0x7F, -+0x00, 0x7E, 0x0E, 0x22, 0x90, 0x8F, 0x29, 0xE0, 0xFF, 0x90, 0x8E, 0xD5, 0xE0, 0xD3, 0x9F, 0x22, -+0x74, 0x21, 0x2F, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0xE0, 0x22, 0xE0, 0x75, 0xF0, 0x10, -+0x90, 0x81, 0x05, 0x12, 0x48, 0x3A, 0xE0, 0x22, 0x24, 0x30, 0xF9, 0xE4, 0x34, 0xFC, 0xFA, 0x7B, -+0x01, 0x22, 0x90, 0x95, 0xD8, 0xF0, 0xE0, 0x90, 0x04, 0x54, 0xF0, 0x22, 0x74, 0x73, 0x2E, 0xF5, -+0x82, 0xE4, 0x34, 0x91, 0x22, 0xF0, 0xEE, 0x54, 0x80, 0xFE, 0xEF, 0x54, 0x7F, 0x22, 0x7F, 0xB4, -+0x7E, 0x08, 0x12, 0x37, 0xBC, 0xEF, 0x22, 0x2E, 0xF5, 0x82, 0xE4, 0x34, 0xFC, 0xF5, 0x83, 0x22, -+0xF0, 0x7F, 0x10, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0x7F, 0x00, 0x7E, 0x0E, 0x02, 0x38, 0x07, 0x54, -+0x04, 0xFD, 0xEF, 0x54, 0xFB, 0x4D, 0x22, 0xE4, 0x75, 0xF0, 0x20, 0x02, 0x08, 0xD6, 0x12, 0x06, -+0xCF, 0x90, 0x95, 0x57, 0xE0, 0x22, 0x7F, 0x64, 0x7E, 0x00, 0x02, 0x3D, 0x7A, 0x90, 0x8E, 0xC9, -+0xE0, 0x54, 0xFE, 0xF0, 0x22, 0x90, 0x8E, 0xCA, 0xE0, 0xC4, 0x54, 0x0F, 0x22, 0x90, 0x8E, 0xD2, -+0xE0, 0x90, 0x05, 0x73, 0x22, 0x90, 0x95, 0xD5, 0xE0, 0xFF, 0x7D, 0x48, 0x22, 0x00, 0xAE, 0x5E, -+ -+}; -+u4Byte ArrayLength_MP_8821A_FW_WoWLAN = 27312; -+ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_WoWLAN( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ *((SIZE_PTR *)pFirmware) = (SIZE_PTR)Array_MP_8821A_FW_WoWLAN; -+#else -+ ODM_MoveMemory(pDM_Odm, pFirmware, Array_MP_8821A_FW_WoWLAN, ArrayLength_MP_8821A_FW_WoWLAN); -+#endif -+ *pFirmwareSize = ArrayLength_MP_8821A_FW_WoWLAN; -+} -+ -+ -+ -+#endif /* end of (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP)))*/ -+ -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_fw.h 2017-06-07 23:07:21.029689216 +0300 -@@ -0,0 +1,73 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.16*/ -+#if (RTL8821A_SUPPORT == 1) -+#ifndef __INC_MP_FW_HW_IMG_8821A_H -+#define __INC_MP_FW_HW_IMG_8821A_H -+ -+ -+/****************************************************************************** -+* FW_AP.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_AP( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+/****************************************************************************** -+* FW_NIC.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_NIC( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+/****************************************************************************** -+* FW_NIC_BT.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_NIC_BT( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+/****************************************************************************** -+* FW_WoWLAN.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadFirmware_MP_8821A_FW_WoWLAN( -+ IN PDM_ODM_T pDM_Odm, -+ OUT u1Byte *pFirmware, -+ OUT u4Byte *pFirmwareSize -+); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.c 2017-06-07 23:07:21.029689216 +0300 -@@ -0,0 +1,286 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8821A_SUPPORT == 1) -+static BOOLEAN -+CheckPositive( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2, -+ IN const u4Byte Condition3, -+ IN const u4Byte Condition4 -+) -+{ -+ u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ -+ -+ u4Byte cond1 = Condition1, cond2 = Condition2, cond3 = Condition3, cond4 = Condition4; -+ u4Byte driver1 = pDM_Odm->CutVersion << 24 | -+ (pDM_Odm->SupportInterface & 0xF0) << 16 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ (pDM_Odm->SupportInterface & 0x0F) << 8 | -+ _BoardType; -+ -+ u4Byte driver2 = (pDM_Odm->TypeGLNA & 0xFF) << 0 | -+ (pDM_Odm->TypeGPA & 0xFF) << 8 | -+ (pDM_Odm->TypeALNA & 0xFF) << 16 | -+ (pDM_Odm->TypeAPA & 0xFF) << 24; -+ -+u4Byte driver3 = 0; -+ -+ u4Byte driver4 = (pDM_Odm->TypeGLNA & 0xFF00) >> 8 | -+ (pDM_Odm->TypeGPA & 0xFF00) | -+ (pDM_Odm->TypeALNA & 0xFF00) << 8 | -+ (pDM_Odm->TypeAPA & 0xFF00) << 16; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (cond1, cond2, cond3, cond4) = (0x%X 0x%X 0x%X 0x%X)\n", cond1, cond2, cond3, cond4)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (driver1, driver2, driver3, driver4) = (0x%X 0x%X 0x%X 0x%X)\n", driver1, driver2, driver3, driver4)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Platform, Interface) = (0x%X, 0x%X)\n", pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Board, Package) = (0x%X, 0x%X)\n", pDM_Odm->BoardType, pDM_Odm->PackageType)); -+ -+ -+ /*============== Value Defined Check ===============*/ -+ /*QFN Type [15:12] and Cut Version [27:24] need to do value check*/ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return FALSE; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return FALSE; -+ -+ /*=============== Bit Defined Check ================*/ -+ /* We don't care [31:28] */ -+ -+ cond1 &= 0x00FF0FFF; -+ driver1 &= 0x00FF0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u4Byte bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ -+ return TRUE; -+ -+ if ((cond1 & BIT0) != 0) /*GLNA*/ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /*GPA*/ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /*ALNA*/ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /*APA*/ -+ bitMask |= 0xFF000000; -+ -+ if (((cond2 & bitMask) == (driver2 & bitMask)) && ((cond4 & bitMask) == (driver4 & bitMask))) /* BoardType of each RF path is matched*/ -+ return TRUE; -+ else -+ return FALSE; -+ } else -+ return FALSE; -+} -+static BOOLEAN -+CheckNegative( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2 -+) -+{ -+ return TRUE; -+} -+ -+/****************************************************************************** -+* MAC_REG.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8821A_MAC_REG[] = { -+ 0x421, 0x0000000F, -+ 0x428, 0x0000000A, -+ 0x429, 0x00000010, -+ 0x430, 0x00000000, -+ 0x431, 0x00000000, -+ 0x432, 0x00000000, -+ 0x433, 0x00000001, -+ 0x434, 0x00000004, -+ 0x435, 0x00000005, -+ 0x436, 0x00000007, -+ 0x437, 0x00000008, -+ 0x43C, 0x00000004, -+ 0x43D, 0x00000005, -+ 0x43E, 0x00000007, -+ 0x43F, 0x00000008, -+ 0x440, 0x0000005D, -+ 0x441, 0x00000001, -+ 0x442, 0x00000000, -+ 0x444, 0x00000010, -+ 0x445, 0x00000000, -+ 0x446, 0x00000000, -+ 0x447, 0x00000000, -+ 0x448, 0x00000000, -+ 0x449, 0x000000F0, -+ 0x44A, 0x0000000F, -+ 0x44B, 0x0000003E, -+ 0x44C, 0x00000010, -+ 0x44D, 0x00000000, -+ 0x44E, 0x00000000, -+ 0x44F, 0x00000000, -+ 0x450, 0x00000000, -+ 0x451, 0x000000F0, -+ 0x452, 0x0000000F, -+ 0x453, 0x00000000, -+ 0x456, 0x0000005E, -+ 0x460, 0x00000066, -+ 0x461, 0x00000066, -+ 0x4C8, 0x0000003F, -+ 0x4C9, 0x000000FF, -+ 0x4CC, 0x000000FF, -+ 0x4CD, 0x000000FF, -+ 0x4CE, 0x00000001, -+ 0x500, 0x00000026, -+ 0x501, 0x000000A2, -+ 0x502, 0x0000002F, -+ 0x503, 0x00000000, -+ 0x504, 0x00000028, -+ 0x505, 0x000000A3, -+ 0x506, 0x0000005E, -+ 0x507, 0x00000000, -+ 0x508, 0x0000002B, -+ 0x509, 0x000000A4, -+ 0x50A, 0x0000005E, -+ 0x50B, 0x00000000, -+ 0x50C, 0x0000004F, -+ 0x50D, 0x000000A4, -+ 0x50E, 0x00000000, -+ 0x50F, 0x00000000, -+ 0x512, 0x0000001C, -+ 0x514, 0x0000000A, -+ 0x516, 0x0000000A, -+ 0x525, 0x0000004F, -+ 0x550, 0x00000010, -+ 0x551, 0x00000010, -+ 0x559, 0x00000002, -+ 0x55C, 0x00000050, -+ 0x55D, 0x000000FF, -+ 0x605, 0x00000030, -+ 0x607, 0x00000007, -+ 0x608, 0x0000000E, -+ 0x609, 0x0000002A, -+ 0x620, 0x000000FF, -+ 0x621, 0x000000FF, -+ 0x622, 0x000000FF, -+ 0x623, 0x000000FF, -+ 0x624, 0x000000FF, -+ 0x625, 0x000000FF, -+ 0x626, 0x000000FF, -+ 0x627, 0x000000FF, -+ 0x638, 0x00000050, -+ 0x63C, 0x0000000A, -+ 0x63D, 0x0000000A, -+ 0x63E, 0x0000000E, -+ 0x63F, 0x0000000E, -+ 0x640, 0x00000040, -+ 0x642, 0x00000040, -+ 0x643, 0x00000000, -+ 0x652, 0x000000C8, -+ 0x66E, 0x00000005, -+ 0x700, 0x00000021, -+ 0x701, 0x00000043, -+ 0x702, 0x00000065, -+ 0x703, 0x00000087, -+ 0x708, 0x00000021, -+ 0x709, 0x00000043, -+ 0x70A, 0x00000065, -+ 0x70B, 0x00000087, -+ 0x718, 0x00000040, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_MAC_REG( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_MAC_REG)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8821A_MAC_REG; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_MAC_REG\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } -+ else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigMAC_8821A(pDM_Odm, v1, (u1Byte)v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8821A_MAC_REG(void) -+{ -+ return 54; -+} -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_mac.h 2017-06-07 23:07:21.029689216 +0300 -@@ -0,0 +1,39 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#if (RTL8821A_SUPPORT == 1) -+#ifndef __INC_MP_MAC_HW_IMG_8821A_H -+#define __INC_MP_MAC_HW_IMG_8821A_H -+ -+ -+/****************************************************************************** -+* MAC_REG.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_MAC_REG(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_MAC_REG(void); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.c 2017-06-07 23:07:21.030689307 +0300 -@@ -0,0 +1,4856 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8821A_SUPPORT == 1) -+static BOOLEAN -+CheckPositive( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2, -+ IN const u4Byte Condition3, -+ IN const u4Byte Condition4 -+) -+{ -+ u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ -+ ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ -+ ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ -+ ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ -+ ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ -+ -+ u4Byte cond1 = Condition1, cond2 = Condition2, cond3 = Condition3, cond4 = Condition4; -+ u4Byte driver1 = pDM_Odm->CutVersion << 24 | -+ (pDM_Odm->SupportInterface & 0xF0) << 16 | -+ pDM_Odm->SupportPlatform << 16 | -+ pDM_Odm->PackageType << 12 | -+ (pDM_Odm->SupportInterface & 0x0F) << 8 | -+ _BoardType; -+ -+ u4Byte driver2 = (pDM_Odm->TypeGLNA & 0xFF) << 0 | -+ (pDM_Odm->TypeGPA & 0xFF) << 8 | -+ (pDM_Odm->TypeALNA & 0xFF) << 16 | -+ (pDM_Odm->TypeAPA & 0xFF) << 24; -+ -+u4Byte driver3 = 0; -+ -+ u4Byte driver4 = (pDM_Odm->TypeGLNA & 0xFF00) >> 8 | -+ (pDM_Odm->TypeGPA & 0xFF00) | -+ (pDM_Odm->TypeALNA & 0xFF00) << 8 | -+ (pDM_Odm->TypeAPA & 0xFF00) << 16; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (cond1, cond2, cond3, cond4) = (0x%X 0x%X 0x%X 0x%X)\n", cond1, cond2, cond3, cond4)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ ("===> CheckPositive (driver1, driver2, driver3, driver4) = (0x%X 0x%X 0x%X 0x%X)\n", driver1, driver2, driver3, driver4)); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Platform, Interface) = (0x%X, 0x%X)\n", pDM_Odm->SupportPlatform, pDM_Odm->SupportInterface)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_TRACE, -+ (" (Board, Package) = (0x%X, 0x%X)\n", pDM_Odm->BoardType, pDM_Odm->PackageType)); -+ -+ -+ /*============== Value Defined Check ===============*/ -+ /*QFN Type [15:12] and Cut Version [27:24] need to do value check*/ -+ -+ if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) -+ return FALSE; -+ if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) -+ return FALSE; -+ -+ /*=============== Bit Defined Check ================*/ -+ /* We don't care [31:28] */ -+ -+ cond1 &= 0x00FF0FFF; -+ driver1 &= 0x00FF0FFF; -+ -+ if ((cond1 & driver1) == cond1) { -+ u4Byte bitMask = 0; -+ -+ if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE*/ -+ return TRUE; -+ -+ if ((cond1 & BIT0) != 0) /*GLNA*/ -+ bitMask |= 0x000000FF; -+ if ((cond1 & BIT1) != 0) /*GPA*/ -+ bitMask |= 0x0000FF00; -+ if ((cond1 & BIT2) != 0) /*ALNA*/ -+ bitMask |= 0x00FF0000; -+ if ((cond1 & BIT3) != 0) /*APA*/ -+ bitMask |= 0xFF000000; -+ -+ if (((cond2 & bitMask) == (driver2 & bitMask)) && ((cond4 & bitMask) == (driver4 & bitMask))) /* BoardType of each RF path is matched*/ -+ return TRUE; -+ else -+ return FALSE; -+ } else -+ return FALSE; -+} -+static BOOLEAN -+CheckNegative( -+ IN PDM_ODM_T pDM_Odm, -+ IN const u4Byte Condition1, -+ IN const u4Byte Condition2 -+) -+{ -+ return TRUE; -+} -+ -+/****************************************************************************** -+* RadioA.TXT -+******************************************************************************/ -+ -+u4Byte Array_MP_8821A_RadioA[] = { -+ 0x018, 0x0001712A, -+ 0x056, 0x00051CF2, -+ 0x066, 0x00040000, -+ 0x000, 0x00010000, -+ 0x01E, 0x00080000, -+ 0x082, 0x00000830, -+ 0x083, 0x00021800, -+ 0x084, 0x00028000, -+ 0x085, 0x00048000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x086, 0x0009483A, -+ 0xA0000000, 0x00000000, -+ 0x086, 0x00094838, -+ 0xB0000000, 0x00000000, -+ 0x087, 0x00044980, -+ 0x088, 0x00048000, -+ 0x089, 0x0000D480, -+ 0x08A, 0x00042240, -+ 0x08B, 0x000F0380, -+ 0x08C, 0x00090000, -+ 0x08D, 0x00022852, -+ 0x08E, 0x00065540, -+ 0x08F, 0x00088001, -+ 0x0EF, 0x00020000, -+ 0x03E, 0x00000380, -+ 0x03F, 0x00090018, -+ 0x03E, 0x00020380, -+ 0x03F, 0x000A0018, -+ 0x03E, 0x00040308, -+ 0x03F, 0x000A0018, -+ 0x03E, 0x00060018, -+ 0x03F, 0x000A0018, -+ 0x0EF, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x089, 0x00000080, -+ 0x08B, 0x00080180, -+ 0x0EF, 0x00001000, -+ 0x03A, 0x00000244, -+ 0x03B, 0x00038027, -+ 0x03C, 0x00082000, -+ 0x03A, 0x00000244, -+ 0x03B, 0x00030113, -+ 0x03C, 0x00082000, -+ 0x03A, 0x0000014C, -+ 0x03B, 0x00028027, -+ 0x03C, 0x00082000, -+ 0x03A, 0x000000CC, -+ 0x03B, 0x00027027, -+ 0x03C, 0x00042000, -+ 0x03A, 0x0000014C, -+ 0x03B, 0x0001F913, -+ 0x03C, 0x00042000, -+ 0x03A, 0x0000010C, -+ 0x03B, 0x00017F10, -+ 0x03C, 0x00012000, -+ 0x03A, 0x000000D0, -+ 0x03B, 0x00008027, -+ 0x03C, 0x000CA000, -+ 0x03A, 0x00000244, -+ 0x03B, 0x00078027, -+ 0x03C, 0x00082000, -+ 0x03A, 0x00000244, -+ 0x03B, 0x00070113, -+ 0x03C, 0x00082000, -+ 0x03A, 0x0000014C, -+ 0x03B, 0x00068027, -+ 0x03C, 0x00082000, -+ 0x03A, 0x000000CC, -+ 0x03B, 0x00067027, -+ 0x03C, 0x00042000, -+ 0x03A, 0x0000014C, -+ 0x03B, 0x0005F913, -+ 0x03C, 0x00042000, -+ 0x03A, 0x0000010C, -+ 0x03B, 0x00057F10, -+ 0x03C, 0x00012000, -+ 0x03A, 0x000000D0, -+ 0x03B, 0x00048027, -+ 0x03C, 0x000CA000, -+ 0x03A, 0x00000244, -+ 0x03B, 0x000B8027, -+ 0x03C, 0x00082000, -+ 0x03A, 0x00000244, -+ 0x03B, 0x000B0113, -+ 0x03C, 0x00082000, -+ 0x03A, 0x0000014C, -+ 0x03B, 0x000A8027, -+ 0x03C, 0x00082000, -+ 0x03A, 0x000000CC, -+ 0x03B, 0x000A7027, -+ 0x03C, 0x00042000, -+ 0x03A, 0x0000014C, -+ 0x03B, 0x0009F913, -+ 0x03C, 0x00042000, -+ 0x03A, 0x0000010C, -+ 0x03B, 0x00097F10, -+ 0x03C, 0x00012000, -+ 0x03A, 0x000000D0, -+ 0x03B, 0x00088027, -+ 0x03C, 0x000CA000, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x00001100, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004ADF3, -+ 0x034, 0x00049DF0, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004ADF3, -+ 0x034, 0x00049DF0, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004ADF5, -+ 0x034, 0x00049DF2, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004A0F3, -+ 0x034, 0x000490B1, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004A0F3, -+ 0x034, 0x000490B1, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004ADF5, -+ 0x034, 0x00049DF2, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0004ADF3, -+ 0x034, 0x00049DF0, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0004ADF7, -+ 0x034, 0x00049DF3, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00048DED, -+ 0x034, 0x00047DEA, -+ 0x034, 0x00046DE7, -+ 0x034, 0x00045CE9, -+ 0x034, 0x00044CE6, -+ 0x034, 0x000438C6, -+ 0x034, 0x00042886, -+ 0x034, 0x00041486, -+ 0x034, 0x00040447, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00048DED, -+ 0x034, 0x00047DEA, -+ 0x034, 0x00046DE7, -+ 0x034, 0x00045CE9, -+ 0x034, 0x00044CE6, -+ 0x034, 0x000438C6, -+ 0x034, 0x00042886, -+ 0x034, 0x00041486, -+ 0x034, 0x00040447, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x000480AE, -+ 0x034, 0x000470AB, -+ 0x034, 0x0004608B, -+ 0x034, 0x00045069, -+ 0x034, 0x00044048, -+ 0x034, 0x00043045, -+ 0x034, 0x00042026, -+ 0x034, 0x00041023, -+ 0x034, 0x00040002, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x000480AE, -+ 0x034, 0x000470AB, -+ 0x034, 0x0004608B, -+ 0x034, 0x00045069, -+ 0x034, 0x00044048, -+ 0x034, 0x00043045, -+ 0x034, 0x00042026, -+ 0x034, 0x00041023, -+ 0x034, 0x00040002, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00048DED, -+ 0x034, 0x00047DEA, -+ 0x034, 0x00046DE7, -+ 0x034, 0x00045CE9, -+ 0x034, 0x00044CE6, -+ 0x034, 0x000438C6, -+ 0x034, 0x00042886, -+ 0x034, 0x00041486, -+ 0x034, 0x00040447, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x00048DEF, -+ 0x034, 0x00047DEC, -+ 0x034, 0x00046DE9, -+ 0x034, 0x00045CCB, -+ 0x034, 0x0004488D, -+ 0x034, 0x0004348D, -+ 0x034, 0x0004248A, -+ 0x034, 0x0004108D, -+ 0x034, 0x0004008A, -+ 0xB0000000, 0x00000000, -+ 0x80000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002ADF4, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002A0F3, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002A0F3, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0002ADF4, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0002ADF7, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00029DF4, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00029DF4, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00029DF1, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x000290F0, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x000290F0, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00029DF1, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00029DF4, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x00029DF2, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00028DF1, -+ 0x034, 0x00027DEE, -+ 0x034, 0x00026DEB, -+ 0x034, 0x00025CEC, -+ 0x034, 0x00024CE9, -+ 0x034, 0x000238CA, -+ 0x034, 0x00022889, -+ 0x034, 0x00021489, -+ 0x034, 0x0002044A, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00028DF1, -+ 0x034, 0x00027DEE, -+ 0x034, 0x00026DEB, -+ 0x034, 0x00025CEC, -+ 0x034, 0x00024CE9, -+ 0x034, 0x000238CA, -+ 0x034, 0x00022889, -+ 0x034, 0x00021489, -+ 0x034, 0x0002044A, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x000280AF, -+ 0x034, 0x000270AC, -+ 0x034, 0x0002608B, -+ 0x034, 0x00025069, -+ 0x034, 0x00024048, -+ 0x034, 0x00023045, -+ 0x034, 0x00022026, -+ 0x034, 0x00021023, -+ 0x034, 0x00020002, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x000280AF, -+ 0x034, 0x000270AC, -+ 0x034, 0x0002608B, -+ 0x034, 0x00025069, -+ 0x034, 0x00024048, -+ 0x034, 0x00023045, -+ 0x034, 0x00022026, -+ 0x034, 0x00021023, -+ 0x034, 0x00020002, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00028DF1, -+ 0x034, 0x00027DEE, -+ 0x034, 0x00026DEB, -+ 0x034, 0x00025CEC, -+ 0x034, 0x00024CE9, -+ 0x034, 0x000238CA, -+ 0x034, 0x00022889, -+ 0x034, 0x00021489, -+ 0x034, 0x0002044A, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x00028DEE, -+ 0x034, 0x00027DEB, -+ 0x034, 0x00026CCD, -+ 0x034, 0x00025CCA, -+ 0x034, 0x0002488C, -+ 0x034, 0x0002384C, -+ 0x034, 0x00022849, -+ 0x034, 0x00021449, -+ 0x034, 0x0002004D, -+ 0xB0000000, 0x00000000, -+ 0x8000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A0D7, -+ 0x034, 0x000090D3, -+ 0x034, 0x000080B1, -+ 0x034, 0x000070AE, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000A0D7, -+ 0x034, 0x000090D3, -+ 0x034, 0x000080B1, -+ 0x034, 0x000070AE, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x0000ADF7, -+ 0x034, 0x00009DF4, -+ 0x034, 0x00008DF1, -+ 0x034, 0x00007DEE, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00006DEB, -+ 0x034, 0x00005CEC, -+ 0x034, 0x00004CE9, -+ 0x034, 0x000038CA, -+ 0x034, 0x00002889, -+ 0x034, 0x00001489, -+ 0x034, 0x0000044A, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00006DEB, -+ 0x034, 0x00005CEC, -+ 0x034, 0x00004CE9, -+ 0x034, 0x000038CA, -+ 0x034, 0x00002889, -+ 0x034, 0x00001489, -+ 0x034, 0x0000044A, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000608D, -+ 0x034, 0x0000506B, -+ 0x034, 0x0000404A, -+ 0x034, 0x00003047, -+ 0x034, 0x00002044, -+ 0x034, 0x00001025, -+ 0x034, 0x00000004, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x0000608D, -+ 0x034, 0x0000506B, -+ 0x034, 0x0000404A, -+ 0x034, 0x00003047, -+ 0x034, 0x00002044, -+ 0x034, 0x00001025, -+ 0x034, 0x00000004, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x034, 0x00006DEB, -+ 0x034, 0x00005CEC, -+ 0x034, 0x00004CE9, -+ 0x034, 0x000038CA, -+ 0x034, 0x00002889, -+ 0x034, 0x00001489, -+ 0x034, 0x0000044A, -+ 0xA0000000, 0x00000000, -+ 0x034, 0x00006DCD, -+ 0x034, 0x00005CCD, -+ 0x034, 0x00004CCA, -+ 0x034, 0x0000388C, -+ 0x034, 0x00002888, -+ 0x034, 0x00001488, -+ 0x034, 0x00000486, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000040, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x035, 0x00000187, -+ 0x035, 0x00008187, -+ 0x035, 0x00010187, -+ 0x035, 0x00020188, -+ 0x035, 0x00028188, -+ 0x035, 0x00030188, -+ 0x035, 0x00040188, -+ 0x035, 0x00048188, -+ 0x035, 0x00050188, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x035, 0x00000187, -+ 0x035, 0x00008187, -+ 0x035, 0x00010187, -+ 0x035, 0x00020188, -+ 0x035, 0x00028188, -+ 0x035, 0x00030188, -+ 0x035, 0x00040188, -+ 0x035, 0x00048188, -+ 0x035, 0x00050188, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x035, 0x00000128, -+ 0x035, 0x00008128, -+ 0x035, 0x00010128, -+ 0x035, 0x000201C8, -+ 0x035, 0x000281C8, -+ 0x035, 0x000301C8, -+ 0x035, 0x000401C8, -+ 0x035, 0x000481C8, -+ 0x035, 0x000501C8, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x035, 0x00000145, -+ 0x035, 0x00008145, -+ 0x035, 0x00010145, -+ 0x035, 0x00020196, -+ 0x035, 0x00028196, -+ 0x035, 0x00030196, -+ 0x035, 0x000401C7, -+ 0x035, 0x000481C7, -+ 0x035, 0x000501C7, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x035, 0x00000128, -+ 0x035, 0x00008128, -+ 0x035, 0x00010128, -+ 0x035, 0x000201C8, -+ 0x035, 0x000281C8, -+ 0x035, 0x000301C8, -+ 0x035, 0x000401C8, -+ 0x035, 0x000481C8, -+ 0x035, 0x000501C8, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x035, 0x00000187, -+ 0x035, 0x00008187, -+ 0x035, 0x00010187, -+ 0x035, 0x00020188, -+ 0x035, 0x00028188, -+ 0x035, 0x00030188, -+ 0x035, 0x00040188, -+ 0x035, 0x00048188, -+ 0x035, 0x00050188, -+ 0xA0000000, 0x00000000, -+ 0x035, 0x00000145, -+ 0x035, 0x00008145, -+ 0x035, 0x00010145, -+ 0x035, 0x00020196, -+ 0x035, 0x00028196, -+ 0x035, 0x00030196, -+ 0x035, 0x000401C7, -+ 0x035, 0x000481C7, -+ 0x035, 0x000501C7, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000010, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x036, 0x00085733, -+ 0x036, 0x0008D733, -+ 0x036, 0x00095733, -+ 0x036, 0x0009D733, -+ 0x036, 0x000A64B4, -+ 0x036, 0x000AE4B4, -+ 0x036, 0x000B64B4, -+ 0x036, 0x000BE4B4, -+ 0x036, 0x000C64B4, -+ 0x036, 0x000CE4B4, -+ 0x036, 0x000D64B4, -+ 0x036, 0x000DE4B4, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x036, 0x00085733, -+ 0x036, 0x0008D733, -+ 0x036, 0x00095733, -+ 0x036, 0x0009D733, -+ 0x036, 0x000A64B4, -+ 0x036, 0x000AE4B4, -+ 0x036, 0x000B64B4, -+ 0x036, 0x000BE4B4, -+ 0x036, 0x000C64B4, -+ 0x036, 0x000CE4B4, -+ 0x036, 0x000D64B4, -+ 0x036, 0x000DE4B4, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x036, 0x000063B5, -+ 0x036, 0x0000E3B5, -+ 0x036, 0x000163B5, -+ 0x036, 0x0001E3B5, -+ 0x036, 0x000263B5, -+ 0x036, 0x0002E3B5, -+ 0x036, 0x000363B5, -+ 0x036, 0x0003E3B5, -+ 0x036, 0x000463B5, -+ 0x036, 0x0004E3B5, -+ 0x036, 0x000563B5, -+ 0x036, 0x0005E3B5, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x036, 0x000056B3, -+ 0x036, 0x0000D6B3, -+ 0x036, 0x000156B3, -+ 0x036, 0x0001D6B3, -+ 0x036, 0x00026634, -+ 0x036, 0x0002E634, -+ 0x036, 0x00036634, -+ 0x036, 0x0003E634, -+ 0x036, 0x000467B4, -+ 0x036, 0x0004E7B4, -+ 0x036, 0x000567B4, -+ 0x036, 0x0005E7B4, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x036, 0x000063B5, -+ 0x036, 0x0000E3B5, -+ 0x036, 0x000163B5, -+ 0x036, 0x0001E3B5, -+ 0x036, 0x000263B5, -+ 0x036, 0x0002E3B5, -+ 0x036, 0x000363B5, -+ 0x036, 0x0003E3B5, -+ 0x036, 0x000463B5, -+ 0x036, 0x0004E3B5, -+ 0x036, 0x000563B5, -+ 0x036, 0x0005E3B5, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x036, 0x00085733, -+ 0x036, 0x0008D733, -+ 0x036, 0x00095733, -+ 0x036, 0x0009D733, -+ 0x036, 0x000A64B4, -+ 0x036, 0x000AE4B4, -+ 0x036, 0x000B64B4, -+ 0x036, 0x000BE4B4, -+ 0x036, 0x000C64B4, -+ 0x036, 0x000CE4B4, -+ 0x036, 0x000D64B4, -+ 0x036, 0x000DE4B4, -+ 0xA0000000, 0x00000000, -+ 0x036, 0x000056B3, -+ 0x036, 0x0000D6B3, -+ 0x036, 0x000156B3, -+ 0x036, 0x0001D6B3, -+ 0x036, 0x00026634, -+ 0x036, 0x0002E634, -+ 0x036, 0x00036634, -+ 0x036, 0x0003E634, -+ 0x036, 0x000467B4, -+ 0x036, 0x0004E7B4, -+ 0x036, 0x000567B4, -+ 0x036, 0x0005E7B4, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x00000008, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000001C8, -+ 0x03C, 0x00000492, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000001C8, -+ 0x03C, 0x00000492, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000001B6, -+ 0x03C, 0x00000492, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x0000022A, -+ 0x03C, 0x00000594, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000001B6, -+ 0x03C, 0x00000492, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x000001C8, -+ 0x03C, 0x00000492, -+ 0xA0000000, 0x00000000, -+ 0x03C, 0x0000022A, -+ 0x03C, 0x00000594, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x00000800, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x00000800, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x00000800, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x00000820, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x00000820, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x00000800, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x03C, 0x00000800, -+ 0xA0000000, 0x00000000, -+ 0x03C, 0x00000900, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x018, 0x0001712A, -+ 0x0EF, 0x00000002, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x008, 0x0004E400, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x008, 0x0004E400, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x008, 0x00002000, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x008, 0x00002000, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x008, 0x00002000, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x008, 0x00002000, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x008, 0x0004E400, -+ 0xA0000000, 0x00000000, -+ 0x008, 0x00002000, -+ 0xB0000000, 0x00000000, -+ 0x0EF, 0x00000000, -+ 0x0DF, 0x000000C0, -+ 0x01F, 0x00000064, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x058, 0x000A7284, -+ 0x059, 0x000600EC, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x058, 0x000A7284, -+ 0x059, 0x000600EC, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x058, 0x00081184, -+ 0x059, 0x0006016C, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x058, 0x00081184, -+ 0x059, 0x0006016C, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x058, 0x00081184, -+ 0x059, 0x0006016C, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x058, 0x000A7284, -+ 0x059, 0x000600EC, -+ 0xA0000000, 0x00000000, -+ 0x058, 0x00081184, -+ 0x059, 0x0006016C, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000E8D73, -+ 0x062, 0x00093FC5, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000E8D73, -+ 0x062, 0x00093FC5, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000EFD83, -+ 0x062, 0x00093FCC, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000EAD53, -+ 0x062, 0x00093BC4, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000EFD83, -+ 0x062, 0x00093FCC, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x061, 0x000E8D73, -+ 0x062, 0x00093FC5, -+ 0xA0000000, 0x00000000, -+ 0x061, 0x000EAD53, -+ 0x062, 0x00093BC4, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x063, 0x000110E9, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x063, 0x000110E9, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x063, 0x000110EB, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x063, 0x000110E9, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x063, 0x000110E9, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x063, 0x000110EB, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x063, 0x000110E9, -+ 0xA0000000, 0x00000000, -+ 0x063, 0x000714E9, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x064, 0x0001C27C, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x064, 0x0001C27C, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x064, 0x0001C27C, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x064, 0x0001C67C, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x064, 0x0001C27C, -+ 0x90000410, 0x00000000, 0x40000000, 0x00000000, -+ 0x064, 0x0001C27C, -+ 0xA0000000, 0x00000000, -+ 0x064, 0x0001C67C, -+ 0xB0000000, 0x00000000, -+ 0x80000111, 0x00000000, 0x40000000, 0x00000000, -+ 0x065, 0x00091016, -+ 0x90000110, 0x00000000, 0x40000000, 0x00000000, -+ 0x065, 0x00091016, -+ 0x90000210, 0x00000000, 0x40000000, 0x00000000, -+ 0x065, 0x00093016, -+ 0x9000020c, 0x00000000, 0x40000000, 0x00000000, -+ 0x065, 0x00093015, -+ 0x9000040c, 0x00000000, 0x40000000, 0x00000000, -+ 0x065, 0x00093015, -+ 0x90000200, 0x00000000, 0x40000000, 0x00000000, -+ 0x065, 0x00093016, -+ 0xA0000000, 0x00000000, -+ 0x065, 0x00091016, -+ 0xB0000000, 0x00000000, -+ 0x018, 0x00000006, -+ 0x0EF, 0x00002000, -+ 0x03B, 0x0003824B, -+ 0x03B, 0x0003024B, -+ 0x03B, 0x0002844B, -+ 0x03B, 0x00020F4B, -+ 0x03B, 0x00018F4B, -+ 0x03B, 0x000104B2, -+ 0x03B, 0x00008049, -+ 0x03B, 0x00000148, -+ 0x03B, 0x0007824B, -+ 0x03B, 0x0007024B, -+ 0x03B, 0x0006824B, -+ 0x03B, 0x00060F4B, -+ 0x03B, 0x00058F4B, -+ 0x03B, 0x000504B2, -+ 0x03B, 0x00048049, -+ 0x03B, 0x00040148, -+ 0x0EF, 0x00000000, -+ 0x0EF, 0x00000100, -+ 0x034, 0x0000ADF3, -+ 0x034, 0x00009DF0, -+ 0x034, 0x00008D70, -+ 0x034, 0x00007D6D, -+ 0x034, 0x00006CEE, -+ 0x034, 0x00005CCC, -+ 0x034, 0x000044EC, -+ 0x034, 0x000034AC, -+ 0x034, 0x0000246D, -+ 0x034, 0x0000106F, -+ 0x034, 0x0000006C, -+ 0x0EF, 0x00000000, -+ 0x0ED, 0x00000010, -+ 0x044, 0x0000ADF2, -+ 0x044, 0x00009DEF, -+ 0x044, 0x00008DEC, -+ 0x044, 0x00007DE9, -+ 0x044, 0x00006CEC, -+ 0x044, 0x00005CE9, -+ 0x044, 0x000044EC, -+ 0x044, 0x000034E9, -+ 0x044, 0x0000246C, -+ 0x044, 0x00001469, -+ 0x044, 0x0000006C, -+ 0x0ED, 0x00000000, -+ 0x0ED, 0x00000001, -+ 0x040, 0x00038DA7, -+ 0x040, 0x000300C2, -+ 0x040, 0x000288E2, -+ 0x040, 0x000200B8, -+ 0x040, 0x000188A5, -+ 0x040, 0x00010FBC, -+ 0x040, 0x00008F71, -+ 0x040, 0x00000240, -+ 0x0ED, 0x00000000, -+ 0x0EF, 0x000020A2, -+ 0x0DF, 0x00000080, -+ 0x035, 0x00000120, -+ 0x035, 0x00008120, -+ 0x035, 0x00010120, -+ 0x036, 0x00000085, -+ 0x036, 0x00008085, -+ 0x036, 0x00010085, -+ 0x036, 0x00018085, -+ 0x0EF, 0x00000000, -+ 0x051, 0x00000C31, -+ 0x052, 0x00000622, -+ 0x053, 0x000FC70B, -+ 0x054, 0x0000017E, -+ 0x056, 0x00051DF3, -+ 0x051, 0x00000C01, -+ 0x052, 0x000006D6, -+ 0x053, 0x000FC649, -+ 0x070, 0x00049661, -+ 0x071, 0x0007843E, -+ 0x072, 0x00000382, -+ 0x074, 0x00051400, -+ 0x035, 0x00000160, -+ 0x035, 0x00008160, -+ 0x035, 0x00010160, -+ 0x036, 0x00000124, -+ 0x036, 0x00008124, -+ 0x036, 0x00010124, -+ 0x036, 0x00018124, -+ 0x0ED, 0x0000000C, -+ 0x045, 0x00000140, -+ 0x045, 0x00008140, -+ 0x045, 0x00010140, -+ 0x046, 0x00000124, -+ 0x046, 0x00008124, -+ 0x046, 0x00010124, -+ 0x046, 0x00018124, -+ 0x0DF, 0x00000088, -+ 0x0B3, 0x000F0E18, -+ 0x0B4, 0x0001214C, -+ 0x0B7, 0x0003000C, -+ 0x01C, 0x000539D2, -+ 0x0C4, 0x000AFE00, -+ 0x018, 0x0001F12A, -+ 0x0FE, 0x00000000, -+ 0x0FE, 0x00000000, -+ 0x018, 0x0001712A, -+ -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_RadioA( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u1Byte cCond; -+ BOOLEAN bMatched = TRUE, bSkipped = FALSE; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_RadioA)/sizeof(u4Byte); -+ pu4Byte Array = Array_MP_8821A_RadioA; -+ -+ u4Byte v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_RadioA\n")); -+ -+ while ((i + 1) < ArrayLen) { -+ v1 = Array[i]; -+ v2 = Array[i + 1]; -+ -+ if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ -+ if (v1 & BIT31) {/* positive condition*/ -+ cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); -+ if (cCond == COND_ENDIF) {/*end*/ -+ bMatched = TRUE; -+ bSkipped = FALSE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ENDIF\n")); -+ } else if (cCond == COND_ELSE) { /*else*/ -+ bMatched = bSkipped?FALSE:TRUE; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("ELSE\n")); -+ } -+ else {/*if , else if*/ -+ pre_v1 = v1; -+ pre_v2 = v2; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("IF or ELSE IF\n")); -+ } -+ } else if (v1 & BIT30) { /*negative condition*/ -+ if (bSkipped == FALSE) { -+ if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { -+ bMatched = TRUE; -+ bSkipped = TRUE; -+ } else { -+ bMatched = FALSE; -+ bSkipped = FALSE; -+ } -+ } else -+ bMatched = FALSE; -+ } -+ } else { -+ if (bMatched) -+ odm_ConfigRF_RadioA_8821A(pDM_Odm, v1, v2); -+ } -+ i = i + 2; -+ } -+} -+ -+u4Byte -+ODM_GetVersion_MP_8821A_RadioA(void) -+{ -+ return 54; -+} -+ -+/****************************************************************************** -+* TxPowerTrack_AP.TXT -+******************************************************************************/ -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_AP_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_AP_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 17, 17, 18, 19, 20, 20, 20}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 19, 20, 20, 20}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_AP_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 6, 7, 7, 8, 8, 9, 10, 11, 11, 12, 13, 13, 14, 15, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 10, 11, 11, 12, 13, 14, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_AP_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 1, 1, 2, 2, 3, 4, 5, 5, 6, 7, 8, 8, 9, 10, 11, 11, 12, 13, 14, 14, 15, 15, 16, 16, 17, 18, 19, 19, 19}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21}, -+ {0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 21, 21, 21}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_AP_8821A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_AP_8821A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_AP_8821A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_AP_8821A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_AP_8821A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_AP_8821A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_AP_8821A[] = {0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_AP_8821A[] = {0, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9}; -+#endif -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_AP( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_AP)) -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8821A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_AP_8821A, DELTA_SWINGIDX_SIZE*3); -+#endif -+} -+ -+/****************************************************************************** -+* TxPowerTrack_PCIE.TXT -+******************************************************************************/ -+ -+#if DEV_BUS_TYPE == RT_PCI_INTERFACE -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_PCIE_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_PCIE_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_PCIE_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_PCIE_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_PCIE_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_PCIE_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_PCIE_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_PCIE_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_PCIE_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_PCIE_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_PCIE_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_PCIE_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+#endif -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_PCIE( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8821A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_PCIE_8821A, DELTA_SWINGIDX_SIZE*3); -+#endif -+} -+ -+/****************************************************************************** -+* TxPowerTrack_SDIO.TXT -+******************************************************************************/ -+ -+#if DEV_BUS_TYPE == RT_SDIO_INTERFACE -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_SDIO_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_SDIO_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_SDIO_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_SDIO_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_SDIO_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_SDIO_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_SDIO_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_SDIO_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_SDIO_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_SDIO_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_SDIO_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_SDIO_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+#endif -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_SDIO( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if DEV_BUS_TYPE == RT_SDIO_INTERFACE -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8821A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_SDIO_8821A, DELTA_SWINGIDX_SIZE*3); -+#endif -+} -+ -+/****************************************************************************** -+* TxPowerTrack_USB.TXT -+******************************************************************************/ -+ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+u1Byte gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_USB_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_USB_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_USB_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_USB_8821A[][DELTA_SWINGIDX_SIZE] = { -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+ {0, 0, 1, 2, 3, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 11, 12, 12, 13, 14, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16}, -+}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_USB_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_USB_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_USB_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_USB_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_USB_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_USB_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_USB_8821A[] = {0, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10}; -+u1Byte gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_USB_8821A[] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, 12, 12}; -+#endif -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_USB( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_MP_8821A\n")); -+ -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P, gDeltaSwingTableIdx_MP_2GA_P_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N, gDeltaSwingTableIdx_MP_2GA_N_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P, gDeltaSwingTableIdx_MP_2GB_P_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N, gDeltaSwingTableIdx_MP_2GB_N_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P, gDeltaSwingTableIdx_MP_2GCCKA_P_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N, gDeltaSwingTableIdx_MP_2GCCKA_N_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P, gDeltaSwingTableIdx_MP_2GCCKB_P_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N, gDeltaSwingTableIdx_MP_2GCCKB_N_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE); -+ -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P, gDeltaSwingTableIdx_MP_5GA_P_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N, gDeltaSwingTableIdx_MP_5GA_N_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P, gDeltaSwingTableIdx_MP_5GB_P_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE*3); -+ ODM_MoveMemory(pDM_Odm, pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N, gDeltaSwingTableIdx_MP_5GB_N_TxPowerTrack_USB_8821A, DELTA_SWINGIDX_SIZE*3); -+#endif -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_8811AU_FEM.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8821A_TXPWR_LMT_8811AU_FEM[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "26", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "22", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "32", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "34", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "32", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "32", -+ "MKK", "5G", "20M", "HT", "1T", "36", "32", -+ "FCC", "5G", "20M", "HT", "1T", "40", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "32", -+ "MKK", "5G", "20M", "HT", "1T", "40", "32", -+ "FCC", "5G", "20M", "HT", "1T", "44", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "32", -+ "MKK", "5G", "20M", "HT", "1T", "44", "32", -+ "FCC", "5G", "20M", "HT", "1T", "48", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "32", -+ "MKK", "5G", "20M", "HT", "1T", "48", "32", -+ "FCC", "5G", "20M", "HT", "1T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "32", -+ "MKK", "5G", "20M", "HT", "1T", "52", "32", -+ "FCC", "5G", "20M", "HT", "1T", "56", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "32", -+ "MKK", "5G", "20M", "HT", "1T", "56", "32", -+ "FCC", "5G", "20M", "HT", "1T", "60", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "32", -+ "MKK", "5G", "20M", "HT", "1T", "60", "32", -+ "FCC", "5G", "20M", "HT", "1T", "64", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "32", -+ "MKK", "5G", "20M", "HT", "1T", "64", "32", -+ "FCC", "5G", "20M", "HT", "1T", "100", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "32", -+ "MKK", "5G", "20M", "HT", "1T", "100", "32", -+ "FCC", "5G", "20M", "HT", "1T", "104", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "32", -+ "MKK", "5G", "20M", "HT", "1T", "104", "32", -+ "FCC", "5G", "20M", "HT", "1T", "108", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "32", -+ "MKK", "5G", "20M", "HT", "1T", "108", "32", -+ "FCC", "5G", "20M", "HT", "1T", "112", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "32", -+ "MKK", "5G", "20M", "HT", "1T", "112", "32", -+ "FCC", "5G", "20M", "HT", "1T", "116", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "32", -+ "MKK", "5G", "20M", "HT", "1T", "116", "32", -+ "FCC", "5G", "20M", "HT", "1T", "120", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "32", -+ "MKK", "5G", "20M", "HT", "1T", "120", "32", -+ "FCC", "5G", "20M", "HT", "1T", "124", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "32", -+ "MKK", "5G", "20M", "HT", "1T", "124", "32", -+ "FCC", "5G", "20M", "HT", "1T", "128", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "32", -+ "MKK", "5G", "20M", "HT", "1T", "128", "32", -+ "FCC", "5G", "20M", "HT", "1T", "132", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "32", -+ "MKK", "5G", "20M", "HT", "1T", "132", "32", -+ "FCC", "5G", "20M", "HT", "1T", "136", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "32", -+ "MKK", "5G", "20M", "HT", "1T", "136", "32", -+ "FCC", "5G", "20M", "HT", "1T", "140", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "32", -+ "MKK", "5G", "20M", "HT", "1T", "140", "32", -+ "FCC", "5G", "20M", "HT", "1T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "32", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "32", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "32", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "32", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "32", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "30", -+ "MKK", "5G", "20M", "HT", "2T", "36", "30", -+ "FCC", "5G", "20M", "HT", "2T", "40", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "30", -+ "MKK", "5G", "20M", "HT", "2T", "40", "30", -+ "FCC", "5G", "20M", "HT", "2T", "44", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "30", -+ "MKK", "5G", "20M", "HT", "2T", "44", "30", -+ "FCC", "5G", "20M", "HT", "2T", "48", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "30", -+ "MKK", "5G", "20M", "HT", "2T", "48", "30", -+ "FCC", "5G", "20M", "HT", "2T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "30", -+ "MKK", "5G", "20M", "HT", "2T", "52", "30", -+ "FCC", "5G", "20M", "HT", "2T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "30", -+ "MKK", "5G", "20M", "HT", "2T", "56", "30", -+ "FCC", "5G", "20M", "HT", "2T", "60", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "30", -+ "MKK", "5G", "20M", "HT", "2T", "60", "30", -+ "FCC", "5G", "20M", "HT", "2T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "30", -+ "MKK", "5G", "20M", "HT", "2T", "64", "30", -+ "FCC", "5G", "20M", "HT", "2T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "30", -+ "MKK", "5G", "20M", "HT", "2T", "100", "30", -+ "FCC", "5G", "20M", "HT", "2T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "30", -+ "MKK", "5G", "20M", "HT", "2T", "104", "30", -+ "FCC", "5G", "20M", "HT", "2T", "108", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "30", -+ "MKK", "5G", "20M", "HT", "2T", "108", "30", -+ "FCC", "5G", "20M", "HT", "2T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "30", -+ "MKK", "5G", "20M", "HT", "2T", "112", "30", -+ "FCC", "5G", "20M", "HT", "2T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "30", -+ "MKK", "5G", "20M", "HT", "2T", "116", "30", -+ "FCC", "5G", "20M", "HT", "2T", "120", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "30", -+ "MKK", "5G", "20M", "HT", "2T", "120", "30", -+ "FCC", "5G", "20M", "HT", "2T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "30", -+ "MKK", "5G", "20M", "HT", "2T", "124", "30", -+ "FCC", "5G", "20M", "HT", "2T", "128", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "30", -+ "MKK", "5G", "20M", "HT", "2T", "128", "30", -+ "FCC", "5G", "20M", "HT", "2T", "132", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "30", -+ "MKK", "5G", "20M", "HT", "2T", "132", "30", -+ "FCC", "5G", "20M", "HT", "2T", "136", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "30", -+ "MKK", "5G", "20M", "HT", "2T", "136", "30", -+ "FCC", "5G", "20M", "HT", "2T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "30", -+ "MKK", "5G", "20M", "HT", "2T", "140", "30", -+ "FCC", "5G", "20M", "HT", "2T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "30", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "30", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "30", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "30", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "30", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "32", -+ "MKK", "5G", "40M", "HT", "1T", "38", "32", -+ "FCC", "5G", "40M", "HT", "1T", "46", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "32", -+ "MKK", "5G", "40M", "HT", "1T", "46", "32", -+ "FCC", "5G", "40M", "HT", "1T", "54", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "32", -+ "MKK", "5G", "40M", "HT", "1T", "54", "32", -+ "FCC", "5G", "40M", "HT", "1T", "62", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "32", -+ "MKK", "5G", "40M", "HT", "1T", "62", "32", -+ "FCC", "5G", "40M", "HT", "1T", "102", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "32", -+ "MKK", "5G", "40M", "HT", "1T", "102", "32", -+ "FCC", "5G", "40M", "HT", "1T", "110", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "32", -+ "MKK", "5G", "40M", "HT", "1T", "110", "32", -+ "FCC", "5G", "40M", "HT", "1T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "32", -+ "MKK", "5G", "40M", "HT", "1T", "118", "32", -+ "FCC", "5G", "40M", "HT", "1T", "126", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "32", -+ "MKK", "5G", "40M", "HT", "1T", "126", "32", -+ "FCC", "5G", "40M", "HT", "1T", "134", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "32", -+ "MKK", "5G", "40M", "HT", "1T", "134", "32", -+ "FCC", "5G", "40M", "HT", "1T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "32", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "32", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "30", -+ "MKK", "5G", "40M", "HT", "2T", "38", "30", -+ "FCC", "5G", "40M", "HT", "2T", "46", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "30", -+ "MKK", "5G", "40M", "HT", "2T", "46", "30", -+ "FCC", "5G", "40M", "HT", "2T", "54", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "30", -+ "MKK", "5G", "40M", "HT", "2T", "54", "30", -+ "FCC", "5G", "40M", "HT", "2T", "62", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "30", -+ "MKK", "5G", "40M", "HT", "2T", "62", "30", -+ "FCC", "5G", "40M", "HT", "2T", "102", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "30", -+ "MKK", "5G", "40M", "HT", "2T", "102", "30", -+ "FCC", "5G", "40M", "HT", "2T", "110", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "30", -+ "MKK", "5G", "40M", "HT", "2T", "110", "30", -+ "FCC", "5G", "40M", "HT", "2T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "30", -+ "MKK", "5G", "40M", "HT", "2T", "118", "30", -+ "FCC", "5G", "40M", "HT", "2T", "126", "32", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "30", -+ "MKK", "5G", "40M", "HT", "2T", "126", "30", -+ "FCC", "5G", "40M", "HT", "2T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "30", -+ "MKK", "5G", "40M", "HT", "2T", "134", "30", -+ "FCC", "5G", "40M", "HT", "2T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "30", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "30", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "32", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "34", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "34", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "34", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "32", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "32", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "32", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8811AU_FEM( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_TXPWR_LMT_8811AU_FEM)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8821A_TXPWR_LMT_8811AU_FEM; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8811AU_FEM\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8821A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_8811AU_IPA.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8821A_TXPWR_LMT_8811AU_IPA[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "26", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "34", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "34", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "22", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "30", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "30", -+ "MKK", "5G", "20M", "HT", "1T", "36", "30", -+ "FCC", "5G", "20M", "HT", "1T", "40", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "30", -+ "MKK", "5G", "20M", "HT", "1T", "40", "30", -+ "FCC", "5G", "20M", "HT", "1T", "44", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "30", -+ "MKK", "5G", "20M", "HT", "1T", "44", "30", -+ "FCC", "5G", "20M", "HT", "1T", "48", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "30", -+ "MKK", "5G", "20M", "HT", "1T", "48", "30", -+ "FCC", "5G", "20M", "HT", "1T", "52", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "30", -+ "MKK", "5G", "20M", "HT", "1T", "52", "30", -+ "FCC", "5G", "20M", "HT", "1T", "56", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "30", -+ "MKK", "5G", "20M", "HT", "1T", "56", "30", -+ "FCC", "5G", "20M", "HT", "1T", "60", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "30", -+ "MKK", "5G", "20M", "HT", "1T", "60", "30", -+ "FCC", "5G", "20M", "HT", "1T", "64", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "30", -+ "MKK", "5G", "20M", "HT", "1T", "64", "30", -+ "FCC", "5G", "20M", "HT", "1T", "100", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "30", -+ "MKK", "5G", "20M", "HT", "1T", "100", "30", -+ "FCC", "5G", "20M", "HT", "1T", "104", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "30", -+ "MKK", "5G", "20M", "HT", "1T", "104", "30", -+ "FCC", "5G", "20M", "HT", "1T", "108", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "30", -+ "MKK", "5G", "20M", "HT", "1T", "108", "30", -+ "FCC", "5G", "20M", "HT", "1T", "112", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "30", -+ "MKK", "5G", "20M", "HT", "1T", "112", "30", -+ "FCC", "5G", "20M", "HT", "1T", "116", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "30", -+ "MKK", "5G", "20M", "HT", "1T", "116", "30", -+ "FCC", "5G", "20M", "HT", "1T", "120", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "30", -+ "MKK", "5G", "20M", "HT", "1T", "120", "30", -+ "FCC", "5G", "20M", "HT", "1T", "124", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "30", -+ "MKK", "5G", "20M", "HT", "1T", "124", "30", -+ "FCC", "5G", "20M", "HT", "1T", "128", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "30", -+ "MKK", "5G", "20M", "HT", "1T", "128", "30", -+ "FCC", "5G", "20M", "HT", "1T", "132", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "30", -+ "MKK", "5G", "20M", "HT", "1T", "132", "30", -+ "FCC", "5G", "20M", "HT", "1T", "136", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "30", -+ "MKK", "5G", "20M", "HT", "1T", "136", "30", -+ "FCC", "5G", "20M", "HT", "1T", "140", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "30", -+ "MKK", "5G", "20M", "HT", "1T", "140", "30", -+ "FCC", "5G", "20M", "HT", "1T", "149", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "30", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "30", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "30", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "30", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "30", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "30", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "30", -+ "MKK", "5G", "20M", "HT", "2T", "36", "30", -+ "FCC", "5G", "20M", "HT", "2T", "40", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "30", -+ "MKK", "5G", "20M", "HT", "2T", "40", "30", -+ "FCC", "5G", "20M", "HT", "2T", "44", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "30", -+ "MKK", "5G", "20M", "HT", "2T", "44", "30", -+ "FCC", "5G", "20M", "HT", "2T", "48", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "30", -+ "MKK", "5G", "20M", "HT", "2T", "48", "30", -+ "FCC", "5G", "20M", "HT", "2T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "30", -+ "MKK", "5G", "20M", "HT", "2T", "52", "30", -+ "FCC", "5G", "20M", "HT", "2T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "30", -+ "MKK", "5G", "20M", "HT", "2T", "56", "30", -+ "FCC", "5G", "20M", "HT", "2T", "60", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "30", -+ "MKK", "5G", "20M", "HT", "2T", "60", "30", -+ "FCC", "5G", "20M", "HT", "2T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "30", -+ "MKK", "5G", "20M", "HT", "2T", "64", "30", -+ "FCC", "5G", "20M", "HT", "2T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "30", -+ "MKK", "5G", "20M", "HT", "2T", "100", "30", -+ "FCC", "5G", "20M", "HT", "2T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "30", -+ "MKK", "5G", "20M", "HT", "2T", "104", "30", -+ "FCC", "5G", "20M", "HT", "2T", "108", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "30", -+ "MKK", "5G", "20M", "HT", "2T", "108", "30", -+ "FCC", "5G", "20M", "HT", "2T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "30", -+ "MKK", "5G", "20M", "HT", "2T", "112", "30", -+ "FCC", "5G", "20M", "HT", "2T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "30", -+ "MKK", "5G", "20M", "HT", "2T", "116", "30", -+ "FCC", "5G", "20M", "HT", "2T", "120", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "30", -+ "MKK", "5G", "20M", "HT", "2T", "120", "30", -+ "FCC", "5G", "20M", "HT", "2T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "30", -+ "MKK", "5G", "20M", "HT", "2T", "124", "30", -+ "FCC", "5G", "20M", "HT", "2T", "128", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "30", -+ "MKK", "5G", "20M", "HT", "2T", "128", "30", -+ "FCC", "5G", "20M", "HT", "2T", "132", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "30", -+ "MKK", "5G", "20M", "HT", "2T", "132", "30", -+ "FCC", "5G", "20M", "HT", "2T", "136", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "30", -+ "MKK", "5G", "20M", "HT", "2T", "136", "30", -+ "FCC", "5G", "20M", "HT", "2T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "30", -+ "MKK", "5G", "20M", "HT", "2T", "140", "30", -+ "FCC", "5G", "20M", "HT", "2T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "30", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "30", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "30", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "30", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "30", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "30", -+ "MKK", "5G", "40M", "HT", "1T", "38", "30", -+ "FCC", "5G", "40M", "HT", "1T", "46", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "30", -+ "MKK", "5G", "40M", "HT", "1T", "46", "30", -+ "FCC", "5G", "40M", "HT", "1T", "54", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "30", -+ "MKK", "5G", "40M", "HT", "1T", "54", "30", -+ "FCC", "5G", "40M", "HT", "1T", "62", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "30", -+ "MKK", "5G", "40M", "HT", "1T", "62", "30", -+ "FCC", "5G", "40M", "HT", "1T", "102", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "30", -+ "MKK", "5G", "40M", "HT", "1T", "102", "30", -+ "FCC", "5G", "40M", "HT", "1T", "110", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "30", -+ "MKK", "5G", "40M", "HT", "1T", "110", "30", -+ "FCC", "5G", "40M", "HT", "1T", "118", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "30", -+ "MKK", "5G", "40M", "HT", "1T", "118", "30", -+ "FCC", "5G", "40M", "HT", "1T", "126", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "30", -+ "MKK", "5G", "40M", "HT", "1T", "126", "30", -+ "FCC", "5G", "40M", "HT", "1T", "134", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "30", -+ "MKK", "5G", "40M", "HT", "1T", "134", "30", -+ "FCC", "5G", "40M", "HT", "1T", "151", "30", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "30", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "30", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "30", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "30", -+ "MKK", "5G", "40M", "HT", "2T", "38", "30", -+ "FCC", "5G", "40M", "HT", "2T", "46", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "30", -+ "MKK", "5G", "40M", "HT", "2T", "46", "30", -+ "FCC", "5G", "40M", "HT", "2T", "54", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "30", -+ "MKK", "5G", "40M", "HT", "2T", "54", "30", -+ "FCC", "5G", "40M", "HT", "2T", "62", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "30", -+ "MKK", "5G", "40M", "HT", "2T", "62", "30", -+ "FCC", "5G", "40M", "HT", "2T", "102", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "30", -+ "MKK", "5G", "40M", "HT", "2T", "102", "30", -+ "FCC", "5G", "40M", "HT", "2T", "110", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "30", -+ "MKK", "5G", "40M", "HT", "2T", "110", "30", -+ "FCC", "5G", "40M", "HT", "2T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "30", -+ "MKK", "5G", "40M", "HT", "2T", "118", "30", -+ "FCC", "5G", "40M", "HT", "2T", "126", "32", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "30", -+ "MKK", "5G", "40M", "HT", "2T", "126", "30", -+ "FCC", "5G", "40M", "HT", "2T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "30", -+ "MKK", "5G", "40M", "HT", "2T", "134", "30", -+ "FCC", "5G", "40M", "HT", "2T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "30", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "30", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "28", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "30", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "30", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "30", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "32", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8811AU_IPA( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_TXPWR_LMT_8811AU_IPA)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8821A_TXPWR_LMT_8811AU_IPA; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8811AU_IPA\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8821A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8821A_TXPWR_LMT_8821A[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "26", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "30", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "26", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "26", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "26", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "22", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "26", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "30", -+ "MKK", "5G", "20M", "HT", "1T", "36", "30", -+ "FCC", "5G", "20M", "HT", "1T", "40", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "30", -+ "MKK", "5G", "20M", "HT", "1T", "40", "30", -+ "FCC", "5G", "20M", "HT", "1T", "44", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "30", -+ "MKK", "5G", "20M", "HT", "1T", "44", "30", -+ "FCC", "5G", "20M", "HT", "1T", "48", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "30", -+ "MKK", "5G", "20M", "HT", "1T", "48", "30", -+ "FCC", "5G", "20M", "HT", "1T", "52", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "30", -+ "MKK", "5G", "20M", "HT", "1T", "52", "30", -+ "FCC", "5G", "20M", "HT", "1T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "30", -+ "MKK", "5G", "20M", "HT", "1T", "56", "30", -+ "FCC", "5G", "20M", "HT", "1T", "60", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "30", -+ "MKK", "5G", "20M", "HT", "1T", "60", "30", -+ "FCC", "5G", "20M", "HT", "1T", "64", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "30", -+ "MKK", "5G", "20M", "HT", "1T", "64", "30", -+ "FCC", "5G", "20M", "HT", "1T", "100", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "30", -+ "MKK", "5G", "20M", "HT", "1T", "100", "30", -+ "FCC", "5G", "20M", "HT", "1T", "104", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "30", -+ "MKK", "5G", "20M", "HT", "1T", "104", "30", -+ "FCC", "5G", "20M", "HT", "1T", "108", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "30", -+ "MKK", "5G", "20M", "HT", "1T", "108", "30", -+ "FCC", "5G", "20M", "HT", "1T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "30", -+ "MKK", "5G", "20M", "HT", "1T", "112", "30", -+ "FCC", "5G", "20M", "HT", "1T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "30", -+ "MKK", "5G", "20M", "HT", "1T", "116", "30", -+ "FCC", "5G", "20M", "HT", "1T", "120", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "30", -+ "MKK", "5G", "20M", "HT", "1T", "120", "30", -+ "FCC", "5G", "20M", "HT", "1T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "30", -+ "MKK", "5G", "20M", "HT", "1T", "124", "30", -+ "FCC", "5G", "20M", "HT", "1T", "128", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "30", -+ "MKK", "5G", "20M", "HT", "1T", "128", "30", -+ "FCC", "5G", "20M", "HT", "1T", "132", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "30", -+ "MKK", "5G", "20M", "HT", "1T", "132", "30", -+ "FCC", "5G", "20M", "HT", "1T", "136", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "30", -+ "MKK", "5G", "20M", "HT", "1T", "136", "30", -+ "FCC", "5G", "20M", "HT", "1T", "140", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "30", -+ "MKK", "5G", "20M", "HT", "1T", "140", "30", -+ "FCC", "5G", "20M", "HT", "1T", "149", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "30", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "30", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "30", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "30", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "30", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "30", -+ "MKK", "5G", "20M", "HT", "2T", "36", "30", -+ "FCC", "5G", "20M", "HT", "2T", "40", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "30", -+ "MKK", "5G", "20M", "HT", "2T", "40", "30", -+ "FCC", "5G", "20M", "HT", "2T", "44", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "30", -+ "MKK", "5G", "20M", "HT", "2T", "44", "30", -+ "FCC", "5G", "20M", "HT", "2T", "48", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "30", -+ "MKK", "5G", "20M", "HT", "2T", "48", "30", -+ "FCC", "5G", "20M", "HT", "2T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "30", -+ "MKK", "5G", "20M", "HT", "2T", "52", "30", -+ "FCC", "5G", "20M", "HT", "2T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "30", -+ "MKK", "5G", "20M", "HT", "2T", "56", "30", -+ "FCC", "5G", "20M", "HT", "2T", "60", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "30", -+ "MKK", "5G", "20M", "HT", "2T", "60", "30", -+ "FCC", "5G", "20M", "HT", "2T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "30", -+ "MKK", "5G", "20M", "HT", "2T", "64", "30", -+ "FCC", "5G", "20M", "HT", "2T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "30", -+ "MKK", "5G", "20M", "HT", "2T", "100", "30", -+ "FCC", "5G", "20M", "HT", "2T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "30", -+ "MKK", "5G", "20M", "HT", "2T", "104", "30", -+ "FCC", "5G", "20M", "HT", "2T", "108", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "30", -+ "MKK", "5G", "20M", "HT", "2T", "108", "30", -+ "FCC", "5G", "20M", "HT", "2T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "30", -+ "MKK", "5G", "20M", "HT", "2T", "112", "30", -+ "FCC", "5G", "20M", "HT", "2T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "30", -+ "MKK", "5G", "20M", "HT", "2T", "116", "30", -+ "FCC", "5G", "20M", "HT", "2T", "120", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "30", -+ "MKK", "5G", "20M", "HT", "2T", "120", "30", -+ "FCC", "5G", "20M", "HT", "2T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "30", -+ "MKK", "5G", "20M", "HT", "2T", "124", "30", -+ "FCC", "5G", "20M", "HT", "2T", "128", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "30", -+ "MKK", "5G", "20M", "HT", "2T", "128", "30", -+ "FCC", "5G", "20M", "HT", "2T", "132", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "30", -+ "MKK", "5G", "20M", "HT", "2T", "132", "30", -+ "FCC", "5G", "20M", "HT", "2T", "136", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "30", -+ "MKK", "5G", "20M", "HT", "2T", "136", "30", -+ "FCC", "5G", "20M", "HT", "2T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "30", -+ "MKK", "5G", "20M", "HT", "2T", "140", "30", -+ "FCC", "5G", "20M", "HT", "2T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "30", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "30", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "30", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "30", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "30", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "30", -+ "MKK", "5G", "40M", "HT", "1T", "38", "30", -+ "FCC", "5G", "40M", "HT", "1T", "46", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "30", -+ "MKK", "5G", "40M", "HT", "1T", "46", "30", -+ "FCC", "5G", "40M", "HT", "1T", "54", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "30", -+ "MKK", "5G", "40M", "HT", "1T", "54", "30", -+ "FCC", "5G", "40M", "HT", "1T", "62", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "30", -+ "MKK", "5G", "40M", "HT", "1T", "62", "30", -+ "FCC", "5G", "40M", "HT", "1T", "102", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "30", -+ "MKK", "5G", "40M", "HT", "1T", "102", "30", -+ "FCC", "5G", "40M", "HT", "1T", "110", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "30", -+ "MKK", "5G", "40M", "HT", "1T", "110", "30", -+ "FCC", "5G", "40M", "HT", "1T", "118", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "30", -+ "MKK", "5G", "40M", "HT", "1T", "118", "30", -+ "FCC", "5G", "40M", "HT", "1T", "126", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "30", -+ "MKK", "5G", "40M", "HT", "1T", "126", "30", -+ "FCC", "5G", "40M", "HT", "1T", "134", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "30", -+ "MKK", "5G", "40M", "HT", "1T", "134", "30", -+ "FCC", "5G", "40M", "HT", "1T", "151", "30", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "30", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "30", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "30", -+ "MKK", "5G", "40M", "HT", "2T", "38", "30", -+ "FCC", "5G", "40M", "HT", "2T", "46", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "30", -+ "MKK", "5G", "40M", "HT", "2T", "46", "30", -+ "FCC", "5G", "40M", "HT", "2T", "54", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "30", -+ "MKK", "5G", "40M", "HT", "2T", "54", "30", -+ "FCC", "5G", "40M", "HT", "2T", "62", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "30", -+ "MKK", "5G", "40M", "HT", "2T", "62", "30", -+ "FCC", "5G", "40M", "HT", "2T", "102", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "30", -+ "MKK", "5G", "40M", "HT", "2T", "102", "30", -+ "FCC", "5G", "40M", "HT", "2T", "110", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "30", -+ "MKK", "5G", "40M", "HT", "2T", "110", "30", -+ "FCC", "5G", "40M", "HT", "2T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "30", -+ "MKK", "5G", "40M", "HT", "2T", "118", "30", -+ "FCC", "5G", "40M", "HT", "2T", "126", "32", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "30", -+ "MKK", "5G", "40M", "HT", "2T", "126", "30", -+ "FCC", "5G", "40M", "HT", "2T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "30", -+ "MKK", "5G", "40M", "HT", "2T", "134", "30", -+ "FCC", "5G", "40M", "HT", "2T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "30", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "30", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "22", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "28", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "32", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_TXPWR_LMT_8821A)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8821A_TXPWR_LMT_8821A; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8821A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A_SAR_13dBm.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8821A_TXPWR_LMT_8821A_SAR_13dBm[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "26", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "22", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "26", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "26", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "26", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "26", -+ "MKK", "5G", "20M", "HT", "1T", "36", "26", -+ "FCC", "5G", "20M", "HT", "1T", "40", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "26", -+ "MKK", "5G", "20M", "HT", "1T", "40", "26", -+ "FCC", "5G", "20M", "HT", "1T", "44", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "26", -+ "MKK", "5G", "20M", "HT", "1T", "44", "26", -+ "FCC", "5G", "20M", "HT", "1T", "48", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "26", -+ "MKK", "5G", "20M", "HT", "1T", "48", "26", -+ "FCC", "5G", "20M", "HT", "1T", "52", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "26", -+ "MKK", "5G", "20M", "HT", "1T", "52", "26", -+ "FCC", "5G", "20M", "HT", "1T", "56", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "26", -+ "MKK", "5G", "20M", "HT", "1T", "56", "26", -+ "FCC", "5G", "20M", "HT", "1T", "60", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "26", -+ "MKK", "5G", "20M", "HT", "1T", "60", "26", -+ "FCC", "5G", "20M", "HT", "1T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "26", -+ "MKK", "5G", "20M", "HT", "1T", "64", "26", -+ "FCC", "5G", "20M", "HT", "1T", "100", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "26", -+ "MKK", "5G", "20M", "HT", "1T", "100", "26", -+ "FCC", "5G", "20M", "HT", "1T", "104", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "26", -+ "MKK", "5G", "20M", "HT", "1T", "104", "26", -+ "FCC", "5G", "20M", "HT", "1T", "108", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "26", -+ "MKK", "5G", "20M", "HT", "1T", "108", "26", -+ "FCC", "5G", "20M", "HT", "1T", "112", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "26", -+ "MKK", "5G", "20M", "HT", "1T", "112", "26", -+ "FCC", "5G", "20M", "HT", "1T", "116", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "26", -+ "MKK", "5G", "20M", "HT", "1T", "116", "26", -+ "FCC", "5G", "20M", "HT", "1T", "120", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "26", -+ "MKK", "5G", "20M", "HT", "1T", "120", "26", -+ "FCC", "5G", "20M", "HT", "1T", "124", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "26", -+ "MKK", "5G", "20M", "HT", "1T", "124", "26", -+ "FCC", "5G", "20M", "HT", "1T", "128", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "26", -+ "MKK", "5G", "20M", "HT", "1T", "128", "26", -+ "FCC", "5G", "20M", "HT", "1T", "132", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "26", -+ "MKK", "5G", "20M", "HT", "1T", "132", "26", -+ "FCC", "5G", "20M", "HT", "1T", "136", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "26", -+ "MKK", "5G", "20M", "HT", "1T", "136", "26", -+ "FCC", "5G", "20M", "HT", "1T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "26", -+ "MKK", "5G", "20M", "HT", "1T", "140", "26", -+ "FCC", "5G", "20M", "HT", "1T", "149", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "26", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "26", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "26", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "26", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "26", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "26", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "26", -+ "MKK", "5G", "20M", "HT", "2T", "36", "26", -+ "FCC", "5G", "20M", "HT", "2T", "40", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "26", -+ "MKK", "5G", "20M", "HT", "2T", "40", "26", -+ "FCC", "5G", "20M", "HT", "2T", "44", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "26", -+ "MKK", "5G", "20M", "HT", "2T", "44", "26", -+ "FCC", "5G", "20M", "HT", "2T", "48", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "26", -+ "MKK", "5G", "20M", "HT", "2T", "48", "26", -+ "FCC", "5G", "20M", "HT", "2T", "52", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "26", -+ "MKK", "5G", "20M", "HT", "2T", "52", "26", -+ "FCC", "5G", "20M", "HT", "2T", "56", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "26", -+ "MKK", "5G", "20M", "HT", "2T", "56", "26", -+ "FCC", "5G", "20M", "HT", "2T", "60", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "26", -+ "MKK", "5G", "20M", "HT", "2T", "60", "26", -+ "FCC", "5G", "20M", "HT", "2T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "26", -+ "MKK", "5G", "20M", "HT", "2T", "64", "26", -+ "FCC", "5G", "20M", "HT", "2T", "100", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "26", -+ "MKK", "5G", "20M", "HT", "2T", "100", "26", -+ "FCC", "5G", "20M", "HT", "2T", "104", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "26", -+ "MKK", "5G", "20M", "HT", "2T", "104", "26", -+ "FCC", "5G", "20M", "HT", "2T", "108", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "26", -+ "MKK", "5G", "20M", "HT", "2T", "108", "26", -+ "FCC", "5G", "20M", "HT", "2T", "112", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "26", -+ "MKK", "5G", "20M", "HT", "2T", "112", "26", -+ "FCC", "5G", "20M", "HT", "2T", "116", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "26", -+ "MKK", "5G", "20M", "HT", "2T", "116", "26", -+ "FCC", "5G", "20M", "HT", "2T", "120", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "26", -+ "MKK", "5G", "20M", "HT", "2T", "120", "26", -+ "FCC", "5G", "20M", "HT", "2T", "124", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "26", -+ "MKK", "5G", "20M", "HT", "2T", "124", "26", -+ "FCC", "5G", "20M", "HT", "2T", "128", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "26", -+ "MKK", "5G", "20M", "HT", "2T", "128", "26", -+ "FCC", "5G", "20M", "HT", "2T", "132", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "26", -+ "MKK", "5G", "20M", "HT", "2T", "132", "26", -+ "FCC", "5G", "20M", "HT", "2T", "136", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "26", -+ "MKK", "5G", "20M", "HT", "2T", "136", "26", -+ "FCC", "5G", "20M", "HT", "2T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "26", -+ "MKK", "5G", "20M", "HT", "2T", "140", "26", -+ "FCC", "5G", "20M", "HT", "2T", "149", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "26", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "26", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "26", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "26", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "26", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "26", -+ "MKK", "5G", "40M", "HT", "1T", "38", "26", -+ "FCC", "5G", "40M", "HT", "1T", "46", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "26", -+ "MKK", "5G", "40M", "HT", "1T", "46", "26", -+ "FCC", "5G", "40M", "HT", "1T", "54", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "26", -+ "MKK", "5G", "40M", "HT", "1T", "54", "26", -+ "FCC", "5G", "40M", "HT", "1T", "62", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "26", -+ "MKK", "5G", "40M", "HT", "1T", "62", "26", -+ "FCC", "5G", "40M", "HT", "1T", "102", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "26", -+ "MKK", "5G", "40M", "HT", "1T", "102", "26", -+ "FCC", "5G", "40M", "HT", "1T", "110", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "26", -+ "MKK", "5G", "40M", "HT", "1T", "110", "26", -+ "FCC", "5G", "40M", "HT", "1T", "118", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "26", -+ "MKK", "5G", "40M", "HT", "1T", "118", "26", -+ "FCC", "5G", "40M", "HT", "1T", "126", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "26", -+ "MKK", "5G", "40M", "HT", "1T", "126", "26", -+ "FCC", "5G", "40M", "HT", "1T", "134", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "26", -+ "MKK", "5G", "40M", "HT", "1T", "134", "26", -+ "FCC", "5G", "40M", "HT", "1T", "151", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "26", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "26", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "26", -+ "MKK", "5G", "40M", "HT", "2T", "38", "26", -+ "FCC", "5G", "40M", "HT", "2T", "46", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "26", -+ "MKK", "5G", "40M", "HT", "2T", "46", "26", -+ "FCC", "5G", "40M", "HT", "2T", "54", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "26", -+ "MKK", "5G", "40M", "HT", "2T", "54", "26", -+ "FCC", "5G", "40M", "HT", "2T", "62", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "26", -+ "MKK", "5G", "40M", "HT", "2T", "62", "26", -+ "FCC", "5G", "40M", "HT", "2T", "102", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "26", -+ "MKK", "5G", "40M", "HT", "2T", "102", "26", -+ "FCC", "5G", "40M", "HT", "2T", "110", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "26", -+ "MKK", "5G", "40M", "HT", "2T", "110", "26", -+ "FCC", "5G", "40M", "HT", "2T", "118", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "26", -+ "MKK", "5G", "40M", "HT", "2T", "118", "26", -+ "FCC", "5G", "40M", "HT", "2T", "126", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "26", -+ "MKK", "5G", "40M", "HT", "2T", "126", "26", -+ "FCC", "5G", "40M", "HT", "2T", "134", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "26", -+ "MKK", "5G", "40M", "HT", "2T", "134", "26", -+ "FCC", "5G", "40M", "HT", "2T", "151", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "26", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "26", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "22", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "26", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "26", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "26", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "26", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "26", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "26", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "26", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "26", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "26", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "26", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "26", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "26", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "26", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "26", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "26", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_13dBm( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_TXPWR_LMT_8821A_SAR_13dBm)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8821A_TXPWR_LMT_8821A_SAR_13dBm; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_13dBm\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8821A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A_SAR_5mm.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8821A_TXPWR_LMT_8821A_SAR_5mm[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "34", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "26", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "24", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "22", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "30", -+ "MKK", "5G", "20M", "HT", "1T", "36", "30", -+ "FCC", "5G", "20M", "HT", "1T", "40", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "30", -+ "MKK", "5G", "20M", "HT", "1T", "40", "30", -+ "FCC", "5G", "20M", "HT", "1T", "44", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "30", -+ "MKK", "5G", "20M", "HT", "1T", "44", "30", -+ "FCC", "5G", "20M", "HT", "1T", "48", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "30", -+ "MKK", "5G", "20M", "HT", "1T", "48", "30", -+ "FCC", "5G", "20M", "HT", "1T", "52", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "30", -+ "MKK", "5G", "20M", "HT", "1T", "52", "30", -+ "FCC", "5G", "20M", "HT", "1T", "56", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "30", -+ "MKK", "5G", "20M", "HT", "1T", "56", "30", -+ "FCC", "5G", "20M", "HT", "1T", "60", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "30", -+ "MKK", "5G", "20M", "HT", "1T", "60", "30", -+ "FCC", "5G", "20M", "HT", "1T", "64", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "30", -+ "MKK", "5G", "20M", "HT", "1T", "64", "30", -+ "FCC", "5G", "20M", "HT", "1T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "30", -+ "MKK", "5G", "20M", "HT", "1T", "100", "30", -+ "FCC", "5G", "20M", "HT", "1T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "30", -+ "MKK", "5G", "20M", "HT", "1T", "104", "30", -+ "FCC", "5G", "20M", "HT", "1T", "108", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "30", -+ "MKK", "5G", "20M", "HT", "1T", "108", "30", -+ "FCC", "5G", "20M", "HT", "1T", "112", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "30", -+ "MKK", "5G", "20M", "HT", "1T", "112", "30", -+ "FCC", "5G", "20M", "HT", "1T", "116", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "30", -+ "MKK", "5G", "20M", "HT", "1T", "116", "30", -+ "FCC", "5G", "20M", "HT", "1T", "120", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "30", -+ "MKK", "5G", "20M", "HT", "1T", "120", "30", -+ "FCC", "5G", "20M", "HT", "1T", "124", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "30", -+ "MKK", "5G", "20M", "HT", "1T", "124", "30", -+ "FCC", "5G", "20M", "HT", "1T", "128", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "30", -+ "MKK", "5G", "20M", "HT", "1T", "128", "30", -+ "FCC", "5G", "20M", "HT", "1T", "132", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "30", -+ "MKK", "5G", "20M", "HT", "1T", "132", "30", -+ "FCC", "5G", "20M", "HT", "1T", "136", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "30", -+ "MKK", "5G", "20M", "HT", "1T", "136", "30", -+ "FCC", "5G", "20M", "HT", "1T", "140", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "30", -+ "MKK", "5G", "20M", "HT", "1T", "140", "30", -+ "FCC", "5G", "20M", "HT", "1T", "149", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "30", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "30", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "30", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "30", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "30", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "30", -+ "MKK", "5G", "20M", "HT", "2T", "36", "30", -+ "FCC", "5G", "20M", "HT", "2T", "40", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "30", -+ "MKK", "5G", "20M", "HT", "2T", "40", "30", -+ "FCC", "5G", "20M", "HT", "2T", "44", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "30", -+ "MKK", "5G", "20M", "HT", "2T", "44", "30", -+ "FCC", "5G", "20M", "HT", "2T", "48", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "30", -+ "MKK", "5G", "20M", "HT", "2T", "48", "30", -+ "FCC", "5G", "20M", "HT", "2T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "30", -+ "MKK", "5G", "20M", "HT", "2T", "52", "30", -+ "FCC", "5G", "20M", "HT", "2T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "30", -+ "MKK", "5G", "20M", "HT", "2T", "56", "30", -+ "FCC", "5G", "20M", "HT", "2T", "60", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "30", -+ "MKK", "5G", "20M", "HT", "2T", "60", "30", -+ "FCC", "5G", "20M", "HT", "2T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "30", -+ "MKK", "5G", "20M", "HT", "2T", "64", "30", -+ "FCC", "5G", "20M", "HT", "2T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "30", -+ "MKK", "5G", "20M", "HT", "2T", "100", "30", -+ "FCC", "5G", "20M", "HT", "2T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "30", -+ "MKK", "5G", "20M", "HT", "2T", "104", "30", -+ "FCC", "5G", "20M", "HT", "2T", "108", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "30", -+ "MKK", "5G", "20M", "HT", "2T", "108", "30", -+ "FCC", "5G", "20M", "HT", "2T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "30", -+ "MKK", "5G", "20M", "HT", "2T", "112", "30", -+ "FCC", "5G", "20M", "HT", "2T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "30", -+ "MKK", "5G", "20M", "HT", "2T", "116", "30", -+ "FCC", "5G", "20M", "HT", "2T", "120", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "30", -+ "MKK", "5G", "20M", "HT", "2T", "120", "30", -+ "FCC", "5G", "20M", "HT", "2T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "30", -+ "MKK", "5G", "20M", "HT", "2T", "124", "30", -+ "FCC", "5G", "20M", "HT", "2T", "128", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "30", -+ "MKK", "5G", "20M", "HT", "2T", "128", "30", -+ "FCC", "5G", "20M", "HT", "2T", "132", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "30", -+ "MKK", "5G", "20M", "HT", "2T", "132", "30", -+ "FCC", "5G", "20M", "HT", "2T", "136", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "30", -+ "MKK", "5G", "20M", "HT", "2T", "136", "30", -+ "FCC", "5G", "20M", "HT", "2T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "30", -+ "MKK", "5G", "20M", "HT", "2T", "140", "30", -+ "FCC", "5G", "20M", "HT", "2T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "30", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "30", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "30", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "30", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "30", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "30", -+ "MKK", "5G", "40M", "HT", "1T", "38", "30", -+ "FCC", "5G", "40M", "HT", "1T", "46", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "30", -+ "MKK", "5G", "40M", "HT", "1T", "46", "30", -+ "FCC", "5G", "40M", "HT", "1T", "54", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "30", -+ "MKK", "5G", "40M", "HT", "1T", "54", "30", -+ "FCC", "5G", "40M", "HT", "1T", "62", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "30", -+ "MKK", "5G", "40M", "HT", "1T", "62", "30", -+ "FCC", "5G", "40M", "HT", "1T", "102", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "30", -+ "MKK", "5G", "40M", "HT", "1T", "102", "30", -+ "FCC", "5G", "40M", "HT", "1T", "110", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "30", -+ "MKK", "5G", "40M", "HT", "1T", "110", "30", -+ "FCC", "5G", "40M", "HT", "1T", "118", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "30", -+ "MKK", "5G", "40M", "HT", "1T", "118", "30", -+ "FCC", "5G", "40M", "HT", "1T", "126", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "30", -+ "MKK", "5G", "40M", "HT", "1T", "126", "30", -+ "FCC", "5G", "40M", "HT", "1T", "134", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "30", -+ "MKK", "5G", "40M", "HT", "1T", "134", "30", -+ "FCC", "5G", "40M", "HT", "1T", "151", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "30", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "30", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "30", -+ "MKK", "5G", "40M", "HT", "2T", "38", "30", -+ "FCC", "5G", "40M", "HT", "2T", "46", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "30", -+ "MKK", "5G", "40M", "HT", "2T", "46", "30", -+ "FCC", "5G", "40M", "HT", "2T", "54", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "30", -+ "MKK", "5G", "40M", "HT", "2T", "54", "30", -+ "FCC", "5G", "40M", "HT", "2T", "62", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "30", -+ "MKK", "5G", "40M", "HT", "2T", "62", "30", -+ "FCC", "5G", "40M", "HT", "2T", "102", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "30", -+ "MKK", "5G", "40M", "HT", "2T", "102", "30", -+ "FCC", "5G", "40M", "HT", "2T", "110", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "30", -+ "MKK", "5G", "40M", "HT", "2T", "110", "30", -+ "FCC", "5G", "40M", "HT", "2T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "30", -+ "MKK", "5G", "40M", "HT", "2T", "118", "30", -+ "FCC", "5G", "40M", "HT", "2T", "126", "32", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "30", -+ "MKK", "5G", "40M", "HT", "2T", "126", "30", -+ "FCC", "5G", "40M", "HT", "2T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "30", -+ "MKK", "5G", "40M", "HT", "2T", "134", "30", -+ "FCC", "5G", "40M", "HT", "2T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "30", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "30", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "22", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "26", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "32", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_5mm( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_TXPWR_LMT_8821A_SAR_5mm)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8821A_TXPWR_LMT_8821A_SAR_5mm; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_5mm\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8821A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A_SAR_8mm.TXT -+******************************************************************************/ -+ -+const char *Array_MP_8821A_TXPWR_LMT_8821A_SAR_8mm[] = { -+ "FCC", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "01", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "02", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "03", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "03", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "04", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "04", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "05", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "05", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "06", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "06", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "07", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "07", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "08", "36", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "08", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "09", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "10", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "11", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "12", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "13", "26", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "13", "28", -+ "MKK", "2.4G", "20M", "CCK", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "CCK", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "CCK", "1T", "14", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "01", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "02", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "09", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "10", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "11", "30", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "OFDM", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "1T", "01", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "02", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "10", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "11", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "12", "26", -+ "ETSI", "2.4G", "20M", "HT", "1T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "13", "24", -+ "ETSI", "2.4G", "20M", "HT", "1T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "1T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "20M", "HT", "2T", "01", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "01", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "01", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "02", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "02", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "02", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "03", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "03", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "03", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "04", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "04", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "05", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "05", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "06", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "06", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "07", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "07", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "08", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "08", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "09", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "09", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "20M", "HT", "2T", "10", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "10", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "20M", "HT", "2T", "11", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "11", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "20M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "20M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "20M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "20M", "HT", "2T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "03", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "03", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "03", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "04", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "04", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "04", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "05", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "05", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "05", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "06", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "06", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "07", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "07", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "1T", "08", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "08", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "09", "26", -+ "ETSI", "2.4G", "40M", "HT", "1T", "09", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "09", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "10", "24", -+ "ETSI", "2.4G", "40M", "HT", "1T", "10", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "10", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "11", "22", -+ "ETSI", "2.4G", "40M", "HT", "1T", "11", "32", -+ "MKK", "2.4G", "40M", "HT", "1T", "11", "32", -+ "FCC", "2.4G", "40M", "HT", "1T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "12", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "12", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "13", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "13", "63", -+ "FCC", "2.4G", "40M", "HT", "1T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "1T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "1T", "14", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "01", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "01", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "01", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "02", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "02", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "02", "63", -+ "FCC", "2.4G", "40M", "HT", "2T", "03", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "03", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "03", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "04", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "04", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "04", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "05", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "05", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "05", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "06", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "06", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "06", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "07", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "07", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "07", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "08", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "08", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "08", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "09", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "09", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "09", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "10", "32", -+ "ETSI", "2.4G", "40M", "HT", "2T", "10", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "10", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "11", "30", -+ "ETSI", "2.4G", "40M", "HT", "2T", "11", "30", -+ "MKK", "2.4G", "40M", "HT", "2T", "11", "30", -+ "FCC", "2.4G", "40M", "HT", "2T", "12", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "12", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "12", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "13", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "13", "32", -+ "MKK", "2.4G", "40M", "HT", "2T", "13", "32", -+ "FCC", "2.4G", "40M", "HT", "2T", "14", "63", -+ "ETSI", "2.4G", "40M", "HT", "2T", "14", "63", -+ "MKK", "2.4G", "40M", "HT", "2T", "14", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "36", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "36", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "36", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "40", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "40", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "40", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "44", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "44", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "44", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "48", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "48", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "48", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "52", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "52", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "52", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "56", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "56", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "56", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "60", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "60", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "60", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "64", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "64", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "64", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "100", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "100", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "100", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "104", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "104", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "104", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "108", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "108", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "108", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "112", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "112", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "112", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "116", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "116", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "116", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "120", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "120", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "120", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "124", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "124", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "124", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "128", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "128", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "128", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "132", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "132", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "132", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "136", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "136", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "136", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "140", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "140", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "140", "30", -+ "FCC", "5G", "20M", "OFDM", "1T", "149", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "149", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "149", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "153", "28", -+ "ETSI", "5G", "20M", "OFDM", "1T", "153", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "153", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "157", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "157", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "157", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "161", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "161", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "161", "63", -+ "FCC", "5G", "20M", "OFDM", "1T", "165", "32", -+ "ETSI", "5G", "20M", "OFDM", "1T", "165", "30", -+ "MKK", "5G", "20M", "OFDM", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "1T", "36", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "36", "30", -+ "MKK", "5G", "20M", "HT", "1T", "36", "30", -+ "FCC", "5G", "20M", "HT", "1T", "40", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "40", "30", -+ "MKK", "5G", "20M", "HT", "1T", "40", "30", -+ "FCC", "5G", "20M", "HT", "1T", "44", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "44", "30", -+ "MKK", "5G", "20M", "HT", "1T", "44", "30", -+ "FCC", "5G", "20M", "HT", "1T", "48", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "48", "30", -+ "MKK", "5G", "20M", "HT", "1T", "48", "30", -+ "FCC", "5G", "20M", "HT", "1T", "52", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "52", "30", -+ "MKK", "5G", "20M", "HT", "1T", "52", "30", -+ "FCC", "5G", "20M", "HT", "1T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "56", "30", -+ "MKK", "5G", "20M", "HT", "1T", "56", "30", -+ "FCC", "5G", "20M", "HT", "1T", "60", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "60", "30", -+ "MKK", "5G", "20M", "HT", "1T", "60", "30", -+ "FCC", "5G", "20M", "HT", "1T", "64", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "64", "30", -+ "MKK", "5G", "20M", "HT", "1T", "64", "30", -+ "FCC", "5G", "20M", "HT", "1T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "100", "30", -+ "MKK", "5G", "20M", "HT", "1T", "100", "30", -+ "FCC", "5G", "20M", "HT", "1T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "104", "30", -+ "MKK", "5G", "20M", "HT", "1T", "104", "30", -+ "FCC", "5G", "20M", "HT", "1T", "108", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "108", "30", -+ "MKK", "5G", "20M", "HT", "1T", "108", "30", -+ "FCC", "5G", "20M", "HT", "1T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "112", "30", -+ "MKK", "5G", "20M", "HT", "1T", "112", "30", -+ "FCC", "5G", "20M", "HT", "1T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "116", "30", -+ "MKK", "5G", "20M", "HT", "1T", "116", "30", -+ "FCC", "5G", "20M", "HT", "1T", "120", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "120", "30", -+ "MKK", "5G", "20M", "HT", "1T", "120", "30", -+ "FCC", "5G", "20M", "HT", "1T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "124", "30", -+ "MKK", "5G", "20M", "HT", "1T", "124", "30", -+ "FCC", "5G", "20M", "HT", "1T", "128", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "128", "30", -+ "MKK", "5G", "20M", "HT", "1T", "128", "30", -+ "FCC", "5G", "20M", "HT", "1T", "132", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "132", "30", -+ "MKK", "5G", "20M", "HT", "1T", "132", "30", -+ "FCC", "5G", "20M", "HT", "1T", "136", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "136", "30", -+ "MKK", "5G", "20M", "HT", "1T", "136", "30", -+ "FCC", "5G", "20M", "HT", "1T", "140", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "140", "30", -+ "MKK", "5G", "20M", "HT", "1T", "140", "30", -+ "FCC", "5G", "20M", "HT", "1T", "149", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "149", "30", -+ "MKK", "5G", "20M", "HT", "1T", "149", "63", -+ "FCC", "5G", "20M", "HT", "1T", "153", "28", -+ "ETSI", "5G", "20M", "HT", "1T", "153", "30", -+ "MKK", "5G", "20M", "HT", "1T", "153", "63", -+ "FCC", "5G", "20M", "HT", "1T", "157", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "157", "30", -+ "MKK", "5G", "20M", "HT", "1T", "157", "63", -+ "FCC", "5G", "20M", "HT", "1T", "161", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "161", "30", -+ "MKK", "5G", "20M", "HT", "1T", "161", "63", -+ "FCC", "5G", "20M", "HT", "1T", "165", "32", -+ "ETSI", "5G", "20M", "HT", "1T", "165", "30", -+ "MKK", "5G", "20M", "HT", "1T", "165", "63", -+ "FCC", "5G", "20M", "HT", "2T", "36", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "36", "30", -+ "MKK", "5G", "20M", "HT", "2T", "36", "30", -+ "FCC", "5G", "20M", "HT", "2T", "40", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "40", "30", -+ "MKK", "5G", "20M", "HT", "2T", "40", "30", -+ "FCC", "5G", "20M", "HT", "2T", "44", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "44", "30", -+ "MKK", "5G", "20M", "HT", "2T", "44", "30", -+ "FCC", "5G", "20M", "HT", "2T", "48", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "48", "30", -+ "MKK", "5G", "20M", "HT", "2T", "48", "30", -+ "FCC", "5G", "20M", "HT", "2T", "52", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "52", "30", -+ "MKK", "5G", "20M", "HT", "2T", "52", "30", -+ "FCC", "5G", "20M", "HT", "2T", "56", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "56", "30", -+ "MKK", "5G", "20M", "HT", "2T", "56", "30", -+ "FCC", "5G", "20M", "HT", "2T", "60", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "60", "30", -+ "MKK", "5G", "20M", "HT", "2T", "60", "30", -+ "FCC", "5G", "20M", "HT", "2T", "64", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "64", "30", -+ "MKK", "5G", "20M", "HT", "2T", "64", "30", -+ "FCC", "5G", "20M", "HT", "2T", "100", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "100", "30", -+ "MKK", "5G", "20M", "HT", "2T", "100", "30", -+ "FCC", "5G", "20M", "HT", "2T", "104", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "104", "30", -+ "MKK", "5G", "20M", "HT", "2T", "104", "30", -+ "FCC", "5G", "20M", "HT", "2T", "108", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "108", "30", -+ "MKK", "5G", "20M", "HT", "2T", "108", "30", -+ "FCC", "5G", "20M", "HT", "2T", "112", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "112", "30", -+ "MKK", "5G", "20M", "HT", "2T", "112", "30", -+ "FCC", "5G", "20M", "HT", "2T", "116", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "116", "30", -+ "MKK", "5G", "20M", "HT", "2T", "116", "30", -+ "FCC", "5G", "20M", "HT", "2T", "120", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "120", "30", -+ "MKK", "5G", "20M", "HT", "2T", "120", "30", -+ "FCC", "5G", "20M", "HT", "2T", "124", "32", -+ "ETSI", "5G", "20M", "HT", "2T", "124", "30", -+ "MKK", "5G", "20M", "HT", "2T", "124", "30", -+ "FCC", "5G", "20M", "HT", "2T", "128", "30", -+ "ETSI", "5G", "20M", "HT", "2T", "128", "30", -+ "MKK", "5G", "20M", "HT", "2T", "128", "30", -+ "FCC", "5G", "20M", "HT", "2T", "132", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "132", "30", -+ "MKK", "5G", "20M", "HT", "2T", "132", "30", -+ "FCC", "5G", "20M", "HT", "2T", "136", "28", -+ "ETSI", "5G", "20M", "HT", "2T", "136", "30", -+ "MKK", "5G", "20M", "HT", "2T", "136", "30", -+ "FCC", "5G", "20M", "HT", "2T", "140", "26", -+ "ETSI", "5G", "20M", "HT", "2T", "140", "30", -+ "MKK", "5G", "20M", "HT", "2T", "140", "30", -+ "FCC", "5G", "20M", "HT", "2T", "149", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "149", "30", -+ "MKK", "5G", "20M", "HT", "2T", "149", "63", -+ "FCC", "5G", "20M", "HT", "2T", "153", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "153", "30", -+ "MKK", "5G", "20M", "HT", "2T", "153", "63", -+ "FCC", "5G", "20M", "HT", "2T", "157", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "157", "30", -+ "MKK", "5G", "20M", "HT", "2T", "157", "63", -+ "FCC", "5G", "20M", "HT", "2T", "161", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "161", "30", -+ "MKK", "5G", "20M", "HT", "2T", "161", "63", -+ "FCC", "5G", "20M", "HT", "2T", "165", "34", -+ "ETSI", "5G", "20M", "HT", "2T", "165", "30", -+ "MKK", "5G", "20M", "HT", "2T", "165", "63", -+ "FCC", "5G", "40M", "HT", "1T", "38", "26", -+ "ETSI", "5G", "40M", "HT", "1T", "38", "30", -+ "MKK", "5G", "40M", "HT", "1T", "38", "30", -+ "FCC", "5G", "40M", "HT", "1T", "46", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "46", "30", -+ "MKK", "5G", "40M", "HT", "1T", "46", "30", -+ "FCC", "5G", "40M", "HT", "1T", "54", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "54", "30", -+ "MKK", "5G", "40M", "HT", "1T", "54", "30", -+ "FCC", "5G", "40M", "HT", "1T", "62", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "62", "30", -+ "MKK", "5G", "40M", "HT", "1T", "62", "30", -+ "FCC", "5G", "40M", "HT", "1T", "102", "24", -+ "ETSI", "5G", "40M", "HT", "1T", "102", "30", -+ "MKK", "5G", "40M", "HT", "1T", "102", "30", -+ "FCC", "5G", "40M", "HT", "1T", "110", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "110", "30", -+ "MKK", "5G", "40M", "HT", "1T", "110", "30", -+ "FCC", "5G", "40M", "HT", "1T", "118", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "118", "30", -+ "MKK", "5G", "40M", "HT", "1T", "118", "30", -+ "FCC", "5G", "40M", "HT", "1T", "126", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "126", "30", -+ "MKK", "5G", "40M", "HT", "1T", "126", "30", -+ "FCC", "5G", "40M", "HT", "1T", "134", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "134", "30", -+ "MKK", "5G", "40M", "HT", "1T", "134", "30", -+ "FCC", "5G", "40M", "HT", "1T", "151", "28", -+ "ETSI", "5G", "40M", "HT", "1T", "151", "30", -+ "MKK", "5G", "40M", "HT", "1T", "151", "63", -+ "FCC", "5G", "40M", "HT", "1T", "159", "32", -+ "ETSI", "5G", "40M", "HT", "1T", "159", "30", -+ "MKK", "5G", "40M", "HT", "1T", "159", "63", -+ "FCC", "5G", "40M", "HT", "2T", "38", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "38", "30", -+ "MKK", "5G", "40M", "HT", "2T", "38", "30", -+ "FCC", "5G", "40M", "HT", "2T", "46", "28", -+ "ETSI", "5G", "40M", "HT", "2T", "46", "30", -+ "MKK", "5G", "40M", "HT", "2T", "46", "30", -+ "FCC", "5G", "40M", "HT", "2T", "54", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "54", "30", -+ "MKK", "5G", "40M", "HT", "2T", "54", "30", -+ "FCC", "5G", "40M", "HT", "2T", "62", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "62", "30", -+ "MKK", "5G", "40M", "HT", "2T", "62", "30", -+ "FCC", "5G", "40M", "HT", "2T", "102", "26", -+ "ETSI", "5G", "40M", "HT", "2T", "102", "30", -+ "MKK", "5G", "40M", "HT", "2T", "102", "30", -+ "FCC", "5G", "40M", "HT", "2T", "110", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "110", "30", -+ "MKK", "5G", "40M", "HT", "2T", "110", "30", -+ "FCC", "5G", "40M", "HT", "2T", "118", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "118", "30", -+ "MKK", "5G", "40M", "HT", "2T", "118", "30", -+ "FCC", "5G", "40M", "HT", "2T", "126", "32", -+ "ETSI", "5G", "40M", "HT", "2T", "126", "30", -+ "MKK", "5G", "40M", "HT", "2T", "126", "30", -+ "FCC", "5G", "40M", "HT", "2T", "134", "30", -+ "ETSI", "5G", "40M", "HT", "2T", "134", "30", -+ "MKK", "5G", "40M", "HT", "2T", "134", "30", -+ "FCC", "5G", "40M", "HT", "2T", "151", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "151", "30", -+ "MKK", "5G", "40M", "HT", "2T", "151", "63", -+ "FCC", "5G", "40M", "HT", "2T", "159", "34", -+ "ETSI", "5G", "40M", "HT", "2T", "159", "30", -+ "MKK", "5G", "40M", "HT", "2T", "159", "63", -+ "FCC", "5G", "80M", "VHT", "1T", "42", "22", -+ "ETSI", "5G", "80M", "VHT", "1T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "58", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "106", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "122", "20", -+ "ETSI", "5G", "80M", "VHT", "1T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "1T", "155", "28", -+ "ETSI", "5G", "80M", "VHT", "1T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "1T", "155", "63", -+ "FCC", "5G", "80M", "VHT", "2T", "42", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "42", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "42", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "58", "26", -+ "ETSI", "5G", "80M", "VHT", "2T", "58", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "58", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "106", "28", -+ "ETSI", "5G", "80M", "VHT", "2T", "106", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "106", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "122", "32", -+ "ETSI", "5G", "80M", "VHT", "2T", "122", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "122", "30", -+ "FCC", "5G", "80M", "VHT", "2T", "155", "34", -+ "ETSI", "5G", "80M", "VHT", "2T", "155", "30", -+ "MKK", "5G", "80M", "VHT", "2T", "155", "63" -+}; -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_8mm( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u4Byte i = 0; -+ u4Byte ArrayLen = sizeof(Array_MP_8821A_TXPWR_LMT_8821A_SAR_8mm)/sizeof(pu1Byte); -+ pu1Byte *Array = (pu1Byte *)Array_MP_8821A_TXPWR_LMT_8821A_SAR_8mm; -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ PlatformZeroMemory(pHalData->BufOfLinesPwrLmt, MAX_LINES_HWCONFIG_TXT*MAX_BYTES_LINE_HWCONFIG_TXT); -+ pHalData->nLinesReadPwrLmt = ArrayLen/7; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_8mm\n")); -+ -+ for (i = 0; i < ArrayLen; i += 7) { -+ pu1Byte regulation = Array[i]; -+ pu1Byte band = Array[i+1]; -+ pu1Byte bandwidth = Array[i+2]; -+ pu1Byte rate = Array[i+3]; -+ pu1Byte rfPath = Array[i+4]; -+ pu1Byte chnl = Array[i+5]; -+ pu1Byte val = Array[i+6]; -+ -+ odm_ConfigBB_TXPWR_LMT_8821A(pDM_Odm, regulation, band, bandwidth, rate, rfPath, chnl, val); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ rsprintf(pHalData->BufOfLinesPwrLmt[i/7], 100, "\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\",", -+ regulation, band, bandwidth, rate, rfPath, chnl, val); -+#endif -+ } -+ -+} -+ -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halhwimg8821a_rf.h 2017-06-07 23:07:21.030689307 +0300 -@@ -0,0 +1,139 @@ -+/****************************************************************************** -+* -+* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+* -+* This program is free software; you can redistribute it and/or modify it -+* under the terms of version 2 of the GNU General Public License as -+* published by the Free Software Foundation. -+* -+* This program is distributed in the hope that it will be useful, but WITHOUT -+* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+* more details. -+* -+* You should have received a copy of the GNU General Public License along with -+* this program; if not, write to the Free Software Foundation, Inc., -+* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+* -+* -+******************************************************************************/ -+ -+/*Image2HeaderVersion: 2.14*/ -+#if (RTL8821A_SUPPORT == 1) -+#ifndef __INC_MP_RF_HW_IMG_8821A_H -+#define __INC_MP_RF_HW_IMG_8821A_H -+ -+ -+/****************************************************************************** -+* RadioA.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_RadioA(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_RadioA(void); -+ -+/****************************************************************************** -+* TxPowerTrack_AP.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_AP(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TxPowerTrack_AP(void); -+ -+/****************************************************************************** -+* TxPowerTrack_PCIE.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_PCIE(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TxPowerTrack_PCIE(void); -+ -+/****************************************************************************** -+* TxPowerTrack_SDIO.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_SDIO(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TxPowerTrack_SDIO(void); -+ -+/****************************************************************************** -+* TxPowerTrack_USB.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TxPowerTrack_USB(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TxPowerTrack_USB(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_8811AU_FEM.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8811AU_FEM(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TXPWR_LMT_8811AU_FEM(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_8811AU_IPA.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8811AU_IPA(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TXPWR_LMT_8811AU_IPA(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TXPWR_LMT_8821A(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A_SAR_13dBm.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_13dBm(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TXPWR_LMT_8821A_SAR_13dBm(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A_SAR_5mm.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_5mm(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TXPWR_LMT_8821A_SAR_5mm(void); -+ -+/****************************************************************************** -+* TXPWR_LMT_8821A_SAR_8mm.TXT -+******************************************************************************/ -+ -+void -+ODM_ReadAndConfig_MP_8821A_TXPWR_LMT_8821A_SAR_8mm(/* TC: Test Chip, MP: MP Chip*/ -+ IN PDM_ODM_T pDM_Odm -+); -+u4Byte ODM_GetVersion_MP_8821A_TXPWR_LMT_8821A_SAR_8mm(void); -+ -+#endif -+#endif /* end of HWIMG_SUPPORT*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.c 2017-06-07 23:07:21.030689307 +0300 -@@ -0,0 +1,292 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+// 2010/04/25 MH Define the max tx power tracking tx agc power. -+#define ODM_TXPWRTRACK_MAX_IDX8821A 6 -+ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+ -+//3 ============================================================ -+//3 Tx Power Tracking -+//3 ============================================================ -+ -+VOID -+ODM_TxPwrTrackSetPwr8821A( -+ IN PVOID pDM_VOID, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ u1Byte PwrTrackingLimit = 26; //+1.0dB -+ u1Byte TxRate = 0xFF; -+ u1Byte Final_OFDM_Swing_Index = 0; -+ u1Byte Final_CCK_Swing_Index = 0; -+ u1Byte i = 0; -+ u4Byte finalBbSwingIdx[1]; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ if (pDM_Odm->mp_mode == TRUE) -+ { -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE )) -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ PMPT_CONTEXT pMptCtx = &(Adapter->MptCtx); -+ #elif (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ PMPT_CONTEXT pMptCtx = &(Adapter->mppriv.MptCtx); -+ #endif -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+#endif -+ } -+ else -+ { -+ u2Byte rate = *(pDM_Odm->pForcedDataRate); -+ -+ if(!rate) //auto rate -+ { -+ if(pDM_Odm->TxRate != 0xFF) -+ #if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ #elif (DM_ODM_SUPPORT_TYPE & (ODM_CE)) -+ TxRate = HwRateToMRate(pDM_Odm->TxRate); -+ #endif -+ } -+ else //force rate -+ { -+ TxRate = (u1Byte)rate; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("===>ODM_TxPwrTrackSetPwr8821A\n")); -+ -+ if(TxRate != 0xFF) -+ { -+ //2 CCK -+ if((TxRate >= MGN_1M)&&(TxRate <= MGN_11M)) -+ PwrTrackingLimit = 32; //+4dB -+ //2 OFDM -+ else if((TxRate >= MGN_6M)&&(TxRate <= MGN_48M)) -+ PwrTrackingLimit = 30; //+3dB -+ else if(TxRate == MGN_54M) -+ PwrTrackingLimit = 28; //+2dB -+ //2 HT -+ else if((TxRate >= MGN_MCS0)&&(TxRate <= MGN_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_MCS3)&&(TxRate <= MGN_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_MCS5)&&(TxRate <= MGN_MCS7)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ -+ //2 VHT -+ else if((TxRate >= MGN_VHT1SS_MCS0)&&(TxRate <= MGN_VHT1SS_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_VHT1SS_MCS3)&&(TxRate <= MGN_VHT1SS_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_VHT1SS_MCS5)&&(TxRate <= MGN_VHT1SS_MCS6)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ else if(TxRate == MGN_VHT1SS_MCS7) //64QAM -+ PwrTrackingLimit = 26; //+1dB -+ else if(TxRate == MGN_VHT1SS_MCS8) //256QAM -+ PwrTrackingLimit = 24; //+0dB -+ else if(TxRate == MGN_VHT1SS_MCS9) //256QAM -+ PwrTrackingLimit = 22; //-1dB -+ -+ else -+ PwrTrackingLimit = 24; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("TxRate=0x%x, PwrTrackingLimit=%d\n", TxRate, PwrTrackingLimit)); -+ -+ if (Method == BBSWING) -+ { -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ finalBbSwingIdx[ODM_RF_PATH_A] = (pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A] > PwrTrackingLimit) ? PwrTrackingLimit : pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A]; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A]=%d, pDM_Odm->RealBbSwingIdx[ODM_RF_PATH_A]=%d\n", -+ pDM_Odm->RFCalibrateInfo.OFDM_index[ODM_RF_PATH_A], finalBbSwingIdx[ODM_RF_PATH_A])); -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[finalBbSwingIdx[ODM_RF_PATH_A]]); -+ } -+ } -+ else if (Method == MIX_MODE) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("pRFCalibrateInfo->DefaultOfdmIndex=%d, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]=%d, RF_Path = %d\n", -+ pRFCalibrateInfo->DefaultOfdmIndex, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath], RFPath)); -+ -+ Final_CCK_Swing_Index = pRFCalibrateInfo->DefaultCckIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ Final_OFDM_Swing_Index = pRFCalibrateInfo->DefaultOfdmIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ if (Final_OFDM_Swing_Index > PwrTrackingLimit) /*BBSwing higher then Limit*/ -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx = Final_CCK_Swing_Index - PwrTrackingLimit; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index - PwrTrackingLimit; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[PwrTrackingLimit]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA = TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A Over BBSwing Limit , PwrTrackingLimit = %d , Remnant TxAGC Value = %d\n", PwrTrackingLimit, pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else if (Final_OFDM_Swing_Index <= 0) -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx = Final_CCK_Swing_Index; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[0]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA = TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A Lower then BBSwing lower bound 0 , Remnant TxAGC Value = %d\n", pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[Final_OFDM_Swing_Index]); -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A Compensate with BBSwing , Final_OFDM_Swing_Index = %d\n", Final_OFDM_Swing_Index)); -+ -+ if (pRFCalibrateInfo->Modify_TxAGC_Flag_PathA) /*If TxAGC has changed, reset TxAGC again*/ -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx = 0; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = 0; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA = FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("******Path_A pDM_Odm->Modify_TxAGC_Flag = FALSE\n")); -+ } -+ } -+ } -+ } -+ else -+ { -+ return; -+ } -+} // odm_TxPwrTrackSetPwr88E -+ -+VOID -+GetDeltaSwingTable_8821A( -+ IN PVOID pDM_VOID, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u2Byte rate = *(pDM_Odm->pForcedDataRate); -+ u1Byte channel = pHalData->CurrentChannel; -+ -+ -+ if ( 1 <= channel && channel <= 14) { -+ if (IS_CCK_RATE(rate)) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N; -+ } else { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N; -+ } -+ } else if ( 36 <= channel && channel <= 64) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[0]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[0]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[0]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[0]; -+ } else if ( 100 <= channel && channel <= 140) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[1]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[1]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[1]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[1]; -+ } else if ( 149 <= channel && channel <= 173) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[2]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[2]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[2]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[2]; -+ } else { -+ *TemperatureUP_A = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_A = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ *TemperatureUP_B = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_B = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ } -+ -+ return; -+} -+ -+void ConfigureTxpowerTrack_8821A( -+ PTXPWRTRACK_CFG pConfig -+ ) -+{ -+ pConfig->SwingTableSize_CCK = TXSCALE_TABLE_SIZE; -+ pConfig->SwingTableSize_OFDM = TXSCALE_TABLE_SIZE; -+ pConfig->Threshold_IQK = IQK_THRESHOLD; -+ pConfig->AverageThermalNum = AVG_THERMAL_NUM_8812A; -+ pConfig->RfPathCount = MAX_PATH_NUM_8821A; -+ pConfig->ThermalRegAddr = RF_T_METER_8812A; -+ -+ pConfig->ODM_TxPwrTrackSetPwr = ODM_TxPwrTrackSetPwr8821A; -+ pConfig->DoIQK = DoIQK_8821A; -+ pConfig->PHY_LCCalibrate = PHY_LCCalibrate_8821A; -+ pConfig->GetDeltaSwingTable = GetDeltaSwingTable_8821A; -+} -+ -+#define DP_BB_REG_NUM 7 -+#define DP_RF_REG_NUM 1 -+#define DP_RETRY_LIMIT 10 -+#define DP_PATH_NUM 2 -+#define DP_DPK_NUM 3 -+#define DP_DPK_VALUE_NUM 2 -+ -+VOID -+PHY_LCCalibrate_8821A( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u8Byte StartTime; -+ u8Byte ProgressingTime; -+ -+ StartTime = ODM_GetCurrentTime( pDM_Odm); -+ PHY_LCCalibrate_8812A(pDM_Odm); -+ ProgressingTime = ODM_GetProgressingTime( pDM_Odm, StartTime); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("LCK ProgressingTime = %lld\n", ProgressingTime)); -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_ce.h 2017-06-07 23:07:21.030689307 +0300 -@@ -0,0 +1,52 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PHY_RF_8821A_H__ -+#define __HAL_PHY_RF_8821A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+void ConfigureTxpowerTrack_8821A( -+ PTXPWRTRACK_CFG pConfig -+ ); -+ -+VOID -+ODM_TxPwrTrackSetPwr8821A( -+ IN PVOID pDM_VOID, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ); -+ -+VOID -+PHY_LCCalibrate_8821A( -+ IN PVOID pDM_VOID -+); -+ -+VOID -+GetDeltaSwingTable_8821A( -+ IN PVOID pDM_VOID, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+); -+#endif // #ifndef __HAL_PHY_RF_8821A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.c 2017-06-07 23:07:21.030689307 +0300 -@@ -0,0 +1,1103 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+// 2010/04/25 MH Define the max tx power tracking tx agc power. -+#define ODM_TXPWRTRACK_MAX_IDX8821A 6 -+ -+/*---------------------------Define Local Constant---------------------------*/ -+ -+ -+//3 ============================================================ -+//3 Tx Power Tracking -+//3 ============================================================ -+ -+ -+void setIqkMatrix_8821A( -+ PDM_ODM_T pDM_Odm, -+ u1Byte OFDM_index, -+ u1Byte RFPath, -+ s4Byte IqkResult_X, -+ s4Byte IqkResult_Y -+ ) -+{ -+ s4Byte ele_A=0, ele_D, ele_C=0, value32; -+ -+ ele_D = (OFDMSwingTable_New[OFDM_index] & 0xFFC00000)>>22; -+ -+ //new element A = element D x X -+ if((IqkResult_X != 0) && (*(pDM_Odm->pBandType) == ODM_BAND_2_4G)) -+ { -+ if ((IqkResult_X & 0x00000200) != 0) //consider minus -+ IqkResult_X = IqkResult_X | 0xFFFFFC00; -+ ele_A = ((IqkResult_X * ele_D)>>8)&0x000003FF; -+ -+ //new element C = element D x Y -+ if ((IqkResult_Y & 0x00000200) != 0) -+ IqkResult_Y = IqkResult_Y | 0xFFFFFC00; -+ ele_C = ((IqkResult_Y * ele_D)>>8)&0x000003FF; -+ -+ if (RFPath == ODM_RF_PATH_A) -+ switch (RFPath) -+ { -+ case ODM_RF_PATH_A: -+ //wirte new elements A, C, D to regC80 and regC94, element B is always 0 -+ value32 = (ele_D<<22)|((ele_C&0x3F)<<16)|ele_A; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XATxIQImbalance, bMaskDWord, value32); -+ -+ value32 = (ele_C&0x000003C0)>>6; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XCTxAFE, bMaskH4Bits, value32); -+ -+ value32 = ((IqkResult_X * ele_D)>>7)&0x01; -+ ODM_SetBBReg(pDM_Odm, rOFDM0_ECCAThreshold, BIT24, value32); -+ break; -+ default: -+ break; -+ } -+ } -+ else -+ { -+ switch (RFPath) -+ { -+ case ODM_RF_PATH_A: -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XATxIQImbalance, bMaskDWord, OFDMSwingTable_New[OFDM_index]); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_XCTxAFE, bMaskH4Bits, 0x00); -+ ODM_SetBBReg(pDM_Odm, rOFDM0_ECCAThreshold, BIT24, 0x00); -+ break; -+ -+ default: -+ break; -+ } -+ } -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("TxPwrTracking path B: X = 0x%x, Y = 0x%x ele_A = 0x%x ele_C = 0x%x ele_D = 0x%x 0xeb4 = 0x%x 0xebc = 0x%x\n", -+ (u4Byte)IqkResult_X, (u4Byte)IqkResult_Y, (u4Byte)ele_A, (u4Byte)ele_C, (u4Byte)ele_D, (u4Byte)IqkResult_X, (u4Byte)IqkResult_Y)); -+} -+ -+void DoIQK_8821A( -+ PDM_ODM_T pDM_Odm, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER Adapter = pDM_Odm->Adapter; -+#endif -+ -+ ODM_ResetIQKResult(pDM_Odm); -+ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK= ThermalValue; -+ PHY_IQCalibrate_8821A(Adapter, FALSE); -+} -+ -+ -+VOID -+ODM_TxPwrTrackSetPwr8821A( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ) -+{ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ u1Byte PwrTrackingLimit = 26; //+1.0dB -+ u1Byte TxRate = 0xFF; -+ u1Byte Final_OFDM_Swing_Index = 0; -+ u1Byte Final_CCK_Swing_Index = 0; -+ u4Byte finalBbSwingIdx[1]; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+#if (MP_DRIVER==1) -+ PMPT_CONTEXT pMptCtx = &(Adapter->MptCtx); -+ -+ TxRate = MptToMgntRate(pMptCtx->MptRateIndex); -+#else -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ -+ if(!pMgntInfo->ForcedDataRate) //auto rate -+ { -+ if(pDM_Odm->TxRate != 0xFF) -+ TxRate = Adapter->HalFunc.GetHwRateFromMRateHandler(pDM_Odm->TxRate); -+ } -+ else //force rate -+ { -+ TxRate = (u1Byte) pMgntInfo->ForcedDataRate; -+ } -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("===>ODM_TxPwrTrackSetPwr8821A\n")); -+ -+ if(TxRate != 0xFF) -+ { -+ //2 CCK -+ if((TxRate >= MGN_1M)&&(TxRate <= MGN_11M)) -+ PwrTrackingLimit = 32; //+4dB -+ //2 OFDM -+ else if((TxRate >= MGN_6M)&&(TxRate <= MGN_48M)) -+ PwrTrackingLimit = 30; //+3dB -+ else if(TxRate == MGN_54M) -+ PwrTrackingLimit = 28; //+2dB -+ //2 HT -+ else if((TxRate >= MGN_MCS0)&&(TxRate <= MGN_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_MCS3)&&(TxRate <= MGN_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_MCS5)&&(TxRate <= MGN_MCS7)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ -+ //2 VHT -+ else if((TxRate >= MGN_VHT1SS_MCS0)&&(TxRate <= MGN_VHT1SS_MCS2)) //QPSK/BPSK -+ PwrTrackingLimit = 34; //+5dB -+ else if((TxRate >= MGN_VHT1SS_MCS3)&&(TxRate <= MGN_VHT1SS_MCS4)) //16QAM -+ PwrTrackingLimit = 30; //+3dB -+ else if((TxRate >= MGN_VHT1SS_MCS5)&&(TxRate <= MGN_VHT1SS_MCS6)) //64QAM -+ PwrTrackingLimit = 28; //+2dB -+ else if(TxRate == MGN_VHT1SS_MCS7) //64QAM -+ PwrTrackingLimit = 26; //+1dB -+ else if(TxRate == MGN_VHT1SS_MCS8) //256QAM -+ PwrTrackingLimit = 24; //+0dB -+ else if(TxRate == MGN_VHT1SS_MCS9) //256QAM -+ PwrTrackingLimit = 22; //-1dB -+ -+ else -+ PwrTrackingLimit = 24; -+ } -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("TxRate=0x%x, PwrTrackingLimit=%d\n", TxRate, PwrTrackingLimit)); -+ -+ if (Method == BBSWING) -+ { -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ finalBbSwingIdx[ODM_RF_PATH_A] = (pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A] > PwrTrackingLimit) ? PwrTrackingLimit : pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A]; -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A]=%d, pDM_Odm->RealBbSwingIdx[ODM_RF_PATH_A]=%d\n", -+ pRFCalibrateInfo->OFDM_index[ODM_RF_PATH_A], finalBbSwingIdx[ODM_RF_PATH_A])); -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[finalBbSwingIdx[ODM_RF_PATH_A]]); -+ } -+ } -+ else if (Method == MIX_MODE) -+ { -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("pRFCalibrateInfo->DefaultOfdmIndex=%d, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]=%d, RF_Path = %d\n", -+ pRFCalibrateInfo->DefaultOfdmIndex, pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath],RFPath )); -+ -+ Final_CCK_Swing_Index = pRFCalibrateInfo->DefaultCckIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ Final_OFDM_Swing_Index = pRFCalibrateInfo->DefaultOfdmIndex + pRFCalibrateInfo->Absolute_OFDMSwingIdx[RFPath]; -+ -+ if (RFPath == ODM_RF_PATH_A) -+ { -+ if(Final_OFDM_Swing_Index > PwrTrackingLimit) //BBSwing higher then Limit -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx= Final_CCK_Swing_Index - PwrTrackingLimit; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index - PwrTrackingLimit; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[PwrTrackingLimit]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA= TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A Over BBSwing Limit , PwrTrackingLimit = %d , Remnant TxAGC Value = %d \n", PwrTrackingLimit, pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else if (Final_OFDM_Swing_Index < 0) -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx= Final_CCK_Swing_Index; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = Final_OFDM_Swing_Index; -+ -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[0]); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA= TRUE; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A Lower then BBSwing lower bound 0 , Remnant TxAGC Value = %d \n", pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath])); -+ } -+ else -+ { -+ ODM_SetBBReg(pDM_Odm, rA_TxScale_Jaguar, 0xFFE00000, TxScalingTable_Jaguar[Final_OFDM_Swing_Index]); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A Compensate with BBSwing , Final_OFDM_Swing_Index = %d \n", Final_OFDM_Swing_Index)); -+ -+ if(pRFCalibrateInfo->Modify_TxAGC_Flag_PathA) //If TxAGC has changed, reset TxAGC again -+ { -+ pRFCalibrateInfo->Remnant_CCKSwingIdx= 0; -+ pRFCalibrateInfo->Remnant_OFDMSwingIdx[RFPath] = 0; -+ -+ PHY_SetTxPowerLevelByPath(Adapter, pHalData->CurrentChannel, ODM_RF_PATH_A); -+ -+ pRFCalibrateInfo->Modify_TxAGC_Flag_PathA= FALSE; -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD,("******Path_A pDM_Odm->Modify_TxAGC_Flag = FALSE \n")); -+ } -+ } -+ } -+ } -+ else -+ { -+ return; -+ } -+} // odm_TxPwrTrackSetPwr88E -+ -+VOID -+GetDeltaSwingTable_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+ ) -+{ -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u2Byte rate = *(pDM_Odm->pForcedDataRate); -+ u1Byte channel = pHalData->CurrentChannel; -+ -+ -+ if ( 1 <= channel && channel <= 14) { -+ if (IS_CCK_RATE(rate)) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GCCKB_N; -+ } else { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_P; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_2GA_N; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_P; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_2GB_N; -+ } -+ } else if ( 36 <= channel && channel <= 64) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[0]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[0]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[0]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[0]; -+ } else if ( 100 <= channel && channel <= 140) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[1]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[1]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[1]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[1]; -+ } else if ( 149 <= channel && channel <= 173) { -+ *TemperatureUP_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_P[2]; -+ *TemperatureDOWN_A = pRFCalibrateInfo->DeltaSwingTableIdx_5GA_N[2]; -+ *TemperatureUP_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_P[2]; -+ *TemperatureDOWN_B = pRFCalibrateInfo->DeltaSwingTableIdx_5GB_N[2]; -+ } else { -+ *TemperatureUP_A = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_A = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ *TemperatureUP_B = (pu1Byte)DeltaSwingTableIdx_2GA_P_8188E; -+ *TemperatureDOWN_B = (pu1Byte)DeltaSwingTableIdx_2GA_N_8188E; -+ } -+ -+ return; -+} -+ -+void ConfigureTxpowerTrack_8821A( -+ PTXPWRTRACK_CFG pConfig -+ ) -+{ -+ pConfig->SwingTableSize_CCK = TXSCALE_TABLE_SIZE; -+ pConfig->SwingTableSize_OFDM = TXSCALE_TABLE_SIZE; -+ pConfig->Threshold_IQK = IQK_THRESHOLD; -+ pConfig->AverageThermalNum = AVG_THERMAL_NUM_8812A; -+ pConfig->RfPathCount = MAX_PATH_NUM_8821A; -+ pConfig->ThermalRegAddr = RF_T_METER_8812A; -+ -+ pConfig->ODM_TxPwrTrackSetPwr = ODM_TxPwrTrackSetPwr8821A; -+ pConfig->DoIQK = DoIQK_8821A; -+ pConfig->PHY_LCCalibrate = PHY_LCCalibrate_8821A; -+ pConfig->GetDeltaSwingTable = GetDeltaSwingTable_8821A; -+} -+ -+//1 7. IQK -+#define MAX_TOLERANCE 5 -+#define IQK_DELAY_TIME 1 //ms -+ -+void _IQK_RX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int RX_X, -+ IN unsigned int RX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, RX_Y>>1); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1, RX_Y>>1)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xc10 = %x ====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xc10))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_TX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int TX_X, -+ IN unsigned int TX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X, TX_Y)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xcd4 = %x;;0xccc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xcd4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xccc, 0x000007ff))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_BackupMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupMacBB Success!!!!\n")); -+} -+void _IQK_BackupRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte RFA_backup, -+ IN pu4Byte RFB_backup, -+ IN pu4Byte Backup_RF_REG, -+ IN u4Byte RF_NUM -+ ) -+{ -+ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save RF Parameters -+ for (i = 0; i < RF_NUM; i++){ -+ RFA_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG[i], bMaskDWord); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupRF Success!!!!\n")); -+} -+void _IQK_BackupAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ AFE_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_AFE_REG[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupAFE Success!!!!\n")); -+} -+void _IQK_RestoreMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload MacBB Parameters -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreMacBB Success!!!!\n")); -+} -+void _IQK_RestoreRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN pu4Byte Backup_RF_REG, -+ IN pu4Byte RF_backup, -+ IN u4Byte RF_REG_NUM -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ for (i = 0; i < RF_REG_NUM; i++) -+ ODM_SetRFReg(pDM_Odm, Path, Backup_RF_REG[i], bRFRegOffsetMask, RF_backup[i]); -+ -+ switch(Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path A Success!!!!\n")); -+ } -+ break; -+ default: -+ break; -+ } -+} -+void _IQK_RestoreAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_AFE_REG[i], AFE_backup[i]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreAFE Success!!!!\n")); -+} -+ -+ -+void _IQK_ConfigureMAC_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ // ========MAC register setting======== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x3f); -+ ODM_SetBBReg(pDM_Odm, 0x550, BIT(11)|BIT(3), 0x0); -+ ODM_Write1Byte(pDM_Odm, 0x808, 0x00); // RX ante off -+ ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off -+ ODM_Write1Byte(pDM_Odm, 0xa07, 0xf); // CCK RX Path off -+} -+ -+#define cal_num 3 -+ -+void _IQK_Tx_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path -+ ) -+{ -+ u4Byte TX_fail, RX_fail, delay_count, IQK_ready, cal_retry, cal = 0; -+ int TX_X = 0, TX_Y = 0, RX_X = 0, RX_Y = 0, TX_Average = 0, RX_Average = 0, RXIQK_Loop = 0, RX_X_temp = 0, RX_Y_temp = 0; -+ int TX_X0[cal_num], TX_Y0[cal_num], RX_X0[2][cal_num], RX_Y0[2][cal_num]; -+ BOOLEAN TX0IQKOK = FALSE, RX0IQKOK = FALSE; -+ int i, ii, dx = 0, dy = 0, TX_finish = 0, RX_finish1 = 0, RX_finish2 = 0; -+ -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BandWidth = %d, SupportInterface = %d, ExtPA = %d, ExtPA5G = %d\n", *pDM_Odm->pBandWidth, pDM_Odm->SupportInterface, pDM_Odm->ExtPA, pDM_Odm->ExtPA5G)); -+ -+ while (cal < cal_num){ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ //Path-A LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // ========Path-A AFE all on======== -+ // Port 0 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ -+ ODM_SetBBReg(pDM_Odm, 0xc00, 0xf, 0x4);// hardware 3-wire off -+ -+ // LOK Setting -+ //====== LOK ====== -+ // 1. DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xc5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ -+ // 2. LoK RF Setting (at BW = 20M) -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x3); // BW 20M -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f4); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x68163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28163e96); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, Path, 0x8, 0xffc00)); // Load LOK -+ switch (*pDM_Odm->pBandWidth) -+ { -+ case 1: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x1); -+ } -+ break; -+ case 2: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x0); -+ } -+ break; -+ default: -+ break; -+ -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ // 3. TX RF Setting -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x40163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x00163e96); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready) || (delay_count>20)) { -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ TX_X0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ TX_Y0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ -+ -+ if (TX0IQKOK == FALSE) -+ break; // TXK fail, Don't do RXK -+ -+ //====== RX IQK ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // 1. RX RF Setting -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0002f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfffbb); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d8); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_X0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_Y0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x02140119); -+ -+ if (pDM_Odm->SupportInterface == 1){ -+ RXIQK_Loop = 2; // for 2% fail; -+ } -+ else{ -+ RXIQK_Loop = 1; -+ } -+ for(i = 0; i < RXIQK_Loop; i++){ -+ if (pDM_Odm->SupportInterface == 1) -+ if(i == 0) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161100); //Good -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ if (RX_fail == 0){ -+ /* -+ DbgPrint("====== RXIQK (%d) ======", i); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ RX_X0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ RX_Y0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ RX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0x0>>1); -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ -+ } -+ } -+ else{ -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ } -+ -+ if (TX0IQKOK) -+ TX_Average++; -+ if (RX0IQKOK) -+ RX_Average++; -+ } -+ break; -+ default: -+ break; -+ } -+ cal++; -+ } -+ // FillIQK Result -+ switch (Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_A =======\n")); -+ if (TX_Average == 0) -+ break; -+ -+ for (i = 0; i < TX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X0[%d] = %x ;; TX_Y0[%d] = %x\n", i, (TX_X0[i])>>21&0x000007ff, i, (TX_Y0[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < TX_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_X0[ii]>>21); -+ if (dx < 3 && dx > -3){ -+ dy = (TX_Y0[i]>>21) - (TX_Y0[ii]>>21); -+ if (dy < 3 && dy > -3){ -+ TX_X = ((TX_X0[i]>>21) + (TX_X0[ii]>>21))/2; -+ TX_Y = ((TX_Y0[i]>>21) + (TX_Y0[ii]>>21))/2; -+ TX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (TX_finish == 1) -+ break; -+ } -+ -+ if (TX_finish == 1){ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, TX_X, TX_Y); -+ } -+ else{ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ -+ if (RX_Average == 0) -+ break; -+ -+ for (i = 0; i < RX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[0][%d] = %x ;; RX_Y0[0][%d] = %x\n", i, (RX_X0[0][i])>>21&0x000007ff, i, (RX_Y0[0][i])>>21&0x000007ff)); -+ if (RXIQK_Loop == 2) -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[1][%d] = %x ;; RX_Y0[1][%d] = %x\n", i, (RX_X0[1][i])>>21&0x000007ff, i, (RX_Y0[1][i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[0][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[0][i]>>21) - (RX_Y0[0][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X_temp = ((RX_X0[0][i]>>21) + (RX_X0[0][ii]>>21))/2; -+ RX_Y_temp = ((RX_Y0[0][i]>>21) + (RX_Y0[0][ii]>>21))/2; -+ RX_finish1 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish1 == 1){ -+ RX_X = RX_X_temp; -+ RX_Y = RX_Y_temp; -+ break; -+ } -+ } -+ if(RXIQK_Loop == 2){ -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[1][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[1][i]>>21) - (RX_Y0[1][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X = ((RX_X0[1][i]>>21) + (RX_X0[1][ii]>>21))/2; -+ RX_Y = ((RX_Y0[1][i]>>21) + (RX_Y0[1][ii]>>21))/2; -+ RX_finish2 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish2 == 1) -+ break; -+ } -+ if(RX_finish1 && RX_finish2){ -+ RX_X = (RX_X+RX_X_temp)/2; -+ RX_Y = (RX_Y+RX_Y_temp)/2; -+ } -+ } -+ if (RX_finish1 || RX_finish1){ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, RX_X, RX_Y); -+ } -+ else{ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+#define MACBB_REG_NUM 8 -+#define AFE_REG_NUM 4 -+#define RF_REG_NUM 3 -+ -+VOID -+phy_IQCalibrate_By_FW_8821A( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u1Byte IQKcmd[3] = {pHalData->CurrentChannel, 0x0, 0x0}; -+ u1Byte Buf1 = 0x0; -+ u1Byte Buf2 = 0x0; -+ -+//Byte 2, Bit 4 ~ Bit 5 : BandType -+ if(pHalData->CurrentBandType) -+ Buf1 = 0x2<<4; -+ else -+ Buf1 = 0x1<<4; -+ -+//Byte 2, Bit 0 ~ Bit 3 : Bandwidth -+ if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_20) -+ Buf2 = 0x1; -+ else if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) -+ Buf2 = 0x1<<1; -+ else if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_80) -+ Buf2 = 0x1<<2; -+ else -+ Buf2 = 0x1<<3; -+ -+ IQKcmd[1] = Buf1 | Buf2; -+ IQKcmd[2] = pHalData->ExternalPA_5G | pHalData->ExternalLNA_5G<<1; -+ -+ -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK Start ==\n")); -+ pHalData->IQK_StartTimer = 0; -+ pHalData->IQK_StartTimer = PlatformGetCurrentTime(); -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== StartTime: %u\n", pHalData->IQK_StartTimer)); -+ -+#if(H2C_USE_IO_THREAD == 1) -+ FW8821A_FillH2cCommand(pAdapter, 0x45, 3, IQKcmd); -+#else -+ FillH2CCommand8821A(pAdapter, 0x45, 3, IQKcmd); -+#endif -+ -+} -+ -+VOID -+phy_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte MACBB_backup[MACBB_REG_NUM], AFE_backup[AFE_REG_NUM], RFA_backup[RF_REG_NUM], RFB_backup[RF_REG_NUM]; -+ u4Byte Backup_MACBB_REG[MACBB_REG_NUM] = {0x520, 0x550, 0x808, 0xa04, 0x90c, 0xc00, 0x838, 0x82c}; -+ u4Byte Backup_AFE_REG[AFE_REG_NUM] = {0xc5c, 0xc60, 0xc64, 0xc68}; -+ u4Byte Backup_RF_REG[RF_REG_NUM] = {0x65, 0x8f, 0x0}; -+ -+ _IQK_BackupMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ _IQK_BackupAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ _IQK_BackupRF_8821A(pDM_Odm, RFA_backup, RFB_backup, Backup_RF_REG, RF_REG_NUM); -+ -+ _IQK_ConfigureMAC_8821A(pDM_Odm); -+ _IQK_Tx_8821A(pDM_Odm, ODM_RF_PATH_A); -+ _IQK_RestoreRF_8821A(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG, RFA_backup, RF_REG_NUM); -+ -+ _IQK_RestoreAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM); -+ _IQK_RestoreMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM); -+ -+ //_IQK_Exit_8821A(pDM_Odm); -+ //_IQK_TX_CheckResult_8821A -+ -+} -+ -+ -+ -+ -+#define DP_BB_REG_NUM 7 -+#define DP_RF_REG_NUM 1 -+#define DP_RETRY_LIMIT 10 -+#define DP_PATH_NUM 2 -+#define DP_DPK_NUM 3 -+#define DP_DPK_VALUE_NUM 2 -+ -+ -+VOID -+PHY_ResetIQKResult_8821A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+} -+ -+ -+VOID -+PHY_IQCalibrate_8821A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+ ) -+{ -+ u4Byte counter = 0; -+ PMGNT_INFO pMgntInfo = &(pAdapter->MgntInfo); -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ #else // (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ #endif -+#endif -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+#if (MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ #endif -+#endif//(MP_DRIVER == 1) -+ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE) ) -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+#endif -+ -+#if MP_DRIVER == 1 -+ if( ! (pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) ) -+#endif -+ { -+ //3 == FW IQK == -+ if(pMgntInfo->RegIQKFWOffload) -+ { -+ if ( ! pRFCalibrateInfo->bIQKInProgress) -+ { -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = TRUE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ -+ phy_IQCalibrate_By_FW_8821A(pAdapter); -+ } -+ else -+ { -+ for(counter = 0; counter < 10; counter++){ -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK IN PROGRESS == #%d\n", counter)); -+ delay_ms(50); -+ if ( ! pRFCalibrateInfo->bIQKInProgress) -+ { -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK RETURN FROM WAITING ==\n")); -+ break; -+ } -+ } -+ -+ if (pRFCalibrateInfo->bIQKInProgress) -+ { -+ RT_TRACE(COMP_MP, DBG_LOUD, ("== FW IQK TIMEOUT (Still in progress after 500ms) ==\n")); -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = FALSE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ } -+ else -+ { -+ PlatformAcquireSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = TRUE; -+ PlatformReleaseSpinLock(pAdapter, RT_IQK_SPINLOCK); -+ phy_IQCalibrate_By_FW_8821A(pAdapter); -+ } -+ -+ -+ } -+ } -+ //3 == Driver IQK == -+ else { -+ if ( ! pRFCalibrateInfo->bIQKInProgress) { -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = TRUE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ -+ phy_IQCalibrate_8821A(pDM_Odm); -+ -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pRFCalibrateInfo->bIQKInProgress = FALSE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ } -+ } -+ } -+} -+ -+ -+VOID -+PHY_LCCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ PHY_LCCalibrate_8812A(pDM_Odm); -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/halphyrf_8821a_win.h 2017-06-07 23:07:21.030689307 +0300 -@@ -0,0 +1,72 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PHY_RF_8821A_H__ -+#define __HAL_PHY_RF_8821A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define IQK_DELAY_TIME_8821A 10 //ms -+#define index_mapping_NUM_8821A 15 -+#define AVG_THERMAL_NUM_8821A 4 -+#define RF_T_METER_8821A 0x42 -+ -+ -+void ConfigureTxpowerTrack_8821A( -+ PTXPWRTRACK_CFG pConfig -+ ); -+ -+void DoIQK_8821A( -+ PDM_ODM_T pDM_Odm, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ); -+ -+VOID -+ODM_TxPwrTrackSetPwr8821A( -+ PDM_ODM_T pDM_Odm, -+ PWRTRACK_METHOD Method, -+ u1Byte RFPath, -+ u1Byte ChannelMappedIndex -+ ); -+ -+//1 7. IQK -+ -+void -+PHY_IQCalibrate_8821A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bReCovery -+); -+ -+VOID -+PHY_LCCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+); -+ -+VOID -+GetDeltaSwingTable_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ OUT pu1Byte *TemperatureUP_A, -+ OUT pu1Byte *TemperatureDOWN_A, -+ OUT pu1Byte *TemperatureUP_B, -+ OUT pu1Byte *TemperatureDOWN_B -+); -+#endif // #ifndef __HAL_PHY_RF_8821A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/mp_precomp.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/mp_precomp.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/mp_precomp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/mp_precomp.h 2017-06-07 23:07:21.030689307 +0300 -@@ -0,0 +1,24 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//#include -+//#include "phydm_precomp.h" -+//#include "../phydm_precomp.h" -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,875 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+#define cal_num_8821A 3 -+#define MACBB_REG_NUM_8821A 8 -+#define AFE_REG_NUM_8821A 4 -+#define RF_REG_NUM_8821A 3 -+/*---------------------------Define Local Constant---------------------------*/ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+void DoIQK_8821A( -+ PDM_ODM_T pDM_Odm, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ) -+{ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK= ThermalValue; -+ PHY_IQCalibrate_8821A(pDM_Odm, FALSE); -+} -+#endif -+void _IQK_RX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int RX_X, -+ IN unsigned int RX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, (RX_Y>>1) & 0x000003ff); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1, RX_Y>>1)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xc10 = %x ====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xc10))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_TX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int TX_X, -+ IN unsigned int TX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X, TX_Y)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xcd4 = %x;;0xccc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xcd4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xccc, 0x000007ff))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_BackupMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupMacBB Success!!!!\n")); -+} -+ -+void _IQK_BackupRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte RFA_backup, -+ IN pu4Byte RFB_backup, -+ IN pu4Byte Backup_RF_REG, -+ IN u4Byte RF_NUM -+ ) -+{ -+ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save RF Parameters -+ for (i = 0; i < RF_NUM; i++){ -+ RFA_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG[i], bMaskDWord); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupRF Success!!!!\n")); -+} -+ -+void _IQK_BackupAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ AFE_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_AFE_REG[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupAFE Success!!!!\n")); -+} -+ -+void _IQK_RestoreMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload MacBB Parameters -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreMacBB Success!!!!\n")); -+} -+ -+void _IQK_RestoreRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN pu4Byte Backup_RF_REG, -+ IN pu4Byte RF_backup, -+ IN u4Byte RF_REG_NUM -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ for (i = 0; i < RF_REG_NUM; i++) -+ ODM_SetRFReg(pDM_Odm, Path, Backup_RF_REG[i], bRFRegOffsetMask, RF_backup[i]); -+ -+ switch(Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path A Success!!!!\n")); -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+void _IQK_RestoreAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_AFE_REG[i], AFE_backup[i]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreAFE Success!!!!\n")); -+} -+ -+void _IQK_ConfigureMAC_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ // ========MAC register setting======== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x3f); -+ ODM_SetBBReg(pDM_Odm, 0x550, BIT(11)|BIT(3), 0x0); -+ ODM_Write1Byte(pDM_Odm, 0x808, 0x00); // RX ante off -+ ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off -+ ODM_Write1Byte(pDM_Odm, 0xa07, 0xf); // CCK RX Path off -+} -+ -+void _IQK_Tx_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path -+ ) -+{ -+ u4Byte TX_fail, RX_fail, delay_count, IQK_ready, cal_retry, cal = 0; -+ int TX_X = 0, TX_Y = 0, RX_X = 0, RX_Y = 0, TX_Average = 0, RX_Average = 0, RXIQK_Loop = 0, RX_X_temp = 0, RX_Y_temp = 0; -+ int TX_X0[cal_num_8821A], TX_Y0[cal_num_8821A], RX_X0[2][cal_num_8821A], RX_Y0[2][cal_num_8821A]; -+ BOOLEAN TX0IQKOK = FALSE, RX0IQKOK = FALSE; -+ BOOLEAN VDF_enable = FALSE; -+ int i, k, VDF_Y[3], VDF_X[3], Tx_dt[3], ii, dx = 0, dy = 0, TX_finish = 0, RX_finish1 = 0, RX_finish2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BandWidth = %d, SupportInterface = %d, ExtPA = %d, ExtPA5G = %d\n", *pDM_Odm->pBandWidth, pDM_Odm->SupportInterface, pDM_Odm->ExtPA, pDM_Odm->ExtPA5G)); -+ if (*pDM_Odm->pBandWidth == 2){ -+ VDF_enable = TRUE; -+ } -+ -+ while (cal < cal_num_8821A){ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ //Path-A LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // ========Path-A AFE all on======== -+ // Port 0 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ -+ ODM_SetBBReg(pDM_Odm, 0xc00, 0xf, 0x4);// hardware 3-wire off -+ -+ // LOK Setting -+ //====== LOK ====== -+ // 1. DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xc5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ -+ // 2. LoK RF Setting (at BW = 20M) -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x3); // BW 20M -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f4); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x68163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28163e96); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, Path, 0x8, 0xffc00)); // Load LOK -+ switch (*pDM_Odm->pBandWidth) -+ { -+ case 1: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x1); -+ } -+ break; -+ case 2: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x0); -+ } -+ break; -+ default: -+ break; -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ // 3. TX RF Setting -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x40163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x00163e96); -+ -+ if (VDF_enable == 1){ -+ for (k = 0;k <= 2; k++){ -+ switch (k){ -+ case 0: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); -+ } -+ break; -+ case 1: -+ { -+ ODM_SetBBReg(pDM_Odm, 0xc80, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xc84, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); -+ } -+ break; -+ case 2: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_Y[1] = %x;;;VDF_Y[0] = %x\n", VDF_Y[1]>>21 & 0x00007ff, VDF_Y[0]>>21 & 0x00007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_X[1] = %x;;;VDF_X[0] = %x\n", VDF_X[1]>>21 & 0x00007ff, VDF_X[0]>>21 & 0x00007ff)); -+ Tx_dt[cal] = (VDF_Y[1]>>20)-(VDF_Y[0]>>20); -+ Tx_dt[cal] = ((16*Tx_dt[cal])*10000/15708); -+ Tx_dt[cal] = (Tx_dt[cal] >> 1 )+(Tx_dt[cal] & BIT(0)); -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c20);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c20);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xce8, 0x3fff0000, Tx_dt[cal] & 0x00003fff); -+ } -+ break; -+ } -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready) || (delay_count>20)){ -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ VDF_X[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ VDF_Y[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ } -+ if (k == 3){ -+ TX_X0[cal] = VDF_X[k-1] ; -+ TX_Y0[cal] = VDF_Y[k-1]; -+ } -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready) || (delay_count>20)) { -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ TX_X0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ TX_Y0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ } -+ -+ if (TX0IQKOK == FALSE) -+ break; // TXK fail, Don't do RXK -+ -+ //====== RX IQK ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // 1. RX RF Setting -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0002f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfffbb); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d8); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_X0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_Y0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x02140119); -+ -+ if (pDM_Odm->SupportInterface == 1){ -+ RXIQK_Loop = 2; // for 2% fail; -+ } -+ else{ -+ RXIQK_Loop = 1; -+ } -+ for(i = 0; i < RXIQK_Loop; i++){ -+ if (pDM_Odm->SupportInterface == 1) -+ if(i == 0) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161100); //Good -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ if (RX_fail == 0){ -+ /* -+ DbgPrint("====== RXIQK (%d) ======", i); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ RX_X0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ RX_Y0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ RX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0x0>>1); -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ -+ } -+ } -+ else{ -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ } -+ -+ if (TX0IQKOK) -+ TX_Average++; -+ if (RX0IQKOK) -+ RX_Average++; -+ } -+ break; -+ default: -+ break; -+ } -+ cal++; -+ } -+ // FillIQK Result -+ switch (Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_A =======\n")); -+ if (TX_Average == 0) -+ break; -+ -+ for (i = 0; i < TX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X0[%d] = %x ;; TX_Y0[%d] = %x\n", i, (TX_X0[i])>>21&0x000007ff, i, (TX_Y0[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < TX_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_X0[ii]>>21); -+ if (dx < 3 && dx > -3){ -+ dy = (TX_Y0[i]>>21) - (TX_Y0[ii]>>21); -+ if (dy < 3 && dy > -3){ -+ TX_X = ((TX_X0[i]>>21) + (TX_X0[ii]>>21))/2; -+ TX_Y = ((TX_Y0[i]>>21) + (TX_Y0[ii]>>21))/2; -+ TX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (TX_finish == 1) -+ break; -+ } -+ -+ if (TX_finish == 1){ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, TX_X, TX_Y); -+ } -+ else{ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ -+ if (RX_Average == 0) -+ break; -+ -+ for (i = 0; i < RX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[0][%d] = %x ;; RX_Y0[0][%d] = %x\n", i, (RX_X0[0][i])>>21&0x000007ff, i, (RX_Y0[0][i])>>21&0x000007ff)); -+ if (RXIQK_Loop == 2) -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[1][%d] = %x ;; RX_Y0[1][%d] = %x\n", i, (RX_X0[1][i])>>21&0x000007ff, i, (RX_Y0[1][i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[0][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[0][i]>>21) - (RX_Y0[0][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X_temp = ((RX_X0[0][i]>>21) + (RX_X0[0][ii]>>21))/2; -+ RX_Y_temp = ((RX_Y0[0][i]>>21) + (RX_Y0[0][ii]>>21))/2; -+ RX_finish1 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish1 == 1){ -+ RX_X = RX_X_temp; -+ RX_Y = RX_Y_temp; -+ break; -+ } -+ } -+ if(RXIQK_Loop == 2){ -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[1][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[1][i]>>21) - (RX_Y0[1][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X = ((RX_X0[1][i]>>21) + (RX_X0[1][ii]>>21))/2; -+ RX_Y = ((RX_Y0[1][i]>>21) + (RX_Y0[1][ii]>>21))/2; -+ RX_finish2 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish2 == 1) -+ break; -+ } -+ if(RX_finish1 && RX_finish2){ -+ RX_X = (RX_X+RX_X_temp)/2; -+ RX_Y = (RX_Y+RX_Y_temp)/2; -+ } -+ } -+ if (RX_finish1 || RX_finish2){ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, RX_X, RX_Y); -+ } -+ else{ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+VOID -+phy_IQCalibrate_By_FW_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ -+ u1Byte IQKcmd[3] = {*pDM_Odm->pChannel, 0x0, 0x0}; -+ u1Byte Buf1 = 0x0; -+ u1Byte Buf2 = 0x0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("pChannel: %d \n", *pDM_Odm->pChannel)); -+ -+ -+//Byte 2, Bit 4 ~ Bit 5 : BandType -+ if(*pDM_Odm->pBandType) -+ Buf1 = 0x2<<4; -+ else -+ Buf1 = 0x1<<4; -+ -+//Byte 2, Bit 0 ~ Bit 3 : Bandwidth -+ if(*pDM_Odm->pBandWidth == ODM_BW20M) -+ Buf2 = 0x1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW40M) -+ Buf2 = 0x1<<1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW80M) -+ Buf2 = 0x1<<2; -+ else -+ Buf2 = 0x1<<3; -+ -+ IQKcmd[1] = Buf1 | Buf2; -+ IQKcmd[2] = pDM_Odm->ExtPA5G | pDM_Odm->ExtLNA5G<<1; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK Start ==\n")); -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = 0; -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = ODM_GetCurrentTime( pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== StartTime: %lld\n", pDM_Odm->RFCalibrateInfo.IQK_StartTime)); -+ ODM_FillH2CCmd(pDM_Odm, 0x45, 3, IQKcmd); -+ -+ -+} -+#endif -+ -+VOID -+phy_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte MACBB_backup[MACBB_REG_NUM_8821A], AFE_backup[AFE_REG_NUM_8821A], RFA_backup[RF_REG_NUM_8821A], RFB_backup[RF_REG_NUM_8821A]; -+ u4Byte Backup_MACBB_REG[MACBB_REG_NUM_8821A] = {0x520, 0x550, 0x808, 0xa04, 0x90c, 0xc00, 0x838, 0x82c}; -+ u4Byte Backup_AFE_REG[AFE_REG_NUM_8821A] = {0xc5c, 0xc60, 0xc64, 0xc68}; -+ u4Byte Backup_RF_REG[RF_REG_NUM_8821A] = {0x65, 0x8f, 0x0}; -+ -+ _IQK_BackupMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM_8821A); -+ _IQK_BackupAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM_8821A); -+ _IQK_BackupRF_8821A(pDM_Odm, RFA_backup, RFB_backup, Backup_RF_REG, RF_REG_NUM_8821A); -+ -+ _IQK_ConfigureMAC_8821A(pDM_Odm); -+ _IQK_Tx_8821A(pDM_Odm, ODM_RF_PATH_A); -+ -+ _IQK_RestoreRF_8821A(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG, RFA_backup, RF_REG_NUM_8821A); -+ _IQK_RestoreAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM_8821A); -+ _IQK_RestoreMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM_8821A); -+} -+ -+VOID -+PHY_ResetIQKResult_8821A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+} -+ -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+VOID -+PHY_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN bReCovery -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ u4Byte counter = 0; -+ #endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN ) -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+#endif -+ -+ if (pDM_Odm->mp_mode){ //(MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ if( pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) -+ return; -+ #endif -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ if( pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) -+ return; -+ #endif -+ -+ } -+ -+ -+ //3 == FW IQK == -+ if(pDM_Odm->IQKFWOffload) -+ { -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = TRUE; -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ phy_IQCalibrate_By_FW_8821A(pDM_Odm); -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ for(counter = 0; counter < 10; counter++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK IN PROGRESS == #%d\n", counter)); -+ ODM_delay_ms(50); -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK RETURN FROM WAITING ==\n")); -+ break; -+ } -+ } -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ rtl8812_iqk_wait(pAdapter, 500); -+ #endif -+ if (pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK TIMEOUT (Still in progress after 500ms) ==\n")); -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== Return the IQK CMD, because the IQK in Progress ==\n")); -+ } -+ } -+ //3 == Driver IQK == -+ else { -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) { -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = TRUE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = ODM_GetCurrentTime( pDM_Odm); -+ phy_IQCalibrate_8821A(pDM_Odm); -+ pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime = ODM_GetProgressingTime( pDM_Odm, pDM_Odm->RFCalibrateInfo.IQK_StartTime); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK ProgressingTime = %lld ms\n", pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime)); -+ -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== Return the IQK CMD, because the IQK in Progress ==\n")); -+ } -+ } -+ -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ap.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDM_IQK_8821A_H__ -+#define __PHYDM_IQK_8821A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+/*---------------------------End Define Parameters-------------------------------*/ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+void -+DoIQK_8821A( -+ PDM_ODM_T pDM_Odm, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ); -+void -+PHY_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN bReCovery -+); -+#else -+VOID -+phy_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ); -+#endif -+#endif // #ifndef __PHYDM_IQK_8821A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,876 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+#define cal_num_8821A 3 -+#define MACBB_REG_NUM_8821A 8 -+#define AFE_REG_NUM_8821A 4 -+#define RF_REG_NUM_8821A 3 -+/*---------------------------Define Local Constant---------------------------*/ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+void DoIQK_8821A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK= ThermalValue; -+ PHY_IQCalibrate_8821A(pDM_Odm, FALSE); -+} -+#endif -+void _IQK_RX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int RX_X, -+ IN unsigned int RX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, (RX_Y>>1) & 0x000003ff); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1, RX_Y>>1)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xc10 = %x ====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xc10))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_TX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int TX_X, -+ IN unsigned int TX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X, TX_Y)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xcd4 = %x;;0xccc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xcd4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xccc, 0x000007ff))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_BackupMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupMacBB Success!!!!\n")); -+} -+ -+void _IQK_BackupRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte RFA_backup, -+ IN pu4Byte RFB_backup, -+ IN pu4Byte Backup_RF_REG, -+ IN u4Byte RF_NUM -+ ) -+{ -+ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save RF Parameters -+ for (i = 0; i < RF_NUM; i++){ -+ RFA_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG[i], bMaskDWord); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupRF Success!!!!\n")); -+} -+ -+void _IQK_BackupAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ AFE_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_AFE_REG[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupAFE Success!!!!\n")); -+} -+ -+void _IQK_RestoreMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload MacBB Parameters -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreMacBB Success!!!!\n")); -+} -+ -+void _IQK_RestoreRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN pu4Byte Backup_RF_REG, -+ IN pu4Byte RF_backup, -+ IN u4Byte RF_REG_NUM -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ for (i = 0; i < RF_REG_NUM; i++) -+ ODM_SetRFReg(pDM_Odm, Path, Backup_RF_REG[i], bRFRegOffsetMask, RF_backup[i]); -+ -+ switch(Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path A Success!!!!\n")); -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+void _IQK_RestoreAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_AFE_REG[i], AFE_backup[i]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreAFE Success!!!!\n")); -+} -+ -+void _IQK_ConfigureMAC_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ // ========MAC register setting======== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x3f); -+ ODM_SetBBReg(pDM_Odm, 0x550, BIT(11)|BIT(3), 0x0); -+ ODM_Write1Byte(pDM_Odm, 0x808, 0x00); // RX ante off -+ ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off -+ ODM_Write1Byte(pDM_Odm, 0xa07, 0xf); // CCK RX Path off -+} -+ -+void _IQK_Tx_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path -+ ) -+{ -+ u4Byte TX_fail, RX_fail, delay_count, IQK_ready, cal_retry, cal = 0; -+ int TX_X = 0, TX_Y = 0, RX_X = 0, RX_Y = 0, TX_Average = 0, RX_Average = 0, RXIQK_Loop = 0, RX_X_temp = 0, RX_Y_temp = 0; -+ int TX_X0[cal_num_8821A], TX_Y0[cal_num_8821A], RX_X0[2][cal_num_8821A], RX_Y0[2][cal_num_8821A]; -+ BOOLEAN TX0IQKOK = FALSE, RX0IQKOK = FALSE; -+ BOOLEAN VDF_enable = FALSE; -+ int i, k, VDF_Y[3], VDF_X[3], Tx_dt[3], ii, dx = 0, dy = 0, TX_finish = 0, RX_finish1 = 0, RX_finish2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BandWidth = %d, SupportInterface = %d, ExtPA = %d, ExtPA5G = %d\n", *pDM_Odm->pBandWidth, pDM_Odm->SupportInterface, pDM_Odm->ExtPA, pDM_Odm->ExtPA5G)); -+ if (*pDM_Odm->pBandWidth == 2){ -+ VDF_enable = TRUE; -+ } -+ -+ while (cal < cal_num_8821A){ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ //Path-A LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // ========Path-A AFE all on======== -+ // Port 0 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ -+ ODM_SetBBReg(pDM_Odm, 0xc00, 0xf, 0x4);// hardware 3-wire off -+ -+ // LOK Setting -+ //====== LOK ====== -+ // 1. DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xc5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ -+ // 2. LoK RF Setting (at BW = 20M) -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x3); // BW 20M -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f4); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x68163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28163e96); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, Path, 0x8, 0xffc00)); // Load LOK -+ switch (*pDM_Odm->pBandWidth) -+ { -+ case 1: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x1); -+ } -+ break; -+ case 2: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x0); -+ } -+ break; -+ default: -+ break; -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ // 3. TX RF Setting -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x40163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x00163e96); -+ -+ if (VDF_enable == 1){ -+ for (k = 0;k <= 2; k++){ -+ switch (k){ -+ case 0: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); -+ } -+ break; -+ case 1: -+ { -+ ODM_SetBBReg(pDM_Odm, 0xc80, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xc84, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); -+ } -+ break; -+ case 2: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_Y[1] = %x;;;VDF_Y[0] = %x\n", VDF_Y[1]>>21 & 0x00007ff, VDF_Y[0]>>21 & 0x00007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_X[1] = %x;;;VDF_X[0] = %x\n", VDF_X[1]>>21 & 0x00007ff, VDF_X[0]>>21 & 0x00007ff)); -+ Tx_dt[cal] = (VDF_Y[1]>>20)-(VDF_Y[0]>>20); -+ Tx_dt[cal] = ((16*Tx_dt[cal])*10000/15708); -+ Tx_dt[cal] = (Tx_dt[cal] >> 1 )+(Tx_dt[cal] & BIT(0)); -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c20);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c20);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xce8, 0x3fff0000, Tx_dt[cal] & 0x00003fff); -+ } -+ break; -+ } -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready) || (delay_count>20)){ -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ VDF_X[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ VDF_Y[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ } -+ if (k == 3){ -+ TX_X0[cal] = VDF_X[k-1] ; -+ TX_Y0[cal] = VDF_Y[k-1]; -+ } -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready) || (delay_count>20)) { -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ TX_X0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ TX_Y0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ } -+ -+ if (TX0IQKOK == FALSE) -+ break; // TXK fail, Don't do RXK -+ -+ //====== RX IQK ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // 1. RX RF Setting -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0002f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfffbb); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d8); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_X0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_Y0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x02140119); -+ -+ if (pDM_Odm->SupportInterface == 1){ -+ RXIQK_Loop = 2; // for 2% fail; -+ } -+ else{ -+ RXIQK_Loop = 1; -+ } -+ for(i = 0; i < RXIQK_Loop; i++){ -+ if (pDM_Odm->SupportInterface == 1) -+ if(i == 0) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161100); //Good -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ if (RX_fail == 0){ -+ /* -+ DbgPrint("====== RXIQK (%d) ======", i); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ RX_X0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ RX_Y0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ RX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0x0>>1); -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ -+ } -+ } -+ else{ -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ } -+ -+ if (TX0IQKOK) -+ TX_Average++; -+ if (RX0IQKOK) -+ RX_Average++; -+ } -+ break; -+ default: -+ break; -+ } -+ cal++; -+ } -+ // FillIQK Result -+ switch (Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_A =======\n")); -+ if (TX_Average == 0) -+ break; -+ -+ for (i = 0; i < TX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X0[%d] = %x ;; TX_Y0[%d] = %x\n", i, (TX_X0[i])>>21&0x000007ff, i, (TX_Y0[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < TX_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_X0[ii]>>21); -+ if (dx < 3 && dx > -3){ -+ dy = (TX_Y0[i]>>21) - (TX_Y0[ii]>>21); -+ if (dy < 3 && dy > -3){ -+ TX_X = ((TX_X0[i]>>21) + (TX_X0[ii]>>21))/2; -+ TX_Y = ((TX_Y0[i]>>21) + (TX_Y0[ii]>>21))/2; -+ TX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (TX_finish == 1) -+ break; -+ } -+ -+ if (TX_finish == 1){ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, TX_X, TX_Y); -+ } -+ else{ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ -+ if (RX_Average == 0) -+ break; -+ -+ for (i = 0; i < RX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[0][%d] = %x ;; RX_Y0[0][%d] = %x\n", i, (RX_X0[0][i])>>21&0x000007ff, i, (RX_Y0[0][i])>>21&0x000007ff)); -+ if (RXIQK_Loop == 2) -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[1][%d] = %x ;; RX_Y0[1][%d] = %x\n", i, (RX_X0[1][i])>>21&0x000007ff, i, (RX_Y0[1][i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[0][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[0][i]>>21) - (RX_Y0[0][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X_temp = ((RX_X0[0][i]>>21) + (RX_X0[0][ii]>>21))/2; -+ RX_Y_temp = ((RX_Y0[0][i]>>21) + (RX_Y0[0][ii]>>21))/2; -+ RX_finish1 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish1 == 1){ -+ RX_X = RX_X_temp; -+ RX_Y = RX_Y_temp; -+ break; -+ } -+ } -+ if(RXIQK_Loop == 2){ -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[1][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[1][i]>>21) - (RX_Y0[1][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X = ((RX_X0[1][i]>>21) + (RX_X0[1][ii]>>21))/2; -+ RX_Y = ((RX_Y0[1][i]>>21) + (RX_Y0[1][ii]>>21))/2; -+ RX_finish2 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish2 == 1) -+ break; -+ } -+ if(RX_finish1 && RX_finish2){ -+ RX_X = (RX_X+RX_X_temp)/2; -+ RX_Y = (RX_Y+RX_Y_temp)/2; -+ } -+ } -+ if (RX_finish1 || RX_finish2){ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, RX_X, RX_Y); -+ } -+ else{ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+VOID -+phy_IQCalibrate_By_FW_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ -+ u1Byte IQKcmd[3] = {*pDM_Odm->pChannel, 0x0, 0x0}; -+ u1Byte Buf1 = 0x0; -+ u1Byte Buf2 = 0x0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("pChannel: %d \n", *pDM_Odm->pChannel)); -+ -+ -+//Byte 2, Bit 4 ~ Bit 5 : BandType -+ if(*pDM_Odm->pBandType) -+ Buf1 = 0x2<<4; -+ else -+ Buf1 = 0x1<<4; -+ -+//Byte 2, Bit 0 ~ Bit 3 : Bandwidth -+ if(*pDM_Odm->pBandWidth == ODM_BW20M) -+ Buf2 = 0x1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW40M) -+ Buf2 = 0x1<<1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW80M) -+ Buf2 = 0x1<<2; -+ else -+ Buf2 = 0x1<<3; -+ -+ IQKcmd[1] = Buf1 | Buf2; -+ IQKcmd[2] = pDM_Odm->ExtPA5G | pDM_Odm->ExtLNA5G<<1; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK Start ==\n")); -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = 0; -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = ODM_GetCurrentTime( pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== StartTime: %lld\n", pDM_Odm->RFCalibrateInfo.IQK_StartTime)); -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_IQ_CALIBRATION, 3, IQKcmd); -+ -+ -+} -+#endif -+ -+VOID -+phy_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte MACBB_backup[MACBB_REG_NUM_8821A], AFE_backup[AFE_REG_NUM_8821A], RFA_backup[RF_REG_NUM_8821A], RFB_backup[RF_REG_NUM_8821A]; -+ u4Byte Backup_MACBB_REG[MACBB_REG_NUM_8821A] = {0x520, 0x550, 0x808, 0xa04, 0x90c, 0xc00, 0x838, 0x82c}; -+ u4Byte Backup_AFE_REG[AFE_REG_NUM_8821A] = {0xc5c, 0xc60, 0xc64, 0xc68}; -+ u4Byte Backup_RF_REG[RF_REG_NUM_8821A] = {0x65, 0x8f, 0x0}; -+ -+ _IQK_BackupMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM_8821A); -+ _IQK_BackupAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM_8821A); -+ _IQK_BackupRF_8821A(pDM_Odm, RFA_backup, RFB_backup, Backup_RF_REG, RF_REG_NUM_8821A); -+ -+ _IQK_ConfigureMAC_8821A(pDM_Odm); -+ _IQK_Tx_8821A(pDM_Odm, ODM_RF_PATH_A); -+ -+ _IQK_RestoreRF_8821A(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG, RFA_backup, RF_REG_NUM_8821A); -+ _IQK_RestoreAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM_8821A); -+ _IQK_RestoreMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM_8821A); -+} -+ -+VOID -+PHY_ResetIQKResult_8821A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+} -+ -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+VOID -+PHY_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN bReCovery -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ u4Byte counter = 0; -+ #endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN ) -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+#endif -+ -+ if (pDM_Odm->mp_mode){ //(MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ if( pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) -+ return; -+ #endif -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ if( pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) -+ return; -+ pDM_Odm->IQKFWOffload = 0; /*MP mode NO FW IQK*/ -+ #endif -+ -+ } -+ -+ //3 == FW IQK == -+ if(pDM_Odm->IQKFWOffload) -+ { -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = TRUE; -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ phy_IQCalibrate_By_FW_8821A(pDM_Odm); -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ for(counter = 0; counter < 10; counter++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK IN PROGRESS == #%d\n", counter)); -+ ODM_delay_ms(50); -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK RETURN FROM WAITING ==\n")); -+ break; -+ } -+ } -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ rtl8812_iqk_wait(pAdapter, 500); -+ #endif -+ if (pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK TIMEOUT (Still in progress after 500ms) ==\n")); -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== Return the IQK CMD, because the IQK in Progress ==\n")); -+ } -+ } -+ //3 == Driver IQK == -+ else { -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) { -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = TRUE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = ODM_GetCurrentTime( pDM_Odm); -+ phy_IQCalibrate_8821A(pDM_Odm); -+ pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime = ODM_GetProgressingTime( pDM_Odm, pDM_Odm->RFCalibrateInfo.IQK_StartTime); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK ProgressingTime = %lld ms\n", pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime)); -+ -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== Return the IQK CMD, because the IQK in Progress ==\n")); -+ } -+ } -+ -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_ce.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDM_IQK_8821A_H__ -+#define __PHYDM_IQK_8821A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+/*---------------------------End Define Parameters-------------------------------*/ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+void -+DoIQK_8821A( -+ PVOID pDM_VOID, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ); -+void -+PHY_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN bReCovery -+); -+#else -+VOID -+phy_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ); -+#endif -+#endif // #ifndef __PHYDM_IQK_8821A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,875 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+ -+ -+/*---------------------------Define Local Constant---------------------------*/ -+#define cal_num_8821A 3 -+#define MACBB_REG_NUM_8821A 8 -+#define AFE_REG_NUM_8821A 4 -+#define RF_REG_NUM_8821A 3 -+/*---------------------------Define Local Constant---------------------------*/ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+void DoIQK_8821A( -+ PDM_ODM_T pDM_Odm, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ) -+{ -+ pDM_Odm->RFCalibrateInfo.ThermalValue_IQK= ThermalValue; -+ PHY_IQCalibrate_8821A(pDM_Odm, FALSE); -+} -+#endif -+void _IQK_RX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int RX_X, -+ IN unsigned int RX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, RX_X>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, (RX_Y>>1) & 0x000003ff); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X = %x;;RX_Y = %x ====>fill to IQC\n", RX_X>>1, RX_Y>>1)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xc10 = %x ====>fill to IQC\n", ODM_Read4Byte(pDM_Odm, 0xc10))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_TX_FillIQC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN unsigned int TX_X, -+ IN unsigned int TX_Y -+ ) -+{ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, TX_Y); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, TX_X); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X = %x;;TX_Y = %x =====> fill to IQC\n", TX_X, TX_Y)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("0xcd4 = %x;;0xccc = %x ====>fill to IQC\n", ODM_GetBBReg(pDM_Odm, 0xcd4, 0x000007ff), ODM_GetBBReg(pDM_Odm, 0xccc, 0x000007ff))); -+ } -+ break; -+ default: -+ break; -+ }; -+} -+ -+void _IQK_BackupMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //save MACBB default value -+ for (i = 0; i < MACBB_NUM; i++){ -+ MACBB_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_MACBB_REG[i]); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupMacBB Success!!!!\n")); -+} -+ -+void _IQK_BackupRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte RFA_backup, -+ IN pu4Byte RFB_backup, -+ IN pu4Byte Backup_RF_REG, -+ IN u4Byte RF_NUM -+ ) -+{ -+ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save RF Parameters -+ for (i = 0; i < RF_NUM; i++){ -+ RFA_backup[i] = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG[i], bMaskDWord); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupRF Success!!!!\n")); -+} -+ -+void _IQK_BackupAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Save AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ AFE_backup[i] = ODM_Read4Byte(pDM_Odm, Backup_AFE_REG[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BackupAFE Success!!!!\n")); -+} -+ -+void _IQK_RestoreMacBB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte MACBB_backup, -+ IN pu4Byte Backup_MACBB_REG, -+ IN u4Byte MACBB_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload MacBB Parameters -+ for (i = 0; i < MACBB_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_MACBB_REG[i], MACBB_backup[i]); -+ } -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreMacBB Success!!!!\n")); -+} -+ -+void _IQK_RestoreRF_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path, -+ IN pu4Byte Backup_RF_REG, -+ IN pu4Byte RF_backup, -+ IN u4Byte RF_REG_NUM -+ ) -+{ -+ u4Byte i; -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ for (i = 0; i < RF_REG_NUM; i++) -+ ODM_SetRFReg(pDM_Odm, Path, Backup_RF_REG[i], bRFRegOffsetMask, RF_backup[i]); -+ -+ switch(Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreRF Path A Success!!!!\n")); -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+void _IQK_RestoreAFE_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu4Byte AFE_backup, -+ IN pu4Byte Backup_AFE_REG, -+ IN u4Byte AFE_NUM -+ ) -+{ -+ u4Byte i; -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ //Reload AFE Parameters -+ for (i = 0; i < AFE_NUM; i++){ -+ ODM_Write4Byte(pDM_Odm, Backup_AFE_REG[i], AFE_backup[i]); -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x0); -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x3c000000); -+ ODM_Write4Byte(pDM_Odm, 0xc90, 0x00000080); -+ ODM_Write4Byte(pDM_Odm, 0xc94, 0x00000000); -+ ODM_Write4Byte(pDM_Odm, 0xcc4, 0x20040000); -+ ODM_Write4Byte(pDM_Odm, 0xcc8, 0x20000000); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x0); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RestoreAFE Success!!!!\n")); -+} -+ -+void _IQK_ConfigureMAC_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ // ========MAC register setting======== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_Write1Byte(pDM_Odm, 0x522, 0x3f); -+ ODM_SetBBReg(pDM_Odm, 0x550, BIT(11)|BIT(3), 0x0); -+ ODM_Write1Byte(pDM_Odm, 0x808, 0x00); // RX ante off -+ ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off -+ ODM_Write1Byte(pDM_Odm, 0xa07, 0xf); // CCK RX Path off -+} -+ -+void _IQK_Tx_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN ODM_RF_RADIO_PATH_E Path -+ ) -+{ -+ u4Byte TX_fail, RX_fail, delay_count, IQK_ready, cal_retry, cal = 0; -+ int TX_X = 0, TX_Y = 0, RX_X = 0, RX_Y = 0, TX_Average = 0, RX_Average = 0, RXIQK_Loop = 0, RX_X_temp = 0, RX_Y_temp = 0; -+ int TX_X0[cal_num_8821A], TX_Y0[cal_num_8821A], RX_X0[2][cal_num_8821A], RX_Y0[2][cal_num_8821A]; -+ BOOLEAN TX0IQKOK = FALSE, RX0IQKOK = FALSE; -+ BOOLEAN VDF_enable = FALSE; -+ int i, k, VDF_Y[3], VDF_X[3], Tx_dt[3], ii, dx = 0, dy = 0, TX_finish = 0, RX_finish1 = 0, RX_finish2 = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("BandWidth = %d, SupportInterface = %d, ExtPA = %d, ExtPA5G = %d\n", *pDM_Odm->pBandWidth, pDM_Odm->SupportInterface, pDM_Odm->ExtPA, pDM_Odm->ExtPA5G)); -+ if (*pDM_Odm->pBandWidth == 2){ -+ VDF_enable = TRUE; -+ } -+ -+ while (cal < cal_num_8821A){ -+ switch (Path) { -+ case ODM_RF_PATH_A: -+ { -+ //Path-A LOK -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // ========Path-A AFE all on======== -+ // Port 0 DAC/ADC on -+ ODM_Write4Byte(pDM_Odm, 0xc60, 0x77777777); -+ ODM_Write4Byte(pDM_Odm, 0xc64, 0x77777777); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc68, 0x19791979); -+ -+ ODM_SetBBReg(pDM_Odm, 0xc00, 0xf, 0x4);// hardware 3-wire off -+ -+ // LOK Setting -+ //====== LOK ====== -+ // 1. DAC/ADC sampling rate (160 MHz) -+ ODM_SetBBReg(pDM_Odm, 0xc5c, BIT(26)|BIT(25)|BIT(24), 0x7); -+ -+ // 2. LoK RF Setting (at BW = 20M) -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80002); -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x3); // BW 20M -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x00462910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f4); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x68163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28163e96); -+ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0x58, 0x7fe00, ODM_GetRFReg(pDM_Odm, Path, 0x8, 0xffc00)); // Load LOK -+ switch (*pDM_Odm->pBandWidth) -+ { -+ case 1: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x1); -+ } -+ break; -+ case 2: -+ { -+ ODM_SetRFReg(pDM_Odm, Path, 0x18, 0x00c00, 0x0); -+ } -+ break; -+ default: -+ break; -+ } -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ // 3. TX RF Setting -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x20000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0003f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xf3fc3); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d5); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x8a001); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_SetBBReg(pDM_Odm, 0xc94, BIT(0), 0x1); -+ ODM_Write4Byte(pDM_Odm, 0x978, 0x29002000);// TX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x97c, 0xa9002000);// RX (X,Y) -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a910);// [0]:AGC_en, [15]:idac_K_Mask -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ -+ if (pDM_Odm->ExtPA5G) -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403f7); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x821403e3); -+ -+ if (*pDM_Odm->pBandType) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x40163e96); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x00163e96); -+ -+ if (VDF_enable == 1){ -+ for (k = 0;k <= 2; k++){ -+ switch (k){ -+ case 0: -+ { -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c38);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c38);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); -+ } -+ break; -+ case 1: -+ { -+ ODM_SetBBReg(pDM_Odm, 0xc80, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xc84, BIT(28), 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x0); -+ } -+ break; -+ case 2: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_Y[1] = %x;;;VDF_Y[0] = %x\n", VDF_Y[1]>>21 & 0x00007ff, VDF_Y[0]>>21 & 0x00007ff)); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("VDF_X[1] = %x;;;VDF_X[0] = %x\n", VDF_X[1]>>21 & 0x00007ff, VDF_X[0]>>21 & 0x00007ff)); -+ Tx_dt[cal] = (VDF_Y[1]>>20)-(VDF_Y[0]>>20); -+ Tx_dt[cal] = ((16*Tx_dt[cal])*10000/15708); -+ Tx_dt[cal] = (Tx_dt[cal] >> 1 )+(Tx_dt[cal] & BIT(0)); -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c20);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c20);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_SetBBReg(pDM_Odm, 0xce8, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0xce8, 0x3fff0000, Tx_dt[cal] & 0x00003fff); -+ } -+ break; -+ } -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready) || (delay_count>20)){ -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ VDF_X[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ VDF_Y[k] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10){ -+ break; -+ } -+ } -+ } -+ } -+ if (k == 3){ -+ TX_X0[cal] = VDF_X[k-1] ; -+ TX_Y0[cal] = VDF_Y[k-1]; -+ } -+ } -+ else{ -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x18008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x38008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready) || (delay_count>20)) { -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============TXIQK Check============== -+ TX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(12)); -+ -+ if (~TX_fail){ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x02000000); -+ TX_X0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x04000000); -+ TX_Y0[cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ TX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) { -+ break; -+ } -+ } -+ } -+ else{ -+ TX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ } -+ -+ if (TX0IQKOK == FALSE) -+ break; // TXK fail, Don't do RXK -+ -+ //====== RX IQK ====== -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ // 1. RX RF Setting -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x80000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x30, bRFRegOffsetMask, 0x30000); -+ ODM_SetRFReg(pDM_Odm, Path, 0x31, bRFRegOffsetMask, 0x0002f); -+ ODM_SetRFReg(pDM_Odm, Path, 0x32, bRFRegOffsetMask, 0xfffbb); -+ ODM_SetRFReg(pDM_Odm, Path, 0x8f, bRFRegOffsetMask, 0x88001); -+ ODM_SetRFReg(pDM_Odm, Path, 0x65, bRFRegOffsetMask, 0x931d8); -+ ODM_SetRFReg(pDM_Odm, Path, 0xef, bRFRegOffsetMask, 0x00000); -+ -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x03FF8000, (TX_X0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, 0x000007FF, (TX_Y0[cal])>>21&0x000007ff); -+ ODM_SetBBReg(pDM_Odm, 0x978, BIT(31), 0x1); -+ ODM_SetBBReg(pDM_Odm, 0x97c, BIT(31), 0x0); -+ ODM_Write4Byte(pDM_Odm, 0x90c, 0x00008000); -+ ODM_Write4Byte(pDM_Odm, 0x984, 0x0046a911); -+ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_Write4Byte(pDM_Odm, 0xc80, 0x38008c10);// TX_Tone_idx[9:0], TxK_Mask[29] TX_Tone = 16 -+ ODM_Write4Byte(pDM_Odm, 0xc84, 0x18008c10);// RX_Tone_idx[9:0], RxK_Mask[29] -+ ODM_Write4Byte(pDM_Odm, 0xc88, 0x02140119); -+ -+ if (pDM_Odm->SupportInterface == 1){ -+ RXIQK_Loop = 2; // for 2% fail; -+ } -+ else{ -+ RXIQK_Loop = 1; -+ } -+ for(i = 0; i < RXIQK_Loop; i++){ -+ if (pDM_Odm->SupportInterface == 1) -+ if(i == 0) -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28161100); //Good -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ else -+ ODM_Write4Byte(pDM_Odm, 0xc8c, 0x28160d00); -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00100000);// cb8[20] ±N SI/PI ¨Ï¥ÎÅv¤Áµ¹ iqk_dpk module -+ -+ cal_retry = 0; -+ while(1){ -+ // one shot -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xfa000000); -+ ODM_Write4Byte(pDM_Odm, 0x980, 0xf8000000); -+ -+ ODM_delay_ms(10); //Delay 10ms -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x00000000); -+ delay_count = 0; -+ while (1){ -+ IQK_ready = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(10)); -+ if ((~IQK_ready)||(delay_count>20)){ -+ break; -+ } -+ else{ -+ ODM_delay_ms(1); -+ delay_count++; -+ } -+ } -+ -+ if (delay_count < 20){ // If 20ms No Result, then cal_retry++ -+ // ============RXIQK Check============== -+ RX_fail = ODM_GetBBReg(pDM_Odm, 0xd00, BIT(11)); -+ if (RX_fail == 0){ -+ /* -+ DbgPrint("====== RXIQK (%d) ======", i); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x05000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ DbgPrint("reg1 = %d, reg2 = %d", reg1, reg2); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("Before PW = %d\n", Image_Power); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x07000000); -+ reg1 = ODM_GetBBReg(pDM_Odm, 0xd00, 0xffffffff); -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ reg2 = ODM_GetBBReg(pDM_Odm, 0xd00, 0x0000001f); -+ Image_Power = (reg2<<32)+reg1; -+ DbgPrint("After PW = %d\n", Image_Power); -+ */ -+ -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x06000000); -+ RX_X0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ ODM_Write4Byte(pDM_Odm, 0xcb8, 0x08000000); -+ RX_Y0[i][cal] = ODM_GetBBReg(pDM_Odm, 0xd00, 0x07ff0000)<<21; -+ RX0IQKOK = TRUE; -+ break; -+ } -+ else{ -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x200>>1); -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x03ff0000, 0x0>>1); -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ -+ } -+ } -+ else{ -+ RX0IQKOK = FALSE; -+ cal_retry++; -+ if (cal_retry == 10) -+ break; -+ } -+ } -+ } -+ -+ if (TX0IQKOK) -+ TX_Average++; -+ if (RX0IQKOK) -+ RX_Average++; -+ } -+ break; -+ default: -+ break; -+ } -+ cal++; -+ } -+ // FillIQK Result -+ switch (Path){ -+ case ODM_RF_PATH_A: -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("========Path_A =======\n")); -+ if (TX_Average == 0) -+ break; -+ -+ for (i = 0; i < TX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("TX_X0[%d] = %x ;; TX_Y0[%d] = %x\n", i, (TX_X0[i])>>21&0x000007ff, i, (TX_Y0[i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < TX_Average; i++){ -+ for (ii = i+1; ii >21) - (TX_X0[ii]>>21); -+ if (dx < 3 && dx > -3){ -+ dy = (TX_Y0[i]>>21) - (TX_Y0[ii]>>21); -+ if (dy < 3 && dy > -3){ -+ TX_X = ((TX_X0[i]>>21) + (TX_X0[ii]>>21))/2; -+ TX_Y = ((TX_Y0[i]>>21) + (TX_Y0[ii]>>21))/2; -+ TX_finish = 1; -+ break; -+ } -+ } -+ } -+ if (TX_finish == 1) -+ break; -+ } -+ -+ if (TX_finish == 1){ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, TX_X, TX_Y); -+ } -+ else{ -+ _IQK_TX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ -+ if (RX_Average == 0) -+ break; -+ -+ for (i = 0; i < RX_Average; i++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[0][%d] = %x ;; RX_Y0[0][%d] = %x\n", i, (RX_X0[0][i])>>21&0x000007ff, i, (RX_Y0[0][i])>>21&0x000007ff)); -+ if (RXIQK_Loop == 2) -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("RX_X0[1][%d] = %x ;; RX_Y0[1][%d] = %x\n", i, (RX_X0[1][i])>>21&0x000007ff, i, (RX_Y0[1][i])>>21&0x000007ff)); -+ } -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[0][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[0][i]>>21) - (RX_Y0[0][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X_temp = ((RX_X0[0][i]>>21) + (RX_X0[0][ii]>>21))/2; -+ RX_Y_temp = ((RX_Y0[0][i]>>21) + (RX_Y0[0][ii]>>21))/2; -+ RX_finish1 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish1 == 1){ -+ RX_X = RX_X_temp; -+ RX_Y = RX_Y_temp; -+ break; -+ } -+ } -+ if(RXIQK_Loop == 2){ -+ for (i = 0; i < RX_Average; i++){ -+ for (ii = i+1; ii >21) - (RX_X0[1][ii]>>21); -+ if (dx < 4 && dx > -4){ -+ dy = (RX_Y0[1][i]>>21) - (RX_Y0[1][ii]>>21); -+ if (dy < 4 && dy > -4){ -+ RX_X = ((RX_X0[1][i]>>21) + (RX_X0[1][ii]>>21))/2; -+ RX_Y = ((RX_Y0[1][i]>>21) + (RX_Y0[1][ii]>>21))/2; -+ RX_finish2 = 1; -+ break; -+ } -+ } -+ } -+ if (RX_finish2 == 1) -+ break; -+ } -+ if(RX_finish1 && RX_finish2){ -+ RX_X = (RX_X+RX_X_temp)/2; -+ RX_Y = (RX_Y+RX_Y_temp)/2; -+ } -+ } -+ if (RX_finish1 || RX_finish2){ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, RX_X, RX_Y); -+ } -+ else{ -+ _IQK_RX_FillIQC_8821A(pDM_Odm, Path, 0x200, 0x0); -+ } -+ } -+ break; -+ default: -+ break; -+ } -+} -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+VOID -+phy_IQCalibrate_By_FW_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ -+ u1Byte IQKcmd[3] = {*pDM_Odm->pChannel, 0x0, 0x0}; -+ u1Byte Buf1 = 0x0; -+ u1Byte Buf2 = 0x0; -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("pChannel: %d \n", *pDM_Odm->pChannel)); -+ -+ -+//Byte 2, Bit 4 ~ Bit 5 : BandType -+ if(*pDM_Odm->pBandType) -+ Buf1 = 0x2<<4; -+ else -+ Buf1 = 0x1<<4; -+ -+//Byte 2, Bit 0 ~ Bit 3 : Bandwidth -+ if(*pDM_Odm->pBandWidth == ODM_BW20M) -+ Buf2 = 0x1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW40M) -+ Buf2 = 0x1<<1; -+ else if(*pDM_Odm->pBandWidth == ODM_BW80M) -+ Buf2 = 0x1<<2; -+ else -+ Buf2 = 0x1<<3; -+ -+ IQKcmd[1] = Buf1 | Buf2; -+ IQKcmd[2] = pDM_Odm->ExtPA5G | pDM_Odm->ExtLNA5G<<1; -+ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK Start ==\n")); -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = 0; -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = ODM_GetCurrentTime( pDM_Odm); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== StartTime: %lld\n", pDM_Odm->RFCalibrateInfo.IQK_StartTime)); -+ ODM_FillH2CCmd(pDM_Odm, ODM_H2C_IQ_CALIBRATION, 3, IQKcmd); -+ -+ -+} -+#endif -+ -+VOID -+phy_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ u4Byte MACBB_backup[MACBB_REG_NUM_8821A], AFE_backup[AFE_REG_NUM_8821A], RFA_backup[RF_REG_NUM_8821A], RFB_backup[RF_REG_NUM_8821A]; -+ u4Byte Backup_MACBB_REG[MACBB_REG_NUM_8821A] = {0x520, 0x550, 0x808, 0xa04, 0x90c, 0xc00, 0x838, 0x82c}; -+ u4Byte Backup_AFE_REG[AFE_REG_NUM_8821A] = {0xc5c, 0xc60, 0xc64, 0xc68}; -+ u4Byte Backup_RF_REG[RF_REG_NUM_8821A] = {0x65, 0x8f, 0x0}; -+ -+ _IQK_BackupMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM_8821A); -+ _IQK_BackupAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM_8821A); -+ _IQK_BackupRF_8821A(pDM_Odm, RFA_backup, RFB_backup, Backup_RF_REG, RF_REG_NUM_8821A); -+ -+ _IQK_ConfigureMAC_8821A(pDM_Odm); -+ _IQK_Tx_8821A(pDM_Odm, ODM_RF_PATH_A); -+ -+ _IQK_RestoreRF_8821A(pDM_Odm, ODM_RF_PATH_A, Backup_RF_REG, RFA_backup, RF_REG_NUM_8821A); -+ _IQK_RestoreAFE_8821A(pDM_Odm, AFE_backup, Backup_AFE_REG, AFE_REG_NUM_8821A); -+ _IQK_RestoreMacBB_8821A(pDM_Odm, MACBB_backup, Backup_MACBB_REG, MACBB_REG_NUM_8821A); -+} -+ -+VOID -+PHY_ResetIQKResult_8821A( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x1); // [31] = 1 --> Page C1 -+ ODM_SetBBReg(pDM_Odm, 0xccc, 0x000007ff, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0xcd4, 0x000007ff, 0x200); -+ ODM_Write4Byte(pDM_Odm, 0xce8, 0x0); -+ ODM_SetBBReg(pDM_Odm, 0x82c, BIT(31), 0x0); // [31] = 0 --> Page C -+ ODM_SetBBReg(pDM_Odm, 0xc10, 0x000003ff, 0x100); -+} -+ -+ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+VOID -+PHY_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN bReCovery -+ ) -+{ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+ PADAPTER pAdapter = pDM_Odm->Adapter; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ u4Byte counter = 0; -+ #endif -+#endif -+ -+#if (DM_ODM_SUPPORT_TYPE & ODM_WIN ) -+ if (ODM_CheckPowerStatus(pAdapter) == FALSE) -+ return; -+#endif -+ -+ if (pDM_Odm->mp_mode){ //(MP_DRIVER == 1) -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ #if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->MptCtx); -+ if( pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) -+ return; -+ #endif -+ #else// (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PMPT_CONTEXT pMptCtx = &(pAdapter->mppriv.MptCtx); -+ if( pMptCtx->bSingleTone || pMptCtx->bCarrierSuppression) -+ return; -+ #endif -+ -+ } -+ pDM_Odm->IQKFWOffload = 0; -+ -+ //3 == FW IQK == -+ if(pDM_Odm->IQKFWOffload) -+ { -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = TRUE; -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ phy_IQCalibrate_By_FW_8821A(pDM_Odm); -+ #if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ for(counter = 0; counter < 10; counter++){ -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK IN PROGRESS == #%d\n", counter)); -+ ODM_delay_ms(50); -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK RETURN FROM WAITING ==\n")); -+ break; -+ } -+ } -+ #elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ rtl8812_iqk_wait(pAdapter, 500); -+ #endif -+ if (pDM_Odm->RFCalibrateInfo.bIQKInProgress) -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== FW IQK TIMEOUT (Still in progress after 500ms) ==\n")); -+ ODM_AcquireSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ ODM_ReleaseSpinLock( pDM_Odm, RT_IQK_SPINLOCK); -+ } -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== Return the IQK CMD, because the IQK in Progress ==\n")); -+ } -+ } -+ //3 == Driver IQK == -+ else { -+ if ( ! pDM_Odm->RFCalibrateInfo.bIQKInProgress) { -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = TRUE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ -+ pDM_Odm->RFCalibrateInfo.IQK_StartTime = ODM_GetCurrentTime( pDM_Odm); -+ phy_IQCalibrate_8821A(pDM_Odm); -+ pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime = ODM_GetProgressingTime( pDM_Odm, pDM_Odm->RFCalibrateInfo.IQK_StartTime); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("IQK ProgressingTime = %lld ms\n", pDM_Odm->RFCalibrateInfo.IQK_ProgressingTime)); -+ -+ ODM_AcquireSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ ODM_ReleaseSpinLock(pDM_Odm, RT_IQK_SPINLOCK); -+ } -+ else -+ { -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("== Return the IQK CMD, because the IQK in Progress ==\n")); -+ } -+ } -+ -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_iqk_8821a_win.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __PHYDM_IQK_8821A_H__ -+#define __PHYDM_IQK_8821A_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+/*---------------------------End Define Parameters-------------------------------*/ -+#if !(DM_ODM_SUPPORT_TYPE & ODM_AP) -+void -+DoIQK_8821A( -+ PDM_ODM_T pDM_Odm, -+ u1Byte DeltaThermalIndex, -+ u1Byte ThermalValue, -+ u1Byte Threshold -+ ); -+void -+PHY_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN BOOLEAN bReCovery -+); -+#else -+VOID -+phy_IQCalibrate_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ); -+#endif -+#endif // #ifndef __PHYDM_IQK_8821A_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,220 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (RTL8821A_SUPPORT == 1) -+ -+void -+odm_ConfigRFReg_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data, -+ IN ODM_RF_RADIO_PATH_E RF_PATH, -+ IN u4Byte RegAddr -+ ) -+{ -+ if(Addr == 0xfe || Addr == 0xffe) -+ { -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ ODM_sleep_ms(50); -+ #else -+ ODM_delay_ms(50); -+ #endif -+ } -+ else if (Addr == 0xfd) -+ { -+ ODM_delay_ms(5); -+ } -+ else if (Addr == 0xfc) -+ { -+ ODM_delay_ms(1); -+ } -+ else if (Addr == 0xfb) -+ { -+ ODM_delay_us(50); -+ } -+ else if (Addr == 0xfa) -+ { -+ ODM_delay_us(5); -+ } -+ else if (Addr == 0xf9) -+ { -+ ODM_delay_us(1); -+ } -+ else -+ { -+ ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); -+ // Add 1us delay between BB/RF register setting. -+ ODM_delay_us(1); -+ } -+} -+ -+ -+void -+odm_ConfigRF_RadioA_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ) -+{ -+ u4Byte content = 0x1000; // RF_Content: radioa_txt -+ u4Byte maskforPhySet= (u4Byte)(content&0xE000); -+ -+ odm_ConfigRFReg_8821A(pDM_Odm, Addr, Data, ODM_RF_PATH_A, Addr|maskforPhySet); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioA] %08X %08X\n", Addr, Data)); -+} -+ -+// 8821 no RF B -+/* -+void -+odm_ConfigRF_RadioB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ) -+{ -+ u4Byte content = 0x1001; // RF_Content: radiob_txt -+ u4Byte maskforPhySet= (u4Byte)(content&0xE000); -+ -+ odm_ConfigRFReg_8812A(pDM_Odm, Addr, Data, ODM_RF_PATH_B, Addr|maskforPhySet); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioB] %08X %08X\n", Addr, Data)); -+ -+} -+*/ -+ -+void -+odm_ConfigMAC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u1Byte Data -+ ) -+{ -+ ODM_Write1Byte(pDM_Odm, Addr, Data); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigMACWithHeaderFile: [MAC_REG] %08X %08X\n", Addr, Data)); -+} -+ -+void -+odm_ConfigBB_AGC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ) -+{ -+ ODM_SetBBReg(pDM_Odm, Addr, Bitmask, Data); -+ // Add 1us delay between BB/RF register setting. -+ ODM_delay_us(1); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigBBWithHeaderFile: [AGC_TAB] %08X %08X\n", Addr, Data)); -+} -+ -+void -+odm_ConfigBB_PHY_REG_PG_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Band, -+ IN u4Byte RfPath, -+ IN u4Byte TxNum, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ) -+{ -+ if (Addr == 0xfe) -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ ODM_sleep_ms(50); -+ #else -+ ODM_delay_ms(50); -+ #endif -+ else if (Addr == 0xfd) -+ ODM_delay_ms(5); -+ else if (Addr == 0xfc) -+ ODM_delay_ms(1); -+ else if (Addr == 0xfb) -+ ODM_delay_us(50); -+ else if (Addr == 0xfa) -+ ODM_delay_us(5); -+ else if (Addr == 0xf9) -+ ODM_delay_us(1); -+ -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_LOUD, ("===> ODM_ConfigBBWithHeaderFile: [PHY_REG] %08X %08X %08X\n", Addr, Bitmask, Data)); -+ -+#if !(DM_ODM_SUPPORT_TYPE&ODM_AP) -+ PHY_StoreTxPowerByRate(pDM_Odm->Adapter, Band, RfPath, TxNum, Addr, Bitmask, Data); -+#endif -+ -+} -+ -+void -+odm_ConfigBB_PHY_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ) -+{ -+ if (Addr == 0xfe) -+ #ifdef CONFIG_LONG_DELAY_ISSUE -+ ODM_sleep_ms(50); -+ #else -+ ODM_delay_ms(50); -+ #endif -+ else if (Addr == 0xfd) -+ ODM_delay_ms(5); -+ else if (Addr == 0xfc) -+ ODM_delay_ms(1); -+ else if (Addr == 0xfb) -+ ODM_delay_us(50); -+ else if (Addr == 0xfa) -+ ODM_delay_us(5); -+ else if (Addr == 0xf9) -+ ODM_delay_us(1); -+ else if (Addr == 0xa24) -+ pDM_Odm->RFCalibrateInfo.RegA24 = Data; -+ ODM_SetBBReg(pDM_Odm, Addr, Bitmask, Data); -+ -+ // Add 1us delay between BB/RF register setting. -+ ODM_delay_us(1); -+ ODM_RT_TRACE(pDM_Odm,ODM_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigBBWithHeaderFile: [PHY_REG] %08X %08X\n", Addr, Data)); -+} -+ -+void -+odm_ConfigBB_TXPWR_LMT_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte Regulation, -+ IN pu1Byte Band, -+ IN pu1Byte Bandwidth, -+ IN pu1Byte RateSection, -+ IN pu1Byte RfPath, -+ IN pu1Byte Channel, -+ IN pu1Byte PowerLimit -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN|ODM_CE)) -+ PHY_SetTxPowerLimit(pDM_Odm, Regulation, Band, -+ Bandwidth, RateSection, RfPath, Channel, PowerLimit); -+#endif -+} -+ -+#endif /* #if (RTL8821A_SUPPORT == 1)*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_regconfig8821a.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,96 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_ODM_REGCONFIG_H_8821A -+#define __INC_ODM_REGCONFIG_H_8821A -+ -+#if (RTL8821A_SUPPORT == 1) -+ -+void -+odm_ConfigRFReg_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data, -+ IN ODM_RF_RADIO_PATH_E RF_PATH, -+ IN u4Byte RegAddr -+ ); -+ -+void -+odm_ConfigRF_RadioA_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigRF_RadioB_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigMAC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u1Byte Data -+ ); -+ -+void -+odm_ConfigBB_AGC_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigBB_PHY_REG_PG_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Band, -+ IN u4Byte RfPath, -+ IN u4Byte TxNum, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigBB_PHY_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u4Byte Addr, -+ IN u4Byte Bitmask, -+ IN u4Byte Data -+ ); -+ -+void -+odm_ConfigBB_TXPWR_LMT_8821A( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte Regulation, -+ IN pu1Byte Band, -+ IN pu1Byte Bandwidth, -+ IN pu1Byte RateSection, -+ IN pu1Byte RfPath, -+ IN pu1Byte Channel, -+ IN pu1Byte PowerLimit -+ ); -+ -+#endif -+#endif // end of SUPPORT -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.c linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,78 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+//============================================================ -+// include files -+//============================================================ -+ -+#include "mp_precomp.h" -+ -+#include "../phydm_precomp.h" -+ -+#if (RTL8821A_SUPPORT == 1) -+ -+VOID -+phydm_set_ext_band_switch_8821A( -+ IN PVOID pDM_VOID, -+ IN u4Byte band -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ /*Output Pin Settings*/ -+ ODM_SetMACReg(pDM_Odm, 0x4C, BIT23, 0); /*select DPDT_P and DPDT_N as output pin*/ -+ ODM_SetMACReg(pDM_Odm, 0x4C, BIT24, 1); /*by WLAN control*/ -+ -+ ODM_SetBBReg(pDM_Odm, 0xCB4, 0xF, 7); /*DPDT_P = 1b'0*/ -+ ODM_SetBBReg(pDM_Odm, 0xCB4, 0xF0, 7); /*DPDT_N = 1b'0*/ -+ -+ if (band == ODM_BAND_2_4G) { -+ ODM_SetBBReg(pDM_Odm, 0xCB4, (BIT29|BIT28), 1); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8821A set band switch = 2b'01\n")); -+ } else { -+ ODM_SetBBReg(pDM_Odm, 0xCB4, BIT29|BIT28, 2); -+ ODM_RT_TRACE(pDM_Odm, ODM_COMP_ANT_DIV, ODM_DBG_LOUD, ("***8821A set band switch = 2b'10\n")); -+ } -+} -+ -+VOID -+odm_DynamicTryStateAgg_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ if((pDM_Odm->SupportICType == ODM_RTL8821) && (pDM_Odm->SupportInterface == ODM_ITRF_USB)) -+ { -+ if(pDM_Odm->RSSI_Min > 25) -+ ODM_Write1Byte(pDM_Odm, 0x4CF, 0x02); -+ else if(pDM_Odm->RSSI_Min < 20) -+ ODM_Write1Byte(pDM_Odm, 0x4CF, 0x00); -+ } -+} -+ -+VOID -+odm_HWSetting_8821A( -+ IN PDM_ODM_T pDM_Odm -+ ) -+{ -+ odm_DynamicTryStateAgg_8821A(pDM_Odm); -+} -+ -+#endif //#if (RTL8821A_SUPPORT == 1) -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/phydm_rtl8821a.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,35 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __ODM_RTL8821A_H__ -+#define __ODM_RTL8821A_H__ -+ -+VOID -+phydm_set_ext_band_switch_8821A( -+ IN PVOID pDM_VOID, -+ IN u4Byte band -+); -+ -+VOID -+odm_HWSetting_8821A( -+ IN PDM_ODM_T pDM_Odm -+); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/version_rtl8821a.h linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/version_rtl8821a.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/rtl8821a/version_rtl8821a.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/rtl8821a/version_rtl8821a.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,5 @@ -+/*RTL8821A PHY Parameters*/ -+#define SVN_COMMIT_VERSION_8821A 56 -+#define RELEASE_DATE_8821A 20150622 -+#define COMMIT_BY_8821A "BB_YUCHEN" -+#define RELEASE_VERSION_8821A 54 -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.c linux/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,551 @@ -+//============================================================ -+// Description: -+// -+// This file is for TXBF mechanism -+// -+//============================================================ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+/*Beamforming halcomtxbf API create by YuChen 2015/05*/ -+ -+VOID -+halComTxbf_beamformInit( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8822B) -+ HalTxbf8822B_Init(pDM_Odm); -+} -+ -+/*Only used for MU BFer Entry when get GID management frame (self is as MU STA)*/ -+VOID -+halComTxbf_ConfigGtab( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8822B) -+ HalTxbf8822B_ConfigGtab(pDM_Odm); -+} -+ -+VOID -+phydm_beamformSetSoundingEnter( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (PlatformIsWorkItemScheduled(&(pTxbfInfo->Txbf_EnterWorkItem)) == FALSE) -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_EnterWorkItem)); -+#else -+ halComTxbf_EnterWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+phydm_beamformSetSoundingLeave( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (PlatformIsWorkItemScheduled(&(pTxbfInfo->Txbf_LeaveWorkItem)) == FALSE) -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_LeaveWorkItem)); -+#else -+ halComTxbf_LeaveWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+phydm_beamformSetSoundingRate( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (PlatformIsWorkItemScheduled(&(pTxbfInfo->Txbf_RateWorkItem)) == FALSE) -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_RateWorkItem)); -+#else -+ halComTxbf_RateWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+phydm_beamformSetSoundingStatus( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (PlatformIsWorkItemScheduled(&(pTxbfInfo->Txbf_StatusWorkItem)) == FALSE) -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_StatusWorkItem)); -+#else -+ halComTxbf_StatusWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+phydm_beamformSetSoundingFwNdpa( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (*pDM_Odm->pbFwDwRsvdPageInProgress) -+ ODM_SetTimer(pDM_Odm, &(pTxbfInfo->Txbf_FwNdpaTimer), 5); -+ else -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_FwNdpaWorkItem)); -+#else -+ halComTxbf_FwNdpaWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+phydm_beamformSetSoundingClk( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (PlatformIsWorkItemScheduled(&(pTxbfInfo->Txbf_ClkWorkItem)) == FALSE) -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_ClkWorkItem)); -+#elif(DM_ODM_SUPPORT_TYPE == ODM_CE) -+ PADAPTER padapter = pDM_Odm->Adapter; -+ -+ rtw_run_in_thread_cmd(padapter, halComTxbf_ClkWorkItemCallback, padapter); -+#else -+ halComTxbf_ClkWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+phydm_beamformSetResetTxPath( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (PlatformIsWorkItemScheduled(&(pTxbfInfo->Txbf_ResetTxPathWorkItem)) == FALSE) -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_ResetTxPathWorkItem)); -+#else -+ halComTxbf_ResetTxPathWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+phydm_beamformSetGetTxRate( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ if (PlatformIsWorkItemScheduled(&(pTxbfInfo->Txbf_GetTxRateWorkItem)) == FALSE) -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_GetTxRateWorkItem)); -+#else -+ halComTxbf_GetTxRateWorkItemCallback(pDM_Odm); -+#endif -+} -+ -+VOID -+halComTxbf_EnterWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ u1Byte Idx = pTxbfInfo->TXBFIdx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8821)) -+ HalTxbfJaguar_Enter(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8192E) -+ HalTxbf8192E_Enter(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ HalTxbf8814A_Enter(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8821B) -+ HalTxbf8821B_Enter(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8822B) -+ HalTxbf8822B_Enter(pDM_Odm, Idx); -+} -+ -+VOID -+halComTxbf_LeaveWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ u1Byte Idx = pTxbfInfo->TXBFIdx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8821)) -+ HalTxbfJaguar_Leave(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8192E) -+ HalTxbf8192E_Leave(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ HalTxbf8814A_Leave(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8821B) -+ HalTxbf8821B_Leave(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8822B) -+ HalTxbf8822B_Leave(pDM_Odm, Idx); -+} -+ -+ -+VOID -+halComTxbf_FwNdpaWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ u1Byte Idx = pTxbfInfo->NdpaIdx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8821)) -+ HalTxbfJaguar_FwTxBF(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8192E) -+ HalTxbf8192E_FwTxBF(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ HalTxbf8814A_FwTxBF(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8821B) -+ HalTxbf8821B_FwTxBF(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8822B) -+ HalTxbf8822B_FwTxBF(pDM_Odm, Idx); -+} -+ -+VOID -+halComTxbf_ClkWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8812) -+ HalTxbfJaguar_Clk_8812A(pDM_Odm); -+} -+ -+ -+ -+VOID -+halComTxbf_RateWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ u1Byte BW = pTxbfInfo->BW; -+ u1Byte Rate = pTxbfInfo->Rate; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8812) -+ HalTxbf8812A_setNDPArate(pDM_Odm, BW, Rate); -+ else if (pDM_Odm->SupportICType & ODM_RTL8192E) -+ HalTxbf8192E_setNDPArate(pDM_Odm, BW, Rate); -+ else if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ HalTxbf8814A_setNDPArate(pDM_Odm, BW, Rate); -+ -+} -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+halComTxbf_FwNdpaTimerCallback( -+ IN PRT_TIMER pTimer -+ ) -+{ -+ -+ PADAPTER Adapter = (PADAPTER)pTimer->Adapter; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (*pDM_Odm->pbFwDwRsvdPageInProgress) -+ ODM_SetTimer(pDM_Odm, &(pTxbfInfo->Txbf_FwNdpaTimer), 5); -+ else -+ PlatformScheduleWorkItem(&(pTxbfInfo->Txbf_FwNdpaWorkItem)); -+} -+#endif -+ -+ -+VOID -+halComTxbf_StatusWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ u1Byte Idx = pTxbfInfo->TXBFIdx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pDM_Odm->SupportICType & (ODM_RTL8812|ODM_RTL8821)) -+ HalTxbfJaguar_Status(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8192E) -+ HalTxbf8192E_Status(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ HalTxbf8814A_Status(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8821B) -+ HalTxbf8821B_Status(pDM_Odm, Idx); -+ else if (pDM_Odm->SupportICType & ODM_RTL8822B) -+ HalTxbf8822B_Status(pDM_Odm, Idx); -+} -+ -+VOID -+halComTxbf_ResetTxPathWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ u1Byte Idx = pTxbfInfo->TXBFIdx; -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ HalTxbf8814A_ResetTxPath(pDM_Odm, Idx); -+ -+} -+ -+VOID -+halComTxbf_GetTxRateWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ) -+{ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+#else -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#endif -+ -+ if (pDM_Odm->SupportICType & ODM_RTL8814A) -+ HalTxbf8814A_GetTxRate(pDM_Odm); -+} -+ -+ -+BOOLEAN -+HalComTxbf_Set( -+ IN PVOID pDM_VOID, -+ IN u1Byte setType, -+ IN PVOID pInBuf -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PBOOLEAN pBoolean=(PBOOLEAN)pInBuf; -+ pu1Byte pU1Tmp=(pu1Byte)pInBuf; -+ pu4Byte pU4Tmp=(pu4Byte)pInBuf; -+ PHAL_TXBF_INFO pTxbfInfo = &pDM_Odm->BeamformingInfo.TxbfInfo; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] setType = 0x%X\n", __func__, setType)); -+ -+ switch(setType){ -+ case TXBF_SET_SOUNDING_ENTER: -+ pTxbfInfo->TXBFIdx = *pU1Tmp; -+ phydm_beamformSetSoundingEnter(pDM_Odm); -+ break; -+ -+ case TXBF_SET_SOUNDING_LEAVE: -+ pTxbfInfo->TXBFIdx = *pU1Tmp; -+ phydm_beamformSetSoundingLeave(pDM_Odm); -+ break; -+ -+ case TXBF_SET_SOUNDING_RATE: -+ pTxbfInfo->BW = pU1Tmp[0]; -+ pTxbfInfo->Rate = pU1Tmp[1]; -+ phydm_beamformSetSoundingRate(pDM_Odm); -+ break; -+ -+ case TXBF_SET_SOUNDING_STATUS: -+ pTxbfInfo->TXBFIdx = *pU1Tmp; -+ phydm_beamformSetSoundingStatus(pDM_Odm); -+ break; -+ -+ case TXBF_SET_SOUNDING_FW_NDPA: -+ pTxbfInfo->NdpaIdx = *pU1Tmp; -+ phydm_beamformSetSoundingFwNdpa(pDM_Odm); -+ break; -+ -+ case TXBF_SET_SOUNDING_CLK: -+ phydm_beamformSetSoundingClk(pDM_Odm); -+ break; -+ -+ case TXBF_SET_TX_PATH_RESET: -+ pTxbfInfo->TXBFIdx = *pU1Tmp; -+ phydm_beamformSetResetTxPath(pDM_Odm); -+ break; -+ -+ case TXBF_SET_GET_TX_RATE: -+ phydm_beamformSetGetTxRate(pDM_Odm); -+ break; -+ -+ } -+ -+ return TRUE; -+} -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+BOOLEAN -+HalComTxbf_Get( -+ IN PADAPTER Adapter, -+ IN u1Byte getType, -+ OUT PVOID pOutBuf -+ ) -+{ -+ PHAL_DATA_TYPE pHalData=GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ PBOOLEAN pBoolean=(PBOOLEAN)pOutBuf; -+ ps4Byte pS4Tmp=(ps4Byte)pOutBuf; -+ pu4Byte pU4Tmp=(pu4Byte)pOutBuf; -+ pu1Byte pU1Tmp=(pu1Byte)pOutBuf; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (getType == TXBF_GET_EXPLICIT_BEAMFORMEE) { -+ if (IS_HARDWARE_TYPE_OLDER_THAN_8812A(Adapter)) -+ *pBoolean = FALSE; -+ else if (/*IS_HARDWARE_TYPE_8822B(Adapter) ||*/ -+ IS_HARDWARE_TYPE_8821B(Adapter) || -+ IS_HARDWARE_TYPE_8192E(Adapter) || -+ IS_HARDWARE_TYPE_JAGUAR(Adapter) || IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(Adapter)) -+ *pBoolean = TRUE; -+ else -+ *pBoolean = FALSE; -+ } else if (getType == TXBF_GET_EXPLICIT_BEAMFORMER) { -+ if (IS_HARDWARE_TYPE_OLDER_THAN_8812A(Adapter)) -+ *pBoolean = FALSE; -+ else if (/*IS_HARDWARE_TYPE_8822B(Adapter) ||*/ -+ IS_HARDWARE_TYPE_8821B(Adapter) || -+ IS_HARDWARE_TYPE_8192E(Adapter) || -+ IS_HARDWARE_TYPE_JAGUAR(Adapter) || IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(Adapter)) { -+ if(pHalData->RF_Type == RF_2T2R || pHalData->RF_Type == RF_3T3R) -+ *pBoolean = TRUE; -+ else -+ *pBoolean = FALSE; -+ } else -+ *pBoolean = FALSE; -+ } else if (getType == TXBF_GET_MU_MIMO_STA) { -+#if (RTL8822B_SUPPORT == 1) -+ if (/*pDM_Odm->SupportICType & (ODM_RTL8822B)*/ -+ IS_HARDWARE_TYPE_8822B(Adapter)) -+ *pBoolean = TRUE; -+ else -+#endif -+ *pBoolean = FALSE; -+ -+ -+ } else if (getType == TXBF_GET_MU_MIMO_AP) { -+#if (RTL8822B_SUPPORT == 1) -+ if (/*pDM_Odm->SupportICType & (ODM_RTL8822B)*/ -+ IS_HARDWARE_TYPE_8822B(Adapter)) -+ *pBoolean = TRUE; -+ else -+#endif -+ *pBoolean = FALSE; -+ } -+ -+ return TRUE; -+} -+#endif -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.h linux/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/halcomtxbf.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,181 @@ -+#ifndef __HAL_COM_TXBF_H__ -+#define __HAL_COM_TXBF_H__ -+ -+/* -+typedef BOOLEAN -+(*TXBF_GET)( -+ IN PVOID pAdapter, -+ IN u1Byte getType, -+ OUT PVOID pOutBuf -+ ); -+ -+typedef BOOLEAN -+(*TXBF_SET)( -+ IN PVOID pAdapter, -+ IN u1Byte setType, -+ OUT PVOID pInBuf -+ ); -+*/ -+#define TxBF_Nr(a, b) ((a > b) ? (b) : (a)) -+ -+typedef enum _TXBF_SET_TYPE{ -+ TXBF_SET_SOUNDING_ENTER, -+ TXBF_SET_SOUNDING_LEAVE, -+ TXBF_SET_SOUNDING_RATE, -+ TXBF_SET_SOUNDING_STATUS, -+ TXBF_SET_SOUNDING_FW_NDPA, -+ TXBF_SET_SOUNDING_CLK, -+ TXBF_SET_TX_PATH_RESET, -+ TXBF_SET_GET_TX_RATE -+}TXBF_SET_TYPE,*PTXBF_SET_TYPE; -+ -+ -+typedef enum _TXBF_GET_TYPE{ -+ TXBF_GET_EXPLICIT_BEAMFORMEE, -+ TXBF_GET_EXPLICIT_BEAMFORMER, -+ TXBF_GET_MU_MIMO_STA, -+ TXBF_GET_MU_MIMO_AP -+}TXBF_GET_TYPE,*PTXBF_GET_TYPE; -+ -+ -+ -+//2 HAL TXBF related -+typedef struct _HAL_TXBF_INFO { -+ u1Byte TXBFIdx; -+ u1Byte NdpaIdx; -+ u1Byte BW; -+ u1Byte Rate; -+ -+ RT_TIMER Txbf_FwNdpaTimer; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ RT_WORK_ITEM Txbf_EnterWorkItem; -+ RT_WORK_ITEM Txbf_LeaveWorkItem; -+ RT_WORK_ITEM Txbf_FwNdpaWorkItem; -+ RT_WORK_ITEM Txbf_ClkWorkItem; -+ RT_WORK_ITEM Txbf_StatusWorkItem; -+ RT_WORK_ITEM Txbf_RateWorkItem; -+ RT_WORK_ITEM Txbf_ResetTxPathWorkItem; -+ RT_WORK_ITEM Txbf_GetTxRateWorkItem; -+#endif -+ -+} HAL_TXBF_INFO, *PHAL_TXBF_INFO; -+ -+#if (BEAMFORMING_SUPPORT == 1) -+ -+VOID -+halComTxbf_beamformInit( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+halComTxbf_ConfigGtab( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+halComTxbf_EnterWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+VOID -+halComTxbf_LeaveWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+VOID -+halComTxbf_FwNdpaWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+VOID -+halComTxbf_ClkWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+VOID -+halComTxbf_ResetTxPathWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+VOID -+halComTxbf_GetTxRateWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+VOID -+halComTxbf_RateWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+VOID -+halComTxbf_FwNdpaTimerCallback( -+ IN PRT_TIMER pTimer -+ ); -+ -+VOID -+halComTxbf_StatusWorkItemCallback( -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN PADAPTER Adapter -+#else -+ IN PVOID pDM_VOID -+#endif -+ ); -+ -+BOOLEAN -+HalComTxbf_Set( -+ IN PVOID pDM_VOID, -+ IN u1Byte setType, -+ IN PVOID pInBuf -+ ); -+ -+BOOLEAN -+HalComTxbf_Get( -+ IN PADAPTER Adapter, -+ IN u1Byte getType, -+ OUT PVOID pOutBuf -+ ); -+ -+#else -+#define halComTxbf_beamformInit(pDM_VOID) NULL -+#define halComTxbf_ConfigGtab(pDM_VOID) NULL -+#define halComTxbf_EnterWorkItemCallback(_Adapter) NULL -+#define halComTxbf_LeaveWorkItemCallback(_Adapter) NULL -+#define halComTxbf_FwNdpaWorkItemCallback(_Adapter) NULL -+#define halComTxbf_ClkWorkItemCallback(_Adapter) NULL -+#define halComTxbf_RateWorkItemCallback(_Adapter) NULL -+#define halComTxbf_FwNdpaTimerCallback(_Adapter) NULL -+#define halComTxbf_StatusWorkItemCallback(_Adapter) NULL -+#define HalComTxbf_Get(_Adapter, _getType, _pOutBuf) -+ -+#endif -+ -+#endif // #ifndef __HAL_COM_TXBF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.c linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,392 @@ -+//============================================================ -+// Description: -+// -+// This file is for 8192E TXBF mechanism -+// -+//============================================================ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8192E_SUPPORT == 1) -+ -+VOID -+HalTxbf8192E_setNDPArate( -+ IN PVOID pDM_VOID, -+ IN u1Byte BW, -+ IN u1Byte Rate -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_Write1Byte(pDM_Odm, REG_NDPA_OPT_CTRL_8192E, (Rate << 2 | BW)); -+ -+} -+ -+VOID -+halTxbf8192E_RfMode( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORMING_INFO pBeamInfo -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ BOOLEAN bSelfBeamformer = FALSE; -+ BOOLEAN bSelfBeamformee = FALSE; -+ BEAMFORMING_CAP BeamformCap = BEAMFORMING_CAP_NONE; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pDM_Odm->RFType == ODM_1T1R) -+ return; -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x1); /*RF Mode table write enable*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_WE_LUT, 0x80000, 0x1); /*RF Mode table write enable*/ -+ -+ if (pBeamInfo->beamformee_su_cnt > 0) { -+ /*Path_A*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableAddr, 0xfffff, 0x18000); /*Select RX mode 0x30=0x18000*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff, 0x0000f); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0x77fc2); /*Enable TXIQGEN in RX mode*/ -+ /*Path_B*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableAddr, 0xfffff, 0x18000); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff, 0x0000f); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff, 0x77fc2); /*Enable TXIQGEN in RX mode*/ -+ } else { -+ /*Path_A*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableAddr, 0xfffff, 0x18000); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff, 0x0000f); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0x77f82); /*Disable TXIQGEN in RX mode*/ -+ /*Path_B*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableAddr, 0xfffff, 0x18000); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff, 0x0000f); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff, 0x77f82); /*Disable TXIQGEN in RX mode*/ -+ } -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_WE_LUT, 0x80000, 0x0); /*RF Mode table write disable*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_WE_LUT, 0x80000, 0x0); /*RF Mode table write disable*/ -+ -+ if (pBeamInfo->beamformee_su_cnt > 0) { -+ ODM_SetBBReg(pDM_Odm, rFPGA1_TxInfo, bMaskDWord, 0x83321333); -+ ODM_SetBBReg(pDM_Odm, rCCK0_AFESetting, bMaskByte3, 0xc1); -+ } else -+ ODM_SetBBReg(pDM_Odm, rFPGA1_TxInfo, bMaskDWord, 0x81121313); -+} -+ -+ -+ -+VOID -+halTxbf8192E_FwTxBFCmd( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Idx, Period0 = 0, Period1 = 0; -+ u1Byte PageNum0 = 0xFF, PageNum1 = 0xFF; -+ u1Byte u1TxBFParm[3] = {0}; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ if (pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (Idx == 0) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) -+ PageNum0 = 0xFE; -+ else -+ PageNum0 = 0xFF; //stop sounding -+ Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } else if (Idx == 1) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) -+ PageNum1 = 0xFE; -+ else -+ PageNum1 = 0xFF; //stop sounding -+ Period1 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } -+ } -+ } -+ -+ u1TxBFParm[0] = PageNum0; -+ u1TxBFParm[1] = PageNum1; -+ u1TxBFParm[2] = (Period1 << 4) | Period0; -+ ODM_FillH2CCmd(pDM_Odm, PHYDM_H2C_TXBF, 3, u1TxBFParm); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, -+ ("[%s] PageNum0 = %d Period0 = %d, PageNum1 = %d Period1 %d\n", __func__, PageNum0, Period0, PageNum1, Period1)); -+} -+ -+ -+VOID -+halTxbf8192E_DownloadNDPA( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte u1bTmp = 0, tmpReg422 = 0, Head_Page; -+ u1Byte BcnValidReg = 0, count = 0, DLBcnCount = 0; -+ BOOLEAN bSendBeacon = FALSE; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ u1Byte TxPageBndy = LAST_ENTRY_OF_TX_PKT_BUFFER_8812; -+ /*default reseved 1 page for the IC type which is undefined.*/ -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ *pDM_Odm->pbFwDwRsvdPageInProgress = TRUE; -+#endif -+ if (Idx == 0) -+ Head_Page = 0xFE; -+ else -+ Head_Page = 0xFE; -+ -+ Adapter->HalFunc.GetHalDefVarHandler(Adapter, HAL_DEF_TX_PAGE_BOUNDARY, (pu1Byte)&TxPageBndy); -+ -+ /*Set REG_CR bit 8. DMA beacon by SW.*/ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_CR_8192E+1); -+ ODM_Write1Byte(pDM_Odm, REG_CR_8192E+1, (u1bTmp | BIT0)); -+ -+ /*Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame.*/ -+ tmpReg422 = ODM_Read1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8192E+2); -+ ODM_Write1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8192E+2, tmpReg422 & (~BIT6)); -+ -+ if (tmpReg422 & BIT6) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_WARNING, ("%s There is an Adapter is sending beacon.\n", __func__)); -+ bSendBeacon = TRUE; -+ } -+ -+ /*TDECTRL[15:8] 0x209[7:0] = 0xFE/0xFD NDPA Head for TXDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_DWBCN0_CTRL_8192E+1, Head_Page); -+ -+ do { -+ /*Clear beacon valid check bit.*/ -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_DWBCN0_CTRL_8192E+2); -+ ODM_Write1Byte(pDM_Odm, REG_DWBCN0_CTRL_8192E+2, (BcnValidReg | BIT0)); -+ -+ // download NDPA rsvd page. -+ Beamforming_SendHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->SoundBW, BEACON_QUEUE); -+ -+#if(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_MGQ_TXBD_NUM_8192E+3); -+ count = 0; -+ while ((count < 20) && (u1bTmp & BIT4)) { -+ count++; -+ ODM_delay_us(10); -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_MGQ_TXBD_NUM_8192E+3); -+ } -+ ODM_Write1Byte(pDM_Odm, REG_MGQ_TXBD_NUM_8192E+3, u1bTmp | BIT4); -+#endif -+ -+ /*check rsvd page download OK.*/ -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_DWBCN0_CTRL_8192E+2); -+ count = 0; -+ while (!(BcnValidReg & BIT0) && count < 20) { -+ count++; -+ ODM_delay_us(10); -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_DWBCN0_CTRL_8192E+2); -+ } -+ DLBcnCount++; -+ } while (!(BcnValidReg & BIT0) && DLBcnCount < 5); -+ -+ if (!(BcnValidReg & BIT0)) -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_WARNING, ("%s Download RSVD page failed!\n", __func__)); -+ -+ /*TDECTRL[15:8] 0x209[7:0] = 0xF9 Beacon Head for TXDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_DWBCN0_CTRL_8192E+1, TxPageBndy); -+ -+ /*To make sure that if there exists an adapter which would like to send beacon.*/ -+ /*If exists, the origianl value of 0x422[6] will be 1, we should check this to*/ -+ /*prevent from setting 0x422[6] to 0 after download reserved page, or it will cause*/ -+ /*the beacon cannot be sent by HW.*/ -+ /*2010.06.23. Added by tynli.*/ -+ if (bSendBeacon) -+ ODM_Write1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8192E+2, tmpReg422); -+ -+ /*Do not enable HW DMA BCN or it will cause Pcie interface hang by timing issue. 2011.11.24. by tynli.*/ -+ /*Clear CR[8] or beacon packet will not be send to TxBuf anymore.*/ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_CR_8192E+1); -+ ODM_Write1Byte(pDM_Odm, REG_CR_8192E+1, (u1bTmp & (~BIT0))); -+ -+ pBeamEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSED; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ *pDM_Odm->pbFwDwRsvdPageInProgress = FALSE; -+#endif -+} -+ -+ -+VOID -+HalTxbf8192E_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte BFerBFeeIdx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ u1Byte BFerIdx = (BFerBFeeIdx & 0xF0) >> 4; -+ u1Byte BFeeIdx = (BFerBFeeIdx & 0xF); -+ u4Byte CSI_Param; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ u2Byte STAid = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ halTxbf8192E_RfMode(pDM_Odm, pBeamformingInfo); -+ -+ if (pDM_Odm->RFType == ODM_2T2R) -+ ODM_Write4Byte(pDM_Odm, 0xd80, 0x00000000); /*Nc =2*/ -+ -+ if ((pBeamformingInfo->beamformer_su_cnt > 0) && (BFerIdx < BEAMFORMER_ENTRY_NUM)) { -+ BeamformerEntry = pBeamformingInfo->BeamformerEntry[BFerIdx]; -+ -+ /*Sounding protocol control*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8192E, 0xCB); -+ -+ /*MAC address/Partial AID of Beamformer*/ -+ if (BFerIdx == 0) { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_ASSOCIATED_BFMER0_INFO_8192E+i), BeamformerEntry.MacAddr[i]); -+ } else { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_ASSOCIATED_BFMER1_INFO_8192E+i), BeamformerEntry.MacAddr[i]); -+ } -+ -+ /*CSI report parameters of Beamformer Default use Nc = 2*/ -+ CSI_Param = 0x03090309; -+ -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8192E, CSI_Param); -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW40_8192E, CSI_Param); -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW80_8192E, CSI_Param); -+ -+ /*Timeout value for MAC to leave NDP_RX_standby_state (60 us, Test chip) (80 us, MP chip)*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8192E+3, 0x50); -+ -+ } -+ -+ if ((pBeamformingInfo->beamformee_su_cnt > 0) && (BFeeIdx < BEAMFORMEE_ENTRY_NUM)) { -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[BFeeIdx]; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ STAid = BeamformeeEntry.MacId; -+ else -+ STAid = BeamformeeEntry.P_AID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s], STAid=0x%X\n", __func__, STAid)); -+ -+ /*P_AID of Beamformee & enable NDPA transmission & enable NDPA interrupt*/ -+ if (BFeeIdx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8192E, STAid); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8192E+3, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8192E+3) | BIT4 | BIT6 | BIT7); -+ } else -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8192E+2, STAid | BIT12 | BIT14 | BIT15); -+ -+ /*CSI report parameters of Beamformee*/ -+ if (BFeeIdx == 0) { -+ /*Get BIT24 & BIT25*/ -+ u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8192E+3) & 0x3; -+ -+ ODM_Write1Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8192E+3, tmp | 0x60); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8192E, STAid | BIT9); -+ } else { -+ /*Set BIT25*/ -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8192E+2, STAid | 0xE200); -+ } -+ phydm_Beamforming_Notify(pDM_Odm); -+ -+ } -+} -+ -+ -+VOID -+HalTxbf8192E_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ halTxbf8192E_RfMode(pDM_Odm, pBeamInfo); -+ -+ /* Clear P_AID of Beamformee -+ * Clear MAC addresss of Beamformer -+ * Clear Associated Bfmee Sel -+ */ -+ if (pBeamInfo->BeamformCap == BEAMFORMING_CAP_NONE) -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8192E, 0xC8); -+ -+ if (Idx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8192E, 0); -+ ODM_Write4Byte(pDM_Odm, REG_ASSOCIATED_BFMER0_INFO_8192E, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMER0_INFO_8192E+4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8192E, 0); -+ } else { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8192E+2, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8192E+2) & 0xF000); -+ ODM_Write4Byte(pDM_Odm, REG_ASSOCIATED_BFMER1_INFO_8192E, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMER1_INFO_8192E+4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8192E+2, ODM_Read2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8192E+2) & 0x60); -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Idx %d\n", __func__, Idx)); -+} -+ -+ -+VOID -+HalTxbf8192E_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte BeamCtrlVal; -+ u4Byte BeamCtrlReg; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformEntry = pBeamInfo->BeamformeeEntry[Idx]; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ BeamCtrlVal = BeamformEntry.MacId; -+ else -+ BeamCtrlVal = BeamformEntry.P_AID; -+ -+ if (Idx == 0) -+ BeamCtrlReg = REG_TXBF_CTRL_8192E; -+ else { -+ BeamCtrlReg = REG_TXBF_CTRL_8192E+2; -+ BeamCtrlVal |= BIT12 | BIT14 | BIT15; -+ } -+ -+ if (BeamformEntry.BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (BeamformEntry.SoundBW == CHANNEL_WIDTH_20) -+ BeamCtrlVal |= BIT9; -+ else if (BeamformEntry.SoundBW == CHANNEL_WIDTH_40) -+ BeamCtrlVal |= BIT10; -+ } else -+ BeamCtrlVal &= ~(BIT9 | BIT10 | BIT11); -+ -+ ODM_Write2Byte(pDM_Odm, BeamCtrlReg, BeamCtrlVal); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Idx %d BeamCtrlReg %x BeamCtrlVal %x\n", __func__, Idx, BeamCtrlReg, BeamCtrlVal)); -+} -+ -+ -+VOID -+HalTxbf8192E_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pBeamEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSING) -+ halTxbf8192E_DownloadNDPA(pDM_Odm, Idx); -+ -+ halTxbf8192E_FwTxBFCmd(pDM_Odm); -+} -+ -+#endif /* #if (RTL8192E_SUPPORT == 1)*/ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.h linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8192e.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,52 @@ -+#ifndef __HAL_TXBF_8192E_H__ -+#define __HAL_TXBF_8192E_H__ -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8192E_SUPPORT == 1) -+VOID -+HalTxbf8192E_setNDPArate( -+ IN PVOID pDM_VOID, -+ IN u1Byte BW, -+ IN u1Byte Rate -+); -+ -+VOID -+HalTxbf8192E_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8192E_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8192E_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8192E_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+#else -+ -+#define HalTxbf8192E_setNDPArate(pDM_VOID, BW, Rate) -+#define HalTxbf8192E_Enter(pDM_VOID, Idx) -+#define HalTxbf8192E_Leave(pDM_VOID, Idx) -+#define HalTxbf8192E_Status(pDM_VOID, Idx) -+#define HalTxbf8192E_FwTxBF(pDM_VOID, Idx) -+ -+#endif -+ -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.c linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,653 @@ -+//============================================================ -+// Description: -+// -+// This file is for 8814A TXBF mechanism -+// -+//============================================================ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8814A_SUPPORT == 1) -+ -+VOID -+HalTxbf8814A_setNDPArate( -+ IN PVOID pDM_VOID, -+ IN u1Byte BW, -+ IN u1Byte Rate -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_Write1Byte(pDM_Odm, REG_NDPA_OPT_CTRL_8814A, BW); -+ ODM_Write1Byte(pDM_Odm, REG_NDPA_RATE_8814A, (u1Byte) Rate); -+ -+} -+ -+#define PHYDM_MEMORY_MAP_BUF_READ 0x8000 -+#define PHYDM_CTRL_INFO_PAGE 0x660 -+ -+VOID -+phydm_DataRate_8814A( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte macId, -+ OUT pu4Byte data, -+ IN u1Byte dataLen -+ ) -+{ -+ u1Byte i = 0; -+ u2Byte XReadDataAddr = 0; -+ -+ ODM_Write2Byte(pDM_Odm, REG_PKTBUF_DBG_CTRL_8814A, PHYDM_CTRL_INFO_PAGE); -+ XReadDataAddr = PHYDM_MEMORY_MAP_BUF_READ + macId*32; /*Ctrl Info: 32Bytes for each macid(n)*/ -+ -+ if ((XReadDataAddr < PHYDM_MEMORY_MAP_BUF_READ) || (XReadDataAddr > 0x8FFF)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("XReadDataAddr(0x%x) is not correct!\n", XReadDataAddr)); -+ return; -+ } -+ -+ /* Read data */ -+ for (i = 0; i < dataLen; i++) -+ *(data+i) = ODM_Read2Byte(pDM_Odm, XReadDataAddr+i); -+ -+} -+ -+VOID -+HalTxbf8814A_GetTxRate( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pEntry; -+ u4Byte TxRptData = 0; -+ u1Byte DataRate = 0xFF; -+ -+ pEntry = &(pBeamInfo->BeamformeeEntry[pBeamInfo->BeamformeeCurIdx]); -+ -+ phydm_DataRate_8814A(pDM_Odm, (u1Byte)pEntry->MacId, &TxRptData, 1); -+ DataRate = (u1Byte)TxRptData; -+ DataRate &= bMask7bits; /*Bit7 indicates SGI*/ -+ -+ pDM_Odm->TxBfDataRate = DataRate; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] pDM_Odm->TxBfDataRate = 0x%x\n", __func__, pDM_Odm->TxBfDataRate)); -+} -+ -+VOID -+HalTxbf8814A_ResetTxPath( -+ IN PVOID pDM_VOID, -+ IN u1Byte idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ u1Byte Nr_index = 0; -+ -+ if (idx < BEAMFORMEE_ENTRY_NUM) -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[idx]; -+ else -+ return; -+ -+ if ((pDM_Odm->LastUSBHub) != (*pDM_Odm->HubUsbMode)) { -+ Nr_index = TxBF_Nr(halTxbf8814A_GetNtx(pDM_Odm), BeamformeeEntry.CompSteeringNumofBFer); -+ -+ if (idx == 0) { -+ switch (Nr_index) { -+ case 0: -+ break; -+ -+ case 1: /*Nsts = 2 BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF0, bMaskByte3LowNibble | bMaskL3Bytes, 0x9366); /*tx2path, BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskL3Bytes, 0x936); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x9360); -+ break; -+ -+ case 2: /*Nsts = 3 BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF0, bMaskByte3LowNibble | bMaskL3Bytes, 0x93e93ee); /*tx3path, BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93e); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93e93e0); -+ break; -+ -+ default: /*Nr>3, same as Case 3*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF0, bMaskByte3LowNibble | bMaskL3Bytes, 0x93f93ff); /*tx4path, ABCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93f); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskDWord, 0x93f93f0); -+ break; -+ } -+ } else { -+ switch (Nr_index) { -+ case 0: -+ break; -+ -+ case 1: /*Nsts = 2 BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, bMaskByte3LowNibble | bMaskL3Bytes, 0x9366); /*tx2path, BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x936); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x9360); -+ break; -+ -+ case 2: /*Nsts = 3 BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, bMaskByte3LowNibble | bMaskL3Bytes, 0x93e93ee); /*tx3path, BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93e); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93e93e0); -+ break; -+ -+ default: /*Nr>3, same as Case 3*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, bMaskByte3LowNibble | bMaskL3Bytes, 0x93f93ff); /*tx4path, ABCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93f); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93f93f0); -+ break; -+ } -+ } -+ -+ pDM_Odm->LastUSBHub = *pDM_Odm->HubUsbMode; -+ } else -+ return; -+#endif -+} -+ -+ -+u1Byte -+halTxbf8814A_GetNtx( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Ntx = 0; -+ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ if (pDM_Odm->SupportInterface == ODM_ITRF_USB) { -+ if (*pDM_Odm->HubUsbMode == 2) {/*USB3.0*/ -+ if (pDM_Odm->RFType == ODM_4T4R) -+ Ntx = 3; -+ else if (pDM_Odm->RFType == ODM_3T3R) -+ Ntx = 2; -+ else -+ Ntx = 1; -+ } else if (*pDM_Odm->HubUsbMode == 1) /*USB 2.0 always 2Tx*/ -+ Ntx = 1; -+ else -+ Ntx = 1; -+ } else -+#endif -+ { -+ if (pDM_Odm->RFType == ODM_4T4R) -+ Ntx = 3; -+ else if (pDM_Odm->RFType == ODM_3T3R) -+ Ntx = 2; -+ else -+ Ntx = 1; -+ } -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Ntx = %d\n", __func__, Ntx)); -+ return Ntx; -+} -+ -+u1Byte -+halTxbf8814A_GetNrx( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Nrx = 0; -+ -+ if (pDM_Odm->RFType == ODM_4T4R) -+ Nrx = 3; -+ else if (pDM_Odm->RFType == ODM_3T3R) -+ Nrx = 2; -+ else if (pDM_Odm->RFType == ODM_2T2R) -+ Nrx = 1; -+ else if (pDM_Odm->RFType == ODM_2T3R) -+ Nrx = 2; -+ else if (pDM_Odm->RFType == ODM_2T4R) -+ Nrx = 3; -+ else if (pDM_Odm->RFType == ODM_1T1R) -+ Nrx = 0; -+ else if (pDM_Odm->RFType == ODM_1T2R) -+ Nrx = 1; -+ else -+ Nrx = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Nrx = %d\n", __func__, Nrx)); -+ return Nrx; -+} -+ -+VOID -+halTxbf8814A_RfMode( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORMING_INFO pBeamformingInfo, -+ IN u1Byte idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i, Nr_index = 0; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ -+ if (idx < BEAMFORMEE_ENTRY_NUM) -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[idx]; -+ else -+ return; -+ -+ Nr_index = TxBF_Nr(halTxbf8814A_GetNtx(pDM_Odm), BeamformeeEntry.CompSteeringNumofBFer); -+ -+ if (pDM_Odm->RFType == ODM_1T1R) -+ return; -+ -+ for (i = ODM_RF_PATH_A; i < MAX_RF_PATH; i++) { -+ ODM_SetRFReg(pDM_Odm, i, RF_WeLut_Jaguar, 0x80000, 0x1); -+ /*RF Mode table write enable*/ -+ } -+ -+ if (pBeamformingInfo->beamformee_su_cnt > 0) { -+ for (i = ODM_RF_PATH_A; i < MAX_RF_PATH; i++) { -+ ODM_SetRFReg(pDM_Odm, i, RF_ModeTableAddr, 0xfffff, 0x18000); -+ /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, i, RF_ModeTableData0, 0xfffff, 0xBE77F); -+ /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, i, RF_ModeTableData1, 0xfffff, 0x226BF); -+ /*Enable TXIQGEN in RX mode*/ -+ } -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0xE26BF); -+ /*Enable TXIQGEN in RX mode*/ -+ } -+ -+ for (i = ODM_RF_PATH_A; i < MAX_RF_PATH; i++) { -+ ODM_SetRFReg(pDM_Odm, i, RF_WeLut_Jaguar, 0x80000, 0x0); -+ /*RF Mode table write disable*/ -+ } -+ -+ if (pBeamformingInfo->beamformee_su_cnt > 0) { -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ pDM_Odm->LastUSBHub = *pDM_Odm->HubUsbMode; -+#endif -+ -+ /*for 8814 19ac(idx 1), 19b4(idx 0), different Tx ant setting*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, BIT28 | BIT29, 0x2); /*enable BB TxBF ant mapping register*/ -+ -+ if (idx == 0) { -+ switch (Nr_index) { -+ case 0: -+ break; -+ -+ case 1: /*Nsts = 2 BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF0, bMaskByte3LowNibble | bMaskL3Bytes, 0x9366); /*tx2path, BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskL3Bytes, 0x936); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x9360); -+ break; -+ -+ case 2: /*Nsts = 3 BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF0, bMaskByte3LowNibble | bMaskL3Bytes, 0x93e93ee); /*tx3path, BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93e); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93e93e0); -+ break; -+ -+ default: /*Nr>3, same as Case 3*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF0, bMaskByte3LowNibble | bMaskL3Bytes, 0x93f93ff); /*tx4path, ABCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93f); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskDWord, 0x93f93f0); -+ break; -+ } -+ } else { -+ switch (Nr_index) { -+ case 0: -+ break; -+ -+ case 1: /*Nsts = 2 BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, bMaskByte3LowNibble | bMaskL3Bytes, 0x9366); /*tx2path, BC*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x936); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x9360); -+ break; -+ -+ case 2: /*Nsts = 3 BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, bMaskByte3LowNibble | bMaskL3Bytes, 0x93e93ee); /*tx3path, BCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93e); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93e93e0); -+ break; -+ -+ default: /*Nr>3, same as Case 3*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, bMaskByte3LowNibble | bMaskL3Bytes, 0x93f93ff); /*tx4path, ABCD*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x93f); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93f93f0); -+ break; -+ } -+ } -+ } -+ -+ if ((pBeamformingInfo->beamformee_su_cnt == 0) && (pBeamformingInfo->beamformer_su_cnt == 0)) { -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, bMaskByte3 | bMaskByte2HighNibble, 0x932); /*set TxPath selection for 8814a BFer bug refine*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93e9360); -+ } -+} -+#if 0 -+VOID -+halTxbf8814A_DownloadNDPA( -+ IN PADAPTER Adapter, -+ IN u1Byte Idx -+) -+{ -+ u1Byte u1bTmp = 0, tmpReg422 = 0; -+ u1Byte BcnValidReg = 0, count = 0, DLBcnCount = 0; -+ u2Byte Head_Page = 0x7FE; -+ BOOLEAN bSendBeacon = FALSE; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u2Byte TxPageBndy = LAST_ENTRY_OF_TX_PKT_BUFFER_8814A; /*default reseved 1 page for the IC type which is undefined.*/ -+ PRT_BEAMFORMING_INFO pBeamInfo = GET_BEAMFORM_INFO(Adapter); -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ -+ pHalData->bFwDwRsvdPageInProgress = TRUE; -+ Adapter->HalFunc.GetHalDefVarHandler(Adapter, HAL_DEF_TX_PAGE_BOUNDARY, (pu2Byte)&TxPageBndy); -+ -+ /*Set REG_CR bit 8. DMA beacon by SW.*/ -+ u1bTmp = PlatformEFIORead1Byte(Adapter, REG_CR_8814A + 1); -+ PlatformEFIOWrite1Byte(Adapter, REG_CR_8814A + 1, (u1bTmp | BIT0)); -+ -+ -+ /*Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame.*/ -+ tmpReg422 = PlatformEFIORead1Byte(Adapter, REG_FWHW_TXQ_CTRL_8814A + 2); -+ PlatformEFIOWrite1Byte(Adapter, REG_FWHW_TXQ_CTRL_8814A + 2, tmpReg422 & (~BIT6)); -+ -+ if (tmpReg422 & BIT6) { -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("SetBeamformDownloadNDPA_8814A(): There is an Adapter is sending beacon.\n")); -+ bSendBeacon = TRUE; -+ } -+ -+ /*0x204[11:0] Beacon Head for TXDMA*/ -+ PlatformEFIOWrite2Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A, Head_Page); -+ -+ do { -+ /*Clear beacon valid check bit.*/ -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A + 1); -+ PlatformEFIOWrite1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A + 1, (BcnValidReg | BIT7)); -+ -+ /*download NDPA rsvd page.*/ -+ if (pBeamEntry->BeamformEntryCap & BEAMFORMER_CAP_VHT_SU) -+ Beamforming_SendVHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->AID, pBeamEntry->SoundBW, BEACON_QUEUE); -+ else -+ Beamforming_SendHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->SoundBW, BEACON_QUEUE); -+ -+ /*check rsvd page download OK.*/ -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A + 1); -+ count = 0; -+ while (!(BcnValidReg & BIT7) && count < 20) { -+ count++; -+ delay_us(10); -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A + 2); -+ } -+ DLBcnCount++; -+ } while (!(BcnValidReg & BIT7) && DLBcnCount < 5); -+ -+ if (!(BcnValidReg & BIT0)) -+ RT_DISP(FBEAM, FBEAM_ERROR, ("%s Download RSVD page failed!\n", __func__)); -+ -+ /*0x204[11:0] Beacon Head for TXDMA*/ -+ PlatformEFIOWrite2Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A, TxPageBndy); -+ -+ /*To make sure that if there exists an adapter which would like to send beacon.*/ -+ /*If exists, the origianl value of 0x422[6] will be 1, we should check this to*/ -+ /*prevent from setting 0x422[6] to 0 after download reserved page, or it will cause */ -+ /*the beacon cannot be sent by HW.*/ -+ /*2010.06.23. Added by tynli.*/ -+ if (bSendBeacon) -+ PlatformEFIOWrite1Byte(Adapter, REG_FWHW_TXQ_CTRL_8814A + 2, tmpReg422); -+ -+ /*Do not enable HW DMA BCN or it will cause Pcie interface hang by timing issue. 2011.11.24. by tynli.*/ -+ /*Clear CR[8] or beacon packet will not be send to TxBuf anymore.*/ -+ u1bTmp = PlatformEFIORead1Byte(Adapter, REG_CR_8814A + 1); -+ PlatformEFIOWrite1Byte(Adapter, REG_CR_8814A + 1, (u1bTmp & (~BIT0))); -+ -+ pBeamEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSED; -+ -+ pHalData->bFwDwRsvdPageInProgress = FALSE; -+} -+ -+VOID -+halTxbf8814A_FwTxBFCmd( -+ IN PADAPTER Adapter -+) -+{ -+ u1Byte Idx, Period = 0; -+ u1Byte PageNum0 = 0xFF, PageNum1 = 0xFF; -+ u1Byte u1TxBFParm[3] = {0}; -+ -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ PRT_BEAMFORMING_INFO pBeamInfo = GET_BEAMFORM_INFO(Adapter); -+ -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) { -+ PageNum0 = 0xFE; -+ PageNum1 = 0x07; -+ Period = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } else if (PageNum0 == 0xFF) { -+ PageNum0 = 0xFF; /*stop sounding*/ -+ PageNum1 = 0x0F; -+ } -+ } -+ } -+ -+ u1TxBFParm[0] = PageNum0; -+ u1TxBFParm[1] = PageNum1; -+ u1TxBFParm[2] = Period; -+ FillH2CCmd(Adapter, PHYDM_H2C_TXBF, 3, u1TxBFParm); -+ -+ RT_DISP(FBEAM, FBEAM_FUN, ("@%s End, PageNum0 = 0x%x, PageNum1 = 0x%x Period = %d", __func__, PageNum0, PageNum1, Period)); -+} -+#endif -+VOID -+HalTxbf8814A_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte BFerBFeeIdx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ u1Byte BFerIdx = (BFerBFeeIdx & 0xF0) >> 4; -+ u1Byte BFeeIdx = (BFerBFeeIdx & 0xF); -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ u2Byte STAid = 0, CSI_Param = 0; -+ u1Byte Nc_index = 0, Nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] BFerIdx=%d, BFeeIdx=%d\n", __func__, BFerIdx, BFeeIdx)); -+ ODM_SetMACReg(pDM_Odm, REG_SND_PTCL_CTRL_8814A, bMaskByte1 | bMaskByte2, 0x0202); -+ -+ if ((pBeamformingInfo->beamformer_su_cnt > 0) && (BFerIdx < BEAMFORMER_ENTRY_NUM)) { -+ BeamformerEntry = pBeamformingInfo->BeamformerEntry[BFerIdx]; -+ /*Sounding protocol control*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8814A, 0xDB); -+ -+ /*MAC address/Partial AID of Beamformer*/ -+ if (BFerIdx == 0) { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_ASSOCIATED_BFMER0_INFO_8814A + i), BeamformerEntry.MacAddr[i]); -+ } else { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_ASSOCIATED_BFMER1_INFO_8814A + i), BeamformerEntry.MacAddr[i]); -+ } -+ -+ /*CSI report parameters of Beamformer*/ -+ Nc_index = halTxbf8814A_GetNrx(pDM_Odm); /*for 8814A Nrx = 3(4 Ant), min=0(1 Ant)*/ -+ Nr_index = BeamformerEntry.NumofSoundingDim; /*0x718[7] = 1 use Nsts, 0x718[7] = 0 use reg setting. as Bfee, we use Nsts, so Nr_index don't care*/ -+ -+ grouping = 0; -+ -+ /*for ac = 1, for n = 3*/ -+ if (BeamformerEntry.BeamformEntryCap & BEAMFORMEE_CAP_VHT_SU) -+ codebookinfo = 1; -+ else if (BeamformerEntry.BeamformEntryCap & BEAMFORMEE_CAP_HT_EXPLICIT) -+ codebookinfo = 3; -+ -+ coefficientsize = 3; -+ -+ CSI_Param = (u2Byte)((coefficientsize << 10) | (codebookinfo << 8) | (grouping << 6) | (Nr_index << 3) | (Nc_index)); -+ -+ if (BFerIdx == 0) -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8814A, CSI_Param); -+ else -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8814A + 2, CSI_Param); -+ /*ndp_rx_standby_timer, 8814 need > 0x56, suggest from Dvaid*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8814A + 3, 0x40); -+ -+ } -+ -+ if ((pBeamformingInfo->beamformee_su_cnt > 0) && (BFeeIdx < BEAMFORMEE_ENTRY_NUM)) { -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[BFeeIdx]; -+ -+ halTxbf8814A_RfMode(pDM_Odm, pBeamformingInfo, BFeeIdx); -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ STAid = BeamformeeEntry.MacId; -+ else -+ STAid = BeamformeeEntry.P_AID; -+ -+ /*P_AID of Beamformee & enable NDPA transmission & enable NDPA interrupt*/ -+ if (BFeeIdx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8814A, STAid); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8814A + 3, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8814A + 3) | BIT4 | BIT6 | BIT7); -+ } else -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8814A + 2, STAid | BIT14 | BIT15 | BIT12); -+ -+ /*CSI report parameters of Beamformee*/ -+ if (BFeeIdx == 0) { -+ /*Get BIT24 & BIT25*/ -+ u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8814A + 3) & 0x3; -+ -+ ODM_Write1Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8814A + 3, tmp | 0x60); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8814A, STAid | BIT9); -+ } else -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8814A + 2, STAid | 0xE200); /*Set BIT25*/ -+ -+ phydm_Beamforming_Notify(pDM_Odm); -+ } -+ -+} -+ -+ -+VOID -+HalTxbf8814A_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ -+ if (Idx < BEAMFORMER_ENTRY_NUM) { -+ BeamformerEntry = pBeamformingInfo->BeamformerEntry[Idx]; -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[Idx]; -+ } else -+ return; -+ -+ /*Clear P_AID of Beamformee*/ -+ /*Clear MAC address of Beamformer*/ -+ /*Clear Associated Bfmee Sel*/ -+ -+ if (BeamformerEntry.BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8814A, 0xD8); -+ if (Idx == 0) { -+ ODM_Write4Byte(pDM_Odm, REG_ASSOCIATED_BFMER0_INFO_8814A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMER0_INFO_8814A + 4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8814A, 0); -+ } else { -+ ODM_Write4Byte(pDM_Odm, REG_ASSOCIATED_BFMER1_INFO_8814A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMER1_INFO_8814A + 4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8814A + 2, 0); -+ } -+ } -+ -+ if (BeamformeeEntry.BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ halTxbf8814A_RfMode(pDM_Odm, pBeamformingInfo, Idx); -+ if (Idx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8814A, 0x0); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8814A + 3, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8814A + 3) | BIT4 | BIT6 | BIT7); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8814A, 0); -+ } else { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8814A + 2, 0x0 | BIT14 | BIT15 | BIT12); -+ -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8814A + 2, ODM_Read2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8814A + 2) & 0x60); -+ } -+ } -+} -+ -+VOID -+HalTxbf8814A_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte BeamCtrlVal, tmpVal; -+ u4Byte BeamCtrlReg; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformEntry; -+ -+ if (Idx < BEAMFORMEE_ENTRY_NUM) -+ BeamformEntry = pBeamformingInfo->BeamformeeEntry[Idx]; -+ else -+ return; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ BeamCtrlVal = BeamformEntry.MacId; -+ else -+ BeamCtrlVal = BeamformEntry.P_AID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("@%s, BeamformEntry.BeamformEntryState = %d", __func__, BeamformEntry.BeamformEntryState)); -+ -+ if (Idx == 0) -+ BeamCtrlReg = REG_TXBF_CTRL_8814A; -+ else { -+ BeamCtrlReg = REG_TXBF_CTRL_8814A + 2; -+ BeamCtrlVal |= BIT12 | BIT14 | BIT15; -+ } -+ -+ if (BeamformEntry.BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (BeamformEntry.SoundBW == CHANNEL_WIDTH_20) -+ BeamCtrlVal |= BIT9; -+ else if (BeamformEntry.SoundBW == CHANNEL_WIDTH_40) -+ BeamCtrlVal |= (BIT9 | BIT10); -+ else if (BeamformEntry.SoundBW == CHANNEL_WIDTH_80) -+ BeamCtrlVal |= (BIT9 | BIT10 | BIT11); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("@%s, Don't apply Vmatrix", __func__)); -+ BeamCtrlVal &= ~(BIT9 | BIT10 | BIT11); -+ } -+ -+ ODM_Write2Byte(pDM_Odm, BeamCtrlReg, BeamCtrlVal); -+ /*disable NDP packet use beamforming */ -+ tmpVal = ODM_Read2Byte(pDM_Odm, REG_TXBF_CTRL_8814A); -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8814A, tmpVal | BIT15); -+ -+} -+ -+ -+ -+ -+ -+VOID -+HalTxbf8814A_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+#if 0 -+ PRT_BEAMFORMING_INFO pBeamInfo = GET_BEAMFORM_INFO(Adapter); -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ -+ if (pBeamEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSING) -+ halTxbf8814A_DownloadNDPA(Adapter, Idx); -+ -+ halTxbf8814A_FwTxBFCmd(Adapter); -+#endif -+} -+ -+#endif /* (RTL8814A_SUPPORT == 1)*/ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.h linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8814a.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,70 @@ -+#ifndef __HAL_TXBF_8814A_H__ -+#define __HAL_TXBF_8814A_H__ -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8814A_SUPPORT == 1) -+VOID -+HalTxbf8814A_setNDPArate( -+ IN PVOID pDM_VOID, -+ IN u1Byte BW, -+ IN u1Byte Rate -+); -+ -+u1Byte -+halTxbf8814A_GetNtx( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+HalTxbf8814A_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8814A_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8814A_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+VOID -+HalTxbf8814A_ResetTxPath( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8814A_GetTxRate( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+HalTxbf8814A_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+#else -+ -+#define HalTxbf8814A_setNDPArate(pDM_VOID, BW, Rate) -+#define halTxbf8814A_GetNtx(pDM_VOID) 0 -+#define HalTxbf8814A_Enter(pDM_VOID, Idx) -+#define HalTxbf8814A_Leave(pDM_VOID, Idx) -+#define HalTxbf8814A_Status(pDM_VOID, Idx) -+#define HalTxbf8814A_ResetTxPath(pDM_VOID, Idx) -+#define HalTxbf8814A_GetTxRate(pDM_VOID) -+#define HalTxbf8814A_FwTxBF(pDM_VOID, Idx) -+#endif -+ -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.c linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,400 @@ -+/*============================================================*/ -+/*Description:*/ -+/*This file is for 8812/8821/8811 TXBF mechanism*/ -+/*============================================================*/ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8821B_SUPPORT == 1) -+ -+VOID -+halTxbf8821B_RfMode( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORMING_INFO pBeamInfo -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->RFType == ODM_1T1R) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] set TxIQGen\n", __func__)); -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_WeLut_Jaguar, 0x80000, 0x1); /*RF Mode table write enable*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_WeLut_Jaguar, 0x80000, 0x1); /*RF Mode table write enable*/ -+ -+ if (pBeamInfo->beamformee_su_cnt > 0) { -+ /*Path_A*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0xE26BF); /*Enable TXIQGEN in RX mode*/ -+ /*Path_B*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff, 0xE26BF); /*Enable TXIQGEN in RX mode*/ -+ } else { -+ /*Path_A*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0xC26BF); /*Disable TXIQGEN in RX mode*/ -+ /*Path_B*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff, 0xC26BF); /*Disable TXIQGEN in RX mode*/ -+ } -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_WeLut_Jaguar, 0x80000, 0x0); /*RF Mode table write disable*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_WeLut_Jaguar, 0x80000, 0x0); /*RF Mode table write disable*/ -+ -+ if (pBeamInfo->beamformee_su_cnt > 0) -+ ODM_SetBBReg(pDM_Odm, rTxPath_Jaguar, bMaskByte1, 0x33); -+ else -+ ODM_SetBBReg(pDM_Odm, rTxPath_Jaguar, bMaskByte1, 0x11); -+} -+ -+#if 0 -+VOID -+halTxbf8821B_DownloadNDPA( -+ IN PDM_ODM_T pDM_Odm, -+ IN u1Byte Idx -+) -+{ -+ u1Byte u1bTmp = 0, tmpReg422 = 0, Head_Page; -+ u1Byte BcnValidReg = 0, count = 0, DLBcnCount = 0; -+ BOOLEAN bSendBeacon = FALSE; -+ u1Byte TxPageBndy = LAST_ENTRY_OF_TX_PKT_BUFFER_8812; /*default reseved 1 page for the IC type which is undefined.*/ -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pDM_Odm->Adapter); -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ pHalData->bFwDwRsvdPageInProgress = TRUE; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (Idx == 0) -+ Head_Page = 0xFE; -+ else -+ Head_Page = 0xFE; -+ -+ Adapter->HalFunc.GetHalDefVarHandler(Adapter, HAL_DEF_TX_PAGE_BOUNDARY, (pu1Byte)&TxPageBndy); -+ -+ /*Set REG_CR bit 8. DMA beacon by SW.*/ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_CR_8821B + 1); -+ ODM_Write1Byte(pDM_Odm, REG_CR_8821B + 1, (u1bTmp | BIT0)); -+ -+ -+ /*Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame.*/ -+ tmpReg422 = ODM_Read1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8821B + 2); -+ ODM_Write1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8821B + 2, tmpReg422 & (~BIT6)); -+ -+ if (tmpReg422 & BIT6) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("SetBeamformDownloadNDPA_8812(): There is an Adapter is sending beacon.\n")); -+ bSendBeacon = TRUE; -+ } -+ -+ /*TDECTRL[15:8] 0x209[7:0] = 0xF6 Beacon Head for TXDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_TDECTRL_8812A + 1, Head_Page); -+ -+ do { -+ /*Clear beacon valid check bit.*/ -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_TDECTRL_8812A + 2); -+ ODM_Write1Byte(pDM_Odm, REG_TDECTRL_8812A + 2, (BcnValidReg | BIT0)); -+ -+ /*download NDPA rsvd page.*/ -+ if (pBeamEntry->BeamformEntryCap & BEAMFORMER_CAP_VHT_SU) -+ Beamforming_SendVHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->AID, pBeamEntry->SoundBW, BEACON_QUEUE); -+ else -+ Beamforming_SendHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->SoundBW, BEACON_QUEUE); -+ -+ /*check rsvd page download OK.*/ -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_TDECTRL_8812A + 2); -+ count = 0; -+ while (!(BcnValidReg & BIT0) && count < 20) { -+ count++; -+ ODM_delay_ms(10); -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_TDECTRL_8812A + 2); -+ } -+ DLBcnCount++; -+ } while (!(BcnValidReg & BIT0) && DLBcnCount < 5); -+ -+ if (!(BcnValidReg & BIT0)) -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Download RSVD page failed!\n", __func__)); -+ -+ /*TDECTRL[15:8] 0x209[7:0] = 0xF6 Beacon Head for TXDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_TDECTRL_8812A + 1, TxPageBndy); -+ -+ /*To make sure that if there exists an adapter which would like to send beacon.*/ -+ /*If exists, the origianl value of 0x422[6] will be 1, we should check this to*/ -+ /*prevent from setting 0x422[6] to 0 after download reserved page, or it will cause*/ -+ /*the beacon cannot be sent by HW.*/ -+ /*2010.06.23. Added by tynli.*/ -+ if (bSendBeacon) -+ ODM_Write1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8821B + 2, tmpReg422); -+ -+ /*Do not enable HW DMA BCN or it will cause Pcie interface hang by timing issue. 2011.11.24. by tynli.*/ -+ /*Clear CR[8] or beacon packet will not be send to TxBuf anymore.*/ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_CR_8821B + 1); -+ ODM_Write1Byte(pDM_Odm, REG_CR_8821B + 1, (u1bTmp & (~BIT0))); -+ -+ pBeamEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSED; -+ -+ pHalData->bFwDwRsvdPageInProgress = FALSE; -+} -+ -+ -+VOID -+halTxbf8821B_FwTxBFCmd( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u1Byte Idx, Period0 = 0, Period1 = 0; -+ u1Byte PageNum0 = 0xFF, PageNum1 = 0xFF; -+ u1Byte u1TxBFParm[3] = {0}; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ /*Modified by David*/ -+ if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (Idx == 0) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) -+ PageNum0 = 0xFE; -+ else -+ PageNum0 = 0xFF; /*stop sounding*/ -+ Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } else if (Idx == 1) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) -+ PageNum1 = 0xFE; -+ else -+ PageNum1 = 0xFF; /*stop sounding*/ -+ Period1 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } -+ } -+ } -+ -+ u1TxBFParm[0] = PageNum0; -+ u1TxBFParm[1] = PageNum1; -+ u1TxBFParm[2] = (Period1 << 4) | Period0; -+ FillH2CCmd(Adapter, PHYDM_H2C_TXBF, 3, u1TxBFParm); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, -+ ("[%s] PageNum0 = %d Period0 = %d, PageNum1 = %d Period1 %d\n", __func__, PageNum0, Period0, PageNum1, Period1)); -+} -+ -+#endif -+VOID -+HalTxbf8821B_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte BFerBFeeIdx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ u1Byte BFerIdx = (BFerBFeeIdx & 0xF0) >> 4; -+ u1Byte BFeeIdx = (BFerBFeeIdx & 0xF); -+ u4Byte CSI_Param; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ u2Byte STAid = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]Start!\n", __func__)); -+ -+ halTxbf8821B_RfMode(pDM_Odm, pBeamformingInfo); -+ -+ if (pDM_Odm->RFType == ODM_2T2R) -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CSI_CONTENT_VALUE, bMaskDWord, 0x00000000); /*Nc =2*/ -+ else -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CSI_CONTENT_VALUE, bMaskDWord, 0x01081008); /*Nc =1*/ -+ -+ if ((pBeamformingInfo->beamformer_su_cnt > 0) && (BFerIdx < BEAMFORMER_ENTRY_NUM)) { -+ BeamformerEntry = pBeamformingInfo->BeamformerEntry[BFerIdx]; -+ -+ /*Sounding protocol control*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8821B, 0xCB); -+ -+ /*MAC address/Partial AID of Beamformer*/ -+ if (BFerIdx == 0) { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_BFMER0_INFO_8812A + i), BeamformerEntry.MacAddr[i]); -+ /*CSI report use legacy ofdm so don't need to fill P_AID. */ -+ /*PlatformEFIOWrite2Byte(Adapter, REG_BFMER0_INFO_8821B+6, BeamformEntry.P_AID); */ -+ } else { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_BFMER1_INFO_8812A + i), BeamformerEntry.MacAddr[i]); -+ /*CSI report use legacy ofdm so don't need to fill P_AID.*/ -+ /*PlatformEFIOWrite2Byte(Adapter, REG_BFMER1_INFO_8821B+6, BeamformEntry.P_AID);*/ -+ } -+ -+ /*CSI report parameters of Beamformee*/ -+ if (BeamformerEntry.BeamformEntryCap & BEAMFORMEE_CAP_VHT_SU) { -+ if (pDM_Odm->RFType == ODM_2T2R) -+ CSI_Param = 0x01090109; -+ else -+ CSI_Param = 0x01080108; -+ } else { -+ if (pDM_Odm->RFType == ODM_2T2R) -+ CSI_Param = 0x03090309; -+ else -+ CSI_Param = 0x03080308; -+ } -+ -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8821B, CSI_Param); -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW40_8821B, CSI_Param); -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW80_8821B, CSI_Param); -+ -+ /*Timeout value for MAC to leave NDP_RX_standby_state (60 us, Test chip) (80 us, MP chip)*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8821B + 3, 0x50); -+ } -+ -+ -+ if ((pBeamformingInfo->beamformee_su_cnt > 0) && (BFeeIdx < BEAMFORMEE_ENTRY_NUM)) { -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[BFeeIdx]; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ STAid = BeamformeeEntry.MacId; -+ else -+ STAid = BeamformeeEntry.P_AID; -+ -+ /*P_AID of Beamformee & enable NDPA transmission & enable NDPA interrupt*/ -+ if (BFeeIdx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8821B, STAid); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8821B + 3, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8821B + 3) | BIT4 | BIT6 | BIT7); -+ } else -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8821B + 2, STAid | BIT12 | BIT14 | BIT15); -+ -+ /*CSI report parameters of Beamformee*/ -+ if (BFeeIdx == 0) { -+ /*Get BIT24 & BIT25*/ -+ u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3) & 0x3; -+ -+ ODM_Write1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, STAid | BIT9); -+ } else { -+ /*Set BIT25*/ -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, STAid | 0xE200); -+ } -+ phydm_Beamforming_Notify(pDM_Odm); -+ } -+} -+ -+ -+VOID -+HalTxbf8821B_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ -+ if (Idx < BEAMFORMER_ENTRY_NUM) { -+ BeamformerEntry = pBeamformingInfo->BeamformerEntry[Idx]; -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[Idx]; -+ } else -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]Start!, IDx = %d\n", __func__, Idx)); -+ -+ /*Clear P_AID of Beamformee*/ -+ /*Clear MAC address of Beamformer*/ -+ /*Clear Associated Bfmee Sel*/ -+ -+ if (BeamformerEntry.BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8821B, 0xC8); -+ if (Idx == 0) { -+ ODM_Write4Byte(pDM_Odm, REG_BFMER0_INFO_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_BFMER0_INFO_8812A + 4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8821B, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW40_8821B, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW80_8821B, 0); -+ } else { -+ ODM_Write4Byte(pDM_Odm, REG_BFMER1_INFO_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_BFMER1_INFO_8812A + 4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8821B, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW40_8821B, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW80_8821B, 0); -+ } -+ } -+ -+ if (BeamformeeEntry.BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ halTxbf8821B_RfMode(pDM_Odm, pBeamformingInfo); -+ if (Idx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8821B, 0x0); -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, 0); -+ } else { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8821B + 2, ODM_Read2Byte(pDM_Odm, REG_TXBF_CTRL_8821B + 2) & 0xF000); -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, ODM_Read2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2) & 0x60); -+ } -+ } -+ -+} -+ -+ -+VOID -+HalTxbf8821B_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte BeamCtrlVal; -+ u4Byte BeamCtrlReg; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformEntry = pBeamInfo->BeamformeeEntry[Idx]; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ BeamCtrlVal = BeamformEntry.MacId; -+ else -+ BeamCtrlVal = BeamformEntry.P_AID; -+ -+ if (Idx == 0) -+ BeamCtrlReg = REG_TXBF_CTRL_8821B; -+ else { -+ BeamCtrlReg = REG_TXBF_CTRL_8821B + 2; -+ BeamCtrlVal |= BIT12 | BIT14 | BIT15; -+ } -+ -+ if (BeamformEntry.BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (BeamformEntry.SoundBW == CHANNEL_WIDTH_20) -+ BeamCtrlVal |= BIT9; -+ else if (BeamformEntry.SoundBW == CHANNEL_WIDTH_40) -+ BeamCtrlVal |= BIT10; -+ else if (BeamformEntry.SoundBW == CHANNEL_WIDTH_80) -+ BeamCtrlVal |= BIT11; -+ } else -+ BeamCtrlVal &= ~(BIT9 | BIT10 | BIT11); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] BeamCtrlVal = 0x%x!\n", __func__, BeamCtrlVal)); -+ -+ ODM_Write2Byte(pDM_Odm, BeamCtrlReg, BeamCtrlVal); -+} -+ -+ -+ -+VOID -+HalTxbf8821B_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+#if 0 -+ if (pBeamEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSING) -+ halTxbf8821B_DownloadNDPA(pDM_Odm, Idx); -+ -+ halTxbf8821B_FwTxBFCmd(pDM_Odm); -+#endif -+} -+ -+#endif -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.h linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8821b.h 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,43 @@ -+#ifndef __HAL_TXBF_8821B_H__ -+#define __HAL_TXBF_8821B_H__ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8821B_SUPPORT == 1) -+VOID -+HalTxbf8821B_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8821B_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8821B_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8821B_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+#else -+#define HalTxbf8821B_Enter(pDM_VOID, Idx) -+#define HalTxbf8821B_Leave(pDM_VOID, Idx) -+#define HalTxbf8821B_Status(pDM_VOID, Idx) -+#define HalTxbf8821B_FwTxBF(pDM_VOID, Idx) -+#endif -+ -+ -+#endif -+ -+#endif // #ifndef __HAL_TXBF_8821B_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.c linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.c 2017-06-07 23:07:21.031689398 +0300 -@@ -0,0 +1,1099 @@ -+/*============================================================*/ -+/* Description: */ -+/* */ -+/* This file is for 8814A TXBF mechanism */ -+/* */ -+/*============================================================*/ -+ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8822B_SUPPORT == 1) -+ -+#if 0 -+VOID -+HalTxbf8814A_GetBeamformcap( -+ IN PADAPTER Adapter -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = GET_BEAMFORM_INFO(Adapter); -+ BEAMFORMING_CAP BeamformCap = BEAMFORMING_CAP_NONE; -+ -+ BeamformCap = phydm_Beamforming_GetBeamCap(pDM_Odm, pBeamformingInfo); -+ -+ if (BeamformCap == pBeamformingInfo->BeamformCap) -+ return; -+ else -+ pBeamformingInfo->BeamformCap = BeamformCap; -+ -+} -+ -+VOID -+HalTxbf8814A_GetTxRate( -+ IN PADAPTER Adapter -+) -+{ -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ PRT_BEAMFORMING_INFO pBeamInfo = GET_BEAMFORM_INFO(Adapter); -+ PRT_BEAMFORMEE_ENTRY pEntry; -+ u4Byte TxRptData = 0; -+ u1Byte DataRate = 0xFF; -+ -+ pEntry = &(pBeamInfo->BeamformeeEntry[pBeamInfo->BeamformeeCurIdx]); -+ -+ ReadSdramData_8814A(Adapter, (u1Byte)pEntry->MacId, LOC_8814A_CTRL_INFO, &TxRptData, 1); -+ DataRate = (u1Byte)TxRptData; -+ DataRate &= bMask7bits; /*Bit7 indicates SGI*/ -+ -+ pDM_Odm->TxBfDataRate = DataRate; -+ -+} -+ -+VOID -+HalTxbf8814A_ResetTxPath( -+ IN PADAPTER Adapter, -+ IN u1Byte idx -+) -+{ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = GET_BEAMFORM_INFO(Adapter); -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ u1Byte Nr_index = 0; -+ -+ if (idx < BEAMFORMEE_ENTRY_NUM) -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[idx]; -+ else -+ return; -+ -+ if ((pDM_Odm->LastUSBHub) != (RT_GetHubUSBMode(Adapter))) { -+ Nr_index = TxBF_Nr(halTxbf8814A_GetNtx(Adapter), BeamformeeEntry.CompSteeringNumofBFer); -+ -+ if (idx == 0) { -+ switch (Nr_index) { -+ case 0: -+ break; -+ -+ case 1: /*Nsts = 2 BC*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT3|BIT2|BIT1|BIT0, 0x6); /*1ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT7|BIT6|BIT5|BIT4, 0x6); /*2ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, 0x0000ff00, 0x10); /*BC*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, BIT23|BIT22|BIT21|BIT20, 0x6); /*set TxPath selection for 8814a BFer bug refine*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, bMaskByte3, 0x10); /*if Bfer enable, always use 3Tx for all Spatial stream*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x1060); -+ break; -+ -+ case 2: /*Nsts = 3 BCD*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT3|BIT2|BIT1|BIT0, 0xe); /*1ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT7|BIT6|BIT5|BIT4, 0xe); /*2ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, 0x0000ff00, 0x90); /*BCD*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT19|BIT18|BIT17|BIT16, 0xe); /*3ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, 0xff00000, 0x90); /*bcd*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, BIT23|BIT22|BIT21|BIT20, 0xe); /*set TxPath selection for 8814a BFer bug refine*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, bMaskByte3, 0x90); /*if Bfer enable, always use 3Tx for all Spatial stream*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x90e90e0); -+ break; -+ -+ default: /*Nr>3, same as Case 3*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT3|BIT2|BIT1|BIT0, 0xf); /*1ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT7|BIT6|BIT5|BIT4, 0xf); /*2ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, 0x0000ff00, 0x93); /*BC*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, BIT19|BIT18|BIT17|BIT16, 0xf); /*3ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF0, 0xff00000, 0x93); /*bcd*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, BIT23|BIT22|BIT21|BIT20, 0xf); /*set TxPath selection for 8814a BFer bug refine*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, bMaskByte3, 0x93); /*if Bfer enable, always use 3Tx for all Spatial stream*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93f93f0); -+ break; -+ } -+ } else { -+ switch (Nr_index) { -+ case 0: -+ break; -+ -+ case 1: /*Nsts = 2 BC*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT3|BIT2|BIT1|BIT0, 0x6); /*1ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT7|BIT6|BIT5|BIT4, 0x6); /*2ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, 0x0000ff00, 0x10); /*BC*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, BIT23|BIT22|BIT21|BIT20, 0x6); /*set TxPath selection for 8814a BFer bug refine*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, bMaskByte3, 0x10); /*if Bfer enable, always use 3Tx for all Spatial stream*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x1060); -+ break; -+ -+ case 2: /*Nsts = 3 BCD*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT3|BIT2|BIT1|BIT0, 0xe); /*1ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT7|BIT6|BIT5|BIT4, 0xe); /*2ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, 0x0000ff00, 0x90); /*BC*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT19|BIT18|BIT17|BIT16, 0xe); /*3ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, 0xff00000, 0x90); /*bcd*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, BIT23|BIT22|BIT21|BIT20, 0xe); /*set TxPath selection for 8814a BFer bug refine*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, bMaskByte3, 0x90); /*if Bfer enable, always use 3Tx for all Spatial stream*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x90e90e0); -+ break; -+ -+ default: /*Nr>3, same as Case 3*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT3|BIT2|BIT1|BIT0, 0xf); /*1ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT7|BIT6|BIT5|BIT4, 0xf); /*2ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, 0x0000ff00, 0x93); /*BC*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, BIT19|BIT18|BIT17|BIT16, 0xf); /*3ss*/ -+ PHY_SetBBReg(Adapter, REG_BB_TXBF_ANT_SET_BF1, 0xff00000, 0x93); /*bcd*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, BIT23|BIT22|BIT21|BIT20, 0xf); /*set TxPath selection for 8814a BFer bug refine*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_1, bMaskByte3, 0x93); /*if Bfer enable, always use 3Tx for all Spatial stream*/ -+ PHY_SetBBReg(Adapter, REG_BB_TX_PATH_SEL_2, bMaskDWord, 0x93f93f0); -+ break; -+ -+ } -+ } -+ -+ pDM_Odm->LastUSBHub = RT_GetHubUSBMode(Adapter); -+ } -+ else -+ return; -+#endif -+} -+#endif -+ -+u1Byte -+halTxbf8822B_GetNtx( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Ntx = 0; -+ -+#if DEV_BUS_TYPE == RT_USB_INTERFACE -+ if (pDM_Odm->SupportInterface == ODM_ITRF_USB) { -+ if (*pDM_Odm->HubUsbMode == 2) {/*USB3.0*/ -+ if (pDM_Odm->RFType == ODM_4T4R) -+ Ntx = 3; -+ else if (pDM_Odm->RFType == ODM_3T3R) -+ Ntx = 2; -+ else -+ Ntx = 1; -+ } else if (*pDM_Odm->HubUsbMode == 1) /*USB 2.0 always 2Tx*/ -+ Ntx = 1; -+ else -+ Ntx = 1; -+ } else -+#endif -+ { -+ if (pDM_Odm->RFType == ODM_4T4R) -+ Ntx = 3; -+ else if (pDM_Odm->RFType == ODM_3T3R) -+ Ntx = 2; -+ else -+ Ntx = 1; -+ } -+ -+ return Ntx; -+ -+} -+ -+u1Byte -+halTxbf8822B_GetNrx( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Nrx = 0; -+ -+ if (pDM_Odm->RFType == ODM_4T4R) -+ Nrx = 3; -+ else if (pDM_Odm->RFType == ODM_3T3R) -+ Nrx = 2; -+ else if (pDM_Odm->RFType == ODM_2T2R) -+ Nrx = 1; -+ else if (pDM_Odm->RFType == ODM_2T3R) -+ Nrx = 2; -+ else if (pDM_Odm->RFType == ODM_2T4R) -+ Nrx = 3; -+ else if (pDM_Odm->RFType == ODM_1T1R) -+ Nrx = 0; -+ else if (pDM_Odm->RFType == ODM_1T2R) -+ Nrx = 1; -+ else -+ Nrx = 0; -+ -+ return Nrx; -+ -+} -+ -+/***************SU & MU BFee Entry********************/ -+VOID -+halTxbf8822B_RfMode( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORMING_INFO pBeamformingInfo, -+ IN u1Byte idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i, Nr_index = 0; -+ BOOLEAN bSelfBeamformer = FALSE; -+ BOOLEAN bSelfBeamformee = FALSE; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ -+ if (idx < BEAMFORMEE_ENTRY_NUM) -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[idx]; -+ else -+ return; -+ -+ if (pDM_Odm->RFType == ODM_1T1R) -+ return; -+ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_B; i++) { -+ ODM_SetRFReg(pDM_Odm, i, RF_WeLut_Jaguar, 0x80000, 0x1); -+ /*RF Mode table write enable*/ -+ } -+ -+ if ((pBeamformingInfo->beamformee_su_cnt > 0) || (pBeamformingInfo->beamformee_mu_cnt > 0)) { -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_B; i++) { -+ ODM_SetRFReg(pDM_Odm, i, RF_ModeTableAddr, 0xfffff, 0x18000); -+ /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, i, RF_ModeTableData0, 0xfffff, 0xBE77F); -+ /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, i, RF_ModeTableData1, 0xfffff, 0x226BF); -+ /*Enable TXIQGEN in RX mode*/ -+ } -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0xE26BF); -+ /*Enable TXIQGEN in RX mode*/ -+ } -+ -+ for (i = ODM_RF_PATH_A; i < ODM_RF_PATH_B; i++) { -+ ODM_SetRFReg(pDM_Odm, i, RF_WeLut_Jaguar, 0x80000, 0x0); -+ /*RF Mode table write disable*/ -+ } -+ -+ if (pBeamformingInfo->beamformee_su_cnt > 0) { -+ -+ /*for 8814 19ac(idx 1), 19b4(idx 0), different Tx ant setting*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, BIT28|BIT29, 0x2); /*enable BB TxBF ant mapping register*/ -+ -+ if (idx == 0) { -+ /*Nsts = 2 AB*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF0, 0xffff, 0x0433); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, 0xfff00000, 0x043); -+ /*ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x430);*/ -+ -+ } else {/*IDX =1*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, 0xffff, 0x0433); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, 0xfff00000, 0x043); -+ /*ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x430;*/ -+ } -+ } else { -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, 0xfff00000, 0x1); /*1SS by path-A*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_2, bMaskLWord, 0x430); /*2SS by path-A,B*/ -+ } -+ -+ if (pBeamformingInfo->beamformee_mu_cnt > 0) { -+ /*MU STAs share the common setting*/ -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, BIT31, 1); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TXBF_ANT_SET_BF1, 0xffff, 0x0433); -+ ODM_SetBBReg(pDM_Odm, REG_BB_TX_PATH_SEL_1, 0xfff00000, 0x043); -+ } -+ -+} -+#if 0 -+VOID -+halTxbf8822B_DownloadNDPA( -+ IN PADAPTER Adapter, -+ IN u1Byte Idx -+ ) -+{ -+ u1Byte u1bTmp = 0, tmpReg422 = 0; -+ u1Byte BcnValidReg = 0, count = 0, DLBcnCount = 0; -+ u2Byte Head_Page = 0x7FE; -+ BOOLEAN bSendBeacon = FALSE; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u2Byte TxPageBndy = LAST_ENTRY_OF_TX_PKT_BUFFER_8814A; /*default reseved 1 page for the IC type which is undefined.*/ -+ PRT_BEAMFORMING_INFO pBeamInfo = GET_BEAMFORM_INFO(Adapter); -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry+Idx; -+ -+ pHalData->bFwDwRsvdPageInProgress = TRUE; -+ Adapter->HalFunc.GetHalDefVarHandler(Adapter, HAL_DEF_TX_PAGE_BOUNDARY, (pu2Byte)&TxPageBndy); -+ -+ /*Set REG_CR bit 8. DMA beacon by SW.*/ -+ u1bTmp = PlatformEFIORead1Byte(Adapter, REG_CR_8814A+1); -+ PlatformEFIOWrite1Byte(Adapter, REG_CR_8814A+1, (u1bTmp|BIT0)); -+ -+ -+ /*Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame.*/ -+ tmpReg422 = PlatformEFIORead1Byte(Adapter, REG_FWHW_TXQ_CTRL_8814A+2); -+ PlatformEFIOWrite1Byte(Adapter, REG_FWHW_TXQ_CTRL_8814A+2, tmpReg422&(~BIT6)); -+ -+ if (tmpReg422 & BIT6) { -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("SetBeamformDownloadNDPA_8814A(): There is an Adapter is sending beacon.\n")); -+ bSendBeacon = TRUE; -+ } -+ -+ /*0x204[11:0] Beacon Head for TXDMA*/ -+ PlatformEFIOWrite2Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A, Head_Page); -+ -+ do { -+ /*Clear beacon valid check bit.*/ -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A+1); -+ PlatformEFIOWrite1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A+1, (BcnValidReg|BIT7)); -+ -+ /*download NDPA rsvd page.*/ -+ if (pBeamEntry->BeamformEntryCap & BEAMFORMER_CAP_VHT_SU) -+ Beamforming_SendVHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->AID, pBeamEntry->SoundBW, BEACON_QUEUE); -+ else -+ Beamforming_SendHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->SoundBW, BEACON_QUEUE); -+ -+ /*check rsvd page download OK.*/ -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A + 1); -+ count = 0; -+ while (!(BcnValidReg & BIT7) && count < 20) { -+ count++; -+ delay_us(10); -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A+2); -+ } -+ DLBcnCount++; -+ } while (!(BcnValidReg & BIT7) && DLBcnCount < 5); -+ -+ if (!(BcnValidReg & BIT0)) -+ RT_DISP(FBEAM, FBEAM_ERROR, ("%s Download RSVD page failed!\n", __func__)); -+ -+ /*0x204[11:0] Beacon Head for TXDMA*/ -+ PlatformEFIOWrite2Byte(Adapter, REG_FIFOPAGE_CTRL_2_8814A, TxPageBndy); -+ -+ /*To make sure that if there exists an adapter which would like to send beacon.*/ -+ /*If exists, the origianl value of 0x422[6] will be 1, we should check this to*/ -+ /*prevent from setting 0x422[6] to 0 after download reserved page, or it will cause */ -+ /*the beacon cannot be sent by HW.*/ -+ /*2010.06.23. Added by tynli.*/ -+ if (bSendBeacon) -+ PlatformEFIOWrite1Byte(Adapter, REG_FWHW_TXQ_CTRL_8814A+2, tmpReg422); -+ -+ /*Do not enable HW DMA BCN or it will cause Pcie interface hang by timing issue. 2011.11.24. by tynli.*/ -+ /*Clear CR[8] or beacon packet will not be send to TxBuf anymore.*/ -+ u1bTmp = PlatformEFIORead1Byte(Adapter, REG_CR_8814A+1); -+ PlatformEFIOWrite1Byte(Adapter, REG_CR_8814A+1, (u1bTmp&(~BIT0))); -+ -+ pBeamEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSED; -+ -+ pHalData->bFwDwRsvdPageInProgress = FALSE; -+} -+ -+VOID -+halTxbf8822B_FwTxBFCmd( -+ IN PADAPTER Adapter -+ ) -+{ -+ u1Byte Idx, Period = 0; -+ u1Byte PageNum0 = 0xFF, PageNum1 = 0xFF; -+ u1Byte u1TxBFParm[3] = {0}; -+ -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ PRT_BEAMFORMING_INFO pBeamInfo = GET_BEAMFORM_INFO(Adapter); -+ -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) { -+ PageNum0 = 0xFE; -+ PageNum1 = 0x07; -+ Period = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } else if (PageNum0 == 0xFF) { -+ PageNum0 = 0xFF; /*stop sounding*/ -+ PageNum1 = 0x0F; -+ } -+ } -+ } -+ -+ u1TxBFParm[0] = PageNum0; -+ u1TxBFParm[1] = PageNum1; -+ u1TxBFParm[2] = Period; -+ FillH2CCmd(Adapter, PHYDM_H2C_TXBF, 3, u1TxBFParm); -+ -+ RT_DISP(FBEAM, FBEAM_FUN, ("@%s End, PageNum0 = 0x%x, PageNum1 = 0x%x Period = %d", __func__, PageNum0, PageNum1, Period)); -+} -+#endif -+ -+VOID -+HalTxbf8822B_Init( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte u1bTmp; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ -+ ODM_SetBBReg(pDM_Odm, 0x14c0 , BIT16, 1); /*Enable P1 aggr new packet according to P0 transfer time*/ -+ ODM_SetBBReg(pDM_Odm, 0x14c0 , BIT15|BIT14|BIT13|BIT12, 1); /*MU Retry Limit*/ -+ ODM_SetBBReg(pDM_Odm, 0x14c0 , BIT7, 0); /*Disable Tx MU-MIMO until sounding done*/ -+ ODM_SetBBReg(pDM_Odm, 0x14c0 , 0x3F, 0); /* Clear validity of MU STAs */ -+ ODM_Write1Byte(pDM_Odm, 0x167c , 0x70); /*MU-MIMO Option as default value*/ -+ ODM_Write2Byte(pDM_Odm, 0x1680 , 0); /*MU-MIMO Control as default value*/ -+ -+ /* Set MU NDPA rate & BW source */ -+ /* 0x42C[30] = 1 (0: from Tx desc, 1: from 0x45F) */ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, 0x42C); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8822B, (u1bTmp|BIT6)); -+ /* 0x45F[7:0] = 0x10 (Rate=OFDM_6M, BW20) */ -+ ODM_Write1Byte(pDM_Odm, REG_NDPA_OPT_CTRL_8822B, 0x10); -+ -+ /* Init HW variable */ -+ pBeamformingInfo->RegMUTxCtrl = ODM_Read4Byte(pDM_Odm, 0x14c0); -+} -+ -+VOID -+HalTxbf8822B_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte BFerBFeeIdx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ u1Byte BFerIdx = (BFerBFeeIdx & 0xF0)>>4; -+ u1Byte BFeeIdx = (BFerBFeeIdx & 0xF); -+ u2Byte CSI_Param = 0; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamformeeEntry; -+ PRT_BEAMFORMER_ENTRY pBeamformerEntry; -+ u2Byte value16, STAid = 0; -+ u1Byte Nc_index = 0, Nr_index = 0, grouping = 0, codebookinfo = 0, coefficientsize = 0; -+ u4Byte gid_valid, user_position_l, user_position_h; -+ u4Byte mu_reg[6] = {0x1684, 0x1686, 0x1688, 0x168a, 0x168c, 0x168e}; -+ u1Byte u1bTmp; -+ u4Byte u4bTmp; -+ -+ RT_DISP(FBEAM, FBEAM_FUN, ("%s: BFerBFeeIdx=%d, BFerIdx=%d, BFeeIdx=%d\n", __func__, BFerBFeeIdx, BFerIdx, BFeeIdx)); -+ -+ /*************SU BFer Entry Init*************/ -+ if ((pBeamformingInfo->beamformer_su_cnt > 0) && (BFerIdx < BEAMFORMER_ENTRY_NUM)) { -+ pBeamformerEntry = &pBeamformingInfo->BeamformerEntry[BFerIdx]; -+ pBeamformerEntry->is_mu_ap = FALSE; -+ /*Sounding protocol control*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8822B, 0xDB); -+ -+ -+ for (i = 0; i < MAX_BEAMFORMER_SU; i++) { -+ if ((pBeamformingInfo->beamformer_su_reg_maping & BIT(i)) == 0) { -+ pBeamformingInfo->beamformer_su_reg_maping |= BIT(i); -+ pBeamformerEntry->su_reg_index = i; -+ break; -+ } -+ } -+ -+ /*MAC address/Partial AID of Beamformer*/ -+ if (pBeamformerEntry->su_reg_index == 0) { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_ASSOCIATED_BFMER0_INFO_8822B+i), pBeamformerEntry->MacAddr[i]); -+ } else { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_ASSOCIATED_BFMER1_INFO_8822B+i), pBeamformerEntry->MacAddr[i]); -+ } -+ -+ /*CSI report parameters of Beamformer*/ -+ Nc_index = halTxbf8822B_GetNrx(pDM_Odm); /*for 8814A Nrx = 3(4 Ant), min=0(1 Ant)*/ -+ Nr_index = pBeamformerEntry->NumofSoundingDim; /*0x718[7] = 1 use Nsts, 0x718[7] = 0 use reg setting. as Bfee, we use Nsts, so Nr_index don't care*/ -+ -+ grouping = 0; -+ -+ /*for ac = 1, for n = 3*/ -+ if (pBeamformerEntry->BeamformEntryCap & BEAMFORMEE_CAP_VHT_SU) -+ codebookinfo = 1; -+ else if (pBeamformerEntry->BeamformEntryCap & BEAMFORMEE_CAP_HT_EXPLICIT) -+ codebookinfo = 3; -+ -+ coefficientsize = 3; -+ -+ CSI_Param = (u2Byte)((coefficientsize<<10)|(codebookinfo<<8)|(grouping<<6)|(Nr_index<<3)|(Nc_index)); -+ -+ if (BFerIdx == 0) -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8822B, CSI_Param); -+ else -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8822B+2, CSI_Param); -+ /*ndp_rx_standby_timer, 8814 need > 0x56, suggest from Dvaid*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8814A+3, 0x70); -+ -+ } -+ -+ /*************SU BFee Entry Init*************/ -+ if ((pBeamformingInfo->beamformee_su_cnt > 0) && (BFeeIdx < BEAMFORMEE_ENTRY_NUM)) { -+ pBeamformeeEntry = &pBeamformingInfo->BeamformeeEntry[BFeeIdx]; -+ pBeamformeeEntry->is_mu_sta = FALSE; -+ halTxbf8822B_RfMode(pDM_Odm, pBeamformingInfo, BFeeIdx); -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ STAid = pBeamformeeEntry->MacId; -+ else -+ STAid = pBeamformeeEntry->P_AID; -+ -+ for (i = 0; i < MAX_BEAMFORMEE_SU; i++) { -+ if ((pBeamformingInfo->beamformee_su_reg_maping & BIT(i)) == 0) { -+ pBeamformingInfo->beamformee_su_reg_maping |= BIT(i); -+ pBeamformeeEntry->su_reg_index = i; -+ break; -+ } -+ } -+ -+ /*P_AID of Beamformee & enable NDPA transmission & enable NDPA interrupt*/ -+ if (pBeamformeeEntry->su_reg_index == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8822B, STAid); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8822B+3, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8822B+3)|BIT4|BIT6|BIT7); -+ } else { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8822B+2, STAid | BIT14 | BIT15 | BIT12); -+ } -+ -+ /*CSI report parameters of Beamformee*/ -+ if (pBeamformeeEntry->su_reg_index == 0) { -+ /*Get BIT24 & BIT25*/ -+ u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8822B+3) & 0x3; -+ -+ ODM_Write1Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8822B + 3, tmp | 0x60); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8822B, STAid | BIT9); -+ } else -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8822B+2, STAid | 0xE200); /*Set BIT25*/ -+ -+ phydm_Beamforming_Notify(pDM_Odm); -+ } -+ -+ /*************MU BFer Entry Init*************/ -+ if ((pBeamformingInfo->beamformer_mu_cnt > 0) && (BFerIdx < BEAMFORMER_ENTRY_NUM)) { -+ pBeamformerEntry = &pBeamformingInfo->BeamformerEntry[BFerIdx]; -+ pBeamformingInfo->mu_ap_index = BFerIdx; -+ pBeamformerEntry->is_mu_ap = TRUE; -+ for (i = 0; i < 8; i++) -+ pBeamformerEntry->gid_valid[i] = 0; -+ for (i = 0; i < 16; i++) -+ pBeamformerEntry->user_position[i] = 0; -+ -+ /*Sounding protocol control*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8822B, 0xDB); -+ -+ /* MAC address */ -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_ASSOCIATED_BFMER0_INFO_8822B+i), pBeamformerEntry->MacAddr[i]); -+ -+ /* Set partial AID */ -+ ODM_Write2Byte(pDM_Odm, (REG_ASSOCIATED_BFMER0_INFO_8822B+6), pBeamformerEntry->P_AID); -+ -+ /* Fill our AID to 0x1680[11:0] and [13:12] = 2b'00, BF report segment select to 3895 bytes*/ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, 0x1680); -+ u1bTmp = (pBeamformerEntry->AID)&0xFFF; -+ ODM_Write1Byte(pDM_Odm, 0x1680, u1bTmp); -+ -+ /* Set 80us for leaving ndp_rx_standby_state */ -+ ODM_Write1Byte(pDM_Odm, 0x71B, 0x50); -+ -+ /* Set 0x6A0[14] = 1 to accept action_no_ack */ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_RXFLTMAP0_8822B+1); -+ u1bTmp |= 0x40; -+ ODM_Write1Byte(pDM_Odm, REG_RXFLTMAP0_8822B+1, u1bTmp); -+ /* Set 0x6A2[5:4] = 1 to NDPA and BF report poll */ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_RXFLTMAP1_8822B); -+ u1bTmp |= 0x30; -+ ODM_Write1Byte(pDM_Odm, REG_RXFLTMAP1_8822B, u1bTmp); -+ -+ /*CSI report parameters of Beamformer*/ -+ Nc_index = halTxbf8822B_GetNrx(pDM_Odm); /* Depend on RF type */ -+ Nr_index = 1; /*0x718[7] = 1 use Nsts, 0x718[7] = 0 use reg setting. as Bfee, we use Nsts, so Nr_index don't care*/ -+ grouping = 0; /*no grouping*/ -+ codebookinfo = 1; /*7 bit for psi, 9 bit for phi*/ -+ coefficientsize = 0; /*This is nothing really matter*/ -+ CSI_Param = (u2Byte)((coefficientsize<<10)|(codebookinfo<<8)|(grouping<<6)|(Nr_index<<3)|(Nc_index)); -+ ODM_Write2Byte(pDM_Odm, 0x6F4, CSI_Param); -+ -+ } -+ -+ /*************MU BFee Entry Init*************/ -+ if ((pBeamformingInfo->beamformee_mu_cnt > 0) && (BFeeIdx < BEAMFORMEE_ENTRY_NUM)) { -+ pBeamformeeEntry = &pBeamformingInfo->BeamformeeEntry[BFeeIdx]; -+ pBeamformeeEntry->is_mu_sta = TRUE; -+ for (i = 0; i < MAX_BEAMFORMEE_MU; i++) { -+ if ((pBeamformingInfo->beamformee_mu_reg_maping & BIT(i)) == 0) { -+ pBeamformingInfo->beamformee_mu_reg_maping |= BIT(i); -+ pBeamformeeEntry->mu_reg_index = i; -+ break; -+ } -+ } -+ -+ if (pBeamformeeEntry->mu_reg_index == 0xFF) { -+ /* There is no valid bit in beamformee_mu_reg_maping */ -+ RT_DISP(FBEAM, FBEAM_FUN, ("%s: ERROR! There is no valid bit in beamformee_mu_reg_maping!\n", __func__)); -+ return; -+ } -+ -+ /*User position table*/ -+ switch (pBeamformeeEntry->mu_reg_index) { -+ case 0: -+ gid_valid = 0x7fe; -+ user_position_l = 0x111110; -+ user_position_h = 0x0; -+ break; -+ case 1: -+ gid_valid = 0x7f806; -+ user_position_l = 0x11000004; -+ user_position_h = 0x11; -+ break; -+ case 2: -+ gid_valid = 0x1f81818; -+ user_position_l = 0x400040; -+ user_position_h = 0x11100; -+ break; -+ case 3: -+ gid_valid = 0x1e186060; -+ user_position_l = 0x4000400; -+ user_position_h = 0x1100040; -+ break; -+ case 4: -+ gid_valid = 0x66618180; -+ user_position_l = 0x40004000; -+ user_position_h = 0x10040400; -+ break; -+ case 5: -+ gid_valid = 0x79860600; -+ user_position_l = 0x40000; -+ user_position_h = 0x4404004; -+ break; -+ } -+ -+ for (i = 0; i < 8; i++) { -+ if (i < 4) { -+ pBeamformeeEntry->gid_valid[i] = (u1Byte)(gid_valid & 0xFF); -+ gid_valid = (gid_valid >> 8); -+ } else -+ pBeamformeeEntry->gid_valid[i] = 0; -+ } -+ for (i = 0; i < 16; i++) { -+ if (i < 4) { -+ pBeamformeeEntry->user_position[i] = (u1Byte)(user_position_l & 0xFF); -+ user_position_l = user_position_l >> 8; -+ } else if (i < 8) { -+ pBeamformeeEntry->user_position[i] = (u1Byte)(user_position_h & 0xFF); -+ user_position_h = user_position_h >> 8; -+ } else -+ pBeamformeeEntry->user_position[i] = 0; -+ } -+ -+ /*Sounding protocol control*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8822B, 0xDB); -+ -+ /*select MU STA table*/ -+ pBeamformingInfo->RegMUTxCtrl &= ~(BIT8|BIT9|BIT10); -+ pBeamformingInfo->RegMUTxCtrl |= (pBeamformeeEntry->mu_reg_index << 8)&(BIT8|BIT9|BIT10); -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ -+ ODM_SetBBReg(pDM_Odm, 0x14c4 , bMaskDWord, 0); /*Reset gid_valid table*/ -+ ODM_SetBBReg(pDM_Odm, 0x14c8 , bMaskDWord, user_position_l); -+ ODM_SetBBReg(pDM_Odm, 0x14cc , bMaskDWord, user_position_h); -+ -+ /*set validity of MU STAs*/ -+ pBeamformingInfo->RegMUTxCtrl &= 0xFFFFFFC0; -+ pBeamformingInfo->RegMUTxCtrl |= pBeamformingInfo->beamformee_mu_reg_maping&0x3F; -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ -+ value16 = ODM_Read2Byte(pDM_Odm, mu_reg[pBeamformeeEntry->mu_reg_index]); -+ value16 &= 0xFE00; /*Clear PAID*/ -+ value16 |= BIT9; /*Enable MU BFee*/ -+ value16 |= pBeamformeeEntry->P_AID; -+ ODM_Write2Byte(pDM_Odm, mu_reg[pBeamformeeEntry->mu_reg_index] , value16); -+ -+ /* 0x42C[30] = 1 (0: from Tx desc, 1: from 0x45F) */ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8822B+3); -+ u1bTmp |= 0xD0; /* Set bit 28, 30, 31 to 3b'111*/ -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8822B+3, u1bTmp); -+ /* Set NDPA to 6M*/ -+ ODM_Write1Byte(pDM_Odm, REG_NDPA_RATE_8822B, 0x4); /* 6M */ -+ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_NDPA_OPT_CTRL_8822B); -+ u1bTmp &= 0xFC; /* Clear bit 0, 1*/ -+ ODM_Write1Byte(pDM_Odm, REG_NDPA_OPT_CTRL_8822B, u1bTmp); -+ -+ u4bTmp = ODM_Read4Byte(pDM_Odm, REG_SND_PTCL_CTRL_8822B); -+ u4bTmp = ((u4bTmp & 0xFF0000FF) | 0x020200); /* Set [23:8] to 0x0202 */ -+ ODM_Write4Byte(pDM_Odm, REG_SND_PTCL_CTRL_8822B, u4bTmp); -+ -+ /* Set 0x6A0[14] = 1 to accept action_no_ack */ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_RXFLTMAP0_8822B+1); -+ u1bTmp |= 0x40; -+ ODM_Write1Byte(pDM_Odm, REG_RXFLTMAP0_8822B+1, u1bTmp); -+ /* End of MAC registers setting */ -+ -+ halTxbf8822B_RfMode(pDM_Odm, pBeamformingInfo, BFeeIdx); -+#if (SUPPORT_MU_BF == 1) -+ /*Special for plugfest*/ -+ delay_ms(50); /* wait for 4-way handshake ending*/ -+ SendSWVHTGIDMgntFrame(pDM_Odm, pBeamformeeEntry->MacAddr, BFeeIdx); -+#endif -+ -+ phydm_Beamforming_Notify(pDM_Odm); -+ -+ } -+ -+} -+ -+ -+VOID -+HalTxbf8822B_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMER_ENTRY pBeamformerEntry; -+ PRT_BEAMFORMEE_ENTRY pBeamformeeEntry; -+ u4Byte mu_reg[6] = {0x1684, 0x1686, 0x1688, 0x168a, 0x168c, 0x168e}; -+ -+ if (Idx < BEAMFORMER_ENTRY_NUM) { -+ pBeamformerEntry = &pBeamformingInfo->BeamformerEntry[Idx]; -+ pBeamformeeEntry = &pBeamformingInfo->BeamformeeEntry[Idx]; -+ } else -+ return; -+ -+ /*Clear P_AID of Beamformee*/ -+ /*Clear MAC address of Beamformer*/ -+ /*Clear Associated Bfmee Sel*/ -+ -+ if (pBeamformerEntry->BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8822B, 0xD8); -+ if (pBeamformerEntry->is_mu_ap == 0) { /*SU BFer */ -+ if (pBeamformerEntry->su_reg_index == 0) { -+ ODM_Write4Byte(pDM_Odm, REG_ASSOCIATED_BFMER0_INFO_8822B, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMER0_INFO_8822B+4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8822B, 0); -+ } else { -+ ODM_Write4Byte(pDM_Odm, REG_ASSOCIATED_BFMER1_INFO_8822B, 0); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMER1_INFO_8822B+4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8822B+2, 0); -+ } -+ pBeamformingInfo->beamformer_su_reg_maping &= ~(BIT(pBeamformerEntry->su_reg_index)); -+ pBeamformerEntry->su_reg_index = 0xFF; -+ } else { /*MU BFer */ -+ /*set validity of MU STA0 and MU STA1*/ -+ pBeamformingInfo->RegMUTxCtrl &= 0xFFFFFFC0; -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ -+ ODM_Memory_Set(pDM_Odm, pBeamformerEntry->gid_valid, 0, 8); -+ ODM_Memory_Set(pDM_Odm, pBeamformerEntry->user_position, 0, 16); -+ pBeamformerEntry->is_mu_ap = FALSE; -+ } -+ } -+ -+ if (pBeamformeeEntry->BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ halTxbf8822B_RfMode(pDM_Odm, pBeamformingInfo, Idx); -+ if (pBeamformeeEntry->is_mu_sta == 0) { /*SU BFee*/ -+ if (pBeamformeeEntry->su_reg_index == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8822B, 0x0); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8822B+3, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8822B+3)|BIT4|BIT6|BIT7); -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8822B, 0); -+ } else { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8822B+2, 0x0 | BIT14 | BIT15 | BIT12); -+ -+ ODM_Write2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8822B+2, -+ ODM_Read2Byte(pDM_Odm, REG_ASSOCIATED_BFMEE_SEL_8822B+2) & 0x60); -+ } -+ pBeamformingInfo->beamformee_su_reg_maping &= ~(BIT(pBeamformeeEntry->su_reg_index)); -+ pBeamformeeEntry->su_reg_index = 0xFF; -+ } else { /*MU BFee */ -+ /*Disable sending NDPA & BF-rpt-poll to this BFee*/ -+ ODM_Write2Byte(pDM_Odm, mu_reg[pBeamformeeEntry->mu_reg_index] , 0); -+ /*set validity of MU STA*/ -+ pBeamformingInfo->RegMUTxCtrl &= ~(BIT(pBeamformeeEntry->mu_reg_index)); -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ -+ -+ pBeamformeeEntry->is_mu_sta = FALSE; -+ pBeamformingInfo->beamformee_mu_reg_maping &= ~(BIT(pBeamformeeEntry->mu_reg_index)); -+ pBeamformeeEntry->mu_reg_index = 0xFF; -+ } -+ } -+} -+ -+ -+/***********SU & MU BFee Entry Only when souding done****************/ -+VOID -+HalTxbf8822B_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte BeamCtrlVal, tmpVal; -+ u4Byte BeamCtrlReg; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry; -+ BOOLEAN is_mu_sounding = pBeamformingInfo->is_mu_sounding, is_bitmap_ready = FALSE; -+ u16 bitmap; -+ u8 idx, gid, i; -+ u8 id1, id0; -+ u32 gid_valid[6] = {0}; -+ u32 user_position_lsb[6] = {0}; -+ u32 user_position_msb[6] = {0}; -+ u32 value32; -+ -+ if (Idx < BEAMFORMEE_ENTRY_NUM) -+ pBeamformEntry = &pBeamformingInfo->BeamformeeEntry[Idx]; -+ else -+ return; -+ -+ /*SU sounding done */ -+ if (is_mu_sounding == FALSE) { -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ BeamCtrlVal = pBeamformEntry->MacId; -+ else -+ BeamCtrlVal = pBeamformEntry->P_AID; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("@%s, BeamformEntry.BeamformEntryState = %d", __func__, pBeamformEntry->BeamformEntryState)); -+ -+ if (pBeamformEntry->su_reg_index == 0) { -+ BeamCtrlReg = REG_TXBF_CTRL_8822B; -+ } else { -+ BeamCtrlReg = REG_TXBF_CTRL_8822B+2; -+ BeamCtrlVal |= BIT12|BIT14|BIT15; -+ } -+ -+ if (pBeamformEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (pBeamformEntry->SoundBW == CHANNEL_WIDTH_20) -+ BeamCtrlVal |= BIT9; -+ else if (pBeamformEntry->SoundBW == CHANNEL_WIDTH_40) -+ BeamCtrlVal |= (BIT9|BIT10); -+ else if (pBeamformEntry->SoundBW == CHANNEL_WIDTH_80) -+ BeamCtrlVal |= (BIT9|BIT10|BIT11); -+ } else { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("@%s, Don't apply Vmatrix", __func__)); -+ BeamCtrlVal &= ~(BIT9|BIT10|BIT11); -+ } -+ -+ ODM_Write2Byte(pDM_Odm, BeamCtrlReg, BeamCtrlVal); -+ /*disable NDP packet use beamforming */ -+ tmpVal = ODM_Read2Byte(pDM_Odm, REG_TXBF_CTRL_8822B); -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8822B, tmpVal|BIT15); -+ } else { -+ /*MU sounding done */ -+ if (pBeamformEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ /*value32 = ODM_GetBBReg(pDM_Odm, 0xF4C, 0xFFFF0000);*/ -+ value32 = 1; -+ -+ is_bitmap_ready = (BOOLEAN)((value32 & BIT15) >> 15); -+ bitmap = (u16)(value32 & 0x3FFF); -+ -+ for (idx = 0; idx < 15; idx++) { -+ if (idx < 5) {/*bit0~4*/ -+ id0 = 0; -+ id1 = (u8)(idx + 1); -+ } else if (idx < 9) { /*bit5~8*/ -+ id0 = 1; -+ id1 = (u8)(idx - 3); -+ } else if (idx < 12) { /*bit9~11*/ -+ id0 = 2; -+ id1 = (u8)(idx - 6); -+ } else if (idx < 14) { /*bit12~13*/ -+ id0 = 3; -+ id1 = (u8)(idx - 8); -+ } else { /*bit14*/ -+ id0 = 4; -+ id1 = (u8)(idx - 9); -+ } -+ if (bitmap & BIT(idx)) { -+ /*Pair 1*/ -+ gid = (idx << 1) + 1; -+ gid_valid[id0] |= (BIT(gid)); -+ gid_valid[id1] |= (BIT(gid)); -+ /*Pair 2*/ -+ gid += 1; -+ gid_valid[id0] |= (BIT(gid)); -+ gid_valid[id1] |= (BIT(gid)); -+ } else { -+ /*Pair 1*/ -+ gid = (idx << 1) + 1; -+ gid_valid[id0] &= ~(BIT(gid)); -+ gid_valid[id1] &= ~(BIT(gid)); -+ /*Pair 2*/ -+ gid += 1; -+ gid_valid[id0] &= ~(BIT(gid)); -+ gid_valid[id1] &= ~(BIT(gid)); -+ } -+ } -+ -+ for (i = 0; i < BEAMFORMEE_ENTRY_NUM; i++) { -+ pBeamformEntry = &pBeamformingInfo->BeamformeeEntry[i]; -+ if ((pBeamformEntry->is_mu_sta) && (pBeamformEntry->mu_reg_index < 6)) { -+ value32 = gid_valid[pBeamformEntry->mu_reg_index]; -+ for (idx = 0; idx < 4; idx++) { -+ pBeamformEntry->gid_valid[idx] = (u8)(value32 & 0xFF); -+ value32 = (value32 >> 8); -+ } -+ } -+ } -+ -+ for (idx = 0; idx < 6; idx++) { -+ pBeamformingInfo->RegMUTxCtrl |= ~(BIT8|BIT9|BIT10); -+ pBeamformingInfo->RegMUTxCtrl |= ((idx<<8)&(BIT8|BIT9|BIT10)); -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ ODM_SetMACReg(pDM_Odm, 0x14C4, bMaskDWord, gid_valid[idx]); /*set MU STA gid valid table*/ -+ } -+ -+ /*Enable TxMU PPDU*/ -+ pBeamformingInfo->RegMUTxCtrl |= BIT7; -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ } -+ } -+} -+ -+/*Only used for MU BFer Entry when get GID management frame (self is as MU STA)*/ -+VOID -+HalTxbf8822B_ConfigGtab( -+ IN PVOID pDM_VOID -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMER_ENTRY pBeamformerEntry = NULL; -+ u4Byte gid_valid = 0, user_position_l = 0, user_position_h = 0, i; -+ -+ if (pBeamformingInfo->mu_ap_index < BEAMFORMER_ENTRY_NUM) -+ pBeamformerEntry = &pBeamformingInfo->BeamformerEntry[pBeamformingInfo->mu_ap_index]; -+ else -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s==>\n", __func__)); -+ -+ /*For GID 0~31*/ -+ for (i = 0; i < 4; i++) -+ gid_valid |= (pBeamformerEntry->gid_valid[i] << (i<<3)); -+ for (i = 0; i < 8; i++) { -+ if (i < 4) -+ user_position_l |= (pBeamformerEntry->user_position[i] << (i << 3)); -+ else -+ user_position_h |= (pBeamformerEntry->user_position[i] << ((i - 4)<<3)); -+ } -+ /*select MU STA0 table*/ -+ pBeamformingInfo->RegMUTxCtrl &= ~(BIT8|BIT9|BIT10); -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ ODM_SetBBReg(pDM_Odm, 0x14c4, bMaskDWord, gid_valid); -+ ODM_SetBBReg(pDM_Odm, 0x14c8, bMaskDWord, user_position_l); -+ ODM_SetBBReg(pDM_Odm, 0x14cc, bMaskDWord, user_position_h); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: STA0: gid_valid = 0x%x, user_position_l = 0x%x, user_position_h = 0x%x\n", -+ __func__, gid_valid, user_position_l, user_position_h)); -+ -+ gid_valid = 0; -+ user_position_l = 0; -+ user_position_h = 0; -+ -+ /*For GID 32~64*/ -+ for (i = 4; i < 8; i++) -+ gid_valid |= (pBeamformerEntry->gid_valid[i] << ((i - 4)<<3)); -+ for (i = 8; i < 16; i++) { -+ if (i < 4) -+ user_position_l |= (pBeamformerEntry->user_position[i] << ((i - 8) << 3)); -+ else -+ user_position_h |= (pBeamformerEntry->user_position[i] << ((i - 12) << 3)); -+ } -+ /*select MU STA1 table*/ -+ pBeamformingInfo->RegMUTxCtrl &= ~(BIT8|BIT9|BIT10); -+ pBeamformingInfo->RegMUTxCtrl |= BIT8; -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ ODM_SetBBReg(pDM_Odm, 0x14c4, bMaskDWord, gid_valid); -+ ODM_SetBBReg(pDM_Odm, 0x14c8, bMaskDWord, user_position_l); -+ ODM_SetBBReg(pDM_Odm, 0x14cc, bMaskDWord, user_position_h); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s: STA1: gid_valid = 0x%x, user_position_l = 0x%x, user_position_h = 0x%x\n", -+ __func__, gid_valid, user_position_l, user_position_h)); -+ -+ /* Set validity of MU STA0 and MU STA1*/ -+ pBeamformingInfo->RegMUTxCtrl &= 0xFFFFFFC0; -+ pBeamformingInfo->RegMUTxCtrl |= 0x3; /* STA0, STA1*/ -+ ODM_Write4Byte(pDM_Odm, 0x14c0, pBeamformingInfo->RegMUTxCtrl); -+ -+} -+ -+ -+ -+#if 0 -+/*This function translate the bitmap to GTAB*/ -+VOID -+haltxbf8822b_gtab_translation( -+ IN PDM_ODM_T pDM_Odm -+) -+{ -+ u8 idx, gid; -+ u8 id1, id0; -+ u32 gid_valid[6] = {0}; -+ u32 user_position_lsb[6] = {0}; -+ u32 user_position_msb[6] = {0}; -+ -+ for (idx = 0; idx < 15; idx++) { -+ if (idx < 5) {/*bit0~4*/ -+ id0 = 0; -+ id1 = (u8)(idx + 1); -+ } else if (idx < 9) { /*bit5~8*/ -+ id0 = 1; -+ id1 = (u8)(idx - 3); -+ } else if (idx < 12) { /*bit9~11*/ -+ id0 = 2; -+ id1 = (u8)(idx - 6); -+ } else if (idx < 14) { /*bit12~13*/ -+ id0 = 3; -+ id1 = (u8)(idx - 8); -+ } else { /*bit14*/ -+ id0 = 4; -+ id1 = (u8)(idx - 9); -+ } -+ -+ /*Pair 1*/ -+ gid = (idx << 1) + 1; -+ gid_valid[id0] |= (1 << gid); -+ gid_valid[id1] |= (1 << gid); -+ if (gid < 16) { -+ /*user_position_lsb[id0] |= (0 << (gid << 1));*/ -+ user_position_lsb[id1] |= (1 << (gid << 1)); -+ } else { -+ /*user_position_msb[id0] |= (0 << ((gid - 16) << 1));*/ -+ user_position_msb[id1] |= (1 << ((gid - 16) << 1)); -+ } -+ -+ /*Pair 2*/ -+ gid += 1; -+ gid_valid[id0] |= (1 << gid); -+ gid_valid[id1] |= (1 << gid); -+ if (gid < 16) { -+ user_position_lsb[id0] |= (1 << (gid << 1)); -+ /*user_position_lsb[id1] |= (0 << (gid << 1));*/ -+ } else { -+ user_position_msb[id0] |= (1 << ((gid - 16) << 1)); -+ /*user_position_msb[id1] |= (0 << ((gid - 16) << 1));*/ -+ } -+ -+ } -+ -+ -+ for (idx = 0; idx < 6; idx++) { -+ /*DbgPrint("gid_valid[%d] = 0x%x\n", idx, gid_valid[idx]); -+ DbgPrint("user_position[%d] = 0x%x %x\n", idx, user_position_msb[idx], user_position_lsb[idx]);*/ -+ } -+} -+#endif -+ -+VOID -+HalTxbf8822B_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ) -+{ -+#if 0 -+ PRT_BEAMFORMING_INFO pBeamInfo = GET_BEAMFORM_INFO(Adapter); -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry+Idx; -+ -+ if (pBeamEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSING) -+ halTxbf8822B_DownloadNDPA(Adapter, Idx); -+ -+ halTxbf8822B_FwTxBFCmd(Adapter); -+#endif -+} -+ -+#else /* (RTL8822B_SUPPORT == 1)*/ -+ -+#endif /* (RTL8822B_SUPPORT == 1)*/ -+ -+#endif /*(BEAMFORMING_SUPPORT == 1)*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.h linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbf8822b.h 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,53 @@ -+#ifndef __HAL_TXBF_8822B_H__ -+#define __HAL_TXBF_8822B_H__ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (RTL8822B_SUPPORT == 1) -+ -+VOID -+HalTxbf8822B_Init( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+HalTxbf8822B_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8822B_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbf8822B_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+VOID -+HalTxbf8822B_ConfigGtab( -+ IN PVOID pDM_VOID -+ ); -+ -+VOID -+HalTxbf8822B_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+#else -+#define HalTxbf8822B_Init(pDM_VOID) -+#define HalTxbf8822B_Enter(pDM_VOID, Idx) -+#define HalTxbf8822B_Leave(pDM_VOID, Idx) -+#define HalTxbf8822B_Status(pDM_VOID, Idx) -+#define HalTxbf8822B_FwTxBF(pDM_VOID, Idx) -+#define HalTxbf8822B_ConfigGtab(pDM_VOID) -+#endif -+ -+ -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.c linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.c 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,1384 @@ -+//============================================================ -+// Description: -+// -+// This file is for TXBF interface mechanism -+// -+//============================================================ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+Beamforming_GidPAid( -+ PADAPTER Adapter, -+ PRT_TCB pTcb -+) -+{ -+ u1Byte Idx = 0; -+ u1Byte RA[6] ={0}; -+ pu1Byte pHeader = GET_FRAME_OF_FIRST_FRAG(Adapter, pTcb); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ -+ if (Adapter->HardwareType < HARDWARE_TYPE_RTL8192EE) -+ return; -+ else if (IS_WIRELESS_MODE_N(Adapter) == FALSE) -+ return; -+ -+#if (SUPPORT_MU_BF == 1) -+ if (pTcb->TxBFPktType == RT_BF_PKT_TYPE_BROADCAST_NDPA) { /* MU NDPA */ -+#else -+ if (0) { -+#endif -+ /* Fill G_ID and P_AID */ -+ pTcb->G_ID = 63; -+ if (pBeamInfo->FirstMUBFeeIndex < BEAMFORMEE_ENTRY_NUM) { -+ pTcb->P_AID = pBeamInfo->BeamformeeEntry[pBeamInfo->FirstMUBFeeIndex].P_AID; -+ RT_DISP(FBEAM, FBEAM_FUN, ("[David]@%s End, G_ID=0x%X, P_AID=0x%X\n", __func__, pTcb->G_ID, pTcb->P_AID)); -+ } -+ } else { -+ GET_80211_HDR_ADDRESS1(pHeader, &RA); -+ -+ // VHT SU PPDU carrying one or more group addressed MPDUs or -+ // Transmitting a VHT NDP intended for multiple recipients -+ if (MacAddr_isBcst(RA) || MacAddr_isMulticast(RA) || pTcb->macId == MAC_ID_STATIC_FOR_BROADCAST_MULTICAST) { -+ pTcb->G_ID = 63; -+ pTcb->P_AID = 0; -+ } else if (ACTING_AS_AP(Adapter)) { -+ u2Byte AID = (u2Byte) (MacIdGetOwnerAssociatedClientAID(Adapter, pTcb->macId) & 0x1ff); /*AID[0:8]*/ -+ -+ /*RT_DISP(FBEAM, FBEAM_FUN, ("@%s pTcb->macId=0x%X, AID=0x%X\n", __func__, pTcb->macId, AID));*/ -+ pTcb->G_ID = 63; -+ -+ if (AID == 0) /*A PPDU sent by an AP to a non associated STA*/ -+ pTcb->P_AID = 0; -+ else { /*Sent by an AP and addressed to a STA associated with that AP*/ -+ u2Byte BSSID = 0; -+ GET_80211_HDR_ADDRESS2(pHeader, &RA); -+ BSSID = ((RA[5] & 0xf0) >> 4) ^ (RA[5] & 0xf); /*BSSID[44:47] xor BSSID[40:43]*/ -+ pTcb->P_AID = (AID + BSSID *32) & 0x1ff; /*(dec(A) + dec(B)*32) mod 512*/ -+ } -+ } else if (ACTING_AS_IBSS(Adapter)) { -+ pTcb->G_ID = 63; -+ /*P_AID for infrasturcture mode; MACID for ad-hoc mode. */ -+ pTcb->P_AID = pTcb->macId; -+ } else if (MgntLinkStatusQuery(Adapter)) { /*Addressed to AP*/ -+ pTcb->G_ID = 0; -+ GET_80211_HDR_ADDRESS1(pHeader, &RA); -+ pTcb->P_AID = RA[5]; /*RA[39:47]*/ -+ pTcb->P_AID = (pTcb->P_AID << 1) | (RA[4] >> 7 ); -+ } else { -+ pTcb->G_ID = 63; -+ pTcb->P_AID = 0; -+ } -+ /*RT_DISP(FBEAM, FBEAM_FUN, ("[David]@%s End, G_ID=0x%X, P_AID=0x%X\n", __func__, pTcb->G_ID, pTcb->P_AID));*/ -+ } -+} -+ -+ -+RT_STATUS -+Beamforming_GetReportFrame( -+ IN PADAPTER Adapter, -+ IN PRT_RFD pRfd, -+ IN POCTET_STRING pPduOS -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = NULL; -+ pu1Byte pMIMOCtrlField, pCSIReport, pCSIMatrix; -+ u1Byte Idx, Nc, Nr, CH_W; -+ u2Byte CSIMatrixLen = 0; -+ -+ ACT_PKT_TYPE pktType = ACT_PKT_TYPE_UNKNOWN; -+ -+ //Memory comparison to see if CSI report is the same with previous one -+ pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, Frame_Addr2(*pPduOS), &Idx); -+ -+ if (pBeamformEntry == NULL) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("Beamforming_GetReportFrame: Cannot find entry by addr\n")); -+ return RT_STATUS_FAILURE; -+ } -+ -+ pktType = PacketGetActionFrameType(pPduOS); -+ -+ //-@ Modified by David -+ if (pktType == ACT_PKT_VHT_COMPRESSED_BEAMFORMING) { -+ pMIMOCtrlField = pPduOS->Octet + 26; -+ Nc = ((*pMIMOCtrlField) & 0x7) + 1; -+ Nr = (((*pMIMOCtrlField) & 0x38) >> 3) + 1; -+ CH_W = (((*pMIMOCtrlField) & 0xC0) >> 6); -+ pCSIMatrix = pMIMOCtrlField + 3 + Nc; //24+(1+1+3)+2 MAC header+(Category+ActionCode+MIMOControlField) +SNR(Nc=2) -+ CSIMatrixLen = pPduOS->Length - 26 -3 -Nc; -+ } else if (pktType == ACT_PKT_HT_COMPRESSED_BEAMFORMING) { -+ pMIMOCtrlField = pPduOS->Octet + 26; -+ Nc = ((*pMIMOCtrlField) & 0x3) + 1; -+ Nr = (((*pMIMOCtrlField) & 0xC) >> 2) + 1; -+ CH_W = (((*pMIMOCtrlField) & 0x10) >> 4); -+ pCSIMatrix = pMIMOCtrlField + 6 + Nr; //24+(1+1+6)+2 MAC header+(Category+ActionCode+MIMOControlField) +SNR(Nc=2) -+ CSIMatrixLen = pPduOS->Length - 26 -6 -Nr; -+ } else -+ return RT_STATUS_SUCCESS; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] idx=%d, pkt type=%d, Nc=%d, Nr=%d, CH_W=%d\n", __func__, Idx, pktType, Nc, Nr, CH_W)); -+ -+ return RT_STATUS_SUCCESS; -+} -+ -+ -+VOID -+ConstructHTNDPAPacket( -+ PADAPTER Adapter, -+ pu1Byte RA, -+ pu1Byte Buffer, -+ pu4Byte pLength, -+ CHANNEL_WIDTH BW -+ ) -+{ -+ u2Byte Duration= 0; -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ OCTET_STRING pNDPAFrame,ActionContent; -+ u1Byte ActionHdr[4] = {ACT_CAT_VENDOR, 0x00, 0xe0, 0x4c}; -+ -+ PlatformZeroMemory(Buffer, 32); -+ -+ SET_80211_HDR_FRAME_CONTROL(Buffer,0); -+ -+ SET_80211_HDR_ORDER(Buffer, 1); -+ SET_80211_HDR_TYPE_AND_SUBTYPE(Buffer,Type_Action_No_Ack); -+ -+ SET_80211_HDR_ADDRESS1(Buffer, RA); -+ SET_80211_HDR_ADDRESS2(Buffer, Adapter->CurrentAddress); -+ SET_80211_HDR_ADDRESS3(Buffer, pMgntInfo->Bssid); -+ -+ Duration = 2*aSifsTime + 40; -+ -+ if (BW == CHANNEL_WIDTH_40) -+ Duration+= 87; -+ else -+ Duration+= 180; -+ -+ SET_80211_HDR_DURATION(Buffer, Duration); -+ -+ //HT control field -+ SET_HT_CTRL_CSI_STEERING(Buffer+sMacHdrLng, 3); -+ SET_HT_CTRL_NDP_ANNOUNCEMENT(Buffer+sMacHdrLng, 1); -+ -+ FillOctetString(pNDPAFrame, Buffer, sMacHdrLng+sHTCLng); -+ -+ FillOctetString(ActionContent, ActionHdr, 4); -+ PacketAppendData(&pNDPAFrame, ActionContent); -+ -+ *pLength = 32; -+} -+ -+ -+ -+ -+BOOLEAN -+SendFWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PRT_TCB pTcb; -+ PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN ret = TRUE; -+ u4Byte BufLen; -+ pu1Byte BufAddr; -+ u1Byte DescLen = 0, Idx = 0, NDPTxRate; -+ PADAPTER pDefAdapter = GetDefaultAdapter(Adapter); -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pBeamformEntry == NULL) -+ return FALSE; -+ -+ NDPTxRate = Beamforming_GetHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (MgntGetFWBuffer(pDefAdapter, &pTcb, &pBuf)) { -+#if(DEV_BUS_TYPE != RT_PCI_INTERFACE) -+ DescLen = Adapter->HWDescHeadLength - pHalData->USBALLDummyLength; -+#endif -+ BufAddr = pBuf->Buffer.VirtualAddress + DescLen; -+ -+ ConstructHTNDPAPacket( -+ Adapter, -+ RA, -+ BufAddr, -+ &BufLen, -+ BW -+ ); -+ -+ pTcb->PacketLength = BufLen + DescLen; -+ -+ pTcb->bTxEnableSwCalcDur = TRUE; -+ -+ pTcb->BWOfPacket = BW; -+ -+ if(ACTING_AS_IBSS(Adapter) || ACTING_AS_AP(Adapter)) -+ pTcb->G_ID = 63; -+ -+ pTcb->P_AID = pBeamformEntry->P_AID; -+ pTcb->DataRate = NDPTxRate; /*rate of NDP decide by Nr*/ -+ -+ Adapter->HalFunc.CmdSendPacketHandler(Adapter, pTcb, pBuf, pTcb->PacketLength, DESC_PACKET_TYPE_NORMAL, FALSE); -+ } else -+ ret = FALSE; -+ -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (ret) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "", pBuf->Buffer.VirtualAddress, pTcb->PacketLength); -+ -+ return ret; -+} -+ -+ -+BOOLEAN -+SendSWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PRT_TCB pTcb; -+ PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN ret = TRUE; -+ u1Byte Idx = 0, NDPTxRate = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ NDPTxRate = Beamforming_GetHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (MgntGetBuffer(Adapter, &pTcb, &pBuf)) { -+ ConstructHTNDPAPacket( -+ Adapter, -+ RA, -+ pBuf->Buffer.VirtualAddress, -+ &pTcb->PacketLength, -+ BW -+ ); -+ -+ pTcb->bTxEnableSwCalcDur = TRUE; -+ -+ pTcb->BWOfPacket = BW; -+ -+ MgntSendPacket(Adapter, pTcb, pBuf, pTcb->PacketLength, NORMAL_QUEUE, NDPTxRate); -+ } else -+ ret = FALSE; -+ -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (ret) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "", pBuf->Buffer.VirtualAddress, pTcb->PacketLength); -+ -+ return ret; -+} -+ -+ -+ -+VOID -+ConstructVHTNDPAPacket( -+ IN PDM_ODM_T pDM_Odm, -+ pu1Byte RA, -+ u2Byte AID, -+ pu1Byte Buffer, -+ pu4Byte pLength, -+ CHANNEL_WIDTH BW -+ ) -+{ -+ u2Byte Duration= 0; -+ u1Byte Sequence = 0; -+ pu1Byte pNDPAFrame = Buffer; -+ RT_NDPA_STA_INFO STAInfo; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ u1Byte Idx = 0; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ // Frame control. -+ SET_80211_HDR_FRAME_CONTROL(pNDPAFrame, 0); -+ SET_80211_HDR_TYPE_AND_SUBTYPE(pNDPAFrame, Type_NDPA); -+ -+ SET_80211_HDR_ADDRESS1(pNDPAFrame, RA); -+ SET_80211_HDR_ADDRESS2(pNDPAFrame, pBeamformEntry->MyMacAddr); -+ -+ Duration = 2*aSifsTime + 44; -+ -+ if (BW == CHANNEL_WIDTH_80) -+ Duration += 40; -+ else if(BW == CHANNEL_WIDTH_40) -+ Duration+= 87; -+ else -+ Duration+= 180; -+ -+ SET_80211_HDR_DURATION(pNDPAFrame, Duration); -+ -+ Sequence = *(pDM_Odm->pSoundingSeq) << 2; -+ ODM_MoveMemory(pDM_Odm, pNDPAFrame+16, &Sequence, 1); -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS) || phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_AP) == FALSE) -+ AID = 0; -+ -+ STAInfo.AID = AID; -+ STAInfo.FeedbackType = 0; -+ STAInfo.NcIndex = 0; -+ -+ ODM_MoveMemory(pDM_Odm, pNDPAFrame+17, (pu1Byte)&STAInfo, 2); -+ -+ *pLength = 19; -+} -+ -+ -+BOOLEAN -+SendFWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PRT_TCB pTcb; -+ PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN ret = TRUE; -+ u4Byte BufLen; -+ pu1Byte BufAddr; -+ u1Byte DescLen = 0, Idx = 0, NDPTxRate = 0; -+ PADAPTER pDefAdapter = GetDefaultAdapter(Adapter); -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry =phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pBeamformEntry == NULL) -+ return FALSE; -+ -+ NDPTxRate = Beamforming_GetVHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (MgntGetFWBuffer(pDefAdapter, &pTcb, &pBuf)) { -+#if(DEV_BUS_TYPE != RT_PCI_INTERFACE) -+ DescLen = Adapter->HWDescHeadLength - pHalData->USBALLDummyLength; -+#endif -+ BufAddr = pBuf->Buffer.VirtualAddress + DescLen; -+ -+ ConstructVHTNDPAPacket( -+ pDM_Odm, -+ RA, -+ AID, -+ BufAddr, -+ &BufLen, -+ BW -+ ); -+ -+ pTcb->PacketLength = BufLen + DescLen; -+ -+ pTcb->bTxEnableSwCalcDur = TRUE; -+ -+ pTcb->BWOfPacket = BW; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS) || phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_AP)) -+ pTcb->G_ID = 63; -+ -+ pTcb->P_AID = pBeamformEntry->P_AID; -+ pTcb->DataRate = NDPTxRate; /*decide by Nr*/ -+ -+ Adapter->HalFunc.CmdSendPacketHandler(Adapter, pTcb, pBuf, pTcb->PacketLength, DESC_PACKET_TYPE_NORMAL, FALSE); -+ } else -+ ret = FALSE; -+ -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] End, ret=%d\n", __func__, ret)); -+ -+ if (ret) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "", pBuf->Buffer.VirtualAddress, pTcb->PacketLength); -+ -+ return ret; -+} -+ -+ -+ -+BOOLEAN -+SendSWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ PRT_TCB pTcb; -+ PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN ret = TRUE; -+ u1Byte Idx = 0, NDPTxRate = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ NDPTxRate = Beamforming_GetVHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (MgntGetBuffer(Adapter, &pTcb, &pBuf)) { -+ ConstructVHTNDPAPacket( -+ pDM_Odm, -+ RA, -+ AID, -+ pBuf->Buffer.VirtualAddress, -+ &pTcb->PacketLength, -+ BW -+ ); -+ -+ pTcb->bTxEnableSwCalcDur = TRUE; -+ pTcb->BWOfPacket = BW; -+ -+ /*rate of NDP decide by Nr*/ -+ MgntSendPacket(Adapter, pTcb, pBuf, pTcb->PacketLength, NORMAL_QUEUE, NDPTxRate); -+ } else -+ ret = FALSE; -+ -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (ret) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "", pBuf->Buffer.VirtualAddress, pTcb->PacketLength); -+ -+ return ret; -+} -+ -+#ifdef SUPPORT_MU_BF -+#if (SUPPORT_MU_BF == 1) -+/* -+// Description: On VHT GID management frame by an MU beamformee. -+// -+// 2015.05.20. Created by tynli. -+*/ -+RT_STATUS -+Beamforming_GetVHTGIDMgntFrame( -+ IN PADAPTER Adapter, -+ IN PRT_RFD pRfd, -+ IN POCTET_STRING pPduOS -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->DM_OutSrc; -+ RT_STATUS rtStatus = RT_STATUS_SUCCESS; -+ pu1Byte pBuffer = NULL; -+ pu1Byte pRaddr = NULL; -+ u1Byte MemStatus[8] = {0}, UserPos[16] = {0}; -+ u1Byte idx; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMER_ENTRY pBeamformEntry = &pBeamInfo->BeamformerEntry[pBeamInfo->mu_ap_index]; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] On VHT GID mgnt frame!\n", __func__)); -+ -+ /* Check length*/ -+ if (pPduOS->Length < (FRAME_OFFSET_VHT_GID_MGNT_USER_POSITION_ARRAY+16)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("Beamforming_GetVHTGIDMgntFrame(): Invalid length (%d)\n", pPduOS->Length)); -+ return RT_STATUS_INVALID_LENGTH; -+ } -+ -+ /* Check RA*/ -+ pRaddr = (pu1Byte)(pPduOS->Octet)+4; -+ if (!eqMacAddr(pRaddr, Adapter->CurrentAddress)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("Beamforming_GetVHTGIDMgntFrame(): Drop because of RA error.\n")); -+ return RT_STATUS_PKT_DROP; -+ } -+ -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "On VHT GID Mgnt Frame ==>:\n", pPduOS->Octet, pPduOS->Length); -+ -+ /*Parsing Membership Status Array*/ -+ pBuffer = pPduOS->Octet + FRAME_OFFSET_VHT_GID_MGNT_MEMBERSHIP_STATUS_ARRAY; -+ for (idx = 0; idx < 8; idx++) { -+ MemStatus[idx] = GET_VHT_GID_MGNT_INFO_MEMBERSHIP_STATUS(pBuffer+idx); -+ pBeamformEntry->gid_valid[idx] = GET_VHT_GID_MGNT_INFO_MEMBERSHIP_STATUS(pBuffer+idx); -+ } -+ -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "MemStatus: ", MemStatus, 8); -+ -+ /* Parsing User Position Array*/ -+ pBuffer = pPduOS->Octet + FRAME_OFFSET_VHT_GID_MGNT_USER_POSITION_ARRAY; -+ for (idx = 0; idx < 16; idx++) { -+ UserPos[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(pBuffer+idx); -+ pBeamformEntry->user_position[idx] = GET_VHT_GID_MGNT_INFO_USER_POSITION(pBuffer+idx); -+ } -+ -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "UserPos: ", UserPos, 16); -+ -+ /* Group ID detail printed*/ -+ { -+ u1Byte i, j; -+ u1Byte tmpVal; -+ u2Byte tmpVal2; -+ -+ for (i = 0; i < 8; i++) { -+ tmpVal = MemStatus[i]; -+ tmpVal2 = ((UserPos[i*2 + 1] << 8) & 0xFF00) + (UserPos[i * 2] & 0xFF); -+ for (j = 0; j < 8; j++) { -+ if ((tmpVal >> j) & BIT0) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("Use Group ID (%d), User Position (%d)\n", -+ (i*8+j), (tmpVal2 >> 2 * j)&0x3)); -+ } -+ } -+ } -+ } -+ -+ /* Indicate GID frame to IHV service. */ -+ { -+ u1Byte Indibuffer[24] = {0}; -+ u1Byte Indioffset = 0; -+ -+ PlatformMoveMemory(Indibuffer + Indioffset, pBeamformEntry->gid_valid, 8); -+ Indioffset += 8; -+ PlatformMoveMemory(Indibuffer + Indioffset, pBeamformEntry->user_position, 16); -+ Indioffset += 16; -+ -+ PlatformIndicateCustomStatus( -+ Adapter, -+ RT_CUSTOM_EVENT_VHT_RECV_GID_MGNT_FRAME, -+ RT_CUSTOM_INDI_TARGET_IHV, -+ Indibuffer, -+ Indioffset); -+ } -+ -+ /* Config HW GID table */ -+ halComTxbf_ConfigGtab(pDM_Odm); -+ -+ return rtStatus; -+} -+ -+/* -+// Description: Construct VHT Group ID (GID) management frame. -+// -+// 2015.05.20. Created by tynli. -+*/ -+VOID -+ConstructVHTGIDMgntFrame( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte RA, -+ IN PRT_BEAMFORMEE_ENTRY pBeamformEntry, -+ OUT pu1Byte Buffer, -+ OUT pu4Byte pLength -+ -+) -+{ -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PADAPTER Adapter = pBeamInfo->SourceAdapter; -+ OCTET_STRING osFTMFrame, tmp; -+ -+ FillOctetString(osFTMFrame, Buffer, 0); -+ *pLength = 0; -+ -+ ConstructMaFrameHdr( -+ Adapter, -+ RA, -+ ACT_CAT_VHT, -+ ACT_VHT_GROUPID_MANAGEMENT, -+ &osFTMFrame); -+ -+ /* Membership Status Array*/ -+ FillOctetString(tmp, pBeamformEntry->gid_valid, 8); -+ PacketAppendData(&osFTMFrame, tmp); -+ -+ /* User Position Array*/ -+ FillOctetString(tmp, pBeamformEntry->user_position, 16); -+ PacketAppendData(&osFTMFrame, tmp); -+ -+ *pLength = osFTMFrame.Length; -+ -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "ConstructVHTGIDMgntFrame():\n", Buffer, *pLength); -+} -+ -+BOOLEAN -+SendSWVHTGIDMgntFrame( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u1Byte Idx -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_TCB pTcb; -+ PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN ret = TRUE; -+ u1Byte DataRate = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = &pBeamInfo->BeamformeeEntry[Idx]; -+ PADAPTER Adapter = pBeamInfo->SourceAdapter; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (MgntGetBuffer(Adapter, &pTcb, &pBuf)) { -+ ConstructVHTGIDMgntFrame( -+ pDM_Odm, -+ RA, -+ pBeamformEntry, -+ pBuf->Buffer.VirtualAddress, -+ &pTcb->PacketLength -+ ); -+ -+ pTcb->BWOfPacket = CHANNEL_WIDTH_20; -+ DataRate = MGN_6M; -+ MgntSendPacket(Adapter, pTcb, pBuf, pTcb->PacketLength, NORMAL_QUEUE, DataRate); -+ } else -+ ret = FALSE; -+ -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (ret) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "", pBuf->Buffer.VirtualAddress, pTcb->PacketLength); -+ -+ return ret; -+} -+ -+ -+/* -+// Description: Construct VHT beamforming report poll. -+// -+// 2015.05.20. Created by tynli. -+*/ -+VOID -+ConstructVHTBFReportPoll( -+ IN PDM_ODM_T pDM_Odm, -+ IN pu1Byte RA, -+ OUT pu1Byte Buffer, -+ OUT pu4Byte pLength -+) -+{ -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PADAPTER Adapter = pBeamInfo->SourceAdapter; -+ pu1Byte pBFRptPoll = Buffer; -+ -+ /* Frame control*/ -+ SET_80211_HDR_FRAME_CONTROL(pBFRptPoll, 0); -+ SET_80211_HDR_TYPE_AND_SUBTYPE(pBFRptPoll, Type_Beamforming_Report_Poll); -+ -+ /* Duration*/ -+ SET_80211_HDR_DURATION(pBFRptPoll, 100); -+ -+ /* RA*/ -+ SET_VHT_BF_REPORT_POLL_RA(pBFRptPoll, RA); -+ -+ /* TA*/ -+ SET_VHT_BF_REPORT_POLL_TA(pBFRptPoll, Adapter->CurrentAddress); -+ -+ /* Feedback Segment Retransmission Bitmap*/ -+ SET_VHT_BF_REPORT_POLL_FEEDBACK_SEG_RETRAN_BITMAP(pBFRptPoll, 0xFF); -+ -+ *pLength = 17; -+ -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "ConstructVHTBFReportPoll():\n", Buffer, *pLength); -+ -+} -+ -+BOOLEAN -+SendSWVHTBFReportPoll( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN BOOLEAN bFinalPoll -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_TCB pTcb; -+ PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN ret = TRUE; -+ u1Byte Idx = 0, DataRate = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ PADAPTER Adapter = pBeamInfo->SourceAdapter; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (MgntGetBuffer(Adapter, &pTcb, &pBuf)) { -+ ConstructVHTBFReportPoll( -+ pDM_Odm, -+ RA, -+ pBuf->Buffer.VirtualAddress, -+ &pTcb->PacketLength -+ ); -+ -+ pTcb->bTxEnableSwCalcDur = TRUE; /* need?*/ -+ pTcb->BWOfPacket = CHANNEL_WIDTH_20; -+ -+ if (bFinalPoll) -+ pTcb->TxBFPktType = RT_BF_PKT_TYPE_FINAL_BF_REPORT_POLL; -+ else -+ pTcb->TxBFPktType = RT_BF_PKT_TYPE_BF_REPORT_POLL; -+ -+ DataRate = MGN_6M; /* Legacy OFDM rate*/ -+ MgntSendPacket(Adapter, pTcb, pBuf, pTcb->PacketLength, NORMAL_QUEUE, DataRate); -+ } else -+ ret = FALSE; -+ -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (ret) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "SendSWVHTBFReportPoll():\n", pBuf->Buffer.VirtualAddress, pTcb->PacketLength); -+ -+ return ret; -+ -+} -+ -+ -+/* -+// Description: Construct VHT MU NDPA packet. -+// We should combine this function with ConstructVHTNDPAPacket() in the future. -+// -+// 2015.05.21. Created by tynli. -+*/ -+VOID -+ConstructVHTMUNDPAPacket( -+ IN PDM_ODM_T pDM_Odm, -+ IN CHANNEL_WIDTH BW, -+ OUT pu1Byte Buffer, -+ OUT pu4Byte pLength -+ ) -+{ -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PADAPTER Adapter = pBeamInfo->SourceAdapter; -+ u2Byte Duration = 0; -+ u1Byte Sequence = 0; -+ pu1Byte pNDPAFrame = Buffer; -+ RT_NDPA_STA_INFO STAInfo; -+ u1Byte idx; -+ u1Byte DestAddr[6] = {0}; -+ PRT_BEAMFORMEE_ENTRY pEntry = NULL; -+ -+ /* Fill the first MU BFee entry (STA1) MAC addr to destination address then -+ HW will change A1 to broadcast addr. 2015.05.28. Suggested by SD1 Chunchu. */ -+ for (idx = 0; idx < BEAMFORMEE_ENTRY_NUM; idx++) { -+ pEntry = &(pBeamInfo->BeamformeeEntry[idx]); -+ if (pEntry->is_mu_sta) { -+ cpMacAddr(DestAddr, pEntry->MacAddr); -+ break; -+ } -+ } -+ if (pEntry == NULL) -+ return; -+ -+ /* Frame control.*/ -+ SET_80211_HDR_FRAME_CONTROL(pNDPAFrame, 0); -+ SET_80211_HDR_TYPE_AND_SUBTYPE(pNDPAFrame, Type_NDPA); -+ -+ SET_80211_HDR_ADDRESS1(pNDPAFrame, DestAddr); -+ SET_80211_HDR_ADDRESS2(pNDPAFrame, pEntry->MyMacAddr); -+ -+ /*--------------------------------------------*/ -+ /* Need to modify "Duration" to MU consideration. */ -+ Duration = 2*aSifsTime + 44; -+ -+ if (BW == CHANNEL_WIDTH_80) -+ Duration += 40; -+ else if(BW == CHANNEL_WIDTH_40) -+ Duration+= 87; -+ else -+ Duration+= 180; -+ /*--------------------------------------------*/ -+ -+ SET_80211_HDR_DURATION(pNDPAFrame, Duration); -+ -+ Sequence = *(pDM_Odm->pSoundingSeq) << 2; -+ ODM_MoveMemory(pDM_Odm, pNDPAFrame + 16, &Sequence, 1); -+ -+ *pLength = 17; -+ -+ /* Construct STA info. for multiple STAs*/ -+ for (idx = 0; idx < BEAMFORMEE_ENTRY_NUM; idx++) { -+ pEntry = &(pBeamInfo->BeamformeeEntry[idx]); -+ if (pEntry->is_mu_sta) { -+ STAInfo.AID = pEntry->AID; -+ STAInfo.FeedbackType = 1; /* 1'b1: MU*/ -+ STAInfo.NcIndex = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Get BeamformeeEntry idx(%d), AID =%d\n", __func__, idx, pEntry->AID)); -+ -+ ODM_MoveMemory(pDM_Odm, pNDPAFrame+(*pLength), (pu1Byte)&STAInfo, 2); -+ *pLength += 2; -+ } -+ } -+ -+} -+ -+BOOLEAN -+SendSWVHTMUNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_TCB pTcb; -+ PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN ret = TRUE; -+ u1Byte NDPTxRate = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PADAPTER Adapter = pBeamInfo->SourceAdapter; -+ -+ NDPTxRate = MGN_VHT2SS_MCS0; -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (MgntGetBuffer(Adapter, &pTcb, &pBuf)) { -+ ConstructVHTMUNDPAPacket( -+ pDM_Odm, -+ BW, -+ pBuf->Buffer.VirtualAddress, -+ &pTcb->PacketLength -+ ); -+ -+ pTcb->bTxEnableSwCalcDur = TRUE; -+ pTcb->BWOfPacket = BW; -+ pTcb->TxBFPktType = RT_BF_PKT_TYPE_BROADCAST_NDPA; -+ -+ /*rate of NDP decide by Nr*/ -+ MgntSendPacket(Adapter, pTcb, pBuf, pTcb->PacketLength, NORMAL_QUEUE, NDPTxRate); -+ } else -+ ret = FALSE; -+ -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+ -+ if (ret) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "", pBuf->Buffer.VirtualAddress, pTcb->PacketLength); -+ -+ return ret; -+} -+ -+#endif /*#if (SUPPORT_MU_BF == 1)*/ -+#endif /*#ifdef SUPPORT_MU_BF*/ -+ -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ -+u4Byte -+Beamforming_GetReportFrame( -+ IN PVOID pDM_VOID, -+ union recv_frame *precv_frame -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u4Byte ret = _SUCCESS; -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = NULL; -+ pu1Byte pframe = precv_frame->u.hdr.rx_data; -+ u4Byte frame_len = precv_frame->u.hdr.len; -+ pu1Byte TA; -+ u1Byte Idx, offset; -+ -+ /*DBG_871X("beamforming_get_report_frame\n");*/ -+ -+ /*Memory comparison to see if CSI report is the same with previous one*/ -+ TA = GetAddr2Ptr(pframe); -+ pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, TA, &Idx); -+ if(pBeamformEntry->BeamformEntryCap & BEAMFORMER_CAP_VHT_SU) -+ offset = 31; /*24+(1+1+3)+2 MAC header+(Category+ActionCode+MIMOControlField)+SNR(Nc=2)*/ -+ else if(pBeamformEntry->BeamformEntryCap & BEAMFORMER_CAP_HT_EXPLICIT) -+ offset = 34; /*24+(1+1+6)+2 MAC header+(Category+ActionCode+MIMOControlField)+SNR(Nc=2)*/ -+ else -+ return ret; -+ -+ /*DBG_871X("%s MacId %d offset=%d\n", __FUNCTION__, pBeamformEntry->mac_id, offset);*/ -+ -+ return ret; -+} -+ -+ -+BOOLEAN -+SendFWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u1Byte ActionHdr[4] = {ACT_CAT_VENDOR, 0x00, 0xe0, 0x4c}; -+ u1Byte *pframe; -+ u2Byte *fctrl; -+ u2Byte duration = 0; -+ u1Byte aSifsTime = 0, NDPTxRate = 0, Idx = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ -+ if (pmgntframe == NULL) { -+ DBG_871X("%s, alloc mgnt frame fail\n", __func__); -+ return _FALSE; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(Adapter, pattrib); -+ -+ pattrib->qsel = QSLT_BEACON; -+ NDPTxRate = Beamforming_GetHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ pattrib->rate = NDPTxRate; -+ pattrib->bwmode = BW; -+ pattrib->order = 1; -+ pattrib->subtype = WIFI_ACTION_NOACK; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetOrderBit(pframe); -+ SetFrameSubType(pframe, WIFI_ACTION_NOACK); -+ -+ _rtw_memcpy(pwlanhdr->addr1, RA, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pBeamformEntry->MyMacAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ if( pmlmeext->cur_wireless_mode == WIRELESS_11B) -+ aSifsTime = 10; -+ else -+ aSifsTime = 16; -+ -+ duration = 2*aSifsTime + 40; -+ -+ if(BW == CHANNEL_WIDTH_40) -+ duration+= 87; -+ else -+ duration+= 180; -+ -+ SetDuration(pframe, duration); -+ -+ //HT control field -+ SET_HT_CTRL_CSI_STEERING(pframe+24, 3); -+ SET_HT_CTRL_NDP_ANNOUNCEMENT(pframe+24, 1); -+ -+ _rtw_memcpy(pframe+28, ActionHdr, 4); -+ -+ pattrib->pktlen = 32; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ -+ return _TRUE; -+} -+ -+ -+BOOLEAN -+SendSWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u1Byte ActionHdr[4] = {ACT_CAT_VENDOR, 0x00, 0xe0, 0x4c}; -+ pu1Byte pframe; -+ pu2Byte fctrl; -+ u2Byte duration = 0; -+ u1Byte aSifsTime = 0, NDPTxRate = 0, Idx = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ NDPTxRate = Beamforming_GetHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ -+ if (pmgntframe == NULL) { -+ DBG_871X("%s, alloc mgnt frame fail\n", __func__); -+ return _FALSE; -+ } -+ -+ /*update attribute*/ -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(Adapter, pattrib); -+ pattrib->qsel = QSLT_MGNT; -+ pattrib->rate = NDPTxRate; -+ pattrib->bwmode = BW; -+ pattrib->order = 1; -+ pattrib->subtype = WIFI_ACTION_NOACK; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetOrderBit(pframe); -+ SetFrameSubType(pframe, WIFI_ACTION_NOACK); -+ -+ _rtw_memcpy(pwlanhdr->addr1, RA, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pBeamformEntry->MyMacAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ if (pmlmeext->cur_wireless_mode == WIRELESS_11B) -+ aSifsTime = 10; -+ else -+ aSifsTime = 16; -+ -+ duration = 2*aSifsTime + 40; -+ -+ if (BW == CHANNEL_WIDTH_40) -+ duration += 87; -+ else -+ duration += 180; -+ -+ SetDuration(pframe, duration); -+ -+ /*HT control field*/ -+ SET_HT_CTRL_CSI_STEERING(pframe+24, 3); -+ SET_HT_CTRL_NDP_ANNOUNCEMENT(pframe+24, 1); -+ -+ _rtw_memcpy(pframe+28, ActionHdr, 4); -+ -+ pattrib->pktlen = 32; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ -+ return _TRUE; -+} -+ -+ -+BOOLEAN -+SendFWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ pu1Byte pframe; -+ pu2Byte fctrl; -+ u2Byte duration = 0; -+ u1Byte sequence = 0, aSifsTime = 0, NDPTxRate= 0, Idx = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ RT_NDPA_STA_INFO sta_info; -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ -+ if (pmgntframe == NULL) { -+ DBG_871X("%s, alloc mgnt frame fail\n", __func__); -+ return _FALSE; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ _rtw_memcpy(pattrib->ra, RA, ETH_ALEN); -+ update_mgntframe_attrib(Adapter, pattrib); -+ -+ pattrib->qsel = QSLT_BEACON; -+ NDPTxRate = Beamforming_GetVHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ pattrib->rate = NDPTxRate; -+ pattrib->bwmode = BW; -+ pattrib->subtype = WIFI_NDPA; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetFrameSubType(pframe, WIFI_NDPA); -+ -+ _rtw_memcpy(pwlanhdr->addr1, RA, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pBeamformEntry->MyMacAddr, ETH_ALEN); -+ -+ if (IsSupported5G(pmlmeext->cur_wireless_mode) || IsSupportedHT(pmlmeext->cur_wireless_mode)) -+ aSifsTime = 16; -+ else -+ aSifsTime = 10; -+ -+ duration = 2*aSifsTime + 44; -+ -+ if(BW == CHANNEL_WIDTH_80) -+ duration += 40; -+ else if(BW == CHANNEL_WIDTH_40) -+ duration+= 87; -+ else -+ duration+= 180; -+ -+ SetDuration(pframe, duration); -+ -+ sequence = pBeamInfo->SoundingSequence<< 2; -+ if (pBeamInfo->SoundingSequence >= 0x3f) -+ pBeamInfo->SoundingSequence = 0; -+ else -+ pBeamInfo->SoundingSequence++; -+ -+ _rtw_memcpy(pframe+16, &sequence,1); -+ -+ if (((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ AID = 0; -+ -+ sta_info.AID = AID; -+ sta_info.FeedbackType = 0; -+ sta_info.NcIndex= 0; -+ -+ _rtw_memcpy(pframe+17, (u8 *)&sta_info, 2); -+ -+ pattrib->pktlen = 19; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ -+ return _TRUE; -+} -+ -+ -+ -+BOOLEAN -+SendSWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ RT_NDPA_STA_INFO ndpa_sta_info; -+ u1Byte NDPTxRate = 0, sequence = 0, aSifsTime = 0, Idx = 0; -+ pu1Byte pframe; -+ pu2Byte fctrl; -+ u2Byte duration = 0; -+ PRT_BEAMFORMING_INFO pBeamInfo = &(pDM_Odm->BeamformingInfo); -+ PRT_BEAMFORMEE_ENTRY pBeamformEntry = phydm_Beamforming_GetBFeeEntryByAddr(pDM_Odm, RA, &Idx); -+ -+ NDPTxRate = Beamforming_GetVHTNDPTxRate(pDM_Odm, pBeamformEntry->CompSteeringNumofBFer); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] NDPTxRate =%d\n", __func__, NDPTxRate)); -+ -+ pmgntframe = alloc_mgtxmitframe(pxmitpriv); -+ -+ if (pmgntframe == NULL) { -+ DBG_871X("%s, alloc mgnt frame fail\n", __func__); -+ return _FALSE; -+ } -+ -+ /*update attribute*/ -+ pattrib = &pmgntframe->attrib; -+ _rtw_memcpy(pattrib->ra, RA, ETH_ALEN); -+ update_mgntframe_attrib(Adapter, pattrib); -+ pattrib->qsel = QSLT_MGNT; -+ pattrib->rate = NDPTxRate; -+ pattrib->bwmode = BW; -+ pattrib->subtype = WIFI_NDPA; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ SetFrameSubType(pframe, WIFI_NDPA); -+ -+ _rtw_memcpy(pwlanhdr->addr1, RA, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, pBeamformEntry->MyMacAddr, ETH_ALEN); -+ -+ if (IsSupported5G(pmlmeext->cur_wireless_mode) || IsSupportedHT(pmlmeext->cur_wireless_mode)) -+ aSifsTime = 16; -+ else -+ aSifsTime = 10; -+ -+ duration = 2*aSifsTime + 44; -+ -+ if (BW == CHANNEL_WIDTH_80) -+ duration += 40; -+ else if (BW == CHANNEL_WIDTH_40) -+ duration += 87; -+ else -+ duration += 180; -+ -+ SetDuration(pframe, duration); -+ -+ sequence = pBeamInfo->SoundingSequence << 2; -+ if (pBeamInfo->SoundingSequence >= 0x3f) -+ pBeamInfo->SoundingSequence = 0; -+ else -+ pBeamInfo->SoundingSequence++; -+ -+ _rtw_memcpy(pframe+16, &sequence, 1); -+ if (((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ AID = 0; -+ -+ ndpa_sta_info.AID = AID; -+ ndpa_sta_info.FeedbackType = 0; -+ ndpa_sta_info.NcIndex = 0; -+ -+ _rtw_memcpy(pframe+17, (u8 *)&ndpa_sta_info, 2); -+ -+ pattrib->pktlen = 19; -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(Adapter, pmgntframe); -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] [%d]\n", __func__, __LINE__)); -+ -+ return _TRUE; -+} -+ -+ -+#endif -+ -+ -+VOID -+Beamforming_GetNDPAFrame( -+ IN PVOID pDM_VOID, -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN OCTET_STRING pduOS -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ union recv_frame *precv_frame -+#endif -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ pu1Byte TA ; -+ u1Byte Idx, Sequence; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ pu1Byte pNDPAFrame = pduOS.Octet; -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ pu1Byte pNDPAFrame = precv_frame->u.hdr.rx_data; -+#endif -+ PRT_BEAMFORMER_ENTRY pBeamformerEntry = NULL; /*Modified By Jeffery @2014-10-29*/ -+ -+ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ RT_DISP_DATA(FBEAM, FBEAM_DATA, "Beamforming_GetNDPAFrame\n", pduOS.Octet, pduOS.Length); -+ if (IsCtrlNDPA(pNDPAFrame) == FALSE) -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ if (GetFrameSubType(pNDPAFrame) != WIFI_NDPA) -+#endif -+ return; -+ else if (!(pDM_Odm->SupportICType & (ODM_RTL8812 | ODM_RTL8821))) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] not 8812 or 8821A, return\n", __func__)); -+ return; -+ } -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ TA = Frame_Addr2(pduOS); -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ TA = GetAddr2Ptr(pNDPAFrame); -+#endif -+ /*Remove signaling TA. */ -+ TA[0] = TA[0] & 0xFE; -+ -+ pBeamformerEntry = phydm_Beamforming_GetBFerEntryByAddr(pDM_Odm, TA, &Idx); // Modified By Jeffery @2014-10-29 -+ -+ /*Break options for Clock Reset*/ -+ if (pBeamformerEntry == NULL) -+ return; -+ else if (!(pBeamformerEntry->BeamformEntryCap & BEAMFORMEE_CAP_VHT_SU)) -+ return; -+ /*LogSuccess: As long as 8812A receive NDPA and feedback CSI succeed once, clock reset is NO LONGER needed !2015-04-10, Jeffery*/ -+ /*ClockResetTimes: While BFer entry always doesn't receive our CSI, clock will reset again and again.So ClockResetTimes is limited to 5 times.2015-04-13, Jeffery*/ -+ else if ((pBeamformerEntry->LogSuccess == 1) || (pBeamformerEntry->ClockResetTimes == 5)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] LogSeq=%d, PreLogSeq=%d, LogRetryCnt=%d, LogSuccess=%d, ClockResetTimes=%d, clock reset is no longer needed.\n", -+ __func__, pBeamformerEntry->LogSeq, pBeamformerEntry->PreLogSeq, pBeamformerEntry->LogRetryCnt, pBeamformerEntry->LogSuccess, pBeamformerEntry->ClockResetTimes)); -+ -+ return; -+ } -+ -+ Sequence = (pNDPAFrame[16]) >> 2; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start, Sequence=%d, LogSeq=%d, PreLogSeq=%d, LogRetryCnt=%d, ClockResetTimes=%d, LogSuccess=%d\n", -+ __func__, Sequence, pBeamformerEntry->LogSeq, pBeamformerEntry->PreLogSeq, pBeamformerEntry->LogRetryCnt, pBeamformerEntry->ClockResetTimes, pBeamformerEntry->LogSuccess)); -+ -+ if ((pBeamformerEntry->LogSeq != 0) && (pBeamformerEntry->PreLogSeq != 0)) { -+ /*Success condition*/ -+ if ((pBeamformerEntry->LogSeq != Sequence) && (pBeamformerEntry->PreLogSeq != pBeamformerEntry->LogSeq)) { -+ /* break option for clcok reset, 2015-03-30, Jeffery */ -+ pBeamformerEntry->LogRetryCnt = 0; -+ /*As long as 8812A receive NDPA and feedback CSI succeed once, clock reset is no longer needed.*/ -+ /*That is, LogSuccess is NOT needed to be reset to zero, 2015-04-13, Jeffery*/ -+ pBeamformerEntry->LogSuccess = 1; -+ -+ } else {/*Fail condition*/ -+ -+ if (pBeamformerEntry->LogRetryCnt == 5) { -+ pBeamformerEntry->ClockResetTimes++; -+ pBeamformerEntry->LogRetryCnt = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Clock Reset!!! ClockResetTimes=%d\n", -+ __func__, pBeamformerEntry->ClockResetTimes)); -+ HalComTxbf_Set(pDM_Odm, TXBF_SET_SOUNDING_CLK, NULL); -+ -+ } else -+ pBeamformerEntry->LogRetryCnt++; -+ } -+ } -+ -+ /*Update LogSeq & PreLogSeq*/ -+ pBeamformerEntry->PreLogSeq = pBeamformerEntry->LogSeq; -+ pBeamformerEntry->LogSeq = Sequence; -+ -+} -+ -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.h linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfinterface.h 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,158 @@ -+#ifndef __HAL_TXBF_INTERFACE_H__ -+#define __HAL_TXBF_INTERFACE_H__ -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+VOID -+Beamforming_GidPAid( -+ PADAPTER Adapter, -+ PRT_TCB pTcb -+ ); -+ -+RT_STATUS -+Beamforming_GetReportFrame( -+ IN PADAPTER Adapter, -+ IN PRT_RFD pRfd, -+ IN POCTET_STRING pPduOS -+ ); -+ -+VOID -+Beamforming_GetNDPAFrame( -+ IN PVOID pDM_VOID, -+ IN OCTET_STRING pduOS -+ ); -+ -+BOOLEAN -+SendFWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ); -+ -+BOOLEAN -+SendFWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ); -+ -+BOOLEAN -+SendSWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ); -+ -+BOOLEAN -+SendSWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ); -+ -+#ifdef SUPPORT_MU_BF -+#if (SUPPORT_MU_BF == 1) -+RT_STATUS -+Beamforming_GetVHTGIDMgntFrame( -+ IN PADAPTER Adapter, -+ IN PRT_RFD pRfd, -+ IN POCTET_STRING pPduOS -+ ); -+ -+BOOLEAN -+SendSWVHTGIDMgntFrame( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u1Byte Idx -+ ); -+ -+BOOLEAN -+SendSWVHTBFReportPoll( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN BOOLEAN bFinalPoll -+ ); -+ -+BOOLEAN -+SendSWVHTMUNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN CHANNEL_WIDTH BW -+ ); -+#else -+#define Beamforming_GetVHTGIDMgntFrame(Adapter, pRfd, pPduOS) RT_STATUS_FAILURE -+#define SendSWVHTGIDMgntFrame(pDM_VOID, RA) -+#define SendSWVHTBFReportPoll(pDM_VOID, RA, bFinalPoll) -+#define SendSWVHTMUNDPAPacket(pDM_VOID, BW) -+#endif -+#endif -+ -+ -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ -+u4Byte -+Beamforming_GetReportFrame( -+ IN PVOID pDM_VOID, -+ union recv_frame *precv_frame -+ ); -+ -+BOOLEAN -+SendFWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ); -+ -+BOOLEAN -+SendSWHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN CHANNEL_WIDTH BW -+ ); -+ -+BOOLEAN -+SendFWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ); -+ -+BOOLEAN -+SendSWVHTNDPAPacket( -+ IN PVOID pDM_VOID, -+ IN pu1Byte RA, -+ IN u2Byte AID, -+ IN CHANNEL_WIDTH BW -+ ); -+#endif -+ -+VOID -+Beamforming_GetNDPAFrame( -+ IN PVOID pDM_VOID, -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ IN OCTET_STRING pduOS -+#elif (DM_ODM_SUPPORT_TYPE == ODM_CE) -+ union recv_frame *precv_frame -+#endif -+); -+ -+#else -+#define Beamforming_GetNDPAFrame(pDM_Odm, _PduOS) -+#if (DM_ODM_SUPPORT_TYPE == ODM_CE) -+#define Beamforming_GetReportFrame(Adapter, precv_frame) RT_STATUS_FAILURE -+#elif (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+#define Beamforming_GetReportFrame(Adapter, pRfd, pPduOS) RT_STATUS_FAILURE -+#define Beamforming_GetVHTGIDMgntFrame(Adapter, pRfd, pPduOS) RT_STATUS_FAILURE -+#endif -+#define SendFWHTNDPAPacket(pDM_VOID, RA, BW) -+#define SendSWHTNDPAPacket(pDM_VOID, RA, BW) -+#define SendFWVHTNDPAPacket(pDM_VOID, RA, AID, BW) -+#define SendSWVHTNDPAPacket(pDM_VOID, RA, AID, BW) -+#define SendSWVHTGIDMgntFrame(pDM_VOID, RA, idx) -+#define SendSWVHTBFReportPoll(pDM_VOID, RA, bFinalPoll) -+#define SendSWVHTMUNDPAPacket(pDM_VOID, BW) -+#endif -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.c linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.c ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.c 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,527 @@ -+//============================================================ -+// Description: -+// -+// This file is for 8812/8821/8811 TXBF mechanism -+// -+//============================================================ -+#include "mp_precomp.h" -+#include "../phydm_precomp.h" -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if ((RTL8812A_SUPPORT == 1) || (RTL8821A_SUPPORT == 1)) -+VOID -+HalTxbf8812A_setNDPArate( -+ IN PVOID pDM_VOID, -+ IN u1Byte BW, -+ IN u1Byte Rate -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ ODM_Write1Byte(pDM_Odm, REG_NDPA_OPT_CTRL_8812A, (Rate << 2 | BW)); -+ -+} -+ -+VOID -+halTxbfJaguar_RfMode( -+ IN PVOID pDM_VOID, -+ IN PRT_BEAMFORMING_INFO pBeamInfo -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ -+ if (pDM_Odm->RFType == ODM_1T1R) -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] set TxIQGen\n", __func__)); -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_WeLut_Jaguar, 0x80000, 0x1); /*RF Mode table write enable*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_WeLut_Jaguar, 0x80000, 0x1); /*RF Mode table write enable*/ -+ -+ if (pBeamInfo->beamformee_su_cnt > 0) { -+ // Paath_A -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0xE26BF); /*Enable TXIQGEN in RX mode*/ -+ // Path_B -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff, 0xE26BF); /*Enable TXIQGEN in RX mode*/ -+ } else { -+ // Paath_A -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff, 0xC26BF); /*Disable TXIQGEN in RX mode*/ -+ // Path_B -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableAddr, 0x78000, 0x3); /*Select RX mode*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff, 0x3F7FF); /*Set Table data*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff, 0xC26BF); /*Disable TXIQGEN in RX mode*/ -+ } -+ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_WeLut_Jaguar, 0x80000, 0x0); /*RF Mode table write disable*/ -+ ODM_SetRFReg(pDM_Odm, ODM_RF_PATH_B, RF_WeLut_Jaguar, 0x80000, 0x0); /*RF Mode table write disable*/ -+ -+ if (pBeamInfo->beamformee_su_cnt > 0) -+ ODM_SetBBReg(pDM_Odm, rTxPath_Jaguar, bMaskByte1, 0x33); -+ else -+ ODM_SetBBReg(pDM_Odm, rTxPath_Jaguar, bMaskByte1, 0x11); -+} -+ -+ -+VOID -+halTxbfJaguar_DownloadNDPA( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte u1bTmp = 0, tmpReg422 = 0, Head_Page; -+ u1Byte BcnValidReg = 0, count = 0, DLBcnCount = 0; -+ BOOLEAN bSendBeacon = FALSE; -+ u1Byte TxPageBndy = LAST_ENTRY_OF_TX_PKT_BUFFER_8812; /*default reseved 1 page for the IC type which is undefined.*/ -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ *pDM_Odm->pbFwDwRsvdPageInProgress = TRUE; -+#endif -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (Idx == 0) -+ Head_Page = 0xFE; -+ else -+ Head_Page = 0xFE; -+ -+ Adapter->HalFunc.GetHalDefVarHandler(Adapter, HAL_DEF_TX_PAGE_BOUNDARY, (pu1Byte)&TxPageBndy); -+ -+ /*Set REG_CR bit 8. DMA beacon by SW.*/ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_CR_8812A + 1); -+ ODM_Write1Byte(pDM_Odm, REG_CR_8812A + 1, (u1bTmp | BIT0)); -+ -+ -+ /*Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame.*/ -+ tmpReg422 = ODM_Read1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8812A + 2); -+ ODM_Write1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8812A + 2, tmpReg422 & (~BIT6)); -+ -+ if (tmpReg422 & BIT6) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("SetBeamformDownloadNDPA_8812(): There is an Adapter is sending beacon.\n")); -+ bSendBeacon = TRUE; -+ } -+ -+ /*TDECTRL[15:8] 0x209[7:0] = 0xF6 Beacon Head for TXDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_TDECTRL_8812A + 1, Head_Page); -+ -+ do { -+ /*Clear beacon valid check bit.*/ -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_TDECTRL_8812A + 2); -+ ODM_Write1Byte(pDM_Odm, REG_TDECTRL_8812A + 2, (BcnValidReg | BIT0)); -+ -+ /*download NDPA rsvd page.*/ -+ if (pBeamEntry->BeamformEntryCap & BEAMFORMER_CAP_VHT_SU) -+ Beamforming_SendVHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->AID, pBeamEntry->SoundBW, BEACON_QUEUE); -+ else -+ Beamforming_SendHTNDPAPacket(pDM_Odm, pBeamEntry->MacAddr, pBeamEntry->SoundBW, BEACON_QUEUE); -+ -+ /*check rsvd page download OK.*/ -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_TDECTRL_8812A + 2); -+ count = 0; -+ while (!(BcnValidReg & BIT0) && count < 20) { -+ count++; -+ ODM_delay_ms(10); -+ BcnValidReg = ODM_Read1Byte(pDM_Odm, REG_TDECTRL_8812A + 2); -+ } -+ DLBcnCount++; -+ } while (!(BcnValidReg & BIT0) && DLBcnCount < 5); -+ -+ if (!(BcnValidReg & BIT0)) -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("%s Download RSVD page failed!\n", __func__)); -+ -+ /*TDECTRL[15:8] 0x209[7:0] = 0xF6 Beacon Head for TXDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_TDECTRL_8812A + 1, TxPageBndy); -+ -+ /*To make sure that if there exists an adapter which would like to send beacon.*/ -+ /*If exists, the origianl value of 0x422[6] will be 1, we should check this to*/ -+ /*prevent from setting 0x422[6] to 0 after download reserved page, or it will cause*/ -+ /*the beacon cannot be sent by HW.*/ -+ /*2010.06.23. Added by tynli.*/ -+ if (bSendBeacon) -+ ODM_Write1Byte(pDM_Odm, REG_FWHW_TXQ_CTRL_8812A + 2, tmpReg422); -+ -+ /*Do not enable HW DMA BCN or it will cause Pcie interface hang by timing issue. 2011.11.24. by tynli.*/ -+ /*Clear CR[8] or beacon packet will not be send to TxBuf anymore.*/ -+ u1bTmp = ODM_Read1Byte(pDM_Odm, REG_CR_8812A + 1); -+ ODM_Write1Byte(pDM_Odm, REG_CR_8812A + 1, (u1bTmp & (~BIT0))); -+ -+ pBeamEntry->BeamformEntryState = BEAMFORMING_ENTRY_STATE_PROGRESSED; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ *pDM_Odm->pbFwDwRsvdPageInProgress = FALSE; -+#endif -+} -+ -+ -+VOID -+halTxbfJaguar_FwTxBFCmd( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte Idx, Period0 = 0, Period1 = 0; -+ u1Byte PageNum0 = 0xFF, PageNum1 = 0xFF; -+ u1Byte u1TxBFParm[3] = {0}; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ for (Idx = 0; Idx < BEAMFORMEE_ENTRY_NUM; Idx++) { -+ /*Modified by David*/ -+ if (pBeamInfo->BeamformeeEntry[Idx].bUsed && pBeamInfo->BeamformeeEntry[Idx].BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (Idx == 0) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) -+ PageNum0 = 0xFE; -+ else -+ PageNum0 = 0xFF; /*stop sounding*/ -+ Period0 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } else if (Idx == 1) { -+ if (pBeamInfo->BeamformeeEntry[Idx].bSound) -+ PageNum1 = 0xFE; -+ else -+ PageNum1 = 0xFF; /*stop sounding*/ -+ Period1 = (u1Byte)(pBeamInfo->BeamformeeEntry[Idx].SoundPeriod); -+ } -+ } -+ } -+ -+ u1TxBFParm[0] = PageNum0; -+ u1TxBFParm[1] = PageNum1; -+ u1TxBFParm[2] = (Period1 << 4) | Period0; -+ ODM_FillH2CCmd(pDM_Odm, PHYDM_H2C_TXBF, 3, u1TxBFParm); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, -+ ("[%s] PageNum0 = %d Period0 = %d, PageNum1 = %d Period1 %d\n", __func__, PageNum0, Period0, PageNum1, Period1)); -+} -+ -+ -+VOID -+HalTxbfJaguar_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte BFerBFeeIdx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u1Byte i = 0; -+ u1Byte BFerIdx = (BFerBFeeIdx & 0xF0) >> 4; -+ u1Byte BFeeIdx = (BFerBFeeIdx & 0xF); -+ u4Byte CSI_Param; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ u2Byte STAid = 0; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]Start!\n", __func__)); -+ -+ halTxbfJaguar_RfMode(pDM_Odm, pBeamformingInfo); -+ -+ if (pDM_Odm->RFType == ODM_2T2R) -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CSI_CONTENT_VALUE, bMaskDWord, 0x00000000); /*Nc =2*/ -+ else -+ ODM_SetBBReg(pDM_Odm, ODM_REG_CSI_CONTENT_VALUE, bMaskDWord, 0x01081008); /*Nc =1*/ -+ -+ if ((pBeamformingInfo->beamformer_su_cnt > 0) && (BFerIdx < BEAMFORMER_ENTRY_NUM)) { -+ BeamformerEntry = pBeamformingInfo->BeamformerEntry[BFerIdx]; -+ -+ /*Sounding protocol control*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8812A, 0xCB); -+ -+ /*MAC address/Partial AID of Beamformer*/ -+ if (BFerIdx == 0) { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_BFMER0_INFO_8812A + i), BeamformerEntry.MacAddr[i]); -+ /*CSI report use legacy ofdm so don't need to fill P_AID. */ -+ /*PlatformEFIOWrite2Byte(Adapter, REG_BFMER0_INFO_8812A+6, BeamformEntry.P_AID); */ -+ } else { -+ for (i = 0; i < 6 ; i++) -+ ODM_Write1Byte(pDM_Odm, (REG_BFMER1_INFO_8812A + i), BeamformerEntry.MacAddr[i]); -+ /*CSI report use legacy ofdm so don't need to fill P_AID.*/ -+ /*PlatformEFIOWrite2Byte(Adapter, REG_BFMER1_INFO_8812A+6, BeamformEntry.P_AID);*/ -+ } -+ -+ /*CSI report parameters of Beamformee*/ -+ if (BeamformerEntry.BeamformEntryCap & BEAMFORMEE_CAP_VHT_SU) { -+ if (pDM_Odm->RFType == ODM_2T2R) -+ CSI_Param = 0x01090109; -+ else -+ CSI_Param = 0x01080108; -+ } else { -+ if (pDM_Odm->RFType == ODM_2T2R) -+ CSI_Param = 0x03090309; -+ else -+ CSI_Param = 0x03080308; -+ } -+ -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8812A, CSI_Param); -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW40_8812A, CSI_Param); -+ ODM_Write4Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW80_8812A, CSI_Param); -+ -+ /*Timeout value for MAC to leave NDP_RX_standby_state (60 us, Test chip) (80 us, MP chip)*/ -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8812A + 3, 0x50); -+ } -+ -+ -+ if ((pBeamformingInfo->beamformee_su_cnt > 0) && (BFeeIdx < BEAMFORMEE_ENTRY_NUM)) { -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[BFeeIdx]; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ STAid = BeamformeeEntry.MacId; -+ else -+ STAid = BeamformeeEntry.P_AID; -+ -+ /*P_AID of Beamformee & enable NDPA transmission & enable NDPA interrupt*/ -+ if (BFeeIdx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8812A, STAid); -+ ODM_Write1Byte(pDM_Odm, REG_TXBF_CTRL_8812A + 3, ODM_Read1Byte(pDM_Odm, REG_TXBF_CTRL_8812A + 3) | BIT4 | BIT6 | BIT7); -+ } else -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8812A + 2, STAid | BIT12 | BIT14 | BIT15); -+ -+ /*CSI report parameters of Beamformee*/ -+ if (BFeeIdx == 0) { -+ /*Get BIT24 & BIT25*/ -+ u1Byte tmp = ODM_Read1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3) & 0x3; -+ -+ ODM_Write1Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 3, tmp | 0x60); -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, STAid | BIT9); -+ } else { -+ /*Set BIT25*/ -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, STAid | 0xE200); -+ } -+ phydm_Beamforming_Notify(pDM_Odm); -+ } -+} -+ -+ -+VOID -+HalTxbfJaguar_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamformingInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMER_ENTRY BeamformerEntry; -+ RT_BEAMFORMEE_ENTRY BeamformeeEntry; -+ -+ if (Idx < BEAMFORMER_ENTRY_NUM) { -+ BeamformerEntry = pBeamformingInfo->BeamformerEntry[Idx]; -+ BeamformeeEntry = pBeamformingInfo->BeamformeeEntry[Idx]; -+ } else -+ return; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s]Start!, IDx = %d\n", __func__, Idx)); -+ -+ /*Clear P_AID of Beamformee*/ -+ /*Clear MAC address of Beamformer*/ -+ /*Clear Associated Bfmee Sel*/ -+ -+ if (BeamformerEntry.BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8812A, 0xC8); -+ if (Idx == 0) { -+ ODM_Write4Byte(pDM_Odm, REG_BFMER0_INFO_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_BFMER0_INFO_8812A + 4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW40_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW80_8812A, 0); -+ } else { -+ ODM_Write4Byte(pDM_Odm, REG_BFMER1_INFO_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_BFMER1_INFO_8812A + 4, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW20_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW40_8812A, 0); -+ ODM_Write2Byte(pDM_Odm, REG_CSI_RPT_PARAM_BW80_8812A, 0); -+ } -+ } -+ -+ if (BeamformeeEntry.BeamformEntryCap == BEAMFORMING_CAP_NONE) { -+ halTxbfJaguar_RfMode(pDM_Odm, pBeamformingInfo); -+ if (Idx == 0) { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8812A, 0x0); -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A, 0); -+ } else { -+ ODM_Write2Byte(pDM_Odm, REG_TXBF_CTRL_8812A + 2, ODM_Read2Byte(pDM_Odm, REG_TXBF_CTRL_8812A + 2) & 0xF000); -+ ODM_Write2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2, ODM_Read2Byte(pDM_Odm, REG_BFMEE_SEL_8812A + 2) & 0x60); -+ } -+ } -+ -+} -+ -+ -+VOID -+HalTxbfJaguar_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte BeamCtrlVal; -+ u4Byte BeamCtrlReg; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ RT_BEAMFORMEE_ENTRY BeamformEntry = pBeamInfo->BeamformeeEntry[Idx]; -+ -+ if (phydm_actingDetermine(pDM_Odm, PhyDM_ACTING_AS_IBSS)) -+ BeamCtrlVal = BeamformEntry.MacId; -+ else -+ BeamCtrlVal = BeamformEntry.P_AID; -+ -+ if (Idx == 0) -+ BeamCtrlReg = REG_TXBF_CTRL_8812A; -+ else { -+ BeamCtrlReg = REG_TXBF_CTRL_8812A + 2; -+ BeamCtrlVal |= BIT12 | BIT14 | BIT15; -+ } -+ -+ if (BeamformEntry.BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSED) { -+ if (BeamformEntry.SoundBW == CHANNEL_WIDTH_20) -+ BeamCtrlVal |= BIT9; -+ else if (BeamformEntry.SoundBW == CHANNEL_WIDTH_40) -+ BeamCtrlVal |= (BIT9 | BIT10); -+ else if (BeamformEntry.SoundBW == CHANNEL_WIDTH_80) -+ BeamCtrlVal |= (BIT9 | BIT10 | BIT11); -+ } else -+ BeamCtrlVal &= ~(BIT9 | BIT10 | BIT11); -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] BeamCtrlVal = 0x%x!\n", __func__, BeamCtrlVal)); -+ -+ ODM_Write2Byte(pDM_Odm, BeamCtrlReg, BeamCtrlVal); -+} -+ -+ -+ -+VOID -+HalTxbfJaguar_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ PRT_BEAMFORMEE_ENTRY pBeamEntry = pBeamInfo->BeamformeeEntry + Idx; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pBeamEntry->BeamformEntryState == BEAMFORMING_ENTRY_STATE_PROGRESSING) -+ halTxbfJaguar_DownloadNDPA(pDM_Odm, Idx); -+ -+ halTxbfJaguar_FwTxBFCmd(pDM_Odm); -+} -+ -+ -+VOID -+HalTxbfJaguar_Patch( -+ IN PVOID pDM_VOID, -+ IN u1Byte Operation -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ PRT_BEAMFORMING_INFO pBeamInfo = &pDM_Odm->BeamformingInfo; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (pBeamInfo->BeamformCap == BEAMFORMING_CAP_NONE) -+ return; -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ if (Operation == SCAN_OPT_BACKUP_BAND0) -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8812A, 0xC8); -+ else if (Operation == SCAN_OPT_RESTORE) -+ ODM_Write1Byte(pDM_Odm, REG_SND_PTCL_CTRL_8812A, 0xCB); -+#endif -+} -+ -+VOID -+HalTxbfJaguar_Clk_8812A( -+ IN PVOID pDM_VOID -+) -+{ -+ PDM_ODM_T pDM_Odm = (PDM_ODM_T)pDM_VOID; -+ u2Byte u2btmp; -+ u1Byte Count = 0, u1btmp; -+ PADAPTER Adapter = pDM_Odm->Adapter; -+ -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] Start!\n", __func__)); -+ -+ if (*(pDM_Odm->pbScanInProcess)) { -+ ODM_RT_TRACE(pDM_Odm, PHYDM_COMP_TXBF, ODM_DBG_LOUD, ("[%s] return by Scan\n", __func__)); -+ return; -+ } -+#if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ /*Stop PCIe TxDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_PCIE_CTRL_REG_8812A + 1, 0xFE); -+#endif -+ -+ /*Stop Usb TxDMA*/ -+#if (DM_ODM_SUPPORT_TYPE == ODM_WIN) -+ RT_DISABLE_FUNC(Adapter, DF_TX_BIT); -+ PlatformReturnAllPendingTxPackets(Adapter); -+#else -+ rtw_write_port_cancel(Adapter); -+#endif -+ -+ /*Wait TXFF empty*/ -+ for (Count = 0; Count < 100; Count++) { -+ u2btmp = ODM_Read2Byte(pDM_Odm, REG_TXPKT_EMPTY_8812A); -+ u2btmp = u2btmp & 0xfff; -+ if (u2btmp != 0xfff) { -+ ODM_delay_ms(10); -+ continue; -+ } else -+ break; -+ } -+ -+ /*TX pause*/ -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE_8812A, 0xFF); -+ -+ /*Wait TX State Machine OK*/ -+ for (Count = 0; Count < 100; Count++) { -+ if (ODM_Read4Byte(pDM_Odm, REG_SCH_TXCMD_8812A) != 0) -+ continue; -+ else -+ break; -+ } -+ -+ -+ /*Stop RX DMA path*/ -+ u1btmp = ODM_Read1Byte(pDM_Odm, REG_RXDMA_CONTROL_8812A); -+ ODM_Write1Byte(pDM_Odm, REG_RXDMA_CONTROL_8812A, u1btmp | BIT2); -+ -+ for (Count = 0; Count < 100; Count++) { -+ u1btmp = ODM_Read1Byte(pDM_Odm, REG_RXDMA_CONTROL_8812A); -+ if (u1btmp & BIT1) -+ break; -+ else -+ ODM_delay_ms(10); -+ } -+ -+ /*Disable clock*/ -+ ODM_Write1Byte(pDM_Odm, REG_SYS_CLKR_8812A + 1, 0xf0); -+ /*Disable 320M*/ -+ ODM_Write1Byte(pDM_Odm, REG_AFE_PLL_CTRL_8812A + 3, 0x8); -+ /*Enable 320M*/ -+ ODM_Write1Byte(pDM_Odm, REG_AFE_PLL_CTRL_8812A + 3, 0xa); -+ /*Enable clock*/ -+ ODM_Write1Byte(pDM_Odm, REG_SYS_CLKR_8812A + 1, 0xfc); -+ -+ -+ /*Release Tx pause*/ -+ ODM_Write1Byte(pDM_Odm, REG_TXPAUSE_8812A, 0); -+ -+ /*Enable RX DMA path*/ -+ u1btmp = ODM_Read1Byte(pDM_Odm, REG_RXDMA_CONTROL_8812A); -+ ODM_Write1Byte(pDM_Odm, REG_RXDMA_CONTROL_8812A, u1btmp & (~BIT2)); -+#if DEV_BUS_TYPE == RT_PCI_INTERFACE -+ /*Enable PCIe TxDMA*/ -+ ODM_Write1Byte(pDM_Odm, REG_PCIE_CTRL_REG_8812A + 1, 0); -+#endif -+ /*Start Usb TxDMA*/ -+ RT_ENABLE_FUNC(Adapter, DF_TX_BIT); -+} -+ -+#endif -+ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.h linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.h ---- linux.old/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/phydm/txbf/haltxbfjaguar.h 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,67 @@ -+#ifndef __HAL_TXBF_JAGUAR_H__ -+#define __HAL_TXBF_JAGUAR_H__ -+ -+#if (BEAMFORMING_SUPPORT == 1) -+#if ((RTL8812A_SUPPORT == 1) || (RTL8821A_SUPPORT == 1)) -+VOID -+HalTxbf8812A_setNDPArate( -+ IN PVOID pDM_VOID, -+ IN u1Byte BW, -+ IN u1Byte Rate -+); -+ -+ -+VOID -+HalTxbfJaguar_Enter( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbfJaguar_Leave( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbfJaguar_Status( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbfJaguar_FwTxBF( -+ IN PVOID pDM_VOID, -+ IN u1Byte Idx -+ ); -+ -+ -+VOID -+HalTxbfJaguar_Patch( -+ IN PVOID pDM_VOID, -+ IN u1Byte Operation -+ ); -+ -+ -+VOID -+HalTxbfJaguar_Clk_8812A( -+ IN PVOID pDM_VOID -+ ); -+ -+#else -+ -+#define HalTxbf8812A_setNDPArate(pDM_VOID, BW, Rate) -+#define HalTxbfJaguar_Enter(pDM_VOID, Idx) -+#define HalTxbfJaguar_Leave(pDM_VOID, Idx) -+#define HalTxbfJaguar_Status(pDM_VOID, Idx) -+#define HalTxbfJaguar_FwTxBF(pDM_VOID, Idx) -+#define HalTxbfJaguar_Patch(pDM_VOID, Operation) -+#define HalTxbfJaguar_Clk_8812A(pDM_VOID) -+#endif -+ -+#endif -+#endif // #ifndef __HAL_TXBF_JAGUAR_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/Hal8812PwrSeq.c linux/3rdparty/rtl8812au/hal/rtl8812a/Hal8812PwrSeq.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/Hal8812PwrSeq.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/Hal8812PwrSeq.c 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,98 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include "Hal8812PwrSeq.h" -+#include -+ -+/* -+ drivers should parse below arrays and do the corresponding actions -+*/ -+//3 Power on Array -+WLAN_PWR_CFG rtl8812_power_on_flow[RTL8812_TRANS_CARDEMU_TO_ACT_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ RTL8812_TRANS_CARDEMU_TO_ACT -+ RTL8812_TRANS_END -+}; -+ -+//3Radio off GPIO Array -+WLAN_PWR_CFG rtl8812_radio_off_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ RTL8812_TRANS_ACT_TO_CARDEMU -+ RTL8812_TRANS_END -+}; -+ -+//3Card Disable Array -+WLAN_PWR_CFG rtl8812_card_disable_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_PDN_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ RTL8812_TRANS_ACT_TO_CARDEMU -+ RTL8812_TRANS_CARDEMU_TO_CARDDIS -+ RTL8812_TRANS_END -+}; -+ -+//3 Card Enable Array -+WLAN_PWR_CFG rtl8812_card_enable_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_PDN_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ RTL8812_TRANS_CARDDIS_TO_CARDEMU -+ RTL8812_TRANS_CARDEMU_TO_ACT -+ RTL8812_TRANS_END -+}; -+ -+//3Suspend Array -+WLAN_PWR_CFG rtl8812_suspend_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_SUS_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ RTL8812_TRANS_ACT_TO_CARDEMU -+ RTL8812_TRANS_CARDEMU_TO_SUS -+ RTL8812_TRANS_END -+}; -+ -+//3 Resume Array -+WLAN_PWR_CFG rtl8812_resume_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_SUS_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ RTL8812_TRANS_SUS_TO_CARDEMU -+ RTL8812_TRANS_CARDEMU_TO_ACT -+ RTL8812_TRANS_END -+}; -+ -+ -+ -+//3HWPDN Array -+WLAN_PWR_CFG rtl8812_hwpdn_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_PDN_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ RTL8812_TRANS_ACT_TO_CARDEMU -+ RTL8812_TRANS_CARDEMU_TO_PDN -+ RTL8812_TRANS_END -+}; -+ -+//3 Enter LPS -+WLAN_PWR_CFG rtl8812_enter_lps_flow[RTL8812_TRANS_ACT_TO_LPS_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ //FW behavior -+ RTL8812_TRANS_ACT_TO_LPS -+ RTL8812_TRANS_END -+}; -+ -+//3 Leave LPS -+WLAN_PWR_CFG rtl8812_leave_lps_flow[RTL8812_TRANS_LPS_TO_ACT_STEPS+RTL8812_TRANS_END_STEPS]= -+{ -+ //FW behavior -+ RTL8812_TRANS_LPS_TO_ACT -+ RTL8812_TRANS_END -+}; -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/Hal8821APwrSeq.c linux/3rdparty/rtl8812au/hal/rtl8812a/Hal8821APwrSeq.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/Hal8821APwrSeq.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/Hal8821APwrSeq.c 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,96 @@ -+ -+/*++ -+Copyright (c) Realtek Semiconductor Corp. All rights reserved. -+ -+Module Name: -+ Hal8821PwrSeq.c -+ -+Abstract: -+ This file includes all kinds of Power Action event for RTL8821A and corresponding hardware configurtions which are released from HW SD. -+ -+Major Change History: -+ When Who What -+ ---------- --------------- ------------------------------- -+ 2011-08-08 Roger Create. -+ -+--*/ -+ -+ -+#include "Hal8821APwrSeq.h" -+#include -+ -+ -+/* -+ drivers should parse below arrays and do the corresponding actions -+*/ -+//3 Power on Array -+WLAN_PWR_CFG rtl8821A_power_on_flow[RTL8821A_TRANS_CARDEMU_TO_ACT_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ RTL8821A_TRANS_CARDEMU_TO_ACT -+ RTL8821A_TRANS_END -+}; -+ -+//3Radio off GPIO Array -+WLAN_PWR_CFG rtl8821A_radio_off_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ RTL8821A_TRANS_ACT_TO_CARDEMU -+ RTL8821A_TRANS_END -+}; -+ -+//3Card Disable Array -+WLAN_PWR_CFG rtl8821A_card_disable_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ RTL8821A_TRANS_ACT_TO_CARDEMU -+ RTL8821A_TRANS_CARDEMU_TO_CARDDIS -+ RTL8821A_TRANS_END -+}; -+ -+//3 Card Enable Array -+WLAN_PWR_CFG rtl8821A_card_enable_flow[RTL8821A_TRANS_CARDDIS_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_ACT_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ RTL8821A_TRANS_CARDDIS_TO_CARDEMU -+ RTL8821A_TRANS_CARDEMU_TO_ACT -+ RTL8821A_TRANS_END -+}; -+ -+//3Suspend Array -+WLAN_PWR_CFG rtl8821A_suspend_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ RTL8821A_TRANS_ACT_TO_CARDEMU -+ RTL8821A_TRANS_CARDEMU_TO_SUS -+ RTL8821A_TRANS_END -+}; -+ -+//3 Resume Array -+WLAN_PWR_CFG rtl8821A_resume_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ RTL8821A_TRANS_SUS_TO_CARDEMU -+ RTL8821A_TRANS_CARDEMU_TO_ACT -+ RTL8821A_TRANS_END -+}; -+ -+ -+ -+//3HWPDN Array -+WLAN_PWR_CFG rtl8821A_hwpdn_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ RTL8821A_TRANS_ACT_TO_CARDEMU -+ RTL8821A_TRANS_CARDEMU_TO_PDN -+ RTL8821A_TRANS_END -+}; -+ -+//3 Enter LPS -+WLAN_PWR_CFG rtl8821A_enter_lps_flow[RTL8821A_TRANS_ACT_TO_LPS_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ //FW behavior -+ RTL8821A_TRANS_ACT_TO_LPS -+ RTL8821A_TRANS_END -+}; -+ -+//3 Leave LPS -+WLAN_PWR_CFG rtl8821A_leave_lps_flow[RTL8821A_TRANS_LPS_TO_ACT_STEPS+RTL8821A_TRANS_END_STEPS]= -+{ -+ //FW behavior -+ RTL8821A_TRANS_LPS_TO_ACT -+ RTL8821A_TRANS_END -+}; -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_cmd.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_cmd.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_cmd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_cmd.c 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,1979 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812A_CMD_C_ -+ -+//#include -+#include -+#include "hal_com_h2c.h" -+#include -+#define CONFIG_H2C_EF -+ -+#define RTL8812_MAX_H2C_BOX_NUMS 4 -+#define RTL8812_MAX_CMD_LEN 7 -+#define RTL8812_MESSAGE_BOX_SIZE 4 -+#define RTL8812_EX_MESSAGE_BOX_SIZE 4 -+ -+ -+static u8 _is_fw_read_cmd_down(_adapter* padapter, u8 msgbox_num) -+{ -+ u8 read_down = _FALSE; -+ int retry_cnts = 100; -+ -+ u8 valid; -+ -+ //DBG_8192C(" _is_fw_read_cmd_down ,reg_1cc(%x),msg_box(%d)...\n",rtw_read8(padapter,REG_HMETFR),msgbox_num); -+ -+ do{ -+ valid = rtw_read8(padapter,REG_HMETFR) & BIT(msgbox_num); -+ if(0 == valid ){ -+ read_down = _TRUE; -+ } -+ else -+ rtw_msleep_os(1); -+ }while( (!read_down) && (retry_cnts--)); -+ -+ return read_down; -+ -+} -+ -+ -+/***************************************** -+* H2C Msg format : -+* 0x1DF - 0x1D0 -+*| 31 - 8 | 7-5 4 - 0 | -+*| h2c_msg |Class_ID CMD_ID | -+* -+* Extend 0x1FF - 0x1F0 -+*|31 - 0 | -+*|ext_msg| -+******************************************/ -+s32 FillH2CCmd_8812(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer) -+{ -+ u8 h2c_box_num; -+ u32 msgbox_addr; -+ u32 msgbox_ex_addr; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ u8 cmd_idx,ext_cmd_len; -+ u32 h2c_cmd = 0; -+ u32 h2c_cmd_ex = 0; -+ s32 ret = _FAIL; -+ -+_func_enter_; -+ -+ padapter = GET_PRIMARY_ADAPTER(padapter); -+ pHalData = GET_HAL_DATA(padapter); -+ -+ -+ if(padapter->bFWReady == _FALSE) -+ { -+ //DBG_8192C("FillH2CCmd_8812(): return H2C cmd because fw is not ready\n"); -+ return ret; -+ } -+ -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->h2c_fwcmd_mutex), NULL); -+ -+ -+ if (!pCmdBuffer) { -+ goto exit; -+ } -+ if (CmdLen > RTL8812_MAX_CMD_LEN) { -+ goto exit; -+ } -+ if (rtw_is_surprise_removed(padapter)) -+ goto exit; -+ -+ //pay attention to if race condition happened in H2C cmd setting. -+ do{ -+ h2c_box_num = pHalData->LastHMEBoxNum; -+ -+ if(!_is_fw_read_cmd_down(padapter, h2c_box_num)){ -+ DBG_8192C(" fw read cmd failed...\n"); -+ goto exit; -+ } -+ -+ *(u8*)(&h2c_cmd) = ElementID; -+ -+ if(CmdLen<=3) -+ { -+ _rtw_memcpy((u8*)(&h2c_cmd)+1, pCmdBuffer, CmdLen ); -+ } -+ else{ -+ _rtw_memcpy((u8*)(&h2c_cmd)+1, pCmdBuffer,3); -+ ext_cmd_len = CmdLen-3; -+ _rtw_memcpy((u8*)(&h2c_cmd_ex), pCmdBuffer+3,ext_cmd_len ); -+ -+ //Write Ext command -+ msgbox_ex_addr = REG_HMEBOX_EXT0_8812 + (h2c_box_num *RTL8812_EX_MESSAGE_BOX_SIZE); -+ #ifdef CONFIG_H2C_EF -+ for(cmd_idx=0;cmd_idxh2c_cmd:0x%x, reg:0x%x =>h2c_cmd_ex:0x%x ..\n" -+ // ,pHalData->LastHMEBoxNum ,CmdLen,msgbox_addr,h2c_cmd,msgbox_ex_addr,h2c_cmd_ex); -+ -+ pHalData->LastHMEBoxNum = (h2c_box_num+1) % RTL8812_MAX_H2C_BOX_NUMS; -+ -+ }while(0); -+ -+ ret = _SUCCESS; -+ -+exit: -+ -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->h2c_fwcmd_mutex), NULL); -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+u8 rtl8812_set_rssi_cmd(_adapter*padapter, u8 *param) -+{ -+ u8 res=_SUCCESS; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+_func_enter_; -+ -+ *((u32*) param ) = cpu_to_le32( *((u32*) param ) ); -+ -+ FillH2CCmd_8812(padapter, H2C_8812_RSSI_REPORT, 4, param); -+ -+_func_exit_; -+ -+ return res; -+} -+ -+u8 Get_VHT_ENI( -+ u32 IOTAction, -+ u32 WirelessMode, -+ u32 ratr_bitmap -+ ) -+{ -+ u8 Ret = 0; -+ -+ if(WirelessMode == WIRELESS_11_24AC) -+ { -+ if(ratr_bitmap & 0xfff00000) // Mix , 2SS -+ Ret = 3; -+ else // Mix, 1SS -+ Ret = 2; -+ } -+ else if(WirelessMode == WIRELESS_11_5AC) -+ { -+ Ret = 1; // VHT -+ } -+ -+ return (Ret << 4); -+} -+ -+BOOLEAN -+Get_RA_ShortGI_8812( -+ PADAPTER Adapter, -+ struct sta_info *psta, -+ u8 shortGIrate, -+ u32 ratr_bitmap -+) -+{ -+ BOOLEAN bShortGI; -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ bShortGI = shortGIrate; -+ -+#ifdef CONFIG_80211AC_VHT -+ if( bShortGI && -+ IsSupportedVHT(psta->wireless_mode) && -+ (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK_JAGUAR_CCUTAP) && -+ TEST_FLAG(psta->vhtpriv.ldpc_cap, LDPC_VHT_ENABLE_TX) -+ ) -+ { -+ if(ratr_bitmap & 0xC0000000) -+ bShortGI = _FALSE; -+ } -+#endif -+ -+ return bShortGI; -+} -+ -+ -+void -+Set_RA_LDPC_8812( -+ struct sta_info *psta, -+ BOOLEAN bLDPC -+ ) -+{ -+ if(psta == NULL) -+ return; -+#ifdef CONFIG_80211AC_VHT -+ if(psta->wireless_mode == WIRELESS_11_5AC) -+ { -+ if(bLDPC && TEST_FLAG(psta->vhtpriv.ldpc_cap, LDPC_VHT_CAP_TX)) -+ SET_FLAG(psta->vhtpriv.ldpc_cap, LDPC_VHT_ENABLE_TX); -+ else -+ CLEAR_FLAG(psta->vhtpriv.ldpc_cap, LDPC_VHT_ENABLE_TX); -+ } -+ else if(IsSupportedHT(psta->wireless_mode) || IsSupportedVHT(psta->wireless_mode)) -+ { -+ if(bLDPC && TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_CAP_TX)) -+ SET_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX); -+ else -+ CLEAR_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX); -+ } -+ -+ update_ldpc_stbc_cap(psta); -+#endif -+ -+ //DBG_871X("MacId %d bLDPC %d\n", psta->mac_id, bLDPC); -+} -+ -+ -+u8 -+Get_RA_LDPC_8812( -+ struct sta_info *psta -+) -+{ -+ u8 bLDPC = 0; -+ -+ if (psta != NULL) { -+ if(psta->mac_id == 1) { -+ bLDPC = 0; -+ } else { -+#ifdef CONFIG_80211AC_VHT -+ if(IsSupportedVHT(psta->wireless_mode)) -+ { -+ if(TEST_FLAG(psta->vhtpriv.ldpc_cap, LDPC_VHT_CAP_TX)) -+ bLDPC = 1; -+ else -+ bLDPC = 0; -+ } -+ else if(IsSupportedHT(psta->wireless_mode)) -+ { -+ if(TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_CAP_TX)) -+ bLDPC =1; -+ else -+ bLDPC =0; -+ } -+ else -+#endif -+ bLDPC = 0; -+ } -+ } -+ -+ return (bLDPC << 2); -+} -+ -+void rtl8812_set_raid_cmd(PADAPTER padapter, u32 bitmap, u8* arg) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct sta_info *psta; -+ u8 macid, init_rate, raid, shortGIrate=_FALSE; -+ -+_func_enter_; -+ -+ macid = arg[0]; -+ raid = arg[1]; -+ shortGIrate = arg[2]; -+ init_rate = arg[3]; -+ -+ psta = pmlmeinfo->FW_sta_info[macid].psta; -+ if(psta == NULL) -+ { -+ return; -+ } -+ -+ if(pHalData->fw_ractrl == _TRUE) -+ { -+ u8 H2CCommand[7] ={0}; -+ -+ shortGIrate = Get_RA_ShortGI_8812(padapter, psta, shortGIrate, bitmap); -+ -+ H2CCommand[0] = macid; -+ H2CCommand[1] = (raid & 0x1F) | (shortGIrate?0x80:0x00) ; -+ H2CCommand[2] = (psta->bw_mode & 0x3) |Get_RA_LDPC_8812(psta) |Get_VHT_ENI(0, psta->wireless_mode, bitmap); -+ -+ //DisableTXPowerTraining -+ if(pHalData->bDisableTXPowerTraining){ -+ H2CCommand[2] |= BIT6; -+ DBG_871X("%s,Disable PWT by driver\n",__FUNCTION__); -+ } -+ else{ -+ PDM_ODM_T pDM_OutSrc = &pHalData->odmpriv; -+ -+ if(pDM_OutSrc->bDisablePowerTraining){ -+ H2CCommand[2] |= BIT6; -+ DBG_871X("%s,Disable PWT by DM\n",__FUNCTION__); -+ } -+ } -+ -+ H2CCommand[3] = (u8)(bitmap & 0x000000ff); -+ H2CCommand[4] = (u8)((bitmap & 0x0000ff00) >>8); -+ H2CCommand[5] = (u8)((bitmap & 0x00ff0000) >> 16); -+ H2CCommand[6] = (u8)((bitmap & 0xff000000) >> 24); -+ -+ //DBG_871X("rtl8812_set_raid_cmd, bitmap=0x%x, mac_id=0x%x, raid=0x%x, shortGIrate=%x\n", bitmap, macid, raid, shortGIrate); -+ -+ FillH2CCmd_8812(padapter, H2C_8812_RA_MASK, 7, H2CCommand); -+ } -+ -+ if (shortGIrate==_TRUE) -+ init_rate |= BIT(7); -+ -+ pHalData->INIDATA_RATE[macid] = init_rate; -+ -+_func_exit_; -+ -+} -+ -+void rtl8812_Add_RateATid(PADAPTER pAdapter, u64 rate_bitmap, u8 *arg, u8 rssi_level) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u8 macid; -+ u32 bitmap = (u32) rate_bitmap; -+ -+ macid = arg[0]; -+ -+ if(rssi_level != DM_RATR_STA_INIT) -+ bitmap = ODM_Get_Rate_Bitmap(&pHalData->odmpriv, macid, bitmap, rssi_level); -+ -+ rtl8812_set_raid_cmd(pAdapter, bitmap, arg); -+} -+ -+void rtl8812_set_FwPwrMode_cmd(PADAPTER padapter, u8 PSMode) -+{ -+ u8 u1H2CSetPwrMode[H2C_PWRMODE_LEN]={0}; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ u8 Mode = 0, RLBM = 0, PowerState = 0, LPSAwakeIntvl = 2, pwrModeByte5 = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+_func_enter_; -+ -+ DBG_871X("%s: Mode=%d SmartPS=%d UAPSD=%d\n", __FUNCTION__, -+ PSMode, pwrpriv->smart_ps, padapter->registrypriv.uapsd_enable); -+ -+ switch(PSMode) -+ { -+ case PS_MODE_ACTIVE: -+ Mode = 0; -+ break; -+ case PS_MODE_MIN: -+ Mode = 1; -+ break; -+ case PS_MODE_MAX: -+ RLBM = 1; -+ Mode = 1; -+ break; -+ case PS_MODE_DTIM: -+ RLBM = 2; -+ Mode = 1; -+ break; -+ case PS_MODE_UAPSD_WMM: -+ Mode = 2; -+ break; -+ default: -+ Mode = 0; -+ break; -+ } -+ -+ if (Mode > PS_MODE_ACTIVE) -+ { -+#ifdef CONFIG_BT_COEXIST -+ if ((rtw_btcoex_IsBtControlLps(padapter) == _TRUE) && (_TRUE == pHalData->EEPROMBluetoothCoexist)) -+ { -+ PowerState = rtw_btcoex_RpwmVal(padapter); -+ pwrModeByte5 = rtw_btcoex_LpsVal(padapter); -+ } -+ else -+#endif // CONFIG_BT_COEXIST -+ { -+ PowerState = 0x00;// AllON(0x0C), RFON(0x04), RFOFF(0x00) -+ pwrModeByte5 = 0x40; -+ } -+ -+#ifdef CONFIG_EXT_CLK -+ Mode |= BIT(7);//supporting 26M XTAL CLK_Request feature. -+#endif //CONFIG_EXT_CLK -+ } -+ else -+ { -+ PowerState = 0x0C;// AllON(0x0C), RFON(0x04), RFOFF(0x00) -+ pwrModeByte5 = 0x40; -+ } -+ -+ // 0: Active, 1: LPS, 2: WMMPS -+ SET_8812_H2CCMD_PWRMODE_PARM_MODE(u1H2CSetPwrMode, Mode); -+ -+ // 0:Min, 1:Max , 2:User define -+ SET_8812_H2CCMD_PWRMODE_PARM_RLBM(u1H2CSetPwrMode, RLBM); -+ -+ // (LPS) smart_ps: 0: PS_Poll, 1: PS_Poll , 2: NullData -+ // (WMM)smart_ps: 0:PS_Poll, 1:NullData -+ SET_8812_H2CCMD_PWRMODE_PARM_SMART_PS(u1H2CSetPwrMode, pwrpriv->smart_ps); -+ -+ // AwakeInterval: Unit is beacon interval, this field is only valid in PS_DTIM mode -+ SET_8812_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(u1H2CSetPwrMode, LPSAwakeIntvl); -+ -+ // (WMM only)bAllQueueUAPSD -+ SET_8812_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(u1H2CSetPwrMode, padapter->registrypriv.uapsd_enable); -+ -+ // AllON(0x0C), RFON(0x04), RFOFF(0x00) -+ SET_8812_H2CCMD_PWRMODE_PARM_PWR_STATE(u1H2CSetPwrMode, PowerState); -+ -+ SET_8812_H2CCMD_PWRMODE_PARM_BYTE5(u1H2CSetPwrMode, pwrModeByte5); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (_TRUE == pHalData->EEPROMBluetoothCoexist) -+ rtw_btcoex_RecordPwrMode(padapter, u1H2CSetPwrMode, sizeof(u1H2CSetPwrMode)); -+#endif // CONFIG_BT_COEXIST -+ //DBG_871X("u1H2CSetPwrMode="MAC_FMT"\n", MAC_ARG(u1H2CSetPwrMode)); -+ FillH2CCmd_8812(padapter, H2C_8812_SETPWRMODE, sizeof(u1H2CSetPwrMode), u1H2CSetPwrMode); -+ -+_func_exit_; -+} -+ -+void rtl8812_set_FwMediaStatus_cmd(PADAPTER padapter, u16 mstatus_rpt ) -+{ -+ u8 u1JoinBssRptParm[3]={0}; -+ u8 mstatus, macId, macId_Ind = 0, macId_End = 0; -+ -+ mstatus = (u8) (mstatus_rpt & 0xFF); -+ macId = (u8)(mstatus_rpt >> 8) ; -+ -+ SET_8812_H2CCMD_MSRRPT_PARM_OPMODE(u1JoinBssRptParm, mstatus); -+ SET_8812_H2CCMD_MSRRPT_PARM_MACID_IND(u1JoinBssRptParm, macId_Ind); -+ -+ SET_8812_H2CCMD_MSRRPT_PARM_MACID(u1JoinBssRptParm, macId); -+ SET_8812_H2CCMD_MSRRPT_PARM_MACID_END(u1JoinBssRptParm, macId_End); -+ -+ DBG_871X("[MacId], Set MacId Ctrl(original) = 0x%x \n", u1JoinBssRptParm[0]<<16|u1JoinBssRptParm[1]<<8|u1JoinBssRptParm[2]); -+ -+ FillH2CCmd_8812(padapter, H2C_8812_MSRRPT, 3, u1JoinBssRptParm); -+} -+ -+void ConstructBeacon(_adapter *padapter, u8 *pframe, u32 *pLength) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 rate_len, pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ //pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_BEACON); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pktlen = sizeof (struct rtw_ieee80211_hdr_3addr); -+ -+ //timestamp will be inserted by hardware -+ pframe += 8; -+ pktlen += 8; -+ -+ // beacon interval: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_beacon_interval_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ // capability info: 2 bytes -+ _rtw_memcpy(pframe, (unsigned char *)(rtw_get_capability_from_ie(cur_network->IEs)), 2); -+ -+ pframe += 2; -+ pktlen += 2; -+ -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ //DBG_871X("ie len=%d\n", cur_network->IELength); -+ pktlen += cur_network->IELength - sizeof(NDIS_802_11_FIXED_IEs); -+ _rtw_memcpy(pframe, cur_network->IEs+sizeof(NDIS_802_11_FIXED_IEs), pktlen); -+ -+ goto _ConstructBeacon; -+ } -+ -+ //below for ad-hoc mode -+ -+ // SSID -+ pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pktlen); -+ -+ // supported rates... -+ rate_len = rtw_get_rateset_len(cur_network->SupportedRates); -+ pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8)? 8: rate_len), cur_network->SupportedRates, &pktlen); -+ -+ // DS parameter set -+ pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig), &pktlen); -+ -+ if( (pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) -+ { -+ u32 ATIMWindow; -+ // IBSS Parameter Set... -+ //ATIMWindow = cur->Configuration.ATIMWindow; -+ ATIMWindow = 0; -+ pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pktlen); -+ } -+ -+ -+ //todo: ERP IE -+ -+ -+ // EXTERNDED SUPPORTED RATE -+ if (rate_len > 8) -+ { -+ pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates + 8), &pktlen); -+ } -+ -+ -+ //todo:HT for adhoc -+ -+_ConstructBeacon: -+ -+ if ((pktlen + TXDESC_SIZE) > 512) -+ { -+ DBG_871X("beacon frame too large\n"); -+ return; -+ } -+ -+ *pLength = pktlen; -+ -+ //DBG_871X("%s bcn_sz=%d\n", __FUNCTION__, pktlen); -+ -+} -+ -+void ConstructPSPoll(_adapter *padapter, u8 *pframe, u32 *pLength) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ // Frame control. -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ SetPwrMgt(fctrl); -+ SetFrameSubType(pframe, WIFI_PSPOLL); -+ -+ // AID. -+ SetDuration(pframe, (pmlmeinfo->aid | 0xc000)); -+ -+ // BSSID. -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ // TA. -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ *pLength = 16; -+} -+ -+void ConstructNullFunctionData( -+ PADAPTER padapter, -+ u8 *pframe, -+ u32 *pLength, -+ u8 *StaAddr, -+ u8 bQoS, -+ u8 AC, -+ u8 bEosp, -+ u8 bForcePowerSave) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ -+ //DBG_871X("%s:%d\n", __FUNCTION__, bForcePowerSave); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ if (bForcePowerSave) -+ { -+ SetPwrMgt(fctrl); -+ } -+ -+ switch(cur_network->network.InfrastructureMode) -+ { -+ case Ndis802_11Infrastructure: -+ SetToDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, StaAddr, ETH_ALEN); -+ break; -+ case Ndis802_11APMode: -+ SetFrDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ break; -+ case Ndis802_11IBSS: -+ default: -+ _rtw_memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ break; -+ } -+ -+ SetSeqNum(pwlanhdr, 0); -+ -+ if (bQoS == _TRUE) { -+ struct rtw_ieee80211_hdr_3addr_qos *pwlanqoshdr; -+ -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pwlanqoshdr = (struct rtw_ieee80211_hdr_3addr_qos*)pframe; -+ SetPriority(&pwlanqoshdr->qc, AC); -+ SetEOSP(&pwlanqoshdr->qc, bEosp); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr_qos); -+ } else { -+ SetFrameSubType(pframe, WIFI_DATA_NULL); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ } -+ -+ *pLength = pktlen; -+} -+ -+void ConstructProbeRsp(_adapter *padapter, u8 *pframe, u32 *pLength, u8 *StaAddr, BOOLEAN bHideSSID) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u8 *mac, *bssid; -+ u32 pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *cur_network = &(pmlmeinfo->network); -+ -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ mac = adapter_mac_addr(padapter); -+ bssid = cur_network->MacAddress; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ _rtw_memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, mac, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, bssid, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetFrameSubType(fctrl, WIFI_PROBERSP); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ pframe += pktlen; -+ -+ if(cur_network->IELength>MAX_IE_SZ) -+ return; -+ -+ _rtw_memcpy(pframe, cur_network->IEs, cur_network->IELength); -+ pframe += cur_network->IELength; -+ pktlen += cur_network->IELength; -+ -+ *pLength = pktlen; -+} -+ -+#ifdef CONFIG_GTK_OL -+static void ConstructGTKResponse( -+ PADAPTER padapter, -+ u8 *pframe, -+ u32 *pLength -+ ) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &pmlmepriv->cur_network; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ static u8 LLCHeader[8] = {0xAA, 0xAA, 0x03, 0x00, 0x00, 0x00, 0x88, 0x8E}; -+ static u8 GTKbody_a[11] ={0x01, 0x03, 0x00, 0x5F, 0x02, 0x03, 0x12, 0x00, 0x10, 0x42, 0x0B}; -+ u8 *pGTKRspPkt = pframe; -+ u8 EncryptionHeadOverhead = 0; -+ //DBG_871X("%s:%d\n", __FUNCTION__, bForcePowerSave); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ -+ //------------------------------------------------------------------------- -+ // MAC Header. -+ //------------------------------------------------------------------------- -+ SetFrameType(fctrl, WIFI_DATA); -+ //SetFrameSubType(fctrl, 0); -+ SetToDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, 0); -+ SetDuration(pwlanhdr, 0); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ *pLength = sMacHdrLng; -+#else -+ *pLength = 24; -+#endif //CONFIG_WAPI_SUPPORT -+ -+//YJ,del,120503 -+#if 0 -+ //------------------------------------------------------------------------- -+ // Qos Header: leave space for it if necessary. -+ //------------------------------------------------------------------------- -+ if(pStaQos->CurrentQosMode > QOS_DISABLE) -+ { -+ SET_80211_HDR_QOS_EN(pGTKRspPkt, 1); -+ PlatformZeroMemory(&(Buffer[*pLength]), sQoSCtlLng); -+ *pLength += sQoSCtlLng; -+ } -+#endif //0 -+ //------------------------------------------------------------------------- -+ // Security Header: leave space for it if necessary. -+ //------------------------------------------------------------------------- -+ -+#if 1 -+ switch (psecuritypriv->dot11PrivacyAlgrthm) -+ { -+ case _WEP40_: -+ case _WEP104_: -+ EncryptionHeadOverhead = 4; -+ break; -+ case _TKIP_: -+ EncryptionHeadOverhead = 8; -+ break; -+ case _AES_: -+ EncryptionHeadOverhead = 8; -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ EncryptionHeadOverhead = 18; -+ break; -+#endif //CONFIG_WAPI_SUPPORT -+ default: -+ EncryptionHeadOverhead = 0; -+ } -+ -+ if(EncryptionHeadOverhead > 0) -+ { -+ _rtw_memset(&(pframe[*pLength]), 0,EncryptionHeadOverhead); -+ *pLength += EncryptionHeadOverhead; -+ //SET_80211_HDR_WEP(pGTKRspPkt, 1); //Suggested by CCW. -+ //GTK's privacy bit is done by FW -+ //SetPrivacy(fctrl); -+ } -+#endif //1 -+ //------------------------------------------------------------------------- -+ // Frame Body. -+ //------------------------------------------------------------------------- -+ pGTKRspPkt = (u8*)(pframe+ *pLength); -+ // LLC header -+ _rtw_memcpy(pGTKRspPkt, LLCHeader, 8); -+ *pLength += 8; -+ -+ // GTK element -+ pGTKRspPkt += 8; -+ -+ //GTK frame body after LLC, part 1 -+ _rtw_memcpy(pGTKRspPkt, GTKbody_a, 11); -+ *pLength += 11; -+ pGTKRspPkt += 11; -+ //GTK frame body after LLC, part 2 -+ _rtw_memset(&(pframe[*pLength]), 0, 88); -+ *pLength += 88; -+ pGTKRspPkt += 88; -+ -+} -+#endif //CONFIG_GTK_OL -+ -+// To check if reserved page content is destroyed by beacon beacuse beacon is too large. -+// 2010.06.23. Added by tynli. -+VOID -+CheckFwRsvdPageContent( -+ IN PADAPTER Adapter -+) -+{ -+ HAL_DATA_TYPE* pHalData = GET_HAL_DATA(Adapter); -+ u32 MaxBcnPageNum; -+ -+ if(pHalData->FwRsvdPageStartOffset != 0) -+ { -+ /*MaxBcnPageNum = PageNum_128(pMgntInfo->MaxBeaconSize); -+ RT_ASSERT((MaxBcnPageNum <= pHalData->FwRsvdPageStartOffset), -+ ("CheckFwRsvdPageContent(): The reserved page content has been"\ -+ "destroyed by beacon!!! MaxBcnPageNum(%d) FwRsvdPageStartOffset(%d)\n!", -+ MaxBcnPageNum, pHalData->FwRsvdPageStartOffset));*/ -+ } -+} -+ -+// -+// Description: Get the reserved page number in Tx packet buffer. -+// Retrun value: the page number. -+// 2012.08.09, by tynli. -+// -+u8 -+GetTxBufferRsvdPageNum8812(_adapter *Adapter, bool bWoWLANBoundary) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 RsvdPageNum=0; -+ u8 TxPageBndy= LAST_ENTRY_OF_TX_PKT_BUFFER_8812; // default reseved 1 page for the IC type which is undefined. -+ -+ if(bWoWLANBoundary) -+ { -+ rtw_hal_get_def_var(Adapter, HAL_DEF_TX_PAGE_BOUNDARY_WOWLAN, (u8 *)&TxPageBndy); -+ } -+ else -+ { -+ rtw_hal_get_def_var(Adapter, HAL_DEF_TX_PAGE_BOUNDARY, (u8 *)&TxPageBndy); -+ } -+ -+ RsvdPageNum = LAST_ENTRY_OF_TX_PKT_BUFFER_8812 -TxPageBndy + 1; -+ -+ return RsvdPageNum; -+} -+ -+// -+// Description: Fill the reserved packets that FW will use to RSVD page. -+// Now we just send 4 types packet to rsvd page. -+// (1)Beacon, (2)Ps-poll, (3)Null data, (4)ProbeRsp. -+// Input: -+// bDLFinished - FALSE: At the first time we will send all the packets as a large packet to Hw, -+// so we need to set the packet length to total lengh. -+// TRUE: At the second time, we should send the first packet (default:beacon) -+// to Hw again and set the lengh in descriptor to the real beacon lengh. -+// 2009.10.15 by tynli. -+static void SetFwRsvdPagePkt_8812(PADAPTER padapter, BOOLEAN bDLFinished) -+{ -+ PHAL_DATA_TYPE pHalData; -+ struct xmit_frame *pcmdframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ u32 PSPollLength, NullFunctionDataLength, QosNullLength; -+ u32 BcnLen; -+ u8 TotalPageNum=0, CurtPktPageNum=0, TxDescLen=0, RsvdPageNum=0; -+ u8 *ReservedPagePacket; -+ u8 RsvdPageLoc[5] = {0}; -+ u16 BufIndex=0, PageSize = 256; -+ u32 TotalPacketLen, MaxRsvdPageBufSize=0;; -+ -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pxmitpriv = &padapter->xmitpriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ -+ if(IS_HARDWARE_TYPE_8812(padapter)) -+ PageSize = 512; -+ else if (IS_HARDWARE_TYPE_8821(padapter)) -+ PageSize = PAGE_SIZE_TX_8821A; -+ -+ // The function SetFwRsvdPagePkt_8812() input must be added a value "bDLWholePackets" to -+ // decide if download wowlan packets, and use "bDLWholePackets" to be GetTxBufferRsvdPageNum8812() 2nd input value. -+ RsvdPageNum = GetTxBufferRsvdPageNum8812(padapter, _FALSE); -+ MaxRsvdPageBufSize = RsvdPageNum*PageSize; -+ -+ pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); -+ if (pcmdframe == NULL) { -+ return; -+ } -+ -+ ReservedPagePacket = pcmdframe->buf_addr; -+ -+ TxDescLen = TXDESC_SIZE;//The desc lengh in Tx packet buffer of 8812A is 40 bytes. -+ -+ //(1) beacon -+ BufIndex = TXDESC_OFFSET; -+ ConstructBeacon(padapter, &ReservedPagePacket[BufIndex], &BcnLen); -+ -+ // When we count the first page size, we need to reserve description size for the RSVD -+ // packet, it will be filled in front of the packet in TXPKTBUF. -+ CurtPktPageNum = (u8)PageNum(BcnLen+TxDescLen, PageSize); -+ -+ if(bDLFinished) -+ { -+ TotalPageNum += CurtPktPageNum; -+ TotalPacketLen = (TotalPageNum*PageSize); -+ DBG_871X("%s(): Beacon page size = %d\n",__FUNCTION__,TotalPageNum); -+ } -+ else -+ { -+ TotalPageNum += CurtPktPageNum; -+ -+ pHalData->FwRsvdPageStartOffset = TotalPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ if(BufIndex > MaxRsvdPageBufSize) -+ { -+ DBG_871X("%s(): Beacon: The rsvd page size is not enough!!BufIndex %d, MaxRsvdPageBufSize %d\n",__FUNCTION__, -+ BufIndex,MaxRsvdPageBufSize); -+ goto error; -+ } -+ -+ //(2) ps-poll -+ ConstructPSPoll(padapter, &ReservedPagePacket[BufIndex], &PSPollLength); -+ rtl8812a_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], PSPollLength, _TRUE, _FALSE, _FALSE); -+ -+ SET_8812_H2CCMD_RSVDPAGE_LOC_PSPOLL(RsvdPageLoc, TotalPageNum); -+ -+ //DBG_871X("SetFwRsvdPagePkt_8812(): HW_VAR_SET_TX_CMD: PS-POLL %p %d\n", -+ // &ReservedPagePacket[BufIndex-TxDescLen], (PSPollLength+TxDescLen)); -+ -+ CurtPktPageNum = (u8)PageNum(PSPollLength+TxDescLen, PageSize); -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ if(BufIndex > MaxRsvdPageBufSize) -+ { -+ DBG_871X("%s(): ps-poll: The rsvd page size is not enough!!BufIndex %d, MaxRsvdPageBufSize %d\n",__FUNCTION__, -+ BufIndex,MaxRsvdPageBufSize); -+ goto error; -+ } -+ -+ //(3) null data -+ ConstructNullFunctionData( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &NullFunctionDataLength, -+ get_my_bssid(&pmlmeinfo->network), -+ _FALSE, 0, 0, _FALSE); -+ rtl8812a_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], NullFunctionDataLength, _FALSE, _FALSE, _FALSE); -+ -+ SET_8812_H2CCMD_RSVDPAGE_LOC_NULL_DATA(RsvdPageLoc, TotalPageNum); -+ -+ //DBG_871X("SetFwRsvdPagePkt_8812(): HW_VAR_SET_TX_CMD: NULL DATA %p %d\n", -+ // &ReservedPagePacket[BufIndex-TxDescLen], (NullFunctionDataLength+TxDescLen)); -+ -+ CurtPktPageNum = (u8)PageNum(NullFunctionDataLength+TxDescLen, PageSize); -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ if(BufIndex > MaxRsvdPageBufSize) -+ { -+ DBG_871X("%s(): Null-data: The rsvd page size is not enough!!BufIndex %d, MaxRsvdPageBufSize %d\n",__FUNCTION__, -+ BufIndex,MaxRsvdPageBufSize); -+ goto error; -+ } -+ -+ //(5) Qos null data -+ ConstructNullFunctionData( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &QosNullLength, -+ get_my_bssid(&pmlmeinfo->network), -+ _TRUE, 0, 0, _FALSE); -+ rtl8812a_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], QosNullLength, _FALSE, _FALSE, _FALSE); -+ -+ SET_8812_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(RsvdPageLoc, TotalPageNum); -+ -+ //DBG_871X("SetFwRsvdPagePkt_8812(): HW_VAR_SET_TX_CMD: QOS NULL DATA %p %d\n", -+ // &ReservedPagePacket[BufIndex-TxDescLen], (QosNullLength+TxDescLen)); -+ -+ CurtPktPageNum = (u8)PageNum(QosNullLength+TxDescLen, PageSize); -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ TotalPacketLen = (TotalPageNum * PageSize); -+ } -+ -+ -+ if(TotalPacketLen > MaxRsvdPageBufSize) -+ { -+ DBG_871X("%s(): ERROR: The rsvd page size is not enough!!TotalPacketLen %d, MaxRsvdPageBufSize %d\n",__FUNCTION__, -+ TotalPacketLen,MaxRsvdPageBufSize); -+ goto error; -+ } -+ else -+ { -+ // update attribute -+ pattrib = &pcmdframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->qsel = QSLT_BEACON; -+ pattrib->pktlen = pattrib->last_txcmdsz = TotalPacketLen - TxDescLen; -+#ifdef CONFIG_PCI_HCI -+ dump_mgntframe(padapter, pcmdframe); -+#else -+ dump_mgntframe_and_wait(padapter, pcmdframe, 100); -+#endif -+ } -+ -+ if(!bDLFinished) -+ { -+ DBG_871X("%s: Set RSVD page location to Fw ,TotalPacketLen(%d), TotalPageNum(%d)\n", __FUNCTION__,TotalPacketLen,TotalPageNum); -+ FillH2CCmd_8812(padapter, H2C_8812_RSVDPAGE, 5, RsvdPageLoc); -+ } -+ -+ return; -+ -+error: -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+} -+ -+#ifdef CONFIG_P2P_PS -+void rtl8812_set_p2p_ps_offload_cmd(_adapter* padapter, u8 p2p_ps_state) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ u8 *p2p_ps_offload = (u8 *)&pHalData->p2p_ps_offload; -+ u8 i; -+ -+_func_enter_; -+ -+#if 1 -+ switch(p2p_ps_state) -+ { -+ case P2P_PS_DISABLE: -+ DBG_8192C("P2P_PS_DISABLE \n"); -+ _rtw_memset(p2p_ps_offload, 0, 1); -+ break; -+ case P2P_PS_ENABLE: -+ DBG_8192C("P2P_PS_ENABLE \n"); -+ // update CTWindow value. -+ if( pwdinfo->ctwindow > 0 ) -+ { -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_CTWINDOW_EN(p2p_ps_offload, 1); -+ rtw_write8(padapter, REG_P2P_CTWIN, pwdinfo->ctwindow); -+ } -+ -+ // hw only support 2 set of NoA -+ for( i=0 ; inoa_num ; i++) -+ { -+ // To control the register setting for which NOA -+ rtw_write8(padapter, REG_NOA_DESC_SEL, (i << 4)); -+ if(i == 0) { -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_NOA0_EN(p2p_ps_offload, 1); -+ } else { -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_NOA1_EN(p2p_ps_offload, 1); -+ } -+ -+ // config P2P NoA Descriptor Register -+ //DBG_8192C("%s(): noa_duration = %x\n",__FUNCTION__,pwdinfo->noa_duration[i]); -+ rtw_write32(padapter, REG_NOA_DESC_DURATION, pwdinfo->noa_duration[i]); -+ -+ //DBG_8192C("%s(): noa_interval = %x\n",__FUNCTION__,pwdinfo->noa_interval[i]); -+ rtw_write32(padapter, REG_NOA_DESC_INTERVAL, pwdinfo->noa_interval[i]); -+ -+ //DBG_8192C("%s(): start_time = %x\n",__FUNCTION__,pwdinfo->noa_start_time[i]); -+ rtw_write32(padapter, REG_NOA_DESC_START, pwdinfo->noa_start_time[i]); -+ -+ //DBG_8192C("%s(): noa_count = %x\n",__FUNCTION__,pwdinfo->noa_count[i]); -+ rtw_write8(padapter, REG_NOA_DESC_COUNT, pwdinfo->noa_count[i]); -+ } -+ -+ if( (pwdinfo->opp_ps == 1) || (pwdinfo->noa_num > 0) ) -+ { -+ // rst p2p circuit -+ rtw_write8(padapter, REG_DUAL_TSF_RST, BIT(4)); -+ -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_ENABLE(p2p_ps_offload, 1); -+ -+ if(pwdinfo->role == P2P_ROLE_GO) -+ { -+ // 1: Owner, 0: Client -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_ROLE(p2p_ps_offload, 1); -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_ALLSTASLEEP(p2p_ps_offload, 0); -+ } -+ else -+ { -+ // 1: Owner, 0: Client -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_ROLE(p2p_ps_offload, 0); -+ } -+ -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_DISCOVERY(p2p_ps_offload, 0); -+ } -+ break; -+ case P2P_PS_SCAN: -+ DBG_8192C("P2P_PS_SCAN \n"); -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_DISCOVERY(p2p_ps_offload, 1); -+ break; -+ case P2P_PS_SCAN_DONE: -+ DBG_8192C("P2P_PS_SCAN_DONE \n"); -+ SET_8812_H2CCMD_P2P_PS_OFFLOAD_DISCOVERY(p2p_ps_offload, 0); -+ pwdinfo->p2p_ps_state = P2P_PS_ENABLE; -+ break; -+ default: -+ break; -+ } -+ -+ DBG_871X("P2P_PS_OFFLOAD : %x\n", p2p_ps_offload[0]); -+ FillH2CCmd_8812(padapter, H2C_8812_P2P_PS_OFFLOAD, 1, p2p_ps_offload); -+#endif -+ -+_func_exit_; -+ -+} -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+/* -+ ask FW to Reset sync register at Beacon early interrupt -+*/ -+u8 rtl8812_reset_tsf(_adapter *padapter, u8 reset_port ) -+{ -+ u8 buf[2]; -+ u8 res=_SUCCESS; -+ -+ s32 ret; -+_func_enter_; -+ if (IFACE_PORT0==reset_port) { -+ buf[0] = 0x1; buf[1] = 0; -+ } else{ -+ buf[0] = 0x0; buf[1] = 0x1; -+ } -+ -+ ret = FillH2CCmd_8812(padapter, H2C_8812_TSF_RESET, 2, buf); -+ -+_func_exit_; -+ -+ return res; -+} -+ -+int reset_tsf(PADAPTER Adapter, u8 reset_port ) -+{ -+ u8 reset_cnt_before = 0, reset_cnt_after = 0, loop_cnt = 0; -+ u32 reg_reset_tsf_cnt = (IFACE_PORT0==reset_port) ? -+ REG_FW_RESET_TSF_CNT_0:REG_FW_RESET_TSF_CNT_1; -+ u32 reg_bcncrtl = (IFACE_PORT0==reset_port) ? -+ REG_BCN_CTRL_1:REG_BCN_CTRL; -+ -+ rtw_scan_abort(Adapter->pbuddy_adapter); /* site survey will cause reset_tsf fail */ -+ reset_cnt_after = reset_cnt_before = rtw_read8(Adapter,reg_reset_tsf_cnt); -+ rtl8812_reset_tsf(Adapter, reset_port); -+ -+ while ((reset_cnt_after == reset_cnt_before ) && (loop_cnt < 10)) { -+ rtw_msleep_os(100); -+ loop_cnt++; -+ reset_cnt_after = rtw_read8(Adapter, reg_reset_tsf_cnt); -+ } -+ -+ return(loop_cnt >= 10) ? _FAIL : _TRUE; -+} -+ -+ -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ -+static void rtl8812_set_FwRsvdPage_cmd(PADAPTER padapter, PRSVDPAGE_LOC rsvdpageloc) -+{ -+ u8 u1H2CRsvdPageParm[H2C_RSVDPAGE_LOC_LEN]={0}; -+ -+ DBG_871X("8812au/8821/8811 RsvdPageLoc: ProbeRsp=%d PsPoll=%d Null=%d QoSNull=%d BTNull=%d\n", -+ rsvdpageloc->LocProbeRsp, rsvdpageloc->LocPsPoll, -+ rsvdpageloc->LocNullData, rsvdpageloc->LocQosNull, -+ rsvdpageloc->LocBTQosNull); -+ -+ SET_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(u1H2CRsvdPageParm, rsvdpageloc->LocProbeRsp); -+ SET_H2CCMD_RSVDPAGE_LOC_PSPOLL(u1H2CRsvdPageParm, rsvdpageloc->LocPsPoll); -+ SET_H2CCMD_RSVDPAGE_LOC_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocNullData); -+ SET_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocQosNull); -+ SET_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(u1H2CRsvdPageParm, rsvdpageloc->LocBTQosNull); -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CRsvdPageParm:", u1H2CRsvdPageParm, H2C_RSVDPAGE_LOC_LEN); -+ FillH2CCmd_8812(padapter, H2C_RSVD_PAGE, H2C_RSVDPAGE_LOC_LEN, u1H2CRsvdPageParm); -+} -+ -+ -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ -+static void rtl8812_set_FwAoacRsvdPage_cmd(PADAPTER padapter, PRSVDPAGE_LOC rsvdpageloc) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 res = 0, count = 0; -+#ifdef CONFIG_WOWLAN -+ u8 u1H2CAoacRsvdPageParm[H2C_AOAC_RSVDPAGE_LOC_LEN]={0}; -+ -+ DBG_871X("8192EAOACRsvdPageLoc: RWC=%d ArpRsp=%d NbrAdv=%d GtkRsp=%d GtkInfo=%d ProbeReq=%d NetworkList=%d\n", -+ rsvdpageloc->LocRemoteCtrlInfo, rsvdpageloc->LocArpRsp, -+ rsvdpageloc->LocNbrAdv, rsvdpageloc->LocGTKRsp, -+ rsvdpageloc->LocGTKInfo, rsvdpageloc->LocProbeReq, -+ rsvdpageloc->LocNetList); -+ -+#ifdef CONFIG_PNO_SUPPORT -+ DBG_871X("NLO_INFO=%d\n", rsvdpageloc->LocPNOInfo); -+#endif -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_REMOTE_WAKE_CTRL_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocRemoteCtrlInfo); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_ARP_RSP(u1H2CAoacRsvdPageParm, rsvdpageloc->LocArpRsp); -+ //SET_H2CCMD_AOAC_RSVDPAGE_LOC_NEIGHBOR_ADV(u1H2CAoacRsvdPageParm, rsvdpageloc->LocNbrAdv); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_RSP(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKRsp); -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKInfo); -+#ifdef CONFIG_GTK_OL -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_EXT_MEM(u1H2CAoacRsvdPageParm, rsvdpageloc->LocGTKEXTMEM); -+#endif // CONFIG_GTK_OL -+ } else { -+#ifdef CONFIG_PNO_SUPPORT -+ if(!pwrpriv->pno_in_resume) { -+ SET_H2CCMD_AOAC_RSVDPAGE_LOC_NLO_INFO(u1H2CAoacRsvdPageParm, rsvdpageloc->LocPNOInfo); -+ } -+#endif -+ } -+ -+ RT_PRINT_DATA(_module_hal_init_c_, _drv_always_, "u1H2CAoacRsvdPageParm:", u1H2CAoacRsvdPageParm, H2C_AOAC_RSVDPAGE_LOC_LEN); -+ FillH2CCmd_8812(padapter, H2C_AOAC_RSVD_PAGE, H2C_AOAC_RSVDPAGE_LOC_LEN, u1H2CAoacRsvdPageParm); -+ -+#ifdef CONFIG_PNO_SUPPORT -+ if (!check_fwstate(pmlmepriv, WIFI_AP_STATE) && -+ !check_fwstate(pmlmepriv, _FW_LINKED) && -+ pwrpriv->pno_in_resume == _FALSE) { -+ -+ res = rtw_read8(padapter, 0x1b8); -+ while(res == 0 && count < 25) { -+ DBG_871X("[%d] FW loc_NLOInfo: %d\n", count, res); -+ res = rtw_read8(padapter, 0x1b8); -+ count++; -+ rtw_msleep_os(2); -+ } -+ } -+#endif // CONFIG_PNO_SUPPORT -+#endif // CONFIG_WOWLAN -+} -+#endif -+ -+void rtl8812_set_FwJoinBssReport_cmd(PADAPTER padapter, u8 mstatus) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ BOOLEAN bSendBeacon = _FALSE; -+ BOOLEAN bcn_valid = _FALSE; -+ u8 DLBcnCount = 0; -+ u32 poll = 0; -+ -+_func_enter_; -+ -+ DBG_871X("%s mstatus(%x)\n", __func__ , mstatus); -+ -+ if (mstatus == 1) { -+ /* -+ * We should set AID, correct TSF, HW seq enable before set JoinBssReport to Fw in 88/92C. -+ * Suggested by filen. Added by tynli. -+ */ -+ rtw_write16(padapter, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid)); -+ /* -+ * Do not set TSF again here or vWiFi beacon DMA INT will not work. -+ * correct_TSF(padapter, pmlmeext); -+ * Hw sequende enable by dedault. 2010.06.23. by tynli. -+ * rtw_write16(padapter, REG_NQOS_SEQ, ((pmlmeext->mgnt_seq+100)&0xFFF)); -+ * rtw_write8(padapter, REG_HWSEQ_CTRL, 0xFF); -+ */ -+ -+ /*Set REG_CR bit 8. DMA beacon by SW.*/ -+ pHalData->RegCR_1 |= BIT0; -+ rtw_write8(padapter , REG_CR+1 , pHalData->RegCR_1); -+ -+ /* -+ * Disable Hw protection for a time which revserd for Hw sending beacon. -+ * Fix download reserved page packet fail that access collision with the protection time. -+ * 2010.05.11. Added by tynli. -+ * SetBcnCtrlReg(padapter, 0, BIT3); -+ * SetBcnCtrlReg(padapter, BIT4, 0); -+ */ -+ rtw_write8(padapter, REG_BCN_CTRL , rtw_read8(padapter , REG_BCN_CTRL)&(~BIT(3))); -+ rtw_write8(padapter, REG_BCN_CTRL , rtw_read8(padapter , REG_BCN_CTRL)|BIT(4)); -+ -+ if (pHalData->RegFwHwTxQCtrl&BIT6) { -+ DBG_871X("HalDownloadRSVDPage(): There is an Adapter is sending beacon.\n"); -+ bSendBeacon = _TRUE; -+ } -+ -+ /* Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame.*/ -+ rtw_write8(padapter , REG_FWHW_TXQ_CTRL+2 , (pHalData->RegFwHwTxQCtrl&(~BIT6))); -+ pHalData->RegFwHwTxQCtrl &= (~BIT6); -+ -+ /* Clear beacon valid check bit.*/ -+ rtw_hal_set_hwreg(padapter , HW_VAR_BCN_VALID, NULL); -+ DLBcnCount = 0; -+ poll = 0; -+ do { -+ rtw_hal_set_fw_rsvd_page(padapter , _FALSE); -+ DLBcnCount++; -+ do { -+ rtw_yield_os(); -+ /*rtw_mdelay_os(10);*/ -+ /* check rsvd page download OK.*/ -+ rtw_hal_get_hwreg(padapter , HW_VAR_BCN_VALID , (u8 *)(&bcn_valid)); -+ poll++; -+ } while (!bcn_valid && (poll%10) != 0 && !RTW_CANNOT_RUN(padapter)); -+ -+ } while (!bcn_valid && DLBcnCount <= 100 && !RTW_CANNOT_RUN(padapter)); -+ -+ /*RT_ASSERT(bcn_valid, ("HalDownloadRSVDPage88ES(): 1 Download RSVD page failed!\n"));*/ -+ if (RTW_CANNOT_RUN(padapter)) -+ DBG_871X("%s bSurpriseRemoved:%s, bDriverStopped:%s\n" -+ , __func__ -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , rtw_is_drv_stopped(padapter)?"True":"False"); -+ else if (!bcn_valid) -+ DBG_871X(ADPT_FMT": 1 DL RSVD page failed! DLBcnCount:%u, poll:%u\n", -+ ADPT_ARG(padapter) , DLBcnCount , poll); -+ else { -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ -+ pwrctl->fw_psmode_iface_id = padapter->iface_id; -+ DBG_871X(ADPT_FMT": 1 DL RSVD page success! DLBcnCount:%u, poll:%u\n", -+ ADPT_ARG(padapter) , DLBcnCount , poll); -+ } -+ /* -+ * We just can send the reserved page twice during the time that Tx thread is stopped (e.g. pnpsetpower) -+ * because we need to free the Tx BCN Desc which is used by the first reserved page packet. -+ * At run time, we cannot get the Tx Desc until it is released in TxHandleInterrupt() so we will return -+ * the beacon TCB in the following code. 2011.11.23. by tynli. -+ */ -+ /*if(bcn_valid && padapter->bEnterPnpSleep)*/ -+ if (0) { -+ if (bSendBeacon) { -+ rtw_hal_set_hwreg(padapter , HW_VAR_BCN_VALID, NULL); -+ DLBcnCount = 0; -+ poll = 0; -+ do { -+ /*SetFwRsvdPagePkt_8812(padapter, _TRUE);*/ -+ rtw_hal_set_fw_rsvd_page(padapter , _TRUE); -+ DLBcnCount++; -+ -+ do { -+ rtw_yield_os(); -+ /*rtw_mdelay_os(10);*/ -+ /* check rsvd page download OK.*/ -+ rtw_hal_get_hwreg(padapter , HW_VAR_BCN_VALID , (u8 *)(&bcn_valid)); -+ poll++; -+ } while (!bcn_valid && (poll%10) != 0 && !RTW_CANNOT_RUN(padapter)); -+ } while (!bcn_valid && DLBcnCount <= 100 && !RTW_CANNOT_RUN(padapter)); -+ -+ /*RT_ASSERT(bcn_valid, ("HalDownloadRSVDPage(): 2 Download RSVD page failed!\n"));*/ -+ if (RTW_CANNOT_RUN(padapter)) -+ DBG_871X("%s bSurpriseRemoved:%s, bDriverStopped:%s\n" -+ , __func__ -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , rtw_is_drv_stopped(padapter)?"True":"False"); -+ else if (!bcn_valid) -+ DBG_871X("%s: 2 Download RSVD page failed! DLBcnCount:%u, poll:%u\n" , __func__ , DLBcnCount , poll); -+ else -+ DBG_871X("%s: 2 Download RSVD success! DLBcnCount:%u, poll:%u\n" , __func__ , DLBcnCount , poll); -+ } -+ } -+ -+ /* Enable Bcn*/ -+ /*SetBcnCtrlReg(padapter, BIT3, 0);*/ -+ /*SetBcnCtrlReg(padapter, 0, BIT4);*/ -+ rtw_write8(padapter , REG_BCN_CTRL , rtw_read8(padapter , REG_BCN_CTRL)|BIT(3)); -+ rtw_write8(padapter , REG_BCN_CTRL , rtw_read8(padapter , REG_BCN_CTRL)&(~BIT(4))); -+ -+ /* -+ * To make sure that if there exists an adapter which would like to send beacon. -+ * If exists, the origianl value of 0x422[6] will be 1, we should check this to -+ * prevent from setting 0x422[6] to 0 after download reserved page, or it will cause -+ * the beacon cannot be sent by HW. -+ * 2010.06.23. Added by tynli. -+ */ -+ if (bSendBeacon) { -+ rtw_write8(padapter , REG_FWHW_TXQ_CTRL+2 , (pHalData->RegFwHwTxQCtrl|BIT6)); -+ pHalData->RegFwHwTxQCtrl |= BIT6; -+ } -+ -+ -+ /* Update RSVD page location H2C to Fw.*/ -+ if (bcn_valid) { -+ rtw_hal_set_hwreg(padapter , HW_VAR_BCN_VALID , NULL); -+ DBG_871X("Set RSVD page location to Fw.\n"); -+ /*FillH2CCmd88E(Adapter, H2C_88E_RSVDPAGE, H2C_RSVDPAGE_LOC_LENGTH, pMgntInfo->u1RsvdPageLoc);*/ -+ } -+ -+ /* Do not enable HW DMA BCN or it will cause Pcie interface hang by timing issue. 2011.11.24. by tynli.*/ -+ /*if(!padapter->bEnterPnpSleep)*/ -+ { -+ #ifndef CONFIG_PCI_HCI -+ /* Clear CR[8] or beacon packet will not be send to TxBuf anymore.*/ -+ pHalData->RegCR_1 &= (~BIT0); -+ rtw_write8(padapter, REG_CR+1 , pHalData->RegCR_1); -+ #endif -+ } -+ } -+#ifdef CONFIG_WOWLAN -+ if (adapter_to_pwrctl(padapter)->wowlan_mode) { -+ u16 media_status; -+ -+ media_status = mstatus; -+ rtl8812_set_FwMediaStatus_cmd(padapter, media_status); -+ DBG_871X_LEVEL(_drv_info_, "%s wowlan_mode is on\n" , __func__); -+ } else { -+ DBG_871X_LEVEL(_drv_info_, "%s wowlan_mode is off\n" , __func__); -+ } -+#endif /*CONFIG_WOWLAN*/ -+_func_exit_; -+} -+ -+int rtl8812_iqk_wait(_adapter* padapter, u32 timeout_ms) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct submit_ctx *iqk_sctx = &pHalData->iqk_sctx; -+ -+ iqk_sctx->submit_time = rtw_get_current_time(); -+ iqk_sctx->timeout_ms = timeout_ms; -+ iqk_sctx->status = RTW_SCTX_SUBMITTED; -+ -+ return rtw_sctx_wait(iqk_sctx, __func__); -+} -+ -+void rtl8812_iqk_done(_adapter* padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct submit_ctx *iqk_sctx = &pHalData->iqk_sctx; -+ -+ rtw_sctx_done(&iqk_sctx); -+} -+ -+static VOID -+C2HTxBeamformingHandler_8812( -+ IN PADAPTER Adapter, -+ IN u8* CmdBuf, -+ IN u8 CmdLen -+) -+{ -+ u8 status = CmdBuf[0] & BIT0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ -+#ifdef CONFIG_BEAMFORMING -+ -+#if (BEAMFORMING_SUPPORT == 1) -+ Beamforming_CheckSoundingSuccess(pDM_Odm, status); -+ #if (0)/*DEV_BUS_TYPE == RT_PCI_INTERFACE)*/ -+ phydm_Beamforming_End_SW(pDM_Odm, status); -+ #endif -+ -+#else /*(BEAMFORMING_SUPPORT == 0) - drv beamforming*/ -+ beamforming_check_sounding_success(Adapter, status); -+ #if (0)/*DEV_BUS_TYPE == RT_PCI_INTERFACE)*/ -+ beamforming_end_fw(Adapter, status); -+ #endif -+#endif -+ -+#endif /*#ifdef CONFIG_BEAMFORMING*/ -+} -+ -+static VOID -+C2HTxFeedbackHandler_8812( -+ IN PADAPTER Adapter, -+ IN u8 *CmdBuf, -+ IN u8 CmdLen -+) -+{ -+#ifdef CONFIG_XMIT_ACK -+ if (GET_8812_C2H_TX_RPT_RETRY_OVER(CmdBuf) | GET_8812_C2H_TX_RPT_LIFE_TIME_OVER(CmdBuf)) { -+ rtw_ack_tx_done(&Adapter->xmitpriv, RTW_SCTX_DONE_CCX_PKT_FAIL); -+ } else { -+ rtw_ack_tx_done(&Adapter->xmitpriv, RTW_SCTX_DONE_SUCCESS); -+ } -+#endif -+} -+ -+s32 -+_C2HContentParsing8812( -+ IN PADAPTER Adapter, -+ IN u8 c2hCmdId, -+ IN u8 c2hCmdLen, -+ IN u8 *tmpBuf -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ s32 ret = _SUCCESS; -+ -+ switch (c2hCmdId) { -+ case C2H_8812_TXBF: -+ DBG_871X("[C2H], C2H_8812_TXBF!!\n"); -+ C2HTxBeamformingHandler_8812(Adapter, tmpBuf, c2hCmdLen); -+ break; -+ -+ case C2H_8812_TX_REPORT: -+ //DBG_871X("[C2H], C2H_8812_TX_REPORT!!\n"); -+ C2HTxFeedbackHandler_8812(Adapter, tmpBuf, c2hCmdLen); -+ break; -+ -+#ifdef CONFIG_BT_COEXIST -+ case C2H_8812_BT_INFO: -+ //DBG_871X("[C2H], C2H_8812_BT_INFO!!\n"); -+ rtw_btcoex_BtInfoNotify(Adapter, c2hCmdLen, tmpBuf); -+ break; -+#endif -+ -+ case C2H_8812_BT_MP: -+ DBG_871X("[C2H], C2H_8812_BT_MP!!\n"); -+#ifdef CONFIG_MP_INCLUDED -+// MPTBT_FwC2hBtMpCtrl(Adapter, tmpBuf, c2hCmdLen); -+#else -+ //NDBG_FwC2hBtControl(Adapter, tmpBuf, c2hCmdLen); -+#endif -+ break; -+ -+ case C2H_8812_FW_SWCHNL: -+ //DBG_871X("channel to %d\n", *tmpBuf); -+ break; -+ -+ case C2H_8812_IQK_FINISH: -+ DBG_871X("== IQK Finish ==\n"); -+ rtl8812_iqk_done(Adapter); -+ //rtw_odm_acquirespinlock(Adapter, RT_IQK_SPINLOCK); -+ //pDM_Odm->RFCalibrateInfo.bIQKInProgress = FALSE; -+ //rtw_odm_releasespinlock(Adapter, RT_IQK_SPINLOCK); -+ break; -+ -+ case C2H_8812_MAILBOX_STATUS: -+ DBG_871X("[C2H], mailbox status:%u\n", *tmpBuf); -+ break; -+#ifdef CONFIG_FW_C2H_DEBUG -+ case C2H_8812_EXTEND: -+ { -+ u8 Extend_c2hSubID = tmpBuf[0]; -+ -+ if (Extend_c2hSubID == EXTEND_C2H_8812_DBG_PRINT) { -+ DBG_871X("[C2H], FW_DEBUG.\n"); -+ phydm_fw_trace_handler_8051(pDM_Odm, tmpBuf, c2hCmdLen); -+ } -+ } -+ break; -+#endif /* CONFIG_FW_C2H_DEBUG*/ -+ -+ default: -+ if (!(phydm_c2H_content_parsing(pDM_Odm, c2hCmdId, c2hCmdLen, tmpBuf))) { -+ DBG_871X("%s: [WARNING] unknown C2H(0x%02x)\n", __func__, c2hCmdId); -+ ret = _FAIL; -+ } -+ break; -+ } -+ -+ return ret; -+} -+ -+ -+VOID -+C2HPacketHandler_8812( -+ IN PADAPTER Adapter, -+ IN u8 *Buffer, -+ IN u8 Length -+ ) -+{ -+ struct c2h_evt_hdr_88xx *c2h_evt = (struct c2h_evt_hdr_88xx *)Buffer; -+ u8 c2hCmdId=0, c2hCmdSeq=0, c2hCmdLen=0; -+ u8 *tmpBuf=NULL; -+ -+ //PRINT_DATA(("C2HPacketHandler_8812"), Buffer, Length); -+ c2hCmdId = Buffer[0]; -+ c2hCmdSeq = Buffer[1]; -+ c2hCmdLen = Length -2; -+ tmpBuf = Buffer+2; -+ -+ //DBG_871X("[C2H packet], c2hCmdId=0x%x, c2hCmdSeq=0x%x, c2hCmdLen=%d\n", c2hCmdId, c2hCmdSeq, c2hCmdLen); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (Length>16) { -+ DBG_871X("[C2H packet], c2hCmdId=0x%x, c2hCmdSeq=0x%x, c2hCmdLen=%d\n", c2hCmdId, c2hCmdSeq, c2hCmdLen); -+ rtw_warn_on(1); -+ } -+ -+ if (c2hCmdId == C2H_8812_BT_INFO) { -+ /* enqueue */ -+ if ((c2h_evt = (struct c2h_evt_hdr_88xx *)rtw_zmalloc(16)) != NULL) { -+ _rtw_memcpy(c2h_evt, Buffer, Length); -+ c2h_evt->plen = Length - 2; -+ //DBG_871X("-[C2H packet], id=0x%x, seq=0x%x, plen=%d\n", c2h_evt->id, c2h_evt->seq, c2h_evt->plen); -+ rtw_c2h_wk_cmd(Adapter, (u8 *)c2h_evt); -+ } -+ } -+ else -+#endif /* CONFIG_BT_COEXIST */ -+ { -+#ifdef CONFIG_BEAMFORMING -+ if (c2hCmdId == C2H_8812_TXBF) { -+ /* enqueue */ -+ c2h_evt = (struct c2h_evt_hdr_88xx *)rtw_zmalloc(16); -+ if (c2h_evt != NULL) { -+ _rtw_memcpy(c2h_evt, Buffer, Length); -+ c2h_evt->plen = Length - 2; -+ /*DBG_871X("-[C2H packet], id=0x%x, seq=0x%x, plen=%d\n", c2h_evt->id, c2h_evt->seq, c2h_evt->plen);*/ -+ rtw_c2h_wk_cmd(Adapter, (u8 *)c2h_evt); -+ } -+ } else -+#endif -+ { /* handle directly */ -+ _C2HContentParsing8812(Adapter, c2hCmdId, c2hCmdLen, tmpBuf); -+ } -+} -+} -+ -+#ifdef CONFIG_BT_COEXIST -+ -+void ConstructBtNullFunctionData( -+ PADAPTER padapter, -+ u8 *pframe, -+ u32 *pLength, -+ u8 *StaAddr, -+ u8 bQoS, -+ u8 AC, -+ u8 bEosp, -+ u8 bForcePowerSave) -+{ -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ u16 *fctrl; -+ u32 pktlen; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u8 bssid[ETH_ALEN]; -+ -+ //DBG_871X("%s:%d\n", __FUNCTION__, bForcePowerSave); -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr*)pframe; -+ -+ if (NULL == StaAddr) -+ { -+ _rtw_memcpy(bssid, adapter_mac_addr(padapter), ETH_ALEN); -+ StaAddr = bssid; -+ } -+ -+ fctrl = &pwlanhdr->frame_ctl; -+ *(fctrl) = 0; -+ if (bForcePowerSave) -+ { -+ SetPwrMgt(fctrl); -+ } -+ -+ SetFrDs(fctrl); -+ _rtw_memcpy(pwlanhdr->addr1, StaAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, adapter_mac_addr(padapter), ETH_ALEN); -+ -+ SetDuration(pwlanhdr, 0); -+ SetSeqNum(pwlanhdr, 0); -+ -+ if (bQoS == _TRUE) { -+ struct rtw_ieee80211_hdr_3addr_qos *pwlanqoshdr; -+ -+ SetFrameSubType(pframe, WIFI_QOS_DATA_NULL); -+ -+ pwlanqoshdr = (struct rtw_ieee80211_hdr_3addr_qos*)pframe; -+ SetPriority(&pwlanqoshdr->qc, AC); -+ SetEOSP(&pwlanqoshdr->qc, bEosp); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr_qos); -+ } else { -+ SetFrameSubType(pframe, WIFI_DATA_NULL); -+ -+ pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ } -+ -+ *pLength = pktlen; -+} -+ -+ -+static void SetFwRsvdPagePkt_BTCoex(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ struct xmit_frame *pcmdframe; -+ struct pkt_attrib *pattrib; -+ struct xmit_priv *pxmitpriv; -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ struct pwrctrl_priv *pwrctl; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u32 BeaconLength=0; -+ u32 NullDataLength=0, QosNullLength=0, BTQosNullLength=0; -+ u32 ProbeReqLength=0; -+ u8 *ReservedPagePacket; -+ u8 TxDescLen = TXDESC_SIZE, TxDescOffset = TXDESC_OFFSET; -+ u8 TotalPageNum=0, CurtPktPageNum=0, RsvdPageNum=0; -+ u16 BufIndex, PageSize = 256; -+ u32 TotalPacketLen, MaxRsvdPageBufSize=0; -+ RSVDPAGE_LOC RsvdPageLoc; -+ -+ -+ if(IS_HARDWARE_TYPE_8812(padapter)) -+ PageSize = 512; -+ else if (IS_HARDWARE_TYPE_8821(padapter)) -+ PageSize = PAGE_SIZE_TX_8821A; -+ //DBG_871X("%s---->\n", __FUNCTION__); -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ pxmitpriv = &padapter->xmitpriv; -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ pwrctl = adapter_to_pwrctl(padapter); -+ -+ //RsvdPageNum = BCNQ_PAGE_NUM_8723B + WOWLAN_PAGE_NUM_8723B; -+ -+ if(IS_HARDWARE_TYPE_8812(padapter)) -+ RsvdPageNum = BCNQ_PAGE_NUM_8812; -+ else if (IS_HARDWARE_TYPE_8821(padapter)) -+ RsvdPageNum = BCNQ_PAGE_NUM_8821; -+ MaxRsvdPageBufSize = RsvdPageNum*PageSize; -+ -+ pcmdframe = rtw_alloc_cmdxmitframe(pxmitpriv); -+ if (pcmdframe == NULL) { -+ DBG_871X("%s: alloc ReservedPagePacket fail!\n", __FUNCTION__); -+ return; -+ } -+ -+ ReservedPagePacket = pcmdframe->buf_addr; -+ _rtw_memset(&RsvdPageLoc, 0, sizeof(RSVDPAGE_LOC)); -+ -+ //3 (1) beacon -+ BufIndex = TxDescOffset; -+ ConstructBeacon(padapter, &ReservedPagePacket[BufIndex], &BeaconLength); -+ -+ // When we count the first page size, we need to reserve description size for the RSVD -+ // packet, it will be filled in front of the packet in TXPKTBUF. -+ CurtPktPageNum = (u8)PageNum(TxDescLen + BeaconLength, PageSize); -+ -+ //If we don't add 1 more page, the WOWLAN function has a problem. Baron thinks it's a bug of firmware -+ if (CurtPktPageNum == 1) -+ { -+ CurtPktPageNum += 1; -+ } -+ TotalPageNum += CurtPktPageNum; -+ -+ BufIndex += (CurtPktPageNum*PageSize); -+ -+ /* Jump to lastest third page *;RESERV 2 PAGES for TxBF NDPA */ -+ if (BufIndex < (MaxRsvdPageBufSize - PageSize)) -+ { -+ BufIndex = TxDescOffset + (MaxRsvdPageBufSize - PageSize); -+ if(IS_HARDWARE_TYPE_8812(padapter)) -+ TotalPageNum = BCNQ_PAGE_NUM_8812-2; -+ else if (IS_HARDWARE_TYPE_8821(padapter)) -+ TotalPageNum = BCNQ_PAGE_NUM_8821-2; -+ -+ } -+ -+ //3 (6) BT Qos null data -+ RsvdPageLoc.LocBTQosNull = TotalPageNum; -+ ConstructBtNullFunctionData( -+ padapter, -+ &ReservedPagePacket[BufIndex], -+ &BTQosNullLength, -+ NULL, -+ _TRUE, 0, 0, _FALSE); -+ rtl8812a_fill_fake_txdesc(padapter, &ReservedPagePacket[BufIndex-TxDescLen], BTQosNullLength, _FALSE, _TRUE, _FALSE); -+ -+ //DBG_871X("%s(): HW_VAR_SET_TX_CMD: BT QOS NULL DATA %p %d\n", -+ // __FUNCTION__, &ReservedPagePacket[BufIndex-TxDescLen], (BTQosNullLength+TxDescLen)); -+ -+ CurtPktPageNum = (u8)PageNum(TxDescLen + BTQosNullLength,PageSize); -+ -+ TotalPageNum += CurtPktPageNum; -+ -+ TotalPacketLen = BufIndex + BTQosNullLength; -+ if(TotalPacketLen > MaxRsvdPageBufSize) -+ { -+ DBG_871X("%s(): ERROR: The rsvd page size is not enough!!TotalPacketLen %d, MaxRsvdPageBufSize %d\n",__FUNCTION__, -+ TotalPacketLen,MaxRsvdPageBufSize); -+ goto error; -+ } -+ else -+ { -+ // update attribute -+ pattrib = &pcmdframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->qsel = QSLT_BEACON; -+ pattrib->pktlen = pattrib->last_txcmdsz = TotalPacketLen - TxDescOffset; -+#ifdef CONFIG_PCI_HCI -+ dump_mgntframe(padapter, pcmdframe); -+#else -+ dump_mgntframe_and_wait(padapter, pcmdframe, 100); -+#endif -+ } -+ -+ DBG_871X("%s: Set RSVD page location to Fw ,TotalPacketLen(%d), TotalPageNum(%d)\n", __FUNCTION__,TotalPacketLen,TotalPageNum); -+ if(check_fwstate(pmlmepriv, _FW_LINKED)) { -+ rtl8812_set_FwRsvdPage_cmd(padapter, &RsvdPageLoc); -+ #ifdef CONFIG_WOWLAN -+ rtl8812_set_FwAoacRsvdPage_cmd(padapter, &RsvdPageLoc); -+ #endif -+ } -+ -+ return; -+ -+error: -+ -+ rtw_free_xmitframe(pxmitpriv, pcmdframe); -+} -+ -+ -+void rtl8812a_download_BTCoex_AP_mode_rsvd_page(PADAPTER padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ BOOLEAN bRecover = _FALSE; -+ BOOLEAN bcn_valid = _FALSE; -+ u8 DLBcnCount=0; -+ u32 poll = 0; -+ u8 val8; -+ u8 v8; -+ -+_func_enter_; -+ -+ DBG_8192C("+" FUNC_ADPT_FMT ": iface_type=%d", -+ FUNC_ADPT_ARG(padapter), get_iface_type(padapter)); -+ -+ -+ -+ -+ -+ // We should set AID, correct TSF, HW seq enable before set JoinBssReport to Fw in 88/92C. -+ // Suggested by filen. Added by tynli. -+ rtw_write16(padapter, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid)); -+ -+ // set REG_CR bit 8 -+ v8 = rtw_read8(padapter, REG_CR+1); -+ v8 |= BIT(0); // ENSWBCN -+ rtw_write8(padapter, REG_CR+1, v8); -+ -+ // Disable Hw protection for a time which revserd for Hw sending beacon. -+ // Fix download reserved page packet fail that access collision with the protection time. -+ // 2010.05.11. Added by tynli. -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 &= ~BIT(3); -+ val8 |= BIT(4); -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ // Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame. -+ if (pHalData->RegFwHwTxQCtrl & BIT(6)) -+ bRecover = _TRUE; -+ -+ // To tell Hw the packet is not a real beacon frame. -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl & ~BIT(6)); -+ pHalData->RegFwHwTxQCtrl &= ~BIT(6); -+ -+ // Clear beacon valid check bit. -+ rtw_hal_set_hwreg(padapter, HW_VAR_BCN_VALID, NULL); -+ rtw_hal_set_hwreg(padapter, HW_VAR_DL_BCN_SEL, NULL); -+ -+ DLBcnCount = 0; -+ poll = 0; -+ do -+ { -+ SetFwRsvdPagePkt_BTCoex(padapter); -+ DLBcnCount++; -+ do -+ { -+ rtw_yield_os(); -+ //rtw_mdelay_os(10); -+ // check rsvd page download OK. -+ rtw_hal_get_hwreg(padapter, HW_VAR_BCN_VALID, (u8*)(&bcn_valid)); -+ poll++; -+ } while (!bcn_valid && (poll%10) != 0 && !RTW_CANNOT_RUN(padapter)); -+ -+ } while (!bcn_valid && DLBcnCount <= 100 && !RTW_CANNOT_RUN(padapter)); -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ ; -+ else if(!bcn_valid) -+ DBG_871X(ADPT_FMT": 1 DL RSVD page failed! DLBcnCount:%u, poll:%u\n", -+ ADPT_ARG(padapter) ,DLBcnCount, poll); -+ else { -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ pwrctl->fw_psmode_iface_id = padapter->iface_id; -+ DBG_871X(ADPT_FMT": 1 DL RSVD page success! DLBcnCount:%u, poll:%u\n", -+ ADPT_ARG(padapter), DLBcnCount, poll); -+ } -+ -+ // 2010.05.11. Added by tynli. -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 |= BIT(3); -+ val8 &= ~BIT(4); -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ // To make sure that if there exists an adapter which would like to send beacon. -+ // If exists, the origianl value of 0x422[6] will be 1, we should check this to -+ // prevent from setting 0x422[6] to 0 after download reserved page, or it will cause -+ // the beacon cannot be sent by HW. -+ // 2010.06.23. Added by tynli. -+ if(bRecover) -+ { -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, pHalData->RegFwHwTxQCtrl | BIT(6)); -+ pHalData->RegFwHwTxQCtrl |= BIT(6); -+ } -+ -+ #ifndef CONFIG_PCI_HCI -+ // Clear CR[8] or beacon packet will not be send to TxBuf anymore. -+ v8 = rtw_read8(padapter, REG_CR+1); -+ v8 &= ~BIT(0); // ~ENSWBCN -+ rtw_write8(padapter, REG_CR+1, v8); -+ #endif -+ -+ -+_func_exit_; -+} -+ -+#endif // CONFIG_BT_COEXIST -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_dm.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_dm.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_dm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_dm.c 2017-06-07 23:07:21.032689489 +0300 -@@ -0,0 +1,573 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+//============================================================ -+// Description: -+// -+// This file is for 92CE/92CU dynamic mechanism only -+// -+// -+//============================================================ -+#define _RTL8812A_DM_C_ -+ -+//============================================================ -+// include files -+//============================================================ -+//#include -+#include -+ -+//============================================================ -+// Global var -+//============================================================ -+ -+ -+static VOID -+dm_CheckProtection( -+ IN PADAPTER Adapter -+ ) -+{ -+#if 0 -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ u1Byte CurRate, RateThreshold; -+ -+ if(pMgntInfo->pHTInfo->bCurBW40MHz) -+ RateThreshold = MGN_MCS1; -+ else -+ RateThreshold = MGN_MCS3; -+ -+ if(Adapter->TxStats.CurrentInitTxRate <= RateThreshold) -+ { -+ pMgntInfo->bDmDisableProtect = TRUE; -+ DbgPrint("Forced disable protect: %x\n", Adapter->TxStats.CurrentInitTxRate); -+ } -+ else -+ { -+ pMgntInfo->bDmDisableProtect = FALSE; -+ DbgPrint("Enable protect: %x\n", Adapter->TxStats.CurrentInitTxRate); -+ } -+#endif -+} -+ -+static VOID -+dm_CheckStatistics( -+ IN PADAPTER Adapter -+ ) -+{ -+#if 0 -+ if(!Adapter->MgntInfo.bMediaConnect) -+ return; -+ -+ //2008.12.10 tynli Add for getting Current_Tx_Rate_Reg flexibly. -+ rtw_hal_get_hwreg( Adapter, HW_VAR_INIT_TX_RATE, (pu1Byte)(&Adapter->TxStats.CurrentInitTxRate) ); -+ -+ // Calculate current Tx Rate(Successful transmited!!) -+ -+ // Calculate current Rx Rate(Successful received!!) -+ -+ //for tx tx retry count -+ rtw_hal_get_hwreg( Adapter, HW_VAR_RETRY_COUNT, (pu1Byte)(&Adapter->TxStats.NumTxRetryCount) ); -+#endif -+} -+#ifdef CONFIG_SUPPORT_HW_WPS_PBC -+static void dm_CheckPbcGPIO(_adapter *padapter) -+{ -+ u8 tmp1byte; -+ u8 bPbcPressed = _FALSE; -+ -+ if(!padapter->registrypriv.hw_wps_pbc) -+ return; -+ -+#if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) -+ if (IS_HARDWARE_TYPE_8812(padapter)) -+ { -+ tmp1byte = rtw_read8(padapter, GPIO_IO_SEL); -+ tmp1byte |= (HAL_8812A_HW_GPIO_WPS_BIT); -+ rtw_write8(padapter, GPIO_IO_SEL, tmp1byte); //enable GPIO[2] as output mode -+ -+ tmp1byte &= ~(HAL_8812A_HW_GPIO_WPS_BIT); -+ rtw_write8(padapter, GPIO_IN, tmp1byte); //reset the floating voltage level -+ -+ tmp1byte = rtw_read8(padapter, GPIO_IO_SEL); -+ tmp1byte &= ~(HAL_8812A_HW_GPIO_WPS_BIT); -+ rtw_write8(padapter, GPIO_IO_SEL, tmp1byte); //enable GPIO[2] as input mode -+ -+ tmp1byte =rtw_read8(padapter, GPIO_IN); -+ -+ if (tmp1byte == 0xff) -+ return ; -+ -+ if (tmp1byte&HAL_8812A_HW_GPIO_WPS_BIT) -+ bPbcPressed = _TRUE; -+ -+ } -+ else if (IS_HARDWARE_TYPE_8821(padapter)) -+ { -+ tmp1byte = rtw_read8(padapter, GPIO_IO_SEL_8811A); -+ tmp1byte |= (BIT4); -+ rtw_write8(padapter, GPIO_IO_SEL_8811A, tmp1byte); //enable GPIO[2] as output mode -+ -+ tmp1byte &= ~(BIT4); -+ rtw_write8(padapter, GPIO_IN_8811A, tmp1byte); //reset the floating voltage level -+ -+ tmp1byte = rtw_read8(padapter, GPIO_IO_SEL_8811A); -+ tmp1byte &= ~(BIT4); -+ rtw_write8(padapter, GPIO_IO_SEL_8811A, tmp1byte); //enable GPIO[2] as input mode -+ -+ tmp1byte =rtw_read8(padapter, GPIO_IN_8811A); -+ -+ if (tmp1byte == 0xff) -+ return ; -+ -+ if (tmp1byte&BIT4) -+ { -+ bPbcPressed = _TRUE; -+ } -+ } -+#else -+ -+#endif -+ -+ if( _TRUE == bPbcPressed) -+ { -+ // Here we only set bPbcPressed to true -+ // After trigger PBC, the variable will be set to false -+ DBG_8192C("CheckPbcGPIO - PBC is pressed\n"); -+ -+ rtw_request_wps_pbc_event(padapter); -+ } -+} -+#endif //#ifdef CONFIG_SUPPORT_HW_WPS_PBC -+ -+#ifdef CONFIG_PCI_HCI -+// -+// Description: -+// Perform interrupt migration dynamically to reduce CPU utilization. -+// -+// Assumption: -+// 1. Do not enable migration under WIFI test. -+// -+// Created by Roger, 2010.03.05. -+// -+VOID -+dm_InterruptMigration( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ BOOLEAN bCurrentIntMt, bCurrentACIntDisable; -+ BOOLEAN IntMtToSet = _FALSE; -+ BOOLEAN ACIntToSet = _FALSE; -+ -+ -+ // Retrieve current interrupt migration and Tx four ACs IMR settings first. -+ bCurrentIntMt = pHalData->bInterruptMigration; -+ bCurrentACIntDisable = pHalData->bDisableTxInt; -+ -+ // -+ // Currently we use busy traffic for reference instead of RxIntOK counts to prevent non-linear Rx statistics -+ // when interrupt migration is set before. 2010.03.05. -+ // -+ if(!Adapter->registrypriv.wifi_spec && -+ (check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE) && -+ pmlmepriv->LinkDetectInfo.bHigherBusyTraffic) -+ { -+ IntMtToSet = _TRUE; -+ -+ // To check whether we should disable Tx interrupt or not. -+ if(pmlmepriv->LinkDetectInfo.bHigherBusyRxTraffic ) -+ ACIntToSet = _TRUE; -+ } -+ -+ //Update current settings. -+ if( bCurrentIntMt != IntMtToSet ){ -+ DBG_8192C("%s(): Update interrrupt migration(%d)\n",__FUNCTION__,IntMtToSet); -+ if(IntMtToSet) -+ { -+ // -+ // Set interrrupt migration timer and corresponging Tx/Rx counter. -+ // timer 25ns*0xfa0=100us for 0xf packets. -+ // 2010.03.05. -+ // -+ rtw_write32(Adapter, REG_INT_MIG, 0xff000fa0);// 0x306:Rx, 0x307:Tx -+ pHalData->bInterruptMigration = IntMtToSet; -+ } -+ else -+ { -+ // Reset all interrupt migration settings. -+ rtw_write32(Adapter, REG_INT_MIG, 0); -+ pHalData->bInterruptMigration = IntMtToSet; -+ } -+ } -+ -+ /*if( bCurrentACIntDisable != ACIntToSet ){ -+ DBG_8192C("%s(): Update AC interrrupt(%d)\n",__FUNCTION__,ACIntToSet); -+ if(ACIntToSet) // Disable four ACs interrupts. -+ { -+ // -+ // Disable VO, VI, BE and BK four AC interrupts to gain more efficient CPU utilization. -+ // When extremely highly Rx OK occurs, we will disable Tx interrupts. -+ // 2010.03.05. -+ // -+ UpdateInterruptMask8192CE( Adapter, 0, RT_AC_INT_MASKS ); -+ pHalData->bDisableTxInt = ACIntToSet; -+ } -+ else// Enable four ACs interrupts. -+ { -+ UpdateInterruptMask8192CE( Adapter, RT_AC_INT_MASKS, 0 ); -+ pHalData->bDisableTxInt = ACIntToSet; -+ } -+ }*/ -+ -+} -+ -+#endif -+ -+// -+// Initialize GPIO setting registers -+// -+static void -+dm_InitGPIOSetting( -+ IN PADAPTER Adapter -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ u8 tmp1byte; -+ -+ tmp1byte = rtw_read8(Adapter, REG_GPIO_MUXCFG); -+ tmp1byte &= (GPIOSEL_GPIO | ~GPIOSEL_ENBT); -+ -+ rtw_write8(Adapter, REG_GPIO_MUXCFG, tmp1byte); -+} -+ -+//============================================================ -+// functions -+//============================================================ -+static void Init_ODM_ComInfo_8812(PADAPTER Adapter) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ u32 SupportAbility = 0; -+ u8 cut_ver,fab_ver; -+ -+ Init_ODM_ComInfo(Adapter); -+ -+ if (IS_HARDWARE_TYPE_8812(Adapter)) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_IC_TYPE, ODM_RTL8812); -+ else if (IS_HARDWARE_TYPE_8821(Adapter)) -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_IC_TYPE, ODM_RTL8821); -+ -+ fab_ver = ODM_TSMC; -+ if(IS_A_CUT(pHalData->VersionID)) -+ cut_ver = ODM_CUT_A; -+ else if(IS_B_CUT(pHalData->VersionID)) -+ cut_ver = ODM_CUT_B; -+ else if(IS_C_CUT(pHalData->VersionID)) -+ cut_ver = ODM_CUT_C; -+ else if(IS_D_CUT(pHalData->VersionID)) -+ cut_ver = ODM_CUT_D; -+ else if(IS_E_CUT(pHalData->VersionID)) -+ cut_ver = ODM_CUT_E; -+ else -+ cut_ver = ODM_CUT_A; -+ -+ ODM_CmnInfoInit(pDM_Odm,ODM_CMNINFO_FAB_VER,fab_ver); -+ ODM_CmnInfoInit(pDM_Odm,ODM_CMNINFO_CUT_VER,cut_ver); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_ANTENNA_TYPE, pHalData->TRxAntDivType); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_IQKFWOFFLOAD, pHalData->RegIQKFWOffload); -+ -+ #ifdef CONFIG_DISABLE_ODM -+ SupportAbility = 0; -+ #else -+ SupportAbility = ODM_RF_CALIBRATION | -+ ODM_RF_TX_PWR_TRACK -+ ; -+ /*if(pHalData->AntDivCfg) -+ SupportAbility |= ODM_BB_ANT_DIV; */ -+ #endif -+ -+ ODM_CmnInfoUpdate(pDM_Odm,ODM_CMNINFO_ABILITY,SupportAbility); -+ -+} -+static void Update_ODM_ComInfo_8812(PADAPTER Adapter) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ u32 SupportAbility = 0; -+ -+ SupportAbility = 0 -+ | ODM_BB_DIG -+ | ODM_BB_RA_MASK -+ | ODM_BB_FA_CNT -+ | ODM_BB_RSSI_MONITOR -+ | ODM_BB_CFO_TRACKING -+ | ODM_RF_TX_PWR_TRACK -+ | ODM_MAC_EDCA_TURBO -+ | ODM_BB_NHM_CNT -+// | ODM_BB_PWR_TRAIN -+ ; -+ -+ if (rtw_odm_adaptivity_needed(Adapter) == _TRUE) { -+ rtw_odm_adaptivity_config_msg(RTW_DBGDUMP, Adapter); -+ SupportAbility |= ODM_BB_ADAPTIVITY; -+ } -+ -+ if(pHalData->AntDivCfg) -+ SupportAbility |= ODM_BB_ANT_DIV; -+ -+#if (MP_DRIVER==1) -+ if (Adapter->registrypriv.mp_mode == 1) { -+ SupportAbility = 0 -+ | ODM_RF_CALIBRATION -+ | ODM_RF_TX_PWR_TRACK -+ ; -+ } -+#endif//(MP_DRIVER==1) -+ -+#ifdef CONFIG_DISABLE_ODM -+ SupportAbility = 0; -+#endif//CONFIG_DISABLE_ODM -+ -+ ODM_CmnInfoUpdate(pDM_Odm,ODM_CMNINFO_ABILITY,SupportAbility); -+ -+ ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_RF_ANTENNA_TYPE, pHalData->TRxAntDivType); -+} -+ -+void -+rtl8812_InitHalDm( -+ IN PADAPTER Adapter -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+ u8 i; -+ -+#ifdef CONFIG_USB_HCI -+ dm_InitGPIOSetting(Adapter); -+#endif -+ -+ pHalData->DM_Type = DM_Type_ByDriver; -+ -+ Update_ODM_ComInfo_8812(Adapter); -+ ODM_DMInit(pDM_Odm); -+ -+ //Adapter->fix_rate = 0xFF; -+ -+} -+ -+ -+VOID -+rtl8812_HalDmWatchDog( -+ IN PADAPTER Adapter -+ ) -+{ -+ BOOLEAN bFwCurrentInPSMode = _FALSE; -+ BOOLEAN bFwPSAwake = _TRUE; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &(pHalData->odmpriv); -+#ifdef CONFIG_CONCURRENT_MODE -+ PADAPTER pbuddy_adapter = Adapter->pbuddy_adapter; -+#endif //CONFIG_CONCURRENT_MODE -+ -+ _func_enter_; -+ -+ if (!rtw_is_hw_init_completed(Adapter)) -+ goto skip_dm; -+ -+#ifdef CONFIG_LPS -+ bFwCurrentInPSMode = adapter_to_pwrctl(Adapter)->bFwCurrentInPSMode; -+ rtw_hal_get_hwreg(Adapter, HW_VAR_FWLPS_RF_ON, (u8 *)(&bFwPSAwake)); -+#endif -+ -+#ifdef CONFIG_P2P_PS -+ // Fw is under p2p powersaving mode, driver should stop dynamic mechanism. -+ // modifed by thomas. 2011.06.11. -+ if(Adapter->wdinfo.p2p_ps_mode) -+ bFwPSAwake = _FALSE; -+#endif //CONFIG_P2P_PS -+ -+ if ((rtw_is_hw_init_completed(Adapter)) -+ && ((!bFwCurrentInPSMode) && bFwPSAwake)) { -+ // -+ // Calculate Tx/Rx statistics. -+ // -+ dm_CheckStatistics(Adapter); -+ rtw_hal_check_rxfifo_full(Adapter); -+ // -+ // Dynamically switch RTS/CTS protection. -+ // -+ //dm_CheckProtection(Adapter); -+ -+#ifdef CONFIG_PCI_HCI -+ // 20100630 Joseph: Disable Interrupt Migration mechanism temporarily because it degrades Rx throughput. -+ // Tx Migration settings. -+ //dm_InterruptMigration(Adapter); -+ -+ //if(Adapter->HalFunc.TxCheckStuckHandler(Adapter)) -+ // PlatformScheduleWorkItem(&(GET_HAL_DATA(Adapter)->HalResetWorkItem)); -+#endif -+ -+ } -+ -+ //ODM -+ if (rtw_is_hw_init_completed(Adapter)) -+ { -+ u8 bLinked=_FALSE; -+ u8 bsta_state=_FALSE; -+ u8 bBtDisabled = _TRUE; -+ -+ #ifdef CONFIG_DISABLE_ODM -+ pHalData->odmpriv.SupportAbility = 0; -+ #endif -+ -+ if(rtw_linked_check(Adapter)){ -+ bLinked = _TRUE; -+ if (check_fwstate(&Adapter->mlmepriv, WIFI_STATION_STATE)) -+ bsta_state = _TRUE; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(pbuddy_adapter && rtw_linked_check(pbuddy_adapter)){ -+ bLinked = _TRUE; -+ if(pbuddy_adapter && check_fwstate(&pbuddy_adapter->mlmepriv, WIFI_STATION_STATE)) -+ bsta_state = _TRUE; -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ -+ ODM_CmnInfoUpdate(&pHalData->odmpriv ,ODM_CMNINFO_LINK, bLinked); -+ ODM_CmnInfoUpdate(&pHalData->odmpriv ,ODM_CMNINFO_STATION_STATE, bsta_state); -+ -+#ifdef CONFIG_BT_COEXIST -+ bBtDisabled = rtw_btcoex_IsBtDisabled(Adapter); -+#endif // CONFIG_BT_COEXIST -+ ODM_CmnInfoUpdate(&pHalData->odmpriv, ODM_CMNINFO_BT_ENABLED, ((bBtDisabled == _TRUE)?_FALSE:_TRUE)); -+ -+ ODM_DMWatchdog(&pHalData->odmpriv); -+ -+ } -+ -+skip_dm: -+ -+#ifdef CONFIG_SUPPORT_HW_WPS_PBC -+ // Check GPIO to determine current Pbc status. -+ dm_CheckPbcGPIO(Adapter); -+#endif -+ -+ return; -+} -+ -+void rtl8812_init_dm_priv(IN PADAPTER Adapter) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T podmpriv = &pHalData->odmpriv; -+ -+ //_rtw_spinlock_init(&(pHalData->odm_stainfo_lock)); -+ -+#ifdef CONFIG_BT_COEXIST -+ /* firmware size issue, btcoex fw doesn't support IQK offload */ -+ if (pHalData->EEPROMBluetoothCoexist == _FALSE) -+#endif -+ { -+ pHalData->RegIQKFWOffload = 1; -+ rtw_sctx_init(&pHalData->iqk_sctx, 0); -+ } -+ -+ Init_ODM_ComInfo_8812(Adapter); -+ ODM_InitAllTimers(podmpriv ); -+ PHYDM_InitDebugSetting(podmpriv); -+ -+ pHalData->TxPwrInPercentage = TX_PWR_PERCENTAGE_3; -+ -+} -+ -+void rtl8812_deinit_dm_priv(IN PADAPTER Adapter) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T podmpriv = &pHalData->odmpriv; -+ //_rtw_spinlock_free(&pHalData->odm_stainfo_lock); -+ ODM_CancelAllTimers(podmpriv); -+} -+ -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+// Add new function to reset the state of antenna diversity before link. -+// -+// Compare RSSI for deciding antenna -+void AntDivCompare8812(PADAPTER Adapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src) -+{ -+ //PADAPTER Adapter = pDM_Odm->Adapter ; -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ if(0 != pHalData->AntDivCfg ) -+ { -+ //DBG_8192C("update_network=> orgRSSI(%d)(%d),newRSSI(%d)(%d)\n",dst->Rssi,query_rx_pwr_percentage(dst->Rssi), -+ // src->Rssi,query_rx_pwr_percentage(src->Rssi)); -+ //select optimum_antenna for before linked =>For antenna diversity -+ if(dst->Rssi >= src->Rssi )//keep org parameter -+ { -+ src->Rssi = dst->Rssi; -+ src->PhyInfo.Optimum_antenna = dst->PhyInfo.Optimum_antenna; -+ } -+ } -+} -+ -+// Add new function to reset the state of antenna diversity before link. -+u8 AntDivBeforeLink8812(PADAPTER Adapter ) -+{ -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm =&pHalData->odmpriv; -+ SWAT_T *pDM_SWAT_Table = &pDM_Odm->DM_SWAT_Table; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ -+ // Condition that does not need to use antenna diversity. -+ if(pHalData->AntDivCfg==0) -+ { -+ //DBG_8192C("odm_AntDivBeforeLink8192C(): No AntDiv Mechanism.\n"); -+ return _FALSE; -+ } -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+ return _FALSE; -+ } -+ -+ -+ if(pDM_SWAT_Table->SWAS_NoLink_State == 0){ -+ //switch channel -+ pDM_SWAT_Table->SWAS_NoLink_State = 1; -+ pDM_SWAT_Table->CurAntenna = (pDM_SWAT_Table->CurAntenna==MAIN_ANT)?AUX_ANT:MAIN_ANT; -+ -+ //PHY_SetBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, 0x300, pDM_SWAT_Table->CurAntenna); -+ rtw_antenna_select_cmd(Adapter, pDM_SWAT_Table->CurAntenna, _FALSE); -+ //DBG_8192C("%s change antenna to ANT_( %s ).....\n",__FUNCTION__, (pDM_SWAT_Table->CurAntenna==MAIN_ANT)?"MAIN":"AUX"); -+ return _TRUE; -+ } -+ else -+ { -+ pDM_SWAT_Table->SWAS_NoLink_State = 0; -+ return _FALSE; -+ } -+ -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_hal_init.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_hal_init.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_hal_init.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_hal_init.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,6720 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812A_HAL_INIT_C_ -+ -+//#include -+#include -+ -+//------------------------------------------------------------------------- -+// -+// LLT R/W/Init function -+// -+//------------------------------------------------------------------------- -+s32 -+_LLTWrite_8812A( -+ IN PADAPTER Adapter, -+ IN u32 address, -+ IN u32 data -+ ) -+{ -+ u32 status = _SUCCESS; -+ s32 count = 0; -+ u32 value = _LLT_INIT_ADDR(address) | _LLT_INIT_DATA(data) | _LLT_OP(_LLT_WRITE_ACCESS); -+ -+ rtw_write32(Adapter, REG_LLT_INIT, value); -+ -+ //polling -+ do { -+ value = rtw_read32(Adapter, REG_LLT_INIT); -+ if (_LLT_NO_ACTIVE == _LLT_OP_VALUE(value)) { -+ break; -+ } -+ -+ if (count > POLLING_LLT_THRESHOLD) { -+ RT_TRACE(_module_hal_init_c_, _drv_err_, ("Failed to polling write LLT done at address %d!\n", address)); -+ status = _FAIL; -+ break; -+ } -+ } while (++count); -+ -+ return status; -+} -+ -+static u8 -+_LLTRead_8812A( -+ IN PADAPTER Adapter, -+ IN u32 address -+ ) -+{ -+ u32 count = 0; -+ u32 value = _LLT_INIT_ADDR(address) | _LLT_OP(_LLT_READ_ACCESS); -+ u16 LLTReg = REG_LLT_INIT; -+ -+ -+ rtw_write32(Adapter, LLTReg, value); -+ -+ //polling and get value -+ do { -+ value = rtw_read32(Adapter, LLTReg); -+ if (_LLT_NO_ACTIVE == _LLT_OP_VALUE(value)) { -+ return (u8)value; -+ } -+ -+ if (count > POLLING_LLT_THRESHOLD) { -+ RT_TRACE(_module_hal_init_c_, _drv_err_, ("Failed to polling read LLT done at address %d!\n", address)); -+ break; -+ } -+ } while (++count); -+ -+ return 0xFF; -+} -+ -+s32 InitLLTTable8812A(PADAPTER padapter, u8 txpktbuf_bndy) -+{ -+ s32 status = _FAIL; -+ u32 i; -+ u32 Last_Entry_Of_TxPktBuf = LAST_ENTRY_OF_TX_PKT_BUFFER_8812; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ for (i = 0; i < (txpktbuf_bndy - 1); i++) { -+ status = _LLTWrite_8812A(padapter, i, i + 1); -+ if (_SUCCESS != status) { -+ return status; -+ } -+ } -+ -+ // end of list -+ status = _LLTWrite_8812A(padapter, (txpktbuf_bndy - 1), 0xFF); -+ if (_SUCCESS != status) { -+ return status; -+ } -+ -+ // Make the other pages as ring buffer -+ // This ring buffer is used as beacon buffer if we config this MAC as two MAC transfer. -+ // Otherwise used as local loopback buffer. -+ for (i = txpktbuf_bndy; i < Last_Entry_Of_TxPktBuf; i++) { -+ status = _LLTWrite_8812A(padapter, i, (i + 1)); -+ if (_SUCCESS != status) { -+ return status; -+ } -+ } -+ -+ // Let last entry point to the start entry of ring buffer -+ status = _LLTWrite_8812A(padapter, Last_Entry_Of_TxPktBuf, txpktbuf_bndy); -+ if (_SUCCESS != status) { -+ return status; -+ } -+ -+ return status; -+} -+ -+BOOLEAN HalDetectPwrDownMode8812(PADAPTER Adapter) -+{ -+ u8 tmpvalue = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(Adapter); -+ -+ EFUSE_ShadowRead(Adapter, 1, EEPROM_RF_FEATURE_OPTION_8812, (u32 *)&tmpvalue); -+ -+ // 2010/08/25 MH INF priority > PDN Efuse value. -+ if(tmpvalue & BIT(4) && pwrctrlpriv->reg_pdnmode) -+ { -+ pHalData->pwrdown = _TRUE; -+ } -+ else -+ { -+ pHalData->pwrdown = _FALSE; -+ } -+ -+ DBG_8192C("HalDetectPwrDownMode(): PDN=%d\n", pHalData->pwrdown); -+ -+ return pHalData->pwrdown; -+} // HalDetectPwrDownMode -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void Hal_DetectWoWMode(PADAPTER pAdapter) -+{ -+ adapter_to_pwrctl(pAdapter)->bSupportRemoteWakeup = _TRUE; -+} -+#endif -+ -+//==================================================================================== -+// -+// 20100209 Joseph: -+// This function is used only for 92C to set REG_BCN_CTRL(0x550) register. -+// We just reserve the value of the register in variable pHalData->RegBcnCtrlVal and then operate -+// the value of the register via atomic operation. -+// This prevents from race condition when setting this register. -+// The value of pHalData->RegBcnCtrlVal is initialized in HwConfigureRTL8192CE() function. -+// -+void SetBcnCtrlReg( -+ PADAPTER padapter, -+ u8 SetBits, -+ u8 ClearBits) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ pHalData->RegBcnCtrlVal |= SetBits; -+ pHalData->RegBcnCtrlVal &= ~ClearBits; -+ -+#if 0 -+//#ifdef CONFIG_SDIO_HCI -+ if (pHalData->sdio_himr & (SDIO_HIMR_TXBCNOK_MSK | SDIO_HIMR_TXBCNERR_MSK)) -+ pHalData->RegBcnCtrlVal |= EN_TXBCN_RPT; -+#endif -+ -+ rtw_write8(padapter, REG_BCN_CTRL, (u8)pHalData->RegBcnCtrlVal); -+} -+ -+static VOID -+_FWDownloadEnable_8812( -+ IN PADAPTER padapter, -+ IN BOOLEAN enable -+ ) -+{ -+ u8 tmp; -+ -+ if(enable) -+ { -+ // MCU firmware download enable. -+ tmp = rtw_read8(padapter, REG_MCUFWDL); -+ rtw_write8(padapter, REG_MCUFWDL, tmp|0x01); -+ -+ // 8051 reset -+ tmp = rtw_read8(padapter, REG_MCUFWDL+2); -+ rtw_write8(padapter, REG_MCUFWDL+2, tmp&0xf7); -+ } -+ else -+ { -+ -+ // MCU firmware download disable. -+ tmp = rtw_read8(padapter, REG_MCUFWDL); -+ rtw_write8(padapter, REG_MCUFWDL, tmp&0xfe); -+ } -+} -+#define MAX_REG_BOLCK_SIZE 196 -+static int -+_BlockWrite_8812( -+ IN PADAPTER padapter, -+ IN PVOID buffer, -+ IN u32 buffSize -+ ) -+{ -+ int ret = _SUCCESS; -+ -+ u32 blockSize_p1 = 4; // (Default) Phase #1 : PCI muse use 4-byte write to download FW -+ u32 blockSize_p2 = 8; // Phase #2 : Use 8-byte, if Phase#1 use big size to write FW. -+ u32 blockSize_p3 = 1; // Phase #3 : Use 1-byte, the remnant of FW image. -+ u32 blockCount_p1 = 0, blockCount_p2 = 0, blockCount_p3 = 0; -+ u32 remainSize_p1 = 0, remainSize_p2 = 0; -+ u8 *bufferPtr = (u8*)buffer; -+ u32 i=0, offset=0; -+#ifdef CONFIG_PCI_HCI -+ u8 remainFW[4] = {0, 0, 0, 0}; -+ u8 *p = NULL; -+#endif -+ -+#ifdef CONFIG_USB_HCI -+ blockSize_p1 = MAX_REG_BOLCK_SIZE; -+#endif -+ -+ //3 Phase #1 -+ blockCount_p1 = buffSize / blockSize_p1; -+ remainSize_p1 = buffSize % blockSize_p1; -+ -+ if (blockCount_p1) { -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, -+ ("_BlockWrite: [P1] buffSize(%d) blockSize_p1(%d) blockCount_p1(%d) remainSize_p1(%d)\n", -+ buffSize, blockSize_p1, blockCount_p1, remainSize_p1)); -+ } -+ -+ for (i = 0; i < blockCount_p1; i++) -+ { -+#ifdef CONFIG_USB_HCI -+ ret = rtw_writeN(padapter, (FW_START_ADDRESS + i * blockSize_p1), blockSize_p1, (bufferPtr + i * blockSize_p1)); -+#else -+ ret = rtw_write32(padapter, (FW_START_ADDRESS + i * blockSize_p1), le32_to_cpu(*((u32*)(bufferPtr + i * blockSize_p1)))); -+#endif -+ -+ if(ret == _FAIL) -+ goto exit; -+ } -+ -+#ifdef CONFIG_PCI_HCI -+ p = (u8*)((u32*)(bufferPtr + blockCount_p1 * blockSize_p1)); -+ if (remainSize_p1) { -+ switch (remainSize_p1) { -+ case 0: -+ break; -+ case 3: -+ remainFW[2]=*(p+2); -+ case 2: -+ remainFW[1]=*(p+1); -+ case 1: -+ remainFW[0]=*(p); -+ ret = rtw_write32(padapter, (FW_START_ADDRESS + blockCount_p1 * blockSize_p1), -+ le32_to_cpu(*(u32*)remainFW)); -+ } -+ return ret; -+ } -+#endif -+ -+ //3 Phase #2 -+ if (remainSize_p1) -+ { -+ offset = blockCount_p1 * blockSize_p1; -+ -+ blockCount_p2 = remainSize_p1/blockSize_p2; -+ remainSize_p2 = remainSize_p1%blockSize_p2; -+ -+ if (blockCount_p2) { -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, -+ ("_BlockWrite: [P2] buffSize_p2(%d) blockSize_p2(%d) blockCount_p2(%d) remainSize_p2(%d)\n", -+ (buffSize-offset), blockSize_p2 ,blockCount_p2, remainSize_p2)); -+ } -+ -+#ifdef CONFIG_USB_HCI -+ for (i = 0; i < blockCount_p2; i++) { -+ ret = rtw_writeN(padapter, (FW_START_ADDRESS + offset + i*blockSize_p2), blockSize_p2, (bufferPtr + offset + i*blockSize_p2)); -+ -+ if(ret == _FAIL) -+ goto exit; -+ } -+#endif -+ } -+ -+ //3 Phase #3 -+ if (remainSize_p2) -+ { -+ offset = (blockCount_p1 * blockSize_p1) + (blockCount_p2 * blockSize_p2); -+ -+ blockCount_p3 = remainSize_p2 / blockSize_p3; -+ -+ RT_TRACE(_module_hal_init_c_, _drv_notice_, -+ ("_BlockWrite: [P3] buffSize_p3(%d) blockSize_p3(%d) blockCount_p3(%d)\n", -+ (buffSize-offset), blockSize_p3, blockCount_p3)); -+ -+ for(i = 0 ; i < blockCount_p3 ; i++){ -+ ret =rtw_write8(padapter, (FW_START_ADDRESS + offset + i), *(bufferPtr + offset + i)); -+ -+ if(ret == _FAIL) -+ goto exit; -+ } -+ } -+ -+exit: -+ return ret; -+} -+ -+static int -+_PageWrite_8812( -+ IN PADAPTER padapter, -+ IN u32 page, -+ IN PVOID buffer, -+ IN u32 size -+ ) -+{ -+ u8 value8; -+ u8 u8Page = (u8) (page & 0x07) ; -+ -+ value8 = (rtw_read8(padapter, REG_MCUFWDL+2) & 0xF8) | u8Page ; -+ rtw_write8(padapter, REG_MCUFWDL+2,value8); -+ -+ return _BlockWrite_8812(padapter,buffer,size); -+} -+ -+static VOID -+_FillDummy_8812( -+ u8* pFwBuf, -+ u32* pFwLen -+ ) -+{ -+ u32 FwLen = *pFwLen; -+ u8 remain = (u8)(FwLen%4); -+ remain = (remain==0)?0:(4-remain); -+ -+ while(remain>0) -+ { -+ pFwBuf[FwLen] = 0; -+ FwLen++; -+ remain--; -+ } -+ -+ *pFwLen = FwLen; -+} -+ -+static int -+_WriteFW_8812( -+ IN PADAPTER padapter, -+ IN PVOID buffer, -+ IN u32 size -+ ) -+{ -+ // Since we need dynamic decide method of dwonload fw, so we call this function to get chip version. -+ int ret = _SUCCESS; -+ u32 pageNums,remainSize ; -+ u32 page, offset; -+ u8 *bufferPtr = (u8*)buffer; -+ -+#ifdef CONFIG_PCI_HCI -+ // 20100120 Joseph: Add for 88CE normal chip. -+ // Fill in zero to make firmware image to dword alignment. -+// _FillDummy(bufferPtr, &size); -+#endif -+ -+ pageNums = size / MAX_DLFW_PAGE_SIZE ; -+ //RT_ASSERT((pageNums <= 4), ("Page numbers should not greater then 4 \n")); -+ remainSize = size % MAX_DLFW_PAGE_SIZE; -+ -+ for (page = 0; page < pageNums; page++) { -+ offset = page * MAX_DLFW_PAGE_SIZE; -+ ret = _PageWrite_8812(padapter, page, bufferPtr+offset, MAX_DLFW_PAGE_SIZE); -+ -+ if(ret == _FAIL) -+ goto exit; -+ } -+ if (remainSize) { -+ offset = pageNums * MAX_DLFW_PAGE_SIZE; -+ page = pageNums; -+ ret = _PageWrite_8812(padapter, page, bufferPtr+offset, remainSize); -+ -+ if(ret == _FAIL) -+ goto exit; -+ -+ } -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("_WriteFW Done- for Normal chip.\n")); -+ -+exit: -+ return ret; -+} -+ -+void _8051Reset8812(PADAPTER padapter) -+{ -+ u8 u1bTmp, u1bTmp2; -+ -+ // Reset MCU IO Wrapper- sugggest by SD1-Gimmy -+ if(IS_HARDWARE_TYPE_8812(padapter)) -+ { -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL); -+ rtw_write8(padapter, REG_RSV_CTRL, u1bTmp2&(~BIT1)); -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL+1); -+ rtw_write8(padapter, REG_RSV_CTRL+1, u1bTmp2&(~BIT3)); -+ } -+ else if(IS_HARDWARE_TYPE_8821(padapter)) -+ { -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL); -+ rtw_write8(padapter, REG_RSV_CTRL, u1bTmp2&(~BIT1)); -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL+1); -+ rtw_write8(padapter, REG_RSV_CTRL+1, u1bTmp2&(~BIT0)); -+ } -+ -+ u1bTmp = rtw_read8(padapter, REG_SYS_FUNC_EN+1); -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, u1bTmp&(~BIT2)); -+ -+ // Enable MCU IO Wrapper -+ if(IS_HARDWARE_TYPE_8812(padapter)) -+ { -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL); -+ rtw_write8(padapter, REG_RSV_CTRL, u1bTmp2&(~BIT1)); -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL+1); -+ rtw_write8(padapter, REG_RSV_CTRL+1, u1bTmp2 |(BIT3)); -+ } -+ else if(IS_HARDWARE_TYPE_8821(padapter)) -+ { -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL); -+ rtw_write8(padapter, REG_RSV_CTRL, u1bTmp2&(~BIT1)); -+ u1bTmp2 = rtw_read8(padapter, REG_RSV_CTRL+1); -+ rtw_write8(padapter, REG_RSV_CTRL+1, u1bTmp2|(BIT0)); -+ } -+ -+ rtw_write8(padapter, REG_SYS_FUNC_EN+1, u1bTmp|(BIT2)); -+ -+ DBG_871X("=====> _8051Reset8812(): 8051 reset success .\n"); -+} -+ -+static s32 polling_fwdl_chksum(_adapter *adapter, u32 min_cnt, u32 timeout_ms) -+{ -+ s32 ret = _FAIL; -+ u32 value32; -+ u32 start = rtw_get_current_time(); -+ u32 cnt = 0; -+ -+ /* polling CheckSum report */ -+ do { -+ cnt++; -+ value32 = rtw_read32(adapter, REG_MCUFWDL); -+ if (value32 & FWDL_ChkSum_rpt || RTW_CANNOT_RUN(adapter)) -+ break; -+ rtw_yield_os(); -+ } while (rtw_get_passing_time_ms(start) < timeout_ms || cnt < min_cnt); -+ -+ if (!(value32 & FWDL_ChkSum_rpt)) { -+ goto exit; -+ } -+ -+ if (rtw_fwdl_test_trigger_chksum_fail()) -+ goto exit; -+ -+ ret = _SUCCESS; -+ -+exit: -+ DBG_871X("%s: Checksum report %s! (%u, %dms), REG_MCUFWDL:0x%08x\n", __FUNCTION__ -+ , (ret==_SUCCESS)?"OK":"Fail", cnt, rtw_get_passing_time_ms(start), value32); -+ -+ return ret; -+} -+ -+static s32 _FWFreeToGo8812(_adapter *adapter, u32 min_cnt, u32 timeout_ms) -+{ -+ s32 ret = _FAIL; -+ u32 value32; -+ u32 start = rtw_get_current_time(); -+ u32 cnt = 0; -+ -+ value32 = rtw_read32(adapter, REG_MCUFWDL); -+ value32 |= MCUFWDL_RDY; -+ value32 &= ~WINTINI_RDY; -+ rtw_write32(adapter, REG_MCUFWDL, value32); -+ -+ _8051Reset8812(adapter); -+ -+ /* polling for FW ready */ -+ do { -+ cnt++; -+ value32 = rtw_read32(adapter, REG_MCUFWDL); -+ if (value32 & WINTINI_RDY || RTW_CANNOT_RUN(adapter)) -+ break; -+ rtw_yield_os(); -+ } while (rtw_get_passing_time_ms(start) < timeout_ms || cnt < min_cnt); -+ -+ if (!(value32 & WINTINI_RDY)) { -+ goto exit; -+ } -+ -+ if (rtw_fwdl_test_trigger_wintint_rdy_fail()) -+ goto exit; -+ -+ ret = _SUCCESS; -+ -+exit: -+ DBG_871X("%s: Polling FW ready %s! (%u, %dms), REG_MCUFWDL:0x%08x\n", __FUNCTION__ -+ , (ret==_SUCCESS)?"OK":"Fail", cnt, rtw_get_passing_time_ms(start), value32); -+ -+ return ret; -+} -+ -+#ifdef CONFIG_FILE_FWIMG -+extern char *rtw_fw_file_path; -+u8 FwBuffer8812[FW_SIZE_8812]; -+#ifdef CONFIG_MP_INCLUDED -+extern char *rtw_fw_mp_bt_file_path; -+#endif // CONFIG_MP_INCLUDED -+u8 FwBuffer[FW_SIZE_8812]; -+#endif //CONFIG_FILE_FWIMG -+ -+s32 -+FirmwareDownload8812( -+ IN PADAPTER Adapter, -+ IN BOOLEAN bUsedWoWLANFw -+) -+{ -+ s32 rtStatus = _SUCCESS; -+ u8 write_fw = 0; -+ u32 fwdl_start_time; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(Adapter); -+ u8 *pFwImageFileName; -+ u8 *pucMappedFile = NULL; -+ PRT_FIRMWARE_8812 pFirmware = NULL; -+ u8 *pFwHdr = NULL; -+ u8 *pFirmwareBuf; -+ u32 FirmwareLen; -+ -+ -+ RT_TRACE(_module_hal_init_c_, _drv_info_, ("+%s\n", __FUNCTION__)); -+ pFirmware = (PRT_FIRMWARE_8812)rtw_zmalloc(sizeof(RT_FIRMWARE_8812)); -+ if(!pFirmware) -+ { -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ -+ #ifdef CONFIG_FILE_FWIMG -+ if(rtw_is_file_readable(rtw_fw_file_path) == _TRUE) -+ { -+ DBG_871X("%s accquire FW from file:%s\n", __FUNCTION__, rtw_fw_file_path); -+ pFirmware->eFWSource = FW_SOURCE_IMG_FILE; -+ } -+ else -+ #endif //CONFIG_FILE_FWIMG -+ { -+ DBG_871X("%s fw source from Header\n", __FUNCTION__); -+ pFirmware->eFWSource = FW_SOURCE_HEADER_FILE; -+ } -+ -+ switch(pFirmware->eFWSource) -+ { -+ case FW_SOURCE_IMG_FILE: -+ #ifdef CONFIG_FILE_FWIMG -+ rtStatus = rtw_retrieve_from_file(rtw_fw_file_path, FwBuffer8812, FW_SIZE_8812); -+ pFirmware->ulFwLength = rtStatus>=0?rtStatus:0; -+ pFirmware->szFwBuffer = FwBuffer8812; -+ #endif //CONFIG_FILE_FWIMG -+ break; -+ case FW_SOURCE_HEADER_FILE: -+ #if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ if (bUsedWoWLANFw) { -+ if (!pwrpriv->wowlan_ap_mode) { -+ ODM_ConfigFWWithHeaderFile(&pHalData->odmpriv, CONFIG_FW_WoWLAN, (u8 *)&(pFirmware->szFwBuffer), &(pFirmware->ulFwLength)); -+ DBG_871X("%s fw:%s, size: %d\n", __func__, "WoWLAN", pFirmware->ulFwLength); -+ } else { -+ ODM_ConfigFWWithHeaderFile(&pHalData->odmpriv, CONFIG_FW_AP_WoWLAN, (u8 *)&pFirmware->szFwBuffer, &pFirmware->ulFwLength); -+ DBG_871X("%s fw: %s, size: %d\n", __func__, "AP_WoWLAN", pFirmware->ulFwLength); -+ } -+ } else -+ #endif /* CONFIG_WOWLAN */ -+ #ifdef CONFIG_BT_COEXIST -+ if (pHalData->EEPROMBluetoothCoexist == _TRUE) { -+ ODM_ConfigFWWithHeaderFile(&pHalData->odmpriv, CONFIG_FW_BT, (u8 *)&(pFirmware->szFwBuffer), &(pFirmware->ulFwLength)); -+ DBG_871X("%s fw:%s, size: %d\n", __FUNCTION__, "NIC-BTCOEX", pFirmware->ulFwLength); -+ } else -+ #endif /* CONFIG_BT_COEXIST */ -+ { -+ ODM_ConfigFWWithHeaderFile(&pHalData->odmpriv, CONFIG_FW_NIC, (u8 *)&(pFirmware->szFwBuffer), &(pFirmware->ulFwLength)); -+ DBG_871X("%s fw:%s, size: %d\n", __FUNCTION__, "NIC", pFirmware->ulFwLength); -+ } -+ break; -+ } -+ -+ if (pFirmware->ulFwLength > FW_SIZE_8812) { -+ rtStatus = _FAIL; -+ DBG_871X_LEVEL(_drv_emerg_, "Firmware size:%u exceed %u\n", pFirmware->ulFwLength, FW_SIZE_8812); -+ goto exit; -+ } -+ -+ pFirmwareBuf = pFirmware->szFwBuffer; -+ FirmwareLen = pFirmware->ulFwLength; -+ pFwHdr = (u8 *)pFirmware->szFwBuffer; -+ -+ pHalData->FirmwareVersion = (u16)GET_FIRMWARE_HDR_VERSION_8812(pFwHdr); -+ pHalData->FirmwareSubVersion = (u16)GET_FIRMWARE_HDR_SUB_VER_8812(pFwHdr); -+ pHalData->FirmwareSignature = (u16)GET_FIRMWARE_HDR_SIGNATURE_8812(pFwHdr); -+ -+ DBG_871X ("%s: fw_ver=%d fw_subver=%d sig=0x%x\n", -+ __FUNCTION__, pHalData->FirmwareVersion, pHalData->FirmwareSubVersion, pHalData->FirmwareSignature); -+ -+ if (IS_FW_HEADER_EXIST_8812(pFwHdr) || IS_FW_HEADER_EXIST_8821(pFwHdr)) -+ { -+ // Shift 32 bytes for FW header -+ pFirmwareBuf = pFirmwareBuf + 32; -+ FirmwareLen = FirmwareLen - 32; -+ } -+ -+ // Suggested by Filen. If 8051 is running in RAM code, driver should inform Fw to reset by itself, -+ // or it will cause download Fw fail. 2010.02.01. by tynli. -+ if (rtw_read8(Adapter, REG_MCUFWDL) & BIT7) //8051 RAM code -+ { -+ rtw_write8(Adapter, REG_MCUFWDL, 0x00); -+ _8051Reset8812(Adapter); -+ } -+ -+ _FWDownloadEnable_8812(Adapter, _TRUE); -+ fwdl_start_time = rtw_get_current_time(); -+ while (!RTW_CANNOT_RUN(Adapter) -+ && (write_fw++ < 3 || rtw_get_passing_time_ms(fwdl_start_time) < 500)) -+ { -+ /* reset FWDL chksum */ -+ rtw_write8(Adapter, REG_MCUFWDL, rtw_read8(Adapter, REG_MCUFWDL)|FWDL_ChkSum_rpt); -+ -+ rtStatus = _WriteFW_8812(Adapter, pFirmwareBuf, FirmwareLen); -+ if (rtStatus != _SUCCESS) -+ continue; -+ -+ rtStatus = polling_fwdl_chksum(Adapter, 5, 50); -+ if (rtStatus == _SUCCESS) -+ break; -+ } -+ _FWDownloadEnable_8812(Adapter, _FALSE); -+ if(_SUCCESS != rtStatus) -+ goto fwdl_stat; -+ -+ rtStatus = _FWFreeToGo8812(Adapter, 10, 200); -+ if (_SUCCESS != rtStatus) -+ goto fwdl_stat; -+ -+fwdl_stat: -+ DBG_871X("FWDL %s. write_fw:%u, %dms\n" -+ , (rtStatus == _SUCCESS)?"success":"fail" -+ , write_fw -+ , rtw_get_passing_time_ms(fwdl_start_time) -+ ); -+ -+exit: -+ if (pFirmware) -+ rtw_mfree((u8*)pFirmware, sizeof(RT_FIRMWARE_8812)); -+ -+#ifdef CONFIG_WOWLAN -+ if (adapter_to_pwrctl(Adapter)->wowlan_mode) -+ InitializeFirmwareVars8812(Adapter); -+ else -+ DBG_871X_LEVEL(_drv_always_, "%s: wowland_mode:%d wowlan_wake_reason:%d\n", -+ __func__, adapter_to_pwrctl(Adapter)->wowlan_mode, -+ adapter_to_pwrctl(Adapter)->wowlan_wake_reason); -+#endif -+ -+ return rtStatus; -+} -+ -+ -+void InitializeFirmwareVars8812(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ // Init Fw LPS related. -+ pwrpriv->bFwCurrentInPSMode = _FALSE; -+ -+ /* Init H2C cmd. */ -+ rtw_write8(padapter, REG_HMETFR, 0x0f); -+ -+ // Init H2C counter. by tynli. 2009.12.09. -+ pHalData->LastHMEBoxNum = 0; -+} -+ -+ -+// -+// Description: Determine the contents of H2C BT_FW_PATCH Command sent to FW. -+// 2013.01.23 by tynli -+// Porting from 8723B. 2013.04.01 -+// -+VOID -+SetFwBTFwPatchCmd_8821( -+ IN PADAPTER Adapter, -+ IN u2Byte FwSize -+ ) -+{ -+ u1Byte u1BTFwPatchParm[6]={0}; -+ -+ DBG_871X("SetFwBTFwPatchCmd_8821(): FwSize = %d\n", FwSize); -+ -+ //SET_8812_H2CCMD_BT_FW_PATCH_ENABLE(u1BTFwPatchParm, 1); -+ SET_8812_H2CCMD_BT_FW_PATCH_SIZE(u1BTFwPatchParm, FwSize); -+ SET_8812_H2CCMD_BT_FW_PATCH_ADDR0(u1BTFwPatchParm, 0); -+ SET_8812_H2CCMD_BT_FW_PATCH_ADDR1(u1BTFwPatchParm, 0xa0); -+ SET_8812_H2CCMD_BT_FW_PATCH_ADDR2(u1BTFwPatchParm, 0x10); -+ SET_8812_H2CCMD_BT_FW_PATCH_ADDR3(u1BTFwPatchParm, 0x80); -+ -+ FillH2CCmd_8812(Adapter, H2C_8812_BT_FW_PATCH, 6 , u1BTFwPatchParm); -+} -+ -+ -+int _CheckWLANFwPatchBTFwReady_8821A( PADAPTER Adapter ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u4Byte count=0; -+ u1Byte u1bTmp; -+ int ret = _FAIL; -+ -+#if (DEV_BUS_TYPE == RT_SDIO_INTERFACE) -+ u4Byte txpktbuf_bndy; -+#endif -+ -+ //--------------------------------------------------------- -+ // Check if BT FW patch procedure is ready. -+ //--------------------------------------------------------- -+ do{ -+ u1bTmp = PlatformEFIORead1Byte(Adapter, REG_FW_DRV_MSG_8812); -+ if((u1bTmp&BIT6) || (u1bTmp&BIT7)) -+ { -+ ret = _SUCCESS; -+ break; -+ } -+ count++; -+ RT_TRACE(_module_mp_, _drv_info_,("0x81=%x, wait for 50 ms (%d) times.\n", -+ u1bTmp, count)); -+ rtw_msleep_os(50); // 50ms -+ }while(!((u1bTmp&BIT6) || (u1bTmp&BIT7)) && count < 50); -+ -+ RT_TRACE(_module_mp_, _drv_notice_,("_CheckWLANFwPatchBTFwReady():" -+ " Polling ready bit 0x88[6:7] for %d times.\n", count)); -+ -+ if(count >= 50) -+ { -+ DBG_871X("_CheckWLANFwPatchBTFwReady():" -+ " Polling ready bit 0x88[6:7] FAIL!!\n"); -+ } -+ -+ //--------------------------------------------------------- -+ // Reset beacon setting to the initial value. -+ //--------------------------------------------------------- -+#if (DEV_BUS_TYPE == RT_SDIO_INTERFACE) -+#if 0 -+ if(!Adapter->MgntInfo.bWiFiConfg) -+ { -+ txpktbuf_bndy = TX_PAGE_BOUNDARY_8821; -+ } -+ else -+#endif -+ {// for WMM -+ txpktbuf_bndy = WMM_NORMAL_TX_PAGE_BOUNDARY_8821; -+ } -+ -+ ret = InitLLTTable8812A(Adapter, txpktbuf_bndy); -+ if(_SUCCESS != ret){ -+ DBG_871X("_CheckWLANFwPatchBTFwReady_8821A(): Failed to init LLT!\n"); -+ } -+ -+ // Init Tx boundary. -+ PlatformEFIOWrite1Byte(Adapter, REG_TDECTRL+1, (u1Byte)txpktbuf_bndy); -+#endif -+ -+ SetBcnCtrlReg(Adapter, BIT3, 0); -+ SetBcnCtrlReg(Adapter, 0, BIT4); -+ -+ PlatformEFIOWrite1Byte(Adapter, REG_FWHW_TXQ_CTRL+2, (pHalData->RegFwHwTxQCtrl|BIT6)); -+ pHalData->RegFwHwTxQCtrl |= BIT6; -+ -+ u1bTmp = PlatformEFIORead1Byte(Adapter, REG_CR+1); -+ PlatformEFIOWrite1Byte(Adapter, REG_CR+1, (u1bTmp&(~BIT0))); -+ -+ return ret; -+} -+ -+ -+int _WriteBTFWtoTxPktBuf8812( -+ PADAPTER Adapter, -+ PVOID buffer, -+ u4Byte FwBufLen, -+ u1Byte times -+ ) -+{ -+ int rtStatus = _SUCCESS; -+ //u4Byte value32; -+ //u1Byte numHQ, numLQ, numPubQ;//, txpktbuf_bndy; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ //PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ u1Byte BcnValidReg; -+ u1Byte count=0, DLBcnCount=0; -+ pu1Byte FwbufferPtr = (pu1Byte)buffer; -+ //PRT_TCB pTcb, ptempTcb; -+ //PRT_TX_LOCAL_BUFFER pBuf; -+ BOOLEAN bRecover=_FALSE; -+ pu1Byte ReservedPagePacket = NULL; -+ pu1Byte pGenBufReservedPagePacket = NULL; -+ u4Byte TotalPktLen,txpktbuf_bndy; -+ //u1Byte tmpReg422; -+ //u1Byte u1bTmp; -+ u8 *pframe; -+ struct xmit_priv *pxmitpriv = &(Adapter->xmitpriv); -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ u8 txdesc_offset = TXDESC_OFFSET; -+ u8 val8; -+ -+#if 1//(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ TotalPktLen = FwBufLen; -+#else -+ TotalPktLen = FwBufLen+pHalData->HWDescHeadLength; -+#endif -+ if((TotalPktLen+TXDESC_OFFSET) > MAX_CMDBUF_SZ) -+ { -+ DBG_871X(" WARNING %s => Total packet len = %d over MAX_CMDBUF_SZ:%d \n" -+ ,__FUNCTION__,(TotalPktLen+TXDESC_OFFSET),MAX_CMDBUF_SZ); -+ return _FAIL; -+ } -+ pGenBufReservedPagePacket = rtw_zmalloc(TotalPktLen);//GetGenTempBuffer (Adapter, TotalPktLen); -+ if (!pGenBufReservedPagePacket) -+ return _FAIL; -+ -+ ReservedPagePacket = (u1Byte *)pGenBufReservedPagePacket; -+ -+ _rtw_memset(ReservedPagePacket, 0, TotalPktLen); -+ -+#if 1//(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ _rtw_memcpy(ReservedPagePacket, FwbufferPtr, FwBufLen); -+ -+#else -+ PlatformMoveMemory(ReservedPagePacket+Adapter->HWDescHeadLength , FwbufferPtr, FwBufLen); -+#endif -+ -+ //--------------------------------------------------------- -+ // 1. Pause BCN -+ //--------------------------------------------------------- -+ //Set REG_CR bit 8. DMA beacon by SW. -+#if 0//(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ u1bTmp = PlatformEFIORead1Byte(Adapter, REG_CR+1); -+ PlatformEFIOWrite1Byte(Adapter, REG_CR+1, (u1bTmp|BIT0)); -+#else -+ // Remove for temparaily because of the code on v2002 is not sync to MERGE_TMEP for USB/SDIO. -+ // De not remove this part on MERGE_TEMP. by tynli. -+ //pHalData->RegCR_1 |= (BIT0); -+ //PlatformEFIOWrite1Byte(Adapter, REG_CR+1, pHalData->RegCR_1); -+#endif -+ -+ // Disable Hw protection for a time which revserd for Hw sending beacon. -+ // Fix download reserved page packet fail that access collision with the protection time. -+ // 2010.05.11. Added by tynli. -+ val8 = rtw_read8(Adapter, REG_BCN_CTRL); -+ val8 &= ~BIT(3); -+ val8 |= BIT(4); -+ rtw_write8(Adapter, REG_BCN_CTRL, val8); -+ -+#if 0//(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+ tmpReg422 = PlatformEFIORead1Byte(Adapter, REG_FWHW_TXQ_CTRL+2); -+ if( tmpReg422&BIT6) -+ bRecover = TRUE; -+ PlatformEFIOWrite1Byte(Adapter, REG_FWHW_TXQ_CTRL+2, tmpReg422&(~BIT6)); -+#else -+ // Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame. -+ if(pHalData->RegFwHwTxQCtrl & BIT(6)) -+ bRecover=_TRUE; -+ PlatformEFIOWrite1Byte(Adapter, REG_FWHW_TXQ_CTRL+2, (pHalData->RegFwHwTxQCtrl&(~BIT(6)))); -+ pHalData->RegFwHwTxQCtrl &= (~ BIT(6)); -+#endif -+ -+ //--------------------------------------------------------- -+ // 2. Adjust LLT table to an even boundary. -+ //--------------------------------------------------------- -+#if 0//(DEV_BUS_TYPE == RT_SDIO_INTERFACE) -+ txpktbuf_bndy = 10; // rsvd page start address should be an even value. -+ rtStatus = InitLLTTable8723BS(Adapter, txpktbuf_bndy); -+ if(_SUCCESS != rtStatus){ -+ DBG_8192C("_CheckWLANFwPatchBTFwReady_8723B(): Failed to init LLT!\n"); -+ return _FAIL; -+ } -+ -+ // Init Tx boundary. -+ PlatformEFIOWrite1Byte(Adapter, REG_DWBCN0_CTRL_8723B+1, (u1Byte)txpktbuf_bndy); -+#endif -+ -+ -+ //--------------------------------------------------------- -+ // 3. Write Fw to Tx packet buffer by reseverd page. -+ //--------------------------------------------------------- -+ do -+ { -+ // download rsvd page. -+ // Clear beacon valid check bit. -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_TDECTRL+2); -+ PlatformEFIOWrite1Byte(Adapter, REG_TDECTRL+2, BcnValidReg&(~BIT(0))); -+ -+ //BT patch is big, we should set 0x209 < 0x40 suggested from Gimmy -+ RT_TRACE(_module_mp_, _drv_info_,("0x209:%x\n", -+ PlatformEFIORead1Byte(Adapter, REG_TDECTRL+1)));//209 < 0x40 -+ -+ PlatformEFIOWrite1Byte(Adapter, REG_TDECTRL+1, (0x90-0x20*(times-1))); -+ DBG_871X("0x209:0x%x\n", PlatformEFIORead1Byte(Adapter, REG_TDECTRL+1)); -+ RT_TRACE(_module_mp_, _drv_info_,("0x209:%x\n", -+ PlatformEFIORead1Byte(Adapter, REG_TDECTRL+1))); -+ -+#if 0 -+ // Acquice TX spin lock before GetFwBuf and send the packet to prevent system deadlock. -+ // Advertised by Roger. Added by tynli. 2010.02.22. -+ PlatformAcquireSpinLock(Adapter, RT_TX_SPINLOCK); -+ if(MgntGetFWBuffer(Adapter, &pTcb, &pBuf)) -+ { -+ PlatformMoveMemory(pBuf->Buffer.VirtualAddress, ReservedPagePacket, TotalPktLen); -+ CmdSendPacket(Adapter, pTcb, pBuf, TotalPktLen, DESC_PACKET_TYPE_NORMAL, FALSE); -+ } -+ else -+ dbgdump("SetFwRsvdPagePkt(): MgntGetFWBuffer FAIL!!!!!!!!.\n"); -+ PlatformReleaseSpinLock(Adapter, RT_TX_SPINLOCK); -+#else -+ /*--------------------------------------------------------- -+ tx reserved_page_packet -+ ----------------------------------------------------------*/ -+ if ((pmgntframe = rtw_alloc_cmdxmitframe(pxmitpriv)) == NULL) { -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(Adapter, pattrib); -+ -+ pattrib->qsel = QSLT_BEACON; -+ pattrib->pktlen = pattrib->last_txcmdsz = FwBufLen ; -+ -+ //_rtw_memset(pmgntframe->buf_addr, 0, TotalPktLen+txdesc_size); -+ //pmgntframe->buf_addr = ReservedPagePacket ; -+ -+ _rtw_memcpy( (u8*) (pmgntframe->buf_addr + txdesc_offset), ReservedPagePacket, FwBufLen); -+ DBG_871X("[%d]===>TotalPktLen + TXDESC_OFFSET TotalPacketLen:%d \n", DLBcnCount, (FwBufLen + txdesc_offset)); -+ -+#ifdef CONFIG_PCI_HCI -+ dump_mgntframe(Adapter, pmgntframe); -+#else -+ dump_mgntframe_and_wait(Adapter, pmgntframe, 100); -+#endif -+ -+#endif -+#if 1 -+ // check rsvd page download OK. -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_TDECTRL+2); -+ while(!(BcnValidReg & BIT(0)) && count <200) -+ { -+ count++; -+ //PlatformSleepUs(10); -+ rtw_msleep_os(1); -+ BcnValidReg = PlatformEFIORead1Byte(Adapter, REG_TDECTRL+2); -+ RT_TRACE(_module_mp_, _drv_notice_,("Poll 0x20A = %x\n", BcnValidReg)); -+ } -+ DLBcnCount++; -+ //DBG_871X("##0x208:%08x,0x210=%08x\n",PlatformEFIORead4Byte(Adapter, REG_TDECTRL),PlatformEFIORead4Byte(Adapter, 0x210)); -+ -+ PlatformEFIOWrite1Byte(Adapter, REG_TDECTRL+2,BcnValidReg); -+ -+ }while((!(BcnValidReg&BIT(0))) && DLBcnCount<5); -+ -+ -+#endif -+ if(DLBcnCount >=5){ -+ DBG_871X(" check rsvd page download OK DLBcnCount =%d \n",DLBcnCount); -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ -+ if(!(BcnValidReg&BIT(0))) -+ { -+ DBG_871X("_WriteFWtoTxPktBuf(): 1 Download RSVD page failed!\n"); -+ rtStatus = _FAIL; -+ goto exit; -+ } -+ -+ //--------------------------------------------------------- -+ // 4. Set Tx boundary to the initial value -+ //--------------------------------------------------------- -+ -+ -+ //--------------------------------------------------------- -+ // 5. Reset beacon setting to the initial value. -+ // After _CheckWLANFwPatchBTFwReady(). -+ //--------------------------------------------------------- -+ -+exit: -+ -+ if(pGenBufReservedPagePacket) -+ { -+ DBG_871X("_WriteBTFWtoTxPktBuf8723B => rtw_mfree pGenBufReservedPagePacket!\n"); -+ rtw_mfree((u8*)pGenBufReservedPagePacket, TotalPktLen); -+ } -+ return rtStatus; -+} -+ -+ -+int ReservedPage_Compare(PADAPTER Adapter,PRT_MP_FIRMWARE pFirmware,u32 BTPatchSize) -+{ -+ u8 temp,ret,lastBTsz; -+ u32 u1bTmp=0,address_start=0,count=0,i=0; -+ u8 *myBTFwBuffer = NULL; -+ -+ myBTFwBuffer = rtw_zmalloc(BTPatchSize); -+ if (myBTFwBuffer == NULL) -+ { -+ DBG_871X("%s can't be executed due to the failed malloc.\n", __FUNCTION__); -+ Adapter->mppriv.bTxBufCkFail=_TRUE; -+ return _FALSE; -+ } -+ -+ temp=rtw_read8(Adapter,0x209); -+ -+ address_start=(temp*128)/8; -+ -+ rtw_write32(Adapter,0x140,0x00000000); -+ rtw_write32(Adapter,0x144,0x00000000); -+ rtw_write32(Adapter,0x148,0x00000000); -+ -+ rtw_write8(Adapter,0x106,0x69); -+ -+ -+ for(i=0;i<(BTPatchSize/8);i++) -+ { -+ rtw_write32(Adapter,0x140,address_start+5+i) ; -+ -+ //polling until reg 0x140[23]=1; -+ do{ -+ u1bTmp = rtw_read32(Adapter, 0x140); -+ if(u1bTmp&BIT(23)) -+ { -+ ret = _SUCCESS; -+ break; -+ } -+ count++; -+ DBG_871X("0x140=%x, wait for 10 ms (%d) times.\n",u1bTmp, count); -+ rtw_msleep_os(10); // 10ms -+ }while(!(u1bTmp&BIT(23)) && count < 50); -+ -+ myBTFwBuffer[i*8+0]=rtw_read8(Adapter, 0x144); -+ myBTFwBuffer[i*8+1]=rtw_read8(Adapter, 0x145); -+ myBTFwBuffer[i*8+2]=rtw_read8(Adapter, 0x146); -+ myBTFwBuffer[i*8+3]=rtw_read8(Adapter, 0x147); -+ myBTFwBuffer[i*8+4]=rtw_read8(Adapter, 0x148); -+ myBTFwBuffer[i*8+5]=rtw_read8(Adapter, 0x149); -+ myBTFwBuffer[i*8+6]=rtw_read8(Adapter, 0x14a); -+ myBTFwBuffer[i*8+7]=rtw_read8(Adapter, 0x14b); -+ } -+ -+ rtw_write32(Adapter,0x140,address_start+5+BTPatchSize/8) ; -+ -+ lastBTsz=BTPatchSize%8; -+ -+ //polling until reg 0x140[23]=1; -+ u1bTmp=0; -+ count=0; -+ do{ -+ u1bTmp = rtw_read32(Adapter, 0x140); -+ if(u1bTmp&BIT(23)) -+ { -+ ret = _SUCCESS; -+ break; -+ } -+ count++; -+ DBG_871X("0x140=%x, wait for 10 ms (%d) times.\n",u1bTmp, count); -+ rtw_msleep_os(10); // 10ms -+ }while(!(u1bTmp&BIT(23)) && count < 50); -+ -+ for(i=0;iszFwBuffer[i]) -+ { -+ DBG_871X(" In direct myBTFwBuffer[%d]=%x , pFirmware->szFwBuffer=%x\n",i, myBTFwBuffer[i],pFirmware->szFwBuffer[i]); -+ Adapter->mppriv.bTxBufCkFail=_TRUE; -+ break; -+ } -+ } -+ -+ if (myBTFwBuffer != NULL) -+ { -+ rtw_mfree(myBTFwBuffer, BTPatchSize); -+ } -+ -+ return _TRUE; -+} -+ -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+//=========================================== -+// -+// Description: Prepare some information to Fw for WoWLAN. -+// (1) Download wowlan Fw. -+// (2) Download RSVD page packets. -+// (3) Enable AP offload if needed. -+// -+// 2011.04.12 by tynli. -+// -+VOID -+SetFwRelatedForWoWLAN8812( -+ IN PADAPTER padapter, -+ IN u8 bHostIsGoingtoSleep -+) -+{ -+ int status=_FAIL; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ u8 bRecover = _FALSE; -+ // -+ // 1. Before WoWLAN we need to re-download WoWLAN Fw. -+ // -+ status = FirmwareDownload8812(padapter, bHostIsGoingtoSleep); -+ if(status != _SUCCESS) { -+ DBG_871X("SetFwRelatedForWoWLAN8812(): Re-Download Firmware failed!!\n"); -+ return; -+ } else { -+ DBG_871X("SetFwRelatedForWoWLAN8812(): Re-Download Firmware Success !!\n"); -+ } -+ // -+ // 2. Re-Init the variables about Fw related setting. -+ // -+ InitializeFirmwareVars8812(padapter); -+} -+#endif /*defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN)*/ -+ -+//=========================================================== -+// Efuse related code -+//=========================================================== -+BOOLEAN -+Hal_GetChnlGroup8812A( -+ IN u8 Channel, -+ OUT u8* pGroup -+ ) -+{ -+ BOOLEAN bIn24G=_TRUE; -+ -+ if(Channel <= 14) -+ { -+ bIn24G=_TRUE; -+ -+ if (1 <= Channel && Channel <= 2 ) *pGroup = 0; -+ else if (3 <= Channel && Channel <= 5 ) *pGroup = 1; -+ else if (6 <= Channel && Channel <= 8 ) *pGroup = 2; -+ else if (9 <= Channel && Channel <= 11) *pGroup = 3; -+ else if (12 <= Channel && Channel <= 14) *pGroup = 4; -+ else -+ { -+ DBG_871X("==>mpt_GetChnlGroup8812A in 2.4 G, but Channel %d in Group not found \n", Channel); -+ } -+ } -+ else -+ { -+ bIn24G=_FALSE; -+ -+ if (36 <= Channel && Channel <= 42) *pGroup = 0; -+ else if (44 <= Channel && Channel <= 48) *pGroup = 1; -+ else if (50 <= Channel && Channel <= 58) *pGroup = 2; -+ else if (60 <= Channel && Channel <= 64) *pGroup = 3; -+ else if (100 <= Channel && Channel <= 106) *pGroup = 4; -+ else if (108 <= Channel && Channel <= 114) *pGroup = 5; -+ else if (116 <= Channel && Channel <= 122) *pGroup = 6; -+ else if (124 <= Channel && Channel <= 130) *pGroup = 7; -+ else if (132 <= Channel && Channel <= 138) *pGroup = 8; -+ else if (140 <= Channel && Channel <= 144) *pGroup = 9; -+ else if (149 <= Channel && Channel <= 155) *pGroup = 10; -+ else if (157 <= Channel && Channel <= 161) *pGroup = 11; -+ else if (165 <= Channel && Channel <= 171) *pGroup = 12; -+ else if (173 <= Channel && Channel <= 177) *pGroup = 13; -+ else -+ { -+ DBG_871X("==>mpt_GetChnlGroup8812A in 5G, but Channel %d in Group not found \n",Channel); -+ } -+ -+ } -+ //DBG_871X("<==mpt_GetChnlGroup8812A, (%s) Channel = %d, Group =%d,\n", (bIn24G) ? "2.4G" : "5G", Channel, *pGroup); -+ -+ return bIn24G; -+} -+ -+static void -+hal_ReadPowerValueFromPROM8812A( -+ IN PADAPTER Adapter, -+ IN PTxPowerInfo24G pwrInfo24G, -+ IN PTxPowerInfo5G pwrInfo5G, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u32 rfPath, eeAddr=EEPROM_TX_PWR_INX_8812, group,TxCount=0; -+ -+ _rtw_memset(pwrInfo24G, 0, sizeof(TxPowerInfo24G)); -+ _rtw_memset(pwrInfo5G, 0, sizeof(TxPowerInfo5G)); -+ -+ //DBG_871X("hal_ReadPowerValueFromPROM8812A(): PROMContent[0x%x]=0x%x\n", (eeAddr+1), PROMContent[eeAddr+1]); -+ if(0xFF == PROMContent[eeAddr+1]) //YJ,add,120316 -+ AutoLoadFail = _TRUE; -+ -+ if(AutoLoadFail) -+ { -+ DBG_871X("hal_ReadPowerValueFromPROM8812A(): Use Default value!\n"); -+ for(rfPath = 0 ; rfPath < MAX_RF_PATH ; rfPath++) -+ { -+ // 2.4G default value -+ for(group = 0 ; group < MAX_CHNL_GROUP_24G; group++) -+ { -+ pwrInfo24G->IndexCCK_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ pwrInfo24G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ } -+ for(TxCount=0;TxCountBW20_Diff[rfPath][0] = EEPROM_DEFAULT_24G_HT20_DIFF; -+ pwrInfo24G->OFDM_Diff[rfPath][0] = EEPROM_DEFAULT_24G_OFDM_DIFF; -+ } -+ else -+ { -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ } -+ } -+ -+ // 5G default value -+ for(group = 0 ; group < MAX_CHNL_GROUP_5G; group++) -+ { -+ pwrInfo5G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_5G_INDEX; -+ } -+ -+ for(TxCount=0;TxCountOFDM_Diff[rfPath][0] = EEPROM_DEFAULT_5G_OFDM_DIFF; -+ pwrInfo5G->BW20_Diff[rfPath][0] = EEPROM_DEFAULT_5G_HT20_DIFF; -+ pwrInfo5G->BW80_Diff[rfPath][0] = EEPROM_DEFAULT_DIFF; -+ pwrInfo5G->BW160_Diff[rfPath][0] = EEPROM_DEFAULT_DIFF; -+ } -+ else -+ { -+ pwrInfo5G->OFDM_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo5G->BW20_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ pwrInfo5G->BW40_Diff[rfPath][TxCount]= EEPROM_DEFAULT_DIFF; -+ pwrInfo5G->BW80_Diff[rfPath][TxCount]= EEPROM_DEFAULT_DIFF; -+ pwrInfo5G->BW160_Diff[rfPath][TxCount] = EEPROM_DEFAULT_DIFF; -+ -+ } -+ } -+ -+ } -+ -+ //pHalData->bNOPG = _TRUE; -+ return; -+ } -+ -+ pHalData->bTXPowerDataReadFromEEPORM = _TRUE; //YJ,move,120316 -+ -+ for(rfPath = 0 ; rfPath < MAX_RF_PATH ; rfPath++) -+ { -+ // 2.4G default value -+ for(group = 0 ; group < MAX_CHNL_GROUP_24G; group++) -+ { -+ pwrInfo24G->IndexCCK_Base[rfPath][group] = PROMContent[eeAddr++]; -+ if(pwrInfo24G->IndexCCK_Base[rfPath][group] == 0xFF) -+ { -+ pwrInfo24G->IndexCCK_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ //pHalData->bNOPG = _TRUE; -+ } -+ //DBG_871X("8812-2G RF-%d-G-%d CCK-Addr-%x BASE=%x\n", -+ //rfPath, group, eeAddr-1, pwrInfo24G->IndexCCK_Base[rfPath][group]); -+ } -+ for(group = 0 ; group < MAX_CHNL_GROUP_24G-1; group++) -+ { -+ pwrInfo24G->IndexBW40_Base[rfPath][group] = PROMContent[eeAddr++]; -+ if(pwrInfo24G->IndexBW40_Base[rfPath][group] == 0xFF) -+ pwrInfo24G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX; -+ //DBG_871X("8812-2G RF-%d-G-%d BW40-Addr-%x BASE=%x\n", -+ //rfPath, group, eeAddr-1, pwrInfo24G->IndexBW40_Base[rfPath][group]); -+ } -+ for(TxCount=0;TxCountBW40_Diff[rfPath][TxCount] = 0; -+ -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo24G->BW20_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-2G RF-%d-SS-%d BW20-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo24G->BW20_Diff[rfPath][TxCount]);*/ -+ -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo24G->OFDM_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-2G RF-%d-SS-%d LGOD-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo24G->OFDM_Diff[rfPath][TxCount]);*/ -+ -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] = 0; -+ eeAddr++; -+ } else{ -+ -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo24G->BW40_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo24G->BW40_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-2G RF-%d-SS-%d BW40-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo24G->BW40_Diff[rfPath][TxCount]);*/ -+ -+ -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo24G->BW20_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo24G->BW20_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-2G RF-%d-SS-%d BW20-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo24G->BW20_Diff[rfPath][TxCount]);*/ -+ -+ eeAddr++; -+ -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo24G->OFDM_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo24G->OFDM_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-2G RF-%d-SS-%d LGOD-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo24G->OFDM_Diff[rfPath][TxCount]);*/ -+ -+ -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo24G->CCK_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo24G->CCK_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-2G RF-%d-SS-%d CCK-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo24G->CCK_Diff[rfPath][TxCount]);*/ -+ -+ eeAddr++; -+ } -+ } -+ -+ //5G default value -+ for(group = 0 ; group < MAX_CHNL_GROUP_5G; group++) -+ { -+ pwrInfo5G->IndexBW40_Base[rfPath][group] = PROMContent[eeAddr++]; -+ if(pwrInfo5G->IndexBW40_Base[rfPath][group] == 0xFF) -+ pwrInfo5G->IndexBW40_Base[rfPath][group] = EEPROM_DEFAULT_DIFF; -+ -+ //DBG_871X("8812-5G RF-%d-G-%d BW40-Addr-%x BASE=%x\n", -+ // rfPath, TxCount, eeAddr-1, pwrInfo5G->IndexBW40_Base[rfPath][group]); -+ } -+ -+ for(TxCount=0;TxCountBW40_Diff[rfPath][TxCount]= 0; -+ -+ pwrInfo5G->BW20_Diff[rfPath][0] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo5G->BW20_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo5G->BW20_Diff[rfPath][TxCount] |= 0xF0; -+ /*DBG_871X("8812-5G RF-%d-SS-%d BW20-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo5G->BW20_Diff[rfPath][TxCount]);*/ -+ -+ -+ pwrInfo5G->OFDM_Diff[rfPath][0] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo5G->OFDM_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo5G->OFDM_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-5G RF-%d-SS-%d LGOD-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo5G->OFDM_Diff[rfPath][TxCount]);*/ -+ -+ eeAddr++; -+ } -+ else -+ { -+ pwrInfo5G->BW40_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo5G->BW40_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo5G->BW40_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-5G RF-%d-SS-%d BW40-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo5G->BW40_Diff[rfPath][TxCount]);*/ -+ -+ pwrInfo5G->BW20_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo5G->BW20_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo5G->BW20_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-5G RF-%d-SS-%d BW20-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo5G->BW20_Diff[rfPath][TxCount]);*/ -+ -+ eeAddr++; -+ } -+ } -+ -+ -+ pwrInfo5G->OFDM_Diff[rfPath][1] = (PROMContent[eeAddr]&0xf0)>>4; -+ pwrInfo5G->OFDM_Diff[rfPath][2] = (PROMContent[eeAddr]&0x0f); -+ -+ /*DBG_871X("8812-5G RF-%d-SS-%d LGOD-Addr-%x DIFF=%d\n", -+ rfPath, 2, eeAddr, pwrInfo5G->OFDM_Diff[rfPath][2]);*/ -+ eeAddr++; -+ -+ -+ pwrInfo5G->OFDM_Diff[rfPath][3] = (PROMContent[eeAddr]&0x0f); -+ -+ /*DBG_871X("8812-5G RF-%d-SS-%d LGOD-Addr-%x DIFF=%d\n", -+ rfPath, 3, eeAddr, pwrInfo5G->OFDM_Diff[rfPath][3]);*/ -+ eeAddr++; -+ -+ for(TxCount=1;TxCountOFDM_Diff[rfPath][TxCount] & BIT3) //4bit sign number to 8 bit sign number -+ pwrInfo5G->OFDM_Diff[rfPath][TxCount] |= 0xF0; -+ -+ //DBG_871X("8812-5G RF-%d-SS-%d LGOD-Addr-%x DIFF=%d\n", -+ //rfPath, TxCount, eeAddr, pwrInfo5G->OFDM_Diff[rfPath][TxCount]); -+ } -+ -+ for(TxCount=0;TxCountBW80_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0xf0)>>4; -+ if (pwrInfo5G->BW80_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo5G->BW80_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-5G RF-%d-SS-%d BW80-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo5G->BW80_Diff[rfPath][TxCount]);*/ -+ -+ pwrInfo5G->BW160_Diff[rfPath][TxCount] = (PROMContent[eeAddr]&0x0f); -+ if (pwrInfo5G->BW160_Diff[rfPath][TxCount] & BIT3) /*4bit sign number to 8 bit sign number*/ -+ pwrInfo5G->BW160_Diff[rfPath][TxCount] |= 0xF0; -+ -+ /*DBG_871X("8812-5G RF-%d-SS-%d BW160-Addr-%x DIFF=%d\n", -+ rfPath, TxCount, eeAddr, pwrInfo5G->BW160_Diff[rfPath][TxCount]);*/ -+ eeAddr++; -+ } -+ } -+ -+} -+ -+VOID -+Hal_EfuseParseBTCoexistInfo8812A( -+ IN PADAPTER Adapter, -+ IN u8 *hwinfo, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 tmp_u8; -+ u32 tmp_u32; -+ -+ if (IS_HARDWARE_TYPE_8812(Adapter)) { -+ -+ pHalData->EEPROMBluetoothType = BT_RTL8812A; -+ -+ if (!AutoLoadFail) { -+ tmp_u8 = hwinfo[EEPROM_RF_BOARD_OPTION_8812]; -+ if( ((tmp_u8 & 0xe0)>>5) == 0x1)// [7:5] -+ pHalData->EEPROMBluetoothCoexist = _TRUE; -+ else -+ pHalData->EEPROMBluetoothCoexist = _FALSE; -+ -+ tmp_u8 = hwinfo[EEPROM_RF_BT_SETTING_8812]; -+ pHalData->EEPROMBluetoothAntNum = (tmp_u8&0x1); // bit [0] -+ } else { -+ pHalData->EEPROMBluetoothCoexist = _FALSE; -+ pHalData->EEPROMBluetoothAntNum = Ant_x1; -+ } -+ } else if (IS_HARDWARE_TYPE_8821(Adapter)){ -+ -+ pHalData->EEPROMBluetoothType = BT_RTL8821; -+ -+ if (!AutoLoadFail) { -+ tmp_u32 = rtw_read32(Adapter, REG_MULTI_FUNC_CTRL); -+ if(tmp_u32 & BT_FUNC_EN) -+ pHalData->EEPROMBluetoothCoexist = _TRUE; -+ else -+ pHalData->EEPROMBluetoothCoexist = _FALSE; -+ -+ tmp_u8 = hwinfo[EEPROM_RF_BT_SETTING_8821]; -+ pHalData->EEPROMBluetoothAntNum = (tmp_u8&0x1); // bit [0] -+ } else { -+ pHalData->EEPROMBluetoothCoexist = _FALSE; -+ pHalData->EEPROMBluetoothAntNum = Ant_x2; -+ } -+ -+ #ifdef CONFIG_BTCOEX_FORCE_CSR -+ pHalData->EEPROMBluetoothType = BT_CSR_BC8; -+ pHalData->EEPROMBluetoothCoexist = _TRUE; -+ pHalData->EEPROMBluetoothAntNum = Ant_x2; -+ #endif -+ } else { -+ rtw_warn_on(1); -+ } -+ -+#ifdef CONFIG_BT_COEXIST -+ if(_TRUE == pHalData->EEPROMBluetoothCoexist && IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if ( !hal_btcoex_AntIsolationConfig_ParaFile (Adapter , RTL8812_WIFI_ANT_ISOLATION)) { -+#endif -+ -+ DBG_871X("%s : %s file read fail\n", __func__, RTL8812_WIFI_ANT_ISOLATION); -+ pHalData->EEPROMBluetoothCoexist = _TRUE; -+ hal_btcoex_SetAntIsolationType(Adapter, 0); -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ } -+#endif -+ } -+ rtw_btcoex_SetBTCoexist(Adapter, pHalData->EEPROMBluetoothCoexist); -+ rtw_btcoex_SetChipType(Adapter, pHalData->EEPROMBluetoothType); -+ rtw_btcoex_SetPGAntNum(Adapter, pHalData->EEPROMBluetoothAntNum==Ant_x2?2:1); -+ DBG_871X("%s: BTCoexist=%s, AntNum=%d\n", __func__, pHalData->EEPROMBluetoothCoexist == _TRUE?"Enable":"Disable" -+ ,pHalData->EEPROMBluetoothAntNum==Ant_x2?2:1); -+#endif /* CONFIG_BT_COEXIST */ -+} -+ -+void -+Hal_EfuseParseIDCode8812A( -+ IN PADAPTER padapter, -+ IN u8 *hwinfo -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ u16 EEPROMId; -+ -+ -+ // Checl 0x8129 again for making sure autoload status!! -+ EEPROMId = EF2Byte(*((u16*)&hwinfo[0])); -+ if (EEPROMId != RTL_EEPROM_ID) -+ { -+ DBG_8192C("EEPROM ID(%#x) is invalid!!\n", EEPROMId); -+ pHalData->bautoload_fail_flag = _TRUE; -+ } -+ else -+ { -+ pHalData->bautoload_fail_flag = _FALSE; -+ } -+ -+ DBG_8192C("EEPROM ID=0x%04x\n", EEPROMId); -+} -+ -+VOID -+Hal_ReadPROMVersion8812A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(AutoloadFail){ -+ pHalData->EEPROMVersion = EEPROM_Default_Version; -+ } -+ else{ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ pHalData->EEPROMVersion = *(u8 *)&PROMContent[EEPROM_VERSION_8812]; -+ else -+ pHalData->EEPROMVersion = *(u8 *)&PROMContent[EEPROM_VERSION_8821]; -+ if(pHalData->EEPROMVersion == 0xFF) -+ pHalData->EEPROMVersion = EEPROM_Default_Version; -+ } -+ //DBG_871X("pHalData->EEPROMVersion is 0x%x\n", pHalData->EEPROMVersion); -+} -+ -+void -+Hal_ReadTxPowerInfo8812A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ TxPowerInfo24G pwrInfo24G; -+ TxPowerInfo5G pwrInfo5G; -+ u8 rfPath, ch, group, TxCount; -+ -+ hal_ReadPowerValueFromPROM8812A(Adapter, &pwrInfo24G,&pwrInfo5G, PROMContent, AutoLoadFail); -+ -+ //if(!AutoLoadFail) -+ // pHalData->bTXPowerDataReadFromEEPORM = _TRUE; -+ -+ for(rfPath = 0 ; rfPath < MAX_RF_PATH ; rfPath++) -+ { -+ for (ch = 0 ; ch < CENTER_CH_2G_NUM ; ch++) { -+ Hal_GetChnlGroup8812A(ch+1, &group); -+ -+ if(ch == 14-1) -+ { -+ pHalData->Index24G_CCK_Base[rfPath][ch] = pwrInfo24G.IndexCCK_Base[rfPath][5]; -+ pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][group]; -+ } -+ else -+ { -+ pHalData->Index24G_CCK_Base[rfPath][ch] = pwrInfo24G.IndexCCK_Base[rfPath][group]; -+ pHalData->Index24G_BW40_Base[rfPath][ch] = pwrInfo24G.IndexBW40_Base[rfPath][group]; -+ } -+ //DBG_871X("======= Path %d, ChannelIndex %d, Group %d=======\n",rfPath,ch, group); -+ //DBG_871X("Index24G_CCK_Base[%d][%d] = 0x%x\n",rfPath,ch ,pHalData->Index24G_CCK_Base[rfPath][ch]); -+ //DBG_871X("Index24G_BW40_Base[%d][%d] = 0x%x\n",rfPath,ch,pHalData->Index24G_BW40_Base[rfPath][ch]); -+ } -+ -+ for (ch = 0 ; ch < CENTER_CH_5G_ALL_NUM; ch++) { -+ Hal_GetChnlGroup8812A(center_ch_5g_all[ch], &group); -+ -+ pHalData->Index5G_BW40_Base[rfPath][ch] = pwrInfo5G.IndexBW40_Base[rfPath][group]; -+ //DBG_871X("======= Path %d, ChannelIndex %d, Group %d=======\n",rfPath,ch, group); -+ //DBG_871X("Index5G_BW40_Base[%d][%d] = 0x%x\n",rfPath,ch,pHalData->Index5G_BW40_Base[rfPath][ch]); -+ } -+ for (ch = 0 ; ch < CENTER_CH_5G_80M_NUM; ch++) { -+ u8 upper, lower; -+ -+ Hal_GetChnlGroup8812A(center_ch_5g_80m[ch], &group); -+ upper = pwrInfo5G.IndexBW40_Base[rfPath][group]; -+ lower = pwrInfo5G.IndexBW40_Base[rfPath][group+1]; -+ -+ pHalData->Index5G_BW80_Base[rfPath][ch] = (upper + lower) / 2; -+ -+ //DBG_871X("======= Path %d, ChannelIndex %d, Group %d=======\n",rfPath,ch, group); -+ //DBG_871X("Index5G_BW80_Base[%d][%d] = 0x%x\n",rfPath,ch,pHalData->Index5G_BW80_Base[rfPath][ch]); -+ } -+ -+ for(TxCount=0;TxCountCCK_24G_Diff[rfPath][TxCount]=pwrInfo24G.CCK_Diff[rfPath][TxCount]; -+ pHalData->OFDM_24G_Diff[rfPath][TxCount]=pwrInfo24G.OFDM_Diff[rfPath][TxCount]; -+ pHalData->BW20_24G_Diff[rfPath][TxCount]=pwrInfo24G.BW20_Diff[rfPath][TxCount]; -+ pHalData->BW40_24G_Diff[rfPath][TxCount]=pwrInfo24G.BW40_Diff[rfPath][TxCount]; -+ -+ pHalData->OFDM_5G_Diff[rfPath][TxCount]=pwrInfo5G.OFDM_Diff[rfPath][TxCount]; -+ pHalData->BW20_5G_Diff[rfPath][TxCount]=pwrInfo5G.BW20_Diff[rfPath][TxCount]; -+ pHalData->BW40_5G_Diff[rfPath][TxCount]=pwrInfo5G.BW40_Diff[rfPath][TxCount]; -+ pHalData->BW80_5G_Diff[rfPath][TxCount]=pwrInfo5G.BW80_Diff[rfPath][TxCount]; -+//#if DBG -+#if 0 -+ DBG_871X("--------------------------------------- 2.4G ---------------------------------------\n"); -+ DBG_871X("CCK_24G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->CCK_24G_Diff[rfPath][TxCount]); -+ DBG_871X("OFDM_24G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->OFDM_24G_Diff[rfPath][TxCount]); -+ DBG_871X("BW20_24G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->BW20_24G_Diff[rfPath][TxCount]); -+ DBG_871X("BW40_24G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->BW40_24G_Diff[rfPath][TxCount]); -+ DBG_871X("---------------------------------------- 5G ----------------------------------------\n"); -+ DBG_871X("OFDM_5G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->OFDM_5G_Diff[rfPath][TxCount]); -+ DBG_871X("BW20_5G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->BW20_5G_Diff[rfPath][TxCount]); -+ DBG_871X("BW40_5G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->BW40_5G_Diff[rfPath][TxCount]); -+ DBG_871X("BW80_5G_Diff[%d][%d]= %d\n",rfPath,TxCount,pHalData->BW80_5G_Diff[rfPath][TxCount]); -+#endif -+ } -+ } -+ -+ -+ // 2010/10/19 MH Add Regulator recognize for CU. -+ if(!AutoLoadFail) -+ { -+ struct registry_priv *registry_par = &Adapter->registrypriv; -+ -+ -+ if(PROMContent[EEPROM_RF_BOARD_OPTION_8812] == 0xFF) -+ pHalData->EEPROMRegulatory = (EEPROM_DEFAULT_BOARD_OPTION&0x7); //bit0~2 -+ else -+ pHalData->EEPROMRegulatory = (PROMContent[EEPROM_RF_BOARD_OPTION_8812]&0x7); //bit0~2 -+ -+ } -+ else -+ { -+ pHalData->EEPROMRegulatory = 0; -+ } -+ DBG_871X("EEPROMRegulatory = 0x%x \n", pHalData->EEPROMRegulatory); -+ -+} -+ -+VOID -+Hal_ReadBoardType8812A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(!AutoloadFail) -+ { -+ pHalData->InterfaceSel = (PROMContent[EEPROM_RF_BOARD_OPTION_8812]&0xE0)>>5; -+ if(PROMContent[EEPROM_RF_BOARD_OPTION_8812] == 0xFF) -+ pHalData->InterfaceSel = (EEPROM_DEFAULT_BOARD_OPTION&0xE0)>>5; -+ } -+ else -+ { -+ pHalData->InterfaceSel = 0; -+ } -+ DBG_871X("Board Type: 0x%2x\n", pHalData->InterfaceSel); -+ -+} -+ -+VOID -+Hal_ReadThermalMeter_8812A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ //u8 tempval; -+ -+ // -+ // ThermalMeter from EEPROM -+ // -+ if(!AutoloadFail) -+ pHalData->EEPROMThermalMeter = PROMContent[EEPROM_THERMAL_METER_8812]; -+ else -+ pHalData->EEPROMThermalMeter = EEPROM_Default_ThermalMeter_8812; -+ //pHalData->EEPROMThermalMeter = (tempval&0x1f); //[4:0] -+ -+ if(pHalData->EEPROMThermalMeter == 0xff || AutoloadFail) -+ { -+ pHalData->odmpriv.RFCalibrateInfo.bAPKThermalMeterIgnore = _TRUE; -+ pHalData->EEPROMThermalMeter = 0xFF; -+ } -+ -+ //pHalData->ThermalMeter[0] = pHalData->EEPROMThermalMeter; -+ DBG_871X("ThermalMeter = 0x%x\n", pHalData->EEPROMThermalMeter); -+} -+ -+void Hal_ReadRemoteWakeup_8812A( -+ PADAPTER padapter, -+ IN u8* hwinfo, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ u8 tmpvalue; -+ -+ if(AutoLoadFail){ -+ pwrctl->bHWPowerdown = _FALSE; -+ pwrctl->bSupportRemoteWakeup = _FALSE; -+ } -+ else -+ { -+ // decide hw if support remote wakeup function -+ // if hw supported, 8051 (SIE) will generate WeakUP signal( D+/D- toggle) when autoresume -+#ifdef CONFIG_USB_HCI -+ if(IS_HARDWARE_TYPE_8821U(padapter)) -+ pwrctl->bSupportRemoteWakeup = (hwinfo[EEPROM_USB_OPTIONAL_FUNCTION0_8811AU] & BIT1)?_TRUE :_FALSE; -+ else -+ pwrctl->bSupportRemoteWakeup = (hwinfo[EEPROM_USB_OPTIONAL_FUNCTION0] & BIT1)?_TRUE :_FALSE; -+#endif //CONFIG_USB_HCI -+ -+ DBG_871X("%s...bSupportRemoteWakeup(%x)\n",__FUNCTION__, pwrctl->bSupportRemoteWakeup); -+ } -+} -+ -+VOID -+Hal_ReadChannelPlan8812A( -+ IN PADAPTER padapter, -+ IN u8* hwinfo, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ padapter->mlmepriv.ChannelPlan = hal_com_config_channel_plan( -+ padapter -+ , hwinfo?hwinfo[EEPROM_ChannelPlan_8812]:0xFF -+ , padapter->registrypriv.channel_plan -+ , RTW_CHPLAN_REALTEK_DEFINE -+ , AutoLoadFail -+ ); -+ -+ DBG_871X("mlmepriv.ChannelPlan = 0x%02x\n", padapter->mlmepriv.ChannelPlan); -+} -+ -+VOID -+Hal_EfuseParseXtal_8812A( -+ IN PADAPTER pAdapter, -+ IN u8* hwinfo, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ if(!AutoLoadFail) -+ { -+ pHalData->CrystalCap = hwinfo[EEPROM_XTAL_8812]; -+ if(pHalData->CrystalCap == 0xFF) -+ pHalData->CrystalCap = EEPROM_Default_CrystalCap_8812; //what value should 8812 set? -+ } -+ else -+ { -+ pHalData->CrystalCap = EEPROM_Default_CrystalCap_8812; -+ } -+ DBG_871X("CrystalCap: 0x%2x\n", pHalData->CrystalCap); -+} -+ -+VOID -+Hal_ReadAntennaDiversity8812A( -+ IN PADAPTER pAdapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ struct registry_priv *registry_par = &pAdapter->registrypriv; -+ -+ if(!AutoLoadFail) -+ { -+ // Antenna Diversity setting. -+ if(registry_par->antdiv_cfg == 2) -+ { -+ pHalData->AntDivCfg = (PROMContent[EEPROM_RF_BOARD_OPTION_8812]&0x18)>>3; -+ if(PROMContent[EEPROM_RF_BOARD_OPTION_8812] == 0xFF) -+ pHalData->AntDivCfg = (EEPROM_DEFAULT_BOARD_OPTION&0x18)>>3;; -+ } -+ else -+ { -+ pHalData->AntDivCfg = registry_par->antdiv_cfg; -+ } -+ -+#ifdef CONFIG_BT_COEXIST -+ if(hal_btcoex_1Ant(pAdapter)) -+ pHalData->AntDivCfg = 0; -+#endif -+ -+ pHalData->TRxAntDivType = PROMContent[EEPROM_RF_ANTENNA_OPT_8812]; //todo by page -+ if (pHalData->TRxAntDivType == 0xFF) -+ pHalData->TRxAntDivType = FIXED_HW_ANTDIV; // For 88EE, 1Tx and 1RxCG are fixed.(1Ant, Tx and RxCG are both on aux port) -+ } -+ else -+ { -+ pHalData->AntDivCfg = 0; -+ } -+ -+ DBG_871X("SWAS: bHwAntDiv = %x, TRxAntDivType = %x\n", pHalData->AntDivCfg, pHalData->TRxAntDivType); -+} -+ -+VOID -+Hal_ReadAntennaDiversity8821A( -+ IN PADAPTER pAdapter, -+ IN u8 *PROMContent, -+ IN BOOLEAN AutoLoadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ struct registry_priv *registry_par = &pAdapter->registrypriv; -+ -+ if(!AutoLoadFail) -+ { -+ // Antenna Diversity setting. -+ if(registry_par->antdiv_cfg == 2) -+ pHalData->AntDivCfg = (PROMContent[EEPROM_RF_BOARD_OPTION_8812]& BIT3)?_TRUE:_FALSE; -+ else -+ pHalData->AntDivCfg = registry_par->antdiv_cfg; -+ -+#ifdef CONFIG_BT_COEXIST -+ if(hal_btcoex_1Ant(pAdapter)) -+ pHalData->AntDivCfg = 0; -+#endif -+ -+ //pHalData->TRxAntDivType = FIXED_HW_ANTDIV; // For 88EE, 1Tx and 1RxCG are fixed.(1Ant, Tx and RxCG are both on aux port) -+ pHalData->TRxAntDivType = CG_TRX_HW_ANTDIV; //DPDT -+ -+ //3 TODO -+ pHalData->AntDivCfg = 0; -+ } -+ else -+ { -+ pHalData->AntDivCfg = 0; -+ } -+ -+ DBG_871X("SWAS: bHwAntDiv = %x, TRxAntDivType = %x\n", pHalData->AntDivCfg, pHalData->TRxAntDivType); -+} -+ -+VOID -+hal_ReadPAType_8812A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if( ! AutoloadFail ) -+ { -+ if (GetRegAmplifierType2G(Adapter) == 0) // AUTO -+ { -+ pHalData->PAType_2G = EF1Byte( *(u8 *)&PROMContent[EEPROM_PA_TYPE_8812AU] ); -+ pHalData->LNAType_2G = EF1Byte( *(u8 *)&PROMContent[EEPROM_LNA_TYPE_2G_8812AU] ); -+ if (pHalData->PAType_2G == 0xFF) -+ pHalData->PAType_2G = 0; -+ if(pHalData->LNAType_2G == 0xFF) -+ pHalData->LNAType_2G = 0; -+ -+ pHalData->ExternalPA_2G = ((pHalData->PAType_2G & BIT5) && (pHalData->PAType_2G & BIT4)) ? 1 : 0; -+ pHalData->ExternalLNA_2G = ((pHalData->LNAType_2G & BIT7) && (pHalData->LNAType_2G & BIT3)) ? 1 : 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_PA) ? 1 : 0; -+ pHalData->ExternalLNA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_LNA) ? 1 : 0; -+ } -+ -+ if (GetRegAmplifierType5G(Adapter) == 0) // AUTO -+ { -+ pHalData->PAType_5G = EF1Byte( *(u8 *)&PROMContent[EEPROM_PA_TYPE_8812AU] ); -+ pHalData->LNAType_5G = EF1Byte( *(u8 *)&PROMContent[EEPROM_LNA_TYPE_5G_8812AU] ); -+ if (pHalData->PAType_5G == 0xFF) -+ pHalData->PAType_5G = 0; -+ if (pHalData->LNAType_5G == 0xFF) -+ pHalData->LNAType_5G = 0; -+ -+ pHalData->ExternalPA_5G = ((pHalData->PAType_5G & BIT1) && (pHalData->PAType_5G & BIT0)) ? 1 : 0; -+ pHalData->ExternalLNA_5G = ((pHalData->LNAType_5G & BIT7) && (pHalData->LNAType_5G & BIT3)) ? 1 : 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_PA_5G) ? 1 : 0; -+ pHalData->ExternalLNA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_LNA_5G) ? 1 : 0; -+ } -+ } -+ else -+ { -+ pHalData->ExternalPA_2G = EEPROM_Default_PAType; -+ pHalData->ExternalPA_5G = 0xFF; -+ pHalData->ExternalLNA_2G = EEPROM_Default_LNAType; -+ pHalData->ExternalLNA_5G = 0xFF; -+ -+ if (GetRegAmplifierType2G(Adapter) == 0) // AUTO -+ { -+ pHalData->ExternalPA_2G = 0; -+ pHalData->ExternalLNA_2G = 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_PA) ? 1 : 0; -+ pHalData->ExternalLNA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_LNA) ? 1 : 0; -+ } -+ if (GetRegAmplifierType5G(Adapter) == 0) // AUTO -+ { -+ pHalData->ExternalPA_5G = 0; -+ pHalData->ExternalLNA_5G = 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_PA_5G) ? 1 : 0; -+ pHalData->ExternalLNA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_LNA_5G) ? 1 : 0; -+ } -+ } -+ DBG_871X("pHalData->PAType_2G is 0x%x, pHalData->ExternalPA_2G = %d\n", pHalData->PAType_2G, pHalData->ExternalPA_2G); -+ DBG_871X("pHalData->PAType_5G is 0x%x, pHalData->ExternalPA_5G = %d\n", pHalData->PAType_5G, pHalData->ExternalPA_5G); -+ DBG_871X("pHalData->LNAType_2G is 0x%x, pHalData->ExternalLNA_2G = %d\n", pHalData->LNAType_2G, pHalData->ExternalLNA_2G); -+ DBG_871X("pHalData->LNAType_5G is 0x%x, pHalData->ExternalLNA_5G = %d\n", pHalData->LNAType_5G, pHalData->ExternalLNA_5G); -+} -+ -+VOID -+Hal_ReadAmplifierType_8812A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ u8 extTypePA_2G_A = (PROMContent[0xBD] & BIT2) >> 2; // 0xBD[2] -+ u8 extTypePA_2G_B = (PROMContent[0xBD] & BIT6) >> 6; // 0xBD[6] -+ u8 extTypePA_5G_A = (PROMContent[0xBF] & BIT2) >> 2; // 0xBF[2] -+ u8 extTypePA_5G_B = (PROMContent[0xBF] & BIT6) >> 6; // 0xBF[6] -+ u8 extTypeLNA_2G_A = (PROMContent[0xBD] & (BIT1|BIT0)) >> 0; // 0xBD[1:0] -+ u8 extTypeLNA_2G_B = (PROMContent[0xBD] & (BIT5|BIT4)) >> 4; // 0xBD[5:4] -+ u8 extTypeLNA_5G_A = (PROMContent[0xBF] & (BIT1|BIT0)) >> 0; // 0xBF[1:0] -+ u8 extTypeLNA_5G_B = (PROMContent[0xBF] & (BIT5|BIT4)) >> 4; // 0xBF[5:4] -+ -+ hal_ReadPAType_8812A(Adapter, PROMContent, AutoloadFail); -+ -+ if ((pHalData->PAType_2G & (BIT5|BIT4)) == (BIT5|BIT4)) // [2.4G] Path A and B are both extPA -+ pHalData->TypeGPA = extTypePA_2G_B << 2 | extTypePA_2G_A; -+ -+ if ((pHalData->PAType_5G & (BIT1|BIT0)) == (BIT1|BIT0)) // [5G] Path A and B are both extPA -+ pHalData->TypeAPA = extTypePA_5G_B << 2 | extTypePA_5G_A; -+ -+ if ((pHalData->LNAType_2G & (BIT7|BIT3)) == (BIT7|BIT3)) // [2.4G] Path A and B are both extLNA -+ pHalData->TypeGLNA = extTypeLNA_2G_B << 2 | extTypeLNA_2G_A; -+ -+ if ((pHalData->LNAType_5G & (BIT7|BIT3)) == (BIT7|BIT3)) // [5G] Path A and B are both extLNA -+ pHalData->TypeALNA = extTypeLNA_5G_B << 2 | extTypeLNA_5G_A; -+ -+ DBG_871X("pHalData->TypeGPA = 0x%X\n", pHalData->TypeGPA); -+ DBG_871X("pHalData->TypeAPA = 0x%X\n", pHalData->TypeAPA); -+ DBG_871X("pHalData->TypeGLNA = 0x%X\n", pHalData->TypeGLNA); -+ DBG_871X("pHalData->TypeALNA = 0x%X\n", pHalData->TypeALNA); -+} -+ -+VOID -+Hal_ReadPAType_8821A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if( ! AutoloadFail ) -+ { -+ if (GetRegAmplifierType2G(Adapter) == 0) // AUTO -+ { -+ pHalData->PAType_2G = EF1Byte( *(u8 *)&PROMContent[EEPROM_PA_TYPE_8812AU] ); -+ pHalData->LNAType_2G = EF1Byte( *(u8 *)&PROMContent[EEPROM_LNA_TYPE_2G_8812AU] ); -+ if(pHalData->PAType_2G == 0xFF ) -+ pHalData->PAType_2G = 0; -+ if(pHalData->LNAType_2G == 0xFF) -+ pHalData->LNAType_2G = 0; -+ -+ pHalData->ExternalPA_2G = (pHalData->PAType_2G & BIT4) ? 1 : 0; -+ pHalData->ExternalLNA_2G = (pHalData->LNAType_2G & BIT3) ? 1 : 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_PA) ? 1 : 0; -+ pHalData->ExternalLNA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_LNA) ? 1 : 0; -+ } -+ -+ if (GetRegAmplifierType5G(Adapter) == 0) // AUTO -+ { -+ pHalData->PAType_5G = EF1Byte( *(u8 *)&PROMContent[EEPROM_PA_TYPE_8812AU] ); -+ pHalData->LNAType_5G = EF1Byte( *(u8 *)&PROMContent[EEPROM_LNA_TYPE_5G_8812AU] ); -+ if (pHalData->PAType_5G == 0xFF) -+ pHalData->PAType_5G = 0; -+ if (pHalData->LNAType_5G == 0xFF) -+ pHalData->LNAType_5G = 0; -+ -+ pHalData->ExternalPA_5G = (pHalData->PAType_5G & BIT0) ? 1 : 0; -+ pHalData->ExternalLNA_5G = (pHalData->LNAType_5G & BIT3) ? 1 : 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_PA_5G) ? 1 : 0; -+ pHalData->ExternalLNA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_LNA_5G) ? 1 : 0; -+ } -+ } -+ else -+ { -+ pHalData->ExternalPA_2G = EEPROM_Default_PAType; -+ pHalData->ExternalPA_5G = 0xFF; -+ pHalData->ExternalLNA_2G = EEPROM_Default_LNAType; -+ pHalData->ExternalLNA_5G = 0xFF; -+ -+ if (GetRegAmplifierType2G(Adapter) == 0) // AUTO -+ { -+ pHalData->ExternalPA_2G = 0; -+ pHalData->ExternalLNA_2G = 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_PA) ? 1 : 0; -+ pHalData->ExternalLNA_2G = (GetRegAmplifierType2G(Adapter)&ODM_BOARD_EXT_LNA) ? 1 : 0; -+ } -+ if (GetRegAmplifierType5G(Adapter) == 0) // AUTO -+ { -+ pHalData->ExternalPA_5G = 0; -+ pHalData->ExternalLNA_5G = 0; -+ } -+ else -+ { -+ pHalData->ExternalPA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_PA_5G) ? 1 : 0; -+ pHalData->ExternalLNA_5G = (GetRegAmplifierType5G(Adapter)&ODM_BOARD_EXT_LNA_5G) ? 1 : 0; -+ } -+ } -+ DBG_871X("pHalData->PAType_2G is 0x%x, pHalData->ExternalPA_2G = %d\n", pHalData->PAType_2G, pHalData->ExternalPA_2G); -+ DBG_871X("pHalData->PAType_5G is 0x%x, pHalData->ExternalPA_5G = %d\n", pHalData->PAType_5G, pHalData->ExternalPA_5G); -+ DBG_871X("pHalData->LNAType_2G is 0x%x, pHalData->ExternalLNA_2G = %d\n", pHalData->LNAType_2G, pHalData->ExternalLNA_2G); -+ DBG_871X("pHalData->LNAType_5G is 0x%x, pHalData->ExternalLNA_5G = %d\n", pHalData->LNAType_5G, pHalData->ExternalLNA_5G); -+} -+ -+VOID -+Hal_ReadRFEType_8812A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(!AutoloadFail) -+ { -+ if(( GetRegRFEType(Adapter) != 64)|| 0xFF == PROMContent[EEPROM_RFE_OPTION_8812]) -+ { -+ if(GetRegRFEType(Adapter) != 64) -+ pHalData->RFEType = GetRegRFEType(Adapter); -+ else -+ { -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ pHalData->RFEType = 0; -+ else if (IS_HARDWARE_TYPE_8812E(Adapter)) -+ pHalData->RFEType = 2; -+ else -+ pHalData->RFEType = EEPROM_DEFAULT_RFE_OPTION; -+ } -+ -+ } -+ else if(PROMContent[EEPROM_RFE_OPTION_8812] & BIT7) -+ { -+ if(pHalData->ExternalLNA_5G) -+ { -+ if(pHalData->ExternalPA_5G) -+ { -+ if(pHalData->ExternalLNA_2G && pHalData->ExternalPA_2G ) -+ pHalData->RFEType = 3; -+ else -+ pHalData->RFEType = 0; -+ } -+ else -+ pHalData->RFEType = 2; -+ } -+ else -+ pHalData->RFEType = 4; -+ } -+ else -+ { -+ pHalData->RFEType = PROMContent[EEPROM_RFE_OPTION_8812]&0x3F; -+ -+ // 2013/03/19 MH Due to othe customer already use incorrect EFUSE map -+ // to for their product. We need to add workaround to prevent to modify -+ // spec and notify all customer to revise the IC 0xca content. After -+ // discussing with Willis an YN, revise driver code to prevent. -+ if (pHalData->RFEType == 4 && -+ (pHalData->ExternalPA_5G == _TRUE || pHalData->ExternalPA_2G == _TRUE || -+ pHalData->ExternalLNA_5G == _TRUE || pHalData->ExternalLNA_2G == _TRUE)) -+ { -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ pHalData->RFEType = 0; -+ else if (IS_HARDWARE_TYPE_8812E(Adapter)) -+ pHalData->RFEType = 2; -+ } -+ } -+ } -+ else -+ { -+ if(GetRegRFEType(Adapter) != 64) -+ pHalData->RFEType = GetRegRFEType(Adapter); -+ else -+ { -+ if (IS_HARDWARE_TYPE_8812AU(Adapter)) -+ pHalData->RFEType = 0; -+ else if (IS_HARDWARE_TYPE_8812E(Adapter)) -+ pHalData->RFEType = 2; -+ else -+ pHalData->RFEType = EEPROM_DEFAULT_RFE_OPTION; -+ } -+ } -+ -+ DBG_871X("RFE Type: 0x%2x\n", pHalData->RFEType); -+} -+ -+void Hal_EfuseParseKFreeData_8821A( -+ IN PADAPTER Adapter, -+ IN u8 *PROMContent, -+ IN BOOLEAN AutoloadFail) -+{ -+#ifdef CONFIG_RF_GAIN_OFFSET -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct kfree_data_t *kfree_data = &pHalData->kfree_data; -+ -+ if ((Adapter->registrypriv.RegRfKFreeEnable == 1) || !AutoloadFail) { -+ kfree_data->bb_gain[BB_GAIN_2G][RF_PATH_A] -+ = KFREE_BB_GAIN_2G_TX_OFFSET(EFUSE_Read1Byte(Adapter, PPG_BB_GAIN_2G_TXA_OFFSET_8821A) & PPG_BB_GAIN_2G_TX_OFFSET_MASK); -+ kfree_data->bb_gain[BB_GAIN_5GLB1][RF_PATH_A] -+ = KFREE_BB_GAIN_5G_TX_OFFSET(EFUSE_Read1Byte(Adapter, PPG_BB_GAIN_5GLB1_TXA_OFFSET_8821A) & PPG_BB_GAIN_5G_TX_OFFSET_MASK); -+ kfree_data->bb_gain[BB_GAIN_5GLB2][RF_PATH_A] -+ = KFREE_BB_GAIN_5G_TX_OFFSET(EFUSE_Read1Byte(Adapter, PPG_BB_GAIN_5GLB2_TXA_OFFSET_8821A) & PPG_BB_GAIN_5G_TX_OFFSET_MASK); -+ kfree_data->bb_gain[BB_GAIN_5GMB1][RF_PATH_A] -+ = KFREE_BB_GAIN_5G_TX_OFFSET(EFUSE_Read1Byte(Adapter, PPG_BB_GAIN_5GMB1_TXA_OFFSET_8821A) & PPG_BB_GAIN_5G_TX_OFFSET_MASK); -+ kfree_data->bb_gain[BB_GAIN_5GMB2][RF_PATH_A] -+ = KFREE_BB_GAIN_5G_TX_OFFSET(EFUSE_Read1Byte(Adapter, PPG_BB_GAIN_5GMB2_TXA_OFFSET_8821A) & PPG_BB_GAIN_5G_TX_OFFSET_MASK); -+ kfree_data->bb_gain[BB_GAIN_5GHB][RF_PATH_A] -+ = KFREE_BB_GAIN_5G_TX_OFFSET(EFUSE_Read1Byte(Adapter, PPG_BB_GAIN_5GHB_TXA_OFFSET_8821A) & PPG_BB_GAIN_5G_TX_OFFSET_MASK); -+ kfree_data->thermal -+ = KFREE_THERMAL_OFFSET(EFUSE_Read1Byte(Adapter, PPG_THERMAL_OFFSET_8821A) & PPG_THERMAL_OFFSET_MASK); -+ } -+ -+ if (!AutoloadFail) { -+ if (GET_PG_KFREE_ON_8821A(PROMContent)) -+ kfree_data->flag |= KFREE_FLAG_ON; -+ if (GET_PG_KFREE_THERMAL_K_ON_8821A(PROMContent)) -+ kfree_data->flag |= KFREE_FLAG_THERMAL_K_ON; -+ } else { -+ if (!kfree_data_is_bb_gain_empty(kfree_data)) -+ kfree_data->flag |= KFREE_FLAG_ON; -+ if (kfree_data->thermal != 0) -+ kfree_data->flag |= KFREE_FLAG_THERMAL_K_ON; -+ } -+ -+ if (Adapter->registrypriv.RegRfKFreeEnable == 1) { -+ kfree_data->flag |= KFREE_FLAG_ON; -+ kfree_data->flag |= KFREE_FLAG_THERMAL_K_ON; -+ } -+ -+ if (kfree_data->flag & KFREE_FLAG_THERMAL_K_ON) -+ pHalData->EEPROMThermalMeter += kfree_data->thermal; -+ -+ DBG_871X("kfree flag:0x%02x\n", kfree_data->flag); -+ if (Adapter->registrypriv.RegRfKFreeEnable || kfree_data->flag & KFREE_FLAG_ON) { -+ int i; -+ -+ DBG_871X_SEL_NL(RTW_DBGDUMP, "bb_gain:"); -+ for (i = 0; i < BB_GAIN_NUM; i++) -+ DBG_871X_SEL(RTW_DBGDUMP, "%d ", kfree_data->bb_gain[i][RF_PATH_A]); -+ DBG_871X_SEL(RTW_DBGDUMP, "\n"); -+ } -+ if (Adapter->registrypriv.RegRfKFreeEnable || kfree_data->flag & KFREE_FLAG_THERMAL_K_ON) -+ DBG_871X("thermal:%d\n", kfree_data->thermal); -+ -+#endif /*CONFIG_RF_GAIN_OFFSET */ -+} -+ -+// -+// 2013/04/15 MH Add 8812AU- VL/VS/VN for different board type. -+// -+VOID -+hal_ReadUsbType_8812AU( -+ IN PADAPTER Adapter, -+ IN u8 *PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ //if (IS_HARDWARE_TYPE_8812AU(Adapter) && Adapter->UsbModeMechanism.RegForcedUsbMode == 5) -+ { -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ u8 reg_tmp, i, j, antenna = 0, wmode = 0; -+ // Read anenna type from EFUSE 1019/1018 -+ for (i = 0; i < 2; i++) { -+ /* -+ Check efuse address 1019 -+ Check efuse address 1018 -+ */ -+ efuse_OneByteRead(Adapter, 1019-i, ®_tmp, _FALSE); -+ /* -+ CHeck bit 7-5 -+ Check bit 3-1 -+ */ -+ if (((reg_tmp>>5) & 0x7) != 0) { -+ antenna = ((reg_tmp>>5) & 0x7); -+ break; -+ } else if ((reg_tmp>>1 & 0x07) != 0) { -+ antenna = ((reg_tmp>>1) & 0x07); -+ break; -+ } -+ -+ -+ } -+ -+ // Read anenna type from EFUSE 1021/1020 -+ for (i = 0; i < 2; i++) { -+ /* -+ Check efuse address 1021 -+ Check efuse address 1020 -+ */ -+ efuse_OneByteRead(Adapter, 1021-i, ®_tmp, _FALSE); -+ -+ /* CHeck bit 3-2 */ -+ if (((reg_tmp>>2) & 0x3) != 0) { -+ wmode = ((reg_tmp>>2) & 0x3); -+ break; -+ } -+ -+ -+ } -+ -+ DBG_871X("%s: antenna=%d, wmode=%d\n", __func__, antenna, wmode); -+ // Antenna == 1 WMODE = 3 RTL8812AU-VL 11AC + USB2.0 Mode -+ if (antenna == 1) -+ { -+ // Config 8812AU as 1*1 mode AC mode. -+ pHalData->rf_type = RF_1T1R; -+ //UsbModeSwitch_SetUsbModeMechOn(Adapter, FALSE); -+ //pHalData->EFUSEHidden = EFUSE_HIDDEN_812AU_VL; -+ DBG_871X("%s(): EFUSE_HIDDEN_812AU_VL\n",__FUNCTION__); -+ } -+ else if (antenna == 2) -+ { -+ if (wmode == 3) -+ { -+ if (PROMContent[EEPROM_USB_MODE_8812] == 0x2) -+ { -+ // RTL8812AU Normal Mode. No further action. -+ //pHalData->EFUSEHidden = EFUSE_HIDDEN_812AU; -+ DBG_871X("%s(): EFUSE_HIDDEN_812AU\n",__FUNCTION__); -+ } -+ else -+ { -+ // Antenna == 2 WMODE = 3 RTL8812AU-VS 11AC + USB2.0 Mode -+ // Driver will not support USB automatic switch -+ //UsbModeSwitch_SetUsbModeMechOn(Adapter, FALSE); -+ //pHalData->EFUSEHidden = EFUSE_HIDDEN_812AU_VS; -+ DBG_871X("%s(): EFUSE_HIDDEN_8812AU_VS\n", __func__); -+ } -+ } -+ else if (wmode == 2) -+ { -+ // Antenna == 2 WMODE = 2 RTL8812AU-VN 11N only + USB2.0 Mode -+ //UsbModeSwitch_SetUsbModeMechOn(Adapter, FALSE); -+ //pHalData->EFUSEHidden = EFUSE_HIDDEN_812AU_VN; -+ DBG_871X("%s(): EFUSE_HIDDEN_8812AU_VN\n", __func__); -+ Adapter->registrypriv.vht_enable = 0; -+ -+ } -+ } -+ } -+} -+ -+enum{ -+ VOLTAGE_V25 = 0x03, -+ LDOE25_SHIFT = 28 , -+ }; -+ -+static VOID -+Hal_EfusePowerSwitch8812A( -+ IN PADAPTER pAdapter, -+ IN u8 bWrite, -+ IN u8 PwrState) -+{ -+ u8 tempval; -+ u16 tmpV16; -+ #define EFUSE_ACCESS_ON_JAGUAR 0x69 -+ #define EFUSE_ACCESS_OFF_JAGUAR 0x00 -+ if (PwrState == _TRUE) -+ { -+ rtw_write8(pAdapter, REG_EFUSE_BURN_GNT_8812, EFUSE_ACCESS_ON_JAGUAR); -+ -+ // 1.2V Power: From VDDON with Power Cut(0x0000h[15]), defualt valid -+ tmpV16 = rtw_read16(pAdapter,REG_SYS_ISO_CTRL); -+ if( ! (tmpV16 & PWC_EV12V ) ){ -+ tmpV16 |= PWC_EV12V ; -+ //rtw_write16(pAdapter,REG_SYS_ISO_CTRL,tmpV16); -+ } -+ // Reset: 0x0000h[28], default valid -+ tmpV16 = rtw_read16(pAdapter,REG_SYS_FUNC_EN); -+ if( !(tmpV16 & FEN_ELDR) ){ -+ tmpV16 |= FEN_ELDR ; -+ rtw_write16(pAdapter,REG_SYS_FUNC_EN,tmpV16); -+ } -+ -+ // Clock: Gated(0x0008h[5]) 8M(0x0008h[1]) clock from ANA, default valid -+ tmpV16 = rtw_read16(pAdapter,REG_SYS_CLKR); -+ if( (!(tmpV16 & LOADER_CLK_EN) ) ||(!(tmpV16 & ANA8M) ) ) -+ { -+ tmpV16 |= (LOADER_CLK_EN |ANA8M ) ; -+ rtw_write16(pAdapter,REG_SYS_CLKR,tmpV16); -+ } -+ -+ if(bWrite == _TRUE) -+ { -+ // Enable LDO 2.5V before read/write action -+ tempval = rtw_read8(pAdapter, EFUSE_TEST+3); -+ tempval &= ~(BIT3|BIT4|BIT5|BIT6); -+ tempval |= (VOLTAGE_V25 << 3); -+ tempval |= BIT7; -+ rtw_write8(pAdapter, EFUSE_TEST+3, tempval); -+ } -+ } -+ else -+ { -+ rtw_write8(pAdapter, REG_EFUSE_BURN_GNT_8812, EFUSE_ACCESS_OFF_JAGUAR); -+ -+ if(bWrite == _TRUE){ -+ // Disable LDO 2.5V after read/write action -+ tempval = rtw_read8(pAdapter, EFUSE_TEST+3); -+ rtw_write8(pAdapter, EFUSE_TEST+3, (tempval & 0x7F)); -+ } -+ } -+} -+ -+static VOID -+rtl8812_EfusePowerSwitch( -+ IN PADAPTER pAdapter, -+ IN u8 bWrite, -+ IN u8 PwrState) -+{ -+ Hal_EfusePowerSwitch8812A(pAdapter, bWrite, PwrState); -+} -+ -+static BOOLEAN -+Hal_EfuseSwitchToBank8812A( -+ IN PADAPTER pAdapter, -+ IN u1Byte bank, -+ IN BOOLEAN bPseudoTest -+ ) -+{ -+ return _FALSE; -+} -+ -+static VOID -+Hal_EfuseReadEFuse8812A( -+ PADAPTER Adapter, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+ IN BOOLEAN bPseudoTest -+ ) -+{ -+ u8 *efuseTbl = NULL; -+ u16 eFuse_Addr = 0; -+ u8 offset=0, wden=0; -+ u16 i, j; -+ u16 **eFuseWord = NULL; -+ u16 efuse_utilized = 0; -+ u8 efuse_usage = 0; -+ u8 offset_2_0=0; -+ u8 efuseHeader=0, efuseExtHdr=0, efuseData=0; -+ -+ // -+ // Do NOT excess total size of EFuse table. Added by Roger, 2008.11.10. -+ // -+ if((_offset + _size_byte)>EFUSE_MAP_LEN_JAGUAR) -+ {// total E-Fuse table is 512bytes -+ DBG_8192C("Hal_EfuseReadEFuse8812A(): Invalid offset(%#x) with read bytes(%#x)!!\n",_offset, _size_byte); -+ goto exit; -+ } -+ -+ efuseTbl = (u8*)rtw_zmalloc(EFUSE_MAP_LEN_JAGUAR); -+ if(efuseTbl == NULL) -+ { -+ DBG_871X("%s: alloc efuseTbl fail!\n", __FUNCTION__); -+ goto exit; -+ } -+ -+ eFuseWord= (u16 **)rtw_malloc2d(EFUSE_MAX_SECTION_JAGUAR, EFUSE_MAX_WORD_UNIT, 2); -+ if(eFuseWord == NULL) -+ { -+ DBG_871X("%s: alloc eFuseWord fail!\n", __FUNCTION__); -+ goto exit; -+ } -+ -+ // 0. Refresh efuse init map as all oxFF. -+ for (i = 0; i < EFUSE_MAX_SECTION_JAGUAR; i++) -+ for (j = 0; j < EFUSE_MAX_WORD_UNIT; j++) -+ eFuseWord[i][j] = 0xFFFF; -+ -+ // -+ // 1. Read the first byte to check if efuse is empty!!! -+ // -+ // -+ efuse_OneByteRead(Adapter, eFuse_Addr++, &efuseHeader, bPseudoTest); -+ -+ if(efuseHeader != 0xFF) -+ { -+ efuse_utilized++; -+ } -+ else -+ { -+ DBG_871X("EFUSE is empty\n"); -+ efuse_utilized = 0; -+ goto exit; -+ } -+ //RT_DISP(FEEPROM, EFUSE_READ_ALL, ("Hal_EfuseReadEFuse8812A(): efuse_utilized: %d\n", efuse_utilized)); -+ -+ // -+ // 2. Read real efuse content. Filter PG header and every section data. -+ // -+ while((efuseHeader != 0xFF) && AVAILABLE_EFUSE_ADDR_8812(eFuse_Addr)) -+ { -+ //RTPRINT(FEEPROM, EFUSE_READ_ALL, ("efuse_Addr-%d efuse_data=%x\n", eFuse_Addr-1, *rtemp8)); -+ -+ // Check PG header for section num. -+ if(EXT_HEADER(efuseHeader)) //extended header -+ { -+ offset_2_0 = GET_HDR_OFFSET_2_0(efuseHeader); -+ //RT_DISP(FEEPROM, EFUSE_READ_ALL, ("extended header offset_2_0=%X\n", offset_2_0)); -+ -+ efuse_OneByteRead(Adapter, eFuse_Addr++, &efuseExtHdr, bPseudoTest); -+ -+ //RT_DISP(FEEPROM, EFUSE_READ_ALL, ("efuse[%X]=%X\n", eFuse_Addr-1, efuseExtHdr)); -+ -+ if(efuseExtHdr != 0xff) -+ { -+ efuse_utilized++; -+ if(ALL_WORDS_DISABLED(efuseExtHdr)) -+ { -+ efuse_OneByteRead(Adapter, eFuse_Addr++, &efuseHeader, bPseudoTest); -+ if(efuseHeader != 0xff) -+ { -+ efuse_utilized++; -+ } -+ break; -+ } -+ else -+ { -+ offset = ((efuseExtHdr & 0xF0) >> 1) | offset_2_0; -+ wden = (efuseExtHdr & 0x0F); -+ } -+ } -+ else -+ { -+ DBG_871X("Error condition, extended = 0xff\n"); -+ // We should handle this condition. -+ break; -+ } -+ } -+ else -+ { -+ offset = ((efuseHeader >> 4) & 0x0f); -+ wden = (efuseHeader & 0x0f); -+ } -+ -+ if(offset < EFUSE_MAX_SECTION_JAGUAR) -+ { -+ // Get word enable value from PG header -+ //RT_DISP(FEEPROM, EFUSE_READ_ALL, ("Offset-%X Worden=%X\n", offset, wden)); -+ -+ for(i=0; i> 8) & 0xff); -+ } -+ } -+ -+ //RT_DISP(FEEPROM, EFUSE_READ_ALL, ("Hal_EfuseReadEFuse8812A(): efuse_utilized: %d\n", efuse_utilized)); -+ -+ // -+ // 4. Copy from Efuse map to output pointer memory!!! -+ // -+ for(i=0; i<_size_byte; i++) -+ { -+ pbuf[i] = efuseTbl[_offset+i]; -+ } -+ -+ // -+ // 5. Calculate Efuse utilization. -+ // -+ efuse_usage = (u1Byte)((eFuse_Addr*100)/EFUSE_REAL_CONTENT_LEN_JAGUAR); -+ rtw_hal_set_hwreg(Adapter, HW_VAR_EFUSE_BYTES, (u8 *)&eFuse_Addr); -+ -+exit: -+ if(efuseTbl) -+ rtw_mfree(efuseTbl, EFUSE_MAP_LEN_JAGUAR); -+ -+ if(eFuseWord) -+ rtw_mfree2d((void *)eFuseWord, EFUSE_MAX_SECTION_JAGUAR, EFUSE_MAX_WORD_UNIT, sizeof(u16)); -+} -+ -+static VOID -+rtl8812_ReadEFuse( -+ PADAPTER Adapter, -+ u8 efuseType, -+ u16 _offset, -+ u16 _size_byte, -+ u8 *pbuf, -+ IN BOOLEAN bPseudoTest -+ ) -+{ -+ Hal_EfuseReadEFuse8812A(Adapter, _offset, _size_byte, pbuf, bPseudoTest); -+} -+ -+//Do not support BT -+VOID -+Hal_EFUSEGetEfuseDefinition8812A( -+ IN PADAPTER pAdapter, -+ IN u1Byte efuseType, -+ IN u1Byte type, -+ OUT PVOID pOut -+ ) -+{ -+ switch(type) -+ { -+ case TYPE_EFUSE_MAX_SECTION: -+ { -+ u8* pMax_section; -+ pMax_section = (u8*)pOut; -+ *pMax_section = EFUSE_MAX_SECTION_JAGUAR; -+ } -+ break; -+ case TYPE_EFUSE_REAL_CONTENT_LEN: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (u16*)pOut; -+ *pu2Tmp = EFUSE_REAL_CONTENT_LEN_JAGUAR; -+ } -+ break; -+ case TYPE_EFUSE_CONTENT_LEN_BANK: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (u16*)pOut; -+ *pu2Tmp = EFUSE_REAL_CONTENT_LEN_JAGUAR; -+ } -+ break; -+ case TYPE_AVAILABLE_EFUSE_BYTES_BANK: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (u16*)pOut; -+ *pu2Tmp = (u16)(EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR); -+ } -+ break; -+ case TYPE_AVAILABLE_EFUSE_BYTES_TOTAL: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (u16*)pOut; -+ *pu2Tmp = (u16)(EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR); -+ } -+ break; -+ case TYPE_EFUSE_MAP_LEN: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (u16*)pOut; -+ *pu2Tmp = (u16)EFUSE_MAP_LEN_JAGUAR; -+ } -+ break; -+ case TYPE_EFUSE_PROTECT_BYTES_BANK: -+ { -+ u8* pu1Tmp; -+ pu1Tmp = (u8*)pOut; -+ *pu1Tmp = (u8)(EFUSE_OOB_PROTECT_BYTES_JAGUAR); -+ } -+ break; -+ default: -+ { -+ u8* pu1Tmp; -+ pu1Tmp = (u8*)pOut; -+ *pu1Tmp = 0; -+ } -+ break; -+ } -+} -+VOID -+Hal_EFUSEGetEfuseDefinition_Pseudo8812A( -+ IN PADAPTER pAdapter, -+ IN u8 efuseType, -+ IN u8 type, -+ OUT PVOID pOut -+ ) -+{ -+ switch(type) -+ { -+ case TYPE_EFUSE_MAX_SECTION: -+ { -+ u8* pMax_section; -+ pMax_section = (pu1Byte)pOut; -+ *pMax_section = EFUSE_MAX_SECTION_JAGUAR; -+ } -+ break; -+ case TYPE_EFUSE_REAL_CONTENT_LEN: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (pu2Byte)pOut; -+ *pu2Tmp = EFUSE_REAL_CONTENT_LEN_JAGUAR; -+ } -+ break; -+ case TYPE_EFUSE_CONTENT_LEN_BANK: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (pu2Byte)pOut; -+ *pu2Tmp = EFUSE_REAL_CONTENT_LEN_JAGUAR; -+ } -+ break; -+ case TYPE_AVAILABLE_EFUSE_BYTES_BANK: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (pu2Byte)pOut; -+ *pu2Tmp = (u2Byte)(EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR); -+ } -+ break; -+ case TYPE_AVAILABLE_EFUSE_BYTES_TOTAL: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (pu2Byte)pOut; -+ *pu2Tmp = (u2Byte)(EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR); -+ } -+ break; -+ case TYPE_EFUSE_MAP_LEN: -+ { -+ u16* pu2Tmp; -+ pu2Tmp = (pu2Byte)pOut; -+ *pu2Tmp = (u2Byte)EFUSE_MAP_LEN_JAGUAR; -+ } -+ break; -+ case TYPE_EFUSE_PROTECT_BYTES_BANK: -+ { -+ u8* pu1Tmp; -+ pu1Tmp = (u8*)pOut; -+ *pu1Tmp = (u8)(EFUSE_OOB_PROTECT_BYTES_JAGUAR); -+ } -+ break; -+ default: -+ { -+ u8* pu1Tmp; -+ pu1Tmp = (u8*)pOut; -+ *pu1Tmp = 0; -+ } -+ break; -+ } -+} -+ -+ -+static VOID -+rtl8812_EFUSE_GetEfuseDefinition( -+ IN PADAPTER pAdapter, -+ IN u8 efuseType, -+ IN u8 type, -+ OUT void *pOut, -+ IN BOOLEAN bPseudoTest -+ ) -+{ -+ if(bPseudoTest) -+ { -+ Hal_EFUSEGetEfuseDefinition_Pseudo8812A(pAdapter, efuseType, type, pOut); -+ } -+ else -+ { -+ Hal_EFUSEGetEfuseDefinition8812A(pAdapter, efuseType, type, pOut); -+ } -+} -+ -+static u8 -+Hal_EfuseWordEnableDataWrite8812A( IN PADAPTER pAdapter, -+ IN u16 efuse_addr, -+ IN u8 word_en, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ u16 tmpaddr = 0; -+ u16 start_addr = efuse_addr; -+ u8 badworden = 0x0F; -+ u8 tmpdata[8]; -+ -+ _rtw_memset((PVOID)tmpdata, 0xff, PGPKT_DATA_SIZE); -+ //RT_TRACE(COMP_EFUSE, DBG_LOUD, ("word_en = %x efuse_addr=%x\n", word_en, efuse_addr)); -+ -+ if(!(word_en&BIT0)) -+ { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(pAdapter,start_addr++, data[0], bPseudoTest); -+ efuse_OneByteWrite(pAdapter,start_addr++, data[1], bPseudoTest); -+ -+ efuse_OneByteRead(pAdapter,tmpaddr, &tmpdata[0], bPseudoTest); -+ efuse_OneByteRead(pAdapter,tmpaddr+1, &tmpdata[1], bPseudoTest); -+ if((data[0]!=tmpdata[0])||(data[1]!=tmpdata[1])){ -+ badworden &= (~BIT0); -+ } -+ } -+ if(!(word_en&BIT1)) -+ { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(pAdapter,start_addr++, data[2], bPseudoTest); -+ efuse_OneByteWrite(pAdapter,start_addr++, data[3], bPseudoTest); -+ -+ efuse_OneByteRead(pAdapter,tmpaddr , &tmpdata[2], bPseudoTest); -+ efuse_OneByteRead(pAdapter,tmpaddr+1, &tmpdata[3], bPseudoTest); -+ if((data[2]!=tmpdata[2])||(data[3]!=tmpdata[3])){ -+ badworden &=( ~BIT1); -+ } -+ } -+ if(!(word_en&BIT2)) -+ { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(pAdapter,start_addr++, data[4], bPseudoTest); -+ efuse_OneByteWrite(pAdapter,start_addr++, data[5], bPseudoTest); -+ -+ efuse_OneByteRead(pAdapter,tmpaddr, &tmpdata[4], bPseudoTest); -+ efuse_OneByteRead(pAdapter,tmpaddr+1, &tmpdata[5], bPseudoTest); -+ if((data[4]!=tmpdata[4])||(data[5]!=tmpdata[5])){ -+ badworden &=( ~BIT2); -+ } -+ } -+ if(!(word_en&BIT3)) -+ { -+ tmpaddr = start_addr; -+ efuse_OneByteWrite(pAdapter,start_addr++, data[6], bPseudoTest); -+ efuse_OneByteWrite(pAdapter,start_addr++, data[7], bPseudoTest); -+ -+ efuse_OneByteRead(pAdapter,tmpaddr, &tmpdata[6], bPseudoTest); -+ efuse_OneByteRead(pAdapter,tmpaddr+1, &tmpdata[7], bPseudoTest); -+ if((data[6]!=tmpdata[6])||(data[7]!=tmpdata[7])){ -+ badworden &=( ~BIT3); -+ } -+ } -+ return badworden; -+} -+ -+static u8 -+rtl8812_Efuse_WordEnableDataWrite( IN PADAPTER pAdapter, -+ IN u16 efuse_addr, -+ IN u8 word_en, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ u8 ret=0; -+ -+ ret = Hal_EfuseWordEnableDataWrite8812A(pAdapter, efuse_addr, word_en, data, bPseudoTest); -+ -+ return ret; -+} -+ -+ -+static u16 -+hal_EfuseGetCurrentSize_8812A(IN PADAPTER pAdapter, -+ IN BOOLEAN bPseudoTest) -+{ -+ int bContinual = _TRUE; -+ -+ u16 efuse_addr = 0; -+ u8 hoffset=0,hworden=0; -+ u8 efuse_data,word_cnts=0; -+ -+ if(bPseudoTest) -+ { -+ efuse_addr = (u16)(fakeEfuseUsedBytes); -+ } -+ else -+ { -+ rtw_hal_get_hwreg(pAdapter, HW_VAR_EFUSE_BYTES, (u8 *)&efuse_addr); -+ } -+ //RTPRINT(FEEPROM, EFUSE_PG, ("hal_EfuseGetCurrentSize_8723A(), start_efuse_addr = %d\n", efuse_addr)); -+ -+ while ( bContinual && -+ efuse_OneByteRead(pAdapter, efuse_addr ,&efuse_data, bPseudoTest) && -+ (efuse_addr < EFUSE_REAL_CONTENT_LEN_JAGUAR)) -+ { -+ if(efuse_data!=0xFF) -+ { -+ if((efuse_data&0x1F) == 0x0F) //extended header -+ { -+ hoffset = efuse_data; -+ efuse_addr++; -+ efuse_OneByteRead(pAdapter, efuse_addr ,&efuse_data, bPseudoTest); -+ if((efuse_data & 0x0F) == 0x0F) -+ { -+ efuse_addr++; -+ continue; -+ } -+ else -+ { -+ hoffset = ((hoffset & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); -+ hworden = efuse_data & 0x0F; -+ } -+ } -+ else -+ { -+ hoffset = (efuse_data>>4) & 0x0F; -+ hworden = efuse_data & 0x0F; -+ } -+ word_cnts = Efuse_CalculateWordCnts(hworden); -+ //read next header -+ efuse_addr = efuse_addr + (word_cnts*2)+1; -+ } -+ else -+ { -+ bContinual = _FALSE ; -+ } -+ } -+ -+ if(bPseudoTest) -+ { -+ fakeEfuseUsedBytes = efuse_addr; -+ //RTPRINT(FEEPROM, EFUSE_PG, ("hal_EfuseGetCurrentSize_8723A(), return %d\n", fakeEfuseUsedBytes)); -+ } -+ else -+ { -+ rtw_hal_set_hwreg(pAdapter, HW_VAR_EFUSE_BYTES, (u8 *)&efuse_addr); -+ //RTPRINT(FEEPROM, EFUSE_PG, ("hal_EfuseGetCurrentSize_8723A(), return %d\n", efuse_addr)); -+ } -+ -+ return efuse_addr; -+} -+ -+static u16 -+rtl8812_EfuseGetCurrentSize( -+ IN PADAPTER pAdapter, -+ IN u8 efuseType, -+ IN BOOLEAN bPseudoTest) -+{ -+ u16 ret=0; -+ -+ ret = hal_EfuseGetCurrentSize_8812A(pAdapter, bPseudoTest); -+ -+ return ret; -+} -+ -+ -+static int -+hal_EfusePgPacketRead_8812A( -+ IN PADAPTER pAdapter, -+ IN u8 offset, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ u8 ReadState = PG_STATE_HEADER; -+ -+ int bContinual = _TRUE; -+ int bDataEmpty = _TRUE ; -+ -+ u8 efuse_data,word_cnts = 0; -+ u16 efuse_addr = 0; -+ u8 hoffset = 0,hworden = 0; -+ u8 tmpidx = 0; -+ u8 tmpdata[8]; -+ u8 max_section = 0; -+ u8 tmp_header = 0; -+ -+ if(data==NULL) -+ return _FALSE; -+ if(offset>EFUSE_MAX_SECTION_JAGUAR) -+ return _FALSE; -+ -+ _rtw_memset((PVOID)data, 0xff, sizeof(u8)*PGPKT_DATA_SIZE); -+ _rtw_memset((PVOID)tmpdata, 0xff, sizeof(u8)*PGPKT_DATA_SIZE); -+ -+ -+ // -+ // Efuse has been pre-programmed dummy 5Bytes at the end of Efuse by CP. -+ // Skip dummy parts to prevent unexpected data read from Efuse. -+ // By pass right now. 2009.02.19. -+ // -+ while(bContinual && (efuse_addr < EFUSE_REAL_CONTENT_LEN_JAGUAR) ) -+ { -+ //------- Header Read ------------- -+ if(ReadState & PG_STATE_HEADER) -+ { -+ if(efuse_OneByteRead(pAdapter, efuse_addr ,&efuse_data, bPseudoTest)&&(efuse_data!=0xFF)) -+ { -+ if(EXT_HEADER(efuse_data)) -+ { -+ tmp_header = efuse_data; -+ efuse_addr++; -+ efuse_OneByteRead(pAdapter, efuse_addr ,&efuse_data, bPseudoTest); -+ if(!ALL_WORDS_DISABLED(efuse_data)) -+ { -+ hoffset = ((tmp_header & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); -+ hworden = efuse_data & 0x0F; -+ } -+ else -+ { -+ DBG_8192C("Error, All words disabled\n"); -+ efuse_addr++; -+ break; -+ } -+ } -+ else -+ { -+ hoffset = (efuse_data>>4) & 0x0F; -+ hworden = efuse_data & 0x0F; -+ } -+ word_cnts = Efuse_CalculateWordCnts(hworden); -+ bDataEmpty = _TRUE ; -+ -+ if(hoffset==offset) -+ { -+ for(tmpidx = 0;tmpidx< word_cnts*2 ;tmpidx++) -+ { -+ if(efuse_OneByteRead(pAdapter, efuse_addr+1+tmpidx ,&efuse_data, bPseudoTest) ) -+ { -+ tmpdata[tmpidx] = efuse_data; -+ if(efuse_data!=0xff) -+ { -+ bDataEmpty = _FALSE; -+ } -+ } -+ } -+ if(bDataEmpty==_FALSE){ -+ ReadState = PG_STATE_DATA; -+ }else{//read next header -+ efuse_addr = efuse_addr + (word_cnts*2)+1; -+ ReadState = PG_STATE_HEADER; -+ } -+ } -+ else{//read next header -+ efuse_addr = efuse_addr + (word_cnts*2)+1; -+ ReadState = PG_STATE_HEADER; -+ } -+ -+ } -+ else{ -+ bContinual = _FALSE ; -+ } -+ } -+ //------- Data section Read ------------- -+ else if(ReadState & PG_STATE_DATA) -+ { -+ efuse_WordEnableDataRead(hworden,tmpdata,data); -+ efuse_addr = efuse_addr + (word_cnts*2)+1; -+ ReadState = PG_STATE_HEADER; -+ } -+ -+ } -+ -+ if( (data[0]==0xff) &&(data[1]==0xff) && (data[2]==0xff) && (data[3]==0xff) && -+ (data[4]==0xff) &&(data[5]==0xff) && (data[6]==0xff) && (data[7]==0xff)) -+ return _FALSE; -+ else -+ return _TRUE; -+ -+} -+ -+static int -+rtl8812_Efuse_PgPacketRead( IN PADAPTER pAdapter, -+ IN u8 offset, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ int ret=0; -+ -+ ret = hal_EfusePgPacketRead_8812A(pAdapter, offset, data, bPseudoTest); -+ -+ return ret; -+} -+ -+int -+hal_EfusePgPacketWrite_8812A(IN PADAPTER pAdapter, -+ IN u8 offset, -+ IN u8 word_en, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ u8 WriteState = PG_STATE_HEADER; -+ -+ int bContinual = _TRUE,bDataEmpty=_TRUE; -+ //int bResult = _TRUE; -+ u16 efuse_addr = 0; -+ u8 efuse_data; -+ -+ u8 pg_header = 0, pg_header_temp = 0; -+ -+ u8 tmp_word_cnts=0,target_word_cnts=0; -+ u8 tmp_header,match_word_en,tmp_word_en; -+ -+ PGPKT_STRUCT target_pkt; -+ PGPKT_STRUCT tmp_pkt; -+ -+ u8 originaldata[sizeof(u8)*8]; -+ u8 tmpindex = 0,badworden = 0x0F; -+ -+ static int repeat_times = 0; -+ -+ BOOLEAN bExtendedHeader = _FALSE; -+ u8 efuseType=EFUSE_WIFI; -+ -+ // -+ // Efuse has been pre-programmed dummy 5Bytes at the end of Efuse by CP. -+ // So we have to prevent unexpected data string connection, which will cause -+ // incorrect data auto-load from HW. The total size is equal or smaller than 498bytes -+ // (i.e., offset 0~497, and dummy 1bytes) expected after CP test. -+ // 2009.02.19. -+ // -+ if( Efuse_GetCurrentSize(pAdapter, efuseType, bPseudoTest) >= (EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR)) -+ { -+ DBG_871X("hal_EfusePgPacketWrite_8812A() error: %x >= %x\n", Efuse_GetCurrentSize(pAdapter, efuseType, bPseudoTest), (EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR)); -+ return _FALSE; -+ } -+ -+ // Init the 8 bytes content as 0xff -+ target_pkt.offset = offset; -+ target_pkt.word_en= word_en; -+ // Initial the value to avoid compile warning -+ tmp_pkt.offset = 0; -+ tmp_pkt.word_en= 0; -+ -+ //DBG_871X("hal_EfusePgPacketWrite_8812A target offset 0x%x word_en 0x%x \n", target_pkt.offset, target_pkt.word_en); -+ -+ _rtw_memset((PVOID)target_pkt.data, 0xFF, sizeof(u8)*8); -+ -+ efuse_WordEnableDataRead(word_en, data, target_pkt.data); -+ target_word_cnts = Efuse_CalculateWordCnts(target_pkt.word_en); -+ -+ //efuse_reg_ctrl(pAdapter,_TRUE);//power on -+ //DBG_871X("EFUSE Power ON\n"); -+ -+ // -+ // Efuse has been pre-programmed dummy 5Bytes at the end of Efuse by CP. -+ // So we have to prevent unexpected data string connection, which will cause -+ // incorrect data auto-load from HW. Dummy 1bytes is additional. -+ // 2009.02.19. -+ // -+ while( bContinual && (efuse_addr < (EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR)) ) -+ { -+ if(WriteState==PG_STATE_HEADER) -+ { -+ bDataEmpty=_TRUE; -+ badworden = 0x0F; -+ //************ so ******************* -+ //DBG_871X("EFUSE PG_STATE_HEADER\n"); -+ if ( efuse_OneByteRead(pAdapter, efuse_addr ,&efuse_data, bPseudoTest) && -+ (efuse_data!=0xFF)) -+ { -+ if((efuse_data&0x1F) == 0x0F) //extended header -+ { -+ tmp_header = efuse_data; -+ efuse_addr++; -+ efuse_OneByteRead(pAdapter, efuse_addr ,&efuse_data, bPseudoTest); -+ if((efuse_data & 0x0F) == 0x0F) //wren fail -+ { -+ u8 next = 0, next_next = 0, data = 0, i = 0; -+ u8 s = ((tmp_header & 0xF0) >> 4); -+ efuse_OneByteRead(pAdapter, efuse_addr+1, &next, bPseudoTest); -+ efuse_OneByteRead(pAdapter, efuse_addr+2, &next_next, bPseudoTest); -+ if (next == 0xFF && next_next == 0xFF) { // Have enough space to make fake data to recover bad header. -+ switch (s) { -+ case 0x0: -+ case 0x2: -+ case 0x4: -+ case 0x6: -+ case 0x8: -+ case 0xA: -+ case 0xC: -+ for (i = 0; i < 3; ++i) { -+ efuse_OneByteWrite(pAdapter, efuse_addr, 0x27, bPseudoTest); -+ efuse_OneByteRead(pAdapter, efuse_addr, &data, bPseudoTest); -+ if (data == 0x27) -+ break; -+ } -+ break; -+ case 0xE: -+ for (i = 0; i < 3; ++i) { -+ efuse_OneByteWrite(pAdapter, efuse_addr, 0x17, bPseudoTest); -+ efuse_OneByteRead(pAdapter, efuse_addr, &data, bPseudoTest); -+ if (data == 0x17) -+ break; -+ } -+ break; -+ default: -+ break; -+ } -+ efuse_OneByteWrite(pAdapter, efuse_addr+1, 0xFF, bPseudoTest); -+ efuse_OneByteWrite(pAdapter, efuse_addr+2, 0xFF, bPseudoTest); -+ efuse_addr += 3; -+ } else { -+ efuse_addr++; -+ } -+ continue; -+ } -+ else -+ { -+ tmp_pkt.offset = ((tmp_header & 0xE0) >> 5) | ((efuse_data & 0xF0) >> 1); -+ tmp_pkt.word_en = efuse_data & 0x0F; -+ } -+ } -+ else -+ { -+ u8 i = 0, data = 0; -+ tmp_header = efuse_data; -+ tmp_pkt.offset = (tmp_header>>4) & 0x0F; -+ tmp_pkt.word_en = tmp_header & 0x0F; -+ -+ if (tmp_pkt.word_en == 0xF) { -+ u8 next = 0; -+ efuse_OneByteRead(pAdapter, efuse_addr+1, &next, bPseudoTest); -+ if (next == 0xFF) { // Have enough space to make fake data to recover bad header. -+ tmp_header = (tmp_header & 0xF0) | 0x7; -+ for (i = 0; i < 3; ++i) { -+ efuse_OneByteWrite(pAdapter, efuse_addr, tmp_header, bPseudoTest); -+ efuse_OneByteRead(pAdapter, efuse_addr, &data, bPseudoTest); -+ if (data == tmp_header) -+ break; -+ } -+ efuse_OneByteWrite(pAdapter, efuse_addr+1, 0xFF, bPseudoTest); -+ efuse_OneByteWrite(pAdapter, efuse_addr+2, 0xFF, bPseudoTest); -+ efuse_addr += 2; -+ } -+ } -+ } -+ tmp_word_cnts = Efuse_CalculateWordCnts(tmp_pkt.word_en); -+ -+ //DBG_871X("section offset 0x%x worden 0x%x\n", tmp_pkt.offset, tmp_pkt.word_en); -+ -+ //************ so-1 ******************* -+ if(tmp_pkt.offset != target_pkt.offset) -+ { -+ efuse_addr = efuse_addr + (tmp_word_cnts*2) +1; //Next pg_packet -+#if (EFUSE_ERROE_HANDLE == 1) -+ WriteState = PG_STATE_HEADER; -+#endif -+ } -+ else //write the same offset -+ { -+ //DBG_871X("hal_EfusePgPacketWrite_8812A section offset the same\n"); -+ //************ so-2 ******************* -+ for(tmpindex=0 ; tmpindex<(tmp_word_cnts*2) ; tmpindex++) -+ { -+ if(efuse_OneByteRead(pAdapter, (efuse_addr+1+tmpindex) ,&efuse_data, bPseudoTest)&&(efuse_data != 0xFF)){ -+ bDataEmpty = _FALSE; -+ } -+ } -+ //************ so-2-1 ******************* -+ if(bDataEmpty == _FALSE) -+ { -+ //DBG_871X("hal_EfusePgPacketWrite_8812A section offset the same and data is NOT empty\n"); -+ -+ efuse_addr = efuse_addr + (tmp_word_cnts*2) +1; //Next pg_packet -+#if (EFUSE_ERROE_HANDLE == 1) -+ WriteState=PG_STATE_HEADER; -+#endif -+ } -+ else -+ {//************ so-2-2 ******************* -+ //DBG_871X("hal_EfusePgPacketWrite_8812A section data empty\n"); -+ match_word_en = 0x0F; //same bit as original wren -+ if( !( (target_pkt.word_en&BIT0)|(tmp_pkt.word_en&BIT0) )) -+ { -+ match_word_en &= (~BIT0); -+ } -+ if( !( (target_pkt.word_en&BIT1)|(tmp_pkt.word_en&BIT1) )) -+ { -+ match_word_en &= (~BIT1); -+ } -+ if( !( (target_pkt.word_en&BIT2)|(tmp_pkt.word_en&BIT2) )) -+ { -+ match_word_en &= (~BIT2); -+ } -+ if( !( (target_pkt.word_en&BIT3)|(tmp_pkt.word_en&BIT3) )) -+ { -+ match_word_en &= (~BIT3); -+ } -+ -+ //************ so-2-2-A ******************* -+ if((match_word_en&0x0F)!=0x0F) -+ { -+ badworden = Efuse_WordEnableDataWrite(pAdapter,efuse_addr+1, tmp_pkt.word_en ,target_pkt.data, bPseudoTest); -+ -+ //************ so-2-2-A-1 ******************* -+ //############################ -+ if(0x0F != (badworden&0x0F)) -+ { -+ u8 reorg_offset = offset; -+ u8 reorg_worden=badworden; -+ Efuse_PgPacketWrite(pAdapter, reorg_offset, reorg_worden, target_pkt.data, bPseudoTest); -+ } -+ //############################ -+ -+ tmp_word_en = 0x0F; //not the same bit as original wren -+ if( (target_pkt.word_en&BIT0)^(match_word_en&BIT0) ) -+ { -+ tmp_word_en &= (~BIT0); -+ } -+ if( (target_pkt.word_en&BIT1)^(match_word_en&BIT1) ) -+ { -+ tmp_word_en &= (~BIT1); -+ } -+ if( (target_pkt.word_en&BIT2)^(match_word_en&BIT2) ) -+ { -+ tmp_word_en &= (~BIT2); -+ } -+ if( (target_pkt.word_en&BIT3)^(match_word_en&BIT3) ) -+ { -+ tmp_word_en &=(~BIT3); -+ } -+ -+ //************ so-2-2-A-2 ******************* -+ if((tmp_word_en&0x0F)!=0x0F){ -+ //reorganize other pg packet -+// efuse_addr = efuse_addr + (2*tmp_word_cnts) +1;//next pg packet addr -+ efuse_addr = Efuse_GetCurrentSize(pAdapter, efuseType, bPseudoTest); -+ //=========================== -+ target_pkt.offset = offset; -+ target_pkt.word_en= tmp_word_en; -+ //=========================== -+ }else{ -+ bContinual = _FALSE; -+ } -+#if (EFUSE_ERROE_HANDLE == 1) -+ WriteState=PG_STATE_HEADER; -+ repeat_times++; -+ if(repeat_times>EFUSE_REPEAT_THRESHOLD_){ -+ bContinual = _FALSE; -+ //bResult = _FALSE; -+ } -+#endif -+ } -+ else{//************ so-2-2-B ******************* -+ //reorganize other pg packet -+ efuse_addr = efuse_addr + (2*tmp_word_cnts) +1;//next pg packet addr -+ //=========================== -+ target_pkt.offset = offset; -+ //target_pkt.word_en= target_pkt.word_en; -+ //=========================== -+#if (EFUSE_ERROE_HANDLE == 1) -+ WriteState=PG_STATE_HEADER; -+#endif -+ } -+ } -+ } -+ DBG_871X("EFUSE PG_STATE_HEADER-1\n"); -+ } -+ else //************ s1: header == oxff ******************* -+ { -+ bExtendedHeader = _FALSE; -+ -+ if(target_pkt.offset >= EFUSE_MAX_SECTION_BASE) -+ { -+ pg_header = ((target_pkt.offset &0x07) << 5) | 0x0F; -+ -+ //DBG_871X("hal_EfusePgPacketWrite_8812A extended pg_header[2:0] |0x0F 0x%x \n", pg_header); -+ -+ efuse_OneByteWrite(pAdapter,efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(pAdapter,efuse_addr, &tmp_header, bPseudoTest); -+ -+ while(tmp_header == 0xFF) -+ { -+ //DBG_871X("hal_EfusePgPacketWrite_8812A extended pg_header[2:0] wirte fail \n"); -+ -+ repeat_times++; -+ -+ if(repeat_times>EFUSE_REPEAT_THRESHOLD_){ -+ bContinual = _FALSE; -+ //bResult = _FALSE; -+ efuse_addr++; -+ break; -+ } -+ efuse_OneByteWrite(pAdapter,efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(pAdapter,efuse_addr, &tmp_header, bPseudoTest); -+ } -+ -+ if(!bContinual) -+ break; -+ -+ if(tmp_header == pg_header) -+ { -+ efuse_addr++; -+ pg_header_temp = pg_header; -+ pg_header = ((target_pkt.offset & 0x78) << 1 ) | target_pkt.word_en; -+ -+ //DBG_871X("hal_EfusePgPacketWrite_8812A extended pg_header[6:3] | worden 0x%x word_en 0x%x \n", pg_header, target_pkt.word_en); -+ -+ efuse_OneByteWrite(pAdapter,efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(pAdapter,efuse_addr, &tmp_header, bPseudoTest); -+ -+ while(tmp_header == 0xFF) -+ { -+ repeat_times++; -+ -+ if(repeat_times>EFUSE_REPEAT_THRESHOLD_){ -+ bContinual = _FALSE; -+ //bResult = _FALSE; -+ break; -+ } -+ efuse_OneByteWrite(pAdapter,efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(pAdapter,efuse_addr, &tmp_header, bPseudoTest); -+ } -+ -+ if(!bContinual) -+ break; -+ -+ if((tmp_header & 0x0F) == 0x0F) //wren PG fail -+ { -+ repeat_times++; -+ -+ if(repeat_times>EFUSE_REPEAT_THRESHOLD_){ -+ bContinual = _FALSE; -+ //bResult = _FALSE; -+ break; -+ } -+ else -+ { -+ efuse_addr++; -+ continue; -+ } -+ } -+ else if(pg_header != tmp_header) //offset PG fail -+ { -+ bExtendedHeader = _TRUE; -+ tmp_pkt.offset = ((pg_header_temp & 0xE0) >> 5) | ((tmp_header & 0xF0) >> 1); -+ tmp_pkt.word_en= tmp_header & 0x0F; -+ tmp_word_cnts = Efuse_CalculateWordCnts(tmp_pkt.word_en); -+ } -+ } -+ else if ((tmp_header & 0x1F) == 0x0F) //wrong extended header -+ { -+ efuse_addr+=2; -+ continue; -+ } -+ } -+ else -+ { -+ pg_header = ((target_pkt.offset << 4)&0xf0) |target_pkt.word_en; -+ efuse_OneByteWrite(pAdapter,efuse_addr, pg_header, bPseudoTest); -+ efuse_OneByteRead(pAdapter,efuse_addr, &tmp_header, bPseudoTest); -+ } -+ -+ if(tmp_header == pg_header) -+ { //************ s1-1******************* -+ WriteState = PG_STATE_DATA; -+ } -+#if (EFUSE_ERROE_HANDLE == 1) -+ else if(tmp_header == 0xFF){//************ s1-3: if Write or read func doesn't work ******************* -+ //efuse_addr doesn't change -+ WriteState = PG_STATE_HEADER; -+ repeat_times++; -+ if(repeat_times>EFUSE_REPEAT_THRESHOLD_){ -+ bContinual = _FALSE; -+ //bResult = _FALSE; -+ } -+ } -+#endif -+ else -+ {//************ s1-2 : fixed the header procedure ******************* -+ if(!bExtendedHeader) -+ { -+ tmp_pkt.offset = (tmp_header>>4) & 0x0F; -+ tmp_pkt.word_en= tmp_header & 0x0F; -+ tmp_word_cnts = Efuse_CalculateWordCnts(tmp_pkt.word_en); -+ } -+ -+ //************ s1-2-A :cover the exist data ******************* -+ _rtw_memset(originaldata, 0xff, sizeof(u8)*8); -+ -+ if(Efuse_PgPacketRead( pAdapter, tmp_pkt.offset,originaldata, bPseudoTest)) -+ { //check if data exist -+ //efuse_reg_ctrl(pAdapter,_TRUE);//power on -+ badworden = Efuse_WordEnableDataWrite(pAdapter,efuse_addr+1,tmp_pkt.word_en,originaldata, bPseudoTest); -+ //############################ -+ if(0x0F != (badworden&0x0F)) -+ { -+ u8 reorg_offset = tmp_pkt.offset; -+ u8 reorg_worden=badworden; -+ Efuse_PgPacketWrite(pAdapter,reorg_offset,reorg_worden,originaldata, bPseudoTest); -+ efuse_addr = Efuse_GetCurrentSize(pAdapter, efuseType, bPseudoTest); -+ } -+ //############################ -+ else{ -+ efuse_addr = efuse_addr + (tmp_word_cnts*2) +1; //Next pg_packet -+ } -+ } -+ //************ s1-2-B: wrong address******************* -+ else -+ { -+ efuse_addr = efuse_addr + (tmp_word_cnts*2) +1; //Next pg_packet -+ } -+ -+#if (EFUSE_ERROE_HANDLE == 1) -+ WriteState=PG_STATE_HEADER; -+ repeat_times++; -+ if(repeat_times>EFUSE_REPEAT_THRESHOLD_){ -+ bContinual = _FALSE; -+ //bResult = _FALSE; -+ } -+#endif -+ -+ //DBG_871X("EFUSE PG_STATE_HEADER-2\n"); -+ } -+ -+ } -+ -+ } -+ //write data state -+ else if(WriteState==PG_STATE_DATA) -+ { //************ s1-1 ******************* -+ //DBG_871X("EFUSE PG_STATE_DATA\n"); -+ badworden = 0x0f; -+ badworden = Efuse_WordEnableDataWrite(pAdapter,efuse_addr+1,target_pkt.word_en,target_pkt.data, bPseudoTest); -+ if((badworden&0x0F)==0x0F) -+ { //************ s1-1-A ******************* -+ bContinual = _FALSE; -+ } -+ else -+ {//reorganize other pg packet //************ s1-1-B ******************* -+ efuse_addr = efuse_addr + (2*target_word_cnts) +1;//next pg packet addr -+ -+ //=========================== -+ target_pkt.offset = offset; -+ target_pkt.word_en= badworden; -+ target_word_cnts = Efuse_CalculateWordCnts(target_pkt.word_en); -+ //=========================== -+#if (EFUSE_ERROE_HANDLE == 1) -+ WriteState=PG_STATE_HEADER; -+ repeat_times++; -+ if(repeat_times>EFUSE_REPEAT_THRESHOLD_){ -+ bContinual = _FALSE; -+ //bResult = _FALSE; -+ } -+#endif -+ //DBG_871X("EFUSE PG_STATE_HEADER-3\n"); -+ } -+ } -+ } -+ -+ if(efuse_addr >= (EFUSE_REAL_CONTENT_LEN_JAGUAR-EFUSE_OOB_PROTECT_BYTES_JAGUAR)) -+ { -+ DBG_871X("hal_EfusePgPacketWrite_8812A(): efuse_addr(%#x) Out of size!!\n", efuse_addr); -+ } -+ //efuse_reg_ctrl(pAdapter,_FALSE);//power off -+ -+ return _TRUE; -+} -+ -+static int -+rtl8812_Efuse_PgPacketWrite(IN PADAPTER pAdapter, -+ IN u8 offset, -+ IN u8 word_en, -+ IN u8 *data, -+ IN BOOLEAN bPseudoTest) -+{ -+ int ret; -+ -+ ret = hal_EfusePgPacketWrite_8812A(pAdapter, offset, word_en, data, bPseudoTest); -+ -+ return ret; -+} -+ -+void InitRDGSetting8812A(PADAPTER padapter) -+{ -+ rtw_write8(padapter, REG_RD_CTRL, 0xFF); -+ rtw_write16(padapter, REG_RD_NAV_NXT, 0x200); -+ rtw_write8(padapter, REG_RD_RESP_PKT_TH, 0x05); -+} -+ -+void ReadRFType8812A(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ -+#if DISABLE_BB_RF -+ pHalData->rf_chip = RF_PSEUDO_11N; -+#else -+ pHalData->rf_chip = RF_6052; -+#endif -+ -+ //if (pHalData->rf_type == RF_1T1R){ -+ // pHalData->bRFPathRxEnable[0] = _TRUE; -+ //} -+ //else { // Default unknow type is 2T2r -+ // pHalData->bRFPathRxEnable[0] = pHalData->bRFPathRxEnable[1] = _TRUE; -+ //} -+ -+ if (IsSupported24G(padapter->registrypriv.wireless_mode) && -+ IsSupported5G(padapter->registrypriv.wireless_mode)) -+ pHalData->BandSet = BAND_ON_BOTH; -+ else if (IsSupported5G(padapter->registrypriv.wireless_mode)) -+ pHalData->BandSet = BAND_ON_5G; -+ else -+ pHalData->BandSet = BAND_ON_2_4G; -+ -+ //if(padapter->bInHctTest) -+ // pHalData->BandSet = BAND_ON_2_4G; -+} -+ -+ -+void rtl8812_start_thread(PADAPTER padapter) -+{ -+} -+ -+void rtl8812_stop_thread(PADAPTER padapter) -+{ -+} -+ -+void hal_notch_filter_8812(_adapter *adapter, bool enable) -+{ -+ if (enable) { -+ DBG_871X("Enable notch filter\n"); -+ //rtw_write8(adapter, rOFDM0_RxDSP+1, rtw_read8(adapter, rOFDM0_RxDSP+1) | BIT1); -+ } else { -+ DBG_871X("Disable notch filter\n"); -+ //rtw_write8(adapter, rOFDM0_RxDSP+1, rtw_read8(adapter, rOFDM0_RxDSP+1) & ~BIT1); -+ } -+} -+ -+u8 -+GetEEPROMSize8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ u8 size = 0; -+ u32 curRCR; -+ -+ curRCR = rtw_read16(Adapter, REG_SYS_EEPROM_CTRL); -+ size = (curRCR & EEPROMSEL) ? 6 : 4; // 6: EEPROM used is 93C46, 4: boot from E-Fuse. -+ -+ DBG_871X("EEPROM type is %s\n", size==4 ? "E-FUSE" : "93C46"); -+ //return size; -+ return 4; // <20120713, Kordan> The default value of HW is 6 ?!! -+} -+ -+void CheckAutoloadState8812A(PADAPTER padapter) -+{ -+ u8 val8; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ -+ /* check system boot selection */ -+ val8 = rtw_read8(padapter, REG_9346CR); -+ pHalData->EepromOrEfuse = (val8 & BOOT_FROM_EEPROM) ? _TRUE : _FALSE; -+ pHalData->bautoload_fail_flag = (val8 & EEPROM_EN) ? _FALSE : _TRUE; -+ -+ DBG_8192C("%s: 9346CR(%#x)=0x%02x, Boot from %s, Autoload %s!\n", -+ __FUNCTION__, REG_9346CR, val8, -+ (pHalData->EepromOrEfuse ? "EEPROM" : "EFUSE"), -+ (pHalData->bautoload_fail_flag ? "Fail" : "OK")); -+} -+ -+void InitPGData8812A(PADAPTER padapter) -+{ -+ u32 i; -+ u16 val16; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ -+ if (_FALSE == pHalData->bautoload_fail_flag) -+ { -+ // autoload OK. -+ if (is_boot_from_eeprom(padapter)) -+ { -+ // Read all Content from EEPROM or EFUSE. -+ for (i = 0; i < HWSET_MAX_SIZE_JAGUAR; i += 2) -+ { -+ //val16 = EF2Byte(ReadEEprom(pAdapter, (u2Byte) (i>>1))); -+ //*((u16*)(&PROMContent[i])) = val16; -+ } -+ } -+ else -+ { -+ // Read EFUSE real map to shadow. -+ EFUSE_ShadowMapUpdate(padapter, EFUSE_WIFI, _FALSE); -+ } -+ } -+ else -+ { -+ // update to default value 0xFF -+ if (!is_boot_from_eeprom(padapter)) -+ EFUSE_ShadowMapUpdate(padapter, EFUSE_WIFI, _FALSE); -+ } -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+ if (check_phy_efuse_tx_power_info_valid(padapter) == _FALSE) { -+ if (Hal_readPGDataFromConfigFile(padapter) != _SUCCESS) -+ DBG_871X_LEVEL(_drv_err_, "invalid phy efuse and read from file fail, will use driver default!!\n"); -+ } -+#endif -+} -+ -+static void read_chip_version_8812a(PADAPTER Adapter) -+{ -+ u32 value32; -+ PHAL_DATA_TYPE pHalData; -+ pHalData = GET_HAL_DATA(Adapter); -+ -+ value32 = rtw_read32(Adapter, REG_SYS_CFG); -+ DBG_8192C("%s SYS_CFG(0x%X)=0x%08x \n", __FUNCTION__, REG_SYS_CFG, value32); -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ pHalData->VersionID.ICType = CHIP_8812; -+ else -+ pHalData->VersionID.ICType = CHIP_8821; -+ -+ pHalData->VersionID.ChipType = ((value32 & RTL_ID) ? TEST_CHIP : NORMAL_CHIP); -+ -+ if (IS_HARDWARE_TYPE_8812(Adapter)) -+ pHalData->VersionID.RFType = RF_TYPE_2T2R; /* RF_2T2R; */ -+ else -+ pHalData->VersionID.RFType = RF_TYPE_1T1R; /* RF_1T1R; */ -+ -+ if(Adapter->registrypriv.special_rf_path == 1) -+ pHalData->VersionID.RFType = RF_TYPE_1T1R; //RF_1T1R; -+ -+ if (IS_HARDWARE_TYPE_8812(Adapter)) -+ pHalData->VersionID.VendorType = ((value32 & VENDOR_ID) ? CHIP_VENDOR_UMC : CHIP_VENDOR_TSMC); -+ else -+ { -+ u32 vendor; -+ -+ vendor = (value32 & EXT_VENDOR_ID) >> EXT_VENDOR_ID_SHIFT; -+ switch (vendor) -+ { -+ case 0: -+ vendor = CHIP_VENDOR_TSMC; -+ break; -+ case 1: -+ vendor = CHIP_VENDOR_SMIC; -+ break; -+ case 2: -+ vendor = CHIP_VENDOR_UMC; -+ break; -+ } -+ pHalData->VersionID.VendorType = vendor; -+ } -+ pHalData->VersionID.CUTVersion = (value32 & CHIP_VER_RTL_MASK)>>CHIP_VER_RTL_SHIFT; // IC version (CUT) -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ pHalData->VersionID.CUTVersion += 1; -+ -+ //value32 = rtw_read32(Adapter, REG_GPIO_OUTSTS); -+ pHalData->VersionID.ROMVer = 0; // ROM code version. -+ -+ // For multi-function consideration. Added by Roger, 2010.10.06. -+ pHalData->MultiFunc = RT_MULTI_FUNC_NONE; -+ value32 = rtw_read32(Adapter, REG_MULTI_FUNC_CTRL); -+ pHalData->MultiFunc |= ((value32 & WL_FUNC_EN) ? RT_MULTI_FUNC_WIFI : 0); -+ pHalData->MultiFunc |= ((value32 & BT_FUNC_EN) ? RT_MULTI_FUNC_BT : 0); -+ pHalData->PolarityCtl = ((value32 & WL_HWPDN_SL) ? RT_POLARITY_HIGH_ACT : RT_POLARITY_LOW_ACT); -+ -+ rtw_hal_config_rftype(Adapter); -+#if 1 -+ dump_chip_info(pHalData->VersionID); -+#endif -+ -+} -+ -+VOID -+Hal_PatchwithJaguar_8812( -+ IN PADAPTER Adapter, -+ IN RT_MEDIA_STATUS MediaStatus -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct mlme_ext_priv *pmlmeext = &(Adapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if( (MediaStatus == RT_MEDIA_CONNECT) && -+ (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK_JAGUAR_BCUTAP )) -+ { -+ rtw_write8(Adapter, rVhtlen_Use_Lsig_Jaguar, 0x1); -+ rtw_write8(Adapter, REG_TCR+3, BIT2); -+ } -+ else -+ { -+ rtw_write8(Adapter, rVhtlen_Use_Lsig_Jaguar, 0x3F); -+ /* rtw_write8(Adapter, REG_TCR+3, BIT0|BIT1|BIT2); */ -+ /* -+ * 20150707 yiwei.sun -+ * set 0x604[24] = 0 , to fix 11ac vht 80Mhz mode mcs 8 , 9 udp pkt lose issue -+ * suggest by MAC team Jong & Scott -+ */ -+ rtw_write8(Adapter , REG_TCR+3 , BIT1|BIT2); -+ } -+ -+ -+ if( (MediaStatus == RT_MEDIA_CONNECT) && -+ ((pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK_JAGUAR_BCUTAP) || -+ (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_REALTEK_JAGUAR_CCUTAP))) -+ { -+ pHalData->Reg837 |= BIT2; -+ rtw_write8(Adapter, rBWIndication_Jaguar+3, pHalData->Reg837); -+ } -+ else -+ { -+ pHalData->Reg837 &= (~BIT2); -+ rtw_write8(Adapter, rBWIndication_Jaguar+3, pHalData->Reg837); -+ } -+} -+ -+void UpdateHalRAMask8812A(PADAPTER padapter, u32 mac_id, u8 rssi_level) -+{ -+ u32 mask,rate_bitmap; -+ u8 shortGIrate = _FALSE; -+ u8 arg[4] = {0}; -+ struct sta_info *psta; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ if (mac_id >= NUM_STA) //CAM_SIZE -+ { -+ return; -+ } -+ -+ psta = pmlmeinfo->FW_sta_info[mac_id].psta; -+ if(psta == NULL) -+ { -+ return; -+ } -+ -+ shortGIrate = query_ra_short_GI(psta); -+ -+ mask = psta->ra_mask; -+ -+ rate_bitmap = 0xffffffff; -+ rate_bitmap = ODM_Get_Rate_Bitmap(&pHalData->odmpriv,mac_id,mask,rssi_level); -+ DBG_871X("%s => mac_id:%d, networkType:0x%02x, mask:0x%08x\n\t ==> rssi_level:%d, rate_bitmap:0x%08x, psta->raid=%d\n", -+ __func__, mac_id, psta->wireless_mode, mask, rssi_level, rate_bitmap, psta->raid); -+ -+ mask &= rate_bitmap; -+ -+#ifdef CONFIG_BT_COEXIST -+ if (pHalData->EEPROMBluetoothCoexist == 1) -+ { -+ rate_bitmap = rtw_btcoex_GetRaMask(padapter); -+ mask &= ~rate_bitmap; -+ } -+#endif // CONFIG_BT_COEXIST -+ -+ arg[0] = mac_id; -+ arg[1] = psta->raid; -+ arg[2] = shortGIrate; -+ arg[3] = psta->init_rate; -+ -+ rtl8812_set_raid_cmd(padapter, mask, arg); -+} -+ -+void InitDefaultValue8821A(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ struct pwrctrl_priv *pwrctrlpriv; -+ u8 i; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ // init default value -+ pHalData->fw_ractrl = _FALSE; -+ if (!pwrctrlpriv->bkeepfwalive) -+ pHalData->LastHMEBoxNum = 0; -+ -+ /* hal capability values */ -+ #ifdef CONFIG_RTL8821A -+ if(IS_HARDWARE_TYPE_8821(padapter)) { -+ pHalData->macid_num = MACID_NUM_8821A; -+ pHalData->sec_cam_ent_num = SEC_CAM_ENT_NUM_8821A; -+ pHalData->nss_num = NSS_NUM_8821A; -+ } else -+ #endif -+ { -+ pHalData->macid_num = MACID_NUM_8812A; -+ pHalData->sec_cam_ent_num = SEC_CAM_ENT_NUM_8812A; -+ pHalData->nss_num = NSS_NUM_8812A; -+ } -+ -+ // init dm default value -+ pHalData->bChnlBWInitialized = _FALSE; -+ pHalData->bIQKInitialized = _FALSE; -+ pHalData->odmpriv.RFCalibrateInfo.TM_Trigger = 0;//for IQK -+ pHalData->pwrGroupCnt = 0; -+ pHalData->PGMaxGroup = MAX_PG_GROUP; -+ pHalData->odmpriv.RFCalibrateInfo.ThermalValue_HP_index = 0; -+ for (i = 0; i < HP_THERMAL_NUM; i++) -+ pHalData->odmpriv.RFCalibrateInfo.ThermalValue_HP[i] = 0; -+ pHalData->EfuseHal.fakeEfuseBank = 0; -+ pHalData->EfuseHal.fakeEfuseUsedBytes = 0; -+ _rtw_memset(pHalData->EfuseHal.fakeEfuseContent, 0xFF, EFUSE_MAX_HW_SIZE); -+ _rtw_memset(pHalData->EfuseHal.fakeEfuseInitMap, 0xFF, EFUSE_MAX_MAP_LEN); -+ _rtw_memset(pHalData->EfuseHal.fakeEfuseModifiedMap, 0xFF, EFUSE_MAX_MAP_LEN); -+} -+ -+VOID -+_InitBeaconParameters_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u16 val16; -+ u8 val8; -+ -+ val8 = DIS_TSF_UDT; -+ val16 = val8 | (val8 << 8); // port0 and port1 -+#ifdef CONFIG_BT_COEXIST -+ if (pHalData->EEPROMBluetoothCoexist == 1) -+ { -+ // Enable prot0 beacon function for PSTDMA -+ val16 |= EN_BCN_FUNCTION; -+ } -+#endif -+ rtw_write16(Adapter, REG_BCN_CTRL, val16); -+ //rtw_write16(Adapter, REG_BCN_CTRL, 0x1010); -+ -+ // TODO: Remove these magic number -+ rtw_write16(Adapter, REG_TBTT_PROHIBIT,0x6404);// ms -+ rtw_write8(Adapter, REG_DRVERLYINT, DRIVER_EARLY_INT_TIME_8812);// 5ms -+ rtw_write8(Adapter, REG_BCNDMATIM, BCN_DMA_ATIME_INT_TIME_8812); // 2ms -+ -+ // Suggested by designer timchen. Change beacon AIFS to the largest number -+ // beacause test chip does not contension before sending beacon. by tynli. 2009.11.03 -+ rtw_write16(Adapter, REG_BCNTCFG, 0x660F); -+ -+ pHalData->RegBcnCtrlVal = rtw_read8(Adapter, REG_BCN_CTRL); -+ pHalData->RegTxPause = rtw_read8(Adapter, REG_TXPAUSE); -+ pHalData->RegFwHwTxQCtrl = rtw_read8(Adapter, REG_FWHW_TXQ_CTRL+2); -+ pHalData->RegReg542 = rtw_read8(Adapter, REG_TBTT_PROHIBIT+2); -+ pHalData->RegCR_1 = rtw_read8(Adapter, REG_CR+1); -+} -+ -+static VOID -+_BeaconFunctionEnable( -+ IN PADAPTER Adapter, -+ IN BOOLEAN Enable, -+ IN BOOLEAN Linked -+ ) -+{ -+ rtw_write8(Adapter, REG_BCN_CTRL, (BIT4 | BIT3 | BIT1)); -+ //SetBcnCtrlReg(Adapter, (BIT4 | BIT3 | BIT1), 0x00); -+ //RT_TRACE(COMP_BEACON, DBG_LOUD, ("_BeaconFunctionEnable 0x550 0x%x\n", PlatformEFIORead1Byte(Adapter, 0x550))); -+ -+ rtw_write8(Adapter, REG_RD_CTRL+1, 0x6F); -+} -+ -+static void ResumeTxBeacon(_adapter *padapter) -+{ -+ HAL_DATA_TYPE* pHalData = GET_HAL_DATA(padapter); -+ -+ // 2010.03.01. Marked by tynli. No need to call workitem beacause we record the value -+ // which should be read from register to a global variable. -+ -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, (pHalData->RegFwHwTxQCtrl) | BIT6); -+ pHalData->RegFwHwTxQCtrl |= BIT6; -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+1, 0xff); -+ pHalData->RegReg542 |= BIT0; -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+2, pHalData->RegReg542); -+} -+ -+static void StopTxBeacon(_adapter *padapter) -+{ -+ HAL_DATA_TYPE* pHalData = GET_HAL_DATA(padapter); -+ -+ rtw_write8(padapter, REG_FWHW_TXQ_CTRL+2, (pHalData->RegFwHwTxQCtrl) & (~BIT6)); -+ pHalData->RegFwHwTxQCtrl &= (~BIT6); -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+1, 0x64); -+ pHalData->RegReg542 &= ~(BIT0); -+ rtw_write8(padapter, REG_TBTT_PROHIBIT+2, pHalData->RegReg542); -+ -+ //todo: CheckFwRsvdPageContent(Adapter); // 2010.06.23. Added by tynli. -+} -+ -+void SetBeaconRelatedRegisters8812A(PADAPTER padapter) -+{ -+ u32 value32; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u32 bcn_ctrl_reg = REG_BCN_CTRL; -+ //reset TSF, enable update TSF, correcting TSF On Beacon -+ -+ //REG_BCN_INTERVAL -+ //REG_BCNDMATIM -+ //REG_ATIMWND -+ //REG_TBTT_PROHIBIT -+ //REG_DRVERLYINT -+ //REG_BCN_MAX_ERR -+ //REG_BCNTCFG //(0x510) -+ //REG_DUAL_TSF_RST -+ //REG_BCN_CTRL //(0x550) -+ -+ //BCN interval -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->iface_type == IFACE_PORT1){ -+ bcn_ctrl_reg = REG_BCN_CTRL_1; -+ } -+#endif -+ rtw_write16(padapter, REG_BCN_INTERVAL, pmlmeinfo->bcn_interval); -+ rtw_write8(padapter, REG_ATIMWND, 0x02);// 2ms -+ -+ _InitBeaconParameters_8812A(padapter); -+ -+ rtw_write8(padapter, REG_SLOT, 0x09); -+ -+ value32 =rtw_read32(padapter, REG_TCR); -+ value32 &= ~TSFRST; -+ rtw_write32(padapter, REG_TCR, value32); -+ -+ value32 |= TSFRST; -+ rtw_write32(padapter, REG_TCR, value32); -+ -+ // NOTE: Fix test chip's bug (about contention windows's randomness) -+ rtw_write8(padapter, REG_RXTSF_OFFSET_CCK, 0x50); -+ rtw_write8(padapter, REG_RXTSF_OFFSET_OFDM, 0x50); -+ -+ _BeaconFunctionEnable(padapter, _TRUE, _TRUE); -+ -+ ResumeTxBeacon(padapter); -+ -+ //rtw_write8(padapter, 0x422, rtw_read8(padapter, 0x422)|BIT(6)); -+ -+ //rtw_write8(padapter, 0x541, 0xff); -+ -+ //rtw_write8(padapter, 0x542, rtw_read8(padapter, 0x541)|BIT(0)); -+ -+ rtw_write8(padapter, bcn_ctrl_reg, rtw_read8(padapter, bcn_ctrl_reg)|BIT(1)); -+ -+} -+ -+#ifdef CONFIG_BEAMFORMING -+ -+#if (BEAMFORMING_SUPPORT == 0) -+VOID -+SetBeamformingCLK_8812( -+ IN PADAPTER Adapter -+ ) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(Adapter); -+ u16 u2btmp; -+ u8 Count = 0, u1btmp; -+ -+ DBG_871X(" ==>%s\n", __FUNCTION__); -+ -+ if ( (check_fwstate(&Adapter->mlmepriv, _FW_UNDER_SURVEY)==_TRUE) -+#ifdef CONFIG_CONCURRENT_MODE -+ || (check_buddy_fwstate(Adapter, _FW_UNDER_SURVEY) == _TRUE) -+#endif -+ ) -+ { -+ DBG_871X(" <==%s return by Scan\n", __FUNCTION__); -+ return; -+ } -+ -+ // Stop Usb TxDMA -+ rtw_write_port_cancel(Adapter); -+ -+#ifdef CONFIG_PCI_HCI -+ // Stop PCIe TxDMA -+ rtw_write8(Adapter, REG_PCIE_CTRL_REG+1, 0xFE); -+#endif -+ -+ // Wait TXFF empty -+ for(Count = 0; Count < 100; Count++) -+ { -+ u2btmp = rtw_read16(Adapter, REG_TXPKT_EMPTY); -+ u2btmp = u2btmp & 0xfff; -+ if(u2btmp != 0xfff) -+ { -+ rtw_mdelay_os(10); -+ continue; -+ } -+ else -+ break; -+ } -+ -+ DBG_871X(" Tx Empty count %d \n", Count); -+ -+ // TX pause -+ rtw_write8(Adapter, REG_TXPAUSE, 0xFF); -+ -+ // Wait TX State Machine OK -+ for(Count = 0; Count < 100; Count++) -+ { -+ if (rtw_read32(Adapter, REG_SCH_TXCMD_8812A) != 0) -+ continue; -+ else -+ break; -+ } -+ -+ DBG_871X(" Tx Status count %d\n", Count); -+ -+ // Stop RX DMA path -+ u1btmp = rtw_read8(Adapter, REG_RXDMA_CONTROL_8812A); -+ rtw_write8(Adapter, REG_RXDMA_CONTROL_8812A, u1btmp | BIT2); -+ -+ for(Count = 0; Count < 100; Count++) -+ { -+ u1btmp = rtw_read8(Adapter, REG_RXDMA_CONTROL_8812A); -+ if(u1btmp & BIT1) -+ break; -+ else -+ rtw_mdelay_os(10); -+ } -+ -+ DBG_871X(" Rx Empty count %d \n", Count); -+ -+ // Disable clock -+ rtw_write8(Adapter, REG_SYS_CLKR+1, 0xf0); -+ // Disable 320M -+ rtw_write8(Adapter, REG_AFE_PLL_CTRL+3, 0x8); -+ // Enable 320M -+ rtw_write8(Adapter, REG_AFE_PLL_CTRL+3, 0xa); -+ // Enable clock -+ rtw_write8(Adapter, REG_SYS_CLKR+1, 0xfc); -+ -+ // Release Tx pause -+ rtw_write8(Adapter, REG_TXPAUSE, 0); -+ -+ // Enable RX DMA path -+ u1btmp = rtw_read8(Adapter, REG_RXDMA_CONTROL_8812A); -+ rtw_write8(Adapter, REG_RXDMA_CONTROL_8812A, u1btmp & (~BIT2)); -+ -+ // Start Usb TxDMA -+ RTW_ENABLE_FUNC(Adapter, DF_TX_BIT); -+ DBG_871X("%s \n", __FUNCTION__); -+ -+ DBG_871X("<==%s\n", __FUNCTION__); -+} -+ -+VOID -+SetBeamformRfMode_8812( -+ IN PADAPTER Adapter, -+ IN struct beamforming_info *pBeamInfo -+ ) -+{ -+ BOOLEAN bSelfBeamformer = _FALSE; -+ BOOLEAN bSelfBeamformee = _FALSE; -+ BEAMFORMING_CAP BeamformCap = BEAMFORMING_CAP_NONE; -+ -+ BeamformCap = beamforming_get_beamform_cap(pBeamInfo); -+ -+ if(BeamformCap == pBeamInfo->beamforming_cap) -+ return; -+ else -+ pBeamInfo->beamforming_cap = BeamformCap; -+ -+ if(GET_RF_TYPE(Adapter) == RF_1T1R) -+ return; -+ -+ bSelfBeamformer = BeamformCap & BEAMFORMER_CAP; -+ bSelfBeamformee = BeamformCap & BEAMFORMEE_CAP; -+ -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_WeLut_Jaguar, 0x80000,0x1); // RF Mode table write enable -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_WeLut_Jaguar, 0x80000,0x1); // RF Mode table write enable -+ -+ if(bSelfBeamformer) -+ { -+ // Paath_A -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_ModeTableAddr, 0x78000,0x3); // Select RX mode -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff,0x3F7FF); // Set Table data -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff,0xE26BF); // Enable TXIQGEN in RX mode -+ // Path_B -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_ModeTableAddr, 0x78000, 0x3); // Select RX mode -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff,0x3F7FF); // Set Table data -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff,0xE26BF); // Enable TXIQGEN in RX mode -+ } -+ else -+ { -+ // Paath_A -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_ModeTableAddr, 0x78000, 0x3); // Select RX mode -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_ModeTableData0, 0xfffff,0x3F7FF); // Set Table data -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_ModeTableData1, 0xfffff,0xC26BF); // Disable TXIQGEN in RX mode -+ // Path_B -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_ModeTableAddr, 0x78000, 0x3); // Select RX mode -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_ModeTableData0, 0xfffff,0x3F7FF); // Set Table data -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_ModeTableData1, 0xfffff,0xC26BF); // Disable TXIQGEN in RX mode -+ } -+ -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_A, RF_WeLut_Jaguar, 0x80000,0x0); // RF Mode table write disable -+ PHY_SetRFReg(Adapter, ODM_RF_PATH_B, RF_WeLut_Jaguar, 0x80000,0x0); // RF Mode table write disable -+ -+ if(bSelfBeamformer) -+ PHY_SetBBReg(Adapter, rTxPath_Jaguar, bMaskByte1, 0x33); -+ else -+ PHY_SetBBReg(Adapter, rTxPath_Jaguar, bMaskByte1, 0x11); -+} -+ -+ -+ -+VOID -+SetBeamformEnter_8812( -+ IN PADAPTER Adapter, -+ IN u8 Idx -+ ) -+{ -+ u8 i = 0; -+ u32 CSI_Param; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct beamforming_entry BeamformEntry = pBeamInfo->beamforming_entry[Idx]; -+ u16 STAid = 0; -+ -+ SetBeamformRfMode_8812(Adapter, pBeamInfo); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) -+ STAid = BeamformEntry.mac_id; -+ else -+ STAid = BeamformEntry.p_aid; -+ -+ // Sounding protocol control -+ rtw_write8(Adapter, REG_SND_PTCL_CTRL_8812A, 0xCB); -+ -+ // MAC addresss/Partial AID of Beamformer -+ if(Idx == 0) -+ { -+ for(i = 0; i < 6 ; i++) -+ rtw_write8(Adapter, (REG_BFMER0_INFO_8812A+i), BeamformEntry.mac_addr[i]); -+ /* CSI report use legacy ofdm so don't need to fill P_AID.*/ -+ /*rtw_write16(Adapter, REG_BFMER0_INFO_8812A+6, BeamformEntry.P_AID);*/ -+ } -+ else -+ { -+ for(i = 0; i < 6 ; i++) -+ rtw_write8(Adapter, (REG_BFMER1_INFO_8812A+i), BeamformEntry.mac_addr[i]); -+ /* CSI report use legacy ofdm so don't need to fill P_AID.*/ -+ /*rtw_write16(Adapter, REG_BFMER1_INFO_8812A+6, BeamformEntry.P_AID);*/ -+ } -+ -+ /* CSI report parameters of Beamformee */ -+ if( (BeamformEntry.beamforming_entry_cap & BEAMFORMEE_CAP_VHT_SU) || -+ (BeamformEntry.beamforming_entry_cap & BEAMFORMER_CAP_VHT_SU) ) -+ { -+ if(pHalData->rf_type == RF_2T2R) -+ CSI_Param = 0x01090109; -+ else -+ CSI_Param = 0x01080108; -+ } -+ else -+ { -+ if(pHalData->rf_type == RF_2T2R) -+ CSI_Param = 0x03090309; -+ else -+ CSI_Param = 0x03080308; -+ } -+ -+ if(pHalData->rf_type == RF_2T2R) -+ rtw_write32(Adapter, 0x9B4, 0x00000000); /* Nc =2 */ -+ else -+ rtw_write32(Adapter, 0x9B4, 0x01081008); /* Nc =1 */ -+ -+ rtw_write32(Adapter, REG_CSI_RPT_PARAM_BW20_8812A, CSI_Param); -+ rtw_write32(Adapter, REG_CSI_RPT_PARAM_BW40_8812A, CSI_Param); -+ rtw_write32(Adapter, REG_CSI_RPT_PARAM_BW80_8812A, CSI_Param); -+ -+ /* P_AID of Beamformee & enable NDPA transmission & enable NDPA interrupt */ -+ if(Idx == 0) -+ { -+ rtw_write16(Adapter, REG_TXBF_CTRL_8812A, STAid); -+ rtw_write8(Adapter, REG_TXBF_CTRL_8812A+3, rtw_read8(Adapter, REG_TXBF_CTRL_8812A+3)|BIT4|BIT6|BIT7); -+ } -+ else -+ { -+ rtw_write16(Adapter, REG_TXBF_CTRL_8812A+2, STAid | BIT12 | BIT14 | BIT15); -+ } -+ -+ /* CSI report parameters of Beamformee */ -+ if(Idx == 0) -+ { -+ /* Get BIT24 & BIT25*/ -+ u8 tmp = rtw_read8(Adapter, REG_BFMEE_SEL_8812A+3) & 0x3; -+ -+ rtw_write8(Adapter, REG_BFMEE_SEL_8812A+3, tmp | 0x60); -+ rtw_write16(Adapter, REG_BFMEE_SEL_8812A, STAid | BIT9); -+ } -+ else -+ { -+ // Set BIT25 -+ rtw_write16(Adapter, REG_BFMEE_SEL_8812A+2, STAid | (0xE2 << 8)); -+ } -+ -+ // Timeout value for MAC to leave NDP_RX_standby_state (60 us, Test chip) (80 us, MP chip) -+ rtw_write8(Adapter, REG_SND_PTCL_CTRL_8812A+3, 0x50); -+ -+ beamforming_notify(Adapter); -+} -+ -+ -+VOID -+SetBeamformLeave_8812( -+ IN PADAPTER Adapter, -+ IN u8 Idx -+ ) -+{ -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(&(Adapter->mlmepriv)); -+ -+ SetBeamformRfMode_8812(Adapter, pBeamInfo); -+ -+ /* Clear P_AID of Beamformee -+ * Clear MAC addresss of Beamformer -+ * Clear Associated Bfmee Sel -+ */ -+ if(pBeamInfo->beamforming_cap == BEAMFORMING_CAP_NONE) -+ rtw_write8(Adapter, REG_SND_PTCL_CTRL_8812A, 0xC8); -+ -+ if(Idx == 0) -+ { -+ rtw_write16(Adapter, REG_TXBF_CTRL_8812A, 0); -+ -+ rtw_write32(Adapter, REG_BFMER0_INFO_8812A, 0); -+ rtw_write16(Adapter, REG_BFMER0_INFO_8812A+4, 0); -+ -+ rtw_write16(Adapter, REG_BFMEE_SEL_8812A, 0); -+ } -+ else -+ { -+ rtw_write16(Adapter, REG_TXBF_CTRL_8812A+2, rtw_read16(Adapter, REG_TXBF_CTRL_8812A+2) & 0xF000); -+ -+ rtw_write32(Adapter, REG_BFMER1_INFO_8812A, 0); -+ rtw_write16(Adapter, REG_BFMER1_INFO_8812A+4, 0); -+ -+ rtw_write16(Adapter, REG_BFMEE_SEL_8812A+2, rtw_read16(Adapter, REG_BFMEE_SEL_8812A+2) & 0x60); -+ } -+} -+ -+ -+VOID -+SetBeamformStatus_8812( -+ IN PADAPTER Adapter, -+ IN u8 Idx -+ ) -+{ -+ u16 BeamCtrlVal; -+ u32 BeamCtrlReg; -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ struct beamforming_entry BeamformEntry = pBeamInfo->beamforming_entry[Idx]; -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) -+ BeamCtrlVal = BeamformEntry.mac_id; -+ else -+ BeamCtrlVal = BeamformEntry.p_aid; -+ -+ if(Idx == 0) -+ BeamCtrlReg = REG_TXBF_CTRL_8812A; -+ else -+ { -+ BeamCtrlReg = REG_TXBF_CTRL_8812A+2; -+ BeamCtrlVal |= BIT12 | BIT14|BIT15; -+ } -+ -+ if(BeamformEntry.beamforming_entry_state == BEAMFORMING_ENTRY_STATE_PROGRESSED) -+ { -+ if(BeamformEntry.sound_bw == CHANNEL_WIDTH_20) -+ BeamCtrlVal |= BIT9; -+ else if(BeamformEntry.sound_bw == CHANNEL_WIDTH_40) -+ BeamCtrlVal |= BIT10; -+ else if(BeamformEntry.sound_bw == CHANNEL_WIDTH_80) -+ BeamCtrlVal |= BIT11; -+ } -+ else -+ { -+ BeamCtrlVal &= ~(BIT9|BIT10|BIT11); -+ } -+ -+ rtw_write16(Adapter, BeamCtrlReg, BeamCtrlVal); -+ -+ DBG_871X("%s Idx %d BeamCtrlReg %x BeamCtrlVal %x\n", __FUNCTION__, Idx, BeamCtrlReg, BeamCtrlVal); -+} -+ -+ -+VOID -+SetBeamformFwTxBFCmd_8812( -+ IN PADAPTER Adapter -+ ) -+{ -+ u8 Idx, Period0 = 0, Period1 = 0; -+ u8 PageNum0 = 0xFF, PageNum1 = 0xFF; -+ u8 u1TxBFParm[3]={0}; -+ -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(pmlmepriv); -+ -+ for(Idx = 0; Idx < BEAMFORMING_ENTRY_NUM; Idx++) -+ { -+ if(pBeamInfo->beamforming_entry[Idx].beamforming_entry_state == BEAMFORMING_ENTRY_STATE_PROGRESSED) -+ { -+ if(Idx == 0) -+ { -+ if(pBeamInfo->beamforming_entry[Idx].bSound) -+ PageNum0 = 0xFE; -+ else -+ PageNum0 = 0xFF; //stop sounding -+ Period0 = (u8)(pBeamInfo->beamforming_entry[Idx].sound_period); -+ } -+ else if(Idx == 1) -+ { -+ if(pBeamInfo->beamforming_entry[Idx].bSound) -+ PageNum1 = 0xFE; -+ else -+ PageNum1 = 0xFF; //stop sounding -+ Period1 = (u8)(pBeamInfo->beamforming_entry[Idx].sound_period); -+ } -+ } -+ } -+ -+ u1TxBFParm[0] = PageNum0; -+ u1TxBFParm[1] = PageNum1; -+ u1TxBFParm[2] = (Period1 << 4) | Period0; -+ FillH2CCmd_8812(Adapter, H2C_8812_TxBF, 3, u1TxBFParm); -+ -+ DBG_871X("%s PageNum0 = %d Period0 = %d\n", __FUNCTION__, PageNum0, Period0); -+ DBG_871X("PageNum1 = %d Period1 %d\n", PageNum1, Period1); -+} -+ -+ -+VOID -+SetBeamformDownloadNDPA_8812( -+ IN PADAPTER Adapter, -+ IN u8 Idx -+ ) -+{ -+ u8 u1bTmp=0, tmpReg422=0, Head_Page; -+ u8 BcnValidReg=0, count=0, DLBcnCount=0; -+ BOOLEAN bSendBeacon=_FALSE; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 TxPageBndy= LAST_ENTRY_OF_TX_PKT_BUFFER_8812; // default reseved 1 page for the IC type which is undefined. -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(&(Adapter->mlmepriv)); -+ struct beamforming_entry *pBeamEntry = pBeamInfo->beamforming_entry+Idx; -+ -+ //pHalData->bFwDwRsvdPageInProgress = _TRUE; -+ -+ if(Idx == 0) -+ Head_Page = 0xFE; -+ else -+ Head_Page = 0xFE; -+ -+ rtw_hal_get_def_var(Adapter, HAL_DEF_TX_PAGE_BOUNDARY, (u8 *)&TxPageBndy); -+ -+ //Set REG_CR bit 8. DMA beacon by SW. -+ u1bTmp = rtw_read8(Adapter, REG_CR+1); -+ rtw_write8(Adapter, REG_CR+1, (u1bTmp|BIT0)); -+ -+ pHalData->RegCR_1 |= BIT0; -+ rtw_write8(Adapter, REG_CR+1, pHalData->RegCR_1); -+ -+ // Set FWHW_TXQ_CTRL 0x422[6]=0 to tell Hw the packet is not a real beacon frame. -+ tmpReg422 = rtw_read8(Adapter, REG_FWHW_TXQ_CTRL+2); -+ rtw_write8(Adapter, REG_FWHW_TXQ_CTRL+2, tmpReg422&(~BIT6)); -+ -+ if(tmpReg422&BIT6) -+ { -+ DBG_871X("SetBeamformDownloadNDPA_8812(): There is an Adapter is sending beacon.\n"); -+ bSendBeacon = _TRUE; -+ } -+ -+ // TDECTRL[15:8] 0x209[7:0] = 0xF6 Beacon Head for TXDMA -+ rtw_write8(Adapter,REG_TDECTRL+1, Head_Page); -+ -+ do -+ { -+ // Clear beacon valid check bit. -+ BcnValidReg = rtw_read8(Adapter, REG_TDECTRL+2); -+ rtw_write8(Adapter, REG_TDECTRL+2, (BcnValidReg|BIT0)); -+ -+ // download NDPA rsvd page. -+ if(pBeamEntry->beamforming_entry_cap & BEAMFORMER_CAP_VHT_SU) -+ beamforming_send_vht_ndpa_packet(Adapter,pBeamEntry->mac_addr,pBeamEntry->aid,pBeamEntry->sound_bw, BCN_QUEUE_INX); -+ else -+ beamforming_send_ht_ndpa_packet(Adapter,pBeamEntry->mac_addr,pBeamEntry->sound_bw, BCN_QUEUE_INX); -+ -+ // check rsvd page download OK. -+ BcnValidReg = rtw_read8(Adapter, REG_TDECTRL+2); -+ count=0; -+ while(!(BcnValidReg & BIT0) && count <20) -+ { -+ count++; -+ rtw_udelay_os(10); -+ BcnValidReg = rtw_read8(Adapter, REG_TDECTRL+2); -+ } -+ DLBcnCount++; -+ }while(!(BcnValidReg&BIT0) && DLBcnCount<5); -+ -+ if(!(BcnValidReg&BIT0)) -+ DBG_871X("%s Download RSVD page failed!\n", __FUNCTION__); -+ -+ // TDECTRL[15:8] 0x209[7:0] = 0xF6 Beacon Head for TXDMA -+ rtw_write8(Adapter,REG_TDECTRL+1, TxPageBndy); -+ -+ // To make sure that if there exists an adapter which would like to send beacon. -+ // If exists, the origianl value of 0x422[6] will be 1, we should check this to -+ // prevent from setting 0x422[6] to 0 after download reserved page, or it will cause -+ // the beacon cannot be sent by HW. -+ // 2010.06.23. Added by tynli. -+ if(bSendBeacon) -+ { -+ rtw_write8(Adapter, REG_FWHW_TXQ_CTRL+2, tmpReg422); -+ } -+ -+ // Do not enable HW DMA BCN or it will cause Pcie interface hang by timing issue. 2011.11.24. by tynli. -+ // Clear CR[8] or beacon packet will not be send to TxBuf anymore. -+ u1bTmp = rtw_read8(Adapter, REG_CR+1); -+ rtw_write8(Adapter, REG_CR+1, (u1bTmp&(~BIT0))); -+ -+ pBeamEntry->beamforming_entry_state = BEAMFORMING_ENTRY_STATE_PROGRESSED; -+ -+ //pHalData->bFwDwRsvdPageInProgress = _FALSE; -+} -+ -+VOID -+SetBeamformFwTxBF_8812( -+ IN PADAPTER Adapter, -+ IN u8 Idx -+ ) -+{ -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(&(Adapter->mlmepriv)); -+ struct beamforming_entry *pBeamEntry = pBeamInfo->beamforming_entry+Idx; -+ -+ if(pBeamEntry->beamforming_entry_state == BEAMFORMING_ENTRY_STATE_PROGRESSING) -+ SetBeamformDownloadNDPA_8812(Adapter, Idx); -+ -+ SetBeamformFwTxBFCmd_8812(Adapter); -+} -+ -+ -+VOID -+SetBeamformPatch_8812( -+ IN PADAPTER Adapter, -+ IN u8 Operation -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct beamforming_info *pBeamInfo = GET_BEAMFORM_INFO(&(Adapter->mlmepriv)); -+ -+ if(pBeamInfo->beamforming_cap == BEAMFORMING_CAP_NONE) -+ return; -+ -+ /*if(Operation == SCAN_OPT_BACKUP_BAND0) -+ { -+ rtw_write8(Adapter, REG_SND_PTCL_CTRL_8812A, 0xC8); -+ } -+ else if(Operation == SCAN_OPT_RESTORE) -+ { -+ rtw_write8(Adapter, REG_SND_PTCL_CTRL_8812A, 0xCB); -+ }*/ -+} -+#endif /*#if (BEAMFORMING_SUPPORT == 0) - for drv beamforming*/ -+#endif /*#ifdef CONFIG_BEAMFORMING*/ -+ -+static void hw_var_set_monitor(PADAPTER Adapter, u8 variable, u8 *val) -+{ -+ u32 value_rcr, rcr_bits; -+ u16 value_rxfltmap2; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct mlme_priv *pmlmepriv = &(Adapter->mlmepriv); -+ -+ if (*((u8 *)val) == _HW_STATE_MONITOR_) { -+ -+ /* Leave IPS */ -+ rtw_pm_set_ips(Adapter, IPS_NONE); -+ LeaveAllPowerSaveMode(Adapter); -+ -+ /* Receive all type */ -+ rcr_bits = RCR_AAP | RCR_APM | RCR_AM | RCR_AB | RCR_APWRMGT | RCR_ADF | RCR_ACF | RCR_AMF | RCR_APP_PHYST_RXFF; -+ -+ /* Append FCS */ -+ rcr_bits |= RCR_APPFCS; -+ -+ #if 0 -+ /* -+ CRC and ICV packet will drop in recvbuf2recvframe() -+ We no turn on it. -+ */ -+ rcr_bits |= (RCR_ACRC32 | RCR_AICV); -+ #endif -+ -+ /* Receive all data frames */ -+ value_rxfltmap2 = 0xFFFF; -+ -+ value_rcr = rcr_bits; -+ rtw_write32(Adapter, REG_RCR, value_rcr); -+ -+ rtw_write16(Adapter, REG_RXFLTMAP2, value_rxfltmap2); -+ -+ #if 0 -+ /* tx pause */ -+ rtw_write8(padapter, REG_TXPAUSE, 0xFF); -+ #endif -+ } else { -+ /* do nothing */ -+ } -+ -+} -+ -+static void hw_var_set_opmode(PADAPTER Adapter, u8 variable, u8* val) -+{ -+ u8 val8; -+ u8 mode = *((u8 *)val); -+ u32 value_rcr; -+ static u8 isMonitor = _FALSE; -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if (isMonitor == _TRUE) { -+ /* reset RCR */ -+ rtw_write32(Adapter, REG_RCR, pHalData->ReceiveConfig); -+ isMonitor = _FALSE; -+ } -+ -+ if (mode == _HW_STATE_MONITOR_) { -+ isMonitor = _TRUE; -+ /* set net_type */ -+ Set_MSR(Adapter, _HW_STATE_NOLINK_); -+ -+ hw_var_set_monitor(Adapter, variable, val); -+ return; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(Adapter->iface_type == IFACE_PORT1) -+ { -+ // disable Port1 TSF update -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)|DIS_TSF_UDT); -+ -+ // set net_type -+ val8 = rtw_read8(Adapter, MSR)&0x03; -+ val8 |= (mode<<2); -+ rtw_write8(Adapter, MSR, val8); -+ -+ DBG_871X("%s()-%d mode = %d\n", __FUNCTION__, __LINE__, mode); -+ -+ if((mode == _HW_STATE_STATION_) || (mode == _HW_STATE_NOLINK_)) -+ { -+ if(!check_buddy_mlmeinfo_state(Adapter, WIFI_FW_AP_STATE)) -+ { -+ StopTxBeacon(Adapter); -+#ifdef CONFIG_PCI_HCI -+ UpdateInterruptMask8812AE( Adapter, 0, 0, RT_BCN_INT_MASKS, 0); -+#else -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN -+ -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ rtw_write8(Adapter, REG_DRVERLYINT, 0x05);//restore early int time to 5ms -+ UpdateInterruptMask8812AU(Adapter,_TRUE, 0, IMR_BCNDMAINT0_8812); -+ #endif // CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ UpdateInterruptMask8812AU(Adapter,_TRUE ,0, (IMR_TXBCN0ERR_8812|IMR_TXBCN0OK_8812)); -+ #endif// CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ -+ #endif //CONFIG_INTERRUPT_BASED_TXBCN -+#endif -+ } -+ -+ rtw_write8(Adapter,REG_BCN_CTRL_1, 0x11);//disable atim wnd and disable beacon function -+ //rtw_write8(Adapter,REG_BCN_CTRL_1, 0x18); -+ } -+ else if((mode == _HW_STATE_ADHOC_) /*|| (mode == _HW_STATE_AP_)*/) -+ { -+ ResumeTxBeacon(Adapter); -+ rtw_write8(Adapter,REG_BCN_CTRL_1, 0x1a); -+ } -+ else if(mode == _HW_STATE_AP_) -+ { -+#ifdef CONFIG_PCI_HCI -+ UpdateInterruptMask8812AE( Adapter, RT_BCN_INT_MASKS, 0, 0, 0); -+#else -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ UpdateInterruptMask8812AU(Adapter,_TRUE ,IMR_BCNDMAINT0_8812, 0); -+ #endif//CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ UpdateInterruptMask8812AU(Adapter,_TRUE ,(IMR_TXBCN0ERR_8812|IMR_TXBCN0OK_8812), 0); -+ #endif//CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ -+ #endif //CONFIG_INTERRUPT_BASED_TXBCN -+#endif -+ -+ ResumeTxBeacon(Adapter); -+ -+ rtw_write8(Adapter, REG_BCN_CTRL_1, 0x12); -+ -+ #ifdef CONFIG_PCI_HCI -+ //Beacon is polled to TXBUF SWBCN -+ rtw_write32(Adapter, REG_CR, rtw_read32(Adapter, REG_CR)|BIT(8)); -+ DBG_871X("CR:SWBCN %x \n",rtw_read32(Adapter,0x100)); -+ #endif -+ //Set RCR -+ //rtw_write32(padapter, REG_RCR, 0x70002a8e);//CBSSID_DATA must set to 0 -+ //rtw_write32(Adapter, REG_RCR, 0x7000228e);//CBSSID_DATA must set to 0 -+ //rtw_write32(Adapter, REG_RCR, 0x7000208e);//CBSSID_DATA must set to 0,reject ICV_ERR packet -+ value_rcr = rtw_read32(Adapter, REG_RCR); -+ value_rcr &= ~(RCR_CBSSID_DATA);//Clear CBSSID_DATA -+ rtw_write32(Adapter, REG_RCR, value_rcr); -+ -+ //enable to rx data frame -+ rtw_write16(Adapter, REG_RXFLTMAP2, 0xFFFF); -+ -+ //Beacon Control related register for first time -+ rtw_write8(Adapter, REG_BCNDMATIM, 0x02); // 2ms -+ -+ //rtw_write8(Adapter, REG_BCN_MAX_ERR, 0xFF); -+ rtw_write8(Adapter, REG_ATIMWND_1, 0x0a); // 10ms for port1 -+ rtw_write16(Adapter, REG_BCNTCFG, 0x00); -+ rtw_write16(Adapter, REG_TBTT_PROHIBIT, 0xff04); -+ rtw_write16(Adapter, REG_TSFTR_SYN_OFFSET, 0x7fff);// +32767 (~32ms) -+ -+ //reset TSF2 -+ rtw_write8(Adapter, REG_DUAL_TSF_RST, BIT(1)); -+ -+ //enable BCN1 Function for if2 -+ //don't enable update TSF1 for if2 (due to TSF update when beacon/probe rsp are received) -+ rtw_write8(Adapter, REG_BCN_CTRL_1, (DIS_TSF_UDT|EN_BCN_FUNCTION | EN_TXBCN_RPT|DIS_BCNQ_SUB)); -+ -+ if(IS_HARDWARE_TYPE_8821(Adapter)) -+ { -+ // select BCN on port 1 -+ rtw_write8(Adapter, REG_CCK_CHECK_8812, rtw_read8(Adapter, REG_CCK_CHECK_8812)|BIT(5)); -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(check_buddy_fwstate(Adapter, WIFI_FW_NULL_STATE)) -+ rtw_write8(Adapter, REG_BCN_CTRL, -+ rtw_read8(Adapter, REG_BCN_CTRL) & ~EN_BCN_FUNCTION); -+#endif -+ //BCN1 TSF will sync to BCN0 TSF with offset(0x518) if if1_sta linked -+ //rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)|BIT(5)); -+ //rtw_write8(Adapter, REG_DUAL_TSF_RST, BIT(3)); -+ -+ //dis BCN0 ATIM WND if if1 is station -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)|DIS_ATIM); -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+ // Reset TSF for STA+AP concurrent mode -+ if ( check_buddy_fwstate(Adapter, (WIFI_STATION_STATE|WIFI_ASOC_STATE)) ) { -+ if (reset_tsf(Adapter, IFACE_PORT1) == _FALSE) -+ DBG_871X("ERROR! %s()-%d: Reset port1 TSF fail\n", -+ __FUNCTION__, __LINE__); -+ } -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ } -+ } -+ else //else for port0 -+#endif // CONFIG_CONCURRENT_MODE -+ { -+ // disable Port0 TSF update -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)|DIS_TSF_UDT); -+ -+ // set net_type -+ val8 = rtw_read8(Adapter, MSR)&0x0c; -+ val8 |= mode; -+ rtw_write8(Adapter, MSR, val8); -+ -+ DBG_871X("%s()-%d mode = %d\n", __FUNCTION__, __LINE__, mode); -+ -+ if((mode == _HW_STATE_STATION_) || (mode == _HW_STATE_NOLINK_)) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if(!check_buddy_mlmeinfo_state(Adapter, WIFI_FW_AP_STATE)) -+#endif // CONFIG_CONCURRENT_MODE -+ { -+ StopTxBeacon(Adapter); -+#ifdef CONFIG_PCI_HCI -+ UpdateInterruptMask8812AE( Adapter, 0, 0, RT_BCN_INT_MASKS, 0); -+#else -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ rtw_write8(Adapter, REG_DRVERLYINT, 0x05);//restore early int time to 5ms -+ UpdateInterruptMask8812AU(Adapter,_TRUE, 0, IMR_BCNDMAINT0_8812); -+ #endif//CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ UpdateInterruptMask8812AU(Adapter,_TRUE ,0, (IMR_TXBCN0ERR_8812|IMR_TXBCN0OK_8812)); -+ #endif //CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ -+ #endif //CONFIG_INTERRUPT_BASED_TXBCN -+#endif -+ } -+ -+ rtw_write8(Adapter,REG_BCN_CTRL, 0x19);//disable atim wnd -+ //rtw_write8(Adapter,REG_BCN_CTRL, 0x18); -+ } -+ else if((mode == _HW_STATE_ADHOC_) /*|| (mode == _HW_STATE_AP_)*/) -+ { -+ ResumeTxBeacon(Adapter); -+ rtw_write8(Adapter,REG_BCN_CTRL, 0x1a); -+ } -+ else if(mode == _HW_STATE_AP_) -+ { -+#ifdef CONFIG_PCI_HCI -+ UpdateInterruptMask8812AE( Adapter, RT_BCN_INT_MASKS, 0, 0, 0); -+#else -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ UpdateInterruptMask8812AU(Adapter,_TRUE ,IMR_BCNDMAINT0_8812, 0); -+ #endif//CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ UpdateInterruptMask8812AU(Adapter,_TRUE ,(IMR_TXBCN0ERR_8812|IMR_TXBCN0OK_8812), 0); -+ #endif//CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ -+ #endif //CONFIG_INTERRUPT_BASED_TXBCN -+#endif -+ -+ ResumeTxBeacon(Adapter); -+ -+ rtw_write8(Adapter, REG_BCN_CTRL, 0x12); -+ #ifdef CONFIG_PCI_HCI -+ //Beacon is polled to TXBUF SWBCN -+ rtw_write32(Adapter, REG_CR, rtw_read32(Adapter, REG_CR)|BIT(8)); -+ DBG_871X("CR:SWBCN %x \n",rtw_read32(Adapter,0x100)); -+ #endif -+ -+ //Set RCR -+ //rtw_write32(padapter, REG_RCR, 0x70002a8e);//CBSSID_DATA must set to 0 -+ //rtw_write32(Adapter, REG_RCR, 0x7000228e);//CBSSID_DATA must set to 0 -+ //rtw_write32(Adapter, REG_RCR, 0x7000208e);//CBSSID_DATA must set to 0,reject ICV_ERR packet -+ value_rcr = rtw_read32(Adapter, REG_RCR); -+ value_rcr &= ~(RCR_CBSSID_DATA);//Clear CBSSID_DATA -+ rtw_write32(Adapter, REG_RCR, value_rcr); -+ -+ //enable to rx data frame -+ rtw_write16(Adapter, REG_RXFLTMAP2, 0xFFFF); -+ -+ //Beacon Control related register for first time -+ rtw_write8(Adapter, REG_BCNDMATIM, 0x02); // 2ms -+ -+ //rtw_write8(Adapter, REG_BCN_MAX_ERR, 0xFF); -+ rtw_write8(Adapter, REG_ATIMWND, 0x0a); // 10ms -+ rtw_write16(Adapter, REG_BCNTCFG, 0x00); -+ rtw_write16(Adapter, REG_TBTT_PROHIBIT, 0xff04); -+ rtw_write16(Adapter, REG_TSFTR_SYN_OFFSET, 0x7fff);// +32767 (~32ms) -+ -+ //reset TSF -+ rtw_write8(Adapter, REG_DUAL_TSF_RST, BIT(0)); -+ -+ //enable BCN0 Function for if1 -+ //don't enable update TSF0 for if1 (due to TSF update when beacon/probe rsp are received) -+ rtw_write8(Adapter, REG_BCN_CTRL, (DIS_TSF_UDT|EN_BCN_FUNCTION | EN_TXBCN_RPT|DIS_BCNQ_SUB)); -+ -+ if(IS_HARDWARE_TYPE_8821(Adapter)) -+ { -+ // select BCN on port 0 -+ rtw_write8(Adapter, REG_CCK_CHECK_8812, rtw_read8(Adapter, REG_CCK_CHECK_8812)&(~BIT(5))); -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(check_buddy_fwstate(Adapter, WIFI_FW_NULL_STATE)) -+ rtw_write8(Adapter, REG_BCN_CTRL_1, -+ rtw_read8(Adapter, REG_BCN_CTRL_1) & ~EN_BCN_FUNCTION); -+#endif -+ -+ //dis BCN1 ATIM WND if if2 is station -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)|DIS_ATIM); -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+ // Reset TSF for STA+AP concurrent mode -+ if ( check_buddy_fwstate(Adapter, (WIFI_STATION_STATE|WIFI_ASOC_STATE)) ) { -+ if (reset_tsf(Adapter, IFACE_PORT0) == _FALSE) -+ DBG_871X("ERROR! %s()-%d: Reset port0 TSF fail\n", -+ __FUNCTION__, __LINE__); -+ } -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ } -+ } -+} -+ -+static void hw_var_set_macaddr(PADAPTER Adapter, u8 variable, u8* val) -+{ -+ u8 idx = 0; -+ u32 reg_macid; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(Adapter->iface_type == IFACE_PORT1) -+ { -+ reg_macid = REG_MACID1; -+ } -+ else -+#endif -+ { -+ reg_macid = REG_MACID; -+ } -+ -+ for(idx = 0 ; idx < 6; idx++) -+ { -+ rtw_write8(GET_PRIMARY_ADAPTER(Adapter), (reg_macid+idx), val[idx]); -+ } -+ -+} -+ -+static void hw_var_set_bssid(PADAPTER Adapter, u8 variable, u8* val) -+{ -+ u8 idx = 0; -+ u32 reg_bssid; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(Adapter->iface_type == IFACE_PORT1) -+ { -+ reg_bssid = REG_BSSID1; -+ } -+ else -+#endif -+ { -+ reg_bssid = REG_BSSID; -+ } -+ -+ for(idx = 0 ; idx < 6; idx++) -+ { -+ rtw_write8(Adapter, (reg_bssid+idx), val[idx]); -+ } -+ -+} -+ -+static void hw_var_set_bcn_func(PADAPTER Adapter, u8 variable, u8* val) -+{ -+ u32 bcn_ctrl_reg; -+ u8 val8; -+#ifdef CONFIG_CONCURRENT_MODE -+ if(Adapter->iface_type == IFACE_PORT1) -+ { -+ bcn_ctrl_reg = REG_BCN_CTRL_1; -+ } -+ else -+#endif -+ { -+ bcn_ctrl_reg = REG_BCN_CTRL; -+ } -+ -+ if(*((u8 *)val)) -+ { -+ rtw_write8(Adapter, bcn_ctrl_reg, (EN_BCN_FUNCTION | EN_TXBCN_RPT)); -+ } -+ else -+ { -+ -+ u8 val8; -+ val8 = rtw_read8(Adapter, bcn_ctrl_reg); -+ val8 &= ~(EN_BCN_FUNCTION | EN_TXBCN_RPT); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (GET_HAL_DATA(Adapter)->EEPROMBluetoothCoexist == 1) -+ { -+ // Always enable port0 beacon function for PSTDMA -+ if (REG_BCN_CTRL == bcn_ctrl_reg) -+ val8 |= EN_BCN_FUNCTION; -+ } -+#endif -+ -+ rtw_write8(Adapter, bcn_ctrl_reg, val8); -+ //rtw_write8(Adapter, bcn_ctrl_reg, rtw_read8(Adapter, bcn_ctrl_reg)&(~(EN_BCN_FUNCTION | EN_TXBCN_RPT))); -+ } -+ -+ -+} -+ -+static void hw_var_set_correct_tsf(PADAPTER Adapter, u8 variable, u8* val) -+{ -+#ifdef CONFIG_CONCURRENT_MODE -+ u64 tsf; -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ //tsf = pmlmeext->TSFValue - ((u32)pmlmeext->TSFValue % (pmlmeinfo->bcn_interval*1024)) -1024; //us -+ tsf = pmlmeext->TSFValue - rtw_modular64(pmlmeext->TSFValue, (pmlmeinfo->bcn_interval*1024)) -1024; //us -+ -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ { -+ //pHalData->RegTxPause |= STOP_BCNQ;BIT(6) -+ //rtw_write8(Adapter, REG_TXPAUSE, (rtw_read8(Adapter, REG_TXPAUSE)|BIT(6))); -+ StopTxBeacon(Adapter); -+ } -+ -+ if(Adapter->iface_type == IFACE_PORT1) -+ { -+ //disable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)&(~BIT(3))); -+ -+ rtw_write32(Adapter, REG_TSFTR1, tsf); -+ rtw_write32(Adapter, REG_TSFTR1+4, tsf>>32); -+ -+ -+ //enable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)|BIT(3)); -+ -+ // Update buddy port's TSF if it is SoftAP for beacon TX issue! -+ if ( (pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE -+ && check_buddy_fwstate(Adapter, WIFI_AP_STATE) -+ ) { -+ //disable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)&(~BIT(3))); -+ -+ rtw_write32(Adapter, REG_TSFTR, tsf); -+ rtw_write32(Adapter, REG_TSFTR+4, tsf>>32); -+ -+ //enable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)|BIT(3)); -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+ // Update buddy port's TSF(TBTT) if it is SoftAP for beacon TX issue! -+ if (reset_tsf(Adapter, IFACE_PORT0) == _FALSE) -+ DBG_871X("ERROR! %s()-%d: Reset port0 TSF fail\n", -+ __FUNCTION__, __LINE__); -+ -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ } -+ -+ -+ } -+ else -+ { -+ //disable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)&(~BIT(3))); -+ -+ rtw_write32(Adapter, REG_TSFTR, tsf); -+ rtw_write32(Adapter, REG_TSFTR+4, tsf>>32); -+ -+ //enable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)|BIT(3)); -+ -+ // Update buddy port's TSF if it is SoftAP for beacon TX issue! -+ if ( (pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE -+ && check_buddy_fwstate(Adapter, WIFI_AP_STATE) -+ ) { -+ //disable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)&(~BIT(3))); -+ -+ rtw_write32(Adapter, REG_TSFTR1, tsf); -+ rtw_write32(Adapter, REG_TSFTR1+4, tsf>>32); -+ -+ //enable related TSF function -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)|BIT(3)); -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+ // Update buddy port's TSF if it is SoftAP for beacon TX issue! -+ if (reset_tsf(Adapter, IFACE_PORT1) == _FALSE) -+ DBG_871X("ERROR! %s()-%d: Reset port1 TSF fail\n", -+ __FUNCTION__, __LINE__); -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ } -+ -+ } -+ -+ -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ { -+ //pHalData->RegTxPause &= (~STOP_BCNQ); -+ //rtw_write8(Adapter, REG_TXPAUSE, (rtw_read8(Adapter, REG_TXPAUSE)&(~BIT(6)))); -+ ResumeTxBeacon(Adapter); -+ } -+#endif -+} -+ -+static void hw_var_set_mlme_disconnect(PADAPTER Adapter, u8 variable, u8* val) -+{ -+#ifdef CONFIG_CONCURRENT_MODE -+ -+ if(check_buddy_mlmeinfo_state(Adapter, _HW_STATE_NOLINK_)) -+ rtw_write16(Adapter, REG_RXFLTMAP2, 0x00); -+ -+ -+ if(Adapter->iface_type == IFACE_PORT1) -+ { -+ //reset TSF1 -+ rtw_write8(Adapter, REG_DUAL_TSF_RST, BIT(1)); -+ -+ //disable update TSF1 -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)|BIT(4)); -+ -+ // disable Port1's beacon function -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)&(~BIT(3))); -+ } -+ else -+ { -+ //reset TSF -+ rtw_write8(Adapter, REG_DUAL_TSF_RST, BIT(0)); -+ -+ //disable update TSF -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)|BIT(4)); -+ } -+#endif -+} -+ -+static void hw_var_set_mlme_sitesurvey(PADAPTER Adapter, u8 variable, u8* val) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(Adapter); -+ u32 value_rcr, rcr_clear_bit, reg_bcn_ctl; -+ u16 value_rxfltmap2; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct mlme_priv *pmlmepriv=&(Adapter->mlmepriv); -+ u8 ap_num; -+ -+ rtw_dev_iface_status(Adapter, NULL, NULL, NULL, &ap_num, NULL); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(Adapter->iface_type == IFACE_PORT1) -+ reg_bcn_ctl = REG_BCN_CTRL_1; -+ else -+#endif -+ reg_bcn_ctl = REG_BCN_CTRL; -+ -+#ifdef CONFIG_FIND_BEST_CHANNEL -+ -+ rcr_clear_bit = (RCR_CBSSID_BCN | RCR_CBSSID_DATA); -+ -+ /* Receive all data frames */ -+ value_rxfltmap2 = 0xFFFF; -+ -+#else /* CONFIG_FIND_BEST_CHANNEL */ -+ -+ rcr_clear_bit = RCR_CBSSID_BCN; -+ -+ //config RCR to receive different BSSID & not to receive data frame -+ value_rxfltmap2 = 0; -+ -+#endif /* CONFIG_FIND_BEST_CHANNEL */ -+ -+ if( (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+#ifdef CONFIG_CONCURRENT_MODE -+ || (check_buddy_fwstate(Adapter, WIFI_AP_STATE) == _TRUE) -+#endif -+ ) -+ { -+ rcr_clear_bit = RCR_CBSSID_BCN; -+ } -+#ifdef CONFIG_TDLS -+ // TDLS will clear RCR_CBSSID_DATA bit for connection. -+ else if (Adapter->tdlsinfo.link_established == _TRUE) -+ { -+ rcr_clear_bit = RCR_CBSSID_BCN; -+ } -+#endif // CONFIG_TDLS -+ -+ value_rcr = rtw_read32(Adapter, REG_RCR); -+ -+ if(*((u8 *)val))//under sitesurvey -+ { -+ value_rcr &= ~(rcr_clear_bit); -+ rtw_write32(Adapter, REG_RCR, value_rcr); -+ -+ rtw_write16(Adapter, REG_RXFLTMAP2, value_rxfltmap2); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_ADHOC_STATE |WIFI_ADHOC_MASTER_STATE)) { -+ //disable update TSF -+ rtw_write8(Adapter, reg_bcn_ctl, rtw_read8(Adapter, reg_bcn_ctl)|DIS_TSF_UDT); -+ } -+ -+ // Save orignal RRSR setting. -+ pHalData->RegRRSR = rtw_read16(Adapter, REG_RRSR); -+ -+ if (ap_num) -+ StopTxBeacon(Adapter); -+ } -+ else//sitesurvey done -+ { -+ if(check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) -+#ifdef CONFIG_CONCURRENT_MODE -+ || check_buddy_fwstate(Adapter, (_FW_LINKED|WIFI_AP_STATE)) -+#endif -+ ) -+ { -+ //enable to rx data frame -+ rtw_write16(Adapter, REG_RXFLTMAP2,0xFFFF); -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_ADHOC_STATE |WIFI_ADHOC_MASTER_STATE)) { -+ //enable update TSF -+ rtw_write8(Adapter, reg_bcn_ctl, rtw_read8(Adapter, reg_bcn_ctl)&(~(DIS_TSF_UDT))); -+ } -+ -+ value_rcr |= rcr_clear_bit; -+ rtw_write32(Adapter, REG_RCR, value_rcr); -+ -+ // Restore orignal RRSR setting. -+ rtw_write16(Adapter, REG_RRSR, pHalData->RegRRSR); -+ -+ if (ap_num) { -+ int i; -+ _adapter *iface; -+ -+ ResumeTxBeacon(Adapter); -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ iface = dvobj->padapters[i]; -+ if (!iface) -+ continue; -+ -+ if (check_fwstate(&iface->mlmepriv, WIFI_AP_STATE) == _TRUE -+ && check_fwstate(&iface->mlmepriv, WIFI_ASOC_STATE) == _TRUE -+ ) { -+ iface->mlmepriv.update_bcn = _TRUE; -+ #ifndef CONFIG_INTERRUPT_BASED_TXBCN -+ #if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ tx_beacon_hdl(iface, NULL); -+ #endif -+ #endif -+ } -+ } -+ } -+ } -+} -+ -+static void hw_var_set_mlme_join(PADAPTER Adapter, u8 variable, u8* val) -+{ -+#ifdef CONFIG_CONCURRENT_MODE -+ u8 RetryLimit = 0x30; -+ u8 type = *((u8 *)val); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct mlme_priv *pmlmepriv = &Adapter->mlmepriv; -+ -+ if(type == 0) // prepare to join -+ { -+ if(check_buddy_mlmeinfo_state(Adapter, WIFI_FW_AP_STATE) && -+ check_buddy_fwstate(Adapter, _FW_LINKED)) -+ { -+ StopTxBeacon(Adapter); -+ } -+ -+ //enable to rx data frame.Accept all data frame -+ //rtw_write32(padapter, REG_RCR, rtw_read32(padapter, REG_RCR)|RCR_ADF); -+ rtw_write16(Adapter, REG_RXFLTMAP2,0xFFFF); -+ -+ if(check_buddy_mlmeinfo_state(Adapter, WIFI_FW_AP_STATE)) -+ { -+ rtw_write32(Adapter, REG_RCR, rtw_read32(Adapter, REG_RCR)|RCR_CBSSID_BCN); -+ } -+ else -+ { -+ rtw_write32(Adapter, REG_RCR, rtw_read32(Adapter, REG_RCR)|RCR_CBSSID_DATA|RCR_CBSSID_BCN); -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ { -+ RetryLimit = (pHalData->CustomerID == RT_CID_CCX) ? 7 : 48; -+ } -+ else // Ad-hoc Mode -+ { -+ RetryLimit = 0x7; -+ } -+ } -+ else if(type == 1) //joinbss_event call back when join res < 0 -+ { -+ if(check_buddy_mlmeinfo_state(Adapter, _HW_STATE_NOLINK_)) -+ rtw_write16(Adapter, REG_RXFLTMAP2,0x00); -+ -+ if(check_buddy_mlmeinfo_state(Adapter, WIFI_FW_AP_STATE) && -+ check_buddy_fwstate(Adapter, _FW_LINKED)) -+ { -+ ResumeTxBeacon(Adapter); -+ -+ //reset TSF 1/2 after ResumeTxBeacon -+ rtw_write8(Adapter, REG_DUAL_TSF_RST, BIT(1)|BIT(0)); -+ -+ } -+ } -+ else if(type == 2) //sta add event call back -+ { -+ -+ //enable update TSF -+ if(Adapter->iface_type == IFACE_PORT1) -+ rtw_write8(Adapter, REG_BCN_CTRL_1, rtw_read8(Adapter, REG_BCN_CTRL_1)&(~BIT(4))); -+ else -+ rtw_write8(Adapter, REG_BCN_CTRL, rtw_read8(Adapter, REG_BCN_CTRL)&(~BIT(4))); -+ -+ -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE)) -+ { -+ //fixed beacon issue for 8191su........... -+ rtw_write8(Adapter,0x542 ,0x02); -+ RetryLimit = 0x7; -+ } -+ -+ -+ if(check_buddy_mlmeinfo_state(Adapter, WIFI_FW_AP_STATE) && -+ check_buddy_fwstate(Adapter, _FW_LINKED)) -+ { -+ ResumeTxBeacon(Adapter); -+ -+ //reset TSF 1/2 after ResumeTxBeacon -+ rtw_write8(Adapter, REG_DUAL_TSF_RST, BIT(1)|BIT(0)); -+ } -+ -+ } -+ -+ rtw_write16(Adapter, REG_RL, RetryLimit << RETRY_LIMIT_SHORT_SHIFT | RetryLimit << RETRY_LIMIT_LONG_SHIFT); -+ -+#endif -+} -+ -+void SetHwReg8812A(PADAPTER padapter, u8 variable, u8 *pval) -+{ -+ PHAL_DATA_TYPE pHalData; -+ PDM_ODM_T podmpriv; -+ u8 val8; -+ u16 val16; -+ u32 val32; -+ -+_func_enter_; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ podmpriv = &pHalData->odmpriv; -+ -+ switch (variable) -+ { -+ case HW_VAR_MEDIA_STATUS: -+ val8 = rtw_read8(padapter, MSR) & 0x0c; -+ val8 |= *pval; -+ rtw_write8(padapter, MSR, val8); -+ break; -+ -+ case HW_VAR_MEDIA_STATUS1: -+ val8 = rtw_read8(padapter, MSR) & 0x03; -+ val8 |= *pval << 2; -+ rtw_write8(padapter, MSR, val8); -+ break; -+ -+ case HW_VAR_SET_OPMODE: -+ hw_var_set_opmode(padapter, variable, pval); -+ break; -+ -+ case HW_VAR_MAC_ADDR: -+ hw_var_set_macaddr(padapter, variable, pval); -+ break; -+ -+ case HW_VAR_BSSID: -+ hw_var_set_bssid(padapter, variable, pval); -+ break; -+ -+ case HW_VAR_BASIC_RATE: -+ { -+ struct mlme_ext_info *mlmext_info = &padapter->mlmeextpriv.mlmext_info; -+ u16 input_b = 0, masked = 0, ioted = 0, BrateCfg = 0; -+ u16 rrsr_2g_force_mask = RRSR_CCK_RATES; -+ u16 rrsr_2g_allow_mask = (RRSR_24M|RRSR_12M|RRSR_6M|RRSR_CCK_RATES); -+ u16 rrsr_5g_force_mask = (RRSR_6M); -+ u16 rrsr_5g_allow_mask = (RRSR_OFDM_RATES); -+ -+ HalSetBrateCfg(padapter, pval, &BrateCfg); -+ input_b = BrateCfg; -+ -+ /* apply force and allow mask */ -+ if(pHalData->CurrentBandType == BAND_ON_2_4G) -+ { -+ BrateCfg |= rrsr_2g_force_mask; -+ BrateCfg &= rrsr_2g_allow_mask; -+ } -+ else // 5G -+ { -+ BrateCfg |= rrsr_5g_force_mask; -+ BrateCfg &= rrsr_5g_allow_mask; -+ } -+ masked = BrateCfg; -+ -+ /* IOT consideration */ -+ if (mlmext_info->assoc_AP_vendor == HT_IOT_PEER_CISCO) { -+ /* if peer is cisco and didn't use ofdm rate, we enable 6M ack */ -+ if((BrateCfg & (RRSR_24M|RRSR_12M|RRSR_6M)) == 0) -+ BrateCfg |= RRSR_6M; -+ } -+ ioted = BrateCfg; -+ -+ pHalData->BasicRateSet = BrateCfg; -+ -+ DBG_8192C("HW_VAR_BASIC_RATE: %#x -> %#x -> %#x\n", input_b, masked, ioted); -+ -+ // Set RRSR rate table. -+ rtw_write16(padapter, REG_RRSR, BrateCfg); -+ rtw_write8(padapter, REG_RRSR+2, rtw_read8(padapter, REG_RRSR+2)&0xf0); -+ } -+ break; -+ -+ case HW_VAR_TXPAUSE: -+ rtw_write8(padapter, REG_TXPAUSE, *pval); -+ break; -+ -+ case HW_VAR_BCN_FUNC: -+ hw_var_set_bcn_func(padapter, variable, pval); -+ break; -+ -+ case HW_VAR_CORRECT_TSF: -+#ifdef CONFIG_CONCURRENT_MODE -+ hw_var_set_correct_tsf(padapter, variable, pval); -+#else -+ { -+ u64 tsf; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ //tsf = pmlmeext->TSFValue - ((u32)pmlmeext->TSFValue % (pmlmeinfo->bcn_interval*1024)) -1024; //us -+ tsf = pmlmeext->TSFValue - rtw_modular64(pmlmeext->TSFValue, (pmlmeinfo->bcn_interval*1024)) -1024; //us -+ -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ { -+ //pHalData->RegTxPause |= STOP_BCNQ;BIT(6) -+ //rtw_write8(padapter, REG_TXPAUSE, (rtw_read8(padapter, REG_TXPAUSE)|BIT(6))); -+ StopTxBeacon(padapter); -+ } -+ -+ //disable related TSF function -+ rtw_write8(padapter, REG_BCN_CTRL, rtw_read8(padapter, REG_BCN_CTRL)&(~BIT(3))); -+ -+ rtw_write32(padapter, REG_TSFTR, tsf); -+ rtw_write32(padapter, REG_TSFTR+4, tsf>>32); -+ -+ //enable related TSF function -+ rtw_write8(padapter, REG_BCN_CTRL, rtw_read8(padapter, REG_BCN_CTRL)|BIT(3)); -+ -+ -+ if(((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE) || ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE)) -+ { -+ //pHalData->RegTxPause &= (~STOP_BCNQ); -+ //rtw_write8(padapter, REG_TXPAUSE, (rtw_read8(padapter, REG_TXPAUSE)&(~BIT(6)))); -+ ResumeTxBeacon(padapter); -+ } -+ } -+#endif -+ break; -+ -+ case HW_VAR_CHECK_BSSID: -+ val32 = rtw_read32(padapter, REG_RCR); -+ if (*pval) -+ val32 |= RCR_CBSSID_DATA|RCR_CBSSID_BCN; -+ else -+ val32 &= ~(RCR_CBSSID_DATA|RCR_CBSSID_BCN); -+ rtw_write32(padapter, REG_RCR, val32); -+ break; -+ -+ case HW_VAR_MLME_DISCONNECT: -+#ifdef CONFIG_CONCURRENT_MODE -+ hw_var_set_mlme_disconnect(padapter, variable, pval); -+#else -+ { -+ // Set RCR to not to receive data frame when NO LINK state -+// val32 = rtw_read32(padapter, REG_RCR); -+// val32 &= ~RCR_ADF; -+// rtw_write32(padapter, REG_RCR, val32); -+ -+ // reject all data frames -+ rtw_write16(padapter, REG_RXFLTMAP2, 0x00); -+ -+ // reset TSF -+ val8 = BIT(0) | BIT(1); -+ rtw_write8(padapter, REG_DUAL_TSF_RST, val8); -+ -+ // disable update TSF -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 |= BIT(4); -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ } -+#endif -+ break; -+ -+ case HW_VAR_MLME_SITESURVEY: -+ hw_var_set_mlme_sitesurvey(padapter, variable, pval); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (_TRUE == pHalData->EEPROMBluetoothCoexist) -+ rtw_btcoex_ScanNotify(padapter, *pval?_TRUE:_FALSE); -+#endif -+ break; -+ -+ case HW_VAR_MLME_JOIN: -+#ifdef CONFIG_CONCURRENT_MODE -+ hw_var_set_mlme_join(padapter, variable, pval); -+#else // !CONFIG_CONCURRENT_MODE -+ { -+ u8 RetryLimit = 0x30; -+ u8 type = *(u8*)pval; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ if (type == 0) // prepare to join -+ { -+ //enable to rx data frame.Accept all data frame -+ //rtw_write32(padapter, REG_RCR, rtw_read32(padapter, REG_RCR)|RCR_ADF); -+ rtw_write16(padapter, REG_RXFLTMAP2, 0xFFFF); -+ -+ val32 = rtw_read32(padapter, REG_RCR); -+ if (padapter->in_cta_test) -+ val32 &= ~(RCR_CBSSID_DATA | RCR_CBSSID_BCN);//| RCR_ADF -+ else -+ val32 |= RCR_CBSSID_DATA|RCR_CBSSID_BCN; -+ rtw_write32(padapter, REG_RCR, val32); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ { -+ RetryLimit = (pHalData->CustomerID == RT_CID_CCX) ? 7 : 48; -+ } -+ else // Ad-hoc Mode -+ { -+ RetryLimit = 0x7; -+ } -+ } -+ else if (type == 1) //joinbss_event call back when join res < 0 -+ { -+ rtw_write16(padapter, REG_RXFLTMAP2, 0x00); -+ } -+ else if (type == 2) //sta add event call back -+ { -+ //enable update TSF -+ val8 = rtw_read8(padapter, REG_BCN_CTRL); -+ val8 &= ~BIT(4); -+ rtw_write8(padapter, REG_BCN_CTRL, val8); -+ -+ if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE|WIFI_ADHOC_MASTER_STATE)) -+ { -+ RetryLimit = 0x7; -+ } -+ } -+ -+ val16 = RetryLimit << RETRY_LIMIT_SHORT_SHIFT | RetryLimit << RETRY_LIMIT_LONG_SHIFT; -+ rtw_write16(padapter, REG_RL, val16); -+ } -+#endif // !CONFIG_CONCURRENT_MODE -+ -+#ifdef CONFIG_BT_COEXIST -+ if (_TRUE == pHalData->EEPROMBluetoothCoexist) -+ { -+ switch (*pval) -+ { -+ case 0: -+ // prepare to join -+ rtw_btcoex_ConnectNotify(padapter, _TRUE); -+ break; -+ case 1: -+ // joinbss_event callback when join res < 0 -+ rtw_btcoex_ConnectNotify(padapter, _FALSE); -+ break; -+ case 2: -+ // sta add event callback -+ // rtw_btcoex_MediaStatusNotify(padapter, RT_MEDIA_CONNECT); -+ break; -+ } -+ } -+#endif -+ break; -+ -+ case HW_VAR_ON_RCR_AM: -+ val32 = rtw_read32(padapter, REG_RCR); -+ val32 |= RCR_AM; -+ rtw_write32(padapter, REG_RCR, val32); -+ DBG_8192C("%s, %d, RCR= %x\n", __FUNCTION__, __LINE__, rtw_read32(padapter, REG_RCR)); -+ break; -+ -+ case HW_VAR_OFF_RCR_AM: -+ val32 = rtw_read32(padapter, REG_RCR); -+ val32 &= ~RCR_AM; -+ rtw_write32(padapter, REG_RCR, val32); -+ DBG_8192C("%s, %d, RCR= %x\n", __FUNCTION__, __LINE__, rtw_read32(padapter, REG_RCR)); -+ break; -+ -+ case HW_VAR_BEACON_INTERVAL: -+ rtw_write16(padapter, REG_BCN_INTERVAL, *(u16*)pval); -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ { -+ struct mlme_ext_priv *pmlmeext; -+ struct mlme_ext_info *pmlmeinfo; -+ u16 bcn_interval; -+ -+ pmlmeext = &padapter->mlmeextpriv; -+ pmlmeinfo = &pmlmeext->mlmext_info; -+ bcn_interval = *((u16*)pval); -+ -+ if ((pmlmeinfo->state&0x03) == WIFI_FW_AP_STATE) -+ { -+ DBG_8192C("%s==> bcn_interval:%d, eraly_int:%d\n", __FUNCTION__, bcn_interval, bcn_interval>>1); -+ rtw_write8(padapter, REG_DRVERLYINT, bcn_interval>>1);// 50ms for sdio -+ } -+ } -+#endif // CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ break; -+ -+ case HW_VAR_SLOT_TIME: -+ rtw_write8(padapter, REG_SLOT, *pval); -+ break; -+ -+ case HW_VAR_RESP_SIFS: -+ // SIFS_Timer = 0x0a0a0808; -+ // RESP_SIFS for CCK -+ rtw_write8(padapter, REG_RESP_SIFS_CCK, pval[0]); // SIFS_T2T_CCK (0x08) -+ rtw_write8(padapter, REG_RESP_SIFS_CCK+1, pval[1]); //SIFS_R2T_CCK(0x08) -+ // RESP_SIFS for OFDM -+ rtw_write8(padapter, REG_RESP_SIFS_OFDM, pval[2]); //SIFS_T2T_OFDM (0x0a) -+ rtw_write8(padapter, REG_RESP_SIFS_OFDM+1, pval[3]); //SIFS_R2T_OFDM(0x0a) -+ break; -+ -+ case HW_VAR_ACK_PREAMBLE: -+ { -+ u8 bShortPreamble = *pval; -+ -+ // Joseph marked out for Netgear 3500 TKIP channel 7 issue.(Temporarily) -+ val8 = (pHalData->nCur40MhzPrimeSC) << 5; -+ if (bShortPreamble) -+ val8 |= 0x80; -+ rtw_write8(padapter, REG_RRSR+2, val8); -+ } -+ break; -+ -+ case HW_VAR_CAM_EMPTY_ENTRY: -+ { -+ u8 ucIndex = *pval; -+ u8 i; -+ u32 ulCommand = 0; -+ u32 ulContent = 0; -+ u32 ulEncAlgo = CAM_AES; -+ -+ for (i=0; iAcParam_BE = *(u32*)pval; -+ rtw_write32(padapter, REG_EDCA_BE_PARAM, *(u32*)pval); -+ break; -+ -+ case HW_VAR_AC_PARAM_BK: -+ rtw_write32(padapter, REG_EDCA_BK_PARAM, *(u32*)pval); -+ break; -+ -+ case HW_VAR_ACM_CTRL: -+ { -+ u8 acm_ctrl; -+ u8 AcmCtrl; -+ -+ acm_ctrl = *(u8*)pval; -+ AcmCtrl = rtw_read8(padapter, REG_ACMHWCTRL); -+ -+ if (acm_ctrl > 1) -+ AcmCtrl = AcmCtrl | 0x1; -+ -+ if (acm_ctrl & BIT(3)) -+ AcmCtrl |= AcmHw_VoqEn; -+ else -+ AcmCtrl &= (~AcmHw_VoqEn); -+ -+ if (acm_ctrl & BIT(2)) -+ AcmCtrl |= AcmHw_ViqEn; -+ else -+ AcmCtrl &= (~AcmHw_ViqEn); -+ -+ if (acm_ctrl & BIT(1)) -+ AcmCtrl |= AcmHw_BeqEn; -+ else -+ AcmCtrl &= (~AcmHw_BeqEn); -+ -+ DBG_8192C("[HW_VAR_ACM_CTRL] Write 0x%X\n", AcmCtrl); -+ rtw_write8(padapter, REG_ACMHWCTRL, AcmCtrl ); -+ } -+ break; -+ case HW_VAR_AMPDU_FACTOR: -+ { -+ u32 AMPDULen = *(u8*)pval; -+ -+ if (IS_HARDWARE_TYPE_8812(padapter)) -+ { -+ if (AMPDULen < VHT_AGG_SIZE_128K) -+ AMPDULen = (0x2000 << *(u8*)pval) - 1; -+ else -+ AMPDULen = 0x1ffff; -+ } -+ else if(IS_HARDWARE_TYPE_8821(padapter)) -+ { -+ if (AMPDULen < HT_AGG_SIZE_64K) -+ AMPDULen = (0x2000 << *(u8*)pval) - 1; -+ else -+ AMPDULen = 0xffff; -+ } -+ AMPDULen |= BIT(31); -+ rtw_write32(padapter, REG_AMPDU_MAX_LENGTH_8812, AMPDULen); -+ } -+ break; -+#if 0 -+ case HW_VAR_RXDMA_AGG_PG_TH: -+ rtw_write8(padapter, REG_RXDMA_AGG_PG_TH, *pval); -+ break; -+#endif -+ case HW_VAR_H2C_FW_PWRMODE: -+ { -+ u8 psmode = *pval; -+ -+ // Forece leave RF low power mode for 1T1R to prevent conficting setting in Fw power -+ // saving sequence. 2010.06.07. Added by tynli. Suggested by SD3 yschang. -+ if (psmode != PS_MODE_ACTIVE) -+ { -+ ODM_RF_Saving(podmpriv, _TRUE); -+ } -+ rtl8812_set_FwPwrMode_cmd(padapter, psmode); -+ } -+ break; -+ -+ case HW_VAR_H2C_FW_JOINBSSRPT: -+ rtl8812_set_FwJoinBssReport_cmd(padapter, *pval); -+ break; -+ -+#ifdef CONFIG_P2P_PS -+ case HW_VAR_H2C_FW_P2P_PS_OFFLOAD: -+ rtl8812_set_p2p_ps_offload_cmd(padapter, *pval); -+ break; -+#endif // CONFIG_P2P_PS -+ -+#ifdef CONFIG_TDLS -+ case HW_VAR_TDLS_WRCR: -+ val32 = rtw_read32(padapter, REG_RCR); -+ val32 &= ~RCR_CBSSID_DATA; -+ rtw_write32(padapter, REG_RCR, val32); -+ break; -+ -+ case HW_VAR_TDLS_RS_RCR: -+ val32 = rtw_read32(padapter, REG_RCR); -+ val32 |= RCR_CBSSID_DATA; -+ rtw_write32(padapter, REG_RCR, val32); -+ break; -+#endif // CONFIG_TDLS -+ -+#ifdef CONFIG_SW_ANTENNA_DIVERSITY -+ case HW_VAR_ANTENNA_DIVERSITY_LINK: -+ //SwAntDivRestAfterLink8192C(padapter); -+ ODM_SwAntDivRestAfterLink(podmpriv); -+ break; -+ -+ case HW_VAR_ANTENNA_DIVERSITY_SELECT: -+ { -+ u8 Optimum_antenna = *pval; -+ u8 Ant; -+ -+ //switch antenna to Optimum_antenna -+ //DBG_8192C("==> HW_VAR_ANTENNA_DIVERSITY_SELECT , Ant_(%s)\n",(Optimum_antenna==2)?"A":"B"); -+ if (pHalData->CurAntenna != Optimum_antenna) -+ { -+ Ant = (Optimum_antenna==2) ? MAIN_ANT : AUX_ANT; -+ ODM_UpdateRxIdleAnt(podmpriv, Ant); -+ -+ pHalData->CurAntenna = Optimum_antenna; -+ //DBG_8192C("==> HW_VAR_ANTENNA_DIVERSITY_SELECT , Ant_(%s)\n",(Optimum_antenna==2)?"A":"B"); -+ } -+ } -+ break; -+#endif -+ -+ case HW_VAR_EFUSE_USAGE: -+ pHalData->EfuseUsedPercentage = *pval; -+ break; -+ -+ case HW_VAR_EFUSE_BYTES: -+ pHalData->EfuseUsedBytes = *(u16*)pval; -+ break; -+#if 0 -+ case HW_VAR_EFUSE_BT_USAGE: -+#ifdef HAL_EFUSE_MEMORY -+ pHalData->EfuseHal.BTEfuseUsedPercentage = *pval; -+#endif -+ break; -+ -+ case HW_VAR_EFUSE_BT_BYTES: -+#ifdef HAL_EFUSE_MEMORY -+ pHalData->EfuseHal.BTEfuseUsedBytes = *(u16*)pval; -+#else -+ BTEfuseUsedBytes = *(u16*)pval; -+#endif -+ break; -+#endif -+ case HW_VAR_FIFO_CLEARN_UP: -+ { -+ struct pwrctrl_priv *pwrpriv; -+ u8 trycnt = 100; -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ -+ // pause tx -+ rtw_write8(padapter, REG_TXPAUSE, 0xff); -+ -+ // keep sn -+ padapter->xmitpriv.nqos_ssn = rtw_read16(padapter, REG_NQOS_SEQ); -+ -+ if (pwrpriv->bkeepfwalive != _TRUE) -+ { -+ // RX DMA stop -+ val32 = rtw_read32(padapter, REG_RXPKT_NUM); -+ val32 |= RW_RELEASE_EN; -+ rtw_write32(padapter, REG_RXPKT_NUM, val32); -+ do { -+ val32 = rtw_read32(padapter, REG_RXPKT_NUM); -+ val32 &= RXDMA_IDLE; -+ if (val32) -+ break; -+ } while (--trycnt); -+ if (trycnt == 0) -+ { -+ DBG_8192C("[HW_VAR_FIFO_CLEARN_UP] Stop RX DMA failed......\n"); -+ } -+ -+ //RQPN Load 0 -+ rtw_write16(padapter, REG_RQPN_NPQ, 0x0); -+ rtw_write32(padapter, REG_RQPN, 0x80000000); -+ rtw_mdelay_os(10); -+ } -+ } -+ break; -+ case HW_VAR_RESTORE_HW_SEQ: -+ /* restore Sequence No. */ -+ rtw_write8(padapter, 0x4dc, padapter->xmitpriv.nqos_ssn); -+ break; -+ case HW_VAR_CHECK_TXBUF: -+ { -+ u8 retry_limit; -+ u32 reg_200 = 0, reg_204 = 0; -+ u32 init_reg_200 = 0, init_reg_204 = 0; -+ u32 start = rtw_get_current_time(); -+ u32 pass_ms; -+ int i = 0; -+ -+ retry_limit = 0x01; -+ -+ val16 = retry_limit << RETRY_LIMIT_SHORT_SHIFT | retry_limit << RETRY_LIMIT_LONG_SHIFT; -+ rtw_write16(padapter, REG_RL, val16); -+ -+ while (rtw_get_passing_time_ms(start) < 2000 -+ && !RTW_CANNOT_RUN(padapter) -+ ) { -+ reg_200 = rtw_read32(padapter, 0x200); -+ reg_204 = rtw_read32(padapter, 0x204); -+ -+ if (i == 0) { -+ init_reg_200 = reg_200; -+ init_reg_204 = reg_204; -+ } -+ -+ i++; -+ if ((reg_200 & 0x00ffffff) != (reg_204 & 0x00ffffff)) { -+ //DBG_871X("%s: (HW_VAR_CHECK_TXBUF)TXBUF NOT empty - 0x204=0x%x, 0x200=0x%x (%d)\n", __FUNCTION__, reg_204, reg_200, i); -+ rtw_msleep_os(10); -+ } else { -+ break; -+ } -+ } -+ -+ pass_ms = rtw_get_passing_time_ms(start); -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ ; -+ else if (pass_ms >= 2000 || (reg_200 & 0x00ffffff) != (reg_204 & 0x00ffffff)) { -+ DBG_871X_LEVEL(_drv_always_, "%s:(HW_VAR_CHECK_TXBUF)NOT empty(%d) in %d ms\n", __FUNCTION__, i, pass_ms); -+ DBG_871X_LEVEL(_drv_always_, "%s:(HW_VAR_CHECK_TXBUF)0x200=0x%08x, 0x204=0x%08x (0x%08x, 0x%08x)\n", -+ __FUNCTION__, reg_200, reg_204, init_reg_200, init_reg_204); -+ //rtw_warn_on(1); -+ } else { -+ DBG_871X("%s:(HW_VAR_CHECK_TXBUF)TXBUF Empty(%d) in %d ms\n", __FUNCTION__, i, pass_ms); -+ } -+ -+ retry_limit = 0x30; -+ val16 = retry_limit << RETRY_LIMIT_SHORT_SHIFT | retry_limit << RETRY_LIMIT_LONG_SHIFT; -+ rtw_write16(padapter, REG_RL, val16); -+ } -+ break; -+ case HW_VAR_H2C_MEDIA_STATUS_RPT: -+ { -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ RT_MEDIA_STATUS mstatus = *(u16*)pval & 0xFF; -+ -+ rtl8812_set_FwMediaStatus_cmd(padapter, *(u16*)pval); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) -+ Hal_PatchwithJaguar_8812(padapter, mstatus); -+ } -+ break; -+ -+ case HW_VAR_APFM_ON_MAC: -+ pHalData->bMacPwrCtrlOn = *pval; -+ DBG_8192C("%s: bMacPwrCtrlOn=%d\n", __FUNCTION__, pHalData->bMacPwrCtrlOn); -+ break; -+ -+ case HW_VAR_NAV_UPPER: -+ { -+ u32 usNavUpper = *((u32*)pval); -+ -+ if (usNavUpper > HAL_NAV_UPPER_UNIT * 0xFF) -+ { -+ DBG_8192C("%s: [HW_VAR_NAV_UPPER] set value(0x%08X us) is larger than (%d * 0xFF)!\n", -+ __FUNCTION__, usNavUpper, HAL_NAV_UPPER_UNIT); -+ break; -+ } -+ -+ // The value of ((usNavUpper + HAL_NAV_UPPER_UNIT - 1) / HAL_NAV_UPPER_UNIT) -+ // is getting the upper integer. -+ usNavUpper = (usNavUpper + HAL_NAV_UPPER_UNIT - 1) / HAL_NAV_UPPER_UNIT; -+ rtw_write8(padapter, REG_NAV_UPPER, (u8)usNavUpper); -+ } -+ break; -+ -+ case HW_VAR_BCN_VALID: -+#ifdef CONFIG_CONCURRENT_MODE -+ if (IS_HARDWARE_TYPE_8821(padapter) && padapter->iface_type == IFACE_PORT1) -+ { -+ val8 = rtw_read8(padapter, REG_DWBCN1_CTRL_8812+2); -+ val8 |= BIT(0); -+ rtw_write8(padapter, REG_DWBCN1_CTRL_8812+2, val8); -+ } -+ else -+#endif -+ { -+ // BCN_VALID, BIT16 of REG_TDECTRL = BIT0 of REG_TDECTRL+2, write 1 to clear, Clear by sw -+ val8 = rtw_read8(padapter, REG_TDECTRL+2); -+ val8 |= BIT(0); -+ rtw_write8(padapter, REG_TDECTRL+2, val8); -+ } -+ break; -+ -+ case HW_VAR_DL_BCN_SEL: -+#ifdef CONFIG_CONCURRENT_MODE -+ if (IS_HARDWARE_TYPE_8821(padapter) && padapter->iface_type == IFACE_PORT1) -+ { -+ // SW_BCN_SEL - Port1 -+ val8 = rtw_read8(padapter, REG_DWBCN1_CTRL_8812+2); -+ val8 |= BIT(4); -+ rtw_write8(padapter, REG_DWBCN1_CTRL_8812+2, val8); -+ } -+ else -+#endif -+ { -+ // SW_BCN_SEL - Port0 -+ val8 = rtw_read8(padapter, REG_DWBCN1_CTRL_8812+2); -+ val8 &= ~BIT(4); -+ rtw_write8(padapter, REG_DWBCN1_CTRL_8812+2, val8); -+ } -+ break; -+ -+ case HW_VAR_WIRELESS_MODE: -+ { -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info; -+ u8 R2T_SIFS = 0, SIFS_Timer = 0; -+ u8 wireless_mode = *pval; -+ -+ if ((wireless_mode == WIRELESS_11BG) || (wireless_mode == WIRELESS_11G)) -+ SIFS_Timer = 0xa; -+ else -+ SIFS_Timer = 0xe; -+ -+ // SIFS for OFDM Data ACK -+ rtw_write8(padapter, REG_SIFS_CTX+1, SIFS_Timer); -+ // SIFS for OFDM consecutive tx like CTS data! -+ rtw_write8(padapter, REG_SIFS_TRX+1, SIFS_Timer); -+ -+ rtw_write8(padapter,REG_SPEC_SIFS+1, SIFS_Timer); -+ rtw_write8(padapter,REG_MAC_SPEC_SIFS+1, SIFS_Timer); -+ -+ // 20100719 Joseph: Revise SIFS setting due to Hardware register definition change. -+ rtw_write8(padapter, REG_RESP_SIFS_OFDM+1, SIFS_Timer); -+ rtw_write8(padapter, REG_RESP_SIFS_OFDM, SIFS_Timer); -+ -+ // -+ // Adjust R2T SIFS for IOT issue. Add by hpfan 2013.01.25 -+ // Set R2T SIFS to 0x0a for Atheros IOT. Add by hpfan 2013.02.22 -+ // -+ // Mac has 10 us delay so use 0xa value is enough. -+ R2T_SIFS = 0xa; -+#ifdef CONFIG_80211AC_VHT -+ if (wireless_mode & WIRELESS_11_5AC && -+ //MgntLinkStatusQuery(Adapter) && -+ TEST_FLAG(pmlmepriv->vhtpriv.ldpc_cap, LDPC_VHT_ENABLE_RX) && -+ TEST_FLAG(pmlmepriv->vhtpriv.stbc_cap, STBC_VHT_ENABLE_RX)) -+ { -+ if (pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_ATHEROS) -+ R2T_SIFS = 0x8; -+ else -+ R2T_SIFS = 0xa; -+ } -+#endif //CONFIG_80211AC_VHT -+ -+ rtw_write8(padapter, REG_RESP_SIFS_OFDM+1, R2T_SIFS); -+ } -+ break; -+ -+ case HW_VAR_DO_IQK: -+ pHalData->bNeedIQK = _TRUE; -+ break; -+ case HW_VAR_DL_RSVD_PAGE: -+#ifdef CONFIG_BT_COEXIST -+ if (pHalData->EEPROMBluetoothCoexist == 1) -+ { -+ if (check_fwstate(&padapter->mlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ rtl8812a_download_BTCoex_AP_mode_rsvd_page(padapter); -+ } -+ } -+#endif // CONFIG_BT_COEXIST -+ break; -+#ifdef CONFIG_BEAMFORMING -+ -+#if (BEAMFORMING_SUPPORT == 1) /*add by YuChen for PHYDM -TxBF AutoTest HW Timer 8812A*/ -+ case HW_VAR_HW_REG_TIMER_INIT: -+ { -+ HAL_HW_TIMER_TYPE TimerType = (*(PHAL_HW_TIMER_TYPE)pval)>>16; -+ -+ rtw_write8(padapter, 0x164, 1); -+ -+ if (TimerType == HAL_TIMER_TXBF) -+ rtw_write16(padapter, 0x15C, (*(pu2Byte)pval)); -+ else if (TimerType == HAL_TIMER_EARLYMODE) -+ rtw_write32(padapter, 0x160, 0x05000190); -+ break; -+ } -+ -+ case HW_VAR_HW_REG_TIMER_START: -+ { -+ HAL_HW_TIMER_TYPE TimerType = *(PHAL_HW_TIMER_TYPE)pval; -+ -+ if (TimerType == HAL_TIMER_TXBF) -+ rtw_write8(padapter, 0x15F, 0x5); -+ else if (TimerType == HAL_TIMER_EARLYMODE) -+ rtw_write8(padapter, 0x163, 0x5); -+ break; -+ } -+ case HW_VAR_HW_REG_TIMER_RESTART: -+ { -+ HAL_HW_TIMER_TYPE TimerType = *(PHAL_HW_TIMER_TYPE)pval & 0xffff; -+ -+ if (TimerType == HAL_TIMER_TXBF) { -+ u4Byte Reg15C = (*(pu4Byte)pval) >> 16 | BIT24 | BIT26; -+ -+ rtw_write8(padapter, 0x15F, 0x0); -+ rtw_write32(padapter, 0x15F, Reg15C); -+ } else if (TimerType == HAL_TIMER_EARLYMODE) { -+ rtw_write8(padapter, 0x163, 0x0); -+ rtw_write8(padapter, 0x163, 0x5); -+ } -+ break; -+ } -+ case HW_VAR_HW_REG_TIMER_STOP: -+ { -+ HAL_HW_TIMER_TYPE TimerType = *(PHAL_HW_TIMER_TYPE)pval; -+ -+ if (TimerType == HAL_TIMER_TXBF) -+ rtw_write8(padapter, 0x15F, 0); -+ else if (TimerType == HAL_TIMER_EARLYMODE) -+ rtw_write8(padapter, 0x163, 0x0); -+ break; -+ } -+ -+#else /*(BEAMFORMING_SUPPORT == 0) - for drv beamforming*/ -+ -+ case HW_VAR_SOUNDING_ENTER: -+ SetBeamformEnter_8812(padapter, *pval); -+ break; -+ -+ case HW_VAR_SOUNDING_LEAVE: -+ SetBeamformLeave_8812(padapter, *pval); -+ break; -+ -+ case HW_VAR_SOUNDING_RATE: -+ rtw_write8(padapter, REG_NDPA_OPT_CTRL_8812A, (MRateToHwRate(pval[1]) << 2 | pval[0])); -+ break; -+ -+ case HW_VAR_SOUNDING_STATUS: -+ SetBeamformStatus_8812(padapter, *pval); -+ break; -+ -+ case HW_VAR_SOUNDING_FW_NDPA: -+ SetBeamformFwTxBF_8812(padapter, *pval); -+ break; -+ -+ case HW_VAR_SOUNDING_CLK: -+ SetBeamformingCLK_8812(padapter); -+ break; -+#endif -+ -+#endif/*#ifdef CONFIG_BEAMFORMING*/ -+ case HW_VAR_MACID_SLEEP: -+ { -+ u32 reg_macid_sleep; -+ u8 bit_shift; -+ u8 id = *(u8*)pval; -+ u32 val32; -+ -+ if (id < 32) { -+ reg_macid_sleep = REG_MACID_SLEEP; -+ bit_shift = id; -+ } else if (id < 64) { -+ reg_macid_sleep = REG_MACID_SLEEP_1; -+ bit_shift = id-32; -+ } else if (id < 96) { -+ reg_macid_sleep = REG_MACID_SLEEP_2; -+ bit_shift = id-64; -+ } else if (id < 128) { -+ reg_macid_sleep = REG_MACID_SLEEP_3; -+ bit_shift = id-96; -+ } else { -+ rtw_warn_on(1); -+ break; -+ } -+ -+ val32 = rtw_read32(padapter, reg_macid_sleep); -+ DBG_8192C(FUNC_ADPT_FMT ": [HW_VAR_MACID_SLEEP] macid=%d, org reg_0x%03x=0x%08X\n", -+ FUNC_ADPT_ARG(padapter), id, reg_macid_sleep, val32); -+ -+ if (val32 & BIT(bit_shift)) -+ break; -+ -+ val32 |= BIT(bit_shift); -+ rtw_write32(padapter, reg_macid_sleep, val32); -+ } -+ break; -+ -+ case HW_VAR_MACID_WAKEUP: -+ { -+ u32 reg_macid_sleep; -+ u8 bit_shift; -+ u8 id = *(u8*)pval; -+ u32 val32; -+ -+ if (id < 32) { -+ reg_macid_sleep = REG_MACID_SLEEP; -+ bit_shift = id; -+ } else if (id < 64) { -+ reg_macid_sleep = REG_MACID_SLEEP_1; -+ bit_shift = id-32; -+ } else if (id < 96) { -+ reg_macid_sleep = REG_MACID_SLEEP_2; -+ bit_shift = id-64; -+ } else if (id < 128) { -+ reg_macid_sleep = REG_MACID_SLEEP_3; -+ bit_shift = id-96; -+ } else { -+ rtw_warn_on(1); -+ break; -+ } -+ -+ val32 = rtw_read32(padapter, reg_macid_sleep); -+ DBG_8192C(FUNC_ADPT_FMT ": [HW_VAR_MACID_WAKEUP] macid=%d, org reg_0x%03x=0x%08X\n", -+ FUNC_ADPT_ARG(padapter), id, reg_macid_sleep, val32); -+ -+ if (!(val32 & BIT(bit_shift))) -+ break; -+ -+ val32 &= ~BIT(bit_shift); -+ rtw_write32(padapter, reg_macid_sleep, val32); -+ } -+ break; -+#ifdef CONFIG_GPIO_WAKEUP -+ case HW_SET_GPIO_WL_CTRL: -+ { -+ u8 enable = *pval; -+ u8 value = rtw_read8(padapter, 0x4e); -+ if (enable && (value & BIT(6))) { -+ value &= ~BIT(6); -+ rtw_write8(padapter, 0x4e, value); -+ } else if (enable == _FALSE){ -+ value |= BIT(6); -+ rtw_write8(padapter, 0x4e, value); -+ } -+ DBG_871X("%s: set WL control, 0x4E=0x%02X\n", -+ __func__, rtw_read8(padapter, 0x4e)); -+ } -+ break; -+#endif -+ default: -+ SetHwReg(padapter, variable, pval); -+ break; -+ } -+ -+_func_exit_; -+} -+ -+struct qinfo_8812a { -+ u32 head:8; -+ u32 pkt_num:7; -+ u32 tail:8; -+ u32 ac:2; -+ u32 macid:7; -+}; -+ -+struct bcn_qinfo_8812a { -+ u16 head:8; -+ u16 pkt_num:8; -+}; -+ -+void dump_qinfo_8812a(void *sel, struct qinfo_8812a *info, const char *tag) -+{ -+ //if (info->pkt_num) -+ DBG_871X_SEL_NL(sel, "%shead:0x%02x, tail:0x%02x, pkt_num:%u, macid:%u, ac:%u\n" -+ , tag ? tag : "", info->head, info->tail, info->pkt_num, info->macid, info->ac -+ ); -+} -+ -+void dump_bcn_qinfo_8812a(void *sel, struct bcn_qinfo_8812a *info, const char *tag) -+{ -+ //if (info->pkt_num) -+ DBG_871X_SEL_NL(sel, "%shead:0x%02x, pkt_num:%u\n" -+ , tag ? tag : "", info->head, info->pkt_num -+ ); -+} -+ -+void dump_mac_qinfo_8812a(void *sel, _adapter *adapter) -+{ -+ u32 q0_info; -+ u32 q1_info; -+ u32 q2_info; -+ u32 q3_info; -+ u32 q4_info; -+ u32 q5_info; -+ u32 q6_info; -+ u32 q7_info; -+ u32 mg_q_info; -+ u32 hi_q_info; -+ u16 bcn_q_info; -+ -+ q0_info = rtw_read32(adapter, REG_Q0_INFO); -+ q1_info = rtw_read32(adapter, REG_Q1_INFO); -+ q2_info = rtw_read32(adapter, REG_Q2_INFO); -+ q3_info = rtw_read32(adapter, REG_Q3_INFO); -+ q4_info = rtw_read32(adapter, REG_Q4_INFO); -+ q5_info = rtw_read32(adapter, REG_Q5_INFO); -+ q6_info = rtw_read32(adapter, REG_Q6_INFO); -+ q7_info = rtw_read32(adapter, REG_Q7_INFO); -+ mg_q_info = rtw_read32(adapter, REG_MGQ_INFO); -+ hi_q_info = rtw_read32(adapter, REG_HGQ_INFO); -+ bcn_q_info = rtw_read16(adapter, REG_BCNQ_INFO); -+ -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q0_info, "Q0 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q1_info, "Q1 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q2_info, "Q2 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q3_info, "Q3 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q4_info, "Q4 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q5_info, "Q5 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q6_info, "Q6 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&q7_info, "Q7 "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&mg_q_info, "MG "); -+ dump_qinfo_8812a(sel, (struct qinfo_8812a *)&hi_q_info, "HI "); -+ dump_bcn_qinfo_8812a(sel, (struct bcn_qinfo_8812a *)&bcn_q_info, "BCN "); -+} -+ -+void GetHwReg8812A(PADAPTER padapter, u8 variable, u8 *pval) -+{ -+ PHAL_DATA_TYPE pHalData; -+ PDM_ODM_T podmpriv; -+ u8 val8; -+ u16 val16; -+ u32 val32; -+ -+_func_enter_; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ podmpriv = &pHalData->odmpriv; -+ -+ switch (variable) -+ { -+ case HW_VAR_TXPAUSE: -+ *pval = rtw_read8(padapter, REG_TXPAUSE); -+ break; -+ -+ case HW_VAR_BCN_VALID: -+#ifdef CONFIG_CONCURRENT_MODE -+ if (IS_HARDWARE_TYPE_8821(padapter) && padapter->iface_type == IFACE_PORT1) -+ { -+ val8 = rtw_read8(padapter, REG_DWBCN1_CTRL_8812+2); -+ *pval = (BIT(0) & val8) ? _TRUE:_FALSE; -+ } -+ else -+#endif -+ { -+ //BCN_VALID, BIT16 of REG_TDECTRL = BIT0 of REG_TDECTRL+2 -+ val8 = rtw_read8(padapter, REG_TDECTRL+2); -+ *pval = (BIT(0) & val8) ? _TRUE:_FALSE; -+ } -+ break; -+ -+ case HW_VAR_FWLPS_RF_ON: -+ //When we halt NIC, we should check if FW LPS is leave. -+ if(adapter_to_pwrctl(padapter)->rf_pwrstate == rf_off) -+ { -+ // If it is in HW/SW Radio OFF or IPS state, we do not check Fw LPS Leave, -+ // because Fw is unload. -+ *pval = _TRUE; -+ } -+ else -+ { -+ u32 valRCR; -+ valRCR = rtw_read32(padapter, REG_RCR); -+ valRCR &= 0x00070000; -+ if(valRCR) -+ *pval = _FALSE; -+ else -+ *pval = _TRUE; -+ } -+ -+ break; -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ case HW_VAR_CURRENT_ANTENNA: -+ *pval = pHalData->CurAntenna; -+ break; -+#endif -+ -+ case HW_VAR_EFUSE_BYTES: // To get EFUE total used bytes, added by Roger, 2008.12.22. -+ *(u16*)pval = pHalData->EfuseUsedBytes; -+ break; -+ -+ case HW_VAR_APFM_ON_MAC: -+ *pval = pHalData->bMacPwrCtrlOn; -+ break; -+ -+ case HW_VAR_CHK_HI_QUEUE_EMPTY: -+ val16 = rtw_read16(padapter, REG_TXPKT_EMPTY); -+ *pval = (val16 & BIT(10)) ? _TRUE:_FALSE; -+ break; -+ -+ case HW_VAR_DUMP_MAC_QUEUE_INFO: -+ dump_mac_qinfo_8812a(pval, padapter); -+ break; -+ -+ default: -+ GetHwReg(padapter, variable, pval); -+ break; -+ } -+ -+_func_exit_; -+} -+ -+/* -+ * Description: -+ * Change default setting of specified variable. -+ */ -+u8 SetHalDefVar8812A(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) -+{ -+ PHAL_DATA_TYPE pHalData; -+ u8 bResult; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ bResult = _SUCCESS; -+ -+ switch (variable) -+ { -+ default: -+ bResult = SetHalDefVar(padapter, variable, pval); -+ break; -+ } -+ -+ return bResult; -+} -+ -+/* -+ * Description: -+ * Query setting of specified variable. -+ */ -+u8 GetHalDefVar8812A(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval) -+{ -+ PHAL_DATA_TYPE pHalData; -+ u8 bResult; -+ -+ -+ pHalData = GET_HAL_DATA(padapter); -+ bResult = _SUCCESS; -+ -+ switch (variable) -+ { -+ -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ case HAL_DEF_IS_SUPPORT_ANT_DIV: -+ *((u8*)pval) = (pHalData->AntDivCfg==0) ? _FALSE : _TRUE; -+ break; -+#endif -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ case HAL_DEF_CURRENT_ANTENNA: -+ *((u8*)pval) = pHalData->CurAntenna; -+ break; -+#endif -+ -+ case HAL_DEF_DRVINFO_SZ: -+ *((u32*)pval) = DRVINFO_SZ; -+ break; -+ -+ case HAL_DEF_MAX_RECVBUF_SZ: -+ *((u32*)pval) = MAX_RECVBUF_SZ; -+ break; -+ -+ case HAL_DEF_RX_PACKET_OFFSET: -+ *((u32*)pval) = RXDESC_SIZE + DRVINFO_SZ*8; -+ break; -+ -+ case HW_VAR_MAX_RX_AMPDU_FACTOR: -+ *((u32*)pval) = MAX_AMPDU_FACTOR_64K; -+ break; -+ -+ case HW_VAR_BEST_AMPDU_DENSITY: -+ *((u32 *)pval) = AMPDU_DENSITY_VALUE_7; -+ break; -+ -+ case HAL_DEF_TX_LDPC: -+ if (IS_VENDOR_8812A_C_CUT(padapter)) -+ *(u8*)pval = _TRUE; -+ else if (IS_HARDWARE_TYPE_8821(padapter)) -+ *(u8*)pval = _TRUE; -+ else -+ *(u8*)pval = _FALSE; -+ break; -+ -+ case HAL_DEF_RX_LDPC: -+ if (IS_VENDOR_8812A_C_CUT(padapter)) -+ *(u8*)pval = _TRUE; -+ else if (IS_HARDWARE_TYPE_8821(padapter)) -+ *(u8*)pval = _FALSE; -+ else -+ *(u8*)pval = _FALSE; -+ break; -+ -+ case HAL_DEF_TX_STBC: -+ if (pHalData->rf_type == RF_2T2R) -+ *(u8*)pval = 1; -+ else -+ *(u8*)pval = 0; -+ break; -+ -+ case HAL_DEF_RX_STBC: -+ *(u8*)pval = 1; -+ break; -+ -+ case HAL_DEF_EXPLICIT_BEAMFORMER: -+ if(pHalData->rf_type == RF_2T2R) -+ *((PBOOLEAN)pval) = _TRUE; -+ else -+ *((PBOOLEAN)pval) = _FALSE; -+ break; -+ -+ case HAL_DEF_EXPLICIT_BEAMFORMEE: -+ *((PBOOLEAN)pval) = _TRUE; -+ break; -+ -+ case HW_DEF_RA_INFO_DUMP: -+ { -+ u8 mac_id = *(u8*)pval; -+ u32 cmd ; -+ u32 ra_info1, ra_info2; -+ u32 rate_mask1, rate_mask2; -+ u8 curr_tx_rate,curr_tx_sgi,hight_rate,lowest_rate; -+ -+ DBG_8192C("============ RA status check Mac_id:%d ===================\n", mac_id); -+ -+ cmd = 0x40000100 |mac_id; -+ rtw_write32(padapter,REG_HMEBOX_E2_E3_8812,cmd); -+ rtw_msleep_os(10); -+ ra_info1 = rtw_read32(padapter,REG_RSVD5_8812); -+ curr_tx_rate = ra_info1&0x7F; -+ curr_tx_sgi = (ra_info1>>7)&0x01; -+ DBG_8192C("[ ra_info1:0x%08x ] =>cur_tx_rate= %s,cur_sgi:%d, PWRSTS = 0x%02x \n", -+ ra_info1, -+ HDATA_RATE(curr_tx_rate), -+ curr_tx_sgi, -+ (ra_info1>>8) & 0x07); -+ -+ cmd = 0x40000400 | mac_id; -+ rtw_write32(padapter, REG_HMEBOX_E2_E3_8812,cmd); -+ rtw_msleep_os(10); -+ ra_info1 = rtw_read32(padapter, REG_RSVD5_8812); -+ ra_info2 = rtw_read32(padapter, REG_RSVD6_8812); -+ rate_mask1 = rtw_read32(padapter,REG_RSVD7_8812); -+ rate_mask2 = rtw_read32(padapter,REG_RSVD8_8812); -+ hight_rate = ra_info2&0xFF; -+ lowest_rate = (ra_info2>>8) & 0xFF; -+ DBG_8192C("[ ra_info1:0x%08x ] =>RSSI=%d, BW_setting=0x%02x, DISRA=0x%02x, VHT_EN=0x%02x\n", -+ ra_info1, -+ ra_info1&0xFF, -+ (ra_info1>>8) & 0xFF, -+ (ra_info1>>16) & 0xFF, -+ (ra_info1>>24) & 0xFF); -+ -+ DBG_8192C("[ ra_info2:0x%08x ] =>hight_rate=%s, lowest_rate=%s, SGI=0x%02x, RateID=%d\n", -+ ra_info2, -+ HDATA_RATE(hight_rate), -+ HDATA_RATE(lowest_rate), -+ (ra_info2>>16) & 0xFF, -+ (ra_info2>>24) & 0xFF); -+ DBG_8192C("rate_mask2=0x%08x, rate_mask1=0x%08x\n", rate_mask2, rate_mask1); -+ } -+ break; -+ -+ case HAL_DEF_TX_PAGE_SIZE: -+ if (IS_HARDWARE_TYPE_8812(padapter)) -+ *(u32*)pval = PAGE_SIZE_512; -+ else -+ *(u32*)pval = PAGE_SIZE_256; -+ break; -+ -+ case HAL_DEF_TX_PAGE_BOUNDARY: -+ if (!padapter->registrypriv.wifi_spec) -+ { -+ if (IS_HARDWARE_TYPE_8812(padapter)) -+ *(u8*)pval = TX_PAGE_BOUNDARY_8812; -+ else -+ *(u8*)pval = TX_PAGE_BOUNDARY_8821; -+ } -+ else -+ { -+ if (IS_HARDWARE_TYPE_8812(padapter)) -+ *(u8*)pval = WMM_NORMAL_TX_PAGE_BOUNDARY_8812; -+ else -+ *(u8*)pval = WMM_NORMAL_TX_PAGE_BOUNDARY_8821; -+ } -+ break; -+ -+ case HAL_DEF_TX_PAGE_BOUNDARY_WOWLAN: -+ *(u8*)pval = TX_PAGE_BOUNDARY_WOWLAN_8812; -+ break; -+ -+ case HAL_DEF_MACID_SLEEP: -+ *(u8*)pval = _TRUE; // support macid sleep -+ break; -+ case HAL_DEF_RX_DMA_SZ_WOW: -+ if (IS_HARDWARE_TYPE_8821(padapter)) -+ *(u32 *)pval = MAX_RX_DMA_BUFFER_SIZE_8821 - RESV_FMWF; -+ else -+ *(u32 *)pval = MAX_RX_DMA_BUFFER_SIZE_8812 - RESV_FMWF; -+ break; -+ case HAL_DEF_RX_DMA_SZ: -+ if (IS_HARDWARE_TYPE_8821(padapter)) -+ *(u32 *)pval = RX_DMA_BOUNDARY_8821 + 1; -+ else -+ *(u32 *)pval = RX_DMA_BOUNDARY_8812 + 1; -+ break; -+ case HAL_DEF_RX_PAGE_SIZE: -+ *((u32 *)pval) = 8; -+ break; -+ default: -+ bResult = GetHalDefVar(padapter, variable, pval); -+ break; -+ } -+ -+ return bResult; -+} -+s32 c2h_id_filter_ccx_8812a(u8 *buf) -+{ -+ struct c2h_evt_hdr_88xx *c2h_evt = (struct c2h_evt_hdr_88xx *)buf; -+ s32 ret = _FALSE; -+ if (c2h_evt->id == C2H_8812_TX_REPORT) -+ ret = _TRUE; -+ -+ return ret; -+} -+ -+static s32 c2h_handler_8812a(PADAPTER padapter, u8 *buf) -+{ -+ struct c2h_evt_hdr_88xx *c2h_evt = (struct c2h_evt_hdr_88xx *)buf; -+ s32 ret = _SUCCESS; -+ -+ if (c2h_evt == NULL) { -+ DBG_8192C("%s c2h_evt is NULL\n",__FUNCTION__); -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ ret = _C2HContentParsing8812(padapter, c2h_evt->id, c2h_evt->plen, c2h_evt->payload); -+ -+exit: -+ return ret; -+} -+ -+#ifdef CONFIG_BT_COEXIST -+void rtl8812a_combo_card_WifiOnlyHwInit(PADAPTER pdapter) -+{ -+ u8 u1Tmp; -+ DBG_871X("%s !\n", __FUNCTION__); -+ if(IS_HARDWARE_TYPE_8812(pdapter)) -+ { -+ //0x790[5:0]=0x5 -+ u1Tmp = rtw_read8(pdapter,0x790); -+ u1Tmp = (u1Tmp & 0xb0) | 0x05 ; -+ rtw_write8(pdapter,0x790,u1Tmp); -+ // PTA parameter -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x6cc, 0x0); -+ //pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, 0xffffff); -+ //pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, 0x55555555); -+ //pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, 0x55555555); -+ rtw_write8(pdapter,0x6cc,0x0); -+ rtw_write32(pdapter,0x6c8,0xffffff); -+ rtw_write32(pdapter,0x6c4,0x55555555); -+ rtw_write32(pdapter,0x6c0,0x55555555); -+ -+ // coex parameters -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x778, 0x3); -+ rtw_write8(pdapter,0x778,0x3); -+ -+ // enable counter statistics -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x76e, 0xc); -+ rtw_write8(pdapter,0x76e,0xc); -+ -+ // enable PTA -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x40, 0x20); -+ rtw_write8(pdapter,0x40, 0x20); -+ -+ // bt clock related -+ //u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x4); -+ //u1Tmp |= BIT7; -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x4, u1Tmp); -+ u1Tmp = rtw_read8(pdapter,0x4); -+ u1Tmp |= BIT7; -+ rtw_write8(pdapter,0x4, u1Tmp); -+ -+ // bt clock related -+ //u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x7); -+ //u1Tmp |= BIT1; -+ //pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x7, u1Tmp); -+ u1Tmp = rtw_read8(pdapter,0x7); -+ u1Tmp |= BIT1; -+ rtw_write8(pdapter,0x7, u1Tmp); -+ } -+ -+ -+} -+#endif //CONFIG_BT_COEXIST -+ -+void rtl8812_set_hal_ops(struct hal_ops *pHalFunc) -+{ -+ pHalFunc->dm_init = &rtl8812_init_dm_priv; -+ pHalFunc->dm_deinit = &rtl8812_deinit_dm_priv; -+ -+ pHalFunc->SetBeaconRelatedRegistersHandler = &SetBeaconRelatedRegisters8812A; -+ -+ pHalFunc->UpdateRAMaskHandler = &UpdateHalRAMask8812A; -+ -+ pHalFunc->read_chip_version = read_chip_version_8812a; -+ -+ pHalFunc->set_bwmode_handler = &PHY_SetBWMode8812; -+ pHalFunc->set_channel_handler = &PHY_SwChnl8812; -+ pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8812; -+ -+ pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8812; -+ pHalFunc->get_tx_power_level_handler = &PHY_GetTxPowerLevel8812; -+ -+ pHalFunc->hal_dm_watchdog = &rtl8812_HalDmWatchDog; -+ -+ pHalFunc->Add_RateATid = &rtl8812_Add_RateATid; -+ -+ pHalFunc->run_thread= &rtl8812_start_thread; -+ pHalFunc->cancel_thread= &rtl8812_stop_thread; -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ pHalFunc->AntDivBeforeLinkHandler = &AntDivBeforeLink8812; -+ pHalFunc->AntDivCompareHandler = &AntDivCompare8812; -+#endif -+ -+ pHalFunc->read_bbreg = &PHY_QueryBBReg8812; -+ pHalFunc->write_bbreg = &PHY_SetBBReg8812; -+ pHalFunc->read_rfreg = &PHY_QueryRFReg8812; -+ pHalFunc->write_rfreg = &PHY_SetRFReg8812; -+ -+ -+ // Efuse related function -+ pHalFunc->EfusePowerSwitch = &rtl8812_EfusePowerSwitch; -+ pHalFunc->ReadEFuse = &rtl8812_ReadEFuse; -+ pHalFunc->EFUSEGetEfuseDefinition = &rtl8812_EFUSE_GetEfuseDefinition; -+ pHalFunc->EfuseGetCurrentSize = &rtl8812_EfuseGetCurrentSize; -+ pHalFunc->Efuse_PgPacketRead = &rtl8812_Efuse_PgPacketRead; -+ pHalFunc->Efuse_PgPacketWrite = &rtl8812_Efuse_PgPacketWrite; -+ pHalFunc->Efuse_WordEnableDataWrite = &rtl8812_Efuse_WordEnableDataWrite; -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ pHalFunc->sreset_init_value = &sreset_init_value; -+ pHalFunc->sreset_reset_value = &sreset_reset_value; -+ pHalFunc->silentreset = &sreset_reset; -+ pHalFunc->sreset_xmit_status_check = &rtl8812_sreset_xmit_status_check; -+ pHalFunc->sreset_linked_status_check = &rtl8812_sreset_linked_status_check; -+ pHalFunc->sreset_get_wifi_status = &sreset_get_wifi_status; -+ pHalFunc->sreset_inprogress= &sreset_inprogress; -+#endif //DBG_CONFIG_ERROR_DETECT -+ -+ pHalFunc->GetHalODMVarHandler = GetHalODMVar; -+ pHalFunc->SetHalODMVarHandler = SetHalODMVar; -+ pHalFunc->hal_notch_filter = &hal_notch_filter_8812; -+ -+ pHalFunc->SetBeaconRelatedRegistersHandler = &SetBeaconRelatedRegisters8812A; -+ -+ pHalFunc->c2h_handler = c2h_handler_8812a; -+ pHalFunc->c2h_id_filter_ccx = c2h_id_filter_ccx_8812a; -+ -+ pHalFunc->fill_h2c_cmd = &FillH2CCmd_8812; -+ pHalFunc->fill_fake_txdesc = &rtl8812a_fill_fake_txdesc; -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ pHalFunc->hal_set_wowlan_fw = &SetFwRelatedForWoWLAN8812; -+#endif -+ pHalFunc->hal_get_tx_buff_rsvd_page_num = &GetTxBufferRsvdPageNum8812; -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_phycfg.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_phycfg.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_phycfg.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_phycfg.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,2100 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812A_PHYCFG_C_ -+ -+//#include -+ -+#include -+ -+ -+const char *const GLBwSrc[]={ -+ "CHANNEL_WIDTH_20", -+ "CHANNEL_WIDTH_40", -+ "CHANNEL_WIDTH_80", -+ "CHANNEL_WIDTH_160", -+ "CHANNEL_WIDTH_80_80" -+}; -+#define ENABLE_POWER_BY_RATE 1 -+#define POWERINDEX_ARRAY_SIZE 48 //= cckRatesSize + ofdmRatesSize + htRates1TSize + htRates2TSize + vhtRates1TSize + vhtRates1TSize; -+ -+/*---------------------Define local function prototype-----------------------*/ -+ -+/*----------------------------Function Body----------------------------------*/ -+ -+// -+// 1. BB register R/W API -+// -+ -+u32 -+PHY_QueryBBReg8812( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ) -+{ -+ u32 ReturnValue = 0, OriginalValue, BitShift; -+ -+#if (DISABLE_BB_RF == 1) -+ return 0; -+#endif -+ -+ //DBG_871X("--->PHY_QueryBBReg8812(): RegAddr(%#x), BitMask(%#x)\n", RegAddr, BitMask); -+ -+ -+ OriginalValue = rtw_read32(Adapter, RegAddr); -+ BitShift = PHY_CalculateBitShift(BitMask); -+ ReturnValue = (OriginalValue & BitMask) >> BitShift; -+ -+ //DBG_871X("BBR MASK=0x%x Addr[0x%x]=0x%x\n", BitMask, RegAddr, OriginalValue); -+ return (ReturnValue); -+} -+ -+ -+VOID -+PHY_SetBBReg8812( -+ IN PADAPTER Adapter, -+ IN u4Byte RegAddr, -+ IN u4Byte BitMask, -+ IN u4Byte Data -+ ) -+{ -+ u4Byte OriginalValue, BitShift; -+ -+#if (DISABLE_BB_RF == 1) -+ return; -+#endif -+ -+ if(BitMask!= bMaskDWord) -+ {//if not "double word" write -+ OriginalValue = rtw_read32(Adapter, RegAddr); -+ BitShift = PHY_CalculateBitShift(BitMask); -+ Data = ((OriginalValue) & (~BitMask)) |( ((Data << BitShift)) & BitMask); -+ } -+ -+ rtw_write32(Adapter, RegAddr, Data); -+ -+ //DBG_871X("BBW MASK=0x%x Addr[0x%x]=0x%x\n", BitMask, RegAddr, Data); -+} -+ -+// -+// 2. RF register R/W API -+// -+ -+static u32 -+phy_RFSerialRead( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset -+ ) -+{ -+ u32 retValue = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ BB_REGISTER_DEFINITION_T *pPhyReg = &pHalData->PHYRegDef[eRFPath]; -+ BOOLEAN bIsPIMode = _FALSE; -+ -+ -+ _enter_critical_mutex(&(adapter_to_dvobj(Adapter)->rf_read_reg_mutex) , NULL); -+ // 2009/06/17 MH We can not execute IO for power save or other accident mode. -+ //if(RT_CANNOT_IO(Adapter)) -+ //{ -+ // RT_DISP(FPHY, PHY_RFR, ("phy_RFSerialRead return all one\n")); -+ // return 0xFFFFFFFF; -+ //} -+ -+ // <20120809, Kordan> CCA OFF(when entering), asked by James to avoid reading the wrong value. -+ // <20120828, Kordan> Toggling CCA would affect RF 0x0, skip it! -+ if (Offset != 0x0 && ! (IS_VENDOR_8812A_C_CUT(Adapter) || IS_HARDWARE_TYPE_8821(Adapter))) -+ PHY_SetBBReg(Adapter, rCCAonSec_Jaguar, 0x8, 1); -+ -+ Offset &= 0xff; -+ -+ if (eRFPath == RF_PATH_A) -+ bIsPIMode = (BOOLEAN)PHY_QueryBBReg(Adapter, 0xC00, 0x4); -+ else if (eRFPath == RF_PATH_B) -+ bIsPIMode = (BOOLEAN)PHY_QueryBBReg(Adapter, 0xE00, 0x4); -+ -+ PHY_SetBBReg(Adapter, pPhyReg->rfHSSIPara2, bHSSIRead_addr_Jaguar, Offset); -+ -+ if (IS_VENDOR_8812A_C_CUT(Adapter) || IS_HARDWARE_TYPE_8821(Adapter)) -+ rtw_udelay_os(20); -+ -+ if (bIsPIMode) -+ { -+ retValue = PHY_QueryBBReg(Adapter, pPhyReg->rfLSSIReadBackPi, rRead_data_Jaguar); -+ //DBG_871X("[PI mode] RFR-%d Addr[0x%x]=0x%x\n", eRFPath, pPhyReg->rfLSSIReadBackPi, retValue); -+ } -+ else -+ { -+ retValue = PHY_QueryBBReg(Adapter, pPhyReg->rfLSSIReadBack, rRead_data_Jaguar); -+ //DBG_871X("[SI mode] RFR-%d Addr[0x%x]=0x%x\n", eRFPath, pPhyReg->rfLSSIReadBack, retValue); -+ } -+ -+ // <20120809, Kordan> CCA ON(when exiting), asked by James to avoid reading the wrong value. -+ // <20120828, Kordan> Toggling CCA would affect RF 0x0, skip it! -+ if (Offset != 0x0 && ! (IS_VENDOR_8812A_C_CUT(Adapter) || IS_HARDWARE_TYPE_8821(Adapter))) -+ PHY_SetBBReg(Adapter, rCCAonSec_Jaguar, 0x8, 0); -+ -+ _exit_critical_mutex(&(adapter_to_dvobj(Adapter)->rf_read_reg_mutex), NULL); -+ return retValue; -+} -+ -+ -+static VOID -+phy_RFSerialWrite( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset, -+ IN u32 Data -+ ) -+{ -+ u32 DataAndAddr = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ BB_REGISTER_DEFINITION_T *pPhyReg = &pHalData->PHYRegDef[eRFPath]; -+ -+ // 2009/06/17 MH We can not execute IO for power save or other accident mode. -+ //if(RT_CANNOT_IO(Adapter)) -+ //{ -+ // RTPRINT(FPHY, PHY_RFW, ("phy_RFSerialWrite stop\n")); -+ // return; -+ //} -+ -+ Offset &= 0xff; -+ -+ // Shadow Update -+ //PHY_RFShadowWrite(Adapter, eRFPath, Offset, Data); -+ -+ // Put write addr in [27:20] and write data in [19:00] -+ DataAndAddr = ((Offset<<20) | (Data&0x000fffff)) & 0x0fffffff; -+ -+ // Write Operation -+ // TODO: Dynamically determine whether using PI or SI to write RF registers. -+ PHY_SetBBReg(Adapter, pPhyReg->rf3wireOffset, bMaskDWord, DataAndAddr); -+ //DBG_871X("RFW-%d Addr[0x%x]=0x%x\n", eRFPath, pPhyReg->rf3wireOffset, DataAndAddr); -+ -+} -+ -+u32 -+PHY_QueryRFReg8812( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ) -+{ -+ u32 Original_Value, Readback_Value, BitShift; -+ -+#if (DISABLE_BB_RF == 1) -+ return 0; -+#endif -+ -+ Original_Value = phy_RFSerialRead(Adapter, eRFPath, RegAddr); -+ -+ BitShift = PHY_CalculateBitShift(BitMask); -+ Readback_Value = (Original_Value & BitMask) >> BitShift; -+ -+ return (Readback_Value); -+} -+ -+VOID -+PHY_SetRFReg8812( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ) -+{ -+#if (DISABLE_BB_RF == 1) -+ return; -+#endif -+ -+ if(BitMask == 0) -+ return; -+ -+ // RF data is 20 bits only -+ if (BitMask != bLSSIWrite_data_Jaguar) { -+ u32 Original_Value, BitShift; -+ Original_Value = phy_RFSerialRead(Adapter, eRFPath, RegAddr); -+ BitShift = PHY_CalculateBitShift(BitMask); -+ Data = ((Original_Value) & (~BitMask)) | (Data<< BitShift); -+ } -+ -+ phy_RFSerialWrite(Adapter, eRFPath, RegAddr, Data); -+ -+} -+ -+// -+// 3. Initial MAC/BB/RF config by reading MAC/BB/RF txt. -+// -+ -+s32 PHY_MACConfig8812(PADAPTER Adapter) -+{ -+ int rtStatus = _FAIL; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ s8 *pszMACRegFile; -+ s8 sz8812MACRegFile[] = RTL8812_PHY_MACREG; -+ s8 sz8821MACRegFile[] = RTL8821_PHY_MACREG; -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+ pszMACRegFile = sz8812MACRegFile; -+ } -+ else -+ { -+ pszMACRegFile = sz8821MACRegFile; -+ } -+ -+ // -+ // Config MAC -+ // -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ rtStatus = phy_ConfigMACWithParaFile(Adapter, pszMACRegFile); -+ if (rtStatus == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ ODM_ConfigMACWithHeaderFile(&pHalData->odmpriv); -+ rtStatus = _SUCCESS; -+#endif//CONFIG_EMBEDDED_FWIMG -+ } -+ -+ return rtStatus; -+} -+ -+ -+static VOID -+phy_InitBBRFRegisterDefinition( -+ IN PADAPTER Adapter -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ // RF Interface Sowrtware Control -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfintfs = rFPGA0_XAB_RFInterfaceSW; // 16 LSBs if read 32-bit from 0x870 -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfintfs = rFPGA0_XAB_RFInterfaceSW; // 16 MSBs if read 32-bit from 0x870 (16-bit for 0x872) -+ -+ // RF Interface Output (and Enable) -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfintfo = rFPGA0_XA_RFInterfaceOE; // 16 LSBs if read 32-bit from 0x860 -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfintfo = rFPGA0_XB_RFInterfaceOE; // 16 LSBs if read 32-bit from 0x864 -+ -+ // RF Interface (Output and) Enable -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfintfe = rFPGA0_XA_RFInterfaceOE; // 16 MSBs if read 32-bit from 0x860 (16-bit for 0x862) -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfintfe = rFPGA0_XB_RFInterfaceOE; // 16 MSBs if read 32-bit from 0x864 (16-bit for 0x866) -+ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rf3wireOffset = rA_LSSIWrite_Jaguar; //LSSI Parameter -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rf3wireOffset = rB_LSSIWrite_Jaguar; -+ -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfHSSIPara2 = rHSSIRead_Jaguar; //wire control parameter2 -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfHSSIPara2 = rHSSIRead_Jaguar; //wire control parameter2 -+ -+ // Tranceiver Readback LSSI/HSPI mode -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfLSSIReadBack = rA_SIRead_Jaguar; -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfLSSIReadBack = rB_SIRead_Jaguar; -+ pHalData->PHYRegDef[ODM_RF_PATH_A].rfLSSIReadBackPi = rA_PIRead_Jaguar; -+ pHalData->PHYRegDef[ODM_RF_PATH_B].rfLSSIReadBackPi = rB_PIRead_Jaguar; -+} -+ -+VOID -+PHY_BB8812_Config_1T( -+ IN PADAPTER Adapter -+ ) -+{ -+ // BB OFDM RX Path_A -+ PHY_SetBBReg(Adapter, rRxPath_Jaguar, bRxPath_Jaguar, 0x11); -+ // BB OFDM TX Path_A -+ PHY_SetBBReg(Adapter, rTxPath_Jaguar, bMaskLWord, 0x1111); -+ // BB CCK R/Rx Path_A -+ PHY_SetBBReg(Adapter, rCCK_RX_Jaguar, bCCK_RX_Jaguar, 0x0); -+ // MCS support -+ PHY_SetBBReg(Adapter, 0x8bc, 0xc0000060, 0x4); -+ // RF Path_B HSSI OFF -+ PHY_SetBBReg(Adapter, 0xe00, 0xf, 0x4); -+ // RF Path_B Power Down -+ PHY_SetBBReg(Adapter, 0xe90, bMaskDWord, 0); -+ // ADDA Path_B OFF -+ PHY_SetBBReg(Adapter, 0xe60, bMaskDWord, 0); -+ PHY_SetBBReg(Adapter, 0xe64, bMaskDWord, 0); -+} -+ -+ -+static int -+phy_BB8812_Config_ParaFile( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rtStatus = _SUCCESS; -+ -+ s8 sz8812BBRegFile[] = RTL8812_PHY_REG; -+ s8 sz8812AGCTableFile[] = RTL8812_AGC_TAB; -+ s8 sz8812BBRegPgFile[] = RTL8812_PHY_REG_PG; -+ s8 sz8812BBRegMpFile[] = RTL8812_PHY_REG_MP; -+ s8 sz8812BBRegLimitFile[] = RTL8812_TXPWR_LMT; -+ -+ s8 sz8821BBRegFile[] = RTL8821_PHY_REG; -+ s8 sz8821AGCTableFile[] = RTL8821_AGC_TAB; -+ s8 sz8821BBRegPgFile[] = RTL8821_PHY_REG_PG; -+ s8 sz8821BBRegMpFile[] = RTL8821_PHY_REG_MP; -+ s8 sz8821RFTxPwrLmtFile[] = RTL8821_TXPWR_LMT; -+ s8 *pszBBRegFile = NULL, *pszAGCTableFile = NULL, -+ *pszBBRegPgFile = NULL, *pszBBRegMpFile=NULL, -+ *pszRFTxPwrLmtFile = NULL; -+ -+ -+ //DBG_871X("==>phy_BB8812_Config_ParaFile\n"); -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+ pszBBRegFile=sz8812BBRegFile ; -+ pszAGCTableFile =sz8812AGCTableFile; -+ pszBBRegPgFile = sz8812BBRegPgFile; -+ pszBBRegMpFile = sz8812BBRegMpFile; -+ pszRFTxPwrLmtFile = sz8812BBRegLimitFile; -+ } -+ else -+ { -+ pszBBRegFile=sz8821BBRegFile ; -+ pszAGCTableFile =sz8821AGCTableFile; -+ pszBBRegPgFile = sz8821BBRegPgFile; -+ pszBBRegMpFile = sz8821BBRegMpFile; -+ pszRFTxPwrLmtFile = sz8821RFTxPwrLmtFile; -+ } -+ -+ DBG_871X("===> phy_BB8812_Config_ParaFile() EEPROMRegulatory %d\n", pHalData->EEPROMRegulatory ); -+ -+ //DBG_871X(" ===> phy_BB8812_Config_ParaFile() phy_reg:%s\n",pszBBRegFile); -+ //DBG_871X(" ===> phy_BB8812_Config_ParaFile() phy_reg_pg:%s\n",pszBBRegPgFile); -+ //DBG_871X(" ===> phy_BB8812_Config_ParaFile() agc_table:%s\n",pszAGCTableFile); -+ -+ // Read Tx Power Limit -+ PHY_InitTxPowerLimit( Adapter ); -+ if ( Adapter->registrypriv.RegEnableTxPowerLimit == 1 || -+ ( Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1 ) ) -+ { -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithPowerLimitTableParaFile( Adapter, pszRFTxPwrLmtFile )== _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ if (HAL_STATUS_SUCCESS != ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv, CONFIG_RF_TXPWR_LMT, (ODM_RF_RADIO_PATH_E)0)) -+ rtStatus = _FAIL; -+#endif -+ } -+ -+ if(rtStatus != _SUCCESS){ -+ DBG_871X("%s():Read Tx power limit fail\n",__FUNCTION__ ); -+ goto phy_BB_Config_ParaFile_Fail; -+ } -+ } -+ -+ // Read PHY_REG.TXT BB INIT!! -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (phy_ConfigBBWithParaFile(Adapter, pszBBRegFile, CONFIG_BB_PHY_REG) == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ if (HAL_STATUS_SUCCESS != ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_PHY_REG)) -+ rtStatus = _FAIL; -+#endif -+ } -+ -+ if(rtStatus != _SUCCESS){ -+ DBG_871X("%s(): CONFIG_BB_PHY_REG Fail!!\n",__FUNCTION__ ); -+ goto phy_BB_Config_ParaFile_Fail; -+ } -+ -+ // Read PHY_REG_MP.TXT BB INIT!! -+#if (MP_DRIVER == 1) -+ if (Adapter->registrypriv.mp_mode == 1) { -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (phy_ConfigBBWithMpParaFile(Adapter, pszBBRegMpFile) == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ if (HAL_STATUS_SUCCESS != ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_PHY_REG_MP)) -+ rtStatus = _FAIL; -+#endif -+ } -+ -+ if(rtStatus != _SUCCESS){ -+ DBG_871X("phy_BB8812_Config_ParaFile():Write BB Reg MP Fail!!\n"); -+ goto phy_BB_Config_ParaFile_Fail; -+ } -+ } -+#endif // #if (MP_DRIVER == 1) -+ -+ // If EEPROM or EFUSE autoload OK, We must config by PHY_REG_PG.txt -+ PHY_InitTxPowerByRate( Adapter ); -+ if ( Adapter->registrypriv.RegEnableTxPowerByRate == 1 || -+ ( Adapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory != 2 ) ) -+ { -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (phy_ConfigBBWithPgParaFile(Adapter, pszBBRegPgFile) == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ if (HAL_STATUS_SUCCESS != ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_PHY_REG_PG)) -+ rtStatus = _FAIL; -+#endif -+ } -+ -+ if ( pHalData->odmpriv.PhyRegPgValueType == PHY_REG_PG_EXACT_VALUE ) -+ PHY_TxPowerByRateConfiguration( Adapter ); -+ -+ if ( Adapter->registrypriv.RegEnableTxPowerLimit == 1 || -+ ( Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1 ) ) -+ PHY_ConvertTxPowerLimitToPowerIndex( Adapter ); -+ -+ if(rtStatus != _SUCCESS){ -+ DBG_871X("%s(): CONFIG_BB_PHY_REG_PG Fail!!\n",__FUNCTION__ ); -+ goto phy_BB_Config_ParaFile_Fail; -+ } -+ } -+ -+ // BB AGC table Initialization -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (phy_ConfigBBWithParaFile(Adapter, pszAGCTableFile, CONFIG_BB_AGC_TAB) == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ if (HAL_STATUS_SUCCESS != ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_AGC_TAB)) -+ rtStatus = _FAIL; -+#endif -+ } -+ -+ if(rtStatus != _SUCCESS){ -+ DBG_871X("%s(): CONFIG_BB_AGC_TAB Fail!!\n",__FUNCTION__ ); -+ } -+ -+phy_BB_Config_ParaFile_Fail: -+ -+ return rtStatus; -+} -+ -+int -+PHY_BBConfig8812( -+ IN PADAPTER Adapter -+ ) -+{ -+ int rtStatus = _SUCCESS; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 TmpU1B=0; -+ -+ phy_InitBBRFRegisterDefinition(Adapter); -+ -+ //tangw check start 20120412 -+ // . APLL_EN,,APLL_320_GATEB,APLL_320BIAS, auto config by hw fsm after pfsm_go (0x4 bit 8) set -+ TmpU1B = rtw_read8(Adapter, REG_SYS_FUNC_EN); -+ -+ if(IS_HARDWARE_TYPE_8812AU(Adapter) || IS_HARDWARE_TYPE_8821U(Adapter)) -+ TmpU1B |= FEN_USBA; -+ else if(IS_HARDWARE_TYPE_8812E(Adapter) || IS_HARDWARE_TYPE_8821E(Adapter)) -+ TmpU1B |= FEN_PCIEA; -+ -+ rtw_write8(Adapter, REG_SYS_FUNC_EN, TmpU1B); -+ -+ rtw_write8(Adapter, REG_SYS_FUNC_EN, (TmpU1B|FEN_BB_GLB_RSTn|FEN_BBRSTB));//same with 8812 -+ //6. 0x1f[7:0] = 0x07 PathA RF Power On -+ rtw_write8(Adapter, REG_RF_CTRL, 0x07);//RF_SDMRSTB,RF_RSTB,RF_EN same with 8723a -+ //7. PathB RF Power On -+ rtw_write8(Adapter, REG_OPT_CTRL_8812+2, 0x7);//RF_SDMRSTB,RF_RSTB,RF_EN same with 8723a -+ //tangw check end 20120412 -+ -+ -+ // -+ // Config BB and AGC -+ // -+ rtStatus = phy_BB8812_Config_ParaFile(Adapter); -+ -+ hal_set_crystal_cap(Adapter, pHalData->CrystalCap); -+ -+ if(IS_HARDWARE_TYPE_JAGUAR(Adapter)) -+ { -+ pHalData->Reg837 = rtw_read8(Adapter, 0x837); -+ } -+ -+ return rtStatus; -+} -+ -+int -+PHY_RFConfig8812( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rtStatus = _SUCCESS; -+ -+ if (RTW_CANNOT_RUN(Adapter)) -+ return _FAIL; -+ -+ switch(pHalData->rf_chip) -+ { -+ case RF_PSEUDO_11N: -+ DBG_871X("%s(): RF_PSEUDO_11N\n",__FUNCTION__); -+ break; -+ default: -+ rtStatus = PHY_RF6052_Config_8812(Adapter); -+ break; -+ } -+ -+ return rtStatus; -+} -+ -+VOID -+PHY_TxPowerTrainingByPath_8812( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel, -+ IN u8 RfPath -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ u8 i; -+ u32 PowerLevel, writeData, writeOffset; -+ -+ if(RfPath >= pHalData->NumTotalRFPath) -+ return; -+ -+ writeData = 0; -+ if(RfPath == ODM_RF_PATH_A) -+ { -+ PowerLevel = PHY_GetTxPowerIndex_8812A(Adapter, ODM_RF_PATH_A, MGN_MCS7, BandWidth, Channel); -+ writeOffset = rA_TxPwrTraing_Jaguar; -+ } -+ else -+ { -+ PowerLevel = PHY_GetTxPowerIndex_8812A(Adapter, ODM_RF_PATH_B, MGN_MCS7, BandWidth, Channel); -+ writeOffset = rB_TxPwrTraing_Jaguar; -+ } -+ -+ for(i = 0; i < 3; i++) -+ { -+ if(i == 0) -+ PowerLevel = PowerLevel - 10; -+ else if(i == 1) -+ PowerLevel = PowerLevel - 8; -+ else -+ PowerLevel = PowerLevel - 6; -+ writeData |= (((PowerLevel > 2)?(PowerLevel):2) << (i * 8)); -+ } -+ -+ PHY_SetBBReg(Adapter, writeOffset, 0xffffff, writeData); -+} -+ -+VOID -+phy_TxPwrAdjInPercentage( -+ IN PADAPTER Adapter, -+ OUT u8* pTxPwrIdx) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 TxPwrInPercentage = 0; -+ -+ // Retrieve default TxPwr index settings from registry. -+ TxPwrInPercentage = pHalData->TxPwrInPercentage; -+ -+ if(*pTxPwrIdx > RF6052_MAX_TX_PWR) -+ *pTxPwrIdx = RF6052_MAX_TX_PWR; -+ -+ // -+ // NEC Spec: dB = 10*log(X/Y), X: target value, Y: default value. -+ // For example: TxPower 50%, 10*log(50/100)=(nearly)-3dB -+ // 2010.07.26. -+ // -+ if(TxPwrInPercentage & TX_PWR_PERCENTAGE_0)// 12.5% , -9dB -+ { -+ *pTxPwrIdx -=18; -+ } -+ else if(TxPwrInPercentage & TX_PWR_PERCENTAGE_1)// 25%, -6dB -+ { -+ *pTxPwrIdx -=12; -+ } -+ else if(TxPwrInPercentage & TX_PWR_PERCENTAGE_2)// 50%, -3dB -+ { -+ *pTxPwrIdx -=6; -+ } -+ -+ if(*pTxPwrIdx > RF6052_MAX_TX_PWR) // Avoid underflow condition. -+ *pTxPwrIdx = RF6052_MAX_TX_PWR; -+} -+ -+VOID -+PHY_GetTxPowerLevel8812( -+ IN PADAPTER Adapter, -+ OUT s32* powerlevel -+ ) -+{ -+#if 0 -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ s4Byte TxPwrDbm = 13; -+ RT_TRACE(COMP_TXAGC, DBG_LOUD, ("PHY_GetTxPowerLevel8812(): TxPowerLevel: %#x\n", TxPwrDbm)); -+ -+ if ( pMgntInfo->ClientConfigPwrInDbm != UNSPECIFIED_PWR_DBM ) -+ *powerlevel = pMgntInfo->ClientConfigPwrInDbm; -+ else -+ *powerlevel = TxPwrDbm; -+#endif -+} -+ -+//create new definition of PHY_SetTxPowerLevel8812 by YP. -+//Page revised on 20121106 -+//the new way to set tx power by rate, NByte access, here N byte shall be 4 byte(DWord) or NByte(N>4) access. by page/YP, 20121106 -+VOID -+PHY_SetTxPowerLevel8812( -+ IN PADAPTER Adapter, -+ IN u8 Channel -+ ) -+{ -+ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ u8 path = 0; -+ -+ //DBG_871X("==>PHY_SetTxPowerLevel8812()\n"); -+ -+ for( path = ODM_RF_PATH_A; path < pHalData->NumTotalRFPath; ++path ) -+ { -+ PHY_SetTxPowerLevelByPath(Adapter, Channel, path); -+ PHY_TxPowerTrainingByPath_8812(Adapter, pHalData->CurrentChannelBW, Channel, path); -+ } -+ -+ //DBG_871X("<==PHY_SetTxPowerLevel8812()\n"); -+} -+ -+u8 -+phy_GetCurrentTxNum_8812A( -+ IN PADAPTER pAdapter, -+ IN u8 Rate -+ ) -+{ -+ u8 tx_num = 0; -+ -+ if ( ( Rate >= MGN_MCS8 && Rate <= MGN_MCS15 ) || -+ ( Rate >= MGN_VHT2SS_MCS0 && Rate <= MGN_VHT2SS_MCS9 ) ) -+ tx_num = RF_2TX; -+ else -+ tx_num = RF_1TX; -+ -+ return tx_num; -+} -+ -+/************************************************************************************************************** -+ * Description: -+ * The low-level interface to get the FINAL Tx Power Index , called by both MP and Normal Driver. -+ * -+ * <20120830, Kordan> -+ **************************************************************************************************************/ -+u8 -+PHY_GetTxPowerIndex_8812A( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pAdapter); -+ s8 powerDiffByRate = 0; -+ s8 txPower = 0, limit = 0; -+ u8 tx_num = phy_GetCurrentTxNum_8812A( pAdapter, Rate ); -+ BOOLEAN bIn24G = _FALSE; -+ -+ //DBG_871X("===> PHY_GetTxPowerIndex_8812A\n"); -+ -+ txPower = (s8) PHY_GetTxPowerIndexBase( pAdapter, RFPath, Rate, BandWidth, Channel, &bIn24G ); -+ -+ powerDiffByRate = PHY_GetTxPowerByRate( pAdapter, (u8)(!bIn24G), RFPath, tx_num, Rate ); -+ -+ limit = PHY_GetTxPowerLimit( pAdapter, pAdapter->registrypriv.RegPwrTblSel, (u8)(!bIn24G), pHalData->CurrentChannelBW, RFPath, Rate, pHalData->CurrentChannel); -+ -+ powerDiffByRate = powerDiffByRate > limit ? limit : powerDiffByRate; -+ //DBG_871X("Rate-0x%x: (TxPower, PowerDiffByRate Path-%c) = (0x%X, %d)\n", Rate, ((RFPath==0)?'A':'B'), txPower, powerDiffByRate); -+ -+ // We need to reduce power index for VHT MCS 8 & 9. -+ if (Rate == MGN_VHT1SS_MCS8 || Rate == MGN_VHT1SS_MCS9 || -+ Rate == MGN_VHT2SS_MCS8 || Rate == MGN_VHT2SS_MCS9) -+ { -+ txPower += powerDiffByRate; -+ } -+ else -+ { -+#ifdef CONFIG_USB_HCI -+ // -+ // 2013/01/29 MH For preventing VHT rate of 8812AU to be used in USB 2.0 mode -+ // and the current will be more than 500mA and card disappear. We need to limit -+ // TX power with any power by rate for VHT in U2. -+ // 2013/01/30 MH According to power current test compare with BCM AC NIC, we -+ // decide to use host hub = 2.0 mode to enable tx power limit behavior. -+ // -+ if (adapter_to_dvobj(pAdapter)->usb_speed == RTW_USB_SPEED_2 && IS_HARDWARE_TYPE_8812AU(pAdapter)) -+ { -+ powerDiffByRate = 0; -+ } -+#endif -+ txPower += powerDiffByRate; -+#if 0 -+ // -+ // 2013/02/06 MH Add for ASUS requiremen for adjusting TX power limit. -+ // This is a temporarily dirty fix for asus , neeed to revise later! -+ // 2013/03/07 MH Asus add more request. -+ // 2013/03/14 MH Asus add one more request for the power control. -+ // -+ if (Channel >= 36) -+ { -+ txPower += pMgntInfo->RegTPCLvl5g; -+ -+ if (txPower > pMgntInfo->RegTPCLvl5gD) -+ txPower -= pMgntInfo->RegTPCLvl5gD; -+ } -+ else -+ { -+ txPower += pMgntInfo->RegTPCLvl; -+ -+ if (txPower > pMgntInfo->RegTPCLvlD) -+ txPower -= pMgntInfo->RegTPCLvlD; -+ } -+#endif -+ } -+ -+ txPower += PHY_GetTxPowerTrackingOffset( pAdapter, RFPath, Rate ); -+ -+ // 2012/09/26 MH We need to take care high power device limiation to prevent destroy EXT_PA. -+ // This case had ever happened in CU/SU high power module. THe limitation = 0x20. -+ // But for 8812, we still not know the value. -+ phy_TxPwrAdjInPercentage(pAdapter, (u8 *)&txPower); -+ -+ if(txPower > MAX_POWER_INDEX) -+ txPower = MAX_POWER_INDEX; -+ -+ if ( txPower % 2 == 1 && !IS_NORMAL_CHIP(pHalData->VersionID)) -+ --txPower; -+ -+ //DBG_871X("Final Tx Power(RF-%c, Channel: %d) = %d(0x%X)\n", ((RFPath==0)?'A':'B'), Channel,txPower, txPower); -+ -+ return (u8) txPower; -+} -+ -+/************************************************************************************************************** -+ * Description: -+ * The low-level interface to set TxAGC , called by both MP and Normal Driver. -+ * -+ * <20120830, Kordan> -+ **************************************************************************************************************/ -+ -+VOID -+PHY_SetTxPowerIndex_8812A( -+ IN PADAPTER Adapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ BOOLEAN Direction = _FALSE; -+ u32 TxagcOffset = 0; -+ -+ // <20120928, Kordan> A workaround in 8812A/8821A testchip, to fix the bug of odd Tx power indexes. -+ if ( (PowerIndex % 2 == 1) && IS_HARDWARE_TYPE_JAGUAR(Adapter) && IS_TEST_CHIP(pHalData->VersionID) ) -+ PowerIndex -= 1; -+ -+ //2013.01.18 LukeLee: Modify TXAGC by dcmd_Dynamic_Ctrl() -+ if(RFPath == RF_PATH_A) -+ { -+ Direction = pHalData->odmpriv.IsTxagcOffsetPositiveA; -+ TxagcOffset = pHalData->odmpriv.TxagcOffsetValueA; -+ } -+ else if(RFPath == RF_PATH_B) -+ { -+ Direction = pHalData->odmpriv.IsTxagcOffsetPositiveB; -+ TxagcOffset = pHalData->odmpriv.TxagcOffsetValueB; -+ } -+ if(Direction == _FALSE) -+ { -+ if(PowerIndex > TxagcOffset) -+ PowerIndex -= TxagcOffset; -+ else -+ PowerIndex = 0; -+ } -+ else -+ { -+ PowerIndex += TxagcOffset; -+ if(PowerIndex > 0x3F) -+ PowerIndex = 0x3F; -+ } -+ -+ if (RFPath == RF_PATH_A) -+ { -+ switch (Rate) -+ { -+ case MGN_1M: PHY_SetBBReg(Adapter, rTxAGC_A_CCK11_CCK1_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_2M: PHY_SetBBReg(Adapter, rTxAGC_A_CCK11_CCK1_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_5_5M: PHY_SetBBReg(Adapter, rTxAGC_A_CCK11_CCK1_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_11M: PHY_SetBBReg(Adapter, rTxAGC_A_CCK11_CCK1_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_6M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm18_Ofdm6_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_9M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm18_Ofdm6_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_12M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm18_Ofdm6_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_18M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm18_Ofdm6_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_24M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm54_Ofdm24_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_36M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm54_Ofdm24_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_48M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm54_Ofdm24_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_54M: PHY_SetBBReg(Adapter, rTxAGC_A_Ofdm54_Ofdm24_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS0: PHY_SetBBReg(Adapter, rTxAGC_A_MCS3_MCS0_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS1: PHY_SetBBReg(Adapter, rTxAGC_A_MCS3_MCS0_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS2: PHY_SetBBReg(Adapter, rTxAGC_A_MCS3_MCS0_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS3: PHY_SetBBReg(Adapter, rTxAGC_A_MCS3_MCS0_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS4: PHY_SetBBReg(Adapter, rTxAGC_A_MCS7_MCS4_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS5: PHY_SetBBReg(Adapter, rTxAGC_A_MCS7_MCS4_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS6: PHY_SetBBReg(Adapter, rTxAGC_A_MCS7_MCS4_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS7: PHY_SetBBReg(Adapter, rTxAGC_A_MCS7_MCS4_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS8: PHY_SetBBReg(Adapter, rTxAGC_A_MCS11_MCS8_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS9: PHY_SetBBReg(Adapter, rTxAGC_A_MCS11_MCS8_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS10: PHY_SetBBReg(Adapter, rTxAGC_A_MCS11_MCS8_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS11: PHY_SetBBReg(Adapter, rTxAGC_A_MCS11_MCS8_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS12: PHY_SetBBReg(Adapter, rTxAGC_A_MCS15_MCS12_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS13: PHY_SetBBReg(Adapter, rTxAGC_A_MCS15_MCS12_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS14: PHY_SetBBReg(Adapter, rTxAGC_A_MCS15_MCS12_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS15: PHY_SetBBReg(Adapter, rTxAGC_A_MCS15_MCS12_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT1SS_MCS0: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index3_Nss1Index0_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT1SS_MCS1: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index3_Nss1Index0_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT1SS_MCS2: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index3_Nss1Index0_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT1SS_MCS3: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index3_Nss1Index0_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT1SS_MCS4: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index7_Nss1Index4_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT1SS_MCS5: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index7_Nss1Index4_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT1SS_MCS6: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index7_Nss1Index4_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT1SS_MCS7: PHY_SetBBReg(Adapter, rTxAGC_A_Nss1Index7_Nss1Index4_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT1SS_MCS8: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index1_Nss1Index8_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT1SS_MCS9: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index1_Nss1Index8_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT2SS_MCS0: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index1_Nss1Index8_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT2SS_MCS1: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index1_Nss1Index8_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT2SS_MCS2: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index5_Nss2Index2_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT2SS_MCS3: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index5_Nss2Index2_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT2SS_MCS4: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index5_Nss2Index2_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT2SS_MCS5: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index5_Nss2Index2_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT2SS_MCS6: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index9_Nss2Index6_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT2SS_MCS7: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index9_Nss2Index6_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT2SS_MCS8: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index9_Nss2Index6_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT2SS_MCS9: PHY_SetBBReg(Adapter, rTxAGC_A_Nss2Index9_Nss2Index6_JAguar, bMaskByte3, PowerIndex); break; -+ -+ default: -+ DBG_871X("Invalid Rate!!\n"); -+ break; -+ } -+ } -+ else if (RFPath == RF_PATH_B) -+ { -+ switch (Rate) -+ { -+ case MGN_1M: PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_CCK1_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_2M: PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_CCK1_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_5_5M: PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_CCK1_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_11M: PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_CCK1_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_6M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm18_Ofdm6_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_9M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm18_Ofdm6_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_12M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm18_Ofdm6_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_18M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm18_Ofdm6_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_24M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm54_Ofdm24_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_36M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm54_Ofdm24_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_48M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm54_Ofdm24_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_54M: PHY_SetBBReg(Adapter, rTxAGC_B_Ofdm54_Ofdm24_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS0: PHY_SetBBReg(Adapter, rTxAGC_B_MCS3_MCS0_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS1: PHY_SetBBReg(Adapter, rTxAGC_B_MCS3_MCS0_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS2: PHY_SetBBReg(Adapter, rTxAGC_B_MCS3_MCS0_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS3: PHY_SetBBReg(Adapter, rTxAGC_B_MCS3_MCS0_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS4: PHY_SetBBReg(Adapter, rTxAGC_B_MCS7_MCS4_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS5: PHY_SetBBReg(Adapter, rTxAGC_B_MCS7_MCS4_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS6: PHY_SetBBReg(Adapter, rTxAGC_B_MCS7_MCS4_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS7: PHY_SetBBReg(Adapter, rTxAGC_B_MCS7_MCS4_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS8: PHY_SetBBReg(Adapter, rTxAGC_B_MCS11_MCS8_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS9: PHY_SetBBReg(Adapter, rTxAGC_B_MCS11_MCS8_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS10: PHY_SetBBReg(Adapter, rTxAGC_B_MCS11_MCS8_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS11: PHY_SetBBReg(Adapter, rTxAGC_B_MCS11_MCS8_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_MCS12: PHY_SetBBReg(Adapter, rTxAGC_B_MCS15_MCS12_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_MCS13: PHY_SetBBReg(Adapter, rTxAGC_B_MCS15_MCS12_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_MCS14: PHY_SetBBReg(Adapter, rTxAGC_B_MCS15_MCS12_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_MCS15: PHY_SetBBReg(Adapter, rTxAGC_B_MCS15_MCS12_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT1SS_MCS0: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index3_Nss1Index0_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT1SS_MCS1: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index3_Nss1Index0_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT1SS_MCS2: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index3_Nss1Index0_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT1SS_MCS3: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index3_Nss1Index0_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT1SS_MCS4: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index7_Nss1Index4_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT1SS_MCS5: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index7_Nss1Index4_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT1SS_MCS6: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index7_Nss1Index4_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT1SS_MCS7: PHY_SetBBReg(Adapter, rTxAGC_B_Nss1Index7_Nss1Index4_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT1SS_MCS8: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index1_Nss1Index8_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT1SS_MCS9: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index1_Nss1Index8_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT2SS_MCS0: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index1_Nss1Index8_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT2SS_MCS1: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index1_Nss1Index8_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT2SS_MCS2: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index5_Nss2Index2_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT2SS_MCS3: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index5_Nss2Index2_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT2SS_MCS4: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index5_Nss2Index2_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT2SS_MCS5: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index5_Nss2Index2_JAguar, bMaskByte3, PowerIndex); break; -+ -+ case MGN_VHT2SS_MCS6: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index9_Nss2Index6_JAguar, bMaskByte0, PowerIndex); break; -+ case MGN_VHT2SS_MCS7: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index9_Nss2Index6_JAguar, bMaskByte1, PowerIndex); break; -+ case MGN_VHT2SS_MCS8: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index9_Nss2Index6_JAguar, bMaskByte2, PowerIndex); break; -+ case MGN_VHT2SS_MCS9: PHY_SetBBReg(Adapter, rTxAGC_B_Nss2Index9_Nss2Index6_JAguar, bMaskByte3, PowerIndex); break; -+ -+ default: -+ DBG_871X("Invalid Rate!!\n"); -+ break; -+ } -+ } -+ else -+ { -+ DBG_871X("Invalid RFPath!!\n"); -+ } -+} -+ -+BOOLEAN -+PHY_UpdateTxPowerDbm8812( -+ IN PADAPTER Adapter, -+ IN int powerInDbm -+ ) -+{ -+ return _TRUE; -+} -+ -+ -+u32 PHY_GetTxBBSwing_8812A( -+ IN PADAPTER Adapter, -+ IN BAND_TYPE Band, -+ IN u8 RFPath -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(GetDefaultAdapter(Adapter)); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ -+ s8 bbSwing_2G = -1 * GetRegTxBBSwing_2G(Adapter); -+ s8 bbSwing_5G = -1 * GetRegTxBBSwing_5G(Adapter); -+ u32 out = 0x200; -+ const s8 AUTO = -1; -+ -+ -+ if (pHalData->bautoload_fail_flag) -+ { -+ if ( Band == BAND_ON_2_4G ) { -+ pRFCalibrateInfo->BBSwingDiff2G = bbSwing_2G; -+ if (bbSwing_2G == 0) out = 0x200; // 0 dB -+ else if (bbSwing_2G == -3) out = 0x16A; // -3 dB -+ else if (bbSwing_2G == -6) out = 0x101; // -6 dB -+ else if (bbSwing_2G == -9) out = 0x0B6; // -9 dB -+ else { -+ if ( pHalData->ExternalPA_2G ) { -+ pRFCalibrateInfo->BBSwingDiff2G = -3; -+ out = 0x16A; -+ } else { -+ pRFCalibrateInfo->BBSwingDiff2G = 0; -+ out = 0x200; -+ } -+ } -+ } else if ( Band == BAND_ON_5G ) { -+ pRFCalibrateInfo->BBSwingDiff5G = bbSwing_5G; -+ if (bbSwing_5G == 0) out = 0x200; // 0 dB -+ else if (bbSwing_5G == -3) out = 0x16A; // -3 dB -+ else if (bbSwing_5G == -6) out = 0x101; // -6 dB -+ else if (bbSwing_5G == -9) out = 0x0B6; // -9 dB -+ else { -+ if ( pHalData->ExternalPA_5G || IS_HARDWARE_TYPE_8821(Adapter)) { -+ pRFCalibrateInfo->BBSwingDiff5G = -3; -+ out = 0x16A; -+ } else { -+ pRFCalibrateInfo->BBSwingDiff5G = 0; -+ out = 0x200; -+ } -+ } -+ } else { -+ pRFCalibrateInfo->BBSwingDiff2G = -3; -+ pRFCalibrateInfo->BBSwingDiff5G = -3; -+ out = 0x16A; // -3 dB -+ } -+ } -+ else -+ { -+ u32 swing = 0, onePathSwing = 0; -+ -+ if (Band == BAND_ON_2_4G) { -+ if (GetRegTxBBSwing_2G(Adapter) == AUTO) -+ { -+ EFUSE_ShadowRead(Adapter, 1, EEPROM_TX_BBSWING_2G_8812, (u32 *)&swing); -+ swing = (swing == 0xFF) ? 0x00 : swing; -+ } -+ else if (bbSwing_2G == 0) swing = 0x00; // 0 dB -+ else if (bbSwing_2G == -3) swing = 0x05; // -3 dB -+ else if (bbSwing_2G == -6) swing = 0x0A; // -6 dB -+ else if (bbSwing_2G == -9) swing = 0xFF; // -9 dB -+ else swing = 0x00; -+ } -+ else { -+ if (GetRegTxBBSwing_5G(Adapter) == AUTO) -+ { -+ EFUSE_ShadowRead(Adapter, 1, EEPROM_TX_BBSWING_5G_8812, (u32 *)&swing); -+ swing = (swing == 0xFF) ? 0x00 : swing; -+ } -+ else if (bbSwing_5G == 0) swing = 0x00; // 0 dB -+ else if (bbSwing_5G == -3) swing = 0x05; // -3 dB -+ else if (bbSwing_5G == -6) swing = 0x0A; // -6 dB -+ else if (bbSwing_5G == -9) swing = 0xFF; // -9 dB -+ else swing = 0x00; -+ } -+ -+ if (RFPath == ODM_RF_PATH_A) -+ onePathSwing = (swing & 0x3) >> 0; // 0xC6/C7[1:0] -+ else if(RFPath == ODM_RF_PATH_B) -+ onePathSwing = (swing & 0xC) >> 2; // 0xC6/C7[3:2] -+ -+ if (onePathSwing == 0x0) { -+ if (Band == BAND_ON_2_4G) -+ pRFCalibrateInfo->BBSwingDiff2G = 0; -+ else -+ pRFCalibrateInfo->BBSwingDiff5G = 0; -+ out = 0x200; // 0 dB -+ } else if (onePathSwing == 0x1) { -+ if (Band == BAND_ON_2_4G) -+ pRFCalibrateInfo->BBSwingDiff2G = -3; -+ else -+ pRFCalibrateInfo->BBSwingDiff5G = -3; -+ out = 0x16A; // -3 dB -+ } else if (onePathSwing == 0x2) { -+ if (Band == BAND_ON_2_4G) -+ pRFCalibrateInfo->BBSwingDiff2G = -6; -+ else -+ pRFCalibrateInfo->BBSwingDiff5G = -6; -+ out = 0x101; // -6 dB -+ } else if (onePathSwing == 0x3) { -+ if (Band == BAND_ON_2_4G) -+ pRFCalibrateInfo->BBSwingDiff2G = -9; -+ else -+ pRFCalibrateInfo->BBSwingDiff5G = -9; -+ out = 0x0B6; // -9 dB -+ } -+ } -+ -+ //DBG_871X("<=== PHY_GetTxBBSwing_8812A, out = 0x%X\n", out); -+ -+ return out; -+} -+ -+VOID -+phy_SetRFEReg8812( -+ IN PADAPTER Adapter, -+ IN u8 Band -+) -+{ -+ u1Byte u1tmp = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(Band == BAND_ON_2_4G) -+ { -+ switch(pHalData->RFEType){ -+ case 0: case 2: -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ break; -+ case 1: -+#ifdef CONFIG_BT_COEXIST -+ if (hal_btcoex_IsBtExist(Adapter) && (Adapter->registrypriv.mp_mode==0)) -+ { -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,0xffffff, 0x777777); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, 0x33f00000, 0x000); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ } -+ else -+#endif -+ { -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ } -+ break; -+ case 3: -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x54337770); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x54337770); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ PHY_SetBBReg(Adapter, r_ANTSEL_SW_Jaguar,0x00000303, 0x1); -+ break; -+ case 4: -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x001); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x001); -+ break; -+ case 5: -+ rtw_write8(Adapter, rA_RFE_Pinmux_Jaguar+2, 0x77); -+ -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77777777); -+ u1tmp = rtw_read8(Adapter, rA_RFE_Inv_Jaguar+3); -+ rtw_write8(Adapter, rA_RFE_Inv_Jaguar+3, (u1tmp &= ~BIT0)); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar, bMask_RFEInv_Jaguar, 0x000); -+ break; -+ default: -+ break; -+ } -+ } -+ else -+ { -+ switch(pHalData->RFEType){ -+ case 0: -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337717); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337717); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ break; -+ case 1: -+#ifdef CONFIG_BT_COEXIST -+ if (hal_btcoex_IsBtExist(Adapter) && (Adapter->registrypriv.mp_mode==0)) -+ { -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,0xffffff, 0x337717); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337717); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, 0x33f00000, 0x000); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ } -+ else -+#endif -+ { -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337717); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337717); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x000); -+ } -+ break; -+ case 2: -+ case 4: -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337777); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337777); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ break; -+ case 3: -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar,bMaskDWord, 0x54337717); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x54337717); -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar,bMask_RFEInv_Jaguar, 0x010); -+ PHY_SetBBReg(Adapter, r_ANTSEL_SW_Jaguar,0x00000303, 0x1); -+ break; -+ case 5: -+ rtw_write8(Adapter, rA_RFE_Pinmux_Jaguar+2, 0x33); -+ PHY_SetBBReg(Adapter, rB_RFE_Pinmux_Jaguar,bMaskDWord, 0x77337777); -+ u1tmp = rtw_read8(Adapter, rA_RFE_Inv_Jaguar+3); -+ rtw_write8(Adapter, rA_RFE_Inv_Jaguar+3, (u1tmp |= BIT0)); -+ PHY_SetBBReg(Adapter, rB_RFE_Inv_Jaguar, bMask_RFEInv_Jaguar, 0x010); -+ break; -+ default: -+ break; -+ } -+ } -+} -+ -+void phy_SetBBSwingByBand_8812A( -+ IN PADAPTER Adapter, -+ IN u8 Band, -+ IN u1Byte PreviousBand -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(GetDefaultAdapter(Adapter)); -+ -+ //<20120903, Kordan> Tx BB swing setting for RL6286, asked by Ynlin. -+ if (IS_NORMAL_CHIP(pHalData->VersionID) || IS_HARDWARE_TYPE_8821(Adapter)) -+ { -+#if (MP_DRIVER == 1) -+ PMPT_CONTEXT pMptCtx = &(Adapter->mppriv.MptCtx); -+#endif -+ s8 BBDiffBetweenBand = 0; -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ PODM_RF_CAL_T pRFCalibrateInfo = &(pDM_Odm->RFCalibrateInfo); -+ u8 path = ODM_RF_PATH_A; -+ -+ PHY_SetBBReg(Adapter, rA_TxScale_Jaguar, 0xFFE00000, -+ PHY_GetTxBBSwing_8812A(Adapter, (BAND_TYPE)Band, ODM_RF_PATH_A)); // 0xC1C[31:21] -+ PHY_SetBBReg(Adapter, rB_TxScale_Jaguar, 0xFFE00000, -+ PHY_GetTxBBSwing_8812A(Adapter, (BAND_TYPE)Band, ODM_RF_PATH_B)); // 0xE1C[31:21] -+ -+ // <20121005, Kordan> When TxPowerTrack is ON, we should take care of the change of BB swing. -+ // That is, reset all info to trigger Tx power tracking. -+ { -+#if (MP_DRIVER == 1) -+ path = pMptCtx->MptRfPath; -+#endif -+ -+ if (Band != PreviousBand) -+ { -+ BBDiffBetweenBand = (pRFCalibrateInfo->BBSwingDiff2G - pRFCalibrateInfo->BBSwingDiff5G); -+ BBDiffBetweenBand = (Band == BAND_ON_2_4G) ? BBDiffBetweenBand : (-1 * BBDiffBetweenBand); -+ pRFCalibrateInfo->DefaultOfdmIndex += BBDiffBetweenBand*2; -+ } -+ -+ ODM_ClearTxPowerTrackingState(pDM_Odm); -+ } -+ } -+} -+ -+ -+VOID -+phy_SetRFEReg8821( -+ IN PADAPTER Adapter, -+ IN u1Byte Band -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(Band == BAND_ON_2_4G) -+ { -+ // Turn off RF PA and LNA -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, 0xF000, 0x7); // 0xCB0[15:12] = 0x7 (LNA_On) -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, 0xF0, 0x7); // 0xCB0[7:4] = 0x7 (PAPE_A) -+ -+ if (pHalData->ExternalLNA_2G) { -+ // <20131223, VincentL> Turn on 2.4G External LNA (Asked by Luke Lee & Alex Wang) -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, BIT20, 1); // 0xCB4 = 0x10100077; -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, BIT22, 0); // 0xCB4 = 0x10100077; -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, BIT2|BIT1|BIT0, 0x2); // 0xCB0[2:0] = b'010 -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, BIT10|BIT9|BIT8, 0x2); // 0xCB0[10:8] = b'010 -+ -+ }else{ -+ // <20131223, VincentL> Bypass 2.4G External LNA (Asked by Luke Lee & Alex Wang) -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, BIT20, 0); // 0xCB4 = 0x10000077; -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, BIT22, 0); // 0xCB4 = 0x10000077; -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, BIT2|BIT1|BIT0, 0x7); // 0xCB0[2:0] = b'111 -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, BIT10|BIT9|BIT8, 0x7); // 0xCB0[10:8] = b'111 -+ } -+ } -+ else -+ { -+ // Turn ON RF PA and LNA -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, 0xF000, 0x5); // 0xCB0[15:12] = 0x5 (LNA_On) -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, 0xF0, 0x4); // 0xCB0[7:4] = 0x4 (PAPE_A) -+ -+ // <20131223, VincentL> Bypass 2.4G External LNA (Asked by Luke Lee & Alex Wang) -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, BIT20, 0); // 0xCB4 = 0x10000077; -+ PHY_SetBBReg(Adapter, rA_RFE_Inv_Jaguar, BIT22, 0); // 0xCB4 = 0x10000077; -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, BIT2|BIT1|BIT0, 0x7); // 0xCB0[2:0] = b'111 -+ PHY_SetBBReg(Adapter, rA_RFE_Pinmux_Jaguar, BIT10|BIT9|BIT8, 0x7); // 0xCB0[10:8] = b'111 -+ -+ } -+} -+ -+ -+ -+s32 -+PHY_SwitchWirelessBand8812( -+ IN PADAPTER Adapter, -+ IN u8 Band -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 currentBand = pHalData->CurrentBandType; -+ -+ //DBG_871X("==>PHY_SwitchWirelessBand8812() %s\n", ((Band==0)?"2.4G":"5G")); -+ -+ pHalData->CurrentBandType =(BAND_TYPE)Band; -+ -+ if(Band == BAND_ON_2_4G) -+ {// 2.4G band -+ -+ PHY_SetBBReg(Adapter, rOFDMCCKEN_Jaguar, bOFDMEN_Jaguar|bCCKEN_Jaguar, 0x03); -+ -+ if (IS_HARDWARE_TYPE_8821(Adapter)) -+ phy_SetRFEReg8821(Adapter, Band); -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+ // <20131128, VincentL> Remove 0x830[3:1] setting when switching 2G/5G, requested by Yn. -+ PHY_SetBBReg(Adapter,rBWIndication_Jaguar,0x3,0x1); // 0x834[1:0] = 0x1 -+ //BB Yn user guide R27 -+ PHY_SetBBReg(Adapter,rPwed_TH_Jaguar, BIT13|BIT14|BIT15|BIT16|BIT17, 0x17); //0x830[17:13]=5'b10111 -+ } -+ -+ // AGC table select -+ if(IS_VENDOR_8821A_MP_CHIP(Adapter)) -+ PHY_SetBBReg(Adapter, rA_TxScale_Jaguar, 0xF00, 0); // 0xC1C[11:8] = 0 -+ else -+ PHY_SetBBReg(Adapter, rAGC_table_Jaguar, 0x3, 0); // 0x82C[1:0] = 2b'00 -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ phy_SetRFEReg8812(Adapter, Band); -+ -+ // <20131106, Kordan> Workaround to fix CCK FA for scan issue. -+ //if( pHalData->bMPMode == FALSE) -+ if(Adapter->registrypriv.mp_mode==0) -+ { -+ PHY_SetBBReg(Adapter, rTxPath_Jaguar, 0xf0, 0x1); -+ PHY_SetBBReg(Adapter, rCCK_RX_Jaguar, 0x0f000000, 0x1); -+ } -+ -+ update_tx_basic_rate(Adapter, WIRELESS_11BG); -+ -+ // CCK_CHECK_en -+ rtw_write8(Adapter, REG_CCK_CHECK_8812, 0x0); -+ } -+ else //5G band -+ { -+ u16 count = 0, reg41A = 0; -+ -+ if (IS_HARDWARE_TYPE_8821(Adapter)) -+ phy_SetRFEReg8821(Adapter, Band); -+ -+ // CCK_CHECK_en -+ rtw_write8(Adapter, REG_CCK_CHECK_8812, 0x80); -+ -+ count = 0; -+ reg41A = rtw_read16(Adapter, REG_TXPKT_EMPTY); -+ //DBG_871X("Reg41A value %d", reg41A); -+ reg41A &= 0x30; -+ while((reg41A!= 0x30) && (count < 50)) -+ { -+ rtw_udelay_os(50); -+ //DBG_871X("Delay 50us \n"); -+ -+ reg41A = rtw_read16(Adapter, REG_TXPKT_EMPTY); -+ reg41A &= 0x30; -+ count++; -+ //DBG_871X("Reg41A value %d", reg41A); -+ } -+ if(count != 0) -+ DBG_871X("PHY_SwitchWirelessBand8812(): Switch to 5G Band. Count = %d reg41A=0x%x\n", count, reg41A); -+ -+ // 2012/02/01, Sinda add registry to switch workaround without long-run verification for scan issue. -+ if(Adapter->registrypriv.mp_mode==0) -+ PHY_SetBBReg(Adapter, rOFDMCCKEN_Jaguar, bOFDMEN_Jaguar|bCCKEN_Jaguar, 0x03); -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+ // <20131128, VincentL> Remove 0x830[3:1] setting when switching 2G/5G, requested by Yn. -+ PHY_SetBBReg(Adapter,rBWIndication_Jaguar,0x3,0x2); // 0x834[1:0] = 0x2 -+ //BB Yn user guide R27 -+ PHY_SetBBReg(Adapter,rPwed_TH_Jaguar, BIT13|BIT14|BIT15|BIT16|BIT17, 0x15); //0x830[17:13]=5'b10101 -+ } -+ -+ // AGC table select -+ if (IS_VENDOR_8821A_MP_CHIP(Adapter)) -+ PHY_SetBBReg(Adapter, rA_TxScale_Jaguar, 0xF00, 1); // 0xC1C[11:8] = 1 -+ else -+ PHY_SetBBReg(Adapter, rAGC_table_Jaguar, 0x3, 1); // 0x82C[1:0] = 2'b00 -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ phy_SetRFEReg8812(Adapter, Band); -+ -+ // <20131106, Kordan> Workaround to fix CCK FA for scan issue. -+ //if( pHalData->bMPMode == FALSE) -+ if(Adapter->registrypriv.mp_mode==0) -+ { -+ PHY_SetBBReg(Adapter, rTxPath_Jaguar, 0xf0, 0x0); -+ PHY_SetBBReg(Adapter, rCCK_RX_Jaguar, 0x0f000000, 0xF); -+ } -+ else -+ { -+ // cck_enable -+ PHY_SetBBReg(Adapter, rOFDMCCKEN_Jaguar, bOFDMEN_Jaguar|bCCKEN_Jaguar, 0x02); -+ } -+ -+ //avoid using cck rate in 5G band -+ // Set RRSR rate table. -+ update_tx_basic_rate(Adapter, WIRELESS_11A); -+ -+ -+ //DBG_871X("==>PHY_SwitchWirelessBand8812() BAND_ON_5G settings OFDM index 0x%x\n", pHalData->OFDM_index[RF_PATH_A]); -+ } -+ -+ phy_SetBBSwingByBand_8812A(Adapter, Band, currentBand); -+ //DBG_871X("<==PHY_SwitchWirelessBand8812():Switch Band OK.\n"); -+ return _SUCCESS; -+} -+ -+BOOLEAN -+phy_SwBand8812( -+ IN PADAPTER pAdapter, -+ IN u8 channelToSW -+) -+{ -+ u8 u1Btmp; -+ BOOLEAN ret_value = _TRUE; -+ u8 Band = BAND_ON_5G, BandToSW; -+ -+ u1Btmp = rtw_read8(pAdapter, REG_CCK_CHECK_8812); -+ if(u1Btmp & BIT7) -+ Band = BAND_ON_5G; -+ else -+ Band = BAND_ON_2_4G; -+ -+ // Use current channel to judge Band Type and switch Band if need. -+ if(channelToSW > 14) -+ { -+ BandToSW = BAND_ON_5G; -+ } -+ else -+ { -+ BandToSW = BAND_ON_2_4G; -+ } -+ -+ if(BandToSW != Band) -+ PHY_SwitchWirelessBand8812(pAdapter,BandToSW); -+ -+ return ret_value; -+} -+ -+u8 -+phy_GetSecondaryChnl_8812( -+ IN PADAPTER Adapter -+) -+{ -+ u8 SCSettingOf40 = 0, SCSettingOf20 = 0; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ //DBG_871X("SCMapping: Case: pHalData->CurrentChannelBW %d, pHalData->nCur80MhzPrimeSC %d, pHalData->nCur40MhzPrimeSC %d \n",pHalData->CurrentChannelBW,pHalData->nCur80MhzPrimeSC,pHalData->nCur40MhzPrimeSC); -+ if(pHalData->CurrentChannelBW== CHANNEL_WIDTH_80) -+ { -+ if(pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ SCSettingOf40 = VHT_DATA_SC_40_LOWER_OF_80MHZ; -+ else if(pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ SCSettingOf40 = VHT_DATA_SC_40_UPPER_OF_80MHZ; -+ else -+ DBG_871X("SCMapping: DONOT CARE Mode Setting\n"); -+ -+ if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER)) -+ SCSettingOf20 = VHT_DATA_SC_20_LOWEST_OF_80MHZ; -+ else if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER)) -+ SCSettingOf20 = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ else if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER)) -+ SCSettingOf20 = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ else if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER)) -+ SCSettingOf20 = VHT_DATA_SC_20_UPPERST_OF_80MHZ; -+ else -+ DBG_871X("SCMapping: DONOT CARE Mode Setting\n"); -+ } -+ else if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_40) -+ { -+ //DBG_871X("SCMapping: Case: pHalData->CurrentChannelBW %d, pHalData->nCur40MhzPrimeSC %d \n",pHalData->CurrentChannelBW,pHalData->nCur40MhzPrimeSC); -+ -+ if(pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ SCSettingOf20 = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ else if(pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ SCSettingOf20 = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ else -+ DBG_871X("SCMapping: DONOT CARE Mode Setting\n"); -+ } -+ -+ /*DBG_871X("SCMapping: SC Value %x\n", ((SCSettingOf40 << 4) | SCSettingOf20));*/ -+ return ( (SCSettingOf40 << 4) | SCSettingOf20); -+} -+ -+VOID -+phy_SetRegBW_8812( -+ IN PADAPTER Adapter, -+ CHANNEL_WIDTH CurrentBW -+) -+{ -+ u16 RegRfMod_BW, u2tmp = 0; -+ RegRfMod_BW = rtw_read16(Adapter, REG_WMAC_TRXPTCL_CTL); -+ -+ switch(CurrentBW) -+ { -+ case CHANNEL_WIDTH_20: -+ rtw_write16(Adapter, REG_WMAC_TRXPTCL_CTL, (RegRfMod_BW & 0xFE7F)); // BIT 7 = 0, BIT 8 = 0 -+ break; -+ -+ case CHANNEL_WIDTH_40: -+ u2tmp = RegRfMod_BW | BIT7; -+ rtw_write16(Adapter, REG_WMAC_TRXPTCL_CTL, (u2tmp & 0xFEFF)); // BIT 7 = 1, BIT 8 = 0 -+ break; -+ -+ case CHANNEL_WIDTH_80: -+ u2tmp = RegRfMod_BW | BIT8; -+ rtw_write16(Adapter, REG_WMAC_TRXPTCL_CTL, (u2tmp & 0xFF7F)); // BIT 7 = 0, BIT 8 = 1 -+ break; -+ -+ default: -+ DBG_871X("phy_PostSetBWMode8812(): unknown Bandwidth: %#X\n",CurrentBW); -+ break; -+ } -+ -+} -+ -+void -+phy_FixSpur_8812A( -+ IN PADAPTER pAdapter, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u1Byte Channel -+) -+{ -+ // C cut Item12 ADC FIFO CLOCK -+ if(IS_VENDOR_8812A_C_CUT(pAdapter)) -+ { -+ if(Bandwidth == CHANNEL_WIDTH_40 && Channel == 11) -+ PHY_SetBBReg(pAdapter, rRFMOD_Jaguar, 0xC00, 0x3) ; // 0x8AC[11:10] = 2'b11 -+ else -+ PHY_SetBBReg(pAdapter, rRFMOD_Jaguar, 0xC00, 0x2); // 0x8AC[11:10] = 2'b10 -+ -+ // <20120914, Kordan> A workarould to resolve 2480Mhz spur by setting ADC clock as 160M. (Asked by Binson) -+ if (Bandwidth == CHANNEL_WIDTH_20 && -+ (Channel == 13 || Channel == 14)) { -+ -+ PHY_SetBBReg(pAdapter, rRFMOD_Jaguar, 0x300, 0x3); // 0x8AC[9:8] = 2'b11 -+ PHY_SetBBReg(pAdapter, rADC_Buf_Clk_Jaguar, BIT30, 1); // 0x8C4[30] = 1 -+ -+ } else if (Bandwidth == CHANNEL_WIDTH_40 && -+ Channel == 11) { -+ -+ PHY_SetBBReg(pAdapter, rADC_Buf_Clk_Jaguar, BIT30, 1); // 0x8C4[30] = 1 -+ -+ } else if (Bandwidth != CHANNEL_WIDTH_80) { -+ -+ PHY_SetBBReg(pAdapter, rRFMOD_Jaguar, 0x300, 0x2); // 0x8AC[9:8] = 2'b10 -+ PHY_SetBBReg(pAdapter, rADC_Buf_Clk_Jaguar, BIT30, 0); // 0x8C4[30] = 0 -+ -+ } -+ } -+ else if (IS_HARDWARE_TYPE_8812(pAdapter)) -+ { -+ // <20120914, Kordan> A workarould to resolve 2480Mhz spur by setting ADC clock as 160M. (Asked by Binson) -+ if (Bandwidth == CHANNEL_WIDTH_20 && -+ (Channel == 13 || Channel == 14)) -+ PHY_SetBBReg(pAdapter, rRFMOD_Jaguar, 0x300, 0x3); // 0x8AC[9:8] = 11 -+ else if (Channel <= 14) // 2.4G only -+ PHY_SetBBReg(pAdapter, rRFMOD_Jaguar, 0x300, 0x2); // 0x8AC[9:8] = 10 -+ } -+ -+} -+ -+VOID -+phy_PostSetBwMode8812( -+ IN PADAPTER Adapter -+) -+{ -+ u8 SubChnlNum = 0; -+ u8 L1pkVal = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ -+ //3 Set Reg668 BW -+ phy_SetRegBW_8812(Adapter, pHalData->CurrentChannelBW); -+ -+ //3 Set Reg483 -+ SubChnlNum = phy_GetSecondaryChnl_8812(Adapter); -+ rtw_write8(Adapter, REG_DATA_SC_8812, SubChnlNum); -+ -+ if(pHalData->rf_chip == RF_PSEUDO_11N) -+ { -+ DBG_871X("phy_PostSetBwMode8812: return for PSEUDO \n"); -+ return; -+ } -+ -+ //DBG_871X("[BW:CHNL], phy_PostSetBwMode8812(), set BW=%s !!\n", GLBwSrc[pHalData->CurrentChannelBW]); -+ -+ //3 Set Reg848 Reg864 Reg8AC Reg8C4 RegA00 -+ switch(pHalData->CurrentChannelBW) -+ { -+ case CHANNEL_WIDTH_20: -+ PHY_SetBBReg(Adapter, rRFMOD_Jaguar, 0x003003C3, 0x00300200); // 0x8ac[21,20,9:6,1,0]=8'b11100000 -+ PHY_SetBBReg(Adapter, rADC_Buf_Clk_Jaguar, BIT30, 0); // 0x8c4[30] = 1'b0 -+ -+ if(pHalData->rf_type == RF_2T2R) -+ PHY_SetBBReg(Adapter, rL1PeakTH_Jaguar, 0x03C00000, 7); // 2R 0x848[25:22] = 0x7 -+ else -+ PHY_SetBBReg(Adapter, rL1PeakTH_Jaguar, 0x03C00000, 8); // 1R 0x848[25:22] = 0x8 -+ -+ break; -+ -+ case CHANNEL_WIDTH_40: -+ PHY_SetBBReg(Adapter, rRFMOD_Jaguar, 0x003003C3, 0x00300201); // 0x8ac[21,20,9:6,1,0]=8'b11100000 -+ PHY_SetBBReg(Adapter, rADC_Buf_Clk_Jaguar, BIT30, 0); // 0x8c4[30] = 1'b0 -+ PHY_SetBBReg(Adapter, rRFMOD_Jaguar, 0x3C, SubChnlNum); -+ PHY_SetBBReg(Adapter, rCCAonSec_Jaguar, 0xf0000000, SubChnlNum); -+ -+ if(pHalData->Reg837 & BIT2) -+ L1pkVal = 6; -+ else -+ { -+ if(pHalData->rf_type == RF_2T2R) -+ L1pkVal = 7; -+ else -+ L1pkVal = 8; -+ } -+ -+ PHY_SetBBReg(Adapter, rL1PeakTH_Jaguar, 0x03C00000, L1pkVal); // 0x848[25:22] = 0x6 -+ -+ if(SubChnlNum == VHT_DATA_SC_20_UPPER_OF_80MHZ) -+ PHY_SetBBReg(Adapter, rCCK_System_Jaguar, bCCK_System_Jaguar, 1); -+ else -+ PHY_SetBBReg(Adapter, rCCK_System_Jaguar, bCCK_System_Jaguar, 0); -+ break; -+ -+ case CHANNEL_WIDTH_80: -+ PHY_SetBBReg(Adapter, rRFMOD_Jaguar, 0x003003C3, 0x00300202); // 0x8ac[21,20,9:6,1,0]=8'b11100010 -+ PHY_SetBBReg(Adapter, rADC_Buf_Clk_Jaguar, BIT30, 1); // 0x8c4[30] = 1 -+ PHY_SetBBReg(Adapter, rRFMOD_Jaguar, 0x3C, SubChnlNum); -+ PHY_SetBBReg(Adapter, rCCAonSec_Jaguar, 0xf0000000, SubChnlNum); -+ -+ if(pHalData->Reg837 & BIT2) -+ L1pkVal = 5; -+ else -+ { -+ if(pHalData->rf_type == RF_2T2R) -+ L1pkVal = 6; -+ else -+ L1pkVal = 7; -+ } -+ PHY_SetBBReg(Adapter, rL1PeakTH_Jaguar, 0x03C00000, L1pkVal); // 0x848[25:22] = 0x5 -+ -+ break; -+ -+ default: -+ DBG_871X("phy_PostSetBWMode8812(): unknown Bandwidth: %#X\n",pHalData->CurrentChannelBW); -+ break; -+ } -+ -+ // <20121109, Kordan> A workaround for 8812A only. -+ phy_FixSpur_8812A(Adapter, pHalData->CurrentChannelBW, pHalData->CurrentChannel); -+ -+ //DBG_871X("phy_PostSetBwMode8812(): Reg483: %x\n", rtw_read8(Adapter, 0x483)); -+ //DBG_871X("phy_PostSetBwMode8812(): Reg668: %x\n", rtw_read32(Adapter, 0x668)); -+ //DBG_871X("phy_PostSetBwMode8812(): Reg8AC: %x\n", PHY_QueryBBReg(Adapter, rRFMOD_Jaguar, 0xffffffff)); -+ -+ //3 Set RF related register -+ PHY_RF6052SetBandwidth8812(Adapter, pHalData->CurrentChannelBW); -+} -+ -+//<20130207, Kordan> The variales initialized here are used in odm_LNAPowerControl(). -+VOID phy_InitRssiTRSW( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ u8 channel = pHalData->CurrentChannel; -+ -+ if (pHalData->RFEType == 3){ -+ -+ if (channel <= 14) { -+ pDM_Odm->RSSI_TRSW_H = 70; // Unit: percentage(%) -+ pDM_Odm->RSSI_TRSW_iso = 25; -+ } else { -+ pDM_Odm->RSSI_TRSW_H = 80; -+ pDM_Odm->RSSI_TRSW_iso = 25; -+ } -+ -+ pDM_Odm->RSSI_TRSW_L = pDM_Odm->RSSI_TRSW_H - pDM_Odm->RSSI_TRSW_iso - 10; -+ } -+} -+ -+/*Referenced from "WB-20130801-YN-RL6286 Settings for Spur Issues R02.xls"*/ -+VOID -+phy_SpurCalibration_8812A( -+ IN PADAPTER pAdapter, -+ IN u8 Channel, -+ IN u8 Bandwidth -+ ) -+{ -+ //RT_TRACE(COMP_SCAN, DBG_LOUD, ("===>phy_SpurCalibration_8812A()\n")); -+ -+ //2 1. Reset -+ PHY_SetBBReg(pAdapter, 0x874, BIT0, 0); -+ PHY_SetBBReg(pAdapter, 0x874, BIT21 , 0); -+ PHY_SetBBReg(pAdapter, 0x878, BIT8|BIT7|BIT6, 0); -+ PHY_SetBBReg(pAdapter, 0x878, BIT0, 0); -+ PHY_SetBBReg(pAdapter, 0x87C, BIT13, 0); -+ PHY_SetBBReg(pAdapter, 0x880, bMaskDWord, 0); -+ PHY_SetBBReg(pAdapter, 0x884, bMaskDWord, 0); -+ PHY_SetBBReg(pAdapter, 0x898, bMaskDWord, 0); -+ PHY_SetBBReg(pAdapter, 0x89C, bMaskDWord, 0); -+ -+ -+ //2 2. Register Setting 1 (False Alarm) -+ if (((Channel == 149 || Channel == 153) && Bandwidth == CHANNEL_WIDTH_20) || -+ (Channel == 151 && Bandwidth == CHANNEL_WIDTH_40) || -+ (Channel == 155 && Bandwidth == CHANNEL_WIDTH_80)) { -+ -+ PHY_SetBBReg(pAdapter, 0x878, BIT6, 0); -+ PHY_SetBBReg(pAdapter, 0x878, BIT7, 0); -+ PHY_SetBBReg(pAdapter, 0x878, BIT8, 1); -+ PHY_SetBBReg(pAdapter, 0x878, BIT0, 1); -+ PHY_SetBBReg(pAdapter, 0x87C, BIT13, 1); -+ } -+ -+ //2 3. Register Setting 2 (SINR) -+ PHY_SetBBReg(pAdapter, 0x874, BIT21, 1); -+ PHY_SetBBReg(pAdapter, 0x874, BIT0 , 1); -+ -+ if (Channel == 149 && Bandwidth == CHANNEL_WIDTH_20) -+ PHY_SetBBReg(pAdapter, 0x884, bMaskDWord, 0x00010000); -+ else if (Channel == 153 && Bandwidth == CHANNEL_WIDTH_20) -+ PHY_SetBBReg(pAdapter, 0x89C, bMaskDWord, 0x00010000); -+ else if (Channel == 151 && Bandwidth == CHANNEL_WIDTH_40) -+ PHY_SetBBReg(pAdapter, 0x880, bMaskDWord, 0x00010000); -+ else if (Channel == 155 && Bandwidth == CHANNEL_WIDTH_80) -+ PHY_SetBBReg(pAdapter, 0x898, bMaskDWord, 0x00010000); -+ //RT_TRACE(COMP_SCAN, DBG_LOUD, ("<===phy_SpurCalibration_8812A()\n")); -+ -+} -+ -+VOID -+phy_SwChnl8812( -+ IN PADAPTER pAdapter -+ ) -+{ -+ u8 eRFPath = 0; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ u8 channelToSW = pHalData->CurrentChannel; -+ u8 bandwidthToSw = pHalData->CurrentChannelBW; -+ -+ if(phy_SwBand8812(pAdapter, channelToSW) == _FALSE) -+ { -+ DBG_871X("error Chnl %d !\n", channelToSW); -+ } -+ -+ //<20130313, Kordan> Sample code to demonstrate how to configure AGC_TAB_DIFF.(Disabled by now) -+#if (MP_DRIVER == 1) -+ if (pAdapter->registrypriv.mp_mode == 1) -+ ODM_ConfigBBWithHeaderFile(&pHalData->odmpriv, CONFIG_BB_AGC_TAB_DIFF); -+#endif -+ -+ if(pHalData->rf_chip == RF_PSEUDO_11N) -+ { -+ DBG_871X("phy_SwChnl8812: return for PSEUDO \n"); -+ return; -+ } -+ -+ //DBG_871X("[BW:CHNL], phy_SwChnl8812(), switch to channel %d !!\n", channelToSW); -+ -+ // fc_area -+ if (36 <= channelToSW && channelToSW <= 48) -+ PHY_SetBBReg(pAdapter, rFc_area_Jaguar, 0x1ffe0000, 0x494); -+ else if (50 <= channelToSW && channelToSW <= 64) -+ PHY_SetBBReg(pAdapter, rFc_area_Jaguar, 0x1ffe0000, 0x453); -+ else if (100 <= channelToSW && channelToSW <= 116) -+ PHY_SetBBReg(pAdapter, rFc_area_Jaguar, 0x1ffe0000, 0x452); -+ else if (118 <= channelToSW) -+ PHY_SetBBReg(pAdapter, rFc_area_Jaguar, 0x1ffe0000, 0x412); -+ else -+ PHY_SetBBReg(pAdapter, rFc_area_Jaguar, 0x1ffe0000, 0x96a); -+ -+ for(eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) -+ { -+ // RF_MOD_AG -+ if (36 <= channelToSW && channelToSW <= 64) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_CHNLBW_Jaguar, BIT18|BIT17|BIT16|BIT9|BIT8, 0x101); //5'b00101); -+ else if (100 <= channelToSW && channelToSW <= 140) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_CHNLBW_Jaguar, BIT18|BIT17|BIT16|BIT9|BIT8, 0x301); //5'b01101); -+ else if (140 < channelToSW) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_CHNLBW_Jaguar, BIT18|BIT17|BIT16|BIT9|BIT8, 0x501); //5'b10101); -+ else -+ PHY_SetRFReg(pAdapter, eRFPath, RF_CHNLBW_Jaguar, BIT18|BIT17|BIT16|BIT9|BIT8, 0x000); //5'b00000); -+ -+ // <20121109, Kordan> A workaround for 8812A only. -+ phy_FixSpur_8812A(pAdapter, pHalData->CurrentChannelBW, channelToSW); -+ -+ PHY_SetRFReg(pAdapter, eRFPath, RF_CHNLBW_Jaguar, bMaskByte0, channelToSW); -+ -+ // <20130104, Kordan> APK for MP chip is done on initialization from folder. -+ if (IS_HARDWARE_TYPE_8821U(pAdapter) && ( !IS_NORMAL_CHIP(pHalData->VersionID)) && channelToSW > 14 ) -+ { -+ // <20121116, Kordan> For better result of APK. Asked by AlexWang. -+ if (36 <= channelToSW && channelToSW <= 64) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x710E7); -+ else if (100 <= channelToSW && channelToSW <= 140) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x716E9); -+ else -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x714E9); -+ } -+ else if (IS_HARDWARE_TYPE_8821S(pAdapter) && channelToSW > 14) -+ { -+ // <20130111, Kordan> For better result of APK. Asked by Willson. -+ if (36 <= channelToSW && channelToSW <= 64) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x714E9); -+ else if (100 <= channelToSW && channelToSW <= 140) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x110E9); -+ else -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x714E9); -+ } -+ else if (IS_HARDWARE_TYPE_8821E(pAdapter) && channelToSW > 14) -+ { -+ // <20130613, Kordan> For better result of APK. Asked by Willson. -+ if (36 <= channelToSW && channelToSW <= 64) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x114E9); -+ else if (100 <= channelToSW && channelToSW <= 140) -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x110E9); -+ else -+ PHY_SetRFReg(pAdapter, eRFPath, RF_APK_Jaguar, bRFRegOffsetMask, 0x110E9); -+ } -+ } -+ -+ /*only for 8812A mp mode*/ -+ if (IS_HARDWARE_TYPE_8812(pAdapter) && (pHalData->LNAType_5G == 0x00) -+ && pAdapter->registrypriv.mp_mode == _TRUE) -+ phy_SpurCalibration_8812A(pAdapter, channelToSW, bandwidthToSw); -+} -+ -+VOID -+phy_SwChnlAndSetBwMode8812( -+ IN PADAPTER Adapter -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ //DBG_871X("phy_SwChnlAndSetBwMode8812(): bSwChnl %d, bSetChnlBW %d \n", pHalData->bSwChnl, pHalData->bSetChnlBW); -+ if ( Adapter->bNotifyChannelChange ) -+ { -+ DBG_871X( "[%s] bSwChnl=%d, ch=%d, bSetChnlBW=%d, bw=%d\n", -+ __FUNCTION__, -+ pHalData->bSwChnl, -+ pHalData->CurrentChannel, -+ pHalData->bSetChnlBW, -+ pHalData->CurrentChannelBW); -+ } -+ -+ if (RTW_CANNOT_RUN(Adapter)) -+ return; -+ -+ -+ if(pHalData->bSwChnl) -+ { -+ phy_SwChnl8812(Adapter); -+ pHalData->bSwChnl = _FALSE; -+ } -+ -+ if(pHalData->bSetChnlBW) -+ { -+ phy_PostSetBwMode8812(Adapter); -+ pHalData->bSetChnlBW = _FALSE; -+ } -+ -+ ODM_ClearTxPowerTrackingState(&pHalData->odmpriv); -+ PHY_SetTxPowerLevel8812(Adapter, pHalData->CurrentChannel); -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ phy_InitRssiTRSW(Adapter); -+ -+ if ( (pHalData->bNeedIQK == _TRUE) -+#if (MP_DRIVER == 1) -+ || (Adapter->registrypriv.mp_mode == 1) -+#endif -+ ) -+ { -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+#if (RTL8812A_SUPPORT == 1) -+ PHY_IQCalibrate_8812A(Adapter, _FALSE); -+#endif -+ } -+ else if(IS_HARDWARE_TYPE_8821(Adapter)) -+ { -+#if (RTL8821A_SUPPORT == 1) -+ PHY_IQCalibrate_8821A(pDM_Odm, _FALSE); -+#endif -+ } -+ pHalData->bNeedIQK = _FALSE; -+ } -+} -+ -+VOID -+PHY_HandleSwChnlAndSetBW8812( -+ IN PADAPTER Adapter, -+ IN BOOLEAN bSwitchChannel, -+ IN BOOLEAN bSetBandWidth, -+ IN u8 ChannelNum, -+ IN CHANNEL_WIDTH ChnlWidth, -+ IN u8 ChnlOffsetOf40MHz, -+ IN u8 ChnlOffsetOf80MHz, -+ IN u8 CenterFrequencyIndex1 -+) -+{ -+ PADAPTER pDefAdapter = GetDefaultAdapter(Adapter); -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(pDefAdapter); -+ u8 tmpChannel = pHalData->CurrentChannel; -+ CHANNEL_WIDTH tmpBW= pHalData->CurrentChannelBW; -+ u8 tmpnCur40MhzPrimeSC = pHalData->nCur40MhzPrimeSC; -+ u8 tmpnCur80MhzPrimeSC = pHalData->nCur80MhzPrimeSC; -+ u8 tmpCenterFrequencyIndex1 =pHalData->CurrentCenterFrequencyIndex1; -+ struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv; -+ -+ //DBG_871X("=> PHY_HandleSwChnlAndSetBW8812: bSwitchChannel %d, bSetBandWidth %d \n",bSwitchChannel,bSetBandWidth); -+ -+ //check is swchnl or setbw -+ if(!bSwitchChannel && !bSetBandWidth) -+ { -+ DBG_871X("PHY_HandleSwChnlAndSetBW8812: not switch channel and not set bandwidth \n"); -+ return; -+ } -+ -+ //skip change for channel or bandwidth is the same -+ if(bSwitchChannel) -+ { -+ if(pHalData->CurrentChannel != ChannelNum) -+ { -+ if (HAL_IsLegalChannel(Adapter, ChannelNum)) -+ pHalData->bSwChnl = _TRUE; -+ else -+ return; -+ } -+ } -+ -+ if(bSetBandWidth) -+ { -+ if(pHalData->bChnlBWInitialized == _FALSE) -+ { -+ pHalData->bChnlBWInitialized = _TRUE; -+ pHalData->bSetChnlBW = _TRUE; -+ } -+ else if((pHalData->CurrentChannelBW != ChnlWidth) || -+ (pHalData->nCur40MhzPrimeSC != ChnlOffsetOf40MHz) || -+ (pHalData->nCur80MhzPrimeSC != ChnlOffsetOf80MHz) || -+ (pHalData->CurrentCenterFrequencyIndex1!= CenterFrequencyIndex1)) -+ { -+ pHalData->bSetChnlBW = _TRUE; -+ } -+ } -+ -+ if(!pHalData->bSetChnlBW && !pHalData->bSwChnl) -+ { -+ //DBG_871X("<= PHY_HandleSwChnlAndSetBW8812: bSwChnl %d, bSetChnlBW %d \n",pHalData->bSwChnl,pHalData->bSetChnlBW); -+ return; -+ } -+ -+ -+ if(pHalData->bSwChnl) -+ { -+ pHalData->CurrentChannel=ChannelNum; -+ pHalData->CurrentCenterFrequencyIndex1 = ChannelNum; -+ } -+ -+ -+ if(pHalData->bSetChnlBW) -+ { -+ pHalData->CurrentChannelBW = ChnlWidth; -+#if 0 -+ if(ExtChnlOffsetOf40MHz==EXTCHNL_OFFSET_LOWER) -+ pHalData->nCur40MhzPrimeSC = HAL_PRIME_CHNL_OFFSET_UPPER; -+ else if(ExtChnlOffsetOf40MHz==EXTCHNL_OFFSET_UPPER) -+ pHalData->nCur40MhzPrimeSC = HAL_PRIME_CHNL_OFFSET_LOWER; -+ else -+ pHalData->nCur40MhzPrimeSC = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ if(ExtChnlOffsetOf80MHz==EXTCHNL_OFFSET_LOWER) -+ pHalData->nCur80MhzPrimeSC = HAL_PRIME_CHNL_OFFSET_UPPER; -+ else if(ExtChnlOffsetOf80MHz==EXTCHNL_OFFSET_UPPER) -+ pHalData->nCur80MhzPrimeSC = HAL_PRIME_CHNL_OFFSET_LOWER; -+ else -+ pHalData->nCur80MhzPrimeSC = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+#else -+ pHalData->nCur40MhzPrimeSC = ChnlOffsetOf40MHz; -+ pHalData->nCur80MhzPrimeSC = ChnlOffsetOf80MHz; -+#endif -+ -+ pHalData->CurrentCenterFrequencyIndex1 = CenterFrequencyIndex1; -+ } -+ -+ //Switch workitem or set timer to do switch channel or setbandwidth operation -+ if (!RTW_CANNOT_RUN(Adapter)) -+ phy_SwChnlAndSetBwMode8812(Adapter); -+ else -+ { -+ if(pHalData->bSwChnl) -+ { -+ pHalData->CurrentChannel = tmpChannel; -+ pHalData->CurrentCenterFrequencyIndex1 = tmpChannel; -+ } -+ if(pHalData->bSetChnlBW) -+ { -+ pHalData->CurrentChannelBW = tmpBW; -+ pHalData->nCur40MhzPrimeSC = tmpnCur40MhzPrimeSC; -+ pHalData->nCur80MhzPrimeSC = tmpnCur80MhzPrimeSC; -+ pHalData->CurrentCenterFrequencyIndex1 = tmpCenterFrequencyIndex1; -+ } -+ } -+ -+ //DBG_871X("Channel %d ChannelBW %d ",pHalData->CurrentChannel, pHalData->CurrentChannelBW); -+ //DBG_871X("40MhzPrimeSC %d 80MhzPrimeSC %d ",pHalData->nCur40MhzPrimeSC, pHalData->nCur80MhzPrimeSC); -+ //DBG_871X("CenterFrequencyIndex1 %d \n",pHalData->CurrentCenterFrequencyIndex1); -+ -+ //DBG_871X("<= PHY_HandleSwChnlAndSetBW8812: bSwChnl %d, bSetChnlBW %d \n",pHalData->bSwChnl,pHalData->bSetChnlBW); -+ -+} -+ -+VOID -+PHY_SetBWMode8812( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth, // 20M or 40M -+ IN u8 Offset // Upper, Lower, or Don't care -+) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ //DBG_871X("%s()===>\n",__FUNCTION__); -+ -+ PHY_HandleSwChnlAndSetBW8812(Adapter, _FALSE, _TRUE, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalData->CurrentChannel); -+ -+ //DBG_871X("<==%s()\n",__FUNCTION__); -+} -+ -+VOID -+PHY_SwChnl8812( -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ) -+{ -+ //DBG_871X("%s()===>\n",__FUNCTION__); -+ -+ PHY_HandleSwChnlAndSetBW8812(Adapter, _TRUE, _FALSE, channel, 0, 0, 0, channel); -+ -+ //DBG_871X("<==%s()\n",__FUNCTION__); -+} -+ -+VOID -+PHY_SetSwChnlBWMode8812( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+) -+{ -+ //DBG_871X("%s()===>\n",__FUNCTION__); -+ -+ PHY_HandleSwChnlAndSetBW8812(Adapter, _TRUE, _TRUE, channel, Bandwidth, Offset40, Offset80, channel); -+ -+ //DBG_871X("<==%s()\n",__FUNCTION__); -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rf6052.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rf6052.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rf6052.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rf6052.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,190 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812A_RF6052_C_ -+ -+//#include -+#include -+ -+ -+/*----------------------------------------------------------------------------- -+ * Function: PHY_RF6052SetBandwidth() -+ * -+ * Overview: This function is called by SetBWModeCallback8190Pci() only -+ * -+ * Input: PADAPTER Adapter -+ * WIRELESS_BANDWIDTH_E Bandwidth //20M or 40M -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Note: For RF type 0222D -+ *---------------------------------------------------------------------------*/ -+VOID -+PHY_RF6052SetBandwidth8812( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth) //20M or 40M -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ switch(Bandwidth) -+ { -+ case CHANNEL_WIDTH_20: -+ //DBG_871X("PHY_RF6052SetBandwidth8812(), set 20MHz\n"); -+ PHY_SetRFReg(Adapter, RF_PATH_A, RF_CHNLBW_Jaguar, BIT11|BIT10, 3); -+ PHY_SetRFReg(Adapter, RF_PATH_B, RF_CHNLBW_Jaguar, BIT11|BIT10, 3); -+ break; -+ -+ case CHANNEL_WIDTH_40: -+ //DBG_871X("PHY_RF6052SetBandwidth8812(), set 40MHz\n"); -+ PHY_SetRFReg(Adapter, RF_PATH_A, RF_CHNLBW_Jaguar, BIT11|BIT10, 1); -+ PHY_SetRFReg(Adapter, RF_PATH_B, RF_CHNLBW_Jaguar, BIT11|BIT10, 1); -+ break; -+ -+ case CHANNEL_WIDTH_80: -+ //DBG_871X("PHY_RF6052SetBandwidth8812(), set 80MHz\n"); -+ PHY_SetRFReg(Adapter, RF_PATH_A, RF_CHNLBW_Jaguar, BIT11|BIT10, 0); -+ PHY_SetRFReg(Adapter, RF_PATH_B, RF_CHNLBW_Jaguar, BIT11|BIT10, 0); -+ break; -+ -+ default: -+ DBG_871X("PHY_RF6052SetBandwidth8812(): unknown Bandwidth: %#X\n",Bandwidth ); -+ break; -+ } -+} -+ -+static int -+phy_RF6052_Config_ParaFile_8812( -+ IN PADAPTER Adapter -+ ) -+{ -+ u8 eRFPath; -+ int rtStatus = _SUCCESS; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ static char sz8812RadioAFile[] = RTL8812_PHY_RADIO_A; -+ static char sz8812RadioBFile[] = RTL8812_PHY_RADIO_B; -+ static char sz8812TxPwrTrack[] = RTL8812_TXPWR_TRACK; -+ static char sz8821RadioAFile[] = RTL8821_PHY_RADIO_A; -+ static char sz8821RadioBFile[] = RTL8821_PHY_RADIO_B; -+ static char sz8821TxPwrTrack[] = RTL8821_TXPWR_TRACK; -+ char *pszRadioAFile = NULL, *pszRadioBFile = NULL, *pszTxPwrTrack = NULL; -+ -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+ pszRadioAFile = sz8812RadioAFile; -+ pszRadioBFile = sz8812RadioBFile; -+ pszTxPwrTrack = sz8812TxPwrTrack; -+ } -+ else -+ { -+ pszRadioAFile = sz8821RadioAFile; -+ pszRadioBFile = sz8821RadioBFile; -+ pszTxPwrTrack = sz8821TxPwrTrack; -+ } -+ -+ -+ //3//----------------------------------------------------------------- -+ //3// <2> Initialize RF -+ //3//----------------------------------------------------------------- -+ //for(eRFPath = RF_PATH_A; eRFPath NumTotalRFPath; eRFPath++) -+ for(eRFPath = 0; eRFPath NumTotalRFPath; eRFPath++) -+ { -+ /*----Initialize RF fom connfiguration file----*/ -+ switch(eRFPath) -+ { -+ case RF_PATH_A: -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithParaFile(Adapter, pszRadioAFile, eRFPath) == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ if(HAL_STATUS_FAILURE ==ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv,CONFIG_RF_RADIO, (ODM_RF_RADIO_PATH_E)eRFPath)) -+ rtStatus = _FAIL; -+#endif -+ } -+ break; -+ case RF_PATH_B: -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithParaFile(Adapter, pszRadioBFile, eRFPath) == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ if(HAL_STATUS_FAILURE ==ODM_ConfigRFWithHeaderFile(&pHalData->odmpriv,CONFIG_RF_RADIO, (ODM_RF_RADIO_PATH_E)eRFPath)) -+ rtStatus = _FAIL; -+#endif -+ } -+ break; -+ default: -+ break; -+ } -+ -+ if(rtStatus != _SUCCESS){ -+ DBG_871X("%s():Radio[%d] Fail!!", __FUNCTION__, eRFPath); -+ goto phy_RF6052_Config_ParaFile_Fail; -+ } -+ -+ } -+ -+ //3 ----------------------------------------------------------------- -+ //3 Configuration of Tx Power Tracking -+ //3 ----------------------------------------------------------------- -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ if (PHY_ConfigRFWithTxPwrTrackParaFile(Adapter, pszTxPwrTrack) == _FAIL) -+#endif -+ { -+#ifdef CONFIG_EMBEDDED_FWIMG -+ ODM_ConfigRFWithTxPwrTrackHeaderFile(&pHalData->odmpriv); -+#endif -+ } -+ -+ //RT_TRACE(COMP_INIT, DBG_LOUD, ("<---phy_RF6052_Config_ParaFile_8812()\n")); -+ -+phy_RF6052_Config_ParaFile_Fail: -+ return rtStatus; -+} -+ -+ -+int -+PHY_RF6052_Config_8812( -+ IN PADAPTER Adapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int rtStatus = _SUCCESS; -+ -+ // Initialize general global value -+ if(pHalData->rf_type == RF_1T1R) -+ pHalData->NumTotalRFPath = 1; -+ else -+ pHalData->NumTotalRFPath = 2; -+ -+ // -+ // Config BB and RF -+ // -+ rtStatus = phy_RF6052_Config_ParaFile_8812(Adapter); -+ -+ return rtStatus; -+ -+} -+ -+ -+/* End of HalRf6052.c */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rxdesc.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rxdesc.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rxdesc.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_rxdesc.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,68 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812A_RXDESC_C_ -+ -+//#include -+#include -+ -+void rtl8812_query_rx_desc_status(union recv_frame *precvframe, u8 *pdesc) -+{ -+ struct rx_pkt_attrib *pattrib = &precvframe->u.hdr.attrib; -+ -+ _rtw_memset(pattrib, 0, sizeof(struct rx_pkt_attrib)); -+ -+ //Offset 0 -+ pattrib->pkt_len = (u16)GET_RX_STATUS_DESC_PKT_LEN_8812(pdesc);//(le32_to_cpu(pdesc->rxdw0)&0x00003fff) -+ pattrib->crc_err = (u8)GET_RX_STATUS_DESC_CRC32_8812(pdesc);//((le32_to_cpu(pdesc->rxdw0) >> 14) & 0x1); -+ pattrib->icv_err = (u8)GET_RX_STATUS_DESC_ICV_8812(pdesc);//((le32_to_cpu(pdesc->rxdw0) >> 15) & 0x1); -+ pattrib->drvinfo_sz = (u8)GET_RX_STATUS_DESC_DRVINFO_SIZE_8812(pdesc) * 8;//((le32_to_cpu(pdesc->rxdw0) >> 16) & 0xf) * 8;//uint 2^3 = 8 bytes -+ pattrib->encrypt = (u8)GET_RX_STATUS_DESC_SECURITY_8812(pdesc);//((le32_to_cpu(pdesc->rxdw0) >> 20) & 0x7); -+ pattrib->qos = (u8)GET_RX_STATUS_DESC_QOS_8812(pdesc);//(( le32_to_cpu( pdesc->rxdw0 ) >> 23) & 0x1);// Qos data, wireless lan header length is 26 -+ pattrib->shift_sz = (u8)GET_RX_STATUS_DESC_SHIFT_8812(pdesc);//((le32_to_cpu(pdesc->rxdw0) >> 24) & 0x3); -+ pattrib->physt = (u8)GET_RX_STATUS_DESC_PHY_STATUS_8812(pdesc);//((le32_to_cpu(pdesc->rxdw0) >> 26) & 0x1); -+ pattrib->bdecrypted = !GET_RX_STATUS_DESC_SWDEC_8812(pdesc);//(le32_to_cpu(pdesc->rxdw0) & BIT(27))? 0:1; -+ -+ //Offset 4 -+ pattrib->priority = (u8)GET_RX_STATUS_DESC_TID_8812(pdesc);//((le32_to_cpu(pdesc->rxdw1) >> 8) & 0xf); -+ pattrib->mdata = (u8)GET_RX_STATUS_DESC_MORE_DATA_8812(pdesc);//((le32_to_cpu(pdesc->rxdw1) >> 26) & 0x1); -+ pattrib->mfrag = (u8)GET_RX_STATUS_DESC_MORE_FRAG_8812(pdesc);//((le32_to_cpu(pdesc->rxdw1) >> 27) & 0x1);//more fragment bit -+ -+ //Offset 8 -+ pattrib->seq_num = (u16)GET_RX_STATUS_DESC_SEQ_8812(pdesc);//(le32_to_cpu(pdesc->rxdw2) & 0x00000fff); -+ pattrib->frag_num = (u8)GET_RX_STATUS_DESC_FRAG_8812(pdesc);//((le32_to_cpu(pdesc->rxdw2) >> 12) & 0xf);//fragmentation number -+ -+ if (GET_RX_STATUS_DESC_RPT_SEL_8812(pdesc)) -+ pattrib->pkt_rpt_type = C2H_PACKET; -+ else -+ pattrib->pkt_rpt_type = NORMAL_RX; -+ -+ //Offset 12 -+ pattrib->data_rate=(u8)GET_RX_STATUS_DESC_RX_RATE_8812(pdesc);//((le32_to_cpu(pdesc->rxdw3))&0x7f); -+ -+ /* Offset 16 */ -+ pattrib->sgi = (u8)GET_RX_STATUS_DESC_SPLCP_8812(pdesc); -+ pattrib->ldpc = (u8)GET_RX_STATUS_DESC_LDPC_8812(pdesc); -+ pattrib->stbc = (u8)GET_RX_STATUS_DESC_STBC_8812(pdesc); -+ pattrib->bw = (u8)GET_RX_STATUS_DESC_BW_8812(pdesc); -+ -+ /* Offset 20 */ -+ /* pattrib->tsfl=(u8)GET_RX_STATUS_DESC_TSFL_8812(pdesc); */ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_sreset.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_sreset.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_sreset.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_sreset.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,114 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812A_SRESET_C_ -+ -+//#include -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+void rtl8812_sreset_xmit_status_check(_adapter *padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+ -+ unsigned long current_time; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ unsigned int diff_time; -+ u32 txdma_status; -+ -+ if( (txdma_status=rtw_read32(padapter, REG_TXDMA_STATUS)) !=0x00){ -+ DBG_871X("%s REG_TXDMA_STATUS:0x%08x\n", __FUNCTION__, txdma_status); -+ rtw_hal_sreset_reset(padapter); -+ } -+#ifdef CONFIG_USB_HCI -+ //total xmit irp = 4 -+ //DBG_8192C("==>%s free_xmitbuf_cnt(%d),txirp_cnt(%d)\n",__FUNCTION__,pxmitpriv->free_xmitbuf_cnt,pxmitpriv->txirp_cnt); -+ //if(pxmitpriv->txirp_cnt == NR_XMITBUFF+1) -+ current_time = rtw_get_current_time(); -+ -+ if (0 == pxmitpriv->free_xmitbuf_cnt || 0 == pxmitpriv->free_xmit_extbuf_cnt) { -+ -+ diff_time = rtw_get_passing_time_ms(psrtpriv->last_tx_time); -+ -+ if (diff_time > 2000) { -+ if (psrtpriv->last_tx_complete_time == 0) { -+ psrtpriv->last_tx_complete_time = current_time; -+ } -+ else{ -+ diff_time = rtw_get_passing_time_ms(psrtpriv->last_tx_complete_time); -+ if (diff_time > 4000) { -+ u32 ability = 0; -+ -+ //padapter->Wifi_Error_Status = WIFI_TX_HANG; -+ ability = rtw_phydm_ability_get(padapter); -+ -+ DBG_871X("%s tx hang %s\n", __FUNCTION__, -+ (ability & ODM_BB_ADAPTIVITY)? "ODM_BB_ADAPTIVITY" : ""); -+ -+ if (!(ability & ODM_BB_ADAPTIVITY)) -+ rtw_hal_sreset_reset(padapter); -+ } -+ } -+ } -+ } -+#endif //CONFIG_USB_HCI -+ -+ if (psrtpriv->dbg_trigger_point == SRESET_TGP_XMIT_STATUS) { -+ psrtpriv->dbg_trigger_point = SRESET_TGP_NULL; -+ rtw_hal_sreset_reset(padapter); -+ return; -+ } -+} -+ -+void rtl8812_sreset_linked_status_check(_adapter *padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+ -+ u32 rx_dma_status = 0; -+ rx_dma_status = rtw_read32(padapter,REG_RXDMA_STATUS); -+ if(rx_dma_status!= 0x00){ -+ DBG_8192C("%s REG_RXDMA_STATUS:0x%08x\n",__FUNCTION__,rx_dma_status); -+ } -+#if 0 -+ u32 regc50,regc58,reg824,reg800; -+ regc50 = rtw_read32(padapter,0xc50); -+ regc58 = rtw_read32(padapter,0xc58); -+ reg824 = rtw_read32(padapter,0x824); -+ reg800 = rtw_read32(padapter,0x800); -+ if( ((regc50&0xFFFFFF00)!= 0x69543400)|| -+ ((regc58&0xFFFFFF00)!= 0x69543400)|| -+ (((reg824&0xFFFFFF00)!= 0x00390000)&&(((reg824&0xFFFFFF00)!= 0x80390000)))|| -+ ( ((reg800&0xFFFFFF00)!= 0x03040000)&&((reg800&0xFFFFFF00)!= 0x83040000))) -+ { -+ DBG_8192C("%s regc50:0x%08x, regc58:0x%08x, reg824:0x%08x, reg800:0x%08x,\n", __FUNCTION__, -+ regc50, regc58, reg824, reg800); -+ rtw_hal_sreset_reset(padapter); -+ } -+#endif -+ -+ if (psrtpriv->dbg_trigger_point == SRESET_TGP_LINK_STATUS) { -+ psrtpriv->dbg_trigger_point = SRESET_TGP_NULL; -+ rtw_hal_sreset_reset(padapter); -+ return; -+ } -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_xmit.c linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_xmit.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_xmit.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/rtl8812a_xmit.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,552 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812A_XMIT_C_ -+ -+//#include -+#include -+ -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag, u8 *ptxdesc) -+{ -+ u8 bDumpTxPkt; -+ u8 bDumpTxDesc = _FALSE; -+ rtw_hal_get_def_var(padapter, HAL_DEF_DBG_DUMP_TXPKT, &(bDumpTxPkt)); -+ -+ if(bDumpTxPkt ==1){//dump txdesc for data frame -+ DBG_871X("dump tx_desc for data frame\n"); -+ if((frame_tag&0x0f) == DATA_FRAMETAG){ -+ bDumpTxDesc = _TRUE; -+ } -+ } -+ else if(bDumpTxPkt ==2){//dump txdesc for mgnt frame -+ DBG_871X("dump tx_desc for mgnt frame\n"); -+ if((frame_tag&0x0f) == MGNT_FRAMETAG){ -+ bDumpTxDesc = _TRUE; -+ } -+ } -+ else if(bDumpTxPkt ==3){//dump early info -+ } -+ -+ if(bDumpTxDesc){ -+ // ptxdesc->txdw4 = cpu_to_le32(0x00001006);//RTS Rate=24M -+ // ptxdesc->txdw6 = 0x6666f800; -+ DBG_8192C("=====================================\n"); -+ DBG_8192C("Offset00(0x%08x)\n",*((u32 *)(ptxdesc))); -+ DBG_8192C("Offset04(0x%08x)\n",*((u32 *)(ptxdesc+4))); -+ DBG_8192C("Offset08(0x%08x)\n",*((u32 *)(ptxdesc+8))); -+ DBG_8192C("Offset12(0x%08x)\n",*((u32 *)(ptxdesc+12))); -+ DBG_8192C("Offset16(0x%08x)\n",*((u32 *)(ptxdesc+16))); -+ DBG_8192C("Offset20(0x%08x)\n",*((u32 *)(ptxdesc+20))); -+ DBG_8192C("Offset24(0x%08x)\n",*((u32 *)(ptxdesc+24))); -+ DBG_8192C("Offset28(0x%08x)\n",*((u32 *)(ptxdesc+28))); -+ DBG_8192C("Offset32(0x%08x)\n",*((u32 *)(ptxdesc+32))); -+ DBG_8192C("Offset36(0x%08x)\n",*((u32 *)(ptxdesc+36))); -+ DBG_8192C("=====================================\n"); -+ } -+ -+} -+ -+/* -+ * Description: -+ * Aggregation packets and send to hardware -+ * -+ * Return: -+ * 0 Success -+ * -1 Hardware resource(TX FIFO) not ready -+ * -2 Software resource(xmitbuf) not ready -+ */ -+#ifdef CONFIG_TX_EARLY_MODE -+ -+//#define DBG_EMINFO -+ -+#if RTL8188E_EARLY_MODE_PKT_NUM_10 == 1 -+ #define EARLY_MODE_MAX_PKT_NUM 10 -+#else -+ #define EARLY_MODE_MAX_PKT_NUM 5 -+#endif -+ -+ -+struct EMInfo{ -+ u8 EMPktNum; -+ u16 EMPktLen[EARLY_MODE_MAX_PKT_NUM]; -+}; -+ -+ -+void -+InsertEMContent_8812( -+ struct EMInfo *pEMInfo, -+ IN pu1Byte VirtualAddress) -+{ -+ -+#if RTL8188E_EARLY_MODE_PKT_NUM_10 == 1 -+ u1Byte index=0; -+ u4Byte dwtmp=0; -+#endif -+ -+ _rtw_memset(VirtualAddress, 0, EARLY_MODE_INFO_SIZE); -+ if(pEMInfo->EMPktNum==0) -+ return; -+ -+ #ifdef DBG_EMINFO -+ { -+ int i; -+ DBG_8192C("\n%s ==> pEMInfo->EMPktNum =%d\n",__FUNCTION__,pEMInfo->EMPktNum); -+ for(i=0;i< EARLY_MODE_MAX_PKT_NUM;i++){ -+ DBG_8192C("%s ==> pEMInfo->EMPktLen[%d] =%d\n",__FUNCTION__,i,pEMInfo->EMPktLen[i]); -+ } -+ -+ } -+ #endif -+ -+#if RTL8188E_EARLY_MODE_PKT_NUM_10 == 1 -+ SET_EARLYMODE_PKTNUM(VirtualAddress, pEMInfo->EMPktNum); -+ -+ if(pEMInfo->EMPktNum == 1){ -+ dwtmp = pEMInfo->EMPktLen[0]; -+ }else{ -+ dwtmp = pEMInfo->EMPktLen[0]; -+ dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4; -+ dwtmp += pEMInfo->EMPktLen[1]; -+ } -+ SET_EARLYMODE_LEN0(VirtualAddress, dwtmp); -+ if(pEMInfo->EMPktNum <= 3){ -+ dwtmp = pEMInfo->EMPktLen[2]; -+ }else{ -+ dwtmp = pEMInfo->EMPktLen[2]; -+ dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4; -+ dwtmp += pEMInfo->EMPktLen[3]; -+ } -+ SET_EARLYMODE_LEN1(VirtualAddress, dwtmp); -+ if(pEMInfo->EMPktNum <= 5){ -+ dwtmp = pEMInfo->EMPktLen[4]; -+ }else{ -+ dwtmp = pEMInfo->EMPktLen[4]; -+ dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4; -+ dwtmp += pEMInfo->EMPktLen[5]; -+ } -+ SET_EARLYMODE_LEN2_1(VirtualAddress, dwtmp&0xF); -+ SET_EARLYMODE_LEN2_2(VirtualAddress, dwtmp>>4); -+ if(pEMInfo->EMPktNum <= 7){ -+ dwtmp = pEMInfo->EMPktLen[6]; -+ }else{ -+ dwtmp = pEMInfo->EMPktLen[6]; -+ dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4; -+ dwtmp += pEMInfo->EMPktLen[7]; -+ } -+ SET_EARLYMODE_LEN3(VirtualAddress, dwtmp); -+ if(pEMInfo->EMPktNum <= 9){ -+ dwtmp = pEMInfo->EMPktLen[8]; -+ }else{ -+ dwtmp = pEMInfo->EMPktLen[8]; -+ dwtmp += ((dwtmp%4)?(4-dwtmp%4):0)+4; -+ dwtmp += pEMInfo->EMPktLen[9]; -+ } -+ SET_EARLYMODE_LEN4(VirtualAddress, dwtmp); -+#else -+ SET_EARLYMODE_PKTNUM(VirtualAddress, pEMInfo->EMPktNum); -+ SET_EARLYMODE_LEN0(VirtualAddress, pEMInfo->EMPktLen[0]); -+ SET_EARLYMODE_LEN1(VirtualAddress, pEMInfo->EMPktLen[1]); -+ SET_EARLYMODE_LEN2_1(VirtualAddress, pEMInfo->EMPktLen[2]&0xF); -+ SET_EARLYMODE_LEN2_2(VirtualAddress, pEMInfo->EMPktLen[2]>>4); -+ SET_EARLYMODE_LEN3(VirtualAddress, pEMInfo->EMPktLen[3]); -+ SET_EARLYMODE_LEN4(VirtualAddress, pEMInfo->EMPktLen[4]); -+#endif -+ //RT_PRINT_DATA(COMP_SEND, DBG_LOUD, "EMHdr:", VirtualAddress, 8); -+ -+} -+ -+ -+ -+void UpdateEarlyModeInfo8812(struct xmit_priv *pxmitpriv,struct xmit_buf *pxmitbuf ) -+{ -+ //_adapter *padapter, struct xmit_frame *pxmitframe,struct tx_servq *ptxservq -+ int index,j; -+ u16 offset,pktlen; -+ PTXDESC_8812 ptxdesc; -+ -+ u8 *pmem,*pEMInfo_mem; -+ s8 node_num_0=0,node_num_1=0; -+ struct EMInfo eminfo; -+ struct agg_pkt_info *paggpkt; -+ struct xmit_frame *pframe = (struct xmit_frame*)pxmitbuf->priv_data; -+ pmem= pframe->buf_addr; -+ -+ #ifdef DBG_EMINFO -+ DBG_8192C("\n%s ==> agg_num:%d\n",__FUNCTION__, pframe->agg_num); -+ for(index=0;indexagg_num;index++){ -+ offset = pxmitpriv->agg_pkt[index].offset; -+ pktlen = pxmitpriv->agg_pkt[index].pkt_len; -+ DBG_8192C("%s ==> agg_pkt[%d].offset=%d\n",__FUNCTION__,index,offset); -+ DBG_8192C("%s ==> agg_pkt[%d].pkt_len=%d\n",__FUNCTION__,index,pktlen); -+ } -+ #endif -+ -+ if( pframe->agg_num > EARLY_MODE_MAX_PKT_NUM) -+ { -+ node_num_0 = pframe->agg_num; -+ node_num_1= EARLY_MODE_MAX_PKT_NUM-1; -+ } -+ -+ for(index=0;indexagg_num;index++){ -+ -+ offset = pxmitpriv->agg_pkt[index].offset; -+ pktlen = pxmitpriv->agg_pkt[index].pkt_len; -+ -+ _rtw_memset(&eminfo,0,sizeof(struct EMInfo)); -+ if( pframe->agg_num > EARLY_MODE_MAX_PKT_NUM){ -+ if(node_num_0 > EARLY_MODE_MAX_PKT_NUM){ -+ eminfo.EMPktNum = EARLY_MODE_MAX_PKT_NUM; -+ node_num_0--; -+ } -+ else{ -+ eminfo.EMPktNum = node_num_1; -+ node_num_1--; -+ } -+ } -+ else{ -+ eminfo.EMPktNum = pframe->agg_num-(index+1); -+ } -+ for(j=0;j< eminfo.EMPktNum ;j++){ -+ eminfo.EMPktLen[j] = pxmitpriv->agg_pkt[index+1+j].pkt_len+4;// 4 bytes CRC -+ } -+ -+ if(pmem){ -+ if(index==0){ -+ ptxdesc = (PTXDESC_8812)(pmem); -+ pEMInfo_mem = ((u8 *)ptxdesc)+TXDESC_SIZE; -+ } -+ else{ -+ pmem = pmem + pxmitpriv->agg_pkt[index-1].offset; -+ ptxdesc = (PTXDESC_8812)(pmem); -+ pEMInfo_mem = ((u8 *)ptxdesc)+TXDESC_SIZE; -+ } -+ -+ #ifdef DBG_EMINFO -+ DBG_8192C("%s ==> desc.pkt_len=%d\n",__FUNCTION__,ptxdesc->pktlen); -+ #endif -+ InsertEMContent_8812(&eminfo,pEMInfo_mem); -+ } -+ -+ -+ } -+ _rtw_memset(pxmitpriv->agg_pkt,0,sizeof(struct agg_pkt_info)*MAX_AGG_PKT_NUM); -+ -+} -+#endif -+ -+void rtl8812a_cal_txdesc_chksum(u8 *ptxdesc) -+{ -+ u16 *usPtr; -+ u32 count; -+ u32 index; -+ u16 checksum = 0; -+ -+ -+ usPtr = (u16*)ptxdesc; -+ // checksume is always calculated by first 32 bytes, -+ // and it doesn't depend on TX DESC length. -+ // Thomas,Lucas@SD4,20130515 -+ count = 16; -+ -+ // Clear first -+ SET_TX_DESC_TX_DESC_CHECKSUM_8812(ptxdesc, 0); -+ -+ for(index = 0 ; index < count ; index++){ -+ checksum = checksum ^ le16_to_cpu(*(usPtr + index)); -+ } -+ -+ SET_TX_DESC_TX_DESC_CHECKSUM_8812(ptxdesc, checksum); -+} -+ -+// -+// Description: In normal chip, we should send some packet to Hw which will be used by Fw -+// in FW LPS mode. The function is to fill the Tx descriptor of this packets, then -+// Fw can tell Hw to send these packet derectly. -+// -+void rtl8812a_fill_fake_txdesc( -+ PADAPTER padapter, -+ u8* pDesc, -+ u32 BufferLen, -+ u8 IsPsPoll, -+ u8 IsBTQosNull, -+ u8 bDataFrame) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ -+ // Clear all status -+ _rtw_memset(pDesc, 0, TXDESC_SIZE); -+ -+ SET_TX_DESC_FIRST_SEG_8812(pDesc, 1); -+ SET_TX_DESC_LAST_SEG_8812(pDesc, 1); -+ -+ SET_TX_DESC_OFFSET_8812(pDesc, TXDESC_SIZE); -+ -+ SET_TX_DESC_PKT_SIZE_8812(pDesc, BufferLen); -+ -+ SET_TX_DESC_QUEUE_SEL_8812(pDesc, QSLT_MGNT); -+ -+ if (pmlmeext->cur_wireless_mode & WIRELESS_11B) { -+ SET_TX_DESC_RATE_ID_8812(pDesc, RATEID_IDX_B); -+ } else { -+ SET_TX_DESC_RATE_ID_8812(pDesc, RATEID_IDX_G); -+ } -+ -+ //Set NAVUSEHDR to prevent Ps-poll AId filed to be changed to error vlaue by Hw. -+ if (IsPsPoll) -+ { -+ SET_TX_DESC_NAV_USE_HDR_8812(pDesc, 1); -+ } -+ else -+ { -+ SET_TX_DESC_HWSEQ_EN_8812(pDesc, 1); // Hw set sequence number -+ } -+ -+ if(IsBTQosNull) -+ { -+ SET_TX_DESC_BT_INT_8812(pDesc, 1); -+ } -+ -+ SET_TX_DESC_USE_RATE_8812(pDesc, 1); -+ SET_TX_DESC_OWN_8812(pDesc, 1); -+ -+ // -+ // Encrypt the data frame if under security mode excepct null data. Suggested by CCW. -+ // -+ if (_TRUE ==bDataFrame) -+ { -+ u32 EncAlg; -+ -+ EncAlg = padapter->securitypriv.dot11PrivacyAlgrthm; -+ switch (EncAlg) -+ { -+ case _NO_PRIVACY_: -+ SET_TX_DESC_SEC_TYPE_8812(pDesc, 0x0); -+ break; -+ case _WEP40_: -+ case _WEP104_: -+ case _TKIP_: -+ SET_TX_DESC_SEC_TYPE_8812(pDesc, 0x1); -+ break; -+ case _SMS4_: -+ SET_TX_DESC_SEC_TYPE_8812(pDesc, 0x2); -+ break; -+ case _AES_: -+ SET_TX_DESC_SEC_TYPE_8812(pDesc, 0x3); -+ break; -+ default: -+ SET_TX_DESC_SEC_TYPE_8812(pDesc, 0x0); -+ break; -+ } -+ } -+ SET_TX_DESC_TX_RATE_8812(pDesc, MRateToHwRate(pmlmeext->tx_rate)); -+ -+#if defined(CONFIG_USB_HCI) || defined(CONFIG_SDIO_HCI) -+ // USB interface drop packet if the checksum of descriptor isn't correct. -+ // Using this checksum can let hardware recovery from packet bulk out error (e.g. Cancel URC, Bulk out error.). -+ rtl8812a_cal_txdesc_chksum(pDesc); -+#endif -+} -+ -+void rtl8812a_fill_txdesc_sectype(struct pkt_attrib *pattrib, u8 *ptxdesc) -+{ -+ if ((pattrib->encrypt > 0) && !pattrib->bswenc) -+ { -+ switch (pattrib->encrypt) -+ { -+ //SEC_TYPE : 0:NO_ENC,1:WEP40/TKIP,2:WAPI,3:AES -+ case _WEP40_: -+ case _WEP104_: -+ case _TKIP_: -+ case _TKIP_WTMIC_: -+ SET_TX_DESC_SEC_TYPE_8812(ptxdesc, 0x1); -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case _SMS4_: -+ SET_TX_DESC_SEC_TYPE_8812(ptxdesc, 0x2); -+ break; -+#endif -+ case _AES_: -+ SET_TX_DESC_SEC_TYPE_8812(ptxdesc, 0x3); -+ break; -+ case _NO_PRIVACY_: -+ default: -+ SET_TX_DESC_SEC_TYPE_8812(ptxdesc, 0x0); -+ break; -+ -+ } -+ -+ } -+ -+} -+ -+void rtl8812a_fill_txdesc_vcs(PADAPTER padapter, struct pkt_attrib *pattrib, u8 *ptxdesc) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ //DBG_8192C("vcs_mode=%d\n", pattrib->vcs_mode); -+ -+ if (pattrib->vcs_mode) { -+ -+ switch(pattrib->vcs_mode) -+ { -+ case RTS_CTS: -+ SET_TX_DESC_RTS_ENABLE_8812(ptxdesc, 1); -+ break; -+ case CTS_TO_SELF: -+ SET_TX_DESC_CTS2SELF_8812(ptxdesc, 1); -+ break; -+ case NONE_VCS: -+ default: -+ break; -+ } -+ -+ if (pmlmeinfo->preamble_mode == PREAMBLE_SHORT) -+ SET_TX_DESC_RTS_SHORT_8812(ptxdesc, 1); -+ -+ SET_TX_DESC_RTS_RATE_8812(ptxdesc, 0x8);//RTS Rate=24M -+ -+ SET_TX_DESC_RTS_RATE_FB_LIMIT_8812(ptxdesc, 0xf); -+ -+ //Enable HW RTS -+ if(IS_HARDWARE_TYPE_8821(padapter)) -+ SET_TX_DESC_HW_RTS_ENABLE_8812(ptxdesc, 1); -+ } -+} -+ -+void rtl8812a_fill_txdesc_phy(PADAPTER padapter, struct pkt_attrib *pattrib, u8 *ptxdesc) -+{ -+ //DBG_8192C("bwmode=%d, ch_off=%d\n", pattrib->bwmode, pattrib->ch_offset); -+ -+ if(pattrib->ht_en) -+ { -+ // Set Bandwidth and sub-channel settings. -+ SET_TX_DESC_DATA_BW_8812(ptxdesc, BWMapping_8812(padapter,pattrib)); -+ -+ SET_TX_DESC_DATA_SC_8812(ptxdesc, SCMapping_8812(padapter,pattrib)); -+ } -+} -+ -+u8 -+BWMapping_8812( -+ IN PADAPTER Adapter, -+ IN struct pkt_attrib *pattrib -+) -+{ -+ u8 BWSettingOfDesc = 0; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ //DBG_871X("BWMapping pHalData->CurrentChannelBW %d, pattrib->bwmode %d \n",pHalData->CurrentChannelBW,pattrib->bwmode); -+ -+ if(pHalData->CurrentChannelBW== CHANNEL_WIDTH_80) -+ { -+ if(pattrib->bwmode == CHANNEL_WIDTH_80) -+ BWSettingOfDesc= 2; -+ else if(pattrib->bwmode == CHANNEL_WIDTH_40) -+ BWSettingOfDesc = 1; -+ else -+ BWSettingOfDesc = 0; -+ } -+ else if(pHalData->CurrentChannelBW== CHANNEL_WIDTH_40) -+ { -+ if((pattrib->bwmode == CHANNEL_WIDTH_40) || (pattrib->bwmode == CHANNEL_WIDTH_80)) -+ BWSettingOfDesc = 1; -+ else -+ BWSettingOfDesc = 0; -+ } -+ else -+ BWSettingOfDesc = 0; -+ -+ return BWSettingOfDesc; -+} -+ -+u8 -+SCMapping_8812( -+ IN PADAPTER Adapter, -+ IN struct pkt_attrib *pattrib -+) -+{ -+ u8 SCSettingOfDesc = 0; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ //DBG_871X("SCMapping: pHalData->CurrentChannelBW %d, pHalData->nCur80MhzPrimeSC %d, pHalData->nCur40MhzPrimeSC %d \n",pHalData->CurrentChannelBW,pHalData->nCur80MhzPrimeSC,pHalData->nCur40MhzPrimeSC); -+ -+ if(pHalData->CurrentChannelBW == CHANNEL_WIDTH_80) -+ { -+ if(pattrib->bwmode == CHANNEL_WIDTH_80) -+ { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } -+ else if(pattrib->bwmode == CHANNEL_WIDTH_40) -+ { -+ if(pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ SCSettingOfDesc = VHT_DATA_SC_40_LOWER_OF_80MHZ; -+ else if(pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ SCSettingOfDesc = VHT_DATA_SC_40_UPPER_OF_80MHZ; -+ else -+ DBG_871X("SCMapping: DONOT CARE Mode Setting\n"); -+ } -+ else -+ { -+ if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_LOWEST_OF_80MHZ; -+ else if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ else if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ else if((pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) && (pHalData->nCur80MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER)) -+ SCSettingOfDesc = VHT_DATA_SC_20_UPPERST_OF_80MHZ; -+ else -+ DBG_871X("SCMapping: DONOT CARE Mode Setting\n"); -+ } -+ } -+ else if(pHalData->CurrentChannelBW== CHANNEL_WIDTH_40) -+ { -+ //DBG_871X("SCMapping: HT Case: pHalData->CurrentChannelBW %d, pHalData->nCur40MhzPrimeSC %d \n",pHalData->CurrentChannelBW,pHalData->nCur40MhzPrimeSC); -+ -+ if(pattrib->bwmode == CHANNEL_WIDTH_40) -+ { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } -+ else if(pattrib->bwmode == CHANNEL_WIDTH_20) -+ { -+ if(pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_UPPER) -+ { -+ SCSettingOfDesc = VHT_DATA_SC_20_UPPER_OF_80MHZ; -+ } -+ else if(pHalData->nCur40MhzPrimeSC == HAL_PRIME_CHNL_OFFSET_LOWER) -+ { -+ SCSettingOfDesc = VHT_DATA_SC_20_LOWER_OF_80MHZ; -+ } -+ else -+ { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } -+ -+ } -+ } -+ else -+ { -+ SCSettingOfDesc = VHT_DATA_SC_DONOT_CARE; -+ } -+ -+ return SCSettingOfDesc; -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_led.c linux/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_led.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_led.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_led.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,440 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812AU_LED_C_ -+ -+//#include -+#include -+ -+//================================================================================ -+// LED object. -+//================================================================================ -+ -+ -+//================================================================================ -+// Prototype of protected function. -+//================================================================================ -+ -+ -+//================================================================================ -+// LED_819xUsb routines. -+//================================================================================ -+ -+// -+// Description: -+// Turn on LED according to LedPin specified. -+// -+static void -+SwLedOn_8812AU( -+ PADAPTER padapter, -+ PLED_USB pLed -+) -+{ -+ u8 LedCfg; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ return; -+ -+ if( RT_GetInterfaceSelection(padapter) == INTF_SEL2_MINICARD || -+ RT_GetInterfaceSelection(padapter) == INTF_SEL3_USB_Solo || -+ RT_GetInterfaceSelection(padapter) == INTF_SEL4_USB_Combo) -+ { -+ LedCfg = rtw_read8(padapter, REG_LEDCFG2); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("In SwLedON,LedAddr:%X LEDPIN=%d\n",REG_LEDCFG2, pLed->LedPin)); -+ switch(pLed->LedPin) -+ { -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("In SwLedOn,LedAddr:%X LEDPIN=%d\n",REG_LEDCFG2, pLed->LedPin)); -+ LedCfg = rtw_read8(padapter, REG_LEDCFG2); -+ rtw_write8(padapter, REG_LEDCFG2, (LedCfg&0xf0)|BIT5|BIT6); // SW control led0 on. -+ break; -+ -+ case LED_PIN_LED1: -+ rtw_write8(padapter, REG_LEDCFG2, (LedCfg&0x0f)|BIT5); // SW control led1 on. -+ break; -+ -+ default: -+ break; -+ } -+ } -+ else -+ { -+ switch(pLed->LedPin) -+ { -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ if(pHalData->AntDivCfg==0) -+ { -+ LedCfg = rtw_read8(padapter, REG_LEDCFG0); -+ rtw_write8(padapter, REG_LEDCFG0, (LedCfg&0x70)|BIT5); // SW control led0 on. -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOn LED0 0x%x\n", rtw_read32(padapter, REG_LEDCFG0))); -+ } -+ else -+ { -+ LedCfg = rtw_read8(padapter, REG_LEDCFG2) & 0xe0; -+ rtw_write8(padapter, REG_LEDCFG2, LedCfg|BIT7|BIT6|BIT5); // SW control led0 on. -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOn LED0 Addr 0x%x, 0x%x\n", REG_LEDCFG2, rtw_read32(padapter, REG_LEDCFG2))); -+ } -+ break; -+ -+ case LED_PIN_LED1: -+ LedCfg = rtw_read8(padapter, (REG_LEDCFG1)); -+ rtw_write8(padapter, (REG_LEDCFG1), (LedCfg&0x70)|BIT5); // SW control led1 on. -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOn LED1 0x%x\n", rtw_read32(padapter, REG_LEDCFG1))); -+ break; -+ -+ case LED_PIN_LED2: -+ LedCfg = rtw_read8(padapter, (REG_LEDCFG2)); -+ rtw_write8(padapter, (REG_LEDCFG2), (LedCfg&0x70)|BIT5); // SW control led1 on. -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOn LED2 0x%x\n", rtw_read32(padapter, REG_LEDCFG2))); -+ break; -+ -+ default: -+ break; -+ } -+ } -+ -+ pLed->bLedOn = _TRUE; -+} -+ -+ -+// -+// Description: -+// Turn off LED according to LedPin specified. -+// -+static void -+SwLedOff_8812AU( -+ PADAPTER padapter, -+ PLED_USB pLed -+) -+{ -+ u8 LedCfg; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if (RTW_CANNOT_RUN(padapter)) -+ return; -+ -+ if( RT_GetInterfaceSelection(padapter) == INTF_SEL2_MINICARD || -+ RT_GetInterfaceSelection(padapter) == INTF_SEL3_USB_Solo || -+ RT_GetInterfaceSelection(padapter) == INTF_SEL4_USB_Combo) -+ { -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("In SwLedOff,LedAddr:%X LEDPIN=%d\n",REG_LEDCFG2, pLed->LedPin)); -+ LedCfg = rtw_read8(padapter, REG_LEDCFG2); -+ -+ // 2009/10/23 MH Issau eed to move the LED GPIO from bit 0 to bit3. -+ // 2009/10/26 MH Issau if tyhe device is 8c DID is 0x8176, we need to enable bit6 to -+ // enable GPIO8 for controlling LED. -+ // 2010/07/02 Supprt Open-drain arrangement for controlling the LED. Added by Roger. -+ // -+ switch(pLed->LedPin) -+ { -+ -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ if(pHalData->bLedOpenDrain == _TRUE) -+ { -+ LedCfg &= 0x90; // Set to software control. -+ rtw_write8(padapter, REG_LEDCFG2, (LedCfg|BIT3)); -+ LedCfg = rtw_read8(padapter, REG_MAC_PINMUX_CFG); -+ LedCfg &= 0xFE; -+ rtw_write8(padapter, REG_MAC_PINMUX_CFG, LedCfg); -+ } -+ else -+ { -+ rtw_write8(padapter, REG_LEDCFG2, (LedCfg|BIT3|BIT5|BIT6)); -+ } -+ break; -+ -+ case LED_PIN_LED1: -+ LedCfg &= 0x0f; // Set to software control. -+ rtw_write8(padapter, REG_LEDCFG2, (LedCfg|BIT3)); -+ break; -+ -+ default: -+ break; -+ } -+ } -+ else -+ { -+ switch(pLed->LedPin) -+ { -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ if(pHalData->AntDivCfg==0) -+ { -+ LedCfg = rtw_read8(padapter, REG_LEDCFG0); -+ LedCfg &= 0x70; // Set to software control. -+ rtw_write8(padapter, REG_LEDCFG0, (LedCfg|BIT3|BIT5)); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOff LED0 0x%x\n", rtw_read32(padapter, REG_LEDCFG0))); -+ } -+ else -+ { -+ LedCfg = rtw_read8(padapter, REG_LEDCFG2); -+ LedCfg &= 0xe0; // Set to software control. -+ rtw_write8(padapter, REG_LEDCFG2, (LedCfg|BIT3|BIT7|BIT6|BIT5)); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOff LED0 0x%x\n", rtw_read32(padapter, REG_LEDCFG2))); -+ } -+ break; -+ -+ case LED_PIN_LED1: -+ LedCfg = rtw_read8(padapter, REG_LEDCFG1); -+ LedCfg &= 0x70; // Set to software control. -+ rtw_write8(padapter, REG_LEDCFG1, (LedCfg|BIT3|BIT5)); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOff LED1 0x%x\n", rtw_read32(padapter, REG_LEDCFG1))); -+ break; -+ -+ case LED_PIN_LED2: -+ LedCfg = rtw_read8(padapter, REG_LEDCFG2); -+ LedCfg &= 0x70; // Set to software control. -+ rtw_write8(padapter, REG_LEDCFG2, (LedCfg|BIT3|BIT5)); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("SwLedOff LED1 0x%x\n", rtw_read32(padapter, REG_LEDCFG2))); -+ break; -+ -+ default: -+ break; -+ } -+ } -+ -+ pLed->bLedOn = _FALSE; -+} -+ -+// -+// Description: -+// Turn on LED according to LedPin specified. -+// -+static void -+SwLedOn_8821AU( -+ PADAPTER Adapter, -+ PLED_USB pLed -+) -+{ -+ u8 LedCfg; -+ -+ if (RTW_CANNOT_RUN(Adapter)) -+ return; -+ -+ -+ if( RT_GetInterfaceSelection(Adapter) == INTF_SEL2_MINICARD || -+ RT_GetInterfaceSelection(Adapter) == INTF_SEL3_USB_Solo || -+ RT_GetInterfaceSelection(Adapter) == INTF_SEL4_USB_Combo) -+ { -+ LedCfg = rtw_read8(Adapter, REG_LEDCFG2); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("In SwLedON,LedAddr:%X LEDPIN=%d\n",REG_LEDCFG2, pLed->LedPin)); -+ switch(pLed->LedPin) -+ { -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("In SwLedOn,LedAddr:%X LEDPIN=%d\n",REG_LEDCFG2, pLed->LedPin)); -+ LedCfg = rtw_read8(Adapter, REG_LEDCFG2); -+ rtw_write8(Adapter, REG_LEDCFG2, (LedCfg&0xf0)|BIT5|BIT6); // SW control led0 on. -+ break; -+ -+ case LED_PIN_LED1: -+ rtw_write8(Adapter, REG_LEDCFG2, (LedCfg&0x0f)|BIT5); // SW control led1 on. -+ break; -+ -+ default: -+ break; -+ -+ } -+ } -+ else -+ { -+ switch(pLed->LedPin) -+ { -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ case LED_PIN_LED1: -+ case LED_PIN_LED2: -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) -+ { -+ LedCfg = rtw_read8(Adapter, REG_LEDCFG2) & 0x20; -+ rtw_write8(Adapter, REG_LEDCFG2, (LedCfg & ~(BIT3))|BIT5); // SW control led0 on. -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("8821 SwLedOn LED2 0x%x\n", rtw_read32(Adapter, REG_LEDCFG0))); -+ //DBG_871X("8821 SwLedOn LED2 0x%x\n", rtw_read32(Adapter, REG_LEDCFG0)); -+ } -+ -+ break; -+ -+ default: -+ break; -+ } -+ } -+ pLed->bLedOn = _TRUE; -+} -+ -+ -+// -+// Description: -+// Turn off LED according to LedPin specified. -+// -+static void -+SwLedOff_8821AU( -+ PADAPTER Adapter, -+ PLED_USB pLed -+) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 LedCfg; -+ -+ if (RTW_CANNOT_RUN(Adapter)) -+ return; -+ -+ if( RT_GetInterfaceSelection(Adapter) == INTF_SEL2_MINICARD || -+ RT_GetInterfaceSelection(Adapter) == INTF_SEL3_USB_Solo || -+ RT_GetInterfaceSelection(Adapter) == INTF_SEL4_USB_Combo) -+ { -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("In SwLedOff,LedAddr:%X LEDPIN=%d\n",REG_LEDCFG2, pLed->LedPin)); -+ LedCfg = rtw_read8(Adapter, REG_LEDCFG2); -+ -+ // 2009/10/23 MH Issau eed to move the LED GPIO from bit 0 to bit3. -+ // 2009/10/26 MH Issau if tyhe device is 8c DID is 0x8176, we need to enable bit6 to -+ // enable GPIO8 for controlling LED. -+ // 2010/07/02 Supprt Open-drain arrangement for controlling the LED. Added by Roger. -+ // -+ switch(pLed->LedPin) -+ { -+ -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ if(pHalData->bLedOpenDrain == _TRUE) -+ { -+ LedCfg &= 0x90; // Set to software control. -+ rtw_write8(Adapter, REG_LEDCFG2, (LedCfg|BIT3)); -+ LedCfg = rtw_read8(Adapter, REG_MAC_PINMUX_CFG); -+ LedCfg &= 0xFE; -+ rtw_write8(Adapter, REG_MAC_PINMUX_CFG, LedCfg); -+ } -+ else -+ { -+ rtw_write8(Adapter, REG_LEDCFG2, (LedCfg|BIT3|BIT5|BIT6)); -+ } -+ break; -+ -+ case LED_PIN_LED1: -+ LedCfg &= 0x0f; // Set to software control. -+ rtw_write8(Adapter, REG_LEDCFG2, (LedCfg|BIT3)); -+ break; -+ -+ default: -+ break; -+ } -+ } -+ else -+ { -+ switch(pLed->LedPin) -+ { -+ case LED_PIN_GPIO0: -+ break; -+ -+ case LED_PIN_LED0: -+ case LED_PIN_LED1: -+ case LED_PIN_LED2: -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) -+ { -+ LedCfg = rtw_read8(Adapter, REG_LEDCFG2); -+ LedCfg &= 0x20; // Set to software control. -+ rtw_write8(Adapter, REG_LEDCFG2, (LedCfg|BIT3|BIT5)); -+ //DBG_871X("8821 SwLedOn LED2 0x%x\n", rtw_read32(Adapter, REG_LEDCFG0)); -+ RT_TRACE(_module_rtl8712_led_c_,_drv_info_,("8821 SwLedOff LED2 0x%x\n", rtw_read32(Adapter, REG_LEDCFG0))); -+ } -+ -+ break; -+ -+ -+ default: -+ break; -+ } -+ } -+ -+ pLed->bLedOn = _FALSE; -+} -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+ -+ -+//================================================================================ -+// Default LED behavior. -+//================================================================================ -+ -+// -+// Description: -+// Initialize all LED_871x objects. -+// -+void -+rtl8812au_InitSwLeds( -+ _adapter *padapter -+ ) -+{ -+ struct led_priv *pledpriv = &(padapter->ledpriv); -+ -+ pledpriv->LedControlHandler = LedControlUSB; -+ -+ if(IS_HARDWARE_TYPE_8812(padapter)) { -+ pledpriv->SwLedOn = SwLedOn_8812AU; -+ pledpriv->SwLedOff = SwLedOff_8812AU; -+ } else { -+ pledpriv->SwLedOn = SwLedOn_8821AU; -+ pledpriv->SwLedOff = SwLedOff_8821AU; -+ } -+ -+ InitLed(padapter, &(pledpriv->SwLed0), LED_PIN_LED0); -+ -+ InitLed(padapter, &(pledpriv->SwLed1), LED_PIN_LED1); -+ -+ InitLed(padapter, &(pledpriv->SwLed2), LED_PIN_LED2); -+} -+ -+ -+// -+// Description: -+// DeInitialize all LED_819xUsb objects. -+// -+void -+rtl8812au_DeInitSwLeds( -+ _adapter *padapter -+ ) -+{ -+ struct led_priv *ledpriv = &(padapter->ledpriv); -+ -+ DeInitLed( &(ledpriv->SwLed0) ); -+ DeInitLed( &(ledpriv->SwLed1) ); -+ DeInitLed( &(ledpriv->SwLed2) ); -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_recv.c linux/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_recv.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_recv.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_recv.c 2017-06-07 23:07:21.033689581 +0300 -@@ -0,0 +1,34 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812AU_RECV_C_ -+ -+//#include -+#include -+ -+int rtl8812au_init_recv_priv(_adapter *padapter) -+{ -+ return usb_init_recv_priv(padapter, INTERRUPT_MSG_FORMAT_LEN); -+} -+ -+void rtl8812au_free_recv_priv(_adapter *padapter) -+{ -+ usb_free_recv_priv(padapter, INTERRUPT_MSG_FORMAT_LEN); -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_xmit.c linux/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_xmit.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_xmit.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/usb/rtl8812au_xmit.c 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,1123 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RTL8812AU_XMIT_C_ -+ -+//#include -+#include -+ -+ -+s32 rtl8812au_init_xmit_priv(_adapter *padapter) -+{ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+#ifdef PLATFORM_LINUX -+ tasklet_init(&pxmitpriv->xmit_tasklet, -+ (void(*)(unsigned long))rtl8812au_xmit_tasklet, -+ (unsigned long)padapter); -+#endif -+#ifdef CONFIG_TX_EARLY_MODE -+ pHalData->bEarlyModeEnable = padapter->registrypriv.early_mode; -+#endif -+ -+ return _SUCCESS; -+} -+ -+void rtl8812au_free_xmit_priv(_adapter *padapter) -+{ -+} -+ -+static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz ,u8 bagg_pkt) -+{ -+ int pull=0; -+ uint qsel; -+ u8 data_rate,pwr_status,offset; -+ _adapter *padapter = pxmitframe->padapter; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ u8 *ptxdesc = pmem; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ sint bmcst = IS_MCAST(pattrib->ra); -+ -+#ifndef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ if (padapter->registrypriv.mp_mode == 0) -+ { -+ if((PACKET_OFFSET_SZ != 0) && (!bagg_pkt) &&(rtw_usb_bulk_size_boundary(padapter,TXDESC_SIZE+sz)==_FALSE)) -+ { -+ ptxdesc = (pmem+PACKET_OFFSET_SZ); -+ //DBG_8192C("==> non-agg-pkt,shift pointer...\n"); -+ pull = 1; -+ } -+ } -+#endif // CONFIG_USE_USB_BUFFER_ALLOC_TX -+ -+ _rtw_memset(ptxdesc, 0, TXDESC_SIZE); -+ -+ //4 offset 0 -+ SET_TX_DESC_FIRST_SEG_8812(ptxdesc, 1); -+ SET_TX_DESC_LAST_SEG_8812(ptxdesc, 1); -+ SET_TX_DESC_OWN_8812(ptxdesc, 1); -+ -+ //DBG_8192C("%s==> pkt_len=%d,bagg_pkt=%02x\n",__FUNCTION__,sz,bagg_pkt); -+ SET_TX_DESC_PKT_SIZE_8812(ptxdesc, sz); -+ -+ offset = TXDESC_SIZE + OFFSET_SZ; -+ -+#ifdef CONFIG_TX_EARLY_MODE -+ if(bagg_pkt){ -+ offset += EARLY_MODE_INFO_SIZE ;//0x28 -+ } -+#endif -+ //DBG_8192C("%s==>offset(0x%02x) \n",__FUNCTION__,offset); -+ SET_TX_DESC_OFFSET_8812(ptxdesc, offset); -+ -+ if (bmcst) { -+ SET_TX_DESC_BMC_8812(ptxdesc, 1); -+ } -+ -+#ifndef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ if (padapter->registrypriv.mp_mode == 0) -+ { -+ if((PACKET_OFFSET_SZ != 0) && (!bagg_pkt)){ -+ if((pull) && (pxmitframe->pkt_offset>0)) { -+ pxmitframe->pkt_offset = pxmitframe->pkt_offset -1; -+ } -+ } -+ } -+#endif -+ -+ //DBG_8192C("%s, pkt_offset=0x%02x\n",__FUNCTION__,pxmitframe->pkt_offset); -+ // pkt_offset, unit:8 bytes padding -+ if (pxmitframe->pkt_offset > 0) { -+ SET_TX_DESC_PKT_OFFSET_8812(ptxdesc, pxmitframe->pkt_offset); -+ } -+ -+ SET_TX_DESC_MACID_8812(ptxdesc, pattrib->mac_id); -+ SET_TX_DESC_RATE_ID_8812(ptxdesc, pattrib->raid); -+ -+ SET_TX_DESC_QUEUE_SEL_8812(ptxdesc, pattrib->qsel); -+ -+ //offset 12 -+ -+ if (!pattrib->qos_en) { -+ SET_TX_DESC_HWSEQ_EN_8812(ptxdesc, 1); // Hw set sequence number -+ } else { -+ SET_TX_DESC_SEQ_8812(ptxdesc, pattrib->seqnum); -+ } -+ -+ if((pxmitframe->frame_tag&0x0f) == DATA_FRAMETAG) -+ { -+ //DBG_8192C("pxmitframe->frame_tag == DATA_FRAMETAG\n"); -+ -+ rtl8812a_fill_txdesc_sectype(pattrib, ptxdesc); -+ -+ //offset 20 -+#ifdef CONFIG_USB_TX_AGGREGATION -+ if (pxmitframe->agg_num > 1){ -+ //DBG_8192C("%s agg_num:%d\n",__FUNCTION__,pxmitframe->agg_num ); -+ SET_TX_DESC_USB_TXAGG_NUM_8812(ptxdesc, pxmitframe->agg_num); -+ } -+#endif -+ -+ rtl8812a_fill_txdesc_vcs(padapter, pattrib, ptxdesc); -+ -+ if ((pattrib->ether_type != 0x888e) && -+ (pattrib->ether_type != 0x0806) && -+ (pattrib->ether_type != 0x88b4) && -+ (pattrib->dhcp_pkt != 1) -+#ifdef CONFIG_AUTO_AP_MODE -+ && (pattrib->pctrl != _TRUE) -+#endif -+ ) -+ { -+ //Non EAP & ARP & DHCP type data packet -+ -+ if (pattrib->ampdu_en==_TRUE) { -+ SET_TX_DESC_AGG_ENABLE_8812(ptxdesc, 1); -+ SET_TX_DESC_MAX_AGG_NUM_8812(ptxdesc, 0x1f); -+ // Set A-MPDU aggregation. -+ SET_TX_DESC_AMPDU_DENSITY_8812(ptxdesc, pattrib->ampdu_spacing); -+ } else { -+ SET_TX_DESC_AGG_BREAK_8812(ptxdesc, 1); -+ } -+ -+ rtl8812a_fill_txdesc_phy(padapter, pattrib, ptxdesc); -+ -+ //DATA Rate FB LMT -+ SET_TX_DESC_DATA_RATE_FB_LIMIT_8812(ptxdesc, 0x1f); -+ -+ if (pHalData->fw_ractrl == _FALSE) { -+ SET_TX_DESC_USE_RATE_8812(ptxdesc, 1); -+ -+ if(pHalData->INIDATA_RATE[pattrib->mac_id] & BIT(7)) -+ SET_TX_DESC_DATA_SHORT_8812(ptxdesc, 1); -+ -+ SET_TX_DESC_TX_RATE_8812(ptxdesc, (pHalData->INIDATA_RATE[pattrib->mac_id] & 0x7F)); -+ } -+ -+ if (padapter->fix_rate != 0xFF) { // modify data rate by iwpriv -+ SET_TX_DESC_USE_RATE_8812(ptxdesc, 1); -+ if(padapter->fix_rate & BIT(7)) -+ SET_TX_DESC_DATA_SHORT_8812(ptxdesc, 1); -+ -+ SET_TX_DESC_TX_RATE_8812(ptxdesc, (padapter->fix_rate & 0x7F)); -+ if (!padapter->data_fb) -+ SET_TX_DESC_DISABLE_FB_8812(ptxdesc,1); -+ } -+ -+ if (pattrib->ldpc) -+ SET_TX_DESC_DATA_LDPC_8812(ptxdesc, 1); -+ if (pattrib->stbc) -+ SET_TX_DESC_DATA_STBC_8812(ptxdesc, 1); -+ } -+ else -+ { -+ // EAP data packet and ARP packet and DHCP. -+ // Use the 1M data rate to send the EAP/ARP packet. -+ // This will maybe make the handshake smooth. -+ -+ SET_TX_DESC_USE_RATE_8812(ptxdesc, 1); -+ -+ SET_TX_DESC_AGG_BREAK_8812(ptxdesc, 1); -+ -+ // HW will ignore this setting if the transmission rate is legacy OFDM. -+ if (pmlmeinfo->preamble_mode == PREAMBLE_SHORT) { -+ SET_TX_DESC_DATA_SHORT_8812(ptxdesc, 1); -+ } -+ -+ SET_TX_DESC_TX_RATE_8812(ptxdesc, MRateToHwRate(pmlmeext->tx_rate)); -+ } -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_XMIT_ACK -+ /* CCX-TXRPT ack for xmit mgmt frames. */ -+ if (pxmitframe->ack_report) { -+ SET_TX_DESC_SPE_RPT_8812(ptxdesc, 1); -+ #ifdef DBG_CCX -+ DBG_871X("%s set tx report\n", __func__); -+ #endif -+ } -+#endif /* CONFIG_XMIT_ACK */ -+#endif -+ } -+ else if((pxmitframe->frame_tag&0x0f)== MGNT_FRAMETAG) -+ { -+ //DBG_8192C("pxmitframe->frame_tag == MGNT_FRAMETAG\n"); -+ -+ if(IS_HARDWARE_TYPE_8821(padapter)) -+ SET_TX_DESC_MBSSID_8821(ptxdesc, pattrib->mbssid); -+ -+ SET_TX_DESC_USE_RATE_8812(ptxdesc, 1); -+ -+#ifdef CONFIG_INTEL_PROXIM -+ if((padapter->proximity.proxim_on==_TRUE)&&(pattrib->intel_proxim==_TRUE)){ -+ DBG_871X("\n %s pattrib->rate=%d\n",__FUNCTION__,pattrib->rate); -+ SET_TX_DESC_TX_RATE_8812(ptxdesc, pattrib->rate); -+ } -+ else -+#endif -+ { -+ SET_TX_DESC_TX_RATE_8812(ptxdesc, MRateToHwRate(pattrib->rate)); -+ } -+ -+ // VHT NDPA or HT NDPA Packet for Beamformer. -+ if((pattrib->subtype == WIFI_NDPA) || -+ ((pattrib->subtype == WIFI_ACTION_NOACK) && (pattrib->order == 1))) -+ { -+ SET_TX_DESC_NAV_USE_HDR_8812(ptxdesc, 1); -+ -+ SET_TX_DESC_DATA_BW_8812(ptxdesc, BWMapping_8812(padapter,pattrib)); -+ SET_TX_DESC_RTS_SC_8812(ptxdesc, SCMapping_8812(padapter,pattrib)); -+ -+ SET_TX_DESC_RETRY_LIMIT_ENABLE_8812(ptxdesc, 1); -+ SET_TX_DESC_DATA_RETRY_LIMIT_8812(ptxdesc, 5); -+ SET_TX_DESC_DISABLE_FB_8812(ptxdesc, 1); -+ -+ //if(pattrib->rts_cca) -+ //{ -+ // SET_TX_DESC_NDPA_8812(ptxdesc, 2); -+ //} -+ //else -+ { -+ SET_TX_DESC_NDPA_8812(ptxdesc, 1); -+ } -+ } -+ else -+ { -+ SET_TX_DESC_RETRY_LIMIT_ENABLE_8812(ptxdesc, 1); -+ if (pattrib->retry_ctrl == _TRUE) { -+ SET_TX_DESC_DATA_RETRY_LIMIT_8812(ptxdesc, 6); -+ } else { -+ SET_TX_DESC_DATA_RETRY_LIMIT_8812(ptxdesc, 12); -+ } -+ } -+ -+#ifdef CONFIG_XMIT_ACK -+ //CCX-TXRPT ack for xmit mgmt frames. -+ if (pxmitframe->ack_report) { -+ SET_TX_DESC_SPE_RPT_8812(ptxdesc, 1); -+ #ifdef DBG_CCX -+ DBG_871X("%s set tx report\n", __func__); -+ #endif -+ } -+#endif //CONFIG_XMIT_ACK -+ } -+ else if((pxmitframe->frame_tag&0x0f) == TXAGG_FRAMETAG) -+ { -+ DBG_8192C("pxmitframe->frame_tag == TXAGG_FRAMETAG\n"); -+ } -+#ifdef CONFIG_MP_INCLUDED -+ else if(((pxmitframe->frame_tag&0x0f) == MP_FRAMETAG) && -+ (padapter->registrypriv.mp_mode == 1)) -+ { -+ fill_txdesc_for_mp(padapter, ptxdesc); -+ } -+#endif -+ else -+ { -+ DBG_8192C("pxmitframe->frame_tag = %d\n", pxmitframe->frame_tag); -+ -+ SET_TX_DESC_USE_RATE_8812(ptxdesc, 1); -+ SET_TX_DESC_TX_RATE_8812(ptxdesc, MRateToHwRate(pmlmeext->tx_rate)); -+ } -+ -+ SET_TX_DESC_GID_8812(ptxdesc, pattrib->txbf_g_id); -+ SET_TX_DESC_PAID_8812(ptxdesc, pattrib->txbf_p_aid); -+ -+ rtl8812a_cal_txdesc_chksum(ptxdesc); -+ _dbg_dump_tx_info(padapter,pxmitframe->frame_tag,ptxdesc); -+ return pull; -+} -+ -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+/* -+ * Description -+ * Transmit xmitbuf to hardware tx fifo -+ * -+ * Return -+ * _SUCCESS ok -+ * _FAIL something error -+ */ -+s32 rtl8812au_xmit_buf_handler(PADAPTER padapter) -+{ -+ PHAL_DATA_TYPE phal; -+ struct xmit_priv *pxmitpriv; -+ struct xmit_buf *pxmitbuf; -+ s32 ret; -+ -+ -+ phal = GET_HAL_DATA(padapter); -+ pxmitpriv = &padapter->xmitpriv; -+ -+ ret = _rtw_down_sema(&pxmitpriv->xmit_sema); -+ if (_FAIL == ret) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_emerg_, -+ ("%s: down SdioXmitBufSema fail!\n", __FUNCTION__)); -+ return _FAIL; -+ } -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_notice_ -+ , ("%s: bDriverStopped(%s) bSurpriseRemoved(%s)!\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False")); -+ return _FAIL; -+ } -+ -+ if(check_pending_xmitbuf(pxmitpriv) == _FALSE) -+ return _SUCCESS; -+ -+#ifdef CONFIG_LPS_LCLK -+ ret = rtw_register_tx_alive(padapter); -+ if (ret != _SUCCESS) { -+ RT_TRACE(_module_hal_xmit_c_, _drv_notice_, -+ ("%s: wait to leave LPS_LCLK\n", __FUNCTION__)); -+ return _SUCCESS; -+ } -+#endif -+ -+ do { -+ pxmitbuf = dequeue_pending_xmitbuf(pxmitpriv); -+ if (pxmitbuf == NULL) break; -+ -+ rtw_write_port(padapter, pxmitbuf->ff_hwaddr, pxmitbuf->len, (unsigned char*)pxmitbuf); -+ -+ } while (1); -+ -+#ifdef CONFIG_LPS_LCLK -+ rtw_unregister_tx_alive(padapter); -+#endif -+ -+ return _SUCCESS; -+} -+#endif -+ -+ -+//for non-agg data frame or management frame -+static s32 rtw_dump_xframe(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ s32 ret = _SUCCESS; -+ s32 inner_ret = _SUCCESS; -+ int t, sz, w_sz, pull=0; -+ u8 *mem_addr; -+ u32 ff_hwaddr; -+ struct xmit_buf *pxmitbuf = pxmitframe->pxmitbuf; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+#ifdef CONFIG_80211N_HT -+ if ((pxmitframe->frame_tag == DATA_FRAMETAG) && -+ (pxmitframe->attrib.ether_type != 0x0806) && -+ (pxmitframe->attrib.ether_type != 0x888e) && -+ (pxmitframe->attrib.ether_type != 0x88b4) && -+ (pxmitframe->attrib.dhcp_pkt != 1)) -+ { -+ rtw_issue_addbareq_cmd(padapter, pxmitframe); -+ } -+#endif //CONFIG_80211N_HT -+ mem_addr = pxmitframe->buf_addr; -+ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_dump_xframe()\n")); -+ -+ for (t = 0; t < pattrib->nr_frags; t++) -+ { -+ if (inner_ret != _SUCCESS && ret == _SUCCESS) -+ ret = _FAIL; -+ -+ if (t != (pattrib->nr_frags - 1)) -+ { -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_err_,("pattrib->nr_frags=%d\n", pattrib->nr_frags)); -+ -+ sz = pxmitpriv->frag_len; -+ sz = sz - 4 - (psecuritypriv->sw_encrypt ? 0 : pattrib->icv_len); -+ } -+ else //no frag -+ { -+ sz = pattrib->last_txcmdsz; -+ } -+ -+ pull = update_txdesc(pxmitframe, mem_addr, sz, _FALSE); -+ -+ if(pull) -+ { -+ mem_addr += PACKET_OFFSET_SZ; //pull txdesc head -+ -+ //pxmitbuf ->pbuf = mem_addr; -+ pxmitframe->buf_addr = mem_addr; -+ -+ w_sz = sz + TXDESC_SIZE; -+ } -+ else -+ { -+ w_sz = sz + TXDESC_SIZE + PACKET_OFFSET_SZ; -+ } -+ -+ ff_hwaddr = rtw_get_ff_hwaddr(pxmitframe); -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+ pxmitbuf->len = w_sz; -+ pxmitbuf->ff_hwaddr = ff_hwaddr; -+ enqueue_pending_xmitbuf(pxmitpriv, pxmitbuf); -+#else -+ inner_ret = rtw_write_port(padapter, ff_hwaddr, w_sz, (unsigned char*)pxmitbuf); -+#endif -+ rtw_count_tx_stats(padapter, pxmitframe, sz); -+ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("rtw_write_port, w_sz=%d\n", w_sz)); -+ //DBG_8192C("rtw_write_port, w_sz=%d, sz=%d, txdesc_sz=%d, tid=%d\n", w_sz, sz, w_sz-sz, pattrib->priority); -+ -+ mem_addr += w_sz; -+ -+ mem_addr = (u8 *)RND4(((SIZE_PTR)(mem_addr))); -+ -+ } -+ -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ if (ret != _SUCCESS) -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_UNKNOWN); -+ -+ return ret; -+} -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+static u32 xmitframe_need_length(struct xmit_frame *pxmitframe) -+{ -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+ u32 len = 0; -+ -+ // no consider fragement -+ len = pattrib->hdrlen + pattrib->iv_len + -+ SNAP_SIZE + sizeof(u16) + -+ pattrib->pktlen + -+ ((pattrib->bswenc) ? pattrib->icv_len : 0); -+ -+ if(pattrib->encrypt ==_TKIP_) -+ len += 8; -+ -+ return len; -+} -+ -+#define IDEA_CONDITION 1 // check all packets before enqueue -+s32 rtl8812au_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct xmit_frame *pxmitframe = NULL; -+ struct xmit_frame *pfirstframe = NULL; -+ -+ // aggregate variable -+ struct hw_xmit *phwxmit; -+ struct sta_info *psta = NULL; -+ struct tx_servq *ptxservq = NULL; -+ -+ _irqL irqL; -+ _list *xmitframe_plist = NULL, *xmitframe_phead = NULL; -+ -+ u32 pbuf; // next pkt address -+ u32 pbuf_tail; // last pkt tail -+ u32 len; // packet length, except TXDESC_SIZE and PKT_OFFSET -+ -+ u32 bulkSize = pHalData->UsbBulkOutSize; -+ u8 descCount; -+ u32 bulkPtr; -+ -+ // dump frame variable -+ u32 ff_hwaddr; -+ -+ _list *sta_plist, *sta_phead; -+ u8 single_sta_in_queue = _FALSE; -+ -+#ifndef IDEA_CONDITION -+ int res = _SUCCESS; -+#endif -+ -+ RT_TRACE(_module_rtl8192c_xmit_c_, _drv_info_, ("+xmitframe_complete\n")); -+ -+ -+ // check xmitbuffer is ok -+ if (pxmitbuf == NULL) { -+ pxmitbuf = rtw_alloc_xmitbuf(pxmitpriv); -+ if (pxmitbuf == NULL){ -+ //DBG_871X("%s #1, connot alloc xmitbuf!!!! \n",__FUNCTION__); -+ return _FALSE; -+ } -+ } -+ -+//DBG_8192C("%s ===================================== \n",__FUNCTION__); -+ //3 1. pick up first frame -+ do { -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ pxmitframe = rtw_dequeue_xframe(pxmitpriv, pxmitpriv->hwxmits, pxmitpriv->hwxmit_entry); -+ if (pxmitframe == NULL) { -+ // no more xmit frame, release xmit buffer -+ //DBG_8192C("no more xmit frame ,return\n"); -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ return _FALSE; -+ } -+ -+#ifndef IDEA_CONDITION -+ if (pxmitframe->frame_tag != DATA_FRAMETAG) { -+ RT_TRACE(_module_rtl8192c_xmit_c_, _drv_err_, -+ ("xmitframe_complete: frame tag(%d) is not DATA_FRAMETAG(%d)!\n", -+ pxmitframe->frame_tag, DATA_FRAMETAG)); -+// rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ continue; -+ } -+ -+ // TID 0~15 -+ if ((pxmitframe->attrib.priority < 0) || -+ (pxmitframe->attrib.priority > 15)) { -+ RT_TRACE(_module_rtl8192c_xmit_c_, _drv_err_, -+ ("xmitframe_complete: TID(%d) should be 0~15!\n", -+ pxmitframe->attrib.priority)); -+// rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ continue; -+ } -+#endif -+ //DBG_8192C("==> pxmitframe->attrib.priority:%d\n",pxmitframe->attrib.priority); -+ pxmitframe->pxmitbuf = pxmitbuf; -+ pxmitframe->buf_addr = pxmitbuf->pbuf; -+ pxmitbuf->priv_data = pxmitframe; -+ -+ pxmitframe->agg_num = 1; // alloc xmitframe should assign to 1. -+ #ifdef CONFIG_TX_EARLY_MODE -+ pxmitframe->pkt_offset = (PACKET_OFFSET_SZ/8)+1; // 2; // first frame of aggregation, reserve one offset for EM info ,another for usb bulk-out block check -+ #else -+ pxmitframe->pkt_offset = (PACKET_OFFSET_SZ/8); // 1; // first frame of aggregation, reserve offset -+ #endif -+ -+ if (rtw_xmitframe_coalesce(padapter, pxmitframe->pkt, pxmitframe) == _FALSE) { -+ DBG_871X("%s coalesce 1st xmitframe failed \n",__FUNCTION__); -+ continue; -+ } -+ -+ -+ // always return ndis_packet after rtw_xmitframe_coalesce -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ -+ break; -+ } while (1); -+ -+ //3 2. aggregate same priority and same DA(AP or STA) frames -+ pfirstframe = pxmitframe; -+ len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE+(pfirstframe->pkt_offset*PACKET_OFFSET_SZ); -+ pbuf_tail = len; -+ pbuf = _RND8(pbuf_tail); -+ -+ // check pkt amount in one bulk -+ descCount = 0; -+ bulkPtr = bulkSize; -+ if (pbuf < bulkPtr) -+ { -+ descCount++; -+ if (descCount == pHalData->UsbTxAggDescNum) -+ goto agg_end; -+ } -+ else { -+ descCount = 0; -+ bulkPtr = ((pbuf / bulkSize) + 1) * bulkSize; // round to next bulkSize -+ } -+ -+ // dequeue same priority packet from station tx queue -+ psta = pfirstframe->attrib.psta; -+ switch (pfirstframe->attrib.priority) { -+ case 1: -+ case 2: -+ ptxservq = &(psta->sta_xmitpriv.bk_q); -+ phwxmit = pxmitpriv->hwxmits + 3; -+ break; -+ -+ case 4: -+ case 5: -+ ptxservq = &(psta->sta_xmitpriv.vi_q); -+ phwxmit = pxmitpriv->hwxmits + 1; -+ break; -+ -+ case 6: -+ case 7: -+ ptxservq = &(psta->sta_xmitpriv.vo_q); -+ phwxmit = pxmitpriv->hwxmits; -+ break; -+ -+ case 0: -+ case 3: -+ default: -+ ptxservq = &(psta->sta_xmitpriv.be_q); -+ phwxmit = pxmitpriv->hwxmits + 2; -+ break; -+ } -+//DBG_8192C("==> pkt_no=%d,pkt_len=%d,len=%d,RND8_LEN=%d,pkt_offset=0x%02x\n", -+ //pxmitframe->agg_num,pxmitframe->attrib.last_txcmdsz,len,pbuf,pxmitframe->pkt_offset ); -+ -+ -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ sta_phead = get_list_head(phwxmit->sta_queue); -+ sta_plist = get_next(sta_phead); -+ single_sta_in_queue = rtw_end_of_queue_search(sta_phead, get_next(sta_plist)); -+ -+ xmitframe_phead = get_list_head(&ptxservq->sta_pending); -+ xmitframe_plist = get_next(xmitframe_phead); -+ -+ while (rtw_end_of_queue_search(xmitframe_phead, xmitframe_plist) == _FALSE) -+ { -+ pxmitframe = LIST_CONTAINOR(xmitframe_plist, struct xmit_frame, list); -+ xmitframe_plist = get_next(xmitframe_plist); -+ -+ if(_FAIL == rtw_hal_busagg_qsel_check(padapter,pfirstframe->attrib.qsel,pxmitframe->attrib.qsel)) -+ break; -+ -+ pxmitframe->agg_num = 0; // not first frame of aggregation -+ #ifdef CONFIG_TX_EARLY_MODE -+ pxmitframe->pkt_offset = 1;// not first frame of aggregation,reserve offset for EM Info -+ #else -+ pxmitframe->pkt_offset = 0; // not first frame of aggregation, no need to reserve offset -+ #endif -+ -+ len = xmitframe_need_length(pxmitframe) + TXDESC_SIZE +(pxmitframe->pkt_offset*PACKET_OFFSET_SZ); -+ -+ if (_RND8(pbuf + len) > MAX_XMITBUF_SZ) -+ //if (_RND8(pbuf + len) > (MAX_XMITBUF_SZ/2))//to do : for TX TP finial tune , Georgia 2012-0323 -+ { -+ //DBG_8192C("%s....len> MAX_XMITBUF_SZ\n",__FUNCTION__); -+ pxmitframe->agg_num = 1; -+ pxmitframe->pkt_offset = 1; -+ break; -+ } -+ rtw_list_delete(&pxmitframe->list); -+ ptxservq->qcnt--; -+ phwxmit->accnt--; -+ -+#ifndef IDEA_CONDITION -+ // suppose only data frames would be in queue -+ if (pxmitframe->frame_tag != DATA_FRAMETAG) { -+ RT_TRACE(_module_rtl8192c_xmit_c_, _drv_err_, -+ ("xmitframe_complete: frame tag(%d) is not DATA_FRAMETAG(%d)!\n", -+ pxmitframe->frame_tag, DATA_FRAMETAG)); -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ continue; -+ } -+ -+ // TID 0~15 -+ if ((pxmitframe->attrib.priority < 0) || -+ (pxmitframe->attrib.priority > 15)) { -+ RT_TRACE(_module_rtl8192c_xmit_c_, _drv_err_, -+ ("xmitframe_complete: TID(%d) should be 0~15!\n", -+ pxmitframe->attrib.priority)); -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ continue; -+ } -+#endif -+ -+// pxmitframe->pxmitbuf = pxmitbuf; -+ pxmitframe->buf_addr = pxmitbuf->pbuf + pbuf; -+ -+ if (rtw_xmitframe_coalesce(padapter, pxmitframe->pkt, pxmitframe) == _FALSE) { -+ DBG_871X("%s coalesce failed \n",__FUNCTION__); -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ continue; -+ } -+ -+ //DBG_8192C("==> pxmitframe->attrib.priority:%d\n",pxmitframe->attrib.priority); -+ // always return ndis_packet after rtw_xmitframe_coalesce -+ rtw_os_xmit_complete(padapter, pxmitframe); -+ -+ // (len - TXDESC_SIZE) == pxmitframe->attrib.last_txcmdsz -+ update_txdesc(pxmitframe, pxmitframe->buf_addr, pxmitframe->attrib.last_txcmdsz,_TRUE); -+ -+ // don't need xmitframe any more -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ // handle pointer and stop condition -+ pbuf_tail = pbuf + len; -+ pbuf = _RND8(pbuf_tail); -+ -+ -+ pfirstframe->agg_num++; -+#ifdef CONFIG_TX_EARLY_MODE -+ pxmitpriv->agg_pkt[pfirstframe->agg_num-1].offset = _RND8(len); -+ pxmitpriv->agg_pkt[pfirstframe->agg_num-1].pkt_len = pxmitframe->attrib.last_txcmdsz; -+#endif -+ if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) -+ break; -+ -+ if (pbuf < bulkPtr) { -+ descCount++; -+ if (descCount == pHalData->UsbTxAggDescNum) -+ break; -+ } else { -+ descCount = 0; -+ bulkPtr = ((pbuf / bulkSize) + 1) * bulkSize; -+ } -+ }//end while( aggregate same priority and same DA(AP or STA) frames) -+ if (_rtw_queue_empty(&ptxservq->sta_pending) == _TRUE) -+ rtw_list_delete(&ptxservq->tx_pending); -+ else if (single_sta_in_queue == _FALSE) { -+ /* Re-arrange the order of stations in this ac queue to balance the service for these stations */ -+ rtw_list_delete(&ptxservq->tx_pending); -+ rtw_list_insert_tail(&ptxservq->tx_pending, get_list_head(phwxmit->sta_queue)); -+ } -+ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+agg_end: -+#ifdef CONFIG_80211N_HT -+ if ((pfirstframe->attrib.ether_type != 0x0806) && -+ (pfirstframe->attrib.ether_type != 0x888e) && -+ (pfirstframe->attrib.ether_type != 0x88b4) && -+ (pfirstframe->attrib.dhcp_pkt != 1)) -+ { -+ rtw_issue_addbareq_cmd(padapter, pfirstframe); -+ } -+#endif //CONFIG_80211N_HT -+#ifndef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ //3 3. update first frame txdesc -+ if ((PACKET_OFFSET_SZ != 0) && ((pbuf_tail % bulkSize) == 0)) { -+ // remove pkt_offset -+ pbuf_tail -= PACKET_OFFSET_SZ; -+ pfirstframe->buf_addr += PACKET_OFFSET_SZ; -+ pfirstframe->pkt_offset--; -+ //DBG_8192C("$$$$$ buf size equal to USB block size $$$$$$\n"); -+ } -+#endif // CONFIG_USE_USB_BUFFER_ALLOC_TX -+ -+ update_txdesc(pfirstframe, pfirstframe->buf_addr, pfirstframe->attrib.last_txcmdsz,_TRUE); -+ -+ #ifdef CONFIG_TX_EARLY_MODE -+ //prepare EM info for first frame, agg_num value start from 1 -+ pxmitpriv->agg_pkt[0].offset = _RND8(pfirstframe->attrib.last_txcmdsz +TXDESC_SIZE +(pfirstframe->pkt_offset*PACKET_OFFSET_SZ)); -+ pxmitpriv->agg_pkt[0].pkt_len = pfirstframe->attrib.last_txcmdsz;//get from rtw_xmitframe_coalesce -+ -+ UpdateEarlyModeInfo8812(pxmitpriv,pxmitbuf ); -+ #endif -+ -+ //3 4. write xmit buffer to USB FIFO -+ ff_hwaddr = rtw_get_ff_hwaddr(pfirstframe); -+//DBG_8192C("%s ===================================== write port,buf_size(%d) \n",__FUNCTION__,pbuf_tail); -+ // xmit address == ((xmit_frame*)pxmitbuf->priv_data)->buf_addr -+ rtw_write_port(padapter, ff_hwaddr, pbuf_tail, (u8*)pxmitbuf); -+ -+ -+ //3 5. update statisitc -+ pbuf_tail -= (pfirstframe->agg_num * TXDESC_SIZE); -+ pbuf_tail -= (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); -+ -+ -+ rtw_count_tx_stats(padapter, pfirstframe, pbuf_tail); -+ -+ rtw_free_xmitframe(pxmitpriv, pfirstframe); -+ -+ return _TRUE; -+} -+ -+#else -+ -+s32 rtl8812au_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf) -+{ -+ -+ struct hw_xmit *phwxmits; -+ sint hwentry; -+ struct xmit_frame *pxmitframe=NULL; -+ int res=_SUCCESS, xcnt = 0; -+ -+ phwxmits = pxmitpriv->hwxmits; -+ hwentry = pxmitpriv->hwxmit_entry; -+ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("xmitframe_complete()\n")); -+ -+ if(pxmitbuf==NULL) -+ { -+ pxmitbuf = rtw_alloc_xmitbuf(pxmitpriv); -+ if(!pxmitbuf) -+ { -+ return _FALSE; -+ } -+ } -+ -+ -+ do -+ { -+ pxmitframe = rtw_dequeue_xframe(pxmitpriv, phwxmits, hwentry); -+ -+ if(pxmitframe) -+ { -+ pxmitframe->pxmitbuf = pxmitbuf; -+ -+ pxmitframe->buf_addr = pxmitbuf->pbuf; -+ -+ pxmitbuf->priv_data = pxmitframe; -+ -+ if((pxmitframe->frame_tag&0x0f) == DATA_FRAMETAG) -+ { -+ if(pxmitframe->attrib.priority<=15)//TID0~15 -+ { -+ res = rtw_xmitframe_coalesce(padapter, pxmitframe->pkt, pxmitframe); -+ } -+ //DBG_8192C("==> pxmitframe->attrib.priority:%d\n",pxmitframe->attrib.priority); -+ rtw_os_xmit_complete(padapter, pxmitframe);//always return ndis_packet after rtw_xmitframe_coalesce -+ } -+ -+ -+ RT_TRACE(_module_rtl871x_xmit_c_,_drv_info_,("xmitframe_complete(): rtw_dump_xframe\n")); -+ -+ -+ if(res == _SUCCESS) -+ { -+ rtw_dump_xframe(padapter, pxmitframe); -+ } -+ else -+ { -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ } -+ -+ xcnt++; -+ -+ } -+ else -+ { -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ return _FALSE; -+ } -+ -+ break; -+ -+ }while(0/*xcnt < (NR_XMITFRAME >> 3)*/); -+ -+ return _TRUE; -+ -+} -+#endif -+ -+ -+ -+static s32 xmitframe_direct(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ s32 res = _SUCCESS; -+//DBG_8192C("==> %s \n",__FUNCTION__); -+ -+ res = rtw_xmitframe_coalesce(padapter, pxmitframe->pkt, pxmitframe); -+ if (res == _SUCCESS) { -+ rtw_dump_xframe(padapter, pxmitframe); -+ } -+ else{ -+ DBG_8192C("==> %s xmitframe_coalsece failed\n",__FUNCTION__); -+ } -+ -+ return res; -+} -+ -+/* -+ * Return -+ * _TRUE dump packet directly -+ * _FALSE enqueue packet -+ */ -+static s32 pre_xmitframe(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ _irqL irqL; -+ s32 res; -+ struct xmit_buf *pxmitbuf = NULL; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 lg_sta_num; -+ -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ if (rtw_txframes_sta_ac_pending(padapter, pattrib) > 0) -+ { -+ //DBG_8192C("enqueue AC(%d)\n",pattrib->priority); -+ goto enqueue; -+ } -+ -+ if (rtw_xmit_ac_blocked(padapter) == _TRUE) -+ goto enqueue; -+ -+ rtw_dev_iface_status(padapter, NULL, NULL , &lg_sta_num, NULL, NULL); -+ if (lg_sta_num) -+ goto enqueue; -+ -+ pxmitbuf = rtw_alloc_xmitbuf(pxmitpriv); -+ if (pxmitbuf == NULL) -+ goto enqueue; -+ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ pxmitframe->pxmitbuf = pxmitbuf; -+ pxmitframe->buf_addr = pxmitbuf->pbuf; -+ pxmitbuf->priv_data = pxmitframe; -+ -+ if (xmitframe_direct(padapter, pxmitframe) != _SUCCESS) { -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ } -+ -+ return _TRUE; -+ -+enqueue: -+ res = rtw_xmitframe_enqueue(padapter, pxmitframe); -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ if (res != _SUCCESS) { -+ RT_TRACE(_module_xmit_osdep_c_, _drv_err_, ("pre_xmitframe: enqueue xmitframe fail\n")); -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ pxmitpriv->tx_drop++; -+ return _TRUE; -+ } -+ -+ return _FALSE; -+} -+ -+s32 rtl8812au_mgnt_xmit(_adapter *padapter, struct xmit_frame *pmgntframe) -+{ -+ return rtw_dump_xframe(padapter, pmgntframe); -+} -+ -+/* -+ * Return -+ * _TRUE dump packet directly ok -+ * _FALSE temporary can't transmit packets to hardware -+ */ -+s32 rtl8812au_hal_xmit(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ return pre_xmitframe(padapter, pxmitframe); -+} -+ -+s32 rtl8812au_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe) -+{ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ s32 err; -+ -+ if ((err=rtw_xmitframe_enqueue(padapter, pxmitframe)) != _SUCCESS) -+ { -+ rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ pxmitpriv->tx_drop++; -+ } -+ else -+ { -+#ifdef PLATFORM_LINUX -+ tasklet_hi_schedule(&pxmitpriv->xmit_tasklet); -+#endif -+ } -+ -+ return err; -+ -+} -+ -+ -+#ifdef CONFIG_HOSTAPD_MLME -+ -+static void rtl8812au_hostap_mgnt_xmit_cb(struct urb *urb) -+{ -+#ifdef PLATFORM_LINUX -+ struct sk_buff *skb = (struct sk_buff *)urb->context; -+ -+ //DBG_8192C("%s\n", __FUNCTION__); -+ -+ rtw_skb_free(skb); -+#endif -+} -+ -+s32 rtl8812au_hostap_mgnt_xmit_entry(_adapter *padapter, _pkt *pkt) -+{ -+#ifdef PLATFORM_LINUX -+ u16 fc; -+ int rc, len, pipe; -+ unsigned int bmcst, tid, qsel; -+ struct sk_buff *skb, *pxmit_skb; -+ struct urb *urb; -+ unsigned char *pxmitbuf; -+ struct tx_desc *ptxdesc; -+ struct rtw_ieee80211_hdr *tx_hdr; -+ struct hostapd_priv *phostapdpriv = padapter->phostapdpriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ -+ -+ //DBG_8192C("%s\n", __FUNCTION__); -+ -+ skb = pkt; -+ -+ len = skb->len; -+ tx_hdr = (struct rtw_ieee80211_hdr *)(skb->data); -+ fc = le16_to_cpu(tx_hdr->frame_ctl); -+ bmcst = IS_MCAST(tx_hdr->addr1); -+ -+ if ((fc & RTW_IEEE80211_FCTL_FTYPE) != RTW_IEEE80211_FTYPE_MGMT) -+ goto _exit; -+ -+ pxmit_skb = rtw_skb_alloc(len + TXDESC_SIZE); -+ -+ if(!pxmit_skb) -+ goto _exit; -+ -+ pxmitbuf = pxmit_skb->data; -+ -+ urb = usb_alloc_urb(0, GFP_ATOMIC); -+ if (!urb) { -+ goto _exit; -+ } -+ -+ // ----- fill tx desc ----- -+ ptxdesc = (struct tx_desc *)pxmitbuf; -+ _rtw_memset(ptxdesc, 0, sizeof(*ptxdesc)); -+ -+ //offset 0 -+ ptxdesc->txdw0 |= cpu_to_le32(len&0x0000ffff); -+ ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE+OFFSET_SZ)<txdw0 |= cpu_to_le32(OWN | FSG | LSG); -+ -+ if(bmcst) -+ { -+ ptxdesc->txdw0 |= cpu_to_le32(BIT(24)); -+ } -+ -+ //offset 4 -+ ptxdesc->txdw1 |= cpu_to_le32(0x00);//MAC_ID -+ -+ ptxdesc->txdw1 |= cpu_to_le32((0x12<txdw1 |= cpu_to_le32((0x06<< 16) & 0x000f0000);//b mode -+ -+ //offset 8 -+ -+ //offset 12 -+ ptxdesc->txdw3 |= cpu_to_le32((le16_to_cpu(tx_hdr->seq_ctl)<<16)&0xffff0000); -+ -+ //offset 16 -+ ptxdesc->txdw4 |= cpu_to_le32(BIT(8));//driver uses rate -+ -+ //offset 20 -+ -+ -+ //HW append seq -+ ptxdesc->txdw4 |= cpu_to_le32(BIT(7)); // Hw set sequence number -+ ptxdesc->txdw3 |= cpu_to_le32((8 <<28)); //set bit3 to 1. Suugested by TimChen. 2009.12.29. -+ -+ -+ rtl8188eu_cal_txdesc_chksum(ptxdesc); -+ // ----- end of fill tx desc ----- -+ -+ // -+ skb_put(pxmit_skb, len + TXDESC_SIZE); -+ pxmitbuf = pxmitbuf + TXDESC_SIZE; -+ _rtw_memcpy(pxmitbuf, skb->data, len); -+ -+ //DBG_8192C("mgnt_xmit, len=%x\n", pxmit_skb->len); -+ -+ -+ // ----- prepare urb for submit ----- -+ -+ //translate DMA FIFO addr to pipehandle -+ //pipe = ffaddr2pipehdl(pdvobj, MGT_QUEUE_INX); -+ pipe = usb_sndbulkpipe(pdvobj->pusbdev, pHalData->Queue2EPNum[(u8)MGT_QUEUE_INX]&0x0f); -+ -+ usb_fill_bulk_urb(urb, pdvobj->pusbdev, pipe, -+ pxmit_skb->data, pxmit_skb->len, rtl8192cu_hostap_mgnt_xmit_cb, pxmit_skb); -+ -+ urb->transfer_flags |= URB_ZERO_PACKET; -+ usb_anchor_urb(urb, &phostapdpriv->anchored); -+ rc = usb_submit_urb(urb, GFP_ATOMIC); -+ if (rc < 0) { -+ usb_unanchor_urb(urb); -+ kfree_skb(skb); -+ } -+ usb_free_urb(urb); -+ -+ -+_exit: -+ -+ rtw_skb_free(skb); -+ -+#endif -+ -+ return 0; -+ -+} -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_halinit.c linux/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_halinit.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_halinit.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_halinit.c 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,2856 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _HCI_HAL_INIT_C_ -+ -+//#include -+#include -+ -+#ifndef CONFIG_USB_HCI -+ -+#error "CONFIG_USB_HCI shall be on!\n" -+ -+#endif -+ -+ -+static void _dbg_dump_macreg(_adapter *padapter) -+{ -+ u32 offset = 0; -+ u32 val32 = 0; -+ u32 index =0 ; -+ for(index=0;index<64;index++) -+ { -+ offset = index*4; -+ val32 = rtw_read32(padapter,offset); -+ DBG_8192C("offset : 0x%02x ,val:0x%08x\n",offset,val32); -+ } -+} -+ -+static VOID -+_ConfigChipOutEP_8812( -+ IN PADAPTER pAdapter, -+ IN u8 NumOutPipe -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ -+ pHalData->OutEpQueueSel = 0; -+ pHalData->OutEpNumber = 0; -+ -+ switch(NumOutPipe){ -+ case 4: -+ pHalData->OutEpQueueSel=TX_SELE_HQ| TX_SELE_LQ|TX_SELE_NQ; -+ pHalData->OutEpNumber=4; -+ break; -+ case 3: -+ pHalData->OutEpQueueSel=TX_SELE_HQ| TX_SELE_LQ|TX_SELE_NQ; -+ pHalData->OutEpNumber=3; -+ break; -+ case 2: -+ pHalData->OutEpQueueSel=TX_SELE_HQ| TX_SELE_NQ; -+ pHalData->OutEpNumber=2; -+ break; -+ case 1: -+ pHalData->OutEpQueueSel=TX_SELE_HQ; -+ pHalData->OutEpNumber=1; -+ break; -+ default: -+ break; -+ -+ } -+ DBG_871X("%s OutEpQueueSel(0x%02x), OutEpNumber(%d) \n",__FUNCTION__,pHalData->OutEpQueueSel,pHalData->OutEpNumber ); -+ -+} -+ -+static BOOLEAN HalUsbSetQueuePipeMapping8812AUsb( -+ IN PADAPTER pAdapter, -+ IN u8 NumInPipe, -+ IN u8 NumOutPipe -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ BOOLEAN result = _FALSE; -+ -+ _ConfigChipOutEP_8812(pAdapter, NumOutPipe); -+ -+ // Normal chip with one IN and one OUT doesn't have interrupt IN EP. -+ if(1 == pHalData->OutEpNumber){ -+ if(1 != NumInPipe){ -+ return result; -+ } -+ } -+ -+ // All config other than above support one Bulk IN and one Interrupt IN. -+ //if(2 != NumInPipe){ -+ // return result; -+ //} -+ -+ result = Hal_MappingOutPipe(pAdapter, NumOutPipe); -+ -+ return result; -+ -+} -+ -+void rtl8812au_interface_configure(_adapter *padapter) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ -+ if (IS_SUPER_SPEED_USB(padapter)) -+ { -+ pHalData->UsbBulkOutSize = USB_SUPER_SPEED_BULK_SIZE;//1024 bytes -+ } -+ else if (IS_HIGH_SPEED_USB(padapter)) -+ { -+ pHalData->UsbBulkOutSize = USB_HIGH_SPEED_BULK_SIZE;//512 bytes -+ } -+ else -+ { -+ pHalData->UsbBulkOutSize = USB_FULL_SPEED_BULK_SIZE;//64 bytes -+ } -+ -+ pHalData->interfaceIndex = pdvobjpriv->InterfaceNumber; -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ pHalData->UsbTxAggMode = 1; -+ pHalData->UsbTxAggDescNum = 6; // only 4 bits -+ -+ if(IS_HARDWARE_TYPE_8812AU(padapter)) //page added for Jaguar -+ pHalData->UsbTxAggDescNum = 0x01 ; //adjust value for OQT Overflow issue //0x3; // only 4 bits -+#endif -+ -+#ifdef CONFIG_USB_RX_AGGREGATION -+ if(IS_HARDWARE_TYPE_8812AU(padapter)) -+ pHalData->UsbRxAggMode = USB_RX_AGG_USB; -+ else -+ pHalData->UsbRxAggMode = USB_RX_AGG_USB; //todo: change to USB_RX_AGG_DMA; -+ pHalData->UsbRxAggBlockCount = 8; //unit : 512b -+ pHalData->UsbRxAggBlockTimeout = 0x6; -+ pHalData->UsbRxAggPageCount = 16; //uint :128 b //0x0A; // 10 = MAX_RX_DMA_BUFFER_SIZE/2/pHalData->UsbBulkOutSize -+ pHalData->UsbRxAggPageTimeout = 0x6; //6, absolute time = 34ms/(2^6) -+ -+ if (IS_SUPER_SPEED_USB(padapter)) { -+ pHalData->RegAcUsbDmaSize = 0x7; -+ pHalData->RegAcUsbDmaTime = 0x1a; -+ } else { -+ //the setting to reduce RX FIFO overflow on USB2.0 and increase rx throughput -+ -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ u32 remainder = 0; -+ u8 quotient = 0; -+ -+ remainder = MAX_RECVBUF_SZ % (4*1024); -+ quotient = (u8)(MAX_RECVBUF_SZ >> 12); -+ -+ if (quotient > 5) { -+ pHalData->RegAcUsbDmaSize = 0x5; -+ pHalData->RegAcUsbDmaTime = 0x20; -+ } else { -+ if (remainder >= 2048) { -+ pHalData->RegAcUsbDmaSize = quotient; -+ pHalData->RegAcUsbDmaTime = 0x10; -+ } else { -+ pHalData->RegAcUsbDmaSize = (quotient-1); -+ pHalData->RegAcUsbDmaTime = 0x10; -+ } -+ } -+#else /* !CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ pHalData->RegAcUsbDmaSize = 0x5; -+ pHalData->RegAcUsbDmaTime = 0x20; -+#endif /* CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ -+ } -+#endif /* CONFIG_USB_RX_AGGREGATION */ -+ -+ HalUsbSetQueuePipeMapping8812AUsb(padapter, -+ pdvobjpriv->RtNumInPipes, pdvobjpriv->RtNumOutPipes); -+ -+} -+ -+static VOID -+_InitBurstPktLen(IN PADAPTER Adapter) -+{ -+ u1Byte speedvalue, provalue, temp; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ -+ //rtw_write16(Adapter, REG_TRXDMA_CTRL_8195, 0xf5b0); -+ //rtw_write16(Adapter, REG_TRXDMA_CTRL_8812, 0xf5b4); -+ rtw_write8(Adapter, 0xf050, 0x01); //usb3 rx interval -+ rtw_write16(Adapter, REG_RXDMA_STATUS, 0x7400); //burset lenght=4, set 0x3400 for burset length=2 -+ rtw_write8(Adapter, 0x289,0xf5); //for rxdma control -+ //rtw_write8(Adapter, 0x3a, 0x46); -+ -+ // 0x456 = 0x70, sugguested by Zhilin -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) -+ { -+ rtw_write8(Adapter, REG_AMPDU_MAX_TIME_8812, 0x5e); -+ } -+ else -+ { -+ rtw_write8(Adapter, REG_AMPDU_MAX_TIME_8812, 0x70); -+ } -+ -+ rtw_write32(Adapter, REG_AMPDU_MAX_LENGTH_8812, 0xffffffff); -+ rtw_write8(Adapter, REG_USTIME_TSF, 0x50); -+ rtw_write8(Adapter, REG_USTIME_EDCA, 0x50); -+ -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) -+ speedvalue = BIT7; -+ else -+ speedvalue = rtw_read8(Adapter, 0xff); //check device operation speed: SS 0xff bit7 -+ -+ if(speedvalue & BIT7) //USB2/1.1 Mode -+ { -+ temp = rtw_read8(Adapter, 0xfe17); -+ if(((temp>>4)&0x03)==0) -+ { -+ pHalData->UsbBulkOutSize = USB_HIGH_SPEED_BULK_SIZE; -+ provalue = rtw_read8(Adapter, REG_RXDMA_PRO_8812); -+ rtw_write8(Adapter, REG_RXDMA_PRO_8812, ((provalue|BIT(4)|BIT(3)|BIT(2)|BIT(1))&(~BIT(5)))); //set burst pkt len=512B -+ } -+ else -+ { -+ pHalData->UsbBulkOutSize = 64; -+ provalue = rtw_read8(Adapter, REG_RXDMA_PRO_8812); -+ rtw_write8(Adapter, REG_RXDMA_PRO_8812, ((provalue|BIT(5)|BIT(3)|BIT(2)|BIT(1))&(~BIT(4)))); //set burst pkt len=64B -+ } -+ -+ //rtw_write8(Adapter, 0x10c, 0xb4); -+ //hal_UphyUpdate8812AU(Adapter); -+ -+ pHalData->bSupportUSB3 = _FALSE; -+ } -+ else //USB3 Mode -+ { -+ pHalData->UsbBulkOutSize = USB_SUPER_SPEED_BULK_SIZE; -+ provalue = rtw_read8(Adapter, REG_RXDMA_PRO_8812); -+ rtw_write8(Adapter, REG_RXDMA_PRO_8812, ((provalue|BIT(3)|BIT(2)|BIT(1))&(~(BIT5|BIT4)))); //set burst pkt len=1k -+ //PlatformEFIOWrite2Byte(Adapter, REG_RXDMA_AGG_PG_TH,0x0a05); //dmc agg th 20K -+ pHalData->bSupportUSB3 = _TRUE; -+ -+ // set Reg 0xf008[3:4] to 2'00 to disable U1/U2 Mode to avoid 2.5G spur in USB3.0. added by page, 20120712 -+ rtw_write8(Adapter, 0xf008, rtw_read8(Adapter, 0xf008)&0xE7); -+ } -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ //rtw_write8(Adapter, REG_TDECTRL_8195, 0x30); -+#else -+ rtw_write8(Adapter, REG_TDECTRL, 0x10); -+#endif -+ -+ temp = rtw_read8(Adapter, REG_SYS_FUNC_EN); -+ rtw_write8(Adapter, REG_SYS_FUNC_EN, temp&(~BIT(10))); //reset 8051 -+ -+ rtw_write8(Adapter, REG_HT_SINGLE_AMPDU_8812,rtw_read8(Adapter, REG_HT_SINGLE_AMPDU_8812)|BIT(7)); //enable single pkt ampdu -+ rtw_write8(Adapter, REG_RX_PKT_LIMIT, 0x18); //for VHT packet length 11K -+ -+ rtw_write8(Adapter, REG_PIFS, 0x00); -+ -+ if(IS_HARDWARE_TYPE_8821U(Adapter) && (Adapter->registrypriv.wifi_spec == _FALSE)) -+ { -+ //0x0a0a too small , it can't pass AC logo. change to 0x1f1f -+ rtw_write16(Adapter, REG_MAX_AGGR_NUM, 0x1f1f); -+ rtw_write8(Adapter, REG_FWHW_TXQ_CTRL, 0x80); -+ rtw_write32(Adapter, REG_FAST_EDCA_CTRL, 0x03087777); -+ } -+ else -+ { -+ rtw_write16(Adapter, REG_MAX_AGGR_NUM, 0x1f1f); -+ rtw_write8(Adapter, REG_FWHW_TXQ_CTRL, rtw_read8(Adapter, REG_FWHW_TXQ_CTRL)&(~BIT(7))); -+ } -+ -+ if(pHalData->AMPDUBurstMode) -+ { -+ rtw_write8(Adapter,REG_AMPDU_BURST_MODE_8812, 0x5F); -+ } -+ -+ rtw_write8(Adapter, 0x1c, rtw_read8(Adapter, 0x1c) | BIT(5) |BIT(6)); //to prevent mac is reseted by bus. 20111208, by Page -+ -+ // ARFB table 9 for 11ac 5G 2SS -+ rtw_write32(Adapter, REG_ARFR0_8812, 0x00000010); -+ rtw_write32(Adapter, REG_ARFR0_8812+4, 0xfffff000); -+ -+ // ARFB table 10 for 11ac 5G 1SS -+ rtw_write32(Adapter, REG_ARFR1_8812, 0x00000010); -+ rtw_write32(Adapter, REG_ARFR1_8812+4, 0x003ff000); -+ -+ // ARFB table 11 for 11ac 24G 1SS -+ rtw_write32(Adapter, REG_ARFR2_8812, 0x00000015); -+ rtw_write32(Adapter, REG_ARFR2_8812+4, 0x003ff000); -+ // ARFB table 12 for 11ac 24G 2SS -+ rtw_write32(Adapter, REG_ARFR3_8812, 0x00000015); -+ rtw_write32(Adapter, REG_ARFR3_8812+4, 0xffcff000); -+} -+ -+static u32 _InitPowerOn_8812AU(_adapter *padapter) -+{ -+ u16 u2btmp = 0; -+ u8 u1btmp = 0; -+ u8 bMacPwrCtrlOn=_FALSE; -+ // HW Power on sequence -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if(bMacPwrCtrlOn == _TRUE) -+ return _SUCCESS; -+ -+ if(IS_VENDOR_8821A_MP_CHIP(padapter)) -+ { -+ // HW Power on sequence -+ if(!HalPwrSeqCmdParsing(padapter, PWR_CUT_A_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, Rtl8821A_NIC_ENABLE_FLOW)) { -+ DBG_871X(KERN_ERR "%s: run power on flow fail\n", __func__); -+ return _FAIL; -+ } -+ } -+ else if(IS_HARDWARE_TYPE_8821U(padapter)) -+ { -+ if(!HalPwrSeqCmdParsing(padapter, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, Rtl8821A_NIC_ENABLE_FLOW)) { -+ DBG_871X(KERN_ERR "%s: run power on flow fail\n", __func__); -+ return _FAIL; -+ } -+ } -+ else -+ { -+ if(!HalPwrSeqCmdParsing(padapter, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, Rtl8812_NIC_ENABLE_FLOW)) { -+ DBG_871X(KERN_ERR "%s: run power on flow fail\n", __func__); -+ return _FAIL; -+ } -+ } -+ -+ // Enable MAC DMA/WMAC/SCHEDULE/SEC block -+ // Set CR bit10 to enable 32k calibration. Suggested by SD1 Gimmy. Added by tynli. 2011.08.31. -+ rtw_write16(padapter, REG_CR, 0x00); //suggseted by zhouzhou, by page, 20111230 -+ u2btmp = rtw_read16(padapter, REG_CR); -+ u2btmp |= (HCI_TXDMA_EN | HCI_RXDMA_EN | TXDMA_EN | RXDMA_EN -+ | PROTOCOL_EN | SCHEDULE_EN | ENSEC | CALTMR_EN); -+ rtw_write16(padapter, REG_CR, u2btmp); -+ -+ //Need remove below furture, suggest by Jackie. -+ // if 0xF0[24] =1 (LDO), need to set the 0x7C[6] to 1. -+ if(IS_HARDWARE_TYPE_8821U(padapter)) -+ { -+ u1btmp = rtw_read8(padapter, REG_SYS_CFG+3); -+ if(u1btmp & BIT0) //LDO mode. -+ { -+ u1btmp =rtw_read8(padapter, 0x7c); -+ rtw_write8(padapter,0x7c,u1btmp | BIT6); -+ } -+ } -+ bMacPwrCtrlOn = _TRUE; -+ rtw_hal_set_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ -+ return _SUCCESS; -+} -+ -+ -+ -+ -+ -+//--------------------------------------------------------------- -+// -+// MAC init functions -+// -+//--------------------------------------------------------------- -+ -+// Shall USB interface init this? -+static VOID -+_InitInterrupt_8812AU( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ // HIMR -+ rtw_write32(Adapter, REG_HIMR0_8812, pHalData->IntrMask[0]&0xFFFFFFFF); -+ rtw_write32(Adapter, REG_HIMR1_8812, pHalData->IntrMask[1]&0xFFFFFFFF); -+} -+ -+static VOID -+_InitQueueReservedPage_8821AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ u32 numHQ = 0; -+ u32 numLQ = 0; -+ u32 numNQ = 0; -+ u32 numPubQ = 0; -+ u32 value32; -+ u8 value8; -+ BOOLEAN bWiFiConfig = pregistrypriv->wifi_spec; -+ -+ if(!bWiFiConfig) -+ { -+ if(pHalData->OutEpQueueSel & TX_SELE_HQ) -+ { -+ numHQ = NORMAL_PAGE_NUM_HPQ_8821; -+ } -+ -+ if(pHalData->OutEpQueueSel & TX_SELE_LQ) -+ { -+ numLQ = NORMAL_PAGE_NUM_LPQ_8821; -+ } -+ -+ // NOTE: This step shall be proceed before writting REG_RQPN. -+ if(pHalData->OutEpQueueSel & TX_SELE_NQ){ -+ numNQ = NORMAL_PAGE_NUM_NPQ_8821; -+ } -+ } -+ else -+ { // WMM -+ if(pHalData->OutEpQueueSel & TX_SELE_HQ) -+ { -+ numHQ = WMM_NORMAL_PAGE_NUM_HPQ_8821; -+ } -+ -+ if(pHalData->OutEpQueueSel & TX_SELE_LQ) -+ { -+ numLQ = WMM_NORMAL_PAGE_NUM_LPQ_8821; -+ } -+ -+ // NOTE: This step shall be proceed before writting REG_RQPN. -+ if(pHalData->OutEpQueueSel & TX_SELE_NQ){ -+ numNQ = WMM_NORMAL_PAGE_NUM_NPQ_8821; -+ } -+ } -+ -+ numPubQ = TX_TOTAL_PAGE_NUMBER_8821 - numHQ - numLQ - numNQ; -+ -+ value8 = (u8)_NPQ(numNQ); -+ rtw_write8(Adapter, REG_RQPN_NPQ, value8); -+ -+ // TX DMA -+ value32 = _HPQ(numHQ) | _LPQ(numLQ) | _PUBQ(numPubQ) | LD_RQPN; -+ rtw_write32(Adapter, REG_RQPN, value32); -+} -+ -+static VOID -+_InitQueueReservedPage_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ u32 numHQ = 0; -+ u32 numLQ = 0; -+ u32 numNQ = 0; -+ u32 numPubQ = 0; -+ u32 value32; -+ u8 value8; -+ BOOLEAN bWiFiConfig = pregistrypriv->wifi_spec; -+ -+ if(!bWiFiConfig) -+ { -+ if(pHalData->OutEpQueueSel & TX_SELE_HQ) -+ { -+ numHQ = NORMAL_PAGE_NUM_HPQ_8812; -+ } -+ -+ if(pHalData->OutEpQueueSel & TX_SELE_LQ) -+ { -+ numLQ = NORMAL_PAGE_NUM_LPQ_8812; -+ } -+ -+ // NOTE: This step shall be proceed before writting REG_RQPN. -+ if(pHalData->OutEpQueueSel & TX_SELE_NQ){ -+ numNQ = NORMAL_PAGE_NUM_NPQ_8812; -+ } -+ } -+ else -+ { // WMM -+ if(pHalData->OutEpQueueSel & TX_SELE_HQ) -+ { -+ numHQ = WMM_NORMAL_PAGE_NUM_HPQ_8812; -+ } -+ -+ if(pHalData->OutEpQueueSel & TX_SELE_LQ) -+ { -+ numLQ = WMM_NORMAL_PAGE_NUM_LPQ_8812; -+ } -+ -+ // NOTE: This step shall be proceed before writting REG_RQPN. -+ if(pHalData->OutEpQueueSel & TX_SELE_NQ){ -+ numNQ = WMM_NORMAL_PAGE_NUM_NPQ_8812; -+ } -+ } -+ -+ numPubQ = TX_TOTAL_PAGE_NUMBER_8812 - numHQ - numLQ - numNQ; -+ -+ value8 = (u8)_NPQ(numNQ); -+ rtw_write8(Adapter, REG_RQPN_NPQ, value8); -+ -+ // TX DMA -+ value32 = _HPQ(numHQ) | _LPQ(numLQ) | _PUBQ(numPubQ) | LD_RQPN; -+ rtw_write32(Adapter, REG_RQPN, value32); -+} -+ -+static void _InitID_8812A(IN PADAPTER Adapter) -+{ -+ hal_init_macaddr(Adapter);//set mac_address -+} -+ -+static VOID -+_InitTxBufferBoundary_8821AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ u8 txpktbuf_bndy; -+ -+ if(!pregistrypriv->wifi_spec){ -+ txpktbuf_bndy = TX_PAGE_BOUNDARY_8821; -+ } -+ else -+ {//for WMM -+ txpktbuf_bndy = WMM_NORMAL_TX_PAGE_BOUNDARY_8821; -+ } -+ -+ rtw_write8(Adapter, REG_BCNQ_BDNY, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_MGQ_BDNY, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_WMAC_LBK_BF_HD, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_TRXFF_BNDY, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_TDECTRL+1, txpktbuf_bndy); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ rtw_write8(Adapter, REG_BCNQ1_BDNY, txpktbuf_bndy+8); -+ rtw_write8(Adapter, REG_DWBCN1_CTRL_8812+1, txpktbuf_bndy+8);//BCN1_HEAD -+ // BIT1- BIT_SW_BCN_SEL_EN -+ rtw_write8(Adapter, REG_DWBCN1_CTRL_8812+2, rtw_read8(Adapter, REG_DWBCN1_CTRL_8812+2)|BIT1); -+#endif -+ -+} -+ -+static VOID -+_InitTxBufferBoundary_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ u8 txpktbuf_bndy; -+ -+ if(!pregistrypriv->wifi_spec){ -+ txpktbuf_bndy = TX_PAGE_BOUNDARY_8812; -+ } -+ else -+ {//for WMM -+ txpktbuf_bndy = WMM_NORMAL_TX_PAGE_BOUNDARY_8812; -+ } -+ -+ rtw_write8(Adapter, REG_BCNQ_BDNY, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_MGQ_BDNY, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_WMAC_LBK_BF_HD, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_TRXFF_BNDY, txpktbuf_bndy); -+ rtw_write8(Adapter, REG_TDECTRL+1, txpktbuf_bndy); -+ -+} -+ -+static VOID -+_InitPageBoundary_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ //u2Byte rxff_bndy; -+ //u2Byte Offset; -+ //BOOLEAN bSupportRemoteWakeUp; -+ -+ //Adapter->HalFunc.GetHalDefVarHandler(Adapter, HAL_DEF_WOWLAN , &bSupportRemoteWakeUp); -+ // RX Page Boundary -+ //srand(static_cast(time(NULL)) ); -+ -+// Offset = MAX_RX_DMA_BUFFER_SIZE_8812/256; -+// rxff_bndy = (Offset*256)-1; -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ rtw_write16(Adapter, (REG_TRXFF_BNDY + 2), RX_DMA_BOUNDARY_8812); -+ else -+ rtw_write16(Adapter, (REG_TRXFF_BNDY + 2), RX_DMA_BOUNDARY_8821); -+ -+} -+ -+ -+static VOID -+_InitNormalChipRegPriority_8812AUsb( -+ IN PADAPTER Adapter, -+ IN u16 beQ, -+ IN u16 bkQ, -+ IN u16 viQ, -+ IN u16 voQ, -+ IN u16 mgtQ, -+ IN u16 hiQ -+ ) -+{ -+ u16 value16 = (rtw_read16(Adapter, REG_TRXDMA_CTRL) & 0x7); -+ -+ value16 |= _TXDMA_BEQ_MAP(beQ) | _TXDMA_BKQ_MAP(bkQ) | -+ _TXDMA_VIQ_MAP(viQ) | _TXDMA_VOQ_MAP(voQ) | -+ _TXDMA_MGQ_MAP(mgtQ)| _TXDMA_HIQ_MAP(hiQ); -+ -+ rtw_write16(Adapter, REG_TRXDMA_CTRL, value16); -+} -+ -+static VOID -+_InitNormalChipTwoOutEpPriority_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ u16 beQ,bkQ,viQ,voQ,mgtQ,hiQ; -+ -+ -+ u16 valueHi = 0; -+ u16 valueLow = 0; -+ -+ switch(pHalData->OutEpQueueSel) -+ { -+ case (TX_SELE_HQ | TX_SELE_LQ): -+ valueHi = QUEUE_HIGH; -+ valueLow = QUEUE_LOW; -+ break; -+ case (TX_SELE_NQ | TX_SELE_LQ): -+ valueHi = QUEUE_NORMAL; -+ valueLow = QUEUE_LOW; -+ break; -+ case (TX_SELE_HQ | TX_SELE_NQ): -+ valueHi = QUEUE_HIGH; -+ valueLow = QUEUE_NORMAL; -+ break; -+ default: -+ valueHi = QUEUE_HIGH; -+ valueLow = QUEUE_NORMAL; -+ break; -+ } -+ -+ if(!pregistrypriv->wifi_spec ){ -+ beQ = valueLow; -+ bkQ = valueLow; -+ viQ = valueHi; -+ voQ = valueHi; -+ mgtQ = valueHi; -+ hiQ = valueHi; -+ } -+ else{//for WMM ,CONFIG_OUT_EP_WIFI_MODE -+ beQ = valueLow; -+ bkQ = valueHi; -+ viQ = valueHi; -+ voQ = valueLow; -+ mgtQ = valueHi; -+ hiQ = valueHi; -+ } -+ -+ _InitNormalChipRegPriority_8812AUsb(Adapter,beQ,bkQ,viQ,voQ,mgtQ,hiQ); -+ -+} -+ -+static VOID -+_InitNormalChipThreeOutEpPriority_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ u16 beQ,bkQ,viQ,voQ,mgtQ,hiQ; -+ -+ if(!pregistrypriv->wifi_spec ){// typical setting -+ beQ = QUEUE_LOW; -+ bkQ = QUEUE_LOW; -+ viQ = QUEUE_NORMAL; -+ voQ = QUEUE_HIGH; -+ mgtQ = QUEUE_HIGH; -+ hiQ = QUEUE_HIGH; -+ } -+ else{// for WMM -+ beQ = QUEUE_LOW; -+ bkQ = QUEUE_NORMAL; -+ viQ = QUEUE_NORMAL; -+ voQ = QUEUE_HIGH; -+ mgtQ = QUEUE_HIGH; -+ hiQ = QUEUE_HIGH; -+ } -+ _InitNormalChipRegPriority_8812AUsb(Adapter,beQ,bkQ,viQ,voQ,mgtQ,hiQ); -+} -+ -+static VOID -+_InitQueuePriority_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ switch(pHalData->OutEpNumber) -+ { -+ case 2: -+ _InitNormalChipTwoOutEpPriority_8812AUsb(Adapter); -+ break; -+ case 3: -+ case 4: -+ _InitNormalChipThreeOutEpPriority_8812AUsb(Adapter); -+ break; -+ default: -+ DBG_871X("_InitQueuePriority_8812AUsb(): Shall not reach here!\n"); -+ break; -+ } -+} -+ -+ -+ -+static VOID -+_InitHardwareDropIncorrectBulkOut_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+#ifdef ENABLE_USB_DROP_INCORRECT_OUT -+ u32 value32 = rtw_read32(Adapter, REG_TXDMA_OFFSET_CHK); -+ value32 |= DROP_DATA_EN; -+ rtw_write32(Adapter, REG_TXDMA_OFFSET_CHK, value32); -+#endif -+} -+ -+static VOID -+_InitNetworkType_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ u32 value32; -+ -+ value32 = rtw_read32(Adapter, REG_CR); -+ // TODO: use the other function to set network type -+ value32 = (value32 & ~MASK_NETTYPE) | _NETTYPE(NT_LINK_AP); -+ -+ rtw_write32(Adapter, REG_CR, value32); -+} -+ -+static VOID -+_InitTransferPageSize_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ -+ u8 value8; -+ value8 = _PSTX(PBP_512); -+ -+ PlatformEFIOWrite1Byte(Adapter, REG_PBP, value8); -+} -+ -+static VOID -+_InitDriverInfoSize_8812A( -+ IN PADAPTER Adapter, -+ IN u8 drvInfoSize -+ ) -+{ -+ rtw_write8(Adapter,REG_RX_DRVINFO_SZ, drvInfoSize); -+} -+ -+static VOID -+_InitWMACSetting_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ //u4Byte value32; -+ u16 value16; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ //pHalData->ReceiveConfig = AAP | APM | AM | AB | APP_ICV | ADF | AMF | APP_FCS | HTC_LOC_CTRL | APP_MIC | APP_PHYSTS; -+ pHalData->ReceiveConfig = -+ RCR_APM | RCR_AM | RCR_AB |RCR_CBSSID_DATA| RCR_CBSSID_BCN| RCR_APP_ICV | RCR_AMF | RCR_HTC_LOC_CTRL | RCR_APP_MIC | RCR_APP_PHYST_RXFF; -+ -+#if (1 == RTL8812A_RX_PACKET_INCLUDE_CRC) -+ pHalData->ReceiveConfig |= ACRC32; -+#endif -+ -+#ifdef CONFIG_RX_PACKET_APPEND_FCS -+ pHalData->ReceiveConfig |= RCR_APPFCS; -+#endif -+ -+ if(IS_HARDWARE_TYPE_8812AU(Adapter) || IS_HARDWARE_TYPE_8821U(Adapter)) -+ pHalData->ReceiveConfig |= FORCEACK; -+ -+ // some REG_RCR will be modified later by phy_ConfigMACWithHeaderFile() -+ rtw_write32(Adapter, REG_RCR, pHalData->ReceiveConfig); -+ -+ // Accept all multicast address -+ rtw_write32(Adapter, REG_MAR, 0xFFFFFFFF); -+ rtw_write32(Adapter, REG_MAR + 4, 0xFFFFFFFF); -+ -+ -+ // Accept all data frames -+ //value16 = 0xFFFF; -+ //rtw_write16(Adapter, REG_RXFLTMAP2, value16); -+ -+ // 2010.09.08 hpfan -+ // Since ADF is removed from RCR, ps-poll will not be indicate to driver, -+ // RxFilterMap should mask ps-poll to gurantee AP mode can rx ps-poll. -+ value16 = BIT10; -+#ifdef CONFIG_BEAMFORMING -+ // NDPA packet subtype is 0x0101 -+ value16 |= BIT5; -+#endif/*CONFIG_BEAMFORMING*/ -+ rtw_write16(Adapter, REG_RXFLTMAP1, value16); -+ -+ // Accept all management frames -+ //value16 = 0xFFFF; -+ //rtw_write16(Adapter, REG_RXFLTMAP0, value16); -+ -+ //enable RX_SHIFT bits -+ //rtw_write8(Adapter, REG_TRXDMA_CTRL, rtw_read8(Adapter, REG_TRXDMA_CTRL)|BIT(1)); -+ -+} -+ -+static VOID -+_InitAdaptiveCtrl_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ u16 value16; -+ u32 value32; -+ -+ // Response Rate Set -+ value32 = rtw_read32(Adapter, REG_RRSR); -+ value32 &= ~RATE_BITMAP_ALL; -+ -+ if(Adapter->registrypriv.wireless_mode & WIRELESS_11B) -+ value32 |= RATE_RRSR_CCK_ONLY_1M; -+ else -+ value32 |= RATE_RRSR_WITHOUT_CCK; -+ -+ value32 |= RATE_RRSR_CCK_ONLY_1M; -+ rtw_write32(Adapter, REG_RRSR, value32); -+ -+ // CF-END Threshold -+ //m_spIoBase->rtw_write8(REG_CFEND_TH, 0x1); -+ -+ // SIFS (used in NAV) -+ value16 = _SPEC_SIFS_CCK(0x10) | _SPEC_SIFS_OFDM(0x10); -+ rtw_write16(Adapter, REG_SPEC_SIFS, value16); -+ -+ // Retry Limit -+ value16 = _LRL(0x30) | _SRL(0x30); -+ rtw_write16(Adapter, REG_RL, value16); -+ -+} -+ -+static VOID -+_InitEDCA_8812AUsb( -+ IN PADAPTER Adapter -+ ) -+{ -+ // Set Spec SIFS (used in NAV) -+ rtw_write16(Adapter,REG_SPEC_SIFS, 0x100a); -+ rtw_write16(Adapter,REG_MAC_SPEC_SIFS, 0x100a); -+ -+ // Set SIFS for CCK -+ rtw_write16(Adapter,REG_SIFS_CTX, 0x100a); -+ -+ // Set SIFS for OFDM -+ rtw_write16(Adapter,REG_SIFS_TRX, 0x100a); -+ -+ // TXOP -+ rtw_write32(Adapter, REG_EDCA_BE_PARAM, 0x005EA42B); -+ rtw_write32(Adapter, REG_EDCA_BK_PARAM, 0x0000A44F); -+ rtw_write32(Adapter, REG_EDCA_VI_PARAM, 0x005EA324); -+ rtw_write32(Adapter, REG_EDCA_VO_PARAM, 0x002FA226); -+ -+ // 0x50 for 80MHz clock -+ rtw_write8(Adapter, REG_USTIME_TSF, 0x50); -+ rtw_write8(Adapter, REG_USTIME_EDCA, 0x50); -+} -+ -+ -+static VOID -+_InitBeaconMaxError_8812A( -+ IN PADAPTER Adapter, -+ IN BOOLEAN InfraMode -+ ) -+{ -+#ifdef CONFIG_ADHOC_WORKAROUND_SETTING -+ rtw_write8(Adapter, REG_BCN_MAX_ERR, 0xFF); -+#else -+ //rtw_write8(Adapter, REG_BCN_MAX_ERR, (InfraMode ? 0xFF : 0x10)); -+#endif -+} -+ -+ -+#ifdef CONFIG_LED -+static void _InitHWLed(PADAPTER Adapter) -+{ -+ struct led_priv *pledpriv = &(Adapter->ledpriv); -+ -+ if( pledpriv->LedStrategy != HW_LED) -+ return; -+ -+// HW led control -+// to do .... -+//must consider cases of antenna diversity/ commbo card/solo card/mini card -+ -+} -+#endif //CONFIG_LED -+ -+static VOID -+_InitRDGSetting_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ rtw_write8(Adapter,REG_RD_CTRL,0xFF); -+ rtw_write16(Adapter, REG_RD_NAV_NXT, 0x200); -+ rtw_write8(Adapter,REG_RD_RESP_PKT_TH,0x05); -+} -+ -+static VOID -+_InitRetryFunction_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ u8 value8; -+ -+ value8 = rtw_read8(Adapter, REG_FWHW_TXQ_CTRL); -+ value8 |= EN_AMPDU_RTY_NEW; -+ rtw_write8(Adapter, REG_FWHW_TXQ_CTRL, value8); -+ -+ // Set ACK timeout -+ //rtw_write8(Adapter, REG_ACKTO, 0x40); //masked by page for BCM IOT issue temporally -+ rtw_write8(Adapter, REG_ACKTO, 0x80); -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: usb_AggSettingTxUpdate() -+ * -+ * Overview: Seperate TX/RX parameters update independent for TP detection and -+ * dynamic TX/RX aggreagtion parameters update. -+ * -+ * Input: PADAPTER -+ * -+ * Output/Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 12/10/2010 MHC Seperate to smaller function. -+ * -+ *---------------------------------------------------------------------------*/ -+static VOID -+usb_AggSettingTxUpdate_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u32 value32; -+ -+ if(Adapter->registrypriv.wifi_spec) -+ pHalData->UsbTxAggMode = _FALSE; -+ -+ if(pHalData->UsbTxAggMode){ -+ value32 = rtw_read32(Adapter, REG_TDECTRL); -+ value32 = value32 & ~(BLK_DESC_NUM_MASK << BLK_DESC_NUM_SHIFT); -+ value32 |= ((pHalData->UsbTxAggDescNum & BLK_DESC_NUM_MASK) << BLK_DESC_NUM_SHIFT); -+ -+ rtw_write32(Adapter, REG_DWBCN0_CTRL_8812, value32); -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) //page added for Jaguar -+ rtw_write8(Adapter, REG_DWBCN1_CTRL_8812, pHalData->UsbTxAggDescNum<<1); -+ } -+ -+#endif -+} // usb_AggSettingTxUpdate -+ -+ -+/*----------------------------------------------------------------------------- -+ * Function: usb_AggSettingRxUpdate() -+ * -+ * Overview: Seperate TX/RX parameters update independent for TP detection and -+ * dynamic TX/RX aggreagtion parameters update. -+ * -+ * Input: PADAPTER -+ * -+ * Output/Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 12/10/2010 MHC Seperate to smaller function. -+ * -+ *---------------------------------------------------------------------------*/ -+static VOID -+usb_AggSettingRxUpdate_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+#ifdef CONFIG_USB_RX_AGGREGATION -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 valueDMA; -+ u8 valueUSB; -+ -+ valueDMA = rtw_read8(Adapter, REG_TRXDMA_CTRL); -+ switch(pHalData->UsbRxAggMode) -+ { -+ case USB_RX_AGG_DMA: -+ valueDMA |= RXDMA_AGG_EN; -+ // -+ // 2012/10/26 MH For TX throught start rate temp fix. -+ // -+ { -+ u16 temp; -+ -+ //Adjust DMA page and thresh. -+ temp = pHalData->RegAcUsbDmaSize | (pHalData->RegAcUsbDmaTime<<8); -+ rtw_write16(Adapter, REG_RXDMA_AGG_PG_TH, temp); -+ rtw_write8(Adapter, REG_RXDMA_AGG_PG_TH+3, BIT(7)); //for dma agg , 0x280[31]¡GBIT_RXDMA_AGG_OLD_MOD, set 1 -+ } -+ break; -+ case USB_RX_AGG_USB: -+ valueDMA |= RXDMA_AGG_EN; -+ { -+ u16 temp; -+ -+ //Adjust DMA page and thresh. -+ temp = pHalData->RegAcUsbDmaSize | (pHalData->RegAcUsbDmaTime<<8); -+ rtw_write16(Adapter, REG_RXDMA_AGG_PG_TH, temp); -+ } -+ -+ break; -+ case USB_RX_AGG_MIX: -+ case USB_RX_AGG_DISABLE: -+ default: -+ // TODO: -+ break; -+ } -+ -+ rtw_write8(Adapter, REG_TRXDMA_CTRL, valueDMA); -+#endif -+} // usb_AggSettingRxUpdate -+ -+static VOID -+init_UsbAggregationSetting_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ // Tx aggregation setting -+ usb_AggSettingTxUpdate_8812A(Adapter); -+ -+ // Rx aggregation setting -+ usb_AggSettingRxUpdate_8812A(Adapter); -+ -+ // 201/12/10 MH Add for USB agg mode dynamic switch. -+ pHalData->UsbRxHighSpeedMode = _FALSE; -+} -+ -+/*----------------------------------------------------------------------------- -+ * Function: USB_AggModeSwitch() -+ * -+ * Overview: When RX traffic is more than 40M, we need to adjust some parameters to increase -+ * RX speed by increasing batch indication size. This will decrease TCP ACK speed, we -+ * need to monitor the influence of FTP/network share. -+ * For TX mode, we are still ubder investigation. -+ * -+ * Input: PADAPTER -+ * -+ * Output: NONE -+ * -+ * Return: NONE -+ * -+ * Revised History: -+ * When Who Remark -+ * 12/10/2010 MHC Create Version 0. -+ * -+ *---------------------------------------------------------------------------*/ -+VOID -+USB_AggModeSwitch( -+ IN PADAPTER Adapter -+ ) -+{ -+#if 0 -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ -+ //pHalData->UsbRxHighSpeedMode = FALSE; -+ // How to measure the RX speed? We assume that when traffic is more than -+ if (pMgntInfo->bRegAggDMEnable == FALSE) -+ { -+ return; // Inf not support. -+ } -+ -+ -+ if (pMgntInfo->LinkDetectInfo.bHigherBusyRxTraffic == TRUE && -+ pHalData->UsbRxHighSpeedMode == FALSE) -+ { -+ pHalData->UsbRxHighSpeedMode = TRUE; -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("UsbAggModeSwitchCheck to HIGH\n")); -+ } -+ else if (pMgntInfo->LinkDetectInfo.bHigherBusyRxTraffic == FALSE && -+ pHalData->UsbRxHighSpeedMode == TRUE) -+ { -+ pHalData->UsbRxHighSpeedMode = FALSE; -+ RT_TRACE(COMP_INIT, DBG_LOUD, ("UsbAggModeSwitchCheck to LOW\n")); -+ } -+ else -+ { -+ return; -+ } -+ -+ -+#if USB_RX_AGGREGATION_92C -+ if (pHalData->UsbRxHighSpeedMode == TRUE) -+ { -+ // 2010/12/10 MH The parameter is tested by SD1 engineer and SD3 channel emulator. -+ // USB mode -+#if (RT_PLATFORM == PLATFORM_LINUX) -+ if (pMgntInfo->LinkDetectInfo.bTxBusyTraffic) -+ { -+ pHalData->RxAggBlockCount = 16; -+ pHalData->RxAggBlockTimeout = 7; -+ } -+ else -+#endif -+ { -+ pHalData->RxAggBlockCount = 40; -+ pHalData->RxAggBlockTimeout = 5; -+ } -+ // Mix mode -+ pHalData->RxAggPageCount = 72; -+ pHalData->RxAggPageTimeout = 6; -+ } -+ else -+ { -+ // USB mode -+ pHalData->RxAggBlockCount = pMgntInfo->RegRxAggBlockCount; -+ pHalData->RxAggBlockTimeout = pMgntInfo->RegRxAggBlockTimeout; -+ // Mix mode -+ pHalData->RxAggPageCount = pMgntInfo->RegRxAggPageCount; -+ pHalData->RxAggPageTimeout = pMgntInfo->RegRxAggPageTimeout; -+ } -+ -+ if (pHalData->RxAggBlockCount > MAX_RX_AGG_BLKCNT) -+ pHalData->RxAggBlockCount = MAX_RX_AGG_BLKCNT; -+#if (OS_WIN_FROM_VISTA(OS_VERSION)) || (RT_PLATFORM == PLATFORM_LINUX) // do not support WINXP to prevent usbehci.sys BSOD -+ if (IS_WIRELESS_MODE_N_24G(Adapter) || IS_WIRELESS_MODE_N_5G(Adapter)) -+ { -+ // -+ // 2010/12/24 MH According to V1012 QC IOT test, XP BSOD happen when running chariot test -+ // with the aggregation dynamic change!! We need to disable the function to prevent it is broken -+ // in usbehci.sys. -+ // -+ usb_AggSettingRxUpdate_8188E(Adapter); -+ -+ // 2010/12/27 MH According to designer's suggstion, we can only modify Timeout value. Otheriwse -+ // there might many HW incorrect behavior, the XP BSOD at usbehci.sys may be relative to the -+ // issue. Base on the newest test, we can not enable block cnt > 30, otherwise XP usbehci.sys may -+ // BSOD. -+ } -+#endif -+ -+#endif -+#endif -+} // USB_AggModeSwitch -+ -+static VOID -+_InitOperationMode_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+#if 0//gtest -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ u1Byte regBwOpMode = 0; -+ u4Byte regRATR = 0, regRRSR = 0; -+ -+ -+ //1 This part need to modified according to the rate set we filtered!! -+ // -+ // Set RRSR, RATR, and REG_BWOPMODE registers -+ // -+ switch(Adapter->RegWirelessMode) -+ { -+ case WIRELESS_MODE_B: -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK; -+ regRRSR = RATE_ALL_CCK; -+ break; -+ case WIRELESS_MODE_A: -+ regBwOpMode = BW_OPMODE_5G |BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_OFDM_AG; -+ regRRSR = RATE_ALL_OFDM_AG; -+ break; -+ case WIRELESS_MODE_G: -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ break; -+ case WIRELESS_MODE_AUTO: -+ if (Adapter->bInHctTest) -+ { -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ } -+ else -+ { -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG | RATE_ALL_OFDM_1SS | RATE_ALL_OFDM_2SS; -+ regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ } -+ break; -+ case WIRELESS_MODE_N_24G: -+ // It support CCK rate by default. -+ // CCK rate will be filtered out only when associated AP does not support it. -+ regBwOpMode = BW_OPMODE_20MHZ; -+ regRATR = RATE_ALL_CCK | RATE_ALL_OFDM_AG | RATE_ALL_OFDM_1SS | RATE_ALL_OFDM_2SS; -+ regRRSR = RATE_ALL_CCK | RATE_ALL_OFDM_AG; -+ break; -+ case WIRELESS_MODE_N_5G: -+ regBwOpMode = BW_OPMODE_5G; -+ regRATR = RATE_ALL_OFDM_AG | RATE_ALL_OFDM_1SS | RATE_ALL_OFDM_2SS; -+ regRRSR = RATE_ALL_OFDM_AG; -+ break; -+ -+ default: //for MacOSX compiler warning. -+ break; -+ } -+ -+ // Ziv ???????? -+ //PlatformEFIOWrite4Byte(Adapter, REG_INIRTS_RATE_SEL, regRRSR); -+ PlatformEFIOWrite1Byte(Adapter, REG_BWOPMODE, regBwOpMode); -+#endif -+} -+ -+ -+// Set CCK and OFDM Block "ON" -+static VOID _BBTurnOnBlock( -+ IN PADAPTER Adapter -+ ) -+{ -+#if (DISABLE_BB_RF) -+ return; -+#endif -+ -+ PHY_SetBBReg(Adapter, rFPGA0_RFMOD, bCCKEn, 0x1); -+ PHY_SetBBReg(Adapter, rFPGA0_RFMOD, bOFDMEn, 0x1); -+} -+ -+static VOID _RfPowerSave( -+ IN PADAPTER Adapter -+ ) -+{ -+#if 0 -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ u1Byte eRFPath; -+ -+#if (DISABLE_BB_RF) -+ return; -+#endif -+ -+ if(pMgntInfo->RegRfOff == TRUE){ // User disable RF via registry. -+ RT_TRACE((COMP_INIT|COMP_RF), DBG_LOUD, ("InitializeAdapter8192CUsb(): Turn off RF for RegRfOff.\n")); -+ MgntActSet_RF_State(Adapter, eRfOff, RF_CHANGE_BY_SW); -+ // Those action will be discard in MgntActSet_RF_State because off the same state -+ for(eRFPath = 0; eRFPath NumTotalRFPath; eRFPath++) -+ PHY_SetRFReg(Adapter, eRFPath, 0x4, 0xC00, 0x0); -+ } -+ else if(pMgntInfo->RfOffReason > RF_CHANGE_BY_PS){ // H/W or S/W RF OFF before sleep. -+ RT_TRACE((COMP_INIT|COMP_RF), DBG_LOUD, ("InitializeAdapter8192CUsb(): Turn off RF for RfOffReason(%ld).\n", pMgntInfo->RfOffReason)); -+ MgntActSet_RF_State(Adapter, eRfOff, pMgntInfo->RfOffReason); -+ } -+ else{ -+ pHalData->eRFPowerState = eRfOn; -+ pMgntInfo->RfOffReason = 0; -+ if(Adapter->bInSetPower || Adapter->bResetInProgress) -+ PlatformUsbEnableInPipes(Adapter); -+ RT_TRACE((COMP_INIT|COMP_RF), DBG_LOUD, ("InitializeAdapter8192CUsb(): RF is on.\n")); -+ } -+#endif -+} -+ -+enum { -+ Antenna_Lfet = 1, -+ Antenna_Right = 2, -+}; -+ -+static VOID -+_InitAntenna_Selection_8812A(IN PADAPTER Adapter) -+{ -+ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(pHalData->AntDivCfg==0) -+ return; -+ DBG_8192C("==> %s ....\n",__FUNCTION__); -+ -+ rtw_write8(Adapter, REG_LEDCFG2, 0x82); -+ -+ PHY_SetBBReg(Adapter, rFPGA0_XAB_RFParameter, BIT13, 0x01); -+ -+ if(PHY_QueryBBReg(Adapter, rFPGA0_XA_RFInterfaceOE, 0x300) == MAIN_ANT) -+ pHalData->CurAntenna = MAIN_ANT; -+ else -+ pHalData->CurAntenna = AUX_ANT; -+ DBG_8192C("%s,Cur_ant:(%x)%s\n",__FUNCTION__,pHalData->CurAntenna,(pHalData->CurAntenna == MAIN_ANT)?"MAIN_ANT":"AUX_ANT"); -+ -+ -+} -+ -+// -+// 2010/08/26 MH Add for selective suspend mode check. -+// If Efuse 0x0e bit1 is not enabled, we can not support selective suspend for Minicard and -+// slim card. -+// -+static VOID -+HalDetectSelectiveSuspendMode( -+ IN PADAPTER Adapter -+ ) -+{ -+#if 0 -+ u8 tmpvalue; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(Adapter); -+ -+ // If support HW radio detect, we need to enable WOL ability, otherwise, we -+ // can not use FW to notify host the power state switch. -+ -+ EFUSE_ShadowRead(Adapter, 1, EEPROM_USB_OPTIONAL1, (u32 *)&tmpvalue); -+ -+ DBG_8192C("HalDetectSelectiveSuspendMode(): SS "); -+ if(tmpvalue & BIT1) -+ { -+ DBG_8192C("Enable\n"); -+ } -+ else -+ { -+ DBG_8192C("Disable\n"); -+ pdvobjpriv->RegUsbSS = _FALSE; -+ } -+ -+ // 2010/09/01 MH According to Dongle Selective Suspend INF. We can switch SS mode. -+ if (pdvobjpriv->RegUsbSS && !SUPPORT_HW_RADIO_DETECT(pHalData)) -+ { -+ //PMGNT_INFO pMgntInfo = &(Adapter->MgntInfo); -+ -+ //if (!pMgntInfo->bRegDongleSS) -+ //{ -+ // RT_TRACE(COMP_INIT, DBG_LOUD, ("Dongle disable SS\n")); -+ pdvobjpriv->RegUsbSS = _FALSE; -+ //} -+ } -+#endif -+} // HalDetectSelectiveSuspendMode -+ -+rt_rf_power_state RfOnOffDetect(IN PADAPTER pAdapter ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(pAdapter); -+ u8 val8; -+ rt_rf_power_state rfpowerstate = rf_off; -+ -+ if(pwrctl->bHWPowerdown) -+ { -+ val8 = rtw_read8(pAdapter, REG_HSISR); -+ DBG_8192C("pwrdown, 0x5c(BIT7)=%02x\n", val8); -+ rfpowerstate = (val8 & BIT7) ? rf_off: rf_on; -+ } -+ else // rf on/off -+ { -+ rtw_write8( pAdapter, REG_MAC_PINMUX_CFG,rtw_read8(pAdapter, REG_MAC_PINMUX_CFG)&~(BIT3)); -+ val8 = rtw_read8(pAdapter, REG_GPIO_IO_SEL); -+ DBG_8192C("GPIO_IN=%02x\n", val8); -+ rfpowerstate = (val8 & BIT3) ? rf_on : rf_off; -+ } -+ return rfpowerstate; -+} // HalDetectPwrDownMode -+ -+void _ps_open_RF(_adapter *padapter) { -+ //here call with bRegSSPwrLvl 1, bRegSSPwrLvl 2 needs to be verified -+ //phy_SsPwrSwitch92CU(padapter, rf_on, 1); -+} -+ -+void _ps_close_RF(_adapter *padapter){ -+ //here call with bRegSSPwrLvl 1, bRegSSPwrLvl 2 needs to be verified -+ //phy_SsPwrSwitch92CU(padapter, rf_off, 1); -+} -+ -+ -+/* A lightweight deinit function */ -+static void rtl8812au_hw_reset(_adapter *Adapter) -+{ -+ u8 reg_val=0; -+ if(rtw_read8(Adapter, REG_MCUFWDL)&BIT7) -+ { -+ _8051Reset8812(Adapter); -+ rtw_write8(Adapter, REG_MCUFWDL, 0x00); -+ //before BB reset should do clock gated -+ rtw_write32(Adapter, rFPGA0_XCD_RFPara, -+ rtw_read32(Adapter, rFPGA0_XCD_RFPara)|(BIT6)); -+ //reset BB -+ reg_val = rtw_read8(Adapter, REG_SYS_FUNC_EN); -+ reg_val &= ~(BIT(0) | BIT(1)); -+ rtw_write8(Adapter, REG_SYS_FUNC_EN, reg_val); -+ //reset RF -+ rtw_write8(Adapter, REG_RF_CTRL, 0); -+ //reset TRX path -+ rtw_write16(Adapter, REG_CR, 0); -+ //reset MAC -+ reg_val = rtw_read8(Adapter, REG_APS_FSMCO+1); -+ reg_val |= BIT(1); -+ reg_val = rtw_write8(Adapter, REG_APS_FSMCO+1, reg_val); //reg0x5[1] ,auto FSM off -+ -+ reg_val = rtw_read8(Adapter, REG_APS_FSMCO+1); -+ -+ //check if reg0x5[1] auto cleared -+ while(reg_val & BIT(1)){ -+ rtw_udelay_os(1); -+ reg_val = rtw_read8(Adapter, REG_APS_FSMCO+1); -+ } -+ reg_val |= BIT(0); -+ reg_val = rtw_write8(Adapter, REG_APS_FSMCO+1, reg_val); //reg0x5[0] ,auto FSM on -+ -+ reg_val = rtw_read8(Adapter, REG_SYS_FUNC_EN+1); -+ reg_val &= ~(BIT(4) | BIT(7)); -+ rtw_write8(Adapter, REG_SYS_FUNC_EN+1, reg_val); -+ reg_val = rtw_read8(Adapter, REG_SYS_FUNC_EN+1); -+ reg_val |= BIT(4) | BIT(7); -+ rtw_write8(Adapter, REG_SYS_FUNC_EN+1, reg_val); -+ } -+} -+ -+u32 rtl8812au_hal_init(PADAPTER Adapter) -+{ -+ u8 value8 = 0, u1bRegCR; -+ u16 value16; -+ u8 txpktbuf_bndy; -+ u32 status = _SUCCESS; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(Adapter); -+ struct registry_priv *pregistrypriv = &Adapter->registrypriv; -+ -+ rt_rf_power_state eRfPowerStateToSet; -+ -+ u32 init_start_time = rtw_get_current_time(); -+ -+ -+#ifdef DBG_HAL_INIT_PROFILING -+ -+ enum HAL_INIT_STAGES { -+ HAL_INIT_STAGES_BEGIN = 0, -+ HAL_INIT_STAGES_INIT_PW_ON, -+ HAL_INIT_STAGES_INIT_LLTT, -+ HAL_INIT_STAGES_DOWNLOAD_FW, -+ HAL_INIT_STAGES_MAC, -+ HAL_INIT_STAGES_MISC01, -+ HAL_INIT_STAGES_MISC02, -+ HAL_INIT_STAGES_BB, -+ HAL_INIT_STAGES_RF, -+ HAL_INIT_STAGES_TURN_ON_BLOCK, -+ HAL_INIT_STAGES_INIT_SECURITY, -+ HAL_INIT_STAGES_MISC11, -+ HAL_INIT_STAGES_INIT_HAL_DM, -+ //HAL_INIT_STAGES_RF_PS, -+ HAL_INIT_STAGES_IQK, -+ HAL_INIT_STAGES_PW_TRACK, -+ HAL_INIT_STAGES_LCK, -+ HAL_INIT_STAGES_MISC21, -+ //HAL_INIT_STAGES_INIT_PABIAS, -+ #ifdef CONFIG_BT_COEXIST -+ HAL_INIT_STAGES_BT_COEXIST, -+ #endif -+ //HAL_INIT_STAGES_ANTENNA_SEL, -+ HAL_INIT_STAGES_MISC31, -+ HAL_INIT_STAGES_END, -+ HAL_INIT_STAGES_NUM -+ }; -+ -+ char * hal_init_stages_str[] = { -+ "HAL_INIT_STAGES_BEGIN", -+ "HAL_INIT_STAGES_INIT_PW_ON", -+ "HAL_INIT_STAGES_INIT_LLTT", -+ "HAL_INIT_STAGES_DOWNLOAD_FW", -+ "HAL_INIT_STAGES_MAC", -+ "HAL_INIT_STAGES_MISC01", -+ "HAL_INIT_STAGES_MISC02", -+ "HAL_INIT_STAGES_BB", -+ "HAL_INIT_STAGES_RF", -+ "HAL_INIT_STAGES_TURN_ON_BLOCK", -+ "HAL_INIT_STAGES_INIT_SECURITY", -+ "HAL_INIT_STAGES_MISC11", -+ "HAL_INIT_STAGES_INIT_HAL_DM", -+ //"HAL_INIT_STAGES_RF_PS", -+ "HAL_INIT_STAGES_IQK", -+ "HAL_INIT_STAGES_PW_TRACK", -+ "HAL_INIT_STAGES_LCK", -+ "HAL_INIT_STAGES_MISC21", -+ #ifdef CONFIG_BT_COEXIST -+ "HAL_INIT_STAGES_BT_COEXIST", -+ #endif -+ //"HAL_INIT_STAGES_ANTENNA_SEL", -+ "HAL_INIT_STAGES_MISC31", -+ "HAL_INIT_STAGES_END", -+ }; -+ -+ int hal_init_profiling_i; -+ u32 hal_init_stages_timestamp[HAL_INIT_STAGES_NUM]; //used to record the time of each stage's starting point -+ -+ for(hal_init_profiling_i=0;hal_init_profiling_ibkeepfwalive) -+ { -+ _ps_open_RF(Adapter); -+ -+ if(pHalData->bIQKInitialized){ -+ //PHY_IQCalibrate_8812A(Adapter,_TRUE); -+ } -+ else -+ { -+ //PHY_IQCalibrate_8812A(Adapter,_FALSE); -+ //pHalData->bIQKInitialized = _TRUE; -+ } -+ -+ //ODM_TXPowerTrackingCheck(&pHalData->odmpriv ); -+ //PHY_LCCalibrate_8812A(Adapter); -+ -+ goto exit; -+ } -+ -+ // Check if MAC has already power on. by tynli. 2011.05.27. -+ value8 = rtw_read8(Adapter, REG_SYS_CLKR+1); -+ u1bRegCR = PlatformEFIORead1Byte(Adapter, REG_CR); -+ DBG_871X(" power-on :REG_SYS_CLKR 0x09=0x%02x. REG_CR 0x100=0x%02x.\n", value8, u1bRegCR); -+ if((value8&BIT3) && (u1bRegCR != 0 && u1bRegCR != 0xEA)) -+ { -+ //pHalData->bMACFuncEnable = TRUE; -+ DBG_871X(" MAC has already power on.\n"); -+ } -+ else -+ { -+ //pHalData->bMACFuncEnable = FALSE; -+ // Set FwPSState to ALL_ON mode to prevent from the I/O be return because of 32k -+ // state which is set before sleep under wowlan mode. 2012.01.04. by tynli. -+ //pHalData->FwPSState = FW_PS_STATE_ALL_ON_88E; -+ DBG_871X(" MAC has not been powered on yet.\n"); -+ } -+ -+ // -+ // 2012/11/13 MH Revise for U2/U3 switch we can not update RF-A/B reset. -+ // After discuss with BB team YN, reset after MAC power on to prevent RF -+ // R/W error. Is it a right method? -+ // -+ if(!IS_HARDWARE_TYPE_8821(Adapter)) -+ { -+ rtw_write8(Adapter, REG_RF_CTRL, 5); -+ rtw_write8(Adapter, REG_RF_CTRL, 7); -+ rtw_write8(Adapter, REG_RF_B_CTRL_8812, 5); -+ rtw_write8(Adapter, REG_RF_B_CTRL_8812, 7); -+ } -+ -+/* -+ If HW didn't go through a complete de-initial procedure, -+ it probably occurs some problem for double initial procedure. -+ Like "CONFIG_DEINIT_BEFORE_INIT" in 92du chip -+*/ -+ rtl8812au_hw_reset(Adapter); -+ -+ -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_INIT_PW_ON); -+ status = _InitPowerOn_8812AU(Adapter); -+ if(status == _FAIL){ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_err_, ("Failed to init power on!\n")); -+ goto exit; -+ } -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_INIT_LLTT); -+ if (!pregistrypriv->wifi_spec) { -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ txpktbuf_bndy = TX_PAGE_BOUNDARY_8812; -+ else -+ txpktbuf_bndy = TX_PAGE_BOUNDARY_8821; -+ } else { -+ // for WMM -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ txpktbuf_bndy = WMM_NORMAL_TX_PAGE_BOUNDARY_8812; -+ else -+ txpktbuf_bndy = WMM_NORMAL_TX_PAGE_BOUNDARY_8821; -+ } -+ -+ status = InitLLTTable8812A(Adapter, txpktbuf_bndy); -+ if(status == _FAIL){ -+ RT_TRACE(_module_hci_hal_init_c_, _drv_err_, ("Failed to init LLT table\n")); -+ goto exit; -+ } -+ -+ _InitHardwareDropIncorrectBulkOut_8812A(Adapter); -+ -+ if(pHalData->bRDGEnable){ -+ _InitRDGSetting_8812A(Adapter); -+ } -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_DOWNLOAD_FW); -+ if (Adapter->registrypriv.mp_mode == 0) { -+ status = FirmwareDownload8812(Adapter, _FALSE); -+ if (status != _SUCCESS) { -+ DBG_871X("%s: Download Firmware failed!!\n", __FUNCTION__); -+ Adapter->bFWReady = _FALSE; -+ pHalData->fw_ractrl = _FALSE; -+ //return status; -+ } else { -+ DBG_871X("%s: Download Firmware Success!!\n",__FUNCTION__); -+ Adapter->bFWReady = _TRUE; -+ pHalData->fw_ractrl = _TRUE; -+ } -+ } -+ -+ InitializeFirmwareVars8812(Adapter); -+ -+ if(pwrctrlpriv->reg_rfoff == _TRUE){ -+ pwrctrlpriv->rf_pwrstate = rf_off; -+ } -+ -+ // 2010/08/09 MH We need to check if we need to turnon or off RF after detecting -+ // HW GPIO pin. Before PHY_RFConfig8192C. -+ //HalDetectPwrDownMode(Adapter); -+ // 2010/08/26 MH If Efuse does not support sective suspend then disable the function. -+ //HalDetectSelectiveSuspendMode(Adapter); -+ -+ // Save target channel -+ // Current Channel will be updated again later. -+ pHalData->CurrentChannel = 0;//set 0 to trigger switch correct channel -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_MAC); -+#if (HAL_MAC_ENABLE == 1) -+ status = PHY_MACConfig8812(Adapter); -+ if(status == _FAIL) -+ { -+ goto exit; -+ } -+#endif -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_MISC01); -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ { -+ _InitQueueReservedPage_8812AUsb(Adapter); -+ _InitTxBufferBoundary_8812AUsb(Adapter); -+ } -+ else if(IS_HARDWARE_TYPE_8821(Adapter)) -+ { -+ _InitQueueReservedPage_8821AUsb(Adapter); -+ _InitTxBufferBoundary_8821AUsb(Adapter); -+ } -+ -+ _InitQueuePriority_8812AUsb(Adapter); -+ _InitPageBoundary_8812AUsb(Adapter); -+ -+ if(IS_HARDWARE_TYPE_8812(Adapter)) -+ _InitTransferPageSize_8812AUsb(Adapter); -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_MISC02); -+ // Get Rx PHY status in order to report RSSI and others. -+ _InitDriverInfoSize_8812A(Adapter, DRVINFO_SZ); -+ -+ _InitInterrupt_8812AU(Adapter); -+ _InitID_8812A(Adapter);//set mac_address -+ _InitNetworkType_8812A(Adapter);//set msr -+ _InitWMACSetting_8812A(Adapter); -+ _InitAdaptiveCtrl_8812AUsb(Adapter); -+ _InitEDCA_8812AUsb(Adapter); -+ -+ _InitRetryFunction_8812A(Adapter); -+ init_UsbAggregationSetting_8812A(Adapter); -+ _InitOperationMode_8812A(Adapter);//todo -+ _InitBeaconParameters_8812A(Adapter); -+ _InitBeaconMaxError_8812A(Adapter, _TRUE); -+ -+ _InitBurstPktLen(Adapter); //added by page. 20110919 -+ -+ // -+ // Init CR MACTXEN, MACRXEN after setting RxFF boundary REG_TRXFF_BNDY to patch -+ // Hw bug which Hw initials RxFF boundry size to a value which is larger than the real Rx buffer size in 88E. -+ // 2011.08.05. by tynli. -+ // -+ value8 = rtw_read8(Adapter, REG_CR); -+ rtw_write8(Adapter, REG_CR, (value8|MACTXEN|MACRXEN)); -+ -+#if defined(CONFIG_CONCURRENT_MODE) || defined(CONFIG_TX_MCAST2UNI) -+ -+#ifdef CONFIG_CHECK_AC_LIFETIME -+ // Enable lifetime check for the four ACs -+ rtw_write8(Adapter, REG_LIFETIME_CTRL, 0x0F); -+#endif // CONFIG_CHECK_AC_LIFETIME -+ -+#ifdef CONFIG_TX_MCAST2UNI -+ rtw_write16(Adapter, REG_PKT_VO_VI_LIFE_TIME, 0x0400); // unit: 256us. 256ms -+ rtw_write16(Adapter, REG_PKT_BE_BK_LIFE_TIME, 0x0400); // unit: 256us. 256ms -+#else // CONFIG_TX_MCAST2UNI -+ rtw_write16(Adapter, REG_PKT_VO_VI_LIFE_TIME, 0x3000); // unit: 256us. 3s -+ rtw_write16(Adapter, REG_PKT_BE_BK_LIFE_TIME, 0x3000); // unit: 256us. 3s -+#endif // CONFIG_TX_MCAST2UNI -+#endif // CONFIG_CONCURRENT_MODE || CONFIG_TX_MCAST2UNI -+ -+ -+#ifdef CONFIG_LED -+ _InitHWLed(Adapter); -+#endif //CONFIG_LED -+ -+ // -+ //d. Initialize BB related configurations. -+ // -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_BB); -+#if (HAL_BB_ENABLE == 1) -+ status = PHY_BBConfig8812(Adapter); -+ if(status == _FAIL) -+ { -+ goto exit; -+ } -+#endif -+ -+ // 92CU use 3-wire to r/w RF -+ //pHalData->Rf_Mode = RF_OP_By_SW_3wire; -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_RF); -+#if (HAL_RF_ENABLE == 1) -+ status = PHY_RFConfig8812(Adapter); -+ if(status == _FAIL) -+ { -+ goto exit; -+ } -+ -+ if(pHalData->rf_type == RF_1T1R && IS_HARDWARE_TYPE_8812AU(Adapter)) -+ PHY_BB8812_Config_1T(Adapter); -+ if (Adapter->registrypriv.rf_config == RF_1T2R && IS_HARDWARE_TYPE_8812AU(Adapter)) -+ PHY_SetBBReg(Adapter, rTxPath_Jaguar, bMaskLWord, 0x1111); -+#endif -+ -+ if(Adapter->registrypriv.channel <= 14) -+ PHY_SwitchWirelessBand8812(Adapter, BAND_ON_2_4G); -+ else -+ PHY_SwitchWirelessBand8812(Adapter, BAND_ON_5G); -+ -+ rtw_hal_set_chnl_bw(Adapter, Adapter->registrypriv.channel, -+ CHANNEL_WIDTH_20, HAL_PRIME_CHNL_OFFSET_DONT_CARE, HAL_PRIME_CHNL_OFFSET_DONT_CARE); -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_TURN_ON_BLOCK); -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_INIT_SECURITY); -+ invalidate_cam_all(Adapter); -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_MISC11); -+ _InitAntenna_Selection_8812A(Adapter); -+ -+ // HW SEQ CTRL -+ //set 0x0 to 0xFF by tynli. Default enable HW SEQ NUM. -+ rtw_write8(Adapter,REG_HWSEQ_CTRL, 0xFF); -+ -+ // -+ // Disable BAR, suggested by Scott -+ // 2010.04.09 add by hpfan -+ // -+ rtw_write32(Adapter, REG_BAR_MODE_CTRL, 0x0201ffff); -+ -+ if(pregistrypriv->wifi_spec) -+ rtw_write16(Adapter,REG_FAST_EDCA_CTRL ,0); -+ //adjust EDCCA to avoid collision -+ if(pregistrypriv->wifi_spec) -+ { -+ if (IS_HARDWARE_TYPE_8821(Adapter)) -+ if (Adapter->registrypriv.adaptivity_en == 0) { -+ Adapter->registrypriv.adaptivity_en = 1; -+ Adapter->registrypriv.adaptivity_mode = 0; -+ } -+ } -+ //Nav limit , suggest by scott -+ rtw_write8(Adapter, 0x652, 0x0); -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_INIT_HAL_DM); -+ rtl8812_InitHalDm(Adapter); -+ -+#if (MP_DRIVER == 1) -+ if (Adapter->registrypriv.mp_mode == 1) -+ { -+ Adapter->mppriv.channel = pHalData->CurrentChannel; -+ MPT_InitializeAdapter(Adapter, Adapter->mppriv.channel); -+ } -+ else -+#endif //#if (MP_DRIVER == 1) -+ { -+ // -+ // 2010/08/11 MH Merge from 8192SE for Minicard init. We need to confirm current radio status -+ // and then decide to enable RF or not.!!!??? For Selective suspend mode. We may not -+ // call init_adapter. May cause some problem?? -+ // -+ // Fix the bug that Hw/Sw radio off before S3/S4, the RF off action will not be executed -+ // in MgntActSet_RF_State() after wake up, because the value of pHalData->eRFPowerState -+ // is the same as eRfOff, we should change it to eRfOn after we config RF parameters. -+ // Added by tynli. 2010.03.30. -+ pwrctrlpriv->rf_pwrstate = rf_on; -+ -+ //0x4c6[3] 1: RTS BW = Data BW -+ //0: RTS BW depends on CCA / secondary CCA result. -+ rtw_write8(Adapter, REG_QUEUE_CTRL, rtw_read8(Adapter, REG_QUEUE_CTRL)&0xF7); -+ -+ // enable Tx report. -+ rtw_write8(Adapter, REG_FWHW_TXQ_CTRL+1, 0x0F); -+ -+ // Suggested by SD1 pisa. Added by tynli. 2011.10.21. -+ rtw_write8(Adapter, REG_EARLY_MODE_CONTROL_8812+3, 0x01);//Pretx_en, for WEP/TKIP SEC -+ -+ //tynli_test_tx_report. -+ rtw_write16(Adapter, REG_TX_RPT_TIME, 0x3DF0); -+ -+ // Reset USB mode switch setting -+ rtw_write8(Adapter, REG_SDIO_CTRL_8812, 0x0); -+ rtw_write8(Adapter, REG_ACLK_MON, 0x0); -+ -+ //RT_TRACE(COMP_INIT, DBG_TRACE, ("InitializeAdapter8188EUsb() <====\n")); -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_IQK); -+ // 2010/08/26 MH Merge from 8192CE. -+ if(pwrctrlpriv->rf_pwrstate == rf_on) -+ { -+/* if(IS_HARDWARE_TYPE_8812AU(Adapter)) -+ { -+#if (RTL8812A_SUPPORT == 1) -+ pHalData->bNeedIQK = _TRUE; -+ if(pHalData->bIQKInitialized) -+ PHY_IQCalibrate_8812A(Adapter, _TRUE); -+ else -+ { -+ PHY_IQCalibrate_8812A(Adapter, _FALSE); -+ pHalData->bIQKInitialized = _TRUE; -+ } -+#endif -+ }*/ -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_PW_TRACK); -+ -+ //ODM_TXPowerTrackingCheck(&pHalData->odmpriv ); -+ -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_LCK); -+ //PHY_LCCalibrate_8812A(Adapter); -+ } -+} -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_MISC21); -+ -+ -+//HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_INIT_PABIAS); -+// _InitPABias(Adapter); -+ -+#ifdef CONFIG_BT_COEXIST -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_BT_COEXIST); -+ //_InitBTCoexist(Adapter); -+ // 2010/08/23 MH According to Alfred's suggestion, we need to to prevent HW enter -+ // suspend mode automatically. -+ //HwSuspendModeEnable92Cu(Adapter, _FALSE); -+ -+ if ( _TRUE == pHalData->EEPROMBluetoothCoexist) -+ { -+ // Init BT hw config. -+ rtw_btcoex_HAL_Initialize(Adapter, _FALSE); -+ } -+ else -+ { -+ // In combo card run wifi only , must setting some hardware reg. -+ rtl8812a_combo_card_WifiOnlyHwInit(Adapter); -+ } -+#endif //CONFIG_BT_COEXIST -+ -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_MISC31); -+ -+ rtw_write8(Adapter, REG_USB_HRPWM, 0); -+ -+#ifdef CONFIG_XMIT_ACK -+ //ack for xmit mgmt frames. -+ rtw_write32(Adapter, REG_FWHW_TXQ_CTRL, rtw_read32(Adapter, REG_FWHW_TXQ_CTRL)|BIT(12)); -+#endif //CONFIG_XMIT_ACK -+ -+ //misc -+ { -+ int i; -+ u8 mac_addr[6]; -+ for(i=0; i<6; i++) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if(Adapter->iface_type == IFACE_PORT1) -+ mac_addr[i] = rtw_read8(Adapter, REG_MACID1+i); -+ else -+#endif -+ mac_addr[i] = rtw_read8(Adapter, REG_MACID+i); -+ } -+ -+ DBG_8192C("MAC Address from REG_MACID = "MAC_FMT"\n", MAC_ARG(mac_addr)); -+ } -+ -+exit: -+HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_END); -+ -+ DBG_871X("%s in %dms\n", __FUNCTION__, rtw_get_passing_time_ms(init_start_time)); -+ -+ #ifdef DBG_HAL_INIT_PROFILING -+ hal_init_stages_timestamp[HAL_INIT_STAGES_END]=rtw_get_current_time(); -+ -+ for(hal_init_profiling_i=0;hal_init_profiling_ibFWReady) //8051 RAM code -+ { -+ _8051Reset8812(Adapter); -+ } -+ -+ // Reset MCU. Suggested by Filen. 2011.01.26. by tynli. -+ u1bTmp = rtw_read8(Adapter, REG_SYS_FUNC_EN+1); -+ rtw_write8(Adapter, REG_SYS_FUNC_EN+1, (u1bTmp&(~BIT2))); -+ -+ // MCUFWDL 0x80[1:0]=0 // reset MCU ready status -+ rtw_write8(Adapter, REG_MCUFWDL, 0x00); -+ -+ // Card disable power action flow -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) -+ HalPwrSeqCmdParsing(Adapter, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, Rtl8821A_NIC_DISABLE_FLOW); -+ else -+ HalPwrSeqCmdParsing(Adapter, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, Rtl8812_NIC_DISABLE_FLOW); -+ -+ bMacPwrCtrlOn = _FALSE; -+ rtw_hal_set_hwreg(Adapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ -+ Adapter->bFWReady = _FALSE; -+ -+ if (ori_fsmc0 & 0x8000) { -+ utemp = rtw_read16(Adapter, REG_APS_FSMCO); -+ rtw_write16(Adapter, REG_APS_FSMCO, utemp | 0x8000); -+ } -+} -+ -+static void rtl8812au_hw_power_down(_adapter *padapter) -+{ -+ // 2010/-8/09 MH For power down module, we need to enable register block contrl reg at 0x1c. -+ // Then enable power down control bit of register 0x04 BIT4 and BIT15 as 1. -+ -+ // Enable register area 0x0-0xc. -+ rtw_write8(padapter,REG_RSV_CTRL, 0x0); -+ rtw_write16(padapter, REG_APS_FSMCO, 0x8812); -+} -+ -+u32 rtl8812au_hal_deinit(PADAPTER Adapter) -+ { -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(Adapter); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ DBG_8192C("==> %s \n",__FUNCTION__); -+ -+#ifdef CONFIG_BT_COEXIST -+ if (hal_btcoex_IsBtExist(Adapter)) -+ { -+ DBG_871X("BT module enable SIC\n"); -+ // Only under WIN7 we can support selective suspend and enter D3 state when system call halt adapter. -+ -+ //rtw_write16(Adapter, REG_GPIO_MUXCFG, rtw_read16(Adapter, REG_GPIO_MUXCFG)|BIT12); -+ // 2010/10/13 MH If we enable SIC in the position and then call _ResetDigitalProcedure1. in XP, -+ // the system will hang due to 8051 reset fail. -+ } -+ else -+#endif //CONFIG_BT_COEXIST -+ { -+ rtw_write16(Adapter, REG_GPIO_MUXCFG, rtw_read16(Adapter, REG_GPIO_MUXCFG)&(~BIT12)); -+ } -+ -+ if(pHalData->bSupportUSB3 == _TRUE) -+ { -+ // set Reg 0xf008[3:4] to 2'11 to eable U1/U2 Mode in USB3.0. added by page, 20120712 -+ rtw_write8(Adapter, 0xf008, rtw_read8(Adapter, 0xf008)|0x18); -+ } -+ -+ rtw_write32(Adapter, REG_HISR0_8812, 0xFFFFFFFF); -+ rtw_write32(Adapter, REG_HISR1_8812, 0xFFFFFFFF); -+ rtw_write32(Adapter, REG_HIMR0_8812, IMR_DISABLED_8812); -+ rtw_write32(Adapter, REG_HIMR1_8812, IMR_DISABLED_8812); -+ -+ #ifdef SUPPORT_HW_RFOFF_DETECTED -+ DBG_8192C("bkeepfwalive(%x)\n", pwrctl->bkeepfwalive); -+ if(pwrctl->bkeepfwalive) -+ { -+ _ps_close_RF(Adapter); -+ if((pwrctl->bHWPwrPindetect) && (pwrctl->bHWPowerdown)) -+ rtl8812au_hw_power_down(Adapter); -+ } -+ else -+#endif -+ { -+ if (rtw_is_hw_init_completed(Adapter)) { -+ hal_poweroff_8812au(Adapter); -+ -+ if((pwrctl->bHWPwrPindetect ) && (pwrctl->bHWPowerdown)) -+ rtl8812au_hw_power_down(Adapter); -+ } -+ } -+ return _SUCCESS; -+ } -+ -+ -+unsigned int rtl8812au_inirp_init(PADAPTER Adapter) -+{ -+ u8 i; -+ struct recv_buf *precvbuf; -+ uint status; -+ struct dvobj_priv *pdev= adapter_to_dvobj(Adapter); -+ struct intf_hdl * pintfhdl=&Adapter->iopriv.intf; -+ struct recv_priv *precvpriv = &(Adapter->recvpriv); -+ u32 (*_read_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u32 (*_read_interrupt)(struct intf_hdl *pintfhdl, u32 addr); -+#endif -+ -+_func_enter_; -+ -+ _read_port = pintfhdl->io_ops._read_port; -+ -+ status = _SUCCESS; -+ -+ RT_TRACE(_module_hci_hal_init_c_,_drv_info_,("===> usb_inirp_init \n")); -+ -+ precvpriv->ff_hwaddr = RECV_BULK_IN_ADDR; -+ -+ //issue Rx irp to receive data -+ precvbuf = (struct recv_buf *)precvpriv->precv_buf; -+ for(i=0; iff_hwaddr, 0, (unsigned char *)precvbuf) == _FALSE ) -+ { -+ RT_TRACE(_module_hci_hal_init_c_,_drv_err_,("usb_rx_init: usb_read_port error \n")); -+ status = _FAIL; -+ goto exit; -+ } -+ -+ precvbuf++; -+ precvpriv->free_recv_buf_queue_cnt--; -+ } -+ -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+ if (pdev->RtInPipe[REALTEK_USB_IN_INT_EP_IDX] != 0x05) { -+ status = _FAIL; -+ DBG_871X("%s =>Warning !! Have not USB Int-IN pipe, RtIntInPipe(%d)!!!\n", __func__, pdev->RtInPipe[REALTEK_USB_IN_INT_EP_IDX]); -+ goto exit; -+ } -+ _read_interrupt = pintfhdl->io_ops._read_interrupt; -+ if(_read_interrupt(pintfhdl, RECV_INT_IN_ADDR) == _FALSE ) -+ { -+ RT_TRACE(_module_hci_hal_init_c_,_drv_err_,("usb_rx_init: usb_read_interrupt error \n")); -+ status = _FAIL; -+ } -+#endif -+ -+exit: -+ -+ RT_TRACE(_module_hci_hal_init_c_,_drv_info_,("<=== usb_inirp_init \n")); -+ -+_func_exit_; -+ -+ return status; -+ -+} -+ -+unsigned int rtl8812au_inirp_deinit(PADAPTER Adapter) -+{ -+ RT_TRACE(_module_hci_hal_init_c_,_drv_info_,("\n ===> usb_rx_deinit \n")); -+ -+ rtw_read_port_cancel(Adapter); -+ -+ RT_TRACE(_module_hci_hal_init_c_,_drv_info_,("\n <=== usb_rx_deinit \n")); -+ -+ return _SUCCESS; -+} -+ -+//------------------------------------------------------------------- -+// -+// EEPROM/EFUSE Content Parsing -+// -+//------------------------------------------------------------------- -+VOID -+hal_ReadIDs_8812AU( -+ IN PADAPTER Adapter, -+ IN pu1Byte PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if( !AutoloadFail ) -+ { -+ // VID, PID -+ if(IS_HARDWARE_TYPE_8812AU(Adapter)) -+ { -+ pHalData->EEPROMVID = EF2Byte( *(u16 *)&PROMContent[EEPROM_VID_8812AU] ); -+ pHalData->EEPROMPID = EF2Byte( *(u16 *)&PROMContent[EEPROM_PID_8812AU] ); -+ } -+ else if (IS_HARDWARE_TYPE_8821U(Adapter)) -+ -+ { -+ pHalData->EEPROMVID = EF2Byte( *(u16 *)&PROMContent[EEPROM_VID_8821AU] ); -+ pHalData->EEPROMPID = EF2Byte( *(u16 *)&PROMContent[EEPROM_PID_8821AU] ); -+ } -+ -+ -+ // Customer ID, 0x00 and 0xff are reserved for Realtek. -+ pHalData->EEPROMCustomerID = *(u8 *)&PROMContent[EEPROM_CustomID_8812]; -+ pHalData->EEPROMSubCustomerID = EEPROM_Default_SubCustomerID; -+ -+ } -+ else -+ { -+ pHalData->EEPROMVID = EEPROM_Default_VID; -+ pHalData->EEPROMPID = EEPROM_Default_PID; -+ -+ // Customer ID, 0x00 and 0xff are reserved for Realtek. -+ pHalData->EEPROMCustomerID = EEPROM_Default_CustomerID; -+ pHalData->EEPROMSubCustomerID = EEPROM_Default_SubCustomerID; -+ -+ } -+ -+ if((pHalData->EEPROMVID == 0x050D) && (pHalData->EEPROMPID == 0x1106))// SerComm for Belkin. -+ pHalData->CustomerID = RT_CID_819x_Sercomm_Belkin; -+ else if((pHalData->EEPROMVID == 0x0846) && (pHalData->EEPROMPID == 0x9051))// SerComm for Netgear. -+ pHalData->CustomerID = RT_CID_819x_Sercomm_Netgear; -+ else if((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x330e))//add by ylb 20121012 for customer led for alpha -+ pHalData->CustomerID = RT_CID_819x_ALPHA_Dlink; -+ else if((pHalData->EEPROMVID == 0x0B05) && (pHalData->EEPROMPID == 0x17D2))//Edimax for ASUS -+ pHalData->CustomerID = RT_CID_819x_Edimax_ASUS; -+ else if ((pHalData->EEPROMVID == 0x0846) &&(pHalData->EEPROMPID == 0x9052)) -+ pHalData->CustomerID = RT_CID_NETGEAR; -+ else if ((pHalData->EEPROMVID == 0x0411) && ((pHalData->EEPROMPID == 0x0242) || (pHalData->EEPROMPID == 0x025D))) -+ pHalData->CustomerID = RT_CID_DNI_BUFFALO; -+ else if (((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x3314)) || -+ ((pHalData->EEPROMVID == 0x20F4) &&(pHalData->EEPROMPID == 0x804B)) || -+ ((pHalData->EEPROMVID == 0x20F4) &&(pHalData->EEPROMPID == 0x805B)) || -+ ((pHalData->EEPROMVID == 0x2001) &&(pHalData->EEPROMPID == 0x3315)) || -+ ((pHalData->EEPROMVID == 0x2001) &&(pHalData->EEPROMPID == 0x3316))) -+ pHalData->CustomerID = RT_CID_DLINK; -+ -+ DBG_871X("VID = 0x%04X, PID = 0x%04X\n", pHalData->EEPROMVID, pHalData->EEPROMPID); -+ DBG_871X("Customer ID: 0x%02X, SubCustomer ID: 0x%02X\n", pHalData->EEPROMCustomerID, pHalData->EEPROMSubCustomerID); -+} -+ -+VOID -+hal_InitPGData_8812A( -+ IN PADAPTER padapter, -+ IN OUT u8* PROMContent -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ u32 i; -+ u16 value16; -+ -+ if(_FALSE == pHalData->bautoload_fail_flag) -+ { // autoload OK. -+ if (is_boot_from_eeprom(padapter)) -+ { -+ // Read all Content from EEPROM or EFUSE. -+ for(i = 0; i < HWSET_MAX_SIZE_JAGUAR; i += 2) -+ { -+ //value16 = EF2Byte(ReadEEprom(pAdapter, (u2Byte) (i>>1))); -+ //*((u16*)(&PROMContent[i])) = value16; -+ } -+ } -+ else -+ { -+ // -+ // 2013/03/08 MH Add for 8812A HW limitation, ROM code can only -+ // -+ if (IS_HARDWARE_TYPE_8812AU(padapter)) -+ { -+ u8 efuse_content[4]; -+ efuse_OneByteRead(padapter, 0x200, &efuse_content[0], _FALSE); -+ efuse_OneByteRead(padapter, 0x202, &efuse_content[1], _FALSE); -+ efuse_OneByteRead(padapter, 0x204, &efuse_content[2], _FALSE); -+ efuse_OneByteRead(padapter, 0x210, &efuse_content[3], _FALSE); -+ if (efuse_content[0] != 0xFF || -+ efuse_content[1] != 0xFF || -+ efuse_content[2] != 0xFF || -+ efuse_content[3] != 0xFF) -+ { -+ //DbgPrint("Disable FW ofl load\n"); -+ //pMgntInfo->RegFWOffload = FALSE; -+ } -+ } -+ -+ // Read EFUSE real map to shadow. -+ EFUSE_ShadowMapUpdate(padapter, EFUSE_WIFI, _FALSE); -+ } -+ } -+ else -+ {//autoload fail -+ RT_TRACE(_module_hci_hal_init_c_, _drv_notice_, ("AutoLoad Fail reported from CR9346!!\n")); -+ //pHalData->AutoloadFailFlag = _TRUE; -+ // -+ // 2013/03/08 MH Add for 8812A HW limitation, ROM code can only -+ // -+ if (IS_HARDWARE_TYPE_8812AU(padapter)) -+ { -+ u8 efuse_content[4]; -+ efuse_OneByteRead(padapter, 0x200, &efuse_content[0], _FALSE); -+ efuse_OneByteRead(padapter, 0x202, &efuse_content[1], _FALSE); -+ efuse_OneByteRead(padapter, 0x204, &efuse_content[2], _FALSE); -+ efuse_OneByteRead(padapter, 0x210, &efuse_content[3], _FALSE); -+ if (efuse_content[0] != 0xFF || -+ efuse_content[1] != 0xFF || -+ efuse_content[2] != 0xFF || -+ efuse_content[3] != 0xFF) -+ { -+ //DbgPrint("Disable FW ofl load\n"); -+ //pMgntInfo->RegFWOffload = FALSE; -+ pHalData->bautoload_fail_flag=_FALSE; -+ } -+ else -+ { -+ //DbgPrint("EFUSE_Read1Byte(pAdapter, (u2Byte)512) = %x\n", EFUSE_Read1Byte(pAdapter, (u2Byte)512)); -+ } -+ } -+ -+ //update to default value 0xFF -+ if (!is_boot_from_eeprom(padapter)) -+ EFUSE_ShadowMapUpdate(padapter, EFUSE_WIFI, _FALSE); -+ } -+ -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+ if (check_phy_efuse_tx_power_info_valid(padapter) == _FALSE) { -+ if (Hal_readPGDataFromConfigFile(padapter) != _SUCCESS) -+ DBG_871X_LEVEL(_drv_err_, "invalid phy efuse and read from file fail, will use driver default!!\n"); -+ } -+#endif -+} -+ -+VOID -+hal_CustomizedBehavior_8812AU( -+ IN PADAPTER Adapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct led_priv *pledpriv = &(Adapter->ledpriv); -+ -+ -+ // Led mode -+ switch(pHalData->CustomerID) -+ { -+ case RT_CID_DEFAULT: -+ pledpriv->LedStrategy = SW_LED_MODE9; -+ pledpriv->bRegUseLed = _TRUE; -+ break; -+ -+ case RT_CID_819x_HP: -+ pledpriv->LedStrategy = SW_LED_MODE6; // Customize Led mode -+ break; -+ -+ case RT_CID_819x_Sercomm_Belkin: -+ pledpriv->LedStrategy = SW_LED_MODE9; -+ break; -+ -+ case RT_CID_819x_Sercomm_Netgear: -+ pledpriv->LedStrategy = SW_LED_MODE10; -+ break; -+ -+ case RT_CID_819x_ALPHA_Dlink://add by ylb 20121012 for customer led for alpha -+ pledpriv->LedStrategy = SW_LED_MODE1; -+ break; -+ -+ case RT_CID_819x_Edimax_ASUS: -+ pledpriv->LedStrategy = SW_LED_MODE11; -+ break; -+ -+ case RT_CID_WNC_NEC: -+ pledpriv->LedStrategy = SW_LED_MODE12; -+ break; -+ -+ case RT_CID_NETGEAR: -+ pledpriv->LedStrategy = SW_LED_MODE13; -+ break; -+ -+ case RT_CID_DNI_BUFFALO: -+ pledpriv->LedStrategy = SW_LED_MODE14; -+ break; -+ -+ case RT_CID_DLINK: -+ pledpriv->LedStrategy = SW_LED_MODE15; -+ break; -+ -+ default: -+ pledpriv->LedStrategy = SW_LED_MODE9; -+ break; -+ } -+ -+ pHalData->bLedOpenDrain = _TRUE;// Support Open-drain arrangement for controlling the LED. Added by Roger, 2009.10.16. -+} -+ -+static void -+hal_CustomizeByCustomerID_8812AU( -+ IN PADAPTER pAdapter -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter); -+ -+ // For customized behavior. -+ if((pHalData->EEPROMVID == 0x103C) && (pHalData->EEPROMPID == 0x1629))// HP Lite-On for RTL8188CUS Slim Combo. -+ pHalData->CustomerID = RT_CID_819x_HP; -+ else if ((pHalData->EEPROMVID == 0x9846) && (pHalData->EEPROMPID == 0x9041)) -+ pHalData->CustomerID = RT_CID_NETGEAR; -+ else if ((pHalData->EEPROMVID == 0x2019) && (pHalData->EEPROMPID == 0x1201)) -+ pHalData->CustomerID = RT_CID_PLANEX; -+ else if((pHalData->EEPROMVID == 0x0BDA) &&(pHalData->EEPROMPID == 0x5088)) -+ pHalData->CustomerID = RT_CID_CC_C; -+ else if ((pHalData->EEPROMVID == 0x0411) && ((pHalData->EEPROMPID == 0x0242) || (pHalData->EEPROMPID == 0x025D))) -+ pHalData->CustomerID = RT_CID_DNI_BUFFALO; -+ else if (((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x3314)) || -+ ((pHalData->EEPROMVID == 0x20F4) &&(pHalData->EEPROMPID == 0x804B)) || -+ ((pHalData->EEPROMVID == 0x20F4) &&(pHalData->EEPROMPID == 0x805B)) || -+ ((pHalData->EEPROMVID == 0x2001) &&(pHalData->EEPROMPID == 0x3315)) || -+ ((pHalData->EEPROMVID == 0x2001) &&(pHalData->EEPROMPID == 0x3316))) -+ pHalData->CustomerID = RT_CID_DLINK; -+ -+ DBG_871X("PID= 0x%x, VID= %x\n",pHalData->EEPROMPID,pHalData->EEPROMVID); -+ -+ // Decide CustomerID according to VID/DID or EEPROM -+ switch(pHalData->EEPROMCustomerID) -+ { -+ case EEPROM_CID_DEFAULT: -+ if((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x3308)) -+ pHalData->CustomerID = RT_CID_DLINK; -+ else if((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x3309)) -+ pHalData->CustomerID = RT_CID_DLINK; -+ else if((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x330a)) -+ pHalData->CustomerID = RT_CID_DLINK; -+ else if((pHalData->EEPROMVID == 0x0BFF) && (pHalData->EEPROMPID == 0x8160)) -+ { -+ //pHalData->bAutoConnectEnable = _FALSE; -+ pHalData->CustomerID = RT_CID_CHINA_MOBILE; -+ } -+ else if((pHalData->EEPROMVID == 0x0BDA) && (pHalData->EEPROMPID == 0x5088)) -+ pHalData->CustomerID = RT_CID_CC_C; -+ else if ((pHalData->EEPROMVID == 0x0846) &&(pHalData->EEPROMPID == 0x9052)) -+ pHalData->CustomerID = RT_CID_NETGEAR; -+ else if ((pHalData->EEPROMVID == 0x0411) && ((pHalData->EEPROMPID == 0x0242) || (pHalData->EEPROMPID == 0x025D))) -+ pHalData->CustomerID = RT_CID_DNI_BUFFALO; -+ else if (((pHalData->EEPROMVID == 0x2001) && (pHalData->EEPROMPID == 0x3314)) || -+ ((pHalData->EEPROMVID == 0x20F4) &&(pHalData->EEPROMPID == 0x804B)) || -+ ((pHalData->EEPROMVID == 0x20F4) &&(pHalData->EEPROMPID == 0x805B)) || -+ ((pHalData->EEPROMVID == 0x2001) &&(pHalData->EEPROMPID == 0x3315)) || -+ ((pHalData->EEPROMVID == 0x2001) &&(pHalData->EEPROMPID == 0x3316))) -+ pHalData->CustomerID = RT_CID_DLINK; -+ DBG_871X("PID= 0x%x, VID= %x\n",pHalData->EEPROMPID,pHalData->EEPROMVID); -+ break; -+ case EEPROM_CID_WHQL: -+ //padapter->bInHctTest = TRUE; -+ -+ //pMgntInfo->bSupportTurboMode = FALSE; -+ //pMgntInfo->bAutoTurboBy8186 = FALSE; -+ -+ //pMgntInfo->PowerSaveControl.bInactivePs = FALSE; -+ //pMgntInfo->PowerSaveControl.bIPSModeBackup = FALSE; -+ //pMgntInfo->PowerSaveControl.bLeisurePs = FALSE; -+ //pMgntInfo->PowerSaveControl.bLeisurePsModeBackup = FALSE; -+ //pMgntInfo->keepAliveLevel = 0; -+ -+ //padapter->bUnloadDriverwhenS3S4 = FALSE; -+ break; -+ default: -+ pHalData->CustomerID = RT_CID_DEFAULT; -+ break; -+ -+ } -+ DBG_871X("Customer ID: 0x%2x\n", pHalData->CustomerID); -+ -+ hal_CustomizedBehavior_8812AU(pAdapter); -+} -+ -+VOID -+hal_ReadUsbModeSwitch_8812AU( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ -+ if(AutoloadFail) -+ pHalData->EEPROMUsbSwitch = _FALSE; -+ else -+ /* check efuse 0x08 bit2 */ -+ pHalData->EEPROMUsbSwitch = (PROMContent[EEPROM_USB_MODE_8812] & BIT1) >> 1; -+ -+ DBG_871X("Usb Switch: %d\n", pHalData->EEPROMUsbSwitch); -+} -+ -+static VOID -+ReadLEDSetting_8812AU( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail -+ ) -+{ -+ struct led_priv *pledpriv = &(Adapter->ledpriv); -+ -+#ifdef CONFIG_SW_LED -+ pledpriv->bRegUseLed = _TRUE; -+#else // HW LED -+ pledpriv->LedStrategy = HW_LED; -+#endif //CONFIG_SW_LED -+} -+ -+VOID -+InitAdapterVariablesByPROM_8812AU( -+ IN PADAPTER Adapter -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ -+ hal_InitPGData_8812A(Adapter, pHalData->efuse_eeprom_data); -+ -+ Hal_EfuseParseIDCode8812A(Adapter, pHalData->efuse_eeprom_data); -+ -+ Hal_ReadPROMVersion8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ hal_ReadIDs_8812AU(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ hal_config_macaddr(Adapter, pHalData->bautoload_fail_flag); -+ Hal_ReadTxPowerInfo8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ Hal_ReadBoardType8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ -+ // -+ // Read Bluetooth co-exist and initialize -+ // -+ Hal_EfuseParseBTCoexistInfo8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ -+ Hal_ReadChannelPlan8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ Hal_EfuseParseXtal_8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ Hal_ReadThermalMeter_8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ Hal_ReadRemoteWakeup_8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ Hal_ReadAntennaDiversity8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ -+ if(IS_HARDWARE_TYPE_8821U(Adapter)) -+ { -+ Hal_ReadPAType_8821A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ } -+ else -+ { -+ Hal_ReadAmplifierType_8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ Hal_ReadRFEType_8812A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ } -+ -+ hal_ReadUsbModeSwitch_8812AU(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ hal_CustomizeByCustomerID_8812AU(Adapter); -+ -+ ReadLEDSetting_8812AU(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ -+ // 2013/04/15 MH Add for different board type recognize. -+ hal_ReadUsbType_8812AU(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+ -+ if (IS_HARDWARE_TYPE_8821U(Adapter)) -+ Hal_EfuseParseKFreeData_8821A(Adapter, pHalData->efuse_eeprom_data, pHalData->bautoload_fail_flag); -+} -+ -+static void Hal_ReadPROMContent_8812A( -+ IN PADAPTER Adapter -+ ) -+{ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter); -+ u8 eeValue; -+ -+ /* check system boot selection */ -+ eeValue = rtw_read8(Adapter, REG_9346CR); -+ pHalData->EepromOrEfuse = (eeValue & BOOT_FROM_EEPROM) ? _TRUE : _FALSE; -+ pHalData->bautoload_fail_flag = (eeValue & EEPROM_EN) ? _FALSE : _TRUE; -+ -+ DBG_8192C("Boot from %s, Autoload %s !\n", (pHalData->EepromOrEfuse ? "EEPROM" : "EFUSE"), -+ (pHalData->bautoload_fail_flag ? "Fail" : "OK") ); -+ -+ //pHalData->EEType = IS_BOOT_FROM_EEPROM(Adapter) ? EEPROM_93C46 : EEPROM_BOOT_EFUSE; -+ -+ InitAdapterVariablesByPROM_8812AU(Adapter); -+} -+ -+void -+ReadAdapterInfo8812AU( -+ IN PADAPTER Adapter -+ ) -+{ -+ /* Read all content in Efuse/EEPROM. */ -+ Hal_ReadPROMContent_8812A(Adapter); -+ -+ /* We need to define the RF type after all PROM value is recognized. */ -+ ReadRFType8812A(Adapter); -+} -+ -+void UpdateInterruptMask8812AU(PADAPTER padapter,u8 bHIMR0 ,u32 AddMSR, u32 RemoveMSR) -+{ -+ HAL_DATA_TYPE *pHalData; -+ -+ u32 *himr; -+ pHalData = GET_HAL_DATA(padapter); -+ -+ if(bHIMR0) -+ himr = &(pHalData->IntrMask[0]); -+ else -+ himr = &(pHalData->IntrMask[1]); -+ -+ if (AddMSR) -+ *himr |= AddMSR; -+ -+ if (RemoveMSR) -+ *himr &= (~RemoveMSR); -+ -+ if(bHIMR0) -+ rtw_write32(padapter, REG_HIMR0_8812, *himr); -+ else -+ rtw_write32(padapter, REG_HIMR1_8812, *himr); -+ -+} -+ -+void SetHwReg8812AU(PADAPTER Adapter, u8 variable, u8* val) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(Adapter); -+_func_enter_; -+ -+ switch(variable) -+ { -+ case HW_VAR_RXDMA_AGG_PG_TH: -+#ifdef CONFIG_USB_RX_AGGREGATION -+ { -+ /*u8 threshold = *((u8 *)val); -+ if( threshold == 0) -+ { -+ threshold = pHalData->UsbRxAggPageCount; -+ } -+ rtw_write8(Adapter, REG_RXDMA_AGG_PG_TH, threshold);*/ -+ } -+#endif -+ break; -+ case HW_VAR_SET_RPWM: -+#ifdef CONFIG_LPS_LCLK -+ { -+ u8 ps_state = *((u8 *)val); -+ -+ /*rpwm value only use BIT0(clock bit) ,BIT6(Ack bit), and BIT7(Toggle bit) for 88e. -+ BIT0 value - 1: 32k, 0:40MHz. -+ BIT6 value - 1: report cpwm value after success set, 0:do not report. -+ BIT7 value - Toggle bit change. -+ modify by Thomas. 2012/4/2.*/ -+ ps_state = ps_state & 0xC1; -+ /*DBG_871X("##### Change RPWM value to = %x for switch clk #####\n", ps_state);*/ -+ rtw_write8(Adapter, REG_USB_HRPWM, ps_state); -+ } -+#endif -+#ifdef CONFIG_AP_WOWLAN -+ if (pwrctl->wowlan_ap_mode == _TRUE) { -+ u8 ps_state = *((u8 *)val); -+ -+ DBG_871X("%s, RPWM\n", __func__); -+ ps_state = ps_state & 0xC1; -+ rtw_write8(Adapter, REG_USB_HRPWM, ps_state); -+ } -+#endif -+ break; -+ -+ case HW_VAR_USB_MODE: -+ if(*val == 1) -+ rtw_write8(Adapter, REG_OPT_CTRL_8812, 0x4); -+ else if(*val == 2) -+ rtw_write8(Adapter, REG_OPT_CTRL_8812, 0x8); -+ -+ rtw_write8(Adapter, REG_SDIO_CTRL_8812, 0x2); -+ rtw_write8(Adapter, REG_ACLK_MON, 0x1); -+ // -+ // 2013/01/29 MH Test with chunchu/cheng, in Alpha AMD platform. when -+ // U2/U3 switch 8812AU will be recognized as another card and then -+ // OS will treat it as a new card and assign a new GUID. Then SWUSB -+ // service can not work well. We need to delay the card switch time to U3 -+ // Then OS can unload the previous U2 port card and load new U3 port card later. -+ // The strange sympton can disappear. -+ // -+ rtw_write8(Adapter, REG_CAL_TIMER+1, 0x40); -+ //rtw_write8(Adapter, REG_CAL_TIMER+1, 0x3); -+ rtw_write8(Adapter, REG_APS_FSMCO+1, 0x80); -+ break; -+ -+ default: -+ SetHwReg8812A(Adapter, variable, val); -+ break; -+ } -+ -+_func_exit_; -+} -+ -+void GetHwReg8812AU(PADAPTER Adapter, u8 variable, u8* val) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+_func_enter_; -+ -+ switch(variable) -+ { -+ default: -+ GetHwReg8812A(Adapter,variable,val); -+ break; -+ } -+ -+_func_exit_; -+} -+ -+// -+// Description: -+// Change default setting of specified variable. -+// -+u8 -+SetHalDefVar8812AUsb( -+ IN PADAPTER Adapter, -+ IN HAL_DEF_VARIABLE eVariable, -+ IN PVOID pValue -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 bResult = _SUCCESS; -+ -+ switch(eVariable) -+ { -+ default: -+ SetHalDefVar8812A(Adapter,eVariable,pValue); -+ break; -+ } -+ -+ return bResult; -+} -+ -+// -+// Description: -+// Query setting of specified variable. -+// -+u8 -+GetHalDefVar8812AUsb( -+ IN PADAPTER Adapter, -+ IN HAL_DEF_VARIABLE eVariable, -+ IN PVOID pValue -+ ) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ u8 bResult = _SUCCESS; -+ -+ switch(eVariable) -+ { -+ default: -+ GetHalDefVar8812A(Adapter,eVariable,pValue); -+ break; -+ } -+ -+ return bResult; -+} -+ -+void _update_response_rate(_adapter *padapter,unsigned int mask) -+{ -+ u8 RateIndex = 0; -+ // Set RRSR rate table. -+ rtw_write8(padapter, REG_RRSR, mask&0xff); -+ rtw_write8(padapter,REG_RRSR+1, (mask>>8)&0xff); -+ -+ // Set RTS initial rate -+ while(mask > 0x1) -+ { -+ mask = (mask>> 1); -+ RateIndex++; -+ } -+ rtw_write8(padapter, REG_INIRTS_RATE_SEL, RateIndex); -+} -+ -+static void rtl8812au_init_default_value(_adapter * padapter) -+{ -+ PHAL_DATA_TYPE pHalData; -+ -+ pHalData = GET_HAL_DATA(padapter); -+ -+ InitDefaultValue8821A(padapter); -+ -+ pHalData->IntrMask[0] = (u32)( \ -+ //IMR_ROK | -+ //IMR_RDU | -+ //IMR_VODOK | -+ //IMR_VIDOK | -+ //IMR_BEDOK | -+ //IMR_BKDOK | -+ //IMR_MGNTDOK | -+ //IMR_HIGHDOK | -+ //IMR_CPWM | -+ //IMR_CPWM2 | -+ //IMR_C2HCMD | -+ //IMR_HISR1_IND_INT | -+ //IMR_ATIMEND | -+ //IMR_BCNDMAINT_E | -+ //IMR_HSISR_IND_ON_INT | -+ //IMR_BCNDOK0 | -+ //IMR_BCNDMAINT0 | -+ //IMR_TSF_BIT32_TOGGLE | -+ //IMR_TXBCN0OK | -+ //IMR_TXBCN0ERR | -+ //IMR_GTINT3 | -+ //IMR_GTINT4 | -+ //IMR_TXCCK | -+ 0); -+ -+ pHalData->IntrMask[1] = (u32)(\ -+ //IMR_RXFOVW | -+ //IMR_TXFOVW | -+ //IMR_RXERR | -+ //IMR_TXERR | -+ //IMR_ATIMEND_E | -+ //IMR_BCNDOK1 | -+ //IMR_BCNDOK2 | -+ //IMR_BCNDOK3 | -+ //IMR_BCNDOK4 | -+ //IMR_BCNDOK5 | -+ //IMR_BCNDOK6 | -+ //IMR_BCNDOK7 | -+ //IMR_BCNDMAINT1 | -+ //IMR_BCNDMAINT2 | -+ //IMR_BCNDMAINT3 | -+ //IMR_BCNDMAINT4 | -+ //IMR_BCNDMAINT5 | -+ //IMR_BCNDMAINT6 | -+ //IMR_BCNDMAINT7 | -+ 0); -+} -+ -+static u8 rtl8812au_ps_func(PADAPTER Adapter,HAL_INTF_PS_FUNC efunc_id, u8 *val) -+{ -+ u8 bResult = _TRUE; -+ switch(efunc_id){ -+ -+ #if defined(CONFIG_AUTOSUSPEND) && defined(SUPPORT_HW_RFOFF_DETECTED) -+ case HAL_USB_SELECT_SUSPEND: -+ { -+ u8 bfwpoll = *(( u8*)val); -+ //rtl8188e_set_FwSelectSuspend_cmd(Adapter,bfwpoll ,500);//note fw to support hw power down ping detect -+ } -+ break; -+ #endif //CONFIG_AUTOSUSPEND && SUPPORT_HW_RFOFF_DETECTED -+ -+ default: -+ break; -+ } -+ return bResult; -+} -+ -+void rtl8812au_set_hal_ops(_adapter * padapter) -+{ -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ -+_func_enter_; -+ -+ pHalFunc->hal_power_on = _InitPowerOn_8812AU; -+ pHalFunc->hal_power_off = hal_poweroff_8812au; -+ -+ pHalFunc->hal_init = &rtl8812au_hal_init; -+ pHalFunc->hal_deinit = &rtl8812au_hal_deinit; -+ -+ pHalFunc->inirp_init = &rtl8812au_inirp_init; -+ pHalFunc->inirp_deinit = &rtl8812au_inirp_deinit; -+ -+ pHalFunc->init_xmit_priv = &rtl8812au_init_xmit_priv; -+ pHalFunc->free_xmit_priv = &rtl8812au_free_xmit_priv; -+ -+ pHalFunc->init_recv_priv = &rtl8812au_init_recv_priv; -+ pHalFunc->free_recv_priv = &rtl8812au_free_recv_priv; -+#ifdef CONFIG_SW_LED -+ pHalFunc->InitSwLeds = &rtl8812au_InitSwLeds; -+ pHalFunc->DeInitSwLeds = &rtl8812au_DeInitSwLeds; -+#else //case of hw led or no led -+ pHalFunc->InitSwLeds = NULL; -+ pHalFunc->DeInitSwLeds = NULL; -+#endif//CONFIG_SW_LED -+ -+ pHalFunc->init_default_value = &rtl8812au_init_default_value; -+ pHalFunc->intf_chip_configure = &rtl8812au_interface_configure; -+ pHalFunc->read_adapter_info = &ReadAdapterInfo8812AU; -+ -+ pHalFunc->SetHwRegHandler = &SetHwReg8812AU; -+ pHalFunc->GetHwRegHandler = &GetHwReg8812AU; -+ pHalFunc->GetHalDefVarHandler = &GetHalDefVar8812AUsb; -+ pHalFunc->SetHalDefVarHandler = &SetHalDefVar8812AUsb; -+ -+ pHalFunc->hal_xmit = &rtl8812au_hal_xmit; -+ pHalFunc->mgnt_xmit = &rtl8812au_mgnt_xmit; -+ pHalFunc->hal_xmitframe_enqueue = &rtl8812au_hal_xmitframe_enqueue; -+ -+#ifdef CONFIG_HOSTAPD_MLME -+ pHalFunc->hostap_mgnt_xmit_entry = &rtl8812au_hostap_mgnt_xmit_entry; -+#endif -+ pHalFunc->interface_ps_func = &rtl8812au_ps_func; -+#ifdef CONFIG_XMIT_THREAD_MODE -+ pHalFunc->xmit_thread_handler = &rtl8812au_xmit_buf_handler; -+#endif -+#ifdef CONFIG_SUPPORT_USB_INT -+ pHalFunc->interrupt_handler = interrupt_handler_8812au; -+#endif -+ -+ rtl8812_set_hal_ops(pHalFunc); -+_func_exit_; -+ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_ops_linux.c linux/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_ops_linux.c ---- linux.old/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_ops_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/hal/rtl8812a/usb/usb_ops_linux.c 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,496 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _HCI_OPS_OS_C_ -+ -+//#include -+#include -+ -+#ifdef CONFIG_SUPPORT_USB_INT -+void interrupt_handler_8812au(_adapter *padapter,u16 pkt_len,u8 *pbuf) -+{ -+ HAL_DATA_TYPE *pHalData=GET_HAL_DATA(padapter); -+ struct reportpwrstate_parm pwr_rpt; -+ -+ if ( pkt_len != INTERRUPT_MSG_FORMAT_LEN ) -+ { -+ DBG_8192C("%s Invalid interrupt content length (%d)!\n", __FUNCTION__, pkt_len); -+ return ; -+ } -+ -+ // HISR -+ _rtw_memcpy(&(pHalData->IntArray[0]), &(pbuf[USB_INTR_CONTENT_HISR_OFFSET]), 4); -+ _rtw_memcpy(&(pHalData->IntArray[1]), &(pbuf[USB_INTR_CONTENT_HISRE_OFFSET]), 4); -+ -+ #if 0 //DBG -+ { -+ u32 hisr=0 ,hisr_ex=0; -+ _rtw_memcpy(&hisr,&(pHalData->IntArray[0]),4); -+ hisr = le32_to_cpu(hisr); -+ -+ _rtw_memcpy(&hisr_ex,&(pHalData->IntArray[1]),4); -+ hisr_ex = le32_to_cpu(hisr_ex); -+ -+ if((hisr != 0) || (hisr_ex!=0)) -+ DBG_871X("===> %s hisr:0x%08x ,hisr_ex:0x%08x \n",__FUNCTION__,hisr,hisr_ex); -+ } -+ #endif -+ -+ -+#ifdef CONFIG_LPS_LCLK -+ if( pHalData->IntArray[0] & IMR_CPWM_88E ) -+ { -+ _rtw_memcpy(&pwr_rpt.state, &(pbuf[USB_INTR_CONTENT_CPWM1_OFFSET]), 1); -+ //_rtw_memcpy(&pwr_rpt.state2, &(pbuf[USB_INTR_CONTENT_CPWM2_OFFSET]), 1); -+ -+ //88e's cpwm value only change BIT0, so driver need to add PS_STATE_S2 for LPS flow. -+ pwr_rpt.state |= PS_STATE_S2; -+ _set_workitem(&(adapter_to_pwrctl(padapter)->cpwm_event)); -+ } -+#endif//CONFIG_LPS_LCLK -+ -+#ifdef CONFIG_INTERRUPT_BASED_TXBCN -+ -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ if (pHalData->IntArray[0] & IMR_BCNDMAINT0_88E) -+ #endif -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ if (pHalData->IntArray[0] & (IMR_TBDER_88E|IMR_TBDOK_88E)) -+ #endif -+ { -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ #if 0 -+ if(pHalData->IntArray[0] & IMR_BCNDMAINT0_88E) -+ DBG_8192C("%s: HISR_BCNERLY_INT\n", __func__); -+ if(pHalData->IntArray[0] & IMR_TBDOK_88E) -+ DBG_8192C("%s: HISR_TXBCNOK\n", __func__); -+ if(pHalData->IntArray[0] & IMR_TBDER_88E) -+ DBG_8192C("%s: HISR_TXBCNERR\n", __func__); -+ #endif -+ -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ //send_beacon(padapter); -+ if(pmlmepriv->update_bcn == _TRUE) -+ { -+ //tx_beacon_hdl(padapter, NULL); -+ set_tx_beacon_cmd(padapter); -+ } -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ if(check_buddy_fwstate(padapter, WIFI_AP_STATE)) -+ { -+ //send_beacon(padapter); -+ if(padapter->pbuddy_adapter->mlmepriv.update_bcn == _TRUE) -+ { -+ //tx_beacon_hdl(padapter, NULL); -+ set_tx_beacon_cmd(padapter->pbuddy_adapter); -+ } -+ } -+#endif -+ -+ } -+#endif //CONFIG_INTERRUPT_BASED_TXBCN -+ -+ -+ -+ -+#ifdef DBG_CONFIG_ERROR_DETECT_INT -+ if( pHalData->IntArray[1] & IMR_TXERR_88E ) -+ DBG_871X("===> %s Tx Error Flag Interrupt Status \n",__FUNCTION__); -+ if( pHalData->IntArray[1] & IMR_RXERR_88E ) -+ DBG_871X("===> %s Rx Error Flag INT Status \n",__FUNCTION__); -+ if( pHalData->IntArray[1] & IMR_TXFOVW_88E ) -+ DBG_871X("===> %s Transmit FIFO Overflow \n",__FUNCTION__); -+ if( pHalData->IntArray[1] & IMR_RXFOVW_88E ) -+ DBG_871X("===> %s Receive FIFO Overflow \n",__FUNCTION__); -+#endif//DBG_CONFIG_ERROR_DETECT_INT -+ -+ -+ // C2H Event -+ if(pbuf[0]!= 0){ -+ _rtw_memcpy(&(pHalData->C2hArray[0]), &(pbuf[USB_INTR_CONTENT_C2H_OFFSET]), 16); -+ //rtw_c2h_wk_cmd(padapter); to do.. -+ } -+ -+} -+#endif -+static s32 pre_recv_entry(union recv_frame *precvframe, u8 *pphy_status) -+{ -+ s32 ret=_SUCCESS; -+#ifdef CONFIG_CONCURRENT_MODE -+ u8 *secondary_myid, *paddr1; -+ union recv_frame *precvframe_if2 = NULL; -+ _adapter *primary_padapter = precvframe->u.hdr.adapter; -+ _adapter *secondary_padapter = primary_padapter->pbuddy_adapter; -+ struct recv_priv *precvpriv = &primary_padapter->recvpriv; -+ _queue *pfree_recv_queue = &precvpriv->free_recv_queue; -+ u8 *pbuf = precvframe->u.hdr.rx_data; -+ -+ if(!secondary_padapter) -+ return ret; -+ -+ paddr1 = GetAddr1Ptr(pbuf); -+ -+ if(IS_MCAST(paddr1) == _FALSE)//unicast packets -+ { -+ secondary_myid = adapter_mac_addr(secondary_padapter); -+ -+ if(_rtw_memcmp(paddr1, secondary_myid, ETH_ALEN)) -+ { -+ //change to secondary interface -+ precvframe->u.hdr.adapter = secondary_padapter; -+ } -+ -+ //ret = recv_entry(precvframe); -+ -+ } -+ else // Handle BC/MC Packets -+ { -+ -+ u8 clone = _TRUE; -+#if 0 -+ u8 type, subtype, *paddr2, *paddr3; -+ -+ type = GetFrameType(pbuf); -+ subtype = GetFrameSubType(pbuf); //bit(7)~bit(2) -+ -+ switch (type) -+ { -+ case WIFI_MGT_TYPE: //Handle BC/MC mgnt Packets -+ if(subtype == WIFI_BEACON) -+ { -+ paddr3 = GetAddr3Ptr(precvframe->u.hdr.rx_data); -+ -+ if (check_fwstate(&secondary_padapter->mlmepriv, _FW_LINKED) && -+ _rtw_memcmp(paddr3, get_bssid(&secondary_padapter->mlmepriv), ETH_ALEN)) -+ { -+ //change to secondary interface -+ precvframe->u.hdr.adapter = secondary_padapter; -+ clone = _FALSE; -+ } -+ -+ if(check_fwstate(&primary_padapter->mlmepriv, _FW_LINKED) && -+ _rtw_memcmp(paddr3, get_bssid(&primary_padapter->mlmepriv), ETH_ALEN)) -+ { -+ if(clone==_FALSE) -+ { -+ clone = _TRUE; -+ } -+ else -+ { -+ clone = _FALSE; -+ } -+ -+ precvframe->u.hdr.adapter = primary_padapter; -+ } -+ -+ if(check_fwstate(&primary_padapter->mlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) || -+ check_fwstate(&secondary_padapter->mlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING)) -+ { -+ clone = _TRUE; -+ precvframe->u.hdr.adapter = primary_padapter; -+ } -+ -+ } -+ else if(subtype == WIFI_PROBEREQ) -+ { -+ //probe req frame is only for interface2 -+ //change to secondary interface -+ precvframe->u.hdr.adapter = secondary_padapter; -+ clone = _FALSE; -+ } -+ break; -+ case WIFI_CTRL_TYPE: // Handle BC/MC ctrl Packets -+ -+ break; -+ case WIFI_DATA_TYPE: //Handle BC/MC data Packets -+ //Notes: AP MODE never rx BC/MC data packets -+ -+ paddr2 = GetAddr2Ptr(precvframe->u.hdr.rx_data); -+ -+ if(_rtw_memcmp(paddr2, get_bssid(&secondary_padapter->mlmepriv), ETH_ALEN)) -+ { -+ //change to secondary interface -+ precvframe->u.hdr.adapter = secondary_padapter; -+ clone = _FALSE; -+ } -+ -+ break; -+ default: -+ -+ break; -+ } -+#endif -+ -+ if(_TRUE == clone) -+ { -+ //clone/copy to if2 -+ struct rx_pkt_attrib *pattrib = NULL; -+ -+ precvframe_if2 = rtw_alloc_recvframe(pfree_recv_queue); -+ if(precvframe_if2) -+ { -+ precvframe_if2->u.hdr.adapter = secondary_padapter; -+ -+ _rtw_init_listhead(&precvframe_if2->u.hdr.list); -+ precvframe_if2->u.hdr.precvbuf = NULL; //can't access the precvbuf for new arch. -+ precvframe_if2->u.hdr.len=0; -+ -+ _rtw_memcpy(&precvframe_if2->u.hdr.attrib, &precvframe->u.hdr.attrib, sizeof(struct rx_pkt_attrib)); -+ -+ pattrib = &precvframe_if2->u.hdr.attrib; -+ -+ if(rtw_os_alloc_recvframe(secondary_padapter, precvframe_if2, pbuf, NULL) == _SUCCESS) -+ { -+ recvframe_put(precvframe_if2, pattrib->pkt_len); -+ //recvframe_pull(precvframe_if2, drvinfo_sz + RXDESC_SIZE); -+ -+ if (pattrib->physt && pphy_status) -+ rx_query_phy_status(precvframe_if2, pphy_status); -+ -+ ret = rtw_recv_entry(precvframe_if2); -+ } -+ else -+ { -+ rtw_free_recvframe(precvframe_if2, pfree_recv_queue); -+ DBG_8192C("%s()-%d: alloc_skb() failed!\n", __FUNCTION__, __LINE__); -+ } -+ -+ } -+ -+ } -+ -+ } -+ //if (precvframe->u.hdr.attrib.physt) -+ // rx_query_phy_status(precvframe, pphy_status); -+ -+ //ret = rtw_recv_entry(precvframe); -+ -+#endif -+ -+ return ret; -+ -+} -+ -+int recvbuf2recvframe(PADAPTER padapter, void *ptr) -+{ -+ u8 *pbuf; -+ u8 pkt_cnt = 0; -+ u32 pkt_offset; -+ s32 transfer_len; -+ u8 *pphy_status = NULL; -+ union recv_frame *precvframe = NULL; -+ struct rx_pkt_attrib *pattrib = NULL; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ _queue *pfree_recv_queue = &precvpriv->free_recv_queue; -+ _pkt *pskb; -+ -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ pskb = NULL; -+ transfer_len = (s32)((struct recv_buf*)ptr)->transfer_len; -+ pbuf = ((struct recv_buf*)ptr)->pbuf; -+#else -+ pskb = (_pkt*)ptr; -+ transfer_len = (s32)pskb->len; -+ pbuf = pskb->data; -+#endif//CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+ -+#ifdef CONFIG_USB_RX_AGGREGATION -+ pkt_cnt = GET_RX_STATUS_DESC_USB_AGG_PKTNUM_8812(pbuf); -+#endif -+ -+ do{ -+ precvframe = rtw_alloc_recvframe(pfree_recv_queue); -+ if(precvframe==NULL) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_,("recvbuf2recvframe: precvframe==NULL\n")); -+ DBG_8192C("%s()-%d: rtw_alloc_recvframe() failed! RX Drop!\n", __FUNCTION__, __LINE__); -+ goto _exit_recvbuf2recvframe; -+ } -+ -+ _rtw_init_listhead(&precvframe->u.hdr.list); -+ precvframe->u.hdr.precvbuf = NULL; //can't access the precvbuf for new arch. -+ precvframe->u.hdr.len=0; -+ -+ rtl8812_query_rx_desc_status(precvframe, pbuf); -+ -+ pattrib = &precvframe->u.hdr.attrib; -+ -+ if ((padapter->registrypriv.mp_mode == 0) && ((pattrib->crc_err) || (pattrib->icv_err))) -+ { -+ DBG_8192C("%s: RX Warning! crc_err=%d icv_err=%d, skip!\n", __FUNCTION__, pattrib->crc_err, pattrib->icv_err); -+ -+ rtw_free_recvframe(precvframe, pfree_recv_queue); -+ goto _exit_recvbuf2recvframe; -+ } -+ -+ pkt_offset = RXDESC_SIZE + pattrib->drvinfo_sz + pattrib->shift_sz + pattrib->pkt_len; -+ -+ if((pattrib->pkt_len<=0) || (pkt_offset>transfer_len)) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_info_,("recvbuf2recvframe: pkt_len<=0\n")); -+ DBG_8192C("%s()-%d: RX Warning!,pkt_len<=0 or pkt_offset> transfer_len \n", __FUNCTION__, __LINE__); -+ rtw_free_recvframe(precvframe, pfree_recv_queue); -+ goto _exit_recvbuf2recvframe; -+ } -+ -+#ifdef CONFIG_RX_PACKET_APPEND_FCS -+ if(pattrib->pkt_rpt_type == NORMAL_RX) -+ pattrib->pkt_len -= IEEE80211_FCS_LEN; -+#endif -+ if(rtw_os_alloc_recvframe(padapter, precvframe, -+ (pbuf + pattrib->shift_sz + pattrib->drvinfo_sz + RXDESC_SIZE), pskb) == _FAIL) -+ { -+ rtw_free_recvframe(precvframe, pfree_recv_queue); -+ -+ goto _exit_recvbuf2recvframe; -+ } -+ -+ recvframe_put(precvframe, pattrib->pkt_len); -+ //recvframe_pull(precvframe, drvinfo_sz + RXDESC_SIZE); -+ -+ if(pattrib->pkt_rpt_type == NORMAL_RX)//Normal rx packet -+ { -+ if(pattrib->physt) -+ pphy_status = (pbuf + RXDESC_OFFSET); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)) -+ { -+ if(pre_recv_entry(precvframe, pphy_status) != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_, -+ ("recvbuf2recvframe: recv_entry(precvframe) != _SUCCESS\n")); -+ } -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ -+ if(pattrib->physt && pphy_status) -+ rx_query_phy_status(precvframe, pphy_status); -+ -+ if(rtw_recv_entry(precvframe) != _SUCCESS) -+ { -+ RT_TRACE(_module_rtl871x_recv_c_,_drv_err_, -+ ("recvbuf2recvframe: rtw_recv_entry(precvframe) != _SUCCESS\n")); -+ } -+ -+ } -+ else{ // pkt_rpt_type == TX_REPORT1-CCX, TX_REPORT2-TX RTP,HIS_REPORT-USB HISR RTP -+ if (pattrib->pkt_rpt_type == C2H_PACKET) { -+ //DBG_8192C("rx C2H_PACKET \n"); -+ C2HPacketHandler_8812(padapter,precvframe->u.hdr.rx_data,pattrib->pkt_len); -+ } -+ rtw_free_recvframe(precvframe, pfree_recv_queue); -+ } -+ -+#ifdef CONFIG_USB_RX_AGGREGATION -+ // jaguar 8-byte alignment -+ pkt_offset = (u16)_RND8(pkt_offset); -+ pkt_cnt--; -+ pbuf += pkt_offset; -+#endif -+ transfer_len -= pkt_offset; -+ precvframe = NULL; -+ -+ }while(transfer_len>0); -+ -+_exit_recvbuf2recvframe: -+ -+ return _SUCCESS; -+} -+ -+ -+void rtl8812au_xmit_tasklet(void *priv) -+{ -+ int ret = _FALSE; -+ _adapter *padapter = (_adapter*)priv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ while(1) -+ { -+ if (RTW_CANNOT_TX(padapter)) -+ { -+ DBG_8192C("xmit_tasklet => bDriverStopped or bSurpriseRemoved or bWritePortCancel\n"); -+ break; -+ } -+ -+ if (rtw_xmit_ac_blocked(padapter) == _TRUE) -+ break; -+ -+ ret = rtl8812au_xmitframe_complete(padapter, pxmitpriv, NULL); -+ -+ if(ret==_FALSE) -+ break; -+ -+ } -+ -+} -+ -+void rtl8812au_set_intf_ops(struct _io_ops *pops) -+{ -+ _func_enter_; -+ -+ _rtw_memset((u8 *)pops, 0, sizeof(struct _io_ops)); -+ -+ pops->_read8 = &usb_read8; -+ pops->_read16 = &usb_read16; -+ pops->_read32 = &usb_read32; -+ pops->_read_mem = &usb_read_mem; -+ pops->_read_port = &usb_read_port; -+ -+ pops->_write8 = &usb_write8; -+ pops->_write16 = &usb_write16; -+ pops->_write32 = &usb_write32; -+ pops->_writeN = &usb_writeN; -+ -+#ifdef CONFIG_USB_SUPPORT_ASYNC_VDN_REQ -+ pops->_write8_async= &usb_async_write8; -+ pops->_write16_async = &usb_async_write16; -+ pops->_write32_async = &usb_async_write32; -+#endif -+ pops->_write_mem = &usb_write_mem; -+ pops->_write_port = &usb_write_port; -+ -+ pops->_read_port_cancel = &usb_read_port_cancel; -+ pops->_write_port_cancel = &usb_write_port_cancel; -+ -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+ pops->_read_interrupt = &usb_read_interrupt; -+#endif -+ -+ _func_exit_; -+ -+} -+ -+void rtl8812au_set_hw_type(struct dvobj_priv *pdvobj) -+{ -+ if (pdvobj->chip_type == RTL8812) { -+ pdvobj->HardwareType = HARDWARE_TYPE_RTL8812AU; -+ DBG_871X("CHIP TYPE: RTL8812\n"); -+ } else if (pdvobj->chip_type == RTL8821) { -+ /*pdvobj->HardwareType = HARDWARE_TYPE_RTL8811AU; */ -+ pdvobj->HardwareType = HARDWARE_TYPE_RTL8821U; -+ DBG_871X("CHIP TYPE: RTL8811AU or RTL8821U\n"); -+ } -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/autoconf.h linux/3rdparty/rtl8812au/include/autoconf.h ---- linux.old/3rdparty/rtl8812au/include/autoconf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/autoconf.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,380 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+//***** temporarily flag ******* -+#define CONFIG_SINGLE_IMG -+//#define CONFIG_DISABLE_ODM -+ -+//***** temporarily flag ******* -+/* -+ * Public General Config -+ */ -+#define AUTOCONF_INCLUDED -+#define RTL871X_MODULE_NAME "8812AU" -+#define DRV_NAME "rtl8812au" -+ -+ -+#define CONFIG_USB_HCI 1 -+ -+ -+#define PLATFORM_LINUX 1 -+ -+ -+//#define CONFIG_IOCTL_CFG80211 1 -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ //#define RTW_USE_CFG80211_STA_EVENT /* Indecate new sta asoc through cfg80211_new_sta */ -+ #define CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER -+ //#define CONFIG_DEBUG_CFG80211 -+ //#define CONFIG_DRV_ISSUE_PROV_REQ // IOT FOR S2 -+ #define CONFIG_SET_SCAN_DENY_TIMER -+#endif -+ -+/* -+ * Internal General Config -+ */ -+//#define CONFIG_H2CLBK -+ -+#define CONFIG_EMBEDDED_FWIMG 1 -+//#define CONFIG_FILE_FWIMG -+ -+#define CONFIG_XMIT_ACK -+#ifdef CONFIG_XMIT_ACK -+ #define CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+#endif -+ -+#define CONFIG_80211N_HT 1 -+ -+#ifdef CONFIG_80211N_HT -+ #define CONFIG_80211AC_VHT 1 -+ #define CONFIG_BEAMFORMING -+ -+ #ifdef CONFIG_BEAMFORMING -+ #define CONFIG_BEAMFORMER_FW_NDPA -+ #define CONFIG_PHYDM_BEAMFORMING -+ #ifdef CONFIG_PHYDM_BEAMFORMING -+ #define BEAMFORMING_SUPPORT 1 /*for phydm beamforming*/ -+ #define SUPPORT_MU_BF 0 -+ #else -+ #define BEAMFORMING_SUPPORT 0 /*for driver beamforming*/ -+ #endif -+ #endif -+ -+#endif -+ -+#define CONFIG_RECV_REORDERING_CTRL 1 -+ -+//#define CONFIG_TCP_CSUM_OFFLOAD_RX 1 -+ -+//#define CONFIG_DRVEXT_MODULE 1 -+ -+#define CONFIG_DFS 1 -+ -+ //#define CONFIG_SUPPORT_USB_INT -+ #ifdef CONFIG_SUPPORT_USB_INT -+//#define CONFIG_USB_INTERRUPT_IN_PIPE 1 -+#endif -+ -+//#ifndef CONFIG_MP_INCLUDED -+ #define CONFIG_IPS 1 -+ #ifdef CONFIG_IPS -+ //#define CONFIG_IPS_LEVEL_2 1 //enable this to set default IPS mode to IPS_LEVEL_2 -+ #define CONFIG_IPS_CHECK_IN_WD // Do IPS Check in WatchDog. -+ #endif -+ //#define SUPPORT_HW_RFOFF_DETECTED 1 -+ -+ #define CONFIG_LPS 1 -+ #if defined(CONFIG_LPS) && defined(CONFIG_SUPPORT_USB_INT) -+ //#define CONFIG_LPS_LCLK 1 -+ #endif -+ -+ #ifdef CONFIG_LPS_LCLK -+ #define CONFIG_XMIT_THREAD_MODE -+ #endif -+ -+ //befor link -+ //#define CONFIG_ANTENNA_DIVERSITY -+ -+ //after link -+ #ifdef CONFIG_ANTENNA_DIVERSITY -+ #define CONFIG_HW_ANTENNA_DIVERSITY -+ #endif -+ -+ -+ //#define CONFIG_CONCURRENT_MODE 1 -+ #ifdef CONFIG_CONCURRENT_MODE -+ //#define CONFIG_HWPORT_SWAP //Port0->Sec , Port1 -> Pri -+ #define CONFIG_RUNTIME_PORT_SWITCH -+ //#define DBG_RUNTIME_PORT_SWITCH -+ #define CONFIG_SCAN_BACKOP -+ //#ifdef CONFIG_RTL8812A -+ // #define CONFIG_TSF_RESET_OFFLOAD 1 // For 2 PORT TSF SYNC. -+ //#endif -+ #endif -+ -+//#else //#ifndef CONFIG_MP_INCLUDED -+ -+//#endif //#ifndef CONFIG_MP_INCLUDED -+ -+#define CONFIG_AP_MODE 1 -+#ifdef CONFIG_AP_MODE -+ //#define CONFIG_INTERRUPT_BASED_TXBCN // Tx Beacon when driver BCN_OK ,BCN_ERR interrupt occurs -+ #if defined(CONFIG_CONCURRENT_MODE) && defined(CONFIG_INTERRUPT_BASED_TXBCN) -+ #undef CONFIG_INTERRUPT_BASED_TXBCN -+ #endif -+ #ifdef CONFIG_INTERRUPT_BASED_TXBCN -+ //#define CONFIG_INTERRUPT_BASED_TXBCN_EARLY_INT -+ #define CONFIG_INTERRUPT_BASED_TXBCN_BCN_OK_ERR -+ #endif -+ -+ #define CONFIG_NATIVEAP_MLME -+ #ifndef CONFIG_NATIVEAP_MLME -+ #define CONFIG_HOSTAPD_MLME 1 -+ #endif -+ #define CONFIG_FIND_BEST_CHANNEL 1 -+#endif -+ -+#define CONFIG_P2P 1 -+#ifdef CONFIG_P2P -+ //The CONFIG_WFD is for supporting the Wi-Fi display -+ #define CONFIG_WFD -+ -+ #define CONFIG_P2P_REMOVE_GROUP_INFO -+ -+ //#define CONFIG_DBG_P2P -+ -+ #define CONFIG_P2P_PS -+ //#define CONFIG_P2P_IPS -+ #define CONFIG_P2P_OP_CHK_SOCIAL_CH -+ #define CONFIG_CFG80211_ONECHANNEL_UNDER_CONCURRENT //replace CONFIG_P2P_CHK_INVITE_CH_LIST flag -+ #define CONFIG_P2P_INVITE_IOT -+#endif -+ -+// Added by Kurt 20110511 -+#ifdef CONFIG_TDLS -+ #define CONFIG_TDLS_DRIVER_SETUP -+// #ifndef CONFIG_WFD -+// #define CONFIG_WFD -+// #endif -+// #define CONFIG_TDLS_AUTOSETUP -+ #define CONFIG_TDLS_AUTOCHECKALIVE -+ #define CONFIG_TDLS_CH_SW /* Enable "CONFIG_TDLS_CH_SW" by default, however limit it to only work in wifi logo test mode but not in normal mode currently */ -+#endif -+ -+ -+#define CONFIG_SKB_COPY 1//for amsdu -+ -+#define CONFIG_LED -+#ifdef CONFIG_LED -+ #define CONFIG_SW_LED -+ #ifdef CONFIG_SW_LED -+ //#define CONFIG_LED_HANDLED_BY_CMD_THREAD -+ #endif -+#endif // CONFIG_LED -+ -+#define USB_INTERFERENCE_ISSUE // this should be checked in all usb interface -+#define CONFIG_GLOBAL_UI_PID -+ -+#define CONFIG_LAYER2_ROAMING -+#define CONFIG_LAYER2_ROAMING_RESUME -+//#define CONFIG_ADAPTOR_INFO_CACHING_FILE // now just applied on 8192cu only, should make it general... -+//#define CONFIG_RESUME_IN_WORKQUEUE -+//#define CONFIG_SET_SCAN_DENY_TIMER -+#define CONFIG_LONG_DELAY_ISSUE -+#define CONFIG_NEW_SIGNAL_STAT_PROCESS -+//#define CONFIG_SIGNAL_DISPLAY_DBM //display RX signal with dbm -+#ifdef CONFIG_SIGNAL_DISPLAY_DBM -+//#define CONFIG_BACKGROUND_NOISE_MONITOR -+#endif -+#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */ -+ -+#define CONFIG_TX_MCAST2UNI /*Support IP multicast->unicast*/ -+//#define CONFIG_CHECK_AC_LIFETIME 1 // Check packet lifetime of 4 ACs. -+ -+ -+/* -+ * Interface Related Config -+ */ -+ -+#ifndef CONFIG_MINIMAL_MEMORY_USAGE -+ #define CONFIG_USB_TX_AGGREGATION 1 -+ #define CONFIG_USB_RX_AGGREGATION 1 -+#endif -+ -+//#define CONFIG_REDUCE_USB_TX_INT 1 // Trade-off: Improve performance, but may cause TX URBs blocked by USB Host/Bus driver on few platforms. -+//#define CONFIG_EASY_REPLACEMENT 1 -+ -+/* -+ * CONFIG_USE_USB_BUFFER_ALLOC_XX uses Linux USB Buffer alloc API and is for Linux platform only now! -+ */ -+//#define CONFIG_USE_USB_BUFFER_ALLOC_TX 1 // Trade-off: For TX path, improve stability on some platforms, but may cause performance degrade on other platforms. -+//#define CONFIG_USE_USB_BUFFER_ALLOC_RX 1 // For RX path -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+#else -+ #define CONFIG_PREALLOC_RECV_SKB -+ #ifdef CONFIG_PREALLOC_RECV_SKB -+ //#define CONFIG_FIX_NR_BULKIN_BUFFER /* only use PREALLOC_RECV_SKB buffer, don't alloc skb at runtime */ -+ #endif -+#endif -+ -+/* -+ * USB VENDOR REQ BUFFER ALLOCATION METHOD -+ * if not set we'll use function local variable (stack memory) -+ */ -+//#define CONFIG_USB_VENDOR_REQ_BUFFER_DYNAMIC_ALLOCATE -+#define CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC -+ -+#define CONFIG_USB_VENDOR_REQ_MUTEX -+#define CONFIG_VENDOR_REQ_RETRY -+ -+//#define CONFIG_USB_SUPPORT_ASYNC_VDN_REQ 1 -+ -+#ifdef CONFIG_WOWLAN -+ //#define CONFIG_GTK_OL -+ #define CONFIG_ARP_KEEP_ALIVE -+#endif // CONFIG_WOWLAN -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ #ifndef WAKEUP_GPIO_IDX -+#define WAKEUP_GPIO_IDX 1 //WIFI Chip Side -+ #endif // !WAKEUP_GPIO_IDX -+#endif // CONFIG_GPIO_WAKEUP -+ -+/* -+ * HAL Related Config -+ */ -+#define RTL8812A_RX_PACKET_INCLUDE_CRC 0 -+ -+#define CONFIG_RX_PACKET_APPEND_FCS -+ -+//#define CONFIG_ONLY_ONE_OUT_EP_TO_LOW 0 -+ -+#define CONFIG_OUT_EP_WIFI_MODE 0 -+ -+#define ENABLE_USB_DROP_INCORRECT_OUT -+ -+#define CONFIG_ADHOC_WORKAROUND_SETTING 1 -+ -+#define ENABLE_NEW_RFE_TYPE 0 -+ -+#define DISABLE_BB_RF 0 -+ -+#ifdef CONFIG_MP_INCLUDED -+ #define MP_DRIVER 1 -+ #define CONFIG_MP_IWPRIV_SUPPORT 1 -+ //#undef CONFIG_USB_TX_AGGREGATION -+ //#undef CONFIG_USB_RX_AGGREGATION -+#else -+ #define MP_DRIVER 0 -+#endif -+ -+ -+/* -+ * Platform Related Config -+ */ -+#ifdef CONFIG_PLATFORM_MN10300 -+ #define CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV -+ #define CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+ #if defined (CONFIG_SW_ANTENNA_DIVERSITY) -+ #undef CONFIG_SW_ANTENNA_DIVERSITY -+ #define CONFIG_HW_ANTENNA_DIVERSITY -+ #endif -+ -+ #if defined (CONFIG_POWER_SAVING) -+ #undef CONFIG_POWER_SAVING -+ #endif -+ -+#endif//CONFIG_PLATFORM_MN10300 -+ -+ -+#if defined(CONFIG_PLATFORM_ACTIONS_ATM702X) -+ #ifdef CONFIG_USB_TX_AGGREGATION -+ #undef CONFIG_USB_TX_AGGREGATION -+ #endif -+ #ifndef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ #define CONFIG_USE_USB_BUFFER_ALLOC_TX -+ #endif -+ #ifndef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ #define CONFIG_USE_USB_BUFFER_ALLOC_RX -+ #endif -+#endif -+ -+#ifdef CONFIG_BT_COEXIST -+ // for ODM and outsrc BT-Coex -+ #define BT_30_SUPPORT 1 -+ #define CONFIG_BT_COEXIST_SOCKET_TRX -+ #ifndef CONFIG_LPS -+ #define CONFIG_LPS // download reserved page to FW -+ #endif -+#else // !CONFIG_BT_COEXIST -+ #define BT_30_SUPPORT 0 -+#endif // !CONFIG_BT_COEXIST -+ -+ -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+//#define CONFIG_TX_EARLY_MODE -+#endif -+ -+#define RTL8188E_EARLY_MODE_PKT_NUM_10 0 -+ -+#define CONFIG_80211D -+ -+#define CONFIG_ATTEMPT_TO_FIX_AP_BEACON_ERROR -+ -+/* -+ * Debug Related Config -+ */ -+#define DBG 1 -+ -+//#define CONFIG_DEBUG /* DBG_871X, etc... */ -+//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */ -+ -+#define CONFIG_PROC_DEBUG -+ -+#define DBG_CONFIG_ERROR_DETECT -+//#define DBG_CONFIG_ERROR_DETECT_INT -+//#define DBG_CONFIG_ERROR_RESET -+ -+//#define DBG_IO -+//#define DBG_DELAY_OS -+//#define DBG_MEM_ALLOC -+//#define DBG_IOCTL -+ -+//#define DBG_TX -+//#define DBG_XMIT_BUF -+//#define DBG_XMIT_BUF_EXT -+//#define DBG_TX_DROP_FRAME -+ -+//#define DBG_RX_DROP_FRAME -+//#define DBG_RX_SEQ -+//#define DBG_RX_SIGNAL_DISPLAY_PROCESSING -+//#define DBG_RX_SIGNAL_DISPLAY_SSID_MONITORED "jeff-ap" -+ -+ -+ -+//#define DBG_SHOW_MCUFWDL_BEFORE_51_ENABLE -+//#define DBG_ROAMING_TEST -+ -+//#define DBG_HAL_INIT_PROFILING -+ -+//#define DBG_MEMORY_LEAK 1 -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/basic_types.h linux/3rdparty/rtl8812au/include/basic_types.h ---- linux.old/3rdparty/rtl8812au/include/basic_types.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/basic_types.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,364 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __BASIC_TYPES_H__ -+#define __BASIC_TYPES_H__ -+ -+ -+#define SUCCESS 0 -+#define FAIL (-1) -+ -+#ifndef TRUE -+ #define _TRUE 1 -+#else -+ #define _TRUE TRUE -+#endif -+ -+#ifndef FALSE -+ #define _FALSE 0 -+#else -+ #define _FALSE FALSE -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+ typedef signed char s8; -+ typedef unsigned char u8; -+ -+ typedef signed short s16; -+ typedef unsigned short u16; -+ -+ typedef signed long s32; -+ typedef unsigned long u32; -+ -+ typedef unsigned int uint; -+ typedef signed int sint; -+ -+ -+ typedef signed long long s64; -+ typedef unsigned long long u64; -+ -+ #ifdef NDIS50_MINIPORT -+ -+ #define NDIS_MAJOR_VERSION 5 -+ #define NDIS_MINOR_VERSION 0 -+ -+ #endif -+ -+ #ifdef NDIS51_MINIPORT -+ -+ #define NDIS_MAJOR_VERSION 5 -+ #define NDIS_MINOR_VERSION 1 -+ -+ #endif -+ -+ typedef NDIS_PROC proc_t; -+ -+ typedef LONG atomic_t; -+ -+#endif -+ -+ -+#ifdef PLATFORM_LINUX -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #define IN -+ #define OUT -+ #define VOID void -+ #define NDIS_OID uint -+ #define NDIS_STATUS uint -+ -+ typedef signed int sint; -+ -+ #ifndef PVOID -+ typedef void * PVOID; -+ //#define PVOID (void *) -+ #endif -+ -+ #define UCHAR u8 -+ #define USHORT u16 -+ #define UINT u32 -+ #define ULONG u32 -+ -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)) -+ typedef _Bool bool; -+ #endif -+ -+ typedef void (*proc_t)(void*); -+ -+ typedef __kernel_size_t SIZE_T; -+ typedef __kernel_ssize_t SSIZE_T; -+ #define FIELD_OFFSET(s,field) ((SSIZE_T)&((s*)(0))->field) -+ -+#endif -+ -+ -+#ifdef PLATFORM_FREEBSD -+ -+ typedef signed char s8; -+ typedef unsigned char u8; -+ -+ typedef signed short s16; -+ typedef unsigned short u16; -+ -+ typedef signed int s32; -+ typedef unsigned int u32; -+ -+ typedef unsigned int uint; -+ typedef signed int sint; -+ typedef long atomic_t; -+ -+ typedef signed long long s64; -+ typedef unsigned long long u64; -+ #define IN -+ #define OUT -+ #define VOID void -+ #define NDIS_OID uint -+ #define NDIS_STATUS uint -+ -+ #ifndef PVOID -+ typedef void * PVOID; -+ //#define PVOID (void *) -+ #endif -+ typedef u32 dma_addr_t; -+ #define UCHAR u8 -+ #define USHORT u16 -+ #define UINT u32 -+ #define ULONG u32 -+ -+ typedef void (*proc_t)(void*); -+ -+ typedef unsigned int __kernel_size_t; -+ typedef int __kernel_ssize_t; -+ -+ typedef __kernel_size_t SIZE_T; -+ typedef __kernel_ssize_t SSIZE_T; -+ #define FIELD_OFFSET(s,field) ((SSIZE_T)&((s*)(0))->field) -+ -+#endif -+ -+#define MEM_ALIGNMENT_OFFSET (sizeof (SIZE_T)) -+#define MEM_ALIGNMENT_PADDING (sizeof(SIZE_T) - 1) -+ -+#define SIZE_PTR SIZE_T -+#define SSIZE_PTR SSIZE_T -+ -+//port from fw by thomas -+// TODO: Belows are Sync from SD7-Driver. It is necessary to check correctness -+ -+/* -+ * Call endian free function when -+ * 1. Read/write packet content. -+ * 2. Before write integer to IO. -+ * 3. After read integer from IO. -+*/ -+ -+// -+// Byte Swapping routine. -+// -+#define EF1Byte (u8) -+#define EF2Byte le16_to_cpu -+#define EF4Byte le32_to_cpu -+ -+// -+// Read LE format data from memory -+// -+#define ReadEF1Byte(_ptr) EF1Byte(*((u8 *)(_ptr))) -+#define ReadEF2Byte(_ptr) EF2Byte(*((u16 *)(_ptr))) -+#define ReadEF4Byte(_ptr) EF4Byte(*((u32 *)(_ptr))) -+ -+// -+// Write LE data to memory -+// -+#define WriteEF1Byte(_ptr, _val) (*((u8 *)(_ptr)))=EF1Byte(_val) -+#define WriteEF2Byte(_ptr, _val) (*((u16 *)(_ptr)))=EF2Byte(_val) -+#define WriteEF4Byte(_ptr, _val) (*((u32 *)(_ptr)))=EF4Byte(_val) -+ -+// -+// Example: -+// BIT_LEN_MASK_32(0) => 0x00000000 -+// BIT_LEN_MASK_32(1) => 0x00000001 -+// BIT_LEN_MASK_32(2) => 0x00000003 -+// BIT_LEN_MASK_32(32) => 0xFFFFFFFF -+// -+#define BIT_LEN_MASK_32(__BitLen) \ -+ (0xFFFFFFFF >> (32 - (__BitLen))) -+// -+// Example: -+// BIT_OFFSET_LEN_MASK_32(0, 2) => 0x00000003 -+// BIT_OFFSET_LEN_MASK_32(16, 2) => 0x00030000 -+// -+#define BIT_OFFSET_LEN_MASK_32(__BitOffset, __BitLen) \ -+ (BIT_LEN_MASK_32(__BitLen) << (__BitOffset)) -+ -+// -+// Description: -+// Return 4-byte value in host byte ordering from -+// 4-byte pointer in litten-endian system. -+// -+#define LE_P4BYTE_TO_HOST_4BYTE(__pStart) \ -+ (EF4Byte(*((u32 *)(__pStart)))) -+ -+// -+// Description: -+// Translate subfield (continuous bits in little-endian) of 4-byte value in litten byte to -+// 4-byte value in host byte ordering. -+// -+#define LE_BITS_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ ( LE_P4BYTE_TO_HOST_4BYTE(__pStart) >> (__BitOffset) ) \ -+ & \ -+ BIT_LEN_MASK_32(__BitLen) \ -+ ) -+ -+// -+// Description: -+// Mask subfield (continuous bits in little-endian) of 4-byte value in litten byte oredering -+// and return the result in 4-byte value in host byte ordering. -+// -+#define LE_BITS_CLEARED_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ LE_P4BYTE_TO_HOST_4BYTE(__pStart) \ -+ & \ -+ ( ~BIT_OFFSET_LEN_MASK_32(__BitOffset, __BitLen) ) \ -+ ) -+ -+// -+// Description: -+// Set subfield of little-endian 4-byte value to specified value. -+// -+#define SET_BITS_TO_LE_4BYTE(__pStart, __BitOffset, __BitLen, __Value) \ -+ *((u32 *)(__pStart)) = \ -+ EF4Byte( \ -+ LE_BITS_CLEARED_TO_4BYTE(__pStart, __BitOffset, __BitLen) \ -+ | \ -+ ( (((u32)__Value) & BIT_LEN_MASK_32(__BitLen)) << (__BitOffset) ) \ -+ ); -+ -+ -+#define BIT_LEN_MASK_16(__BitLen) \ -+ (0xFFFF >> (16 - (__BitLen))) -+ -+#define BIT_OFFSET_LEN_MASK_16(__BitOffset, __BitLen) \ -+ (BIT_LEN_MASK_16(__BitLen) << (__BitOffset)) -+ -+#define LE_P2BYTE_TO_HOST_2BYTE(__pStart) \ -+ (EF2Byte(*((u16 *)(__pStart)))) -+ -+#define LE_BITS_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ ( LE_P2BYTE_TO_HOST_2BYTE(__pStart) >> (__BitOffset) ) \ -+ & \ -+ BIT_LEN_MASK_16(__BitLen) \ -+ ) -+ -+#define LE_BITS_CLEARED_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ LE_P2BYTE_TO_HOST_2BYTE(__pStart) \ -+ & \ -+ (u16)(~BIT_OFFSET_LEN_MASK_16(__BitOffset, __BitLen))\ -+ ) -+ -+#define SET_BITS_TO_LE_2BYTE(__pStart, __BitOffset, __BitLen, __Value) \ -+ *((u16 *)(__pStart)) = \ -+ EF2Byte( \ -+ LE_BITS_CLEARED_TO_2BYTE(__pStart, __BitOffset, __BitLen) \ -+ | \ -+ ( (((u16)__Value) & BIT_LEN_MASK_16(__BitLen)) << (__BitOffset) ) \ -+ ); -+ -+#define BIT_LEN_MASK_8(__BitLen) \ -+ (0xFF >> (8 - (__BitLen))) -+ -+#define BIT_OFFSET_LEN_MASK_8(__BitOffset, __BitLen) \ -+ (BIT_LEN_MASK_8(__BitLen) << (__BitOffset)) -+ -+#define LE_P1BYTE_TO_HOST_1BYTE(__pStart) \ -+ (EF1Byte(*((u8 *)(__pStart)))) -+ -+#define LE_BITS_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ ( LE_P1BYTE_TO_HOST_1BYTE(__pStart) >> (__BitOffset) ) \ -+ & \ -+ BIT_LEN_MASK_8(__BitLen) \ -+ ) -+ -+#define LE_BITS_CLEARED_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ LE_P1BYTE_TO_HOST_1BYTE(__pStart) \ -+ & \ -+ (u8)(~BIT_OFFSET_LEN_MASK_8(__BitOffset, __BitLen))\ -+ ) -+ -+#define SET_BITS_TO_LE_1BYTE(__pStart, __BitOffset, __BitLen, __Value) \ -+do { \ -+ *((u8 *)(__pStart)) = \ -+ EF1Byte( \ -+ LE_BITS_CLEARED_TO_1BYTE(__pStart, __BitOffset, __BitLen) \ -+ | \ -+ ( (((u8)__Value) & BIT_LEN_MASK_8(__BitLen)) << (__BitOffset) ) \ -+ ); \ -+} while (0) -+ -+ -+#define LE_BITS_CLEARED_TO_2BYTE_16BIT(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ LE_P2BYTE_TO_HOST_2BYTE(__pStart) \ -+ ) -+ -+#define SET_BITS_TO_LE_2BYTE_16BIT(__pStart, __BitOffset, __BitLen, __Value) \ -+ *((u16 *)(__pStart)) = \ -+ EF2Byte( \ -+ LE_BITS_CLEARED_TO_2BYTE_16BIT(__pStart, __BitOffset, __BitLen) \ -+ | \ -+ ( (u16)__Value) \ -+ ); -+ -+#define LE_BITS_CLEARED_TO_1BYTE_8BIT(__pStart, __BitOffset, __BitLen) \ -+ ( \ -+ LE_P1BYTE_TO_HOST_1BYTE(__pStart) \ -+ ) -+ -+#define SET_BITS_TO_LE_1BYTE_8BIT(__pStart, __BitOffset, __BitLen, __Value) \ -+do { \ -+ *((u8 *)(__pStart)) = \ -+ EF1Byte( \ -+ LE_BITS_CLEARED_TO_1BYTE_8BIT(__pStart, __BitOffset, __BitLen) \ -+ | \ -+ ((u8)__Value) \ -+ ); \ -+} while (0) -+ -+// Get the N-bytes aligment offset from the current length -+#define N_BYTE_ALIGMENT(__Value, __Aligment) ((__Aligment == 1) ? (__Value) : (((__Value + __Aligment - 1) / __Aligment) * __Aligment)) -+ -+typedef unsigned char BOOLEAN,*PBOOLEAN; -+ -+#define TEST_FLAG(__Flag,__testFlag) (((__Flag) & (__testFlag)) != 0) -+#define SET_FLAG(__Flag, __setFlag) ((__Flag) |= __setFlag) -+#define CLEAR_FLAG(__Flag, __clearFlag) ((__Flag) &= ~(__clearFlag)) -+#define CLEAR_FLAGS(__Flag) ((__Flag) = 0) -+#define TEST_FLAGS(__Flag, __testFlags) (((__Flag) & (__testFlags)) == (__testFlags)) -+ -+#endif //__BASIC_TYPES_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/byteorder/big_endian.h linux/3rdparty/rtl8812au/include/byteorder/big_endian.h ---- linux.old/3rdparty/rtl8812au/include/byteorder/big_endian.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/byteorder/big_endian.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,88 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H -+#define _LINUX_BYTEORDER_BIG_ENDIAN_H -+ -+#ifndef __BIG_ENDIAN -+#define __BIG_ENDIAN 4321 -+#endif -+#ifndef __BIG_ENDIAN_BITFIELD -+#define __BIG_ENDIAN_BITFIELD -+#endif -+ -+#include -+ -+#define __constant_htonl(x) ((__u32)(x)) -+#define __constant_ntohl(x) ((__u32)(x)) -+#define __constant_htons(x) ((__u16)(x)) -+#define __constant_ntohs(x) ((__u16)(x)) -+#define __constant_cpu_to_le64(x) ___constant_swab64((x)) -+#define __constant_le64_to_cpu(x) ___constant_swab64((x)) -+#define __constant_cpu_to_le32(x) ___constant_swab32((x)) -+#define __constant_le32_to_cpu(x) ___constant_swab32((x)) -+#define __constant_cpu_to_le16(x) ___constant_swab16((x)) -+#define __constant_le16_to_cpu(x) ___constant_swab16((x)) -+#define __constant_cpu_to_be64(x) ((__u64)(x)) -+#define __constant_be64_to_cpu(x) ((__u64)(x)) -+#define __constant_cpu_to_be32(x) ((__u32)(x)) -+#define __constant_be32_to_cpu(x) ((__u32)(x)) -+#define __constant_cpu_to_be16(x) ((__u16)(x)) -+#define __constant_be16_to_cpu(x) ((__u16)(x)) -+#define __cpu_to_le64(x) __swab64((x)) -+#define __le64_to_cpu(x) __swab64((x)) -+#define __cpu_to_le32(x) __swab32((x)) -+#define __le32_to_cpu(x) __swab32((x)) -+#define __cpu_to_le16(x) __swab16((x)) -+#define __le16_to_cpu(x) __swab16((x)) -+#define __cpu_to_be64(x) ((__u64)(x)) -+#define __be64_to_cpu(x) ((__u64)(x)) -+#define __cpu_to_be32(x) ((__u32)(x)) -+#define __be32_to_cpu(x) ((__u32)(x)) -+#define __cpu_to_be16(x) ((__u16)(x)) -+#define __be16_to_cpu(x) ((__u16)(x)) -+#define __cpu_to_le64p(x) __swab64p((x)) -+#define __le64_to_cpup(x) __swab64p((x)) -+#define __cpu_to_le32p(x) __swab32p((x)) -+#define __le32_to_cpup(x) __swab32p((x)) -+#define __cpu_to_le16p(x) __swab16p((x)) -+#define __le16_to_cpup(x) __swab16p((x)) -+#define __cpu_to_be64p(x) (*(__u64*)(x)) -+#define __be64_to_cpup(x) (*(__u64*)(x)) -+#define __cpu_to_be32p(x) (*(__u32*)(x)) -+#define __be32_to_cpup(x) (*(__u32*)(x)) -+#define __cpu_to_be16p(x) (*(__u16*)(x)) -+#define __be16_to_cpup(x) (*(__u16*)(x)) -+#define __cpu_to_le64s(x) __swab64s((x)) -+#define __le64_to_cpus(x) __swab64s((x)) -+#define __cpu_to_le32s(x) __swab32s((x)) -+#define __le32_to_cpus(x) __swab32s((x)) -+#define __cpu_to_le16s(x) __swab16s((x)) -+#define __le16_to_cpus(x) __swab16s((x)) -+#define __cpu_to_be64s(x) do {} while (0) -+#define __be64_to_cpus(x) do {} while (0) -+#define __cpu_to_be32s(x) do {} while (0) -+#define __be32_to_cpus(x) do {} while (0) -+#define __cpu_to_be16s(x) do {} while (0) -+#define __be16_to_cpus(x) do {} while (0) -+ -+#include -+ -+#endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/byteorder/generic.h linux/3rdparty/rtl8812au/include/byteorder/generic.h ---- linux.old/3rdparty/rtl8812au/include/byteorder/generic.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/byteorder/generic.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,213 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _LINUX_BYTEORDER_GENERIC_H -+#define _LINUX_BYTEORDER_GENERIC_H -+ -+/* -+ * linux/byteorder_generic.h -+ * Generic Byte-reordering support -+ * -+ * Francois-Rene Rideau 19970707 -+ * gathered all the good ideas from all asm-foo/byteorder.h into one file, -+ * cleaned them up. -+ * I hope it is compliant with non-GCC compilers. -+ * I decided to put __BYTEORDER_HAS_U64__ in byteorder.h, -+ * because I wasn't sure it would be ok to put it in types.h -+ * Upgraded it to 2.1.43 -+ * Francois-Rene Rideau 19971012 -+ * Upgraded it to 2.1.57 -+ * to please Linus T., replaced huge #ifdef's between little/big endian -+ * by nestedly #include'd files. -+ * Francois-Rene Rideau 19971205 -+ * Made it to 2.1.71; now a facelift: -+ * Put files under include/linux/byteorder/ -+ * Split swab from generic support. -+ * -+ * TODO: -+ * = Regular kernel maintainers could also replace all these manual -+ * byteswap macros that remain, disseminated among drivers, -+ * after some grep or the sources... -+ * = Linus might want to rename all these macros and files to fit his taste, -+ * to fit his personal naming scheme. -+ * = it seems that a few drivers would also appreciate -+ * nybble swapping support... -+ * = every architecture could add their byteswap macro in asm/byteorder.h -+ * see how some architectures already do (i386, alpha, ppc, etc) -+ * = cpu_to_beXX and beXX_to_cpu might some day need to be well -+ * distinguished throughout the kernel. This is not the case currently, -+ * since little endian, big endian, and pdp endian machines needn't it. -+ * But this might be the case for, say, a port of Linux to 20/21 bit -+ * architectures (and F21 Linux addict around?). -+ */ -+ -+/* -+ * The following macros are to be defined by : -+ * -+ * Conversion of long and short int between network and host format -+ * ntohl(__u32 x) -+ * ntohs(__u16 x) -+ * htonl(__u32 x) -+ * htons(__u16 x) -+ * It seems that some programs (which? where? or perhaps a standard? POSIX?) -+ * might like the above to be functions, not macros (why?). -+ * if that's true, then detect them, and take measures. -+ * Anyway, the measure is: define only ___ntohl as a macro instead, -+ * and in a separate file, have -+ * unsigned long inline ntohl(x){return ___ntohl(x);} -+ * -+ * The same for constant arguments -+ * __constant_ntohl(__u32 x) -+ * __constant_ntohs(__u16 x) -+ * __constant_htonl(__u32 x) -+ * __constant_htons(__u16 x) -+ * -+ * Conversion of XX-bit integers (16- 32- or 64-) -+ * between native CPU format and little/big endian format -+ * 64-bit stuff only defined for proper architectures -+ * cpu_to_[bl]eXX(__uXX x) -+ * [bl]eXX_to_cpu(__uXX x) -+ * -+ * The same, but takes a pointer to the value to convert -+ * cpu_to_[bl]eXXp(__uXX x) -+ * [bl]eXX_to_cpup(__uXX x) -+ * -+ * The same, but change in situ -+ * cpu_to_[bl]eXXs(__uXX x) -+ * [bl]eXX_to_cpus(__uXX x) -+ * -+ * See asm-foo/byteorder.h for examples of how to provide -+ * architecture-optimized versions -+ * -+ */ -+ -+ -+#if defined(PLATFORM_LINUX) || defined(PLATFORM_WINDOWS) || defined(PLATFORM_MPIXEL) || defined(PLATFORM_FREEBSD) -+/* -+ * inside the kernel, we can use nicknames; -+ * outside of it, we must avoid POSIX namespace pollution... -+ */ -+#define cpu_to_le64 __cpu_to_le64 -+#define le64_to_cpu __le64_to_cpu -+#define cpu_to_le32 __cpu_to_le32 -+#define le32_to_cpu __le32_to_cpu -+#define cpu_to_le16 __cpu_to_le16 -+#define le16_to_cpu __le16_to_cpu -+#define cpu_to_be64 __cpu_to_be64 -+#define be64_to_cpu __be64_to_cpu -+#define cpu_to_be32 __cpu_to_be32 -+#define be32_to_cpu __be32_to_cpu -+#define cpu_to_be16 __cpu_to_be16 -+#define be16_to_cpu __be16_to_cpu -+#define cpu_to_le64p __cpu_to_le64p -+#define le64_to_cpup __le64_to_cpup -+#define cpu_to_le32p __cpu_to_le32p -+#define le32_to_cpup __le32_to_cpup -+#define cpu_to_le16p __cpu_to_le16p -+#define le16_to_cpup __le16_to_cpup -+#define cpu_to_be64p __cpu_to_be64p -+#define be64_to_cpup __be64_to_cpup -+#define cpu_to_be32p __cpu_to_be32p -+#define be32_to_cpup __be32_to_cpup -+#define cpu_to_be16p __cpu_to_be16p -+#define be16_to_cpup __be16_to_cpup -+#define cpu_to_le64s __cpu_to_le64s -+#define le64_to_cpus __le64_to_cpus -+#define cpu_to_le32s __cpu_to_le32s -+#define le32_to_cpus __le32_to_cpus -+#define cpu_to_le16s __cpu_to_le16s -+#define le16_to_cpus __le16_to_cpus -+#define cpu_to_be64s __cpu_to_be64s -+#define be64_to_cpus __be64_to_cpus -+#define cpu_to_be32s __cpu_to_be32s -+#define be32_to_cpus __be32_to_cpus -+#define cpu_to_be16s __cpu_to_be16s -+#define be16_to_cpus __be16_to_cpus -+#endif -+ -+ -+/* -+ * Handle ntohl and suches. These have various compatibility -+ * issues - like we want to give the prototype even though we -+ * also have a macro for them in case some strange program -+ * wants to take the address of the thing or something.. -+ * -+ * Note that these used to return a "long" in libc5, even though -+ * long is often 64-bit these days.. Thus the casts. -+ * -+ * They have to be macros in order to do the constant folding -+ * correctly - if the argument passed into a inline function -+ * it is no longer constant according to gcc.. -+ */ -+ -+#undef ntohl -+#undef ntohs -+#undef htonl -+#undef htons -+ -+/* -+ * Do the prototypes. Somebody might want to take the -+ * address or some such sick thing.. -+ */ -+#if defined(PLATFORM_LINUX) || (defined (__GLIBC__) && __GLIBC__ >= 2) -+extern __u32 ntohl(__u32); -+extern __u32 htonl(__u32); -+#else //defined(PLATFORM_LINUX) || (defined (__GLIBC__) && __GLIBC__ >= 2) -+#ifndef PLATFORM_FREEBSD -+extern unsigned long int ntohl(unsigned long int); -+extern unsigned long int htonl(unsigned long int); -+#endif -+#endif -+#ifndef PLATFORM_FREEBSD -+extern unsigned short int ntohs(unsigned short int); -+extern unsigned short int htons(unsigned short int); -+#endif -+ -+#if defined(__GNUC__) && (__GNUC__ >= 2) && defined(__OPTIMIZE__) || defined(PLATFORM_MPIXEL) -+ -+#define ___htonl(x) __cpu_to_be32(x) -+#define ___htons(x) __cpu_to_be16(x) -+#define ___ntohl(x) __be32_to_cpu(x) -+#define ___ntohs(x) __be16_to_cpu(x) -+ -+#if defined(PLATFORM_LINUX) || (defined (__GLIBC__) && __GLIBC__ >= 2) -+#define htonl(x) ___htonl(x) -+#define ntohl(x) ___ntohl(x) -+#else -+#define htonl(x) ((unsigned long)___htonl(x)) -+#define ntohl(x) ((unsigned long)___ntohl(x)) -+#endif -+#define htons(x) ___htons(x) -+#define ntohs(x) ___ntohs(x) -+ -+#endif /* OPTIMIZE */ -+ -+ -+#if defined (PLATFORM_WINDOWS) -+ -+#define htonl(x) __cpu_to_be32(x) -+#define ntohl(x) __be32_to_cpu(x) -+#define htons(x) __cpu_to_be16(x) -+#define ntohs(x) __be16_to_cpu(x) -+ -+ -+#endif -+ -+#endif /* _LINUX_BYTEORDER_GENERIC_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/byteorder/little_endian.h linux/3rdparty/rtl8812au/include/byteorder/little_endian.h ---- linux.old/3rdparty/rtl8812au/include/byteorder/little_endian.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/byteorder/little_endian.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,90 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H -+#define _LINUX_BYTEORDER_LITTLE_ENDIAN_H -+ -+#ifndef __LITTLE_ENDIAN -+#define __LITTLE_ENDIAN 1234 -+#endif -+#ifndef __LITTLE_ENDIAN_BITFIELD -+#define __LITTLE_ENDIAN_BITFIELD -+#endif -+ -+#include -+ -+#ifndef __constant_htonl -+#define __constant_htonl(x) ___constant_swab32((x)) -+#define __constant_ntohl(x) ___constant_swab32((x)) -+#define __constant_htons(x) ___constant_swab16((x)) -+#define __constant_ntohs(x) ___constant_swab16((x)) -+#define __constant_cpu_to_le64(x) ((__u64)(x)) -+#define __constant_le64_to_cpu(x) ((__u64)(x)) -+#define __constant_cpu_to_le32(x) ((__u32)(x)) -+#define __constant_le32_to_cpu(x) ((__u32)(x)) -+#define __constant_cpu_to_le16(x) ((__u16)(x)) -+#define __constant_le16_to_cpu(x) ((__u16)(x)) -+#define __constant_cpu_to_be64(x) ___constant_swab64((x)) -+#define __constant_be64_to_cpu(x) ___constant_swab64((x)) -+#define __constant_cpu_to_be32(x) ___constant_swab32((x)) -+#define __constant_be32_to_cpu(x) ___constant_swab32((x)) -+#define __constant_cpu_to_be16(x) ___constant_swab16((x)) -+#define __constant_be16_to_cpu(x) ___constant_swab16((x)) -+#define __cpu_to_le64(x) ((__u64)(x)) -+#define __le64_to_cpu(x) ((__u64)(x)) -+#define __cpu_to_le32(x) ((__u32)(x)) -+#define __le32_to_cpu(x) ((__u32)(x)) -+#define __cpu_to_le16(x) ((__u16)(x)) -+#define __le16_to_cpu(x) ((__u16)(x)) -+#define __cpu_to_be64(x) __swab64((x)) -+#define __be64_to_cpu(x) __swab64((x)) -+#define __cpu_to_be32(x) __swab32((x)) -+#define __be32_to_cpu(x) __swab32((x)) -+#define __cpu_to_be16(x) __swab16((x)) -+#define __be16_to_cpu(x) __swab16((x)) -+#define __cpu_to_le64p(x) (*(__u64*)(x)) -+#define __le64_to_cpup(x) (*(__u64*)(x)) -+#define __cpu_to_le32p(x) (*(__u32*)(x)) -+#define __le32_to_cpup(x) (*(__u32*)(x)) -+#define __cpu_to_le16p(x) (*(__u16*)(x)) -+#define __le16_to_cpup(x) (*(__u16*)(x)) -+#define __cpu_to_be64p(x) __swab64p((x)) -+#define __be64_to_cpup(x) __swab64p((x)) -+#define __cpu_to_be32p(x) __swab32p((x)) -+#define __be32_to_cpup(x) __swab32p((x)) -+#define __cpu_to_be16p(x) __swab16p((x)) -+#define __be16_to_cpup(x) __swab16p((x)) -+#define __cpu_to_le64s(x) do {} while (0) -+#define __le64_to_cpus(x) do {} while (0) -+#define __cpu_to_le32s(x) do {} while (0) -+#define __le32_to_cpus(x) do {} while (0) -+#define __cpu_to_le16s(x) do {} while (0) -+#define __le16_to_cpus(x) do {} while (0) -+#define __cpu_to_be64s(x) __swab64s((x)) -+#define __be64_to_cpus(x) __swab64s((x)) -+#define __cpu_to_be32s(x) __swab32s((x)) -+#define __be32_to_cpus(x) __swab32s((x)) -+#define __cpu_to_be16s(x) __swab16s((x)) -+#define __be16_to_cpus(x) __swab16s((x)) -+#endif // __constant_htonl -+ -+#include -+ -+#endif /* _LINUX_BYTEORDER_LITTLE_ENDIAN_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/byteorder/swabb.h linux/3rdparty/rtl8812au/include/byteorder/swabb.h ---- linux.old/3rdparty/rtl8812au/include/byteorder/swabb.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/byteorder/swabb.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,157 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _LINUX_BYTEORDER_SWABB_H -+#define _LINUX_BYTEORDER_SWABB_H -+ -+/* -+ * linux/byteorder/swabb.h -+ * SWAp Bytes Bizarrely -+ * swaHHXX[ps]?(foo) -+ * -+ * Support for obNUXIous pdp-endian and other bizarre architectures. -+ * Will Linux ever run on such ancient beasts? if not, this file -+ * will be but a programming pearl. Still, it's a reminder that we -+ * shouldn't be making too many assumptions when trying to be portable. -+ * -+ */ -+ -+/* -+ * Meaning of the names I chose (vaxlinux people feel free to correct them): -+ * swahw32 swap 16-bit half-words in a 32-bit word -+ * swahb32 swap 8-bit halves of each 16-bit half-word in a 32-bit word -+ * -+ * No 64-bit support yet. I don't know NUXI conventions for long longs. -+ * I guarantee it will be a mess when it's there, though :-> -+ * It will be even worse if there are conflicting 64-bit conventions. -+ * Hopefully, no one ever used 64-bit objects on NUXI machines. -+ * -+ */ -+ -+#define ___swahw32(x) \ -+({ \ -+ __u32 __x = (x); \ -+ ((__u32)( \ -+ (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | \ -+ (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); \ -+}) -+#define ___swahb32(x) \ -+({ \ -+ __u32 __x = (x); \ -+ ((__u32)( \ -+ (((__u32)(__x) & (__u32)0x00ff00ffUL) << 8) | \ -+ (((__u32)(__x) & (__u32)0xff00ff00UL) >> 8) )); \ -+}) -+ -+#define ___constant_swahw32(x) \ -+ ((__u32)( \ -+ (((__u32)(x) & (__u32)0x0000ffffUL) << 16) | \ -+ (((__u32)(x) & (__u32)0xffff0000UL) >> 16) )) -+#define ___constant_swahb32(x) \ -+ ((__u32)( \ -+ (((__u32)(x) & (__u32)0x00ff00ffUL) << 8) | \ -+ (((__u32)(x) & (__u32)0xff00ff00UL) >> 8) )) -+ -+/* -+ * provide defaults when no architecture-specific optimization is detected -+ */ -+#ifndef __arch__swahw32 -+# define __arch__swahw32(x) ___swahw32(x) -+#endif -+#ifndef __arch__swahb32 -+# define __arch__swahb32(x) ___swahb32(x) -+#endif -+ -+#ifndef __arch__swahw32p -+# define __arch__swahw32p(x) __swahw32(*(x)) -+#endif -+#ifndef __arch__swahb32p -+# define __arch__swahb32p(x) __swahb32(*(x)) -+#endif -+ -+#ifndef __arch__swahw32s -+# define __arch__swahw32s(x) do { *(x) = __swahw32p((x)); } while (0) -+#endif -+#ifndef __arch__swahb32s -+# define __arch__swahb32s(x) do { *(x) = __swahb32p((x)); } while (0) -+#endif -+ -+ -+/* -+ * Allow constant folding -+ */ -+#if defined(__GNUC__) && (__GNUC__ >= 2) && defined(__OPTIMIZE__) -+# define __swahw32(x) \ -+(__builtin_constant_p((__u32)(x)) ? \ -+ ___swahw32((x)) : \ -+ __fswahw32((x))) -+# define __swahb32(x) \ -+(__builtin_constant_p((__u32)(x)) ? \ -+ ___swahb32((x)) : \ -+ __fswahb32((x))) -+#else -+# define __swahw32(x) __fswahw32(x) -+# define __swahb32(x) __fswahb32(x) -+#endif /* OPTIMIZE */ -+ -+ -+__inline static__ __const__ __u32 __fswahw32(__u32 x) -+{ -+ return __arch__swahw32(x); -+} -+__inline static__ __u32 __swahw32p(__u32 *x) -+{ -+ return __arch__swahw32p(x); -+} -+__inline static__ void __swahw32s(__u32 *addr) -+{ -+ __arch__swahw32s(addr); -+} -+ -+ -+__inline static__ __const__ __u32 __fswahb32(__u32 x) -+{ -+ return __arch__swahb32(x); -+} -+__inline static__ __u32 __swahb32p(__u32 *x) -+{ -+ return __arch__swahb32p(x); -+} -+__inline static__ void __swahb32s(__u32 *addr) -+{ -+ __arch__swahb32s(addr); -+} -+ -+#ifdef __BYTEORDER_HAS_U64__ -+/* -+ * Not supported yet -+ */ -+#endif /* __BYTEORDER_HAS_U64__ */ -+ -+#if defined(PLATFORM_LINUX) -+#define swahw32 __swahw32 -+#define swahb32 __swahb32 -+#define swahw32p __swahw32p -+#define swahb32p __swahb32p -+#define swahw32s __swahw32s -+#define swahb32s __swahb32s -+#endif -+ -+#endif /* _LINUX_BYTEORDER_SWABB_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/byteorder/swab.h linux/3rdparty/rtl8812au/include/byteorder/swab.h ---- linux.old/3rdparty/rtl8812au/include/byteorder/swab.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/byteorder/swab.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,141 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _LINUX_BYTEORDER_SWAB_H -+#define _LINUX_BYTEORDER_SWAB_H -+ -+#if !defined(CONFIG_PLATFORM_MSTAR) -+#ifndef __u16 -+typedef unsigned short __u16; -+#endif -+ -+#ifndef __u32 -+typedef unsigned int __u32; -+#endif -+ -+#ifndef __u8 -+typedef unsigned char __u8; -+#endif -+ -+#ifndef __u64 -+typedef unsigned long long __u64; -+#endif -+ -+ -+__inline static __u16 ___swab16(__u16 x) -+{ -+ __u16 __x = x; -+ return -+ ((__u16)( -+ (((__u16)(__x) & (__u16)0x00ffU) << 8) | -+ (((__u16)(__x) & (__u16)0xff00U) >> 8) )); -+ -+} -+ -+__inline static __u32 ___swab32(__u32 x) -+{ -+ __u32 __x = (x); -+ return ((__u32)( -+ (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | -+ (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | -+ (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | -+ (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); -+} -+ -+__inline static __u64 ___swab64(__u64 x) -+{ -+ __u64 __x = (x); -+ -+ return -+ ((__u64)( \ -+ (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | \ -+ (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | \ -+ (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | \ -+ (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000ULL) << 8) | \ -+ (__u64)(((__u64)(__x) & (__u64)0x000000ff00000000ULL) >> 8) | \ -+ (__u64)(((__u64)(__x) & (__u64)0x0000ff0000000000ULL) >> 24) | \ -+ (__u64)(((__u64)(__x) & (__u64)0x00ff000000000000ULL) >> 40) | \ -+ (__u64)(((__u64)(__x) & (__u64)0xff00000000000000ULL) >> 56) )); \ -+} -+#endif // CONFIG_PLATFORM_MSTAR -+ -+#ifndef __arch__swab16 -+__inline static __u16 __arch__swab16(__u16 x) -+{ -+ return ___swab16(x); -+} -+ -+#endif -+ -+#ifndef __arch__swab32 -+__inline static __u32 __arch__swab32(__u32 x) -+{ -+ __u32 __tmp = (x) ; -+ return ___swab32(__tmp); -+} -+#endif -+ -+#ifndef __arch__swab64 -+ -+__inline static __u64 __arch__swab64(__u64 x) -+{ -+ __u64 __tmp = (x) ; -+ return ___swab64(__tmp); -+} -+ -+ -+#endif -+ -+#ifndef __swab16 -+#define __swab16(x) __fswab16(x) -+#define __swab32(x) __fswab32(x) -+#define __swab64(x) __fswab64(x) -+#endif // __swab16 -+ -+#ifdef PLATFORM_FREEBSD -+__inline static __u16 __fswab16(__u16 x) -+#else -+__inline static const __u16 __fswab16(__u16 x) -+#endif //PLATFORM_FREEBSD -+{ -+ return __arch__swab16(x); -+} -+#ifdef PLATFORM_FREEBSD -+__inline static __u32 __fswab32(__u32 x) -+#else -+__inline static const __u32 __fswab32(__u32 x) -+#endif //PLATFORM_FREEBSD -+{ -+ return __arch__swab32(x); -+} -+ -+#if defined(PLATFORM_LINUX) || defined(PLATFORM_WINDOWS) -+#define swab16 __swab16 -+#define swab32 __swab32 -+#define swab64 __swab64 -+#define swab16p __swab16p -+#define swab32p __swab32p -+#define swab64p __swab64p -+#define swab16s __swab16s -+#define swab32s __swab32s -+#define swab64s __swab64s -+#endif -+ -+#endif /* _LINUX_BYTEORDER_SWAB_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/circ_buf.h linux/3rdparty/rtl8812au/include/circ_buf.h ---- linux.old/3rdparty/rtl8812au/include/circ_buf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/circ_buf.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,28 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __CIRC_BUF_H_ -+#define __CIRC_BUF_H_ 1 -+ -+#define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) -+ -+#define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) -+ -+#endif //_CIRC_BUF_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/cmd_osdep.h linux/3rdparty/rtl8812au/include/cmd_osdep.h ---- linux.old/3rdparty/rtl8812au/include/cmd_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/cmd_osdep.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,32 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __CMD_OSDEP_H_ -+#define __CMD_OSDEP_H_ -+ -+ -+extern sint _rtw_init_cmd_priv (struct cmd_priv *pcmdpriv); -+extern sint _rtw_init_evt_priv(struct evt_priv *pevtpriv); -+extern void _rtw_free_evt_priv (struct evt_priv *pevtpriv); -+extern void _rtw_free_cmd_priv (struct cmd_priv *pcmdpriv); -+extern sint _rtw_enqueue_cmd(_queue *queue, struct cmd_obj *obj); -+extern struct cmd_obj *_rtw_dequeue_cmd(_queue *queue); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/custom_gpio.h linux/3rdparty/rtl8812au/include/custom_gpio.h ---- linux.old/3rdparty/rtl8812au/include/custom_gpio.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/custom_gpio.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,32 @@ -+#ifndef __CUSTOM_GPIO_H__ -+#define __CUSTOM_GPIO_H___ -+ -+#include -+#include -+ -+#ifdef PLATFORM_OS_XP -+#include -+#endif -+ -+#ifdef PLATFORM_OS_CE -+#include -+#endif -+ -+#ifdef PLATFORM_LINUX -+#include -+#endif -+ -+typedef enum cust_gpio_modes { -+ WLAN_PWDN_ON, -+ WLAN_PWDN_OFF, -+ WLAN_POWER_ON, -+ WLAN_POWER_OFF, -+ WLAN_BT_PWDN_ON, -+ WLAN_BT_PWDN_OFF -+} cust_gpio_modes_t; -+ -+extern int rtw_wifi_gpio_init(void); -+extern int rtw_wifi_gpio_deinit(void); -+extern void rtw_wifi_gpio_wlan_ctrl(int onoff); -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_conf.h linux/3rdparty/rtl8812au/include/drv_conf.h ---- linux.old/3rdparty/rtl8812au/include/drv_conf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_conf.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,158 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __DRV_CONF_H__ -+#define __DRV_CONF_H__ -+#include "autoconf.h" -+#include "hal_ic_cfg.h" -+ -+#if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) -+ -+#error "Shall be Linux or Windows, but not both!\n" -+ -+#endif -+ -+//Older Android kernel doesn't has CONFIG_ANDROID defined, -+//add this to force CONFIG_ANDROID defined -+#ifdef CONFIG_PLATFORM_ANDROID -+#ifndef CONFIG_ANDROID -+#define CONFIG_ANDROID -+#endif -+#endif -+ -+#ifdef CONFIG_ANDROID -+//Some Android build will restart the UI while non-printable ascii is passed -+//between java and c/c++ layer (JNI). We force CONFIG_VALIDATE_SSID -+//for Android here. If you are sure there is no risk on your system about this, -+//mask this macro define to support non-printable ascii ssid. -+//#define CONFIG_VALIDATE_SSID -+ -+//Android expect dbm as the rx signal strength unit -+#define CONFIG_SIGNAL_DISPLAY_DBM -+#endif -+ -+/* -+#if defined(CONFIG_HAS_EARLYSUSPEND) && defined (CONFIG_RESUME_IN_WORKQUEUE) -+ #warning "You have CONFIG_HAS_EARLYSUSPEND enabled in your system, we disable CONFIG_RESUME_IN_WORKQUEUE automatically" -+ #undef CONFIG_RESUME_IN_WORKQUEUE -+#endif -+ -+#if defined(CONFIG_ANDROID_POWER) && defined (CONFIG_RESUME_IN_WORKQUEUE) -+ #warning "You have CONFIG_ANDROID_POWER enabled in your system, we disable CONFIG_RESUME_IN_WORKQUEUE automatically" -+ #undef CONFIG_RESUME_IN_WORKQUEUE -+#endif -+*/ -+ -+#ifdef CONFIG_RESUME_IN_WORKQUEUE //this can be removed, because there is no case for this... -+ #if !defined( CONFIG_WAKELOCK) && !defined(CONFIG_ANDROID_POWER) -+ #error "enable CONFIG_RESUME_IN_WORKQUEUE without CONFIG_WAKELOCK or CONFIG_ANDROID_POWER will suffer from the danger of wifi's unfunctionality..." -+ #error "If you still want to enable CONFIG_RESUME_IN_WORKQUEUE in this case, mask this preprossor checking and GOOD LUCK..." -+ #endif -+#endif -+ -+//About USB VENDOR REQ -+#if defined(CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC) && !defined(CONFIG_USB_VENDOR_REQ_MUTEX) -+ #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC automatically" -+ #define CONFIG_USB_VENDOR_REQ_MUTEX -+#endif -+#if defined(CONFIG_VENDOR_REQ_RETRY) && !defined(CONFIG_USB_VENDOR_REQ_MUTEX) -+ #warning "define CONFIG_USB_VENDOR_REQ_MUTEX for CONFIG_VENDOR_REQ_RETRY automatically" -+ #define CONFIG_USB_VENDOR_REQ_MUTEX -+#endif -+ -+#if !defined(CONFIG_AP_MODE) && defined(CONFIG_DFS_MASTER) -+ #warning "undef CONFIG_DFS_MASTER because CONFIG_AP_MODE is not defined" -+ #undef CONFIG_DFS_MASTER -+#endif -+ -+#define DYNAMIC_CAMID_ALLOC -+ -+#define RTW_SCAN_SPARSE_MIRACAST 1 -+#define RTW_SCAN_SPARSE_BG 0 -+ -+#ifndef CONFIG_RTW_HIQ_FILTER -+ #define CONFIG_RTW_HIQ_FILTER 1 -+#endif -+ -+#ifndef CONFIG_RTW_ADAPTIVITY_EN -+ #define CONFIG_RTW_ADAPTIVITY_EN 0 -+#endif -+ -+#ifndef CONFIG_RTW_ADAPTIVITY_MODE -+ #define CONFIG_RTW_ADAPTIVITY_MODE 0 -+#endif -+ -+#ifndef CONFIG_RTW_ADAPTIVITY_DML -+ #define CONFIG_RTW_ADAPTIVITY_DML 0 -+#endif -+ -+#ifndef CONFIG_RTW_ADAPTIVITY_DC_BACKOFF -+ #define CONFIG_RTW_ADAPTIVITY_DC_BACKOFF 2 -+#endif -+ -+#ifndef CONFIG_RTW_ADAPTIVITY_TH_L2H_INI -+ #define CONFIG_RTW_ADAPTIVITY_TH_L2H_INI 0 -+#endif -+ -+#ifndef CONFIG_RTW_ADAPTIVITY_TH_EDCCA_HL_DIFF -+ #define CONFIG_RTW_ADAPTIVITY_TH_EDCCA_HL_DIFF 0 -+#endif -+ -+#ifndef CONFIG_RTW_AMPLIFIER_TYPE_2G -+ #define CONFIG_RTW_AMPLIFIER_TYPE_2G 0 -+#endif -+ -+#ifndef CONFIG_RTW_AMPLIFIER_TYPE_5G -+ #define CONFIG_RTW_AMPLIFIER_TYPE_5G 0 -+#endif -+ -+#ifndef CONFIG_RTW_RFE_TYPE -+ #define CONFIG_RTW_RFE_TYPE 64 -+#endif -+ -+#ifndef CONFIG_RTW_GLNA_TYPE -+ #define CONFIG_RTW_GLNA_TYPE 0 -+#endif -+ -+#ifndef CONFIG_RTW_PLL_REF_CLK_SEL -+ #define CONFIG_RTW_PLL_REF_CLK_SEL 0x0F -+#endif -+ -+#define MACID_NUM_SW_LIMIT 32 -+#define SEC_CAM_ENT_NUM_SW_LIMIT 32 -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8814A) -+ #define CONFIG_IEEE80211_BAND_5GHZ -+#endif -+ -+/* -+ Mark CONFIG_DEAUTH_BEFORE_CONNECT by Arvin 2015/07/20 -+ If the failure of Wi-Fi connection is due to some irregular disconnection behavior (like unplug dongle, -+ power down etc.) in last time, we can unmark this flag to avoid some unpredictable response from AP. -+*/ -+/*#define CONFIG_DEAUTH_BEFORE_CONNECT */ -+ -+/*#define CONFIG_WEXT_DONT_JOIN_BYSSID */ -+//#include -+ -+ -+/*#define CONFIG_DOSCAN_IN_BUSYTRAFFIC */ -+ -+#endif // __DRV_CONF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_types_ce.h linux/3rdparty/rtl8812au/include/drv_types_ce.h ---- linux.old/3rdparty/rtl8812au/include/drv_types_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_types_ce.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,93 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __DRV_TYPES_CE_H__ -+#define __DRV_TYPES_CE_H__ -+ -+#include -+#include -+ -+#include -+ -+#define MAX_ACTIVE_REG_PATH 256 -+ -+#define MAX_MCAST_LIST_NUM 32 -+ -+ -+ -+//for ioctl -+#define MAKE_DRIVER_VERSION(_MainVer,_MinorVer) ((((u32)(_MainVer))<<16)+_MinorVer) -+ -+#define NIC_HEADER_SIZE 14 //!< can be moved to typedef.h -+#define NIC_MAX_PACKET_SIZE 1514 //!< can be moved to typedef.h -+#define NIC_MAX_SEND_PACKETS 10 // max number of send packets the MiniportSendPackets function can accept, can be moved to typedef.h -+#define NIC_VENDOR_DRIVER_VERSION MAKE_DRIVER_VERSION(0,001) //!< can be moved to typedef.h -+#define NIC_MAX_PACKET_SIZE 1514 //!< can be moved to typedef.h -+ -+typedef struct _MP_REG_ENTRY -+{ -+ -+ NDIS_STRING RegName; // variable name text -+ BOOLEAN bRequired; // 1 -> required, 0 -> optional -+ -+ u8 Type; // NdisParameterInteger/NdisParameterHexInteger/NdisParameterStringle/NdisParameterMultiString -+ uint FieldOffset; // offset to MP_ADAPTER field -+ uint FieldSize; // size (in bytes) of the field -+ -+#ifdef UNDER_AMD64 -+ u64 Default; -+#else -+ u32 Default; // default value to use -+#endif -+ -+ u32 Min; // minimum value allowed -+ u32 Max; // maximum value allowed -+} MP_REG_ENTRY, *PMP_REG_ENTRY; -+ -+#ifdef CONFIG_USB_HCI -+typedef struct _USB_EXTENSION { -+ LPCUSB_FUNCS _lpUsbFuncs; -+ USB_HANDLE _hDevice; -+ PVOID pAdapter; -+ -+#if 0 -+ USB_ENDPOINT_DESCRIPTOR _endpACLIn; -+ USB_ENDPOINT_DESCRIPTOR _endpACLOutHigh; -+ USB_ENDPOINT_DESCRIPTOR _endpACLOutNormal; -+ -+ USB_PIPE pPipeIn; -+ USB_PIPE pPipeOutNormal; -+ USB_PIPE pPipeOutHigh; -+#endif -+ -+} USB_EXTENSION, *PUSB_EXTENSION; -+#endif -+ -+ -+typedef struct _OCTET_STRING{ -+ u8 *Octet; -+ u16 Length; -+} OCTET_STRING, *POCTET_STRING; -+ -+ -+ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_types_gspi.h linux/3rdparty/rtl8812au/include/drv_types_gspi.h ---- linux.old/3rdparty/rtl8812au/include/drv_types_gspi.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_types_gspi.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,56 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __DRV_TYPES_GSPI_H__ -+#define __DRV_TYPES_GSPI_H__ -+ -+// SPI Header Files -+#ifdef PLATFORM_LINUX -+ #include -+ #include -+ #include -+ //#include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+#endif -+ -+ -+typedef struct gspi_data -+{ -+ u8 func_number; -+ -+ u8 tx_block_mode; -+ u8 rx_block_mode; -+ u32 block_transfer_len; -+ -+#ifdef PLATFORM_LINUX -+ struct spi_device *func; -+ -+ struct workqueue_struct *priv_wq; -+ struct delayed_work irq_work; -+#endif -+} GSPI_DATA, *PGSPI_DATA; -+ -+#endif // #ifndef __DRV_TYPES_GSPI_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_types.h linux/3rdparty/rtl8812au/include/drv_types.h ---- linux.old/3rdparty/rtl8812au/include/drv_types.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_types.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,1286 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/*------------------------------------------------------------------------------- -+ -+ For type defines and data structure defines -+ -+--------------------------------------------------------------------------------*/ -+ -+ -+#ifndef __DRV_TYPES_H__ -+#define __DRV_TYPES_H__ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#ifdef CONFIG_ARP_KEEP_ALIVE -+#include -+#include -+#endif -+ -+#ifdef PLATFORM_OS_XP -+#include -+#endif -+ -+#ifdef PLATFORM_OS_CE -+#include -+#endif -+ -+#ifdef PLATFORM_LINUX -+#include -+#endif -+ -+enum _NIC_VERSION { -+ -+ RTL8711_NIC, -+ RTL8712_NIC, -+ RTL8713_NIC, -+ RTL8716_NIC -+ -+}; -+ -+typedef struct _ADAPTER _adapter, ADAPTER,*PADAPTER; -+ -+#include -+#include -+ -+#ifdef CONFIG_80211N_HT -+#include -+#endif -+ -+#ifdef CONFIG_80211AC_VHT -+#include -+#endif -+ -+#ifdef CONFIG_INTEL_WIDI -+#include -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#ifdef CONFIG_BEAMFORMING -+#include -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include "../hal/hal_dm.h" -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+#include -+#endif -+ -+#ifdef CONFIG_P2P -+#include -+#endif // CONFIG_P2P -+ -+#ifdef CONFIG_TDLS -+#include -+#endif // CONFIG_TDLS -+ -+#ifdef CONFIG_WAPI_SUPPORT -+#include -+#endif // CONFIG_WAPI_SUPPORT -+ -+#ifdef CONFIG_DRVEXT_MODULE -+#include -+#endif // CONFIG_DRVEXT_MODULE -+ -+#ifdef CONFIG_MP_INCLUDED -+#include -+#endif // CONFIG_MP_INCLUDED -+ -+#ifdef CONFIG_BR_EXT -+#include -+#endif // CONFIG_BR_EXT -+ -+#ifdef CONFIG_IOL -+#include -+#endif // CONFIG_IOL -+ -+#include -+#include -+#include -+#include -+ -+#include -+ -+#ifdef CONFIG_BT_COEXIST -+#include -+#endif // CONFIG_BT_COEXIST -+ -+#define SPEC_DEV_ID_NONE BIT(0) -+#define SPEC_DEV_ID_DISABLE_HT BIT(1) -+#define SPEC_DEV_ID_ENABLE_PS BIT(2) -+#define SPEC_DEV_ID_RF_CONFIG_1T1R BIT(3) -+#define SPEC_DEV_ID_RF_CONFIG_2T2R BIT(4) -+#define SPEC_DEV_ID_ASSIGN_IFNAME BIT(5) -+ -+struct specific_device_id{ -+ -+ u32 flags; -+ -+ u16 idVendor; -+ u16 idProduct; -+ -+}; -+ -+struct registry_priv -+{ -+ u8 chip_version; -+ u8 rfintfs; -+ u8 lbkmode; -+ u8 hci; -+ NDIS_802_11_SSID ssid; -+ u8 network_mode; //infra, ad-hoc, auto -+ u8 channel;//ad-hoc support requirement -+ u8 wireless_mode;//A, B, G, auto -+ u8 scan_mode;//active, passive -+ u8 radio_enable; -+ u8 preamble;//long, short, auto -+ u8 vrtl_carrier_sense;//Enable, Disable, Auto -+ u8 vcs_type;//RTS/CTS, CTS-to-self -+ u16 rts_thresh; -+ u16 frag_thresh; -+ u8 adhoc_tx_pwr; -+ u8 soft_ap; -+ u8 power_mgnt; -+ u8 ips_mode; -+ u8 smart_ps; -+ u8 usb_rxagg_mode; -+ u8 long_retry_lmt; -+ u8 short_retry_lmt; -+ u16 busy_thresh; -+ u8 ack_policy; -+ u8 mp_mode; -+ u8 mp_dm; -+ u8 software_encrypt; -+ u8 software_decrypt; -+ #ifdef CONFIG_TX_EARLY_MODE -+ u8 early_mode; -+ #endif -+ u8 acm_method; -+ //UAPSD -+ u8 wmm_enable; -+ u8 uapsd_enable; -+ u8 uapsd_max_sp; -+ u8 uapsd_acbk_en; -+ u8 uapsd_acbe_en; -+ u8 uapsd_acvi_en; -+ u8 uapsd_acvo_en; -+ -+ WLAN_BSSID_EX dev_network; -+ -+#ifdef CONFIG_80211N_HT -+ u8 ht_enable; -+ // 0: 20 MHz, 1: 40 MHz, 2: 80 MHz, 3: 160MHz -+ // 2.4G use bit 0 ~ 3, 5G use bit 4 ~ 7 -+ // 0x21 means enable 2.4G 40MHz & 5G 80MHz -+ u8 bw_mode; -+ u8 ampdu_enable;//for tx -+ u8 rx_stbc; -+ u8 ampdu_amsdu;//A-MPDU Supports A-MSDU is permitted -+ // Short GI support Bit Map -+ // BIT0 - 20MHz, 1: support, 0: non-support -+ // BIT1 - 40MHz, 1: support, 0: non-support -+ // BIT2 - 80MHz, 1: support, 0: non-support -+ // BIT3 - 160MHz, 1: support, 0: non-support -+ u8 short_gi; -+ // BIT0: Enable VHT LDPC Rx, BIT1: Enable VHT LDPC Tx, BIT4: Enable HT LDPC Rx, BIT5: Enable HT LDPC Tx -+ u8 ldpc_cap; -+ // BIT0: Enable VHT STBC Rx, BIT1: Enable VHT STBC Tx, BIT4: Enable HT STBC Rx, BIT5: Enable HT STBC Tx -+ u8 stbc_cap; -+ // BIT0: Enable VHT Beamformer, BIT1: Enable VHT Beamformee, BIT4: Enable HT Beamformer, BIT5: Enable HT Beamformee -+ u8 beamform_cap; -+ u8 beamformer_rf_num; -+ u8 beamformee_rf_num; -+#endif //CONFIG_80211N_HT -+ -+#ifdef CONFIG_80211AC_VHT -+ u8 vht_enable; //0:disable, 1:enable, 2:auto -+ u8 ampdu_factor; -+ u8 vht_rate_sel; -+#endif //CONFIG_80211AC_VHT -+ -+ u8 lowrate_two_xmit; -+ -+ u8 rf_config ; -+ u8 low_power ; -+ -+ u8 wifi_spec;// !turbo_mode -+ u8 special_rf_path; // 0: 2T2R ,1: only turn on path A 1T1R -+ u8 channel_plan; -+#ifdef CONFIG_BT_COEXIST -+ u8 btcoex; -+ u8 bt_iso; -+ u8 bt_sco; -+ u8 bt_ampdu; -+ s8 ant_num; -+#endif -+ BOOLEAN bAcceptAddbaReq; -+ -+ u8 antdiv_cfg; -+ u8 antdiv_type; -+ -+ u8 switch_usb_mode; -+ -+ u8 usbss_enable;//0:disable,1:enable -+ u8 hwpdn_mode;//0:disable,1:enable,2:decide by EFUSE config -+ u8 hwpwrp_detect;//0:disable,1:enable -+ -+ u8 hw_wps_pbc;//0:disable,1:enable -+ -+#ifdef CONFIG_ADAPTOR_INFO_CACHING_FILE -+ char adaptor_info_caching_file_path[PATH_LENGTH_MAX]; -+#endif -+ -+#ifdef CONFIG_LAYER2_ROAMING -+ u8 max_roaming_times; // the max number driver will try to roaming -+#endif -+ -+#ifdef CONFIG_IOL -+ u8 fw_iol; //enable iol without other concern -+#endif -+ -+#ifdef CONFIG_80211D -+ u8 enable80211d; -+#endif -+ -+ u8 ifname[16]; -+ u8 if2name[16]; -+ -+ u8 notch_filter; -+ -+#ifdef CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV -+ u8 force_ant;//0 normal,1 main,2 aux -+ u8 force_igi;//0 normal -+#endif -+ -+ /* for pll reference clock selction */ -+ u8 pll_ref_clk_sel; -+ -+ //define for tx power adjust -+ u8 RegEnableTxPowerLimit; -+ u8 RegEnableTxPowerByRate; -+ u8 RegPowerBase; -+ u8 RegPwrTblSel; -+ s8 TxBBSwing_2G; -+ s8 TxBBSwing_5G; -+ u8 AmplifierType_2G; -+ u8 AmplifierType_5G; -+ u8 bEn_RFE; -+ u8 RFE_Type; -+ u8 GLNA_Type; -+ u8 check_fw_ps; -+ u8 RegRfKFreeEnable; -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ u8 load_phy_file; -+ u8 RegDecryptCustomFile; -+#endif -+ -+#ifdef CONFIG_MULTI_VIR_IFACES -+ u8 ext_iface_num;//primary/secondary iface is excluded -+#endif -+ u8 qos_opt_enable; -+ -+ u8 hiq_filter; -+ u8 adaptivity_en; -+ u8 adaptivity_mode; -+ u8 adaptivity_dml; -+ u8 adaptivity_dc_backoff; -+ s8 adaptivity_th_l2h_ini; -+ s8 adaptivity_th_edcca_hl_diff; -+ -+ u8 boffefusemask; -+ BOOLEAN bFileMaskEfuse; -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ u8 acs_mode; -+ u8 acs_auto_scan; -+#endif -+}; -+ -+ -+//For registry parameters -+#define RGTRY_OFT(field) ((ULONG)FIELD_OFFSET(struct registry_priv,field)) -+#define RGTRY_SZ(field) sizeof(((struct registry_priv*) 0)->field) -+ -+#define GetRegAmplifierType2G(_Adapter) (_Adapter->registrypriv.AmplifierType_2G) -+#define GetRegAmplifierType5G(_Adapter) (_Adapter->registrypriv.AmplifierType_5G) -+ -+#define GetRegTxBBSwing_2G(_Adapter) (_Adapter->registrypriv.TxBBSwing_2G) -+#define GetRegTxBBSwing_5G(_Adapter) (_Adapter->registrypriv.TxBBSwing_5G) -+ -+#define GetRegbENRFEType(_Adapter) (_Adapter->registrypriv.bEn_RFE) -+#define GetRegRFEType(_Adapter) (_Adapter->registrypriv.RFE_Type) -+#define GetRegGLNAType(_Adapter) (_Adapter->registrypriv.GLNA_Type) -+ -+#define BSSID_OFT(field) ((ULONG)FIELD_OFFSET(WLAN_BSSID_EX,field)) -+#define BSSID_SZ(field) sizeof(((PWLAN_BSSID_EX) 0)->field) -+ -+ -+ -+#ifdef CONFIG_SDIO_HCI -+#include -+#define INTF_DATA SDIO_DATA -+#elif defined(CONFIG_GSPI_HCI) -+#include -+#define INTF_DATA GSPI_DATA -+#elif defined(CONFIG_PCI_HCI) -+#include -+#endif -+ -+#ifdef CONFIG_CONCURRENT_MODE -+#define is_primary_adapter(adapter) (adapter->adapter_type == PRIMARY_ADAPTER) -+#define is_vir_adapter(adapter) (adapter->adapter_type == MAX_ADAPTER) -+#define get_iface_type(adapter) (adapter->iface_type) -+#else -+#define is_primary_adapter(adapter) (1) -+#define is_vir_adapter(adapter) (0) -+#define get_iface_type(adapter) (IFACE_PORT0) -+#endif -+#define GET_PRIMARY_ADAPTER(padapter) (((_adapter *)padapter)->dvobj->padapters[IFACE_ID0]) -+#define GET_IFACE_NUMS(padapter) (((_adapter *)padapter)->dvobj->iface_nums) -+#define GET_ADAPTER(padapter, iface_id) (((_adapter *)padapter)->dvobj->padapters[iface_id]) -+ -+#define GetDefaultAdapter(padapter) padapter -+ -+enum _IFACE_ID { -+ IFACE_ID0, //maping to PRIMARY_ADAPTER -+ IFACE_ID1, //maping to SECONDARY_ADAPTER -+ IFACE_ID2, -+ IFACE_ID3, -+ IFACE_ID_MAX, -+}; -+ -+#ifdef CONFIG_DBG_COUNTER -+ -+struct rx_logs { -+ u32 intf_rx; -+ u32 intf_rx_err_recvframe; -+ u32 intf_rx_err_skb; -+ u32 intf_rx_report; -+ u32 core_rx; -+ u32 core_rx_pre; -+ u32 core_rx_pre_ver_err; -+ u32 core_rx_pre_mgmt; -+ u32 core_rx_pre_mgmt_err_80211w; -+ u32 core_rx_pre_mgmt_err; -+ u32 core_rx_pre_ctrl; -+ u32 core_rx_pre_ctrl_err; -+ u32 core_rx_pre_data; -+ u32 core_rx_pre_data_wapi_seq_err; -+ u32 core_rx_pre_data_wapi_key_err; -+ u32 core_rx_pre_data_handled; -+ u32 core_rx_pre_data_err; -+ u32 core_rx_pre_data_unknown; -+ u32 core_rx_pre_unknown; -+ u32 core_rx_enqueue; -+ u32 core_rx_dequeue; -+ u32 core_rx_post; -+ u32 core_rx_post_decrypt; -+ u32 core_rx_post_decrypt_wep; -+ u32 core_rx_post_decrypt_tkip; -+ u32 core_rx_post_decrypt_aes; -+ u32 core_rx_post_decrypt_wapi; -+ u32 core_rx_post_decrypt_hw; -+ u32 core_rx_post_decrypt_unknown; -+ u32 core_rx_post_decrypt_err; -+ u32 core_rx_post_defrag_err; -+ u32 core_rx_post_portctrl_err; -+ u32 core_rx_post_indicate; -+ u32 core_rx_post_indicate_in_oder; -+ u32 core_rx_post_indicate_reoder; -+ u32 core_rx_post_indicate_err; -+ u32 os_indicate; -+ u32 os_indicate_ap_mcast; -+ u32 os_indicate_ap_forward; -+ u32 os_indicate_ap_self; -+ u32 os_indicate_err; -+ u32 os_netif_ok; -+ u32 os_netif_err; -+}; -+ -+struct tx_logs { -+ u32 os_tx; -+ u32 os_tx_err_up; -+ u32 os_tx_err_xmit; -+ u32 os_tx_m2u; -+ u32 os_tx_m2u_ignore_fw_linked; -+ u32 os_tx_m2u_ignore_self; -+ u32 os_tx_m2u_entry; -+ u32 os_tx_m2u_entry_err_xmit; -+ u32 os_tx_m2u_entry_err_skb; -+ u32 os_tx_m2u_stop; -+ u32 core_tx; -+ u32 core_tx_err_pxmitframe; -+ u32 core_tx_err_brtx; -+ u32 core_tx_upd_attrib; -+ u32 core_tx_upd_attrib_adhoc; -+ u32 core_tx_upd_attrib_sta; -+ u32 core_tx_upd_attrib_ap; -+ u32 core_tx_upd_attrib_unknown; -+ u32 core_tx_upd_attrib_dhcp; -+ u32 core_tx_upd_attrib_icmp; -+ u32 core_tx_upd_attrib_active; -+ u32 core_tx_upd_attrib_err_ucast_sta; -+ u32 core_tx_upd_attrib_err_ucast_ap_link; -+ u32 core_tx_upd_attrib_err_sta; -+ u32 core_tx_upd_attrib_err_link; -+ u32 core_tx_upd_attrib_err_sec; -+ u32 core_tx_ap_enqueue_warn_fwstate; -+ u32 core_tx_ap_enqueue_warn_sta; -+ u32 core_tx_ap_enqueue_warn_nosta; -+ u32 core_tx_ap_enqueue_warn_link; -+ u32 core_tx_ap_enqueue_warn_trigger; -+ u32 core_tx_ap_enqueue_mcast; -+ u32 core_tx_ap_enqueue_ucast; -+ u32 core_tx_ap_enqueue; -+ u32 intf_tx; -+ u32 intf_tx_pending_ac; -+ u32 intf_tx_pending_fw_under_survey; -+ u32 intf_tx_pending_fw_under_linking; -+ u32 intf_tx_pending_xmitbuf; -+ u32 intf_tx_enqueue; -+ u32 core_tx_enqueue; -+ u32 core_tx_enqueue_class; -+ u32 core_tx_enqueue_class_err_sta; -+ u32 core_tx_enqueue_class_err_nosta; -+ u32 core_tx_enqueue_class_err_fwlink; -+ u32 intf_tx_direct; -+ u32 intf_tx_direct_err_coalesce; -+ u32 intf_tx_dequeue; -+ u32 intf_tx_dequeue_err_coalesce; -+ u32 intf_tx_dump_xframe; -+ u32 intf_tx_dump_xframe_err_txdesc; -+ u32 intf_tx_dump_xframe_err_port; -+}; -+ -+struct int_logs { -+ u32 all; -+ u32 err; -+ u32 tbdok; -+ u32 tbder; -+ u32 bcnderr; -+ u32 bcndma; -+ u32 bcndma_e; -+ u32 rx; -+ u32 rx_rdu; -+ u32 rx_fovw; -+ u32 txfovw; -+ u32 mgntok; -+ u32 highdok; -+ u32 bkdok; -+ u32 bedok; -+ u32 vidok; -+ u32 vodok; -+}; -+ -+#endif // CONFIG_DBG_COUNTER -+ -+struct debug_priv { -+ u32 dbg_sdio_free_irq_error_cnt; -+ u32 dbg_sdio_alloc_irq_error_cnt; -+ u32 dbg_sdio_free_irq_cnt; -+ u32 dbg_sdio_alloc_irq_cnt; -+ u32 dbg_sdio_deinit_error_cnt; -+ u32 dbg_sdio_init_error_cnt; -+ u32 dbg_suspend_error_cnt; -+ u32 dbg_suspend_cnt; -+ u32 dbg_resume_cnt; -+ u32 dbg_resume_error_cnt; -+ u32 dbg_deinit_fail_cnt; -+ u32 dbg_carddisable_cnt; -+ u32 dbg_carddisable_error_cnt; -+ u32 dbg_ps_insuspend_cnt; -+ u32 dbg_dev_unload_inIPS_cnt; -+ u32 dbg_wow_leave_ps_fail_cnt; -+ u32 dbg_scan_pwr_state_cnt; -+ u32 dbg_downloadfw_pwr_state_cnt; -+ u32 dbg_fw_read_ps_state_fail_cnt; -+ u32 dbg_leave_ips_fail_cnt; -+ u32 dbg_leave_lps_fail_cnt; -+ u32 dbg_h2c_leave32k_fail_cnt; -+ u32 dbg_diswow_dload_fw_fail_cnt; -+ u32 dbg_enwow_dload_fw_fail_cnt; -+ u32 dbg_ips_drvopen_fail_cnt; -+ u32 dbg_poll_fail_cnt; -+ u32 dbg_rpwm_toogle_cnt; -+ u32 dbg_rpwm_timeout_fail_cnt; -+ u32 dbg_sreset_cnt; -+ u64 dbg_rx_fifo_last_overflow; -+ u64 dbg_rx_fifo_curr_overflow; -+ u64 dbg_rx_fifo_diff_overflow; -+ u64 dbg_rx_ampdu_drop_count; -+ u64 dbg_rx_ampdu_forced_indicate_count; -+ u64 dbg_rx_ampdu_loss_count; -+ u64 dbg_rx_dup_mgt_frame_drop_count; -+ u64 dbg_rx_ampdu_window_shift_cnt; -+ u64 dbg_rx_conflic_mac_addr_cnt; -+}; -+ -+struct rtw_traffic_statistics { -+ // tx statistics -+ u64 tx_bytes; -+ u64 tx_pkts; -+ u64 tx_drop; -+ u64 cur_tx_bytes; -+ u64 last_tx_bytes; -+ u32 cur_tx_tp; // Tx throughput in MBps. -+ -+ // rx statistics -+ u64 rx_bytes; -+ u64 rx_pkts; -+ u64 rx_drop; -+ u64 cur_rx_bytes; -+ u64 last_rx_bytes; -+ u32 cur_rx_tp; // Rx throughput in MBps. -+}; -+ -+#define SEC_CAP_CHK_BMC BIT0 -+ -+#define SEC_STATUS_STA_PK_GK_CONFLICT_DIS_BMC_SEARCH BIT0 -+ -+struct sec_cam_bmp { -+ u32 m0; -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 32) -+ u32 m1; -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 64) -+ u32 m2; -+#endif -+#if (SEC_CAM_ENT_NUM_SW_LIMIT > 96) -+ u32 m3; -+#endif -+}; -+ -+struct cam_ctl_t { -+ _lock lock; -+ -+ u8 sec_cap; -+ u32 flags; -+ -+ u8 num; -+ struct sec_cam_bmp used; -+ -+ _mutex sec_cam_access_mutex; -+}; -+ -+struct sec_cam_ent { -+ u16 ctrl; -+ u8 mac[ETH_ALEN]; -+ u8 key[16]; -+}; -+ -+#define KEY_FMT "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x" -+#define KEY_ARG(x) ((u8*)(x))[0],((u8*)(x))[1],((u8*)(x))[2],((u8*)(x))[3],((u8*)(x))[4],((u8*)(x))[5], \ -+ ((u8*)(x))[6],((u8*)(x))[7],((u8*)(x))[8],((u8*)(x))[9],((u8*)(x))[10],((u8*)(x))[11], \ -+ ((u8*)(x))[12],((u8*)(x))[13],((u8*)(x))[14],((u8*)(x))[15] -+ -+struct macid_bmp { -+ u32 m0; -+#if (MACID_NUM_SW_LIMIT > 32) -+ u32 m1; -+#endif -+#if (MACID_NUM_SW_LIMIT > 64) -+ u32 m2; -+#endif -+#if (MACID_NUM_SW_LIMIT > 96) -+ u32 m3; -+#endif -+}; -+ -+struct macid_ctl_t { -+ _lock lock; -+ u8 num; -+ struct macid_bmp used; -+ struct macid_bmp bmc; -+ struct macid_bmp if_g[IFACE_ID_MAX]; -+ struct macid_bmp ch_g[2]; /* 2 ch concurrency */ -+}; -+ -+struct rf_ctl_t { -+ #ifdef CONFIG_DFS_MASTER -+ bool radar_detect_by_sta_link; -+ bool pre_radar_detect_by_sta_link; -+ bool dfs_master_enabled; -+ -+ u8 radar_detect_ch; -+ u8 radar_detect_bw; -+ u8 radar_detect_offset; -+ u8 pre_radar_detect_ch; -+ u8 pre_radar_detect_bw; -+ u8 pre_radar_detect_offset; -+ -+ u32 cac_end_time; -+ -+ u8 dbg_dfs_master_fake_radar_detect_cnt; -+ u8 dbg_dfs_master_radar_detect_trigger_non; -+ u8 dbg_dfs_master_choose_dfs_ch_first; -+ #endif -+}; -+ -+#define RTW_CAC_STOPPED 0 -+#define IS_UNDER_CAC(rfctl) ((rfctl)->cac_end_time > rtw_get_current_time()) -+#define IS_CAC_STOPPED(rfctl) ((rfctl)->cac_end_time == RTW_CAC_STOPPED) -+ -+struct dvobj_priv -+{ -+ /*-------- below is common data --------*/ -+ u8 chip_type; -+ u8 HardwareType; -+ u8 interface_type;/*USB,SDIO,SPI,PCI*/ -+ -+ ATOMIC_T bSurpriseRemoved; -+ ATOMIC_T bDriverStopped; -+ -+ s32 processing_dev_remove; -+ -+ struct debug_priv drv_dbg; -+ -+ _mutex hw_init_mutex; -+ _mutex h2c_fwcmd_mutex; -+ _mutex setch_mutex; -+ _mutex setbw_mutex; -+ _mutex rf_read_reg_mutex; -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+ _mutex sd_indirect_access_mutex; -+#endif -+ -+ unsigned char oper_channel; //saved channel info when call set_channel_bw -+ unsigned char oper_bwmode; -+ unsigned char oper_ch_offset;//PRIME_CHNL_OFFSET -+ u32 on_oper_ch_time; -+ -+ //extend to support mulitu interface -+ /*padapters[IFACE_ID0] == if1 - PRIMARY_ADAPTER*/ -+ /*padapters[IFACE_ID1] == if2 - SECONDARY_ADAPTER*/ -+ _adapter *padapters[IFACE_ID_MAX]; -+ u8 iface_nums; // total number of ifaces used runtime -+ -+ struct macid_ctl_t macid_ctl; -+ -+ struct cam_ctl_t cam_ctl; -+ struct sec_cam_ent cam_cache[SEC_CAM_ENT_NUM_SW_LIMIT]; -+ -+ struct rf_ctl_t rf_ctl; -+ -+ //For 92D, DMDP have 2 interface. -+ u8 InterfaceNumber; -+ u8 NumInterfaces; -+ -+ //In /Out Pipe information -+ int RtInPipe[2]; -+ int RtOutPipe[4]; -+ u8 Queue2Pipe[HW_QUEUE_ENTRY];//for out pipe mapping -+ -+ u8 irq_alloc; -+ ATOMIC_T continual_io_error; -+ -+ ATOMIC_T disable_func; -+ -+ struct pwrctrl_priv pwrctl_priv; -+ -+ struct rtw_traffic_statistics traffic_stat; -+ -+#if defined(CONFIG_IOCTL_CFG80211) && defined(RTW_SINGLE_WIPHY) -+ struct wiphy *wiphy; -+#endif -+ -+/*-------- below is for SDIO INTERFACE --------*/ -+ -+#ifdef INTF_DATA -+ INTF_DATA intf_data; -+#endif -+ -+/*-------- below is for USB INTERFACE --------*/ -+ -+#ifdef CONFIG_USB_HCI -+ -+ u8 usb_speed; // 1.1, 2.0 or 3.0 -+ u8 nr_endpoint; -+ u8 RtNumInPipes; -+ u8 RtNumOutPipes; -+ int ep_num[6]; //endpoint number -+ -+ int RegUsbSS; -+ -+ _sema usb_suspend_sema; -+ -+#ifdef CONFIG_USB_VENDOR_REQ_MUTEX -+ _mutex usb_vendor_req_mutex; -+#endif -+ -+#ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC -+ u8 * usb_alloc_vendor_req_buf; -+ u8 * usb_vendor_req_buf; -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ //related device objects -+ PDEVICE_OBJECT pphysdevobj;//pPhysDevObj; -+ PDEVICE_OBJECT pfuncdevobj;//pFuncDevObj; -+ PDEVICE_OBJECT pnextdevobj;//pNextDevObj; -+ -+ u8 nextdevstacksz;//unsigned char NextDeviceStackSize; //= (CHAR)CEdevice->pUsbDevObj->StackSize + 1; -+ -+ //urb for control diescriptor request -+ -+#ifdef PLATFORM_OS_XP -+ struct _URB_CONTROL_DESCRIPTOR_REQUEST descriptor_urb; -+ PUSB_CONFIGURATION_DESCRIPTOR pconfig_descriptor;//UsbConfigurationDescriptor; -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ WCHAR active_path[MAX_ACTIVE_REG_PATH]; // adapter regpath -+ USB_EXTENSION usb_extension; -+ -+ _nic_hdl pipehdls_r8192c[0x10]; -+#endif -+ -+ u32 config_descriptor_len;//ULONG UsbConfigurationDescriptorLength; -+#endif//PLATFORM_WINDOWS -+ -+#ifdef PLATFORM_LINUX -+ struct usb_interface *pusbintf; -+ struct usb_device *pusbdev; -+#endif//PLATFORM_LINUX -+ -+#ifdef PLATFORM_FREEBSD -+ struct usb_interface *pusbintf; -+ struct usb_device *pusbdev; -+#endif//PLATFORM_FREEBSD -+ -+#endif//CONFIG_USB_HCI -+ -+/*-------- below is for PCIE INTERFACE --------*/ -+ -+#ifdef CONFIG_PCI_HCI -+ -+#ifdef PLATFORM_LINUX -+ struct pci_dev *ppcidev; -+ -+ //PCI MEM map -+ unsigned long pci_mem_end; /* shared mem end */ -+ unsigned long pci_mem_start; /* shared mem start */ -+ -+ //PCI IO map -+ unsigned long pci_base_addr; /* device I/O address */ -+ -+ //PciBridge -+ struct pci_priv pcipriv; -+ -+ unsigned int irq; /* get from pci_dev.irq, store to net_device.irq */ -+ u16 irqline; -+ u8 irq_enabled; -+ RT_ISR_CONTENT isr_content; -+ _lock irq_th_lock; -+ -+ //ASPM -+ u8 const_pci_aspm; -+ u8 const_amdpci_aspm; -+ u8 const_hwsw_rfoff_d3; -+ u8 const_support_pciaspm; -+ // pci-e bridge */ -+ u8 const_hostpci_aspm_setting; -+ // pci-e device */ -+ u8 const_devicepci_aspm_setting; -+ u8 b_support_aspm; // If it supports ASPM, Offset[560h] = 0x40, otherwise Offset[560h] = 0x00. -+ u8 b_support_backdoor; -+ u8 bdma64; -+#endif//PLATFORM_LINUX -+ -+#endif//CONFIG_PCI_HCI -+}; -+ -+#define dvobj_to_pwrctl(dvobj) (&(dvobj->pwrctl_priv)) -+#define pwrctl_to_dvobj(pwrctl) container_of(pwrctl, struct dvobj_priv, pwrctl_priv) -+#define dvobj_to_macidctl(dvobj) (&(dvobj->macid_ctl)) -+#define dvobj_to_regsty(dvobj) (&(dvobj->padapters[IFACE_ID0]->registrypriv)) -+#if defined(CONFIG_IOCTL_CFG80211) && defined(RTW_SINGLE_WIPHY) -+#define dvobj_to_wiphy(dvobj) ((dvobj)->wiphy) -+#endif -+#define dvobj_to_rfctl(dvobj) (&(dvobj->rf_ctl)) -+#define rfctl_to_dvobj(rfctl) container_of((rfctl), struct dvobj_priv, rf_ctl) -+ -+#ifdef PLATFORM_LINUX -+static struct device *dvobj_to_dev(struct dvobj_priv *dvobj) -+{ -+ /* todo: get interface type from dvobj and the return the dev accordingly */ -+#ifdef RTW_DVOBJ_CHIP_HW_TYPE -+#endif -+ -+#ifdef CONFIG_USB_HCI -+ return &dvobj->pusbintf->dev; -+#endif -+#ifdef CONFIG_SDIO_HCI -+ return &dvobj->intf_data.func->dev; -+#endif -+#ifdef CONFIG_GSPI_HCI -+ return &dvobj->intf_data.func->dev; -+#endif -+#ifdef CONFIG_PCI_HCI -+ return &dvobj->ppcidev->dev; -+#endif -+} -+#endif -+ -+_adapter *dvobj_get_port0_adapter(struct dvobj_priv *dvobj); -+ -+enum _IFACE_TYPE { -+ IFACE_PORT0, //mapping to port0 for C/D series chips -+ IFACE_PORT1, //mapping to port1 for C/D series chip -+ MAX_IFACE_PORT, -+}; -+ -+enum _ADAPTER_TYPE { -+ PRIMARY_ADAPTER, -+ SECONDARY_ADAPTER, -+ MAX_ADAPTER = 0xFF, -+}; -+ -+typedef enum _DRIVER_STATE{ -+ DRIVER_NORMAL = 0, -+ DRIVER_DISAPPEAR = 1, -+ DRIVER_REPLACE_DONGLE = 2, -+}DRIVER_STATE; -+ -+#ifdef CONFIG_INTEL_PROXIM -+struct proxim { -+ bool proxim_support; -+ bool proxim_on; -+ -+ void *proximity_priv; -+ int (*proxim_rx)(_adapter *padapter, -+ union recv_frame *precv_frame); -+ u8 (*proxim_get_var)(_adapter* padapter, u8 type); -+}; -+#endif //CONFIG_INTEL_PROXIM -+ -+#ifdef CONFIG_MAC_LOOPBACK_DRIVER -+typedef struct loopbackdata -+{ -+ _sema sema; -+ _thread_hdl_ lbkthread; -+ u8 bstop; -+ u32 cnt; -+ u16 size; -+ u16 txsize; -+ u8 txbuf[0x8000]; -+ u16 rxsize; -+ u8 rxbuf[0x8000]; -+ u8 msg[100]; -+ -+}LOOPBACKDATA, *PLOOPBACKDATA; -+#endif -+ -+struct _ADAPTER{ -+ int DriverState;// for disable driver using module, use dongle to replace module. -+ int pid[3];//process id from UI, 0:wps, 1:hostapd, 2:dhcpcd -+ int bDongle;//build-in module or external dongle -+ -+ struct dvobj_priv *dvobj; -+ struct mlme_priv mlmepriv; -+ struct mlme_ext_priv mlmeextpriv; -+ struct cmd_priv cmdpriv; -+ struct evt_priv evtpriv; -+ //struct io_queue *pio_queue; -+ struct io_priv iopriv; -+ struct xmit_priv xmitpriv; -+ struct recv_priv recvpriv; -+ struct sta_priv stapriv; -+ struct security_priv securitypriv; -+ _lock security_key_mutex; // add for CONFIG_IEEE80211W, none 11w also can use -+ struct registry_priv registrypriv; -+ -+ struct led_priv ledpriv; -+ -+#ifdef CONFIG_MP_INCLUDED -+ struct mp_priv mppriv; -+#endif -+ -+#ifdef CONFIG_DRVEXT_MODULE -+ struct drvext_priv drvextpriv; -+#endif -+ -+#ifdef CONFIG_AP_MODE -+ struct hostapd_priv *phostapdpriv; -+#endif -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+#ifdef CONFIG_P2P -+ struct cfg80211_wifidirect_info cfg80211_wdinfo; -+#endif //CONFIG_P2P -+#endif //CONFIG_IOCTL_CFG80211 -+ u32 setband; -+#ifdef CONFIG_P2P -+ struct wifidirect_info wdinfo; -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_TDLS -+ struct tdls_info tdlsinfo; -+#endif //CONFIG_TDLS -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ u8 WapiSupport; -+ RT_WAPI_T wapiInfo; -+#endif -+ -+ -+#ifdef CONFIG_WFD -+ struct wifi_display_info wfd_info; -+#endif //CONFIG_WFD -+ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ struct bt_coex_info coex_info; -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+ ERROR_CODE LastError; /* <20130613, Kordan> Only the functions associated with MP records the error code by now. */ -+ -+ PVOID HalData; -+ u32 hal_data_sz; -+ struct hal_ops HalFunc; -+ -+ u32 IsrContent; -+ u32 ImrContent; -+ -+ u8 EepromAddressSize; -+ u8 bDriverIsGoingToUnload; -+ u8 init_adpt_in_progress; -+ u8 bHaltInProgress; -+#ifdef CONFIG_GPIO_API -+ u8 pre_gpio_pin; -+ struct gpio_int_priv { -+ u8 interrupt_mode; -+ u8 interrupt_enable_mask; -+ void (*callback[8])(u8 level); -+ }gpiointpriv; -+#endif -+ _thread_hdl_ cmdThread; -+ _thread_hdl_ evtThread; -+ _thread_hdl_ xmitThread; -+ _thread_hdl_ recvThread; -+ -+#ifndef PLATFORM_LINUX -+ NDIS_STATUS (*dvobj_init)(struct dvobj_priv *dvobj); -+ void (*dvobj_deinit)(struct dvobj_priv *dvobj); -+#endif -+ -+ u32 (*intf_init)(struct dvobj_priv *dvobj); -+ void (*intf_deinit)(struct dvobj_priv *dvobj); -+ int (*intf_alloc_irq)(struct dvobj_priv *dvobj); -+ void (*intf_free_irq)(struct dvobj_priv *dvobj); -+ -+ -+ void (*intf_start)(_adapter * adapter); -+ void (*intf_stop)(_adapter * adapter); -+ -+#ifdef PLATFORM_WINDOWS -+ _nic_hdl hndis_adapter;//hNdisAdapter(NDISMiniportAdapterHandle); -+ _nic_hdl hndis_config;//hNdisConfiguration; -+ NDIS_STRING fw_img; -+ -+ u32 NdisPacketFilter; -+ u8 MCList[MAX_MCAST_LIST_NUM][6]; -+ u32 MCAddrCount; -+#endif //end of PLATFORM_WINDOWS -+ -+ -+#ifdef PLATFORM_LINUX -+ _nic_hdl pnetdev; -+ char old_ifname[IFNAMSIZ]; -+ -+ // used by rtw_rereg_nd_name related function -+ struct rereg_nd_name_data { -+ _nic_hdl old_pnetdev; -+ char old_ifname[IFNAMSIZ]; -+ u8 old_ips_mode; -+ u8 old_bRegUseLed; -+ } rereg_nd_name_priv; -+ -+ u8 ndev_unregistering; -+ int bup; -+ struct net_device_stats stats; -+ struct iw_statistics iwstats; -+ struct proc_dir_entry *dir_dev;// for proc directory -+ struct proc_dir_entry *dir_odm; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ struct wireless_dev *rtw_wdev; -+ struct rtw_wdev_priv wdev_data; -+ -+ #if !defined(RTW_SINGLE_WIPHY) -+ struct wiphy *wiphy; -+ #endif -+ -+#endif /* CONFIG_IOCTL_CFG80211 */ -+ -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ _nic_hdl pifp; -+ int bup; -+ _lock glock; -+#endif //PLATFORM_FREEBSD -+ u8 mac_addr[ETH_ALEN]; -+ int net_closed; -+ -+ u8 netif_up; -+ -+ u8 bFWReady; -+ u8 bBTFWReady; -+ u8 bLinkInfoDump; -+ u8 bRxRSSIDisplay; -+ // Added by Albert 2012/10/26 -+ // The driver will show up the desired channel number when this flag is 1. -+ u8 bNotifyChannelChange; -+#ifdef CONFIG_P2P -+ // Added by Albert 2012/12/06 -+ // The driver will show the current P2P status when the upper application reads it. -+ u8 bShowGetP2PState; -+#endif -+#ifdef CONFIG_AUTOSUSPEND -+ u8 bDisableAutosuspend; -+#endif -+ -+ //pbuddy_adapter is used only in two inteface case, (iface_nums=2 in struct dvobj_priv) -+ //PRIMARY_ADAPTER's buddy is SECONDARY_ADAPTER -+ //SECONDARY_ADAPTER's buddy is PRIMARY_ADAPTER -+ //for iface_id > SECONDARY_ADAPTER(IFACE_ID1), refer to padapters[iface_id] in struct dvobj_priv -+ //and their pbuddy_adapter is PRIMARY_ADAPTER. -+ //for PRIMARY_ADAPTER(IFACE_ID0) can directly refer to if1 in struct dvobj_priv -+ _adapter *pbuddy_adapter; -+ -+#if defined(CONFIG_CONCURRENT_MODE) -+ u8 isprimary; //is primary adapter or not -+ //notes: -+ // if isprimary is true, the adapter_type value is 0, iface_id is IFACE_ID0 for PRIMARY_ADAPTER -+ // if isprimary is false, the adapter_type value is 1, iface_id is IFACE_ID1 for SECONDARY_ADAPTER -+ // refer to iface_id if iface_nums>2 and isprimary is false and the adapter_type value is 0xff. -+ u8 adapter_type;//used only in two inteface case(PRIMARY_ADAPTER and SECONDARY_ADAPTER) . -+ u8 iface_type; //interface port type, it depends on HW port -+#endif //CONFIG_CONCURRENT_MODE -+ -+ //extend to support multi interface -+ //IFACE_ID0 is equals to PRIMARY_ADAPTER -+ //IFACE_ID1 is equals to SECONDARY_ADAPTER -+ u8 iface_id; -+ -+#ifdef CONFIG_BR_EXT -+ _lock br_ext_lock; -+ //unsigned int macclone_completed; -+ struct nat25_network_db_entry *nethash[NAT25_HASH_SIZE]; -+ int pppoe_connection_in_progress; -+ unsigned char pppoe_addr[MACADDRLEN]; -+ unsigned char scdb_mac[MACADDRLEN]; -+ unsigned char scdb_ip[4]; -+ struct nat25_network_db_entry *scdb_entry; -+ unsigned char br_mac[MACADDRLEN]; -+ unsigned char br_ip[4]; -+ -+ struct br_ext_info ethBrExtInfo; -+#endif // CONFIG_BR_EXT -+ -+#ifdef CONFIG_INTEL_PROXIM -+ /* intel Proximity, should be alloc mem -+ * in intel Proximity module and can only -+ * be used in intel Proximity mode */ -+ struct proxim proximity; -+#endif //CONFIG_INTEL_PROXIM -+ -+#ifdef CONFIG_MAC_LOOPBACK_DRIVER -+ PLOOPBACKDATA ploopback; -+#endif -+ -+ //for debug purpose -+ u8 fix_rate; -+ u8 data_fb; /* data rate fallback, valid only when fix_rate is not 0xff */ -+ u8 driver_vcs_en; //Enable=1, Disable=0 driver control vrtl_carrier_sense for tx -+ u8 driver_vcs_type;//force 0:disable VCS, 1:RTS-CTS, 2:CTS-to-self when vcs_en=1. -+ u8 driver_ampdu_spacing;//driver control AMPDU Density for peer sta's rx -+ u8 driver_rx_ampdu_factor;//0xff: disable drv ctrl, 0:8k, 1:16k, 2:32k, 3:64k; -+ u8 driver_rx_ampdu_spacing; //driver control Rx AMPDU Density -+ u8 fix_rx_ampdu_accept; -+ u8 fix_rx_ampdu_size; /* 0~127, TODO:consider each sta and each TID */ -+ unsigned char in_cta_test; -+#ifdef DBG_RX_COUNTER_DUMP -+ u8 dump_rx_cnt_mode;/*BIT0:drv,BIT1:mac,BIT2:phy*/ -+ u32 drv_rx_cnt_ok; -+ u32 drv_rx_cnt_crcerror; -+ u32 drv_rx_cnt_drop; -+#endif -+ -+#ifdef CONFIG_DBG_COUNTER -+ struct rx_logs rx_logs; -+ struct tx_logs tx_logs; -+ struct int_logs int_logs; -+#endif -+}; -+ -+#define adapter_to_dvobj(adapter) (adapter->dvobj) -+#define adapter_to_pwrctl(adapter) (dvobj_to_pwrctl(adapter->dvobj)) -+#define adapter_wdev_data(adapter) (&((adapter)->wdev_data)) -+#if defined(RTW_SINGLE_WIPHY) -+#define adapter_to_wiphy(adapter) dvobj_to_wiphy(adapter_to_dvobj(adapter)) -+#else -+#define adapter_to_wiphy(adapter) ((adapter)->wiphy) -+#endif -+ -+#define adapter_to_rfctl(adapter) dvobj_to_rfctl(adapter_to_dvobj((adapter))) -+ -+#define adapter_mac_addr(adapter) (adapter->mac_addr) -+ -+#define rtw_get_chip_type(adapter) (((PADAPTER)adapter)->dvobj->chip_type) -+#define rtw_get_hw_type(adapter) (((PADAPTER)adapter)->dvobj->HardwareType) -+#define rtw_get_intf_type(adapter) (((PADAPTER)adapter)->dvobj->interface_type) -+ -+static inline void rtw_set_surprise_removed(_adapter *padapter) -+{ -+ ATOMIC_SET(&adapter_to_dvobj(padapter)->bSurpriseRemoved, _TRUE); -+} -+static inline void rtw_clr_surprise_removed(_adapter *padapter) -+{ -+ ATOMIC_SET(&adapter_to_dvobj(padapter)->bSurpriseRemoved, _FALSE); -+} -+static inline void rtw_set_drv_stopped(_adapter *padapter) -+{ -+ ATOMIC_SET(&adapter_to_dvobj(padapter)->bDriverStopped, _TRUE); -+} -+static inline void rtw_clr_drv_stopped(_adapter *padapter) -+{ -+ ATOMIC_SET(&adapter_to_dvobj(padapter)->bDriverStopped, _FALSE); -+} -+#define rtw_is_surprise_removed(padapter) (ATOMIC_READ(&adapter_to_dvobj(padapter)->bSurpriseRemoved) == _TRUE) -+#define rtw_is_drv_stopped(padapter) (ATOMIC_READ(&adapter_to_dvobj(padapter)->bDriverStopped) == _TRUE) -+ -+// -+// Function disabled. -+// -+#define DF_TX_BIT BIT0 /*write_port_cancel*/ -+#define DF_RX_BIT BIT1 /*read_port_cancel*/ -+#define DF_IO_BIT BIT2 -+ -+//#define RTW_DISABLE_FUNC(padapter, func) (ATOMIC_ADD(&adapter_to_dvobj(padapter)->disable_func, (func))) -+//#define RTW_ENABLE_FUNC(padapter, func) (ATOMIC_SUB(&adapter_to_dvobj(padapter)->disable_func, (func))) -+__inline static void RTW_DISABLE_FUNC(_adapter*padapter, int func_bit) -+{ -+ int df = ATOMIC_READ(&adapter_to_dvobj(padapter)->disable_func); -+ df |= func_bit; -+ ATOMIC_SET(&adapter_to_dvobj(padapter)->disable_func, df); -+} -+ -+__inline static void RTW_ENABLE_FUNC(_adapter*padapter, int func_bit) -+{ -+ int df = ATOMIC_READ(&adapter_to_dvobj(padapter)->disable_func); -+ df &= ~(func_bit); -+ ATOMIC_SET(&adapter_to_dvobj(padapter)->disable_func, df); -+} -+ -+#define RTW_CANNOT_RUN(padapter) \ -+ (rtw_is_surprise_removed(padapter) || \ -+ rtw_is_drv_stopped(padapter)) -+ -+#define RTW_IS_FUNC_DISABLED(padapter, func_bit) (ATOMIC_READ(&adapter_to_dvobj(padapter)->disable_func) & (func_bit)) -+ -+#define RTW_CANNOT_IO(padapter) \ -+ (rtw_is_surprise_removed(padapter) || \ -+ RTW_IS_FUNC_DISABLED((padapter), DF_IO_BIT)) -+ -+#define RTW_CANNOT_RX(padapter) \ -+ (RTW_CANNOT_RUN(padapter) || \ -+ RTW_IS_FUNC_DISABLED((padapter), DF_RX_BIT)) -+ -+#define RTW_CANNOT_TX(padapter) \ -+ (RTW_CANNOT_RUN(padapter) || \ -+ RTW_IS_FUNC_DISABLED((padapter), DF_TX_BIT)) -+ -+#ifdef CONFIG_PNO_SUPPORT -+int rtw_parse_ssid_list_tlv(char** list_str, pno_ssid_t* ssid, int max, int *bytes_left); -+int rtw_dev_pno_set(struct net_device *net, pno_ssid_t* ssid, int num, -+ int pno_time, int pno_repeat, int pno_freq_expo_max); -+#ifdef CONFIG_PNO_SET_DEBUG -+void rtw_dev_pno_debug(struct net_device *net); -+#endif //CONFIG_PNO_SET_DEBUG -+#endif //CONFIG_PNO_SUPPORT -+ -+#ifdef CONFIG_WOWLAN -+int rtw_suspend_wow(_adapter *padapter); -+int rtw_resume_process_wow(_adapter *padapter); -+#endif -+ -+// HCI Related header file -+#ifdef CONFIG_USB_HCI -+#include -+#include -+#include -+#endif -+ -+#ifdef CONFIG_SDIO_HCI -+#include -+#include -+#include -+#endif -+ -+#ifdef CONFIG_GSPI_HCI -+#include -+#include -+#include -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+#include -+#include -+#include -+#endif -+ -+#endif //__DRV_TYPES_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_types_linux.h linux/3rdparty/rtl8812au/include/drv_types_linux.h ---- linux.old/3rdparty/rtl8812au/include/drv_types_linux.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_types_linux.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,25 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __DRV_TYPES_LINUX_H__ -+#define __DRV_TYPES_LINUX_H__ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_types_pci.h linux/3rdparty/rtl8812au/include/drv_types_pci.h ---- linux.old/3rdparty/rtl8812au/include/drv_types_pci.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_types_pci.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,273 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __DRV_TYPES_PCI_H__ -+#define __DRV_TYPES_PCI_H__ -+ -+ -+#ifdef PLATFORM_LINUX -+#include -+#endif -+ -+ -+#define INTEL_VENDOR_ID 0x8086 -+#define SIS_VENDOR_ID 0x1039 -+#define ATI_VENDOR_ID 0x1002 -+#define ATI_DEVICE_ID 0x7914 -+#define AMD_VENDOR_ID 0x1022 -+ -+#define PCI_MAX_BRIDGE_NUMBER 255 -+#define PCI_MAX_DEVICES 32 -+#define PCI_MAX_FUNCTION 8 -+ -+#define PCI_CONF_ADDRESS 0x0CF8 // PCI Configuration Space Address -+#define PCI_CONF_DATA 0x0CFC // PCI Configuration Space Data -+ -+#define PCI_CLASS_BRIDGE_DEV 0x06 -+#define PCI_SUBCLASS_BR_PCI_TO_PCI 0x04 -+ -+#define PCI_CAPABILITY_ID_PCI_EXPRESS 0x10 -+ -+#define U1DONTCARE 0xFF -+#define U2DONTCARE 0xFFFF -+#define U4DONTCARE 0xFFFFFFFF -+ -+#define PCI_VENDER_ID_REALTEK 0x10ec -+ -+#define HAL_HW_PCI_8180_DEVICE_ID 0x8180 -+#define HAL_HW_PCI_8185_DEVICE_ID 0x8185 //8185 or 8185b -+#define HAL_HW_PCI_8188_DEVICE_ID 0x8188 //8185b -+#define HAL_HW_PCI_8198_DEVICE_ID 0x8198 //8185b -+#define HAL_HW_PCI_8190_DEVICE_ID 0x8190 //8190 -+#define HAL_HW_PCI_8723E_DEVICE_ID 0x8723 //8723E -+#define HAL_HW_PCI_8192_DEVICE_ID 0x8192 //8192 PCI-E -+#define HAL_HW_PCI_8192SE_DEVICE_ID 0x8192 //8192 SE -+#define HAL_HW_PCI_8174_DEVICE_ID 0x8174 //8192 SE -+#define HAL_HW_PCI_8173_DEVICE_ID 0x8173 //8191 SE Crab -+#define HAL_HW_PCI_8172_DEVICE_ID 0x8172 //8191 SE RE -+#define HAL_HW_PCI_8171_DEVICE_ID 0x8171 //8191 SE Unicron -+#define HAL_HW_PCI_0045_DEVICE_ID 0x0045 //8190 PCI for Ceraga -+#define HAL_HW_PCI_0046_DEVICE_ID 0x0046 //8190 Cardbus for Ceraga -+#define HAL_HW_PCI_0044_DEVICE_ID 0x0044 //8192e PCIE for Ceraga -+#define HAL_HW_PCI_0047_DEVICE_ID 0x0047 //8192e Express Card for Ceraga -+#define HAL_HW_PCI_700F_DEVICE_ID 0x700F -+#define HAL_HW_PCI_701F_DEVICE_ID 0x701F -+#define HAL_HW_PCI_DLINK_DEVICE_ID 0x3304 -+#define HAL_HW_PCI_8188EE_DEVICE_ID 0x8179 -+ -+#define HAL_MEMORY_MAPPED_IO_RANGE_8190PCI 0x1000 //8190 support 16 pages of IO registers -+#define HAL_HW_PCI_REVISION_ID_8190PCI 0x00 -+#define HAL_MEMORY_MAPPED_IO_RANGE_8192PCIE 0x4000 //8192 support 16 pages of IO registers -+#define HAL_HW_PCI_REVISION_ID_8192PCIE 0x01 -+#define HAL_MEMORY_MAPPED_IO_RANGE_8192SE 0x4000 //8192 support 16 pages of IO registers -+#define HAL_HW_PCI_REVISION_ID_8192SE 0x10 -+#define HAL_HW_PCI_REVISION_ID_8192CE 0x1 -+#define HAL_MEMORY_MAPPED_IO_RANGE_8192CE 0x4000 //8192 support 16 pages of IO registers -+#define HAL_HW_PCI_REVISION_ID_8192DE 0x0 -+#define HAL_MEMORY_MAPPED_IO_RANGE_8192DE 0x4000 //8192 support 16 pages of IO registers -+ -+enum pci_bridge_vendor { -+ PCI_BRIDGE_VENDOR_INTEL = 0x0,//0b'0000,0001 -+ PCI_BRIDGE_VENDOR_ATI, //= 0x02,//0b'0000,0010 -+ PCI_BRIDGE_VENDOR_AMD, //= 0x04,//0b'0000,0100 -+ PCI_BRIDGE_VENDOR_SIS ,//= 0x08,//0b'0000,1000 -+ PCI_BRIDGE_VENDOR_UNKNOWN, //= 0x40,//0b'0100,0000 -+ PCI_BRIDGE_VENDOR_MAX ,//= 0x80 -+} ; -+ -+// copy this data structor defination from MSDN SDK -+typedef struct _PCI_COMMON_CONFIG { -+ u16 VendorID; -+ u16 DeviceID; -+ u16 Command; -+ u16 Status; -+ u8 RevisionID; -+ u8 ProgIf; -+ u8 SubClass; -+ u8 BaseClass; -+ u8 CacheLineSize; -+ u8 LatencyTimer; -+ u8 HeaderType; -+ u8 BIST; -+ -+ union { -+ struct _PCI_HEADER_TYPE_0 { -+ u32 BaseAddresses[6]; -+ u32 CIS; -+ u16 SubVendorID; -+ u16 SubSystemID; -+ u32 ROMBaseAddress; -+ u8 CapabilitiesPtr; -+ u8 Reserved1[3]; -+ u32 Reserved2; -+ -+ u8 InterruptLine; -+ u8 InterruptPin; -+ u8 MinimumGrant; -+ u8 MaximumLatency; -+ } type0; -+#if 0 -+ struct _PCI_HEADER_TYPE_1 { -+ ULONG BaseAddresses[PCI_TYPE1_ADDRESSES]; -+ UCHAR PrimaryBusNumber; -+ UCHAR SecondaryBusNumber; -+ UCHAR SubordinateBusNumber; -+ UCHAR SecondaryLatencyTimer; -+ UCHAR IOBase; -+ UCHAR IOLimit; -+ USHORT SecondaryStatus; -+ USHORT MemoryBase; -+ USHORT MemoryLimit; -+ USHORT PrefetchableMemoryBase; -+ USHORT PrefetchableMemoryLimit; -+ ULONG PrefetchableMemoryBaseUpper32; -+ ULONG PrefetchableMemoryLimitUpper32; -+ USHORT IOBaseUpper; -+ USHORT IOLimitUpper; -+ ULONG Reserved2; -+ ULONG ExpansionROMBase; -+ UCHAR InterruptLine; -+ UCHAR InterruptPin; -+ USHORT BridgeControl; -+ } type1; -+ -+ struct _PCI_HEADER_TYPE_2 { -+ ULONG BaseAddress; -+ UCHAR CapabilitiesPtr; -+ UCHAR Reserved2; -+ USHORT SecondaryStatus; -+ UCHAR PrimaryBusNumber; -+ UCHAR CardbusBusNumber; -+ UCHAR SubordinateBusNumber; -+ UCHAR CardbusLatencyTimer; -+ ULONG MemoryBase0; -+ ULONG MemoryLimit0; -+ ULONG MemoryBase1; -+ ULONG MemoryLimit1; -+ USHORT IOBase0_LO; -+ USHORT IOBase0_HI; -+ USHORT IOLimit0_LO; -+ USHORT IOLimit0_HI; -+ USHORT IOBase1_LO; -+ USHORT IOBase1_HI; -+ USHORT IOLimit1_LO; -+ USHORT IOLimit1_HI; -+ UCHAR InterruptLine; -+ UCHAR InterruptPin; -+ USHORT BridgeControl; -+ USHORT SubVendorID; -+ USHORT SubSystemID; -+ ULONG LegacyBaseAddress; -+ UCHAR Reserved3[56]; -+ ULONG SystemControl; -+ UCHAR MultiMediaControl; -+ UCHAR GeneralStatus; -+ UCHAR Reserved4[2]; -+ UCHAR GPIO0Control; -+ UCHAR GPIO1Control; -+ UCHAR GPIO2Control; -+ UCHAR GPIO3Control; -+ ULONG IRQMuxRouting; -+ UCHAR RetryStatus; -+ UCHAR CardControl; -+ UCHAR DeviceControl; -+ UCHAR Diagnostic; -+ } type2; -+#endif -+ } u; -+ -+ u8 DeviceSpecific[108]; -+} PCI_COMMON_CONFIG , *PPCI_COMMON_CONFIG; -+ -+typedef struct _RT_PCI_CAPABILITIES_HEADER { -+ u8 CapabilityID; -+ u8 Next; -+} RT_PCI_CAPABILITIES_HEADER, *PRT_PCI_CAPABILITIES_HEADER; -+ -+struct pci_priv{ -+ BOOLEAN pci_clk_req; -+ -+ u8 pciehdr_offset; -+ // PCIeCap is only differece between B-cut and C-cut. -+ // Configuration Space offset 72[7:4] -+ // 0: A/B cut -+ // 1: C cut and later. -+ u8 pcie_cap; -+ u8 linkctrl_reg; -+ -+ u8 busnumber; -+ u8 devnumber; -+ u8 funcnumber; -+ -+ u8 pcibridge_busnum; -+ u8 pcibridge_devnum; -+ u8 pcibridge_funcnum; -+ u8 pcibridge_vendor; -+ u16 pcibridge_vendorid; -+ u16 pcibridge_deviceid; -+ u8 pcibridge_pciehdr_offset; -+ u8 pcibridge_linkctrlreg; -+ -+ u8 amd_l1_patch; -+}; -+ -+typedef struct _RT_ISR_CONTENT -+{ -+ union{ -+ u32 IntArray[2]; -+ u32 IntReg4Byte; -+ u16 IntReg2Byte; -+ }; -+}RT_ISR_CONTENT, *PRT_ISR_CONTENT; -+ -+//#define RegAddr(addr) (addr + 0xB2000000UL) -+//some platform macros will def here -+static inline void NdisRawWritePortUlong(u32 port, u32 val) -+{ -+ outl(val, port); -+ //writel(val, (u8 *)RegAddr(port)); -+} -+ -+static inline void NdisRawWritePortUchar(u32 port, u8 val) -+{ -+ outb(val, port); -+ //writeb(val, (u8 *)RegAddr(port)); -+} -+ -+static inline void NdisRawReadPortUchar(u32 port, u8 *pval) -+{ -+ *pval = inb(port); -+ //*pval = readb((u8 *)RegAddr(port)); -+} -+ -+static inline void NdisRawReadPortUshort(u32 port, u16 *pval) -+{ -+ *pval = inw(port); -+ //*pval = readw((u8 *)RegAddr(port)); -+} -+ -+static inline void NdisRawReadPortUlong(u32 port, u32 *pval) -+{ -+ *pval = inl(port); -+ //*pval = readl((u8 *)RegAddr(port)); -+} -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_types_sdio.h linux/3rdparty/rtl8812au/include/drv_types_sdio.h ---- linux.old/3rdparty/rtl8812au/include/drv_types_sdio.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_types_sdio.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,81 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __DRV_TYPES_SDIO_H__ -+#define __DRV_TYPES_SDIO_H__ -+ -+// SDIO Header Files -+#ifdef PLATFORM_LINUX -+ #include -+ #include -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) || defined(CONFIG_PLATFORM_SPRD) -+ #include -+ #include -+#endif -+ -+#ifdef CONFIG_PLATFORM_SPRD -+ #include -+ #include -+#endif // CONFIG_PLATFORM_SPRD -+#endif -+ -+#ifdef PLATFORM_OS_XP -+#include -+#include -+#endif -+ -+#ifdef PLATFORM_OS_CE -+#include -+#endif -+ -+ -+typedef struct sdio_data -+{ -+ u8 func_number; -+ -+ u8 tx_block_mode; -+ u8 rx_block_mode; -+ u32 block_transfer_len; -+ -+#ifdef PLATFORM_LINUX -+ struct sdio_func *func; -+ _thread_hdl_ sys_sdio_irq_thd; -+#endif -+ -+#ifdef PLATFORM_OS_XP -+ PDEVICE_OBJECT pphysdevobj; -+ PDEVICE_OBJECT pfuncdevobj; -+ PDEVICE_OBJECT pnextdevobj; -+ SDBUS_INTERFACE_STANDARD sdbusinft; -+ u8 nextdevstacksz; -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ SD_DEVICE_HANDLE hDevice; -+ SD_CARD_RCA sd_rca; -+ SD_CARD_INTERFACE card_intf; -+ BOOLEAN enableIsarWithStatus; -+ WCHAR active_path[MAX_ACTIVE_REG_PATH]; -+ SD_HOST_BLOCK_CAPABILITY sd_host_blk_cap; -+#endif -+} SDIO_DATA, *PSDIO_DATA; -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/drv_types_xp.h linux/3rdparty/rtl8812au/include/drv_types_xp.h ---- linux.old/3rdparty/rtl8812au/include/drv_types_xp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/drv_types_xp.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,95 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __DRV_TYPES_XP_H__ -+#define __DRV_TYPES_XP_H__ -+ -+#include -+#include -+ -+ -+ -+#define MAX_MCAST_LIST_NUM 32 -+ -+ -+ -+//for ioctl -+#define MAKE_DRIVER_VERSION(_MainVer,_MinorVer) ((((u32)(_MainVer))<<16)+_MinorVer) -+ -+#define NIC_HEADER_SIZE 14 //!< can be moved to typedef.h -+#define NIC_MAX_PACKET_SIZE 1514 //!< can be moved to typedef.h -+#define NIC_MAX_SEND_PACKETS 10 // max number of send packets the MiniportSendPackets function can accept, can be moved to typedef.h -+#define NIC_VENDOR_DRIVER_VERSION MAKE_DRIVER_VERSION(0,001) //!< can be moved to typedef.h -+#define NIC_MAX_PACKET_SIZE 1514 //!< can be moved to typedef.h -+ -+ -+#undef ON_VISTA -+//added by Jackson -+#ifndef ON_VISTA -+// -+// Bus driver versions -+// -+ -+#define SDBUS_DRIVER_VERSION_1 0x100 -+#define SDBUS_DRIVER_VERSION_2 0x200 -+ -+#define SDP_FUNCTION_TYPE 4 -+#define SDP_BUS_DRIVER_VERSION 5 -+#define SDP_BUS_WIDTH 6 -+#define SDP_BUS_CLOCK 7 -+#define SDP_BUS_INTERFACE_CONTROL 8 -+#define SDP_HOST_BLOCK_LENGTH 9 -+#define SDP_FUNCTION_BLOCK_LENGTH 10 -+#define SDP_FN0_BLOCK_LENGTH 11 -+#define SDP_FUNCTION_INT_ENABLE 12 -+#endif -+ -+ -+typedef struct _MP_REG_ENTRY -+{ -+ -+ NDIS_STRING RegName; // variable name text -+ BOOLEAN bRequired; // 1 -> required, 0 -> optional -+ -+ u8 Type; // NdisParameterInteger/NdisParameterHexInteger/NdisParameterStringle/NdisParameterMultiString -+ uint FieldOffset; // offset to MP_ADAPTER field -+ uint FieldSize; // size (in bytes) of the field -+ -+#ifdef UNDER_AMD64 -+ u64 Default; -+#else -+ u32 Default; // default value to use -+#endif -+ -+ u32 Min; // minimum value allowed -+ u32 Max; // maximum value allowed -+} MP_REG_ENTRY, *PMP_REG_ENTRY; -+ -+ -+typedef struct _OCTET_STRING{ -+ u8 *Octet; -+ u16 Length; -+} OCTET_STRING, *POCTET_STRING; -+ -+ -+ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/ethernet.h linux/3rdparty/rtl8812au/include/ethernet.h ---- linux.old/3rdparty/rtl8812au/include/ethernet.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/ethernet.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,42 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/*! \file */ -+#ifndef __INC_ETHERNET_H -+#define __INC_ETHERNET_H -+ -+#define ETHERNET_ADDRESS_LENGTH 6 //!< Ethernet Address Length -+#define ETHERNET_HEADER_SIZE 14 //!< Ethernet Header Length -+#define LLC_HEADER_SIZE 6 //!< LLC Header Length -+#define TYPE_LENGTH_FIELD_SIZE 2 //!< Type/Length Size -+#define MINIMUM_ETHERNET_PACKET_SIZE 60 //!< Minimum Ethernet Packet Size -+#define MAXIMUM_ETHERNET_PACKET_SIZE 1514 //!< Maximum Ethernet Packet Size -+ -+#define RT_ETH_IS_MULTICAST(_pAddr) ((((UCHAR *)(_pAddr))[0]&0x01)!=0) //!< Is Multicast Address? -+#define RT_ETH_IS_BROADCAST(_pAddr) ( \ -+ ((UCHAR *)(_pAddr))[0]==0xff && \ -+ ((UCHAR *)(_pAddr))[1]==0xff && \ -+ ((UCHAR *)(_pAddr))[2]==0xff && \ -+ ((UCHAR *)(_pAddr))[3]==0xff && \ -+ ((UCHAR *)(_pAddr))[4]==0xff && \ -+ ((UCHAR *)(_pAddr))[5]==0xff ) //!< Is Broadcast Address? -+ -+ -+#endif // #ifndef __INC_ETHERNET_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/gspi_hal.h linux/3rdparty/rtl8812au/include/gspi_hal.h ---- linux.old/3rdparty/rtl8812au/include/gspi_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/gspi_hal.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,36 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __GSPI_HAL_H__ -+#define __GSPI_HAL_H__ -+ -+ -+void spi_int_dpc(PADAPTER padapter, u32 sdio_hisr); -+u8 rtw_set_hal_ops(_adapter *padapter); -+ -+#ifdef CONFIG_RTL8188E -+void rtl8188es_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_RTL8723B -+void rtl8723bs_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#endif //__GSPI_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/gspi_ops.h linux/3rdparty/rtl8812au/include/gspi_ops.h ---- linux.old/3rdparty/rtl8812au/include/gspi_ops.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/gspi_ops.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,185 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __GSPI_OPS_H__ -+#define __GSPI_OPS_H__ -+ -+/* follwing defination is based on -+ * GSPI spec of RTL8723, we temp -+ * suppose that it will be the same -+ * for diff chips of GSPI, if not -+ * we should move it to HAL folder */ -+#define SPI_LOCAL_DOMAIN 0x0 -+#define WLAN_IOREG_DOMAIN 0x8 -+#define FW_FIFO_DOMAIN 0x4 -+#define TX_HIQ_DOMAIN 0xc -+#define TX_MIQ_DOMAIN 0xd -+#define TX_LOQ_DOMAIN 0xe -+#define RX_RXFIFO_DOMAIN 0x1f -+ -+//IO Bus domain address mapping -+#define DEFUALT_OFFSET 0x0 -+#define SPI_LOCAL_OFFSET 0x10250000 -+#define WLAN_IOREG_OFFSET 0x10260000 -+#define FW_FIFO_OFFSET 0x10270000 -+#define TX_HIQ_OFFSET 0x10310000 -+#define TX_MIQ_OFFSET 0x1032000 -+#define TX_LOQ_OFFSET 0x10330000 -+#define RX_RXOFF_OFFSET 0x10340000 -+ -+//SPI Local registers -+#define SPI_REG_TX_CTRL 0x0000 // SPI Tx Control -+#define SPI_REG_STATUS_RECOVERY 0x0004 -+#define SPI_REG_INT_TIMEOUT 0x0006 -+#define SPI_REG_HIMR 0x0014 // SPI Host Interrupt Mask -+#define SPI_REG_HISR 0x0018 // SPI Host Interrupt Service Routine -+#define SPI_REG_RX0_REQ_LEN 0x001C // RXDMA Request Length -+#define SPI_REG_FREE_TXPG 0x0020 // Free Tx Buffer Page -+#define SPI_REG_HCPWM1 0x0024 // HCI Current Power Mode 1 -+#define SPI_REG_HCPWM2 0x0026 // HCI Current Power Mode 2 -+#define SPI_REG_HTSFR_INFO 0x0030 // HTSF Informaion -+#define SPI_REG_HRPWM1 0x0080 // HCI Request Power Mode 1 -+#define SPI_REG_HRPWM2 0x0082 // HCI Request Power Mode 2 -+#define SPI_REG_HPS_CLKR 0x0084 // HCI Power Save Clock -+#define SPI_REG_HSUS_CTRL 0x0086 // SPI HCI Suspend Control -+#define SPI_REG_HIMR_ON 0x0090 //SPI Host Extension Interrupt Mask Always -+#define SPI_REG_HISR_ON 0x0091 //SPI Host Extension Interrupt Status Always -+#define SPI_REG_CFG 0x00F0 //SPI Configuration Register -+ -+#define SPI_TX_CTRL (SPI_REG_TX_CTRL |SPI_LOCAL_OFFSET) -+#define SPI_STATUS_RECOVERY (SPI_REG_STATUS_RECOVERY |SPI_LOCAL_OFFSET) -+#define SPI_INT_TIMEOUT (SPI_REG_INT_TIMEOUT |SPI_LOCAL_OFFSET) -+#define SPI_HIMR (SPI_REG_HIMR |SPI_LOCAL_OFFSET) -+#define SPI_HISR (SPI_REG_HISR |SPI_LOCAL_OFFSET) -+#define SPI_RX0_REQ_LEN_1_BYTE (SPI_REG_RX0_REQ_LEN |SPI_LOCAL_OFFSET) -+#define SPI_FREE_TXPG (SPI_REG_FREE_TXPG |SPI_LOCAL_OFFSET) -+ -+#define SPI_HIMR_DISABLED 0 -+ -+//SPI HIMR MASK diff with SDIO -+#define SPI_HISR_RX_REQUEST BIT(0) -+#define SPI_HISR_AVAL BIT(1) -+#define SPI_HISR_TXERR BIT(2) -+#define SPI_HISR_RXERR BIT(3) -+#define SPI_HISR_TXFOVW BIT(4) -+#define SPI_HISR_RXFOVW BIT(5) -+#define SPI_HISR_TXBCNOK BIT(6) -+#define SPI_HISR_TXBCNERR BIT(7) -+#define SPI_HISR_BCNERLY_INT BIT(16) -+#define SPI_HISR_ATIMEND BIT(17) -+#define SPI_HISR_ATIMEND_E BIT(18) -+#define SPI_HISR_CTWEND BIT(19) -+#define SPI_HISR_C2HCMD BIT(20) -+#define SPI_HISR_CPWM1 BIT(21) -+#define SPI_HISR_CPWM2 BIT(22) -+#define SPI_HISR_HSISR_IND BIT(23) -+#define SPI_HISR_GTINT3_IND BIT(24) -+#define SPI_HISR_GTINT4_IND BIT(25) -+#define SPI_HISR_PSTIMEOUT BIT(26) -+#define SPI_HISR_OCPINT BIT(27) -+#define SPI_HISR_TSF_BIT32_TOGGLE BIT(29) -+ -+#define MASK_SPI_HISR_CLEAR (SPI_HISR_TXERR |\ -+ SPI_HISR_RXERR |\ -+ SPI_HISR_TXFOVW |\ -+ SPI_HISR_RXFOVW |\ -+ SPI_HISR_TXBCNOK |\ -+ SPI_HISR_TXBCNERR |\ -+ SPI_HISR_C2HCMD |\ -+ SPI_HISR_CPWM1 |\ -+ SPI_HISR_CPWM2 |\ -+ SPI_HISR_HSISR_IND |\ -+ SPI_HISR_GTINT3_IND |\ -+ SPI_HISR_GTINT4_IND |\ -+ SPI_HISR_PSTIMEOUT |\ -+ SPI_HISR_OCPINT) -+ -+#define REG_LEN_FORMAT(pcmd, x) SET_BITS_TO_LE_4BYTE(pcmd, 0, 8, x)//(x<<(unsigned int)24) -+#define REG_ADDR_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 8, 16, x)//(x<<(unsigned int)16) -+#define REG_DOMAIN_ID_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 24, 5, x)//(x<<(unsigned int)0) -+#define REG_FUN_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 29, 2, x)//(x<<(unsigned int)5) -+#define REG_RW_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 31, 1, x)//(x<<(unsigned int)7) -+ -+#define FIFO_LEN_FORMAT(pcmd, x) SET_BITS_TO_LE_4BYTE(pcmd, 0, 16, x)//(x<<(unsigned int)24) -+//#define FIFO_ADDR_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 8, 16, x)//(x<<(unsigned int)16) -+#define FIFO_DOMAIN_ID_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 24, 5, x)//(x<<(unsigned int)0) -+#define FIFO_FUN_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 29, 2, x)//(x<<(unsigned int)5) -+#define FIFO_RW_FORMAT(pcmd,x) SET_BITS_TO_LE_4BYTE(pcmd, 31, 1, x)//(x<<(unsigned int)7) -+ -+ -+//get status dword0 -+#define GET_STATUS_PUB_PAGE_NUM(status) LE_BITS_TO_4BYTE(status, 24, 8) -+#define GET_STATUS_HI_PAGE_NUM(status) LE_BITS_TO_4BYTE(status, 18, 6) -+#define GET_STATUS_MID_PAGE_NUM(status) LE_BITS_TO_4BYTE(status, 12, 6) -+#define GET_STATUS_LOW_PAGE_NUM(status) LE_BITS_TO_4BYTE(status, 6, 6) -+#define GET_STATUS_HISR_HI6BIT(status) LE_BITS_TO_4BYTE(status, 0, 6) -+ -+//get status dword1 -+#define GET_STATUS_HISR_MID8BIT(status) LE_BITS_TO_4BYTE(status + 4, 24, 8) -+#define GET_STATUS_HISR_LOW8BIT(status) LE_BITS_TO_4BYTE(status + 4, 16, 8) -+#define GET_STATUS_ERROR(status) LE_BITS_TO_4BYTE(status + 4, 17, 1) -+#define GET_STATUS_INT(status) LE_BITS_TO_4BYTE(status + 4, 16, 1) -+#define GET_STATUS_RX_LENGTH(status) LE_BITS_TO_4BYTE(status + 4, 0, 16) -+ -+ -+#define RXDESC_SIZE 24 -+ -+ -+struct spi_more_data { -+ unsigned long more_data; -+ unsigned long len; -+}; -+ -+#ifdef CONFIG_RTL8188E -+void rtl8188es_set_hal_ops(PADAPTER padapter); -+#define set_hal_ops rtl8188es_set_hal_ops -+#endif -+extern void spi_set_chip_endian(PADAPTER padapter); -+extern unsigned int spi_write8_endian(ADAPTER *Adapter, unsigned int addr, unsigned int buf, u32 big); -+extern void spi_set_intf_ops(_adapter *padapter,struct _io_ops *pops); -+extern void spi_set_chip_endian(PADAPTER padapter); -+extern void InitInterrupt8723ASdio(PADAPTER padapter); -+extern void InitSysInterrupt8723ASdio(PADAPTER padapter); -+extern void EnableInterrupt8723ASdio(PADAPTER padapter); -+extern void DisableInterrupt8723ASdio(PADAPTER padapter); -+extern void spi_int_hdl(PADAPTER padapter); -+extern u8 HalQueryTxBufferStatus8723ASdio(PADAPTER padapter); -+#ifdef CONFIG_RTL8723B -+extern void InitInterrupt8723BSdio(PADAPTER padapter); -+extern void InitSysInterrupt8723BSdio(PADAPTER padapter); -+extern void EnableInterrupt8723BSdio(PADAPTER padapter); -+extern void DisableInterrupt8723BSdio(PADAPTER padapter); -+extern u8 HalQueryTxBufferStatus8723BSdio(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_RTL8188E -+extern void InitInterrupt8188EGspi(PADAPTER padapter); -+extern void EnableInterrupt8188EGspi(PADAPTER padapter); -+extern void DisableInterrupt8188EGspi(PADAPTER padapter); -+extern void UpdateInterruptMask8188EGspi(PADAPTER padapter, u32 AddMSR, u32 RemoveMSR); -+extern u8 HalQueryTxBufferStatus8189EGspi(PADAPTER padapter); -+extern u8 HalQueryTxOQTBufferStatus8189EGspi(PADAPTER padapter); -+extern void ClearInterrupt8188EGspi(PADAPTER padapter); -+extern u8 CheckIPSStatus(PADAPTER padapter); -+#endif // CONFIG_RTL8188E -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+extern u8 RecvOnePkt(PADAPTER padapter, u32 size); -+#endif // CONFIG_WOWLAN -+ -+#endif //__GSPI_OPS_H__ -diff -Nurp linux.old/3rdparty/rtl8812au/include/gspi_ops_linux.h linux/3rdparty/rtl8812au/include/gspi_ops_linux.h ---- linux.old/3rdparty/rtl8812au/include/gspi_ops_linux.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/gspi_ops_linux.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,24 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OPS_LINUX_H__ -+#define __SDIO_OPS_LINUX_H__ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/gspi_osintf.h linux/3rdparty/rtl8812au/include/gspi_osintf.h ---- linux.old/3rdparty/rtl8812au/include/gspi_osintf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/gspi_osintf.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,31 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OSINTF_H__ -+#define __SDIO_OSINTF_H__ -+ -+ -+#ifdef PLATFORM_OS_CE -+extern NDIS_STATUS ce_sd_get_dev_hdl(PADAPTER padapter); -+SD_API_STATUS ce_sd_int_callback(SD_DEVICE_HANDLE hDevice, PADAPTER padapter); -+extern void sd_setup_irs(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/h2clbk.h linux/3rdparty/rtl8812au/include/h2clbk.h ---- linux.old/3rdparty/rtl8812au/include/h2clbk.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/h2clbk.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,32 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#define _H2CLBK_H_ -+ -+ -+void _lbk_cmd(PADAPTER Adapter); -+ -+void _lbk_rsp(PADAPTER Adapter); -+ -+void _lbk_evt(IN PADAPTER Adapter); -+ -+void h2c_event_callback(unsigned char *dev, unsigned char *pbuf); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8188EPhyCfg.h linux/3rdparty/rtl8812au/include/Hal8188EPhyCfg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8188EPhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8188EPhyCfg.h 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,274 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8188EPHYCFG_H__ -+#define __INC_HAL8188EPHYCFG_H__ -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 //us -+#define AntennaDiversityValue 0x80 //(Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+#ifdef CONFIG_PCI_HCI -+#define MAX_AGGR_NUM 0x0B -+#else -+#define MAX_AGGR_NUM 0x07 -+#endif // CONFIG_PCI_HCI -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+#define MAX_TX_COUNT_8188E 1 -+ -+/* BB/RF related */ -+ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+ -+/*------------------------Export global variable----------------------------*/ -+/*------------------------Export global variable----------------------------*/ -+ -+ -+/*------------------------Export Marco Definition---------------------------*/ -+/*------------------------Export Marco Definition---------------------------*/ -+ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+// -+// BB and RF register read/write -+// -+u32 PHY_QueryBBReg8188E( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+void PHY_SetBBReg8188E( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+u32 PHY_QueryRFReg8188E( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+void PHY_SetRFReg8188E( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+ -+// -+// Initialization related function -+// -+/* MAC/BB/RF HAL config */ -+int PHY_MACConfig8188E(IN PADAPTER Adapter ); -+int PHY_BBConfig8188E(IN PADAPTER Adapter ); -+int PHY_RFConfig8188E(IN PADAPTER Adapter ); -+ -+/* RF config */ -+int rtl8188e_PHY_ConfigRFWithParaFile(IN PADAPTER Adapter, IN u8 * pFileName, u8 eRFPath); -+ -+// -+// RF Power setting -+// -+//extern BOOLEAN PHY_SetRFPowerState(IN PADAPTER Adapter, -+// IN RT_RF_POWER_STATE eRFPowerState); -+ -+// -+// BB TX Power R/W -+// -+void PHY_GetTxPowerLevel8188E( IN PADAPTER Adapter, -+ OUT s32* powerlevel ); -+void PHY_SetTxPowerLevel8188E( IN PADAPTER Adapter, -+ IN u8 channel ); -+BOOLEAN PHY_UpdateTxPowerDbm8188E( IN PADAPTER Adapter, -+ IN int powerInDbm ); -+ -+VOID -+PHY_SetTxPowerIndex_8188E( -+ IN PADAPTER Adapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ); -+ -+u8 -+PHY_GetTxPowerIndex_8188E( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+// -+// Switch bandwidth for 8192S -+// -+//extern void PHY_SetBWModeCallback8192C( IN PRT_TIMER pTimer ); -+void PHY_SetBWMode8188E( IN PADAPTER pAdapter, -+ IN CHANNEL_WIDTH ChnlWidth, -+ IN unsigned char Offset ); -+ -+// -+// Set FW CMD IO for 8192S. -+// -+//extern BOOLEAN HalSetIO8192C( IN PADAPTER Adapter, -+// IN IO_TYPE IOType); -+ -+// -+// Set A2 entry to fw for 8192S -+// -+extern void FillA2Entry8192C( IN PADAPTER Adapter, -+ IN u8 index, -+ IN u8* val); -+ -+ -+// -+// channel switch related funciton -+// -+//extern void PHY_SwChnlCallback8192C( IN PRT_TIMER pTimer ); -+void PHY_SwChnl8188E( IN PADAPTER pAdapter, -+ IN u8 channel ); -+ -+VOID -+PHY_SetSwChnlBWMode8188E( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+); -+ -+// -+// BB/MAC/RF other monitor API -+// -+void PHY_SetMonitorMode8192C(IN PADAPTER pAdapter, -+ IN BOOLEAN bEnableMonitorMode ); -+ -+BOOLEAN PHY_CheckIsLegalRfPath8192C(IN PADAPTER pAdapter, -+ IN u32 eRFPath ); -+ -+VOID PHY_SetRFPathSwitch_8188E(IN PADAPTER pAdapter, IN BOOLEAN bMain); -+ -+extern VOID -+PHY_SwitchEphyParameter( -+ IN PADAPTER Adapter -+ ); -+ -+extern VOID -+PHY_EnableHostClkReq( -+ IN PADAPTER Adapter -+ ); -+ -+BOOLEAN -+SetAntennaConfig92C( -+ IN PADAPTER Adapter, -+ IN u8 DefaultAnt -+ ); -+ -+VOID -+storePwrIndexDiffRateOffset( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+/*--------------------------Exported Function prototype---------------------*/ -+ -+// -+// Initialization related function -+// -+/* MAC/BB/RF HAL config */ -+//extern s32 PHY_MACConfig8723(PADAPTER padapter); -+//s32 PHY_BBConfig8723(PADAPTER padapter); -+//s32 PHY_RFConfig8723(PADAPTER padapter); -+ -+ -+ -+//================================================================== -+// Note: If SIC_ENABLE under PCIE, because of the slow operation -+// you should -+// 2) "#define RTL8723_FPGA_VERIFICATION 1" in Precomp.h.WlanE.Windows -+// 3) "#define RTL8190_Download_Firmware_From_Header 0" in Precomp.h.WlanE.Windows if needed. -+// -+#if (RTL8188E_SUPPORT == 1) && (RTL8188E_FPGA_TRUE_PHY_VERIFICATION == 1) -+#define SIC_ENABLE 1 -+#define SIC_HW_SUPPORT 1 -+#else -+#define SIC_ENABLE 0 -+#define SIC_HW_SUPPORT 0 -+#endif -+//================================================================== -+ -+ -+#define SIC_MAX_POLL_CNT 5 -+ -+#if(SIC_HW_SUPPORT == 1) -+#define SIC_CMD_READY 0 -+#define SIC_CMD_PREWRITE 0x1 -+#if(RTL8188E_SUPPORT == 1) -+#define SIC_CMD_WRITE 0x40 -+#define SIC_CMD_PREREAD 0x2 -+#define SIC_CMD_READ 0x80 -+#define SIC_CMD_INIT 0xf0 -+#define SIC_INIT_VAL 0xff -+ -+#define SIC_INIT_REG 0x1b7 -+#define SIC_CMD_REG 0x1EB // 1byte -+#define SIC_ADDR_REG 0x1E8 // 1b4~1b5, 2 bytes -+#define SIC_DATA_REG 0x1EC // 1b0~1b3 -+#else -+#define SIC_CMD_WRITE 0x11 -+#define SIC_CMD_PREREAD 0x2 -+#define SIC_CMD_READ 0x12 -+#define SIC_CMD_INIT 0x1f -+#define SIC_INIT_VAL 0xff -+ -+#define SIC_INIT_REG 0x1b7 -+#define SIC_CMD_REG 0x1b6 // 1byte -+#define SIC_ADDR_REG 0x1b4 // 1b4~1b5, 2 bytes -+#define SIC_DATA_REG 0x1b0 // 1b0~1b3 -+#endif -+#else -+#define SIC_CMD_READY 0 -+#define SIC_CMD_WRITE 1 -+#define SIC_CMD_READ 2 -+ -+#if(RTL8188E_SUPPORT == 1) -+#define SIC_CMD_REG 0x1EB // 1byte -+#define SIC_ADDR_REG 0x1E8 // 1b9~1ba, 2 bytes -+#define SIC_DATA_REG 0x1EC // 1bc~1bf -+#else -+#define SIC_CMD_REG 0x1b8 // 1byte -+#define SIC_ADDR_REG 0x1b9 // 1b9~1ba, 2 bytes -+#define SIC_DATA_REG 0x1bc // 1bc~1bf -+#endif -+#endif -+ -+#if(SIC_ENABLE == 1) -+VOID SIC_Init(IN PADAPTER Adapter); -+#endif -+ -+ -+#endif // __INC_HAL8192CPHYCFG_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8188EPhyReg.h linux/3rdparty/rtl8812au/include/Hal8188EPhyReg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8188EPhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8188EPhyReg.h 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,1106 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8188EPHYREG_H__ -+#define __INC_HAL8188EPHYREG_H__ -+/*--------------------------Define Parameters-------------------------------*/ -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+// -+// 2. Page2(0x200) -+// -+// The following two definition are only used for USB interface. -+#define RF_BB_CMD_ADDR 0x02c0 // RF/BB read/write command address. -+#define RF_BB_CMD_DATA 0x02c4 // RF/BB read/write command data. -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+ -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_RFTiming1 0x810 // Useless now -+#define rFPGA0_RFTiming2 0x814 -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+ -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+ -+#define rFPGA0_RFWakeUpParameter 0x850 // Useless now -+#define rFPGA0_RFSleepUpParameter 0x854 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 -+#define rFPGA0_AdDaClockEn 0x888 // enable ad/da clock1 for dual-phy -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 // Tranceiver LSSI Readback -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_PSDReport 0x8b4 // Useless now -+#define TransceiverA_HSPI_Readback 0x8b8 // Transceiver A HSPI Readback -+#define TransceiverB_HSPI_Readback 0x8bc // Transceiver B HSPI Readback -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 // Useless now // RF Interface Readback Value -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 // Useless now -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+ -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+ -+// -+// 5. PageA(0xA00) -+// -+// Set Control channel to upper or lower. These settings are required only for 40MHz -+#define rCCK0_System 0xa00 -+ -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_CCA 0xa08 // Disable init gain now // Init gain -+ -+#define rCCK0_RxAGC1 0xa0c //AGC default value, saturation level // Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series -+#define rCCK0_RxAGC2 0xa10 //AGC & DAGC -+ -+#define rCCK0_RxHP 0xa14 -+ -+#define rCCK0_DSPParameter1 0xa18 //Timing recovery & Channel estimation threshold -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+ -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+#define rCCK0_TRSSIReport 0xa50 -+#define rCCK0_RxReport 0xa54 //0xa57 -+#define rCCK0_FACounterLower 0xa5c //0xa5b -+#define rCCK0_FACounterUpper 0xa58 //0xa5c -+ -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_ram64x16 0xb2c -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rConfig_Pmpd_AntB 0xb98 -+#define rAPK 0xbd8 -+ -+ -+ -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+#define rOFDM1_CFO 0xd08 // No setting now -+#define rOFDM1_CSI1 0xd10 -+#define rOFDM1_SBD 0xd14 -+#define rOFDM1_CSI2 0xd18 -+#define rOFDM1_CFOTracking 0xd2c -+#define rOFDM1_TRxMesaure1 0xd34 -+#define rOFDM1_IntfDet 0xd3c -+#define rOFDM1_csi_fix_mask1 0xd40 -+#define rOFDM1_csi_fix_mask2 0xd44 -+#define rOFDM1_PseudoNoiseStateAB 0xd50 -+#define rOFDM1_PseudoNoiseStateCD 0xd54 -+#define rOFDM1_RxPseudoNoiseWgt 0xd58 -+ -+#define rOFDM_PHYCounter1 0xda0 //cca, parity fail -+#define rOFDM_PHYCounter2 0xda4 //rate illegal, crc8 fail -+#define rOFDM_PHYCounter3 0xda8 //MCS not support -+ -+#define rOFDM_ShortCFOAB 0xdac // No setting now -+#define rOFDM_ShortCFOCD 0xdb0 -+#define rOFDM_LongCFOAB 0xdb4 -+#define rOFDM_LongCFOCD 0xdb8 -+#define rOFDM_TailCFOAB 0xdbc -+#define rOFDM_TailCFOCD 0xdc0 -+#define rOFDM_PWMeasure1 0xdc4 -+#define rOFDM_PWMeasure2 0xdc8 -+#define rOFDM_BWReport 0xdcc -+#define rOFDM_AGCReport 0xdd0 -+#define rOFDM_RxSNR 0xdd4 -+#define rOFDM_RxEVMCSI 0xdd8 -+#define rOFDM_SIGReport 0xddc -+ -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+// -+// 7. RF Register 0x00-0x2E (RF 8256) -+// RF-0222D 0x00-3F -+// -+//Zebra1 -+#define rZebra1_HSSIEnable 0x0 // Useless now -+#define rZebra1_TRxEnable1 0x1 -+#define rZebra1_TRxEnable2 0x2 -+#define rZebra1_AGC 0x4 -+#define rZebra1_ChargePump 0x5 -+#define rZebra1_Channel 0x7 // RF channel switch -+ -+//#endif -+#define rZebra1_TxGain 0x8 // Useless now -+#define rZebra1_TxLPF 0x9 -+#define rZebra1_RxLPF 0xb -+#define rZebra1_RxHPFCorner 0xc -+ -+//Zebra4 -+#define rGlobalCtrl 0 // Useless now -+#define rRTL8256_TxLPF 19 -+#define rRTL8256_RxLPF 11 -+ -+//RTL8258 -+#define rRTL8258_TxLPF 0x11 // Useless now -+#define rRTL8258_RxLPF 0x13 -+#define rRTL8258_RSSILPF 0xa -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+ -+#define RF_IQADJ_G1 0x01 // -+#define RF_IQADJ_G2 0x02 // -+ -+#define RF_POW_TRSW 0x05 // -+ -+#define RF_GAIN_RX 0x06 // -+#define RF_GAIN_TX 0x07 // -+ -+#define RF_TXM_IDAC 0x08 // -+#define RF_IPA_G 0x09 // -+#define RF_TXBIAS_G 0x0A -+#define RF_TXPA_AG 0x0B -+#define RF_IPA_A 0x0C // -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_BS_IQGEN 0x0F // -+ -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+ -+#define RF_RX_AGC_HP 0x12 // -+#define RF_TX_AGC 0x13 // -+#define RF_BIAS 0x14 // -+#define RF_IPA 0x15 // -+#define RF_TXBIAS 0x16 -+#define RF_POW_ABILITY 0x17 // -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_TOP 0x19 // -+ -+#define RF_RX_G1 0x1A // -+#define RF_RX_G2 0x1B // -+ -+#define RF_RX_BB2 0x1C // -+#define RF_RX_BB1 0x1D // -+ -+#define RF_RCK1 0x1E // -+#define RF_RCK2 0x1F // -+ -+#define RF_TX_G1 0x20 // -+#define RF_TX_G2 0x21 // -+#define RF_TX_G3 0x22 // -+ -+#define RF_TX_BB1 0x23 // -+ -+#define RF_T_METER_88E 0x42 // -+#define RF_T_METER 0x24 // -+ -+#define RF_SYN_G1 0x25 // RF TX Power control -+#define RF_SYN_G2 0x26 // RF TX Power control -+#define RF_SYN_G3 0x27 // RF TX Power control -+#define RF_SYN_G4 0x28 // RF TX Power control -+#define RF_SYN_G5 0x29 // RF TX Power control -+#define RF_SYN_G6 0x2A // RF TX Power control -+#define RF_SYN_G7 0x2B // RF TX Power control -+#define RF_SYN_G8 0x2C // RF TX Power control -+ -+#define RF_RCK_OS 0x30 // RF TX PA control -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+#define RF_TX_BIAS_A 0x35 -+#define RF_TX_BIAS_D 0x36 -+#define RF_LOBF_9 0x38 -+#define RF_RXRF_A3 0x3C // -+#define RF_TRSW 0x3F -+ -+#define RF_TXRF_A2 0x41 -+#define RF_TXPA_G4 0x46 -+#define RF_TXPA_A4 0x4B -+#define RF_0x52 0x52 -+#define RF_WE_LUT 0xEF -+ -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+#define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff)) -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+ -+#define bOFDMRxADCPhase 0x10000 // Useless now -+#define bOFDMTxDACPhase 0x40000 -+#define bXATxAGC 0x3f -+ -+#define bAntennaSelect 0x0300 -+ -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+#define bPAStart 0xf0000000 // Useless now -+#define bTRStart 0x00f00000 -+#define bRFStart 0x0000f000 -+#define bBBStart 0x000000f0 -+#define bBBCCKStart 0x0000000f -+#define bPAEnd 0xf //Reg0x814 -+#define bTREnd 0x0f000000 -+#define bRFEnd 0x000f0000 -+#define bCCAMask 0x000000f0 //T2R -+#define bR2RCCAMask 0x00000f00 -+#define bHSSI_R2TDelay 0xf8000000 -+#define bHSSI_T2RDelay 0xf80000 -+#define bContTxHSSI 0x400 //chane gain at continue Tx -+#define bIGFromCCK 0x200 -+#define bAGCAddress 0x3f -+#define bRxHPTx 0x7000 -+#define bRxHPT2R 0x38000 -+#define bRxHPCCKIni 0xc0000 -+#define bAGCTxCode 0xc00000 -+#define bAGCRxCode 0x300000 -+ -+#define b3WireDataLength 0x800 // Reg 0x820~84f rFPGA0_XA_HSSIParameter1 -+#define b3WireAddressLength 0x400 -+ -+#define b3WireRFPowerDown 0x1 // Useless now -+//#define bHWSISelect 0x8 -+#define b5GPAPEPolarity 0x40000000 -+#define b2GPAPEPolarity 0x80000000 -+#define bRFSW_TxDefaultAnt 0x3 -+#define bRFSW_TxOptionAnt 0x30 -+#define bRFSW_RxDefaultAnt 0x300 -+#define bRFSW_RxOptionAnt 0x3000 -+#define bRFSI_3WireData 0x1 -+#define bRFSI_3WireClock 0x2 -+#define bRFSI_3WireLoad 0x4 -+#define bRFSI_3WireRW 0x8 -+#define bRFSI_3Wire 0xf -+ -+#define bRFSI_RFENV 0x10 // Reg 0x870 rFPGA0_XAB_RFInterfaceSW -+ -+#define bRFSI_TRSW 0x20 // Useless now -+#define bRFSI_TRSWB 0x40 -+#define bRFSI_ANTSW 0x100 -+#define bRFSI_ANTSWB 0x200 -+#define bRFSI_PAPE 0x400 -+#define bRFSI_PAPE5G 0x800 -+#define bBandSelect 0x1 -+#define bHTSIG2_GI 0x80 -+#define bHTSIG2_Smoothing 0x01 -+#define bHTSIG2_Sounding 0x02 -+#define bHTSIG2_Aggreaton 0x08 -+#define bHTSIG2_STBC 0x30 -+#define bHTSIG2_AdvCoding 0x40 -+#define bHTSIG2_NumOfHTLTF 0x300 -+#define bHTSIG2_CRC8 0x3fc -+#define bHTSIG1_MCS 0x7f -+#define bHTSIG1_BandWidth 0x80 -+#define bHTSIG1_HTLength 0xffff -+#define bLSIG_Rate 0xf -+#define bLSIG_Reserved 0x10 -+#define bLSIG_Length 0x1fffe -+#define bLSIG_Parity 0x20 -+#define bCCKRxPhase 0x4 -+ -+#define bLSSIReadAddress 0x7f800000 // T65 RF -+ -+#define bLSSIReadEdge 0x80000000 //LSSI "Read" edge signal -+ -+#define bLSSIReadBackData 0xfffff // T65 RF -+ -+#define bLSSIReadOKFlag 0x1000 // Useless now -+#define bCCKSampleRate 0x8 //0: 44MHz, 1:88MHz -+#define bRegulator0Standby 0x1 -+#define bRegulatorPLLStandby 0x2 -+#define bRegulator1Standby 0x4 -+#define bPLLPowerUp 0x8 -+#define bDPLLPowerUp 0x10 -+#define bDA10PowerUp 0x20 -+#define bAD7PowerUp 0x200 -+#define bDA6PowerUp 0x2000 -+#define bXtalPowerUp 0x4000 -+#define b40MDClkPowerUP 0x8000 -+#define bDA6DebugMode 0x20000 -+#define bDA6Swing 0x380000 -+ -+#define bADClkPhase 0x4000000 // Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ -+ -+#define b80MClkDelay 0x18000000 // Useless -+#define bAFEWatchDogEnable 0x20000000 -+ -+#define bXtalCap01 0xc0000000 // Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap -+#define bXtalCap23 0x3 -+#define bXtalCap92x 0x0f000000 -+#define bXtalCap 0x0f000000 -+ -+#define bIntDifClkEnable 0x400 // Useless -+#define bExtSigClkEnable 0x800 -+#define bBandgapMbiasPowerUp 0x10000 -+#define bAD11SHGain 0xc0000 -+#define bAD11InputRange 0x700000 -+#define bAD11OPCurrent 0x3800000 -+#define bIPathLoopback 0x4000000 -+#define bQPathLoopback 0x8000000 -+#define bAFELoopback 0x10000000 -+#define bDA10Swing 0x7e0 -+#define bDA10Reverse 0x800 -+#define bDAClkSource 0x1000 -+#define bAD7InputRange 0x6000 -+#define bAD7Gain 0x38000 -+#define bAD7OutputCMMode 0x40000 -+#define bAD7InputCMMode 0x380000 -+#define bAD7Current 0xc00000 -+#define bRegulatorAdjust 0x7000000 -+#define bAD11PowerUpAtTx 0x1 -+#define bDA10PSAtTx 0x10 -+#define bAD11PowerUpAtRx 0x100 -+#define bDA10PSAtRx 0x1000 -+#define bCCKRxAGCFormat 0x200 -+#define bPSDFFTSamplepPoint 0xc000 -+#define bPSDAverageNum 0x3000 -+#define bIQPathControl 0xc00 -+#define bPSDFreq 0x3ff -+#define bPSDAntennaPath 0x30 -+#define bPSDIQSwitch 0x40 -+#define bPSDRxTrigger 0x400000 -+#define bPSDTxTrigger 0x80000000 -+#define bPSDSineToneScale 0x7f000000 -+#define bPSDReport 0xffff -+ -+// 3. Page9(0x900) -+#define bOFDMTxSC 0x30000000 // Useless -+#define bCCKTxOn 0x1 -+#define bOFDMTxOn 0x2 -+#define bDebugPage 0xfff //reset debug page and also HWord, LWord -+#define bDebugItem 0xff //reset debug page and LWord -+#define bAntL 0x10 -+#define bAntNonHT 0x100 -+#define bAntHT1 0x1000 -+#define bAntHT2 0x10000 -+#define bAntHT1S1 0x100000 -+#define bAntNonHTS1 0x1000000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+// 5. PageC(0xC00) -+#define bNumOfSTF 0x3 // Useless -+#define bShift_L 0xc0 -+#define bGI_TH 0xc -+#define bRxPathA 0x1 -+#define bRxPathB 0x2 -+#define bRxPathC 0x4 -+#define bRxPathD 0x8 -+#define bTxPathA 0x1 -+#define bTxPathB 0x2 -+#define bTxPathC 0x4 -+#define bTxPathD 0x8 -+#define bTRSSIFreq 0x200 -+#define bADCBackoff 0x3000 -+#define bDFIRBackoff 0xc000 -+#define bTRSSILatchPhase 0x10000 -+#define bRxIDCOffset 0xff -+#define bRxQDCOffset 0xff00 -+#define bRxDFIRMode 0x1800000 -+#define bRxDCNFType 0xe000000 -+#define bRXIQImb_A 0x3ff -+#define bRXIQImb_B 0xfc00 -+#define bRXIQImb_C 0x3f0000 -+#define bRXIQImb_D 0xffc00000 -+#define bDC_dc_Notch 0x60000 -+#define bRxNBINotch 0x1f000000 -+#define bPD_TH 0xf -+#define bPD_TH_Opt2 0xc000 -+#define bPWED_TH 0x700 -+#define bIfMF_Win_L 0x800 -+#define bPD_Option 0x1000 -+#define bMF_Win_L 0xe000 -+#define bBW_Search_L 0x30000 -+#define bwin_enh_L 0xc0000 -+#define bBW_TH 0x700000 -+#define bED_TH2 0x3800000 -+#define bBW_option 0x4000000 -+#define bRatio_TH 0x18000000 -+#define bWindow_L 0xe0000000 -+#define bSBD_Option 0x1 -+#define bFrame_TH 0x1c -+#define bFS_Option 0x60 -+#define bDC_Slope_check 0x80 -+#define bFGuard_Counter_DC_L 0xe00 -+#define bFrame_Weight_Short 0x7000 -+#define bSub_Tune 0xe00000 -+#define bFrame_DC_Length 0xe000000 -+#define bSBD_start_offset 0x30000000 -+#define bFrame_TH_2 0x7 -+#define bFrame_GI2_TH 0x38 -+#define bGI2_Sync_en 0x40 -+#define bSarch_Short_Early 0x300 -+#define bSarch_Short_Late 0xc00 -+#define bSarch_GI2_Late 0x70000 -+#define bCFOAntSum 0x1 -+#define bCFOAcc 0x2 -+#define bCFOStartOffset 0xc -+#define bCFOLookBack 0x70 -+#define bCFOSumWeight 0x80 -+#define bDAGCEnable 0x10000 -+#define bTXIQImb_A 0x3ff -+#define bTXIQImb_B 0xfc00 -+#define bTXIQImb_C 0x3f0000 -+#define bTXIQImb_D 0xffc00000 -+#define bTxIDCOffset 0xff -+#define bTxQDCOffset 0xff00 -+#define bTxDFIRMode 0x10000 -+#define bTxPesudoNoiseOn 0x4000000 -+#define bTxPesudoNoise_A 0xff -+#define bTxPesudoNoise_B 0xff00 -+#define bTxPesudoNoise_C 0xff0000 -+#define bTxPesudoNoise_D 0xff000000 -+#define bCCADropOption 0x20000 -+#define bCCADropThres 0xfff00000 -+#define bEDCCA_H 0xf -+#define bEDCCA_L 0xf0 -+#define bLambda_ED 0x300 -+#define bRxInitialGain 0x7f -+#define bRxAntDivEn 0x80 -+#define bRxAGCAddressForLNA 0x7f00 -+#define bRxHighPowerFlow 0x8000 -+#define bRxAGCFreezeThres 0xc0000 -+#define bRxFreezeStep_AGC1 0x300000 -+#define bRxFreezeStep_AGC2 0xc00000 -+#define bRxFreezeStep_AGC3 0x3000000 -+#define bRxFreezeStep_AGC0 0xc000000 -+#define bRxRssi_Cmp_En 0x10000000 -+#define bRxQuickAGCEn 0x20000000 -+#define bRxAGCFreezeThresMode 0x40000000 -+#define bRxOverFlowCheckType 0x80000000 -+#define bRxAGCShift 0x7f -+#define bTRSW_Tri_Only 0x80 -+#define bPowerThres 0x300 -+#define bRxAGCEn 0x1 -+#define bRxAGCTogetherEn 0x2 -+#define bRxAGCMin 0x4 -+#define bRxHP_Ini 0x7 -+#define bRxHP_TRLNA 0x70 -+#define bRxHP_RSSI 0x700 -+#define bRxHP_BBP1 0x7000 -+#define bRxHP_BBP2 0x70000 -+#define bRxHP_BBP3 0x700000 -+#define bRSSI_H 0x7f0000 //the threshold for high power -+#define bRSSI_Gen 0x7f000000 //the threshold for ant diversity -+#define bRxSettle_TRSW 0x7 -+#define bRxSettle_LNA 0x38 -+#define bRxSettle_RSSI 0x1c0 -+#define bRxSettle_BBP 0xe00 -+#define bRxSettle_RxHP 0x7000 -+#define bRxSettle_AntSW_RSSI 0x38000 -+#define bRxSettle_AntSW 0xc0000 -+#define bRxProcessTime_DAGC 0x300000 -+#define bRxSettle_HSSI 0x400000 -+#define bRxProcessTime_BBPPW 0x800000 -+#define bRxAntennaPowerShift 0x3000000 -+#define bRSSITableSelect 0xc000000 -+#define bRxHP_Final 0x7000000 -+#define bRxHTSettle_BBP 0x7 -+#define bRxHTSettle_HSSI 0x8 -+#define bRxHTSettle_RxHP 0x70 -+#define bRxHTSettle_BBPPW 0x80 -+#define bRxHTSettle_Idle 0x300 -+#define bRxHTSettle_Reserved 0x1c00 -+#define bRxHTRxHPEn 0x8000 -+#define bRxHTAGCFreezeThres 0x30000 -+#define bRxHTAGCTogetherEn 0x40000 -+#define bRxHTAGCMin 0x80000 -+#define bRxHTAGCEn 0x100000 -+#define bRxHTDAGCEn 0x200000 -+#define bRxHTRxHP_BBP 0x1c00000 -+#define bRxHTRxHP_Final 0xe0000000 -+#define bRxPWRatioTH 0x3 -+#define bRxPWRatioEn 0x4 -+#define bRxMFHold 0x3800 -+#define bRxPD_Delay_TH1 0x38 -+#define bRxPD_Delay_TH2 0x1c0 -+#define bRxPD_DC_COUNT_MAX 0x600 -+//#define bRxMF_Hold 0x3800 -+#define bRxPD_Delay_TH 0x8000 -+#define bRxProcess_Delay 0xf0000 -+#define bRxSearchrange_GI2_Early 0x700000 -+#define bRxFrame_Guard_Counter_L 0x3800000 -+#define bRxSGI_Guard_L 0xc000000 -+#define bRxSGI_Search_L 0x30000000 -+#define bRxSGI_TH 0xc0000000 -+#define bDFSCnt0 0xff -+#define bDFSCnt1 0xff00 -+#define bDFSFlag 0xf0000 -+#define bMFWeightSum 0x300000 -+#define bMinIdxTH 0x7f000000 -+#define bDAFormat 0x40000 -+#define bTxChEmuEnable 0x01000000 -+#define bTRSWIsolation_A 0x7f -+#define bTRSWIsolation_B 0x7f00 -+#define bTRSWIsolation_C 0x7f0000 -+#define bTRSWIsolation_D 0x7f000000 -+#define bExtLNAGain 0x7c00 -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+//#define bRxPath1 0x01 -+//#define bRxPath2 0x02 -+//#define bRxPath3 0x04 -+//#define bRxPath4 0x08 -+//#define bTxPath1 0x10 -+//#define bTxPath2 0x20 -+#define bHTDetect 0x100 -+#define bCFOEn 0x10000 -+#define bCFOValue 0xfff00000 -+#define bSigTone_Re 0x3f -+#define bSigTone_Im 0x7f00 -+#define bCounter_CCA 0xffff -+#define bCounter_ParityFail 0xffff0000 -+#define bCounter_RateIllegal 0xffff -+#define bCounter_CRC8Fail 0xffff0000 -+#define bCounter_MCSNoSupport 0xffff -+#define bCounter_FastSync 0xffff -+#define bShortCFO 0xfff -+#define bShortCFOTLength 12 //total -+#define bShortCFOFLength 11 //fraction -+#define bLongCFO 0x7ff -+#define bLongCFOTLength 11 -+#define bLongCFOFLength 11 -+#define bTailCFO 0x1fff -+#define bTailCFOTLength 13 -+#define bTailCFOFLength 12 -+#define bmax_en_pwdB 0xffff -+#define bCC_power_dB 0xffff0000 -+#define bnoise_pwdB 0xffff -+#define bPowerMeasTLength 10 -+#define bPowerMeasFLength 3 -+#define bRx_HT_BW 0x1 -+#define bRxSC 0x6 -+#define bRx_HT 0x8 -+#define bNB_intf_det_on 0x1 -+#define bIntf_win_len_cfg 0x30 -+#define bNB_Intf_TH_cfg 0x1c0 -+#define bRFGain 0x3f -+#define bTableSel 0x40 -+#define bTRSW 0x80 -+#define bRxSNR_A 0xff -+#define bRxSNR_B 0xff00 -+#define bRxSNR_C 0xff0000 -+#define bRxSNR_D 0xff000000 -+#define bSNREVMTLength 8 -+#define bSNREVMFLength 1 -+#define bCSI1st 0xff -+#define bCSI2nd 0xff00 -+#define bRxEVM1st 0xff0000 -+#define bRxEVM2nd 0xff000000 -+#define bSIGEVM 0xff -+#define bPWDB 0xff00 -+#define bSGIEN 0x10000 -+ -+#define bSFactorQAM1 0xf // Useless -+#define bSFactorQAM2 0xf0 -+#define bSFactorQAM3 0xf00 -+#define bSFactorQAM4 0xf000 -+#define bSFactorQAM5 0xf0000 -+#define bSFactorQAM6 0xf0000 -+#define bSFactorQAM7 0xf00000 -+#define bSFactorQAM8 0xf000000 -+#define bSFactorQAM9 0xf0000000 -+#define bCSIScheme 0x100000 -+ -+#define bNoiseLvlTopSet 0x3 // Useless -+#define bChSmooth 0x4 -+#define bChSmoothCfg1 0x38 -+#define bChSmoothCfg2 0x1c0 -+#define bChSmoothCfg3 0xe00 -+#define bChSmoothCfg4 0x7000 -+#define bMRCMode 0x800000 -+#define bTHEVMCfg 0x7000000 -+ -+#define bLoopFitType 0x1 // Useless -+#define bUpdCFO 0x40 -+#define bUpdCFOOffData 0x80 -+#define bAdvUpdCFO 0x100 -+#define bAdvTimeCtrl 0x800 -+#define bUpdClko 0x1000 -+#define bFC 0x6000 -+#define bTrackingMode 0x8000 -+#define bPhCmpEnable 0x10000 -+#define bUpdClkoLTF 0x20000 -+#define bComChCFO 0x40000 -+#define bCSIEstiMode 0x80000 -+#define bAdvUpdEqz 0x100000 -+#define bUChCfg 0x7000000 -+#define bUpdEqz 0x8000000 -+ -+//Rx Pseduo noise -+#define bRxPesudoNoiseOn 0x20000000 // Useless -+#define bRxPesudoNoise_A 0xff -+#define bRxPesudoNoise_B 0xff00 -+#define bRxPesudoNoise_C 0xff0000 -+#define bRxPesudoNoise_D 0xff000000 -+#define bPesudoNoiseState_A 0xffff -+#define bPesudoNoiseState_B 0xffff0000 -+#define bPesudoNoiseState_C 0xffff -+#define bPesudoNoiseState_D 0xffff0000 -+ -+//7. RF Register -+//Zebra1 -+#define bZebra1_HSSIEnable 0x8 // Useless -+#define bZebra1_TRxControl 0xc00 -+#define bZebra1_TRxGainSetting 0x07f -+#define bZebra1_RxCorner 0xc00 -+#define bZebra1_TxChargePump 0x38 -+#define bZebra1_RxChargePump 0x7 -+#define bZebra1_ChannelNum 0xf80 -+#define bZebra1_TxLPFBW 0x400 -+#define bZebra1_RxLPFBW 0x600 -+ -+//Zebra4 -+#define bRTL8256RegModeCtrl1 0x100 // Useless -+#define bRTL8256RegModeCtrl0 0x40 -+#define bRTL8256_TxLPFBW 0x18 -+#define bRTL8256_RxLPFBW 0x600 -+ -+//RTL8258 -+#define bRTL8258_TxLPFBW 0xc // Useless -+#define bRTL8258_RxLPFBW 0xc00 -+#define bRTL8258_RSSILPFBW 0xc0 -+ -+ -+// -+// Other Definition -+// -+ -+//byte endable for sb_write -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+ -+ -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+#define LeftAntenna 0x0 // Useless -+#define RightAntenna 0x1 -+ -+#define tCheckTxStatus 500 //500ms // Useless -+#define tUpdateRxCounter 100 //100ms -+ -+#define rateCCK 0 // Useless -+#define rateOFDM 1 -+#define rateHT 2 -+ -+//define Register-End -+#define bPMAC_End 0x1ff // Useless -+#define bFPGAPHY0_End 0x8ff -+#define bFPGAPHY1_End 0x9ff -+#define bCCKPHY0_End 0xaff -+#define bOFDMPHY0_End 0xcff -+#define bOFDMPHY1_End 0xdff -+ -+//define max debug item in each debug page -+//#define bMaxItem_FPGA_PHY0 0x9 -+//#define bMaxItem_FPGA_PHY1 0x3 -+//#define bMaxItem_PHY_11B 0x16 -+//#define bMaxItem_OFDM_PHY0 0x29 -+//#define bMaxItem_OFDM_PHY1 0x0 -+ -+#define bPMACControl 0x0 // Useless -+#define bWMACControl 0x1 -+#define bWNICControl 0x2 -+ -+#define PathA 0x0 // Useless -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8188EPwrSeq.h linux/3rdparty/rtl8812au/include/Hal8188EPwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8188EPwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8188EPwrSeq.h 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,176 @@ -+ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL8188EPWRSEQ_H__ -+#define __HAL8188EPWRSEQ_H__ -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WM-20110607-Paul-RTL8188E_Power_Architecture-R02.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+ -+ PWR SEQ Version: rtl8188E_PwrSeq_V09.h -+*/ -+#define RTL8188E_TRANS_CARDEMU_TO_ACT_STEPS 10 -+#define RTL8188E_TRANS_ACT_TO_CARDEMU_STEPS 10 -+#define RTL8188E_TRANS_CARDEMU_TO_SUS_STEPS 10 -+#define RTL8188E_TRANS_SUS_TO_CARDEMU_STEPS 10 -+#define RTL8188E_TRANS_CARDEMU_TO_PDN_STEPS 10 -+#define RTL8188E_TRANS_PDN_TO_CARDEMU_STEPS 10 -+#define RTL8188E_TRANS_ACT_TO_LPS_STEPS 15 -+#define RTL8188E_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8188E_TRANS_END_STEPS 1 -+ -+ -+#define RTL8188E_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0|BIT1, 0}, /* 0x02[1:0] = 0 reset BB*/ \ -+ {0x0026, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7}, /*0x24[23] = 2b'01 schmit trigger */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0}, /* 0x04[15] = 0 disable HWPDN (control by DRV)*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4|BIT3, 0}, /*0x04[12:11] = 2b'00 disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*0x04[8] = 1 polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0}, /*wait till 0x04[8] = 0*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*LDO normal mode*/ \ -+ -+#define RTL8188E_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*LDO Sleep mode*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ -+#define RTL8188E_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3|BIT4}, /*0x04[12:11] = 2b'11enable WL suspend for PCIe*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, BIT7}, /* 0x04[31:30] = 2b'10 enable enable bandgap mbias in suspend */ \ -+ {0x0041, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*Clear SIC_EN register 0x40[12] = 1'b0 */ \ -+ {0xfe10, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*Set USB suspend enable local register 0xfe10[4]=1 */ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8188E_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8188E_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0026, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7}, /*0x24[23] = 2b'01 schmit trigger */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /* 0x04[31:30] = 2b'10 enable enable bandgap mbias in suspend */ \ -+ {0x0041, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*Clear SIC_EN register 0x40[12] = 1'b0 */ \ -+ {0xfe10, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*Set USB suspend enable local register 0xfe10[4]=1 */ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8188E_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8188E_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8188E_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+//This is used by driver for LPSRadioOff Procedure, not for FW LPS Step -+#define RTL8188E_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x7F},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x3F},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ -+ -+#define RTL8188E_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/\ -+ {0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6|BIT7, 0}, /*. 0x29[7:6] = 2b'00 enable BB clock*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8188E_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8188E_power_on_flow[RTL8188E_TRANS_CARDEMU_TO_ACT_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_radio_off_flow[RTL8188E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_card_disable_flow[RTL8188E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188E_TRANS_CARDEMU_TO_PDN_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_card_enable_flow[RTL8188E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188E_TRANS_CARDEMU_TO_PDN_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_suspend_flow[RTL8188E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188E_TRANS_CARDEMU_TO_SUS_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_resume_flow[RTL8188E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188E_TRANS_CARDEMU_TO_SUS_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_hwpdn_flow[RTL8188E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188E_TRANS_CARDEMU_TO_PDN_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_enter_lps_flow[RTL8188E_TRANS_ACT_TO_LPS_STEPS+RTL8188E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188E_leave_lps_flow[RTL8188E_TRANS_LPS_TO_ACT_STEPS+RTL8188E_TRANS_END_STEPS]; -+ -+#endif //__HAL8188EPWRSEQ_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8188FPhyCfg.h linux/3rdparty/rtl8812au/include/Hal8188FPhyCfg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8188FPhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8188FPhyCfg.h 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,149 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8188FPHYCFG_H__ -+#define __INC_HAL8188FPHYCFG_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 //us -+#define AntennaDiversityValue 0x80 //(Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+#ifdef CONFIG_PCI_HCI -+#define MAX_AGGR_NUM 0x0B -+#else -+#define MAX_AGGR_NUM 0x07 -+#endif // CONFIG_PCI_HCI -+ -+ -+/*--------------------------Define Parameters End-------------------------------*/ -+ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+/*------------------------------Define structure End----------------------------*/ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+u32 -+PHY_QueryBBReg_8188F( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ); -+ -+VOID -+PHY_SetBBReg_8188F( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+u32 -+PHY_QueryRFReg_8188F( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ); -+ -+VOID -+PHY_SetRFReg_8188F( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+/* MAC/BB/RF HAL config */ -+int PHY_BBConfig8188F(PADAPTER Adapter ); -+ -+int PHY_RFConfig8188F(PADAPTER Adapter ); -+ -+s32 PHY_MACConfig8188F(PADAPTER padapter); -+ -+int -+PHY_ConfigRFWithParaFile_8188F( -+ IN PADAPTER Adapter, -+ IN u8* pFileName, -+ RF_PATH eRFPath -+); -+ -+VOID -+PHY_SetTxPowerIndex_8188F( -+ IN PADAPTER Adapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ); -+ -+u8 -+PHY_GetTxPowerIndex_8188F( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+VOID -+PHY_GetTxPowerLevel8188F( -+ IN PADAPTER Adapter, -+ OUT s32* powerlevel -+ ); -+ -+VOID -+PHY_SetTxPowerLevel8188F( -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SetBWMode8188F( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth, // 20M or 40M -+ IN unsigned char Offset // Upper, Lower, or Don't care -+); -+ -+VOID -+PHY_SwChnl8188F( // Call after initialization -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SetSwChnlBWMode8188F( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+); -+ -+VOID PHY_SetRFPathSwitch_8188F( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bMain -+ ); -+/*--------------------------Exported Function prototype End---------------------*/ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8188FPhyReg.h linux/3rdparty/rtl8812au/include/Hal8188FPhyReg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8188FPhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8188FPhyReg.h 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,1171 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8188FPHYREG_H__ -+#define __INC_HAL8188FPHYREG_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+//============================================================ -+// Regsiter offset definition -+//============================================================ -+ -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+// -+// 2. Page2(0x200) -+// -+// The following two definition are only used for USB interface. -+#define RF_BB_CMD_ADDR 0x02c0 // RF/BB read/write command address. -+#define RF_BB_CMD_DATA 0x02c4 // RF/BB read/write command data. -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+ -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_RFTiming1 0x810 // Useless now -+#define rFPGA0_RFTiming2 0x814 -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+ -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+ -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+ -+#define rFPGA0_RFWakeUpParameter 0x850 // Useless now -+#define rFPGA0_RFSleepUpParameter 0x854 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+ -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 // Useless now -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 // Tranceiver LSSI Readback -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_PSDReport 0x8b4 // Useless now -+#define TransceiverA_HSPI_Readback 0x8b8 // Transceiver A HSPI Readback -+#define TransceiverB_HSPI_Readback 0x8bc // Transceiver B HSPI Readback -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 // Useless now // RF Interface Readback Value -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 // Useless now -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+ -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+#define rS0S1_PathSwitch 0x948 -+ -+// -+// 5. PageA(0xA00) -+// -+// Set Control channel to upper or lower. These settings are required only for 40MHz -+#define rCCK0_System 0xa00 -+ -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_CCA 0xa08 // Disable init gain now // Init gain -+ -+#define rCCK0_RxAGC1 0xa0c //AGC default value, saturation level // Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series -+#define rCCK0_RxAGC2 0xa10 //AGC & DAGC -+ -+#define rCCK0_RxHP 0xa14 -+ -+#define rCCK0_DSPParameter1 0xa18 //Timing recovery & Channel estimation threshold -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+ -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+#define rCCK0_TRSSIReport 0xa50 -+#define rCCK0_RxReport 0xa54 //0xa57 -+#define rCCK0_FACounterLower 0xa5c //0xa5b -+#define rCCK0_FACounterUpper 0xa58 //0xa5c -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rConfig_Pmpd_AntB 0xb98 -+#define rAPK 0xbd8 -+ -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+#define rOFDM1_CFO 0xd08 // No setting now -+#define rOFDM1_CSI1 0xd10 -+#define rOFDM1_SBD 0xd14 -+#define rOFDM1_CSI2 0xd18 -+#define rOFDM1_CFOTracking 0xd2c -+#define rOFDM1_TRxMesaure1 0xd34 -+#define rOFDM1_IntfDet 0xd3c -+#define rOFDM1_PseudoNoiseStateAB 0xd50 -+#define rOFDM1_PseudoNoiseStateCD 0xd54 -+#define rOFDM1_RxPseudoNoiseWgt 0xd58 -+ -+#define rOFDM_PHYCounter1 0xda0 //cca, parity fail -+#define rOFDM_PHYCounter2 0xda4 //rate illegal, crc8 fail -+#define rOFDM_PHYCounter3 0xda8 //MCS not support -+ -+#define rOFDM_ShortCFOAB 0xdac // No setting now -+#define rOFDM_ShortCFOCD 0xdb0 -+#define rOFDM_LongCFOAB 0xdb4 -+#define rOFDM_LongCFOCD 0xdb8 -+#define rOFDM_TailCFOAB 0xdbc -+#define rOFDM_TailCFOCD 0xdc0 -+#define rOFDM_PWMeasure1 0xdc4 -+#define rOFDM_PWMeasure2 0xdc8 -+#define rOFDM_BWReport 0xdcc -+#define rOFDM_AGCReport 0xdd0 -+#define rOFDM_RxSNR 0xdd4 -+#define rOFDM_RxEVMCSI 0xdd8 -+#define rOFDM_SIGReport 0xddc -+ -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+// -+// 7. RF Register 0x00-0x2E (RF 8256) -+// RF-0222D 0x00-3F -+// -+//Zebra1 -+#define rZebra1_HSSIEnable 0x0 // Useless now -+#define rZebra1_TRxEnable1 0x1 -+#define rZebra1_TRxEnable2 0x2 -+#define rZebra1_AGC 0x4 -+#define rZebra1_ChargePump 0x5 -+#define rZebra1_Channel 0x7 // RF channel switch -+ -+//#endif -+#define rZebra1_TxGain 0x8 // Useless now -+#define rZebra1_TxLPF 0x9 -+#define rZebra1_RxLPF 0xb -+#define rZebra1_RxHPFCorner 0xc -+ -+//Zebra4 -+#define rGlobalCtrl 0 // Useless now -+#define rRTL8256_TxLPF 19 -+#define rRTL8256_RxLPF 11 -+ -+//RTL8258 -+#define rRTL8258_TxLPF 0x11 // Useless now -+#define rRTL8258_RxLPF 0x13 -+#define rRTL8258_RSSILPF 0xa -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+ -+#define RF_IQADJ_G1 0x01 // -+#define RF_IQADJ_G2 0x02 // -+#define RF_BS_PA_APSET_G1_G4 0x03 -+#define RF_BS_PA_APSET_G5_G8 0x04 -+#define RF_POW_TRSW 0x05 // -+ -+#define RF_GAIN_RX 0x06 // -+#define RF_GAIN_TX 0x07 // -+ -+#define RF_TXM_IDAC 0x08 // -+#define RF_IPA_G 0x09 // -+#define RF_TXBIAS_G 0x0A -+#define RF_TXPA_AG 0x0B -+#define RF_IPA_A 0x0C // -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_BS_IQGEN 0x0F // -+ -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+ -+#define RF_RX_AGC_HP 0x12 // -+#define RF_TX_AGC 0x13 // -+#define RF_BIAS 0x14 // -+#define RF_IPA 0x15 // -+#define RF_TXBIAS 0x16 // -+#define RF_POW_ABILITY 0x17 // -+#define RF_MODE_AG 0x18 // -+#define rRfChannel 0x18 // RF channel and BW switch -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_TOP 0x19 // -+ -+#define RF_RX_G1 0x1A // -+#define RF_RX_G2 0x1B // -+ -+#define RF_RX_BB2 0x1C // -+#define RF_RX_BB1 0x1D // -+ -+#define RF_RCK1 0x1E // -+#define RF_RCK2 0x1F // -+ -+#define RF_TX_G1 0x20 // -+#define RF_TX_G2 0x21 // -+#define RF_TX_G3 0x22 // -+ -+#define RF_TX_BB1 0x23 // -+ -+#define RF_T_METER 0x24 // -+ -+#define RF_SYN_G1 0x25 // RF TX Power control -+#define RF_SYN_G2 0x26 // RF TX Power control -+#define RF_SYN_G3 0x27 // RF TX Power control -+#define RF_SYN_G4 0x28 // RF TX Power control -+#define RF_SYN_G5 0x29 // RF TX Power control -+#define RF_SYN_G6 0x2A // RF TX Power control -+#define RF_SYN_G7 0x2B // RF TX Power control -+#define RF_SYN_G8 0x2C // RF TX Power control -+ -+#define RF_RCK_OS 0x30 // RF TX PA control -+ -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+#define RF_TX_BIAS_A 0x35 -+#define RF_TX_BIAS_D 0x36 -+#define RF_LOBF_9 0x38 -+#define RF_RXRF_A3 0x3C // -+#define RF_TRSW 0x3F -+ -+#define RF_TXRF_A2 0x41 -+#define RF_TXPA_G4 0x46 -+#define RF_TXPA_A4 0x4B -+#define RF_0x52 0x52 -+#define RF_RXG_MIX_SWBW 0x87 -+#define RF_DBG_LP_RX2 0xDF -+#define RF_WE_LUT 0xEF -+#define RF_S0S1 0xB0 -+ -+#define RF_TX_GAIN_OFFSET_8188F(_val) (abs((_val)) | (((_val) > 0) ? BIT5 : 0)) -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+#define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff)) -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+ -+#define bOFDMRxADCPhase 0x10000 // Useless now -+#define bOFDMTxDACPhase 0x40000 -+#define bXATxAGC 0x3f -+ -+#define bAntennaSelect 0x0300 -+ -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+#define bPAStart 0xf0000000 // Useless now -+#define bTRStart 0x00f00000 -+#define bRFStart 0x0000f000 -+#define bBBStart 0x000000f0 -+#define bBBCCKStart 0x0000000f -+#define bPAEnd 0xf //Reg0x814 -+#define bTREnd 0x0f000000 -+#define bRFEnd 0x000f0000 -+#define bCCAMask 0x000000f0 //T2R -+#define bR2RCCAMask 0x00000f00 -+#define bHSSI_R2TDelay 0xf8000000 -+#define bHSSI_T2RDelay 0xf80000 -+#define bContTxHSSI 0x400 //chane gain at continue Tx -+#define bIGFromCCK 0x200 -+#define bAGCAddress 0x3f -+#define bRxHPTx 0x7000 -+#define bRxHPT2R 0x38000 -+#define bRxHPCCKIni 0xc0000 -+#define bAGCTxCode 0xc00000 -+#define bAGCRxCode 0x300000 -+ -+#define b3WireDataLength 0x800 // Reg 0x820~84f rFPGA0_XA_HSSIParameter1 -+#define b3WireAddressLength 0x400 -+ -+#define b3WireRFPowerDown 0x1 // Useless now -+//#define bHWSISelect 0x8 -+#define b5GPAPEPolarity 0x40000000 -+#define b2GPAPEPolarity 0x80000000 -+#define bRFSW_TxDefaultAnt 0x3 -+#define bRFSW_TxOptionAnt 0x30 -+#define bRFSW_RxDefaultAnt 0x300 -+#define bRFSW_RxOptionAnt 0x3000 -+#define bRFSI_3WireData 0x1 -+#define bRFSI_3WireClock 0x2 -+#define bRFSI_3WireLoad 0x4 -+#define bRFSI_3WireRW 0x8 -+#define bRFSI_3Wire 0xf -+ -+#define bRFSI_RFENV 0x10 // Reg 0x870 rFPGA0_XAB_RFInterfaceSW -+ -+#define bRFSI_TRSW 0x20 // Useless now -+#define bRFSI_TRSWB 0x40 -+#define bRFSI_ANTSW 0x100 -+#define bRFSI_ANTSWB 0x200 -+#define bRFSI_PAPE 0x400 -+#define bRFSI_PAPE5G 0x800 -+#define bBandSelect 0x1 -+#define bHTSIG2_GI 0x80 -+#define bHTSIG2_Smoothing 0x01 -+#define bHTSIG2_Sounding 0x02 -+#define bHTSIG2_Aggreaton 0x08 -+#define bHTSIG2_STBC 0x30 -+#define bHTSIG2_AdvCoding 0x40 -+#define bHTSIG2_NumOfHTLTF 0x300 -+#define bHTSIG2_CRC8 0x3fc -+#define bHTSIG1_MCS 0x7f -+#define bHTSIG1_BandWidth 0x80 -+#define bHTSIG1_HTLength 0xffff -+#define bLSIG_Rate 0xf -+#define bLSIG_Reserved 0x10 -+#define bLSIG_Length 0x1fffe -+#define bLSIG_Parity 0x20 -+#define bCCKRxPhase 0x4 -+ -+#define bLSSIReadAddress 0x7f800000 // T65 RF -+ -+#define bLSSIReadEdge 0x80000000 //LSSI "Read" edge signal -+ -+#define bLSSIReadBackData 0xfffff // T65 RF -+ -+#define bLSSIReadOKFlag 0x1000 // Useless now -+#define bCCKSampleRate 0x8 //0: 44MHz, 1:88MHz -+#define bRegulator0Standby 0x1 -+#define bRegulatorPLLStandby 0x2 -+#define bRegulator1Standby 0x4 -+#define bPLLPowerUp 0x8 -+#define bDPLLPowerUp 0x10 -+#define bDA10PowerUp 0x20 -+#define bAD7PowerUp 0x200 -+#define bDA6PowerUp 0x2000 -+#define bXtalPowerUp 0x4000 -+#define b40MDClkPowerUP 0x8000 -+#define bDA6DebugMode 0x20000 -+#define bDA6Swing 0x380000 -+ -+#define bADClkPhase 0x4000000 // Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ -+ -+#define b80MClkDelay 0x18000000 // Useless -+#define bAFEWatchDogEnable 0x20000000 -+ -+#define bXtalCap01 0xc0000000 // Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap -+#define bXtalCap23 0x3 -+#define bXtalCap92x 0x0f000000 -+#define bXtalCap 0x0f000000 -+ -+#define bIntDifClkEnable 0x400 // Useless -+#define bExtSigClkEnable 0x800 -+#define bBandgapMbiasPowerUp 0x10000 -+#define bAD11SHGain 0xc0000 -+#define bAD11InputRange 0x700000 -+#define bAD11OPCurrent 0x3800000 -+#define bIPathLoopback 0x4000000 -+#define bQPathLoopback 0x8000000 -+#define bAFELoopback 0x10000000 -+#define bDA10Swing 0x7e0 -+#define bDA10Reverse 0x800 -+#define bDAClkSource 0x1000 -+#define bAD7InputRange 0x6000 -+#define bAD7Gain 0x38000 -+#define bAD7OutputCMMode 0x40000 -+#define bAD7InputCMMode 0x380000 -+#define bAD7Current 0xc00000 -+#define bRegulatorAdjust 0x7000000 -+#define bAD11PowerUpAtTx 0x1 -+#define bDA10PSAtTx 0x10 -+#define bAD11PowerUpAtRx 0x100 -+#define bDA10PSAtRx 0x1000 -+#define bCCKRxAGCFormat 0x200 -+#define bPSDFFTSamplepPoint 0xc000 -+#define bPSDAverageNum 0x3000 -+#define bIQPathControl 0xc00 -+#define bPSDFreq 0x3ff -+#define bPSDAntennaPath 0x30 -+#define bPSDIQSwitch 0x40 -+#define bPSDRxTrigger 0x400000 -+#define bPSDTxTrigger 0x80000000 -+#define bPSDSineToneScale 0x7f000000 -+#define bPSDReport 0xffff -+ -+// 3. Page9(0x900) -+#define bOFDMTxSC 0x30000000 // Useless -+#define bCCKTxOn 0x1 -+#define bOFDMTxOn 0x2 -+#define bDebugPage 0xfff //reset debug page and also HWord, LWord -+#define bDebugItem 0xff //reset debug page and LWord -+#define bAntL 0x10 -+#define bAntNonHT 0x100 -+#define bAntHT1 0x1000 -+#define bAntHT2 0x10000 -+#define bAntHT1S1 0x100000 -+#define bAntNonHTS1 0x1000000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+// 5. PageC(0xC00) -+#define bNumOfSTF 0x3 // Useless -+#define bShift_L 0xc0 -+#define bGI_TH 0xc -+#define bRxPathA 0x1 -+#define bRxPathB 0x2 -+#define bRxPathC 0x4 -+#define bRxPathD 0x8 -+#define bTxPathA 0x1 -+#define bTxPathB 0x2 -+#define bTxPathC 0x4 -+#define bTxPathD 0x8 -+#define bTRSSIFreq 0x200 -+#define bADCBackoff 0x3000 -+#define bDFIRBackoff 0xc000 -+#define bTRSSILatchPhase 0x10000 -+#define bRxIDCOffset 0xff -+#define bRxQDCOffset 0xff00 -+#define bRxDFIRMode 0x1800000 -+#define bRxDCNFType 0xe000000 -+#define bRXIQImb_A 0x3ff -+#define bRXIQImb_B 0xfc00 -+#define bRXIQImb_C 0x3f0000 -+#define bRXIQImb_D 0xffc00000 -+#define bDC_dc_Notch 0x60000 -+#define bRxNBINotch 0x1f000000 -+#define bPD_TH 0xf -+#define bPD_TH_Opt2 0xc000 -+#define bPWED_TH 0x700 -+#define bIfMF_Win_L 0x800 -+#define bPD_Option 0x1000 -+#define bMF_Win_L 0xe000 -+#define bBW_Search_L 0x30000 -+#define bwin_enh_L 0xc0000 -+#define bBW_TH 0x700000 -+#define bED_TH2 0x3800000 -+#define bBW_option 0x4000000 -+#define bRatio_TH 0x18000000 -+#define bWindow_L 0xe0000000 -+#define bSBD_Option 0x1 -+#define bFrame_TH 0x1c -+#define bFS_Option 0x60 -+#define bDC_Slope_check 0x80 -+#define bFGuard_Counter_DC_L 0xe00 -+#define bFrame_Weight_Short 0x7000 -+#define bSub_Tune 0xe00000 -+#define bFrame_DC_Length 0xe000000 -+#define bSBD_start_offset 0x30000000 -+#define bFrame_TH_2 0x7 -+#define bFrame_GI2_TH 0x38 -+#define bGI2_Sync_en 0x40 -+#define bSarch_Short_Early 0x300 -+#define bSarch_Short_Late 0xc00 -+#define bSarch_GI2_Late 0x70000 -+#define bCFOAntSum 0x1 -+#define bCFOAcc 0x2 -+#define bCFOStartOffset 0xc -+#define bCFOLookBack 0x70 -+#define bCFOSumWeight 0x80 -+#define bDAGCEnable 0x10000 -+#define bTXIQImb_A 0x3ff -+#define bTXIQImb_B 0xfc00 -+#define bTXIQImb_C 0x3f0000 -+#define bTXIQImb_D 0xffc00000 -+#define bTxIDCOffset 0xff -+#define bTxQDCOffset 0xff00 -+#define bTxDFIRMode 0x10000 -+#define bTxPesudoNoiseOn 0x4000000 -+#define bTxPesudoNoise_A 0xff -+#define bTxPesudoNoise_B 0xff00 -+#define bTxPesudoNoise_C 0xff0000 -+#define bTxPesudoNoise_D 0xff000000 -+#define bCCADropOption 0x20000 -+#define bCCADropThres 0xfff00000 -+#define bEDCCA_H 0xf -+#define bEDCCA_L 0xf0 -+#define bLambda_ED 0x300 -+#define bRxInitialGain 0x7f -+#define bRxAntDivEn 0x80 -+#define bRxAGCAddressForLNA 0x7f00 -+#define bRxHighPowerFlow 0x8000 -+#define bRxAGCFreezeThres 0xc0000 -+#define bRxFreezeStep_AGC1 0x300000 -+#define bRxFreezeStep_AGC2 0xc00000 -+#define bRxFreezeStep_AGC3 0x3000000 -+#define bRxFreezeStep_AGC0 0xc000000 -+#define bRxRssi_Cmp_En 0x10000000 -+#define bRxQuickAGCEn 0x20000000 -+#define bRxAGCFreezeThresMode 0x40000000 -+#define bRxOverFlowCheckType 0x80000000 -+#define bRxAGCShift 0x7f -+#define bTRSW_Tri_Only 0x80 -+#define bPowerThres 0x300 -+#define bRxAGCEn 0x1 -+#define bRxAGCTogetherEn 0x2 -+#define bRxAGCMin 0x4 -+#define bRxHP_Ini 0x7 -+#define bRxHP_TRLNA 0x70 -+#define bRxHP_RSSI 0x700 -+#define bRxHP_BBP1 0x7000 -+#define bRxHP_BBP2 0x70000 -+#define bRxHP_BBP3 0x700000 -+#define bRSSI_H 0x7f0000 //the threshold for high power -+#define bRSSI_Gen 0x7f000000 //the threshold for ant diversity -+#define bRxSettle_TRSW 0x7 -+#define bRxSettle_LNA 0x38 -+#define bRxSettle_RSSI 0x1c0 -+#define bRxSettle_BBP 0xe00 -+#define bRxSettle_RxHP 0x7000 -+#define bRxSettle_AntSW_RSSI 0x38000 -+#define bRxSettle_AntSW 0xc0000 -+#define bRxProcessTime_DAGC 0x300000 -+#define bRxSettle_HSSI 0x400000 -+#define bRxProcessTime_BBPPW 0x800000 -+#define bRxAntennaPowerShift 0x3000000 -+#define bRSSITableSelect 0xc000000 -+#define bRxHP_Final 0x7000000 -+#define bRxHTSettle_BBP 0x7 -+#define bRxHTSettle_HSSI 0x8 -+#define bRxHTSettle_RxHP 0x70 -+#define bRxHTSettle_BBPPW 0x80 -+#define bRxHTSettle_Idle 0x300 -+#define bRxHTSettle_Reserved 0x1c00 -+#define bRxHTRxHPEn 0x8000 -+#define bRxHTAGCFreezeThres 0x30000 -+#define bRxHTAGCTogetherEn 0x40000 -+#define bRxHTAGCMin 0x80000 -+#define bRxHTAGCEn 0x100000 -+#define bRxHTDAGCEn 0x200000 -+#define bRxHTRxHP_BBP 0x1c00000 -+#define bRxHTRxHP_Final 0xe0000000 -+#define bRxPWRatioTH 0x3 -+#define bRxPWRatioEn 0x4 -+#define bRxMFHold 0x3800 -+#define bRxPD_Delay_TH1 0x38 -+#define bRxPD_Delay_TH2 0x1c0 -+#define bRxPD_DC_COUNT_MAX 0x600 -+//#define bRxMF_Hold 0x3800 -+#define bRxPD_Delay_TH 0x8000 -+#define bRxProcess_Delay 0xf0000 -+#define bRxSearchrange_GI2_Early 0x700000 -+#define bRxFrame_Guard_Counter_L 0x3800000 -+#define bRxSGI_Guard_L 0xc000000 -+#define bRxSGI_Search_L 0x30000000 -+#define bRxSGI_TH 0xc0000000 -+#define bDFSCnt0 0xff -+#define bDFSCnt1 0xff00 -+#define bDFSFlag 0xf0000 -+#define bMFWeightSum 0x300000 -+#define bMinIdxTH 0x7f000000 -+#define bDAFormat 0x40000 -+#define bTxChEmuEnable 0x01000000 -+#define bTRSWIsolation_A 0x7f -+#define bTRSWIsolation_B 0x7f00 -+#define bTRSWIsolation_C 0x7f0000 -+#define bTRSWIsolation_D 0x7f000000 -+#define bExtLNAGain 0x7c00 -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+//#define bRxPath1 0x01 -+//#define bRxPath2 0x02 -+//#define bRxPath3 0x04 -+//#define bRxPath4 0x08 -+//#define bTxPath1 0x10 -+//#define bTxPath2 0x20 -+#define bHTDetect 0x100 -+#define bCFOEn 0x10000 -+#define bCFOValue 0xfff00000 -+#define bSigTone_Re 0x3f -+#define bSigTone_Im 0x7f00 -+#define bCounter_CCA 0xffff -+#define bCounter_ParityFail 0xffff0000 -+#define bCounter_RateIllegal 0xffff -+#define bCounter_CRC8Fail 0xffff0000 -+#define bCounter_MCSNoSupport 0xffff -+#define bCounter_FastSync 0xffff -+#define bShortCFO 0xfff -+#define bShortCFOTLength 12 //total -+#define bShortCFOFLength 11 //fraction -+#define bLongCFO 0x7ff -+#define bLongCFOTLength 11 -+#define bLongCFOFLength 11 -+#define bTailCFO 0x1fff -+#define bTailCFOTLength 13 -+#define bTailCFOFLength 12 -+#define bmax_en_pwdB 0xffff -+#define bCC_power_dB 0xffff0000 -+#define bnoise_pwdB 0xffff -+#define bPowerMeasTLength 10 -+#define bPowerMeasFLength 3 -+#define bRx_HT_BW 0x1 -+#define bRxSC 0x6 -+#define bRx_HT 0x8 -+#define bNB_intf_det_on 0x1 -+#define bIntf_win_len_cfg 0x30 -+#define bNB_Intf_TH_cfg 0x1c0 -+#define bRFGain 0x3f -+#define bTableSel 0x40 -+#define bTRSW 0x80 -+#define bRxSNR_A 0xff -+#define bRxSNR_B 0xff00 -+#define bRxSNR_C 0xff0000 -+#define bRxSNR_D 0xff000000 -+#define bSNREVMTLength 8 -+#define bSNREVMFLength 1 -+#define bCSI1st 0xff -+#define bCSI2nd 0xff00 -+#define bRxEVM1st 0xff0000 -+#define bRxEVM2nd 0xff000000 -+#define bSIGEVM 0xff -+#define bPWDB 0xff00 -+#define bSGIEN 0x10000 -+ -+#define bSFactorQAM1 0xf // Useless -+#define bSFactorQAM2 0xf0 -+#define bSFactorQAM3 0xf00 -+#define bSFactorQAM4 0xf000 -+#define bSFactorQAM5 0xf0000 -+#define bSFactorQAM6 0xf0000 -+#define bSFactorQAM7 0xf00000 -+#define bSFactorQAM8 0xf000000 -+#define bSFactorQAM9 0xf0000000 -+#define bCSIScheme 0x100000 -+ -+#define bNoiseLvlTopSet 0x3 // Useless -+#define bChSmooth 0x4 -+#define bChSmoothCfg1 0x38 -+#define bChSmoothCfg2 0x1c0 -+#define bChSmoothCfg3 0xe00 -+#define bChSmoothCfg4 0x7000 -+#define bMRCMode 0x800000 -+#define bTHEVMCfg 0x7000000 -+ -+#define bLoopFitType 0x1 // Useless -+#define bUpdCFO 0x40 -+#define bUpdCFOOffData 0x80 -+#define bAdvUpdCFO 0x100 -+#define bAdvTimeCtrl 0x800 -+#define bUpdClko 0x1000 -+#define bFC 0x6000 -+#define bTrackingMode 0x8000 -+#define bPhCmpEnable 0x10000 -+#define bUpdClkoLTF 0x20000 -+#define bComChCFO 0x40000 -+#define bCSIEstiMode 0x80000 -+#define bAdvUpdEqz 0x100000 -+#define bUChCfg 0x7000000 -+#define bUpdEqz 0x8000000 -+ -+//Rx Pseduo noise -+#define bRxPesudoNoiseOn 0x20000000 // Useless -+#define bRxPesudoNoise_A 0xff -+#define bRxPesudoNoise_B 0xff00 -+#define bRxPesudoNoise_C 0xff0000 -+#define bRxPesudoNoise_D 0xff000000 -+#define bPesudoNoiseState_A 0xffff -+#define bPesudoNoiseState_B 0xffff0000 -+#define bPesudoNoiseState_C 0xffff -+#define bPesudoNoiseState_D 0xffff0000 -+ -+//7. RF Register -+//Zebra1 -+#define bZebra1_HSSIEnable 0x8 // Useless -+#define bZebra1_TRxControl 0xc00 -+#define bZebra1_TRxGainSetting 0x07f -+#define bZebra1_RxCorner 0xc00 -+#define bZebra1_TxChargePump 0x38 -+#define bZebra1_RxChargePump 0x7 -+#define bZebra1_ChannelNum 0xf80 -+#define bZebra1_TxLPFBW 0x400 -+#define bZebra1_RxLPFBW 0x600 -+ -+//Zebra4 -+#define bRTL8256RegModeCtrl1 0x100 // Useless -+#define bRTL8256RegModeCtrl0 0x40 -+#define bRTL8256_TxLPFBW 0x18 -+#define bRTL8256_RxLPFBW 0x600 -+ -+//RTL8258 -+#define bRTL8258_TxLPFBW 0xc // Useless -+#define bRTL8258_RxLPFBW 0xc00 -+#define bRTL8258_RSSILPFBW 0xc0 -+ -+ -+// -+// Other Definition -+// -+ -+//byte endable for sb_write -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+ -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+#define LeftAntenna 0x0 // Useless -+#define RightAntenna 0x1 -+ -+#define tCheckTxStatus 500 //500ms // Useless -+#define tUpdateRxCounter 100 //100ms -+ -+#define rateCCK 0 // Useless -+#define rateOFDM 1 -+#define rateHT 2 -+ -+//define Register-End -+#define bPMAC_End 0x1ff // Useless -+#define bFPGAPHY0_End 0x8ff -+#define bFPGAPHY1_End 0x9ff -+#define bCCKPHY0_End 0xaff -+#define bOFDMPHY0_End 0xcff -+#define bOFDMPHY1_End 0xdff -+ -+//define max debug item in each debug page -+//#define bMaxItem_FPGA_PHY0 0x9 -+//#define bMaxItem_FPGA_PHY1 0x3 -+//#define bMaxItem_PHY_11B 0x16 -+//#define bMaxItem_OFDM_PHY0 0x29 -+//#define bMaxItem_OFDM_PHY1 0x0 -+ -+#define bPMACControl 0x0 // Useless -+#define bWMACControl 0x1 -+#define bWNICControl 0x2 -+ -+#define PathA 0x0 // Useless -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+// BB Register Definition -+// -+// 4. Page9(0x900) -+// -+#define rDPDT_control 0x92c -+#define rfe_ctrl_anta_src 0x930 -+#define rS0S1_PathSwitch 0x948 -+#define BBrx_DFIR 0x954 -+#define AGC_table_select 0xb2c -+ -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rPdp_AntA_8 0xb08 -+#define rPdp_AntA_C 0xb0c -+#define rPdp_AntA_10 0xb10 -+#define rPdp_AntA_14 0xb14 -+#define rPdp_AntA_18 0xb18 -+#define rPdp_AntA_1C 0xb1c -+#define rPdp_AntA_20 0xb20 -+#define rPdp_AntA_24 0xb24 -+ -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_ram64x16 0xb2c -+ -+#define rBndA 0xb30 -+#define rHssiPar 0xb34 -+ -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+ -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rPdp_AntB_8 0xb78 -+#define rPdp_AntB_C 0xb7c -+#define rPdp_AntB_10 0xb80 -+#define rPdp_AntB_14 0xb84 -+#define rPdp_AntB_18 0xb88 -+#define rPdp_AntB_1C 0xb8c -+#define rPdp_AntB_20 0xb90 -+#define rPdp_AntB_24 0xb94 -+ -+#define rConfig_Pmpd_AntB 0xb98 -+ -+#define rBndB 0xba0 -+ -+#define rAPK 0xbd8 -+#define rPm_Rx0_AntA 0xbdc -+#define rPm_Rx1_AntA 0xbe0 -+#define rPm_Rx2_AntA 0xbe4 -+#define rPm_Rx3_AntA 0xbe8 -+#define rPm_Rx0_AntB 0xbec -+#define rPm_Rx1_AntB 0xbf0 -+#define rPm_Rx2_AntB 0xbf4 -+#define rPm_Rx3_AntB 0xbf8 -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8188FPwrSeq.h linux/3rdparty/rtl8812au/include/Hal8188FPwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8188FPwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8188FPwrSeq.h 2017-06-07 23:07:21.034689672 +0300 -@@ -0,0 +1,199 @@ -+#ifndef REALTEK_POWER_SEQUENCE_8188F -+#define REALTEK_POWER_SEQUENCE_8188F -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WM-20130815-JackieLau-RTL8188F_Power_Architecture v08.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8188F_TRANS_CARDEMU_TO_ACT_STEPS 13 -+#define RTL8188F_TRANS_ACT_TO_CARDEMU_STEPS 15 -+#define RTL8188F_TRANS_CARDEMU_TO_SUS_STEPS 14 -+#define RTL8188F_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8188F_TRANS_CARDEMU_TO_PDN_STEPS 15 -+#define RTL8188F_TRANS_PDN_TO_CARDEMU_STEPS 15 -+#define RTL8188F_TRANS_ACT_TO_LPS_STEPS 11 -+#define RTL8188F_TRANS_LPS_TO_ACT_STEPS 13 -+#define RTL8188F_TRANS_ACT_TO_SWLPS_STEPS 21 -+#define RTL8188F_TRANS_SWLPS_TO_ACT_STEPS 14 -+#define RTL8188F_TRANS_END_STEPS 1 -+ -+ -+#define RTL8188F_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/* disable SW LPS 0x04[10]=0*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT3), 0},/* 0x4[11]=1'b0 disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* 0x4[8]=1 polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ \ -+ {0x0027, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xff, 0x35}, /*0x27<=35 to reduce RF noise*/ -+ -+#define RTL8188F_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x004E, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/*0x4C[23] = 0x4E[7] = 0, switch DPDT_SEL_P output from register 0x65[2] */\ -+ {0x0027, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xff, 0x34}, /*0x27 <= 34, xtal_qsel=0 to xtal bring up*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ -+#define RTL8188F_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00}, /*0x07=0x00 , SOP option to disable BG/MB*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ \ -+ {0x00C4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, BIT4},/* 0xC4[4] <= 1, turn off USB APHY LDO under suspend mode*/ -+ -+#define RTL8188F_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ \ -+ {0x00C4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, 0},/* 0xC4[4] <= 1, turn off USB APHY LDO under suspend mode*/ -+ -+#define RTL8188F_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00}, /*0x07=0x00 , SOP option to disable BG/MB*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ \ -+ {0x00C4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, BIT4},/* 0xC4[4] <= 1, turn off USB APHY LDO under suspend mode*/ -+ -+#define RTL8188F_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ \ -+ {0x00C4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT4, 0},/* 0xC4[4] <= 1, turn off USB APHY LDO under suspend mode*/ -+ -+ -+#define RTL8188F_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8188F_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8188F_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0139, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*set RPWM IMR*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x3F},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ -+ -+ -+#define RTL8188F_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0027, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xff,0x35},/*xtal_qsel=1 for low noise*/ \ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/\ -+ {0x002B, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x1c, 0x1c}, /*. 0x2b[4:2] = 3b'111 to enable BB,AFE clock*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+ -+ #define RTL8188F_TRANS_ACT_TO_SWLPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0139, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0},/*set RPWM IMR*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x3F},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ {0x002b, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0x1C, 0x00},/*0x2b[4:2]<=0 to gated BB,AFE clock*/ \ -+ {0x0027, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xff, 0x34},/*xtal_qsel=0 for bring up*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xff, 0x00},/* sdio LPS option*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xff, 0x83},/* usb LPS option, open bandgap, xtal*/ \ -+ {0x00C4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT5, 0}, /* 0xC4[5]<=0, digital LDO no standby mode*/ \ -+ {0x00C4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT7, BIT7}, /* 0xC4[7]<=1, on domain voltage adjust*/ \ -+ {0x00a7, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xff, 0xe0}, /* low power LPS enable for sdio*/ \ -+ {0x00a7, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xff, 0xe4}, /* low power LPS enable for usb*/ \ -+ {0x0090, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, BIT0}, /* enable WL_LPS_EN*/ -+ -+ -+#define RTL8188F_TRANS_SWLPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/*polling TSF stable*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1, enable security engine*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x06B7, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x09}, /*. reset MAC rx state machine*/\ -+ {0x06B4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x86}, /*. reset MAC rx state machine*/\ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/* set CPU RAM code ready*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*Reset CPU IO Wrapper*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/* Enable CPU*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*enable CPU IO Wrapper*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2},/* Enable CPU*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, BIT7},/*polling FW init ready */ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT6, BIT6},/*polling FW init ready */ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8188F_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8188F_power_on_flow[RTL8188F_TRANS_CARDEMU_TO_ACT_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_radio_off_flow[RTL8188F_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_card_disable_flow[RTL8188F_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188F_TRANS_CARDEMU_TO_PDN_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_card_enable_flow[RTL8188F_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188F_TRANS_CARDEMU_TO_PDN_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_suspend_flow[RTL8188F_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188F_TRANS_CARDEMU_TO_SUS_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_resume_flow[RTL8188F_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188F_TRANS_CARDEMU_TO_SUS_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_hwpdn_flow[RTL8188F_TRANS_ACT_TO_CARDEMU_STEPS+RTL8188F_TRANS_CARDEMU_TO_PDN_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_enter_lps_flow[RTL8188F_TRANS_ACT_TO_LPS_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_leave_lps_flow[RTL8188F_TRANS_LPS_TO_ACT_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_enter_swlps_flow[RTL8188F_TRANS_ACT_TO_SWLPS_STEPS+RTL8188F_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8188F_leave_swlps_flow[RTL8188F_TRANS_SWLPS_TO_ACT_STEPS+RTL8188F_TRANS_END_STEPS]; -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8192EPhyCfg.h linux/3rdparty/rtl8812au/include/Hal8192EPhyCfg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8192EPhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8192EPhyCfg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,178 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8192EPHYCFG_H__ -+#define __INC_HAL8192EPHYCFG_H__ -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 //us -+#define AntennaDiversityValue 0x80 //(Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+#ifdef CONFIG_PCI_HCI -+#define MAX_AGGR_NUM 0x0B -+#else -+#define MAX_AGGR_NUM 0x07 -+#endif // CONFIG_PCI_HCI -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+/* BB/RF related */ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+ -+/*------------------------Export global variable----------------------------*/ -+/*------------------------Export global variable----------------------------*/ -+ -+ -+/*------------------------Export Marco Definition---------------------------*/ -+/*------------------------Export Marco Definition---------------------------*/ -+ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+// -+// BB and RF register read/write -+// -+u32 PHY_QueryBBReg8192E( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+void PHY_SetBBReg8192E( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+u32 PHY_QueryRFReg8192E( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+void PHY_SetRFReg8192E( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+ -+// -+// Initialization related function -+// -+/* MAC/BB/RF HAL config */ -+int PHY_MACConfig8192E(IN PADAPTER Adapter ); -+int PHY_BBConfig8192E(IN PADAPTER Adapter ); -+int PHY_RFConfig8192E(IN PADAPTER Adapter ); -+ -+/* RF config */ -+ -+ -+// -+// BB TX Power R/W -+// -+void PHY_GetTxPowerLevel8192E( IN PADAPTER Adapter, OUT s32* powerlevel ); -+void PHY_SetTxPowerLevel8192E( IN PADAPTER Adapter, IN u8 channel ); -+BOOLEAN PHY_UpdateTxPowerDbm8192E( IN PADAPTER Adapter, IN int powerInDbm ); -+ -+VOID -+PHY_SetTxPowerIndex_8192E( -+ IN PADAPTER Adapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ); -+ -+u8 -+PHY_GetTxPowerIndex_8192E( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+// -+// Switch bandwidth for 8192S -+// -+VOID -+PHY_SetBWMode8192E( -+ IN PADAPTER pAdapter, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset -+); -+ -+// -+// channel switch related funciton -+// -+VOID -+PHY_SwChnl8192E( -+ IN PADAPTER Adapter, -+ IN u8 channel -+); -+ -+ -+VOID -+PHY_SetSwChnlBWMode8192E( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+); -+ -+VOID -+PHY_SetRFEReg_8192E( -+ IN PADAPTER Adapter -+); -+ -+void -+phy_SpurCalibration_8192E( -+ IN PADAPTER Adapter, -+ IN SPUR_CAL_METHOD Method -+); -+void PHY_SpurCalibration_8192E(IN PADAPTER Adapter); -+ -+#ifdef CONFIG_SPUR_CAL_NBI -+void -+phy_SpurCalibration_8192E_NBI( -+ IN PADAPTER Adapter -+); -+#endif -+// -+// BB/MAC/RF other monitor API -+// -+ -+VOID -+PHY_SetRFPathSwitch_8192E( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bMain -+); -+ -+VOID -+storePwrIndexDiffRateOffset( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+/*--------------------------Exported Function prototype---------------------*/ -+#endif // __INC_HAL8192CPHYCFG_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8192EPhyReg.h linux/3rdparty/rtl8812au/include/Hal8192EPhyReg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8192EPhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8192EPhyReg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,1133 @@ -+/***************************************************************************** -+ * Copyright(c) 2008, RealTEK Technology Inc. All Right Reserved. -+ * -+ * Module: __INC_HAL8192SPHYREG_H -+ * -+ * -+ * Note: 1. Define PMAC/BB register map -+ * 2. Define RF register map -+ * 3. PMAC/BB register bit mask. -+ * 4. RF reg bit mask. -+ * 5. Other BB/RF relative definition. -+ * -+ * -+ * Export: Constants, macro, functions(API), global variables(None). -+ * -+ * Abbrev: -+ * -+ * History: -+ * Data Who Remark -+ * 08/07/2007 MHC 1. Porting from 9x series PHYCFG.h. -+ * 2. Reorganize code architecture. -+ * 09/25/2008 MH 1. Add RL6052 register definition -+ * -+ *****************************************************************************/ -+#ifndef __INC_HAL8192EPHYREG_H -+#define __INC_HAL8192EPHYREG_H -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+//============================================================ -+// 8192S Regsiter offset definition -+//============================================================ -+ -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+ -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_RFTiming1 0x810 // Useless now -+#define rFPGA0_RFTiming2 0x814 -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+ -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+ -+#define rFPGA0_RFWakeUpParameter 0x850 // Useless now -+#define rFPGA0_RFSleepUpParameter 0x854 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 -+#define rFPGA0_AdDaClockEn 0x888 // enable ad/da clock1 for dual-phy -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 // Tranceiver LSSI Readback -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_PSDReport 0x8b4 // Useless now -+#define TransceiverA_HSPI_Readback 0x8b8 // Transceiver A HSPI Readback -+#define TransceiverB_HSPI_Readback 0x8bc // Transceiver B HSPI Readback -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 // Useless now // RF Interface Readback Value -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 // Useless now -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+ -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+ -+// -+// 5. PageA(0xA00) -+// -+// Set Control channel to upper or lower. These settings are required only for 40MHz -+#define rCCK0_System 0xa00 -+ -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_CCA 0xa08 // Disable init gain now // Init gain -+ -+#define rCCK0_RxAGC1 0xa0c //AGC default value, saturation level // Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series -+#define rCCK0_RxAGC2 0xa10 //AGC & DAGC -+ -+#define rCCK0_RxHP 0xa14 -+ -+#define rCCK0_DSPParameter1 0xa18 //Timing recovery & Channel estimation threshold -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+ -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+#define rCCK0_TRSSIReport 0xa50 -+#define rCCK0_RxReport 0xa54 //0xa57 -+#define rCCK0_FACounterLower 0xa5c //0xa5b -+#define rCCK0_FACounterUpper 0xa58 //0xa5c -+ -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_ram64x16 0xb2c -+ -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rConfig_Pmpd_AntB 0xb98 -+#define rAPK 0xbd8 -+ -+ -+ -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+#define rOFDM1_CFO 0xd08 // No setting now -+#define rOFDM1_CSI1 0xd10 -+#define rOFDM1_SBD 0xd14 -+#define rOFDM1_CSI2 0xd18 -+#define rOFDM1_CFOTracking 0xd2c -+#define rOFDM1_TRxMesaure1 0xd34 -+#define rOFDM1_IntfDet 0xd3c -+#define rOFDM1_PseudoNoiseStateAB 0xd50 -+#define rOFDM1_PseudoNoiseStateCD 0xd54 -+#define rOFDM1_RxPseudoNoiseWgt 0xd58 -+ -+#define rOFDM_PHYCounter1 0xda0 //cca, parity fail -+#define rOFDM_PHYCounter2 0xda4 //rate illegal, crc8 fail -+#define rOFDM_PHYCounter3 0xda8 //MCS not support -+ -+#define rOFDM_ShortCFOAB 0xdac // No setting now -+#define rOFDM_ShortCFOCD 0xdb0 -+#define rOFDM_LongCFOAB 0xdb4 -+#define rOFDM_LongCFOCD 0xdb8 -+#define rOFDM_TailCFOAB 0xdbc -+#define rOFDM_TailCFOCD 0xdc0 -+#define rOFDM_PWMeasure1 0xdc4 -+#define rOFDM_PWMeasure2 0xdc8 -+#define rOFDM_BWReport 0xdcc -+#define rOFDM_AGCReport 0xdd0 -+#define rOFDM_RxSNR 0xdd4 -+#define rOFDM_RxEVMCSI 0xdd8 -+#define rOFDM_SIGReport 0xddc -+ -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+// -+// 7. RF Register 0x00-0x2E (RF 8256) -+// RF-0222D 0x00-3F -+// -+//Zebra1 -+#define rZebra1_HSSIEnable 0x0 // Useless now -+#define rZebra1_TRxEnable1 0x1 -+#define rZebra1_TRxEnable2 0x2 -+#define rZebra1_AGC 0x4 -+#define rZebra1_ChargePump 0x5 -+#define rZebra1_Channel 0x7 // RF channel switch -+ -+//#endif -+#define rZebra1_TxGain 0x8 // Useless now -+#define rZebra1_TxLPF 0x9 -+#define rZebra1_RxLPF 0xb -+#define rZebra1_RxHPFCorner 0xc -+ -+//Zebra4 -+#define rGlobalCtrl 0 // Useless now -+#define rRTL8256_TxLPF 19 -+#define rRTL8256_RxLPF 11 -+ -+//RTL8258 -+#define rRTL8258_TxLPF 0x11 // Useless now -+#define rRTL8258_RxLPF 0x13 -+#define rRTL8258_RSSILPF 0xa -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+ -+#define RF_IQADJ_G1 0x01 // -+#define RF_IQADJ_G2 0x02 // -+ -+#define RF_POW_TRSW 0x05 // -+ -+#define RF_GAIN_RX 0x06 // -+#define RF_GAIN_TX 0x07 // -+ -+#define RF_TXM_IDAC 0x08 // -+#define RF_IPA_G 0x09 // -+#define RF_TXBIAS_G 0x0A -+#define RF_TXPA_AG 0x0B -+#define RF_IPA_A 0x0C // -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_BS_IQGEN 0x0F // -+ -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+ -+#define RF_RX_AGC_HP 0x12 // -+#define RF_TX_AGC 0x13 // -+#define RF_BIAS 0x14 // -+#define RF_IPA 0x15 // -+#define RF_TXBIAS 0x16 -+#define RF_POW_ABILITY 0x17 // -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_TOP 0x19 // -+ -+#define RF_RX_G1 0x1A // -+#define RF_RX_G2 0x1B // -+ -+#define RF_RX_BB2 0x1C // -+#define RF_RX_BB1 0x1D // -+ -+#define RF_RCK1 0x1E // -+#define RF_RCK2 0x1F // -+ -+#define RF_TX_G1 0x20 // -+#define RF_TX_G2 0x21 // -+#define RF_TX_G3 0x22 // -+ -+#define RF_TX_BB1 0x23 // -+ -+#define RF_T_METER_8192E 0x42 // -+#define RF_T_METER_88E 0x42 // -+#define RF_T_METER 0x24 // -+ -+//#endif -+ -+#define RF_SYN_G1 0x25 // RF TX Power control -+#define RF_SYN_G2 0x26 // RF TX Power control -+#define RF_SYN_G3 0x27 // RF TX Power control -+#define RF_SYN_G4 0x28 // RF TX Power control -+#define RF_SYN_G5 0x29 // RF TX Power control -+#define RF_SYN_G6 0x2A // RF TX Power control -+#define RF_SYN_G7 0x2B // RF TX Power control -+#define RF_SYN_G8 0x2C // RF TX Power control -+ -+#define RF_RCK_OS 0x30 // RF TX PA control -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+#define RF_TX_BIAS_A 0x35 -+#define RF_TX_BIAS_D 0x36 -+#define RF_LOBF_9 0x38 -+#define RF_RXRF_A3 0x3C // -+#define RF_TRSW 0x3F -+ -+#define RF_TXRF_A2 0x41 -+#define RF_TXPA_G4 0x46 -+#define RF_TXPA_A4 0x4B -+#define RF_0x52 0x52 -+#define RF_LDO 0xB1 -+#define RF_WE_LUT 0xEF -+ -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+#define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff)) -+#define RF_TX_GAIN_OFFSET_8192E(_val) ((abs((_val)) << 1) | (((_val) > 0) ? BIT0 : 0)) -+ -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+ -+#define bOFDMRxADCPhase 0x10000 // Useless now -+#define bOFDMTxDACPhase 0x40000 -+#define bXATxAGC 0x3f -+ -+#define bAntennaSelect 0x0300 -+ -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+#define bPAStart 0xf0000000 // Useless now -+#define bTRStart 0x00f00000 -+#define bRFStart 0x0000f000 -+#define bBBStart 0x000000f0 -+#define bBBCCKStart 0x0000000f -+#define bPAEnd 0xf //Reg0x814 -+#define bTREnd 0x0f000000 -+#define bRFEnd 0x000f0000 -+#define bCCAMask 0x000000f0 //T2R -+#define bR2RCCAMask 0x00000f00 -+#define bHSSI_R2TDelay 0xf8000000 -+#define bHSSI_T2RDelay 0xf80000 -+#define bContTxHSSI 0x400 //chane gain at continue Tx -+#define bIGFromCCK 0x200 -+#define bAGCAddress 0x3f -+#define bRxHPTx 0x7000 -+#define bRxHPT2R 0x38000 -+#define bRxHPCCKIni 0xc0000 -+#define bAGCTxCode 0xc00000 -+#define bAGCRxCode 0x300000 -+ -+#define b3WireDataLength 0x800 // Reg 0x820~84f rFPGA0_XA_HSSIParameter1 -+#define b3WireAddressLength 0x400 -+ -+#define b3WireRFPowerDown 0x1 // Useless now -+//#define bHWSISelect 0x8 -+#define b5GPAPEPolarity 0x40000000 -+#define b2GPAPEPolarity 0x80000000 -+#define bRFSW_TxDefaultAnt 0x3 -+#define bRFSW_TxOptionAnt 0x30 -+#define bRFSW_RxDefaultAnt 0x300 -+#define bRFSW_RxOptionAnt 0x3000 -+#define bRFSI_3WireData 0x1 -+#define bRFSI_3WireClock 0x2 -+#define bRFSI_3WireLoad 0x4 -+#define bRFSI_3WireRW 0x8 -+#define bRFSI_3Wire 0xf -+ -+#define bRFSI_RFENV 0x10 // Reg 0x870 rFPGA0_XAB_RFInterfaceSW -+ -+#define bRFSI_TRSW 0x20 // Useless now -+#define bRFSI_TRSWB 0x40 -+#define bRFSI_ANTSW 0x100 -+#define bRFSI_ANTSWB 0x200 -+#define bRFSI_PAPE 0x400 -+#define bRFSI_PAPE5G 0x800 -+#define bBandSelect 0x1 -+#define bHTSIG2_GI 0x80 -+#define bHTSIG2_Smoothing 0x01 -+#define bHTSIG2_Sounding 0x02 -+#define bHTSIG2_Aggreaton 0x08 -+#define bHTSIG2_STBC 0x30 -+#define bHTSIG2_AdvCoding 0x40 -+#define bHTSIG2_NumOfHTLTF 0x300 -+#define bHTSIG2_CRC8 0x3fc -+#define bHTSIG1_MCS 0x7f -+#define bHTSIG1_BandWidth 0x80 -+#define bHTSIG1_HTLength 0xffff -+#define bLSIG_Rate 0xf -+#define bLSIG_Reserved 0x10 -+#define bLSIG_Length 0x1fffe -+#define bLSIG_Parity 0x20 -+#define bCCKRxPhase 0x4 -+ -+#define bLSSIReadAddress 0x7f800000 // T65 RF -+ -+#define bLSSIReadEdge 0x80000000 //LSSI "Read" edge signal -+ -+#define bLSSIReadBackData 0xfffff // T65 RF -+ -+#define bLSSIReadOKFlag 0x1000 // Useless now -+#define bCCKSampleRate 0x8 //0: 44MHz, 1:88MHz -+#define bRegulator0Standby 0x1 -+#define bRegulatorPLLStandby 0x2 -+#define bRegulator1Standby 0x4 -+#define bPLLPowerUp 0x8 -+#define bDPLLPowerUp 0x10 -+#define bDA10PowerUp 0x20 -+#define bAD7PowerUp 0x200 -+#define bDA6PowerUp 0x2000 -+#define bXtalPowerUp 0x4000 -+#define b40MDClkPowerUP 0x8000 -+#define bDA6DebugMode 0x20000 -+#define bDA6Swing 0x380000 -+ -+#define bADClkPhase 0x4000000 // Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ -+ -+#define b80MClkDelay 0x18000000 // Useless -+#define bAFEWatchDogEnable 0x20000000 -+ -+#define bXtalCap01 0xc0000000 // Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap -+#define bXtalCap23 0x3 -+#define bXtalCap92x 0x0f000000 -+#define bXtalCap 0x0f000000 -+ -+#define bIntDifClkEnable 0x400 // Useless -+#define bExtSigClkEnable 0x800 -+#define bBandgapMbiasPowerUp 0x10000 -+#define bAD11SHGain 0xc0000 -+#define bAD11InputRange 0x700000 -+#define bAD11OPCurrent 0x3800000 -+#define bIPathLoopback 0x4000000 -+#define bQPathLoopback 0x8000000 -+#define bAFELoopback 0x10000000 -+#define bDA10Swing 0x7e0 -+#define bDA10Reverse 0x800 -+#define bDAClkSource 0x1000 -+#define bAD7InputRange 0x6000 -+#define bAD7Gain 0x38000 -+#define bAD7OutputCMMode 0x40000 -+#define bAD7InputCMMode 0x380000 -+#define bAD7Current 0xc00000 -+#define bRegulatorAdjust 0x7000000 -+#define bAD11PowerUpAtTx 0x1 -+#define bDA10PSAtTx 0x10 -+#define bAD11PowerUpAtRx 0x100 -+#define bDA10PSAtRx 0x1000 -+#define bCCKRxAGCFormat 0x200 -+#define bPSDFFTSamplepPoint 0xc000 -+#define bPSDAverageNum 0x3000 -+#define bIQPathControl 0xc00 -+#define bPSDFreq 0x3ff -+#define bPSDAntennaPath 0x30 -+#define bPSDIQSwitch 0x40 -+#define bPSDRxTrigger 0x400000 -+#define bPSDTxTrigger 0x80000000 -+#define bPSDSineToneScale 0x7f000000 -+#define bPSDReport 0xffff -+ -+// 3. Page9(0x900) -+#define bOFDMTxSC 0x30000000 // Useless -+#define bCCKTxOn 0x1 -+#define bOFDMTxOn 0x2 -+#define bDebugPage 0xfff //reset debug page and also HWord, LWord -+#define bDebugItem 0xff //reset debug page and LWord -+#define bAntL 0x10 -+#define bAntNonHT 0x100 -+#define bAntHT1 0x1000 -+#define bAntHT2 0x10000 -+#define bAntHT1S1 0x100000 -+#define bAntNonHTS1 0x1000000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+// 5. PageC(0xC00) -+#define bNumOfSTF 0x3 // Useless -+#define bShift_L 0xc0 -+#define bGI_TH 0xc -+#define bRxPathA 0x1 -+#define bRxPathB 0x2 -+#define bRxPathC 0x4 -+#define bRxPathD 0x8 -+#define bTxPathA 0x1 -+#define bTxPathB 0x2 -+#define bTxPathC 0x4 -+#define bTxPathD 0x8 -+#define bTRSSIFreq 0x200 -+#define bADCBackoff 0x3000 -+#define bDFIRBackoff 0xc000 -+#define bTRSSILatchPhase 0x10000 -+#define bRxIDCOffset 0xff -+#define bRxQDCOffset 0xff00 -+#define bRxDFIRMode 0x1800000 -+#define bRxDCNFType 0xe000000 -+#define bRXIQImb_A 0x3ff -+#define bRXIQImb_B 0xfc00 -+#define bRXIQImb_C 0x3f0000 -+#define bRXIQImb_D 0xffc00000 -+#define bDC_dc_Notch 0x60000 -+#define bRxNBINotch 0x1f000000 -+#define bPD_TH 0xf -+#define bPD_TH_Opt2 0xc000 -+#define bPWED_TH 0x700 -+#define bIfMF_Win_L 0x800 -+#define bPD_Option 0x1000 -+#define bMF_Win_L 0xe000 -+#define bBW_Search_L 0x30000 -+#define bwin_enh_L 0xc0000 -+#define bBW_TH 0x700000 -+#define bED_TH2 0x3800000 -+#define bBW_option 0x4000000 -+#define bRatio_TH 0x18000000 -+#define bWindow_L 0xe0000000 -+#define bSBD_Option 0x1 -+#define bFrame_TH 0x1c -+#define bFS_Option 0x60 -+#define bDC_Slope_check 0x80 -+#define bFGuard_Counter_DC_L 0xe00 -+#define bFrame_Weight_Short 0x7000 -+#define bSub_Tune 0xe00000 -+#define bFrame_DC_Length 0xe000000 -+#define bSBD_start_offset 0x30000000 -+#define bFrame_TH_2 0x7 -+#define bFrame_GI2_TH 0x38 -+#define bGI2_Sync_en 0x40 -+#define bSarch_Short_Early 0x300 -+#define bSarch_Short_Late 0xc00 -+#define bSarch_GI2_Late 0x70000 -+#define bCFOAntSum 0x1 -+#define bCFOAcc 0x2 -+#define bCFOStartOffset 0xc -+#define bCFOLookBack 0x70 -+#define bCFOSumWeight 0x80 -+#define bDAGCEnable 0x10000 -+#define bTXIQImb_A 0x3ff -+#define bTXIQImb_B 0xfc00 -+#define bTXIQImb_C 0x3f0000 -+#define bTXIQImb_D 0xffc00000 -+#define bTxIDCOffset 0xff -+#define bTxQDCOffset 0xff00 -+#define bTxDFIRMode 0x10000 -+#define bTxPesudoNoiseOn 0x4000000 -+#define bTxPesudoNoise_A 0xff -+#define bTxPesudoNoise_B 0xff00 -+#define bTxPesudoNoise_C 0xff0000 -+#define bTxPesudoNoise_D 0xff000000 -+#define bCCADropOption 0x20000 -+#define bCCADropThres 0xfff00000 -+#define bEDCCA_H 0xf -+#define bEDCCA_L 0xf0 -+#define bLambda_ED 0x300 -+#define bRxInitialGain 0x7f -+#define bRxAntDivEn 0x80 -+#define bRxAGCAddressForLNA 0x7f00 -+#define bRxHighPowerFlow 0x8000 -+#define bRxAGCFreezeThres 0xc0000 -+#define bRxFreezeStep_AGC1 0x300000 -+#define bRxFreezeStep_AGC2 0xc00000 -+#define bRxFreezeStep_AGC3 0x3000000 -+#define bRxFreezeStep_AGC0 0xc000000 -+#define bRxRssi_Cmp_En 0x10000000 -+#define bRxQuickAGCEn 0x20000000 -+#define bRxAGCFreezeThresMode 0x40000000 -+#define bRxOverFlowCheckType 0x80000000 -+#define bRxAGCShift 0x7f -+#define bTRSW_Tri_Only 0x80 -+#define bPowerThres 0x300 -+#define bRxAGCEn 0x1 -+#define bRxAGCTogetherEn 0x2 -+#define bRxAGCMin 0x4 -+#define bRxHP_Ini 0x7 -+#define bRxHP_TRLNA 0x70 -+#define bRxHP_RSSI 0x700 -+#define bRxHP_BBP1 0x7000 -+#define bRxHP_BBP2 0x70000 -+#define bRxHP_BBP3 0x700000 -+#define bRSSI_H 0x7f0000 //the threshold for high power -+#define bRSSI_Gen 0x7f000000 //the threshold for ant diversity -+#define bRxSettle_TRSW 0x7 -+#define bRxSettle_LNA 0x38 -+#define bRxSettle_RSSI 0x1c0 -+#define bRxSettle_BBP 0xe00 -+#define bRxSettle_RxHP 0x7000 -+#define bRxSettle_AntSW_RSSI 0x38000 -+#define bRxSettle_AntSW 0xc0000 -+#define bRxProcessTime_DAGC 0x300000 -+#define bRxSettle_HSSI 0x400000 -+#define bRxProcessTime_BBPPW 0x800000 -+#define bRxAntennaPowerShift 0x3000000 -+#define bRSSITableSelect 0xc000000 -+#define bRxHP_Final 0x7000000 -+#define bRxHTSettle_BBP 0x7 -+#define bRxHTSettle_HSSI 0x8 -+#define bRxHTSettle_RxHP 0x70 -+#define bRxHTSettle_BBPPW 0x80 -+#define bRxHTSettle_Idle 0x300 -+#define bRxHTSettle_Reserved 0x1c00 -+#define bRxHTRxHPEn 0x8000 -+#define bRxHTAGCFreezeThres 0x30000 -+#define bRxHTAGCTogetherEn 0x40000 -+#define bRxHTAGCMin 0x80000 -+#define bRxHTAGCEn 0x100000 -+#define bRxHTDAGCEn 0x200000 -+#define bRxHTRxHP_BBP 0x1c00000 -+#define bRxHTRxHP_Final 0xe0000000 -+#define bRxPWRatioTH 0x3 -+#define bRxPWRatioEn 0x4 -+#define bRxMFHold 0x3800 -+#define bRxPD_Delay_TH1 0x38 -+#define bRxPD_Delay_TH2 0x1c0 -+#define bRxPD_DC_COUNT_MAX 0x600 -+//#define bRxMF_Hold 0x3800 -+#define bRxPD_Delay_TH 0x8000 -+#define bRxProcess_Delay 0xf0000 -+#define bRxSearchrange_GI2_Early 0x700000 -+#define bRxFrame_Guard_Counter_L 0x3800000 -+#define bRxSGI_Guard_L 0xc000000 -+#define bRxSGI_Search_L 0x30000000 -+#define bRxSGI_TH 0xc0000000 -+#define bDFSCnt0 0xff -+#define bDFSCnt1 0xff00 -+#define bDFSFlag 0xf0000 -+#define bMFWeightSum 0x300000 -+#define bMinIdxTH 0x7f000000 -+#define bDAFormat 0x40000 -+#define bTxChEmuEnable 0x01000000 -+#define bTRSWIsolation_A 0x7f -+#define bTRSWIsolation_B 0x7f00 -+#define bTRSWIsolation_C 0x7f0000 -+#define bTRSWIsolation_D 0x7f000000 -+#define bExtLNAGain 0x7c00 -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+//#define bRxPath1 0x01 -+//#define bRxPath2 0x02 -+//#define bRxPath3 0x04 -+//#define bRxPath4 0x08 -+//#define bTxPath1 0x10 -+//#define bTxPath2 0x20 -+#define bHTDetect 0x100 -+#define bCFOEn 0x10000 -+#define bCFOValue 0xfff00000 -+#define bSigTone_Re 0x3f -+#define bSigTone_Im 0x7f00 -+#define bCounter_CCA 0xffff -+#define bCounter_ParityFail 0xffff0000 -+#define bCounter_RateIllegal 0xffff -+#define bCounter_CRC8Fail 0xffff0000 -+#define bCounter_MCSNoSupport 0xffff -+#define bCounter_FastSync 0xffff -+#define bShortCFO 0xfff -+#define bShortCFOTLength 12 //total -+#define bShortCFOFLength 11 //fraction -+#define bLongCFO 0x7ff -+#define bLongCFOTLength 11 -+#define bLongCFOFLength 11 -+#define bTailCFO 0x1fff -+#define bTailCFOTLength 13 -+#define bTailCFOFLength 12 -+#define bmax_en_pwdB 0xffff -+#define bCC_power_dB 0xffff0000 -+#define bnoise_pwdB 0xffff -+#define bPowerMeasTLength 10 -+#define bPowerMeasFLength 3 -+#define bRx_HT_BW 0x1 -+#define bRxSC 0x6 -+#define bRx_HT 0x8 -+#define bNB_intf_det_on 0x1 -+#define bIntf_win_len_cfg 0x30 -+#define bNB_Intf_TH_cfg 0x1c0 -+#define bRFGain 0x3f -+#define bTableSel 0x40 -+#define bTRSW 0x80 -+#define bRxSNR_A 0xff -+#define bRxSNR_B 0xff00 -+#define bRxSNR_C 0xff0000 -+#define bRxSNR_D 0xff000000 -+#define bSNREVMTLength 8 -+#define bSNREVMFLength 1 -+#define bCSI1st 0xff -+#define bCSI2nd 0xff00 -+#define bRxEVM1st 0xff0000 -+#define bRxEVM2nd 0xff000000 -+#define bSIGEVM 0xff -+#define bPWDB 0xff00 -+#define bSGIEN 0x10000 -+ -+#define bSFactorQAM1 0xf // Useless -+#define bSFactorQAM2 0xf0 -+#define bSFactorQAM3 0xf00 -+#define bSFactorQAM4 0xf000 -+#define bSFactorQAM5 0xf0000 -+#define bSFactorQAM6 0xf0000 -+#define bSFactorQAM7 0xf00000 -+#define bSFactorQAM8 0xf000000 -+#define bSFactorQAM9 0xf0000000 -+#define bCSIScheme 0x100000 -+ -+#define bNoiseLvlTopSet 0x3 // Useless -+#define bChSmooth 0x4 -+#define bChSmoothCfg1 0x38 -+#define bChSmoothCfg2 0x1c0 -+#define bChSmoothCfg3 0xe00 -+#define bChSmoothCfg4 0x7000 -+#define bMRCMode 0x800000 -+#define bTHEVMCfg 0x7000000 -+ -+#define bLoopFitType 0x1 // Useless -+#define bUpdCFO 0x40 -+#define bUpdCFOOffData 0x80 -+#define bAdvUpdCFO 0x100 -+#define bAdvTimeCtrl 0x800 -+#define bUpdClko 0x1000 -+#define bFC 0x6000 -+#define bTrackingMode 0x8000 -+#define bPhCmpEnable 0x10000 -+#define bUpdClkoLTF 0x20000 -+#define bComChCFO 0x40000 -+#define bCSIEstiMode 0x80000 -+#define bAdvUpdEqz 0x100000 -+#define bUChCfg 0x7000000 -+#define bUpdEqz 0x8000000 -+ -+//Rx Pseduo noise -+#define bRxPesudoNoiseOn 0x20000000 // Useless -+#define bRxPesudoNoise_A 0xff -+#define bRxPesudoNoise_B 0xff00 -+#define bRxPesudoNoise_C 0xff0000 -+#define bRxPesudoNoise_D 0xff000000 -+#define bPesudoNoiseState_A 0xffff -+#define bPesudoNoiseState_B 0xffff0000 -+#define bPesudoNoiseState_C 0xffff -+#define bPesudoNoiseState_D 0xffff0000 -+ -+//7. RF Register -+//Zebra1 -+#define bZebra1_HSSIEnable 0x8 // Useless -+#define bZebra1_TRxControl 0xc00 -+#define bZebra1_TRxGainSetting 0x07f -+#define bZebra1_RxCorner 0xc00 -+#define bZebra1_TxChargePump 0x38 -+#define bZebra1_RxChargePump 0x7 -+#define bZebra1_ChannelNum 0xf80 -+#define bZebra1_TxLPFBW 0x400 -+#define bZebra1_RxLPFBW 0x600 -+ -+//Zebra4 -+#define bRTL8256RegModeCtrl1 0x100 // Useless -+#define bRTL8256RegModeCtrl0 0x40 -+#define bRTL8256_TxLPFBW 0x18 -+#define bRTL8256_RxLPFBW 0x600 -+ -+//RTL8258 -+#define bRTL8258_TxLPFBW 0xc // Useless -+#define bRTL8258_RxLPFBW 0xc00 -+#define bRTL8258_RSSILPFBW 0xc0 -+ -+ -+// -+// Other Definition -+// -+ -+//byte endable for sb_write -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+//for PutRFRegsetting & GetRFRegSetting BitMask -+//#define bMask12Bits 0xfffff // RF Reg mask bits -+//#define bMask20Bits 0xfffff // RF Reg mask bits T65 RF -+#define bRFRegOffsetMask 0xfffff -+ -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+#define LeftAntenna 0x0 // Useless -+#define RightAntenna 0x1 -+ -+#define tCheckTxStatus 500 //500ms // Useless -+#define tUpdateRxCounter 100 //100ms -+ -+#define rateCCK 0 // Useless -+#define rateOFDM 1 -+#define rateHT 2 -+ -+//define Register-End -+#define bPMAC_End 0x1ff // Useless -+#define bFPGAPHY0_End 0x8ff -+#define bFPGAPHY1_End 0x9ff -+#define bCCKPHY0_End 0xaff -+#define bOFDMPHY0_End 0xcff -+#define bOFDMPHY1_End 0xdff -+ -+//define max debug item in each debug page -+//#define bMaxItem_FPGA_PHY0 0x9 -+//#define bMaxItem_FPGA_PHY1 0x3 -+//#define bMaxItem_PHY_11B 0x16 -+//#define bMaxItem_OFDM_PHY0 0x29 -+//#define bMaxItem_OFDM_PHY1 0x0 -+ -+#define bPMACControl 0x0 // Useless -+#define bWMACControl 0x1 -+#define bWNICControl 0x2 -+ -+#define PathA 0x0 // Useless -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+ -+// RSSI Dump Message -+#define rA_RSSIDump_92E 0xcb0 -+#define rB_RSSIDump_92E 0xcb1 -+#define rS1_RXevmDump_92E 0xcb2 -+#define rS2_RXevmDump_92E 0xcb3 -+#define rA_RXsnrDump_92E 0xcb4 -+#define rB_RXsnrDump_92E 0xcb5 -+#define rA_CfoShortDump_92E 0xcb6 -+#define rB_CfoShortDump_92E 0xcb8 -+#define rA_CfoLongDump_92E 0xcba -+#define rB_CfoLongDump_92E 0xcbc -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+#endif //__INC_HAL8188EPHYREG_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8192EPwrSeq.h linux/3rdparty/rtl8812au/include/Hal8192EPwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8192EPwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8192EPwrSeq.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,155 @@ -+#ifndef REALTEK_POWER_SEQUENCE_8192E -+#define REALTEK_POWER_SEQUENCE_8192E -+ -+#include "HalPwrSeqCmd.h" -+/* -+ Check document WM-20110607-Paul-RTL8192E_Power_Architecture-R02.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8192E_TRANS_CARDEMU_TO_ACT_STEPS 18 -+#define RTL8192E_TRANS_ACT_TO_CARDEMU_STEPS 18 -+#define RTL8192E_TRANS_CARDEMU_TO_SUS_STEPS 18 -+#define RTL8192E_TRANS_SUS_TO_CARDEMU_STEPS 18 -+#define RTL8192E_TRANS_CARDEMU_TO_PDN_STEPS 18 -+#define RTL8192E_TRANS_PDN_TO_CARDEMU_STEPS 18 -+#define RTL8192E_TRANS_ACT_TO_LPS_STEPS 23 -+#define RTL8192E_TRANS_LPS_TO_ACT_STEPS 23 -+#define RTL8192E_TRANS_END_STEPS 1 -+ -+ -+#define RTL8192E_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/* disable SW LPS 0x04[10]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3), 0},/* disable WL suspend*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ \ -+ -+ -+#define RTL8192E_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x004E, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/*0x4C[23] = 0x4E[7] = 0, switch DPDT_SEL_P output from register 0x65[2] */\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ -+ -+#define RTL8192E_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4|BIT3, (BIT4|BIT3)}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3|BIT4}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8192E_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8192E_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07=0x20 , SOP option to disable BG/MB*/ \ -+ {0x00CC, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2}, /*Unlock small LDO Register*/ \ -+ {0x0011, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*Disable small LDO*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2}, /*0x04[10] = 1, enable SW LPS*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8192E_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0011, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*Enable small LDO*/ \ -+ {0x00CC, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0}, /*Lock small LDO Register*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/\ -+ -+ -+#define RTL8192E_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8192E_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8192E_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ -+ -+#define RTL8192E_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM, For Repeatly In and out, Taggle bit should be changed*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/\ -+ {0x013D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*Clear ISR*/ -+ -+#define RTL8192E_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8192E_power_on_flow[RTL8192E_TRANS_CARDEMU_TO_ACT_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_radio_off_flow[RTL8192E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_card_disable_flow[RTL8192E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8192E_TRANS_CARDEMU_TO_PDN_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_card_enable_flow[RTL8192E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8192E_TRANS_CARDEMU_TO_PDN_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_suspend_flow[RTL8192E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8192E_TRANS_CARDEMU_TO_SUS_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_resume_flow[RTL8192E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8192E_TRANS_CARDEMU_TO_SUS_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_hwpdn_flow[RTL8192E_TRANS_ACT_TO_CARDEMU_STEPS+RTL8192E_TRANS_CARDEMU_TO_PDN_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_enter_lps_flow[RTL8192E_TRANS_ACT_TO_LPS_STEPS+RTL8192E_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8192E_leave_lps_flow[RTL8192E_TRANS_LPS_TO_ACT_STEPS+RTL8192E_TRANS_END_STEPS]; -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8703BPhyCfg.h linux/3rdparty/rtl8812au/include/Hal8703BPhyCfg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8703BPhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8703BPhyCfg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,144 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8703BPHYCFG_H__ -+#define __INC_HAL8703BPHYCFG_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 //us -+#define AntennaDiversityValue 0x80 //(Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+#ifdef CONFIG_PCI_HCI -+#define MAX_AGGR_NUM 0x0B -+#else -+#define MAX_AGGR_NUM 0x07 -+#endif // CONFIG_PCI_HCI -+ -+ -+/*--------------------------Define Parameters End-------------------------------*/ -+ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+/*------------------------------Define structure End----------------------------*/ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+u32 -+PHY_QueryBBReg_8703B( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ); -+ -+VOID -+PHY_SetBBReg_8703B( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+u32 -+PHY_QueryRFReg_8703B( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ); -+ -+VOID -+PHY_SetRFReg_8703B( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+/* MAC/BB/RF HAL config */ -+int PHY_BBConfig8703B(PADAPTER Adapter ); -+ -+int PHY_RFConfig8703B(PADAPTER Adapter ); -+ -+s32 PHY_MACConfig8703B(PADAPTER padapter); -+ -+int -+PHY_ConfigRFWithParaFile_8703B( -+ IN PADAPTER Adapter, -+ IN u8* pFileName, -+ RF_PATH eRFPath -+); -+ -+VOID -+PHY_SetTxPowerIndex_8703B( -+ IN PADAPTER Adapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ); -+ -+u8 -+PHY_GetTxPowerIndex_8703B( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+VOID -+PHY_GetTxPowerLevel8703B( -+ IN PADAPTER Adapter, -+ OUT s32* powerlevel -+ ); -+ -+VOID -+PHY_SetTxPowerLevel8703B( -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SetBWMode8703B( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth, // 20M or 40M -+ IN unsigned char Offset // Upper, Lower, or Don't care -+); -+ -+VOID -+PHY_SwChnl8703B( // Call after initialization -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SetSwChnlBWMode8703B( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+); -+/*--------------------------Exported Function prototype End---------------------*/ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8703BPhyReg.h linux/3rdparty/rtl8812au/include/Hal8703BPhyReg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8703BPhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8703BPhyReg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,1139 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8703BPHYREG_H__ -+#define __INC_HAL8703BPHYREG_H__ -+ -+#define rSYM_WLBT_PAPE_SEL 0x64 -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+// -+// 2. Page2(0x200) -+// -+// The following two definition are only used for USB interface. -+#define RF_BB_CMD_ADDR 0x02c0 // RF/BB read/write command address. -+#define RF_BB_CMD_DATA 0x02c4 // RF/BB read/write command data. -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+ -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_RFTiming1 0x810 // Useless now -+#define rFPGA0_RFTiming2 0x814 -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+ -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+ -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+ -+#define rFPGA0_RFWakeUpParameter 0x850 // Useless now -+#define rFPGA0_RFSleepUpParameter 0x854 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+ -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 // Useless now -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 // Tranceiver LSSI Readback -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_PSDReport 0x8b4 // Useless now -+#define TransceiverA_HSPI_Readback 0x8b8 // Transceiver A HSPI Readback -+#define TransceiverB_HSPI_Readback 0x8bc // Transceiver B HSPI Readback -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 // Useless now // RF Interface Readback Value -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 // Useless now -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+#define rDPDT_control 0x92c -+#define rfe_ctrl_anta_src 0x930 -+#define rS0S1_PathSwitch 0x948 -+#define rBBrx_DFIR 0x954 -+ -+// -+// 5. PageA(0xA00) -+// -+// Set Control channel to upper or lower. These settings are required only for 40MHz -+#define rCCK0_System 0xa00 -+ -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_CCA 0xa08 // Disable init gain now // Init gain -+ -+#define rCCK0_RxAGC1 0xa0c //AGC default value, saturation level // Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series -+#define rCCK0_RxAGC2 0xa10 //AGC & DAGC -+ -+#define rCCK0_RxHP 0xa14 -+ -+#define rCCK0_DSPParameter1 0xa18 //Timing recovery & Channel estimation threshold -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+ -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+#define rCCK0_TRSSIReport 0xa50 -+#define rCCK0_RxReport 0xa54 //0xa57 -+#define rCCK0_FACounterLower 0xa5c //0xa5b -+#define rCCK0_FACounterUpper 0xa58 //0xa5c -+ -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rPdp_AntA_8 0xb08 -+#define rPdp_AntA_C 0xb0c -+#define rPdp_AntA_10 0xb10 -+#define rPdp_AntA_14 0xb14 -+#define rPdp_AntA_18 0xb18 -+#define rPdp_AntA_1C 0xb1c -+#define rPdp_AntA_20 0xb20 -+#define rPdp_AntA_24 0xb24 -+ -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_ram64x16 0xb2c -+ -+#define rBndA 0xb30 -+#define rHssiPar 0xb34 -+ -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+ -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rPdp_AntB_8 0xb78 -+#define rPdp_AntB_C 0xb7c -+#define rPdp_AntB_10 0xb80 -+#define rPdp_AntB_14 0xb84 -+#define rPdp_AntB_18 0xb88 -+#define rPdp_AntB_1C 0xb8c -+#define rPdp_AntB_20 0xb90 -+#define rPdp_AntB_24 0xb94 -+ -+#define rConfig_Pmpd_AntB 0xb98 -+ -+#define rBndB 0xba0 -+ -+#define rAPK 0xbd8 -+#define rPm_Rx0_AntA 0xbdc -+#define rPm_Rx1_AntA 0xbe0 -+#define rPm_Rx2_AntA 0xbe4 -+#define rPm_Rx3_AntA 0xbe8 -+#define rPm_Rx0_AntB 0xbec -+#define rPm_Rx1_AntB 0xbf0 -+#define rPm_Rx2_AntB 0xbf4 -+#define rPm_Rx3_AntB 0xbf8 -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+#define rOFDM1_CFO 0xd08 // No setting now -+#define rOFDM1_CSI1 0xd10 -+#define rOFDM1_SBD 0xd14 -+#define rOFDM1_CSI2 0xd18 -+#define rOFDM1_CFOTracking 0xd2c -+#define rOFDM1_TRxMesaure1 0xd34 -+#define rOFDM1_IntfDet 0xd3c -+#define rOFDM1_PseudoNoiseStateAB 0xd50 -+#define rOFDM1_PseudoNoiseStateCD 0xd54 -+#define rOFDM1_RxPseudoNoiseWgt 0xd58 -+ -+#define rOFDM_PHYCounter1 0xda0 //cca, parity fail -+#define rOFDM_PHYCounter2 0xda4 //rate illegal, crc8 fail -+#define rOFDM_PHYCounter3 0xda8 //MCS not support -+ -+#define rOFDM_ShortCFOAB 0xdac // No setting now -+#define rOFDM_ShortCFOCD 0xdb0 -+#define rOFDM_LongCFOAB 0xdb4 -+#define rOFDM_LongCFOCD 0xdb8 -+#define rOFDM_TailCFOAB 0xdbc -+#define rOFDM_TailCFOCD 0xdc0 -+#define rOFDM_PWMeasure1 0xdc4 -+#define rOFDM_PWMeasure2 0xdc8 -+#define rOFDM_BWReport 0xdcc -+#define rOFDM_AGCReport 0xdd0 -+#define rOFDM_RxSNR 0xdd4 -+#define rOFDM_RxEVMCSI 0xdd8 -+#define rOFDM_SIGReport 0xddc -+ -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+// -+// 7. RF Register 0x00-0x2E (RF 8256) -+// RF-0222D 0x00-3F -+// -+//Zebra1 -+#define rZebra1_HSSIEnable 0x0 // Useless now -+#define rZebra1_TRxEnable1 0x1 -+#define rZebra1_TRxEnable2 0x2 -+#define rZebra1_AGC 0x4 -+#define rZebra1_ChargePump 0x5 -+#define rZebra1_Channel 0x7 // RF channel switch -+ -+//#endif -+#define rZebra1_TxGain 0x8 // Useless now -+#define rZebra1_TxLPF 0x9 -+#define rZebra1_RxLPF 0xb -+#define rZebra1_RxHPFCorner 0xc -+ -+//Zebra4 -+#define rGlobalCtrl 0 // Useless now -+#define rRTL8256_TxLPF 19 -+#define rRTL8256_RxLPF 11 -+ -+//RTL8258 -+#define rRTL8258_TxLPF 0x11 // Useless now -+#define rRTL8258_RxLPF 0x13 -+#define rRTL8258_RSSILPF 0xa -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+ -+#define RF_IQADJ_G1 0x01 // -+#define RF_IQADJ_G2 0x02 // -+#define RF_BS_PA_APSET_G1_G4 0x03 -+#define RF_BS_PA_APSET_G5_G8 0x04 -+#define RF_POW_TRSW 0x05 // -+ -+#define RF_GAIN_RX 0x06 // -+#define RF_GAIN_TX 0x07 // -+ -+#define RF_TXM_IDAC 0x08 // -+#define RF_IPA_G 0x09 // -+#define RF_TXBIAS_G 0x0A -+#define RF_TXPA_AG 0x0B -+#define RF_IPA_A 0x0C // -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_BS_IQGEN 0x0F // -+ -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+ -+#define RF_RX_AGC_HP 0x12 // -+#define RF_TX_AGC 0x13 // -+#define RF_BIAS 0x14 // -+#define RF_IPA 0x15 // -+#define RF_TXBIAS 0x16 // -+#define RF_POW_ABILITY 0x17 // -+#define RF_MODE_AG 0x18 // -+#define rRfChannel 0x18 // RF channel and BW switch -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_TOP 0x19 // -+ -+#define RF_RX_G1 0x1A // -+#define RF_RX_G2 0x1B // -+ -+#define RF_RX_BB2 0x1C // -+#define RF_RX_BB1 0x1D // -+ -+#define RF_RCK1 0x1E // -+#define RF_RCK2 0x1F // -+ -+#define RF_TX_G1 0x20 // -+#define RF_TX_G2 0x21 // -+#define RF_TX_G3 0x22 // -+ -+#define RF_TX_BB1 0x23 // -+ -+#define RF_T_METER 0x24 // -+ -+#define RF_SYN_G1 0x25 // RF TX Power control -+#define RF_SYN_G2 0x26 // RF TX Power control -+#define RF_SYN_G3 0x27 // RF TX Power control -+#define RF_SYN_G4 0x28 // RF TX Power control -+#define RF_SYN_G5 0x29 // RF TX Power control -+#define RF_SYN_G6 0x2A // RF TX Power control -+#define RF_SYN_G7 0x2B // RF TX Power control -+#define RF_SYN_G8 0x2C // RF TX Power control -+ -+#define RF_RCK_OS 0x30 // RF TX PA control -+ -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+#define RF_TX_BIAS_A 0x35 -+#define RF_TX_BIAS_D 0x36 -+#define RF_LOBF_9 0x38 -+#define RF_RXRF_A3 0x3C // -+#define RF_TRSW 0x3F -+ -+#define RF_TXRF_A2 0x41 -+#define RF_TXPA_G4 0x46 -+#define RF_TXPA_A4 0x4B -+#define RF_0x52 0x52 -+#define RF_WE_LUT 0xEF -+#define RF_S0S1 0xB0 -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+#define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff)) -+#define RF_TX_GAIN_OFFSET_8703B(_val) (abs((_val)) | (((_val) > 0) ? BIT5 : 0)) -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+ -+#define bOFDMRxADCPhase 0x10000 // Useless now -+#define bOFDMTxDACPhase 0x40000 -+#define bXATxAGC 0x3f -+ -+#define bAntennaSelect 0x0300 -+ -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+#define bPAStart 0xf0000000 // Useless now -+#define bTRStart 0x00f00000 -+#define bRFStart 0x0000f000 -+#define bBBStart 0x000000f0 -+#define bBBCCKStart 0x0000000f -+#define bPAEnd 0xf //Reg0x814 -+#define bTREnd 0x0f000000 -+#define bRFEnd 0x000f0000 -+#define bCCAMask 0x000000f0 //T2R -+#define bR2RCCAMask 0x00000f00 -+#define bHSSI_R2TDelay 0xf8000000 -+#define bHSSI_T2RDelay 0xf80000 -+#define bContTxHSSI 0x400 //chane gain at continue Tx -+#define bIGFromCCK 0x200 -+#define bAGCAddress 0x3f -+#define bRxHPTx 0x7000 -+#define bRxHPT2R 0x38000 -+#define bRxHPCCKIni 0xc0000 -+#define bAGCTxCode 0xc00000 -+#define bAGCRxCode 0x300000 -+ -+#define b3WireDataLength 0x800 // Reg 0x820~84f rFPGA0_XA_HSSIParameter1 -+#define b3WireAddressLength 0x400 -+ -+#define b3WireRFPowerDown 0x1 // Useless now -+//#define bHWSISelect 0x8 -+#define b5GPAPEPolarity 0x40000000 -+#define b2GPAPEPolarity 0x80000000 -+#define bRFSW_TxDefaultAnt 0x3 -+#define bRFSW_TxOptionAnt 0x30 -+#define bRFSW_RxDefaultAnt 0x300 -+#define bRFSW_RxOptionAnt 0x3000 -+#define bRFSI_3WireData 0x1 -+#define bRFSI_3WireClock 0x2 -+#define bRFSI_3WireLoad 0x4 -+#define bRFSI_3WireRW 0x8 -+#define bRFSI_3Wire 0xf -+ -+#define bRFSI_RFENV 0x10 // Reg 0x870 rFPGA0_XAB_RFInterfaceSW -+ -+#define bRFSI_TRSW 0x20 // Useless now -+#define bRFSI_TRSWB 0x40 -+#define bRFSI_ANTSW 0x100 -+#define bRFSI_ANTSWB 0x200 -+#define bRFSI_PAPE 0x400 -+#define bRFSI_PAPE5G 0x800 -+#define bBandSelect 0x1 -+#define bHTSIG2_GI 0x80 -+#define bHTSIG2_Smoothing 0x01 -+#define bHTSIG2_Sounding 0x02 -+#define bHTSIG2_Aggreaton 0x08 -+#define bHTSIG2_STBC 0x30 -+#define bHTSIG2_AdvCoding 0x40 -+#define bHTSIG2_NumOfHTLTF 0x300 -+#define bHTSIG2_CRC8 0x3fc -+#define bHTSIG1_MCS 0x7f -+#define bHTSIG1_BandWidth 0x80 -+#define bHTSIG1_HTLength 0xffff -+#define bLSIG_Rate 0xf -+#define bLSIG_Reserved 0x10 -+#define bLSIG_Length 0x1fffe -+#define bLSIG_Parity 0x20 -+#define bCCKRxPhase 0x4 -+ -+#define bLSSIReadAddress 0x7f800000 // T65 RF -+ -+#define bLSSIReadEdge 0x80000000 //LSSI "Read" edge signal -+ -+#define bLSSIReadBackData 0xfffff // T65 RF -+ -+#define bLSSIReadOKFlag 0x1000 // Useless now -+#define bCCKSampleRate 0x8 //0: 44MHz, 1:88MHz -+#define bRegulator0Standby 0x1 -+#define bRegulatorPLLStandby 0x2 -+#define bRegulator1Standby 0x4 -+#define bPLLPowerUp 0x8 -+#define bDPLLPowerUp 0x10 -+#define bDA10PowerUp 0x20 -+#define bAD7PowerUp 0x200 -+#define bDA6PowerUp 0x2000 -+#define bXtalPowerUp 0x4000 -+#define b40MDClkPowerUP 0x8000 -+#define bDA6DebugMode 0x20000 -+#define bDA6Swing 0x380000 -+ -+#define bADClkPhase 0x4000000 // Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ -+ -+#define b80MClkDelay 0x18000000 // Useless -+#define bAFEWatchDogEnable 0x20000000 -+ -+#define bXtalCap01 0xc0000000 // Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap -+#define bXtalCap23 0x3 -+#define bXtalCap92x 0x0f000000 -+#define bXtalCap 0x0f000000 -+ -+#define bIntDifClkEnable 0x400 // Useless -+#define bExtSigClkEnable 0x800 -+#define bBandgapMbiasPowerUp 0x10000 -+#define bAD11SHGain 0xc0000 -+#define bAD11InputRange 0x700000 -+#define bAD11OPCurrent 0x3800000 -+#define bIPathLoopback 0x4000000 -+#define bQPathLoopback 0x8000000 -+#define bAFELoopback 0x10000000 -+#define bDA10Swing 0x7e0 -+#define bDA10Reverse 0x800 -+#define bDAClkSource 0x1000 -+#define bAD7InputRange 0x6000 -+#define bAD7Gain 0x38000 -+#define bAD7OutputCMMode 0x40000 -+#define bAD7InputCMMode 0x380000 -+#define bAD7Current 0xc00000 -+#define bRegulatorAdjust 0x7000000 -+#define bAD11PowerUpAtTx 0x1 -+#define bDA10PSAtTx 0x10 -+#define bAD11PowerUpAtRx 0x100 -+#define bDA10PSAtRx 0x1000 -+#define bCCKRxAGCFormat 0x200 -+#define bPSDFFTSamplepPoint 0xc000 -+#define bPSDAverageNum 0x3000 -+#define bIQPathControl 0xc00 -+#define bPSDFreq 0x3ff -+#define bPSDAntennaPath 0x30 -+#define bPSDIQSwitch 0x40 -+#define bPSDRxTrigger 0x400000 -+#define bPSDTxTrigger 0x80000000 -+#define bPSDSineToneScale 0x7f000000 -+#define bPSDReport 0xffff -+ -+// 3. Page9(0x900) -+#define bOFDMTxSC 0x30000000 // Useless -+#define bCCKTxOn 0x1 -+#define bOFDMTxOn 0x2 -+#define bDebugPage 0xfff //reset debug page and also HWord, LWord -+#define bDebugItem 0xff //reset debug page and LWord -+#define bAntL 0x10 -+#define bAntNonHT 0x100 -+#define bAntHT1 0x1000 -+#define bAntHT2 0x10000 -+#define bAntHT1S1 0x100000 -+#define bAntNonHTS1 0x1000000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+// 5. PageC(0xC00) -+#define bNumOfSTF 0x3 // Useless -+#define bShift_L 0xc0 -+#define bGI_TH 0xc -+#define bRxPathA 0x1 -+#define bRxPathB 0x2 -+#define bRxPathC 0x4 -+#define bRxPathD 0x8 -+#define bTxPathA 0x1 -+#define bTxPathB 0x2 -+#define bTxPathC 0x4 -+#define bTxPathD 0x8 -+#define bTRSSIFreq 0x200 -+#define bADCBackoff 0x3000 -+#define bDFIRBackoff 0xc000 -+#define bTRSSILatchPhase 0x10000 -+#define bRxIDCOffset 0xff -+#define bRxQDCOffset 0xff00 -+#define bRxDFIRMode 0x1800000 -+#define bRxDCNFType 0xe000000 -+#define bRXIQImb_A 0x3ff -+#define bRXIQImb_B 0xfc00 -+#define bRXIQImb_C 0x3f0000 -+#define bRXIQImb_D 0xffc00000 -+#define bDC_dc_Notch 0x60000 -+#define bRxNBINotch 0x1f000000 -+#define bPD_TH 0xf -+#define bPD_TH_Opt2 0xc000 -+#define bPWED_TH 0x700 -+#define bIfMF_Win_L 0x800 -+#define bPD_Option 0x1000 -+#define bMF_Win_L 0xe000 -+#define bBW_Search_L 0x30000 -+#define bwin_enh_L 0xc0000 -+#define bBW_TH 0x700000 -+#define bED_TH2 0x3800000 -+#define bBW_option 0x4000000 -+#define bRatio_TH 0x18000000 -+#define bWindow_L 0xe0000000 -+#define bSBD_Option 0x1 -+#define bFrame_TH 0x1c -+#define bFS_Option 0x60 -+#define bDC_Slope_check 0x80 -+#define bFGuard_Counter_DC_L 0xe00 -+#define bFrame_Weight_Short 0x7000 -+#define bSub_Tune 0xe00000 -+#define bFrame_DC_Length 0xe000000 -+#define bSBD_start_offset 0x30000000 -+#define bFrame_TH_2 0x7 -+#define bFrame_GI2_TH 0x38 -+#define bGI2_Sync_en 0x40 -+#define bSarch_Short_Early 0x300 -+#define bSarch_Short_Late 0xc00 -+#define bSarch_GI2_Late 0x70000 -+#define bCFOAntSum 0x1 -+#define bCFOAcc 0x2 -+#define bCFOStartOffset 0xc -+#define bCFOLookBack 0x70 -+#define bCFOSumWeight 0x80 -+#define bDAGCEnable 0x10000 -+#define bTXIQImb_A 0x3ff -+#define bTXIQImb_B 0xfc00 -+#define bTXIQImb_C 0x3f0000 -+#define bTXIQImb_D 0xffc00000 -+#define bTxIDCOffset 0xff -+#define bTxQDCOffset 0xff00 -+#define bTxDFIRMode 0x10000 -+#define bTxPesudoNoiseOn 0x4000000 -+#define bTxPesudoNoise_A 0xff -+#define bTxPesudoNoise_B 0xff00 -+#define bTxPesudoNoise_C 0xff0000 -+#define bTxPesudoNoise_D 0xff000000 -+#define bCCADropOption 0x20000 -+#define bCCADropThres 0xfff00000 -+#define bEDCCA_H 0xf -+#define bEDCCA_L 0xf0 -+#define bLambda_ED 0x300 -+#define bRxInitialGain 0x7f -+#define bRxAntDivEn 0x80 -+#define bRxAGCAddressForLNA 0x7f00 -+#define bRxHighPowerFlow 0x8000 -+#define bRxAGCFreezeThres 0xc0000 -+#define bRxFreezeStep_AGC1 0x300000 -+#define bRxFreezeStep_AGC2 0xc00000 -+#define bRxFreezeStep_AGC3 0x3000000 -+#define bRxFreezeStep_AGC0 0xc000000 -+#define bRxRssi_Cmp_En 0x10000000 -+#define bRxQuickAGCEn 0x20000000 -+#define bRxAGCFreezeThresMode 0x40000000 -+#define bRxOverFlowCheckType 0x80000000 -+#define bRxAGCShift 0x7f -+#define bTRSW_Tri_Only 0x80 -+#define bPowerThres 0x300 -+#define bRxAGCEn 0x1 -+#define bRxAGCTogetherEn 0x2 -+#define bRxAGCMin 0x4 -+#define bRxHP_Ini 0x7 -+#define bRxHP_TRLNA 0x70 -+#define bRxHP_RSSI 0x700 -+#define bRxHP_BBP1 0x7000 -+#define bRxHP_BBP2 0x70000 -+#define bRxHP_BBP3 0x700000 -+#define bRSSI_H 0x7f0000 //the threshold for high power -+#define bRSSI_Gen 0x7f000000 //the threshold for ant diversity -+#define bRxSettle_TRSW 0x7 -+#define bRxSettle_LNA 0x38 -+#define bRxSettle_RSSI 0x1c0 -+#define bRxSettle_BBP 0xe00 -+#define bRxSettle_RxHP 0x7000 -+#define bRxSettle_AntSW_RSSI 0x38000 -+#define bRxSettle_AntSW 0xc0000 -+#define bRxProcessTime_DAGC 0x300000 -+#define bRxSettle_HSSI 0x400000 -+#define bRxProcessTime_BBPPW 0x800000 -+#define bRxAntennaPowerShift 0x3000000 -+#define bRSSITableSelect 0xc000000 -+#define bRxHP_Final 0x7000000 -+#define bRxHTSettle_BBP 0x7 -+#define bRxHTSettle_HSSI 0x8 -+#define bRxHTSettle_RxHP 0x70 -+#define bRxHTSettle_BBPPW 0x80 -+#define bRxHTSettle_Idle 0x300 -+#define bRxHTSettle_Reserved 0x1c00 -+#define bRxHTRxHPEn 0x8000 -+#define bRxHTAGCFreezeThres 0x30000 -+#define bRxHTAGCTogetherEn 0x40000 -+#define bRxHTAGCMin 0x80000 -+#define bRxHTAGCEn 0x100000 -+#define bRxHTDAGCEn 0x200000 -+#define bRxHTRxHP_BBP 0x1c00000 -+#define bRxHTRxHP_Final 0xe0000000 -+#define bRxPWRatioTH 0x3 -+#define bRxPWRatioEn 0x4 -+#define bRxMFHold 0x3800 -+#define bRxPD_Delay_TH1 0x38 -+#define bRxPD_Delay_TH2 0x1c0 -+#define bRxPD_DC_COUNT_MAX 0x600 -+//#define bRxMF_Hold 0x3800 -+#define bRxPD_Delay_TH 0x8000 -+#define bRxProcess_Delay 0xf0000 -+#define bRxSearchrange_GI2_Early 0x700000 -+#define bRxFrame_Guard_Counter_L 0x3800000 -+#define bRxSGI_Guard_L 0xc000000 -+#define bRxSGI_Search_L 0x30000000 -+#define bRxSGI_TH 0xc0000000 -+#define bDFSCnt0 0xff -+#define bDFSCnt1 0xff00 -+#define bDFSFlag 0xf0000 -+#define bMFWeightSum 0x300000 -+#define bMinIdxTH 0x7f000000 -+#define bDAFormat 0x40000 -+#define bTxChEmuEnable 0x01000000 -+#define bTRSWIsolation_A 0x7f -+#define bTRSWIsolation_B 0x7f00 -+#define bTRSWIsolation_C 0x7f0000 -+#define bTRSWIsolation_D 0x7f000000 -+#define bExtLNAGain 0x7c00 -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+//#define bRxPath1 0x01 -+//#define bRxPath2 0x02 -+//#define bRxPath3 0x04 -+//#define bRxPath4 0x08 -+//#define bTxPath1 0x10 -+//#define bTxPath2 0x20 -+#define bHTDetect 0x100 -+#define bCFOEn 0x10000 -+#define bCFOValue 0xfff00000 -+#define bSigTone_Re 0x3f -+#define bSigTone_Im 0x7f00 -+#define bCounter_CCA 0xffff -+#define bCounter_ParityFail 0xffff0000 -+#define bCounter_RateIllegal 0xffff -+#define bCounter_CRC8Fail 0xffff0000 -+#define bCounter_MCSNoSupport 0xffff -+#define bCounter_FastSync 0xffff -+#define bShortCFO 0xfff -+#define bShortCFOTLength 12 //total -+#define bShortCFOFLength 11 //fraction -+#define bLongCFO 0x7ff -+#define bLongCFOTLength 11 -+#define bLongCFOFLength 11 -+#define bTailCFO 0x1fff -+#define bTailCFOTLength 13 -+#define bTailCFOFLength 12 -+#define bmax_en_pwdB 0xffff -+#define bCC_power_dB 0xffff0000 -+#define bnoise_pwdB 0xffff -+#define bPowerMeasTLength 10 -+#define bPowerMeasFLength 3 -+#define bRx_HT_BW 0x1 -+#define bRxSC 0x6 -+#define bRx_HT 0x8 -+#define bNB_intf_det_on 0x1 -+#define bIntf_win_len_cfg 0x30 -+#define bNB_Intf_TH_cfg 0x1c0 -+#define bRFGain 0x3f -+#define bTableSel 0x40 -+#define bTRSW 0x80 -+#define bRxSNR_A 0xff -+#define bRxSNR_B 0xff00 -+#define bRxSNR_C 0xff0000 -+#define bRxSNR_D 0xff000000 -+#define bSNREVMTLength 8 -+#define bSNREVMFLength 1 -+#define bCSI1st 0xff -+#define bCSI2nd 0xff00 -+#define bRxEVM1st 0xff0000 -+#define bRxEVM2nd 0xff000000 -+#define bSIGEVM 0xff -+#define bPWDB 0xff00 -+#define bSGIEN 0x10000 -+ -+#define bSFactorQAM1 0xf // Useless -+#define bSFactorQAM2 0xf0 -+#define bSFactorQAM3 0xf00 -+#define bSFactorQAM4 0xf000 -+#define bSFactorQAM5 0xf0000 -+#define bSFactorQAM6 0xf0000 -+#define bSFactorQAM7 0xf00000 -+#define bSFactorQAM8 0xf000000 -+#define bSFactorQAM9 0xf0000000 -+#define bCSIScheme 0x100000 -+ -+#define bNoiseLvlTopSet 0x3 // Useless -+#define bChSmooth 0x4 -+#define bChSmoothCfg1 0x38 -+#define bChSmoothCfg2 0x1c0 -+#define bChSmoothCfg3 0xe00 -+#define bChSmoothCfg4 0x7000 -+#define bMRCMode 0x800000 -+#define bTHEVMCfg 0x7000000 -+ -+#define bLoopFitType 0x1 // Useless -+#define bUpdCFO 0x40 -+#define bUpdCFOOffData 0x80 -+#define bAdvUpdCFO 0x100 -+#define bAdvTimeCtrl 0x800 -+#define bUpdClko 0x1000 -+#define bFC 0x6000 -+#define bTrackingMode 0x8000 -+#define bPhCmpEnable 0x10000 -+#define bUpdClkoLTF 0x20000 -+#define bComChCFO 0x40000 -+#define bCSIEstiMode 0x80000 -+#define bAdvUpdEqz 0x100000 -+#define bUChCfg 0x7000000 -+#define bUpdEqz 0x8000000 -+ -+//Rx Pseduo noise -+#define bRxPesudoNoiseOn 0x20000000 // Useless -+#define bRxPesudoNoise_A 0xff -+#define bRxPesudoNoise_B 0xff00 -+#define bRxPesudoNoise_C 0xff0000 -+#define bRxPesudoNoise_D 0xff000000 -+#define bPesudoNoiseState_A 0xffff -+#define bPesudoNoiseState_B 0xffff0000 -+#define bPesudoNoiseState_C 0xffff -+#define bPesudoNoiseState_D 0xffff0000 -+ -+//7. RF Register -+//Zebra1 -+#define bZebra1_HSSIEnable 0x8 // Useless -+#define bZebra1_TRxControl 0xc00 -+#define bZebra1_TRxGainSetting 0x07f -+#define bZebra1_RxCorner 0xc00 -+#define bZebra1_TxChargePump 0x38 -+#define bZebra1_RxChargePump 0x7 -+#define bZebra1_ChannelNum 0xf80 -+#define bZebra1_TxLPFBW 0x400 -+#define bZebra1_RxLPFBW 0x600 -+ -+//Zebra4 -+#define bRTL8256RegModeCtrl1 0x100 // Useless -+#define bRTL8256RegModeCtrl0 0x40 -+#define bRTL8256_TxLPFBW 0x18 -+#define bRTL8256_RxLPFBW 0x600 -+ -+//RTL8258 -+#define bRTL8258_TxLPFBW 0xc // Useless -+#define bRTL8258_RxLPFBW 0xc00 -+#define bRTL8258_RSSILPFBW 0xc0 -+ -+ -+// -+// Other Definition -+// -+ -+//byte endable for sb_write -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+ -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+#define LeftAntenna 0x0 // Useless -+#define RightAntenna 0x1 -+ -+#define tCheckTxStatus 500 //500ms // Useless -+#define tUpdateRxCounter 100 //100ms -+ -+#define rateCCK 0 // Useless -+#define rateOFDM 1 -+#define rateHT 2 -+ -+//define Register-End -+#define bPMAC_End 0x1ff // Useless -+#define bFPGAPHY0_End 0x8ff -+#define bFPGAPHY1_End 0x9ff -+#define bCCKPHY0_End 0xaff -+#define bOFDMPHY0_End 0xcff -+#define bOFDMPHY1_End 0xdff -+ -+//define max debug item in each debug page -+//#define bMaxItem_FPGA_PHY0 0x9 -+//#define bMaxItem_FPGA_PHY1 0x3 -+//#define bMaxItem_PHY_11B 0x16 -+//#define bMaxItem_OFDM_PHY0 0x29 -+//#define bMaxItem_OFDM_PHY1 0x0 -+ -+#define bPMACControl 0x0 // Useless -+#define bWMACControl 0x1 -+#define bWNICControl 0x2 -+ -+#define PathA 0x0 // Useless -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8703BPwrSeq.h linux/3rdparty/rtl8812au/include/Hal8703BPwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8703BPwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8703BPwrSeq.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,184 @@ -+#ifndef REALTEK_POWER_SEQUENCE_8703B -+#define REALTEK_POWER_SEQUENCE_8703B -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WM-20140402-JackieLau-RTL8703B_Power_Architecture v09.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8703B_TRANS_CARDEMU_TO_ACT_STEPS 23 -+#define RTL8703B_TRANS_ACT_TO_CARDEMU_STEPS 15 -+#define RTL8703B_TRANS_CARDEMU_TO_SUS_STEPS 15 -+#define RTL8703B_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8703B_TRANS_CARDEMU_TO_PDN_STEPS 15 -+#define RTL8703B_TRANS_PDN_TO_CARDEMU_STEPS 15 -+#define RTL8703B_TRANS_ACT_TO_LPS_STEPS 15 -+#define RTL8703B_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8703B_TRANS_END_STEPS 1 -+ -+ -+#define RTL8703B_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*0x20[0] = 1b'1 enable LDOA12 MACRO block for all interface*/ \ -+ {0x0067, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x67[0] = 0 to disable BT_GPS_SEL pins*/ \ -+ {0x0001, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 1, PWRSEQ_DELAY_MS},/*Delay 1ms*/ \ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, 0}, /*0x00[5] = 1b'0 release analog Ips to digital ,1:isolation*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3|BIT2), 0},/* disable SW LPS 0x04[10]=0 and WLSUS_EN 0x04[11]=0*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0 , BIT0},/* Disable USB suspend */ \ -+ {0x0004, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 , BIT3},/* enabled usb resume */ \ -+ {0x0004, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 , 0},/* disable usb resume */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0 , 0},/* Enable USB suspend */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3), 0},/* disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ \ -+ {0x0010, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/* Enable WL control XTAL setting*/ \ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable falling edge triggering interrupt*/\ -+ {0x0063, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable GPIO9 interrupt mode*/\ -+ {0x0062, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Enable GPIO9 input mode*/\ -+ {0x0058, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*Enable HSISR GPIO[C:0] interrupt*/\ -+ {0x005A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable HSISR GPIO9 interrupt*/\ -+ {0x0068, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3},/*For GPIO9 internal pull high setting by test chip*/\ -+ {0x0069, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/*For GPIO9 internal pull high setting*/\ -+ -+ -+#define RTL8703B_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Enable rising edge triggering interrupt*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ {0x0010, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, 0},/* Enable BT control XTAL setting*/\ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5}, /*0x00[5] = 1b'1 analog Ips to digital ,1:isolation*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x20[0] = 1b'0 disable LDOA12 MACRO block*/\ -+ -+ -+#define RTL8703B_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4|BIT3, (BIT4|BIT3)}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SDIO SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3|BIT4}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8703B_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8703B_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07=0x20 , SOP option to disable BG/MB*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2}, /*0x04[10] = 1, enable SW LPS*/ \ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 1}, /*0x48[16] = 1 to enable GPIO9 as EXT WAKEUP*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8703B_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x48[16] = 0 to disable GPIO9 as EXT WAKEUP*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*PCIe DMA start*/ -+ -+ -+#define RTL8703B_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK|PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8703B_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8703B_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ -+ -+#define RTL8703B_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/\ -+ {0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6|BIT7, 0}, /*. 0x29[7:6] = 2b'00 enable BB clock*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8703B_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8703B_power_on_flow[RTL8703B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_radio_off_flow[RTL8703B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_card_disable_flow[RTL8703B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8703B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_card_enable_flow[RTL8703B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8703B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_suspend_flow[RTL8703B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8703B_TRANS_CARDEMU_TO_SUS_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_resume_flow[RTL8703B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8703B_TRANS_CARDEMU_TO_SUS_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_hwpdn_flow[RTL8703B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8703B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_enter_lps_flow[RTL8703B_TRANS_ACT_TO_LPS_STEPS+RTL8703B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8703B_leave_lps_flow[RTL8703B_TRANS_LPS_TO_ACT_STEPS+RTL8703B_TRANS_END_STEPS]; -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8723BPhyCfg.h linux/3rdparty/rtl8812au/include/Hal8723BPhyCfg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8723BPhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8723BPhyCfg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,149 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8723BPHYCFG_H__ -+#define __INC_HAL8723BPHYCFG_H__ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 //us -+#define AntennaDiversityValue 0x80 //(Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+#ifdef CONFIG_PCI_HCI -+#define MAX_AGGR_NUM 0x0B -+#else -+#define MAX_AGGR_NUM 0x07 -+#endif // CONFIG_PCI_HCI -+ -+ -+/*--------------------------Define Parameters End-------------------------------*/ -+ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+/*------------------------------Define structure End----------------------------*/ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+u32 -+PHY_QueryBBReg_8723B( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ); -+ -+VOID -+PHY_SetBBReg_8723B( -+ IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+u32 -+PHY_QueryRFReg_8723B( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ); -+ -+VOID -+PHY_SetRFReg_8723B( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+/* MAC/BB/RF HAL config */ -+int PHY_BBConfig8723B(PADAPTER Adapter ); -+ -+int PHY_RFConfig8723B(PADAPTER Adapter ); -+ -+s32 PHY_MACConfig8723B(PADAPTER padapter); -+ -+int -+PHY_ConfigRFWithParaFile_8723B( -+ IN PADAPTER Adapter, -+ IN u8* pFileName, -+ RF_PATH eRFPath -+); -+ -+VOID -+PHY_SetTxPowerIndex_8723B( -+ IN PADAPTER Adapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ); -+ -+u8 -+PHY_GetTxPowerIndex_8723B( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+VOID -+PHY_GetTxPowerLevel8723B( -+ IN PADAPTER Adapter, -+ OUT s32* powerlevel -+ ); -+ -+VOID -+PHY_SetTxPowerLevel8723B( -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SetBWMode8723B( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth, // 20M or 40M -+ IN unsigned char Offset // Upper, Lower, or Don't care -+); -+ -+VOID -+PHY_SwChnl8723B( // Call after initialization -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SetSwChnlBWMode8723B( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+); -+ -+VOID PHY_SetRFPathSwitch_8723B( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bMain -+ ); -+/*--------------------------Exported Function prototype End---------------------*/ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8723BPhyReg.h linux/3rdparty/rtl8812au/include/Hal8723BPhyReg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8723BPhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8723BPhyReg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,1137 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8723BPHYREG_H__ -+#define __INC_HAL8723BPHYREG_H__ -+ -+#define rSYM_WLBT_PAPE_SEL 0x64 -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+// -+// 2. Page2(0x200) -+// -+// The following two definition are only used for USB interface. -+#define RF_BB_CMD_ADDR 0x02c0 // RF/BB read/write command address. -+#define RF_BB_CMD_DATA 0x02c4 // RF/BB read/write command data. -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+ -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_RFTiming1 0x810 // Useless now -+#define rFPGA0_RFTiming2 0x814 -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+ -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+ -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+ -+#define rFPGA0_RFWakeUpParameter 0x850 // Useless now -+#define rFPGA0_RFSleepUpParameter 0x854 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+ -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 // Useless now -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 // Tranceiver LSSI Readback -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_PSDReport 0x8b4 // Useless now -+#define TransceiverA_HSPI_Readback 0x8b8 // Transceiver A HSPI Readback -+#define TransceiverB_HSPI_Readback 0x8bc // Transceiver B HSPI Readback -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 // Useless now // RF Interface Readback Value -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 // Useless now -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+#define rDPDT_control 0x92c -+#define rfe_ctrl_anta_src 0x930 -+#define rS0S1_PathSwitch 0x948 -+ -+// -+// 5. PageA(0xA00) -+// -+// Set Control channel to upper or lower. These settings are required only for 40MHz -+#define rCCK0_System 0xa00 -+ -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_CCA 0xa08 // Disable init gain now // Init gain -+ -+#define rCCK0_RxAGC1 0xa0c //AGC default value, saturation level // Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series -+#define rCCK0_RxAGC2 0xa10 //AGC & DAGC -+ -+#define rCCK0_RxHP 0xa14 -+ -+#define rCCK0_DSPParameter1 0xa18 //Timing recovery & Channel estimation threshold -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+ -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+#define rCCK0_TRSSIReport 0xa50 -+#define rCCK0_RxReport 0xa54 //0xa57 -+#define rCCK0_FACounterLower 0xa5c //0xa5b -+#define rCCK0_FACounterUpper 0xa58 //0xa5c -+ -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rPdp_AntA_8 0xb08 -+#define rPdp_AntA_C 0xb0c -+#define rPdp_AntA_10 0xb10 -+#define rPdp_AntA_14 0xb14 -+#define rPdp_AntA_18 0xb18 -+#define rPdp_AntA_1C 0xb1c -+#define rPdp_AntA_20 0xb20 -+#define rPdp_AntA_24 0xb24 -+ -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_ram64x16 0xb2c -+ -+#define rBndA 0xb30 -+#define rHssiPar 0xb34 -+ -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+ -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rPdp_AntB_8 0xb78 -+#define rPdp_AntB_C 0xb7c -+#define rPdp_AntB_10 0xb80 -+#define rPdp_AntB_14 0xb84 -+#define rPdp_AntB_18 0xb88 -+#define rPdp_AntB_1C 0xb8c -+#define rPdp_AntB_20 0xb90 -+#define rPdp_AntB_24 0xb94 -+ -+#define rConfig_Pmpd_AntB 0xb98 -+ -+#define rBndB 0xba0 -+ -+#define rAPK 0xbd8 -+#define rPm_Rx0_AntA 0xbdc -+#define rPm_Rx1_AntA 0xbe0 -+#define rPm_Rx2_AntA 0xbe4 -+#define rPm_Rx3_AntA 0xbe8 -+#define rPm_Rx0_AntB 0xbec -+#define rPm_Rx1_AntB 0xbf0 -+#define rPm_Rx2_AntB 0xbf4 -+#define rPm_Rx3_AntB 0xbf8 -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+#define rOFDM1_CFO 0xd08 // No setting now -+#define rOFDM1_CSI1 0xd10 -+#define rOFDM1_SBD 0xd14 -+#define rOFDM1_CSI2 0xd18 -+#define rOFDM1_CFOTracking 0xd2c -+#define rOFDM1_TRxMesaure1 0xd34 -+#define rOFDM1_IntfDet 0xd3c -+#define rOFDM1_PseudoNoiseStateAB 0xd50 -+#define rOFDM1_PseudoNoiseStateCD 0xd54 -+#define rOFDM1_RxPseudoNoiseWgt 0xd58 -+ -+#define rOFDM_PHYCounter1 0xda0 //cca, parity fail -+#define rOFDM_PHYCounter2 0xda4 //rate illegal, crc8 fail -+#define rOFDM_PHYCounter3 0xda8 //MCS not support -+ -+#define rOFDM_ShortCFOAB 0xdac // No setting now -+#define rOFDM_ShortCFOCD 0xdb0 -+#define rOFDM_LongCFOAB 0xdb4 -+#define rOFDM_LongCFOCD 0xdb8 -+#define rOFDM_TailCFOAB 0xdbc -+#define rOFDM_TailCFOCD 0xdc0 -+#define rOFDM_PWMeasure1 0xdc4 -+#define rOFDM_PWMeasure2 0xdc8 -+#define rOFDM_BWReport 0xdcc -+#define rOFDM_AGCReport 0xdd0 -+#define rOFDM_RxSNR 0xdd4 -+#define rOFDM_RxEVMCSI 0xdd8 -+#define rOFDM_SIGReport 0xddc -+ -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+// -+// 7. RF Register 0x00-0x2E (RF 8256) -+// RF-0222D 0x00-3F -+// -+//Zebra1 -+#define rZebra1_HSSIEnable 0x0 // Useless now -+#define rZebra1_TRxEnable1 0x1 -+#define rZebra1_TRxEnable2 0x2 -+#define rZebra1_AGC 0x4 -+#define rZebra1_ChargePump 0x5 -+#define rZebra1_Channel 0x7 // RF channel switch -+ -+//#endif -+#define rZebra1_TxGain 0x8 // Useless now -+#define rZebra1_TxLPF 0x9 -+#define rZebra1_RxLPF 0xb -+#define rZebra1_RxHPFCorner 0xc -+ -+//Zebra4 -+#define rGlobalCtrl 0 // Useless now -+#define rRTL8256_TxLPF 19 -+#define rRTL8256_RxLPF 11 -+ -+//RTL8258 -+#define rRTL8258_TxLPF 0x11 // Useless now -+#define rRTL8258_RxLPF 0x13 -+#define rRTL8258_RSSILPF 0xa -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+ -+#define RF_IQADJ_G1 0x01 // -+#define RF_IQADJ_G2 0x02 // -+#define RF_BS_PA_APSET_G1_G4 0x03 -+#define RF_BS_PA_APSET_G5_G8 0x04 -+#define RF_POW_TRSW 0x05 // -+ -+#define RF_GAIN_RX 0x06 // -+#define RF_GAIN_TX 0x07 // -+ -+#define RF_TXM_IDAC 0x08 // -+#define RF_IPA_G 0x09 // -+#define RF_TXBIAS_G 0x0A -+#define RF_TXPA_AG 0x0B -+#define RF_IPA_A 0x0C // -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_BS_IQGEN 0x0F // -+ -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+ -+#define RF_RX_AGC_HP 0x12 // -+#define RF_TX_AGC 0x13 // -+#define RF_BIAS 0x14 // -+#define RF_IPA 0x15 // -+#define RF_TXBIAS 0x16 // -+#define RF_POW_ABILITY 0x17 // -+#define RF_MODE_AG 0x18 // -+#define rRfChannel 0x18 // RF channel and BW switch -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_TOP 0x19 // -+ -+#define RF_RX_G1 0x1A // -+#define RF_RX_G2 0x1B // -+ -+#define RF_RX_BB2 0x1C // -+#define RF_RX_BB1 0x1D // -+ -+#define RF_RCK1 0x1E // -+#define RF_RCK2 0x1F // -+ -+#define RF_TX_G1 0x20 // -+#define RF_TX_G2 0x21 // -+#define RF_TX_G3 0x22 // -+ -+#define RF_TX_BB1 0x23 // -+ -+#define RF_T_METER 0x24 // -+ -+#define RF_SYN_G1 0x25 // RF TX Power control -+#define RF_SYN_G2 0x26 // RF TX Power control -+#define RF_SYN_G3 0x27 // RF TX Power control -+#define RF_SYN_G4 0x28 // RF TX Power control -+#define RF_SYN_G5 0x29 // RF TX Power control -+#define RF_SYN_G6 0x2A // RF TX Power control -+#define RF_SYN_G7 0x2B // RF TX Power control -+#define RF_SYN_G8 0x2C // RF TX Power control -+ -+#define RF_RCK_OS 0x30 // RF TX PA control -+ -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+#define RF_TX_BIAS_A 0x35 -+#define RF_TX_BIAS_D 0x36 -+#define RF_LOBF_9 0x38 -+#define RF_RXRF_A3 0x3C // -+#define RF_TRSW 0x3F -+ -+#define RF_TXRF_A2 0x41 -+#define RF_TXPA_G4 0x46 -+#define RF_TXPA_A4 0x4B -+#define RF_0x52 0x52 -+#define RF_WE_LUT 0xEF -+#define RF_S0S1 0xB0 -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+#define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff)) -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+ -+#define bOFDMRxADCPhase 0x10000 // Useless now -+#define bOFDMTxDACPhase 0x40000 -+#define bXATxAGC 0x3f -+ -+#define bAntennaSelect 0x0300 -+ -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+#define bPAStart 0xf0000000 // Useless now -+#define bTRStart 0x00f00000 -+#define bRFStart 0x0000f000 -+#define bBBStart 0x000000f0 -+#define bBBCCKStart 0x0000000f -+#define bPAEnd 0xf //Reg0x814 -+#define bTREnd 0x0f000000 -+#define bRFEnd 0x000f0000 -+#define bCCAMask 0x000000f0 //T2R -+#define bR2RCCAMask 0x00000f00 -+#define bHSSI_R2TDelay 0xf8000000 -+#define bHSSI_T2RDelay 0xf80000 -+#define bContTxHSSI 0x400 //chane gain at continue Tx -+#define bIGFromCCK 0x200 -+#define bAGCAddress 0x3f -+#define bRxHPTx 0x7000 -+#define bRxHPT2R 0x38000 -+#define bRxHPCCKIni 0xc0000 -+#define bAGCTxCode 0xc00000 -+#define bAGCRxCode 0x300000 -+ -+#define b3WireDataLength 0x800 // Reg 0x820~84f rFPGA0_XA_HSSIParameter1 -+#define b3WireAddressLength 0x400 -+ -+#define b3WireRFPowerDown 0x1 // Useless now -+//#define bHWSISelect 0x8 -+#define b5GPAPEPolarity 0x40000000 -+#define b2GPAPEPolarity 0x80000000 -+#define bRFSW_TxDefaultAnt 0x3 -+#define bRFSW_TxOptionAnt 0x30 -+#define bRFSW_RxDefaultAnt 0x300 -+#define bRFSW_RxOptionAnt 0x3000 -+#define bRFSI_3WireData 0x1 -+#define bRFSI_3WireClock 0x2 -+#define bRFSI_3WireLoad 0x4 -+#define bRFSI_3WireRW 0x8 -+#define bRFSI_3Wire 0xf -+ -+#define bRFSI_RFENV 0x10 // Reg 0x870 rFPGA0_XAB_RFInterfaceSW -+ -+#define bRFSI_TRSW 0x20 // Useless now -+#define bRFSI_TRSWB 0x40 -+#define bRFSI_ANTSW 0x100 -+#define bRFSI_ANTSWB 0x200 -+#define bRFSI_PAPE 0x400 -+#define bRFSI_PAPE5G 0x800 -+#define bBandSelect 0x1 -+#define bHTSIG2_GI 0x80 -+#define bHTSIG2_Smoothing 0x01 -+#define bHTSIG2_Sounding 0x02 -+#define bHTSIG2_Aggreaton 0x08 -+#define bHTSIG2_STBC 0x30 -+#define bHTSIG2_AdvCoding 0x40 -+#define bHTSIG2_NumOfHTLTF 0x300 -+#define bHTSIG2_CRC8 0x3fc -+#define bHTSIG1_MCS 0x7f -+#define bHTSIG1_BandWidth 0x80 -+#define bHTSIG1_HTLength 0xffff -+#define bLSIG_Rate 0xf -+#define bLSIG_Reserved 0x10 -+#define bLSIG_Length 0x1fffe -+#define bLSIG_Parity 0x20 -+#define bCCKRxPhase 0x4 -+ -+#define bLSSIReadAddress 0x7f800000 // T65 RF -+ -+#define bLSSIReadEdge 0x80000000 //LSSI "Read" edge signal -+ -+#define bLSSIReadBackData 0xfffff // T65 RF -+ -+#define bLSSIReadOKFlag 0x1000 // Useless now -+#define bCCKSampleRate 0x8 //0: 44MHz, 1:88MHz -+#define bRegulator0Standby 0x1 -+#define bRegulatorPLLStandby 0x2 -+#define bRegulator1Standby 0x4 -+#define bPLLPowerUp 0x8 -+#define bDPLLPowerUp 0x10 -+#define bDA10PowerUp 0x20 -+#define bAD7PowerUp 0x200 -+#define bDA6PowerUp 0x2000 -+#define bXtalPowerUp 0x4000 -+#define b40MDClkPowerUP 0x8000 -+#define bDA6DebugMode 0x20000 -+#define bDA6Swing 0x380000 -+ -+#define bADClkPhase 0x4000000 // Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ -+ -+#define b80MClkDelay 0x18000000 // Useless -+#define bAFEWatchDogEnable 0x20000000 -+ -+#define bXtalCap01 0xc0000000 // Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap -+#define bXtalCap23 0x3 -+#define bXtalCap92x 0x0f000000 -+#define bXtalCap 0x0f000000 -+ -+#define bIntDifClkEnable 0x400 // Useless -+#define bExtSigClkEnable 0x800 -+#define bBandgapMbiasPowerUp 0x10000 -+#define bAD11SHGain 0xc0000 -+#define bAD11InputRange 0x700000 -+#define bAD11OPCurrent 0x3800000 -+#define bIPathLoopback 0x4000000 -+#define bQPathLoopback 0x8000000 -+#define bAFELoopback 0x10000000 -+#define bDA10Swing 0x7e0 -+#define bDA10Reverse 0x800 -+#define bDAClkSource 0x1000 -+#define bAD7InputRange 0x6000 -+#define bAD7Gain 0x38000 -+#define bAD7OutputCMMode 0x40000 -+#define bAD7InputCMMode 0x380000 -+#define bAD7Current 0xc00000 -+#define bRegulatorAdjust 0x7000000 -+#define bAD11PowerUpAtTx 0x1 -+#define bDA10PSAtTx 0x10 -+#define bAD11PowerUpAtRx 0x100 -+#define bDA10PSAtRx 0x1000 -+#define bCCKRxAGCFormat 0x200 -+#define bPSDFFTSamplepPoint 0xc000 -+#define bPSDAverageNum 0x3000 -+#define bIQPathControl 0xc00 -+#define bPSDFreq 0x3ff -+#define bPSDAntennaPath 0x30 -+#define bPSDIQSwitch 0x40 -+#define bPSDRxTrigger 0x400000 -+#define bPSDTxTrigger 0x80000000 -+#define bPSDSineToneScale 0x7f000000 -+#define bPSDReport 0xffff -+ -+// 3. Page9(0x900) -+#define bOFDMTxSC 0x30000000 // Useless -+#define bCCKTxOn 0x1 -+#define bOFDMTxOn 0x2 -+#define bDebugPage 0xfff //reset debug page and also HWord, LWord -+#define bDebugItem 0xff //reset debug page and LWord -+#define bAntL 0x10 -+#define bAntNonHT 0x100 -+#define bAntHT1 0x1000 -+#define bAntHT2 0x10000 -+#define bAntHT1S1 0x100000 -+#define bAntNonHTS1 0x1000000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+// 5. PageC(0xC00) -+#define bNumOfSTF 0x3 // Useless -+#define bShift_L 0xc0 -+#define bGI_TH 0xc -+#define bRxPathA 0x1 -+#define bRxPathB 0x2 -+#define bRxPathC 0x4 -+#define bRxPathD 0x8 -+#define bTxPathA 0x1 -+#define bTxPathB 0x2 -+#define bTxPathC 0x4 -+#define bTxPathD 0x8 -+#define bTRSSIFreq 0x200 -+#define bADCBackoff 0x3000 -+#define bDFIRBackoff 0xc000 -+#define bTRSSILatchPhase 0x10000 -+#define bRxIDCOffset 0xff -+#define bRxQDCOffset 0xff00 -+#define bRxDFIRMode 0x1800000 -+#define bRxDCNFType 0xe000000 -+#define bRXIQImb_A 0x3ff -+#define bRXIQImb_B 0xfc00 -+#define bRXIQImb_C 0x3f0000 -+#define bRXIQImb_D 0xffc00000 -+#define bDC_dc_Notch 0x60000 -+#define bRxNBINotch 0x1f000000 -+#define bPD_TH 0xf -+#define bPD_TH_Opt2 0xc000 -+#define bPWED_TH 0x700 -+#define bIfMF_Win_L 0x800 -+#define bPD_Option 0x1000 -+#define bMF_Win_L 0xe000 -+#define bBW_Search_L 0x30000 -+#define bwin_enh_L 0xc0000 -+#define bBW_TH 0x700000 -+#define bED_TH2 0x3800000 -+#define bBW_option 0x4000000 -+#define bRatio_TH 0x18000000 -+#define bWindow_L 0xe0000000 -+#define bSBD_Option 0x1 -+#define bFrame_TH 0x1c -+#define bFS_Option 0x60 -+#define bDC_Slope_check 0x80 -+#define bFGuard_Counter_DC_L 0xe00 -+#define bFrame_Weight_Short 0x7000 -+#define bSub_Tune 0xe00000 -+#define bFrame_DC_Length 0xe000000 -+#define bSBD_start_offset 0x30000000 -+#define bFrame_TH_2 0x7 -+#define bFrame_GI2_TH 0x38 -+#define bGI2_Sync_en 0x40 -+#define bSarch_Short_Early 0x300 -+#define bSarch_Short_Late 0xc00 -+#define bSarch_GI2_Late 0x70000 -+#define bCFOAntSum 0x1 -+#define bCFOAcc 0x2 -+#define bCFOStartOffset 0xc -+#define bCFOLookBack 0x70 -+#define bCFOSumWeight 0x80 -+#define bDAGCEnable 0x10000 -+#define bTXIQImb_A 0x3ff -+#define bTXIQImb_B 0xfc00 -+#define bTXIQImb_C 0x3f0000 -+#define bTXIQImb_D 0xffc00000 -+#define bTxIDCOffset 0xff -+#define bTxQDCOffset 0xff00 -+#define bTxDFIRMode 0x10000 -+#define bTxPesudoNoiseOn 0x4000000 -+#define bTxPesudoNoise_A 0xff -+#define bTxPesudoNoise_B 0xff00 -+#define bTxPesudoNoise_C 0xff0000 -+#define bTxPesudoNoise_D 0xff000000 -+#define bCCADropOption 0x20000 -+#define bCCADropThres 0xfff00000 -+#define bEDCCA_H 0xf -+#define bEDCCA_L 0xf0 -+#define bLambda_ED 0x300 -+#define bRxInitialGain 0x7f -+#define bRxAntDivEn 0x80 -+#define bRxAGCAddressForLNA 0x7f00 -+#define bRxHighPowerFlow 0x8000 -+#define bRxAGCFreezeThres 0xc0000 -+#define bRxFreezeStep_AGC1 0x300000 -+#define bRxFreezeStep_AGC2 0xc00000 -+#define bRxFreezeStep_AGC3 0x3000000 -+#define bRxFreezeStep_AGC0 0xc000000 -+#define bRxRssi_Cmp_En 0x10000000 -+#define bRxQuickAGCEn 0x20000000 -+#define bRxAGCFreezeThresMode 0x40000000 -+#define bRxOverFlowCheckType 0x80000000 -+#define bRxAGCShift 0x7f -+#define bTRSW_Tri_Only 0x80 -+#define bPowerThres 0x300 -+#define bRxAGCEn 0x1 -+#define bRxAGCTogetherEn 0x2 -+#define bRxAGCMin 0x4 -+#define bRxHP_Ini 0x7 -+#define bRxHP_TRLNA 0x70 -+#define bRxHP_RSSI 0x700 -+#define bRxHP_BBP1 0x7000 -+#define bRxHP_BBP2 0x70000 -+#define bRxHP_BBP3 0x700000 -+#define bRSSI_H 0x7f0000 //the threshold for high power -+#define bRSSI_Gen 0x7f000000 //the threshold for ant diversity -+#define bRxSettle_TRSW 0x7 -+#define bRxSettle_LNA 0x38 -+#define bRxSettle_RSSI 0x1c0 -+#define bRxSettle_BBP 0xe00 -+#define bRxSettle_RxHP 0x7000 -+#define bRxSettle_AntSW_RSSI 0x38000 -+#define bRxSettle_AntSW 0xc0000 -+#define bRxProcessTime_DAGC 0x300000 -+#define bRxSettle_HSSI 0x400000 -+#define bRxProcessTime_BBPPW 0x800000 -+#define bRxAntennaPowerShift 0x3000000 -+#define bRSSITableSelect 0xc000000 -+#define bRxHP_Final 0x7000000 -+#define bRxHTSettle_BBP 0x7 -+#define bRxHTSettle_HSSI 0x8 -+#define bRxHTSettle_RxHP 0x70 -+#define bRxHTSettle_BBPPW 0x80 -+#define bRxHTSettle_Idle 0x300 -+#define bRxHTSettle_Reserved 0x1c00 -+#define bRxHTRxHPEn 0x8000 -+#define bRxHTAGCFreezeThres 0x30000 -+#define bRxHTAGCTogetherEn 0x40000 -+#define bRxHTAGCMin 0x80000 -+#define bRxHTAGCEn 0x100000 -+#define bRxHTDAGCEn 0x200000 -+#define bRxHTRxHP_BBP 0x1c00000 -+#define bRxHTRxHP_Final 0xe0000000 -+#define bRxPWRatioTH 0x3 -+#define bRxPWRatioEn 0x4 -+#define bRxMFHold 0x3800 -+#define bRxPD_Delay_TH1 0x38 -+#define bRxPD_Delay_TH2 0x1c0 -+#define bRxPD_DC_COUNT_MAX 0x600 -+//#define bRxMF_Hold 0x3800 -+#define bRxPD_Delay_TH 0x8000 -+#define bRxProcess_Delay 0xf0000 -+#define bRxSearchrange_GI2_Early 0x700000 -+#define bRxFrame_Guard_Counter_L 0x3800000 -+#define bRxSGI_Guard_L 0xc000000 -+#define bRxSGI_Search_L 0x30000000 -+#define bRxSGI_TH 0xc0000000 -+#define bDFSCnt0 0xff -+#define bDFSCnt1 0xff00 -+#define bDFSFlag 0xf0000 -+#define bMFWeightSum 0x300000 -+#define bMinIdxTH 0x7f000000 -+#define bDAFormat 0x40000 -+#define bTxChEmuEnable 0x01000000 -+#define bTRSWIsolation_A 0x7f -+#define bTRSWIsolation_B 0x7f00 -+#define bTRSWIsolation_C 0x7f0000 -+#define bTRSWIsolation_D 0x7f000000 -+#define bExtLNAGain 0x7c00 -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+//#define bRxPath1 0x01 -+//#define bRxPath2 0x02 -+//#define bRxPath3 0x04 -+//#define bRxPath4 0x08 -+//#define bTxPath1 0x10 -+//#define bTxPath2 0x20 -+#define bHTDetect 0x100 -+#define bCFOEn 0x10000 -+#define bCFOValue 0xfff00000 -+#define bSigTone_Re 0x3f -+#define bSigTone_Im 0x7f00 -+#define bCounter_CCA 0xffff -+#define bCounter_ParityFail 0xffff0000 -+#define bCounter_RateIllegal 0xffff -+#define bCounter_CRC8Fail 0xffff0000 -+#define bCounter_MCSNoSupport 0xffff -+#define bCounter_FastSync 0xffff -+#define bShortCFO 0xfff -+#define bShortCFOTLength 12 //total -+#define bShortCFOFLength 11 //fraction -+#define bLongCFO 0x7ff -+#define bLongCFOTLength 11 -+#define bLongCFOFLength 11 -+#define bTailCFO 0x1fff -+#define bTailCFOTLength 13 -+#define bTailCFOFLength 12 -+#define bmax_en_pwdB 0xffff -+#define bCC_power_dB 0xffff0000 -+#define bnoise_pwdB 0xffff -+#define bPowerMeasTLength 10 -+#define bPowerMeasFLength 3 -+#define bRx_HT_BW 0x1 -+#define bRxSC 0x6 -+#define bRx_HT 0x8 -+#define bNB_intf_det_on 0x1 -+#define bIntf_win_len_cfg 0x30 -+#define bNB_Intf_TH_cfg 0x1c0 -+#define bRFGain 0x3f -+#define bTableSel 0x40 -+#define bTRSW 0x80 -+#define bRxSNR_A 0xff -+#define bRxSNR_B 0xff00 -+#define bRxSNR_C 0xff0000 -+#define bRxSNR_D 0xff000000 -+#define bSNREVMTLength 8 -+#define bSNREVMFLength 1 -+#define bCSI1st 0xff -+#define bCSI2nd 0xff00 -+#define bRxEVM1st 0xff0000 -+#define bRxEVM2nd 0xff000000 -+#define bSIGEVM 0xff -+#define bPWDB 0xff00 -+#define bSGIEN 0x10000 -+ -+#define bSFactorQAM1 0xf // Useless -+#define bSFactorQAM2 0xf0 -+#define bSFactorQAM3 0xf00 -+#define bSFactorQAM4 0xf000 -+#define bSFactorQAM5 0xf0000 -+#define bSFactorQAM6 0xf0000 -+#define bSFactorQAM7 0xf00000 -+#define bSFactorQAM8 0xf000000 -+#define bSFactorQAM9 0xf0000000 -+#define bCSIScheme 0x100000 -+ -+#define bNoiseLvlTopSet 0x3 // Useless -+#define bChSmooth 0x4 -+#define bChSmoothCfg1 0x38 -+#define bChSmoothCfg2 0x1c0 -+#define bChSmoothCfg3 0xe00 -+#define bChSmoothCfg4 0x7000 -+#define bMRCMode 0x800000 -+#define bTHEVMCfg 0x7000000 -+ -+#define bLoopFitType 0x1 // Useless -+#define bUpdCFO 0x40 -+#define bUpdCFOOffData 0x80 -+#define bAdvUpdCFO 0x100 -+#define bAdvTimeCtrl 0x800 -+#define bUpdClko 0x1000 -+#define bFC 0x6000 -+#define bTrackingMode 0x8000 -+#define bPhCmpEnable 0x10000 -+#define bUpdClkoLTF 0x20000 -+#define bComChCFO 0x40000 -+#define bCSIEstiMode 0x80000 -+#define bAdvUpdEqz 0x100000 -+#define bUChCfg 0x7000000 -+#define bUpdEqz 0x8000000 -+ -+//Rx Pseduo noise -+#define bRxPesudoNoiseOn 0x20000000 // Useless -+#define bRxPesudoNoise_A 0xff -+#define bRxPesudoNoise_B 0xff00 -+#define bRxPesudoNoise_C 0xff0000 -+#define bRxPesudoNoise_D 0xff000000 -+#define bPesudoNoiseState_A 0xffff -+#define bPesudoNoiseState_B 0xffff0000 -+#define bPesudoNoiseState_C 0xffff -+#define bPesudoNoiseState_D 0xffff0000 -+ -+//7. RF Register -+//Zebra1 -+#define bZebra1_HSSIEnable 0x8 // Useless -+#define bZebra1_TRxControl 0xc00 -+#define bZebra1_TRxGainSetting 0x07f -+#define bZebra1_RxCorner 0xc00 -+#define bZebra1_TxChargePump 0x38 -+#define bZebra1_RxChargePump 0x7 -+#define bZebra1_ChannelNum 0xf80 -+#define bZebra1_TxLPFBW 0x400 -+#define bZebra1_RxLPFBW 0x600 -+ -+//Zebra4 -+#define bRTL8256RegModeCtrl1 0x100 // Useless -+#define bRTL8256RegModeCtrl0 0x40 -+#define bRTL8256_TxLPFBW 0x18 -+#define bRTL8256_RxLPFBW 0x600 -+ -+//RTL8258 -+#define bRTL8258_TxLPFBW 0xc // Useless -+#define bRTL8258_RxLPFBW 0xc00 -+#define bRTL8258_RSSILPFBW 0xc0 -+ -+ -+// -+// Other Definition -+// -+ -+//byte endable for sb_write -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+ -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+#define LeftAntenna 0x0 // Useless -+#define RightAntenna 0x1 -+ -+#define tCheckTxStatus 500 //500ms // Useless -+#define tUpdateRxCounter 100 //100ms -+ -+#define rateCCK 0 // Useless -+#define rateOFDM 1 -+#define rateHT 2 -+ -+//define Register-End -+#define bPMAC_End 0x1ff // Useless -+#define bFPGAPHY0_End 0x8ff -+#define bFPGAPHY1_End 0x9ff -+#define bCCKPHY0_End 0xaff -+#define bOFDMPHY0_End 0xcff -+#define bOFDMPHY1_End 0xdff -+ -+//define max debug item in each debug page -+//#define bMaxItem_FPGA_PHY0 0x9 -+//#define bMaxItem_FPGA_PHY1 0x3 -+//#define bMaxItem_PHY_11B 0x16 -+//#define bMaxItem_OFDM_PHY0 0x29 -+//#define bMaxItem_OFDM_PHY1 0x0 -+ -+#define bPMACControl 0x0 // Useless -+#define bWMACControl 0x1 -+#define bWNICControl 0x2 -+ -+#define PathA 0x0 // Useless -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8723BPwrSeq.h linux/3rdparty/rtl8812au/include/Hal8723BPwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8723BPwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8723BPwrSeq.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,233 @@ -+#ifndef REALTEK_POWER_SEQUENCE_8723B -+#define REALTEK_POWER_SEQUENCE_8723B -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WM-20130815-JackieLau-RTL8723B_Power_Architecture v08.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS 26 -+#define RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS 15 -+#define RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS 15 -+#define RTL8723B_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS 15 -+#define RTL8723B_TRANS_PDN_TO_CARDEMU_STEPS 15 -+#define RTL8723B_TRANS_ACT_TO_LPS_STEPS 15 -+#define RTL8723B_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8723B_TRANS_ACT_TO_SWLPS_STEPS 22 -+#define RTL8723B_TRANS_SWLPS_TO_ACT_STEPS 15 -+#define RTL8723B_TRANS_END_STEPS 1 -+ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*0x20[0] = 1b'1 enable LDOA12 MACRO block for all interface*/ \ -+ {0x0067, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x67[0] = 0 to disable BT_GPS_SEL pins*/ \ -+ {0x0001, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 1, PWRSEQ_DELAY_MS},/*Delay 1ms*/ \ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, 0}, /*0x00[5] = 1b'0 release analog Ips to digital ,1:isolation*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3|BIT2), 0},/* disable SW LPS 0x04[10]=0 and WLSUS_EN 0x04[11]=0*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0 , BIT0},/* Disable USB suspend */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0 , 0},/* Enable USB suspend */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3), 0},/* disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ \ -+ {0x0010, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/* Enable WL control XTAL setting*/ \ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable falling edge triggering interrupt*/\ -+ {0x0063, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable GPIO9 interrupt mode*/\ -+ {0x0062, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Enable GPIO9 input mode*/\ -+ {0x0058, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*Enable HSISR GPIO[C:0] interrupt*/\ -+ {0x005A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable HSISR GPIO9 interrupt*/\ -+ {0x0068, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3},/*For GPIO9 internal pull high setting by test chip*/\ -+ {0x0069, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/*For GPIO9 internal pull high setting*/\ -+ -+ -+#define RTL8723B_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Enable rising edge triggering interrupt*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ {0x0010, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, 0},/* Enable BT control XTAL setting*/\ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5}, /*0x00[5] = 1b'1 analog Ips to digital ,1:isolation*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x20[0] = 1b'0 disable LDOA12 MACRO block*/\ -+ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4|BIT3, (BIT4|BIT3)}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SDIO SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3|BIT4}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8723B_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07=0x20 , SOP option to disable BG/MB*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2}, /*0x04[10] = 1, enable SW LPS*/ \ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 1}, /*0x48[16] = 1 to enable GPIO9 as EXT WAKEUP*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8723B_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x48[16] = 0 to disable GPIO9 as EXT WAKEUP*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*PCIe DMA start*/ -+ -+ -+#define RTL8723B_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK|PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8723B_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8723B_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ -+ -+#define RTL8723B_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/\ -+ {0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6|BIT7, 0}, /*. 0x29[7:6] = 2b'00 enable BB clock*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+ -+ #define RTL8723B_TRANS_ACT_TO_SWLPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0194, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*enable 32 K source*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 1},/*CCK and OFDM are enable*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 1},/*CCK and OFDM are enable*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x3F},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*disable security engine*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x40},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*reset dual TSF*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/*Reset CPU*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*Reset MCUFWDL register*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*Reset CPU IO Wrapper*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 1},/*Reset CPU IO Wrapper*/ \ -+ {0x0287, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*polling RXFF packet number = 0 */ \ -+ {0x0286, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/*polling RXDMA idle */ \ -+ {0x013D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*Clear FW RPWM interrupt */\ -+ {0x0139, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*Set FW RPWM interrupt source*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4},/*switch TSF to 32K*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/*polling TSF stable*/\ -+ {0x0090, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*Set FW LPS*/ \ -+ {0x0090, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/*polling FW LPS ready */ -+ -+ -+#define RTL8723B_TRANS_SWLPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0},/*switch TSF to 32K*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/*polling TSF stable*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1, enable security engine*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x06B7, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x09}, /*. reset MAC rx state machine*/\ -+ {0x06B4, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x86}, /*. reset MAC rx state machine*/\ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/* set CPU RAM code ready*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*Reset CPU IO Wrapper*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/* Enable CPU*/ \ -+ {0x001D, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*enable CPU IO Wrapper*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2},/* Enable CPU*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, BIT7},/*polling FW init ready */ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT6, BIT6},/*polling FW init ready */ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8723B_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_radio_off_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_card_disable_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_card_enable_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_suspend_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_resume_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_SUS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_hwpdn_flow[RTL8723B_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723B_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_enter_lps_flow[RTL8723B_TRANS_ACT_TO_LPS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_leave_lps_flow[RTL8723B_TRANS_LPS_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_enter_swlps_flow[RTL8723B_TRANS_ACT_TO_SWLPS_STEPS+RTL8723B_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723B_leave_swlps_flow[RTL8723B_TRANS_SWLPS_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS]; -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8723PwrSeq.h linux/3rdparty/rtl8812au/include/Hal8723PwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8723PwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8723PwrSeq.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,170 @@ -+#ifndef __HAL8723PWRSEQ_H__ -+#define __HAL8723PWRSEQ_H__ -+/* -+ Check document WM-20110607-Paul-RTL8723A_Power_Architecture-R02.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#include "HalPwrSeqCmd.h" -+ -+#define RTL8723A_TRANS_CARDEMU_TO_ACT_STEPS 15 -+#define RTL8723A_TRANS_ACT_TO_CARDEMU_STEPS 15 -+#define RTL8723A_TRANS_CARDEMU_TO_SUS_STEPS 15 -+#define RTL8723A_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8723A_TRANS_CARDEMU_TO_PDN_STEPS 15 -+#define RTL8723A_TRANS_PDN_TO_CARDEMU_STEPS 15 -+#define RTL8723A_TRANS_ACT_TO_LPS_STEPS 15 -+#define RTL8723A_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8723A_TRANS_END_STEPS 1 -+ -+ -+#define RTL8723A_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*0x20[0] = 1b'1 enable LDOA12 MACRO block for all interface*/ \ -+ {0x0067, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x67[0] = 0 to disable BT_GPS_SEL pins*/ \ -+ {0x0001, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 1, PWRSEQ_DELAY_MS},/*Delay 1ms*/ \ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, 0}, /*0x00[5] = 1b'0 release analog Ips to digital ,1:isolation*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/* disable SW LPS 0x04[10]=0*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3), 0},/* disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ \ -+ {0x004E, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 1},/*0x4C[23] = 0x4E[7] = 1, switch DPDT_SEL_P output from WL BB */\ -+ -+#define RTL8723A_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x004E, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/*0x4C[23] = 0x4E[7] = 0, switch DPDT_SEL_P output from register 0x65[2] */\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5}, /*0x00[5] = 1b'1 analog Ips to digital ,1:isolation*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x20[0] = 1b'0 disable LDOA12 MACRO block*/ \ -+ -+ -+#define RTL8723A_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4|BIT3, (BIT4|BIT3)}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SDIO SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3|BIT4}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8723A_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8723A_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07=0x20 , SOP option to disable BG/MB*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2}, /*0x04[10] = 1, enable SW LPS*/ \ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 1}, /*0x48[16] = 1 to enable GPIO9 as EXT WAKEUP*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8723A_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x48[16] = 0 to disable GPIO9 as EXT WAKEUP*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*PCIe DMA start*/ -+ -+ -+#define RTL8723A_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK|PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8723A_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8723A_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ -+ -+#define RTL8723A_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/\ -+ {0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6|BIT7, 0}, /*. 0x29[7:6] = 2b'00 enable BB clock*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8723A_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8723A_power_on_flow[RTL8723A_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_radio_off_flow[RTL8723A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_card_disable_flow[RTL8723A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_card_enable_flow[RTL8723A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_suspend_flow[RTL8723A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_resume_flow[RTL8723A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_hwpdn_flow[RTL8723A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8723A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_enter_lps_flow[RTL8723A_TRANS_ACT_TO_LPS_STEPS+RTL8723A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8723A_leave_lps_flow[RTL8723A_TRANS_LPS_TO_ACT_STEPS+RTL8723A_TRANS_END_STEPS]; -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8812PhyCfg.h linux/3rdparty/rtl8812au/include/Hal8812PhyCfg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8812PhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8812PhyCfg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,165 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8812PHYCFG_H__ -+#define __INC_HAL8812PHYCFG_H__ -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 //us -+#define AntennaDiversityValue 0x80 //(Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+ -+#ifdef CONFIG_PCI_HCI -+#define MAX_AGGR_NUM 0x0B -+#else -+#define MAX_AGGR_NUM 0x07 -+#endif // CONFIG_PCI_HCI -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+ -+/* BB/RF related */ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+ -+/*------------------------Export global variable----------------------------*/ -+/*------------------------Export global variable----------------------------*/ -+ -+ -+/*------------------------Export Marco Definition---------------------------*/ -+/*------------------------Export Marco Definition---------------------------*/ -+ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+// -+// BB and RF register read/write -+// -+u32 PHY_QueryBBReg8812( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+void PHY_SetBBReg8812( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+u32 PHY_QueryRFReg8812( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+void PHY_SetRFReg8812( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+ -+// -+// Initialization related function -+// -+/* MAC/BB/RF HAL config */ -+int PHY_MACConfig8812(IN PADAPTER Adapter ); -+int PHY_BBConfig8812(IN PADAPTER Adapter ); -+void PHY_BB8812_Config_1T(IN PADAPTER Adapter ); -+int PHY_RFConfig8812(IN PADAPTER Adapter ); -+ -+/* RF config */ -+ -+s32 -+PHY_SwitchWirelessBand8812( -+ IN PADAPTER Adapter, -+ IN u8 Band -+); -+ -+// -+// BB TX Power R/W -+// -+void PHY_GetTxPowerLevel8812( IN PADAPTER Adapter, OUT s32* powerlevel ); -+void PHY_SetTxPowerLevel8812( IN PADAPTER Adapter, IN u8 Channel ); -+ -+BOOLEAN PHY_UpdateTxPowerDbm8812( IN PADAPTER Adapter, IN int powerInDbm ); -+u8 PHY_GetTxPowerIndex_8812A( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+u32 PHY_GetTxBBSwing_8812A( -+ IN PADAPTER Adapter, -+ IN BAND_TYPE Band, -+ IN u8 RFPath -+ ); -+ -+VOID -+PHY_SetTxPowerIndex_8812A( -+ IN PADAPTER Adapter, -+ IN u4Byte PowerIndex, -+ IN u1Byte RFPath, -+ IN u1Byte Rate -+ ); -+ -+// -+// Switch bandwidth for 8192S -+// -+VOID -+PHY_SetBWMode8812( -+ IN PADAPTER pAdapter, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset -+); -+ -+// -+// channel switch related funciton -+// -+VOID -+PHY_SwChnl8812( -+ IN PADAPTER Adapter, -+ IN u8 channel -+); -+ -+ -+VOID -+PHY_SetSwChnlBWMode8812( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+); -+ -+// -+// BB/MAC/RF other monitor API -+// -+ -+VOID -+PHY_SetRFPathSwitch_8812A( -+ IN PADAPTER pAdapter, -+ IN BOOLEAN bMain -+); -+ -+/*--------------------------Exported Function prototype---------------------*/ -+#endif // __INC_HAL8192CPHYCFG_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8812PhyReg.h linux/3rdparty/rtl8812au/include/Hal8812PhyReg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8812PhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8812PhyReg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,739 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8812PHYREG_H__ -+#define __INC_HAL8812PHYREG_H__ -+/*--------------------------Define Parameters-------------------------------*/ -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+// BB Register Definition -+ -+#define rCCAonSec_Jaguar 0x838 -+#define rPwed_TH_Jaguar 0x830 -+ -+// BW and sideband setting -+#define rBWIndication_Jaguar 0x834 -+#define rL1PeakTH_Jaguar 0x848 -+#define rFPGA0_XA_LSSIReadBack 0x8a0 /*Tranceiver LSSI Readback*/ -+#define rRFMOD_Jaguar 0x8ac //RF mode -+#define rADC_Buf_Clk_Jaguar 0x8c4 -+#define rRFECTRL_Jaguar 0x900 -+#define bRFMOD_Jaguar 0xc3 -+#define rCCK_System_Jaguar 0xa00 // for cck sideband -+#define bCCK_System_Jaguar 0x10 -+ -+// Block & Path enable -+#define rOFDMCCKEN_Jaguar 0x808 // OFDM/CCK block enable -+#define bOFDMEN_Jaguar 0x20000000 -+#define bCCKEN_Jaguar 0x10000000 -+#define rRxPath_Jaguar 0x808 // Rx antenna -+#define bRxPath_Jaguar 0xff -+#define rTxPath_Jaguar 0x80c // Tx antenna -+#define bTxPath_Jaguar 0x0fffffff -+#define rCCK_RX_Jaguar 0xa04 // for cck rx path selection -+#define bCCK_RX_Jaguar 0x0c000000 -+#define rVhtlen_Use_Lsig_Jaguar 0x8c3 // Use LSIG for VHT length -+ -+// RF read/write-related -+#define rHSSIRead_Jaguar 0x8b0 // RF read addr -+#define bHSSIRead_addr_Jaguar 0xff -+#define bHSSIRead_trigger_Jaguar 0x100 -+#define rA_PIRead_Jaguar 0xd04 // RF readback with PI -+#define rB_PIRead_Jaguar 0xd44 // RF readback with PI -+#define rA_SIRead_Jaguar 0xd08 // RF readback with SI -+#define rB_SIRead_Jaguar 0xd48 // RF readback with SI -+#define rRead_data_Jaguar 0xfffff -+#define rA_LSSIWrite_Jaguar 0xc90 // RF write addr -+#define rB_LSSIWrite_Jaguar 0xe90 // RF write addr -+#define bLSSIWrite_data_Jaguar 0x000fffff -+#define bLSSIWrite_addr_Jaguar 0x0ff00000 -+ -+ -+ -+// YN: mask the following register definition temporarily -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+//#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+//#define rFPGA0_XCD_RFParameter 0x87c -+ -+//#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+//#define rFPGA0_AnalogParameter2 0x884 -+//#define rFPGA0_AnalogParameter3 0x888 -+//#define rFPGA0_AdDaClockEn 0x888 // enable ad/da clock1 for dual-phy -+//#define rFPGA0_AnalogParameter4 0x88c -+ -+ -+// CCK TX scaling -+#define rCCK_TxFilter1_Jaguar 0xa20 -+#define bCCK_TxFilter1_C0_Jaguar 0x00ff0000 -+#define bCCK_TxFilter1_C1_Jaguar 0xff000000 -+#define rCCK_TxFilter2_Jaguar 0xa24 -+#define bCCK_TxFilter2_C2_Jaguar 0x000000ff -+#define bCCK_TxFilter2_C3_Jaguar 0x0000ff00 -+#define bCCK_TxFilter2_C4_Jaguar 0x00ff0000 -+#define bCCK_TxFilter2_C5_Jaguar 0xff000000 -+#define rCCK_TxFilter3_Jaguar 0xa28 -+#define bCCK_TxFilter3_C6_Jaguar 0x000000ff -+#define bCCK_TxFilter3_C7_Jaguar 0x0000ff00 -+ -+ -+// YN: mask the following register definition temporarily -+//#define rPdp_AntA 0xb00 -+//#define rPdp_AntA_4 0xb04 -+//#define rConfig_Pmpd_AntA 0xb28 -+//#define rConfig_AntA 0xb68 -+//#define rConfig_AntB 0xb6c -+//#define rPdp_AntB 0xb70 -+//#define rPdp_AntB_4 0xb74 -+//#define rConfig_Pmpd_AntB 0xb98 -+//#define rAPK 0xbd8 -+ -+// RXIQC -+#define rA_RxIQC_AB_Jaguar 0xc10 //RxIQ imblance matrix coeff. A & B -+#define rA_RxIQC_CD_Jaguar 0xc14 //RxIQ imblance matrix coeff. C & D -+#define rA_TxScale_Jaguar 0xc1c // Pah_A TX scaling factor -+#define rB_TxScale_Jaguar 0xe1c // Path_B TX scaling factor -+#define rB_RxIQC_AB_Jaguar 0xe10 //RxIQ imblance matrix coeff. A & B -+#define rB_RxIQC_CD_Jaguar 0xe14 //RxIQ imblance matrix coeff. C & D -+#define b_RxIQC_AC_Jaguar 0x02ff // bit mask for IQC matrix element A & C -+#define b_RxIQC_BD_Jaguar 0x02ff0000 // bit mask for IQC matrix element A & C -+ -+ -+// DIG-related -+#define rA_IGI_Jaguar 0xc50 // Initial Gain for path-A -+#define rB_IGI_Jaguar 0xe50 // Initial Gain for path-B -+#define rOFDM_FalseAlarm1_Jaguar 0xf48 // counter for break -+#define rOFDM_FalseAlarm2_Jaguar 0xf4c // counter for spoofing -+#define rCCK_FalseAlarm_Jaguar 0xa5c // counter for cck false alarm -+#define b_FalseAlarm_Jaguar 0xffff -+#define rCCK_CCA_Jaguar 0xa08 // cca threshold -+#define bCCK_CCA_Jaguar 0x00ff0000 -+ -+// Tx Power Ttraining-related -+#define rA_TxPwrTraing_Jaguar 0xc54 -+#define rB_TxPwrTraing_Jaguar 0xe54 -+ -+// Report-related -+#define rOFDM_ShortCFOAB_Jaguar 0xf60 -+#define rOFDM_LongCFOAB_Jaguar 0xf64 -+#define rOFDM_EndCFOAB_Jaguar 0xf70 -+#define rOFDM_AGCReport_Jaguar 0xf84 -+#define rOFDM_RxSNR_Jaguar 0xf88 -+#define rOFDM_RxEVMCSI_Jaguar 0xf8c -+#define rOFDM_SIGReport_Jaguar 0xf90 -+ -+// Misc functions -+#define rEDCCA_Jaguar 0x8a4 // EDCCA -+#define bEDCCA_Jaguar 0xffff -+#define rAGC_table_Jaguar 0x82c // AGC tabel select -+#define bAGC_table_Jaguar 0x3 -+#define b_sel5g_Jaguar 0x1000 // sel5g -+#define b_LNA_sw_Jaguar 0x8000 // HW/WS control for LNA -+#define rFc_area_Jaguar 0x860 // fc_area -+#define bFc_area_Jaguar 0x1ffe000 -+#define rSingleTone_ContTx_Jaguar 0x914 -+ -+// RFE -+#define rA_RFE_Pinmux_Jaguar 0xcb0 // Path_A RFE cotrol pinmux -+#define rB_RFE_Pinmux_Jaguar 0xeb0 // Path_B RFE control pinmux -+#define rA_RFE_Inv_Jaguar 0xcb4 // Path_A RFE cotrol -+#define rB_RFE_Inv_Jaguar 0xeb4 // Path_B RFE control -+#define rA_RFE_Jaguar 0xcb8 // Path_A RFE cotrol -+#define rB_RFE_Jaguar 0xeb8 // Path_B RFE control -+#define r_ANTSEL_SW_Jaguar 0x900 // ANTSEL SW Control -+#define bMask_RFEInv_Jaguar 0x3ff00000 -+#define bMask_AntselPathFollow_Jaguar 0x00030000 -+ -+// TX AGC -+#define rTxAGC_A_CCK11_CCK1_JAguar 0xc20 -+#define rTxAGC_A_Ofdm18_Ofdm6_JAguar 0xc24 -+#define rTxAGC_A_Ofdm54_Ofdm24_JAguar 0xc28 -+#define rTxAGC_A_MCS3_MCS0_JAguar 0xc2c -+#define rTxAGC_A_MCS7_MCS4_JAguar 0xc30 -+#define rTxAGC_A_MCS11_MCS8_JAguar 0xc34 -+#define rTxAGC_A_MCS15_MCS12_JAguar 0xc38 -+#define rTxAGC_A_Nss1Index3_Nss1Index0_JAguar 0xc3c -+#define rTxAGC_A_Nss1Index7_Nss1Index4_JAguar 0xc40 -+#define rTxAGC_A_Nss2Index1_Nss1Index8_JAguar 0xc44 -+#define rTxAGC_A_Nss2Index5_Nss2Index2_JAguar 0xc48 -+#define rTxAGC_A_Nss2Index9_Nss2Index6_JAguar 0xc4c -+#define rTxAGC_B_CCK11_CCK1_JAguar 0xe20 -+#define rTxAGC_B_Ofdm18_Ofdm6_JAguar 0xe24 -+#define rTxAGC_B_Ofdm54_Ofdm24_JAguar 0xe28 -+#define rTxAGC_B_MCS3_MCS0_JAguar 0xe2c -+#define rTxAGC_B_MCS7_MCS4_JAguar 0xe30 -+#define rTxAGC_B_MCS11_MCS8_JAguar 0xe34 -+#define rTxAGC_B_MCS15_MCS12_JAguar 0xe38 -+#define rTxAGC_B_Nss1Index3_Nss1Index0_JAguar 0xe3c -+#define rTxAGC_B_Nss1Index7_Nss1Index4_JAguar 0xe40 -+#define rTxAGC_B_Nss2Index1_Nss1Index8_JAguar 0xe44 -+#define rTxAGC_B_Nss2Index5_Nss2Index2_JAguar 0xe48 -+#define rTxAGC_B_Nss2Index9_Nss2Index6_JAguar 0xe4c -+#define bTxAGC_byte0_Jaguar 0xff -+#define bTxAGC_byte1_Jaguar 0xff00 -+#define bTxAGC_byte2_Jaguar 0xff0000 -+#define bTxAGC_byte3_Jaguar 0xff000000 -+ -+// IQK YN: temporaily mask this part -+//#define rFPGA0_IQK 0xe28 -+//#define rTx_IQK_Tone_A 0xe30 -+//#define rRx_IQK_Tone_A 0xe34 -+//#define rTx_IQK_PI_A 0xe38 -+//#define rRx_IQK_PI_A 0xe3c -+ -+//#define rTx_IQK 0xe40 -+//#define rRx_IQK 0xe44 -+//#define rIQK_AGC_Pts 0xe48 -+//#define rIQK_AGC_Rsp 0xe4c -+//#define rTx_IQK_Tone_B 0xe50 -+//#define rRx_IQK_Tone_B 0xe54 -+//#define rTx_IQK_PI_B 0xe58 -+//#define rRx_IQK_PI_B 0xe5c -+//#define rIQK_AGC_Cont 0xe60 -+ -+ -+// AFE-related -+#define rA_AFEPwr1_Jaguar 0xc60 // dynamic AFE power control -+#define rA_AFEPwr2_Jaguar 0xc64 // dynamic AFE power control -+#define rA_Rx_WaitCCA_Tx_CCKRFON_Jaguar 0xc68 -+#define rA_Tx_CCKBBON_OFDMRFON_Jaguar 0xc6c -+#define rA_Tx_OFDMBBON_Tx2Rx_Jaguar 0xc70 -+#define rA_Tx2Tx_RXCCK_Jaguar 0xc74 -+#define rA_Rx_OFDM_WaitRIFS_Jaguar 0xc78 -+#define rA_Rx2Rx_BT_Jaguar 0xc7c -+#define rA_sleep_nav_Jaguar 0xc80 -+#define rA_pmpd_Jaguar 0xc84 -+#define rB_AFEPwr1_Jaguar 0xe60 // dynamic AFE power control -+#define rB_AFEPwr2_Jaguar 0xe64 // dynamic AFE power control -+#define rB_Rx_WaitCCA_Tx_CCKRFON_Jaguar 0xe68 -+#define rB_Tx_CCKBBON_OFDMRFON_Jaguar 0xe6c -+#define rB_Tx_OFDMBBON_Tx2Rx_Jaguar 0xe70 -+#define rB_Tx2Tx_RXCCK_Jaguar 0xe74 -+#define rB_Rx_OFDM_WaitRIFS_Jaguar 0xe78 -+#define rB_Rx2Rx_BT_Jaguar 0xe7c -+#define rB_sleep_nav_Jaguar 0xe80 -+#define rB_pmpd_Jaguar 0xe84 -+ -+ -+// YN: mask these registers temporaily -+//#define rTx_Power_Before_IQK_A 0xe94 -+//#define rTx_Power_After_IQK_A 0xe9c -+ -+//#define rRx_Power_Before_IQK_A 0xea0 -+//#define rRx_Power_Before_IQK_A_2 0xea4 -+//#define rRx_Power_After_IQK_A 0xea8 -+//#define rRx_Power_After_IQK_A_2 0xeac -+ -+//#define rTx_Power_Before_IQK_B 0xeb4 -+//#define rTx_Power_After_IQK_B 0xebc -+ -+//#define rRx_Power_Before_IQK_B 0xec0 -+//#define rRx_Power_Before_IQK_B_2 0xec4 -+//#define rRx_Power_After_IQK_B 0xec8 -+//#define rRx_Power_After_IQK_B_2 0xecc -+ -+ -+// RSSI Dump -+#define rA_RSSIDump_Jaguar 0xBF0 -+#define rB_RSSIDump_Jaguar 0xBF1 -+#define rS1_RXevmDump_Jaguar 0xBF4 -+#define rS2_RXevmDump_Jaguar 0xBF5 -+#define rA_RXsnrDump_Jaguar 0xBF6 -+#define rB_RXsnrDump_Jaguar 0xBF7 -+#define rA_CfoShortDump_Jaguar 0xBF8 -+#define rB_CfoShortDump_Jaguar 0xBFA -+#define rA_CfoLongDump_Jaguar 0xBEC -+#define rB_CfoLongDump_Jaguar 0xBEE -+ -+ -+// RF Register -+// -+#define RF_AC_Jaguar 0x00 // -+#define RF_RF_Top_Jaguar 0x07 // -+#define RF_TXLOK_Jaguar 0x08 // -+#define RF_TXAPK_Jaguar 0x0B -+#define RF_CHNLBW_Jaguar 0x18 // RF channel and BW switch -+#define RF_RCK1_Jaguar 0x1c // -+#define RF_RCK2_Jaguar 0x1d -+#define RF_RCK3_Jaguar 0x1e -+#define RF_ModeTableAddr 0x30 -+#define RF_ModeTableData0 0x31 -+#define RF_ModeTableData1 0x32 -+#define RF_TxLCTank_Jaguar 0x54 -+#define RF_APK_Jaguar 0x63 -+#define RF_LCK 0xB4 -+#define RF_WeLut_Jaguar 0xEF -+ -+#define bRF_CHNLBW_MOD_AG_Jaguar 0x70300 -+#define bRF_CHNLBW_BW 0xc00 -+ -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+#define RF_IPA_A 0x0C // -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_RCK_OS 0x30 // RF TX PA control -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+#define RF_0x52 0x52 -+#define RF_WE_LUT 0xEF -+ -+#define RF_TX_GAIN_OFFSET_8812A(_val) ((abs((_val)) << 1) | (((_val) > 0) ? BIT0 : 0)) -+#define RF_TX_GAIN_OFFSET_8821A(_val) ((abs((_val)) << 1) | (((_val) > 0) ? BIT0 : 0)) -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 -+#define rFPGA0_AdDaClockEn 0x888 // enable ad/da clock1 for dual-phy -+#define rFPGA0_AnalogParameter4 0x88c -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XCD_RFPara 0x8b4 -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+ -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+ -+// -+// PageA(0xA00) -+// -+#define rCCK0_System 0xa00 -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+ -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rConfig_Pmpd_AntB 0xb98 -+#define rAPK 0xbd8 -+ -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+ -+ -+// -+// Other Definition -+// -+ -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+//byte endable for srwrite -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8812PwrSeq.h linux/3rdparty/rtl8812au/include/Hal8812PwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8812PwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8812PwrSeq.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,210 @@ -+ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL8812PWRSEQ_H__ -+#define __HAL8812PWRSEQ_H__ -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WB-110628-DZ-RTL8195 (Jaguar) Power Architecture-R04.pdf -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8812_TRANS_CARDEMU_TO_ACT_STEPS 15 -+#define RTL8812_TRANS_ACT_TO_CARDEMU_STEPS 15 -+#define RTL8812_TRANS_CARDEMU_TO_SUS_STEPS 15 -+#define RTL8812_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8812_TRANS_CARDEMU_TO_PDN_STEPS 15 -+#define RTL8812_TRANS_PDN_TO_CARDEMU_STEPS 15 -+#define RTL8812_TRANS_ACT_TO_LPS_STEPS 15 -+#define RTL8812_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8812_TRANS_END_STEPS 1 -+ -+ -+#define RTL8812_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/* disable SW LPS 0x04[10]=0*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ /*{0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0}, disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, 0},/* disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ -+ -+#define RTL8812_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0c00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xc00[7:0] = 4 turn off 3-wire */ \ -+ {0x0e00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xe00[7:0] = 4 turn off 3-wire */ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /* 0x2[0] = 0 RESET BB, CLOSE RF */ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* Whole BB is reset*/ \ -+ /*{0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},//0x1F[7:0] = 0 turn off RF*/ \ -+ /*{0x004E, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},//0x4C[23] = 0x4E[7] = 0, switch DPDT_SEL_P output from register 0x65[2] */ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x2A}, /* 0x07[7:0] = 0x28 sps pwm mode 0x2a for BT coex*/ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x02, 0},/*0x8[1] = 0 ANA clk =500k */ \ -+ /*{0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0|BIT1, 0}, // 0x02[1:0] = 0 reset BB */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ -+ -+#define RTL8812_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0042, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xF0, 0xcc},\ -+ {0x0042, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xF0, 0xEC},\ -+ {0x0043, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x07},/* gpio11 input mode, gpio10~8 output mode */ \ -+ {0x0045, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio 0~7 output same value as input ?? */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xff},/* gpio0~7 output mode */ \ -+ {0x0047, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/* 0x47[7:0] = 00 gpio mode */ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/* suspend option all off */ \ -+ {0x0014, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x80, BIT7},/*0x14[7] = 1 turn on ZCD */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x01, BIT0},/* 0x15[0] =1 trun on ZCD */ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x10, BIT4},/*0x23[4] = 1 hpon LDO sleep mode */ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x02, 0},/*0x8[1] = 0 ANA clk =500k */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3}, /*0x04[11] = 2b'11 enable WL suspend for PCIe*/ -+ -+#define RTL8812_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, 0}, /*0x04[11] = 2b'01enable WL suspend*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x10, 0},/*0x23[4] = 0 hpon LDO sleep mode leave */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x01, 0},/* 0x15[0] =0 trun off ZCD */ \ -+ {0x0014, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x80, 0},/*0x14[7] = 0 turn off ZCD */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio0~7 input mode */ \ -+ {0x0043, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio11 input mode, gpio10~8 input mode */ -+ -+#define RTL8812_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ /**{0x0194, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, //0x194[0]=0 , disable 32K clock*/ \ -+ /**{0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x94}, //0x93=0x94 , 90[30] =0 enable 500k ANA clock .switch clock from 12M to 500K , 90 [26] =0 disable EEprom loader clock*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0}, /*0x03[2] = 0, reset 8051*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x05}, /*0x80=05h if reload fw, fill the default value of host_CPU handshake field*/ \ -+ {0x0042, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xF0, 0xcc},\ -+ {0x0042, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xF0, 0xEC},\ -+ {0x0043, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x07},/* gpio11 input mode, gpio10~8 output mode */ \ -+ {0x0045, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio 0~7 output same value as input ?? */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xff},/* gpio0~7 output mode */ \ -+ {0x0047, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/* 0x47[7:0] = 00 gpio mode */ \ -+ {0x0014, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x80, BIT7},/*0x14[7] = 1 turn on ZCD */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x01, BIT0},/* 0x15[0] =1 trun on ZCD */ \ -+ {0x0012, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x01, 0},/*0x12[0] = 0 force PFM mode */ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x10, BIT4},/*0x23[4] = 1 hpon LDO sleep mode */ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x02, 0},/*0x8[1] = 0 ANA clk =500k */ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07=0x20 , SOP option to disable BG/MB*/ \ -+ {0x001f, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /*0x01f[1]=0 , disable RFC_0 control REG_RF_CTRL_8812 */ \ -+ {0x0076, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /*0x076[1]=0 , disable RFC_1 control REG_OPT_CTRL_8812 +2 */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3}, /*0x04[11] = 2b'01 enable WL suspend*/ -+ -+#define RTL8812_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0012, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*0x12[0] = 1 force PWM mode */ \ -+ {0x0014, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x80, 0},/*0x14[7] = 0 turn off ZCD */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x01, 0},/* 0x15[0] =0 trun off ZCD */ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x10, 0},/*0x23[4] = 0 hpon LDO leave sleep mode */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio0~7 input mode */ \ -+ {0x0043, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio11 input mode, gpio10~8 input mode */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0}, /*0x04[10] = 0, enable SW LPS PCIE only*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, 0}, /*0x04[11] = 2b'01enable WL suspend*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2}, /*0x03[2] = 1, enable 8051*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*PCIe DMA start*/ -+ -+ -+#define RTL8812_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8812_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8812_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x7F},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0c00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xc00[7:0] = 4 turn off 3-wire */ \ -+ {0x0e00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xe00[7:0] = 4 turn off 3-wire */ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated,and RF closed*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ -+ -+ -+#define RTL8812_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/ \ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/ \ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/ \ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/ \ -+ {0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6|BIT7, 0}, /*. 0x29[7:6] = 2b'00 enable BB clock*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8812_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8812_power_on_flow[RTL8812_TRANS_CARDEMU_TO_ACT_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_radio_off_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_card_disable_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_PDN_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_card_enable_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_PDN_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_suspend_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_SUS_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_resume_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_SUS_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_hwpdn_flow[RTL8812_TRANS_ACT_TO_CARDEMU_STEPS+RTL8812_TRANS_CARDEMU_TO_PDN_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_enter_lps_flow[RTL8812_TRANS_ACT_TO_LPS_STEPS+RTL8812_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8812_leave_lps_flow[RTL8812_TRANS_LPS_TO_ACT_STEPS+RTL8812_TRANS_END_STEPS]; -+ -+#endif //__HAL8812PWRSEQ_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8814PhyCfg.h linux/3rdparty/rtl8812au/include/Hal8814PhyCfg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8814PhyCfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8814PhyCfg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,282 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8814PHYCFG_H__ -+#define __INC_HAL8814PHYCFG_H__ -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+#define LOOP_LIMIT 5 -+#define MAX_STALL_TIME 50 //us -+#define AntennaDiversityValue 0x80 //(Adapter->bSoftwareAntennaDiversity ? 0x00:0x80) -+#define MAX_TXPWR_IDX_NMODE_92S 63 -+#define Reset_Cnt_Limit 3 -+ -+ -+#ifdef CONFIG_PCI_HCI -+#define MAX_AGGR_NUM 0x0B -+#else -+#define MAX_AGGR_NUM 0x07 -+#endif // CONFIG_PCI_HCI -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+/*------------------------------Define structure----------------------------*/ -+ -+ -+/* BB/RF related */ -+ -+#define SIC_ENABLE 0 -+ -+/*------------------------------Define structure----------------------------*/ -+ -+ -+/*------------------------Export global variable----------------------------*/ -+/*------------------------Export global variable----------------------------*/ -+ -+ -+/*------------------------Export Marco Definition---------------------------*/ -+/*------------------------Export Marco Definition---------------------------*/ -+ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+//1. BB register R/W API -+ -+extern u32 -+PHY_QueryBBReg8814A( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+ -+ -+VOID -+PHY_SetBBReg8814A( IN PADAPTER Adapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+ -+ -+extern u32 -+PHY_QueryRFReg8814A( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask ); -+ -+ -+void -+PHY_SetRFReg8814A( IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data ); -+ -+//1 3. Initial BB/RF config by reading MAC/BB/RF txt. -+s32 -+phy_BB8814A_Config_ParaFile( -+ IN PADAPTER Adapter -+ ); -+ -+ -+RT_STATUS -+PHY_BBConfigMP_8814A( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+PHY_ConfigBB_8814A( -+ IN PADAPTER Adapter -+ ); -+ -+ -+VOID -+phy_ADC_CLK_8814A( -+ IN PADAPTER Adapter -+ ); -+ -+s32 -+PHY_RFConfig8814A( -+ IN PADAPTER Adapter -+ ); -+ -+// -+// RF Power setting -+// -+//BOOLEAN PHY_SetRFPowerState8814A(PADAPTER Adapter, rt_rf_power_state eRFPowerState); -+ -+//1 5. Tx Power setting API -+ -+VOID -+PHY_GetTxPowerLevel8814( -+ IN PADAPTER Adapter, -+ OUT ps4Byte powerlevel -+ ); -+ -+VOID -+PHY_SetTxPowerLevel8814( -+ IN PADAPTER Adapter, -+ IN u8 Channel -+ ); -+ -+u8 -+PHY_GetTxPowerIndex_8814A( -+ IN PADAPTER Adapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+VOID -+PHY_SetTxPowerIndex_8814A( -+ IN PADAPTER Adapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ); -+ -+ -+BOOLEAN -+PHY_UpdateTxPowerDbm8814A( -+ IN PADAPTER Adapter, -+ IN s4Byte powerInDbm -+ ); -+ -+ -+u32 -+PHY_GetTxBBSwing_8814A( -+ IN PADAPTER Adapter, -+ IN BAND_TYPE Band, -+ IN u8 RFPath -+ ); -+ -+ -+ -+//1 6. Channel setting API -+ -+VOID -+PHY_SwChnlTimerCallback8814A( -+ IN PRT_TIMER pTimer -+ ); -+ -+VOID -+PHY_SwChnlWorkItemCallback8814A( -+ IN PVOID pContext -+ ); -+ -+ -+VOID -+HAL_HandleSwChnl8814A( -+ IN PADAPTER pAdapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SwChnlSynchronously8814A( IN PADAPTER pAdapter, -+ IN u8 channel ); -+ -+VOID -+PHY_SwChnlAndSetBWModeCallback8814A(IN PVOID pContext); -+ -+ -+VOID -+PHY_HandleSwChnlAndSetBW8814A( -+ IN PADAPTER Adapter, -+ IN BOOLEAN bSwitchChannel, -+ IN BOOLEAN bSetBandWidth, -+ IN u8 ChannelNum, -+ IN CHANNEL_WIDTH ChnlWidth, -+ IN u8 ChnlOffsetOf40MHz, -+ IN u8 ChnlOffsetOf80MHz, -+ IN u8 CenterFrequencyIndex1 -+); -+ -+ -+BOOLEAN -+PHY_QueryRFPathSwitch_8814A( IN PADAPTER pAdapter); -+ -+ -+ -+//VOID PHY_SetMonitorMode8814A(PADAPTER pAdapter, BOOLEAN bEnableMonitorMode); -+ -+ -+#if (USE_WORKITEM) -+VOID -+RtCheckForHangWorkItemCallback8814A( -+ IN PVOID pContext -+); -+#endif -+ -+BOOLEAN -+SetAntennaConfig8814A( -+ IN PADAPTER Adapter, -+ IN u8 DefaultAnt -+ ); -+ -+VOID -+PHY_SetRFEReg8814A( -+ IN PADAPTER Adapter, -+ IN BOOLEAN bInit, -+ IN u8 Band -+ ); -+ -+ -+s32 -+PHY_SwitchWirelessBand8814A( -+ IN PADAPTER Adapter, -+ IN u8 Band -+); -+ -+VOID -+PHY_SetIO_8814A( -+ PADAPTER pAdapter -+ ); -+ -+VOID -+PHY_SetBWMode8814( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth, // 20M or 40M -+ IN u8 Offset // Upper, Lower, or Don't care -+); -+ -+VOID -+PHY_SwChnl8814( -+ IN PADAPTER Adapter, -+ IN u8 channel -+ ); -+ -+VOID -+PHY_SetSwChnlBWMode8814( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 Offset40, -+ IN u8 Offset80 -+); -+ -+s32 PHY_MACConfig8814(PADAPTER Adapter); -+int PHY_BBConfig8814(PADAPTER Adapter); -+VOID PHY_Set_SecCCATH_by_RXANT_8814A(PADAPTER pAdapter, u4Byte ulAntennaRx); -+ -+ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+ -+/*--------------------------Exported Function prototype---------------------*/ -+#endif // __INC_HAL8192CPHYCFG_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8814PhyReg.h linux/3rdparty/rtl8812au/include/Hal8814PhyReg.h ---- linux.old/3rdparty/rtl8812au/include/Hal8814PhyReg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8814PhyReg.h 2017-06-07 23:07:21.035689763 +0300 -@@ -0,0 +1,860 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __INC_HAL8814PHYREG_H__ -+#define __INC_HAL8814PHYREG_H__ -+/*--------------------------Define Parameters-------------------------------*/ -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+/* BB Register Definition */ -+ -+#define rCCAonSec_Jaguar 0x838 -+#define rPwed_TH_Jaguar 0x830 -+#define rL1_Weight_Jaguar 0x840 -+ -+// BW and sideband setting -+#define rBWIndication_Jaguar 0x834 -+#define rL1PeakTH_Jaguar 0x848 -+#define rRFMOD_Jaguar 0x8ac //RF mode -+#define rADC_Buf_Clk_Jaguar 0x8c4 -+#define rADC_Buf_40_Clk_Jaguar2 0x8c8 -+#define rRFECTRL_Jaguar 0x900 -+#define bRFMOD_Jaguar 0xc3 -+#define rCCK_System_Jaguar 0xa00 // for cck sideband -+#define bCCK_System_Jaguar 0x10 -+ -+// Block & Path enable -+#define rOFDMCCKEN_Jaguar 0x808 // OFDM/CCK block enable -+#define bOFDMEN_Jaguar 0x20000000 -+#define bCCKEN_Jaguar 0x10000000 -+#define rRxPath_Jaguar 0x808 // Rx antenna -+#define bRxPath_Jaguar 0xff -+#define rTxPath_Jaguar 0x80c // Tx antenna -+#define bTxPath_Jaguar 0x0fffffff -+#define rCCK_RX_Jaguar 0xa04 // for cck rx path selection -+#define bCCK_RX_Jaguar 0x0c000000 -+#define rVhtlen_Use_Lsig_Jaguar 0x8c3 // Use LSIG for VHT length -+ -+#define rRxPath_Jaguar2 0xa04 // Rx antenna -+#define rTxAnt_1Nsts_Jaguar2 0x93c // Tx antenna for 1Nsts -+#define rTxAnt_23Nsts_Jaguar2 0x940 // Tx antenna for 2Nsts and 3Nsts -+ -+ -+// RF read/write-related -+#define rHSSIRead_Jaguar 0x8b0 // RF read addr -+#define bHSSIRead_addr_Jaguar 0xff -+#define bHSSIRead_trigger_Jaguar 0x100 -+#define rA_PIRead_Jaguar 0xd04 // RF readback with PI -+#define rB_PIRead_Jaguar 0xd44 // RF readback with PI -+#define rA_SIRead_Jaguar 0xd08 // RF readback with SI -+#define rB_SIRead_Jaguar 0xd48 // RF readback with SI -+#define rRead_data_Jaguar 0xfffff -+#define rA_LSSIWrite_Jaguar 0xc90 // RF write addr -+#define rB_LSSIWrite_Jaguar 0xe90 // RF write addr -+#define bLSSIWrite_data_Jaguar 0x000fffff -+#define bLSSIWrite_addr_Jaguar 0x0ff00000 -+ -+#define rC_PIRead_Jaguar2 0xd84 // RF readback with PI -+#define rD_PIRead_Jaguar2 0xdC4 // RF readback with PI -+#define rC_SIRead_Jaguar2 0xd88 // RF readback with SI -+#define rD_SIRead_Jaguar2 0xdC8 // RF readback with SI -+#define rC_LSSIWrite_Jaguar2 0x1890 // RF write addr -+#define rD_LSSIWrite_Jaguar2 0x1A90 // RF write addr -+ -+ -+// YN: mask the following register definition temporarily -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+//#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+//#define rFPGA0_XCD_RFParameter 0x87c -+ -+//#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+//#define rFPGA0_AnalogParameter2 0x884 -+//#define rFPGA0_AnalogParameter3 0x888 -+//#define rFPGA0_AdDaClockEn 0x888 // enable ad/da clock1 for dual-phy -+//#define rFPGA0_AnalogParameter4 0x88c -+ -+ -+// CCK TX scaling -+#define rCCK_TxFilter1_Jaguar 0xa20 -+#define bCCK_TxFilter1_C0_Jaguar 0x00ff0000 -+#define bCCK_TxFilter1_C1_Jaguar 0xff000000 -+#define rCCK_TxFilter2_Jaguar 0xa24 -+#define bCCK_TxFilter2_C2_Jaguar 0x000000ff -+#define bCCK_TxFilter2_C3_Jaguar 0x0000ff00 -+#define bCCK_TxFilter2_C4_Jaguar 0x00ff0000 -+#define bCCK_TxFilter2_C5_Jaguar 0xff000000 -+#define rCCK_TxFilter3_Jaguar 0xa28 -+#define bCCK_TxFilter3_C6_Jaguar 0x000000ff -+#define bCCK_TxFilter3_C7_Jaguar 0x0000ff00 -+/* NBI & CSI Mask setting */ -+#define rCSI_Mask_Setting1_Jaguar 0x874 -+#define rCSI_Fix_Mask0_Jaguar 0x880 -+#define rCSI_Fix_Mask1_Jaguar 0x884 -+#define rCSI_Fix_Mask2_Jaguar 0x888 -+#define rCSI_Fix_Mask3_Jaguar 0x88c -+#define rCSI_Fix_Mask4_Jaguar 0x890 -+#define rCSI_Fix_Mask5_Jaguar 0x894 -+#define rCSI_Fix_Mask6_Jaguar 0x898 -+#define rCSI_Fix_Mask7_Jaguar 0x89c -+#define rNBI_Setting_Jaguar 0x87c -+ -+ -+// YN: mask the following register definition temporarily -+//#define rPdp_AntA 0xb00 -+//#define rPdp_AntA_4 0xb04 -+//#define rConfig_Pmpd_AntA 0xb28 -+//#define rConfig_AntA 0xb68 -+//#define rConfig_AntB 0xb6c -+//#define rPdp_AntB 0xb70 -+//#define rPdp_AntB_4 0xb74 -+//#define rConfig_Pmpd_AntB 0xb98 -+//#define rAPK 0xbd8 -+ -+// RXIQC -+#define rA_RxIQC_AB_Jaguar 0xc10 //RxIQ imblance matrix coeff. A & B -+#define rA_RxIQC_CD_Jaguar 0xc14 //RxIQ imblance matrix coeff. C & D -+#define rA_TxScale_Jaguar 0xc1c // Pah_A TX scaling factor -+#define rB_TxScale_Jaguar 0xe1c // Path_B TX scaling factor -+#define rB_RxIQC_AB_Jaguar 0xe10 //RxIQ imblance matrix coeff. A & B -+#define rB_RxIQC_CD_Jaguar 0xe14 //RxIQ imblance matrix coeff. C & D -+#define b_RxIQC_AC_Jaguar 0x02ff // bit mask for IQC matrix element A & C -+#define b_RxIQC_BD_Jaguar 0x02ff0000 // bit mask for IQC matrix element A & C -+ -+#define rC_TxScale_Jaguar2 0x181c // Pah_C TX scaling factor -+#define rD_TxScale_Jaguar2 0x1A1c // Path_D TX scaling factor -+#define rRF_TxGainOffset 0x55 -+ -+// DIG-related -+#define rA_IGI_Jaguar 0xc50 // Initial Gain for path-A -+#define rB_IGI_Jaguar 0xe50 // Initial Gain for path-B -+#define rC_IGI_Jaguar2 0x1850 // Initial Gain for path-C -+#define rD_IGI_Jaguar2 0x1A50 // Initial Gain for path-D -+ -+#define rOFDM_FalseAlarm1_Jaguar 0xf48 // counter for break -+#define rOFDM_FalseAlarm2_Jaguar 0xf4c // counter for spoofing -+#define rCCK_FalseAlarm_Jaguar 0xa5c // counter for cck false alarm -+#define b_FalseAlarm_Jaguar 0xffff -+#define rCCK_CCA_Jaguar 0xa08 // cca threshold -+#define bCCK_CCA_Jaguar 0x00ff0000 -+ -+// Tx Power Ttraining-related -+#define rA_TxPwrTraing_Jaguar 0xc54 -+#define rB_TxPwrTraing_Jaguar 0xe54 -+ -+// Report-related -+#define rOFDM_ShortCFOAB_Jaguar 0xf60 -+#define rOFDM_LongCFOAB_Jaguar 0xf64 -+#define rOFDM_EndCFOAB_Jaguar 0xf70 -+#define rOFDM_AGCReport_Jaguar 0xf84 -+#define rOFDM_RxSNR_Jaguar 0xf88 -+#define rOFDM_RxEVMCSI_Jaguar 0xf8c -+#define rOFDM_SIGReport_Jaguar 0xf90 -+ -+// Misc functions -+#define rEDCCA_Jaguar 0x8a4 // EDCCA -+#define bEDCCA_Jaguar 0xffff -+#define rAGC_table_Jaguar 0x82c // AGC tabel select -+#define bAGC_table_Jaguar 0x3 -+#define b_sel5g_Jaguar 0x1000 // sel5g -+#define b_LNA_sw_Jaguar 0x8000 // HW/WS control for LNA -+#define rFc_area_Jaguar 0x860 // fc_area -+#define bFc_area_Jaguar 0x1ffe000 -+#define rSingleTone_ContTx_Jaguar 0x914 -+ -+#define rAGC_table_Jaguar2 0x958 // AGC tabel select -+#define rDMA_trigger_Jaguar2 0x95C // ADC sample mode -+ -+ -+// RFE -+#define rA_RFE_Pinmux_Jaguar 0xcb0 // Path_A RFE cotrol pinmux -+#define rB_RFE_Pinmux_Jaguar 0xeb0 // Path_B RFE control pinmux -+#define rA_RFE_Inv_Jaguar 0xcb4 // Path_A RFE cotrol -+#define rB_RFE_Inv_Jaguar 0xeb4 // Path_B RFE control -+#define rA_RFE_Jaguar 0xcb8 // Path_A RFE cotrol -+#define rB_RFE_Jaguar 0xeb8 // Path_B RFE control -+#define r_ANTSEL_SW_Jaguar 0x900 // ANTSEL SW Control -+#define bMask_RFEInv_Jaguar 0x3ff00000 -+#define bMask_AntselPathFollow_Jaguar 0x00030000 -+ -+#define rC_RFE_Pinmux_Jaguar 0x18B4 // Path_C RFE cotrol pinmux -+#define rD_RFE_Pinmux_Jaguar 0x1AB4 // Path_D RFE cotrol pinmux -+#define rA_RFE_Sel_Jaguar2 0x1990 -+ -+ -+ -+// TX AGC -+#define rTxAGC_A_CCK11_CCK1_JAguar 0xc20 -+#define rTxAGC_A_Ofdm18_Ofdm6_JAguar 0xc24 -+#define rTxAGC_A_Ofdm54_Ofdm24_JAguar 0xc28 -+#define rTxAGC_A_MCS3_MCS0_JAguar 0xc2c -+#define rTxAGC_A_MCS7_MCS4_JAguar 0xc30 -+#define rTxAGC_A_MCS11_MCS8_JAguar 0xc34 -+#define rTxAGC_A_MCS15_MCS12_JAguar 0xc38 -+#define rTxAGC_A_Nss1Index3_Nss1Index0_JAguar 0xc3c -+#define rTxAGC_A_Nss1Index7_Nss1Index4_JAguar 0xc40 -+#define rTxAGC_A_Nss2Index1_Nss1Index8_JAguar 0xc44 -+#define rTxAGC_A_Nss2Index5_Nss2Index2_JAguar 0xc48 -+#define rTxAGC_A_Nss2Index9_Nss2Index6_JAguar 0xc4c -+#define rTxAGC_B_CCK11_CCK1_JAguar 0xe20 -+#define rTxAGC_B_Ofdm18_Ofdm6_JAguar 0xe24 -+#define rTxAGC_B_Ofdm54_Ofdm24_JAguar 0xe28 -+#define rTxAGC_B_MCS3_MCS0_JAguar 0xe2c -+#define rTxAGC_B_MCS7_MCS4_JAguar 0xe30 -+#define rTxAGC_B_MCS11_MCS8_JAguar 0xe34 -+#define rTxAGC_B_MCS15_MCS12_JAguar 0xe38 -+#define rTxAGC_B_Nss1Index3_Nss1Index0_JAguar 0xe3c -+#define rTxAGC_B_Nss1Index7_Nss1Index4_JAguar 0xe40 -+#define rTxAGC_B_Nss2Index1_Nss1Index8_JAguar 0xe44 -+#define rTxAGC_B_Nss2Index5_Nss2Index2_JAguar 0xe48 -+#define rTxAGC_B_Nss2Index9_Nss2Index6_JAguar 0xe4c -+#define bTxAGC_byte0_Jaguar 0xff -+#define bTxAGC_byte1_Jaguar 0xff00 -+#define bTxAGC_byte2_Jaguar 0xff0000 -+#define bTxAGC_byte3_Jaguar 0xff000000 -+ -+ -+// TX AGC -+#define rTxAGC_A_CCK11_CCK1_Jaguar2 0xc20 -+#define rTxAGC_A_Ofdm18_Ofdm6_Jaguar2 0xc24 -+#define rTxAGC_A_Ofdm54_Ofdm24_Jaguar2 0xc28 -+#define rTxAGC_A_MCS3_MCS0_Jaguar2 0xc2c -+#define rTxAGC_A_MCS7_MCS4_Jaguar2 0xc30 -+#define rTxAGC_A_MCS11_MCS8_Jaguar2 0xc34 -+#define rTxAGC_A_MCS15_MCS12_Jaguar2 0xc38 -+#define rTxAGC_A_MCS19_MCS16_Jaguar2 0xcd8 -+#define rTxAGC_A_MCS23_MCS20_Jaguar2 0xcdc -+#define rTxAGC_A_Nss1Index3_Nss1Index0_Jaguar2 0xc3c -+#define rTxAGC_A_Nss1Index7_Nss1Index4_Jaguar2 0xc40 -+#define rTxAGC_A_Nss2Index1_Nss1Index8_Jaguar2 0xc44 -+#define rTxAGC_A_Nss2Index5_Nss2Index2_Jaguar2 0xc48 -+#define rTxAGC_A_Nss2Index9_Nss2Index6_Jaguar2 0xc4c -+#define rTxAGC_A_Nss3Index3_Nss3Index0_Jaguar2 0xce0 -+#define rTxAGC_A_Nss3Index7_Nss3Index4_Jaguar2 0xce4 -+#define rTxAGC_A_Nss3Index9_Nss3Index8_Jaguar2 0xce8 -+#define rTxAGC_B_CCK11_CCK1_Jaguar2 0xe20 -+#define rTxAGC_B_Ofdm18_Ofdm6_Jaguar2 0xe24 -+#define rTxAGC_B_Ofdm54_Ofdm24_Jaguar2 0xe28 -+#define rTxAGC_B_MCS3_MCS0_Jaguar2 0xe2c -+#define rTxAGC_B_MCS7_MCS4_Jaguar2 0xe30 -+#define rTxAGC_B_MCS11_MCS8_Jaguar2 0xe34 -+#define rTxAGC_B_MCS15_MCS12_Jaguar2 0xe38 -+#define rTxAGC_B_MCS19_MCS16_Jaguar2 0xed8 -+#define rTxAGC_B_MCS23_MCS20_Jaguar2 0xedc -+#define rTxAGC_B_Nss1Index3_Nss1Index0_Jaguar2 0xe3c -+#define rTxAGC_B_Nss1Index7_Nss1Index4_Jaguar2 0xe40 -+#define rTxAGC_B_Nss2Index1_Nss1Index8_Jaguar2 0xe44 -+#define rTxAGC_B_Nss2Index5_Nss2Index2_Jaguar2 0xe48 -+#define rTxAGC_B_Nss2Index9_Nss2Index6_Jaguar2 0xe4c -+#define rTxAGC_B_Nss3Index3_Nss3Index0_Jaguar2 0xee0 -+#define rTxAGC_B_Nss3Index7_Nss3Index4_Jaguar2 0xee4 -+#define rTxAGC_B_Nss3Index9_Nss3Index8_Jaguar2 0xee8 -+#define rTxAGC_C_CCK11_CCK1_Jaguar2 0x1820 -+#define rTxAGC_C_Ofdm18_Ofdm6_Jaguar2 0x1824 -+#define rTxAGC_C_Ofdm54_Ofdm24_Jaguar2 0x1828 -+#define rTxAGC_C_MCS3_MCS0_Jaguar2 0x182c -+#define rTxAGC_C_MCS7_MCS4_Jaguar2 0x1830 -+#define rTxAGC_C_MCS11_MCS8_Jaguar2 0x1834 -+#define rTxAGC_C_MCS15_MCS12_Jaguar2 0x1838 -+#define rTxAGC_C_MCS19_MCS16_Jaguar2 0x18d8 -+#define rTxAGC_C_MCS23_MCS20_Jaguar2 0x18dc -+#define rTxAGC_C_Nss1Index3_Nss1Index0_Jaguar2 0x183c -+#define rTxAGC_C_Nss1Index7_Nss1Index4_Jaguar2 0x1840 -+#define rTxAGC_C_Nss2Index1_Nss1Index8_Jaguar2 0x1844 -+#define rTxAGC_C_Nss2Index5_Nss2Index2_Jaguar2 0x1848 -+#define rTxAGC_C_Nss2Index9_Nss2Index6_Jaguar2 0x184c -+#define rTxAGC_C_Nss3Index3_Nss3Index0_Jaguar2 0x18e0 -+#define rTxAGC_C_Nss3Index7_Nss3Index4_Jaguar2 0x18e4 -+#define rTxAGC_C_Nss3Index9_Nss3Index8_Jaguar2 0x18e8 -+#define rTxAGC_D_CCK11_CCK1_Jaguar2 0x1a20 -+#define rTxAGC_D_Ofdm18_Ofdm6_Jaguar2 0x1a24 -+#define rTxAGC_D_Ofdm54_Ofdm24_Jaguar2 0x1a28 -+#define rTxAGC_D_MCS3_MCS0_Jaguar2 0x1a2c -+#define rTxAGC_D_MCS7_MCS4_Jaguar2 0x1a30 -+#define rTxAGC_D_MCS11_MCS8_Jaguar2 0x1a34 -+#define rTxAGC_D_MCS15_MCS12_Jaguar2 0x1a38 -+#define rTxAGC_D_MCS19_MCS16_Jaguar2 0x1ad8 -+#define rTxAGC_D_MCS23_MCS20_Jaguar2 0x1adc -+#define rTxAGC_D_Nss1Index3_Nss1Index0_Jaguar2 0x1a3c -+#define rTxAGC_D_Nss1Index7_Nss1Index4_Jaguar2 0x1a40 -+#define rTxAGC_D_Nss2Index1_Nss1Index8_Jaguar2 0x1a44 -+#define rTxAGC_D_Nss2Index5_Nss2Index2_Jaguar2 0x1a48 -+#define rTxAGC_D_Nss2Index9_Nss2Index6_Jaguar2 0x1a4c -+#define rTxAGC_D_Nss3Index3_Nss3Index0_Jaguar2 0x1ae0 -+#define rTxAGC_D_Nss3Index7_Nss3Index4_Jaguar2 0x1ae4 -+#define rTxAGC_D_Nss3Index9_Nss3Index8_Jaguar2 0x1ae8 -+// IQK YN: temporaily mask this part -+//#define rFPGA0_IQK 0xe28 -+//#define rTx_IQK_Tone_A 0xe30 -+//#define rRx_IQK_Tone_A 0xe34 -+//#define rTx_IQK_PI_A 0xe38 -+//#define rRx_IQK_PI_A 0xe3c -+ -+//#define rTx_IQK 0xe40 -+//#define rRx_IQK 0xe44 -+//#define rIQK_AGC_Pts 0xe48 -+//#define rIQK_AGC_Rsp 0xe4c -+//#define rTx_IQK_Tone_B 0xe50 -+//#define rRx_IQK_Tone_B 0xe54 -+//#define rTx_IQK_PI_B 0xe58 -+//#define rRx_IQK_PI_B 0xe5c -+//#define rIQK_AGC_Cont 0xe60 -+ -+ -+// AFE-related -+#define rA_AFEPwr1_Jaguar 0xc60 // dynamic AFE power control -+#define rA_AFEPwr2_Jaguar 0xc64 // dynamic AFE power control -+#define rA_Rx_WaitCCA_Tx_CCKRFON_Jaguar 0xc68 -+#define rA_Tx_CCKBBON_OFDMRFON_Jaguar 0xc6c -+#define rA_Tx_OFDMBBON_Tx2Rx_Jaguar 0xc70 -+#define rA_Tx2Tx_RXCCK_Jaguar 0xc74 -+#define rA_Rx_OFDM_WaitRIFS_Jaguar 0xc78 -+#define rA_Rx2Rx_BT_Jaguar 0xc7c -+#define rA_sleep_nav_Jaguar 0xc80 -+#define rA_pmpd_Jaguar 0xc84 -+#define rB_AFEPwr1_Jaguar 0xe60 // dynamic AFE power control -+#define rB_AFEPwr2_Jaguar 0xe64 // dynamic AFE power control -+#define rB_Rx_WaitCCA_Tx_CCKRFON_Jaguar 0xe68 -+#define rB_Tx_CCKBBON_OFDMRFON_Jaguar 0xe6c -+#define rB_Tx_OFDMBBON_Tx2Rx_Jaguar 0xe70 -+#define rB_Tx2Tx_RXCCK_Jaguar 0xe74 -+#define rB_Rx_OFDM_WaitRIFS_Jaguar 0xe78 -+#define rB_Rx2Rx_BT_Jaguar 0xe7c -+#define rB_sleep_nav_Jaguar 0xe80 -+#define rB_pmpd_Jaguar 0xe84 -+ -+ -+// YN: mask these registers temporaily -+//#define rTx_Power_Before_IQK_A 0xe94 -+//#define rTx_Power_After_IQK_A 0xe9c -+ -+//#define rRx_Power_Before_IQK_A 0xea0 -+//#define rRx_Power_Before_IQK_A_2 0xea4 -+//#define rRx_Power_After_IQK_A 0xea8 -+//#define rRx_Power_After_IQK_A_2 0xeac -+ -+//#define rTx_Power_Before_IQK_B 0xeb4 -+//#define rTx_Power_After_IQK_B 0xebc -+ -+//#define rRx_Power_Before_IQK_B 0xec0 -+//#define rRx_Power_Before_IQK_B_2 0xec4 -+//#define rRx_Power_After_IQK_B 0xec8 -+//#define rRx_Power_After_IQK_B_2 0xecc -+ -+ -+// RSSI Dump -+#define rA_RSSIDump_Jaguar 0xBF0 -+#define rB_RSSIDump_Jaguar 0xBF1 -+#define rS1_RXevmDump_Jaguar 0xBF4 -+#define rS2_RXevmDump_Jaguar 0xBF5 -+#define rA_RXsnrDump_Jaguar 0xBF6 -+#define rB_RXsnrDump_Jaguar 0xBF7 -+#define rA_CfoShortDump_Jaguar 0xBF8 -+#define rB_CfoShortDump_Jaguar 0xBFA -+#define rA_CfoLongDump_Jaguar 0xBEC -+#define rB_CfoLongDump_Jaguar 0xBEE -+ -+ -+// RF Register -+// -+#define RF_AC_Jaguar 0x00 // -+#define RF_RF_Top_Jaguar 0x07 // -+#define RF_TXLOK_Jaguar 0x08 // -+#define RF_TXAPK_Jaguar 0x0B -+#define RF_CHNLBW_Jaguar 0x18 // RF channel and BW switch -+#define RF_RCK1_Jaguar 0x1c // -+#define RF_RCK2_Jaguar 0x1d -+#define RF_RCK3_Jaguar 0x1e -+#define RF_ModeTableAddr 0x30 -+#define RF_ModeTableData0 0x31 -+#define RF_ModeTableData1 0x32 -+#define RF_TxLCTank_Jaguar 0x54 -+#define RF_APK_Jaguar 0x63 -+#define RF_LCK 0xB4 -+#define RF_WeLut_Jaguar 0xEF -+ -+#define bRF_CHNLBW_MOD_AG_Jaguar 0x70300 -+#define bRF_CHNLBW_BW 0xc00 -+ -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+#define RF_IPA_A 0x0C // -+#define RF_TXBIAS_A 0x0D -+#define RF_BS_PA_APSET_G9_G11 0x0E -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_RCK_OS 0x30 // RF TX PA control -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+#define RF_0x52 0x52 -+#define RF_WE_LUT 0xEF -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+ -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 -+#define rFPGA0_AdDaClockEn 0x888 // enable ad/da clock1 for dual-phy -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 // Tranceiver LSSI Readback -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_XCD_RFPara 0x8b4 -+#define rFPGA0_PSDReport 0x8b4 // Useless now -+#define TransceiverA_HSPI_Readback 0x8b8 // Transceiver A HSPI Readback -+#define TransceiverB_HSPI_Readback 0x8bc // Transceiver B HSPI Readback -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 // Useless now // RF Interface Readback Value -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 // Useless now -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+ -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+ -+// -+// PageA(0xA00) -+// -+#define rCCK0_System 0xa00 -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+ -+// -+// PageB(0xB00) -+// -+#define rPdp_AntA 0xb00 -+#define rPdp_AntA_4 0xb04 -+#define rConfig_Pmpd_AntA 0xb28 -+#define rConfig_AntA 0xb68 -+#define rConfig_AntB 0xb6c -+#define rPdp_AntB 0xb70 -+#define rPdp_AntB_4 0xb74 -+#define rConfig_Pmpd_AntB 0xb98 -+#define rAPK 0xbd8 -+ -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+ -+#define rOFDM0_RxIQExtAnta 0xca0 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_A_Rate18_06 0xe00 -+#define rTxAGC_A_Rate54_24 0xe04 -+#define rTxAGC_A_CCK1_Mcs32 0xe08 -+#define rTxAGC_A_Mcs03_Mcs00 0xe10 -+#define rTxAGC_A_Mcs07_Mcs04 0xe14 -+#define rTxAGC_A_Mcs11_Mcs08 0xe18 -+#define rTxAGC_A_Mcs15_Mcs12 0xe1c -+ -+#define rTxAGC_B_Rate18_06 0x830 -+#define rTxAGC_B_Rate54_24 0x834 -+#define rTxAGC_B_CCK1_55_Mcs32 0x838 -+#define rTxAGC_B_Mcs03_Mcs00 0x83c -+#define rTxAGC_B_Mcs07_Mcs04 0x848 -+#define rTxAGC_B_Mcs11_Mcs08 0x84c -+#define rTxAGC_B_Mcs15_Mcs12 0x868 -+#define rTxAGC_B_CCK11_A_CCK2_11 0x86c -+ -+#define rFPGA0_IQK 0xe28 -+#define rTx_IQK_Tone_A 0xe30 -+#define rRx_IQK_Tone_A 0xe34 -+#define rTx_IQK_PI_A 0xe38 -+#define rRx_IQK_PI_A 0xe3c -+ -+#define rTx_IQK 0xe40 -+#define rRx_IQK 0xe44 -+#define rIQK_AGC_Pts 0xe48 -+#define rIQK_AGC_Rsp 0xe4c -+#define rTx_IQK_Tone_B 0xe50 -+#define rRx_IQK_Tone_B 0xe54 -+#define rTx_IQK_PI_B 0xe58 -+#define rRx_IQK_PI_B 0xe5c -+#define rIQK_AGC_Cont 0xe60 -+ -+#define rBlue_Tooth 0xe6c -+#define rRx_Wait_CCA 0xe70 -+#define rTx_CCK_RFON 0xe74 -+#define rTx_CCK_BBON 0xe78 -+#define rTx_OFDM_RFON 0xe7c -+#define rTx_OFDM_BBON 0xe80 -+#define rTx_To_Rx 0xe84 -+#define rTx_To_Tx 0xe88 -+#define rRx_CCK 0xe8c -+ -+#define rTx_Power_Before_IQK_A 0xe94 -+#define rTx_Power_After_IQK_A 0xe9c -+ -+#define rRx_Power_Before_IQK_A 0xea0 -+#define rRx_Power_Before_IQK_A_2 0xea4 -+#define rRx_Power_After_IQK_A 0xea8 -+#define rRx_Power_After_IQK_A_2 0xeac -+ -+#define rTx_Power_Before_IQK_B 0xeb4 -+#define rTx_Power_After_IQK_B 0xebc -+ -+#define rRx_Power_Before_IQK_B 0xec0 -+#define rRx_Power_Before_IQK_B_2 0xec4 -+#define rRx_Power_After_IQK_B 0xec8 -+#define rRx_Power_After_IQK_B_2 0xecc -+ -+#define rRx_OFDM 0xed0 -+#define rRx_Wait_RIFS 0xed4 -+#define rRx_TO_Rx 0xed8 -+#define rStandby 0xedc -+#define rSleep 0xee0 -+#define rPMPD_ANAEN 0xeec -+ -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+#define RF_T_METER_88E 0x42 // -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+ -+ -+// -+// Other Definition -+// -+ -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+//byte endable for srwrite -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH3Bytes 0xffffff00 -+#define bMask12Bits 0xfff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8814PwrSeq.h linux/3rdparty/rtl8812au/include/Hal8814PwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8814PwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8814PwrSeq.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,237 @@ -+ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL8814PWRSEQ_H__ -+#define __HAL8814PWRSEQ_H__ -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WB-110628-DZ-RTL8195 (Jaguar) Power Architecture-R04.pdf -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8814A_TRANS_CARDEMU_TO_ACT_STEPS 16 -+#define RTL8814A_TRANS_ACT_TO_CARDEMU_STEPS 20 -+#define RTL8814A_TRANS_CARDEMU_TO_SUS_STEPS 17 -+#define RTL8814A_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8814A_TRANS_CARDEMU_TO_PDN_STEPS 17 -+#define RTL8814A_TRANS_PDN_TO_CARDEMU_STEPS 16 -+#define RTL8814A_TRANS_ACT_TO_LPS_STEPS 20 -+#define RTL8814A_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8814A_TRANS_END_STEPS 1 -+ -+ -+#define RTL8814A_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/* disable SW LPS 0x04[10]=0*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x002B, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /* ??0x28[24]=1, enable pll phase select*/ \ -+ {0x0015, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT3|BIT2|BIT1), (BIT3|BIT2|BIT1)},/* 0x14[11:9]=3'b111,OCP current threshold=1.5A */ \ -+ {0x002D, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x0E, 0x08},/* 0x2C[11:9]=3'b100, select lpf R3 */ \ -+ {0x002D, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x70, 0x50},/* 0x2C[14:12]=3'b101, select lpf Rs*/ \ -+ {0x007B, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/* 0x78[30]=1'b1, SDM order select*/ \ -+ /*{0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0}, */ /* disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, 0},/* disable WL suspend*/ \ -+ {0x00F0, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* */ \ -+ {0x0081, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x30, 0x20},/* */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ -+ -+#define RTL8814A_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0c00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xc00[7:0] = 4 turn off 3-wire */ \ -+ {0x0e00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xe00[7:0] = 4 turn off 3-wire */ \ -+ {0x0002, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /* 0x2[0] = 0 RESET BB, CLOSE RF */ \ -+ {0x0002, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US}, /*Delay 1us*/ \ -+ {0x0002, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* Whole BB is reset*/ \ -+ {0x1002, ~PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /* 0x2[0] = 0 RESET BB, CLOSE RF */ \ -+ {0x0002, ~PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US}, /*Delay 1us*/ \ -+ {0x1002, ~PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* Whole BB is reset*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*0x1F[7:0] = 0 turn off RF*/ \ -+ /*{0x004E, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},*/ /*0x4C[23] = 0x4E[7] = 0, switch DPDT_SEL_P output from register 0x65[2] */ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x28}, /* 0x07[7:0] = 0x28 sps pwm mode 0x2a for BT coex*/ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x02, 0}, /*0x8[1] = 0 ANA clk =500k */ \ -+ /*{0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0|BIT1, 0},*/ /* 0x02[1:0] = 0 reset BB */ \ -+ {0x0066, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0}, /*0x66[7]=0, disable ckreq for gpio7 output SUS */ \ -+ {0x0041, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x41[4]=0, disable sic for gpio7 output SUS */ \ -+ {0x0042, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /*0x42[1]=0, disable ckout for gpio7 output SUS */ \ -+ {0x004e, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5}, /*0x4E[5]=1, disable LED2 for gpio7 output SUS */ \ -+ {0x0041, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x41[0]=0, disable uart for gpio7 output SUS */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ -+ -+#define RTL8814A_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0061, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x0F, 0x0c},\ -+ {0x0061, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x0F, 0x0E},\ -+ {0x0062, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x0F, 0x07},/* gpio11 input mode, gpio10~8 output mode */ \ -+ {0x0045, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio 0~7 output same value as input ?? */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xff},/* gpio0~7 output mode */ \ -+ {0x0047, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/* 0x47[7:0] = 00 gpio mode */ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/* suspend option all off */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*0x14[13] = 1 turn on ZCD */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/* 0x14[14] =1 trun on ZCD */ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4},/*0x23[4] = 1 hpon LDO sleep mode */ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*0x8[1] = 0 ANA clk =500k */ \ -+ {0x0091, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xA0, 0xA0}, /* 0x91[7]=1 0x91[5]=1 , disable sps,ldo sleep mode */ \ -+ {0x0070, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3}, /* 0x70[3]=1 enable mainbias polling */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3}, /*0x04[11] = 1 enable WL suspend */ -+ -+#define RTL8814A_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, 0}, /*0x04[11] = 0 enable WL suspend*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0x10, 0},/*0x23[4] = 0 hpon LDO sleep mode leave */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, 0},/* 0x14[14] =0 trun off ZCD */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, 0},/*0x14[13] = 0 turn off ZCD */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio0~7 input mode */ \ -+ {0x0062, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio11 input mode, gpio10~8 input mode */ -+ -+#define RTL8814A_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ /**{0x0194, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, //0x194[0]=0 , disable 32K clock*/ \ -+ /**{0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x94}, //0x93=0x94 , 90[30] =0 enable 500k ANA clock .switch clock from 12M to 500K , 90 [26] =0 disable EEprom loader clock*/ \ -+ {0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0}, /*0x03[2] = 0, reset 3081*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x01}, /*0x80=05h if reload fw, fill the default value of host_CPU handshake field*/ \ -+ {0x0081, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x30}, /*0x80=05h if reload fw, fill the default value of host_CPU handshake field*/ \ -+ /*{0x0042, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xF0, 0xcc},*/ \ -+ /*{0x0042, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xF0, 0xEC},*/ \ -+ /*{0x0043, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x07},*/ /* gpio11 input mode, gpio10~8 output mode */ \ -+ {0x0045, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio 0~7 output same value as input ?? */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xff},/* gpio0~7 output mode */ \ -+ {0x0047, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/* 0x47[7:0] = 00 gpio mode */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/* 0x15[6] =1 trun on ZCD output */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*0x15[5] = 1 turn on ZCD */ \ -+ {0x0012, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, 0},/*0x12[6] = 0 force PFM mode */ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4},/*0x23[4] = 1 hpon LDO sleep mode */ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*0x8[1] = 0 ANA clk =500k */ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07=0x20 , SOP option to disable BG/MB*/ \ -+ {0x001f, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* 0x01f[1]=0 , disable RFC_0 control REG_RF_CTRL_8814A */ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* 0x020[1]=0 , disable RFC_1 control REG_RF_CTRL_8814A */ \ -+ {0x0021, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* 0x021[1]=0 , disable RFC_2 control REG_RF_CTRL_8814A */ \ -+ {0x0076, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* 0x076[1]=0 , disable RFC_3 control REG_OPT_CTRL_8814A +2 */ \ -+ {0x0091, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xA0, 0xA0}, /* 0x91[7]=1 0x91[5]=1 , disable sps,ldo sleep mode */ \ -+ {0x0070, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3}, /* 0x70[3]=1 enable mainbias polling */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, BIT3}, /*0x04[11] = 1 enable WL suspend*/ -+ -+#define RTL8814A_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0012, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, BIT6},/*0x12[6] = 1 force PWM mode */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, 0},/*0x15[5] = 0 turn off ZCD */ \ -+ {0x0015, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, 0},/* 0x15[6] =0 trun off ZCD output */ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0},/*0x23[4] = 0 hpon LDO leave sleep mode */ \ -+ {0x0046, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/* gpio0~7 input mode */ \ -+ {0x0062, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00}, /* gpio11 input mode, gpio10~8 input mode */ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0}, /*0x04[10] = 0, enable SW LPS PCIE only*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3, 0}, /*0x04[11] = 0, enable WL suspend*/ \ -+ /*{0x0003, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2},*/ /*0x03[2] = 1, enable 3081*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*PCIe DMA start*/ \ -+ {0x0071, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, 0},/*0x70[10] = 0, CPHY_MBIAS_EN disable*/ -+ -+ -+#define RTL8814A_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8814A_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8814A_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x7F},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0c00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xc00[7:0] = 4 turn off 3-wire */ \ -+ {0x0e00, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x04}, /* 0xe00[7:0] = 4 turn off 3-wire */ \ -+ {0x0002, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated,and RF closed*/ \ -+ {0x0002, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* Whole BB is reset*/ \ -+ {0x1002, ~PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated,and RF closed*/ \ -+ {0x0002, ~PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x1002, ~PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0}, /* Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x05F1, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*Respond TxOK to scheduler*/ -+ -+ -+#define RTL8814A_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/ \ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/ \ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /* Delay*/ \ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/ \ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /* Polling 0x109[7]=0 TSF in 40M*/ \ -+ /*{0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6|BIT7, 0}, */ /*. ??0x29[7:6] = 2b'00 enable BB clock*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/ \ -+ {0x0002, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/ \ -+ {0x1002, ~PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x1002[1:0] = 2b'11 enable BB macro*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8814A_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8814A_power_on_flow[RTL8814A_TRANS_CARDEMU_TO_ACT_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_radio_off_flow[RTL8814A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_card_disable_flow[RTL8814A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8814A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_card_enable_flow[RTL8814A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8814A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_suspend_flow[RTL8814A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8814A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_resume_flow[RTL8814A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8814A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_hwpdn_flow[RTL8814A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8814A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_enter_lps_flow[RTL8814A_TRANS_ACT_TO_LPS_STEPS+RTL8814A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8814A_leave_lps_flow[RTL8814A_TRANS_LPS_TO_ACT_STEPS+RTL8814A_TRANS_END_STEPS]; -+ -+#endif //__HAL8814PWRSEQ_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/Hal8821APwrSeq.h linux/3rdparty/rtl8812au/include/Hal8821APwrSeq.h ---- linux.old/3rdparty/rtl8812au/include/Hal8821APwrSeq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/Hal8821APwrSeq.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,186 @@ -+#ifndef REALTEK_POWER_SEQUENCE_8821 -+#define REALTEK_POWER_SEQUENCE_8821 -+ -+#include "HalPwrSeqCmd.h" -+ -+/* -+ Check document WM-20130516-JackieLau-RTL8821A_Power_Architecture-R10.vsd -+ There are 6 HW Power States: -+ 0: POFF--Power Off -+ 1: PDN--Power Down -+ 2: CARDEMU--Card Emulation -+ 3: ACT--Active Mode -+ 4: LPS--Low Power State -+ 5: SUS--Suspend -+ -+ The transision from different states are defined below -+ TRANS_CARDEMU_TO_ACT -+ TRANS_ACT_TO_CARDEMU -+ TRANS_CARDEMU_TO_SUS -+ TRANS_SUS_TO_CARDEMU -+ TRANS_CARDEMU_TO_PDN -+ TRANS_ACT_TO_LPS -+ TRANS_LPS_TO_ACT -+ -+ TRANS_END -+*/ -+#define RTL8821A_TRANS_CARDEMU_TO_ACT_STEPS 25 -+#define RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS 15 -+#define RTL8821A_TRANS_CARDEMU_TO_SUS_STEPS 15 -+#define RTL8821A_TRANS_SUS_TO_CARDEMU_STEPS 15 -+#define RTL8821A_TRANS_CARDDIS_TO_CARDEMU_STEPS 15 -+#define RTL8821A_TRANS_CARDEMU_TO_PDN_STEPS 15 -+#define RTL8821A_TRANS_PDN_TO_CARDEMU_STEPS 15 -+#define RTL8821A_TRANS_ACT_TO_LPS_STEPS 15 -+#define RTL8821A_TRANS_LPS_TO_ACT_STEPS 15 -+#define RTL8821A_TRANS_END_STEPS 1 -+ -+ -+#define RTL8821A_TRANS_CARDEMU_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0}, /*0x20[0] = 1b'1 enable LDOA12 MACRO block for all interface*/ \ -+ {0x0067, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x67[0] = 0 to disable BT_GPS_SEL pins*/ \ -+ {0x0001, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 1, PWRSEQ_DELAY_MS},/*Delay 1ms*/ \ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, 0}, /*0x00[5] = 1b'0 release analog Ips to digital ,1:isolation*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3|BIT2), 0},/* disable SW LPS 0x04[10]=0 and WLSUS_EN 0x04[12:11]=0*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0 , BIT0},/* Disable USB suspend */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, BIT1},/* wait till 0x04[17] = 1 power ready*/ \ -+ {0x0075, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0 , 0},/* Enable USB suspend */ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* disable HWPDN 0x04[15]=0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT4|BIT3), 0},/* disable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* polling until return 0*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT0, 0},/**/ \ -+ {0x004F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*0x4C[24] = 0x4F[0] = 1, switch DPDT_SEL_P output from WL BB */\ -+ {0x0067, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, (BIT5|BIT4), (BIT5|BIT4)},/*0x66[13] = 0x67[5] = 1, switch for PAPE_G/PAPE_A from WL BB ; 0x66[12] = 0x67[4] = 1, switch LNAON from WL BB */\ -+ {0x0025, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6, 0},/*anapar_mac<118> , 0x25[6]=0 by wlan single function*/\ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable falling edge triggering interrupt*/\ -+ {0x0063, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable GPIO9 interrupt mode*/\ -+ {0x0062, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Enable GPIO9 input mode*/\ -+ {0x0058, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/*Enable HSISR GPIO[C:0] interrupt*/\ -+ {0x005A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1},/*Enable HSISR GPIO9 interrupt*/\ -+ {0x007A, PWR_CUT_TESTCHIP_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x3A},/*0x7A = 0x3A start BT*/\ -+ {0x002E, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF , 0x82 },/* 0x2C[23:12]=0x820 ; XTAL trim */ \ -+ {0x0010, PWR_CUT_A_MSK , PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6 , BIT6 },/* 0x10[6]=1 ; MP·s¼W¹ï©ó0x2Cªº±±¨îÅv¡A¶·§â0x10[6]³]¬°1¤~¯àÅýWLAN±±¨î */ \ -+ -+ -+#define RTL8821A_TRANS_ACT_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x001F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*0x1F[7:0] = 0 turn off RF*/ \ -+ {0x004F, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*0x4C[24] = 0x4F[0] = 0, switch DPDT_SEL_P output from register 0x65[2] */\ -+ {0x0049, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Enable rising edge triggering interrupt*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, BIT0},/* release WLON reset 0x04[16]=1*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*0x04[9] = 1 turn off MAC by HW state machine*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT1, 0}, /*wait till 0x04[9] = 0 polling until return 0 to disable*/ \ -+ {0x0000, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5}, /*0x00[5] = 1b'1 analog Ips to digital ,1:isolation*/ \ -+ {0x0020, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x20[0] = 1b'0 disable LDOA12 MACRO block*/ \ -+ -+ -+#define RTL8821A_TRANS_CARDEMU_TO_SUS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4|BIT3, (BIT4|BIT3)}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SDIO SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3|BIT4}, /*0x04[12:11] = 2b'11 enable WL suspend for PCIe*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8821A_TRANS_SUS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/ -+ -+#define RTL8821A_TRANS_CARDEMU_TO_CARDDIS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07=0x20 , SOP option to disable BG/MB*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK|PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, BIT3}, /*0x04[12:11] = 2b'01 enable WL suspend*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT2, BIT2}, /*0x04[10] = 1, enable SW LPS*/ \ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 1}, /*0x48[16] = 1 to enable GPIO9 as EXT WAKEUP*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, BIT0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, 0}, /*wait power state to suspend*/ -+ -+#define RTL8821A_TRANS_CARDDIS_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3 | BIT7, 0}, /*clear suspend enable and power down enable*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, BIT0, 0}, /*Set SDIO suspend local register*/ \ -+ {0x0086, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_POLLING, BIT1, BIT1}, /*wait power state to suspend*/\ -+ {0x004A, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0}, /*0x48[16] = 0 to disable GPIO9 as EXT WAKEUP*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT3|BIT4, 0}, /*0x04[12:11] = 2b'01enable WL suspend*/\ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*0x23[4] = 1b'0 12H LDO enter normal mode*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0},/*PCIe DMA start*/ -+ -+ -+#define RTL8821A_TRANS_CARDEMU_TO_PDN \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0023, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, BIT4}, /*0x23[4] = 1b'1 12H LDO enter sleep mode*/ \ -+ {0x0007, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK|PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x20}, /*0x07[7:0] = 0x20 SOP option to disable BG/MB/ACK/SWR*/ \ -+ {0x0006, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/* 0x04[16] = 0*/\ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, BIT7},/* 0x04[15] = 1*/ -+ -+#define RTL8821A_TRANS_PDN_TO_CARDEMU \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0005, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT7, 0},/* 0x04[15] = 0*/ -+ -+#define RTL8821A_TRANS_ACT_TO_LPS \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0301, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*PCIe DMA stop*/ \ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF},/*Tx Pause*/ \ -+ {0x05F8, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05F9, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FA, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x05FB, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, 0xFF, 0},/*Should be zero if no packet is transmitting*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT0, 0},/*CCK and OFDM are disabled,and clock are gated*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_US},/*Delay 1us*/ \ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*Whole BB is reset*/ \ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, 0},/*check if removed later*/ \ -+ {0x0093, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x00},/*When driver enter Sus/ Disable, enable LOP for BT*/ \ -+ {0x0553, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT5, BIT5},/*Respond TxOK to scheduler*/ \ -+ -+ -+#define RTL8821A_TRANS_LPS_TO_ACT \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0x0080, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK,PWR_BASEADDR_SDIO,PWR_CMD_WRITE, 0xFF, 0x84}, /*SDIO RPWM*/\ -+ {0xFE58, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_USB_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*USB RPWM*/\ -+ {0x0361, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_PCI_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0x84}, /*PCIe RPWM*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_DELAY, 0, PWRSEQ_DELAY_MS}, /*Delay*/\ -+ {0x0008, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT4, 0}, /*. 0x08[4] = 0 switch TSF to 40M*/\ -+ {0x0109, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_POLLING, BIT7, 0}, /*Polling 0x109[7]=0 TSF in 40M*/\ -+ {0x0029, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT6|BIT7, 0}, /*. 0x29[7:6] = 2b'00 enable BB clock*/\ -+ {0x0101, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1, BIT1}, /*. 0x101[1] = 1*/\ -+ {0x0100, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ -+ {0x0002, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, BIT1|BIT0, BIT1|BIT0}, /*. 0x02[1:0] = 2b'11 enable BB macro*/\ -+ {0x0522, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,PWR_BASEADDR_MAC,PWR_CMD_WRITE, 0xFF, 0}, /*. 0x522 = 0*/ -+ -+#define RTL8821A_TRANS_END \ -+ /* format */ \ -+ /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, // comments here*/ \ -+ {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK,0,PWR_CMD_END, 0, 0}, // -+ -+ -+extern WLAN_PWR_CFG rtl8821A_power_on_flow[RTL8821A_TRANS_CARDEMU_TO_ACT_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_radio_off_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_card_disable_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_card_enable_flow[RTL8821A_TRANS_CARDDIS_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_ACT_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_suspend_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_resume_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_SUS_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_hwpdn_flow[RTL8821A_TRANS_ACT_TO_CARDEMU_STEPS+RTL8821A_TRANS_CARDEMU_TO_PDN_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_enter_lps_flow[RTL8821A_TRANS_ACT_TO_LPS_STEPS+RTL8821A_TRANS_END_STEPS]; -+extern WLAN_PWR_CFG rtl8821A_leave_lps_flow[RTL8821A_TRANS_LPS_TO_ACT_STEPS+RTL8821A_TRANS_END_STEPS]; -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_btcoex.h linux/3rdparty/rtl8812au/include/hal_btcoex.h ---- linux.old/3rdparty/rtl8812au/include/hal_btcoex.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_btcoex.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,93 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_BTCOEX_H__ -+#define __HAL_BTCOEX_H__ -+ -+#include -+ -+// Some variables can't get from outsrc BT-Coex, -+// so we need to save here -+typedef struct _BT_COEXIST -+{ -+ u8 bBtExist; -+ u8 btTotalAntNum; -+ u8 btChipType; -+ u8 bInitlized; -+ u8 btAntisolation; -+} BT_COEXIST, *PBT_COEXIST; -+ -+void DBG_BT_INFO(u8 *dbgmsg); -+ -+void hal_btcoex_SetBTCoexist(PADAPTER padapter, u8 bBtExist); -+u8 hal_btcoex_IsBtExist(PADAPTER padapter); -+u8 hal_btcoex_IsBtDisabled(PADAPTER); -+void hal_btcoex_SetChipType(PADAPTER padapter, u8 chipType); -+u8 hal_btcoex_GetChipType(PADAPTER padapter); -+void hal_btcoex_SetPgAntNum(PADAPTER padapter, u8 antNum); -+u8 hal_btcoex_GetPgAntNum(PADAPTER padapter); -+void hal_btcoex_SetSingleAntPath(PADAPTER padapter, u8 singleAntPath); -+ -+u8 hal_btcoex_Initialize(PADAPTER padapter); -+void hal_btcoex_PowerOnSetting(PADAPTER padapter); -+void hal_btcoex_PreLoadFirmware(PADAPTER padapter); -+void hal_btcoex_InitHwConfig(PADAPTER padapter, u8 bWifiOnly); -+ -+void hal_btcoex_IpsNotify(PADAPTER padapter, u8 type); -+void hal_btcoex_LpsNotify(PADAPTER padapter, u8 type); -+void hal_btcoex_ScanNotify(PADAPTER padapter, u8 type); -+void hal_btcoex_ConnectNotify(PADAPTER padapter, u8 action); -+void hal_btcoex_MediaStatusNotify(PADAPTER padapter, u8 mediaStatus); -+void hal_btcoex_SpecialPacketNotify(PADAPTER padapter, u8 pktType); -+void hal_btcoex_IQKNotify(PADAPTER padapter, u8 state); -+void hal_btcoex_BtInfoNotify(PADAPTER padapter, u8 length, u8 *tmpBuf); -+void hal_btcoex_SuspendNotify(PADAPTER padapter, u8 state); -+void hal_btcoex_HaltNotify(PADAPTER padapter); -+void hal_btcoex_SwitchBtTRxMask(PADAPTER padapter); -+ -+void hal_btcoex_Hanlder(PADAPTER padapter); -+ -+s32 hal_btcoex_IsBTCoexRejectAMPDU(PADAPTER padapter); -+s32 hal_btcoex_IsBTCoexCtrlAMPDUSize(PADAPTER padapter); -+u32 hal_btcoex_GetAMPDUSize(PADAPTER padapter); -+void hal_btcoex_SetManualControl(PADAPTER padapter, u8 bmanual); -+u8 hal_btcoex_1Ant(PADAPTER padapter); -+u8 hal_btcoex_IsBtControlLps(PADAPTER); -+u8 hal_btcoex_IsLpsOn(PADAPTER); -+u8 hal_btcoex_RpwmVal(PADAPTER); -+u8 hal_btcoex_LpsVal(PADAPTER); -+u32 hal_btcoex_GetRaMask(PADAPTER); -+void hal_btcoex_RecordPwrMode(PADAPTER padapter, u8 *pCmdBuf, u8 cmdLen); -+void hal_btcoex_DisplayBtCoexInfo(PADAPTER, u8 *pbuf, u32 bufsize); -+void hal_btcoex_SetDBG(PADAPTER, u32 *pDbgModule); -+u32 hal_btcoex_GetDBG(PADAPTER, u8 *pStrBuf, u32 bufSize); -+u8 hal_btcoex_IncreaseScanDeviceNum(PADAPTER); -+u8 hal_btcoex_IsBtLinkExist(PADAPTER); -+void hal_btcoex_SetBtPatchVersion(PADAPTER,u16 btHciVer,u16 btPatchVer); -+void hal_btcoex_SetHciVersion(PADAPTER, u16 hciVersion); -+void hal_btcoex_SendScanNotify(PADAPTER, u8 type); -+void hal_btcoex_StackUpdateProfileInfo(void); -+void hal_btcoex_PTAOffOnNotify(PADAPTER padapter, u8 bONOFF); -+void hal_btcoex_SetAntIsolationType(PADAPTER padapter, u8 anttype); -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+int hal_btcoex_AntIsolationConfig_ParaFile(IN PADAPTER Adapter,IN char* pFileName); -+int hal_btcoex_ParseAntIsolationConfigFile(PADAPTER Adapter, char* buffer); -+#endif // CONFIG_LOAD_PHY_PARA_FROM_FILE -+#endif // !__HAL_BTCOEX_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_com.h linux/3rdparty/rtl8812au/include/hal_com.h ---- linux.old/3rdparty/rtl8812au/include/hal_com.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_com.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,487 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_COMMON_H__ -+#define __HAL_COMMON_H__ -+ -+#include "HalVerDef.h" -+#include "hal_pg.h" -+#include "hal_phy.h" -+#include "hal_phy_reg.h" -+#include "hal_com_reg.h" -+#include "hal_com_phycfg.h" -+ -+/*------------------------------ Tx Desc definition Macro ------------------------*/ -+//#pragma mark -- Tx Desc related definition. -- -+//---------------------------------------------------------------------------- -+//----------------------------------------------------------- -+// Rate -+//----------------------------------------------------------- -+// CCK Rates, TxHT = 0 -+#define DESC_RATE1M 0x00 -+#define DESC_RATE2M 0x01 -+#define DESC_RATE5_5M 0x02 -+#define DESC_RATE11M 0x03 -+ -+// OFDM Rates, TxHT = 0 -+#define DESC_RATE6M 0x04 -+#define DESC_RATE9M 0x05 -+#define DESC_RATE12M 0x06 -+#define DESC_RATE18M 0x07 -+#define DESC_RATE24M 0x08 -+#define DESC_RATE36M 0x09 -+#define DESC_RATE48M 0x0a -+#define DESC_RATE54M 0x0b -+ -+// MCS Rates, TxHT = 1 -+#define DESC_RATEMCS0 0x0c -+#define DESC_RATEMCS1 0x0d -+#define DESC_RATEMCS2 0x0e -+#define DESC_RATEMCS3 0x0f -+#define DESC_RATEMCS4 0x10 -+#define DESC_RATEMCS5 0x11 -+#define DESC_RATEMCS6 0x12 -+#define DESC_RATEMCS7 0x13 -+#define DESC_RATEMCS8 0x14 -+#define DESC_RATEMCS9 0x15 -+#define DESC_RATEMCS10 0x16 -+#define DESC_RATEMCS11 0x17 -+#define DESC_RATEMCS12 0x18 -+#define DESC_RATEMCS13 0x19 -+#define DESC_RATEMCS14 0x1a -+#define DESC_RATEMCS15 0x1b -+#define DESC_RATEMCS16 0x1C -+#define DESC_RATEMCS17 0x1D -+#define DESC_RATEMCS18 0x1E -+#define DESC_RATEMCS19 0x1F -+#define DESC_RATEMCS20 0x20 -+#define DESC_RATEMCS21 0x21 -+#define DESC_RATEMCS22 0x22 -+#define DESC_RATEMCS23 0x23 -+#define DESC_RATEMCS24 0x24 -+#define DESC_RATEMCS25 0x25 -+#define DESC_RATEMCS26 0x26 -+#define DESC_RATEMCS27 0x27 -+#define DESC_RATEMCS28 0x28 -+#define DESC_RATEMCS29 0x29 -+#define DESC_RATEMCS30 0x2A -+#define DESC_RATEMCS31 0x2B -+#define DESC_RATEVHTSS1MCS0 0x2C -+#define DESC_RATEVHTSS1MCS1 0x2D -+#define DESC_RATEVHTSS1MCS2 0x2E -+#define DESC_RATEVHTSS1MCS3 0x2F -+#define DESC_RATEVHTSS1MCS4 0x30 -+#define DESC_RATEVHTSS1MCS5 0x31 -+#define DESC_RATEVHTSS1MCS6 0x32 -+#define DESC_RATEVHTSS1MCS7 0x33 -+#define DESC_RATEVHTSS1MCS8 0x34 -+#define DESC_RATEVHTSS1MCS9 0x35 -+#define DESC_RATEVHTSS2MCS0 0x36 -+#define DESC_RATEVHTSS2MCS1 0x37 -+#define DESC_RATEVHTSS2MCS2 0x38 -+#define DESC_RATEVHTSS2MCS3 0x39 -+#define DESC_RATEVHTSS2MCS4 0x3A -+#define DESC_RATEVHTSS2MCS5 0x3B -+#define DESC_RATEVHTSS2MCS6 0x3C -+#define DESC_RATEVHTSS2MCS7 0x3D -+#define DESC_RATEVHTSS2MCS8 0x3E -+#define DESC_RATEVHTSS2MCS9 0x3F -+#define DESC_RATEVHTSS3MCS0 0x40 -+#define DESC_RATEVHTSS3MCS1 0x41 -+#define DESC_RATEVHTSS3MCS2 0x42 -+#define DESC_RATEVHTSS3MCS3 0x43 -+#define DESC_RATEVHTSS3MCS4 0x44 -+#define DESC_RATEVHTSS3MCS5 0x45 -+#define DESC_RATEVHTSS3MCS6 0x46 -+#define DESC_RATEVHTSS3MCS7 0x47 -+#define DESC_RATEVHTSS3MCS8 0x48 -+#define DESC_RATEVHTSS3MCS9 0x49 -+#define DESC_RATEVHTSS4MCS0 0x4A -+#define DESC_RATEVHTSS4MCS1 0x4B -+#define DESC_RATEVHTSS4MCS2 0x4C -+#define DESC_RATEVHTSS4MCS3 0x4D -+#define DESC_RATEVHTSS4MCS4 0x4E -+#define DESC_RATEVHTSS4MCS5 0x4F -+#define DESC_RATEVHTSS4MCS6 0x50 -+#define DESC_RATEVHTSS4MCS7 0x51 -+#define DESC_RATEVHTSS4MCS8 0x52 -+#define DESC_RATEVHTSS4MCS9 0x53 -+ -+#define HDATA_RATE(rate)\ -+(rate==DESC_RATE1M)?"CCK_1M":\ -+(rate==DESC_RATE2M)?"CCK_2M":\ -+(rate==DESC_RATE5_5M)?"CCK5_5M":\ -+(rate==DESC_RATE11M)?"CCK_11M":\ -+(rate==DESC_RATE6M)?"OFDM_6M":\ -+(rate==DESC_RATE9M)?"OFDM_9M":\ -+(rate==DESC_RATE12M)?"OFDM_12M":\ -+(rate==DESC_RATE18M)?"OFDM_18M":\ -+(rate==DESC_RATE24M)?"OFDM_24M":\ -+(rate==DESC_RATE36M)?"OFDM_36M":\ -+(rate==DESC_RATE48M)?"OFDM_48M":\ -+(rate==DESC_RATE54M)?"OFDM_54M":\ -+(rate==DESC_RATEMCS0)?"MCS0":\ -+(rate==DESC_RATEMCS1)?"MCS1":\ -+(rate==DESC_RATEMCS2)?"MCS2":\ -+(rate==DESC_RATEMCS3)?"MCS3":\ -+(rate==DESC_RATEMCS4)?"MCS4":\ -+(rate==DESC_RATEMCS5)?"MCS5":\ -+(rate==DESC_RATEMCS6)?"MCS6":\ -+(rate==DESC_RATEMCS7)?"MCS7":\ -+(rate==DESC_RATEMCS8)?"MCS8":\ -+(rate==DESC_RATEMCS9)?"MCS9":\ -+(rate==DESC_RATEMCS10)?"MCS10":\ -+(rate==DESC_RATEMCS11)?"MCS11":\ -+(rate==DESC_RATEMCS12)?"MCS12":\ -+(rate==DESC_RATEMCS13)?"MCS13":\ -+(rate==DESC_RATEMCS14)?"MCS14":\ -+(rate==DESC_RATEMCS15)?"MCS15":\ -+(rate==DESC_RATEVHTSS1MCS0)?"VHTSS1MCS0":\ -+(rate==DESC_RATEVHTSS1MCS1)?"VHTSS1MCS1":\ -+(rate==DESC_RATEVHTSS1MCS2)?"VHTSS1MCS2":\ -+(rate==DESC_RATEVHTSS1MCS3)?"VHTSS1MCS3":\ -+(rate==DESC_RATEVHTSS1MCS4)?"VHTSS1MCS4":\ -+(rate==DESC_RATEVHTSS1MCS5)?"VHTSS1MCS5":\ -+(rate==DESC_RATEVHTSS1MCS6)?"VHTSS1MCS6":\ -+(rate==DESC_RATEVHTSS1MCS7)?"VHTSS1MCS7":\ -+(rate==DESC_RATEVHTSS1MCS8)?"VHTSS1MCS8":\ -+(rate==DESC_RATEVHTSS1MCS9)?"VHTSS1MCS9":\ -+(rate==DESC_RATEVHTSS2MCS0)?"VHTSS2MCS0":\ -+(rate==DESC_RATEVHTSS2MCS1)?"VHTSS2MCS1":\ -+(rate==DESC_RATEVHTSS2MCS2)?"VHTSS2MCS2":\ -+(rate==DESC_RATEVHTSS2MCS3)?"VHTSS2MCS3":\ -+(rate==DESC_RATEVHTSS2MCS4)?"VHTSS2MCS4":\ -+(rate==DESC_RATEVHTSS2MCS5)?"VHTSS2MCS5":\ -+(rate==DESC_RATEVHTSS2MCS6)?"VHTSS2MCS6":\ -+(rate==DESC_RATEVHTSS2MCS7)?"VHTSS2MCS7":\ -+(rate==DESC_RATEVHTSS2MCS8)?"VHTSS2MCS8":\ -+(rate==DESC_RATEVHTSS2MCS9)?"VHTSS2MCS9":"UNKNOW" -+ -+ -+enum{ -+ UP_LINK, -+ DOWN_LINK, -+}; -+typedef enum _RT_MEDIA_STATUS { -+ RT_MEDIA_DISCONNECT = 0, -+ RT_MEDIA_CONNECT = 1 -+} RT_MEDIA_STATUS; -+ -+#define MAX_DLFW_PAGE_SIZE 4096 // @ page : 4k bytes -+typedef enum _FIRMWARE_SOURCE { -+ FW_SOURCE_IMG_FILE = 0, -+ FW_SOURCE_HEADER_FILE = 1, //from header file -+} FIRMWARE_SOURCE, *PFIRMWARE_SOURCE; -+ -+// -+// Queue Select Value in TxDesc -+// -+#define QSLT_BK 0x2//0x01 -+#define QSLT_BE 0x0 -+#define QSLT_VI 0x5//0x4 -+#define QSLT_VO 0x7//0x6 -+#define QSLT_BEACON 0x10 -+#define QSLT_HIGH 0x11 -+#define QSLT_MGNT 0x12 -+#define QSLT_CMD 0x13 -+ -+// BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. -+//#define MAX_TX_QUEUE 9 -+ -+#define TX_SELE_HQ BIT(0) // High Queue -+#define TX_SELE_LQ BIT(1) // Low Queue -+#define TX_SELE_NQ BIT(2) // Normal Queue -+#define TX_SELE_EQ BIT(3) // Extern Queue -+ -+#define PageNum_128(_Len) (u32)(((_Len)>>7) + ((_Len)&0x7F ? 1:0)) -+#define PageNum_256(_Len) (u32)(((_Len)>>8) + ((_Len)&0xFF ? 1:0)) -+#define PageNum_512(_Len) (u32)(((_Len)>>9) + ((_Len)&0x1FF ? 1:0)) -+#define PageNum(_Len, _Size) (u32)(((_Len)/(_Size)) + ((_Len)&((_Size) - 1) ? 1:0)) -+ -+struct dbg_rx_counter -+{ -+ u32 rx_pkt_ok; -+ u32 rx_pkt_crc_error; -+ u32 rx_pkt_drop; -+ u32 rx_ofdm_fa; -+ u32 rx_cck_fa; -+ u32 rx_ht_fa; -+}; -+void rtw_dump_mac_rx_counters(_adapter* padapter,struct dbg_rx_counter *rx_counter); -+void rtw_dump_phy_rx_counters(_adapter* padapter,struct dbg_rx_counter *rx_counter); -+void rtw_reset_mac_rx_counters(_adapter* padapter); -+void rtw_reset_phy_rx_counters(_adapter* padapter); -+ -+#ifdef DBG_RX_COUNTER_DUMP -+#define DUMP_DRV_RX_COUNTER BIT0 -+#define DUMP_MAC_RX_COUNTER BIT1 -+#define DUMP_PHY_RX_COUNTER BIT2 -+#define DUMP_DRV_TRX_COUNTER_DATA BIT3 -+ -+void rtw_dump_phy_rxcnts_preprocess(_adapter* padapter,u8 rx_cnt_mode); -+void rtw_dump_rx_counters(_adapter* padapter); -+#endif -+ -+void dump_chip_info(HAL_VERSION ChipVersion); -+void rtw_hal_config_rftype(PADAPTER padapter); -+ -+u8 //return the final channel plan decision -+hal_com_config_channel_plan( -+ IN PADAPTER padapter, -+ IN u8 hw_channel_plan, //channel plan from HW (efuse/eeprom) -+ IN u8 sw_channel_plan, //channel plan from SW (registry/module param) -+ IN u8 def_channel_plan, //channel plan used when the former two is invalid -+ IN BOOLEAN AutoLoadFail -+ ); -+ -+int hal_config_macaddr(_adapter *adapter, bool autoload_fail); -+ -+BOOLEAN -+HAL_IsLegalChannel( -+ IN PADAPTER Adapter, -+ IN u32 Channel -+ ); -+ -+u8 MRateToHwRate(u8 rate); -+ -+u8 HwRateToMRate(u8 rate); -+ -+void HalSetBrateCfg( -+ IN PADAPTER Adapter, -+ IN u8 *mBratesOS, -+ OUT u16 *pBrateCfg); -+ -+BOOLEAN -+Hal_MappingOutPipe( -+ IN PADAPTER pAdapter, -+ IN u8 NumOutPipe -+ ); -+ -+void hal_init_macaddr(_adapter *adapter); -+ -+void rtw_init_hal_com_default_value(PADAPTER Adapter); -+ -+void c2h_evt_clear(_adapter *adapter); -+s32 c2h_evt_read(_adapter *adapter, u8 *buf); -+s32 c2h_evt_read_88xx(_adapter *adapter, u8 *buf); -+ -+u8 rtw_hal_networktype_to_raid(_adapter *adapter, struct sta_info *psta); -+u8 rtw_get_mgntframe_raid(_adapter *adapter,unsigned char network_type); -+void rtw_hal_update_sta_rate_mask(PADAPTER padapter, struct sta_info *psta); -+ -+/* access HW only */ -+u32 rtw_sec_read_cam(_adapter *adapter, u8 addr); -+void rtw_sec_write_cam(_adapter *adapter, u8 addr, u32 wdata); -+void rtw_sec_read_cam_ent(_adapter *adapter, u8 id, u8 *ctrl, u8 *mac, u8 *key); -+void rtw_sec_write_cam_ent(_adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key); -+bool rtw_sec_read_cam_is_gk(_adapter *adapter, u8 id); -+ -+void hw_var_port_switch(_adapter *adapter); -+ -+void SetHwReg(PADAPTER padapter, u8 variable, u8 *val); -+void GetHwReg(PADAPTER padapter, u8 variable, u8 *val); -+void rtw_hal_check_rxfifo_full(_adapter *adapter); -+ -+u8 SetHalDefVar(_adapter *adapter, HAL_DEF_VARIABLE variable, void *value); -+u8 GetHalDefVar(_adapter *adapter, HAL_DEF_VARIABLE variable, void *value); -+ -+BOOLEAN -+eqNByte( -+ u8* str1, -+ u8* str2, -+ u32 num -+ ); -+ -+BOOLEAN -+IsHexDigit( -+ IN char chTmp -+ ); -+ -+u32 -+MapCharToHexDigit( -+ IN char chTmp -+); -+ -+BOOLEAN -+GetHexValueFromString( -+ IN char* szStr, -+ IN OUT u32* pu4bVal, -+ IN OUT u32* pu4bMove -+ ); -+ -+BOOLEAN -+GetFractionValueFromString( -+ IN char* szStr, -+ IN OUT u8* pInteger, -+ IN OUT u8* pFraction, -+ IN OUT u32* pu4bMove -+ ); -+ -+BOOLEAN -+IsCommentString( -+ IN char* szStr -+ ); -+ -+BOOLEAN -+ParseQualifiedString( -+ IN char* In, -+ IN OUT u32* Start, -+ OUT char* Out, -+ IN char LeftQualifier, -+ IN char RightQualifier -+ ); -+ -+BOOLEAN -+GetU1ByteIntegerFromStringInDecimal( -+ IN char* Str, -+ IN OUT u8* pInt -+ ); -+ -+BOOLEAN -+isAllSpaceOrTab( -+ u8* data, -+ u8 size -+ ); -+ -+void linked_info_dump(_adapter *padapter,u8 benable); -+#ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+void rtw_get_raw_rssi_info(void *sel, _adapter *padapter); -+void rtw_store_phy_info(_adapter *padapter, union recv_frame *prframe); -+void rtw_dump_raw_rssi_info(_adapter *padapter); -+#endif -+ -+#define HWSET_MAX_SIZE 512 -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+#define EFUSE_FILE_COLUMN_NUM 16 -+u32 Hal_readPGDataFromConfigFile(PADAPTER padapter); -+u32 Hal_ReadMACAddrFromFile(PADAPTER padapter, u8 *mac_addr); -+#endif /* CONFIG_EFUSE_CONFIG_FILE */ -+ -+int check_phy_efuse_tx_power_info_valid(PADAPTER padapter); -+int hal_efuse_macaddr_offset(_adapter *adapter); -+int Hal_GetPhyEfuseMACAddr(PADAPTER padapter, u8 *mac_addr); -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+void rtw_bb_rf_gain_offset(_adapter *padapter); -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+void dm_DynamicUsbTxAgg(_adapter *padapter, u8 from_timer); -+u8 rtw_hal_busagg_qsel_check(_adapter *padapter,u8 pre_qsel,u8 next_qsel); -+void GetHalODMVar( -+ PADAPTER Adapter, -+ HAL_ODM_VARIABLE eVariable, -+ PVOID pValue1, -+ PVOID pValue2); -+void SetHalODMVar( -+ PADAPTER Adapter, -+ HAL_ODM_VARIABLE eVariable, -+ PVOID pValue1, -+ BOOLEAN bSet); -+ -+#ifdef CONFIG_BACKGROUND_NOISE_MONITOR -+struct noise_info -+{ -+ u8 bPauseDIG; -+ u8 IGIValue; -+ u32 max_time;//ms -+ u8 chan; -+}; -+#endif -+ -+void rtw_get_noise(_adapter* padapter); -+ -+void rtw_hal_set_fw_rsvd_page(_adapter* adapter, bool finished); -+ -+#ifdef CONFIG_GPIO_API -+u8 rtw_hal_get_gpio(_adapter* adapter, u8 gpio_num); -+int rtw_hal_set_gpio_output_value(_adapter* adapter, u8 gpio_num, bool isHigh); -+int rtw_hal_config_gpio(_adapter* adapter, u8 gpio_num, bool isOutput); -+int rtw_hal_register_gpio_interrupt(_adapter* adapter, int gpio_num, void(*callback)(u8 level)); -+int rtw_hal_disable_gpio_interrupt(_adapter* adapter, int gpio_num); -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+void rtw_hal_set_output_gpio(_adapter *padapter, u8 index, u8 outputval); -+#endif -+ -+typedef enum _HAL_PHYDM_OPS { -+ HAL_PHYDM_DIS_ALL_FUNC, -+ HAL_PHYDM_FUNC_SET, -+ HAL_PHYDM_FUNC_CLR, -+ HAL_PHYDM_ABILITY_BK, -+ HAL_PHYDM_ABILITY_RESTORE, -+ HAL_PHYDM_ABILITY_SET, -+ HAL_PHYDM_ABILITY_GET, -+} HAL_PHYDM_OPS; -+ -+ -+#define DYNAMIC_FUNC_DISABLE (0x0) -+u32 rtw_phydm_ability_ops(_adapter *adapter, HAL_PHYDM_OPS ops, u32 ability); -+ -+#define rtw_phydm_func_disable_all(adapter) \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_DIS_ALL_FUNC, 0) -+ -+#define rtw_phydm_func_for_offchannel(adapter) \ -+ do { \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_DIS_ALL_FUNC, 0); \ -+ if (rtw_odm_adaptivity_needed(adapter)) \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_FUNC_SET, ODM_BB_ADAPTIVITY); \ -+ } while (0) -+ -+#define rtw_phydm_func_set(adapter, ability) \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_FUNC_SET, ability) -+ -+#define rtw_phydm_func_clr(adapter, ability) \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_FUNC_CLR, ability) -+ -+#define rtw_phydm_ability_backup(adapter) \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_ABILITY_BK, 0) -+ -+#define rtw_phydm_ability_restore(adapter) \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_ABILITY_RESTORE, 0) -+ -+#define rtw_phydm_ability_set(adapter, ability) \ -+ rtw_phydm_ability_ops(adapter, HAL_PHYDM_ABILITY_SET, ability) -+ -+static inline u32 rtw_phydm_ability_get(_adapter *adapter) -+{ -+ return rtw_phydm_ability_ops(adapter, HAL_PHYDM_ABILITY_GET, 0); -+} -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+extern char *rtw_phy_file_path; -+extern char rtw_phy_para_file_path[PATH_LENGTH_MAX]; -+#define GetLineFromBuffer(buffer) strsep(&buffer, "\n") -+#endif -+ -+#ifdef CONFIG_FW_C2H_DEBUG -+void Debug_FwC2H(PADAPTER padapter, u8 *pdata, u8 len); -+#endif -+/*CONFIG_FW_C2H_DEBUG*/ -+ -+void update_IOT_info(_adapter *padapter); -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+void rtw_acs_start(_adapter *padapter, bool bStart); -+#endif -+ -+void hal_set_crystal_cap(_adapter *adapter, u8 crystal_cap); -+ -+#endif //__HAL_COMMON_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_com_h2c.h linux/3rdparty/rtl8812au/include/hal_com_h2c.h ---- linux.old/3rdparty/rtl8812au/include/hal_com_h2c.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_com_h2c.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,333 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __COMMON_H2C_H__ -+#define __COMMON_H2C_H__ -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD DEFINITION ------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+// 88e, 8723b, 8812, 8821, 92e use the same FW code base -+enum h2c_cmd{ -+ //Common Class: 000 -+ H2C_RSVD_PAGE = 0x00, -+ H2C_MEDIA_STATUS_RPT = 0x01, -+ H2C_SCAN_ENABLE = 0x02, -+ H2C_KEEP_ALIVE = 0x03, -+ H2C_DISCON_DECISION = 0x04, -+ H2C_PSD_OFFLOAD = 0x05, -+ H2C_AP_OFFLOAD = 0x08, -+ H2C_BCN_RSVDPAGE = 0x09, -+ H2C_PROBERSP_RSVDPAGE = 0x0A, -+ H2C_FCS_RSVDPAGE = 0x10, -+ H2C_FCS_INFO = 0x11, -+ H2C_AP_WOW_GPIO_CTRL = 0x13, -+ -+ //PoweSave Class: 001 -+ H2C_SET_PWR_MODE = 0x20, -+ H2C_PS_TUNING_PARA = 0x21, -+ H2C_PS_TUNING_PARA2 = 0x22, -+ H2C_P2P_LPS_PARAM = 0x23, -+ H2C_P2P_PS_OFFLOAD = 0x24, -+ H2C_PS_SCAN_ENABLE = 0x25, -+ H2C_SAP_PS_ = 0x26, -+ H2C_INACTIVE_PS_ = 0x27, //Inactive_PS -+ H2C_FWLPS_IN_IPS_ = 0x28, -+ -+ //Dynamic Mechanism Class: 010 -+ H2C_MACID_CFG = 0x40, -+ H2C_TXBF = 0x41, -+ H2C_RSSI_SETTING = 0x42, -+ H2C_AP_REQ_TXRPT = 0x43, -+ H2C_INIT_RATE_COLLECT = 0x44, -+ H2C_IQ_CALIBRATION = 0x45, -+ -+ H2C_RA_MASK_3SS = 0x46,/* for 8814A */ -+ H2C_RA_PARA_ADJUST = 0x47,/* CONFIG_RA_DBG_CMD */ -+ H2C_DYNAMIC_TX_PATH = 0x48,/* for 8814A */ -+ -+ H2C_FW_TRACE_EN = 0x49, -+ -+ //BT Class: 011 -+ H2C_B_TYPE_TDMA = 0x60, -+ H2C_BT_INFO = 0x61, -+ H2C_FORCE_BT_TXPWR = 0x62, -+ H2C_BT_IGNORE_WLANACT = 0x63, -+ H2C_DAC_SWING_VALUE = 0x64, -+ H2C_ANT_SEL_RSV = 0x65, -+ H2C_WL_OPMODE = 0x66, -+ H2C_BT_MP_OPER = 0x67, -+ H2C_BT_CONTROL = 0x68, -+ H2C_BT_WIFI_CTRL = 0x69, -+ H2C_BT_FW_PATCH = 0x6A, -+ -+ //WOWLAN Class: 100 -+ H2C_WOWLAN = 0x80, -+ H2C_REMOTE_WAKE_CTRL = 0x81, -+ H2C_AOAC_GLOBAL_INFO = 0x82, -+ H2C_AOAC_RSVD_PAGE = 0x83, -+ H2C_AOAC_RSVD_PAGE2 = 0x84, -+ H2C_D0_SCAN_OFFLOAD_CTRL = 0x85, -+ H2C_D0_SCAN_OFFLOAD_INFO = 0x86, -+ H2C_CHNL_SWITCH_OFFLOAD = 0x87, -+ H2C_AOAC_RSVDPAGE3 = 0x88, -+ H2C_P2P_OFFLOAD_RSVD_PAGE = 0x8A, -+ H2C_P2P_OFFLOAD = 0x8B, -+ -+ H2C_RESET_TSF = 0xC0, -+ H2C_MAXID, -+}; -+ -+#define H2C_INACTIVE_PS_LEN 3 -+#define H2C_RSVDPAGE_LOC_LEN 5 -+#define H2C_MEDIA_STATUS_RPT_LEN 3 -+#define H2C_KEEP_ALIVE_CTRL_LEN 2 -+#define H2C_DISCON_DECISION_LEN 3 -+#define H2C_AP_OFFLOAD_LEN 3 -+#define H2C_AP_WOW_GPIO_CTRL_LEN 4 -+#define H2C_AP_PS_LEN 2 -+#define H2C_PWRMODE_LEN 7 -+#define H2C_PSTUNEPARAM_LEN 4 -+#define H2C_MACID_CFG_LEN 7 -+#define H2C_BTMP_OPER_LEN 5 -+#define H2C_WOWLAN_LEN 5 -+#define H2C_REMOTE_WAKE_CTRL_LEN 3 -+#define H2C_AOAC_GLOBAL_INFO_LEN 2 -+#define H2C_AOAC_RSVDPAGE_LOC_LEN 7 -+#define H2C_SCAN_OFFLOAD_CTRL_LEN 4 -+#define H2C_BT_FW_PATCH_LEN 6 -+#define H2C_RSSI_SETTING_LEN 4 -+#define H2C_AP_REQ_TXRPT_LEN 2 -+#define H2C_FORCE_BT_TXPWR_LEN 3 -+#define H2C_BCN_RSVDPAGE_LEN 5 -+#define H2C_PROBERSP_RSVDPAGE_LEN 5 -+#define H2C_P2PRSVDPAGE_LOC_LEN 5 -+#define H2C_P2P_OFFLOAD_LEN 3 -+ -+#define eqMacAddr(a,b) ( ((a)[0]==(b)[0] && (a)[1]==(b)[1] && (a)[2]==(b)[2] && (a)[3]==(b)[3] && (a)[4]==(b)[4] && (a)[5]==(b)[5]) ? 1:0 ) -+#define cpMacAddr(des,src) ((des)[0]=(src)[0],(des)[1]=(src)[1],(des)[2]=(src)[2],(des)[3]=(src)[3],(des)[4]=(src)[4],(des)[5]=(src)[5]) -+#define cpIpAddr(des,src) ((des)[0]=(src)[0],(des)[1]=(src)[1],(des)[2]=(src)[2],(des)[3]=(src)[3]) -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+// -+// ARP packet -+// -+// LLC Header -+#define GET_ARP_PKT_LLC_TYPE(__pHeader) ReadEF2Byte( ((u8*)(__pHeader)) + 6) -+ -+//ARP element -+#define GET_ARP_PKT_OPERATION(__pHeader) ReadEF2Byte(((u8*)(__pHeader)) + 6) -+#define GET_ARP_PKT_SENDER_MAC_ADDR(__pHeader, _val) cpMacAddr((u8*)(_val), ((u8*)(__pHeader))+8) -+#define GET_ARP_PKT_SENDER_IP_ADDR(__pHeader, _val) cpIpAddr((u8*)(_val), ((u8*)(__pHeader))+14) -+#define GET_ARP_PKT_TARGET_MAC_ADDR(__pHeader, _val) cpMacAddr((u8*)(_val), ((u8*)(__pHeader))+18) -+#define GET_ARP_PKT_TARGET_IP_ADDR(__pHeader, _val) cpIpAddr((u8*)(_val), ((u8*)(__pHeader))+24) -+ -+#define SET_ARP_PKT_HW(__pHeader, __Value) WriteEF2Byte( ((u8*)(__pHeader)) + 0, __Value) -+#define SET_ARP_PKT_PROTOCOL(__pHeader, __Value) WriteEF2Byte( ((u8*)(__pHeader)) + 2, __Value) -+#define SET_ARP_PKT_HW_ADDR_LEN(__pHeader, __Value) WriteEF1Byte( ((u8*)(__pHeader)) + 4, __Value) -+#define SET_ARP_PKT_PROTOCOL_ADDR_LEN(__pHeader, __Value) WriteEF1Byte( ((u8*)(__pHeader)) + 5, __Value) -+#define SET_ARP_PKT_OPERATION(__pHeader, __Value) WriteEF2Byte( ((u8*)(__pHeader)) + 6, __Value) -+#define SET_ARP_PKT_SENDER_MAC_ADDR(__pHeader, _val) cpMacAddr(((u8*)(__pHeader))+8, (u8*)(_val)) -+#define SET_ARP_PKT_SENDER_IP_ADDR(__pHeader, _val) cpIpAddr(((u8*)(__pHeader))+14, (u8*)(_val)) -+#define SET_ARP_PKT_TARGET_MAC_ADDR(__pHeader, _val) cpMacAddr(((u8*)(__pHeader))+18, (u8*)(_val)) -+#define SET_ARP_PKT_TARGET_IP_ADDR(__pHeader, _val) cpIpAddr(((u8*)(__pHeader))+24, (u8*)(_val)) -+ -+#define FW_WOWLAN_FUN_EN BIT(0) -+#define FW_WOWLAN_PATTERN_MATCH BIT(1) -+#define FW_WOWLAN_MAGIC_PKT BIT(2) -+#define FW_WOWLAN_UNICAST BIT(3) -+#define FW_WOWLAN_ALL_PKT_DROP BIT(4) -+#define FW_WOWLAN_GPIO_ACTIVE BIT(5) -+#define FW_WOWLAN_REKEY_WAKEUP BIT(6) -+#define FW_WOWLAN_DEAUTH_WAKEUP BIT(7) -+ -+#define FW_WOWLAN_GPIO_WAKEUP_EN BIT(0) -+#define FW_FW_PARSE_MAGIC_PKT BIT(1) -+ -+#define FW_REMOTE_WAKE_CTRL_EN BIT(0) -+#define FW_REALWOWLAN_EN BIT(5) -+ -+#define FW_WOWLAN_KEEP_ALIVE_EN BIT(0) -+#define FW_ADOPT_USER BIT(1) -+#define FW_WOWLAN_KEEP_ALIVE_PKT_TYPE BIT(2) -+ -+#define FW_REMOTE_WAKE_CTRL_EN BIT(0) -+#define FW_ARP_EN BIT(1) -+#define FW_REALWOWLAN_EN BIT(5) -+#define FW_WOW_FW_UNICAST_EN BIT(7) -+ -+#endif //CONFIG_WOWLAN -+ -+//_RSVDPAGE_LOC_CMD_0x00 -+#define SET_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value)SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+ -+//_MEDIA_STATUS_RPT_PARM_CMD_0x01 -+#define SET_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+//_KEEP_ALIVE_CMD_0x03 -+#define SET_H2CCMD_KEEPALIVE_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_KEEPALIVE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+ -+//_DISCONNECT_DECISION_CMD_0x04 -+#define SET_H2CCMD_DISCONDECISION_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_DISCONDECISION_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+//_AP_Offload 0x08 -+#define SET_H2CCMD_AP_WOWLAN_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+//_BCN_RsvdPage 0x09 -+#define SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_BCN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+//_Probersp_RsvdPage 0x0a -+#define SET_H2CCMD_AP_WOWLAN_RSVDPAGE_LOC_ProbeRsp(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+//_Probersp_RsvdPage 0x13 -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_INDEX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 4, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_C2H_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_PLUS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_HIGH_ACTIVE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 6, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 7, 1, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_DURATION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_AP_WOW_GPIO_CTRL_C2H_DURATION(__pH2CCmd, __Value)SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+//_AP_PS 0x26 -+#define SET_H2CCMD_AP_WOW_PS_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_AP_WOW_PS_32K_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_AP_WOW_PS_RF(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_AP_WOW_PS_DURATION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+ -+// _WoWLAN PARAM_CMD_0x80 -+#define SET_H2CCMD_WOWLAN_FUNC_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_WOWLAN_PATTERN_MATCH_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_WOWLAN_MAGIC_PKT_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_WOWLAN_UNICAST_PKT_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_H2CCMD_WOWLAN_ALL_PKT_DROP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_H2CCMD_WOWLAN_GPIO_ACTIVE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+#define SET_H2CCMD_WOWLAN_REKEY_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 6, 1, __Value) -+#define SET_H2CCMD_WOWLAN_DISCONNECT_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 7, 1, __Value) -+#define SET_H2CCMD_WOWLAN_GPIONUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 7, __Value) -+#define SET_H2CCMD_WOWLAN_DATAPIN_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 7, 1, __Value) -+#define SET_H2CCMD_WOWLAN_GPIO_DURATION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_WOWLAN_GPIO_PULSE_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 1, __Value) -+#define SET_H2CCMD_WOWLAN_GPIO_PULSE_COUNT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 1, 7, __Value) -+#define SET_H2CCMD_WOWLAN_LOWPR_RX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 1, __Value) -+#define SET_H2CCMD_WOWLAN_CHANGE_UNIT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 2, 1, __Value) -+// _REMOTE_WAKEUP_CMD_0x81 -+#define SET_H2CCMD_REMOTE_WAKECTRL_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_NDP_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_GTK_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_NLO_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_FW_UNICAST_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 7, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_P2P_OFFLAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_NBNS_FILTER_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 2, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_ARP_ACTION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 1, __Value) -+#define SET_H2CCMD_REMOTE_WAKE_CTRL_FW_PARSING_UNTIL_WAKEUP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 4, 1, __Value) -+ -+// AOAC_GLOBAL_INFO_0x82 -+#define SET_H2CCMD_AOAC_GLOBAL_INFO_PAIRWISE_ENC_ALG(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_GLOBAL_INFO_GROUP_ENC_ALG(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+ -+// AOAC_RSVDPAGE_LOC_0x83 -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_REMOTE_WAKE_CTRL_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd), 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_ARP_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_NEIGHBOR_ADV(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#ifdef CONFIG_GTK_OL -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_GTK_EXT_MEM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+#endif //CONFIG_GTK_OL -+#ifdef CONFIG_PNO_SUPPORT -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_NLO_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd), 0, 8, __Value) -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+// D0_Scan_Offload_Info_0x86 -+#define SET_H2CCMD_AOAC_NLO_FUN_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd), 3, 1, __Value) -+#define SET_H2CCMD_AOAC_NLO_IPS_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd), 4, 1, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_PROBE_PACKET(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_SCAN_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_AOAC_RSVDPAGE_LOC_SSID_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#endif //CONFIG_PNO_SUPPORT -+ -+#ifdef CONFIG_P2P_WOWLAN -+//P2P_RsvdPage_0x8a -+#define SET_H2CCMD_RSVDPAGE_LOC_P2P_BCN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_P2P_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_P2P_NEGO_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_P2P_INVITE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_H2CCMD_RSVDPAGE_LOC_P2P_PD_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#endif //CONFIG_P2P_WOWLAN -+ -+//---------------------------------------------------------------------------------------------------------// -+//------------------------------------------- Structure --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+typedef struct _RSVDPAGE_LOC { -+ u8 LocProbeRsp; -+ u8 LocPsPoll; -+ u8 LocNullData; -+ u8 LocQosNull; -+ u8 LocBTQosNull; -+#ifdef CONFIG_WOWLAN -+ u8 LocRemoteCtrlInfo; -+ u8 LocArpRsp; -+ u8 LocNbrAdv; -+ u8 LocGTKRsp; -+ u8 LocGTKInfo; -+ u8 LocProbeReq; -+ u8 LocNetList; -+#ifdef CONFIG_GTK_OL -+ u8 LocGTKEXTMEM; -+#endif //CONFIG_GTK_OL -+#ifdef CONFIG_PNO_SUPPORT -+ u8 LocPNOInfo; -+ u8 LocScanInfo; -+ u8 LocSSIDInfo; -+ u8 LocProbePacket; -+#endif //CONFIG_PNO_SUPPORT -+#endif //CONFIG_WOWLAN -+ u8 LocApOffloadBCN; -+#ifdef CONFIG_P2P_WOWLAN -+ u8 LocP2PBeacon; -+ u8 LocP2PProbeRsp; -+ u8 LocNegoRsp; -+ u8 LocInviteRsp; -+ u8 LocPDRsp; -+#endif //CONFIG_P2P_WOWLAN -+} RSVDPAGE_LOC, *PRSVDPAGE_LOC; -+ -+#endif -+void dump_TX_FIFO(PADAPTER padapter, u8 page_num, u16 page_size); -+u8 rtw_hal_set_fw_media_status_cmd(_adapter* adapter, u8 mstatus, u8 macid); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+//WOW command function -+void rtw_hal_set_fw_wow_related_cmd(_adapter* padapter, u8 enable); -+#ifdef CONFIG_P2P_WOWLAN -+//H2C 0x8A -+u8 rtw_hal_set_FwP2PRsvdPage_cmd(_adapter* adapter, PRSVDPAGE_LOC rsvdpageloc); -+//H2C 0x8B -+u8 rtw_hal_set_p2p_wowlan_offload_cmd(_adapter* adapter); -+#endif //CONFIG_P2P_WOWLAN -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_com_led.h linux/3rdparty/rtl8812au/include/hal_com_led.h ---- linux.old/3rdparty/rtl8812au/include/hal_com_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_com_led.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,398 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_COMMON_LED_H_ -+#define __HAL_COMMON_LED_H_ -+ -+ -+#define MSECS(t) (HZ * ((t) / 1000) + (HZ * ((t) % 1000)) / 1000) -+ -+//================================================================================ -+// LED Behavior Constant. -+//================================================================================ -+// Default LED behavior. -+// -+#define LED_BLINK_NORMAL_INTERVAL 100 -+#define LED_BLINK_SLOWLY_INTERVAL 200 -+#define LED_BLINK_LONG_INTERVAL 400 -+#define LED_INITIAL_INTERVAL 1800 -+ -+// LED Customerization -+ -+//NETTRONIX -+#define LED_BLINK_NORMAL_INTERVAL_NETTRONIX 100 -+#define LED_BLINK_SLOWLY_INTERVAL_NETTRONIX 2000 -+ -+//PORNET -+#define LED_BLINK_SLOWLY_INTERVAL_PORNET 1000 -+#define LED_BLINK_NORMAL_INTERVAL_PORNET 100 -+#define LED_BLINK_FAST_INTERVAL_BITLAND 30 -+ -+//AzWave. -+#define LED_CM2_BLINK_ON_INTERVAL 250 -+#define LED_CM2_BLINK_OFF_INTERVAL 4750 -+#define LED_CM8_BLINK_OFF_INTERVAL 3750 //for QMI -+ -+//RunTop -+#define LED_RunTop_BLINK_INTERVAL 300 -+ -+//ALPHA -+#define LED_BLINK_NO_LINK_INTERVAL_ALPHA 1000 -+#define LED_BLINK_NO_LINK_INTERVAL_ALPHA_500MS 500 //add by ylb 20121012 for customer led for alpha -+#define LED_BLINK_LINK_INTERVAL_ALPHA 500 //500 -+#define LED_BLINK_SCAN_INTERVAL_ALPHA 180 //150 -+#define LED_BLINK_FASTER_INTERVAL_ALPHA 50 -+#define LED_BLINK_WPS_SUCESS_INTERVAL_ALPHA 5000 -+ -+// 111122 by hpfan: Customized for Xavi -+#define LED_CM11_BLINK_INTERVAL 300 -+#define LED_CM11_LINK_ON_INTERVEL 3000 -+ -+//Netgear -+#define LED_BLINK_LINK_INTERVAL_NETGEAR 500 -+#define LED_BLINK_LINK_SLOWLY_INTERVAL_NETGEAR 1000 -+ -+#define LED_WPS_BLINK_OFF_INTERVAL_NETGEAR 100 -+#define LED_WPS_BLINK_ON_INTERVAL_NETGEAR 500 -+ -+//Belkin AC950 -+#define LED_BLINK_LINK_INTERVAL_ON_BELKIN 200 -+#define LED_BLINK_LINK_INTERVAL_OFF_BELKIN 100 -+#define LED_BLINK_ERROR_INTERVAL_BELKIN 100 -+ -+//by chiyokolin for Azurewave -+#define LED_CM12_BLINK_INTERVAL_5Mbps 160 -+#define LED_CM12_BLINK_INTERVAL_10Mbps 80 -+#define LED_CM12_BLINK_INTERVAL_20Mbps 50 -+#define LED_CM12_BLINK_INTERVAL_40Mbps 40 -+#define LED_CM12_BLINK_INTERVAL_80Mbps 30 -+#define LED_CM12_BLINK_INTERVAL_MAXMbps 25 -+ -+//Dlink -+#define LED_BLINK_NO_LINK_INTERVAL 1000 -+#define LED_BLINK_LINK_IDEL_INTERVAL 100 -+ -+#define LED_BLINK_SCAN_ON_INTERVAL 30 -+#define LED_BLINK_SCAN_OFF_INTERVAL 300 -+ -+#define LED_WPS_BLINK_ON_INTERVAL_DLINK 30 -+#define LED_WPS_BLINK_OFF_INTERVAL_DLINK 300 -+#define LED_WPS_BLINK_LINKED_ON_INTERVAL_DLINK 5000 -+ -+//================================================================================ -+// LED object. -+//================================================================================ -+ -+typedef enum _LED_CTL_MODE{ -+ LED_CTL_POWER_ON = 1, -+ LED_CTL_LINK = 2, -+ LED_CTL_NO_LINK = 3, -+ LED_CTL_TX = 4, -+ LED_CTL_RX = 5, -+ LED_CTL_SITE_SURVEY = 6, -+ LED_CTL_POWER_OFF = 7, -+ LED_CTL_START_TO_LINK = 8, -+ LED_CTL_START_WPS = 9, -+ LED_CTL_STOP_WPS = 10, -+ LED_CTL_START_WPS_BOTTON = 11, //added for runtop -+ LED_CTL_STOP_WPS_FAIL = 12, //added for ALPHA -+ LED_CTL_STOP_WPS_FAIL_OVERLAP = 13, //added for BELKIN -+ LED_CTL_CONNECTION_NO_TRANSFER = 14, -+}LED_CTL_MODE; -+ -+typedef enum _LED_STATE{ -+ LED_UNKNOWN = 0, -+ RTW_LED_ON = 1, -+ RTW_LED_OFF = 2, -+ LED_BLINK_NORMAL = 3, -+ LED_BLINK_SLOWLY = 4, -+ LED_BLINK_POWER_ON = 5, -+ LED_BLINK_SCAN = 6, // LED is blinking during scanning period, the # of times to blink is depend on time for scanning. -+ LED_BLINK_NO_LINK = 7, // LED is blinking during no link state. -+ LED_BLINK_StartToBlink = 8, // Customzied for Sercomm Printer Server case -+ LED_BLINK_TXRX = 9, -+ LED_BLINK_WPS = 10, // LED is blinkg during WPS communication -+ LED_BLINK_WPS_STOP = 11, //for ALPHA -+ LED_BLINK_WPS_STOP_OVERLAP = 12, //for BELKIN -+ LED_BLINK_RUNTOP = 13, // Customized for RunTop -+ LED_BLINK_CAMEO = 14, -+ LED_BLINK_XAVI = 15, -+ LED_BLINK_ALWAYS_ON = 16, -+ LED_BLINK_LINK_IN_PROCESS = 17, //Customized for Belkin AC950 -+ LED_BLINK_AUTH_ERROR = 18, //Customized for Belkin AC950 -+ LED_BLINK_Azurewave_5Mbps = 19, -+ LED_BLINK_Azurewave_10Mbps = 20, -+ LED_BLINK_Azurewave_20Mbps = 21, -+ LED_BLINK_Azurewave_40Mbps = 22, -+ LED_BLINK_Azurewave_80Mbps = 23, -+ LED_BLINK_Azurewave_MAXMbps = 24, -+ LED_BLINK_LINK_IDEL = 25, -+ LED_BLINK_WPS_LINKED = 26, -+}LED_STATE; -+ -+typedef enum _LED_PIN{ -+ LED_PIN_GPIO0, -+ LED_PIN_LED0, -+ LED_PIN_LED1, -+ LED_PIN_LED2 -+}LED_PIN; -+ -+ -+//================================================================================ -+// PCIE LED Definition. -+//================================================================================ -+#ifdef CONFIG_PCI_HCI -+typedef enum _LED_STRATEGY_PCIE{ -+ SW_LED_MODE0, // SW control 1 LED via GPIO0. It is default option. -+ SW_LED_MODE1, // SW control for PCI Express -+ SW_LED_MODE2, // SW control for Cameo. -+ SW_LED_MODE3, // SW contorl for RunTop. -+ SW_LED_MODE4, // SW control for Netcore -+ SW_LED_MODE5, //added by vivi, for led new mode, DLINK -+ SW_LED_MODE6, //added by vivi, for led new mode, PRONET -+ SW_LED_MODE7, //added by chiyokolin, for Lenovo, PCI Express Minicard Spec Rev.1.2 spec -+ SW_LED_MODE8, //added by chiyokolin, for QMI -+ SW_LED_MODE9, //added by chiyokolin, for BITLAND-LENOVO, PCI Express Minicard Spec Rev.1.1 -+ SW_LED_MODE10, //added by chiyokolin, for Edimax-ASUS -+ SW_LED_MODE11, //added by hpfan, for Xavi -+ SW_LED_MODE12, //added by chiyokolin, for Azurewave -+ HW_LED, // HW control 2 LEDs, LED0 and LED1 (there are 4 different control modes) -+}LED_STRATEGY_PCIE, *PLED_STRATEGY_PCIE; -+ -+typedef struct _LED_PCIE{ -+ PADAPTER padapter; -+ -+ LED_PIN LedPin; // Identify how to implement this SW led. -+ -+ LED_STATE CurrLedState; // Current LED state. -+ BOOLEAN bLedOn; // TRUE if LED is ON, FALSE if LED is OFF. -+ -+ BOOLEAN bLedBlinkInProgress; // TRUE if it is blinking, FALSE o.w.. -+ BOOLEAN bLedWPSBlinkInProgress; // TRUE if it is blinking, FALSE o.w.. -+ -+ BOOLEAN bLedSlowBlinkInProgress;//added by vivi, for led new mode -+ u32 BlinkTimes; // Number of times to toggle led state for blinking. -+ LED_STATE BlinkingLedState; // Next state for blinking, either LED_ON or LED_OFF are. -+ -+ _timer BlinkTimer; // Timer object for led blinking. -+} LED_PCIE, *PLED_PCIE; -+ -+typedef struct _LED_PCIE LED_DATA, *PLED_DATA; -+typedef enum _LED_STRATEGY_PCIE LED_STRATEGY, *PLED_STRATEGY; -+ -+VOID -+LedControlPCIE( -+ IN PADAPTER Adapter, -+ IN LED_CTL_MODE LedAction -+ ); -+ -+VOID -+gen_RefreshLedState( -+ IN PADAPTER Adapter); -+ -+//================================================================================ -+// USB LED Definition. -+//================================================================================ -+#elif defined(CONFIG_USB_HCI) -+ -+#define IS_LED_WPS_BLINKING(_LED_USB) (((PLED_USB)_LED_USB)->CurrLedState==LED_BLINK_WPS \ -+ || ((PLED_USB)_LED_USB)->CurrLedState==LED_BLINK_WPS_STOP \ -+ || ((PLED_USB)_LED_USB)->bLedWPSBlinkInProgress) -+ -+#define IS_LED_BLINKING(_LED_USB) (((PLED_USB)_LED_USB)->bLedWPSBlinkInProgress \ -+ ||((PLED_USB)_LED_USB)->bLedScanBlinkInProgress) -+ -+ -+typedef enum _LED_STRATEGY_USB{ -+ SW_LED_MODE0, // SW control 1 LED via GPIO0. It is default option. -+ SW_LED_MODE1, // 2 LEDs, through LED0 and LED1. For ALPHA. -+ SW_LED_MODE2, // SW control 1 LED via GPIO0, customized for AzWave 8187 minicard. -+ SW_LED_MODE3, // SW control 1 LED via GPIO0, customized for Sercomm Printer Server case. -+ SW_LED_MODE4, //for Edimax / Belkin -+ SW_LED_MODE5, //for Sercomm / Belkin -+ SW_LED_MODE6, //for 88CU minicard, porting from ce SW_LED_MODE7 -+ SW_LED_MODE7, //for Netgear special requirement -+ SW_LED_MODE8, //for LC -+ SW_LED_MODE9, //for Belkin AC950 -+ SW_LED_MODE10, //for Netgear A6200V2 -+ SW_LED_MODE11, //for Edimax / ASUS -+ SW_LED_MODE12, //for WNC/NEC -+ SW_LED_MODE13, //for Netgear A6100, 8811Au -+ SW_LED_MODE14, //for Buffalo, DNI, 8811Au -+ SW_LED_MODE15, //for DLINK, 8811Au/8812AU -+ HW_LED, // HW control 2 LEDs, LED0 and LED1 (there are 4 different control modes, see MAC.CONFIG1 for details.) -+}LED_STRATEGY_USB, *PLED_STRATEGY_USB; -+ -+ -+typedef struct _LED_USB{ -+ PADAPTER padapter; -+ -+ LED_PIN LedPin; // Identify how to implement this SW led. -+ -+ LED_STATE CurrLedState; // Current LED state. -+ BOOLEAN bLedOn; // TRUE if LED is ON, FALSE if LED is OFF. -+ -+ BOOLEAN bSWLedCtrl; -+ -+ BOOLEAN bLedBlinkInProgress; // TRUE if it is blinking, FALSE o.w.. -+ // ALPHA, added by chiyoko, 20090106 -+ BOOLEAN bLedNoLinkBlinkInProgress; -+ BOOLEAN bLedLinkBlinkInProgress; -+ BOOLEAN bLedStartToLinkBlinkInProgress; -+ BOOLEAN bLedScanBlinkInProgress; -+ BOOLEAN bLedWPSBlinkInProgress; -+ -+ u32 BlinkTimes; // Number of times to toggle led state for blinking. -+ u8 BlinkCounter; //Added for turn off overlap led after blinking a while, by page, 20120821 -+ LED_STATE BlinkingLedState; // Next state for blinking, either LED_ON or LED_OFF are. -+ -+ _timer BlinkTimer; // Timer object for led blinking. -+ -+ _workitem BlinkWorkItem; // Workitem used by BlinkTimer to manipulate H/W to blink LED.' -+ ATOMIC_T bCancelWorkItem; //check if WorkItem is cancelled -+} LED_USB, *PLED_USB; -+ -+typedef struct _LED_USB LED_DATA, *PLED_DATA; -+typedef enum _LED_STRATEGY_USB LED_STRATEGY, *PLED_STRATEGY; -+ -+VOID -+LedControlUSB( -+ IN PADAPTER Adapter, -+ IN LED_CTL_MODE LedAction -+ ); -+ -+ -+//================================================================================ -+// SDIO LED Definition. -+//================================================================================ -+#elif defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ -+#define IS_LED_WPS_BLINKING(_LED_SDIO) (((PLED_SDIO)_LED_SDIO)->CurrLedState==LED_BLINK_WPS \ -+ || ((PLED_SDIO)_LED_SDIO)->CurrLedState==LED_BLINK_WPS_STOP \ -+ || ((PLED_SDIO)_LED_SDIO)->bLedWPSBlinkInProgress) -+ -+#define IS_LED_BLINKING(_LED_SDIO) (((PLED_SDIO)_LED_SDIO)->bLedWPSBlinkInProgress \ -+ ||((PLED_SDIO)_LED_SDIO)->bLedScanBlinkInProgress) -+ -+ -+typedef enum _LED_STRATEGY_SDIO{ -+ SW_LED_MODE0, // SW control 1 LED via GPIO0. It is default option. -+ SW_LED_MODE1, // 2 LEDs, through LED0 and LED1. For ALPHA. -+ SW_LED_MODE2, // SW control 1 LED via GPIO0, customized for AzWave 8187 minicard. -+ SW_LED_MODE3, // SW control 1 LED via GPIO0, customized for Sercomm Printer Server case. -+ SW_LED_MODE4, //for Edimax / Belkin -+ SW_LED_MODE5, //for Sercomm / Belkin -+ SW_LED_MODE6, //for 88CU minicard, porting from ce SW_LED_MODE7 -+ HW_LED, // HW control 2 LEDs, LED0 and LED1 (there are 4 different control modes, see MAC.CONFIG1 for details.) -+}LED_STRATEGY_SDIO, *PLED_STRATEGY_SDIO; -+ -+typedef struct _LED_SDIO{ -+ PADAPTER padapter; -+ -+ LED_PIN LedPin; // Identify how to implement this SW led. -+ -+ LED_STATE CurrLedState; // Current LED state. -+ BOOLEAN bLedOn; // TRUE if LED is ON, FALSE if LED is OFF. -+ -+ BOOLEAN bSWLedCtrl; -+ -+ BOOLEAN bLedBlinkInProgress; // TRUE if it is blinking, FALSE o.w.. -+ // ALPHA, added by chiyoko, 20090106 -+ BOOLEAN bLedNoLinkBlinkInProgress; -+ BOOLEAN bLedLinkBlinkInProgress; -+ BOOLEAN bLedStartToLinkBlinkInProgress; -+ BOOLEAN bLedScanBlinkInProgress; -+ BOOLEAN bLedWPSBlinkInProgress; -+ -+ u32 BlinkTimes; // Number of times to toggle led state for blinking. -+ LED_STATE BlinkingLedState; // Next state for blinking, either LED_ON or LED_OFF are. -+ -+ _timer BlinkTimer; // Timer object for led blinking. -+ -+ _workitem BlinkWorkItem; // Workitem used by BlinkTimer to manipulate H/W to blink LED. -+} LED_SDIO, *PLED_SDIO; -+ -+typedef struct _LED_SDIO LED_DATA, *PLED_DATA; -+typedef enum _LED_STRATEGY_SDIO LED_STRATEGY, *PLED_STRATEGY; -+ -+VOID -+LedControlSDIO( -+ IN PADAPTER Adapter, -+ IN LED_CTL_MODE LedAction -+ ); -+ -+#endif -+ -+struct led_priv{ -+ /* add for led controll */ -+ LED_DATA SwLed0; -+ LED_DATA SwLed1; -+ LED_DATA SwLed2; -+ LED_STRATEGY LedStrategy; -+ u8 bRegUseLed; -+ void (*LedControlHandler)(_adapter *padapter, LED_CTL_MODE LedAction); -+ void (*SwLedOn)(_adapter *padapter, PLED_DATA pLed); -+ void (*SwLedOff)(_adapter *padapter, PLED_DATA pLed); -+ /* add for led controll */ -+}; -+ -+#ifdef CONFIG_SW_LED -+#define rtw_led_control(adapter, LedAction) \ -+ do { \ -+ if((adapter)->ledpriv.LedControlHandler) \ -+ (adapter)->ledpriv.LedControlHandler((adapter), (LedAction)); \ -+ } while(0) -+#else //CONFIG_SW_LED -+#define rtw_led_control(adapter, LedAction) -+#endif //CONFIG_SW_LED -+ -+#define SwLedOn(adapter, pLed) \ -+ do { \ -+ if((adapter)->ledpriv.SwLedOn) \ -+ (adapter)->ledpriv.SwLedOn((adapter), (pLed)); \ -+ } while(0) -+ -+#define SwLedOff(adapter, pLed) \ -+ do { \ -+ if((adapter)->ledpriv.SwLedOff) \ -+ (adapter)->ledpriv.SwLedOff((adapter), (pLed)); \ -+ } while(0) -+ -+void BlinkTimerCallback(void *data); -+void BlinkWorkItemCallback(_workitem *work); -+ -+void ResetLedStatus(PLED_DATA pLed); -+ -+void -+InitLed( -+ _adapter *padapter, -+ PLED_DATA pLed, -+ LED_PIN LedPin -+ ); -+ -+void -+DeInitLed( -+ PLED_DATA pLed -+ ); -+ -+//hal... -+extern void BlinkHandler(PLED_DATA pLed); -+ -+#endif //__RTW_LED_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_com_phycfg.h linux/3rdparty/rtl8812au/include/hal_com_phycfg.h ---- linux.old/3rdparty/rtl8812au/include/hal_com_phycfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_com_phycfg.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,267 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_COM_PHYCFG_H__ -+#define __HAL_COM_PHYCFG_H__ -+ -+#define PathA 0x0 // Useless -+#define PathB 0x1 -+#define PathC 0x2 -+#define PathD 0x3 -+ -+typedef enum _RF_TX_NUM { -+ RF_1TX = 0, -+ RF_2TX, -+ RF_3TX, -+ RF_4TX, -+ RF_MAX_TX_NUM, -+ RF_TX_NUM_NONIMPLEMENT, -+} RF_TX_NUM; -+ -+#define MAX_POWER_INDEX 0x3F -+ -+typedef enum _REGULATION_TXPWR_LMT { -+ TXPWR_LMT_FCC = 0, -+ TXPWR_LMT_MKK = 1, -+ TXPWR_LMT_ETSI = 2, -+ TXPWR_LMT_WW = 3, -+ -+ TXPWR_LMT_MAX_REGULATION_NUM = 4 -+} REGULATION_TXPWR_LMT; -+ -+/*------------------------------Define structure----------------------------*/ -+typedef struct _BB_REGISTER_DEFINITION{ -+ u32 rfintfs; // set software control: -+ // 0x870~0x877[8 bytes] -+ -+ u32 rfintfo; // output data: -+ // 0x860~0x86f [16 bytes] -+ -+ u32 rfintfe; // output enable: -+ // 0x860~0x86f [16 bytes] -+ -+ u32 rf3wireOffset; // LSSI data: -+ // 0x840~0x84f [16 bytes] -+ -+ u32 rfHSSIPara2; // wire parameter control2 : -+ // 0x824~0x827,0x82c~0x82f, 0x834~0x837, 0x83c~0x83f [16 bytes] -+ -+ u32 rfLSSIReadBack; //LSSI RF readback data SI mode -+ // 0x8a0~0x8af [16 bytes] -+ -+ u32 rfLSSIReadBackPi; //LSSI RF readback data PI mode 0x8b8-8bc for Path A and B -+ -+}BB_REGISTER_DEFINITION_T, *PBB_REGISTER_DEFINITION_T; -+ -+ -+//---------------------------------------------------------------------- -+s32 -+phy_TxPwrIdxToDbm( -+ IN PADAPTER Adapter, -+ IN WIRELESS_MODE WirelessMode, -+ IN u8 TxPwrIdx -+ ); -+ -+u8 -+PHY_GetTxPowerByRateBase( -+ IN PADAPTER Adapter, -+ IN u8 Band, -+ IN u8 RfPath, -+ IN u8 TxNum, -+ IN RATE_SECTION RateSection -+ ); -+ -+u8 -+PHY_GetRateSectionIndexOfTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u32 RegAddr, -+ IN u32 BitMask -+ ); -+ -+VOID -+PHY_GetRateValuesOfTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Value, -+ OUT u8 *Rate, -+ OUT s8 *PwrByRateVal, -+ OUT u8 *RateNum -+ ); -+ -+u8 -+PHY_GetRateIndexOfTxPowerByRate( -+ IN u8 Rate -+ ); -+ -+VOID -+PHY_SetTxPowerIndexByRateSection( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Channel, -+ IN u8 RateSection -+ ); -+ -+s8 -+PHY_GetTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u8 Band, -+ IN u8 RFPath, -+ IN u8 TxNum, -+ IN u8 RateIndex -+ ); -+ -+VOID -+PHY_SetTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u8 Band, -+ IN u8 RFPath, -+ IN u8 TxNum, -+ IN u8 Rate, -+ IN s8 Value -+ ); -+ -+VOID -+PHY_SetTxPowerLevelByPath( -+ IN PADAPTER Adapter, -+ IN u8 channel, -+ IN u8 path -+ ); -+ -+VOID -+PHY_SetTxPowerIndexByRateArray( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel, -+ IN u8* Rates, -+ IN u8 RateArraySize -+ ); -+ -+VOID -+PHY_InitTxPowerByRate( -+ IN PADAPTER pAdapter -+ ); -+ -+VOID -+PHY_StoreTxPowerByRate( -+ IN PADAPTER pAdapter, -+ IN u32 Band, -+ IN u32 RfPath, -+ IN u32 TxNum, -+ IN u32 RegAddr, -+ IN u32 BitMask, -+ IN u32 Data -+ ); -+ -+VOID -+PHY_TxPowerByRateConfiguration( -+ IN PADAPTER pAdapter -+ ); -+ -+u8 -+PHY_GetTxPowerIndexBase( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel, -+ OUT PBOOLEAN bIn24G -+ ); -+ -+s8 -+PHY_GetTxPowerLimit( -+ IN PADAPTER Adapter, -+ IN u32 RegPwrTblSel, -+ IN BAND_TYPE Band, -+ IN CHANNEL_WIDTH Bandwidth, -+ IN u8 RfPath, -+ IN u8 DataRate, -+ IN u8 Channel -+ ); -+ -+VOID -+PHY_ConvertTxPowerLimitToPowerIndex( -+ IN PADAPTER Adapter -+ ); -+ -+VOID -+PHY_InitTxPowerLimit( -+ IN PADAPTER Adapter -+ ); -+ -+s8 -+PHY_GetTxPowerTrackingOffset( -+ PADAPTER pAdapter, -+ u8 Rate, -+ u8 RFPath -+ ); -+ -+u8 -+PHY_GetTxPowerIndex( -+ IN PADAPTER pAdapter, -+ IN u8 RFPath, -+ IN u8 Rate, -+ IN CHANNEL_WIDTH BandWidth, -+ IN u8 Channel -+ ); -+ -+VOID -+PHY_SetTxPowerIndex( -+ IN PADAPTER pAdapter, -+ IN u32 PowerIndex, -+ IN u8 RFPath, -+ IN u8 Rate -+ ); -+ -+void dump_tx_power_by_rate_base(void *sel, _adapter *adapter); -+void dump_tx_power_by_rate(void *sel, _adapter *adapter); -+void dump_tx_power_limit(void *sel, _adapter *adapter); -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+#define MAX_PARA_FILE_BUF_LEN 25600 -+ -+#define LOAD_MAC_PARA_FILE BIT0 -+#define LOAD_BB_PARA_FILE BIT1 -+#define LOAD_BB_PG_PARA_FILE BIT2 -+#define LOAD_BB_MP_PARA_FILE BIT3 -+#define LOAD_RF_PARA_FILE BIT4 -+#define LOAD_RF_TXPWR_TRACK_PARA_FILE BIT5 -+#define LOAD_RF_TXPWR_LMT_PARA_FILE BIT6 -+ -+int phy_ConfigMACWithParaFile(IN PADAPTER Adapter, IN char* pFileName); -+ -+int phy_ConfigBBWithParaFile(IN PADAPTER Adapter, IN char* pFileName, IN u32 ConfigType); -+ -+int phy_ConfigBBWithPgParaFile(IN PADAPTER Adapter, IN char* pFileName); -+ -+int phy_ConfigBBWithMpParaFile(IN PADAPTER Adapter, IN char* pFileName); -+ -+int PHY_ConfigRFWithParaFile(IN PADAPTER Adapter, IN char* pFileName, IN u8 eRFPath); -+ -+int PHY_ConfigRFWithTxPwrTrackParaFile(IN PADAPTER Adapter, IN char* pFileName); -+ -+int PHY_ConfigRFWithPowerLimitTableParaFile(IN PADAPTER Adapter, IN char* pFileName); -+ -+void phy_free_filebuf(_adapter *padapter); -+#endif //CONFIG_LOAD_PHY_PARA_FROM_FILE -+ -+ -+#endif //__HAL_COMMON_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_com_reg.h linux/3rdparty/rtl8812au/include/hal_com_reg.h ---- linux.old/3rdparty/rtl8812au/include/hal_com_reg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_com_reg.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,1780 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_COMMON_REG_H__ -+#define __HAL_COMMON_REG_H__ -+ -+ -+#define MAC_ADDR_LEN 6 -+ -+#define HAL_NAV_UPPER_UNIT 128 // micro-second -+ -+// 8188E PKT_BUFF_ACCESS_CTRL value -+#define TXPKT_BUF_SELECT 0x69 -+#define RXPKT_BUF_SELECT 0xA5 -+#define DISABLE_TRXPKT_BUF_ACCESS 0x0 -+ -+//============================================================ -+// -+//============================================================ -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_SYS_ISO_CTRL 0x0000 -+#define REG_SYS_FUNC_EN 0x0002 -+#define REG_APS_FSMCO 0x0004 -+#define REG_SYS_CLKR 0x0008 -+#define REG_SYS_CLK_CTRL REG_SYS_CLKR -+#define REG_9346CR 0x000A -+#define REG_SYS_EEPROM_CTRL 0x000A -+#define REG_EE_VPD 0x000C -+#define REG_AFE_MISC 0x0010 -+#define REG_SPS0_CTRL 0x0011 -+#define REG_SPS0_CTRL_6 0x0016 -+#define REG_POWER_OFF_IN_PROCESS 0x0017 -+#define REG_SPS_OCP_CFG 0x0018 -+#define REG_RSV_CTRL 0x001C -+#define REG_RF_CTRL 0x001F -+#define REG_LDOA15_CTRL 0x0020 -+#define REG_LDOV12D_CTRL 0x0021 -+#define REG_LDOHCI12_CTRL 0x0022 -+#define REG_LPLDO_CTRL 0x0023 -+#define REG_AFE_XTAL_CTRL 0x0024 -+#define REG_AFE_LDO_CTRL 0x0027 // 1.5v for 8188EE test chip, 1.4v for MP chip -+#define REG_AFE_PLL_CTRL 0x0028 -+#define REG_MAC_PHY_CTRL 0x002c //for 92d, DMDP,SMSP,DMSP contrl -+#define REG_APE_PLL_CTRL_EXT 0x002c -+#define REG_EFUSE_CTRL 0x0030 -+#define REG_EFUSE_TEST 0x0034 -+#define REG_PWR_DATA 0x0038 -+#define REG_CAL_TIMER 0x003C -+#define REG_ACLK_MON 0x003E -+#define REG_GPIO_MUXCFG 0x0040 -+#define REG_GPIO_IO_SEL 0x0042 -+#define REG_MAC_PINMUX_CFG 0x0043 -+#define REG_GPIO_PIN_CTRL 0x0044 -+#define REG_GPIO_INTM 0x0048 -+#define REG_LEDCFG0 0x004C -+#define REG_LEDCFG1 0x004D -+#define REG_LEDCFG2 0x004E -+#define REG_LEDCFG3 0x004F -+#define REG_FSIMR 0x0050 -+#define REG_FSISR 0x0054 -+#define REG_HSIMR 0x0058 -+#define REG_HSISR 0x005c -+#define REG_GPIO_PIN_CTRL_2 0x0060 // RTL8723 WIFI/BT/GPS Multi-Function GPIO Pin Control. -+#define REG_GPIO_IO_SEL_2 0x0062 // RTL8723 WIFI/BT/GPS Multi-Function GPIO Select. -+#define REG_MULTI_FUNC_CTRL 0x0068 // RTL8723 WIFI/BT/GPS Multi-Function control source. -+#define REG_GSSR 0x006c -+#define REG_AFE_XTAL_CTRL_EXT 0x0078 //RTL8188E -+#define REG_XCK_OUT_CTRL 0x007c //RTL8188E -+#define REG_MCUFWDL 0x0080 -+#define REG_WOL_EVENT 0x0081 //RTL8188E -+#define REG_MCUTSTCFG 0x0084 -+#define REG_FDHM0 0x0088 -+#define REG_HOST_SUSP_CNT 0x00BC // RTL8192C Host suspend counter on FPGA platform -+#define REG_SYSTEM_ON_CTRL 0x00CC // For 8723AE Reset after S3 -+#define REG_EFUSE_ACCESS 0x00CF // Efuse access protection for RTL8723 -+#define REG_BIST_SCAN 0x00D0 -+#define REG_BIST_RPT 0x00D4 -+#define REG_BIST_ROM_RPT 0x00D8 -+#define REG_USB_SIE_INTF 0x00E0 -+#define REG_PCIE_MIO_INTF 0x00E4 -+#define REG_PCIE_MIO_INTD 0x00E8 -+#define REG_HPON_FSM 0x00EC -+#define REG_SYS_CFG 0x00F0 -+#define REG_GPIO_OUTSTS 0x00F4 // For RTL8723 only. -+#define REG_TYPE_ID 0x00FC -+ -+// -+// 2010/12/29 MH Add for 92D -+// -+#define REG_MAC_PHY_CTRL_NORMAL 0x00f8 -+ -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_CR 0x0100 -+#define REG_PBP 0x0104 -+#define REG_PKT_BUFF_ACCESS_CTRL 0x0106 -+#define REG_TRXDMA_CTRL 0x010C -+#define REG_TRXFF_BNDY 0x0114 -+#define REG_TRXFF_STATUS 0x0118 -+#define REG_RXFF_PTR 0x011C -+#define REG_HIMR 0x0120 -+#define REG_HISR 0x0124 -+#define REG_HIMRE 0x0128 -+#define REG_HISRE 0x012C -+#define REG_CPWM 0x012F -+#define REG_FWIMR 0x0130 -+#define REG_FWISR 0x0134 -+#define REG_FTIMR 0x0138 -+#define REG_FTISR 0x013C //RTL8192C -+#define REG_PKTBUF_DBG_CTRL 0x0140 -+#define REG_RXPKTBUF_CTRL (REG_PKTBUF_DBG_CTRL+2) -+#define REG_PKTBUF_DBG_DATA_L 0x0144 -+#define REG_PKTBUF_DBG_DATA_H 0x0148 -+ -+#define REG_TC0_CTRL 0x0150 -+#define REG_TC1_CTRL 0x0154 -+#define REG_TC2_CTRL 0x0158 -+#define REG_TC3_CTRL 0x015C -+#define REG_TC4_CTRL 0x0160 -+#define REG_TCUNIT_BASE 0x0164 -+#define REG_MBIST_START 0x0174 -+#define REG_MBIST_DONE 0x0178 -+#define REG_MBIST_FAIL 0x017C -+#define REG_32K_CTRL 0x0194 //RTL8188E -+#define REG_C2HEVT_MSG_NORMAL 0x01A0 -+#define REG_C2HEVT_CLEAR 0x01AF -+#define REG_MCUTST_1 0x01c0 -+#define REG_MCUTST_WOWLAN 0x01C7 // Defined after 8188E series. -+#define REG_FMETHR 0x01C8 -+#define REG_HMETFR 0x01CC -+#define REG_HMEBOX_0 0x01D0 -+#define REG_HMEBOX_1 0x01D4 -+#define REG_HMEBOX_2 0x01D8 -+#define REG_HMEBOX_3 0x01DC -+#define REG_LLT_INIT 0x01E0 -+#define REG_HMEBOX_EXT_0 0x01F0 -+#define REG_HMEBOX_EXT_1 0x01F4 -+#define REG_HMEBOX_EXT_2 0x01F8 -+#define REG_HMEBOX_EXT_3 0x01FC -+ -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RQPN 0x0200 -+#define REG_FIFOPAGE 0x0204 -+#define REG_TDECTRL 0x0208 -+#define REG_TXDMA_OFFSET_CHK 0x020C -+#define REG_TXDMA_STATUS 0x0210 -+#define REG_RQPN_NPQ 0x0214 -+#define REG_AUTO_LLT 0x0224 -+ -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RXDMA_AGG_PG_TH 0x0280 -+#define REG_RXPKT_NUM 0x0284 -+#define REG_RXDMA_STATUS 0x0288 -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+#define REG_PCIE_CTRL_REG 0x0300 -+#define REG_INT_MIG 0x0304 /* Interrupt Migration */ -+#define REG_BCNQ_DESA 0x0308 /* TX Beacon Descriptor Address */ -+#define REG_HQ_DESA 0x0310 /* TX High Queue Descriptor Address */ -+#define REG_MGQ_DESA 0x0318 /* TX Manage Queue Descriptor Address */ -+#define REG_VOQ_DESA 0x0320 /* TX VO Queue Descriptor Address */ -+#define REG_VIQ_DESA 0x0328 /* TX VI Queue Descriptor Address */ -+#define REG_BEQ_DESA 0x0330 /* TX BE Queue Descriptor Address */ -+#define REG_BKQ_DESA 0x0338 /* TX BK Queue Descriptor Address */ -+#define REG_RX_DESA 0x0340 /* RX Queue Descriptor Address */ -+//sherry added for DBI Read/Write 20091126 -+#define REG_DBI_WDATA 0x0348 /* Backdoor REG for Access Configuration */ -+#define REG_DBI_RDATA 0x034C /* Backdoor REG for Access Configuration */ -+#define REG_DBI_CTRL 0x0350 /* Backdoor REG for Access Configuration */ -+#define REG_DBI_FLAG 0x0352 /* Backdoor REG for Access Configuration */ -+#define REG_MDIO 0x0354 /* MDIO for Access PCIE PHY */ -+#define REG_DBG_SEL 0x0360 /* Debug Selection Register */ -+#define REG_PCIE_HRPWM 0x0361 /* PCIe RPWM */ -+#define REG_PCIE_HCPWM 0x0363 /* PCIe CPWM */ -+#define REG_WATCH_DOG 0x0368 -+#define REG_RX_RXBD_NUM 0x0382 -+ -+// RTL8723 series ------------------------------- -+#define REG_PCIE_HISR_EN 0x0394 /* PCIE Local Interrupt Enable Register */ -+#define REG_PCIE_HISR 0x03A0 -+#define REG_PCIE_HISRE 0x03A4 -+#define REG_PCIE_HIMR 0x03A8 -+#define REG_PCIE_HIMRE 0x03AC -+ -+#define REG_USB_HIMR 0xFE38 -+#define REG_USB_HIMRE 0xFE3C -+#define REG_USB_HISR 0xFE78 -+#define REG_USB_HISRE 0xFE7C -+ -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+ -+/* 92C, 92D */ -+#define REG_VOQ_INFO 0x0400 -+#define REG_VIQ_INFO 0x0404 -+#define REG_BEQ_INFO 0x0408 -+#define REG_BKQ_INFO 0x040C -+ -+/* 88E, 8723A, 8812A, 8821A, 92E, 8723B */ -+#define REG_Q0_INFO 0x400 -+#define REG_Q1_INFO 0x404 -+#define REG_Q2_INFO 0x408 -+#define REG_Q3_INFO 0x40C -+ -+#define REG_MGQ_INFO 0x0410 -+#define REG_HGQ_INFO 0x0414 -+#define REG_BCNQ_INFO 0x0418 -+#define REG_TXPKT_EMPTY 0x041A -+#define REG_CPU_MGQ_INFORMATION 0x041C -+#define REG_FWHW_TXQ_CTRL 0x0420 -+#define REG_HWSEQ_CTRL 0x0423 -+#define REG_BCNQ_BDNY 0x0424 -+#define REG_MGQ_BDNY 0x0425 -+#define REG_LIFETIME_CTRL 0x0426 -+#define REG_MULTI_BCNQ_OFFSET 0x0427 -+#define REG_SPEC_SIFS 0x0428 -+#define REG_RL 0x042A -+#define REG_DARFRC 0x0430 -+#define REG_RARFRC 0x0438 -+#define REG_RRSR 0x0440 -+#define REG_ARFR0 0x0444 -+#define REG_ARFR1 0x0448 -+#define REG_ARFR2 0x044C -+#define REG_ARFR3 0x0450 -+#define REG_BCNQ1_BDNY 0x0457 -+ -+#define REG_AGGLEN_LMT 0x0458 -+#define REG_AMPDU_MIN_SPACE 0x045C -+#define REG_WMAC_LBK_BF_HD 0x045D -+#define REG_FAST_EDCA_CTRL 0x0460 -+#define REG_RD_RESP_PKT_TH 0x0463 -+ -+/* 8723A, 8812A, 8821A, 92E, 8723B */ -+#define REG_Q4_INFO 0x468 -+#define REG_Q5_INFO 0x46C -+#define REG_Q6_INFO 0x470 -+#define REG_Q7_INFO 0x474 -+ -+#define REG_INIRTS_RATE_SEL 0x0480 -+#define REG_INIDATA_RATE_SEL 0x0484 -+ -+/* 8723B, 92E, 8812A, 8821A*/ -+#define REG_MACID_SLEEP_3 0x0484 -+#define REG_MACID_SLEEP_1 0x0488 -+ -+#define REG_POWER_STAGE1 0x04B4 -+#define REG_POWER_STAGE2 0x04B8 -+#define REG_PKT_VO_VI_LIFE_TIME 0x04C0 -+#define REG_PKT_BE_BK_LIFE_TIME 0x04C2 -+#define REG_STBC_SETTING 0x04C4 -+#define REG_QUEUE_CTRL 0x04C6 -+#define REG_SINGLE_AMPDU_CTRL 0x04c7 -+#define REG_PROT_MODE_CTRL 0x04C8 -+#define REG_MAX_AGGR_NUM 0x04CA -+#define REG_RTS_MAX_AGGR_NUM 0x04CB -+#define REG_BAR_MODE_CTRL 0x04CC -+#define REG_RA_TRY_RATE_AGG_LMT 0x04CF -+ -+/* 8723A */ -+#define REG_MACID_DROP 0x04D0 -+ -+/* 88E */ -+#define REG_EARLY_MODE_CONTROL 0x04D0 -+ -+/* 8723B, 92E, 8812A, 8821A */ -+#define REG_MACID_SLEEP_2 0x04D0 -+ -+/* 8723A, 8723B, 92E, 8812A, 8821A */ -+#define REG_MACID_SLEEP 0x04D4 -+ -+#define REG_NQOS_SEQ 0x04DC -+#define REG_QOS_SEQ 0x04DE -+#define REG_NEED_CPU_HANDLE 0x04E0 -+#define REG_PKT_LOSE_RPT 0x04E1 -+#define REG_PTCL_ERR_STATUS 0x04E2 -+#define REG_TX_RPT_CTRL 0x04EC -+#define REG_TX_RPT_TIME 0x04F0 // 2 byte -+#define REG_DUMMY 0x04FC -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+#define REG_EDCA_VO_PARAM 0x0500 -+#define REG_EDCA_VI_PARAM 0x0504 -+#define REG_EDCA_BE_PARAM 0x0508 -+#define REG_EDCA_BK_PARAM 0x050C -+#define REG_BCNTCFG 0x0510 -+#define REG_PIFS 0x0512 -+#define REG_RDG_PIFS 0x0513 -+#define REG_SIFS_CTX 0x0514 -+#define REG_SIFS_TRX 0x0516 -+#define REG_TSFTR_SYN_OFFSET 0x0518 -+#define REG_AGGR_BREAK_TIME 0x051A -+#define REG_SLOT 0x051B -+#define REG_TX_PTCL_CTRL 0x0520 -+#define REG_TXPAUSE 0x0522 -+#define REG_DIS_TXREQ_CLR 0x0523 -+#define REG_RD_CTRL 0x0524 -+// -+// Format for offset 540h-542h: -+// [3:0]: TBTT prohibit setup in unit of 32us. The time for HW getting beacon content before TBTT. -+// [7:4]: Reserved. -+// [19:8]: TBTT prohibit hold in unit of 32us. The time for HW holding to send the beacon packet. -+// [23:20]: Reserved -+// Description: -+// | -+// |<--Setup--|--Hold------------>| -+// --------------|---------------------- -+// | -+// TBTT -+// Note: We cannot update beacon content to HW or send any AC packets during the time between Setup and Hold. -+// Described by Designer Tim and Bruce, 2011-01-14. -+// -+#define REG_TBTT_PROHIBIT 0x0540 -+#define REG_RD_NAV_NXT 0x0544 -+#define REG_NAV_PROT_LEN 0x0546 -+#define REG_BCN_CTRL 0x0550 -+#define REG_BCN_CTRL_1 0x0551 -+#define REG_MBID_NUM 0x0552 -+#define REG_DUAL_TSF_RST 0x0553 -+#define REG_BCN_INTERVAL 0x0554 // The same as REG_MBSSID_BCN_SPACE -+#define REG_DRVERLYINT 0x0558 -+#define REG_BCNDMATIM 0x0559 -+#define REG_ATIMWND 0x055A -+#define REG_USTIME_TSF 0x055C -+#define REG_BCN_MAX_ERR 0x055D -+#define REG_RXTSF_OFFSET_CCK 0x055E -+#define REG_RXTSF_OFFSET_OFDM 0x055F -+#define REG_TSFTR 0x0560 -+#define REG_TSFTR1 0x0568 // HW Port 1 TSF Register -+#define REG_ATIMWND_1 0x0570 -+#define REG_P2P_CTWIN 0x0572 // 1 Byte long (in unit of TU) -+#define REG_PSTIMER 0x0580 -+#define REG_TIMER0 0x0584 -+#define REG_TIMER1 0x0588 -+#define REG_ACMHWCTRL 0x05C0 -+#define REG_NOA_DESC_SEL 0x05CF -+#define REG_NOA_DESC_DURATION 0x05E0 -+#define REG_NOA_DESC_INTERVAL 0x05E4 -+#define REG_NOA_DESC_START 0x05E8 -+#define REG_NOA_DESC_COUNT 0x05EC -+ -+#define REG_DMC 0x05F0 //Dual MAC Co-Existence Register -+#define REG_SCH_TX_CMD 0x05F8 -+ -+#define REG_FW_RESET_TSF_CNT_1 0x05FC -+#define REG_FW_RESET_TSF_CNT_0 0x05FD -+#define REG_FW_BCN_DIS_CNT 0x05FE -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+#define REG_APSD_CTRL 0x0600 -+#define REG_BWOPMODE 0x0603 -+#define REG_TCR 0x0604 -+#define REG_RCR 0x0608 -+#define REG_RX_PKT_LIMIT 0x060C -+#define REG_RX_DLK_TIME 0x060D -+#define REG_RX_DRVINFO_SZ 0x060F -+ -+#define REG_MACID 0x0610 -+#define REG_BSSID 0x0618 -+#define REG_MAR 0x0620 -+#define REG_MBIDCAMCFG 0x0628 -+ -+#define REG_PNO_STATUS 0x0631 -+#define REG_USTIME_EDCA 0x0638 -+#define REG_MAC_SPEC_SIFS 0x063A -+// 20100719 Joseph: Hardware register definition change. (HW datasheet v54) -+#define REG_RESP_SIFS_CCK 0x063C // [15:8]SIFS_R2T_OFDM, [7:0]SIFS_R2T_CCK -+#define REG_RESP_SIFS_OFDM 0x063E // [15:8]SIFS_T2T_OFDM, [7:0]SIFS_T2T_CCK -+ -+#define REG_ACKTO 0x0640 -+#define REG_CTS2TO 0x0641 -+#define REG_EIFS 0x0642 -+ -+ -+//RXERR_RPT -+#define RXERR_TYPE_OFDM_PPDU 0 -+#define RXERR_TYPE_OFDM_FALSE_ALARM 1 -+#define RXERR_TYPE_OFDM_MPDU_OK 2 -+#define RXERR_TYPE_OFDM_MPDU_FAIL 3 -+#define RXERR_TYPE_CCK_PPDU 4 -+#define RXERR_TYPE_CCK_FALSE_ALARM 5 -+#define RXERR_TYPE_CCK_MPDU_OK 6 -+#define RXERR_TYPE_CCK_MPDU_FAIL 7 -+#define RXERR_TYPE_HT_PPDU 8 -+#define RXERR_TYPE_HT_FALSE_ALARM 9 -+#define RXERR_TYPE_HT_MPDU_TOTAL 10 -+#define RXERR_TYPE_HT_MPDU_OK 11 -+#define RXERR_TYPE_HT_MPDU_FAIL 12 -+#define RXERR_TYPE_RX_FULL_DROP 15 -+ -+#define RXERR_COUNTER_MASK 0xFFFFF -+#define RXERR_RPT_RST BIT(27) -+#define _RXERR_RPT_SEL(type) ((type) << 28) -+ -+// -+// Note: -+// The NAV upper value is very important to WiFi 11n 5.2.3 NAV test. The default value is -+// always too small, but the WiFi TestPlan test by 25,000 microseconds of NAV through sending -+// CTS in the air. We must update this value greater than 25,000 microseconds to pass the item. -+// The offset of NAV_UPPER in 8192C Spec is incorrect, and the offset should be 0x0652. Commented -+// by SD1 Scott. -+// By Bruce, 2011-07-18. -+// -+#define REG_NAV_UPPER 0x0652 // unit of 128 -+ -+//WMA, BA, CCX -+#define REG_NAV_CTRL 0x0650 -+#define REG_BACAMCMD 0x0654 -+#define REG_BACAMCONTENT 0x0658 -+#define REG_LBDLY 0x0660 -+#define REG_FWDLY 0x0661 -+#define REG_RXERR_RPT 0x0664 -+#define REG_WMAC_TRXPTCL_CTL 0x0668 -+ -+// Security -+#define REG_CAMCMD 0x0670 -+#define REG_CAMWRITE 0x0674 -+#define REG_CAMREAD 0x0678 -+#define REG_CAMDBG 0x067C -+#define REG_SECCFG 0x0680 -+ -+// Power -+#define REG_WOW_CTRL 0x0690 -+#define REG_PS_RX_INFO 0x0692 -+#define REG_UAPSD_TID 0x0693 -+#define REG_WKFMCAM_CMD 0x0698 -+#define REG_WKFMCAM_NUM REG_WKFMCAM_CMD -+#define REG_WKFMCAM_RWD 0x069C -+#define REG_RXFLTMAP0 0x06A0 -+#define REG_RXFLTMAP1 0x06A2 -+#define REG_RXFLTMAP2 0x06A4 -+#define REG_BCN_PSR_RPT 0x06A8 -+#define REG_BT_COEX_TABLE 0x06C0 -+ -+// Hardware Port 2 -+#define REG_MACID1 0x0700 -+#define REG_BSSID1 0x0708 -+ -+ -+//----------------------------------------------------- -+// -+// 0xFE00h ~ 0xFE55h USB Configuration -+// -+//----------------------------------------------------- -+#define REG_USB_INFO 0xFE17 -+#define REG_USB_SPECIAL_OPTION 0xFE55 -+#define REG_USB_DMA_AGG_TO 0xFE5B -+#define REG_USB_AGG_TO 0xFE5C -+#define REG_USB_AGG_TH 0xFE5D -+ -+#define REG_USB_HRPWM 0xFE58 -+#define REG_USB_HCPWM 0xFE57 -+ -+// for 92DU high_Queue low_Queue Normal_Queue select -+#define REG_USB_High_NORMAL_Queue_Select_MAC0 0xFE44 -+//#define REG_USB_LOW_Queue_Select_MAC0 0xFE45 -+#define REG_USB_High_NORMAL_Queue_Select_MAC1 0xFE47 -+//#define REG_USB_LOW_Queue_Select_MAC1 0xFE48 -+ -+// For test chip -+#define REG_TEST_USB_TXQS 0xFE48 -+#define REG_TEST_SIE_VID 0xFE60 // 0xFE60~0xFE61 -+#define REG_TEST_SIE_PID 0xFE62 // 0xFE62~0xFE63 -+#define REG_TEST_SIE_OPTIONAL 0xFE64 -+#define REG_TEST_SIE_CHIRP_K 0xFE65 -+#define REG_TEST_SIE_PHY 0xFE66 // 0xFE66~0xFE6B -+#define REG_TEST_SIE_MAC_ADDR 0xFE70 // 0xFE70~0xFE75 -+#define REG_TEST_SIE_STRING 0xFE80 // 0xFE80~0xFEB9 -+ -+ -+// For normal chip -+#define REG_NORMAL_SIE_VID 0xFE60 // 0xFE60~0xFE61 -+#define REG_NORMAL_SIE_PID 0xFE62 // 0xFE62~0xFE63 -+#define REG_NORMAL_SIE_OPTIONAL 0xFE64 -+#define REG_NORMAL_SIE_EP 0xFE65 // 0xFE65~0xFE67 -+#define REG_NORMAL_SIE_PHY 0xFE68 // 0xFE68~0xFE6B -+#define REG_NORMAL_SIE_OPTIONAL2 0xFE6C -+#define REG_NORMAL_SIE_GPS_EP 0xFE6D // 0xFE6D, for RTL8723 only. -+#define REG_NORMAL_SIE_MAC_ADDR 0xFE70 // 0xFE70~0xFE75 -+#define REG_NORMAL_SIE_STRING 0xFE80 // 0xFE80~0xFEDF -+ -+ -+//----------------------------------------------------- -+// -+// Redifine 8192C register definition for compatibility -+// -+//----------------------------------------------------- -+ -+// TODO: use these definition when using REG_xxx naming rule. -+// NOTE: DO NOT Remove these definition. Use later. -+ -+#define EFUSE_CTRL REG_EFUSE_CTRL // E-Fuse Control. -+#define EFUSE_TEST REG_EFUSE_TEST // E-Fuse Test. -+#define MSR (REG_CR + 2) // Media Status register -+//#define ISR REG_HISR -+ -+#define TSFR REG_TSFTR // Timing Sync Function Timer Register. -+#define TSFR1 REG_TSFTR1 // HW Port 1 TSF Register -+ -+#define PBP REG_PBP -+ -+// Redifine MACID register, to compatible prior ICs. -+#define IDR0 REG_MACID // MAC ID Register, Offset 0x0050-0x0053 -+#define IDR4 (REG_MACID + 4) // MAC ID Register, Offset 0x0054-0x0055 -+ -+ -+// -+// 9. Security Control Registers (Offset: ) -+// -+#define RWCAM REG_CAMCMD //IN 8190 Data Sheet is called CAMcmd -+#define WCAMI REG_CAMWRITE // Software write CAM input content -+#define RCAMO REG_CAMREAD // Software read/write CAM config -+#define CAMDBG REG_CAMDBG -+#define SECR REG_SECCFG //Security Configuration Register -+ -+// Unused register -+#define UnusedRegister 0x1BF -+#define DCAM UnusedRegister -+#define PSR UnusedRegister -+#define BBAddr UnusedRegister -+#define PhyDataR UnusedRegister -+ -+// Min Spacing related settings. -+#define MAX_MSS_DENSITY_2T 0x13 -+#define MAX_MSS_DENSITY_1T 0x0A -+ -+//---------------------------------------------------------------------------- -+// 8192C Cmd9346CR bits (Offset 0xA, 16bit) -+//---------------------------------------------------------------------------- -+#define CmdEEPROM_En BIT5 // EEPROM enable when set 1 -+#define CmdEERPOMSEL BIT4 // System EEPROM select, 0: boot from E-FUSE, 1: The EEPROM used is 9346 -+#define Cmd9346CR_9356SEL BIT4 -+ -+//---------------------------------------------------------------------------- -+// 8192C GPIO MUX Configuration Register (offset 0x40, 4 byte) -+//---------------------------------------------------------------------------- -+#define GPIOSEL_GPIO 0 -+#define GPIOSEL_ENBT BIT5 -+ -+//---------------------------------------------------------------------------- -+// 8192C GPIO PIN Control Register (offset 0x44, 4 byte) -+//---------------------------------------------------------------------------- -+#define GPIO_IN REG_GPIO_PIN_CTRL // GPIO pins input value -+#define GPIO_OUT (REG_GPIO_PIN_CTRL+1) // GPIO pins output value -+#define GPIO_IO_SEL (REG_GPIO_PIN_CTRL+2) // GPIO pins output enable when a bit is set to "1"; otherwise, input is configured. -+#define GPIO_MOD (REG_GPIO_PIN_CTRL+3) -+ -+//---------------------------------------------------------------------------- -+// 8811A GPIO PIN Control Register (offset 0x60, 4 byte) -+//---------------------------------------------------------------------------- -+#define GPIO_IN_8811A REG_GPIO_PIN_CTRL_2 // GPIO pins input value -+#define GPIO_OUT_8811A (REG_GPIO_PIN_CTRL_2+1) // GPIO pins output value -+#define GPIO_IO_SEL_8811A (REG_GPIO_PIN_CTRL_2+2) // GPIO pins output enable when a bit is set to "1"; otherwise, input is configured. -+#define GPIO_MOD_8811A (REG_GPIO_PIN_CTRL_2+3) -+ -+//---------------------------------------------------------------------------- -+// 8723/8188E Host System Interrupt Mask Register (offset 0x58, 32 byte) -+//---------------------------------------------------------------------------- -+#define HSIMR_GPIO12_0_INT_EN BIT0 -+#define HSIMR_SPS_OCP_INT_EN BIT5 -+#define HSIMR_RON_INT_EN BIT6 -+#define HSIMR_PDN_INT_EN BIT7 -+#define HSIMR_GPIO9_INT_EN BIT25 -+ -+//---------------------------------------------------------------------------- -+// 8723/8188E Host System Interrupt Status Register (offset 0x5C, 32 byte) -+//---------------------------------------------------------------------------- -+#define HSISR_GPIO12_0_INT BIT0 -+#define HSISR_SPS_OCP_INT BIT5 -+#define HSISR_RON_INT BIT6 -+#define HSISR_PDNINT BIT7 -+#define HSISR_GPIO9_INT BIT25 -+ -+//---------------------------------------------------------------------------- -+// 8192C (MSR) Media Status Register (Offset 0x4C, 8 bits) -+//---------------------------------------------------------------------------- -+/* -+Network Type -+00: No link -+01: Link in ad hoc network -+10: Link in infrastructure network -+11: AP mode -+Default: 00b. -+*/ -+#define MSR_NOLINK 0x00 -+#define MSR_ADHOC 0x01 -+#define MSR_INFRA 0x02 -+#define MSR_AP 0x03 -+ -+//---------------------------------------------------------------------------- -+// USB INTR CONTENT -+//---------------------------------------------------------------------------- -+#define USB_C2H_CMDID_OFFSET 0 -+#define USB_C2H_SEQ_OFFSET 1 -+#define USB_C2H_EVENT_OFFSET 2 -+#define USB_INTR_CPWM_OFFSET 16 -+#define USB_INTR_CONTENT_C2H_OFFSET 0 -+#define USB_INTR_CONTENT_CPWM1_OFFSET 16 -+#define USB_INTR_CONTENT_CPWM2_OFFSET 20 -+#define USB_INTR_CONTENT_HISR_OFFSET 48 -+#define USB_INTR_CONTENT_HISRE_OFFSET 52 -+#define USB_INTR_CONTENT_LENGTH 56 -+ -+//---------------------------------------------------------------------------- -+// Response Rate Set Register (offset 0x440, 24bits) -+//---------------------------------------------------------------------------- -+#define RRSR_1M BIT0 -+#define RRSR_2M BIT1 -+#define RRSR_5_5M BIT2 -+#define RRSR_11M BIT3 -+#define RRSR_6M BIT4 -+#define RRSR_9M BIT5 -+#define RRSR_12M BIT6 -+#define RRSR_18M BIT7 -+#define RRSR_24M BIT8 -+#define RRSR_36M BIT9 -+#define RRSR_48M BIT10 -+#define RRSR_54M BIT11 -+#define RRSR_MCS0 BIT12 -+#define RRSR_MCS1 BIT13 -+#define RRSR_MCS2 BIT14 -+#define RRSR_MCS3 BIT15 -+#define RRSR_MCS4 BIT16 -+#define RRSR_MCS5 BIT17 -+#define RRSR_MCS6 BIT18 -+#define RRSR_MCS7 BIT19 -+ -+#define RRSR_CCK_RATES (RRSR_11M|RRSR_5_5M|RRSR_2M|RRSR_1M) -+#define RRSR_OFDM_RATES (RRSR_54M|RRSR_48M|RRSR_36M|RRSR_24M|RRSR_18M|RRSR_12M|RRSR_9M|RRSR_6M) -+ -+// WOL bit information -+#define HAL92C_WOL_PTK_UPDATE_EVENT BIT0 -+#define HAL92C_WOL_GTK_UPDATE_EVENT BIT1 -+#define HAL92C_WOL_DISASSOC_EVENT BIT2 -+#define HAL92C_WOL_DEAUTH_EVENT BIT3 -+#define HAL92C_WOL_FW_DISCONNECT_EVENT BIT4 -+ -+//---------------------------------------------------------------------------- -+// Rate Definition -+//---------------------------------------------------------------------------- -+//CCK -+#define RATR_1M 0x00000001 -+#define RATR_2M 0x00000002 -+#define RATR_55M 0x00000004 -+#define RATR_11M 0x00000008 -+//OFDM -+#define RATR_6M 0x00000010 -+#define RATR_9M 0x00000020 -+#define RATR_12M 0x00000040 -+#define RATR_18M 0x00000080 -+#define RATR_24M 0x00000100 -+#define RATR_36M 0x00000200 -+#define RATR_48M 0x00000400 -+#define RATR_54M 0x00000800 -+//MCS 1 Spatial Stream -+#define RATR_MCS0 0x00001000 -+#define RATR_MCS1 0x00002000 -+#define RATR_MCS2 0x00004000 -+#define RATR_MCS3 0x00008000 -+#define RATR_MCS4 0x00010000 -+#define RATR_MCS5 0x00020000 -+#define RATR_MCS6 0x00040000 -+#define RATR_MCS7 0x00080000 -+//MCS 2 Spatial Stream -+#define RATR_MCS8 0x00100000 -+#define RATR_MCS9 0x00200000 -+#define RATR_MCS10 0x00400000 -+#define RATR_MCS11 0x00800000 -+#define RATR_MCS12 0x01000000 -+#define RATR_MCS13 0x02000000 -+#define RATR_MCS14 0x04000000 -+#define RATR_MCS15 0x08000000 -+ -+//CCK -+#define RATE_1M BIT(0) -+#define RATE_2M BIT(1) -+#define RATE_5_5M BIT(2) -+#define RATE_11M BIT(3) -+//OFDM -+#define RATE_6M BIT(4) -+#define RATE_9M BIT(5) -+#define RATE_12M BIT(6) -+#define RATE_18M BIT(7) -+#define RATE_24M BIT(8) -+#define RATE_36M BIT(9) -+#define RATE_48M BIT(10) -+#define RATE_54M BIT(11) -+//MCS 1 Spatial Stream -+#define RATE_MCS0 BIT(12) -+#define RATE_MCS1 BIT(13) -+#define RATE_MCS2 BIT(14) -+#define RATE_MCS3 BIT(15) -+#define RATE_MCS4 BIT(16) -+#define RATE_MCS5 BIT(17) -+#define RATE_MCS6 BIT(18) -+#define RATE_MCS7 BIT(19) -+//MCS 2 Spatial Stream -+#define RATE_MCS8 BIT(20) -+#define RATE_MCS9 BIT(21) -+#define RATE_MCS10 BIT(22) -+#define RATE_MCS11 BIT(23) -+#define RATE_MCS12 BIT(24) -+#define RATE_MCS13 BIT(25) -+#define RATE_MCS14 BIT(26) -+#define RATE_MCS15 BIT(27) -+ -+ -+// ALL CCK Rate -+#define RATE_ALL_CCK RATR_1M|RATR_2M|RATR_55M|RATR_11M -+#define RATE_ALL_OFDM_AG RATR_6M|RATR_9M|RATR_12M|RATR_18M|RATR_24M|\ -+ RATR_36M|RATR_48M|RATR_54M -+#define RATE_ALL_OFDM_1SS RATR_MCS0|RATR_MCS1|RATR_MCS2|RATR_MCS3 |\ -+ RATR_MCS4|RATR_MCS5|RATR_MCS6 |RATR_MCS7 -+#define RATE_ALL_OFDM_2SS RATR_MCS8|RATR_MCS9 |RATR_MCS10|RATR_MCS11|\ -+ RATR_MCS12|RATR_MCS13|RATR_MCS14|RATR_MCS15 -+ -+#define RATE_BITMAP_ALL 0xFFFFF -+ -+// Only use CCK 1M rate for ACK -+#define RATE_RRSR_CCK_ONLY_1M 0xFFFF1 -+#define RATE_RRSR_WITHOUT_CCK 0xFFFF0 -+ -+//---------------------------------------------------------------------------- -+// BW_OPMODE bits (Offset 0x603, 8bit) -+//---------------------------------------------------------------------------- -+#define BW_OPMODE_20MHZ BIT2 -+#define BW_OPMODE_5G BIT1 -+ -+//---------------------------------------------------------------------------- -+// CAM Config Setting (offset 0x680, 1 byte) -+//---------------------------------------------------------------------------- -+#define CAM_VALID BIT15 -+#define CAM_NOTVALID 0x0000 -+#define CAM_USEDK BIT5 -+ -+#define CAM_CONTENT_COUNT 8 -+ -+#define CAM_NONE 0x0 -+#define CAM_WEP40 0x01 -+#define CAM_TKIP 0x02 -+#define CAM_AES 0x04 -+#define CAM_WEP104 0x05 -+#define CAM_SMS4 0x6 -+ -+#define TOTAL_CAM_ENTRY 32 -+#define HALF_CAM_ENTRY 16 -+ -+#define CAM_CONFIG_USEDK _TRUE -+#define CAM_CONFIG_NO_USEDK _FALSE -+ -+#define CAM_WRITE BIT16 -+#define CAM_READ 0x00000000 -+#define CAM_POLLINIG BIT31 -+ -+// -+// 10. Power Save Control Registers -+// -+#define WOW_PMEN BIT0 // Power management Enable. -+#define WOW_WOMEN BIT1 // WoW function on or off. -+#define WOW_MAGIC BIT2 // Magic packet -+#define WOW_UWF BIT3 // Unicast Wakeup frame. -+ -+// -+// 12. Host Interrupt Status Registers -+// -+//---------------------------------------------------------------------------- -+// 8190 IMR/ISR bits -+//---------------------------------------------------------------------------- -+#define IMR8190_DISABLED 0x0 -+#define IMR_DISABLED 0x0 -+// IMR DW0 Bit 0-31 -+#define IMR_BCNDMAINT6 BIT31 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5 BIT30 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4 BIT29 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3 BIT28 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2 BIT27 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1 BIT26 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK8 BIT25 // Beacon Queue DMA OK Interrup 8 -+#define IMR_BCNDOK7 BIT24 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6 BIT23 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5 BIT22 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4 BIT21 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3 BIT20 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2 BIT19 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1 BIT18 // Beacon Queue DMA OK Interrup 1 -+#define IMR_TIMEOUT2 BIT17 // Timeout interrupt 2 -+#define IMR_TIMEOUT1 BIT16 // Timeout interrupt 1 -+#define IMR_TXFOVW BIT15 // Transmit FIFO Overflow -+#define IMR_PSTIMEOUT BIT14 // Power save time out interrupt -+#define IMR_BcnInt BIT13 // Beacon DMA Interrupt 0 -+#define IMR_RXFOVW BIT12 // Receive FIFO Overflow -+#define IMR_RDU BIT11 // Receive Descriptor Unavailable -+#define IMR_ATIMEND BIT10 // For 92C,ATIM Window End Interrupt. For 8723 and later ICs, it also means P2P CTWin End interrupt. -+#define IMR_BDOK BIT9 // Beacon Queue DMA OK Interrup -+#define IMR_HIGHDOK BIT8 // High Queue DMA OK Interrupt -+#define IMR_TBDOK BIT7 // Transmit Beacon OK interrup -+#define IMR_MGNTDOK BIT6 // Management Queue DMA OK Interrupt -+#define IMR_TBDER BIT5 // For 92C,Transmit Beacon Error Interrupt -+#define IMR_BKDOK BIT4 // AC_BK DMA OK Interrupt -+#define IMR_BEDOK BIT3 // AC_BE DMA OK Interrupt -+#define IMR_VIDOK BIT2 // AC_VI DMA OK Interrupt -+#define IMR_VODOK BIT1 // AC_VO DMA Interrupt -+#define IMR_ROK BIT0 // Receive DMA OK Interrupt -+ -+// 13. Host Interrupt Status Extension Register (Offset: 0x012C-012Eh) -+#define IMR_TSF_BIT32_TOGGLE BIT15 -+#define IMR_BcnInt_E BIT12 -+#define IMR_TXERR BIT11 -+#define IMR_RXERR BIT10 -+#define IMR_C2HCMD BIT9 -+#define IMR_CPWM BIT8 -+//RSVD [2-7] -+#define IMR_OCPINT BIT1 -+#define IMR_WLANOFF BIT0 -+ -+//---------------------------------------------------------------------------- -+// 8723E series PCIE Host IMR/ISR bit -+//---------------------------------------------------------------------------- -+// IMR DW0 Bit 0-31 -+#define PHIMR_TIMEOUT2 BIT31 -+#define PHIMR_TIMEOUT1 BIT30 -+#define PHIMR_PSTIMEOUT BIT29 -+#define PHIMR_GTINT4 BIT28 -+#define PHIMR_GTINT3 BIT27 -+#define PHIMR_TXBCNERR BIT26 -+#define PHIMR_TXBCNOK BIT25 -+#define PHIMR_TSF_BIT32_TOGGLE BIT24 -+#define PHIMR_BCNDMAINT3 BIT23 -+#define PHIMR_BCNDMAINT2 BIT22 -+#define PHIMR_BCNDMAINT1 BIT21 -+#define PHIMR_BCNDMAINT0 BIT20 -+#define PHIMR_BCNDOK3 BIT19 -+#define PHIMR_BCNDOK2 BIT18 -+#define PHIMR_BCNDOK1 BIT17 -+#define PHIMR_BCNDOK0 BIT16 -+#define PHIMR_HSISR_IND_ON BIT15 -+#define PHIMR_BCNDMAINT_E BIT14 -+#define PHIMR_ATIMEND_E BIT13 -+#define PHIMR_ATIM_CTW_END BIT12 -+#define PHIMR_HISRE_IND BIT11 // RO. HISRE Indicator (HISRE & HIMRE is true, this bit is set to 1) -+#define PHIMR_C2HCMD BIT10 -+#define PHIMR_CPWM2 BIT9 -+#define PHIMR_CPWM BIT8 -+#define PHIMR_HIGHDOK BIT7 // High Queue DMA OK Interrupt -+#define PHIMR_MGNTDOK BIT6 // Management Queue DMA OK Interrupt -+#define PHIMR_BKDOK BIT5 // AC_BK DMA OK Interrupt -+#define PHIMR_BEDOK BIT4 // AC_BE DMA OK Interrupt -+#define PHIMR_VIDOK BIT3 // AC_VI DMA OK Interrupt -+#define PHIMR_VODOK BIT2 // AC_VO DMA Interrupt -+#define PHIMR_RDU BIT1 // Receive Descriptor Unavailable -+#define PHIMR_ROK BIT0 // Receive DMA OK Interrupt -+ -+// PCIE Host Interrupt Status Extension bit -+#define PHIMR_BCNDMAINT7 BIT23 -+#define PHIMR_BCNDMAINT6 BIT22 -+#define PHIMR_BCNDMAINT5 BIT21 -+#define PHIMR_BCNDMAINT4 BIT20 -+#define PHIMR_BCNDOK7 BIT19 -+#define PHIMR_BCNDOK6 BIT18 -+#define PHIMR_BCNDOK5 BIT17 -+#define PHIMR_BCNDOK4 BIT16 -+// bit12 15: RSVD -+#define PHIMR_TXERR BIT11 -+#define PHIMR_RXERR BIT10 -+#define PHIMR_TXFOVW BIT9 -+#define PHIMR_RXFOVW BIT8 -+// bit2-7: RSVD -+#define PHIMR_OCPINT BIT1 -+// bit0: RSVD -+ -+#define UHIMR_TIMEOUT2 BIT31 -+#define UHIMR_TIMEOUT1 BIT30 -+#define UHIMR_PSTIMEOUT BIT29 -+#define UHIMR_GTINT4 BIT28 -+#define UHIMR_GTINT3 BIT27 -+#define UHIMR_TXBCNERR BIT26 -+#define UHIMR_TXBCNOK BIT25 -+#define UHIMR_TSF_BIT32_TOGGLE BIT24 -+#define UHIMR_BCNDMAINT3 BIT23 -+#define UHIMR_BCNDMAINT2 BIT22 -+#define UHIMR_BCNDMAINT1 BIT21 -+#define UHIMR_BCNDMAINT0 BIT20 -+#define UHIMR_BCNDOK3 BIT19 -+#define UHIMR_BCNDOK2 BIT18 -+#define UHIMR_BCNDOK1 BIT17 -+#define UHIMR_BCNDOK0 BIT16 -+#define UHIMR_HSISR_IND BIT15 -+#define UHIMR_BCNDMAINT_E BIT14 -+//RSVD BIT13 -+#define UHIMR_CTW_END BIT12 -+//RSVD BIT11 -+#define UHIMR_C2HCMD BIT10 -+#define UHIMR_CPWM2 BIT9 -+#define UHIMR_CPWM BIT8 -+#define UHIMR_HIGHDOK BIT7 // High Queue DMA OK Interrupt -+#define UHIMR_MGNTDOK BIT6 // Management Queue DMA OK Interrupt -+#define UHIMR_BKDOK BIT5 // AC_BK DMA OK Interrupt -+#define UHIMR_BEDOK BIT4 // AC_BE DMA OK Interrupt -+#define UHIMR_VIDOK BIT3 // AC_VI DMA OK Interrupt -+#define UHIMR_VODOK BIT2 // AC_VO DMA Interrupt -+#define UHIMR_RDU BIT1 // Receive Descriptor Unavailable -+#define UHIMR_ROK BIT0 // Receive DMA OK Interrupt -+ -+// USB Host Interrupt Status Extension bit -+#define UHIMR_BCNDMAINT7 BIT23 -+#define UHIMR_BCNDMAINT6 BIT22 -+#define UHIMR_BCNDMAINT5 BIT21 -+#define UHIMR_BCNDMAINT4 BIT20 -+#define UHIMR_BCNDOK7 BIT19 -+#define UHIMR_BCNDOK6 BIT18 -+#define UHIMR_BCNDOK5 BIT17 -+#define UHIMR_BCNDOK4 BIT16 -+// bit14-15: RSVD -+#define UHIMR_ATIMEND_E BIT13 -+#define UHIMR_ATIMEND BIT12 -+#define UHIMR_TXERR BIT11 -+#define UHIMR_RXERR BIT10 -+#define UHIMR_TXFOVW BIT9 -+#define UHIMR_RXFOVW BIT8 -+// bit2-7: RSVD -+#define UHIMR_OCPINT BIT1 -+// bit0: RSVD -+ -+ -+#define HAL_NIC_UNPLUG_ISR 0xFFFFFFFF // The value when the NIC is unplugged for PCI. -+#define HAL_NIC_UNPLUG_PCI_ISR 0xEAEAEAEA // The value when the NIC is unplugged for PCI in PCI interrupt (page 3). -+ -+//---------------------------------------------------------------------------- -+// 8188 IMR/ISR bits -+//---------------------------------------------------------------------------- -+#define IMR_DISABLED_88E 0x0 -+// IMR DW0(0x0060-0063) Bit 0-31 -+#define IMR_TXCCK_88E BIT30 // TXRPT interrupt when CCX bit of the packet is set -+#define IMR_PSTIMEOUT_88E BIT29 // Power Save Time Out Interrupt -+#define IMR_GTINT4_88E BIT28 // When GTIMER4 expires, this bit is set to 1 -+#define IMR_GTINT3_88E BIT27 // When GTIMER3 expires, this bit is set to 1 -+#define IMR_TBDER_88E BIT26 // Transmit Beacon0 Error -+#define IMR_TBDOK_88E BIT25 // Transmit Beacon0 OK -+#define IMR_TSF_BIT32_TOGGLE_88E BIT24 // TSF Timer BIT32 toggle indication interrupt -+#define IMR_BCNDMAINT0_88E BIT20 // Beacon DMA Interrupt 0 -+#define IMR_BCNDERR0_88E BIT16 // Beacon Queue DMA Error 0 -+#define IMR_HSISR_IND_ON_INT_88E BIT15 // HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) -+#define IMR_BCNDMAINT_E_88E BIT14 // Beacon DMA Interrupt Extension for Win7 -+#define IMR_ATIMEND_88E BIT12 // CTWidnow End or ATIM Window End -+#define IMR_HISR1_IND_INT_88E BIT11 // HISR1 Indicator (HISR1 & HIMR1 is true, this bit is set to 1) -+#define IMR_C2HCMD_88E BIT10 // CPU to Host Command INT Status, Write 1 clear -+#define IMR_CPWM2_88E BIT9 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_CPWM_88E BIT8 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_HIGHDOK_88E BIT7 // High Queue DMA OK -+#define IMR_MGNTDOK_88E BIT6 // Management Queue DMA OK -+#define IMR_BKDOK_88E BIT5 // AC_BK DMA OK -+#define IMR_BEDOK_88E BIT4 // AC_BE DMA OK -+#define IMR_VIDOK_88E BIT3 // AC_VI DMA OK -+#define IMR_VODOK_88E BIT2 // AC_VO DMA OK -+#define IMR_RDU_88E BIT1 // Rx Descriptor Unavailable -+#define IMR_ROK_88E BIT0 // Receive DMA OK -+ -+// IMR DW1(0x00B4-00B7) Bit 0-31 -+#define IMR_BCNDMAINT7_88E BIT27 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT6_88E BIT26 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5_88E BIT25 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4_88E BIT24 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3_88E BIT23 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2_88E BIT22 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1_88E BIT21 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK7_88E BIT20 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6_88E BIT19 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5_88E BIT18 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4_88E BIT17 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3_88E BIT16 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2_88E BIT15 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1_88E BIT14 // Beacon Queue DMA OK Interrup 1 -+#define IMR_ATIMEND_E_88E BIT13 // ATIM Window End Extension for Win7 -+#define IMR_TXERR_88E BIT11 // Tx Error Flag Interrupt Status, write 1 clear. -+#define IMR_RXERR_88E BIT10 // Rx Error Flag INT Status, Write 1 clear -+#define IMR_TXFOVW_88E BIT9 // Transmit FIFO Overflow -+#define IMR_RXFOVW_88E BIT8 // Receive FIFO Overflow -+ -+/*=================================================================== -+===================================================================== -+Here the register defines are for 92C. When the define is as same with 92C, -+we will use the 92C's define for the consistency -+So the following defines for 92C is not entire!!!!!! -+===================================================================== -+=====================================================================*/ -+/* -+Based on Datasheet V33---090401 -+Register Summary -+Current IOREG MAP -+0x0000h ~ 0x00FFh System Configuration (256 Bytes) -+0x0100h ~ 0x01FFh MACTOP General Configuration (256 Bytes) -+0x0200h ~ 0x027Fh TXDMA Configuration (128 Bytes) -+0x0280h ~ 0x02FFh RXDMA Configuration (128 Bytes) -+0x0300h ~ 0x03FFh PCIE EMAC Reserved Region (256 Bytes) -+0x0400h ~ 0x04FFh Protocol Configuration (256 Bytes) -+0x0500h ~ 0x05FFh EDCA Configuration (256 Bytes) -+0x0600h ~ 0x07FFh WMAC Configuration (512 Bytes) -+0x2000h ~ 0x3FFFh 8051 FW Download Region (8196 Bytes) -+*/ -+ //---------------------------------------------------------------------------- -+ // 8192C (TXPAUSE) transmission pause (Offset 0x522, 8 bits) -+ //---------------------------------------------------------------------------- -+// Note: -+// The the bits of stoping AC(VO/VI/BE/BK) queue in datasheet RTL8192S/RTL8192C are wrong, -+// the correct arragement is VO - Bit0, VI - Bit1, BE - Bit2, and BK - Bit3. -+// 8723 and 88E may be not correct either in the eralier version. Confirmed with DD Tim. -+// By Bruce, 2011-09-22. -+#define StopBecon BIT6 -+#define StopHigh BIT5 -+#define StopMgt BIT4 -+#define StopBK BIT3 -+#define StopBE BIT2 -+#define StopVI BIT1 -+#define StopVO BIT0 -+ -+//---------------------------------------------------------------------------- -+// 8192C (RCR) Receive Configuration Register (Offset 0x608, 32 bits) -+//---------------------------------------------------------------------------- -+#define RCR_APPFCS BIT31 // WMAC append FCS after pauload -+#define RCR_APP_MIC BIT30 // MACRX will retain the MIC at the bottom of the packet. -+#define RCR_APP_ICV BIT29 // MACRX will retain the ICV at the bottom of the packet. -+#define RCR_APP_PHYST_RXFF BIT28 // PHY Status is appended before RX packet in RXFF -+#define RCR_APP_BA_SSN BIT27 // SSN of previous TXBA is appended as after original RXDESC as the 4-th DW of RXDESC. -+#define RCR_VHT_DACK BIT26 /* This bit to control response type for vht single mpdu data packet. 1. ACK as response 0. BA as response */ -+#define RCR_TCPOFLD_EN BIT25 /* Enable TCP checksum offload */ -+#define RCR_ENMBID BIT24 // Enable Multiple BssId. Only response ACK to the packets whose DID(A1) matching to the addresses in the MBSSID CAM Entries. -+#define RCR_LSIGEN BIT23 // Enable LSIG TXOP Protection function. Search KEYCAM for each rx packet to check if LSIGEN bit is set. -+#define RCR_MFBEN BIT22 // Enable immediate MCS Feedback function. When Rx packet with MRQ = 1'b1, then search KEYCAM to find sender's MCS Feedback function and send response. -+#define RCR_DISCHKPPDLLEN BIT21 /* Do not check PPDU while the PPDU length is smaller than 14 byte. */ -+#define RCR_PKTCTL_DLEN BIT20 /* While rx path dead lock occurs, reset rx path */ -+#define RCR_DISGCLK BIT19 /* Disable macrx clock gating control (no used) */ -+#define RCR_TIM_PARSER_EN BIT18 // RX Beacon TIM Parser. -+#define RCR_BC_MD_EN BIT17 /* Broadcast data packet more data bit check interrupt enable.*/ -+#define RCR_UC_MD_EN BIT16 /* Unicast data packet more data bit check interrupt enable. */ -+#define RCR_RXSK_PERPKT BIT15 /* Executing key search per MPDU */ -+#define RCR_HTC_LOC_CTRL BIT14 // MFC<--HTC=1 MFC-->HTC=0 -+#define RCR_AMF BIT13 // Accept management type frame -+#define RCR_ACF BIT12 // Accept control type frame. Control frames BA, BAR, and PS-Poll (when in AP mode) are not controlled by this bit. They are controlled by ADF. -+#define RCR_ADF BIT11 // Accept data type frame. This bit also regulates BA, BAR, and PS-Poll (AP mode only). -+#define RCR_DISDECMYPKT BIT10 /* This bit determines whether hw need to do decryption.1: If A1 match, do decryption.0: Do decryption. */ -+#define RCR_AICV BIT9 // Accept ICV error packet -+#define RCR_ACRC32 BIT8 // Accept CRC32 error packet -+#define RCR_CBSSID_BCN BIT7 // Accept BSSID match packet (Rx beacon, probe rsp) -+#define RCR_CBSSID_DATA BIT6 // Accept BSSID match packet (Data) -+#define RCR_APWRMGT BIT5 // Accept power management packet -+#define RCR_ADD3 BIT4 // Accept address 3 match packet -+#define RCR_AB BIT3 // Accept broadcast packet -+#define RCR_AM BIT2 // Accept multicast packet -+#define RCR_APM BIT1 // Accept physical match packet -+#define RCR_AAP BIT0 // Accept all unicast packet -+ -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+ -+//2 SYS_ISO_CTRL -+#define ISO_MD2PP BIT(0) -+#define ISO_UA2USB BIT(1) -+#define ISO_UD2CORE BIT(2) -+#define ISO_PA2PCIE BIT(3) -+#define ISO_PD2CORE BIT(4) -+#define ISO_IP2MAC BIT(5) -+#define ISO_DIOP BIT(6) -+#define ISO_DIOE BIT(7) -+#define ISO_EB2CORE BIT(8) -+#define ISO_DIOR BIT(9) -+#define PWC_EV12V BIT(15) -+ -+ -+//2 SYS_FUNC_EN -+#define FEN_BBRSTB BIT(0) -+#define FEN_BB_GLB_RSTn BIT(1) -+#define FEN_USBA BIT(2) -+#define FEN_UPLL BIT(3) -+#define FEN_USBD BIT(4) -+#define FEN_DIO_PCIE BIT(5) -+#define FEN_PCIEA BIT(6) -+#define FEN_PPLL BIT(7) -+#define FEN_PCIED BIT(8) -+#define FEN_DIOE BIT(9) -+#define FEN_CPUEN BIT(10) -+#define FEN_DCORE BIT(11) -+#define FEN_ELDR BIT(12) -+#define FEN_EN_25_1 BIT(13) -+#define FEN_HWPDN BIT(14) -+#define FEN_MREGEN BIT(15) -+ -+//2 APS_FSMCO -+#define PFM_LDALL BIT(0) -+#define PFM_ALDN BIT(1) -+#define PFM_LDKP BIT(2) -+#define PFM_WOWL BIT(3) -+#define EnPDN BIT(4) -+#define PDN_PL BIT(5) -+#define APFM_ONMAC BIT(8) -+#define APFM_OFF BIT(9) -+#define APFM_RSM BIT(10) -+#define AFSM_HSUS BIT(11) -+#define AFSM_PCIE BIT(12) -+#define APDM_MAC BIT(13) -+#define APDM_HOST BIT(14) -+#define APDM_HPDN BIT(15) -+#define RDY_MACON BIT(16) -+#define SUS_HOST BIT(17) -+#define ROP_ALD BIT(20) -+#define ROP_PWR BIT(21) -+#define ROP_SPS BIT(22) -+#define SOP_MRST BIT(25) -+#define SOP_FUSE BIT(26) -+#define SOP_ABG BIT(27) -+#define SOP_AMB BIT(28) -+#define SOP_RCK BIT(29) -+#define SOP_A8M BIT(30) -+#define XOP_BTCK BIT(31) -+ -+//2 SYS_CLKR -+#define ANAD16V_EN BIT(0) -+#define ANA8M BIT(1) -+#define MACSLP BIT(4) -+#define LOADER_CLK_EN BIT(5) -+ -+ -+//2 9346CR /REG_SYS_EEPROM_CTRL -+#define BOOT_FROM_EEPROM BIT(4) -+#define EEPROMSEL BIT(4) -+#define EEPROM_EN BIT(5) -+ -+ -+//2 RF_CTRL -+#define RF_EN BIT(0) -+#define RF_RSTB BIT(1) -+#define RF_SDMRSTB BIT(2) -+ -+ -+//2 LDOV12D_CTRL -+#define LDV12_EN BIT(0) -+#define LDV12_SDBY BIT(1) -+#define LPLDO_HSM BIT(2) -+#define LPLDO_LSM_DIS BIT(3) -+#define _LDV12_VADJ(x) (((x) & 0xF) << 4) -+ -+ -+ -+//2 EFUSE_TEST (For RTL8723 partially) -+#define EF_TRPT BIT(7) -+#define EF_CELL_SEL (BIT(8)|BIT(9)) // 00: Wifi Efuse, 01: BT Efuse0, 10: BT Efuse1, 11: BT Efuse2 -+#define LDOE25_EN BIT(31) -+#define EFUSE_SEL(x) (((x) & 0x3) << 8) -+#define EFUSE_SEL_MASK 0x300 -+#define EFUSE_WIFI_SEL_0 0x0 -+#define EFUSE_BT_SEL_0 0x1 -+#define EFUSE_BT_SEL_1 0x2 -+#define EFUSE_BT_SEL_2 0x3 -+ -+ -+//2 8051FWDL -+//2 MCUFWDL -+#define MCUFWDL_EN BIT(0) -+#define MCUFWDL_RDY BIT(1) -+#define FWDL_ChkSum_rpt BIT(2) -+#define MACINI_RDY BIT(3) -+#define BBINI_RDY BIT(4) -+#define RFINI_RDY BIT(5) -+#define WINTINI_RDY BIT(6) -+#define RAM_DL_SEL BIT(7) -+#define CPU_DL_READY BIT(15) /* add flag by gw for fw download ready 20130826 */ -+#define ROM_DLEN BIT(19) -+#define CPRST BIT(23) -+ -+ -+//2 REG_SYS_CFG -+#define XCLK_VLD BIT(0) -+#define ACLK_VLD BIT(1) -+#define UCLK_VLD BIT(2) -+#define PCLK_VLD BIT(3) -+#define PCIRSTB BIT(4) -+#define V15_VLD BIT(5) -+#define SW_OFFLOAD_EN BIT(7) -+#define SIC_IDLE BIT(8) -+#define BD_MAC2 BIT(9) -+#define BD_MAC1 BIT(10) -+#define IC_MACPHY_MODE BIT(11) -+#define CHIP_VER (BIT(12)|BIT(13)|BIT(14)|BIT(15)) -+#define BT_FUNC BIT(16) -+#define VENDOR_ID BIT(19) -+#define EXT_VENDOR_ID (BIT(18)|BIT(19)) //Currently only for RTL8723B -+#define PAD_HWPD_IDN BIT(22) -+#define TRP_VAUX_EN BIT(23) // RTL ID -+#define TRP_BT_EN BIT(24) -+#define BD_PKG_SEL BIT(25) -+#define BD_HCI_SEL BIT(26) -+#define TYPE_ID BIT(27) -+#define RF_TYPE_ID BIT(27) -+ -+#define RTL_ID BIT(23) // TestChip ID, 1:Test(RLE); 0:MP(RL) -+#define SPS_SEL BIT(24) // 1:LDO regulator mode; 0:Switching regulator mode -+ -+ -+#define CHIP_VER_RTL_MASK 0xF000 //Bit 12 ~ 15 -+#define CHIP_VER_RTL_SHIFT 12 -+#define EXT_VENDOR_ID_SHIFT 18 -+ -+//2 REG_GPIO_OUTSTS (For RTL8723 only) -+#define EFS_HCI_SEL (BIT(0)|BIT(1)) -+#define PAD_HCI_SEL (BIT(2)|BIT(3)) -+#define HCI_SEL (BIT(4)|BIT(5)) -+#define PKG_SEL_HCI BIT(6) -+#define FEN_GPS BIT(7) -+#define FEN_BT BIT(8) -+#define FEN_WL BIT(9) -+#define FEN_PCI BIT(10) -+#define FEN_USB BIT(11) -+#define BTRF_HWPDN_N BIT(12) -+#define WLRF_HWPDN_N BIT(13) -+#define PDN_BT_N BIT(14) -+#define PDN_GPS_N BIT(15) -+#define BT_CTL_HWPDN BIT(16) -+#define GPS_CTL_HWPDN BIT(17) -+#define PPHY_SUSB BIT(20) -+#define UPHY_SUSB BIT(21) -+#define PCI_SUSEN BIT(22) -+#define USB_SUSEN BIT(23) -+#define RF_RL_ID (BIT(31)|BIT(30)|BIT(29)|BIT(28)) -+ -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+ -+//2 Function Enable Registers -+//2 CR -+#define HCI_TXDMA_EN BIT(0) -+#define HCI_RXDMA_EN BIT(1) -+#define TXDMA_EN BIT(2) -+#define RXDMA_EN BIT(3) -+#define PROTOCOL_EN BIT(4) -+#define SCHEDULE_EN BIT(5) -+#define MACTXEN BIT(6) -+#define MACRXEN BIT(7) -+#define ENSWBCN BIT(8) -+#define ENSEC BIT(9) -+#define CALTMR_EN BIT(10) // 32k CAL TMR enable -+ -+// Network type -+#define _NETTYPE(x) (((x) & 0x3) << 16) -+#define MASK_NETTYPE 0x30000 -+#define NT_NO_LINK 0x0 -+#define NT_LINK_AD_HOC 0x1 -+#define NT_LINK_AP 0x2 -+#define NT_AS_AP 0x3 -+ -+//2 PBP - Page Size Register -+#define GET_RX_PAGE_SIZE(value) ((value) & 0xF) -+#define GET_TX_PAGE_SIZE(value) (((value) & 0xF0) >> 4) -+#define _PSRX_MASK 0xF -+#define _PSTX_MASK 0xF0 -+#define _PSRX(x) (x) -+#define _PSTX(x) ((x) << 4) -+ -+#define PBP_64 0x0 -+#define PBP_128 0x1 -+#define PBP_256 0x2 -+#define PBP_512 0x3 -+#define PBP_1024 0x4 -+ -+ -+//2 TX/RXDMA -+#define RXDMA_ARBBW_EN BIT(0) -+#define RXSHFT_EN BIT(1) -+#define RXDMA_AGG_EN BIT(2) -+#define QS_VO_QUEUE BIT(8) -+#define QS_VI_QUEUE BIT(9) -+#define QS_BE_QUEUE BIT(10) -+#define QS_BK_QUEUE BIT(11) -+#define QS_MANAGER_QUEUE BIT(12) -+#define QS_HIGH_QUEUE BIT(13) -+ -+#define HQSEL_VOQ BIT(0) -+#define HQSEL_VIQ BIT(1) -+#define HQSEL_BEQ BIT(2) -+#define HQSEL_BKQ BIT(3) -+#define HQSEL_MGTQ BIT(4) -+#define HQSEL_HIQ BIT(5) -+ -+// For normal driver, 0x10C -+#define _TXDMA_CMQ_MAP(x) (((x)&0x3) << 16) -+#define _TXDMA_HIQ_MAP(x) (((x)&0x3) << 14) -+#define _TXDMA_MGQ_MAP(x) (((x)&0x3) << 12) -+#define _TXDMA_BKQ_MAP(x) (((x)&0x3) << 10) -+#define _TXDMA_BEQ_MAP(x) (((x)&0x3) << 8 ) -+#define _TXDMA_VIQ_MAP(x) (((x)&0x3) << 6 ) -+#define _TXDMA_VOQ_MAP(x) (((x)&0x3) << 4 ) -+ -+#define QUEUE_EXTRA 0 -+#define QUEUE_LOW 1 -+#define QUEUE_NORMAL 2 -+#define QUEUE_HIGH 3 -+ -+ -+//2 TRXFF_BNDY -+ -+ -+//2 LLT_INIT -+#define _LLT_NO_ACTIVE 0x0 -+#define _LLT_WRITE_ACCESS 0x1 -+#define _LLT_READ_ACCESS 0x2 -+ -+#define _LLT_INIT_DATA(x) ((x) & 0xFF) -+#define _LLT_INIT_ADDR(x) (((x) & 0xFF) << 8) -+#define _LLT_OP(x) (((x) & 0x3) << 30) -+#define _LLT_OP_VALUE(x) (((x) >> 30) & 0x3) -+ -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+//2 RQPN -+#define _HPQ(x) ((x) & 0xFF) -+#define _LPQ(x) (((x) & 0xFF) << 8) -+#define _PUBQ(x) (((x) & 0xFF) << 16) -+#define _NPQ(x) ((x) & 0xFF) // NOTE: in RQPN_NPQ register -+#define _EPQ(x) (((x) & 0xFF) << 16) // NOTE: in RQPN_EPQ register -+ -+ -+#define HPQ_PUBLIC_DIS BIT(24) -+#define LPQ_PUBLIC_DIS BIT(25) -+#define LD_RQPN BIT(31) -+ -+ -+//2 TDECTL -+#define BLK_DESC_NUM_SHIFT 4 -+#define BLK_DESC_NUM_MASK 0xF -+ -+ -+//2 TXDMA_OFFSET_CHK -+#define DROP_DATA_EN BIT(9) -+ -+//2 AUTO_LLT -+#define BIT_SHIFT_TXPKTNUM 24 -+#define BIT_MASK_TXPKTNUM 0xff -+#define BIT_TXPKTNUM(x) (((x) & BIT_MASK_TXPKTNUM) << BIT_SHIFT_TXPKTNUM) -+ -+#define BIT_TDE_DBG_SEL BIT(23) -+#define BIT_AUTO_INIT_LLT BIT(16) -+ -+#define BIT_SHIFT_Tx_OQT_free_space 8 -+#define BIT_MASK_Tx_OQT_free_space 0xff -+#define BIT_Tx_OQT_free_space(x) (((x) & BIT_MASK_Tx_OQT_free_space) << BIT_SHIFT_Tx_OQT_free_space) -+ -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x028Bh RX DMA Configuration -+// -+//----------------------------------------------------- -+ -+//2 REG_RXDMA_CONTROL, 0x0286h -+// Write only. When this bit is set, RXDMA will decrease RX PKT counter by one. Before -+// this bit is polled, FW shall update RXFF_RD_PTR first. This register is write pulse and auto clear. -+//#define RXPKT_RELEASE_POLL BIT(0) -+// Read only. When RXMA finishes on-going DMA operation, RXMDA will report idle state in -+// this bit. FW can start releasing packets after RXDMA entering idle mode. -+//#define RXDMA_IDLE BIT(1) -+// When this bit is set, RXDMA will enter this mode after on-going RXDMA packet to host -+// completed, and stop DMA packet to host. RXDMA will then report Default: 0; -+//#define RW_RELEASE_EN BIT(2) -+ -+//2 REG_RXPKT_NUM, 0x0284 -+#define RXPKT_RELEASE_POLL BIT(16) -+#define RXDMA_IDLE BIT(17) -+#define RW_RELEASE_EN BIT(18) -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+//2 FWHW_TXQ_CTRL -+#define EN_AMPDU_RTY_NEW BIT(7) -+ -+ -+//2 SPEC SIFS -+#define _SPEC_SIFS_CCK(x) ((x) & 0xFF) -+#define _SPEC_SIFS_OFDM(x) (((x) & 0xFF) << 8) -+ -+//2 RL -+#define RETRY_LIMIT_SHORT_SHIFT 8 -+#define RETRY_LIMIT_LONG_SHIFT 0 -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+ -+//2 EDCA setting -+#define AC_PARAM_TXOP_LIMIT_OFFSET 16 -+#define AC_PARAM_ECW_MAX_OFFSET 12 -+#define AC_PARAM_ECW_MIN_OFFSET 8 -+#define AC_PARAM_AIFS_OFFSET 0 -+ -+ -+#define _LRL(x) ((x) & 0x3F) -+#define _SRL(x) (((x) & 0x3F) << 8) -+ -+ -+//2 BCN_CTRL -+#define EN_TXBCN_RPT BIT(2) -+#define EN_BCN_FUNCTION BIT(3) -+#define STOP_BCNQ BIT(6) -+#define DIS_RX_BSSID_FIT BIT(6) -+ -+#define DIS_ATIM BIT(0) -+#define DIS_BCNQ_SUB BIT(1) -+#define DIS_TSF_UDT BIT(4) -+ -+// The same function but different bit field. -+#define DIS_TSF_UDT0_NORMAL_CHIP BIT(4) -+#define DIS_TSF_UDT0_TEST_CHIP BIT(5) -+ -+ -+//2 ACMHWCTRL -+#define AcmHw_HwEn BIT(0) -+#define AcmHw_BeqEn BIT(1) -+#define AcmHw_ViqEn BIT(2) -+#define AcmHw_VoqEn BIT(3) -+#define AcmHw_BeqStatus BIT(4) -+#define AcmHw_ViqStatus BIT(5) -+#define AcmHw_VoqStatus BIT(6) -+ -+//2 //REG_DUAL_TSF_RST (0x553) -+#define DUAL_TSF_RST_P2P BIT(4) -+ -+//2 // REG_NOA_DESC_SEL (0x5CF) -+#define NOA_DESC_SEL_0 0 -+#define NOA_DESC_SEL_1 BIT(4) -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+ -+//2 APSD_CTRL -+#define APSDOFF BIT(6) -+ -+//2 TCR -+#define TSFRST BIT(0) -+#define DIS_GCLK BIT(1) -+#define PAD_SEL BIT(2) -+#define PWR_ST BIT(6) -+#define PWRBIT_OW_EN BIT(7) -+#define ACRC BIT(8) -+#define CFENDFORM BIT(9) -+#define ICV BIT(10) -+ -+ -+//2 RCR -+#define AAP BIT(0) -+#define APM BIT(1) -+#define AM BIT(2) -+#define AB BIT(3) -+#define ADD3 BIT(4) -+#define APWRMGT BIT(5) -+#define CBSSID BIT(6) -+#define CBSSID_DATA BIT(6) -+#define CBSSID_BCN BIT(7) -+#define ACRC32 BIT(8) -+#define AICV BIT(9) -+#define ADF BIT(11) -+#define ACF BIT(12) -+#define AMF BIT(13) -+#define HTC_LOC_CTRL BIT(14) -+#define UC_DATA_EN BIT(16) -+#define BM_DATA_EN BIT(17) -+#define MFBEN BIT(22) -+#define LSIGEN BIT(23) -+#define EnMBID BIT(24) -+#define FORCEACK BIT(26) -+#define APP_BASSN BIT(27) -+#define APP_PHYSTS BIT(28) -+#define APP_ICV BIT(29) -+#define APP_MIC BIT(30) -+#define APP_FCS BIT(31) -+ -+ -+//2 SECCFG -+#define SCR_TxUseDK BIT(0) //Force Tx Use Default Key -+#define SCR_RxUseDK BIT(1) //Force Rx Use Default Key -+#define SCR_TxEncEnable BIT(2) //Enable Tx Encryption -+#define SCR_RxDecEnable BIT(3) //Enable Rx Decryption -+#define SCR_SKByA2 BIT(4) //Search kEY BY A2 -+#define SCR_NoSKMC BIT(5) //No Key Search Multicast -+#define SCR_TXBCUSEDK BIT(6) // Force Tx Broadcast packets Use Default Key -+#define SCR_RXBCUSEDK BIT(7) // Force Rx Broadcast packets Use Default Key -+#define SCR_CHK_KEYID BIT(8) -+#define SCR_CHK_BMC BIT(9) /* add option to support a2+keyid+bcm */ -+ -+//----------------------------------------------------- -+// -+// SDIO Bus Specification -+// -+//----------------------------------------------------- -+ -+// I/O bus domain address mapping -+#define SDIO_LOCAL_BASE 0x10250000 -+#define WLAN_IOREG_BASE 0x10260000 -+#define FIRMWARE_FIFO_BASE 0x10270000 -+#define TX_HIQ_BASE 0x10310000 -+#define TX_MIQ_BASE 0x10320000 -+#define TX_LOQ_BASE 0x10330000 -+#define TX_EPQ_BASE 0x10350000 -+#define RX_RX0FF_BASE 0x10340000 -+ -+//SDIO host local register space mapping. -+#define SDIO_LOCAL_MSK 0x0FFF -+#define WLAN_IOREG_MSK 0x7FFF -+#define WLAN_FIFO_MSK 0x1FFF // Aggregation Length[12:0] -+#define WLAN_RX0FF_MSK 0x0003 -+ -+#define SDIO_WITHOUT_REF_DEVICE_ID 0 // Without reference to the SDIO Device ID -+#define SDIO_LOCAL_DEVICE_ID 0 // 0b[16], 000b[15:13] -+#define WLAN_TX_HIQ_DEVICE_ID 4 // 0b[16], 100b[15:13] -+#define WLAN_TX_MIQ_DEVICE_ID 5 // 0b[16], 101b[15:13] -+#define WLAN_TX_LOQ_DEVICE_ID 6 // 0b[16], 110b[15:13] -+#define WLAN_TX_EXQ_DEVICE_ID 3 // 0b[16], 011b[15:13] -+#define WLAN_RX0FF_DEVICE_ID 7 // 0b[16], 111b[15:13] -+#define WLAN_IOREG_DEVICE_ID 8 // 1b[16] -+ -+//SDIO Tx Free Page Index -+#define HI_QUEUE_IDX 0 -+#define MID_QUEUE_IDX 1 -+#define LOW_QUEUE_IDX 2 -+#define PUBLIC_QUEUE_IDX 3 -+ -+#define SDIO_MAX_TX_QUEUE 3 // HIQ, MIQ and LOQ -+#define SDIO_MAX_RX_QUEUE 1 -+ -+#define SDIO_REG_TX_CTRL 0x0000 // SDIO Tx Control -+#define SDIO_REG_HIMR 0x0014 // SDIO Host Interrupt Mask -+#define SDIO_REG_HISR 0x0018 // SDIO Host Interrupt Service Routine -+#define SDIO_REG_HCPWM 0x0019 // HCI Current Power Mode -+#define SDIO_REG_RX0_REQ_LEN 0x001C // RXDMA Request Length -+#define SDIO_REG_OQT_FREE_PG 0x001E // OQT Free Page -+#define SDIO_REG_FREE_TXPG 0x0020 // Free Tx Buffer Page -+#define SDIO_REG_HCPWM1 0x0024 // HCI Current Power Mode 1 -+#define SDIO_REG_HCPWM2 0x0026 // HCI Current Power Mode 2 -+#define SDIO_REG_FREE_TXPG_SEQ 0x0028 // Free Tx Page Sequence -+#define SDIO_REG_HTSFR_INFO 0x0030 // HTSF Informaion -+#define SDIO_REG_HRPWM1 0x0080 // HCI Request Power Mode 1 -+#define SDIO_REG_HRPWM2 0x0082 // HCI Request Power Mode 2 -+#define SDIO_REG_HPS_CLKR 0x0084 // HCI Power Save Clock -+#define SDIO_REG_HSUS_CTRL 0x0086 // SDIO HCI Suspend Control -+#define SDIO_REG_HIMR_ON 0x0090 //SDIO Host Extension Interrupt Mask Always -+#define SDIO_REG_HISR_ON 0x0091 //SDIO Host Extension Interrupt Status Always -+ -+#define SDIO_HIMR_DISABLED 0 -+ -+// RTL8723/RTL8188E SDIO Host Interrupt Mask Register -+#define SDIO_HIMR_RX_REQUEST_MSK BIT0 -+#define SDIO_HIMR_AVAL_MSK BIT1 -+#define SDIO_HIMR_TXERR_MSK BIT2 -+#define SDIO_HIMR_RXERR_MSK BIT3 -+#define SDIO_HIMR_TXFOVW_MSK BIT4 -+#define SDIO_HIMR_RXFOVW_MSK BIT5 -+#define SDIO_HIMR_TXBCNOK_MSK BIT6 -+#define SDIO_HIMR_TXBCNERR_MSK BIT7 -+#define SDIO_HIMR_BCNERLY_INT_MSK BIT16 -+#define SDIO_HIMR_C2HCMD_MSK BIT17 -+#define SDIO_HIMR_CPWM1_MSK BIT18 -+#define SDIO_HIMR_CPWM2_MSK BIT19 -+#define SDIO_HIMR_HSISR_IND_MSK BIT20 -+#define SDIO_HIMR_GTINT3_IND_MSK BIT21 -+#define SDIO_HIMR_GTINT4_IND_MSK BIT22 -+#define SDIO_HIMR_PSTIMEOUT_MSK BIT23 -+#define SDIO_HIMR_OCPINT_MSK BIT24 -+#define SDIO_HIMR_ATIMEND_MSK BIT25 -+#define SDIO_HIMR_ATIMEND_E_MSK BIT26 -+#define SDIO_HIMR_CTWEND_MSK BIT27 -+ -+//RTL8188E SDIO Specific -+#define SDIO_HIMR_MCU_ERR_MSK BIT28 -+#define SDIO_HIMR_TSF_BIT32_TOGGLE_MSK BIT29 -+ -+// SDIO Host Interrupt Service Routine -+#define SDIO_HISR_RX_REQUEST BIT0 -+#define SDIO_HISR_AVAL BIT1 -+#define SDIO_HISR_TXERR BIT2 -+#define SDIO_HISR_RXERR BIT3 -+#define SDIO_HISR_TXFOVW BIT4 -+#define SDIO_HISR_RXFOVW BIT5 -+#define SDIO_HISR_TXBCNOK BIT6 -+#define SDIO_HISR_TXBCNERR BIT7 -+#define SDIO_HISR_BCNERLY_INT BIT16 -+#define SDIO_HISR_C2HCMD BIT17 -+#define SDIO_HISR_CPWM1 BIT18 -+#define SDIO_HISR_CPWM2 BIT19 -+#define SDIO_HISR_HSISR_IND BIT20 -+#define SDIO_HISR_GTINT3_IND BIT21 -+#define SDIO_HISR_GTINT4_IND BIT22 -+#define SDIO_HISR_PSTIMEOUT BIT23 -+#define SDIO_HISR_OCPINT BIT24 -+#define SDIO_HISR_ATIMEND BIT25 -+#define SDIO_HISR_ATIMEND_E BIT26 -+#define SDIO_HISR_CTWEND BIT27 -+ -+//RTL8188E SDIO Specific -+#define SDIO_HISR_MCU_ERR BIT28 -+#define SDIO_HISR_TSF_BIT32_TOGGLE BIT29 -+ -+#define MASK_SDIO_HISR_CLEAR (SDIO_HISR_TXERR |\ -+ SDIO_HISR_RXERR |\ -+ SDIO_HISR_TXFOVW |\ -+ SDIO_HISR_RXFOVW |\ -+ SDIO_HISR_TXBCNOK |\ -+ SDIO_HISR_TXBCNERR |\ -+ SDIO_HISR_C2HCMD |\ -+ SDIO_HISR_CPWM1 |\ -+ SDIO_HISR_CPWM2 |\ -+ SDIO_HISR_HSISR_IND |\ -+ SDIO_HISR_GTINT3_IND |\ -+ SDIO_HISR_GTINT4_IND |\ -+ SDIO_HISR_PSTIMEOUT |\ -+ SDIO_HISR_OCPINT) -+ -+// SDIO HCI Suspend Control Register -+#define HCI_RESUME_PWR_RDY BIT1 -+#define HCI_SUS_CTRL BIT0 -+ -+// SDIO Tx FIFO related -+#define SDIO_TX_FREE_PG_QUEUE 4 // The number of Tx FIFO free page -+#define SDIO_TX_FIFO_PAGE_SZ 128 -+ -+#ifdef CONFIG_SDIO_HCI -+ #define MAX_TX_AGG_PACKET_NUMBER 0x8 -+#else -+ #define MAX_TX_AGG_PACKET_NUMBER 0xFF -+ #define MAX_TX_AGG_PACKET_NUMBER_8812 64 -+#endif -+ -+//----------------------------------------------------- -+// -+// 0xFE00h ~ 0xFE55h USB Configuration -+// -+//----------------------------------------------------- -+ -+//2 USB Information (0xFE17) -+#define USB_IS_HIGH_SPEED 0 -+#define USB_IS_FULL_SPEED 1 -+#define USB_SPEED_MASK BIT(5) -+ -+#define USB_NORMAL_SIE_EP_MASK 0xF -+#define USB_NORMAL_SIE_EP_SHIFT 4 -+ -+//2 Special Option -+#define USB_AGG_EN BIT(3) -+ -+// 0; Use interrupt endpoint to upload interrupt pkt -+// 1; Use bulk endpoint to upload interrupt pkt, -+#define INT_BULK_SEL BIT(4) -+ -+//2REG_C2HEVT_CLEAR -+#define C2H_EVT_HOST_CLOSE 0x00 // Set by driver and notify FW that the driver has read the C2H command message -+#define C2H_EVT_FW_CLOSE 0xFF // Set by FW indicating that FW had set the C2H command message and it's not yet read by driver. -+ -+ -+//2REG_MULTI_FUNC_CTRL(For RTL8723 Only) -+#define WL_HWPDN_EN BIT0 // Enable GPIO[9] as WiFi HW PDn source -+#define WL_HWPDN_SL BIT1 // WiFi HW PDn polarity control -+#define WL_FUNC_EN BIT2 // WiFi function enable -+#define WL_HWROF_EN BIT3 // Enable GPIO[9] as WiFi RF HW PDn source -+#define BT_HWPDN_EN BIT16 // Enable GPIO[11] as BT HW PDn source -+#define BT_HWPDN_SL BIT17 // BT HW PDn polarity control -+#define BT_FUNC_EN BIT18 // BT function enable -+#define BT_HWROF_EN BIT19 // Enable GPIO[11] as BT/GPS RF HW PDn source -+#define GPS_HWPDN_EN BIT20 // Enable GPIO[10] as GPS HW PDn source -+#define GPS_HWPDN_SL BIT21 // GPS HW PDn polarity control -+#define GPS_FUNC_EN BIT22 // GPS function enable -+ -+//3 REG_LIFECTRL_CTRL -+#define HAL92C_EN_PKT_LIFE_TIME_BK BIT3 -+#define HAL92C_EN_PKT_LIFE_TIME_BE BIT2 -+#define HAL92C_EN_PKT_LIFE_TIME_VI BIT1 -+#define HAL92C_EN_PKT_LIFE_TIME_VO BIT0 -+ -+#define HAL92C_MSDU_LIFE_TIME_UNIT 128 // in us, said by Tim. -+ -+//2 8192D PartNo. -+#define PARTNO_92D_NIC (BIT7|BIT6) -+#define PARTNO_92D_NIC_REMARK (BIT5|BIT4) -+#define PARTNO_SINGLE_BAND_VS BIT3 -+#define PARTNO_SINGLE_BAND_VS_REMARK BIT1 -+#define PARTNO_CONCURRENT_BAND_VC (BIT3|BIT2) -+#define PARTNO_CONCURRENT_BAND_VC_REMARK (BIT1|BIT0) -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8188E(__Adapter) ( IS_VENDOR_8188E_I_CUT_SERIES(__Adapter) ? 255 : 175 ) -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8812 255 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8723B 255 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8192C 255 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8703B 255 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_DUAL_MAC 127 -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8188F 255 -+ -+#define POLLING_LLT_THRESHOLD 20 -+#if defined(CONFIG_RTL8723B) && defined(CONFIG_PCI_HCI) -+#define POLLING_READY_TIMEOUT_COUNT 6000 -+#else -+#define POLLING_READY_TIMEOUT_COUNT 1000 -+#endif -+ -+ -+// GPIO BIT -+#define HAL_8812A_HW_GPIO_WPS_BIT BIT2 -+#define HAL_8192C_HW_GPIO_WPS_BIT BIT2 -+#define HAL_8192EU_HW_GPIO_WPS_BIT BIT7 -+#define HAL_8188E_HW_GPIO_WPS_BIT BIT7 -+ -+#endif //__HAL_COMMON_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_data.h linux/3rdparty/rtl8812au/include/hal_data.h ---- linux.old/3rdparty/rtl8812au/include/hal_data.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_data.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,630 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_DATA_H__ -+#define __HAL_DATA_H__ -+ -+#if 1//def CONFIG_SINGLE_IMG -+ -+#include "../hal/phydm/phydm_precomp.h" -+#ifdef CONFIG_BT_COEXIST -+#include -+#endif -+ -+#ifdef CONFIG_SDIO_HCI -+#include -+#endif -+#ifdef CONFIG_GSPI_HCI -+#include -+#endif -+// -+// For RTL8723 WiFi/BT/GPS multi-function configuration. 2010.10.06. -+// -+typedef enum _RT_MULTI_FUNC{ -+ RT_MULTI_FUNC_NONE = 0x00, -+ RT_MULTI_FUNC_WIFI = 0x01, -+ RT_MULTI_FUNC_BT = 0x02, -+ RT_MULTI_FUNC_GPS = 0x04, -+}RT_MULTI_FUNC,*PRT_MULTI_FUNC; -+// -+// For RTL8723 WiFi PDn/GPIO polarity control configuration. 2010.10.08. -+// -+typedef enum _RT_POLARITY_CTL { -+ RT_POLARITY_LOW_ACT = 0, -+ RT_POLARITY_HIGH_ACT = 1, -+} RT_POLARITY_CTL, *PRT_POLARITY_CTL; -+ -+// For RTL8723 regulator mode. by tynli. 2011.01.14. -+typedef enum _RT_REGULATOR_MODE { -+ RT_SWITCHING_REGULATOR = 0, -+ RT_LDO_REGULATOR = 1, -+} RT_REGULATOR_MODE, *PRT_REGULATOR_MODE; -+ -+// -+// Interface type. -+// -+typedef enum _INTERFACE_SELECT_PCIE{ -+ INTF_SEL0_SOLO_MINICARD = 0, // WiFi solo-mCard -+ INTF_SEL1_BT_COMBO_MINICARD = 1, // WiFi+BT combo-mCard -+ INTF_SEL2_PCIe = 2, // PCIe Card -+} INTERFACE_SELECT_PCIE, *PINTERFACE_SELECT_PCIE; -+ -+ -+typedef enum _INTERFACE_SELECT_USB{ -+ INTF_SEL0_USB = 0, // USB -+ INTF_SEL1_USB_High_Power = 1, // USB with high power PA -+ INTF_SEL2_MINICARD = 2, // Minicard -+ INTF_SEL3_USB_Solo = 3, // USB solo-Slim module -+ INTF_SEL4_USB_Combo = 4, // USB Combo-Slim module -+ INTF_SEL5_USB_Combo_MF = 5, // USB WiFi+BT Multi-Function Combo, i.e., Proprietary layout(AS-VAU) which is the same as SDIO card -+} INTERFACE_SELECT_USB, *PINTERFACE_SELECT_USB; -+ -+typedef enum _RT_AMPDU_BRUST_MODE{ -+ RT_AMPDU_BRUST_NONE = 0, -+ RT_AMPDU_BRUST_92D = 1, -+ RT_AMPDU_BRUST_88E = 2, -+ RT_AMPDU_BRUST_8812_4 = 3, -+ RT_AMPDU_BRUST_8812_8 = 4, -+ RT_AMPDU_BRUST_8812_12 = 5, -+ RT_AMPDU_BRUST_8812_15 = 6, -+ RT_AMPDU_BRUST_8723B = 7, -+}RT_AMPDU_BRUST,*PRT_AMPDU_BRUST_MODE; -+ -+/* -+#define CHANNEL_MAX_NUMBER 14+24+21 // 14 is the max channel number -+*/ -+#define CHANNEL_GROUP_MAX (3 + 9) /* ch1~3, ch4~9, ch10~14 total three groups */ -+#define MAX_PG_GROUP 13 -+ -+// Tx Power Limit Table Size -+#define MAX_REGULATION_NUM 4 -+#define MAX_RF_PATH_NUM_IN_POWER_LIMIT_TABLE 4 -+#define MAX_2_4G_BANDWIDTH_NUM 2 -+#define MAX_RATE_SECTION_NUM 10 -+#define MAX_5G_BANDWIDTH_NUM 4 -+ -+#define MAX_BASE_NUM_IN_PHY_REG_PG_2_4G 10 // CCK:1,OFDM:1, HT:4, VHT:4 -+#define MAX_BASE_NUM_IN_PHY_REG_PG_5G 9 // OFDM:1, HT:4, VHT:4 -+ -+ -+//###### duplicate code,will move to ODM ######### -+//#define IQK_MAC_REG_NUM 4 -+//#define IQK_ADDA_REG_NUM 16 -+ -+//#define IQK_BB_REG_NUM 10 -+#define IQK_BB_REG_NUM_92C 9 -+#define IQK_BB_REG_NUM_92D 10 -+#define IQK_BB_REG_NUM_test 6 -+ -+#define IQK_Matrix_Settings_NUM_92D 1+24+21 -+ -+//#define HP_THERMAL_NUM 8 -+//###### duplicate code,will move to ODM ######### -+ -+#ifdef CONFIG_USB_RX_AGGREGATION -+typedef enum _USB_RX_AGG_MODE{ -+ USB_RX_AGG_DISABLE, -+ USB_RX_AGG_DMA, -+ USB_RX_AGG_USB, -+ USB_RX_AGG_MIX -+}USB_RX_AGG_MODE; -+ -+//#define MAX_RX_DMA_BUFFER_SIZE 10240 // 10K for 8192C RX DMA buffer -+ -+#endif -+ -+/* For store initial value of BB register */ -+typedef struct _BB_INIT_REGISTER { -+ u16 offset; -+ u32 value; -+ -+} BB_INIT_REGISTER, *PBB_INIT_REGISTER; -+ -+#define PAGE_SIZE_128 128 -+#define PAGE_SIZE_256 256 -+#define PAGE_SIZE_512 512 -+ -+#define HCI_SUS_ENTER 0 -+#define HCI_SUS_LEAVING 1 -+#define HCI_SUS_LEAVE 2 -+#define HCI_SUS_ENTERING 3 -+#define HCI_SUS_ERR 4 -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+typedef enum _ACS_OP { -+ ACS_INIT, /*ACS - Variable init*/ -+ ACS_RESET, /*ACS - NHM Counter reset*/ -+ ACS_SELECT, /*ACS - NHM Counter Statistics */ -+} ACS_OP; -+ -+typedef enum _ACS_STATE { -+ ACS_DISABLE, -+ ACS_ENABLE, -+} ACS_STATE; -+ -+struct auto_chan_sel { -+ ATOMIC_T state; -+ u8 ch; /* previous channel*/ -+}; -+#endif /*CONFIG_AUTO_CHNL_SEL_NHM*/ -+ -+#define EFUSE_FILE_UNUSED 0 -+#define EFUSE_FILE_FAILED 1 -+#define EFUSE_FILE_LOADED 2 -+ -+#define MACADDR_FILE_UNUSED 0 -+#define MACADDR_FILE_FAILED 1 -+#define MACADDR_FILE_LOADED 2 -+ -+#define KFREE_FLAG_ON BIT0 -+#define KFREE_FLAG_THERMAL_K_ON BIT1 -+ -+struct kfree_data_t { -+ u8 flag; -+ s8 bb_gain[BB_GAIN_NUM][RF_PATH_MAX]; -+ -+#ifdef CONFIG_IEEE80211_BAND_5GHZ -+ s8 pa_bias_5g[RF_PATH_MAX]; -+ s8 pad_bias_5g[RF_PATH_MAX]; -+#endif -+ s8 thermal; -+}; -+ -+bool kfree_data_is_bb_gain_empty(struct kfree_data_t *data); -+ -+typedef struct hal_com_data -+{ -+ HAL_VERSION VersionID; -+ RT_MULTI_FUNC MultiFunc; // For multi-function consideration. -+ RT_POLARITY_CTL PolarityCtl; // For Wifi PDn Polarity control. -+ RT_REGULATOR_MODE RegulatorMode; // switching regulator or LDO -+ u8 hw_init_completed; -+ /****** FW related ******/ -+ u16 FirmwareVersion; -+ u16 FirmwareVersionRev; -+ u16 FirmwareSubVersion; -+ u16 FirmwareSignature; -+ u8 RegFWOffload; -+ u8 fw_ractrl; -+ u8 FwRsvdPageStartOffset; /* 2010.06.23. Added by tynli. Reserve page start offset except beacon in TxQ.*/ -+ u8 LastHMEBoxNum; /* H2C - for host message to fw */ -+ -+ /****** current WIFI_PHY values ******/ -+ WIRELESS_MODE CurrentWirelessMode; -+ CHANNEL_WIDTH CurrentChannelBW; -+ BAND_TYPE CurrentBandType; /* 0:2.4G, 1:5G */ -+ BAND_TYPE BandSet; -+ u8 CurrentChannel; -+ u8 CurrentCenterFrequencyIndex1; -+ u8 nCur40MhzPrimeSC; /* Control channel sub-carrier */ -+ u8 nCur80MhzPrimeSC; /* used for primary 40MHz of 80MHz mode */ -+ BOOLEAN bSwChnlAndSetBWInProgress; -+ u8 bDisableSWChannelPlan; /* flag of disable software change channel plan */ -+ u16 BasicRateSet; -+ u32 ReceiveConfig; -+ BOOLEAN bSwChnl; -+ BOOLEAN bSetChnlBW; -+ BOOLEAN bChnlBWInitialized; -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ struct auto_chan_sel acs; -+#endif -+ /****** rf_ctrl *****/ -+ u8 rf_chip; -+ u8 rf_type; -+ u8 PackageType; -+ u8 NumTotalRFPath; -+ u8 nss_num; -+ -+ /****** Debug ******/ -+ u16 ForcedDataRate; /* Force Data Rate. 0: Auto, 0x02: 1M ~ 0x6C: 54M. */ -+ u8 u1ForcedIgiLb; /* forced IGI lower bound */ -+ u8 bDumpRxPkt; -+ u8 bDumpTxPkt; -+ u8 bDisableTXPowerTraining; -+ -+ -+ /****** EEPROM setting.******/ -+ u8 bautoload_fail_flag; -+ u8 efuse_file_status; -+ u8 macaddr_file_status; -+ u8 EepromOrEfuse; -+ u8 efuse_eeprom_data[EEPROM_MAX_SIZE]; /*92C:256bytes, 88E:512bytes, we use union set (512bytes)*/ -+ u8 InterfaceSel; /* board type kept in eFuse */ -+ u16 CustomerID; -+ -+ u16 EEPROMVID; -+ u16 EEPROMSVID; -+#ifdef CONFIG_USB_HCI -+ u8 EEPROMUsbSwitch; -+ u16 EEPROMPID; -+ u16 EEPROMSDID; -+#endif -+#ifdef CONFIG_PCI_HCI -+ u16 EEPROMDID; -+ u16 EEPROMSMID; -+#endif -+ -+ u8 EEPROMCustomerID; -+ u8 EEPROMSubCustomerID; -+ u8 EEPROMVersion; -+ u8 EEPROMRegulatory; -+ u8 EEPROMThermalMeter; -+ u8 EEPROMBluetoothCoexist; -+ u8 EEPROMBluetoothType; -+ u8 EEPROMBluetoothAntNum; -+ u8 EEPROMBluetoothAntIsolation; -+ u8 EEPROMBluetoothRadioShared; -+ u8 bTXPowerDataReadFromEEPORM; -+ u8 EEPROMMACAddr[ETH_ALEN]; -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+ u8 EEPROMRFGainOffset; -+ u8 EEPROMRFGainVal; -+ struct kfree_data_t kfree_data; -+#endif /*CONFIG_RF_GAIN_OFFSET*/ -+ -+#if defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8703B) -+ u8 adjuseVoltageVal; -+#endif -+ u8 EfuseUsedPercentage; -+ u16 EfuseUsedBytes; -+ /*u8 EfuseMap[2][HWSET_MAX_SIZE_JAGUAR];*/ -+ EFUSE_HAL EfuseHal; -+ -+ /*---------------------------------------------------------------------------------*/ -+ //3 [2.4G] -+ u8 Index24G_CCK_Base[MAX_RF_PATH][CENTER_CH_2G_NUM]; -+ u8 Index24G_BW40_Base[MAX_RF_PATH][CENTER_CH_2G_NUM]; -+ //If only one tx, only BW20 and OFDM are used. -+ s8 CCK_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 OFDM_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW20_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW40_24G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ //3 [5G] -+ u8 Index5G_BW40_Base[MAX_RF_PATH][CENTER_CH_5G_ALL_NUM]; -+ u8 Index5G_BW80_Base[MAX_RF_PATH][CENTER_CH_5G_80M_NUM]; -+ s8 OFDM_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW20_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW40_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW80_5G_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ -+ u8 Regulation2_4G; -+ u8 Regulation5G; -+ -+ u8 TxPwrInPercentage; -+ -+ /******************************** -+ * TX power by rate table at most 4RF path. -+ * The register is -+ * -+ * VHT TX power by rate off setArray = -+ * Band:-2G&5G = 0 / 1 -+ * RF: at most 4*4 = ABCD=0/1/2/3 -+ * CCK=0 OFDM=1/2 HT-MCS 0-15=3/4/56 VHT=7/8/9/10/11 -+ **********************************/ -+ u8 TxPwrByRateTable; -+ u8 TxPwrByRateBand; -+ s8 TxPwrByRateOffset[TX_PWR_BY_RATE_NUM_BAND] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RATE]; -+ //---------------------------------------------------------------------------------// -+ -+ /* -+ //2 Power Limit Table -+ u8 TxPwrLevelCck[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; -+ u8 TxPwrLevelHT40_1S[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; // For HT 40MHZ pwr -+ u8 TxPwrLevelHT40_2S[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; // For HT 40MHZ pwr -+ s8 TxPwrHt20Diff[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER];// HT 20<->40 Pwr diff -+ u8 TxPwrLegacyHtDiff[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER];// For HT<->legacy pwr diff -+ */ -+ -+ // Power Limit Table for 2.4G -+ s8 TxPwrLimit_2_4G[MAX_REGULATION_NUM] -+ [MAX_2_4G_BANDWIDTH_NUM] -+ [MAX_RATE_SECTION_NUM] -+ [CENTER_CH_2G_NUM] -+ [MAX_RF_PATH]; -+ -+ // Power Limit Table for 5G -+ s8 TxPwrLimit_5G[MAX_REGULATION_NUM] -+ [MAX_5G_BANDWIDTH_NUM] -+ [MAX_RATE_SECTION_NUM] -+ [CENTER_CH_5G_ALL_NUM] -+ [MAX_RF_PATH]; -+ -+ -+ // Store the original power by rate value of the base of each rate section of rf path A & B -+ u8 TxPwrByRateBase2_4G[TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [MAX_BASE_NUM_IN_PHY_REG_PG_2_4G]; -+ u8 TxPwrByRateBase5G[TX_PWR_BY_RATE_NUM_RF] -+ [TX_PWR_BY_RATE_NUM_RF] -+ [MAX_BASE_NUM_IN_PHY_REG_PG_5G]; -+ -+ // For power group -+ /* -+ u8 PwrGroupHT20[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; -+ u8 PwrGroupHT40[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER]; -+ */ -+ u8 PGMaxGroup; -+ -+ // The current Tx Power Level -+ u8 CurrentCckTxPwrIdx; -+ u8 CurrentOfdm24GTxPwrIdx; -+ u8 CurrentBW2024GTxPwrIdx; -+ u8 CurrentBW4024GTxPwrIdx; -+ -+ // Read/write are allow for following hardware information variables -+ u8 pwrGroupCnt; -+ u32 MCSTxPowerLevelOriginalOffset[MAX_PG_GROUP][16]; -+ u32 CCKTxPowerLevelOriginalOffset; -+ -+ u8 CrystalCap; -+ -+ u8 PAType_2G; -+ u8 PAType_5G; -+ u8 LNAType_2G; -+ u8 LNAType_5G; -+ u8 ExternalPA_2G; -+ u8 ExternalLNA_2G; -+ u8 ExternalPA_5G; -+ u8 ExternalLNA_5G; -+ u16 TypeGLNA; -+ u16 TypeGPA; -+ u16 TypeALNA; -+ u16 TypeAPA; -+ u16 RFEType; -+ -+ u8 bLedOpenDrain; /* Support Open-drain arrangement for controlling the LED. Added by Roger, 2009.10.16. */ -+ u32 AcParam_BE; /* Original parameter for BE, use for EDCA turbo. */ -+ -+ BB_REGISTER_DEFINITION_T PHYRegDef[MAX_RF_PATH]; //Radio A/B/C/D -+ -+ u32 RfRegChnlVal[MAX_RF_PATH]; -+ -+ //RDG enable -+ BOOLEAN bRDGEnable; -+ -+ u8 RegTxPause; -+ // Beacon function related global variable. -+ u8 RegBcnCtrlVal; -+ u8 RegFwHwTxQCtrl; -+ u8 RegReg542; -+ u8 RegCR_1; -+ u8 Reg837; -+ u16 RegRRSR; -+ -+ /****** antenna diversity ******/ -+ u8 CurAntenna; -+ u8 AntDivCfg; -+ u8 AntDetection; -+ u8 TRxAntDivType; -+ u8 ant_path; //for 8723B s0/s1 selection -+ u32 AntennaTxPath; /* Antenna path Tx */ -+ u32 AntennaRxPath; /* Antenna path Rx */ -+ -+ /******** PHY DM & DM Section **********/ -+ u8 DM_Type; -+ _lock IQKSpinLock; -+ u8 INIDATA_RATE[MACID_NUM_SW_LIMIT]; -+ /* Upper and Lower Signal threshold for Rate Adaptive*/ -+ int EntryMinUndecoratedSmoothedPWDB; -+ int EntryMaxUndecoratedSmoothedPWDB; -+ int MinUndecoratedPWDBForDM; -+ DM_ODM_T odmpriv; -+ u8 bIQKInitialized; -+ u8 bNeedIQK; -+ /******** PHY DM & DM Section **********/ -+ -+ -+ -+ // 2010/08/09 MH Add CU power down mode. -+ BOOLEAN pwrdown; -+ -+ // Add for dual MAC 0--Mac0 1--Mac1 -+ u32 interfaceIndex; -+ -+#ifdef CONFIG_P2P -+ u8 p2p_ps_offload; -+#endif -+ /* Auto FSM to Turn On, include clock, isolation, power control for MAC only */ -+ u8 bMacPwrCtrlOn; -+ u8 hci_sus_state; -+ -+ u8 RegIQKFWOffload; -+ struct submit_ctx iqk_sctx; -+ -+ RT_AMPDU_BRUST AMPDUBurstMode; //92C maybe not use, but for compile successfully -+ -+ u8 OutEpQueueSel; -+ u8 OutEpNumber; -+ -+#if defined (CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ // -+ // For SDIO Interface HAL related -+ // -+ -+ // -+ // SDIO ISR Related -+ // -+// u32 IntrMask[1]; -+// u32 IntrMaskToSet[1]; -+// LOG_INTERRUPT InterruptLog; -+ u32 sdio_himr; -+ u32 sdio_hisr; -+ -+ // -+ // SDIO Tx FIFO related. -+ // -+ // HIQ, MID, LOW, PUB free pages; padapter->xmitpriv.free_txpg -+ u8 SdioTxFIFOFreePage[SDIO_TX_FREE_PG_QUEUE]; -+ _lock SdioTxFIFOFreePageLock; -+ u8 SdioTxOQTMaxFreeSpace; -+ u8 SdioTxOQTFreeSpace; -+ -+ // -+ // SDIO Rx FIFO related. -+ // -+ u8 SdioRxFIFOCnt; -+ u16 SdioRxFIFOSize; -+ -+ u32 sdio_tx_max_len[SDIO_MAX_TX_QUEUE];// H, N, L, used for sdio tx aggregation max length per queue -+#endif //CONFIG_SDIO_HCI -+ -+#ifdef CONFIG_USB_HCI -+ -+ // 2010/12/10 MH Add for USB aggreation mode dynamic shceme. -+ BOOLEAN UsbRxHighSpeedMode; -+ BOOLEAN UsbTxVeryHighSpeedMode; -+ u32 UsbBulkOutSize; -+ BOOLEAN bSupportUSB3; -+ -+ // Interrupt relatd register information. -+ u32 IntArray[3];//HISR0,HISR1,HSISR -+ u32 IntrMask[3]; -+ u8 C2hArray[16]; -+ #ifdef CONFIG_USB_TX_AGGREGATION -+ u8 UsbTxAggMode; -+ u8 UsbTxAggDescNum; -+ #endif // CONFIG_USB_TX_AGGREGATION -+ -+ #ifdef CONFIG_USB_RX_AGGREGATION -+ u16 HwRxPageSize; // Hardware setting -+ u32 MaxUsbRxAggBlock; -+ -+ USB_RX_AGG_MODE UsbRxAggMode; -+ u8 UsbRxAggBlockCount; /* FOR USB Mode, USB Block count. Block size is 512-byte in hight speed and 64-byte in full speed */ -+ u8 UsbRxAggBlockTimeout; -+ u8 UsbRxAggPageCount; /* FOR DMA Mode, 8192C DMA page count*/ -+ u8 UsbRxAggPageTimeout; -+ -+ u8 RegAcUsbDmaSize; -+ u8 RegAcUsbDmaTime; -+ #endif//CONFIG_USB_RX_AGGREGATION -+#endif //CONFIG_USB_HCI -+ -+ -+#ifdef CONFIG_PCI_HCI -+ // -+ // EEPROM setting. -+ // -+ u32 TransmitConfig; -+ u32 IntrMaskToSet[2]; -+ u32 IntArray[2]; -+ u32 IntrMask[2]; -+ u32 SysIntArray[1]; -+ u32 SysIntrMask[1]; -+ u32 IntrMaskReg[2]; -+ u32 IntrMaskDefault[2]; -+ -+ BOOLEAN bL1OffSupport; -+ BOOLEAN bSupportBackDoor; -+ -+ u8 bDefaultAntenna; -+ -+ u8 bInterruptMigration; -+ u8 bDisableTxInt; -+ -+ u16 RxTag; -+#endif //CONFIG_PCI_HCI -+ -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ struct sreset_priv srestpriv; -+#endif //#ifdef DBG_CONFIG_ERROR_DETECT -+ -+#ifdef CONFIG_BT_COEXIST -+ // For bluetooth co-existance -+ BT_COEXIST bt_coexist; -+#endif // CONFIG_BT_COEXIST -+ -+#if defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8703B) || defined(CONFIG_RTL8188F) -+ #ifndef CONFIG_PCI_HCI // mutual exclusive with PCI -- so they're SDIO and GSPI -+ // Interrupt relatd register information. -+ u32 SysIntrStatus; -+ u32 SysIntrMask; -+ #endif -+#endif /*endif CONFIG_RTL8723B */ -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ char para_file_buf[MAX_PARA_FILE_BUF_LEN]; -+ char *mac_reg; -+ u32 mac_reg_len; -+ char *bb_phy_reg; -+ u32 bb_phy_reg_len; -+ char *bb_agc_tab; -+ u32 bb_agc_tab_len; -+ char *bb_phy_reg_pg; -+ u32 bb_phy_reg_pg_len; -+ char *bb_phy_reg_mp; -+ u32 bb_phy_reg_mp_len; -+ char *rf_radio_a; -+ u32 rf_radio_a_len; -+ char *rf_radio_b; -+ u32 rf_radio_b_len; -+ char *rf_tx_pwr_track; -+ u32 rf_tx_pwr_track_len; -+ char *rf_tx_pwr_lmt; -+ u32 rf_tx_pwr_lmt_len; -+#endif -+ -+#ifdef CONFIG_BACKGROUND_NOISE_MONITOR -+ s16 noise[ODM_MAX_CHANNEL_NUM]; -+#endif -+ -+ u8 macid_num; -+ u8 sec_cam_ent_num; -+ u8 sec_cap; -+ u8 RfKFreeEnable; -+ u8 RfKFree_ch_group; -+ BOOLEAN bCCKinCH14; -+ BB_INIT_REGISTER RegForRecover[5]; -+ -+} HAL_DATA_COMMON, *PHAL_DATA_COMMON; -+ -+ -+ -+typedef struct hal_com_data HAL_DATA_TYPE, *PHAL_DATA_TYPE; -+#define GET_HAL_DATA(__pAdapter) ((HAL_DATA_TYPE *)((__pAdapter)->HalData)) -+ -+#define GET_HAL_RFPATH_NUM(__pAdapter) (((HAL_DATA_TYPE *)((__pAdapter)->HalData))->NumTotalRFPath ) -+#define RT_GetInterfaceSelection(_Adapter) (GET_HAL_DATA(_Adapter)->InterfaceSel) -+#define GET_RF_TYPE(__pAdapter) (GET_HAL_DATA(__pAdapter)->rf_type) -+#define GET_KFREE_DATA(_adapter) (&(GET_HAL_DATA((_adapter))->kfree_data)) -+ -+#define SUPPORT_HW_RADIO_DETECT(Adapter) ( RT_GetInterfaceSelection(Adapter) == INTF_SEL2_MINICARD ||\ -+ RT_GetInterfaceSelection(Adapter) == INTF_SEL3_USB_Solo ||\ -+ RT_GetInterfaceSelection(Adapter) == INTF_SEL4_USB_Combo) -+ -+#define get_hal_mac_addr(adapter) (GET_HAL_DATA(adapter)->EEPROMMACAddr) -+#define is_boot_from_eeprom(adapter) (GET_HAL_DATA(adapter)->EepromOrEfuse) -+#define rtw_get_hw_init_completed(adapter) (GET_HAL_DATA(adapter)->hw_init_completed) -+#define rtw_is_hw_init_completed(adapter) (GET_HAL_DATA(adapter)->hw_init_completed == _TRUE) -+#endif -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+#define GET_ACS_STATE(padapter) (ATOMIC_READ(&GET_HAL_DATA(padapter)->acs.state)) -+#define SET_ACS_STATE(padapter, set_state) (ATOMIC_SET(&GET_HAL_DATA(padapter)->acs.state, set_state)) -+#define rtw_get_acs_channel(padapter) (GET_HAL_DATA(padapter)->acs.ch) -+#define rtw_set_acs_channel(padapter, survey_ch) (GET_HAL_DATA(padapter)->acs.ch = survey_ch) -+#endif /*CONFIG_AUTO_CHNL_SEL_NHM*/ -+ -+#endif //__HAL_DATA_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_gspi.h linux/3rdparty/rtl8812au/include/hal_gspi.h ---- linux.old/3rdparty/rtl8812au/include/hal_gspi.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_gspi.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,32 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_GSPI_H_ -+#define __HAL_GSPI_H_ -+ -+#define ffaddr2deviceId(pdvobj, addr) (pdvobj->Queue2Pipe[addr]) -+ -+u8 rtw_hal_gspi_max_txoqt_free_space(_adapter *padapter); -+u8 rtw_hal_gspi_query_tx_freepage(_adapter *padapter, u8 PageIdx, u8 RequiredPageNum); -+void rtw_hal_gspi_update_tx_freepage(_adapter *padapter, u8 PageIdx, u8 RequiredPageNum); -+void rtw_hal_set_gspi_tx_max_length(PADAPTER padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ); -+u32 rtw_hal_get_gspi_tx_max_length(PADAPTER padapter, u8 queue_idx); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_ic_cfg.h linux/3rdparty/rtl8812au/include/hal_ic_cfg.h ---- linux.old/3rdparty/rtl8812au/include/hal_ic_cfg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_ic_cfg.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,93 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_IC_CFG_H__ -+#define __HAL_IC_CFG_H__ -+ -+#define RTL8188E_SUPPORT 0 -+#define RTL8812A_SUPPORT 0 -+#define RTL8821A_SUPPORT 0 -+#define RTL8723B_SUPPORT 0 -+#define RTL8192E_SUPPORT 0 -+#define RTL8814A_SUPPORT 0 -+#define RTL8195A_SUPPORT 0 -+#define RTL8703B_SUPPORT 0 -+#define RTL8188F_SUPPORT 0 -+#define RTL8822B_SUPPORT 0 -+#define RTL8821B_SUPPORT 0 -+ -+/*#if (RTL8188E_SUPPORT==1)*/ -+#define RATE_ADAPTIVE_SUPPORT 0 -+#define POWER_TRAINING_ACTIVE 0 -+ -+#ifdef CONFIG_MULTIDRV -+#endif -+ -+#ifdef CONFIG_RTL8188E -+#undef RTL8188E_SUPPORT -+#undef RATE_ADAPTIVE_SUPPORT -+#undef POWER_TRAINING_ACTIVE -+ -+#define RTL8188E_SUPPORT 1 -+#define RATE_ADAPTIVE_SUPPORT 1 -+#define POWER_TRAINING_ACTIVE 1 -+#endif -+ -+#ifdef CONFIG_RTL8812A -+#undef RTL8812A_SUPPORT -+#define RTL8812A_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_RTL8821A -+#undef RTL8821A_SUPPORT -+#define RTL8821A_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_RTL8192E -+#undef RTL8192E_SUPPORT -+#define RTL8192E_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_RTL8723B -+#undef RTL8723B_SUPPORT -+#define RTL8723B_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_RTL8814A -+#undef RTL8814A_SUPPORT -+#define RTL8814A_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_RTL8703B -+#undef RTL8703B_SUPPORT -+#define RTL8703B_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_RTL8188F -+#undef RTL8188F_SUPPORT -+#define RTL8188F_SUPPORT 1 -+#endif -+ -+#ifdef CONFIG_RTL8822B -+#undef RTL8822B_SUPPORT -+#define RTL8822B_SUPPORT 1 -+#endif -+ -+#endif /*__HAL_IC_CFG_H__*/ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_intf.h linux/3rdparty/rtl8812au/include/hal_intf.h ---- linux.old/3rdparty/rtl8812au/include/hal_intf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_intf.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,682 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_INTF_H__ -+#define __HAL_INTF_H__ -+ -+ -+enum RTL871X_HCI_TYPE { -+ RTW_PCIE = BIT0, -+ RTW_USB = BIT1, -+ RTW_SDIO = BIT2, -+ RTW_GSPI = BIT3, -+}; -+ -+enum _CHIP_TYPE { -+ -+ NULL_CHIP_TYPE, -+ RTL8188E, -+ RTL8192E, -+ RTL8812, -+ RTL8821, //RTL8811 -+ RTL8723B, -+ RTL8814A, -+ RTL8703B, -+ RTL8188F, -+ MAX_CHIP_TYPE -+}; -+ -+typedef enum _HAL_HW_TIMER_TYPE { -+ HAL_TIMER_NONE = 0, -+ HAL_TIMER_TXBF = 1, -+ HAL_TIMER_EARLYMODE = 2, -+} HAL_HW_TIMER_TYPE, *PHAL_HW_TIMER_TYPE; -+ -+ -+typedef enum _HW_VARIABLES{ -+ HW_VAR_MEDIA_STATUS, -+ HW_VAR_MEDIA_STATUS1, -+ HW_VAR_SET_OPMODE, -+ HW_VAR_MAC_ADDR, -+ HW_VAR_BSSID, -+ HW_VAR_INIT_RTS_RATE, -+ HW_VAR_BASIC_RATE, -+ HW_VAR_TXPAUSE, -+ HW_VAR_BCN_FUNC, -+ HW_VAR_CORRECT_TSF, -+ HW_VAR_CHECK_BSSID, -+ HW_VAR_MLME_DISCONNECT, -+ HW_VAR_MLME_SITESURVEY, -+ HW_VAR_MLME_JOIN, -+ HW_VAR_ON_RCR_AM, -+ HW_VAR_OFF_RCR_AM, -+ HW_VAR_BEACON_INTERVAL, -+ HW_VAR_SLOT_TIME, -+ HW_VAR_RESP_SIFS, -+ HW_VAR_ACK_PREAMBLE, -+ HW_VAR_SEC_CFG, -+ HW_VAR_SEC_DK_CFG, -+ HW_VAR_BCN_VALID, -+ HW_VAR_RF_TYPE, -+ /* PHYDM odm->SupportAbility */ -+ HW_VAR_CAM_EMPTY_ENTRY, -+ HW_VAR_CAM_INVALID_ALL, -+ HW_VAR_AC_PARAM_VO, -+ HW_VAR_AC_PARAM_VI, -+ HW_VAR_AC_PARAM_BE, -+ HW_VAR_AC_PARAM_BK, -+ HW_VAR_ACM_CTRL, -+ HW_VAR_AMPDU_MIN_SPACE, -+ HW_VAR_AMPDU_FACTOR, -+ HW_VAR_RXDMA_AGG_PG_TH, -+ HW_VAR_SET_RPWM, -+ HW_VAR_CPWM, -+ HW_VAR_H2C_FW_PWRMODE, -+ HW_VAR_H2C_PS_TUNE_PARAM, -+ HW_VAR_H2C_FW_JOINBSSRPT, -+ HW_VAR_FWLPS_RF_ON, -+ HW_VAR_H2C_FW_P2P_PS_OFFLOAD, -+ HW_VAR_TDLS_WRCR, -+ HW_VAR_TDLS_RS_RCR, -+ HW_VAR_TRIGGER_GPIO_0, -+ HW_VAR_BT_SET_COEXIST, -+ HW_VAR_BT_ISSUE_DELBA, -+ HW_VAR_CURRENT_ANTENNA, -+ HW_VAR_ANTENNA_DIVERSITY_LINK, -+ HW_VAR_ANTENNA_DIVERSITY_SELECT, -+ HW_VAR_SWITCH_EPHY_WoWLAN, -+ HW_VAR_EFUSE_USAGE, -+ HW_VAR_EFUSE_BYTES, -+ HW_VAR_EFUSE_BT_USAGE, -+ HW_VAR_EFUSE_BT_BYTES, -+ HW_VAR_FIFO_CLEARN_UP, -+ HW_VAR_RESTORE_HW_SEQ, -+ HW_VAR_CHECK_TXBUF, -+ HW_VAR_PCIE_STOP_TX_DMA, -+ HW_VAR_APFM_ON_MAC, //Auto FSM to Turn On, include clock, isolation, power control for MAC only -+ HW_VAR_HCI_SUS_STATE, -+ // The valid upper nav range for the HW updating, if the true value is larger than the upper range, the HW won't update it. -+ // Unit in microsecond. 0 means disable this function. -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ HW_VAR_WOWLAN, -+ HW_VAR_WAKEUP_REASON, -+ HW_VAR_RPWM_TOG, -+#endif -+#ifdef CONFIG_GPIO_WAKEUP -+ HW_SET_GPIO_WL_CTRL, -+#endif -+ HW_VAR_SYS_CLKR, -+ HW_VAR_NAV_UPPER, -+ HW_VAR_C2H_HANDLE, -+ HW_VAR_RPT_TIMER_SETTING, -+ HW_VAR_TX_RPT_MAX_MACID, -+ HW_VAR_H2C_MEDIA_STATUS_RPT, -+ HW_VAR_CHK_HI_QUEUE_EMPTY, -+ HW_VAR_DL_BCN_SEL, -+ HW_VAR_AMPDU_MAX_TIME, -+ HW_VAR_WIRELESS_MODE, -+ HW_VAR_USB_MODE, -+ HW_VAR_PORT_SWITCH, -+ HW_VAR_DO_IQK, -+ HW_VAR_DM_IN_LPS, -+ HW_VAR_SET_REQ_FW_PS, -+ HW_VAR_FW_PS_STATE, -+ HW_VAR_SOUNDING_ENTER, -+ HW_VAR_SOUNDING_LEAVE, -+ HW_VAR_SOUNDING_RATE, -+ HW_VAR_SOUNDING_STATUS, -+ HW_VAR_SOUNDING_FW_NDPA, -+ HW_VAR_SOUNDING_CLK, -+/*Add by YuChen for TXBF HW timer*/ -+ HW_VAR_HW_REG_TIMER_INIT, -+ HW_VAR_HW_REG_TIMER_RESTART, -+ HW_VAR_HW_REG_TIMER_START, -+ HW_VAR_HW_REG_TIMER_STOP, -+/*Add by YuChen for TXBF HW timer*/ -+ HW_VAR_DL_RSVD_PAGE, -+ HW_VAR_MACID_SLEEP, -+ HW_VAR_MACID_WAKEUP, -+ HW_VAR_DUMP_MAC_QUEUE_INFO, -+ HW_VAR_ASIX_IOT, -+}HW_VARIABLES; -+ -+typedef enum _HAL_DEF_VARIABLE{ -+ HAL_DEF_UNDERCORATEDSMOOTHEDPWDB, -+ HAL_DEF_IS_SUPPORT_ANT_DIV, -+ HAL_DEF_CURRENT_ANTENNA, -+ HAL_DEF_DRVINFO_SZ, -+ HAL_DEF_MAX_RECVBUF_SZ, -+ HAL_DEF_RX_PACKET_OFFSET, -+ HAL_DEF_RX_DMA_SZ_WOW, -+ HAL_DEF_RX_DMA_SZ, -+ HAL_DEF_RX_PAGE_SIZE, -+ HAL_DEF_DBG_DUMP_RXPKT,//for dbg -+ HAL_DEF_RA_DECISION_RATE, -+ HAL_DEF_RA_SGI, -+ HAL_DEF_PT_PWR_STATUS, -+ HAL_DEF_TX_LDPC, // LDPC support -+ HAL_DEF_RX_LDPC, // LDPC support -+ HAL_DEF_TX_STBC, // TX STBC support -+ HAL_DEF_RX_STBC, // RX STBC support -+ HAL_DEF_EXPLICIT_BEAMFORMER,// Explicit Compressed Steering Capable -+ HAL_DEF_EXPLICIT_BEAMFORMEE,// Explicit Compressed Beamforming Feedback Capable -+ HAL_DEF_BEAMFORMER_CAP, -+ HAL_DEF_BEAMFORMEE_CAP, -+ HW_VAR_MAX_RX_AMPDU_FACTOR, -+ HW_DEF_RA_INFO_DUMP, -+ HAL_DEF_DBG_DUMP_TXPKT, -+ -+ HAL_DEF_TX_PAGE_SIZE, -+ HAL_DEF_TX_PAGE_BOUNDARY, -+ HAL_DEF_TX_PAGE_BOUNDARY_WOWLAN, -+ HAL_DEF_ANT_DETECT,//to do for 8723a -+ HAL_DEF_PCI_SUUPORT_L1_BACKDOOR, // Determine if the L1 Backdoor setting is turned on. -+ HAL_DEF_PCI_AMD_L1_SUPPORT, -+ HAL_DEF_PCI_ASPM_OSC, // Support for ASPM OSC, added by Roger, 2013.03.27. -+ HAL_DEF_MACID_SLEEP, // Support for MACID sleep -+ HAL_DEF_DBG_DIS_PWT, //disable Tx power training or not. -+ HAL_DEF_EFUSE_USAGE, /* Get current EFUSE utilization. 2008.12.19. Added by Roger. */ -+ HAL_DEF_EFUSE_BYTES, -+ HW_VAR_BEST_AMPDU_DENSITY, -+}HAL_DEF_VARIABLE; -+ -+typedef enum _HAL_ODM_VARIABLE{ -+ HAL_ODM_STA_INFO, -+ HAL_ODM_P2P_STATE, -+ HAL_ODM_WIFI_DISPLAY_STATE, -+ HAL_ODM_NOISE_MONITOR, -+ HAL_ODM_REGULATION, -+ HAL_ODM_INITIAL_GAIN, -+ HAL_ODM_FA_CNT_DUMP, -+ HAL_ODM_DBG_FLAG, -+ HAL_ODM_DBG_LEVEL, -+ HAL_ODM_RX_INFO_DUMP, -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ HAL_ODM_AUTO_CHNL_SEL, -+#endif -+}HAL_ODM_VARIABLE; -+ -+typedef enum _HAL_INTF_PS_FUNC{ -+ HAL_USB_SELECT_SUSPEND, -+ HAL_MAX_ID, -+}HAL_INTF_PS_FUNC; -+ -+typedef s32 (*c2h_id_filter)(u8 *c2h_evt); -+ -+struct hal_ops { -+ /*** initialize section ***/ -+ void (*read_chip_version)(_adapter *padapter); -+ void (*init_default_value)(_adapter *padapter); -+ void (*intf_chip_configure)(_adapter *padapter); -+ void (*read_adapter_info)(_adapter *padapter); -+ u32 (*hal_power_on)(_adapter *padapter); -+ void (*hal_power_off)(_adapter *padapter); -+ u32 (*hal_init)(_adapter *padapter); -+ u32 (*hal_deinit)(_adapter *padapter); -+ void (*dm_init)(_adapter *padapter); -+ void (*dm_deinit)(_adapter *padapter); -+ -+ /*** xmit section ***/ -+ s32 (*init_xmit_priv)(_adapter *padapter); -+ void (*free_xmit_priv)(_adapter *padapter); -+ s32 (*hal_xmit)(_adapter *padapter, struct xmit_frame *pxmitframe); -+ /* -+ * mgnt_xmit should be implemented to run in interrupt context -+ */ -+ s32 (*mgnt_xmit)(_adapter *padapter, struct xmit_frame *pmgntframe); -+ s32 (*hal_xmitframe_enqueue)(_adapter *padapter, struct xmit_frame *pxmitframe); -+#ifdef CONFIG_XMIT_THREAD_MODE -+ s32 (*xmit_thread_handler)(_adapter *padapter); -+#endif -+ void (*run_thread)(_adapter *padapter); -+ void (*cancel_thread)(_adapter *padapter); -+ -+ /*** recv section ***/ -+ s32 (*init_recv_priv)(_adapter *padapter); -+ void (*free_recv_priv)(_adapter *padapter); -+#if defined(CONFIG_USB_HCI)||defined(CONFIG_PCI_HCI) -+ u32 (*inirp_init)(_adapter *padapter); -+ u32 (*inirp_deinit)(_adapter *padapter); -+#endif -+ /*** interrupt hdl section ***/ -+ void (*enable_interrupt)(_adapter *padapter); -+ void (*disable_interrupt)(_adapter *padapter); -+ u8 (*check_ips_status)(_adapter *padapter); -+#if defined(CONFIG_PCI_HCI) -+ s32 (*interrupt_handler)(_adapter *padapter); -+#endif -+ -+#if defined(CONFIG_USB_HCI) && defined(CONFIG_SUPPORT_USB_INT) -+ void (*interrupt_handler)(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+ -+#if defined(CONFIG_PCI_HCI) -+ void (*irp_reset)(_adapter *padapter); -+#endif -+ -+ /*** DM section ***/ -+ -+ void (*InitSwLeds)(_adapter *padapter); -+ void (*DeInitSwLeds)(_adapter *padapter); -+ -+ -+ void (*set_bwmode_handler)(_adapter *padapter, CHANNEL_WIDTH Bandwidth, u8 Offset); -+ void (*set_channel_handler)(_adapter *padapter, u8 channel); -+ void (*set_chnl_bw_handler)(_adapter *padapter, u8 channel, CHANNEL_WIDTH Bandwidth, u8 Offset40, u8 Offset80); -+ -+ void (*set_tx_power_level_handler)(_adapter *padapter, u8 channel); -+ void (*get_tx_power_level_handler)(_adapter *padapter, s32 *powerlevel); -+ -+ void (*hal_dm_watchdog)(_adapter *padapter); -+#ifdef CONFIG_LPS_LCLK_WD_TIMER -+ void (*hal_dm_watchdog_in_lps)(_adapter *padapter); -+#endif -+ -+ void (*SetHwRegHandler)(_adapter *padapter, u8 variable,u8* val); -+ void (*GetHwRegHandler)(_adapter *padapter, u8 variable,u8* val); -+ -+#ifdef CONFIG_C2H_PACKET_EN -+ void (*SetHwRegHandlerWithBuf)(_adapter *padapter, u8 variable, u8 * pbuf, int len); -+#endif -+ -+ u8 (*GetHalDefVarHandler)(_adapter *padapter, HAL_DEF_VARIABLE eVariable, PVOID pValue); -+ u8 (*SetHalDefVarHandler)(_adapter *padapter, HAL_DEF_VARIABLE eVariable, PVOID pValue); -+ -+ void (*GetHalODMVarHandler)(_adapter *padapter, HAL_ODM_VARIABLE eVariable, PVOID pValue1,PVOID pValue2); -+ void (*SetHalODMVarHandler)(_adapter *padapter, HAL_ODM_VARIABLE eVariable, PVOID pValue1,BOOLEAN bSet); -+ -+ void (*UpdateRAMaskHandler)(_adapter *padapter, u32 mac_id, u8 rssi_level); -+ void (*SetBeaconRelatedRegistersHandler)(_adapter *padapter); -+ -+ void (*Add_RateATid)(_adapter *padapter, u64 bitmap, u8 *arg, u8 rssi_level); -+ -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+ u8 (*AntDivBeforeLinkHandler)(_adapter *padapter); -+ void (*AntDivCompareHandler)(_adapter *padapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src); -+#endif -+ u8 (*interface_ps_func)(_adapter *padapter,HAL_INTF_PS_FUNC efunc_id, u8* val); -+ -+ -+ u32 (*read_bbreg)(_adapter *padapter, u32 RegAddr, u32 BitMask); -+ void (*write_bbreg)(_adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data); -+ u32 (*read_rfreg)(_adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask); -+ void (*write_rfreg)(_adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data); -+ -+#ifdef CONFIG_HOSTAPD_MLME -+ s32 (*hostap_mgnt_xmit_entry)(_adapter *padapter, _pkt *pkt); -+#endif -+ -+ void (*EfusePowerSwitch)(_adapter *padapter, u8 bWrite, u8 PwrState); -+ void (*BTEfusePowerSwitch)(_adapter *padapter, u8 bWrite, u8 PwrState); -+ void (*ReadEFuse)(_adapter *padapter, u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf, BOOLEAN bPseudoTest); -+ void (*EFUSEGetEfuseDefinition)(_adapter *padapter, u8 efuseType, u8 type, void *pOut, BOOLEAN bPseudoTest); -+ u16 (*EfuseGetCurrentSize)(_adapter *padapter, u8 efuseType, BOOLEAN bPseudoTest); -+ int (*Efuse_PgPacketRead)(_adapter *padapter, u8 offset, u8 *data, BOOLEAN bPseudoTest); -+ int (*Efuse_PgPacketWrite)(_adapter *padapter, u8 offset, u8 word_en, u8 *data, BOOLEAN bPseudoTest); -+ u8 (*Efuse_WordEnableDataWrite)(_adapter *padapter, u16 efuse_addr, u8 word_en, u8 *data, BOOLEAN bPseudoTest); -+ BOOLEAN (*Efuse_PgPacketWrite_BT)(_adapter *padapter, u8 offset, u8 word_en, u8 *data, BOOLEAN bPseudoTest); -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ void (*sreset_init_value)(_adapter *padapter); -+ void (*sreset_reset_value)(_adapter *padapter); -+ void (*silentreset)(_adapter *padapter); -+ void (*sreset_xmit_status_check)(_adapter *padapter); -+ void (*sreset_linked_status_check) (_adapter *padapter); -+ u8 (*sreset_get_wifi_status)(_adapter *padapter); -+ bool (*sreset_inprogress)(_adapter *padapter); -+#endif -+ -+#ifdef CONFIG_IOL -+ int (*IOL_exec_cmds_sync)(_adapter *padapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt); -+#endif -+ -+ void (*hal_notch_filter)(_adapter * adapter, bool enable); -+ s32 (*c2h_handler)(_adapter *padapter, u8 *c2h_evt); -+ c2h_id_filter c2h_id_filter_ccx; -+ s32 (*fill_h2c_cmd)(PADAPTER, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+ void (*fill_fake_txdesc)(PADAPTER, u8 *pDesc, u32 BufferLen, -+ u8 IsPsPoll, u8 IsBTQosNull, u8 bDataFrame); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+ void (*hal_set_wowlan_fw)(_adapter *adapter, u8 sleep); -+ void (*clear_interrupt)(_adapter *padapter); -+#endif -+ u8 (*hal_get_tx_buff_rsvd_page_num)(_adapter *adapter, bool wowlan); -+#ifdef CONFIG_GPIO_API -+ void (*update_hisr_hsisr_ind)(PADAPTER padapter, u32 flag); -+#endif -+}; -+ -+typedef enum _RT_EEPROM_TYPE{ -+ EEPROM_93C46, -+ EEPROM_93C56, -+ EEPROM_BOOT_EFUSE, -+}RT_EEPROM_TYPE,*PRT_EEPROM_TYPE; -+ -+ -+ -+#define RF_CHANGE_BY_INIT 0 -+#define RF_CHANGE_BY_IPS BIT28 -+#define RF_CHANGE_BY_PS BIT29 -+#define RF_CHANGE_BY_HW BIT30 -+#define RF_CHANGE_BY_SW BIT31 -+ -+typedef enum _HARDWARE_TYPE{ -+ HARDWARE_TYPE_RTL8188EE, -+ HARDWARE_TYPE_RTL8188EU, -+ HARDWARE_TYPE_RTL8188ES, -+// NEW_GENERATION_IC -+ HARDWARE_TYPE_RTL8192EE, -+ HARDWARE_TYPE_RTL8192EU, -+ HARDWARE_TYPE_RTL8192ES, -+ HARDWARE_TYPE_RTL8812E, -+ HARDWARE_TYPE_RTL8812AU, -+ HARDWARE_TYPE_RTL8811AU, -+ HARDWARE_TYPE_RTL8821E, -+ HARDWARE_TYPE_RTL8821U, -+ HARDWARE_TYPE_RTL8821S, -+ HARDWARE_TYPE_RTL8723BE, -+ HARDWARE_TYPE_RTL8723BU, -+ HARDWARE_TYPE_RTL8723BS, -+ HARDWARE_TYPE_RTL8814AE, -+ HARDWARE_TYPE_RTL8814AU, -+ HARDWARE_TYPE_RTL8814AS, -+ HARDWARE_TYPE_RTL8821BE, -+ HARDWARE_TYPE_RTL8821BU, -+ HARDWARE_TYPE_RTL8821BS, -+ HARDWARE_TYPE_RTL8822BE, -+ HARDWARE_TYPE_RTL8822BU, -+ HARDWARE_TYPE_RTL8822BS, -+ HARDWARE_TYPE_RTL8703BE, -+ HARDWARE_TYPE_RTL8703BU, -+ HARDWARE_TYPE_RTL8703BS, -+ HARDWARE_TYPE_RTL8188FE, -+ HARDWARE_TYPE_RTL8188FU, -+ HARDWARE_TYPE_RTL8188FS, -+ HARDWARE_TYPE_MAX, -+}HARDWARE_TYPE; -+ -+#define IS_NEW_GENERATION_IC(_Adapter) (rtw_get_hw_type(_Adapter) >= HARDWARE_TYPE_RTL8192EE) -+// -+// RTL8188E Series -+// -+#define IS_HARDWARE_TYPE_8188EE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8188EE) -+#define IS_HARDWARE_TYPE_8188EU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8188EU) -+#define IS_HARDWARE_TYPE_8188ES(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8188ES) -+#define IS_HARDWARE_TYPE_8188E(_Adapter) \ -+(IS_HARDWARE_TYPE_8188EE(_Adapter) || IS_HARDWARE_TYPE_8188EU(_Adapter) || IS_HARDWARE_TYPE_8188ES(_Adapter)) -+ -+// RTL8812 Series -+#define IS_HARDWARE_TYPE_8812E(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8812E) -+#define IS_HARDWARE_TYPE_8812AU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8812AU) -+#define IS_HARDWARE_TYPE_8812(_Adapter) \ -+(IS_HARDWARE_TYPE_8812E(_Adapter) || IS_HARDWARE_TYPE_8812AU(_Adapter)) -+ -+// RTL8821 Series -+#define IS_HARDWARE_TYPE_8821E(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8821E) -+#define IS_HARDWARE_TYPE_8811AU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8811AU) -+#define IS_HARDWARE_TYPE_8821U(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8821U || \ -+ rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8811AU) -+#define IS_HARDWARE_TYPE_8821S(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8821S) -+#define IS_HARDWARE_TYPE_8821(_Adapter) \ -+(IS_HARDWARE_TYPE_8821E(_Adapter) || IS_HARDWARE_TYPE_8821U(_Adapter)|| IS_HARDWARE_TYPE_8821S(_Adapter)) -+ -+#define IS_HARDWARE_TYPE_JAGUAR(_Adapter) \ -+(IS_HARDWARE_TYPE_8812(_Adapter) || IS_HARDWARE_TYPE_8821(_Adapter)) -+ -+//RTL8192E Series -+#define IS_HARDWARE_TYPE_8192EE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8192EE) -+#define IS_HARDWARE_TYPE_8192EU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8192EU) -+#define IS_HARDWARE_TYPE_8192ES(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8192ES) -+ -+#define IS_HARDWARE_TYPE_8192E(_Adapter) \ -+(IS_HARDWARE_TYPE_8192EE(_Adapter) || IS_HARDWARE_TYPE_8192EU(_Adapter) ||IS_HARDWARE_TYPE_8192ES(_Adapter)) -+ -+#define IS_HARDWARE_TYPE_8723BE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8723BE) -+#define IS_HARDWARE_TYPE_8723BU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8723BU) -+#define IS_HARDWARE_TYPE_8723BS(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8723BS) -+ -+#define IS_HARDWARE_TYPE_8723B(_Adapter) \ -+ (IS_HARDWARE_TYPE_8723BE(_Adapter) || IS_HARDWARE_TYPE_8723BU(_Adapter) ||IS_HARDWARE_TYPE_8723BS(_Adapter)) -+ -+/* RTL8814A Series */ -+#define IS_HARDWARE_TYPE_8814AE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8814AE) -+#define IS_HARDWARE_TYPE_8814AU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8814AU) -+#define IS_HARDWARE_TYPE_8814AS(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8814AS) -+ -+#define IS_HARDWARE_TYPE_8814A(_Adapter) \ -+(IS_HARDWARE_TYPE_8814AE(_Adapter) || IS_HARDWARE_TYPE_8814AU(_Adapter) || IS_HARDWARE_TYPE_8814AS(_Adapter)) -+ -+#define IS_HARDWARE_TYPE_JAGUAR2(_Adapter) \ -+(IS_HARDWARE_TYPE_8814A(_Adapter) || IS_HARDWARE_TYPE_8821B(_Adapter) || IS_HARDWARE_TYPE_8822B(_Adapter)) -+ -+#define IS_HARDWARE_TYPE_JAGUAR_AND_JAGUAR2(_Adapter) \ -+(IS_HARDWARE_TYPE_JAGUAR(_Adapter) || IS_HARDWARE_TYPE_JAGUAR2(_Adapter)) -+ -+/* RTL8703B Series */ -+#define IS_HARDWARE_TYPE_8703BE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8703BE) -+#define IS_HARDWARE_TYPE_8703BS(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8703BS) -+#define IS_HARDWARE_TYPE_8703BU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8703BU) -+#define IS_HARDWARE_TYPE_8703B(_Adapter) \ -+(IS_HARDWARE_TYPE_8703BE(_Adapter) || IS_HARDWARE_TYPE_8703BU(_Adapter) || IS_HARDWARE_TYPE_8703BS(_Adapter)) -+ -+/* RTL8188F Series */ -+#define IS_HARDWARE_TYPE_8188FE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8188FE) -+#define IS_HARDWARE_TYPE_8188FS(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8188FS) -+#define IS_HARDWARE_TYPE_8188FU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8188FU) -+#define IS_HARDWARE_TYPE_8188F(_Adapter) \ -+(IS_HARDWARE_TYPE_8188FE(_Adapter) || IS_HARDWARE_TYPE_8188FU(_Adapter) || IS_HARDWARE_TYPE_8188FS(_Adapter)) -+ -+#define IS_HARDWARE_TYPE_8821BE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8821BE) -+#define IS_HARDWARE_TYPE_8821BU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8821BU) -+#define IS_HARDWARE_TYPE_8821BS(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8821BS) -+ -+#define IS_HARDWARE_TYPE_8821B(_Adapter) \ -+(IS_HARDWARE_TYPE_8821BE(_Adapter) || IS_HARDWARE_TYPE_8821BU(_Adapter) || IS_HARDWARE_TYPE_8821BS(_Adapter)) -+ -+#define IS_HARDWARE_TYPE_8822BE(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8822BE) -+#define IS_HARDWARE_TYPE_8822BU(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8822BU) -+#define IS_HARDWARE_TYPE_8822BS(_Adapter) (rtw_get_hw_type(_Adapter) == HARDWARE_TYPE_RTL8822BS) -+#define IS_HARDWARE_TYPE_8822B(_Adapter) \ -+(IS_HARDWARE_TYPE_8822BE(_Adapter) || IS_HARDWARE_TYPE_8822BU(_Adapter) || IS_HARDWARE_TYPE_8822BS(_Adapter)) -+ -+ -+ -+typedef enum _wowlan_subcode { -+ WOWLAN_ENABLE = 0, -+ WOWLAN_DISABLE = 1, -+ WOWLAN_AP_ENABLE = 2, -+ WOWLAN_AP_DISABLE = 3, -+ WOWLAN_PATTERN_CLEAN = 4 -+} wowlan_subcode; -+ -+struct wowlan_ioctl_param{ -+ unsigned int subcode; -+ unsigned int subcode_value; -+ unsigned int wakeup_reason; -+}; -+ -+#define Rx_Pairwisekey 0x01 -+#define Rx_GTK 0x02 -+#define Rx_DisAssoc 0x04 -+#define Rx_DeAuth 0x08 -+#define Rx_ARPReq 0x09 -+#define FWDecisionDisconnect 0x10 -+#define Rx_MagicPkt 0x21 -+#define Rx_UnicastPkt 0x22 -+#define Rx_PatternPkt 0x23 -+#define RX_PNOWakeUp 0x55 -+#define AP_WakeUp 0x66 -+ -+u8 rtw_hal_data_init(_adapter *padapter); -+void rtw_hal_data_deinit(_adapter *padapter); -+ -+void rtw_hal_def_value_init(_adapter *padapter); -+ -+void rtw_hal_free_data(_adapter *padapter); -+ -+void rtw_hal_dm_init(_adapter *padapter); -+void rtw_hal_dm_deinit(_adapter *padapter); -+void rtw_hal_sw_led_init(_adapter *padapter); -+void rtw_hal_sw_led_deinit(_adapter *padapter); -+ -+u32 rtw_hal_power_on(_adapter *padapter); -+void rtw_hal_power_off(_adapter *padapter); -+ -+uint rtw_hal_init(_adapter *padapter); -+uint rtw_hal_deinit(_adapter *padapter); -+void rtw_hal_stop(_adapter *padapter); -+void rtw_hal_set_hwreg(PADAPTER padapter, u8 variable, u8 *val); -+void rtw_hal_get_hwreg(PADAPTER padapter, u8 variable, u8 *val); -+ -+#ifdef CONFIG_C2H_PACKET_EN -+void rtw_hal_set_hwreg_with_buf(_adapter *padapter, u8 variable, u8 *pbuf, int len); -+#endif -+ -+void rtw_hal_chip_configure(_adapter *padapter); -+void rtw_hal_read_chip_info(_adapter *padapter); -+void rtw_hal_read_chip_version(_adapter *padapter); -+ -+u8 rtw_hal_set_def_var(_adapter *padapter, HAL_DEF_VARIABLE eVariable, PVOID pValue); -+u8 rtw_hal_get_def_var(_adapter *padapter, HAL_DEF_VARIABLE eVariable, PVOID pValue); -+ -+void rtw_hal_set_odm_var(_adapter *padapter, HAL_ODM_VARIABLE eVariable, PVOID pValue1,BOOLEAN bSet); -+void rtw_hal_get_odm_var(_adapter *padapter, HAL_ODM_VARIABLE eVariable, PVOID pValue1,PVOID pValue2); -+ -+void rtw_hal_enable_interrupt(_adapter *padapter); -+void rtw_hal_disable_interrupt(_adapter *padapter); -+ -+u8 rtw_hal_check_ips_status(_adapter *padapter); -+ -+#if defined(CONFIG_USB_HCI)||defined(CONFIG_PCI_HCI) -+u32 rtw_hal_inirp_init(_adapter *padapter); -+u32 rtw_hal_inirp_deinit(_adapter *padapter); -+#endif -+ -+#if defined(CONFIG_PCI_HCI) -+void rtw_hal_irp_reset(_adapter *padapter); -+#endif -+ -+u8 rtw_hal_intf_ps_func(_adapter *padapter,HAL_INTF_PS_FUNC efunc_id, u8* val); -+ -+s32 rtw_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtw_hal_xmit(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtw_hal_mgnt_xmit(_adapter *padapter, struct xmit_frame *pmgntframe); -+ -+s32 rtw_hal_init_xmit_priv(_adapter *padapter); -+void rtw_hal_free_xmit_priv(_adapter *padapter); -+ -+s32 rtw_hal_init_recv_priv(_adapter *padapter); -+void rtw_hal_free_recv_priv(_adapter *padapter); -+ -+void rtw_hal_update_ra_mask(struct sta_info *psta, u8 rssi_level); -+void rtw_hal_add_ra_tid(_adapter *padapter, u64 bitmap, u8 *arg, u8 rssi_level); -+ -+void rtw_hal_start_thread(_adapter *padapter); -+void rtw_hal_stop_thread(_adapter *padapter); -+ -+void rtw_hal_bcn_related_reg_setting(_adapter *padapter); -+ -+u32 rtw_hal_read_bbreg(_adapter *padapter, u32 RegAddr, u32 BitMask); -+void rtw_hal_write_bbreg(_adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data); -+u32 rtw_hal_read_rfreg(_adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask); -+void rtw_hal_write_rfreg(_adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data); -+ -+#define PHY_QueryBBReg(Adapter, RegAddr, BitMask) rtw_hal_read_bbreg((Adapter), (RegAddr), (BitMask)) -+#define PHY_SetBBReg(Adapter, RegAddr, BitMask, Data) rtw_hal_write_bbreg((Adapter), (RegAddr), (BitMask), (Data)) -+#define PHY_QueryRFReg(Adapter, eRFPath, RegAddr, BitMask) rtw_hal_read_rfreg((Adapter), (eRFPath), (RegAddr), (BitMask)) -+#define PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data) rtw_hal_write_rfreg((Adapter), (eRFPath), (RegAddr), (BitMask), (Data)) -+ -+#define PHY_SetMacReg PHY_SetBBReg -+#define PHY_QueryMacReg PHY_QueryBBReg -+ -+#if defined(CONFIG_PCI_HCI) -+s32 rtw_hal_interrupt_handler(_adapter *padapter); -+#endif -+#if defined(CONFIG_USB_HCI) && defined(CONFIG_SUPPORT_USB_INT) -+void rtw_hal_interrupt_handler(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+ -+void rtw_hal_set_bwmode(_adapter *padapter, CHANNEL_WIDTH Bandwidth, u8 Offset); -+void rtw_hal_set_chan(_adapter *padapter, u8 channel); -+void rtw_hal_set_chnl_bw(_adapter *padapter, u8 channel, CHANNEL_WIDTH Bandwidth, u8 Offset40, u8 Offset80); -+void rtw_hal_dm_watchdog(_adapter *padapter); -+void rtw_hal_dm_watchdog_in_lps(_adapter *padapter); -+ -+void rtw_hal_set_tx_power_level(_adapter *padapter, u8 channel); -+void rtw_hal_get_tx_power_level(_adapter *padapter, s32 *powerlevel); -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+u8 rtw_hal_antdiv_before_linked(_adapter *padapter); -+void rtw_hal_antdiv_rssi_compared(_adapter *padapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src); -+#endif -+ -+#ifdef CONFIG_HOSTAPD_MLME -+s32 rtw_hal_hostap_mgnt_xmit_entry(_adapter *padapter, _pkt *pkt); -+#endif -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+void rtw_hal_sreset_init(_adapter *padapter); -+void rtw_hal_sreset_reset(_adapter *padapter); -+void rtw_hal_sreset_reset_value(_adapter *padapter); -+void rtw_hal_sreset_xmit_status_check(_adapter *padapter); -+void rtw_hal_sreset_linked_status_check (_adapter *padapter); -+u8 rtw_hal_sreset_get_wifi_status(_adapter *padapter); -+bool rtw_hal_sreset_inprogress(_adapter *padapter); -+#endif -+ -+#ifdef CONFIG_IOL -+int rtw_hal_iol_cmd(ADAPTER *adapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt); -+#endif -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+s32 rtw_hal_xmit_thread_handler(_adapter *padapter); -+#endif -+ -+void rtw_hal_notch_filter(_adapter * adapter, bool enable); -+ -+bool rtw_hal_c2h_valid(_adapter *adapter, u8 *buf); -+s32 rtw_hal_c2h_evt_read(_adapter *adapter, u8 *buf); -+s32 rtw_hal_c2h_handler(_adapter *adapter, u8 *c2h_evt); -+c2h_id_filter rtw_hal_c2h_id_filter_ccx(_adapter *adapter); -+ -+s32 rtw_hal_is_disable_sw_channel_plan(PADAPTER padapter); -+ -+s32 rtw_hal_macid_sleep(PADAPTER padapter, u8 macid); -+s32 rtw_hal_macid_wakeup(PADAPTER padapter, u8 macid); -+ -+s32 rtw_hal_fill_h2c_cmd(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+void rtw_hal_fill_fake_txdesc(_adapter *padapter, u8 *pDesc, u32 BufferLen, -+ u8 IsPsPoll, u8 IsBTQosNull, u8 bDataFrame); -+u8 rtw_hal_get_txbuff_rsvd_page_num(_adapter *adapter, bool wowlan); -+ -+#ifdef CONFIG_GPIO_API -+void rtw_hal_update_hisr_hsisr_ind(_adapter *padapter, u32 flag); -+#endif -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void rtw_hal_clear_interrupt(_adapter *padapter); -+void rtw_hal_set_wowlan_fw(_adapter *padapter, u8 sleep); -+#endif -+u8 rtw_hal_ops_check(_adapter *padapter); -+ -+#endif //__HAL_INTF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_pg.h linux/3rdparty/rtl8812au/include/hal_pg.h ---- linux.old/3rdparty/rtl8812au/include/hal_pg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_pg.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,621 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __HAL_PG_H__ -+#define __HAL_PG_H__ -+ -+#define PPG_BB_GAIN_2G_TX_OFFSET_MASK 0x0F -+#define PPG_BB_GAIN_2G_TXB_OFFSET_MASK 0xF0 -+ -+#define PPG_BB_GAIN_5G_TX_OFFSET_MASK 0x1F -+#define PPG_THERMAL_OFFSET_MASK 0x1F -+#define KFREE_BB_GAIN_2G_TX_OFFSET(_ppg_v) (((_ppg_v) == PPG_BB_GAIN_2G_TX_OFFSET_MASK) ? 0 : (((_ppg_v) & 0x01) ? ((_ppg_v) >> 1) : (-((_ppg_v) >> 1)))) -+#define KFREE_BB_GAIN_5G_TX_OFFSET(_ppg_v) (((_ppg_v) == PPG_BB_GAIN_5G_TX_OFFSET_MASK) ? 0 : (((_ppg_v) & 0x01) ? ((_ppg_v) >> 1) : (-((_ppg_v) >> 1)))) -+#define KFREE_THERMAL_OFFSET(_ppg_v) (((_ppg_v) == PPG_THERMAL_OFFSET_MASK) ? 0 : (((_ppg_v) & 0x01) ? ((_ppg_v) >> 1) : (-((_ppg_v) >> 1)))) -+ -+//==================================================== -+// EEPROM/Efuse PG Offset for 88EE/88EU/88ES -+//==================================================== -+#define EEPROM_TX_PWR_INX_88E 0x10 -+ -+#define EEPROM_ChannelPlan_88E 0xB8 -+#define EEPROM_XTAL_88E 0xB9 -+#define EEPROM_THERMAL_METER_88E 0xBA -+#define EEPROM_IQK_LCK_88E 0xBB -+ -+#define EEPROM_RF_BOARD_OPTION_88E 0xC1 -+#define EEPROM_RF_FEATURE_OPTION_88E 0xC2 -+#define EEPROM_RF_BT_SETTING_88E 0xC3 -+#define EEPROM_VERSION_88E 0xC4 -+#define EEPROM_CustomID_88E 0xC5 -+#define EEPROM_RF_ANTENNA_OPT_88E 0xC9 -+ -+// RTL88EE -+#define EEPROM_MAC_ADDR_88EE 0xD0 -+#define EEPROM_VID_88EE 0xD6 -+#define EEPROM_DID_88EE 0xD8 -+#define EEPROM_SVID_88EE 0xDA -+#define EEPROM_SMID_88EE 0xDC -+ -+//RTL88EU -+#define EEPROM_MAC_ADDR_88EU 0xD7 -+#define EEPROM_VID_88EU 0xD0 -+#define EEPROM_PID_88EU 0xD2 -+#define EEPROM_USB_OPTIONAL_FUNCTION0 0xD4 //8188EU,8192EU, 8812AU is the same -+#define EEPROM_USB_OPTIONAL_FUNCTION0_8811AU 0x104 -+ -+// RTL88ES -+#define EEPROM_MAC_ADDR_88ES 0x11A -+//==================================================== -+// EEPROM/Efuse PG Offset for 8192EE/8192EU/8192ES -+//==================================================== -+#define GET_PG_KFREE_ON_8192E(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC1, 4, 1) -+#define GET_PG_KFREE_THERMAL_K_ON_8192E(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC8, 5, 1) -+ -+#define PPG_BB_GAIN_2G_TXA_OFFSET_8192E 0x1F6 -+#define PPG_THERMAL_OFFSET_8192E 0x1F5 -+ -+// 0x10 ~ 0x63 = TX power area. -+#define EEPROM_TX_PWR_INX_8192E 0x10 -+ -+#define EEPROM_ChannelPlan_8192E 0xB8 -+#define EEPROM_XTAL_8192E 0xB9 -+#define EEPROM_THERMAL_METER_8192E 0xBA -+#define EEPROM_IQK_LCK_8192E 0xBB -+#define EEPROM_2G_5G_PA_TYPE_8192E 0xBC -+#define EEPROM_2G_LNA_TYPE_GAIN_SEL_8192E 0xBD -+#define EEPROM_5G_LNA_TYPE_GAIN_SEL_8192E 0xBF -+ -+#define EEPROM_RF_BOARD_OPTION_8192E 0xC1 -+#define EEPROM_RF_FEATURE_OPTION_8192E 0xC2 -+#define EEPROM_RF_BT_SETTING_8192E 0xC3 -+#define EEPROM_VERSION_8192E 0xC4 -+#define EEPROM_CustomID_8192E 0xC5 -+#define EEPROM_TX_BBSWING_2G_8192E 0xC6 -+#define EEPROM_TX_BBSWING_5G_8192E 0xC7 -+#define EEPROM_TX_PWR_CALIBRATE_RATE_8192E 0xC8 -+#define EEPROM_RF_ANTENNA_OPT_8192E 0xC9 -+#define EEPROM_RFE_OPTION_8192E 0xCA -+ -+// RTL8192EE -+#define EEPROM_MAC_ADDR_8192EE 0xD0 -+#define EEPROM_VID_8192EE 0xD6 -+#define EEPROM_DID_8192EE 0xD8 -+#define EEPROM_SVID_8192EE 0xDA -+#define EEPROM_SMID_8192EE 0xDC -+ -+//RTL8192EU -+#define EEPROM_MAC_ADDR_8192EU 0xD7 -+#define EEPROM_VID_8192EU 0xD0 -+#define EEPROM_PID_8192EU 0xD2 -+#define EEPROM_PA_TYPE_8192EU 0xBC -+#define EEPROM_LNA_TYPE_2G_8192EU 0xBD -+#define EEPROM_LNA_TYPE_5G_8192EU 0xBF -+ -+// RTL8192ES -+#define EEPROM_MAC_ADDR_8192ES 0x11A -+//==================================================== -+// EEPROM/Efuse PG Offset for 8812AE/8812AU/8812AS -+//==================================================== -+// 0x10 ~ 0x63 = TX power area. -+#define EEPROM_USB_MODE_8812 0x08 -+#define EEPROM_TX_PWR_INX_8812 0x10 -+ -+#define EEPROM_ChannelPlan_8812 0xB8 -+#define EEPROM_XTAL_8812 0xB9 -+#define EEPROM_THERMAL_METER_8812 0xBA -+#define EEPROM_IQK_LCK_8812 0xBB -+#define EEPROM_2G_5G_PA_TYPE_8812 0xBC -+#define EEPROM_2G_LNA_TYPE_GAIN_SEL_8812 0xBD -+#define EEPROM_5G_LNA_TYPE_GAIN_SEL_8812 0xBF -+ -+#define EEPROM_RF_BOARD_OPTION_8812 0xC1 -+#define EEPROM_RF_FEATURE_OPTION_8812 0xC2 -+#define EEPROM_RF_BT_SETTING_8812 0xC3 -+#define EEPROM_VERSION_8812 0xC4 -+#define EEPROM_CustomID_8812 0xC5 -+#define EEPROM_TX_BBSWING_2G_8812 0xC6 -+#define EEPROM_TX_BBSWING_5G_8812 0xC7 -+#define EEPROM_TX_PWR_CALIBRATE_RATE_8812 0xC8 -+#define EEPROM_RF_ANTENNA_OPT_8812 0xC9 -+#define EEPROM_RFE_OPTION_8812 0xCA -+ -+// RTL8812AE -+#define EEPROM_MAC_ADDR_8812AE 0xD0 -+#define EEPROM_VID_8812AE 0xD6 -+#define EEPROM_DID_8812AE 0xD8 -+#define EEPROM_SVID_8812AE 0xDA -+#define EEPROM_SMID_8812AE 0xDC -+ -+//RTL8812AU -+#define EEPROM_MAC_ADDR_8812AU 0xD7 -+#define EEPROM_VID_8812AU 0xD0 -+#define EEPROM_PID_8812AU 0xD2 -+#define EEPROM_PA_TYPE_8812AU 0xBC -+#define EEPROM_LNA_TYPE_2G_8812AU 0xBD -+#define EEPROM_LNA_TYPE_5G_8812AU 0xBF -+ -+//RTL8814AU -+#define EEPROM_MAC_ADDR_8814AU 0xD8 -+#define EEPROM_VID_8814AU 0xD0 -+#define EEPROM_PID_8814AU 0xD2 -+#define EEPROM_PA_TYPE_8814AU 0xBC -+#define EEPROM_LNA_TYPE_2G_8814AU 0xBD -+#define EEPROM_LNA_TYPE_5G_8814AU 0xBF -+ -+/* RTL8814AE */ -+#define EEPROM_MAC_ADDR_8814AE 0xD0 -+#define EEPROM_VID_8814AE 0xD6 -+#define EEPROM_DID_8814AE 0xD8 -+#define EEPROM_SVID_8814AE 0xDA -+#define EEPROM_SMID_8814AE 0xDC -+ -+//==================================================== -+// EEPROM/Efuse PG Offset for 8814AU -+//==================================================== -+#define GET_PG_KFREE_ON_8814A(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC8, 4, 1) -+#define GET_PG_KFREE_THERMAL_K_ON_8814A(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC8, 5, 1) -+ -+#define KFREE_GAIN_DATA_LENGTH_8814A 22 -+ -+#define PPG_BB_GAIN_2G_TXBA_OFFSET_8814A 0x3EE -+ -+#define PPG_THERMAL_OFFSET_8814A 0x3EF -+ -+#define EEPROM_TX_PWR_INX_8814 0x10 -+#define EEPROM_ChannelPlan_8814 0xB8 -+#define EEPROM_XTAL_8814 0xB9 -+#define EEPROM_THERMAL_METER_8814 0xBA -+#define EEPROM_IQK_LCK_8814 0xBB -+ -+ -+#define EEPROM_PA_TYPE_8814 0xBC -+#define EEPROM_LNA_TYPE_AB_2G_8814 0xBD -+#define EEPROM_LNA_TYPE_CD_2G_8814 0xBE -+#define EEPROM_LNA_TYPE_AB_5G_8814 0xBF -+#define EEPROM_LNA_TYPE_CD_5G_8814 0xC0 -+#define EEPROM_RF_BOARD_OPTION_8814 0xC1 -+#define EEPROM_RF_BT_SETTING_8814 0xC3 -+#define EEPROM_VERSION_8814 0xC4 -+#define EEPROM_CustomID_8814 0xC5 -+#define EEPROM_TX_BBSWING_2G_8814 0xC6 -+#define EEPROM_TX_BBSWING_5G_8814 0xC7 -+#define EEPROM_TRX_ANTENNA_OPTION_8814 0xC9 -+#define EEPROM_RFE_OPTION_8814 0xCA -+ -+//==================================================== -+// EEPROM/Efuse PG Offset for 8821AE/8821AU/8821AS -+//==================================================== -+ -+#define GET_PG_KFREE_ON_8821A(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC8, 4, 1) -+#define GET_PG_KFREE_THERMAL_K_ON_8821A(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC8, 5, 1) -+ -+#define PPG_BB_GAIN_2G_TXA_OFFSET_8821A 0x1F6 -+#define PPG_THERMAL_OFFSET_8821A 0x1F5 -+#define PPG_BB_GAIN_5GLB1_TXA_OFFSET_8821A 0x1F4 -+#define PPG_BB_GAIN_5GLB2_TXA_OFFSET_8821A 0x1F3 -+#define PPG_BB_GAIN_5GMB1_TXA_OFFSET_8821A 0x1F2 -+#define PPG_BB_GAIN_5GMB2_TXA_OFFSET_8821A 0x1F1 -+#define PPG_BB_GAIN_5GHB_TXA_OFFSET_8821A 0x1F0 -+ -+#define EEPROM_TX_PWR_INX_8821 0x10 -+ -+#define EEPROM_ChannelPlan_8821 0xB8 -+#define EEPROM_XTAL_8821 0xB9 -+#define EEPROM_THERMAL_METER_8821 0xBA -+#define EEPROM_IQK_LCK_8821 0xBB -+ -+ -+#define EEPROM_RF_BOARD_OPTION_8821 0xC1 -+#define EEPROM_RF_FEATURE_OPTION_8821 0xC2 -+#define EEPROM_RF_BT_SETTING_8821 0xC3 -+#define EEPROM_VERSION_8821 0xC4 -+#define EEPROM_CustomID_8821 0xC5 -+#define EEPROM_RF_ANTENNA_OPT_8821 0xC9 -+ -+// RTL8821AE -+#define EEPROM_MAC_ADDR_8821AE 0xD0 -+#define EEPROM_VID_8821AE 0xD6 -+#define EEPROM_DID_8821AE 0xD8 -+#define EEPROM_SVID_8821AE 0xDA -+#define EEPROM_SMID_8821AE 0xDC -+ -+//RTL8821AU -+#define EEPROM_PA_TYPE_8821AU 0xBC -+#define EEPROM_LNA_TYPE_8821AU 0xBF -+ -+// RTL8821AS -+#define EEPROM_MAC_ADDR_8821AS 0x11A -+ -+//RTL8821AU -+#define EEPROM_MAC_ADDR_8821AU 0x107 -+#define EEPROM_VID_8821AU 0x100 -+#define EEPROM_PID_8821AU 0x102 -+ -+ -+//==================================================== -+// EEPROM/Efuse PG Offset for 8192 SE/SU -+//==================================================== -+#define EEPROM_VID_92SE 0x0A -+#define EEPROM_DID_92SE 0x0C -+#define EEPROM_SVID_92SE 0x0E -+#define EEPROM_SMID_92SE 0x10 -+ -+#define EEPROM_MAC_ADDR_92S 0x12 -+ -+#define EEPROM_TSSI_A_92SE 0x74 -+#define EEPROM_TSSI_B_92SE 0x75 -+ -+#define EEPROM_Version_92SE 0x7C -+ -+ -+#define EEPROM_VID_92SU 0x08 -+#define EEPROM_PID_92SU 0x0A -+ -+#define EEPROM_Version_92SU 0x50 -+#define EEPROM_TSSI_A_92SU 0x6b -+#define EEPROM_TSSI_B_92SU 0x6c -+ -+/* ==================================================== -+ EEPROM/Efuse PG Offset for 8188FE/8188FU/8188FS -+ ==================================================== -+ */ -+ -+#define GET_PG_KFREE_ON_8188F(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC1, 4, 1) -+#define GET_PG_KFREE_THERMAL_K_ON_8188F(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC8, 5, 1) -+ -+#define PPG_BB_GAIN_2G_TXA_OFFSET_8188F 0xEE -+#define PPG_THERMAL_OFFSET_8188F 0xEF -+ -+/* 0x10 ~ 0x63 = TX power area. */ -+#define EEPROM_TX_PWR_INX_8188F 0x10 -+ -+#define EEPROM_ChannelPlan_8188F 0xB8 -+#define EEPROM_XTAL_8188F 0xB9 -+#define EEPROM_THERMAL_METER_8188F 0xBA -+#define EEPROM_IQK_LCK_8188F 0xBB -+#define EEPROM_2G_5G_PA_TYPE_8188F 0xBC -+#define EEPROM_2G_LNA_TYPE_GAIN_SEL_8188F 0xBD -+#define EEPROM_5G_LNA_TYPE_GAIN_SEL_8188F 0xBF -+ -+#define EEPROM_RF_BOARD_OPTION_8188F 0xC1 -+#define EEPROM_FEATURE_OPTION_8188F 0xC2 -+#define EEPROM_RF_BT_SETTING_8188F 0xC3 -+#define EEPROM_VERSION_8188F 0xC4 -+#define EEPROM_CustomID_8188F 0xC5 -+#define EEPROM_TX_BBSWING_2G_8188F 0xC6 -+#define EEPROM_TX_PWR_CALIBRATE_RATE_8188F 0xC8 -+#define EEPROM_RF_ANTENNA_OPT_8188F 0xC9 -+#define EEPROM_RFE_OPTION_8188F 0xCA -+#define EEPROM_CUSTOMER_ID_8188F 0x7F -+#define EEPROM_SUBCUSTOMER_ID_8188F 0x59 -+ -+/* RTL8188FU */ -+#define EEPROM_MAC_ADDR_8188FU 0xD7 -+#define EEPROM_VID_8188FU 0xD0 -+#define EEPROM_PID_8188FU 0xD2 -+#define EEPROM_PA_TYPE_8188FU 0xBC -+#define EEPROM_LNA_TYPE_2G_8188FU 0xBD -+#define EEPROM_USB_OPTIONAL_FUNCTION0_8188FU 0xD4 -+ -+/* RTL8188FS */ -+#define EEPROM_MAC_ADDR_8188FS 0x11A -+#define EEPROM_Voltage_ADDR_8188F 0x8 -+ -+//==================================================== -+// EEPROM/Efuse PG Offset for 8723BE/8723BU/8723BS -+//==================================================== -+// 0x10 ~ 0x63 = TX power area. -+#define EEPROM_TX_PWR_INX_8723B 0x10 -+ -+#define EEPROM_ChannelPlan_8723B 0xB8 -+#define EEPROM_XTAL_8723B 0xB9 -+#define EEPROM_THERMAL_METER_8723B 0xBA -+#define EEPROM_IQK_LCK_8723B 0xBB -+#define EEPROM_2G_5G_PA_TYPE_8723B 0xBC -+#define EEPROM_2G_LNA_TYPE_GAIN_SEL_8723B 0xBD -+#define EEPROM_5G_LNA_TYPE_GAIN_SEL_8723B 0xBF -+ -+#define EEPROM_RF_BOARD_OPTION_8723B 0xC1 -+#define EEPROM_FEATURE_OPTION_8723B 0xC2 -+#define EEPROM_RF_BT_SETTING_8723B 0xC3 -+#define EEPROM_VERSION_8723B 0xC4 -+#define EEPROM_CustomID_8723B 0xC5 -+#define EEPROM_TX_BBSWING_2G_8723B 0xC6 -+#define EEPROM_TX_PWR_CALIBRATE_RATE_8723B 0xC8 -+#define EEPROM_RF_ANTENNA_OPT_8723B 0xC9 -+#define EEPROM_RFE_OPTION_8723B 0xCA -+ -+// RTL8723BE -+#define EEPROM_MAC_ADDR_8723BE 0xD0 -+#define EEPROM_VID_8723BE 0xD6 -+#define EEPROM_DID_8723BE 0xD8 -+#define EEPROM_SVID_8723BE 0xDA -+#define EEPROM_SMID_8723BE 0xDC -+ -+//RTL8723BU -+#define EEPROM_MAC_ADDR_8723BU 0x107 -+#define EEPROM_VID_8723BU 0x100 -+#define EEPROM_PID_8723BU 0x102 -+#define EEPROM_PA_TYPE_8723BU 0xBC -+#define EEPROM_LNA_TYPE_2G_8723BU 0xBD -+ -+ -+//RTL8723BS -+#define EEPROM_MAC_ADDR_8723BS 0x11A -+#define EEPROM_Voltage_ADDR_8723B 0x8 -+ -+//==================================================== -+// EEPROM/Efuse PG Offset for 8703BS -+//==================================================== -+#define GET_PG_KFREE_ON_8703B(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC1, 4, 1) -+#define GET_PG_KFREE_THERMAL_K_ON_8703B(_pg_m) LE_BITS_TO_1BYTE(((u8 *)(_pg_m)) + 0xC8, 5, 1) -+ -+#define PPG_BB_GAIN_2G_TXA_OFFSET_8703B 0xEE -+#define PPG_THERMAL_OFFSET_8703B 0xEF -+ -+#define EEPROM_TX_PWR_INX_8703B 0x10 -+ -+#define EEPROM_ChannelPlan_8703B 0xB8 -+#define EEPROM_XTAL_8703B 0xB9 -+#define EEPROM_THERMAL_METER_8703B 0xBA -+#define EEPROM_IQK_LCK_8703B 0xBB -+#define EEPROM_2G_5G_PA_TYPE_8703B 0xBC -+#define EEPROM_2G_LNA_TYPE_GAIN_SEL_8703B 0xBD -+#define EEPROM_5G_LNA_TYPE_GAIN_SEL_8703B 0xBF -+ -+#define EEPROM_RF_BOARD_OPTION_8703B 0xC1 -+#define EEPROM_FEATURE_OPTION_8703B 0xC2 -+#define EEPROM_RF_BT_SETTING_8703B 0xC3 -+#define EEPROM_VERSION_8703B 0xC4 -+#define EEPROM_CustomID_8703B 0xC5 -+#define EEPROM_TX_BBSWING_2G_8703B 0xC6 -+#define EEPROM_TX_PWR_CALIBRATE_RATE_8703B 0xC8 -+#define EEPROM_RF_ANTENNA_OPT_8703B 0xC9 -+#define EEPROM_RFE_OPTION_8703B 0xCA -+ -+//RTL8703BS -+#define EEPROM_MAC_ADDR_8703BS 0x11A -+#define EEPROM_Voltage_ADDR_8703B 0x8 -+ -+//==================================================== -+// EEPROM/Efuse Value Type -+//==================================================== -+#define EETYPE_TX_PWR 0x0 -+//==================================================== -+// EEPROM/Efuse Default Value -+//==================================================== -+#define EEPROM_CID_DEFAULT 0x0 -+#define EEPROM_CID_DEFAULT_EXT 0xFF // Reserved for Realtek -+#define EEPROM_CID_TOSHIBA 0x4 -+#define EEPROM_CID_CCX 0x10 -+#define EEPROM_CID_QMI 0x0D -+#define EEPROM_CID_WHQL 0xFE -+ -+#define EEPROM_CHANNEL_PLAN_FCC 0x0 -+#define EEPROM_CHANNEL_PLAN_IC 0x1 -+#define EEPROM_CHANNEL_PLAN_ETSI 0x2 -+#define EEPROM_CHANNEL_PLAN_SPAIN 0x3 -+#define EEPROM_CHANNEL_PLAN_FRANCE 0x4 -+#define EEPROM_CHANNEL_PLAN_MKK 0x5 -+#define EEPROM_CHANNEL_PLAN_MKK1 0x6 -+#define EEPROM_CHANNEL_PLAN_ISRAEL 0x7 -+#define EEPROM_CHANNEL_PLAN_TELEC 0x8 -+#define EEPROM_CHANNEL_PLAN_GLOBAL_DOMAIN 0x9 -+#define EEPROM_CHANNEL_PLAN_WORLD_WIDE_13 0xA -+#define EEPROM_CHANNEL_PLAN_NCC_TAIWAN 0xB -+#define EEPROM_CHANNEL_PLAN_CHIAN 0XC -+#define EEPROM_CHANNEL_PLAN_SINGAPORE_INDIA_MEXICO 0XD -+#define EEPROM_CHANNEL_PLAN_KOREA 0xE -+#define EEPROM_CHANNEL_PLAN_TURKEY 0xF -+#define EEPROM_CHANNEL_PLAN_JAPAN 0x10 -+#define EEPROM_CHANNEL_PLAN_FCC_NO_DFS 0x11 -+#define EEPROM_CHANNEL_PLAN_JAPAN_NO_DFS 0x12 -+#define EEPROM_CHANNEL_PLAN_WORLD_WIDE_5G 0x13 -+#define EEPROM_CHANNEL_PLAN_TAIWAN_NO_DFS 0x14 -+ -+#define EEPROM_USB_OPTIONAL1 0xE -+#define EEPROM_CHANNEL_PLAN_BY_HW_MASK 0x80 -+ -+#define RTL_EEPROM_ID 0x8129 -+#define EEPROM_Default_TSSI 0x0 -+#define EEPROM_Default_BoardType 0x02 -+#define EEPROM_Default_ThermalMeter 0x12 -+#define EEPROM_Default_ThermalMeter_92SU 0x7 -+#define EEPROM_Default_ThermalMeter_88E 0x18 -+#define EEPROM_Default_ThermalMeter_8812 0x18 -+#define EEPROM_Default_ThermalMeter_8192E 0x1A -+#define EEPROM_Default_ThermalMeter_8723B 0x18 -+#define EEPROM_Default_ThermalMeter_8703B 0x18 -+#define EEPROM_Default_ThermalMeter_8188F 0x18 -+#define EEPROM_Default_ThermalMeter_8814A 0x18 -+ -+ -+#define EEPROM_Default_CrystalCap 0x0 -+#define EEPROM_Default_CrystalCap_8723A 0x20 -+#define EEPROM_Default_CrystalCap_88E 0x20 -+#define EEPROM_Default_CrystalCap_8812 0x20 -+#define EEPROM_Default_CrystalCap_8814 0x20 -+#define EEPROM_Default_CrystalCap_8192E 0x20 -+#define EEPROM_Default_CrystalCap_8723B 0x20 -+#define EEPROM_Default_CrystalCap_8703B 0x20 -+#define EEPROM_Default_CrystalCap_8188F 0x20 -+#define EEPROM_Default_CrystalFreq 0x0 -+#define EEPROM_Default_TxPowerLevel_92C 0x22 -+#define EEPROM_Default_TxPowerLevel_2G 0x2C -+#define EEPROM_Default_TxPowerLevel_5G 0x22 -+#define EEPROM_Default_TxPowerLevel 0x22 -+#define EEPROM_Default_HT40_2SDiff 0x0 -+#define EEPROM_Default_HT20_Diff 2 -+#define EEPROM_Default_LegacyHTTxPowerDiff 0x3 -+#define EEPROM_Default_LegacyHTTxPowerDiff_92C 0x3 -+#define EEPROM_Default_LegacyHTTxPowerDiff_92D 0x4 -+#define EEPROM_Default_HT40_PwrMaxOffset 0 -+#define EEPROM_Default_HT20_PwrMaxOffset 0 -+ -+#define EEPROM_Default_PID 0x1234 -+#define EEPROM_Default_VID 0x5678 -+#define EEPROM_Default_CustomerID 0xAB -+#define EEPROM_Default_CustomerID_8188E 0x00 -+#define EEPROM_Default_SubCustomerID 0xCD -+#define EEPROM_Default_Version 0 -+ -+#define EEPROM_Default_externalPA_C9 0x00 -+#define EEPROM_Default_externalPA_CC 0xFF -+#define EEPROM_Default_internalPA_SP3T_C9 0xAA -+#define EEPROM_Default_internalPA_SP3T_CC 0xAF -+#define EEPROM_Default_internalPA_SPDT_C9 0xAA -+#ifdef CONFIG_PCI_HCI -+#define EEPROM_Default_internalPA_SPDT_CC 0xA0 -+#else -+#define EEPROM_Default_internalPA_SPDT_CC 0xFA -+#endif -+#define EEPROM_Default_PAType 0 -+#define EEPROM_Default_LNAType 0 -+ -+//New EFUSE deafult value -+#define EEPROM_DEFAULT_24G_INDEX 0x2D -+#define EEPROM_DEFAULT_24G_HT20_DIFF 0X02 -+#define EEPROM_DEFAULT_24G_OFDM_DIFF 0X04 -+ -+#define EEPROM_DEFAULT_5G_INDEX 0X2A -+#define EEPROM_DEFAULT_5G_HT20_DIFF 0X00 -+#define EEPROM_DEFAULT_5G_OFDM_DIFF 0X04 -+ -+#define EEPROM_DEFAULT_DIFF 0XFE -+#define EEPROM_DEFAULT_CHANNEL_PLAN 0x7F -+#define EEPROM_DEFAULT_BOARD_OPTION 0x00 -+#define EEPROM_DEFAULT_RFE_OPTION_8192E 0xFF -+#define EEPROM_DEFAULT_RFE_OPTION 0x04 -+#define EEPROM_DEFAULT_FEATURE_OPTION 0x00 -+#define EEPROM_DEFAULT_BT_OPTION 0x10 -+ -+ -+#define EEPROM_DEFAULT_TX_CALIBRATE_RATE 0x00 -+ -+// PCIe related -+#define EEPROM_PCIE_DEV_CAP_01 0xE0 // Express device capability in PCIe configuration space, i.e., map to offset 0x74 -+#define EEPROM_PCIE_DEV_CAP_02 0xE1 // Express device capability in PCIe configuration space, i.e., map to offset 0x75 -+ -+ -+// -+// For VHT series TX power by rate table. -+// VHT TX power by rate off setArray = -+// Band:-2G&5G = 0 / 1 -+// RF: at most 4*4 = ABCD=0/1/2/3 -+// CCK=0 OFDM=1/2 HT-MCS 0-15=3/4/56 VHT=7/8/9/10/11 -+// -+#define TX_PWR_BY_RATE_NUM_BAND 2 -+#define TX_PWR_BY_RATE_NUM_RF 4 -+#define TX_PWR_BY_RATE_NUM_RATE 84 -+ -+#define TXPWR_LMT_MAX_RF 4 -+ -+//---------------------------------------------------------------------------- -+// EEPROM/EFUSE data structure definition. -+//---------------------------------------------------------------------------- -+ -+//For 88E new structure -+ -+/* -+2.4G: -+{ -+{1,2}, -+{3,4,5}, -+{6,7,8}, -+{9,10,11}, -+{12,13}, -+{14} -+} -+ -+5G: -+{ -+{36,38,40}, -+{44,46,48}, -+{52,54,56}, -+{60,62,64}, -+{100,102,104}, -+{108,110,112}, -+{116,118,120}, -+{124,126,128}, -+{132,134,136}, -+{140,142,144}, -+{149,151,153}, -+{157,159,161}, -+{173,175,177}, -+} -+*/ -+#define MAX_RF_PATH 4 -+#define RF_PATH_MAX MAX_RF_PATH -+#define MAX_CHNL_GROUP_24G 6 -+#define MAX_CHNL_GROUP_5G 14 -+ -+//It must always set to 4, otherwise read efuse table secquence will be wrong. -+#define MAX_TX_COUNT 4 -+ -+typedef struct _TxPowerInfo24G{ -+ u8 IndexCCK_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G]; -+ u8 IndexBW40_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G]; -+ //If only one tx, only BW20 and OFDM are used. -+ s8 CCK_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 OFDM_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW20_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW40_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+}TxPowerInfo24G, *PTxPowerInfo24G; -+ -+typedef struct _TxPowerInfo5G{ -+ u8 IndexBW40_Base[MAX_RF_PATH][MAX_CHNL_GROUP_5G]; -+ //If only one tx, only BW20, OFDM, BW80 and BW160 are used. -+ s8 OFDM_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW20_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW40_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW80_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+ s8 BW160_Diff[MAX_RF_PATH][MAX_TX_COUNT]; -+}TxPowerInfo5G, *PTxPowerInfo5G; -+ -+ -+typedef enum _BT_Ant_NUM{ -+ Ant_x2 = 0, -+ Ant_x1 = 1 -+} BT_Ant_NUM, *PBT_Ant_NUM; -+ -+typedef enum _BT_CoType{ -+ BT_2WIRE = 0, -+ BT_ISSC_3WIRE = 1, -+ BT_ACCEL = 2, -+ BT_CSR_BC4 = 3, -+ BT_CSR_BC8 = 4, -+ BT_RTL8756 = 5, -+ BT_RTL8723A = 6, -+ BT_RTL8821 = 7, -+ BT_RTL8723B = 8, -+ BT_RTL8192E = 9, -+ BT_RTL8814A = 10, -+ BT_RTL8812A = 11, -+ BT_RTL8703B = 12 -+} BT_CoType, *PBT_CoType; -+ -+typedef enum _BT_RadioShared{ -+ BT_Radio_Shared = 0, -+ BT_Radio_Individual = 1, -+} BT_RadioShared, *PBT_RadioShared; -+ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_phy.h linux/3rdparty/rtl8812au/include/hal_phy.h ---- linux.old/3rdparty/rtl8812au/include/hal_phy.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_phy.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,254 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_PHY_H__ -+#define __HAL_PHY_H__ -+ -+ -+#if DISABLE_BB_RF -+#define HAL_FW_ENABLE 0 -+#define HAL_MAC_ENABLE 0 -+#define HAL_BB_ENABLE 0 -+#define HAL_RF_ENABLE 0 -+#else // FPGA_PHY and ASIC -+#define HAL_FW_ENABLE 1 -+#define HAL_MAC_ENABLE 1 -+#define HAL_BB_ENABLE 1 -+#define HAL_RF_ENABLE 1 -+#endif -+ -+#define RF6052_MAX_TX_PWR 0x3F -+#define RF6052_MAX_REG_88E 0xFF -+#define RF6052_MAX_REG_92C 0x7F -+ -+#define RF6052_MAX_REG \ -+ (RF6052_MAX_REG_88E > RF6052_MAX_REG_92C) ? RF6052_MAX_REG_88E: RF6052_MAX_REG_92C -+ -+#define GET_RF6052_REAL_MAX_REG(_Adapter) \ -+ IS_HARDWARE_TYPE_8188E(_Adapter) ? RF6052_MAX_REG_88E : RF6052_MAX_REG_92C -+ -+#define RF6052_MAX_PATH 2 -+ -+// -+// Antenna detection method, i.e., using single tone detection or RSSI reported from each antenna detected. -+// Added by Roger, 2013.05.22. -+// -+#define ANT_DETECT_BY_SINGLE_TONE BIT0 -+#define ANT_DETECT_BY_RSSI BIT1 -+#define IS_ANT_DETECT_SUPPORT_SINGLE_TONE(__Adapter) ((GET_HAL_DATA(__Adapter)->AntDetection) & ANT_DETECT_BY_SINGLE_TONE) -+#define IS_ANT_DETECT_SUPPORT_RSSI(__Adapter) ((GET_HAL_DATA(__Adapter)->AntDetection) & ANT_DETECT_BY_RSSI) -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+typedef enum _BAND_TYPE{ -+ BAND_ON_2_4G = 0, -+ BAND_ON_5G, -+ BAND_ON_BOTH, -+ BANDMAX -+}BAND_TYPE,*PBAND_TYPE; -+ -+typedef enum _RF_TYPE{ -+ RF_TYPE_MIN = 0, // 0 -+ RF_8225=1, // 1 11b/g RF for verification only -+ RF_8256=2, // 2 11b/g/n -+ RF_8258=3, // 3 11a/b/g/n RF -+ RF_6052=4, // 4 11b/g/n RF -+ RF_PSEUDO_11N=5, // 5, It is a temporality RF. -+ RF_TYPE_MAX -+}RF_TYPE_E,*PRF_TYPE_E; -+ -+#define TX_1S 0 -+#define TX_2S 1 -+#define TX_3S 2 -+#define TX_4S 3 -+ -+#define RF_PATH_MAX_92C_88E 2 -+#define RF_PATH_MAX_90_8812 4 //Max RF number 90 support -+ -+typedef enum _ANTENNA_PATH{ -+ ANTENNA_NONE = 0, -+ ANTENNA_D = 1, -+ ANTENNA_C = 2, -+ ANTENNA_CD = 3, -+ ANTENNA_B = 4, -+ ANTENNA_BD = 5, -+ ANTENNA_BC = 6, -+ ANTENNA_BCD = 7, -+ ANTENNA_A = 8, -+ ANTENNA_AD = 9, -+ ANTENNA_AC = 10, -+ ANTENNA_ACD = 11, -+ ANTENNA_AB = 12, -+ ANTENNA_ABD = 13, -+ ANTENNA_ABC = 14, -+ ANTENNA_ABCD = 15 -+} ANTENNA_PATH; -+ -+typedef enum _RF_CONTENT{ -+ radioa_txt = 0x1000, -+ radiob_txt = 0x1001, -+ radioc_txt = 0x1002, -+ radiod_txt = 0x1003 -+} RF_CONTENT; -+ -+typedef enum _BaseBand_Config_Type{ -+ BaseBand_Config_PHY_REG = 0, //Radio Path A -+ BaseBand_Config_AGC_TAB = 1, //Radio Path B -+ BaseBand_Config_AGC_TAB_2G = 2, -+ BaseBand_Config_AGC_TAB_5G = 3, -+ BaseBand_Config_PHY_REG_PG -+}BaseBand_Config_Type, *PBaseBand_Config_Type; -+ -+typedef enum _HW_BLOCK{ -+ HW_BLOCK_MAC = 0, -+ HW_BLOCK_PHY0 = 1, -+ HW_BLOCK_PHY1 = 2, -+ HW_BLOCK_RF = 3, -+ HW_BLOCK_MAXIMUM = 4, // Never use this -+}HW_BLOCK_E, *PHW_BLOCK_E; -+ -+typedef enum _WIRELESS_MODE { -+ WIRELESS_MODE_UNKNOWN = 0x00, -+ WIRELESS_MODE_A = 0x01, -+ WIRELESS_MODE_B = 0x02, -+ WIRELESS_MODE_G = 0x04, -+ WIRELESS_MODE_AUTO = 0x08, -+ WIRELESS_MODE_N_24G = 0x10, -+ WIRELESS_MODE_N_5G = 0x20, -+ WIRELESS_MODE_AC_5G = 0x40, -+ WIRELESS_MODE_AC_24G = 0x80, -+ WIRELESS_MODE_AC_ONLY = 0x100, -+} WIRELESS_MODE; -+ -+typedef enum _SwChnlCmdID{ -+ CmdID_End, -+ CmdID_SetTxPowerLevel, -+ CmdID_BBRegWrite10, -+ CmdID_WritePortUlong, -+ CmdID_WritePortUshort, -+ CmdID_WritePortUchar, -+ CmdID_RF_WriteReg, -+}SwChnlCmdID; -+ -+typedef struct _SwChnlCmd{ -+ SwChnlCmdID CmdID; -+ u32 Para1; -+ u32 Para2; -+ u32 msDelay; -+}SwChnlCmd; -+ -+typedef struct _R_ANTENNA_SELECT_OFDM{ -+ u32 r_tx_antenna:4; -+ u32 r_ant_l:4; -+ u32 r_ant_non_ht:4; -+ u32 r_ant_ht1:4; -+ u32 r_ant_ht2:4; -+ u32 r_ant_ht_s1:4; -+ u32 r_ant_non_ht_s1:4; -+ u32 OFDM_TXSC:2; -+ u32 Reserved:2; -+}R_ANTENNA_SELECT_OFDM; -+ -+typedef struct _R_ANTENNA_SELECT_CCK{ -+ u8 r_cckrx_enable_2:2; -+ u8 r_cckrx_enable:2; -+ u8 r_ccktx_enable:4; -+}R_ANTENNA_SELECT_CCK; -+ -+typedef struct RF_Shadow_Compare_Map { -+ // Shadow register value -+ u32 Value; -+ // Compare or not flag -+ u8 Compare; -+ // Record If it had ever modified unpredicted -+ u8 ErrorOrNot; -+ // Recorver Flag -+ u8 Recorver; -+ // -+ u8 Driver_Write; -+}RF_SHADOW_T; -+ -+/*--------------------------Exported Function prototype---------------------*/ -+ -+u32 -+PHY_CalculateBitShift( -+ u32 BitMask -+ ); -+ -+u32 -+PHY_RFShadowRead( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset); -+ -+VOID -+PHY_RFShadowWrite( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset, -+ IN u32 Data); -+ -+BOOLEAN -+PHY_RFShadowCompare( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset); -+ -+VOID -+PHY_RFShadowRecorver( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset); -+ -+VOID -+PHY_RFShadowCompareAll( -+ IN PADAPTER Adapter); -+ -+VOID -+PHY_RFShadowRecorverAll( -+ IN PADAPTER Adapter); -+ -+VOID -+PHY_RFShadowCompareFlagSet( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset, -+ IN u8 Type); -+ -+VOID -+PHY_RFShadowRecorverFlagSet( -+ IN PADAPTER Adapter, -+ IN u8 eRFPath, -+ IN u32 Offset, -+ IN u8 Type); -+ -+VOID -+PHY_RFShadowCompareFlagSetAll( -+ IN PADAPTER Adapter); -+ -+VOID -+PHY_RFShadowRecorverFlagSetAll( -+ IN PADAPTER Adapter); -+ -+VOID -+PHY_RFShadowRefresh( -+ IN PADAPTER Adapter); -+ -+#endif //__HAL_COMMON_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_phy_reg.h linux/3rdparty/rtl8812au/include/hal_phy_reg.h ---- linux.old/3rdparty/rtl8812au/include/hal_phy_reg.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_phy_reg.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,31 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_PHY_REG_H__ -+#define __HAL_PHY_REG_H__ -+ -+//for PutRFRegsetting & GetRFRegSetting BitMask -+//#if (RTL92SE_FPGA_VERIFY == 1) -+//#define bRFRegOffsetMask 0xfff -+//#else -+#define bRFRegOffsetMask 0xfffff -+//#endif -+ -+#endif //__HAL_PHY_REG_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/HalPwrSeqCmd.h linux/3rdparty/rtl8812au/include/HalPwrSeqCmd.h ---- linux.old/3rdparty/rtl8812au/include/HalPwrSeqCmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/HalPwrSeqCmd.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,138 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HALPWRSEQCMD_H__ -+#define __HALPWRSEQCMD_H__ -+ -+#include -+ -+/*---------------------------------------------*/ -+//3 The value of cmd: 4 bits -+/*---------------------------------------------*/ -+#define PWR_CMD_READ 0x00 -+ // offset: the read register offset -+ // msk: the mask of the read value -+ // value: N/A, left by 0 -+ // note: dirver shall implement this function by read & msk -+ -+#define PWR_CMD_WRITE 0x01 -+ // offset: the read register offset -+ // msk: the mask of the write bits -+ // value: write value -+ // note: driver shall implement this cmd by read & msk after write -+ -+#define PWR_CMD_POLLING 0x02 -+ // offset: the read register offset -+ // msk: the mask of the polled value -+ // value: the value to be polled, masked by the msd field. -+ // note: driver shall implement this cmd by -+ // do{ -+ // if( (Read(offset) & msk) == (value & msk) ) -+ // break; -+ // } while(not timeout); -+ -+#define PWR_CMD_DELAY 0x03 -+ // offset: the value to delay -+ // msk: N/A -+ // value: the unit of delay, 0: us, 1: ms -+ -+#define PWR_CMD_END 0x04 -+ // offset: N/A -+ // msk: N/A -+ // value: N/A -+ -+/*---------------------------------------------*/ -+//3 The value of base: 4 bits -+/*---------------------------------------------*/ -+ // define the base address of each block -+#define PWR_BASEADDR_MAC 0x00 -+#define PWR_BASEADDR_USB 0x01 -+#define PWR_BASEADDR_PCIE 0x02 -+#define PWR_BASEADDR_SDIO 0x03 -+ -+/*---------------------------------------------*/ -+//3 The value of interface_msk: 4 bits -+/*---------------------------------------------*/ -+#define PWR_INTF_SDIO_MSK BIT(0) -+#define PWR_INTF_USB_MSK BIT(1) -+#define PWR_INTF_PCI_MSK BIT(2) -+#define PWR_INTF_ALL_MSK (BIT(0)|BIT(1)|BIT(2)|BIT(3)) -+ -+/*---------------------------------------------*/ -+//3 The value of fab_msk: 4 bits -+/*---------------------------------------------*/ -+#define PWR_FAB_TSMC_MSK BIT(0) -+#define PWR_FAB_UMC_MSK BIT(1) -+#define PWR_FAB_ALL_MSK (BIT(0)|BIT(1)|BIT(2)|BIT(3)) -+ -+/*---------------------------------------------*/ -+//3 The value of cut_msk: 8 bits -+/*---------------------------------------------*/ -+#define PWR_CUT_TESTCHIP_MSK BIT(0) -+#define PWR_CUT_A_MSK BIT(1) -+#define PWR_CUT_B_MSK BIT(2) -+#define PWR_CUT_C_MSK BIT(3) -+#define PWR_CUT_D_MSK BIT(4) -+#define PWR_CUT_E_MSK BIT(5) -+#define PWR_CUT_F_MSK BIT(6) -+#define PWR_CUT_G_MSK BIT(7) -+#define PWR_CUT_ALL_MSK 0xFF -+ -+ -+typedef enum _PWRSEQ_CMD_DELAY_UNIT_ -+{ -+ PWRSEQ_DELAY_US, -+ PWRSEQ_DELAY_MS, -+} PWRSEQ_DELAY_UNIT; -+ -+typedef struct _WL_PWR_CFG_ -+{ -+ u16 offset; -+ u8 cut_msk; -+ u8 fab_msk:4; -+ u8 interface_msk:4; -+ u8 base:4; -+ u8 cmd:4; -+ u8 msk; -+ u8 value; -+} WLAN_PWR_CFG, *PWLAN_PWR_CFG; -+ -+ -+#define GET_PWR_CFG_OFFSET(__PWR_CMD) __PWR_CMD.offset -+#define GET_PWR_CFG_CUT_MASK(__PWR_CMD) __PWR_CMD.cut_msk -+#define GET_PWR_CFG_FAB_MASK(__PWR_CMD) __PWR_CMD.fab_msk -+#define GET_PWR_CFG_INTF_MASK(__PWR_CMD) __PWR_CMD.interface_msk -+#define GET_PWR_CFG_BASE(__PWR_CMD) __PWR_CMD.base -+#define GET_PWR_CFG_CMD(__PWR_CMD) __PWR_CMD.cmd -+#define GET_PWR_CFG_MASK(__PWR_CMD) __PWR_CMD.msk -+#define GET_PWR_CFG_VALUE(__PWR_CMD) __PWR_CMD.value -+ -+ -+//================================================================================ -+// Prototype of protected function. -+//================================================================================ -+u8 HalPwrSeqCmdParsing( -+ PADAPTER padapter, -+ u8 CutVersion, -+ u8 FabVersion, -+ u8 InterfaceType, -+ WLAN_PWR_CFG PwrCfgCmd[]); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/hal_sdio.h linux/3rdparty/rtl8812au/include/hal_sdio.h ---- linux.old/3rdparty/rtl8812au/include/hal_sdio.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/hal_sdio.h 2017-06-07 23:07:21.037689945 +0300 -@@ -0,0 +1,32 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_SDIO_H_ -+#define __HAL_SDIO_H_ -+ -+#define ffaddr2deviceId(pdvobj, addr) (pdvobj->Queue2Pipe[addr]) -+ -+u8 rtw_hal_sdio_max_txoqt_free_space(_adapter *padapter); -+u8 rtw_hal_sdio_query_tx_freepage(_adapter *padapter, u8 PageIdx, u8 RequiredPageNum); -+void rtw_hal_sdio_update_tx_freepage(_adapter *padapter, u8 PageIdx, u8 RequiredPageNum); -+void rtw_hal_set_sdio_tx_max_length(PADAPTER padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ); -+u32 rtw_hal_get_sdio_tx_max_length(PADAPTER padapter, u8 queue_idx); -+ -+#endif //__RTW_LED_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/HalVerDef.h linux/3rdparty/rtl8812au/include/HalVerDef.h ---- linux.old/3rdparty/rtl8812au/include/HalVerDef.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/HalVerDef.h 2017-06-07 23:07:21.036689854 +0300 -@@ -0,0 +1,202 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __HAL_VERSION_DEF_H__ -+#define __HAL_VERSION_DEF_H__ -+ -+#define TRUE _TRUE -+#define FALSE _FALSE -+ -+// HAL_IC_TYPE_E -+typedef enum tag_HAL_IC_Type_Definition -+{ -+ CHIP_8192S = 0, -+ CHIP_8188C = 1, -+ CHIP_8192C = 2, -+ CHIP_8192D = 3, -+ CHIP_8723A = 4, -+ CHIP_8188E = 5, -+ CHIP_8812 = 6, -+ CHIP_8821 = 7, -+ CHIP_8723B = 8, -+ CHIP_8192E = 9, -+ CHIP_8814A = 10, -+ CHIP_8703B = 11, -+ CHIP_8188F = 12, -+}HAL_IC_TYPE_E; -+ -+//HAL_CHIP_TYPE_E -+typedef enum tag_HAL_CHIP_Type_Definition -+{ -+ TEST_CHIP = 0, -+ NORMAL_CHIP = 1, -+ FPGA = 2, -+}HAL_CHIP_TYPE_E; -+ -+//HAL_CUT_VERSION_E -+typedef enum tag_HAL_Cut_Version_Definition -+{ -+ A_CUT_VERSION = 0, -+ B_CUT_VERSION = 1, -+ C_CUT_VERSION = 2, -+ D_CUT_VERSION = 3, -+ E_CUT_VERSION = 4, -+ F_CUT_VERSION = 5, -+ G_CUT_VERSION = 6, -+ H_CUT_VERSION = 7, -+ I_CUT_VERSION = 8, -+ J_CUT_VERSION = 9, -+ K_CUT_VERSION = 10, -+}HAL_CUT_VERSION_E; -+ -+// HAL_Manufacturer -+typedef enum tag_HAL_Manufacturer_Version_Definition -+{ -+ CHIP_VENDOR_TSMC = 0, -+ CHIP_VENDOR_UMC = 1, -+ CHIP_VENDOR_SMIC = 2, -+}HAL_VENDOR_E; -+ -+typedef enum tag_HAL_RF_Type_Definition -+{ -+ RF_TYPE_1T1R = 0, -+ RF_TYPE_1T2R = 1, -+ RF_TYPE_2T2R = 2, -+ RF_TYPE_2T3R = 3, -+ RF_TYPE_2T4R = 4, -+ RF_TYPE_3T3R = 5, -+ RF_TYPE_3T4R = 6, -+ RF_TYPE_4T4R = 7, -+}HAL_RF_TYPE_E; -+ -+typedef struct tag_HAL_VERSION -+{ -+ HAL_IC_TYPE_E ICType; -+ HAL_CHIP_TYPE_E ChipType; -+ HAL_CUT_VERSION_E CUTVersion; -+ HAL_VENDOR_E VendorType; -+ HAL_RF_TYPE_E RFType; -+ u8 ROMVer; -+}HAL_VERSION,*PHAL_VERSION; -+ -+//VERSION_8192C VersionID; -+//HAL_VERSION VersionID; -+ -+// Get element -+#define GET_CVID_IC_TYPE(version) ((HAL_IC_TYPE_E)(((HAL_VERSION)version).ICType) ) -+#define GET_CVID_CHIP_TYPE(version) ((HAL_CHIP_TYPE_E)(((HAL_VERSION)version).ChipType) ) -+#define GET_CVID_RF_TYPE(version) ((HAL_RF_TYPE_E)(((HAL_VERSION)version).RFType)) -+#define GET_CVID_MANUFACTUER(version) ((HAL_VENDOR_E)(((HAL_VERSION)version).VendorType)) -+#define GET_CVID_CUT_VERSION(version) ((HAL_CUT_VERSION_E)(((HAL_VERSION)version).CUTVersion)) -+#define GET_CVID_ROM_VERSION(version) ((((HAL_VERSION)version).ROMVer) & ROM_VERSION_MASK) -+ -+//---------------------------------------------------------------------------- -+//Common Macro. -- -+//---------------------------------------------------------------------------- -+//HAL_VERSION VersionID -+ -+// HAL_IC_TYPE_E -+#if 0 -+#define IS_81XXC(version) (((GET_CVID_IC_TYPE(version) == CHIP_8192C)||(GET_CVID_IC_TYPE(version) == CHIP_8188C))? TRUE : FALSE) -+#define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A)? TRUE : FALSE) -+#define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D)? TRUE : FALSE) -+#endif -+ -+#define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E)? TRUE : FALSE) -+#define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) -+#define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E)? TRUE : FALSE) -+#define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812)? TRUE : FALSE) -+#define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821)? TRUE : FALSE) -+#define IS_8814A_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8814A) ? TRUE : FALSE) -+#define IS_8723B_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723B)? TRUE : FALSE) -+#define IS_8703B_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8703B)? TRUE : FALSE) -+ -+//HAL_CHIP_TYPE_E -+#define IS_TEST_CHIP(version) ((GET_CVID_CHIP_TYPE(version)==TEST_CHIP)? TRUE: FALSE) -+#define IS_NORMAL_CHIP(version) ((GET_CVID_CHIP_TYPE(version)==NORMAL_CHIP)? TRUE: FALSE) -+ -+//HAL_CUT_VERSION_E -+#define IS_A_CUT(version) ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? TRUE : FALSE) -+#define IS_B_CUT(version) ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? TRUE : FALSE) -+#define IS_C_CUT(version) ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? TRUE : FALSE) -+#define IS_D_CUT(version) ((GET_CVID_CUT_VERSION(version) == D_CUT_VERSION) ? TRUE : FALSE) -+#define IS_E_CUT(version) ((GET_CVID_CUT_VERSION(version) == E_CUT_VERSION) ? TRUE : FALSE) -+#define IS_F_CUT(version) ((GET_CVID_CUT_VERSION(version) == F_CUT_VERSION) ? TRUE : FALSE) -+#define IS_I_CUT(version) ((GET_CVID_CUT_VERSION(version) == I_CUT_VERSION) ? TRUE : FALSE) -+#define IS_J_CUT(version) ((GET_CVID_CUT_VERSION(version) == J_CUT_VERSION) ? TRUE : FALSE) -+#define IS_K_CUT(version) ((GET_CVID_CUT_VERSION(version) == K_CUT_VERSION) ? TRUE : FALSE) -+ -+//HAL_VENDOR_E -+#define IS_CHIP_VENDOR_TSMC(version) ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_TSMC)? TRUE: FALSE) -+#define IS_CHIP_VENDOR_UMC(version) ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_UMC)? TRUE: FALSE) -+#define IS_CHIP_VENDOR_SMIC(version) ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_SMIC)? TRUE: FALSE) -+ -+//HAL_RF_TYPE_E -+#define IS_1T1R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T1R)? TRUE : FALSE ) -+#define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)? TRUE : FALSE) -+#define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R)? TRUE : FALSE) -+#define IS_3T3R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_3T3R)? TRUE : FALSE) -+#define IS_3T4R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_3T4R)? TRUE : FALSE) -+#define IS_4T4R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_4T4R)? TRUE : FALSE) -+ -+ -+ -+//---------------------------------------------------------------------------- -+//Chip version Macro. -- -+//---------------------------------------------------------------------------- -+#if 0 -+#define IS_81XXC_TEST_CHIP(version) ((IS_81XXC(version) && (!IS_NORMAL_CHIP(version)))? TRUE: FALSE) -+ -+#define IS_92C_SERIAL(version) ((IS_81XXC(version) && IS_2T2R(version)) ? TRUE : FALSE) -+#define IS_81xxC_VENDOR_UMC_A_CUT(version) (IS_81XXC(version)?(IS_CHIP_VENDOR_UMC(version) ? (IS_A_CUT(version) ? TRUE : FALSE) : FALSE): FALSE) -+#define IS_81xxC_VENDOR_UMC_B_CUT(version) (IS_81XXC(version)?(IS_CHIP_VENDOR_UMC(version) ? (IS_B_CUT(version) ? TRUE : FALSE) : FALSE): FALSE) -+#define IS_81xxC_VENDOR_UMC_C_CUT(version) (IS_81XXC(version)?(IS_CHIP_VENDOR_UMC(version) ? (IS_C_CUT(version) ? TRUE : FALSE) : FALSE): FALSE) -+ -+#define IS_NORMAL_CHIP92D(version) (( IS_92D(version))?((GET_CVID_CHIP_TYPE(version)==NORMAL_CHIP)? TRUE: FALSE):FALSE) -+ -+#define IS_92D_SINGLEPHY(version) ((IS_92D(version)) ? (IS_2T2R(version) ? TRUE: FALSE) : FALSE) -+#define IS_92D_C_CUT(version) ((IS_92D(version)) ? (IS_C_CUT(version) ? TRUE : FALSE) : FALSE) -+#define IS_92D_D_CUT(version) ((IS_92D(version)) ? (IS_D_CUT(version) ? TRUE : FALSE) : FALSE) -+#define IS_92D_E_CUT(version) ((IS_92D(version)) ? (IS_E_CUT(version) ? TRUE : FALSE) : FALSE) -+ -+#define IS_8723A_A_CUT(version) ((IS_8723_SERIES(version)) ? ( IS_A_CUT(version)?TRUE : FALSE) : FALSE) -+#define IS_8723A_B_CUT(version) ((IS_8723_SERIES(version)) ? ( IS_B_CUT(version)?TRUE : FALSE) : FALSE) -+#endif -+ -+#define IS_VENDOR_8188E_I_CUT_SERIES(_Adapter) ((IS_8188E(GET_HAL_DATA(_Adapter)->VersionID)) ? ((GET_CVID_CUT_VERSION(GET_HAL_DATA(_Adapter)->VersionID) >= I_CUT_VERSION) ? TRUE : FALSE) : FALSE) -+ -+#define IS_VENDOR_8812A_TEST_CHIP(_Adapter) ((IS_8812_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? FALSE : TRUE) : FALSE) -+#define IS_VENDOR_8812A_MP_CHIP(_Adapter) ((IS_8812_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? TRUE : FALSE) : FALSE) -+#define IS_VENDOR_8812A_C_CUT(_Adapter) ((IS_8812_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((GET_CVID_CUT_VERSION(GET_HAL_DATA(_Adapter)->VersionID) == C_CUT_VERSION) ? TRUE : FALSE) : FALSE) -+ -+#define IS_VENDOR_8821A_TEST_CHIP(_Adapter) ((IS_8821_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? FALSE : TRUE) : FALSE) -+#define IS_VENDOR_8821A_MP_CHIP(_Adapter) ((IS_8821_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? TRUE : FALSE) : FALSE) -+ -+#define IS_VENDOR_8192E_B_CUT(_Adapter) ((GET_CVID_CUT_VERSION(GET_HAL_DATA(_Adapter)->VersionID) == B_CUT_VERSION) ? TRUE : FALSE) -+ -+#define IS_VENDOR_8723B_TEST_CHIP(_Adapter) ((IS_8723B_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? FALSE : TRUE) : FALSE) -+#define IS_VENDOR_8723B_MP_CHIP(_Adapter) ((IS_8723B_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? TRUE : FALSE) : FALSE) -+ -+#define IS_VENDOR_8703B_TEST_CHIP(_Adapter) ((IS_8703B_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? FALSE : TRUE) : FALSE) -+#define IS_VENDOR_8703B_MP_CHIP(_Adapter) ((IS_8703B_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? TRUE : FALSE) : FALSE) -+#define IS_VENDOR_8814A_TEST_CHIP(_Adapter) ((IS_8814A_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? FALSE : TRUE) : FALSE) -+#define IS_VENDOR_8814A_MP_CHIP(_Adapter) ((IS_8814A_SERIES(GET_HAL_DATA(_Adapter)->VersionID)) ? ((IS_NORMAL_CHIP(GET_HAL_DATA(_Adapter)->VersionID)) ? TRUE : FALSE) : FALSE) -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/ieee80211_ext.h linux/3rdparty/rtl8812au/include/ieee80211_ext.h ---- linux.old/3rdparty/rtl8812au/include/ieee80211_ext.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/ieee80211_ext.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,477 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __IEEE80211_EXT_H -+#define __IEEE80211_EXT_H -+ -+#include -+#include -+#include -+ -+#define WMM_OUI_TYPE 2 -+#define WMM_OUI_SUBTYPE_INFORMATION_ELEMENT 0 -+#define WMM_OUI_SUBTYPE_PARAMETER_ELEMENT 1 -+#define WMM_OUI_SUBTYPE_TSPEC_ELEMENT 2 -+#define WMM_VERSION 1 -+ -+#define WPA_PROTO_WPA BIT(0) -+#define WPA_PROTO_RSN BIT(1) -+ -+#define WPA_KEY_MGMT_IEEE8021X BIT(0) -+#define WPA_KEY_MGMT_PSK BIT(1) -+#define WPA_KEY_MGMT_NONE BIT(2) -+#define WPA_KEY_MGMT_IEEE8021X_NO_WPA BIT(3) -+#define WPA_KEY_MGMT_WPA_NONE BIT(4) -+ -+ -+#define WPA_CAPABILITY_PREAUTH BIT(0) -+#define WPA_CAPABILITY_MGMT_FRAME_PROTECTION BIT(6) -+#define WPA_CAPABILITY_PEERKEY_ENABLED BIT(9) -+ -+ -+#define PMKID_LEN 16 -+ -+ -+#ifdef PLATFORM_LINUX -+struct wpa_ie_hdr { -+ u8 elem_id; -+ u8 len; -+ u8 oui[4]; /* 24-bit OUI followed by 8-bit OUI type */ -+ u8 version[2]; /* little endian */ -+}__attribute__ ((packed)); -+ -+struct rsn_ie_hdr { -+ u8 elem_id; /* WLAN_EID_RSN */ -+ u8 len; -+ u8 version[2]; /* little endian */ -+}__attribute__ ((packed)); -+ -+struct wme_ac_parameter { -+#if defined(CONFIG_LITTLE_ENDIAN) -+ /* byte 1 */ -+ u8 aifsn:4, -+ acm:1, -+ aci:2, -+ reserved:1; -+ -+ /* byte 2 */ -+ u8 eCWmin:4, -+ eCWmax:4; -+#elif defined(CONFIG_BIG_ENDIAN) -+ /* byte 1 */ -+ u8 reserved:1, -+ aci:2, -+ acm:1, -+ aifsn:4; -+ -+ /* byte 2 */ -+ u8 eCWmax:4, -+ eCWmin:4; -+#else -+#error "Please fix " -+#endif -+ -+ /* bytes 3 & 4 */ -+ u16 txopLimit; -+} __attribute__ ((packed)); -+ -+struct wme_parameter_element { -+ /* required fields for WME version 1 */ -+ u8 oui[3]; -+ u8 oui_type; -+ u8 oui_subtype; -+ u8 version; -+ u8 acInfo; -+ u8 reserved; -+ struct wme_ac_parameter ac[4]; -+ -+} __attribute__ ((packed)); -+ -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+ -+struct wpa_ie_hdr { -+ u8 elem_id; -+ u8 len; -+ u8 oui[4]; /* 24-bit OUI followed by 8-bit OUI type */ -+ u8 version[2]; /* little endian */ -+}; -+ -+struct rsn_ie_hdr { -+ u8 elem_id; /* WLAN_EID_RSN */ -+ u8 len; -+ u8 version[2]; /* little endian */ -+}; -+ -+#pragma pack() -+ -+#endif -+ -+#define WPA_PUT_LE16(a, val) \ -+ do { \ -+ (a)[1] = ((u16) (val)) >> 8; \ -+ (a)[0] = ((u16) (val)) & 0xff; \ -+ } while (0) -+ -+#define WPA_PUT_BE32(a, val) \ -+ do { \ -+ (a)[0] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[3] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define WPA_PUT_LE32(a, val) \ -+ do { \ -+ (a)[3] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[0] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define RSN_SELECTOR_PUT(a, val) WPA_PUT_BE32((u8 *) (a), (val)) -+//#define RSN_SELECTOR_PUT(a, val) WPA_PUT_LE32((u8 *) (a), (val)) -+ -+ -+ -+/* Action category code */ -+enum ieee80211_category { -+ WLAN_CATEGORY_SPECTRUM_MGMT = 0, -+ WLAN_CATEGORY_QOS = 1, -+ WLAN_CATEGORY_DLS = 2, -+ WLAN_CATEGORY_BACK = 3, -+ WLAN_CATEGORY_HT = 7, -+ WLAN_CATEGORY_WMM = 17, -+}; -+ -+/* SPECTRUM_MGMT action code */ -+enum ieee80211_spectrum_mgmt_actioncode { -+ WLAN_ACTION_SPCT_MSR_REQ = 0, -+ WLAN_ACTION_SPCT_MSR_RPRT = 1, -+ WLAN_ACTION_SPCT_TPC_REQ = 2, -+ WLAN_ACTION_SPCT_TPC_RPRT = 3, -+ WLAN_ACTION_SPCT_CHL_SWITCH = 4, -+ WLAN_ACTION_SPCT_EXT_CHL_SWITCH = 5, -+}; -+ -+/* BACK action code */ -+enum ieee80211_back_actioncode { -+ WLAN_ACTION_ADDBA_REQ = 0, -+ WLAN_ACTION_ADDBA_RESP = 1, -+ WLAN_ACTION_DELBA = 2, -+}; -+ -+/* HT features action code */ -+enum ieee80211_ht_actioncode { -+ WLAN_ACTION_NOTIFY_CH_WIDTH = 0, -+ WLAN_ACTION_SM_PS = 1, -+ WLAN_ACTION_PSPM = 2, -+ WLAN_ACTION_PCO_PHASE = 3, -+ WLAN_ACTION_MIMO_CSI_MX = 4, -+ WLAN_ACTION_MIMO_NONCP_BF = 5, -+ WLAN_ACTION_MIMP_CP_BF = 6, -+ WLAN_ACTION_ASEL_INDICATES_FB = 7, -+ WLAN_ACTION_HI_INFO_EXCHG = 8, -+}; -+ -+/* BACK (block-ack) parties */ -+enum ieee80211_back_parties { -+ WLAN_BACK_RECIPIENT = 0, -+ WLAN_BACK_INITIATOR = 1, -+ WLAN_BACK_TIMER = 2, -+}; -+ -+#ifdef PLATFORM_LINUX -+ -+struct ieee80211_mgmt { -+ u16 frame_control; -+ u16 duration; -+ u8 da[6]; -+ u8 sa[6]; -+ u8 bssid[6]; -+ u16 seq_ctrl; -+ union { -+ struct { -+ u16 auth_alg; -+ u16 auth_transaction; -+ u16 status_code; -+ /* possibly followed by Challenge text */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) auth; -+ struct { -+ u16 reason_code; -+ } __attribute__ ((packed)) deauth; -+ struct { -+ u16 capab_info; -+ u16 listen_interval; -+ /* followed by SSID and Supported rates */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) assoc_req; -+ struct { -+ u16 capab_info; -+ u16 status_code; -+ u16 aid; -+ /* followed by Supported rates */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) assoc_resp, reassoc_resp; -+ struct { -+ u16 capab_info; -+ u16 listen_interval; -+ u8 current_ap[6]; -+ /* followed by SSID and Supported rates */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) reassoc_req; -+ struct { -+ u16 reason_code; -+ } __attribute__ ((packed)) disassoc; -+ struct { -+ __le64 timestamp; -+ u16 beacon_int; -+ u16 capab_info; -+ /* followed by some of SSID, Supported rates, -+ * FH Params, DS Params, CF Params, IBSS Params, TIM */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) beacon; -+ struct { -+ /* only variable items: SSID, Supported rates */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) probe_req; -+ struct { -+ __le64 timestamp; -+ u16 beacon_int; -+ u16 capab_info; -+ /* followed by some of SSID, Supported rates, -+ * FH Params, DS Params, CF Params, IBSS Params */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) probe_resp; -+ struct { -+ u8 category; -+ union { -+ struct { -+ u8 action_code; -+ u8 dialog_token; -+ u8 status_code; -+ u8 variable[0]; -+ } __attribute__ ((packed)) wme_action; -+#if 0 -+ struct{ -+ u8 action_code; -+ u8 element_id; -+ u8 length; -+ struct ieee80211_channel_sw_ie sw_elem; -+ } __attribute__ ((packed)) chan_switch; -+ struct{ -+ u8 action_code; -+ u8 dialog_token; -+ u8 element_id; -+ u8 length; -+ struct ieee80211_msrment_ie msr_elem; -+ } __attribute__ ((packed)) measurement; -+#endif -+ struct{ -+ u8 action_code; -+ u8 dialog_token; -+ u16 capab; -+ u16 timeout; -+ u16 start_seq_num; -+ } __attribute__ ((packed)) addba_req; -+ struct{ -+ u8 action_code; -+ u8 dialog_token; -+ u16 status; -+ u16 capab; -+ u16 timeout; -+ } __attribute__ ((packed)) addba_resp; -+ struct{ -+ u8 action_code; -+ u16 params; -+ u16 reason_code; -+ } __attribute__ ((packed)) delba; -+ struct{ -+ u8 action_code; -+ /* capab_info for open and confirm, -+ * reason for close -+ */ -+ u16 aux; -+ /* Followed in plink_confirm by status -+ * code, AID and supported rates, -+ * and directly by supported rates in -+ * plink_open and plink_close -+ */ -+ u8 variable[0]; -+ } __attribute__ ((packed)) plink_action; -+ struct{ -+ u8 action_code; -+ u8 variable[0]; -+ } __attribute__ ((packed)) mesh_action; -+ } __attribute__ ((packed)) u; -+ } __attribute__ ((packed)) action; -+ } __attribute__ ((packed)) u; -+}__attribute__ ((packed)); -+ -+#endif -+ -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+ -+struct ieee80211_mgmt { -+ u16 frame_control; -+ u16 duration; -+ u8 da[6]; -+ u8 sa[6]; -+ u8 bssid[6]; -+ u16 seq_ctrl; -+ union { -+ struct { -+ u16 auth_alg; -+ u16 auth_transaction; -+ u16 status_code; -+ /* possibly followed by Challenge text */ -+ u8 variable[0]; -+ } auth; -+ struct { -+ u16 reason_code; -+ } deauth; -+ struct { -+ u16 capab_info; -+ u16 listen_interval; -+ /* followed by SSID and Supported rates */ -+ u8 variable[0]; -+ } assoc_req; -+ struct { -+ u16 capab_info; -+ u16 status_code; -+ u16 aid; -+ /* followed by Supported rates */ -+ u8 variable[0]; -+ } assoc_resp, reassoc_resp; -+ struct { -+ u16 capab_info; -+ u16 listen_interval; -+ u8 current_ap[6]; -+ /* followed by SSID and Supported rates */ -+ u8 variable[0]; -+ } reassoc_req; -+ struct { -+ u16 reason_code; -+ } disassoc; -+#if 0 -+ struct { -+ __le64 timestamp; -+ u16 beacon_int; -+ u16 capab_info; -+ /* followed by some of SSID, Supported rates, -+ * FH Params, DS Params, CF Params, IBSS Params, TIM */ -+ u8 variable[0]; -+ } beacon; -+ struct { -+ /* only variable items: SSID, Supported rates */ -+ u8 variable[0]; -+ } probe_req; -+ -+ struct { -+ __le64 timestamp; -+ u16 beacon_int; -+ u16 capab_info; -+ /* followed by some of SSID, Supported rates, -+ * FH Params, DS Params, CF Params, IBSS Params */ -+ u8 variable[0]; -+ } probe_resp; -+#endif -+ struct { -+ u8 category; -+ union { -+ struct { -+ u8 action_code; -+ u8 dialog_token; -+ u8 status_code; -+ u8 variable[0]; -+ } wme_action; -+/* -+ struct{ -+ u8 action_code; -+ u8 element_id; -+ u8 length; -+ struct ieee80211_channel_sw_ie sw_elem; -+ } chan_switch; -+ struct{ -+ u8 action_code; -+ u8 dialog_token; -+ u8 element_id; -+ u8 length; -+ struct ieee80211_msrment_ie msr_elem; -+ } measurement; -+*/ -+ struct{ -+ u8 action_code; -+ u8 dialog_token; -+ u16 capab; -+ u16 timeout; -+ u16 start_seq_num; -+ } addba_req; -+ struct{ -+ u8 action_code; -+ u8 dialog_token; -+ u16 status; -+ u16 capab; -+ u16 timeout; -+ } addba_resp; -+ struct{ -+ u8 action_code; -+ u16 params; -+ u16 reason_code; -+ } delba; -+ struct{ -+ u8 action_code; -+ /* capab_info for open and confirm, -+ * reason for close -+ */ -+ u16 aux; -+ /* Followed in plink_confirm by status -+ * code, AID and supported rates, -+ * and directly by supported rates in -+ * plink_open and plink_close -+ */ -+ u8 variable[0]; -+ } plink_action; -+ struct{ -+ u8 action_code; -+ u8 variable[0]; -+ } mesh_action; -+ } u; -+ } action; -+ } u; -+} ; -+ -+#pragma pack() -+ -+#endif -+ -+/* mgmt header + 1 byte category code */ -+#define IEEE80211_MIN_ACTION_SIZE FIELD_OFFSET(struct ieee80211_mgmt, u.action.u) -+ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/ieee80211.h linux/3rdparty/rtl8812au/include/ieee80211.h ---- linux.old/3rdparty/rtl8812au/include/ieee80211.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/ieee80211.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,1823 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __IEEE80211_H -+#define __IEEE80211_H -+ -+ -+#ifndef CONFIG_RTL8711FW -+ -+ #if defined PLATFORM_OS_XP -+ #include -+ #endif -+#else -+ -+#endif -+ -+#define MGMT_QUEUE_NUM 5 -+ -+#define ETH_ALEN 6 -+#define ETH_TYPE_LEN 2 -+#define PAYLOAD_TYPE_LEN 1 -+ -+#ifdef CONFIG_AP_MODE -+ -+#define RTL_IOCTL_HOSTAPD (SIOCIWFIRSTPRIV + 28) -+ -+/* RTL871X_IOCTL_HOSTAPD ioctl() cmd: */ -+enum { -+ RTL871X_HOSTAPD_FLUSH = 1, -+ RTL871X_HOSTAPD_ADD_STA = 2, -+ RTL871X_HOSTAPD_REMOVE_STA = 3, -+ RTL871X_HOSTAPD_GET_INFO_STA = 4, -+ /* REMOVED: PRISM2_HOSTAPD_RESET_TXEXC_STA = 5, */ -+ RTL871X_HOSTAPD_GET_WPAIE_STA = 5, -+ RTL871X_SET_ENCRYPTION = 6, -+ RTL871X_GET_ENCRYPTION = 7, -+ RTL871X_HOSTAPD_SET_FLAGS_STA = 8, -+ RTL871X_HOSTAPD_GET_RID = 9, -+ RTL871X_HOSTAPD_SET_RID = 10, -+ RTL871X_HOSTAPD_SET_ASSOC_AP_ADDR = 11, -+ RTL871X_HOSTAPD_SET_GENERIC_ELEMENT = 12, -+ RTL871X_HOSTAPD_MLME = 13, -+ RTL871X_HOSTAPD_SCAN_REQ = 14, -+ RTL871X_HOSTAPD_STA_CLEAR_STATS = 15, -+ RTL871X_HOSTAPD_SET_BEACON=16, -+ RTL871X_HOSTAPD_SET_WPS_BEACON = 17, -+ RTL871X_HOSTAPD_SET_WPS_PROBE_RESP = 18, -+ RTL871X_HOSTAPD_SET_WPS_ASSOC_RESP = 19, -+ RTL871X_HOSTAPD_SET_HIDDEN_SSID = 20, -+ RTL871X_HOSTAPD_SET_MACADDR_ACL = 21, -+ RTL871X_HOSTAPD_ACL_ADD_STA = 22, -+ RTL871X_HOSTAPD_ACL_REMOVE_STA = 23, -+}; -+ -+/* STA flags */ -+#define WLAN_STA_AUTH BIT(0) -+#define WLAN_STA_ASSOC BIT(1) -+#define WLAN_STA_PS BIT(2) -+#define WLAN_STA_TIM BIT(3) -+#define WLAN_STA_PERM BIT(4) -+#define WLAN_STA_AUTHORIZED BIT(5) -+#define WLAN_STA_PENDING_POLL BIT(6) /* pending activity poll not ACKed */ -+#define WLAN_STA_SHORT_PREAMBLE BIT(7) -+#define WLAN_STA_PREAUTH BIT(8) -+#define WLAN_STA_WME BIT(9) -+#define WLAN_STA_MFP BIT(10) -+#define WLAN_STA_HT BIT(11) -+#define WLAN_STA_WPS BIT(12) -+#define WLAN_STA_MAYBE_WPS BIT(13) -+#define WLAN_STA_VHT BIT(14) -+#define WLAN_STA_NONERP BIT(31) -+ -+#endif -+ -+#define IEEE_CMD_SET_WPA_PARAM 1 -+#define IEEE_CMD_SET_WPA_IE 2 -+#define IEEE_CMD_SET_ENCRYPTION 3 -+#define IEEE_CMD_MLME 4 -+ -+#define IEEE_PARAM_WPA_ENABLED 1 -+#define IEEE_PARAM_TKIP_COUNTERMEASURES 2 -+#define IEEE_PARAM_DROP_UNENCRYPTED 3 -+#define IEEE_PARAM_PRIVACY_INVOKED 4 -+#define IEEE_PARAM_AUTH_ALGS 5 -+#define IEEE_PARAM_IEEE_802_1X 6 -+#define IEEE_PARAM_WPAX_SELECT 7 -+ -+#define AUTH_ALG_OPEN_SYSTEM 0x1 -+#define AUTH_ALG_SHARED_KEY 0x2 -+#define AUTH_ALG_LEAP 0x00000004 -+ -+#define IEEE_MLME_STA_DEAUTH 1 -+#define IEEE_MLME_STA_DISASSOC 2 -+ -+#define IEEE_CRYPT_ERR_UNKNOWN_ALG 2 -+#define IEEE_CRYPT_ERR_UNKNOWN_ADDR 3 -+#define IEEE_CRYPT_ERR_CRYPT_INIT_FAILED 4 -+#define IEEE_CRYPT_ERR_KEY_SET_FAILED 5 -+#define IEEE_CRYPT_ERR_TX_KEY_SET_FAILED 6 -+#define IEEE_CRYPT_ERR_CARD_CONF_FAILED 7 -+ -+ -+#define IEEE_CRYPT_ALG_NAME_LEN 16 -+ -+#define WPA_CIPHER_NONE BIT(0) -+#define WPA_CIPHER_WEP40 BIT(1) -+#define WPA_CIPHER_WEP104 BIT(2) -+#define WPA_CIPHER_TKIP BIT(3) -+#define WPA_CIPHER_CCMP BIT(4) -+ -+ -+ -+#define WPA_SELECTOR_LEN 4 -+extern u8 RTW_WPA_OUI_TYPE[] ; -+extern u16 RTW_WPA_VERSION ; -+extern u8 WPA_AUTH_KEY_MGMT_NONE[]; -+extern u8 WPA_AUTH_KEY_MGMT_UNSPEC_802_1X[]; -+extern u8 WPA_AUTH_KEY_MGMT_PSK_OVER_802_1X[]; -+extern u8 WPA_CIPHER_SUITE_NONE[]; -+extern u8 WPA_CIPHER_SUITE_WEP40[]; -+extern u8 WPA_CIPHER_SUITE_TKIP[]; -+extern u8 WPA_CIPHER_SUITE_WRAP[]; -+extern u8 WPA_CIPHER_SUITE_CCMP[]; -+extern u8 WPA_CIPHER_SUITE_WEP104[]; -+ -+ -+#define RSN_HEADER_LEN 4 -+#define RSN_SELECTOR_LEN 4 -+ -+extern u16 RSN_VERSION_BSD; -+extern u8 RSN_AUTH_KEY_MGMT_UNSPEC_802_1X[]; -+extern u8 RSN_AUTH_KEY_MGMT_PSK_OVER_802_1X[]; -+extern u8 RSN_CIPHER_SUITE_NONE[]; -+extern u8 RSN_CIPHER_SUITE_WEP40[]; -+extern u8 RSN_CIPHER_SUITE_TKIP[]; -+extern u8 RSN_CIPHER_SUITE_WRAP[]; -+extern u8 RSN_CIPHER_SUITE_CCMP[]; -+extern u8 RSN_CIPHER_SUITE_WEP104[]; -+ -+ -+typedef enum _RATEID_IDX_ { -+ RATEID_IDX_BGN_40M_2SS = 0, -+ RATEID_IDX_BGN_40M_1SS = 1, -+ RATEID_IDX_BGN_20M_2SS_BN = 2, -+ RATEID_IDX_BGN_20M_1SS_BN = 3, -+ RATEID_IDX_GN_N2SS = 4, -+ RATEID_IDX_GN_N1SS = 5, -+ RATEID_IDX_BG = 6, -+ RATEID_IDX_G = 7, -+ RATEID_IDX_B = 8, -+ RATEID_IDX_VHT_2SS = 9, -+ RATEID_IDX_VHT_1SS = 10, -+ RATEID_IDX_MIX1 = 11, -+ RATEID_IDX_MIX2 = 12, -+ RATEID_IDX_VHT_3SS = 13, -+ RATEID_IDX_BGN_3SS = 14, -+} RATEID_IDX, *PRATEID_IDX; -+ -+typedef enum _RATR_TABLE_MODE{ -+ RATR_INX_WIRELESS_NGB = 0, // BGN 40 Mhz 2SS 1SS -+ RATR_INX_WIRELESS_NG = 1, // GN or N -+ RATR_INX_WIRELESS_NB = 2, // BGN 20 Mhz 2SS 1SS or BN -+ RATR_INX_WIRELESS_N = 3, -+ RATR_INX_WIRELESS_GB = 4, -+ RATR_INX_WIRELESS_G = 5, -+ RATR_INX_WIRELESS_B = 6, -+ RATR_INX_WIRELESS_MC = 7, -+ RATR_INX_WIRELESS_AC_N = 8, -+}RATR_TABLE_MODE, *PRATR_TABLE_MODE; -+ -+ -+enum NETWORK_TYPE -+{ -+ WIRELESS_INVALID = 0, -+ //Sub-Element -+ WIRELESS_11B = BIT(0), // tx: cck only , rx: cck only, hw: cck -+ WIRELESS_11G = BIT(1), // tx: ofdm only, rx: ofdm & cck, hw: cck & ofdm -+ WIRELESS_11A = BIT(2), // tx: ofdm only, rx: ofdm only, hw: ofdm only -+ WIRELESS_11_24N = BIT(3), // tx: MCS only, rx: MCS & cck, hw: MCS & cck -+ WIRELESS_11_5N = BIT(4), // tx: MCS only, rx: MCS & ofdm, hw: ofdm only -+ WIRELESS_AUTO = BIT(5), -+ WIRELESS_11AC = BIT(6), -+ -+ //Combination -+ //Type for current wireless mode -+ WIRELESS_11BG = (WIRELESS_11B|WIRELESS_11G), // tx: cck & ofdm, rx: cck & ofdm & MCS, hw: cck & ofdm -+ WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), // tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: cck & ofdm -+ WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), // tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only -+ WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), // tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck -+ WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), // tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck -+ WIRELESS_11_24AC = (WIRELESS_11G|WIRELESS_11AC), -+ WIRELESS_11_5AC = (WIRELESS_11A|WIRELESS_11AC), -+ -+ -+ //Type for registry default wireless mode -+ WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), // tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only -+ WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), -+ WIRELESS_MODE_24G = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), -+ WIRELESS_MODE_5G = (WIRELESS_11A|WIRELESS_11_5N|WIRELESS_11AC), -+ WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELESS_11AC), -+}; -+ -+#define SUPPORTED_24G_NETTYPE_MSK WIRELESS_MODE_24G -+#define SUPPORTED_5G_NETTYPE_MSK WIRELESS_MODE_5G -+ -+#define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A))) -+ -+#define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) -+#define IsSupported5G(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) -+ -+#define IsEnableHWCCK(NetType) IsSupported24G(NetType) -+#define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G|WIRELESS_11_24N|SUPPORTED_5G_NETTYPE_MSK) ? _TRUE : _FALSE) -+ -+#define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) -+#define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) -+#define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) -+ -+#define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) -+#define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G|WIRELESS_11A) ? _TRUE : _FALSE) -+#define IsSupportedHT(NetType) ((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N) ? _TRUE : _FALSE) -+ -+#define IsSupportedVHT(NetType) ((NetType) & (WIRELESS_11AC) ? _TRUE : _FALSE) -+ -+ -+typedef struct ieee_param { -+ u32 cmd; -+ u8 sta_addr[ETH_ALEN]; -+ union { -+ struct { -+ u8 name; -+ u32 value; -+ } wpa_param; -+ struct { -+ u32 len; -+ u8 reserved[32]; -+ u8 data[0]; -+ } wpa_ie; -+ struct{ -+ int command; -+ int reason_code; -+ } mlme; -+ struct { -+ u8 alg[IEEE_CRYPT_ALG_NAME_LEN]; -+ u8 set_tx; -+ u32 err; -+ u8 idx; -+ u8 seq[8]; /* sequence counter (set: RX, get: TX) */ -+ u16 key_len; -+ u8 key[0]; -+ } crypt; -+#ifdef CONFIG_AP_MODE -+ struct { -+ u16 aid; -+ u16 capability; -+ int flags; -+ u8 tx_supp_rates[16]; -+ struct rtw_ieee80211_ht_cap ht_cap; -+ } add_sta; -+ struct { -+ u8 reserved[2];//for set max_num_sta -+ u8 buf[0]; -+ } bcn_ie; -+#endif -+ -+ } u; -+}ieee_param; -+ -+#ifdef CONFIG_AP_MODE -+typedef struct ieee_param_ex { -+ u32 cmd; -+ u8 sta_addr[ETH_ALEN]; -+ u8 data[0]; -+}ieee_param_ex; -+ -+struct sta_data{ -+ u16 aid; -+ u16 capability; -+ int flags; -+ u32 sta_set; -+ u8 tx_supp_rates[16]; -+ u32 tx_supp_rates_len; -+ struct rtw_ieee80211_ht_cap ht_cap; -+ u64 rx_pkts; -+ u64 rx_bytes; -+ u64 rx_drops; -+ u64 tx_pkts; -+ u64 tx_bytes; -+ u64 tx_drops; -+}; -+#endif -+ -+ -+#if WIRELESS_EXT < 17 -+#define IW_QUAL_QUAL_INVALID 0x10 -+#define IW_QUAL_LEVEL_INVALID 0x20 -+#define IW_QUAL_NOISE_INVALID 0x40 -+#define IW_QUAL_QUAL_UPDATED 0x1 -+#define IW_QUAL_LEVEL_UPDATED 0x2 -+#define IW_QUAL_NOISE_UPDATED 0x4 -+#endif -+ -+#define IEEE80211_DATA_LEN 2304 -+/* Maximum size for the MA-UNITDATA primitive, 802.11 standard section -+ 6.2.1.1.2. -+ -+ The figure in section 7.1.2 suggests a body size of up to 2312 -+ bytes is allowed, which is a bit confusing, I suspect this -+ represents the 2304 bytes of real data, plus a possible 8 bytes of -+ WEP IV and ICV. (this interpretation suggested by Ramiro Barreiro) */ -+ -+ -+#define IEEE80211_HLEN 30 -+#define IEEE80211_FRAME_LEN (IEEE80211_DATA_LEN + IEEE80211_HLEN) -+ -+ -+/* this is stolen from ipw2200 driver */ -+#define IEEE_IBSS_MAC_HASH_SIZE 31 -+ -+struct ieee_ibss_seq { -+ u8 mac[ETH_ALEN]; -+ u16 seq_num; -+ u16 frag_num; -+ unsigned long packet_time; -+ _list list; -+}; -+ -+#if defined(PLATFORM_LINUX) || defined(CONFIG_RTL8711FW)||defined(PLATFORM_FREEBSD) -+ -+struct rtw_ieee80211_hdr { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[ETH_ALEN]; -+ u8 addr2[ETH_ALEN]; -+ u8 addr3[ETH_ALEN]; -+ u16 seq_ctl; -+ u8 addr4[ETH_ALEN]; -+} __attribute__ ((packed)); -+ -+struct rtw_ieee80211_hdr_3addr { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[ETH_ALEN]; -+ u8 addr2[ETH_ALEN]; -+ u8 addr3[ETH_ALEN]; -+ u16 seq_ctl; -+} __attribute__ ((packed)); -+ -+ -+struct rtw_ieee80211_hdr_qos { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[ETH_ALEN]; -+ u8 addr2[ETH_ALEN]; -+ u8 addr3[ETH_ALEN]; -+ u16 seq_ctl; -+ u8 addr4[ETH_ALEN]; -+ u16 qc; -+} __attribute__ ((packed)); -+ -+struct rtw_ieee80211_hdr_3addr_qos { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[ETH_ALEN]; -+ u8 addr2[ETH_ALEN]; -+ u8 addr3[ETH_ALEN]; -+ u16 seq_ctl; -+ u16 qc; -+} __attribute__ ((packed)); -+ -+struct eapol { -+ u8 snap[6]; -+ u16 ethertype; -+ u8 version; -+ u8 type; -+ u16 length; -+} __attribute__ ((packed)); -+ -+#endif -+ -+ -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+struct rtw_ieee80211_hdr { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[ETH_ALEN]; -+ u8 addr2[ETH_ALEN]; -+ u8 addr3[ETH_ALEN]; -+ u16 seq_ctl; -+ u8 addr4[ETH_ALEN]; -+}; -+ -+struct rtw_ieee80211_hdr_3addr { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[ETH_ALEN]; -+ u8 addr2[ETH_ALEN]; -+ u8 addr3[ETH_ALEN]; -+ u16 seq_ctl; -+}; -+ -+ -+struct rtw_ieee80211_hdr_qos { -+ struct rtw_ieee80211_hdr wlan_hdr; -+ u16 qc; -+}; -+ -+struct rtw_ieee80211_hdr_3addr_qos { -+ struct rtw_ieee80211_hdr_3addr wlan_hdr; -+ u16 qc; -+}; -+ -+struct eapol { -+ u8 snap[6]; -+ u16 ethertype; -+ u8 version; -+ u8 type; -+ u16 length; -+}; -+#pragma pack() -+ -+#endif -+ -+ -+ -+enum eap_type { -+ EAP_PACKET = 0, -+ EAPOL_START, -+ EAPOL_LOGOFF, -+ EAPOL_KEY, -+ EAPOL_ENCAP_ASF_ALERT -+}; -+ -+#define IEEE80211_3ADDR_LEN 24 -+#define IEEE80211_4ADDR_LEN 30 -+#define IEEE80211_FCS_LEN 4 -+ -+#define MIN_FRAG_THRESHOLD 256U -+#define MAX_FRAG_THRESHOLD 2346U -+ -+/* Frame control field constants */ -+#define RTW_IEEE80211_FCTL_VERS 0x0003 -+#define RTW_IEEE80211_FCTL_FTYPE 0x000c -+#define RTW_IEEE80211_FCTL_STYPE 0x00f0 -+#define RTW_IEEE80211_FCTL_TODS 0x0100 -+#define RTW_IEEE80211_FCTL_FROMDS 0x0200 -+#define RTW_IEEE80211_FCTL_MOREFRAGS 0x0400 -+#define RTW_IEEE80211_FCTL_RETRY 0x0800 -+#define RTW_IEEE80211_FCTL_PM 0x1000 -+#define RTW_IEEE80211_FCTL_MOREDATA 0x2000 -+#define RTW_IEEE80211_FCTL_PROTECTED 0x4000 -+#define RTW_IEEE80211_FCTL_ORDER 0x8000 -+#define RTW_IEEE80211_FCTL_CTL_EXT 0x0f00 -+ -+#define RTW_IEEE80211_FTYPE_MGMT 0x0000 -+#define RTW_IEEE80211_FTYPE_CTL 0x0004 -+#define RTW_IEEE80211_FTYPE_DATA 0x0008 -+#define RTW_IEEE80211_FTYPE_EXT 0x000c -+ -+/* management */ -+#define RTW_IEEE80211_STYPE_ASSOC_REQ 0x0000 -+#define RTW_IEEE80211_STYPE_ASSOC_RESP 0x0010 -+#define RTW_IEEE80211_STYPE_REASSOC_REQ 0x0020 -+#define RTW_IEEE80211_STYPE_REASSOC_RESP 0x0030 -+#define RTW_IEEE80211_STYPE_PROBE_REQ 0x0040 -+#define RTW_IEEE80211_STYPE_PROBE_RESP 0x0050 -+#define RTW_IEEE80211_STYPE_BEACON 0x0080 -+#define RTW_IEEE80211_STYPE_ATIM 0x0090 -+#define RTW_IEEE80211_STYPE_DISASSOC 0x00A0 -+#define RTW_IEEE80211_STYPE_AUTH 0x00B0 -+#define RTW_IEEE80211_STYPE_DEAUTH 0x00C0 -+#define RTW_IEEE80211_STYPE_ACTION 0x00D0 -+ -+/* control */ -+#define RTW_IEEE80211_STYPE_CTL_EXT 0x0060 -+#define RTW_IEEE80211_STYPE_BACK_REQ 0x0080 -+#define RTW_IEEE80211_STYPE_BACK 0x0090 -+#define RTW_IEEE80211_STYPE_PSPOLL 0x00A0 -+#define RTW_IEEE80211_STYPE_RTS 0x00B0 -+#define RTW_IEEE80211_STYPE_CTS 0x00C0 -+#define RTW_IEEE80211_STYPE_ACK 0x00D0 -+#define RTW_IEEE80211_STYPE_CFEND 0x00E0 -+#define RTW_IEEE80211_STYPE_CFENDACK 0x00F0 -+ -+/* data */ -+#define RTW_IEEE80211_STYPE_DATA 0x0000 -+#define RTW_IEEE80211_STYPE_DATA_CFACK 0x0010 -+#define RTW_IEEE80211_STYPE_DATA_CFPOLL 0x0020 -+#define RTW_IEEE80211_STYPE_DATA_CFACKPOLL 0x0030 -+#define RTW_IEEE80211_STYPE_NULLFUNC 0x0040 -+#define RTW_IEEE80211_STYPE_CFACK 0x0050 -+#define RTW_IEEE80211_STYPE_CFPOLL 0x0060 -+#define RTW_IEEE80211_STYPE_CFACKPOLL 0x0070 -+#define RTW_IEEE80211_STYPE_QOS_DATA 0x0080 -+#define RTW_IEEE80211_STYPE_QOS_DATA_CFACK 0x0090 -+#define RTW_IEEE80211_STYPE_QOS_DATA_CFPOLL 0x00A0 -+#define RTW_IEEE80211_STYPE_QOS_DATA_CFACKPOLL 0x00B0 -+#define RTW_IEEE80211_STYPE_QOS_NULLFUNC 0x00C0 -+#define RTW_IEEE80211_STYPE_QOS_CFACK 0x00D0 -+#define RTW_IEEE80211_STYPE_QOS_CFPOLL 0x00E0 -+#define RTW_IEEE80211_STYPE_QOS_CFACKPOLL 0x00F0 -+ -+/* sequence control field */ -+#define RTW_IEEE80211_SCTL_FRAG 0x000F -+#define RTW_IEEE80211_SCTL_SEQ 0xFFF0 -+ -+ -+#define RTW_ERP_INFO_NON_ERP_PRESENT BIT(0) -+#define RTW_ERP_INFO_USE_PROTECTION BIT(1) -+#define RTW_ERP_INFO_BARKER_PREAMBLE_MODE BIT(2) -+ -+/* QoS,QOS */ -+#define NORMAL_ACK 0 -+#define NO_ACK 1 -+#define NON_EXPLICIT_ACK 2 -+#define BLOCK_ACK 3 -+ -+#ifndef ETH_P_PAE -+#define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ -+#endif /* ETH_P_PAE */ -+ -+#define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */ -+ -+#define ETH_P_ECONET 0x0018 -+ -+#ifndef ETH_P_80211_RAW -+#define ETH_P_80211_RAW (ETH_P_ECONET + 1) -+#endif -+ -+/* IEEE 802.11 defines */ -+ -+#define P80211_OUI_LEN 3 -+ -+#if defined(PLATFORM_LINUX) || defined(CONFIG_RTL8711FW) || defined(PLATFORM_FREEBSD) -+ -+struct ieee80211_snap_hdr { -+ -+ u8 dsap; /* always 0xAA */ -+ u8 ssap; /* always 0xAA */ -+ u8 ctrl; /* always 0x03 */ -+ u8 oui[P80211_OUI_LEN]; /* organizational universal id */ -+ -+} __attribute__ ((packed)); -+ -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+struct ieee80211_snap_hdr { -+ -+ u8 dsap; /* always 0xAA */ -+ u8 ssap; /* always 0xAA */ -+ u8 ctrl; /* always 0x03 */ -+ u8 oui[P80211_OUI_LEN]; /* organizational universal id */ -+ -+}; -+#pragma pack() -+ -+#endif -+ -+ -+#define SNAP_SIZE sizeof(struct ieee80211_snap_hdr) -+ -+#define WLAN_FC_GET_TYPE(fc) ((fc) & RTW_IEEE80211_FCTL_FTYPE) -+#define WLAN_FC_GET_STYPE(fc) ((fc) & RTW_IEEE80211_FCTL_STYPE) -+ -+#define WLAN_QC_GET_TID(qc) ((qc) & 0x0f) -+ -+#define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) -+#define WLAN_GET_SEQ_SEQ(seq) ((seq) & RTW_IEEE80211_SCTL_SEQ) -+ -+/* Authentication algorithms */ -+#define WLAN_AUTH_OPEN 0 -+#define WLAN_AUTH_SHARED_KEY 1 -+ -+#define WLAN_AUTH_CHALLENGE_LEN 128 -+ -+#define WLAN_CAPABILITY_BSS (1<<0) -+#define WLAN_CAPABILITY_IBSS (1<<1) -+#define WLAN_CAPABILITY_CF_POLLABLE (1<<2) -+#define WLAN_CAPABILITY_CF_POLL_REQUEST (1<<3) -+#define WLAN_CAPABILITY_PRIVACY (1<<4) -+#define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) -+#define WLAN_CAPABILITY_PBCC (1<<6) -+#define WLAN_CAPABILITY_CHANNEL_AGILITY (1<<7) -+#define WLAN_CAPABILITY_SHORT_SLOT (1<<10) -+ -+/* Status codes */ -+#define WLAN_STATUS_SUCCESS 0 -+#define WLAN_STATUS_UNSPECIFIED_FAILURE 1 -+#define WLAN_STATUS_CAPS_UNSUPPORTED 10 -+#define WLAN_STATUS_REASSOC_NO_ASSOC 11 -+#define WLAN_STATUS_ASSOC_DENIED_UNSPEC 12 -+#define WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG 13 -+#define WLAN_STATUS_UNKNOWN_AUTH_TRANSACTION 14 -+#define WLAN_STATUS_CHALLENGE_FAIL 15 -+#define WLAN_STATUS_AUTH_TIMEOUT 16 -+#define WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA 17 -+#define WLAN_STATUS_ASSOC_DENIED_RATES 18 -+/* 802.11b */ -+#define WLAN_STATUS_ASSOC_DENIED_NOSHORT 19 -+#define WLAN_STATUS_ASSOC_DENIED_NOPBCC 20 -+#define WLAN_STATUS_ASSOC_DENIED_NOAGILITY 21 -+ -+/* Reason codes */ -+#define WLAN_REASON_UNSPECIFIED 1 -+#define WLAN_REASON_PREV_AUTH_NOT_VALID 2 -+#define WLAN_REASON_DEAUTH_LEAVING 3 -+#define WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY 4 -+#define WLAN_REASON_DISASSOC_AP_BUSY 5 -+#define WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA 6 -+#define WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA 7 -+#define WLAN_REASON_DISASSOC_STA_HAS_LEFT 8 -+#define WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH 9 -+#define WLAN_REASON_ACTIVE_ROAM 65533 -+#define WLAN_REASON_JOIN_WRONG_CHANNEL 65534 -+#define WLAN_REASON_EXPIRATION_CHK 65535 -+ -+/* Information Element IDs */ -+#define WLAN_EID_SSID 0 -+#define WLAN_EID_SUPP_RATES 1 -+#define WLAN_EID_FH_PARAMS 2 -+#define WLAN_EID_DS_PARAMS 3 -+#define WLAN_EID_CF_PARAMS 4 -+#define WLAN_EID_TIM 5 -+#define WLAN_EID_IBSS_PARAMS 6 -+#define WLAN_EID_CHALLENGE 16 -+/* EIDs defined by IEEE 802.11h - START */ -+#define WLAN_EID_PWR_CONSTRAINT 32 -+#define WLAN_EID_PWR_CAPABILITY 33 -+#define WLAN_EID_TPC_REQUEST 34 -+#define WLAN_EID_TPC_REPORT 35 -+#define WLAN_EID_SUPPORTED_CHANNELS 36 -+#define WLAN_EID_CHANNEL_SWITCH 37 -+#define WLAN_EID_MEASURE_REQUEST 38 -+#define WLAN_EID_MEASURE_REPORT 39 -+#define WLAN_EID_QUITE 40 -+#define WLAN_EID_IBSS_DFS 41 -+/* EIDs defined by IEEE 802.11h - END */ -+#define WLAN_EID_ERP_INFO 42 -+#define WLAN_EID_HT_CAP 45 -+#define WLAN_EID_RSN 48 -+#define WLAN_EID_EXT_SUPP_RATES 50 -+#define WLAN_EID_MOBILITY_DOMAIN 54 -+#define WLAN_EID_FAST_BSS_TRANSITION 55 -+#define WLAN_EID_TIMEOUT_INTERVAL 56 -+#define WLAN_EID_RIC_DATA 57 -+#define WLAN_EID_HT_OPERATION 61 -+#define WLAN_EID_SECONDARY_CHANNEL_OFFSET 62 -+#define WLAN_EID_20_40_BSS_COEXISTENCE 72 -+#define WLAN_EID_20_40_BSS_INTOLERANT 73 -+#define WLAN_EID_OVERLAPPING_BSS_SCAN_PARAMS 74 -+#define WLAN_EID_MMIE 76 -+#define WLAN_EID_VENDOR_SPECIFIC 221 -+#define WLAN_EID_GENERIC (WLAN_EID_VENDOR_SPECIFIC) -+#define WLAN_EID_VHT_CAPABILITY 191 -+#define WLAN_EID_VHT_OPERATION 192 -+#define WLAN_EID_VHT_OP_MODE_NOTIFY 199 -+ -+#define IEEE80211_MGMT_HDR_LEN 24 -+#define IEEE80211_DATA_HDR3_LEN 24 -+#define IEEE80211_DATA_HDR4_LEN 30 -+ -+ -+#define IEEE80211_STATMASK_SIGNAL (1<<0) -+#define IEEE80211_STATMASK_RSSI (1<<1) -+#define IEEE80211_STATMASK_NOISE (1<<2) -+#define IEEE80211_STATMASK_RATE (1<<3) -+#define IEEE80211_STATMASK_WEMASK 0x7 -+ -+ -+#define IEEE80211_CCK_MODULATION (1<<0) -+#define IEEE80211_OFDM_MODULATION (1<<1) -+ -+#define IEEE80211_24GHZ_BAND (1<<0) -+#define IEEE80211_52GHZ_BAND (1<<1) -+ -+#define IEEE80211_CCK_RATE_LEN 4 -+#define IEEE80211_NUM_OFDM_RATESLEN 8 -+ -+ -+#define IEEE80211_CCK_RATE_1MB 0x02 -+#define IEEE80211_CCK_RATE_2MB 0x04 -+#define IEEE80211_CCK_RATE_5MB 0x0B -+#define IEEE80211_CCK_RATE_11MB 0x16 -+#define IEEE80211_OFDM_RATE_LEN 8 -+#define IEEE80211_OFDM_RATE_6MB 0x0C -+#define IEEE80211_OFDM_RATE_9MB 0x12 -+#define IEEE80211_OFDM_RATE_12MB 0x18 -+#define IEEE80211_OFDM_RATE_18MB 0x24 -+#define IEEE80211_OFDM_RATE_24MB 0x30 -+#define IEEE80211_OFDM_RATE_36MB 0x48 -+#define IEEE80211_OFDM_RATE_48MB 0x60 -+#define IEEE80211_OFDM_RATE_54MB 0x6C -+#define IEEE80211_BASIC_RATE_MASK 0x80 -+ -+#define IEEE80211_CCK_RATE_1MB_MASK (1<<0) -+#define IEEE80211_CCK_RATE_2MB_MASK (1<<1) -+#define IEEE80211_CCK_RATE_5MB_MASK (1<<2) -+#define IEEE80211_CCK_RATE_11MB_MASK (1<<3) -+#define IEEE80211_OFDM_RATE_6MB_MASK (1<<4) -+#define IEEE80211_OFDM_RATE_9MB_MASK (1<<5) -+#define IEEE80211_OFDM_RATE_12MB_MASK (1<<6) -+#define IEEE80211_OFDM_RATE_18MB_MASK (1<<7) -+#define IEEE80211_OFDM_RATE_24MB_MASK (1<<8) -+#define IEEE80211_OFDM_RATE_36MB_MASK (1<<9) -+#define IEEE80211_OFDM_RATE_48MB_MASK (1<<10) -+#define IEEE80211_OFDM_RATE_54MB_MASK (1<<11) -+ -+#define IEEE80211_CCK_RATES_MASK 0x0000000F -+#define IEEE80211_CCK_BASIC_RATES_MASK (IEEE80211_CCK_RATE_1MB_MASK | \ -+ IEEE80211_CCK_RATE_2MB_MASK) -+#define IEEE80211_CCK_DEFAULT_RATES_MASK (IEEE80211_CCK_BASIC_RATES_MASK | \ -+ IEEE80211_CCK_RATE_5MB_MASK | \ -+ IEEE80211_CCK_RATE_11MB_MASK) -+ -+#define IEEE80211_OFDM_RATES_MASK 0x00000FF0 -+#define IEEE80211_OFDM_BASIC_RATES_MASK (IEEE80211_OFDM_RATE_6MB_MASK | \ -+ IEEE80211_OFDM_RATE_12MB_MASK | \ -+ IEEE80211_OFDM_RATE_24MB_MASK) -+#define IEEE80211_OFDM_DEFAULT_RATES_MASK (IEEE80211_OFDM_BASIC_RATES_MASK | \ -+ IEEE80211_OFDM_RATE_9MB_MASK | \ -+ IEEE80211_OFDM_RATE_18MB_MASK | \ -+ IEEE80211_OFDM_RATE_36MB_MASK | \ -+ IEEE80211_OFDM_RATE_48MB_MASK | \ -+ IEEE80211_OFDM_RATE_54MB_MASK) -+#define IEEE80211_DEFAULT_RATES_MASK (IEEE80211_OFDM_DEFAULT_RATES_MASK | \ -+ IEEE80211_CCK_DEFAULT_RATES_MASK) -+ -+#define IEEE80211_NUM_OFDM_RATES 8 -+#define IEEE80211_NUM_CCK_RATES 4 -+#define IEEE80211_OFDM_SHIFT_MASK_A 4 -+ -+ -+enum MGN_RATE{ -+ MGN_1M = 0x02, -+ MGN_2M = 0x04, -+ MGN_5_5M = 0x0B, -+ MGN_6M = 0x0C, -+ MGN_9M = 0x12, -+ MGN_11M = 0x16, -+ MGN_12M = 0x18, -+ MGN_18M = 0x24, -+ MGN_24M = 0x30, -+ MGN_36M = 0x48, -+ MGN_48M = 0x60, -+ MGN_54M = 0x6C, -+ MGN_MCS32 = 0x7F, -+ MGN_MCS0, -+ MGN_MCS1, -+ MGN_MCS2, -+ MGN_MCS3, -+ MGN_MCS4, -+ MGN_MCS5, -+ MGN_MCS6, -+ MGN_MCS7, -+ MGN_MCS8, -+ MGN_MCS9, -+ MGN_MCS10, -+ MGN_MCS11, -+ MGN_MCS12, -+ MGN_MCS13, -+ MGN_MCS14, -+ MGN_MCS15, -+ MGN_MCS16, -+ MGN_MCS17, -+ MGN_MCS18, -+ MGN_MCS19, -+ MGN_MCS20, -+ MGN_MCS21, -+ MGN_MCS22, -+ MGN_MCS23, -+ MGN_MCS24, -+ MGN_MCS25, -+ MGN_MCS26, -+ MGN_MCS27, -+ MGN_MCS28, -+ MGN_MCS29, -+ MGN_MCS30, -+ MGN_MCS31, -+ MGN_VHT1SS_MCS0, -+ MGN_VHT1SS_MCS1, -+ MGN_VHT1SS_MCS2, -+ MGN_VHT1SS_MCS3, -+ MGN_VHT1SS_MCS4, -+ MGN_VHT1SS_MCS5, -+ MGN_VHT1SS_MCS6, -+ MGN_VHT1SS_MCS7, -+ MGN_VHT1SS_MCS8, -+ MGN_VHT1SS_MCS9, -+ MGN_VHT2SS_MCS0, -+ MGN_VHT2SS_MCS1, -+ MGN_VHT2SS_MCS2, -+ MGN_VHT2SS_MCS3, -+ MGN_VHT2SS_MCS4, -+ MGN_VHT2SS_MCS5, -+ MGN_VHT2SS_MCS6, -+ MGN_VHT2SS_MCS7, -+ MGN_VHT2SS_MCS8, -+ MGN_VHT2SS_MCS9, -+ MGN_VHT3SS_MCS0, -+ MGN_VHT3SS_MCS1, -+ MGN_VHT3SS_MCS2, -+ MGN_VHT3SS_MCS3, -+ MGN_VHT3SS_MCS4, -+ MGN_VHT3SS_MCS5, -+ MGN_VHT3SS_MCS6, -+ MGN_VHT3SS_MCS7, -+ MGN_VHT3SS_MCS8, -+ MGN_VHT3SS_MCS9, -+ MGN_VHT4SS_MCS0, -+ MGN_VHT4SS_MCS1, -+ MGN_VHT4SS_MCS2, -+ MGN_VHT4SS_MCS3, -+ MGN_VHT4SS_MCS4, -+ MGN_VHT4SS_MCS5, -+ MGN_VHT4SS_MCS6, -+ MGN_VHT4SS_MCS7, -+ MGN_VHT4SS_MCS8, -+ MGN_VHT4SS_MCS9, -+ MGN_UNKNOWN -+}; -+ -+#define IS_HT_RATE(_rate) ((_rate) >= MGN_MCS0 && (_rate) <= MGN_MCS31) -+#define IS_VHT_RATE(_rate) ((_rate) >= MGN_VHT1SS_MCS0 && (_rate) <= MGN_VHT4SS_MCS9) -+#define IS_CCK_RATE(_rate) ((_rate) == MGN_1M || (_rate) == MGN_2M || (_rate) == MGN_5_5M || (_rate) == MGN_11M) -+#define IS_OFDM_RATE(_rate) ((_rate) >= MGN_6M && (_rate) <= MGN_54M && (_rate) != MGN_11M) -+ -+#define IS_HT1SS_RATE(_rate) ((_rate) >= MGN_MCS0 && (_rate) <= MGN_MCS7) -+#define IS_HT2SS_RATE(_rate) ((_rate) >= MGN_MCS8 && (_rate) <= MGN_MCS15) -+#define IS_HT3SS_RATE(_rate) ((_rate) >= MGN_MCS16 && (_rate) <= MGN_MCS23) -+#define IS_HT4SS_RATE(_rate) ((_rate) >= MGN_MCS24 && (_rate) <= MGN_MCS31) -+ -+#define IS_VHT1SS_RATE(_rate) ((_rate) >= MGN_VHT1SS_MCS0 && (_rate) <= MGN_VHT1SS_MCS9) -+#define IS_VHT2SS_RATE(_rate) ((_rate) >= MGN_VHT2SS_MCS0 && (_rate) <= MGN_VHT2SS_MCS9) -+#define IS_VHT3SS_RATE(_rate) ((_rate) >= MGN_VHT3SS_MCS0 && (_rate) <= MGN_VHT3SS_MCS9) -+#define IS_VHT4SS_RATE(_rate) ((_rate) >= MGN_VHT4SS_MCS0 && (_rate) <= MGN_VHT4SS_MCS9) -+ -+#define IS_1T_RATE(_rate) (IS_CCK_RATE((_rate)) || IS_OFDM_RATE((_rate)) || IS_HT1SS_RATE((_rate)) || IS_VHT1SS_RATE((_rate))) -+#define IS_2T_RATE(_rate) (IS_HT2SS_RATE((_rate)) || IS_VHT2SS_RATE((_rate))) -+#define IS_3T_RATE(_rate) (IS_HT3SS_RATE((_rate)) || IS_VHT3SS_RATE((_rate))) -+#define IS_4T_RATE(_rate) (IS_HT4SS_RATE((_rate)) || IS_VHT4SS_RATE((_rate))) -+ -+typedef enum _RATE_SECTION { -+ CCK = 0, -+ OFDM = 1, -+ HT_MCS0_MCS7 = 2, -+ HT_MCS8_MCS15 = 3, -+ HT_MCS16_MCS23 = 4, -+ HT_MCS24_MCS31 = 5, -+ HT_1SS = HT_MCS0_MCS7, -+ HT_2SS = HT_MCS8_MCS15, -+ HT_3SS = HT_MCS16_MCS23, -+ HT_4SS = HT_MCS24_MCS31, -+ VHT_1SSMCS0_1SSMCS9 = 6, -+ VHT_2SSMCS0_2SSMCS9 = 7, -+ VHT_3SSMCS0_3SSMCS9 = 8, -+ VHT_4SSMCS0_4SSMCS9 = 9, -+ VHT_1SS = VHT_1SSMCS0_1SSMCS9, -+ VHT_2SS = VHT_2SSMCS0_2SSMCS9, -+ VHT_3SS = VHT_3SSMCS0_3SSMCS9, -+ VHT_4SS = VHT_4SSMCS0_4SSMCS9, -+ RATE_SECTION_NUM, -+} RATE_SECTION; -+ -+const char *rate_section_str(u8 section); -+ -+#define IS_CCK_RATE_SECTION(section) ((section) == CCK) -+#define IS_OFDM_RATE_SECTION(section) ((section) == OFDM) -+#define IS_HT_RATE_SECTION(section) ((section) >= HT_1SS && (section) <= HT_4SS) -+#define IS_VHT_RATE_SECTION(section) ((section) >= VHT_1SS && (section) <= VHT_4SS) -+ -+#define IS_1T_RATE_SECTION(section) ((section) == CCK || (section) == OFDM || (section) == HT_1SS || (section) == VHT_1SS) -+#define IS_2T_RATE_SECTION(section) ((section) == HT_2SS || (section) == VHT_2SS) -+#define IS_3T_RATE_SECTION(section) ((section) == HT_3SS || (section) == VHT_3SS) -+#define IS_4T_RATE_SECTION(section) ((section) == HT_4SS || (section) == VHT_4SS) -+ -+extern u8 mgn_rates_cck[]; -+extern u8 mgn_rates_ofdm[]; -+extern u8 mgn_rates_mcs0_7[]; -+extern u8 mgn_rates_mcs8_15[]; -+extern u8 mgn_rates_mcs16_23[]; -+extern u8 mgn_rates_mcs24_31[]; -+extern u8 mgn_rates_vht1ss[]; -+extern u8 mgn_rates_vht2ss[]; -+extern u8 mgn_rates_vht3ss[]; -+extern u8 mgn_rates_vht4ss[]; -+ -+struct rate_section_ent { -+ u8 tx_num; /* value of RF_TX_NUM */ -+ u8 rate_num; -+ u8 *rates; -+}; -+ -+extern struct rate_section_ent rates_by_sections[]; -+ -+#define rate_section_to_tx_num(section) (rates_by_sections[(section)].tx_num) -+#define rate_section_rate_num(section) (rates_by_sections[(section)].rate_num) -+ -+/* NOTE: This data is for statistical purposes; not all hardware provides this -+ * information for frames received. Not setting these will not cause -+ * any adverse affects. */ -+struct ieee80211_rx_stats { -+ //u32 mac_time[2]; -+ s8 rssi; -+ u8 signal; -+ u8 noise; -+ u8 received_channel; -+ u16 rate; /* in 100 kbps */ -+ //u8 control; -+ u8 mask; -+ u8 freq; -+ u16 len; -+}; -+ -+/* IEEE 802.11 requires that STA supports concurrent reception of at least -+ * three fragmented frames. This define can be increased to support more -+ * concurrent frames, but it should be noted that each entry can consume about -+ * 2 kB of RAM and increasing cache size will slow down frame reassembly. */ -+#define IEEE80211_FRAG_CACHE_LEN 4 -+ -+struct ieee80211_frag_entry { -+ u32 first_frag_time; -+ uint seq; -+ uint last_frag; -+ uint qos; //jackson -+ uint tid; //jackson -+ struct sk_buff *skb; -+ u8 src_addr[ETH_ALEN]; -+ u8 dst_addr[ETH_ALEN]; -+}; -+ -+#ifndef PLATFORM_FREEBSD //Baron BSD has already defined -+struct ieee80211_stats { -+ uint tx_unicast_frames; -+ uint tx_multicast_frames; -+ uint tx_fragments; -+ uint tx_unicast_octets; -+ uint tx_multicast_octets; -+ uint tx_deferred_transmissions; -+ uint tx_single_retry_frames; -+ uint tx_multiple_retry_frames; -+ uint tx_retry_limit_exceeded; -+ uint tx_discards; -+ uint rx_unicast_frames; -+ uint rx_multicast_frames; -+ uint rx_fragments; -+ uint rx_unicast_octets; -+ uint rx_multicast_octets; -+ uint rx_fcs_errors; -+ uint rx_discards_no_buffer; -+ uint tx_discards_wrong_sa; -+ uint rx_discards_undecryptable; -+ uint rx_message_in_msg_fragments; -+ uint rx_message_in_bad_msg_fragments; -+}; -+#endif //PLATFORM_FREEBSD -+struct ieee80211_softmac_stats{ -+ uint rx_ass_ok; -+ uint rx_ass_err; -+ uint rx_probe_rq; -+ uint tx_probe_rs; -+ uint tx_beacons; -+ uint rx_auth_rq; -+ uint rx_auth_rs_ok; -+ uint rx_auth_rs_err; -+ uint tx_auth_rq; -+ uint no_auth_rs; -+ uint no_ass_rs; -+ uint tx_ass_rq; -+ uint rx_ass_rq; -+ uint tx_probe_rq; -+ uint reassoc; -+ uint swtxstop; -+ uint swtxawake; -+}; -+ -+#define SEC_KEY_1 (1<<0) -+#define SEC_KEY_2 (1<<1) -+#define SEC_KEY_3 (1<<2) -+#define SEC_KEY_4 (1<<3) -+#define SEC_ACTIVE_KEY (1<<4) -+#define SEC_AUTH_MODE (1<<5) -+#define SEC_UNICAST_GROUP (1<<6) -+#define SEC_LEVEL (1<<7) -+#define SEC_ENABLED (1<<8) -+ -+#define SEC_LEVEL_0 0 /* None */ -+#define SEC_LEVEL_1 1 /* WEP 40 and 104 bit */ -+#define SEC_LEVEL_2 2 /* Level 1 + TKIP */ -+#define SEC_LEVEL_2_CKIP 3 /* Level 1 + CKIP */ -+#define SEC_LEVEL_3 4 /* Level 2 + CCMP */ -+ -+#define WEP_KEYS 4 -+#define WEP_KEY_LEN 13 -+ -+#ifdef CONFIG_IEEE80211W -+#define BIP_MAX_KEYID 5 -+#define BIP_AAD_SIZE 20 -+#endif //CONFIG_IEEE80211W -+ -+#if defined(PLATFORM_LINUX) || defined(CONFIG_RTL8711FW) -+ -+struct ieee80211_security { -+ u16 active_key:2, -+ enabled:1, -+ auth_mode:2, -+ auth_algo:4, -+ unicast_uses_group:1; -+ u8 key_sizes[WEP_KEYS]; -+ u8 keys[WEP_KEYS][WEP_KEY_LEN]; -+ u8 level; -+ u16 flags; -+} __attribute__ ((packed)); -+ -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+struct ieee80211_security { -+ u16 active_key:2, -+ enabled:1, -+ auth_mode:2, -+ auth_algo:4, -+ unicast_uses_group:1; -+ u8 key_sizes[WEP_KEYS]; -+ u8 keys[WEP_KEYS][WEP_KEY_LEN]; -+ u8 level; -+ u16 flags; -+} ; -+#pragma pack() -+ -+#endif -+ -+/* -+ -+ 802.11 data frame from AP -+ -+ ,-------------------------------------------------------------------. -+Bytes | 2 | 2 | 6 | 6 | 6 | 2 | 0..2312 | 4 | -+ |------|------|---------|---------|---------|------|---------|------| -+Desc. | ctrl | dura | DA/RA | TA | SA | Sequ | frame | fcs | -+ | | tion | (BSSID) | | | ence | data | | -+ `-------------------------------------------------------------------' -+ -+Total: 28-2340 bytes -+ -+*/ -+ -+struct ieee80211_header_data { -+ u16 frame_ctl; -+ u16 duration_id; -+ u8 addr1[6]; -+ u8 addr2[6]; -+ u8 addr3[6]; -+ u16 seq_ctrl; -+}; -+ -+#define BEACON_PROBE_SSID_ID_POSITION 12 -+ -+/* Management Frame Information Element Types */ -+#define MFIE_TYPE_SSID 0 -+#define MFIE_TYPE_RATES 1 -+#define MFIE_TYPE_FH_SET 2 -+#define MFIE_TYPE_DS_SET 3 -+#define MFIE_TYPE_CF_SET 4 -+#define MFIE_TYPE_TIM 5 -+#define MFIE_TYPE_IBSS_SET 6 -+#define MFIE_TYPE_CHALLENGE 16 -+#define MFIE_TYPE_ERP 42 -+#define MFIE_TYPE_RSN 48 -+#define MFIE_TYPE_RATES_EX 50 -+#define MFIE_TYPE_GENERIC 221 -+ -+#if defined(PLATFORM_LINUX) || defined(CONFIG_RTL8711FW) -+ -+struct ieee80211_info_element_hdr { -+ u8 id; -+ u8 len; -+} __attribute__ ((packed)); -+ -+struct ieee80211_info_element { -+ u8 id; -+ u8 len; -+ u8 data[0]; -+} __attribute__ ((packed)); -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+struct ieee80211_info_element_hdr { -+ u8 id; -+ u8 len; -+} ; -+ -+struct ieee80211_info_element { -+ u8 id; -+ u8 len; -+ u8 data[0]; -+} ; -+#pragma pack() -+ -+#endif -+ -+ -+/* -+ * These are the data types that can make up management packets -+ * -+ u16 auth_algorithm; -+ u16 auth_sequence; -+ u16 beacon_interval; -+ u16 capability; -+ u8 current_ap[ETH_ALEN]; -+ u16 listen_interval; -+ struct { -+ u16 association_id:14, reserved:2; -+ } __attribute__ ((packed)); -+ u32 time_stamp[2]; -+ u16 reason; -+ u16 status; -+*/ -+ -+#define IEEE80211_DEFAULT_TX_ESSID "Penguin" -+#define IEEE80211_DEFAULT_BASIC_RATE 10 -+ -+ -+#if defined(PLATFORM_LINUX) || defined(CONFIG_RTL8711FW) -+ -+ -+struct ieee80211_authentication { -+ struct ieee80211_header_data header; -+ u16 algorithm; -+ u16 transaction; -+ u16 status; -+ //struct ieee80211_info_element_hdr info_element; -+} __attribute__ ((packed)); -+ -+ -+struct ieee80211_probe_response { -+ struct ieee80211_header_data header; -+ u32 time_stamp[2]; -+ u16 beacon_interval; -+ u16 capability; -+ struct ieee80211_info_element info_element; -+} __attribute__ ((packed)); -+ -+struct ieee80211_probe_request { -+ struct ieee80211_header_data header; -+ /*struct ieee80211_info_element info_element;*/ -+} __attribute__ ((packed)); -+ -+struct ieee80211_assoc_request_frame { -+ struct rtw_ieee80211_hdr_3addr header; -+ u16 capability; -+ u16 listen_interval; -+ //u8 current_ap[ETH_ALEN]; -+ struct ieee80211_info_element_hdr info_element; -+} __attribute__ ((packed)); -+ -+struct ieee80211_assoc_response_frame { -+ struct rtw_ieee80211_hdr_3addr header; -+ u16 capability; -+ u16 status; -+ u16 aid; -+// struct ieee80211_info_element info_element; /* supported rates */ -+} __attribute__ ((packed)); -+#endif -+ -+ -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+ -+struct ieee80211_authentication { -+ struct ieee80211_header_data header; -+ u16 algorithm; -+ u16 transaction; -+ u16 status; -+ //struct ieee80211_info_element_hdr info_element; -+} ; -+ -+ -+struct ieee80211_probe_response { -+ struct ieee80211_header_data header; -+ u32 time_stamp[2]; -+ u16 beacon_interval; -+ u16 capability; -+ struct ieee80211_info_element info_element; -+} ; -+ -+struct ieee80211_probe_request { -+ struct ieee80211_header_data header; -+ /*struct ieee80211_info_element info_element;*/ -+} ; -+ -+struct ieee80211_assoc_request_frame { -+ struct rtw_ieee80211_hdr_3addr header; -+ u16 capability; -+ u16 listen_interval; -+ //u8 current_ap[ETH_ALEN]; -+ struct ieee80211_info_element_hdr info_element; -+} ; -+ -+struct ieee80211_assoc_response_frame { -+ struct rtw_ieee80211_hdr_3addr header; -+ u16 capability; -+ u16 status; -+ u16 aid; -+// struct ieee80211_info_element info_element; /* supported rates */ -+}; -+ -+#pragma pack() -+ -+#endif -+ -+ -+ -+ -+struct ieee80211_txb { -+ u8 nr_frags; -+ u8 encrypted; -+ u16 reserved; -+ u16 frag_size; -+ u16 payload_size; -+ struct sk_buff *fragments[0]; -+}; -+ -+ -+/* SWEEP TABLE ENTRIES NUMBER*/ -+#define MAX_SWEEP_TAB_ENTRIES 42 -+#define MAX_SWEEP_TAB_ENTRIES_PER_PACKET 7 -+/* MAX_RATES_LENGTH needs to be 12. The spec says 8, and many APs -+ * only use 8, and then use extended rates for the remaining supported -+ * rates. Other APs, however, stick all of their supported rates on the -+ * main rates information element... */ -+#define MAX_RATES_LENGTH ((u8)12) -+#define MAX_RATES_EX_LENGTH ((u8)16) -+#define MAX_NETWORK_COUNT 128 -+#define MAX_CHANNEL_NUMBER 161 -+#define IEEE80211_SOFTMAC_SCAN_TIME 400 -+//(HZ / 2) -+#define IEEE80211_SOFTMAC_ASSOC_RETRY_TIME (HZ * 2) -+ -+#define CRC_LENGTH 4U -+ -+#define MAX_WPA_IE_LEN (256) -+#define MAX_WPS_IE_LEN (512) -+#define MAX_P2P_IE_LEN (256) -+#define MAX_WFD_IE_LEN (128) -+ -+#define NETWORK_EMPTY_ESSID (1<<0) -+#define NETWORK_HAS_OFDM (1<<1) -+#define NETWORK_HAS_CCK (1<<2) -+ -+#define IEEE80211_DTIM_MBCAST 4 -+#define IEEE80211_DTIM_UCAST 2 -+#define IEEE80211_DTIM_VALID 1 -+#define IEEE80211_DTIM_INVALID 0 -+ -+#define IEEE80211_PS_DISABLED 0 -+#define IEEE80211_PS_UNICAST IEEE80211_DTIM_UCAST -+#define IEEE80211_PS_MBCAST IEEE80211_DTIM_MBCAST -+#define IW_ESSID_MAX_SIZE 32 -+#if 0 -+struct ieee80211_network { -+ /* These entries are used to identify a unique network */ -+ u8 bssid[ETH_ALEN]; -+ u8 channel; -+ /* Ensure null-terminated for any debug msgs */ -+ u8 ssid[IW_ESSID_MAX_SIZE + 1]; -+ u8 ssid_len; -+ u8 rssi; //relative signal strength -+ u8 sq; //signal quality -+ -+ /* These are network statistics */ -+ //struct ieee80211_rx_stats stats; -+ u16 capability; -+ u16 aid; -+ u8 rates[MAX_RATES_LENGTH]; -+ u8 rates_len; -+ u8 rates_ex[MAX_RATES_EX_LENGTH]; -+ u8 rates_ex_len; -+ -+ u8 edca_parmsets[18]; -+ -+ u8 mode; -+ u8 flags; -+ u8 time_stamp[8]; -+ u16 beacon_interval; -+ u16 listen_interval; -+ u16 atim_window; -+ u8 wpa_ie[MAX_WPA_IE_LEN]; -+ size_t wpa_ie_len; -+ u8 rsn_ie[MAX_WPA_IE_LEN]; -+ size_t rsn_ie_len; -+ u8 country[6]; -+ u8 dtim_period; -+ u8 dtim_data; -+ u8 power_constraint; -+ u8 qosinfo; -+ u8 qbssload[5]; -+ u8 network_type; -+ int join_res; -+ unsigned long last_scanned; -+}; -+#endif -+/* -+join_res: -+-1: authentication fail -+-2: association fail -+> 0: TID -+*/ -+ -+#ifndef PLATFORM_FREEBSD //Baron BSD has already defined -+ -+enum ieee80211_state { -+ -+ /* the card is not linked at all */ -+ IEEE80211_NOLINK = 0, -+ -+ /* IEEE80211_ASSOCIATING* are for BSS client mode -+ * the driver shall not perform RX filtering unless -+ * the state is LINKED. -+ * The driver shall just check for the state LINKED and -+ * defaults to NOLINK for ALL the other states (including -+ * LINKED_SCANNING) -+ */ -+ -+ /* the association procedure will start (wq scheduling)*/ -+ IEEE80211_ASSOCIATING, -+ IEEE80211_ASSOCIATING_RETRY, -+ -+ /* the association procedure is sending AUTH request*/ -+ IEEE80211_ASSOCIATING_AUTHENTICATING, -+ -+ /* the association procedure has successfully authentcated -+ * and is sending association request -+ */ -+ IEEE80211_ASSOCIATING_AUTHENTICATED, -+ -+ /* the link is ok. the card associated to a BSS or linked -+ * to a ibss cell or acting as an AP and creating the bss -+ */ -+ IEEE80211_LINKED, -+ -+ /* same as LINKED, but the driver shall apply RX filter -+ * rules as we are in NO_LINK mode. As the card is still -+ * logically linked, but it is doing a syncro site survey -+ * then it will be back to LINKED state. -+ */ -+ IEEE80211_LINKED_SCANNING, -+ -+}; -+#endif //PLATFORM_FREEBSD -+ -+#define DEFAULT_MAX_SCAN_AGE (15 * HZ) -+#define DEFAULT_FTS 2346 -+#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x" -+#define MAC_ARG(x) ((u8*)(x))[0],((u8*)(x))[1],((u8*)(x))[2],((u8*)(x))[3],((u8*)(x))[4],((u8*)(x))[5] -+#define IP_FMT "%d.%d.%d.%d" -+#define IP_ARG(x) ((u8*)(x))[0],((u8*)(x))[1],((u8*)(x))[2],((u8*)(x))[3] -+ -+#ifdef PLATFORM_FREEBSD //Baron change func to macro -+#define is_multicast_mac_addr(Addr) ((((Addr[0]) & 0x01) == 0x01) && ((Addr[0]) != 0xff)) -+#define is_broadcast_mac_addr(Addr) ((((Addr[0]) & 0xff) == 0xff) && (((Addr[1]) & 0xff) == 0xff) && \ -+(((Addr[2]) & 0xff) == 0xff) && (((Addr[3]) & 0xff) == 0xff) && (((Addr[4]) & 0xff) == 0xff) && \ -+(((Addr[5]) & 0xff) == 0xff)) -+#else -+extern __inline int is_multicast_mac_addr(const u8 *addr) -+{ -+ return ((addr[0] != 0xff) && (0x01 & addr[0])); -+} -+ -+extern __inline int is_broadcast_mac_addr(const u8 *addr) -+{ -+ return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) && \ -+ (addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff)); -+} -+ -+extern __inline int is_zero_mac_addr(const u8 *addr) -+{ -+ return ((addr[0] == 0x00) && (addr[1] == 0x00) && (addr[2] == 0x00) && \ -+ (addr[3] == 0x00) && (addr[4] == 0x00) && (addr[5] == 0x00)); -+} -+#endif //PLATFORM_FREEBSD -+ -+#define CFG_IEEE80211_RESERVE_FCS (1<<0) -+#define CFG_IEEE80211_COMPUTE_FCS (1<<1) -+ -+typedef struct tx_pending_t{ -+ int frag; -+ struct ieee80211_txb *txb; -+}tx_pending_t; -+ -+ -+ -+#define TID_NUM 16 -+ -+#define IEEE_A (1<<0) -+#define IEEE_B (1<<1) -+#define IEEE_G (1<<2) -+#define IEEE_MODE_MASK (IEEE_A|IEEE_B|IEEE_G) -+ -+//Baron move to ieee80211.c -+int ieee80211_is_empty_essid(const char *essid, int essid_len); -+int ieee80211_get_hdrlen(u16 fc); -+ -+#if 0 -+/* Action frame categories (IEEE 802.11-2007, 7.3.1.11, Table 7-24) */ -+#define WLAN_ACTION_SPECTRUM_MGMT 0 -+#define WLAN_ACTION_QOS 1 -+#define WLAN_ACTION_DLS 2 -+#define WLAN_ACTION_BLOCK_ACK 3 -+#define WLAN_ACTION_RADIO_MEASUREMENT 5 -+#define WLAN_ACTION_FT 6 -+#define WLAN_ACTION_SA_QUERY 8 -+#define WLAN_ACTION_WMM 17 -+#endif -+ -+ -+/* Action category code */ -+enum rtw_ieee80211_category { -+ RTW_WLAN_CATEGORY_SPECTRUM_MGMT = 0, -+ RTW_WLAN_CATEGORY_QOS = 1, -+ RTW_WLAN_CATEGORY_DLS = 2, -+ RTW_WLAN_CATEGORY_BACK = 3, -+ RTW_WLAN_CATEGORY_PUBLIC = 4, //IEEE 802.11 public action frames -+ RTW_WLAN_CATEGORY_RADIO_MEASUREMENT = 5, -+ RTW_WLAN_CATEGORY_FT = 6, -+ RTW_WLAN_CATEGORY_HT = 7, -+ RTW_WLAN_CATEGORY_SA_QUERY = 8, -+ RTW_WLAN_CATEGORY_UNPROTECTED_WNM = 11, // add for CONFIG_IEEE80211W, none 11w also can use -+ RTW_WLAN_CATEGORY_TDLS = 12, -+ RTW_WLAN_CATEGORY_SELF_PROTECTED = 15, // add for CONFIG_IEEE80211W, none 11w also can use -+ RTW_WLAN_CATEGORY_WMM = 17, -+ RTW_WLAN_CATEGORY_VHT = 21, -+ RTW_WLAN_CATEGORY_P2P = 0x7f,//P2P action frames -+}; -+ -+/* SPECTRUM_MGMT action code */ -+enum rtw_ieee80211_spectrum_mgmt_actioncode { -+ RTW_WLAN_ACTION_SPCT_MSR_REQ = 0, -+ RTW_WLAN_ACTION_SPCT_MSR_RPRT = 1, -+ RTW_WLAN_ACTION_SPCT_TPC_REQ = 2, -+ RTW_WLAN_ACTION_SPCT_TPC_RPRT = 3, -+ RTW_WLAN_ACTION_SPCT_CHL_SWITCH = 4, -+ RTW_WLAN_ACTION_SPCT_EXT_CHL_SWITCH = 5, -+}; -+ -+enum _PUBLIC_ACTION{ -+ ACT_PUBLIC_BSSCOEXIST = 0, // 20/40 BSS Coexistence -+ ACT_PUBLIC_DSE_ENABLE = 1, -+ ACT_PUBLIC_DSE_DEENABLE = 2, -+ ACT_PUBLIC_DSE_REG_LOCATION = 3, -+ ACT_PUBLIC_EXT_CHL_SWITCH = 4, -+ ACT_PUBLIC_DSE_MSR_REQ = 5, -+ ACT_PUBLIC_DSE_MSR_RPRT = 6, -+ ACT_PUBLIC_MP = 7, // Measurement Pilot -+ ACT_PUBLIC_DSE_PWR_CONSTRAINT = 8, -+ ACT_PUBLIC_VENDOR = 9, // for WIFI_DIRECT -+ ACT_PUBLIC_GAS_INITIAL_REQ = 10, -+ ACT_PUBLIC_GAS_INITIAL_RSP = 11, -+ ACT_PUBLIC_GAS_COMEBACK_REQ = 12, -+ ACT_PUBLIC_GAS_COMEBACK_RSP = 13, -+ ACT_PUBLIC_TDLS_DISCOVERY_RSP = 14, -+ ACT_PUBLIC_LOCATION_TRACK = 15, -+ ACT_PUBLIC_MAX -+}; -+ -+#ifdef CONFIG_TDLS -+enum TDLS_ACTION_FIELD{ -+ TDLS_SETUP_REQUEST = 0, -+ TDLS_SETUP_RESPONSE = 1, -+ TDLS_SETUP_CONFIRM = 2, -+ TDLS_TEARDOWN = 3, -+ TDLS_PEER_TRAFFIC_INDICATION = 4, -+ TDLS_CHANNEL_SWITCH_REQUEST = 5, -+ TDLS_CHANNEL_SWITCH_RESPONSE = 6, -+ TDLS_PEER_PSM_REQUEST = 7, -+ TDLS_PEER_PSM_RESPONSE = 8, -+ TDLS_PEER_TRAFFIC_RESPONSE = 9, -+ TDLS_DISCOVERY_REQUEST = 10, -+ TDLS_DISCOVERY_RESPONSE = 14, //it's used in public action frame -+}; -+ -+#define TUNNELED_PROBE_REQ 15 -+#define TUNNELED_PROBE_RSP 16 -+#endif //CONFIG_TDLS -+ -+/* BACK action code */ -+enum rtw_ieee80211_back_actioncode { -+ RTW_WLAN_ACTION_ADDBA_REQ = 0, -+ RTW_WLAN_ACTION_ADDBA_RESP = 1, -+ RTW_WLAN_ACTION_DELBA = 2, -+}; -+ -+/* HT features action code */ -+enum rtw_ieee80211_ht_actioncode { -+ RTW_WLAN_ACTION_HT_NOTI_CHNL_WIDTH = 0, -+ RTW_WLAN_ACTION_HT_SM_PS = 1, -+ RTW_WLAN_ACTION_HT_PSMP = 2, -+ RTW_WLAN_ACTION_HT_SET_PCO_PHASE = 3, -+ RTW_WLAN_ACTION_HT_CSI = 4, -+ RTW_WLAN_ACTION_HT_NON_COMPRESS_BEAMFORMING = 5, -+ RTW_WLAN_ACTION_HT_COMPRESS_BEAMFORMING = 6, -+ RTW_WLAN_ACTION_HT_ASEL_FEEDBACK = 7, -+}; -+ -+/* BACK (block-ack) parties */ -+enum rtw_ieee80211_back_parties { -+ RTW_WLAN_BACK_RECIPIENT = 0, -+ RTW_WLAN_BACK_INITIATOR = 1, -+ RTW_WLAN_BACK_TIMER = 2, -+}; -+ -+/*20/40 BSS Coexistence element */ -+#define RTW_WLAN_20_40_BSS_COEX_INFO_REQ BIT(0) -+#define RTW_WLAN_20_40_BSS_COEX_40MHZ_INTOL BIT(1) -+#define RTW_WLAN_20_40_BSS_COEX_20MHZ_WIDTH_REQ BIT(2) -+#define RTW_WLAN_20_40_BSS_COEX_OBSS_EXEMPT_REQ BIT(3) -+#define RTW_WLAN_20_40_BSS_COEX_OBSS_EXEMPT_GRNT BIT(4) -+ -+/* VHT features action code */ -+enum rtw_ieee80211_vht_actioncode{ -+ RTW_WLAN_ACTION_VHT_COMPRESSED_BEAMFORMING = 0, -+ RTW_WLAN_ACTION_VHT_GROUPID_MANAGEMENT = 1, -+ RTW_WLAN_ACTION_VHT_OPMODE_NOTIFICATION = 2, -+}; -+ -+ -+#define OUI_MICROSOFT 0x0050f2 /* Microsoft (also used in Wi-Fi specs) -+ * 00:50:F2 */ -+#ifndef PLATFORM_FREEBSD //Baron BSD has defined -+#define WME_OUI_TYPE 2 -+#endif //PLATFORM_FREEBSD -+#define WME_OUI_SUBTYPE_INFORMATION_ELEMENT 0 -+#define WME_OUI_SUBTYPE_PARAMETER_ELEMENT 1 -+#define WME_OUI_SUBTYPE_TSPEC_ELEMENT 2 -+#define WME_VERSION 1 -+ -+#define WME_ACTION_CODE_SETUP_REQUEST 0 -+#define WME_ACTION_CODE_SETUP_RESPONSE 1 -+#define WME_ACTION_CODE_TEARDOWN 2 -+ -+#define WME_SETUP_RESPONSE_STATUS_ADMISSION_ACCEPTED 0 -+#define WME_SETUP_RESPONSE_STATUS_INVALID_PARAMETERS 1 -+#define WME_SETUP_RESPONSE_STATUS_REFUSED 3 -+ -+#define WME_TSPEC_DIRECTION_UPLINK 0 -+#define WME_TSPEC_DIRECTION_DOWNLINK 1 -+#define WME_TSPEC_DIRECTION_BI_DIRECTIONAL 3 -+ -+ -+#define OUI_BROADCOM 0x00904c /* Broadcom (Epigram) */ -+ -+#define VENDOR_HT_CAPAB_OUI_TYPE 0x33 /* 00-90-4c:0x33 */ -+ -+/** -+ * enum rtw_ieee80211_channel_flags - channel flags -+ * -+ * Channel flags set by the regulatory control code. -+ * -+ * @RTW_IEEE80211_CHAN_DISABLED: This channel is disabled. -+ * @RTW_IEEE80211_CHAN_PASSIVE_SCAN: Only passive scanning is permitted -+ * on this channel. -+ * @RTW_IEEE80211_CHAN_NO_IBSS: IBSS is not allowed on this channel. -+ * @RTW_IEEE80211_CHAN_RADAR: Radar detection is required on this channel. -+ * @RTW_IEEE80211_CHAN_NO_HT40PLUS: extension channel above this channel -+ * is not permitted. -+ * @RTW_IEEE80211_CHAN_NO_HT40MINUS: extension channel below this channel -+ * is not permitted. -+ */ -+ enum rtw_ieee80211_channel_flags { -+ RTW_IEEE80211_CHAN_DISABLED = 1<<0, -+ RTW_IEEE80211_CHAN_PASSIVE_SCAN = 1<<1, -+ RTW_IEEE80211_CHAN_NO_IBSS = 1<<2, -+ RTW_IEEE80211_CHAN_RADAR = 1<<3, -+ RTW_IEEE80211_CHAN_NO_HT40PLUS = 1<<4, -+ RTW_IEEE80211_CHAN_NO_HT40MINUS = 1<<5, -+ }; -+ -+ #define RTW_IEEE80211_CHAN_NO_HT40 \ -+ (RTW_IEEE80211_CHAN_NO_HT40PLUS | RTW_IEEE80211_CHAN_NO_HT40MINUS) -+ -+/* Represent channel details, subset of ieee80211_channel */ -+struct rtw_ieee80211_channel { -+ //enum ieee80211_band band; -+ //u16 center_freq; -+ u16 hw_value; -+ u32 flags; -+ //int max_antenna_gain; -+ //int max_power; -+ //int max_reg_power; -+ //bool beacon_found; -+ //u32 orig_flags; -+ //int orig_mag; -+ //int orig_mpwr; -+}; -+ -+#define CHAN_FMT \ -+ /*"band:%d, "*/ \ -+ /*"center_freq:%u, "*/ \ -+ "hw_value:%u, " \ -+ "flags:0x%08x" \ -+ /*"max_antenna_gain:%d\n"*/ \ -+ /*"max_power:%d\n"*/ \ -+ /*"max_reg_power:%d\n"*/ \ -+ /*"beacon_found:%u\n"*/ \ -+ /*"orig_flags:0x%08x\n"*/ \ -+ /*"orig_mag:%d\n"*/ \ -+ /*"orig_mpwr:%d\n"*/ -+ -+#define CHAN_ARG(channel) \ -+ /*(channel)->band*/ \ -+ /*, (channel)->center_freq*/ \ -+ (channel)->hw_value \ -+ , (channel)->flags \ -+ /*, (channel)->max_antenna_gain*/ \ -+ /*, (channel)->max_power*/ \ -+ /*, (channel)->max_reg_power*/ \ -+ /*, (channel)->beacon_found*/ \ -+ /*, (channel)->orig_flags*/ \ -+ /*, (channel)->orig_mag*/ \ -+ /*, (channel)->orig_mpwr*/ \ -+ -+/* Parsed Information Elements */ -+struct rtw_ieee802_11_elems { -+ u8 *ssid; -+ u8 ssid_len; -+ u8 *supp_rates; -+ u8 supp_rates_len; -+ u8 *fh_params; -+ u8 fh_params_len; -+ u8 *ds_params; -+ u8 ds_params_len; -+ u8 *cf_params; -+ u8 cf_params_len; -+ u8 *tim; -+ u8 tim_len; -+ u8 *ibss_params; -+ u8 ibss_params_len; -+ u8 *challenge; -+ u8 challenge_len; -+ u8 *erp_info; -+ u8 erp_info_len; -+ u8 *ext_supp_rates; -+ u8 ext_supp_rates_len; -+ u8 *wpa_ie; -+ u8 wpa_ie_len; -+ u8 *rsn_ie; -+ u8 rsn_ie_len; -+ u8 *wme; -+ u8 wme_len; -+ u8 *wme_tspec; -+ u8 wme_tspec_len; -+ u8 *wps_ie; -+ u8 wps_ie_len; -+ u8 *power_cap; -+ u8 power_cap_len; -+ u8 *supp_channels; -+ u8 supp_channels_len; -+ u8 *mdie; -+ u8 mdie_len; -+ u8 *ftie; -+ u8 ftie_len; -+ u8 *timeout_int; -+ u8 timeout_int_len; -+ u8 *ht_capabilities; -+ u8 ht_capabilities_len; -+ u8 *ht_operation; -+ u8 ht_operation_len; -+ u8 *vendor_ht_cap; -+ u8 vendor_ht_cap_len; -+ u8 *vht_capabilities; -+ u8 vht_capabilities_len; -+ u8 *vht_operation; -+ u8 vht_operation_len; -+ u8 *vht_op_mode_notify; -+ u8 vht_op_mode_notify_len; -+}; -+ -+typedef enum { ParseOK = 0, ParseUnknown = 1, ParseFailed = -1 } ParseRes; -+ -+ParseRes rtw_ieee802_11_parse_elems(u8 *start, uint len, -+ struct rtw_ieee802_11_elems *elems, -+ int show_errors); -+ -+u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, unsigned int *frlen); -+u8 *rtw_set_ie(u8 *pbuf, sint index, uint len, u8 *source, uint *frlen); -+ -+enum secondary_ch_offset { -+ SCN = 0, /* no secondary channel */ -+ SCA = 1, /* secondary channel above */ -+ SCB = 3, /* secondary channel below */ -+}; -+u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset); -+u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset); -+u8 *rtw_set_ie_ch_switch(u8 *buf, u32 *buf_len, u8 ch_switch_mode, u8 new_ch, u8 ch_switch_cnt); -+u8 *rtw_set_ie_secondary_ch_offset(u8 *buf, u32 *buf_len, u8 secondary_ch_offset); -+u8 *rtw_set_ie_mesh_ch_switch_parm(u8 *buf, u32 *buf_len, u8 ttl, u8 flags, u16 reason, u16 precedence); -+ -+u8 *rtw_get_ie(u8*pbuf, sint index, sint *len, sint limit); -+u8 *rtw_get_ie_ex(u8 *in_ie, uint in_len, u8 eid, u8 *oui, u8 oui_len, u8 *ie, uint *ielen); -+int rtw_ies_remove_ie(u8 *ies, uint *ies_len, uint offset, u8 eid, u8 *oui, u8 oui_len); -+ -+void rtw_set_supported_rate(u8* SupportedRates, uint mode) ; -+ -+unsigned char *rtw_get_wpa_ie(unsigned char *pie, int *wpa_ie_len, int limit); -+unsigned char *rtw_get_wpa2_ie(unsigned char *pie, int *rsn_ie_len, int limit); -+int rtw_get_wpa_cipher_suite(u8 *s); -+int rtw_get_wpa2_cipher_suite(u8 *s); -+int rtw_get_wapi_ie(u8 *in_ie,uint in_len,u8 *wapi_ie,u16 *wapi_len); -+int rtw_parse_wpa_ie(u8* wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x); -+int rtw_parse_wpa2_ie(u8* wpa_ie, int wpa_ie_len, int *group_cipher, int *pairwise_cipher, int *is_8021x); -+ -+int rtw_get_sec_ie(u8 *in_ie,uint in_len,u8 *rsn_ie,u16 *rsn_len,u8 *wpa_ie,u16 *wpa_len); -+ -+u8 rtw_is_wps_ie(u8 *ie_ptr, uint *wps_ielen); -+u8 *rtw_get_wps_ie_from_scan_queue(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen, u8 frame_type); -+u8 *rtw_get_wps_ie(u8 *in_ie, uint in_len, u8 *wps_ie, uint *wps_ielen); -+u8 *rtw_get_wps_attr(u8 *wps_ie, uint wps_ielen, u16 target_attr_id ,u8 *buf_attr, u32 *len_attr); -+u8 *rtw_get_wps_attr_content(u8 *wps_ie, uint wps_ielen, u16 target_attr_id ,u8 *buf_content, uint *len_content); -+ -+/** -+ * for_each_ie - iterate over continuous IEs -+ * @ie: -+ * @buf: -+ * @buf_len: -+ */ -+#define for_each_ie(ie, buf, buf_len) \ -+ for (ie = (void*)buf; (((u8*)ie) - ((u8*)buf) + 1) < buf_len; ie = (void*)(((u8*)ie) + *(((u8*)ie)+1) + 2)) -+ -+void dump_ies(void *sel, u8 *buf, u32 buf_len); -+ -+#ifdef CONFIG_80211N_HT -+void dump_ht_cap_ie_content(void *sel, u8 *buf, u32 buf_len); -+#endif -+ -+void dump_wps_ie(void *sel, u8 *ie, u32 ie_len); -+ -+void rtw_ies_get_chbw(u8 *ies, int ies_len, u8 *ch, u8 *bw, u8 *offset); -+ -+void rtw_bss_get_chbw(WLAN_BSSID_EX *bss, u8 *ch, u8 *bw, u8 *offset); -+ -+bool rtw_is_chbw_grouped(u8 ch_a, u8 bw_a, u8 offset_a -+ , u8 ch_b, u8 bw_b, u8 offset_b); -+void rtw_sync_chbw(u8 *req_ch, u8 *req_bw, u8 *req_offset -+ , u8 *g_ch, u8 *g_bw, u8 *g_offset); -+ -+#ifdef CONFIG_P2P -+u32 rtw_get_p2p_merged_ies_len(u8 *in_ie, u32 in_len); -+int rtw_p2p_merge_ies(u8 *in_ie, u32 in_len, u8 *merge_ie); -+void dump_p2p_ie(void *sel, u8 *ie, u32 ie_len); -+u8 *rtw_get_p2p_ie(u8 *in_ie, int in_len, u8 *p2p_ie, uint *p2p_ielen); -+u8 *rtw_get_p2p_ie_from_scan_queue(u8 *in_ie, int in_len, u8 *p2p_ie, uint *p2p_ielen, u8 frame_type); -+u8 *rtw_get_p2p_attr(u8 *p2p_ie, uint p2p_ielen, u8 target_attr_id ,u8 *buf_attr, u32 *len_attr); -+u8 *rtw_get_p2p_attr_content(u8 *p2p_ie, uint p2p_ielen, u8 target_attr_id ,u8 *buf_content, uint *len_content); -+u32 rtw_set_p2p_attr_content(u8 *pbuf, u8 attr_id, u16 attr_len, u8 *pdata_attr); -+void rtw_WLAN_BSSID_EX_remove_p2p_attr(WLAN_BSSID_EX *bss_ex, u8 attr_id); -+#endif -+ -+#ifdef CONFIG_WFD -+void dump_wfd_ie(void *sel, u8 *ie, u32 ie_len); -+int rtw_get_wfd_ie(u8 *in_ie, int in_len, u8 *wfd_ie, uint *wfd_ielen); -+int rtw_get_wfd_ie_from_scan_queue(u8 *in_ie, int in_len, u8 *p2p_ie, uint *p2p_ielen, u8 frame_type); -+int rtw_get_wfd_attr_content(u8 *wfd_ie, uint wfd_ielen, u8 target_attr_id ,u8 *attr_content, uint *attr_contentlen); -+#endif // CONFIG_WFD -+ -+uint rtw_get_rateset_len(u8 *rateset); -+ -+struct registry_priv; -+int rtw_generate_ie(struct registry_priv *pregistrypriv); -+bool rtw_regsty_adjust_chbw(struct registry_priv *regsty, u8 req_ch, u8 *req_bw, u8 *req_offset); -+ -+int rtw_get_bit_value_from_ieee_value(u8 val); -+ -+uint rtw_is_cckrates_included(u8 *rate); -+ -+uint rtw_is_cckratesonly_included(u8 *rate); -+ -+int rtw_check_network_type(unsigned char *rate, int ratelen, int channel); -+ -+void rtw_get_bcn_info(struct wlan_network *pnetwork); -+ -+u8 rtw_check_invalid_mac_address(u8 *mac_addr, u8 check_local_bit); -+void rtw_macaddr_cfg(u8 *out, const u8 *hw_mac_addr); -+ -+u16 rtw_mcs_rate(u8 rf_type, u8 bw_40MHz, u8 short_GI, unsigned char * MCS_rate); -+u8 rtw_ht_mcsset_to_nss(u8 *supp_mcs_set); -+ -+int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8* category, u8 *action); -+const char *action_public_str(u8 action); -+ -+u8 key_2char2num(u8 hch, u8 lch); -+u8 str_2char2num(u8 hch, u8 lch); -+void macstr2num(u8 *dst, u8 *src); -+u8 convert_ip_addr(u8 hch, u8 mch, u8 lch); -+int wifirate2_ratetbl_inx(unsigned char rate); -+ -+#endif /* IEEE80211_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/if_ether.h linux/3rdparty/rtl8812au/include/if_ether.h ---- linux.old/3rdparty/rtl8812au/include/if_ether.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/if_ether.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,113 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef _LINUX_IF_ETHER_H -+#define _LINUX_IF_ETHER_H -+ -+/* -+ * IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble -+ * and FCS/CRC (frame check sequence). -+ */ -+ -+#define ETH_ALEN 6 /* Octets in one ethernet addr */ -+#define ETH_HLEN 14 /* Total octets in header. */ -+#define ETH_ZLEN 60 /* Min. octets in frame sans FCS */ -+#define ETH_DATA_LEN 1500 /* Max. octets in payload */ -+#define ETH_FRAME_LEN 1514 /* Max. octets in frame sans FCS */ -+ -+/* -+ * These are the defined Ethernet Protocol ID's. -+ */ -+ -+#define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ -+#define ETH_P_PUP 0x0200 /* Xerox PUP packet */ -+#define ETH_P_PUPAT 0x0201 /* Xerox PUP Addr Trans packet */ -+#define ETH_P_IP 0x0800 /* Internet Protocol packet */ -+#define ETH_P_X25 0x0805 /* CCITT X.25 */ -+#define ETH_P_ARP 0x0806 /* Address Resolution packet */ -+#define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */ -+#define ETH_P_IEEEPUP 0x0a00 /* Xerox IEEE802.3 PUP packet */ -+#define ETH_P_IEEEPUPAT 0x0a01 /* Xerox IEEE802.3 PUP Addr Trans packet */ -+#define ETH_P_DEC 0x6000 /* DEC Assigned proto */ -+#define ETH_P_DNA_DL 0x6001 /* DEC DNA Dump/Load */ -+#define ETH_P_DNA_RC 0x6002 /* DEC DNA Remote Console */ -+#define ETH_P_DNA_RT 0x6003 /* DEC DNA Routing */ -+#define ETH_P_LAT 0x6004 /* DEC LAT */ -+#define ETH_P_DIAG 0x6005 /* DEC Diagnostics */ -+#define ETH_P_CUST 0x6006 /* DEC Customer use */ -+#define ETH_P_SCA 0x6007 /* DEC Systems Comms Arch */ -+#define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ -+#define ETH_P_ATALK 0x809B /* Appletalk DDP */ -+#define ETH_P_AARP 0x80F3 /* Appletalk AARP */ -+#define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ -+#define ETH_P_IPX 0x8137 /* IPX over DIX */ -+#define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ -+#define ETH_P_PPP_DISC 0x8863 /* PPPoE discovery messages */ -+#define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ -+#define ETH_P_ATMMPOA 0x884c /* MultiProtocol Over ATM */ -+#define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport -+ * over Ethernet -+ */ -+ -+/* -+ * Non DIX types. Won't clash for 1500 types. -+ */ -+ -+#define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */ -+#define ETH_P_AX25 0x0002 /* Dummy protocol id for AX.25 */ -+#define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ -+#define ETH_P_802_2 0x0004 /* 802.2 frames */ -+#define ETH_P_SNAP 0x0005 /* Internal only */ -+#define ETH_P_DDCMP 0x0006 /* DEC DDCMP: Internal only */ -+#define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/ -+#define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */ -+#define ETH_P_LOCALTALK 0x0009 /* Localtalk pseudo type */ -+#define ETH_P_PPPTALK 0x0010 /* Dummy type for Atalk over PPP*/ -+#define ETH_P_TR_802_2 0x0011 /* 802.2 frames */ -+#define ETH_P_MOBITEX 0x0015 /* Mobitex (kaz@cafe.net) */ -+#define ETH_P_CONTROL 0x0016 /* Card specific control frames */ -+#define ETH_P_IRDA 0x0017 /* Linux-IrDA */ -+#define ETH_P_ECONET 0x0018 /* Acorn Econet */ -+ -+/* -+ * This is an Ethernet frame header. -+ */ -+ -+struct ethhdr -+{ -+ unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ -+ unsigned char h_source[ETH_ALEN]; /* source ether addr */ -+ unsigned short h_proto; /* packet type ID field */ -+}; -+ -+struct _vlan { -+ unsigned short h_vlan_TCI; // Encapsulates priority and VLAN ID -+ unsigned short h_vlan_encapsulated_proto; -+}; -+ -+ -+ -+#define get_vlan_id(pvlan) ((ntohs((unsigned short )pvlan->h_vlan_TCI)) & 0xfff) -+#define get_vlan_priority(pvlan) ((ntohs((unsigned short )pvlan->h_vlan_TCI))>>13) -+#define get_vlan_encap_proto(pvlan) (ntohs((unsigned short )pvlan->h_vlan_encapsulated_proto)) -+ -+ -+#endif /* _LINUX_IF_ETHER_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/ip.h linux/3rdparty/rtl8812au/include/ip.h ---- linux.old/3rdparty/rtl8812au/include/ip.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/ip.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,141 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _LINUX_IP_H -+#define _LINUX_IP_H -+ -+/* SOL_IP socket options */ -+ -+#define IPTOS_TOS_MASK 0x1E -+#define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) -+#define IPTOS_LOWDELAY 0x10 -+#define IPTOS_THROUGHPUT 0x08 -+#define IPTOS_RELIABILITY 0x04 -+#define IPTOS_MINCOST 0x02 -+ -+#define IPTOS_PREC_MASK 0xE0 -+#define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) -+#define IPTOS_PREC_NETCONTROL 0xe0 -+#define IPTOS_PREC_INTERNETCONTROL 0xc0 -+#define IPTOS_PREC_CRITIC_ECP 0xa0 -+#define IPTOS_PREC_FLASHOVERRIDE 0x80 -+#define IPTOS_PREC_FLASH 0x60 -+#define IPTOS_PREC_IMMEDIATE 0x40 -+#define IPTOS_PREC_PRIORITY 0x20 -+#define IPTOS_PREC_ROUTINE 0x00 -+ -+ -+/* IP options */ -+#define IPOPT_COPY 0x80 -+#define IPOPT_CLASS_MASK 0x60 -+#define IPOPT_NUMBER_MASK 0x1f -+ -+#define IPOPT_COPIED(o) ((o)&IPOPT_COPY) -+#define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) -+#define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) -+ -+#define IPOPT_CONTROL 0x00 -+#define IPOPT_RESERVED1 0x20 -+#define IPOPT_MEASUREMENT 0x40 -+#define IPOPT_RESERVED2 0x60 -+ -+#define IPOPT_END (0 |IPOPT_CONTROL) -+#define IPOPT_NOOP (1 |IPOPT_CONTROL) -+#define IPOPT_SEC (2 |IPOPT_CONTROL|IPOPT_COPY) -+#define IPOPT_LSRR (3 |IPOPT_CONTROL|IPOPT_COPY) -+#define IPOPT_TIMESTAMP (4 |IPOPT_MEASUREMENT) -+#define IPOPT_RR (7 |IPOPT_CONTROL) -+#define IPOPT_SID (8 |IPOPT_CONTROL|IPOPT_COPY) -+#define IPOPT_SSRR (9 |IPOPT_CONTROL|IPOPT_COPY) -+#define IPOPT_RA (20|IPOPT_CONTROL|IPOPT_COPY) -+ -+#define IPVERSION 4 -+#define MAXTTL 255 -+#define IPDEFTTL 64 -+ -+/* struct timestamp, struct route and MAX_ROUTES are removed. -+ -+ REASONS: it is clear that nobody used them because: -+ - MAX_ROUTES value was wrong. -+ - "struct route" was wrong. -+ - "struct timestamp" had fatally misaligned bitfields and was completely unusable. -+ */ -+ -+#define IPOPT_OPTVAL 0 -+#define IPOPT_OLEN 1 -+#define IPOPT_OFFSET 2 -+#define IPOPT_MINOFF 4 -+#define MAX_IPOPTLEN 40 -+#define IPOPT_NOP IPOPT_NOOP -+#define IPOPT_EOL IPOPT_END -+#define IPOPT_TS IPOPT_TIMESTAMP -+ -+#define IPOPT_TS_TSONLY 0 /* timestamps only */ -+#define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */ -+#define IPOPT_TS_PRESPEC 3 /* specified modules only */ -+ -+#ifdef PLATFORM_LINUX -+ -+struct ip_options { -+ __u32 faddr; /* Saved first hop address */ -+ unsigned char optlen; -+ unsigned char srr; -+ unsigned char rr; -+ unsigned char ts; -+ unsigned char is_setbyuser:1, /* Set by setsockopt? */ -+ is_data:1, /* Options in __data, rather than skb */ -+ is_strictroute:1, /* Strict source route */ -+ srr_is_hit:1, /* Packet destination addr was our one */ -+ is_changed:1, /* IP checksum more not valid */ -+ rr_needaddr:1, /* Need to record addr of outgoing dev */ -+ ts_needtime:1, /* Need to record timestamp */ -+ ts_needaddr:1; /* Need to record addr of outgoing dev */ -+ unsigned char router_alert; -+ unsigned char __pad1; -+ unsigned char __pad2; -+ unsigned char __data[0]; -+}; -+ -+#define optlength(opt) (sizeof(struct ip_options) + opt->optlen) -+#endif -+ -+struct iphdr { -+#if defined(__LITTLE_ENDIAN_BITFIELD) -+ __u8 ihl:4, -+ version:4; -+#elif defined (__BIG_ENDIAN_BITFIELD) -+ __u8 version:4, -+ ihl:4; -+#else -+#error "Please fix " -+#endif -+ __u8 tos; -+ __u16 tot_len; -+ __u16 id; -+ __u16 frag_off; -+ __u8 ttl; -+ __u8 protocol; -+ __u16 check; -+ __u32 saddr; -+ __u32 daddr; -+ /*The options start here. */ -+}; -+ -+#endif /* _LINUX_IP_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/linux/wireless.h linux/3rdparty/rtl8812au/include/linux/wireless.h ---- linux.old/3rdparty/rtl8812au/include/linux/wireless.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/linux/wireless.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,97 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef _LINUX_WIRELESS_H -+#define _LINUX_WIRELESS_H -+ -+/***************************** INCLUDES *****************************/ -+ -+#if 0 -+#include /* for __u* and __s* typedefs */ -+#include /* for "struct sockaddr" et al */ -+#include /* for IFNAMSIZ and co... */ -+#else -+#define __user -+//typedef uint16_t __u16; -+#include /* for "struct sockaddr" et al */ -+#include /* for IFNAMSIZ and co... */ -+#endif -+ -+/****************************** TYPES ******************************/ -+#ifdef CONFIG_COMPAT -+struct compat_iw_point { -+ compat_caddr_t pointer; -+ __u16 length; -+ __u16 flags; -+}; -+#endif -+/* --------------------------- SUBTYPES --------------------------- */ -+/* -+ * For all data larger than 16 octets, we need to use a -+ * pointer to memory allocated in user space. -+ */ -+struct iw_point -+{ -+ void __user *pointer; /* Pointer to the data (in user space) */ -+ __u16 length; /* number of fields or size in bytes */ -+ __u16 flags; /* Optional params */ -+}; -+ -+ -+/* ------------------------ IOCTL REQUEST ------------------------ */ -+/* -+ * This structure defines the payload of an ioctl, and is used -+ * below. -+ * -+ * Note that this structure should fit on the memory footprint -+ * of iwreq (which is the same as ifreq), which mean a max size of -+ * 16 octets = 128 bits. Warning, pointers might be 64 bits wide... -+ * You should check this when increasing the structures defined -+ * above in this file... -+ */ -+union iwreq_data -+{ -+ /* Config - generic */ -+ char name[IFNAMSIZ]; -+ /* Name : used to verify the presence of wireless extensions. -+ * Name of the protocol/provider... */ -+ -+ struct iw_point data; /* Other large parameters */ -+}; -+ -+/* -+ * The structure to exchange data for ioctl. -+ * This structure is the same as 'struct ifreq', but (re)defined for -+ * convenience... -+ * Do I need to remind you about structure size (32 octets) ? -+ */ -+struct iwreq -+{ -+ union -+ { -+ char ifrn_name[IFNAMSIZ]; /* if name, e.g. "eth0" */ -+ } ifr_ifrn; -+ -+ /* Data part (defined just above) */ -+ union iwreq_data u; -+}; -+ -+#endif /* _LINUX_WIRELESS_H */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/mlme_osdep.h linux/3rdparty/rtl8812au/include/mlme_osdep.h ---- linux.old/3rdparty/rtl8812au/include/mlme_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/mlme_osdep.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,37 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __MLME_OSDEP_H_ -+#define __MLME_OSDEP_H_ -+ -+ -+#if defined(PLATFORM_WINDOWS) || defined(PLATFORM_MPIXEL) -+extern int time_after(u32 now, u32 old); -+#endif -+ -+extern void rtw_init_mlme_timer(_adapter *padapter); -+extern void rtw_os_indicate_disconnect( _adapter *adapter ); -+extern void rtw_os_indicate_connect( _adapter *adapter ); -+void rtw_os_indicate_scan_done( _adapter *padapter, bool aborted); -+extern void rtw_report_sec_ie(_adapter *adapter,u8 authmode,u8 *sec_ie); -+ -+void rtw_reset_securitypriv( _adapter *adapter ); -+ -+#endif //_MLME_OSDEP_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/mp_custom_oid.h linux/3rdparty/rtl8812au/include/mp_custom_oid.h ---- linux.old/3rdparty/rtl8812au/include/mp_custom_oid.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/mp_custom_oid.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,354 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __CUSTOM_OID_H -+#define __CUSTOM_OID_H -+ -+// by Owen -+// 0xFF818000 - 0xFF81802F RTL8180 Mass Production Kit -+// 0xFF818500 - 0xFF81850F RTL8185 Setup Utility -+// 0xFF818580 - 0xFF81858F RTL8185 Phy Status Utility -+ -+// -+ -+// by Owen for Production Kit -+// For Production Kit with Agilent Equipments -+// in order to make our custom oids hopefully somewhat unique -+// we will use 0xFF (indicating implementation specific OID) -+// 81(first byte of non zero Realtek unique identifier) -+// 80 (second byte of non zero Realtek unique identifier) -+// XX (the custom OID number - providing 255 possible custom oids) -+ -+#define OID_RT_PRO_RESET_DUT 0xFF818000 -+#define OID_RT_PRO_SET_DATA_RATE 0xFF818001 -+#define OID_RT_PRO_START_TEST 0xFF818002 -+#define OID_RT_PRO_STOP_TEST 0xFF818003 -+#define OID_RT_PRO_SET_PREAMBLE 0xFF818004 -+#define OID_RT_PRO_SET_SCRAMBLER 0xFF818005 -+#define OID_RT_PRO_SET_FILTER_BB 0xFF818006 -+#define OID_RT_PRO_SET_MANUAL_DIVERSITY_BB 0xFF818007 -+#define OID_RT_PRO_SET_CHANNEL_DIRECT_CALL 0xFF818008 -+#define OID_RT_PRO_SET_SLEEP_MODE_DIRECT_CALL 0xFF818009 -+#define OID_RT_PRO_SET_WAKE_MODE_DIRECT_CALL 0xFF81800A -+ -+#define OID_RT_PRO_SET_TX_ANTENNA_BB 0xFF81800D -+#define OID_RT_PRO_SET_ANTENNA_BB 0xFF81800E -+#define OID_RT_PRO_SET_CR_SCRAMBLER 0xFF81800F -+#define OID_RT_PRO_SET_CR_NEW_FILTER 0xFF818010 -+#define OID_RT_PRO_SET_TX_POWER_CONTROL 0xFF818011 -+#define OID_RT_PRO_SET_CR_TX_CONFIG 0xFF818012 -+#define OID_RT_PRO_GET_TX_POWER_CONTROL 0xFF818013 -+#define OID_RT_PRO_GET_CR_SIGNAL_QUALITY 0xFF818014 -+#define OID_RT_PRO_SET_CR_SETPOINT 0xFF818015 -+#define OID_RT_PRO_SET_INTEGRATOR 0xFF818016 -+#define OID_RT_PRO_SET_SIGNAL_QUALITY 0xFF818017 -+#define OID_RT_PRO_GET_INTEGRATOR 0xFF818018 -+#define OID_RT_PRO_GET_SIGNAL_QUALITY 0xFF818019 -+#define OID_RT_PRO_QUERY_EEPROM_TYPE 0xFF81801A -+#define OID_RT_PRO_WRITE_MAC_ADDRESS 0xFF81801B -+#define OID_RT_PRO_READ_MAC_ADDRESS 0xFF81801C -+#define OID_RT_PRO_WRITE_CIS_DATA 0xFF81801D -+#define OID_RT_PRO_READ_CIS_DATA 0xFF81801E -+#define OID_RT_PRO_WRITE_POWER_CONTROL 0xFF81801F -+#define OID_RT_PRO_READ_POWER_CONTROL 0xFF818020 -+#define OID_RT_PRO_WRITE_EEPROM 0xFF818021 -+#define OID_RT_PRO_READ_EEPROM 0xFF818022 -+#define OID_RT_PRO_RESET_TX_PACKET_SENT 0xFF818023 -+#define OID_RT_PRO_QUERY_TX_PACKET_SENT 0xFF818024 -+#define OID_RT_PRO_RESET_RX_PACKET_RECEIVED 0xFF818025 -+#define OID_RT_PRO_QUERY_RX_PACKET_RECEIVED 0xFF818026 -+#define OID_RT_PRO_QUERY_RX_PACKET_CRC32_ERROR 0xFF818027 -+#define OID_RT_PRO_QUERY_CURRENT_ADDRESS 0xFF818028 -+#define OID_RT_PRO_QUERY_PERMANENT_ADDRESS 0xFF818029 -+#define OID_RT_PRO_SET_PHILIPS_RF_PARAMETERS 0xFF81802A -+#define OID_RT_PRO_RECEIVE_PACKET 0xFF81802C -+// added by Owen on 04/08/03 for Cameo's request -+#define OID_RT_PRO_WRITE_EEPROM_BYTE 0xFF81802D -+#define OID_RT_PRO_READ_EEPROM_BYTE 0xFF81802E -+#define OID_RT_PRO_SET_MODULATION 0xFF81802F -+// -+ -+//Sean -+#define OID_RT_DRIVER_OPTION 0xFF818080 -+#define OID_RT_RF_OFF 0xFF818081 -+#define OID_RT_AUTH_STATUS 0xFF818082 -+ -+//======================================================================== -+#define OID_RT_PRO_SET_CONTINUOUS_TX 0xFF81800B -+#define OID_RT_PRO_SET_SINGLE_CARRIER_TX 0xFF81800C -+#define OID_RT_PRO_SET_CARRIER_SUPPRESSION_TX 0xFF81802B -+#define OID_RT_PRO_SET_SINGLE_TONE_TX 0xFF818043 -+//======================================================================== -+ -+ -+// by Owen for RTL8185 Phy Status Report Utility -+#define OID_RT_UTILITY_FALSE_ALARM_COUNTERS 0xFF818580 -+#define OID_RT_UTILITY_SELECT_DEBUG_MODE 0xFF818581 -+#define OID_RT_UTILITY_SELECT_SUBCARRIER_NUMBER 0xFF818582 -+#define OID_RT_UTILITY_GET_RSSI_STATUS 0xFF818583 -+#define OID_RT_UTILITY_GET_FRAME_DETECTION_STATUS 0xFF818584 -+#define OID_RT_UTILITY_GET_AGC_AND_FREQUENCY_OFFSET_ESTIMATION_STATUS 0xFF818585 -+#define OID_RT_UTILITY_GET_CHANNEL_ESTIMATION_STATUS 0xFF818586 -+// -+ -+// by Owen on 03/09/19-03/09/22 for RTL8185 -+#define OID_RT_WIRELESS_MODE 0xFF818500 -+#define OID_RT_SUPPORTED_RATES 0xFF818501 -+#define OID_RT_DESIRED_RATES 0xFF818502 -+#define OID_RT_WIRELESS_MODE_STARTING_ADHOC 0xFF818503 -+// -+ -+#define OID_RT_GET_CONNECT_STATE 0xFF030001 -+#define OID_RT_RESCAN 0xFF030002 -+#define OID_RT_SET_KEY_LENGTH 0xFF030003 -+#define OID_RT_SET_DEFAULT_KEY_ID 0xFF030004 -+ -+#define OID_RT_SET_CHANNEL 0xFF010182 -+#define OID_RT_SET_SNIFFER_MODE 0xFF010183 -+#define OID_RT_GET_SIGNAL_QUALITY 0xFF010184 -+#define OID_RT_GET_SMALL_PACKET_CRC 0xFF010185 -+#define OID_RT_GET_MIDDLE_PACKET_CRC 0xFF010186 -+#define OID_RT_GET_LARGE_PACKET_CRC 0xFF010187 -+#define OID_RT_GET_TX_RETRY 0xFF010188 -+#define OID_RT_GET_RX_RETRY 0xFF010189 -+#define OID_RT_PRO_SET_FW_DIG_STATE 0xFF01018A//S -+#define OID_RT_PRO_SET_FW_RA_STATE 0xFF01018B//S -+ -+#define OID_RT_GET_RX_TOTAL_PACKET 0xFF010190 -+#define OID_RT_GET_TX_BEACON_OK 0xFF010191 -+#define OID_RT_GET_TX_BEACON_ERR 0xFF010192 -+#define OID_RT_GET_RX_ICV_ERR 0xFF010193 -+#define OID_RT_SET_ENCRYPTION_ALGORITHM 0xFF010194 -+#define OID_RT_SET_NO_AUTO_RESCAN 0xFF010195 -+#define OID_RT_GET_PREAMBLE_MODE 0xFF010196 -+#define OID_RT_GET_DRIVER_UP_DELTA_TIME 0xFF010197 -+#define OID_RT_GET_AP_IP 0xFF010198 -+#define OID_RT_GET_CHANNELPLAN 0xFF010199 -+#define OID_RT_SET_PREAMBLE_MODE 0xFF01019A -+#define OID_RT_SET_BCN_INTVL 0xFF01019B -+#define OID_RT_GET_RF_VENDER 0xFF01019C -+#define OID_RT_DEDICATE_PROBE 0xFF01019D -+#define OID_RT_PRO_RX_FILTER_PATTERN 0xFF01019E -+ -+#define OID_RT_GET_DCST_CURRENT_THRESHOLD 0xFF01019F -+ -+#define OID_RT_GET_CCA_ERR 0xFF0101A0 -+#define OID_RT_GET_CCA_UPGRADE_THRESHOLD 0xFF0101A1 -+#define OID_RT_GET_CCA_FALLBACK_THRESHOLD 0xFF0101A2 -+ -+#define OID_RT_GET_CCA_UPGRADE_EVALUATE_TIMES 0xFF0101A3 -+#define OID_RT_GET_CCA_FALLBACK_EVALUATE_TIMES 0xFF0101A4 -+ -+// by Owen on 03/31/03 for Cameo's request -+#define OID_RT_SET_RATE_ADAPTIVE 0xFF0101A5 -+// -+#define OID_RT_GET_DCST_EVALUATE_PERIOD 0xFF0101A5 -+#define OID_RT_GET_DCST_TIME_UNIT_INDEX 0xFF0101A6 -+#define OID_RT_GET_TOTAL_TX_BYTES 0xFF0101A7 -+#define OID_RT_GET_TOTAL_RX_BYTES 0xFF0101A8 -+#define OID_RT_CURRENT_TX_POWER_LEVEL 0xFF0101A9 -+#define OID_RT_GET_ENC_KEY_MISMATCH_COUNT 0xFF0101AA -+#define OID_RT_GET_ENC_KEY_MATCH_COUNT 0xFF0101AB -+#define OID_RT_GET_CHANNEL 0xFF0101AC -+ -+#define OID_RT_SET_CHANNELPLAN 0xFF0101AD -+#define OID_RT_GET_HARDWARE_RADIO_OFF 0xFF0101AE -+#define OID_RT_CHANNELPLAN_BY_COUNTRY 0xFF0101AF -+#define OID_RT_SCAN_AVAILABLE_BSSID 0xFF0101B0 -+#define OID_RT_GET_HARDWARE_VERSION 0xFF0101B1 -+#define OID_RT_GET_IS_ROAMING 0xFF0101B2 -+#define OID_RT_GET_IS_PRIVACY 0xFF0101B3 -+#define OID_RT_GET_KEY_MISMATCH 0xFF0101B4 -+#define OID_RT_SET_RSSI_ROAM_TRAFFIC_TH 0xFF0101B5 -+#define OID_RT_SET_RSSI_ROAM_SIGNAL_TH 0xFF0101B6 -+#define OID_RT_RESET_LOG 0xFF0101B7 -+#define OID_RT_GET_LOG 0xFF0101B8 -+#define OID_RT_SET_INDICATE_HIDDEN_AP 0xFF0101B9 -+#define OID_RT_GET_HEADER_FAIL 0xFF0101BA -+#define OID_RT_SUPPORTED_WIRELESS_MODE 0xFF0101BB -+#define OID_RT_GET_CHANNEL_LIST 0xFF0101BC -+#define OID_RT_GET_SCAN_IN_PROGRESS 0xFF0101BD -+#define OID_RT_GET_TX_INFO 0xFF0101BE -+#define OID_RT_RF_READ_WRITE_OFFSET 0xFF0101BF -+#define OID_RT_RF_READ_WRITE 0xFF0101C0 -+ -+// For Netgear request. 2005.01.13, by rcnjko. -+#define OID_RT_FORCED_DATA_RATE 0xFF0101C1 -+#define OID_RT_WIRELESS_MODE_FOR_SCAN_LIST 0xFF0101C2 -+// For Netgear request. 2005.02.17, by rcnjko. -+#define OID_RT_GET_BSS_WIRELESS_MODE 0xFF0101C3 -+// For AZ project. 2005.06.27, by rcnjko. -+#define OID_RT_SCAN_WITH_MAGIC_PACKET 0xFF0101C4 -+ -+// Vincent 8185MP -+#define OID_RT_PRO_RX_FILTER 0xFF0111C0 -+ -+//Andy TEST -+//#define OID_RT_PRO_WRITE_REGISTRY 0xFF0111C1 -+//#define OID_RT_PRO_READ_REGISTRY 0xFF0111C2 -+#define OID_CE_USB_WRITE_REGISTRY 0xFF0111C1 -+#define OID_CE_USB_READ_REGISTRY 0xFF0111C2 -+ -+ -+#define OID_RT_PRO_SET_INITIAL_GAIN 0xFF0111C3 -+#define OID_RT_PRO_SET_BB_RF_STANDBY_MODE 0xFF0111C4 -+#define OID_RT_PRO_SET_BB_RF_SHUTDOWN_MODE 0xFF0111C5 -+#define OID_RT_PRO_SET_TX_CHARGE_PUMP 0xFF0111C6 -+#define OID_RT_PRO_SET_RX_CHARGE_PUMP 0xFF0111C7 -+#define OID_RT_PRO_RF_WRITE_REGISTRY 0xFF0111C8 -+#define OID_RT_PRO_RF_READ_REGISTRY 0xFF0111C9 -+#define OID_RT_PRO_QUERY_RF_TYPE 0xFF0111CA -+ -+// AP OID -+#define OID_RT_AP_GET_ASSOCIATED_STATION_LIST 0xFF010300 -+#define OID_RT_AP_GET_CURRENT_TIME_STAMP 0xFF010301 -+#define OID_RT_AP_SWITCH_INTO_AP_MODE 0xFF010302 -+#define OID_RT_AP_SET_DTIM_PERIOD 0xFF010303 -+#define OID_RT_AP_SUPPORTED 0xFF010304 // Determine if driver supports AP mode. 2004.08.27, by rcnjko. -+#define OID_RT_AP_SET_PASSPHRASE 0xFF010305 // Set WPA-PSK passphrase into authenticator. 2005.07.08, byrcnjko. -+ -+// 8187MP. 2004.09.06, by rcnjko. -+#define OID_RT_PRO8187_WI_POLL 0xFF818780 -+#define OID_RT_PRO_WRITE_BB_REG 0xFF818781 -+#define OID_RT_PRO_READ_BB_REG 0xFF818782 -+#define OID_RT_PRO_WRITE_RF_REG 0xFF818783 -+#define OID_RT_PRO_READ_RF_REG 0xFF818784 -+ -+// Meeting House. added by Annie, 2005-07-20. -+#define OID_RT_MH_VENDER_ID 0xFFEDC100 -+ -+//8711 MP OID added 20051230. -+#define OID_RT_PRO8711_JOIN_BSS 0xFF871100//S -+ -+#define OID_RT_PRO_READ_REGISTER 0xFF871101 //Q -+#define OID_RT_PRO_WRITE_REGISTER 0xFF871102 //S -+ -+#define OID_RT_PRO_BURST_READ_REGISTER 0xFF871103 //Q -+#define OID_RT_PRO_BURST_WRITE_REGISTER 0xFF871104 //S -+ -+#define OID_RT_PRO_WRITE_TXCMD 0xFF871105 //S -+ -+#define OID_RT_PRO_READ16_EEPROM 0xFF871106 //Q -+#define OID_RT_PRO_WRITE16_EEPROM 0xFF871107 //S -+ -+#define OID_RT_PRO_H2C_SET_COMMAND 0xFF871108 //S -+#define OID_RT_PRO_H2C_QUERY_RESULT 0xFF871109 //Q -+ -+#define OID_RT_PRO8711_WI_POLL 0xFF87110A //Q -+#define OID_RT_PRO8711_PKT_LOSS 0xFF87110B //Q -+#define OID_RT_RD_ATTRIB_MEM 0xFF87110C//Q -+#define OID_RT_WR_ATTRIB_MEM 0xFF87110D//S -+ -+ -+//Method 2 for H2C/C2H -+#define OID_RT_PRO_H2C_CMD_MODE 0xFF871110 //S -+#define OID_RT_PRO_H2C_CMD_RSP_MODE 0xFF871111 //Q -+#define OID_RT_PRO_H2C_CMD_EVENT_MODE 0xFF871112 //S -+#define OID_RT_PRO_WAIT_C2H_EVENT 0xFF871113 //Q -+#define OID_RT_PRO_RW_ACCESS_PROTOCOL_TEST 0xFF871114//Q -+ -+#define OID_RT_PRO_SCSI_ACCESS_TEST 0xFF871115 //Q, S -+ -+#define OID_RT_PRO_SCSI_TCPIPOFFLOAD_OUT 0xFF871116 //S -+#define OID_RT_PRO_SCSI_TCPIPOFFLOAD_IN 0xFF871117 //Q,S -+#define OID_RT_RRO_RX_PKT_VIA_IOCTRL 0xFF871118 //Q -+#define OID_RT_RRO_RX_PKTARRAY_VIA_IOCTRL 0xFF871119 //Q -+ -+#define OID_RT_RPO_SET_PWRMGT_TEST 0xFF87111A //S -+#define OID_RT_PRO_QRY_PWRMGT_TEST 0XFF87111B //Q -+#define OID_RT_RPO_ASYNC_RWIO_TEST 0xFF87111C //S -+#define OID_RT_RPO_ASYNC_RWIO_POLL 0xFF87111D //Q -+#define OID_RT_PRO_SET_RF_INTFS 0xFF87111E //S -+#define OID_RT_POLL_RX_STATUS 0xFF87111F //Q -+ -+#define OID_RT_PRO_CFG_DEBUG_MESSAGE 0xFF871120 //Q,S -+#define OID_RT_PRO_SET_DATA_RATE_EX 0xFF871121//S -+#define OID_RT_PRO_SET_BASIC_RATE 0xFF871122//S -+#define OID_RT_PRO_READ_TSSI 0xFF871123//S -+#define OID_RT_PRO_SET_POWER_TRACKING 0xFF871124//S -+ -+ -+#define OID_RT_PRO_QRY_PWRSTATE 0xFF871150 //Q -+#define OID_RT_PRO_SET_PWRSTATE 0xFF871151 //S -+ -+//Method 2 , using workitem -+#define OID_RT_SET_READ_REG 0xFF871181 //S -+#define OID_RT_SET_WRITE_REG 0xFF871182 //S -+#define OID_RT_SET_BURST_READ_REG 0xFF871183 //S -+#define OID_RT_SET_BURST_WRITE_REG 0xFF871184 //S -+#define OID_RT_SET_WRITE_TXCMD 0xFF871185 //S -+#define OID_RT_SET_READ16_EEPROM 0xFF871186 //S -+#define OID_RT_SET_WRITE16_EEPROM 0xFF871187 //S -+#define OID_RT_QRY_POLL_WKITEM 0xFF871188 //Q -+ -+//For SDIO INTERFACE only -+#define OID_RT_PRO_SYNCPAGERW_SRAM 0xFF8711A0 //Q, S -+#define OID_RT_PRO_871X_DRV_EXT 0xFF8711A1 -+ -+//For USB INTERFACE only -+#define OID_RT_PRO_USB_VENDOR_REQ 0xFF8711B0 //Q, S -+#define OID_RT_PRO_SCSI_AUTO_TEST 0xFF8711B1 //S -+#define OID_RT_PRO_USB_MAC_AC_FIFO_WRITE 0xFF8711B2 //S -+#define OID_RT_PRO_USB_MAC_RX_FIFO_READ 0xFF8711B3 //Q -+#define OID_RT_PRO_USB_MAC_RX_FIFO_POLLING 0xFF8711B4 //Q -+ -+#define OID_RT_PRO_H2C_SET_RATE_TABLE 0xFF8711FB //S -+#define OID_RT_PRO_H2C_GET_RATE_TABLE 0xFF8711FC //S -+#define OID_RT_PRO_H2C_C2H_LBK_TEST 0xFF8711FE -+ -+#define OID_RT_PRO_ENCRYPTION_CTRL 0xFF871200 //Q, S -+#define OID_RT_PRO_ADD_STA_INFO 0xFF871201 //S -+#define OID_RT_PRO_DELE_STA_INFO 0xFF871202 //S -+#define OID_RT_PRO_QUERY_DR_VARIABLE 0xFF871203 //Q -+ -+#define OID_RT_PRO_RX_PACKET_TYPE 0xFF871204 //Q, S -+ -+#define OID_RT_PRO_READ_EFUSE 0xFF871205 //Q -+#define OID_RT_PRO_WRITE_EFUSE 0xFF871206 //S -+#define OID_RT_PRO_RW_EFUSE_PGPKT 0xFF871207 //Q, S -+#define OID_RT_GET_EFUSE_CURRENT_SIZE 0xFF871208 //Q -+ -+#define OID_RT_SET_BANDWIDTH 0xFF871209 //S -+#define OID_RT_SET_CRYSTAL_CAP 0xFF87120A //S -+ -+#define OID_RT_SET_RX_PACKET_TYPE 0xFF87120B //S -+ -+#define OID_RT_GET_EFUSE_MAX_SIZE 0xFF87120C //Q -+ -+#define OID_RT_PRO_SET_TX_AGC_OFFSET 0xFF87120D //S -+ -+#define OID_RT_PRO_SET_PKT_TEST_MODE 0xFF87120E //S -+ -+#define OID_RT_PRO_FOR_EVM_TEST_SETTING 0xFF87120F //S -+ -+#define OID_RT_PRO_GET_THERMAL_METER 0xFF871210 //Q -+ -+#define OID_RT_RESET_PHY_RX_PACKET_COUNT 0xFF871211 //S -+#define OID_RT_GET_PHY_RX_PACKET_RECEIVED 0xFF871212 //Q -+#define OID_RT_GET_PHY_RX_PACKET_CRC32_ERROR 0xFF871213 //Q -+ -+#define OID_RT_SET_POWER_DOWN 0xFF871214 //S -+ -+#define OID_RT_GET_POWER_MODE 0xFF871215 //Q -+ -+#define OID_RT_PRO_EFUSE 0xFF871216 //Q, S -+#define OID_RT_PRO_EFUSE_MAP 0xFF871217 //Q, S -+ -+#endif //#ifndef __CUSTOM_OID_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/nic_spec.h linux/3rdparty/rtl8812au/include/nic_spec.h ---- linux.old/3rdparty/rtl8812au/include/nic_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/nic_spec.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,47 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef __NIC_SPEC_H__ -+#define __NIC_SPEC_H__ -+ -+#include -+ -+#define RTL8711_MCTRL_ (0x20000) -+#define RTL8711_UART_ (0x30000) -+#define RTL8711_TIMER_ (0x40000) -+#define RTL8711_FINT_ (0x50000) -+#define RTL8711_HINT_ (0x50000) -+#define RTL8711_GPIO_ (0x60000) -+#define RTL8711_WLANCTRL_ (0x200000) -+#define RTL8711_WLANFF_ (0xe00000) -+#define RTL8711_HCICTRL_ (0x600000) -+#define RTL8711_SYSCFG_ (0x620000) -+#define RTL8711_SYSCTRL_ (0x620000) -+#define RTL8711_MCCTRL_ (0x020000) -+ -+ -+#include -+ -+#include -+ -+ -+#endif // __RTL8711_SPEC_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/osdep_intf.h linux/3rdparty/rtl8812au/include/osdep_intf.h ---- linux.old/3rdparty/rtl8812au/include/osdep_intf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/osdep_intf.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,173 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __OSDEP_INTF_H_ -+#define __OSDEP_INTF_H_ -+ -+ -+struct intf_priv { -+ -+ u8 *intf_dev; -+ u32 max_iosz; //USB2.0: 128, USB1.1: 64, SDIO:64 -+ u32 max_xmitsz; //USB2.0: unlimited, SDIO:512 -+ u32 max_recvsz; //USB2.0: unlimited, SDIO:512 -+ -+ volatile u8 *io_rwmem; -+ volatile u8 *allocated_io_rwmem; -+ u32 io_wsz; //unit: 4bytes -+ u32 io_rsz;//unit: 4bytes -+ u8 intf_status; -+ -+ void (*_bus_io)(u8 *priv); -+ -+/* -+Under Sync. IRP (SDIO/USB) -+A protection mechanism is necessary for the io_rwmem(read/write protocol) -+ -+Under Async. IRP (SDIO/USB) -+The protection mechanism is through the pending queue. -+*/ -+ -+ _mutex ioctl_mutex; -+ -+ -+#ifdef PLATFORM_LINUX -+ #ifdef CONFIG_USB_HCI -+ // when in USB, IO is through interrupt in/out endpoints -+ struct usb_device *udev; -+ PURB piorw_urb; -+ u8 io_irp_cnt; -+ u8 bio_irp_pending; -+ _sema io_retevt; -+ _timer io_timer; -+ u8 bio_irp_timeout; -+ u8 bio_timer_cancel; -+ #endif -+#endif -+ -+#ifdef PLATFORM_OS_XP -+ #ifdef CONFIG_SDIO_HCI -+ // below is for io_rwmem... -+ PMDL pmdl; -+ PSDBUS_REQUEST_PACKET sdrp; -+ PSDBUS_REQUEST_PACKET recv_sdrp; -+ PSDBUS_REQUEST_PACKET xmit_sdrp; -+ -+ PIRP piorw_irp; -+ -+ #endif -+ #ifdef CONFIG_USB_HCI -+ PURB piorw_urb; -+ PIRP piorw_irp; -+ u8 io_irp_cnt; -+ u8 bio_irp_pending; -+ _sema io_retevt; -+ #endif -+#endif -+ -+}; -+ -+ -+#ifdef CONFIG_R871X_TEST -+int rtw_start_pseudo_adhoc(_adapter *padapter); -+int rtw_stop_pseudo_adhoc(_adapter *padapter); -+#endif -+ -+struct dvobj_priv *devobj_init(void); -+void devobj_deinit(struct dvobj_priv *pdvobj); -+ -+u8 rtw_init_drv_sw(_adapter *padapter); -+u8 rtw_free_drv_sw(_adapter *padapter); -+u8 rtw_reset_drv_sw(_adapter *padapter); -+void rtw_dev_unload(PADAPTER padapter); -+ -+u32 rtw_start_drv_threads(_adapter *padapter); -+void rtw_stop_drv_threads (_adapter *padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void rtw_cancel_dynamic_chk_timer(_adapter *padapter); -+#endif -+void rtw_cancel_all_timer(_adapter *padapter); -+ -+uint loadparam(_adapter *adapter); -+ -+#ifdef PLATFORM_LINUX -+int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); -+ -+int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname); -+struct net_device *rtw_init_netdev(_adapter *padapter); -+ -+void rtw_os_ndev_free(_adapter *adapter); -+int rtw_os_ndev_init(_adapter *adapter, char *name); -+void rtw_os_ndev_deinit(_adapter *adapter); -+void rtw_os_ndevs_unregister(struct dvobj_priv *dvobj); -+int rtw_os_ndevs_init(struct dvobj_priv *dvobj); -+void rtw_os_ndevs_deinit(struct dvobj_priv *dvobj); -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+u16 rtw_recv_select_queue(struct sk_buff *skb); -+#endif //LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35) -+ -+int rtw_ndev_notifier_register(void); -+void rtw_ndev_notifier_unregister(void); -+ -+#include "../os_dep/linux/rtw_proc.h" -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+#include "../os_dep/linux/ioctl_cfg80211.h" -+#endif //CONFIG_IOCTL_CFG80211 -+ -+#endif //PLATFORM_LINUX -+ -+ -+#ifdef PLATFORM_FREEBSD -+extern int rtw_ioctl(struct ifnet * ifp, u_long cmd, caddr_t data); -+#endif -+ -+void rtw_ips_dev_unload(_adapter *padapter); -+ -+#ifdef CONFIG_IPS -+int rtw_ips_pwr_up(_adapter *padapter); -+void rtw_ips_pwr_down(_adapter *padapter); -+#endif -+ -+#ifdef CONFIG_CONCURRENT_MODE -+struct _io_ops; -+_adapter *rtw_drv_if2_init(_adapter *primary_padapter, void (*set_intf_ops)(_adapter *primary_padapter,struct _io_ops *pops)); -+void rtw_drv_if2_free(_adapter *if2); -+void rtw_drv_if2_stop(_adapter *if2); -+#ifdef CONFIG_MULTI_VIR_IFACES -+struct dvobj_priv; -+_adapter *rtw_drv_add_vir_if(_adapter *primary_padapter, void (*set_intf_ops)(_adapter *primary_padapter,struct _io_ops *pops)); -+void rtw_drv_stop_vir_ifaces(struct dvobj_priv *dvobj); -+void rtw_drv_free_vir_ifaces(struct dvobj_priv *dvobj); -+#endif //CONFIG_MULTI_VIR_IFACES -+#endif -+ -+void rtw_ndev_destructor(_nic_hdl ndev); -+ -+#ifdef CONFIG_ARP_KEEP_ALIVE -+int rtw_gw_addr_query(_adapter *padapter); -+#endif -+ -+int rtw_suspend_common(_adapter *padapter); -+int rtw_resume_common(_adapter *padapter); -+ -+#endif //_OSDEP_INTF_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/osdep_service_bsd.h linux/3rdparty/rtl8812au/include/osdep_service_bsd.h ---- linux.old/3rdparty/rtl8812au/include/osdep_service_bsd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/osdep_service_bsd.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,749 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __OSDEP_BSD_SERVICE_H_ -+#define __OSDEP_BSD_SERVICE_H_ -+ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+ -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include "usbdevs.h" -+ -+#define USB_DEBUG_VAR rum_debug -+#include -+ -+#if 1 //Baron porting from linux, it's all temp solution, needs to check again -+#include -+#include /* XXX for PCPU_GET */ -+// typedef struct semaphore _sema; -+ typedef struct sema _sema; -+// typedef spinlock_t _lock; -+ typedef struct mtx _lock; -+ typedef struct mtx _mutex; -+ typedef struct timer_list _timer; -+ struct list_head { -+ struct list_head *next, *prev; -+ }; -+ struct __queue { -+ struct list_head queue; -+ _lock lock; -+ }; -+ -+ //typedef struct sk_buff _pkt; -+ typedef struct mbuf _pkt; -+ typedef struct mbuf _buffer; -+ -+ typedef struct __queue _queue; -+ typedef struct list_head _list; -+ typedef int _OS_STATUS; -+ //typedef u32 _irqL; -+ typedef unsigned long _irqL; -+ typedef struct ifnet * _nic_hdl; -+ -+ typedef pid_t _thread_hdl_; -+// typedef struct thread _thread_hdl_; -+ typedef void thread_return; -+ typedef void* thread_context; -+ -+ //#define thread_exit() complete_and_exit(NULL, 0) -+ -+ #define thread_exit() do{printf("%s", "RTKTHREAD_exit");}while(0) -+ -+ typedef void timer_hdl_return; -+ typedef void* timer_hdl_context; -+ typedef struct work_struct _workitem; -+ -+#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -+/* emulate a modern version */ -+#define LINUX_VERSION_CODE KERNEL_VERSION(2, 6, 35) -+ -+#define WIRELESS_EXT -1 -+#define HZ hz -+#define spin_lock_irqsave mtx_lock_irqsave -+#define spin_lock_bh mtx_lock_irqsave -+#define mtx_lock_irqsave(lock, x) mtx_lock(lock)//{local_irq_save((x)); mtx_lock_spin((lock));} -+//#define IFT_RTW 0xf9 //ifnet allocate type for RTW -+#define free_netdev if_free -+#define LIST_CONTAINOR(ptr, type, member) \ -+ ((type *)((char *)(ptr)-(SIZE_T)(&((type *)0)->member))) -+#define container_of(p,t,n) (t*)((p)-&(((t*)0)->n)) -+/* -+ * Linux timers are emulated using FreeBSD callout functions -+ * (and taskqueue functionality). -+ * -+ * Currently no timer stats functionality. -+ * -+ * See (linux_compat) processes.c -+ * -+ */ -+struct timer_list { -+ -+ /* FreeBSD callout related fields */ -+ struct callout callout; -+ -+ //timeout function -+ void (*function)(void*); -+ //argument -+ void *arg; -+ -+}; -+struct workqueue_struct; -+struct work_struct; -+typedef void (*work_func_t)(struct work_struct *work); -+/* Values for the state of an item of work (work_struct) */ -+typedef enum work_state { -+ WORK_STATE_UNSET = 0, -+ WORK_STATE_CALLOUT_PENDING = 1, -+ WORK_STATE_TASK_PENDING = 2, -+ WORK_STATE_WORK_CANCELLED = 3 -+} work_state_t; -+ -+struct work_struct { -+ struct task task; /* FreeBSD task */ -+ work_state_t state; /* the pending or otherwise state of work. */ -+ work_func_t func; -+}; -+#define spin_unlock_irqrestore mtx_unlock_irqrestore -+#define spin_unlock_bh mtx_unlock_irqrestore -+#define mtx_unlock_irqrestore(lock,x) mtx_unlock(lock); -+extern void _rtw_spinlock_init(_lock *plock); -+ -+//modify private structure to match freebsd -+#define BITS_PER_LONG 32 -+union ktime { -+ s64 tv64; -+#if BITS_PER_LONG != 64 && !defined(CONFIG_KTIME_SCALAR) -+ struct { -+#ifdef __BIG_ENDIAN -+ s32 sec, nsec; -+#else -+ s32 nsec, sec; -+#endif -+ } tv; -+#endif -+}; -+#define kmemcheck_bitfield_begin(name) -+#define kmemcheck_bitfield_end(name) -+#define CHECKSUM_NONE 0 -+typedef unsigned char *sk_buff_data_t; -+typedef union ktime ktime_t; /* Kill this */ -+ -+void rtw_mtx_lock(_lock *plock); -+ -+void rtw_mtx_unlock(_lock *plock); -+ -+/** -+ * struct sk_buff - socket buffer -+ * @next: Next buffer in list -+ * @prev: Previous buffer in list -+ * @sk: Socket we are owned by -+ * @tstamp: Time we arrived -+ * @dev: Device we arrived on/are leaving by -+ * @transport_header: Transport layer header -+ * @network_header: Network layer header -+ * @mac_header: Link layer header -+ * @_skb_refdst: destination entry (with norefcount bit) -+ * @sp: the security path, used for xfrm -+ * @cb: Control buffer. Free for use by every layer. Put private vars here -+ * @len: Length of actual data -+ * @data_len: Data length -+ * @mac_len: Length of link layer header -+ * @hdr_len: writable header length of cloned skb -+ * @csum: Checksum (must include start/offset pair) -+ * @csum_start: Offset from skb->head where checksumming should start -+ * @csum_offset: Offset from csum_start where checksum should be stored -+ * @local_df: allow local fragmentation -+ * @cloned: Head may be cloned (check refcnt to be sure) -+ * @nohdr: Payload reference only, must not modify header -+ * @pkt_type: Packet class -+ * @fclone: skbuff clone status -+ * @ip_summed: Driver fed us an IP checksum -+ * @priority: Packet queueing priority -+ * @users: User count - see {datagram,tcp}.c -+ * @protocol: Packet protocol from driver -+ * @truesize: Buffer size -+ * @head: Head of buffer -+ * @data: Data head pointer -+ * @tail: Tail pointer -+ * @end: End pointer -+ * @destructor: Destruct function -+ * @mark: Generic packet mark -+ * @nfct: Associated connection, if any -+ * @ipvs_property: skbuff is owned by ipvs -+ * @peeked: this packet has been seen already, so stats have been -+ * done for it, don't do them again -+ * @nf_trace: netfilter packet trace flag -+ * @nfctinfo: Relationship of this skb to the connection -+ * @nfct_reasm: netfilter conntrack re-assembly pointer -+ * @nf_bridge: Saved data about a bridged frame - see br_netfilter.c -+ * @skb_iif: ifindex of device we arrived on -+ * @rxhash: the packet hash computed on receive -+ * @queue_mapping: Queue mapping for multiqueue devices -+ * @tc_index: Traffic control index -+ * @tc_verd: traffic control verdict -+ * @ndisc_nodetype: router type (from link layer) -+ * @dma_cookie: a cookie to one of several possible DMA operations -+ * done by skb DMA functions -+ * @secmark: security marking -+ * @vlan_tci: vlan tag control information -+ */ -+ -+struct sk_buff { -+ /* These two members must be first. */ -+ struct sk_buff *next; -+ struct sk_buff *prev; -+ -+ ktime_t tstamp; -+ -+ struct sock *sk; -+ //struct net_device *dev; -+ struct ifnet *dev; -+ -+ /* -+ * This is the control buffer. It is free to use for every -+ * layer. Please put your private variables there. If you -+ * want to keep them across layers you have to do a skb_clone() -+ * first. This is owned by whoever has the skb queued ATM. -+ */ -+ char cb[48] __aligned(8); -+ -+ unsigned long _skb_refdst; -+#ifdef CONFIG_XFRM -+ struct sec_path *sp; -+#endif -+ unsigned int len, -+ data_len; -+ u16 mac_len, -+ hdr_len; -+ union { -+ u32 csum; -+ struct { -+ u16 csum_start; -+ u16 csum_offset; -+ }smbol2; -+ }smbol1; -+ u32 priority; -+ kmemcheck_bitfield_begin(flags1); -+ u8 local_df:1, -+ cloned:1, -+ ip_summed:2, -+ nohdr:1, -+ nfctinfo:3; -+ u8 pkt_type:3, -+ fclone:2, -+ ipvs_property:1, -+ peeked:1, -+ nf_trace:1; -+ kmemcheck_bitfield_end(flags1); -+ u16 protocol; -+ -+ void (*destructor)(struct sk_buff *skb); -+#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE) -+ struct nf_conntrack *nfct; -+ struct sk_buff *nfct_reasm; -+#endif -+#ifdef CONFIG_BRIDGE_NETFILTER -+ struct nf_bridge_info *nf_bridge; -+#endif -+ -+ int skb_iif; -+#ifdef CONFIG_NET_SCHED -+ u16 tc_index; /* traffic control index */ -+#ifdef CONFIG_NET_CLS_ACT -+ u16 tc_verd; /* traffic control verdict */ -+#endif -+#endif -+ -+ u32 rxhash; -+ -+ kmemcheck_bitfield_begin(flags2); -+ u16 queue_mapping:16; -+#ifdef CONFIG_IPV6_NDISC_NODETYPE -+ u8 ndisc_nodetype:2, -+ deliver_no_wcard:1; -+#else -+ u8 deliver_no_wcard:1; -+#endif -+ kmemcheck_bitfield_end(flags2); -+ -+ /* 0/14 bit hole */ -+ -+#ifdef CONFIG_NET_DMA -+ dma_cookie_t dma_cookie; -+#endif -+#ifdef CONFIG_NETWORK_SECMARK -+ u32 secmark; -+#endif -+ union { -+ u32 mark; -+ u32 dropcount; -+ }symbol3; -+ -+ u16 vlan_tci; -+ -+ sk_buff_data_t transport_header; -+ sk_buff_data_t network_header; -+ sk_buff_data_t mac_header; -+ /* These elements must be at the end, see alloc_skb() for details. */ -+ sk_buff_data_t tail; -+ sk_buff_data_t end; -+ unsigned char *head, -+ *data; -+ unsigned int truesize; -+ atomic_t users; -+}; -+struct sk_buff_head { -+ /* These two members must be first. */ -+ struct sk_buff *next; -+ struct sk_buff *prev; -+ -+ u32 qlen; -+ _lock lock; -+}; -+#define skb_tail_pointer(skb) skb->tail -+static inline unsigned char *skb_put(struct sk_buff *skb, unsigned int len) -+{ -+ unsigned char *tmp = skb_tail_pointer(skb); -+ //SKB_LINEAR_ASSERT(skb); -+ skb->tail += len; -+ skb->len += len; -+ return tmp; -+} -+ -+static inline unsigned char *__skb_pull(struct sk_buff *skb, unsigned int len) -+{ -+ skb->len -= len; -+ if(skb->len < skb->data_len) -+ printf("%s(),%d,error!\n",__FUNCTION__,__LINE__); -+ return skb->data += len; -+} -+static inline unsigned char *skb_pull(struct sk_buff *skb, unsigned int len) -+{ -+ #ifdef PLATFORM_FREEBSD -+ return __skb_pull(skb, len); -+ #else -+ return unlikely(len > skb->len) ? NULL : __skb_pull(skb, len); -+ #endif //PLATFORM_FREEBSD -+} -+static inline u32 skb_queue_len(const struct sk_buff_head *list_) -+{ -+ return list_->qlen; -+} -+static inline void __skb_insert(struct sk_buff *newsk, -+ struct sk_buff *prev, struct sk_buff *next, -+ struct sk_buff_head *list) -+{ -+ newsk->next = next; -+ newsk->prev = prev; -+ next->prev = prev->next = newsk; -+ list->qlen++; -+} -+static inline void __skb_queue_before(struct sk_buff_head *list, -+ struct sk_buff *next, -+ struct sk_buff *newsk) -+{ -+ __skb_insert(newsk, next->prev, next, list); -+} -+static inline void skb_queue_tail(struct sk_buff_head *list, -+ struct sk_buff *newsk) -+{ -+ mtx_lock(&list->lock); -+ __skb_queue_before(list, (struct sk_buff *)list, newsk); -+ mtx_unlock(&list->lock); -+} -+static inline struct sk_buff *skb_peek(struct sk_buff_head *list_) -+{ -+ struct sk_buff *list = ((struct sk_buff *)list_)->next; -+ if (list == (struct sk_buff *)list_) -+ list = NULL; -+ return list; -+} -+static inline void __skb_unlink(struct sk_buff *skb, struct sk_buff_head *list) -+{ -+ struct sk_buff *next, *prev; -+ -+ list->qlen--; -+ next = skb->next; -+ prev = skb->prev; -+ skb->next = skb->prev = NULL; -+ next->prev = prev; -+ prev->next = next; -+} -+ -+static inline struct sk_buff *skb_dequeue(struct sk_buff_head *list) -+{ -+ mtx_lock(&list->lock); -+ -+ struct sk_buff *skb = skb_peek(list); -+ if (skb) -+ __skb_unlink(skb, list); -+ -+ mtx_unlock(&list->lock); -+ -+ return skb; -+} -+static inline void skb_reserve(struct sk_buff *skb, int len) -+{ -+ skb->data += len; -+ skb->tail += len; -+} -+static inline void __skb_queue_head_init(struct sk_buff_head *list) -+{ -+ list->prev = list->next = (struct sk_buff *)list; -+ list->qlen = 0; -+} -+/* -+ * This function creates a split out lock class for each invocation; -+ * this is needed for now since a whole lot of users of the skb-queue -+ * infrastructure in drivers have different locking usage (in hardirq) -+ * than the networking core (in softirq only). In the long run either the -+ * network layer or drivers should need annotation to consolidate the -+ * main types of usage into 3 classes. -+ */ -+static inline void skb_queue_head_init(struct sk_buff_head *list) -+{ -+ _rtw_spinlock_init(&list->lock); -+ __skb_queue_head_init(list); -+} -+unsigned long copy_from_user(void *to, const void *from, unsigned long n); -+unsigned long copy_to_user(void *to, const void *from, unsigned long n); -+struct sk_buff * dev_alloc_skb(unsigned int size); -+struct sk_buff *skb_clone(const struct sk_buff *skb); -+void dev_kfree_skb_any(struct sk_buff *skb); -+#endif //Baron porting from linux, it's all temp solution, needs to check again -+ -+ -+#if 1 // kenny add Linux compatibility code for Linux USB driver -+#include -+ -+#define __init // __attribute ((constructor)) -+#define __exit // __attribute ((destructor)) -+ -+/* -+ * Definitions for module_init and module_exit macros. -+ * -+ * These macros will use the SYSINIT framework to call a specified -+ * function (with no arguments) on module loading or unloading. -+ * -+ */ -+ -+void module_init_exit_wrapper(void *arg); -+ -+#define module_init(initfn) \ -+ SYSINIT(mod_init_ ## initfn, \ -+ SI_SUB_KLD, SI_ORDER_FIRST, \ -+ module_init_exit_wrapper, initfn) -+ -+#define module_exit(exitfn) \ -+ SYSUNINIT(mod_exit_ ## exitfn, \ -+ SI_SUB_KLD, SI_ORDER_ANY, \ -+ module_init_exit_wrapper, exitfn) -+ -+/* -+ * The usb_register and usb_deregister functions are used to register -+ * usb drivers with the usb subsystem. -+ */ -+int usb_register(struct usb_driver *driver); -+int usb_deregister(struct usb_driver *driver); -+ -+/* -+ * usb_get_dev and usb_put_dev - increment/decrement the reference count -+ * of the usb device structure. -+ * -+ * Original body of usb_get_dev: -+ * -+ * if (dev) -+ * get_device(&dev->dev); -+ * return dev; -+ * -+ * Reference counts are not currently used in this compatibility -+ * layer. So these functions will do nothing. -+ */ -+static inline struct usb_device * -+usb_get_dev(struct usb_device *dev) -+{ -+ return dev; -+} -+ -+static inline void -+usb_put_dev(struct usb_device *dev) -+{ -+ return; -+} -+ -+ -+// rtw_usb_compat_linux -+int rtw_usb_submit_urb(struct urb *urb, uint16_t mem_flags); -+int rtw_usb_unlink_urb(struct urb *urb); -+int rtw_usb_clear_halt(struct usb_device *dev, struct usb_host_endpoint *uhe); -+int rtw_usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, -+ uint8_t request, uint8_t requesttype, -+ uint16_t value, uint16_t index, void *data, -+ uint16_t size, usb_timeout_t timeout); -+int rtw_usb_set_interface(struct usb_device *dev, uint8_t iface_no, uint8_t alt_index); -+int rtw_usb_setup_endpoint(struct usb_device *dev, -+ struct usb_host_endpoint *uhe, usb_size_t bufsize); -+struct urb *rtw_usb_alloc_urb(uint16_t iso_packets, uint16_t mem_flags); -+struct usb_host_endpoint *rtw_usb_find_host_endpoint(struct usb_device *dev, uint8_t type, uint8_t ep); -+struct usb_host_interface *rtw_usb_altnum_to_altsetting(const struct usb_interface *intf, uint8_t alt_index); -+struct usb_interface *rtw_usb_ifnum_to_if(struct usb_device *dev, uint8_t iface_no); -+void *rtw_usbd_get_intfdata(struct usb_interface *intf); -+void rtw_usb_linux_register(void *arg); -+void rtw_usb_linux_deregister(void *arg); -+void rtw_usb_linux_free_device(struct usb_device *dev); -+void rtw_usb_free_urb(struct urb *urb); -+void rtw_usb_init_urb(struct urb *urb); -+void rtw_usb_kill_urb(struct urb *urb); -+void rtw_usb_set_intfdata(struct usb_interface *intf, void *data); -+void rtw_usb_fill_bulk_urb(struct urb *urb, struct usb_device *udev, -+ struct usb_host_endpoint *uhe, void *buf, -+ int length, usb_complete_t callback, void *arg); -+int rtw_usb_bulk_msg(struct usb_device *udev, struct usb_host_endpoint *uhe, -+ void *data, int len, uint16_t *pactlen, usb_timeout_t timeout); -+void *usb_get_intfdata(struct usb_interface *intf); -+int usb_linux_init_endpoints(struct usb_device *udev); -+ -+ -+ -+typedef struct urb * PURB; -+ -+typedef unsigned gfp_t; -+#define __GFP_WAIT ((gfp_t)0x10u) /* Can wait and reschedule? */ -+#define __GFP_HIGH ((gfp_t)0x20u) /* Should access emergency pools? */ -+#define __GFP_IO ((gfp_t)0x40u) /* Can start physical IO? */ -+#define __GFP_FS ((gfp_t)0x80u) /* Can call down to low-level FS? */ -+#define __GFP_COLD ((gfp_t)0x100u) /* Cache-cold page required */ -+#define __GFP_NOWARN ((gfp_t)0x200u) /* Suppress page allocation failure warning */ -+#define __GFP_REPEAT ((gfp_t)0x400u) /* Retry the allocation. Might fail */ -+#define __GFP_NOFAIL ((gfp_t)0x800u) /* Retry for ever. Cannot fail */ -+#define __GFP_NORETRY ((gfp_t)0x1000u)/* Do not retry. Might fail */ -+#define __GFP_NO_GROW ((gfp_t)0x2000u)/* Slab internal usage */ -+#define __GFP_COMP ((gfp_t)0x4000u)/* Add compound page metadata */ -+#define __GFP_ZERO ((gfp_t)0x8000u)/* Return zeroed page on success */ -+#define __GFP_NOMEMALLOC ((gfp_t)0x10000u) /* Don't use emergency reserves */ -+#define __GFP_HARDWALL ((gfp_t)0x20000u) /* Enforce hardwall cpuset memory allocs */ -+ -+/* This equals 0, but use constants in case they ever change */ -+#define GFP_NOWAIT (GFP_ATOMIC & ~__GFP_HIGH) -+/* GFP_ATOMIC means both !wait (__GFP_WAIT not set) and use emergency pool */ -+#define GFP_ATOMIC (__GFP_HIGH) -+#define GFP_NOIO (__GFP_WAIT) -+#define GFP_NOFS (__GFP_WAIT | __GFP_IO) -+#define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS) -+#define GFP_USER (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL) -+#define GFP_HIGHUSER (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL | \ -+ __GFP_HIGHMEM) -+ -+ -+#endif // kenny add Linux compatibility code for Linux USB -+ -+__inline static _list *get_next(_list *list) -+{ -+ return list->next; -+} -+ -+__inline static _list *get_list_head(_queue *queue) -+{ -+ return (&(queue->queue)); -+} -+ -+ -+#define LIST_CONTAINOR(ptr, type, member) \ -+ ((type *)((char *)(ptr)-(SIZE_T)(&((type *)0)->member))) -+ -+ -+__inline static void _enter_critical(_lock *plock, _irqL *pirqL) -+{ -+ spin_lock_irqsave(plock, *pirqL); -+} -+ -+__inline static void _exit_critical(_lock *plock, _irqL *pirqL) -+{ -+ spin_unlock_irqrestore(plock, *pirqL); -+} -+ -+__inline static void _enter_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ spin_lock_irqsave(plock, *pirqL); -+} -+ -+__inline static void _exit_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ spin_unlock_irqrestore(plock, *pirqL); -+} -+ -+__inline static void _enter_critical_bh(_lock *plock, _irqL *pirqL) -+{ -+ spin_lock_bh(plock, *pirqL); -+} -+ -+__inline static void _exit_critical_bh(_lock *plock, _irqL *pirqL) -+{ -+ spin_unlock_bh(plock, *pirqL); -+} -+ -+__inline static void _enter_critical_mutex(_mutex *pmutex, _irqL *pirqL) -+{ -+ -+ mtx_lock(pmutex); -+ -+} -+ -+ -+__inline static void _exit_critical_mutex(_mutex *pmutex, _irqL *pirqL) -+{ -+ -+ mtx_unlock(pmutex); -+ -+} -+static inline void __list_del(struct list_head * prev, struct list_head * next) -+{ -+ next->prev = prev; -+ prev->next = next; -+} -+static inline void INIT_LIST_HEAD(struct list_head *list) -+{ -+ list->next = list; -+ list->prev = list; -+} -+__inline static void rtw_list_delete(_list *plist) -+{ -+ __list_del(plist->prev, plist->next); -+ INIT_LIST_HEAD(plist); -+} -+ -+__inline static void _init_timer(_timer *ptimer,_nic_hdl padapter,void *pfunc,void* cntx) -+{ -+ ptimer->function = pfunc; -+ ptimer->arg = cntx; -+ callout_init(&ptimer->callout, CALLOUT_MPSAFE); -+} -+ -+__inline static void _set_timer(_timer *ptimer,u32 delay_time) -+{ -+ // mod_timer(ptimer , (jiffies+(delay_time*HZ/1000))); -+ if(ptimer->function && ptimer->arg){ -+ rtw_mtx_lock(NULL); -+ callout_reset(&ptimer->callout, delay_time,ptimer->function, ptimer->arg); -+ rtw_mtx_unlock(NULL); -+ } -+} -+ -+__inline static void _cancel_timer(_timer *ptimer,u8 *bcancelled) -+{ -+ // del_timer_sync(ptimer); -+ // *bcancelled= _TRUE;//TRUE ==1; FALSE==0 -+ rtw_mtx_lock(NULL); -+ callout_drain(&ptimer->callout); -+ rtw_mtx_unlock(NULL); -+} -+ -+__inline static void _init_workitem(_workitem *pwork, void *pfunc, PVOID cntx) -+{ -+ printf("%s Not implement yet! \n",__FUNCTION__); -+} -+ -+__inline static void _set_workitem(_workitem *pwork) -+{ -+ printf("%s Not implement yet! \n",__FUNCTION__); -+// schedule_work(pwork); -+} -+ -+// -+// Global Mutex: can only be used at PASSIVE level. -+// -+ -+#define ACQUIRE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+} -+ -+#define RELEASE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+} -+ -+#define ATOMIC_INIT(i) { (i) } -+ -+static __inline void thread_enter(char *name); -+ -+//Atomic integer operations -+typedef uint32_t ATOMIC_T ; -+ -+#define rtw_netdev_priv(netdev) (((struct ifnet *)netdev)->if_softc) -+ -+#define rtw_free_netdev(netdev) if_free((netdev)) -+ -+#define NDEV_FMT "%s" -+#define NDEV_ARG(ndev) "" -+#define ADPT_FMT "%s" -+#define ADPT_ARG(adapter) "" -+#define FUNC_NDEV_FMT "%s" -+#define FUNC_NDEV_ARG(ndev) __func__ -+#define FUNC_ADPT_FMT "%s" -+#define FUNC_ADPT_ARG(adapter) __func__ -+ -+#define STRUCT_PACKED -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/osdep_service_ce.h linux/3rdparty/rtl8812au/include/osdep_service_ce.h ---- linux.old/3rdparty/rtl8812au/include/osdep_service_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/osdep_service_ce.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,192 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __OSDEP_CE_SERVICE_H_ -+#define __OSDEP_CE_SERVICE_H_ -+ -+ -+#include -+#include -+ -+#ifdef CONFIG_SDIO_HCI -+#include "SDCardDDK.h" -+#endif -+ -+#ifdef CONFIG_USB_HCI -+#include -+#endif -+ -+typedef HANDLE _sema; -+typedef LIST_ENTRY _list; -+typedef NDIS_STATUS _OS_STATUS; -+ -+typedef NDIS_SPIN_LOCK _lock; -+ -+typedef HANDLE _rwlock; //Mutex -+ -+typedef u32 _irqL; -+ -+typedef NDIS_HANDLE _nic_hdl; -+ -+ -+typedef NDIS_MINIPORT_TIMER _timer; -+ -+struct __queue { -+ LIST_ENTRY queue; -+ _lock lock; -+}; -+ -+typedef NDIS_PACKET _pkt; -+typedef NDIS_BUFFER _buffer; -+typedef struct __queue _queue; -+ -+typedef HANDLE _thread_hdl_; -+typedef DWORD thread_return; -+typedef void* thread_context; -+typedef NDIS_WORK_ITEM _workitem; -+ -+#define thread_exit() ExitThread(STATUS_SUCCESS); return 0; -+ -+ -+#define SEMA_UPBND (0x7FFFFFFF) //8192 -+ -+__inline static _list *get_prev(_list *list) -+{ -+ return list->Blink; -+} -+ -+__inline static _list *get_next(_list *list) -+{ -+ return list->Flink; -+} -+ -+__inline static _list *get_list_head(_queue *queue) -+{ -+ return (&(queue->queue)); -+} -+ -+#define LIST_CONTAINOR(ptr, type, member) CONTAINING_RECORD(ptr, type, member) -+ -+__inline static void _enter_critical(_lock *plock, _irqL *pirqL) -+{ -+ NdisAcquireSpinLock(plock); -+} -+ -+__inline static void _exit_critical(_lock *plock, _irqL *pirqL) -+{ -+ NdisReleaseSpinLock(plock); -+} -+ -+__inline static _enter_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ NdisDprAcquireSpinLock(plock); -+} -+ -+__inline static _exit_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ NdisDprReleaseSpinLock(plock); -+} -+ -+ -+__inline static void _enter_hwio_critical(_rwlock *prwlock, _irqL *pirqL) -+{ -+ WaitForSingleObject(*prwlock, INFINITE ); -+ -+} -+ -+__inline static void _exit_hwio_critical(_rwlock *prwlock, _irqL *pirqL) -+{ -+ ReleaseMutex(*prwlock); -+} -+ -+__inline static void rtw_list_delete(_list *plist) -+{ -+ RemoveEntryList(plist); -+ InitializeListHead(plist); -+} -+ -+#define RTW_TIMER_HDL_ARGS IN PVOID SystemSpecific1, IN PVOID FunctionContext, IN PVOID SystemSpecific2, IN PVOID SystemSpecific3 -+ -+__inline static void _init_timer(_timer *ptimer,_nic_hdl nic_hdl,void *pfunc,PVOID cntx) -+{ -+ NdisMInitializeTimer(ptimer, nic_hdl, pfunc, cntx); -+} -+ -+__inline static void _set_timer(_timer *ptimer,u32 delay_time) -+{ -+ NdisMSetTimer(ptimer,delay_time); -+} -+ -+__inline static void _cancel_timer(_timer *ptimer,u8 *bcancelled) -+{ -+ NdisMCancelTimer(ptimer,bcancelled); -+} -+ -+__inline static void _init_workitem(_workitem *pwork, void *pfunc, PVOID cntx) -+{ -+ -+ NdisInitializeWorkItem(pwork, pfunc, cntx); -+} -+ -+__inline static void _set_workitem(_workitem *pwork) -+{ -+ NdisScheduleWorkItem(pwork); -+} -+ -+#define ATOMIC_INIT(i) { (i) } -+ -+// -+// Global Mutex: can only be used at PASSIVE level. -+// -+ -+#define ACQUIRE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+ while (NdisInterlockedIncrement((PULONG)&(_MutexCounter)) != 1)\ -+ { \ -+ NdisInterlockedDecrement((PULONG)&(_MutexCounter)); \ -+ NdisMSleep(10000); \ -+ } \ -+} -+ -+#define RELEASE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+ NdisInterlockedDecrement((PULONG)&(_MutexCounter)); \ -+} -+ -+// limitation of path length -+#define PATH_LENGTH_MAX MAX_PATH -+ -+//Atomic integer operations -+#define ATOMIC_T LONG -+ -+#define NDEV_FMT "%s" -+#define NDEV_ARG(ndev) "" -+#define ADPT_FMT "%s" -+#define ADPT_ARG(adapter) "" -+#define FUNC_NDEV_FMT "%s" -+#define FUNC_NDEV_ARG(ndev) __func__ -+#define FUNC_ADPT_FMT "%s" -+#define FUNC_ADPT_ARG(adapter) __func__ -+ -+#define STRUCT_PACKED -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/osdep_service.h linux/3rdparty/rtl8812au/include/osdep_service.h ---- linux.old/3rdparty/rtl8812au/include/osdep_service.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/osdep_service.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,627 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __OSDEP_SERVICE_H_ -+#define __OSDEP_SERVICE_H_ -+ -+ -+#define _FAIL 0 -+#define _SUCCESS 1 -+#define RTW_RX_HANDLED 2 -+//#define RTW_STATUS_TIMEDOUT -110 -+ -+#undef _TRUE -+#define _TRUE 1 -+ -+#undef _FALSE -+#define _FALSE 0 -+ -+ -+#ifdef PLATFORM_FREEBSD -+#include -+#endif -+ -+#ifdef PLATFORM_LINUX -+#include -+#endif -+ -+#ifdef PLATFORM_OS_XP -+#include -+#endif -+ -+#ifdef PLATFORM_OS_CE -+#include -+#endif -+ -+#define RTW_TIMER_HDL_NAME(name) rtw_##name##_timer_hdl -+#define RTW_DECLARE_TIMER_HDL(name) void RTW_TIMER_HDL_NAME(name)(RTW_TIMER_HDL_ARGS) -+ -+//#include -+ -+#ifndef BIT -+ #define BIT(x) ( 1 << (x)) -+#endif -+ -+#define BIT0 0x00000001 -+#define BIT1 0x00000002 -+#define BIT2 0x00000004 -+#define BIT3 0x00000008 -+#define BIT4 0x00000010 -+#define BIT5 0x00000020 -+#define BIT6 0x00000040 -+#define BIT7 0x00000080 -+#define BIT8 0x00000100 -+#define BIT9 0x00000200 -+#define BIT10 0x00000400 -+#define BIT11 0x00000800 -+#define BIT12 0x00001000 -+#define BIT13 0x00002000 -+#define BIT14 0x00004000 -+#define BIT15 0x00008000 -+#define BIT16 0x00010000 -+#define BIT17 0x00020000 -+#define BIT18 0x00040000 -+#define BIT19 0x00080000 -+#define BIT20 0x00100000 -+#define BIT21 0x00200000 -+#define BIT22 0x00400000 -+#define BIT23 0x00800000 -+#define BIT24 0x01000000 -+#define BIT25 0x02000000 -+#define BIT26 0x04000000 -+#define BIT27 0x08000000 -+#define BIT28 0x10000000 -+#define BIT29 0x20000000 -+#define BIT30 0x40000000 -+#define BIT31 0x80000000 -+#define BIT32 0x0100000000 -+#define BIT33 0x0200000000 -+#define BIT34 0x0400000000 -+#define BIT35 0x0800000000 -+#define BIT36 0x1000000000 -+ -+extern int RTW_STATUS_CODE(int error_code); -+ -+#ifndef RTK_DMP_PLATFORM -+#define CONFIG_USE_VMALLOC -+#endif -+ -+/* flags used for rtw_mstat_update() */ -+enum mstat_f { -+ /* type: 0x00ff */ -+ MSTAT_TYPE_VIR = 0x00, -+ MSTAT_TYPE_PHY= 0x01, -+ MSTAT_TYPE_SKB = 0x02, -+ MSTAT_TYPE_USB = 0x03, -+ MSTAT_TYPE_MAX = 0x04, -+ -+ /* func: 0xff00 */ -+ MSTAT_FUNC_UNSPECIFIED = 0x00<<8, -+ MSTAT_FUNC_IO = 0x01<<8, -+ MSTAT_FUNC_TX_IO = 0x02<<8, -+ MSTAT_FUNC_RX_IO = 0x03<<8, -+ MSTAT_FUNC_TX = 0x04<<8, -+ MSTAT_FUNC_RX = 0x05<<8, -+ MSTAT_FUNC_CFG_VENDOR = 0x06<<8, -+ MSTAT_FUNC_MAX = 0x07<<8, -+}; -+ -+#define mstat_tf_idx(flags) ((flags)&0xff) -+#define mstat_ff_idx(flags) (((flags)&0xff00) >> 8) -+ -+typedef enum mstat_status{ -+ MSTAT_ALLOC_SUCCESS = 0, -+ MSTAT_ALLOC_FAIL, -+ MSTAT_FREE -+} MSTAT_STATUS; -+ -+#ifdef DBG_MEM_ALLOC -+void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); -+void rtw_mstat_dump (void *sel); -+u8* dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); -+u8* dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); -+void dbg_rtw_vmfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); -+u8* dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); -+u8* dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); -+void dbg_rtw_mfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); -+ -+struct sk_buff * dbg_rtw_skb_alloc(unsigned int size, const enum mstat_f flags, const char *func, const int line); -+void dbg_rtw_skb_free(struct sk_buff *skb, const enum mstat_f flags, const char *func, const int line); -+struct sk_buff *dbg_rtw_skb_copy(const struct sk_buff *skb, const enum mstat_f flags, const char *func, const int line); -+struct sk_buff *dbg_rtw_skb_clone(struct sk_buff *skb, const enum mstat_f flags, const char *func, const int line); -+int dbg_rtw_netif_rx(_nic_hdl ndev, struct sk_buff *skb, const enum mstat_f flags, const char *func, int line); -+void dbg_rtw_skb_queue_purge(struct sk_buff_head *list, enum mstat_f flags, const char *func, int line); -+#ifdef CONFIG_USB_HCI -+void *dbg_rtw_usb_buffer_alloc(struct usb_device *dev, size_t size, dma_addr_t *dma, const enum mstat_f flags, const char *func, const int line); -+void dbg_rtw_usb_buffer_free(struct usb_device *dev, size_t size, void *addr, dma_addr_t dma, const enum mstat_f flags, const char *func, const int line); -+#endif /* CONFIG_USB_HCI */ -+ -+#ifdef CONFIG_USE_VMALLOC -+#define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) -+#define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) -+#define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) -+#define rtw_vmalloc_f(sz, mstat_f) dbg_rtw_vmalloc((sz), ((mstat_f)&0xff00)|MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) -+#define rtw_zvmalloc_f(sz, mstat_f) dbg_rtw_zvmalloc((sz), ((mstat_f)&0xff00)|MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) -+#define rtw_vmfree_f(pbuf, sz, mstat_f) dbg_rtw_vmfree((pbuf), (sz), ((mstat_f)&0xff00)|MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) -+#else /* CONFIG_USE_VMALLOC */ -+#define rtw_vmalloc(sz) dbg_rtw_malloc((sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_zvmalloc(sz) dbg_rtw_zmalloc((sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_vmfree(pbuf, sz) dbg_rtw_mfree((pbuf), (sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_vmalloc_f(sz, mstat_f) dbg_rtw_malloc((sz), ((mstat_f)&0xff00)|MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_zvmalloc_f(sz, mstat_f) dbg_rtw_zmalloc((sz), ((mstat_f)&0xff00)|MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_vmfree_f(pbuf, sz, mstat_f) dbg_rtw_mfree((pbuf), (sz), ((mstat_f)&0xff00)|MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#endif /* CONFIG_USE_VMALLOC */ -+#define rtw_malloc(sz) dbg_rtw_malloc((sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_zmalloc(sz) dbg_rtw_zmalloc((sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_mfree(pbuf, sz) dbg_rtw_mfree((pbuf), (sz), MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_malloc_f(sz, mstat_f) dbg_rtw_malloc((sz), ((mstat_f)&0xff00)|MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_zmalloc_f(sz, mstat_f) dbg_rtw_zmalloc((sz), ((mstat_f)&0xff00)|MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+#define rtw_mfree_f(pbuf, sz, mstat_f) dbg_rtw_mfree((pbuf), (sz), ((mstat_f)&0xff00)|MSTAT_TYPE_PHY, __FUNCTION__, __LINE__) -+ -+#define rtw_skb_alloc(size) dbg_rtw_skb_alloc((size), MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_free(skb) dbg_rtw_skb_free((skb), MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_alloc_f(size, mstat_f) dbg_rtw_skb_alloc((size), ((mstat_f)&0xff00)|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_free_f(skb, mstat_f) dbg_rtw_skb_free((skb), ((mstat_f)&0xff00)|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_copy(skb) dbg_rtw_skb_copy((skb), MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_clone(skb) dbg_rtw_skb_clone((skb), MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_copy_f(skb, mstat_f) dbg_rtw_skb_copy((skb), ((mstat_f)&0xff00)|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_clone_f(skb, mstat_f) dbg_rtw_skb_clone((skb), ((mstat_f)&0xff00)|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_netif_rx(ndev, skb) dbg_rtw_netif_rx(ndev, skb, MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#define rtw_skb_queue_purge(sk_buff_head) dbg_rtw_skb_queue_purge(sk_buff_head, MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#ifdef CONFIG_USB_HCI -+#define rtw_usb_buffer_alloc(dev, size, dma) dbg_rtw_usb_buffer_alloc((dev), (size), (dma), MSTAT_TYPE_USB, __FUNCTION__, __LINE__) -+#define rtw_usb_buffer_free(dev, size, addr, dma) dbg_rtw_usb_buffer_free((dev), (size), (addr), (dma), MSTAT_TYPE_USB, __FUNCTION__, __LINE__) -+#define rtw_usb_buffer_alloc_f(dev, size, dma, mstat_f) dbg_rtw_usb_buffer_alloc((dev), (size), (dma), ((mstat_f)&0xff00)|MSTAT_TYPE_USB, __FUNCTION__, __LINE__) -+#define rtw_usb_buffer_free_f(dev, size, addr, dma, mstat_f) dbg_rtw_usb_buffer_free((dev), (size), (addr), (dma), ((mstat_f)&0xff00)|MSTAT_TYPE_USB, __FUNCTION__, __LINE__) -+#endif /* CONFIG_USB_HCI */ -+ -+#else /* DBG_MEM_ALLOC */ -+#define rtw_mstat_update(flag, status, sz) do {} while(0) -+#define rtw_mstat_dump(sel) do {} while(0) -+u8* _rtw_vmalloc(u32 sz); -+u8* _rtw_zvmalloc(u32 sz); -+void _rtw_vmfree(u8 *pbuf, u32 sz); -+u8* _rtw_zmalloc(u32 sz); -+u8* _rtw_malloc(u32 sz); -+void _rtw_mfree(u8 *pbuf, u32 sz); -+ -+struct sk_buff *_rtw_skb_alloc(u32 sz); -+void _rtw_skb_free(struct sk_buff *skb); -+struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb); -+struct sk_buff *_rtw_skb_clone(struct sk_buff *skb); -+int _rtw_netif_rx(_nic_hdl ndev, struct sk_buff *skb); -+void _rtw_skb_queue_purge(struct sk_buff_head *list); -+ -+#ifdef CONFIG_USB_HCI -+void *_rtw_usb_buffer_alloc(struct usb_device *dev, size_t size, dma_addr_t *dma); -+void _rtw_usb_buffer_free(struct usb_device *dev, size_t size, void *addr, dma_addr_t dma); -+#endif /* CONFIG_USB_HCI */ -+ -+#ifdef CONFIG_USE_VMALLOC -+#define rtw_vmalloc(sz) _rtw_vmalloc((sz)) -+#define rtw_zvmalloc(sz) _rtw_zvmalloc((sz)) -+#define rtw_vmfree(pbuf, sz) _rtw_vmfree((pbuf), (sz)) -+#define rtw_vmalloc_f(sz, mstat_f) _rtw_vmalloc((sz)) -+#define rtw_zvmalloc_f(sz, mstat_f) _rtw_zvmalloc((sz)) -+#define rtw_vmfree_f(pbuf, sz, mstat_f) _rtw_vmfree((pbuf), (sz)) -+#else /* CONFIG_USE_VMALLOC */ -+#define rtw_vmalloc(sz) _rtw_malloc((sz)) -+#define rtw_zvmalloc(sz) _rtw_zmalloc((sz)) -+#define rtw_vmfree(pbuf, sz) _rtw_mfree((pbuf), (sz)) -+#define rtw_vmalloc_f(sz, mstat_f) _rtw_malloc((sz)) -+#define rtw_zvmalloc_f(sz, mstat_f) _rtw_zmalloc((sz)) -+#define rtw_vmfree_f(pbuf, sz, mstat_f) _rtw_mfree((pbuf), (sz)) -+#endif /* CONFIG_USE_VMALLOC */ -+#define rtw_malloc(sz) _rtw_malloc((sz)) -+#define rtw_zmalloc(sz) _rtw_zmalloc((sz)) -+#define rtw_mfree(pbuf, sz) _rtw_mfree((pbuf), (sz)) -+#define rtw_malloc_f(sz, mstat_f) _rtw_malloc((sz)) -+#define rtw_zmalloc_f(sz, mstat_f) _rtw_zmalloc((sz)) -+#define rtw_mfree_f(pbuf, sz, mstat_f) _rtw_mfree((pbuf), (sz)) -+ -+#define rtw_skb_alloc(size) _rtw_skb_alloc((size)) -+#define rtw_skb_free(skb) _rtw_skb_free((skb)) -+#define rtw_skb_alloc_f(size, mstat_f) _rtw_skb_alloc((size)) -+#define rtw_skb_free_f(skb, mstat_f) _rtw_skb_free((skb)) -+#define rtw_skb_copy(skb) _rtw_skb_copy((skb)) -+#define rtw_skb_clone(skb) _rtw_skb_clone((skb)) -+#define rtw_skb_copy_f(skb, mstat_f) _rtw_skb_copy((skb)) -+#define rtw_skb_clone_f(skb, mstat_f) _rtw_skb_clone((skb)) -+#define rtw_netif_rx(ndev, skb) _rtw_netif_rx(ndev, skb) -+#define rtw_skb_queue_purge(sk_buff_head) _rtw_skb_queue_purge(sk_buff_head) -+#ifdef CONFIG_USB_HCI -+#define rtw_usb_buffer_alloc(dev, size, dma) _rtw_usb_buffer_alloc((dev), (size), (dma)) -+#define rtw_usb_buffer_free(dev, size, addr, dma) _rtw_usb_buffer_free((dev), (size), (addr), (dma)) -+#define rtw_usb_buffer_alloc_f(dev, size, dma, mstat_f) _rtw_usb_buffer_alloc((dev), (size), (dma)) -+#define rtw_usb_buffer_free_f(dev, size, addr, dma, mstat_f) _rtw_usb_buffer_free((dev), (size), (addr), (dma)) -+#endif /* CONFIG_USB_HCI */ -+#endif /* DBG_MEM_ALLOC */ -+ -+extern void* rtw_malloc2d(int h, int w, size_t size); -+extern void rtw_mfree2d(void *pbuf, int h, int w, int size); -+ -+extern void _rtw_memcpy(void *dec, const void *sour, u32 sz); -+extern int _rtw_memcmp(void *dst, void *src, u32 sz); -+extern void _rtw_memset(void *pbuf, int c, u32 sz); -+ -+extern void _rtw_init_listhead(_list *list); -+extern u32 rtw_is_list_empty(_list *phead); -+extern void rtw_list_insert_head(_list *plist, _list *phead); -+extern void rtw_list_insert_tail(_list *plist, _list *phead); -+#ifndef PLATFORM_FREEBSD -+extern void rtw_list_delete(_list *plist); -+#endif //PLATFORM_FREEBSD -+ -+extern void _rtw_init_sema(_sema *sema, int init_val); -+extern void _rtw_free_sema(_sema *sema); -+extern void _rtw_up_sema(_sema *sema); -+extern u32 _rtw_down_sema(_sema *sema); -+extern void _rtw_mutex_init(_mutex *pmutex); -+extern void _rtw_mutex_free(_mutex *pmutex); -+#ifndef PLATFORM_FREEBSD -+extern void _rtw_spinlock_init(_lock *plock); -+#endif //PLATFORM_FREEBSD -+extern void _rtw_spinlock_free(_lock *plock); -+extern void _rtw_spinlock(_lock *plock); -+extern void _rtw_spinunlock(_lock *plock); -+extern void _rtw_spinlock_ex(_lock *plock); -+extern void _rtw_spinunlock_ex(_lock *plock); -+ -+extern void _rtw_init_queue(_queue *pqueue); -+extern u32 _rtw_queue_empty(_queue *pqueue); -+extern u32 rtw_end_of_queue_search(_list *queue, _list *pelement); -+ -+extern u32 rtw_get_current_time(void); -+extern u32 rtw_systime_to_ms(u32 systime); -+extern u32 rtw_ms_to_systime(u32 ms); -+extern s32 rtw_get_passing_time_ms(u32 start); -+extern s32 rtw_get_time_interval_ms(u32 start, u32 end); -+ -+extern void rtw_sleep_schedulable(int ms); -+ -+extern void rtw_msleep_os(int ms); -+extern void rtw_usleep_os(int us); -+ -+extern u32 rtw_atoi(u8* s); -+ -+#ifdef DBG_DELAY_OS -+#define rtw_mdelay_os(ms) _rtw_mdelay_os((ms), __FUNCTION__, __LINE__) -+#define rtw_udelay_os(ms) _rtw_udelay_os((ms), __FUNCTION__, __LINE__) -+extern void _rtw_mdelay_os(int ms, const char *func, const int line); -+extern void _rtw_udelay_os(int us, const char *func, const int line); -+#else -+extern void rtw_mdelay_os(int ms); -+extern void rtw_udelay_os(int us); -+#endif -+ -+extern void rtw_yield_os(void); -+ -+ -+extern void rtw_init_timer(_timer *ptimer, void *padapter, void *pfunc); -+ -+ -+__inline static unsigned char _cancel_timer_ex(_timer *ptimer) -+{ -+#ifdef PLATFORM_LINUX -+ return del_timer_sync(ptimer); -+#endif -+#ifdef PLATFORM_FREEBSD -+ _cancel_timer(ptimer,0); -+ return 0; -+#endif -+#ifdef PLATFORM_WINDOWS -+ u8 bcancelled; -+ -+ _cancel_timer(ptimer, &bcancelled); -+ -+ return bcancelled; -+#endif -+} -+ -+static __inline void thread_enter(char *name) -+{ -+#ifdef PLATFORM_LINUX -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)) -+ daemonize("%s", name); -+ #endif -+ allow_signal(SIGTERM); -+#endif -+#ifdef PLATFORM_FREEBSD -+ printf("%s", "RTKTHREAD_enter"); -+#endif -+} -+ -+__inline static void flush_signals_thread(void) -+{ -+#ifdef PLATFORM_LINUX -+ if (signal_pending (current)) -+ { -+ flush_signals(current); -+ } -+#endif -+} -+ -+__inline static _OS_STATUS res_to_status(sint res) -+{ -+ -+#if defined (PLATFORM_LINUX) || defined (PLATFORM_MPIXEL) || defined (PLATFORM_FREEBSD) -+ return res; -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+ if (res == _SUCCESS) -+ return NDIS_STATUS_SUCCESS; -+ else -+ return NDIS_STATUS_FAILURE; -+ -+#endif -+ -+} -+ -+__inline static void rtw_dump_stack(void) -+{ -+#ifdef PLATFORM_LINUX -+ dump_stack(); -+#endif -+} -+ -+#ifdef PLATFORM_LINUX -+#define rtw_warn_on(condition) WARN_ON(condition) -+#else -+#define rtw_warn_on(condition) do {} while (0) -+#endif -+ -+__inline static int rtw_bug_check(void *parg1, void *parg2, void *parg3, void *parg4) -+{ -+ int ret = _TRUE; -+ -+#ifdef PLATFORM_WINDOWS -+ if ( ((uint)parg1) <= 0x7fffffff || -+ ((uint)parg2) <= 0x7fffffff || -+ ((uint)parg3) <= 0x7fffffff || -+ ((uint)parg4) <= 0x7fffffff) -+ { -+ ret = _FALSE; -+ KeBugCheckEx(0x87110000, (ULONG_PTR)parg1, (ULONG_PTR)parg2, (ULONG_PTR)parg3, (ULONG_PTR)parg4); -+ } -+#endif -+ -+ return ret; -+ -+} -+ -+#define _RND(sz, r) ((((sz)+((r)-1))/(r))*(r)) -+#define RND4(x) (((x >> 2) + (((x & 3) == 0) ? 0: 1)) << 2) -+ -+__inline static u32 _RND4(u32 sz) -+{ -+ -+ u32 val; -+ -+ val = ((sz >> 2) + ((sz & 3) ? 1: 0)) << 2; -+ -+ return val; -+ -+} -+ -+__inline static u32 _RND8(u32 sz) -+{ -+ -+ u32 val; -+ -+ val = ((sz >> 3) + ((sz & 7) ? 1: 0)) << 3; -+ -+ return val; -+ -+} -+ -+__inline static u32 _RND128(u32 sz) -+{ -+ -+ u32 val; -+ -+ val = ((sz >> 7) + ((sz & 127) ? 1: 0)) << 7; -+ -+ return val; -+ -+} -+ -+__inline static u32 _RND256(u32 sz) -+{ -+ -+ u32 val; -+ -+ val = ((sz >> 8) + ((sz & 255) ? 1: 0)) << 8; -+ -+ return val; -+ -+} -+ -+__inline static u32 _RND512(u32 sz) -+{ -+ -+ u32 val; -+ -+ val = ((sz >> 9) + ((sz & 511) ? 1: 0)) << 9; -+ -+ return val; -+ -+} -+ -+__inline static u32 bitshift(u32 bitmask) -+{ -+ u32 i; -+ -+ for (i = 0; i <= 31; i++) -+ if (((bitmask>>i) & 0x1) == 1) break; -+ -+ return i; -+} -+ -+#define rtw_min(a, b) ((a>b)?b:a) -+#define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) -+#define rtw_is_range_overlap(hi_a, lo_a, hi_b, lo_b) (((hi_a) > (lo_b)) && ((lo_a) < (hi_b))) -+ -+#ifndef MAC_FMT -+#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x" -+#endif -+#ifndef MAC_ARG -+#define MAC_ARG(x) ((u8*)(x))[0],((u8*)(x))[1],((u8*)(x))[2],((u8*)(x))[3],((u8*)(x))[4],((u8*)(x))[5] -+#endif -+ -+ -+extern void rtw_suspend_lock_init(void); -+extern void rtw_suspend_lock_uninit(void); -+extern void rtw_lock_suspend(void); -+extern void rtw_unlock_suspend(void); -+extern void rtw_lock_suspend_timeout(u32 timeout_ms); -+extern void rtw_lock_ext_suspend_timeout(u32 timeout_ms); -+extern void rtw_lock_rx_suspend_timeout(u32 timeout_ms); -+extern void rtw_lock_traffic_suspend_timeout(u32 timeout_ms); -+extern void rtw_lock_resume_scan_timeout(u32 timeout_ms); -+extern void rtw_resume_lock_suspend(void); -+extern void rtw_resume_unlock_suspend(void); -+#ifdef CONFIG_AP_WOWLAN -+extern void rtw_softap_lock_suspend(void); -+extern void rtw_softap_unlock_suspend(void); -+#endif -+ -+extern void ATOMIC_SET(ATOMIC_T *v, int i); -+extern int ATOMIC_READ(ATOMIC_T *v); -+extern void ATOMIC_ADD(ATOMIC_T *v, int i); -+extern void ATOMIC_SUB(ATOMIC_T *v, int i); -+extern void ATOMIC_INC(ATOMIC_T *v); -+extern void ATOMIC_DEC(ATOMIC_T *v); -+extern int ATOMIC_ADD_RETURN(ATOMIC_T *v, int i); -+extern int ATOMIC_SUB_RETURN(ATOMIC_T *v, int i); -+extern int ATOMIC_INC_RETURN(ATOMIC_T *v); -+extern int ATOMIC_DEC_RETURN(ATOMIC_T *v); -+ -+//File operation APIs, just for linux now -+extern int rtw_is_file_readable(char *path); -+extern int rtw_retrieve_from_file(char *path, u8 *buf, u32 sz); -+extern int rtw_store_to_file(char *path, u8* buf, u32 sz); -+ -+ -+#ifndef PLATFORM_FREEBSD -+extern void rtw_free_netdev(struct net_device * netdev); -+#endif //PLATFORM_FREEBSD -+ -+ -+extern u64 rtw_modular64(u64 x, u64 y); -+extern u64 rtw_division64(u64 x, u64 y); -+extern u32 rtw_random32(void); -+ -+/* Macros for handling unaligned memory accesses */ -+ -+#define RTW_GET_BE16(a) ((u16) (((a)[0] << 8) | (a)[1])) -+#define RTW_PUT_BE16(a, val) \ -+ do { \ -+ (a)[0] = ((u16) (val)) >> 8; \ -+ (a)[1] = ((u16) (val)) & 0xff; \ -+ } while (0) -+ -+#define RTW_GET_LE16(a) ((u16) (((a)[1] << 8) | (a)[0])) -+#define RTW_PUT_LE16(a, val) \ -+ do { \ -+ (a)[1] = ((u16) (val)) >> 8; \ -+ (a)[0] = ((u16) (val)) & 0xff; \ -+ } while (0) -+ -+#define RTW_GET_BE24(a) ((((u32) (a)[0]) << 16) | (((u32) (a)[1]) << 8) | \ -+ ((u32) (a)[2])) -+#define RTW_PUT_BE24(a, val) \ -+ do { \ -+ (a)[0] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[2] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_BE32(a) ((((u32) (a)[0]) << 24) | (((u32) (a)[1]) << 16) | \ -+ (((u32) (a)[2]) << 8) | ((u32) (a)[3])) -+#define RTW_PUT_BE32(a, val) \ -+ do { \ -+ (a)[0] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[3] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_LE32(a) ((((u32) (a)[3]) << 24) | (((u32) (a)[2]) << 16) | \ -+ (((u32) (a)[1]) << 8) | ((u32) (a)[0])) -+#define RTW_PUT_LE32(a, val) \ -+ do { \ -+ (a)[3] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[0] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (a)[1]) << 48) | \ -+ (((u64) (a)[2]) << 40) | (((u64) (a)[3]) << 32) | \ -+ (((u64) (a)[4]) << 24) | (((u64) (a)[5]) << 16) | \ -+ (((u64) (a)[6]) << 8) | ((u64) (a)[7])) -+#define RTW_PUT_BE64(a, val) \ -+ do { \ -+ (a)[0] = (u8) (((u64) (val)) >> 56); \ -+ (a)[1] = (u8) (((u64) (val)) >> 48); \ -+ (a)[2] = (u8) (((u64) (val)) >> 40); \ -+ (a)[3] = (u8) (((u64) (val)) >> 32); \ -+ (a)[4] = (u8) (((u64) (val)) >> 24); \ -+ (a)[5] = (u8) (((u64) (val)) >> 16); \ -+ (a)[6] = (u8) (((u64) (val)) >> 8); \ -+ (a)[7] = (u8) (((u64) (val)) & 0xff); \ -+ } while (0) -+ -+#define RTW_GET_LE64(a) ((((u64) (a)[7]) << 56) | (((u64) (a)[6]) << 48) | \ -+ (((u64) (a)[5]) << 40) | (((u64) (a)[4]) << 32) | \ -+ (((u64) (a)[3]) << 24) | (((u64) (a)[2]) << 16) | \ -+ (((u64) (a)[1]) << 8) | ((u64) (a)[0])) -+ -+void rtw_buf_free(u8 **buf, u32 *buf_len); -+void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len); -+ -+struct rtw_cbuf { -+ u32 write; -+ u32 read; -+ u32 size; -+ void *bufs[0]; -+}; -+ -+bool rtw_cbuf_full(struct rtw_cbuf *cbuf); -+bool rtw_cbuf_empty(struct rtw_cbuf *cbuf); -+bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf); -+void *rtw_cbuf_pop(struct rtw_cbuf *cbuf); -+struct rtw_cbuf *rtw_cbuf_alloc(u32 size); -+void rtw_cbuf_free(struct rtw_cbuf *cbuf); -+ -+// String handler -+/* -+ * Write formatted output to sized buffer -+ */ -+#ifdef PLATFORM_LINUX -+#define rtw_sprintf(buf, size, format, arg...) snprintf(buf, size, format, ##arg) -+#else // !PLATFORM_LINUX -+#error "NOT DEFINE \"rtw_sprintf\"!!" -+#endif // !PLATFORM_LINUX -+ -+#endif -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/osdep_service_linux.h linux/3rdparty/rtl8812au/include/osdep_service_linux.h ---- linux.old/3rdparty/rtl8812au/include/osdep_service_linux.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/osdep_service_linux.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,425 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __OSDEP_LINUX_SERVICE_H_ -+#define __OSDEP_LINUX_SERVICE_H_ -+ -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,5)) -+ #include -+#endif -+ //#include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)) -+ #include -+#else -+ #include -+#endif -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include -+ #include // for struct tasklet_struct -+ #include -+ #include -+ #include -+ #include -+ -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,41)) -+ #include -+#endif -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 7, 0)) -+ #include -+#else -+ #include -+#endif -+ -+#ifdef RTK_DMP_PLATFORM -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12)) -+ #include -+#endif -+ #include -+#endif -+ -+#ifdef CONFIG_NET_RADIO -+ #define CONFIG_WIRELESS_EXT -+#endif -+ -+ /* Monitor mode */ -+ #include -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+/* #include */ -+ #include -+#endif //CONFIG_IOCTL_CFG80211 -+ -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX -+ #include -+ #include -+#endif -+ -+#ifdef CONFIG_HAS_EARLYSUSPEND -+ #include -+#endif //CONFIG_HAS_EARLYSUSPEND -+ -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+ #include -+#endif -+ -+#ifdef CONFIG_USB_HCI -+ #include -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,21)) -+ #include -+#else -+ #include -+#endif -+#endif -+ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ #include -+ #include -+ #include -+ #include -+ #include -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+#ifdef CONFIG_USB_HCI -+ typedef struct urb * PURB; -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22)) -+#ifdef CONFIG_USB_SUSPEND -+#define CONFIG_AUTOSUSPEND 1 -+#endif -+#endif -+#endif -+ -+ typedef struct semaphore _sema; -+ typedef spinlock_t _lock; -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ typedef struct mutex _mutex; -+#else -+ typedef struct semaphore _mutex; -+#endif -+ typedef struct timer_list _timer; -+ -+ struct __queue { -+ struct list_head queue; -+ _lock lock; -+ }; -+ -+ typedef struct sk_buff _pkt; -+ typedef unsigned char _buffer; -+ -+ typedef struct __queue _queue; -+ typedef struct list_head _list; -+ typedef int _OS_STATUS; -+ //typedef u32 _irqL; -+ typedef unsigned long _irqL; -+ typedef struct net_device * _nic_hdl; -+ -+ typedef void* _thread_hdl_; -+ typedef int thread_return; -+ typedef void* thread_context; -+ -+ #define thread_exit() complete_and_exit(NULL, 0) -+ -+ typedef void timer_hdl_return; -+ typedef void* timer_hdl_context; -+ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,41)) -+ typedef struct work_struct _workitem; -+#else -+ typedef struct tq_struct _workitem; -+#endif -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) -+ #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) -+#endif -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)) -+// Porting from linux kernel, for compatible with old kernel. -+static inline unsigned char *skb_tail_pointer(const struct sk_buff *skb) -+{ -+ return skb->tail; -+} -+ -+static inline void skb_reset_tail_pointer(struct sk_buff *skb) -+{ -+ skb->tail = skb->data; -+} -+ -+static inline void skb_set_tail_pointer(struct sk_buff *skb, const int offset) -+{ -+ skb->tail = skb->data + offset; -+} -+ -+static inline unsigned char *skb_end_pointer(const struct sk_buff *skb) -+{ -+ return skb->end; -+} -+#endif -+ -+__inline static _list *get_next(_list *list) -+{ -+ return list->next; -+} -+ -+__inline static _list *get_list_head(_queue *queue) -+{ -+ return (&(queue->queue)); -+} -+ -+ -+#define LIST_CONTAINOR(ptr, type, member) \ -+ ((type *)((char *)(ptr)-(SIZE_T)(&((type *)0)->member))) -+ -+ -+__inline static void _enter_critical(_lock *plock, _irqL *pirqL) -+{ -+ spin_lock_irqsave(plock, *pirqL); -+} -+ -+__inline static void _exit_critical(_lock *plock, _irqL *pirqL) -+{ -+ spin_unlock_irqrestore(plock, *pirqL); -+} -+ -+__inline static void _enter_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ spin_lock_irqsave(plock, *pirqL); -+} -+ -+__inline static void _exit_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ spin_unlock_irqrestore(plock, *pirqL); -+} -+ -+__inline static void _enter_critical_bh(_lock *plock, _irqL *pirqL) -+{ -+ spin_lock_bh(plock); -+} -+ -+__inline static void _exit_critical_bh(_lock *plock, _irqL *pirqL) -+{ -+ spin_unlock_bh(plock); -+} -+ -+__inline static int _enter_critical_mutex(_mutex *pmutex, _irqL *pirqL) -+{ -+ int ret = 0; -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ //mutex_lock(pmutex); -+ ret = mutex_lock_interruptible(pmutex); -+#else -+ ret = down_interruptible(pmutex); -+#endif -+ return ret; -+} -+ -+ -+__inline static void _exit_critical_mutex(_mutex *pmutex, _irqL *pirqL) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ mutex_unlock(pmutex); -+#else -+ up(pmutex); -+#endif -+} -+ -+__inline static void rtw_list_delete(_list *plist) -+{ -+ list_del_init(plist); -+} -+ -+#define RTW_TIMER_HDL_ARGS void *FunctionContext -+ -+__inline static void _init_timer(_timer *ptimer,_nic_hdl nic_hdl,void *pfunc,void* cntx) -+{ -+ //setup_timer(ptimer, pfunc,(u32)cntx); -+ ptimer->function = pfunc; -+ ptimer->data = (unsigned long)cntx; -+ init_timer(ptimer); -+} -+ -+__inline static void _set_timer(_timer *ptimer,u32 delay_time) -+{ -+ mod_timer(ptimer , (jiffies+(delay_time*HZ/1000))); -+} -+ -+__inline static void _cancel_timer(_timer *ptimer,u8 *bcancelled) -+{ -+ del_timer_sync(ptimer); -+ *bcancelled= _TRUE;//TRUE ==1; FALSE==0 -+} -+ -+ -+__inline static void _init_workitem(_workitem *pwork, void *pfunc, PVOID cntx) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)) -+ INIT_WORK(pwork, pfunc); -+#elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,41)) -+ INIT_WORK(pwork, pfunc,pwork); -+#else -+ INIT_TQUEUE(pwork, pfunc,pwork); -+#endif -+} -+ -+__inline static void _set_workitem(_workitem *pwork) -+{ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,41)) -+ schedule_work(pwork); -+#else -+ schedule_task(pwork); -+#endif -+} -+ -+__inline static void _cancel_workitem_sync(_workitem *pwork) -+{ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22)) -+ cancel_work_sync(pwork); -+#elif (LINUX_VERSION_CODE > KERNEL_VERSION(2,5,41)) -+ flush_scheduled_work(); -+#else -+ flush_scheduled_tasks(); -+#endif -+} -+// -+// Global Mutex: can only be used at PASSIVE level. -+// -+ -+#define ACQUIRE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+ while (atomic_inc_return((atomic_t *)&(_MutexCounter)) != 1)\ -+ { \ -+ atomic_dec((atomic_t *)&(_MutexCounter)); \ -+ msleep(10); \ -+ } \ -+} -+ -+#define RELEASE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+ atomic_dec((atomic_t *)&(_MutexCounter)); \ -+} -+ -+static inline int rtw_netif_queue_stopped(struct net_device *pnetdev) -+{ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && -+ netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && -+ netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && -+ netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)) ); -+#else -+ return netif_queue_stopped(pnetdev); -+#endif -+} -+ -+static inline void rtw_netif_wake_queue(struct net_device *pnetdev) -+{ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ netif_tx_wake_all_queues(pnetdev); -+#else -+ netif_wake_queue(pnetdev); -+#endif -+} -+ -+static inline void rtw_netif_start_queue(struct net_device *pnetdev) -+{ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ netif_tx_start_all_queues(pnetdev); -+#else -+ netif_start_queue(pnetdev); -+#endif -+} -+ -+static inline void rtw_netif_stop_queue(struct net_device *pnetdev) -+{ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ netif_tx_stop_all_queues(pnetdev); -+#else -+ netif_stop_queue(pnetdev); -+#endif -+} -+ -+static inline void rtw_merge_string(char *dst, int dst_len, char *src1, char *src2) -+{ -+ int len = 0; -+ len += snprintf(dst+len, dst_len - len, "%s", src1); -+ len += snprintf(dst+len, dst_len - len, "%s", src2); -+} -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) -+#define rtw_signal_process(pid, sig) kill_pid(find_vpid((pid)),(sig), 1) -+#else //(LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) -+#define rtw_signal_process(pid, sig) kill_proc((pid), (sig), 1) -+#endif //(LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)) -+ -+ -+// Suspend lock prevent system from going suspend -+#ifdef CONFIG_WAKELOCK -+#include -+#elif defined(CONFIG_ANDROID_POWER) -+#include -+#endif -+ -+// limitation of path length -+#define PATH_LENGTH_MAX PATH_MAX -+ -+//Atomic integer operations -+#define ATOMIC_T atomic_t -+ -+#define rtw_netdev_priv(netdev) ( ((struct rtw_netdev_priv_indicator *)netdev_priv(netdev))->priv ) -+ -+#define NDEV_FMT "%s" -+#define NDEV_ARG(ndev) ndev->name -+#define ADPT_FMT "%s" -+#define ADPT_ARG(adapter) adapter->pnetdev->name -+#define FUNC_NDEV_FMT "%s(%s)" -+#define FUNC_NDEV_ARG(ndev) __func__, ndev->name -+#define FUNC_ADPT_FMT "%s(%s)" -+#define FUNC_ADPT_ARG(adapter) __func__, adapter->pnetdev->name -+ -+struct rtw_netdev_priv_indicator { -+ void *priv; -+ u32 sizeof_priv; -+}; -+struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv); -+extern struct net_device * rtw_alloc_etherdev(int sizeof_priv); -+ -+#define STRUCT_PACKED __attribute__ ((packed)) -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/osdep_service_xp.h linux/3rdparty/rtl8812au/include/osdep_service_xp.h ---- linux.old/3rdparty/rtl8812au/include/osdep_service_xp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/osdep_service_xp.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,202 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __OSDEP_LINUX_SERVICE_H_ -+#define __OSDEP_LINUX_SERVICE_H_ -+ -+ #include -+ #include -+ #include -+ #include -+ -+#ifdef CONFIG_USB_HCI -+ #include -+ #include -+ #include -+#endif -+ -+ typedef KSEMAPHORE _sema; -+ typedef LIST_ENTRY _list; -+ typedef NDIS_STATUS _OS_STATUS; -+ -+ -+ typedef NDIS_SPIN_LOCK _lock; -+ -+ typedef KMUTEX _mutex; -+ -+ typedef KIRQL _irqL; -+ -+ // USB_PIPE for WINCE , but handle can be use just integer under windows -+ typedef NDIS_HANDLE _nic_hdl; -+ -+ -+ typedef NDIS_MINIPORT_TIMER _timer; -+ -+ struct __queue { -+ LIST_ENTRY queue; -+ _lock lock; -+ }; -+ -+ typedef NDIS_PACKET _pkt; -+ typedef NDIS_BUFFER _buffer; -+ typedef struct __queue _queue; -+ -+ typedef PKTHREAD _thread_hdl_; -+ typedef void thread_return; -+ typedef void* thread_context; -+ -+ typedef NDIS_WORK_ITEM _workitem; -+ -+ #define thread_exit() PsTerminateSystemThread(STATUS_SUCCESS); -+ -+ #define HZ 10000000 -+ #define SEMA_UPBND (0x7FFFFFFF) //8192 -+ -+__inline static _list *get_next(_list *list) -+{ -+ return list->Flink; -+} -+ -+__inline static _list *get_list_head(_queue *queue) -+{ -+ return (&(queue->queue)); -+} -+ -+ -+#define LIST_CONTAINOR(ptr, type, member) CONTAINING_RECORD(ptr, type, member) -+ -+ -+__inline static _enter_critical(_lock *plock, _irqL *pirqL) -+{ -+ NdisAcquireSpinLock(plock); -+} -+ -+__inline static _exit_critical(_lock *plock, _irqL *pirqL) -+{ -+ NdisReleaseSpinLock(plock); -+} -+ -+ -+__inline static _enter_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ NdisDprAcquireSpinLock(plock); -+} -+ -+__inline static _exit_critical_ex(_lock *plock, _irqL *pirqL) -+{ -+ NdisDprReleaseSpinLock(plock); -+} -+ -+__inline static void _enter_critical_bh(_lock *plock, _irqL *pirqL) -+{ -+ NdisDprAcquireSpinLock(plock); -+} -+ -+__inline static void _exit_critical_bh(_lock *plock, _irqL *pirqL) -+{ -+ NdisDprReleaseSpinLock(plock); -+} -+ -+__inline static _enter_critical_mutex(_mutex *pmutex, _irqL *pirqL) -+{ -+ KeWaitForSingleObject(pmutex, Executive, KernelMode, FALSE, NULL); -+} -+ -+ -+__inline static _exit_critical_mutex(_mutex *pmutex, _irqL *pirqL) -+{ -+ KeReleaseMutex(pmutex, FALSE); -+} -+ -+ -+__inline static void rtw_list_delete(_list *plist) -+{ -+ RemoveEntryList(plist); -+ InitializeListHead(plist); -+} -+ -+#define RTW_TIMER_HDL_ARGS IN PVOID SystemSpecific1, IN PVOID FunctionContext, IN PVOID SystemSpecific2, IN PVOID SystemSpecific3 -+ -+__inline static void _init_timer(_timer *ptimer,_nic_hdl nic_hdl,void *pfunc,PVOID cntx) -+{ -+ NdisMInitializeTimer(ptimer, nic_hdl, pfunc, cntx); -+} -+ -+__inline static void _set_timer(_timer *ptimer,u32 delay_time) -+{ -+ NdisMSetTimer(ptimer,delay_time); -+} -+ -+__inline static void _cancel_timer(_timer *ptimer,u8 *bcancelled) -+{ -+ NdisMCancelTimer(ptimer,bcancelled); -+} -+ -+__inline static void _init_workitem(_workitem *pwork, void *pfunc, PVOID cntx) -+{ -+ -+ NdisInitializeWorkItem(pwork, pfunc, cntx); -+} -+ -+__inline static void _set_workitem(_workitem *pwork) -+{ -+ NdisScheduleWorkItem(pwork); -+} -+ -+ -+#define ATOMIC_INIT(i) { (i) } -+ -+// -+// Global Mutex: can only be used at PASSIVE level. -+// -+ -+#define ACQUIRE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+ while (NdisInterlockedIncrement((PULONG)&(_MutexCounter)) != 1)\ -+ { \ -+ NdisInterlockedDecrement((PULONG)&(_MutexCounter)); \ -+ NdisMSleep(10000); \ -+ } \ -+} -+ -+#define RELEASE_GLOBAL_MUTEX(_MutexCounter) \ -+{ \ -+ NdisInterlockedDecrement((PULONG)&(_MutexCounter)); \ -+} -+ -+// limitation of path length -+#define PATH_LENGTH_MAX MAX_PATH -+ -+//Atomic integer operations -+#define ATOMIC_T LONG -+ -+ -+#define NDEV_FMT "%s" -+#define NDEV_ARG(ndev) "" -+#define ADPT_FMT "%s" -+#define ADPT_ARG(adapter) "" -+#define FUNC_NDEV_FMT "%s" -+#define FUNC_NDEV_ARG(ndev) __func__ -+#define FUNC_ADPT_FMT "%s" -+#define FUNC_ADPT_ARG(adapter) __func__ -+ -+#define STRUCT_PACKED -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/pci_hal.h linux/3rdparty/rtl8812au/include/pci_hal.h ---- linux.old/3rdparty/rtl8812au/include/pci_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/pci_hal.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,46 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __PCI_HAL_H__ -+#define __PCI_HAL_H__ -+ -+#ifdef CONFIG_RTL8188E -+void rtl8188ee_set_hal_ops(_adapter *padapter); -+#endif -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+void rtl8812ae_set_hal_ops(_adapter *padapter); -+#endif -+ -+#if defined(CONFIG_RTL8192E) -+void rtl8192ee_set_hal_ops(_adapter *padapter); -+#endif -+ -+#ifdef CONFIG_RTL8723B -+void rtl8723be_set_hal_ops(_adapter *padapter); -+#endif -+ -+#ifdef CONFIG_RTL8814A -+void rtl8814ae_set_hal_ops(_adapter *padapter); -+#endif -+ -+u8 rtw_set_hal_ops(_adapter *padapter); -+ -+#endif //__PCIE_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/pci_ops.h linux/3rdparty/rtl8812au/include/pci_ops.h ---- linux.old/3rdparty/rtl8812au/include/pci_ops.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/pci_ops.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,78 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __PCI_OPS_H_ -+#define __PCI_OPS_H_ -+ -+ -+#ifdef CONFIG_RTL8188E -+u32 rtl8188ee_init_desc_ring(_adapter *padapter); -+u32 rtl8188ee_free_desc_ring(_adapter *padapter); -+void rtl8188ee_reset_desc_ring(_adapter *padapter); -+int rtl8188ee_interrupt(PADAPTER Adapter); -+void rtl8188ee_xmit_tasklet(void *priv); -+void rtl8188ee_recv_tasklet(void *priv); -+void rtl8188ee_prepare_bcn_tasklet(void *priv); -+void rtl8188ee_set_intf_ops(struct _io_ops *pops); -+#endif -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+u32 rtl8812ae_init_desc_ring(_adapter *padapter); -+u32 rtl8812ae_free_desc_ring(_adapter *padapter); -+void rtl8812ae_reset_desc_ring(_adapter *padapter); -+int rtl8812ae_interrupt(PADAPTER Adapter); -+void rtl8812ae_xmit_tasklet(void *priv); -+void rtl8812ae_recv_tasklet(void *priv); -+void rtl8812ae_prepare_bcn_tasklet(void *priv); -+void rtl8812ae_set_intf_ops(struct _io_ops *pops); -+#endif -+ -+#ifdef CONFIG_RTL8192E -+u32 rtl8192ee_init_desc_ring(_adapter *padapter); -+u32 rtl8192ee_free_desc_ring(_adapter *padapter); -+void rtl8192ee_reset_desc_ring(_adapter *padapter); -+void rtl8192ee_recv_tasklet(void *priv); -+void rtl8192ee_prepare_bcn_tasklet(void *priv); -+int rtl8192ee_interrupt(PADAPTER Adapter); -+void rtl8192ee_set_intf_ops(struct _io_ops *pops); -+#endif -+ -+#ifdef CONFIG_RTL8723B -+u32 rtl8723be_init_desc_ring(_adapter *padapter); -+u32 rtl8723be_free_desc_ring(_adapter *padapter); -+void rtl8723be_reset_desc_ring(_adapter *padapter); -+int rtl8723be_interrupt(PADAPTER Adapter); -+void rtl8723be_recv_tasklet(void *priv); -+void rtl8723be_prepare_bcn_tasklet(void *priv); -+void rtl8723be_set_intf_ops(struct _io_ops *pops); -+#endif -+ -+#ifdef CONFIG_RTL8814A -+u32 rtl8814ae_init_desc_ring(_adapter *padapter); -+u32 rtl8814ae_free_desc_ring(_adapter *padapter); -+void rtl8814ae_reset_desc_ring(_adapter *padapter); -+int rtl8814ae_interrupt(PADAPTER Adapter); -+void rtl8814ae_xmit_tasklet(void *priv); -+void rtl8814ae_recv_tasklet(void *priv); -+void rtl8814ae_prepare_bcn_tasklet(void *priv); -+void rtl8814ae_set_intf_ops(struct _io_ops *pops); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/pci_osintf.h linux/3rdparty/rtl8812au/include/pci_osintf.h ---- linux.old/3rdparty/rtl8812au/include/pci_osintf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/pci_osintf.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,32 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __PCI_OSINTF_H -+#define __PCI_OSINTF_H -+ -+ -+void rtw_pci_disable_aspm(_adapter *padapter); -+void rtw_pci_enable_aspm(_adapter *padapter); -+void PlatformClearPciPMEStatus(PADAPTER Adapter); -+#ifdef CONFIG_64BIT_DMA -+u8 PlatformEnableDMA64(PADAPTER Adapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/recv_osdep.h linux/3rdparty/rtl8812au/include/recv_osdep.h ---- linux.old/3rdparty/rtl8812au/include/recv_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/recv_osdep.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,65 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RECV_OSDEP_H_ -+#define __RECV_OSDEP_H_ -+ -+ -+extern sint _rtw_init_recv_priv(struct recv_priv *precvpriv, _adapter *padapter); -+extern void _rtw_free_recv_priv (struct recv_priv *precvpriv); -+ -+ -+extern s32 rtw_recv_entry(union recv_frame *precv_frame); -+extern int rtw_recv_indicatepkt(_adapter *adapter, union recv_frame *precv_frame); -+extern void rtw_recv_returnpacket(IN _nic_hdl cnxt, IN _pkt *preturnedpkt); -+ -+extern int rtw_recv_monitor(_adapter *padapter, union recv_frame *precv_frame); -+ -+extern void rtw_hostapd_mlme_rx(_adapter *padapter, union recv_frame *precv_frame); -+ -+struct sta_info; -+extern void rtw_handle_tkip_mic_err(_adapter *padapter, struct sta_info *sta, u8 bgroup); -+ -+ -+int rtw_init_recv_priv(struct recv_priv *precvpriv, _adapter *padapter); -+void rtw_free_recv_priv (struct recv_priv *precvpriv); -+ -+ -+int rtw_os_recv_resource_init(struct recv_priv *precvpriv, _adapter *padapter); -+int rtw_os_recv_resource_alloc(_adapter *padapter, union recv_frame *precvframe); -+void rtw_os_recv_resource_free(struct recv_priv *precvpriv); -+ -+ -+int rtw_os_alloc_recvframe(_adapter *padapter, union recv_frame *precvframe, u8 *pdata, _pkt *pskb); -+void rtw_os_free_recvframe(union recv_frame *precvframe); -+ -+ -+int rtw_os_recvbuf_resource_alloc(_adapter *padapter, struct recv_buf *precvbuf); -+int rtw_os_recvbuf_resource_free(_adapter *padapter, struct recv_buf *precvbuf); -+ -+_pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata); -+void rtw_os_recv_indicate_pkt(_adapter *padapter, _pkt *pkt, struct rx_pkt_attrib *pattrib); -+ -+void rtw_os_read_port(_adapter *padapter, struct recv_buf *precvbuf); -+ -+void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl); -+ -+ -+#endif // -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_cmd.h linux/3rdparty/rtl8812au/include/rtl8188e_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_cmd.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,187 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188E_CMD_H__ -+#define __RTL8188E_CMD_H__ -+ -+#if 0 -+enum cmd_msg_element_id -+{ -+ NONE_CMDMSG_EID, -+ AP_OFFLOAD_EID = 0, -+ SET_PWRMODE_EID = 1, -+ JOINBSS_RPT_EID = 2, -+ RSVD_PAGE_EID = 3, -+ RSSI_4_EID = 4, -+ RSSI_SETTING_EID = 5, -+ MACID_CONFIG_EID = 6, -+ MACID_PS_MODE_EID = 7, -+ P2P_PS_OFFLOAD_EID = 8, -+ SELECTIVE_SUSPEND_ROF_CMD = 9, -+ P2P_PS_CTW_CMD_EID = 32, -+ MAX_CMDMSG_EID -+}; -+#else -+typedef enum _RTL8188E_H2C_CMD_ID -+{ -+ //Class Common -+ H2C_COM_RSVD_PAGE =0x00, -+ H2C_COM_MEDIA_STATUS_RPT =0x01, -+ H2C_COM_SCAN =0x02, -+ H2C_COM_KEEP_ALIVE =0x03, -+ H2C_COM_DISCNT_DECISION =0x04, -+#ifndef CONFIG_WOWLAN -+ H2C_COM_WWLAN =0x05, -+#endif -+ H2C_COM_INIT_OFFLOAD =0x06, -+ H2C_COM_REMOTE_WAKE_CTL =0x07, -+ H2C_COM_AP_OFFLOAD =0x08, -+ H2C_COM_BCN_RSVD_PAGE =0x09, -+ H2C_COM_PROB_RSP_RSVD_PAGE =0x0A, -+ -+ //Class PS -+ H2C_PS_PWR_MODE =0x20, -+ H2C_PS_TUNE_PARA =0x21, -+ H2C_PS_TUNE_PARA_2 =0x22, -+ H2C_PS_LPS_PARA =0x23, -+ H2C_PS_P2P_OFFLOAD =0x24, -+ -+ //Class DM -+ H2C_DM_MACID_CFG =0x40, -+ H2C_DM_TXBF =0x41, -+ H2C_RSSI_REPORT =0x42, -+ //Class BT -+ H2C_BT_COEX_MASK =0x60, -+ H2C_BT_COEX_GPIO_MODE =0x61, -+ H2C_BT_DAC_SWING_VAL =0x62, -+ H2C_BT_PSD_RST =0x63, -+ -+ //Class Remote WakeUp -+#ifdef CONFIG_WOWLAN -+ H2C_COM_WWLAN =0x80, -+ H2C_COM_REMOTE_WAKE_CTRL =0x81, -+ H2C_COM_AOAC_GLOBAL_INFO =0x82, -+ H2C_COM_AOAC_RSVD_PAGE =0x83, -+#endif -+ -+ //Class -+ //H2C_RESET_TSF =0xc0, -+}RTL8188E_H2C_CMD_ID; -+ -+#endif -+ -+ -+struct cmd_msg_parm { -+ u8 eid; //element id -+ u8 sz; // sz -+ u8 buf[6]; -+}; -+ -+enum{ -+ PWRS -+}; -+ -+typedef struct _SETPWRMODE_PARM { -+ u8 Mode;//0:Active,1:LPS,2:WMMPS -+ //u8 RLBM:4;//0:Min,1:Max,2: User define -+ u8 SmartPS_RLBM;//LPS=0:PS_Poll,1:PS_Poll,2:NullData,WMM=0:PS_Poll,1:NullData -+ u8 AwakeInterval; // unit: beacon interval -+ u8 bAllQueueUAPSD; -+ u8 PwrState;//AllON(0x0c),RFON(0x04),RFOFF(0x00) -+} SETPWRMODE_PARM, *PSETPWRMODE_PARM; -+ -+struct H2C_SS_RFOFF_PARAM{ -+ u8 ROFOn; // 1: on, 0:off -+ u16 gpio_period; // unit: 1024 us -+}__attribute__ ((packed)); -+ -+ -+typedef struct JOINBSSRPT_PARM_88E{ -+ u8 OpMode; // RT_MEDIA_STATUS -+#ifdef CONFIG_WOWLAN -+ u8 MacID; // MACID -+#endif //CONFIG_WOWLAN -+}JOINBSSRPT_PARM_88E, *PJOINBSSRPT_PARM_88E; -+ -+/* move to hal_com_h2c.h -+typedef struct _RSVDPAGE_LOC_88E { -+ u8 LocProbeRsp; -+ u8 LocPsPoll; -+ u8 LocNullData; -+ u8 LocQosNull; -+ u8 LocBTQosNull; -+#ifdef CONFIG_WOWLAN -+ u8 LocRemoteCtrlInfo; -+ u8 LocArpRsp; -+ u8 LocNbrAdv; -+ u8 LocGTKRsp; -+ u8 LocGTKInfo; -+ u8 LocProbeReq; -+ u8 LocNetList; -+#endif //CONFIG_WOWLAN -+} RSVDPAGE_LOC_88E, *PRSVDPAGE_LOC_88E; -+*/ -+ -+// host message to firmware cmd -+void rtl8188e_set_FwPwrMode_cmd(PADAPTER padapter, u8 Mode); -+void rtl8188e_set_FwJoinBssReport_cmd(PADAPTER padapter, u8 mstatus); -+u8 rtl8188e_set_rssi_cmd(PADAPTER padapter, u8 *param); -+u8 rtl8188e_set_raid_cmd(_adapter *padapter, u32 bitmap, u8 *arg); -+void rtl8188e_Add_RateATid(PADAPTER padapter, u64 rate_bitmap, u8 *arg, u8 rssi_level); -+s32 FillH2CCmd_88E(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+//u8 rtl8192c_set_FwSelectSuspend_cmd(PADAPTER padapter, u8 bfwpoll, u16 period); -+u8 GetTxBufferRsvdPageNum8188E(_adapter *padapter, bool wowlan); -+ -+ -+#ifdef CONFIG_P2P -+void rtl8188e_set_p2p_ps_offload_cmd(PADAPTER padapter, u8 p2p_ps_state); -+#endif //CONFIG_P2P -+ -+void CheckFwRsvdPageContent(PADAPTER padapter); -+void rtl8188e_set_FwMediaStatus_cmd(PADAPTER padapter, u16 mstatus_rpt ); -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+//u8 rtl8188e_reset_tsf(_adapter *padapter, u8 reset_port); -+int reset_tsf(PADAPTER Adapter, u8 reset_port ); -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ -+//#define H2C_8188E_RSVDPAGE_LOC_LEN 5 -+//#define H2C_8188E_AOAC_RSVDPAGE_LOC_LEN 7 -+ -+#ifdef CONFIG_WOWLAN -+void SetFwRelatedForWoWLAN8188ES(_adapter* padapter, u8 bHostIsGoingtoSleep); -+#endif//CONFIG_WOWLAN -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD CONTENT --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+// -+/* move to hal_com_h2c.h -+//_RSVDPAGE_LOC_CMD_0x00 -+#define SET_8188E_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8188E_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8188E_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8188E_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+// AOAC_RSVDPAGE_LOC_0x83 -+#define SET_8188E_H2CCMD_AOAC_RSVDPAGE_LOC_REMOTE_WAKE_CTRL_INFO(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd), 0, 8, __Value) -+#define SET_8188E_H2CCMD_AOAC_RSVDPAGE_LOC_ARP_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 8, __Value) -+*/ -+#endif//__RTL8188E_CMD_H__ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_dm.h linux/3rdparty/rtl8812au/include/rtl8188e_dm.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_dm.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,37 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188E_DM_H__ -+#define __RTL8188E_DM_H__ -+ -+void rtl8188e_init_dm_priv(IN PADAPTER Adapter); -+void rtl8188e_deinit_dm_priv(IN PADAPTER Adapter); -+void rtl8188e_InitHalDm(IN PADAPTER Adapter); -+void rtl8188e_HalDmWatchDog(IN PADAPTER Adapter); -+ -+//VOID rtl8192c_dm_CheckTXPowerTracking(IN PADAPTER Adapter); -+ -+//void rtl8192c_dm_RF_Saving(IN PADAPTER pAdapter, IN u8 bForceInNormal); -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+void AntDivCompare8188E(PADAPTER Adapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src); -+u8 AntDivBeforeLink8188E(PADAPTER Adapter ); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_hal.h linux/3rdparty/rtl8812au/include/rtl8188e_hal.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_hal.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,320 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188E_HAL_H__ -+#define __RTL8188E_HAL_H__ -+ -+//#include "hal_com.h" -+#include "hal_data.h" -+ -+//include HAL Related header after HAL Related compiling flags -+#include "rtl8188e_spec.h" -+#include "Hal8188EPhyReg.h" -+#include "Hal8188EPhyCfg.h" -+#include "rtl8188e_rf.h" -+#include "rtl8188e_dm.h" -+#include "rtl8188e_recv.h" -+#include "rtl8188e_xmit.h" -+#include "rtl8188e_cmd.h" -+#include "rtl8188e_led.h" -+#include "Hal8188EPwrSeq.h" -+#ifdef DBG_CONFIG_ERROR_DETECT -+#include "rtl8188e_sreset.h" -+#endif -+ -+#if 0 -+ // Fw Array -+ #define Rtl8188E_FwImageArray Rtl8188EFwImgArray -+ #define Rtl8188E_FWImgArrayLength Rtl8188EFWImgArrayLength -+#ifdef CONFIG_WOWLAN -+ #define Rtl8188E_FwWoWImageArray Array_MP_8188E_FW_WoWLAN -+ #define Rtl8188E_FwWoWImgArrayLength ArrayLength_MP_8188E_FW_WoWLAN -+#endif //CONFIG_WOWLAN -+#endif -+ -+ -+ #define RTL8188E_FW_IMG "rtl8188e/FW_NIC.bin" -+ #define RTL8188E_FW_WW_IMG "rtl8188e/FW_WoWLAN.bin" -+ #define RTL8188E_PHY_REG "rtl8188e/PHY_REG.txt" -+ #define RTL8188E_PHY_RADIO_A "rtl8188e/RadioA.txt" -+ #define RTL8188E_PHY_RADIO_B "rtl8188e/RadioB.txt" -+ #define RTL8188E_TXPWR_TRACK "rtl8188e/TxPowerTrack.txt" -+ #define RTL8188E_AGC_TAB "rtl8188e/AGC_TAB.txt" -+ #define RTL8188E_PHY_MACREG "rtl8188e/MAC_REG.txt" -+ #define RTL8188E_PHY_REG_PG "rtl8188e/PHY_REG_PG.txt" -+ #define RTL8188E_PHY_REG_MP "rtl8188e/PHY_REG_MP.txt" -+ #define RTL8188E_TXPWR_LMT "rtl8188e/TXPWR_LMT.txt" -+ -+ //--------------------------------------------------------------------- -+ // RTL8188E Power Configuration CMDs for USB/SDIO/PCIE interfaces -+ //--------------------------------------------------------------------- -+ #define Rtl8188E_NIC_PWR_ON_FLOW rtl8188E_power_on_flow -+ #define Rtl8188E_NIC_RF_OFF_FLOW rtl8188E_radio_off_flow -+ #define Rtl8188E_NIC_DISABLE_FLOW rtl8188E_card_disable_flow -+ #define Rtl8188E_NIC_ENABLE_FLOW rtl8188E_card_enable_flow -+ #define Rtl8188E_NIC_SUSPEND_FLOW rtl8188E_suspend_flow -+ #define Rtl8188E_NIC_RESUME_FLOW rtl8188E_resume_flow -+ #define Rtl8188E_NIC_PDN_FLOW rtl8188E_hwpdn_flow -+ #define Rtl8188E_NIC_LPS_ENTER_FLOW rtl8188E_enter_lps_flow -+ #define Rtl8188E_NIC_LPS_LEAVE_FLOW rtl8188E_leave_lps_flow -+ -+ -+#if 1 // download firmware related data structure -+#define MAX_FW_8188E_SIZE 0x8000 //32768,32k / 16384,16k -+ -+#define FW_8188E_SIZE 0x4000 //16384,16k -+#define FW_8188E_SIZE_2 0x8000 //32768,32k -+ -+#define FW_8188E_START_ADDRESS 0x1000 -+#define FW_8188E_END_ADDRESS 0x1FFF //0x5FFF -+ -+ -+#define IS_FW_HEADER_EXIST_88E(_pFwHdr) ((le16_to_cpu(_pFwHdr->Signature)&0xFFF0) == 0x88E0) -+ -+typedef struct _RT_FIRMWARE_8188E { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[MAX_FW_8188E_SIZE]; -+#endif -+ u32 ulFwLength; -+} RT_FIRMWARE_8188E, *PRT_FIRMWARE_8188E; -+ -+// -+// This structure must be cared byte-ordering -+// -+ -+typedef struct _RT_8188E_FIRMWARE_HDR -+{ -+ // 8-byte alinment required -+ -+ //--- LONG WORD 0 ---- -+ u16 Signature; // 92C0: test chip; 92C, 88C0: test chip; 88C1: MP A-cut; 92C1: MP A-cut -+ u8 Category; // AP/NIC and USB/PCI -+ u8 Function; // Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions -+ u16 Version; // FW Version -+ u8 Subversion; // FW Subversion, default 0x00 -+ u16 Rsvd1; -+ -+ -+ //--- LONG WORD 1 ---- -+ u8 Month; // Release time Month field -+ u8 Date; // Release time Date field -+ u8 Hour; // Release time Hour field -+ u8 Minute; // Release time Minute field -+ u16 RamCodeSize; // The size of RAM code -+ u8 Foundry; -+ u8 Rsvd2; -+ -+ //--- LONG WORD 2 ---- -+ u32 SvnIdx; // The SVN entry index -+ u32 Rsvd3; -+ -+ //--- LONG WORD 3 ---- -+ u32 Rsvd4; -+ u32 Rsvd5; -+}RT_8188E_FIRMWARE_HDR, *PRT_8188E_FIRMWARE_HDR; -+#endif // download firmware related data structure -+ -+ -+#define DRIVER_EARLY_INT_TIME_8188E 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8188E 0x02 -+ -+ -+//#define MAX_RX_DMA_BUFFER_SIZE_88E 0x2400 //9k for 88E nornal chip , //MaxRxBuff=10k-max(TxReportSize(64*8), WOLPattern(16*24)) -+#define RX_DMA_SIZE_88E(__Adapter) ((!IS_VENDOR_8188E_I_CUT_SERIES(__Adapter))?0x2800:0x4000) -+ -+#ifdef CONFIG_WOWLAN -+#define RESV_FMWF WKFMCAM_SIZE*MAX_WKFM_NUM /* 16 entries, for each is 24 bytes*/ -+#else -+#define RESV_FMWF 0 -+#endif -+ -+#define RX_DMA_RESERVD_FW_FEATURE 0x200 /* for tx report (64*8) */ -+ -+#define MAX_RX_DMA_BUFFER_SIZE_88E(__Adapter) RX_DMA_SIZE_88E(__Adapter)-RX_DMA_RESERVD_FW_FEATURE -+ -+#define MAX_TX_REPORT_BUFFER_SIZE 0x0400 /* 1k */ -+ -+// Note: We will divide number of page equally for each queue other than public queue! -+// 22k = 22528 bytes = 176 pages (@page = 128 bytes) -+// must reserved about 7 pages for LPS => 176-7 = 169 (0xA9) -+// 2*BCN / 1*ps-poll / 1*null-data /1*prob_rsp /1*QOS null-data /1*BT QOS null-data -+ -+#define BCNQ_PAGE_NUM_88E 0x08 -+ -+//For WoWLan , more reserved page -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_88E 0x00 -+#else -+#define WOWLAN_PAGE_NUM_88E 0x00 -+#endif -+ -+/* Note: -+Tx FIFO Size : previous CUT:22K /I_CUT after:32KB -+Tx page Size : 128B -+Total page numbers : 176(0xB0) / 256(0x100) -+*/ -+#define TOTAL_PAGE_NUMBER_88E(_Adapter) ((IS_VENDOR_8188E_I_CUT_SERIES(_Adapter)?0x100:0xB0) - 1)/* must reserved 1 page for dma issue */ -+#define TX_TOTAL_PAGE_NUMBER_88E(_Adapter) (TOTAL_PAGE_NUMBER_88E(_Adapter) - BCNQ_PAGE_NUM_88E - WOWLAN_PAGE_NUM_88E) -+#define TX_PAGE_BOUNDARY_88E(_Adapter) (TX_TOTAL_PAGE_NUMBER_88E(_Adapter) + 1) /* beacon header start address */ -+ -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_88E(_Adapter) TX_TOTAL_PAGE_NUMBER_88E(_Adapter) -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_88E(_Adapter) (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_88E(_Adapter) + 1) -+ -+// For Normal Chip Setting -+// (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER_8723B -+#define NORMAL_PAGE_NUM_HPQ_88E 0x0 -+#define NORMAL_PAGE_NUM_LPQ_88E 0x09 -+#define NORMAL_PAGE_NUM_NPQ_88E 0x0 -+ -+// Note: For Normal Chip Setting, modify later -+#define WMM_NORMAL_PAGE_NUM_HPQ_88E 0x29 -+#define WMM_NORMAL_PAGE_NUM_LPQ_88E 0x1C -+#define WMM_NORMAL_PAGE_NUM_NPQ_88E 0x1C -+ -+ -+//------------------------------------------------------------------------- -+// Chip specific -+//------------------------------------------------------------------------- -+#define CHIP_BONDING_IDENTIFIER(_value) (((_value)>>22)&0x3) -+#define CHIP_BONDING_92C_1T2R 0x1 -+#define CHIP_BONDING_88C_USB_MCARD 0x2 -+#define CHIP_BONDING_88C_USB_HP 0x1 -+ -+//------------------------------------------------------------------------- -+// Channel Plan -+//------------------------------------------------------------------------- -+ -+ -+#define EFUSE_REAL_CONTENT_LEN 512 -+#define EFUSE_MAP_LEN 128 -+#define EFUSE_MAX_SECTION 16 -+#define EFUSE_IC_ID_OFFSET 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR(addr) (addr < EFUSE_REAL_CONTENT_LEN) -+// -+// -+// To prevent out of boundary programming case, -+// leave 1byte and program full section -+// 9bytes + 1byt + 5bytes and pre 1byte. -+// For worst case: -+// | 1byte|----8bytes----|1byte|--5bytes--| -+// | | Reserved(14bytes) | -+// -+#define EFUSE_OOB_PROTECT_BYTES 15 // PG data exclude header, dummy 6 bytes frome CP test and reserved 1byte. -+ -+#define EFUSE_REAL_CONTENT_LEN_88E 256 -+#define EFUSE_MAP_LEN_88E 512 -+#define EFUSE_MAX_SECTION_88E 64 -+#define EFUSE_MAX_WORD_UNIT_88E 4 -+#define EFUSE_IC_ID_OFFSET_88E 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR_88E(addr) (addr < EFUSE_REAL_CONTENT_LEN_88E) -+// To prevent out of boundary programming case, leave 1byte and program full section -+// 9bytes + 1byt + 5bytes and pre 1byte. -+// For worst case: -+// | 2byte|----8bytes----|1byte|--7bytes--| //92D -+#define EFUSE_OOB_PROTECT_BYTES_88E 18 // PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte. -+#define EFUSE_PROTECT_BYTES_BANK_88E 16 -+ -+ -+//======================================================== -+// EFUSE for BT definition -+//======================================================== -+#define EFUSE_BT_REAL_CONTENT_LEN 1536 // 512*3 -+#define EFUSE_BT_MAP_LEN 1024 // 1k bytes -+#define EFUSE_BT_MAX_SECTION 128 // 1024/8 -+ -+#define EFUSE_PROTECT_BYTES_BANK 16 -+ -+#define INCLUDE_MULTI_FUNC_BT(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT) -+#define INCLUDE_MULTI_FUNC_GPS(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS) -+ -+//#define IS_MULTI_FUNC_CHIP(_Adapter) (((((PHAL_DATA_TYPE)(_Adapter->HalData))->MultiFunc) & (RT_MULTI_FUNC_BT|RT_MULTI_FUNC_GPS)) ? _TRUE : _FALSE) -+ -+//#define RT_IS_FUNC_DISABLED(__pAdapter, __FuncBits) ( (__pAdapter)->DisabledFunctions & (__FuncBits) ) -+ -+#ifdef CONFIG_PCI_HCI -+void InterruptRecognized8188EE(PADAPTER Adapter, PRT_ISR_CONTENT pIsrContent); -+void UpdateInterruptMask8188EE(PADAPTER Adapter, u32 AddMSR, u32 AddMSR1, u32 RemoveMSR, u32 RemoveMSR1); -+#endif //CONFIG_PCI_HCI -+ -+// rtl8188e_hal_init.c -+ -+s32 rtl8188e_FirmwareDownload(PADAPTER padapter, BOOLEAN bUsedWoWLANFw); -+void _8051Reset88E(PADAPTER padapter); -+void rtl8188e_InitializeFirmwareVars(PADAPTER padapter); -+ -+ -+s32 InitLLTTable(PADAPTER padapter, u8 txpktbuf_bndy); -+ -+// EFuse -+u8 GetEEPROMSize8188E(PADAPTER padapter); -+void Hal_InitPGData88E(PADAPTER padapter); -+void Hal_EfuseParseIDCode88E(PADAPTER padapter, u8 *hwinfo); -+void Hal_ReadTxPowerInfo88E(PADAPTER padapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+ -+void Hal_EfuseParseEEPROMVer88E(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void rtl8188e_EfuseParseChnlPlan(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseCustomerID88E(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_ReadAntennaDiversity88E (PADAPTER pAdapter,u8*PROMContent,BOOLEAN AutoLoadFail); -+void Hal_ReadThermalMeter_88E(PADAPTER Adapter,u8* PROMContent,BOOLEAN AutoloadFail); -+void Hal_EfuseParseXtal_8188E(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_EfuseParseBoardType88E(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_ReadPowerSavingMode88E(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+ -+BOOLEAN HalDetectPwrDownMode88E(PADAPTER Adapter); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void Hal_DetectWoWMode(PADAPTER pAdapter); -+#endif //CONFIG_WOWLAN -+ -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+void Hal_ReadRFGainOffset(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+void rtl8188e_init_default_value(_adapter *adapter); -+ -+void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc); -+ -+// register -+void SetBcnCtrlReg(PADAPTER padapter, u8 SetBits, u8 ClearBits); -+ -+void rtl8188e_start_thread(_adapter *padapter); -+void rtl8188e_stop_thread(_adapter *padapter); -+ -+void rtw_IOL_cmd_tx_pkt_buf_dump(ADAPTER *Adapter,int data_len); -+#ifdef CONFIG_IOL_EFUSE_PATCH -+s32 rtl8188e_iol_efuse_patch(PADAPTER padapter); -+#endif//CONFIG_IOL_EFUSE_PATCH -+void _InitTransferPageSize(PADAPTER padapter); -+ -+void SetHwReg8188E(PADAPTER padapter, u8 variable, u8 *val); -+void GetHwReg8188E(PADAPTER padapter, u8 variable, u8 *val); -+void ResumeTxBeacon(PADAPTER padapter); -+void StopTxBeacon(PADAPTER padapter); -+u8 -+GetHalDefVar8188E( -+ IN PADAPTER Adapter, -+ IN HAL_DEF_VARIABLE eVariable, -+ IN PVOID pValue -+ ); -+#endif //__RTL8188E_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_led.h linux/3rdparty/rtl8812au/include/rtl8188e_led.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_led.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,41 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188E_LED_H__ -+#define __RTL8188E_LED_H__ -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+#ifdef CONFIG_USB_HCI -+void rtl8188eu_InitSwLeds(PADAPTER padapter); -+void rtl8188eu_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_PCI_HCI -+void rtl8188ee_InitSwLeds(PADAPTER padapter); -+void rtl8188ee_DeInitSwLeds(PADAPTER padapter); -+#endif -+#if defined (CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+void rtl8188es_InitSwLeds(PADAPTER padapter); -+void rtl8188es_DeInitSwLeds(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_recv.h linux/3rdparty/rtl8812au/include/rtl8188e_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_recv.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,175 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188E_RECV_H__ -+#define __RTL8188E_RECV_H__ -+ -+#define RECV_BLK_SZ 512 -+#define RECV_BLK_CNT 16 -+#define RECV_BLK_TH RECV_BLK_CNT -+ -+#if defined(CONFIG_USB_HCI) -+ -+#ifndef MAX_RECVBUF_SZ -+#ifdef PLATFORM_OS_CE -+#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+#else -+ #ifndef CONFIG_MINIMAL_MEMORY_USAGE -+ //#define MAX_RECVBUF_SZ (32768) // 32k -+ //#define MAX_RECVBUF_SZ (16384) //16K -+ //#define MAX_RECVBUF_SZ (10240) //10K -+ #ifdef CONFIG_PLATFORM_MSTAR -+ #define MAX_RECVBUF_SZ (8192) // 8K -+ #else -+ #define MAX_RECVBUF_SZ (15360) // 15k < 16k -+ #endif -+ //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+ #endif -+#endif -+#endif //!MAX_RECVBUF_SZ -+ -+#elif defined(CONFIG_PCI_HCI) -+//#ifndef CONFIG_MINIMAL_MEMORY_USAGE -+// #define MAX_RECVBUF_SZ (9100) -+//#else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+//#endif -+ -+ -+#elif defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ -+#define MAX_RECVBUF_SZ (10240) -+ -+#endif -+ -+// Rx smooth factor -+#define Rx_Smooth_Factor (20) -+ -+#define TX_RPT1_PKT_LEN 8 -+ -+typedef struct rxreport_8188e -+{ -+ //Offset 0 -+ u32 pktlen:14; -+ u32 crc32:1; -+ u32 icverr:1; -+ u32 drvinfosize:4; -+ u32 security:3; -+ u32 qos:1; -+ u32 shift:2; -+ u32 physt:1; -+ u32 swdec:1; -+ u32 ls:1; -+ u32 fs:1; -+ u32 eor:1; -+ u32 own:1; -+ -+ //Offset 4 -+ u32 macid:5; -+ u32 tid:4; -+ u32 hwrsvd:4; -+ u32 amsdu:1; -+ u32 paggr:1; -+ u32 faggr:1; -+ u32 a1fit:4; -+ u32 a2fit:4; -+ u32 pam:1; -+ u32 pwr:1; -+ u32 md:1; -+ u32 mf:1; -+ u32 type:2; -+ u32 mc:1; -+ u32 bc:1; -+ -+ //Offset 8 -+ u32 seq:12; -+ u32 frag:4; -+ u32 nextpktlen:14; -+ u32 nextind:1; -+ u32 rsvd0831:1; -+ -+ //Offset 12 -+ u32 rxmcs:6; -+ u32 rxht:1; -+ u32 gf:1; -+ u32 splcp:1; -+ u32 bw:1; -+ u32 htc:1; -+ u32 eosp:1; -+ u32 bssidfit:2; -+ u32 rpt_sel:2; -+ u32 rsvd1216:13; -+ u32 pattern_match:1; -+ u32 unicastwake:1; -+ u32 magicwake:1; -+ -+ //Offset 16 -+ /* -+ u32 pattern0match:1; -+ u32 pattern1match:1; -+ u32 pattern2match:1; -+ u32 pattern3match:1; -+ u32 pattern4match:1; -+ u32 pattern5match:1; -+ u32 pattern6match:1; -+ u32 pattern7match:1; -+ u32 pattern8match:1; -+ u32 pattern9match:1; -+ u32 patternamatch:1; -+ u32 patternbmatch:1; -+ u32 patterncmatch:1; -+ u32 rsvd1613:19; -+ */ -+ u32 rsvd16; -+ -+ //Offset 20 -+ u32 tsfl; -+ -+ //Offset 24 -+ u32 bassn:12; -+ u32 bavld:1; -+ u32 rsvd2413:19; -+} RXREPORT, *PRXREPORT; -+ -+ -+#if defined (CONFIG_SDIO_HCI)||defined(CONFIG_GSPI_HCI) -+s32 rtl8188es_init_recv_priv(PADAPTER padapter); -+void rtl8188es_free_recv_priv(PADAPTER padapter); -+void rtl8188es_recv_hdl(PADAPTER padapter, struct recv_buf *precvbuf); -+#endif -+ -+#ifdef CONFIG_USB_HCI -+void rtl8188eu_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf); -+s32 rtl8188eu_init_recv_priv(PADAPTER padapter); -+void rtl8188eu_free_recv_priv(PADAPTER padapter); -+void rtl8188eu_recv_hdl(PADAPTER padapter, struct recv_buf *precvbuf); -+void rtl8188eu_recv_tasklet(void *priv); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8188ee_init_recv_priv(PADAPTER padapter); -+void rtl8188ee_free_recv_priv(PADAPTER padapter); -+#endif -+ -+void rtl8188e_query_rx_desc_status(union recv_frame *precvframe, struct recv_stat *prxstat); -+ -+#endif /* __RTL8188E_RECV_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_rf.h linux/3rdparty/rtl8812au/include/rtl8188e_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_rf.h 2017-06-07 23:07:21.038690036 +0300 -@@ -0,0 +1,33 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188E_RF_H__ -+#define __RTL8188E_RF_H__ -+ -+ -+ -+int PHY_RF6052_Config8188E( IN PADAPTER Adapter ); -+void rtl8188e_RF_ChangeTxPath( IN PADAPTER Adapter, -+ IN u16 DataRate); -+void rtl8188e_PHY_RF6052SetBandwidth( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth); -+ -+#endif//__RTL8188E_RF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_spec.h linux/3rdparty/rtl8812au/include/rtl8188e_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_spec.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,162 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8188E_SPEC_H__ -+#define __RTL8188E_SPEC_H__ -+ -+ -+//============================================================ -+// 8188E Regsiter offset definition -+//============================================================ -+ -+ -+//============================================================ -+// -+//============================================================ -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_BB_PAD_CTRL 0x0064 -+#define REG_HMEBOX_E0 0x0088 -+#define REG_HMEBOX_E1 0x008A -+#define REG_HMEBOX_E2 0x008C -+#define REG_HMEBOX_E3 0x008E -+#define REG_HMEBOX_EXT_0 0x01F0 -+#define REG_HMEBOX_EXT_1 0x01F4 -+#define REG_HMEBOX_EXT_2 0x01F8 -+#define REG_HMEBOX_EXT_3 0x01FC -+#define REG_HIMR_88E 0x00B0 //RTL8188E -+#define REG_HISR_88E 0x00B4 //RTL8188E -+#define REG_HIMRE_88E 0x00B8 //RTL8188E -+#define REG_HISRE_88E 0x00BC //RTL8188E -+#define REG_MACID_NO_LINK_0 0x0484 -+#define REG_MACID_NO_LINK_1 0x0488 -+#define REG_MACID_PAUSE_0 0x048c -+#define REG_MACID_PAUSE_1 0x0490 -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_PKTBUF_DBG_ADDR (REG_PKTBUF_DBG_CTRL) -+#define REG_RXPKTBUF_DBG (REG_PKTBUF_DBG_CTRL+2) -+#define REG_TXPKTBUF_DBG (REG_PKTBUF_DBG_CTRL+3) -+#define REG_WOWLAN_WAKE_REASON REG_MCUTST_WOWLAN -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+#ifdef CONFIG_WOWLAN -+#define REG_TXPKTBUF_IV_LOW 0x01a4 -+#define REG_TXPKTBUF_IV_HIGH 0x01a8 -+#endif -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+#ifdef CONFIG_RF_GAIN_OFFSET -+#define EEPROM_RF_GAIN_OFFSET 0xC1 -+#define EEPROM_RF_GAIN_VAL 0xF6 -+#define EEPROM_THERMAL_OFFSET 0xF5 -+#endif //CONFIG_RF_GAIN_OFFSET -+//---------------------------------------------------------------------------- -+// 88E Driver Initialization Offload REG_FDHM0(Offset 0x88, 8 bits) -+//---------------------------------------------------------------------------- -+//IOL config for REG_FDHM0(Reg0x88) -+#define CMD_INIT_LLT BIT0 -+#define CMD_READ_EFUSE_MAP BIT1 -+#define CMD_EFUSE_PATCH BIT2 -+#define CMD_IOCONFIG BIT3 -+#define CMD_INIT_LLT_ERR BIT4 -+#define CMD_READ_EFUSE_MAP_ERR BIT5 -+#define CMD_EFUSE_PATCH_ERR BIT6 -+#define CMD_IOCONFIG_ERR BIT7 -+ -+//----------------------------------------------------- -+// -+// Redifine register definition for compatibility -+// -+//----------------------------------------------------- -+ -+// TODO: use these definition when using REG_xxx naming rule. -+// NOTE: DO NOT Remove these definition. Use later. -+#define ISR_88E REG_HISR_88E -+ -+#ifdef CONFIG_PCI_HCI -+//#define IMR_RX_MASK (IMR_ROK_88E|IMR_RDU_88E|IMR_RXFOVW_88E) -+#define IMR_TX_MASK (IMR_VODOK_88E|IMR_VIDOK_88E|IMR_BEDOK_88E|IMR_BKDOK_88E|IMR_MGNTDOK_88E|IMR_HIGHDOK_88E|IMR_BCNDERR0_88E) -+ -+#ifdef CONFIG_CONCURRENT_MODE -+#define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_88E | IMR_TBDOK_88E | IMR_TBDER_88E | IMR_BCNDMAINT_E_88E) -+#else -+#define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_88E | IMR_TBDOK_88E | IMR_TBDER_88E) -+#endif -+ -+#define RT_AC_INT_MASKS (IMR_VIDOK_88E | IMR_VODOK_88E | IMR_BEDOK_88E|IMR_BKDOK_88E) -+#endif -+ -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define MACID_NUM_88E 64 -+#define SEC_CAM_ENT_NUM_88E 32 -+#define NSS_NUM_88E 1 -+ -+//---------------------------------------------------------------------------- -+// 8192C EEPROM/EFUSE share register definition. -+//---------------------------------------------------------------------------- -+ -+#define EFUSE_ACCESS_ON 0x69 // For RTL8723 only. -+#define EFUSE_ACCESS_OFF 0x00 // For RTL8723 only. -+ -+#endif /* __RTL8188E_SPEC_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_sreset.h linux/3rdparty/rtl8812au/include/rtl8188e_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_sreset.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL8188E_SRESET_H_ -+#define _RTL8188E_SRESET_H_ -+ -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+extern void rtl8188e_sreset_xmit_status_check(_adapter *padapter); -+extern void rtl8188e_sreset_linked_status_check(_adapter *padapter); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188e_xmit.h linux/3rdparty/rtl8812au/include/rtl8188e_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188e_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188e_xmit.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,299 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188E_XMIT_H__ -+#define __RTL8188E_XMIT_H__ -+ -+ -+ -+ -+//For 88e early mode -+#define SET_EARLYMODE_PKTNUM(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 3, __Value) -+#define SET_EARLYMODE_LEN0(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 12, __Value) -+#define SET_EARLYMODE_LEN1(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 16, 12, __Value) -+#define SET_EARLYMODE_LEN2_1(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 28, 4, __Value) -+#define SET_EARLYMODE_LEN2_2(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 8, __Value) -+#define SET_EARLYMODE_LEN3(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 8, 12, __Value) -+#define SET_EARLYMODE_LEN4(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 20, 12, __Value) -+ -+// -+//defined for TX DESC Operation -+// -+ -+#define MAX_TID (15) -+ -+//OFFSET 0 -+#define OFFSET_SZ 0 -+#define OFFSET_SHT 16 -+#define BMC BIT(24) -+#define LSG BIT(26) -+#define FSG BIT(27) -+#define OWN BIT(31) -+ -+ -+//OFFSET 4 -+#define PKT_OFFSET_SZ 0 -+#define QSEL_SHT 8 -+#define RATE_ID_SHT 16 -+#define NAVUSEHDR BIT(20) -+#define SEC_TYPE_SHT 22 -+#define PKT_OFFSET_SHT 26 -+ -+//OFFSET 8 -+#define AGG_EN BIT(12) -+#define AGG_BK BIT(16) -+#define AMPDU_DENSITY_SHT 20 -+#define ANTSEL_A BIT(24) -+#define ANTSEL_B BIT(25) -+#define TX_ANT_CCK_SHT 26 -+#define TX_ANTL_SHT 28 -+#define TX_ANT_HT_SHT 30 -+ -+//OFFSET 12 -+#define SEQ_SHT 16 -+#define EN_HWSEQ BIT(31) -+ -+//OFFSET 16 -+#define QOS BIT(6) -+#define HW_SSN BIT(7) -+#define USERATE BIT(8) -+#define DISDATAFB BIT(10) -+#define CTS_2_SELF BIT(11) -+#define RTS_EN BIT(12) -+#define HW_RTS_EN BIT(13) -+#define DATA_SHORT BIT(24) -+#define PWR_STATUS_SHT 15 -+#define DATA_SC_SHT 20 -+#define DATA_BW BIT(25) -+ -+//OFFSET 20 -+#define RTY_LMT_EN BIT(17) -+ -+ -+//OFFSET 20 -+#define SGI BIT(6) -+#define USB_TXAGG_NUM_SHT 24 -+ -+typedef struct txdesc_88e -+{ -+ //Offset 0 -+ u32 pktlen:16; -+ u32 offset:8; -+ u32 bmc:1; -+ u32 htc:1; -+ u32 ls:1; -+ u32 fs:1; -+ u32 linip:1; -+ u32 noacm:1; -+ u32 gf:1; -+ u32 own:1; -+ -+ //Offset 4 -+ u32 macid:6; -+ u32 rsvd0406:2; -+ u32 qsel:5; -+ u32 rd_nav_ext:1; -+ u32 lsig_txop_en:1; -+ u32 pifs:1; -+ u32 rate_id:4; -+ u32 navusehdr:1; -+ u32 en_desc_id:1; -+ u32 sectype:2; -+ u32 rsvd0424:2; -+ u32 pkt_offset:5; // unit: 8 bytes -+ u32 rsvd0431:1; -+ -+ //Offset 8 -+ u32 rts_rc:6; -+ u32 data_rc:6; -+ u32 agg_en:1; -+ u32 rd_en:1; -+ u32 bar_rty_th:2; -+ u32 bk:1; -+ u32 morefrag:1; -+ u32 raw:1; -+ u32 ccx:1; -+ u32 ampdu_density:3; -+ u32 bt_null:1; -+ u32 ant_sel_a:1; -+ u32 ant_sel_b:1; -+ u32 tx_ant_cck:2; -+ u32 tx_antl:2; -+ u32 tx_ant_ht:2; -+ -+ //Offset 12 -+ u32 nextheadpage:8; -+ u32 tailpage:8; -+ u32 seq:12; -+ u32 cpu_handle:1; -+ u32 tag1:1; -+ u32 trigger_int:1; -+ u32 hwseq_en:1; -+ -+ //Offset 16 -+ u32 rtsrate:5; -+ u32 ap_dcfe:1; -+ u32 hwseq_sel:2; -+ u32 userate:1; -+ u32 disrtsfb:1; -+ u32 disdatafb:1; -+ u32 cts2self:1; -+ u32 rtsen:1; -+ u32 hw_rts_en:1; -+ u32 port_id:1; -+ u32 pwr_status:3; -+ u32 wait_dcts:1; -+ u32 cts2ap_en:1; -+ u32 data_sc:2; -+ u32 data_stbc:2; -+ u32 data_short:1; -+ u32 data_bw:1; -+ u32 rts_short:1; -+ u32 rts_bw:1; -+ u32 rts_sc:2; -+ u32 vcs_stbc:2; -+ -+ //Offset 20 -+ u32 datarate:6; -+ u32 sgi:1; -+ u32 try_rate:1; -+ u32 data_ratefb_lmt:5; -+ u32 rts_ratefb_lmt:4; -+ u32 rty_lmt_en:1; -+ u32 data_rt_lmt:6; -+ u32 usb_txagg_num:8; -+ -+ //Offset 24 -+ u32 txagg_a:5; -+ u32 txagg_b:5; -+ u32 use_max_len:1; -+ u32 max_agg_num:5; -+ u32 mcsg1_max_len:4; -+ u32 mcsg2_max_len:4; -+ u32 mcsg3_max_len:4; -+ u32 mcs7_sgi_max_len:4; -+ -+ //Offset 28 -+ u32 checksum:16; // TxBuffSize(PCIe)/CheckSum(USB) -+ u32 sw0:8; /* offset 30 */ -+ u32 sw1:4; -+ u32 mcs15_sgi_max_len:4; -+}TXDESC_8188E, *PTXDESC_8188E; -+ -+#define txdesc_set_ccx_sw_88e(txdesc, value) \ -+ do { \ -+ ((struct txdesc_88e *)(txdesc))->sw1 = (((value)>>8) & 0x0f); \ -+ ((struct txdesc_88e *)(txdesc))->sw0 = ((value) & 0xff); \ -+ } while (0) -+ -+struct txrpt_ccx_88e { -+ /* offset 0 */ -+ u8 tag1:1; -+ u8 pkt_num:3; -+ u8 txdma_underflow:1; -+ u8 int_bt:1; -+ u8 int_tri:1; -+ u8 int_ccx:1; -+ -+ /* offset 1 */ -+ u8 mac_id:6; -+ u8 pkt_ok:1; -+ u8 bmc:1; -+ -+ /* offset 2 */ -+ u8 retry_cnt:6; -+ u8 lifetime_over:1; -+ u8 retry_over:1; -+ -+ /* offset 3 */ -+ u8 ccx_qtime0; -+ u8 ccx_qtime1; -+ -+ /* offset 5 */ -+ u8 final_data_rate; -+ -+ /* offset 6 */ -+ u8 sw1:4; -+ u8 qsel:4; -+ -+ /* offset 7 */ -+ u8 sw0; -+}; -+ -+#define txrpt_ccx_sw_88e(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1<<8)) -+#define txrpt_ccx_qtime_88e(txrpt_ccx) ((txrpt_ccx)->ccx_qtime0+((txrpt_ccx)->ccx_qtime1<<8)) -+ -+#define SET_TX_DESC_SEC_TYPE_8188E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+ -+void rtl8188e_fill_fake_txdesc(PADAPTER padapter,u8*pDesc,u32 BufferLen, -+ u8 IsPsPoll,u8 IsBTQosNull, u8 bDataFrame); -+void rtl8188e_cal_txdesc_chksum(struct tx_desc *ptxdesc); -+ -+#if defined(CONFIG_SDIO_HCI)||defined (CONFIG_GSPI_HCI) -+s32 rtl8188es_init_xmit_priv(PADAPTER padapter); -+void rtl8188es_free_xmit_priv(PADAPTER padapter); -+s32 rtl8188es_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188es_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8188es_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+thread_return rtl8188es_xmit_thread(thread_context context); -+s32 rtl8188es_xmit_buf_handler(PADAPTER padapter); -+ -+#ifdef CONFIG_SDIO_TX_TASKLET -+void rtl8188es_xmit_tasklet(void *priv); -+#endif -+#endif -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8188eu_init_xmit_priv(PADAPTER padapter); -+void rtl8188eu_free_xmit_priv(PADAPTER padapter); -+s32 rtl8188eu_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188eu_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8188eu_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188eu_xmit_buf_handler(PADAPTER padapter); -+void rtl8188eu_xmit_tasklet(void *priv); -+s32 rtl8188eu_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8188ee_init_xmit_priv(PADAPTER padapter); -+void rtl8188ee_free_xmit_priv(PADAPTER padapter); -+void rtl8188ee_xmitframe_resume(_adapter *padapter); -+s32 rtl8188ee_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188ee_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8188ee_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtl8188ee_xmit_tasklet(void *priv); -+#endif -+ -+ -+ -+#ifdef CONFIG_TX_EARLY_MODE -+void UpdateEarlyModeInfo8188E(struct xmit_priv *pxmitpriv,struct xmit_buf *pxmitbuf ); -+#endif -+ -+#ifdef CONFIG_XMIT_ACK -+void dump_txrpt_ccx_88e(void *buf); -+void handle_txrpt_ccx_88e(_adapter *adapter, u8 *buf); -+#else -+#define dump_txrpt_ccx_88e(buf) do {} while(0) -+#define handle_txrpt_ccx_88e(adapter, buf) do {} while(0) -+#endif //CONFIG_XMIT_ACK -+ -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,struct tx_desc *ptxdesc); -+#endif //__RTL8188E_XMIT_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_cmd.h linux/3rdparty/rtl8812au/include/rtl8188f_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_cmd.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,225 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188F_CMD_H__ -+#define __RTL8188F_CMD_H__ -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD DEFINITION ------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+enum h2c_cmd_8188F{ -+ //Common Class: 000 -+ H2C_8188F_RSVD_PAGE = 0x00, -+ H2C_8188F_MEDIA_STATUS_RPT = 0x01, -+ H2C_8188F_SCAN_ENABLE = 0x02, -+ H2C_8188F_KEEP_ALIVE = 0x03, -+ H2C_8188F_DISCON_DECISION = 0x04, -+ H2C_8188F_PSD_OFFLOAD = 0x05, -+ H2C_8188F_AP_OFFLOAD = 0x08, -+ H2C_8188F_BCN_RSVDPAGE = 0x09, -+ H2C_8188F_PROBERSP_RSVDPAGE = 0x0A, -+ H2C_8188F_FCS_RSVDPAGE = 0x10, -+ H2C_8188F_FCS_INFO = 0x11, -+ H2C_8188F_AP_WOW_GPIO_CTRL = 0x13, -+ -+ //PoweSave Class: 001 -+ H2C_8188F_SET_PWR_MODE = 0x20, -+ H2C_8188F_PS_TUNING_PARA = 0x21, -+ H2C_8188F_PS_TUNING_PARA2 = 0x22, -+ H2C_8188F_P2P_LPS_PARAM = 0x23, -+ H2C_8188F_P2P_PS_OFFLOAD = 0x24, -+ H2C_8188F_PS_SCAN_ENABLE = 0x25, -+ H2C_8188F_SAP_PS_ = 0x26, -+ H2C_8188F_INACTIVE_PS_ = 0x27, //Inactive_PS -+ H2C_8188F_FWLPS_IN_IPS_ = 0x28, -+ -+ //Dynamic Mechanism Class: 010 -+ H2C_8188F_MACID_CFG = 0x40, -+ H2C_8188F_TXBF = 0x41, -+ H2C_8188F_RSSI_SETTING = 0x42, -+ H2C_8188F_AP_REQ_TXRPT = 0x43, -+ H2C_8188F_INIT_RATE_COLLECT = 0x44, -+ H2C_8188F_RA_PARA_ADJUST = 0x46, -+ -+ //BT Class: 011 -+ H2C_8188F_B_TYPE_TDMA = 0x60, -+ H2C_8188F_BT_INFO = 0x61, -+ H2C_8188F_FORCE_BT_TXPWR = 0x62, -+ H2C_8188F_BT_IGNORE_WLANACT = 0x63, -+ H2C_8188F_DAC_SWING_VALUE = 0x64, -+ H2C_8188F_ANT_SEL_RSV = 0x65, -+ H2C_8188F_WL_OPMODE = 0x66, -+ H2C_8188F_BT_MP_OPER = 0x67, -+ H2C_8188F_BT_CONTROL = 0x68, -+ H2C_8188F_BT_WIFI_CTRL = 0x69, -+ H2C_8188F_BT_FW_PATCH = 0x6A, -+ H2C_8188F_BT_WLAN_CALIBRATION = 0x6D, -+ -+ //WOWLAN Class: 100 -+ H2C_8188F_WOWLAN = 0x80, -+ H2C_8188F_REMOTE_WAKE_CTRL = 0x81, -+ H2C_8188F_AOAC_GLOBAL_INFO = 0x82, -+ H2C_8188F_AOAC_RSVD_PAGE = 0x83, -+ H2C_8188F_AOAC_RSVD_PAGE2 = 0x84, -+ H2C_8188F_D0_SCAN_OFFLOAD_CTRL = 0x85, -+ H2C_8188F_D0_SCAN_OFFLOAD_INFO = 0x86, -+ H2C_8188F_CHNL_SWITCH_OFFLOAD = 0x87, -+ H2C_8188F_P2P_OFFLOAD_RSVD_PAGE = 0x8A, -+ H2C_8188F_P2P_OFFLOAD = 0x8B, -+ -+ H2C_8188F_RESET_TSF = 0xC0, -+ H2C_8188F_MAXID, -+}; -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD CONTENT --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+//_RSVDPAGE_LOC_CMD_0x00 -+#define SET_8188F_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8188F_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8188F_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8188F_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8188F_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+ -+//_MEDIA_STATUS_RPT_PARM_CMD_0x01 -+#define SET_8188F_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8188F_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8188F_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8188F_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+//_KEEP_ALIVE_CMD_0x03 -+#define SET_8188F_H2CCMD_KEEPALIVE_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8188F_H2CCMD_KEEPALIVE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8188F_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8188F_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+ -+//_DISCONNECT_DECISION_CMD_0x04 -+#define SET_8188F_H2CCMD_DISCONDECISION_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8188F_H2CCMD_DISCONDECISION_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8188F_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8188F_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+// _PWR_MOD_CMD_0x20 -+#define SET_8188F_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8188F_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_8188F_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_8188F_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8188F_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8188F_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8188F_H2CCMD_PWRMODE_PARM_BYTE5(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+ -+#define GET_8188F_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd) LE_BITS_TO_1BYTE(__pH2CCmd, 0, 8) -+ -+// _PS_TUNE_PARAM_CMD_0x21 -+#define SET_8188F_H2CCMD_PSTUNE_PARM_BCN_TO_LIMIT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8188F_H2CCMD_PSTUNE_PARM_DTIM_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8188F_H2CCMD_PSTUNE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 1, __Value) -+#define SET_8188F_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 1, 7, __Value) -+#define SET_8188F_H2CCMD_PSTUNE_PARM_DTIM_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+//_MACID_CFG_CMD_0x40 -+#define SET_8188F_H2CCMD_MACID_CFG_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_RAID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 5, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_SGI_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 7, 1, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_BW(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 2, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_NO_UPDATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 3, 1, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_VHT_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 4, 2, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_DISPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 6, 1, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_DISRA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 7, 1, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_RATE_MASK0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_RATE_MASK1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_RATE_MASK2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+5, 0, 8, __Value) -+#define SET_8188F_H2CCMD_MACID_CFG_RATE_MASK3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+6, 0, 8, __Value) -+ -+//_RSSI_SETTING_CMD_0x42 -+#define SET_8188F_H2CCMD_RSSI_SETTING_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8188F_H2CCMD_RSSI_SETTING_RSSI(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 7, __Value) -+#define SET_8188F_H2CCMD_RSSI_SETTING_ULDL_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+// _AP_REQ_TXRPT_CMD_0x43 -+#define SET_8188F_H2CCMD_APREQRPT_PARM_MACID1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8188F_H2CCMD_APREQRPT_PARM_MACID2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+ -+// _FORCE_BT_TXPWR_CMD_0x62 -+#define SET_8188F_H2CCMD_BT_PWR_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+ -+// _FORCE_BT_MP_OPER_CMD_0x67 -+#define SET_8188F_H2CCMD_BT_MPOPER_VER(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 4, __Value) -+#define SET_8188F_H2CCMD_BT_MPOPER_REQNUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 4, __Value) -+#define SET_8188F_H2CCMD_BT_MPOPER_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8188F_H2CCMD_BT_MPOPER_PARAM1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 8, __Value) -+#define SET_8188F_H2CCMD_BT_MPOPER_PARAM2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8188F_H2CCMD_BT_MPOPER_PARAM3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+ -+// _BT_FW_PATCH_0x6A -+#define SET_8188F_H2CCMD_BT_FW_PATCH_SIZE(__pH2CCmd, __Value) SET_BITS_TO_LE_2BYTE((pu1Byte)(__pH2CCmd), 0, 16, __Value) -+#define SET_8188F_H2CCMD_BT_FW_PATCH_ADDR0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8188F_H2CCMD_BT_FW_PATCH_ADDR1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8188F_H2CCMD_BT_FW_PATCH_ADDR2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8188F_H2CCMD_BT_FW_PATCH_ADDR3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+5, 0, 8, __Value) -+ -+ -+//---------------------------------------------------------------------------------------------------------// -+//------------------------------------------- Structure --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- Function Statement --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+// host message to firmware cmd -+void rtl8188f_set_FwPwrMode_cmd(PADAPTER padapter, u8 Mode); -+void rtl8188f_set_FwJoinBssRpt_cmd(PADAPTER padapter, u8 mstatus); -+void rtl8188f_set_rssi_cmd(PADAPTER padapter, u8 *param); -+void rtl8188f_Add_RateATid(PADAPTER pAdapter, u64 bitmap, u8* arg, u8 rssi_level); -+void rtl8188f_fw_try_ap_cmd(PADAPTER padapter, u32 need_ack); -+//s32 rtl8188f_set_lowpwr_lps_cmd(PADAPTER padapter, u8 enable); -+void rtl8188f_set_FwPsTuneParam_cmd(PADAPTER padapter); -+void rtl8188f_set_FwMacIdConfig_cmd(_adapter* padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u32 mask); -+void rtl8188f_set_FwMediaStatusRpt_cmd(PADAPTER padapter, u8 mstatus, u8 macid); -+void rtl8188f_set_FwBtMpOper_cmd(PADAPTER padapter, u8 idx, u8 ver, u8 reqnum, u8 *param); -+void rtl8188f_download_rsvd_page(PADAPTER padapter, u8 mstatus); -+#ifdef CONFIG_BT_COEXIST -+void rtl8188f_download_BTCoex_AP_mode_rsvd_page(PADAPTER padapter); -+#endif // CONFIG_BT_COEXIST -+#ifdef CONFIG_P2P -+void rtl8188f_set_p2p_ps_offload_cmd(PADAPTER padapter, u8 p2p_ps_state); -+#endif //CONFIG_P2P -+ -+void CheckFwRsvdPageContent(PADAPTER padapter); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void SetFwRelatedForWoWLAN8188f(_adapter* padapter, u8 bHostIsGoingtoSleep); -+#endif//CONFIG_WOWLAN -+ -+#ifdef CONFIG_P2P_WOWLAN -+void rtl8188f_set_p2p_wowlan_offload_cmd(PADAPTER padapter); -+#endif -+ -+void rtl8188f_set_FwPwrModeInIPS_cmd(PADAPTER padapter, u8 cmd_param); -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+u8 rtl8188f_reset_tsf(_adapter *padapter, u8 reset_port); -+#endif // CONFIG_TSF_RESET_OFFLOAD -+s32 FillH2CCmd8188F(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+u8 GetTxBufferRsvdPageNum8188F(_adapter *padapter, bool wowlan); -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_dm.h linux/3rdparty/rtl8812au/include/rtl8188f_dm.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_dm.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188F_DM_H__ -+#define __RTL8188F_DM_H__ -+//============================================================ -+// Description: -+// -+// This file is for 8188F dynamic mechanism only -+// -+// -+//============================================================ -+ -+//============================================================ -+// structure and define -+//============================================================ -+ -+//============================================================ -+// function prototype -+//============================================================ -+ -+void rtl8188f_init_dm_priv(PADAPTER padapter); -+void rtl8188f_deinit_dm_priv(PADAPTER padapter); -+ -+void rtl8188f_InitHalDm(PADAPTER padapter); -+void rtl8188f_HalDmWatchDog(PADAPTER padapter); -+void rtl8188f_HalDmWatchDog_in_LPS(PADAPTER padapter); -+void rtl8188f_hal_dm_in_lps(PADAPTER padapter); -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_hal.h linux/3rdparty/rtl8812au/include/rtl8188f_hal.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_hal.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,342 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188F_HAL_H__ -+#define __RTL8188F_HAL_H__ -+ -+#include "hal_data.h" -+ -+#include "rtl8188f_spec.h" -+#include "rtl8188f_rf.h" -+#include "rtl8188f_dm.h" -+#include "rtl8188f_recv.h" -+#include "rtl8188f_xmit.h" -+#include "rtl8188f_cmd.h" -+#include "rtl8188f_led.h" -+#include "Hal8188FPwrSeq.h" -+#include "Hal8188FPhyReg.h" -+#include "Hal8188FPhyCfg.h" -+#ifdef DBG_CONFIG_ERROR_DETECT -+#include "rtl8188f_sreset.h" -+#endif -+ -+ -+//--------------------------------------------------------------------- -+// RTL8188F From file -+//--------------------------------------------------------------------- -+ #define RTL8188F_FW_IMG "rtl8188f/FW_NIC.bin" -+ #define RTL8188F_FW_WW_IMG "rtl8188f/FW_WoWLAN.bin" -+ #define RTL8188F_PHY_REG "rtl8188f/PHY_REG.txt" -+ #define RTL8188F_PHY_RADIO_A "rtl8188f/RadioA.txt" -+ #define RTL8188F_PHY_RADIO_B "rtl8188f/RadioB.txt" -+ #define RTL8188F_TXPWR_TRACK "rtl8188f/TxPowerTrack.txt" -+ #define RTL8188F_AGC_TAB "rtl8188f/AGC_TAB.txt" -+ #define RTL8188F_PHY_MACREG "rtl8188f/MAC_REG.txt" -+ #define RTL8188F_PHY_REG_PG "rtl8188f/PHY_REG_PG.txt" -+ #define RTL8188F_PHY_REG_MP "rtl8188f/PHY_REG_MP.txt" -+ #define RTL8188F_TXPWR_LMT "rtl8188f/TXPWR_LMT.txt" -+ -+//--------------------------------------------------------------------- -+// RTL8188F From header -+//--------------------------------------------------------------------- -+ -+#if MP_DRIVER == 1 -+ #define Rtl8188F_FwBTImgArray Rtl8188FFwBTImgArray -+ #define Rtl8188F_FwBTImgArrayLength Rtl8188FFwBTImgArrayLength -+ -+ #define Rtl8188F_FwMPImageArray Rtl8188FFwMPImgArray -+ #define Rtl8188F_FwMPImgArrayLength Rtl8188FMPImgArrayLength -+ -+ #define Rtl8188F_PHY_REG_Array_MP Rtl8188F_PHYREG_Array_MP -+ #define Rtl8188F_PHY_REG_Array_MPLength Rtl8188F_PHYREG_Array_MPLength -+#endif -+ -+ -+#define FW_8188F_SIZE 0x8000 -+#define FW_8188F_START_ADDRESS 0x1000 -+#define FW_8188F_END_ADDRESS 0x1FFF //0x5FFF -+ -+#define IS_FW_HEADER_EXIST_8188F(_pFwHdr) ((le16_to_cpu(_pFwHdr->Signature)&0xFFF0) == 0x88F0) -+ -+typedef struct _RT_FIRMWARE { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[FW_8188F_SIZE]; -+#endif -+ u32 ulFwLength; -+} RT_FIRMWARE_8188F, *PRT_FIRMWARE_8188F; -+ -+// -+// This structure must be cared byte-ordering -+// -+// Added by tynli. 2009.12.04. -+typedef struct _RT_8188F_FIRMWARE_HDR -+{ -+ // 8-byte alinment required -+ -+ //--- LONG WORD 0 ---- -+ u16 Signature; // 92C0: test chip; 92C, 88C0: test chip; 88C1: MP A-cut; 92C1: MP A-cut -+ u8 Category; // AP/NIC and USB/PCI -+ u8 Function; // Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions -+ u16 Version; // FW Version -+ u16 Subversion; // FW Subversion, default 0x00 -+ -+ //--- LONG WORD 1 ---- -+ u8 Month; // Release time Month field -+ u8 Date; // Release time Date field -+ u8 Hour; // Release time Hour field -+ u8 Minute; // Release time Minute field -+ u16 RamCodeSize; // The size of RAM code -+ u16 Rsvd2; -+ -+ //--- LONG WORD 2 ---- -+ u32 SvnIdx; // The SVN entry index -+ u32 Rsvd3; -+ -+ //--- LONG WORD 3 ---- -+ u32 Rsvd4; -+ u32 Rsvd5; -+}RT_8188F_FIRMWARE_HDR, *PRT_8188F_FIRMWARE_HDR; -+ -+#define DRIVER_EARLY_INT_TIME_8188F 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8188F 0x02 -+ -+// for 8188F -+// TX 32K, RX 16K, Page size 128B for TX, 8B for RX -+#define PAGE_SIZE_TX_8188F 128 -+#define PAGE_SIZE_RX_8188F 8 -+ -+#define RX_DMA_SIZE_8188F 0x4000 // 16K -+#ifdef CONFIG_FW_C2H_DEBUG -+#define RX_DMA_RESERVED_SIZE_8188F 0x100 // 256B, reserved for c2h debug message -+#else -+#define RX_DMA_RESERVED_SIZE_8188F 0x80 // 128B, reserved for tx report -+#endif -+ -+#ifdef CONFIG_WOWLAN -+#define RESV_FMWF WKFMCAM_SIZE*MAX_WKFM_NUM /* 16 entries, for each is 24 bytes*/ -+#else -+#define RESV_FMWF 0 -+#endif -+ -+#define RX_DMA_BOUNDARY_8188F (RX_DMA_SIZE_8188F - RX_DMA_RESERVED_SIZE_8188F - 1) -+ -+// Note: We will divide number of page equally for each queue other than public queue! -+ -+//For General Reserved Page Number(Beacon Queue is reserved page) -+//Beacon:2, PS-Poll:1, Null Data:1,Qos Null Data:1,BT Qos Null Data:1 -+#define BCNQ_PAGE_NUM_8188F 0x08 -+#ifdef CONFIG_CONCURRENT_MODE -+#define BCNQ1_PAGE_NUM_8188F 0x08 // 0x04 -+#else -+#define BCNQ1_PAGE_NUM_8188F 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef BCNQ1_PAGE_NUM_8188F -+#define BCNQ1_PAGE_NUM_8188F 0x00 // 0x04 -+#endif -+ -+//For WoWLan , more reserved page -+//ARP Rsp:1, RWC:1, GTK Info:1,GTK RSP:2,GTK EXT MEM:2, PNO: 6 -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8188F 0x07 -+#else -+#define WOWLAN_PAGE_NUM_8188F 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef WOWLAN_PAGE_NUM_8188F -+#define WOWLAN_PAGE_NUM_8188F 0x15 -+#endif -+ -+#ifdef CONFIG_AP_WOWLAN -+#define AP_WOWLAN_PAGE_NUM_8188F 0x02 -+#endif -+ -+#define TX_TOTAL_PAGE_NUMBER_8188F (0xFF - BCNQ_PAGE_NUM_8188F - BCNQ1_PAGE_NUM_8188F - WOWLAN_PAGE_NUM_8188F) -+#define TX_PAGE_BOUNDARY_8188F (TX_TOTAL_PAGE_NUMBER_8188F + 1) -+ -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8188F TX_TOTAL_PAGE_NUMBER_8188F -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_8188F (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8188F + 1) -+ -+// For Normal Chip Setting -+// (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER_8188F -+#define NORMAL_PAGE_NUM_HPQ_8188F 0x0C -+#define NORMAL_PAGE_NUM_LPQ_8188F 0x02 -+#define NORMAL_PAGE_NUM_NPQ_8188F 0x02 -+ -+// Note: For Normal Chip Setting, modify later -+#define WMM_NORMAL_PAGE_NUM_HPQ_8188F 0x30 -+#define WMM_NORMAL_PAGE_NUM_LPQ_8188F 0x20 -+#define WMM_NORMAL_PAGE_NUM_NPQ_8188F 0x20 -+ -+ -+#include "HalVerDef.h" -+#include "hal_com.h" -+ -+#define EFUSE_OOB_PROTECT_BYTES 15 -+ -+#define HAL_EFUSE_MEMORY -+ -+#define HWSET_MAX_SIZE_8188F 512 -+#define EFUSE_REAL_CONTENT_LEN_8188F 512 -+#define EFUSE_MAP_LEN_8188F 512 -+#define EFUSE_MAX_SECTION_8188F 64 -+ -+#define EFUSE_IC_ID_OFFSET 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR(addr) (addr < EFUSE_REAL_CONTENT_LEN_8188F) -+ -+#define EFUSE_ACCESS_ON 0x69 // For RTL8188 only. -+#define EFUSE_ACCESS_OFF 0x00 // For RTL8188 only. -+ -+//======================================================== -+// EFUSE for BT definition -+//======================================================== -+#define EFUSE_BT_REAL_BANK_CONTENT_LEN 512 -+#define EFUSE_BT_REAL_CONTENT_LEN 1536 // 512*3 -+#define EFUSE_BT_MAP_LEN 1024 // 1k bytes -+#define EFUSE_BT_MAX_SECTION 128 // 1024/8 -+ -+#define EFUSE_PROTECT_BYTES_BANK 16 -+ -+// Description: Determine the types of C2H events that are the same in driver and Fw. -+// Fisrt constructed by tynli. 2009.10.09. -+typedef enum _C2H_EVT -+{ -+ C2H_DBG = 0, -+ C2H_TSF = 1, -+ C2H_AP_RPT_RSP = 2, -+ C2H_CCX_TX_RPT = 3, // The FW notify the report of the specific tx packet. -+ C2H_BT_RSSI = 4, -+ C2H_BT_OP_MODE = 5, -+ C2H_EXT_RA_RPT = 6, -+ C2H_8188F_BT_INFO = 9, -+ C2H_HW_INFO_EXCH = 10, -+ C2H_8188F_BT_MP_INFO = 11, -+ C2H_8188F_P2P_RPORT = 0x16, -+#ifdef CONFIG_FW_C2H_DEBUG -+ C2H_8188F_FW_DEBUG = 0xff, -+#endif //CONFIG_FW_C2H_DEBUG -+ MAX_C2HEVENT -+} C2H_EVT; -+ -+typedef struct _C2H_EVT_HDR -+{ -+ u8 CmdID; -+ u8 CmdLen; -+ u8 CmdSeq; -+} __attribute__((__packed__)) C2H_EVT_HDR, *PC2H_EVT_HDR; -+ -+#define INCLUDE_MULTI_FUNC_BT(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT) -+#define INCLUDE_MULTI_FUNC_GPS(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS) -+ -+// rtl8188a_hal_init.c -+s32 rtl8188f_FirmwareDownload(PADAPTER padapter, BOOLEAN bUsedWoWLANFw); -+void rtl8188f_FirmwareSelfReset(PADAPTER padapter); -+void rtl8188f_InitializeFirmwareVars(PADAPTER padapter); -+ -+void rtl8188f_InitAntenna_Selection(PADAPTER padapter); -+void rtl8188f_DeinitAntenna_Selection(PADAPTER padapter); -+void rtl8188f_CheckAntenna_Selection(PADAPTER padapter); -+void rtl8188f_init_default_value(PADAPTER padapter); -+ -+s32 rtl8188f_InitLLTTable(PADAPTER padapter); -+ -+s32 CardDisableHWSM(PADAPTER padapter, u8 resetMCU); -+s32 CardDisableWithoutHWSM(PADAPTER padapter); -+ -+// EFuse -+u8 GetEEPROMSize8188F(PADAPTER padapter); -+void Hal_InitPGData(PADAPTER padapter, u8 *PROMContent); -+void Hal_EfuseParseIDCode(PADAPTER padapter, u8 *hwinfo); -+void Hal_EfuseParseTxPowerInfo_8188F(PADAPTER padapter, u8 *PROMContent, BOOLEAN AutoLoadFail); -+/* void Hal_EfuseParseBTCoexistInfo_8188F(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); */ -+void Hal_EfuseParseEEPROMVer_8188F(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseChnlPlan_8188F(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseCustomerID_8188F(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParsePowerSavingMode_8188F(PADAPTER pAdapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseAntennaDiversity_8188F(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseXtal_8188F(PADAPTER pAdapter, u8 *hwinfo, u8 AutoLoadFail); -+void Hal_EfuseParseThermalMeter_8188F(PADAPTER padapter, u8 *hwinfo, u8 AutoLoadFail); -+void Hal_EfuseParseKFreeData_8188F(PADAPTER pAdapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+VOID Hal_EfuseParseMacHidden_8188F(PADAPTER pAdapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+ -+#if 0 /* Do not need for rtl8188f */ -+VOID Hal_EfuseParseVoltage_8188F(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+#endif -+ -+#ifdef CONFIG_C2H_PACKET_EN -+void rtl8188f_c2h_packet_handler(PADAPTER padapter, u8 *pbuf, u16 length); -+#endif -+ -+void rtl8188f_set_pll_ref_clk_sel(_adapter *adapter, u8 sel); -+ -+void rtl8188f_set_hal_ops(struct hal_ops *pHalFunc); -+void SetHwReg8188F(PADAPTER padapter, u8 variable, u8 *val); -+void GetHwReg8188F(PADAPTER padapter, u8 variable, u8 *val); -+#ifdef CONFIG_C2H_PACKET_EN -+void SetHwRegWithBuf8188F(PADAPTER padapter, u8 variable, u8 *pbuf, int len); -+#endif // CONFIG_C2H_PACKET_EN -+u8 SetHalDefVar8188F(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+u8 GetHalDefVar8188F(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+ -+// register -+void rtl8188f_InitBeaconParameters(PADAPTER padapter); -+void rtl8188f_InitBeaconMaxError(PADAPTER padapter, u8 InfraMode); -+void _InitBurstPktLen_8188FS(PADAPTER Adapter); -+void _8051Reset8188(PADAPTER padapter); -+#ifdef CONFIG_WOWLAN -+void Hal_DetectWoWMode(PADAPTER pAdapter); -+#endif //CONFIG_WOWLAN -+ -+void rtl8188f_start_thread(_adapter *padapter); -+void rtl8188f_stop_thread(_adapter *padapter); -+ -+#if defined(CONFIG_CHECK_BT_HANG) && defined(CONFIG_BT_COEXIST) -+void rtl8188fs_init_checkbthang_workqueue(_adapter * adapter); -+void rtl8188fs_free_checkbthang_workqueue(_adapter * adapter); -+void rtl8188fs_cancle_checkbthang_workqueue(_adapter * adapter); -+void rtl8188fs_hal_check_bt_hang(_adapter * adapter); -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+void HalSetOutPutGPIO(PADAPTER padapter, u8 index, u8 OutPutValue); -+#endif -+ -+int FirmwareDownloadBT(IN PADAPTER Adapter, PRT_MP_FIRMWARE pFirmware); -+ -+void CCX_FwC2HTxRpt_8188f(PADAPTER padapter, u8 *pdata, u8 len); -+#ifdef CONFIG_FW_C2H_DEBUG -+void Debug_FwC2H_8188f(PADAPTER padapter, u8 *pdata, u8 len); -+#endif //CONFIG_FW_C2H_DEBUG -+s32 c2h_id_filter_ccx_8188f(u8 *buf); -+s32 c2h_handler_8188f(PADAPTER padapter, u8 *pC2hEvent); -+u8 MRateToHwRate8188F(u8 rate); -+u8 HwRateToMRate8188F(u8 rate); -+ -+#ifdef CONFIG_PCI_HCI -+BOOLEAN InterruptRecognized8188FE(PADAPTER Adapter); -+VOID UpdateInterruptMask8188FE(PADAPTER Adapter, u32 AddMSR, u32 AddMSR1, u32 RemoveMSR, u32 RemoveMSR1); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_led.h linux/3rdparty/rtl8812au/include/rtl8188f_led.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_led.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,49 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188F_LED_H__ -+#define __RTL8188F_LED_H__ -+ -+#include -+#include -+#include -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+#ifdef CONFIG_USB_HCI -+void rtl8188fu_InitSwLeds(PADAPTER padapter); -+void rtl8188fu_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_SDIO_HCI -+void rtl8188fs_InitSwLeds(PADAPTER padapter); -+void rtl8188fs_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_GSPI_HCI -+void rtl8188fs_InitSwLeds(PADAPTER padapter); -+void rtl8188fs_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_PCI_HCI -+void rtl8188fe_InitSwLeds(PADAPTER padapter); -+void rtl8188fe_DeInitSwLeds(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_recv.h linux/3rdparty/rtl8812au/include/rtl8188f_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_recv.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,73 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188F_RECV_H__ -+#define __RTL8188F_RECV_H__ -+ -+#if defined(CONFIG_USB_HCI) -+ #ifndef MAX_RECVBUF_SZ -+ #ifdef PLATFORM_OS_CE -+ #define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #else -+ #ifdef CONFIG_MINIMAL_MEMORY_USAGE -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+ #else -+ #ifdef CONFIG_PLATFORM_MSTAR -+ #define MAX_RECVBUF_SZ (8192) // 8K -+ #elif defined(CONFIG_PLATFORM_HISILICON) -+ #define MAX_RECVBUF_SZ (16384) /* 16k */ -+ #else -+ #define MAX_RECVBUF_SZ (32768) /* 32k */ -+ #endif -+ //#define MAX_RECVBUF_SZ (20480) //20K -+ //#define MAX_RECVBUF_SZ (10240) //10K -+ //#define MAX_RECVBUF_SZ (16384) // 16k - 92E RX BUF :16K -+ //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #endif -+ #endif -+ #endif //!MAX_RECVBUF_SZ -+#elif defined(CONFIG_PCI_HCI) -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+#elif defined(CONFIG_SDIO_HCI) -+ #define MAX_RECVBUF_SZ (RX_DMA_BOUNDARY_8188F + 1) -+#endif /* CONFIG_SDIO_HCI */ -+ -+// Rx smooth factor -+#define Rx_Smooth_Factor (20) -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+s32 rtl8188fs_init_recv_priv(PADAPTER padapter); -+void rtl8188fs_free_recv_priv(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_USB_HCI -+int rtl8188fu_init_recv_priv(_adapter *padapter); -+void rtl8188fu_free_recv_priv (_adapter *padapter); -+void rtl8188fu_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8188fe_init_recv_priv(PADAPTER padapter); -+void rtl8188fe_free_recv_priv(PADAPTER padapter); -+#endif -+ -+void rtl8188f_query_rx_desc_status(union recv_frame *precvframe, u8 *pdesc); -+ -+#endif /* __RTL8188F_RECV_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_rf.h linux/3rdparty/rtl8812au/include/rtl8188f_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_rf.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,31 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188F_RF_H__ -+#define __RTL8188F_RF_H__ -+ -+int PHY_RF6052_Config8188F( IN PADAPTER Adapter ); -+ -+VOID -+PHY_RF6052SetBandwidth8188F( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_spec.h linux/3rdparty/rtl8812au/include/rtl8188f_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_spec.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,300 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8188F_SPEC_H__ -+#define __RTL8188F_SPEC_H__ -+ -+#include -+ -+ -+#define HAL_NAV_UPPER_UNIT_8188F 128 // micro-second -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_RSV_CTRL_8188F 0x001C // 3 Byte -+#define REG_BT_WIFI_ANTENNA_SWITCH_8188F 0x0038 -+#define REG_HSISR_8188F 0x005c -+#define REG_PAD_CTRL1_8188F 0x0064 -+#define REG_AFE_CTRL_4_8188F 0x0078 -+#define REG_HMEBOX_DBG_0_8188F 0x0088 -+#define REG_HMEBOX_DBG_1_8188F 0x008A -+#define REG_HMEBOX_DBG_2_8188F 0x008C -+#define REG_HMEBOX_DBG_3_8188F 0x008E -+#define REG_HIMR0_8188F 0x00B0 -+#define REG_HISR0_8188F 0x00B4 -+#define REG_HIMR1_8188F 0x00B8 -+#define REG_HISR1_8188F 0x00BC -+#define REG_PMC_DBG_CTRL2_8188F 0x00CC -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_C2HEVT_CMD_ID_8188F 0x01A0 -+#define REG_C2HEVT_CMD_LEN_8188F 0x01AE -+#define REG_WOWLAN_WAKE_REASON 0x01C7 -+#define REG_WOWLAN_GTK_DBG1 0x630 -+#define REG_WOWLAN_GTK_DBG2 0x634 -+ -+#define REG_HMEBOX_EXT0_8188F 0x01F0 -+#define REG_HMEBOX_EXT1_8188F 0x01F4 -+#define REG_HMEBOX_EXT2_8188F 0x01F8 -+#define REG_HMEBOX_EXT3_8188F 0x01FC -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RXDMA_CONTROL_8188F 0x0286 // Control the RX DMA. -+#define REG_RXDMA_MODE_CTRL_8188F 0x0290 -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+#define REG_PCIE_CTRL_REG_8188F 0x0300 -+#define REG_INT_MIG_8188F 0x0304 // Interrupt Migration -+#define REG_BCNQ_DESA_8188F 0x0308 // TX Beacon Descriptor Address -+#define REG_HQ_DESA_8188F 0x0310 // TX High Queue Descriptor Address -+#define REG_MGQ_DESA_8188F 0x0318 // TX Manage Queue Descriptor Address -+#define REG_VOQ_DESA_8188F 0x0320 // TX VO Queue Descriptor Address -+#define REG_VIQ_DESA_8188F 0x0328 // TX VI Queue Descriptor Address -+#define REG_BEQ_DESA_8188F 0x0330 // TX BE Queue Descriptor Address -+#define REG_BKQ_DESA_8188F 0x0338 // TX BK Queue Descriptor Address -+#define REG_RX_DESA_8188F 0x0340 // RX Queue Descriptor Address -+#define REG_DBI_WDATA_8188F 0x0348 // DBI Write Data -+#define REG_DBI_RDATA_8188F 0x034C // DBI Read Data -+#define REG_DBI_ADDR_8188F 0x0350 // DBI Address -+#define REG_DBI_FLAG_8188F 0x0352 // DBI Read/Write Flag -+#define REG_MDIO_WDATA_8188F 0x0354 // MDIO for Write PCIE PHY -+#define REG_MDIO_RDATA_8188F 0x0356 // MDIO for Reads PCIE PHY -+#define REG_MDIO_CTL_8188F 0x0358 // MDIO for Control -+#define REG_DBG_SEL_8188F 0x0360 // Debug Selection Register -+#define REG_PCIE_HRPWM_8188F 0x0361 //PCIe RPWM -+#define REG_PCIE_HCPWM_8188F 0x0363 //PCIe CPWM -+#define REG_PCIE_MULTIFET_CTRL_8188F 0x036A //PCIE Multi-Fethc Control -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+#define REG_TXPKTBUF_BCNQ_BDNY_8188F 0x0424 -+#define REG_TXPKTBUF_MGQ_BDNY_8188F 0x0425 -+#define REG_TXPKTBUF_WMAC_LBK_BF_HD_8188F 0x045D -+#ifdef CONFIG_WOWLAN -+#define REG_TXPKTBUF_IV_LOW 0x0484 -+#define REG_TXPKTBUF_IV_HIGH 0x0488 -+#endif -+#define REG_AMPDU_BURST_MODE_8188F 0x04BC -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+#define REG_SECONDARY_CCA_CTRL_8188F 0x0577 -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+ -+ -+//============================================================ -+// SDIO Bus Specification -+//============================================================ -+ -+//----------------------------------------------------- -+// SDIO CMD Address Mapping -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// I/O bus domain (Host) -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// SDIO register -+//----------------------------------------------------- -+#define SDIO_REG_HIQ_FREEPG_8188F 0x0020 -+#define SDIO_REG_MID_FREEPG_8188F 0x0022 -+#define SDIO_REG_LOW_FREEPG_8188F 0x0024 -+#define SDIO_REG_PUB_FREEPG_8188F 0x0026 -+#define SDIO_REG_EXQ_FREEPG_8188F 0x0028 -+#define SDIO_REG_AC_OQT_FREEPG_8188F 0x002A -+#define SDIO_REG_NOAC_OQT_FREEPG_8188F 0x002B -+ -+#define SDIO_REG_HCPWM1_8188F 0x0038 -+ -+/* indirect access */ -+#define SDIO_REG_INDIRECT_REG_CFG_8188F 0x40 -+#define SET_INDIRECT_REG_ADDR(_cmd, _addr) SET_BITS_TO_LE_2BYTE(((u8 *)(_cmd)) + 0, 0, 16, (_addr)) -+#define SET_INDIRECT_REG_SIZE_1BYTE(_cmd) SET_BITS_TO_LE_1BYTE(((u8 *)(_cmd)) + 2, 0, 2, 0) -+#define SET_INDIRECT_REG_SIZE_2BYTE(_cmd) SET_BITS_TO_LE_1BYTE(((u8 *)(_cmd)) + 2, 0, 2, 1) -+#define SET_INDIRECT_REG_SIZE_4BYTE(_cmd) SET_BITS_TO_LE_1BYTE(((u8 *)(_cmd)) + 2, 0, 2, 2) -+#define SET_INDIRECT_REG_WRITE(_cmd) SET_BITS_TO_LE_1BYTE(((u8 *)(_cmd)) + 2, 2, 1, 1) -+#define SET_INDIRECT_REG_READ(_cmd) SET_BITS_TO_LE_1BYTE(((u8 *)(_cmd)) + 2, 3, 1, 1) -+#define GET_INDIRECT_REG_RDY(_cmd) LE_BITS_TO_1BYTE(((u8 *)(_cmd)) + 2, 4, 1) -+ -+#define SDIO_REG_INDIRECT_REG_DATA_8188F 0x44 -+ -+//============================================================================ -+// 8188 Regsiter Bit and Content definition -+//============================================================================ -+ -+//2 HSISR -+// interrupt mask which needs to clear -+#define MASK_HSISR_CLEAR (HSISR_GPIO12_0_INT |\ -+ HSISR_SPS_OCP_INT |\ -+ HSISR_RON_INT |\ -+ HSISR_PDNINT |\ -+ HSISR_GPIO9_INT) -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+ -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define BIT_USB_RXDMA_AGG_EN BIT(31) -+#define RXDMA_AGG_MODE_EN BIT(1) -+ -+#ifdef CONFIG_WOWLAN -+#define RXPKT_RELEASE_POLL BIT(16) -+#define RXDMA_IDLE BIT(17) -+#define RW_RELEASE_EN BIT(18) -+#endif -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+ -+//---------------------------------------------------------------------------- -+// 8188F REG_CCK_CHECK (offset 0x454) -+//---------------------------------------------------------------------------- -+#define BIT_BCN_PORT_SEL BIT5 -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+ -+//---------------------------------------------------------------------------- -+// 8195 IMR/ISR bits (offset 0xB0, 8bits) -+//---------------------------------------------------------------------------- -+#define IMR_DISABLED_8188F 0 -+// IMR DW0(0x00B0-00B3) Bit 0-31 -+#define IMR_TIMER2_8188F BIT31 // Timeout interrupt 2 -+#define IMR_TIMER1_8188F BIT30 // Timeout interrupt 1 -+#define IMR_PSTIMEOUT_8188F BIT29 // Power Save Time Out Interrupt -+#define IMR_GTINT4_8188F BIT28 // When GTIMER4 expires, this bit is set to 1 -+#define IMR_GTINT3_8188F BIT27 // When GTIMER3 expires, this bit is set to 1 -+#define IMR_TXBCN0ERR_8188F BIT26 // Transmit Beacon0 Error -+#define IMR_TXBCN0OK_8188F BIT25 // Transmit Beacon0 OK -+#define IMR_TSF_BIT32_TOGGLE_8188F BIT24 // TSF Timer BIT32 toggle indication interrupt -+#define IMR_BCNDMAINT0_8188F BIT20 // Beacon DMA Interrupt 0 -+#define IMR_BCNDERR0_8188F BIT16 // Beacon Queue DMA OK0 -+#define IMR_HSISR_IND_ON_INT_8188F BIT15 // HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) -+#define IMR_BCNDMAINT_E_8188F BIT14 // Beacon DMA Interrupt Extension for Win7 -+#define IMR_ATIMEND_8188F BIT12 // CTWidnow End or ATIM Window End -+#define IMR_C2HCMD_8188F BIT10 // CPU to Host Command INT Status, Write 1 clear -+#define IMR_CPWM2_8188F BIT9 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_CPWM_8188F BIT8 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_HIGHDOK_8188F BIT7 // High Queue DMA OK -+#define IMR_MGNTDOK_8188F BIT6 // Management Queue DMA OK -+#define IMR_BKDOK_8188F BIT5 // AC_BK DMA OK -+#define IMR_BEDOK_8188F BIT4 // AC_BE DMA OK -+#define IMR_VIDOK_8188F BIT3 // AC_VI DMA OK -+#define IMR_VODOK_8188F BIT2 // AC_VO DMA OK -+#define IMR_RDU_8188F BIT1 // Rx Descriptor Unavailable -+#define IMR_ROK_8188F BIT0 // Receive DMA OK -+ -+// IMR DW1(0x00B4-00B7) Bit 0-31 -+#define IMR_BCNDMAINT7_8188F BIT27 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT6_8188F BIT26 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5_8188F BIT25 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4_8188F BIT24 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3_8188F BIT23 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2_8188F BIT22 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1_8188F BIT21 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK7_8188F BIT20 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6_8188F BIT19 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5_8188F BIT18 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4_8188F BIT17 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3_8188F BIT16 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2_8188F BIT15 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1_8188F BIT14 // Beacon Queue DMA OK Interrup 1 -+#define IMR_ATIMEND_E_8188F BIT13 // ATIM Window End Extension for Win7 -+#define IMR_TXERR_8188F BIT11 // Tx Error Flag Interrupt Status, write 1 clear. -+#define IMR_RXERR_8188F BIT10 // Rx Error Flag INT Status, Write 1 clear -+#define IMR_TXFOVW_8188F BIT9 // Transmit FIFO Overflow -+#define IMR_RXFOVW_8188F BIT8 // Receive FIFO Overflow -+ -+#ifdef CONFIG_PCI_HCI -+//#define IMR_RX_MASK (IMR_ROK_8188F|IMR_RDU_8188F|IMR_RXFOVW_8188F) -+#define IMR_TX_MASK (IMR_VODOK_8188F|IMR_VIDOK_8188F|IMR_BEDOK_8188F|IMR_BKDOK_8188F|IMR_MGNTDOK_8188F|IMR_HIGHDOK_8188F) -+ -+#define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_8188F | IMR_TXBCN0OK_8188F | IMR_TXBCN0ERR_8188F | IMR_BCNDERR0_8188F) -+ -+#define RT_AC_INT_MASKS (IMR_VIDOK_8188F | IMR_VODOK_8188F | IMR_BEDOK_8188F|IMR_BKDOK_8188F) -+#endif -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define MACID_NUM_8188F 16 -+#define SEC_CAM_ENT_NUM_8188F 16 -+#define NSS_NUM_8188F 1 -+ -+#endif /* __RTL8188F_SPEC_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_sreset.h linux/3rdparty/rtl8812au/include/rtl8188f_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_sreset.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL8188F_SRESET_H_ -+#define _RTL8188F_SRESET_H_ -+ -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+extern void rtl8188f_sreset_xmit_status_check(_adapter *padapter); -+extern void rtl8188f_sreset_linked_status_check(_adapter *padapter); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8188f_xmit.h linux/3rdparty/rtl8812au/include/rtl8188f_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8188f_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8188f_xmit.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,336 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8188F_XMIT_H__ -+#define __RTL8188F_XMIT_H__ -+ -+ -+#define MAX_TID (15) -+ -+ -+#ifndef __INC_HAL8188FDESC_H -+#define __INC_HAL8188FDESC_H -+ -+#define RX_STATUS_DESC_SIZE_8188F 24 -+#define RX_DRV_INFO_SIZE_UNIT_8188F 8 -+ -+ -+//DWORD 0 -+#define SET_RX_STATUS_DESC_PKT_LEN_8188F(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_STATUS_DESC_EOR_8188F(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 30, 1, __Value) -+#define SET_RX_STATUS_DESC_OWN_8188F(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 31, 1, __Value) -+ -+#define GET_RX_STATUS_DESC_PKT_LEN_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 0, 14) -+#define GET_RX_STATUS_DESC_CRC32_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 14, 1) -+#define GET_RX_STATUS_DESC_ICV_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 15, 1) -+#define GET_RX_STATUS_DESC_DRVINFO_SIZE_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 4) -+#define GET_RX_STATUS_DESC_SECURITY_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 20, 3) -+#define GET_RX_STATUS_DESC_QOS_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 23, 1) -+#define GET_RX_STATUS_DESC_SHIFT_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 24, 2) -+#define GET_RX_STATUS_DESC_PHY_STATUS_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 26, 1) -+#define GET_RX_STATUS_DESC_SWDEC_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 27, 1) -+#define GET_RX_STATUS_DESC_LAST_SEG_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 28, 1) -+#define GET_RX_STATUS_DESC_FIRST_SEG_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 29, 1) -+#define GET_RX_STATUS_DESC_EOR_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 30, 1) -+#define GET_RX_STATUS_DESC_OWN_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 31, 1) -+ -+//DWORD 1 -+#define GET_RX_STATUS_DESC_MACID_8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 0, 7) -+#define GET_RX_STATUS_DESC_TID_8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 8, 4) -+#define GET_RX_STATUS_DESC_AMSDU_8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 13, 1) -+#define GET_RX_STATUS_DESC_RXID_MATCH_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 14, 1) -+#define GET_RX_STATUS_DESC_PAGGR_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 15, 1) -+#define GET_RX_STATUS_DESC_A1_FIT_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 16, 4) -+#define GET_RX_STATUS_DESC_CHKERR_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 20, 1) -+#define GET_RX_STATUS_DESC_IPVER_8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 21, 1) -+#define GET_RX_STATUS_DESC_IS_TCPUDP__8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 22, 1) -+#define GET_RX_STATUS_DESC_CHK_VLD_8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 23, 1) -+#define GET_RX_STATUS_DESC_PAM_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 24, 1) -+#define GET_RX_STATUS_DESC_PWR_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 25, 1) -+#define GET_RX_STATUS_DESC_MORE_DATA_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 26, 1) -+#define GET_RX_STATUS_DESC_MORE_FRAG_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 27, 1) -+#define GET_RX_STATUS_DESC_TYPE_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 28, 2) -+#define GET_RX_STATUS_DESC_MC_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 30, 1) -+#define GET_RX_STATUS_DESC_BC_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 31, 1) -+ -+//DWORD 2 -+#define GET_RX_STATUS_DESC_SEQ_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 0, 12) -+#define GET_RX_STATUS_DESC_FRAG_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 12, 4) -+#define GET_RX_STATUS_DESC_RX_IS_QOS_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 16, 1) -+#define GET_RX_STATUS_DESC_WLANHD_IV_LEN_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 18, 6) -+#define GET_RX_STATUS_DESC_RPT_SEL_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 28, 1) -+ -+//DWORD 3 -+#define GET_RX_STATUS_DESC_RX_RATE_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 0, 7) -+#define GET_RX_STATUS_DESC_HTC_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 10, 1) -+#define GET_RX_STATUS_DESC_EOSP_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 11, 1) -+#define GET_RX_STATUS_DESC_BSSID_FIT_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 12, 2) -+#ifdef CONFIG_USB_RX_AGGREGATION -+#define GET_RX_STATUS_DESC_USB_AGG_PKTNUM_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 16, 8) -+#endif -+#define GET_RX_STATUS_DESC_PATTERN_MATCH_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 29, 1) -+#define GET_RX_STATUS_DESC_UNICAST_MATCH_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 30, 1) -+#define GET_RX_STATUS_DESC_MAGIC_MATCH_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 31, 1) -+ -+//DWORD 6 -+#define GET_RX_STATUS_DESC_SPLCP_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 0, 1) -+#define GET_RX_STATUS_DESC_LDPC_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 1, 1) -+#define GET_RX_STATUS_DESC_STBC_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 2, 1) -+#define GET_RX_STATUS_DESC_BW_8188F(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 4, 2) -+ -+//DWORD 5 -+#define GET_RX_STATUS_DESC_TSFL_8188F(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+20, 0, 32) -+ -+#define GET_RX_STATUS_DESC_BUFF_ADDR_8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+24, 0, 32) -+#define GET_RX_STATUS_DESC_BUFF_ADDR64_8188F(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+28, 0, 32) -+ -+#define SET_RX_STATUS_DESC_BUFF_ADDR_8188F(__pRxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxDesc+24, 0, 32, __Value) -+ -+ -+// Dword 0 -+#define GET_TX_DESC_OWN_8188F(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc, 31, 1) -+ -+#define SET_TX_DESC_PKT_SIZE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Value) -+#define SET_TX_DESC_OFFSET_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 8, __Value) -+#define SET_TX_DESC_BMC_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 24, 1, __Value) -+#define SET_TX_DESC_HTC_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 25, 1, __Value) -+#define SET_TX_DESC_LAST_SEG_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 26, 1, __Value) -+#define SET_TX_DESC_FIRST_SEG_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 27, 1, __Value) -+#define SET_TX_DESC_LINIP_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 28, 1, __Value) -+#define SET_TX_DESC_NO_ACM_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 29, 1, __Value) -+#define SET_TX_DESC_GF_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 30, 1, __Value) -+#define SET_TX_DESC_OWN_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+ -+// Dword 1 -+#define SET_TX_DESC_MACID_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 7, __Value) -+#define SET_TX_DESC_QUEUE_SEL_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 8, 5, __Value) -+#define SET_TX_DESC_RDG_NAV_EXT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 13, 1, __Value) -+#define SET_TX_DESC_LSIG_TXOP_EN_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 14, 1, __Value) -+#define SET_TX_DESC_PIFS_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 15, 1, __Value) -+#define SET_TX_DESC_RATE_ID_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 16, 5, __Value) -+#define SET_TX_DESC_EN_DESC_ID_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 21, 1, __Value) -+#define SET_TX_DESC_SEC_TYPE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+#define SET_TX_DESC_PKT_OFFSET_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 24, 5, __Value) -+ -+ -+// Dword 2 -+#define SET_TX_DESC_PAID_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 9, __Value) -+#define SET_TX_DESC_CCA_RTS_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 10, 2, __Value) -+#define SET_TX_DESC_AGG_ENABLE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 12, 1, __Value) -+#define SET_TX_DESC_RDG_ENABLE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 13, 1, __Value) -+#define SET_TX_DESC_AGG_BREAK_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 16, 1, __Value) -+#define SET_TX_DESC_MORE_FRAG_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 17, 1, __Value) -+#define SET_TX_DESC_RAW_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 18, 1, __Value) -+#define SET_TX_DESC_SPE_RPT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 19, 1, __Value) -+#define SET_TX_DESC_AMPDU_DENSITY_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 20, 3, __Value) -+#define SET_TX_DESC_BT_INT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 23, 1, __Value) -+#define SET_TX_DESC_GID_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 6, __Value) -+ -+ -+// Dword 3 -+#define SET_TX_DESC_WHEADER_LEN_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 0, 4, __Value) -+#define SET_TX_DESC_CHK_EN_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 4, 1, __Value) -+#define SET_TX_DESC_EARLY_MODE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 5, 1, __Value) -+#define SET_TX_DESC_HWSEQ_SEL_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 6, 2, __Value) -+#define SET_TX_DESC_USE_RATE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 8, 1, __Value) -+#define SET_TX_DESC_DISABLE_RTS_FB_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 9, 1, __Value) -+#define SET_TX_DESC_DISABLE_FB_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 10, 1, __Value) -+#define SET_TX_DESC_CTS2SELF_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 11, 1, __Value) -+#define SET_TX_DESC_RTS_ENABLE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 12, 1, __Value) -+#define SET_TX_DESC_HW_RTS_ENABLE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 13, 1, __Value) -+#define SET_TX_DESC_NAV_USE_HDR_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 15, 1, __Value) -+#define SET_TX_DESC_USE_MAX_LEN_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 16, 1, __Value) -+#define SET_TX_DESC_MAX_AGG_NUM_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 17, 5, __Value) -+#define SET_TX_DESC_NDPA_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 22, 2, __Value) -+#define SET_TX_DESC_AMPDU_MAX_TIME_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 24, 8, __Value) -+ -+// Dword 4 -+#define SET_TX_DESC_TX_RATE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 7, __Value) -+#define SET_TX_DESC_DATA_RATE_FB_LIMIT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 8, 5, __Value) -+#define SET_TX_DESC_RTS_RATE_FB_LIMIT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 13, 4, __Value) -+#define SET_TX_DESC_RETRY_LIMIT_ENABLE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 17, 1, __Value) -+#define SET_TX_DESC_DATA_RETRY_LIMIT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 18, 6, __Value) -+#define SET_TX_DESC_RTS_RATE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 24, 5, __Value) -+ -+ -+// Dword 5 -+#define SET_TX_DESC_DATA_SC_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 4, __Value) -+#define SET_TX_DESC_DATA_SHORT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 4, 1, __Value) -+#define SET_TX_DESC_DATA_BW_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 5, 2, __Value) -+#define SET_TX_DESC_DATA_LDPC_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 7, 1, __Value) -+#define SET_TX_DESC_DATA_STBC_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 8, 2, __Value) -+#define SET_TX_DESC_CTROL_STBC_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 10, 2, __Value) -+#define SET_TX_DESC_RTS_SHORT_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 12, 1, __Value) -+#define SET_TX_DESC_RTS_SC_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 13, 4, __Value) -+ -+ -+// Dword 6 -+#define SET_TX_DESC_SW_DEFINE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 12, __Value) -+#define SET_TX_DESC_MBSSID_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 12, 4, __Value) -+#define SET_TX_DESC_ANTSEL_A_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 16, 3, __Value) -+#define SET_TX_DESC_ANTSEL_B_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 19, 3, __Value) -+#define SET_TX_DESC_ANTSEL_C_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 22, 3, __Value) -+#define SET_TX_DESC_ANTSEL_D_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 25, 3, __Value) -+ -+// Dword 7 -+#if(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+#define SET_TX_DESC_TX_BUFFER_SIZE_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#else -+#define SET_TX_DESC_TX_DESC_CHECKSUM_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#endif -+#define SET_TX_DESC_USB_TXAGG_NUM_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 24, 8, __Value) -+#if(DEV_BUS_TYPE == RT_SDIO_INTERFACE) -+#define SET_TX_DESC_SDIO_TXSEQ_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 16, 8, __Value) -+#endif -+ -+// Dword 8 -+#define SET_TX_DESC_HWSEQ_EN_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+ -+// Dword 9 -+#define SET_TX_DESC_SEQ_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 12, 12, __Value) -+ -+// Dword 10 -+#define SET_TX_DESC_TX_BUFFER_ADDRESS_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+40, 0, 32, __Value) -+#define GET_TX_DESC_TX_BUFFER_ADDRESS_8188F(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+40, 0, 32) -+ -+// Dword 11 -+#define SET_TX_DESC_NEXT_DESC_ADDRESS_8188F(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+48, 0, 32, __Value) -+ -+ -+#define SET_EARLYMODE_PKTNUM_8188F(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Value) -+#define SET_EARLYMODE_LEN0_8188F(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) -+#define SET_EARLYMODE_LEN1_1_8188F(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Value) -+#define SET_EARLYMODE_LEN1_2_8188F(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Value) -+#define SET_EARLYMODE_LEN2_8188F(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Value) -+#define SET_EARLYMODE_LEN3_8188F(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Value) -+ -+#endif -+//----------------------------------------------------------- -+// -+// Rate -+// -+//----------------------------------------------------------- -+// CCK Rates, TxHT = 0 -+#define DESC8188F_RATE1M 0x00 -+#define DESC8188F_RATE2M 0x01 -+#define DESC8188F_RATE5_5M 0x02 -+#define DESC8188F_RATE11M 0x03 -+ -+// OFDM Rates, TxHT = 0 -+#define DESC8188F_RATE6M 0x04 -+#define DESC8188F_RATE9M 0x05 -+#define DESC8188F_RATE12M 0x06 -+#define DESC8188F_RATE18M 0x07 -+#define DESC8188F_RATE24M 0x08 -+#define DESC8188F_RATE36M 0x09 -+#define DESC8188F_RATE48M 0x0a -+#define DESC8188F_RATE54M 0x0b -+ -+// MCS Rates, TxHT = 1 -+#define DESC8188F_RATEMCS0 0x0c -+#define DESC8188F_RATEMCS1 0x0d -+#define DESC8188F_RATEMCS2 0x0e -+#define DESC8188F_RATEMCS3 0x0f -+#define DESC8188F_RATEMCS4 0x10 -+#define DESC8188F_RATEMCS5 0x11 -+#define DESC8188F_RATEMCS6 0x12 -+#define DESC8188F_RATEMCS7 0x13 -+#define DESC8188F_RATEMCS8 0x14 -+#define DESC8188F_RATEMCS9 0x15 -+#define DESC8188F_RATEMCS10 0x16 -+#define DESC8188F_RATEMCS11 0x17 -+#define DESC8188F_RATEMCS12 0x18 -+#define DESC8188F_RATEMCS13 0x19 -+#define DESC8188F_RATEMCS14 0x1a -+#define DESC8188F_RATEMCS15 0x1b -+#define DESC8188F_RATEVHTSS1MCS0 0x2c -+#define DESC8188F_RATEVHTSS1MCS1 0x2d -+#define DESC8188F_RATEVHTSS1MCS2 0x2e -+#define DESC8188F_RATEVHTSS1MCS3 0x2f -+#define DESC8188F_RATEVHTSS1MCS4 0x30 -+#define DESC8188F_RATEVHTSS1MCS5 0x31 -+#define DESC8188F_RATEVHTSS1MCS6 0x32 -+#define DESC8188F_RATEVHTSS1MCS7 0x33 -+#define DESC8188F_RATEVHTSS1MCS8 0x34 -+#define DESC8188F_RATEVHTSS1MCS9 0x35 -+#define DESC8188F_RATEVHTSS2MCS0 0x36 -+#define DESC8188F_RATEVHTSS2MCS1 0x37 -+#define DESC8188F_RATEVHTSS2MCS2 0x38 -+#define DESC8188F_RATEVHTSS2MCS3 0x39 -+#define DESC8188F_RATEVHTSS2MCS4 0x3a -+#define DESC8188F_RATEVHTSS2MCS5 0x3b -+#define DESC8188F_RATEVHTSS2MCS6 0x3c -+#define DESC8188F_RATEVHTSS2MCS7 0x3d -+#define DESC8188F_RATEVHTSS2MCS8 0x3e -+#define DESC8188F_RATEVHTSS2MCS9 0x3f -+ -+ -+#define RX_HAL_IS_CCK_RATE_8188F(pDesc)\ -+ (GET_RX_STATUS_DESC_RX_RATE_8188F(pDesc) == DESC8188F_RATE1M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8188F(pDesc) == DESC8188F_RATE2M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8188F(pDesc) == DESC8188F_RATE5_5M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8188F(pDesc) == DESC8188F_RATE11M) -+ -+ -+void rtl8188f_update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem); -+void rtl8188f_fill_fake_txdesc(PADAPTER padapter, u8 *pDesc, u32 BufferLen, u8 IsPsPoll, u8 IsBTQosNull, u8 bDataFrame); -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+s32 rtl8188fs_init_xmit_priv(PADAPTER padapter); -+void rtl8188fs_free_xmit_priv(PADAPTER padapter); -+s32 rtl8188fs_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188fs_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8188fs_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188fs_xmit_buf_handler(PADAPTER padapter); -+thread_return rtl8188fs_xmit_thread(thread_context context); -+#define hal_xmit_handler rtl8188fs_xmit_buf_handler -+#endif -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8188fu_xmit_buf_handler(PADAPTER padapter); -+#define hal_xmit_handler rtl8188fu_xmit_buf_handler -+ -+ -+s32 rtl8188fu_init_xmit_priv(PADAPTER padapter); -+void rtl8188fu_free_xmit_priv(PADAPTER padapter); -+s32 rtl8188fu_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188fu_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8188fu_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+//s32 rtl8812au_xmit_buf_handler(PADAPTER padapter); -+void rtl8188fu_xmit_tasklet(void *priv); -+s32 rtl8188fu_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,struct tx_desc *ptxdesc); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8188fe_init_xmit_priv(PADAPTER padapter); -+void rtl8188fe_free_xmit_priv(PADAPTER padapter); -+struct xmit_buf *rtl8188fe_dequeue_xmitbuf(struct rtw_tx_ring *ring); -+void rtl8188fe_xmitframe_resume(_adapter *padapter); -+s32 rtl8188fe_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8188fe_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8188fe_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtl8188fe_xmit_tasklet(void *priv); -+#endif -+ -+u8 BWMapping_8188F(PADAPTER Adapter, struct pkt_attrib *pattrib); -+u8 SCMapping_8188F(PADAPTER Adapter, struct pkt_attrib *pattrib); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_cmd.h linux/3rdparty/rtl8812au/include/rtl8192e_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_cmd.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,198 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8192E_CMD_H__ -+#define __RTL8192E_CMD_H__ -+ -+typedef enum _RTL8192E_H2C_CMD -+{ -+ H2C_8192E_RSVDPAGE = 0x00, -+ H2C_8192E_MSRRPT = 0x01, -+ H2C_8192E_SCAN = 0x02, -+ H2C_8192E_KEEP_ALIVE_CTRL = 0x03, -+ H2C_8192E_DISCONNECT_DECISION = 0x04, -+ H2C_8192E_INIT_OFFLOAD = 0x06, -+ H2C_8192E_AP_OFFLOAD = 0x08, -+ H2C_8192E_BCN_RSVDPAGE = 0x09, -+ H2C_8192E_PROBERSP_RSVDPAGE = 0x0a, -+ -+ H2C_8192E_AP_WOW_GPIO_CTRL = 0x13, -+ -+ H2C_8192E_SETPWRMODE = 0x20, -+ H2C_8192E_PS_TUNING_PARA = 0x21, -+ H2C_8192E_PS_TUNING_PARA2 = 0x22, -+ H2C_8192E_PS_LPS_PARA = 0x23, -+ H2C_8192E_P2P_PS_OFFLOAD = 0x24, -+ H2C_8192E_SAP_PS = 0x26, -+ H2C_8192E_RA_MASK = 0x40, -+ H2C_8192E_RSSI_REPORT = 0x42, -+ H2C_8192E_RA_PARA_ADJUST = 0x46, -+ -+ H2C_8192E_WO_WLAN = 0x80, -+ H2C_8192E_REMOTE_WAKE_CTRL = 0x81, -+ H2C_8192E_AOAC_GLOBAL_INFO = 0x82, -+ H2C_8192E_AOAC_RSVDPAGE = 0x83, -+ -+ //Not defined in new 88E H2C CMD Format -+ H2C_8192E_SELECTIVE_SUSPEND_ROF_CMD, -+ H2C_8192E_P2P_PS_MODE, -+ H2C_8192E_PSD_RESULT, -+ MAX_8192E_H2CCMD -+}RTL8192E_H2C_CMD; -+ -+typedef enum _RTL8192E_C2H_EVT -+{ -+ C2H_8192E_DBG = 0, -+ C2H_8192E_LB = 1, -+ C2H_8192E_TXBF = 2, -+ C2H_8192E_TX_REPORT = 3, -+ C2H_8192E_BT_INFO = 9, -+ C2H_8192E_FW_SWCHNL = 0x10, -+ C2H_8192E_BT_MP = 11, -+ C2H_8192E_RA_RPT = 12, -+ C2H_8192E_RA_PARA_RPT = 14, -+#ifdef CONFIG_FW_C2H_DEBUG -+ C2H_8192E_EXTEND = 0xff, -+#endif -+ MAX_8192E_C2HEVENT -+}RTL8192E_C2H_EVT; -+ -+typedef enum _RTL8192E_EXTEND_C2H_EVT { -+ EXTEND_C2H_8192E_DBG_PRINT = 0 -+ -+} RTL8192E_EXTEND_C2H_EVT; -+ -+struct cmd_msg_parm { -+ u8 eid; //element id -+ u8 sz; // sz -+ u8 buf[6]; -+}; -+ -+enum{ -+ PWRS -+}; -+ -+typedef struct _SETPWRMODE_PARM { -+ u8 Mode;//0:Active,1:LPS,2:WMMPS -+ //u8 RLBM:4;//0:Min,1:Max,2: User define -+ u8 SmartPS_RLBM;//LPS=0:PS_Poll,1:PS_Poll,2:NullData,WMM=0:PS_Poll,1:NullData -+ u8 AwakeInterval; // unit: beacon interval -+ u8 bAllQueueUAPSD; -+ u8 PwrState;//AllON(0x0c),RFON(0x04),RFOFF(0x00) -+} SETPWRMODE_PARM, *PSETPWRMODE_PARM; -+ -+struct H2C_SS_RFOFF_PARAM{ -+ u8 ROFOn; // 1: on, 0:off -+ u16 gpio_period; // unit: 1024 us -+}__attribute__ ((packed)); -+ -+ -+typedef struct JOINBSSRPT_PARM_92E{ -+ u8 OpMode; // RT_MEDIA_STATUS -+#ifdef CONFIG_WOWLAN -+ u8 MacID; // MACID -+#endif //CONFIG_WOWLAN -+}JOINBSSRPT_PARM_92E, *PJOINBSSRPT_PARM_92E; -+ -+/* move to hal_com_h2c.h -+typedef struct _RSVDPAGE_LOC_92E { -+ u8 LocProbeRsp; -+ u8 LocPsPoll; -+ u8 LocNullData; -+ u8 LocQosNull; -+ u8 LocBTQosNull; -+} RSVDPAGE_LOC_92E, *PRSVDPAGE_LOC_92E; -+*/ -+ -+ -+//_SETPWRMODE_PARM -+#define SET_8192E_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8192E_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_8192E_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_8192E_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8192E_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8192E_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8192E_H2CCMD_PWRMODE_PARM_BYTE5(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+#define GET_8192E_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd) LE_BITS_TO_1BYTE(__pH2CCmd, 0, 8) -+ -+//_P2P_PS_OFFLOAD -+#define SET_8192E_H2CCMD_P2P_PS_OFFLOAD_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8192E_H2CCMD_P2P_PS_OFFLOAD_ROLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8192E_H2CCMD_P2P_PS_OFFLOAD_CTWINDOW_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8192E_H2CCMD_P2P_PS_OFFLOAD_NOA0_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_8192E_H2CCMD_P2P_PS_OFFLOAD_NOA1_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_8192E_H2CCMD_P2P_PS_OFFLOAD_ALLSTASLEEP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+ -+ -+// host message to firmware cmd -+void rtl8192e_set_FwPwrMode_cmd(PADAPTER padapter, u8 Mode); -+void rtl8192e_set_FwJoinBssReport_cmd(PADAPTER padapter, u8 mstatus); -+u8 rtl8192e_set_rssi_cmd(PADAPTER padapter, u8 *param); -+void rtl8192e_set_raid_cmd(PADAPTER padapter, u32 bitmap, u8* arg); -+void rtl8192e_Add_RateATid(PADAPTER padapter, u64 rate_bitmap, u8 *arg, u8 rssi_level); -+s32 FillH2CCmd_8192E(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+u8 GetTxBufferRsvdPageNum8192E(_adapter *padapter, bool wowlan); -+//u8 rtl8192c_set_FwSelectSuspend_cmd(PADAPTER padapter, u8 bfwpoll, u16 period); -+s32 c2h_handler_8192e(PADAPTER padapter, u8 *buf); -+#ifdef CONFIG_BT_COEXIST -+void rtl8192e_download_BTCoex_AP_mode_rsvd_page(PADAPTER padapter); -+#endif // CONFIG_BT_COEXIST -+#ifdef CONFIG_P2P_PS -+void rtl8192e_set_p2p_ps_offload_cmd(PADAPTER padapter, u8 p2p_ps_state); -+#endif //CONFIG_P2P -+ -+void CheckFwRsvdPageContent(PADAPTER padapter); -+void rtl8192e_set_FwMediaStatus_cmd(PADAPTER padapter, u16 mstatus_rpt ); -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+int reset_tsf(PADAPTER Adapter, u8 reset_port ); -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void SetFwRelatedForWoWLAN8192E(_adapter* padapter, u8 bHostIsGoingtoSleep); -+#endif -+/// TX Feedback Content -+#define USEC_UNIT_FOR_8192E_C2H_TX_RPT_QUEUE_TIME 256 -+ -+#define GET_8192E_C2H_TX_RPT_QUEUE_SELECT(_Header) LE_BITS_TO_1BYTE((_Header + 0), 0, 5) -+#define GET_8192E_C2H_TX_RPT_PKT_BROCAST(_Header) LE_BITS_TO_1BYTE((_Header + 0), 5, 1) -+#define GET_8192E_C2H_TX_RPT_LIFE_TIME_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 6, 1) -+#define GET_8192E_C2H_TX_RPT_RETRY_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 7, 1) -+#define GET_8192E_C2H_TX_RPT_MAC_ID(_Header) LE_BITS_TO_1BYTE((_Header + 1), 0, 8) -+#define GET_8192E_C2H_TX_RPT_DATA_RETRY_CNT(_Header) LE_BITS_TO_1BYTE((_Header + 2), 0, 6) -+#define GET_8192E_C2H_TX_RPT_QUEUE_TIME(_Header) LE_BITS_TO_2BYTE((_Header + 3), 0, 16) // In unit of 256 microseconds. -+#define GET_8192E_C2H_TX_RPT_FINAL_DATA_RATE(_Header) LE_BITS_TO_1BYTE((_Header + 5), 0, 8) -+ -+ -+ -+void C2HContentParsing8192E( -+ IN PADAPTER Adapter, -+ IN u1Byte c2hCmdId, -+ IN u1Byte c2hCmdLen, -+ IN pu1Byte tmpBuf -+); -+VOID -+C2HPacketHandler_8192E( -+ IN PADAPTER Adapter, -+ IN pu1Byte Buffer, -+ IN u1Byte Length -+); -+ -+#endif//__RTL8192E_CMD_H__ -\ Ingen nyrad vid filslut -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_dm.h linux/3rdparty/rtl8812au/include/rtl8192e_dm.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_dm.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,38 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8192E_DM_H__ -+#define __RTL8192E_DM_H__ -+ -+ -+void rtl8192e_init_dm_priv(IN PADAPTER Adapter); -+void rtl8192e_deinit_dm_priv(IN PADAPTER Adapter); -+void rtl8192e_InitHalDm(IN PADAPTER Adapter); -+void rtl8192e_HalDmWatchDog(IN PADAPTER Adapter); -+ -+//VOID rtl8192c_dm_CheckTXPowerTracking(IN PADAPTER Adapter); -+ -+//void rtl8192c_dm_RF_Saving(IN PADAPTER pAdapter, IN u8 bForceInNormal); -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+void AntDivCompare8192e(PADAPTER Adapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src); -+u8 AntDivBeforeLink8192e(PADAPTER Adapter ); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_hal.h linux/3rdparty/rtl8812au/include/rtl8192e_hal.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_hal.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,349 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8192E_HAL_H__ -+#define __RTL8192E_HAL_H__ -+ -+//#include "hal_com.h" -+ -+#include "hal_data.h" -+ -+//include HAL Related header after HAL Related compiling flags -+#include "rtl8192e_spec.h" -+#include "rtl8192e_rf.h" -+#include "rtl8192e_dm.h" -+#include "rtl8192e_recv.h" -+#include "rtl8192e_xmit.h" -+#include "rtl8192e_cmd.h" -+#include "rtl8192e_led.h" -+#include "Hal8192EPwrSeq.h" -+#include "Hal8192EPhyReg.h" -+#include "Hal8192EPhyCfg.h" -+ -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+#include "rtl8192e_sreset.h" -+#endif -+ -+ -+//--------------------------------------------------------------------- -+// RTL8192E From header -+//--------------------------------------------------------------------- -+ #define RTL8192E_FW_IMG "rtl8192e/FW_NIC.bin" -+ #define RTL8192E_FW_WW_IMG "rtl8192e/FW_WoWLAN.bin" -+ #define RTL8192E_PHY_REG "rtl8192e/PHY_REG.txt" -+ #define RTL8192E_PHY_RADIO_A "rtl8192e/RadioA.txt" -+ #define RTL8192E_PHY_RADIO_B "rtl8192e/RadioB.txt" -+ #define RTL8192E_TXPWR_TRACK "rtl8192e/TxPowerTrack.txt" -+ #define RTL8192E_AGC_TAB "rtl8192e/AGC_TAB.txt" -+ #define RTL8192E_PHY_MACREG "rtl8192e/MAC_REG.txt" -+ #define RTL8192E_PHY_REG_PG "rtl8192e/PHY_REG_PG.txt" -+ #define RTL8192E_PHY_REG_MP "rtl8192e/PHY_REG_MP.txt" -+ #define RTL8192E_TXPWR_LMT "rtl8192e/TXPWR_LMT.txt" -+ #define RTL8192E_WIFI_ANT_ISOLATION "rtl8192e/wifi_ant_isolation.txt" -+ -+//--------------------------------------------------------------------- -+// RTL8192E Power Configuration CMDs for PCIe interface -+//--------------------------------------------------------------------- -+#define Rtl8192E_NIC_PWR_ON_FLOW rtl8192E_power_on_flow -+#define Rtl8192E_NIC_RF_OFF_FLOW rtl8192E_radio_off_flow -+#define Rtl8192E_NIC_DISABLE_FLOW rtl8192E_card_disable_flow -+#define Rtl8192E_NIC_ENABLE_FLOW rtl8192E_card_enable_flow -+#define Rtl8192E_NIC_SUSPEND_FLOW rtl8192E_suspend_flow -+#define Rtl8192E_NIC_RESUME_FLOW rtl8192E_resume_flow -+#define Rtl8192E_NIC_PDN_FLOW rtl8192E_hwpdn_flow -+#define Rtl8192E_NIC_LPS_ENTER_FLOW rtl8192E_enter_lps_flow -+#define Rtl8192E_NIC_LPS_LEAVE_FLOW rtl8192E_leave_lps_flow -+ -+ -+#if 1 // download firmware related data structure -+#define FW_SIZE_8192E 0x8000 // Compatible with RTL8192e Maximal RAM code size 32k -+#define FW_START_ADDRESS 0x1000 -+#define FW_END_ADDRESS 0x5FFF -+ -+ -+#define IS_FW_HEADER_EXIST_8192E(_pFwHdr) ((GET_FIRMWARE_HDR_SIGNATURE_8192E(_pFwHdr) &0xFFF0) == 0x92E0) -+ -+ -+ -+typedef struct _RT_FIRMWARE_8192E { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[FW_SIZE_8192E]; -+#endif -+ u32 ulFwLength; -+} RT_FIRMWARE_8192E, *PRT_FIRMWARE_8192E; -+ -+// -+// This structure must be cared byte-ordering -+// -+// Added by tynli. 2009.12.04. -+ -+//===================================================== -+// Firmware Header(8-byte alinment required) -+//===================================================== -+//--- LONG WORD 0 ---- -+#define GET_FIRMWARE_HDR_SIGNATURE_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 0, 16) // 92C0: test chip; 92C, 88C0: test chip; 88C1: MP A-cut; 92C1: MP A-cut -+#define GET_FIRMWARE_HDR_CATEGORY_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 16, 8) // AP/NIC and USB/PCI -+#define GET_FIRMWARE_HDR_FUNCTION_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 24, 8) // Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions -+#define GET_FIRMWARE_HDR_VERSION_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 0, 16)// FW Version -+#define GET_FIRMWARE_HDR_SUB_VER_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 16, 8) // FW Subversion, default 0x00 -+#define GET_FIRMWARE_HDR_RSVD1_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 24, 8) -+ -+//--- LONG WORD 1 ---- -+#define GET_FIRMWARE_HDR_MONTH_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 0, 8) // Release time Month field -+#define GET_FIRMWARE_HDR_DATE_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 8, 8) // Release time Date field -+#define GET_FIRMWARE_HDR_HOUR_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 16, 8)// Release time Hour field -+#define GET_FIRMWARE_HDR_MINUTE_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 24, 8)// Release time Minute field -+#define GET_FIRMWARE_HDR_ROMCODE_SIZE_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+12, 0, 16)// The size of RAM code -+#define GET_FIRMWARE_HDR_RSVD2_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+12, 16, 16) -+ -+//--- LONG WORD 2 ---- -+#define GET_FIRMWARE_HDR_SVN_IDX_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+16, 0, 32)// The SVN entry index -+#define GET_FIRMWARE_HDR_RSVD3_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+20, 0, 32) -+ -+//--- LONG WORD 3 ---- -+#define GET_FIRMWARE_HDR_RSVD4_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 0, 32) -+#define GET_FIRMWARE_HDR_RSVD5_8192E(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+28, 0, 32) -+ -+#endif // download firmware related data structure -+ -+#define DRIVER_EARLY_INT_TIME_8192E 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8192E 0x02 -+#define RX_DMA_SIZE_8192E 0x4000 /* 16K*/ -+ -+#ifdef CONFIG_WOWLAN -+#define RESV_FMWF WKFMCAM_SIZE*MAX_WKFM_NUM /* 16 entries, for each is 24 bytes*/ -+#else -+#define RESV_FMWF 0 -+#endif -+ -+#ifdef CONFIG_FW_C2H_DEBUG -+ #define RX_DMA_RESERVED_SIZE_8192E 0x100 /* 256B, reserved for c2h debug message*/ -+#else -+ #define RX_DMA_RESERVED_SIZE_8192E 0x40 /* 64B, reserved for c2h event(16bytes) or ccx(8 Bytes )*/ -+#endif -+#define MAX_RX_DMA_BUFFER_SIZE_8192E (RX_DMA_SIZE_8192E-RX_DMA_RESERVED_SIZE_8192E) /*RX 16K*/ -+ -+//For General Reserved Page Number(Beacon Queue is reserved page) -+//if (CONFIG_2BCN_EN) Beacon:4, PS-Poll:1, Null Data:1,Prob Rsp:1,Qos Null Data:1 -+//Beacon:2, PS-Poll:1, Null Data:1,Prob Rsp:1,Qos Null Data:1 -+#define RSVD_PAGE_NUM_8192E 0x08 -+//For WoWLan , more reserved page -+//ARP Rsp:1, RWC:1, GTK Info:1,GTK RSP:2,GTK EXT MEM:2, PNO: 6 -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8192E 0x07 -+#else -+#define WOWLAN_PAGE_NUM_8192E 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef WOWLAN_PAGE_NUM_8192E -+#define WOWLAN_PAGE_NUM_8192E 0x0d -+#endif -+ -+/* Note: -+Tx FIFO Size : 64KB -+Tx page Size : 256B -+Total page numbers : 256(0x100) -+*/ -+ -+#define TOTAL_RSVD_PAGE_NUMBER_8192E (RSVD_PAGE_NUM_8192E+WOWLAN_PAGE_NUM_8192E) -+ -+#define TOTAL_PAGE_NUMBER_8192E (0x100) -+#define TX_TOTAL_PAGE_NUMBER_8192E (TOTAL_PAGE_NUMBER_8192E - TOTAL_RSVD_PAGE_NUMBER_8192E) -+ -+#define TX_PAGE_BOUNDARY_8192E ( TX_TOTAL_PAGE_NUMBER_8192E ) /* beacon header start address */ -+ -+ -+#define PAGE_SIZE_TX_92E PAGE_SIZE_256 -+#define RSVD_PKT_LEN_92E (TOTAL_RSVD_PAGE_NUMBER_8192E *PAGE_SIZE_TX_92E) -+ -+#define TX_PAGE_LOAD_FW_BOUNDARY_8192E 0x47 //0xA5 -+#define TX_PAGE_BOUNDARY_WOWLAN_8192E 0xE0 -+ -+// For Normal Chip Setting -+// (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER_92C -+ -+#define NORMAL_PAGE_NUM_HPQ_8192E 0x10 -+#define NORMAL_PAGE_NUM_LPQ_8192E 0x10 -+#define NORMAL_PAGE_NUM_NPQ_8192E 0x10 -+#define NORMAL_PAGE_NUM_EPQ_8192E 0x00 -+ -+ -+//Note: For WMM Normal Chip Setting ,modify later -+#define WMM_NORMAL_PAGE_NUM_HPQ_8192E NORMAL_PAGE_NUM_HPQ_8192E -+#define WMM_NORMAL_PAGE_NUM_LPQ_8192E NORMAL_PAGE_NUM_LPQ_8192E -+#define WMM_NORMAL_PAGE_NUM_NPQ_8192E NORMAL_PAGE_NUM_NPQ_8192E -+ -+ -+//------------------------------------------------------------------------- -+// Chip specific -+//------------------------------------------------------------------------- -+ -+// pic buffer descriptor -+#define RTL8192EE_SEG_NUM TX_BUFFER_SEG_NUM -+#define TX_DESC_NUM_92E 128 -+#define RX_DESC_NUM_92E 128 -+ -+//------------------------------------------------------------------------- -+// Channel Plan -+//------------------------------------------------------------------------- -+ -+#define HWSET_MAX_SIZE_8192E 512 -+ -+#define EFUSE_REAL_CONTENT_LEN_8192E 512 -+ -+#define EFUSE_MAP_LEN_8192E 512 -+#define EFUSE_MAX_SECTION_8192E 64 -+#define EFUSE_MAX_WORD_UNIT_8192E 4 -+#define EFUSE_IC_ID_OFFSET_8192E 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR_8192E(addr) (addr < EFUSE_REAL_CONTENT_LEN_8192E) -+// -+// To prevent out of boundary programming case, leave 1byte and program full section -+// 9bytes + 1byt + 5bytes and pre 1byte. -+// For worst case: -+// | 1byte|----8bytes----|1byte|--5bytes--| -+// | | Reserved(14bytes) | -+// -+#define EFUSE_OOB_PROTECT_BYTES_8192E 15 // PG data exclude header, dummy 6 bytes frome CP test and reserved 1byte. -+ -+ -+ -+//======================================================== -+// EFUSE for BT definition -+//======================================================== -+#define EFUSE_BT_REAL_BANK_CONTENT_LEN_8192E 512 -+#define EFUSE_BT_REAL_CONTENT_LEN_8192E 1024 // 512*2 -+#define EFUSE_BT_MAP_LEN_8192E 1024 // 1k bytes -+#define EFUSE_BT_MAX_SECTION_8192E 128 // 1024/8 -+ -+#define EFUSE_PROTECT_BYTES_BANK_8192E 16 -+#define EFUSE_MAX_BANK_8192E 3 -+//=========================================================== -+ -+#define INCLUDE_MULTI_FUNC_BT(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT) -+#define INCLUDE_MULTI_FUNC_GPS(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS) -+ -+//#define IS_MULTI_FUNC_CHIP(_Adapter) (((((PHAL_DATA_TYPE)(_Adapter->HalData))->MultiFunc) & (RT_MULTI_FUNC_BT|RT_MULTI_FUNC_GPS)) ? _TRUE : _FALSE) -+ -+//#define RT_IS_FUNC_DISABLED(__pAdapter, __FuncBits) ( (__pAdapter)->DisabledFunctions & (__FuncBits) ) -+ -+// rtl8812_hal_init.c -+void _8051Reset8192E(PADAPTER padapter); -+s32 FirmwareDownload8192E(PADAPTER Adapter, BOOLEAN bUsedWoWLANFw); -+void InitializeFirmwareVars8192E(PADAPTER padapter); -+ -+s32 InitLLTTable8192E(PADAPTER padapter, u8 txpktbuf_bndy); -+ -+// EFuse -+u8 GetEEPROMSize8192E(PADAPTER padapter); -+void hal_InitPGData_8192E(PADAPTER padapter, u8* PROMContent); -+void Hal_EfuseParseIDCode8192E(PADAPTER padapter, u8 *hwinfo); -+void Hal_ReadPROMVersion8192E(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_ReadPowerSavingMode8192E(PADAPTER padapter, u8* hwinfo, BOOLEAN AutoLoadFail); -+void Hal_ReadTxPowerInfo8192E(PADAPTER padapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_ReadBoardType8192E(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_ReadThermalMeter_8192E(PADAPTER Adapter,u8* PROMContent,BOOLEAN AutoloadFail); -+void Hal_ReadChannelPlan8192E(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseXtal_8192E(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_ReadAntennaDiversity8192E(PADAPTER pAdapter,u8* PROMContent,BOOLEAN AutoLoadFail); -+void Hal_ReadPAType_8192E(PADAPTER Adapter,u8* PROMContent, BOOLEAN AutoloadFail); -+void Hal_ReadAmplifierType_8192E(PADAPTER Adapter, u8 *PROMContent, BOOLEAN AutoloadFail); -+void Hal_ReadRFEType_8192E(PADAPTER Adapter, u8 *PROMContent, BOOLEAN AutoloadFail); -+void Hal_EfuseParseBTCoexistInfo8192E(PADAPTER Adapter, u8* hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseKFreeData_8192E(PADAPTER pAdapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+ -+u8 Hal_CrystalAFEAdjust(_adapter * Adapter); -+ -+BOOLEAN HalDetectPwrDownMode8192E(PADAPTER Adapter); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void Hal_DetectWoWMode(PADAPTER pAdapter); -+#endif //CONFIG_WOWLAN -+ -+/***********************************************************/ -+// RTL8192E-MAC Setting -+VOID _InitQueueReservedPage_8192E(IN PADAPTER Adapter); -+VOID _InitQueuePriority_8192E(IN PADAPTER Adapter); -+VOID _InitTxBufferBoundary_8192E(IN PADAPTER Adapter,IN u8 txpktbuf_bndy); -+VOID _InitPageBoundary_8192E(IN PADAPTER Adapter); -+//VOID _InitTransferPageSize_8192E(IN PADAPTER Adapter); -+VOID _InitDriverInfoSize_8192E(IN PADAPTER Adapter,IN u8 drvInfoSize); -+VOID _InitRDGSetting_8192E(PADAPTER Adapter); -+void _InitID_8192E(IN PADAPTER Adapter); -+VOID _InitNetworkType_8192E(IN PADAPTER Adapter); -+VOID _InitWMACSetting_8192E(IN PADAPTER Adapter); -+VOID _InitAdaptiveCtrl_8192E(IN PADAPTER Adapter); -+VOID _InitRateFallback_8192E(IN PADAPTER Adapter); -+VOID _InitEDCA_8192E( IN PADAPTER Adapter); -+VOID _InitRetryFunction_8192E( IN PADAPTER Adapter); -+VOID _BBTurnOnBlock_8192E(IN PADAPTER Adapter); -+VOID _InitBeaconParameters_8192E(IN PADAPTER Adapter); -+VOID _InitBeaconMaxError_8192E( -+ IN PADAPTER Adapter, -+ IN BOOLEAN InfraMode -+ ); -+void SetBeaconRelatedRegisters8192E(PADAPTER padapter); -+VOID hal_ReadRFType_8192E(PADAPTER Adapter); -+// RTL8192E-MAC Setting -+/***********************************************************/ -+ -+void SetHwReg8192E(PADAPTER Adapter, u8 variable, u8* val); -+void GetHwReg8192E(PADAPTER Adapter, u8 variable, u8* val); -+u8 -+SetHalDefVar8192E( -+ IN PADAPTER Adapter, -+ IN HAL_DEF_VARIABLE eVariable, -+ IN PVOID pValue -+ ); -+u8 -+GetHalDefVar8192E( -+ IN PADAPTER Adapter, -+ IN HAL_DEF_VARIABLE eVariable, -+ IN PVOID pValue -+ ); -+ -+void rtl8192e_set_hal_ops(struct hal_ops *pHalFunc); -+void rtl8192e_init_default_value(_adapter * padapter); -+// register -+void SetBcnCtrlReg(PADAPTER padapter, u8 SetBits, u8 ClearBits); -+ -+void rtl8192e_start_thread(_adapter *padapter); -+void rtl8192e_stop_thread(_adapter *padapter); -+ -+#ifdef CONFIG_PCI_HCI -+BOOLEAN InterruptRecognized8192EE(PADAPTER Adapter); -+u16 get_txdesc_buf_addr(u16 ff_hwaddr); -+#endif -+ -+#ifdef CONFIG_SDIO_HCI -+#ifdef CONFIG_SDIO_TX_ENABLE_AVAL_INT -+void _init_available_page_threshold(PADAPTER padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ); -+#endif -+#endif -+ -+#ifdef CONFIG_BT_COEXIST -+void rtl8192e_combo_card_WifiOnlyHwInit(PADAPTER Adapter); -+#endif -+ -+#endif //__RTL8192E_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_led.h linux/3rdparty/rtl8812au/include/rtl8192e_led.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_led.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,41 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8192E_LED_H__ -+#define __RTL8192E_LED_H__ -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+#ifdef CONFIG_USB_HCI -+void rtl8192eu_InitSwLeds(PADAPTER padapter); -+void rtl8192eu_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_PCI_HCI -+void rtl8192ee_InitSwLeds(PADAPTER padapter); -+void rtl8192ee_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_SDIO_HCI -+void rtl8192es_InitSwLeds(PADAPTER padapter); -+void rtl8192es_DeInitSwLeds(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_recv.h linux/3rdparty/rtl8812au/include/rtl8192e_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_recv.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,178 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8192E_RECV_H__ -+#define __RTL8192E_RECV_H__ -+ -+#if defined(CONFIG_USB_HCI) -+ -+#ifndef MAX_RECVBUF_SZ -+#ifdef PLATFORM_OS_CE -+#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+#else -+ #ifdef CONFIG_MINIMAL_MEMORY_USAGE -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+ #else -+ #ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ #define MAX_RECVBUF_SZ (rtw_rtkm_get_buff_size()) /*depend rtkm*/ -+ #elif defined(CONFIG_PLATFORM_HISILICON) -+ #define MAX_RECVBUF_SZ (16384) /* 16k */ -+ #else -+ #define MAX_RECVBUF_SZ (32768) /* 32k */ -+ #endif -+ //#define MAX_RECVBUF_SZ (20480) //20K -+ //#define MAX_RECVBUF_SZ (10240) //10K -+ //#define MAX_RECVBUF_SZ (16384) // 16k - 92E RX BUF :16K -+ //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #endif -+#endif -+#endif //!MAX_RECVBUF_SZ -+ -+#elif defined(CONFIG_PCI_HCI) -+//#ifndef CONFIG_MINIMAL_MEMORY_USAGE -+// #define MAX_RECVBUF_SZ (9100) -+//#else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+//#endif -+ -+ -+#elif defined(CONFIG_SDIO_HCI) -+ -+#define MAX_RECVBUF_SZ (16384) -+ -+#endif -+ -+ -+// Rx smooth factor -+#define Rx_Smooth_Factor (20) -+ -+//============= -+// [1] Rx Buffer Descriptor (for PCIE) buffer descriptor architecture -+//DWORD 0 -+#define SET_RX_BUFFER_DESC_DATA_LENGTH_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_BUFFER_DESC_LS_92E(__pRxStatusDesc,__Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 15, 1, __Value) -+#define SET_RX_BUFFER_DESC_FS_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 16, 1, __Value) -+#define SET_RX_BUFFER_DESC_TOTAL_LENGTH_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 16, 15, __Value) -+ -+#define GET_RX_BUFFER_DESC_OWN_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 31, 1) -+#define GET_RX_BUFFER_DESC_LS_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 15, 1) -+#define GET_RX_BUFFER_DESC_FS_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 1) -+#define GET_RX_BUFFER_DESC_TOTAL_LENGTH_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 15) -+ -+ -+//DWORD 1 -+#define SET_RX_BUFFER_PHYSICAL_LOW_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc+4, 0, 32, __Value) -+#define GET_RX_BUFFER_PHYSICAL_LOW_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 0, 32) -+ -+//DWORD 2 -+#define SET_RX_BUFFER_PHYSICAL_HIGH_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc+8, 0, 32, __Value) -+ -+//============= -+// [2] Rx Descriptor -+//DWORD 0 -+#define GET_RX_STATUS_DESC_PKT_LEN_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 0, 14) -+#define GET_RX_STATUS_DESC_CRC32_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 14, 1) -+#define GET_RX_STATUS_DESC_ICVERR_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 15, 1) -+#define GET_RX_STATUS_DESC_DRVINFO_SIZE_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 4) -+#define GET_RX_STATUS_DESC_SECURITY_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 20, 3) -+#define GET_RX_STATUS_DESC_QOS_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 23, 1) -+#define GET_RX_STATUS_DESC_SHIFT_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 24, 2) -+#define GET_RX_STATUS_DESC_PHY_STATUS_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 26, 1) -+#define GET_RX_STATUS_DESC_SWDEC_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 27, 1) -+#define GET_RX_STATUS_DESC_EOR_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 30, 1) -+#define GET_RX_STATUS_DESC_OWN_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 31, 1) -+ -+ -+#define SET_RX_STATUS_DESC_PKT_LEN_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_STATUS_DESC_EOR_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 30, 1, __Value) -+#define SET_RX_STATUS_DESC_OWN_92E(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 31, 1, __Value) -+ -+//DWORD 1 -+#define GET_RX_STATUS_DESC_MACID_92E(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 0, 7) -+#define GET_RX_STATUS_DESC_TID_92E(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 8, 4) -+#define GET_RX_STATUS_DESC_MACID_VLD_92E(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 12, 1) -+#define GET_RX_STATUS_DESC_AMSDU_92E(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 13, 1) -+#define GET_RX_STATUS_DESC_RXID_MATCH_92E(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 14, 1) -+#define GET_RX_STATUS_DESC_PAGGR_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 15, 1) -+#define GET_RX_STATUS_DESC_A1_FITS_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 16, 4) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_CHKERR_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 20, 1) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_IPVER_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 21, 1) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_IS_TCPUDP_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 22, 1) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_CHK_VLD_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 23, 1) -+#define GET_RX_STATUS_DESC_PAM_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 24, 1) -+#define GET_RX_STATUS_DESC_PWR_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 25, 1) -+#define GET_RX_STATUS_DESC_MORE_DATA_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 26, 1) -+#define GET_RX_STATUS_DESC_MORE_FRAG_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 27, 1) -+#define GET_RX_STATUS_DESC_TYPE_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 28, 2) -+#define GET_RX_STATUS_DESC_MC_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 30, 1) -+#define GET_RX_STATUS_DESC_BC_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 31, 1) -+ -+//DWORD 2 -+#define GET_RX_STATUS_DESC_SEQ_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 0, 12) -+#define GET_RX_STATUS_DESC_FRAG_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 12, 4) -+#define GET_RX_STATUS_DESC_RX_IS_QOS_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 16, 1) -+ -+#define GET_RX_STATUS_DESC_WLANHD_IV_LEN_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 18, 6) -+#define GET_RX_STATUS_DESC_HWRSVD_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 24, 4) -+#define GET_RX_STATUS_DESC_FCS_OK_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 31, 1) -+#define GET_RX_STATUS_DESC_RPT_SEL_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 28, 1) -+ -+//DWORD 3 -+#define GET_RX_STATUS_DESC_RX_RATE_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 0, 7) -+#define GET_RX_STATUS_DESC_HTC_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 10, 1) -+#define GET_RX_STATUS_DESC_EOSP_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 11, 1) -+#define GET_RX_STATUS_DESC_BSSID_FIT_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 12, 2) -+#define GET_RX_STATUS_DESC_DMA_AGG_NUM_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 16, 8) -+ -+#define GET_RX_STATUS_DESC_PATTERN_MATCH_92E(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 29, 1) -+#define GET_RX_STATUS_DESC_UNICAST_92E(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 30, 1) -+#define GET_RX_STATUS_DESC_MAGIC_WAKE_92E(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 31, 1) -+ -+ -+//DWORD 5 -+#define GET_RX_STATUS_DESC_TSFL_92E(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+20, 0, 32) -+ -+#define GET_RX_STATUS_DESC_BUFF_ADDR_92E(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+24, 0, 32) -+#define GET_RX_STATUS_DESC_BUFF_ADDR64_92E(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+28, 0, 32) -+ -+ -+#ifdef CONFIG_SDIO_HCI -+s32 rtl8192es_init_recv_priv(PADAPTER padapter); -+void rtl8192es_free_recv_priv(PADAPTER padapter); -+void rtl8192es_recv_hdl(PADAPTER padapter, struct recv_buf *precvbuf); -+#endif -+ -+#ifdef CONFIG_USB_HCI -+void rtl8192eu_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf); -+s32 rtl8192eu_init_recv_priv(PADAPTER padapter); -+void rtl8192eu_free_recv_priv(PADAPTER padapter); -+void rtl8192eu_recv_hdl(PADAPTER padapter, struct recv_buf *precvbuf); -+void rtl8192eu_recv_tasklet(void *priv); -+ -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8192ee_init_recv_priv(PADAPTER padapter); -+void rtl8192ee_free_recv_priv(PADAPTER padapter); -+#endif -+ -+void rtl8192e_query_rx_desc_status(union recv_frame *precvframe, u8 *pdesc); -+ -+#endif /* __RTL8192E_RECV_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_rf.h linux/3rdparty/rtl8812au/include/rtl8192e_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_rf.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,34 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8192E_RF_H__ -+#define __RTL8192E_RF_H__ -+ -+VOID -+PHY_RF6052SetBandwidth8192E( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth); -+ -+ -+int -+PHY_RF6052_Config_8192E( -+ IN PADAPTER Adapter ); -+ -+#endif//__RTL8192E_RF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_spec.h linux/3rdparty/rtl8812au/include/rtl8192e_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_spec.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,325 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8192E_SPEC_H__ -+#define __RTL8192E_SPEC_H__ -+ -+#include -+ -+ -+//============================================================ -+// 8192E Regsiter offset definition -+//============================================================ -+ -+//============================================================ -+// -+//============================================================ -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_SYS_SWR_CTRL1_8192E 0x0010 // 1 Byte -+#define REG_SYS_SWR_CTRL2_8192E 0x0014 // 1 Byte -+#define REG_AFE_CTRL1_8192E 0x0024 -+#define REG_AFE_CTRL2_8192E 0x0028 -+#define REG_AFE_CTRL3_8192E 0x002c -+ -+#define REG_PAD_CTRL1_8192E 0x0064 -+#define REG_SDIO_CTRL_8192E 0x0070 -+#define REG_OPT_CTRL_8192E 0x0074 -+#define REG_RF_B_CTRL_8192E 0x0076 -+#define REG_AFE_CTRL4_8192E 0x0078 -+#define REG_LDO_SWR_CTRL 0x007C -+#define REG_FW_DRV_MSG_8192E 0x0088 -+#define REG_HMEBOX_E2_E3_8192E 0x008C -+#define REG_HIMR0_8192E 0x00B0 -+#define REG_HISR0_8192E 0x00B4 -+#define REG_HIMR1_8192E 0x00B8 -+#define REG_HISR1_8192E 0x00BC -+ -+#define REG_SYS_CFG1_8192E 0x00F0 -+#define REG_SYS_CFG2_8192E 0x00FC -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_PKTBUF_DBG_ADDR (REG_PKTBUF_DBG_CTRL) -+#define REG_RXPKTBUF_DBG (REG_PKTBUF_DBG_CTRL+2) -+#define REG_TXPKTBUF_DBG (REG_PKTBUF_DBG_CTRL+3) -+#define REG_WOWLAN_WAKE_REASON REG_MCUTST_WOWLAN -+ -+#define REG_RSVD3_8192E 0x0168 -+#define REG_C2HEVT_CMD_SEQ_88XX 0x01A1 -+#define REG_C2hEVT_CMD_CONTENT_88XX 0x01A2 -+#define REG_C2HEVT_CMD_LEN_88XX 0x01AE -+ -+#define REG_HMEBOX_EXT0_8192E 0x01F0 -+#define REG_HMEBOX_EXT1_8192E 0x01F4 -+#define REG_HMEBOX_EXT2_8192E 0x01F8 -+#define REG_HMEBOX_EXT3_8192E 0x01FC -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_DWBCN0_CTRL 0x0208 -+#define REG_DWBCN1_CTRL 0x0228 -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RXDMA_8192E 0x0290 -+#define REG_EARLY_MODE_CONTROL_8192E 0x02BC -+ -+#define REG_RSVD5_8192E 0x02F0 -+#define REG_RSVD6_8192E 0x02F4 -+#define REG_RSVD7_8192E 0x02F8 -+#define REG_RSVD8_8192E 0x02FC -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+#define REG_PCIE_CTRL_REG_8192E 0x0300 -+#define REG_INT_MIG_8192E 0x0304 // Interrupt Migration -+#define REG_BCNQ_TXBD_DESA_8192E 0x0308 // TX Beacon Descriptor Address -+#define REG_MGQ_TXBD_DESA_8192E 0x0310 // TX Manage Queue Descriptor Address -+#define REG_VOQ_TXBD_DESA_8192E 0x0318 // TX VO Queue Descriptor Address -+#define REG_VIQ_TXBD_DESA_8192E 0x0320 // TX VI Queue Descriptor Address -+#define REG_BEQ_TXBD_DESA_8192E 0x0328 // TX BE Queue Descriptor Address -+#define REG_BKQ_TXBD_DESA_8192E 0x0330 // TX BK Queue Descriptor Address -+#define REG_RXQ_RXBD_DESA_8192E 0x0338 // RX Queue Descriptor Address -+#define REG_HI0Q_TXBD_DESA_8192E 0x0340 -+#define REG_HI1Q_TXBD_DESA_8192E 0x0348 -+#define REG_HI2Q_TXBD_DESA_8192E 0x0350 -+#define REG_HI3Q_TXBD_DESA_8192E 0x0358 -+#define REG_HI4Q_TXBD_DESA_8192E 0x0360 -+#define REG_HI5Q_TXBD_DESA_8192E 0x0368 -+#define REG_HI6Q_TXBD_DESA_8192E 0x0370 -+#define REG_HI7Q_TXBD_DESA_8192E 0x0378 -+#define REG_MGQ_TXBD_NUM_8192E 0x0380 -+#define REG_RX_RXBD_NUM_8192E 0x0382 -+#define REG_VOQ_TXBD_NUM_8192E 0x0384 -+#define REG_VIQ_TXBD_NUM_8192E 0x0386 -+#define REG_BEQ_TXBD_NUM_8192E 0x0388 -+#define REG_BKQ_TXBD_NUM_8192E 0x038A -+#define REG_HI0Q_TXBD_NUM_8192E 0x038C -+#define REG_HI1Q_TXBD_NUM_8192E 0x038E -+#define REG_HI2Q_TXBD_NUM_8192E 0x0390 -+#define REG_HI3Q_TXBD_NUM_8192E 0x0392 -+#define REG_HI4Q_TXBD_NUM_8192E 0x0394 -+#define REG_HI5Q_TXBD_NUM_8192E 0x0396 -+#define REG_HI6Q_TXBD_NUM_8192E 0x0398 -+#define REG_HI7Q_TXBD_NUM_8192E 0x039A -+#define REG_TSFTIMER_HCI_8192E 0x039C -+ -+//Read Write Point -+#define REG_VOQ_TXBD_IDX_8192E 0x03A0 -+#define REG_VIQ_TXBD_IDX_8192E 0x03A4 -+#define REG_BEQ_TXBD_IDX_8192E 0x03A8 -+#define REG_BKQ_TXBD_IDX_8192E 0x03AC -+#define REG_MGQ_TXBD_IDX_8192E 0x03B0 -+#define REG_RXQ_TXBD_IDX_8192E 0x03B4 -+#define REG_HI0Q_TXBD_IDX_8192E 0x03B8 -+#define REG_HI1Q_TXBD_IDX_8192E 0x03BC -+#define REG_HI2Q_TXBD_IDX_8192E 0x03C0 -+#define REG_HI3Q_TXBD_IDX_8192E 0x03C4 -+#define REG_HI4Q_TXBD_IDX_8192E 0x03C8 -+#define REG_HI5Q_TXBD_IDX_8192E 0x03CC -+#define REG_HI6Q_TXBD_IDX_8192E 0x03D0 -+#define REG_HI7Q_TXBD_IDX_8192E 0x03D4 -+ -+#define REG_PCIE_HCPWM_8192EE 0x03D8 // ?????? -+#define REG_PCIE_HRPWM_8192EE 0x03DC //PCIe RPWM // ?????? -+#define REG_DBI_WDATA_V1_8192E 0x03E8 -+#define REG_DBI_RDATA_V1_8192E 0x03EC -+#define REG_DBI_FLAG_V1_8192E 0x03F0 -+#define REG_MDIO_V1_8192E 0x3F4 -+#define REG_PCIE_MIX_CFG_8192E 0x3F8 -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+#define REG_TXBF_CTRL_8192E 0x042C -+#define REG_ARFR0_8192E 0x0444 -+#define REG_ARFR1_8192E 0x044C -+#define REG_CCK_CHECK_8192E 0x0454 -+#define REG_AMPDU_MAX_TIME_8192E 0x0456 -+#define REG_BCNQ1_BDNY_8192E 0x0457 -+ -+#define REG_AMPDU_MAX_LENGTH_8192E 0x0458 -+#define REG_WMAC_LBK_BUF_HD_8192E 0x045D -+#define REG_NDPA_OPT_CTRL_8192E 0x045F -+#define REG_DATA_SC_8192E 0x0483 -+#ifdef CONFIG_WOWLAN -+#define REG_TXPKTBUF_IV_LOW 0x0484 -+#define REG_TXPKTBUF_IV_HIGH 0x0488 -+#endif -+#define REG_ARFR2_8192E 0x048C -+#define REG_ARFR3_8192E 0x0494 -+#define REG_TXRPT_START_OFFSET 0x04AC -+#define REG_AMPDU_BURST_MODE_8192E 0x04BC -+#define REG_HT_SINGLE_AMPDU_8192E 0x04C7 -+#define REG_MACID_PKT_DROP0_8192E 0x04D0 -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+#define REG_CTWND_8192E 0x0572 -+#define REG_SECONDARY_CCA_CTRL_8192E 0x0577 -+#define REG_SCH_TXCMD_8192E 0x05F8 -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+#define REG_MAC_CR_8192E 0x0600 -+ -+#define REG_MAC_TX_SM_STATE_8192E 0x06B4 -+ -+// Power -+#define REG_BFMER0_INFO_8192E 0x06E4 -+#define REG_BFMER1_INFO_8192E 0x06EC -+#define REG_CSI_RPT_PARAM_BW20_8192E 0x06F4 -+#define REG_CSI_RPT_PARAM_BW40_8192E 0x06F8 -+#define REG_CSI_RPT_PARAM_BW80_8192E 0x06FC -+ -+// Hardware Port 2 -+#define REG_BFMEE_SEL_8192E 0x0714 -+#define REG_SND_PTCL_CTRL_8192E 0x0718 -+ -+ -+//----------------------------------------------------- -+// -+// Redifine register definition for compatibility -+// -+//----------------------------------------------------- -+ -+// TODO: use these definition when using REG_xxx naming rule. -+// NOTE: DO NOT Remove these definition. Use later. -+#define ISR_8192E REG_HISR0_8192E -+ -+//---------------------------------------------------------------------------- -+// 8192E IMR/ISR bits (offset 0xB0, 8bits) -+//---------------------------------------------------------------------------- -+#define IMR_DISABLED_8192E 0 -+// IMR DW0(0x00B0-00B3) Bit 0-31 -+#define IMR_TIMER2_8192E BIT31 // Timeout interrupt 2 -+#define IMR_TIMER1_8192E BIT30 // Timeout interrupt 1 -+#define IMR_PSTIMEOUT_8192E BIT29 // Power Save Time Out Interrupt -+#define IMR_GTINT4_8192E BIT28 // When GTIMER4 expires, this bit is set to 1 -+#define IMR_GTINT3_8192E BIT27 // When GTIMER3 expires, this bit is set to 1 -+#define IMR_TXBCN0ERR_8192E BIT26 // Transmit Beacon0 Error -+#define IMR_TXBCN0OK_8192E BIT25 // Transmit Beacon0 OK -+#define IMR_TSF_BIT32_TOGGLE_8192E BIT24 // TSF Timer BIT32 toggle indication interrupt -+#define IMR_BCNDMAINT0_8192E BIT20 // Beacon DMA Interrupt 0 -+#define IMR_BCNDERR0_8192E BIT16 // Beacon Queue DMA OK0 -+#define IMR_HSISR_IND_ON_INT_8192E BIT15 // HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) -+#define IMR_BCNDMAINT_E_8192E BIT14 // Beacon DMA Interrupt Extension for Win7 -+#define IMR_ATIMEND_8192E BIT12 // CTWidnow End or ATIM Window End -+#define IMR_C2HCMD_8192E BIT10 // CPU to Host Command INT Status, Write 1 clear -+#define IMR_CPWM2_8192E BIT9 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_CPWM_8192E BIT8 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_HIGHDOK_8192E BIT7 // High Queue DMA OK -+#define IMR_MGNTDOK_8192E BIT6 // Management Queue DMA OK -+#define IMR_BKDOK_8192E BIT5 // AC_BK DMA OK -+#define IMR_BEDOK_8192E BIT4 // AC_BE DMA OK -+#define IMR_VIDOK_8192E BIT3 // AC_VI DMA OK -+#define IMR_VODOK_8192E BIT2 // AC_VO DMA OK -+#define IMR_RDU_8192E BIT1 // Rx Descriptor Unavailable -+#define IMR_ROK_8192E BIT0 // Receive DMA OK -+ -+// IMR DW1(0x00B4-00B7) Bit 0-31 -+#define IMR_BCNDMAINT7_8192E BIT27 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT6_8192E BIT26 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5_8192E BIT25 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4_8192E BIT24 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3_8192E BIT23 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2_8192E BIT22 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1_8192E BIT21 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK7_8192E BIT20 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6_8192E BIT19 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5_8192E BIT18 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4_8192E BIT17 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3_8192E BIT16 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2_8192E BIT15 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1_8192E BIT14 // Beacon Queue DMA OK Interrup 1 -+#define IMR_ATIMEND_E_8192E BIT13 // ATIM Window End Extension for Win7 -+#define IMR_TXERR_8192E BIT11 // Tx Error Flag Interrupt Status, write 1 clear. -+#define IMR_RXERR_8192E BIT10 // Rx Error Flag INT Status, Write 1 clear -+#define IMR_TXFOVW_8192E BIT9 // Transmit FIFO Overflow -+#define IMR_RXFOVW_8192E BIT8 // Receive FIFO Overflow -+ -+//---------------------------------------------------------------------------- -+// 8192E Auto LLT bits (offset 0x224, 8bits) -+//---------------------------------------------------------------------------- -+//224 REG_AUTO_LLT -+// move to hal_com_reg.h -+ -+//---------------------------------------------------------------------------- -+// 8192E Auto LLT bits (offset 0x290, 32bits) -+//---------------------------------------------------------------------------- -+#define BIT_DMA_MODE BIT1 -+#define BIT_USB_RXDMA_AGG_EN BIT31 -+ -+//---------------------------------------------------------------------------- -+// 8192E REG_SYS_CFG1 (offset 0xF0, 32bits) -+//---------------------------------------------------------------------------- -+#define BIT_SPSLDO_SEL BIT24 -+ -+ -+//---------------------------------------------------------------------------- -+// 8192E REG_CCK_CHECK (offset 0x454, 8bits) -+//---------------------------------------------------------------------------- -+#define BIT_BCN_PORT_SEL BIT5 -+ -+//============================================================================ -+// Regsiter Bit and Content definition -+//============================================================================ -+ -+//2 ACMHWCTRL 0x05C0 -+#define AcmHw_HwEn_8192E BIT(0) -+#define AcmHw_VoqEn_8192E BIT(1) -+#define AcmHw_ViqEn_8192E BIT(2) -+#define AcmHw_BeqEn_8192E BIT(3) -+#define AcmHw_VoqStatus_8192E BIT(5) -+#define AcmHw_ViqStatus_8192E BIT(6) -+#define AcmHw_BeqStatus_8192E BIT(7) -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define MACID_NUM_8192E 128 -+#define SEC_CAM_ENT_NUM_8192E 64 -+#define NSS_NUM_8192E 2 -+ -+#endif //__RTL8192E_SPEC_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_sreset.h linux/3rdparty/rtl8812au/include/rtl8192e_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_sreset.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL88812A_SRESET_H_ -+#define _RTL8812A_SRESET_H_ -+ -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+extern void rtl8192e_sreset_xmit_status_check(_adapter *padapter); -+extern void rtl8192e_sreset_linked_status_check(_adapter *padapter); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8192e_xmit.h linux/3rdparty/rtl8812au/include/rtl8192e_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8192e_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8192e_xmit.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,451 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8192E_XMIT_H__ -+#define __RTL8192E_XMIT_H__ -+ -+typedef struct txdescriptor_8192e -+{ -+ //Offset 0 -+ u32 pktlen:16; -+ u32 offset:8; -+ u32 bmc:1; -+ u32 htc:1; -+ u32 ls:1; -+ u32 fs:1; -+ u32 linip:1; -+ u32 noacm:1; -+ u32 gf:1; -+ u32 own:1; -+ -+ //Offset 4 -+ u32 macid:6; -+ u32 rsvd0406:2; -+ u32 qsel:5; -+ u32 rd_nav_ext:1; -+ u32 lsig_txop_en:1; -+ u32 pifs:1; -+ u32 rate_id:4; -+ u32 navusehdr:1; -+ u32 en_desc_id:1; -+ u32 sectype:2; -+ u32 rsvd0424:2; -+ u32 pkt_offset:5; // unit: 8 bytes -+ u32 rsvd0431:1; -+ -+ //Offset 8 -+ u32 rts_rc:6; -+ u32 data_rc:6; -+ u32 agg_en:1; -+ u32 rd_en:1; -+ u32 bar_rty_th:2; -+ u32 bk:1; -+ u32 morefrag:1; -+ u32 raw:1; -+ u32 ccx:1; -+ u32 ampdu_density:3; -+ u32 bt_null:1; -+ u32 ant_sel_a:1; -+ u32 ant_sel_b:1; -+ u32 tx_ant_cck:2; -+ u32 tx_antl:2; -+ u32 tx_ant_ht:2; -+ -+ //Offset 12 -+ u32 nextheadpage:8; -+ u32 tailpage:8; -+ u32 seq:12; -+ u32 cpu_handle:1; -+ u32 tag1:1; -+ u32 trigger_int:1; -+ u32 hwseq_en:1; -+ -+ //Offset 16 -+ u32 rtsrate:5; -+ u32 ap_dcfe:1; -+ u32 hwseq_sel:2; -+ u32 userate:1; -+ u32 disrtsfb:1; -+ u32 disdatafb:1; -+ u32 cts2self:1; -+ u32 rtsen:1; -+ u32 hw_rts_en:1; -+ u32 port_id:1; -+ u32 pwr_status:3; -+ u32 wait_dcts:1; -+ u32 cts2ap_en:1; -+ u32 data_sc:2; -+ u32 data_stbc:2; -+ u32 data_short:1; -+ u32 data_bw:1; -+ u32 rts_short:1; -+ u32 rts_bw:1; -+ u32 rts_sc:2; -+ u32 vcs_stbc:2; -+ -+ //Offset 20 -+ u32 datarate:6; -+ u32 sgi:1; -+ u32 try_rate:1; -+ u32 data_ratefb_lmt:5; -+ u32 rts_ratefb_lmt:4; -+ u32 rty_lmt_en:1; -+ u32 data_rt_lmt:6; -+ u32 usb_txagg_num:8; -+ -+ //Offset 24 -+ u32 txagg_a:5; -+ u32 txagg_b:5; -+ u32 use_max_len:1; -+ u32 max_agg_num:5; -+ u32 mcsg1_max_len:4; -+ u32 mcsg2_max_len:4; -+ u32 mcsg3_max_len:4; -+ u32 mcs7_sgi_max_len:4; -+ -+ //Offset 28 -+ u32 checksum:16; // TxBuffSize(PCIe)/CheckSum(USB) -+ u32 mcsg4_max_len:4; -+ u32 mcsg5_max_len:4; -+ u32 mcsg6_max_len:4; -+ u32 mcs15_sgi_max_len:4; -+}TXDESC_8192E, *PTXDESC_8192E; -+ -+ -+ -+//For 88e early mode -+#define SET_EARLYMODE_PKTNUM(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 3, __Value) -+#define SET_EARLYMODE_LEN0(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 12, __Value) -+#define SET_EARLYMODE_LEN1(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 16, 12, __Value) -+#define SET_EARLYMODE_LEN2_1(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 28, 4, __Value) -+#define SET_EARLYMODE_LEN2_2(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 8, __Value) -+#define SET_EARLYMODE_LEN3(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 8, 12, __Value) -+#define SET_EARLYMODE_LEN4(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 20, 12, __Value) -+ -+// -+//defined for TX DESC Operation -+// -+ -+#define MAX_TID (15) -+ -+//OFFSET 0 -+#define OFFSET_SZ 0 -+#define OFFSET_SHT 16 -+#define BMC BIT(24) -+#define LSG BIT(26) -+#define FSG BIT(27) -+#define OWN BIT(31) -+ -+ -+//OFFSET 4 -+#define PKT_OFFSET_SZ 0 -+#define QSEL_SHT 8 -+#define RATE_ID_SHT 16 -+#define NAVUSEHDR BIT(20) -+#define SEC_TYPE_SHT 22 -+#define PKT_OFFSET_SHT 26 -+ -+//OFFSET 8 -+#define AGG_EN BIT(12) -+#define AGG_BK BIT(16) -+#define AMPDU_DENSITY_SHT 20 -+#define ANTSEL_A BIT(24) -+#define ANTSEL_B BIT(25) -+#define TX_ANT_CCK_SHT 26 -+#define TX_ANTL_SHT 28 -+#define TX_ANT_HT_SHT 30 -+ -+//OFFSET 12 -+#define SEQ_SHT 16 -+#define EN_HWSEQ BIT(31) -+ -+//OFFSET 16 -+#define QOS BIT(6) -+#define HW_SSN BIT(7) -+#define USERATE BIT(8) -+#define DISDATAFB BIT(10) -+#define CTS_2_SELF BIT(11) -+#define RTS_EN BIT(12) -+#define HW_RTS_EN BIT(13) -+#define DATA_SHORT BIT(24) -+#define PWR_STATUS_SHT 15 -+#define DATA_SC_SHT 20 -+#define DATA_BW BIT(25) -+ -+//OFFSET 20 -+#define RTY_LMT_EN BIT(17) -+ -+ -+//OFFSET 20 -+#define SGI BIT(6) -+#define USB_TXAGG_NUM_SHT 24 -+ -+ -+//=====Tx Desc Buffer content -+ -+// config element for each tx buffer -+/* -+#define SET_TXBUFFER_DESC_LEN_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*16), 0, 16, __Valeu) -+#define SET_TXBUFFER_DESC_AMSDU_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*16), 31, 1, __Valeu) -+#define SET_TXBUFFER_DESC_ADD_LOW_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*16)+4, 0, 32, __Valeu) -+#define SET_TXBUFFER_DESC_ADD_HIGT_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*16)+8, 0, 32, __Valeu) -+*/ -+#define SET_TXBUFFER_DESC_LEN_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*8), 0, 16, __Valeu) -+#define SET_TXBUFFER_DESC_AMSDU_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*8), 31, 1, __Valeu) -+#define SET_TXBUFFER_DESC_ADD_LOW_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*8)+4, 0, 32, __Valeu) -+#define SET_TXBUFFER_DESC_ADD_HIGT_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Offset*16)+8, 0, 32, __Valeu) -+ -+ -+// Dword 0 -+#define SET_TX_BUFF_DESC_LEN_0_92E(__pTxDesc, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 14, __Valeu) -+#define SET_TX_BUFF_DESC_PSB_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 15, __Value) -+#define SET_TX_BUFF_DESC_OWN_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+// Dword 1 -+#define SET_TX_BUFF_DESC_ADDR_LOW_0_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 32, __Value) -+#define GET_TX_DESC_TX_BUFFER_ADDRESS_92E(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+4, 0,32) -+ -+ -+// Dword 2 -+#define SET_TX_BUFF_DESC_ADDR_HIGH_0_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 32, __Value) -+// Dword 3, RESERVED -+ -+ -+//=====Tx Desc content -+// Dword 0 -+#define SET_TX_DESC_PKT_SIZE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Value) -+#define SET_TX_DESC_OFFSET_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 8, __Value) -+#define SET_TX_DESC_BMC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 24, 1, __Value) -+#define SET_TX_DESC_HTC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 25, 1, __Value) -+#define SET_TX_DESC_LAST_SEG_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 26, 1, __Value) -+#define SET_TX_DESC_FIRST_SEG_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 27, 1, __Value) -+#define SET_TX_DESC_LINIP_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 28, 1, __Value) -+#define SET_TX_DESC_NO_ACM_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 29, 1, __Value) -+#define SET_TX_DESC_GF_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 30, 1, __Value) -+#define SET_TX_DESC_OWN_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+#define GET_TX_DESC_OWN_92E(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc, 31, 1) -+ -+// Dword 1 -+#define SET_TX_DESC_MACID_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 7, __Value) -+#define SET_TX_DESC_QUEUE_SEL_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 8, 5, __Value) -+#define SET_TX_DESC_RDG_NAV_EXT_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 13, 1, __Value) -+#define SET_TX_DESC_LSIG_TXOP_EN_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 14, 1, __Value) -+#define SET_TX_DESC_PIFS_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 15, 1, __Value) -+#define SET_TX_DESC_RATE_ID_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 16, 5, __Value) -+#define SET_TX_DESC_EN_DESC_ID_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 21, 1, __Value) -+#define SET_TX_DESC_SEC_TYPE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+#define SET_TX_DESC_PKT_OFFSET_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 24, 5, __Value) -+#define SET_TX_DESC_MORE_DATA_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 29, 1, __Value) -+#define SET_TX_DESC_TXOP_PS_CAP_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 30, 1, __Value) -+#define SET_TX_DESC_TXOP_PS_MODE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 31, 1, __Value) -+ -+ -+// Dword 2 -+#define SET_TX_DESC_PAID_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 9, __Value) -+#define SET_TX_DESC_CCA_RTS_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 10, 2, __Value) -+#define SET_TX_DESC_AGG_ENABLE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 12, 1, __Value) -+#define SET_TX_DESC_RDG_ENABLE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 13, 1, __Value) -+#define SET_TX_DESC_NULL_0_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 14, 1, __Value) -+#define SET_TX_DESC_NULL_1_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 15, 1, __Value) -+#define SET_TX_DESC_BK_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 16, 1, __Value) -+#define SET_TX_DESC_MORE_FRAG_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 17, 1, __Value) -+#define SET_TX_DESC_RAW_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 18, 1, __Value) -+#define GET_TX_DESC_MORE_FRAG_92E(__pTxDesc) LE_BITS_TO_4BYTE( __pTxDesc+8, 17, 1) -+#define SET_TX_DESC_SPE_RPT_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 19, 1, __Value) -+#define SET_TX_DESC_AMPDU_DENSITY_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 20, 3, __Value) -+#define SET_TX_DESC_BT_NULL_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 23, 1, __Value) -+#define SET_TX_DESC_GID_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 6, __Value) -+ -+ -+// Dword 3 -+#define SET_TX_DESC_WHEADER_LEN_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 0, 4, __Value) -+#define SET_TX_DESC_CHK_EN_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 4, 1, __Value) -+#define SET_TX_DESC_EARLY_RATE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 5, 1, __Value) -+#define SET_TX_DESC_HWSEQ_SEL_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 6, 2, __Value) -+#define SET_TX_DESC_USE_RATE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 8, 1, __Value) -+#define SET_TX_DESC_DISABLE_RTS_FB_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 9, 1, __Value) -+#define SET_TX_DESC_DISABLE_FB_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 10, 1, __Value) -+#define SET_TX_DESC_CTS2SELF_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 11, 1, __Value) -+#define SET_TX_DESC_RTS_ENABLE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 12, 1, __Value) -+#define SET_TX_DESC_HW_RTS_ENABLE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 13, 1, __Value) -+#define SET_TX_DESC_HW_PORT_ID_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 14, 1, __Value) -+#define SET_TX_DESC_NAV_USE_HDR_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 15, 1, __Value) -+#define SET_TX_DESC_USE_MAX_LEN_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 16, 1, __Value) -+#define SET_TX_DESC_MAX_AGG_NUM_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 17, 5, __Value) -+#define SET_TX_DESC_NDPA_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 22, 2, __Value) -+#define SET_TX_DESC_AMPDU_MAX_TIME_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 24, 8, __Value) -+ -+// Dword 4 -+#define SET_TX_DESC_TX_RATE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 7, __Value) -+#define SET_TX_DESC_TRY_RATE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 7, 1, __Value) -+#define SET_TX_DESC_DATA_RATE_FB_LIMIT_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 8, 5, __Value) -+#define SET_TX_DESC_RTS_RATE_FB_LIMIT_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 13, 4, __Value) -+#define SET_TX_DESC_RETRY_LIMIT_ENABLE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 17, 1, __Value) -+#define SET_TX_DESC_DATA_RETRY_LIMIT_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 18, 6, __Value) -+#define SET_TX_DESC_RTS_RATE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 24, 5, __Value) -+#define SET_TX_DESC_PCTS_ENABLE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 29, 1, __Value) -+#define SET_TX_DESC_PCTS_MASK_IDX_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 30, 2, __Value) -+ -+ -+// Dword 5 -+#define SET_TX_DESC_DATA_SC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 4, __Value) -+#define SET_TX_DESC_DATA_SHORT_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 4, 1, __Value) -+#define SET_TX_DESC_DATA_BW_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 5, 2, __Value) -+#define SET_TX_DESC_DATA_LDPC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 7, 1, __Value) -+#define SET_TX_DESC_DATA_STBC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 8, 2, __Value) -+#define SET_TX_DESC_VCS_STBC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 10, 2, __Value) -+#define SET_TX_DESC_RTS_SHORT_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 12, 1, __Value) -+#define SET_TX_DESC_RTS_SC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 13, 4, __Value) -+#define SET_TX_DESC_TX_ANT_92E(__pTxDesc,__Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 24, 4, __Value) -+#define SET_TX_DESC_TX_POWER_0_PSET_92E(__pTxDesc,__Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 28, 3, __Value) -+ -+// Dword 6 -+#define SET_TX_DESC_SW_DEFINE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 12, __Value) -+#define SET_TX_DESC_MBSSID_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 12, 4, __Value) -+#define SET_TX_DESC_ANTSEL_A_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 16, 3, __Value) -+#define SET_TX_DESC_ANTSEL_B_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 19, 3, __Value) -+#define SET_TX_DESC_ANTSEL_C_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 22, 3, __Value) -+#define SET_TX_DESC_ANTSEL_D_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 25, 3, __Value) -+ -+// Dword 7 -+#if(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+#define SET_TX_DESC_TX_BUFFER_SIZE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#else -+#define SET_TX_DESC_TX_DESC_CHECKSUM_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#endif -+#define SET_TX_DESC_USB_TXAGG_NUM_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 24, 8, __Value) -+ -+ -+//#define SET_TX_DESC_HWSEQ_EN_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+// Dword 8 -+ -+#define SET_TX_DESC_RTS_RC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 0, 6, __Value) -+#define SET_TX_DESC_BAR_RTY_TH_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 6, 2, __Value) -+#define SET_TX_DESC_DATA_RC_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 8, 6, __Value) -+#define SET_TX_DESC_EN_HWSEQ_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+#define SET_TX_DESC_NEXT_HEAD_PAGE_92E(__pTxDesc,__Value)(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 16, 8, __Value) -+#define SET_TX_DESC_TAIL_PAGE_92E(__pTxDesc,__Value)(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 24, 8, __Value) -+ -+// Dword 9 -+#define SET_TX_DESC_PADDING_LENGTH_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 0, 11, __Value) -+#define SET_TX_DESC_TXBF_PATH_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 11, 1, __Value) -+#define SET_TX_DESC_SEQ_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 12, 12, __Value) -+#define SET_TX_DESC_FINAL_DATA_RATE_92E(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 24, 8, __Value) -+ -+ -+#define SET_EARLYMODE_PKTNUM_92E(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Value) -+#define SET_EARLYMODE_LEN0_92E(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) -+#define SET_EARLYMODE_LEN1_1_92E(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Value) -+#define SET_EARLYMODE_LEN1_2_92E(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Value) -+#define SET_EARLYMODE_LEN2_92E(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Value) -+#define SET_EARLYMODE_LEN3_92E(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Value) -+ -+void rtl8192e_cal_txdesc_chksum(u8 *ptxdesc); -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8192eu_init_xmit_priv(PADAPTER padapter); -+void rtl8192eu_free_xmit_priv(PADAPTER padapter); -+s32 rtl8192eu_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8192eu_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8192eu_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8192eu_xmit_buf_handler(PADAPTER padapter); -+#define hal_xmit_handler rtl8192eu_xmit_buf_handler -+void rtl8192eu_xmit_tasklet(void *priv); -+s32 rtl8192eu_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8192ee_init_xmit_priv(PADAPTER padapter); -+void rtl8192ee_free_xmit_priv(PADAPTER padapter); -+struct xmit_buf *rtl8192ee_dequeue_xmitbuf(struct rtw_tx_ring *ring); -+s32 rtl8192ee_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtl8192ee_xmitframe_resume(_adapter *padapter); -+s32 rtl8192ee_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8192ee_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+void rtl8192ee_xmit_tasklet(void *priv); -+#endif -+ -+#if defined(CONFIG_SDIO_HCI)||defined (CONFIG_GSPI_HCI) -+s32 rtl8192es_init_xmit_priv(PADAPTER padapter); -+void rtl8192es_free_xmit_priv(PADAPTER padapter); -+ -+s32 rtl8192es_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8192es_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8192es_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+thread_return rtl8192es_xmit_thread(thread_context context); -+s32 rtl8192es_xmit_buf_handler(PADAPTER padapter); -+ -+#ifdef CONFIG_SDIO_TX_TASKLET -+void rtl8192es_xmit_tasklet(void *priv); -+#endif -+#endif -+ -+struct txrpt_ccx_92e { -+ /* offset 0 */ -+ u8 tag1:1; -+ u8 pkt_num:3; -+ u8 txdma_underflow:1; -+ u8 int_bt:1; -+ u8 int_tri:1; -+ u8 int_ccx:1; -+ -+ /* offset 1 */ -+ u8 mac_id:6; -+ u8 pkt_ok:1; -+ u8 bmc:1; -+ -+ /* offset 2 */ -+ u8 retry_cnt:6; -+ u8 lifetime_over:1; -+ u8 retry_over:1; -+ -+ /* offset 3 */ -+ u8 ccx_qtime0; -+ u8 ccx_qtime1; -+ -+ /* offset 5 */ -+ u8 final_data_rate; -+ -+ /* offset 6 */ -+ u8 sw1:4; -+ u8 qsel:4; -+ -+ /* offset 7 */ -+ u8 sw0; -+}; -+ -+#ifdef CONFIG_TX_EARLY_MODE -+void UpdateEarlyModeInfo8192E(struct xmit_priv *pxmitpriv,struct xmit_buf *pxmitbuf ); -+#endif -+ s32 rtl8192e_init_xmit_priv(_adapter *padapter); -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,u8 *ptxdesc); -+ -+void rtl8192e_fill_fake_txdesc(PADAPTER padapter,u8*pDesc,u32 BufferLen, -+ u8 IsPsPoll,u8 IsBTQosNull, u8 bDataFrame); -+void rtl8192e_cal_txdesc_chksum(u8 *ptxdesc); -+ -+u8 BWMapping_92E(PADAPTER Adapter, struct pkt_attrib *pattrib); -+u8 SCMapping_92E(PADAPTER Adapter, struct pkt_attrib *pattrib); -+void fill_txdesc_phy(PADAPTER padapter, struct pkt_attrib *pattrib, u8 *ptxdesc); -+void fill_txdesc_vcs(struct pkt_attrib *pattrib, u8 *ptxdesc); -+void fill_txdesc_sectype(struct pkt_attrib *pattrib, u8 *ptxdesc); -+void rtl8192e_fixed_rate(_adapter *padapter,u8 *ptxdesc); -+ -+#endif //__RTL8192E_XMIT_H__ -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_cmd.h linux/3rdparty/rtl8812au/include/rtl8703b_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_cmd.h 2017-06-07 23:07:21.039690127 +0300 -@@ -0,0 +1,224 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8703B_CMD_H__ -+#define __RTL8703B_CMD_H__ -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD DEFINITION ------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+enum h2c_cmd_8703B{ -+ //Common Class: 000 -+ H2C_8703B_RSVD_PAGE = 0x00, -+ H2C_8703B_MEDIA_STATUS_RPT = 0x01, -+ H2C_8703B_SCAN_ENABLE = 0x02, -+ H2C_8703B_KEEP_ALIVE = 0x03, -+ H2C_8703B_DISCON_DECISION = 0x04, -+ H2C_8703B_PSD_OFFLOAD = 0x05, -+ H2C_8703B_AP_OFFLOAD = 0x08, -+ H2C_8703B_BCN_RSVDPAGE = 0x09, -+ H2C_8703B_PROBERSP_RSVDPAGE = 0x0A, -+ H2C_8703B_FCS_RSVDPAGE = 0x10, -+ H2C_8703B_FCS_INFO = 0x11, -+ H2C_8703B_AP_WOW_GPIO_CTRL = 0x13, -+ -+ //PoweSave Class: 001 -+ H2C_8703B_SET_PWR_MODE = 0x20, -+ H2C_8703B_PS_TUNING_PARA = 0x21, -+ H2C_8703B_PS_TUNING_PARA2 = 0x22, -+ H2C_8703B_P2P_LPS_PARAM = 0x23, -+ H2C_8703B_P2P_PS_OFFLOAD = 0x24, -+ H2C_8703B_PS_SCAN_ENABLE = 0x25, -+ H2C_8703B_SAP_PS_ = 0x26, -+ H2C_8703B_INACTIVE_PS_ = 0x27, //Inactive_PS -+ H2C_8703B_FWLPS_IN_IPS_ = 0x28, -+ -+ //Dynamic Mechanism Class: 010 -+ H2C_8703B_MACID_CFG = 0x40, -+ H2C_8703B_TXBF = 0x41, -+ H2C_8703B_RSSI_SETTING = 0x42, -+ H2C_8703B_AP_REQ_TXRPT = 0x43, -+ H2C_8703B_INIT_RATE_COLLECT = 0x44, -+ H2C_8703B_RA_PARA_ADJUST = 0x46, -+ -+ //BT Class: 011 -+ H2C_8703B_B_TYPE_TDMA = 0x60, -+ H2C_8703B_BT_INFO = 0x61, -+ H2C_8703B_FORCE_BT_TXPWR = 0x62, -+ H2C_8703B_BT_IGNORE_WLANACT = 0x63, -+ H2C_8703B_DAC_SWING_VALUE = 0x64, -+ H2C_8703B_ANT_SEL_RSV = 0x65, -+ H2C_8703B_WL_OPMODE = 0x66, -+ H2C_8703B_BT_MP_OPER = 0x67, -+ H2C_8703B_BT_CONTROL = 0x68, -+ H2C_8703B_BT_WIFI_CTRL = 0x69, -+ H2C_8703B_BT_FW_PATCH = 0x6A, -+ H2C_8703B_BT_WLAN_CALIBRATION = 0x6D, -+ -+ //WOWLAN Class: 100 -+ H2C_8703B_WOWLAN = 0x80, -+ H2C_8703B_REMOTE_WAKE_CTRL = 0x81, -+ H2C_8703B_AOAC_GLOBAL_INFO = 0x82, -+ H2C_8703B_AOAC_RSVD_PAGE = 0x83, -+ H2C_8703B_AOAC_RSVD_PAGE2 = 0x84, -+ H2C_8703B_D0_SCAN_OFFLOAD_CTRL = 0x85, -+ H2C_8703B_D0_SCAN_OFFLOAD_INFO = 0x86, -+ H2C_8703B_CHNL_SWITCH_OFFLOAD = 0x87, -+ H2C_8703B_P2P_OFFLOAD_RSVD_PAGE = 0x8A, -+ H2C_8703B_P2P_OFFLOAD = 0x8B, -+ -+ H2C_8703B_RESET_TSF = 0xC0, -+ H2C_8703B_MAXID, -+}; -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD CONTENT --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+//_RSVDPAGE_LOC_CMD_0x00 -+#define SET_8703B_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8703B_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8703B_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8703B_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8703B_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+ -+//_MEDIA_STATUS_RPT_PARM_CMD_0x01 -+#define SET_8703B_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8703B_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8703B_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8703B_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+//_KEEP_ALIVE_CMD_0x03 -+#define SET_8703B_H2CCMD_KEEPALIVE_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8703B_H2CCMD_KEEPALIVE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8703B_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8703B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+ -+//_DISCONNECT_DECISION_CMD_0x04 -+#define SET_8703B_H2CCMD_DISCONDECISION_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8703B_H2CCMD_DISCONDECISION_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8703B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8703B_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+// _PWR_MOD_CMD_0x20 -+#define SET_8703B_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8703B_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_8703B_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_8703B_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8703B_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8703B_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8703B_H2CCMD_PWRMODE_PARM_BYTE5(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+ -+#define GET_8703B_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd) LE_BITS_TO_1BYTE(__pH2CCmd, 0, 8) -+ -+// _PS_TUNE_PARAM_CMD_0x21 -+#define SET_8703B_H2CCMD_PSTUNE_PARM_BCN_TO_LIMIT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8703B_H2CCMD_PSTUNE_PARM_DTIM_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8703B_H2CCMD_PSTUNE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 1, __Value) -+#define SET_8703B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 1, 7, __Value) -+#define SET_8703B_H2CCMD_PSTUNE_PARM_DTIM_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+//_MACID_CFG_CMD_0x40 -+#define SET_8703B_H2CCMD_MACID_CFG_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_RAID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 5, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_SGI_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 7, 1, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_BW(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 2, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_NO_UPDATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 3, 1, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_VHT_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 4, 2, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_DISPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 6, 1, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_DISRA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 7, 1, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_RATE_MASK0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_RATE_MASK1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_RATE_MASK2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+5, 0, 8, __Value) -+#define SET_8703B_H2CCMD_MACID_CFG_RATE_MASK3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+6, 0, 8, __Value) -+ -+//_RSSI_SETTING_CMD_0x42 -+#define SET_8703B_H2CCMD_RSSI_SETTING_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8703B_H2CCMD_RSSI_SETTING_RSSI(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 7, __Value) -+#define SET_8703B_H2CCMD_RSSI_SETTING_ULDL_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+// _AP_REQ_TXRPT_CMD_0x43 -+#define SET_8703B_H2CCMD_APREQRPT_PARM_MACID1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8703B_H2CCMD_APREQRPT_PARM_MACID2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+ -+// _FORCE_BT_TXPWR_CMD_0x62 -+#define SET_8703B_H2CCMD_BT_PWR_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+ -+// _FORCE_BT_MP_OPER_CMD_0x67 -+#define SET_8703B_H2CCMD_BT_MPOPER_VER(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 4, __Value) -+#define SET_8703B_H2CCMD_BT_MPOPER_REQNUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 4, __Value) -+#define SET_8703B_H2CCMD_BT_MPOPER_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8703B_H2CCMD_BT_MPOPER_PARAM1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 8, __Value) -+#define SET_8703B_H2CCMD_BT_MPOPER_PARAM2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8703B_H2CCMD_BT_MPOPER_PARAM3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+ -+// _BT_FW_PATCH_0x6A -+#define SET_8703B_H2CCMD_BT_FW_PATCH_SIZE(__pH2CCmd, __Value) SET_BITS_TO_LE_2BYTE((pu1Byte)(__pH2CCmd), 0, 16, __Value) -+#define SET_8703B_H2CCMD_BT_FW_PATCH_ADDR0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8703B_H2CCMD_BT_FW_PATCH_ADDR1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8703B_H2CCMD_BT_FW_PATCH_ADDR2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8703B_H2CCMD_BT_FW_PATCH_ADDR3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+5, 0, 8, __Value) -+ -+//---------------------------------------------------------------------------------------------------------// -+//------------------------------------------- Structure --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- Function Statement --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+// host message to firmware cmd -+void rtl8703b_set_FwPwrMode_cmd(PADAPTER padapter, u8 Mode); -+void rtl8703b_set_FwJoinBssRpt_cmd(PADAPTER padapter, u8 mstatus); -+void rtl8703b_set_rssi_cmd(PADAPTER padapter, u8 *param); -+void rtl8703b_Add_RateATid(PADAPTER pAdapter, u64 rate_bitmap, u8 *arg, u8 rssi_level); -+void rtl8703b_fw_try_ap_cmd(PADAPTER padapter, u32 need_ack); -+//s32 rtl8703b_set_lowpwr_lps_cmd(PADAPTER padapter, u8 enable); -+void rtl8703b_set_FwPsTuneParam_cmd(PADAPTER padapter); -+void rtl8703b_set_FwMacIdConfig_cmd(_adapter* padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u32 mask); -+void rtl8703b_set_FwMediaStatusRpt_cmd(PADAPTER padapter, u8 mstatus, u8 macid); -+void rtl8703b_set_FwBtMpOper_cmd(PADAPTER padapter, u8 idx, u8 ver, u8 reqnum, u8 *param); -+void rtl8703b_download_rsvd_page(PADAPTER padapter, u8 mstatus); -+#ifdef CONFIG_BT_COEXIST -+void rtl8703b_download_BTCoex_AP_mode_rsvd_page(PADAPTER padapter); -+#endif // CONFIG_BT_COEXIST -+#ifdef CONFIG_P2P -+void rtl8703b_set_p2p_ps_offload_cmd(PADAPTER padapter, u8 p2p_ps_state); -+#endif //CONFIG_P2P -+ -+void CheckFwRsvdPageContent(PADAPTER padapter); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void SetFwRelatedForWoWLAN8703b(_adapter* padapter, u8 bHostIsGoingtoSleep); -+#endif//CONFIG_WOWLAN -+ -+#ifdef CONFIG_P2P_WOWLAN -+void rtl8703b_set_p2p_wowlan_offload_cmd(PADAPTER padapter); -+#endif -+ -+void rtl8703b_set_FwPwrModeInIPS_cmd(PADAPTER padapter, u8 cmd_param); -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+u8 rtl8703b_reset_tsf(_adapter *padapter, u8 reset_port); -+#endif // CONFIG_TSF_RESET_OFFLOAD -+s32 FillH2CCmd8703B(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+u8 GetTxBufferRsvdPageNum8703B(_adapter *padapter, bool wowlan); -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_dm.h linux/3rdparty/rtl8812au/include/rtl8703b_dm.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_dm.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8703B_DM_H__ -+#define __RTL8703B_DM_H__ -+//============================================================ -+// Description: -+// -+// This file is for 8703B dynamic mechanism only -+// -+// -+//============================================================ -+ -+//============================================================ -+// structure and define -+//============================================================ -+ -+//============================================================ -+// function prototype -+//============================================================ -+ -+void rtl8703b_init_dm_priv(PADAPTER padapter); -+void rtl8703b_deinit_dm_priv(PADAPTER padapter); -+ -+void rtl8703b_InitHalDm(PADAPTER padapter); -+void rtl8703b_HalDmWatchDog(PADAPTER padapter); -+void rtl8703b_HalDmWatchDog_in_LPS(PADAPTER padapter); -+void rtl8703b_hal_dm_in_lps(PADAPTER padapter); -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_hal.h linux/3rdparty/rtl8812au/include/rtl8703b_hal.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_hal.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,345 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8703B_HAL_H__ -+#define __RTL8703B_HAL_H__ -+ -+#include "hal_data.h" -+ -+#include "rtl8703b_spec.h" -+#include "rtl8703b_rf.h" -+#include "rtl8703b_dm.h" -+#include "rtl8703b_recv.h" -+#include "rtl8703b_xmit.h" -+#include "rtl8703b_cmd.h" -+#include "rtl8703b_led.h" -+#include "Hal8703BPwrSeq.h" -+#include "Hal8703BPhyReg.h" -+#include "Hal8703BPhyCfg.h" -+#ifdef DBG_CONFIG_ERROR_DETECT -+#include "rtl8703b_sreset.h" -+#endif -+ -+ -+//--------------------------------------------------------------------- -+// RTL8703B From file -+//--------------------------------------------------------------------- -+ #define RTL8703B_FW_IMG "rtl8703b/FW_NIC.bin" -+ #define RTL8703B_FW_WW_IMG "rtl8703b/FW_WoWLAN.bin" -+ #define RTL8703B_PHY_REG "rtl8703b/PHY_REG.txt" -+ #define RTL8703B_PHY_RADIO_A "rtl8703b/RadioA.txt" -+ #define RTL8703B_PHY_RADIO_B "rtl8703b/RadioB.txt" -+ #define RTL8703B_TXPWR_TRACK "rtl8703b/TxPowerTrack.txt" -+ #define RTL8703B_AGC_TAB "rtl8703b/AGC_TAB.txt" -+ #define RTL8703B_PHY_MACREG "rtl8703b/MAC_REG.txt" -+ #define RTL8703B_PHY_REG_PG "rtl8703b/PHY_REG_PG.txt" -+ #define RTL8703B_PHY_REG_MP "rtl8703b/PHY_REG_MP.txt" -+ #define RTL8703B_TXPWR_LMT "rtl8703b/TXPWR_LMT.txt" -+ -+//--------------------------------------------------------------------- -+// RTL8703B From header -+//--------------------------------------------------------------------- -+ -+#if MP_DRIVER == 1 -+ #define Rtl8703B_FwBTImgArray Rtl8703BFwBTImgArray -+ #define Rtl8703B_FwBTImgArrayLength Rtl8703BFwBTImgArrayLength -+ -+ #define Rtl8703B_PHY_REG_Array_MP Rtl8703B_PHYREG_Array_MP -+ #define Rtl8703B_PHY_REG_Array_MPLength Rtl8703B_PHYREG_Array_MPLength -+#endif -+ -+ -+#define FW_8703B_SIZE 0x8000 -+#define FW_8703B_START_ADDRESS 0x1000 -+#define FW_8703B_END_ADDRESS 0x1FFF //0x5FFF -+ -+#define IS_FW_HEADER_EXIST_8703B(_pFwHdr) ((le16_to_cpu(_pFwHdr->Signature)&0xFFF0) == 0x03B0) -+ -+typedef struct _RT_FIRMWARE { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[FW_8703B_SIZE]; -+#endif -+ u32 ulFwLength; -+} RT_FIRMWARE_8703B, *PRT_FIRMWARE_8703B; -+ -+// -+// This structure must be cared byte-ordering -+// -+// Added by tynli. 2009.12.04. -+typedef struct _RT_8703B_FIRMWARE_HDR -+{ -+ // 8-byte alinment required -+ -+ //--- LONG WORD 0 ---- -+ u16 Signature; // 92C0: test chip; 92C, 88C0: test chip; 88C1: MP A-cut; 92C1: MP A-cut -+ u8 Category; // AP/NIC and USB/PCI -+ u8 Function; // Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions -+ u16 Version; // FW Version -+ u16 Subversion; // FW Subversion, default 0x00 -+ -+ //--- LONG WORD 1 ---- -+ u8 Month; // Release time Month field -+ u8 Date; // Release time Date field -+ u8 Hour; // Release time Hour field -+ u8 Minute; // Release time Minute field -+ u16 RamCodeSize; // The size of RAM code -+ u16 Rsvd2; -+ -+ //--- LONG WORD 2 ---- -+ u32 SvnIdx; // The SVN entry index -+ u32 Rsvd3; -+ -+ //--- LONG WORD 3 ---- -+ u32 Rsvd4; -+ u32 Rsvd5; -+}RT_8703B_FIRMWARE_HDR, *PRT_8703B_FIRMWARE_HDR; -+ -+#define DRIVER_EARLY_INT_TIME_8703B 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8703B 0x02 -+ -+// for 8703B -+// TX 32K, RX 16K, Page size 128B for TX, 8B for RX -+#define PAGE_SIZE_TX_8703B 128 -+#define PAGE_SIZE_RX_8703B 8 -+ -+#define TX_DMA_SIZE_8703B 0x8000 /* 32K(TX) */ -+#define RX_DMA_SIZE_8703B 0x4000 /* 16K(RX) */ -+ -+#ifdef CONFIG_WOWLAN -+#define RESV_FMWF WKFMCAM_SIZE*MAX_WKFM_NUM /* 16 entries, for each is 24 bytes*/ -+#else -+#define RESV_FMWF 0 -+#endif -+ -+#ifdef CONFIG_FW_C2H_DEBUG -+#define RX_DMA_RESERVED_SIZE_8703B 0x100 // 256B, reserved for c2h debug message -+#else -+#define RX_DMA_RESERVED_SIZE_8703B 0x80 // 128B, reserved for tx report -+#endif -+#define RX_DMA_BOUNDARY_8703B (RX_DMA_SIZE_8703B - RX_DMA_RESERVED_SIZE_8703B - 1) -+ -+ -+// Note: We will divide number of page equally for each queue other than public queue! -+ -+//For General Reserved Page Number(Beacon Queue is reserved page) -+//Beacon:2, PS-Poll:1, Null Data:1,Qos Null Data:1,BT Qos Null Data:1 -+#define BCNQ_PAGE_NUM_8703B 0x08 -+#ifdef CONFIG_CONCURRENT_MODE -+#define BCNQ1_PAGE_NUM_8703B 0x08 // 0x04 -+#else -+#define BCNQ1_PAGE_NUM_8703B 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef BCNQ1_PAGE_NUM_8703B -+#define BCNQ1_PAGE_NUM_8703B 0x00 // 0x04 -+#endif -+ -+//For WoWLan , more reserved page -+//ARP Rsp:1, RWC:1, GTK Info:1,GTK RSP:2,GTK EXT MEM:2, PNO: 6 -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8703B 0x07 -+#else -+#define WOWLAN_PAGE_NUM_8703B 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef WOWLAN_PAGE_NUM_8703B -+#define WOWLAN_PAGE_NUM_8703B 0x15 -+#endif -+ -+#ifdef CONFIG_AP_WOWLAN -+#define AP_WOWLAN_PAGE_NUM_8703B 0x02 -+#endif -+ -+#define TX_TOTAL_PAGE_NUMBER_8703B (0xFF - BCNQ_PAGE_NUM_8703B - BCNQ1_PAGE_NUM_8703B - WOWLAN_PAGE_NUM_8703B) -+#define TX_PAGE_BOUNDARY_8703B (TX_TOTAL_PAGE_NUMBER_8703B + 1) -+ -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8703B TX_TOTAL_PAGE_NUMBER_8703B -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_8703B (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8703B + 1) -+ -+// For Normal Chip Setting -+// (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER_8703B -+#define NORMAL_PAGE_NUM_HPQ_8703B 0x0C -+#define NORMAL_PAGE_NUM_LPQ_8703B 0x02 -+#define NORMAL_PAGE_NUM_NPQ_8703B 0x02 -+ -+// Note: For Normal Chip Setting, modify later -+#define WMM_NORMAL_PAGE_NUM_HPQ_8703B 0x30 -+#define WMM_NORMAL_PAGE_NUM_LPQ_8703B 0x20 -+#define WMM_NORMAL_PAGE_NUM_NPQ_8703B 0x20 -+ -+ -+#include "HalVerDef.h" -+#include "hal_com.h" -+ -+#define EFUSE_OOB_PROTECT_BYTES 15 -+ -+#define HAL_EFUSE_MEMORY -+ -+#define HWSET_MAX_SIZE_8703B 512 -+#define EFUSE_REAL_CONTENT_LEN_8703B 512 -+#define EFUSE_MAP_LEN_8703B 512 -+#define EFUSE_MAX_SECTION_8703B 64 -+ -+#define EFUSE_IC_ID_OFFSET 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR(addr) (addr < EFUSE_REAL_CONTENT_LEN_8703B) -+ -+#define EFUSE_ACCESS_ON 0x69 -+#define EFUSE_ACCESS_OFF 0x00 -+ -+//======================================================== -+// EFUSE for BT definition -+//======================================================== -+#define EFUSE_BT_REAL_BANK_CONTENT_LEN 512 -+#define EFUSE_BT_REAL_CONTENT_LEN 1536 // 512*3 -+#define EFUSE_BT_MAP_LEN 1024 // 1k bytes -+#define EFUSE_BT_MAX_SECTION 128 // 1024/8 -+ -+#define EFUSE_PROTECT_BYTES_BANK 16 -+ -+// Description: Determine the types of C2H events that are the same in driver and Fw. -+// Fisrt constructed by tynli. 2009.10.09. -+typedef enum _C2H_EVT -+{ -+ C2H_DBG = 0, -+ C2H_TSF = 1, -+ C2H_AP_RPT_RSP = 2, -+ C2H_CCX_TX_RPT = 3, // The FW notify the report of the specific tx packet. -+ C2H_BT_RSSI = 4, -+ C2H_BT_OP_MODE = 5, -+ C2H_EXT_RA_RPT = 6, -+ C2H_8703B_BT_INFO = 9, -+ C2H_HW_INFO_EXCH = 10, -+ C2H_8703B_BT_MP_INFO = 11, -+ C2H_8703B_P2P_RPORT = 0x16, -+#ifdef CONFIG_FW_C2H_DEBUG -+ C2H_8703B_FW_DEBUG = 0xff, -+#endif //CONFIG_FW_C2H_DEBUG -+ MAX_C2HEVENT -+} C2H_EVT; -+ -+typedef struct _C2H_EVT_HDR -+{ -+ u8 CmdID; -+ u8 CmdLen; -+ u8 CmdSeq; -+} __attribute__((__packed__)) C2H_EVT_HDR, *PC2H_EVT_HDR; -+ -+typedef enum tag_Package_Definition -+{ -+ PACKAGE_DEFAULT, -+ PACKAGE_QFN68, -+ PACKAGE_TFBGA90, -+ PACKAGE_TFBGA80, -+ PACKAGE_TFBGA79 -+}PACKAGE_TYPE_E; -+ -+#define INCLUDE_MULTI_FUNC_BT(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT) -+#define INCLUDE_MULTI_FUNC_GPS(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS) -+ -+// rtl8703b_hal_init.c -+s32 rtl8703b_FirmwareDownload(PADAPTER padapter, BOOLEAN bUsedWoWLANFw); -+void rtl8703b_FirmwareSelfReset(PADAPTER padapter); -+void rtl8703b_InitializeFirmwareVars(PADAPTER padapter); -+ -+void rtl8703b_InitAntenna_Selection(PADAPTER padapter); -+void rtl8703b_DeinitAntenna_Selection(PADAPTER padapter); -+void rtl8703b_CheckAntenna_Selection(PADAPTER padapter); -+void rtl8703b_init_default_value(PADAPTER padapter); -+ -+s32 rtl8703b_InitLLTTable(PADAPTER padapter); -+ -+s32 CardDisableHWSM(PADAPTER padapter, u8 resetMCU); -+s32 CardDisableWithoutHWSM(PADAPTER padapter); -+ -+// EFuse -+u8 GetEEPROMSize8703B(PADAPTER padapter); -+void Hal_InitPGData(PADAPTER padapter, u8 *PROMContent); -+void Hal_EfuseParseIDCode(PADAPTER padapter, u8 *hwinfo); -+void Hal_EfuseParseTxPowerInfo_8703B(PADAPTER padapter, u8 *PROMContent, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseBTCoexistInfo_8703B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseEEPROMVer_8703B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseChnlPlan_8703B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseCustomerID_8703B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseAntennaDiversity_8703B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseXtal_8703B(PADAPTER pAdapter, u8 *hwinfo, u8 AutoLoadFail); -+void Hal_EfuseParseThermalMeter_8703B(PADAPTER padapter, u8 *hwinfo, u8 AutoLoadFail); -+VOID Hal_EfuseParsePackageType_8703B(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+VOID Hal_EfuseParseVoltage_8703B(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+VOID Hal_EfuseParseBoardType_8703B(PADAPTER Adapter, u8* PROMContent,BOOLEAN AutoloadFail); -+ -+#ifdef CONFIG_C2H_PACKET_EN -+void rtl8703b_c2h_packet_handler(PADAPTER padapter, u8 *pbuf, u16 length); -+#endif -+ -+ -+void rtl8703b_set_hal_ops(struct hal_ops *pHalFunc); -+void SetHwReg8703B(PADAPTER padapter, u8 variable, u8 *val); -+void GetHwReg8703B(PADAPTER padapter, u8 variable, u8 *val); -+#ifdef CONFIG_C2H_PACKET_EN -+void SetHwRegWithBuf8703B(PADAPTER padapter, u8 variable, u8 *pbuf, int len); -+#endif // CONFIG_C2H_PACKET_EN -+u8 SetHalDefVar8703B(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+u8 GetHalDefVar8703B(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+ -+// register -+void rtl8703b_InitBeaconParameters(PADAPTER padapter); -+void rtl8703b_InitBeaconMaxError(PADAPTER padapter, u8 InfraMode); -+void _InitBurstPktLen_8703BS(PADAPTER Adapter); -+void _InitLTECoex_8703BS(PADAPTER Adapter); -+void _8051Reset8703(PADAPTER padapter); -+#ifdef CONFIG_WOWLAN -+void Hal_DetectWoWMode(PADAPTER pAdapter); -+#endif //CONFIG_WOWLAN -+ -+void rtl8703b_start_thread(_adapter *padapter); -+void rtl8703b_stop_thread(_adapter *padapter); -+ -+#if defined(CONFIG_CHECK_BT_HANG) && defined(CONFIG_BT_COEXIST) -+void rtl8703bs_init_checkbthang_workqueue(_adapter * adapter); -+void rtl8703bs_free_checkbthang_workqueue(_adapter * adapter); -+void rtl8703bs_cancle_checkbthang_workqueue(_adapter * adapter); -+void rtl8703bs_hal_check_bt_hang(_adapter * adapter); -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+void HalSetOutPutGPIO(PADAPTER padapter, u8 index, u8 OutPutValue); -+#endif -+ -+int FirmwareDownloadBT(IN PADAPTER Adapter, PRT_MP_FIRMWARE pFirmware); -+ -+void CCX_FwC2HTxRpt_8703b(PADAPTER padapter, u8 *pdata, u8 len); -+s32 c2h_id_filter_ccx_8703b(u8 *buf); -+s32 c2h_handler_8703b(PADAPTER padapter, u8 *pC2hEvent); -+u8 MRateToHwRate8703B(u8 rate); -+u8 HwRateToMRate8703B(u8 rate); -+ -+void Hal_ReadRFGainOffset(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+ -+#ifdef CONFIG_PCI_HCI -+BOOLEAN InterruptRecognized8703BE(PADAPTER Adapter); -+VOID UpdateInterruptMask8703BE(PADAPTER Adapter, u32 AddMSR, u32 AddMSR1, u32 RemoveMSR, u32 RemoveMSR1); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_led.h linux/3rdparty/rtl8812au/include/rtl8703b_led.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_led.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,49 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8703B_LED_H__ -+#define __RTL8703B_LED_H__ -+ -+#include -+#include -+#include -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+#ifdef CONFIG_USB_HCI -+void rtl8703bu_InitSwLeds(PADAPTER padapter); -+void rtl8703bu_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_SDIO_HCI -+void rtl8703bs_InitSwLeds(PADAPTER padapter); -+void rtl8703bs_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_GSPI_HCI -+void rtl8703bs_InitSwLeds(PADAPTER padapter); -+void rtl8703bs_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_PCI_HCI -+void rtl8703be_InitSwLeds(PADAPTER padapter); -+void rtl8703be_DeInitSwLeds(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_recv.h linux/3rdparty/rtl8812au/include/rtl8703b_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_recv.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,92 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8703B_RECV_H__ -+#define __RTL8703B_RECV_H__ -+ -+#define RECV_BLK_SZ 512 -+#define RECV_BLK_CNT 16 -+#define RECV_BLK_TH RECV_BLK_CNT -+ -+#if defined(CONFIG_USB_HCI) -+ -+#ifndef MAX_RECVBUF_SZ -+#ifdef PLATFORM_OS_CE -+#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+#else -+ #ifndef CONFIG_MINIMAL_MEMORY_USAGE -+ //#define MAX_RECVBUF_SZ (32768) // 32k -+ //#define MAX_RECVBUF_SZ (16384) //16K -+ //#define MAX_RECVBUF_SZ (10240) //10K -+ #ifdef CONFIG_PLATFORM_MSTAR -+ #define MAX_RECVBUF_SZ (8192) // 8K -+ #else -+ #define MAX_RECVBUF_SZ (15360) // 15k < 16k -+ #endif -+ //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+ #endif -+#endif -+#endif //!MAX_RECVBUF_SZ -+ -+#elif defined(CONFIG_PCI_HCI) -+//#ifndef CONFIG_MINIMAL_MEMORY_USAGE -+// #define MAX_RECVBUF_SZ (9100) -+//#else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+//#endif -+ -+ -+#elif defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ -+#define MAX_RECVBUF_SZ (10240) -+ -+#endif -+ -+// Rx smooth factor -+#define Rx_Smooth_Factor (20) -+ -+#ifdef CONFIG_SDIO_HCI -+#ifndef CONFIG_SDIO_RX_COPY -+#undef MAX_RECVBUF_SZ -+#define MAX_RECVBUF_SZ (RX_DMA_SIZE_8703B - RX_DMA_RESERVED_SIZE_8703B) -+#endif // !CONFIG_SDIO_RX_COPY -+#endif // CONFIG_SDIO_HCI -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+s32 rtl8703bs_init_recv_priv(PADAPTER padapter); -+void rtl8703bs_free_recv_priv(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_USB_HCI -+int rtl8703bu_init_recv_priv(_adapter *padapter); -+void rtl8703bu_free_recv_priv (_adapter *padapter); -+void rtl8703bu_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8703be_init_recv_priv(PADAPTER padapter); -+void rtl8703be_free_recv_priv(PADAPTER padapter); -+#endif -+ -+void rtl8703b_query_rx_desc_status(union recv_frame *precvframe, u8 *pdesc); -+ -+#endif /* __RTL8703B_RECV_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_rf.h linux/3rdparty/rtl8812au/include/rtl8703b_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_rf.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,31 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8703B_RF_H__ -+#define __RTL8703B_RF_H__ -+ -+int PHY_RF6052_Config8703B( IN PADAPTER Adapter ); -+ -+VOID -+PHY_RF6052SetBandwidth8703B( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_spec.h linux/3rdparty/rtl8812au/include/rtl8703b_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_spec.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,477 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8703B_SPEC_H__ -+#define __RTL8703B_SPEC_H__ -+ -+#include -+ -+ -+#define HAL_NAV_UPPER_UNIT_8703B 128 // micro-second -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_SYS_ISO_CTRL_8703B 0x0000 // 2 Byte -+#define REG_SYS_FUNC_EN_8703B 0x0002 // 2 Byte -+#define REG_APS_FSMCO_8703B 0x0004 // 4 Byte -+#define REG_SYS_CLKR_8703B 0x0008 // 2 Byte -+#define REG_9346CR_8703B 0x000A // 2 Byte -+#define REG_EE_VPD_8703B 0x000C // 2 Byte -+#define REG_AFE_MISC_8703B 0x0010 // 1 Byte -+#define REG_SPS0_CTRL_8703B 0x0011 // 7 Byte -+#define REG_SPS_OCP_CFG_8703B 0x0018 // 4 Byte -+#define REG_RSV_CTRL_8703B 0x001C // 3 Byte -+#define REG_RF_CTRL_8703B 0x001F // 1 Byte -+#define REG_LPLDO_CTRL_8703B 0x0023 // 1 Byte -+#define REG_AFE_XTAL_CTRL_8703B 0x0024 // 4 Byte -+#define REG_AFE_PLL_CTRL_8703B 0x0028 // 4 Byte -+#define REG_MAC_PLL_CTRL_EXT_8703B 0x002c // 4 Byte -+#define REG_EFUSE_CTRL_8703B 0x0030 -+#define REG_EFUSE_TEST_8703B 0x0034 -+#define REG_PWR_DATA_8703B 0x0038 -+#define REG_CAL_TIMER_8703B 0x003C -+#define REG_ACLK_MON_8703B 0x003E -+#define REG_GPIO_MUXCFG_8703B 0x0040 -+#define REG_GPIO_IO_SEL_8703B 0x0042 -+#define REG_MAC_PINMUX_CFG_8703B 0x0043 -+#define REG_GPIO_PIN_CTRL_8703B 0x0044 -+#define REG_GPIO_INTM_8703B 0x0048 -+#define REG_LEDCFG0_8703B 0x004C -+#define REG_LEDCFG1_8703B 0x004D -+#define REG_LEDCFG2_8703B 0x004E -+#define REG_LEDCFG3_8703B 0x004F -+#define REG_FSIMR_8703B 0x0050 -+#define REG_FSISR_8703B 0x0054 -+#define REG_HSIMR_8703B 0x0058 -+#define REG_HSISR_8703B 0x005c -+#define REG_GPIO_EXT_CTRL 0x0060 -+#define REG_PAD_CTRL1_8703B 0x0064 -+#define REG_MULTI_FUNC_CTRL_8703B 0x0068 -+#define REG_GPIO_STATUS_8703B 0x006C -+#define REG_SDIO_CTRL_8703B 0x0070 -+#define REG_OPT_CTRL_8703B 0x0074 -+#define REG_AFE_CTRL_4_8703B 0x0078 -+#define REG_MCUFWDL_8703B 0x0080 -+#define REG_HMEBOX_DBG_0_8703B 0x0088 -+#define REG_HMEBOX_DBG_1_8703B 0x008A -+#define REG_HMEBOX_DBG_2_8703B 0x008C -+#define REG_HMEBOX_DBG_3_8703B 0x008E -+#define REG_HIMR0_8703B 0x00B0 -+#define REG_HISR0_8703B 0x00B4 -+#define REG_HIMR1_8703B 0x00B8 -+#define REG_HISR1_8703B 0x00BC -+#define REG_PMC_DBG_CTRL2_8703B 0x00CC -+#define REG_EFUSE_BURN_GNT_8703B 0x00CF -+#define REG_HPON_FSM_8703B 0x00EC -+#define REG_SYS_CFG_8703B 0x00F0 -+#define REG_SYS_CFG1_8703B 0x00FC -+#define REG_ROM_VERSION 0x00FD -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_C2HEVT_CMD_ID_8703B 0x01A0 -+#define REG_C2HEVT_CMD_SEQ_88XX 0x01A1 -+#define REG_C2hEVT_CMD_CONTENT_88XX 0x01A2 -+#define REG_C2HEVT_CMD_LEN_8703B 0x01AE -+#define REG_C2HEVT_CMD_LEN_88XX REG_C2HEVT_CMD_LEN_8703B -+#define REG_C2HEVT_CLEAR_8703B 0x01AF -+#define REG_MCUTST_1_8703B 0x01C0 -+#define REG_WOWLAN_WAKE_REASON 0x01C7 -+#define REG_FMETHR_8703B 0x01C8 -+#define REG_HMETFR_8703B 0x01CC -+#define REG_HMEBOX_0_8703B 0x01D0 -+#define REG_HMEBOX_1_8703B 0x01D4 -+#define REG_HMEBOX_2_8703B 0x01D8 -+#define REG_HMEBOX_3_8703B 0x01DC -+#define REG_LLT_INIT_8703B 0x01E0 -+#define REG_HMEBOX_EXT0_8703B 0x01F0 -+#define REG_HMEBOX_EXT1_8703B 0x01F4 -+#define REG_HMEBOX_EXT2_8703B 0x01F8 -+#define REG_HMEBOX_EXT3_8703B 0x01FC -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RQPN_8703B 0x0200 -+#define REG_FIFOPAGE_8703B 0x0204 -+#define REG_DWBCN0_CTRL_8703B REG_TDECTRL -+#define REG_TXDMA_OFFSET_CHK_8703B 0x020C -+#define REG_TXDMA_STATUS_8703B 0x0210 -+#define REG_RQPN_NPQ_8703B 0x0214 -+#define REG_DWBCN1_CTRL_8703B 0x0228 -+ -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RXDMA_AGG_PG_TH_8703B 0x0280 -+#define REG_FW_UPD_RDPTR_8703B 0x0284 // FW shall update this register before FW write RXPKT_RELEASE_POLL to 1 -+#define REG_RXDMA_CONTROL_8703B 0x0286 // Control the RX DMA. -+#define REG_RXPKT_NUM_8703B 0x0287 // The number of packets in RXPKTBUF. -+#define REG_RXDMA_STATUS_8703B 0x0288 -+#define REG_RXDMA_MODE_CTRL_8703B 0x0290 -+#define REG_EARLY_MODE_CONTROL_8703B 0x02BC -+#define REG_RSVD5_8703B 0x02F0 -+#define REG_RSVD6_8703B 0x02F4 -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+#define REG_PCIE_CTRL_REG_8703B 0x0300 -+#define REG_INT_MIG_8703B 0x0304 // Interrupt Migration -+#define REG_BCNQ_DESA_8703B 0x0308 // TX Beacon Descriptor Address -+#define REG_HQ_DESA_8703B 0x0310 // TX High Queue Descriptor Address -+#define REG_MGQ_DESA_8703B 0x0318 // TX Manage Queue Descriptor Address -+#define REG_VOQ_DESA_8703B 0x0320 // TX VO Queue Descriptor Address -+#define REG_VIQ_DESA_8703B 0x0328 // TX VI Queue Descriptor Address -+#define REG_BEQ_DESA_8703B 0x0330 // TX BE Queue Descriptor Address -+#define REG_BKQ_DESA_8703B 0x0338 // TX BK Queue Descriptor Address -+#define REG_RX_DESA_8703B 0x0340 // RX Queue Descriptor Address -+#define REG_DBI_WDATA_8703B 0x0348 // DBI Write Data -+#define REG_DBI_RDATA_8703B 0x034C // DBI Read Data -+#define REG_DBI_ADDR_8703B 0x0350 // DBI Address -+#define REG_DBI_FLAG_8703B 0x0352 // DBI Read/Write Flag -+#define REG_MDIO_WDATA_8703B 0x0354 // MDIO for Write PCIE PHY -+#define REG_MDIO_RDATA_8703B 0x0356 // MDIO for Reads PCIE PHY -+#define REG_MDIO_CTL_8703B 0x0358 // MDIO for Control -+#define REG_DBG_SEL_8703B 0x0360 // Debug Selection Register -+#define REG_PCIE_HRPWM_8703B 0x0361 //PCIe RPWM -+#define REG_PCIE_HCPWM_8703B 0x0363 //PCIe CPWM -+#define REG_PCIE_MULTIFET_CTRL_8703B 0x036A //PCIE Multi-Fethc Control -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+#define REG_VOQ_INFORMATION_8703B 0x0400 -+#define REG_VIQ_INFORMATION_8703B 0x0404 -+#define REG_BEQ_INFORMATION_8703B 0x0408 -+#define REG_BKQ_INFORMATION_8703B 0x040C -+#define REG_MGQ_INFORMATION_8703B 0x0410 -+#define REG_HGQ_INFORMATION_8703B 0x0414 -+#define REG_BCNQ_INFORMATION_8703B 0x0418 -+#define REG_TXPKT_EMPTY_8703B 0x041A -+ -+#define REG_FWHW_TXQ_CTRL_8703B 0x0420 -+#define REG_HWSEQ_CTRL_8703B 0x0423 -+#define REG_TXPKTBUF_BCNQ_BDNY_8703B 0x0424 -+#define REG_TXPKTBUF_MGQ_BDNY_8703B 0x0425 -+#define REG_LIFECTRL_CTRL_8703B 0x0426 -+#define REG_MULTI_BCNQ_OFFSET_8703B 0x0427 -+#define REG_SPEC_SIFS_8703B 0x0428 -+#define REG_RL_8703B 0x042A -+#define REG_TXBF_CTRL_8703B 0x042C -+#define REG_DARFRC_8703B 0x0430 -+#define REG_RARFRC_8703B 0x0438 -+#define REG_RRSR_8703B 0x0440 -+#define REG_ARFR0_8703B 0x0444 -+#define REG_ARFR1_8703B 0x044C -+#define REG_CCK_CHECK_8703B 0x0454 -+#define REG_AMPDU_MAX_TIME_8703B 0x0456 -+#define REG_TXPKTBUF_BCNQ_BDNY1_8703B 0x0457 -+ -+#define REG_AMPDU_MAX_LENGTH_8703B 0x0458 -+#define REG_TXPKTBUF_WMAC_LBK_BF_HD_8703B 0x045D -+#define REG_NDPA_OPT_CTRL_8703B 0x045F -+#define REG_FAST_EDCA_CTRL_8703B 0x0460 -+#define REG_RD_RESP_PKT_TH_8703B 0x0463 -+#define REG_DATA_SC_8703B 0x0483 -+#ifdef CONFIG_WOWLAN -+#define REG_TXPKTBUF_IV_LOW 0x0484 -+#define REG_TXPKTBUF_IV_HIGH 0x0488 -+#endif -+#define REG_TXRPT_START_OFFSET 0x04AC -+#define REG_POWER_STAGE1_8703B 0x04B4 -+#define REG_POWER_STAGE2_8703B 0x04B8 -+#define REG_AMPDU_BURST_MODE_8703B 0x04BC -+#define REG_PKT_VO_VI_LIFE_TIME_8703B 0x04C0 -+#define REG_PKT_BE_BK_LIFE_TIME_8703B 0x04C2 -+#define REG_STBC_SETTING_8703B 0x04C4 -+#define REG_HT_SINGLE_AMPDU_8703B 0x04C7 -+#define REG_PROT_MODE_CTRL_8703B 0x04C8 -+#define REG_MAX_AGGR_NUM_8703B 0x04CA -+#define REG_RTS_MAX_AGGR_NUM_8703B 0x04CB -+#define REG_BAR_MODE_CTRL_8703B 0x04CC -+#define REG_RA_TRY_RATE_AGG_LMT_8703B 0x04CF -+#define REG_MACID_PKT_DROP0_8703B 0x04D0 -+#define REG_MACID_PKT_SLEEP_8703B 0x04D4 -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+#define REG_EDCA_VO_PARAM_8703B 0x0500 -+#define REG_EDCA_VI_PARAM_8703B 0x0504 -+#define REG_EDCA_BE_PARAM_8703B 0x0508 -+#define REG_EDCA_BK_PARAM_8703B 0x050C -+#define REG_BCNTCFG_8703B 0x0510 -+#define REG_PIFS_8703B 0x0512 -+#define REG_RDG_PIFS_8703B 0x0513 -+#define REG_SIFS_CTX_8703B 0x0514 -+#define REG_SIFS_TRX_8703B 0x0516 -+#define REG_AGGR_BREAK_TIME_8703B 0x051A -+#define REG_SLOT_8703B 0x051B -+#define REG_TX_PTCL_CTRL_8703B 0x0520 -+#define REG_TXPAUSE_8703B 0x0522 -+#define REG_DIS_TXREQ_CLR_8703B 0x0523 -+#define REG_RD_CTRL_8703B 0x0524 -+// -+// Format for offset 540h-542h: -+// [3:0]: TBTT prohibit setup in unit of 32us. The time for HW getting beacon content before TBTT. -+// [7:4]: Reserved. -+// [19:8]: TBTT prohibit hold in unit of 32us. The time for HW holding to send the beacon packet. -+// [23:20]: Reserved -+// Description: -+// | -+// |<--Setup--|--Hold------------>| -+// --------------|---------------------- -+// | -+// TBTT -+// Note: We cannot update beacon content to HW or send any AC packets during the time between Setup and Hold. -+// Described by Designer Tim and Bruce, 2011-01-14. -+// -+#define REG_TBTT_PROHIBIT_8703B 0x0540 -+#define REG_RD_NAV_NXT_8703B 0x0544 -+#define REG_NAV_PROT_LEN_8703B 0x0546 -+#define REG_BCN_CTRL_8703B 0x0550 -+#define REG_BCN_CTRL_1_8703B 0x0551 -+#define REG_MBID_NUM_8703B 0x0552 -+#define REG_DUAL_TSF_RST_8703B 0x0553 -+#define REG_BCN_INTERVAL_8703B 0x0554 -+#define REG_DRVERLYINT_8703B 0x0558 -+#define REG_BCNDMATIM_8703B 0x0559 -+#define REG_ATIMWND_8703B 0x055A -+#define REG_USTIME_TSF_8703B 0x055C -+#define REG_BCN_MAX_ERR_8703B 0x055D -+#define REG_RXTSF_OFFSET_CCK_8703B 0x055E -+#define REG_RXTSF_OFFSET_OFDM_8703B 0x055F -+#define REG_TSFTR_8703B 0x0560 -+#define REG_CTWND_8703B 0x0572 -+#define REG_SECONDARY_CCA_CTRL_8703B 0x0577 -+#define REG_PSTIMER_8703B 0x0580 -+#define REG_TIMER0_8703B 0x0584 -+#define REG_TIMER1_8703B 0x0588 -+#define REG_ACMHWCTRL_8703B 0x05C0 -+#define REG_SCH_TXCMD_8703B 0x05F8 -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+#define REG_MAC_CR_8703B 0x0600 -+#define REG_TCR_8703B 0x0604 -+#define REG_RCR_8703B 0x0608 -+#define REG_RX_PKT_LIMIT_8703B 0x060C -+#define REG_RX_DLK_TIME_8703B 0x060D -+#define REG_RX_DRVINFO_SZ_8703B 0x060F -+ -+#define REG_MACID_8703B 0x0610 -+#define REG_BSSID_8703B 0x0618 -+#define REG_MAR_8703B 0x0620 -+#define REG_MBIDCAMCFG_8703B 0x0628 -+#define REG_WOWLAN_GTK_DBG1 0x630 -+#define REG_WOWLAN_GTK_DBG2 0x634 -+ -+#define REG_USTIME_EDCA_8703B 0x0638 -+#define REG_MAC_SPEC_SIFS_8703B 0x063A -+#define REG_RESP_SIFP_CCK_8703B 0x063C -+#define REG_RESP_SIFS_OFDM_8703B 0x063E -+#define REG_ACKTO_8703B 0x0640 -+#define REG_CTS2TO_8703B 0x0641 -+#define REG_EIFS_8703B 0x0642 -+ -+#define REG_NAV_UPPER_8703B 0x0652 // unit of 128 -+#define REG_TRXPTCL_CTL_8703B 0x0668 -+ -+// Security -+#define REG_CAMCMD_8703B 0x0670 -+#define REG_CAMWRITE_8703B 0x0674 -+#define REG_CAMREAD_8703B 0x0678 -+#define REG_CAMDBG_8703B 0x067C -+#define REG_SECCFG_8703B 0x0680 -+ -+// Power -+#define REG_WOW_CTRL_8703B 0x0690 -+#define REG_PS_RX_INFO_8703B 0x0692 -+#define REG_UAPSD_TID_8703B 0x0693 -+#define REG_WKFMCAM_CMD_8703B 0x0698 -+#define REG_WKFMCAM_NUM_8703B 0x0698 -+#define REG_WKFMCAM_RWD_8703B 0x069C -+#define REG_RXFLTMAP0_8703B 0x06A0 -+#define REG_RXFLTMAP1_8703B 0x06A2 -+#define REG_RXFLTMAP2_8703B 0x06A4 -+#define REG_BCN_PSR_RPT_8703B 0x06A8 -+#define REG_BT_COEX_TABLE_8703B 0x06C0 -+#define REG_BFMER0_INFO_8703B 0x06E4 -+#define REG_BFMER1_INFO_8703B 0x06EC -+#define REG_CSI_RPT_PARAM_BW20_8703B 0x06F4 -+#define REG_CSI_RPT_PARAM_BW40_8703B 0x06F8 -+#define REG_CSI_RPT_PARAM_BW80_8703B 0x06FC -+ -+// Hardware Port 2 -+#define REG_MACID1_8703B 0x0700 -+#define REG_BSSID1_8703B 0x0708 -+#define REG_BFMEE_SEL_8703B 0x0714 -+#define REG_SND_PTCL_CTRL_8703B 0x0718 -+ -+// LTE_COEX -+#define REG_LTECOEX_CTRL 0x07C0 -+#define REG_LTECOEX_WRITE_DATA 0x07C4 -+#define REG_LTECOEX_READ_DATA 0x07C8 -+#define REG_LTECOEX_PATH_CONTROL 0x70 -+ -+//============================================================ -+// SDIO Bus Specification -+//============================================================ -+ -+//----------------------------------------------------- -+// SDIO CMD Address Mapping -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// I/O bus domain (Host) -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// SDIO register -+//----------------------------------------------------- -+#define SDIO_REG_HCPWM1_8703B 0x025 // HCI Current Power Mode 1 -+ -+ -+//============================================================================ -+// 8703 Regsiter Bit and Content definition -+//============================================================================ -+ -+#define BIT_USB_RXDMA_AGG_EN BIT(31) -+#define RXDMA_AGG_MODE_EN BIT(1) -+ -+#ifdef CONFIG_WOWLAN -+#define RXPKT_RELEASE_POLL BIT(16) -+#define RXDMA_IDLE BIT(17) -+#define RW_RELEASE_EN BIT(18) -+#endif -+ -+//2 HSISR -+// interrupt mask which needs to clear -+#define MASK_HSISR_CLEAR (HSISR_GPIO12_0_INT |\ -+ HSISR_SPS_OCP_INT |\ -+ HSISR_RON_INT |\ -+ HSISR_PDNINT |\ -+ HSISR_GPIO9_INT) -+ -+ -+//---------------------------------------------------------------------------- -+// 8703B REG_CCK_CHECK (offset 0x454) -+//---------------------------------------------------------------------------- -+#define BIT_BCN_PORT_SEL BIT5 -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+ -+#ifdef CONFIG_RTL8703B -+#define EEPROM_RF_GAIN_OFFSET 0xC1 -+#endif -+ -+#define EEPROM_RF_GAIN_VAL 0x1F6 -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+ -+//---------------------------------------------------------------------------- -+// 8195 IMR/ISR bits (offset 0xB0, 8bits) -+//---------------------------------------------------------------------------- -+#define IMR_DISABLED_8703B 0 -+// IMR DW0(0x00B0-00B3) Bit 0-31 -+#define IMR_TIMER2_8703B BIT31 // Timeout interrupt 2 -+#define IMR_TIMER1_8703B BIT30 // Timeout interrupt 1 -+#define IMR_PSTIMEOUT_8703B BIT29 // Power Save Time Out Interrupt -+#define IMR_GTINT4_8703B BIT28 // When GTIMER4 expires, this bit is set to 1 -+#define IMR_GTINT3_8703B BIT27 // When GTIMER3 expires, this bit is set to 1 -+#define IMR_TXBCN0ERR_8703B BIT26 // Transmit Beacon0 Error -+#define IMR_TXBCN0OK_8703B BIT25 // Transmit Beacon0 OK -+#define IMR_TSF_BIT32_TOGGLE_8703B BIT24 // TSF Timer BIT32 toggle indication interrupt -+#define IMR_BCNDMAINT0_8703B BIT20 // Beacon DMA Interrupt 0 -+#define IMR_BCNDERR0_8703B BIT16 // Beacon Queue DMA OK0 -+#define IMR_HSISR_IND_ON_INT_8703B BIT15 // HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) -+#define IMR_BCNDMAINT_E_8703B BIT14 // Beacon DMA Interrupt Extension for Win7 -+#define IMR_ATIMEND_8703B BIT12 // CTWidnow End or ATIM Window End -+#define IMR_C2HCMD_8703B BIT10 // CPU to Host Command INT Status, Write 1 clear -+#define IMR_CPWM2_8703B BIT9 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_CPWM_8703B BIT8 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_HIGHDOK_8703B BIT7 // High Queue DMA OK -+#define IMR_MGNTDOK_8703B BIT6 // Management Queue DMA OK -+#define IMR_BKDOK_8703B BIT5 // AC_BK DMA OK -+#define IMR_BEDOK_8703B BIT4 // AC_BE DMA OK -+#define IMR_VIDOK_8703B BIT3 // AC_VI DMA OK -+#define IMR_VODOK_8703B BIT2 // AC_VO DMA OK -+#define IMR_RDU_8703B BIT1 // Rx Descriptor Unavailable -+#define IMR_ROK_8703B BIT0 // Receive DMA OK -+ -+// IMR DW1(0x00B4-00B7) Bit 0-31 -+#define IMR_BCNDMAINT7_8703B BIT27 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT6_8703B BIT26 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5_8703B BIT25 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4_8703B BIT24 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3_8703B BIT23 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2_8703B BIT22 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1_8703B BIT21 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK7_8703B BIT20 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6_8703B BIT19 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5_8703B BIT18 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4_8703B BIT17 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3_8703B BIT16 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2_8703B BIT15 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1_8703B BIT14 // Beacon Queue DMA OK Interrup 1 -+#define IMR_ATIMEND_E_8703B BIT13 // ATIM Window End Extension for Win7 -+#define IMR_TXERR_8703B BIT11 // Tx Error Flag Interrupt Status, write 1 clear. -+#define IMR_RXERR_8703B BIT10 // Rx Error Flag INT Status, Write 1 clear -+#define IMR_TXFOVW_8703B BIT9 // Transmit FIFO Overflow -+#define IMR_RXFOVW_8703B BIT8 // Receive FIFO Overflow -+ -+#ifdef CONFIG_PCI_HCI -+//#define IMR_RX_MASK (IMR_ROK_8703B|IMR_RDU_8703B|IMR_RXFOVW_8703B) -+#define IMR_TX_MASK (IMR_VODOK_8703B|IMR_VIDOK_8703B|IMR_BEDOK_8703B|IMR_BKDOK_8703B|IMR_MGNTDOK_8703B|IMR_HIGHDOK_8703B) -+ -+#define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_8703B | IMR_TXBCN0OK_8703B | IMR_TXBCN0ERR_8703B | IMR_BCNDERR0_8703B) -+ -+#define RT_AC_INT_MASKS (IMR_VIDOK_8703B | IMR_VODOK_8703B | IMR_BEDOK_8703B|IMR_BKDOK_8703B) -+#endif -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define MACID_NUM_8703B 128 -+#define SEC_CAM_ENT_NUM_8703B 16 -+#define NSS_NUM_8703B 1 -+ -+#endif /* __RTL8703B_SPEC_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_sreset.h linux/3rdparty/rtl8812au/include/rtl8703b_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_sreset.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL8703B_SRESET_H_ -+#define _RTL8703B_SRESET_H_ -+ -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+extern void rtl8703b_sreset_xmit_status_check(_adapter *padapter); -+extern void rtl8703b_sreset_linked_status_check(_adapter *padapter); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8703b_xmit.h linux/3rdparty/rtl8812au/include/rtl8703b_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8703b_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8703b_xmit.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,336 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8703B_XMIT_H__ -+#define __RTL8703B_XMIT_H__ -+ -+ -+#define MAX_TID (15) -+ -+ -+#ifndef __INC_HAL8703BDESC_H -+#define __INC_HAL8703BDESC_H -+ -+#define RX_STATUS_DESC_SIZE_8703B 24 -+#define RX_DRV_INFO_SIZE_UNIT_8703B 8 -+ -+ -+//DWORD 0 -+#define SET_RX_STATUS_DESC_PKT_LEN_8703B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_STATUS_DESC_EOR_8703B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 30, 1, __Value) -+#define SET_RX_STATUS_DESC_OWN_8703B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 31, 1, __Value) -+ -+#define GET_RX_STATUS_DESC_PKT_LEN_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 0, 14) -+#define GET_RX_STATUS_DESC_CRC32_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 14, 1) -+#define GET_RX_STATUS_DESC_ICV_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 15, 1) -+#define GET_RX_STATUS_DESC_DRVINFO_SIZE_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 4) -+#define GET_RX_STATUS_DESC_SECURITY_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 20, 3) -+#define GET_RX_STATUS_DESC_QOS_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 23, 1) -+#define GET_RX_STATUS_DESC_SHIFT_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 24, 2) -+#define GET_RX_STATUS_DESC_PHY_STATUS_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 26, 1) -+#define GET_RX_STATUS_DESC_SWDEC_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 27, 1) -+#define GET_RX_STATUS_DESC_LAST_SEG_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 28, 1) -+#define GET_RX_STATUS_DESC_FIRST_SEG_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 29, 1) -+#define GET_RX_STATUS_DESC_EOR_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 30, 1) -+#define GET_RX_STATUS_DESC_OWN_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 31, 1) -+ -+//DWORD 1 -+#define GET_RX_STATUS_DESC_MACID_8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 0, 7) -+#define GET_RX_STATUS_DESC_TID_8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 8, 4) -+#define GET_RX_STATUS_DESC_AMSDU_8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 13, 1) -+#define GET_RX_STATUS_DESC_RXID_MATCH_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 14, 1) -+#define GET_RX_STATUS_DESC_PAGGR_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 15, 1) -+#define GET_RX_STATUS_DESC_A1_FIT_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 16, 4) -+#define GET_RX_STATUS_DESC_CHKERR_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 20, 1) -+#define GET_RX_STATUS_DESC_IPVER_8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 21, 1) -+#define GET_RX_STATUS_DESC_IS_TCPUDP__8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 22, 1) -+#define GET_RX_STATUS_DESC_CHK_VLD_8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 23, 1) -+#define GET_RX_STATUS_DESC_PAM_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 24, 1) -+#define GET_RX_STATUS_DESC_PWR_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 25, 1) -+#define GET_RX_STATUS_DESC_MORE_DATA_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 26, 1) -+#define GET_RX_STATUS_DESC_MORE_FRAG_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 27, 1) -+#define GET_RX_STATUS_DESC_TYPE_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 28, 2) -+#define GET_RX_STATUS_DESC_MC_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 30, 1) -+#define GET_RX_STATUS_DESC_BC_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 31, 1) -+ -+//DWORD 2 -+#define GET_RX_STATUS_DESC_SEQ_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 0, 12) -+#define GET_RX_STATUS_DESC_FRAG_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 12, 4) -+#define GET_RX_STATUS_DESC_RX_IS_QOS_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 16, 1) -+#define GET_RX_STATUS_DESC_WLANHD_IV_LEN_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 18, 6) -+#define GET_RX_STATUS_DESC_RPT_SEL_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 28, 1) -+ -+//DWORD 3 -+#define GET_RX_STATUS_DESC_RX_RATE_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 0, 7) -+#define GET_RX_STATUS_DESC_HTC_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 10, 1) -+#define GET_RX_STATUS_DESC_EOSP_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 11, 1) -+#define GET_RX_STATUS_DESC_BSSID_FIT_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 12, 2) -+#ifdef CONFIG_USB_RX_AGGREGATION -+#define GET_RX_STATUS_DESC_USB_AGG_PKTNUM_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 16, 8) -+#endif -+#define GET_RX_STATUS_DESC_PATTERN_MATCH_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 29, 1) -+#define GET_RX_STATUS_DESC_UNICAST_MATCH_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 30, 1) -+#define GET_RX_STATUS_DESC_MAGIC_MATCH_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 31, 1) -+ -+//DWORD 6 -+#define GET_RX_STATUS_DESC_SPLCP_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 0, 1) -+#define GET_RX_STATUS_DESC_LDPC_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 1, 1) -+#define GET_RX_STATUS_DESC_STBC_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 2, 1) -+#define GET_RX_STATUS_DESC_BW_8703B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 4, 2) -+ -+//DWORD 5 -+#define GET_RX_STATUS_DESC_TSFL_8703B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+20, 0, 32) -+ -+#define GET_RX_STATUS_DESC_BUFF_ADDR_8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+24, 0, 32) -+#define GET_RX_STATUS_DESC_BUFF_ADDR64_8703B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+28, 0, 32) -+ -+#define SET_RX_STATUS_DESC_BUFF_ADDR_8703B(__pRxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxDesc+24, 0, 32, __Value) -+ -+ -+// Dword 0 -+#define GET_TX_DESC_OWN_8703B(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc, 31, 1) -+ -+#define SET_TX_DESC_PKT_SIZE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Value) -+#define SET_TX_DESC_OFFSET_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 8, __Value) -+#define SET_TX_DESC_BMC_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 24, 1, __Value) -+#define SET_TX_DESC_HTC_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 25, 1, __Value) -+#define SET_TX_DESC_LAST_SEG_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 26, 1, __Value) -+#define SET_TX_DESC_FIRST_SEG_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 27, 1, __Value) -+#define SET_TX_DESC_LINIP_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 28, 1, __Value) -+#define SET_TX_DESC_NO_ACM_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 29, 1, __Value) -+#define SET_TX_DESC_GF_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 30, 1, __Value) -+#define SET_TX_DESC_OWN_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+ -+// Dword 1 -+#define SET_TX_DESC_MACID_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 7, __Value) -+#define SET_TX_DESC_QUEUE_SEL_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 8, 5, __Value) -+#define SET_TX_DESC_RDG_NAV_EXT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 13, 1, __Value) -+#define SET_TX_DESC_LSIG_TXOP_EN_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 14, 1, __Value) -+#define SET_TX_DESC_PIFS_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 15, 1, __Value) -+#define SET_TX_DESC_RATE_ID_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 16, 5, __Value) -+#define SET_TX_DESC_EN_DESC_ID_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 21, 1, __Value) -+#define SET_TX_DESC_SEC_TYPE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+#define SET_TX_DESC_PKT_OFFSET_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 24, 5, __Value) -+ -+ -+// Dword 2 -+#define SET_TX_DESC_PAID_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 9, __Value) -+#define SET_TX_DESC_CCA_RTS_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 10, 2, __Value) -+#define SET_TX_DESC_AGG_ENABLE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 12, 1, __Value) -+#define SET_TX_DESC_RDG_ENABLE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 13, 1, __Value) -+#define SET_TX_DESC_AGG_BREAK_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 16, 1, __Value) -+#define SET_TX_DESC_MORE_FRAG_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 17, 1, __Value) -+#define SET_TX_DESC_RAW_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 18, 1, __Value) -+#define SET_TX_DESC_SPE_RPT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 19, 1, __Value) -+#define SET_TX_DESC_AMPDU_DENSITY_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 20, 3, __Value) -+#define SET_TX_DESC_BT_INT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 23, 1, __Value) -+#define SET_TX_DESC_GID_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 6, __Value) -+ -+ -+// Dword 3 -+#define SET_TX_DESC_WHEADER_LEN_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 0, 4, __Value) -+#define SET_TX_DESC_CHK_EN_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 4, 1, __Value) -+#define SET_TX_DESC_EARLY_MODE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 5, 1, __Value) -+#define SET_TX_DESC_HWSEQ_SEL_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 6, 2, __Value) -+#define SET_TX_DESC_USE_RATE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 8, 1, __Value) -+#define SET_TX_DESC_DISABLE_RTS_FB_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 9, 1, __Value) -+#define SET_TX_DESC_DISABLE_FB_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 10, 1, __Value) -+#define SET_TX_DESC_CTS2SELF_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 11, 1, __Value) -+#define SET_TX_DESC_RTS_ENABLE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 12, 1, __Value) -+#define SET_TX_DESC_HW_RTS_ENABLE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 13, 1, __Value) -+#define SET_TX_DESC_NAV_USE_HDR_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 15, 1, __Value) -+#define SET_TX_DESC_USE_MAX_LEN_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 16, 1, __Value) -+#define SET_TX_DESC_MAX_AGG_NUM_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 17, 5, __Value) -+#define SET_TX_DESC_NDPA_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 22, 2, __Value) -+#define SET_TX_DESC_AMPDU_MAX_TIME_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 24, 8, __Value) -+ -+// Dword 4 -+#define SET_TX_DESC_TX_RATE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 7, __Value) -+#define SET_TX_DESC_DATA_RATE_FB_LIMIT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 8, 5, __Value) -+#define SET_TX_DESC_RTS_RATE_FB_LIMIT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 13, 4, __Value) -+#define SET_TX_DESC_RETRY_LIMIT_ENABLE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 17, 1, __Value) -+#define SET_TX_DESC_DATA_RETRY_LIMIT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 18, 6, __Value) -+#define SET_TX_DESC_RTS_RATE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 24, 5, __Value) -+ -+ -+// Dword 5 -+#define SET_TX_DESC_DATA_SC_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 4, __Value) -+#define SET_TX_DESC_DATA_SHORT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 4, 1, __Value) -+#define SET_TX_DESC_DATA_BW_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 5, 2, __Value) -+#define SET_TX_DESC_DATA_LDPC_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 7, 1, __Value) -+#define SET_TX_DESC_DATA_STBC_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 8, 2, __Value) -+#define SET_TX_DESC_CTROL_STBC_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 10, 2, __Value) -+#define SET_TX_DESC_RTS_SHORT_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 12, 1, __Value) -+#define SET_TX_DESC_RTS_SC_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 13, 4, __Value) -+ -+ -+// Dword 6 -+#define SET_TX_DESC_SW_DEFINE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 12, __Value) -+#define SET_TX_DESC_MBSSID_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 12, 4, __Value) -+#define SET_TX_DESC_ANTSEL_A_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 16, 3, __Value) -+#define SET_TX_DESC_ANTSEL_B_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 19, 3, __Value) -+#define SET_TX_DESC_ANTSEL_C_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 22, 3, __Value) -+#define SET_TX_DESC_ANTSEL_D_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 25, 3, __Value) -+ -+// Dword 7 -+#if(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+#define SET_TX_DESC_TX_BUFFER_SIZE_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#else -+#define SET_TX_DESC_TX_DESC_CHECKSUM_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#endif -+#define SET_TX_DESC_USB_TXAGG_NUM_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 24, 8, __Value) -+#if(DEV_BUS_TYPE == RT_SDIO_INTERFACE) -+#define SET_TX_DESC_SDIO_TXSEQ_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 16, 8, __Value) -+#endif -+ -+// Dword 8 -+#define SET_TX_DESC_HWSEQ_EN_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+ -+// Dword 9 -+#define SET_TX_DESC_SEQ_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 12, 12, __Value) -+ -+// Dword 10 -+#define SET_TX_DESC_TX_BUFFER_ADDRESS_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+40, 0, 32, __Value) -+#define GET_TX_DESC_TX_BUFFER_ADDRESS_8703B(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+40, 0, 32) -+ -+// Dword 11 -+#define SET_TX_DESC_NEXT_DESC_ADDRESS_8703B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+48, 0, 32, __Value) -+ -+ -+#define SET_EARLYMODE_PKTNUM_8703B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Value) -+#define SET_EARLYMODE_LEN0_8703B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) -+#define SET_EARLYMODE_LEN1_1_8703B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Value) -+#define SET_EARLYMODE_LEN1_2_8703B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Value) -+#define SET_EARLYMODE_LEN2_8703B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Value) -+#define SET_EARLYMODE_LEN3_8703B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Value) -+ -+#endif -+//----------------------------------------------------------- -+// -+// Rate -+// -+//----------------------------------------------------------- -+// CCK Rates, TxHT = 0 -+#define DESC8703B_RATE1M 0x00 -+#define DESC8703B_RATE2M 0x01 -+#define DESC8703B_RATE5_5M 0x02 -+#define DESC8703B_RATE11M 0x03 -+ -+// OFDM Rates, TxHT = 0 -+#define DESC8703B_RATE6M 0x04 -+#define DESC8703B_RATE9M 0x05 -+#define DESC8703B_RATE12M 0x06 -+#define DESC8703B_RATE18M 0x07 -+#define DESC8703B_RATE24M 0x08 -+#define DESC8703B_RATE36M 0x09 -+#define DESC8703B_RATE48M 0x0a -+#define DESC8703B_RATE54M 0x0b -+ -+// MCS Rates, TxHT = 1 -+#define DESC8703B_RATEMCS0 0x0c -+#define DESC8703B_RATEMCS1 0x0d -+#define DESC8703B_RATEMCS2 0x0e -+#define DESC8703B_RATEMCS3 0x0f -+#define DESC8703B_RATEMCS4 0x10 -+#define DESC8703B_RATEMCS5 0x11 -+#define DESC8703B_RATEMCS6 0x12 -+#define DESC8703B_RATEMCS7 0x13 -+#define DESC8703B_RATEMCS8 0x14 -+#define DESC8703B_RATEMCS9 0x15 -+#define DESC8703B_RATEMCS10 0x16 -+#define DESC8703B_RATEMCS11 0x17 -+#define DESC8703B_RATEMCS12 0x18 -+#define DESC8703B_RATEMCS13 0x19 -+#define DESC8703B_RATEMCS14 0x1a -+#define DESC8703B_RATEMCS15 0x1b -+#define DESC8703B_RATEVHTSS1MCS0 0x2c -+#define DESC8703B_RATEVHTSS1MCS1 0x2d -+#define DESC8703B_RATEVHTSS1MCS2 0x2e -+#define DESC8703B_RATEVHTSS1MCS3 0x2f -+#define DESC8703B_RATEVHTSS1MCS4 0x30 -+#define DESC8703B_RATEVHTSS1MCS5 0x31 -+#define DESC8703B_RATEVHTSS1MCS6 0x32 -+#define DESC8703B_RATEVHTSS1MCS7 0x33 -+#define DESC8703B_RATEVHTSS1MCS8 0x34 -+#define DESC8703B_RATEVHTSS1MCS9 0x35 -+#define DESC8703B_RATEVHTSS2MCS0 0x36 -+#define DESC8703B_RATEVHTSS2MCS1 0x37 -+#define DESC8703B_RATEVHTSS2MCS2 0x38 -+#define DESC8703B_RATEVHTSS2MCS3 0x39 -+#define DESC8703B_RATEVHTSS2MCS4 0x3a -+#define DESC8703B_RATEVHTSS2MCS5 0x3b -+#define DESC8703B_RATEVHTSS2MCS6 0x3c -+#define DESC8703B_RATEVHTSS2MCS7 0x3d -+#define DESC8703B_RATEVHTSS2MCS8 0x3e -+#define DESC8703B_RATEVHTSS2MCS9 0x3f -+ -+ -+#define RX_HAL_IS_CCK_RATE_8703B(pDesc)\ -+ (GET_RX_STATUS_DESC_RX_RATE_8703B(pDesc) == DESC8703B_RATE1M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8703B(pDesc) == DESC8703B_RATE2M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8703B(pDesc) == DESC8703B_RATE5_5M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8703B(pDesc) == DESC8703B_RATE11M) -+ -+ -+void rtl8703b_update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem); -+void rtl8703b_fill_fake_txdesc(PADAPTER padapter, u8 *pDesc, u32 BufferLen, u8 IsPsPoll, u8 IsBTQosNull, u8 bDataFrame); -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+s32 rtl8703bs_init_xmit_priv(PADAPTER padapter); -+void rtl8703bs_free_xmit_priv(PADAPTER padapter); -+s32 rtl8703bs_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8703bs_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8703bs_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8703bs_xmit_buf_handler(PADAPTER padapter); -+thread_return rtl8703bs_xmit_thread(thread_context context); -+#define hal_xmit_handler rtl8703bs_xmit_buf_handler -+#endif -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8703bu_xmit_buf_handler(PADAPTER padapter); -+#define hal_xmit_handler rtl8703bu_xmit_buf_handler -+ -+ -+s32 rtl8703bu_init_xmit_priv(PADAPTER padapter); -+void rtl8703bu_free_xmit_priv(PADAPTER padapter); -+s32 rtl8703bu_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8703bu_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8703bu_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+//s32 rtl8812au_xmit_buf_handler(PADAPTER padapter); -+void rtl8703bu_xmit_tasklet(void *priv); -+s32 rtl8703bu_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,struct tx_desc *ptxdesc); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8703be_init_xmit_priv(PADAPTER padapter); -+void rtl8703be_free_xmit_priv(PADAPTER padapter); -+struct xmit_buf *rtl8703be_dequeue_xmitbuf(struct rtw_tx_ring *ring); -+void rtl8703be_xmitframe_resume(_adapter *padapter); -+s32 rtl8703be_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8703be_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8703be_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtl8703be_xmit_tasklet(void *priv); -+#endif -+ -+u8 BWMapping_8703B(PADAPTER Adapter, struct pkt_attrib *pattrib); -+u8 SCMapping_8703B(PADAPTER Adapter, struct pkt_attrib *pattrib); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_cmd.h linux/3rdparty/rtl8812au/include/rtl8723b_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_cmd.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,224 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_CMD_H__ -+#define __RTL8723B_CMD_H__ -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD DEFINITION ------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+enum h2c_cmd_8723B{ -+ //Common Class: 000 -+ H2C_8723B_RSVD_PAGE = 0x00, -+ H2C_8723B_MEDIA_STATUS_RPT = 0x01, -+ H2C_8723B_SCAN_ENABLE = 0x02, -+ H2C_8723B_KEEP_ALIVE = 0x03, -+ H2C_8723B_DISCON_DECISION = 0x04, -+ H2C_8723B_PSD_OFFLOAD = 0x05, -+ H2C_8723B_AP_OFFLOAD = 0x08, -+ H2C_8723B_BCN_RSVDPAGE = 0x09, -+ H2C_8723B_PROBERSP_RSVDPAGE = 0x0A, -+ H2C_8723B_FCS_RSVDPAGE = 0x10, -+ H2C_8723B_FCS_INFO = 0x11, -+ H2C_8723B_AP_WOW_GPIO_CTRL = 0x13, -+ -+ //PoweSave Class: 001 -+ H2C_8723B_SET_PWR_MODE = 0x20, -+ H2C_8723B_PS_TUNING_PARA = 0x21, -+ H2C_8723B_PS_TUNING_PARA2 = 0x22, -+ H2C_8723B_P2P_LPS_PARAM = 0x23, -+ H2C_8723B_P2P_PS_OFFLOAD = 0x24, -+ H2C_8723B_PS_SCAN_ENABLE = 0x25, -+ H2C_8723B_SAP_PS_ = 0x26, -+ H2C_8723B_INACTIVE_PS_ = 0x27, //Inactive_PS -+ H2C_8723B_FWLPS_IN_IPS_ = 0x28, -+ -+ //Dynamic Mechanism Class: 010 -+ H2C_8723B_MACID_CFG = 0x40, -+ H2C_8723B_TXBF = 0x41, -+ H2C_8723B_RSSI_SETTING = 0x42, -+ H2C_8723B_AP_REQ_TXRPT = 0x43, -+ H2C_8723B_INIT_RATE_COLLECT = 0x44, -+ H2C_8723B_RA_PARA_ADJUST = 0x46, -+ -+ //BT Class: 011 -+ H2C_8723B_B_TYPE_TDMA = 0x60, -+ H2C_8723B_BT_INFO = 0x61, -+ H2C_8723B_FORCE_BT_TXPWR = 0x62, -+ H2C_8723B_BT_IGNORE_WLANACT = 0x63, -+ H2C_8723B_DAC_SWING_VALUE = 0x64, -+ H2C_8723B_ANT_SEL_RSV = 0x65, -+ H2C_8723B_WL_OPMODE = 0x66, -+ H2C_8723B_BT_MP_OPER = 0x67, -+ H2C_8723B_BT_CONTROL = 0x68, -+ H2C_8723B_BT_WIFI_CTRL = 0x69, -+ H2C_8723B_BT_FW_PATCH = 0x6A, -+ H2C_8723B_BT_WLAN_CALIBRATION = 0x6D, -+ -+ //WOWLAN Class: 100 -+ H2C_8723B_WOWLAN = 0x80, -+ H2C_8723B_REMOTE_WAKE_CTRL = 0x81, -+ H2C_8723B_AOAC_GLOBAL_INFO = 0x82, -+ H2C_8723B_AOAC_RSVD_PAGE = 0x83, -+ H2C_8723B_AOAC_RSVD_PAGE2 = 0x84, -+ H2C_8723B_D0_SCAN_OFFLOAD_CTRL = 0x85, -+ H2C_8723B_D0_SCAN_OFFLOAD_INFO = 0x86, -+ H2C_8723B_CHNL_SWITCH_OFFLOAD = 0x87, -+ H2C_8723B_P2P_OFFLOAD_RSVD_PAGE = 0x8A, -+ H2C_8723B_P2P_OFFLOAD = 0x8B, -+ -+ H2C_8723B_RESET_TSF = 0xC0, -+ H2C_8723B_MAXID, -+}; -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- H2C CMD CONTENT --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+//_RSVDPAGE_LOC_CMD_0x00 -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+ -+//_MEDIA_STATUS_RPT_PARM_CMD_0x01 -+#define SET_8723B_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8723B_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8723B_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+//_KEEP_ALIVE_CMD_0x03 -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_PKT_TYPE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8723B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+ -+//_DISCONNECT_DECISION_CMD_0x04 -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_DISCONDECISION_PARM_TRY_PKT_NUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+// _PWR_MOD_CMD_0x20 -+#define SET_8723B_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PWRMODE_PARM_BYTE5(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+ -+#define GET_8723B_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd) LE_BITS_TO_1BYTE(__pH2CCmd, 0, 8) -+ -+// _PS_TUNE_PARAM_CMD_0x21 -+#define SET_8723B_H2CCMD_PSTUNE_PARM_BCN_TO_LIMIT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_DTIM_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_ADOPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 1, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_PS_TIMEOUT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 1, 7, __Value) -+#define SET_8723B_H2CCMD_PSTUNE_PARM_DTIM_PERIOD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+//_MACID_CFG_CMD_0x40 -+#define SET_8723B_H2CCMD_MACID_CFG_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RAID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 5, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_SGI_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 7, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_BW(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 2, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_NO_UPDATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 3, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_VHT_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 4, 2, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_DISPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 6, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_DISRA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 7, 1, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+5, 0, 8, __Value) -+#define SET_8723B_H2CCMD_MACID_CFG_RATE_MASK3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+6, 0, 8, __Value) -+ -+//_RSSI_SETTING_CMD_0x42 -+#define SET_8723B_H2CCMD_RSSI_SETTING_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_RSSI_SETTING_RSSI(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 7, __Value) -+#define SET_8723B_H2CCMD_RSSI_SETTING_ULDL_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+ -+// _AP_REQ_TXRPT_CMD_0x43 -+#define SET_8723B_H2CCMD_APREQRPT_PARM_MACID1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8723B_H2CCMD_APREQRPT_PARM_MACID2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+ -+// _FORCE_BT_TXPWR_CMD_0x62 -+#define SET_8723B_H2CCMD_BT_PWR_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+ -+// _FORCE_BT_MP_OPER_CMD_0x67 -+#define SET_8723B_H2CCMD_BT_MPOPER_VER(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 4, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_REQNUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 4, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_IDX(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_PARAM1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_PARAM2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_MPOPER_PARAM3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+4, 0, 8, __Value) -+ -+// _BT_FW_PATCH_0x6A -+#define SET_8723B_H2CCMD_BT_FW_PATCH_SIZE(__pH2CCmd, __Value) SET_BITS_TO_LE_2BYTE((pu1Byte)(__pH2CCmd), 0, 16, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8723B_H2CCMD_BT_FW_PATCH_ADDR3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+5, 0, 8, __Value) -+ -+//---------------------------------------------------------------------------------------------------------// -+//------------------------------------------- Structure --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+ -+//---------------------------------------------------------------------------------------------------------// -+//---------------------------------- Function Statement --------------------------------------------------// -+//---------------------------------------------------------------------------------------------------------// -+ -+// host message to firmware cmd -+void rtl8723b_set_FwPwrMode_cmd(PADAPTER padapter, u8 Mode); -+void rtl8723b_set_FwJoinBssRpt_cmd(PADAPTER padapter, u8 mstatus); -+void rtl8723b_set_rssi_cmd(PADAPTER padapter, u8 *param); -+void rtl8723b_Add_RateATid(PADAPTER pAdapter, u64 rate_bitmap, u8 *arg, u8 rssi_level); -+void rtl8723b_fw_try_ap_cmd(PADAPTER padapter, u32 need_ack); -+//s32 rtl8723b_set_lowpwr_lps_cmd(PADAPTER padapter, u8 enable); -+void rtl8723b_set_FwPsTuneParam_cmd(PADAPTER padapter); -+void rtl8723b_set_FwMacIdConfig_cmd(_adapter* padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u32 mask); -+void rtl8723b_set_FwMediaStatusRpt_cmd(PADAPTER padapter, u8 mstatus, u8 macid); -+void rtl8723b_set_FwBtMpOper_cmd(PADAPTER padapter, u8 idx, u8 ver, u8 reqnum, u8 *param); -+void rtl8723b_download_rsvd_page(PADAPTER padapter, u8 mstatus); -+#ifdef CONFIG_BT_COEXIST -+void rtl8723b_download_BTCoex_AP_mode_rsvd_page(PADAPTER padapter); -+#endif // CONFIG_BT_COEXIST -+#ifdef CONFIG_P2P -+void rtl8723b_set_p2p_ps_offload_cmd(PADAPTER padapter, u8 p2p_ps_state); -+#endif //CONFIG_P2P -+ -+void CheckFwRsvdPageContent(PADAPTER padapter); -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void SetFwRelatedForWoWLAN8723b(_adapter* padapter, u8 bHostIsGoingtoSleep); -+#endif//CONFIG_WOWLAN -+ -+#ifdef CONFIG_P2P_WOWLAN -+void rtl8723b_set_p2p_wowlan_offload_cmd(PADAPTER padapter); -+#endif -+ -+void rtl8723b_set_FwPwrModeInIPS_cmd(PADAPTER padapter, u8 cmd_param); -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+u8 rtl8723b_reset_tsf(_adapter *padapter, u8 reset_port); -+#endif // CONFIG_TSF_RESET_OFFLOAD -+s32 FillH2CCmd8723B(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+u8 GetTxBufferRsvdPageNum8723B(_adapter *padapter, bool wowlan); -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_dm.h linux/3rdparty/rtl8812au/include/rtl8723b_dm.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_dm.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,48 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_DM_H__ -+#define __RTL8723B_DM_H__ -+//============================================================ -+// Description: -+// -+// This file is for 8723B dynamic mechanism only -+// -+// -+//============================================================ -+ -+//============================================================ -+// structure and define -+//============================================================ -+ -+//============================================================ -+// function prototype -+//============================================================ -+ -+void rtl8723b_init_dm_priv(PADAPTER padapter); -+void rtl8723b_deinit_dm_priv(PADAPTER padapter); -+ -+void rtl8723b_InitHalDm(PADAPTER padapter); -+void rtl8723b_HalDmWatchDog(PADAPTER padapter); -+void rtl8723b_HalDmWatchDog_in_LPS(PADAPTER padapter); -+void rtl8723b_hal_dm_in_lps(PADAPTER padapter); -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_hal.h linux/3rdparty/rtl8812au/include/rtl8723b_hal.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_hal.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,346 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_HAL_H__ -+#define __RTL8723B_HAL_H__ -+ -+#include "hal_data.h" -+ -+#include "rtl8723b_spec.h" -+#include "rtl8723b_rf.h" -+#include "rtl8723b_dm.h" -+#include "rtl8723b_recv.h" -+#include "rtl8723b_xmit.h" -+#include "rtl8723b_cmd.h" -+#include "rtl8723b_led.h" -+#include "Hal8723BPwrSeq.h" -+#include "Hal8723BPhyReg.h" -+#include "Hal8723BPhyCfg.h" -+#ifdef DBG_CONFIG_ERROR_DETECT -+#include "rtl8723b_sreset.h" -+#endif -+ -+ -+//--------------------------------------------------------------------- -+// RTL8723B From file -+//--------------------------------------------------------------------- -+ #define RTL8723B_FW_IMG "rtl8723b/FW_NIC.bin" -+ #define RTL8723B_FW_WW_IMG "rtl8723b/FW_WoWLAN.bin" -+ #define RTL8723B_PHY_REG "rtl8723b/PHY_REG.txt" -+ #define RTL8723B_PHY_RADIO_A "rtl8723b/RadioA.txt" -+ #define RTL8723B_PHY_RADIO_B "rtl8723b/RadioB.txt" -+ #define RTL8723B_TXPWR_TRACK "rtl8723b/TxPowerTrack.txt" -+ #define RTL8723B_AGC_TAB "rtl8723b/AGC_TAB.txt" -+ #define RTL8723B_PHY_MACREG "rtl8723b/MAC_REG.txt" -+ #define RTL8723B_PHY_REG_PG "rtl8723b/PHY_REG_PG.txt" -+ #define RTL8723B_PHY_REG_MP "rtl8723b/PHY_REG_MP.txt" -+ #define RTL8723B_TXPWR_LMT "rtl8723b/TXPWR_LMT.txt" -+ -+//--------------------------------------------------------------------- -+// RTL8723B From header -+//--------------------------------------------------------------------- -+ -+#if MP_DRIVER == 1 -+ #define Rtl8723B_FwBTImgArray Rtl8723BFwBTImgArray -+ #define Rtl8723B_FwBTImgArrayLength Rtl8723BFwBTImgArrayLength -+ -+ #define Rtl8723B_PHY_REG_Array_MP Rtl8723B_PHYREG_Array_MP -+ #define Rtl8723B_PHY_REG_Array_MPLength Rtl8723B_PHYREG_Array_MPLength -+#endif -+ -+ -+#define FW_8723B_SIZE 0x8000 -+#define FW_8723B_START_ADDRESS 0x1000 -+#define FW_8723B_END_ADDRESS 0x1FFF //0x5FFF -+ -+#define IS_FW_HEADER_EXIST_8723B(_pFwHdr) ((le16_to_cpu(_pFwHdr->Signature)&0xFFF0) == 0x5300) -+ -+typedef struct _RT_FIRMWARE { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[FW_8723B_SIZE]; -+#endif -+ u32 ulFwLength; -+} RT_FIRMWARE_8723B, *PRT_FIRMWARE_8723B; -+ -+// -+// This structure must be cared byte-ordering -+// -+// Added by tynli. 2009.12.04. -+typedef struct _RT_8723B_FIRMWARE_HDR -+{ -+ // 8-byte alinment required -+ -+ //--- LONG WORD 0 ---- -+ u16 Signature; // 92C0: test chip; 92C, 88C0: test chip; 88C1: MP A-cut; 92C1: MP A-cut -+ u8 Category; // AP/NIC and USB/PCI -+ u8 Function; // Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions -+ u16 Version; // FW Version -+ u16 Subversion; // FW Subversion, default 0x00 -+ -+ //--- LONG WORD 1 ---- -+ u8 Month; // Release time Month field -+ u8 Date; // Release time Date field -+ u8 Hour; // Release time Hour field -+ u8 Minute; // Release time Minute field -+ u16 RamCodeSize; // The size of RAM code -+ u16 Rsvd2; -+ -+ //--- LONG WORD 2 ---- -+ u32 SvnIdx; // The SVN entry index -+ u32 Rsvd3; -+ -+ //--- LONG WORD 3 ---- -+ u32 Rsvd4; -+ u32 Rsvd5; -+}RT_8723B_FIRMWARE_HDR, *PRT_8723B_FIRMWARE_HDR; -+ -+#define DRIVER_EARLY_INT_TIME_8723B 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8723B 0x02 -+ -+// for 8723B -+// TX 32K, RX 16K, Page size 128B for TX, 8B for RX -+#define PAGE_SIZE_TX_8723B 128 -+#define PAGE_SIZE_RX_8723B 8 -+ -+#define TX_DMA_SIZE_8723B 0x8000 /* 32K(TX) */ -+#define RX_DMA_SIZE_8723B 0x4000 /* 16K(RX) */ -+ -+#ifdef CONFIG_WOWLAN -+#define RESV_FMWF WKFMCAM_SIZE*MAX_WKFM_NUM /* 16 entries, for each is 24 bytes*/ -+#else -+#define RESV_FMWF 0 -+#endif -+ -+#ifdef CONFIG_FW_C2H_DEBUG -+#define RX_DMA_RESERVED_SIZE_8723B 0x100 // 256B, reserved for c2h debug message -+#else -+#define RX_DMA_RESERVED_SIZE_8723B 0x80 // 128B, reserved for tx report -+#endif -+#define RX_DMA_BOUNDARY_8723B (RX_DMA_SIZE_8723B - RX_DMA_RESERVED_SIZE_8723B - 1) -+ -+ -+// Note: We will divide number of page equally for each queue other than public queue! -+ -+//For General Reserved Page Number(Beacon Queue is reserved page) -+//Beacon:2, PS-Poll:1, Null Data:1,Qos Null Data:1,BT Qos Null Data:1 -+#define BCNQ_PAGE_NUM_8723B 0x08 -+#ifdef CONFIG_CONCURRENT_MODE -+#define BCNQ1_PAGE_NUM_8723B 0x08 // 0x04 -+#else -+#define BCNQ1_PAGE_NUM_8723B 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef BCNQ1_PAGE_NUM_8723B -+#define BCNQ1_PAGE_NUM_8723B 0x00 // 0x04 -+#endif -+ -+//For WoWLan , more reserved page -+//ARP Rsp:1, RWC:1, GTK Info:1,GTK RSP:2,GTK EXT MEM:2, PNO: 6 -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8723B 0x07 -+#else -+#define WOWLAN_PAGE_NUM_8723B 0x00 -+#endif -+ -+#ifdef CONFIG_PNO_SUPPORT -+#undef WOWLAN_PAGE_NUM_8723B -+#define WOWLAN_PAGE_NUM_8723B 0x15 -+#endif -+ -+#ifdef CONFIG_AP_WOWLAN -+#define AP_WOWLAN_PAGE_NUM_8723B 0x02 -+#endif -+ -+#define TX_TOTAL_PAGE_NUMBER_8723B (0xFF - BCNQ_PAGE_NUM_8723B - BCNQ1_PAGE_NUM_8723B - WOWLAN_PAGE_NUM_8723B) -+#define TX_PAGE_BOUNDARY_8723B (TX_TOTAL_PAGE_NUMBER_8723B + 1) -+ -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8723B TX_TOTAL_PAGE_NUMBER_8723B -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_8723B (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8723B + 1) -+ -+// For Normal Chip Setting -+// (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER_8723B -+#define NORMAL_PAGE_NUM_HPQ_8723B 0x0C -+#define NORMAL_PAGE_NUM_LPQ_8723B 0x02 -+#define NORMAL_PAGE_NUM_NPQ_8723B 0x02 -+ -+// Note: For Normal Chip Setting, modify later -+#define WMM_NORMAL_PAGE_NUM_HPQ_8723B 0x30 -+#define WMM_NORMAL_PAGE_NUM_LPQ_8723B 0x20 -+#define WMM_NORMAL_PAGE_NUM_NPQ_8723B 0x20 -+ -+ -+#include "HalVerDef.h" -+#include "hal_com.h" -+ -+#define EFUSE_OOB_PROTECT_BYTES 15 -+ -+#define HAL_EFUSE_MEMORY -+ -+#define HWSET_MAX_SIZE_8723B 512 -+#define EFUSE_REAL_CONTENT_LEN_8723B 512 -+#define EFUSE_MAP_LEN_8723B 512 -+#define EFUSE_MAX_SECTION_8723B 64 -+ -+#define EFUSE_IC_ID_OFFSET 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR(addr) (addr < EFUSE_REAL_CONTENT_LEN_8723B) -+ -+#define EFUSE_ACCESS_ON 0x69 // For RTL8723 only. -+#define EFUSE_ACCESS_OFF 0x00 // For RTL8723 only. -+ -+//======================================================== -+// EFUSE for BT definition -+//======================================================== -+#define EFUSE_BT_REAL_BANK_CONTENT_LEN 512 -+#define EFUSE_BT_REAL_CONTENT_LEN 1536 // 512*3 -+#define EFUSE_BT_MAP_LEN 1024 // 1k bytes -+#define EFUSE_BT_MAX_SECTION 128 // 1024/8 -+ -+#define EFUSE_PROTECT_BYTES_BANK 16 -+ -+// Description: Determine the types of C2H events that are the same in driver and Fw. -+// Fisrt constructed by tynli. 2009.10.09. -+typedef enum _C2H_EVT -+{ -+ C2H_DBG = 0, -+ C2H_TSF = 1, -+ C2H_AP_RPT_RSP = 2, -+ C2H_CCX_TX_RPT = 3, // The FW notify the report of the specific tx packet. -+ C2H_BT_RSSI = 4, -+ C2H_BT_OP_MODE = 5, -+ C2H_EXT_RA_RPT = 6, -+ C2H_8723B_BT_INFO = 9, -+ C2H_HW_INFO_EXCH = 10, -+ C2H_8723B_BT_MP_INFO = 11, -+ C2H_8723B_P2P_RPORT = 0x16, -+#ifdef CONFIG_FW_C2H_DEBUG -+ C2H_8723B_FW_DEBUG = 0xff, -+#endif //CONFIG_FW_C2H_DEBUG -+ MAX_C2HEVENT -+} C2H_EVT; -+ -+typedef struct _C2H_EVT_HDR -+{ -+ u8 CmdID; -+ u8 CmdLen; -+ u8 CmdSeq; -+} __attribute__((__packed__)) C2H_EVT_HDR, *PC2H_EVT_HDR; -+ -+typedef enum tag_Package_Definition -+{ -+ PACKAGE_DEFAULT, -+ PACKAGE_QFN68, -+ PACKAGE_TFBGA90, -+ PACKAGE_TFBGA80, -+ PACKAGE_TFBGA79 -+}PACKAGE_TYPE_E; -+ -+#define INCLUDE_MULTI_FUNC_BT(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT) -+#define INCLUDE_MULTI_FUNC_GPS(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS) -+ -+// rtl8723a_hal_init.c -+s32 rtl8723b_FirmwareDownload(PADAPTER padapter, BOOLEAN bUsedWoWLANFw); -+void rtl8723b_FirmwareSelfReset(PADAPTER padapter); -+void rtl8723b_InitializeFirmwareVars(PADAPTER padapter); -+ -+void rtl8723b_InitAntenna_Selection(PADAPTER padapter); -+void rtl8723b_DeinitAntenna_Selection(PADAPTER padapter); -+void rtl8723b_CheckAntenna_Selection(PADAPTER padapter); -+void rtl8723b_init_default_value(PADAPTER padapter); -+ -+s32 rtl8723b_InitLLTTable(PADAPTER padapter); -+ -+s32 CardDisableHWSM(PADAPTER padapter, u8 resetMCU); -+s32 CardDisableWithoutHWSM(PADAPTER padapter); -+ -+// EFuse -+u8 GetEEPROMSize8723B(PADAPTER padapter); -+void Hal_InitPGData(PADAPTER padapter, u8 *PROMContent); -+void Hal_EfuseParseIDCode(PADAPTER padapter, u8 *hwinfo); -+void Hal_EfuseParseTxPowerInfo_8723B(PADAPTER padapter, u8 *PROMContent, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseBTCoexistInfo_8723B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseEEPROMVer_8723B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseChnlPlan_8723B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseCustomerID_8723B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseAntennaDiversity_8723B(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseXtal_8723B(PADAPTER pAdapter, u8 *hwinfo, u8 AutoLoadFail); -+void Hal_EfuseParseThermalMeter_8723B(PADAPTER padapter, u8 *hwinfo, u8 AutoLoadFail); -+VOID Hal_EfuseParsePackageType_8723B(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+VOID Hal_EfuseParseVoltage_8723B(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+VOID Hal_EfuseParseBoardType_8723B(PADAPTER Adapter, u8* PROMContent,BOOLEAN AutoloadFail); -+ -+#ifdef CONFIG_C2H_PACKET_EN -+void rtl8723b_c2h_packet_handler(PADAPTER padapter, u8 *pbuf, u16 length); -+#endif -+ -+ -+void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc); -+void SetHwReg8723B(PADAPTER padapter, u8 variable, u8 *val); -+void GetHwReg8723B(PADAPTER padapter, u8 variable, u8 *val); -+#ifdef CONFIG_C2H_PACKET_EN -+void SetHwRegWithBuf8723B(PADAPTER padapter, u8 variable, u8 *pbuf, int len); -+#endif // CONFIG_C2H_PACKET_EN -+u8 SetHalDefVar8723B(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+u8 GetHalDefVar8723B(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+ -+// register -+void rtl8723b_InitBeaconParameters(PADAPTER padapter); -+void rtl8723b_InitBeaconMaxError(PADAPTER padapter, u8 InfraMode); -+void _InitBurstPktLen_8723BS(PADAPTER Adapter); -+void _8051Reset8723(PADAPTER padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void Hal_DetectWoWMode(PADAPTER pAdapter); -+#endif //CONFIG_WOWLAN -+ -+void rtl8723b_start_thread(_adapter *padapter); -+void rtl8723b_stop_thread(_adapter *padapter); -+ -+#if defined(CONFIG_CHECK_BT_HANG) && defined(CONFIG_BT_COEXIST) -+void rtl8723bs_init_checkbthang_workqueue(_adapter * adapter); -+void rtl8723bs_free_checkbthang_workqueue(_adapter * adapter); -+void rtl8723bs_cancle_checkbthang_workqueue(_adapter * adapter); -+void rtl8723bs_hal_check_bt_hang(_adapter * adapter); -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+void HalSetOutPutGPIO(PADAPTER padapter, u8 index, u8 OutPutValue); -+#endif -+ -+int FirmwareDownloadBT(IN PADAPTER Adapter, PRT_MP_FIRMWARE pFirmware); -+ -+void CCX_FwC2HTxRpt_8723b(PADAPTER padapter, u8 *pdata, u8 len); -+s32 c2h_id_filter_ccx_8723b(u8 *buf); -+s32 c2h_handler_8723b(PADAPTER padapter, u8 *pC2hEvent); -+u8 MRateToHwRate8723B(u8 rate); -+u8 HwRateToMRate8723B(u8 rate); -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+void Hal_ReadRFGainOffset(PADAPTER pAdapter,u8* hwinfo,BOOLEAN AutoLoadFail); -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+#ifdef CONFIG_PCI_HCI -+BOOLEAN InterruptRecognized8723BE(PADAPTER Adapter); -+VOID UpdateInterruptMask8723BE(PADAPTER Adapter, u32 AddMSR, u32 AddMSR1, u32 RemoveMSR, u32 RemoveMSR1); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_led.h linux/3rdparty/rtl8812au/include/rtl8723b_led.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_led.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,49 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_LED_H__ -+#define __RTL8723B_LED_H__ -+ -+#include -+#include -+#include -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+#ifdef CONFIG_USB_HCI -+void rtl8723bu_InitSwLeds(PADAPTER padapter); -+void rtl8723bu_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_SDIO_HCI -+void rtl8723bs_InitSwLeds(PADAPTER padapter); -+void rtl8723bs_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_GSPI_HCI -+void rtl8723bs_InitSwLeds(PADAPTER padapter); -+void rtl8723bs_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_PCI_HCI -+void rtl8723be_InitSwLeds(PADAPTER padapter); -+void rtl8723be_DeInitSwLeds(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_recv.h linux/3rdparty/rtl8812au/include/rtl8723b_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_recv.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,92 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_RECV_H__ -+#define __RTL8723B_RECV_H__ -+ -+#define RECV_BLK_SZ 512 -+#define RECV_BLK_CNT 16 -+#define RECV_BLK_TH RECV_BLK_CNT -+ -+#if defined(CONFIG_USB_HCI) -+ -+#ifndef MAX_RECVBUF_SZ -+#ifdef PLATFORM_OS_CE -+#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+#else -+ #ifndef CONFIG_MINIMAL_MEMORY_USAGE -+ //#define MAX_RECVBUF_SZ (32768) // 32k -+ //#define MAX_RECVBUF_SZ (16384) //16K -+ //#define MAX_RECVBUF_SZ (10240) //10K -+ #ifdef CONFIG_PLATFORM_MSTAR -+ #define MAX_RECVBUF_SZ (8192) // 8K -+ #else -+ #define MAX_RECVBUF_SZ (15360) // 15k < 16k -+ #endif -+ //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+ #endif -+#endif -+#endif //!MAX_RECVBUF_SZ -+ -+#elif defined(CONFIG_PCI_HCI) -+//#ifndef CONFIG_MINIMAL_MEMORY_USAGE -+// #define MAX_RECVBUF_SZ (9100) -+//#else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+//#endif -+ -+ -+#elif defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ -+#define MAX_RECVBUF_SZ (10240) -+ -+#endif -+ -+// Rx smooth factor -+#define Rx_Smooth_Factor (20) -+ -+#ifdef CONFIG_SDIO_HCI -+#ifndef CONFIG_SDIO_RX_COPY -+#undef MAX_RECVBUF_SZ -+#define MAX_RECVBUF_SZ (RX_DMA_SIZE_8723B - RX_DMA_RESERVED_SIZE_8723B) -+#endif // !CONFIG_SDIO_RX_COPY -+#endif // CONFIG_SDIO_HCI -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+s32 rtl8723bs_init_recv_priv(PADAPTER padapter); -+void rtl8723bs_free_recv_priv(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_USB_HCI -+int rtl8723bu_init_recv_priv(_adapter *padapter); -+void rtl8723bu_free_recv_priv (_adapter *padapter); -+void rtl8723bu_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8723be_init_recv_priv(PADAPTER padapter); -+void rtl8723be_free_recv_priv(PADAPTER padapter); -+#endif -+ -+void rtl8723b_query_rx_desc_status(union recv_frame *precvframe, u8 *pdesc); -+ -+#endif /* __RTL8723B_RECV_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_rf.h linux/3rdparty/rtl8812au/include/rtl8723b_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_rf.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,31 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_RF_H__ -+#define __RTL8723B_RF_H__ -+ -+int PHY_RF6052_Config8723B( IN PADAPTER Adapter ); -+ -+VOID -+PHY_RF6052SetBandwidth8723B( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_spec.h linux/3rdparty/rtl8812au/include/rtl8723b_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_spec.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,293 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8723B_SPEC_H__ -+#define __RTL8723B_SPEC_H__ -+ -+#include -+ -+ -+#define HAL_NAV_UPPER_UNIT_8723B 128 // micro-second -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_RSV_CTRL_8723B 0x001C // 3 Byte -+#define REG_BT_WIFI_ANTENNA_SWITCH_8723B 0x0038 -+#define REG_HSISR_8723B 0x005c -+#define REG_PAD_CTRL1_8723B 0x0064 -+#define REG_AFE_CTRL_4_8723B 0x0078 -+#define REG_HMEBOX_DBG_0_8723B 0x0088 -+#define REG_HMEBOX_DBG_1_8723B 0x008A -+#define REG_HMEBOX_DBG_2_8723B 0x008C -+#define REG_HMEBOX_DBG_3_8723B 0x008E -+#define REG_HIMR0_8723B 0x00B0 -+#define REG_HISR0_8723B 0x00B4 -+#define REG_HIMR1_8723B 0x00B8 -+#define REG_HISR1_8723B 0x00BC -+#define REG_PMC_DBG_CTRL2_8723B 0x00CC -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_C2HEVT_CMD_ID_8723B 0x01A0 -+#define REG_C2HEVT_CMD_LEN_8723B 0x01AE -+#define REG_WOWLAN_WAKE_REASON 0x01C7 -+#define REG_WOWLAN_GTK_DBG1 0x630 -+#define REG_WOWLAN_GTK_DBG2 0x634 -+ -+#define REG_HMEBOX_EXT0_8723B 0x01F0 -+#define REG_HMEBOX_EXT1_8723B 0x01F4 -+#define REG_HMEBOX_EXT2_8723B 0x01F8 -+#define REG_HMEBOX_EXT3_8723B 0x01FC -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RXDMA_CONTROL_8723B 0x0286 // Control the RX DMA. -+#define REG_RXDMA_MODE_CTRL_8723B 0x0290 -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+#define REG_PCIE_CTRL_REG_8723B 0x0300 -+#define REG_INT_MIG_8723B 0x0304 // Interrupt Migration -+#define REG_BCNQ_DESA_8723B 0x0308 // TX Beacon Descriptor Address -+#define REG_HQ_DESA_8723B 0x0310 // TX High Queue Descriptor Address -+#define REG_MGQ_DESA_8723B 0x0318 // TX Manage Queue Descriptor Address -+#define REG_VOQ_DESA_8723B 0x0320 // TX VO Queue Descriptor Address -+#define REG_VIQ_DESA_8723B 0x0328 // TX VI Queue Descriptor Address -+#define REG_BEQ_DESA_8723B 0x0330 // TX BE Queue Descriptor Address -+#define REG_BKQ_DESA_8723B 0x0338 // TX BK Queue Descriptor Address -+#define REG_RX_DESA_8723B 0x0340 // RX Queue Descriptor Address -+#define REG_DBI_WDATA_8723B 0x0348 // DBI Write Data -+#define REG_DBI_RDATA_8723B 0x034C // DBI Read Data -+#define REG_DBI_ADDR_8723B 0x0350 // DBI Address -+#define REG_DBI_FLAG_8723B 0x0352 // DBI Read/Write Flag -+#define REG_MDIO_WDATA_8723B 0x0354 // MDIO for Write PCIE PHY -+#define REG_MDIO_RDATA_8723B 0x0356 // MDIO for Reads PCIE PHY -+#define REG_MDIO_CTL_8723B 0x0358 // MDIO for Control -+#define REG_DBG_SEL_8723B 0x0360 // Debug Selection Register -+#define REG_PCIE_HRPWM_8723B 0x0361 //PCIe RPWM -+#define REG_PCIE_HCPWM_8723B 0x0363 //PCIe CPWM -+#define REG_PCIE_MULTIFET_CTRL_8723B 0x036A //PCIE Multi-Fethc Control -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+#define REG_TXPKTBUF_BCNQ_BDNY_8723B 0x0424 -+#define REG_TXPKTBUF_MGQ_BDNY_8723B 0x0425 -+#define REG_TXPKTBUF_WMAC_LBK_BF_HD_8723B 0x045D -+#ifdef CONFIG_WOWLAN -+#define REG_TXPKTBUF_IV_LOW 0x0484 -+#define REG_TXPKTBUF_IV_HIGH 0x0488 -+#endif -+#define REG_AMPDU_BURST_MODE_8723B 0x04BC -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+#define REG_SECONDARY_CCA_CTRL_8723B 0x0577 -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+ -+ -+//============================================================ -+// SDIO Bus Specification -+//============================================================ -+ -+//----------------------------------------------------- -+// SDIO CMD Address Mapping -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// I/O bus domain (Host) -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// SDIO register -+//----------------------------------------------------- -+#define SDIO_REG_HCPWM1_8723B 0x025 // HCI Current Power Mode 1 -+ -+ -+//============================================================================ -+// 8723 Regsiter Bit and Content definition -+//============================================================================ -+ -+//2 HSISR -+// interrupt mask which needs to clear -+#define MASK_HSISR_CLEAR (HSISR_GPIO12_0_INT |\ -+ HSISR_SPS_OCP_INT |\ -+ HSISR_RON_INT |\ -+ HSISR_PDNINT |\ -+ HSISR_GPIO9_INT) -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#undef IS_E_CUT -+#define IS_E_CUT(version) FALSE -+#undef IS_F_CUT -+#define IS_F_CUT(version) ((GET_CVID_CUT_VERSION(version) == E_CUT_VERSION) ? TRUE : FALSE) -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define BIT_USB_RXDMA_AGG_EN BIT(31) -+#define RXDMA_AGG_MODE_EN BIT(1) -+ -+#ifdef CONFIG_WOWLAN -+#define RXPKT_RELEASE_POLL BIT(16) -+#define RXDMA_IDLE BIT(17) -+#define RW_RELEASE_EN BIT(18) -+#endif -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+ -+//---------------------------------------------------------------------------- -+// 8723B REG_CCK_CHECK (offset 0x454) -+//---------------------------------------------------------------------------- -+#define BIT_BCN_PORT_SEL BIT5 -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+#ifdef CONFIG_RF_GAIN_OFFSET -+ -+#ifdef CONFIG_RTL8723B -+#define EEPROM_RF_GAIN_OFFSET 0xC1 -+#endif -+ -+#define EEPROM_RF_GAIN_VAL 0x1F6 -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+ -+//---------------------------------------------------------------------------- -+// 8195 IMR/ISR bits (offset 0xB0, 8bits) -+//---------------------------------------------------------------------------- -+#define IMR_DISABLED_8723B 0 -+// IMR DW0(0x00B0-00B3) Bit 0-31 -+#define IMR_TIMER2_8723B BIT31 // Timeout interrupt 2 -+#define IMR_TIMER1_8723B BIT30 // Timeout interrupt 1 -+#define IMR_PSTIMEOUT_8723B BIT29 // Power Save Time Out Interrupt -+#define IMR_GTINT4_8723B BIT28 // When GTIMER4 expires, this bit is set to 1 -+#define IMR_GTINT3_8723B BIT27 // When GTIMER3 expires, this bit is set to 1 -+#define IMR_TXBCN0ERR_8723B BIT26 // Transmit Beacon0 Error -+#define IMR_TXBCN0OK_8723B BIT25 // Transmit Beacon0 OK -+#define IMR_TSF_BIT32_TOGGLE_8723B BIT24 // TSF Timer BIT32 toggle indication interrupt -+#define IMR_BCNDMAINT0_8723B BIT20 // Beacon DMA Interrupt 0 -+#define IMR_BCNDERR0_8723B BIT16 // Beacon Queue DMA OK0 -+#define IMR_HSISR_IND_ON_INT_8723B BIT15 // HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) -+#define IMR_BCNDMAINT_E_8723B BIT14 // Beacon DMA Interrupt Extension for Win7 -+#define IMR_ATIMEND_8723B BIT12 // CTWidnow End or ATIM Window End -+#define IMR_C2HCMD_8723B BIT10 // CPU to Host Command INT Status, Write 1 clear -+#define IMR_CPWM2_8723B BIT9 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_CPWM_8723B BIT8 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_HIGHDOK_8723B BIT7 // High Queue DMA OK -+#define IMR_MGNTDOK_8723B BIT6 // Management Queue DMA OK -+#define IMR_BKDOK_8723B BIT5 // AC_BK DMA OK -+#define IMR_BEDOK_8723B BIT4 // AC_BE DMA OK -+#define IMR_VIDOK_8723B BIT3 // AC_VI DMA OK -+#define IMR_VODOK_8723B BIT2 // AC_VO DMA OK -+#define IMR_RDU_8723B BIT1 // Rx Descriptor Unavailable -+#define IMR_ROK_8723B BIT0 // Receive DMA OK -+ -+// IMR DW1(0x00B4-00B7) Bit 0-31 -+#define IMR_BCNDMAINT7_8723B BIT27 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT6_8723B BIT26 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5_8723B BIT25 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4_8723B BIT24 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3_8723B BIT23 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2_8723B BIT22 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1_8723B BIT21 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK7_8723B BIT20 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6_8723B BIT19 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5_8723B BIT18 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4_8723B BIT17 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3_8723B BIT16 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2_8723B BIT15 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1_8723B BIT14 // Beacon Queue DMA OK Interrup 1 -+#define IMR_ATIMEND_E_8723B BIT13 // ATIM Window End Extension for Win7 -+#define IMR_TXERR_8723B BIT11 // Tx Error Flag Interrupt Status, write 1 clear. -+#define IMR_RXERR_8723B BIT10 // Rx Error Flag INT Status, Write 1 clear -+#define IMR_TXFOVW_8723B BIT9 // Transmit FIFO Overflow -+#define IMR_RXFOVW_8723B BIT8 // Receive FIFO Overflow -+ -+#ifdef CONFIG_PCI_HCI -+//#define IMR_RX_MASK (IMR_ROK_8723B|IMR_RDU_8723B|IMR_RXFOVW_8723B) -+#define IMR_TX_MASK (IMR_VODOK_8723B|IMR_VIDOK_8723B|IMR_BEDOK_8723B|IMR_BKDOK_8723B|IMR_MGNTDOK_8723B|IMR_HIGHDOK_8723B) -+ -+#define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_8723B | IMR_TXBCN0OK_8723B | IMR_TXBCN0ERR_8723B | IMR_BCNDERR0_8723B) -+ -+#define RT_AC_INT_MASKS (IMR_VIDOK_8723B | IMR_VODOK_8723B | IMR_BEDOK_8723B|IMR_BKDOK_8723B) -+#endif -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define MACID_NUM_8723B 128 -+#define SEC_CAM_ENT_NUM_8723B 64 -+#define NSS_NUM_8723B 1 -+ -+#endif /* __RTL8723B_SPEC_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_sreset.h linux/3rdparty/rtl8812au/include/rtl8723b_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_sreset.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL8723B_SRESET_H_ -+#define _RTL8723B_SRESET_H_ -+ -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+extern void rtl8723b_sreset_xmit_status_check(_adapter *padapter); -+extern void rtl8723b_sreset_linked_status_check(_adapter *padapter); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8723b_xmit.h linux/3rdparty/rtl8812au/include/rtl8723b_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8723b_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8723b_xmit.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,336 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8723B_XMIT_H__ -+#define __RTL8723B_XMIT_H__ -+ -+ -+#define MAX_TID (15) -+ -+ -+#ifndef __INC_HAL8723BDESC_H -+#define __INC_HAL8723BDESC_H -+ -+#define RX_STATUS_DESC_SIZE_8723B 24 -+#define RX_DRV_INFO_SIZE_UNIT_8723B 8 -+ -+ -+//DWORD 0 -+#define SET_RX_STATUS_DESC_PKT_LEN_8723B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_STATUS_DESC_EOR_8723B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 30, 1, __Value) -+#define SET_RX_STATUS_DESC_OWN_8723B(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 31, 1, __Value) -+ -+#define GET_RX_STATUS_DESC_PKT_LEN_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 0, 14) -+#define GET_RX_STATUS_DESC_CRC32_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 14, 1) -+#define GET_RX_STATUS_DESC_ICV_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 15, 1) -+#define GET_RX_STATUS_DESC_DRVINFO_SIZE_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 4) -+#define GET_RX_STATUS_DESC_SECURITY_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 20, 3) -+#define GET_RX_STATUS_DESC_QOS_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 23, 1) -+#define GET_RX_STATUS_DESC_SHIFT_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 24, 2) -+#define GET_RX_STATUS_DESC_PHY_STATUS_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 26, 1) -+#define GET_RX_STATUS_DESC_SWDEC_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 27, 1) -+#define GET_RX_STATUS_DESC_LAST_SEG_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 28, 1) -+#define GET_RX_STATUS_DESC_FIRST_SEG_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 29, 1) -+#define GET_RX_STATUS_DESC_EOR_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 30, 1) -+#define GET_RX_STATUS_DESC_OWN_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 31, 1) -+ -+//DWORD 1 -+#define GET_RX_STATUS_DESC_MACID_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 0, 7) -+#define GET_RX_STATUS_DESC_TID_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 8, 4) -+#define GET_RX_STATUS_DESC_AMSDU_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 13, 1) -+#define GET_RX_STATUS_DESC_RXID_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 14, 1) -+#define GET_RX_STATUS_DESC_PAGGR_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 15, 1) -+#define GET_RX_STATUS_DESC_A1_FIT_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 16, 4) -+#define GET_RX_STATUS_DESC_CHKERR_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 20, 1) -+#define GET_RX_STATUS_DESC_IPVER_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 21, 1) -+#define GET_RX_STATUS_DESC_IS_TCPUDP__8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 22, 1) -+#define GET_RX_STATUS_DESC_CHK_VLD_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 23, 1) -+#define GET_RX_STATUS_DESC_PAM_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 24, 1) -+#define GET_RX_STATUS_DESC_PWR_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 25, 1) -+#define GET_RX_STATUS_DESC_MORE_DATA_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 26, 1) -+#define GET_RX_STATUS_DESC_MORE_FRAG_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 27, 1) -+#define GET_RX_STATUS_DESC_TYPE_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 28, 2) -+#define GET_RX_STATUS_DESC_MC_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 30, 1) -+#define GET_RX_STATUS_DESC_BC_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 31, 1) -+ -+//DWORD 2 -+#define GET_RX_STATUS_DESC_SEQ_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 0, 12) -+#define GET_RX_STATUS_DESC_FRAG_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 12, 4) -+#define GET_RX_STATUS_DESC_RX_IS_QOS_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 16, 1) -+#define GET_RX_STATUS_DESC_WLANHD_IV_LEN_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 18, 6) -+#define GET_RX_STATUS_DESC_RPT_SEL_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 28, 1) -+ -+//DWORD 3 -+#define GET_RX_STATUS_DESC_RX_RATE_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 0, 7) -+#define GET_RX_STATUS_DESC_HTC_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 10, 1) -+#define GET_RX_STATUS_DESC_EOSP_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 11, 1) -+#define GET_RX_STATUS_DESC_BSSID_FIT_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 12, 2) -+#ifdef CONFIG_USB_RX_AGGREGATION -+#define GET_RX_STATUS_DESC_USB_AGG_PKTNUM_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 16, 8) -+#endif -+#define GET_RX_STATUS_DESC_PATTERN_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 29, 1) -+#define GET_RX_STATUS_DESC_UNICAST_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 30, 1) -+#define GET_RX_STATUS_DESC_MAGIC_MATCH_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 31, 1) -+ -+//DWORD 6 -+#define GET_RX_STATUS_DESC_SPLCP_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 0, 1) -+#define GET_RX_STATUS_DESC_LDPC_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 1, 1) -+#define GET_RX_STATUS_DESC_STBC_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 2, 1) -+#define GET_RX_STATUS_DESC_BW_8723B(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 4, 2) -+ -+//DWORD 5 -+#define GET_RX_STATUS_DESC_TSFL_8723B(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+20, 0, 32) -+ -+#define GET_RX_STATUS_DESC_BUFF_ADDR_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+24, 0, 32) -+#define GET_RX_STATUS_DESC_BUFF_ADDR64_8723B(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+28, 0, 32) -+ -+#define SET_RX_STATUS_DESC_BUFF_ADDR_8723B(__pRxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxDesc+24, 0, 32, __Value) -+ -+ -+// Dword 0 -+#define GET_TX_DESC_OWN_8723B(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc, 31, 1) -+ -+#define SET_TX_DESC_PKT_SIZE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Value) -+#define SET_TX_DESC_OFFSET_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 8, __Value) -+#define SET_TX_DESC_BMC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 24, 1, __Value) -+#define SET_TX_DESC_HTC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 25, 1, __Value) -+#define SET_TX_DESC_LAST_SEG_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 26, 1, __Value) -+#define SET_TX_DESC_FIRST_SEG_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 27, 1, __Value) -+#define SET_TX_DESC_LINIP_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 28, 1, __Value) -+#define SET_TX_DESC_NO_ACM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 29, 1, __Value) -+#define SET_TX_DESC_GF_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 30, 1, __Value) -+#define SET_TX_DESC_OWN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+ -+// Dword 1 -+#define SET_TX_DESC_MACID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 7, __Value) -+#define SET_TX_DESC_QUEUE_SEL_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 8, 5, __Value) -+#define SET_TX_DESC_RDG_NAV_EXT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 13, 1, __Value) -+#define SET_TX_DESC_LSIG_TXOP_EN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 14, 1, __Value) -+#define SET_TX_DESC_PIFS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 15, 1, __Value) -+#define SET_TX_DESC_RATE_ID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 16, 5, __Value) -+#define SET_TX_DESC_EN_DESC_ID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 21, 1, __Value) -+#define SET_TX_DESC_SEC_TYPE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+#define SET_TX_DESC_PKT_OFFSET_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 24, 5, __Value) -+ -+ -+// Dword 2 -+#define SET_TX_DESC_PAID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 9, __Value) -+#define SET_TX_DESC_CCA_RTS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 10, 2, __Value) -+#define SET_TX_DESC_AGG_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 12, 1, __Value) -+#define SET_TX_DESC_RDG_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 13, 1, __Value) -+#define SET_TX_DESC_AGG_BREAK_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 16, 1, __Value) -+#define SET_TX_DESC_MORE_FRAG_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 17, 1, __Value) -+#define SET_TX_DESC_RAW_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 18, 1, __Value) -+#define SET_TX_DESC_SPE_RPT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 19, 1, __Value) -+#define SET_TX_DESC_AMPDU_DENSITY_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 20, 3, __Value) -+#define SET_TX_DESC_BT_INT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 23, 1, __Value) -+#define SET_TX_DESC_GID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 6, __Value) -+ -+ -+// Dword 3 -+#define SET_TX_DESC_WHEADER_LEN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 0, 4, __Value) -+#define SET_TX_DESC_CHK_EN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 4, 1, __Value) -+#define SET_TX_DESC_EARLY_MODE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 5, 1, __Value) -+#define SET_TX_DESC_HWSEQ_SEL_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 6, 2, __Value) -+#define SET_TX_DESC_USE_RATE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 8, 1, __Value) -+#define SET_TX_DESC_DISABLE_RTS_FB_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 9, 1, __Value) -+#define SET_TX_DESC_DISABLE_FB_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 10, 1, __Value) -+#define SET_TX_DESC_CTS2SELF_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 11, 1, __Value) -+#define SET_TX_DESC_RTS_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 12, 1, __Value) -+#define SET_TX_DESC_HW_RTS_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 13, 1, __Value) -+#define SET_TX_DESC_NAV_USE_HDR_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 15, 1, __Value) -+#define SET_TX_DESC_USE_MAX_LEN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 16, 1, __Value) -+#define SET_TX_DESC_MAX_AGG_NUM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 17, 5, __Value) -+#define SET_TX_DESC_NDPA_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 22, 2, __Value) -+#define SET_TX_DESC_AMPDU_MAX_TIME_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 24, 8, __Value) -+ -+// Dword 4 -+#define SET_TX_DESC_TX_RATE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 7, __Value) -+#define SET_TX_DESC_DATA_RATE_FB_LIMIT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 8, 5, __Value) -+#define SET_TX_DESC_RTS_RATE_FB_LIMIT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 13, 4, __Value) -+#define SET_TX_DESC_RETRY_LIMIT_ENABLE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 17, 1, __Value) -+#define SET_TX_DESC_DATA_RETRY_LIMIT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 18, 6, __Value) -+#define SET_TX_DESC_RTS_RATE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 24, 5, __Value) -+ -+ -+// Dword 5 -+#define SET_TX_DESC_DATA_SC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 4, __Value) -+#define SET_TX_DESC_DATA_SHORT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 4, 1, __Value) -+#define SET_TX_DESC_DATA_BW_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 5, 2, __Value) -+#define SET_TX_DESC_DATA_LDPC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 7, 1, __Value) -+#define SET_TX_DESC_DATA_STBC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 8, 2, __Value) -+#define SET_TX_DESC_CTROL_STBC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 10, 2, __Value) -+#define SET_TX_DESC_RTS_SHORT_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 12, 1, __Value) -+#define SET_TX_DESC_RTS_SC_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 13, 4, __Value) -+ -+ -+// Dword 6 -+#define SET_TX_DESC_SW_DEFINE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 12, __Value) -+#define SET_TX_DESC_MBSSID_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 12, 4, __Value) -+#define SET_TX_DESC_ANTSEL_A_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 16, 3, __Value) -+#define SET_TX_DESC_ANTSEL_B_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 19, 3, __Value) -+#define SET_TX_DESC_ANTSEL_C_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 22, 3, __Value) -+#define SET_TX_DESC_ANTSEL_D_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 25, 3, __Value) -+ -+// Dword 7 -+#if(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+#define SET_TX_DESC_TX_BUFFER_SIZE_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#else -+#define SET_TX_DESC_TX_DESC_CHECKSUM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#endif -+#define SET_TX_DESC_USB_TXAGG_NUM_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 24, 8, __Value) -+#if(DEV_BUS_TYPE == RT_SDIO_INTERFACE) -+#define SET_TX_DESC_SDIO_TXSEQ_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 16, 8, __Value) -+#endif -+ -+// Dword 8 -+#define SET_TX_DESC_HWSEQ_EN_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+ -+// Dword 9 -+#define SET_TX_DESC_SEQ_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 12, 12, __Value) -+ -+// Dword 10 -+#define SET_TX_DESC_TX_BUFFER_ADDRESS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+40, 0, 32, __Value) -+#define GET_TX_DESC_TX_BUFFER_ADDRESS_8723B(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+40, 0, 32) -+ -+// Dword 11 -+#define SET_TX_DESC_NEXT_DESC_ADDRESS_8723B(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+48, 0, 32, __Value) -+ -+ -+#define SET_EARLYMODE_PKTNUM_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Value) -+#define SET_EARLYMODE_LEN0_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) -+#define SET_EARLYMODE_LEN1_1_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Value) -+#define SET_EARLYMODE_LEN1_2_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Value) -+#define SET_EARLYMODE_LEN2_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Value) -+#define SET_EARLYMODE_LEN3_8723B(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Value) -+ -+#endif -+//----------------------------------------------------------- -+// -+// Rate -+// -+//----------------------------------------------------------- -+// CCK Rates, TxHT = 0 -+#define DESC8723B_RATE1M 0x00 -+#define DESC8723B_RATE2M 0x01 -+#define DESC8723B_RATE5_5M 0x02 -+#define DESC8723B_RATE11M 0x03 -+ -+// OFDM Rates, TxHT = 0 -+#define DESC8723B_RATE6M 0x04 -+#define DESC8723B_RATE9M 0x05 -+#define DESC8723B_RATE12M 0x06 -+#define DESC8723B_RATE18M 0x07 -+#define DESC8723B_RATE24M 0x08 -+#define DESC8723B_RATE36M 0x09 -+#define DESC8723B_RATE48M 0x0a -+#define DESC8723B_RATE54M 0x0b -+ -+// MCS Rates, TxHT = 1 -+#define DESC8723B_RATEMCS0 0x0c -+#define DESC8723B_RATEMCS1 0x0d -+#define DESC8723B_RATEMCS2 0x0e -+#define DESC8723B_RATEMCS3 0x0f -+#define DESC8723B_RATEMCS4 0x10 -+#define DESC8723B_RATEMCS5 0x11 -+#define DESC8723B_RATEMCS6 0x12 -+#define DESC8723B_RATEMCS7 0x13 -+#define DESC8723B_RATEMCS8 0x14 -+#define DESC8723B_RATEMCS9 0x15 -+#define DESC8723B_RATEMCS10 0x16 -+#define DESC8723B_RATEMCS11 0x17 -+#define DESC8723B_RATEMCS12 0x18 -+#define DESC8723B_RATEMCS13 0x19 -+#define DESC8723B_RATEMCS14 0x1a -+#define DESC8723B_RATEMCS15 0x1b -+#define DESC8723B_RATEVHTSS1MCS0 0x2c -+#define DESC8723B_RATEVHTSS1MCS1 0x2d -+#define DESC8723B_RATEVHTSS1MCS2 0x2e -+#define DESC8723B_RATEVHTSS1MCS3 0x2f -+#define DESC8723B_RATEVHTSS1MCS4 0x30 -+#define DESC8723B_RATEVHTSS1MCS5 0x31 -+#define DESC8723B_RATEVHTSS1MCS6 0x32 -+#define DESC8723B_RATEVHTSS1MCS7 0x33 -+#define DESC8723B_RATEVHTSS1MCS8 0x34 -+#define DESC8723B_RATEVHTSS1MCS9 0x35 -+#define DESC8723B_RATEVHTSS2MCS0 0x36 -+#define DESC8723B_RATEVHTSS2MCS1 0x37 -+#define DESC8723B_RATEVHTSS2MCS2 0x38 -+#define DESC8723B_RATEVHTSS2MCS3 0x39 -+#define DESC8723B_RATEVHTSS2MCS4 0x3a -+#define DESC8723B_RATEVHTSS2MCS5 0x3b -+#define DESC8723B_RATEVHTSS2MCS6 0x3c -+#define DESC8723B_RATEVHTSS2MCS7 0x3d -+#define DESC8723B_RATEVHTSS2MCS8 0x3e -+#define DESC8723B_RATEVHTSS2MCS9 0x3f -+ -+ -+#define RX_HAL_IS_CCK_RATE_8723B(pDesc)\ -+ (GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE1M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE2M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE5_5M ||\ -+ GET_RX_STATUS_DESC_RX_RATE_8723B(pDesc) == DESC8723B_RATE11M) -+ -+ -+void rtl8723b_update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem); -+void rtl8723b_fill_fake_txdesc(PADAPTER padapter, u8 *pDesc, u32 BufferLen, u8 IsPsPoll, u8 IsBTQosNull, u8 bDataFrame); -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+s32 rtl8723bs_init_xmit_priv(PADAPTER padapter); -+void rtl8723bs_free_xmit_priv(PADAPTER padapter); -+s32 rtl8723bs_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8723bs_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8723bs_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8723bs_xmit_buf_handler(PADAPTER padapter); -+thread_return rtl8723bs_xmit_thread(thread_context context); -+#define hal_xmit_handler rtl8723bs_xmit_buf_handler -+#endif -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8723bu_xmit_buf_handler(PADAPTER padapter); -+#define hal_xmit_handler rtl8723bu_xmit_buf_handler -+ -+ -+s32 rtl8723bu_init_xmit_priv(PADAPTER padapter); -+void rtl8723bu_free_xmit_priv(PADAPTER padapter); -+s32 rtl8723bu_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8723bu_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8723bu_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+//s32 rtl8812au_xmit_buf_handler(PADAPTER padapter); -+void rtl8723bu_xmit_tasklet(void *priv); -+s32 rtl8723bu_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,struct tx_desc *ptxdesc); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8723be_init_xmit_priv(PADAPTER padapter); -+void rtl8723be_free_xmit_priv(PADAPTER padapter); -+struct xmit_buf *rtl8723be_dequeue_xmitbuf(struct rtw_tx_ring *ring); -+void rtl8723be_xmitframe_resume(_adapter *padapter); -+s32 rtl8723be_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8723be_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8723be_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtl8723be_xmit_tasklet(void *priv); -+#endif -+ -+u8 BWMapping_8723B(PADAPTER Adapter, struct pkt_attrib *pattrib); -+u8 SCMapping_8723B(PADAPTER Adapter, struct pkt_attrib *pattrib); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_cmd.h linux/3rdparty/rtl8812au/include/rtl8812a_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_cmd.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,211 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8812A_CMD_H__ -+#define __RTL8812A_CMD_H__ -+ -+typedef enum _RTL8812_H2C_CMD -+{ -+ H2C_8812_RSVDPAGE = 0, -+ H2C_8812_MSRRPT = 1, -+ H2C_8812_SCAN = 2, -+ H2C_8812_KEEP_ALIVE_CTRL = 3, -+ H2C_8812_DISCONNECT_DECISION = 4, -+ -+ H2C_8812_INIT_OFFLOAD = 6, -+ H2C_8812_AP_OFFLOAD = 8, -+ H2C_8812_BCN_RSVDPAGE = 9, -+ H2C_8812_PROBERSP_RSVDPAGE = 10, -+ -+ H2C_8812_SETPWRMODE = 0x20, -+ H2C_8812_PS_TUNING_PARA = 0x21, -+ H2C_8812_PS_TUNING_PARA2 = 0x22, -+ H2C_8812_PS_LPS_PARA = 0x23, -+ H2C_8812_P2P_PS_OFFLOAD = 0x24, -+ H2C_8812_RA_MASK = 0x40, -+ H2C_8812_TxBF = 0x41, -+ H2C_8812_RSSI_REPORT = 0x42, -+ H2C_8812_IQ_CALIBRATION = 0x45, -+ H2C_8812_RA_PARA_ADJUST = 0x46, -+ -+ H2C_8812_BT_FW_PATCH = 0x6a, -+ -+ H2C_8812_WO_WLAN = 0x80, -+ H2C_8812_REMOTE_WAKE_CTRL = 0x81, -+ H2C_8812_AOAC_GLOBAL_INFO = 0x82, -+ H2C_8812_AOAC_RSVDPAGE = 0x83, -+ H2C_8812_FW_SWCHANNL = 0x87, -+ -+ H2C_8812_TSF_RESET = 0xC0, -+ -+ MAX_8812_H2CCMD -+}RTL8812_H2C_CMD; -+ -+ -+typedef enum _RTL8812_C2H_EVT -+{ -+ C2H_8812_DBG = 0, -+ C2H_8812_LB = 1, -+ C2H_8812_TXBF = 2, -+ C2H_8812_TX_REPORT = 3, -+ C2H_8812_BT_INFO = 9, -+ C2H_8812_BT_MP = 11, -+ C2H_8812_RA_RPT=12, -+ C2H_8812_RA_PARA_RPT = 14, -+ -+ C2H_8812_FW_SWCHNL = 0x10, -+ C2H_8812_IQK_FINISH = 0x11, -+ C2H_8812_MAILBOX_STATUS = 0x15, -+#ifdef CONFIG_FW_C2H_DEBUG -+ C2H_8812_EXTEND = 0xff, -+#endif //CONFIG_FW_C2H_DEBUG -+ MAX_8812_C2HEVENT -+}RTL8812_C2H_EVT; -+ -+typedef enum _RTL8812_EXTEND_C2H_EVT { -+ EXTEND_C2H_8812_DBG_PRINT = 0 -+ -+} RTL8812_EXTEND_C2H_EVT; -+ -+ -+struct cmd_msg_parm { -+ u8 eid; //element id -+ u8 sz; // sz -+ u8 buf[6]; -+}; -+ -+enum{ -+ PWRS -+}; -+ -+struct H2C_SS_RFOFF_PARAM{ -+ u8 ROFOn; // 1: on, 0:off -+ u16 gpio_period; // unit: 1024 us -+}__attribute__ ((packed)); -+ -+ -+ -+//_RSVDPAGE_LOC_CMD0 -+#define SET_8812_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8812_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8812_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8812_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8812_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+ -+//_MEDIA_STATUS_RPT_PARM_CMD1 -+#define SET_8812_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8812_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8812_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8812_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd+2, 0, 8, __Value) -+ -+//_SETPWRMODE_PARM -+#define SET_8812_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT(__pH2CCmd, 0, 8, __Value) -+#define SET_8812_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_8812_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_8812_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8812_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8812_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8812_H2CCMD_PWRMODE_PARM_BYTE5(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE_8BIT((__pH2CCmd)+5, 0, 8, __Value) -+ -+#define GET_8812_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd) LE_BITS_TO_1BYTE(__pH2CCmd, 0, 8) -+ -+//_P2P_PS_OFFLOAD -+#define SET_8812_H2CCMD_P2P_PS_OFFLOAD_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8812_H2CCMD_P2P_PS_OFFLOAD_ROLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8812_H2CCMD_P2P_PS_OFFLOAD_CTWINDOW_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8812_H2CCMD_P2P_PS_OFFLOAD_NOA0_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_8812_H2CCMD_P2P_PS_OFFLOAD_NOA1_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_8812_H2CCMD_P2P_PS_OFFLOAD_ALLSTASLEEP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+#define SET_8812_H2CCMD_P2P_PS_OFFLOAD_DISCOVERY(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 6, 1, __Value) -+ -+ -+void Set_RA_LDPC_8812(struct sta_info *psta, BOOLEAN bLDPC); -+ -+// host message to firmware cmd -+s32 FillH2CCmd_8812(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+void rtl8812_set_FwPwrMode_cmd(PADAPTER padapter, u8 PSMode); -+void rtl8812_set_FwJoinBssReport_cmd(PADAPTER padapter, u8 mstatus); -+u8 rtl8812_set_rssi_cmd(PADAPTER padapter, u8 *param); -+void rtl8812_set_raid_cmd(PADAPTER padapter, u32 bitmap, u8* arg); -+void rtl8812_Add_RateATid(PADAPTER padapter, u64 rate_bitmap, u8 *arg, u8 rssi_level); -+void rtl8812_set_wowlan_cmd(_adapter* padapter, u8 enable); -+s32 FillH2CCmd_8812(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+u8 GetTxBufferRsvdPageNum8812(_adapter *padapter, bool wowlan); -+ -+#ifdef CONFIG_BT_COEXIST -+void rtl8812a_download_BTCoex_AP_mode_rsvd_page(PADAPTER padapter); -+#endif // CONFIG_BT_COEXIST -+#ifdef CONFIG_P2P_PS -+void rtl8812_set_p2p_ps_offload_cmd(PADAPTER padapter, u8 p2p_ps_state); -+#endif //CONFIG_P2P -+ -+void CheckFwRsvdPageContent(PADAPTER padapter); -+void rtl8812_set_FwMediaStatus_cmd(PADAPTER padapter, u16 mstatus_rpt ); -+ -+#ifdef CONFIG_TSF_RESET_OFFLOAD -+int reset_tsf(PADAPTER Adapter, u8 reset_port ); -+#endif // CONFIG_TSF_RESET_OFFLOAD -+ -+#ifdef CONFIG_WOWLAN -+void SetFwRelatedForWoWLAN8812(_adapter* padapter, u8 bHostIsGoingtoSleep); -+#endif//CONFIG_WOWLAN -+ -+//------------------------------------ -+// C2H format -+//------------------------------------ -+ -+// TX Beamforming -+#define GET_8812_C2H_TXBF_ORIGINATE(_Header) LE_BITS_TO_1BYTE(_Header, 0, 8) -+#define GET_8812_C2H_TXBF_MACID(_Header) LE_BITS_TO_1BYTE((_Header + 1), 0, 8) -+ -+ -+ -+/// TX Feedback Content -+#define USEC_UNIT_FOR_8812_C2H_TX_RPT_QUEUE_TIME 256 -+ -+#define GET_8812_C2H_TX_RPT_QUEUE_SELECT(_Header) LE_BITS_TO_1BYTE((_Header + 0), 0, 5) -+#define GET_8812_C2H_TX_RPT_PKT_BROCAST(_Header) LE_BITS_TO_1BYTE((_Header + 0), 5, 1) -+#define GET_8812_C2H_TX_RPT_LIFE_TIME_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 6, 1) -+#define GET_8812_C2H_TX_RPT_RETRY_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 7, 1) -+#define GET_8812_C2H_TX_RPT_MAC_ID(_Header) LE_BITS_TO_1BYTE((_Header + 1), 0, 8) -+#define GET_8812_C2H_TX_RPT_DATA_RETRY_CNT(_Header) LE_BITS_TO_1BYTE((_Header + 2), 0, 6) -+#define GET_8812_C2H_TX_RPT_QUEUE_TIME(_Header) LE_BITS_TO_2BYTE((_Header + 3), 0, 16) // In unit of 256 microseconds. -+#define GET_8812_C2H_TX_RPT_FINAL_DATA_RATE(_Header) LE_BITS_TO_1BYTE((_Header + 5), 0, 8) -+ -+// BT_FW_PATCH -+#define SET_8812_H2CCMD_BT_FW_PATCH_SIZE(__pH2CCmd, __Value) SET_BITS_TO_LE_2BYTE((pu1Byte)(__pH2CCmd), 0, 16, __Value) -+#define SET_8812_H2CCMD_BT_FW_PATCH_ADDR0(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((pu1Byte)(__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8812_H2CCMD_BT_FW_PATCH_ADDR1(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((pu1Byte)(__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8812_H2CCMD_BT_FW_PATCH_ADDR2(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((pu1Byte)(__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8812_H2CCMD_BT_FW_PATCH_ADDR3(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((pu1Byte)(__pH2CCmd)+5, 0, 8, __Value) -+ -+int rtl8812_iqk_wait(_adapter* padapter, u32 timeout_ms); -+void rtl8812_iqk_done(_adapter* padapter); -+ -+s32 -+_C2HContentParsing8812( -+ IN PADAPTER Adapter, -+ IN u8 c2hCmdId, -+ IN u8 c2hCmdLen, -+ IN u8 *tmpBuf -+); -+void C2HPacketHandler_8812(PADAPTER Adapter, u8 *Buffer, u8 Length); -+ -+#endif//__RTL8812A_CMD_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_dm.h linux/3rdparty/rtl8812au/include/rtl8812a_dm.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_dm.h 2017-06-07 23:07:21.040690218 +0300 -@@ -0,0 +1,37 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8812A_DM_H__ -+#define __RTL8812A_DM_H__ -+ -+void rtl8812_init_dm_priv(IN PADAPTER Adapter); -+void rtl8812_deinit_dm_priv(IN PADAPTER Adapter); -+void rtl8812_InitHalDm(IN PADAPTER Adapter); -+void rtl8812_HalDmWatchDog(IN PADAPTER Adapter); -+ -+//VOID rtl8192c_dm_CheckTXPowerTracking(IN PADAPTER Adapter); -+ -+//void rtl8192c_dm_RF_Saving(IN PADAPTER pAdapter, IN u8 bForceInNormal); -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+void AntDivCompare8812(PADAPTER Adapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src); -+u8 AntDivBeforeLink8812(PADAPTER Adapter ); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_hal.h linux/3rdparty/rtl8812au/include/rtl8812a_hal.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_hal.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,366 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8812A_HAL_H__ -+#define __RTL8812A_HAL_H__ -+ -+//#include "hal_com.h" -+#include "hal_data.h" -+ -+//include HAL Related header after HAL Related compiling flags -+#include "rtl8812a_spec.h" -+#include "rtl8812a_rf.h" -+#include "rtl8812a_dm.h" -+#include "rtl8812a_recv.h" -+#include "rtl8812a_xmit.h" -+#include "rtl8812a_cmd.h" -+#include "rtl8812a_led.h" -+#include "Hal8812PwrSeq.h" -+#include "Hal8821APwrSeq.h" //for 8821A/8811A -+#include "Hal8812PhyReg.h" -+#include "Hal8812PhyCfg.h" -+#ifdef DBG_CONFIG_ERROR_DETECT -+#include "rtl8812a_sreset.h" -+#endif -+ -+ -+//--------------------------------------------------------------------- -+// RTL8812AU From header -+//--------------------------------------------------------------------- -+ #define RTL8812_FW_IMG "rtl8812a/FW_NIC.bin" -+ #define RTL8812_FW_WW_IMG "rtl8812a/FW_WoWLAN.bin" -+ #define RTL8812_PHY_REG "rtl8812a/PHY_REG.txt" -+ #define RTL8812_PHY_RADIO_A "rtl8812a/RadioA.txt" -+ #define RTL8812_PHY_RADIO_B "rtl8812a/RadioB.txt" -+ #define RTL8812_TXPWR_TRACK "rtl8812a/TxPowerTrack.txt" -+ #define RTL8812_AGC_TAB "rtl8812a/AGC_TAB.txt" -+ #define RTL8812_PHY_MACREG "rtl8812a/MAC_REG.txt" -+ #define RTL8812_PHY_REG_PG "rtl8812a/PHY_REG_PG.txt" -+ #define RTL8812_PHY_REG_MP "rtl8812a/PHY_REG_MP.txt" -+ #define RTL8812_TXPWR_LMT "rtl8812a/TXPWR_LMT.txt" -+ #define RTL8812_WIFI_ANT_ISOLATION "rtl8812a/wifi_ant_isolation.txt" -+ -+//--------------------------------------------------------------------- -+// RTL8821U From file -+//--------------------------------------------------------------------- -+ #define RTL8821_FW_IMG "rtl8821a/FW_NIC.bin" -+ #define RTL8821_FW_WW_IMG "rtl8821a/FW_WoWLAN.bin" -+ #define RTL8821_PHY_REG "rtl8821a/PHY_REG.txt" -+ #define RTL8821_PHY_RADIO_A "rtl8821a/RadioA.txt" -+ #define RTL8821_PHY_RADIO_B "rtl8821a/RadioB.txt" -+ #define RTL8821_TXPWR_TRACK "rtl8821a/TxPowerTrack.txt" -+ #define RTL8821_AGC_TAB "rtl8821a/AGC_TAB.txt" -+ #define RTL8821_PHY_MACREG "rtl8821a/MAC_REG.txt" -+ #define RTL8821_PHY_REG_PG "rtl8821a/PHY_REG_PG.txt" -+ #define RTL8821_PHY_REG_MP "rtl8821a/PHY_REG_MP.txt" -+ #define RTL8821_TXPWR_LMT "rtl8821a/TXPWR_LMT.txt" -+ -+//--------------------------------------------------------------------- -+// RTL8812 Power Configuration CMDs for PCIe interface -+//--------------------------------------------------------------------- -+#define Rtl8812_NIC_PWR_ON_FLOW rtl8812_power_on_flow -+#define Rtl8812_NIC_RF_OFF_FLOW rtl8812_radio_off_flow -+#define Rtl8812_NIC_DISABLE_FLOW rtl8812_card_disable_flow -+#define Rtl8812_NIC_ENABLE_FLOW rtl8812_card_enable_flow -+#define Rtl8812_NIC_SUSPEND_FLOW rtl8812_suspend_flow -+#define Rtl8812_NIC_RESUME_FLOW rtl8812_resume_flow -+#define Rtl8812_NIC_PDN_FLOW rtl8812_hwpdn_flow -+#define Rtl8812_NIC_LPS_ENTER_FLOW rtl8812_enter_lps_flow -+#define Rtl8812_NIC_LPS_LEAVE_FLOW rtl8812_leave_lps_flow -+ -+//--------------------------------------------------------------------- -+// RTL8821 Power Configuration CMDs for PCIe interface -+//--------------------------------------------------------------------- -+#define Rtl8821A_NIC_PWR_ON_FLOW rtl8821A_power_on_flow -+#define Rtl8821A_NIC_RF_OFF_FLOW rtl8821A_radio_off_flow -+#define Rtl8821A_NIC_DISABLE_FLOW rtl8821A_card_disable_flow -+#define Rtl8821A_NIC_ENABLE_FLOW rtl8821A_card_enable_flow -+#define Rtl8821A_NIC_SUSPEND_FLOW rtl8821A_suspend_flow -+#define Rtl8821A_NIC_RESUME_FLOW rtl8821A_resume_flow -+#define Rtl8821A_NIC_PDN_FLOW rtl8821A_hwpdn_flow -+#define Rtl8821A_NIC_LPS_ENTER_FLOW rtl8821A_enter_lps_flow -+#define Rtl8821A_NIC_LPS_LEAVE_FLOW rtl8821A_leave_lps_flow -+ -+ -+#if 1 // download firmware related data structure -+#define FW_SIZE_8812 0x8000 // Compatible with RTL8723 Maximal RAM code size 24K. modified to 32k, TO compatible with 92d maximal fw size 32k -+#define FW_START_ADDRESS 0x1000 -+#define FW_END_ADDRESS 0x5FFF -+ -+ -+ -+typedef struct _RT_FIRMWARE_8812 { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[FW_SIZE_8812]; -+#endif -+ u32 ulFwLength; -+} RT_FIRMWARE_8812, *PRT_FIRMWARE_8812; -+ -+// -+// This structure must be cared byte-ordering -+// -+// Added by tynli. 2009.12.04. -+#define IS_FW_HEADER_EXIST_8812(_pFwHdr) ((GET_FIRMWARE_HDR_SIGNATURE_8812(_pFwHdr) &0xFFF0) == 0x9500) -+ -+#define IS_FW_HEADER_EXIST_8821(_pFwHdr) ((GET_FIRMWARE_HDR_SIGNATURE_8812(_pFwHdr) &0xFFF0) == 0x2100) -+//===================================================== -+// Firmware Header(8-byte alinment required) -+//===================================================== -+//--- LONG WORD 0 ---- -+#define GET_FIRMWARE_HDR_SIGNATURE_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 0, 16) // 92C0: test chip; 92C, 88C0: test chip; 88C1: MP A-cut; 92C1: MP A-cut -+#define GET_FIRMWARE_HDR_CATEGORY_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 16, 8) // AP/NIC and USB/PCI -+#define GET_FIRMWARE_HDR_FUNCTION_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 24, 8) // Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions -+#define GET_FIRMWARE_HDR_VERSION_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 0, 16)// FW Version -+#define GET_FIRMWARE_HDR_SUB_VER_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 16, 8) // FW Subversion, default 0x00 -+#define GET_FIRMWARE_HDR_RSVD1_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 24, 8) -+ -+//--- LONG WORD 1 ---- -+#define GET_FIRMWARE_HDR_MONTH_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 0, 8) // Release time Month field -+#define GET_FIRMWARE_HDR_DATE_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 8, 8) // Release time Date field -+#define GET_FIRMWARE_HDR_HOUR_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 16, 8)// Release time Hour field -+#define GET_FIRMWARE_HDR_MINUTE_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 24, 8)// Release time Minute field -+#define GET_FIRMWARE_HDR_ROMCODE_SIZE_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+12, 0, 16)// The size of RAM code -+#define GET_FIRMWARE_HDR_RSVD2_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+12, 16, 16) -+ -+//--- LONG WORD 2 ---- -+#define GET_FIRMWARE_HDR_SVN_IDX_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+16, 0, 32)// The SVN entry index -+#define GET_FIRMWARE_HDR_RSVD3_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+20, 0, 32) -+ -+//--- LONG WORD 3 ---- -+#define GET_FIRMWARE_HDR_RSVD4_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 0, 32) -+#define GET_FIRMWARE_HDR_RSVD5_8812(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+28, 0, 32) -+ -+#endif // download firmware related data structure -+ -+ -+#define DRIVER_EARLY_INT_TIME_8812 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8812 0x02 -+ -+//for 8812 -+// TX 128K, RX 16K, Page size 512B for TX, 128B for RX -+#define MAX_RX_DMA_BUFFER_SIZE_8812 0x3E80 /* RX 16K */ -+ -+#ifdef CONFIG_WOWLAN -+#define RESV_FMWF WKFMCAM_SIZE*MAX_WKFM_NUM /* 16 entries, for each is 24 bytes*/ -+#else -+#define RESV_FMWF 0 -+#endif -+ -+#ifdef CONFIG_FW_C2H_DEBUG -+#define RX_DMA_RESERVED_SIZE_8812 0x100 // 256B, reserved for c2h debug message -+#else -+#define RX_DMA_RESERVED_SIZE_8812 0x0 // 0B -+#endif -+#define RX_DMA_BOUNDARY_8812 (MAX_RX_DMA_BUFFER_SIZE_8812 - RX_DMA_RESERVED_SIZE_8812 - 1) -+ -+#define BCNQ_PAGE_NUM_8812 0x07 -+ -+//For WoWLan , more reserved page -+//ARP Rsp:1, RWC:1, GTK Info:1,GTK RSP:1,GTK EXT MEM:1, PNO: 6 -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8812 0x05 -+#else -+#define WOWLAN_PAGE_NUM_8812 0x00 -+#endif -+ -+ -+#ifdef CONFIG_BEAMFORMER_FW_NDPA -+#define FW_NDPA_PAGE_NUM 0x02 -+#else -+#define FW_NDPA_PAGE_NUM 0x00 -+#endif -+ -+#define TX_TOTAL_PAGE_NUMBER_8812 (0xFF - BCNQ_PAGE_NUM_8812 - WOWLAN_PAGE_NUM_8812-FW_NDPA_PAGE_NUM) -+#define TX_PAGE_BOUNDARY_8812 (TX_TOTAL_PAGE_NUMBER_8812 + 1) -+ -+#define TX_PAGE_BOUNDARY_WOWLAN_8812 (0xFF - BCNQ_PAGE_NUM_8812 - WOWLAN_PAGE_NUM_8812 + 1) -+ -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8812 TX_TOTAL_PAGE_NUMBER_8812 -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_8812 (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8812 + 1) -+ -+// For Normal Chip Setting -+// (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER_8812 -+#define NORMAL_PAGE_NUM_LPQ_8812 0x10 -+#define NORMAL_PAGE_NUM_HPQ_8812 0x10 -+#define NORMAL_PAGE_NUM_NPQ_8812 0x00 -+ -+#define WMM_NORMAL_PAGE_NUM_HPQ_8812 0x30 -+#define WMM_NORMAL_PAGE_NUM_LPQ_8812 0x20 -+#define WMM_NORMAL_PAGE_NUM_NPQ_8812 0x20 -+ -+ -+// for 8821A -+// TX 64K, RX 16K, Page size 256B for TX, 128B for RX -+#define PAGE_SIZE_TX_8821A 256 -+#define PAGE_SIZE_RX_8821A 128 -+ -+#define MAX_RX_DMA_BUFFER_SIZE_8821 0x3E80 /* RX 16K */ -+ -+#ifdef CONFIG_FW_C2H_DEBUG -+#define RX_DMA_RESERVED_SIZE_8821 0x100 // 256B, reserved for c2h debug message -+#else -+#define RX_DMA_RESERVED_SIZE_8821 0x0 // 0B -+#endif -+#define RX_DMA_BOUNDARY_8821 (MAX_RX_DMA_BUFFER_SIZE_8821 - RX_DMA_RESERVED_SIZE_8821 - 1) -+ -+#define BCNQ_PAGE_NUM_8821 0x08 -+#ifdef CONFIG_CONCURRENT_MODE -+#define BCNQ1_PAGE_NUM_8821 0x04 -+#else -+#define BCNQ1_PAGE_NUM_8821 0x00 -+#endif -+ -+//For WoWLan , more reserved page -+//ARP Rsp:1, RWC:1, GTK Info:1,GTK RSP:1,GTK EXT MEM:1, PNO: 6 -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8821 0x06 -+#else -+#define WOWLAN_PAGE_NUM_8821 0x00 -+#endif -+ -+#define TX_TOTAL_PAGE_NUMBER_8821 (0xFF - BCNQ_PAGE_NUM_8821 - BCNQ1_PAGE_NUM_8821 - WOWLAN_PAGE_NUM_8821) -+#define TX_PAGE_BOUNDARY_8821 (TX_TOTAL_PAGE_NUMBER_8821 + 1) -+//#define TX_PAGE_BOUNDARY_WOWLAN_8821 0xE0 -+ -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8821 TX_TOTAL_PAGE_NUMBER_8821 -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_8821 (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8821 + 1) -+ -+ -+// (HPQ + LPQ + NPQ + PUBQ) shall be TX_TOTAL_PAGE_NUMBER -+#define NORMAL_PAGE_NUM_LPQ_8821 0x08//0x10 -+#define NORMAL_PAGE_NUM_HPQ_8821 0x08//0x10 -+#define NORMAL_PAGE_NUM_NPQ_8821 0x00 -+ -+#define WMM_NORMAL_PAGE_NUM_HPQ_8821 0x30 -+#define WMM_NORMAL_PAGE_NUM_LPQ_8821 0x20 -+#define WMM_NORMAL_PAGE_NUM_NPQ_8821 0x20 -+ -+ -+#define EFUSE_HIDDEN_812AU 0 -+#define EFUSE_HIDDEN_812AU_VS 1 -+#define EFUSE_HIDDEN_812AU_VL 2 -+#define EFUSE_HIDDEN_812AU_VN 3 -+ -+#if 0 -+#define EFUSE_REAL_CONTENT_LEN_JAGUAR 1024 -+#define HWSET_MAX_SIZE_JAGUAR 1024 -+#else -+#define EFUSE_REAL_CONTENT_LEN_JAGUAR 512 -+#define HWSET_MAX_SIZE_JAGUAR 512 -+#endif -+ -+#define EFUSE_MAX_BANK_8812A 2 -+#define EFUSE_MAP_LEN_JAGUAR 512 -+#define EFUSE_MAX_SECTION_JAGUAR 64 -+#define EFUSE_MAX_WORD_UNIT_JAGUAR 4 -+#define EFUSE_IC_ID_OFFSET_JAGUAR 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR_8812(addr) (addr < EFUSE_REAL_CONTENT_LEN_JAGUAR) -+// To prevent out of boundary programming case, leave 1byte and program full section -+// 9bytes + 1byt + 5bytes and pre 1byte. -+// For worst case: -+// | 2byte|----8bytes----|1byte|--7bytes--| //92D -+#define EFUSE_OOB_PROTECT_BYTES_JAGUAR 18 // PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte. -+#define EFUSE_PROTECT_BYTES_BANK_JAGUAR 16 -+// Added for different registry settings to adjust TxPwr index. added by Roger, 2010.03.09. -+typedef enum _TX_PWR_PERCENTAGE{ -+ TX_PWR_PERCENTAGE_0 = 0x01, // 12.5% -+ TX_PWR_PERCENTAGE_1 = 0x02, // 25% -+ TX_PWR_PERCENTAGE_2 = 0x04, // 50% -+ TX_PWR_PERCENTAGE_3 = 0x08, //100%, default target output power. -+} TX_PWR_PERCENTAGE; -+ -+#define INCLUDE_MULTI_FUNC_BT(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT) -+#define INCLUDE_MULTI_FUNC_GPS(_Adapter) (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_GPS) -+ -+//#define IS_MULTI_FUNC_CHIP(_Adapter) (((((PHAL_DATA_TYPE)(_Adapter->HalData))->MultiFunc) & (RT_MULTI_FUNC_BT|RT_MULTI_FUNC_GPS)) ? _TRUE : _FALSE) -+ -+//#define RT_IS_FUNC_DISABLED(__pAdapter, __FuncBits) ( (__pAdapter)->DisabledFunctions & (__FuncBits) ) -+ -+// rtl8812_hal_init.c -+void _8051Reset8812(PADAPTER padapter); -+s32 FirmwareDownload8812(PADAPTER Adapter, BOOLEAN bUsedWoWLANFw); -+void InitializeFirmwareVars8812(PADAPTER padapter); -+ -+s32 _LLTWrite_8812A(PADAPTER Adapter, u32 address, u32 data); -+s32 InitLLTTable8812A(PADAPTER padapter, u8 txpktbuf_bndy); -+void InitRDGSetting8812A(PADAPTER padapter); -+ -+void CheckAutoloadState8812A(PADAPTER padapter); -+ -+// EFuse -+u8 GetEEPROMSize8812A(PADAPTER padapter); -+void InitPGData8812A(PADAPTER padapter); -+void Hal_EfuseParseIDCode8812A(PADAPTER padapter, u8 *hwinfo); -+void Hal_ReadPROMVersion8812A(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_ReadTxPowerInfo8812A(PADAPTER padapter, u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_ReadBoardType8812A(PADAPTER pAdapter, u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_ReadThermalMeter_8812A(PADAPTER Adapter, u8* PROMContent,BOOLEAN AutoloadFail); -+void Hal_ReadChannelPlan8812A(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void Hal_EfuseParseXtal_8812A(PADAPTER pAdapter, u8* hwinfo,BOOLEAN AutoLoadFail); -+void Hal_ReadAntennaDiversity8812A(PADAPTER pAdapter,u8* PROMContent,BOOLEAN AutoLoadFail); -+void Hal_ReadAntennaDiversity8821A(PADAPTER pAdapter, u8* PROMContent, BOOLEAN AutoLoadFail); -+void Hal_ReadAmplifierType_8812A(PADAPTER Adapter,u8* PROMContent, BOOLEAN AutoloadFail); -+void Hal_ReadPAType_8821A(PADAPTER Adapter,u8* PROMContent, BOOLEAN AutoloadFail); -+void Hal_ReadRFEType_8812A(PADAPTER Adapter,u8* PROMContent, BOOLEAN AutoloadFail); -+void Hal_EfuseParseBTCoexistInfo8812A(PADAPTER Adapter, u8* hwinfo, BOOLEAN AutoLoadFail); -+void hal_ReadUsbType_8812AU(PADAPTER Adapter, u8 *PROMContent, BOOLEAN AutoloadFail); -+int FirmwareDownloadBT(PADAPTER Adapter, PRT_MP_FIRMWARE pFirmware); -+void Hal_ReadRemoteWakeup_8812A(PADAPTER padapter, u8* hwinfo, BOOLEAN AutoLoadFail); -+ -+BOOLEAN HalDetectPwrDownMode8812(PADAPTER Adapter); -+void Hal_EfuseParseKFreeData_8821A(PADAPTER Adapter, u8 *PROMContent, BOOLEAN AutoloadFail); -+ -+#ifdef CONFIG_WOWLAN -+void Hal_DetectWoWMode(PADAPTER pAdapter); -+#endif //CONFIG_WOWLAN -+ -+void _InitBeaconParameters_8812A(PADAPTER padapter); -+void SetBeaconRelatedRegisters8812A(PADAPTER padapter); -+ -+void ReadRFType8812A(PADAPTER padapter); -+void InitDefaultValue8821A(PADAPTER padapter); -+ -+void SetHwReg8812A(PADAPTER padapter, u8 variable, u8 *pval); -+void GetHwReg8812A(PADAPTER padapter, u8 variable, u8 *pval); -+u8 SetHalDefVar8812A(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+u8 GetHalDefVar8812A(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+s32 c2h_id_filter_ccx_8812a(u8 *buf); -+void rtl8812_set_hal_ops(struct hal_ops *pHalFunc); -+ -+// register -+void SetBcnCtrlReg(PADAPTER padapter, u8 SetBits, u8 ClearBits); -+ -+void rtl8812_start_thread(PADAPTER padapter); -+void rtl8812_stop_thread(PADAPTER padapter); -+ -+#ifdef CONFIG_PCI_HCI -+BOOLEAN InterruptRecognized8812AE(PADAPTER Adapter); -+VOID UpdateInterruptMask8812AE(PADAPTER Adapter, u32 AddMSR, u32 AddMSR1, u32 RemoveMSR, u32 RemoveMSR1); -+#endif -+ -+#ifdef CONFIG_BT_COEXIST -+void rtl8812a_combo_card_WifiOnlyHwInit(PADAPTER Adapter); -+#endif -+ -+ -+#endif //__RTL8188E_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_led.h linux/3rdparty/rtl8812au/include/rtl8812a_led.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_led.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,41 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8812A_LED_H__ -+#define __RTL8812A_LED_H__ -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+#ifdef CONFIG_USB_HCI -+void rtl8812au_InitSwLeds(PADAPTER padapter); -+void rtl8812au_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_PCI_HCI -+void rtl8812ae_InitSwLeds(PADAPTER padapter); -+void rtl8812ae_DeInitSwLeds(PADAPTER padapter); -+#endif -+#ifdef CONFIG_SDIO_HCI -+void rtl8821as_InitSwLeds(PADAPTER padapter); -+void rtl8821as_DeInitSwLeds(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_recv.h linux/3rdparty/rtl8812au/include/rtl8812a_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_recv.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,162 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8812A_RECV_H__ -+#define __RTL8812A_RECV_H__ -+ -+#if defined(CONFIG_USB_HCI) -+ -+#ifndef MAX_RECVBUF_SZ -+#ifdef PLATFORM_OS_CE -+#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+#else -+ #ifndef CONFIG_MINIMAL_MEMORY_USAGE -+ #ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ #define MAX_RECVBUF_SZ (rtw_rtkm_get_buff_size()) /*depend rtkm*/ -+ #else -+ #define MAX_RECVBUF_SZ (32768) /*32k*/ -+ #endif -+ //#define MAX_RECVBUF_SZ (24576) // 24k -+ //#define MAX_RECVBUF_SZ (20480) //20K -+ //#define MAX_RECVBUF_SZ (10240) //10K -+ //#define MAX_RECVBUF_SZ (15360) // 15k < 16k -+ //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #ifdef CONFIG_PLATFORM_NOVATEK_NT72668 -+ #undef MAX_RECVBUF_SZ -+ #define MAX_RECVBUF_SZ (15360) // 15k < 16k -+ #endif //CONFIG_PLATFORM_NOVATEK_NT72668 -+ #else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+ #endif -+#endif -+#endif //!MAX_RECVBUF_SZ -+ -+#elif defined(CONFIG_PCI_HCI) -+//#ifndef CONFIG_MINIMAL_MEMORY_USAGE -+// #define MAX_RECVBUF_SZ (9100) -+//#else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+//#endif -+ -+ -+#elif defined(CONFIG_SDIO_HCI) -+ -+#define MAX_RECVBUF_SZ (RX_DMA_BOUNDARY_8821 + 1) -+ -+#endif -+ -+ -+// Rx smooth factor -+#define Rx_Smooth_Factor (20) -+ -+//DWORD 0 -+#define SET_RX_STATUS_DESC_PKT_LEN_8812(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_STATUS_DESC_EOR_8812(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 30, 1, __Value) -+#define SET_RX_STATUS_DESC_OWN_8812(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 31, 1, __Value) -+ -+#define GET_RX_STATUS_DESC_PKT_LEN_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 0, 14) -+#define GET_RX_STATUS_DESC_CRC32_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 14, 1) -+#define GET_RX_STATUS_DESC_ICV_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 15, 1) -+#define GET_RX_STATUS_DESC_DRVINFO_SIZE_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 4) -+#define GET_RX_STATUS_DESC_SECURITY_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 20, 3) -+#define GET_RX_STATUS_DESC_QOS_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 23, 1) -+#define GET_RX_STATUS_DESC_SHIFT_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 24, 2) -+#define GET_RX_STATUS_DESC_PHY_STATUS_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 26, 1) -+#define GET_RX_STATUS_DESC_SWDEC_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 27, 1) -+#define GET_RX_STATUS_DESC_LAST_SEG_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 28, 1) -+#define GET_RX_STATUS_DESC_FIRST_SEG_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 29, 1) -+#define GET_RX_STATUS_DESC_EOR_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 30, 1) -+#define GET_RX_STATUS_DESC_OWN_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 31, 1) -+ -+//DWORD 1 -+#define GET_RX_STATUS_DESC_MACID_8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 0, 7) -+#define GET_RX_STATUS_DESC_TID_8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 8, 4) -+#define GET_RX_STATUS_DESC_AMSDU_8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 13, 1) -+#define GET_RX_STATUS_DESC_RXID_MATCH_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 14, 1) -+#define GET_RX_STATUS_DESC_PAGGR_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 15, 1) -+#define GET_RX_STATUS_DESC_A1_FIT_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 16, 4) -+#define GET_RX_STATUS_DESC_CHKERR_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 20, 1) -+#define GET_RX_STATUS_DESC_IPVER_8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 21, 1) -+#define GET_RX_STATUS_DESC_IS_TCPUDP__8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 22, 1) -+#define GET_RX_STATUS_DESC_CHK_VLD_8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+4, 23, 1) -+#define GET_RX_STATUS_DESC_PAM_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 24, 1) -+#define GET_RX_STATUS_DESC_PWR_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 25, 1) -+#define GET_RX_STATUS_DESC_MORE_DATA_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 26, 1) -+#define GET_RX_STATUS_DESC_MORE_FRAG_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 27, 1) -+#define GET_RX_STATUS_DESC_TYPE_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 28, 2) -+#define GET_RX_STATUS_DESC_MC_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 30, 1) -+#define GET_RX_STATUS_DESC_BC_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+4, 31, 1) -+ -+//DWORD 2 -+#define GET_RX_STATUS_DESC_SEQ_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 0, 12) -+#define GET_RX_STATUS_DESC_FRAG_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 12, 4) -+#define GET_RX_STATUS_DESC_RX_IS_QOS_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 16, 1) -+#define GET_RX_STATUS_DESC_WLANHD_IV_LEN_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 18, 6) -+#define GET_RX_STATUS_DESC_RPT_SEL_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 28, 1) -+ -+//DWORD 3 -+#define GET_RX_STATUS_DESC_RX_RATE_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 0, 7) -+#define GET_RX_STATUS_DESC_HTC_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 10, 1) -+#define GET_RX_STATUS_DESC_EOSP_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 11, 1) -+#define GET_RX_STATUS_DESC_BSSID_FIT_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 12, 2) -+#ifdef CONFIG_USB_RX_AGGREGATION -+#define GET_RX_STATUS_DESC_USB_AGG_PKTNUM_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 16, 8) -+#endif -+#define GET_RX_STATUS_DESC_PATTERN_MATCH_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 29, 1) -+#define GET_RX_STATUS_DESC_UNICAST_MATCH_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 30, 1) -+#define GET_RX_STATUS_DESC_MAGIC_MATCH_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+12, 31, 1) -+ -+//DWORD 6 -+#define GET_RX_STATUS_DESC_SPLCP_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 0, 1) -+#define GET_RX_STATUS_DESC_LDPC_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 1, 1) -+#define GET_RX_STATUS_DESC_STBC_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 2, 1) -+#define GET_RX_STATUS_DESC_BW_8812(__pRxDesc) LE_BITS_TO_4BYTE( __pRxDesc+16, 4, 2) -+ -+//DWORD 5 -+#define GET_RX_STATUS_DESC_TSFL_8812(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+20, 0, 32) -+ -+#define GET_RX_STATUS_DESC_BUFF_ADDR_8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+24, 0, 32) -+#define GET_RX_STATUS_DESC_BUFF_ADDR64_8812(__pRxDesc) LE_BITS_TO_4BYTE(__pRxDesc+28, 0, 32) -+ -+#define SET_RX_STATUS_DESC_BUFF_ADDR_8812(__pRxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxDesc+24, 0, 32, __Value) -+ -+ -+#ifdef CONFIG_SDIO_HCI -+s32 InitRecvPriv8821AS(PADAPTER padapter); -+void FreeRecvPriv8821AS(PADAPTER padapter); -+#endif // CONFIG_SDIO_HCI -+ -+#ifdef CONFIG_USB_HCI -+void rtl8812au_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf); -+s32 rtl8812au_init_recv_priv(PADAPTER padapter); -+void rtl8812au_free_recv_priv(PADAPTER padapter); -+void rtl8812au_recv_hdl(PADAPTER padapter, struct recv_buf *precvbuf); -+void rtl8812au_recv_tasklet(void *priv); -+ -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8812ae_init_recv_priv(PADAPTER padapter); -+void rtl8812ae_free_recv_priv(PADAPTER padapter); -+#endif -+ -+void rtl8812_query_rx_desc_status(union recv_frame *precvframe, u8 *pdesc); -+ -+#endif /* __RTL8812A_RECV_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_rf.h linux/3rdparty/rtl8812au/include/rtl8812a_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_rf.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,34 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8812A_RF_H__ -+#define __RTL8812A_RF_H__ -+ -+VOID -+PHY_RF6052SetBandwidth8812( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth); -+ -+ -+int -+PHY_RF6052_Config_8812( -+ IN PADAPTER Adapter ); -+ -+#endif//__RTL8188E_RF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_spec.h linux/3rdparty/rtl8812au/include/rtl8812a_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_spec.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,273 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8812A_SPEC_H__ -+#define __RTL8812A_SPEC_H__ -+ -+#include -+ -+ -+//============================================================ -+// 8812 Regsiter offset definition -+//============================================================ -+ -+//============================================================ -+// -+//============================================================ -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_SYS_CLKR_8812A 0x0008 -+#define REG_AFE_PLL_CTRL_8812A 0x0028 -+#define REG_HSIMR_8812 0x0058 -+#define REG_HSISR_8812 0x005c -+#define REG_GPIO_EXT_CTRL 0x0060 -+#define REG_GPIO_STATUS_8812 0x006C -+#define REG_SDIO_CTRL_8812 0x0070 -+#define REG_OPT_CTRL_8812 0x0074 -+#define REG_RF_B_CTRL_8812 0x0076 -+#define REG_FW_DRV_MSG_8812 0x0088 -+#define REG_HMEBOX_E2_E3_8812 0x008C -+#define REG_HIMR0_8812 0x00B0 -+#define REG_HISR0_8812 0x00B4 -+#define REG_HIMR1_8812 0x00B8 -+#define REG_HISR1_8812 0x00BC -+#define REG_EFUSE_BURN_GNT_8812 0x00CF -+#define REG_SYS_CFG1_8812 0x00FC -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_CR_8812A 0x100 -+#define REG_PKTBUF_DBG_ADDR (REG_PKTBUF_DBG_CTRL) -+#define REG_RXPKTBUF_DBG (REG_PKTBUF_DBG_CTRL+2) -+#define REG_TXPKTBUF_DBG (REG_PKTBUF_DBG_CTRL+3) -+#define REG_WOWLAN_WAKE_REASON REG_MCUTST_WOWLAN -+ -+#define REG_RSVD3_8812 0x0168 -+#define REG_C2HEVT_CMD_SEQ_88XX 0x01A1 -+#define REG_C2hEVT_CMD_CONTENT_88XX 0x01A2 -+#define REG_C2HEVT_CMD_LEN_88XX 0x01AE -+ -+#define REG_HMEBOX_EXT0_8812 0x01F0 -+#define REG_HMEBOX_EXT1_8812 0x01F4 -+#define REG_HMEBOX_EXT2_8812 0x01F8 -+#define REG_HMEBOX_EXT3_8812 0x01FC -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_DWBCN0_CTRL_8812 REG_TDECTRL -+#define REG_DWBCN1_CTRL_8812 0x0228 -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_TDECTRL_8812A 0x0208 -+#define REG_RXDMA_CONTROL_8812A 0x0286 /*Control the RX DMA.*/ -+#define REG_RXDMA_PRO_8812 0x0290 -+#define REG_EARLY_MODE_CONTROL_8812 0x02BC -+#define REG_RSVD5_8812 0x02F0 -+#define REG_RSVD6_8812 0x02F4 -+#define REG_RSVD7_8812 0x02F8 -+#define REG_RSVD8_8812 0x02FC -+ -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+#define REG_PCIE_CTRL_REG_8812A 0x0300 -+#define REG_DBI_WDATA_8812 0x0348 // DBI Write Data -+#define REG_DBI_RDATA_8812 0x034C // DBI Read Data -+#define REG_DBI_ADDR_8812 0x0350 // DBI Address -+#define REG_DBI_FLAG_8812 0x0352 // DBI Read/Write Flag -+#define REG_MDIO_WDATA_8812 0x0354 // MDIO for Write PCIE PHY -+#define REG_MDIO_RDATA_8812 0x0356 // MDIO for Reads PCIE PHY -+#define REG_MDIO_CTL_8812 0x0358 // MDIO for Control -+#define REG_PCIE_MULTIFET_CTRL_8812 0x036A //PCIE Multi-Fethc Control -+ -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+#define REG_TXPKT_EMPTY_8812A 0x041A -+#define REG_FWHW_TXQ_CTRL_8812A 0x0420 -+#define REG_TXBF_CTRL_8812A 0x042C -+#define REG_ARFR0_8812 0x0444 -+#define REG_ARFR1_8812 0x044C -+#define REG_CCK_CHECK_8812 0x0454 -+#define REG_AMPDU_MAX_TIME_8812 0x0456 -+#define REG_TXPKTBUF_BCNQ_BDNY1_8812 0x0457 -+ -+#define REG_AMPDU_MAX_LENGTH_8812 0x0458 -+#define REG_TXPKTBUF_WMAC_LBK_BF_HD_8812 0x045D -+#define REG_NDPA_OPT_CTRL_8812A 0x045F -+#define REG_DATA_SC_8812 0x0483 -+#ifdef CONFIG_WOWLAN -+#define REG_TXPKTBUF_IV_LOW 0x0484 -+#define REG_TXPKTBUF_IV_HIGH 0x0488 -+#endif -+#define REG_ARFR2_8812 0x048C -+#define REG_ARFR3_8812 0x0494 -+#define REG_TXRPT_START_OFFSET 0x04AC -+#define REG_AMPDU_BURST_MODE_8812 0x04BC -+#define REG_HT_SINGLE_AMPDU_8812 0x04C7 -+#define REG_MACID_PKT_DROP0_8812 0x04D0 -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+#define REG_TXPAUSE_8812A 0x0522 -+#define REG_CTWND_8812 0x0572 -+#define REG_SECONDARY_CCA_CTRL_8812 0x0577 -+#define REG_SCH_TXCMD_8812A 0x05F8 -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+#define REG_MAC_CR_8812 0x0600 -+ -+#define REG_MAC_TX_SM_STATE_8812 0x06B4 -+ -+// Power -+#define REG_BFMER0_INFO_8812A 0x06E4 -+#define REG_BFMER1_INFO_8812A 0x06EC -+#define REG_CSI_RPT_PARAM_BW20_8812A 0x06F4 -+#define REG_CSI_RPT_PARAM_BW40_8812A 0x06F8 -+#define REG_CSI_RPT_PARAM_BW80_8812A 0x06FC -+ -+// Hardware Port 2 -+#define REG_BFMEE_SEL_8812A 0x0714 -+#define REG_SND_PTCL_CTRL_8812A 0x0718 -+ -+ -+//----------------------------------------------------- -+// -+// Redifine register definition for compatibility -+// -+//----------------------------------------------------- -+ -+// TODO: use these definition when using REG_xxx naming rule. -+// NOTE: DO NOT Remove these definition. Use later. -+#define ISR_8812 REG_HISR0_8812 -+ -+//---------------------------------------------------------------------------- -+// 8195 IMR/ISR bits (offset 0xB0, 8bits) -+//---------------------------------------------------------------------------- -+#define IMR_DISABLED_8812 0 -+// IMR DW0(0x00B0-00B3) Bit 0-31 -+#define IMR_TIMER2_8812 BIT31 // Timeout interrupt 2 -+#define IMR_TIMER1_8812 BIT30 // Timeout interrupt 1 -+#define IMR_PSTIMEOUT_8812 BIT29 // Power Save Time Out Interrupt -+#define IMR_GTINT4_8812 BIT28 // When GTIMER4 expires, this bit is set to 1 -+#define IMR_GTINT3_8812 BIT27 // When GTIMER3 expires, this bit is set to 1 -+#define IMR_TXBCN0ERR_8812 BIT26 // Transmit Beacon0 Error -+#define IMR_TXBCN0OK_8812 BIT25 // Transmit Beacon0 OK -+#define IMR_TSF_BIT32_TOGGLE_8812 BIT24 // TSF Timer BIT32 toggle indication interrupt -+#define IMR_BCNDMAINT0_8812 BIT20 // Beacon DMA Interrupt 0 -+#define IMR_BCNDERR0_8812 BIT16 // Beacon Queue DMA OK0 -+#define IMR_HSISR_IND_ON_INT_8812 BIT15 // HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) -+#define IMR_BCNDMAINT_E_8812 BIT14 // Beacon DMA Interrupt Extension for Win7 -+#define IMR_ATIMEND_8812 BIT12 // CTWidnow End or ATIM Window End -+#define IMR_C2HCMD_8812 BIT10 // CPU to Host Command INT Status, Write 1 clear -+#define IMR_CPWM2_8812 BIT9 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_CPWM_8812 BIT8 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_HIGHDOK_8812 BIT7 // High Queue DMA OK -+#define IMR_MGNTDOK_8812 BIT6 // Management Queue DMA OK -+#define IMR_BKDOK_8812 BIT5 // AC_BK DMA OK -+#define IMR_BEDOK_8812 BIT4 // AC_BE DMA OK -+#define IMR_VIDOK_8812 BIT3 // AC_VI DMA OK -+#define IMR_VODOK_8812 BIT2 // AC_VO DMA OK -+#define IMR_RDU_8812 BIT1 // Rx Descriptor Unavailable -+#define IMR_ROK_8812 BIT0 // Receive DMA OK -+ -+// IMR DW1(0x00B4-00B7) Bit 0-31 -+#define IMR_BCNDMAINT7_8812 BIT27 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT6_8812 BIT26 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5_8812 BIT25 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4_8812 BIT24 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3_8812 BIT23 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2_8812 BIT22 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1_8812 BIT21 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK7_8812 BIT20 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6_8812 BIT19 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5_8812 BIT18 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4_8812 BIT17 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3_8812 BIT16 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2_8812 BIT15 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1_8812 BIT14 // Beacon Queue DMA OK Interrup 1 -+#define IMR_ATIMEND_E_8812 BIT13 // ATIM Window End Extension for Win7 -+#define IMR_TXERR_8812 BIT11 // Tx Error Flag Interrupt Status, write 1 clear. -+#define IMR_RXERR_8812 BIT10 // Rx Error Flag INT Status, Write 1 clear -+#define IMR_TXFOVW_8812 BIT9 // Transmit FIFO Overflow -+#define IMR_RXFOVW_8812 BIT8 // Receive FIFO Overflow -+ -+ -+#ifdef CONFIG_PCI_HCI -+//#define IMR_RX_MASK (IMR_ROK_8812|IMR_RDU_8812|IMR_RXFOVW_8812) -+#define IMR_TX_MASK (IMR_VODOK_8812|IMR_VIDOK_8812|IMR_BEDOK_8812|IMR_BKDOK_8812|IMR_MGNTDOK_8812|IMR_HIGHDOK_8812) -+ -+#define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_8812 | IMR_TXBCN0OK_8812 | IMR_TXBCN0ERR_8812 | IMR_BCNDERR0_8812) -+ -+#define RT_AC_INT_MASKS (IMR_VIDOK_8812 | IMR_VODOK_8812 | IMR_BEDOK_8812|IMR_BKDOK_8812) -+#endif -+ -+ -+//============================================================================ -+// Regsiter Bit and Content definition -+//============================================================================ -+ -+//2 ACMHWCTRL 0x05C0 -+#define AcmHw_HwEn_8812 BIT(0) -+#define AcmHw_VoqEn_8812 BIT(1) -+#define AcmHw_ViqEn_8812 BIT(2) -+#define AcmHw_BeqEn_8812 BIT(3) -+#define AcmHw_VoqStatus_8812 BIT(5) -+#define AcmHw_ViqStatus_8812 BIT(6) -+#define AcmHw_BeqStatus_8812 BIT(7) -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define MACID_NUM_8812A 128 -+#define SEC_CAM_ENT_NUM_8812A 64 -+#define NSS_NUM_8812A 2 -+ -+#endif /* __RTL8812A_SPEC_H__ */ -+ -+#ifdef CONFIG_RTL8821A -+#include "rtl8821a_spec.h" -+#endif /* CONFIG_RTL8821A */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_sreset.h linux/3rdparty/rtl8812au/include/rtl8812a_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_sreset.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL88812A_SRESET_H_ -+#define _RTL8812A_SRESET_H_ -+ -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+extern void rtl8812_sreset_xmit_status_check(_adapter *padapter); -+extern void rtl8812_sreset_linked_status_check(_adapter *padapter); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8812a_xmit.h linux/3rdparty/rtl8812au/include/rtl8812a_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8812a_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8812a_xmit.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,368 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8812A_XMIT_H__ -+#define __RTL8812A_XMIT_H__ -+ -+ -+//For 88e early mode -+#define SET_EARLYMODE_PKTNUM(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 3, __Value) -+#define SET_EARLYMODE_LEN0(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 12, __Value) -+#define SET_EARLYMODE_LEN1(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 16, 12, __Value) -+#define SET_EARLYMODE_LEN2_1(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 28, 4, __Value) -+#define SET_EARLYMODE_LEN2_2(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 8, __Value) -+#define SET_EARLYMODE_LEN3(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 8, 12, __Value) -+#define SET_EARLYMODE_LEN4(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 20, 12, __Value) -+ -+// -+//defined for TX DESC Operation -+// -+ -+#define MAX_TID (15) -+ -+//OFFSET 0 -+#define OFFSET_SZ 0 -+#define OFFSET_SHT 16 -+#define BMC BIT(24) -+#define LSG BIT(26) -+#define FSG BIT(27) -+#define OWN BIT(31) -+ -+ -+//OFFSET 4 -+#define PKT_OFFSET_SZ 0 -+#define QSEL_SHT 8 -+#define RATE_ID_SHT 16 -+#define NAVUSEHDR BIT(20) -+#define SEC_TYPE_SHT 22 -+#define PKT_OFFSET_SHT 26 -+ -+//OFFSET 8 -+#define AGG_EN BIT(12) -+#define AGG_BK BIT(16) -+#define AMPDU_DENSITY_SHT 20 -+#define ANTSEL_A BIT(24) -+#define ANTSEL_B BIT(25) -+#define TX_ANT_CCK_SHT 26 -+#define TX_ANTL_SHT 28 -+#define TX_ANT_HT_SHT 30 -+ -+//OFFSET 12 -+#define SEQ_SHT 16 -+#define EN_HWSEQ BIT(31) -+ -+//OFFSET 16 -+#define QOS BIT(6) -+#define HW_SSN BIT(7) -+#define USERATE BIT(8) -+#define DISDATAFB BIT(10) -+#define CTS_2_SELF BIT(11) -+#define RTS_EN BIT(12) -+#define HW_RTS_EN BIT(13) -+#define DATA_SHORT BIT(24) -+#define PWR_STATUS_SHT 15 -+#define DATA_SC_SHT 20 -+#define DATA_BW BIT(25) -+ -+//OFFSET 20 -+#define RTY_LMT_EN BIT(17) -+ -+//OFFSET 20 -+#define SGI BIT(6) -+#define USB_TXAGG_NUM_SHT 24 -+ -+typedef struct txdescriptor_8812 -+{ -+ // Offset 0 -+ u32 pktlen:16; -+ u32 offset:8; -+ u32 bmc:1; -+ u32 htc:1; -+ u32 ls:1; -+ u32 fs:1; -+ u32 linip:1; -+ u32 noacm:1; -+ u32 gf:1; -+ u32 own:1; -+ -+ // Offset 4 -+ u32 macid:6; -+ u32 rsvd0406:2; -+ u32 qsel:5; -+ u32 rd_nav_ext:1; -+ u32 lsig_txop_en:1; -+ u32 pifs:1; -+ u32 rate_id:4; -+ u32 navusehdr:1; -+ u32 en_desc_id:1; -+ u32 sectype:2; -+ u32 rsvd0424:2; -+ u32 pkt_offset:5; // unit: 8 bytes -+ u32 rsvd0431:1; -+ -+ // Offset 8 -+ u32 rts_rc:6; -+ u32 data_rc:6; -+ u32 agg_en:1; -+ u32 rd_en:1; -+ u32 bar_rty_th:2; -+ u32 bk:1; -+ u32 morefrag:1; -+ u32 raw:1; -+ u32 ccx:1; -+ u32 ampdu_density:3; -+ u32 bt_null:1; -+ u32 ant_sel_a:1; -+ u32 ant_sel_b:1; -+ u32 tx_ant_cck:2; -+ u32 tx_antl:2; -+ u32 tx_ant_ht:2; -+ -+ // Offset 12 -+ u32 nextheadpage:8; -+ u32 tailpage:8; -+ u32 seq:12; -+ u32 cpu_handle:1; -+ u32 tag1:1; -+ u32 trigger_int:1; -+ u32 hwseq_en:1; -+ -+ // Offset 16 -+ u32 rtsrate:5; -+ u32 ap_dcfe:1; -+ u32 hwseq_sel:2; -+ u32 userate:1; -+ u32 disrtsfb:1; -+ u32 disdatafb:1; -+ u32 cts2self:1; -+ u32 rtsen:1; -+ u32 hw_rts_en:1; -+ u32 port_id:1; -+ u32 pwr_status:3; -+ u32 wait_dcts:1; -+ u32 cts2ap_en:1; -+ u32 data_sc:2; -+ u32 data_stbc:2; -+ u32 data_short:1; -+ u32 data_bw:1; -+ u32 rts_short:1; -+ u32 rts_bw:1; -+ u32 rts_sc:2; -+ u32 vcs_stbc:2; -+ -+ // Offset 20 -+ u32 datarate:6; -+ u32 sgi:1; -+ u32 try_rate:1; -+ u32 data_ratefb_lmt:5; -+ u32 rts_ratefb_lmt:4; -+ u32 rty_lmt_en:1; -+ u32 data_rt_lmt:6; -+ u32 usb_txagg_num:8; -+ -+ // Offset 24 -+ u32 txagg_a:5; -+ u32 txagg_b:5; -+ u32 use_max_len:1; -+ u32 max_agg_num:5; -+ u32 mcsg1_max_len:4; -+ u32 mcsg2_max_len:4; -+ u32 mcsg3_max_len:4; -+ u32 mcs7_sgi_max_len:4; -+ -+ // Offset 28 -+ u32 checksum:16; // TxBuffSize(PCIe)/CheckSum(USB) -+ u32 mcsg4_max_len:4; -+ u32 mcsg5_max_len:4; -+ u32 mcsg6_max_len:4; -+ u32 mcs15_sgi_max_len:4; -+ -+ // Offset 32 -+ u32 rsvd32; -+ -+ // Offset 36 -+ u32 rsvd36; -+}TXDESC_8812, *PTXDESC_8812; -+ -+ -+// Dword 0 -+#define GET_TX_DESC_OWN_8812(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc, 31, 1) -+#define SET_TX_DESC_PKT_SIZE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Value) -+#define SET_TX_DESC_OFFSET_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 8, __Value) -+#define SET_TX_DESC_BMC_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 24, 1, __Value) -+#define SET_TX_DESC_HTC_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 25, 1, __Value) -+#define SET_TX_DESC_LAST_SEG_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 26, 1, __Value) -+#define SET_TX_DESC_FIRST_SEG_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 27, 1, __Value) -+#define SET_TX_DESC_LINIP_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 28, 1, __Value) -+#define SET_TX_DESC_NO_ACM_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 29, 1, __Value) -+#define SET_TX_DESC_GF_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 30, 1, __Value) -+#define SET_TX_DESC_OWN_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+ -+// Dword 1 -+#define SET_TX_DESC_MACID_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 7, __Value) -+#define SET_TX_DESC_QUEUE_SEL_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 8, 5, __Value) -+#define SET_TX_DESC_RDG_NAV_EXT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 13, 1, __Value) -+#define SET_TX_DESC_LSIG_TXOP_EN_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 14, 1, __Value) -+#define SET_TX_DESC_PIFS_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 15, 1, __Value) -+#define SET_TX_DESC_RATE_ID_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 16, 5, __Value) -+#define SET_TX_DESC_EN_DESC_ID_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 21, 1, __Value) -+#define SET_TX_DESC_SEC_TYPE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+#define SET_TX_DESC_PKT_OFFSET_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 24, 5, __Value) -+ -+// Dword 2 -+#define SET_TX_DESC_PAID_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 9, __Value) -+#define SET_TX_DESC_CCA_RTS_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 10, 2, __Value) -+#define SET_TX_DESC_AGG_ENABLE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 12, 1, __Value) -+#define SET_TX_DESC_RDG_ENABLE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 13, 1, __Value) -+#define SET_TX_DESC_AGG_BREAK_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 16, 1, __Value) -+#define SET_TX_DESC_MORE_FRAG_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 17, 1, __Value) -+#define SET_TX_DESC_RAW_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 18, 1, __Value) -+#define SET_TX_DESC_SPE_RPT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 19, 1, __Value) -+#define SET_TX_DESC_AMPDU_DENSITY_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 20, 3, __Value) -+#define SET_TX_DESC_BT_INT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 23, 1, __Value) -+#define SET_TX_DESC_GID_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 6, __Value) -+ -+// Dword 3 -+#define SET_TX_DESC_WHEADER_LEN_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 0, 4, __Value) -+#define SET_TX_DESC_CHK_EN_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 4, 1, __Value) -+#define SET_TX_DESC_EARLY_MODE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 5, 1, __Value) -+#define SET_TX_DESC_HWSEQ_SEL_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 6, 2, __Value) -+#define SET_TX_DESC_USE_RATE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 8, 1, __Value) -+#define SET_TX_DESC_DISABLE_RTS_FB_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 9, 1, __Value) -+#define SET_TX_DESC_DISABLE_FB_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 10, 1, __Value) -+#define SET_TX_DESC_CTS2SELF_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 11, 1, __Value) -+#define SET_TX_DESC_RTS_ENABLE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 12, 1, __Value) -+#define SET_TX_DESC_HW_RTS_ENABLE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 13, 1, __Value) -+#define SET_TX_DESC_NAV_USE_HDR_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 15, 1, __Value) -+#define SET_TX_DESC_USE_MAX_LEN_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 16, 1, __Value) -+#define SET_TX_DESC_MAX_AGG_NUM_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 17, 5, __Value) -+#define SET_TX_DESC_NDPA_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 22, 2, __Value) -+#define SET_TX_DESC_AMPDU_MAX_TIME_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 24, 8, __Value) -+ -+// Dword 4 -+#define SET_TX_DESC_TX_RATE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 7, __Value) -+#define SET_TX_DESC_DATA_RATE_FB_LIMIT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 8, 5, __Value) -+#define SET_TX_DESC_RTS_RATE_FB_LIMIT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 13, 4, __Value) -+#define SET_TX_DESC_RETRY_LIMIT_ENABLE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 17, 1, __Value) -+#define SET_TX_DESC_DATA_RETRY_LIMIT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 18, 6, __Value) -+#define SET_TX_DESC_RTS_RATE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 24, 5, __Value) -+ -+// Dword 5 -+#define SET_TX_DESC_DATA_SC_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 4, __Value) -+#define SET_TX_DESC_DATA_SHORT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 4, 1, __Value) -+#define SET_TX_DESC_DATA_BW_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 5, 2, __Value) -+#define SET_TX_DESC_DATA_LDPC_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 7, 1, __Value) -+#define SET_TX_DESC_DATA_STBC_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 8, 2, __Value) -+#define SET_TX_DESC_CTROL_STBC_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 10, 2, __Value) -+#define SET_TX_DESC_RTS_SHORT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 12, 1, __Value) -+#define SET_TX_DESC_RTS_SC_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 13, 4, __Value) -+#define SET_TX_DESC_TX_ANT_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 24, 4, __Value) -+ -+// Dword 6 -+#define SET_TX_DESC_SW_DEFINE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 12, __Value) -+#define SET_TX_DESC_ANTSEL_A_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 16, 3, __Value) -+#define SET_TX_DESC_ANTSEL_B_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 19, 3, __Value) -+#define SET_TX_DESC_ANTSEL_C_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 22, 3, __Value) -+#define SET_TX_DESC_ANTSEL_D_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 25, 3, __Value) -+#define SET_TX_DESC_MBSSID_8821(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 12, 4, __Value) -+ -+// Dword 7 -+#define SET_TX_DESC_TX_BUFFER_SIZE_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#define SET_TX_DESC_TX_DESC_CHECKSUM_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#define SET_TX_DESC_USB_TXAGG_NUM_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 24, 8, __Value) -+#ifdef CONFIG_SDIO_HCI -+#define SET_TX_DESC_SDIO_TXSEQ_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 16, 8, __Value) -+#endif -+ -+// Dword 8 -+#define SET_TX_DESC_HWSEQ_EN_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+ -+// Dword 9 -+#define SET_TX_DESC_SEQ_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 12, 12, __Value) -+ -+// Dword 10 -+#define SET_TX_DESC_TX_BUFFER_ADDRESS_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+40, 0, 32, __Value) -+#define GET_TX_DESC_TX_BUFFER_ADDRESS_8812(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+40, 0, 32) -+ -+// Dword 11 -+#define SET_TX_DESC_NEXT_DESC_ADDRESS_8812(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+48, 0, 32, __Value) -+ -+ -+#define SET_EARLYMODE_PKTNUM_8812(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Value) -+#define SET_EARLYMODE_LEN0_8812(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) -+#define SET_EARLYMODE_LEN1_1_8812(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Value) -+#define SET_EARLYMODE_LEN1_2_8812(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Value) -+#define SET_EARLYMODE_LEN2_8812(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Value) -+#define SET_EARLYMODE_LEN3_8812(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Value) -+ -+#ifdef CONFIG_TX_EARLY_MODE -+#define USB_DUMMY_OFFSET 2 -+#else -+#define USB_DUMMY_OFFSET 1 -+#endif -+#define USB_DUMMY_LENGTH (USB_DUMMY_OFFSET * PACKET_OFFSET_SZ) -+ -+ -+void rtl8812a_cal_txdesc_chksum(u8 *ptxdesc); -+void rtl8812a_fill_fake_txdesc(PADAPTER padapter,u8*pDesc,u32 BufferLen,u8 IsPsPoll,u8 IsBTQosNull, u8 bDataFrame); -+void rtl8812a_fill_txdesc_sectype(struct pkt_attrib *pattrib, u8 *ptxdesc); -+void rtl8812a_fill_txdesc_vcs(PADAPTER padapter, struct pkt_attrib *pattrib, u8 *ptxdesc); -+void rtl8812a_fill_txdesc_phy(PADAPTER padapter, struct pkt_attrib *pattrib, u8 *ptxdesc); -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8812au_init_xmit_priv(PADAPTER padapter); -+void rtl8812au_free_xmit_priv(PADAPTER padapter); -+s32 rtl8812au_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8812au_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8812au_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8812au_xmit_buf_handler(PADAPTER padapter); -+void rtl8812au_xmit_tasklet(void *priv); -+s32 rtl8812au_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8812ae_init_xmit_priv(PADAPTER padapter); -+void rtl8812ae_free_xmit_priv(PADAPTER padapter); -+struct xmit_buf *rtl8812ae_dequeue_xmitbuf(struct rtw_tx_ring *ring); -+void rtl8812ae_xmitframe_resume(_adapter *padapter); -+s32 rtl8812ae_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8812ae_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+#ifdef CONFIG_XMIT_THREAD_MODE -+s32 rtl8812ae_xmit_buf_handler(_adapter *padapter); -+#endif -+s32 rtl8812ae_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtl8812ae_xmit_tasklet(void *priv); -+#endif -+ -+#ifdef CONFIG_TX_EARLY_MODE -+void UpdateEarlyModeInfo8812(struct xmit_priv *pxmitpriv,struct xmit_buf *pxmitbuf ); -+#endif -+ -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,u8 *ptxdesc); -+ -+u8 BWMapping_8812(PADAPTER Adapter, struct pkt_attrib *pattrib); -+ -+u8 SCMapping_8812(PADAPTER Adapter, struct pkt_attrib *pattrib); -+ -+#endif //__RTL8812_XMIT_H__ -+ -+#ifdef CONFIG_RTL8821A -+#include "rtl8821a_xmit.h" -+#endif // CONFIG_RTL8821A -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_cmd.h linux/3rdparty/rtl8812au/include/rtl8814a_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_cmd.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,166 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8814A_CMD_H__ -+#define __RTL8814A_CMD_H__ -+#include "hal_com_h2c.h" -+ -+//_RSVDPAGE_LOC_CMD0 -+#define SET_8814A_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8814A_H2CCMD_RSVDPAGE_LOC_PSPOLL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8814A_H2CCMD_RSVDPAGE_LOC_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8814A_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8814A_H2CCMD_RSVDPAGE_LOC_BT_QOS_NULL_DATA(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 8, __Value) -+ -+//_MEDIA_STATUS_RPT_PARM_CMD1 -+#define SET_8814A_H2CCMD_MSRRPT_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8814A_H2CCMD_MSRRPT_PARM_MACID_IND(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8814A_H2CCMD_MSRRPT_PARM_MACID(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+1, 0, 8, __Value) -+#define SET_8814A_H2CCMD_MSRRPT_PARM_MACID_END(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd+2, 0, 8, __Value) -+ -+//_SETPWRMODE_PARM -+#define SET_8814A_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8814A_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_8814A_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_8814A_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8814A_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_8814A_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 8, __Value) -+#define SET_8814A_H2CCMD_PWRMODE_PARM_BYTE5(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+5, 0, 8, __Value) -+ -+#define GET_8814A_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd) LE_BITS_TO_1BYTE(__pH2CCmd, 0, 8) -+ -+ -+// _WoWLAN PARAM_CMD5 -+#define SET_8814A_H2CCMD_WOWLAN_FUNC_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_PATTERN_MATCH_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_MAGIC_PKT_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_UNICAST_PKT_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_ALL_PKT_DROP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_GPIO_ACTIVE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_REKEY_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 6, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_DISCONNECT_WAKE_UP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 7, 1, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_GPIONUM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8814A_H2CCMD_WOWLAN_GPIO_DURATION(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+ -+ -+//WLANINFO_PARM -+#define SET_8814A_H2CCMD_WLANINFO_PARM_OPMODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8814A_H2CCMD_WLANINFO_PARM_CHANNEL(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8814A_H2CCMD_WLANINFO_PARM_BW40MHZ(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+ -+// _REMOTE_WAKEUP_CMD7 -+#define SET_8814A_H2CCMD_REMOTE_WAKECTRL_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8814A_H2CCMD_REMOTE_WAKE_CTRL_ARP_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8814A_H2CCMD_REMOTE_WAKE_CTRL_NDP_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8814A_H2CCMD_REMOTE_WAKE_CTRL_GTK_OFFLOAD_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+ -+ -+// _AP_OFFLOAD_CMD8 -+#define SET_8814A_H2CCMD_AP_OFFLOAD_ON(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_8814A_H2CCMD_AP_OFFLOAD_HIDDEN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 8, __Value) -+#define SET_8814A_H2CCMD_AP_OFFLOAD_DENYANY(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_8814A_H2CCMD_AP_OFFLOAD_WAKEUP_EVT_RPT(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+ -+// _PWR_MOD_CMD20 -+#define SET_88E_H2CCMD_PWRMODE_PARM_MODE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 8, __Value) -+#define SET_88E_H2CCMD_PWRMODE_PARM_RLBM(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 0, 4, __Value) -+#define SET_88E_H2CCMD_PWRMODE_PARM_SMART_PS(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+1, 4, 4, __Value) -+#define SET_88E_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+2, 0, 8, __Value) -+#define SET_88E_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+3, 0, 8, __Value) -+#define SET_88E_H2CCMD_PWRMODE_PARM_PWR_STATE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE((__pH2CCmd)+4, 0, 8, __Value) -+ -+ -+// TX Beamforming -+#define GET_8814A_C2H_TXBF_ORIGINATE(_Header) LE_BITS_TO_1BYTE(_Header, 0, 8) -+#define GET_8814A_C2H_TXBF_MACID(_Header) LE_BITS_TO_1BYTE((_Header + 1), 0, 8) -+ -+ -+ -+/// TX Feedback Content -+#define USEC_UNIT_FOR_8814A_C2H_TX_RPT_QUEUE_TIME 256 -+ -+#define GET_8814A_C2H_TX_RPT_QUEUE_SELECT(_Header) LE_BITS_TO_1BYTE((_Header + 0), 0, 5) -+#define GET_8814A_C2H_TX_RPT_PKT_BROCAST(_Header) LE_BITS_TO_1BYTE((_Header + 0), 5, 1) -+#define GET_8814A_C2H_TX_RPT_LIFE_TIME_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 6, 1) -+#define GET_8814A_C2H_TX_RPT_RETRY_OVER(_Header) LE_BITS_TO_1BYTE((_Header + 0), 7, 1) -+#define GET_8814A_C2H_TX_RPT_MAC_ID(_Header) LE_BITS_TO_1BYTE((_Header + 1), 0, 8) -+#define GET_8814A_C2H_TX_RPT_DATA_RETRY_CNT(_Header) LE_BITS_TO_1BYTE((_Header + 2), 0, 6) -+#define GET_8814A_C2H_TX_RPT_QUEUE_TIME(_Header) LE_BITS_TO_2BYTE((_Header + 3), 0, 16) // In unit of 256 microseconds. -+#define GET_8814A_C2H_TX_RPT_FINAL_DATA_RATE(_Header) LE_BITS_TO_1BYTE((_Header + 5), 0, 8) -+ -+ -+//_P2P_PS_OFFLOAD -+#define SET_8814A_H2CCMD_P2P_PS_OFFLOAD_ENABLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 0, 1, __Value) -+#define SET_8814A_H2CCMD_P2P_PS_OFFLOAD_ROLE(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 1, 1, __Value) -+#define SET_8814A_H2CCMD_P2P_PS_OFFLOAD_CTWINDOW_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 2, 1, __Value) -+#define SET_8814A_H2CCMD_P2P_PS_OFFLOAD_NOA0_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 3, 1, __Value) -+#define SET_8814A_H2CCMD_P2P_PS_OFFLOAD_NOA1_EN(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 4, 1, __Value) -+#define SET_8814A_H2CCMD_P2P_PS_OFFLOAD_ALLSTASLEEP(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 5, 1, __Value) -+#define SET_8814A_H2CCMD_P2P_PS_OFFLOAD_DISCOVERY(__pH2CCmd, __Value) SET_BITS_TO_LE_1BYTE(__pH2CCmd, 6, 1, __Value) -+ -+ -+typedef enum _RTL8814A_C2H_EVT -+{ -+ C2H_8814A_DBG = 0, -+ C2H_8814A_LB = 1, -+ C2H_8814A_TXBF = 2, -+ C2H_8814A_TX_REPORT = 3, -+ C2H_8814A_BT_INFO = 9, -+ C2H_8814A_BT_MP = 11, -+ C2H_8814A_RA_PARA_RPT = 14, -+ MAX_8814A_C2HEVENT -+}RTL8814A_C2H_EVT; -+ -+s32 FillH2CCmd_8814(PADAPTER padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer); -+void rtl8814_set_raid_cmd(PADAPTER padapter, u64 bitmap, u8* arg); -+void rtl8814_Add_RateATid(PADAPTER padapter, u64 rate_bitmap, u8 *arg, u8 rssi_level); -+void rtl8814_set_wowlan_cmd(_adapter* padapter, u8 enable); -+void rtl8814_set_FwJoinBssReport_cmd(PADAPTER padapter, u8 mstatus); -+void rtl8814_set_FwMediaStatus_cmd(PADAPTER padapter, u16 mstatus_rpt ); -+void rtl8814_set_FwPwrMode_cmd(PADAPTER padapter, u8 PSMode); -+u8 GetTxBufferRsvdPageNum8814(_adapter *padapter, bool wowlan); -+u8 rtl8814_set_rssi_cmd(_adapter*padapter, u8 *param); -+ -+void -+Set_RA_LDPC_8814( -+ struct sta_info *psta, -+ BOOLEAN bLDPC -+ ); -+int rtl8814_iqk_wait(_adapter* padapter, u32 timeout_ms); -+void rtl8814_iqk_done(_adapter* padapter); -+VOID -+C2HPacketHandler_8814( -+ IN PADAPTER Adapter, -+ IN u8 *Buffer, -+ IN u8 Length -+ ); -+#ifdef CONFIG_P2P_PS -+void rtl8814_set_p2p_ps_offload_cmd(PADAPTER padapter, u8 p2p_ps_state); -+#endif //CONFIG_P2P -+ -+s32 -+_C2HContentParsing8814( -+ IN PADAPTER Adapter, -+ IN u8 c2hCmdId, -+ IN u8 c2hCmdLen, -+ IN u8 *tmpBuf -+); -+ -+#endif/* __RTL8814A_CMD_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_dm.h linux/3rdparty/rtl8812au/include/rtl8814a_dm.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_dm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_dm.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,34 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8814A_DM_H__ -+#define __RTL8814A_DM_H__ -+ -+void rtl8814_init_dm_priv(IN PADAPTER Adapter); -+void rtl8814_deinit_dm_priv(IN PADAPTER Adapter); -+void rtl8814_InitHalDm(IN PADAPTER Adapter); -+void rtl8814_HalDmWatchDog(IN PADAPTER Adapter); -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+void AntDivCompare8814(PADAPTER Adapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src); -+u8 AntDivBeforeLink8814(PADAPTER Adapter ); -+#endif //CONFIG_ANTENNA_DIVERSITY -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_hal.h linux/3rdparty/rtl8812au/include/rtl8814a_hal.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_hal.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,334 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8814A_HAL_H__ -+#define __RTL8814A_HAL_H__ -+ -+//#include "hal_com.h" -+#include "hal_data.h" -+ -+//include HAL Related header after HAL Related compiling flags -+#include "rtl8814a_spec.h" -+#include "rtl8814a_rf.h" -+#include "rtl8814a_dm.h" -+#include "rtl8814a_recv.h" -+#include "rtl8814a_xmit.h" -+#include "rtl8814a_cmd.h" -+#include "rtl8814a_led.h" -+#include "Hal8814PwrSeq.h" -+#include "Hal8814PhyReg.h" -+#include "Hal8814PhyCfg.h" -+#ifdef DBG_CONFIG_ERROR_DETECT -+#include "rtl8814a_sreset.h" -+#endif //DBG_CONFIG_ERROR_DETECT -+ -+ -+typedef enum _TX_PWR_PERCENTAGE{ -+ TX_PWR_PERCENTAGE_0 = 0x01, // 12.5% -+ TX_PWR_PERCENTAGE_1 = 0x02, // 25% -+ TX_PWR_PERCENTAGE_2 = 0x04, // 50% -+ TX_PWR_PERCENTAGE_3 = 0x08, //100%, default target output power. -+} TX_PWR_PERCENTAGE; -+ -+ -+enum{ -+ VOLTAGE_V25 = 0x03, -+ LDOE25_SHIFT = 28 , -+ }; -+#define FW_SIZE 0x10000 // Compatible with RTL8723 Maximal RAM code size 24K. modified to 32k, TO compatible with 92d maximal fw size 32k -+#define FW_START_ADDRESS 0x1000 -+typedef struct _RT_FIRMWARE_8814 { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[FW_SIZE]; -+#endif -+ u32 ulFwLength; -+} RT_FIRMWARE_8814, *PRT_FIRMWARE_8814; -+ -+#define PAGE_SIZE_TX_8814 PAGE_SIZE_128 -+#define BCNQ_PAGE_NUM_8814 0x08 -+ -+//--------------------------------------------------------------------- -+// RTL8814AU From header -+//--------------------------------------------------------------------- -+ #define RTL8814A_FW_IMG "rtl8814a/FW_NIC.bin" -+ #define RTL8814A_FW_WW_IMG "rtl8814a/FW_WoWLAN.bin" -+ #define RTL8814A_PHY_REG "rtl8814a/PHY_REG.txt" -+ #define RTL8814A_PHY_RADIO_A "rtl8814a/RadioA.txt" -+ #define RTL8814A_PHY_RADIO_B "rtl8814a/RadioB.txt" -+ #define RTL8814A_PHY_RADIO_C "rtl8814a/RadioC.txt" -+ #define RTL8814A_PHY_RADIO_D "rtl8814a/RadioD.txt" -+ #define RTL8814A_TXPWR_TRACK "rtl8814a/TxPowerTrack.txt" -+ #define RTL8814A_AGC_TAB "rtl8814a/AGC_TAB.txt" -+ #define RTL8814A_PHY_MACREG "rtl8814a/MAC_REG.txt" -+ #define RTL8814A_PHY_REG_PG "rtl8814a/PHY_REG_PG.txt" -+ #define RTL8814A_PHY_REG_MP "rtl8814a/PHY_REG_MP.txt" -+ #define RTL8814A_TXPWR_LMT "rtl8814a/TXPWR_LMT.txt" -+ #define RTL8814A_WIFI_ANT_ISOLATION "rtl8814a/wifi_ant_isolation.txt" -+ -+#define Rtl8814A_NIC_PWR_ON_FLOW rtl8814A_power_on_flow -+#define Rtl8814A_NIC_RF_OFF_FLOW rtl8814A_radio_off_flow -+#define Rtl8814A_NIC_DISABLE_FLOW rtl8814A_card_disable_flow -+#define Rtl8814A_NIC_ENABLE_FLOW rtl8814A_card_enable_flow -+#define Rtl8814A_NIC_SUSPEND_FLOW rtl8814A_suspend_flow -+#define Rtl8814A_NIC_RESUME_FLOW rtl8814A_resume_flow -+#define Rtl8814A_NIC_PDN_FLOW rtl8814A_hwpdn_flow -+#define Rtl8814A_NIC_LPS_ENTER_FLOW rtl8814A_enter_lps_flow -+#define Rtl8814A_NIC_LPS_LEAVE_FLOW rtl8814A_leave_lps_flow -+ -+//===================================================== -+// New Firmware Header(8-byte alinment required) -+//===================================================== -+//--- LONG WORD 0 ---- -+#define GET_FIRMWARE_HDR_SIGNATURE_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 0, 16) -+#define GET_FIRMWARE_HDR_CATEGORY_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 16, 8) // AP/NIC and USB/PCI -+#define GET_FIRMWARE_HDR_FUNCTION_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr, 24, 8) // Reserved for different FW function indcation, for further use when driver needs to download different FW in different conditions -+#define GET_FIRMWARE_HDR_VERSION_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 0, 16)// FW Version -+#define GET_FIRMWARE_HDR_SUB_VER_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 16, 8) // FW Subversion, default 0x00 -+#define GET_FIRMWARE_HDR_SUB_IDX_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+4, 24, 8) // FW Subversion Index -+ -+//--- LONG WORD 1 ---- -+#define GET_FIRMWARE_HDR_SVN_IDX_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+8, 0, 32)// The SVN entry index -+#define GET_FIRMWARE_HDR_RSVD1_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+12, 0, 32) -+ -+//--- LONG WORD 2 ---- -+#define GET_FIRMWARE_HDR_MONTH_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+16, 0, 8) // Release time Month field -+#define GET_FIRMWARE_HDR_DATE_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+16, 8, 8) // Release time Date field -+#define GET_FIRMWARE_HDR_HOUR_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+16, 16, 8)// Release time Hour field -+#define GET_FIRMWARE_HDR_MINUTE_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+16, 24, 8)// Release time Minute field -+#define GET_FIRMWARE_HDR_YEAR_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+20, 0, 16)// Release time Year field -+#define GET_FIRMWARE_HDR_FOUNDRY_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+20, 16, 8)// Release time Foundry field -+#define GET_FIRMWARE_HDR_RSVD2_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+20, 24, 8) -+ -+//--- LONG WORD 3 ---- -+#define GET_FIRMWARE_HDR_MEM_UASGE_DL_FROM_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 0, 1) -+#define GET_FIRMWARE_HDR_MEM_UASGE_BOOT_FROM_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 1, 1) -+#define GET_FIRMWARE_HDR_MEM_UASGE_BOOT_LOADER_3081(__FwHdr)LE_BITS_TO_4BYTE(__FwHdr+24, 2, 1) -+#define GET_FIRMWARE_HDR_MEM_UASGE_IRAM_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 3, 1) -+#define GET_FIRMWARE_HDR_MEM_UASGE_ERAM_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 4, 1) -+#define GET_FIRMWARE_HDR_MEM_UASGE_RSVD4_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 5, 3) -+#define GET_FIRMWARE_HDR_RSVD3_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 8, 8) -+#define GET_FIRMWARE_HDR_BOOT_LOADER_SZ_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+24, 16, 16) -+#define GET_FIRMWARE_HDR_RSVD5_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+28, 0, 32) -+ -+//--- LONG WORD 4 ---- -+#define GET_FIRMWARE_HDR_TOTAL_DMEM_SZ_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+36, 0, 32) -+#define GET_FIRMWARE_HDR_FW_CFG_SZ_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+36, 0, 16) -+#define GET_FIRMWARE_HDR_FW_ATTR_SZ_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+36, 16, 16) -+ -+//--- LONG WORD 5 ---- -+#define GET_FIRMWARE_HDR_IROM_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+40, 0, 32) -+#define GET_FIRMWARE_HDR_EROM_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+44, 0, 32) -+ -+//--- LONG WORD 6 ---- -+#define GET_FIRMWARE_HDR_IRAM_SZ_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+48, 0, 32) -+#define GET_FIRMWARE_HDR_ERAM_SZ_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+52, 0, 32) -+ -+//--- LONG WORD 7 ---- -+#define GET_FIRMWARE_HDR_RSVD6_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+56, 0, 32) -+#define GET_FIRMWARE_HDR_RSVD7_3081(__FwHdr) LE_BITS_TO_4BYTE(__FwHdr+60, 0, 32) -+ -+ -+ -+// -+// 2013/08/16 MH MOve from SDIO.h for common use. -+// -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_USB_HCI) -+#define TRX_SHARE_MODE_8814A 0 //TRX Buffer Share Index -+#define BASIC_RXFF_SIZE_8814A 24576//Basic RXFF Size is 24K = 24*1024 Unit: Byte -+#define TRX_SHARE_BUFF_UNIT_8814A 65536//TRX Share Buffer unit Size 64K = 64*1024 Unit: Byte -+#define TRX_SHARE_BUFF_UNIT_PAGE_8814A TRX_SHARE_BUFF_UNIT_8814A/PAGE_SIZE_8814A//512 Pages -+ -+//Origin: -+#define HPQ_PGNUM_8814A 0x20 //High Queue -+#define LPQ_PGNUM_8814A 0x20 //Low Queue -+#define NPQ_PGNUM_8814A 0x20 //Normal Queue -+#define EPQ_PGNUM_8814A 0x20 //Extra Queue -+ -+#else // #if defined(CONFIG_SDIO_HCI) || defined(CONFIG_USB_HCI) -+ -+#define HPQ_PGNUM_8814A 20 -+#define NPQ_PGNUM_8814A 20 -+#define LPQ_PGNUM_8814A 20 //1972 -+#define EPQ_PGNUM_8814A 20 -+#define BCQ_PGNUM_8814A 32 -+ -+#endif //#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_USB_HCI) -+ -+#ifdef CONFIG_WOWLAN -+#define WOWLAN_PAGE_NUM_8814 0x00 -+#else -+#define WOWLAN_PAGE_NUM_8814 0x00 -+#endif -+ -+#define PAGE_SIZE_8814A 128//TXFF Page Size, Unit: Byte -+#define MAX_RX_DMA_BUFFER_SIZE_8814A 0x5C00 //BASIC_RXFF_SIZE_8814A+TRX_SHARE_MODE_8814A*TRX_SHARE_BUFF_UNIT_8814A //Basic RXFF Size + ShareBuffer Size -+#define TX_PAGE_BOUNDARY_8814A TXPKT_PGNUM_8814A // Need to enlarge boundary, by KaiYuan -+#define TX_PAGE_BOUNDARY_WOWLAN_8814A TXPKT_PGNUM_8814A //TODO: 20130415 KaiYuan Check this value later -+ -+ -+#define TOTAL_PGNUM_8814A 2048 -+#define TXPKT_PGNUM_8814A (2048 - BCNQ_PAGE_NUM_8814-WOWLAN_PAGE_NUM_8814) -+#define PUB_PGNUM_8814A (TXPKT_PGNUM_8814A-HPQ_PGNUM_8814A-NPQ_PGNUM_8814A-LPQ_PGNUM_8814A-EPQ_PGNUM_8814A) -+ -+//Note: For WMM Normal Chip Setting ,modify later -+#define WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8814A TX_PAGE_BOUNDARY_8814A -+#define WMM_NORMAL_TX_PAGE_BOUNDARY_8814A (WMM_NORMAL_TX_TOTAL_PAGE_NUMBER_8814A + 1) -+ -+#define DRIVER_EARLY_INT_TIME_8814 0x05 -+#define BCN_DMA_ATIME_INT_TIME_8814 0x02 -+ -+ -+#define MAX_PAGE_SIZE 4096 // @ page : 4k bytes -+ -+#define EFUSE_MAX_SECTION_JAGUAR 64 -+ -+#define HWSET_MAX_SIZE_8814A 512 -+ -+#define EFUSE_REAL_CONTENT_LEN_8814A 1024 -+#define EFUSE_MAX_BANK_8814A 2 -+ -+#define EFUSE_MAP_LEN_8814A 512 -+#define EFUSE_MAX_SECTION_8814A 64 -+#define EFUSE_MAX_WORD_UNIT_8814A 4 -+#define EFUSE_PROTECT_BYTES_BANK_8814A 16 -+ -+#define EFUSE_IC_ID_OFFSET_8814A 506 //For some inferiority IC purpose. added by Roger, 2009.09.02. -+#define AVAILABLE_EFUSE_ADDR_8814A(addr) (addr < EFUSE_REAL_CONTENT_LEN_8814A) -+ -+/*------------------------------------------------------------------------- -+Chip specific -+-------------------------------------------------------------------------*/ -+ -+/* pic buffer descriptor */ -+#if 1 /* according to the define in the rtw_xmit.h, rtw_recv.h */ -+#define RTL8814AE_SEG_NUM TX_BUFFER_SEG_NUM /* 0:2 seg, 1: 4 seg, 2: 8 seg */ -+#define TX_DESC_NUM_8814A TXDESC_NUM /* 128 */ -+#define RX_DESC_NUM_8814A PCI_MAX_RX_COUNT /* 128 */ -+#ifdef CONFIG_CONCURRENT_MODE -+#define BE_QUEUE_TX_DESC_NUM_8814A (TXDESC_NUM<<1) /* 256 */ -+#else -+#define BE_QUEUE_TX_DESC_NUM_8814A (TXDESC_NUM+(TXDESC_NUM>>1)) /* 192 */ -+#endif -+#else -+#define RTL8814AE_SEG_NUM TX_BUFFER_SEG_NUM /* 0:2 seg, 1: 4 seg, 2: 8 seg */ -+#define TX_DESC_NUM_8814A 128 /* 1024//2048 change by ylb 20130624 */ -+#define RX_DESC_NUM_8814A 128 /* 1024 //512 change by ylb 20130624 */ -+#endif -+ -+// To prevent out of boundary programming case, leave 1byte and program full section -+// 9bytes + 1byt + 5bytes and pre 1byte. -+// For worst case: -+// | 1byte|----8bytes----|1byte|--5bytes--| -+// | | Reserved(14bytes) | -+// -+#define EFUSE_OOB_PROTECT_BYTES 15 // PG data exclude header, dummy 6 bytes frome CP test and reserved 1byte. -+ -+/* rtl8814_hal_init.c */ -+s32 FirmwareDownload8814A( PADAPTER Adapter, BOOLEAN bUsedWoWLANFw); -+void InitializeFirmwareVars8814(PADAPTER padapter); -+ -+VOID -+Hal_InitEfuseVars_8814A( -+ IN PADAPTER Adapter -+ ); -+ -+s32 InitLLTTable8814A( -+ IN PADAPTER Adapter -+ ); -+ -+ -+void InitRDGSetting8814A(PADAPTER padapter); -+ -+//void CheckAutoloadState8812A(PADAPTER padapter); -+ -+// EFuse -+u8 GetEEPROMSize8814A(PADAPTER padapter); -+void InitPGData8814A(PADAPTER padapter); -+ -+void hal_ReadPROMVersion8814A(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void hal_ReadTxPowerInfo8814A(PADAPTER padapter, u8* hwinfo,BOOLEAN AutoLoadFail); -+void hal_ReadBoardType8814A(PADAPTER pAdapter, u8* hwinfo,BOOLEAN AutoLoadFail); -+void hal_ReadThermalMeter_8814A(PADAPTER Adapter, u8* PROMContent,BOOLEAN AutoloadFail); -+void hal_ReadChannelPlan8814A(PADAPTER padapter, u8 *hwinfo, BOOLEAN AutoLoadFail); -+void hal_EfuseParseXtal_8814A(PADAPTER pAdapter, u8* hwinfo,BOOLEAN AutoLoadFail); -+void hal_ReadAntennaDiversity8814A(PADAPTER pAdapter,u8* PROMContent,BOOLEAN AutoLoadFail); -+void hal_Read_TRX_antenna_8814A(PADAPTER Adapter, u8 *PROMContent, BOOLEAN AutoloadFail); -+VOID hal_ReadAmplifierType_8814A( -+ IN PADAPTER Adapter -+ ); -+VOID hal_ReadPAType_8814A( -+ IN PADAPTER Adapter, -+ IN u8* PROMContent, -+ IN BOOLEAN AutoloadFail, -+ OUT u8* pPAType, -+ OUT u8* pLNAType -+ ); -+void Hal_EfuseParseKFreeData_8814A( -+ IN PADAPTER Adapter, -+ IN u8 *PROMContent, -+ IN BOOLEAN AutoloadFail); -+void hal_ReadRFEType_8814A(PADAPTER Adapter,u8* PROMContent, BOOLEAN AutoloadFail); -+void hal_EfuseParseBTCoexistInfo8814A(PADAPTER Adapter, u8* hwinfo, BOOLEAN AutoLoadFail); -+ -+//void hal_ReadUsbType_8812AU(PADAPTER Adapter, u8 *PROMContent, BOOLEAN AutoloadFail); -+//int FirmwareDownloadBT(PADAPTER Adapter, PRT_MP_FIRMWARE pFirmware); -+void hal_ReadRemoteWakeup_8814A(PADAPTER padapter, u8* hwinfo, BOOLEAN AutoLoadFail); -+u8 MgntQuery_NssTxRate(u16 Rate); -+ -+//BOOLEAN HalDetectPwrDownMode8812(PADAPTER Adapter); -+ -+#ifdef CONFIG_WOWLAN -+void Hal_DetectWoWMode(PADAPTER pAdapter); -+#endif //CONFIG_WOWLAN -+ -+void _InitBeaconParameters_8814A(PADAPTER padapter); -+void SetBeaconRelatedRegisters8814A(PADAPTER padapter); -+ -+void ReadRFType8814A(PADAPTER padapter); -+void InitDefaultValue8814A(PADAPTER padapter); -+ -+void SetHwReg8814A(PADAPTER padapter, u8 variable, u8 *pval); -+void GetHwReg8814A(PADAPTER padapter, u8 variable, u8 *pval); -+u8 SetHalDefVar8814A(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+u8 GetHalDefVar8814A(PADAPTER padapter, HAL_DEF_VARIABLE variable, void *pval); -+s32 c2h_id_filter_ccx_8814a(u8 *buf); -+void rtl8814_set_hal_ops(struct hal_ops *pHalFunc); -+ -+// register -+void SetBcnCtrlReg(PADAPTER padapter, u8 SetBits, u8 ClearBits); -+void SetBcnCtrlReg(PADAPTER Adapter, u8 SetBits, u8 ClearBits); -+void rtl8814_start_thread(PADAPTER padapter); -+void rtl8814_stop_thread(PADAPTER padapter); -+ -+ -+#ifdef CONFIG_PCI_HCI -+BOOLEAN InterruptRecognized8814AE(PADAPTER Adapter); -+VOID UpdateInterruptMask8814AE(PADAPTER Adapter, u32 AddMSR, u32 AddMSR1, u32 RemoveMSR, u32 RemoveMSR1); -+u16 get_txbd_idx_addr(u16 ff_hwaddr); -+#endif -+ -+#ifdef CONFIG_BT_COEXIST -+void rtl8812a_combo_card_WifiOnlyHwInit(PADAPTER Adapter); -+#endif -+ -+#endif //__RTL8188E_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_led.h linux/3rdparty/rtl8812au/include/rtl8814a_led.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_led.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_led.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,41 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8814A_LED_H__ -+#define __RTL8814A_LED_H__ -+ -+ -+//================================================================================ -+// Interface to manipulate LED objects. -+//================================================================================ -+#ifdef CONFIG_USB_HCI -+void rtl8814au_InitSwLeds(PADAPTER padapter); -+void rtl8814au_DeInitSwLeds(PADAPTER padapter); -+#endif //CONFIG_USB_HCI -+#ifdef CONFIG_PCI_HCI -+void rtl8814ae_InitSwLeds(PADAPTER padapter); -+void rtl8814ae_DeInitSwLeds(PADAPTER padapter); -+#endif //CONFIG_PCI_HCI -+#ifdef CONFIG_SDIO_HCI -+void rtl8814s_InitSwLeds(PADAPTER padapter); -+void rtl8814s_DeInitSwLeds(PADAPTER padapter); -+#endif //CONFIG_SDIO_HCI -+ -+#endif //__RTL8814A_LED_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_recv.h linux/3rdparty/rtl8812au/include/rtl8814a_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_recv.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,188 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8814A_RECV_H__ -+#define __RTL8814A_RECV_H__ -+ -+#if defined(CONFIG_USB_HCI) -+ -+#ifndef MAX_RECVBUF_SZ -+#ifdef PLATFORM_OS_CE -+#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+#else -+ #ifndef CONFIG_MINIMAL_MEMORY_USAGE -+ #ifdef CONFIG_PLATFORM_MSTAR -+ #define MAX_RECVBUF_SZ (8192) // 8K -+ #else -+ #define MAX_RECVBUF_SZ (32768) // 32k -+ #endif -+ //#define MAX_RECVBUF_SZ (24576) // 24k -+ //#define MAX_RECVBUF_SZ (20480) //20K -+ //#define MAX_RECVBUF_SZ (10240) //10K -+ //#define MAX_RECVBUF_SZ (15360) // 15k < 16k -+ //#define MAX_RECVBUF_SZ (8192+1024) // 8K+1k -+ #else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+ #endif -+#endif -+#endif //!MAX_RECVBUF_SZ -+ -+#elif defined(CONFIG_PCI_HCI) -+//#ifndef CONFIG_MINIMAL_MEMORY_USAGE -+// #define MAX_RECVBUF_SZ (9100) -+//#else -+ #define MAX_RECVBUF_SZ (4000) // about 4K -+//#endif -+ -+ -+#elif defined(CONFIG_SDIO_HCI) -+/* temp solution -+#ifdef CONFIG_SDIO_RX_COPY -+#define MAX_RECVBUF_SZ (10240) -+#else // !CONFIG_SDIO_RX_COPY -+#define MAX_RECVBUF_SZ MAX_RX_DMA_BUFFER_SIZE_8821 -+#endif // !CONFIG_SDIO_RX_COPY -+*/ -+#endif -+ -+ -+/* RX buffer descriptor */ -+/* DWORD 0 */ -+#define SET_RX_BUFFER_DESC_DATA_LENGTH_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_BUFFER_DESC_LS_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc, 14, 1, __Value) -+#define SET_RX_BUFFER_DESC_FS_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc, 15, 1, __Value) -+#define SET_RX_BUFFER_DESC_TOTAL_LENGTH_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc, 16, 16, __Value) -+ -+#define GET_RX_BUFFER_DESC_OWN_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 31, 1) -+#define GET_RX_BUFFER_DESC_LS_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 14, 1) -+#define GET_RX_BUFFER_DESC_FS_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 15, 1) -+#define GET_RX_BUFFER_DESC_TOTAL_LENGTH_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc, 16, 15) -+ -+/* DWORD 1 */ -+#define SET_RX_BUFFER_PHYSICAL_LOW_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc+4, 0, 32, __Value) -+#define GET_RX_BUFFER_PHYSICAL_LOW_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+4, 0, 32) -+ -+/* DWORD 2 */ -+#define SET_RX_BUFFER_PHYSICAL_HIGH_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE(__pRxStatusDesc+8, 0, 32, __Value) -+ -+/* DWORD 3*/ /* RESERVED */ -+ -+ -+/*============= -+//RX Info -+==============*/ -+//DWORD 0 -+#define SET_RX_STATUS_DESC_PKT_LEN_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 0, 14, __Value) -+#define SET_RX_STATUS_DESC_EOR_8814A(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 30, 1, __Value) -+#define SET_RX_STATUS_DESC_OWN_8814AE(__pRxStatusDesc, __Value) SET_BITS_TO_LE_4BYTE( __pRxStatusDesc, 31, 1, __Value) -+ -+#define GET_RX_STATUS_DESC_PKT_LEN_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 0, 14) -+#define GET_RX_STATUS_DESC_CRC32_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 14, 1) -+#define GET_RX_STATUS_DESC_ICV_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 15, 1) -+#define GET_RX_STATUS_DESC_DRVINFO_SIZE_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 16, 4) -+#define GET_RX_STATUS_DESC_SECURITY_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 20, 3) -+#define GET_RX_STATUS_DESC_QOS_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 23, 1) -+#define GET_RX_STATUS_DESC_SHIFT_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 24, 2) -+#define GET_RX_STATUS_DESC_PHY_STATUS_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 26, 1) -+#define GET_RX_STATUS_DESC_SWDEC_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 27, 1) -+#define GET_RX_STATUS_DESC_LAST_SEG_8814AE(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 28, 1) -+#define GET_RX_STATUS_DESC_EOR_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 30, 1) -+ -+//DWORD 1 -+#define GET_RX_STATUS_DESC_MACID_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+4, 0, 7) -+#define GET_RX_STATUS_DESC_EXT_SECTYPE_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+4, 7, 1)/* 20130415 KaiYuan add for 8814 */ -+#define GET_RX_STATUS_DESC_TID_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+4, 8, 4) -+#define GET_RX_STATUS_DESC_MACID_VLD_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+4, 12, 1) -+#define GET_RX_STATUS_DESC_AMSDU_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+4, 13, 1) -+#define GET_RX_STATUS_DESC_RXID_MATCH_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+4, 14, 1) -+#define GET_RX_STATUS_DESC_PAGGR_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 15, 1) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_CHKERR_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 20, 1) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_IPVER_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 21, 1) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_IS_TCPUDP_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 22, 1) -+#define GET_RX_STATUS_DESC_TCPOFFLOAD_CHK_VLD_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 23, 1) -+#define GET_RX_STATUS_DESC_PAM_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 24, 1) -+#define GET_RX_STATUS_DESC_PWR_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 25, 1) -+#define GET_RX_STATUS_DESC_MORE_DATA_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 26, 1) -+#define GET_RX_STATUS_DESC_MORE_FRAG_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 27, 1) -+#define GET_RX_STATUS_DESC_TYPE_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 28, 2) -+#define GET_RX_STATUS_DESC_FIRST_SEG_8814AE(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 29, 1) -+#define GET_RX_STATUS_DESC_EOR_8814AE(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc, 30, 1) -+#define GET_RX_STATUS_DESC_MC_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 30, 1) -+#define GET_RX_STATUS_DESC_BC_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+4, 31, 1) -+ -+//DWORD 2 -+#define GET_RX_STATUS_DESC_SEQ_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 0, 12) -+#define GET_RX_STATUS_DESC_FRAG_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 12, 4) -+#ifdef CONFIG_USB_RX_AGGREGATION -+#define GET_RX_STATUS_DESC_USB_AGG_PKTNUM_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 16, 8) -+#else -+#define GET_RX_STATUS_DESC_RX_IS_QOS_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 16, 1) -+#endif -+#define GET_RX_STATUS_DESC_WLANHD_IV_LEN_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 18, 6) -+#define GET_RX_STATUS_DESC_HWRSVD_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 24, 4) -+#define GET_RX_STATUS_C2H_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 28, 1) -+#define GET_RX_STATUS_DESC_FCS_OK_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+8, 31, 1) -+ -+//DWORD 3 -+#define GET_RX_STATUS_DESC_RX_RATE_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 0, 7) -+#define GET_RX_STATUS_DESC_BSSID_FIT_H_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 7, 3)//20130415 KaiYuan add for 8814 -+#define GET_RX_STATUS_DESC_HTC_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 10, 1) -+#define GET_RX_STATUS_DESC_EOSP_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 11, 1) -+#define GET_RX_STATUS_DESC_BSSID_FIT_L_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 12, 2) -+#define GET_RX_STATUS_DESC_DMA_AGG_NUM_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+12, 16, 8)//20130415 KaiYuan Check if it exist anymore -+#define GET_RX_STATUS_DESC_PATTERN_MATCH_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+12, 29, 1) -+#define GET_RX_STATUS_DESC_UNICAST_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+12, 30, 1) -+#define GET_RX_STATUS_DESC_MAGIC_WAKE_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE(__pRxStatusDesc+12, 31, 1) -+ -+//DWORD 4 -+#define GET_RX_STATUS_DESC_PATTERN_IDX_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+16, 0, 8) -+#define GET_RX_STATUS_DESC_RX_EOF_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+16, 8, 1) -+#define GET_RX_STATUS_DESC_RX_SCRAMBLER_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+16, 9, 7) -+#define GET_RX_STATUS_DESC_RX_PRE_NDP_VLD_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+16, 16, 1) -+#define GET_RX_STATUS_DESC_A1_FIT_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+16, 24, 5) -+ -+ -+//DWORD 5 -+#define GET_RX_STATUS_DESC_TSFL_8814A(__pRxStatusDesc) LE_BITS_TO_4BYTE( __pRxStatusDesc+20, 0, 32) -+ -+ -+// Rx smooth factor -+#define Rx_Smooth_Factor (20) -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8814au_init_recv_priv(PADAPTER padapter); -+void rtl8814au_free_recv_priv(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8814ae_init_recv_priv(PADAPTER padapter); -+void rtl8814ae_free_recv_priv(PADAPTER padapter); -+#endif -+ -+/* temp solution -+#ifdef CONFIG_SDIO_HCI -+s32 InitRecvPriv8821AS(PADAPTER padapter); -+void FreeRecvPriv8821AS(PADAPTER padapter); -+#endif // CONFIG_SDIO_HCI -+*/ -+ -+void rtl8814_query_rx_desc_status(union recv_frame *precvframe, u8 *pdesc); -+ -+#endif /* __RTL8814A_RECV_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_rf.h linux/3rdparty/rtl8812au/include/rtl8814a_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_rf.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,34 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8814A_RF_H__ -+#define __RTL8814A_RF_H__ -+ -+VOID -+PHY_RF6052SetBandwidth8814A( -+ IN PADAPTER Adapter, -+ IN CHANNEL_WIDTH Bandwidth); -+ -+ -+int -+PHY_RF6052_Config_8814A( -+ IN PADAPTER Adapter ); -+ -+#endif//__RTL8188E_RF_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_spec.h linux/3rdparty/rtl8812au/include/rtl8814a_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_spec.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,639 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8814A_SPEC_H__ -+#define __RTL8814A_SPEC_H__ -+ -+#include -+ -+ -+//============================================================ -+// -+//============================================================ -+ -+//----------------------------------------------------- -+// -+// 0x0000h ~ 0x00FFh System Configuration -+// -+//----------------------------------------------------- -+#define REG_SYS_ISO_CTRL_8814A 0x0000 // 2 Byte -+#define REG_SYS_FUNC_EN_8814A 0x0002 // 2 Byte -+#define REG_SYS_PW_CTRL_8814A 0x0004 // 4 Byte -+#define REG_SYS_CLKR_8814A 0x0008 // 2 Byte -+#define REG_SYS_EEPROM_CTRL_8814A 0x000A // 2 Byte -+#define REG_EE_VPD_8814A 0x000C // 2 Byte -+#define REG_SYS_SWR_CTRL1_8814A 0x0010 // 1 Byte -+#define REG_SPS0_CTRL_8814A 0x0011 // 7 Byte -+#define REG_SYS_SWR_CTRL3_8814A 0x0018 // 4 Byte -+#define REG_RSV_CTRL_8814A 0x001C // 3 Byte -+#define REG_RF_CTRL0_8814A 0x001F // 1 Byte -+#define REG_RF_CTRL1_8814A 0x0020 // 1 Byte -+#define REG_RF_CTRL2_8814A 0x0021 // 1 Byte -+#define REG_LPLDO_CTRL_8814A 0x0023 // 1 Byte -+#define REG_AFE_CTRL1_8814A 0x0024 // 4 Byte -+#define REG_AFE_CTRL2_8814A 0x0028 // 4 Byte -+#define REG_AFE_CTRL3_8814A 0x002c // 4 Byte -+#define REG_EFUSE_CTRL_8814A 0x0030 -+#define REG_LDO_EFUSE_CTRL_8814A 0x0034 -+#define REG_PWR_DATA_8814A 0x0038 -+#define REG_CAL_TIMER_8814A 0x003C -+#define REG_ACLK_MON_8814A 0x003E -+#define REG_GPIO_MUXCFG_8814A 0x0040 -+#define REG_GPIO_IO_SEL_8814A 0x0042 -+#define REG_MAC_PINMUX_CFG_8814A 0x0043 -+#define REG_GPIO_PIN_CTRL_8814A 0x0044 -+#define REG_GPIO_INTM_8814A 0x0048 -+#define REG_LEDCFG0_8814A 0x004C -+#define REG_LEDCFG1_8814A 0x004D -+#define REG_LEDCFG2_8814A 0x004E -+#define REG_LEDCFG3_8814A 0x004F -+#define REG_FSIMR_8814A 0x0050 -+#define REG_FSISR_8814A 0x0054 -+#define REG_HSIMR_8814A 0x0058 -+#define REG_HSISR_8814A 0x005c -+#define REG_GPIO_EXT_CTRL_8814A 0x0060 -+#define REG_GPIO_STATUS_8814A 0x006C -+#define REG_SDIO_CTRL_8814A 0x0070 -+#define REG_HCI_OPT_CTRL_8814A 0x0074 -+#define REG_RF_CTRL3_8814A 0x0076 // 1 Byte -+#define REG_AFE_CTRL4_8814A 0x0078 -+#define REG_8051FW_CTRL_8814A 0x0080 -+#define REG_HIMR0_8814A 0x00B0 -+#define REG_HISR0_8814A 0x00B4 -+#define REG_HIMR1_8814A 0x00B8 -+#define REG_HISR1_8814A 0x00BC -+#define REG_SYS_CFG1_8814A 0x00F0 -+#define REG_SYS_CFG2_8814A 0x00FC -+ -+//----------------------------------------------------- -+// -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+// -+//----------------------------------------------------- -+#define REG_CR_8814A 0x0100 -+#define REG_PBP_8814A 0x0104 -+#define REG_PKT_BUFF_ACCESS_CTRL_8814A 0x0106 -+#define REG_TRXDMA_CTRL_8814A 0x010C -+#define REG_TRXFF_BNDY_8814A 0x0114 -+#define REG_TRXFF_STATUS_8814A 0x0118 -+#define REG_RXFF_PTR_8814A 0x011C -+#define REG_CPWM_8814A 0x012F -+#define REG_FWIMR_8814A 0x0130 -+#define REG_FWISR_8814A 0x0134 -+#define REG_FTIMR_8814A 0x0138 -+#define REG_PKTBUF_DBG_CTRL_8814A 0x0140 -+#define REG_RXPKTBUF_CTRL_8814A 0x0142 -+#define REG_PKTBUF_DBG_DATA_L_8814A 0x0144 -+#define REG_PKTBUF_DBG_DATA_H_8814A 0x0148 -+ -+#define REG_TC0_CTRL_8814A 0x0150 -+#define REG_TC1_CTRL_8814A 0x0154 -+#define REG_TC2_CTRL_8814A 0x0158 -+#define REG_TC3_CTRL_8814A 0x015C -+#define REG_TC4_CTRL_8814A 0x0160 -+#define REG_TCUNIT_BASE_8814A 0x0164 -+#define REG_RSVD3_8814A 0x0168 -+#define REG_C2HEVT_MSG_NORMAL_8814A 0x01A0 -+#define REG_C2HEVT_CLEAR_8814A 0x01AF -+#define REG_MCUTST_1_8814A 0x01C0 -+#define REG_MCUTST_WOWLAN_8814A 0x01C7 -+#define REG_FMETHR_8814A 0x01C8 -+#define REG_HMETFR_8814A 0x01CC -+#define REG_HMEBOX_0_8814A 0x01D0 -+#define REG_HMEBOX_1_8814A 0x01D4 -+#define REG_HMEBOX_2_8814A 0x01D8 -+#define REG_HMEBOX_3_8814A 0x01DC -+#define REG_LLT_INIT_8814A 0x01E0 -+#define REG_LLT_ADDR_8814A 0x01E4 //20130415 KaiYuan add for 8814 -+#define REG_HMEBOX_EXT0_8814A 0x01F0 -+#define REG_HMEBOX_EXT1_8814A 0x01F4 -+#define REG_HMEBOX_EXT2_8814A 0x01F8 -+#define REG_HMEBOX_EXT3_8814A 0x01FC -+ -+//----------------------------------------------------- -+// -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_FIFOPAGE_CTRL_1_8814A 0x0200 -+#define REG_FIFOPAGE_CTRL_2_8814A 0x0204 -+#define REG_AUTO_LLT_8814A 0x0208 -+#define REG_TXDMA_OFFSET_CHK_8814A 0x020C -+#define REG_TXDMA_STATUS_8814A 0x0210 -+#define REG_RQPN_NPQ_8814A 0x0214 -+#define REG_TQPNT1_8814A 0x0218 -+#define REG_TQPNT2_8814A 0x021C -+#define REG_TQPNT3_8814A 0x0220 -+#define REG_TQPNT4_8814A 0x0224 -+#define REG_RQPN_CTRL_1_8814A 0x0228 -+#define REG_RQPN_CTRL_2_8814A 0x022C -+#define REG_FIFOPAGE_INFO_1_8814A 0x0230 -+#define REG_FIFOPAGE_INFO_2_8814A 0x0234 -+#define REG_FIFOPAGE_INFO_3_8814A 0x0238 -+#define REG_FIFOPAGE_INFO_4_8814A 0x023C -+#define REG_FIFOPAGE_INFO_5_8814A 0x0240 -+ -+ -+//----------------------------------------------------- -+// -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+// -+//----------------------------------------------------- -+#define REG_RXDMA_AGG_PG_TH_8814A 0x0280 -+#define REG_RXPKT_NUM_8814A 0x0284 // The number of packets in RXPKTBUF. -+#define REG_RXDMA_CONTROL_8814A 0x0286 // ?????? Control the RX DMA. -+#define REG_RXDMA_STATUS_8814A 0x0288 -+#define REG_RXDMA_MODE_8814A 0x0290 // ?????? -+#define REG_EARLY_MODE_CONTROL_8814A 0x02BC // ?????? -+#define REG_RSVD5_8814A 0x02F0 // ?????? -+ -+ -+//----------------------------------------------------- -+// -+// 0x0300h ~ 0x03FFh PCIe -+// -+//----------------------------------------------------- -+#define REG_PCIE_CTRL_REG_8814A 0x0300 -+#define REG_INT_MIG_8814A 0x0304 // Interrupt Migration -+#define REG_BCNQ_TXBD_DESA_8814A 0x0308 // TX Beacon Descriptor Address -+#define REG_MGQ_TXBD_DESA_8814A 0x0310 // TX Manage Queue Descriptor Address -+#define REG_VOQ_TXBD_DESA_8814A 0x0318 // TX VO Queue Descriptor Address -+#define REG_VIQ_TXBD_DESA_8814A 0x0320 // TX VI Queue Descriptor Address -+#define REG_BEQ_TXBD_DESA_8814A 0x0328 // TX BE Queue Descriptor Address -+#define REG_BKQ_TXBD_DESA_8814A 0x0330 // TX BK Queue Descriptor Address -+#define REG_RXQ_RXBD_DESA_8814A 0x0338 // RX Queue Descriptor Address -+#define REG_HI0Q_TXBD_DESA_8814A 0x0340 -+#define REG_HI1Q_TXBD_DESA_8814A 0x0348 -+#define REG_HI2Q_TXBD_DESA_8814A 0x0350 -+#define REG_HI3Q_TXBD_DESA_8814A 0x0358 -+#define REG_HI4Q_TXBD_DESA_8814A 0x0360 -+#define REG_HI5Q_TXBD_DESA_8814A 0x0368 -+#define REG_HI6Q_TXBD_DESA_8814A 0x0370 -+#define REG_HI7Q_TXBD_DESA_8814A 0x0378 -+#define REG_MGQ_TXBD_NUM_8814A 0x0380 -+#define REG_RX_RXBD_NUM_8814A 0x0382 -+#define REG_VOQ_TXBD_NUM_8814A 0x0384 -+#define REG_VIQ_TXBD_NUM_8814A 0x0386 -+#define REG_BEQ_TXBD_NUM_8814A 0x0388 -+#define REG_BKQ_TXBD_NUM_8814A 0x038A -+#define REG_HI0Q_TXBD_NUM_8814A 0x038C -+#define REG_HI1Q_TXBD_NUM_8814A 0x038E -+#define REG_HI2Q_TXBD_NUM_8814A 0x0390 -+#define REG_HI3Q_TXBD_NUM_8814A 0x0392 -+#define REG_HI4Q_TXBD_NUM_8814A 0x0394 -+#define REG_HI5Q_TXBD_NUM_8814A 0x0396 -+#define REG_HI6Q_TXBD_NUM_8814A 0x0398 -+#define REG_HI7Q_TXBD_NUM_8814A 0x039A -+#define REG_TSFTIMER_HCI_8814A 0x039C -+ -+//Read Write Point -+#define REG_VOQ_TXBD_IDX_8814A 0x03A0 -+#define REG_VIQ_TXBD_IDX_8814A 0x03A4 -+#define REG_BEQ_TXBD_IDX_8814A 0x03A8 -+#define REG_BKQ_TXBD_IDX_8814A 0x03AC -+#define REG_MGQ_TXBD_IDX_8814A 0x03B0 -+#define REG_RXQ_TXBD_IDX_8814A 0x03B4 -+#define REG_HI0Q_TXBD_IDX_8814A 0x03B8 -+#define REG_HI1Q_TXBD_IDX_8814A 0x03BC -+#define REG_HI2Q_TXBD_IDX_8814A 0x03C0 -+#define REG_HI3Q_TXBD_IDX_8814A 0x03C4 -+#define REG_HI4Q_TXBD_IDX_8814A 0x03C8 -+#define REG_HI5Q_TXBD_IDX_8814A 0x03CC -+#define REG_HI6Q_TXBD_IDX_8814A 0x03D0 -+#define REG_HI7Q_TXBD_IDX_8814A 0x03D4 -+#define REG_DBG_SEL_V1_8814A 0x03D8 -+#define REG_PCIE_HRPWM1_V1_8814A 0x03D9 -+#define REG_PCIE_HCPWM1_V1_8814A 0x03DA -+#define REG_PCIE_CTRL2_8814A 0x03DB -+#define REG_PCIE_HRPWM2_V1_8814A 0x03DC -+#define REG_PCIE_HCPWM2_V1_8814A 0x03DE -+#define REG_PCIE_H2C_MSG_V1_8814A 0x03E0 -+#define REG_PCIE_C2H_MSG_V1_8814A 0x03E4 -+#define REG_DBI_WDATA_V1_8814A 0x03E8 -+#define REG_DBI_RDATA_V1_8814A 0x03EC -+#define REG_DBI_FLAG_V1_8814A 0x03F0 -+#define REG_MDIO_V1_8814A 0x03F4 -+#define REG_PCIE_MIX_CFG_8814A 0x03F8 -+#define REG_DBG_8814A 0x03FC -+//----------------------------------------------------- -+// -+// 0x0400h ~ 0x047Fh Protocol Configuration -+// -+//----------------------------------------------------- -+#define REG_VOQ_INFORMATION_8814A 0x0400 -+#define REG_VIQ_INFORMATION_8814A 0x0404 -+#define REG_BEQ_INFORMATION_8814A 0x0408 -+#define REG_BKQ_INFORMATION_8814A 0x040C -+#define REG_MGQ_INFORMATION_8814A 0x0410 -+#define REG_HGQ_INFORMATION_8814A 0x0414 -+#define REG_BCNQ_INFORMATION_8814A 0x0418 -+#define REG_TXPKT_EMPTY_8814A 0x041A -+#define REG_CPU_MGQ_INFORMATION_8814A 0x041C -+#define REG_FWHW_TXQ_CTRL_8814A 0x0420 -+#define REG_HWSEQ_CTRL_8814A 0x0423 -+#define REG_TXPKTBUF_BCNQ_BDNY_8814A 0x0424 -+//#define REG_MGQ_BDNY_8814A 0x0425 -+#define REG_LIFETIME_EN_8814A 0x0426 -+//#define REG_FW_FREE_TAIL_8814A 0x0427 -+#define REG_SPEC_SIFS_8814A 0x0428 -+#define REG_RETRY_LIMIT_8814A 0x042A -+#define REG_TXBF_CTRL_8814A 0x042C -+#define REG_DARFRC_8814A 0x0430 -+#define REG_RARFRC_8814A 0x0438 -+#define REG_RRSR_8814A 0x0440 -+#define REG_ARFR0_8814A 0x0444 -+#define REG_ARFR1_8814A 0x044C -+#define REG_CCK_CHECK_8814A 0x0454 -+#define REG_AMPDU_MAX_TIME_8814A 0x0455 -+#define REG_TXPKTBUF_BCNQ1_BDNY_8814A 0x0456 -+#define REG_AMPDU_MAX_LENGTH_8814A 0x0458 -+#define REG_ACQ_STOP_8814A 0x045C -+#define REG_NDPA_RATE_8814A 0x045D -+#define REG_TX_HANG_CTRL_8814A 0x045E -+#define REG_NDPA_OPT_CTRL_8814A 0x045F -+#define REG_FAST_EDCA_CTRL_8814A 0x0460 -+#define REG_RD_RESP_PKT_TH_8814A 0x0463 -+#define REG_CMDQ_INFO_8814A 0x0464 -+#define REG_Q4_INFO_8814A 0x0468 -+#define REG_Q5_INFO_8814A 0x046C -+#define REG_Q6_INFO_8814A 0x0470 -+#define REG_Q7_INFO_8814A 0x0474 -+#define REG_WMAC_LBK_BUF_HD_8814A 0x0478 -+#define REG_MGQ_PGBNDY_8814A 0x047A -+#define REG_INIRTS_RATE_SEL_8814A 0x0480 -+#define REG_BASIC_CFEND_RATE_8814A 0x0481 -+#define REG_STBC_CFEND_RATE_8814A 0x0482 -+#define REG_DATA_SC_8814A 0x0483 -+#define REG_MACID_SLEEP3_8814A 0x0484 -+#define REG_MACID_SLEEP1_8814A 0x0488 -+#define REG_ARFR2_8814A 0x048C -+#define REG_ARFR3_8814A 0x0494 -+#define REG_ARFR4_8814A 0x049C -+#define REG_ARFR5_8814A 0x04A4 -+#define REG_TXRPT_START_OFFSET_8814A 0x04AC -+#define REG_TRYING_CNT_TH_8814A 0x04B0 -+#define REG_POWER_STAGE1_8814A 0x04B4 -+#define REG_POWER_STAGE2_8814A 0x04B8 -+#define REG_SW_AMPDU_BURST_MODE_CTRL_8814A 0x04BC -+#define REG_PKT_LIFE_TIME_8814A 0x04C0 -+#define REG_PKT_BE_BK_LIFE_TIME_8814A 0x04C2 // ?????? -+#define REG_STBC_SETTING_8814A 0x04C4 -+#define REG_STBC_8814A 0x04C5 -+#define REG_QUEUE_CTRL_8814A 0x04C6 -+#define REG_SINGLE_AMPDU_CTRL_8814A 0x04C7 -+#define REG_PROT_MODE_CTRL_8814A 0x04C8 -+#define REG_MAX_AGGR_NUM_8814A 0x04CA -+#define REG_RTS_MAX_AGGR_NUM_8814A 0x04CB -+#define REG_BAR_MODE_CTRL_8814A 0x04CC -+#define REG_RA_TRY_RATE_AGG_LMT_8814A 0x04CF -+#define REG_MACID_SLEEP2_8814A 0x04D0 -+#define REG_MACID_SLEEP0_8814A 0x04D4 -+#define REG_HW_SEQ0_8814A 0x04D8 -+#define REG_HW_SEQ1_8814A 0x04DA -+#define REG_HW_SEQ2_8814A 0x04DC -+#define REG_HW_SEQ3_8814A 0x04DE -+#define REG_NULL_PKT_STATUS_8814A 0x04E0 -+#define REG_PTCL_ERR_STATUS_8814A 0x04E2 -+#define REG_DROP_PKT_NUM_8814A 0x04EC -+#define REG_PTCL_TX_RPT_8814A 0x04F0 -+#define REG_Dummy_8814A 0x04FC -+ -+ -+//----------------------------------------------------- -+// -+// 0x0500h ~ 0x05FFh EDCA Configuration -+// -+//----------------------------------------------------- -+#define REG_EDCA_VO_PARAM_8814A 0x0500 -+#define REG_EDCA_VI_PARAM_8814A 0x0504 -+#define REG_EDCA_BE_PARAM_8814A 0x0508 -+#define REG_EDCA_BK_PARAM_8814A 0x050C -+#define REG_BCNTCFG_8814A 0x0510 -+#define REG_PIFS_8814A 0x0512 -+#define REG_RDG_PIFS_8814A 0x0513 -+#define REG_SIFS_CTX_8814A 0x0514 -+#define REG_SIFS_TRX_8814A 0x0516 -+#define REG_AGGR_BREAK_TIME_8814A 0x051A -+#define REG_SLOT_8814A 0x051B -+#define REG_TX_PTCL_CTRL_8814A 0x0520 -+#define REG_TXPAUSE_8814A 0x0522 -+#define REG_DIS_TXREQ_CLR_8814A 0x0523 -+#define REG_RD_CTRL_8814A 0x0524 -+// -+// Format for offset 540h-542h: -+// [3:0]: TBTT prohibit setup in unit of 32us. The time for HW getting beacon content before TBTT. -+// [7:4]: Reserved. -+// [19:8]: TBTT prohibit hold in unit of 32us. The time for HW holding to send the beacon packet. -+// [23:20]: Reserved -+// Description: -+// | -+// |<--Setup--|--Hold------------>| -+// --------------|---------------------- -+// | -+// TBTT -+// Note: We cannot update beacon content to HW or send any AC packets during the time between Setup and Hold. -+// Described by Designer Tim and Bruce, 2011-01-14. -+// -+#define REG_TBTT_PROHIBIT_8814A 0x0540 -+#define REG_RD_NAV_NXT_8814A 0x0544 -+#define REG_NAV_PROT_LEN_8814A 0x0546 -+#define REG_BCN_CTRL_8814A 0x0550 -+#define REG_BCN_CTRL_1_8814A 0x0551 -+#define REG_MBID_NUM_8814A 0x0552 -+#define REG_DUAL_TSF_RST_8814A 0x0553 -+#define REG_MBSSID_BCN_SPACE_8814A 0x0554 -+#define REG_DRVERLYINT_8814A 0x0558 -+#define REG_BCNDMATIM_8814A 0x0559 -+#define REG_ATIMWND_8814A 0x055A -+#define REG_USTIME_TSF_8814A 0x055C -+#define REG_BCN_MAX_ERR_8814A 0x055D -+#define REG_RXTSF_OFFSET_CCK_8814A 0x055E -+#define REG_RXTSF_OFFSET_OFDM_8814A 0x055F -+#define REG_TSFTR_8814A 0x0560 -+#define REG_CTWND_8814A 0x0572 -+#define REG_SECONDARY_CCA_CTRL_8814A 0x0577 // ?????? -+#define REG_PSTIMER_8814A 0x0580 -+#define REG_TIMER0_8814A 0x0584 -+#define REG_TIMER1_8814A 0x0588 -+#define REG_BCN_PREDL_ITV_8814A 0x058F //Pre download beacon interval -+#define REG_ACMHWCTRL_8814A 0x05C0 -+ -+//----------------------------------------------------- -+// -+// 0x0600h ~ 0x07FFh WMAC Configuration -+// -+//----------------------------------------------------- -+#define REG_MAC_CR_8814A 0x0600 -+#define REG_TCR_8814A 0x0604 -+#define REG_RCR_8814A 0x0608 -+#define REG_RX_PKT_LIMIT_8814A 0x060C -+#define REG_RX_DLK_TIME_8814A 0x060D -+#define REG_RX_DRVINFO_SZ_8814A 0x060F -+ -+#define REG_MACID_8814A 0x0610 -+#define REG_BSSID_8814A 0x0618 -+#define REG_MAR_8814A 0x0620 -+#define REG_MBIDCAMCFG_8814A 0x0628 -+ -+#define REG_USTIME_EDCA_8814A 0x0638 -+#define REG_MAC_SPEC_SIFS_8814A 0x063A -+#define REG_RESP_SIFP_CCK_8814A 0x063C -+#define REG_RESP_SIFS_OFDM_8814A 0x063E -+#define REG_ACKTO_8814A 0x0640 -+#define REG_CTS2TO_8814A 0x0641 -+#define REG_EIFS_8814A 0x0642 -+ -+#define REG_NAV_UPPER_8814A 0x0652 // unit of 128 -+#define REG_TRXPTCL_CTL_8814A 0x0668 -+ -+// Security -+#define REG_CAMCMD_8814A 0x0670 -+#define REG_CAMWRITE_8814A 0x0674 -+#define REG_CAMREAD_8814A 0x0678 -+#define REG_CAMDBG_8814A 0x067C -+#define REG_SECCFG_8814A 0x0680 -+ -+// Power -+#define REG_WOW_CTRL_8814A 0x0690 -+#define REG_PS_RX_INFO_8814A 0x0692 -+#define REG_UAPSD_TID_8814A 0x0693 -+#define REG_WKFMCAM_NUM_8814A 0x0698 -+#define REG_RXFLTMAP0_8814A 0x06A0 -+#define REG_RXFLTMAP1_8814A 0x06A2 -+#define REG_RXFLTMAP2_8814A 0x06A4 -+#define REG_BCN_PSR_RPT_8814A 0x06A8 -+#define REG_BT_COEX_TABLE_8814A 0x06C0 -+#define REG_TX_DATA_RSP_RATE_8814A 0x06DE -+#define REG_ASSOCIATED_BFMER0_INFO_8814A 0x06E4 -+#define REG_ASSOCIATED_BFMER1_INFO_8814A 0x06EC -+#define REG_CSI_RPT_PARAM_BW20_8814A 0x06F4 -+#define REG_CSI_RPT_PARAM_BW40_8814A 0x06F8 -+#define REG_CSI_RPT_PARAM_BW80_8814A 0x06FC -+ -+// Hardware Port 2 -+#define REG_MACID1_8814A 0x0700 -+#define REG_BSSID1_8814A 0x0708 -+// Hardware Port 3 -+#define REG_MACID2_8814A 0x1620 -+#define REG_BSSID2_8814A 0x1628 -+// Hardware Port 4 -+#define REG_MACID3_8814A 0x1630 -+#define REG_BSSID3_8814A 0x1638 -+// Hardware Port 5 -+#define REG_MACID4_8814A 0x1640 -+#define REG_BSSID4_8814A 0x1648 -+ -+#define REG_ASSOCIATED_BFMEE_SEL_8814A 0x0714 -+#define REG_SND_PTCL_CTRL_8814A 0x0718 -+#define REG_IQ_DUMP_8814A 0x07C0 -+ -+/**** page 19 ****/ -+//TX BeamForming -+#define REG_BB_TXBF_ANT_SET_BF1 0x19ac -+#define REG_BB_TXBF_ANT_SET_BF0 0x19b4 -+ -+// 0x1200h ~ 0x12FFh DDMA CTRL -+// -+//----------------------------------------------------- -+#define REG_DDMA_CH0SA 0x1200 -+#define REG_DDMA_CH0DA 0x1204 -+#define REG_DDMA_CH0CTRL 0x1208 -+#define REG_DDMA_CH1SA 0x1210 -+#define REG_DDMA_CH1DA 0x1214 -+#define REG_DDMA_CH1CTRL 0x1218 -+#define REG_DDMA_CH2SA 0x1220 -+#define REG_DDMA_CH2DA 0x1224 -+#define REG_DDMA_CH2CTRL 0x1228 -+#define REG_DDMA_CH3SA 0x1230 -+#define REG_DDMA_CH3DA 0x1234 -+#define REG_DDMA_CH3CTRL 0x1238 -+#define REG_DDMA_CH4SA 0x1240 -+#define REG_DDMA_CH4DA 0x1244 -+#define REG_DDMA_CH4CTRL 0x1248 -+#define REG_DDMA_CH5SA 0x1250 -+#define REG_DDMA_CH5DA 0x1254 -+#define REG_DDMA_CH5CTRL 0x1258 -+#define REG_DDMA_INT_MSK 0x12E0 -+#define REG_DDMA_CHSTATUS 0x12E8 -+#define REG_DDMA_CHKSUM 0x12F0 -+#define REG_DDMA_MONITER 0x12FC -+ -+#define DDMA_LEN_MASK 0x0001FFFF -+#define FW_CHKSUM_DUMMY_SZ 8 -+#define DDMA_CH_CHKSUM_CNT BIT(24) -+#define DDMA_RST_CHKSUM_STS BIT(25) -+#define DDMA_MODE_BLOCK_CPU BIT(26) -+#define DDMA_CHKSUM_FAIL BIT(27) -+#define DDMA_DA_W_DISABLE BIT(28) -+#define DDMA_CHKSUM_EN BIT(29) -+#define DDMA_CH_OWN BIT(31) -+ -+ -+//3081 FWDL -+#define FWDL_EN BIT0 -+#define IMEM_BOOT_DL_RDY BIT1 -+#define IMEM_BOOT_CHKSUM_FAIL BIT2 -+#define IMEM_DL_RDY BIT3 -+#define IMEM_CHKSUM_OK BIT4 -+#define DMEM_DL_RDY BIT5 -+#define DMEM_CHKSUM_OK BIT6 -+#define EMEM_DL_RDY BIT7 -+#define EMEM_CHKSUM_FAIL BIT8 -+#define EMEM_TXBUF_DL_RDY BIT9 -+#define EMEM_TXBUF_CHKSUM_FAIL BIT10 -+#define CPU_CLK_SWITCH_BUSY BIT11 -+#define CPU_CLK_SEL (BIT12|BIT13) -+#define FWDL_OK BIT14 -+#define FW_INIT_RDY BIT15 -+#define R_EN_BOOT_FLASH BIT20 -+ -+#define OCPBASE_IMEM_3081 0x00000000 -+#define OCPBASE_DMEM_3081 0x00200000 -+#define OCPBASE_RPTBUF_3081 0x18660000 -+#define OCPBASE_RXBUF2_3081 0x18680000 -+#define OCPBASE_RXBUF_3081 0x18700000 -+#define OCPBASE_TXBUF_3081 0x18780000 -+ -+ -+#define REG_FAST_EDCA_VOVI_SETTING_8814A 0x1448 -+#define REG_FAST_EDCA_BEBK_SETTING_8814A 0x144C -+ -+ -+//----------------------------------------------------- -+// -+ -+ -+//----------------------------------------------------- -+// -+// Redifine 8192C register definition for compatibility -+// -+//----------------------------------------------------- -+ -+// TODO: use these definition when using REG_xxx naming rule. -+// NOTE: DO NOT Remove these definition. Use later. -+#define EFUSE_CTRL_8814A REG_EFUSE_CTRL_8814A // E-Fuse Control. -+#define EFUSE_TEST_8814A REG_LDO_EFUSE_CTRL_8814A // E-Fuse Test. -+#define MSR_8814A (REG_CR_8814A + 2) // Media Status register -+#define ISR_8814A REG_HISR0_8814A -+#define TSFR_8814A REG_TSFTR_8814A // Timing Sync Function Timer Register. -+ -+#define PBP_8814A REG_PBP_8814A -+ -+// Redifine MACID register, to compatible prior ICs. -+#define IDR0_8814A REG_MACID_8814A // MAC ID Register, Offset 0x0050-0x0053 -+#define IDR4_8814A (REG_MACID_8814A + 4) // MAC ID Register, Offset 0x0054-0x0055 -+ -+ -+// -+// 9. Security Control Registers (Offset: ) -+// -+#define RWCAM_8814A REG_CAMCMD_8814A //IN 8190 Data Sheet is called CAMcmd -+#define WCAMI_8814A REG_CAMWRITE_8814A // Software write CAM input content -+#define RCAMO_8814A REG_CAMREAD_8814A // Software read/write CAM config -+#define CAMDBG_8814A REG_CAMDBG_8814A -+#define SECR_8814A REG_SECCFG_8814A //Security Configuration Register -+ -+ -+//---------------------------------------------------------------------------- -+// 8195 IMR/ISR bits (offset 0xB0, 8bits) -+//---------------------------------------------------------------------------- -+#define IMR_DISABLED_8814A 0 -+// IMR DW0(0x00B0-00B3) Bit 0-31 -+#define IMR_TIMER2_8814A BIT31 // Timeout interrupt 2 -+#define IMR_TIMER1_8814A BIT30 // Timeout interrupt 1 -+#define IMR_PSTIMEOUT_8814A BIT29 // Power Save Time Out Interrupt -+#define IMR_GTINT4_8814A BIT28 // When GTIMER4 expires, this bit is set to 1 -+#define IMR_GTINT3_8814A BIT27 // When GTIMER3 expires, this bit is set to 1 -+#define IMR_TXBCN0ERR_8814A BIT26 // Transmit Beacon0 Error -+#define IMR_TXBCN0OK_8814A BIT25 // Transmit Beacon0 OK -+#define IMR_TSF_BIT32_TOGGLE_8814A BIT24 // TSF Timer BIT32 toggle indication interrupt -+#define IMR_BCNDMAINT0_8814A BIT20 // Beacon DMA Interrupt 0 -+#define IMR_BCNDERR0_8814A BIT16 // Beacon Queue DMA OK0 -+#define IMR_HSISR_IND_ON_INT_8814A BIT15 // HSISR Indicator (HSIMR & HSISR is true, this bit is set to 1) -+#define IMR_BCNDMAINT_E_8814A BIT14 // Beacon DMA Interrupt Extension for Win7 -+#define IMR_ATIMEND_8814A BIT12 // CTWidnow End or ATIM Window End -+#define IMR_C2HCMD_8814A BIT10 // CPU to Host Command INT Status, Write 1 clear -+#define IMR_CPWM2_8814A BIT9 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_CPWM_8814A BIT8 // CPU power Mode exchange INT Status, Write 1 clear -+#define IMR_HIGHDOK_8814A BIT7 // High Queue DMA OK -+#define IMR_MGNTDOK_8814A BIT6 // Management Queue DMA OK -+#define IMR_BKDOK_8814A BIT5 // AC_BK DMA OK -+#define IMR_BEDOK_8814A BIT4 // AC_BE DMA OK -+#define IMR_VIDOK_8814A BIT3 // AC_VI DMA OK -+#define IMR_VODOK_8814A BIT2 // AC_VO DMA OK -+#define IMR_RDU_8814A BIT1 // Rx Descriptor Unavailable -+#define IMR_ROK_8814A BIT0 // Receive DMA OK -+ -+// IMR DW1(0x00B4-00B7) Bit 0-31 -+#define IMR_MCUERR_8814A BIT28 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT7_8814A BIT27 // Beacon DMA Interrupt 7 -+#define IMR_BCNDMAINT6_8814A BIT26 // Beacon DMA Interrupt 6 -+#define IMR_BCNDMAINT5_8814A BIT25 // Beacon DMA Interrupt 5 -+#define IMR_BCNDMAINT4_8814A BIT24 // Beacon DMA Interrupt 4 -+#define IMR_BCNDMAINT3_8814A BIT23 // Beacon DMA Interrupt 3 -+#define IMR_BCNDMAINT2_8814A BIT22 // Beacon DMA Interrupt 2 -+#define IMR_BCNDMAINT1_8814A BIT21 // Beacon DMA Interrupt 1 -+#define IMR_BCNDOK7_8814A BIT20 // Beacon Queue DMA OK Interrup 7 -+#define IMR_BCNDOK6_8814A BIT19 // Beacon Queue DMA OK Interrup 6 -+#define IMR_BCNDOK5_8814A BIT18 // Beacon Queue DMA OK Interrup 5 -+#define IMR_BCNDOK4_8814A BIT17 // Beacon Queue DMA OK Interrup 4 -+#define IMR_BCNDOK3_8814A BIT16 // Beacon Queue DMA OK Interrup 3 -+#define IMR_BCNDOK2_8814A BIT15 // Beacon Queue DMA OK Interrup 2 -+#define IMR_BCNDOK1_8814A BIT14 // Beacon Queue DMA OK Interrup 1 -+#define IMR_ATIMEND_E_8814A BIT13 // ATIM Window End Extension for Win7 -+#define IMR_TXERR_8814A BIT11 // Tx Error Flag Interrupt Status, write 1 clear. -+#define IMR_RXERR_8814A BIT10 // Rx Error Flag INT Status, Write 1 clear -+#define IMR_TXFOVW_8814A BIT9 // Transmit FIFO Overflow -+#define IMR_RXFOVW_8814A BIT8 // Receive FIFO Overflow -+ -+ -+#ifdef CONFIG_PCI_HCI -+#define IMR_TX_MASK (IMR_VODOK_8814A | IMR_VIDOK_8814A | IMR_BEDOK_8814A | IMR_BKDOK_8814A | IMR_MGNTDOK_8814A | IMR_HIGHDOK_8814A) -+ -+#define RT_BCN_INT_MASKS (IMR_BCNDMAINT0_8814A | IMR_TXBCN0OK_8814A | IMR_TXBCN0ERR_8814A | IMR_BCNDERR0_8814A) -+ -+#define RT_AC_INT_MASKS (IMR_VIDOK_8814A | IMR_VODOK_8814A | IMR_BEDOK_8814A | IMR_BKDOK_8814A) -+#endif -+ -+ -+/*=================================================================== -+===================================================================== -+Here the register defines are for 92C. When the define is as same with 92C, -+we will use the 92C's define for the consistency -+So the following defines for 92C is not entire!!!!!! -+===================================================================== -+=====================================================================*/ -+ -+ -+//----------------------------------------------------- -+// -+// 0xFE00h ~ 0xFE55h USB Configuration -+// -+//----------------------------------------------------- -+ -+//2 Special Option -+#define USB_AGG_EN_8814A BIT(7) -+#define REG_USB_HRPWM_U3 0xF052 -+ -+#define LAST_ENTRY_OF_TX_PKT_BUFFER_8814A 2048-1 //20130415 KaiYuan add for 8814 -+ -+#define MACID_NUM_8814A 128 -+#define SEC_CAM_ENT_NUM_8814A 64 -+#define NSS_NUM_8814A 3 -+ -+#endif //__RTL8814A_SPEC_H__ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_sreset.h linux/3rdparty/rtl8812au/include/rtl8814a_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_sreset.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,30 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL88814A_SRESET_H_ -+#define _RTL8814A_SRESET_H_ -+ -+#include -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+extern void rtl8814_sreset_xmit_status_check(_adapter *padapter); -+extern void rtl8814_sreset_linked_status_check(_adapter *padapter); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8814a_xmit.h linux/3rdparty/rtl8812au/include/rtl8814a_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8814a_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8814a_xmit.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,307 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8814A_XMIT_H__ -+#define __RTL8814A_XMIT_H__ -+ -+typedef struct txdescriptor_8814 -+{ -+ // Offset 0 -+ u32 pktlen:16; -+ u32 offset:8; -+ u32 bmc:1; -+ u32 htc:1; -+ u32 ls:1; -+}TXDESC_8814, *PTXDESC_8814; -+ -+ -+#define OFFSET_SZ 0 -+#define OFFSET_SHT 16 -+ -+ -+ -+#ifdef CONFIG_SDIO_HCI -+#define SET_TX_DESC_SDIO_TXSEQ_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 16, 8, __Value) -+#endif //CONFIG_SDIO_HCI -+ -+//----------------------------------------------------------------- -+// RTL8814A TX BUFFER DESC -+//----------------------------------------------------------------- -+/* -+- Each TXBD has 4 segment. -+ -- For 32 bit, each segment is 8 bytes. -+ -- For 64 bit, each segment is 16 bytes. -+*/ -+#if 0 -+#if 1 /* 32 bit */ -+#define SET_TX_EXTBUFF_DESC_LEN_8814A(__pTxDesc, __Value, __Set) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Set*8), 0, 16, __Value) -+#define SET_TX_EXTBUFF_DESC_ADDR_LOW_8814A(__pTxDesc, __Value, __Set) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Set*8)+4, 0, 32, __Value) -+#else /* 64 bit */ -+#define SET_TX_EXTBUFF_DESC_LEN_8814A(__pTxDesc, __Value, __Set) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Set*16), 0, 16, __Value) -+#define SET_TX_EXTBUFF_DESC_ADDR_LOW_8814A(__pTxDesc, __Value, __Set) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Set*16)+4, 0, 32, __Value) -+#endif -+#define SET_TX_EXTBUFF_DESC_ADDR_HIGH_8814A(__pTxDesc, __Value, __Set) SET_BITS_TO_LE_4BYTE(__pTxDesc+(__Set*16)+8, 0, 32, __Value) -+#endif -+ -+//========================================================= -+// for Txfilldescroptor8814Ae, fill the desc content. -+#if 1 /* 32 bit */ -+#define SET_TXBUFFER_DESC_LEN_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+((__Offset)*8), 0, 16, __Valeu) -+#define SET_TXBUFFER_DESC_AMSDU_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+((__Offset)*8), 31, 1, __Valeu) -+#define SET_TXBUFFER_DESC_ADD_LOW_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+((__Offset)*8)+4, 0, 32, __Valeu) -+#else /* 64 bit */ -+#define SET_TXBUFFER_DESC_LEN_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+((__Offset)*16), 0, 16, __Valeu) -+#define SET_TXBUFFER_DESC_AMSDU_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+((__Offset)*16), 31, 1, __Valeu) -+#define SET_TXBUFFER_DESC_ADD_LOW_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+((__Offset)*16)+4, 0, 32, __Valeu) -+#endif -+#define SET_TXBUFFER_DESC_ADD_HIGT_WITH_OFFSET(__pTxDesc, __Offset, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc+((__Offset)*16)+8, 0, 32, __Valeu) -+ -+//========================================================= -+ -+//TX buffer -+//============= -+// Dword 0 -+#define SET_TX_BUFF_DESC_LEN_0_8814A(__pTxDesc, __Valeu) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Valeu) -+#define SET_TX_BUFF_DESC_PSB_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 15, __Value) -+#define SET_TX_BUFF_DESC_OWN_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+#define GET_TX_BUFF_DESC_OWN_8814A(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc, 31, 1) -+ -+// Dword 1 -+#define SET_TX_BUFF_DESC_ADDR_LOW_0_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 32, __Value) -+#define GET_TX_BUFF_DESC_ADDR_LOW_0_8814A(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+4, 0, 32) -+// Dword 2 -+#define SET_TX_BUFF_DESC_ADDR_HIGH_0_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 32, __Value) -+#define GET_TX_BUFF_DESC_ADDR_HIGH_0_8814A(__pTxDesc) LE_BITS_TO_4BYTE(__pTxDesc+8, 0, 32) -+// Dword 3 //RESERVED 0 -+ -+#if 0 /* 64 bit */ -+// Dword 4 -+#define SET_TX_BUFF_DESC_LEN_1_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 16, __Value) -+#define SET_TX_BUFF_DESC_AMSDU_1_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 31, 1, __Value) -+// Dword 5 -+#define SET_TX_BUFF_DESC_ADDR_LOW_1_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 32, __Value) -+// Dword 6 -+#define SET_TX_BUFF_DESC_ADDR_HIGH_1_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 32, __Value) -+// Dword 7 //RESERVED 0 -+// Dword 8 -+#define SET_TX_BUFF_DESC_LEN_2_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 0, 16, __Value) -+#define SET_TX_BUFF_DESC_AMSDU_2_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 31, 1, __Value) -+// Dword 9 -+#define SET_TX_BUFF_DESC_ADDR_LOW_2_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 0, 32, __Value) -+// Dword 10 -+#define SET_TX_BUFF_DESC_ADDR_HIGH_2_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+40, 0, 32, __Value) -+// Dword 11 //RESERVED 0 -+// Dword 12 -+#define SET_TX_BUFF_DESC_LEN_3_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+48, 0, 16, __Value) -+#define SET_TX_BUFF_DESC_AMSDU_3_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+48, 31, 1, __Value) -+// Dword 13 -+#define SET_TX_BUFF_DESC_ADDR_LOW_3_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+52, 0, 32, __Value) -+// Dword 14 -+#define SET_TX_BUFF_DESC_ADDR_HIGH_3_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+56, 0, 32, __Value) -+// Dword 15 //RESERVED 0 -+#endif -+ -+//=====Desc content -+//TX Info -+//============= -+// Dword 0 -+#define SET_TX_DESC_PKT_SIZE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 0, 16, __Value) -+#define GET_TX_DESC_PKT_SIZE_8814A(__pTxDesc) LE_BITS_TO_4BYTE( __pTxDesc, 0, 16) -+#define SET_TX_DESC_OFFSET_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 16, 8, __Value) -+#define GET_TX_DESC_OFFSET_8814A(__pTxDesc) LE_BITS_TO_4BYTE( __pTxDesc, 16, 8) -+#define SET_TX_DESC_BMC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 24, 1, __Value) -+#define SET_TX_DESC_HTC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 25, 1, __Value) -+#define SET_TX_DESC_LAST_SEG_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 26, 1, __Value) -+#define SET_TX_DESC_LINIP_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 28, 1, __Value) -+#define SET_TX_DESC_AMSDU_PAD_EN_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 27, 1, __Value) -+#define SET_TX_DESC_NO_ACM_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 29, 1, __Value) -+#define SET_TX_DESC_GF_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 30, 1, __Value) -+#define SET_TX_DESC_DISQSELSEQ_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc, 31, 1, __Value) -+ -+// Dword 1 -+#define SET_TX_DESC_MACID_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 0, 7, __Value) -+#define SET_TX_DESC_QUEUE_SEL_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 8, 5, __Value) -+#define SET_TX_DESC_RDG_NAV_EXT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 13, 1, __Value) -+#define SET_TX_DESC_LSIG_TXOP_EN_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 14, 1, __Value) -+#define SET_TX_DESC_PIFS_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 15, 1, __Value) -+#define SET_TX_DESC_RATE_ID_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 16, 5, __Value) -+#define SET_TX_DESC_EN_DESC_ID_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 21, 1, __Value) -+#define SET_TX_DESC_SEC_TYPE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 22, 2, __Value) -+#define SET_TX_DESC_PKT_OFFSET_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 24, 5, __Value) -+#define SET_TX_DESC_MORE_DATA_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 29, 1, __Value) -+#define SET_TX_DESC_TXOP_PS_CAP_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 30, 1, __Value) -+#define SET_TX_DESC_TXOP_PS_MODE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+4, 31, 1, __Value) -+ -+ -+// Dword 2 -+#define SET_TX_DESC_PAID_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 0, 9, __Value) -+#define SET_TX_DESC_CCA_RTS_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 10, 2, __Value) -+#define SET_TX_DESC_AGG_ENABLE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 12, 1, __Value) -+#define SET_TX_DESC_RDG_ENABLE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 13, 1, __Value) -+#define SET_TX_DESC_NULL_0_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 14, 1, __Value) -+#define SET_TX_DESC_NULL_1_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 15, 1, __Value) -+#define SET_TX_DESC_BK_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 16, 1, __Value) -+#define SET_TX_DESC_MORE_FRAG_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 17, 1, __Value) -+#define GET_TX_DESC_MORE_FRAG_8814A(__pTxDesc) LE_BITS_TO_4BYTE( __pTxDesc+8, 17, 1) -+#define SET_TX_DESC_RAW_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 18, 1, __Value) -+#define SET_TX_DESC_SPE_RPT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 19, 1, __Value) -+#define SET_TX_DESC_AMPDU_DENSITY_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 20, 3, __Value) -+#define SET_TX_DESC_BT_NULL_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 23, 1, __Value) -+#define SET_TX_DESC_GID_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 24, 6, __Value) -+#define SET_TX_DESC_HW_AES_IV_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+8, 31, 1, __Value) -+ -+ -+// Dword 3 -+#define SET_TX_DESC_WHEADER_LEN_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 0, 5, __Value) -+#define SET_TX_DESC_EARLY_RATE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 5, 1, __Value) -+#define SET_TX_DESC_HW_SSN_SEL_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 6, 2, __Value) -+#define SET_TX_DESC_USE_RATE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 8, 1, __Value) -+#define SET_TX_DESC_DISABLE_RTS_FB_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 9, 1, __Value) -+#define SET_TX_DESC_DISABLE_FB_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 10, 1, __Value) -+#define SET_TX_DESC_CTS2SELF_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 11, 1, __Value) -+#define SET_TX_DESC_RTS_ENABLE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 12, 1, __Value) -+#define SET_TX_DESC_HW_RTS_ENABLE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 13, 1, __Value) -+#define SET_TX_DESC_CHECK_EN_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 14, 1, __Value) -+#define SET_TX_DESC_NAV_USE_HDR_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 15, 1, __Value) -+#define SET_TX_DESC_USE_MAX_LEN_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 16, 1, __Value) -+#define SET_TX_DESC_MAX_AGG_NUM_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 17, 5, __Value) -+#define SET_TX_DESC_NDPA_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 22, 2, __Value) -+#define SET_TX_DESC_AMPDU_MAX_TIME_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+12, 24, 8, __Value) -+ -+// Dword 4 -+#define SET_TX_DESC_TX_RATE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 0, 7, __Value) -+#define SET_TX_DESC_TRY_RATE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 7, 1, __Value) -+#define SET_TX_DESC_DATA_RATE_FB_LIMIT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 8, 5, __Value) -+#define SET_TX_DESC_RTS_RATE_FB_LIMIT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 13, 4, __Value) -+#define SET_TX_DESC_RETRY_LIMIT_ENABLE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 17, 1, __Value) -+#define SET_TX_DESC_DATA_RETRY_LIMIT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 18, 6, __Value) -+#define SET_TX_DESC_RTS_RATE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 24, 5, __Value) -+#define SET_TX_DESC_PCTS_ENABLE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 29, 1, __Value) -+#define SET_TX_DESC_PCTS_MASK_IDX_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+16, 30, 2, __Value) -+ -+ -+// Dword 5 -+#define SET_TX_DESC_DATA_SC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 0, 4, __Value) -+#define SET_TX_DESC_DATA_SHORT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 4, 1, __Value) -+#define SET_TX_DESC_DATA_BW_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 5, 2, __Value) -+#define SET_TX_DESC_DATA_LDPC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 7, 1, __Value) -+#define SET_TX_DESC_DATA_STBC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 8, 2, __Value) -+#define SET_TX_DESC_CTROL_STBC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 10, 2, __Value) -+#define SET_TX_DESC_RTS_SHORT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 12, 1, __Value) -+#define SET_TX_DESC_RTS_SC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 13, 4, __Value) -+#define SET_TX_DESC_SIGNALING_TA_PKT_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 17, 1, __Value) -+#define SET_TX_DESC_PORT_ID_8814A(__pTxDesc,__Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 21, 3, __Value)//20130415 KaiYuan add for 8814 -+#define SET_TX_DESC_TX_ANT_8814A(__pTxDesc,__Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 24, 4, __Value) -+#define SET_TX_DESC_TX_POWER_OFFSET_8814A(__pTxDesc,__Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+20, 28, 3, __Value) -+ -+// Dword 6 -+#define SET_TX_DESC_SW_DEFINE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 0, 12, __Value) -+#define SET_TX_DESC_MBSSID_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 12, 4, __Value) -+#define SET_TX_DESC_ANTSEL_A_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 16, 3, __Value) -+#define SET_TX_DESC_ANTSEL_B_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 19, 3, __Value) -+#define SET_TX_DESC_ANT_MAPA_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 22, 2, __Value) -+#define SET_TX_DESC_ANT_MAPB_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 24, 2, __Value) -+#define SET_TX_DESC_ANT_MAPC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 26, 2, __Value) -+#define SET_TX_DESC_ANT_MAPD_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+24, 28, 2, __Value) -+ -+ -+// Dword 7 -+#if(DEV_BUS_TYPE == RT_PCI_INTERFACE) -+#define SET_TX_DESC_TX_BUFFER_SIZE_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#else -+#define SET_TX_DESC_TX_DESC_CHECKSUM_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 0, 16, __Value) -+#endif -+#define SET_TX_DESC_NTX_MAP_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 20, 4, __Value) -+#define SET_TX_DESC_USB_TXAGG_NUM_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+28, 24, 8, __Value) -+ -+ -+// Dword 8 -+#define SET_TX_DESC_RTS_RC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 0, 6, __Value) -+#define SET_TX_DESC_BAR_RTY_TH_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 6, 2, __Value) -+#define SET_TX_DESC_DATA_RC_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 8, 6, __Value) -+#define SET_TX_DESC_EN_HWEXSEQ_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 14, 1, __Value) -+#define SET_TX_DESC_HWSEQ_EN_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 15, 1, __Value) -+#if(DEV_BUS_TYPE != RT_SDIO_INTERFACE) -+#define SET_TX_DESC_NEXT_HEAD_PAGE_L_8814A(__pTxDesc,__Value)(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 16, 8, __Value) -+#else -+#define SET_TX_DESC_SDIO_SEQ_8814A(__pTxDesc,__Value)(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 16, 8, __Value) //20130415 KaiYuan add for 8814AS -+#endif -+#define SET_TX_DESC_TAIL_PAGE_L_8814A(__pTxDesc,__Value)(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+32, 24, 8, __Value) -+ -+// Dword 9 -+#define SET_TX_DESC_PADDING_LENGTH_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 0, 11, __Value) -+#define SET_TX_DESC_TXBF_PATH_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 11, 1, __Value) -+#define SET_TX_DESC_SEQ_8814A(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 12, 12, __Value) -+#define SET_TX_DESC_NEXT_HEAD_PAGE_H_8814A(__pTxDesc,__Value)(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 24, 4, __Value) -+#define SET_TX_DESC_TAIL_PAGE_H_8814A(__pTxDesc,__Value)(__pTxDesc, __Value) SET_BITS_TO_LE_4BYTE(__pTxDesc+36, 28, 4, __Value) -+ -+ -+ -+#define SET_EARLYMODE_PKTNUM_8814A(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 0, 4, __Value) -+#define SET_EARLYMODE_LEN0_8814A(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 4, 15, __Value) -+#define SET_EARLYMODE_LEN1_1_8814A(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr, 19, 13, __Value) -+#define SET_EARLYMODE_LEN1_2_8814A(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 0, 2, __Value) -+#define SET_EARLYMODE_LEN2_8814A(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 2, 15, __Value) -+#define SET_EARLYMODE_LEN3_8814A(__pAddr, __Value) SET_BITS_TO_LE_4BYTE(__pAddr+4, 17, 15, __Value) -+ -+ -+void rtl8814a_cal_txdesc_chksum(u8 *ptxdesc); -+void rtl8814a_fill_fake_txdesc(PADAPTER padapter,u8*pDesc,u32 BufferLen,u8 IsPsPoll,u8 IsBTQosNull, u8 bDataFrame); -+void rtl8814a_fill_txdesc_sectype(struct pkt_attrib *pattrib, u8 *ptxdesc); -+void rtl8814a_fill_txdesc_vcs(PADAPTER padapter, struct pkt_attrib *pattrib, u8 *ptxdesc); -+void rtl8814a_fill_txdesc_phy(PADAPTER padapter, struct pkt_attrib *pattrib, u8 *ptxdesc); -+ -+#ifdef CONFIG_USB_HCI -+s32 rtl8814au_init_xmit_priv(PADAPTER padapter); -+void rtl8814au_free_xmit_priv(PADAPTER padapter); -+s32 rtl8814au_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8814au_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8814au_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+s32 rtl8814au_xmit_buf_handler(PADAPTER padapter); -+void rtl8814au_xmit_tasklet(void *priv); -+s32 rtl8814au_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+#endif //CONFIG_USB_HCI -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8814ae_init_xmit_priv(PADAPTER padapter); -+void rtl8814ae_free_xmit_priv(PADAPTER padapter); -+struct xmit_buf *rtl8814ae_dequeue_xmitbuf(struct rtw_tx_ring *ring); -+void rtl8814ae_xmitframe_resume(_adapter *padapter); -+s32 rtl8814ae_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8814ae_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8814ae_hal_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtl8814ae_xmit_tasklet(void *priv); -+#endif -+ -+void _dbg_dump_tx_info(_adapter *padapter,int frame_tag, u8 *ptxdesc); -+u8 -+SCMapping_8814( -+ IN PADAPTER Adapter, -+ IN struct pkt_attrib *pattrib -+); -+ -+u8 -+BWMapping_8814( -+ IN PADAPTER Adapter, -+ IN struct pkt_attrib *pattrib -+); -+ -+ -+#endif /* __RTL8814_XMIT_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8821a_spec.h linux/3rdparty/rtl8812au/include/rtl8821a_spec.h ---- linux.old/3rdparty/rtl8812au/include/rtl8821a_spec.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8821a_spec.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,105 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#ifndef __RTL8821A_SPEC_H__ -+#define __RTL8821A_SPEC_H__ -+ -+#include -+// This file should based on "hal_com_reg.h" -+#include -+// Because 8812a and 8821a is the same serial, -+// most of 8821a register definitions are the same as 8812a. -+#include -+ -+ -+//============================================================ -+// 8821A Regsiter offset definition -+//============================================================ -+ -+//============================================================ -+// MAC register -+//============================================================ -+ -+//----------------------------------------------------- -+// 0x0000h ~ 0x00FFh System Configuration -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// 0x0100h ~ 0x01FFh MACTOP General Configuration -+//----------------------------------------------------- -+#define REG_WOWLAN_WAKE_REASON REG_MCUTST_WOWLAN -+ -+//----------------------------------------------------- -+// 0x0200h ~ 0x027Fh TXDMA Configuration -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// 0x0280h ~ 0x02FFh RXDMA Configuration -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// 0x0300h ~ 0x03FFh PCIe -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// 0x0400h ~ 0x047Fh Protocol Configuration -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// 0x0500h ~ 0x05FFh EDCA Configuration -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// 0x0600h ~ 0x07FFh WMAC Configuration -+//----------------------------------------------------- -+ -+ -+//============================================================ -+// SDIO Bus Specification -+//============================================================ -+ -+//----------------------------------------------------- -+// SDIO CMD Address Mapping -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// I/O bus domain (Host) -+//----------------------------------------------------- -+ -+//----------------------------------------------------- -+// SDIO register -+//----------------------------------------------------- -+#undef SDIO_REG_HCPWM1 -+#define SDIO_REG_FREE_TXPG2 0x024 -+#define SDIO_REG_HCPWM1 0x025 -+ -+ -+//============================================================ -+// Regsiter Bit and Content definition -+//============================================================ -+ -+//======================================================== -+// General definitions -+//======================================================== -+ -+#define MACID_NUM_8821A 128 -+#define SEC_CAM_ENT_NUM_8821A 64 -+#define NSS_NUM_8821A 1 -+ -+#endif /* __RTL8821A_SPEC_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtl8821a_xmit.h linux/3rdparty/rtl8812au/include/rtl8821a_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtl8821a_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtl8821a_xmit.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,180 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTL8821A_XMIT_H__ -+#define __RTL8821A_XMIT_H__ -+ -+#include -+ -+typedef struct txdescriptor_8821a -+{ -+ // Offset 0 -+ u32 pktlen:16; -+ u32 offset:8; -+ u32 bmc:1; -+ u32 htc:1; -+ u32 rsvd0026:1; -+ u32 rsvd0027:1; -+ u32 linip:1; -+ u32 noacm:1; -+ u32 gf:1; -+ u32 rsvd0031:1; -+ -+ // Offset 4 -+ u32 macid:7; -+ u32 rsvd0407:1; -+ u32 qsel:5; -+ u32 rdg_nav_ext:1; -+ u32 lsig_txop_en:1; -+ u32 pifs:1; -+ u32 rate_id:5; -+ u32 en_desc_id:1; -+ u32 sectype:2; -+ u32 pkt_offset:5; // unit: 8 bytes -+ u32 moredata:1; -+ u32 txop_ps_cap:1; -+ u32 txop_ps_mode:1; -+ -+ // Offset 8 -+ u32 p_aid:9; -+ u32 rsvd0809:1; -+ u32 cca_rts:2; -+ u32 agg_en:1; -+ u32 rdg_en:1; -+ u32 null_0:1; -+ u32 null_1:1; -+ u32 bk:1; -+ u32 morefrag:1; -+ u32 raw:1; -+ u32 spe_rpt:1; -+ u32 ampdu_density:3; -+ u32 bt_null:1; -+ u32 g_id:6; -+ u32 rsvd0830:2; -+ -+ // Offset 12 -+ u32 wheader_len:4; -+ u32 chk_en:1; -+ u32 early_rate:1; -+ u32 hw_ssn_sel:2; -+ u32 userate:1; -+ u32 disrtsfb:1; -+ u32 disdatafb:1; -+ u32 cts2self:1; -+ u32 rtsen:1; -+ u32 hw_rts_en:1; -+ u32 port_id:1; -+ u32 navusehdr:1; -+ u32 use_max_len:1; -+ u32 max_agg_num:5; -+ u32 ndpa:2; -+ u32 ampdu_max_time:8; -+ -+ // Offset 16 -+ u32 datarate:7; -+ u32 try_rate:1; -+ u32 data_ratefb_lmt:5; -+ u32 rts_ratefb_lmt:4; -+ u32 rty_lmt_en:1; -+ u32 data_rt_lmt:6; -+ u32 rtsrate:5; -+ u32 pcts_en:1; -+ u32 pcts_mask_idx:2; -+ -+ // Offset 20 -+ u32 data_sc:4; -+ u32 data_short:1; -+ u32 data_bw:2; -+ u32 data_ldpc:1; -+ u32 data_stbc:2; -+ u32 vcs_stbc:2; -+ u32 rts_short:1; -+ u32 rts_sc:4; -+ u32 rsvd2016:7; -+ u32 tx_ant:4; -+ u32 txpwr_offset:3; -+ u32 rsvd2031:1; -+ -+ // Offset 24 -+ u32 sw_define:12; -+ u32 mbssid:4; -+ u32 antsel_A:3; -+ u32 antsel_B:3; -+ u32 antsel_C:3; -+ u32 antsel_D:3; -+ u32 rsvd2428:4; -+ -+ // Offset 28 -+ u32 checksum:16; -+ u32 rsvd2816:8; -+ u32 usb_txagg_num:8; -+ -+ // Offset 32 -+ u32 rts_rc:6; -+ u32 bar_rty_th:2; -+ u32 data_rc:6; -+ u32 rsvd3214:1; -+ u32 en_hwseq:1; -+ u32 nextneadpage:8; -+ u32 tailpage:8; -+ -+ // Offset 36 -+ u32 padding_len:11; -+ u32 txbf_path:1; -+ u32 seq:12; -+ u32 final_data_rate:8; -+}TXDESC_8821A, *PTXDESC_8821A; -+ -+#ifdef CONFIG_SDIO_HCI -+s32 InitXmitPriv8821AS(PADAPTER padapter); -+void FreeXmitPriv8821AS(PADAPTER padapter); -+s32 XmitBufHandler8821AS(PADAPTER padapter); -+s32 MgntXmit8821AS(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 HalXmitNoLock8821AS(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 HalXmit8821AS(PADAPTER padapter, struct xmit_frame *pxmitframe); -+#ifndef CONFIG_SDIO_TX_TASKLET -+thread_return XmitThread8821AS(thread_context context); -+#endif // !CONFIG_SDIO_TX_TASKLET -+#endif // CONFIG_SDIO_HCI -+ -+#if 0 -+#ifdef CONFIG_USB_HCI -+s32 rtl8821au_init_xmit_priv(PADAPTER padapter); -+void rtl8821au_free_xmit_priv(PADAPTER padapter); -+s32 rtl8821au_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8821au_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+s32 rtl8821au_hal_xmitframe_enqueue(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8821au_xmit_buf_handler(PADAPTER padapter); -+void rtl8821au_xmit_tasklet(void *priv); -+s32 rtl8821au_xmitframe_complete(PADAPTER padapter, struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+#endif // CONFIG_USB_HCI -+ -+#ifdef CONFIG_PCI_HCI -+s32 rtl8821e_init_xmit_priv(PADAPTER padapter); -+void rtl8821e_free_xmit_priv(PADAPTER padapter); -+struct xmit_buf* rtl8821e_dequeue_xmitbuf(struct rtw_tx_ring *ring); -+void rtl8821e_xmitframe_resume(PADAPTER padapter); -+s32 rtl8821e_hal_xmit(PADAPTER padapter, struct xmit_frame *pxmitframe); -+s32 rtl8821e_mgnt_xmit(PADAPTER padapter, struct xmit_frame *pmgntframe); -+void rtl8821e_xmit_tasklet(void *priv); -+#endif // CONFIG_PCI_HCI -+#endif -+ -+#endif //__RTL8821_XMIT_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_android.h linux/3rdparty/rtl8812au/include/rtw_android.h ---- linux.old/3rdparty/rtl8812au/include/rtw_android.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_android.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,113 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __RTW_ANDROID_H__ -+#define __RTW_ANDROID_H__ -+ -+enum ANDROID_WIFI_CMD { -+ ANDROID_WIFI_CMD_START, -+ ANDROID_WIFI_CMD_STOP, -+ ANDROID_WIFI_CMD_SCAN_ACTIVE, -+ ANDROID_WIFI_CMD_SCAN_PASSIVE, -+ ANDROID_WIFI_CMD_RSSI, -+ ANDROID_WIFI_CMD_LINKSPEED, -+ ANDROID_WIFI_CMD_RXFILTER_START, -+ ANDROID_WIFI_CMD_RXFILTER_STOP, -+ ANDROID_WIFI_CMD_RXFILTER_ADD, -+ ANDROID_WIFI_CMD_RXFILTER_REMOVE, -+ ANDROID_WIFI_CMD_BTCOEXSCAN_START, -+ ANDROID_WIFI_CMD_BTCOEXSCAN_STOP, -+ ANDROID_WIFI_CMD_BTCOEXMODE, -+ ANDROID_WIFI_CMD_SETSUSPENDOPT, -+ ANDROID_WIFI_CMD_P2P_DEV_ADDR, -+ ANDROID_WIFI_CMD_SETFWPATH, -+ ANDROID_WIFI_CMD_SETBAND, -+ ANDROID_WIFI_CMD_GETBAND, -+ ANDROID_WIFI_CMD_COUNTRY, -+ ANDROID_WIFI_CMD_P2P_SET_NOA, -+ ANDROID_WIFI_CMD_P2P_GET_NOA, -+ ANDROID_WIFI_CMD_P2P_SET_PS, -+ ANDROID_WIFI_CMD_SET_AP_WPS_P2P_IE, -+ -+ ANDROID_WIFI_CMD_MIRACAST, -+ -+#ifdef CONFIG_PNO_SUPPORT -+ ANDROID_WIFI_CMD_PNOSSIDCLR_SET, -+ ANDROID_WIFI_CMD_PNOSETUP_SET, -+ ANDROID_WIFI_CMD_PNOENABLE_SET, -+ ANDROID_WIFI_CMD_PNODEBUG_SET, -+#endif -+ -+ ANDROID_WIFI_CMD_MACADDR, -+ -+ ANDROID_WIFI_CMD_BLOCK_SCAN, -+ ANDROID_WIFI_CMD_BLOCK, -+ -+ ANDROID_WIFI_CMD_WFD_ENABLE, -+ ANDROID_WIFI_CMD_WFD_DISABLE, -+ -+ ANDROID_WIFI_CMD_WFD_SET_TCPPORT, -+ ANDROID_WIFI_CMD_WFD_SET_MAX_TPUT, -+ ANDROID_WIFI_CMD_WFD_SET_DEVTYPE, -+ ANDROID_WIFI_CMD_CHANGE_DTIM, -+ ANDROID_WIFI_CMD_HOSTAPD_SET_MACADDR_ACL, -+ ANDROID_WIFI_CMD_HOSTAPD_ACL_ADD_STA, -+ ANDROID_WIFI_CMD_HOSTAPD_ACL_REMOVE_STA, -+#if defined(CONFIG_GTK_OL) && (LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0)) -+ ANDROID_WIFI_CMD_GTK_REKEY_OFFLOAD, -+#endif //CONFIG_GTK_OL -+ ANDROID_WIFI_CMD_P2P_DISABLE, -+ ANDROID_WIFI_CMD_DRIVERVERSION, -+ ANDROID_WIFI_CMD_MAX -+}; -+ -+int rtw_android_cmdstr_to_num(char *cmdstr); -+int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd); -+ -+#if defined(CONFIG_PNO_SUPPORT) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)) -+int rtw_android_pno_enable(struct net_device *net, int pno_enable); -+int rtw_android_cfg80211_pno_setup(struct net_device *net, -+ struct cfg80211_ssid *ssid, int n_ssids, int interval); -+#endif -+ -+#if defined(RTW_ENABLE_WIFI_CONTROL_FUNC) -+int rtw_android_wifictrl_func_add(void); -+void rtw_android_wifictrl_func_del(void); -+void* wl_android_prealloc(int section, unsigned long size); -+ -+int wifi_get_irq_number(unsigned long *irq_flags_ptr); -+int wifi_set_power(int on, unsigned long msec); -+int wifi_get_mac_addr(unsigned char *buf); -+void *wifi_get_country_code(char *ccode); -+#else -+static int rtw_android_wifictrl_func_add(void) { return 0; } -+static void rtw_android_wifictrl_func_del(void) {} -+#endif /* defined(RTW_ENABLE_WIFI_CONTROL_FUNC) */ -+ -+#ifdef CONFIG_GPIO_WAKEUP -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+int wifi_configure_gpio(void); -+#endif //CONFIG_PLATFORM_INTEL_BYT -+void wifi_free_gpio(unsigned int gpio); -+#endif //CONFIG_GPIO_WAKEUP -+ -+ -+#endif //__RTW_ANDROID_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_ap.h linux/3rdparty/rtl8812au/include/rtw_ap.h ---- linux.old/3rdparty/rtl8812au/include/rtw_ap.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_ap.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,80 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_AP_H_ -+#define __RTW_AP_H_ -+ -+ -+#ifdef CONFIG_AP_MODE -+ -+//external function -+extern void rtw_indicate_sta_assoc_event(_adapter *padapter, struct sta_info *psta); -+extern void rtw_indicate_sta_disassoc_event(_adapter *padapter, struct sta_info *psta); -+ -+ -+void init_mlme_ap_info(_adapter *padapter); -+void free_mlme_ap_info(_adapter *padapter); -+//void update_BCNTIM(_adapter *padapter); -+void rtw_add_bcn_ie(_adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 index, u8 *data, u8 len); -+void rtw_remove_bcn_ie(_adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 index); -+void _update_beacon(_adapter *padapter, u8 ie_id, u8 *oui, u8 tx, const char *tag); -+#define update_beacon(adapter, ie_id, oui, tx) _update_beacon((adapter), (ie_id), (oui), (tx), __func__) -+void add_RATid(_adapter *padapter, struct sta_info *psta, u8 rssi_level); -+void expire_timeout_chk(_adapter *padapter); -+void update_sta_info_apmode(_adapter *padapter, struct sta_info *psta); -+void rtw_start_bss_hdl_after_chbw_decided(_adapter *adapter); -+void start_bss_network(_adapter *padapter, struct createbss_parm *parm); -+int rtw_check_beacon_data(_adapter *padapter, u8 *pbuf, int len); -+void rtw_ap_restore_network(_adapter *padapter); -+void rtw_set_macaddr_acl(_adapter *padapter, int mode); -+int rtw_acl_add_sta(_adapter *padapter, u8 *addr); -+int rtw_acl_remove_sta(_adapter *padapter, u8 *addr); -+ -+u8 rtw_ap_set_pairwise_key(_adapter *padapter, struct sta_info *psta); -+int rtw_ap_set_group_key(_adapter *padapter, u8 *key, u8 alg, int keyid); -+int rtw_ap_set_wep_key(_adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx); -+ -+#ifdef CONFIG_NATIVEAP_MLME -+void associated_clients_update(_adapter *padapter, u8 updated, u32 sta_info_type); -+void bss_cap_update_on_sta_join(_adapter *padapter, struct sta_info *psta); -+u8 bss_cap_update_on_sta_leave(_adapter *padapter, struct sta_info *psta); -+void sta_info_update(_adapter *padapter, struct sta_info *psta); -+void ap_sta_info_defer_update(_adapter *padapter, struct sta_info *psta); -+u8 ap_free_sta(_adapter *padapter, struct sta_info *psta, bool active, u16 reason, bool enqueue); -+int rtw_sta_flush(_adapter *padapter, bool enqueue); -+int rtw_ap_inform_ch_switch(_adapter *padapter, u8 new_ch, u8 ch_offset); -+void start_ap_mode(_adapter *padapter); -+void stop_ap_mode(_adapter *padapter); -+#endif -+ -+void rtw_ap_update_bss_chbw(_adapter *adapter, WLAN_BSSID_EX *bss, u8 ch, u8 bw, u8 offset); -+bool rtw_ap_chbw_decision(_adapter *adapter, u8 req_ch, u8 req_bw, u8 req_offset, u8 *ch, u8 *bw, u8 *offset); -+ -+#ifdef CONFIG_AUTO_AP_MODE -+extern void rtw_start_auto_ap(_adapter *adapter); -+#endif //CONFIG_AUTO_AP_MODE -+ -+#endif //end of CONFIG_AP_MODE -+ -+#endif -+void update_bmc_sta(_adapter *padapter); -+ -+void rtw_process_ht_action_smps(_adapter *padapter, u8 *ta, u8 ctrl_field); -+void rtw_process_public_act_bsscoex(_adapter *padapter, u8 *pframe, uint frame_len); -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_beamforming.h linux/3rdparty/rtl8812au/include/rtw_beamforming.h ---- linux.old/3rdparty/rtl8812au/include/rtw_beamforming.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_beamforming.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,150 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_BEAMFORMING_H_ -+#define __RTW_BEAMFORMING_H_ -+ -+#ifdef CONFIG_BEAMFORMING -+ -+#if (BEAMFORMING_SUPPORT == 0) /*for diver defined beamforming*/ -+#define BEAMFORMING_ENTRY_NUM 2 -+#define GET_BEAMFORM_INFO(_pmlmepriv) ((struct beamforming_info *)(&(_pmlmepriv)->beamforming_info)) -+ -+ -+typedef enum _BEAMFORMING_ENTRY_STATE -+{ -+ BEAMFORMING_ENTRY_STATE_UNINITIALIZE, -+ BEAMFORMING_ENTRY_STATE_INITIALIZEING, -+ BEAMFORMING_ENTRY_STATE_INITIALIZED, -+ BEAMFORMING_ENTRY_STATE_PROGRESSING, -+ BEAMFORMING_ENTRY_STATE_PROGRESSED, -+}BEAMFORMING_ENTRY_STATE, *PBEAMFORMING_ENTRY_STATE; -+ -+ -+typedef enum _BEAMFORMING_STATE -+{ -+ BEAMFORMING_STATE_IDLE, -+ BEAMFORMING_STATE_START, -+ BEAMFORMING_STATE_END, -+}BEAMFORMING_STATE, *PBEAMFORMING_STATE; -+ -+ -+typedef enum _BEAMFORMING_CAP -+{ -+ BEAMFORMING_CAP_NONE = 0x0, -+ BEAMFORMER_CAP_HT_EXPLICIT = 0x1, -+ BEAMFORMEE_CAP_HT_EXPLICIT = 0x2, -+ BEAMFORMER_CAP_VHT_SU = 0x4, // Self has er Cap, because Reg er & peer ee -+ BEAMFORMEE_CAP_VHT_SU = 0x8, // Self has ee Cap, because Reg ee & peer er -+ BEAMFORMER_CAP = 0x10, -+ BEAMFORMEE_CAP = 0x20, -+}BEAMFORMING_CAP, *PBEAMFORMING_CAP; -+ -+ -+typedef enum _SOUNDING_MODE -+{ -+ SOUNDING_SW_VHT_TIMER = 0x0, -+ SOUNDING_SW_HT_TIMER = 0x1, -+ SOUNDING_STOP_All_TIMER = 0x2, -+ SOUNDING_HW_VHT_TIMER = 0x3, -+ SOUNDING_HW_HT_TIMER = 0x4, -+ SOUNDING_STOP_OID_TIMER = 0x5, -+ SOUNDING_AUTO_VHT_TIMER = 0x6, -+ SOUNDING_AUTO_HT_TIMER = 0x7, -+ SOUNDING_FW_VHT_TIMER = 0x8, -+ SOUNDING_FW_HT_TIMER = 0x9, -+}SOUNDING_MODE, *PSOUNDING_MODE; -+ -+struct beamforming_entry { -+ BOOLEAN bUsed; -+ BOOLEAN bSound; -+ u16 aid; // Used to construct AID field of NDPA packet. -+ u16 mac_id; // Used to Set Reg42C in IBSS mode. -+ u16 p_aid; // Used to fill Reg42C & Reg714 to compare with P_AID of Tx DESC. -+ u16 g_id; -+ u8 mac_addr[6];// Used to fill Reg6E4 to fill Mac address of CSI report frame. -+ CHANNEL_WIDTH sound_bw; // Sounding BandWidth -+ u16 sound_period; -+ BEAMFORMING_CAP beamforming_entry_cap; -+ BEAMFORMING_ENTRY_STATE beamforming_entry_state; -+ u8 ClockResetTimes; /*Modified by Jeffery @2015-04-10*/ -+ u8 PreLogSeq; /*Modified by Jeffery @2015-03-30*/ -+ u8 LogSeq; /*Modified by Jeffery @2014-10-29*/ -+ u16 LogRetryCnt:3; /*Modified by Jeffery @2014-10-29*/ -+ u16 LogSuccess:2; /*Modified by Jeffery @2014-10-29*/ -+ -+ u8 LogStatusFailCnt; -+ u8 PreCsiReport[327]; -+ u8 DefaultCsiCnt; -+ BOOLEAN bDefaultCSI; -+}; -+ -+struct sounding_info { -+ u8 sound_idx; -+ CHANNEL_WIDTH sound_bw; -+ SOUNDING_MODE sound_mode; -+ u16 sound_period; -+}; -+ -+struct beamforming_info { -+ BEAMFORMING_CAP beamforming_cap; -+ BEAMFORMING_STATE beamforming_state; -+ struct beamforming_entry beamforming_entry[BEAMFORMING_ENTRY_NUM]; -+ u8 beamforming_cur_idx; -+ u8 beamforming_in_progress; -+ u8 sounding_sequence; -+ struct sounding_info sounding_info; -+}; -+ -+struct rtw_ndpa_sta_info { -+ u16 aid:12; -+ u16 feedback_type:1; -+ u16 nc_index:3; -+}; -+ -+BEAMFORMING_CAP beamforming_get_entry_beam_cap_by_mac_id(PVOID pmlmepriv ,u8 mac_id); -+void beamforming_notify(PADAPTER adapter); -+BEAMFORMING_CAP beamforming_get_beamform_cap(struct beamforming_info *pBeamInfo); -+ -+BOOLEAN beamforming_send_ht_ndpa_packet(PADAPTER Adapter, u8 *ra, CHANNEL_WIDTH bw, u8 qidx); -+BOOLEAN beamforming_send_vht_ndpa_packet(PADAPTER Adapter, u8 *ra, u16 aid, CHANNEL_WIDTH bw, u8 qidx); -+ -+void beamforming_check_sounding_success(PADAPTER Adapter,BOOLEAN status); -+ -+void beamforming_watchdog(PADAPTER Adapter); -+#endif /*#if (BEAMFORMING_SUPPORT ==0)- for diver defined beamforming*/ -+ -+enum BEAMFORMING_CTRL_TYPE { -+ BEAMFORMING_CTRL_ENTER = 0, -+ BEAMFORMING_CTRL_LEAVE = 1, -+ BEAMFORMING_CTRL_START_PERIOD = 2, -+ BEAMFORMING_CTRL_END_PERIOD = 3, -+ BEAMFORMING_CTRL_SOUNDING_FAIL = 4, -+ BEAMFORMING_CTRL_SOUNDING_CLK = 5, -+}; -+u32 beamforming_get_report_frame(PADAPTER Adapter, union recv_frame *precv_frame); -+void beamforming_get_ndpa_frame(PADAPTER Adapter, union recv_frame *precv_frame); -+ -+void beamforming_wk_hdl(_adapter *padapter, u8 type, u8 *pbuf); -+u8 beamforming_wk_cmd(_adapter*padapter, s32 type, u8 *pbuf, s32 size, u8 enqueue); -+void update_attrib_txbf_info(_adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta); -+ -+#endif /*#ifdef CONFIG_BEAMFORMING */ -+ -+#endif /*__RTW_BEAMFORMING_H_*/ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_br_ext.h linux/3rdparty/rtl8812au/include/rtw_br_ext.h ---- linux.old/3rdparty/rtl8812au/include/rtw_br_ext.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_br_ext.h 2017-06-07 23:07:21.041690310 +0300 -@@ -0,0 +1,76 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_BR_EXT_H_ -+#define _RTW_BR_EXT_H_ -+ -+#if 1 // rtw_wifi_driver -+#define CL_IPV6_PASS 1 -+#define MACADDRLEN 6 -+#define _DEBUG_ERR DBG_8192C -+#define _DEBUG_INFO //DBG_8192C -+#define DEBUG_WARN DBG_8192C -+#define DEBUG_INFO //DBG_8192C -+#define DEBUG_ERR DBG_8192C -+//#define GET_MY_HWADDR ((GET_MIB(priv))->dot11OperationEntry.hwaddr) -+#define GET_MY_HWADDR(padapter) (adapter_mac_addr(padapter)) -+#endif // rtw_wifi_driver -+ -+#define NAT25_HASH_BITS 4 -+#define NAT25_HASH_SIZE (1 << NAT25_HASH_BITS) -+#define NAT25_AGEING_TIME 300 -+ -+#ifdef CL_IPV6_PASS -+#define MAX_NETWORK_ADDR_LEN 17 -+#else -+#define MAX_NETWORK_ADDR_LEN 11 -+#endif -+ -+struct nat25_network_db_entry -+{ -+ struct nat25_network_db_entry *next_hash; -+ struct nat25_network_db_entry **pprev_hash; -+ atomic_t use_count; -+ unsigned char macAddr[6]; -+ unsigned long ageing_timer; -+ unsigned char networkAddr[MAX_NETWORK_ADDR_LEN]; -+}; -+ -+enum NAT25_METHOD { -+ NAT25_MIN, -+ NAT25_CHECK, -+ NAT25_INSERT, -+ NAT25_LOOKUP, -+ NAT25_PARSE, -+ NAT25_MAX -+}; -+ -+struct br_ext_info { -+ unsigned int nat25_disable; -+ unsigned int macclone_enable; -+ unsigned int dhcp_bcst_disable; -+ int addPPPoETag; // 1: Add PPPoE relay-SID, 0: disable -+ unsigned char nat25_dmzMac[MACADDRLEN]; -+ unsigned int nat25sc_disable; -+}; -+ -+void nat25_db_cleanup(_adapter *priv); -+ -+#endif // _RTW_BR_EXT_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_btcoex.h linux/3rdparty/rtl8812au/include/rtw_btcoex.h ---- linux.old/3rdparty/rtl8812au/include/rtw_btcoex.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_btcoex.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,396 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_BTCOEX_H__ -+#define __RTW_BTCOEX_H__ -+ -+#include -+ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ -+#define NETLINK_USER 31 -+#define CONNECT_PORT 30000 -+#define CONNECT_PORT_BT 30001 -+#define KERNEL_SOCKET_OK 0x01 -+#define NETLINK_SOCKET_OK 0x02 -+ -+#define OTHER 0 -+#define RX_ATTEND_ACK 1 -+#define RX_LEAVE_ACK 2 -+#define RX_BT_LEAVE 3 -+#define RX_INVITE_REQ 4 -+#define RX_ATTEND_REQ 5 -+#define RX_INVITE_RSP 6 -+ -+#define invite_req "INVITE_REQ" -+#define invite_rsp "INVITE_RSP" -+#define attend_req "ATTEND_REQ" -+#define attend_ack "ATTEND_ACK" -+#define wifi_leave "WIFI_LEAVE" -+#define leave_ack "LEAVE_ACK" -+#define bt_leave "BT_LEAVE" -+ -+#define BT_INFO_NOTIFY_CMD 0x0106 -+#define BT_INFO_LEN 8 -+ -+typedef struct _HCI_LINK_INFO{ -+ u2Byte ConnectHandle; -+ u1Byte IncomingTrafficMode; -+ u1Byte OutgoingTrafficMode; -+ u1Byte BTProfile; -+ u1Byte BTCoreSpec; -+ s1Byte BT_RSSI; -+ u1Byte TrafficProfile; -+ u1Byte linkRole; -+}HCI_LINK_INFO, *PHCI_LINK_INFO; -+ -+#define MAX_BT_ACL_LINK_NUM 8 -+ -+typedef struct _HCI_EXT_CONFIG{ -+ HCI_LINK_INFO aclLink[MAX_BT_ACL_LINK_NUM]; -+ u1Byte btOperationCode; -+ u2Byte CurrentConnectHandle; -+ u1Byte CurrentIncomingTrafficMode; -+ u1Byte CurrentOutgoingTrafficMode; -+ -+ u1Byte NumberOfACL; -+ u1Byte NumberOfSCO; -+ u1Byte CurrentBTStatus; -+ u2Byte HCIExtensionVer; -+ -+ BOOLEAN bEnableWifiScanNotify; -+}HCI_EXT_CONFIG, *PHCI_EXT_CONFIG; -+ -+typedef struct _HCI_PHY_LINK_BSS_INFO{ -+ u2Byte bdCap; // capability information -+ -+ // Qos related. Added by Annie, 2005-11-01. -+ //BSS_QOS BssQos; -+ -+}HCI_PHY_LINK_BSS_INFO, *PHCI_PHY_LINK_BSS_INFO; -+ -+typedef enum _BT_CONNECT_TYPE{ -+ BT_CONNECT_AUTH_REQ =0x00, -+ BT_CONNECT_AUTH_RSP =0x01, -+ BT_CONNECT_ASOC_REQ =0x02, -+ BT_CONNECT_ASOC_RSP =0x03, -+ BT_DISCONNECT =0x04 -+}BT_CONNECT_TYPE,*PBT_CONNECT_TYPE; -+ -+ -+typedef struct _PACKET_IRP_HCIEVENT_DATA { -+ u8 EventCode; -+ u8 Length; //total cmd length = extension event length+1(extension event code length) -+ u8 Data[1]; // byte1 is extension event code -+} rtw_HCI_event; -+ -+ -+struct btinfo_8761ATV { -+ u8 cid; -+ u8 len; -+ -+ u8 bConnection:1; -+ u8 bSCOeSCO:1; -+ u8 bInQPage:1; -+ u8 bACLBusy:1; -+ u8 bSCOBusy:1; -+ u8 bHID:1; -+ u8 bA2DP:1; -+ u8 bFTP:1; -+ -+ u8 retry_cnt:4; -+ u8 rsvd_34:1; -+ u8 bPage:1; -+ u8 TRxMask:1; -+ u8 Sniff_attempt:1; -+ -+ u8 rssi; -+ -+ u8 A2dp_rate:1; -+ u8 ReInit:1; -+ u8 MaxPower:1; -+ u8 bEnIgnoreWlanAct:1; -+ u8 TxPowerLow:1; -+ u8 TxPowerHigh:1; -+ u8 eSCO_SCO:1; -+ u8 Master_Slave:1; -+ -+ u8 ACL_TRx_TP_low; -+ u8 ACL_TRx_TP_high; -+}; -+ -+#define HCIOPCODE(_OCF, _OGF) ((_OGF)<<10|(_OCF)) -+#define HCIOPCODELOW(_OCF, _OGF) (u8)(HCIOPCODE(_OCF, _OGF)&0x00ff) -+#define HCIOPCODEHIGHT(_OCF, _OGF) (u8)(HCIOPCODE(_OCF, _OGF)>>8) -+#define HCI_OGF(opCode) (unsigned char)((0xFC00 & (opCode)) >> 10) -+#define HCI_OCF(opCode) ( 0x3FF & (opCode)) -+ -+ -+typedef enum _HCI_STATUS{ -+ HCI_STATUS_SUCCESS =0x00, //Success -+ HCI_STATUS_UNKNOW_HCI_CMD =0x01, //Unknown HCI Command -+ HCI_STATUS_UNKNOW_CONNECT_ID =0X02, //Unknown Connection Identifier -+ HCI_STATUS_HW_FAIL =0X03, //Hardware Failure -+ HCI_STATUS_PAGE_TIMEOUT =0X04, //Page Timeout -+ HCI_STATUS_AUTH_FAIL =0X05, //Authentication Failure -+ HCI_STATUS_PIN_OR_KEY_MISSING =0X06, //PIN or Key Missing -+ HCI_STATUS_MEM_CAP_EXCEED =0X07, //Memory Capacity Exceeded -+ HCI_STATUS_CONNECT_TIMEOUT =0X08, //Connection Timeout -+ HCI_STATUS_CONNECT_LIMIT =0X09, //Connection Limit Exceeded -+ HCI_STATUS_SYN_CONNECT_LIMIT =0X0a, //Synchronous Connection Limit To A Device Exceeded -+ HCI_STATUS_ACL_CONNECT_EXISTS =0X0b, //ACL Connection Already Exists -+ HCI_STATUS_CMD_DISALLOW =0X0c, //Command Disallowed -+ HCI_STATUS_CONNECT_RJT_LIMIT_RESOURCE =0X0d, //Connection Rejected due to Limited Resources -+ HCI_STATUS_CONNECT_RJT_SEC_REASON =0X0e, //Connection Rejected Due To Security Reasons -+ HCI_STATUS_CONNECT_RJT_UNACCEPT_BD_ADDR =0X0f, //Connection Rejected due to Unacceptable BD_ADDR -+ HCI_STATUS_CONNECT_ACCEPT_TIMEOUT =0X10, //Connection Accept Timeout Exceeded -+ HCI_STATUS_UNSUPPORT_FEATURE_PARA_VALUE =0X11, //Unsupported Feature or Parameter Value -+ HCI_STATUS_INVALID_HCI_CMD_PARA_VALUE =0X12, //Invalid HCI Command Parameters -+ HCI_STATUS_REMOTE_USER_TERMINATE_CONNECT =0X13, //Remote User Terminated Connection -+ HCI_STATUS_REMOTE_DEV_TERMINATE_LOW_RESOURCE =0X14, //Remote Device Terminated Connection due to Low Resources -+ HCI_STATUS_REMOTE_DEV_TERMINATE_CONNECT_POWER_OFF =0X15, //Remote Device Terminated Connection due to Power Off -+ HCI_STATUS_CONNECT_TERMINATE_LOCAL_HOST =0X16, //Connection Terminated By Local Host -+ HCI_STATUS_REPEATE_ATTEMPT =0X17, //Repeated Attempts -+ HCI_STATUS_PAIR_NOT_ALLOW =0X18, //Pairing Not Allowed -+ HCI_STATUS_UNKNOW_LMP_PDU =0X19, //Unknown LMP PDU -+ HCI_STATUS_UNSUPPORT_REMOTE_LMP_FEATURE =0X1a, //Unsupported Remote Feature / Unsupported LMP Feature -+ HCI_STATUS_SOC_OFFSET_REJECT =0X1b, //SCO Offset Rejected -+ HCI_STATUS_SOC_INTERVAL_REJECT =0X1c, //SCO Interval Rejected -+ HCI_STATUS_SOC_AIR_MODE_REJECT =0X1d,//SCO Air Mode Rejected -+ HCI_STATUS_INVALID_LMP_PARA =0X1e, //Invalid LMP Parameters -+ HCI_STATUS_UNSPECIFIC_ERROR =0X1f, //Unspecified Error -+ HCI_STATUS_UNSUPPORT_LMP_PARA_VALUE =0X20, //Unsupported LMP Parameter Value -+ HCI_STATUS_ROLE_CHANGE_NOT_ALLOW =0X21, //Role Change Not Allowed -+ HCI_STATUS_LMP_RESPONSE_TIMEOUT =0X22, //LMP Response Timeout -+ HCI_STATUS_LMP_ERROR_TRANSACTION_COLLISION =0X23, //LMP Error Transaction Collision -+ HCI_STATUS_LMP_PDU_NOT_ALLOW =0X24, //LMP PDU Not Allowed -+ HCI_STATUS_ENCRYPTION_MODE_NOT_ALLOW =0X25, //Encryption Mode Not Acceptable -+ HCI_STATUS_LINK_KEY_CAN_NOT_CHANGE =0X26, //Link Key Can Not be Changed -+ HCI_STATUS_REQUEST_QOS_NOT_SUPPORT =0X27, //Requested QoS Not Supported -+ HCI_STATUS_INSTANT_PASSED =0X28, //Instant Passed -+ HCI_STATUS_PAIRING_UNIT_KEY_NOT_SUPPORT =0X29, //Pairing With Unit Key Not Supported -+ HCI_STATUS_DIFFERENT_TRANSACTION_COLLISION =0X2a, //Different Transaction Collision -+ HCI_STATUS_RESERVE_1 =0X2b, //Reserved -+ HCI_STATUS_QOS_UNACCEPT_PARA =0X2c, //QoS Unacceptable Parameter -+ HCI_STATUS_QOS_REJECT =0X2d, //QoS Rejected -+ HCI_STATUS_CHNL_CLASSIFICATION_NOT_SUPPORT =0X2e, //Channel Classification Not Supported -+ HCI_STATUS_INSUFFICIENT_SECURITY =0X2f, //Insufficient Security -+ HCI_STATUS_PARA_OUT_OF_RANGE =0x30, //Parameter Out Of Mandatory Range -+ HCI_STATUS_RESERVE_2 =0X31, //Reserved -+ HCI_STATUS_ROLE_SWITCH_PENDING =0X32, //Role Switch Pending -+ HCI_STATUS_RESERVE_3 =0X33, //Reserved -+ HCI_STATUS_RESERVE_SOLT_VIOLATION =0X34, //Reserved Slot Violation -+ HCI_STATUS_ROLE_SWITCH_FAIL =0X35, //Role Switch Failed -+ HCI_STATUS_EXTEND_INQUIRY_RSP_TOO_LARGE =0X36, //Extended Inquiry Response Too Large -+ HCI_STATUS_SEC_SIMPLE_PAIRING_NOT_SUPPORT =0X37, //Secure Simple Pairing Not Supported By Host. -+ HCI_STATUS_HOST_BUSY_PAIRING =0X38, //Host Busy - Pairing -+ HCI_STATUS_CONNECT_REJ_NOT_SUIT_CHNL_FOUND =0X39, //Connection Rejected due to No Suitable Channel Found -+ HCI_STATUS_CONTROLLER_BUSY =0X3a //CONTROLLER BUSY -+}RTW_HCI_STATUS; -+ -+#define HCI_EVENT_COMMAND_COMPLETE 0x0e -+ -+#define OGF_EXTENSION 0X3f -+typedef enum HCI_EXTENSION_COMMANDS{ -+ HCI_SET_ACL_LINK_DATA_FLOW_MODE =0x0010, -+ HCI_SET_ACL_LINK_STATUS =0x0020, -+ HCI_SET_SCO_LINK_STATUS =0x0030, -+ HCI_SET_RSSI_VALUE =0x0040, -+ HCI_SET_CURRENT_BLUETOOTH_STATUS =0x0041, -+ -+ //The following is for RTK8723 -+ HCI_EXTENSION_VERSION_NOTIFY =0x0100, -+ HCI_LINK_STATUS_NOTIFY =0x0101, -+ HCI_BT_OPERATION_NOTIFY =0x0102, -+ HCI_ENABLE_WIFI_SCAN_NOTIFY =0x0103, -+ HCI_QUERY_RF_STATUS =0x0104, -+ HCI_BT_ABNORMAL_NOTIFY =0x0105, -+ HCI_BT_INFO_NOTIFY =0x0106, -+ HCI_BT_COEX_NOTIFY =0x0107, -+ HCI_BT_PATCH_VERSION_NOTIFY =0x0108, -+ HCI_BT_AFH_MAP_NOTIFY =0x0109, -+ HCI_BT_REGISTER_VALUE_NOTIFY =0x010a, -+ -+ //The following is for IVT -+ HCI_WIFI_CURRENT_CHANNEL =0x0300, -+ HCI_WIFI_CURRENT_BANDWIDTH =0x0301, -+ HCI_WIFI_CONNECTION_STATUS =0x0302 -+}RTW_HCI_EXT_CMD; -+ -+#define HCI_EVENT_EXTENSION_RTK 0xfe -+typedef enum HCI_EXTENSION_EVENT_RTK{ -+ HCI_EVENT_EXT_WIFI_SCAN_NOTIFY =0x01, -+ HCI_EVENT_EXT_WIFI_RF_STATUS_NOTIFY =0x02, -+ HCI_EVENT_EXT_BT_INFO_CONTROL =0x03, -+ HCI_EVENT_EXT_BT_COEX_CONTROL =0x04 -+}RTW_HCI_EXT_EVENT; -+ -+typedef enum _BT_TRAFFIC_MODE{ -+ BT_MOTOR_EXT_BE = 0x00, //Best Effort. Default. for HCRP, PAN, SDP, RFCOMM-based profiles like FTP,OPP, SPP, DUN, etc. -+ BT_MOTOR_EXT_GUL = 0x01, //Guaranteed Latency. This type of traffic is used e.g. for HID and AVRCP. -+ BT_MOTOR_EXT_GUB = 0X02, //Guaranteed Bandwidth. -+ BT_MOTOR_EXT_GULB = 0X03 //Guaranteed Latency and Bandwidth. for A2DP and VDP. -+} BT_TRAFFIC_MODE; -+ -+typedef enum _BT_TRAFFIC_MODE_PROFILE{ -+ BT_PROFILE_NONE, -+ BT_PROFILE_A2DP, -+ BT_PROFILE_PAN , -+ BT_PROFILE_HID, -+ BT_PROFILE_SCO -+} BT_TRAFFIC_MODE_PROFILE; -+ -+typedef enum _HCI_EXT_BT_OPERATION { -+ HCI_BT_OP_NONE = 0x0, -+ HCI_BT_OP_INQUIRY_START = 0x1, -+ HCI_BT_OP_INQUIRY_FINISH = 0x2, -+ HCI_BT_OP_PAGING_START = 0x3, -+ HCI_BT_OP_PAGING_SUCCESS = 0x4, -+ HCI_BT_OP_PAGING_UNSUCCESS = 0x5, -+ HCI_BT_OP_PAIRING_START = 0x6, -+ HCI_BT_OP_PAIRING_FINISH = 0x7, -+ HCI_BT_OP_BT_DEV_ENABLE = 0x8, -+ HCI_BT_OP_BT_DEV_DISABLE = 0x9, -+ HCI_BT_OP_MAX -+} HCI_EXT_BT_OPERATION, *PHCI_EXT_BT_OPERATION; -+ -+typedef struct _BT_MGNT{ -+ BOOLEAN bBTConnectInProgress; -+ BOOLEAN bLogLinkInProgress; -+ BOOLEAN bPhyLinkInProgress; -+ BOOLEAN bPhyLinkInProgressStartLL; -+ u1Byte BtCurrentPhyLinkhandle; -+ u2Byte BtCurrentLogLinkhandle; -+ u1Byte CurrentConnectEntryNum; -+ u1Byte DisconnectEntryNum; -+ u1Byte CurrentBTConnectionCnt; -+ BT_CONNECT_TYPE BTCurrentConnectType; -+ BT_CONNECT_TYPE BTReceiveConnectPkt; -+ u1Byte BTAuthCount; -+ u1Byte BTAsocCount; -+ BOOLEAN bStartSendSupervisionPkt; -+ BOOLEAN BtOperationOn; -+ BOOLEAN BTNeedAMPStatusChg; -+ BOOLEAN JoinerNeedSendAuth; -+ HCI_PHY_LINK_BSS_INFO bssDesc; -+ HCI_EXT_CONFIG ExtConfig; -+ BOOLEAN bNeedNotifyAMPNoCap; -+ BOOLEAN bCreateSpportQos; -+ BOOLEAN bSupportProfile; -+ u1Byte BTChannel; -+ BOOLEAN CheckChnlIsSuit; -+ BOOLEAN bBtScan; -+ BOOLEAN btLogoTest; -+ BOOLEAN bRfStatusNotified; -+ BOOLEAN bBtRsvedPageDownload; -+}BT_MGNT, *PBT_MGNT; -+ -+struct bt_coex_info { -+ /* For Kernel Socket */ -+ struct socket *udpsock; -+ struct sockaddr_in wifi_sockaddr; /*wifi socket*/ -+ struct sockaddr_in bt_sockaddr;/* BT socket */ -+ struct sock *sk_store;/*back up socket for UDP RX int*/ -+ -+ /* store which socket is OK */ -+ u8 sock_open; -+ -+ u8 BT_attend; -+ u8 is_exist; /* socket exist */ -+ BT_MGNT BtMgnt; -+ struct workqueue_struct *btcoex_wq; -+ struct delayed_work recvmsg_work; -+}; -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+#define PACKET_NORMAL 0 -+#define PACKET_DHCP 1 -+#define PACKET_ARP 2 -+#define PACKET_EAPOL 3 -+ -+void rtw_btcoex_Initialize(PADAPTER); -+void rtw_btcoex_PowerOnSetting(PADAPTER padapter); -+void rtw_btcoex_PreLoadFirmware(PADAPTER padapter); -+void rtw_btcoex_HAL_Initialize(PADAPTER padapter, u8 bWifiOnly); -+void rtw_btcoex_IpsNotify(PADAPTER, u8 type); -+void rtw_btcoex_LpsNotify(PADAPTER, u8 type); -+void rtw_btcoex_ScanNotify(PADAPTER, u8 type); -+void rtw_btcoex_ConnectNotify(PADAPTER, u8 action); -+void rtw_btcoex_MediaStatusNotify(PADAPTER, u8 mediaStatus); -+void rtw_btcoex_SpecialPacketNotify(PADAPTER, u8 pktType); -+void rtw_btcoex_IQKNotify(PADAPTER padapter, u8 state); -+void rtw_btcoex_BtInfoNotify(PADAPTER, u8 length, u8 *tmpBuf); -+void rtw_btcoex_SuspendNotify(PADAPTER, u8 state); -+void rtw_btcoex_HaltNotify(PADAPTER); -+void rtw_btcoex_SwitchBtTRxMask(PADAPTER); -+void rtw_btcoex_Switch(PADAPTER, u8 enable); -+u8 rtw_btcoex_IsBtDisabled(PADAPTER); -+void rtw_btcoex_Handler(PADAPTER); -+s32 rtw_btcoex_IsBTCoexRejectAMPDU(PADAPTER padapter); -+s32 rtw_btcoex_IsBTCoexCtrlAMPDUSize(PADAPTER); -+u32 rtw_btcoex_GetAMPDUSize(PADAPTER); -+void rtw_btcoex_SetManualControl(PADAPTER, u8 bmanual); -+u8 rtw_btcoex_1Ant(PADAPTER); -+u8 rtw_btcoex_IsBtControlLps(PADAPTER); -+u8 rtw_btcoex_IsLpsOn(PADAPTER); -+u8 rtw_btcoex_RpwmVal(PADAPTER); -+u8 rtw_btcoex_LpsVal(PADAPTER); -+void rtw_btcoex_SetBTCoexist(PADAPTER, u8 bBtExist); -+void rtw_btcoex_SetChipType(PADAPTER, u8 chipType); -+void rtw_btcoex_SetPGAntNum(PADAPTER, u8 antNum); -+u8 rtw_btcoex_GetPGAntNum(PADAPTER); -+void rtw_btcoex_SetSingleAntPath(PADAPTER padapter, u8 singleAntPath); -+u32 rtw_btcoex_GetRaMask(PADAPTER); -+void rtw_btcoex_RecordPwrMode(PADAPTER, u8 *pCmdBuf, u8 cmdLen); -+void rtw_btcoex_DisplayBtCoexInfo(PADAPTER, u8 *pbuf, u32 bufsize); -+void rtw_btcoex_SetDBG(PADAPTER, u32 *pDbgModule); -+u32 rtw_btcoex_GetDBG(PADAPTER, u8 *pStrBuf, u32 bufSize); -+u8 rtw_btcoex_IncreaseScanDeviceNum(PADAPTER); -+u8 rtw_btcoex_IsBtLinkExist(PADAPTER); -+void rtw_btcoex_BTOffOnNotify(PADAPTER padapter, u8 bBTON); -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+void rtw_btcoex_SetBtPatchVersion(PADAPTER padapter,u16 btHciVer, u16 btPatchVer); -+void rtw_btcoex_SetHciVersion(PADAPTER padapter, u16 hciVersion); -+void rtw_btcoex_StackUpdateProfileInfo(void); -+void rtw_btcoex_init_socket(_adapter *padapter); -+void rtw_btcoex_close_socket(_adapter *padapter); -+void rtw_btcoex_dump_tx_msg(u8 *tx_msg, u8 len, u8 *msg_name); -+u8 rtw_btcoex_sendmsgbysocket(_adapter *padapter, u8 *msg, u8 msg_size, bool force); -+u8 rtw_btcoex_create_kernel_socket(_adapter *padapter); -+void rtw_btcoex_close_kernel_socket(_adapter *padapter); -+void rtw_btcoex_recvmsgbysocket(void *data); -+u16 rtw_btcoex_parse_recv_data(u8 *msg, u8 msg_size); -+u8 rtw_btcoex_btinfo_cmd(PADAPTER padapter, u8 *pbuf, u16 length); -+void rtw_btcoex_parse_hci_cmd(_adapter *padapter, u8 *cmd, u16 len); -+void rtw_btcoex_SendEventExtBtCoexControl(PADAPTER Adapter, u8 bNeedDbgRsp, u8 dataLen, void *pData); -+void rtw_btcoex_SendEventExtBtInfoControl(PADAPTER Adapter, u8 dataLen, void *pData); -+void rtw_btcoex_SendScanNotify(PADAPTER padapter, u8 scanType); -+#define BT_SendEventExtBtCoexControl(Adapter, bNeedDbgRsp, dataLen, pData) rtw_btcoex_SendEventExtBtCoexControl(Adapter, bNeedDbgRsp, dataLen, pData) -+#define BT_SendEventExtBtInfoControl(Adapter, dataLen, pData) rtw_btcoex_SendEventExtBtInfoControl(Adapter, dataLen, pData) -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+// ================================================== -+// Below Functions are called by BT-Coex -+// ================================================== -+void rtw_btcoex_rx_ampdu_apply(PADAPTER); -+void rtw_btcoex_LPS_Enter(PADAPTER); -+void rtw_btcoex_LPS_Leave(PADAPTER); -+ -+#endif // __RTW_BTCOEX_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_bt_mp.h linux/3rdparty/rtl8812au/include/rtw_bt_mp.h ---- linux.old/3rdparty/rtl8812au/include/rtw_bt_mp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_bt_mp.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,319 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef __RTW_BT_MP_H -+#define __RTW_BT_MP_H -+ -+ -+#if(MP_DRIVER == 1) -+ -+#pragma pack(1) -+ -+// definition for BT_UP_OP_BT_READY -+#define MP_BT_NOT_READY 0 -+#define MP_BT_READY 1 -+ -+// definition for BT_UP_OP_BT_SET_MODE -+typedef enum _MP_BT_MODE{ -+ MP_BT_MODE_RF_TXRX_TEST_MODE = 0, -+ MP_BT_MODE_BT20_DUT_TEST_MODE = 1, -+ MP_BT_MODE_BT40_DIRECT_TEST_MODE = 2, -+ MP_BT_MODE_CONNECT_TEST_MODE = 3, -+ MP_BT_MODE_MAX -+}MP_BT_MODE,*PMP_BT_MODE; -+ -+ -+// definition for BT_UP_OP_BT_SET_TX_RX_PARAMETER -+typedef struct _BT_TXRX_PARAMETERS{ -+ u1Byte txrxChannel; -+ u4Byte txrxTxPktCnt; -+ u1Byte txrxTxPktInterval; -+ u1Byte txrxPayloadType; -+ u1Byte txrxPktType; -+ u2Byte txrxPayloadLen; -+ u4Byte txrxPktHeader; -+ u1Byte txrxWhitenCoeff; -+ u1Byte txrxBdaddr[6]; -+ u1Byte txrxTxGainIndex; -+} BT_TXRX_PARAMETERS, *PBT_TXRX_PARAMETERS; -+ -+// txrxPktType -+typedef enum _MP_BT_PKT_TYPE{ -+ MP_BT_PKT_DH1 = 0, -+ MP_BT_PKT_DH3 = 1, -+ MP_BT_PKT_DH5 = 2, -+ MP_BT_PKT_2DH1 = 3, -+ MP_BT_PKT_2DH3 = 4, -+ MP_BT_PKT_2DH5 = 5, -+ MP_BT_PKT_3DH1 = 6, -+ MP_BT_PKT_3DH3 = 7, -+ MP_BT_PKT_3DH5 = 8, -+ MP_BT_PKT_LE = 9, -+ MP_BT_PKT_MAX -+}MP_BT_PKT_TYPE,*PMP_BT_PKT_TYPE; -+// txrxPayloadType -+typedef enum _MP_BT_PAYLOAD_TYPE{ -+ MP_BT_PAYLOAD_01010101 = 0, -+ MP_BT_PAYLOAD_ALL_1 = 1, -+ MP_BT_PAYLOAD_ALL_0 = 2, -+ MP_BT_PAYLOAD_11110000 = 3, -+ MP_BT_PAYLOAD_PRBS9 = 4, -+ MP_BT_PAYLOAD_MAX = 8, -+}MP_BT_PAYLOAD_TYPE,*PMP_BT_PAYLOAD_TYPE; -+ -+ -+// definition for BT_UP_OP_BT_TEST_CTRL -+typedef enum _MP_BT_TEST_CTRL{ -+ MP_BT_TEST_STOP_ALL_TESTS = 0, -+ MP_BT_TEST_START_RX_TEST = 1, -+ MP_BT_TEST_START_PACKET_TX_TEST = 2, -+ MP_BT_TEST_START_CONTINUOUS_TX_TEST = 3, -+ MP_BT_TEST_START_INQUIRY_SCAN_TEST = 4, -+ MP_BT_TEST_START_PAGE_SCAN_TEST = 5, -+ MP_BT_TEST_START_INQUIRY_PAGE_SCAN_TEST = 6, -+ MP_BT_TEST_START_LEGACY_CONNECT_TEST = 7, -+ MP_BT_TEST_START_LE_CONNECT_TEST_INITIATOR = 8, -+ MP_BT_TEST_START_LE_CONNECT_TEST_ADVERTISER = 9, -+ MP_BT_TEST_MAX -+}MP_BT_TEST_CTRL,*PMP_BT_TEST_CTRL; -+ -+ -+typedef enum _RTL_EXT_C2H_EVT -+{ -+ EXT_C2H_WIFI_FW_ACTIVE_RSP = 0, -+ EXT_C2H_TRIG_BY_BT_FW = 1, -+ MAX_EXT_C2HEVENT -+}RTL_EXT_C2H_EVT; -+ -+ -+// return status definition to the user layer -+typedef enum _BT_CTRL_STATUS{ -+ BT_STATUS_SUCCESS = 0x00, // Success -+ BT_STATUS_BT_OP_SUCCESS = 0x01, // bt fw op execution success -+ BT_STATUS_H2C_SUCCESS = 0x02, // H2c success -+ BT_STATUS_H2C_TIMTOUT = 0x03, // H2c timeout -+ BT_STATUS_H2C_BT_NO_RSP = 0x04, // H2c sent, bt no rsp -+ BT_STATUS_C2H_SUCCESS = 0x05, // C2h success -+ BT_STATUS_C2H_REQNUM_MISMATCH = 0x06, // bt fw wrong rsp -+ BT_STATUS_OPCODE_U_VERSION_MISMATCH = 0x07, // Upper layer OP code version mismatch. -+ BT_STATUS_OPCODE_L_VERSION_MISMATCH = 0x08, // Lower layer OP code version mismatch. -+ BT_STATUS_UNKNOWN_OPCODE_U = 0x09, // Unknown Upper layer OP code -+ BT_STATUS_UNKNOWN_OPCODE_L = 0x0a, // Unknown Lower layer OP code -+ BT_STATUS_PARAMETER_FORMAT_ERROR_U = 0x0b, // Wrong parameters sent by upper layer. -+ BT_STATUS_PARAMETER_FORMAT_ERROR_L = 0x0c, // bt fw parameter format is not consistency -+ BT_STATUS_PARAMETER_OUT_OF_RANGE_U = 0x0d, // uppery layer parameter value is out of range -+ BT_STATUS_PARAMETER_OUT_OF_RANGE_L = 0x0e, // bt fw parameter value is out of range -+ BT_STATUS_UNKNOWN_STATUS_L = 0x0f, // bt returned an defined status code -+ BT_STATUS_UNKNOWN_STATUS_H = 0x10, // driver need to do error handle or not handle-well. -+ BT_STATUS_WRONG_LEVEL = 0x11, // should be under passive level -+ BT_STATUS_MAX -+}BT_CTRL_STATUS,*PBT_CTRL_STATUS; -+ -+// OP codes definition between the user layer and driver -+typedef enum _BT_CTRL_OPCODE_UPPER{ -+ BT_UP_OP_BT_READY = 0x00, -+ BT_UP_OP_BT_SET_MODE = 0x01, -+ BT_UP_OP_BT_SET_TX_RX_PARAMETER = 0x02, -+ BT_UP_OP_BT_SET_GENERAL = 0x03, -+ BT_UP_OP_BT_GET_GENERAL = 0x04, -+ BT_UP_OP_BT_TEST_CTRL = 0x05, -+ BT_UP_OP_TEST_BT = 0x06, -+ BT_UP_OP_MAX -+}BT_CTRL_OPCODE_UPPER,*PBT_CTRL_OPCODE_UPPER; -+ -+ -+typedef enum _BT_SET_GENERAL{ -+ BT_GSET_REG = 0x00, -+ BT_GSET_RESET = 0x01, -+ BT_GSET_TARGET_BD_ADDR = 0x02, -+ BT_GSET_TX_PWR_FINETUNE = 0x03, -+ BT_SET_TRACKING_INTERVAL = 0x04, -+ BT_SET_THERMAL_METER = 0x05, -+ BT_ENABLE_CFO_TRACKING = 0x06, -+ BT_GSET_UPDATE_BT_PATCH = 0x07, -+ BT_GSET_MAX -+}BT_SET_GENERAL,*PBT_SET_GENERAL; -+ -+typedef enum _BT_GET_GENERAL{ -+ BT_GGET_REG = 0x00, -+ BT_GGET_STATUS = 0x01, -+ BT_GGET_REPORT = 0x02, -+ BT_GGET_AFH_MAP = 0x03, -+ BT_GGET_AFH_STATUS = 0x04, -+ BT_GGET_MAX -+}BT_GET_GENERAL,*PBT_GET_GENERAL; -+ -+// definition for BT_UP_OP_BT_SET_GENERAL -+typedef enum _BT_REG_TYPE{ -+ BT_REG_RF = 0, -+ BT_REG_MODEM = 1, -+ BT_REG_BLUEWIZE = 2, -+ BT_REG_VENDOR = 3, -+ BT_REG_LE = 4, -+ BT_REG_MAX -+}BT_REG_TYPE,*PBT_REG_TYPE; -+ -+// definition for BT_LO_OP_GET_AFH_MAP -+typedef enum _BT_AFH_MAP_TYPE{ -+ BT_AFH_MAP_RESULT = 0, -+ BT_AFH_MAP_WIFI_PSD_ONLY = 1, -+ BT_AFH_MAP_WIFI_CH_BW_ONLY = 2, -+ BT_AFH_MAP_BT_PSD_ONLY = 3, -+ BT_AFH_MAP_HOST_CLASSIFICATION_ONLY = 4, -+ BT_AFH_MAP_MAX -+}BT_AFH_MAP_TYPE,*PBT_AFH_MAP_TYPE; -+ -+// definition for BT_UP_OP_BT_GET_GENERAL -+typedef enum _BT_REPORT_TYPE{ -+ BT_REPORT_RX_PACKET_CNT = 0, -+ BT_REPORT_RX_ERROR_BITS = 1, -+ BT_REPORT_RSSI = 2, -+ BT_REPORT_CFO_HDR_QUALITY = 3, -+ BT_REPORT_CONNECT_TARGET_BD_ADDR = 4, -+ BT_REPORT_MAX -+}BT_REPORT_TYPE,*PBT_REPORT_TYPE; -+ -+VOID -+MPTBT_Test( -+ IN PADAPTER Adapter, -+ IN u1Byte opCode, -+ IN u1Byte byte1, -+ IN u1Byte byte2, -+ IN u1Byte byte3 -+ ); -+ -+NDIS_STATUS -+MPTBT_SendOidBT( -+ IN PADAPTER pAdapter, -+ IN PVOID InformationBuffer, -+ IN ULONG InformationBufferLength, -+ OUT PULONG BytesRead, -+ OUT PULONG BytesNeeded -+ ); -+ -+VOID -+MPTBT_FwC2hBtMpCtrl( -+ PADAPTER Adapter, -+ pu1Byte tmpBuf, -+ u1Byte length -+ ); -+ -+void MPh2c_timeout_handle(void *FunctionContext); -+ -+VOID mptbt_BtControlProcess( -+ PADAPTER Adapter, -+ PVOID pInBuf -+ ); -+ -+#define BT_H2C_MAX_RETRY 1 -+#define BT_MAX_C2H_LEN 20 -+ -+typedef struct _BT_REQ_CMD{ -+ UCHAR opCodeVer; -+ UCHAR OpCode; -+ USHORT paraLength; -+ UCHAR pParamStart[100]; -+} BT_REQ_CMD, *PBT_REQ_CMD; -+ -+typedef struct _BT_RSP_CMD{ -+ USHORT status; -+ USHORT paraLength; -+ UCHAR pParamStart[100]; -+} BT_RSP_CMD, *PBT_RSP_CMD; -+ -+ -+typedef struct _BT_H2C{ -+ u1Byte opCodeVer:4; -+ u1Byte reqNum:4; -+ u1Byte opCode; -+ u1Byte buf[100]; -+}BT_H2C, *PBT_H2C; -+ -+ -+ -+typedef struct _BT_EXT_C2H{ -+ u1Byte extendId; -+ u1Byte statusCode:4; -+ u1Byte retLen:4; -+ u1Byte opCodeVer:4; -+ u1Byte reqNum:4; -+ u1Byte buf[100]; -+}BT_EXT_C2H, *PBT_EXT_C2H; -+ -+ -+typedef enum _BT_OPCODE_STATUS{ -+ BT_OP_STATUS_SUCCESS = 0x00, // Success -+ BT_OP_STATUS_VERSION_MISMATCH = 0x01, -+ BT_OP_STATUS_UNKNOWN_OPCODE = 0x02, -+ BT_OP_STATUS_ERROR_PARAMETER = 0x03, -+ BT_OP_STATUS_MAX -+}BT_OPCODE_STATUS,*PBT_OPCODE_STATUS; -+ -+ -+ -+//OP codes definition between driver and bt fw -+typedef enum _BT_CTRL_OPCODE_LOWER{ -+ BT_LO_OP_GET_BT_VERSION = 0x00, -+ BT_LO_OP_RESET = 0x01, -+ BT_LO_OP_TEST_CTRL = 0x02, -+ BT_LO_OP_SET_BT_MODE = 0x03, -+ BT_LO_OP_SET_CHNL_TX_GAIN = 0x04, -+ BT_LO_OP_SET_PKT_TYPE_LEN = 0x05, -+ BT_LO_OP_SET_PKT_CNT_L_PL_TYPE = 0x06, -+ BT_LO_OP_SET_PKT_CNT_H_PKT_INTV = 0x07, -+ BT_LO_OP_SET_PKT_HEADER = 0x08, -+ BT_LO_OP_SET_WHITENCOEFF = 0x09, -+ BT_LO_OP_SET_BD_ADDR_L = 0x0a, -+ BT_LO_OP_SET_BD_ADDR_H = 0x0b, -+ BT_LO_OP_WRITE_REG_ADDR = 0x0c, -+ BT_LO_OP_WRITE_REG_VALUE = 0x0d, -+ BT_LO_OP_GET_BT_STATUS = 0x0e, -+ BT_LO_OP_GET_BD_ADDR_L = 0x0f, -+ BT_LO_OP_GET_BD_ADDR_H = 0x10, -+ BT_LO_OP_READ_REG = 0x11, -+ BT_LO_OP_SET_TARGET_BD_ADDR_L = 0x12, -+ BT_LO_OP_SET_TARGET_BD_ADDR_H = 0x13, -+ BT_LO_OP_SET_TX_POWER_CALIBRATION = 0x14, -+ BT_LO_OP_GET_RX_PKT_CNT_L = 0x15, -+ BT_LO_OP_GET_RX_PKT_CNT_H = 0x16, -+ BT_LO_OP_GET_RX_ERROR_BITS_L = 0x17, -+ BT_LO_OP_GET_RX_ERROR_BITS_H = 0x18, -+ BT_LO_OP_GET_RSSI = 0x19, -+ BT_LO_OP_GET_CFO_HDR_QUALITY_L = 0x1a, -+ BT_LO_OP_GET_CFO_HDR_QUALITY_H = 0x1b, -+ BT_LO_OP_GET_TARGET_BD_ADDR_L = 0x1c, -+ BT_LO_OP_GET_TARGET_BD_ADDR_H = 0x1d, -+ BT_LO_OP_GET_AFH_MAP_L = 0x1e, -+ BT_LO_OP_GET_AFH_MAP_M = 0x1f, -+ BT_LO_OP_GET_AFH_MAP_H = 0x20, -+ BT_LO_OP_GET_AFH_STATUS = 0x21, -+ BT_LO_OP_SET_TRACKING_INTERVAL = 0x22, -+ BT_LO_OP_SET_THERMAL_METER = 0x23, -+ BT_LO_OP_ENABLE_CFO_TRACKING = 0x24, -+ BT_LO_OP_MAX -+}BT_CTRL_OPCODE_LOWER,*PBT_CTRL_OPCODE_LOWER; -+ -+ -+ -+ -+#endif /* #if(MP_DRIVER == 1) */ -+ -+#endif // #ifndef __INC_MPT_BT_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_byteorder.h linux/3rdparty/rtl8812au/include/rtw_byteorder.h ---- linux.old/3rdparty/rtl8812au/include/rtw_byteorder.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_byteorder.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,39 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTL871X_BYTEORDER_H_ -+#define _RTL871X_BYTEORDER_H_ -+ -+ -+#if defined (CONFIG_LITTLE_ENDIAN) && defined (CONFIG_BIG_ENDIAN) -+#error "Shall be CONFIG_LITTLE_ENDIAN or CONFIG_BIG_ENDIAN, but not both!\n" -+#endif -+ -+#if defined (CONFIG_LITTLE_ENDIAN) -+#ifndef CONFIG_PLATFORM_MSTAR389 -+# include -+#endif -+#elif defined (CONFIG_BIG_ENDIAN) -+# include -+#else -+# error "Must be LITTLE/BIG Endian Host" -+#endif -+ -+#endif /* _RTL871X_BYTEORDER_H_ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_cmd.h linux/3rdparty/rtl8812au/include/rtw_cmd.h ---- linux.old/3rdparty/rtl8812au/include/rtw_cmd.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_cmd.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,1308 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_CMD_H_ -+#define __RTW_CMD_H_ -+ -+ -+#define C2H_MEM_SZ (16*1024) -+ -+#ifndef CONFIG_RTL8711FW -+ -+ #define FREE_CMDOBJ_SZ 128 -+ -+ #define MAX_CMDSZ 1024 -+ #define MAX_RSPSZ 512 -+ #define MAX_EVTSZ 1024 -+ -+#ifdef PLATFORM_OS_CE -+ #define CMDBUFF_ALIGN_SZ 4 -+#else -+ #define CMDBUFF_ALIGN_SZ 512 -+#endif -+ -+ struct cmd_obj { -+ _adapter *padapter; -+ u16 cmdcode; -+ u8 res; -+ u8 *parmbuf; -+ u32 cmdsz; -+ u8 *rsp; -+ u32 rspsz; -+ struct submit_ctx *sctx; -+ //_sema cmd_sem; -+ _list list; -+ }; -+ -+ /* cmd flags */ -+ enum { -+ RTW_CMDF_DIRECTLY = BIT0, -+ RTW_CMDF_WAIT_ACK = BIT1, -+ }; -+ -+ struct cmd_priv { -+ _sema cmd_queue_sema; -+ //_sema cmd_done_sema; -+ _sema terminate_cmdthread_sema; -+ _queue cmd_queue; -+ u8 cmd_seq; -+ u8 *cmd_buf; //shall be non-paged, and 4 bytes aligned -+ u8 *cmd_allocated_buf; -+ u8 *rsp_buf; //shall be non-paged, and 4 bytes aligned -+ u8 *rsp_allocated_buf; -+ u32 cmd_issued_cnt; -+ u32 cmd_done_cnt; -+ u32 rsp_cnt; -+ ATOMIC_T cmdthd_running; -+ //u8 cmdthd_running; -+ u8 stop_req; -+ _adapter *padapter; -+ _mutex sctx_mutex; -+ }; -+ -+#ifdef CONFIG_EVENT_THREAD_MODE -+ struct evt_obj { -+ u16 evtcode; -+ u8 res; -+ u8 *parmbuf; -+ u32 evtsz; -+ _list list; -+ }; -+#endif -+ -+ struct evt_priv { -+#ifdef CONFIG_EVENT_THREAD_MODE -+ _sema evt_notify; -+ _sema terminate_evtthread_sema; -+ _queue evt_queue; -+#endif -+ -+#define CONFIG_C2H_WK -+#ifdef CONFIG_C2H_WK -+ _workitem c2h_wk; -+ bool c2h_wk_alive; -+ struct rtw_cbuf *c2h_queue; -+ #define C2H_QUEUE_MAX_LEN 10 -+#endif -+ -+#ifdef CONFIG_H2CLBK -+ _sema lbkevt_done; -+ u8 lbkevt_limit; -+ u8 lbkevt_num; -+ u8 *cmdevt_parm; -+#endif -+ ATOMIC_T event_seq; -+ u8 *evt_buf; //shall be non-paged, and 4 bytes aligned -+ u8 *evt_allocated_buf; -+ u32 evt_done_cnt; -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ u8 *c2h_mem; -+ u8 *allocated_c2h_mem; -+#ifdef PLATFORM_OS_XP -+ PMDL pc2h_mdl; -+#endif -+#endif -+ -+ }; -+ -+#define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \ -+do {\ -+ _rtw_init_listhead(&pcmd->list);\ -+ pcmd->cmdcode = code;\ -+ pcmd->parmbuf = (u8 *)(pparm);\ -+ pcmd->cmdsz = sizeof (*pparm);\ -+ pcmd->rsp = NULL;\ -+ pcmd->rspsz = 0;\ -+} while(0) -+ -+#define init_h2fwcmd_w_parm_no_parm_rsp(pcmd, code) \ -+do {\ -+ _rtw_init_listhead(&pcmd->list);\ -+ pcmd->cmdcode = code;\ -+ pcmd->parmbuf = NULL;\ -+ pcmd->cmdsz = 0;\ -+ pcmd->rsp = NULL;\ -+ pcmd->rspsz = 0;\ -+} while(0) -+ -+struct c2h_evt_hdr { -+ u8 id:4; -+ u8 plen:4; -+ u8 seq; -+ u8 payload[0]; -+}; -+ -+struct c2h_evt_hdr_88xx { -+ u8 id; -+ u8 seq; -+ u8 payload[12]; -+ u8 plen; -+ u8 trigger; -+}; -+ -+#define c2h_evt_valid(c2h_evt) ((c2h_evt)->id || (c2h_evt)->plen) -+ -+struct P2P_PS_Offload_t { -+ u8 Offload_En:1; -+ u8 role:1; // 1: Owner, 0: Client -+ u8 CTWindow_En:1; -+ u8 NoA0_En:1; -+ u8 NoA1_En:1; -+ u8 AllStaSleep:1; // Only valid in Owner -+ u8 discovery:1; -+ u8 rsvd:1; -+}; -+ -+struct P2P_PS_CTWPeriod_t { -+ u8 CTWPeriod; //TU -+}; -+ -+#ifdef CONFIG_P2P_WOWLAN -+ -+struct P2P_WoWlan_Offload_t{ -+ u8 Disconnect_Wkup_Drv:1; -+ u8 role:2; -+ u8 Wps_Config[2]; -+}; -+ -+#endif //CONFIG_P2P_WOWLAN -+ -+extern u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); -+extern struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv); -+extern void rtw_free_cmd_obj(struct cmd_obj *pcmd); -+ -+#ifdef CONFIG_EVENT_THREAD_MODE -+extern u32 rtw_enqueue_evt(struct evt_priv *pevtpriv, struct evt_obj *obj); -+extern struct evt_obj *rtw_dequeue_evt(_queue *queue); -+extern void rtw_free_evt_obj(struct evt_obj *pcmd); -+#endif -+ -+void rtw_stop_cmd_thread(_adapter *adapter); -+thread_return rtw_cmd_thread(thread_context context); -+ -+extern u32 rtw_init_cmd_priv (struct cmd_priv *pcmdpriv); -+extern void rtw_free_cmd_priv (struct cmd_priv *pcmdpriv); -+ -+extern u32 rtw_init_evt_priv (struct evt_priv *pevtpriv); -+extern void rtw_free_evt_priv (struct evt_priv *pevtpriv); -+extern void rtw_cmd_clr_isr(struct cmd_priv *pcmdpriv); -+extern void rtw_evt_notify_isr(struct evt_priv *pevtpriv); -+#ifdef CONFIG_P2P -+u8 p2p_protocol_wk_cmd(_adapter*padapter, int intCmdType ); -+#endif //CONFIG_P2P -+ -+#else -+ //#include -+#endif /* CONFIG_RTL8711FW */ -+ -+enum rtw_drvextra_cmd_id -+{ -+ NONE_WK_CID, -+ DYNAMIC_CHK_WK_CID, -+ DM_CTRL_WK_CID, -+ PBC_POLLING_WK_CID, -+ POWER_SAVING_CTRL_WK_CID,//IPS,AUTOSuspend -+ LPS_CTRL_WK_CID, -+ ANT_SELECT_WK_CID, -+ P2P_PS_WK_CID, -+ P2P_PROTO_WK_CID, -+ CHECK_HIQ_WK_CID,//for softap mode, check hi queue if empty -+ INTEl_WIDI_WK_CID, -+ C2H_WK_CID, -+ RTP_TIMER_CFG_WK_CID, -+ RESET_SECURITYPRIV, // add for CONFIG_IEEE80211W, none 11w also can use -+ FREE_ASSOC_RESOURCES, // add for CONFIG_IEEE80211W, none 11w also can use -+ DM_IN_LPS_WK_CID, -+ DM_RA_MSK_WK_CID, //add for STA update RAMask when bandwith change. -+ BEAMFORMING_WK_CID, -+ LPS_CHANGE_DTIM_CID, -+ BTINFO_WK_CID, -+ DFS_MASTER_WK_CID, -+ MAX_WK_CID -+}; -+ -+enum LPS_CTRL_TYPE -+{ -+ LPS_CTRL_SCAN=0, -+ LPS_CTRL_JOINBSS=1, -+ LPS_CTRL_CONNECT=2, -+ LPS_CTRL_DISCONNECT=3, -+ LPS_CTRL_SPECIAL_PACKET=4, -+ LPS_CTRL_LEAVE=5, -+ LPS_CTRL_TRAFFIC_BUSY = 6, -+ LPS_CTRL_TX_TRAFFIC_LEAVE = 7, -+ LPS_CTRL_RX_TRAFFIC_LEAVE = 8, -+ LPS_CTRL_ENTER = 9, -+}; -+ -+enum STAKEY_TYPE -+{ -+ GROUP_KEY =0, -+ UNICAST_KEY =1, -+ TDLS_KEY =2, -+}; -+ -+enum RFINTFS { -+ SWSI, -+ HWSI, -+ HWPI, -+}; -+ -+/* -+Caller Mode: Infra, Ad-HoC(C) -+ -+Notes: To enter USB suspend mode -+ -+Command Mode -+ -+*/ -+struct usb_suspend_parm { -+ u32 action;// 1: sleep, 0:resume -+}; -+ -+/* -+Caller Mode: Infra, Ad-HoC -+ -+Notes: To join a known BSS. -+ -+Command-Event Mode -+ -+*/ -+ -+/* -+Caller Mode: Infra, Ad-Hoc -+ -+Notes: To join the specified bss -+ -+Command Event Mode -+ -+*/ -+struct joinbss_parm { -+ WLAN_BSSID_EX network; -+}; -+ -+/* -+Caller Mode: Infra, Ad-HoC(C) -+ -+Notes: To disconnect the current associated BSS -+ -+Command Mode -+ -+*/ -+struct disconnect_parm { -+ u32 deauth_timeout_ms; -+}; -+ -+/* -+Caller Mode: AP, Ad-HoC(M) -+ -+Notes: To create a BSS -+ -+Command Mode -+*/ -+struct createbss_parm { -+ bool adhoc; -+ -+ /* used by AP mode now */ -+ s16 req_ch; -+ u8 req_bw; -+ u8 req_offset; -+}; -+ -+/* -+Caller Mode: AP, Ad-HoC, Infra -+ -+Notes: To set the NIC mode of RTL8711 -+ -+Command Mode -+ -+The definition of mode: -+ -+#define IW_MODE_AUTO 0 // Let the driver decides which AP to join -+#define IW_MODE_ADHOC 1 // Single cell network (Ad-Hoc Clients) -+#define IW_MODE_INFRA 2 // Multi cell network, roaming, .. -+#define IW_MODE_MASTER 3 // Synchronisation master or Access Point -+#define IW_MODE_REPEAT 4 // Wireless Repeater (forwarder) -+#define IW_MODE_SECOND 5 // Secondary master/repeater (backup) -+#define IW_MODE_MONITOR 6 // Passive monitor (listen only) -+ -+*/ -+struct setopmode_parm { -+ u8 mode; -+ u8 rsvd[3]; -+}; -+ -+/* -+Caller Mode: AP, Ad-HoC, Infra -+ -+Notes: To ask RTL8711 performing site-survey -+ -+Command-Event Mode -+ -+*/ -+ -+#define RTW_SSID_SCAN_AMOUNT 9 // for WEXT_CSCAN_AMOUNT 9 -+#define RTW_CHANNEL_SCAN_AMOUNT (14+37) -+struct sitesurvey_parm { -+ sint scan_mode; //active: 1, passive: 0 -+ /* sint bsslimit; // 1 ~ 48 */ -+ u8 ssid_num; -+ u8 ch_num; -+ NDIS_802_11_SSID ssid[RTW_SSID_SCAN_AMOUNT]; -+ struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To set the auth type of RTL8711. open/shared/802.1x -+ -+Command Mode -+ -+*/ -+struct setauth_parm { -+ u8 mode; //0: legacy open, 1: legacy shared 2: 802.1x -+ u8 _1x; //0: PSK, 1: TLS -+ u8 rsvd[2]; -+}; -+ -+/* -+Caller Mode: Infra -+ -+a. algorithm: wep40, wep104, tkip & aes -+b. keytype: grp key/unicast key -+c. key contents -+ -+when shared key ==> keyid is the camid -+when 802.1x ==> keyid [0:1] ==> grp key -+when 802.1x ==> keyid > 2 ==> unicast key -+ -+*/ -+struct setkey_parm { -+ u8 algorithm; // encryption algorithm, could be none, wep40, TKIP, CCMP, wep104 -+ u8 keyid; -+ u8 grpkey; // 1: this is the grpkey for 802.1x. 0: this is the unicast key for 802.1x -+ u8 set_tx; // 1: main tx key for wep. 0: other key. -+ u8 key[16]; // this could be 40 or 104 -+}; -+ -+/* -+When in AP or Ad-Hoc mode, this is used to -+allocate an sw/hw entry for a newly associated sta. -+ -+Command -+ -+when shared key ==> algorithm/keyid -+ -+*/ -+struct set_stakey_parm { -+ u8 addr[ETH_ALEN]; -+ u8 algorithm; -+ u8 keyid; -+ u8 key[16]; -+}; -+ -+struct set_stakey_rsp { -+ u8 addr[ETH_ALEN]; -+ u8 keyid; -+ u8 rsvd; -+}; -+ -+/* -+Caller Ad-Hoc/AP -+ -+Command -Rsp(AID == CAMID) mode -+ -+This is to force fw to add an sta_data entry per driver's request. -+ -+FW will write an cam entry associated with it. -+ -+*/ -+struct set_assocsta_parm { -+ u8 addr[ETH_ALEN]; -+}; -+ -+struct set_assocsta_rsp { -+ u8 cam_id; -+ u8 rsvd[3]; -+}; -+ -+/* -+ Caller Ad-Hoc/AP -+ -+ Command mode -+ -+ This is to force fw to del an sta_data entry per driver's request -+ -+ FW will invalidate the cam entry associated with it. -+ -+*/ -+struct del_assocsta_parm { -+ u8 addr[ETH_ALEN]; -+}; -+ -+/* -+Caller Mode: AP/Ad-HoC(M) -+ -+Notes: To notify fw that given staid has changed its power state -+ -+Command Mode -+ -+*/ -+struct setstapwrstate_parm { -+ u8 staid; -+ u8 status; -+ u8 hwaddr[6]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To setup the basic rate of RTL8711 -+ -+Command Mode -+ -+*/ -+struct setbasicrate_parm { -+ u8 basicrates[NumRates]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To read the current basic rate -+ -+Command-Rsp Mode -+ -+*/ -+struct getbasicrate_parm { -+ u32 rsvd; -+}; -+ -+struct getbasicrate_rsp { -+ u8 basicrates[NumRates]; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To setup the data rate of RTL8711 -+ -+Command Mode -+ -+*/ -+struct setdatarate_parm { -+#ifdef MP_FIRMWARE_OFFLOAD -+ u32 curr_rateidx; -+#else -+ u8 mac_id; -+ u8 datarates[NumRates]; -+#endif -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To read the current data rate -+ -+Command-Rsp Mode -+ -+*/ -+struct getdatarate_parm { -+ u32 rsvd; -+ -+}; -+struct getdatarate_rsp { -+ u8 datarates[NumRates]; -+}; -+ -+ -+/* -+Caller Mode: Any -+AP: AP can use the info for the contents of beacon frame -+Infra: STA can use the info when sitesurveying -+Ad-HoC(M): Like AP -+Ad-HoC(C): Like STA -+ -+ -+Notes: To set the phy capability of the NIC -+ -+Command Mode -+ -+*/ -+ -+struct setphyinfo_parm { -+ struct regulatory_class class_sets[NUM_REGULATORYS]; -+ u8 status; -+}; -+ -+struct getphyinfo_parm { -+ u32 rsvd; -+}; -+ -+struct getphyinfo_rsp { -+ struct regulatory_class class_sets[NUM_REGULATORYS]; -+ u8 status; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To set the channel/modem/band -+This command will be used when channel/modem/band is changed. -+ -+Command Mode -+ -+*/ -+struct setphy_parm { -+ u8 rfchannel; -+ u8 modem; -+}; -+ -+/* -+Caller Mode: Any -+ -+Notes: To get the current setting of channel/modem/band -+ -+Command-Rsp Mode -+ -+*/ -+struct getphy_parm { -+ u32 rsvd; -+ -+}; -+struct getphy_rsp { -+ u8 rfchannel; -+ u8 modem; -+}; -+ -+struct readBB_parm { -+ u8 offset; -+}; -+struct readBB_rsp { -+ u8 value; -+}; -+ -+struct readTSSI_parm { -+ u8 offset; -+}; -+struct readTSSI_rsp { -+ u8 value; -+}; -+ -+struct readMAC_parm { -+ u8 len; -+ u32 addr; -+}; -+ -+struct writeBB_parm { -+ u8 offset; -+ u8 value; -+}; -+ -+struct readRF_parm { -+ u8 offset; -+}; -+struct readRF_rsp { -+ u32 value; -+}; -+ -+struct writeRF_parm { -+ u32 offset; -+ u32 value; -+}; -+ -+struct getrfintfs_parm { -+ u8 rfintfs; -+}; -+ -+ -+struct Tx_Beacon_param -+{ -+ WLAN_BSSID_EX network; -+}; -+ -+/* -+ Notes: This command is used for H2C/C2H loopback testing -+ -+ mac[0] == 0 -+ ==> CMD mode, return H2C_SUCCESS. -+ The following condition must be ture under CMD mode -+ mac[1] == mac[4], mac[2] == mac[3], mac[0]=mac[5]= 0; -+ s0 == 0x1234, s1 == 0xabcd, w0 == 0x78563412, w1 == 0x5aa5def7; -+ s2 == (b1 << 8 | b0); -+ -+ mac[0] == 1 -+ ==> CMD_RSP mode, return H2C_SUCCESS_RSP -+ -+ The rsp layout shall be: -+ rsp: parm: -+ mac[0] = mac[5]; -+ mac[1] = mac[4]; -+ mac[2] = mac[3]; -+ mac[3] = mac[2]; -+ mac[4] = mac[1]; -+ mac[5] = mac[0]; -+ s0 = s1; -+ s1 = swap16(s0); -+ w0 = swap32(w1); -+ b0 = b1 -+ s2 = s0 + s1 -+ b1 = b0 -+ w1 = w0 -+ -+ mac[0] == 2 -+ ==> CMD_EVENT mode, return H2C_SUCCESS -+ The event layout shall be: -+ event: parm: -+ mac[0] = mac[5]; -+ mac[1] = mac[4]; -+ mac[2] = event's sequence number, starting from 1 to parm's marc[3] -+ mac[3] = mac[2]; -+ mac[4] = mac[1]; -+ mac[5] = mac[0]; -+ s0 = swap16(s0) - event.mac[2]; -+ s1 = s1 + event.mac[2]; -+ w0 = swap32(w0); -+ b0 = b1 -+ s2 = s0 + event.mac[2] -+ b1 = b0 -+ w1 = swap32(w1) - event.mac[2]; -+ -+ parm->mac[3] is the total event counts that host requested. -+ -+ -+ event will be the same with the cmd's param. -+ -+*/ -+ -+#ifdef CONFIG_H2CLBK -+ -+struct seth2clbk_parm { -+ u8 mac[6]; -+ u16 s0; -+ u16 s1; -+ u32 w0; -+ u8 b0; -+ u16 s2; -+ u8 b1; -+ u32 w1; -+}; -+ -+struct geth2clbk_parm { -+ u32 rsv; -+}; -+ -+struct geth2clbk_rsp { -+ u8 mac[6]; -+ u16 s0; -+ u16 s1; -+ u32 w0; -+ u8 b0; -+ u16 s2; -+ u8 b1; -+ u32 w1; -+}; -+ -+#endif /* CONFIG_H2CLBK */ -+ -+// CMD param Formart for driver extra cmd handler -+struct drvextra_cmd_parm { -+ int ec_id; //extra cmd id -+ int type; // Can use this field as the type id or command size -+ int size; //buffer size -+ unsigned char *pbuf; -+}; -+ -+/*------------------- Below are used for RF/BB tunning ---------------------*/ -+ -+struct setantenna_parm { -+ u8 tx_antset; -+ u8 rx_antset; -+ u8 tx_antenna; -+ u8 rx_antenna; -+}; -+ -+struct enrateadaptive_parm { -+ u32 en; -+}; -+ -+struct settxagctbl_parm { -+ u32 txagc[MAX_RATES_LENGTH]; -+}; -+ -+struct gettxagctbl_parm { -+ u32 rsvd; -+}; -+struct gettxagctbl_rsp { -+ u32 txagc[MAX_RATES_LENGTH]; -+}; -+ -+struct setagcctrl_parm { -+ u32 agcctrl; // 0: pure hw, 1: fw -+}; -+ -+ -+struct setssup_parm { -+ u32 ss_ForceUp[MAX_RATES_LENGTH]; -+}; -+ -+struct getssup_parm { -+ u32 rsvd; -+}; -+struct getssup_rsp { -+ u8 ss_ForceUp[MAX_RATES_LENGTH]; -+}; -+ -+ -+struct setssdlevel_parm { -+ u8 ss_DLevel[MAX_RATES_LENGTH]; -+}; -+ -+struct getssdlevel_parm { -+ u32 rsvd; -+}; -+struct getssdlevel_rsp { -+ u8 ss_DLevel[MAX_RATES_LENGTH]; -+}; -+ -+struct setssulevel_parm { -+ u8 ss_ULevel[MAX_RATES_LENGTH]; -+}; -+ -+struct getssulevel_parm { -+ u32 rsvd; -+}; -+struct getssulevel_rsp { -+ u8 ss_ULevel[MAX_RATES_LENGTH]; -+}; -+ -+ -+struct setcountjudge_parm { -+ u8 count_judge[MAX_RATES_LENGTH]; -+}; -+ -+struct getcountjudge_parm { -+ u32 rsvd; -+}; -+struct getcountjudge_rsp { -+ u8 count_judge[MAX_RATES_LENGTH]; -+}; -+ -+ -+struct setratable_parm { -+ u8 ss_ForceUp[NumRates]; -+ u8 ss_ULevel[NumRates]; -+ u8 ss_DLevel[NumRates]; -+ u8 count_judge[NumRates]; -+}; -+ -+struct getratable_parm { -+ uint rsvd; -+}; -+struct getratable_rsp { -+ u8 ss_ForceUp[NumRates]; -+ u8 ss_ULevel[NumRates]; -+ u8 ss_DLevel[NumRates]; -+ u8 count_judge[NumRates]; -+}; -+ -+ -+//to get TX,RX retry count -+struct gettxretrycnt_parm{ -+ unsigned int rsvd; -+}; -+struct gettxretrycnt_rsp{ -+ unsigned long tx_retrycnt; -+}; -+ -+struct getrxretrycnt_parm{ -+ unsigned int rsvd; -+}; -+struct getrxretrycnt_rsp{ -+ unsigned long rx_retrycnt; -+}; -+ -+//to get BCNOK,BCNERR count -+struct getbcnokcnt_parm{ -+ unsigned int rsvd; -+}; -+struct getbcnokcnt_rsp{ -+ unsigned long bcnokcnt; -+}; -+ -+struct getbcnerrcnt_parm{ -+ unsigned int rsvd; -+}; -+struct getbcnerrcnt_rsp{ -+ unsigned long bcnerrcnt; -+}; -+ -+// to get current TX power level -+struct getcurtxpwrlevel_parm{ -+ unsigned int rsvd; -+}; -+struct getcurtxpwrlevel_rsp{ -+ unsigned short tx_power; -+}; -+ -+struct setprobereqextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+struct setassocreqextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+struct setproberspextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+struct setassocrspextraie_parm { -+ unsigned char e_id; -+ unsigned char ie_len; -+ unsigned char ie[0]; -+}; -+ -+ -+struct addBaReq_parm -+{ -+ unsigned int tid; -+ u8 addr[ETH_ALEN]; -+}; -+ -+struct addBaRsp_parm { -+ unsigned int tid; -+ unsigned int start_seq; -+ u8 addr[ETH_ALEN]; -+ u8 status; -+ u8 size; -+}; -+ -+/*H2C Handler index: 46 */ -+struct set_ch_parm { -+ u8 ch; -+ u8 bw; -+ u8 ch_offset; -+}; -+ -+#ifdef MP_FIRMWARE_OFFLOAD -+/*H2C Handler index: 47 */ -+struct SetTxPower_parm -+{ -+ u8 TxPower; -+}; -+ -+/*H2C Handler index: 48 */ -+struct SwitchAntenna_parm -+{ -+ u16 antenna_tx; -+ u16 antenna_rx; -+// R_ANTENNA_SELECT_CCK cck_txrx; -+ u8 cck_txrx; -+}; -+ -+/*H2C Handler index: 49 */ -+struct SetCrystalCap_parm -+{ -+ u32 curr_crystalcap; -+}; -+ -+/*H2C Handler index: 50 */ -+struct SetSingleCarrierTx_parm -+{ -+ u8 bStart; -+}; -+ -+/*H2C Handler index: 51 */ -+struct SetSingleToneTx_parm -+{ -+ u8 bStart; -+ u8 curr_rfpath; -+}; -+ -+/*H2C Handler index: 52 */ -+struct SetCarrierSuppressionTx_parm -+{ -+ u8 bStart; -+ u32 curr_rateidx; -+}; -+ -+/*H2C Handler index: 53 */ -+struct SetContinuousTx_parm -+{ -+ u8 bStart; -+ u8 CCK_flag; /*1:CCK 2:OFDM*/ -+ u32 curr_rateidx; -+}; -+ -+/*H2C Handler index: 54 */ -+struct SwitchBandwidth_parm -+{ -+ u8 curr_bandwidth; -+}; -+ -+#endif /* MP_FIRMWARE_OFFLOAD */ -+ -+/*H2C Handler index: 59 */ -+struct SetChannelPlan_param -+{ -+ u8 channel_plan; -+}; -+ -+/*H2C Handler index: 60 */ -+struct LedBlink_param -+{ -+ PVOID pLed; -+}; -+ -+/*H2C Handler index: 61 */ -+struct SetChannelSwitch_param -+{ -+ u8 new_ch_no; -+}; -+ -+/*H2C Handler index: 62 */ -+struct TDLSoption_param -+{ -+ u8 addr[ETH_ALEN]; -+ u8 option; -+}; -+ -+/*H2C Handler index: 64 */ -+struct RunInThread_param -+{ -+ void (*func)(void*); -+ void *context; -+}; -+ -+ -+#define GEN_CMD_CODE(cmd) cmd ## _CMD_ -+ -+ -+/* -+ -+Result: -+0x00: success -+0x01: sucess, and check Response. -+0x02: cmd ignored due to duplicated sequcne number -+0x03: cmd dropped due to invalid cmd code -+0x04: reserved. -+ -+*/ -+ -+#define H2C_RSP_OFFSET 512 -+ -+#define H2C_SUCCESS 0x00 -+#define H2C_SUCCESS_RSP 0x01 -+#define H2C_DUPLICATED 0x02 -+#define H2C_DROPPED 0x03 -+#define H2C_PARAMETERS_ERROR 0x04 -+#define H2C_REJECTED 0x05 -+#define H2C_CMD_OVERFLOW 0x06 -+#define H2C_RESERVED 0x07 -+ -+extern u8 rtw_setassocsta_cmd(_adapter *padapter, u8 *mac_addr); -+extern u8 rtw_setstandby_cmd(_adapter *padapter, uint action); -+u8 rtw_sitesurvey_cmd(_adapter *padapter, NDIS_802_11_SSID *ssid, int ssid_num, struct rtw_ieee80211_channel *ch, int ch_num); -+ -+u8 rtw_create_ibss_cmd(_adapter *adapter, int flags); -+u8 rtw_startbss_cmd(_adapter *adapter, int flags); -+u8 rtw_change_bss_chbw_cmd(_adapter *adapter, int flags, u8 req_ch, u8 req_bw, u8 req_offset); -+ -+extern u8 rtw_setphy_cmd(_adapter *padapter, u8 modem, u8 ch); -+ -+struct sta_info; -+extern u8 rtw_setstakey_cmd(_adapter *padapter, struct sta_info *sta, u8 key_type, bool enqueue); -+extern u8 rtw_clearstakey_cmd(_adapter *padapter, struct sta_info *sta, u8 enqueue); -+ -+extern u8 rtw_joinbss_cmd(_adapter *padapter, struct wlan_network* pnetwork); -+u8 rtw_disassoc_cmd(_adapter *padapter, u32 deauth_timeout_ms, bool enqueue); -+extern u8 rtw_setopmode_cmd(_adapter *padapter, NDIS_802_11_NETWORK_INFRASTRUCTURE networktype, bool enqueue); -+extern u8 rtw_setdatarate_cmd(_adapter *padapter, u8 *rateset); -+extern u8 rtw_setbasicrate_cmd(_adapter *padapter, u8 *rateset); -+extern u8 rtw_getmacreg_cmd(_adapter *padapter, u8 len, u32 addr); -+extern void rtw_usb_catc_trigger_cmd(_adapter *padapter, const char *caller); -+extern u8 rtw_setbbreg_cmd(_adapter * padapter, u8 offset, u8 val); -+extern u8 rtw_setrfreg_cmd(_adapter * padapter, u8 offset, u32 val); -+extern u8 rtw_getbbreg_cmd(_adapter * padapter, u8 offset, u8 * pval); -+extern u8 rtw_getrfreg_cmd(_adapter * padapter, u8 offset, u8 * pval); -+extern u8 rtw_setrfintfs_cmd(_adapter *padapter, u8 mode); -+extern u8 rtw_setrttbl_cmd(_adapter *padapter, struct setratable_parm *prate_table); -+extern u8 rtw_getrttbl_cmd(_adapter *padapter, struct getratable_rsp *pval); -+ -+extern u8 rtw_gettssi_cmd(_adapter *padapter, u8 offset,u8 *pval); -+extern u8 rtw_setfwdig_cmd(_adapter*padapter, u8 type); -+extern u8 rtw_setfwra_cmd(_adapter*padapter, u8 type); -+ -+extern u8 rtw_addbareq_cmd(_adapter*padapter, u8 tid, u8 *addr); -+extern u8 rtw_addbarsp_cmd(_adapter *padapter, u8 *addr, u16 tid, u8 status, u8 size, u16 start_seq); -+// add for CONFIG_IEEE80211W, none 11w also can use -+extern u8 rtw_reset_securitypriv_cmd(_adapter*padapter); -+extern u8 rtw_free_assoc_resources_cmd(_adapter *padapter); -+extern u8 rtw_dynamic_chk_wk_cmd(_adapter *adapter); -+ -+u8 rtw_lps_ctrl_wk_cmd(_adapter*padapter, u8 lps_ctrl_type, u8 enqueue); -+u8 rtw_dm_in_lps_wk_cmd(_adapter*padapter); -+u8 rtw_lps_change_dtim_cmd(_adapter*padapter, u8 dtim); -+ -+#if (RATE_ADAPTIVE_SUPPORT==1) -+u8 rtw_rpt_timer_cfg_cmd(_adapter*padapter, u16 minRptTime); -+#endif -+ -+#ifdef CONFIG_ANTENNA_DIVERSITY -+extern u8 rtw_antenna_select_cmd(_adapter*padapter, u8 antenna,u8 enqueue); -+#endif -+ -+u8 rtw_dm_ra_mask_wk_cmd(_adapter*padapter, u8 *psta); -+ -+extern u8 rtw_ps_cmd(_adapter*padapter); -+ -+#ifdef CONFIG_AP_MODE -+u8 rtw_chk_hi_queue_cmd(_adapter*padapter); -+#ifdef CONFIG_DFS_MASTER -+u8 rtw_dfs_master_cmd(_adapter *adapter, bool enqueue); -+void rtw_dfs_master_timer_hdl(RTW_TIMER_HDL_ARGS); -+void rtw_dfs_master_enable(_adapter *adapter, u8 ch, u8 bw, u8 offset); -+void rtw_dfs_master_disable(_adapter *adapter, bool ld_sta_in_dfs); -+enum { -+ MLME_STA_CONNECTING, -+ MLME_STA_CONNECTED, -+ MLME_STA_DISCONNECTED, -+ MLME_AP_STARTED, -+ MLME_AP_STOPPED, -+}; -+void rtw_dfs_master_status_apply(_adapter *adapter, u8 self_action); -+#endif /* CONFIG_DFS_MASTER */ -+#endif /* CONFIG_AP_MODE */ -+ -+#ifdef CONFIG_BT_COEXIST -+u8 rtw_btinfo_cmd(PADAPTER padapter, u8 *pbuf, u16 length); -+#endif -+ -+u8 rtw_set_ch_cmd(_adapter*padapter, u8 ch, u8 bw, u8 ch_offset, u8 enqueue); -+u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig); -+extern u8 rtw_led_blink_cmd(_adapter*padapter, PVOID pLed); -+extern u8 rtw_set_csa_cmd(_adapter*padapter, u8 new_ch_no); -+extern u8 rtw_tdls_cmd(_adapter*padapter, u8 *addr, u8 option); -+ -+//#ifdef CONFIG_C2H_PACKET_EN -+extern u8 rtw_c2h_packet_wk_cmd(PADAPTER padapter, u8 *pbuf, u16 length); -+//#else -+extern u8 rtw_c2h_wk_cmd(PADAPTER padapter, u8 *c2h_evt); -+//#endif -+ -+u8 rtw_run_in_thread_cmd(PADAPTER padapter, void (*func)(void*), void* context); -+ -+u8 rtw_drvextra_cmd_hdl(_adapter *padapter, unsigned char *pbuf); -+ -+extern void rtw_survey_cmd_callback(_adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_disassoc_cmd_callback(_adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_joinbss_cmd_callback(_adapter *padapter, struct cmd_obj *pcmd); -+void rtw_create_ibss_post_hdl(_adapter *padapter, int status); -+extern void rtw_getbbrfreg_cmdrsp_callback(_adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_readtssi_cmdrsp_callback(_adapter* padapter, struct cmd_obj *pcmd); -+ -+extern void rtw_setstaKey_cmdrsp_callback(_adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_setassocsta_cmdrsp_callback(_adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_getrttbl_cmdrsp_callback(_adapter *padapter, struct cmd_obj *pcmd); -+extern void rtw_getmacreg_cmdrsp_callback(_adapter *padapter, struct cmd_obj *pcmd); -+ -+ -+struct _cmd_callback { -+ u32 cmd_code; -+ void (*callback)(_adapter *padapter, struct cmd_obj *cmd); -+}; -+ -+enum rtw_h2c_cmd -+{ -+ GEN_CMD_CODE(_Read_MACREG) , /*0*/ -+ GEN_CMD_CODE(_Write_MACREG) , -+ GEN_CMD_CODE(_Read_BBREG) , -+ GEN_CMD_CODE(_Write_BBREG) , -+ GEN_CMD_CODE(_Read_RFREG) , -+ GEN_CMD_CODE(_Write_RFREG) , /*5*/ -+ GEN_CMD_CODE(_Read_EEPROM) , -+ GEN_CMD_CODE(_Write_EEPROM) , -+ GEN_CMD_CODE(_Read_EFUSE) , -+ GEN_CMD_CODE(_Write_EFUSE) , -+ -+ GEN_CMD_CODE(_Read_CAM) , /*10*/ -+ GEN_CMD_CODE(_Write_CAM) , -+ GEN_CMD_CODE(_setBCNITV), -+ GEN_CMD_CODE(_setMBIDCFG), -+ GEN_CMD_CODE(_JoinBss), /*14*/ -+ GEN_CMD_CODE(_DisConnect) , /*15*/ -+ GEN_CMD_CODE(_CreateBss) , -+ GEN_CMD_CODE(_SetOpMode) , -+ GEN_CMD_CODE(_SiteSurvey), /*18*/ -+ GEN_CMD_CODE(_SetAuth) , -+ -+ GEN_CMD_CODE(_SetKey) , /*20*/ -+ GEN_CMD_CODE(_SetStaKey) , -+ GEN_CMD_CODE(_SetAssocSta) , -+ GEN_CMD_CODE(_DelAssocSta) , -+ GEN_CMD_CODE(_SetStaPwrState) , -+ GEN_CMD_CODE(_SetBasicRate) , /*25*/ -+ GEN_CMD_CODE(_GetBasicRate) , -+ GEN_CMD_CODE(_SetDataRate) , -+ GEN_CMD_CODE(_GetDataRate) , -+ GEN_CMD_CODE(_SetPhyInfo) , -+ -+ GEN_CMD_CODE(_GetPhyInfo) , /*30*/ -+ GEN_CMD_CODE(_SetPhy) , -+ GEN_CMD_CODE(_GetPhy) , -+ GEN_CMD_CODE(_readRssi) , -+ GEN_CMD_CODE(_readGain) , -+ GEN_CMD_CODE(_SetAtim) , /*35*/ -+ GEN_CMD_CODE(_SetPwrMode) , -+ GEN_CMD_CODE(_JoinbssRpt), -+ GEN_CMD_CODE(_SetRaTable) , -+ GEN_CMD_CODE(_GetRaTable) , -+ -+ GEN_CMD_CODE(_GetCCXReport), /*40*/ -+ GEN_CMD_CODE(_GetDTMReport), -+ GEN_CMD_CODE(_GetTXRateStatistics), -+ GEN_CMD_CODE(_SetUsbSuspend), -+ GEN_CMD_CODE(_SetH2cLbk), -+ GEN_CMD_CODE(_AddBAReq) , /*45*/ -+ GEN_CMD_CODE(_SetChannel), /*46*/ -+ GEN_CMD_CODE(_SetTxPower), -+ GEN_CMD_CODE(_SwitchAntenna), -+ GEN_CMD_CODE(_SetCrystalCap), -+ GEN_CMD_CODE(_SetSingleCarrierTx), /*50*/ -+ -+ GEN_CMD_CODE(_SetSingleToneTx),/*51*/ -+ GEN_CMD_CODE(_SetCarrierSuppressionTx), -+ GEN_CMD_CODE(_SetContinuousTx), -+ GEN_CMD_CODE(_SwitchBandwidth), /*54*/ -+ GEN_CMD_CODE(_TX_Beacon), /*55*/ -+ -+ GEN_CMD_CODE(_Set_MLME_EVT), /*56*/ -+ GEN_CMD_CODE(_Set_Drv_Extra), /*57*/ -+ GEN_CMD_CODE(_Set_H2C_MSG), /*58*/ -+ -+ GEN_CMD_CODE(_SetChannelPlan), /*59*/ -+ GEN_CMD_CODE(_LedBlink), /*60*/ -+ -+ GEN_CMD_CODE(_SetChannelSwitch), /*61*/ -+ GEN_CMD_CODE(_TDLS), /*62*/ -+ GEN_CMD_CODE(_ChkBMCSleepq), /*63*/ -+ -+ GEN_CMD_CODE(_RunInThreadCMD), /*64*/ -+ GEN_CMD_CODE(_AddBARsp) , /*65*/ -+ -+ MAX_H2CCMD -+}; -+ -+#define _GetMACReg_CMD_ _Read_MACREG_CMD_ -+#define _SetMACReg_CMD_ _Write_MACREG_CMD_ -+#define _GetBBReg_CMD_ _Read_BBREG_CMD_ -+#define _SetBBReg_CMD_ _Write_BBREG_CMD_ -+#define _GetRFReg_CMD_ _Read_RFREG_CMD_ -+#define _SetRFReg_CMD_ _Write_RFREG_CMD_ -+ -+#ifdef _RTW_CMD_C_ -+struct _cmd_callback rtw_cmd_callback[] = -+{ -+ {GEN_CMD_CODE(_Read_MACREG), &rtw_getmacreg_cmdrsp_callback}, /*0*/ -+ {GEN_CMD_CODE(_Write_MACREG), NULL}, -+ {GEN_CMD_CODE(_Read_BBREG), &rtw_getbbrfreg_cmdrsp_callback}, -+ {GEN_CMD_CODE(_Write_BBREG), NULL}, -+ {GEN_CMD_CODE(_Read_RFREG), &rtw_getbbrfreg_cmdrsp_callback}, -+ {GEN_CMD_CODE(_Write_RFREG), NULL}, /*5*/ -+ {GEN_CMD_CODE(_Read_EEPROM), NULL}, -+ {GEN_CMD_CODE(_Write_EEPROM), NULL}, -+ {GEN_CMD_CODE(_Read_EFUSE), NULL}, -+ {GEN_CMD_CODE(_Write_EFUSE), NULL}, -+ -+ {GEN_CMD_CODE(_Read_CAM), NULL}, /*10*/ -+ {GEN_CMD_CODE(_Write_CAM), NULL}, -+ {GEN_CMD_CODE(_setBCNITV), NULL}, -+ {GEN_CMD_CODE(_setMBIDCFG), NULL}, -+ {GEN_CMD_CODE(_JoinBss), &rtw_joinbss_cmd_callback}, /*14*/ -+ {GEN_CMD_CODE(_DisConnect), &rtw_disassoc_cmd_callback}, /*15*/ -+ {GEN_CMD_CODE(_CreateBss), NULL}, -+ {GEN_CMD_CODE(_SetOpMode), NULL}, -+ {GEN_CMD_CODE(_SiteSurvey), &rtw_survey_cmd_callback}, /*18*/ -+ {GEN_CMD_CODE(_SetAuth), NULL}, -+ -+ {GEN_CMD_CODE(_SetKey), NULL}, /*20*/ -+ {GEN_CMD_CODE(_SetStaKey), &rtw_setstaKey_cmdrsp_callback}, -+ {GEN_CMD_CODE(_SetAssocSta), &rtw_setassocsta_cmdrsp_callback}, -+ {GEN_CMD_CODE(_DelAssocSta), NULL}, -+ {GEN_CMD_CODE(_SetStaPwrState), NULL}, -+ {GEN_CMD_CODE(_SetBasicRate), NULL}, /*25*/ -+ {GEN_CMD_CODE(_GetBasicRate), NULL}, -+ {GEN_CMD_CODE(_SetDataRate), NULL}, -+ {GEN_CMD_CODE(_GetDataRate), NULL}, -+ {GEN_CMD_CODE(_SetPhyInfo), NULL}, -+ -+ {GEN_CMD_CODE(_GetPhyInfo), NULL}, /*30*/ -+ {GEN_CMD_CODE(_SetPhy), NULL}, -+ {GEN_CMD_CODE(_GetPhy), NULL}, -+ {GEN_CMD_CODE(_readRssi), NULL}, -+ {GEN_CMD_CODE(_readGain), NULL}, -+ {GEN_CMD_CODE(_SetAtim), NULL}, /*35*/ -+ {GEN_CMD_CODE(_SetPwrMode), NULL}, -+ {GEN_CMD_CODE(_JoinbssRpt), NULL}, -+ {GEN_CMD_CODE(_SetRaTable), NULL}, -+ {GEN_CMD_CODE(_GetRaTable) , NULL}, -+ -+ {GEN_CMD_CODE(_GetCCXReport), NULL}, /*40*/ -+ {GEN_CMD_CODE(_GetDTMReport), NULL}, -+ {GEN_CMD_CODE(_GetTXRateStatistics), NULL}, -+ {GEN_CMD_CODE(_SetUsbSuspend), NULL}, -+ {GEN_CMD_CODE(_SetH2cLbk), NULL}, -+ {GEN_CMD_CODE(_AddBAReq), NULL}, /*45*/ -+ {GEN_CMD_CODE(_SetChannel), NULL}, /*46*/ -+ {GEN_CMD_CODE(_SetTxPower), NULL}, -+ {GEN_CMD_CODE(_SwitchAntenna), NULL}, -+ {GEN_CMD_CODE(_SetCrystalCap), NULL}, -+ {GEN_CMD_CODE(_SetSingleCarrierTx), NULL}, /*50*/ -+ -+ {GEN_CMD_CODE(_SetSingleToneTx), NULL}, /*51*/ -+ {GEN_CMD_CODE(_SetCarrierSuppressionTx), NULL}, -+ {GEN_CMD_CODE(_SetContinuousTx), NULL}, -+ {GEN_CMD_CODE(_SwitchBandwidth), NULL}, /*54*/ -+ {GEN_CMD_CODE(_TX_Beacon), NULL},/*55*/ -+ -+ {GEN_CMD_CODE(_Set_MLME_EVT), NULL},/*56*/ -+ {GEN_CMD_CODE(_Set_Drv_Extra), NULL},/*57*/ -+ {GEN_CMD_CODE(_Set_H2C_MSG), NULL},/*58*/ -+ {GEN_CMD_CODE(_SetChannelPlan), NULL},/*59*/ -+ {GEN_CMD_CODE(_LedBlink), NULL},/*60*/ -+ -+ {GEN_CMD_CODE(_SetChannelSwitch), NULL},/*61*/ -+ {GEN_CMD_CODE(_TDLS), NULL},/*62*/ -+ {GEN_CMD_CODE(_ChkBMCSleepq), NULL}, /*63*/ -+ -+ {GEN_CMD_CODE(_RunInThreadCMD), NULL},/*64*/ -+ {GEN_CMD_CODE(_AddBARsp), NULL}, /*65*/ -+}; -+#endif -+ -+#endif // _CMD_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_debug.h linux/3rdparty/rtl8812au/include/rtw_debug.h ---- linux.old/3rdparty/rtl8812au/include/rtw_debug.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_debug.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,538 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_DEBUG_H__ -+#define __RTW_DEBUG_H__ -+ -+ -+#define _drv_always_ 1 -+#define _drv_emerg_ 2 -+#define _drv_alert_ 3 -+#define _drv_crit_ 4 -+#define _drv_err_ 5 -+#define _drv_warning_ 6 -+#define _drv_notice_ 7 -+#define _drv_info_ 8 -+#define _drv_dump_ 9 -+#define _drv_debug_ 10 -+ -+ -+#define _module_rtl871x_xmit_c_ BIT(0) -+#define _module_xmit_osdep_c_ BIT(1) -+#define _module_rtl871x_recv_c_ BIT(2) -+#define _module_recv_osdep_c_ BIT(3) -+#define _module_rtl871x_mlme_c_ BIT(4) -+#define _module_mlme_osdep_c_ BIT(5) -+#define _module_rtl871x_sta_mgt_c_ BIT(6) -+#define _module_rtl871x_cmd_c_ BIT(7) -+#define _module_cmd_osdep_c_ BIT(8) -+#define _module_rtl871x_io_c_ BIT(9) -+#define _module_io_osdep_c_ BIT(10) -+#define _module_os_intfs_c_ BIT(11) -+#define _module_rtl871x_security_c_ BIT(12) -+#define _module_rtl871x_eeprom_c_ BIT(13) -+#define _module_hal_init_c_ BIT(14) -+#define _module_hci_hal_init_c_ BIT(15) -+#define _module_rtl871x_ioctl_c_ BIT(16) -+#define _module_rtl871x_ioctl_set_c_ BIT(17) -+#define _module_rtl871x_ioctl_query_c_ BIT(18) -+#define _module_rtl871x_pwrctrl_c_ BIT(19) -+#define _module_hci_intfs_c_ BIT(20) -+#define _module_hci_ops_c_ BIT(21) -+#define _module_osdep_service_c_ BIT(22) -+#define _module_mp_ BIT(23) -+#define _module_hci_ops_os_c_ BIT(24) -+#define _module_rtl871x_ioctl_os_c BIT(25) -+#define _module_rtl8712_cmd_c_ BIT(26) -+//#define _module_efuse_ BIT(27) -+#define _module_rtl8192c_xmit_c_ BIT(28) -+#define _module_hal_xmit_c_ BIT(28) -+#define _module_efuse_ BIT(29) -+#define _module_rtl8712_recv_c_ BIT(30) -+#define _module_rtl8712_led_c_ BIT(31) -+ -+#undef _MODULE_DEFINE_ -+ -+#if defined _RTW_XMIT_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_xmit_c_ -+#elif defined _XMIT_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_xmit_osdep_c_ -+#elif defined _RTW_RECV_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_recv_c_ -+#elif defined _RECV_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_recv_osdep_c_ -+#elif defined _RTW_MLME_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_mlme_c_ -+#elif defined _MLME_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_mlme_osdep_c_ -+#elif defined _RTW_MLME_EXT_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _RTW_STA_MGT_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_sta_mgt_c_ -+#elif defined _RTW_CMD_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_cmd_c_ -+#elif defined _CMD_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_cmd_osdep_c_ -+#elif defined _RTW_IO_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_io_c_ -+#elif defined _IO_OSDEP_C_ -+ #define _MODULE_DEFINE_ _module_io_osdep_c_ -+#elif defined _OS_INTFS_C_ -+ #define _MODULE_DEFINE_ _module_os_intfs_c_ -+#elif defined _RTW_SECURITY_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_security_c_ -+#elif defined _RTW_EEPROM_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_eeprom_c_ -+#elif defined _HAL_INTF_C_ -+ #define _MODULE_DEFINE_ _module_hal_init_c_ -+#elif (defined _HCI_HAL_INIT_C_) || (defined _SDIO_HALINIT_C_) -+ #define _MODULE_DEFINE_ _module_hci_hal_init_c_ -+#elif defined _RTL871X_IOCTL_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_c_ -+#elif defined _RTL871X_IOCTL_SET_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_set_c_ -+#elif defined _RTL871X_IOCTL_QUERY_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_query_c_ -+#elif defined _RTL871X_PWRCTRL_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_pwrctrl_c_ -+#elif defined _RTW_PWRCTRL_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _HCI_INTF_C_ -+ #define _MODULE_DEFINE_ _module_hci_intfs_c_ -+#elif defined _HCI_OPS_C_ -+ #define _MODULE_DEFINE_ _module_hci_ops_c_ -+#elif defined _SDIO_OPS_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _OSDEP_HCI_INTF_C_ -+ #define _MODULE_DEFINE_ _module_hci_intfs_c_ -+#elif defined _OSDEP_SERVICE_C_ -+ #define _MODULE_DEFINE_ _module_osdep_service_c_ -+#elif defined _HCI_OPS_OS_C_ -+ #define _MODULE_DEFINE_ _module_hci_ops_os_c_ -+#elif defined _RTL871X_IOCTL_LINUX_C_ -+ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_os_c -+#elif defined _RTL8712_CMD_C_ -+ #define _MODULE_DEFINE_ _module_rtl8712_cmd_c_ -+#elif defined _RTL8192C_XMIT_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _RTL8723AS_XMIT_C_ -+ #define _MODULE_DEFINE_ 1 -+#elif defined _RTL8712_RECV_C_ -+ #define _MODULE_DEFINE_ _module_rtl8712_recv_c_ -+#elif defined _RTL8192CU_RECV_C_ -+ #define _MODULE_DEFINE_ _module_rtl8712_recv_c_ -+#elif defined _RTL871X_MLME_EXT_C_ -+ #define _MODULE_DEFINE_ _module_mlme_osdep_c_ -+#elif defined _RTW_MP_C_ -+ #define _MODULE_DEFINE_ _module_mp_ -+#elif defined _RTW_MP_IOCTL_C_ -+ #define _MODULE_DEFINE_ _module_mp_ -+#elif defined _RTW_EFUSE_C_ -+ #define _MODULE_DEFINE_ _module_efuse_ -+#endif -+ -+#ifdef PLATFORM_OS_CE -+extern void rtl871x_cedbg(const char *fmt, ...); -+#endif -+ -+#define RT_TRACE(_Comp, _Level, Fmt) do{}while(0) -+#define _func_enter_ do{}while(0) -+#define _func_exit_ do{}while(0) -+#define RT_PRINT_DATA(_Comp, _Level, _TitleString, _HexData, _HexDataLen) do{}while(0) -+ -+#ifdef PLATFORM_WINDOWS -+ #define DBG_871X do {} while(0) -+ #define MSG_8192C do {} while(0) -+ #define DBG_8192C do {} while(0) -+ #define DBG_871X_LEVEL do {} while(0) -+#else -+ #define DBG_871X(x, ...) do {} while(0) -+ #define MSG_8192C(x, ...) do {} while(0) -+ #define DBG_8192C(x,...) do {} while(0) -+ #define DBG_871X_LEVEL(x,...) do {} while(0) -+#endif -+ -+#undef _dbgdump -+#undef _seqdump -+ -+#ifndef _RTL871X_DEBUG_C_ -+ extern u32 GlobalDebugLevel; -+ extern u64 GlobalDebugComponents; -+#endif -+ -+#if defined(PLATFORM_WINDOWS) && defined(PLATFORM_OS_XP) -+ #define _dbgdump DbgPrint -+ #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) -+#elif defined(PLATFORM_WINDOWS) && defined(PLATFORM_OS_CE) -+ #define _dbgdump rtl871x_cedbg -+ #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) -+#elif defined PLATFORM_LINUX -+ #define _dbgdump printk -+ #define _seqdump seq_printf -+#elif defined PLATFORM_FREEBSD -+ #define _dbgdump printf -+ #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) -+#endif -+ -+#define DRIVER_PREFIX "RTL871X: " -+ -+#if defined(_dbgdump) -+ -+#define DBG_871X_EXP(level, EXP) do { if (level <= GlobalDebugLevel) EXP; } while (0) -+ -+/* with driver-defined prefix */ -+#undef DBG_871X_LEVEL -+#define DBG_871X_LEVEL(level, fmt, arg...) \ -+ do {\ -+ if (level <= GlobalDebugLevel) {\ -+ if (level <= _drv_err_ && level > _drv_always_) \ -+ _dbgdump(DRIVER_PREFIX"ERROR " fmt, ##arg);\ -+ else \ -+ _dbgdump(DRIVER_PREFIX fmt, ##arg);\ -+ }\ -+ }while(0) -+ -+/* without driver-defined prefix */ -+#undef _DBG_871X_LEVEL -+#define _DBG_871X_LEVEL(level, fmt, arg...) \ -+ do {\ -+ if (level <= GlobalDebugLevel) {\ -+ if (level <= _drv_err_ && level > _drv_always_) \ -+ _dbgdump("ERROR " fmt, ##arg);\ -+ else \ -+ _dbgdump(fmt, ##arg);\ -+ }\ -+ }while(0) -+ -+#if defined(_seqdump) -+#define RTW_DBGDUMP 0 /* 'stream' for _dbgdump */ -+ -+/* dump message to selected 'stream' */ -+#define DBG_871X_SEL(sel, fmt, arg...) \ -+ do {\ -+ if (sel == RTW_DBGDUMP)\ -+ _DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \ -+ else {\ -+ _seqdump(sel, fmt, ##arg); \ -+ } \ -+ }while(0) -+ -+/* dump message to selected 'stream' with driver-defined prefix */ -+#define DBG_871X_SEL_NL(sel, fmt, arg...) \ -+ do {\ -+ if (sel == RTW_DBGDUMP)\ -+ DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \ -+ else {\ -+ _seqdump(sel, fmt, ##arg); \ -+ } \ -+ }while(0) -+ -+#endif /* defined(_seqdump) */ -+ -+#endif /* defined(_dbgdump) */ -+ -+#ifdef CONFIG_DEBUG -+#if defined(_dbgdump) -+ #undef DBG_871X -+ #define DBG_871X(...) do {\ -+ _dbgdump(DRIVER_PREFIX __VA_ARGS__);\ -+ }while(0) -+ -+ #undef MSG_8192C -+ #define MSG_8192C(...) do {\ -+ _dbgdump(DRIVER_PREFIX __VA_ARGS__);\ -+ }while(0) -+ -+ #undef DBG_8192C -+ #define DBG_8192C(...) do {\ -+ _dbgdump(DRIVER_PREFIX __VA_ARGS__);\ -+ }while(0) -+#endif /* defined(_dbgdump) */ -+#endif /* CONFIG_DEBUG */ -+ -+#ifdef CONFIG_DEBUG_RTL871X -+ -+#if defined(_dbgdump) && defined(_MODULE_DEFINE_) -+ -+ #undef RT_TRACE -+ #define RT_TRACE(_Comp, _Level, Fmt)\ -+ do {\ -+ if((_Comp & GlobalDebugComponents) && (_Level <= GlobalDebugLevel)) {\ -+ _dbgdump("%s [0x%08x,%d]", DRIVER_PREFIX, (unsigned int)_Comp, _Level);\ -+ _dbgdump Fmt;\ -+ }\ -+ }while(0) -+ -+#endif /* defined(_dbgdump) && defined(_MODULE_DEFINE_) */ -+ -+ -+#if defined(_dbgdump) -+ #undef _func_enter_ -+ #define _func_enter_ \ -+ do { \ -+ if (GlobalDebugLevel >= _drv_debug_) \ -+ { \ -+ _dbgdump("\n %s : %s enters at %d\n", DRIVER_PREFIX, __FUNCTION__, __LINE__);\ -+ } \ -+ } while(0) -+ -+ #undef _func_exit_ -+ #define _func_exit_ \ -+ do { \ -+ if (GlobalDebugLevel >= _drv_debug_) \ -+ { \ -+ _dbgdump("\n %s : %s exits at %d\n", DRIVER_PREFIX, __FUNCTION__, __LINE__); \ -+ } \ -+ } while(0) -+ -+ #undef RT_PRINT_DATA -+ #define RT_PRINT_DATA(_Comp, _Level, _TitleString, _HexData, _HexDataLen) \ -+ if(((_Comp) & GlobalDebugComponents) && (_Level <= GlobalDebugLevel)) \ -+ { \ -+ int __i; \ -+ u8 *ptr = (u8 *)_HexData; \ -+ _dbgdump("%s", DRIVER_PREFIX); \ -+ _dbgdump(_TitleString); \ -+ for( __i=0; __i<(int)_HexDataLen; __i++ ) \ -+ { \ -+ _dbgdump("%02X%s", ptr[__i], (((__i + 1) % 4) == 0)?" ":" "); \ -+ if (((__i + 1) % 16) == 0) _dbgdump("\n"); \ -+ } \ -+ _dbgdump("\n"); \ -+ } -+#endif /* defined(_dbgdump) */ -+#endif /* CONFIG_DEBUG_RTL871X */ -+ -+#ifdef CONFIG_DBG_COUNTER -+#define DBG_COUNTER(counter) counter++ -+#else -+#define DBG_COUNTER(counter) -+#endif -+ -+void dump_drv_version(void *sel); -+void dump_log_level(void *sel); -+void dump_drv_cfg(void *sel); -+ -+#ifdef CONFIG_SDIO_HCI -+void sd_f0_reg_dump(void *sel, _adapter *adapter); -+void sdio_local_reg_dump(void *sel, _adapter *adapter); -+#endif /* CONFIG_SDIO_HCI */ -+ -+void mac_reg_dump(void *sel, _adapter *adapter); -+void bb_reg_dump(void *sel, _adapter *adapter); -+void rf_reg_dump(void *sel, _adapter *adapter); -+ -+bool rtw_fwdl_test_trigger_chksum_fail(void); -+bool rtw_fwdl_test_trigger_wintint_rdy_fail(void); -+bool rtw_del_rx_ampdu_test_trigger_no_tx_fail(void); -+ -+u32 rtw_get_wait_hiq_empty_ms(void); -+void rtw_sink_rtp_seq_dbg( _adapter *adapter,_pkt *pkt); -+ -+struct sta_info; -+void sta_rx_reorder_ctl_dump(void *sel, struct sta_info *sta); -+ -+struct dvobj_priv; -+void dump_adapters_status(void *sel, struct dvobj_priv *dvobj); -+ -+struct sec_cam_ent; -+void dump_sec_cam_ent(void *sel, struct sec_cam_ent *ent, int id); -+void dump_sec_cam_ent_title(void *sel, u8 has_id); -+void dump_sec_cam(void *sel, _adapter *adapter); -+ -+#ifdef CONFIG_PROC_DEBUG -+ssize_t proc_set_write_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_read_reg(struct seq_file *m, void *v); -+ssize_t proc_set_read_reg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_fwstate(struct seq_file *m, void *v); -+int proc_get_sec_info(struct seq_file *m, void *v); -+int proc_get_mlmext_state(struct seq_file *m, void *v); -+#ifdef CONFIG_LAYER2_ROAMING -+int proc_get_roam_flags(struct seq_file *m, void *v); -+ssize_t proc_set_roam_flags(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_roam_param(struct seq_file *m, void *v); -+ssize_t proc_set_roam_param(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ssize_t proc_set_roam_tgt_addr(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#endif /* CONFIG_LAYER2_ROAMING */ -+int proc_get_qos_option(struct seq_file *m, void *v); -+int proc_get_ht_option(struct seq_file *m, void *v); -+int proc_get_rf_info(struct seq_file *m, void *v); -+int proc_get_scan_param(struct seq_file *m, void *v); -+ssize_t proc_set_scan_param(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_scan_abort(struct seq_file *m, void *v); -+#ifdef CONFIG_SCAN_BACKOP -+int proc_get_backop_flags_sta(struct seq_file *m, void *v); -+ssize_t proc_set_backop_flags_sta(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_backop_flags_ap(struct seq_file *m, void *v); -+ssize_t proc_set_backop_flags_ap(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#endif /* CONFIG_SCAN_BACKOP */ -+int proc_get_survey_info(struct seq_file *m, void *v); -+ssize_t proc_set_survey_info(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_ap_info(struct seq_file *m, void *v); -+ssize_t proc_reset_trx_info(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_trx_info(struct seq_file *m, void *v); -+int proc_get_rate_ctl(struct seq_file *m, void *v); -+int proc_get_wifi_spec(struct seq_file *m, void *v); -+ssize_t proc_set_rate_ctl(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#ifdef DBG_RX_COUNTER_DUMP -+int proc_get_rx_cnt_dump(struct seq_file *m, void *v); -+ssize_t proc_set_rx_cnt_dump(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#endif -+int proc_get_dis_pwt(struct seq_file *m, void *v); -+ssize_t proc_set_dis_pwt(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_suspend_resume_info(struct seq_file *m, void *v); -+ -+ssize_t proc_set_fwdl_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ssize_t proc_set_del_rx_ampdu_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#ifdef CONFIG_DFS_MASTER -+int proc_get_dfs_master_test_case(struct seq_file *m, void *v); -+ssize_t proc_set_dfs_master_test_case(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#endif /* CONFIG_DFS_MASTER */ -+ssize_t proc_set_wait_hiq_empty(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+#ifdef CONFIG_AP_MODE -+int proc_get_all_sta_info(struct seq_file *m, void *v); -+#endif /* CONFIG_AP_MODE */ -+ -+#ifdef DBG_MEMORY_LEAK -+int proc_get_malloc_cnt(struct seq_file *m, void *v); -+#endif /* DBG_MEMORY_LEAK */ -+ -+#ifdef CONFIG_FIND_BEST_CHANNEL -+int proc_get_best_channel(struct seq_file *m, void *v); -+ssize_t proc_set_best_channel(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#endif /* CONFIG_FIND_BEST_CHANNEL */ -+ -+int proc_get_rx_signal(struct seq_file *m, void *v); -+ssize_t proc_set_rx_signal(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_hw_status(struct seq_file *m, void *v); -+ -+#ifdef CONFIG_80211N_HT -+int proc_get_ht_enable(struct seq_file *m, void *v); -+ssize_t proc_set_ht_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_bw_mode(struct seq_file *m, void *v); -+ssize_t proc_set_bw_mode(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_ampdu_enable(struct seq_file *m, void *v); -+ssize_t proc_set_ampdu_enable(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_mac_rptbuf(struct seq_file *m, void *v); -+ -+int proc_get_rx_ampdu(struct seq_file *m, void *v); -+ssize_t proc_set_rx_ampdu(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_rx_stbc(struct seq_file *m, void *v); -+ssize_t proc_set_rx_stbc(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+ -+int proc_get_rx_ampdu_factor(struct seq_file *m, void *v); -+ssize_t proc_set_rx_ampdu_factor(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_rx_ampdu_density(struct seq_file *m, void *v); -+ssize_t proc_set_rx_ampdu_density(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_tx_ampdu_density(struct seq_file *m, void *v); -+ssize_t proc_set_tx_ampdu_density(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#endif /* CONFIG_80211N_HT */ -+ -+int proc_get_en_fwps(struct seq_file *m, void *v); -+ssize_t proc_set_en_fwps(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+//int proc_get_two_path_rssi(struct seq_file *m, void *v); -+//int proc_get_rssi_disp(struct seq_file *m, void *v); -+//ssize_t proc_set_rssi_disp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+#ifdef CONFIG_BT_COEXIST -+int proc_get_btcoex_dbg(struct seq_file *m, void *v); -+ssize_t proc_set_btcoex_dbg(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_btcoex_info(struct seq_file *m, void *v); -+#endif /* CONFIG_BT_COEXIST */ -+ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+int proc_get_sreset(struct seq_file *m, void *v); -+ssize_t proc_set_sreset(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+#endif /* DBG_CONFIG_ERROR_DETECT */ -+ -+int proc_get_odm_dbg_comp(struct seq_file *m, void *v); -+ssize_t proc_set_odm_dbg_comp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_odm_dbg_level(struct seq_file *m, void *v); -+ssize_t proc_set_odm_dbg_level(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+int proc_get_odm_adaptivity(struct seq_file *m, void *v); -+ssize_t proc_set_odm_adaptivity(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+#ifdef CONFIG_DBG_COUNTER -+int proc_get_rx_logs(struct seq_file *m, void *v); -+int proc_get_tx_logs(struct seq_file *m, void *v); -+int proc_get_int_logs(struct seq_file *m, void *v); -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+int proc_get_rx_ring(struct seq_file *m, void *v); -+int proc_get_tx_ring(struct seq_file *m, void *v); -+#endif -+ -+#ifdef CONFIG_GPIO_WAKEUP -+int proc_get_wowlan_gpio_info(struct seq_file *m, void *v); -+ssize_t proc_set_wowlan_gpio_info(struct file *file, const char __user *buffer, -+ size_t count, loff_t *pos, void *data); -+#endif /*CONFIG_GPIO_WAKEUP*/ -+ -+#ifdef CONFIG_P2P_WOWLAN -+int proc_get_p2p_wowlan_info(struct seq_file *m, void *v); -+#endif /* CONFIG_P2P_WOWLAN */ -+ -+int proc_get_new_bcn_max(struct seq_file *m, void *v); -+ssize_t proc_set_new_bcn_max(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+#ifdef CONFIG_POWER_SAVING -+int proc_get_ps_info(struct seq_file *m, void *v); -+#endif //CONFIG_POWER_SAVING -+ -+#ifdef CONFIG_TDLS -+int proc_get_tdls_info(struct seq_file *m, void *v); -+#endif -+ -+int proc_get_monitor(struct seq_file *m, void *v); -+ssize_t proc_set_monitor(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+ -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+int proc_get_rtkm_info(struct seq_file *m, void *v); -+#endif /* CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ -+#ifdef CONFIG_IEEE80211W -+ssize_t proc_set_tx_sa_query(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_tx_sa_query(struct seq_file *m, void *v); -+ssize_t proc_set_tx_deauth(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_tx_deauth(struct seq_file *m, void *v); -+ssize_t proc_set_tx_auth(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+int proc_get_tx_auth(struct seq_file *m, void *v); -+#endif /* CONFIG_IEEE80211W */ -+ -+#endif /* CONFIG_PROC_DEBUG */ -+ -+int proc_get_efuse_map(struct seq_file *m, void *v); -+ssize_t proc_set_efuse_map(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+ -+#endif //__RTW_DEBUG_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_eeprom.h linux/3rdparty/rtl8812au/include/rtw_eeprom.h ---- linux.old/3rdparty/rtl8812au/include/rtw_eeprom.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_eeprom.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,123 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_EEPROM_H__ -+#define __RTW_EEPROM_H__ -+ -+ -+#define RTL8712_EEPROM_ID 0x8712 -+//#define EEPROM_MAX_SIZE 256 -+ -+#define HWSET_MAX_SIZE_128 128 -+#define HWSET_MAX_SIZE_256 256 -+#define HWSET_MAX_SIZE_512 512 -+#define HWSET_MAX_SIZE_1024 1024 -+ -+#define EEPROM_MAX_SIZE HWSET_MAX_SIZE_1024 -+ -+#define CLOCK_RATE 50 //100us -+ -+//- EEPROM opcodes -+#define EEPROM_READ_OPCODE 06 -+#define EEPROM_WRITE_OPCODE 05 -+#define EEPROM_ERASE_OPCODE 07 -+#define EEPROM_EWEN_OPCODE 19 // Erase/write enable -+#define EEPROM_EWDS_OPCODE 16 // Erase/write disable -+ -+//Country codes -+#define USA 0x555320 -+#define EUROPE 0x1 //temp, should be provided later -+#define JAPAN 0x2 //temp, should be provided later -+ -+// -+// Customer ID, note that: -+// This variable is initiailzed through EEPROM or registry, -+// however, its definition may be different with that in EEPROM for -+// EEPROM size consideration. So, we have to perform proper translation between them. -+// Besides, CustomerID of registry has precedence of that of EEPROM. -+// defined below. 060703, by rcnjko. -+// -+typedef enum _RT_CUSTOMER_ID -+{ -+ RT_CID_DEFAULT = 0, -+ RT_CID_8187_ALPHA0 = 1, -+ RT_CID_8187_SERCOMM_PS = 2, -+ RT_CID_8187_HW_LED = 3, -+ RT_CID_8187_NETGEAR = 4, -+ RT_CID_WHQL = 5, -+ RT_CID_819x_CAMEO = 6, -+ RT_CID_819x_RUNTOP = 7, -+ RT_CID_819x_Senao = 8, -+ RT_CID_TOSHIBA = 9, // Merge by Jacken, 2008/01/31. -+ RT_CID_819x_Netcore = 10, -+ RT_CID_Nettronix = 11, -+ RT_CID_DLINK = 12, -+ RT_CID_PRONET = 13, -+ RT_CID_COREGA = 14, -+ RT_CID_CHINA_MOBILE = 15, -+ RT_CID_819x_ALPHA = 16, -+ RT_CID_819x_Sitecom = 17, -+ RT_CID_CCX = 18, // It's set under CCX logo test and isn't demanded for CCX functions, but for test behavior like retry limit and tx report. By Bruce, 2009-02-17. -+ RT_CID_819x_Lenovo = 19, -+ RT_CID_819x_QMI = 20, -+ RT_CID_819x_Edimax_Belkin = 21, -+ RT_CID_819x_Sercomm_Belkin = 22, -+ RT_CID_819x_CAMEO1 = 23, -+ RT_CID_819x_MSI = 24, -+ RT_CID_819x_Acer = 25, -+ RT_CID_819x_AzWave_ASUS = 26, -+ RT_CID_819x_AzWave = 27, // For AzWave in PCIe, The ID is AzWave use and not only Asus -+ RT_CID_819x_HP = 28, -+ RT_CID_819x_WNC_COREGA = 29, -+ RT_CID_819x_Arcadyan_Belkin = 30, -+ RT_CID_819x_SAMSUNG = 31, -+ RT_CID_819x_CLEVO = 32, -+ RT_CID_819x_DELL = 33, -+ RT_CID_819x_PRONETS = 34, -+ RT_CID_819x_Edimax_ASUS = 35, -+ RT_CID_NETGEAR = 36, -+ RT_CID_PLANEX = 37, -+ RT_CID_CC_C = 38, -+ RT_CID_819x_Xavi = 39, -+ RT_CID_LENOVO_CHINA = 40, -+ RT_CID_INTEL_CHINA = 41, -+ RT_CID_TPLINK_HPWR = 42, -+ RT_CID_819x_Sercomm_Netgear = 43, -+ RT_CID_819x_ALPHA_Dlink = 44,//add by ylb 20121012 for customer led for alpha -+ RT_CID_WNC_NEC = 45,//add by page for NEC -+ RT_CID_DNI_BUFFALO = 46,//add by page for NEC -+}RT_CUSTOMER_ID, *PRT_CUSTOMER_ID; -+ -+extern void eeprom_write16(_adapter *padapter, u16 reg, u16 data); -+extern u16 eeprom_read16(_adapter *padapter, u16 reg); -+extern void read_eeprom_content(_adapter *padapter); -+extern void eeprom_read_sz(_adapter * padapter, u16 reg,u8* data, u32 sz); -+ -+extern void read_eeprom_content_by_attrib(_adapter * padapter ); -+ -+#ifdef PLATFORM_LINUX -+#ifdef CONFIG_ADAPTOR_INFO_CACHING_FILE -+extern int isAdaptorInfoFileValid(void); -+extern int storeAdaptorInfoFile(char *path, u8 *efuse_data); -+extern int retriveAdaptorInfoFile(char *path, u8 *efuse_data); -+#endif //CONFIG_ADAPTOR_INFO_CACHING_FILE -+#endif //PLATFORM_LINUX -+ -+#endif //__RTL871X_EEPROM_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_efuse.h linux/3rdparty/rtl8812au/include/rtw_efuse.h ---- linux.old/3rdparty/rtl8812au/include/rtw_efuse.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_efuse.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,208 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_EFUSE_H__ -+#define __RTW_EFUSE_H__ -+ -+ -+#define EFUSE_ERROE_HANDLE 1 -+ -+#define PG_STATE_HEADER 0x01 -+#define PG_STATE_WORD_0 0x02 -+#define PG_STATE_WORD_1 0x04 -+#define PG_STATE_WORD_2 0x08 -+#define PG_STATE_WORD_3 0x10 -+#define PG_STATE_DATA 0x20 -+ -+#define PG_SWBYTE_H 0x01 -+#define PG_SWBYTE_L 0x02 -+ -+#define PGPKT_DATA_SIZE 8 -+ -+#define EFUSE_WIFI 0 -+#define EFUSE_BT 1 -+ -+enum _EFUSE_DEF_TYPE { -+ TYPE_EFUSE_MAX_SECTION = 0, -+ TYPE_EFUSE_REAL_CONTENT_LEN = 1, -+ TYPE_AVAILABLE_EFUSE_BYTES_BANK = 2, -+ TYPE_AVAILABLE_EFUSE_BYTES_TOTAL = 3, -+ TYPE_EFUSE_MAP_LEN = 4, -+ TYPE_EFUSE_PROTECT_BYTES_BANK = 5, -+ TYPE_EFUSE_CONTENT_LEN_BANK = 6, -+}; -+ -+#define EFUSE_MAX_MAP_LEN 512 -+ -+#define EFUSE_MAX_HW_SIZE 512 -+#define EFUSE_MAX_SECTION_BASE 16 -+ -+#define EXT_HEADER(header) ((header & 0x1F ) == 0x0F) -+#define ALL_WORDS_DISABLED(wde) ((wde & 0x0F) == 0x0F) -+#define GET_HDR_OFFSET_2_0(header) ( (header & 0xE0) >> 5) -+ -+#define EFUSE_REPEAT_THRESHOLD_ 3 -+ -+#define IS_MASKED_MP(ic, txt, offset) (EFUSE_IsAddressMasked_MP_##ic##txt(offset)) -+#define IS_MASKED_TC(ic, txt, offset) (EFUSE_IsAddressMasked_TC_##ic##txt(offset)) -+#define GET_MASK_ARRAY_LEN_MP(ic, txt) (EFUSE_GetArrayLen_MP_##ic##txt()) -+#define GET_MASK_ARRAY_LEN_TC(ic, txt) (EFUSE_GetArrayLen_TC_##ic##txt()) -+#define GET_MASK_ARRAY_MP(ic, txt, offset) (EFUSE_GetMaskArray_MP_##ic##txt(offset)) -+#define GET_MASK_ARRAY_TC(ic, txt, offset) (EFUSE_GetMaskArray_TC_##ic##txt(offset)) -+ -+ -+#define IS_MASKED(ic, txt, offset) ( IS_MASKED_MP(ic,txt, offset) ) -+#define GET_MASK_ARRAY_LEN(ic, txt) ( GET_MASK_ARRAY_LEN_MP(ic,txt) ) -+#define GET_MASK_ARRAY(ic, txt, out) do { GET_MASK_ARRAY_MP(ic,txt, out);} while(0) -+ -+//============================================= -+// The following is for BT Efuse definition -+//============================================= -+#define EFUSE_BT_MAX_MAP_LEN 1024 -+#define EFUSE_MAX_BANK 4 -+#define EFUSE_MAX_BT_BANK (EFUSE_MAX_BANK-1) -+//============================================= -+/*--------------------------Define Parameters-------------------------------*/ -+#define EFUSE_MAX_WORD_UNIT 4 -+ -+/*------------------------------Define structure----------------------------*/ -+typedef struct PG_PKT_STRUCT_A{ -+ u8 offset; -+ u8 word_en; -+ u8 data[8]; -+ u8 word_cnts; -+}PGPKT_STRUCT,*PPGPKT_STRUCT; -+ -+typedef enum -+{ -+ ERR_SUCCESS = 0, -+ ERR_DRIVER_FAILURE, -+ ERR_IO_FAILURE, -+ ERR_WI_TIMEOUT, -+ ERR_WI_BUSY, -+ ERR_BAD_FORMAT, -+ ERR_INVALID_DATA, -+ ERR_NOT_ENOUGH_SPACE, -+ ERR_WRITE_PROTECT, -+ ERR_READ_BACK_FAIL, -+ ERR_OUT_OF_RANGE -+} ERROR_CODE; -+ -+/*------------------------------Define structure----------------------------*/ -+typedef struct _EFUSE_HAL{ -+ u8 fakeEfuseBank; -+ u32 fakeEfuseUsedBytes; -+ u8 fakeEfuseContent[EFUSE_MAX_HW_SIZE]; -+ u8 fakeEfuseInitMap[EFUSE_MAX_MAP_LEN]; -+ u8 fakeEfuseModifiedMap[EFUSE_MAX_MAP_LEN]; -+ u32 EfuseUsedBytes; -+ u8 EfuseUsedPercentage; -+ -+ u16 BTEfuseUsedBytes; -+ u8 BTEfuseUsedPercentage; -+ u8 BTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+ u8 BTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN]; -+ u8 BTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN]; -+ -+ u16 fakeBTEfuseUsedBytes; -+ u8 fakeBTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+ u8 fakeBTEfuseInitMap[EFUSE_BT_MAX_MAP_LEN]; -+ u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN]; -+ -+ // EFUSE Configuration, initialized in HAL_CmnInitPGData(). -+ const u16 MaxSecNum_WiFi; -+ const u16 MaxSecNum_BT; -+ const u16 WordUnit; -+ const u16 PhysicalLen_WiFi; -+ const u16 PhysicalLen_BT; -+ const u16 LogicalLen_WiFi; -+ const u16 LogicalLen_BT; -+ const u16 BankSize; -+ const u16 TotalBankNum; -+ const u16 BankNum_WiFi; -+ const u16 BankNum_BT; -+ const u16 OOBProtectBytes; -+ const u16 ProtectBytes; -+ const u16 BankAvailBytes; -+ const u16 TotalAvailBytes_WiFi; -+ const u16 TotalAvailBytes_BT; -+ const u16 HeaderRetry; -+ const u16 DataRetry; -+ -+ ERROR_CODE Status; -+ -+}EFUSE_HAL, *PEFUSE_HAL; -+ -+extern u8 maskfileBuffer[32]; -+ -+/*------------------------Export global variable----------------------------*/ -+extern u8 fakeEfuseBank; -+extern u32 fakeEfuseUsedBytes; -+extern u8 fakeEfuseContent[]; -+extern u8 fakeEfuseInitMap[]; -+extern u8 fakeEfuseModifiedMap[]; -+ -+extern u32 BTEfuseUsedBytes; -+extern u8 BTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+extern u8 BTEfuseInitMap[]; -+extern u8 BTEfuseModifiedMap[]; -+ -+extern u32 fakeBTEfuseUsedBytes; -+extern u8 fakeBTEfuseContent[EFUSE_MAX_BT_BANK][EFUSE_MAX_HW_SIZE]; -+extern u8 fakeBTEfuseInitMap[]; -+extern u8 fakeBTEfuseModifiedMap[]; -+/*------------------------Export global variable----------------------------*/ -+ -+u8 efuse_GetCurrentSize(PADAPTER padapter, u16 *size); -+u16 efuse_GetMaxSize(PADAPTER padapter); -+u8 rtw_efuse_access(PADAPTER padapter, u8 bRead, u16 start_addr, u16 cnts, u8 *data); -+u8 rtw_efuse_mask_map_read(PADAPTER padapter, u16 addr, u16 cnts, u8 *data); -+u8 rtw_efuse_map_read(PADAPTER padapter, u16 addr, u16 cnts, u8 *data); -+u8 rtw_efuse_map_write(PADAPTER padapter, u16 addr, u16 cnts, u8 *data); -+u8 rtw_BT_efuse_map_read(PADAPTER padapter, u16 addr, u16 cnts, u8 *data); -+u8 rtw_BT_efuse_map_write(PADAPTER padapter, u16 addr, u16 cnts, u8 *data); -+ -+u16 Efuse_GetCurrentSize(PADAPTER pAdapter, u8 efuseType, BOOLEAN bPseudoTest); -+u8 Efuse_CalculateWordCnts(u8 word_en); -+void ReadEFuseByte(PADAPTER Adapter, u16 _offset, u8 *pbuf, BOOLEAN bPseudoTest) ; -+void EFUSE_GetEfuseDefinition(PADAPTER pAdapter, u8 efuseType, u8 type, void *pOut, BOOLEAN bPseudoTest); -+u8 efuse_OneByteRead(PADAPTER pAdapter, u16 addr, u8 *data, BOOLEAN bPseudoTest); -+u8 efuse_OneByteWrite(PADAPTER pAdapter, u16 addr, u8 data, BOOLEAN bPseudoTest); -+ -+void BTEfuse_PowerSwitch(PADAPTER pAdapter,u8 bWrite,u8 PwrState); -+void Efuse_PowerSwitch(PADAPTER pAdapter,u8 bWrite,u8 PwrState); -+int Efuse_PgPacketRead(PADAPTER pAdapter, u8 offset, u8 *data, BOOLEAN bPseudoTest); -+int Efuse_PgPacketWrite(PADAPTER pAdapter, u8 offset, u8 word_en, u8 *data, BOOLEAN bPseudoTest); -+void efuse_WordEnableDataRead(u8 word_en, u8 *sourdata, u8 *targetdata); -+u8 Efuse_WordEnableDataWrite(PADAPTER pAdapter, u16 efuse_addr, u8 word_en, u8 *data, BOOLEAN bPseudoTest); -+ -+u8 EFUSE_Read1Byte(PADAPTER pAdapter, u16 Address); -+void EFUSE_ShadowMapUpdate(PADAPTER pAdapter, u8 efuseType, BOOLEAN bPseudoTest); -+void EFUSE_ShadowRead(PADAPTER pAdapter, u8 Type, u16 Offset, u32 *Value); -+u8 rtw_efuse_file_read(PADAPTER padapter,u8 *filepatch,u8 *buf, u32 len); -+ -+#ifdef PLATFORM_LINUX -+#ifdef CONFIG_EFUSE_CONFIG_FILE -+u32 rtw_read_efuse_from_file(const char *path, u8 *buf); -+u32 rtw_read_macaddr_from_file(const char *path, u8 *buf); -+#endif /* CONFIG_EFUSE_CONFIG_FILE */ -+#endif /* PLATFORM_LINUX */ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_event.h linux/3rdparty/rtl8812au/include/rtw_event.h ---- linux.old/3rdparty/rtl8812au/include/rtw_event.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_event.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,140 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_EVENT_H_ -+#define _RTW_EVENT_H_ -+ -+#ifdef CONFIG_H2CLBK -+#include -+#endif -+ -+/* -+Used to report a bss has been scanned -+ -+*/ -+struct survey_event { -+ WLAN_BSSID_EX bss; -+}; -+ -+/* -+Used to report that the requested site survey has been done. -+ -+bss_cnt indicates the number of bss that has been reported. -+ -+ -+*/ -+struct surveydone_event { -+ unsigned int bss_cnt; -+ -+}; -+ -+/* -+Used to report the link result of joinning the given bss -+ -+ -+join_res: -+-1: authentication fail -+-2: association fail -+> 0: TID -+ -+*/ -+struct joinbss_event { -+ struct wlan_network network; -+}; -+ -+/* -+Used to report a given STA has joinned the created BSS. -+It is used in AP/Ad-HoC(M) mode. -+ -+ -+*/ -+struct stassoc_event { -+ unsigned char macaddr[6]; -+ unsigned char rsvd[2]; -+ int cam_id; -+ -+}; -+ -+struct stadel_event { -+ unsigned char macaddr[6]; -+ unsigned char rsvd[2]; //for reason -+ int mac_id; -+}; -+ -+struct addba_event -+{ -+ unsigned int tid; -+}; -+ -+struct wmm_event -+{ -+ unsigned char wmm; -+}; -+ -+#ifdef CONFIG_H2CLBK -+struct c2hlbk_event{ -+ unsigned char mac[6]; -+ unsigned short s0; -+ unsigned short s1; -+ unsigned int w0; -+ unsigned char b0; -+ unsigned short s2; -+ unsigned char b1; -+ unsigned int w1; -+}; -+#endif//CONFIG_H2CLBK -+ -+#define GEN_EVT_CODE(event) event ## _EVT_ -+ -+ -+ -+struct fwevent { -+ u32 parmsize; -+ void (*event_callback)(_adapter *dev, u8 *pbuf); -+}; -+ -+ -+#define C2HEVENT_SZ 32 -+ -+struct event_node{ -+ unsigned char *node; -+ unsigned char evt_code; -+ unsigned short evt_sz; -+ volatile int *caller_ff_tail; -+ int caller_ff_sz; -+}; -+ -+struct c2hevent_queue { -+ volatile int head; -+ volatile int tail; -+ struct event_node nodes[C2HEVENT_SZ]; -+ unsigned char seq; -+}; -+ -+#define NETWORK_QUEUE_SZ 4 -+ -+struct network_queue { -+ volatile int head; -+ volatile int tail; -+ WLAN_BSSID_EX networks[NETWORK_QUEUE_SZ]; -+}; -+ -+ -+#endif // _WLANEVENT_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_ht.h linux/3rdparty/rtl8812au/include/rtw_ht.h ---- linux.old/3rdparty/rtl8812au/include/rtw_ht.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_ht.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,221 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_HT_H_ -+#define _RTW_HT_H_ -+ -+ -+struct ht_priv -+{ -+ u8 ht_option; -+ u8 ampdu_enable;//for enable Tx A-MPDU -+ u8 tx_amsdu_enable;//for enable Tx A-MSDU -+ u8 bss_coexist;//for 20/40 Bss coexist -+ -+ //u8 baddbareq_issued[16]; -+ u32 tx_amsdu_maxlen; // 1: 8k, 0:4k ; default:8k, for tx -+ u32 rx_ampdu_maxlen; //for rx reordering ctrl win_sz, updated when join_callback. -+ -+ u8 rx_ampdu_min_spacing; -+ -+ u8 ch_offset;//PRIME_CHNL_OFFSET -+ u8 sgi_20m; -+ u8 sgi_40m; -+ -+ //for processing Tx A-MPDU -+ u8 agg_enable_bitmap; -+ //u8 ADDBA_retry_count; -+ u8 candidate_tid_bitmap; -+ -+ u8 ldpc_cap; -+ u8 stbc_cap; -+ u8 beamform_cap; -+ u8 smps_cap; /*spatial multiplexing power save mode. 0:static SMPS, 1:dynamic SMPS, 3:SMPS disabled, 2:reserved*/ -+ -+ struct rtw_ieee80211_ht_cap ht_cap; -+ -+}; -+ -+typedef enum AGGRE_SIZE{ -+ HT_AGG_SIZE_8K = 0, -+ HT_AGG_SIZE_16K = 1, -+ HT_AGG_SIZE_32K = 2, -+ HT_AGG_SIZE_64K = 3, -+ VHT_AGG_SIZE_128K = 4, -+ VHT_AGG_SIZE_256K = 5, -+ VHT_AGG_SIZE_512K = 6, -+ VHT_AGG_SIZE_1024K = 7, -+}AGGRE_SIZE_E, *PAGGRE_SIZE_E; -+ -+typedef enum _RT_HT_INF0_CAP{ -+ RT_HT_CAP_USE_TURBO_AGGR = 0x01, -+ RT_HT_CAP_USE_LONG_PREAMBLE = 0x02, -+ RT_HT_CAP_USE_AMPDU = 0x04, -+ RT_HT_CAP_USE_WOW = 0x8, -+ RT_HT_CAP_USE_SOFTAP = 0x10, -+ RT_HT_CAP_USE_92SE = 0x20, -+ RT_HT_CAP_USE_88C_92C = 0x40, -+ RT_HT_CAP_USE_AP_CLIENT_MODE = 0x80, // AP team request to reserve this bit, by Emily -+}RT_HT_INF0_CAPBILITY, *PRT_HT_INF0_CAPBILITY; -+ -+typedef enum _RT_HT_INF1_CAP{ -+ RT_HT_CAP_USE_VIDEO_CLIENT = 0x01, -+ RT_HT_CAP_USE_JAGUAR_BCUT = 0x02, -+ RT_HT_CAP_USE_JAGUAR_CCUT = 0x04, -+}RT_HT_INF1_CAPBILITY, *PRT_HT_INF1_CAPBILITY; -+ -+#define LDPC_HT_ENABLE_RX BIT0 -+#define LDPC_HT_ENABLE_TX BIT1 -+#define LDPC_HT_TEST_TX_ENABLE BIT2 -+#define LDPC_HT_CAP_TX BIT3 -+ -+#define STBC_HT_ENABLE_RX BIT0 -+#define STBC_HT_ENABLE_TX BIT1 -+#define STBC_HT_TEST_TX_ENABLE BIT2 -+#define STBC_HT_CAP_TX BIT3 -+ -+#define BEAMFORMING_HT_BEAMFORMER_ENABLE BIT0 // Declare our NIC supports beamformer -+#define BEAMFORMING_HT_BEAMFORMEE_ENABLE BIT1 // Declare our NIC supports beamformee -+#define BEAMFORMING_HT_BEAMFORMER_TEST BIT2 // Transmiting Beamforming no matter the target supports it or not -+#define BEAMFORMING_HT_BEAMFORMER_STEER_NUM (BIT4|BIT5) -+#define BEAMFORMING_HT_BEAMFORMEE_CHNL_EST_CAP (BIT6|BIT7) -+ -+//------------------------------------------------------------ -+// The HT Control field -+//------------------------------------------------------------ -+#define SET_HT_CTRL_CSI_STEERING(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart))+2, 6, 2, _val) -+#define SET_HT_CTRL_NDP_ANNOUNCEMENT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart))+3, 0, 1, _val) -+#define GET_HT_CTRL_NDP_ANNOUNCEMENT(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+3, 0, 1) -+ -+// 20/40 BSS Coexist -+#define SET_EXT_CAPABILITY_ELE_BSS_COEXIST(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 0, 1, _val) -+#define GET_EXT_CAPABILITY_ELE_BSS_COEXIST(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 0, 1) -+ -+/* HT Capabilities Info field */ -+#define HT_CAP_ELE_CAP_INFO(_pEleStart) ((u8 *)(_pEleStart)) -+#define GET_HT_CAP_ELE_LDPC_CAP(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 0, 1) -+#define GET_HT_CAP_ELE_CHL_WIDTH(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 1, 1) -+#define GET_HT_CAP_ELE_SM_PS(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 2, 2) -+#define GET_HT_CAP_ELE_GREENFIELD(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 4, 1) -+#define GET_HT_CAP_ELE_SHORT_GI20M(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 5, 1) -+#define GET_HT_CAP_ELE_SHORT_GI40M(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 6, 1) -+#define GET_HT_CAP_ELE_TX_STBC(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 7, 1) -+#define GET_HT_CAP_ELE_RX_STBC(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+1, 0, 2) -+#define GET_HT_CAP_ELE_DELAYED_BA(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+1, 2, 1) -+#define GET_HT_CAP_ELE_MAX_AMSDU_LENGTH(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+1, 3, 1) -+#define GET_HT_CAP_ELE_DSSS_CCK_40M(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+1, 4, 1) -+#define GET_HT_CAP_ELE_FORTY_INTOLERANT(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+1, 6, 1) -+#define GET_HT_CAP_ELE_LSIG_TXOP_PROTECT(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+1, 7, 1) -+ -+#define SET_HT_CAP_ELE_LDPC_CAP(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 0, 1, _val) -+#define SET_HT_CAP_ELE_CHL_WIDTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 1, 1, _val) -+#define SET_HT_CAP_ELE_SM_PS(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 2, 2, _val) -+#define SET_HT_CAP_ELE_GREENFIELD(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 4, 1, _val) -+#define SET_HT_CAP_ELE_SHORT_GI20M(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 5, 1, _val) -+#define SET_HT_CAP_ELE_SHORT_GI40M(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 6, 1, _val) -+#define SET_HT_CAP_ELE_TX_STBC(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 7, 1, _val) -+#define SET_HT_CAP_ELE_RX_STBC(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 0, 2, _val) -+#define SET_HT_CAP_ELE_DELAYED_BA(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 2, 1, _val) -+#define SET_HT_CAP_ELE_MAX_AMSDU_LENGTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 3, 1, _val) -+#define SET_HT_CAP_ELE_DSSS_CCK_40M(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 4, 1, _val) -+#define SET_HT_CAP_ELE_FORTY_INTOLERANT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 6, 1, _val) -+#define SET_HT_CAP_ELE_LSIG_TXOP_PROTECT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 7, 1, _val) -+ -+/* A-MPDU Parameters field */ -+#define HT_CAP_ELE_AMPDU_PARA(_pEleStart) (((u8 *)(_pEleStart))+2) -+#define GET_HT_CAP_ELE_MAX_AMPDU_LEN_EXP(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+2, 0, 2) -+#define GET_HT_CAP_ELE_MIN_MPDU_S_SPACE(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+2, 2, 3) -+ -+#define HT_AMPDU_PARA_FMT "%02x " \ -+ "MAX AMPDU len:%u bytes, MIN MPDU Start Spacing:%u" -+ -+#define HT_AMPDU_PARA_ARG(x) \ -+ *((u8*)(x)) \ -+ , (1 << (13+GET_HT_CAP_ELE_MAX_AMPDU_LEN_EXP(((u8*)x)-2)))-1 \ -+ , GET_HT_CAP_ELE_MIN_MPDU_S_SPACE(((u8*)x)-2) -+ -+/* Supported MCS Set field */ -+#define HT_CAP_ELE_SUP_MCS_SET(_pEleStart) (((u8 *)(_pEleStart))+3) -+#define HT_CAP_ELE_RX_MCS_MAP(_pEleStart) HT_CAP_ELE_SUP_MCS_SET(_pEleStart) -+#define GET_HT_CAP_ELE_RX_HIGHEST_DATA_RATE(_pEleStart) LE_BITS_TO_2BYTE(((u8 *)(_pEleStart))+13, 0, 10) -+#define GET_HT_CAP_ELE_TX_MCS_DEF(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+15, 0, 1) -+#define GET_HT_CAP_ELE_TRX_MCS_NEQ(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+15, 1, 1) -+#define GET_HT_CAP_ELE_TX_MAX_SS(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+15, 2, 2) -+#define GET_HT_CAP_ELE_TX_UEQM(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart))+15, 4, 1) -+ -+#define HT_SUP_MCS_SET_FMT "%02x %02x %02x %02x %02x%02x%02x%02x%02x%02x" \ -+ /* "\n%02x%02x%02x%02x%02x%02x" */\ -+ " %uMbps %s%s%s" -+#define HT_SUP_MCS_SET_ARG(x) ((u8 *)(x))[0], ((u8 *)(x))[1], ((u8 *)(x))[2], ((u8 *)(x))[3], ((u8 *)(x))[4], ((u8 *)(x))[5], \ -+ ((u8 *)(x))[6], ((u8 *)(x))[7], ((u8 *)(x))[8], ((u8 *)(x))[9] \ -+ /*,((u8 *)(x))[10],((u8 *)(x))[11], ((u8 *)(x))[12],((u8 *)(x))[13],((u8 *)(x))[14],((u8 *)(x))[15] */\ -+ , GET_HT_CAP_ELE_RX_HIGHEST_DATA_RATE(((u8 *)x)-3) \ -+ , GET_HT_CAP_ELE_TX_MCS_DEF(((u8 *)x)-3) ? "TX_MCS_DEF " : "" \ -+ , GET_HT_CAP_ELE_TRX_MCS_NEQ(((u8 *)x)-3) ? "TRX_MCS_NEQ " : "" \ -+ , GET_HT_CAP_ELE_TX_UEQM(((u8 *)x)-3) ? "TX_UEQM " : "" -+ -+//TXBF Capabilities -+#define SET_HT_CAP_TXBF_RECEIVE_NDP_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 3, 1, ((u8)_val)) -+#define SET_HT_CAP_TXBF_TRANSMIT_NDP_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 4, 1, ((u8)_val)) -+#define SET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 10, 1, ((u8)_val)) -+#define SET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 15, 2, ((u8)_val)) -+#define SET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 23, 2, ((u8)_val)) -+#define SET_HT_CAP_TXBF_CHNL_ESTIMATION_NUM_ANTENNAS(_pEleStart, _val) SET_BITS_TO_LE_4BYTE(((u8 *)(_pEleStart))+21, 27, 2, ((u8)_val)) -+ -+ -+#define GET_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP(_pEleStart) LE_BITS_TO_4BYTE(((u8 *)(_pEleStart))+21, 10, 1) -+#define GET_HT_CAP_TXBF_EXPLICIT_COMP_FEEDBACK_CAP(_pEleStart) LE_BITS_TO_4BYTE(((u8 *)(_pEleStart))+21, 15, 2) -+#define GET_HT_CAP_TXBF_COMP_STEERING_NUM_ANTENNAS(_pEleStart) LE_BITS_TO_4BYTE(((u8 *)(_pEleStart))+21, 23, 2) -+#define GET_HT_CAP_TXBF_CHNL_ESTIMATION_NUM_ANTENNAS(_pEleStart) LE_BITS_TO_4BYTE(((u8 *)(_pEleStart))+21, 27, 2) -+ -+/* HT Operation element */ -+ -+#define GET_HT_OP_ELE_PRI_CHL(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)), 0, 8) -+#define SET_HT_OP_ELE_PRI_CHL(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)), 0, 8, _val) -+ -+/* HT Operation Info field */ -+#define HT_OP_ELE_OP_INFO(_pEleStart) (((u8 *)(_pEleStart)) + 1) -+#define GET_HT_OP_ELE_2ND_CHL_OFFSET(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 1, 0, 2) -+#define GET_HT_OP_ELE_STA_CHL_WIDTH(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 1, 2, 1) -+#define GET_HT_OP_ELE_RIFS_MODE(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 1, 3, 1) -+#define GET_HT_OP_ELE_HT_PROTECT(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 2, 0, 2) -+#define GET_HT_OP_ELE_NON_GREEN_PRESENT(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 2, 2, 1) -+#define GET_HT_OP_ELE_OBSS_NON_HT_PRESENT(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 2, 4, 1) -+#define GET_HT_OP_ELE_DUAL_BEACON(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 4, 6, 1) -+#define GET_HT_OP_ELE_DUAL_CTS(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 4, 7, 1) -+#define GET_HT_OP_ELE_STBC_BEACON(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 5, 0, 1) -+#define GET_HT_OP_ELE_LSIG_TXOP_PROTECT(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 5, 1, 1) -+#define GET_HT_OP_ELE_PCO_ACTIVE(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 5, 2, 1) -+#define GET_HT_OP_ELE_PCO_PHASE(_pEleStart) LE_BITS_TO_1BYTE(((u8 *)(_pEleStart)) + 5, 3, 1) -+ -+#define SET_HT_OP_ELE_2ND_CHL_OFFSET(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 0, 2, _val) -+#define SET_HT_OP_ELE_STA_CHL_WIDTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 2, 1, _val) -+#define SET_HT_OP_ELE_RIFS_MODE(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 1, 3, 1, _val) -+#define SET_HT_OP_ELE_HT_PROTECT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 2, 0, 2, _val) -+#define SET_HT_OP_ELE_NON_GREEN_PRESENT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 2, 2, 1, _val) -+#define SET_HT_OP_ELE_OBSS_NON_HT_PRESENT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 2, 4, 1, _val) -+#define SET_HT_OP_ELE_DUAL_BEACON(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 4, 6, 1, _val) -+#define SET_HT_OP_ELE_DUAL_CTS(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 4, 7, 1, _val) -+#define SET_HT_OP_ELE_STBC_BEACON(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 5, 0, 1, _val) -+#define SET_HT_OP_ELE_LSIG_TXOP_PROTECT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 5, 1, 1, _val) -+#define SET_HT_OP_ELE_PCO_ACTIVE(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 5, 2, 1, _val) -+#define SET_HT_OP_ELE_PCO_PHASE(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(((u8 *)(_pEleStart)) + 5, 3, 1, _val) -+ -+#endif //_RTL871X_HT_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_ioctl.h linux/3rdparty/rtl8812au/include/rtw_ioctl.h ---- linux.old/3rdparty/rtl8812au/include/rtw_ioctl.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_ioctl.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,329 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_IOCTL_H_ -+#define _RTW_IOCTL_H_ -+ -+#ifndef PLATFORM_WINDOWS -+// 00 - Success -+// 11 - Error -+#define STATUS_SUCCESS (0x00000000L) -+#define STATUS_PENDING (0x00000103L) -+ -+#define STATUS_UNSUCCESSFUL (0xC0000001L) -+#define STATUS_INSUFFICIENT_RESOURCES (0xC000009AL) -+#define STATUS_NOT_SUPPORTED (0xC00000BBL) -+ -+#define NDIS_STATUS_SUCCESS ((NDIS_STATUS)STATUS_SUCCESS) -+#define NDIS_STATUS_PENDING ((NDIS_STATUS)STATUS_PENDING) -+#define NDIS_STATUS_NOT_RECOGNIZED ((NDIS_STATUS)0x00010001L) -+#define NDIS_STATUS_NOT_COPIED ((NDIS_STATUS)0x00010002L) -+#define NDIS_STATUS_NOT_ACCEPTED ((NDIS_STATUS)0x00010003L) -+#define NDIS_STATUS_CALL_ACTIVE ((NDIS_STATUS)0x00010007L) -+ -+#define NDIS_STATUS_FAILURE ((NDIS_STATUS)STATUS_UNSUCCESSFUL) -+#define NDIS_STATUS_RESOURCES ((NDIS_STATUS)STATUS_INSUFFICIENT_RESOURCES) -+#define NDIS_STATUS_CLOSING ((NDIS_STATUS)0xC0010002L) -+#define NDIS_STATUS_BAD_VERSION ((NDIS_STATUS)0xC0010004L) -+#define NDIS_STATUS_BAD_CHARACTERISTICS ((NDIS_STATUS)0xC0010005L) -+#define NDIS_STATUS_ADAPTER_NOT_FOUND ((NDIS_STATUS)0xC0010006L) -+#define NDIS_STATUS_OPEN_FAILED ((NDIS_STATUS)0xC0010007L) -+#define NDIS_STATUS_DEVICE_FAILED ((NDIS_STATUS)0xC0010008L) -+#define NDIS_STATUS_MULTICAST_FULL ((NDIS_STATUS)0xC0010009L) -+#define NDIS_STATUS_MULTICAST_EXISTS ((NDIS_STATUS)0xC001000AL) -+#define NDIS_STATUS_MULTICAST_NOT_FOUND ((NDIS_STATUS)0xC001000BL) -+#define NDIS_STATUS_REQUEST_ABORTED ((NDIS_STATUS)0xC001000CL) -+#define NDIS_STATUS_RESET_IN_PROGRESS ((NDIS_STATUS)0xC001000DL) -+#define NDIS_STATUS_CLOSING_INDICATING ((NDIS_STATUS)0xC001000EL) -+#define NDIS_STATUS_NOT_SUPPORTED ((NDIS_STATUS)STATUS_NOT_SUPPORTED) -+#define NDIS_STATUS_INVALID_PACKET ((NDIS_STATUS)0xC001000FL) -+#define NDIS_STATUS_OPEN_LIST_FULL ((NDIS_STATUS)0xC0010010L) -+#define NDIS_STATUS_ADAPTER_NOT_READY ((NDIS_STATUS)0xC0010011L) -+#define NDIS_STATUS_ADAPTER_NOT_OPEN ((NDIS_STATUS)0xC0010012L) -+#define NDIS_STATUS_NOT_INDICATING ((NDIS_STATUS)0xC0010013L) -+#define NDIS_STATUS_INVALID_LENGTH ((NDIS_STATUS)0xC0010014L) -+#define NDIS_STATUS_INVALID_DATA ((NDIS_STATUS)0xC0010015L) -+#define NDIS_STATUS_BUFFER_TOO_SHORT ((NDIS_STATUS)0xC0010016L) -+#define NDIS_STATUS_INVALID_OID ((NDIS_STATUS)0xC0010017L) -+#define NDIS_STATUS_ADAPTER_REMOVED ((NDIS_STATUS)0xC0010018L) -+#define NDIS_STATUS_UNSUPPORTED_MEDIA ((NDIS_STATUS)0xC0010019L) -+#define NDIS_STATUS_GROUP_ADDRESS_IN_USE ((NDIS_STATUS)0xC001001AL) -+#define NDIS_STATUS_FILE_NOT_FOUND ((NDIS_STATUS)0xC001001BL) -+#define NDIS_STATUS_ERROR_READING_FILE ((NDIS_STATUS)0xC001001CL) -+#define NDIS_STATUS_ALREADY_MAPPED ((NDIS_STATUS)0xC001001DL) -+#define NDIS_STATUS_RESOURCE_CONFLICT ((NDIS_STATUS)0xC001001EL) -+#define NDIS_STATUS_NO_CABLE ((NDIS_STATUS)0xC001001FL) -+ -+#define NDIS_STATUS_INVALID_SAP ((NDIS_STATUS)0xC0010020L) -+#define NDIS_STATUS_SAP_IN_USE ((NDIS_STATUS)0xC0010021L) -+#define NDIS_STATUS_INVALID_ADDRESS ((NDIS_STATUS)0xC0010022L) -+#define NDIS_STATUS_VC_NOT_ACTIVATED ((NDIS_STATUS)0xC0010023L) -+#define NDIS_STATUS_DEST_OUT_OF_ORDER ((NDIS_STATUS)0xC0010024L) // cause 27 -+#define NDIS_STATUS_VC_NOT_AVAILABLE ((NDIS_STATUS)0xC0010025L) // cause 35,45 -+#define NDIS_STATUS_CELLRATE_NOT_AVAILABLE ((NDIS_STATUS)0xC0010026L) // cause 37 -+#define NDIS_STATUS_INCOMPATABLE_QOS ((NDIS_STATUS)0xC0010027L) // cause 49 -+#define NDIS_STATUS_AAL_PARAMS_UNSUPPORTED ((NDIS_STATUS)0xC0010028L) // cause 93 -+#define NDIS_STATUS_NO_ROUTE_TO_DESTINATION ((NDIS_STATUS)0xC0010029L) // cause 3 -+#endif /* #ifndef PLATFORM_WINDOWS */ -+ -+ -+#ifndef OID_802_11_CAPABILITY -+ #define OID_802_11_CAPABILITY 0x0d010122 -+#endif -+ -+#ifndef OID_802_11_PMKID -+ #define OID_802_11_PMKID 0x0d010123 -+#endif -+ -+ -+// For DDK-defined OIDs -+#define OID_NDIS_SEG1 0x00010100 -+#define OID_NDIS_SEG2 0x00010200 -+#define OID_NDIS_SEG3 0x00020100 -+#define OID_NDIS_SEG4 0x01010100 -+#define OID_NDIS_SEG5 0x01020100 -+#define OID_NDIS_SEG6 0x01020200 -+#define OID_NDIS_SEG7 0xFD010100 -+#define OID_NDIS_SEG8 0x0D010100 -+#define OID_NDIS_SEG9 0x0D010200 -+#define OID_NDIS_SEG10 0x0D020200 -+ -+#define SZ_OID_NDIS_SEG1 23 -+#define SZ_OID_NDIS_SEG2 3 -+#define SZ_OID_NDIS_SEG3 6 -+#define SZ_OID_NDIS_SEG4 6 -+#define SZ_OID_NDIS_SEG5 4 -+#define SZ_OID_NDIS_SEG6 8 -+#define SZ_OID_NDIS_SEG7 7 -+#define SZ_OID_NDIS_SEG8 36 -+#define SZ_OID_NDIS_SEG9 24 -+#define SZ_OID_NDIS_SEG10 19 -+ -+// For Realtek-defined OIDs -+#define OID_MP_SEG1 0xFF871100 -+#define OID_MP_SEG2 0xFF818000 -+ -+#define OID_MP_SEG3 0xFF818700 -+#define OID_MP_SEG4 0xFF011100 -+ -+#define DEBUG_OID(dbg, str) \ -+ if((!dbg)) \ -+ { \ -+ RT_TRACE(_module_rtl871x_ioctl_c_,_drv_info_,("%s(%d): %s", __FUNCTION__, __LINE__, str)); \ -+ } -+ -+ -+enum oid_type -+{ -+ QUERY_OID, -+ SET_OID -+}; -+ -+struct oid_funs_node { -+ unsigned int oid_start; //the starting number for OID -+ unsigned int oid_end; //the ending number for OID -+ struct oid_obj_priv *node_array; -+ unsigned int array_sz; //the size of node_array -+ int query_counter; //count the number of query hits for this segment -+ int set_counter; //count the number of set hits for this segment -+}; -+ -+struct oid_par_priv -+{ -+ void *adapter_context; -+ NDIS_OID oid; -+ void *information_buf; -+ u32 information_buf_len; -+ u32 *bytes_rw; -+ u32 *bytes_needed; -+ enum oid_type type_of_oid; -+ u32 dbg; -+}; -+ -+struct oid_obj_priv { -+ unsigned char dbg; // 0: without OID debug message 1: with OID debug message -+ NDIS_STATUS (*oidfuns)(struct oid_par_priv *poid_par_priv); -+}; -+ -+#if (defined(CONFIG_MP_INCLUDED) && defined(_RTW_MP_IOCTL_C_)) || \ -+ (defined(PLATFORM_WINDOWS) && defined(_RTW_IOCTL_RTL_C_)) -+static NDIS_STATUS oid_null_function(struct oid_par_priv* poid_par_priv) -+{ -+ _func_enter_; -+ _func_exit_; -+ return NDIS_STATUS_SUCCESS; -+} -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+int TranslateNdisPsToRtPs(IN NDIS_802_11_POWER_MODE ndisPsMode); -+ -+//OID Handler for Segment 1 -+NDIS_STATUS oid_gen_supported_list_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_hardware_status_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_media_supported_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_media_in_use_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_maximum_lookahead_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_maximum_frame_size_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_link_speed_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_transmit_buffer_space_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_receive_buffer_space_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_transmit_block_size_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_receive_block_size_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_vendor_id_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_vendor_description_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_current_packet_filter_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_current_lookahead_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_driver_version_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_maximum_total_size_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_protocol_options_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_mac_options_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_media_connect_status_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_maximum_send_packets_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_vendor_driver_version_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//OID Handler for Segment 2 -+NDIS_STATUS oid_gen_physical_medium_hdl(struct oid_par_priv* poid_par_priv); -+ -+//OID Handler for Segment 3 -+NDIS_STATUS oid_gen_xmit_ok_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_rcv_ok_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_xmit_error_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_rcv_error_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_gen_rcv_no_buffer_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//OID Handler for Segment 4 -+NDIS_STATUS oid_802_3_permanent_address_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_current_address_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_multicast_list_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_maximum_list_size_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_mac_options_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+ -+//OID Handler for Segment 5 -+NDIS_STATUS oid_802_3_rcv_error_alignment_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_xmit_one_collision_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_xmit_more_collisions_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//OID Handler for Segment 6 -+NDIS_STATUS oid_802_3_xmit_deferred_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_xmit_max_collisions_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_rcv_overrun_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_xmit_underrun_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_xmit_heartbeat_failure_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_xmit_times_crs_lost_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_3_xmit_late_collisions_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+ -+//OID Handler for Segment 7 -+NDIS_STATUS oid_pnp_capabilities_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_pnp_set_power_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_pnp_query_power_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_pnp_add_wake_up_pattern_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_pnp_remove_wake_up_pattern_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_pnp_wake_up_pattern_list_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_pnp_enable_wake_up_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+ -+//OID Handler for Segment 8 -+NDIS_STATUS oid_802_11_bssid_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_ssid_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_infrastructure_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_add_wep_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_remove_wep_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_disassociate_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_authentication_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_privacy_filter_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_bssid_list_scan_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_encryption_status_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_reload_defaults_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_add_key_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_remove_key_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_association_information_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_test_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_media_stream_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_capability_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_pmkid_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+ -+ -+ -+//OID Handler for Segment 9 -+NDIS_STATUS oid_802_11_network_types_supported_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_network_type_in_use_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_tx_power_level_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_rssi_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_rssi_trigger_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_fragmentation_threshold_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_rts_threshold_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_number_of_antennas_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_rx_antenna_selected_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_tx_antenna_selected_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_supported_rates_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_desired_rates_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_configuration_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_power_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_802_11_bssid_list_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//OID Handler for Segment 10 -+NDIS_STATUS oid_802_11_statistics_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//OID Handler for Segment ED -+NDIS_STATUS oid_rt_mh_vender_id_hdl(struct oid_par_priv* poid_par_priv); -+ -+void Set_802_3_MULTICAST_LIST(ADAPTER *pAdapter, UCHAR *MCListbuf, ULONG MCListlen, BOOLEAN bAcceptAllMulticast); -+ -+#endif// end of PLATFORM_WINDOWS -+ -+#if defined(PLATFORM_LINUX) && defined(CONFIG_WIRELESS_EXT) -+extern struct iw_handler_def rtw_handlers_def; -+#endif -+ -+extern void rtw_request_wps_pbc_event(_adapter *padapter); -+ -+extern NDIS_STATUS drv_query_info( -+ IN _nic_hdl MiniportAdapterContext, -+ IN NDIS_OID Oid, -+ IN void * InformationBuffer, -+ IN u32 InformationBufferLength, -+ OUT u32* BytesWritten, -+ OUT u32* BytesNeeded -+ ); -+ -+extern NDIS_STATUS drv_set_info( -+ IN _nic_hdl MiniportAdapterContext, -+ IN NDIS_OID Oid, -+ IN void * InformationBuffer, -+ IN u32 InformationBufferLength, -+ OUT u32* BytesRead, -+ OUT u32* BytesNeeded -+ ); -+ -+#endif // #ifndef __INC_CEINFO_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_ioctl_query.h linux/3rdparty/rtl8812au/include/rtw_ioctl_query.h ---- linux.old/3rdparty/rtl8812au/include/rtw_ioctl_query.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_ioctl_query.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,33 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_IOCTL_QUERY_H_ -+#define _RTW_IOCTL_QUERY_H_ -+ -+ -+#ifdef PLATFORM_WINDOWS -+ -+u8 query_802_11_capability(_adapter* padapter,u8* pucBuf,u32 * pulOutLen); -+u8 query_802_11_association_information (_adapter * padapter, PNDIS_802_11_ASSOCIATION_INFORMATION pAssocInfo); -+ -+#endif -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_ioctl_rtl.h linux/3rdparty/rtl8812au/include/rtw_ioctl_rtl.h ---- linux.old/3rdparty/rtl8812au/include/rtw_ioctl_rtl.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_ioctl_rtl.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,81 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_IOCTL_RTL_H_ -+#define _RTW_IOCTL_RTL_H_ -+ -+ -+//************** oid_rtl_seg_01_01 ************** -+NDIS_STATUS oid_rt_get_signal_quality_hdl(struct oid_par_priv* poid_par_priv);//84 -+NDIS_STATUS oid_rt_get_small_packet_crc_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_middle_packet_crc_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_large_packet_crc_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_tx_retry_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_rx_retry_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_rx_total_packet_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_tx_beacon_ok_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_tx_beacon_err_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_pro_set_fw_dig_state_hdl(struct oid_par_priv* poid_par_priv); //8a -+NDIS_STATUS oid_rt_pro_set_fw_ra_state_hdl(struct oid_par_priv* poid_par_priv); //8b -+ -+NDIS_STATUS oid_rt_get_rx_icv_err_hdl(struct oid_par_priv* poid_par_priv);//93 -+NDIS_STATUS oid_rt_set_encryption_algorithm_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_preamble_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_ap_ip_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_channelplan_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_set_channelplan_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_set_preamble_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_set_bcn_intvl_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_dedicate_probe_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_total_tx_bytes_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_total_rx_bytes_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_current_tx_power_level_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_enc_key_mismatch_count_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_enc_key_match_count_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_channel_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_hardware_radio_off_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_key_mismatch_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_supported_wireless_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_channel_list_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_scan_in_progress_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_forced_data_rate_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_wireless_mode_for_scan_list_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_bss_wireless_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_scan_with_magic_packet_hdl(struct oid_par_priv* poid_par_priv); -+ -+//************** oid_rtl_seg_01_03 section start ************** -+NDIS_STATUS oid_rt_ap_get_associated_station_list_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_ap_switch_into_ap_mode_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_ap_supported_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_ap_set_passphrase_hdl(struct oid_par_priv* poid_par_priv); -+ -+// oid_rtl_seg_01_11 -+NDIS_STATUS oid_rt_pro_rf_write_registry_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_rf_read_registry_hdl(struct oid_par_priv* poid_par_priv); -+ -+//************** oid_rtl_seg_03_00 section start ************** -+NDIS_STATUS oid_rt_get_connect_state_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_set_default_key_id_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_ioctl_set.h linux/3rdparty/rtl8812au/include/rtw_ioctl_set.h ---- linux.old/3rdparty/rtl8812au/include/rtw_ioctl_set.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_ioctl_set.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,76 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_IOCTL_SET_H_ -+#define __RTW_IOCTL_SET_H_ -+ -+ -+typedef u8 NDIS_802_11_PMKID_VALUE[16]; -+ -+typedef struct _BSSIDInfo { -+ NDIS_802_11_MAC_ADDRESS BSSID; -+ NDIS_802_11_PMKID_VALUE PMKID; -+} BSSIDInfo, *PBSSIDInfo; -+ -+ -+#ifdef PLATFORM_OS_XP -+typedef struct _NDIS_802_11_PMKID { -+ u32 Length; -+ u32 BSSIDInfoCount; -+ BSSIDInfo BSSIDInfo[1]; -+} NDIS_802_11_PMKID, *PNDIS_802_11_PMKID; -+#endif -+ -+ -+#ifdef PLATFORM_WINDOWS -+u8 rtw_set_802_11_reload_defaults(_adapter * padapter, NDIS_802_11_RELOAD_DEFAULTS reloadDefaults); -+u8 rtw_set_802_11_test(_adapter * padapter, NDIS_802_11_TEST * test); -+u8 rtw_set_802_11_pmkid(_adapter *pdapter, NDIS_802_11_PMKID *pmkid); -+ -+u8 rtw_pnp_set_power_sleep(_adapter* padapter); -+u8 rtw_pnp_set_power_wakeup(_adapter* padapter); -+ -+void rtw_pnp_resume_wk(void *context); -+void rtw_pnp_sleep_wk(void * context); -+ -+#endif -+ -+u8 rtw_set_802_11_add_key(_adapter * padapter, NDIS_802_11_KEY * key); -+u8 rtw_set_802_11_authentication_mode(_adapter *pdapter, NDIS_802_11_AUTHENTICATION_MODE authmode); -+u8 rtw_set_802_11_bssid(_adapter* padapter, u8 *bssid); -+u8 rtw_set_802_11_add_wep(_adapter * padapter, NDIS_802_11_WEP * wep); -+u8 rtw_set_802_11_disassociate(_adapter * padapter); -+u8 rtw_set_802_11_bssid_list_scan(_adapter* padapter, NDIS_802_11_SSID *pssid, int ssid_max_num); -+u8 rtw_set_802_11_infrastructure_mode(_adapter * padapter, NDIS_802_11_NETWORK_INFRASTRUCTURE networktype); -+u8 rtw_set_802_11_remove_wep(_adapter * padapter, u32 keyindex); -+u8 rtw_set_802_11_ssid(_adapter * padapter, NDIS_802_11_SSID * ssid); -+u8 rtw_set_802_11_connect(_adapter* padapter, u8 *bssid, NDIS_802_11_SSID *ssid); -+u8 rtw_set_802_11_remove_key(_adapter * padapter, NDIS_802_11_REMOVE_KEY * key); -+ -+u8 rtw_validate_bssid(u8 *bssid); -+u8 rtw_validate_ssid(NDIS_802_11_SSID *ssid); -+ -+u16 rtw_get_cur_max_rate(_adapter *adapter); -+int rtw_set_scan_mode(_adapter *adapter, RT_SCAN_TYPE scan_mode); -+int rtw_set_channel_plan(_adapter *adapter, u8 channel_plan); -+int rtw_set_country(_adapter *adapter, const char *country_code); -+int rtw_set_band(_adapter *adapter, u8 band); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_io.h linux/3rdparty/rtl8812au/include/rtw_io.h ---- linux.old/3rdparty/rtl8812au/include/rtw_io.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_io.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,578 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef _RTW_IO_H_ -+#define _RTW_IO_H_ -+ -+#define NUM_IOREQ 8 -+ -+#ifdef PLATFORM_WINDOWS -+#define MAX_PROT_SZ 64 -+#endif -+#ifdef PLATFORM_LINUX -+#define MAX_PROT_SZ (64-16) -+#endif -+ -+#define _IOREADY 0 -+#define _IO_WAIT_COMPLETE 1 -+#define _IO_WAIT_RSP 2 -+ -+// IO COMMAND TYPE -+#define _IOSZ_MASK_ (0x7F) -+#define _IO_WRITE_ BIT(7) -+#define _IO_FIXED_ BIT(8) -+#define _IO_BURST_ BIT(9) -+#define _IO_BYTE_ BIT(10) -+#define _IO_HW_ BIT(11) -+#define _IO_WORD_ BIT(12) -+#define _IO_SYNC_ BIT(13) -+#define _IO_CMDMASK_ (0x1F80) -+ -+ -+/* -+ For prompt mode accessing, caller shall free io_req -+ Otherwise, io_handler will free io_req -+*/ -+ -+ -+ -+// IO STATUS TYPE -+#define _IO_ERR_ BIT(2) -+#define _IO_SUCCESS_ BIT(1) -+#define _IO_DONE_ BIT(0) -+ -+ -+#define IO_RD32 (_IO_SYNC_ | _IO_WORD_) -+#define IO_RD16 (_IO_SYNC_ | _IO_HW_) -+#define IO_RD8 (_IO_SYNC_ | _IO_BYTE_) -+ -+#define IO_RD32_ASYNC (_IO_WORD_) -+#define IO_RD16_ASYNC (_IO_HW_) -+#define IO_RD8_ASYNC (_IO_BYTE_) -+ -+#define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_) -+#define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_) -+#define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_) -+ -+#define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_) -+#define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_) -+#define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_) -+ -+/* -+ -+ Only Sync. burst accessing is provided. -+ -+*/ -+ -+#define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ( (x) & _IOSZ_MASK_)) -+#define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ( (x) & _IOSZ_MASK_)) -+ -+ -+ -+//below is for the intf_option bit defition... -+ -+#define _INTF_ASYNC_ BIT(0) //support async io -+ -+struct intf_priv; -+struct intf_hdl; -+struct io_queue; -+ -+struct _io_ops -+{ -+ u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); -+ u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); -+ u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ int (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ int (*_writeN)(struct intf_hdl *pintfhdl, u32 addr, u32 length, u8 *pdata); -+ -+ int (*_write8_async)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int (*_write16_async)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int (*_write32_async)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ -+ void (*_read_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ void (*_write_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ -+ void (*_sync_irp_protocol_rw)(struct io_queue *pio_q); -+ -+ u32 (*_read_interrupt)(struct intf_hdl *pintfhdl, u32 addr); -+ -+ u32 (*_read_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ u32 (*_write_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pmem); -+ -+ u32 (*_write_scsi)(struct intf_hdl *pintfhdl,u32 cnt, u8 *pmem); -+ -+ void (*_read_port_cancel)(struct intf_hdl *pintfhdl); -+ void (*_write_port_cancel)(struct intf_hdl *pintfhdl); -+ -+#ifdef CONFIG_SDIO_HCI -+ u8 (*_sd_f0_read8)(struct intf_hdl *pintfhdl, u32 addr); -+ #ifdef CONFIG_SDIO_INDIRECT_ACCESS -+ u8 (*_sd_iread8)(struct intf_hdl *pintfhdl, u32 addr); -+ u16 (*_sd_iread16)(struct intf_hdl *pintfhdl, u32 addr); -+ u32 (*_sd_iread32)(struct intf_hdl *pintfhdl, u32 addr); -+ int (*_sd_iwrite8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+ int (*_sd_iwrite16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+ int (*_sd_iwrite32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+ #endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+#endif -+ -+}; -+ -+struct io_req { -+ _list list; -+ u32 addr; -+ volatile u32 val; -+ u32 command; -+ u32 status; -+ u8 *pbuf; -+ _sema sema; -+ -+#ifdef PLATFORM_OS_CE -+#ifdef CONFIG_USB_HCI -+ // URB handler for rtw_write_mem -+ USB_TRANSFER usb_transfer_write_mem; -+#endif -+#endif -+ -+ void (*_async_io_callback)(_adapter *padater, struct io_req *pio_req, u8 *cnxt); -+ u8 *cnxt; -+ -+#ifdef PLATFORM_OS_XP -+ PMDL pmdl; -+ PIRP pirp; -+ -+#ifdef CONFIG_SDIO_HCI -+ PSDBUS_REQUEST_PACKET sdrp; -+#endif -+ -+#endif -+ -+ -+}; -+ -+struct intf_hdl { -+ -+/* -+ u32 intf_option; -+ u32 bus_status; -+ u32 do_flush; -+ u8 *adapter; -+ u8 *intf_dev; -+ struct intf_priv *pintfpriv; -+ u8 cnt; -+ void (*intf_hdl_init)(u8 *priv); -+ void (*intf_hdl_unload)(u8 *priv); -+ void (*intf_hdl_open)(u8 *priv); -+ void (*intf_hdl_close)(u8 *priv); -+ struct _io_ops io_ops; -+ //u8 intf_status;//moved to struct intf_priv -+ u16 len; -+ u16 done_len; -+*/ -+ _adapter *padapter; -+ struct dvobj_priv *pintf_dev;// pointer to &(padapter->dvobjpriv); -+ -+ struct _io_ops io_ops; -+ -+}; -+ -+struct reg_protocol_rd { -+ -+#ifdef CONFIG_LITTLE_ENDIAN -+ -+ //DW1 -+ u32 NumOfTrans:4; -+ u32 Reserved1:4; -+ u32 Reserved2:24; -+ //DW2 -+ u32 ByteCount:7; -+ u32 WriteEnable:1; //0:read, 1:write -+ u32 FixOrContinuous:1; //0:continuous, 1: Fix -+ u32 BurstMode:1; -+ u32 Byte1Access:1; -+ u32 Byte2Access:1; -+ u32 Byte4Access:1; -+ u32 Reserved3:3; -+ u32 Reserved4:16; -+ //DW3 -+ u32 BusAddress; -+ //DW4 -+ //u32 Value; -+#else -+ -+ -+//DW1 -+ u32 Reserved1 :4; -+ u32 NumOfTrans :4; -+ -+ u32 Reserved2 :24; -+ -+ //DW2 -+ u32 WriteEnable : 1; -+ u32 ByteCount :7; -+ -+ -+ u32 Reserved3 : 3; -+ u32 Byte4Access : 1; -+ -+ u32 Byte2Access : 1; -+ u32 Byte1Access : 1; -+ u32 BurstMode :1 ; -+ u32 FixOrContinuous : 1; -+ -+ u32 Reserved4 : 16; -+ -+ //DW3 -+ u32 BusAddress; -+ -+ //DW4 -+ //u32 Value; -+ -+#endif -+ -+}; -+ -+ -+struct reg_protocol_wt { -+ -+ -+#ifdef CONFIG_LITTLE_ENDIAN -+ -+ //DW1 -+ u32 NumOfTrans:4; -+ u32 Reserved1:4; -+ u32 Reserved2:24; -+ //DW2 -+ u32 ByteCount:7; -+ u32 WriteEnable:1; //0:read, 1:write -+ u32 FixOrContinuous:1; //0:continuous, 1: Fix -+ u32 BurstMode:1; -+ u32 Byte1Access:1; -+ u32 Byte2Access:1; -+ u32 Byte4Access:1; -+ u32 Reserved3:3; -+ u32 Reserved4:16; -+ //DW3 -+ u32 BusAddress; -+ //DW4 -+ u32 Value; -+ -+#else -+ //DW1 -+ u32 Reserved1 :4; -+ u32 NumOfTrans :4; -+ -+ u32 Reserved2 :24; -+ -+ //DW2 -+ u32 WriteEnable : 1; -+ u32 ByteCount :7; -+ -+ u32 Reserved3 : 3; -+ u32 Byte4Access : 1; -+ -+ u32 Byte2Access : 1; -+ u32 Byte1Access : 1; -+ u32 BurstMode :1 ; -+ u32 FixOrContinuous : 1; -+ -+ u32 Reserved4 : 16; -+ -+ //DW3 -+ u32 BusAddress; -+ -+ //DW4 -+ u32 Value; -+ -+#endif -+ -+}; -+#ifdef CONFIG_PCI_HCI -+#define MAX_CONTINUAL_IO_ERR 4 -+#endif -+ -+#ifdef CONFIG_USB_HCI -+#define MAX_CONTINUAL_IO_ERR 4 -+#endif -+ -+#ifdef CONFIG_SDIO_HCI -+#define SD_IO_TRY_CNT (8) -+#define MAX_CONTINUAL_IO_ERR SD_IO_TRY_CNT -+#endif -+ -+#ifdef CONFIG_GSPI_HCI -+#define SD_IO_TRY_CNT (8) -+#define MAX_CONTINUAL_IO_ERR SD_IO_TRY_CNT -+#endif -+ -+ -+int rtw_inc_and_chk_continual_io_error(struct dvobj_priv *dvobj); -+void rtw_reset_continual_io_error(struct dvobj_priv *dvobj); -+ -+/* -+Below is the data structure used by _io_handler -+ -+*/ -+ -+struct io_queue { -+ _lock lock; -+ _list free_ioreqs; -+ _list pending; //The io_req list that will be served in the single protocol read/write. -+ _list processing; -+ u8 *free_ioreqs_buf; // 4-byte aligned -+ u8 *pallocated_free_ioreqs_buf; -+ struct intf_hdl intf; -+}; -+ -+struct io_priv{ -+ -+ _adapter *padapter; -+ -+ struct intf_hdl intf; -+ -+}; -+ -+extern uint ioreq_flush(_adapter *adapter, struct io_queue *ioqueue); -+extern void sync_ioreq_enqueue(struct io_req *preq,struct io_queue *ioqueue); -+extern uint sync_ioreq_flush(_adapter *adapter, struct io_queue *ioqueue); -+ -+ -+extern uint free_ioreq(struct io_req *preq, struct io_queue *pio_queue); -+extern struct io_req *alloc_ioreq(struct io_queue *pio_q); -+ -+extern uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl); -+extern void unregister_intf_hdl(struct intf_hdl *pintfhdl); -+ -+extern void _rtw_attrib_read(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void _rtw_attrib_write(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+ -+extern u8 _rtw_read8(_adapter *adapter, u32 addr); -+extern u16 _rtw_read16(_adapter *adapter, u32 addr); -+extern u32 _rtw_read32(_adapter *adapter, u32 addr); -+extern void _rtw_read_mem(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void _rtw_read_port(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void _rtw_read_port_cancel(_adapter *adapter); -+ -+ -+extern int _rtw_write8(_adapter *adapter, u32 addr, u8 val); -+extern int _rtw_write16(_adapter *adapter, u32 addr, u16 val); -+extern int _rtw_write32(_adapter *adapter, u32 addr, u32 val); -+extern int _rtw_writeN(_adapter *adapter, u32 addr, u32 length, u8 *pdata); -+ -+#ifdef CONFIG_SDIO_HCI -+u8 _rtw_sd_f0_read8(_adapter *adapter, u32 addr); -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+u8 _rtw_sd_iread8(_adapter *adapter, u32 addr); -+u16 _rtw_sd_iread16(_adapter *adapter, u32 addr); -+u32 _rtw_sd_iread32(_adapter *adapter, u32 addr); -+int _rtw_sd_iwrite8(_adapter *adapter, u32 addr, u8 val); -+int _rtw_sd_iwrite16(_adapter *adapter, u32 addr, u16 val); -+int _rtw_sd_iwrite32(_adapter *adapter, u32 addr, u32 val); -+#endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+#endif /* CONFIG_SDIO_HCI */ -+ -+extern int _rtw_write8_async(_adapter *adapter, u32 addr, u8 val); -+extern int _rtw_write16_async(_adapter *adapter, u32 addr, u16 val); -+extern int _rtw_write32_async(_adapter *adapter, u32 addr, u32 val); -+ -+extern void _rtw_write_mem(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern u32 _rtw_write_port(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+u32 _rtw_write_port_and_wait(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem, int timeout_ms); -+extern void _rtw_write_port_cancel(_adapter *adapter); -+ -+#ifdef DBG_IO -+bool match_read_sniff_ranges(u32 addr, u16 len); -+bool match_write_sniff_ranges(u32 addr, u16 len); -+bool match_rf_read_sniff_ranges(u8 path, u32 addr, u32 mask); -+bool match_rf_write_sniff_ranges(u8 path, u32 addr, u32 mask); -+ -+extern u8 dbg_rtw_read8(_adapter *adapter, u32 addr, const char *caller, const int line); -+extern u16 dbg_rtw_read16(_adapter *adapter, u32 addr, const char *caller, const int line); -+extern u32 dbg_rtw_read32(_adapter *adapter, u32 addr, const char *caller, const int line); -+ -+extern int dbg_rtw_write8(_adapter *adapter, u32 addr, u8 val, const char *caller, const int line); -+extern int dbg_rtw_write16(_adapter *adapter, u32 addr, u16 val, const char *caller, const int line); -+extern int dbg_rtw_write32(_adapter *adapter, u32 addr, u32 val, const char *caller, const int line); -+extern int dbg_rtw_writeN(_adapter *adapter, u32 addr ,u32 length , u8 *data, const char *caller, const int line); -+ -+#ifdef CONFIG_SDIO_HCI -+u8 dbg_rtw_sd_f0_read8(_adapter *adapter, u32 addr, const char *caller, const int line); -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+u8 dbg_rtw_sd_iread8(_adapter *adapter, u32 addr, const char *caller, const int line); -+u16 dbg_rtw_sd_iread16(_adapter *adapter, u32 addr, const char *caller, const int line); -+u32 dbg_rtw_sd_iread32(_adapter *adapter, u32 addr, const char *caller, const int line); -+int dbg_rtw_sd_iwrite8(_adapter *adapter, u32 addr, u8 val, const char *caller, const int line); -+int dbg_rtw_sd_iwrite16(_adapter *adapter, u32 addr, u16 val, const char *caller, const int line); -+int dbg_rtw_sd_iwrite32(_adapter *adapter, u32 addr, u32 val, const char *caller, const int line); -+#endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+#endif /* CONFIG_SDIO_HCI */ -+ -+#define rtw_read8(adapter, addr) dbg_rtw_read8((adapter), (addr), __FUNCTION__, __LINE__) -+#define rtw_read16(adapter, addr) dbg_rtw_read16((adapter), (addr), __FUNCTION__, __LINE__) -+#define rtw_read32(adapter, addr) dbg_rtw_read32((adapter), (addr), __FUNCTION__, __LINE__) -+#define rtw_read_mem(adapter, addr, cnt, mem) _rtw_read_mem((adapter), (addr), (cnt), (mem)) -+#define rtw_read_port(adapter, addr, cnt, mem) _rtw_read_port((adapter), (addr), (cnt), (mem)) -+#define rtw_read_port_cancel(adapter) _rtw_read_port_cancel((adapter)) -+ -+#define rtw_write8(adapter, addr, val) dbg_rtw_write8((adapter), (addr), (val), __FUNCTION__, __LINE__) -+#define rtw_write16(adapter, addr, val) dbg_rtw_write16((adapter), (addr), (val), __FUNCTION__, __LINE__) -+#define rtw_write32(adapter, addr, val) dbg_rtw_write32((adapter), (addr), (val), __FUNCTION__, __LINE__) -+#define rtw_writeN(adapter, addr, length, data) dbg_rtw_writeN((adapter), (addr), (length), (data), __FUNCTION__, __LINE__) -+ -+#define rtw_write8_async(adapter, addr, val) _rtw_write8_async((adapter), (addr), (val)) -+#define rtw_write16_async(adapter, addr, val) _rtw_write16_async((adapter), (addr), (val)) -+#define rtw_write32_async(adapter, addr, val) _rtw_write32_async((adapter), (addr), (val)) -+ -+#define rtw_write_mem(adapter, addr, cnt, mem) _rtw_write_mem((adapter), addr, cnt, mem) -+#define rtw_write_port(adapter, addr, cnt, mem) _rtw_write_port(adapter, addr, cnt, mem) -+#define rtw_write_port_and_wait(adapter, addr, cnt, mem, timeout_ms) _rtw_write_port_and_wait((adapter), (addr), (cnt), (mem), (timeout_ms)) -+#define rtw_write_port_cancel(adapter) _rtw_write_port_cancel(adapter) -+ -+#ifdef CONFIG_SDIO_HCI -+#define rtw_sd_f0_read8(adapter, addr) dbg_rtw_sd_f0_read8((adapter), (addr), __func__, __LINE__) -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+#define rtw_sd_iread8(adapter, addr) dbg_rtw_sd_iread8((adapter), (addr), __func__, __LINE__) -+#define rtw_sd_iread16(adapter, addr) dbg_rtw_sd_iread16((adapter), (addr), __func__, __LINE__) -+#define rtw_sd_iread32(adapter, addr) dbg_rtw_sd_iread32((adapter), (addr), __func__, __LINE__) -+#define rtw_sd_iwrite8(adapter, addr, val) dbg_rtw_sd_iwrite8((adapter), (addr), (val), __func__, __LINE__) -+#define rtw_sd_iwrite16(adapter, addr, val) dbg_rtw_sd_iwrite16((adapter), (addr), (val), __func__, __LINE__) -+#define rtw_sd_iwrite32(adapter, addr, val) dbg_rtw_sd_iwrite32((adapter), (addr), (val), __func__, __LINE__) -+#endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+#endif /* CONFIG_SDIO_HCI */ -+ -+#else /* DBG_IO */ -+#define match_read_sniff_ranges(addr, len) _FALSE -+#define match_write_sniff_ranges(addr, len) _FALSE -+#define match_rf_read_sniff_ranges(path, addr, mask) _FALSE -+#define match_rf_write_sniff_ranges(path, addr, mask) _FALSE -+#define rtw_read8(adapter, addr) _rtw_read8((adapter), (addr)) -+#define rtw_read16(adapter, addr) _rtw_read16((adapter), (addr)) -+#define rtw_read32(adapter, addr) _rtw_read32((adapter), (addr)) -+#define rtw_read_mem(adapter, addr, cnt, mem) _rtw_read_mem((adapter), (addr), (cnt), (mem)) -+#define rtw_read_port(adapter, addr, cnt, mem) _rtw_read_port((adapter), (addr), (cnt), (mem)) -+#define rtw_read_port_cancel(adapter) _rtw_read_port_cancel((adapter)) -+ -+#define rtw_write8(adapter, addr, val) _rtw_write8((adapter), (addr), (val)) -+#define rtw_write16(adapter, addr, val) _rtw_write16((adapter), (addr), (val)) -+#define rtw_write32(adapter, addr, val) _rtw_write32((adapter), (addr), (val)) -+#define rtw_writeN(adapter, addr, length, data) _rtw_writeN((adapter), (addr), (length), (data)) -+ -+#define rtw_write8_async(adapter, addr, val) _rtw_write8_async((adapter), (addr), (val)) -+#define rtw_write16_async(adapter, addr, val) _rtw_write16_async((adapter), (addr), (val)) -+#define rtw_write32_async(adapter, addr, val) _rtw_write32_async((adapter), (addr), (val)) -+ -+#define rtw_write_mem(adapter, addr, cnt, mem) _rtw_write_mem((adapter), (addr), (cnt), (mem)) -+#define rtw_write_port(adapter, addr, cnt, mem) _rtw_write_port((adapter), (addr), (cnt), (mem)) -+#define rtw_write_port_and_wait(adapter, addr, cnt, mem, timeout_ms) _rtw_write_port_and_wait((adapter), (addr), (cnt), (mem), (timeout_ms)) -+#define rtw_write_port_cancel(adapter) _rtw_write_port_cancel((adapter)) -+ -+#ifdef CONFIG_SDIO_HCI -+#define rtw_sd_f0_read8(adapter, addr) _rtw_sd_f0_read8((adapter), (addr)) -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+#define rtw_sd_iread8(adapter, addr) _rtw_sd_iread8((adapter), (addr)) -+#define rtw_sd_iread16(adapter, addr) _rtw_sd_iread16((adapter), (addr)) -+#define rtw_sd_iread32(adapter, addr) _rtw_sd_iread32((adapter), (addr)) -+#define rtw_sd_iwrite8(adapter, addr, val) _rtw_sd_iwrite8((adapter), (addr), (val)) -+#define rtw_sd_iwrite16(adapter, addr, val) _rtw_sd_iwrite16((adapter), (addr), (val)) -+#define rtw_sd_iwrite32(adapter, addr, val) _rtw_sd_iwrite32((adapter), (addr), (val)) -+#endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+#endif /* CONFIG_SDIO_HCI */ -+ -+#endif /* DBG_IO */ -+ -+extern void rtw_write_scsi(_adapter *adapter, u32 cnt, u8 *pmem); -+ -+//ioreq -+extern void ioreq_read8(_adapter *adapter, u32 addr, u8 *pval); -+extern void ioreq_read16(_adapter *adapter, u32 addr, u16 *pval); -+extern void ioreq_read32(_adapter *adapter, u32 addr, u32 *pval); -+extern void ioreq_write8(_adapter *adapter, u32 addr, u8 val); -+extern void ioreq_write16(_adapter *adapter, u32 addr, u16 val); -+extern void ioreq_write32(_adapter *adapter, u32 addr, u32 val); -+ -+ -+extern uint async_read8(_adapter *adapter, u32 addr, u8 *pbuff, -+ void (*_async_io_callback)(_adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern uint async_read16(_adapter *adapter, u32 addr, u8 *pbuff, -+ void (*_async_io_callback)(_adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern uint async_read32(_adapter *adapter, u32 addr, u8 *pbuff, -+ void (*_async_io_callback)(_adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+ -+extern void async_read_mem(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void async_read_port(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+ -+extern void async_write8(_adapter *adapter, u32 addr, u8 val, -+ void (*_async_io_callback)(_adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern void async_write16(_adapter *adapter, u32 addr, u16 val, -+ void (*_async_io_callback)(_adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+extern void async_write32(_adapter *adapter, u32 addr, u32 val, -+ void (*_async_io_callback)(_adapter *padater, struct io_req *pio_req, u8 *cnxt), u8 *cnxt); -+ -+extern void async_write_mem(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+extern void async_write_port(_adapter *adapter, u32 addr, u32 cnt, u8 *pmem); -+ -+ -+int rtw_init_io_priv(_adapter *padapter, void (*set_intf_ops)(_adapter *padapter,struct _io_ops *pops)); -+ -+ -+extern uint alloc_io_queue(_adapter *adapter); -+extern void free_io_queue(_adapter *adapter); -+extern void async_bus_io(struct io_queue *pio_q); -+extern void bus_sync_io(struct io_queue *pio_q); -+extern u32 _ioreq2rwmem(struct io_queue *pio_q); -+extern void dev_power_down(_adapter * Adapter, u8 bpwrup); -+ -+/* -+#define RTL_R8(reg) rtw_read8(padapter, reg) -+#define RTL_R16(reg) rtw_read16(padapter, reg) -+#define RTL_R32(reg) rtw_read32(padapter, reg) -+#define RTL_W8(reg, val8) rtw_write8(padapter, reg, val8) -+#define RTL_W16(reg, val16) rtw_write16(padapter, reg, val16) -+#define RTL_W32(reg, val32) rtw_write32(padapter, reg, val32) -+*/ -+ -+/* -+#define RTL_W8_ASYNC(reg, val8) rtw_write32_async(padapter, reg, val8) -+#define RTL_W16_ASYNC(reg, val16) rtw_write32_async(padapter, reg, val16) -+#define RTL_W32_ASYNC(reg, val32) rtw_write32_async(padapter, reg, val32) -+ -+#define RTL_WRITE_BB(reg, val32) phy_SetUsbBBReg(padapter, reg, val32) -+#define RTL_READ_BB(reg) phy_QueryUsbBBReg(padapter, reg) -+*/ -+ -+#define PlatformEFIOWrite1Byte(_a,_b,_c) \ -+ rtw_write8(_a,_b,_c) -+#define PlatformEFIOWrite2Byte(_a,_b,_c) \ -+ rtw_write16(_a,_b,_c) -+#define PlatformEFIOWrite4Byte(_a,_b,_c) \ -+ rtw_write32(_a,_b,_c) -+ -+#define PlatformEFIORead1Byte(_a,_b) \ -+ rtw_read8(_a,_b) -+#define PlatformEFIORead2Byte(_a,_b) \ -+ rtw_read16(_a,_b) -+#define PlatformEFIORead4Byte(_a,_b) \ -+ rtw_read32(_a,_b) -+ -+#endif //_RTL8711_IO_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_iol.h linux/3rdparty/rtl8812au/include/rtw_iol.h ---- linux.old/3rdparty/rtl8812au/include/rtw_iol.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_iol.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,137 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_IOL_H_ -+#define __RTW_IOL_H_ -+ -+ -+struct xmit_frame *rtw_IOL_accquire_xmit_frame(ADAPTER *adapter); -+int rtw_IOL_append_cmds(struct xmit_frame *xmit_frame, u8 *IOL_cmds, u32 cmd_len); -+int rtw_IOL_append_LLT_cmd(struct xmit_frame *xmit_frame, u8 page_boundary); -+int rtw_IOL_exec_cmds_sync(ADAPTER *adapter, struct xmit_frame *xmit_frame, u32 max_wating_ms, u32 bndy_cnt); -+bool rtw_IOL_applied(ADAPTER *adapter); -+int rtw_IOL_append_DELAY_US_cmd(struct xmit_frame *xmit_frame, u16 us); -+int rtw_IOL_append_DELAY_MS_cmd(struct xmit_frame *xmit_frame, u16 ms); -+int rtw_IOL_append_END_cmd(struct xmit_frame *xmit_frame); -+ -+ -+#ifdef CONFIG_IOL_NEW_GENERATION -+#define IOREG_CMD_END_LEN 4 -+ -+struct ioreg_cfg{ -+ u8 length; -+ u8 cmd_id; -+ u16 address; -+ u32 data; -+ u32 mask; -+}; -+enum ioreg_cmd{ -+ IOREG_CMD_LLT = 0x01, -+ IOREG_CMD_REFUSE = 0x02, -+ IOREG_CMD_EFUSE_PATH = 0x03, -+ IOREG_CMD_WB_REG = 0x04, -+ IOREG_CMD_WW_REG = 0x05, -+ IOREG_CMD_WD_REG = 0x06, -+ IOREG_CMD_W_RF = 0x07, -+ IOREG_CMD_DELAY_US = 0x10, -+ IOREG_CMD_DELAY_MS = 0x11, -+ IOREG_CMD_END = 0xFF, -+}; -+void read_efuse_from_txpktbuf(ADAPTER *adapter, int bcnhead, u8 *content, u16 *size); -+ -+int _rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value, u8 mask); -+int _rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value, u16 mask); -+int _rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value, u32 mask); -+int _rtw_IOL_append_WRF_cmd(struct xmit_frame *xmit_frame, u8 rf_path, u16 addr, u32 value, u32 mask); -+#define rtw_IOL_append_WB_cmd(xmit_frame, addr, value,mask) _rtw_IOL_append_WB_cmd((xmit_frame), (addr), (value) ,(mask)) -+#define rtw_IOL_append_WW_cmd(xmit_frame, addr, value,mask) _rtw_IOL_append_WW_cmd((xmit_frame), (addr), (value),(mask)) -+#define rtw_IOL_append_WD_cmd(xmit_frame, addr, value,mask) _rtw_IOL_append_WD_cmd((xmit_frame), (addr), (value),(mask)) -+#define rtw_IOL_append_WRF_cmd(xmit_frame, rf_path, addr, value,mask) _rtw_IOL_append_WRF_cmd((xmit_frame),(rf_path), (addr), (value),(mask)) -+ -+u8 rtw_IOL_cmd_boundary_handle(struct xmit_frame *pxmit_frame); -+void rtw_IOL_cmd_buf_dump(ADAPTER *Adapter,int buf_len,u8 *pbuf); -+ -+#ifdef CONFIG_IOL_IOREG_CFG_DBG -+ struct cmd_cmp{ -+ u16 addr; -+ u32 value; -+ }; -+#endif -+ -+#else //CONFIG_IOL_NEW_GENERATION -+ -+typedef struct _io_offload_cmd { -+ u8 rsvd0; -+ u8 cmd; -+ u16 address; -+ u32 value; -+} IO_OFFLOAD_CMD, IOL_CMD; -+ -+#define IOL_CMD_LLT 0x00 -+//#define IOL_CMD_R_EFUSE 0x01 -+#define IOL_CMD_WB_REG 0x02 -+#define IOL_CMD_WW_REG 0x03 -+#define IOL_CMD_WD_REG 0x04 -+//#define IOL_CMD_W_RF 0x05 -+#define IOL_CMD_DELAY_US 0x80 -+#define IOL_CMD_DELAY_MS 0x81 -+//#define IOL_CMD_DELAY_S 0x82 -+#define IOL_CMD_END 0x83 -+ -+/***************************************************** -+CMD Address Value -+(B1) (B2/B3:H/L addr) (B4:B7 : MSB:LSB) -+****************************************************** -+IOL_CMD_LLT - B7: PGBNDY -+//IOL_CMD_R_EFUSE - - -+IOL_CMD_WB_REG 0x0~0xFFFF B7 -+IOL_CMD_WW_REG 0x0~0xFFFF B6~B7 -+IOL_CMD_WD_REG 0x0~0xFFFF B4~B7 -+//IOL_CMD_W_RF RF Reg B5~B7 -+IOL_CMD_DELAY_US - B6~B7 -+IOL_CMD_DELAY_MS - B6~B7 -+//IOL_CMD_DELAY_S - B6~B7 -+IOL_CMD_END - - -+******************************************************/ -+int _rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value); -+int _rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value); -+int _rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value); -+ -+ -+int rtw_IOL_exec_cmd_array_sync(PADAPTER adapter, u8 *IOL_cmds, u32 cmd_num, u32 max_wating_ms); -+int rtw_IOL_exec_empty_cmds_sync(ADAPTER *adapter, u32 max_wating_ms); -+ -+#ifdef DBG_IO -+int dbg_rtw_IOL_append_WB_cmd(struct xmit_frame *xmit_frame, u16 addr, u8 value, const char *caller, const int line); -+int dbg_rtw_IOL_append_WW_cmd(struct xmit_frame *xmit_frame, u16 addr, u16 value, const char *caller, const int line); -+int dbg_rtw_IOL_append_WD_cmd(struct xmit_frame *xmit_frame, u16 addr, u32 value, const char *caller, const int line); -+#define rtw_IOL_append_WB_cmd(xmit_frame, addr, value) dbg_rtw_IOL_append_WB_cmd((xmit_frame), (addr), (value), __FUNCTION__, __LINE__) -+#define rtw_IOL_append_WW_cmd(xmit_frame, addr, value) dbg_rtw_IOL_append_WW_cmd((xmit_frame), (addr), (value), __FUNCTION__, __LINE__) -+#define rtw_IOL_append_WD_cmd(xmit_frame, addr, value) dbg_rtw_IOL_append_WD_cmd((xmit_frame), (addr), (value), __FUNCTION__, __LINE__) -+#else -+#define rtw_IOL_append_WB_cmd(xmit_frame, addr, value) _rtw_IOL_append_WB_cmd((xmit_frame), (addr), (value)) -+#define rtw_IOL_append_WW_cmd(xmit_frame, addr, value) _rtw_IOL_append_WW_cmd((xmit_frame), (addr), (value)) -+#define rtw_IOL_append_WD_cmd(xmit_frame, addr, value) _rtw_IOL_append_WD_cmd((xmit_frame), (addr), (value)) -+#endif // DBG_IO -+#endif // CONFIG_IOL_NEW_GENERATION -+ -+ -+ -+#endif //__RTW_IOL_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_mem.h linux/3rdparty/rtl8812au/include/rtw_mem.h ---- linux.old/3rdparty/rtl8812au/include/rtw_mem.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_mem.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,42 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_MEM_H__ -+#define __RTW_MEM_H__ -+ -+#include -+#include -+#include -+ -+#ifdef CONFIG_PLATFORM_MSTAR_HIGH -+#define MAX_RTKM_RECVBUF_SZ (31744) /* 31k */ -+#else -+#define MAX_RTKM_RECVBUF_SZ (15360) /* 15k */ -+#endif /* CONFIG_PLATFORM_MSTAR_HIGH */ -+#define MAX_RTKM_NR_PREALLOC_RECV_SKB 16 -+ -+u16 rtw_rtkm_get_buff_size(void); -+u8 rtw_rtkm_get_nr_recv_skb(void); -+struct u8* rtw_alloc_revcbuf_premem(void); -+struct sk_buff *rtw_alloc_skb_premem(u16 in_size); -+int rtw_free_skb_premem(struct sk_buff *pskb); -+ -+ -+#endif //__RTW_MEM_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_mlme_ext.h linux/3rdparty/rtl8812au/include/rtw_mlme_ext.h ---- linux.old/3rdparty/rtl8812au/include/rtw_mlme_ext.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_mlme_ext.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,1235 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_MLME_EXT_H_ -+#define __RTW_MLME_EXT_H_ -+ -+ -+// Commented by Albert 20101105 -+// Increase the SURVEY_TO value from 100 to 150 ( 100ms to 150ms ) -+// The Realtek 8188CE SoftAP will spend around 100ms to send the probe response after receiving the probe request. -+// So, this driver tried to extend the dwell time for each scanning channel. -+// This will increase the chance to receive the probe response from SoftAP. -+ -+#define SURVEY_TO (100) -+#define REAUTH_TO (300) //(50) -+#define REASSOC_TO (300) //(50) -+//#define DISCONNECT_TO (3000) -+#define ADDBA_TO (2000) -+ -+#define LINKED_TO (1) //unit:2 sec, 1x2=2 sec -+ -+#define REAUTH_LIMIT (4) -+#define REASSOC_LIMIT (4) -+#define READDBA_LIMIT (2) -+ -+#ifdef CONFIG_GSPI_HCI -+ #define ROAMING_LIMIT 5 -+#else -+ #define ROAMING_LIMIT 8 -+#endif -+//#define IOCMD_REG0 0x10250370 -+//#define IOCMD_REG1 0x10250374 -+//#define IOCMD_REG2 0x10250378 -+ -+//#define FW_DYNAMIC_FUN_SWITCH 0x10250364 -+ -+//#define WRITE_BB_CMD 0xF0000001 -+//#define SET_CHANNEL_CMD 0xF3000000 -+//#define UPDATE_RA_CMD 0xFD0000A2 -+ -+#define _HW_STATE_NOLINK_ 0x00 -+#define _HW_STATE_ADHOC_ 0x01 -+#define _HW_STATE_STATION_ 0x02 -+#define _HW_STATE_AP_ 0x03 -+#define _HW_STATE_MONITOR_ 0x04 -+ -+ -+#define _1M_RATE_ 0 -+#define _2M_RATE_ 1 -+#define _5M_RATE_ 2 -+#define _11M_RATE_ 3 -+#define _6M_RATE_ 4 -+#define _9M_RATE_ 5 -+#define _12M_RATE_ 6 -+#define _18M_RATE_ 7 -+#define _24M_RATE_ 8 -+#define _36M_RATE_ 9 -+#define _48M_RATE_ 10 -+#define _54M_RATE_ 11 -+ -+/******************************************************** -+MCS rate definitions -+*********************************************************/ -+#define MCS_RATE_1R (0x000000ff) -+#define MCS_RATE_2R (0x0000ffff) -+#define MCS_RATE_3R (0x00ffffff) -+#define MCS_RATE_4R (0xffffffff) -+#define MCS_RATE_2R_13TO15_OFF (0x00001fff) -+ -+ -+extern unsigned char RTW_WPA_OUI[]; -+extern unsigned char WMM_OUI[]; -+extern unsigned char WPS_OUI[]; -+extern unsigned char WFD_OUI[]; -+extern unsigned char P2P_OUI[]; -+ -+extern unsigned char WMM_INFO_OUI[]; -+extern unsigned char WMM_PARA_OUI[]; -+ -+typedef enum _RT_CHANNEL_DOMAIN -+{ -+ /* ===== 0x00 ~ 0x1F, legacy channel plan ===== */ -+ RTW_CHPLAN_FCC = 0x00, -+ RTW_CHPLAN_IC = 0x01, -+ RTW_CHPLAN_ETSI = 0x02, -+ RTW_CHPLAN_SPAIN = 0x03, -+ RTW_CHPLAN_FRANCE = 0x04, -+ RTW_CHPLAN_MKK = 0x05, -+ RTW_CHPLAN_MKK1 = 0x06, -+ RTW_CHPLAN_ISRAEL = 0x07, -+ RTW_CHPLAN_TELEC = 0x08, -+ RTW_CHPLAN_GLOBAL_DOAMIN = 0x09, -+ RTW_CHPLAN_WORLD_WIDE_13 = 0x0A, -+ RTW_CHPLAN_TAIWAN = 0x0B, -+ RTW_CHPLAN_CHINA = 0x0C, -+ RTW_CHPLAN_SINGAPORE_INDIA_MEXICO = 0x0D, -+ RTW_CHPLAN_KOREA = 0x0E, -+ RTW_CHPLAN_TURKEY = 0x0F, -+ RTW_CHPLAN_JAPAN = 0x10, -+ RTW_CHPLAN_FCC_NO_DFS = 0x11, -+ RTW_CHPLAN_JAPAN_NO_DFS = 0x12, -+ RTW_CHPLAN_WORLD_WIDE_5G = 0x13, -+ RTW_CHPLAN_TAIWAN_NO_DFS = 0x14, -+ -+ /* ===== 0x20 ~ 0x7F, new channel plan ===== */ -+ RTW_CHPLAN_WORLD_NULL = 0x20, -+ RTW_CHPLAN_ETSI1_NULL = 0x21, -+ RTW_CHPLAN_FCC1_NULL = 0x22, -+ RTW_CHPLAN_MKK1_NULL = 0x23, -+ RTW_CHPLAN_ETSI2_NULL = 0x24, -+ RTW_CHPLAN_FCC1_FCC1 = 0x25, -+ RTW_CHPLAN_WORLD_ETSI1 = 0x26, -+ RTW_CHPLAN_MKK1_MKK1 = 0x27, -+ RTW_CHPLAN_WORLD_KCC1 = 0x28, -+ RTW_CHPLAN_WORLD_FCC2 = 0x29, -+ RTW_CHPLAN_WORLD_FCC3 = 0x30, -+ RTW_CHPLAN_WORLD_FCC4 = 0x31, -+ RTW_CHPLAN_WORLD_FCC5 = 0x32, -+ RTW_CHPLAN_WORLD_FCC6 = 0x33, -+ RTW_CHPLAN_FCC1_FCC7 = 0x34, -+ RTW_CHPLAN_WORLD_ETSI2 = 0x35, -+ RTW_CHPLAN_WORLD_ETSI3 = 0x36, -+ RTW_CHPLAN_MKK1_MKK2 = 0x37, -+ RTW_CHPLAN_MKK1_MKK3 = 0x38, -+ RTW_CHPLAN_FCC1_NCC1 = 0x39, -+ RTW_CHPLAN_FCC1_NCC2 = 0x40, -+ RTW_CHPLAN_GLOBAL_NULL = 0x41, -+ RTW_CHPLAN_ETSI1_ETSI4 = 0x42, -+ RTW_CHPLAN_FCC1_FCC2 = 0x43, -+ RTW_CHPLAN_FCC1_NCC3 = 0x44, -+ RTW_CHPLAN_WORLD_ETSI5 = 0x45, -+ RTW_CHPLAN_FCC1_FCC8 = 0x46, -+ RTW_CHPLAN_WORLD_ETSI6 = 0x47, -+ RTW_CHPLAN_WORLD_ETSI7 = 0x48, -+ RTW_CHPLAN_WORLD_ETSI8 = 0x49, -+ RTW_CHPLAN_WORLD_ETSI9 = 0x50, -+ RTW_CHPLAN_WORLD_ETSI10 = 0x51, -+ RTW_CHPLAN_WORLD_ETSI11 = 0x52, -+ RTW_CHPLAN_FCC1_NCC4 = 0x53, -+ RTW_CHPLAN_WORLD_ETSI12 = 0x54, -+ RTW_CHPLAN_FCC1_FCC9 = 0x55, -+ RTW_CHPLAN_WORLD_ETSI13 = 0x56, -+ RTW_CHPLAN_FCC1_FCC10 = 0x57, -+ RTW_CHPLAN_MKK2_MKK4 = 0x58, -+ RTW_CHPLAN_WORLD_ETSI14 = 0x59, -+ -+ RTW_CHPLAN_MAX, -+ RTW_CHPLAN_REALTEK_DEFINE = 0x7F, -+}RT_CHANNEL_DOMAIN, *PRT_CHANNEL_DOMAIN; -+ -+typedef enum _RT_CHANNEL_DOMAIN_2G -+{ -+ RTW_RD_2G_NULL = 0, -+ RTW_RD_2G_WORLD = 1, /* Worldwird 13 */ -+ RTW_RD_2G_ETSI1 = 2, /* Europe */ -+ RTW_RD_2G_FCC1 = 3, /* US */ -+ RTW_RD_2G_MKK1 = 4, /* Japan */ -+ RTW_RD_2G_ETSI2 = 5, /* France */ -+ RTW_RD_2G_GLOBAL = 6, /* Global domain */ -+ RTW_RD_2G_MKK2 = 7, /* Japan */ -+ -+ RTW_RD_2G_MAX, -+}RT_CHANNEL_DOMAIN_2G, *PRT_CHANNEL_DOMAIN_2G; -+ -+typedef enum _RT_CHANNEL_DOMAIN_5G -+{ -+ RTW_RD_5G_NULL = 0, /* */ -+ RTW_RD_5G_ETSI1 = 1, /* Europe */ -+ RTW_RD_5G_ETSI2 = 2, /* Australia, New Zealand */ -+ RTW_RD_5G_ETSI3 = 3, /* Russia */ -+ RTW_RD_5G_FCC1 = 4, /* US */ -+ RTW_RD_5G_FCC2 = 5, /* FCC w/o DFS Channels */ -+ RTW_RD_5G_FCC3 = 6, /* Bolivia, Chile, El Salvador, Venezuela */ -+ RTW_RD_5G_FCC4 = 7, /* Venezuela */ -+ RTW_RD_5G_FCC5 = 8, /* China */ -+ RTW_RD_5G_FCC6 = 9, /* */ -+ RTW_RD_5G_FCC7 = 10, /* US Canada(w/o Weather radar) */ -+ RTW_RD_5G_KCC1 = 11, /* Korea */ -+ RTW_RD_5G_MKK1 = 12, /* Japan */ -+ RTW_RD_5G_MKK2 = 13, /* Japan (W52, W53) */ -+ RTW_RD_5G_MKK3 = 14, /* Japan (W56) */ -+ RTW_RD_5G_NCC1 = 15, /* Taiwan, (w/o Weather radar) */ -+ RTW_RD_5G_NCC2 = 16, /* Taiwan, Band2, Band4 */ -+ RTW_RD_5G_NCC3 = 17, /* Taiwan w/o DFS, Band4 only */ -+ RTW_RD_5G_ETSI4 = 18, /* Europe w/o DFS, Band1 only */ -+ RTW_RD_5G_ETSI5 = 19, /* Australia, New Zealand(w/o Weather radar) */ -+ RTW_RD_5G_FCC8 = 20, /* Latin America */ -+ RTW_RD_5G_ETSI6 = 21, /* Israel, Bahrain, Egypt, India, China, Malaysia */ -+ RTW_RD_5G_ETSI7 = 22, /* China */ -+ RTW_RD_5G_ETSI8 = 23, /* Jordan */ -+ RTW_RD_5G_ETSI9 = 24, /* Lebanon */ -+ RTW_RD_5G_ETSI10 = 25, /* Qatar */ -+ RTW_RD_5G_ETSI11 = 26, /* Russia */ -+ RTW_RD_5G_NCC4 = 27, /* Taiwan, (w/o Weather radar) */ -+ RTW_RD_5G_ETSI12 = 28, /* Indonesia */ -+ RTW_RD_5G_FCC9 = 29, /* (w/o Weather radar) */ -+ RTW_RD_5G_ETSI13 = 30, /* (w/o Weather radar) */ -+ RTW_RD_5G_FCC10 = 31, /* Argentina(w/o Weather radar) */ -+ RTW_RD_5G_MKK4 = 32, /* Japan (W52) */ -+ RTW_RD_5G_ETSI14 = 33, /* Russia */ -+ -+ /* === Below are driver defined for legacy channel plan compatible, DON'T assign index ==== */ -+ RTW_RD_5G_OLD_FCC1, -+ RTW_RD_5G_OLD_NCC1, -+ RTW_RD_5G_OLD_KCC1, -+ -+ RTW_RD_5G_MAX, -+}RT_CHANNEL_DOMAIN_5G, *PRT_CHANNEL_DOMAIN_5G; -+ -+#define rtw_is_channel_plan_valid(chplan) ((chplan) < RTW_CHPLAN_MAX || (chplan) == RTW_CHPLAN_REALTEK_DEFINE) -+#define rtw_is_legacy_channel_plan(chplan) ((chplan) < 0x20) -+bool rtw_chplan_is_empty(u8 id); -+ -+typedef struct _RT_CHANNEL_PLAN -+{ -+ unsigned char Channel[MAX_CHANNEL_NUM]; -+ unsigned char Len; -+}RT_CHANNEL_PLAN, *PRT_CHANNEL_PLAN; -+ -+typedef struct _RT_CHANNEL_PLAN_2G -+{ -+ unsigned char Channel[MAX_CHANNEL_NUM_2G]; -+ unsigned char Len; -+}RT_CHANNEL_PLAN_2G, *PRT_CHANNEL_PLAN_2G; -+ -+typedef struct _RT_CHANNEL_PLAN_5G -+{ -+ unsigned char Channel[MAX_CHANNEL_NUM_5G]; -+ unsigned char Len; -+}RT_CHANNEL_PLAN_5G, *PRT_CHANNEL_PLAN_5G; -+ -+typedef struct _RT_CHANNEL_PLAN_MAP -+{ -+ u8 Index2G; -+ u8 Index5G; -+ u8 regd; /* value of REGULATION_TXPWR_LMT */ -+}RT_CHANNEL_PLAN_MAP, *PRT_CHANNEL_PLAN_MAP; -+ -+enum Associated_AP -+{ -+ atherosAP = 0, -+ broadcomAP = 1, -+ ciscoAP = 2, -+ marvellAP = 3, -+ ralinkAP = 4, -+ realtekAP = 5, -+ airgocapAP = 6, -+ unknownAP = 7, -+ maxAP, -+}; -+ -+typedef enum _HT_IOT_PEER -+{ -+ HT_IOT_PEER_UNKNOWN = 0, -+ HT_IOT_PEER_REALTEK = 1, -+ HT_IOT_PEER_REALTEK_92SE = 2, -+ HT_IOT_PEER_BROADCOM = 3, -+ HT_IOT_PEER_RALINK = 4, -+ HT_IOT_PEER_ATHEROS = 5, -+ HT_IOT_PEER_CISCO = 6, -+ HT_IOT_PEER_MERU = 7, -+ HT_IOT_PEER_MARVELL = 8, -+ HT_IOT_PEER_REALTEK_SOFTAP = 9,// peer is RealTek SOFT_AP, by Bohn, 2009.12.17 -+ HT_IOT_PEER_SELF_SOFTAP = 10, // Self is SoftAP -+ HT_IOT_PEER_AIRGO = 11, -+ HT_IOT_PEER_INTEL = 12, -+ HT_IOT_PEER_RTK_APCLIENT = 13, -+ HT_IOT_PEER_REALTEK_81XX = 14, -+ HT_IOT_PEER_REALTEK_WOW = 15, -+ HT_IOT_PEER_REALTEK_JAGUAR_BCUTAP = 16, -+ HT_IOT_PEER_REALTEK_JAGUAR_CCUTAP = 17, -+ HT_IOT_PEER_MAX = 18 -+}HT_IOT_PEER_E, *PHTIOT_PEER_E; -+ -+struct mlme_handler { -+ unsigned int num; -+ char* str; -+ unsigned int (*func)(_adapter *padapter, union recv_frame *precv_frame); -+}; -+ -+struct action_handler { -+ unsigned int num; -+ char* str; -+ unsigned int (*func)(_adapter *padapter, union recv_frame *precv_frame); -+}; -+ -+enum SCAN_STATE -+{ -+ SCAN_DISABLE = 0, -+ SCAN_START = 1, -+ SCAN_PS_ANNC_WAIT = 2, -+ SCAN_ENTER = 3, -+ SCAN_PROCESS = 4, -+ -+ /* backop */ -+ SCAN_BACKING_OP = 5, -+ SCAN_BACK_OP = 6, -+ SCAN_LEAVING_OP = 7, -+ SCAN_LEAVE_OP = 8, -+ -+ /* SW antenna diversity (before linked) */ -+ SCAN_SW_ANTDIV_BL = 9, -+ -+ /* legacy p2p */ -+ SCAN_TO_P2P_LISTEN = 10, -+ SCAN_P2P_LISTEN = 11, -+ -+ SCAN_COMPLETE = 12, -+ SCAN_STATE_MAX, -+}; -+ -+const char *scan_state_str(u8 state); -+ -+enum ss_backop_flag { -+ SS_BACKOP_EN = BIT0, /* backop when linked */ -+ SS_BACKOP_EN_NL = BIT1, /* backop even when no linked */ -+ -+ SS_BACKOP_PS_ANNC = BIT4, -+ SS_BACKOP_TX_RESUME = BIT5, -+}; -+ -+struct ss_res { -+ u8 state; -+ u8 next_state; /* will set to state on next cmd hdl */ -+ int bss_cnt; -+ int channel_idx; -+ int scan_mode; -+ u16 scan_ch_ms; -+ u8 rx_ampdu_accept; -+ u8 rx_ampdu_size; -+#ifdef CONFIG_SCAN_BACKOP -+ u8 backop_flags_sta; /* policy for station mode*/ -+ u8 backop_flags_ap; /* policy for ap mode */ -+ u8 backop_flags; /* per backop runtime decision */ -+ u8 scan_cnt; -+ u8 scan_cnt_max; -+ u32 backop_time; /* the start time of backop */ -+ u16 backop_ms; -+#endif -+#if defined(CONFIG_ANTENNA_DIVERSITY) || defined(DBG_SCAN_SW_ANTDIV_BL) -+ u8 is_sw_antdiv_bl_scan; -+#endif -+ u8 ssid_num; -+ u8 ch_num; -+ NDIS_802_11_SSID ssid[RTW_SSID_SCAN_AMOUNT]; -+ struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; -+}; -+ -+//#define AP_MODE 0x0C -+//#define STATION_MODE 0x08 -+//#define AD_HOC_MODE 0x04 -+//#define NO_LINK_MODE 0x00 -+ -+#define WIFI_FW_NULL_STATE _HW_STATE_NOLINK_ -+#define WIFI_FW_STATION_STATE _HW_STATE_STATION_ -+#define WIFI_FW_AP_STATE _HW_STATE_AP_ -+#define WIFI_FW_ADHOC_STATE _HW_STATE_ADHOC_ -+ -+#define WIFI_FW_AUTH_NULL 0x00000100 -+#define WIFI_FW_AUTH_STATE 0x00000200 -+#define WIFI_FW_AUTH_SUCCESS 0x00000400 -+ -+#define WIFI_FW_ASSOC_STATE 0x00002000 -+#define WIFI_FW_ASSOC_SUCCESS 0x00004000 -+ -+#define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS |WIFI_FW_ASSOC_STATE) -+ -+#ifdef CONFIG_TDLS -+enum TDLS_option -+{ -+ TDLS_ESTABLISHED = 1, -+ TDLS_ISSUE_PTI = 2, -+ TDLS_CH_SW_RESP = 3, -+ TDLS_CH_SW = 4, -+ TDLS_CH_SW_BACK = 5, -+ TDLS_RS_RCR = 6, -+ TDLS_TEAR_STA = 7, -+ maxTDLS, -+}; -+ -+#endif //CONFIG_TDLS -+ -+struct FW_Sta_Info -+{ -+ struct sta_info *psta; -+ u32 status; -+ u32 rx_pkt; -+ u32 retry; -+ NDIS_802_11_RATES_EX SupportedRates; -+}; -+ -+/* -+ * Usage: -+ * When one iface acted as AP mode and the other iface is STA mode and scanning, -+ * it should switch back to AP's operating channel periodically. -+ * Parameters info: -+ * When the driver scanned RTW_SCAN_NUM_OF_CH channels, it would switch back to AP's operating channel for -+ * RTW_BACK_OP_CH_MS milliseconds. -+ * Example: -+ * For chip supports 2.4G + 5GHz and AP mode is operating in channel 1, -+ * RTW_SCAN_NUM_OF_CH is 8, RTW_BACK_OP_CH_MS is 300 -+ * When it's STA mode gets set_scan command, -+ * it would -+ * 1. Doing the scan on channel 1.2.3.4.5.6.7.8 -+ * 2. Back to channel 1 for 300 milliseconds -+ * 3. Go through doing site survey on channel 9.10.11.36.40.44.48.52 -+ * 4. Back to channel 1 for 300 milliseconds -+ * 5. ... and so on, till survey done. -+ */ -+#if defined(CONFIG_ATMEL_RC_PATCH) -+#define RTW_SCAN_NUM_OF_CH 2 -+#define RTW_BACK_OP_CH_MS 200 -+#else -+#define RTW_SCAN_NUM_OF_CH 3 -+#define RTW_BACK_OP_CH_MS 400 -+#endif -+ -+struct mlme_ext_info -+{ -+ u32 state; -+ u32 reauth_count; -+ u32 reassoc_count; -+ u32 link_count; -+ u32 auth_seq; -+ u32 auth_algo; // 802.11 auth, could be open, shared, auto -+ u32 authModeToggle; -+ u32 enc_algo;//encrypt algorithm; -+ u32 key_index; // this is only valid for legendary wep, 0~3 for key id. -+ u32 iv; -+ u8 chg_txt[128]; -+ u16 aid; -+ u16 bcn_interval; -+ u16 capability; -+ u8 assoc_AP_vendor; -+ u8 slotTime; -+ u8 preamble_mode; -+ u8 WMM_enable; -+ u8 ERP_enable; -+ u8 ERP_IE; -+ u8 HT_enable; -+ u8 HT_caps_enable; -+ u8 HT_info_enable; -+ u8 HT_protection; -+ u8 turboMode_cts2self; -+ u8 turboMode_rtsen; -+ u8 SM_PS; -+ u8 agg_enable_bitmap; -+ u8 ADDBA_retry_count; -+ u8 candidate_tid_bitmap; -+ u8 dialogToken; -+ // Accept ADDBA Request -+ BOOLEAN bAcceptAddbaReq; -+ u8 bwmode_updated; -+ u8 hidden_ssid_mode; -+ u8 VHT_enable; -+ -+ struct ADDBA_request ADDBA_req; -+ struct WMM_para_element WMM_param; -+ struct HT_caps_element HT_caps; -+ struct HT_info_element HT_info; -+ WLAN_BSSID_EX network;//join network or bss_network, if in ap mode, it is the same to cur_network.network -+ struct FW_Sta_Info FW_sta_info[NUM_STA]; -+}; -+ -+// The channel information about this channel including joining, scanning, and power constraints. -+typedef struct _RT_CHANNEL_INFO -+{ -+ u8 ChannelNum; // The channel number. -+ RT_SCAN_TYPE ScanType; // Scan type such as passive or active scan. -+ //u16 ScanPeriod; // Listen time in millisecond in this channel. -+ //s32 MaxTxPwrDbm; // Max allowed tx power. -+ //u32 ExInfo; // Extended Information for this channel. -+#ifdef CONFIG_FIND_BEST_CHANNEL -+ u32 rx_count; -+#endif -+#ifdef CONFIG_DFS_MASTER -+ u32 non_ocp_end_time; -+#endif -+}RT_CHANNEL_INFO, *PRT_CHANNEL_INFO; -+ -+#define DFS_MASTER_TIMER_MS 100 -+#define CAC_TIME_MS (60*1000) -+#define CAC_TIME_CE_MS (10*60*1000) -+#define NON_OCP_TIME_MS (30*60*1000) -+ -+#ifdef CONFIG_DFS_MASTER -+struct rf_ctl_t; -+#define CH_IS_NON_OCP(rt_ch_info) ((rt_ch_info)->non_ocp_end_time > rtw_get_current_time()) -+void rtw_rfctl_reset_cac(struct rf_ctl_t *rfctl); -+bool rtw_is_cac_reset_needed(_adapter *adapter); -+bool _rtw_rfctl_overlap_radar_detect_ch(struct rf_ctl_t *rfctl, u8 ch, u8 bw, u8 offset); -+bool rtw_rfctl_overlap_radar_detect_ch(struct rf_ctl_t *rfctl); -+bool rtw_rfctl_is_tx_blocked_by_cac(struct rf_ctl_t *rfctl); -+bool rtw_chset_is_ch_non_ocp(RT_CHANNEL_INFO *ch_set, u8 ch, u8 bw, u8 offset); -+void rtw_chset_update_non_ocp(RT_CHANNEL_INFO *ch_set, u8 ch, u8 bw, u8 offset); -+void rtw_chset_update_non_ocp_ms(RT_CHANNEL_INFO *ch_set, u8 ch, u8 bw, u8 offset, int ms); -+#else -+#define CH_IS_NON_OCP(rt_ch_info) 0 -+#define rtw_chset_is_ch_non_ocp(ch_set, ch, bw, offset) _FALSE -+#define rtw_rfctl_is_tx_blocked_by_cac(rfctl) _FALSE -+#endif -+ -+enum { -+ RTW_CHF_2G = BIT0, -+ RTW_CHF_5G = BIT1, -+ RTW_CHF_DFS = BIT2, -+ RTW_CHF_LONG_CAC = BIT3, -+ RTW_CHF_NON_DFS = BIT4, -+ RTW_CHF_NON_LONG_CAC = BIT5, -+}; -+bool rtw_choose_available_chbw(_adapter *adapter, u8 req_bw, u8 *dec_ch, u8 *dec_bw, u8 *dec_offset, u8 d_flags); -+void dump_chplan_id_list(void *sel); -+void dump_chplan_test(void *sel); -+void dump_chset(void *sel, RT_CHANNEL_INFO *ch_set); -+void dump_cur_chset(void *sel, _adapter *adapter); -+ -+int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch); -+bool rtw_mlme_band_check(_adapter *adapter, const u32 ch); -+ -+// P2P_MAX_REG_CLASSES - Maximum number of regulatory classes -+#define P2P_MAX_REG_CLASSES 10 -+ -+// P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class -+#define P2P_MAX_REG_CLASS_CHANNELS 20 -+ -+// struct p2p_channels - List of supported channels -+struct p2p_channels { -+ // struct p2p_reg_class - Supported regulatory class -+ struct p2p_reg_class { -+ // reg_class - Regulatory class (IEEE 802.11-2007, Annex J) -+ u8 reg_class; -+ -+ // channel - Supported channels -+ u8 channel[P2P_MAX_REG_CLASS_CHANNELS]; -+ -+ // channels - Number of channel entries in use -+ size_t channels; -+ } reg_class[P2P_MAX_REG_CLASSES]; -+ -+ // reg_classes - Number of reg_class entries in use -+ size_t reg_classes; -+}; -+ -+struct p2p_oper_class_map { -+ enum hw_mode {IEEE80211G,IEEE80211A} mode; -+ u8 op_class; -+ u8 min_chan; -+ u8 max_chan; -+ u8 inc; -+ enum { BW20, BW40PLUS, BW40MINUS } bw; -+}; -+ -+struct mlme_ext_priv -+{ -+ _adapter *padapter; -+ u8 mlmeext_init; -+ ATOMIC_T event_seq; -+ u16 mgnt_seq; -+#ifdef CONFIG_IEEE80211W -+ u16 sa_query_seq; -+ u64 mgnt_80211w_IPN; -+ u64 mgnt_80211w_IPN_rx; -+#endif //CONFIG_IEEE80211W -+ //struct fw_priv fwpriv; -+ -+ unsigned char cur_channel; -+ unsigned char cur_bwmode; -+ unsigned char cur_ch_offset;//PRIME_CHNL_OFFSET -+ unsigned char cur_wireless_mode; // NETWORK_TYPE -+ -+ unsigned char max_chan_nums; -+ RT_CHANNEL_INFO channel_set[MAX_CHANNEL_NUM]; -+ struct p2p_channels channel_list; -+ unsigned char basicrate[NumRates]; -+ unsigned char datarate[NumRates]; -+#ifdef CONFIG_80211N_HT -+ unsigned char default_supported_mcs_set[16]; -+#endif -+ -+ struct ss_res sitesurvey_res; -+ struct mlme_ext_info mlmext_info;//for sta/adhoc mode, including current scanning/connecting/connected related info. -+ //for ap mode, network includes ap's cap_info -+ _timer survey_timer; -+ _timer link_timer; -+ -+ //_timer ADDBA_timer; -+ u32 last_scan_time; -+ u8 scan_abort; -+ u8 tx_rate; // TXRATE when USERATE is set. -+ -+ u32 retry; //retry for issue probereq -+ -+ u64 TSFValue; -+ -+ //for LPS-32K to adaptive bcn early and timeout -+ u8 adaptive_tsf_done; -+ u32 bcn_delay_cnt[9]; -+ u32 bcn_delay_ratio[9]; -+ u32 bcn_cnt; -+ u8 DrvBcnEarly; -+ u8 DrvBcnTimeOut; -+ -+#ifdef CONFIG_AP_MODE -+ unsigned char bstart_bss; -+#endif -+ -+#ifdef CONFIG_80211D -+ u8 update_channel_plan_by_ap_done; -+#endif -+ //recv_decache check for Action_public frame -+ u8 action_public_dialog_token; -+ u16 action_public_rxseq; -+ -+//#ifdef CONFIG_ACTIVE_KEEP_ALIVE_CHECK -+ u8 active_keep_alive_check; -+//#endif -+#ifdef DBG_FIXED_CHAN -+ u8 fixed_chan; -+#endif -+ -+}; -+ -+#define mlmeext_msr(mlmeext) ((mlmeext)->mlmext_info.state & 0x03) -+#define mlmeext_scan_state(mlmeext) ((mlmeext)->sitesurvey_res.state) -+#define mlmeext_scan_state_str(mlmeext) scan_state_str((mlmeext)->sitesurvey_res.state) -+#define mlmeext_chk_scan_state(mlmeext, _state) ((mlmeext)->sitesurvey_res.state == (_state)) -+#define mlmeext_set_scan_state(mlmeext, _state) \ -+ do { \ -+ ((mlmeext)->sitesurvey_res.state = (_state)); \ -+ ((mlmeext)->sitesurvey_res.next_state = (_state)); \ -+ /* DBG_871X("set_scan_state:%s\n", scan_state_str(_state)); */ \ -+ } while (0) -+ -+#define mlmeext_scan_next_state(mlmeext) ((mlmeext)->sitesurvey_res.next_state) -+#define mlmeext_set_scan_next_state(mlmeext, _state) \ -+ do { \ -+ ((mlmeext)->sitesurvey_res.next_state = (_state)); \ -+ /* DBG_871X("set_scan_next_state:%s\n", scan_state_str(_state)); */ \ -+ } while (0) -+ -+#ifdef CONFIG_SCAN_BACKOP -+#define mlmeext_scan_backop_flags(mlmeext) ((mlmeext)->sitesurvey_res.backop_flags) -+#define mlmeext_chk_scan_backop_flags(mlmeext, flags) ((mlmeext)->sitesurvey_res.backop_flags & (flags)) -+#define mlmeext_assign_scan_backop_flags(mlmeext, flags) \ -+ do { \ -+ ((mlmeext)->sitesurvey_res.backop_flags = (flags)); \ -+ DBG_871X("assign_scan_backop_flags:0x%02x\n", (mlmeext)->sitesurvey_res.backop_flags); \ -+ } while (0) -+ -+#define mlmeext_scan_backop_flags_sta(mlmeext) ((mlmeext)->sitesurvey_res.backop_flags_sta) -+#define mlmeext_chk_scan_backop_flags_sta(mlmeext, flags) ((mlmeext)->sitesurvey_res.backop_flags_sta & (flags)) -+#define mlmeext_assign_scan_backop_flags_sta(mlmeext, flags) \ -+ do { \ -+ ((mlmeext)->sitesurvey_res.backop_flags_sta = (flags)); \ -+ } while (0) -+ -+#define mlmeext_scan_backop_flags_ap(mlmeext) ((mlmeext)->sitesurvey_res.backop_flags_ap) -+#define mlmeext_chk_scan_backop_flags_ap(mlmeext, flags) ((mlmeext)->sitesurvey_res.backop_flags_ap & (flags)) -+#define mlmeext_assign_scan_backop_flags_ap(mlmeext, flags) \ -+ do { \ -+ ((mlmeext)->sitesurvey_res.backop_flags_ap = (flags)); \ -+ } while (0) -+#else -+#define mlmeext_scan_backop_flags(mlmeext) (0) -+#define mlmeext_chk_scan_backop_flags(mlmeext, flags) (0) -+#define mlmeext_assign_scan_backop_flags(mlmeext, flags) do {} while (0) -+ -+#define mlmeext_scan_backop_flags_sta(mlmeext) (0) -+#define mlmeext_chk_scan_backop_flags_sta(mlmeext, flags) (0) -+#define mlmeext_assign_scan_backop_flags_sta(mlmeext, flags) do {} while (0) -+ -+#define mlmeext_scan_backop_flags_ap(mlmeext) (0) -+#define mlmeext_chk_scan_backop_flags_ap(mlmeext, flags) (0) -+#define mlmeext_assign_scan_backop_flags_ap(mlmeext, flags) do {} while (0) -+#endif -+ -+void init_mlme_default_rate_set(_adapter* padapter); -+int init_mlme_ext_priv(_adapter* padapter); -+int init_hw_mlme_ext(_adapter *padapter); -+void free_mlme_ext_priv (struct mlme_ext_priv *pmlmeext); -+extern void init_mlme_ext_timer(_adapter *padapter); -+extern void init_addba_retry_timer(_adapter *padapter, struct sta_info *psta); -+extern struct xmit_frame *alloc_mgtxmitframe(struct xmit_priv *pxmitpriv); -+struct xmit_frame *alloc_mgtxmitframe_once(struct xmit_priv *pxmitpriv); -+ -+//void fill_fwpriv(_adapter * padapter, struct fw_priv *pfwpriv); -+ -+unsigned char networktype_to_raid(_adapter *adapter,struct sta_info *psta); -+unsigned char networktype_to_raid_ex(_adapter *adapter, struct sta_info *psta); -+ -+u8 judge_network_type(_adapter *padapter, unsigned char *rate, int ratelen); -+void get_rate_set(_adapter *padapter, unsigned char *pbssrate, int *bssrate_len); -+void set_mcs_rate_by_mask(u8 *mcs_set, u32 mask); -+void UpdateBrateTbl(_adapter *padapter,u8 *mBratesOS); -+void UpdateBrateTblForSoftAP(u8 *bssrateset, u32 bssratelen); -+void change_band_update_ie(_adapter *padapter, WLAN_BSSID_EX *pnetwork, u8 ch); -+ -+//void Set_NETYPE1_MSR(_adapter *padapter, u8 type); -+//void Set_NETYPE0_MSR(_adapter *padapter, u8 type); -+void Set_MSR(_adapter *padapter, u8 type); -+ -+u8 rtw_get_oper_ch(_adapter *adapter); -+void rtw_set_oper_ch(_adapter *adapter, u8 ch); -+u8 rtw_get_oper_bw(_adapter *adapter); -+void rtw_set_oper_bw(_adapter *adapter, u8 bw); -+u8 rtw_get_oper_choffset(_adapter *adapter); -+void rtw_set_oper_choffset(_adapter *adapter, u8 offset); -+u8 rtw_get_center_ch(u8 channel, u8 chnl_bw, u8 chnl_offset); -+u32 rtw_get_on_oper_ch_time(_adapter *adapter); -+u32 rtw_get_on_cur_ch_time(_adapter *adapter); -+ -+u8 rtw_get_offset_by_ch(u8 channel); -+ -+void set_channel_bwmode(_adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned short bwmode); -+void SelectChannel(_adapter *padapter, unsigned char channel); -+void SetBWMode(_adapter *padapter, unsigned short bwmode, unsigned char channel_offset); -+ -+unsigned int decide_wait_for_beacon_timeout(unsigned int bcn_interval); -+ -+void _clear_cam_entry(_adapter *padapter, u8 entry); -+void write_cam_from_cache(_adapter *adapter, u8 id); -+ -+/* modify both HW and cache */ -+void write_cam(_adapter *padapter, u8 id, u16 ctrl, u8 *mac, u8 *key); -+void clear_cam_entry(_adapter *padapter, u8 id); -+ -+/* modify cache only */ -+void write_cam_cache(_adapter *adapter, u8 id, u16 ctrl, u8 *mac, u8 *key); -+void clear_cam_cache(_adapter *adapter, u8 id); -+ -+void invalidate_cam_all(_adapter *padapter); -+void CAM_empty_entry(PADAPTER Adapter, u8 ucIndex); -+ -+ -+int allocate_fw_sta_entry(_adapter *padapter); -+void flush_all_cam_entry(_adapter *padapter); -+ -+BOOLEAN IsLegal5GChannel(PADAPTER Adapter, u8 channel); -+ -+void site_survey(_adapter *padapter, u8 survey_channel, RT_SCAN_TYPE ScanType); -+u8 collect_bss_info(_adapter *padapter, union recv_frame *precv_frame, WLAN_BSSID_EX *bssid); -+void update_network(WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src, _adapter * padapter, bool update_ie); -+ -+int get_bsstype(unsigned short capability); -+u8* get_my_bssid(WLAN_BSSID_EX *pnetwork); -+u16 get_beacon_interval(WLAN_BSSID_EX *bss); -+ -+int is_client_associated_to_ap(_adapter *padapter); -+int is_client_associated_to_ibss(_adapter *padapter); -+int is_IBSS_empty(_adapter *padapter); -+ -+unsigned char check_assoc_AP(u8 *pframe, uint len); -+ -+int WMM_param_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE); -+#ifdef CONFIG_WFD -+int WFD_info_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE); -+#endif -+void WMMOnAssocRsp(_adapter *padapter); -+ -+void HT_caps_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE); -+void HT_info_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE); -+void HTOnAssocRsp(_adapter *padapter); -+ -+void ERP_IE_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE); -+void VCS_update(_adapter *padapter, struct sta_info *psta); -+void update_ldpc_stbc_cap(struct sta_info *psta); -+ -+int rtw_get_bcn_keys(ADAPTER *Adapter, u8 *pframe, u32 packet_len, -+ struct beacon_keys *recv_beacon); -+void rtw_dump_bcn_keys(struct beacon_keys *recv_beacon); -+int rtw_check_bcn_info(ADAPTER *Adapter, u8 *pframe, u32 packet_len); -+void update_beacon_info(_adapter *padapter, u8 *pframe, uint len, struct sta_info *psta); -+#ifdef CONFIG_DFS -+void process_csa_ie(_adapter *padapter, u8 *pframe, uint len); -+#endif //CONFIG_DFS -+void update_capinfo(PADAPTER Adapter, u16 updateCap); -+void update_wireless_mode(_adapter * padapter); -+void update_tx_basic_rate(_adapter *padapter, u8 modulation); -+void update_sta_basic_rate(struct sta_info *psta, u8 wireless_mode); -+int update_sta_support_rate(_adapter *padapter, u8* pvar_ie, uint var_ie_len, int cam_idx); -+ -+//for sta/adhoc mode -+void update_sta_info(_adapter *padapter, struct sta_info *psta); -+unsigned int update_basic_rate(unsigned char *ptn, unsigned int ptn_sz); -+unsigned int update_supported_rate(unsigned char *ptn, unsigned int ptn_sz); -+unsigned int update_MCS_rate(struct HT_caps_element *pHT_caps); -+void Update_RA_Entry(_adapter *padapter, struct sta_info *psta); -+void set_sta_rate(_adapter *padapter, struct sta_info *psta); -+ -+unsigned int receive_disconnect(_adapter *padapter, unsigned char *MacAddr, unsigned short reason); -+ -+unsigned char get_highest_rate_idx(u32 mask); -+int support_short_GI(_adapter *padapter, struct HT_caps_element *pHT_caps, u8 bwmode); -+unsigned int is_ap_in_tkip(_adapter *padapter); -+unsigned int is_ap_in_wep(_adapter *padapter); -+unsigned int should_forbid_n_rate(_adapter * padapter); -+ -+s16 rtw_get_camid(_adapter *adapter, struct sta_info* sta, s16 kid); -+bool _rtw_camctl_chk_cap(_adapter *adapter, u8 cap); -+void _rtw_camctl_set_flags(_adapter *adapter, u32 flags); -+void rtw_camctl_set_flags(_adapter *adapter, u32 flags); -+void _rtw_camctl_clr_flags(_adapter *adapter, u32 flags); -+void rtw_camctl_clr_flags(_adapter *adapter, u32 flags); -+bool _rtw_camctl_chk_flags(_adapter *adapter, u32 flags); -+ -+struct sec_cam_bmp; -+void dump_sec_cam_map(void *sel, struct sec_cam_bmp *map, u8 max_num); -+void rtw_sec_cam_map_clr_all(struct sec_cam_bmp *map); -+ -+bool _rtw_camid_is_gk(_adapter *adapter, u8 cam_id); -+bool rtw_camid_is_gk(_adapter *adapter, u8 cam_id); -+s16 rtw_camid_search(_adapter *adapter, u8 *addr, s16 kid, s8 gk); -+s16 rtw_camid_alloc(_adapter *adapter, struct sta_info *sta, u8 kid, bool *used); -+void rtw_camid_free(_adapter *adapter, u8 cam_id); -+ -+struct macid_bmp; -+struct macid_ctl_t; -+void dump_macid_map(void *sel, struct macid_bmp *map, u8 max_num); -+bool rtw_macid_is_set(struct macid_bmp *map, u8 id); -+bool rtw_macid_is_used(struct macid_ctl_t *macid_ctl, u8 id); -+bool rtw_macid_is_bmc(struct macid_ctl_t *macid_ctl, u8 id); -+s8 rtw_macid_get_if_g(struct macid_ctl_t *macid_ctl, u8 id); -+s8 rtw_macid_get_ch_g(struct macid_ctl_t *macid_ctl, u8 id); -+void rtw_alloc_macid(_adapter *padapter, struct sta_info *psta); -+void rtw_release_macid(_adapter *padapter, struct sta_info *psta); -+u8 rtw_search_max_mac_id(_adapter *padapter); -+void rtw_macid_ctl_init(struct macid_ctl_t *macid_ctl); -+void rtw_macid_ctl_deinit(struct macid_ctl_t *macid_ctl); -+ -+void report_join_res(_adapter *padapter, int res); -+void report_survey_event(_adapter *padapter, union recv_frame *precv_frame); -+void report_surveydone_event(_adapter *padapter); -+void report_del_sta_event(_adapter *padapter, unsigned char *MacAddr, unsigned short reason, bool enqueue); -+void report_add_sta_event(_adapter *padapter, unsigned char* MacAddr, int cam_idx); -+bool rtw_port_switch_chk(_adapter *adapter); -+void report_wmm_edca_update(_adapter *padapter); -+ -+void beacon_timing_control(_adapter *padapter); -+u8 chk_bmc_sleepq_cmd(_adapter* padapter); -+extern u8 set_tx_beacon_cmd(_adapter*padapter); -+unsigned int setup_beacon_frame(_adapter *padapter, unsigned char *beacon_frame); -+void update_mgnt_tx_rate(_adapter *padapter, u8 rate); -+void update_mgntframe_attrib(_adapter *padapter, struct pkt_attrib *pattrib); -+void update_mgntframe_attrib_addr(_adapter *padapter, struct xmit_frame *pmgntframe); -+void dump_mgntframe(_adapter *padapter, struct xmit_frame *pmgntframe); -+s32 dump_mgntframe_and_wait(_adapter *padapter, struct xmit_frame *pmgntframe, int timeout_ms); -+s32 dump_mgntframe_and_wait_ack(_adapter *padapter, struct xmit_frame *pmgntframe); -+ -+#ifdef CONFIG_P2P -+void issue_probersp_p2p(_adapter *padapter, unsigned char *da); -+void issue_p2p_provision_request( _adapter *padapter, u8* pssid, u8 ussidlen, u8* pdev_raddr); -+void issue_p2p_GO_request(_adapter *padapter, u8* raddr); -+void issue_probereq_p2p(_adapter *padapter, u8 *da); -+int issue_probereq_p2p_ex(_adapter *adapter, u8 *da, int try_cnt, int wait_ms); -+void issue_p2p_invitation_response(_adapter *padapter, u8* raddr, u8 dialogToken, u8 success); -+void issue_p2p_invitation_request(_adapter *padapter, u8* raddr ); -+#endif //CONFIG_P2P -+void issue_beacon(_adapter *padapter, int timeout_ms); -+void issue_probersp(_adapter *padapter, unsigned char *da, u8 is_valid_p2p_probereq); -+void issue_assocreq(_adapter *padapter); -+void issue_asocrsp(_adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt_type); -+void issue_auth(_adapter *padapter, struct sta_info *psta, unsigned short status); -+void issue_probereq(_adapter *padapter, NDIS_802_11_SSID *pssid, u8 *da); -+s32 issue_probereq_ex(_adapter *padapter, NDIS_802_11_SSID *pssid, u8* da, u8 ch, bool append_wps, int try_cnt, int wait_ms); -+int issue_nulldata(_adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms); -+s32 issue_nulldata_in_interrupt(PADAPTER padapter, u8 *da, unsigned int power_mode); -+int issue_qos_nulldata(_adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms); -+int issue_deauth(_adapter *padapter, unsigned char *da, unsigned short reason); -+int issue_deauth_ex(_adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms); -+void issue_action_spct_ch_switch(_adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset); -+void issue_addba_req(_adapter *adapter, unsigned char *ra, u8 tid); -+void issue_addba_rsp(_adapter *adapter, unsigned char *ra, u8 tid, u16 status, u8 size); -+u8 issue_addba_rsp_wait_ack(_adapter *adapter, unsigned char *ra, u8 tid, u16 status, u8 size, int try_cnt, int wait_ms); -+void issue_del_ba(_adapter *adapter, unsigned char *ra, u8 tid, u16 reason, u8 initiator); -+int issue_del_ba_ex(_adapter *adapter, unsigned char *ra, u8 tid, u16 reason, u8 initiator, int try_cnt, int wait_ms); -+ -+#ifdef CONFIG_IEEE80211W -+void issue_action_SA_Query(_adapter *padapter, unsigned char *raddr, unsigned char action, unsigned short tid, u8 key_type); -+int issue_deauth_11w(_adapter *padapter, unsigned char *da, unsigned short reason, u8 key_type); -+extern void init_dot11w_expire_timer(_adapter *padapter, struct sta_info *psta); -+#endif //CONFIG_IEEE80211W -+int issue_action_SM_PS(_adapter *padapter , unsigned char *raddr , u8 NewMimoPsMode); -+int issue_action_SM_PS_wait_ack(_adapter *padapter, unsigned char *raddr, u8 NewMimoPsMode, int try_cnt, int wait_ms); -+ -+unsigned int send_delba_sta_tid(_adapter *adapter, u8 initiator, struct sta_info *sta, u8 tid, u8 force); -+unsigned int send_delba_sta_tid_wait_ack(_adapter *adapter, u8 initiator, struct sta_info *sta, u8 tid, u8 force); -+ -+unsigned int send_delba(_adapter *padapter, u8 initiator, u8 *addr); -+unsigned int send_beacon(_adapter *padapter); -+ -+void start_clnt_assoc(_adapter *padapter); -+void start_clnt_auth(_adapter* padapter); -+void start_clnt_join(_adapter* padapter); -+void start_create_ibss(_adapter* padapter); -+ -+unsigned int OnAssocReq(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAssocRsp(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnProbeReq(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnProbeRsp(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int DoReserved(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnBeacon(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAtim(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnDisassoc(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAuth(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAuthClient(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnDeAuth(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAction(_adapter *padapter, union recv_frame *precv_frame); -+ -+unsigned int on_action_spct(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAction_qos(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAction_dls(_adapter *padapter, union recv_frame *precv_frame); -+ -+#define RX_AMPDU_ACCEPT_INVALID 0xFF -+#define RX_AMPDU_SIZE_INVALID 0xFF -+ -+enum rx_ampdu_reason { -+ RX_AMPDU_DRV_FIXED = 1, -+ RX_AMPDU_BTCOEX = 2, /* not used, because BTCOEX has its own variable management */ -+ RX_AMPDU_DRV_SCAN = 3, -+}; -+u8 rtw_rx_ampdu_size(_adapter *adapter); -+bool rtw_rx_ampdu_is_accept(_adapter *adapter); -+bool rtw_rx_ampdu_set_size(_adapter *adapter, u8 size, u8 reason); -+bool rtw_rx_ampdu_set_accept(_adapter *adapter, u8 accept, u8 reason); -+u8 rx_ampdu_apply_sta_tid(_adapter *adapter, struct sta_info *sta, u8 tid, u8 accept, u8 size); -+u8 rx_ampdu_apply_sta(_adapter *adapter, struct sta_info *sta, u8 accept, u8 size); -+u16 rtw_rx_ampdu_apply(_adapter *adapter); -+ -+unsigned int OnAction_back(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int on_action_public(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAction_ht(_adapter *padapter, union recv_frame *precv_frame); -+#ifdef CONFIG_IEEE80211W -+unsigned int OnAction_sa_query(_adapter *padapter, union recv_frame *precv_frame); -+#endif //CONFIG_IEEE80211W -+unsigned int OnAction_wmm(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAction_vht(_adapter *padapter, union recv_frame *precv_frame); -+unsigned int OnAction_p2p(_adapter *padapter, union recv_frame *precv_frame); -+ -+ -+void mlmeext_joinbss_event_callback(_adapter *padapter, int join_res); -+void mlmeext_sta_del_event_callback(_adapter *padapter); -+void mlmeext_sta_add_event_callback(_adapter *padapter, struct sta_info *psta); -+ -+void linked_status_chk(_adapter *padapter, u8 from_timer); -+ -+void _linked_info_dump(_adapter *padapter); -+ -+void survey_timer_hdl (_adapter *padapter); -+void link_timer_hdl (_adapter *padapter); -+void addba_timer_hdl(struct sta_info *psta); -+#ifdef CONFIG_IEEE80211W -+void sa_query_timer_hdl(struct sta_info *psta); -+#endif //CONFIG_IEEE80211W -+//void reauth_timer_hdl(_adapter *padapter); -+//void reassoc_timer_hdl(_adapter *padapter); -+ -+#define set_survey_timer(mlmeext, ms) \ -+ do { \ -+ /*DBG_871X("%s set_survey_timer(%p, %d)\n", __FUNCTION__, (mlmeext), (ms));*/ \ -+ _set_timer(&(mlmeext)->survey_timer, (ms)); \ -+ } while(0) -+ -+#define set_link_timer(mlmeext, ms) \ -+ do { \ -+ /*DBG_871X("%s set_link_timer(%p, %d)\n", __FUNCTION__, (mlmeext), (ms));*/ \ -+ _set_timer(&(mlmeext)->link_timer, (ms)); \ -+ } while(0) -+ -+extern int cckrates_included(unsigned char *rate, int ratelen); -+extern int cckratesonly_included(unsigned char *rate, int ratelen); -+ -+extern void process_addba_req(_adapter *padapter, u8 *paddba_req, u8 *addr); -+ -+extern void update_TSF(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len); -+extern void correct_TSF(_adapter *padapter, struct mlme_ext_priv *pmlmeext); -+extern void adaptive_early_32k(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len); -+extern u8 traffic_status_watchdog(_adapter *padapter, u8 from_timer); -+ -+ -+#ifdef CONFIG_CONCURRENT_MODE -+sint check_buddy_mlmeinfo_state(_adapter *padapter, u32 state); -+#endif -+ -+void rtw_join_done_chk_ch(_adapter *padapter, int join_res); -+ -+int rtw_chk_start_clnt_join(_adapter *padapter, u8 *ch, u8 *bw, u8 *offset); -+int rtw_get_ch_setting_union(_adapter *adapter, u8 *ch, u8 *bw, u8 *offset); -+int rtw_get_ch_setting_union_no_self(_adapter *adapter, u8 *ch, u8 *bw, u8 *offset); -+ -+void rtw_dev_iface_status(_adapter *adapter, u8 *sta_num, u8 *ld_sta_num, u8 *lg_sta_num -+ , u8 *ap_num, u8 *ld_ap_num); -+void rtw_dev_iface_status_no_self(_adapter *adapter, u8 *sta_num, u8 *ld_sta_num, u8 *lg_sta_num -+ , u8 *ap_num, u8 *ld_ap_num); -+ -+struct cmd_hdl { -+ uint parmsize; -+ u8 (*h2cfuns)(struct _ADAPTER *padapter, u8 *pbuf); -+}; -+ -+ -+u8 read_macreg_hdl(_adapter *padapter, u8 *pbuf); -+u8 write_macreg_hdl(_adapter *padapter, u8 *pbuf); -+u8 read_bbreg_hdl(_adapter *padapter, u8 *pbuf); -+u8 write_bbreg_hdl(_adapter *padapter, u8 *pbuf); -+u8 read_rfreg_hdl(_adapter *padapter, u8 *pbuf); -+u8 write_rfreg_hdl(_adapter *padapter, u8 *pbuf); -+ -+ -+u8 NULL_hdl(_adapter *padapter, u8 *pbuf); -+u8 join_cmd_hdl(_adapter *padapter, u8 *pbuf); -+u8 disconnect_hdl(_adapter *padapter, u8 *pbuf); -+u8 createbss_hdl(_adapter *padapter, u8 *pbuf); -+u8 setopmode_hdl(_adapter *padapter, u8 *pbuf); -+u8 sitesurvey_cmd_hdl(_adapter *padapter, u8 *pbuf); -+u8 setauth_hdl(_adapter *padapter, u8 *pbuf); -+u8 setkey_hdl(_adapter *padapter, u8 *pbuf); -+u8 set_stakey_hdl(_adapter *padapter, u8 *pbuf); -+u8 set_assocsta_hdl(_adapter *padapter, u8 *pbuf); -+u8 del_assocsta_hdl(_adapter *padapter, u8 *pbuf); -+u8 add_ba_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 add_ba_rsp_hdl(_adapter *padapter, unsigned char *pbuf); -+ -+u8 mlme_evt_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 h2c_msg_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 chk_bmc_sleepq_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 tx_beacon_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 set_ch_hdl(_adapter *padapter, u8 *pbuf); -+u8 set_chplan_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 led_blink_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 set_csa_hdl(_adapter *padapter, unsigned char *pbuf); //Kurt: Handling DFS channel switch announcement ie. -+u8 tdls_hdl(_adapter *padapter, unsigned char *pbuf); -+u8 run_in_thread_hdl(_adapter *padapter, u8 *pbuf); -+u8 rtw_getmacreg_hdl(_adapter *padapter, u8 *pbuf); -+ -+#define GEN_DRV_CMD_HANDLER(size, cmd) {size, &cmd ## _hdl}, -+#define GEN_MLME_EXT_HANDLER(size, cmd) {size, cmd}, -+ -+#ifdef _RTW_CMD_C_ -+ -+struct cmd_hdl wlancmds[] = -+{ -+ GEN_DRV_CMD_HANDLER(sizeof(struct readMAC_parm), rtw_getmacreg) /*0*/ -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_DRV_CMD_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) /*10*/ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct joinbss_parm), join_cmd_hdl) /*14*/ -+ GEN_MLME_EXT_HANDLER(sizeof (struct disconnect_parm), disconnect_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof (struct createbss_parm), createbss_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof (struct setopmode_parm), setopmode_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof (struct sitesurvey_parm), sitesurvey_cmd_hdl) /*18*/ -+ GEN_MLME_EXT_HANDLER(sizeof (struct setauth_parm), setauth_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof (struct setkey_parm), setkey_hdl) /*20*/ -+ GEN_MLME_EXT_HANDLER(sizeof (struct set_stakey_parm), set_stakey_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof (struct set_assocsta_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct del_assocsta_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct setstapwrstate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct setbasicrate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct getbasicrate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct setdatarate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct getdatarate_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct setphyinfo_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct getphyinfo_parm), NULL) /*30*/ -+ GEN_MLME_EXT_HANDLER(sizeof (struct setphy_parm), NULL) -+ GEN_MLME_EXT_HANDLER(sizeof (struct getphy_parm), NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) /*40*/ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct addBaReq_parm), add_ba_hdl) -+ GEN_MLME_EXT_HANDLER(sizeof(struct set_ch_parm), set_ch_hdl) /* 46 */ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) /*50*/ -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(0, NULL) -+ GEN_MLME_EXT_HANDLER(sizeof(struct Tx_Beacon_param), tx_beacon_hdl) /*55*/ -+ -+ GEN_MLME_EXT_HANDLER(0, mlme_evt_hdl) /*56*/ -+ GEN_MLME_EXT_HANDLER(0, rtw_drvextra_cmd_hdl) /*57*/ -+ -+ GEN_MLME_EXT_HANDLER(0, h2c_msg_hdl) /*58*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct SetChannelPlan_param), set_chplan_hdl) /*59*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct LedBlink_param), led_blink_hdl) /*60*/ -+ -+ GEN_MLME_EXT_HANDLER(sizeof(struct SetChannelSwitch_param), set_csa_hdl) /*61*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct TDLSoption_param), tdls_hdl) /*62*/ -+ GEN_MLME_EXT_HANDLER(0, chk_bmc_sleepq_hdl) /*63*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct RunInThread_param), run_in_thread_hdl) /*64*/ -+ GEN_MLME_EXT_HANDLER(sizeof(struct addBaRsp_parm), add_ba_rsp_hdl) /* 65 */ -+}; -+ -+#endif -+ -+struct C2HEvent_Header -+{ -+ -+#ifdef CONFIG_LITTLE_ENDIAN -+ -+ unsigned int len:16; -+ unsigned int ID:8; -+ unsigned int seq:8; -+ -+#elif defined(CONFIG_BIG_ENDIAN) -+ -+ unsigned int seq:8; -+ unsigned int ID:8; -+ unsigned int len:16; -+ -+#else -+ -+# error "Must be LITTLE or BIG Endian" -+ -+#endif -+ -+ unsigned int rsvd; -+ -+}; -+ -+void rtw_dummy_event_callback(_adapter *adapter , u8 *pbuf); -+void rtw_fwdbg_event_callback(_adapter *adapter , u8 *pbuf); -+ -+enum rtw_c2h_event -+{ -+ GEN_EVT_CODE(_Read_MACREG)=0, /*0*/ -+ GEN_EVT_CODE(_Read_BBREG), -+ GEN_EVT_CODE(_Read_RFREG), -+ GEN_EVT_CODE(_Read_EEPROM), -+ GEN_EVT_CODE(_Read_EFUSE), -+ GEN_EVT_CODE(_Read_CAM), /*5*/ -+ GEN_EVT_CODE(_Get_BasicRate), -+ GEN_EVT_CODE(_Get_DataRate), -+ GEN_EVT_CODE(_Survey), /*8*/ -+ GEN_EVT_CODE(_SurveyDone), /*9*/ -+ -+ GEN_EVT_CODE(_JoinBss) , /*10*/ -+ GEN_EVT_CODE(_AddSTA), -+ GEN_EVT_CODE(_DelSTA), -+ GEN_EVT_CODE(_AtimDone) , -+ GEN_EVT_CODE(_TX_Report), -+ GEN_EVT_CODE(_CCX_Report), /*15*/ -+ GEN_EVT_CODE(_DTM_Report), -+ GEN_EVT_CODE(_TX_Rate_Statistics), -+ GEN_EVT_CODE(_C2HLBK), -+ GEN_EVT_CODE(_FWDBG), -+ GEN_EVT_CODE(_C2HFEEDBACK), /*20*/ -+ GEN_EVT_CODE(_ADDBA), -+ GEN_EVT_CODE(_C2HBCN), -+ GEN_EVT_CODE(_ReportPwrState), //filen: only for PCIE, USB -+ GEN_EVT_CODE(_CloseRF), //filen: only for PCIE, work around ASPM -+ GEN_EVT_CODE(_WMM), /*25*/ -+#ifdef CONFIG_IEEE80211W -+ GEN_EVT_CODE(_TimeoutSTA), -+#endif /* CONFIG_IEEE80211W */ -+ MAX_C2HEVT -+}; -+ -+ -+#ifdef _RTW_MLME_EXT_C_ -+ -+static struct fwevent wlanevents[] = -+{ -+ {0, rtw_dummy_event_callback}, /*0*/ -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, &rtw_survey_event_callback}, /*8*/ -+ {sizeof (struct surveydone_event), &rtw_surveydone_event_callback}, /*9*/ -+ -+ {0, &rtw_joinbss_event_callback}, /*10*/ -+ {sizeof(struct stassoc_event), &rtw_stassoc_event_callback}, -+ {sizeof(struct stadel_event), &rtw_stadel_event_callback}, -+ {0, &rtw_atimdone_event_callback}, -+ {0, rtw_dummy_event_callback}, -+ {0, NULL}, /*15*/ -+ {0, NULL}, -+ {0, NULL}, -+ {0, NULL}, -+ {0, rtw_fwdbg_event_callback}, -+ {0, NULL}, /*20*/ -+ {0, NULL}, -+ {0, NULL}, -+ {0, &rtw_cpwm_event_callback}, -+ {0, NULL}, -+ {0, &rtw_wmm_event_callback}, /*25*/ -+#ifdef CONFIG_IEEE80211W -+ {sizeof(struct stadel_event), &rtw_sta_timeout_event_callback}, -+#endif /* CONFIG_IEEE80211W */ -+ -+}; -+ -+#endif//_RTW_MLME_EXT_C_ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_mlme.h linux/3rdparty/rtl8812au/include/rtw_mlme.h ---- linux.old/3rdparty/rtl8812au/include/rtw_mlme.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_mlme.h 2017-06-07 23:07:21.042690401 +0300 -@@ -0,0 +1,1015 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_MLME_H_ -+#define __RTW_MLME_H_ -+ -+ -+#define MAX_BSS_CNT 128 -+//#define MAX_JOIN_TIMEOUT 2000 -+//#define MAX_JOIN_TIMEOUT 2500 -+#define MAX_JOIN_TIMEOUT 6500 -+ -+// Commented by Albert 20101105 -+// Increase the scanning timeout because of increasing the SURVEY_TO value. -+ -+#define SCANNING_TIMEOUT 8000 -+#ifdef CONFIG_SCAN_BACKOP -+#define CONC_SCANNING_TIMEOUT_SINGLE_BAND 10000 -+#define CONC_SCANNING_TIMEOUT_DUAL_BAND 15000 -+#endif -+ -+#ifdef PALTFORM_OS_WINCE -+#define SCANQUEUE_LIFETIME 12000000 // unit:us -+#else -+#define SCANQUEUE_LIFETIME 20000 // 20sec, unit:msec -+#endif -+ -+#define WIFI_NULL_STATE 0x00000000 -+#define WIFI_ASOC_STATE 0x00000001 /* Linked */ -+#define WIFI_REASOC_STATE 0x00000002 -+#define WIFI_SLEEP_STATE 0x00000004 -+#define WIFI_STATION_STATE 0x00000008 -+#define WIFI_AP_STATE 0x00000010 -+#define WIFI_ADHOC_STATE 0x00000020 -+#define WIFI_ADHOC_MASTER_STATE 0x00000040 -+#define WIFI_UNDER_LINKING 0x00000080 -+#define WIFI_UNDER_WPS 0x00000100 -+/*#define WIFI_UNDEFINED_STATE 0x00000200*/ -+#define WIFI_STA_ALIVE_CHK_STATE 0x00000400 -+#define WIFI_SITE_MONITOR 0x00000800 /* under site surveying */ -+#define WIFI_WDS 0x00001000 -+#define WIFI_WDS_RX_BEACON 0x00002000 /* already rx WDS AP beacon */ -+#define WIFI_AUTOCONF 0x00004000 -+#define WIFI_AUTOCONF_IND 0x00008000 -+#define WIFI_MP_STATE 0x00010000 -+#define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continuous tx background */ -+#define WIFI_MP_CTX_ST 0x00040000 /* in continuous tx with single-tone */ -+#define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continuous tx background due to out of skb */ -+#define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continuous tx */ -+#define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continuous tx with carrier suppression */ -+#define WIFI_MP_LPBK_STATE 0x00400000 -+#define WIFI_OP_CH_SWITCHING 0x00800000 -+/*#define WIFI_UNDEFINED_STATE 0x01000000*/ -+/*#define WIFI_UNDEFINED_STATE 0x02000000*/ -+/*#define WIFI_UNDEFINED_STATE 0x04000000*/ -+/*#define WIFI_UNDEFINED_STATE 0x08000000*/ -+/*#define WIFI_UNDEFINED_STATE 0x10000000*/ -+/*#define WIFI_UNDEFINED_STATE 0x20000000*/ -+/*#define WIFI_UNDEFINED_STATE 0x40000000*/ -+#define WIFI_MONITOR_STATE 0x80000000 -+ -+#define MLME_STATE_FMT "%s%s%s%s%s%s%s%s%s%s%s%s" -+#define MLME_STATE_ARG(state) \ -+ ((state) & WIFI_STATION_STATE)?" STA":"", \ -+ ((state) & WIFI_AP_STATE)?" AP":"", \ -+ ((state) & WIFI_ADHOC_STATE)?" ADHOC":"", \ -+ ((state) & WIFI_ADHOC_MASTER_STATE)?" ADHOC_M":"", \ -+ ((state) & WIFI_MONITOR_STATE)?" MONITOR":"", \ -+ ((state) & WIFI_MP_STATE)?" MP":"", \ -+ ((state) & WIFI_SITE_MONITOR)?" SCAN":"", \ -+ ((state) & WIFI_UNDER_LINKING)?" LINKING":"", \ -+ ((state) & WIFI_ASOC_STATE)?" ASOC":"", \ -+ ((state) & WIFI_OP_CH_SWITCHING)?" OP_CH_SW":"", \ -+ ((state) & WIFI_UNDER_WPS)?" WPS":"", \ -+ ((state) & WIFI_SLEEP_STATE)?" SLEEP":"" -+ -+#define ADPT_MLME_S_ARG(adapter) MLME_STATE_ARG(get_fwstate(&((adapter)->mlmepriv))) -+ -+#define _FW_UNDER_LINKING WIFI_UNDER_LINKING -+#define _FW_LINKED WIFI_ASOC_STATE -+#define _FW_UNDER_SURVEY WIFI_SITE_MONITOR -+ -+ -+enum dot11AuthAlgrthmNum { -+ dot11AuthAlgrthm_Open = 0, -+ dot11AuthAlgrthm_Shared, -+ dot11AuthAlgrthm_8021X, -+ dot11AuthAlgrthm_Auto, -+ dot11AuthAlgrthm_WAPI, -+ dot11AuthAlgrthm_MaxNum -+}; -+ -+// Scan type including active and passive scan. -+typedef enum _RT_SCAN_TYPE -+{ -+ SCAN_PASSIVE, -+ SCAN_ACTIVE, -+ SCAN_MIX, -+}RT_SCAN_TYPE, *PRT_SCAN_TYPE; -+ -+#define WIFI_FREQUENCY_BAND_AUTO 0 -+#define WIFI_FREQUENCY_BAND_5GHZ 1 -+#define WIFI_FREQUENCY_BAND_2GHZ 2 -+ -+#define rtw_band_valid(band) ((band) <= WIFI_FREQUENCY_BAND_2GHZ) -+ -+enum DriverInterface { -+ DRIVER_WEXT = 1, -+ DRIVER_CFG80211 = 2 -+}; -+ -+enum SCAN_RESULT_TYPE -+{ -+ SCAN_RESULT_P2P_ONLY = 0, // Will return all the P2P devices. -+ SCAN_RESULT_ALL = 1, // Will return all the scanned device, include AP. -+ SCAN_RESULT_WFD_TYPE = 2 // Will just return the correct WFD device. -+ // If this device is Miracast sink device, it will just return all the Miracast source devices. -+}; -+ -+/* -+ -+there are several "locks" in mlme_priv, -+since mlme_priv is a shared resource between many threads, -+like ISR/Call-Back functions, the OID handlers, and even timer functions. -+ -+ -+Each _queue has its own locks, already. -+Other items are protected by mlme_priv.lock. -+ -+To avoid possible dead lock, any thread trying to modifiying mlme_priv -+SHALL not lock up more than one locks at a time! -+ -+*/ -+ -+ -+#define traffic_threshold 10 -+#define traffic_scan_period 500 -+ -+struct sitesurvey_ctrl { -+ u64 last_tx_pkts; -+ uint last_rx_pkts; -+ sint traffic_busy; -+ _timer sitesurvey_ctrl_timer; -+}; -+ -+typedef struct _RT_LINK_DETECT_T{ -+ u32 NumTxOkInPeriod; -+ u32 NumRxOkInPeriod; -+ u32 NumRxUnicastOkInPeriod; -+ BOOLEAN bBusyTraffic; -+ BOOLEAN bTxBusyTraffic; -+ BOOLEAN bRxBusyTraffic; -+ BOOLEAN bHigherBusyTraffic; // For interrupt migration purpose. -+ BOOLEAN bHigherBusyRxTraffic; // We may disable Tx interrupt according as Rx traffic. -+ BOOLEAN bHigherBusyTxTraffic; // We may disable Tx interrupt according as Tx traffic. -+ //u8 TrafficBusyState; -+ u8 TrafficTransitionCount; -+ u32 LowPowerTransitionCount; -+}RT_LINK_DETECT_T, *PRT_LINK_DETECT_T; -+ -+struct profile_info { -+ u8 ssidlen; -+ u8 ssid[ WLAN_SSID_MAXLEN ]; -+ u8 peermac[ ETH_ALEN ]; -+}; -+ -+struct tx_invite_req_info{ -+ u8 token; -+ u8 benable; -+ u8 go_ssid[ WLAN_SSID_MAXLEN ]; -+ u8 ssidlen; -+ u8 go_bssid[ ETH_ALEN ]; -+ u8 peer_macaddr[ ETH_ALEN ]; -+ u8 operating_ch; // This information will be set by using the p2p_set op_ch=x -+ u8 peer_ch; // The listen channel for peer P2P device -+ -+}; -+ -+struct tx_invite_resp_info{ -+ u8 token; // Used to record the dialog token of p2p invitation request frame. -+}; -+ -+#define MIRACAST_DISABLED 0 -+#define MIRACAST_SOURCE 1 -+#define MIRACAST_SINK 2 -+#define MIRACAST_INVALID 3 -+ -+#define is_miracast_enabled(mode) \ -+ (mode == MIRACAST_SOURCE || mode == MIRACAST_SINK) -+ -+const char *get_miracast_mode_str(int mode); -+ -+#ifdef CONFIG_WFD -+ -+struct wifi_display_info{ -+ u16 wfd_enable; // Eanble/Disable the WFD function. -+ u16 rtsp_ctrlport; // TCP port number at which the this WFD device listens for RTSP messages -+ u16 peer_rtsp_ctrlport; // TCP port number at which the peer WFD device listens for RTSP messages -+ // This filed should be filled when receiving the gropu negotiation request -+ -+ u8 peer_session_avail; // WFD session is available or not for the peer wfd device. -+ // This variable will be set when sending the provisioning discovery request to peer WFD device. -+ // And this variable will be reset when it is read by using the iwpriv p2p_get wfd_sa command. -+ u8 ip_address[4]; -+ u8 peer_ip_address[4]; -+ u8 wfd_pc; // WFD preferred connection -+ // 0 -> Prefer to use the P2P for WFD connection on peer side. -+ // 1 -> Prefer to use the TDLS for WFD connection on peer side. -+ -+ u8 wfd_device_type; // WFD Device Type -+ // 0 -> WFD Source Device -+ // 1 -> WFD Primary Sink Device -+ enum SCAN_RESULT_TYPE scan_result_type; // Used when P2P is enable. This parameter will impact the scan result. -+ u8 stack_wfd_mode; -+}; -+#endif //CONFIG_WFD -+ -+struct tx_provdisc_req_info{ -+ u16 wps_config_method_request; // Used when sending the provisioning request frame -+ u16 peer_channel_num[2]; // The channel number which the receiver stands. -+ NDIS_802_11_SSID ssid; -+ u8 peerDevAddr[ ETH_ALEN ]; // Peer device address -+ u8 peerIFAddr[ ETH_ALEN ]; // Peer interface address -+ u8 benable; // This provision discovery request frame is trigger to send or not -+}; -+ -+struct rx_provdisc_req_info{ //When peer device issue prov_disc_req first, we should store the following informations -+ u8 peerDevAddr[ ETH_ALEN ]; // Peer device address -+ u8 strconfig_method_desc_of_prov_disc_req[4]; // description for the config method located in the provisioning discovery request frame. -+ // The UI must know this information to know which config method the remote p2p device is requiring. -+}; -+ -+struct tx_nego_req_info{ -+ u16 peer_channel_num[2]; // The channel number which the receiver stands. -+ u8 peerDevAddr[ ETH_ALEN ]; // Peer device address -+ u8 benable; // This negoitation request frame is trigger to send or not -+ u8 peer_ch; /* The listen channel for peer P2P device */ -+}; -+ -+struct group_id_info{ -+ u8 go_device_addr[ ETH_ALEN ]; // The GO's device address of this P2P group -+ u8 ssid[ WLAN_SSID_MAXLEN ]; // The SSID of this P2P group -+}; -+ -+struct scan_limit_info{ -+ u8 scan_op_ch_only; // When this flag is set, the driver should just scan the operation channel -+#ifndef CONFIG_P2P_OP_CHK_SOCIAL_CH -+ u8 operation_ch[2]; // Store the operation channel of invitation request frame -+#else -+ u8 operation_ch[5]; // Store additional channel 1,6,11 for Android 4.2 IOT & Nexus 4 -+#endif //CONFIG_P2P_OP_CHK_SOCIAL_CH -+}; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+struct cfg80211_wifidirect_info{ -+ _timer remain_on_ch_timer; -+ u8 restore_channel; -+ struct ieee80211_channel remain_on_ch_channel; -+ enum nl80211_channel_type remain_on_ch_type; -+ ATOMIC_T ro_ch_cookie_gen; -+ u64 remain_on_ch_cookie; -+ bool is_ro_ch; -+ u32 last_ro_ch_time; /* this will be updated at the beginning and end of ro_ch */ -+}; -+#endif //CONFIG_IOCTL_CFG80211 -+ -+#ifdef CONFIG_P2P_WOWLAN -+ -+enum P2P_WOWLAN_RECV_FRAME_TYPE -+{ -+ P2P_WOWLAN_RECV_NEGO_REQ = 0, -+ P2P_WOWLAN_RECV_INVITE_REQ = 1, -+ P2P_WOWLAN_RECV_PROVISION_REQ = 2, -+}; -+ -+struct p2p_wowlan_info{ -+ -+ u8 is_trigger; -+ enum P2P_WOWLAN_RECV_FRAME_TYPE wowlan_recv_frame_type; -+ u8 wowlan_peer_addr[ETH_ALEN]; -+ u16 wowlan_peer_wpsconfig; -+ u8 wowlan_peer_is_persistent; -+ u8 wowlan_peer_invitation_type; -+}; -+ -+#endif //CONFIG_P2P_WOWLAN -+ -+struct wifidirect_info{ -+ _adapter* padapter; -+ _timer find_phase_timer; -+ _timer restore_p2p_state_timer; -+ -+ // Used to do the scanning. After confirming the peer is availalble, the driver transmits the P2P frame to peer. -+ _timer pre_tx_scan_timer; -+ _timer reset_ch_sitesurvey; -+ _timer reset_ch_sitesurvey2; // Just for resetting the scan limit function by using p2p nego -+#ifdef CONFIG_CONCURRENT_MODE -+ // Used to switch the channel between legacy AP and listen state. -+ _timer ap_p2p_switch_timer; -+#endif -+ struct tx_provdisc_req_info tx_prov_disc_info; -+ struct rx_provdisc_req_info rx_prov_disc_info; -+ struct tx_invite_req_info invitereq_info; -+ struct profile_info profileinfo[ P2P_MAX_PERSISTENT_GROUP_NUM ]; // Store the profile information of persistent group -+ struct tx_invite_resp_info inviteresp_info; -+ struct tx_nego_req_info nego_req_info; -+ struct group_id_info groupid_info; // Store the group id information when doing the group negotiation handshake. -+ struct scan_limit_info rx_invitereq_info; // Used for get the limit scan channel from the Invitation procedure -+ struct scan_limit_info p2p_info; // Used for get the limit scan channel from the P2P negotiation handshake -+#ifdef CONFIG_WFD -+ struct wifi_display_info *wfd_info; -+#endif -+ -+#ifdef CONFIG_P2P_WOWLAN -+ struct p2p_wowlan_info p2p_wow_info; -+#endif //CONFIG_P2P_WOWLAN -+ -+ enum P2P_ROLE role; -+ enum P2P_STATE pre_p2p_state; -+ enum P2P_STATE p2p_state; -+ u8 device_addr[ETH_ALEN]; // The device address should be the mac address of this device. -+ u8 interface_addr[ETH_ALEN]; -+ u8 social_chan[4]; -+ u8 listen_channel; -+ u8 operating_channel; -+ u8 listen_dwell; // This value should be between 1 and 3 -+ u8 support_rate[8]; -+ u8 p2p_wildcard_ssid[P2P_WILDCARD_SSID_LEN]; -+ u8 intent; // should only include the intent value. -+ u8 p2p_peer_interface_addr[ ETH_ALEN ]; -+ u8 p2p_peer_device_addr[ ETH_ALEN ]; -+ u8 peer_intent; // Included the intent value and tie breaker value. -+ u8 device_name[ WPS_MAX_DEVICE_NAME_LEN ]; // Device name for displaying on searching device screen -+ u8 device_name_len; -+ u8 profileindex; // Used to point to the index of profileinfo array -+ u8 peer_operating_ch; -+ u8 find_phase_state_exchange_cnt; -+ u16 device_password_id_for_nego; // The device password ID for group negotation -+ u8 negotiation_dialog_token; -+ u8 nego_ssid[ WLAN_SSID_MAXLEN ]; // SSID information for group negotitation -+ u8 nego_ssidlen; -+ u8 p2p_group_ssid[WLAN_SSID_MAXLEN]; -+ u8 p2p_group_ssid_len; -+ u8 persistent_supported; // Flag to know the persistent function should be supported or not. -+ // In the Sigma test, the Sigma will provide this enable from the sta_set_p2p CAPI. -+ // 0: disable -+ // 1: enable -+ u8 session_available; // Flag to set the WFD session available to enable or disable "by Sigma" -+ // In the Sigma test, the Sigma will disable the session available by using the sta_preset CAPI. -+ // 0: disable -+ // 1: enable -+ -+ u8 wfd_tdls_enable; // Flag to enable or disable the TDLS by WFD Sigma -+ // 0: disable -+ // 1: enable -+ u8 wfd_tdls_weaksec; // Flag to enable or disable the weak security function for TDLS by WFD Sigma -+ // 0: disable -+ // In this case, the driver can't issue the tdsl setup request frame. -+ // 1: enable -+ // In this case, the driver can issue the tdls setup request frame -+ // even the current security is weak security. -+ -+ enum P2P_WPSINFO ui_got_wps_info; // This field will store the WPS value (PIN value or PBC) that UI had got from the user. -+ u16 supported_wps_cm; // This field describes the WPS config method which this driver supported. -+ // The value should be the combination of config method defined in page104 of WPS v2.0 spec. -+ u8 external_uuid; // UUID flag -+ u8 uuid[16]; // UUID -+ uint channel_list_attr_len; // This field will contain the length of body of P2P Channel List attribute of group negotitation response frame. -+ u8 channel_list_attr[100]; // This field will contain the body of P2P Channel List attribute of group negotitation response frame. -+ // We will use the channel_cnt and channel_list fields when constructing the group negotitation confirm frame. -+ u8 driver_interface; // Indicate DRIVER_WEXT or DRIVER_CFG80211 -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ u16 ext_listen_interval; // The interval to be available with legacy AP (ms) -+ u16 ext_listen_period; // The time period to be available for P2P listen state (ms) -+#endif -+#ifdef CONFIG_P2P_PS -+ enum P2P_PS_MODE p2p_ps_mode; // indicate p2p ps mode -+ enum P2P_PS_STATE p2p_ps_state; // indicate p2p ps state -+ u8 noa_index; // Identifies and instance of Notice of Absence timing. -+ u8 ctwindow; // Client traffic window. A period of time in TU after TBTT. -+ u8 opp_ps; // opportunistic power save. -+ u8 noa_num; // number of NoA descriptor in P2P IE. -+ u8 noa_count[P2P_MAX_NOA_NUM]; // Count for owner, Type of client. -+ u32 noa_duration[P2P_MAX_NOA_NUM]; // Max duration for owner, preferred or min acceptable duration for client. -+ u32 noa_interval[P2P_MAX_NOA_NUM]; // Length of interval for owner, preferred or max acceptable interval of client. -+ u32 noa_start_time[P2P_MAX_NOA_NUM]; // schedule expressed in terms of the lower 4 bytes of the TSF timer. -+#endif // CONFIG_P2P_PS -+}; -+ -+struct tdls_ss_record{ //signal strength record -+ u8 macaddr[ETH_ALEN]; -+ u8 RxPWDBAll; -+ u8 is_tdls_sta; // _TRUE: direct link sta, _FALSE: else -+}; -+ -+struct tdls_temp_mgmt{ -+ u8 initiator; // 0: None, 1: we initiate, 2: peer initiate -+ u8 peer_addr[ETH_ALEN]; -+}; -+ -+#ifdef CONFIG_TDLS_CH_SW -+struct tdls_ch_switch{ -+ u32 ch_sw_state; -+ ATOMIC_T chsw_on; -+ u8 addr[ETH_ALEN]; -+ u8 off_ch_num; -+ u8 ch_offset; -+ u32 cur_time; -+ u8 delay_switch_back; -+ u8 dump_stack; -+}; -+#endif -+ -+struct tdls_info{ -+ u8 ap_prohibited; -+ u8 ch_switch_prohibited; -+ u8 link_established; -+ u8 sta_cnt; -+ u8 sta_maximum; /* 1:tdls sta is equal (NUM_STA-1), reach max direct link number; 0: else; */ -+ struct tdls_ss_record ss_record; -+#ifdef CONFIG_TDLS_CH_SW -+ struct tdls_ch_switch chsw_info; -+#endif -+ -+ u8 ch_sensing; -+ u8 cur_channel; -+ u8 collect_pkt_num[MAX_CHANNEL_NUM]; -+ _lock cmd_lock; -+ _lock hdl_lock; -+ u8 watchdog_count; -+ u8 dev_discovered; /* WFD_TDLS: for sigma test */ -+ u8 tdls_enable; -+ -+ /* Let wpa_supplicant to setup*/ -+ u8 driver_setup; -+#ifdef CONFIG_WFD -+ struct wifi_display_info *wfd_info; -+#endif -+}; -+ -+struct tdls_txmgmt { -+ u8 peer[ETH_ALEN]; -+ u8 action_code; -+ u8 dialog_token; -+ u16 status_code; -+ u8 *buf; -+ size_t len; -+}; -+ -+/* used for mlme_priv.roam_flags */ -+enum { -+ RTW_ROAM_ON_EXPIRED = BIT0, -+ RTW_ROAM_ON_RESUME = BIT1, -+ RTW_ROAM_ACTIVE = BIT2, -+}; -+ -+struct beacon_keys { -+ u8 ssid[IW_ESSID_MAX_SIZE]; -+ u32 ssid_len; -+ u8 bcn_channel; -+ u16 ht_cap_info; -+ u8 ht_info_infos_0_sco; // bit0 & bit1 in infos[0] is second channel offset -+ int encryp_protocol; -+ int pairwise_cipher; -+ int group_cipher; -+ int is_8021x; -+}; -+ -+struct mlme_priv { -+ -+ _lock lock; -+ sint fw_state; //shall we protect this variable? maybe not necessarily... -+ u8 bScanInProcess; -+ u8 to_join; //flag -+ #ifdef CONFIG_LAYER2_ROAMING -+ u8 to_roam; /* roaming trying times */ -+ struct wlan_network *roam_network; /* the target of active roam */ -+ u8 roam_flags; -+ u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ -+ u32 roam_scan_int_ms; /* scan interval for active roam */ -+ u32 roam_scanr_exp_ms; /* scan result expire time in ms for roam */ -+ u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to speicific target without other consideration */ -+ #endif -+ -+ u8 *nic_hdl; -+ -+ u8 not_indic_disco; -+ _list *pscanned; -+ _queue free_bss_pool; -+ _queue scanned_queue; -+ u8 *free_bss_buf; -+ u32 num_of_scanned; -+ -+ NDIS_802_11_SSID assoc_ssid; -+ u8 assoc_bssid[6]; -+ -+ struct wlan_network cur_network; -+ struct wlan_network *cur_network_scanned; -+ -+ // bcn check info -+ struct beacon_keys cur_beacon_keys; // save current beacon keys -+ struct beacon_keys new_beacon_keys; // save new beacon keys -+ u8 new_beacon_cnts; // if new_beacon_cnts >= threshold, ap beacon is changed -+ -+#ifdef CONFIG_ARP_KEEP_ALIVE -+ // for arp offload keep alive -+ u8 bGetGateway; -+ u8 gw_mac_addr[6]; -+ u8 gw_ip[4]; -+#endif -+ -+ //uint wireless_mode; no used, remove it -+ -+ u32 auto_scan_int_ms; -+ -+ _timer assoc_timer; -+ -+ uint assoc_by_bssid; -+ uint assoc_by_rssi; -+ -+ _timer scan_to_timer; // driver itself handles scan_timeout status. -+ u32 scan_start_time; // used to evaluate the time spent in scanning -+ -+ #ifdef CONFIG_SET_SCAN_DENY_TIMER -+ _timer set_scan_deny_timer; -+ ATOMIC_T set_scan_deny; //0: allowed, 1: deny -+ #endif -+ -+ struct qos_priv qospriv; -+ -+#ifdef CONFIG_80211N_HT -+ -+ /* Number of non-HT AP/stations */ -+ int num_sta_no_ht; -+ -+ /* Number of HT AP/stations 20 MHz */ -+ //int num_sta_ht_20mhz; -+ -+ -+ int num_FortyMHzIntolerant; -+ -+ struct ht_priv htpriv; -+ -+#endif -+ -+#ifdef CONFIG_80211AC_VHT -+ struct vht_priv vhtpriv; -+#endif -+#ifdef CONFIG_BEAMFORMING -+#if (BEAMFORMING_SUPPORT == 0)/*for driver beamforming*/ -+ struct beamforming_info beamforming_info; -+#endif -+#endif -+ -+#ifdef CONFIG_DFS -+ u8 handle_dfs; -+#endif -+#ifdef CONFIG_DFS_MASTER -+ /* TODO: move to rfctl */ -+ _timer dfs_master_timer; -+#endif -+ -+ RT_LINK_DETECT_T LinkDetectInfo; -+ _timer dynamic_chk_timer; //dynamic/periodic check timer -+ -+ u8 acm_mask; // for wmm acm mask -+ u8 ChannelPlan; -+ RT_SCAN_TYPE scan_mode; // active: 1, passive: 0 -+ -+ u8 *wps_probe_req_ie; -+ u32 wps_probe_req_ie_len; -+ -+ u8 ext_capab_ie_data[8];/*currently for ap mode only*/ -+ u8 ext_capab_ie_len; -+ -+#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ /* Number of associated Non-ERP stations (i.e., stations using 802.11b -+ * in 802.11g BSS) */ -+ int num_sta_non_erp; -+ -+ /* Number of associated stations that do not support Short Slot Time */ -+ int num_sta_no_short_slot_time; -+ -+ /* Number of associated stations that do not support Short Preamble */ -+ int num_sta_no_short_preamble; -+ -+ int olbc; /* Overlapping Legacy BSS Condition (Legacy b/g)*/ -+ -+ /* Number of HT associated stations that do not support greenfield */ -+ int num_sta_ht_no_gf; -+ -+ /* Number of associated non-HT stations */ -+ //int num_sta_no_ht; -+ -+ /* Number of HT associated stations 20 MHz */ -+ int num_sta_ht_20mhz; -+ -+ /* number of associated stations 40MHz intolerant */ -+ int num_sta_40mhz_intolerant; -+ -+ /* Overlapping BSS information */ -+ int olbc_ht; -+ -+#ifdef CONFIG_80211N_HT -+ int ht_20mhz_width_req; -+ int ht_intolerant_ch_reported; -+ u16 ht_op_mode; -+ u8 sw_to_20mhz; /*switch to 20Mhz BW*/ -+#endif /* CONFIG_80211N_HT */ -+ -+ u8 *assoc_req; -+ u32 assoc_req_len; -+ u8 *assoc_rsp; -+ u32 assoc_rsp_len; -+ -+ u8 *wps_beacon_ie; -+ //u8 *wps_probe_req_ie; -+ u8 *wps_probe_resp_ie; -+ u8 *wps_assoc_resp_ie; // for CONFIG_IOCTL_CFG80211, this IE could include p2p ie / wfd ie -+ -+ u32 wps_beacon_ie_len; -+ //u32 wps_probe_req_ie_len; -+ u32 wps_probe_resp_ie_len; -+ u32 wps_assoc_resp_ie_len; // for CONFIG_IOCTL_CFG80211, this IE len could include p2p ie / wfd ie -+ -+ u8 *p2p_beacon_ie; -+ u8 *p2p_probe_req_ie; -+ u8 *p2p_probe_resp_ie; -+ u8 *p2p_go_probe_resp_ie; //for GO -+ u8 *p2p_assoc_req_ie; -+ -+ u32 p2p_beacon_ie_len; -+ u32 p2p_probe_req_ie_len; -+ u32 p2p_probe_resp_ie_len; -+ u32 p2p_go_probe_resp_ie_len; //for GO -+ u32 p2p_assoc_req_ie_len; -+/* -+#if defined(CONFIG_P2P) && defined(CONFIG_IOCTL_CFG80211) -+ //u8 *wps_p2p_beacon_ie; -+ u8 *p2p_beacon_ie; -+ u8 *wps_p2p_probe_resp_ie; -+ u8 *wps_p2p_assoc_resp_ie; -+ //u32 wps_p2p_beacon_ie_len; -+ u32 p2p_beacon_ie_len; -+ u32 wps_p2p_probe_resp_ie_len; -+ u32 wps_p2p_assoc_resp_ie_len; -+#endif -+*/ -+ -+ _lock bcn_update_lock; -+ u8 update_bcn; -+ -+ u8 ori_ch; -+ u8 ori_bw; -+ u8 ori_offset; -+#endif //#if defined (CONFIG_AP_MODE) && defined (CONFIG_NATIVEAP_MLME) -+ -+#if defined(CONFIG_WFD) && defined(CONFIG_IOCTL_CFG80211) -+ -+ u8 *wfd_beacon_ie; -+ u8 *wfd_probe_req_ie; -+ u8 *wfd_probe_resp_ie; -+ u8 *wfd_go_probe_resp_ie; //for GO -+ u8 *wfd_assoc_req_ie; -+ -+ u32 wfd_beacon_ie_len; -+ u32 wfd_probe_req_ie_len; -+ u32 wfd_probe_resp_ie_len; -+ u32 wfd_go_probe_resp_ie_len; //for GO -+ u32 wfd_assoc_req_ie_len; -+ -+#endif -+ -+#ifdef RTK_DMP_PLATFORM -+ // DMP kobject_hotplug function signal need in passive level -+ _workitem Linkup_workitem; -+ _workitem Linkdown_workitem; -+#endif -+ -+#ifdef CONFIG_INTEL_WIDI -+ int widi_state; -+ int listen_state; -+ _timer listen_timer; -+ ATOMIC_T rx_probe_rsp; // 1:receive probe respone from RDS source. -+ u8 *l2sdTaBuffer; -+ u8 channel_idx; -+ u8 group_cnt; //In WiDi 3.5, they specified another scan algo. for WFD/RDS co-existed -+ u8 sa_ext[L2SDTA_SERVICE_VE_LEN]; -+ -+ u8 widi_enable; -+ /** -+ * For WiDi 4; upper layer would set -+ * p2p_primary_device_type_category_id -+ * p2p_primary_device_type_sub_category_id -+ * p2p_secondary_device_type_category_id -+ * p2p_secondary_device_type_sub_category_id -+ */ -+ u16 p2p_pdt_cid; -+ u16 p2p_pdt_scid; -+ u8 num_p2p_sdt; -+ u16 p2p_sdt_cid[MAX_NUM_P2P_SDT]; -+ u16 p2p_sdt_scid[MAX_NUM_P2P_SDT]; -+ u8 p2p_reject_disable; //When starting NL80211 wpa_supplicant/hostapd, it will call netdev_close -+ //such that it will cause p2p disabled. Use this flag to reject. -+#endif // CONFIG_INTEL_WIDI -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ u8 scanning_via_buddy_intf; -+#endif -+ -+// u8 NumOfBcnInfoChkFail; -+// u32 timeBcnInfoChkStart; -+}; -+ -+#define mlme_set_scan_to_timer(mlme, ms) \ -+ do { \ -+ /* DBG_871X("%s set_scan_to_timer(%p, %d)\n", __FUNCTION__, (mlme), (ms)); */ \ -+ _set_timer(&(mlme)->scan_to_timer, (ms)); \ -+ } while(0) -+ -+#define rtw_mlme_set_auto_scan_int(adapter, ms) \ -+ do { \ -+ adapter->mlmepriv.auto_scan_int_ms = ms; \ -+ } while (0) -+ -+void rtw_mlme_reset_auto_scan_int(_adapter *adapter); -+ -+#ifdef CONFIG_AP_MODE -+ -+struct hostapd_priv -+{ -+ _adapter *padapter; -+ -+#ifdef CONFIG_HOSTAPD_MLME -+ struct net_device *pmgnt_netdev; -+ struct usb_anchor anchored; -+#endif -+ -+}; -+ -+extern int hostapd_mode_init(_adapter *padapter); -+extern void hostapd_mode_unload(_adapter *padapter); -+#endif -+ -+ -+extern void rtw_joinbss_event_prehandle(_adapter *adapter, u8 *pbuf); -+extern void rtw_survey_event_callback(_adapter *adapter, u8 *pbuf); -+extern void rtw_surveydone_event_callback(_adapter *adapter, u8 *pbuf); -+extern void rtw_joinbss_event_callback(_adapter *adapter, u8 *pbuf); -+extern void rtw_stassoc_event_callback(_adapter *adapter, u8 *pbuf); -+extern void rtw_stadel_event_callback(_adapter *adapter, u8 *pbuf); -+extern void rtw_atimdone_event_callback(_adapter *adapter, u8 *pbuf); -+extern void rtw_cpwm_event_callback(_adapter *adapter, u8 *pbuf); -+extern void rtw_wmm_event_callback(PADAPTER padapter, u8 *pbuf); -+#ifdef CONFIG_IEEE80211W -+void rtw_sta_timeout_event_callback(_adapter *adapter, u8 *pbuf); -+#endif /* CONFIG_IEEE80211W */ -+extern void rtw_join_timeout_handler(RTW_TIMER_HDL_ARGS); -+extern void _rtw_scan_timeout_handler(RTW_TIMER_HDL_ARGS); -+ -+thread_return event_thread(thread_context context); -+ -+extern void rtw_free_network_queue(_adapter *adapter,u8 isfreeall); -+extern int rtw_init_mlme_priv(_adapter *adapter);// (struct mlme_priv *pmlmepriv); -+ -+extern void rtw_free_mlme_priv (struct mlme_priv *pmlmepriv); -+ -+ -+extern sint rtw_select_and_join_from_scanned_queue(struct mlme_priv *pmlmepriv); -+extern sint rtw_set_key(_adapter *adapter,struct security_priv *psecuritypriv,sint keyid, u8 set_tx, bool enqueue); -+extern sint rtw_set_auth(_adapter *adapter,struct security_priv *psecuritypriv); -+ -+__inline static u8 *get_bssid(struct mlme_priv *pmlmepriv) -+{ //if sta_mode:pmlmepriv->cur_network.network.MacAddress=> bssid -+ // if adhoc_mode:pmlmepriv->cur_network.network.MacAddress=> ibss mac address -+ return pmlmepriv->cur_network.network.MacAddress; -+} -+ -+__inline static sint check_fwstate(struct mlme_priv *pmlmepriv, sint state) -+{ -+ if (pmlmepriv->fw_state & state) -+ return _TRUE; -+ -+ return _FALSE; -+} -+ -+__inline static sint get_fwstate(struct mlme_priv *pmlmepriv) -+{ -+ return pmlmepriv->fw_state; -+} -+ -+/* -+ * No Limit on the calling context, -+ * therefore set it to be the critical section... -+ * -+ * ### NOTE:#### (!!!!) -+ * MUST TAKE CARE THAT BEFORE CALLING THIS FUNC, YOU SHOULD HAVE LOCKED pmlmepriv->lock -+ */ -+__inline static void set_fwstate(struct mlme_priv *pmlmepriv, sint state) -+{ -+ pmlmepriv->fw_state |= state; -+ //FOR HW integration -+ if(_FW_UNDER_SURVEY==state){ -+ pmlmepriv->bScanInProcess = _TRUE; -+ } -+} -+ -+__inline static void _clr_fwstate_(struct mlme_priv *pmlmepriv, sint state) -+{ -+ pmlmepriv->fw_state &= ~state; -+ //FOR HW integration -+ if(_FW_UNDER_SURVEY==state){ -+ pmlmepriv->bScanInProcess = _FALSE; -+ } -+} -+ -+/* -+ * No Limit on the calling context, -+ * therefore set it to be the critical section... -+ */ -+__inline static void clr_fwstate(struct mlme_priv *pmlmepriv, sint state) -+{ -+ _irqL irqL; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ _clr_fwstate_(pmlmepriv, state); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+} -+ -+__inline static void up_scanned_network(struct mlme_priv *pmlmepriv) -+{ -+ _irqL irqL; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ pmlmepriv->num_of_scanned++; -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+} -+ -+#ifdef CONFIG_CONCURRENT_MODE -+sint rtw_buddy_adapter_up(_adapter *padapter); -+sint check_buddy_fwstate(_adapter *padapter, sint state); -+u8 rtw_get_buddy_bBusyTraffic(_adapter *padapter); -+#endif //CONFIG_CONCURRENT_MODE -+ -+__inline static void down_scanned_network(struct mlme_priv *pmlmepriv) -+{ -+ _irqL irqL; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ pmlmepriv->num_of_scanned--; -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+} -+ -+__inline static void set_scanned_network_val(struct mlme_priv *pmlmepriv, sint val) -+{ -+ _irqL irqL; -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ pmlmepriv->num_of_scanned = val; -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+} -+ -+extern u16 rtw_get_capability(WLAN_BSSID_EX *bss); -+extern void rtw_update_scanned_network(_adapter *adapter, WLAN_BSSID_EX *target); -+extern void rtw_disconnect_hdl_under_linked(_adapter* adapter, struct sta_info *psta, u8 free_assoc); -+extern void rtw_generate_random_ibss(u8 *pibss); -+extern struct wlan_network* rtw_find_network(_queue *scanned_queue, u8 *addr); -+extern struct wlan_network* rtw_get_oldest_wlan_network(_queue *scanned_queue); -+struct wlan_network *_rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network); -+struct wlan_network *rtw_find_same_network(_queue *scanned_queue, struct wlan_network *network); -+ -+extern void rtw_free_assoc_resources(_adapter* adapter, int lock_scanned_queue); -+extern void rtw_indicate_disconnect(_adapter* adapter); -+extern void rtw_indicate_connect(_adapter* adapter); -+void rtw_indicate_scan_done( _adapter *padapter, bool aborted); -+ -+void rtw_drv_scan_by_self(_adapter *padapter); -+void rtw_scan_wait_completed(_adapter *adapter); -+u32 rtw_scan_abort_timeout(_adapter *adapter, u32 timeout_ms); -+void rtw_scan_abort_no_wait(_adapter *adapter); -+void rtw_scan_abort(_adapter *adapter); -+ -+extern int rtw_restruct_sec_ie(_adapter *adapter,u8 *in_ie,u8 *out_ie,uint in_len); -+extern int rtw_restruct_wmm_ie(_adapter *adapter, u8 *in_ie, u8 *out_ie, uint in_len, uint initial_out_len); -+extern void rtw_init_registrypriv_dev_network(_adapter *adapter); -+ -+extern void rtw_update_registrypriv_dev_network(_adapter *adapter); -+ -+extern void rtw_get_encrypt_decrypt_from_registrypriv(_adapter *adapter); -+ -+extern void _rtw_join_timeout_handler(_adapter *adapter); -+extern void rtw_scan_timeout_handler(_adapter *adapter); -+ -+extern void rtw_dynamic_check_timer_handlder(_adapter *adapter); -+#ifdef CONFIG_SET_SCAN_DENY_TIMER -+bool rtw_is_scan_deny(_adapter *adapter); -+void rtw_clear_scan_deny(_adapter *adapter); -+void rtw_set_scan_deny_timer_hdl(_adapter *adapter); -+void rtw_set_scan_deny(_adapter *adapter, u32 ms); -+#else -+#define rtw_is_scan_deny(adapter) _FALSE -+#define rtw_clear_scan_deny(adapter) do {} while (0) -+#define rtw_set_scan_deny_timer_hdl(adapter) do {} while (0) -+#define rtw_set_scan_deny(adapter, ms) do {} while (0) -+#endif -+ -+ -+extern int _rtw_init_mlme_priv(_adapter *padapter); -+ -+void rtw_free_mlme_priv_ie_data(struct mlme_priv *pmlmepriv); -+ -+extern void _rtw_free_mlme_priv(struct mlme_priv *pmlmepriv); -+ -+extern int _rtw_enqueue_network(_queue *queue, struct wlan_network *pnetwork); -+ -+//extern struct wlan_network* _rtw_dequeue_network(_queue *queue); -+ -+extern struct wlan_network* _rtw_alloc_network(struct mlme_priv *pmlmepriv); -+ -+ -+extern void _rtw_free_network(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork, u8 isfreeall); -+extern void _rtw_free_network_nolock(struct mlme_priv *pmlmepriv, struct wlan_network *pnetwork); -+ -+ -+extern struct wlan_network* _rtw_find_network(_queue *scanned_queue, u8 *addr); -+ -+extern void _rtw_free_network_queue(_adapter* padapter, u8 isfreeall); -+ -+extern sint rtw_if_up(_adapter *padapter); -+ -+sint rtw_linked_check(_adapter *padapter); -+ -+u8 *rtw_get_capability_from_ie(u8 *ie); -+u8 *rtw_get_timestampe_from_ie(u8 *ie); -+u8 *rtw_get_beacon_interval_from_ie(u8 *ie); -+ -+ -+void rtw_joinbss_reset(_adapter *padapter); -+ -+#ifdef CONFIG_80211N_HT -+void rtw_ht_use_default_setting(_adapter *padapter); -+void rtw_build_wmm_ie_ht(_adapter *padapter, u8 *out_ie, uint *pout_len); -+unsigned int rtw_restructure_ht_ie(_adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); -+void rtw_update_ht_cap(_adapter *padapter, u8 *pie, uint ie_len, u8 channel); -+void rtw_issue_addbareq_cmd(_adapter *padapter, struct xmit_frame *pxmitframe); -+void rtw_append_exented_cap(_adapter *padapter, u8 *out_ie, uint *pout_len); -+#endif -+ -+int rtw_is_same_ibss(_adapter *adapter, struct wlan_network *pnetwork); -+int is_same_network(WLAN_BSSID_EX *src, WLAN_BSSID_EX *dst, u8 feature); -+ -+#ifdef CONFIG_LAYER2_ROAMING -+#define rtw_roam_flags(adapter) ((adapter)->mlmepriv.roam_flags) -+#define rtw_chk_roam_flags(adapter, flags) ((adapter)->mlmepriv.roam_flags & flags) -+#define rtw_clr_roam_flags(adapter, flags) \ -+ do { \ -+ ((adapter)->mlmepriv.roam_flags &= ~flags); \ -+ } while (0) -+ -+#define rtw_set_roam_flags(adapter, flags) \ -+ do { \ -+ ((adapter)->mlmepriv.roam_flags |= flags); \ -+ } while (0) -+ -+#define rtw_assign_roam_flags(adapter, flags) \ -+ do { \ -+ ((adapter)->mlmepriv.roam_flags = flags); \ -+ } while (0) -+ -+void _rtw_roaming(_adapter *adapter, struct wlan_network *tgt_network); -+void rtw_roaming(_adapter *adapter, struct wlan_network *tgt_network); -+void rtw_set_to_roam(_adapter *adapter, u8 to_roam); -+u8 rtw_dec_to_roam(_adapter *adapter); -+u8 rtw_to_roam(_adapter *adapter); -+int rtw_select_roaming_candidate(struct mlme_priv *pmlmepriv); -+#else -+#define rtw_roam_flags(adapter) 0 -+#define rtw_chk_roam_flags(adapter, flags) 0 -+#define rtw_clr_roam_flags(adapter, flags) do {} while (0) -+#define rtw_set_roam_flags(adapter, flags) do {} while (0) -+#define rtw_assign_roam_flags(adapter, flags) do {} while (0) -+#define _rtw_roaming(adapter, tgt_network) do {} while(0) -+#define rtw_roaming(adapter, tgt_network) do {} while(0) -+#define rtw_set_to_roam(adapter, to_roam) do {} while(0) -+#define rtw_dec_to_roam(adapter) 0 -+#define rtw_to_roam(adapter) 0 -+#define rtw_select_roaming_candidate(mlme) _FAIL -+#endif /* CONFIG_LAYER2_ROAMING */ -+ -+void rtw_sta_media_status_rpt(_adapter *adapter,struct sta_info *psta, u32 mstatus); -+ -+#ifdef CONFIG_INTEL_PROXIM -+void rtw_proxim_enable(_adapter *padapter); -+void rtw_proxim_disable(_adapter *padapter); -+void rtw_proxim_send_packet(_adapter *padapter,u8 *pbuf,u16 len,u8 hw_rate); -+#endif //CONFIG_INTEL_PROXIM -+#endif //__RTL871X_MLME_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_mp.h linux/3rdparty/rtl8812au/include/rtw_mp.h ---- linux.old/3rdparty/rtl8812au/include/rtw_mp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_mp.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,860 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_MP_H_ -+#define _RTW_MP_H_ -+ -+#define RTWPRIV_VER_INFO 1 -+ -+#define MAX_MP_XMITBUF_SZ 2048 -+#define NR_MP_XMITFRAME 8 -+ -+struct mp_xmit_frame -+{ -+ _list list; -+ -+ struct pkt_attrib attrib; -+ -+ _pkt *pkt; -+ -+ int frame_tag; -+ -+ _adapter *padapter; -+ -+#ifdef CONFIG_USB_HCI -+ -+ //insert urb, irp, and irpcnt info below... -+ //max frag_cnt = 8 -+ -+ u8 *mem_addr; -+ u32 sz[8]; -+ -+#if defined(PLATFORM_OS_XP) || defined(PLATFORM_LINUX) -+ PURB pxmit_urb[8]; -+#endif -+ -+#ifdef PLATFORM_OS_XP -+ PIRP pxmit_irp[8]; -+#endif -+ -+ u8 bpending[8]; -+ sint ac_tag[8]; -+ sint last[8]; -+ uint irpcnt; -+ uint fragcnt; -+#endif /* CONFIG_USB_HCI */ -+ -+ uint mem[(MAX_MP_XMITBUF_SZ >> 2)]; -+}; -+ -+struct mp_wiparam -+{ -+ u32 bcompleted; -+ u32 act_type; -+ u32 io_offset; -+ u32 io_value; -+}; -+ -+typedef void(*wi_act_func)(void* padapter); -+ -+#ifdef PLATFORM_WINDOWS -+struct mp_wi_cntx -+{ -+ u8 bmpdrv_unload; -+ -+ // Work Item -+ NDIS_WORK_ITEM mp_wi; -+ NDIS_EVENT mp_wi_evt; -+ _lock mp_wi_lock; -+ u8 bmp_wi_progress; -+ wi_act_func curractfunc; -+ // Variable needed in each implementation of CurrActFunc. -+ struct mp_wiparam param; -+}; -+#endif -+ -+struct mp_tx -+{ -+ u8 stop; -+ u32 count, sended; -+ u8 payload; -+ struct pkt_attrib attrib; -+ //struct tx_desc desc; -+ //u8 resvdtx[7]; -+ u8 desc[TXDESC_SIZE]; -+ u8 *pallocated_buf; -+ u8 *buf; -+ u32 buf_size, write_size; -+ _thread_hdl_ PktTxThread; -+}; -+ -+#define MP_MAX_LINES 1000 -+#define MP_MAX_LINES_BYTES 256 -+#define u1Byte u8 -+#define s1Byte s8 -+#define u4Byte u32 -+#define s4Byte s32 -+#define u1Byte u8 -+#define pu1Byte u8* -+ -+#define u2Byte u16 -+#define pu2Byte u16* -+ -+#define u4Byte u32 -+#define pu4Byte u32* -+ -+#define u8Byte u64 -+#define pu8Byte u64* -+ -+#define s1Byte s8 -+#define ps1Byte s8* -+ -+#define s2Byte s16 -+#define ps2Byte s16* -+ -+#define s4Byte s32 -+#define ps4Byte s32* -+ -+#define s8Byte s64 -+#define ps8Byte s64* -+ -+#define UCHAR u8 -+#define USHORT u16 -+#define UINT u32 -+#define ULONG u32 -+#define PULONG u32* -+ -+ -+ -+typedef VOID (*MPT_WORK_ITEM_HANDLER)(IN PVOID Adapter); -+typedef struct _MPT_CONTEXT -+{ -+ // Indicate if we have started Mass Production Test. -+ BOOLEAN bMassProdTest; -+ -+ // Indicate if the driver is unloading or unloaded. -+ BOOLEAN bMptDrvUnload; -+ -+ _sema MPh2c_Sema; -+ _timer MPh2c_timeout_timer; -+// Event used to sync H2c for BT control -+ -+ BOOLEAN MptH2cRspEvent; -+ BOOLEAN MptBtC2hEvent; -+ BOOLEAN bMPh2c_timeout; -+ -+ /* 8190 PCI does not support NDIS_WORK_ITEM. */ -+ // Work Item for Mass Production Test. -+ //NDIS_WORK_ITEM MptWorkItem; -+// RT_WORK_ITEM MptWorkItem; -+ // Event used to sync the case unloading driver and MptWorkItem is still in progress. -+// NDIS_EVENT MptWorkItemEvent; -+ // To protect the following variables. -+// NDIS_SPIN_LOCK MptWorkItemSpinLock; -+ // Indicate a MptWorkItem is scheduled and not yet finished. -+ BOOLEAN bMptWorkItemInProgress; -+ // An instance which implements function and context of MptWorkItem. -+ MPT_WORK_ITEM_HANDLER CurrMptAct; -+ -+ // 1=Start, 0=Stop from UI. -+ ULONG MptTestStart; -+ // _TEST_MODE, defined in MPT_Req2.h -+ ULONG MptTestItem; -+ // Variable needed in each implementation of CurrMptAct. -+ ULONG MptActType; // Type of action performed in CurrMptAct. -+ // The Offset of IO operation is depend of MptActType. -+ ULONG MptIoOffset; -+ // The Value of IO operation is depend of MptActType. -+ ULONG MptIoValue; -+ // The RfPath of IO operation is depend of MptActType. -+ ULONG MptRfPath; -+ -+ WIRELESS_MODE MptWirelessModeToSw; // Wireless mode to switch. -+ u8 MptChannelToSw; // Channel to switch. -+ u8 MptInitGainToSet; // Initial gain to set. -+ //ULONG bMptAntennaA; // TRUE if we want to use antenna A. -+ ULONG MptBandWidth; // bandwidth to switch. -+ ULONG MptRateIndex; // rate index. -+ // Register value kept for Single Carrier Tx test. -+ u8 btMpCckTxPower; -+ // Register value kept for Single Carrier Tx test. -+ u8 btMpOfdmTxPower; -+ // For MP Tx Power index -+ u8 TxPwrLevel[4]; /* rf-A, rf-B*/ -+ u32 RegTxPwrLimit; -+ // Content of RCR Regsiter for Mass Production Test. -+ ULONG MptRCR; -+ // TRUE if we only receive packets with specific pattern. -+ BOOLEAN bMptFilterPattern; -+ // Rx OK count, statistics used in Mass Production Test. -+ ULONG MptRxOkCnt; -+ // Rx CRC32 error count, statistics used in Mass Production Test. -+ ULONG MptRxCrcErrCnt; -+ -+ BOOLEAN bCckContTx; // TRUE if we are in CCK Continuous Tx test. -+ BOOLEAN bOfdmContTx; // TRUE if we are in OFDM Continuous Tx test. -+ BOOLEAN bStartContTx; // TRUE if we have start Continuous Tx test. -+ // TRUE if we are in Single Carrier Tx test. -+ BOOLEAN bSingleCarrier; -+ // TRUE if we are in Carrier Suppression Tx Test. -+ BOOLEAN bCarrierSuppression; -+ //TRUE if we are in Single Tone Tx test. -+ BOOLEAN bSingleTone; -+ -+ // ACK counter asked by K.Y.. -+ BOOLEAN bMptEnableAckCounter; -+ ULONG MptAckCounter; -+ -+ // SD3 Willis For 8192S to save 1T/2T RF table for ACUT Only fro ACUT delete later ~~~! -+ //s1Byte BufOfLines[2][MAX_LINES_HWCONFIG_TXT][MAX_BYTES_LINE_HWCONFIG_TXT]; -+ //s1Byte BufOfLines[2][MP_MAX_LINES][MP_MAX_LINES_BYTES]; -+ //s4Byte RfReadLine[2]; -+ -+ u8 APK_bound[2]; //for APK path A/path B -+ BOOLEAN bMptIndexEven; -+ -+ u8 backup0xc50; -+ u8 backup0xc58; -+ u8 backup0xc30; -+ u8 backup0x52_RF_A; -+ u8 backup0x52_RF_B; -+ -+ u4Byte backup0x58_RF_A; -+ u4Byte backup0x58_RF_B; -+ -+ u1Byte h2cReqNum; -+ u1Byte c2hBuf[32]; -+ -+ u1Byte btInBuf[100]; -+ ULONG mptOutLen; -+ u1Byte mptOutBuf[100]; -+ -+}MPT_CONTEXT, *PMPT_CONTEXT; -+//#endif -+ -+/* E-Fuse */ -+#ifdef CONFIG_RTL8188E -+#define EFUSE_MAP_SIZE 512 -+#endif -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8814A) -+#define EFUSE_MAP_SIZE 512 -+#endif -+#ifdef CONFIG_RTL8192E -+#define EFUSE_MAP_SIZE 512 -+#endif -+#ifdef CONFIG_RTL8723B -+#define EFUSE_MAP_SIZE 512 -+#endif -+#ifdef CONFIG_RTL8814A -+#define EFUSE_MAP_SIZE 512 -+#endif -+#ifdef CONFIG_RTL8703B -+#define EFUSE_MAP_SIZE 512 -+#endif -+#ifdef CONFIG_RTL8188F -+#define EFUSE_MAP_SIZE 512 -+#endif -+ -+#if defined(CONFIG_RTL8814A) -+#define EFUSE_MAX_SIZE 1024 -+#elif defined(CONFIG_RTL8188E) || defined(CONFIG_RTL8188F) || defined(CONFIG_RTL8703B) -+#define EFUSE_MAX_SIZE 256 -+#else -+#define EFUSE_MAX_SIZE 512 -+#endif -+/* end of E-Fuse */ -+ -+//#define RTPRIV_IOCTL_MP ( SIOCIWFIRSTPRIV + 0x17) -+enum { -+ WRITE_REG = 1, -+ READ_REG, -+ WRITE_RF, -+ READ_RF, -+ MP_START, -+ MP_STOP, -+ MP_RATE, -+ MP_CHANNEL, -+ MP_BANDWIDTH, -+ MP_TXPOWER, -+ MP_ANT_TX, -+ MP_ANT_RX, -+ MP_CTX, -+ MP_QUERY, -+ MP_ARX, -+ MP_PSD, -+ MP_PWRTRK, -+ MP_THER, -+ MP_IOCTL, -+ EFUSE_GET, -+ EFUSE_SET, -+ MP_RESET_STATS, -+ MP_DUMP, -+ MP_PHYPARA, -+ MP_SetRFPathSwh, -+ MP_QueryDrvStats, -+ MP_SetBT, -+ CTA_TEST, -+ MP_DISABLE_BT_COEXIST, -+ MP_PwrCtlDM, -+ MP_GETVER, -+ MP_MON, -+ EFUSE_MASK, -+ EFUSE_FILE, -+ MP_TX, -+ MP_RX, -+#ifdef CONFIG_WOWLAN -+ MP_WOW_ENABLE, -+ MP_WOW_SET_PATTERN, -+#endif -+#ifdef CONFIG_AP_WOWLAN -+ MP_AP_WOW_ENABLE, -+#endif -+ MP_NULL, -+ MP_GET_TXPOWER_INX, -+ -+ MP_SD_IREAD, -+ MP_SD_IWRITE, -+}; -+ -+struct mp_priv -+{ -+ _adapter *papdater; -+ -+ //Testing Flag -+ u32 mode;//0 for normal type packet, 1 for loopback packet (16bytes TXCMD) -+ -+ u32 prev_fw_state; -+ -+ //OID cmd handler -+ struct mp_wiparam workparam; -+// u8 act_in_progress; -+ -+ //Tx Section -+ u8 TID; -+ u32 tx_pktcount; -+ u32 pktInterval; -+ struct mp_tx tx; -+ -+ //Rx Section -+ u32 rx_bssidpktcount; -+ u32 rx_pktcount; -+ u32 rx_pktcount_filter_out; -+ u32 rx_crcerrpktcount; -+ u32 rx_pktloss; -+ BOOLEAN rx_bindicatePkt; -+ struct recv_stat rxstat; -+ -+ //RF/BB relative -+ u8 channel; -+ u8 bandwidth; -+ u8 prime_channel_offset; -+ u8 txpoweridx; -+ u8 rateidx; -+ u32 preamble; -+// u8 modem; -+ u32 CrystalCap; -+// u32 curr_crystalcap; -+ -+ u16 antenna_tx; -+ u16 antenna_rx; -+// u8 curr_rfpath; -+ -+ u8 check_mp_pkt; -+ -+ u8 bSetTxPower; -+// uint ForcedDataRate; -+ u8 mp_dm; -+ u8 mac_filter[ETH_ALEN]; -+ u8 bmac_filter; -+ -+ struct wlan_network mp_network; -+ NDIS_802_11_MAC_ADDRESS network_macaddr; -+ -+#ifdef PLATFORM_WINDOWS -+ u32 rx_testcnt; -+ u32 rx_testcnt1; -+ u32 rx_testcnt2; -+ u32 tx_testcnt; -+ u32 tx_testcnt1; -+ -+ struct mp_wi_cntx wi_cntx; -+ -+ u8 h2c_result; -+ u8 h2c_seqnum; -+ u16 h2c_cmdcode; -+ u8 h2c_resp_parambuf[512]; -+ _lock h2c_lock; -+ _lock wkitm_lock; -+ u32 h2c_cmdcnt; -+ NDIS_EVENT h2c_cmd_evt; -+ NDIS_EVENT c2h_set; -+ NDIS_EVENT h2c_clr; -+ NDIS_EVENT cpwm_int; -+ -+ NDIS_EVENT scsir_full_evt; -+ NDIS_EVENT scsiw_empty_evt; -+#endif -+ -+ u8 *pallocated_mp_xmitframe_buf; -+ u8 *pmp_xmtframe_buf; -+ _queue free_mp_xmitqueue; -+ u32 free_mp_xmitframe_cnt; -+ BOOLEAN bSetRxBssid; -+ BOOLEAN bTxBufCkFail; -+ BOOLEAN bRTWSmbCfg; -+ MPT_CONTEXT MptCtx; -+ -+ u8 *TXradomBuffer; -+}; -+ -+typedef struct _IOCMD_STRUCT_ { -+ u8 cmdclass; -+ u16 value; -+ u8 index; -+}IOCMD_STRUCT; -+ -+struct rf_reg_param { -+ u32 path; -+ u32 offset; -+ u32 value; -+}; -+ -+struct bb_reg_param { -+ u32 offset; -+ u32 value; -+}; -+ -+typedef struct _MP_FIRMWARE { -+ FIRMWARE_SOURCE eFWSource; -+#ifdef CONFIG_EMBEDDED_FWIMG -+ u8* szFwBuffer; -+#else -+ u8 szFwBuffer[0x8000]; -+#endif -+ u32 ulFwLength; -+} RT_MP_FIRMWARE, *PRT_MP_FIRMWARE; -+ -+ -+ -+ -+//======================================================================= -+ -+#define LOWER _TRUE -+#define RAISE _FALSE -+ -+/* Hardware Registers */ -+#if 0 -+#if 0 -+#define IOCMD_CTRL_REG 0x102502C0 -+#define IOCMD_DATA_REG 0x102502C4 -+#else -+#define IOCMD_CTRL_REG 0x10250370 -+#define IOCMD_DATA_REG 0x10250374 -+#endif -+ -+#define IOCMD_GET_THERMAL_METER 0xFD000028 -+ -+#define IOCMD_CLASS_BB_RF 0xF0 -+#define IOCMD_BB_READ_IDX 0x00 -+#define IOCMD_BB_WRITE_IDX 0x01 -+#define IOCMD_RF_READ_IDX 0x02 -+#define IOCMD_RF_WRIT_IDX 0x03 -+#endif -+#define BB_REG_BASE_ADDR 0x800 -+ -+/* MP variables */ -+#if 0 -+#define _2MAC_MODE_ 0 -+#define _LOOPBOOK_MODE_ 1 -+#endif -+typedef enum _MP_MODE_ { -+ MP_OFF, -+ MP_ON, -+ MP_ERR, -+ MP_CONTINUOUS_TX, -+ MP_SINGLE_CARRIER_TX, -+ MP_CARRIER_SUPPRISSION_TX, -+ MP_SINGLE_TONE_TX, -+ MP_PACKET_TX, -+ MP_PACKET_RX -+} MP_MODE; -+ -+typedef enum _MPT_BANDWIDTH { -+ MPT_BW_20MHZ = 0, -+ MPT_BW_40MHZ_DUPLICATE = 1, -+ MPT_BW_40MHZ_ABOVE = 2, -+ MPT_BW_40MHZ_BELOW = 3, -+ MPT_BW_40MHZ = 4, -+ MPT_BW_80MHZ = 5, -+ MPT_BW_80MHZ_20_ABOVE = 6, -+ MPT_BW_80MHZ_20_BELOW = 7, -+ MPT_BW_80MHZ_20_BOTTOM = 8, -+ MPT_BW_80MHZ_20_TOP = 9, -+ MPT_BW_80MHZ_40_ABOVE = 10, -+ MPT_BW_80MHZ_40_BELOW = 11, -+} MPT_BANDWIDTHE, *PMPT_BANDWIDTH; -+ -+#define MAX_RF_PATH_NUMS RF_PATH_MAX -+ -+ -+extern u8 mpdatarate[NumRates]; -+ -+/* MP set force data rate base on the definition. */ -+typedef enum _MPT_RATE_INDEX -+{ -+ /* CCK rate. */ -+ MPT_RATE_1M =0 , /* 0 */ -+ MPT_RATE_2M, -+ MPT_RATE_55M, -+ MPT_RATE_11M, /* 3 */ -+ -+ /* OFDM rate. */ -+ MPT_RATE_6M, /* 4 */ -+ MPT_RATE_9M, -+ MPT_RATE_12M, -+ MPT_RATE_18M, -+ MPT_RATE_24M, -+ MPT_RATE_36M, -+ MPT_RATE_48M, -+ MPT_RATE_54M, /* 11 */ -+ -+ /* HT rate. */ -+ MPT_RATE_MCS0, /* 12 */ -+ MPT_RATE_MCS1, -+ MPT_RATE_MCS2, -+ MPT_RATE_MCS3, -+ MPT_RATE_MCS4, -+ MPT_RATE_MCS5, -+ MPT_RATE_MCS6, -+ MPT_RATE_MCS7, /* 19 */ -+ MPT_RATE_MCS8, -+ MPT_RATE_MCS9, -+ MPT_RATE_MCS10, -+ MPT_RATE_MCS11, -+ MPT_RATE_MCS12, -+ MPT_RATE_MCS13, -+ MPT_RATE_MCS14, -+ MPT_RATE_MCS15, /* 27 */ -+ MPT_RATE_MCS16, -+ MPT_RATE_MCS17, // #29 -+ MPT_RATE_MCS18, -+ MPT_RATE_MCS19, -+ MPT_RATE_MCS20, -+ MPT_RATE_MCS21, -+ MPT_RATE_MCS22, // #34 -+ MPT_RATE_MCS23, -+ MPT_RATE_MCS24, -+ MPT_RATE_MCS25, -+ MPT_RATE_MCS26, -+ MPT_RATE_MCS27, // #39 -+ MPT_RATE_MCS28, // #40 -+ MPT_RATE_MCS29, // #41 -+ MPT_RATE_MCS30, // #42 -+ MPT_RATE_MCS31, // #43 -+ /* VHT rate. Total: 20*/ -+ MPT_RATE_VHT1SS_MCS0,// #44 -+ MPT_RATE_VHT1SS_MCS1, // # -+ MPT_RATE_VHT1SS_MCS2, -+ MPT_RATE_VHT1SS_MCS3, -+ MPT_RATE_VHT1SS_MCS4, -+ MPT_RATE_VHT1SS_MCS5, -+ MPT_RATE_VHT1SS_MCS6, // # -+ MPT_RATE_VHT1SS_MCS7, -+ MPT_RATE_VHT1SS_MCS8, -+ MPT_RATE_VHT1SS_MCS9, //#53 -+ MPT_RATE_VHT2SS_MCS0, //#54 -+ MPT_RATE_VHT2SS_MCS1, -+ MPT_RATE_VHT2SS_MCS2, -+ MPT_RATE_VHT2SS_MCS3, -+ MPT_RATE_VHT2SS_MCS4, -+ MPT_RATE_VHT2SS_MCS5, -+ MPT_RATE_VHT2SS_MCS6, -+ MPT_RATE_VHT2SS_MCS7, -+ MPT_RATE_VHT2SS_MCS8, -+ MPT_RATE_VHT2SS_MCS9, //#63 -+ MPT_RATE_VHT3SS_MCS0, -+ MPT_RATE_VHT3SS_MCS1, -+ MPT_RATE_VHT3SS_MCS2, -+ MPT_RATE_VHT3SS_MCS3, -+ MPT_RATE_VHT3SS_MCS4, -+ MPT_RATE_VHT3SS_MCS5, -+ MPT_RATE_VHT3SS_MCS6, // #126 -+ MPT_RATE_VHT3SS_MCS7, -+ MPT_RATE_VHT3SS_MCS8, -+ MPT_RATE_VHT3SS_MCS9, -+ MPT_RATE_VHT4SS_MCS0, -+ MPT_RATE_VHT4SS_MCS1, // #131 -+ MPT_RATE_VHT4SS_MCS2, -+ MPT_RATE_VHT4SS_MCS3, -+ MPT_RATE_VHT4SS_MCS4, -+ MPT_RATE_VHT4SS_MCS5, -+ MPT_RATE_VHT4SS_MCS6, // #136 -+ MPT_RATE_VHT4SS_MCS7, -+ MPT_RATE_VHT4SS_MCS8, -+ MPT_RATE_VHT4SS_MCS9, -+ MPT_RATE_LAST -+}MPT_RATE_E, *PMPT_RATE_E; -+ -+#define MAX_TX_PWR_INDEX_N_MODE 64 // 0x3F -+ -+typedef enum _POWER_MODE_ { -+ POWER_LOW = 0, -+ POWER_NORMAL -+}POWER_MODE; -+ -+// The following enumeration is used to define the value of Reg0xD00[30:28] or JaguarReg0x914[18:16]. -+typedef enum _OFDM_TX_MODE { -+ OFDM_ALL_OFF = 0, -+ OFDM_ContinuousTx = 1, -+ OFDM_SingleCarrier = 2, -+ OFDM_SingleTone = 4, -+} OFDM_TX_MODE; -+ -+ -+#define RX_PKT_BROADCAST 1 -+#define RX_PKT_DEST_ADDR 2 -+#define RX_PKT_PHY_MATCH 3 -+ -+#define Mac_OFDM_OK 0x00000000 -+#define Mac_OFDM_Fail 0x10000000 -+#define Mac_OFDM_FasleAlarm 0x20000000 -+#define Mac_CCK_OK 0x30000000 -+#define Mac_CCK_Fail 0x40000000 -+#define Mac_CCK_FasleAlarm 0x50000000 -+#define Mac_HT_OK 0x60000000 -+#define Mac_HT_Fail 0x70000000 -+#define Mac_HT_FasleAlarm 0x90000000 -+#define Mac_DropPacket 0xA0000000 -+ -+typedef enum _ENCRY_CTRL_STATE_ { -+ HW_CONTROL, //hw encryption& decryption -+ SW_CONTROL, //sw encryption& decryption -+ HW_ENCRY_SW_DECRY, //hw encryption & sw decryption -+ SW_ENCRY_HW_DECRY //sw encryption & hw decryption -+}ENCRY_CTRL_STATE; -+ -+typedef enum _MPT_TXPWR_DEF{ -+ MPT_CCK, -+ MPT_OFDM, // L and HT OFDM -+ MPT_OFDM_AND_HT, -+ MPT_HT, -+ MPT_VHT -+}MPT_TXPWR_DEF; -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+ -+#if defined(CONFIG_RTL8723B) -+ #define REG_RF_BB_GAIN_OFFSET 0x7f -+ #define RF_GAIN_OFFSET_MASK 0xfffff -+#elif defined(CONFIG_RTL8188E) -+ #define REG_RF_BB_GAIN_OFFSET 0x55 -+ #define RF_GAIN_OFFSET_MASK 0xfffff -+#else -+ #define REG_RF_BB_GAIN_OFFSET 0x55 -+ #define RF_GAIN_OFFSET_MASK 0xfffff -+#endif //CONFIG_RTL8723B -+ -+#endif //CONFIG_RF_GAIN_OFFSET -+ -+//======================================================================= -+//extern struct mp_xmit_frame *alloc_mp_xmitframe(struct mp_priv *pmp_priv); -+//extern int free_mp_xmitframe(struct xmit_priv *pxmitpriv, struct mp_xmit_frame *pmp_xmitframe); -+ -+extern s32 init_mp_priv(PADAPTER padapter); -+extern void free_mp_priv(struct mp_priv *pmp_priv); -+extern s32 MPT_InitializeAdapter(PADAPTER padapter, u8 Channel); -+extern void MPT_DeInitAdapter(PADAPTER padapter); -+extern s32 mp_start_test(PADAPTER padapter); -+extern void mp_stop_test(PADAPTER padapter); -+ -+extern u32 _read_rfreg(PADAPTER padapter, u8 rfpath, u32 addr, u32 bitmask); -+extern void _write_rfreg(PADAPTER padapter, u8 rfpath, u32 addr, u32 bitmask, u32 val); -+ -+extern u32 read_macreg(_adapter *padapter, u32 addr, u32 sz); -+extern void write_macreg(_adapter *padapter, u32 addr, u32 val, u32 sz); -+extern u32 read_bbreg(_adapter *padapter, u32 addr, u32 bitmask); -+extern void write_bbreg(_adapter *padapter, u32 addr, u32 bitmask, u32 val); -+extern u32 read_rfreg(PADAPTER padapter, u8 rfpath, u32 addr); -+extern void write_rfreg(PADAPTER padapter, u8 rfpath, u32 addr, u32 val); -+ -+void SetChannel(PADAPTER pAdapter); -+void SetBandwidth(PADAPTER pAdapter); -+int SetTxPower(PADAPTER pAdapter); -+void SetAntenna(PADAPTER pAdapter); -+void SetDataRate(PADAPTER pAdapter); -+void SetAntenna(PADAPTER pAdapter); -+s32 SetThermalMeter(PADAPTER pAdapter, u8 target_ther); -+void GetThermalMeter(PADAPTER pAdapter, u8 *value); -+void SetContinuousTx(PADAPTER pAdapter, u8 bStart); -+void SetSingleCarrierTx(PADAPTER pAdapter, u8 bStart); -+void SetSingleToneTx(PADAPTER pAdapter, u8 bStart); -+void SetCarrierSuppressionTx(PADAPTER pAdapter, u8 bStart); -+void PhySetTxPowerLevel(PADAPTER pAdapter); -+void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc); -+void SetPacketTx(PADAPTER padapter); -+void SetPacketRx(PADAPTER pAdapter, u8 bStartRx, u8 bAB); -+void ResetPhyRxPktCount(PADAPTER pAdapter); -+u32 GetPhyRxPktReceived(PADAPTER pAdapter); -+u32 GetPhyRxPktCRC32Error(PADAPTER pAdapter); -+s32 SetPowerTracking(PADAPTER padapter, u8 enable); -+void GetPowerTracking(PADAPTER padapter, u8 *enable); -+u32 mp_query_psd(PADAPTER pAdapter, u8 *data); -+ -+ -+ -+void hal_mpt_SwitchRfSetting(PADAPTER pAdapter); -+s32 hal_mpt_SetPowerTracking(PADAPTER padapter, u8 enable); -+void hal_mpt_GetPowerTracking(PADAPTER padapter, u8 *enable); -+void hal_mpt_CCKTxPowerAdjust(PADAPTER Adapter, BOOLEAN bInCH14); -+void hal_mpt_SetChannel(PADAPTER pAdapter); -+void hal_mpt_SetBandwidth(PADAPTER pAdapter); -+void hal_mpt_SetTxPower(PADAPTER pAdapter); -+void hal_mpt_SetDataRate(PADAPTER pAdapter); -+void hal_mpt_SetAntenna(PADAPTER pAdapter); -+s32 hal_mpt_SetThermalMeter(PADAPTER pAdapter, u8 target_ther); -+void hal_mpt_TriggerRFThermalMeter(PADAPTER pAdapter); -+u8 hal_mpt_ReadRFThermalMeter(PADAPTER pAdapter); -+void hal_mpt_GetThermalMeter(PADAPTER pAdapter, u8 *value); -+void hal_mpt_CCKTxPowerAdjustbyIndex(PADAPTER pAdapter, BOOLEAN beven); -+void hal_mpt_SetContinuousTx(PADAPTER pAdapter, u8 bStart); -+void hal_mpt_SetSingleCarrierTx(PADAPTER pAdapter, u8 bStart); -+void hal_mpt_SetSingleToneTx(PADAPTER pAdapter, u8 bStart); -+void hal_mpt_SetCarrierSuppressionTx(PADAPTER pAdapter, u8 bStart); -+void hal_mpt_SetCCKContinuousTx(PADAPTER pAdapter, u8 bStart); -+void hal_mpt_SetOFDMContinuousTx(PADAPTER pAdapter, u8 bStart); -+ -+void MP_PHY_SetRFPathSwitch(PADAPTER pAdapter , BOOLEAN bMain); -+ULONG mpt_ProQueryCalTxPower(PADAPTER pAdapter, u8 RfPath); -+void MPT_PwrCtlDM(PADAPTER padapter, u32 bstart); -+u8 MptToMgntRate(u32 MptRateIdx); -+u8 rtw_mpRateParseFunc(PADAPTER pAdapter, u8 *targetStr); -+u32 mp_join(PADAPTER padapter, u8 mode); -+ -+int rtw_mp_write_reg(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_read_reg(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_write_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_read_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_start(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_stop(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_rate(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_channel(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_bandwidth(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_txpower_index(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_txpower(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_txpower(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_ant_tx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_ant_rx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_set_ctx_destAddr(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_ctx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_disable_bt_coexist(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_disable_bt_coexist(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_arx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_trx_query(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_pwrtrk(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_psd(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_thermal(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_reset_stats(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_dump(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_phypara(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_SetRFPath(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_QueryDrv(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_PwrCtlDM(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra); -+int rtw_mp_getver(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_mon(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_efuse_mask_file(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_efuse_file_map(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_SetBT(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_pretx_proc(PADAPTER padapter, u8 bStartTest, char *extra); -+int rtw_mp_tx(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+int rtw_mp_rx(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+ -+#endif //_RTW_MP_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_mp_ioctl.h linux/3rdparty/rtl8812au/include/rtw_mp_ioctl.h ---- linux.old/3rdparty/rtl8812au/include/rtw_mp_ioctl.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_mp_ioctl.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,591 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_MP_IOCTL_H_ -+#define _RTW_MP_IOCTL_H_ -+ -+#include -+#include -+ -+#if 0 -+#define TESTFWCMDNUMBER 1000000 -+#define TEST_H2CINT_WAIT_TIME 500 -+#define TEST_C2HINT_WAIT_TIME 500 -+#define HCI_TEST_SYSCFG_HWMASK 1 -+#define _BUSCLK_40M (4 << 2) -+#endif -+//------------------------------------------------------------------------------ -+typedef struct CFG_DBG_MSG_STRUCT { -+ u32 DebugLevel; -+ u32 DebugComponent_H32; -+ u32 DebugComponent_L32; -+}CFG_DBG_MSG_STRUCT,*PCFG_DBG_MSG_STRUCT; -+ -+typedef struct _RW_REG { -+ u32 offset; -+ u32 width; -+ u32 value; -+}mp_rw_reg,RW_Reg, *pRW_Reg; -+ -+//for OID_RT_PRO_READ16_EEPROM & OID_RT_PRO_WRITE16_EEPROM -+typedef struct _EEPROM_RW_PARAM { -+ u32 offset; -+ u16 value; -+}eeprom_rw_param,EEPROM_RWParam, *pEEPROM_RWParam; -+ -+typedef struct _EFUSE_ACCESS_STRUCT_ { -+ u16 start_addr; -+ u16 cnts; -+ u8 data[0]; -+}EFUSE_ACCESS_STRUCT, *PEFUSE_ACCESS_STRUCT; -+ -+typedef struct _BURST_RW_REG { -+ u32 offset; -+ u32 len; -+ u8 Data[256]; -+}burst_rw_reg,Burst_RW_Reg, *pBurst_RW_Reg; -+ -+typedef struct _USB_VendorReq{ -+ u8 bRequest; -+ u16 wValue; -+ u16 wIndex; -+ u16 wLength; -+ u8 u8Dir;//0:OUT, 1:IN -+ u8 u8InData; -+}usb_vendor_req, USB_VendorReq, *pUSB_VendorReq; -+ -+typedef struct _DR_VARIABLE_STRUCT_ { -+ u8 offset; -+ u32 variable; -+}DR_VARIABLE_STRUCT; -+ -+//int mp_start_joinbss(_adapter *padapter, NDIS_802_11_SSID *pssid); -+ -+//void _irqlevel_changed_(_irqL *irqlevel, /*BOOLEAN*/unsigned char bLower); -+#ifdef PLATFORM_OS_XP -+static void _irqlevel_changed_(_irqL *irqlevel, u8 bLower) -+{ -+ -+ if (bLower == LOWER) { -+ *irqlevel = KeGetCurrentIrql(); -+ -+ if (*irqlevel > PASSIVE_LEVEL) { -+ KeLowerIrql(PASSIVE_LEVEL); -+ } -+ } else { -+ if (KeGetCurrentIrql() == PASSIVE_LEVEL) { -+ KeRaiseIrql(DISPATCH_LEVEL, irqlevel); -+ } -+ } -+ -+} -+#else -+#define _irqlevel_changed_(a,b) -+#endif -+ -+//oid_rtl_seg_81_80_00 -+NDIS_STATUS oid_rt_pro_set_data_rate_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_start_test_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_stop_test_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_channel_direct_call_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_antenna_bb_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_tx_power_control_hdl(struct oid_par_priv* poid_par_priv); -+//oid_rtl_seg_81_80_20 -+NDIS_STATUS oid_rt_pro_query_tx_packet_sent_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_query_rx_packet_received_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_query_rx_packet_crc32_error_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_pro_reset_tx_packet_sent_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_reset_rx_packet_received_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_modulation_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_pro_set_continuous_tx_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_single_carrier_tx_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_carrier_suppression_tx_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_single_tone_tx_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//oid_rtl_seg_81_87 -+NDIS_STATUS oid_rt_pro_write_bb_reg_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_read_bb_reg_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_pro_write_rf_reg_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_read_rf_reg_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//oid_rtl_seg_81_85 -+NDIS_STATUS oid_rt_wireless_mode_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+// oid_rtl_seg_87_11_00 -+NDIS_STATUS oid_rt_pro8711_join_bss_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_read_register_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_write_register_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_burst_read_register_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_burst_write_register_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_write_txcmd_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_read16_eeprom_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_write16_eeprom_hdl (struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro8711_wi_poll_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro8711_pkt_loss_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_rd_attrib_mem_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_wr_attrib_mem_hdl (struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_rf_intfs_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_poll_rx_status_hdl(struct oid_par_priv* poid_par_priv); -+// oid_rtl_seg_87_11_20 -+NDIS_STATUS oid_rt_pro_cfg_debug_message_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_data_rate_ex_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_basic_rate_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_read_tssi_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_power_tracking_hdl(struct oid_par_priv* poid_par_priv); -+//oid_rtl_seg_87_11_50 -+NDIS_STATUS oid_rt_pro_qry_pwrstate_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_pwrstate_hdl(struct oid_par_priv* poid_par_priv); -+//oid_rtl_seg_87_11_F0 -+NDIS_STATUS oid_rt_pro_h2c_set_rate_table_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_h2c_get_rate_table_hdl(struct oid_par_priv* poid_par_priv); -+ -+ -+//oid_rtl_seg_87_12_00 -+NDIS_STATUS oid_rt_pro_encryption_ctrl_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_add_sta_info_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_dele_sta_info_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_query_dr_variable_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_rx_packet_type_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_pro_read_efuse_hdl(struct oid_par_priv *poid_par_priv); -+NDIS_STATUS oid_rt_pro_write_efuse_hdl(struct oid_par_priv *poid_par_priv); -+NDIS_STATUS oid_rt_pro_rw_efuse_pgpkt_hdl(struct oid_par_priv *poid_par_priv); -+NDIS_STATUS oid_rt_get_efuse_current_size_hdl(struct oid_par_priv *poid_par_priv); -+NDIS_STATUS oid_rt_pro_efuse_hdl(struct oid_par_priv *poid_par_priv); -+NDIS_STATUS oid_rt_pro_efuse_map_hdl(struct oid_par_priv *poid_par_priv); -+ -+NDIS_STATUS oid_rt_set_bandwidth_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_set_crystal_cap_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_set_rx_packet_type_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_efuse_max_size_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_pro_set_tx_agc_offset_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_pro_set_pkt_test_mode_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_get_thermal_meter_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_reset_phy_rx_packet_count_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_phy_rx_packet_received_hdl(struct oid_par_priv* poid_par_priv); -+NDIS_STATUS oid_rt_get_phy_rx_packet_crc32_error_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_set_power_down_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_get_power_mode_hdl(struct oid_par_priv* poid_par_priv); -+ -+NDIS_STATUS oid_rt_pro_trigger_gpio_hdl(struct oid_par_priv *poid_par_priv); -+ -+#ifdef _RTW_MP_IOCTL_C_ -+ -+const struct oid_obj_priv oid_rtl_seg_81_80_00[] = -+{ -+ {1, &oid_null_function}, //0x00 OID_RT_PRO_RESET_DUT -+ {1, &oid_rt_pro_set_data_rate_hdl}, //0x01 -+ {1, &oid_rt_pro_start_test_hdl}, //0x02 -+ {1, &oid_rt_pro_stop_test_hdl}, //0x03 -+ {1, &oid_null_function}, //0x04 OID_RT_PRO_SET_PREAMBLE -+ {1, &oid_null_function}, //0x05 OID_RT_PRO_SET_SCRAMBLER -+ {1, &oid_null_function}, //0x06 OID_RT_PRO_SET_FILTER_BB -+ {1, &oid_null_function}, //0x07 OID_RT_PRO_SET_MANUAL_DIVERSITY_BB -+ {1, &oid_rt_pro_set_channel_direct_call_hdl}, //0x08 -+ {1, &oid_null_function}, //0x09 OID_RT_PRO_SET_SLEEP_MODE_DIRECT_CALL -+ {1, &oid_null_function}, //0x0A OID_RT_PRO_SET_WAKE_MODE_DIRECT_CALL -+ {1, &oid_rt_pro_set_continuous_tx_hdl}, //0x0B OID_RT_PRO_SET_TX_CONTINUOUS_DIRECT_CALL -+ {1, &oid_rt_pro_set_single_carrier_tx_hdl}, //0x0C OID_RT_PRO_SET_SINGLE_CARRIER_TX_CONTINUOUS -+ {1, &oid_null_function}, //0x0D OID_RT_PRO_SET_TX_ANTENNA_BB -+ {1, &oid_rt_pro_set_antenna_bb_hdl}, //0x0E -+ {1, &oid_null_function}, //0x0F OID_RT_PRO_SET_CR_SCRAMBLER -+ {1, &oid_null_function}, //0x10 OID_RT_PRO_SET_CR_NEW_FILTER -+ {1, &oid_rt_pro_set_tx_power_control_hdl}, //0x11 OID_RT_PRO_SET_TX_POWER_CONTROL -+ {1, &oid_null_function}, //0x12 OID_RT_PRO_SET_CR_TX_CONFIG -+ {1, &oid_null_function}, //0x13 OID_RT_PRO_GET_TX_POWER_CONTROL -+ {1, &oid_null_function}, //0x14 OID_RT_PRO_GET_CR_SIGNAL_QUALITY -+ {1, &oid_null_function}, //0x15 OID_RT_PRO_SET_CR_SETPOINT -+ {1, &oid_null_function}, //0x16 OID_RT_PRO_SET_INTEGRATOR -+ {1, &oid_null_function}, //0x17 OID_RT_PRO_SET_SIGNAL_QUALITY -+ {1, &oid_null_function}, //0x18 OID_RT_PRO_GET_INTEGRATOR -+ {1, &oid_null_function}, //0x19 OID_RT_PRO_GET_SIGNAL_QUALITY -+ {1, &oid_null_function}, //0x1A OID_RT_PRO_QUERY_EEPROM_TYPE -+ {1, &oid_null_function}, //0x1B OID_RT_PRO_WRITE_MAC_ADDRESS -+ {1, &oid_null_function}, //0x1C OID_RT_PRO_READ_MAC_ADDRESS -+ {1, &oid_null_function}, //0x1D OID_RT_PRO_WRITE_CIS_DATA -+ {1, &oid_null_function}, //0x1E OID_RT_PRO_READ_CIS_DATA -+ {1, &oid_null_function} //0x1F OID_RT_PRO_WRITE_POWER_CONTROL -+ -+}; -+ -+const struct oid_obj_priv oid_rtl_seg_81_80_20[] = -+{ -+ {1, &oid_null_function}, //0x20 OID_RT_PRO_READ_POWER_CONTROL -+ {1, &oid_null_function}, //0x21 OID_RT_PRO_WRITE_EEPROM -+ {1, &oid_null_function}, //0x22 OID_RT_PRO_READ_EEPROM -+ {1, &oid_rt_pro_reset_tx_packet_sent_hdl}, //0x23 -+ {1, &oid_rt_pro_query_tx_packet_sent_hdl}, //0x24 -+ {1, &oid_rt_pro_reset_rx_packet_received_hdl}, //0x25 -+ {1, &oid_rt_pro_query_rx_packet_received_hdl}, //0x26 -+ {1, &oid_rt_pro_query_rx_packet_crc32_error_hdl}, //0x27 -+ {1, &oid_null_function}, //0x28 OID_RT_PRO_QUERY_CURRENT_ADDRESS -+ {1, &oid_null_function}, //0x29 OID_RT_PRO_QUERY_PERMANENT_ADDRESS -+ {1, &oid_null_function}, //0x2A OID_RT_PRO_SET_PHILIPS_RF_PARAMETERS -+ {1, &oid_rt_pro_set_carrier_suppression_tx_hdl},//0x2B OID_RT_PRO_SET_CARRIER_SUPPRESSION_TX -+ {1, &oid_null_function}, //0x2C OID_RT_PRO_RECEIVE_PACKET -+ {1, &oid_null_function}, //0x2D OID_RT_PRO_WRITE_EEPROM_BYTE -+ {1, &oid_null_function}, //0x2E OID_RT_PRO_READ_EEPROM_BYTE -+ {1, &oid_rt_pro_set_modulation_hdl} //0x2F -+ -+}; -+ -+const struct oid_obj_priv oid_rtl_seg_81_80_40[] = -+{ -+ {1, &oid_null_function}, //0x40 -+ {1, &oid_null_function}, //0x41 -+ {1, &oid_null_function}, //0x42 -+ {1, &oid_rt_pro_set_single_tone_tx_hdl}, //0x43 -+ {1, &oid_null_function}, //0x44 -+ {1, &oid_null_function} //0x45 -+}; -+ -+const struct oid_obj_priv oid_rtl_seg_81_80_80[] = -+{ -+ {1, &oid_null_function}, //0x80 OID_RT_DRIVER_OPTION -+ {1, &oid_null_function}, //0x81 OID_RT_RF_OFF -+ {1, &oid_null_function} //0x82 OID_RT_AUTH_STATUS -+ -+}; -+ -+const struct oid_obj_priv oid_rtl_seg_81_85[] = -+{ -+ {1, &oid_rt_wireless_mode_hdl} //0x00 OID_RT_WIRELESS_MODE -+}; -+ -+struct oid_obj_priv oid_rtl_seg_81_87[] = -+{ -+ {1, &oid_null_function}, //0x80 OID_RT_PRO8187_WI_POLL -+ {1, &oid_rt_pro_write_bb_reg_hdl}, //0x81 -+ {1, &oid_rt_pro_read_bb_reg_hdl}, //0x82 -+ {1, &oid_rt_pro_write_rf_reg_hdl}, //0x82 -+ {1, &oid_rt_pro_read_rf_reg_hdl} //0x83 -+}; -+ -+struct oid_obj_priv oid_rtl_seg_87_11_00[] = -+{ -+ {1, &oid_rt_pro8711_join_bss_hdl}, //0x00 //S -+ {1, &oid_rt_pro_read_register_hdl}, //0x01 -+ {1, &oid_rt_pro_write_register_hdl}, //0x02 -+ {1, &oid_rt_pro_burst_read_register_hdl}, //0x03 -+ {1, &oid_rt_pro_burst_write_register_hdl}, //0x04 -+ {1, &oid_rt_pro_write_txcmd_hdl}, //0x05 -+ {1, &oid_rt_pro_read16_eeprom_hdl}, //0x06 -+ {1, &oid_rt_pro_write16_eeprom_hdl}, //0x07 -+ {1, &oid_null_function}, //0x08 OID_RT_PRO_H2C_SET_COMMAND -+ {1, &oid_null_function}, //0x09 OID_RT_PRO_H2C_QUERY_RESULT -+ {1, &oid_rt_pro8711_wi_poll_hdl}, //0x0A -+ {1, &oid_rt_pro8711_pkt_loss_hdl}, //0x0B -+ {1, &oid_rt_rd_attrib_mem_hdl}, //0x0C -+ {1, &oid_rt_wr_attrib_mem_hdl}, //0x0D -+ {1, &oid_null_function}, //0x0E -+ {1, &oid_null_function}, //0x0F -+ {1, &oid_null_function}, //0x10 OID_RT_PRO_H2C_CMD_MODE -+ {1, &oid_null_function}, //0x11 OID_RT_PRO_H2C_CMD_RSP_MODE -+ {1, &oid_null_function}, //0X12 OID_RT_PRO_WAIT_C2H_EVENT -+ {1, &oid_null_function}, //0X13 OID_RT_PRO_RW_ACCESS_PROTOCOL_TEST -+ {1, &oid_null_function}, //0X14 OID_RT_PRO_SCSI_ACCESS_TEST -+ {1, &oid_null_function}, //0X15 OID_RT_PRO_SCSI_TCPIPOFFLOAD_OUT -+ {1, &oid_null_function}, //0X16 OID_RT_PRO_SCSI_TCPIPOFFLOAD_IN -+ {1, &oid_null_function}, //0X17 OID_RT_RRO_RX_PKT_VIA_IOCTRL -+ {1, &oid_null_function}, //0X18 OID_RT_RRO_RX_PKTARRAY_VIA_IOCTRL -+ {1, &oid_null_function}, //0X19 OID_RT_RPO_SET_PWRMGT_TEST -+ {1, &oid_null_function}, //0X1A -+ {1, &oid_null_function}, //0X1B OID_RT_PRO_QRY_PWRMGT_TEST -+ {1, &oid_null_function}, //0X1C OID_RT_RPO_ASYNC_RWIO_TEST -+ {1, &oid_null_function}, //0X1D OID_RT_RPO_ASYNC_RWIO_POLL -+ {1, &oid_rt_pro_set_rf_intfs_hdl}, //0X1E -+ {1, &oid_rt_poll_rx_status_hdl} //0X1F -+}; -+ -+struct oid_obj_priv oid_rtl_seg_87_11_20[] = -+{ -+ {1, &oid_rt_pro_cfg_debug_message_hdl}, //0x20 -+ {1, &oid_rt_pro_set_data_rate_ex_hdl}, //0x21 -+ {1, &oid_rt_pro_set_basic_rate_hdl}, //0x22 -+ {1, &oid_rt_pro_read_tssi_hdl}, //0x23 -+ {1, &oid_rt_pro_set_power_tracking_hdl} //0x24 -+}; -+ -+ -+struct oid_obj_priv oid_rtl_seg_87_11_50[] = -+{ -+ {1, &oid_rt_pro_qry_pwrstate_hdl}, //0x50 -+ {1, &oid_rt_pro_set_pwrstate_hdl} //0x51 -+}; -+ -+struct oid_obj_priv oid_rtl_seg_87_11_80[] = -+{ -+ {1, &oid_null_function} //0x80 -+}; -+ -+struct oid_obj_priv oid_rtl_seg_87_11_B0[] = -+{ -+ {1, &oid_null_function} //0xB0 -+}; -+ -+struct oid_obj_priv oid_rtl_seg_87_11_F0[] = -+{ -+ {1, &oid_null_function}, //0xF0 -+ {1, &oid_null_function}, //0xF1 -+ {1, &oid_null_function}, //0xF2 -+ {1, &oid_null_function}, //0xF3 -+ {1, &oid_null_function}, //0xF4 -+ {1, &oid_null_function}, //0xF5 -+ {1, &oid_null_function}, //0xF6 -+ {1, &oid_null_function}, //0xF7 -+ {1, &oid_null_function}, //0xF8 -+ {1, &oid_null_function}, //0xF9 -+ {1, &oid_null_function}, //0xFA -+ {1, &oid_rt_pro_h2c_set_rate_table_hdl}, //0xFB -+ {1, &oid_rt_pro_h2c_get_rate_table_hdl}, //0xFC -+ {1, &oid_null_function}, //0xFD -+ {1, &oid_null_function}, //0xFE OID_RT_PRO_H2C_C2H_LBK_TEST -+ {1, &oid_null_function} //0xFF -+ -+}; -+ -+struct oid_obj_priv oid_rtl_seg_87_12_00[]= -+{ -+ {1, &oid_rt_pro_encryption_ctrl_hdl}, //0x00 Q&S -+ {1, &oid_rt_pro_add_sta_info_hdl}, //0x01 S -+ {1, &oid_rt_pro_dele_sta_info_hdl}, //0x02 S -+ {1, &oid_rt_pro_query_dr_variable_hdl}, //0x03 Q -+ {1, &oid_rt_pro_rx_packet_type_hdl}, //0x04 Q,S -+ {1, &oid_rt_pro_read_efuse_hdl}, //0x05 Q OID_RT_PRO_READ_EFUSE -+ {1, &oid_rt_pro_write_efuse_hdl}, //0x06 S OID_RT_PRO_WRITE_EFUSE -+ {1, &oid_rt_pro_rw_efuse_pgpkt_hdl}, //0x07 Q,S -+ {1, &oid_rt_get_efuse_current_size_hdl}, //0x08 Q -+ {1, &oid_rt_set_bandwidth_hdl}, //0x09 -+ {1, &oid_rt_set_crystal_cap_hdl}, //0x0a -+ {1, &oid_rt_set_rx_packet_type_hdl}, //0x0b S -+ {1, &oid_rt_get_efuse_max_size_hdl}, //0x0c -+ {1, &oid_rt_pro_set_tx_agc_offset_hdl}, //0x0d -+ {1, &oid_rt_pro_set_pkt_test_mode_hdl}, //0x0e -+ {1, &oid_null_function}, //0x0f OID_RT_PRO_FOR_EVM_TEST_SETTING -+ {1, &oid_rt_get_thermal_meter_hdl}, //0x10 Q OID_RT_PRO_GET_THERMAL_METER -+ {1, &oid_rt_reset_phy_rx_packet_count_hdl}, //0x11 S OID_RT_RESET_PHY_RX_PACKET_COUNT -+ {1, &oid_rt_get_phy_rx_packet_received_hdl}, //0x12 Q OID_RT_GET_PHY_RX_PACKET_RECEIVED -+ {1, &oid_rt_get_phy_rx_packet_crc32_error_hdl}, //0x13 Q OID_RT_GET_PHY_RX_PACKET_CRC32_ERROR -+ {1, &oid_rt_set_power_down_hdl}, //0x14 Q OID_RT_SET_POWER_DOWN -+ {1, &oid_rt_get_power_mode_hdl} //0x15 Q OID_RT_GET_POWER_MODE -+}; -+ -+#else /* _RTL871X_MP_IOCTL_C_ */ -+ -+extern struct oid_obj_priv oid_rtl_seg_81_80_00[32]; -+extern struct oid_obj_priv oid_rtl_seg_81_80_20[16]; -+extern struct oid_obj_priv oid_rtl_seg_81_80_40[6]; -+extern struct oid_obj_priv oid_rtl_seg_81_80_80[3]; -+ -+extern struct oid_obj_priv oid_rtl_seg_81_85[1]; -+extern struct oid_obj_priv oid_rtl_seg_81_87[5]; -+ -+extern struct oid_obj_priv oid_rtl_seg_87_11_00[32]; -+extern struct oid_obj_priv oid_rtl_seg_87_11_20[5]; -+extern struct oid_obj_priv oid_rtl_seg_87_11_50[2]; -+extern struct oid_obj_priv oid_rtl_seg_87_11_80[1]; -+extern struct oid_obj_priv oid_rtl_seg_87_11_B0[1]; -+extern struct oid_obj_priv oid_rtl_seg_87_11_F0[16]; -+ -+extern struct oid_obj_priv oid_rtl_seg_87_12_00[32]; -+ -+#endif /* _RTL871X_MP_IOCTL_C_ */ -+ -+struct rwreg_param{ -+ u32 offset; -+ u32 width; -+ u32 value; -+}; -+ -+struct bbreg_param{ -+ u32 offset; -+ u32 phymask; -+ u32 value; -+}; -+/* -+struct rfchannel_param{ -+ u32 ch; -+ u32 modem; -+}; -+*/ -+struct txpower_param{ -+ u32 pwr_index; -+}; -+ -+ -+struct datarate_param{ -+ u32 rate_index; -+}; -+ -+ -+struct rfintfs_parm { -+ u32 rfintfs; -+}; -+ -+typedef struct _mp_xmit_parm_ { -+ u8 enable; -+ u32 count; -+ u16 length; -+ u8 payload_type; -+ u8 da[ETH_ALEN]; -+}MP_XMIT_PARM, *PMP_XMIT_PARM; -+ -+struct mp_xmit_packet { -+ u32 len; -+ u32 mem[MAX_MP_XMITBUF_SZ >> 2]; -+}; -+ -+struct psmode_param { -+ u32 ps_mode; -+ u32 smart_ps; -+}; -+ -+//for OID_RT_PRO_READ16_EEPROM & OID_RT_PRO_WRITE16_EEPROM -+struct eeprom_rw_param { -+ u32 offset; -+ u16 value; -+}; -+ -+struct mp_ioctl_handler { -+ u32 paramsize; -+ u32 (*handler)(struct oid_par_priv* poid_par_priv); -+ u32 oid; -+}; -+ -+struct mp_ioctl_param{ -+ u32 subcode; -+ u32 len; -+ u8 data[0]; -+}; -+ -+#define GEN_MP_IOCTL_SUBCODE(code) _MP_IOCTL_ ## code ## _CMD_ -+ -+enum RTL871X_MP_IOCTL_SUBCODE { -+ GEN_MP_IOCTL_SUBCODE(MP_START), /*0*/ -+ GEN_MP_IOCTL_SUBCODE(MP_STOP), -+ GEN_MP_IOCTL_SUBCODE(READ_REG), -+ GEN_MP_IOCTL_SUBCODE(WRITE_REG), -+ GEN_MP_IOCTL_SUBCODE(READ_BB_REG), -+ GEN_MP_IOCTL_SUBCODE(WRITE_BB_REG), /*5*/ -+ GEN_MP_IOCTL_SUBCODE(READ_RF_REG), -+ GEN_MP_IOCTL_SUBCODE(WRITE_RF_REG), -+ GEN_MP_IOCTL_SUBCODE(SET_CHANNEL), -+ GEN_MP_IOCTL_SUBCODE(SET_TXPOWER), -+ GEN_MP_IOCTL_SUBCODE(SET_DATARATE), /*10*/ -+ GEN_MP_IOCTL_SUBCODE(SET_BANDWIDTH), -+ GEN_MP_IOCTL_SUBCODE(SET_ANTENNA), -+ GEN_MP_IOCTL_SUBCODE(CNTU_TX), -+ GEN_MP_IOCTL_SUBCODE(SC_TX), -+ GEN_MP_IOCTL_SUBCODE(CS_TX), /*15*/ -+ GEN_MP_IOCTL_SUBCODE(ST_TX), -+ GEN_MP_IOCTL_SUBCODE(IOCTL_XMIT_PACKET), -+ GEN_MP_IOCTL_SUBCODE(SET_RX_PKT_TYPE), -+ GEN_MP_IOCTL_SUBCODE(RESET_PHY_RX_PKT_CNT), -+ GEN_MP_IOCTL_SUBCODE(GET_PHY_RX_PKT_RECV), /*20*/ -+ GEN_MP_IOCTL_SUBCODE(GET_PHY_RX_PKT_ERROR), -+ GEN_MP_IOCTL_SUBCODE(READ16_EEPROM), -+ GEN_MP_IOCTL_SUBCODE(WRITE16_EEPROM), -+ GEN_MP_IOCTL_SUBCODE(EFUSE), -+ GEN_MP_IOCTL_SUBCODE(EFUSE_MAP), /*25*/ -+ GEN_MP_IOCTL_SUBCODE(GET_EFUSE_MAX_SIZE), -+ GEN_MP_IOCTL_SUBCODE(GET_EFUSE_CURRENT_SIZE), -+ GEN_MP_IOCTL_SUBCODE(GET_THERMAL_METER), -+ GEN_MP_IOCTL_SUBCODE(SET_PTM), -+ GEN_MP_IOCTL_SUBCODE(SET_POWER_DOWN), /*30*/ -+ GEN_MP_IOCTL_SUBCODE(TRIGGER_GPIO), -+ GEN_MP_IOCTL_SUBCODE(SET_DM_BT), /*32*/ -+ GEN_MP_IOCTL_SUBCODE(DEL_BA), /*33*/ -+ GEN_MP_IOCTL_SUBCODE(GET_WIFI_STATUS), /*34*/ -+ MAX_MP_IOCTL_SUBCODE, -+}; -+ -+u32 mp_ioctl_xmit_packet_hdl(struct oid_par_priv* poid_par_priv); -+ -+#ifdef _RTW_MP_IOCTL_C_ -+ -+#define GEN_MP_IOCTL_HANDLER(sz, hdl, oid) {sz, hdl, oid}, -+ -+#define EXT_MP_IOCTL_HANDLER(sz, subcode, oid) {sz, mp_ioctl_ ## subcode ## _hdl, oid}, -+ -+ -+struct mp_ioctl_handler mp_ioctl_hdl[] = { -+ -+/*0*/ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_start_test_hdl, OID_RT_PRO_START_TEST) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_stop_test_hdl, OID_RT_PRO_STOP_TEST) -+ -+ GEN_MP_IOCTL_HANDLER(sizeof(struct rwreg_param), oid_rt_pro_read_register_hdl, OID_RT_PRO_READ_REGISTER) -+ GEN_MP_IOCTL_HANDLER(sizeof(struct rwreg_param), oid_rt_pro_write_register_hdl, OID_RT_PRO_WRITE_REGISTER) -+ GEN_MP_IOCTL_HANDLER(sizeof(struct bb_reg_param), oid_rt_pro_read_bb_reg_hdl, OID_RT_PRO_READ_BB_REG) -+/*5*/ GEN_MP_IOCTL_HANDLER(sizeof(struct bb_reg_param), oid_rt_pro_write_bb_reg_hdl, OID_RT_PRO_WRITE_BB_REG) -+ GEN_MP_IOCTL_HANDLER(sizeof(struct rf_reg_param), oid_rt_pro_read_rf_reg_hdl, OID_RT_PRO_RF_READ_REGISTRY) -+ GEN_MP_IOCTL_HANDLER(sizeof(struct rf_reg_param), oid_rt_pro_write_rf_reg_hdl, OID_RT_PRO_RF_WRITE_REGISTRY) -+ -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_set_channel_direct_call_hdl, OID_RT_PRO_SET_CHANNEL_DIRECT_CALL) -+ GEN_MP_IOCTL_HANDLER(sizeof(struct txpower_param), oid_rt_pro_set_tx_power_control_hdl, OID_RT_PRO_SET_TX_POWER_CONTROL) -+/*10*/ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_set_data_rate_hdl, OID_RT_PRO_SET_DATA_RATE) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_set_bandwidth_hdl, OID_RT_SET_BANDWIDTH) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_set_antenna_bb_hdl, OID_RT_PRO_SET_ANTENNA_BB) -+ -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_set_continuous_tx_hdl, OID_RT_PRO_SET_CONTINUOUS_TX) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_set_single_carrier_tx_hdl, OID_RT_PRO_SET_SINGLE_CARRIER_TX) -+/*15*/ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_set_carrier_suppression_tx_hdl, OID_RT_PRO_SET_CARRIER_SUPPRESSION_TX) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_pro_set_single_tone_tx_hdl, OID_RT_PRO_SET_SINGLE_TONE_TX) -+ -+ EXT_MP_IOCTL_HANDLER(0, xmit_packet, 0) -+ -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_set_rx_packet_type_hdl, OID_RT_SET_RX_PACKET_TYPE) -+ GEN_MP_IOCTL_HANDLER(0, oid_rt_reset_phy_rx_packet_count_hdl, OID_RT_RESET_PHY_RX_PACKET_COUNT) -+/*20*/ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_get_phy_rx_packet_received_hdl, OID_RT_GET_PHY_RX_PACKET_RECEIVED) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_get_phy_rx_packet_crc32_error_hdl, OID_RT_GET_PHY_RX_PACKET_CRC32_ERROR) -+ -+ GEN_MP_IOCTL_HANDLER(sizeof(struct eeprom_rw_param), NULL, 0) -+ GEN_MP_IOCTL_HANDLER(sizeof(struct eeprom_rw_param), NULL, 0) -+ GEN_MP_IOCTL_HANDLER(sizeof(EFUSE_ACCESS_STRUCT), oid_rt_pro_efuse_hdl, OID_RT_PRO_EFUSE) -+/*25*/ GEN_MP_IOCTL_HANDLER(0, oid_rt_pro_efuse_map_hdl, OID_RT_PRO_EFUSE_MAP) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_get_efuse_max_size_hdl, OID_RT_GET_EFUSE_MAX_SIZE) -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_get_efuse_current_size_hdl, OID_RT_GET_EFUSE_CURRENT_SIZE) -+ -+ GEN_MP_IOCTL_HANDLER(sizeof(u32), oid_rt_get_thermal_meter_hdl, OID_RT_PRO_GET_THERMAL_METER) -+ GEN_MP_IOCTL_HANDLER(sizeof(u8), oid_rt_pro_set_power_tracking_hdl, OID_RT_PRO_SET_POWER_TRACKING) -+/*30*/ GEN_MP_IOCTL_HANDLER(sizeof(u8), oid_rt_set_power_down_hdl, OID_RT_SET_POWER_DOWN) -+/*31*/ GEN_MP_IOCTL_HANDLER(0, oid_rt_pro_trigger_gpio_hdl, 0) -+ GEN_MP_IOCTL_HANDLER(0, NULL, 0) -+ GEN_MP_IOCTL_HANDLER(0, NULL, 0) -+ GEN_MP_IOCTL_HANDLER(0, NULL, 0) -+}; -+ -+#else /* _RTW_MP_IOCTL_C_ */ -+ -+extern struct mp_ioctl_handler mp_ioctl_hdl[]; -+ -+#endif /* _RTW_MP_IOCTL_C_ */ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_mp_phy_regdef.h linux/3rdparty/rtl8812au/include/rtw_mp_phy_regdef.h ---- linux.old/3rdparty/rtl8812au/include/rtw_mp_phy_regdef.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_mp_phy_regdef.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,1100 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/***************************************************************************** -+ * -+ * Module: __RTW_MP_PHY_REGDEF_H_ -+ * -+ * -+ * Note: 1. Define PMAC/BB register map -+ * 2. Define RF register map -+ * 3. PMAC/BB register bit mask. -+ * 4. RF reg bit mask. -+ * 5. Other BB/RF relative definition. -+ * -+ * -+ * Export: Constants, macro, functions(API), global variables(None). -+ * -+ * Abbrev: -+ * -+ * History: -+ * Data Who Remark -+ * 08/07/2007 MHC 1. Porting from 9x series PHYCFG.h. -+ * 2. Reorganize code architecture. -+ * 09/25/2008 MH 1. Add RL6052 register definition -+ * -+ *****************************************************************************/ -+#ifndef __RTW_MP_PHY_REGDEF_H_ -+#define __RTW_MP_PHY_REGDEF_H_ -+ -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+//============================================================ -+// 8192S Regsiter offset definition -+//============================================================ -+ -+// -+// BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 -+// 3. RF register 0x00-2E -+// 4. Bit Mask for BB/RF register -+// 5. Other defintion for BB/RF R/W -+// -+ -+ -+// -+// 1. PMAC duplicate register due to connection: RF_Mode, TRxRN, NumOf L-STF -+// 1. Page1(0x100) -+// -+#define rPMAC_Reset 0x100 -+#define rPMAC_TxStart 0x104 -+#define rPMAC_TxLegacySIG 0x108 -+#define rPMAC_TxHTSIG1 0x10c -+#define rPMAC_TxHTSIG2 0x110 -+#define rPMAC_PHYDebug 0x114 -+#define rPMAC_TxPacketNum 0x118 -+#define rPMAC_TxIdle 0x11c -+#define rPMAC_TxMACHeader0 0x120 -+#define rPMAC_TxMACHeader1 0x124 -+#define rPMAC_TxMACHeader2 0x128 -+#define rPMAC_TxMACHeader3 0x12c -+#define rPMAC_TxMACHeader4 0x130 -+#define rPMAC_TxMACHeader5 0x134 -+#define rPMAC_TxDataType 0x138 -+#define rPMAC_TxRandomSeed 0x13c -+#define rPMAC_CCKPLCPPreamble 0x140 -+#define rPMAC_CCKPLCPHeader 0x144 -+#define rPMAC_CCKCRC16 0x148 -+#define rPMAC_OFDMRxCRC32OK 0x170 -+#define rPMAC_OFDMRxCRC32Er 0x174 -+#define rPMAC_OFDMRxParityEr 0x178 -+#define rPMAC_OFDMRxCRC8Er 0x17c -+#define rPMAC_CCKCRxRC16Er 0x180 -+#define rPMAC_CCKCRxRC32Er 0x184 -+#define rPMAC_CCKCRxRC32OK 0x188 -+#define rPMAC_TxStatus 0x18c -+ -+// -+// 2. Page2(0x200) -+// -+// The following two definition are only used for USB interface. -+//#define RF_BB_CMD_ADDR 0x02c0 // RF/BB read/write command address. -+//#define RF_BB_CMD_DATA 0x02c4 // RF/BB read/write command data. -+ -+// -+// 3. Page8(0x800) -+// -+#define rFPGA0_RFMOD 0x800 //RF mode & CCK TxSC // RF BW Setting?? -+ -+#define rFPGA0_TxInfo 0x804 // Status report?? -+#define rFPGA0_PSDFunction 0x808 -+ -+#define rFPGA0_TxGainStage 0x80c // Set TX PWR init gain? -+ -+#define rFPGA0_RFTiming1 0x810 // Useless now -+#define rFPGA0_RFTiming2 0x814 -+//#define rFPGA0_XC_RFTiming 0x818 -+//#define rFPGA0_XD_RFTiming 0x81c -+ -+#define rFPGA0_XA_HSSIParameter1 0x820 // RF 3 wire register -+#define rFPGA0_XA_HSSIParameter2 0x824 -+#define rFPGA0_XB_HSSIParameter1 0x828 -+#define rFPGA0_XB_HSSIParameter2 0x82c -+#define rFPGA0_XC_HSSIParameter1 0x830 -+#define rFPGA0_XC_HSSIParameter2 0x834 -+#define rFPGA0_XD_HSSIParameter1 0x838 -+#define rFPGA0_XD_HSSIParameter2 0x83c -+#define rFPGA0_XA_LSSIParameter 0x840 -+#define rFPGA0_XB_LSSIParameter 0x844 -+#define rFPGA0_XC_LSSIParameter 0x848 -+#define rFPGA0_XD_LSSIParameter 0x84c -+ -+#define rFPGA0_RFWakeUpParameter 0x850 // Useless now -+#define rFPGA0_RFSleepUpParameter 0x854 -+ -+#define rFPGA0_XAB_SwitchControl 0x858 // RF Channel switch -+#define rFPGA0_XCD_SwitchControl 0x85c -+ -+#define rFPGA0_XA_RFInterfaceOE 0x860 // RF Channel switch -+#define rFPGA0_XB_RFInterfaceOE 0x864 -+#define rFPGA0_XC_RFInterfaceOE 0x868 -+#define rFPGA0_XD_RFInterfaceOE 0x86c -+ -+#define rFPGA0_XAB_RFInterfaceSW 0x870 // RF Interface Software Control -+#define rFPGA0_XCD_RFInterfaceSW 0x874 -+ -+#define rFPGA0_XAB_RFParameter 0x878 // RF Parameter -+#define rFPGA0_XCD_RFParameter 0x87c -+ -+#define rFPGA0_AnalogParameter1 0x880 // Crystal cap setting RF-R/W protection for parameter4?? -+#define rFPGA0_AnalogParameter2 0x884 -+#define rFPGA0_AnalogParameter3 0x888 // Useless now -+#define rFPGA0_AnalogParameter4 0x88c -+ -+#define rFPGA0_XA_LSSIReadBack 0x8a0 // Tranceiver LSSI Readback -+#define rFPGA0_XB_LSSIReadBack 0x8a4 -+#define rFPGA0_XC_LSSIReadBack 0x8a8 -+#define rFPGA0_XD_LSSIReadBack 0x8ac -+ -+#define rFPGA0_PSDReport 0x8b4 // Useless now -+#define rFPGA0_XAB_RFInterfaceRB 0x8e0 // Useless now // RF Interface Readback Value -+#define rFPGA0_XCD_RFInterfaceRB 0x8e4 // Useless now -+ -+// -+// 4. Page9(0x900) -+// -+#define rFPGA1_RFMOD 0x900 //RF mode & OFDM TxSC // RF BW Setting?? -+ -+#define rFPGA1_TxBlock 0x904 // Useless now -+#define rFPGA1_DebugSelect 0x908 // Useless now -+#define rFPGA1_TxInfo 0x90c // Useless now // Status report?? -+#define rS0S1_PathSwitch 0x948 -+ -+// -+// 5. PageA(0xA00) -+// -+// Set Control channel to upper or lower. These settings are required only for 40MHz -+#define rCCK0_System 0xa00 -+ -+#define rCCK0_AFESetting 0xa04 // Disable init gain now // Select RX path by RSSI -+#define rCCK0_CCA 0xa08 // Disable init gain now // Init gain -+ -+#define rCCK0_RxAGC1 0xa0c //AGC default value, saturation level // Antenna Diversity, RX AGC, LNA Threshold, RX LNA Threshold useless now. Not the same as 90 series -+#define rCCK0_RxAGC2 0xa10 //AGC & DAGC -+ -+#define rCCK0_RxHP 0xa14 -+ -+#define rCCK0_DSPParameter1 0xa18 //Timing recovery & Channel estimation threshold -+#define rCCK0_DSPParameter2 0xa1c //SQ threshold -+ -+#define rCCK0_TxFilter1 0xa20 -+#define rCCK0_TxFilter2 0xa24 -+#define rCCK0_DebugPort 0xa28 //debug port and Tx filter3 -+#define rCCK0_FalseAlarmReport 0xa2c //0xa2d useless now 0xa30-a4f channel report -+#define rCCK0_TRSSIReport 0xa50 -+#define rCCK0_RxReport 0xa54 //0xa57 -+#define rCCK0_FACounterLower 0xa5c //0xa5b -+#define rCCK0_FACounterUpper 0xa58 //0xa5c -+ -+// -+// 6. PageC(0xC00) -+// -+#define rOFDM0_LSTF 0xc00 -+ -+#define rOFDM0_TRxPathEnable 0xc04 -+#define rOFDM0_TRMuxPar 0xc08 -+#define rOFDM0_TRSWIsolation 0xc0c -+ -+#define rOFDM0_XARxAFE 0xc10 //RxIQ DC offset, Rx digital filter, DC notch filter -+#define rOFDM0_XARxIQImbalance 0xc14 //RxIQ imblance matrix -+#define rOFDM0_XBRxAFE 0xc18 -+#define rOFDM0_XBRxIQImbalance 0xc1c -+#define rOFDM0_XCRxAFE 0xc20 -+#define rOFDM0_XCRxIQImbalance 0xc24 -+#define rOFDM0_XDRxAFE 0xc28 -+#define rOFDM0_XDRxIQImbalance 0xc2c -+ -+#define rOFDM0_RxDetector1 0xc30 //PD,BW & SBD // DM tune init gain -+#define rOFDM0_RxDetector2 0xc34 //SBD & Fame Sync. -+#define rOFDM0_RxDetector3 0xc38 //Frame Sync. -+#define rOFDM0_RxDetector4 0xc3c //PD, SBD, Frame Sync & Short-GI -+ -+#define rOFDM0_RxDSP 0xc40 //Rx Sync Path -+#define rOFDM0_CFOandDAGC 0xc44 //CFO & DAGC -+#define rOFDM0_CCADropThreshold 0xc48 //CCA Drop threshold -+#define rOFDM0_ECCAThreshold 0xc4c // energy CCA -+ -+#define rOFDM0_XAAGCCore1 0xc50 // DIG -+#define rOFDM0_XAAGCCore2 0xc54 -+#define rOFDM0_XBAGCCore1 0xc58 -+#define rOFDM0_XBAGCCore2 0xc5c -+#define rOFDM0_XCAGCCore1 0xc60 -+#define rOFDM0_XCAGCCore2 0xc64 -+#define rOFDM0_XDAGCCore1 0xc68 -+#define rOFDM0_XDAGCCore2 0xc6c -+ -+#define rOFDM0_AGCParameter1 0xc70 -+#define rOFDM0_AGCParameter2 0xc74 -+#define rOFDM0_AGCRSSITable 0xc78 -+#define rOFDM0_HTSTFAGC 0xc7c -+ -+#define rOFDM0_XATxIQImbalance 0xc80 // TX PWR TRACK and DIG -+#define rOFDM0_XATxAFE 0xc84 -+#define rOFDM0_XBTxIQImbalance 0xc88 -+#define rOFDM0_XBTxAFE 0xc8c -+#define rOFDM0_XCTxIQImbalance 0xc90 -+#define rOFDM0_XCTxAFE 0xc94 -+#define rOFDM0_XDTxIQImbalance 0xc98 -+#define rOFDM0_XDTxAFE 0xc9c -+#define rOFDM0_RxIQExtAnta 0xca0 -+ -+#define rOFDM0_RxHPParameter 0xce0 -+#define rOFDM0_TxPseudoNoiseWgt 0xce4 -+#define rOFDM0_FrameSync 0xcf0 -+#define rOFDM0_DFSReport 0xcf4 -+#define rOFDM0_TxCoeff1 0xca4 -+#define rOFDM0_TxCoeff2 0xca8 -+#define rOFDM0_TxCoeff3 0xcac -+#define rOFDM0_TxCoeff4 0xcb0 -+#define rOFDM0_TxCoeff5 0xcb4 -+#define rOFDM0_TxCoeff6 0xcb8 -+ -+ -+// -+// 7. PageD(0xD00) -+// -+#define rOFDM1_LSTF 0xd00 -+#define rOFDM1_TRxPathEnable 0xd04 -+ -+#define rOFDM1_CFO 0xd08 // No setting now -+#define rOFDM1_CSI1 0xd10 -+#define rOFDM1_SBD 0xd14 -+#define rOFDM1_CSI2 0xd18 -+#define rOFDM1_CFOTracking 0xd2c -+#define rOFDM1_TRxMesaure1 0xd34 -+#define rOFDM1_IntfDet 0xd3c -+#define rOFDM1_PseudoNoiseStateAB 0xd50 -+#define rOFDM1_PseudoNoiseStateCD 0xd54 -+#define rOFDM1_RxPseudoNoiseWgt 0xd58 -+ -+#define rOFDM_PHYCounter1 0xda0 //cca, parity fail -+#define rOFDM_PHYCounter2 0xda4 //rate illegal, crc8 fail -+#define rOFDM_PHYCounter3 0xda8 //MCS not support -+ -+#define rOFDM_ShortCFOAB 0xdac // No setting now -+#define rOFDM_ShortCFOCD 0xdb0 -+#define rOFDM_LongCFOAB 0xdb4 -+#define rOFDM_LongCFOCD 0xdb8 -+#define rOFDM_TailCFOAB 0xdbc -+#define rOFDM_TailCFOCD 0xdc0 -+#define rOFDM_PWMeasure1 0xdc4 -+#define rOFDM_PWMeasure2 0xdc8 -+#define rOFDM_BWReport 0xdcc -+#define rOFDM_AGCReport 0xdd0 -+#define rOFDM_RxSNR 0xdd4 -+#define rOFDM_RxEVMCSI 0xdd8 -+#define rOFDM_SIGReport 0xddc -+ -+ -+// -+// 8. PageE(0xE00) -+// -+#define rTxAGC_Rate18_06 0xe00 -+#define rTxAGC_Rate54_24 0xe04 -+#define rTxAGC_CCK_Mcs32 0xe08 -+#define rTxAGC_Mcs03_Mcs00 0xe10 -+#define rTxAGC_Mcs07_Mcs04 0xe14 -+#define rTxAGC_Mcs11_Mcs08 0xe18 -+#define rTxAGC_Mcs15_Mcs12 0xe1c -+ -+// Analog- control in RX_WAIT_CCA : REG: EE0 [Analog- Power & Control Register] -+#define rRx_Wait_CCCA 0xe70 -+#define rAnapar_Ctrl_BB 0xee0 -+ -+// -+// 7. RF Register 0x00-0x2E (RF 8256) -+// RF-0222D 0x00-3F -+// -+//Zebra1 -+#define RTL92SE_FPGA_VERIFY 0 -+#define rZebra1_HSSIEnable 0x0 // Useless now -+#define rZebra1_TRxEnable1 0x1 -+#define rZebra1_TRxEnable2 0x2 -+#define rZebra1_AGC 0x4 -+#define rZebra1_ChargePump 0x5 -+//#if (RTL92SE_FPGA_VERIFY == 1) -+#define rZebra1_Channel 0x7 // RF channel switch -+//#else -+ -+//#endif -+#define rZebra1_TxGain 0x8 // Useless now -+#define rZebra1_TxLPF 0x9 -+#define rZebra1_RxLPF 0xb -+#define rZebra1_RxHPFCorner 0xc -+ -+//Zebra4 -+#define rGlobalCtrl 0 // Useless now -+#define rRTL8256_TxLPF 19 -+#define rRTL8256_RxLPF 11 -+ -+//RTL8258 -+#define rRTL8258_TxLPF 0x11 // Useless now -+#define rRTL8258_RxLPF 0x13 -+#define rRTL8258_RSSILPF 0xa -+ -+// -+// RL6052 Register definition -+// -+#define RF_AC 0x00 // -+ -+#define RF_IQADJ_G1 0x01 // -+#define RF_IQADJ_G2 0x02 // -+#define RF_POW_TRSW 0x05 // -+ -+#define RF_GAIN_RX 0x06 // -+#define RF_GAIN_TX 0x07 // -+ -+#define RF_TXM_IDAC 0x08 // -+#define RF_BS_IQGEN 0x0F // -+ -+#define RF_MODE1 0x10 // -+#define RF_MODE2 0x11 // -+ -+#define RF_RX_AGC_HP 0x12 // -+#define RF_TX_AGC 0x13 // -+#define RF_BIAS 0x14 // -+#define RF_IPA 0x15 // -+#define RF_TXBIAS 0x16 // -+#define RF_POW_ABILITY 0x17 // -+#define RF_MODE_AG 0x18 // -+#define rRfChannel 0x18 // RF channel and BW switch -+#define RF_CHNLBW 0x18 // RF channel and BW switch -+#define RF_TOP 0x19 // -+ -+#define RF_RX_G1 0x1A // -+#define RF_RX_G2 0x1B // -+ -+#define RF_RX_BB2 0x1C // -+#define RF_RX_BB1 0x1D // -+ -+#define RF_RCK1 0x1E // -+#define RF_RCK2 0x1F // -+ -+#define RF_TX_G1 0x20 // -+#define RF_TX_G2 0x21 // -+#define RF_TX_G3 0x22 // -+ -+#define RF_TX_BB1 0x23 // -+ -+#define RF_T_METER 0x24 // -+ -+#define RF_SYN_G1 0x25 // RF TX Power control -+#define RF_SYN_G2 0x26 // RF TX Power control -+#define RF_SYN_G3 0x27 // RF TX Power control -+#define RF_SYN_G4 0x28 // RF TX Power control -+#define RF_SYN_G5 0x29 // RF TX Power control -+#define RF_SYN_G6 0x2A // RF TX Power control -+#define RF_SYN_G7 0x2B // RF TX Power control -+#define RF_SYN_G8 0x2C // RF TX Power control -+ -+#define RF_RCK_OS 0x30 // RF TX PA control -+ -+#define RF_TXPA_G1 0x31 // RF TX PA control -+#define RF_TXPA_G2 0x32 // RF TX PA control -+#define RF_TXPA_G3 0x33 // RF TX PA control -+ -+// -+//Bit Mask -+// -+// 1. Page1(0x100) -+#define bBBResetB 0x100 // Useless now? -+#define bGlobalResetB 0x200 -+#define bOFDMTxStart 0x4 -+#define bCCKTxStart 0x8 -+#define bCRC32Debug 0x100 -+#define bPMACLoopback 0x10 -+#define bTxLSIG 0xffffff -+#define bOFDMTxRate 0xf -+#define bOFDMTxReserved 0x10 -+#define bOFDMTxLength 0x1ffe0 -+#define bOFDMTxParity 0x20000 -+#define bTxHTSIG1 0xffffff -+#define bTxHTMCSRate 0x7f -+#define bTxHTBW 0x80 -+#define bTxHTLength 0xffff00 -+#define bTxHTSIG2 0xffffff -+#define bTxHTSmoothing 0x1 -+#define bTxHTSounding 0x2 -+#define bTxHTReserved 0x4 -+#define bTxHTAggreation 0x8 -+#define bTxHTSTBC 0x30 -+#define bTxHTAdvanceCoding 0x40 -+#define bTxHTShortGI 0x80 -+#define bTxHTNumberHT_LTF 0x300 -+#define bTxHTCRC8 0x3fc00 -+#define bCounterReset 0x10000 -+#define bNumOfOFDMTx 0xffff -+#define bNumOfCCKTx 0xffff0000 -+#define bTxIdleInterval 0xffff -+#define bOFDMService 0xffff0000 -+#define bTxMACHeader 0xffffffff -+#define bTxDataInit 0xff -+#define bTxHTMode 0x100 -+#define bTxDataType 0x30000 -+#define bTxRandomSeed 0xffffffff -+#define bCCKTxPreamble 0x1 -+#define bCCKTxSFD 0xffff0000 -+#define bCCKTxSIG 0xff -+#define bCCKTxService 0xff00 -+#define bCCKLengthExt 0x8000 -+#define bCCKTxLength 0xffff0000 -+#define bCCKTxCRC16 0xffff -+#define bCCKTxStatus 0x1 -+#define bOFDMTxStatus 0x2 -+ -+#define IS_BB_REG_OFFSET_92S(_Offset) ((_Offset >= 0x800) && (_Offset <= 0xfff)) -+ -+// 2. Page8(0x800) -+#define bRFMOD 0x1 // Reg 0x800 rFPGA0_RFMOD -+#define bJapanMode 0x2 -+#define bCCKTxSC 0x30 -+#define bCCKEn 0x1000000 -+#define bOFDMEn 0x2000000 -+ -+#define bOFDMRxADCPhase 0x10000 // Useless now -+#define bOFDMTxDACPhase 0x40000 -+#define bXATxAGC 0x3f -+ -+#define bXBTxAGC 0xf00 // Reg 80c rFPGA0_TxGainStage -+#define bXCTxAGC 0xf000 -+#define bXDTxAGC 0xf0000 -+ -+#define bPAStart 0xf0000000 // Useless now -+#define bTRStart 0x00f00000 -+#define bRFStart 0x0000f000 -+#define bBBStart 0x000000f0 -+#define bBBCCKStart 0x0000000f -+#define bPAEnd 0xf //Reg0x814 -+#define bTREnd 0x0f000000 -+#define bRFEnd 0x000f0000 -+#define bCCAMask 0x000000f0 //T2R -+#define bR2RCCAMask 0x00000f00 -+#define bHSSI_R2TDelay 0xf8000000 -+#define bHSSI_T2RDelay 0xf80000 -+#define bContTxHSSI 0x400 //chane gain at continue Tx -+#define bIGFromCCK 0x200 -+#define bAGCAddress 0x3f -+#define bRxHPTx 0x7000 -+#define bRxHPT2R 0x38000 -+#define bRxHPCCKIni 0xc0000 -+#define bAGCTxCode 0xc00000 -+#define bAGCRxCode 0x300000 -+ -+#define b3WireDataLength 0x800 // Reg 0x820~84f rFPGA0_XA_HSSIParameter1 -+#define b3WireAddressLength 0x400 -+ -+#define b3WireRFPowerDown 0x1 // Useless now -+//#define bHWSISelect 0x8 -+#define b5GPAPEPolarity 0x40000000 -+#define b2GPAPEPolarity 0x80000000 -+#define bRFSW_TxDefaultAnt 0x3 -+#define bRFSW_TxOptionAnt 0x30 -+#define bRFSW_RxDefaultAnt 0x300 -+#define bRFSW_RxOptionAnt 0x3000 -+#define bRFSI_3WireData 0x1 -+#define bRFSI_3WireClock 0x2 -+#define bRFSI_3WireLoad 0x4 -+#define bRFSI_3WireRW 0x8 -+#define bRFSI_3Wire 0xf -+ -+#define bRFSI_RFENV 0x10 // Reg 0x870 rFPGA0_XAB_RFInterfaceSW -+ -+#define bRFSI_TRSW 0x20 // Useless now -+#define bRFSI_TRSWB 0x40 -+#define bRFSI_ANTSW 0x100 -+#define bRFSI_ANTSWB 0x200 -+#define bRFSI_PAPE 0x400 -+#define bRFSI_PAPE5G 0x800 -+#define bBandSelect 0x1 -+#define bHTSIG2_GI 0x80 -+#define bHTSIG2_Smoothing 0x01 -+#define bHTSIG2_Sounding 0x02 -+#define bHTSIG2_Aggreaton 0x08 -+#define bHTSIG2_STBC 0x30 -+#define bHTSIG2_AdvCoding 0x40 -+#define bHTSIG2_NumOfHTLTF 0x300 -+#define bHTSIG2_CRC8 0x3fc -+#define bHTSIG1_MCS 0x7f -+#define bHTSIG1_BandWidth 0x80 -+#define bHTSIG1_HTLength 0xffff -+#define bLSIG_Rate 0xf -+#define bLSIG_Reserved 0x10 -+#define bLSIG_Length 0x1fffe -+#define bLSIG_Parity 0x20 -+#define bCCKRxPhase 0x4 -+#if (RTL92SE_FPGA_VERIFY == 1) -+#define bLSSIReadAddress 0x3f000000 //LSSI "Read" Address // Reg 0x824 rFPGA0_XA_HSSIParameter2 -+#else -+#define bLSSIReadAddress 0x7f800000 // T65 RF -+#endif -+#define bLSSIReadEdge 0x80000000 //LSSI "Read" edge signal -+#if (RTL92SE_FPGA_VERIFY == 1) -+#define bLSSIReadBackData 0xfff // Reg 0x8a0 rFPGA0_XA_LSSIReadBack -+#else -+#define bLSSIReadBackData 0xfffff // T65 RF -+#endif -+#define bLSSIReadOKFlag 0x1000 // Useless now -+#define bCCKSampleRate 0x8 //0: 44MHz, 1:88MHz -+#define bRegulator0Standby 0x1 -+#define bRegulatorPLLStandby 0x2 -+#define bRegulator1Standby 0x4 -+#define bPLLPowerUp 0x8 -+#define bDPLLPowerUp 0x10 -+#define bDA10PowerUp 0x20 -+#define bAD7PowerUp 0x200 -+#define bDA6PowerUp 0x2000 -+#define bXtalPowerUp 0x4000 -+#define b40MDClkPowerUP 0x8000 -+#define bDA6DebugMode 0x20000 -+#define bDA6Swing 0x380000 -+ -+#define bADClkPhase 0x4000000 // Reg 0x880 rFPGA0_AnalogParameter1 20/40 CCK support switch 40/80 BB MHZ -+ -+#define b80MClkDelay 0x18000000 // Useless -+#define bAFEWatchDogEnable 0x20000000 -+ -+#define bXtalCap01 0xc0000000 // Reg 0x884 rFPGA0_AnalogParameter2 Crystal cap -+#define bXtalCap23 0x3 -+#define bXtalCap92x 0x0f000000 -+#define bXtalCap 0x0f000000 -+ -+#define bIntDifClkEnable 0x400 // Useless -+#define bExtSigClkEnable 0x800 -+#define bBandgapMbiasPowerUp 0x10000 -+#define bAD11SHGain 0xc0000 -+#define bAD11InputRange 0x700000 -+#define bAD11OPCurrent 0x3800000 -+#define bIPathLoopback 0x4000000 -+#define bQPathLoopback 0x8000000 -+#define bAFELoopback 0x10000000 -+#define bDA10Swing 0x7e0 -+#define bDA10Reverse 0x800 -+#define bDAClkSource 0x1000 -+#define bAD7InputRange 0x6000 -+#define bAD7Gain 0x38000 -+#define bAD7OutputCMMode 0x40000 -+#define bAD7InputCMMode 0x380000 -+#define bAD7Current 0xc00000 -+#define bRegulatorAdjust 0x7000000 -+#define bAD11PowerUpAtTx 0x1 -+#define bDA10PSAtTx 0x10 -+#define bAD11PowerUpAtRx 0x100 -+#define bDA10PSAtRx 0x1000 -+#define bCCKRxAGCFormat 0x200 -+#define bPSDFFTSamplepPoint 0xc000 -+#define bPSDAverageNum 0x3000 -+#define bIQPathControl 0xc00 -+#define bPSDFreq 0x3ff -+#define bPSDAntennaPath 0x30 -+#define bPSDIQSwitch 0x40 -+#define bPSDRxTrigger 0x400000 -+#define bPSDTxTrigger 0x80000000 -+#define bPSDSineToneScale 0x7f000000 -+#define bPSDReport 0xffff -+ -+// 3. Page9(0x900) -+#define bOFDMTxSC 0x30000000 // Useless -+#define bCCKTxOn 0x1 -+#define bOFDMTxOn 0x2 -+#define bDebugPage 0xfff //reset debug page and also HWord, LWord -+#define bDebugItem 0xff //reset debug page and LWord -+#define bAntL 0x10 -+#define bAntNonHT 0x100 -+#define bAntHT1 0x1000 -+#define bAntHT2 0x10000 -+#define bAntHT1S1 0x100000 -+#define bAntNonHTS1 0x1000000 -+ -+// 4. PageA(0xA00) -+#define bCCKBBMode 0x3 // Useless -+#define bCCKTxPowerSaving 0x80 -+#define bCCKRxPowerSaving 0x40 -+ -+#define bCCKSideBand 0x10 // Reg 0xa00 rCCK0_System 20/40 switch -+ -+#define bCCKScramble 0x8 // Useless -+#define bCCKAntDiversity 0x8000 -+#define bCCKCarrierRecovery 0x4000 -+#define bCCKTxRate 0x3000 -+#define bCCKDCCancel 0x0800 -+#define bCCKISICancel 0x0400 -+#define bCCKMatchFilter 0x0200 -+#define bCCKEqualizer 0x0100 -+#define bCCKPreambleDetect 0x800000 -+#define bCCKFastFalseCCA 0x400000 -+#define bCCKChEstStart 0x300000 -+#define bCCKCCACount 0x080000 -+#define bCCKcs_lim 0x070000 -+#define bCCKBistMode 0x80000000 -+#define bCCKCCAMask 0x40000000 -+#define bCCKTxDACPhase 0x4 -+#define bCCKRxADCPhase 0x20000000 //r_rx_clk -+#define bCCKr_cp_mode0 0x0100 -+#define bCCKTxDCOffset 0xf0 -+#define bCCKRxDCOffset 0xf -+#define bCCKCCAMode 0xc000 -+#define bCCKFalseCS_lim 0x3f00 -+#define bCCKCS_ratio 0xc00000 -+#define bCCKCorgBit_sel 0x300000 -+#define bCCKPD_lim 0x0f0000 -+#define bCCKNewCCA 0x80000000 -+#define bCCKRxHPofIG 0x8000 -+#define bCCKRxIG 0x7f00 -+#define bCCKLNAPolarity 0x800000 -+#define bCCKRx1stGain 0x7f0000 -+#define bCCKRFExtend 0x20000000 //CCK Rx Iinital gain polarity -+#define bCCKRxAGCSatLevel 0x1f000000 -+#define bCCKRxAGCSatCount 0xe0 -+#define bCCKRxRFSettle 0x1f //AGCsamp_dly -+#define bCCKFixedRxAGC 0x8000 -+//#define bCCKRxAGCFormat 0x4000 //remove to HSSI register 0x824 -+#define bCCKAntennaPolarity 0x2000 -+#define bCCKTxFilterType 0x0c00 -+#define bCCKRxAGCReportType 0x0300 -+#define bCCKRxDAGCEn 0x80000000 -+#define bCCKRxDAGCPeriod 0x20000000 -+#define bCCKRxDAGCSatLevel 0x1f000000 -+#define bCCKTimingRecovery 0x800000 -+#define bCCKTxC0 0x3f0000 -+#define bCCKTxC1 0x3f000000 -+#define bCCKTxC2 0x3f -+#define bCCKTxC3 0x3f00 -+#define bCCKTxC4 0x3f0000 -+#define bCCKTxC5 0x3f000000 -+#define bCCKTxC6 0x3f -+#define bCCKTxC7 0x3f00 -+#define bCCKDebugPort 0xff0000 -+#define bCCKDACDebug 0x0f000000 -+#define bCCKFalseAlarmEnable 0x8000 -+#define bCCKFalseAlarmRead 0x4000 -+#define bCCKTRSSI 0x7f -+#define bCCKRxAGCReport 0xfe -+#define bCCKRxReport_AntSel 0x80000000 -+#define bCCKRxReport_MFOff 0x40000000 -+#define bCCKRxRxReport_SQLoss 0x20000000 -+#define bCCKRxReport_Pktloss 0x10000000 -+#define bCCKRxReport_Lockedbit 0x08000000 -+#define bCCKRxReport_RateError 0x04000000 -+#define bCCKRxReport_RxRate 0x03000000 -+#define bCCKRxFACounterLower 0xff -+#define bCCKRxFACounterUpper 0xff000000 -+#define bCCKRxHPAGCStart 0xe000 -+#define bCCKRxHPAGCFinal 0x1c00 -+#define bCCKRxFalseAlarmEnable 0x8000 -+#define bCCKFACounterFreeze 0x4000 -+#define bCCKTxPathSel 0x10000000 -+#define bCCKDefaultRxPath 0xc000000 -+#define bCCKOptionRxPath 0x3000000 -+ -+// 5. PageC(0xC00) -+#define bNumOfSTF 0x3 // Useless -+#define bShift_L 0xc0 -+#define bGI_TH 0xc -+#define bRxPathA 0x1 -+#define bRxPathB 0x2 -+#define bRxPathC 0x4 -+#define bRxPathD 0x8 -+#define bTxPathA 0x1 -+#define bTxPathB 0x2 -+#define bTxPathC 0x4 -+#define bTxPathD 0x8 -+#define bTRSSIFreq 0x200 -+#define bADCBackoff 0x3000 -+#define bDFIRBackoff 0xc000 -+#define bTRSSILatchPhase 0x10000 -+#define bRxIDCOffset 0xff -+#define bRxQDCOffset 0xff00 -+#define bRxDFIRMode 0x1800000 -+#define bRxDCNFType 0xe000000 -+#define bRXIQImb_A 0x3ff -+#define bRXIQImb_B 0xfc00 -+#define bRXIQImb_C 0x3f0000 -+#define bRXIQImb_D 0xffc00000 -+#define bDC_dc_Notch 0x60000 -+#define bRxNBINotch 0x1f000000 -+#define bPD_TH 0xf -+#define bPD_TH_Opt2 0xc000 -+#define bPWED_TH 0x700 -+#define bIfMF_Win_L 0x800 -+#define bPD_Option 0x1000 -+#define bMF_Win_L 0xe000 -+#define bBW_Search_L 0x30000 -+#define bwin_enh_L 0xc0000 -+#define bBW_TH 0x700000 -+#define bED_TH2 0x3800000 -+#define bBW_option 0x4000000 -+#define bRatio_TH 0x18000000 -+#define bWindow_L 0xe0000000 -+#define bSBD_Option 0x1 -+#define bFrame_TH 0x1c -+#define bFS_Option 0x60 -+#define bDC_Slope_check 0x80 -+#define bFGuard_Counter_DC_L 0xe00 -+#define bFrame_Weight_Short 0x7000 -+#define bSub_Tune 0xe00000 -+#define bFrame_DC_Length 0xe000000 -+#define bSBD_start_offset 0x30000000 -+#define bFrame_TH_2 0x7 -+#define bFrame_GI2_TH 0x38 -+#define bGI2_Sync_en 0x40 -+#define bSarch_Short_Early 0x300 -+#define bSarch_Short_Late 0xc00 -+#define bSarch_GI2_Late 0x70000 -+#define bCFOAntSum 0x1 -+#define bCFOAcc 0x2 -+#define bCFOStartOffset 0xc -+#define bCFOLookBack 0x70 -+#define bCFOSumWeight 0x80 -+#define bDAGCEnable 0x10000 -+#define bTXIQImb_A 0x3ff -+#define bTXIQImb_B 0xfc00 -+#define bTXIQImb_C 0x3f0000 -+#define bTXIQImb_D 0xffc00000 -+#define bTxIDCOffset 0xff -+#define bTxQDCOffset 0xff00 -+#define bTxDFIRMode 0x10000 -+#define bTxPesudoNoiseOn 0x4000000 -+#define bTxPesudoNoise_A 0xff -+#define bTxPesudoNoise_B 0xff00 -+#define bTxPesudoNoise_C 0xff0000 -+#define bTxPesudoNoise_D 0xff000000 -+#define bCCADropOption 0x20000 -+#define bCCADropThres 0xfff00000 -+#define bEDCCA_H 0xf -+#define bEDCCA_L 0xf0 -+#define bLambda_ED 0x300 -+#define bRxInitialGain 0x7f -+#define bRxAntDivEn 0x80 -+#define bRxAGCAddressForLNA 0x7f00 -+#define bRxHighPowerFlow 0x8000 -+#define bRxAGCFreezeThres 0xc0000 -+#define bRxFreezeStep_AGC1 0x300000 -+#define bRxFreezeStep_AGC2 0xc00000 -+#define bRxFreezeStep_AGC3 0x3000000 -+#define bRxFreezeStep_AGC0 0xc000000 -+#define bRxRssi_Cmp_En 0x10000000 -+#define bRxQuickAGCEn 0x20000000 -+#define bRxAGCFreezeThresMode 0x40000000 -+#define bRxOverFlowCheckType 0x80000000 -+#define bRxAGCShift 0x7f -+#define bTRSW_Tri_Only 0x80 -+#define bPowerThres 0x300 -+#define bRxAGCEn 0x1 -+#define bRxAGCTogetherEn 0x2 -+#define bRxAGCMin 0x4 -+#define bRxHP_Ini 0x7 -+#define bRxHP_TRLNA 0x70 -+#define bRxHP_RSSI 0x700 -+#define bRxHP_BBP1 0x7000 -+#define bRxHP_BBP2 0x70000 -+#define bRxHP_BBP3 0x700000 -+#define bRSSI_H 0x7f0000 //the threshold for high power -+#define bRSSI_Gen 0x7f000000 //the threshold for ant diversity -+#define bRxSettle_TRSW 0x7 -+#define bRxSettle_LNA 0x38 -+#define bRxSettle_RSSI 0x1c0 -+#define bRxSettle_BBP 0xe00 -+#define bRxSettle_RxHP 0x7000 -+#define bRxSettle_AntSW_RSSI 0x38000 -+#define bRxSettle_AntSW 0xc0000 -+#define bRxProcessTime_DAGC 0x300000 -+#define bRxSettle_HSSI 0x400000 -+#define bRxProcessTime_BBPPW 0x800000 -+#define bRxAntennaPowerShift 0x3000000 -+#define bRSSITableSelect 0xc000000 -+#define bRxHP_Final 0x7000000 -+#define bRxHTSettle_BBP 0x7 -+#define bRxHTSettle_HSSI 0x8 -+#define bRxHTSettle_RxHP 0x70 -+#define bRxHTSettle_BBPPW 0x80 -+#define bRxHTSettle_Idle 0x300 -+#define bRxHTSettle_Reserved 0x1c00 -+#define bRxHTRxHPEn 0x8000 -+#define bRxHTAGCFreezeThres 0x30000 -+#define bRxHTAGCTogetherEn 0x40000 -+#define bRxHTAGCMin 0x80000 -+#define bRxHTAGCEn 0x100000 -+#define bRxHTDAGCEn 0x200000 -+#define bRxHTRxHP_BBP 0x1c00000 -+#define bRxHTRxHP_Final 0xe0000000 -+#define bRxPWRatioTH 0x3 -+#define bRxPWRatioEn 0x4 -+#define bRxMFHold 0x3800 -+#define bRxPD_Delay_TH1 0x38 -+#define bRxPD_Delay_TH2 0x1c0 -+#define bRxPD_DC_COUNT_MAX 0x600 -+//#define bRxMF_Hold 0x3800 -+#define bRxPD_Delay_TH 0x8000 -+#define bRxProcess_Delay 0xf0000 -+#define bRxSearchrange_GI2_Early 0x700000 -+#define bRxFrame_Guard_Counter_L 0x3800000 -+#define bRxSGI_Guard_L 0xc000000 -+#define bRxSGI_Search_L 0x30000000 -+#define bRxSGI_TH 0xc0000000 -+#define bDFSCnt0 0xff -+#define bDFSCnt1 0xff00 -+#define bDFSFlag 0xf0000 -+#define bMFWeightSum 0x300000 -+#define bMinIdxTH 0x7f000000 -+#define bDAFormat 0x40000 -+#define bTxChEmuEnable 0x01000000 -+#define bTRSWIsolation_A 0x7f -+#define bTRSWIsolation_B 0x7f00 -+#define bTRSWIsolation_C 0x7f0000 -+#define bTRSWIsolation_D 0x7f000000 -+#define bExtLNAGain 0x7c00 -+ -+// 6. PageE(0xE00) -+#define bSTBCEn 0x4 // Useless -+#define bAntennaMapping 0x10 -+#define bNss 0x20 -+#define bCFOAntSumD 0x200 -+#define bPHYCounterReset 0x8000000 -+#define bCFOReportGet 0x4000000 -+#define bOFDMContinueTx 0x10000000 -+#define bOFDMSingleCarrier 0x20000000 -+#define bOFDMSingleTone 0x40000000 -+//#define bRxPath1 0x01 -+//#define bRxPath2 0x02 -+//#define bRxPath3 0x04 -+//#define bRxPath4 0x08 -+//#define bTxPath1 0x10 -+//#define bTxPath2 0x20 -+#define bHTDetect 0x100 -+#define bCFOEn 0x10000 -+#define bCFOValue 0xfff00000 -+#define bSigTone_Re 0x3f -+#define bSigTone_Im 0x7f00 -+#define bCounter_CCA 0xffff -+#define bCounter_ParityFail 0xffff0000 -+#define bCounter_RateIllegal 0xffff -+#define bCounter_CRC8Fail 0xffff0000 -+#define bCounter_MCSNoSupport 0xffff -+#define bCounter_FastSync 0xffff -+#define bShortCFO 0xfff -+#define bShortCFOTLength 12 //total -+#define bShortCFOFLength 11 //fraction -+#define bLongCFO 0x7ff -+#define bLongCFOTLength 11 -+#define bLongCFOFLength 11 -+#define bTailCFO 0x1fff -+#define bTailCFOTLength 13 -+#define bTailCFOFLength 12 -+#define bmax_en_pwdB 0xffff -+#define bCC_power_dB 0xffff0000 -+#define bnoise_pwdB 0xffff -+#define bPowerMeasTLength 10 -+#define bPowerMeasFLength 3 -+#define bRx_HT_BW 0x1 -+#define bRxSC 0x6 -+#define bRx_HT 0x8 -+#define bNB_intf_det_on 0x1 -+#define bIntf_win_len_cfg 0x30 -+#define bNB_Intf_TH_cfg 0x1c0 -+#define bRFGain 0x3f -+#define bTableSel 0x40 -+#define bTRSW 0x80 -+#define bRxSNR_A 0xff -+#define bRxSNR_B 0xff00 -+#define bRxSNR_C 0xff0000 -+#define bRxSNR_D 0xff000000 -+#define bSNREVMTLength 8 -+#define bSNREVMFLength 1 -+#define bCSI1st 0xff -+#define bCSI2nd 0xff00 -+#define bRxEVM1st 0xff0000 -+#define bRxEVM2nd 0xff000000 -+#define bSIGEVM 0xff -+#define bPWDB 0xff00 -+#define bSGIEN 0x10000 -+ -+#define bSFactorQAM1 0xf // Useless -+#define bSFactorQAM2 0xf0 -+#define bSFactorQAM3 0xf00 -+#define bSFactorQAM4 0xf000 -+#define bSFactorQAM5 0xf0000 -+#define bSFactorQAM6 0xf0000 -+#define bSFactorQAM7 0xf00000 -+#define bSFactorQAM8 0xf000000 -+#define bSFactorQAM9 0xf0000000 -+#define bCSIScheme 0x100000 -+ -+#define bNoiseLvlTopSet 0x3 // Useless -+#define bChSmooth 0x4 -+#define bChSmoothCfg1 0x38 -+#define bChSmoothCfg2 0x1c0 -+#define bChSmoothCfg3 0xe00 -+#define bChSmoothCfg4 0x7000 -+#define bMRCMode 0x800000 -+#define bTHEVMCfg 0x7000000 -+ -+#define bLoopFitType 0x1 // Useless -+#define bUpdCFO 0x40 -+#define bUpdCFOOffData 0x80 -+#define bAdvUpdCFO 0x100 -+#define bAdvTimeCtrl 0x800 -+#define bUpdClko 0x1000 -+#define bFC 0x6000 -+#define bTrackingMode 0x8000 -+#define bPhCmpEnable 0x10000 -+#define bUpdClkoLTF 0x20000 -+#define bComChCFO 0x40000 -+#define bCSIEstiMode 0x80000 -+#define bAdvUpdEqz 0x100000 -+#define bUChCfg 0x7000000 -+#define bUpdEqz 0x8000000 -+ -+#define bTxAGCRate18_06 0x7f7f7f7f // Useless -+#define bTxAGCRate54_24 0x7f7f7f7f -+#define bTxAGCRateMCS32 0x7f -+#define bTxAGCRateCCK 0x7f00 -+#define bTxAGCRateMCS3_MCS0 0x7f7f7f7f -+#define bTxAGCRateMCS7_MCS4 0x7f7f7f7f -+#define bTxAGCRateMCS11_MCS8 0x7f7f7f7f -+#define bTxAGCRateMCS15_MCS12 0x7f7f7f7f -+ -+//Rx Pseduo noise -+#define bRxPesudoNoiseOn 0x20000000 // Useless -+#define bRxPesudoNoise_A 0xff -+#define bRxPesudoNoise_B 0xff00 -+#define bRxPesudoNoise_C 0xff0000 -+#define bRxPesudoNoise_D 0xff000000 -+#define bPesudoNoiseState_A 0xffff -+#define bPesudoNoiseState_B 0xffff0000 -+#define bPesudoNoiseState_C 0xffff -+#define bPesudoNoiseState_D 0xffff0000 -+ -+//7. RF Register -+//Zebra1 -+#define bZebra1_HSSIEnable 0x8 // Useless -+#define bZebra1_TRxControl 0xc00 -+#define bZebra1_TRxGainSetting 0x07f -+#define bZebra1_RxCorner 0xc00 -+#define bZebra1_TxChargePump 0x38 -+#define bZebra1_RxChargePump 0x7 -+#define bZebra1_ChannelNum 0xf80 -+#define bZebra1_TxLPFBW 0x400 -+#define bZebra1_RxLPFBW 0x600 -+ -+//Zebra4 -+#define bRTL8256RegModeCtrl1 0x100 // Useless -+#define bRTL8256RegModeCtrl0 0x40 -+#define bRTL8256_TxLPFBW 0x18 -+#define bRTL8256_RxLPFBW 0x600 -+ -+//RTL8258 -+#define bRTL8258_TxLPFBW 0xc // Useless -+#define bRTL8258_RxLPFBW 0xc00 -+#define bRTL8258_RSSILPFBW 0xc0 -+ -+ -+// -+// Other Definition -+// -+ -+//byte endable for sb_write -+#define bByte0 0x1 // Useless -+#define bByte1 0x2 -+#define bByte2 0x4 -+#define bByte3 0x8 -+#define bWord0 0x3 -+#define bWord1 0xc -+#define bDWord 0xf -+ -+//for PutRegsetting & GetRegSetting BitMask -+#define bMaskByte0 0xff // Reg 0xc50 rOFDM0_XAAGCCore~0xC6f -+#define bMaskByte1 0xff00 -+#define bMaskByte2 0xff0000 -+#define bMaskByte3 0xff000000 -+#define bMaskHWord 0xffff0000 -+#define bMaskLWord 0x0000ffff -+#define bMaskDWord 0xffffffff -+#define bMaskH4Bits 0xf0000000 -+#define bMaskH3Bytes 0xffffff00 -+#define bMaskOFDM_D 0xffc00000 -+#define bMaskCCK 0x3f3f3f3f -+#define bMask12Bits 0xfff -+ -+//for PutRFRegsetting & GetRFRegSetting BitMask -+#if (RTL92SE_FPGA_VERIFY == 1) -+//#define bMask12Bits 0xfff // RF Reg mask bits -+//#define bMask20Bits 0xfff // RF Reg mask bits T65 RF -+#define bRFRegOffsetMask 0xfff -+#else -+//#define bMask12Bits 0xfffff // RF Reg mask bits -+//#define bMask20Bits 0xfffff // RF Reg mask bits T65 RF -+#define bRFRegOffsetMask 0xfffff -+#endif -+#define bEnable 0x1 // Useless -+#define bDisable 0x0 -+ -+#define LeftAntenna 0x0 // Useless -+#define RightAntenna 0x1 -+ -+#define tCheckTxStatus 500 //500ms // Useless -+#define tUpdateRxCounter 100 //100ms -+ -+#define rateCCK 0 // Useless -+#define rateOFDM 1 -+#define rateHT 2 -+ -+//define Register-End -+#define bPMAC_End 0x1ff // Useless -+#define bFPGAPHY0_End 0x8ff -+#define bFPGAPHY1_End 0x9ff -+#define bCCKPHY0_End 0xaff -+#define bOFDMPHY0_End 0xcff -+#define bOFDMPHY1_End 0xdff -+ -+//define max debug item in each debug page -+//#define bMaxItem_FPGA_PHY0 0x9 -+//#define bMaxItem_FPGA_PHY1 0x3 -+//#define bMaxItem_PHY_11B 0x16 -+//#define bMaxItem_OFDM_PHY0 0x29 -+//#define bMaxItem_OFDM_PHY1 0x0 -+ -+#define bPMACControl 0x0 // Useless -+#define bWMACControl 0x1 -+#define bWNICControl 0x2 -+ -+#if 0 -+#define ANTENNA_A 0x1 // Useless -+#define ANTENNA_B 0x2 -+#define ANTENNA_AB 0x3 // ANTENNA_A|ANTENNA_B -+ -+#define ANTENNA_C 0x4 -+#define ANTENNA_D 0x8 -+#endif -+ -+#define RCR_AAP BIT(0) // accept all physical address -+#define RCR_APM BIT(1) // accept physical match -+#define RCR_AM BIT(2) // accept multicast -+#define RCR_AB BIT(3) // accept broadcast -+#define RCR_ACRC32 BIT(5) // accept error packet -+#define RCR_9356SEL BIT(6) -+#define RCR_AICV BIT(9) // Accept ICV error packet -+#define RCR_RXFTH0 (BIT(13)|BIT(14)|BIT(15)) // Rx FIFO threshold -+#define RCR_ADF BIT(18) // Accept Data(frame type) frame -+#define RCR_ACF BIT(19) // Accept control frame -+#define RCR_AMF BIT(20) // Accept management frame -+#define RCR_ADD3 BIT(21) -+#define RCR_APWRMGT BIT(22) // Accept power management packet -+#define RCR_CBSSID BIT(23) // Accept BSSID match packet -+#define RCR_ENMARP BIT(28) // enable mac auto reset phy -+#define RCR_EnCS1 BIT(29) // enable carrier sense method 1 -+#define RCR_EnCS2 BIT(30) // enable carrier sense method 2 -+#define RCR_OnlyErlPkt BIT(31) // Rx Early mode is performed for packet size greater than 1536 -+ -+/*--------------------------Define Parameters-------------------------------*/ -+ -+ -+#endif //__INC_HAL8192SPHYREG_H -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_odm.h linux/3rdparty/rtl8812au/include/rtw_odm.h ---- linux.old/3rdparty/rtl8812au/include/rtw_odm.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_odm.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,53 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_ODM_H__ -+#define __RTW_ODM_H__ -+ -+#include -+#include "../hal/phydm/phydm_types.h" -+/* -+* This file provides utilities/wrappers for rtw driver to use ODM -+*/ -+ -+void rtw_odm_dbg_comp_msg(void *sel,_adapter *adapter); -+void rtw_odm_dbg_comp_set(_adapter *adapter, u64 comps); -+void rtw_odm_dbg_level_msg(void *sel,_adapter *adapter); -+void rtw_odm_dbg_level_set(_adapter *adapter, u32 level); -+ -+void rtw_odm_ability_msg(void *sel, _adapter *adapter); -+void rtw_odm_ability_set(_adapter *adapter, u32 ability); -+ -+void rtw_odm_adaptivity_config_msg(void *sel, _adapter *adapter); -+ -+bool rtw_odm_adaptivity_needed(_adapter *adapter); -+void rtw_odm_adaptivity_parm_msg(void *sel,_adapter *adapter); -+void rtw_odm_adaptivity_parm_set(_adapter *adapter, s8 TH_L2H_ini, s8 TH_EDCCA_HL_diff, s8 TH_L2H_ini_mode2, s8 TH_EDCCA_HL_diff_mode2, u8 EDCCA_enable); -+void rtw_odm_get_perpkt_rssi(void *sel, _adapter *adapter); -+void rtw_odm_acquirespinlock(_adapter *adapter, RT_SPINLOCK_TYPE type); -+void rtw_odm_releasespinlock(_adapter *adapter, RT_SPINLOCK_TYPE type); -+ -+#ifdef CONFIG_DFS_MASTER -+VOID rtw_odm_radar_detect_reset(_adapter *adapter); -+VOID rtw_odm_radar_detect_disable(_adapter *adapter); -+VOID rtw_odm_radar_detect_enable(_adapter *adapter); -+BOOLEAN rtw_odm_radar_detect(_adapter *adapter); -+#endif /* CONFIG_DFS_MASTER */ -+#endif // __RTW_ODM_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_p2p.h linux/3rdparty/rtl8812au/include/rtw_p2p.h ---- linux.old/3rdparty/rtl8812au/include/rtw_p2p.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_p2p.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,168 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_P2P_H_ -+#define __RTW_P2P_H_ -+ -+ -+u32 build_beacon_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_probe_resp_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_prov_disc_request_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8* pssid, u8 ussidlen, u8* pdev_raddr ); -+u32 build_assoc_resp_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 status_code); -+u32 build_deauth_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+#ifdef CONFIG_WFD -+u32 build_probe_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_probe_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf, u8 tunneled); -+u32 build_beacon_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_nego_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_nego_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_nego_confirm_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_invitation_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_invitation_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_assoc_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_assoc_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_provdisc_req_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+u32 build_provdisc_resp_wfd_ie(struct wifidirect_info *pwdinfo, u8 *pbuf); -+#endif //CONFIG_WFD -+ -+u32 process_probe_req_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pframe, uint len); -+u32 process_assoc_req_p2p_ie(struct wifidirect_info *pwdinfo, u8 *pframe, uint len, struct sta_info *psta); -+u32 process_p2p_devdisc_req(struct wifidirect_info *pwdinfo, u8 *pframe, uint len); -+u32 process_p2p_devdisc_resp(struct wifidirect_info *pwdinfo, u8 *pframe, uint len); -+u8 process_p2p_provdisc_req(struct wifidirect_info *pwdinfo, u8 *pframe, uint len); -+u8 process_p2p_provdisc_resp(struct wifidirect_info *pwdinfo, u8 *pframe); -+u8 process_p2p_group_negotation_req( struct wifidirect_info *pwdinfo, u8 *pframe, uint len ); -+u8 process_p2p_group_negotation_resp( struct wifidirect_info *pwdinfo, u8 *pframe, uint len ); -+u8 process_p2p_group_negotation_confirm( struct wifidirect_info *pwdinfo, u8 *pframe, uint len ); -+u8 process_p2p_presence_req(struct wifidirect_info *pwdinfo, u8 *pframe, uint len); -+int process_p2p_cross_connect_ie(PADAPTER padapter, u8 *IEs, u32 IELength); -+ -+void p2p_protocol_wk_hdl(_adapter *padapter, int intCmdType); -+ -+#ifdef CONFIG_P2P_PS -+void process_p2p_ps_ie(PADAPTER padapter, u8 *IEs, u32 IELength); -+void p2p_ps_wk_hdl(_adapter *padapter, u8 p2p_ps_state); -+u8 p2p_ps_wk_cmd(_adapter*padapter, u8 p2p_ps_state, u8 enqueue); -+#endif // CONFIG_P2P_PS -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+void rtw_init_cfg80211_wifidirect_info( _adapter* padapter); -+int rtw_p2p_check_frames(_adapter *padapter, const u8 *buf, u32 len, u8 tx); -+void rtw_append_wfd_ie(_adapter *padapter, u8 *buf, u32 *len); -+#endif //CONFIG_IOCTL_CFG80211 -+ -+void reset_global_wifidirect_info( _adapter* padapter ); -+int rtw_init_wifi_display_info(_adapter* padapter); -+void rtw_init_wifidirect_timers(_adapter* padapter); -+void rtw_init_wifidirect_addrs(_adapter* padapter, u8 *dev_addr, u8 *iface_addr); -+void init_wifidirect_info( _adapter* padapter, enum P2P_ROLE role); -+int rtw_p2p_enable(_adapter *padapter, enum P2P_ROLE role); -+ -+static inline void _rtw_p2p_set_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) -+{ -+ if(wdinfo->p2p_state != state) { -+ //wdinfo->pre_p2p_state = wdinfo->p2p_state; -+ wdinfo->p2p_state = state; -+ } -+} -+static inline void _rtw_p2p_set_pre_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) -+{ -+ if(wdinfo->pre_p2p_state != state) { -+ wdinfo->pre_p2p_state = state; -+ } -+} -+#if 0 -+static inline void _rtw_p2p_restore_state(struct wifidirect_info *wdinfo) -+{ -+ if(wdinfo->pre_p2p_state != -1) { -+ wdinfo->p2p_state = wdinfo->pre_p2p_state; -+ wdinfo->pre_p2p_state = -1; -+ } -+} -+#endif -+static inline void _rtw_p2p_set_role(struct wifidirect_info *wdinfo, enum P2P_ROLE role) -+{ -+ if(wdinfo->role != role) { -+ wdinfo->role = role; -+ } -+} -+static inline int _rtw_p2p_state(struct wifidirect_info *wdinfo) -+{ -+ return wdinfo->p2p_state; -+} -+static inline int _rtw_p2p_pre_state(struct wifidirect_info *wdinfo) -+{ -+ return wdinfo->pre_p2p_state; -+} -+static inline int _rtw_p2p_role(struct wifidirect_info *wdinfo) -+{ -+ return wdinfo->role; -+} -+static inline bool _rtw_p2p_chk_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) -+{ -+ return wdinfo->p2p_state == state; -+} -+static inline bool _rtw_p2p_chk_role(struct wifidirect_info *wdinfo, enum P2P_ROLE role) -+{ -+ return wdinfo->role == role; -+} -+ -+#ifdef CONFIG_DBG_P2P -+void dbg_rtw_p2p_set_state(struct wifidirect_info *wdinfo, enum P2P_STATE state, const char *caller, int line); -+void dbg_rtw_p2p_set_pre_state(struct wifidirect_info *wdinfo, enum P2P_STATE state, const char *caller, int line); -+//void dbg_rtw_p2p_restore_state(struct wifidirect_info *wdinfo, const char *caller, int line); -+void dbg_rtw_p2p_set_role(struct wifidirect_info *wdinfo, enum P2P_ROLE role, const char *caller, int line); -+#define rtw_p2p_set_state(wdinfo, state) dbg_rtw_p2p_set_state(wdinfo, state, __FUNCTION__, __LINE__) -+#define rtw_p2p_set_pre_state(wdinfo, state) dbg_rtw_p2p_set_pre_state(wdinfo, state, __FUNCTION__, __LINE__) -+#define rtw_p2p_set_role(wdinfo, role) dbg_rtw_p2p_set_role(wdinfo, role, __FUNCTION__, __LINE__) -+//#define rtw_p2p_restore_state(wdinfo) dbg_rtw_p2p_restore_state(wdinfo, __FUNCTION__, __LINE__) -+#else //CONFIG_DBG_P2P -+#define rtw_p2p_set_state(wdinfo, state) _rtw_p2p_set_state(wdinfo, state) -+#define rtw_p2p_set_pre_state(wdinfo, state) _rtw_p2p_set_pre_state(wdinfo, state) -+#define rtw_p2p_set_role(wdinfo, role) _rtw_p2p_set_role(wdinfo, role) -+//#define rtw_p2p_restore_state(wdinfo) _rtw_p2p_restore_state(wdinfo) -+#endif //CONFIG_DBG_P2P -+ -+#define rtw_p2p_state(wdinfo) _rtw_p2p_state(wdinfo) -+#define rtw_p2p_pre_state(wdinfo) _rtw_p2p_pre_state(wdinfo) -+#define rtw_p2p_role(wdinfo) _rtw_p2p_role(wdinfo) -+#define rtw_p2p_chk_state(wdinfo, state) _rtw_p2p_chk_state(wdinfo, state) -+#define rtw_p2p_chk_role(wdinfo, role) _rtw_p2p_chk_role(wdinfo, role) -+ -+#define rtw_p2p_findphase_ex_set(wdinfo, value) \ -+ (wdinfo)->find_phase_state_exchange_cnt = (value) -+ -+#ifdef CONFIG_P2P -+//is this find phase exchange for social channel scan? -+#define rtw_p2p_findphase_ex_is_social(wdinfo) \ -+ (wdinfo)->find_phase_state_exchange_cnt >= P2P_FINDPHASE_EX_SOCIAL_FIRST -+ -+//should we need find phase exchange anymore? -+#define rtw_p2p_findphase_ex_is_needed(wdinfo) \ -+ ((wdinfo)->find_phase_state_exchange_cnt < P2P_FINDPHASE_EX_MAX && \ -+ (wdinfo)->find_phase_state_exchange_cnt != P2P_FINDPHASE_EX_NONE && \ -+ !(wdinfo)->rx_invitereq_info.scan_op_ch_only && \ -+ !(wdinfo)->p2p_info.scan_op_ch_only) -+#else -+#define rtw_p2p_findphase_ex_is_social(wdinfo) 0 -+#define rtw_p2p_findphase_ex_is_needed(wdinfo) 0 -+#endif /* CONFIG_P2P */ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_pwrctrl.h linux/3rdparty/rtl8812au/include/rtw_pwrctrl.h ---- linux.old/3rdparty/rtl8812au/include/rtw_pwrctrl.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_pwrctrl.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,514 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_PWRCTRL_H_ -+#define __RTW_PWRCTRL_H_ -+ -+ -+#define FW_PWR0 0 -+#define FW_PWR1 1 -+#define FW_PWR2 2 -+#define FW_PWR3 3 -+ -+ -+#define HW_PWR0 7 -+#define HW_PWR1 6 -+#define HW_PWR2 2 -+#define HW_PWR3 0 -+#define HW_PWR4 8 -+ -+#define FW_PWRMSK 0x7 -+ -+ -+#define XMIT_ALIVE BIT(0) -+#define RECV_ALIVE BIT(1) -+#define CMD_ALIVE BIT(2) -+#define EVT_ALIVE BIT(3) -+#ifdef CONFIG_BT_COEXIST -+#define BTCOEX_ALIVE BIT(4) -+#endif // CONFIG_BT_COEXIST -+ -+#ifdef CONFIG_WOWLAN -+#define MAX_WKFM_NUM 16 /* Frame Mask Cam number for pattern match */ -+#define MAX_WKFM_SIZE 16 /* (16 bytes for WKFM bit mask, 16*8 = 128 bits) */ -+#define MAX_WKFM_PATTERN_SIZE 128 -+#define WKFMCAM_ADDR_NUM 6 -+#define WKFMCAM_SIZE 24 /* each entry need 6*4 bytes */ -+enum pattern_type { -+ PATTERN_BROADCAST = 0, -+ PATTERN_MULTICAST, -+ PATTERN_UNICAST, -+ PATTERN_VALID, -+ PATTERN_INVALID, -+}; -+ -+typedef struct rtl_priv_pattern { -+ int len; -+ char content[MAX_WKFM_PATTERN_SIZE]; -+ char mask[MAX_WKFM_SIZE]; -+} rtl_priv_pattern_t; -+ -+struct rtl_wow_pattern { -+ u16 crc; -+ u8 type; -+ u32 mask[4]; -+}; -+#endif /* CONFIG_WOWLAN */ -+ -+enum Power_Mgnt -+{ -+ PS_MODE_ACTIVE = 0 , -+ PS_MODE_MIN , -+ PS_MODE_MAX , -+ PS_MODE_DTIM , //PS_MODE_SELF_DEFINED -+ PS_MODE_VOIP , -+ PS_MODE_UAPSD_WMM , -+ PS_MODE_UAPSD , -+ PS_MODE_IBSS , -+ PS_MODE_WWLAN , -+ PM_Radio_Off , -+ PM_Card_Disable , -+ PS_MODE_NUM, -+}; -+ -+#ifdef CONFIG_PNO_SUPPORT -+#define MAX_PNO_LIST_COUNT 16 -+#define MAX_SCAN_LIST_COUNT 14 //2.4G only -+#define MAX_HIDDEN_AP 8 //8 hidden AP -+#endif -+ -+/* -+ BIT[2:0] = HW state -+ BIT[3] = Protocol PS state, 0: register active state , 1: register sleep state -+ BIT[4] = sub-state -+*/ -+ -+#define PS_DPS BIT(0) -+#define PS_LCLK (PS_DPS) -+#define PS_RF_OFF BIT(1) -+#define PS_ALL_ON BIT(2) -+#define PS_ST_ACTIVE BIT(3) -+ -+#define PS_ISR_ENABLE BIT(4) -+#define PS_IMR_ENABLE BIT(5) -+#define PS_ACK BIT(6) -+#define PS_TOGGLE BIT(7) -+ -+#define PS_STATE_MASK (0x0F) -+#define PS_STATE_HW_MASK (0x07) -+#define PS_SEQ_MASK (0xc0) -+ -+#define PS_STATE(x) (PS_STATE_MASK & (x)) -+#define PS_STATE_HW(x) (PS_STATE_HW_MASK & (x)) -+#define PS_SEQ(x) (PS_SEQ_MASK & (x)) -+ -+#define PS_STATE_S0 (PS_DPS) -+#define PS_STATE_S1 (PS_LCLK) -+#define PS_STATE_S2 (PS_RF_OFF) -+#define PS_STATE_S3 (PS_ALL_ON) -+#define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON)) -+ -+ -+#define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON)) -+#define PS_IS_ACTIVE(x) ((x) & (PS_ST_ACTIVE)) -+#define CLR_PS_STATE(x) ((x) = ((x) & (0xF0))) -+ -+ -+struct reportpwrstate_parm { -+ unsigned char mode; -+ unsigned char state; //the CPWM value -+ unsigned short rsvd; -+}; -+ -+ -+typedef _sema _pwrlock; -+ -+ -+__inline static void _init_pwrlock(_pwrlock *plock) -+{ -+ _rtw_init_sema(plock, 1); -+} -+ -+__inline static void _free_pwrlock(_pwrlock *plock) -+{ -+ _rtw_free_sema(plock); -+} -+ -+ -+__inline static void _enter_pwrlock(_pwrlock *plock) -+{ -+ _rtw_down_sema(plock); -+} -+ -+ -+__inline static void _exit_pwrlock(_pwrlock *plock) -+{ -+ _rtw_up_sema(plock); -+} -+ -+#define LPS_DELAY_TIME 1*HZ // 1 sec -+ -+#define EXE_PWR_NONE 0x01 -+#define EXE_PWR_IPS 0x02 -+#define EXE_PWR_LPS 0x04 -+ -+// RF state. -+typedef enum _rt_rf_power_state -+{ -+ rf_on, // RF is on after RFSleep or RFOff -+ rf_sleep, // 802.11 Power Save mode -+ rf_off, // HW/SW Radio OFF or Inactive Power Save -+ //=====Add the new RF state above this line=====// -+ rf_max -+}rt_rf_power_state; -+ -+// RF Off Level for IPS or HW/SW radio off -+#define RT_RF_OFF_LEVL_ASPM BIT(0) // PCI ASPM -+#define RT_RF_OFF_LEVL_CLK_REQ BIT(1) // PCI clock request -+#define RT_RF_OFF_LEVL_PCI_D3 BIT(2) // PCI D3 mode -+#define RT_RF_OFF_LEVL_HALT_NIC BIT(3) // NIC halt, re-initialize hw parameters -+#define RT_RF_OFF_LEVL_FREE_FW BIT(4) // FW free, re-download the FW -+#define RT_RF_OFF_LEVL_FW_32K BIT(5) // FW in 32k -+#define RT_RF_PS_LEVEL_ALWAYS_ASPM BIT(6) // Always enable ASPM and Clock Req in initialization. -+#define RT_RF_LPS_DISALBE_2R BIT(30) // When LPS is on, disable 2R if no packet is received or transmittd. -+#define RT_RF_LPS_LEVEL_ASPM BIT(31) // LPS with ASPM -+ -+#define RT_IN_PS_LEVEL(ppsc, _PS_FLAG) ((ppsc->cur_ps_level & _PS_FLAG) ? _TRUE : _FALSE) -+#define RT_CLEAR_PS_LEVEL(ppsc, _PS_FLAG) (ppsc->cur_ps_level &= (~(_PS_FLAG))) -+#define RT_SET_PS_LEVEL(ppsc, _PS_FLAG) (ppsc->cur_ps_level |= _PS_FLAG) -+ -+// ASPM OSC Control bit, added by Roger, 2013.03.29. -+#define RT_PCI_ASPM_OSC_IGNORE 0 // PCI ASPM ignore OSC control in default -+#define RT_PCI_ASPM_OSC_ENABLE BIT0 // PCI ASPM controlled by OS according to ACPI Spec 5.0 -+#define RT_PCI_ASPM_OSC_DISABLE BIT1 // PCI ASPM controlled by driver or BIOS, i.e., force enable ASPM -+ -+ -+enum _PS_BBRegBackup_ { -+ PSBBREG_RF0 = 0, -+ PSBBREG_RF1, -+ PSBBREG_RF2, -+ PSBBREG_AFE0, -+ PSBBREG_TOTALCNT -+}; -+ -+enum { // for ips_mode -+ IPS_NONE=0, -+ IPS_NORMAL, -+ IPS_LEVEL_2, -+ IPS_NUM -+}; -+ -+// Design for pwrctrl_priv.ips_deny, 32 bits for 32 reasons at most -+typedef enum _PS_DENY_REASON -+{ -+ PS_DENY_DRV_INITIAL = 0, -+ PS_DENY_SCAN, -+ PS_DENY_JOIN, -+ PS_DENY_DISCONNECT, -+ PS_DENY_SUSPEND, -+ PS_DENY_IOCTL, -+ PS_DENY_MGNT_TX, -+ PS_DENY_DRV_REMOVE = 30, -+ PS_DENY_OTHERS = 31 -+} PS_DENY_REASON; -+ -+#ifdef CONFIG_PNO_SUPPORT -+typedef struct pno_nlo_info -+{ -+ u32 fast_scan_period; //Fast scan period -+ u8 ssid_num; //number of entry -+ u8 hidden_ssid_num; -+ u32 slow_scan_period; //slow scan period -+ u32 fast_scan_iterations; //Fast scan iterations -+ u8 ssid_length[MAX_PNO_LIST_COUNT]; //SSID Length Array -+ u8 ssid_cipher_info[MAX_PNO_LIST_COUNT]; //Cipher information for security -+ u8 ssid_channel_info[MAX_PNO_LIST_COUNT]; //channel information -+ u8 loc_probe_req[MAX_HIDDEN_AP]; //loc_probeReq -+}pno_nlo_info_t; -+ -+typedef struct pno_ssid { -+ u32 SSID_len; -+ u8 SSID[32]; -+} pno_ssid_t; -+ -+typedef struct pno_ssid_list { -+ pno_ssid_t node[MAX_PNO_LIST_COUNT]; -+}pno_ssid_list_t; -+ -+typedef struct pno_scan_channel_info -+{ -+ u8 channel; -+ u8 tx_power; -+ u8 timeout; -+ u8 active; //set 1 means active scan, or pasivite scan. -+}pno_scan_channel_info_t; -+ -+typedef struct pno_scan_info -+{ -+ u8 enableRFE; //Enable RFE -+ u8 period_scan_time; //exclusive with fast_scan_period and slow_scan_period -+ u8 periodScan; //exclusive with fast_scan_period and slow_scan_period -+ u8 orig_80_offset; //original channel 80 offset -+ u8 orig_40_offset; //original channel 40 offset -+ u8 orig_bw; //original bandwidth -+ u8 orig_ch; //original channel -+ u8 channel_num; //number of channel -+ u64 rfe_type; //rfe_type && 0x00000000000000ff -+ pno_scan_channel_info_t ssid_channel_info[MAX_SCAN_LIST_COUNT]; -+}pno_scan_info_t; -+#endif //CONFIG_PNO_SUPPORT -+ -+struct pwrctrl_priv -+{ -+ _pwrlock lock; -+ _pwrlock check_32k_lock; -+ volatile u8 rpwm; // requested power state for fw -+ volatile u8 cpwm; // fw current power state. updated when 1. read from HCPWM 2. driver lowers power level -+ volatile u8 tog; // toggling -+ volatile u8 cpwm_tog; // toggling -+ -+ u8 pwr_mode; -+ u8 smart_ps; -+ u8 bcn_ant_mode; -+ u8 dtim; -+ -+ u32 alives; -+ _workitem cpwm_event; -+#ifdef CONFIG_LPS_RPWM_TIMER -+ u8 brpwmtimeout; -+ _workitem rpwmtimeoutwi; -+ _timer pwr_rpwm_timer; -+#endif // CONFIG_LPS_RPWM_TIMER -+ u8 bpower_saving; //for LPS/IPS -+ -+ u8 b_hw_radio_off; -+ u8 reg_rfoff; -+ u8 reg_pdnmode; //powerdown mode -+ u32 rfoff_reason; -+ -+ //RF OFF Level -+ u32 cur_ps_level; -+ u32 reg_rfps_level; -+ -+ uint ips_enter_cnts; -+ uint ips_leave_cnts; -+ uint lps_enter_cnts; -+ uint lps_leave_cnts; -+ -+ u8 ips_mode; -+ u8 ips_org_mode; -+ u8 ips_mode_req; // used to accept the mode setting request, will update to ipsmode later -+ uint bips_processing; -+ u32 ips_deny_time; /* will deny IPS when system time is smaller than this */ -+ u8 pre_ips_type;// 0: default flow, 1: carddisbale flow -+ -+ // ps_deny: if 0, power save is free to go; otherwise deny all kinds of power save. -+ // Use PS_DENY_REASON to decide reason. -+ // Don't access this variable directly without control function, -+ // and this variable should be protected by lock. -+ u32 ps_deny; -+ -+ u8 ps_processing; /* temporarily used to mark whether in rtw_ps_processor */ -+ -+ u8 fw_psmode_iface_id; -+ u8 bLeisurePs; -+ u8 LpsIdleCount; -+ u8 power_mgnt; -+ u8 org_power_mgnt; -+ u8 bFwCurrentInPSMode; -+ u32 DelayLPSLastTimeStamp; -+ s32 pnp_current_pwr_state; -+ u8 pnp_bstop_trx; -+ -+ -+ u8 bInternalAutoSuspend; -+ u8 bInSuspend; -+#ifdef CONFIG_BT_COEXIST -+ u8 bAutoResume; -+ u8 autopm_cnt; -+#endif -+ u8 bSupportRemoteWakeup; -+ u8 wowlan_wake_reason; -+ u8 wowlan_ap_mode; -+ u8 wowlan_mode; -+ u8 wowlan_p2p_mode; -+ u8 wowlan_pno_enable; -+#ifdef CONFIG_GPIO_WAKEUP -+ u8 is_high_active; -+#endif /* CONFIG_GPIO_WAKEUP */ -+#ifdef CONFIG_WOWLAN -+ u8 wowlan_txpause_status; -+ u8 wowlan_pattern; -+ u8 wowlan_pattern_idx; -+ u64 wowlan_fw_iv; -+ struct rtl_priv_pattern patterns[MAX_WKFM_NUM]; -+#ifdef CONFIG_PNO_SUPPORT -+ u8 pno_in_resume; -+ u8 pno_inited; -+ pno_nlo_info_t *pnlo_info; -+ pno_scan_info_t *pscan_info; -+ pno_ssid_list_t *pno_ssid_list; -+#endif /* CONFIG_PNO_SUPPORT */ -+#endif /* CONFIG_WOWLAN */ -+ _timer pwr_state_check_timer; -+ int pwr_state_check_interval; -+ u8 pwr_state_check_cnts; -+ -+ int ps_flag; /* used by autosuspend */ -+ -+ rt_rf_power_state rf_pwrstate;//cur power state, only for IPS -+ //rt_rf_power_state current_rfpwrstate; -+ rt_rf_power_state change_rfpwrstate; -+ -+ u8 bHWPowerdown; /* power down mode selection. 0:radio off, 1:power down */ -+ u8 bHWPwrPindetect; /* come from registrypriv.hwpwrp_detect. enable power down function. 0:disable, 1:enable */ -+ u8 bkeepfwalive; -+ u8 brfoffbyhw; -+ unsigned long PS_BBRegBackup[PSBBREG_TOTALCNT]; -+ -+ #ifdef CONFIG_RESUME_IN_WORKQUEUE -+ struct workqueue_struct *rtw_workqueue; -+ _workitem resume_work; -+ #endif -+ -+ #ifdef CONFIG_HAS_EARLYSUSPEND -+ struct early_suspend early_suspend; -+ u8 do_late_resume; -+ #endif //CONFIG_HAS_EARLYSUSPEND -+ -+ #ifdef CONFIG_ANDROID_POWER -+ android_early_suspend_t early_suspend; -+ u8 do_late_resume; -+ #endif -+ -+ #ifdef CONFIG_INTEL_PROXIM -+ u8 stored_power_mgnt; -+ #endif -+}; -+ -+#define rtw_get_ips_mode_req(pwrctl) \ -+ (pwrctl)->ips_mode_req -+ -+#define rtw_ips_mode_req(pwrctl, ips_mode) \ -+ (pwrctl)->ips_mode_req = (ips_mode) -+ -+#define RTW_PWR_STATE_CHK_INTERVAL 2000 -+ -+#define _rtw_set_pwr_state_check_timer(pwrctl, ms) \ -+ do { \ -+ /*DBG_871X("%s _rtw_set_pwr_state_check_timer(%p, %d)\n", __FUNCTION__, (pwrctl), (ms));*/ \ -+ _set_timer(&(pwrctl)->pwr_state_check_timer, (ms)); \ -+ } while(0) -+ -+#define rtw_set_pwr_state_check_timer(pwrctl) \ -+ _rtw_set_pwr_state_check_timer((pwrctl), (pwrctl)->pwr_state_check_interval) -+ -+extern void rtw_init_pwrctrl_priv(_adapter *adapter); -+extern void rtw_free_pwrctrl_priv(_adapter * adapter); -+ -+#ifdef CONFIG_LPS_LCLK -+s32 rtw_register_task_alive(PADAPTER, u32 task); -+void rtw_unregister_task_alive(PADAPTER, u32 task); -+extern s32 rtw_register_tx_alive(PADAPTER padapter); -+extern void rtw_unregister_tx_alive(PADAPTER padapter); -+extern s32 rtw_register_rx_alive(PADAPTER padapter); -+extern void rtw_unregister_rx_alive(PADAPTER padapter); -+extern s32 rtw_register_cmd_alive(PADAPTER padapter); -+extern void rtw_unregister_cmd_alive(PADAPTER padapter); -+extern s32 rtw_register_evt_alive(PADAPTER padapter); -+extern void rtw_unregister_evt_alive(PADAPTER padapter); -+extern void cpwm_int_hdl(PADAPTER padapter, struct reportpwrstate_parm *preportpwrstate); -+extern void LPS_Leave_check(PADAPTER padapter); -+#endif -+ -+extern void LeaveAllPowerSaveMode(PADAPTER Adapter); -+extern void LeaveAllPowerSaveModeDirect(PADAPTER Adapter); -+#ifdef CONFIG_IPS -+void _ips_enter(_adapter * padapter); -+void ips_enter(_adapter * padapter); -+int _ips_leave(_adapter * padapter); -+int ips_leave(_adapter * padapter); -+#endif -+ -+void rtw_ps_processor(_adapter*padapter); -+ -+#ifdef CONFIG_AUTOSUSPEND -+int autoresume_enter(_adapter* padapter); -+#endif -+#ifdef SUPPORT_HW_RFOFF_DETECTED -+rt_rf_power_state RfOnOffDetect(IN PADAPTER pAdapter ); -+#endif -+ -+ -+int rtw_fw_ps_state(PADAPTER padapter); -+ -+#ifdef CONFIG_LPS -+s32 LPS_RF_ON_check(PADAPTER padapter, u32 delay_ms); -+void LPS_Enter(PADAPTER padapter, const char *msg); -+void LPS_Leave(PADAPTER padapter, const char *msg); -+void traffic_check_for_leave_lps(PADAPTER padapter, u8 tx, u32 tx_packets); -+void rtw_set_ps_mode(PADAPTER padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char *msg); -+void rtw_set_fw_in_ips_mode(PADAPTER padapter, u8 enable); -+void rtw_set_rpwm(_adapter * padapter, u8 val8); -+#endif -+ -+#ifdef CONFIG_RESUME_IN_WORKQUEUE -+void rtw_resume_in_workqueue(struct pwrctrl_priv *pwrpriv); -+#endif //CONFIG_RESUME_IN_WORKQUEUE -+ -+#if defined(CONFIG_HAS_EARLYSUSPEND ) || defined(CONFIG_ANDROID_POWER) -+bool rtw_is_earlysuspend_registered(struct pwrctrl_priv *pwrpriv); -+bool rtw_is_do_late_resume(struct pwrctrl_priv *pwrpriv); -+void rtw_set_do_late_resume(struct pwrctrl_priv *pwrpriv, bool enable); -+void rtw_register_early_suspend(struct pwrctrl_priv *pwrpriv); -+void rtw_unregister_early_suspend(struct pwrctrl_priv *pwrpriv); -+#else -+#define rtw_is_earlysuspend_registered(pwrpriv) _FALSE -+#define rtw_is_do_late_resume(pwrpriv) _FALSE -+#define rtw_set_do_late_resume(pwrpriv, enable) do {} while (0) -+#define rtw_register_early_suspend(pwrpriv) do {} while (0) -+#define rtw_unregister_early_suspend(pwrpriv) do {} while (0) -+#endif /* CONFIG_HAS_EARLYSUSPEND || CONFIG_ANDROID_POWER */ -+ -+u8 rtw_interface_ps_func(_adapter *padapter,HAL_INTF_PS_FUNC efunc_id,u8* val); -+void rtw_set_ips_deny(_adapter *padapter, u32 ms); -+int _rtw_pwr_wakeup(_adapter *padapter, u32 ips_deffer_ms, const char *caller); -+#define rtw_pwr_wakeup(adapter) _rtw_pwr_wakeup(adapter, RTW_PWR_STATE_CHK_INTERVAL, __FUNCTION__) -+#define rtw_pwr_wakeup_ex(adapter, ips_deffer_ms) _rtw_pwr_wakeup(adapter, ips_deffer_ms, __FUNCTION__) -+int rtw_pm_set_ips(_adapter *padapter, u8 mode); -+int rtw_pm_set_lps(_adapter *padapter, u8 mode); -+ -+void rtw_ps_deny(PADAPTER padapter, PS_DENY_REASON reason); -+void rtw_ps_deny_cancel(PADAPTER padapter, PS_DENY_REASON reason); -+u32 rtw_ps_deny_get(PADAPTER padapter); -+ -+#if defined(CONFIG_WOWLAN) -+void rtw_get_current_ip_address(PADAPTER padapter, u8 *pcurrentip); -+void rtw_get_sec_iv(PADAPTER padapter, u8 *pcur_dot11txpn, u8 *StaAddr); -+void rtw_set_sec_pn(_adapter *padapter); -+bool rtw_check_pattern_valid(u8 *input, u8 len); -+bool rtw_write_to_frame_mask(_adapter *adapter, u8 idx, -+ struct rtl_wow_pattern *content); -+ -+bool rtw_read_from_frame_mask(_adapter *adapter, u8 idx); -+void rtw_dump_priv_pattern(_adapter *adapter, u8 idx); -+void rtw_clean_pattern(_adapter *adapter); -+#endif /* CONFIG_WOWLAN */ -+#endif //__RTL871X_PWRCTRL_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_qos.h linux/3rdparty/rtl8812au/include/rtw_qos.h ---- linux.old/3rdparty/rtl8812au/include/rtw_qos.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_qos.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,35 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#ifndef _RTW_QOS_H_ -+#define _RTW_QOS_H_ -+ -+ -+ -+struct qos_priv { -+ -+ unsigned int qos_option; //bit mask option: u-apsd, s-apsd, ts, block ack... -+ -+}; -+ -+ -+#endif //_RTL871X_QOS_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_recv.h linux/3rdparty/rtl8812au/include/rtw_recv.h ---- linux.old/3rdparty/rtl8812au/include/rtw_recv.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_recv.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,877 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_RECV_H_ -+#define _RTW_RECV_H_ -+ -+#ifdef PLATFORM_OS_XP -+ #ifdef CONFIG_SDIO_HCI -+ #define NR_RECVBUFF 1024//512//128 -+ #else -+ #define NR_RECVBUFF (16) -+ #endif -+#elif defined(PLATFORM_OS_CE) -+ #ifdef CONFIG_SDIO_HCI -+ #define NR_RECVBUFF (128) -+ #else -+ #define NR_RECVBUFF (4) -+ #endif -+#else //PLATFORM_LINUX /PLATFORM_BSD -+ -+ #ifdef CONFIG_SINGLE_RECV_BUF -+ #define NR_RECVBUFF (1) -+ #else -+ #if defined(CONFIG_GSPI_HCI) -+ #define NR_RECVBUFF (32) -+ #elif defined(CONFIG_SDIO_HCI) -+ #define NR_RECVBUFF (8) -+ #else -+ #define NR_RECVBUFF (8) -+ #endif -+ #endif //CONFIG_SINGLE_RECV_BUF -+ #ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ #define NR_PREALLOC_RECV_SKB (rtw_rtkm_get_nr_recv_skb()>>1) -+ #else /*!CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ #define NR_PREALLOC_RECV_SKB 8 -+ #endif /* CONFIG_PREALLOC_RX_SKB_BUFFER */ -+ -+#endif -+ -+#define NR_RECVFRAME 256 -+ -+#define RXFRAME_ALIGN 8 -+#define RXFRAME_ALIGN_SZ (1<network.PhyInfo.SignalStrength); -+ #ifdef DBG_RX_SIGNAL_DISPLAY_RAW_DATA -+ struct rx_raw_rssi raw_rssi_info; -+ #endif -+ //s8 rxpwdb; -+ s16 noise; -+ //int RxSNRdB[2]; -+ //s8 RxRssi[2]; -+ //int FalseAlmCnt_all; -+ -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ _timer signal_stat_timer; -+ u32 signal_stat_sampling_interval; -+ //u32 signal_stat_converging_constant; -+ struct signal_stat signal_qual_data; -+ struct signal_stat signal_strength_data; -+#else //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ struct smooth_rssi_data signal_qual_data; -+ struct smooth_rssi_data signal_strength_data; -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ u16 sink_udpport,pre_rtp_rxseq,cur_rtp_rxseq; -+}; -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+#define rtw_set_signal_stat_timer(recvpriv) _set_timer(&(recvpriv)->signal_stat_timer, (recvpriv)->signal_stat_sampling_interval) -+#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS -+ -+struct sta_recv_priv { -+ -+ _lock lock; -+ sint option; -+ -+ //_queue blk_strms[MAX_RX_NUMBLKS]; -+ _queue defrag_q; //keeping the fragment frame until defrag -+ -+ struct stainfo_rxcache rxcache; -+ -+ //uint sta_rx_bytes; -+ //uint sta_rx_pkts; -+ //uint sta_rx_fail; -+ -+}; -+ -+ -+struct recv_buf -+{ -+ _list list; -+ -+ _lock recvbuf_lock; -+ -+ u32 ref_cnt; -+ -+ PADAPTER adapter; -+ -+ u8 *pbuf; -+ u8 *pallocated_buf; -+ -+ u32 len; -+ u8 *phead; -+ u8 *pdata; -+ u8 *ptail; -+ u8 *pend; -+ -+#ifdef CONFIG_USB_HCI -+ -+ #if defined(PLATFORM_OS_XP)||defined(PLATFORM_LINUX)||defined(PLATFORM_FREEBSD) -+ PURB purb; -+ dma_addr_t dma_transfer_addr; /* (in) dma addr for transfer_buffer */ -+ u32 alloc_sz; -+ #endif -+ -+ #ifdef PLATFORM_OS_XP -+ PIRP pirp; -+ #endif -+ -+ #ifdef PLATFORM_OS_CE -+ USB_TRANSFER usb_transfer_read_port; -+ #endif -+ -+ u8 irp_pending; -+ int transfer_len; -+ -+#endif -+ -+#ifdef PLATFORM_LINUX -+ _pkt *pskb; -+#endif -+#ifdef PLATFORM_FREEBSD //skb solution -+ struct sk_buff *pskb; -+#endif //PLATFORM_FREEBSD //skb solution -+}; -+ -+ -+/* -+ head -----> -+ -+ data -----> -+ -+ payload -+ -+ tail -----> -+ -+ -+ end -----> -+ -+ len = (unsigned int )(tail - data); -+ -+*/ -+struct recv_frame_hdr -+{ -+ _list list; -+#ifndef CONFIG_BSD_RX_USE_MBUF -+ struct sk_buff *pkt; -+ struct sk_buff *pkt_newalloc; -+#else // CONFIG_BSD_RX_USE_MBUF -+ _pkt *pkt; -+ _pkt *pkt_newalloc; -+#endif // CONFIG_BSD_RX_USE_MBUF -+ -+ _adapter *adapter; -+ -+ u8 fragcnt; -+ -+ int frame_tag; -+ -+ struct rx_pkt_attrib attrib; -+ -+ uint len; -+ u8 *rx_head; -+ u8 *rx_data; -+ u8 *rx_tail; -+ u8 *rx_end; -+ -+ void *precvbuf; -+ -+ -+ // -+ struct sta_info *psta; -+ -+ //for A-MPDU Rx reordering buffer control -+ struct recv_reorder_ctrl *preorder_ctrl; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ u8 UserPriority; -+ u8 WapiTempPN[16]; -+ u8 WapiSrcAddr[6]; -+ u8 bWapiCheckPNInDecrypt; -+ u8 bIsWaiPacket; -+#endif -+ -+}; -+ -+ -+union recv_frame{ -+ -+ union{ -+ _list list; -+ struct recv_frame_hdr hdr; -+ uint mem[RECVFRAME_HDR_ALIGN>>2]; -+ }u; -+ -+ //uint mem[MAX_RXSZ>>2]; -+ -+}; -+ -+typedef enum _RX_PACKET_TYPE{ -+ NORMAL_RX,//Normal rx packet -+ TX_REPORT1,//CCX -+ TX_REPORT2,//TX RPT -+ HIS_REPORT,// USB HISR RPT -+ C2H_PACKET -+}RX_PACKET_TYPE, *PRX_PACKET_TYPE; -+ -+extern union recv_frame *_rtw_alloc_recvframe (_queue *pfree_recv_queue); //get a free recv_frame from pfree_recv_queue -+extern union recv_frame *rtw_alloc_recvframe (_queue *pfree_recv_queue); //get a free recv_frame from pfree_recv_queue -+extern void rtw_init_recvframe(union recv_frame *precvframe ,struct recv_priv *precvpriv); -+extern int rtw_free_recvframe(union recv_frame *precvframe, _queue *pfree_recv_queue); -+ -+#define rtw_dequeue_recvframe(queue) rtw_alloc_recvframe(queue) -+extern int _rtw_enqueue_recvframe(union recv_frame *precvframe, _queue *queue); -+extern int rtw_enqueue_recvframe(union recv_frame *precvframe, _queue *queue); -+ -+extern void rtw_free_recvframe_queue(_queue *pframequeue, _queue *pfree_recv_queue); -+u32 rtw_free_uc_swdec_pending_queue(_adapter *adapter); -+ -+sint rtw_enqueue_recvbuf_to_head(struct recv_buf *precvbuf, _queue *queue); -+sint rtw_enqueue_recvbuf(struct recv_buf *precvbuf, _queue *queue); -+struct recv_buf *rtw_dequeue_recvbuf (_queue *queue); -+ -+void rtw_reordering_ctrl_timeout_handler(void *pcontext); -+ -+void rx_query_phy_status(union recv_frame *rframe, u8 *phy_stat); -+int rtw_inc_and_chk_continual_no_rx_packet(struct sta_info *sta, int tid_index); -+void rtw_reset_continual_no_rx_packet(struct sta_info *sta, int tid_index); -+ -+__inline static u8 *get_rxmem(union recv_frame *precvframe) -+{ -+ //always return rx_head... -+ if(precvframe==NULL) -+ return NULL; -+ -+ return precvframe->u.hdr.rx_head; -+} -+ -+__inline static u8 *get_rx_status(union recv_frame *precvframe) -+{ -+ -+ return get_rxmem(precvframe); -+ -+} -+ -+__inline static u8 *get_recvframe_data(union recv_frame *precvframe) -+{ -+ -+ //alwasy return rx_data -+ if(precvframe==NULL) -+ return NULL; -+ -+ return precvframe->u.hdr.rx_data; -+ -+} -+ -+__inline static u8 *recvframe_push(union recv_frame *precvframe, sint sz) -+{ -+ // append data before rx_data -+ -+ /* add data to the start of recv_frame -+ * -+ * This function extends the used data area of the recv_frame at the buffer -+ * start. rx_data must be still larger than rx_head, after pushing. -+ */ -+ -+ if(precvframe==NULL) -+ return NULL; -+ -+ -+ precvframe->u.hdr.rx_data -= sz ; -+ if( precvframe->u.hdr.rx_data < precvframe->u.hdr.rx_head ) -+ { -+ precvframe->u.hdr.rx_data += sz ; -+ return NULL; -+ } -+ -+ precvframe->u.hdr.len +=sz; -+ -+ return precvframe->u.hdr.rx_data; -+ -+} -+ -+ -+__inline static u8 *recvframe_pull(union recv_frame *precvframe, sint sz) -+{ -+ // rx_data += sz; move rx_data sz bytes hereafter -+ -+ //used for extract sz bytes from rx_data, update rx_data and return the updated rx_data to the caller -+ -+ -+ if(precvframe==NULL) -+ return NULL; -+ -+ -+ precvframe->u.hdr.rx_data += sz; -+ -+ if(precvframe->u.hdr.rx_data > precvframe->u.hdr.rx_tail) -+ { -+ precvframe->u.hdr.rx_data -= sz; -+ return NULL; -+ } -+ -+ precvframe->u.hdr.len -=sz; -+ -+ return precvframe->u.hdr.rx_data; -+ -+} -+ -+__inline static u8 *recvframe_put(union recv_frame *precvframe, sint sz) -+{ -+ // rx_tai += sz; move rx_tail sz bytes hereafter -+ -+ //used for append sz bytes from ptr to rx_tail, update rx_tail and return the updated rx_tail to the caller -+ //after putting, rx_tail must be still larger than rx_end. -+ unsigned char * prev_rx_tail; -+ -+ /* DBG_871X("recvframe_put: len=%d\n", sz); */ -+ -+ if(precvframe==NULL) -+ return NULL; -+ -+ prev_rx_tail = precvframe->u.hdr.rx_tail; -+ -+ precvframe->u.hdr.rx_tail += sz; -+ -+ if(precvframe->u.hdr.rx_tail > precvframe->u.hdr.rx_end) -+ { -+ precvframe->u.hdr.rx_tail -= sz; -+ return NULL; -+ } -+ -+ precvframe->u.hdr.len +=sz; -+ -+ return precvframe->u.hdr.rx_tail; -+ -+} -+ -+ -+ -+__inline static u8 *recvframe_pull_tail(union recv_frame *precvframe, sint sz) -+{ -+ // rmv data from rx_tail (by yitsen) -+ -+ //used for extract sz bytes from rx_end, update rx_end and return the updated rx_end to the caller -+ //after pulling, rx_end must be still larger than rx_data. -+ -+ if(precvframe==NULL) -+ return NULL; -+ -+ precvframe->u.hdr.rx_tail -= sz; -+ -+ if(precvframe->u.hdr.rx_tail < precvframe->u.hdr.rx_data) -+ { -+ precvframe->u.hdr.rx_tail += sz; -+ return NULL; -+ } -+ -+ precvframe->u.hdr.len -=sz; -+ -+ return precvframe->u.hdr.rx_tail; -+ -+} -+ -+ -+ -+__inline static _buffer * get_rxbuf_desc(union recv_frame *precvframe) -+{ -+ _buffer * buf_desc; -+ -+ if(precvframe==NULL) -+ return NULL; -+#ifdef PLATFORM_WINDOWS -+ NdisQueryPacket(precvframe->u.hdr.pkt, NULL, NULL, &buf_desc, NULL); -+#endif -+ -+ return buf_desc; -+} -+ -+ -+__inline static union recv_frame *rxmem_to_recvframe(u8 *rxmem) -+{ -+ //due to the design of 2048 bytes alignment of recv_frame, we can reference the union recv_frame -+ //from any given member of recv_frame. -+ // rxmem indicates the any member/address in recv_frame -+ -+ return (union recv_frame*)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); -+ -+} -+ -+__inline static union recv_frame *pkt_to_recvframe(_pkt *pkt) -+{ -+ -+ u8 * buf_star; -+ union recv_frame * precv_frame; -+#ifdef PLATFORM_WINDOWS -+ _buffer * buf_desc; -+ uint len; -+ -+ NdisQueryPacket(pkt, NULL, NULL, &buf_desc, &len); -+ NdisQueryBufferSafe(buf_desc, &buf_star, &len, HighPagePriority); -+#endif -+ precv_frame = rxmem_to_recvframe((unsigned char*)buf_star); -+ -+ return precv_frame; -+} -+ -+__inline static u8 *pkt_to_recvmem(_pkt *pkt) -+{ -+ // return the rx_head -+ -+ union recv_frame * precv_frame = pkt_to_recvframe(pkt); -+ -+ return precv_frame->u.hdr.rx_head; -+ -+} -+ -+__inline static u8 *pkt_to_recvdata(_pkt *pkt) -+{ -+ // return the rx_data -+ -+ union recv_frame * precv_frame =pkt_to_recvframe(pkt); -+ -+ return precv_frame->u.hdr.rx_data; -+ -+} -+ -+ -+__inline static sint get_recvframe_len(union recv_frame *precvframe) -+{ -+ return precvframe->u.hdr.len; -+} -+ -+ -+__inline static s32 translate_percentage_to_dbm(u32 SignalStrengthIndex) -+{ -+ s32 SignalPower; // in dBm. -+ -+#ifdef CONFIG_SIGNAL_SCALE_MAPPING -+ /* Translate to dBm (x=0.5y-95). */ -+ SignalPower = (s32)((SignalStrengthIndex + 1) >> 1); -+ SignalPower -= 95; -+#else -+ /* Translate to dBm (x=y-100) */ -+ SignalPower = SignalStrengthIndex - 100; -+#endif -+ -+ return SignalPower; -+} -+ -+ -+struct sta_info; -+ -+extern void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv); -+ -+extern void mgt_dispatcher(_adapter *padapter, union recv_frame *precv_frame); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_rf.h linux/3rdparty/rtl8812au/include/rtw_rf.h ---- linux.old/3rdparty/rtl8812au/include/rtw_rf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_rf.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,217 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_RF_H_ -+#define __RTW_RF_H_ -+ -+ -+#define OFDM_PHY 1 -+#define MIXED_PHY 2 -+#define CCK_PHY 3 -+ -+#define NumRates (13) -+ -+// slot time for 11g -+#define SHORT_SLOT_TIME 9 -+#define NON_SHORT_SLOT_TIME 20 -+ -+#define RTL8711_RF_MAX_SENS 6 -+#define RTL8711_RF_DEF_SENS 4 -+ -+// -+// We now define the following channels as the max channels in each channel plan. -+// 2G, total 14 chnls -+// {1,2,3,4,5,6,7,8,9,10,11,12,13,14} -+// 5G, total 24 chnls -+// {36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,165} -+#define MAX_CHANNEL_NUM_2G 14 -+#define MAX_CHANNEL_NUM_5G 24 -+#define MAX_CHANNEL_NUM 38//14+24 -+ -+#define CENTER_CH_2G_NUM 14 -+#define CENTER_CH_5G_20M_NUM 28 /* 20M center channels */ -+#define CENTER_CH_5G_40M_NUM 14 /* 40M center channels */ -+#define CENTER_CH_5G_80M_NUM 7 /* 80M center channels */ -+#define CENTER_CH_5G_ALL_NUM (CENTER_CH_5G_20M_NUM + CENTER_CH_5G_40M_NUM + CENTER_CH_5G_80M_NUM) -+ -+extern u8 center_ch_5g_20m[CENTER_CH_5G_20M_NUM]; -+extern u8 center_ch_5g_40m[CENTER_CH_5G_40M_NUM]; -+extern u8 center_ch_5g_80m[CENTER_CH_5G_80M_NUM]; -+extern u8 center_ch_5g_all[CENTER_CH_5G_ALL_NUM]; -+ -+//#define NUM_REGULATORYS 21 -+#define NUM_REGULATORYS 1 -+ -+//Country codes -+#define USA 0x555320 -+#define EUROPE 0x1 //temp, should be provided later -+#define JAPAN 0x2 //temp, should be provided later -+ -+struct regulatory_class { -+ u32 starting_freq; //MHz, -+ u8 channel_set[MAX_CHANNEL_NUM]; -+ u8 channel_cck_power[MAX_CHANNEL_NUM];//dbm -+ u8 channel_ofdm_power[MAX_CHANNEL_NUM];//dbm -+ u8 txpower_limit; //dbm -+ u8 channel_spacing; //MHz -+ u8 modem; -+}; -+ -+typedef enum _CAPABILITY{ -+ cESS = 0x0001, -+ cIBSS = 0x0002, -+ cPollable = 0x0004, -+ cPollReq = 0x0008, -+ cPrivacy = 0x0010, -+ cShortPreamble = 0x0020, -+ cPBCC = 0x0040, -+ cChannelAgility = 0x0080, -+ cSpectrumMgnt = 0x0100, -+ cQos = 0x0200, // For HCCA, use with CF-Pollable and CF-PollReq -+ cShortSlotTime = 0x0400, -+ cAPSD = 0x0800, -+ cRM = 0x1000, // RRM (Radio Request Measurement) -+ cDSSS_OFDM = 0x2000, -+ cDelayedBA = 0x4000, -+ cImmediateBA = 0x8000, -+}CAPABILITY, *PCAPABILITY; -+ -+enum _REG_PREAMBLE_MODE{ -+ PREAMBLE_LONG = 1, -+ PREAMBLE_AUTO = 2, -+ PREAMBLE_SHORT = 3, -+}; -+ -+ -+enum _RTL8712_RF_MIMO_CONFIG_{ -+ RTL8712_RFCONFIG_1T=0x10, -+ RTL8712_RFCONFIG_2T=0x20, -+ RTL8712_RFCONFIG_1R=0x01, -+ RTL8712_RFCONFIG_2R=0x02, -+ RTL8712_RFCONFIG_1T1R=0x11, -+ RTL8712_RFCONFIG_1T2R=0x12, -+ RTL8712_RFCONFIG_TURBO=0x92, -+ RTL8712_RFCONFIG_2T2R=0x22 -+}; -+ -+typedef enum _RF_PATH { -+ RF_PATH_A = 0, -+ RF_PATH_B = 1, -+ RF_PATH_C = 2, -+ RF_PATH_D = 3, -+} RF_PATH, *PRF_PATH; -+ -+const char rf_path_char(u8 path); -+ -+// Bandwidth Offset -+#define HAL_PRIME_CHNL_OFFSET_DONT_CARE 0 -+#define HAL_PRIME_CHNL_OFFSET_LOWER 1 -+#define HAL_PRIME_CHNL_OFFSET_UPPER 2 -+ -+// Represent Channel Width in HT Capabilities -+// -+typedef enum _CHANNEL_WIDTH{ -+ CHANNEL_WIDTH_20 = 0, -+ CHANNEL_WIDTH_40 = 1, -+ CHANNEL_WIDTH_80 = 2, -+ CHANNEL_WIDTH_160 = 3, -+ CHANNEL_WIDTH_80_80 = 4, -+ CHANNEL_WIDTH_MAX = 5, -+}CHANNEL_WIDTH, *PCHANNEL_WIDTH; -+ -+const char *ch_width_str(u8 bw); -+ -+// -+// Represent Extention Channel Offset in HT Capabilities -+// This is available only in 40Mhz mode. -+// -+typedef enum _EXTCHNL_OFFSET{ -+ EXTCHNL_OFFSET_NO_EXT = 0, -+ EXTCHNL_OFFSET_UPPER = 1, -+ EXTCHNL_OFFSET_NO_DEF = 2, -+ EXTCHNL_OFFSET_LOWER = 3, -+}EXTCHNL_OFFSET, *PEXTCHNL_OFFSET; -+ -+typedef enum _VHT_DATA_SC{ -+ VHT_DATA_SC_DONOT_CARE = 0, -+ VHT_DATA_SC_20_UPPER_OF_80MHZ = 1, -+ VHT_DATA_SC_20_LOWER_OF_80MHZ = 2, -+ VHT_DATA_SC_20_UPPERST_OF_80MHZ = 3, -+ VHT_DATA_SC_20_LOWEST_OF_80MHZ = 4, -+ VHT_DATA_SC_20_RECV1 = 5, -+ VHT_DATA_SC_20_RECV2 = 6, -+ VHT_DATA_SC_20_RECV3 = 7, -+ VHT_DATA_SC_20_RECV4 = 8, -+ VHT_DATA_SC_40_UPPER_OF_80MHZ = 9, -+ VHT_DATA_SC_40_LOWER_OF_80MHZ = 10, -+}VHT_DATA_SC, *PVHT_DATA_SC_E; -+ -+typedef enum _PROTECTION_MODE{ -+ PROTECTION_MODE_AUTO = 0, -+ PROTECTION_MODE_FORCE_ENABLE = 1, -+ PROTECTION_MODE_FORCE_DISABLE = 2, -+}PROTECTION_MODE, *PPROTECTION_MODE; -+ -+typedef enum _RT_RF_TYPE_DEFINITION -+{ -+ RF_1T2R = 0, -+ RF_2T4R = 1, -+ RF_2T2R = 2, -+ RF_1T1R = 3, -+ RF_2T2R_GREEN = 4, -+ RF_2T3R = 5, -+ RF_3T3R = 6, -+ RF_3T4R = 7, -+ RF_4T4R = 8, -+ -+ RF_MAX_TYPE = 0xF, /* u1Byte */ -+}RT_RF_TYPE_DEF_E; -+ -+int rtw_ch2freq(int chan); -+int rtw_freq2ch(int freq); -+bool rtw_chbw_to_freq_range(u8 ch, u8 bw, u8 offset, u32 *hi, u32 *lo); -+ -+int rtw_get_chplan_from_country(const char *country_code); -+ -+#define BB_GAIN_2G 0 -+#ifdef CONFIG_IEEE80211_BAND_5GHZ -+#define BB_GAIN_5GLB1 1 -+#define BB_GAIN_5GLB2 2 -+#define BB_GAIN_5GMB1 3 -+#define BB_GAIN_5GMB2 4 -+#define BB_GAIN_5GHB 5 -+#endif -+ -+#ifdef CONFIG_IEEE80211_BAND_5GHZ -+#define BB_GAIN_NUM 6 -+#else -+#define BB_GAIN_NUM 1 -+#endif -+ -+int rtw_ch_to_bb_gain_sel(int ch); -+void rtw_rf_set_tx_gain_offset(_adapter *adapter, u8 path, s8 offset); -+void rtw_rf_apply_tx_gain_offset(_adapter *adapter, u8 ch); -+ -+bool rtw_is_dfs_range(u32 hi, u32 lo); -+bool rtw_is_dfs_ch(u8 ch, u8 bw, u8 offset); -+bool rtw_is_long_cac_range(u32 hi, u32 lo); -+bool rtw_is_long_cac_ch(u8 ch, u8 bw, u8 offset); -+ -+#endif //_RTL8711_RF_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_security.h linux/3rdparty/rtl8812au/include/rtw_security.h ---- linux.old/3rdparty/rtl8812au/include/rtw_security.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_security.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,490 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_SECURITY_H_ -+#define __RTW_SECURITY_H_ -+ -+ -+#define _NO_PRIVACY_ 0x0 -+#define _WEP40_ 0x1 -+#define _TKIP_ 0x2 -+#define _TKIP_WTMIC_ 0x3 -+#define _AES_ 0x4 -+#define _WEP104_ 0x5 -+#define _WEP_WPA_MIXED_ 0x07 // WEP + WPA -+#define _SMS4_ 0x06 -+#ifdef CONFIG_IEEE80211W -+#define _BIP_ 0x8 -+#endif //CONFIG_IEEE80211W -+/* 802.11W use wrong key */ -+#define IEEE80211W_RIGHT_KEY 0x0 -+#define IEEE80211W_WRONG_KEY 0x1 -+#define IEEE80211W_NO_KEY 0x2 -+ -+#define is_wep_enc(alg) (((alg) == _WEP40_) || ((alg) == _WEP104_)) -+ -+const char *security_type_str(u8 value); -+ -+#define _WPA_IE_ID_ 0xdd -+#define _WPA2_IE_ID_ 0x30 -+ -+#define SHA256_MAC_LEN 32 -+#define AES_BLOCK_SIZE 16 -+#define AES_PRIV_SIZE (4 * 44) -+ -+#define RTW_KEK_LEN 16 -+#define RTW_KCK_LEN 16 -+#define RTW_REPLAY_CTR_LEN 8 -+ -+typedef enum { -+ ENCRYP_PROTOCOL_OPENSYS, //open system -+ ENCRYP_PROTOCOL_WEP, //WEP -+ ENCRYP_PROTOCOL_WPA, //WPA -+ ENCRYP_PROTOCOL_WPA2, //WPA2 -+ ENCRYP_PROTOCOL_WAPI, //WAPI: Not support in this version -+ ENCRYP_PROTOCOL_MAX -+}ENCRYP_PROTOCOL_E; -+ -+ -+#ifndef Ndis802_11AuthModeWPA2 -+#define Ndis802_11AuthModeWPA2 (Ndis802_11AuthModeWPANone + 1) -+#endif -+ -+#ifndef Ndis802_11AuthModeWPA2PSK -+#define Ndis802_11AuthModeWPA2PSK (Ndis802_11AuthModeWPANone + 2) -+#endif -+ -+union pn48 { -+ -+ u64 val; -+ -+#ifdef CONFIG_LITTLE_ENDIAN -+ -+struct { -+ u8 TSC0; -+ u8 TSC1; -+ u8 TSC2; -+ u8 TSC3; -+ u8 TSC4; -+ u8 TSC5; -+ u8 TSC6; -+ u8 TSC7; -+} _byte_; -+ -+#elif defined(CONFIG_BIG_ENDIAN) -+ -+struct { -+ u8 TSC7; -+ u8 TSC6; -+ u8 TSC5; -+ u8 TSC4; -+ u8 TSC3; -+ u8 TSC2; -+ u8 TSC1; -+ u8 TSC0; -+} _byte_; -+ -+#endif -+ -+}; -+ -+union Keytype { -+ u8 skey[16]; -+ u32 lkey[4]; -+}; -+ -+ -+typedef struct _RT_PMKID_LIST -+{ -+ u8 bUsed; -+ u8 Bssid[6]; -+ u8 PMKID[16]; -+ u8 SsidBuf[33]; -+ u8* ssid_octet; -+ u16 ssid_length; -+} RT_PMKID_LIST, *PRT_PMKID_LIST; -+ -+ -+struct security_priv -+{ -+ u32 dot11AuthAlgrthm; // 802.11 auth, could be open, shared, 8021x and authswitch -+ u32 dot11PrivacyAlgrthm; // This specify the privacy for shared auth. algorithm. -+ -+ /* WEP */ -+ u32 dot11PrivacyKeyIndex; // this is only valid for legendary wep, 0~3 for key id. (tx key index) -+ union Keytype dot11DefKey[4]; // this is only valid for def. key -+ u32 dot11DefKeylen[4]; -+ u8 key_mask; /* use to restore wep key after hal_init */ -+ -+ u32 dot118021XGrpPrivacy; // This specify the privacy algthm. used for Grp key -+ u32 dot118021XGrpKeyid; // key id used for Grp Key ( tx key index) -+ union Keytype dot118021XGrpKey[4]; // 802.1x Group Key, for inx0 and inx1 -+ union Keytype dot118021XGrptxmickey[4]; -+ union Keytype dot118021XGrprxmickey[4]; -+ union pn48 dot11Grptxpn; // PN48 used for Grp Key xmit. -+ union pn48 dot11Grprxpn; // PN48 used for Grp Key recv. -+#ifdef CONFIG_IEEE80211W -+ u32 dot11wBIPKeyid; // key id used for BIP Key ( tx key index) -+ union Keytype dot11wBIPKey[6]; // BIP Key, for index4 and index5 -+ union pn48 dot11wBIPtxpn; // PN48 used for Grp Key xmit. -+ union pn48 dot11wBIPrxpn; // PN48 used for Grp Key recv. -+#endif //CONFIG_IEEE80211W -+#ifdef CONFIG_AP_MODE -+ //extend security capabilities for AP_MODE -+ unsigned int dot8021xalg;//0:disable, 1:psk, 2:802.1x -+ unsigned int wpa_psk;//0:disable, bit(0): WPA, bit(1):WPA2 -+ unsigned int wpa_group_cipher; -+ unsigned int wpa2_group_cipher; -+ unsigned int wpa_pairwise_cipher; -+ unsigned int wpa2_pairwise_cipher; -+#endif -+ -+ u8 wps_ie[MAX_WPS_IE_LEN];//added in assoc req -+ int wps_ie_len; -+ -+ -+ u8 binstallGrpkey; -+#ifdef CONFIG_GTK_OL -+ u8 binstallKCK_KEK; -+#endif //CONFIG_GTK_OL -+#ifdef CONFIG_IEEE80211W -+ u8 binstallBIPkey; -+#endif //CONFIG_IEEE80211W -+ u8 busetkipkey; -+ //_timer tkip_timer; -+ u8 bcheck_grpkey; -+ u8 bgrpkey_handshake; -+ -+ //u8 packet_cnt;//unused, removed -+ -+ s32 sw_encrypt;//from registry_priv -+ s32 sw_decrypt;//from registry_priv -+ -+ s32 hw_decrypted;//if the rx packets is hw_decrypted==_FALSE, it means the hw has not been ready. -+ -+ -+ //keeps the auth_type & enc_status from upper layer ioctl(wpa_supplicant or wzc) -+ u32 ndisauthtype; // NDIS_802_11_AUTHENTICATION_MODE -+ u32 ndisencryptstatus; // NDIS_802_11_ENCRYPTION_STATUS -+ -+ NDIS_802_11_WEP ndiswep; -+#ifdef PLATFORM_WINDOWS -+ u8 KeyMaterial[16];// variable length depending on above field. -+#endif -+ -+ u8 assoc_info[600]; -+ u8 szofcapability[256]; //for wpa2 usage -+ u8 oidassociation[512]; //for wpa/wpa2 usage -+ u8 authenticator_ie[256]; //store ap security information element -+ u8 supplicant_ie[256]; //store sta security information element -+ -+ -+ //for tkip countermeasure -+ u32 last_mic_err_time; -+ u8 btkip_countermeasure; -+ u8 btkip_wait_report; -+ u32 btkip_countermeasure_time; -+ -+ //--------------------------------------------------------------------------- -+ // For WPA2 Pre-Authentication. -+ //--------------------------------------------------------------------------- -+ //u8 RegEnablePreAuth; // Default value: Pre-Authentication enabled or not, from registry "EnablePreAuth". Added by Annie, 2005-11-01. -+ //u8 EnablePreAuthentication; // Current Value: Pre-Authentication enabled or not. -+ RT_PMKID_LIST PMKIDList[NUM_PMKID_CACHE]; // Renamed from PreAuthKey[NUM_PRE_AUTH_KEY]. Annie, 2006-10-13. -+ u8 PMKIDIndex; -+ //u32 PMKIDCount; // Added by Annie, 2006-10-13. -+ //u8 szCapability[256]; // For WPA2-PSK using zero-config, by Annie, 2005-09-20. -+ -+ u8 bWepDefaultKeyIdxSet; -+ -+#define DBG_SW_SEC_CNT -+#ifdef DBG_SW_SEC_CNT -+ u64 wep_sw_enc_cnt_bc; -+ u64 wep_sw_enc_cnt_mc; -+ u64 wep_sw_enc_cnt_uc; -+ u64 wep_sw_dec_cnt_bc; -+ u64 wep_sw_dec_cnt_mc; -+ u64 wep_sw_dec_cnt_uc; -+ -+ u64 tkip_sw_enc_cnt_bc; -+ u64 tkip_sw_enc_cnt_mc; -+ u64 tkip_sw_enc_cnt_uc; -+ u64 tkip_sw_dec_cnt_bc; -+ u64 tkip_sw_dec_cnt_mc; -+ u64 tkip_sw_dec_cnt_uc; -+ -+ u64 aes_sw_enc_cnt_bc; -+ u64 aes_sw_enc_cnt_mc; -+ u64 aes_sw_enc_cnt_uc; -+ u64 aes_sw_dec_cnt_bc; -+ u64 aes_sw_dec_cnt_mc; -+ u64 aes_sw_dec_cnt_uc; -+#endif /* DBG_SW_SEC_CNT */ -+}; -+ -+struct sha256_state { -+ u64 length; -+ u32 state[8], curlen; -+ u8 buf[64]; -+}; -+ -+#define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ -+do{\ -+ switch(psecuritypriv->dot11AuthAlgrthm)\ -+ {\ -+ case dot11AuthAlgrthm_Open:\ -+ case dot11AuthAlgrthm_Shared:\ -+ case dot11AuthAlgrthm_Auto:\ -+ encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\ -+ break;\ -+ case dot11AuthAlgrthm_8021X:\ -+ if(bmcst)\ -+ encry_algo = (u8)psecuritypriv->dot118021XGrpPrivacy;\ -+ else\ -+ encry_algo =(u8) psta->dot118021XPrivacy;\ -+ break;\ -+ case dot11AuthAlgrthm_WAPI:\ -+ encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\ -+ break;\ -+ }\ -+}while(0) -+ -+#define _AES_IV_LEN_ 8 -+ -+#define SET_ICE_IV_LEN( iv_len, icv_len, encrypt)\ -+do{\ -+ switch(encrypt)\ -+ {\ -+ case _WEP40_:\ -+ case _WEP104_:\ -+ iv_len = 4;\ -+ icv_len = 4;\ -+ break;\ -+ case _TKIP_:\ -+ iv_len = 8;\ -+ icv_len = 4;\ -+ break;\ -+ case _AES_:\ -+ iv_len = 8;\ -+ icv_len = 8;\ -+ break;\ -+ case _SMS4_:\ -+ iv_len = 18;\ -+ icv_len = 16;\ -+ break;\ -+ default:\ -+ iv_len = 0;\ -+ icv_len = 0;\ -+ break;\ -+ }\ -+}while(0) -+ -+ -+#define GET_TKIP_PN(iv,dot11txpn)\ -+do{\ -+ dot11txpn._byte_.TSC0=iv[2];\ -+ dot11txpn._byte_.TSC1=iv[0];\ -+ dot11txpn._byte_.TSC2=iv[4];\ -+ dot11txpn._byte_.TSC3=iv[5];\ -+ dot11txpn._byte_.TSC4=iv[6];\ -+ dot11txpn._byte_.TSC5=iv[7];\ -+}while(0) -+ -+ -+#define ROL32( A, n ) ( ((A) << (n)) | ( ((A)>>(32-(n))) & ( (1UL << (n)) - 1 ) ) ) -+#define ROR32( A, n ) ROL32( (A), 32-(n) ) -+ -+struct mic_data -+{ -+ u32 K0, K1; // Key -+ u32 L, R; // Current state -+ u32 M; // Message accumulator (single word) -+ u32 nBytesInM; // # bytes in M -+}; -+ -+extern const u32 Te0[256]; -+extern const u32 Te1[256]; -+extern const u32 Te2[256]; -+extern const u32 Te3[256]; -+extern const u32 Te4[256]; -+extern const u32 Td0[256]; -+extern const u32 Td1[256]; -+extern const u32 Td2[256]; -+extern const u32 Td3[256]; -+extern const u32 Td4[256]; -+extern const u32 rcon[10]; -+extern const u8 Td4s[256]; -+extern const u8 rcons[10]; -+ -+#define RCON(i) (rcons[(i)] << 24) -+ -+static inline u32 rotr(u32 val, int bits) -+{ -+ return (val >> bits) | (val << (32 - bits)); -+} -+ -+#define TE0(i) Te0[((i) >> 24) & 0xff] -+#define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8) -+#define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16) -+#define TE3(i) rotr(Te0[(i) & 0xff], 24) -+#define TE41(i) ((Te0[((i) >> 24) & 0xff] << 8) & 0xff000000) -+#define TE42(i) (Te0[((i) >> 16) & 0xff] & 0x00ff0000) -+#define TE43(i) (Te0[((i) >> 8) & 0xff] & 0x0000ff00) -+#define TE44(i) ((Te0[(i) & 0xff] >> 8) & 0x000000ff) -+#define TE421(i) ((Te0[((i) >> 16) & 0xff] << 8) & 0xff000000) -+#define TE432(i) (Te0[((i) >> 8) & 0xff] & 0x00ff0000) -+#define TE443(i) (Te0[(i) & 0xff] & 0x0000ff00) -+#define TE414(i) ((Te0[((i) >> 24) & 0xff] >> 8) & 0x000000ff) -+#define TE4(i) ((Te0[(i)] >> 8) & 0x000000ff) -+ -+#define TD0(i) Td0[((i) >> 24) & 0xff] -+#define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) -+#define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) -+#define TD3(i) rotr(Td0[(i) & 0xff], 24) -+#define TD41(i) (Td4s[((i) >> 24) & 0xff] << 24) -+#define TD42(i) (Td4s[((i) >> 16) & 0xff] << 16) -+#define TD43(i) (Td4s[((i) >> 8) & 0xff] << 8) -+#define TD44(i) (Td4s[(i) & 0xff]) -+#define TD0_(i) Td0[(i) & 0xff] -+#define TD1_(i) rotr(Td0[(i) & 0xff], 8) -+#define TD2_(i) rotr(Td0[(i) & 0xff], 16) -+#define TD3_(i) rotr(Td0[(i) & 0xff], 24) -+ -+#define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ -+ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3])) -+ -+#define PUTU32(ct, st) { \ -+(ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); \ -+(ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } -+ -+#define WPA_GET_BE32(a) ((((u32) (a)[0]) << 24) | (((u32) (a)[1]) << 16) | \ -+ (((u32) (a)[2]) << 8) | ((u32) (a)[3])) -+ -+#define WPA_PUT_LE16(a, val) \ -+ do { \ -+ (a)[1] = ((u16) (val)) >> 8; \ -+ (a)[0] = ((u16) (val)) & 0xff; \ -+ } while (0) -+ -+#define WPA_PUT_BE32(a, val) \ -+ do { \ -+ (a)[0] = (u8) ((((u32) (val)) >> 24) & 0xff); \ -+ (a)[1] = (u8) ((((u32) (val)) >> 16) & 0xff); \ -+ (a)[2] = (u8) ((((u32) (val)) >> 8) & 0xff); \ -+ (a)[3] = (u8) (((u32) (val)) & 0xff); \ -+ } while (0) -+ -+#define WPA_PUT_BE64(a, val) \ -+ do { \ -+ (a)[0] = (u8) (((u64) (val)) >> 56); \ -+ (a)[1] = (u8) (((u64) (val)) >> 48); \ -+ (a)[2] = (u8) (((u64) (val)) >> 40); \ -+ (a)[3] = (u8) (((u64) (val)) >> 32); \ -+ (a)[4] = (u8) (((u64) (val)) >> 24); \ -+ (a)[5] = (u8) (((u64) (val)) >> 16); \ -+ (a)[6] = (u8) (((u64) (val)) >> 8); \ -+ (a)[7] = (u8) (((u64) (val)) & 0xff); \ -+ } while (0) -+ -+/* ===== start - public domain SHA256 implementation ===== */ -+ -+/* This is based on SHA256 implementation in LibTomCrypt that was released into -+ * public domain by Tom St Denis. */ -+ -+/* the K array */ -+static const unsigned long K[64] = { -+ 0x428a2f98UL, 0x71374491UL, 0xb5c0fbcfUL, 0xe9b5dba5UL, 0x3956c25bUL, -+ 0x59f111f1UL, 0x923f82a4UL, 0xab1c5ed5UL, 0xd807aa98UL, 0x12835b01UL, -+ 0x243185beUL, 0x550c7dc3UL, 0x72be5d74UL, 0x80deb1feUL, 0x9bdc06a7UL, -+ 0xc19bf174UL, 0xe49b69c1UL, 0xefbe4786UL, 0x0fc19dc6UL, 0x240ca1ccUL, -+ 0x2de92c6fUL, 0x4a7484aaUL, 0x5cb0a9dcUL, 0x76f988daUL, 0x983e5152UL, -+ 0xa831c66dUL, 0xb00327c8UL, 0xbf597fc7UL, 0xc6e00bf3UL, 0xd5a79147UL, -+ 0x06ca6351UL, 0x14292967UL, 0x27b70a85UL, 0x2e1b2138UL, 0x4d2c6dfcUL, -+ 0x53380d13UL, 0x650a7354UL, 0x766a0abbUL, 0x81c2c92eUL, 0x92722c85UL, -+ 0xa2bfe8a1UL, 0xa81a664bUL, 0xc24b8b70UL, 0xc76c51a3UL, 0xd192e819UL, -+ 0xd6990624UL, 0xf40e3585UL, 0x106aa070UL, 0x19a4c116UL, 0x1e376c08UL, -+ 0x2748774cUL, 0x34b0bcb5UL, 0x391c0cb3UL, 0x4ed8aa4aUL, 0x5b9cca4fUL, -+ 0x682e6ff3UL, 0x748f82eeUL, 0x78a5636fUL, 0x84c87814UL, 0x8cc70208UL, -+ 0x90befffaUL, 0xa4506cebUL, 0xbef9a3f7UL, 0xc67178f2UL -+}; -+ -+ -+/* Various logical functions */ -+#define RORc(x, y) \ -+( ((((unsigned long) (x) & 0xFFFFFFFFUL) >> (unsigned long) ((y) & 31)) | \ -+ ((unsigned long) (x) << (unsigned long) (32 - ((y) & 31)))) & 0xFFFFFFFFUL) -+#define Ch(x,y,z) (z ^ (x & (y ^ z))) -+#define Maj(x,y,z) (((x | y) & z) | (x & y)) -+#define S(x, n) RORc((x), (n)) -+#define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) -+#define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) -+#define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) -+#define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) -+#define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) -+#ifndef MIN -+#define MIN(x, y) (((x) < (y)) ? (x) : (y)) -+#endif -+#ifdef CONFIG_IEEE80211W -+int omac1_aes_128(u8 *key, u8 *data, size_t data_len, u8 *mac); -+#endif //CONFIG_IEEE80211W -+void rtw_secmicsetkey(struct mic_data *pmicdata, u8 * key ); -+void rtw_secmicappendbyte(struct mic_data *pmicdata, u8 b ); -+void rtw_secmicappend(struct mic_data *pmicdata, u8 * src, u32 nBytes ); -+void rtw_secgetmic(struct mic_data *pmicdata, u8 * dst ); -+ -+void rtw_seccalctkipmic( -+ u8 * key, -+ u8 *header, -+ u8 *data, -+ u32 data_len, -+ u8 *Miccode, -+ u8 priority); -+ -+u32 rtw_aes_encrypt(_adapter *padapter, u8 *pxmitframe); -+u32 rtw_tkip_encrypt(_adapter *padapter, u8 *pxmitframe); -+void rtw_wep_encrypt(_adapter *padapter, u8 *pxmitframe); -+ -+u32 rtw_aes_decrypt(_adapter *padapter, u8 *precvframe); -+u32 rtw_tkip_decrypt(_adapter *padapter, u8 *precvframe); -+void rtw_wep_decrypt(_adapter *padapter, u8 *precvframe); -+#ifdef CONFIG_IEEE80211W -+u32 rtw_BIP_verify(_adapter *padapter, u8 *precvframe); -+#endif //CONFIG_IEEE80211W -+#ifdef CONFIG_TDLS -+void wpa_tdls_generate_tpk(_adapter *padapter, PVOID sta); -+int wpa_tdls_ftie_mic(u8 *kck, u8 trans_seq, -+ u8 *lnkid, u8 *rsnie, u8 *timeoutie, u8 *ftie, -+ u8 *mic); -+int wpa_tdls_teardown_ftie_mic(u8 *kck, u8 *lnkid, u16 reason, -+ u8 dialog_token, u8 trans_seq, u8 *ftie, u8 *mic); -+int tdls_verify_mic(u8 *kck, u8 trans_seq, -+ u8 *lnkid, u8 *rsnie, u8 *timeoutie, u8 *ftie); -+#endif //CONFIG_TDLS -+ -+void rtw_use_tkipkey_handler(RTW_TIMER_HDL_ARGS); -+ -+void rtw_sec_restore_wep_key(_adapter *adapter); -+u8 rtw_handle_tkip_countermeasure(_adapter* adapter, const char *caller); -+ -+#ifdef CONFIG_WOWLAN -+u16 rtw_calc_crc(u8 *pdata, int length); -+#endif /*CONFIG_WOWLAN*/ -+ -+#endif //__RTL871X_SECURITY_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_sreset.h linux/3rdparty/rtl8812au/include/rtw_sreset.h ---- linux.old/3rdparty/rtl8812au/include/rtw_sreset.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_sreset.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,61 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_SRESET_H_ -+#define _RTW_SRESET_H_ -+ -+//#include -+ -+enum { -+ SRESET_TGP_NULL = 0, -+ SRESET_TGP_XMIT_STATUS = 1, -+ SRESET_TGP_LINK_STATUS = 2, -+}; -+ -+struct sreset_priv { -+ _mutex silentreset_mutex; -+ u8 silent_reset_inprogress; -+ u8 Wifi_Error_Status; -+ unsigned long last_tx_time; -+ unsigned long last_tx_complete_time; -+ -+ s32 dbg_trigger_point; -+}; -+ -+ -+ -+#define WIFI_STATUS_SUCCESS 0 -+#define USB_VEN_REQ_CMD_FAIL BIT0 -+#define USB_READ_PORT_FAIL BIT1 -+#define USB_WRITE_PORT_FAIL BIT2 -+#define WIFI_MAC_TXDMA_ERROR BIT3 -+#define WIFI_TX_HANG BIT4 -+#define WIFI_RX_HANG BIT5 -+#define WIFI_IF_NOT_EXIST BIT6 -+ -+void sreset_init_value(_adapter *padapter); -+void sreset_reset_value(_adapter *padapter); -+u8 sreset_get_wifi_status(_adapter *padapter); -+void sreset_set_wifi_error_status(_adapter *padapter, u32 status); -+void sreset_set_trigger_point(_adapter *padapter, s32 tgp); -+bool sreset_inprogress(_adapter *padapter); -+void sreset_reset(_adapter *padapter); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_tdls.h linux/3rdparty/rtl8812au/include/rtw_tdls.h ---- linux.old/3rdparty/rtl8812au/include/rtw_tdls.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_tdls.h 2017-06-07 23:07:21.043690492 +0300 -@@ -0,0 +1,149 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_TDLS_H_ -+#define __RTW_TDLS_H_ -+ -+ -+#ifdef CONFIG_TDLS -+/* TDLS STA state */ -+ -+ -+/* TDLS Diect Link Establishment */ -+#define TDLS_STATE_NONE 0x00000000 /* Default state */ -+#define TDLS_INITIATOR_STATE BIT(28) /* 0x10000000 */ -+#define TDLS_RESPONDER_STATE BIT(29) /* 0x20000000 */ -+#define TDLS_LINKED_STATE BIT(30) /* 0x40000000 */ -+/* TDLS PU Buffer STA */ -+#define TDLS_WAIT_PTR_STATE BIT(24) /* 0x01000000 */ /* Waiting peer's TDLS_PEER_TRAFFIC_RESPONSE frame */ -+/* TDLS Check ALive */ -+#define TDLS_ALIVE_STATE BIT(20) /* 0x00100000 */ /* Check if peer sta is alived. */ -+/* TDLS Channel Switch */ -+#define TDLS_CH_SWITCH_ON_STATE BIT(16) /* 0x00010000 */ -+#define TDLS_PEER_AT_OFF_STATE BIT(17) /* 0x00020000 */ /* Could send pkt on target ch */ -+#define TDLS_CH_SW_INITIATOR_STATE BIT(18) /* 0x00040000 */ /* Avoid duplicated or unconditional ch. switch rsp. */ -+#define TDLS_WAIT_CH_RSP_STATE BIT(19) /* 0x00080000 */ /* Wait Ch. response as we are TDLS channel switch initiator */ -+ -+ -+#define TPK_RESEND_COUNT 1800 /*Unit: seconds */ -+#define CH_SWITCH_TIME 5 -+#define CH_SWITCH_TIMEOUT 20 -+#define TDLS_SIGNAL_THRESH 0x20 -+#define TDLS_WATCHDOG_PERIOD 10 /* Periodically sending tdls discovery request in TDLS_WATCHDOG_PERIOD * 2 sec */ -+#define TDLS_HANDSHAKE_TIME 3000 -+#define TDLS_PTI_TIME 7000 -+ -+#define TDLS_MIC_LEN 16 -+#define WPA_NONCE_LEN 32 -+#define TDLS_TIMEOUT_LEN 4 -+ -+struct wpa_tdls_ftie { -+ u8 ie_type; /* FTIE */ -+ u8 ie_len; -+ u8 mic_ctrl[2]; -+ u8 mic[TDLS_MIC_LEN]; -+ u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ -+ u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */ -+ /* followed by optional elements */ -+} ; -+ -+struct wpa_tdls_lnkid { -+ u8 ie_type; /* Link Identifier IE */ -+ u8 ie_len; -+ u8 bssid[ETH_ALEN]; -+ u8 init_sta[ETH_ALEN]; -+ u8 resp_sta[ETH_ALEN]; -+} ; -+ -+static u8 TDLS_RSNIE[20]={ 0x01, 0x00, /* Version shall be set to 1 */ -+ 0x00, 0x0f, 0xac, 0x07, /* Group sipher suite */ -+ 0x01, 0x00, /* Pairwise cipher suite count */ -+ 0x00, 0x0f, 0xac, 0x04, /* Pairwise cipher suite list; CCMP only */ -+ 0x01, 0x00, /* AKM suite count */ -+ 0x00, 0x0f, 0xac, 0x07, /* TPK Handshake */ -+ 0x0c, 0x02, -+ /* PMKID shall not be present */ -+ }; -+ -+static u8 TDLS_WMMIE[]={0x00, 0x50, 0xf2, 0x02, 0x00, 0x01, 0x00}; /* Qos info all set zero */ -+ -+static u8 TDLS_WMM_PARAM_IE[] = {0x00, 0x00, 0x03, 0xa4, 0x00, 0x00, 0x27, 0xa4, 0x00, 0x00, 0x42, 0x43, 0x5e, 0x00, 0x62, 0x32, 0x2f, 0x00}; -+ -+static u8 TDLS_EXT_CAPIE[] = {0x00, 0x00, 0x00, 0x50, 0x20, 0x00, 0x00, 0x00}; /* bit(28), bit(30), bit(37) */ -+ -+/* SRC: Supported Regulatory Classes */ -+static u8 TDLS_SRC[] = { 0x01, 0x01, 0x02, 0x03, 0x04, 0x0c, 0x16, 0x17, 0x18, 0x19, 0x1b, 0x1c, 0x1d, 0x1e, 0x20, 0x21 }; -+ -+int check_ap_tdls_prohibited(u8 *pframe, u8 pkt_len); -+int check_ap_tdls_ch_switching_prohibited(u8 *pframe, u8 pkt_len); -+void rtw_reset_tdls_info(_adapter* padapter); -+int rtw_init_tdls_info(_adapter* padapter); -+void rtw_free_tdls_info(struct tdls_info *ptdlsinfo); -+int issue_nulldata_to_TDLS_peer_STA(_adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms); -+void rtw_init_tdls_timer(_adapter *padapter, struct sta_info *psta); -+void rtw_free_tdls_timer(struct sta_info *psta); -+void free_tdls_sta(_adapter *padapter, struct sta_info *ptdls_sta); -+#ifdef CONFIG_WFD -+int issue_tunneled_probe_req(_adapter *padapter); -+int issue_tunneled_probe_rsp(_adapter *padapter, union recv_frame *precv_frame); -+#endif /* CONFIG_WFD */ -+int issue_tdls_dis_req(_adapter *padapter, struct tdls_txmgmt *ptxmgmt); -+int issue_tdls_setup_req(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, int wait_ack); -+int issue_tdls_setup_rsp(_adapter *padapter, struct tdls_txmgmt *ptxmgmt); -+int issue_tdls_setup_cfm(_adapter *padapter, struct tdls_txmgmt *ptxmgmt); -+int issue_tdls_dis_rsp(_adapter * padapter, struct tdls_txmgmt *ptxmgmt, u8 privacy); -+int issue_tdls_teardown(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, u8 wait_ack); -+int issue_tdls_peer_traffic_rsp(_adapter *padapter, struct sta_info *psta, struct tdls_txmgmt *ptxmgmt); -+int issue_tdls_peer_traffic_indication(_adapter *padapter, struct sta_info *psta); -+int issue_tdls_ch_switch_req(_adapter *padapter, struct sta_info *ptdls_sta); -+int issue_tdls_ch_switch_rsp(_adapter *padapter, struct tdls_txmgmt *ptxmgmt, int wait_ack); -+sint On_TDLS_Dis_Rsp(_adapter *adapter, union recv_frame *precv_frame); -+sint On_TDLS_Setup_Req(_adapter *adapter, union recv_frame *precv_frame); -+int On_TDLS_Setup_Rsp(_adapter *adapter, union recv_frame *precv_frame); -+int On_TDLS_Setup_Cfm(_adapter *adapter, union recv_frame *precv_frame); -+int On_TDLS_Dis_Req(_adapter *adapter, union recv_frame *precv_frame); -+int On_TDLS_Teardown(_adapter *adapter, union recv_frame *precv_frame); -+int On_TDLS_Peer_Traffic_Indication(_adapter *adapter, union recv_frame *precv_frame); -+int On_TDLS_Peer_Traffic_Rsp(_adapter *adapter, union recv_frame *precv_frame); -+#ifdef CONFIG_TDLS_CH_SW -+sint On_TDLS_Ch_Switch_Req(_adapter *adapter, union recv_frame *precv_frame); -+sint On_TDLS_Ch_Switch_Rsp(_adapter *adapter, union recv_frame *precv_frame); -+void rtw_build_tdls_ch_switch_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tdls_ch_switch_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+#endif -+void rtw_build_tdls_setup_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tdls_setup_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tdls_setup_cfm_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tdls_teardown_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tdls_dis_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tdls_dis_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt, u8 privacy); -+void rtw_build_tdls_peer_traffic_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tdls_peer_traffic_indication_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe, struct tdls_txmgmt *ptxmgmt); -+void rtw_build_tunneled_probe_req_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe); -+void rtw_build_tunneled_probe_rsp_ies(_adapter * padapter, struct xmit_frame * pxmitframe, u8 *pframe); -+ -+u8 update_sgi_tdls(_adapter *padapter, struct sta_info *psta); -+u32 update_mask_tdls(_adapter *padapter, struct sta_info *psta); -+int rtw_tdls_is_driver_setup(_adapter *padapter); -+void rtw_tdls_set_key(_adapter *padapter, struct sta_info *ptdls_sta); -+const char * rtw_tdls_action_txt(enum TDLS_ACTION_FIELD action); -+#endif /* CONFIG_TDLS */ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_version.h linux/3rdparty/rtl8812au/include/rtw_version.h ---- linux.old/3rdparty/rtl8812au/include/rtw_version.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_version.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1 @@ -+#define DRIVERVERSION "v4.3.20_16317.20160108" -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_vht.h linux/3rdparty/rtl8812au/include/rtw_vht.h ---- linux.old/3rdparty/rtl8812au/include/rtw_vht.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_vht.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,143 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_VHT_H_ -+#define _RTW_VHT_H_ -+ -+#define LDPC_VHT_ENABLE_RX BIT0 -+#define LDPC_VHT_ENABLE_TX BIT1 -+#define LDPC_VHT_TEST_TX_ENABLE BIT2 -+#define LDPC_VHT_CAP_TX BIT3 -+ -+#define STBC_VHT_ENABLE_RX BIT0 -+#define STBC_VHT_ENABLE_TX BIT1 -+#define STBC_VHT_TEST_TX_ENABLE BIT2 -+#define STBC_VHT_CAP_TX BIT3 -+ -+#define BEAMFORMING_VHT_BEAMFORMER_ENABLE BIT0 // Declare our NIC supports beamformer -+#define BEAMFORMING_VHT_BEAMFORMEE_ENABLE BIT1 // Declare our NIC supports beamformee -+#define BEAMFORMING_VHT_MU_MIMO_AP_ENABLE BIT2 /*Declare our NIC support MU-MIMO AP mode*/ -+#define BEAMFORMING_VHT_MU_MIMO_STA_ENABLE BIT3 /*Declare our NIC support MU-MIMO STA mode*/ -+#define BEAMFORMING_VHT_BEAMFORMER_TEST BIT4 /*Transmiting Beamforming no matter the target supports it or not*/ -+#define BEAMFORMING_VHT_BEAMFORMER_STS_CAP (BIT8|BIT9|BIT10) /*Asoc rsp cap*/ -+#define BEAMFORMING_VHT_BEAMFORMEE_SOUND_DIM (BIT12|BIT13|BIT14) /*Asoc rsp cap*/ -+ -+ -+//VHT capability info -+#define SET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 0, 2, _val) -+#define SET_VHT_CAPABILITY_ELE_CHL_WIDTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 2, 2, _val) -+#define SET_VHT_CAPABILITY_ELE_RX_LDPC(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 4, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_SHORT_GI80M(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 5, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_SHORT_GI160M(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 6, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_TX_STBC(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 7, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_RX_STBC(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+1, 0, 3, _val) -+#define SET_VHT_CAPABILITY_ELE_SU_BFER(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+1, 3, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_SU_BFEE(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+1, 4, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_BFER_ANT_SUPP(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+1, 5, 3, _val) -+#define SET_VHT_CAPABILITY_ELE_SOUNDING_DIMENSIONS(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 0, 3, _val) -+ -+#define SET_VHT_CAPABILITY_ELE_MU_BFER(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 3, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_MU_BFEE(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 4, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_TXOP_PS(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 5, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_HTC_VHT(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 6, 1, _val) -+#define SET_VHT_CAPABILITY_ELE_MAX_RXAMPDU_FACTOR(_pEleStart, _val) SET_BITS_TO_LE_2BYTE((_pEleStart)+2, 7, 3, _val) //B23~B25 -+#define SET_VHT_CAPABILITY_ELE_LINK_ADAPTION(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+2, 2, 2, _val) -+#define SET_VHT_CAPABILITY_ELE_MCS_RX_MAP(_pEleStart, _val) SET_BITS_TO_LE_2BYTE((_pEleStart)+4, 0, 16, _val) /* B0~B15 indicate Rx MCS MAP, we write 0 to indicate MCS0~7. by page */ -+#define SET_VHT_CAPABILITY_ELE_MCS_RX_HIGHEST_RATE(_pEleStart, _val) SET_BITS_TO_LE_2BYTE((_pEleStart)+6, 0, 13, _val) -+#define SET_VHT_CAPABILITY_ELE_MCS_TX_MAP(_pEleStart, _val) SET_BITS_TO_LE_2BYTE((_pEleStart)+8, 0, 16, _val) /* B0~B15 indicate Tx MCS MAP, we write 0 to indicate MCS0~7. by page */ -+#define SET_VHT_CAPABILITY_ELE_MCS_TX_HIGHEST_RATE(_pEleStart, _val) SET_BITS_TO_LE_2BYTE((_pEleStart)+10, 0, 13, _val) -+ -+ -+#define GET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 0, 2) -+#define GET_VHT_CAPABILITY_ELE_CHL_WIDTH(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 2, 2) -+#define GET_VHT_CAPABILITY_ELE_RX_LDPC(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 4, 1) -+#define GET_VHT_CAPABILITY_ELE_SHORT_GI80M(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 5, 1) -+#define GET_VHT_CAPABILITY_ELE_SHORT_GI160M(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 6, 1) -+#define GET_VHT_CAPABILITY_ELE_TX_STBC(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 7, 1) -+#define GET_VHT_CAPABILITY_ELE_RX_STBC(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+1, 0, 3) -+#define GET_VHT_CAPABILITY_ELE_SU_BFER(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+1, 3, 1) -+#define GET_VHT_CAPABILITY_ELE_SU_BFEE(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+1, 4, 1) -+/*phydm-beamforming*/ -+#define GET_VHT_CAPABILITY_ELE_SU_BFEE_STS_CAP(_pEleStart) LE_BITS_TO_2BYTE((_pEleStart)+1, 5, 3) -+#define GET_VHT_CAPABILITY_ELE_SU_BFER_SOUND_DIM_NUM(_pEleStart) LE_BITS_TO_2BYTE((_pEleStart)+2, 0, 3) -+#define GET_VHT_CAPABILITY_ELE_TXOP_PS(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+2, 5, 1) -+#define GET_VHT_CAPABILITY_ELE_MAX_RXAMPDU_FACTOR(_pEleStart) LE_BITS_TO_2BYTE((_pEleStart)+2, 7, 3) -+#define GET_VHT_CAPABILITY_ELE_RX_MCS(_pEleStart) ((_pEleStart)+4) -+#define GET_VHT_CAPABILITY_ELE_MCS_RX_HIGHEST_RATE(_pEleStart) LE_BITS_TO_2BYTE((_pEleStart)+6, 0, 13) -+#define GET_VHT_CAPABILITY_ELE_TX_MCS(_pEleStart) ((_pEleStart)+8) -+#define GET_VHT_CAPABILITY_ELE_MCS_TX_HIGHEST_RATE(_pEleStart) LE_BITS_TO_2BYTE((_pEleStart)+10, 0, 13) -+ -+ -+//VHT Operation Information Element -+#define SET_VHT_OPERATION_ELE_CHL_WIDTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 0, 8, _val) -+#define SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ1(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart+1, 0, 8, _val) -+#define SET_VHT_OPERATION_ELE_CHL_CENTER_FREQ2(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart+2, 0, 8, _val) -+#define SET_VHT_OPERATION_ELE_BASIC_MCS_SET(_pEleStart, _val) SET_BITS_TO_LE_2BYTE((_pEleStart)+3, 0, 16, _val) -+ -+#define GET_VHT_OPERATION_ELE_CHL_WIDTH(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart,0,8) -+#define GET_VHT_OPERATION_ELE_CENTER_FREQ1(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+1,0,8) -+#define GET_VHT_OPERATION_ELE_CENTER_FREQ2(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+2,0,8) -+ -+//VHT Operating Mode -+#define SET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 0, 2, _val) -+#define SET_VHT_OPERATING_MODE_FIELD_RX_NSS(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 4, 3, _val) -+#define SET_VHT_OPERATING_MODE_FIELD_RX_NSS_TYPE(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 7, 1, _val) -+#define GET_VHT_OPERATING_MODE_FIELD_CHNL_WIDTH(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 0, 2) -+#define GET_VHT_OPERATING_MODE_FIELD_RX_NSS(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 4, 3) -+#define GET_VHT_OPERATING_MODE_FIELD_RX_NSS_TYPE(_pEleStart) LE_BITS_TO_1BYTE(_pEleStart, 7, 1) -+ -+#define SET_EXT_CAPABILITY_ELE_OP_MODE_NOTIF(_pEleStart, _val) SET_BITS_TO_LE_1BYTE((_pEleStart)+7, 6, 1, _val) -+#define GET_EXT_CAPABILITY_ELE_OP_MODE_NOTIF(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+7, 6, 1) -+ -+struct vht_priv -+{ -+ u8 vht_option; -+ -+ u8 ldpc_cap; -+ u8 stbc_cap; -+ u16 beamform_cap; -+ -+ u8 sgi_80m;//short GI -+ u8 ampdu_len; -+ -+ u8 vht_op_mode_notify; -+ u8 vht_highest_rate; -+ u8 vht_mcs_map[2]; -+ -+ u8 vht_cap[32]; -+}; -+ -+u8 rtw_get_vht_highest_rate(u8 *pvht_mcs_map); -+u16 rtw_vht_mcs_to_data_rate(u8 bw, u8 short_GI, u8 vht_mcs_rate); -+u64 rtw_vht_rate_to_bitmap(u8 *pVHTRate); -+void rtw_vht_use_default_setting(_adapter *padapter); -+u32 rtw_build_vht_operation_ie(_adapter *padapter, u8 *pbuf, u8 channel); -+u32 rtw_build_vht_op_mode_notify_ie(_adapter *padapter, u8 *pbuf, u8 bw); -+u32 rtw_build_vht_cap_ie(_adapter *padapter, u8 *pbuf); -+void update_sta_vht_info_apmode(_adapter *padapter, PVOID psta); -+void update_hw_vht_param(_adapter *padapter); -+void VHT_caps_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE); -+void VHT_operation_handler(_adapter *padapter, PNDIS_802_11_VARIABLE_IEs pIE); -+void rtw_process_vht_op_mode_notify(_adapter *padapter, u8 *pframe, PVOID sta); -+u32 rtw_restructure_vht_ie(_adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len); -+void VHTOnAssocRsp(_adapter *padapter); -+u8 rtw_vht_mcsmap_to_nss(u8 *pvht_mcs_map); -+ -+#endif //_RTW_VHT_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_wapi.h linux/3rdparty/rtl8812au/include/rtw_wapi.h ---- linux.old/3rdparty/rtl8812au/include/rtw_wapi.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_wapi.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,222 @@ -+#ifndef __INC_WAPI_H -+#define __INC_WAPI_H -+ -+ -+#define CONFIG_WAPI_SW_SMS4 -+#define WAPI_DEBUG -+ -+#define SMS4_MIC_LEN 16 -+#define WAPI_EXT_LEN 18 -+#define MAX_WAPI_IE_LEN 256 -+#define sMacHdrLng 24 // octets in data header, no WEP -+ -+#ifdef WAPI_DEBUG -+ -+/* WAPI trace debug */ -+extern u32 wapi_debug_component; -+ -+static inline void dump_buf(u8 *buf, u32 len) -+{ -+ u32 i; -+ printk("-----------------Len %d----------------\n", len); -+ for(i=0; i= KERNEL_VERSION(4, 7, 0)) -+#define ieee80211_band nl80211_band -+#define IEEE80211_BAND_2GHZ NL80211_BAND_2GHZ -+#define IEEE80211_BAND_5GHZ NL80211_BAND_5GHZ -+#define IEEE80211_NUM_BANDS NUM_NL80211_BANDS -+#endif -+ -+#endif /* __RTW_WIFI_REGD_H__ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/rtw_xmit.h linux/3rdparty/rtl8812au/include/rtw_xmit.h ---- linux.old/3rdparty/rtl8812au/include/rtw_xmit.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/rtw_xmit.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,877 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _RTW_XMIT_H_ -+#define _RTW_XMIT_H_ -+ -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+#ifdef CONFIG_TX_AGGREGATION -+#define MAX_XMITBUF_SZ (20480) // 20k -+//#define SDIO_TX_AGG_MAX 5 -+#else -+#define MAX_XMITBUF_SZ (1664) -+#define SDIO_TX_AGG_MAX 1 -+#endif -+ -+#if defined CONFIG_SDIO_HCI -+#define NR_XMITBUFF (16) -+#endif -+#if defined(CONFIG_GSPI_HCI) -+#define NR_XMITBUFF (128) -+#endif -+ -+#elif defined (CONFIG_USB_HCI) -+ -+#ifdef CONFIG_USB_TX_AGGREGATION -+ #if defined(CONFIG_PLATFORM_ARM_SUNxI) || defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) || defined(CONFIG_PLATFORM_ARM_SUN8I) || defined(CONFIG_PLATFORM_ARM_SUN50IW1P1) -+ #define MAX_XMITBUF_SZ (12288) //12k 1536*8 -+ #elif defined (CONFIG_PLATFORM_MSTAR) -+ #define MAX_XMITBUF_SZ 7680 // 7.5k -+ #else -+ #define MAX_XMITBUF_SZ (20480) // 20k -+ #endif -+#else -+#define MAX_XMITBUF_SZ (2048) -+#endif -+ -+#ifdef CONFIG_SINGLE_XMIT_BUF -+#define NR_XMITBUFF (1) -+#else -+#define NR_XMITBUFF (4) -+#endif //CONFIG_SINGLE_XMIT_BUF -+#elif defined (CONFIG_PCI_HCI) -+#define MAX_XMITBUF_SZ (1664) -+#define NR_XMITBUFF (128) -+#endif -+ -+#ifdef PLATFORM_OS_CE -+#define XMITBUF_ALIGN_SZ 4 -+#else -+#ifdef CONFIG_PCI_HCI -+#define XMITBUF_ALIGN_SZ 4 -+#else -+#ifdef USB_XMITBUF_ALIGN_SZ -+#define XMITBUF_ALIGN_SZ (USB_XMITBUF_ALIGN_SZ) -+#else -+#define XMITBUF_ALIGN_SZ 512 -+#endif -+#endif -+#endif -+ -+// xmit extension buff defination -+#define MAX_XMIT_EXTBUF_SZ (1536) -+ -+#ifdef CONFIG_SINGLE_XMIT_BUF -+#define NR_XMIT_EXTBUFF (1) -+#else -+#define NR_XMIT_EXTBUFF (32) -+#endif -+ -+#ifdef CONFIG_RTL8812A -+#define MAX_CMDBUF_SZ (512*14) -+#else -+#define MAX_CMDBUF_SZ (5120) //(4096) -+#endif -+ -+#define MAX_NUMBLKS (1) -+ -+#define XMIT_VO_QUEUE (0) -+#define XMIT_VI_QUEUE (1) -+#define XMIT_BE_QUEUE (2) -+#define XMIT_BK_QUEUE (3) -+ -+#define VO_QUEUE_INX 0 -+#define VI_QUEUE_INX 1 -+#define BE_QUEUE_INX 2 -+#define BK_QUEUE_INX 3 -+#define BCN_QUEUE_INX 4 -+#define MGT_QUEUE_INX 5 -+#define HIGH_QUEUE_INX 6 -+#define TXCMD_QUEUE_INX 7 -+ -+#define HW_QUEUE_ENTRY 8 -+ -+#ifdef CONFIG_PCI_HCI -+//#define TXDESC_NUM 64 -+#define TXDESC_NUM 128 -+#define TXDESC_NUM_BE_QUEUE 128 -+#endif -+ -+#define WEP_IV(pattrib_iv, dot11txpn, keyidx)\ -+do{\ -+ pattrib_iv[0] = dot11txpn._byte_.TSC0;\ -+ pattrib_iv[1] = dot11txpn._byte_.TSC1;\ -+ pattrib_iv[2] = dot11txpn._byte_.TSC2;\ -+ pattrib_iv[3] = ((keyidx & 0x3)<<6);\ -+ dot11txpn.val = (dot11txpn.val == 0xffffff) ? 0: (dot11txpn.val+1);\ -+}while(0) -+ -+ -+#define TKIP_IV(pattrib_iv, dot11txpn, keyidx)\ -+do{\ -+ pattrib_iv[0] = dot11txpn._byte_.TSC1;\ -+ pattrib_iv[1] = (dot11txpn._byte_.TSC1 | 0x20) & 0x7f;\ -+ pattrib_iv[2] = dot11txpn._byte_.TSC0;\ -+ pattrib_iv[3] = BIT(5) | ((keyidx & 0x3)<<6);\ -+ pattrib_iv[4] = dot11txpn._byte_.TSC2;\ -+ pattrib_iv[5] = dot11txpn._byte_.TSC3;\ -+ pattrib_iv[6] = dot11txpn._byte_.TSC4;\ -+ pattrib_iv[7] = dot11txpn._byte_.TSC5;\ -+ dot11txpn.val = dot11txpn.val == 0xffffffffffffULL ? 0: (dot11txpn.val+1);\ -+}while(0) -+ -+#define AES_IV(pattrib_iv, dot11txpn, keyidx)\ -+do{\ -+ pattrib_iv[0] = dot11txpn._byte_.TSC0;\ -+ pattrib_iv[1] = dot11txpn._byte_.TSC1;\ -+ pattrib_iv[2] = 0;\ -+ pattrib_iv[3] = BIT(5) | ((keyidx & 0x3)<<6);\ -+ pattrib_iv[4] = dot11txpn._byte_.TSC2;\ -+ pattrib_iv[5] = dot11txpn._byte_.TSC3;\ -+ pattrib_iv[6] = dot11txpn._byte_.TSC4;\ -+ pattrib_iv[7] = dot11txpn._byte_.TSC5;\ -+ dot11txpn.val = dot11txpn.val == 0xffffffffffffULL ? 0: (dot11txpn.val+1);\ -+}while(0) -+ -+ -+#define HWXMIT_ENTRY 4 -+ -+// For Buffer Descriptor ring architecture -+#ifdef BUF_DESC_ARCH -+#if defined(CONFIG_RTL8192E) -+#define TX_BUFFER_SEG_NUM 1 /* 0:2 seg, 1: 4 seg, 2: 8 seg. */ -+#elif defined(CONFIG_RTL8814A) -+#define TX_BUFFER_SEG_NUM 1 /* 0:2 seg, 1: 4 seg, 2: 8 seg. */ -+#endif -+#endif -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8192E) || defined(CONFIG_RTL8814A) || defined(CONFIG_RTL8703B) || defined(CONFIG_RTL8188F) -+#define TXDESC_SIZE 40 -+#else -+#define TXDESC_SIZE 32 /* old IC (ex: 8188E) */ -+#endif -+ -+#ifdef CONFIG_TX_EARLY_MODE -+#define EARLY_MODE_INFO_SIZE 8 -+#endif -+ -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+#define TXDESC_OFFSET TXDESC_SIZE -+#endif -+ -+#ifdef CONFIG_USB_HCI -+#ifdef USB_PACKET_OFFSET_SZ -+#define PACKET_OFFSET_SZ (USB_PACKET_OFFSET_SZ) -+#else -+#define PACKET_OFFSET_SZ (8) -+#endif -+#define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ) -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+#if defined(CONFIG_RTL8192E) || defined(CONFIG_RTL8814A) -+/* this section is defined for buffer descriptor ring architecture */ -+#define TX_WIFI_INFO_SIZE (TXDESC_SIZE) /* it may add 802.11 hdr or others... */ -+/* tx desc and payload are in the same buf */ -+#define TXDESC_OFFSET (TX_WIFI_INFO_SIZE) -+#else -+/* tx desc and payload are NOT in the same buf */ -+#define TXDESC_OFFSET (0) -+/* 8188ee/8723be/8812ae/8821ae has extra PCI DMA info in tx desc */ -+#define TX_DESC_NEXT_DESC_OFFSET (TXDESC_SIZE + 8) -+#endif -+#endif /* CONFIG_PCI_HCI */ -+ -+enum TXDESC_SC{ -+ SC_DONT_CARE = 0x00, -+ SC_UPPER= 0x01, -+ SC_LOWER=0x02, -+ SC_DUPLICATE=0x03 -+}; -+ -+#ifdef CONFIG_PCI_HCI -+#define TXDESC_64_BYTES -+#elif defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8723B) || defined(CONFIG_RTL8188F) -+#define TXDESC_40_BYTES -+#endif -+ -+#if (defined(CONFIG_RTL8192E) || defined(CONFIG_RTL8814A)) && defined(CONFIG_PCI_HCI) /* 8192ee or 8814ae */ -+//8192EE_TODO -+struct tx_desc -+{ -+ unsigned int txdw0; -+ unsigned int txdw1; -+ unsigned int txdw2; -+ unsigned int txdw3; -+ unsigned int txdw4; -+ unsigned int txdw5; -+ unsigned int txdw6; -+ unsigned int txdw7; -+}; -+#else -+struct tx_desc -+{ -+ unsigned int txdw0; -+ unsigned int txdw1; -+ unsigned int txdw2; -+ unsigned int txdw3; -+ unsigned int txdw4; -+ unsigned int txdw5; -+ unsigned int txdw6; -+ unsigned int txdw7; -+ -+#if defined(TXDESC_40_BYTES) || defined(TXDESC_64_BYTES) -+ unsigned int txdw8; -+ unsigned int txdw9; -+#endif // TXDESC_40_BYTES -+ -+#ifdef TXDESC_64_BYTES -+ unsigned int txdw10; -+ unsigned int txdw11; -+ -+ // 2008/05/15 MH Because PCIE HW memory R/W 4K limit. And now, our descriptor -+ // size is 40 bytes. If you use more than 102 descriptor( 103*40>4096), HW will execute -+ // memoryR/W CRC error. And then all DMA fetch will fail. We must decrease descriptor -+ // number or enlarge descriptor size as 64 bytes. -+ unsigned int txdw12; -+ unsigned int txdw13; -+ unsigned int txdw14; -+ unsigned int txdw15; -+#endif -+}; -+#endif -+ -+union txdesc { -+ struct tx_desc txdesc; -+ unsigned int value[TXDESC_SIZE>>2]; -+}; -+ -+#ifdef CONFIG_PCI_HCI -+#define PCI_MAX_TX_QUEUE_COUNT 8 -+ -+struct rtw_tx_ring { -+ unsigned char qid; -+ struct tx_desc *desc; -+ dma_addr_t dma; -+ unsigned int idx; -+ unsigned int entries; -+ _queue queue; -+ u32 qlen; -+}; -+#endif -+ -+struct hw_xmit { -+ //_lock xmit_lock; -+ //_list pending; -+ _queue *sta_queue; -+ //struct hw_txqueue *phwtxqueue; -+ //sint txcmdcnt; -+ int accnt; -+}; -+ -+#if 0 -+struct pkt_attrib -+{ -+ u8 type; -+ u8 subtype; -+ u8 bswenc; -+ u8 dhcp_pkt; -+ u16 ether_type; -+ int pktlen; //the original 802.3 pkt raw_data len (not include ether_hdr data) -+ int pkt_hdrlen; //the original 802.3 pkt header len -+ int hdrlen; //the WLAN Header Len -+ int nr_frags; -+ int last_txcmdsz; -+ int encrypt; //when 0 indicate no encrypt. when non-zero, indicate the encrypt algorith -+ u8 iv[8]; -+ int iv_len; -+ u8 icv[8]; -+ int icv_len; -+ int priority; -+ int ack_policy; -+ int mac_id; -+ int vcs_mode; //virtual carrier sense method -+ -+ u8 dst[ETH_ALEN]; -+ u8 src[ETH_ALEN]; -+ u8 ta[ETH_ALEN]; -+ u8 ra[ETH_ALEN]; -+ -+ u8 key_idx; -+ -+ u8 qos_en; -+ u8 ht_en; -+ u8 raid;//rate adpative id -+ u8 bwmode; -+ u8 ch_offset;//PRIME_CHNL_OFFSET -+ u8 sgi;//short GI -+ u8 ampdu_en;//tx ampdu enable -+ u8 mdata;//more data bit -+ u8 eosp; -+ -+ u8 triggered;//for ap mode handling Power Saving sta -+ -+ u32 qsel; -+ u16 seqnum; -+ -+ struct sta_info * psta; -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX -+ u8 hw_tcp_csum; -+#endif -+}; -+#else -+//reduce size -+struct pkt_attrib -+{ -+ u8 type; -+ u8 subtype; -+ u8 bswenc; -+ u8 dhcp_pkt; -+ u16 ether_type; -+ u16 seqnum; -+ u8 hw_ssn_sel; //for HW_SEQ0,1,2,3 -+ u16 pkt_hdrlen; //the original 802.3 pkt header len -+ u16 hdrlen; //the WLAN Header Len -+ u32 pktlen; //the original 802.3 pkt raw_data len (not include ether_hdr data) -+ u32 last_txcmdsz; -+ u8 nr_frags; -+ u8 encrypt; //when 0 indicate no encrypt. when non-zero, indicate the encrypt algorith -+ u8 iv_len; -+ u8 icv_len; -+ u8 iv[18]; -+ u8 icv[16]; -+ u8 priority; -+ u8 ack_policy; -+ u8 mac_id; -+ u8 vcs_mode; //virtual carrier sense method -+ u8 dst[ETH_ALEN]; -+ u8 src[ETH_ALEN]; -+ u8 ta[ETH_ALEN]; -+ u8 ra[ETH_ALEN]; -+ u8 key_idx; -+ u8 qos_en; -+ u8 ht_en; -+ u8 raid;//rate adpative id -+ u8 bwmode; -+ u8 ch_offset;//PRIME_CHNL_OFFSET -+ u8 sgi;//short GI -+ u8 ampdu_en;//tx ampdu enable -+ u8 ampdu_spacing; //ampdu_min_spacing for peer sta's rx -+ u8 mdata;//more data bit -+ u8 pctrl;//per packet txdesc control enable -+ u8 triggered;//for ap mode handling Power Saving sta -+ u8 qsel; -+ u8 order;//order bit -+ u8 eosp; -+ u8 rate; -+ u8 intel_proxim; -+ u8 retry_ctrl; -+ u8 mbssid; -+ u8 ldpc; -+ u8 stbc; -+ struct sta_info * psta; -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX -+ u8 hw_tcp_csum; -+#endif -+ -+ u8 rtsen; -+ u8 cts2self; -+ union Keytype dot11tkiptxmickey; -+ //union Keytype dot11tkiprxmickey; -+ union Keytype dot118021x_UncstKey; -+ -+#ifdef CONFIG_TDLS -+ u8 direct_link; -+ struct sta_info *ptdls_sta; -+#endif //CONFIG_TDLS -+ u8 key_type; -+ -+ u8 icmp_pkt; -+ u16 txbf_p_aid;/*beamforming Partial_AID*/ -+ u16 txbf_g_id;/*beamforming Group ID*/ -+ -+}; -+#endif -+ -+#ifdef PLATFORM_FREEBSD -+#define ETH_ALEN 6 /* Octets in one ethernet addr */ -+#define ETH_HLEN 14 /* Total octets in header. */ -+#define ETH_P_IP 0x0800 /* Internet Protocol packet */ -+ -+/*struct rtw_ieee80211_hdr { -+ uint16_t frame_control; -+ uint16_t duration_id; -+ u8 addr1[6]; -+ u8 addr2[6]; -+ u8 addr3[6]; -+ uint16_t seq_ctrl; -+ u8 addr4[6]; -+} ;*/ -+#endif //PLATFORM_FREEBSD -+ -+#define WLANHDR_OFFSET 64 -+ -+#define NULL_FRAMETAG (0x0) -+#define DATA_FRAMETAG 0x01 -+#define L2_FRAMETAG 0x02 -+#define MGNT_FRAMETAG 0x03 -+#define AMSDU_FRAMETAG 0x04 -+ -+#define EII_FRAMETAG 0x05 -+#define IEEE8023_FRAMETAG 0x06 -+ -+#define MP_FRAMETAG 0x07 -+ -+#define TXAGG_FRAMETAG 0x08 -+ -+enum { -+ XMITBUF_DATA = 0, -+ XMITBUF_MGNT = 1, -+ XMITBUF_CMD = 2, -+}; -+ -+bool rtw_xmit_ac_blocked(_adapter *adapter); -+ -+struct submit_ctx{ -+ u32 submit_time; /* */ -+ u32 timeout_ms; /* <0: not synchronous, 0: wait forever, >0: up to ms waiting */ -+ int status; /* status for operation */ -+#ifdef PLATFORM_LINUX -+ struct completion done; -+#endif -+}; -+ -+enum { -+ RTW_SCTX_SUBMITTED = -1, -+ RTW_SCTX_DONE_SUCCESS = 0, -+ RTW_SCTX_DONE_UNKNOWN, -+ RTW_SCTX_DONE_TIMEOUT, -+ RTW_SCTX_DONE_BUF_ALLOC, -+ RTW_SCTX_DONE_BUF_FREE, -+ RTW_SCTX_DONE_WRITE_PORT_ERR, -+ RTW_SCTX_DONE_TX_DESC_NA, -+ RTW_SCTX_DONE_TX_DENY, -+ RTW_SCTX_DONE_CCX_PKT_FAIL, -+ RTW_SCTX_DONE_DRV_STOP, -+ RTW_SCTX_DONE_DEV_REMOVE, -+ RTW_SCTX_DONE_CMD_ERROR, -+}; -+ -+ -+void rtw_sctx_init(struct submit_ctx *sctx, int timeout_ms); -+int rtw_sctx_wait(struct submit_ctx *sctx, const char *msg); -+void rtw_sctx_done_err(struct submit_ctx **sctx, int status); -+void rtw_sctx_done(struct submit_ctx **sctx); -+ -+struct xmit_buf -+{ -+ _list list; -+ -+ _adapter *padapter; -+ -+ u8 *pallocated_buf; -+ -+ u8 *pbuf; -+ -+ void *priv_data; -+ -+ u16 buf_tag; // 0: Normal xmitbuf, 1: extension xmitbuf, 2:cmd xmitbuf -+ u16 flags; -+ u32 alloc_sz; -+ -+ u32 len; -+ -+ struct submit_ctx *sctx; -+ -+#ifdef CONFIG_USB_HCI -+ -+ //u32 sz[8]; -+ u32 ff_hwaddr; -+ -+#if defined(PLATFORM_OS_XP)||defined(PLATFORM_LINUX) || defined(PLATFORM_FREEBSD) -+ PURB pxmit_urb[8]; -+ dma_addr_t dma_transfer_addr; /* (in) dma addr for transfer_buffer */ -+#endif -+ -+#ifdef PLATFORM_OS_XP -+ PIRP pxmit_irp[8]; -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ USB_TRANSFER usb_transfer_write_port; -+#endif -+ -+ u8 bpending[8]; -+ -+ sint last[8]; -+ -+#endif -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ u8 *phead; -+ u8 *pdata; -+ u8 *ptail; -+ u8 *pend; -+ u32 ff_hwaddr; -+ u8 pg_num; -+ u8 agg_num; -+#ifdef PLATFORM_OS_XP -+ PMDL pxmitbuf_mdl; -+ PIRP pxmitbuf_irp; -+ PSDBUS_REQUEST_PACKET pxmitbuf_sdrp; -+#endif -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+ struct tx_desc *desc; -+#endif -+ -+#if defined(DBG_XMIT_BUF )|| defined(DBG_XMIT_BUF_EXT) -+ u8 no; -+#endif -+ -+}; -+ -+ -+struct xmit_frame -+{ -+ _list list; -+ -+ struct pkt_attrib attrib; -+ -+ _pkt *pkt; -+ -+ int frame_tag; -+ -+ _adapter *padapter; -+ -+ u8 *buf_addr; -+ -+ struct xmit_buf *pxmitbuf; -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ u8 pg_num; -+ u8 agg_num; -+#endif -+ -+#ifdef CONFIG_USB_HCI -+#ifdef CONFIG_USB_TX_AGGREGATION -+ u8 agg_num; -+#endif -+ s8 pkt_offset; -+#endif -+ -+#ifdef CONFIG_XMIT_ACK -+ u8 ack_report; -+#endif -+ -+ u8 *alloc_addr; /* the actual address this xmitframe allocated */ -+ u8 ext_tag; /* 0:data, 1:mgmt */ -+ -+}; -+ -+struct tx_servq { -+ _list tx_pending; -+ _queue sta_pending; -+ int qcnt; -+}; -+ -+ -+struct sta_xmit_priv -+{ -+ _lock lock; -+ sint option; -+ sint apsd_setting; //When bit mask is on, the associated edca queue supports APSD. -+ -+ -+ //struct tx_servq blk_q[MAX_NUMBLKS]; -+ struct tx_servq be_q; //priority == 0,3 -+ struct tx_servq bk_q; //priority == 1,2 -+ struct tx_servq vi_q; //priority == 4,5 -+ struct tx_servq vo_q; //priority == 6,7 -+ _list legacy_dz; -+ _list apsd; -+ -+ u16 txseq_tid[16]; -+ -+ //uint sta_tx_bytes; -+ //u64 sta_tx_pkts; -+ //uint sta_tx_fail; -+ -+ -+}; -+ -+ -+struct hw_txqueue { -+ volatile sint head; -+ volatile sint tail; -+ volatile sint free_sz; //in units of 64 bytes -+ volatile sint free_cmdsz; -+ volatile sint txsz[8]; -+ uint ff_hwaddr; -+ uint cmd_hwaddr; -+ sint ac_tag; -+}; -+ -+struct agg_pkt_info{ -+ u16 offset; -+ u16 pkt_len; -+}; -+ -+enum cmdbuf_type { -+ CMDBUF_BEACON = 0x00, -+ CMDBUF_RSVD, -+ CMDBUF_MAX -+}; -+ -+u8 rtw_get_hwseq_no(_adapter *padapter); -+ -+struct xmit_priv { -+ -+ _lock lock; -+ -+ _sema xmit_sema; -+ _sema terminate_xmitthread_sema; -+ -+ //_queue blk_strms[MAX_NUMBLKS]; -+ _queue be_pending; -+ _queue bk_pending; -+ _queue vi_pending; -+ _queue vo_pending; -+ _queue bm_pending; -+ -+ //_queue legacy_dz_queue; -+ //_queue apsd_queue; -+ -+ u8 *pallocated_frame_buf; -+ u8 *pxmit_frame_buf; -+ uint free_xmitframe_cnt; -+ _queue free_xmit_queue; -+ -+ //uint mapping_addr; -+ //uint pkt_sz; -+ -+ u8 *xframe_ext_alloc_addr; -+ u8 *xframe_ext; -+ uint free_xframe_ext_cnt; -+ _queue free_xframe_ext_queue; -+ -+ //struct hw_txqueue be_txqueue; -+ //struct hw_txqueue bk_txqueue; -+ //struct hw_txqueue vi_txqueue; -+ //struct hw_txqueue vo_txqueue; -+ //struct hw_txqueue bmc_txqueue; -+ -+ uint frag_len; -+ -+ _adapter *adapter; -+ -+ u8 vcs_setting; -+ u8 vcs; -+ u8 vcs_type; -+ //u16 rts_thresh; -+ -+ u64 tx_bytes; -+ u64 tx_pkts; -+ u64 tx_drop; -+ u64 last_tx_pkts; -+ -+ struct hw_xmit *hwxmits; -+ u8 hwxmit_entry; -+ -+ u8 wmm_para_seq[4];//sequence for wmm ac parameter strength from large to small. it's value is 0->vo, 1->vi, 2->be, 3->bk. -+ -+#ifdef CONFIG_USB_HCI -+ _sema tx_retevt;//all tx return event; -+ u8 txirp_cnt;// -+ -+#ifdef PLATFORM_OS_CE -+ USB_TRANSFER usb_transfer_write_port; -+// USB_TRANSFER usb_transfer_write_mem; -+#endif -+#ifdef PLATFORM_LINUX -+ struct tasklet_struct xmit_tasklet; -+#endif -+#ifdef PLATFORM_FREEBSD -+ struct task xmit_tasklet; -+#endif -+ //per AC pending irp -+ int beq_cnt; -+ int bkq_cnt; -+ int viq_cnt; -+ int voq_cnt; -+ -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+ // Tx -+ struct rtw_tx_ring tx_ring[PCI_MAX_TX_QUEUE_COUNT]; -+ int txringcount[PCI_MAX_TX_QUEUE_COUNT]; -+ u8 beaconDMAing; //flag of indicating beacon is transmiting to HW by DMA -+#ifdef PLATFORM_LINUX -+ struct tasklet_struct xmit_tasklet; -+#endif -+#endif -+ -+#if defined (CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+#ifdef CONFIG_SDIO_TX_TASKLET -+ #ifdef PLATFORM_LINUX -+ struct tasklet_struct xmit_tasklet; -+ #endif /* PLATFORM_LINUX */ -+#else -+ _thread_hdl_ SdioXmitThread; -+ _sema SdioXmitSema; -+ _sema SdioXmitTerminateSema; -+#endif /* CONFIG_SDIO_TX_TASKLET */ -+#endif /* CONFIG_SDIO_HCI */ -+ -+ _queue free_xmitbuf_queue; -+ _queue pending_xmitbuf_queue; -+ u8 *pallocated_xmitbuf; -+ u8 *pxmitbuf; -+ uint free_xmitbuf_cnt; -+ -+ _queue free_xmit_extbuf_queue; -+ u8 *pallocated_xmit_extbuf; -+ u8 *pxmit_extbuf; -+ uint free_xmit_extbuf_cnt; -+ -+ struct xmit_buf pcmd_xmitbuf[CMDBUF_MAX]; -+ u8 hw_ssn_seq_no;//mapping to REG_HW_SEQ 0,1,2,3 -+ u16 nqos_ssn; -+ #ifdef CONFIG_TX_EARLY_MODE -+ -+ #ifdef CONFIG_SDIO_HCI -+ #define MAX_AGG_PKT_NUM 20 -+ #else -+ #define MAX_AGG_PKT_NUM 256 //Max tx ampdu coounts -+ #endif -+ -+ struct agg_pkt_info agg_pkt[MAX_AGG_PKT_NUM]; -+ #endif -+ -+#ifdef CONFIG_XMIT_ACK -+ int ack_tx; -+ _mutex ack_tx_mutex; -+ struct submit_ctx ack_tx_ops; -+ u8 seq_no; -+#endif -+ _lock lock_sctx; -+}; -+ -+extern struct xmit_frame *__rtw_alloc_cmdxmitframe(struct xmit_priv *pxmitpriv, -+ enum cmdbuf_type buf_type); -+#define rtw_alloc_cmdxmitframe(p) __rtw_alloc_cmdxmitframe(p, CMDBUF_RSVD) -+#if defined(CONFIG_RTL8192E) && defined(CONFIG_PCI_HCI) -+extern struct xmit_frame *__rtw_alloc_cmdxmitframe_8192ee(struct xmit_priv *pxmitpriv, -+ enum cmdbuf_type buf_type); -+#define rtw_alloc_bcnxmitframe(p) __rtw_alloc_cmdxmitframe_8192ee(p, CMDBUF_BEACON) -+#else -+#define rtw_alloc_bcnxmitframe(p) __rtw_alloc_cmdxmitframe(p, CMDBUF_BEACON) -+#endif -+ -+extern struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv); -+extern s32 rtw_free_xmitbuf_ext(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+ -+extern struct xmit_buf *rtw_alloc_xmitbuf(struct xmit_priv *pxmitpriv); -+extern s32 rtw_free_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+ -+void rtw_count_tx_stats(_adapter *padapter, struct xmit_frame *pxmitframe, int sz); -+extern void rtw_update_protection(_adapter *padapter, u8 *ie, uint ie_len); -+static s32 update_attrib_sec_info(_adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta); -+static void update_attrib_phy_info(_adapter *padapter, struct pkt_attrib *pattrib, struct sta_info *psta); -+extern s32 rtw_make_wlanhdr(_adapter *padapter, u8 *hdr, struct pkt_attrib *pattrib); -+extern s32 rtw_put_snap(u8 *data, u16 h_proto); -+ -+extern struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv); -+struct xmit_frame *rtw_alloc_xmitframe_ext(struct xmit_priv *pxmitpriv); -+struct xmit_frame *rtw_alloc_xmitframe_once(struct xmit_priv *pxmitpriv); -+extern s32 rtw_free_xmitframe(struct xmit_priv *pxmitpriv, struct xmit_frame *pxmitframe); -+extern void rtw_free_xmitframe_queue(struct xmit_priv *pxmitpriv, _queue *pframequeue); -+struct tx_servq *rtw_get_sta_pending(_adapter *padapter, struct sta_info *psta, sint up, u8 *ac); -+extern s32 rtw_xmitframe_enqueue(_adapter *padapter, struct xmit_frame *pxmitframe); -+extern struct xmit_frame* rtw_dequeue_xframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit_i, sint entry); -+ -+extern s32 rtw_xmit_classifier(_adapter *padapter, struct xmit_frame *pxmitframe); -+extern u32 rtw_calculate_wlan_pkt_size_by_attribue(struct pkt_attrib *pattrib); -+#define rtw_wlan_pkt_size(f) rtw_calculate_wlan_pkt_size_by_attribue(&f->attrib) -+extern s32 rtw_xmitframe_coalesce(_adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe); -+#ifdef CONFIG_IEEE80211W -+extern s32 rtw_mgmt_xmitframe_coalesce(_adapter *padapter, _pkt *pkt, struct xmit_frame *pxmitframe); -+#endif //CONFIG_IEEE80211W -+#ifdef CONFIG_TDLS -+extern struct tdls_txmgmt *ptxmgmt; -+s32 rtw_xmit_tdls_coalesce(_adapter *padapter, struct xmit_frame *pxmitframe, struct tdls_txmgmt *ptxmgmt); -+s32 update_tdls_attrib(_adapter *padapter, struct pkt_attrib *pattrib); -+#endif -+s32 _rtw_init_hw_txqueue(struct hw_txqueue* phw_txqueue, u8 ac_tag); -+void _rtw_init_sta_xmit_priv(struct sta_xmit_priv *psta_xmitpriv); -+ -+ -+s32 rtw_txframes_pending(_adapter *padapter); -+s32 rtw_txframes_sta_ac_pending(_adapter *padapter, struct pkt_attrib *pattrib); -+void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry); -+ -+ -+s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, _adapter *padapter); -+void _rtw_free_xmit_priv (struct xmit_priv *pxmitpriv); -+ -+ -+void rtw_alloc_hwxmits(_adapter *padapter); -+void rtw_free_hwxmits(_adapter *padapter); -+ -+ -+s32 rtw_xmit(_adapter *padapter, _pkt **pkt); -+bool xmitframe_hiq_filter(struct xmit_frame *xmitframe); -+#if defined(CONFIG_AP_MODE) || defined(CONFIG_TDLS) -+sint xmitframe_enqueue_for_sleeping_sta(_adapter *padapter, struct xmit_frame *pxmitframe); -+void stop_sta_xmit(_adapter *padapter, struct sta_info *psta); -+void wakeup_sta_to_xmit(_adapter *padapter, struct sta_info *psta); -+void xmit_delivery_enabled_frames(_adapter *padapter, struct sta_info *psta); -+#endif -+ -+u8 query_ra_short_GI(struct sta_info *psta); -+ -+u8 qos_acm(u8 acm_mask, u8 priority); -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+void enqueue_pending_xmitbuf(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+void enqueue_pending_xmitbuf_to_head(struct xmit_priv *pxmitpriv, struct xmit_buf *pxmitbuf); -+struct xmit_buf* dequeue_pending_xmitbuf(struct xmit_priv *pxmitpriv); -+struct xmit_buf* dequeue_pending_xmitbuf_under_survey(struct xmit_priv *pxmitpriv); -+sint check_pending_xmitbuf(struct xmit_priv *pxmitpriv); -+thread_return rtw_xmit_thread(thread_context context); -+#endif -+ -+static void do_queue_select(_adapter * padapter, struct pkt_attrib * pattrib); -+u32 rtw_get_ff_hwaddr(struct xmit_frame *pxmitframe); -+ -+#ifdef CONFIG_XMIT_ACK -+int rtw_ack_tx_wait(struct xmit_priv *pxmitpriv, u32 timeout_ms); -+void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status); -+#endif //CONFIG_XMIT_ACK -+ -+ -+//include after declaring struct xmit_buf, in order to avoid warning -+#include -+ -+#endif //_RTL871X_XMIT_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/sdio_hal.h linux/3rdparty/rtl8812au/include/sdio_hal.h ---- linux.old/3rdparty/rtl8812au/include/sdio_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/sdio_hal.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,56 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_HAL_H__ -+#define __SDIO_HAL_H__ -+ -+ -+extern u8 sd_hal_bus_init(PADAPTER padapter); -+extern u8 sd_hal_bus_deinit(PADAPTER padapter); -+ -+u8 sd_int_isr(PADAPTER padapter); -+void sd_int_dpc(PADAPTER padapter); -+u8 rtw_set_hal_ops(_adapter *padapter); -+ -+#ifdef CONFIG_RTL8188E -+void rtl8188es_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_RTL8723B -+void rtl8723bs_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_RTL8821A -+void rtl8821as_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_RTL8192E -+void rtl8192es_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_RTL8703B -+void rtl8703bs_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#ifdef CONFIG_RTL8188F -+void rtl8188fs_set_hal_ops(PADAPTER padapter); -+#endif -+ -+#endif //__SDIO_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/sdio_ops_ce.h linux/3rdparty/rtl8812au/include/sdio_ops_ce.h ---- linux.old/3rdparty/rtl8812au/include/sdio_ops_ce.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/sdio_ops_ce.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,55 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _SDIO_OPS_WINCE_H_ -+#define _SDIO_OPS_WINCE_H_ -+ -+#include -+#include -+#include -+#include -+ -+ -+#ifdef PLATFORM_OS_CE -+ -+ -+extern u8 sdbus_cmd52r_ce(struct intf_priv *pintfpriv, u32 addr); -+ -+ -+extern void sdbus_cmd52w_ce(struct intf_priv *pintfpriv, u32 addr,u8 val8); -+ -+ -+uint sdbus_read_blocks_to_membuf_ce(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf); -+ -+extern uint sdbus_read_bytes_to_membuf_ce(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf); -+ -+ -+extern uint sdbus_write_blocks_from_membuf_ce(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf,u8 async); -+ -+extern uint sdbus_write_bytes_from_membuf_ce(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf); -+extern u8 sdbus_func1cmd52r_ce(struct intf_priv *pintfpriv, u32 addr); -+extern void sdbus_func1cmd52w_ce(struct intf_priv *pintfpriv, u32 addr, u8 val8); -+extern uint sdbus_read_reg(struct intf_priv *pintfpriv, u32 addr, u32 cnt,void *pdata); -+extern uint sdbus_write_reg(struct intf_priv *pintfpriv, u32 addr, u32 cnt,void *pdata); -+extern void sdio_read_int(_adapter *padapter, u32 addr,u8 sz,void *pdata); -+ -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/sdio_ops.h linux/3rdparty/rtl8812au/include/sdio_ops.h ---- linux.old/3rdparty/rtl8812au/include/sdio_ops.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/sdio_ops.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,140 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OPS_H__ -+#define __SDIO_OPS_H__ -+ -+ -+#ifdef PLATFORM_LINUX -+#include -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+#ifdef PLATFORM_OS_XP -+#include -+struct async_context -+{ -+ PMDL pmdl; -+ PSDBUS_REQUEST_PACKET sdrp; -+ unsigned char* r_buf; -+ unsigned char* padapter; -+}; -+#endif -+ -+#ifdef PLATFORM_OS_CE -+#include -+#endif -+ -+#endif // PLATFORM_WINDOWS -+ -+ -+extern void sdio_set_intf_ops(_adapter *padapter,struct _io_ops *pops); -+ -+//extern void sdio_func1cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem); -+//extern void sdio_func1cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem); -+extern u8 SdioLocalCmd52Read1Byte(PADAPTER padapter, u32 addr); -+extern void SdioLocalCmd52Write1Byte(PADAPTER padapter, u32 addr, u8 v); -+extern s32 _sdio_local_read(PADAPTER padapter, u32 addr, u32 cnt, u8 *pbuf); -+extern s32 sdio_local_read(PADAPTER padapter, u32 addr, u32 cnt, u8 *pbuf); -+extern s32 _sdio_local_write(PADAPTER padapter, u32 addr, u32 cnt, u8 *pbuf); -+extern s32 sdio_local_write(PADAPTER padapter, u32 addr, u32 cnt, u8 *pbuf); -+ -+u32 _sdio_read32(PADAPTER padapter, u32 addr); -+s32 _sdio_write32(PADAPTER padapter, u32 addr, u32 val); -+ -+extern void sd_int_hdl(PADAPTER padapter); -+extern u8 CheckIPSStatus(PADAPTER padapter); -+ -+#ifdef CONFIG_RTL8188E -+extern void InitInterrupt8188ESdio(PADAPTER padapter); -+extern void EnableInterrupt8188ESdio(PADAPTER padapter); -+extern void DisableInterrupt8188ESdio(PADAPTER padapter); -+extern void UpdateInterruptMask8188ESdio(PADAPTER padapter, u32 AddMSR, u32 RemoveMSR); -+extern u8 HalQueryTxBufferStatus8189ESdio(PADAPTER padapter); -+extern u8 HalQueryTxOQTBufferStatus8189ESdio(PADAPTER padapter); -+extern void ClearInterrupt8188ESdio(PADAPTER padapter); -+#endif // CONFIG_RTL8188E -+ -+#ifdef CONFIG_RTL8821A -+extern void InitInterrupt8821AS(PADAPTER padapter); -+extern void EnableInterrupt8821AS(PADAPTER padapter); -+extern void DisableInterrupt8821AS(PADAPTER padapter); -+extern u8 HalQueryTxBufferStatus8821AS(PADAPTER padapter); -+extern u8 HalQueryTxOQTBufferStatus8821ASdio(PADAPTER padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+void ClearInterrupt8821AS(PADAPTER padapter); -+#endif /* defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) */ -+#endif /* CONFIG_RTL8821A */ -+ -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+extern u8 RecvOnePkt(PADAPTER padapter, u32 size); -+#endif // CONFIG_WOWLAN -+#ifdef CONFIG_RTL8723B -+extern void InitInterrupt8723BSdio(PADAPTER padapter); -+extern void InitSysInterrupt8723BSdio(PADAPTER padapter); -+extern void EnableInterrupt8723BSdio(PADAPTER padapter); -+extern void DisableInterrupt8723BSdio(PADAPTER padapter); -+extern u8 HalQueryTxBufferStatus8723BSdio(PADAPTER padapter); -+extern u8 HalQueryTxOQTBufferStatus8723BSdio(PADAPTER padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+extern void DisableInterruptButCpwm28723BSdio(PADAPTER padapter); -+extern void ClearInterrupt8723BSdio(PADAPTER padapter); -+#endif //CONFIG_WOWLAN -+#endif -+ -+ -+#ifdef CONFIG_RTL8192E -+extern void InitInterrupt8192ESdio(PADAPTER padapter); -+extern void EnableInterrupt8192ESdio(PADAPTER padapter); -+extern void DisableInterrupt8192ESdio(PADAPTER padapter); -+extern void UpdateInterruptMask8192ESdio(PADAPTER padapter, u32 AddMSR, u32 RemoveMSR); -+extern u8 HalQueryTxBufferStatus8192ESdio(PADAPTER padapter); -+extern u8 HalQueryTxOQTBufferStatus8192ESdio(PADAPTER padapter); -+extern void ClearInterrupt8192ESdio(PADAPTER padapter); -+#endif // CONFIG_RTL8192E -+ -+#ifdef CONFIG_RTL8703B -+extern void InitInterrupt8703BSdio(PADAPTER padapter); -+extern void InitSysInterrupt8703BSdio(PADAPTER padapter); -+extern void EnableInterrupt8703BSdio(PADAPTER padapter); -+extern void DisableInterrupt8703BSdio(PADAPTER padapter); -+extern u8 HalQueryTxBufferStatus8703BSdio(PADAPTER padapter); -+extern u8 HalQueryTxOQTBufferStatus8703BSdio(PADAPTER padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+extern void DisableInterruptButCpwm28703BSdio(PADAPTER padapter); -+extern void ClearInterrupt8703BSdio(PADAPTER padapter); -+#endif //CONFIG_WOWLAN -+#endif -+ -+#ifdef CONFIG_RTL8188F -+extern void InitInterrupt8188FSdio(PADAPTER padapter); -+extern void InitSysInterrupt8188FSdio(PADAPTER padapter); -+extern void EnableInterrupt8188FSdio(PADAPTER padapter); -+extern void DisableInterrupt8188FSdio(PADAPTER padapter); -+extern u8 HalQueryTxBufferStatus8188FSdio(PADAPTER padapter); -+extern u8 HalQueryTxOQTBufferStatus8188FSdio(PADAPTER padapter); -+#if defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) -+extern void DisableInterruptButCpwm28188FSdio(PADAPTER padapter); -+extern void ClearInterrupt8188FSdio(PADAPTER padapter); -+#endif /* defined(CONFIG_WOWLAN) || defined(CONFIG_AP_WOWLAN) */ -+#endif -+ -+#endif // !__SDIO_OPS_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/sdio_ops_linux.h linux/3rdparty/rtl8812au/include/sdio_ops_linux.h ---- linux.old/3rdparty/rtl8812au/include/sdio_ops_linux.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/sdio_ops_linux.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,52 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OPS_LINUX_H__ -+#define __SDIO_OPS_LINUX_H__ -+ -+#define SDIO_ERR_VAL8 0xEA -+#define SDIO_ERR_VAL16 0xEAEA -+#define SDIO_ERR_VAL32 0xEAEAEAEA -+ -+u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+void sd_f0_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); -+ -+s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); -+ -+u8 _sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+u16 sd_read16(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+u32 _sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); -+s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); -+void sd_write16(struct intf_hdl *pintfhdl, u32 addr, u16 v, s32 *err); -+void _sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err); -+void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err); -+s32 _sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+s32 sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); -+ -+ -+void rtw_sdio_set_irq_thd(struct dvobj_priv *dvobj, _thread_hdl_ thd_hdl); -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/sdio_ops_xp.h linux/3rdparty/rtl8812au/include/sdio_ops_xp.h ---- linux.old/3rdparty/rtl8812au/include/sdio_ops_xp.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/sdio_ops_xp.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,55 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _SDIO_OPS_XP_H_ -+#define _SDIO_OPS_XP_H_ -+ -+#include -+#include -+#include -+#include -+ -+ -+#ifdef PLATFORM_OS_XP -+ -+ -+extern u8 sdbus_cmd52r_xp(struct intf_priv *pintfpriv, u32 addr); -+ -+ -+extern void sdbus_cmd52w_xp(struct intf_priv *pintfpriv, u32 addr,u8 val8); -+ -+ -+uint sdbus_read_blocks_to_membuf_xp(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf); -+ -+extern uint sdbus_read_bytes_to_membuf_xp(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf); -+ -+ -+extern uint sdbus_write_blocks_from_membuf_xp(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf,u8 async); -+ -+extern uint sdbus_write_bytes_from_membuf_xp(struct intf_priv *pintfpriv, u32 addr, u32 cnt, u8 *pbuf); -+extern u8 sdbus_func1cmd52r_xp(struct intf_priv *pintfpriv, u32 addr); -+extern void sdbus_func1cmd52w_xp(struct intf_priv *pintfpriv, u32 addr, u8 val8); -+extern uint sdbus_read_reg(struct intf_priv *pintfpriv, u32 addr, u32 cnt,void *pdata); -+extern uint sdbus_write_reg(struct intf_priv *pintfpriv, u32 addr, u32 cnt,void *pdata); -+extern void sdio_read_int(_adapter *padapter, u32 addr,u8 sz,void *pdata); -+ -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/sdio_osintf.h linux/3rdparty/rtl8812au/include/sdio_osintf.h ---- linux.old/3rdparty/rtl8812au/include/sdio_osintf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/sdio_osintf.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,36 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __SDIO_OSINTF_H__ -+#define __SDIO_OSINTF_H__ -+ -+ -+ -+u8 sd_hal_bus_init(PADAPTER padapter); -+u8 sd_hal_bus_deinit(PADAPTER padapter); -+void sd_c2h_hdl(PADAPTER padapter); -+ -+#ifdef PLATFORM_OS_CE -+extern NDIS_STATUS ce_sd_get_dev_hdl(PADAPTER padapter); -+SD_API_STATUS ce_sd_int_callback(SD_DEVICE_HANDLE hDevice, PADAPTER padapter); -+extern void sd_setup_irs(PADAPTER padapter); -+#endif -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/sta_info.h linux/3rdparty/rtl8812au/include/sta_info.h ---- linux.old/3rdparty/rtl8812au/include/sta_info.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/sta_info.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,515 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __STA_INFO_H_ -+#define __STA_INFO_H_ -+ -+ -+#define IBSS_START_MAC_ID 2 -+#define NUM_STA MACID_NUM_SW_LIMIT -+#define NUM_ACL 16 -+ -+#ifdef CONFIG_TDLS -+#define MAX_ALLOWED_TDLS_STA_NUM 4 -+#endif -+ -+enum sta_info_update_type { -+ STA_INFO_UPDATE_NONE = 0, -+ STA_INFO_UPDATE_BW = BIT(0), -+ STA_INFO_UPDATE_RATE = BIT(1), -+ STA_INFO_UPDATE_PROTECTION_MODE = BIT(2), -+ STA_INFO_UPDATE_CAP = BIT(3), -+ STA_INFO_UPDATE_HT_CAP = BIT(4), -+ STA_INFO_UPDATE_VHT_CAP = BIT(5), -+ STA_INFO_UPDATE_ALL = STA_INFO_UPDATE_BW -+ |STA_INFO_UPDATE_RATE -+ |STA_INFO_UPDATE_PROTECTION_MODE -+ |STA_INFO_UPDATE_CAP -+ |STA_INFO_UPDATE_HT_CAP -+ |STA_INFO_UPDATE_VHT_CAP, -+ STA_INFO_UPDATE_MAX -+}; -+ -+//if mode ==0, then the sta is allowed once the addr is hit. -+//if mode ==1, then the sta is rejected once the addr is non-hit. -+struct rtw_wlan_acl_node { -+ _list list; -+ u8 addr[ETH_ALEN]; -+ u8 valid; -+}; -+ -+//mode=0, disable -+//mode=1, accept unless in deny list -+//mode=2, deny unless in accept list -+struct wlan_acl_pool { -+ int mode; -+ int num; -+ struct rtw_wlan_acl_node aclnode[NUM_ACL]; -+ _queue acl_node_q; -+}; -+ -+typedef struct _RSSI_STA{ -+ s32 UndecoratedSmoothedPWDB; -+ s32 UndecoratedSmoothedCCK; -+ s32 UndecoratedSmoothedOFDM; -+ u32 OFDM_pkt; -+ u64 PacketMap; -+ u8 ValidBit; -+}RSSI_STA, *PRSSI_STA; -+ -+struct stainfo_stats { -+ -+ u64 rx_mgnt_pkts; -+ u64 rx_beacon_pkts; -+ u64 rx_probereq_pkts; -+ u64 rx_probersp_pkts; -+ u64 rx_probersp_bm_pkts; -+ u64 rx_probersp_uo_pkts; -+ u64 rx_ctrl_pkts; -+ u64 rx_data_pkts; -+ u64 rx_data_qos_pkts[TID_NUM]; -+ u64 last_rx_mgnt_pkts; -+ u64 last_rx_beacon_pkts; -+ u64 last_rx_probereq_pkts; -+ u64 last_rx_probersp_pkts; -+ u64 last_rx_probersp_bm_pkts; -+ u64 last_rx_probersp_uo_pkts; -+ u64 last_rx_ctrl_pkts; -+ u64 last_rx_data_pkts; -+ u64 last_rx_data_qos_pkts[TID_NUM]; -+#ifdef CONFIG_TDLS -+ u64 rx_tdls_disc_rsp_pkts; -+ u64 last_rx_tdls_disc_rsp_pkts; -+#endif -+ u64 rx_bytes; -+ u64 rx_drops; -+ -+ u64 tx_pkts; -+ u64 tx_bytes; -+ u64 tx_drops; -+}; -+ -+#ifdef CONFIG_TDLS -+struct TDLS_PeerKey { -+ u8 kck[16]; /* TPK-KCK */ -+ u8 tk[16]; /* TPK-TK; only CCMP will be used */ -+} ; -+#endif //CONFIG_TDLS -+ -+struct sta_info { -+ -+ _lock lock; -+ _list list; //free_sta_queue -+ _list hash_list; //sta_hash -+ //_list asoc_list; //20061114 -+ //_list sleep_list;//sleep_q -+ //_list wakeup_list;//wakeup_q -+ _adapter *padapter; -+ -+ struct sta_xmit_priv sta_xmitpriv; -+ struct sta_recv_priv sta_recvpriv; -+ -+ _queue sleep_q; -+ unsigned int sleepq_len; -+ -+ uint state; -+ uint aid; -+ uint mac_id; -+ uint qos_option; -+ u8 hwaddr[ETH_ALEN]; -+ u16 hwseq; -+ -+ uint ieee8021x_blocked; //0: allowed, 1:blocked -+ uint dot118021XPrivacy; //aes, tkip... -+ union Keytype dot11tkiptxmickey; -+ union Keytype dot11tkiprxmickey; -+ union Keytype dot118021x_UncstKey; -+ union pn48 dot11txpn; // PN48 used for Unicast xmit -+#ifdef CONFIG_GTK_OL -+ u8 kek[RTW_KEK_LEN]; -+ u8 kck[RTW_KCK_LEN]; -+ u8 replay_ctr[RTW_REPLAY_CTR_LEN]; -+#endif //CONFIG_GTK_OL -+#ifdef CONFIG_IEEE80211W -+ union pn48 dot11wtxpn; // PN48 used for Unicast mgmt xmit. -+ _timer dot11w_expire_timer; -+#endif //CONFIG_IEEE80211W -+ union pn48 dot11rxpn; // PN48 used for Unicast recv. -+ -+ -+ u8 bssrateset[16]; -+ u32 bssratelen; -+ s32 rssi; -+ s32 signal_quality; -+ -+ u8 cts2self; -+ u8 rtsen; -+ -+ u8 raid; -+ u8 init_rate; -+ u64 ra_mask; -+ u8 wireless_mode; // NETWORK_TYPE -+ u8 bw_mode; -+ -+ u8 ldpc; -+ u8 stbc; -+ -+#ifdef CONFIG_BEAMFORMING -+ u16 txbf_paid; -+ u16 txbf_gid; -+#endif -+ -+ struct stainfo_stats sta_stats; -+ -+#ifdef CONFIG_TDLS -+ u32 tdls_sta_state; -+ u8 SNonce[32]; -+ u8 ANonce[32]; -+ u32 TDLS_PeerKey_Lifetime; -+ u16 TPK_count; -+ _timer TPK_timer; -+ struct TDLS_PeerKey tpk; -+#ifdef CONFIG_TDLS_CH_SW -+ u16 ch_switch_time; -+ u16 ch_switch_timeout; -+ //u8 option; -+ _timer ch_sw_timer; -+ _timer delay_timer; -+#endif -+ _timer handshake_timer; -+ u8 alive_count; -+ _timer pti_timer; -+ u8 TDLS_RSNIE[20]; /* Save peer's RSNIE, used for sending TDLS_SETUP_RSP */ -+#endif /* CONFIG_TDLS */ -+ -+ //for A-MPDU TX, ADDBA timeout check -+ _timer addba_retry_timer; -+ -+ //for A-MPDU Rx reordering buffer control -+ struct recv_reorder_ctrl recvreorder_ctrl[TID_NUM]; -+ ATOMIC_T continual_no_rx_packet[TID_NUM]; -+ //for A-MPDU Tx -+ //unsigned char ampdu_txen_bitmap; -+ u16 BA_starting_seqctrl[16]; -+ -+ -+#ifdef CONFIG_80211N_HT -+ struct ht_priv htpriv; -+#endif -+ -+#ifdef CONFIG_80211AC_VHT -+ struct vht_priv vhtpriv; -+#endif -+ -+ //Notes: -+ //STA_Mode: -+ //curr_network(mlme_priv/security_priv/qos/ht) + sta_info: (STA & AP) CAP/INFO -+ //scan_q: AP CAP/INFO -+ -+ //AP_Mode: -+ //curr_network(mlme_priv/security_priv/qos/ht) : AP CAP/INFO -+ //sta_info: (AP & STA) CAP/INFO -+ -+#ifdef CONFIG_AP_MODE -+ -+ _list asoc_list; -+ _list auth_list; -+ -+ unsigned int expire_to; -+ unsigned int auth_seq; -+ unsigned int authalg; -+ unsigned char chg_txt[128]; -+ -+ u16 capability; -+ int flags; -+ -+ int dot8021xalg;//0:disable, 1:psk, 2:802.1x -+ int wpa_psk;//0:disable, bit(0): WPA, bit(1):WPA2 -+ int wpa_group_cipher; -+ int wpa2_group_cipher; -+ int wpa_pairwise_cipher; -+ int wpa2_pairwise_cipher; -+ -+ u8 bpairwise_key_installed; -+ -+#ifdef CONFIG_NATIVEAP_MLME -+ u8 wpa_ie[32]; -+ -+ u8 nonerp_set; -+ u8 no_short_slot_time_set; -+ u8 no_short_preamble_set; -+ u8 no_ht_gf_set; -+ u8 no_ht_set; -+ u8 ht_20mhz_set; -+ u8 ht_40mhz_intolerant; -+#endif // CONFIG_NATIVEAP_MLME -+ -+#ifdef CONFIG_ATMEL_RC_PATCH -+ u8 flag_atmel_rc; -+#endif -+ -+ u8 qos_info; -+ -+ u8 max_sp_len; -+ u8 uapsd_bk;//BIT(0): Delivery enabled, BIT(1): Trigger enabled -+ u8 uapsd_be; -+ u8 uapsd_vi; -+ u8 uapsd_vo; -+ -+ u8 has_legacy_ac; -+ unsigned int sleepq_ac_len; -+ -+#ifdef CONFIG_P2P -+ //p2p priv data -+ u8 is_p2p_device; -+ u8 p2p_status_code; -+ -+ //p2p client info -+ u8 dev_addr[ETH_ALEN]; -+ //u8 iface_addr[ETH_ALEN];//= hwaddr[ETH_ALEN] -+ u8 dev_cap; -+ u16 config_methods; -+ u8 primary_dev_type[8]; -+ u8 num_of_secdev_type; -+ u8 secdev_types_list[32];// 32/8 == 4; -+ u16 dev_name_len; -+ u8 dev_name[32]; -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_TX_MCAST2UNI -+ u8 under_exist_checking; -+#endif // CONFIG_TX_MCAST2UNI -+ -+ u8 keep_alive_trycnt; -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ u8 isrc; //this device is rc -+ u16 pid; // pairing id -+#endif -+ -+#endif // CONFIG_AP_MODE -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ u8 *passoc_req; -+ u32 assoc_req_len; -+#endif -+ -+ //for DM -+ RSSI_STA rssi_stat; -+ -+ //ODM_STA_INFO_T -+ // ================ODM Relative Info======================= -+ // Please be care, dont declare too much structure here. It will cost memory * STA support num. -+ // -+ // -+ // 2011/10/20 MH Add for ODM STA info. -+ // -+ // Driver Write -+ u8 bValid; // record the sta status link or not? -+ //u8 WirelessMode; // -+ u8 IOTPeer; // Enum value. HT_IOT_PEER_E -+ // ODM Write -+ //1 PHY_STATUS_INFO -+ u8 RSSI_Path[4]; // -+ u8 RSSI_Ave; -+ u8 RXEVM[4]; -+ u8 RXSNR[4]; -+ -+ u8 rssi_level; //for Refresh RA mask -+ // ODM Write -+ //1 TX_INFO (may changed by IC) -+ //TX_INFO_T pTxInfo; // Define in IC folder. Move lower layer. -+ // -+ // ================ODM Relative Info======================= -+ // -+ -+ /* To store the sequence number of received management frame */ -+ u16 RxMgmtFrameSeqNum; -+}; -+ -+#define sta_rx_pkts(sta) \ -+ (sta->sta_stats.rx_mgnt_pkts \ -+ + sta->sta_stats.rx_ctrl_pkts \ -+ + sta->sta_stats.rx_data_pkts) -+ -+#define sta_last_rx_pkts(sta) \ -+ (sta->sta_stats.last_rx_mgnt_pkts \ -+ + sta->sta_stats.last_rx_ctrl_pkts \ -+ + sta->sta_stats.last_rx_data_pkts) -+ -+#define sta_rx_data_pkts(sta) \ -+ (sta->sta_stats.rx_data_pkts) -+ -+#define sta_rx_data_qos_pkts(sta, i) \ -+ (sta->sta_stats.rx_data_qos_pkts[i]) -+ -+#define sta_last_rx_data_pkts(sta) \ -+ (sta->sta_stats.last_rx_data_pkts) -+ -+#define sta_last_rx_data_qos_pkts(sta, i) \ -+ (sta->sta_stats.last_rx_data_qos_pkts[i]) -+ -+#define sta_rx_mgnt_pkts(sta) \ -+ (sta->sta_stats.rx_mgnt_pkts) -+ -+#define sta_last_rx_mgnt_pkts(sta) \ -+ (sta->sta_stats.last_rx_mgnt_pkts) -+ -+#define sta_rx_beacon_pkts(sta) \ -+ (sta->sta_stats.rx_beacon_pkts) -+ -+#define sta_last_rx_beacon_pkts(sta) \ -+ (sta->sta_stats.last_rx_beacon_pkts) -+ -+#define sta_rx_probereq_pkts(sta) \ -+ (sta->sta_stats.rx_probereq_pkts) -+ -+#define sta_last_rx_probereq_pkts(sta) \ -+ (sta->sta_stats.last_rx_probereq_pkts) -+ -+#define sta_rx_probersp_pkts(sta) \ -+ (sta->sta_stats.rx_probersp_pkts) -+ -+#define sta_last_rx_probersp_pkts(sta) \ -+ (sta->sta_stats.last_rx_probersp_pkts) -+ -+#define sta_rx_probersp_bm_pkts(sta) \ -+ (sta->sta_stats.rx_probersp_bm_pkts) -+ -+#define sta_last_rx_probersp_bm_pkts(sta) \ -+ (sta->sta_stats.last_rx_probersp_bm_pkts) -+ -+#define sta_rx_probersp_uo_pkts(sta) \ -+ (sta->sta_stats.rx_probersp_uo_pkts) -+ -+#define sta_last_rx_probersp_uo_pkts(sta) \ -+ (sta->sta_stats.last_rx_probersp_uo_pkts) -+ -+#define sta_update_last_rx_pkts(sta) \ -+ do { \ -+ sta->sta_stats.last_rx_mgnt_pkts = sta->sta_stats.rx_mgnt_pkts; \ -+ sta->sta_stats.last_rx_beacon_pkts = sta->sta_stats.rx_beacon_pkts; \ -+ sta->sta_stats.last_rx_probereq_pkts = sta->sta_stats.rx_probereq_pkts; \ -+ sta->sta_stats.last_rx_probersp_pkts = sta->sta_stats.rx_probersp_pkts; \ -+ sta->sta_stats.last_rx_probersp_bm_pkts = sta->sta_stats.rx_probersp_bm_pkts; \ -+ sta->sta_stats.last_rx_probersp_uo_pkts = sta->sta_stats.rx_probersp_uo_pkts; \ -+ sta->sta_stats.last_rx_ctrl_pkts = sta->sta_stats.rx_ctrl_pkts; \ -+ sta->sta_stats.last_rx_data_pkts = sta->sta_stats.rx_data_pkts; \ -+ } while(0) -+ -+#define STA_RX_PKTS_ARG(sta) \ -+ sta->sta_stats.rx_mgnt_pkts \ -+ , sta->sta_stats.rx_ctrl_pkts \ -+ , sta->sta_stats.rx_data_pkts -+ -+#define STA_LAST_RX_PKTS_ARG(sta) \ -+ sta->sta_stats.last_rx_mgnt_pkts \ -+ , sta->sta_stats.last_rx_ctrl_pkts \ -+ , sta->sta_stats.last_rx_data_pkts -+ -+#define STA_RX_PKTS_DIFF_ARG(sta) \ -+ sta->sta_stats.rx_mgnt_pkts - sta->sta_stats.last_rx_mgnt_pkts \ -+ , sta->sta_stats.rx_ctrl_pkts - sta->sta_stats.last_rx_ctrl_pkts \ -+ , sta->sta_stats.rx_data_pkts -sta->sta_stats.last_rx_data_pkts -+ -+#define STA_PKTS_FMT "(m:%llu, c:%llu, d:%llu)" -+ -+struct sta_priv { -+ -+ u8 *pallocated_stainfo_buf; -+ u8 *pstainfo_buf; -+ _queue free_sta_queue; -+ -+ _lock sta_hash_lock; -+ _list sta_hash[NUM_STA]; -+ int asoc_sta_count; -+ _queue sleep_q; -+ _queue wakeup_q; -+ -+ _adapter *padapter; -+ -+ -+#ifdef CONFIG_AP_MODE -+ _list asoc_list; -+ _list auth_list; -+ _lock asoc_list_lock; -+ _lock auth_list_lock; -+ u8 asoc_list_cnt; -+ u8 auth_list_cnt; -+ -+ unsigned int auth_to; //sec, time to expire in authenticating. -+ unsigned int assoc_to; //sec, time to expire before associating. -+ unsigned int expire_to; //sec , time to expire after associated. -+ -+ /* pointers to STA info; based on allocated AID or NULL if AID free -+ * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1 -+ * and so on -+ */ -+ struct sta_info *sta_aid[NUM_STA]; -+ -+ u16 sta_dz_bitmap;//only support 15 stations, staion aid bitmap for sleeping sta. -+ u16 tim_bitmap;//only support 15 stations, aid=0~15 mapping bit0~bit15 -+ -+ u16 max_num_sta; -+ -+ struct wlan_acl_pool acl_list; -+#endif -+ -+#ifdef CONFIG_ATMEL_RC_PATCH -+ u8 atmel_rc_pattern [6]; -+#endif -+ -+}; -+ -+ -+__inline static u32 wifi_mac_hash(u8 *mac) -+{ -+ u32 x; -+ -+ x = mac[0]; -+ x = (x << 2) ^ mac[1]; -+ x = (x << 2) ^ mac[2]; -+ x = (x << 2) ^ mac[3]; -+ x = (x << 2) ^ mac[4]; -+ x = (x << 2) ^ mac[5]; -+ -+ x ^= x >> 8; -+ x = x & (NUM_STA - 1); -+ -+ return x; -+} -+ -+ -+extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); -+extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); -+ -+#define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0) -+int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); -+struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); -+ -+extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr); -+extern u32 rtw_free_stainfo(_adapter *padapter , struct sta_info *psta); -+extern void rtw_free_all_stainfo(_adapter *padapter); -+extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr); -+extern u32 rtw_init_bcmc_stainfo(_adapter* padapter); -+extern struct sta_info* rtw_get_bcmc_stainfo(_adapter* padapter); -+extern u8 rtw_access_ctrl(_adapter *padapter, u8 *mac_addr); -+ -+#endif //_STA_INFO_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/usb_hal.h linux/3rdparty/rtl8812au/include/usb_hal.h ---- linux.old/3rdparty/rtl8812au/include/usb_hal.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/usb_hal.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,57 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __USB_HAL_H__ -+#define __USB_HAL_H__ -+ -+int usb_init_recv_priv(_adapter *padapter, u16 ini_in_buf_sz); -+void usb_free_recv_priv (_adapter *padapter, u16 ini_in_buf_sz); -+ -+u8 rtw_set_hal_ops(_adapter *padapter); -+ -+#ifdef CONFIG_RTL8188E -+void rtl8188eu_set_hal_ops(_adapter * padapter); -+#endif -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+void rtl8812au_set_hal_ops(_adapter * padapter); -+#endif -+ -+#ifdef CONFIG_RTL8192E -+void rtl8192eu_set_hal_ops(_adapter * padapter); -+#endif -+ -+ -+#ifdef CONFIG_RTL8723B -+void rtl8723bu_set_hal_ops(_adapter * padapter); -+#endif -+ -+#ifdef CONFIG_RTL8814A -+void rtl8814au_set_hal_ops(_adapter * padapter); -+#endif /* CONFIG_RTL8814A */ -+ -+#ifdef CONFIG_RTL8188F -+void rtl8188fu_set_hal_ops(_adapter *padapter); -+#endif -+ -+#ifdef CONFIG_INTEL_PROXIM -+extern _adapter *rtw_usb_get_sw_pointer(void); -+#endif //CONFIG_INTEL_PROXIM -+#endif //__USB_HAL_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/usb_ops.h linux/3rdparty/rtl8812au/include/usb_ops.h ---- linux.old/3rdparty/rtl8812au/include/usb_ops.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/usb_ops.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,139 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __USB_OPS_H_ -+#define __USB_OPS_H_ -+ -+ -+#define REALTEK_USB_VENQT_READ 0xC0 -+#define REALTEK_USB_VENQT_WRITE 0x40 -+#define REALTEK_USB_VENQT_CMD_REQ 0x05 -+#define REALTEK_USB_VENQT_CMD_IDX 0x00 -+#define REALTEK_USB_IN_INT_EP_IDX 1 -+ -+enum{ -+ VENDOR_WRITE = 0x00, -+ VENDOR_READ = 0x01, -+}; -+#define ALIGNMENT_UNIT 16 -+#define MAX_VENDOR_REQ_CMD_SIZE 254 //8188cu SIE Support -+#define MAX_USB_IO_CTL_SIZE (MAX_VENDOR_REQ_CMD_SIZE +ALIGNMENT_UNIT) -+ -+#ifdef PLATFORM_LINUX -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)) -+#define rtw_usb_control_msg(dev, pipe, request, requesttype, value, index, data, size, timeout_ms) \ -+ usb_control_msg((dev), (pipe), (request), (requesttype), (value), (index), (data), (size), (timeout_ms)) -+#define rtw_usb_bulk_msg(usb_dev, pipe, data, len, actual_length, timeout_ms) \ -+ usb_bulk_msg((usb_dev), (pipe), (data), (len), (actual_length), (timeout_ms)) -+#else -+#define rtw_usb_control_msg(dev, pipe, request, requesttype, value, index, data, size,timeout_ms) \ -+ usb_control_msg((dev), (pipe), (request), (requesttype), (value), (index), (data), (size), \ -+ ((timeout_ms) == 0) ||((timeout_ms)*HZ/1000>0)?((timeout_ms)*HZ/1000):1) -+#define rtw_usb_bulk_msg(usb_dev, pipe, data, len, actual_length, timeout_ms) \ -+ usb_bulk_msg((usb_dev), (pipe), (data), (len), (actual_length), \ -+ ((timeout_ms) == 0) ||((timeout_ms)*HZ/1000>0)?((timeout_ms)*HZ/1000):1) -+#endif -+#include -+#endif //PLATFORM_LINUX -+ -+#ifdef CONFIG_RTL8188E -+void rtl8188eu_set_hw_type(struct dvobj_priv *pdvobj); -+void rtl8188eu_set_intf_ops(struct _io_ops *pops); -+#ifdef CONFIG_SUPPORT_USB_INT -+void interrupt_handler_8188eu(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+#endif -+ -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+void rtl8812au_set_hw_type(struct dvobj_priv *pdvobj); -+void rtl8812au_set_intf_ops(struct _io_ops *pops); -+#ifdef CONFIG_SUPPORT_USB_INT -+void interrupt_handler_8812au(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+#endif -+ -+#ifdef CONFIG_RTL8814A -+void rtl8814au_set_hw_type(struct dvobj_priv *pdvobj); -+void rtl8814au_set_intf_ops(struct _io_ops *pops); -+#ifdef CONFIG_SUPPORT_USB_INT -+void interrupt_handler_8814au(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+#endif /* CONFIG_RTL8814 */ -+ -+#ifdef CONFIG_RTL8192E -+void rtl8192eu_set_hw_type(struct dvobj_priv *pdvobj); -+void rtl8192eu_set_intf_ops(struct _io_ops *pops); -+#ifdef CONFIG_SUPPORT_USB_INT -+void interrupt_handler_8192eu(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+ -+#endif -+ -+#ifdef CONFIG_RTL8188F -+void rtl8188fu_set_hw_type(struct dvobj_priv *pdvobj); -+void rtl8188fu_set_intf_ops(struct _io_ops *pops); -+void rtl8188fu_recv_tasklet(void *priv); -+void rtl8188fu_xmit_tasklet(void *priv); -+#ifdef CONFIG_SUPPORT_USB_INT -+void interrupt_handler_8188fu(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+#endif -+ -+#ifdef CONFIG_RTL8723B -+void rtl8723bu_set_hw_type(struct dvobj_priv *pdvobj); -+void rtl8723bu_set_intf_ops(struct _io_ops *pops); -+void rtl8723bu_recv_tasklet(void *priv); -+void rtl8723bu_xmit_tasklet(void *priv); -+#ifdef CONFIG_SUPPORT_USB_INT -+void interrupt_handler_8723bu(_adapter *padapter, u16 pkt_len, u8 *pbuf); -+#endif -+#endif -+ -+ -+enum RTW_USB_SPEED { -+ RTW_USB_SPEED_UNKNOWN = 0, -+ RTW_USB_SPEED_1_1 = 1, -+ RTW_USB_SPEED_2 = 2, -+ RTW_USB_SPEED_3 = 3, -+}; -+ -+#define IS_FULL_SPEED_USB(Adapter) (adapter_to_dvobj(Adapter)->usb_speed == RTW_USB_SPEED_1_1) -+#define IS_HIGH_SPEED_USB(Adapter) (adapter_to_dvobj(Adapter)->usb_speed == RTW_USB_SPEED_2) -+#define IS_SUPER_SPEED_USB(Adapter) (adapter_to_dvobj(Adapter)->usb_speed == RTW_USB_SPEED_3) -+ -+#define USB_SUPER_SPEED_BULK_SIZE 1024 // usb 3.0 -+#define USB_HIGH_SPEED_BULK_SIZE 512 // usb 2.0 -+#define USB_FULL_SPEED_BULK_SIZE 64 // usb 1.1 -+ -+static inline u8 rtw_usb_bulk_size_boundary(_adapter * padapter,int buf_len) -+{ -+ u8 rst = _TRUE; -+ -+ if (IS_SUPER_SPEED_USB(padapter)) -+ rst = (0 == (buf_len) % USB_SUPER_SPEED_BULK_SIZE)?_TRUE:_FALSE; -+ if (IS_HIGH_SPEED_USB(padapter)) -+ rst = (0 == (buf_len) % USB_HIGH_SPEED_BULK_SIZE)?_TRUE:_FALSE; -+ else -+ rst = (0 == (buf_len) % USB_FULL_SPEED_BULK_SIZE)?_TRUE:_FALSE; -+ return rst; -+} -+ -+ -+#endif //__USB_OPS_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/usb_ops_linux.h linux/3rdparty/rtl8812au/include/usb_ops_linux.h ---- linux.old/3rdparty/rtl8812au/include/usb_ops_linux.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/usb_ops_linux.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,89 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __USB_OPS_LINUX_H__ -+#define __USB_OPS_LINUX_H__ -+ -+#define VENDOR_CMD_MAX_DATA_LEN 254 -+#define FW_START_ADDRESS 0x1000 -+ -+#define RTW_USB_CONTROL_MSG_TIMEOUT_TEST 10//ms -+#define RTW_USB_CONTROL_MSG_TIMEOUT 500//ms -+ -+#define RECV_BULK_IN_ADDR 0x80//assign by drv,not real address -+#define RECV_INT_IN_ADDR 0x81//assign by drv,not real address -+ -+#define INTERRUPT_MSG_FORMAT_LEN 60 -+ -+#if defined(CONFIG_VENDOR_REQ_RETRY) && defined(CONFIG_USB_VENDOR_REQ_MUTEX) -+/* vendor req retry should be in the situation when each vendor req is atomically submitted from others */ -+#define MAX_USBCTRL_VENDORREQ_TIMES 10 -+#else -+#define MAX_USBCTRL_VENDORREQ_TIMES 1 -+#endif -+ -+#define RTW_USB_BULKOUT_TIMEOUT 5000//ms -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)) || (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,18)) -+#define _usbctrl_vendorreq_async_callback(urb, regs) _usbctrl_vendorreq_async_callback(urb) -+#define usb_bulkout_zero_complete(purb, regs) usb_bulkout_zero_complete(purb) -+#define usb_write_mem_complete(purb, regs) usb_write_mem_complete(purb) -+#define usb_write_port_complete(purb, regs) usb_write_port_complete(purb) -+#define usb_read_port_complete(purb, regs) usb_read_port_complete(purb) -+#define usb_read_interrupt_complete(purb, regs) usb_read_interrupt_complete(purb) -+#endif -+ -+#ifdef CONFIG_USB_SUPPORT_ASYNC_VDN_REQ -+int usb_async_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+int usb_async_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+int usb_async_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+#endif /* CONFIG_USB_SUPPORT_ASYNC_VDN_REQ */ -+ -+unsigned int ffaddr2pipehdl(struct dvobj_priv *pdvobj, u32 addr); -+ -+void usb_read_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem); -+void usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem); -+ -+void usb_read_port_cancel(struct intf_hdl *pintfhdl); -+ -+u32 usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem); -+void usb_write_port_cancel(struct intf_hdl *pintfhdl); -+ -+int usbctrl_vendorreq(struct intf_hdl *pintfhdl, u8 request, u16 value, u16 index, void *pdata, u16 len, u8 requesttype); -+#ifdef CONFIG_USB_SUPPORT_ASYNC_VDN_REQ -+int _usbctrl_vendorreq_async_write(struct usb_device *udev, u8 request, -+ u16 value, u16 index, void *pdata, u16 len, u8 requesttype); -+#endif /* CONFIG_USB_SUPPORT_ASYNC_VDN_REQ */ -+ -+u8 usb_read8(struct intf_hdl *pintfhdl, u32 addr); -+u16 usb_read16(struct intf_hdl *pintfhdl, u32 addr); -+u32 usb_read32(struct intf_hdl *pintfhdl, u32 addr); -+int usb_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val); -+int usb_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val); -+int usb_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val); -+int usb_writeN(struct intf_hdl *pintfhdl, u32 addr, u32 length, u8 *pdata); -+u32 usb_read_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem); -+void usb_recv_tasklet(void *priv); -+ -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+void usb_read_interrupt_complete(struct urb *purb, struct pt_regs *regs); -+u32 usb_read_interrupt(struct intf_hdl *pintfhdl, u32 addr); -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/usb_osintf.h linux/3rdparty/rtl8812au/include/usb_osintf.h ---- linux.old/3rdparty/rtl8812au/include/usb_osintf.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/usb_osintf.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,32 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __USB_OSINTF_H -+#define __USB_OSINTF_H -+ -+#include -+ -+#define USBD_HALTED(Status) ((ULONG)(Status) >> 30 == 3) -+ -+ -+u8 usbvendorrequest(struct dvobj_priv *pdvobjpriv, RT_USB_BREQUEST brequest, RT_USB_WVALUE wvalue, u8 windex, void* data, u8 datalen, u8 isdirectionin); -+ -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/usb_vendor_req.h linux/3rdparty/rtl8812au/include/usb_vendor_req.h ---- linux.old/3rdparty/rtl8812au/include/usb_vendor_req.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/usb_vendor_req.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,60 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _USB_VENDOR_REQUEST_H_ -+#define _USB_VENDOR_REQUEST_H_ -+ -+//4 Set/Get Register related wIndex/Data -+#define RT_USB_RESET_MASK_OFF 0 -+#define RT_USB_RESET_MASK_ON 1 -+#define RT_USB_SLEEP_MASK_OFF 0 -+#define RT_USB_SLEEP_MASK_ON 1 -+#define RT_USB_LDO_ON 1 -+#define RT_USB_LDO_OFF 0 -+ -+//4 Set/Get SYSCLK related wValue or Data -+#define RT_USB_SYSCLK_32KHZ 0 -+#define RT_USB_SYSCLK_40MHZ 1 -+#define RT_USB_SYSCLK_60MHZ 2 -+ -+ -+typedef enum _RT_USB_BREQUEST { -+ RT_USB_SET_REGISTER = 1, -+ RT_USB_SET_SYSCLK = 2, -+ RT_USB_GET_SYSCLK = 3, -+ RT_USB_GET_REGISTER = 4 -+} RT_USB_BREQUEST; -+ -+ -+typedef enum _RT_USB_WVALUE { -+ RT_USB_RESET_MASK = 1, -+ RT_USB_SLEEP_MASK = 2, -+ RT_USB_USB_HRCPWM = 3, -+ RT_USB_LDO = 4, -+ RT_USB_BOOT_TYPE = 5 -+} RT_USB_WVALUE; -+ -+ -+//BOOLEAN usbvendorrequest(PCE_USB_DEVICE CEdevice, RT_USB_BREQUEST bRequest, RT_USB_WVALUE wValue, UCHAR wIndex, PVOID Data, UCHAR DataLength, BOOLEAN isDirectionIn); -+//BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, IN USHORT Op, IN USHORT Index, PVOID Data); -+//BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, IN USHORT Op, IN USHORT FeatureSelector, IN USHORT Index); -+//BOOLEAN CEusbGetDescriptorRequest(PCE_USB_DEVICE CEdevice, IN short urbLength, IN UCHAR DescriptorType, IN UCHAR Index, IN USHORT LanguageId, IN PVOID TransferBuffer, IN ULONG TransferBufferLength); -+ -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/wifi.h linux/3rdparty/rtl8812au/include/wifi.h ---- linux.old/3rdparty/rtl8812au/include/wifi.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/wifi.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,1397 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef _WIFI_H_ -+#define _WIFI_H_ -+ -+ -+#ifdef BIT -+//#error "BIT define occurred earlier elsewhere!\n" -+#undef BIT -+#endif -+#define BIT(x) (1 << (x)) -+ -+ -+#define WLAN_ETHHDR_LEN 14 -+#define WLAN_ETHADDR_LEN 6 -+#define WLAN_IEEE_OUI_LEN 3 -+#define WLAN_ADDR_LEN 6 -+#define WLAN_CRC_LEN 4 -+#define WLAN_BSSID_LEN 6 -+#define WLAN_BSS_TS_LEN 8 -+#define WLAN_HDR_A3_LEN 24 -+#define WLAN_HDR_A4_LEN 30 -+#define WLAN_HDR_A3_QOS_LEN 26 -+#define WLAN_HDR_A4_QOS_LEN 32 -+#define WLAN_SSID_MAXLEN 32 -+#define WLAN_DATA_MAXLEN 2312 -+ -+#define WLAN_A3_PN_OFFSET 24 -+#define WLAN_A4_PN_OFFSET 30 -+ -+#define WLAN_MIN_ETHFRM_LEN 60 -+#define WLAN_MAX_ETHFRM_LEN 1514 -+#define WLAN_ETHHDR_LEN 14 -+#define WLAN_WMM_LEN 24 -+ -+#define P80211CAPTURE_VERSION 0x80211001 -+ -+// This value is tested by WiFi 11n Test Plan 5.2.3. -+// This test verifies the WLAN NIC can update the NAV through sending the CTS with large duration. -+#define WiFiNavUpperUs 30000 // 30 ms -+ -+#ifdef GREEN_HILL -+#pragma pack(1) -+#endif -+ -+enum WIFI_FRAME_TYPE { -+ WIFI_MGT_TYPE = (0), -+ WIFI_CTRL_TYPE = (BIT(2)), -+ WIFI_DATA_TYPE = (BIT(3)), -+ WIFI_QOS_DATA_TYPE = (BIT(7)|BIT(3)), //!< QoS Data -+}; -+ -+enum WIFI_FRAME_SUBTYPE { -+ -+ // below is for mgt frame -+ WIFI_ASSOCREQ = (0 | WIFI_MGT_TYPE), -+ WIFI_ASSOCRSP = (BIT(4) | WIFI_MGT_TYPE), -+ WIFI_REASSOCREQ = (BIT(5) | WIFI_MGT_TYPE), -+ WIFI_REASSOCRSP = (BIT(5) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_PROBEREQ = (BIT(6) | WIFI_MGT_TYPE), -+ WIFI_PROBERSP = (BIT(6) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_BEACON = (BIT(7) | WIFI_MGT_TYPE), -+ WIFI_ATIM = (BIT(7) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_DISASSOC = (BIT(7) | BIT(5) | WIFI_MGT_TYPE), -+ WIFI_AUTH = (BIT(7) | BIT(5) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_DEAUTH = (BIT(7) | BIT(6) | WIFI_MGT_TYPE), -+ WIFI_ACTION = (BIT(7) | BIT(6) | BIT(4) | WIFI_MGT_TYPE), -+ WIFI_ACTION_NOACK = (BIT(7) | BIT(6) | BIT(5) | WIFI_MGT_TYPE), -+ -+ // below is for control frame -+ WIFI_NDPA = (BIT(6) | BIT(4) | WIFI_CTRL_TYPE), -+ WIFI_PSPOLL = (BIT(7) | BIT(5) | WIFI_CTRL_TYPE), -+ WIFI_RTS = (BIT(7) | BIT(5) | BIT(4) | WIFI_CTRL_TYPE), -+ WIFI_CTS = (BIT(7) | BIT(6) | WIFI_CTRL_TYPE), -+ WIFI_ACK = (BIT(7) | BIT(6) | BIT(4) | WIFI_CTRL_TYPE), -+ WIFI_CFEND = (BIT(7) | BIT(6) | BIT(5) | WIFI_CTRL_TYPE), -+ WIFI_CFEND_CFACK = (BIT(7) | BIT(6) | BIT(5) | BIT(4) | WIFI_CTRL_TYPE), -+ -+ // below is for data frame -+ WIFI_DATA = (0 | WIFI_DATA_TYPE), -+ WIFI_DATA_CFACK = (BIT(4) | WIFI_DATA_TYPE), -+ WIFI_DATA_CFPOLL = (BIT(5) | WIFI_DATA_TYPE), -+ WIFI_DATA_CFACKPOLL = (BIT(5) | BIT(4) | WIFI_DATA_TYPE), -+ WIFI_DATA_NULL = (BIT(6) | WIFI_DATA_TYPE), -+ WIFI_CF_ACK = (BIT(6) | BIT(4) | WIFI_DATA_TYPE), -+ WIFI_CF_POLL = (BIT(6) | BIT(5) | WIFI_DATA_TYPE), -+ WIFI_CF_ACKPOLL = (BIT(6) | BIT(5) | BIT(4) | WIFI_DATA_TYPE), -+ WIFI_QOS_DATA_NULL = (BIT(6) | WIFI_QOS_DATA_TYPE), -+}; -+ -+enum WIFI_REASON_CODE { -+ _RSON_RESERVED_ = 0, -+ _RSON_UNSPECIFIED_ = 1, -+ _RSON_AUTH_NO_LONGER_VALID_ = 2, -+ _RSON_DEAUTH_STA_LEAVING_ = 3, -+ _RSON_INACTIVITY_ = 4, -+ _RSON_UNABLE_HANDLE_ = 5, -+ _RSON_CLS2_ = 6, -+ _RSON_CLS3_ = 7, -+ _RSON_DISAOC_STA_LEAVING_ = 8, -+ _RSON_ASOC_NOT_AUTH_ = 9, -+ -+ // WPA reason -+ _RSON_INVALID_IE_ = 13, -+ _RSON_MIC_FAILURE_ = 14, -+ _RSON_4WAY_HNDSHK_TIMEOUT_ = 15, -+ _RSON_GROUP_KEY_UPDATE_TIMEOUT_ = 16, -+ _RSON_DIFF_IE_ = 17, -+ _RSON_MLTCST_CIPHER_NOT_VALID_ = 18, -+ _RSON_UNICST_CIPHER_NOT_VALID_ = 19, -+ _RSON_AKMP_NOT_VALID_ = 20, -+ _RSON_UNSUPPORT_RSNE_VER_ = 21, -+ _RSON_INVALID_RSNE_CAP_ = 22, -+ _RSON_IEEE_802DOT1X_AUTH_FAIL_ = 23, -+ -+ //belowing are Realtek definition -+ _RSON_PMK_NOT_AVAILABLE_ = 24, -+ _RSON_TDLS_TEAR_TOOFAR_ = 25, -+ _RSON_TDLS_TEAR_UN_RSN_ = 26, -+}; -+ -+/* Reason codes (IEEE 802.11-2007, 7.3.1.7, Table 7-22) */ -+#if 0 -+#define WLAN_REASON_UNSPECIFIED 1 -+#define WLAN_REASON_PREV_AUTH_NOT_VALID 2 -+#define WLAN_REASON_DEAUTH_LEAVING 3 -+#define WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY 4 -+#define WLAN_REASON_DISASSOC_AP_BUSY 5 -+#define WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA 6 -+#define WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA 7 -+#define WLAN_REASON_DISASSOC_STA_HAS_LEFT 8 -+#define WLAN_REASON_STA_REQ_ASSOC_WITHOUT_AUTH 9 -+#endif -+/* IEEE 802.11h */ -+#define WLAN_REASON_PWR_CAPABILITY_NOT_VALID 10 -+#define WLAN_REASON_SUPPORTED_CHANNEL_NOT_VALID 11 -+#if 0 -+/* IEEE 802.11i */ -+#define WLAN_REASON_INVALID_IE 13 -+#define WLAN_REASON_MICHAEL_MIC_FAILURE 14 -+#define WLAN_REASON_4WAY_HANDSHAKE_TIMEOUT 15 -+#define WLAN_REASON_GROUP_KEY_UPDATE_TIMEOUT 16 -+#define WLAN_REASON_IE_IN_4WAY_DIFFERS 17 -+#define WLAN_REASON_GROUP_CIPHER_NOT_VALID 18 -+#define WLAN_REASON_PAIRWISE_CIPHER_NOT_VALID 19 -+#define WLAN_REASON_AKMP_NOT_VALID 20 -+#define WLAN_REASON_UNSUPPORTED_RSN_IE_VERSION 21 -+#define WLAN_REASON_INVALID_RSN_IE_CAPAB 22 -+#define WLAN_REASON_IEEE_802_1X_AUTH_FAILED 23 -+#define WLAN_REASON_CIPHER_SUITE_REJECTED 24 -+#endif -+ -+enum WIFI_STATUS_CODE { -+ _STATS_SUCCESSFUL_ = 0, -+ _STATS_FAILURE_ = 1, -+ _STATS_SEC_DISABLED_ = 5, -+ _STATS_NOT_IN_SAME_BSS_ = 7, -+ _STATS_CAP_FAIL_ = 10, -+ _STATS_NO_ASOC_ = 11, -+ _STATS_OTHER_ = 12, -+ _STATS_NO_SUPP_ALG_ = 13, -+ _STATS_OUT_OF_AUTH_SEQ_ = 14, -+ _STATS_CHALLENGE_FAIL_ = 15, -+ _STATS_AUTH_TIMEOUT_ = 16, -+ _STATS_UNABLE_HANDLE_STA_ = 17, -+ _STATS_RATE_FAIL_ = 18, -+ _STATS_REFUSED_TEMPORARILY_ = 30, -+ _STATS_DECLINE_REQ_ = 37, -+ _STATS_INVALID_PARAMETERS_ = 38, -+ _STATS_INVALID_RSNIE_ = 72, -+}; -+ -+/* Status codes (IEEE 802.11-2007, 7.3.1.9, Table 7-23) */ -+#if 0 -+#define WLAN_STATUS_SUCCESS 0 -+#define WLAN_STATUS_UNSPECIFIED_FAILURE 1 -+#define WLAN_STATUS_CAPS_UNSUPPORTED 10 -+#define WLAN_STATUS_REASSOC_NO_ASSOC 11 -+#define WLAN_STATUS_ASSOC_DENIED_UNSPEC 12 -+#define WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG 13 -+#define WLAN_STATUS_UNKNOWN_AUTH_TRANSACTION 14 -+#define WLAN_STATUS_CHALLENGE_FAIL 15 -+#define WLAN_STATUS_AUTH_TIMEOUT 16 -+#define WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA 17 -+#define WLAN_STATUS_ASSOC_DENIED_RATES 18 -+#endif -+//entended -+/* IEEE 802.11b */ -+#define WLAN_STATUS_ASSOC_DENIED_NOSHORT 19 -+#define WLAN_STATUS_ASSOC_DENIED_NOPBCC 20 -+#define WLAN_STATUS_ASSOC_DENIED_NOAGILITY 21 -+/* IEEE 802.11h */ -+#define WLAN_STATUS_SPEC_MGMT_REQUIRED 22 -+#define WLAN_STATUS_PWR_CAPABILITY_NOT_VALID 23 -+#define WLAN_STATUS_SUPPORTED_CHANNEL_NOT_VALID 24 -+/* IEEE 802.11g */ -+#define WLAN_STATUS_ASSOC_DENIED_NO_SHORT_SLOT_TIME 25 -+#define WLAN_STATUS_ASSOC_DENIED_NO_ER_PBCC 26 -+#define WLAN_STATUS_ASSOC_DENIED_NO_DSSS_OFDM 27 -+/* IEEE 802.11w */ -+#define WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY 30 -+#define WLAN_STATUS_ROBUST_MGMT_FRAME_POLICY_VIOLATION 31 -+/* IEEE 802.11i */ -+#define WLAN_STATUS_INVALID_IE 40 -+#define WLAN_STATUS_GROUP_CIPHER_NOT_VALID 41 -+#define WLAN_STATUS_PAIRWISE_CIPHER_NOT_VALID 42 -+#define WLAN_STATUS_AKMP_NOT_VALID 43 -+#define WLAN_STATUS_UNSUPPORTED_RSN_IE_VERSION 44 -+#define WLAN_STATUS_INVALID_RSN_IE_CAPAB 45 -+#define WLAN_STATUS_CIPHER_REJECTED_PER_POLICY 46 -+#define WLAN_STATUS_TS_NOT_CREATED 47 -+#define WLAN_STATUS_DIRECT_LINK_NOT_ALLOWED 48 -+#define WLAN_STATUS_DEST_STA_NOT_PRESENT 49 -+#define WLAN_STATUS_DEST_STA_NOT_QOS_STA 50 -+#define WLAN_STATUS_ASSOC_DENIED_LISTEN_INT_TOO_LARGE 51 -+/* IEEE 802.11r */ -+#define WLAN_STATUS_INVALID_FT_ACTION_FRAME_COUNT 52 -+#define WLAN_STATUS_INVALID_PMKID 53 -+#define WLAN_STATUS_INVALID_MDIE 54 -+#define WLAN_STATUS_INVALID_FTIE 55 -+ -+ -+enum WIFI_REG_DOMAIN { -+ DOMAIN_FCC = 1, -+ DOMAIN_IC = 2, -+ DOMAIN_ETSI = 3, -+ DOMAIN_SPAIN = 4, -+ DOMAIN_FRANCE = 5, -+ DOMAIN_MKK = 6, -+ DOMAIN_ISRAEL = 7, -+ DOMAIN_MKK1 = 8, -+ DOMAIN_MKK2 = 9, -+ DOMAIN_MKK3 = 10, -+ DOMAIN_MAX -+}; -+ -+#define _TO_DS_ BIT(8) -+#define _FROM_DS_ BIT(9) -+#define _MORE_FRAG_ BIT(10) -+#define _RETRY_ BIT(11) -+#define _PWRMGT_ BIT(12) -+#define _MORE_DATA_ BIT(13) -+#define _PRIVACY_ BIT(14) -+#define _ORDER_ BIT(15) -+ -+#define SetToDs(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_TO_DS_); \ -+ } while(0) -+ -+#define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_TO_DS_)) != 0) -+ -+#define ClearToDs(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= (~cpu_to_le16(_TO_DS_)); \ -+ } while(0) -+ -+#define SetFrDs(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_FROM_DS_); \ -+ } while(0) -+ -+#define GetFrDs(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_FROM_DS_)) != 0) -+ -+#define ClearFrDs(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= (~cpu_to_le16(_FROM_DS_)); \ -+ } while(0) -+ -+#define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) -+ -+ -+#define SetMFrag(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_MORE_FRAG_); \ -+ } while(0) -+ -+#define GetMFrag(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_MORE_FRAG_)) != 0) -+ -+#define ClearMFrag(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= (~cpu_to_le16(_MORE_FRAG_)); \ -+ } while(0) -+ -+#define SetRetry(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \ -+ } while(0) -+ -+#define GetRetry(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_RETRY_)) != 0) -+ -+#define ClearRetry(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \ -+ } while(0) -+ -+#define SetPwrMgt(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_PWRMGT_); \ -+ } while(0) -+ -+#define GetPwrMgt(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PWRMGT_)) != 0) -+ -+#define ClearPwrMgt(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PWRMGT_)); \ -+ } while(0) -+ -+#define SetMData(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_MORE_DATA_); \ -+ } while(0) -+ -+#define GetMData(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_MORE_DATA_)) != 0) -+ -+#define ClearMData(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= (~cpu_to_le16(_MORE_DATA_)); \ -+ } while(0) -+ -+#define SetPrivacy(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \ -+ } while(0) -+ -+#define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0) -+ -+#define ClearPrivacy(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \ -+ } while(0) -+ -+ -+#define GetOrder(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_ORDER_)) != 0) -+ -+#define GetFrameType(pbuf) (le16_to_cpu(*(unsigned short *)(pbuf)) & (BIT(3) | BIT(2))) -+ -+#define SetFrameType(pbuf,type) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= __constant_cpu_to_le16(~(BIT(3) | BIT(2))); \ -+ *(unsigned short *)(pbuf) |= __constant_cpu_to_le16(type); \ -+ } while(0) -+ -+#define GetFrameSubType(pbuf) (cpu_to_le16(*(unsigned short *)(pbuf)) & (BIT(7) | BIT(6) | BIT(5) | BIT(4) | BIT(3) | BIT(2))) -+ -+#define SetFrameSubType(pbuf,type) \ -+ do { \ -+ *(unsigned short *)(pbuf) &= cpu_to_le16(~(BIT(7) | BIT(6) | BIT(5) | BIT(4) | BIT(3) | BIT(2))); \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(type); \ -+ } while(0) -+ -+#define GetSequence(pbuf) (cpu_to_le16(*(unsigned short *)((SIZE_PTR)(pbuf) + 22)) >> 4) -+ -+#define GetFragNum(pbuf) (cpu_to_le16(*(unsigned short *)((SIZE_PTR)(pbuf) + 22)) & 0x0f) -+ -+#define GetTupleCache(pbuf) (cpu_to_le16(*(unsigned short *)((SIZE_PTR)(pbuf) + 22))) -+ -+#define SetFragNum(pbuf, num) \ -+ do { \ -+ *(unsigned short *)((SIZE_PTR)(pbuf) + 22) = \ -+ ((*(unsigned short *)((SIZE_PTR)(pbuf) + 22)) & le16_to_cpu(~(0x000f))) | \ -+ cpu_to_le16(0x0f & (num)); \ -+ } while(0) -+ -+#define SetSeqNum(pbuf, num) \ -+ do { \ -+ *(unsigned short *)((SIZE_PTR)(pbuf) + 22) = \ -+ ((*(unsigned short *)((SIZE_PTR)(pbuf) + 22)) & le16_to_cpu((unsigned short)~0xfff0)) | \ -+ le16_to_cpu((unsigned short)(0xfff0 & (num << 4))); \ -+ } while(0) -+ -+#define SetDuration(pbuf, dur) \ -+ do { \ -+ *(unsigned short *)((SIZE_PTR)(pbuf) + 2) = cpu_to_le16(0xffff & (dur)); \ -+ } while(0) -+ -+ -+#define SetPriority(pbuf, tid) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(tid & 0xf); \ -+ } while(0) -+ -+#define GetPriority(pbuf) ((le16_to_cpu(*(unsigned short *)(pbuf))) & 0xf) -+ -+#define SetEOSP(pbuf, eosp) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16( (eosp & 1) << 4); \ -+ } while(0) -+ -+#define SetAckpolicy(pbuf, ack) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16( (ack & 3) << 5); \ -+ } while(0) -+ -+#define GetAckpolicy(pbuf) (((le16_to_cpu(*(unsigned short *)pbuf)) >> 5) & 0x3) -+ -+#define GetAMsdu(pbuf) (((le16_to_cpu(*(unsigned short *)pbuf)) >> 7) & 0x1) -+ -+#define SetAMsdu(pbuf, amsdu) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16( (amsdu & 1) << 7); \ -+ } while(0) -+ -+#define GetAid(pbuf) (cpu_to_le16(*(unsigned short *)((SIZE_PTR)(pbuf) + 2)) & 0x3fff) -+ -+#define GetTid(pbuf) (cpu_to_le16(*(unsigned short *)((SIZE_PTR)(pbuf) + (((GetToDs(pbuf)<<1)|GetFrDs(pbuf))==3?30:24))) & 0x000f) -+ -+#define GetAddr1Ptr(pbuf) ((unsigned char *)((SIZE_PTR)(pbuf) + 4)) -+ -+#define GetAddr2Ptr(pbuf) ((unsigned char *)((SIZE_PTR)(pbuf) + 10)) -+ -+#define GetAddr3Ptr(pbuf) ((unsigned char *)((SIZE_PTR)(pbuf) + 16)) -+ -+#define GetAddr4Ptr(pbuf) ((unsigned char *)((SIZE_PTR)(pbuf) + 24)) -+ -+#define MacAddr_isBcst(addr) \ -+( \ -+ ( (addr[0] == 0xff) && (addr[1] == 0xff) && \ -+ (addr[2] == 0xff) && (addr[3] == 0xff) && \ -+ (addr[4] == 0xff) && (addr[5] == 0xff) ) ? _TRUE : _FALSE \ -+) -+ -+__inline static int IS_MCAST(unsigned char *da) -+{ -+ if ((*da) & 0x01) -+ return _TRUE; -+ else -+ return _FALSE; -+} -+ -+__inline static unsigned char * get_ra(unsigned char *pframe) -+{ -+ unsigned char *ra; -+ ra = GetAddr1Ptr(pframe); -+ return ra; -+} -+__inline static unsigned char * get_ta(unsigned char *pframe) -+{ -+ unsigned char *ta; -+ ta = GetAddr2Ptr(pframe); -+ return ta; -+} -+ -+__inline static unsigned char * get_da(unsigned char *pframe) -+{ -+ unsigned char *da; -+ unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); -+ -+ switch (to_fr_ds) { -+ case 0x00: // ToDs=0, FromDs=0 -+ da = GetAddr1Ptr(pframe); -+ break; -+ case 0x01: // ToDs=0, FromDs=1 -+ da = GetAddr1Ptr(pframe); -+ break; -+ case 0x02: // ToDs=1, FromDs=0 -+ da = GetAddr3Ptr(pframe); -+ break; -+ default: // ToDs=1, FromDs=1 -+ da = GetAddr3Ptr(pframe); -+ break; -+ } -+ -+ return da; -+} -+ -+ -+__inline static unsigned char * get_sa(unsigned char *pframe) -+{ -+ unsigned char *sa; -+ unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); -+ -+ switch (to_fr_ds) { -+ case 0x00: // ToDs=0, FromDs=0 -+ sa = GetAddr2Ptr(pframe); -+ break; -+ case 0x01: // ToDs=0, FromDs=1 -+ sa = GetAddr3Ptr(pframe); -+ break; -+ case 0x02: // ToDs=1, FromDs=0 -+ sa = GetAddr2Ptr(pframe); -+ break; -+ default: // ToDs=1, FromDs=1 -+ sa = GetAddr4Ptr(pframe); -+ break; -+ } -+ -+ return sa; -+} -+ -+__inline static unsigned char * get_hdr_bssid(unsigned char *pframe) -+{ -+ unsigned char *sa = NULL; -+ unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); -+ -+ switch (to_fr_ds) { -+ case 0x00: // ToDs=0, FromDs=0 -+ sa = GetAddr3Ptr(pframe); -+ break; -+ case 0x01: // ToDs=0, FromDs=1 -+ sa = GetAddr2Ptr(pframe); -+ break; -+ case 0x02: // ToDs=1, FromDs=0 -+ sa = GetAddr1Ptr(pframe); -+ break; -+ case 0x03: // ToDs=1, FromDs=1 -+ sa = GetAddr1Ptr(pframe); -+ break; -+ } -+ -+ return sa; -+} -+ -+ -+__inline static int IsFrameTypeCtrl(unsigned char *pframe) -+{ -+ if(WIFI_CTRL_TYPE == GetFrameType(pframe)) -+ return _TRUE; -+ else -+ return _FALSE; -+} -+/*----------------------------------------------------------------------------- -+ Below is for the security related definition -+------------------------------------------------------------------------------*/ -+#define _RESERVED_FRAME_TYPE_ 0 -+#define _SKB_FRAME_TYPE_ 2 -+#define _PRE_ALLOCMEM_ 1 -+#define _PRE_ALLOCHDR_ 3 -+#define _PRE_ALLOCLLCHDR_ 4 -+#define _PRE_ALLOCICVHDR_ 5 -+#define _PRE_ALLOCMICHDR_ 6 -+ -+#define _SIFSTIME_ ((priv->pmib->dot11BssType.net_work_type&WIRELESS_11A)?16:10) -+#define _ACKCTSLNG_ 14 //14 bytes long, including crclng -+#define _CRCLNG_ 4 -+ -+#define _ASOCREQ_IE_OFFSET_ 4 // excluding wlan_hdr -+#define _ASOCRSP_IE_OFFSET_ 6 -+#define _REASOCREQ_IE_OFFSET_ 10 -+#define _REASOCRSP_IE_OFFSET_ 6 -+#define _PROBEREQ_IE_OFFSET_ 0 -+#define _PROBERSP_IE_OFFSET_ 12 -+#define _AUTH_IE_OFFSET_ 6 -+#define _DEAUTH_IE_OFFSET_ 0 -+#define _BEACON_IE_OFFSET_ 12 -+#define _PUBLIC_ACTION_IE_OFFSET_ 8 -+ -+#define _FIXED_IE_LENGTH_ _BEACON_IE_OFFSET_ -+ -+#define _SSID_IE_ 0 -+#define _SUPPORTEDRATES_IE_ 1 -+#define _DSSET_IE_ 3 -+#define _TIM_IE_ 5 -+#define _IBSS_PARA_IE_ 6 -+#define _COUNTRY_IE_ 7 -+#define _CHLGETXT_IE_ 16 -+#define _SUPPORTED_CH_IE_ 36 -+#define _CH_SWTICH_ANNOUNCE_ 37 //Secondary Channel Offset -+#define _RSN_IE_2_ 48 -+#define _SSN_IE_1_ 221 -+#define _ERPINFO_IE_ 42 -+#define _EXT_SUPPORTEDRATES_IE_ 50 -+ -+#define _HT_CAPABILITY_IE_ 45 -+#define _FTIE_ 55 -+#define _TIMEOUT_ITVL_IE_ 56 -+#define _SRC_IE_ 59 -+#define _HT_EXTRA_INFO_IE_ 61 -+#define _HT_ADD_INFO_IE_ 61 //_HT_EXTRA_INFO_IE_ -+#define _WAPI_IE_ 68 -+ -+ -+//#define EID_BSSCoexistence 72 // 20/40 BSS Coexistence -+//#define EID_BSSIntolerantChlReport 73 -+#define _RIC_Descriptor_IE_ 75 -+#ifdef CONFIG_IEEE80211W -+#define _MME_IE_ 76 //802.11w Management MIC element -+#endif //CONFIG_IEEE80211W -+#define _LINK_ID_IE_ 101 -+#define _CH_SWITCH_TIMING_ 104 -+#define _PTI_BUFFER_STATUS_ 106 -+#define _EXT_CAP_IE_ 127 -+#define _VENDOR_SPECIFIC_IE_ 221 -+ -+#define _RESERVED47_ 47 -+ -+typedef enum _ELEMENT_ID{ -+ EID_SsId = 0, /* service set identifier (0:32) */ -+ EID_SupRates = 1, /* supported rates (1:8) */ -+ EID_FHParms = 2, /* FH parameter set (5) */ -+ EID_DSParms = 3, /* DS parameter set (1) */ -+ EID_CFParms = 4, /* CF parameter set (6) */ -+ EID_Tim = 5, /* Traffic Information Map (4:254) */ -+ EID_IbssParms = 6, /* IBSS parameter set (2) */ -+ EID_Country = 7, /* */ -+ -+ // Form 7.3.2: Information elements in 802.11E/D13.0, page 46. -+ EID_QBSSLoad = 11, -+ EID_EDCAParms = 12, -+ EID_TSpec = 13, -+ EID_TClass = 14, -+ EID_Schedule = 15, -+ // -+ -+ EID_Ctext = 16, /* challenge text*/ -+ EID_POWER_CONSTRAINT = 32, /* Power Constraint*/ -+ -+ //vivi for WIFITest, 802.11h AP, 20100427 -+ // 2010/12/26 MH The definition we can declare always!! -+ EID_PowerCap = 33, -+ EID_SupportedChannels = 36, -+ EID_ChlSwitchAnnounce = 37, -+ -+ EID_MeasureRequest = 38, // Measurement Request -+ EID_MeasureReport = 39, // Measurement Report -+ -+ EID_ERPInfo = 42, -+ -+ // Form 7.3.2: Information elements in 802.11E/D13.0, page 46. -+ EID_TSDelay = 43, -+ EID_TCLASProc = 44, -+ EID_HTCapability = 45, -+ EID_QoSCap = 46, -+ // -+ -+ EID_WPA2 = 48, -+ EID_ExtSupRates = 50, -+ -+ EID_FTIE = 55, // Defined in 802.11r -+ EID_Timeout = 56, // Defined in 802.11r -+ -+ EID_SupRegulatory = 59, // Supported Requlatory Classes 802.11y -+ EID_HTInfo = 61, -+ EID_SecondaryChnlOffset = 62, -+ -+ EID_BSSCoexistence = 72, // 20/40 BSS Coexistence -+ EID_BSSIntolerantChlReport = 73, -+ EID_OBSS = 74, // Overlapping BSS Scan Parameters -+ -+ EID_LinkIdentifier = 101, // Defined in 802.11z -+ EID_WakeupSchedule = 102, // Defined in 802.11z -+ EID_ChnlSwitchTimeing = 104, // Defined in 802.11z -+ EID_PTIControl = 105, // Defined in 802.11z -+ EID_PUBufferStatus = 106, // Defined in 802.11z -+ -+ EID_EXTCapability = 127, // Extended Capabilities -+ // From S19:Aironet IE and S21:AP IP address IE in CCX v1.13, p16 and p18. -+ EID_Aironet = 133, // 0x85: Aironet Element for Cisco CCX -+ EID_CiscoIP = 149, // 0x95: IP Address IE for Cisco CCX -+ -+ EID_CellPwr = 150, // 0x96: Cell Power Limit IE. Ref. 0x96. -+ -+ EID_CCKM = 156, -+ -+ EID_Vendor = 221, // 0xDD: Vendor Specific -+ -+ EID_WAPI = 68, -+ EID_VHTCapability = 191, // Based on 802.11ac D2.0 -+ EID_VHTOperation = 192, // Based on 802.11ac D2.0 -+ EID_AID = 197, /* Based on 802.11ac D4.0 */ -+ EID_OpModeNotification = 199, // Based on 802.11ac D3.0 -+}ELEMENT_ID, *PELEMENT_ID; -+ -+/* --------------------------------------------------------------------------- -+ Below is the fixed elements... -+-----------------------------------------------------------------------------*/ -+#define _AUTH_ALGM_NUM_ 2 -+#define _AUTH_SEQ_NUM_ 2 -+#define _BEACON_ITERVAL_ 2 -+#define _CAPABILITY_ 2 -+#define _CURRENT_APADDR_ 6 -+#define _LISTEN_INTERVAL_ 2 -+#define _RSON_CODE_ 2 -+#define _ASOC_ID_ 2 -+#define _STATUS_CODE_ 2 -+#define _TIMESTAMP_ 8 -+ -+#define AUTH_ODD_TO 0 -+#define AUTH_EVEN_TO 1 -+ -+#define WLAN_ETHCONV_ENCAP 1 -+#define WLAN_ETHCONV_RFC1042 2 -+#define WLAN_ETHCONV_8021h 3 -+ -+#define cap_ESS BIT(0) -+#define cap_IBSS BIT(1) -+#define cap_CFPollable BIT(2) -+#define cap_CFRequest BIT(3) -+#define cap_Privacy BIT(4) -+#define cap_ShortPremble BIT(5) -+#define cap_PBCC BIT(6) -+#define cap_ChAgility BIT(7) -+#define cap_SpecMgmt BIT(8) -+#define cap_QoS BIT(9) -+#define cap_ShortSlot BIT(10) -+ -+/*----------------------------------------------------------------------------- -+ Below is the definition for 802.11i / 802.1x -+------------------------------------------------------------------------------*/ -+#define _IEEE8021X_MGT_ 1 // WPA -+#define _IEEE8021X_PSK_ 2 // WPA with pre-shared key -+ -+/* -+#define _NO_PRIVACY_ 0 -+#define _WEP_40_PRIVACY_ 1 -+#define _TKIP_PRIVACY_ 2 -+#define _WRAP_PRIVACY_ 3 -+#define _CCMP_PRIVACY_ 4 -+#define _WEP_104_PRIVACY_ 5 -+#define _WEP_WPA_MIXED_PRIVACY_ 6 // WEP + WPA -+*/ -+ -+#ifdef CONFIG_IEEE80211W -+#define _MME_IE_LENGTH_ 18 -+#endif //CONFIG_IEEE80211W -+/*----------------------------------------------------------------------------- -+ Below is the definition for WMM -+------------------------------------------------------------------------------*/ -+#define _WMM_IE_Length_ 7 // for WMM STA -+#define _WMM_Para_Element_Length_ 24 -+ -+ -+/*----------------------------------------------------------------------------- -+ Below is the definition for 802.11n -+------------------------------------------------------------------------------*/ -+ -+//#ifdef CONFIG_80211N_HT -+ -+#define SetOrderBit(pbuf) \ -+ do { \ -+ *(unsigned short *)(pbuf) |= cpu_to_le16(_ORDER_); \ -+ } while(0) -+ -+#define GetOrderBit(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_ORDER_)) != 0) -+ -+#define ACT_CAT_VENDOR 0x7F/* 127 */ -+ -+/** -+ * struct rtw_ieee80211_bar - HT Block Ack Request -+ * -+ * This structure refers to "HT BlockAckReq" as -+ * described in 802.11n draft section 7.2.1.7.1 -+ */ -+ #if defined(PLATFORM_LINUX) || defined(CONFIG_RTL8712FW) -+struct rtw_ieee80211_bar { -+ unsigned short frame_control; -+ unsigned short duration; -+ unsigned char ra[6]; -+ unsigned char ta[6]; -+ unsigned short control; -+ unsigned short start_seq_num; -+} __attribute__((packed)); -+ #endif -+ -+/* 802.11 BAR control masks */ -+#define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000 -+#define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004 -+ -+ -+ #if defined(PLATFORM_LINUX) || defined(CONFIG_RTL8712FW) || defined(PLATFORM_FREEBSD) -+ -+ -+ -+ /** -+ * struct rtw_ieee80211_ht_cap - HT capabilities -+ * -+ * This structure refers to "HT capabilities element" as -+ * described in 802.11n draft section 7.3.2.52 -+ */ -+ -+struct rtw_ieee80211_ht_cap { -+ unsigned short cap_info; -+ unsigned char ampdu_params_info; -+ unsigned char supp_mcs_set[16]; -+ unsigned short extended_ht_cap_info; -+ unsigned int tx_BF_cap_info; -+ unsigned char antenna_selection_info; -+} __attribute__ ((packed)); -+ -+/** -+ * struct rtw_ieee80211_ht_cap - HT additional information -+ * -+ * This structure refers to "HT information element" as -+ * described in 802.11n draft section 7.3.2.53 -+ */ -+struct ieee80211_ht_addt_info { -+ unsigned char control_chan; -+ unsigned char ht_param; -+ unsigned short operation_mode; -+ unsigned short stbc_param; -+ unsigned char basic_set[16]; -+} __attribute__ ((packed)); -+ -+ -+struct HT_caps_element -+{ -+ union -+ { -+ struct -+ { -+ unsigned short HT_caps_info; -+ unsigned char AMPDU_para; -+ unsigned char MCS_rate[16]; -+ unsigned short HT_ext_caps; -+ unsigned int Beamforming_caps; -+ unsigned char ASEL_caps; -+ } HT_cap_element; -+ unsigned char HT_cap[26]; -+ }u; -+} __attribute__ ((packed)); -+ -+struct HT_info_element -+{ -+ unsigned char primary_channel; -+ unsigned char infos[5]; -+ unsigned char MCS_rate[16]; -+} __attribute__ ((packed)); -+ -+struct AC_param -+{ -+ unsigned char ACI_AIFSN; -+ unsigned char CW; -+ unsigned short TXOP_limit; -+} __attribute__ ((packed)); -+ -+struct WMM_para_element -+{ -+ unsigned char QoS_info; -+ unsigned char reserved; -+ struct AC_param ac_param[4]; -+} __attribute__ ((packed)); -+ -+struct ADDBA_request -+{ -+ unsigned char dialog_token; -+ unsigned short BA_para_set; -+ unsigned short BA_timeout_value; -+ unsigned short BA_starting_seqctrl; -+} __attribute__ ((packed)); -+ -+ -+ -+#endif -+ -+ -+#ifdef PLATFORM_WINDOWS -+ -+#pragma pack(1) -+ -+struct rtw_ieee80211_ht_cap { -+ unsigned short cap_info; -+ unsigned char ampdu_params_info; -+ unsigned char supp_mcs_set[16]; -+ unsigned short extended_ht_cap_info; -+ unsigned int tx_BF_cap_info; -+ unsigned char antenna_selection_info; -+}; -+ -+ -+struct ieee80211_ht_addt_info { -+ unsigned char control_chan; -+ unsigned char ht_param; -+ unsigned short operation_mode; -+ unsigned short stbc_param; -+ unsigned char basic_set[16]; -+}; -+ -+struct HT_caps_element -+{ -+ union -+ { -+ struct -+ { -+ unsigned short HT_caps_info; -+ unsigned char AMPDU_para; -+ unsigned char MCS_rate[16]; -+ unsigned short HT_ext_caps; -+ unsigned int Beamforming_caps; -+ unsigned char ASEL_caps; -+ } HT_cap_element; -+ unsigned char HT_cap[26]; -+ }; -+}; -+ -+struct HT_info_element -+{ -+ unsigned char primary_channel; -+ unsigned char infos[5]; -+ unsigned char MCS_rate[16]; -+}; -+ -+struct AC_param -+{ -+ unsigned char ACI_AIFSN; -+ unsigned char CW; -+ unsigned short TXOP_limit; -+}; -+ -+struct WMM_para_element -+{ -+ unsigned char QoS_info; -+ unsigned char reserved; -+ struct AC_param ac_param[4]; -+}; -+ -+struct ADDBA_request -+{ -+ unsigned char dialog_token; -+ unsigned short BA_para_set; -+ unsigned short BA_timeout_value; -+ unsigned short BA_starting_seqctrl; -+}; -+ -+ -+#pragma pack() -+ -+#endif -+ -+typedef enum _HT_CAP_AMPDU_FACTOR { -+ MAX_AMPDU_FACTOR_8K = 0, -+ MAX_AMPDU_FACTOR_16K = 1, -+ MAX_AMPDU_FACTOR_32K = 2, -+ MAX_AMPDU_FACTOR_64K = 3, -+}HT_CAP_AMPDU_FACTOR; -+ -+ -+typedef enum _HT_CAP_AMPDU_DENSITY { -+ AMPDU_DENSITY_VALUE_0 = 0 , /* For no restriction */ -+ AMPDU_DENSITY_VALUE_1 = 1 , /* For 1/4 us */ -+ AMPDU_DENSITY_VALUE_2 = 2 , /* For 1/2 us */ -+ AMPDU_DENSITY_VALUE_3 = 3 , /* For 1 us */ -+ AMPDU_DENSITY_VALUE_4 = 4 , /* For 2 us */ -+ AMPDU_DENSITY_VALUE_5 = 5 , /* For 4 us */ -+ AMPDU_DENSITY_VALUE_6 = 6 , /* For 8 us */ -+ AMPDU_DENSITY_VALUE_7 = 7 , /* For 16 us */ -+} HT_CAP_AMPDU_DENSITY; -+ -+/* 802.11n HT capabilities masks */ -+#define IEEE80211_HT_CAP_LDPC_CODING 0x0001 -+#define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 -+#define IEEE80211_HT_CAP_SM_PS 0x000C -+#define IEEE80211_HT_CAP_GRN_FLD 0x0010 -+#define IEEE80211_HT_CAP_SGI_20 0x0020 -+#define IEEE80211_HT_CAP_SGI_40 0x0040 -+#define IEEE80211_HT_CAP_TX_STBC 0x0080 -+#define IEEE80211_HT_CAP_RX_STBC_1R 0x0100 -+#define IEEE80211_HT_CAP_RX_STBC_2R 0x0200 -+#define IEEE80211_HT_CAP_RX_STBC_3R 0x0300 -+#define IEEE80211_HT_CAP_DELAY_BA 0x0400 -+#define IEEE80211_HT_CAP_MAX_AMSDU 0x0800 -+#define IEEE80211_HT_CAP_DSSSCCK40 0x1000 -+#define RTW_IEEE80211_HT_CAP_40MHZ_INTOLERANT ((u16) BIT(14)) -+/* 802.11n HT capability AMPDU settings */ -+#define IEEE80211_HT_CAP_AMPDU_FACTOR 0x03 -+#define IEEE80211_HT_CAP_AMPDU_DENSITY 0x1C -+/* 802.11n HT capability MSC set */ -+#define IEEE80211_SUPP_MCS_SET_UEQM 4 -+#define IEEE80211_HT_CAP_MAX_STREAMS 4 -+#define IEEE80211_SUPP_MCS_SET_LEN 10 -+/* maximum streams the spec allows */ -+#define IEEE80211_HT_CAP_MCS_TX_DEFINED 0x01 -+#define IEEE80211_HT_CAP_MCS_TX_RX_DIFF 0x02 -+#define IEEE80211_HT_CAP_MCS_TX_STREAMS 0x0C -+#define IEEE80211_HT_CAP_MCS_TX_UEQM 0x10 -+/* 802.11n HT capability TXBF capability */ -+#define IEEE80211_HT_CAP_TXBF_RX_NDP 0x00000008 -+#define IEEE80211_HT_CAP_TXBF_TX_NDP 0x00000010 -+#define IEEE80211_HT_CAP_TXBF_EXPLICIT_COMP_STEERING_CAP 0x00000400 -+ -+/* 802.11n HT IE masks */ -+#define IEEE80211_HT_IE_CHA_SEC_OFFSET 0x03 -+#define IEEE80211_HT_IE_CHA_SEC_NONE 0x00 -+#define IEEE80211_HT_IE_CHA_SEC_ABOVE 0x01 -+#define IEEE80211_HT_IE_CHA_SEC_BELOW 0x03 -+#define IEEE80211_HT_IE_CHA_WIDTH 0x04 -+#define IEEE80211_HT_IE_HT_PROTECTION 0x0003 -+#define IEEE80211_HT_IE_NON_GF_STA_PRSNT 0x0004 -+#define IEEE80211_HT_IE_NON_HT_STA_PRSNT 0x0010 -+ -+/* block-ack parameters */ -+#define IEEE80211_ADDBA_PARAM_POLICY_MASK 0x0002 -+#define IEEE80211_ADDBA_PARAM_TID_MASK 0x003C -+#define RTW_IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK 0xFFC0 -+#define IEEE80211_DELBA_PARAM_TID_MASK 0xF000 -+#define IEEE80211_DELBA_PARAM_INITIATOR_MASK 0x0800 -+ -+/* -+ * A-PMDU buffer sizes -+ * According to IEEE802.11n spec size varies from 8K to 64K (in powers of 2) -+ */ -+#define IEEE80211_MIN_AMPDU_BUF 0x8 -+#define IEEE80211_MAX_AMPDU_BUF 0x40 -+ -+ -+/* Spatial Multiplexing Power Save Modes */ -+#define WLAN_HT_CAP_SM_PS_STATIC 0 -+#define WLAN_HT_CAP_SM_PS_DYNAMIC 1 -+#define WLAN_HT_CAP_SM_PS_INVALID 2 -+#define WLAN_HT_CAP_SM_PS_DISABLED 3 -+ -+ -+#define OP_MODE_PURE 0 -+#define OP_MODE_MAY_BE_LEGACY_STAS 1 -+#define OP_MODE_20MHZ_HT_STA_ASSOCED 2 -+#define OP_MODE_MIXED 3 -+ -+#define HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK ((u8) BIT(0) | BIT(1)) -+#define HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE ((u8) BIT(0)) -+#define HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW ((u8) BIT(0) | BIT(1)) -+#define HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH ((u8) BIT(2)) -+#define HT_INFO_HT_PARAM_RIFS_MODE ((u8) BIT(3)) -+#define HT_INFO_HT_PARAM_CTRL_ACCESS_ONLY ((u8) BIT(4)) -+#define HT_INFO_HT_PARAM_SRV_INTERVAL_GRANULARITY ((u8) BIT(5)) -+ -+#define HT_INFO_OPERATION_MODE_OP_MODE_MASK \ -+ ((u16) (0x0001 | 0x0002)) -+#define HT_INFO_OPERATION_MODE_OP_MODE_OFFSET 0 -+#define HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT ((u8) BIT(2)) -+#define HT_INFO_OPERATION_MODE_TRANSMIT_BURST_LIMIT ((u8) BIT(3)) -+#define HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT ((u8) BIT(4)) -+ -+#define HT_INFO_STBC_PARAM_DUAL_BEACON ((u16) BIT(6)) -+#define HT_INFO_STBC_PARAM_DUAL_STBC_PROTECT ((u16) BIT(7)) -+#define HT_INFO_STBC_PARAM_SECONDARY_BCN ((u16) BIT(8)) -+#define HT_INFO_STBC_PARAM_LSIG_TXOP_PROTECT_ALLOWED ((u16) BIT(9)) -+#define HT_INFO_STBC_PARAM_PCO_ACTIVE ((u16) BIT(10)) -+#define HT_INFO_STBC_PARAM_PCO_PHASE ((u16) BIT(11)) -+ -+ -+ -+//#endif -+ -+// ===============WPS Section=============== -+// For WPSv1.0 -+#define WPSOUI 0x0050f204 -+// WPS attribute ID -+#define WPS_ATTR_VER1 0x104A -+#define WPS_ATTR_SIMPLE_CONF_STATE 0x1044 -+#define WPS_ATTR_RESP_TYPE 0x103B -+#define WPS_ATTR_UUID_E 0x1047 -+#define WPS_ATTR_MANUFACTURER 0x1021 -+#define WPS_ATTR_MODEL_NAME 0x1023 -+#define WPS_ATTR_MODEL_NUMBER 0x1024 -+#define WPS_ATTR_SERIAL_NUMBER 0x1042 -+#define WPS_ATTR_PRIMARY_DEV_TYPE 0x1054 -+#define WPS_ATTR_SEC_DEV_TYPE_LIST 0x1055 -+#define WPS_ATTR_DEVICE_NAME 0x1011 -+#define WPS_ATTR_CONF_METHOD 0x1008 -+#define WPS_ATTR_RF_BANDS 0x103C -+#define WPS_ATTR_DEVICE_PWID 0x1012 -+#define WPS_ATTR_REQUEST_TYPE 0x103A -+#define WPS_ATTR_ASSOCIATION_STATE 0x1002 -+#define WPS_ATTR_CONFIG_ERROR 0x1009 -+#define WPS_ATTR_VENDOR_EXT 0x1049 -+#define WPS_ATTR_SELECTED_REGISTRAR 0x1041 -+ -+// Value of WPS attribute "WPS_ATTR_DEVICE_NAME -+#define WPS_MAX_DEVICE_NAME_LEN 32 -+ -+// Value of WPS Request Type Attribute -+#define WPS_REQ_TYPE_ENROLLEE_INFO_ONLY 0x00 -+#define WPS_REQ_TYPE_ENROLLEE_OPEN_8021X 0x01 -+#define WPS_REQ_TYPE_REGISTRAR 0x02 -+#define WPS_REQ_TYPE_WLAN_MANAGER_REGISTRAR 0x03 -+ -+// Value of WPS Response Type Attribute -+#define WPS_RESPONSE_TYPE_INFO_ONLY 0x00 -+#define WPS_RESPONSE_TYPE_8021X 0x01 -+#define WPS_RESPONSE_TYPE_REGISTRAR 0x02 -+#define WPS_RESPONSE_TYPE_AP 0x03 -+ -+// Value of WPS WiFi Simple Configuration State Attribute -+#define WPS_WSC_STATE_NOT_CONFIG 0x01 -+#define WPS_WSC_STATE_CONFIG 0x02 -+ -+// Value of WPS Version Attribute -+#define WPS_VERSION_1 0x10 -+ -+// Value of WPS Configuration Method Attribute -+#define WPS_CONFIG_METHOD_FLASH 0x0001 -+#define WPS_CONFIG_METHOD_ETHERNET 0x0002 -+#define WPS_CONFIG_METHOD_LABEL 0x0004 -+#define WPS_CONFIG_METHOD_DISPLAY 0x0008 -+#define WPS_CONFIG_METHOD_E_NFC 0x0010 -+#define WPS_CONFIG_METHOD_I_NFC 0x0020 -+#define WPS_CONFIG_METHOD_NFC 0x0040 -+#define WPS_CONFIG_METHOD_PBC 0x0080 -+#define WPS_CONFIG_METHOD_KEYPAD 0x0100 -+#define WPS_CONFIG_METHOD_VPBC 0x0280 -+#define WPS_CONFIG_METHOD_PPBC 0x0480 -+#define WPS_CONFIG_METHOD_VDISPLAY 0x2008 -+#define WPS_CONFIG_METHOD_PDISPLAY 0x4008 -+ -+// Value of Category ID of WPS Primary Device Type Attribute -+#define WPS_PDT_CID_DISPLAYS 0x0007 -+#define WPS_PDT_CID_MULIT_MEDIA 0x0008 -+#define WPS_PDT_CID_RTK_WIDI WPS_PDT_CID_MULIT_MEDIA -+ -+// Value of Sub Category ID of WPS Primary Device Type Attribute -+#define WPS_PDT_SCID_MEDIA_SERVER 0x0005 -+#define WPS_PDT_SCID_RTK_DMP WPS_PDT_SCID_MEDIA_SERVER -+ -+// Value of Device Password ID -+#define WPS_DPID_PIN 0x0000 -+#define WPS_DPID_USER_SPEC 0x0001 -+#define WPS_DPID_MACHINE_SPEC 0x0002 -+#define WPS_DPID_REKEY 0x0003 -+#define WPS_DPID_PBC 0x0004 -+#define WPS_DPID_REGISTRAR_SPEC 0x0005 -+ -+// Value of WPS RF Bands Attribute -+#define WPS_RF_BANDS_2_4_GHZ 0x01 -+#define WPS_RF_BANDS_5_GHZ 0x02 -+ -+// Value of WPS Association State Attribute -+#define WPS_ASSOC_STATE_NOT_ASSOCIATED 0x00 -+#define WPS_ASSOC_STATE_CONNECTION_SUCCESS 0x01 -+#define WPS_ASSOC_STATE_CONFIGURATION_FAILURE 0x02 -+#define WPS_ASSOC_STATE_ASSOCIATION_FAILURE 0x03 -+#define WPS_ASSOC_STATE_IP_FAILURE 0x04 -+ -+// =====================P2P Section===================== -+// For P2P -+#define P2POUI 0x506F9A09 -+ -+// P2P Attribute ID -+#define P2P_ATTR_STATUS 0x00 -+#define P2P_ATTR_MINOR_REASON_CODE 0x01 -+#define P2P_ATTR_CAPABILITY 0x02 -+#define P2P_ATTR_DEVICE_ID 0x03 -+#define P2P_ATTR_GO_INTENT 0x04 -+#define P2P_ATTR_CONF_TIMEOUT 0x05 -+#define P2P_ATTR_LISTEN_CH 0x06 -+#define P2P_ATTR_GROUP_BSSID 0x07 -+#define P2P_ATTR_EX_LISTEN_TIMING 0x08 -+#define P2P_ATTR_INTENTED_IF_ADDR 0x09 -+#define P2P_ATTR_MANAGEABILITY 0x0A -+#define P2P_ATTR_CH_LIST 0x0B -+#define P2P_ATTR_NOA 0x0C -+#define P2P_ATTR_DEVICE_INFO 0x0D -+#define P2P_ATTR_GROUP_INFO 0x0E -+#define P2P_ATTR_GROUP_ID 0x0F -+#define P2P_ATTR_INTERFACE 0x10 -+#define P2P_ATTR_OPERATING_CH 0x11 -+#define P2P_ATTR_INVITATION_FLAGS 0x12 -+ -+// Value of Status Attribute -+#define P2P_STATUS_SUCCESS 0x00 -+#define P2P_STATUS_FAIL_INFO_UNAVAILABLE 0x01 -+#define P2P_STATUS_FAIL_INCOMPATIBLE_PARAM 0x02 -+#define P2P_STATUS_FAIL_LIMIT_REACHED 0x03 -+#define P2P_STATUS_FAIL_INVALID_PARAM 0x04 -+#define P2P_STATUS_FAIL_REQUEST_UNABLE 0x05 -+#define P2P_STATUS_FAIL_PREVOUS_PROTO_ERR 0x06 -+#define P2P_STATUS_FAIL_NO_COMMON_CH 0x07 -+#define P2P_STATUS_FAIL_UNKNOWN_P2PGROUP 0x08 -+#define P2P_STATUS_FAIL_BOTH_GOINTENT_15 0x09 -+#define P2P_STATUS_FAIL_INCOMPATIBLE_PROVSION 0x0A -+#define P2P_STATUS_FAIL_USER_REJECT 0x0B -+ -+// Value of Inviation Flags Attribute -+#define P2P_INVITATION_FLAGS_PERSISTENT BIT(0) -+ -+#define DMP_P2P_DEVCAP_SUPPORT (P2P_DEVCAP_SERVICE_DISCOVERY | \ -+ P2P_DEVCAP_CLIENT_DISCOVERABILITY | \ -+ P2P_DEVCAP_CONCURRENT_OPERATION | \ -+ P2P_DEVCAP_INVITATION_PROC) -+ -+#define DMP_P2P_GRPCAP_SUPPORT (P2P_GRPCAP_INTRABSS) -+ -+// Value of Device Capability Bitmap -+#define P2P_DEVCAP_SERVICE_DISCOVERY BIT(0) -+#define P2P_DEVCAP_CLIENT_DISCOVERABILITY BIT(1) -+#define P2P_DEVCAP_CONCURRENT_OPERATION BIT(2) -+#define P2P_DEVCAP_INFRA_MANAGED BIT(3) -+#define P2P_DEVCAP_DEVICE_LIMIT BIT(4) -+#define P2P_DEVCAP_INVITATION_PROC BIT(5) -+ -+// Value of Group Capability Bitmap -+#define P2P_GRPCAP_GO BIT(0) -+#define P2P_GRPCAP_PERSISTENT_GROUP BIT(1) -+#define P2P_GRPCAP_GROUP_LIMIT BIT(2) -+#define P2P_GRPCAP_INTRABSS BIT(3) -+#define P2P_GRPCAP_CROSS_CONN BIT(4) -+#define P2P_GRPCAP_PERSISTENT_RECONN BIT(5) -+#define P2P_GRPCAP_GROUP_FORMATION BIT(6) -+ -+// P2P Public Action Frame ( Management Frame ) -+#define P2P_PUB_ACTION_ACTION 0x09 -+ -+// P2P Public Action Frame Type -+#define P2P_GO_NEGO_REQ 0 -+#define P2P_GO_NEGO_RESP 1 -+#define P2P_GO_NEGO_CONF 2 -+#define P2P_INVIT_REQ 3 -+#define P2P_INVIT_RESP 4 -+#define P2P_DEVDISC_REQ 5 -+#define P2P_DEVDISC_RESP 6 -+#define P2P_PROVISION_DISC_REQ 7 -+#define P2P_PROVISION_DISC_RESP 8 -+ -+// P2P Action Frame Type -+#define P2P_NOTICE_OF_ABSENCE 0 -+#define P2P_PRESENCE_REQUEST 1 -+#define P2P_PRESENCE_RESPONSE 2 -+#define P2P_GO_DISC_REQUEST 3 -+ -+ -+#define P2P_MAX_PERSISTENT_GROUP_NUM 10 -+ -+#define P2P_PROVISIONING_SCAN_CNT 3 -+ -+#define P2P_WILDCARD_SSID_LEN 7 -+ -+#define P2P_FINDPHASE_EX_NONE 0 // default value, used when: (1)p2p disabed or (2)p2p enabled but only do 1 scan phase -+#define P2P_FINDPHASE_EX_FULL 1 // used when p2p enabled and want to do 1 scan phase and P2P_FINDPHASE_EX_MAX-1 find phase -+#define P2P_FINDPHASE_EX_SOCIAL_FIRST (P2P_FINDPHASE_EX_FULL+1) -+#define P2P_FINDPHASE_EX_MAX 4 -+#define P2P_FINDPHASE_EX_SOCIAL_LAST P2P_FINDPHASE_EX_MAX -+ -+#define P2P_PROVISION_TIMEOUT 5000 // 5 seconds timeout for sending the provision discovery request -+#define P2P_CONCURRENT_PROVISION_TIMEOUT 3000 // 3 seconds timeout for sending the provision discovery request under concurrent mode -+#define P2P_GO_NEGO_TIMEOUT 5000 // 5 seconds timeout for receiving the group negotation response -+#define P2P_CONCURRENT_GO_NEGO_TIMEOUT 3000 // 3 seconds timeout for sending the negotiation request under concurrent mode -+#define P2P_TX_PRESCAN_TIMEOUT 100 // 100ms -+#define P2P_INVITE_TIMEOUT 5000 // 5 seconds timeout for sending the invitation request -+#define P2P_CONCURRENT_INVITE_TIMEOUT 3000 // 3 seconds timeout for sending the invitation request under concurrent mode -+#define P2P_RESET_SCAN_CH 25000 // 25 seconds timeout to reset the scan channel ( based on channel plan ) -+#define P2P_MAX_INTENT 15 -+ -+#define P2P_MAX_NOA_NUM 2 -+ -+// WPS Configuration Method -+#define WPS_CM_NONE 0x0000 -+#define WPS_CM_LABEL 0x0004 -+#define WPS_CM_DISPLYA 0x0008 -+#define WPS_CM_EXTERNAL_NFC_TOKEN 0x0010 -+#define WPS_CM_INTEGRATED_NFC_TOKEN 0x0020 -+#define WPS_CM_NFC_INTERFACE 0x0040 -+#define WPS_CM_PUSH_BUTTON 0x0080 -+#define WPS_CM_KEYPAD 0x0100 -+#define WPS_CM_SW_PUHS_BUTTON 0x0280 -+#define WPS_CM_HW_PUHS_BUTTON 0x0480 -+#define WPS_CM_SW_DISPLAY_PIN 0x2008 -+#define WPS_CM_LCD_DISPLAY_PIN 0x4008 -+ -+enum P2P_ROLE { -+ P2P_ROLE_DISABLE = 0, -+ P2P_ROLE_DEVICE = 1, -+ P2P_ROLE_CLIENT = 2, -+ P2P_ROLE_GO = 3 -+}; -+ -+enum P2P_STATE { -+ P2P_STATE_NONE = 0, // P2P disable -+ P2P_STATE_IDLE = 1, // P2P had enabled and do nothing -+ P2P_STATE_LISTEN = 2, // In pure listen state -+ P2P_STATE_SCAN = 3, // In scan phase -+ P2P_STATE_FIND_PHASE_LISTEN = 4, // In the listen state of find phase -+ P2P_STATE_FIND_PHASE_SEARCH = 5, // In the search state of find phase -+ P2P_STATE_TX_PROVISION_DIS_REQ = 6, // In P2P provisioning discovery -+ P2P_STATE_RX_PROVISION_DIS_RSP = 7, -+ P2P_STATE_RX_PROVISION_DIS_REQ = 8, -+ P2P_STATE_GONEGO_ING = 9, // Doing the group owner negoitation handshake -+ P2P_STATE_GONEGO_OK = 10, // finish the group negoitation handshake with success -+ P2P_STATE_GONEGO_FAIL = 11, // finish the group negoitation handshake with failure -+ P2P_STATE_RECV_INVITE_REQ_MATCH = 12, // receiving the P2P Inviation request and match with the profile. -+ P2P_STATE_PROVISIONING_ING = 13, // Doing the P2P WPS -+ P2P_STATE_PROVISIONING_DONE = 14, // Finish the P2P WPS -+ P2P_STATE_TX_INVITE_REQ = 15, // Transmit the P2P Invitation request -+ P2P_STATE_RX_INVITE_RESP_OK = 16, // Receiving the P2P Invitation response -+ P2P_STATE_RECV_INVITE_REQ_DISMATCH = 17, // receiving the P2P Inviation request and dismatch with the profile. -+ P2P_STATE_RECV_INVITE_REQ_GO = 18, // receiving the P2P Inviation request and this wifi is GO. -+ P2P_STATE_RECV_INVITE_REQ_JOIN = 19, // receiving the P2P Inviation request to join an existing P2P Group. -+ P2P_STATE_RX_INVITE_RESP_FAIL = 20, // recveing the P2P Inviation response with failure -+ P2P_STATE_RX_INFOR_NOREADY = 21, // receiving p2p negoitation response with information is not available -+ P2P_STATE_TX_INFOR_NOREADY = 22, // sending p2p negoitation response with information is not available -+}; -+ -+enum P2P_WPSINFO { -+ P2P_NO_WPSINFO = 0, -+ P2P_GOT_WPSINFO_PEER_DISPLAY_PIN = 1, -+ P2P_GOT_WPSINFO_SELF_DISPLAY_PIN = 2, -+ P2P_GOT_WPSINFO_PBC = 3, -+}; -+ -+#define P2P_PRIVATE_IOCTL_SET_LEN 64 -+ -+enum P2P_PROTO_WK_ID -+{ -+ P2P_FIND_PHASE_WK = 0, -+ P2P_RESTORE_STATE_WK = 1, -+ P2P_PRE_TX_PROVDISC_PROCESS_WK = 2, -+ P2P_PRE_TX_NEGOREQ_PROCESS_WK = 3, -+ P2P_PRE_TX_INVITEREQ_PROCESS_WK = 4, -+ P2P_AP_P2P_CH_SWITCH_PROCESS_WK =5, -+ P2P_RO_CH_WK = 6, -+}; -+ -+#ifdef CONFIG_P2P_PS -+enum P2P_PS_STATE -+{ -+ P2P_PS_DISABLE = 0, -+ P2P_PS_ENABLE = 1, -+ P2P_PS_SCAN = 2, -+ P2P_PS_SCAN_DONE = 3, -+ P2P_PS_ALLSTASLEEP = 4, // for P2P GO -+}; -+ -+enum P2P_PS_MODE -+{ -+ P2P_PS_NONE = 0, -+ P2P_PS_CTWINDOW = 1, -+ P2P_PS_NOA = 2, -+ P2P_PS_MIX = 3, // CTWindow and NoA -+}; -+#endif // CONFIG_P2P_PS -+ -+// =====================WFD Section===================== -+// For Wi-Fi Display -+#define WFD_ATTR_DEVICE_INFO 0x00 -+#define WFD_ATTR_ASSOC_BSSID 0x01 -+#define WFD_ATTR_COUPLED_SINK_INFO 0x06 -+#define WFD_ATTR_LOCAL_IP_ADDR 0x08 -+#define WFD_ATTR_SESSION_INFO 0x09 -+#define WFD_ATTR_ALTER_MAC 0x0a -+ -+// For WFD Device Information Attribute -+#define WFD_DEVINFO_SOURCE 0x0000 -+#define WFD_DEVINFO_PSINK 0x0001 -+#define WFD_DEVINFO_SSINK 0x0002 -+#define WFD_DEVINFO_DUAL 0x0003 -+ -+#define WFD_DEVINFO_SESSION_AVAIL 0x0010 -+#define WFD_DEVINFO_WSD 0x0040 -+#define WFD_DEVINFO_PC_TDLS 0x0080 -+#define WFD_DEVINFO_HDCP_SUPPORT 0x0100 -+ -+#ifdef CONFIG_TX_MCAST2UNI -+#define IP_MCAST_MAC(mac) ((mac[0]==0x01)&&(mac[1]==0x00)&&(mac[2]==0x5e)) -+#define ICMPV6_MCAST_MAC(mac) ((mac[0]==0x33)&&(mac[1]==0x33)&&(mac[2]!=0xff)) -+#endif // CONFIG_TX_MCAST2UNI -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+/* Regulatroy Domain */ -+struct regd_pair_mapping { -+ u16 reg_dmnenum; -+ u16 reg_5ghz_ctl; -+ u16 reg_2ghz_ctl; -+}; -+ -+struct rtw_regulatory { -+ char alpha2[2]; -+ u16 country_code; -+ u16 max_power_level; -+ u32 tp_scale; -+ u16 current_rd; -+ u16 current_rd_ext; -+ int16_t power_limit; -+ struct regd_pair_mapping *regpair; -+}; -+#endif -+ -+#ifdef CONFIG_WAPI_SUPPORT -+#ifndef IW_AUTH_WAPI_VERSION_1 -+#define IW_AUTH_WAPI_VERSION_1 0x00000008 -+#endif -+#ifndef IW_AUTH_KEY_MGMT_WAPI_PSK -+#define IW_AUTH_KEY_MGMT_WAPI_PSK 0x04 -+#endif -+#ifndef IW_AUTH_WAPI_ENABLED -+#define IW_AUTH_WAPI_ENABLED 0x20 -+#endif -+#ifndef IW_ENCODE_ALG_SM4 -+#define IW_ENCODE_ALG_SM4 0x20 -+#endif -+#endif -+ -+#endif // _WIFI_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/wlan_bssdef.h linux/3rdparty/rtl8812au/include/wlan_bssdef.h ---- linux.old/3rdparty/rtl8812au/include/wlan_bssdef.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/wlan_bssdef.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,742 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __WLAN_BSSDEF_H__ -+#define __WLAN_BSSDEF_H__ -+ -+ -+#define MAX_IE_SZ 768 -+ -+ -+#ifdef PLATFORM_LINUX -+ -+#define NDIS_802_11_LENGTH_SSID 32 -+#define NDIS_802_11_LENGTH_RATES 8 -+#define NDIS_802_11_LENGTH_RATES_EX 16 -+ -+typedef unsigned char NDIS_802_11_MAC_ADDRESS[6]; -+typedef long NDIS_802_11_RSSI; // in dBm -+typedef unsigned char NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES]; // Set of 8 data rates -+typedef unsigned char NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX]; // Set of 16 data rates -+ -+ -+typedef ULONG NDIS_802_11_KEY_INDEX; -+typedef unsigned long long NDIS_802_11_KEY_RSC; -+ -+ -+typedef struct _NDIS_802_11_SSID -+{ -+ ULONG SsidLength; -+ UCHAR Ssid[32]; -+} NDIS_802_11_SSID, *PNDIS_802_11_SSID; -+ -+typedef enum _NDIS_802_11_NETWORK_TYPE -+{ -+ Ndis802_11FH, -+ Ndis802_11DS, -+ Ndis802_11OFDM5, -+ Ndis802_11OFDM24, -+ Ndis802_11NetworkTypeMax // not a real type, defined as an upper bound -+} NDIS_802_11_NETWORK_TYPE, *PNDIS_802_11_NETWORK_TYPE; -+ -+typedef struct _NDIS_802_11_CONFIGURATION_FH -+{ -+ ULONG Length; // Length of structure -+ ULONG HopPattern; // As defined by 802.11, MSB set -+ ULONG HopSet; // to one if non-802.11 -+ ULONG DwellTime; // units are Kusec -+} NDIS_802_11_CONFIGURATION_FH, *PNDIS_802_11_CONFIGURATION_FH; -+ -+ -+/* -+ FW will only save the channel number in DSConfig. -+ ODI Handler will convert the channel number to freq. number. -+*/ -+typedef struct _NDIS_802_11_CONFIGURATION -+{ -+ ULONG Length; // Length of structure -+ ULONG BeaconPeriod; // units are Kusec -+ ULONG ATIMWindow; // units are Kusec -+ ULONG DSConfig; /* channel number */ -+ NDIS_802_11_CONFIGURATION_FH FHConfig; -+} NDIS_802_11_CONFIGURATION, *PNDIS_802_11_CONFIGURATION; -+ -+ -+ -+typedef enum _NDIS_802_11_NETWORK_INFRASTRUCTURE -+{ -+ Ndis802_11IBSS, -+ Ndis802_11Infrastructure, -+ Ndis802_11AutoUnknown, -+ Ndis802_11InfrastructureMax, // Not a real value, defined as upper bound -+ Ndis802_11APMode, -+ Ndis802_11Monitor, -+} NDIS_802_11_NETWORK_INFRASTRUCTURE, *PNDIS_802_11_NETWORK_INFRASTRUCTURE; -+ -+ -+ -+ -+ -+typedef struct _NDIS_802_11_FIXED_IEs -+{ -+ UCHAR Timestamp[8]; -+ USHORT BeaconInterval; -+ USHORT Capabilities; -+} NDIS_802_11_FIXED_IEs, *PNDIS_802_11_FIXED_IEs; -+ -+ -+ -+typedef struct _NDIS_802_11_VARIABLE_IEs -+{ -+ UCHAR ElementID; -+ UCHAR Length; -+ UCHAR data[1]; -+} NDIS_802_11_VARIABLE_IEs, *PNDIS_802_11_VARIABLE_IEs; -+ -+ -+ -+/* -+ -+ -+ -+Length is the 4 bytes multiples of the sume of -+ sizeof (NDIS_802_11_MAC_ADDRESS) + 2 + sizeof (NDIS_802_11_SSID) + sizeof (ULONG) -++ sizeof (NDIS_802_11_RSSI) + sizeof (NDIS_802_11_NETWORK_TYPE) + sizeof (NDIS_802_11_CONFIGURATION) -++ sizeof (NDIS_802_11_RATES_EX) + IELength -+ -+Except the IELength, all other fields are fixed length. Therefore, we can define a marco to present the -+partial sum. -+ -+*/ -+#if 0 -+typedef struct _NDIS_WLAN_BSSID_EX -+{ -+ ULONG Length; -+ NDIS_802_11_MAC_ADDRESS MacAddress; -+ UCHAR Reserved[2];//[0]: IS beacon frame, [1]:optimum_antenna=>For antenna diversity; -+ NDIS_802_11_SSID Ssid; -+ ULONG Privacy; -+ NDIS_802_11_RSSI Rssi; -+ NDIS_802_11_NETWORK_TYPE NetworkTypeInUse; -+ NDIS_802_11_CONFIGURATION Configuration; -+ NDIS_802_11_NETWORK_INFRASTRUCTURE InfrastructureMode; -+ NDIS_802_11_RATES_EX SupportedRates; -+ ULONG IELength; -+ UCHAR IEs[MAX_IE_SZ]; //(timestamp, beacon interval, and capability information) -+} NDIS_WLAN_BSSID_EX, *PNDIS_WLAN_BSSID_EX; -+ -+ -+typedef struct _NDIS_802_11_BSSID_LIST_EX -+{ -+ ULONG NumberOfItems; -+ NDIS_WLAN_BSSID_EX Bssid[1]; -+} NDIS_802_11_BSSID_LIST_EX, *PNDIS_802_11_BSSID_LIST_EX; -+#endif -+ -+typedef enum _NDIS_802_11_AUTHENTICATION_MODE -+{ -+ Ndis802_11AuthModeOpen, -+ Ndis802_11AuthModeShared, -+ Ndis802_11AuthModeAutoSwitch, -+ Ndis802_11AuthModeWPA, -+ Ndis802_11AuthModeWPAPSK, -+ Ndis802_11AuthModeWPANone, -+ Ndis802_11AuthModeWAPI, -+ Ndis802_11AuthModeMax // Not a real mode, defined as upper bound -+} NDIS_802_11_AUTHENTICATION_MODE, *PNDIS_802_11_AUTHENTICATION_MODE; -+ -+typedef enum _NDIS_802_11_WEP_STATUS -+{ -+ Ndis802_11WEPEnabled, -+ Ndis802_11Encryption1Enabled = Ndis802_11WEPEnabled, -+ Ndis802_11WEPDisabled, -+ Ndis802_11EncryptionDisabled = Ndis802_11WEPDisabled, -+ Ndis802_11WEPKeyAbsent, -+ Ndis802_11Encryption1KeyAbsent = Ndis802_11WEPKeyAbsent, -+ Ndis802_11WEPNotSupported, -+ Ndis802_11EncryptionNotSupported = Ndis802_11WEPNotSupported, -+ Ndis802_11Encryption2Enabled, -+ Ndis802_11Encryption2KeyAbsent, -+ Ndis802_11Encryption3Enabled, -+ Ndis802_11Encryption3KeyAbsent, -+ Ndis802_11_EncrypteionWAPI -+} NDIS_802_11_WEP_STATUS, *PNDIS_802_11_WEP_STATUS, -+ NDIS_802_11_ENCRYPTION_STATUS, *PNDIS_802_11_ENCRYPTION_STATUS; -+ -+ -+#define NDIS_802_11_AI_REQFI_CAPABILITIES 1 -+#define NDIS_802_11_AI_REQFI_LISTENINTERVAL 2 -+#define NDIS_802_11_AI_REQFI_CURRENTAPADDRESS 4 -+ -+#define NDIS_802_11_AI_RESFI_CAPABILITIES 1 -+#define NDIS_802_11_AI_RESFI_STATUSCODE 2 -+#define NDIS_802_11_AI_RESFI_ASSOCIATIONID 4 -+ -+typedef struct _NDIS_802_11_AI_REQFI -+{ -+ USHORT Capabilities; -+ USHORT ListenInterval; -+ NDIS_802_11_MAC_ADDRESS CurrentAPAddress; -+} NDIS_802_11_AI_REQFI, *PNDIS_802_11_AI_REQFI; -+ -+typedef struct _NDIS_802_11_AI_RESFI -+{ -+ USHORT Capabilities; -+ USHORT StatusCode; -+ USHORT AssociationId; -+} NDIS_802_11_AI_RESFI, *PNDIS_802_11_AI_RESFI; -+ -+typedef struct _NDIS_802_11_ASSOCIATION_INFORMATION -+{ -+ ULONG Length; -+ USHORT AvailableRequestFixedIEs; -+ NDIS_802_11_AI_REQFI RequestFixedIEs; -+ ULONG RequestIELength; -+ ULONG OffsetRequestIEs; -+ USHORT AvailableResponseFixedIEs; -+ NDIS_802_11_AI_RESFI ResponseFixedIEs; -+ ULONG ResponseIELength; -+ ULONG OffsetResponseIEs; -+} NDIS_802_11_ASSOCIATION_INFORMATION, *PNDIS_802_11_ASSOCIATION_INFORMATION; -+ -+typedef enum _NDIS_802_11_RELOAD_DEFAULTS -+{ -+ Ndis802_11ReloadWEPKeys -+} NDIS_802_11_RELOAD_DEFAULTS, *PNDIS_802_11_RELOAD_DEFAULTS; -+ -+ -+// Key mapping keys require a BSSID -+typedef struct _NDIS_802_11_KEY -+{ -+ ULONG Length; // Length of this structure -+ ULONG KeyIndex; -+ ULONG KeyLength; // length of key in bytes -+ NDIS_802_11_MAC_ADDRESS BSSID; -+ NDIS_802_11_KEY_RSC KeyRSC; -+ UCHAR KeyMaterial[32]; // variable length depending on above field -+} NDIS_802_11_KEY, *PNDIS_802_11_KEY; -+ -+typedef struct _NDIS_802_11_REMOVE_KEY -+{ -+ ULONG Length; // Length of this structure -+ ULONG KeyIndex; -+ NDIS_802_11_MAC_ADDRESS BSSID; -+} NDIS_802_11_REMOVE_KEY, *PNDIS_802_11_REMOVE_KEY; -+ -+typedef struct _NDIS_802_11_WEP -+{ -+ ULONG Length; // Length of this structure -+ ULONG KeyIndex; // 0 is the per-client key, 1-N are the global keys -+ ULONG KeyLength; // length of key in bytes -+ UCHAR KeyMaterial[16];// variable length depending on above field -+} NDIS_802_11_WEP, *PNDIS_802_11_WEP; -+ -+typedef struct _NDIS_802_11_AUTHENTICATION_REQUEST -+{ -+ ULONG Length; // Length of structure -+ NDIS_802_11_MAC_ADDRESS Bssid; -+ ULONG Flags; -+} NDIS_802_11_AUTHENTICATION_REQUEST, *PNDIS_802_11_AUTHENTICATION_REQUEST; -+ -+typedef enum _NDIS_802_11_STATUS_TYPE -+{ -+ Ndis802_11StatusType_Authentication, -+ Ndis802_11StatusType_MediaStreamMode, -+ Ndis802_11StatusType_PMKID_CandidateList, -+ Ndis802_11StatusTypeMax // not a real type, defined as an upper bound -+} NDIS_802_11_STATUS_TYPE, *PNDIS_802_11_STATUS_TYPE; -+ -+typedef struct _NDIS_802_11_STATUS_INDICATION -+{ -+ NDIS_802_11_STATUS_TYPE StatusType; -+} NDIS_802_11_STATUS_INDICATION, *PNDIS_802_11_STATUS_INDICATION; -+ -+// mask for authentication/integrity fields -+#define NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS 0x0f -+#define NDIS_802_11_AUTH_REQUEST_REAUTH 0x01 -+#define NDIS_802_11_AUTH_REQUEST_KEYUPDATE 0x02 -+#define NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR 0x06 -+#define NDIS_802_11_AUTH_REQUEST_GROUP_ERROR 0x0E -+ -+// MIC check time, 60 seconds. -+#define MIC_CHECK_TIME 60000000 -+ -+typedef struct _NDIS_802_11_AUTHENTICATION_EVENT -+{ -+ NDIS_802_11_STATUS_INDICATION Status; -+ NDIS_802_11_AUTHENTICATION_REQUEST Request[1]; -+} NDIS_802_11_AUTHENTICATION_EVENT, *PNDIS_802_11_AUTHENTICATION_EVENT; -+ -+typedef struct _NDIS_802_11_TEST -+{ -+ ULONG Length; -+ ULONG Type; -+ union -+ { -+ NDIS_802_11_AUTHENTICATION_EVENT AuthenticationEvent; -+ NDIS_802_11_RSSI RssiTrigger; -+ }tt; -+} NDIS_802_11_TEST, *PNDIS_802_11_TEST; -+ -+ -+#endif //end of #ifdef PLATFORM_LINUX -+ -+#ifdef PLATFORM_FREEBSD -+ -+#define NDIS_802_11_LENGTH_SSID 32 -+#define NDIS_802_11_LENGTH_RATES 8 -+#define NDIS_802_11_LENGTH_RATES_EX 16 -+ -+typedef unsigned char NDIS_802_11_MAC_ADDRESS[6]; -+typedef long NDIS_802_11_RSSI; // in dBm -+typedef unsigned char NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES]; // Set of 8 data rates -+typedef unsigned char NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX]; // Set of 16 data rates -+ -+ -+typedef ULONG NDIS_802_11_KEY_INDEX; -+typedef unsigned long long NDIS_802_11_KEY_RSC; -+ -+ -+typedef struct _NDIS_802_11_SSID -+{ -+ ULONG SsidLength; -+ UCHAR Ssid[32]; -+} NDIS_802_11_SSID, *PNDIS_802_11_SSID; -+ -+typedef enum _NDIS_802_11_NETWORK_TYPE -+{ -+ Ndis802_11FH, -+ Ndis802_11DS, -+ Ndis802_11OFDM5, -+ Ndis802_11OFDM24, -+ Ndis802_11NetworkTypeMax // not a real type, defined as an upper bound -+} NDIS_802_11_NETWORK_TYPE, *PNDIS_802_11_NETWORK_TYPE; -+ -+typedef struct _NDIS_802_11_CONFIGURATION_FH -+{ -+ ULONG Length; // Length of structure -+ ULONG HopPattern; // As defined by 802.11, MSB set -+ ULONG HopSet; // to one if non-802.11 -+ ULONG DwellTime; // units are Kusec -+} NDIS_802_11_CONFIGURATION_FH, *PNDIS_802_11_CONFIGURATION_FH; -+ -+ -+/* -+ FW will only save the channel number in DSConfig. -+ ODI Handler will convert the channel number to freq. number. -+*/ -+typedef struct _NDIS_802_11_CONFIGURATION -+{ -+ ULONG Length; // Length of structure -+ ULONG BeaconPeriod; // units are Kusec -+ ULONG ATIMWindow; // units are Kusec -+ ULONG DSConfig; /* channel number */ -+ NDIS_802_11_CONFIGURATION_FH FHConfig; -+} NDIS_802_11_CONFIGURATION, *PNDIS_802_11_CONFIGURATION; -+ -+ -+ -+typedef enum _NDIS_802_11_NETWORK_INFRASTRUCTURE -+{ -+ Ndis802_11IBSS, -+ Ndis802_11Infrastructure, -+ Ndis802_11AutoUnknown, -+ Ndis802_11InfrastructureMax, // Not a real value, defined as upper bound -+ Ndis802_11APMode -+} NDIS_802_11_NETWORK_INFRASTRUCTURE, *PNDIS_802_11_NETWORK_INFRASTRUCTURE; -+ -+ -+ -+ -+ -+typedef struct _NDIS_802_11_FIXED_IEs -+{ -+ UCHAR Timestamp[8]; -+ USHORT BeaconInterval; -+ USHORT Capabilities; -+} NDIS_802_11_FIXED_IEs, *PNDIS_802_11_FIXED_IEs; -+ -+ -+ -+typedef struct _NDIS_802_11_VARIABLE_IEs -+{ -+ UCHAR ElementID; -+ UCHAR Length; -+ UCHAR data[1]; -+} NDIS_802_11_VARIABLE_IEs, *PNDIS_802_11_VARIABLE_IEs; -+ -+ -+ -+/* -+ -+ -+ -+Length is the 4 bytes multiples of the sume of -+ sizeof (NDIS_802_11_MAC_ADDRESS) + 2 + sizeof (NDIS_802_11_SSID) + sizeof (ULONG) -++ sizeof (NDIS_802_11_RSSI) + sizeof (NDIS_802_11_NETWORK_TYPE) + sizeof (NDIS_802_11_CONFIGURATION) -++ sizeof (NDIS_802_11_RATES_EX) + IELength -+ -+Except the IELength, all other fields are fixed length. Therefore, we can define a marco to present the -+partial sum. -+ -+*/ -+#if 0 -+typedef struct _NDIS_WLAN_BSSID_EX -+{ -+ ULONG Length; -+ NDIS_802_11_MAC_ADDRESS MacAddress; -+ UCHAR Reserved[2];//[0]: IS beacon frame, [1]:optimum_antenna=>For antenna diversity; -+ NDIS_802_11_SSID Ssid; -+ ULONG Privacy; -+ NDIS_802_11_RSSI Rssi; -+ NDIS_802_11_NETWORK_TYPE NetworkTypeInUse; -+ NDIS_802_11_CONFIGURATION Configuration; -+ NDIS_802_11_NETWORK_INFRASTRUCTURE InfrastructureMode; -+ NDIS_802_11_RATES_EX SupportedRates; -+ ULONG IELength; -+ UCHAR IEs[MAX_IE_SZ]; //(timestamp, beacon interval, and capability information) -+} NDIS_WLAN_BSSID_EX, *PNDIS_WLAN_BSSID_EX; -+ -+ -+typedef struct _NDIS_802_11_BSSID_LIST_EX -+{ -+ ULONG NumberOfItems; -+ NDIS_WLAN_BSSID_EX Bssid[1]; -+} NDIS_802_11_BSSID_LIST_EX, *PNDIS_802_11_BSSID_LIST_EX; -+#endif -+ -+typedef enum _NDIS_802_11_AUTHENTICATION_MODE -+{ -+ Ndis802_11AuthModeOpen, -+ Ndis802_11AuthModeShared, -+ Ndis802_11AuthModeAutoSwitch, -+ Ndis802_11AuthModeWPA, -+ Ndis802_11AuthModeWPAPSK, -+ Ndis802_11AuthModeWPANone, -+ Ndis802_11AuthModeMax // Not a real mode, defined as upper bound -+} NDIS_802_11_AUTHENTICATION_MODE, *PNDIS_802_11_AUTHENTICATION_MODE; -+ -+typedef enum _NDIS_802_11_WEP_STATUS -+{ -+ Ndis802_11WEPEnabled, -+ Ndis802_11Encryption1Enabled = Ndis802_11WEPEnabled, -+ Ndis802_11WEPDisabled, -+ Ndis802_11EncryptionDisabled = Ndis802_11WEPDisabled, -+ Ndis802_11WEPKeyAbsent, -+ Ndis802_11Encryption1KeyAbsent = Ndis802_11WEPKeyAbsent, -+ Ndis802_11WEPNotSupported, -+ Ndis802_11EncryptionNotSupported = Ndis802_11WEPNotSupported, -+ Ndis802_11Encryption2Enabled, -+ Ndis802_11Encryption2KeyAbsent, -+ Ndis802_11Encryption3Enabled, -+ Ndis802_11Encryption3KeyAbsent -+} NDIS_802_11_WEP_STATUS, *PNDIS_802_11_WEP_STATUS, -+ NDIS_802_11_ENCRYPTION_STATUS, *PNDIS_802_11_ENCRYPTION_STATUS; -+ -+ -+#define NDIS_802_11_AI_REQFI_CAPABILITIES 1 -+#define NDIS_802_11_AI_REQFI_LISTENINTERVAL 2 -+#define NDIS_802_11_AI_REQFI_CURRENTAPADDRESS 4 -+ -+#define NDIS_802_11_AI_RESFI_CAPABILITIES 1 -+#define NDIS_802_11_AI_RESFI_STATUSCODE 2 -+#define NDIS_802_11_AI_RESFI_ASSOCIATIONID 4 -+ -+typedef struct _NDIS_802_11_AI_REQFI -+{ -+ USHORT Capabilities; -+ USHORT ListenInterval; -+ NDIS_802_11_MAC_ADDRESS CurrentAPAddress; -+} NDIS_802_11_AI_REQFI, *PNDIS_802_11_AI_REQFI; -+ -+typedef struct _NDIS_802_11_AI_RESFI -+{ -+ USHORT Capabilities; -+ USHORT StatusCode; -+ USHORT AssociationId; -+} NDIS_802_11_AI_RESFI, *PNDIS_802_11_AI_RESFI; -+ -+typedef struct _NDIS_802_11_ASSOCIATION_INFORMATION -+{ -+ ULONG Length; -+ USHORT AvailableRequestFixedIEs; -+ NDIS_802_11_AI_REQFI RequestFixedIEs; -+ ULONG RequestIELength; -+ ULONG OffsetRequestIEs; -+ USHORT AvailableResponseFixedIEs; -+ NDIS_802_11_AI_RESFI ResponseFixedIEs; -+ ULONG ResponseIELength; -+ ULONG OffsetResponseIEs; -+} NDIS_802_11_ASSOCIATION_INFORMATION, *PNDIS_802_11_ASSOCIATION_INFORMATION; -+ -+typedef enum _NDIS_802_11_RELOAD_DEFAULTS -+{ -+ Ndis802_11ReloadWEPKeys -+} NDIS_802_11_RELOAD_DEFAULTS, *PNDIS_802_11_RELOAD_DEFAULTS; -+ -+ -+// Key mapping keys require a BSSID -+typedef struct _NDIS_802_11_KEY -+{ -+ ULONG Length; // Length of this structure -+ ULONG KeyIndex; -+ ULONG KeyLength; // length of key in bytes -+ NDIS_802_11_MAC_ADDRESS BSSID; -+ NDIS_802_11_KEY_RSC KeyRSC; -+ UCHAR KeyMaterial[32]; // variable length depending on above field -+} NDIS_802_11_KEY, *PNDIS_802_11_KEY; -+ -+typedef struct _NDIS_802_11_REMOVE_KEY -+{ -+ ULONG Length; // Length of this structure -+ ULONG KeyIndex; -+ NDIS_802_11_MAC_ADDRESS BSSID; -+} NDIS_802_11_REMOVE_KEY, *PNDIS_802_11_REMOVE_KEY; -+ -+typedef struct _NDIS_802_11_WEP -+{ -+ ULONG Length; // Length of this structure -+ ULONG KeyIndex; // 0 is the per-client key, 1-N are the global keys -+ ULONG KeyLength; // length of key in bytes -+ UCHAR KeyMaterial[16];// variable length depending on above field -+} NDIS_802_11_WEP, *PNDIS_802_11_WEP; -+ -+typedef struct _NDIS_802_11_AUTHENTICATION_REQUEST -+{ -+ ULONG Length; // Length of structure -+ NDIS_802_11_MAC_ADDRESS Bssid; -+ ULONG Flags; -+} NDIS_802_11_AUTHENTICATION_REQUEST, *PNDIS_802_11_AUTHENTICATION_REQUEST; -+ -+typedef enum _NDIS_802_11_STATUS_TYPE -+{ -+ Ndis802_11StatusType_Authentication, -+ Ndis802_11StatusType_MediaStreamMode, -+ Ndis802_11StatusType_PMKID_CandidateList, -+ Ndis802_11StatusTypeMax // not a real type, defined as an upper bound -+} NDIS_802_11_STATUS_TYPE, *PNDIS_802_11_STATUS_TYPE; -+ -+typedef struct _NDIS_802_11_STATUS_INDICATION -+{ -+ NDIS_802_11_STATUS_TYPE StatusType; -+} NDIS_802_11_STATUS_INDICATION, *PNDIS_802_11_STATUS_INDICATION; -+ -+// mask for authentication/integrity fields -+#define NDIS_802_11_AUTH_REQUEST_AUTH_FIELDS 0x0f -+#define NDIS_802_11_AUTH_REQUEST_REAUTH 0x01 -+#define NDIS_802_11_AUTH_REQUEST_KEYUPDATE 0x02 -+#define NDIS_802_11_AUTH_REQUEST_PAIRWISE_ERROR 0x06 -+#define NDIS_802_11_AUTH_REQUEST_GROUP_ERROR 0x0E -+ -+// MIC check time, 60 seconds. -+#define MIC_CHECK_TIME 60000000 -+ -+typedef struct _NDIS_802_11_AUTHENTICATION_EVENT -+{ -+ NDIS_802_11_STATUS_INDICATION Status; -+ NDIS_802_11_AUTHENTICATION_REQUEST Request[1]; -+} NDIS_802_11_AUTHENTICATION_EVENT, *PNDIS_802_11_AUTHENTICATION_EVENT; -+ -+typedef struct _NDIS_802_11_TEST -+{ -+ ULONG Length; -+ ULONG Type; -+ union -+ { -+ NDIS_802_11_AUTHENTICATION_EVENT AuthenticationEvent; -+ NDIS_802_11_RSSI RssiTrigger; -+ }tt; -+} NDIS_802_11_TEST, *PNDIS_802_11_TEST; -+ -+ -+#endif //PLATFORM_FREEBSD -+#ifndef Ndis802_11APMode -+#define Ndis802_11APMode (Ndis802_11InfrastructureMax+1) -+#endif -+ -+typedef struct _WLAN_PHY_INFO -+{ -+ u8 SignalStrength;//(in percentage) -+ u8 SignalQuality;//(in percentage) -+ u8 Optimum_antenna; //for Antenna diversity -+ u8 Reserved_0; -+}WLAN_PHY_INFO,*PWLAN_PHY_INFO; -+ -+typedef struct _WLAN_BCN_INFO -+{ -+ /* these infor get from rtw_get_encrypt_info when -+ * * translate scan to UI */ -+ u8 encryp_protocol;//ENCRYP_PROTOCOL_E: OPEN/WEP/WPA/WPA2/WAPI -+ int group_cipher; //WPA/WPA2 group cipher -+ int pairwise_cipher;////WPA/WPA2/WEP pairwise cipher -+ int is_8021x; -+ -+ /* bwmode 20/40 and ch_offset UP/LOW */ -+ unsigned short ht_cap_info; -+ unsigned char ht_info_infos_0; -+}WLAN_BCN_INFO,*PWLAN_BCN_INFO; -+ -+/* temporally add #pragma pack for structure alignment issue of -+* WLAN_BSSID_EX and get_WLAN_BSSID_EX_sz() -+*/ -+#ifdef PLATFORM_WINDOWS -+#pragma pack(push) -+#pragma pack(1) -+#endif -+typedef struct _WLAN_BSSID_EX -+{ -+ ULONG Length; -+ NDIS_802_11_MAC_ADDRESS MacAddress; -+ UCHAR Reserved[2];//[0]: IS beacon frame -+ NDIS_802_11_SSID Ssid; -+ ULONG Privacy; -+ NDIS_802_11_RSSI Rssi;//(in dBM,raw data ,get from PHY) -+ NDIS_802_11_NETWORK_TYPE NetworkTypeInUse; -+ NDIS_802_11_CONFIGURATION Configuration; -+ NDIS_802_11_NETWORK_INFRASTRUCTURE InfrastructureMode; -+ NDIS_802_11_RATES_EX SupportedRates; -+ WLAN_PHY_INFO PhyInfo; -+ ULONG IELength; -+ UCHAR IEs[MAX_IE_SZ]; //(timestamp, beacon interval, and capability information) -+} -+#ifndef PLATFORM_WINDOWS -+__attribute__((packed)) -+#endif -+WLAN_BSSID_EX, *PWLAN_BSSID_EX; -+#ifdef PLATFORM_WINDOWS -+#pragma pack(pop) -+#endif -+ -+__inline static uint get_WLAN_BSSID_EX_sz(WLAN_BSSID_EX *bss) -+{ -+#if 0 -+ uint t_len; -+ -+ t_len = sizeof (ULONG) -+ + sizeof (NDIS_802_11_MAC_ADDRESS) -+ + 2 -+ + sizeof (NDIS_802_11_SSID) -+ + sizeof (ULONG) -+ + sizeof (NDIS_802_11_RSSI) -+ + sizeof (NDIS_802_11_NETWORK_TYPE) -+ + sizeof (NDIS_802_11_CONFIGURATION) -+ + sizeof (NDIS_802_11_NETWORK_INFRASTRUCTURE) -+ + sizeof (NDIS_802_11_RATES_EX) -+ //all new member add here -+ + sizeof(WLAN_PHY_INFO) -+ //all new member add here -+ + sizeof (ULONG) -+ + bss->IELength; -+ return t_len; -+#else -+ return (sizeof(WLAN_BSSID_EX) -MAX_IE_SZ + bss->IELength); -+#endif -+} -+ -+struct wlan_network { -+ _list list; -+ int network_type; //refer to ieee80211.h for WIRELESS_11A/B/G -+ int fixed; // set to fixed when not to be removed as site-surveying -+ unsigned long last_scanned; //timestamp for the network -+ int aid; //will only be valid when a BSS is joinned. -+ int join_res; -+ WLAN_BSSID_EX network; //must be the last item -+ WLAN_BCN_INFO BcnInfo; -+#ifdef PLATFORM_WINDOWS -+ unsigned char iebuf[MAX_IE_SZ]; -+#endif -+ -+}; -+ -+enum VRTL_CARRIER_SENSE -+{ -+ DISABLE_VCS, -+ ENABLE_VCS, -+ AUTO_VCS -+}; -+ -+enum VCS_TYPE -+{ -+ NONE_VCS, -+ RTS_CTS, -+ CTS_TO_SELF -+}; -+ -+ -+ -+ -+#define PWR_CAM 0 -+#define PWR_MINPS 1 -+#define PWR_MAXPS 2 -+#define PWR_UAPSD 3 -+#define PWR_VOIP 4 -+ -+ -+enum UAPSD_MAX_SP -+{ -+ NO_LIMIT, -+ TWO_MSDU, -+ FOUR_MSDU, -+ SIX_MSDU -+}; -+ -+ -+//john -+#define NUM_PRE_AUTH_KEY 16 -+#define NUM_PMKID_CACHE NUM_PRE_AUTH_KEY -+ -+/* -+* WPA2 -+*/ -+ -+#ifndef PLATFORM_OS_CE -+typedef struct _PMKID_CANDIDATE { -+ NDIS_802_11_MAC_ADDRESS BSSID; -+ ULONG Flags; -+} PMKID_CANDIDATE, *PPMKID_CANDIDATE; -+ -+typedef struct _NDIS_802_11_PMKID_CANDIDATE_LIST -+{ -+ ULONG Version; // Version of the structure -+ ULONG NumCandidates; // No. of pmkid candidates -+ PMKID_CANDIDATE CandidateList[1]; -+} NDIS_802_11_PMKID_CANDIDATE_LIST, *PNDIS_802_11_PMKID_CANDIDATE_LIST; -+ -+ -+typedef struct _NDIS_802_11_AUTHENTICATION_ENCRYPTION -+{ -+ NDIS_802_11_AUTHENTICATION_MODE AuthModeSupported; -+ NDIS_802_11_ENCRYPTION_STATUS EncryptStatusSupported; -+ -+} NDIS_802_11_AUTHENTICATION_ENCRYPTION, *PNDIS_802_11_AUTHENTICATION_ENCRYPTION; -+ -+typedef struct _NDIS_802_11_CAPABILITY -+{ -+ ULONG Length; -+ ULONG Version; -+ ULONG NoOfPMKIDs; -+ ULONG NoOfAuthEncryptPairsSupported; -+ NDIS_802_11_AUTHENTICATION_ENCRYPTION AuthenticationEncryptionSupported[1]; -+ -+} NDIS_802_11_CAPABILITY, *PNDIS_802_11_CAPABILITY; -+#endif -+ -+ -+#endif //#ifndef WLAN_BSSDEF_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/include/xmit_osdep.h linux/3rdparty/rtl8812au/include/xmit_osdep.h ---- linux.old/3rdparty/rtl8812au/include/xmit_osdep.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/include/xmit_osdep.h 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,100 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __XMIT_OSDEP_H_ -+#define __XMIT_OSDEP_H_ -+ -+ -+struct pkt_file { -+ _pkt *pkt; -+ SIZE_T pkt_len; //the remainder length of the open_file -+ _buffer *cur_buffer; -+ u8 *buf_start; -+ u8 *cur_addr; -+ SIZE_T buf_len; -+}; -+ -+#ifdef PLATFORM_WINDOWS -+ -+#ifdef PLATFORM_OS_XP -+#ifdef CONFIG_USB_HCI -+#include -+#include -+#include -+#endif -+#endif -+ -+#ifdef CONFIG_GSPI_HCI -+#define NR_XMITFRAME 64 -+#else -+#define NR_XMITFRAME 128 -+#endif -+ -+#define ETH_ALEN 6 -+ -+extern NDIS_STATUS rtw_xmit_entry( -+IN _nic_hdl cnxt, -+IN NDIS_PACKET *pkt, -+IN UINT flags -+); -+ -+#endif -+ -+#ifdef PLATFORM_FREEBSD -+#define NR_XMITFRAME 256 -+extern int rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev); -+extern void rtw_xmit_entry_wrap (struct ifnet * pifp); -+#endif //PLATFORM_FREEBSD -+ -+#ifdef PLATFORM_LINUX -+ -+#define NR_XMITFRAME 256 -+ -+struct xmit_priv; -+struct pkt_attrib; -+struct sta_xmit_priv; -+struct xmit_frame; -+struct xmit_buf; -+ -+extern int _rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev); -+extern int rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev); -+ -+#endif -+ -+void rtw_os_xmit_schedule(_adapter *padapter); -+ -+int rtw_os_xmit_resource_alloc(_adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u8 flag); -+void rtw_os_xmit_resource_free(_adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8 flag); -+ -+extern void rtw_set_tx_chksum_offload(_pkt *pkt, struct pkt_attrib *pattrib); -+ -+extern uint rtw_remainder_len(struct pkt_file *pfile); -+extern void _rtw_open_pktfile(_pkt *pkt, struct pkt_file *pfile); -+extern uint _rtw_pktfile_read (struct pkt_file *pfile, u8 *rmem, uint rlen); -+extern sint rtw_endofpktfile (struct pkt_file *pfile); -+ -+extern void rtw_os_pkt_complete(_adapter *padapter, _pkt *pkt); -+extern void rtw_os_xmit_complete(_adapter *padapter, struct xmit_frame *pxframe); -+ -+void rtw_os_wake_queue_at_free_stainfo(_adapter *padapter, int *qcnt_freed); -+ -+void dump_os_queue(void *sel, _adapter *padapter); -+ -+#endif //__XMIT_OSDEP_H_ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/Kconfig linux/3rdparty/rtl8812au/Kconfig ---- linux.old/3rdparty/rtl8812au/Kconfig 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/Kconfig 2017-06-07 23:07:20.997686300 +0300 -@@ -0,0 +1,6 @@ -+config RTL8812AU -+ tristate "Realtek 8812A USB WiFi" -+ depends on USB -+ ---help--- -+ Help message of RTL8812AU -+ -diff -Nurp linux.old/3rdparty/rtl8812au/Makefile linux/3rdparty/rtl8812au/Makefile ---- linux.old/3rdparty/rtl8812au/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/Makefile 2017-06-07 23:19:36.823785461 +0300 -@@ -0,0 +1,1706 @@ -+EXTRA_CFLAGS += $(USER_EXTRA_CFLAGS) -+EXTRA_CFLAGS += -O1 -+#EXTRA_CFLAGS += -O3 -+EXTRA_CFLAGS += -Wall -+#EXTRA_CFLAGS += -Wextra -+#EXTRA_CFLAGS += -Werror -+#EXTRA_CFLAGS += -pedantic -+#EXTRA_CFLAGS += -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -+EXTRA_CFLAGS += -Werror=incompatible-pointer-types -+ -+EXTRA_CFLAGS += -Wno-unused-variable -+EXTRA_CFLAGS += -Wno-unused-value -+EXTRA_CFLAGS += -Wno-unused-label -+EXTRA_CFLAGS += -Wno-unused-parameter -+EXTRA_CFLAGS += -Wno-unused-function -+EXTRA_CFLAGS += -Wno-unused -+#EXTRA_CFLAGS += -Wno-uninitialized -+EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later -+ -+EXTRA_CFLAGS += -I$(src)/include -+EXTRA_CFLAGS += -I$(src)/hal/phydm -+ -+EXTRA_LDFLAGS += --strip-debug -+ -+CONFIG_AUTOCFG_CP = n -+ -+########################## WIFI IC ############################ -+CONFIG_MULTIDRV = n -+CONFIG_RTL8188E = n -+CONFIG_RTL8812A = y -+CONFIG_RTL8821A = y -+CONFIG_RTL8192E = n -+CONFIG_RTL8723B = n -+CONFIG_RTL8814A = n -+CONFIG_RTL8703B = n -+CONFIG_RTL8188F = n -+######################### Interface ########################### -+CONFIG_USB_HCI = y -+CONFIG_PCI_HCI = n -+CONFIG_SDIO_HCI = n -+CONFIG_GSPI_HCI = n -+########################## Features ########################### -+CONFIG_MP_INCLUDED = y -+CONFIG_POWER_SAVING = y -+CONFIG_USB_AUTOSUSPEND = n -+CONFIG_HW_PWRP_DETECTION = n -+CONFIG_WIFI_TEST = n -+CONFIG_BT_COEXIST = n -+CONFIG_INTEL_WIDI = n -+CONFIG_WAPI_SUPPORT = n -+CONFIG_EFUSE_CONFIG_FILE = n -+CONFIG_EXT_CLK = n -+CONFIG_TRAFFIC_PROTECT = y -+CONFIG_LOAD_PHY_PARA_FROM_FILE = y -+CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY = n -+CONFIG_CALIBRATE_TX_POWER_TO_MAX = n -+CONFIG_RTW_ADAPTIVITY_EN = disable -+CONFIG_RTW_ADAPTIVITY_MODE = normal -+CONFIG_SIGNAL_SCALE_MAPPING = n -+CONFIG_80211W = n -+CONFIG_REDUCE_TX_CPU_LOADING = n -+CONFIG_BR_EXT = y -+CONFIG_ANTENNA_DIVERSITY = n -+CONFIG_TDLS = n -+CONFIG_WIFI_MONITOR = y -+######################## Wake On Lan ########################## -+CONFIG_WOWLAN = n -+CONFIG_GPIO_WAKEUP = n -+CONFIG_WAKEUP_GPIO_IDX = default -+CONFIG_HIGH_ACTIVE = n -+CONFIG_PNO_SUPPORT = n -+CONFIG_PNO_SET_DEBUG = n -+CONFIG_AP_WOWLAN = n -+######### Notify SDIO Host Keep Power During Syspend ########## -+CONFIG_RTW_SDIO_PM_KEEP_POWER = y -+###################### Platform Related ####################### -+CONFIG_PLATFORM_GENERIC = y -+CONFIG_PLATFORM_I386_PC = n -+CONFIG_PLATFORM_ANDROID_X86 = n -+CONFIG_PLATFORM_ANDROID_INTEL_X86 = n -+CONFIG_PLATFORM_JB_X86 = n -+CONFIG_PLATFORM_ARM_S3C2K4 = n -+CONFIG_PLATFORM_ARM_PXA2XX = n -+CONFIG_PLATFORM_ARM_S3C6K4 = n -+CONFIG_PLATFORM_MIPS_RMI = n -+CONFIG_PLATFORM_RTD2880B = n -+CONFIG_PLATFORM_MIPS_AR9132 = n -+CONFIG_PLATFORM_RTK_DMP = n -+CONFIG_PLATFORM_MIPS_PLM = n -+CONFIG_PLATFORM_MSTAR389 = n -+CONFIG_PLATFORM_MT53XX = n -+CONFIG_PLATFORM_ARM_MX51_241H = n -+CONFIG_PLATFORM_FS_MX61 = n -+CONFIG_PLATFORM_ACTIONS_ATJ227X = n -+CONFIG_PLATFORM_TEGRA3_CARDHU = n -+CONFIG_PLATFORM_TEGRA4_DALMORE = n -+CONFIG_PLATFORM_ARM_TCC8900 = n -+CONFIG_PLATFORM_ARM_TCC8920 = n -+CONFIG_PLATFORM_ARM_TCC8920_JB42 = n -+CONFIG_PLATFORM_ARM_RK2818 = n -+CONFIG_PLATFORM_ARM_RK3066 = n -+CONFIG_PLATFORM_ARM_RK3188 = n -+CONFIG_PLATFORM_ARM_URBETTER = n -+CONFIG_PLATFORM_ARM_TI_PANDA = n -+CONFIG_PLATFORM_MIPS_JZ4760 = n -+CONFIG_PLATFORM_DMP_PHILIPS = n -+CONFIG_PLATFORM_MSTAR_TITANIA12 = n -+CONFIG_PLATFORM_MSTAR = n -+CONFIG_PLATFORM_SZEBOOK = n -+CONFIG_PLATFORM_ARM_SUNxI = n -+CONFIG_PLATFORM_ARM_SUN6I = n -+CONFIG_PLATFORM_ARM_SUN7I = n -+CONFIG_PLATFORM_ARM_SUN8I_W3P1 = n -+CONFIG_PLATFORM_ARM_SUN8I_W5P1 = n -+CONFIG_PLATFORM_ACTIONS_ATM702X = n -+CONFIG_PLATFORM_ACTIONS_ATV5201 = n -+CONFIG_PLATFORM_ACTIONS_ATM705X = n -+CONFIG_PLATFORM_ARM_SUN50IW1P1 = n -+CONFIG_PLATFORM_ARM_RTD299X = n -+CONFIG_PLATFORM_ARM_SPREADTRUM_6820 = n -+CONFIG_PLATFORM_ARM_SPREADTRUM_8810 = n -+CONFIG_PLATFORM_ARM_WMT = n -+CONFIG_PLATFORM_TI_DM365 = n -+CONFIG_PLATFORM_MOZART = n -+CONFIG_PLATFORM_RTK119X = n -+CONFIG_PLATFORM_NOVATEK_NT72668 = n -+CONFIG_PLATFORM_HISILICON = n -+############################################################### -+ -+CONFIG_DRVEXT_MODULE = n -+ -+export TopDIR ?= $(shell pwd) -+ -+########### COMMON ################################# -+ifeq ($(CONFIG_GSPI_HCI), y) -+HCI_NAME = gspi -+endif -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+HCI_NAME = sdio -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+HCI_NAME = usb -+endif -+ -+ifeq ($(CONFIG_PCI_HCI), y) -+HCI_NAME = pci -+endif -+ -+ -+_OS_INTFS_FILES := os_dep/osdep_service.o \ -+ os_dep/linux/os_intfs.o \ -+ os_dep/linux/$(HCI_NAME)_intf.o \ -+ os_dep/linux/$(HCI_NAME)_ops_linux.o \ -+ os_dep/linux/ioctl_linux.o \ -+ os_dep/linux/xmit_linux.o \ -+ os_dep/linux/mlme_linux.o \ -+ os_dep/linux/recv_linux.o \ -+ os_dep/linux/ioctl_cfg80211.o \ -+ os_dep/linux/rtw_cfgvendor.o \ -+ os_dep/linux/wifi_regd.o \ -+ os_dep/linux/rtw_android.o \ -+ os_dep/linux/rtw_proc.o -+ -+ifeq ($(CONFIG_MP_INCLUDED), y) -+_OS_INTFS_FILES += os_dep/linux/ioctl_mp.o -+endif -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+_OS_INTFS_FILES += os_dep/linux/custom_gpio_linux.o -+_OS_INTFS_FILES += os_dep/linux/$(HCI_NAME)_ops_linux.o -+endif -+ -+ifeq ($(CONFIG_GSPI_HCI), y) -+_OS_INTFS_FILES += os_dep/linux/custom_gpio_linux.o -+_OS_INTFS_FILES += os_dep/linux/$(HCI_NAME)_ops_linux.o -+endif -+ -+ -+_HAL_INTFS_FILES := hal/hal_intf.o \ -+ hal/hal_com.o \ -+ hal/hal_com_phycfg.o \ -+ hal/hal_phy.o \ -+ hal/hal_dm.o \ -+ hal/hal_btcoex.o \ -+ hal/hal_mp.o \ -+ hal/hal_hci/hal_$(HCI_NAME).o \ -+ hal/led/hal_$(HCI_NAME)_led.o -+ -+ -+_OUTSRC_FILES := hal/phydm/phydm_debug.o \ -+ hal/phydm/phydm_antdiv.o\ -+ hal/phydm/phydm_antdect.o\ -+ hal/phydm/phydm_interface.o\ -+ hal/phydm/phydm_hwconfig.o\ -+ hal/phydm/phydm.o\ -+ hal/phydm/halphyrf_ce.o\ -+ hal/phydm/phydm_edcaturbocheck.o\ -+ hal/phydm/phydm_dig.o\ -+ hal/phydm/phydm_pathdiv.o\ -+ hal/phydm/phydm_rainfo.o\ -+ hal/phydm/phydm_dynamicbbpowersaving.o\ -+ hal/phydm/phydm_powertracking_ce.o\ -+ hal/phydm/phydm_dynamictxpower.o\ -+ hal/phydm/phydm_adaptivity.o\ -+ hal/phydm/phydm_cfotracking.o\ -+ hal/phydm/phydm_noisemonitor.o\ -+ hal/phydm/phydm_acs.o\ -+ hal/phydm/phydm_beamforming.o\ -+ hal/phydm/txbf/halcomtxbf.o\ -+ hal/phydm/txbf/haltxbfinterface.o -+ -+ -+EXTRA_CFLAGS += -I$(src)/platform -+_PLATFORM_FILES := platform/platform_ops.o -+ -+ifeq ($(CONFIG_BT_COEXIST), y) -+EXTRA_CFLAGS += -I$(src)/hal/btc -+_OUTSRC_FILES += hal/btc/HalBtc8192e1Ant.o \ -+ hal/btc/HalBtc8192e2Ant.o \ -+ hal/btc/HalBtc8723b1Ant.o \ -+ hal/btc/HalBtc8723b2Ant.o \ -+ hal/btc/HalBtc8812a1Ant.o \ -+ hal/btc/HalBtc8812a2Ant.o \ -+ hal/btc/HalBtc8821a1Ant.o \ -+ hal/btc/HalBtc8821a2Ant.o \ -+ hal/btc/HalBtc8821aCsr2Ant.o \ -+ hal/btc/HalBtc8703b1Ant.o \ -+ hal/btc/HalBtc8703b2Ant.o -+endif -+ -+ -+########### HAL_RTL8188E ################################# -+ifeq ($(CONFIG_RTL8188E), y) -+ -+RTL871X = rtl8188e -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME = 8189es -+endif -+ -+ifeq ($(CONFIG_GSPI_HCI), y) -+MODULE_NAME = 8189es -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME = 8188eu -+endif -+ -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME = 8188ee -+endif -+EXTRA_CFLAGS += -DCONFIG_RTL8188E -+ -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/$(RTL871X)/Hal8188EPwrSeq.o\ -+ hal/$(RTL871X)/$(RTL871X)_xmit.o\ -+ hal/$(RTL871X)/$(RTL871X)_sreset.o -+ -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(RTL871X)_hal_init.o \ -+ hal/$(RTL871X)/$(RTL871X)_phycfg.o \ -+ hal/$(RTL871X)/$(RTL871X)_rf6052.o \ -+ hal/$(RTL871X)/$(RTL871X)_dm.o \ -+ hal/$(RTL871X)/$(RTL871X)_rxdesc.o \ -+ hal/$(RTL871X)/$(RTL871X)_cmd.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_halinit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_led.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_xmit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_recv.o -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+ifeq ($(CONFIG_GSPI_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o -+endif -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8188E_USB.o -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8188E_PCIE.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8188E_SDIO.o -+endif -+ -+#hal/OUTSRC/$(RTL871X)/Hal8188EFWImg_CE.o -+_OUTSRC_FILES += hal/phydm/$(RTL871X)/halhwimg8188e_mac.o\ -+ hal/phydm/$(RTL871X)/halhwimg8188e_bb.o\ -+ hal/phydm/$(RTL871X)/halhwimg8188e_rf.o\ -+ hal/phydm/$(RTL871X)/halhwimg8188e_t_fw.o\ -+ hal/phydm/$(RTL871X)/halhwimg8188e_s_fw.o\ -+ hal/phydm/$(RTL871X)/halphyrf_8188e_ce.o\ -+ hal/phydm/$(RTL871X)/phydm_regconfig8188e.o\ -+ hal/phydm/$(RTL871X)/hal8188erateadaptive.o\ -+ hal/phydm/$(RTL871X)/phydm_rtl8188e.o -+ -+endif -+ -+########### HAL_RTL8192E ################################# -+ifeq ($(CONFIG_RTL8192E), y) -+ -+RTL871X = rtl8192e -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME = 8192es -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME = 8192eu -+endif -+ -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME = 8192ee -+endif -+EXTRA_CFLAGS += -DCONFIG_RTL8192E -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/$(RTL871X)/Hal8192EPwrSeq.o\ -+ hal/$(RTL871X)/$(RTL871X)_xmit.o\ -+ hal/$(RTL871X)/$(RTL871X)_sreset.o -+ -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(RTL871X)_hal_init.o \ -+ hal/$(RTL871X)/$(RTL871X)_phycfg.o \ -+ hal/$(RTL871X)/$(RTL871X)_rf6052.o \ -+ hal/$(RTL871X)/$(RTL871X)_dm.o \ -+ hal/$(RTL871X)/$(RTL871X)_rxdesc.o \ -+ hal/$(RTL871X)/$(RTL871X)_cmd.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_halinit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_led.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_xmit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_recv.o -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+ifeq ($(CONFIG_GSPI_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o -+endif -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8192E_USB.o -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8192E_PCIE.o -+endif -+ -+#hal/OUTSRC/$(RTL871X)/HalHWImg8188E_FW.o -+_OUTSRC_FILES += hal/phydm/$(RTL871X)/halhwimg8192e_mac.o\ -+ hal/phydm/$(RTL871X)/halhwimg8192e_bb.o\ -+ hal/phydm/$(RTL871X)/halhwimg8192e_rf.o\ -+ hal/phydm/$(RTL871X)/halhwimg8192e_fw.o\ -+ hal/phydm/$(RTL871X)/halphyrf_8192e_ce.o\ -+ hal/phydm/$(RTL871X)/phydm_regconfig8192e.o\ -+ hal/phydm/$(RTL871X)/phydm_rtl8192e.o -+ -+endif -+ -+########### HAL_RTL8812A_RTL8821A ################################# -+ -+ifneq ($(CONFIG_RTL8812A)_$(CONFIG_RTL8821A), n_n) -+ -+RTL871X = rtl8812a -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME = 8812au -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME = 8812ae -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME = 8812as -+endif -+ -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/$(RTL871X)/Hal8812PwrSeq.o \ -+ hal/$(RTL871X)/Hal8821APwrSeq.o\ -+ hal/$(RTL871X)/$(RTL871X)_xmit.o\ -+ hal/$(RTL871X)/$(RTL871X)_sreset.o -+ -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(RTL871X)_hal_init.o \ -+ hal/$(RTL871X)/$(RTL871X)_phycfg.o \ -+ hal/$(RTL871X)/$(RTL871X)_rf6052.o \ -+ hal/$(RTL871X)/$(RTL871X)_dm.o \ -+ hal/$(RTL871X)/$(RTL871X)_rxdesc.o \ -+ hal/$(RTL871X)/$(RTL871X)_cmd.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_halinit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_led.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_xmit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_recv.o -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+ifeq ($(CONFIG_GSPI_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o -+endif -+endif -+ -+ifeq ($(CONFIG_RTL8812A), y) -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8812A_USB.o -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8812A_PCIE.o -+endif -+endif -+ifeq ($(CONFIG_RTL8821A), y) -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8821A_USB.o -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8821A_PCIE.o -+endif -+endif -+ -+ifeq ($(CONFIG_RTL8812A), y) -+EXTRA_CFLAGS += -DCONFIG_RTL8812A -+_OUTSRC_FILES += hal/phydm/$(RTL871X)/halhwimg8812a_fw.o\ -+ hal/phydm/$(RTL871X)/halhwimg8812a_mac.o\ -+ hal/phydm/$(RTL871X)/halhwimg8812a_bb.o\ -+ hal/phydm/$(RTL871X)/halhwimg8812a_rf.o\ -+ hal/phydm/$(RTL871X)/halphyrf_8812a_ce.o\ -+ hal/phydm/$(RTL871X)/phydm_regconfig8812a.o\ -+ hal/phydm/$(RTL871X)/phydm_rtl8812a.o\ -+ hal/phydm/txbf/haltxbfjaguar.o -+endif -+ -+ifeq ($(CONFIG_RTL8821A), y) -+ -+ifeq ($(CONFIG_RTL8812A), n) -+ -+RTL871X = rtl8821a -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME := 8821au -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME := 8821ae -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME := 8821as -+endif -+ -+endif -+ -+EXTRA_CFLAGS += -DCONFIG_RTL8821A -+_OUTSRC_FILES += hal/phydm/rtl8821a/halhwimg8821a_fw.o\ -+ hal/phydm/rtl8821a/halhwimg8821a_mac.o\ -+ hal/phydm/rtl8821a/halhwimg8821a_bb.o\ -+ hal/phydm/rtl8821a/halhwimg8821a_rf.o\ -+ hal/phydm/rtl8812a/halphyrf_8812a_ce.o\ -+ hal/phydm/rtl8821a/halphyrf_8821a_ce.o\ -+ hal/phydm/rtl8821a/phydm_regconfig8821a.o\ -+ hal/phydm/rtl8821a/phydm_rtl8821a.o\ -+ hal/phydm/rtl8821a/phydm_iqk_8821a_ce.o\ -+ hal/phydm/txbf/haltxbfjaguar.o -+ -+endif -+ -+ -+endif -+ -+########### HAL_RTL8723B ################################# -+ifeq ($(CONFIG_RTL8723B), y) -+ -+RTL871X = rtl8723b -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME = 8723bu -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME = 8723be -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME = 8723bs -+endif -+ -+EXTRA_CFLAGS += -DCONFIG_RTL8723B -+ -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/$(RTL871X)/Hal8723BPwrSeq.o\ -+ hal/$(RTL871X)/$(RTL871X)_sreset.o -+ -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(RTL871X)_hal_init.o \ -+ hal/$(RTL871X)/$(RTL871X)_phycfg.o \ -+ hal/$(RTL871X)/$(RTL871X)_rf6052.o \ -+ hal/$(RTL871X)/$(RTL871X)_dm.o \ -+ hal/$(RTL871X)/$(RTL871X)_rxdesc.o \ -+ hal/$(RTL871X)/$(RTL871X)_cmd.o \ -+ -+ -+_HAL_INTFS_FILES += \ -+ hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_halinit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_led.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_xmit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_recv.o -+ -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o -+else -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8723B_USB.o -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8723B_PCIE.o -+endif -+ -+_OUTSRC_FILES += hal/phydm/$(RTL871X)/halhwimg8723b_bb.o\ -+ hal/phydm/$(RTL871X)/halhwimg8723b_mac.o\ -+ hal/phydm/$(RTL871X)/halhwimg8723b_rf.o\ -+ hal/phydm/$(RTL871X)/halhwimg8723b_fw.o\ -+ hal/phydm/$(RTL871X)/halhwimg8723b_mp.o\ -+ hal/phydm/$(RTL871X)/phydm_regconfig8723b.o\ -+ hal/phydm/$(RTL871X)/halphyrf_8723b_ce.o\ -+ hal/phydm/$(RTL871X)/phydm_rtl8723b.o -+ -+endif -+ -+########### HAL_RTL8814A ################################# -+ifeq ($(CONFIG_RTL8814A), y) -+ -+RTL871X = rtl8814a -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME = 8814au -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME = 8814ae -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME = 8814as -+endif -+ -+EXTRA_CFLAGS += -DCONFIG_RTL8814A -+ -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/$(RTL871X)/Hal8814PwrSeq.o \ -+ hal/$(RTL871X)/$(RTL871X)_xmit.o\ -+ hal/$(RTL871X)/$(RTL871X)_sreset.o -+ -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(RTL871X)_hal_init.o \ -+ hal/$(RTL871X)/$(RTL871X)_phycfg.o \ -+ hal/$(RTL871X)/$(RTL871X)_rf6052.o \ -+ hal/$(RTL871X)/$(RTL871X)_dm.o \ -+ hal/$(RTL871X)/$(RTL871X)_rxdesc.o \ -+ hal/$(RTL871X)/$(RTL871X)_cmd.o \ -+ -+ -+_HAL_INTFS_FILES += \ -+ hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_halinit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_led.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_xmit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_recv.o -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+ifeq ($(CONFIG_GSPI_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+else -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o -+endif -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8814A_USB.o -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8814A_PCIE.o -+endif -+ -+_OUTSRC_FILES += hal/phydm/$(RTL871X)/halhwimg8814a_bb.o\ -+ hal/phydm/$(RTL871X)/halhwimg8814a_mac.o\ -+ hal/phydm/$(RTL871X)/halhwimg8814a_rf.o\ -+ hal/phydm/$(RTL871X)/halhwimg8814a_fw.o\ -+ hal/phydm/$(RTL871X)/phydm_iqk_8814a.o\ -+ hal/phydm/$(RTL871X)/phydm_regconfig8814a.o\ -+ hal/phydm/$(RTL871X)/halphyrf_8814a_ce.o\ -+ hal/phydm/$(RTL871X)/phydm_rtl8814a.o\ -+ hal/phydm/txbf/haltxbf8814a.o -+ -+endif -+ -+ -+########### HAL_RTL8703B ################################# -+ifeq ($(CONFIG_RTL8703B), y) -+ -+RTL871X = rtl8703b -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME = 8703bu -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME = 8703be -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME = 8703bs -+endif -+ -+EXTRA_CFLAGS += -DCONFIG_RTL8703B -+ -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/$(RTL871X)/Hal8703BPwrSeq.o\ -+ hal/$(RTL871X)/$(RTL871X)_sreset.o -+ -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(RTL871X)_hal_init.o \ -+ hal/$(RTL871X)/$(RTL871X)_phycfg.o \ -+ hal/$(RTL871X)/$(RTL871X)_rf6052.o \ -+ hal/$(RTL871X)/$(RTL871X)_dm.o \ -+ hal/$(RTL871X)/$(RTL871X)_rxdesc.o \ -+ hal/$(RTL871X)/$(RTL871X)_cmd.o \ -+ -+ -+_HAL_INTFS_FILES += \ -+ hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_halinit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_led.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_xmit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_recv.o -+ -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o -+else -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8703B_USB.o -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8703B_PCIE.o -+endif -+ -+_OUTSRC_FILES += hal/phydm/$(RTL871X)/halhwimg8703b_bb.o\ -+ hal/phydm/$(RTL871X)/halhwimg8703b_mac.o\ -+ hal/phydm/$(RTL871X)/halhwimg8703b_rf.o\ -+ hal/phydm/$(RTL871X)/halhwimg8703b_fw.o\ -+ hal/phydm/$(RTL871X)/phydm_regconfig8703b.o\ -+ hal/phydm/$(RTL871X)/halphyrf_8703b.o -+endif -+ -+########### HAL_RTL8188F ################################# -+ifeq ($(CONFIG_RTL8188F), y) -+ -+RTL871X = rtl8188f -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME = 8188fu -+endif -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME = 8188fe -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME = 8189fs -+endif -+ -+EXTRA_CFLAGS += -DCONFIG_RTL8188F -+ -+_HAL_INTFS_FILES += hal/HalPwrSeqCmd.o \ -+ hal/$(RTL871X)/Hal8188FPwrSeq.o\ -+ hal/$(RTL871X)/$(RTL871X)_sreset.o -+ -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(RTL871X)_hal_init.o \ -+ hal/$(RTL871X)/$(RTL871X)_phycfg.o \ -+ hal/$(RTL871X)/$(RTL871X)_rf6052.o \ -+ hal/$(RTL871X)/$(RTL871X)_dm.o \ -+ hal/$(RTL871X)/$(RTL871X)_rxdesc.o \ -+ hal/$(RTL871X)/$(RTL871X)_cmd.o \ -+ -+ -+_HAL_INTFS_FILES += \ -+ hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_halinit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_led.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_xmit.o \ -+ hal/$(RTL871X)/$(HCI_NAME)/rtl$(MODULE_NAME)_recv.o -+ -+ifeq ($(CONFIG_PCI_HCI), y) -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops_linux.o -+else -+_HAL_INTFS_FILES += hal/$(RTL871X)/$(HCI_NAME)/$(HCI_NAME)_ops.o -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8188F_USB.o -+endif -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+_HAL_INTFS_FILES +=hal/efuse/$(RTL871X)/HalEfuseMask8188F_SDIO.o -+endif -+ -+_OUTSRC_FILES += hal/phydm/$(RTL871X)/halhwimg8188f_bb.o\ -+ hal/phydm/$(RTL871X)/halhwimg8188f_mac.o\ -+ hal/phydm/$(RTL871X)/halhwimg8188f_rf.o\ -+ hal/phydm/$(RTL871X)/halhwimg8188f_fw.o\ -+ hal/phydm/$(RTL871X)/phydm_regconfig8188f.o\ -+ hal/phydm/$(RTL871X)/halphyrf_8188f.o \ -+ hal/phydm/$(RTL871X)/phydm_rtl8188f.o -+ -+endif -+ -+########### AUTO_CFG ################################# -+ -+ifeq ($(CONFIG_AUTOCFG_CP), y) -+ -+ifeq ($(CONFIG_MULTIDRV), y) -+$(shell cp $(TopDIR)/autoconf_multidrv_$(HCI_NAME)_linux.h $(TopDIR)/include/autoconf.h) -+else -+ifeq ($(CONFIG_RTL8188E)$(CONFIG_SDIO_HCI),yy) -+$(shell cp $(TopDIR)/autoconf_rtl8189e_$(HCI_NAME)_linux.h $(TopDIR)/include/autoconf.h) -+else ifeq ($(CONFIG_RTL8188F)$(CONFIG_SDIO_HCI),yy) -+$(shell cp $(TopDIR)/autoconf_rtl8189f_$(HCI_NAME)_linux.h $(TopDIR)/include/autoconf.h) -+else -+$(shell cp $(TopDIR)/autoconf_$(RTL871X)_$(HCI_NAME)_linux.h $(TopDIR)/include/autoconf.h) -+endif -+endif -+ -+endif -+ -+########### END OF PATH ################################# -+ -+ -+ifeq ($(CONFIG_USB_HCI), y) -+ifeq ($(CONFIG_USB_AUTOSUSPEND), y) -+EXTRA_CFLAGS += -DCONFIG_USB_AUTOSUSPEND -+endif -+endif -+ -+ifeq ($(CONFIG_MP_INCLUDED), y) -+#MODULE_NAME := $(MODULE_NAME)_mp -+EXTRA_CFLAGS += -DCONFIG_MP_INCLUDED -+endif -+ -+ifeq ($(CONFIG_POWER_SAVING), y) -+EXTRA_CFLAGS += -DCONFIG_POWER_SAVING -+endif -+ -+ifeq ($(CONFIG_HW_PWRP_DETECTION), y) -+EXTRA_CFLAGS += -DCONFIG_HW_PWRP_DETECTION -+endif -+ -+ifeq ($(CONFIG_WIFI_TEST), y) -+EXTRA_CFLAGS += -DCONFIG_WIFI_TEST -+endif -+ -+ifeq ($(CONFIG_BT_COEXIST), y) -+EXTRA_CFLAGS += -DCONFIG_BT_COEXIST -+endif -+ -+ifeq ($(CONFIG_INTEL_WIDI), y) -+EXTRA_CFLAGS += -DCONFIG_INTEL_WIDI -+endif -+ -+ifeq ($(CONFIG_WAPI_SUPPORT), y) -+EXTRA_CFLAGS += -DCONFIG_WAPI_SUPPORT -+endif -+ -+ -+ifeq ($(CONFIG_EFUSE_CONFIG_FILE), y) -+EXTRA_CFLAGS += -DCONFIG_EFUSE_CONFIG_FILE -+ -+#EFUSE_MAP_PATH -+USER_EFUSE_MAP_PATH ?= -+ifneq ($(USER_EFUSE_MAP_PATH),) -+EXTRA_CFLAGS += -DEFUSE_MAP_PATH=\"$(USER_EFUSE_MAP_PATH)\" -+else ifeq ($(MODULE_NAME), 8189es) -+EXTRA_CFLAGS += -DEFUSE_MAP_PATH=\"/system/etc/wifi/wifi_efuse_8189e.map\" -+else ifeq ($(MODULE_NAME), 8723bs) -+EXTRA_CFLAGS += -DEFUSE_MAP_PATH=\"/system/etc/wifi/wifi_efuse_8723bs.map\" -+else -+EXTRA_CFLAGS += -DEFUSE_MAP_PATH=\"/system/etc/wifi/wifi_efuse_$(MODULE_NAME).map\" -+endif -+ -+#WIFIMAC_PATH -+USER_WIFIMAC_PATH ?= -+ifneq ($(USER_WIFIMAC_PATH),) -+EXTRA_CFLAGS += -DWIFIMAC_PATH=\"$(USER_WIFIMAC_PATH)\" -+else -+EXTRA_CFLAGS += -DWIFIMAC_PATH=\"/data/wifimac.txt\" -+endif -+ -+endif -+ -+ifeq ($(CONFIG_EXT_CLK), y) -+EXTRA_CFLAGS += -DCONFIG_EXT_CLK -+endif -+ -+ifeq ($(CONFIG_TRAFFIC_PROTECT), y) -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+endif -+ -+ifeq ($(CONFIG_LOAD_PHY_PARA_FROM_FILE), y) -+EXTRA_CFLAGS += -DCONFIG_LOAD_PHY_PARA_FROM_FILE -+#EXTRA_CFLAGS += -DREALTEK_CONFIG_PATH=\"/lib/firmware/\" -+EXTRA_CFLAGS += -DREALTEK_CONFIG_PATH=\"\" -+endif -+ -+ifeq ($(CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY), y) -+EXTRA_CFLAGS += -DCONFIG_CALIBRATE_TX_POWER_BY_REGULATORY -+endif -+ -+ifeq ($(CONFIG_CALIBRATE_TX_POWER_TO_MAX), y) -+EXTRA_CFLAGS += -DCONFIG_CALIBRATE_TX_POWER_TO_MAX -+endif -+ -+ifeq ($(CONFIG_RTW_ADAPTIVITY_EN), disable) -+EXTRA_CFLAGS += -DCONFIG_RTW_ADAPTIVITY_EN=0 -+else ifeq ($(CONFIG_RTW_ADAPTIVITY_EN), enable) -+EXTRA_CFLAGS += -DCONFIG_RTW_ADAPTIVITY_EN=1 -+endif -+ -+ifeq ($(CONFIG_RTW_ADAPTIVITY_MODE), normal) -+EXTRA_CFLAGS += -DCONFIG_RTW_ADAPTIVITY_MODE=0 -+else ifeq ($(CONFIG_RTW_ADAPTIVITY_MODE), carrier_sense) -+EXTRA_CFLAGS += -DCONFIG_RTW_ADAPTIVITY_MODE=1 -+endif -+ -+ifeq ($(CONFIG_SIGNAL_SCALE_MAPPING), y) -+EXTRA_CFLAGS += -DCONFIG_SIGNAL_SCALE_MAPPING -+endif -+ -+ifeq ($(CONFIG_80211W), y) -+EXTRA_CFLAGS += -DCONFIG_IEEE80211W -+endif -+ -+ifeq ($(CONFIG_WOWLAN), y) -+EXTRA_CFLAGS += -DCONFIG_WOWLAN -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_RTW_SDIO_PM_KEEP_POWER -+endif -+endif -+ -+ifeq ($(CONFIG_AP_WOWLAN), y) -+EXTRA_CFLAGS += -DCONFIG_AP_WOWLAN -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_RTW_SDIO_PM_KEEP_POWER -+endif -+endif -+ -+ifeq ($(CONFIG_PNO_SUPPORT), y) -+EXTRA_CFLAGS += -DCONFIG_PNO_SUPPORT -+ifeq ($(CONFIG_PNO_SET_DEBUG), y) -+EXTRA_CFLAGS += -DCONFIG_PNO_SET_DEBUG -+endif -+endif -+ -+ifeq ($(CONFIG_GPIO_WAKEUP), y) -+EXTRA_CFLAGS += -DCONFIG_GPIO_WAKEUP -+ifeq ($(CONFIG_HIGH_ACTIVE), y) -+EXTRA_CFLAGS += -DHIGH_ACTIVE=1 -+else -+EXTRA_CFLAGS += -DHIGH_ACTIVE=0 -+endif -+endif -+ -+ifneq ($(CONFIG_WAKEUP_GPIO_IDX), default) -+EXTRA_CFLAGS += -DWAKEUP_GPIO_IDX=$(CONFIG_WAKEUP_GPIO_IDX) -+endif -+ -+ifeq ($(CONFIG_RTW_SDIO_PM_KEEP_POWER), y) -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_RTW_SDIO_PM_KEEP_POWER -+endif -+endif -+ -+ifeq ($(CONFIG_REDUCE_TX_CPU_LOADING), y) -+EXTRA_CFLAGS += -DCONFIG_REDUCE_TX_CPU_LOADING -+endif -+ -+ifeq ($(CONFIG_BR_EXT), y) -+BR_NAME = br0 -+EXTRA_CFLAGS += -DCONFIG_BR_EXT -+EXTRA_CFLAGS += '-DCONFIG_BR_EXT_BRNAME="'$(BR_NAME)'"' -+endif -+ -+ifeq ($(CONFIG_ANTENNA_DIVERSITY), y) -+EXTRA_CFLAGS += -DCONFIG_ANTENNA_DIVERSITY -+endif -+ -+ifeq ($(CONFIG_TDLS), y) -+EXTRA_CFLAGS += -DCONFIG_TDLS -+endif -+ -+ifeq ($(CONFIG_WIFI_MONITOR), y) -+EXTRA_CFLAGS += -DCONFIG_WIFI_MONITOR -+endif -+ -+EXTRA_CFLAGS += -DDM_ODM_SUPPORT_TYPE=0x04 -+ -+ifeq ($(CONFIG_PLATFORM_GENERIC), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/armv.*/arm/) -+ARCH ?= $(SUBARCH) -+CROSS_COMPILE ?= -+KVER := $(shell uname -r) -+KSRC := /lib/modules/$(KVER)/build -+MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/ -+INSTALL_PREFIX := -+endif -+ -+ifeq ($(CONFIG_PLATFORM_I386_PC), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) -+ARCH ?= $(SUBARCH) -+CROSS_COMPILE ?= -+KVER := $(shell uname -r) -+KSRC := /lib/modules/$(KVER)/build -+MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/ -+INSTALL_PREFIX := -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ACTIONS_ATM702X), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_ANDROID -DCONFIG_PLATFORM_ACTIONS_ATM702X -+#ARCH := arm -+ARCH := $(R_ARCH) -+#CROSS_COMPILE := arm-none-linux-gnueabi- -+CROSS_COMPILE := $(R_CROSS_COMPILE) -+KVER:= 3.4.0 -+#KSRC := ../../../../build/out/kernel -+KSRC := $(KERNEL_BUILD_PATH) -+MODULE_NAME :=wlan -+endif -+ -+ -+ifeq ($(CONFIG_PLATFORM_ACTIONS_ATM705X), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+#EXTRA_CFLAGS += -DRTW_ENABLE_WIFI_CONTROL_FUNC -+# default setting for Android 4.1, 4.2, 4.3, 4.4 -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ACTIONS_ATM705X -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ -+# Enable this for Android 5.0 -+EXTRA_CFLAGS += -DCONFIG_RADIO_WORK -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+_PLATFORM_FILES += platform/platform_arm_act_sdio.o -+endif -+ -+ARCH := arm -+CROSS_COMPILE := /opt/arm-2011.09/bin/arm-none-linux-gnueabi- -+KSRC := /home/android_sdk/Action-semi/705a_android_L/android/kernel -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_SUN50IW1P1), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN50IW1P1 -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+EXTRA_CFLAGS += -DCONFIG_RESUME_IN_WORKQUEUE -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ -+# Enable this for Android 5.0 -+EXTRA_CFLAGS += -DCONFIG_RADIO_WORK -+ -+ifeq ($(CONFIG_USB_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+_PLATFORM_FILES += platform/platform_ARM_SUNxI_usb.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+_PLATFORM_FILES += platform/platform_ARM_SUN50IW1P1_sdio.o -+endif -+ -+ARCH := arm64 -+# ===Cross compile setting for Android 5.1(64) SDK === -+CROSS_COMPILE := /home/android_sdk/Allwinner/a64/android-51/lichee/out/sun50iw1p1/android/common/buildroot/external-toolchain/bin/aarch64-linux-gnueabihf- -+KSRC :=/home/android_sdk/Allwinner/a64/android-51/lichee/linux-3.10/ -+endif -+ -+ifeq ($(CONFIG_PLATFORM_TI_AM3517), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_ANDROID -DCONFIG_PLATFORM_SHUTTLE -+CROSS_COMPILE := arm-eabi- -+KSRC := $(shell pwd)/../../../Android/kernel -+ARCH := arm -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MSTAR_TITANIA12), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_MSTAR -DCONFIG_PLATFORM_MSTAR_TITANIA12 -+ARCH:=mips -+CROSS_COMPILE:= /usr/src/Mstar_kernel/mips-4.3/bin/mips-linux-gnu- -+KVER:= 2.6.28.9 -+KSRC:= /usr/src/Mstar_kernel/2.6.28.9/ -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MSTAR), y) -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_MSTAR -DCONFIG_USE_USB_BUFFER_ALLOC_TX -DCONFIG_FIX_NR_BULKIN_BUFFER -DCONFIG_PREALLOC_RX_SKB_BUFFER -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_MSTAR_HIGH -+ARCH:=arm -+CROSS_COMPILE:= /usr/src/bin/arm-none-linux-gnueabi- -+KVER:= 3.1.10 -+KSRC:= /usr/src/Mstar_kernel/3.1.10/ -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ANDROID_X86), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) -+ARCH := $(SUBARCH) -+CROSS_COMPILE := /media/DATA-2/android-x86/ics-x86_20120130/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/i686-unknown-linux-gnu- -+KSRC := /media/DATA-2/android-x86/ics-x86_20120130/out/target/product/generic_x86/obj/kernel -+MODULE_NAME :=wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ANDROID_INTEL_X86), y) -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ANDROID_INTEL_X86 -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_INTEL_BYT -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_ANDROID -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+EXTRA_CFLAGS += -DCONFIG_SKIP_SIGNAL_SCALE_MAPPING -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_RESUME_IN_WORKQUEUE -+endif -+endif -+ -+ifeq ($(CONFIG_PLATFORM_JB_X86), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) -+ARCH := $(SUBARCH) -+CROSS_COMPILE := /home/android_sdk/android-x86_JB/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/bin/i686-linux-android- -+KSRC := /home/android_sdk/android-x86_JB/out/target/product/x86/obj/kernel/ -+MODULE_NAME :=wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_PXA2XX), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ARCH := arm -+CROSS_COMPILE := arm-none-linux-gnueabi- -+KVER := 2.6.34.1 -+KSRC ?= /usr/src/linux-2.6.34.1 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_S3C2K4), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ARCH := arm -+CROSS_COMPILE := arm-linux- -+KVER := 2.6.24.7_$(ARCH) -+KSRC := /usr/src/kernels/linux-$(KVER) -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_S3C6K4), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ARCH := arm -+CROSS_COMPILE := arm-none-linux-gnueabi- -+KVER := 2.6.34.1 -+KSRC ?= /usr/src/linux-2.6.34.1 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_RTD2880B), y) -+EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN -DCONFIG_PLATFORM_RTD2880B -+ARCH:= -+CROSS_COMPILE:= -+KVER:= -+KSRC:= -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MIPS_RMI), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ARCH:=mips -+CROSS_COMPILE:=mipsisa32r2-uclibc- -+KVER:= -+KSRC:= /root/work/kernel_realtek -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MIPS_PLM), y) -+EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN -+ARCH:=mips -+CROSS_COMPILE:=mipsisa32r2-uclibc- -+KVER:= -+KSRC:= /root/work/kernel_realtek -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MSTAR389), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_MSTAR389 -+ARCH:=mips -+CROSS_COMPILE:= mips-linux-gnu- -+KVER:= 2.6.28.10 -+KSRC:= /home/mstar/mstar_linux/2.6.28.9/ -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MIPS_AR9132), y) -+EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN -+ARCH := mips -+CROSS_COMPILE := mips-openwrt-linux- -+KSRC := /home/alex/test_openwrt/tmp/linux-2.6.30.9 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_DMP_PHILIPS), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DRTK_DMP_PLATFORM -+ARCH := mips -+#CROSS_COMPILE:=/usr/local/msdk-4.3.6-mips-EL-2.6.12.6-0.9.30.3/bin/mipsel-linux- -+CROSS_COMPILE:=/usr/local/toolchain_mipsel/bin/mipsel-linux- -+KSRC ?=/usr/local/Jupiter/linux-2.6.12 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_RTK_DMP), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DRTK_DMP_PLATFORM -DCONFIG_WIRELESS_EXT -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ifeq ($(CONFIG_USB_HCI), y) -+_PLATFORM_FILES += platform/platform_RTK_DMP_usb.o -+endif -+ARCH:=mips -+CROSS_COMPILE:=mipsel-linux- -+KVER:= -+KSRC ?= /usr/src/DMP_Kernel/jupiter/linux-2.6.12 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MT53XX), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_MT53XX -+ARCH:= arm -+CROSS_COMPILE:= arm11_mtk_le- -+KVER:= 2.6.27 -+KSRC?= /proj/mtk00802/BD_Compare/BDP/Dev/BDP_V301/BDP_Linux/linux-2.6.27 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_MX51_241H), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_WISTRON_PLATFORM -+ARCH := arm -+CROSS_COMPILE := /opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi- -+KVER := 2.6.31 -+KSRC ?= /lib/modules/2.6.31-770-g0e46b52/source -+endif -+ -+ifeq ($(CONFIG_PLATFORM_FS_MX61), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ARCH := arm -+CROSS_COMPILE := /home/share/CusEnv/FreeScale/arm-eabi-4.4.3/bin/arm-eabi- -+KSRC ?= /home/share/CusEnv/FreeScale/FS_kernel_env -+endif -+ -+ -+ -+ifeq ($(CONFIG_PLATFORM_ACTIONS_ATJ227X), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_ACTIONS_ATJ227X -+ARCH := mips -+CROSS_COMPILE := /home/cnsd4/project/actions/tools-2.6.27/bin/mipsel-linux-gnu- -+KVER := 2.6.27 -+KSRC := /home/cnsd4/project/actions/linux-2.6.27.28 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_TI_DM365), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_TI_DM365 -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_RX -+EXTRA_CFLAGS += -DCONFIG_SINGLE_XMIT_BUF -DCONFIG_SINGLE_RECV_BUF -+ARCH := arm -+#CROSS_COMPILE := /home/cnsd4/Appro/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le- -+#KSRC := /home/cnsd4/Appro/mv_pro_5.0/montavista/pro/devkit/lsp/ti-davinci/linux-dm365 -+CROSS_COMPILE := /opt/montavista/pro5.0/devkit/arm/v5t_le/bin/arm-linux- -+KSRC:= /home/vivotek/lsp/DM365/kernel_platform/kernel/linux-2.6.18 -+KERNELOUTPUT := ${PRODUCTDIR}/tmp -+KVER := 2.6.18 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MOZART), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_MOZART -+ARCH := arm -+CROSS_COMPILE := /home/vivotek/lsp/mozart3v2/Mozart3e_Toolchain/build_arm_nofpu/usr/bin/arm-linux- -+KVER := $(shell uname -r) -+KSRC:= /opt/Vivotek/lsp/mozart3v2/kernel_platform/kernel/mozart_kernel-1.17 -+KERNELOUTPUT := /home/pink/sample/ODM/IP8136W-VINT/tmp/kernel -+endif -+ -+ifeq ($(CONFIG_PLATFORM_TEGRA3_CARDHU), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DRTW_ENABLE_WIFI_CONTROL_FUNC -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/nvidia/tegra-16r3-partner-android-4.1_20120723/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- -+KSRC := /home/android_sdk/nvidia/tegra-16r3-partner-android-4.1_20120723/out/target/product/cardhu/obj/KERNEL -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_TEGRA4_DALMORE), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DRTW_ENABLE_WIFI_CONTROL_FUNC -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/nvidia/tegra-17r9-partner-android-4.2-dalmore_20130131/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- -+KSRC := /home/android_sdk/nvidia/tegra-17r9-partner-android-4.2-dalmore_20130131/out/target/product/dalmore/obj/KERNEL -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_TCC8900), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/Telechips/SDK_2304_20110613/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- -+KSRC := /home/android_sdk/Telechips/SDK_2304_20110613/kernel -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_TCC8920), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/Telechips/v12.06_r1-tcc-android-4.0.4/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- -+KSRC := /home/android_sdk/Telechips/v12.06_r1-tcc-android-4.0.4/kernel -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_TCC8920_JB42), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/Telechips/v13.03_r1-tcc-android-4.2.2_ds_patched/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- -+KSRC := /home/android_sdk/Telechips/v13.03_r1-tcc-android-4.2.2_ds_patched/kernel -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_RK2818), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_ANDROID -DCONFIG_PLATFORM_ROCKCHIPS -+ARCH := arm -+CROSS_COMPILE := /usr/src/release_fae_version/toolchain/arm-eabi-4.4.0/bin/arm-eabi- -+KSRC := /usr/src/release_fae_version/kernel25_A7_281x -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_RK3188), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_ANDROID -DCONFIG_PLATFORM_ROCKCHIPS -+# default setting for Android 4.1, 4.2, 4.3, 4.4 -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+# default setting for Power control -+EXTRA_CFLAGS += -DRTW_ENABLE_WIFI_CONTROL_FUNC -+EXTRA_CFLAGS += -DRTW_SUPPORT_PLATFORM_SHUTDOWN -+# default setting for Special function -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/Rockchip/Rk3188/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- -+KSRC := /home/android_sdk/Rockchip/Rk3188/kernel -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_RK3066), y) -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_RK3066 -+EXTRA_CFLAGS += -DRTW_ENABLE_WIFI_CONTROL_FUNC -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DRTW_SUPPORT_PLATFORM_SHUTDOWN -+endif -+EXTRA_CFLAGS += -fno-pic -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/Rockchip/rk3066_20130607/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi- -+#CROSS_COMPILE := /home/android_sdk/Rockchip/Rk3066sdk/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi- -+KSRC := /home/android_sdk/Rockchip/Rk3066sdk/kernel -+MODULE_NAME :=wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_URBETTER), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN #-DCONFIG_MINIMAL_MEMORY_USAGE -+ARCH := arm -+CROSS_COMPILE := /media/DATA-1/urbetter/arm-2009q3/bin/arm-none-linux-gnueabi- -+KSRC := /media/DATA-1/urbetter/ics-urbetter/kernel -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_TI_PANDA), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN #-DCONFIG_MINIMAL_MEMORY_USAGE -+ARCH := arm -+#CROSS_COMPILE := /media/DATA-1/aosp/ics-aosp_20111227/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- -+#KSRC := /media/DATA-1/aosp/android-omap-panda-3.0_20120104 -+CROSS_COMPILE := /media/DATA-1/android-4.0/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi- -+KSRC := /media/DATA-1/android-4.0/panda_kernel/omap -+MODULE_NAME := wlan -+endif -+ -+ifeq ($(CONFIG_PLATFORM_MIPS_JZ4760), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_MINIMAL_MEMORY_USAGE -+ARCH ?= mips -+CROSS_COMPILE ?= /mnt/sdb5/Ingenic/Umido/mips-4.3/bin/mips-linux-gnu- -+KSRC ?= /mnt/sdb5/Ingenic/Umido/kernel -+endif -+ -+ifeq ($(CONFIG_PLATFORM_SZEBOOK), y) -+EXTRA_CFLAGS += -DCONFIG_BIG_ENDIAN -+ARCH:=arm -+CROSS_COMPILE:=/opt/crosstool2/bin/armeb-unknown-linux-gnueabi- -+KVER:= 2.6.31.6 -+KSRC:= ../code/linux-2.6.31.6-2020/ -+endif -+ -+#Add setting for MN10300 -+ifeq ($(CONFIG_PLATFORM_MN10300), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_MN10300 -+ARCH := mn10300 -+CROSS_COMPILE := mn10300-linux- -+KVER := 2.6.32.2 -+KSRC := /home/winuser/work/Plat_sLD2T_V3010/usr/src/linux-2.6.32.2 -+INSTALL_PREFIX := -+endif -+ -+ -+ifeq ($(CONFIG_PLATFORM_ARM_SUNxI), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUNxI -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DDCONFIG_P2P_IPS -+ -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ifeq ($(CONFIG_USB_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+_PLATFORM_FILES += platform/platform_ARM_SUNxI_usb.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+# default setting for A10-EVB mmc0 -+#EXTRA_CFLAGS += -DCONFIG_WITS_EVB_V13 -+_PLATFORM_FILES += platform/platform_ARM_SUNxI_sdio.o -+endif -+ -+ARCH := arm -+#CROSS_COMPILE := arm-none-linux-gnueabi- -+CROSS_COMPILE=/home/android_sdk/Allwinner/a10/android-jb42/lichee-jb42/buildroot/output/external-toolchain/bin/arm-none-linux-gnueabi- -+KVER := 3.0.8 -+#KSRC:= ../lichee/linux-3.0/ -+KSRC=/home/android_sdk/Allwinner/a10/android-jb42/lichee-jb42/linux-3.0 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_SUN6I), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN6I -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+# default setting for Android 4.1, 4.2, 4.3, 4.4 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -DCONFIG_QOS_OPTIMIZATION -+ -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ifeq ($(CONFIG_USB_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+_PLATFORM_FILES += platform/platform_ARM_SUNxI_usb.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+# default setting for A31-EVB mmc0 -+EXTRA_CFLAGS += -DCONFIG_A31_EVB -+_PLATFORM_FILES += platform/platform_ARM_SUNnI_sdio.o -+endif -+ -+ARCH := arm -+#Android-JB42 -+#CROSS_COMPILE := /home/android_sdk/Allwinner/a31/android-jb42/lichee/buildroot/output/external-toolchain/bin/arm-linux-gnueabi- -+#KSRC :=/home/android_sdk/Allwinner/a31/android-jb42/lichee/linux-3.3 -+#ifeq ($(CONFIG_USB_HCI), y) -+#MODULE_NAME := 8188eu_sw -+#endif -+# ==== Cross compile setting for kitkat-a3x_v4.5 ===== -+CROSS_COMPILE := /home/android_sdk/Allwinner/a31/kitkat-a3x_v4.5/lichee/buildroot/output/external-toolchain/bin/arm-linux-gnueabi- -+KSRC :=/home/android_sdk/Allwinner/a31/kitkat-a3x_v4.5/lichee/linux-3.3 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_SUN7I), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN7I -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+# default setting for Android 4.1, 4.2, 4.3, 4.4 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -DCONFIG_QOS_OPTIMIZATION -+ -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ifeq ($(CONFIG_USB_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+_PLATFORM_FILES += platform/platform_ARM_SUNxI_usb.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+_PLATFORM_FILES += platform/platform_ARM_SUNnI_sdio.o -+endif -+ -+ARCH := arm -+# ===Cross compile setting for Android 4.2 SDK === -+#CROSS_COMPILE := /home/android_sdk/Allwinner/a20_evb/lichee/out/android/common/buildroot/external-toolchain/bin/arm-linux-gnueabi- -+#KSRC := /home/android_sdk/Allwinner/a20_evb/lichee/linux-3.3 -+# ==== Cross compile setting for Android 4.3 SDK ===== -+#CROSS_COMPILE := /home/android_sdk/Allwinner/a20/android-jb43/lichee/out/android/common/buildroot/external-toolchain/bin/arm-linux-gnueabi- -+#KSRC := /home/android_sdk/Allwinner/a20/android-jb43/lichee/linux-3.4 -+# ==== Cross compile setting for kitkat-a20_v4.4 ===== -+CROSS_COMPILE := /home/android_sdk/Allwinner/a20/kitkat-a20_v4.4/lichee/out/android/common/buildroot/external-toolchain/bin/arm-linux-gnueabi- -+KSRC := /home/android_sdk/Allwinner/a20/kitkat-a20_v4.4/lichee/linux-3.4 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_SUN8I_W3P1), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN8I -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN8I_W3P1 -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ifeq ($(CONFIG_USB_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+_PLATFORM_FILES += platform/platform_ARM_SUNxI_usb.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+_PLATFORM_FILES += platform/platform_ARM_SUNnI_sdio.o -+endif -+ -+ARCH := arm -+# ===Cross compile setting for Android 4.2 SDK === -+#CROSS_COMPILE := /home/android_sdk/Allwinner/a23/android-jb42/lichee/out/android/common/buildroot/external-toolchain/bin/arm-linux-gnueabi- -+#KSRC :=/home/android_sdk/Allwinner/a23/android-jb42/lichee/linux-3.4 -+# ===Cross compile setting for Android 4.4 SDK === -+CROSS_COMPILE := /home/android_sdk/Allwinner/a23/android-kk44/lichee/out/android/common/buildroot/external-toolchain/bin/arm-linux-gnueabi- -+KSRC :=/home/android_sdk/Allwinner/a23/android-kk44/lichee/linux-3.4 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_SUN8I_W5P1), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN8I -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN8I_W5P1 -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ -+# Enable this for Android 5.0 -+EXTRA_CFLAGS += -DCONFIG_RADIO_WORK -+ -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ifeq ($(CONFIG_USB_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+_PLATFORM_FILES += platform/platform_ARM_SUNxI_usb.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+_PLATFORM_FILES += platform/platform_ARM_SUNnI_sdio.o -+endif -+ -+ARCH := arm -+# ===Cross compile setting for Android L SDK === -+CROSS_COMPILE := /home/android_sdk/Allwinner/a33/android-L/lichee/out/sun8iw5p1/android/common/buildroot/external-toolchain/bin/arm-linux-gnueabi- -+KSRC :=/home/android_sdk/Allwinner/a33/android-L/lichee/linux-3.4 -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ACTIONS_ATV5201), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_ACTIONS_ATV5201 -+EXTRA_CFLAGS += -DCONFIG_SDIO_DISABLE_RXFIFO_POLLING_LOOP -+ARCH := mips -+CROSS_COMPILE := mipsel-linux-gnu- -+KVER := $(KERNEL_VER) -+KSRC:= $(CFGDIR)/../../kernel/linux-$(KERNEL_VER) -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_RTD299X), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DUSB_XMITBUF_ALIGN_SZ=1024 -DUSB_PACKET_OFFSET_SZ=0 -+#ARCH, CROSS_COMPILE, KSRC,and MODDESTDIR are provided by external makefile -+INSTALL_PREFIX := -+endif -+ -+ifeq ($(CONFIG_PLATFORM_HISILICON), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -DCONFIG_PLATFORM_HISILICON -+ifeq ($(SUPPORT_CONCURRENT),y) -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+endif -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_P2P_IPS -+ARCH := arm -+ifeq ($(CROSS_COMPILE),) -+ CROSS_COMPILE = arm-hisiv200-linux- -+endif -+MODULE_NAME := rtl8192eu -+ifeq ($(KSRC),) -+ KSRC := ../../../../../../kernel/linux-3.4.y -+endif -+endif -+ -+# Platform setting -+ifeq ($(CONFIG_PLATFORM_ARM_SPREADTRUM_6820), y) -+ifeq ($(CONFIG_ANDROID_2X), y) -+EXTRA_CFLAGS += -DANDROID_2X -+endif -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_SPRD -+EXTRA_CFLAGS += -DPLATFORM_SPREADTRUM_6820 -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ifeq ($(RTL871X), rtl8188e) -+EXTRA_CFLAGS += -DSOFTAP_PS_DURATION=50 -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+_PLATFORM_FILES += platform/platform_sprd_sdio.o -+endif -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_SPREADTRUM_8810), y) -+ifeq ($(CONFIG_ANDROID_2X), y) -+EXTRA_CFLAGS += -DANDROID_2X -+endif -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_SPRD -+EXTRA_CFLAGS += -DPLATFORM_SPREADTRUM_8810 -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+ifeq ($(RTL871X), rtl8188e) -+EXTRA_CFLAGS += -DSOFTAP_PS_DURATION=50 -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+_PLATFORM_FILES += platform/platform_sprd_sdio.o -+endif -+endif -+ -+ifeq ($(CONFIG_PLATFORM_ARM_WMT), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_OPS -+ifeq ($(CONFIG_SDIO_HCI), y) -+_PLATFORM_FILES += platform/platform_ARM_WMT_sdio.o -+endif -+ARCH := arm -+CROSS_COMPILE := /home/android_sdk/WonderMedia/wm8880-android4.4/toolchain/arm_201103_gcc4.5.2/mybin/arm_1103_le- -+KSRC := /home/android_sdk/WonderMedia/wm8880-android4.4/kernel4.4/ -+MODULE_NAME :=8189es_kk -+endif -+ -+ifeq ($(CONFIG_PLATFORM_RTK119X), y) -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+#EXTRA_CFLAGS += -DCONFIG_PLATFORM_ARM_SUN7I -+EXTRA_CFLAGS += -DCONFIG_TRAFFIC_PROTECT -+# default setting for Android 4.1, 4.2 -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+#EXTRA_CFLAGS += -DCONFIG_P2P_IPS -DCONFIG_QOS_OPTIMIZATION -+EXTRA_CFLAGS += -DCONFIG_QOS_OPTIMIZATION -+ -+#EXTRA_CFLAGS += -DCONFIG_#PLATFORM_OPS -+ifeq ($(CONFIG_USB_HCI), y) -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+#_PLATFORM_FILES += platform/platform_ARM_SUNxI_usb.o -+endif -+ifeq ($(CONFIG_SDIO_HCI), y) -+_PLATFORM_FILES += platform/platform_ARM_SUNnI_sdio.o -+endif -+ -+ARCH := arm -+ -+# ==== Cross compile setting for Android 4.4 SDK ===== -+#CROSS_COMPILE := arm-linux-gnueabihf- -+KVER := 3.10.24 -+#KSRC :=/home/android_sdk/Allwinner/a20/android-kitkat44/lichee/linux-3.4 -+CROSS_COMPILE := /home/realtek/software_phoenix/phoenix/toolchain/usr/local/arm-2013.11/bin/arm-linux-gnueabihf- -+KSRC := /home/realtek/software_phoenix/linux-kernel -+MODULE_NAME := 8192eu -+ -+endif -+ -+ifeq ($(CONFIG_PLATFORM_NOVATEK_NT72668), y) -+EXTRA_CFLAGS += -DCONFIG_PLATFORM_NOVATEK_NT72668 -+EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN -+EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE -+EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -+EXTRA_CFLAGS += -DDCONFIG_P2P_IPS -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_RX -+EXTRA_CFLAGS += -DCONFIG_USE_USB_BUFFER_ALLOC_TX -+ARCH ?= arm -+CROSS_COMPILE := arm-linux-gnueabihf- -+KVER := 3.8.0 -+KSRC := /Custom/Novatek/TCL/linux-3.8_header -+#KSRC := $(KERNELDIR) -+endif -+ -+ifeq ($(CONFIG_MULTIDRV), y) -+ -+ifeq ($(CONFIG_SDIO_HCI), y) -+MODULE_NAME := rtw_sdio -+endif -+ -+ifeq ($(CONFIG_USB_HCI), y) -+MODULE_NAME := rtw_usb -+endif -+ -+ifeq ($(CONFIG_PCI_HCI), y) -+MODULE_NAME := rtw_pci -+endif -+ -+ -+endif -+ -+USER_MODULE_NAME ?= -+ifneq ($(USER_MODULE_NAME),) -+MODULE_NAME := $(USER_MODULE_NAME) -+endif -+ -+ifneq ($(KERNELRELEASE),) -+ -+rtk_core := core/rtw_cmd.o \ -+ core/rtw_security.o \ -+ core/rtw_debug.o \ -+ core/rtw_io.o \ -+ core/rtw_ioctl_query.o \ -+ core/rtw_ioctl_set.o \ -+ core/rtw_ieee80211.o \ -+ core/rtw_mlme.o \ -+ core/rtw_mlme_ext.o \ -+ core/rtw_wlan_util.o \ -+ core/rtw_vht.o \ -+ core/rtw_pwrctrl.o \ -+ core/rtw_rf.o \ -+ core/rtw_recv.o \ -+ core/rtw_sta_mgt.o \ -+ core/rtw_ap.o \ -+ core/rtw_xmit.o \ -+ core/rtw_p2p.o \ -+ core/rtw_tdls.o \ -+ core/rtw_br_ext.o \ -+ core/rtw_iol.o \ -+ core/rtw_sreset.o \ -+ core/rtw_btcoex.o \ -+ core/rtw_beamforming.o \ -+ core/rtw_odm.o \ -+ core/efuse/rtw_efuse.o -+ -+$(MODULE_NAME)-y += $(rtk_core) -+ -+$(MODULE_NAME)-$(CONFIG_INTEL_WIDI) += core/rtw_intel_widi.o -+ -+$(MODULE_NAME)-$(CONFIG_WAPI_SUPPORT) += core/rtw_wapi.o \ -+ core/rtw_wapi_sms4.o -+ -+$(MODULE_NAME)-y += $(_OS_INTFS_FILES) -+$(MODULE_NAME)-y += $(_HAL_INTFS_FILES) -+$(MODULE_NAME)-y += $(_OUTSRC_FILES) -+$(MODULE_NAME)-y += $(_PLATFORM_FILES) -+ -+$(MODULE_NAME)-$(CONFIG_MP_INCLUDED) += core/rtw_mp.o \ -+ core/rtw_mp_ioctl.o -+ -+ifeq ($(CONFIG_RTL8723B), y) -+$(MODULE_NAME)-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o -+endif -+ifeq ($(CONFIG_RTL8821A), y) -+$(MODULE_NAME)-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o -+endif -+ -+obj-$(CONFIG_RTL8812AU) := $(MODULE_NAME).o -+ -+else -+ -+export CONFIG_RTL8812AU = m -+ -+all: modules -+ -+modules: -+ $(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KSRC) M=$(shell pwd) modules -+ -+strip: -+ $(CROSS_COMPILE)strip $(MODULE_NAME).ko --strip-unneeded -+ -+install: -+ install -p -m 644 $(MODULE_NAME).ko $(MODDESTDIR) -+ /sbin/depmod -a ${KVER} -+ -+uninstall: -+ rm -f $(MODDESTDIR)/$(MODULE_NAME).ko -+ /sbin/depmod -a ${KVER} -+ -+config_r: -+ @echo "make config" -+ /bin/bash script/Configure script/config.in -+ -+ -+.PHONY: modules clean -+ -+clean: -+ cd hal/phydm/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko -+ cd hal/phydm/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko -+ cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko -+ cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko -+ rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order -+ rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~ -+ rm -fr .tmp_versions -+endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/custom_gpio_linux.c linux/3rdparty/rtl8812au/os_dep/linux/custom_gpio_linux.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/custom_gpio_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/custom_gpio_linux.c 2017-06-07 23:07:21.044690583 +0300 -@@ -0,0 +1,356 @@ -+/****************************************************************************** -+ * Customer code to add GPIO control during WLAN start/stop -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#include "drv_types.h" -+ -+#ifdef CONFIG_PLATFORM_SPRD -+ -+//gspi func & GPIO define -+#include //0915 -+#include -+ -+#if !(defined ANDROID_2X) -+ -+#ifdef CONFIG_RTL8188E -+#include -+#include -+#endif // CONFIG_RTL8188E -+ -+#ifndef GPIO_WIFI_POWER -+#define GPIO_WIFI_POWER -1 -+#endif // !GPIO_WIFI_POWER -+ -+#ifndef GPIO_WIFI_RESET -+#define GPIO_WIFI_RESET -1 -+#endif // !GPIO_WIFI_RESET -+ -+#ifndef GPIO_WIFI_PWDN -+#define GPIO_WIFI_PWDN -1 -+#endif // !GPIO_WIFI_RESET -+#ifdef CONFIG_GSPI_HCI -+extern unsigned int oob_irq; -+#endif // CONFIG_GSPI_HCI -+ -+#ifdef CONFIG_SDIO_HCI -+extern int rtw_mp_mode; -+#else // !CONFIG_SDIO_HCI -+#endif // !CONFIG_SDIO_HCI -+ -+int rtw_wifi_gpio_init(void) -+{ -+#ifdef CONFIG_GSPI_HCI -+ if (GPIO_WIFI_IRQ > 0) { -+ gpio_request(GPIO_WIFI_IRQ, "oob_irq"); -+ gpio_direction_input(GPIO_WIFI_IRQ); -+ -+ oob_irq = gpio_to_irq(GPIO_WIFI_IRQ); -+ -+ DBG_8192C("%s oob_irq:%d\n", __func__, oob_irq); -+ } -+#endif -+ if (GPIO_WIFI_RESET > 0) -+ gpio_request(GPIO_WIFI_RESET , "wifi_rst"); -+ if (GPIO_WIFI_POWER > 0) -+ gpio_request(GPIO_WIFI_POWER, "wifi_power"); -+ -+#ifdef CONFIG_SDIO_HCI -+#if (defined(CONFIG_RTL8723B)) && (MP_DRIVER == 1) -+ if(rtw_mp_mode==1){ -+ DBG_871X("%s GPIO_BT_RESET pin special for mp_test\n", __func__); -+ if (GPIO_BT_RESET > 0) -+ gpio_request(GPIO_BT_RESET , "bt_rst"); -+ } -+#endif -+#endif -+ return 0; -+} -+ -+int rtw_wifi_gpio_deinit(void) -+{ -+#ifdef CONFIG_GSPI_HCI -+ if (GPIO_WIFI_IRQ > 0) -+ gpio_free(GPIO_WIFI_IRQ); -+#endif -+ if (GPIO_WIFI_RESET > 0) -+ gpio_free(GPIO_WIFI_RESET ); -+ if (GPIO_WIFI_POWER > 0) -+ gpio_free(GPIO_WIFI_POWER); -+ -+#ifdef CONFIG_SDIO_HCI -+#if ( defined(CONFIG_RTL8723B)) && (MP_DRIVER == 1) -+ if(rtw_mp_mode==1){ -+ DBG_871X("%s GPIO_BT_RESET pin special for mp_test\n", __func__); -+ if (GPIO_BT_RESET > 0) -+ gpio_free(GPIO_BT_RESET); -+ } -+#endif -+#endif -+ return 0; -+} -+ -+/* Customer function to control hw specific wlan gpios */ -+void rtw_wifi_gpio_wlan_ctrl(int onoff) -+{ -+ switch (onoff) -+ { -+ case WLAN_PWDN_OFF: -+ DBG_8192C("%s: call customer specific GPIO(%d) to set wifi power down pin to 0\n", -+ __FUNCTION__, GPIO_WIFI_RESET); -+ -+#ifndef CONFIG_DONT_BUS_SCAN -+ if (GPIO_WIFI_RESET > 0) -+ gpio_direction_output(GPIO_WIFI_RESET , 0); -+#endif -+ break; -+ -+ case WLAN_PWDN_ON: -+ DBG_8192C("%s: callc customer specific GPIO(%d) to set wifi power down pin to 1\n", -+ __FUNCTION__, GPIO_WIFI_RESET); -+ -+ if (GPIO_WIFI_RESET > 0) -+ gpio_direction_output(GPIO_WIFI_RESET , 1); -+ break; -+ -+ case WLAN_POWER_OFF: -+ break; -+ -+ case WLAN_POWER_ON: -+ break; -+#ifdef CONFIG_SDIO_HCI -+#if ( defined(CONFIG_RTL8723B)) && (MP_DRIVER == 1) -+ case WLAN_BT_PWDN_OFF: -+ if(rtw_mp_mode==1) -+ { -+ DBG_871X("%s: call customer specific GPIO to set wifi power down pin to 0\n", -+ __FUNCTION__); -+ if (GPIO_BT_RESET > 0) -+ gpio_direction_output(GPIO_BT_RESET , 0); -+ } -+ break; -+ -+ case WLAN_BT_PWDN_ON: -+ if(rtw_mp_mode==1) -+ { -+ DBG_871X("%s: callc customer specific GPIO to set wifi power down pin to 1 %x\n", -+ __FUNCTION__, GPIO_BT_RESET); -+ -+ if (GPIO_BT_RESET > 0) -+ gpio_direction_output(GPIO_BT_RESET , 1); -+ } -+ break; -+#endif -+#endif -+ } -+} -+ -+#else //ANDROID_2X -+ -+#include -+ -+#ifdef CONFIG_RTL8188E -+extern int sprd_3rdparty_gpio_wifi_power; -+#endif -+extern int sprd_3rdparty_gpio_wifi_pwd; -+#if defined(CONFIG_RTL8723B) -+extern int sprd_3rdparty_gpio_bt_reset; -+#endif -+ -+int rtw_wifi_gpio_init(void) -+{ -+#if defined(CONFIG_RTL8723B) -+ if (sprd_3rdparty_gpio_bt_reset > 0) -+ gpio_direction_output(sprd_3rdparty_gpio_bt_reset, 1); -+#endif -+ -+ return 0; -+} -+ -+int rtw_wifi_gpio_deinit(void) -+{ -+ return 0; -+} -+ -+/* Customer function to control hw specific wlan gpios */ -+void rtw_wifi_gpio_wlan_ctrl(int onoff) -+{ -+ switch (onoff) -+ { -+ case WLAN_PWDN_OFF: -+ DBG_8192C("%s: call customer specific GPIO to set wifi power down pin to 0\n", -+ __FUNCTION__); -+ if (sprd_3rdparty_gpio_wifi_pwd > 0) -+ { -+ gpio_set_value(sprd_3rdparty_gpio_wifi_pwd, 0); -+ } -+ -+ if (sprd_3rdparty_gpio_wifi_pwd == 60) { -+ DBG_8192C("%s: turn off VSIM2 2.8V\n", __func__); -+ LDO_TurnOffLDO(LDO_LDO_SIM2); -+ } -+ break; -+ -+ case WLAN_PWDN_ON: -+ DBG_8192C("%s: callc customer specific GPIO to set wifi power down pin to 1\n", -+ __FUNCTION__); -+ if (sprd_3rdparty_gpio_wifi_pwd == 60) { -+ DBG_8192C("%s: turn on VSIM2 2.8V\n", __func__); -+ LDO_SetVoltLevel(LDO_LDO_SIM2, LDO_VOLT_LEVEL0); -+ LDO_TurnOnLDO(LDO_LDO_SIM2); -+ } -+ if (sprd_3rdparty_gpio_wifi_pwd > 0) -+ { -+ gpio_set_value(sprd_3rdparty_gpio_wifi_pwd, 1); -+ } -+ break; -+ -+ case WLAN_POWER_OFF: -+#ifdef CONFIG_RTL8188E -+#ifdef CONFIG_WIF1_LDO -+ DBG_8192C("%s: turn off VDD-WIFI0 1.2V\n", __FUNCTION__); -+ LDO_TurnOffLDO(LDO_LDO_WIF1); -+#endif //CONFIG_WIF1_LDO -+ -+ DBG_8192C("%s: turn off VDD-WIFI0 3.3V\n", __FUNCTION__); -+ LDO_TurnOffLDO(LDO_LDO_WIF0); -+ -+ DBG_8192C("%s: call customer specific GPIO(%d) to turn off wifi power\n", -+ __FUNCTION__, sprd_3rdparty_gpio_wifi_power); -+ if (sprd_3rdparty_gpio_wifi_power != 65535) -+ gpio_set_value(sprd_3rdparty_gpio_wifi_power, 0); -+#endif -+ break; -+ -+ case WLAN_POWER_ON: -+#ifdef CONFIG_RTL8188E -+ DBG_8192C("%s: call customer specific GPIO(%d) to turn on wifi power\n", -+ __FUNCTION__, sprd_3rdparty_gpio_wifi_power); -+ if (sprd_3rdparty_gpio_wifi_power != 65535) -+ gpio_set_value(sprd_3rdparty_gpio_wifi_power, 1); -+ -+ DBG_8192C("%s: turn on VDD-WIFI0 3.3V\n", __FUNCTION__); -+ LDO_TurnOnLDO(LDO_LDO_WIF0); -+ LDO_SetVoltLevel(LDO_LDO_WIF0,LDO_VOLT_LEVEL1); -+ -+#ifdef CONFIG_WIF1_LDO -+ DBG_8192C("%s: turn on VDD-WIFI1 1.2V\n", __func__); -+ LDO_TurnOnLDO(LDO_LDO_WIF1); -+ LDO_SetVoltLevel(LDO_LDO_WIF1,LDO_VOLT_LEVEL3); -+#endif //CONFIG_WIF1_LDO -+#endif -+ break; -+ -+ case WLAN_BT_PWDN_OFF: -+ DBG_8192C("%s: call customer specific GPIO to set bt power down pin to 0\n", -+ __FUNCTION__); -+#if defined(CONFIG_RTL8723B) -+ if (sprd_3rdparty_gpio_bt_reset > 0) -+ gpio_set_value(sprd_3rdparty_gpio_bt_reset, 0); -+#endif -+ break; -+ -+ case WLAN_BT_PWDN_ON: -+ DBG_8192C("%s: callc customer specific GPIO to set bt power down pin to 1\n", -+ __FUNCTION__); -+#if defined(CONFIG_RTL8723B) -+ if (sprd_3rdparty_gpio_bt_reset > 0) -+ gpio_set_value(sprd_3rdparty_gpio_bt_reset, 1); -+#endif -+ break; -+ } -+} -+#endif //ANDROID_2X -+ -+#elif defined(CONFIG_PLATFORM_ARM_RK3066) -+#include -+ -+#define GPIO_WIFI_IRQ RK30_PIN2_PC2 -+extern unsigned int oob_irq; -+int rtw_wifi_gpio_init(void) -+{ -+#ifdef CONFIG_GSPI_HCI -+ if (GPIO_WIFI_IRQ > 0) { -+ rk30_mux_api_set(GPIO2C2_LCDC1DATA18_SMCBLSN1_HSADCDATA5_NAME, GPIO2C_GPIO2C2);//jacky_test -+ gpio_request(GPIO_WIFI_IRQ, "oob_irq"); -+ gpio_direction_input(GPIO_WIFI_IRQ); -+ -+ oob_irq = gpio_to_irq(GPIO_WIFI_IRQ); -+ -+ DBG_8192C("%s oob_irq:%d\n", __func__, oob_irq); -+ } -+#endif -+ return 0; -+} -+ -+ -+int rtw_wifi_gpio_deinit(void) -+{ -+#ifdef CONFIG_GSPI_HCI -+ if (GPIO_WIFI_IRQ > 0) -+ gpio_free(GPIO_WIFI_IRQ); -+#endif -+ return 0; -+} -+ -+void rtw_wifi_gpio_wlan_ctrl(int onoff) -+{ -+} -+ -+#ifdef CONFIG_GPIO_API -+//this is a demo for extending GPIO pin[7] as interrupt mode -+struct net_device * rtl_net; -+extern int rtw_register_gpio_interrupt(struct net_device *netdev, int gpio_num, void(*callback)(u8 level)); -+extern int rtw_disable_gpio_interrupt(struct net_device *netdev, int gpio_num); -+void gpio_int(u8 is_high) -+{ -+ DBG_8192C("%s level=%d\n",__func__, is_high); -+} -+int register_net_gpio_init(void) -+{ -+ rtl_net = dev_get_by_name(&init_net,"wlan0"); -+ if(!rtl_net) -+ { -+ DBG_871X_LEVEL(_drv_always_, "rtl_net init fail!\n"); -+ return -1; -+ } -+ return rtw_register_gpio_interrupt(rtl_net,7, gpio_int); -+} -+int unregister_net_gpio_init(void) -+{ -+ rtl_net = dev_get_by_name(&init_net,"wlan0"); -+ if(!rtl_net) -+ { -+ DBG_871X_LEVEL(_drv_always_, "rtl_net init fail!\n"); -+ return -1; -+ } -+ return rtw_disable_gpio_interrupt(rtl_net,7); -+} -+#endif -+ -+#else -+ -+int rtw_wifi_gpio_init(void) -+{ -+ return 0; -+} -+ -+void rtw_wifi_gpio_wlan_ctrl(int onoff) -+{ -+} -+#endif //CONFIG_PLATFORM_SPRD -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.c linux/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.c 2017-06-07 23:07:21.045690674 +0300 -@@ -0,0 +1,6798 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _IOCTL_CFG80211_C_ -+ -+#include -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)) -+#define STATION_INFO_SIGNAL BIT(NL80211_STA_INFO_SIGNAL) -+#define STATION_INFO_TX_BITRATE BIT(NL80211_STA_INFO_TX_BITRATE) -+#define STATION_INFO_RX_PACKETS BIT(NL80211_STA_INFO_RX_PACKETS) -+#define STATION_INFO_TX_PACKETS BIT(NL80211_STA_INFO_TX_PACKETS) -+#define STATION_INFO_ASSOC_REQ_IES 0 -+#endif /* Linux kernel >= 4.0.0 */ -+ -+#include -+ -+#define RTW_MAX_MGMT_TX_CNT (8) -+#define RTW_MAX_MGMT_TX_MS_GAS (500) -+ -+#define RTW_SCAN_IE_LEN_MAX 2304 -+#define RTW_MAX_REMAIN_ON_CHANNEL_DURATION 5000 //ms -+#define RTW_MAX_NUM_PMKIDS 4 -+ -+#define RTW_CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */ -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ -+#ifndef WLAN_CIPHER_SUITE_SMS4 -+#define WLAN_CIPHER_SUITE_SMS4 0x00147201 -+#endif -+ -+#ifndef WLAN_AKM_SUITE_WAPI_PSK -+#define WLAN_AKM_SUITE_WAPI_PSK 0x000FAC04 -+#endif -+ -+#ifndef WLAN_AKM_SUITE_WAPI_CERT -+#define WLAN_AKM_SUITE_WAPI_CERT 0x000FAC12 -+#endif -+ -+#ifndef NL80211_WAPI_VERSION_1 -+#define NL80211_WAPI_VERSION_1 (1 << 2) -+#endif -+ -+#endif -+ -+#ifdef CONFIG_PLATFORM_ARM_SUN8I -+#define BUSY_TRAFFIC_SCAN_DENY_PERIOD 8000 -+#else -+#define BUSY_TRAFFIC_SCAN_DENY_PERIOD 12000 -+#endif -+ -+static const u32 rtw_cipher_suites[] = { -+ WLAN_CIPHER_SUITE_WEP40, -+ WLAN_CIPHER_SUITE_WEP104, -+ WLAN_CIPHER_SUITE_TKIP, -+ WLAN_CIPHER_SUITE_CCMP, -+#ifdef CONFIG_WAPI_SUPPORT -+ WLAN_CIPHER_SUITE_SMS4, -+#endif // CONFIG_WAPI_SUPPORT -+#ifdef CONFIG_IEEE80211W -+ WLAN_CIPHER_SUITE_AES_CMAC, -+#endif //CONFIG_IEEE80211W -+}; -+ -+#define RATETAB_ENT(_rate, _rateid, _flags) \ -+ { \ -+ .bitrate = (_rate), \ -+ .hw_value = (_rateid), \ -+ .flags = (_flags), \ -+ } -+ -+#define CHAN2G(_channel, _freq, _flags) { \ -+ .band = IEEE80211_BAND_2GHZ, \ -+ .center_freq = (_freq), \ -+ .hw_value = (_channel), \ -+ .flags = (_flags), \ -+ .max_antenna_gain = 0, \ -+ .max_power = 30, \ -+} -+ -+#define CHAN5G(_channel, _flags) { \ -+ .band = IEEE80211_BAND_5GHZ, \ -+ .center_freq = 5000 + (5 * (_channel)), \ -+ .hw_value = (_channel), \ -+ .flags = (_flags), \ -+ .max_antenna_gain = 0, \ -+ .max_power = 30, \ -+} -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)) -+/* if wowlan is not supported, kernel generate a disconnect at each suspend -+ * cf: /net/wireless/sysfs.c, so register a stub wowlan. -+ * Moreover wowlan has to be enabled via a the nl80211_set_wowlan callback. -+ * (from user space, e.g. iw phy0 wowlan enable) -+ */ -+static const struct wiphy_wowlan_support wowlan_stub = { -+ .flags = WIPHY_WOWLAN_ANY, -+ .n_patterns = 0, -+ .pattern_max_len = 0, -+ .pattern_min_len = 0, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 10, 0)) -+ .max_pkt_offset = 0, -+#endif -+}; -+#endif -+ -+static struct ieee80211_rate rtw_rates[] = { -+ RATETAB_ENT(10, 0x1, 0), -+ RATETAB_ENT(20, 0x2, 0), -+ RATETAB_ENT(55, 0x4, 0), -+ RATETAB_ENT(110, 0x8, 0), -+ RATETAB_ENT(60, 0x10, 0), -+ RATETAB_ENT(90, 0x20, 0), -+ RATETAB_ENT(120, 0x40, 0), -+ RATETAB_ENT(180, 0x80, 0), -+ RATETAB_ENT(240, 0x100, 0), -+ RATETAB_ENT(360, 0x200, 0), -+ RATETAB_ENT(480, 0x400, 0), -+ RATETAB_ENT(540, 0x800, 0), -+}; -+ -+#define rtw_a_rates (rtw_rates + 4) -+#define RTW_A_RATES_NUM 8 -+#define rtw_g_rates (rtw_rates + 0) -+#define RTW_G_RATES_NUM 12 -+ -+#define RTW_2G_CHANNELS_NUM 14 -+#define RTW_5G_CHANNELS_NUM 37 -+ -+static struct ieee80211_channel rtw_2ghz_channels[] = { -+ CHAN2G(1, 2412, 0), -+ CHAN2G(2, 2417, 0), -+ CHAN2G(3, 2422, 0), -+ CHAN2G(4, 2427, 0), -+ CHAN2G(5, 2432, 0), -+ CHAN2G(6, 2437, 0), -+ CHAN2G(7, 2442, 0), -+ CHAN2G(8, 2447, 0), -+ CHAN2G(9, 2452, 0), -+ CHAN2G(10, 2457, 0), -+ CHAN2G(11, 2462, 0), -+ CHAN2G(12, 2467, 0), -+ CHAN2G(13, 2472, 0), -+ CHAN2G(14, 2484, 0), -+}; -+ -+static struct ieee80211_channel rtw_5ghz_a_channels[] = { -+ CHAN5G(34, 0), CHAN5G(36, 0), -+ CHAN5G(38, 0), CHAN5G(40, 0), -+ CHAN5G(42, 0), CHAN5G(44, 0), -+ CHAN5G(46, 0), CHAN5G(48, 0), -+ CHAN5G(52, 0), CHAN5G(56, 0), -+ CHAN5G(60, 0), CHAN5G(64, 0), -+ CHAN5G(100, 0), CHAN5G(104, 0), -+ CHAN5G(108, 0), CHAN5G(112, 0), -+ CHAN5G(116, 0), CHAN5G(120, 0), -+ CHAN5G(124, 0), CHAN5G(128, 0), -+ CHAN5G(132, 0), CHAN5G(136, 0), -+ CHAN5G(140, 0), CHAN5G(149, 0), -+ CHAN5G(153, 0), CHAN5G(157, 0), -+ CHAN5G(161, 0), CHAN5G(165, 0), -+ CHAN5G(184, 0), CHAN5G(188, 0), -+ CHAN5G(192, 0), CHAN5G(196, 0), -+ CHAN5G(200, 0), CHAN5G(204, 0), -+ CHAN5G(208, 0), CHAN5G(212, 0), -+ CHAN5G(216, 0), -+}; -+ -+ -+void rtw_2g_channels_init(struct ieee80211_channel *channels) -+{ -+ _rtw_memcpy((void*)channels, (void*)rtw_2ghz_channels, -+ sizeof(struct ieee80211_channel)*RTW_2G_CHANNELS_NUM -+ ); -+} -+ -+void rtw_5g_channels_init(struct ieee80211_channel *channels) -+{ -+ _rtw_memcpy((void*)channels, (void*)rtw_5ghz_a_channels, -+ sizeof(struct ieee80211_channel)*RTW_5G_CHANNELS_NUM -+ ); -+} -+ -+void rtw_2g_rates_init(struct ieee80211_rate *rates) -+{ -+ _rtw_memcpy(rates, rtw_g_rates, -+ sizeof(struct ieee80211_rate)*RTW_G_RATES_NUM -+ ); -+} -+ -+void rtw_5g_rates_init(struct ieee80211_rate *rates) -+{ -+ _rtw_memcpy(rates, rtw_a_rates, -+ sizeof(struct ieee80211_rate)*RTW_A_RATES_NUM -+ ); -+} -+ -+struct ieee80211_supported_band *rtw_spt_band_alloc( -+ enum ieee80211_band band -+ ) -+{ -+ struct ieee80211_supported_band *spt_band = NULL; -+ int n_channels, n_bitrates; -+ -+ if(band == IEEE80211_BAND_2GHZ) -+ { -+ n_channels = RTW_2G_CHANNELS_NUM; -+ n_bitrates = RTW_G_RATES_NUM; -+ } -+ else if(band == IEEE80211_BAND_5GHZ) -+ { -+ n_channels = RTW_5G_CHANNELS_NUM; -+ n_bitrates = RTW_A_RATES_NUM; -+ } -+ else -+ { -+ goto exit; -+ } -+ -+ spt_band = (struct ieee80211_supported_band *)rtw_zmalloc( -+ sizeof(struct ieee80211_supported_band) -+ + sizeof(struct ieee80211_channel)*n_channels -+ + sizeof(struct ieee80211_rate)*n_bitrates -+ ); -+ if(!spt_band) -+ goto exit; -+ -+ spt_band->channels = (struct ieee80211_channel*)(((u8*)spt_band)+sizeof(struct ieee80211_supported_band)); -+ spt_band->bitrates= (struct ieee80211_rate*)(((u8*)spt_band->channels)+sizeof(struct ieee80211_channel)*n_channels); -+ spt_band->band = band; -+ spt_band->n_channels = n_channels; -+ spt_band->n_bitrates = n_bitrates; -+ -+ if(band == IEEE80211_BAND_2GHZ) -+ { -+ rtw_2g_channels_init(spt_band->channels); -+ rtw_2g_rates_init(spt_band->bitrates); -+ } -+ else if(band == IEEE80211_BAND_5GHZ) -+ { -+ rtw_5g_channels_init(spt_band->channels); -+ rtw_5g_rates_init(spt_band->bitrates); -+ } -+ -+ //spt_band.ht_cap -+ -+exit: -+ -+ return spt_band; -+} -+ -+void rtw_spt_band_free(struct ieee80211_supported_band *spt_band) -+{ -+ u32 size = 0; -+ -+ if(!spt_band) -+ return; -+ -+ if(spt_band->band == IEEE80211_BAND_2GHZ) -+ { -+ size = sizeof(struct ieee80211_supported_band) -+ + sizeof(struct ieee80211_channel)*RTW_2G_CHANNELS_NUM -+ + sizeof(struct ieee80211_rate)*RTW_G_RATES_NUM; -+ } -+ else if(spt_band->band == IEEE80211_BAND_5GHZ) -+ { -+ size = sizeof(struct ieee80211_supported_band) -+ + sizeof(struct ieee80211_channel)*RTW_5G_CHANNELS_NUM -+ + sizeof(struct ieee80211_rate)*RTW_A_RATES_NUM; -+ } -+ else -+ { -+ -+ } -+ rtw_mfree((u8*)spt_band, size); -+} -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+static const struct ieee80211_txrx_stypes -+rtw_cfg80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = { -+ [NL80211_IFTYPE_ADHOC] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+ [NL80211_IFTYPE_STATION] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ACTION >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) -+ }, -+ [NL80211_IFTYPE_AP] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_REASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) | -+ BIT(IEEE80211_STYPE_DISASSOC >> 4) | -+ BIT(IEEE80211_STYPE_AUTH >> 4) | -+ BIT(IEEE80211_STYPE_DEAUTH >> 4) | -+ BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+ [NL80211_IFTYPE_AP_VLAN] = { -+ /* copy AP */ -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_REASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) | -+ BIT(IEEE80211_STYPE_DISASSOC >> 4) | -+ BIT(IEEE80211_STYPE_AUTH >> 4) | -+ BIT(IEEE80211_STYPE_DEAUTH >> 4) | -+ BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+ [NL80211_IFTYPE_P2P_CLIENT] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ACTION >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) -+ }, -+ [NL80211_IFTYPE_P2P_GO] = { -+ .tx = 0xffff, -+ .rx = BIT(IEEE80211_STYPE_ASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_REASSOC_REQ >> 4) | -+ BIT(IEEE80211_STYPE_PROBE_REQ >> 4) | -+ BIT(IEEE80211_STYPE_DISASSOC >> 4) | -+ BIT(IEEE80211_STYPE_AUTH >> 4) | -+ BIT(IEEE80211_STYPE_DEAUTH >> 4) | -+ BIT(IEEE80211_STYPE_ACTION >> 4) -+ }, -+}; -+#endif -+ -+static u64 rtw_get_systime_us(void) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39)) -+ struct timespec ts; -+ get_monotonic_boottime(&ts); -+ return ((u64)ts.tv_sec*1000000) + ts.tv_nsec / 1000; -+#else -+ struct timeval tv; -+ do_gettimeofday(&tv); -+ return ((u64)tv.tv_sec*1000000) + tv.tv_usec; -+#endif -+} -+ -+#define MAX_BSSINFO_LEN 1000 -+struct cfg80211_bss *rtw_cfg80211_inform_bss(_adapter *padapter, struct wlan_network *pnetwork) -+{ -+ struct ieee80211_channel *notify_channel; -+ struct cfg80211_bss *bss = NULL; -+ //struct ieee80211_supported_band *band; -+ u16 channel; -+ u32 freq; -+ u64 notify_timestamp; -+ u16 notify_capability; -+ u16 notify_interval; -+ u8 *notify_ie; -+ size_t notify_ielen; -+ s32 notify_signal; -+ //u8 buf[MAX_BSSINFO_LEN]; -+ -+ u8 *pbuf; -+ size_t buf_size = MAX_BSSINFO_LEN; -+ size_t len,bssinf_len=0; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ u8 bc_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ -+ struct wireless_dev *wdev = padapter->rtw_wdev; -+ struct wiphy *wiphy = wdev->wiphy; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ pbuf = rtw_zmalloc(buf_size); -+ if(pbuf == NULL){ -+ DBG_871X("%s pbuf allocate failed !! \n",__FUNCTION__); -+ return bss; -+ } -+ -+ //DBG_8192C("%s\n", __func__); -+ -+ bssinf_len = pnetwork->network.IELength+sizeof (struct rtw_ieee80211_hdr_3addr); -+ if(bssinf_len > buf_size){ -+ DBG_871X("%s IE Length too long > %zu byte \n",__FUNCTION__,buf_size); -+ goto exit; -+ } -+ -+#ifndef CONFIG_WAPI_SUPPORT -+ { -+ u16 wapi_len = 0; -+ -+ if(rtw_get_wapi_ie(pnetwork->network.IEs, pnetwork->network.IELength, NULL, &wapi_len)>0) -+ { -+ if(wapi_len > 0) -+ { -+ DBG_871X("%s, no support wapi!\n",__FUNCTION__); -+ goto exit; -+ } -+ } -+ } -+#endif //!CONFIG_WAPI_SUPPORT -+ -+ //To reduce PBC Overlap rate -+ //_enter_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+ if(adapter_wdev_data(padapter)->scan_request != NULL) -+ { -+ u8 *psr=NULL, sr = 0; -+ NDIS_802_11_SSID *pssid = &pnetwork->network.Ssid; -+ struct cfg80211_scan_request *request = adapter_wdev_data(padapter)->scan_request; -+ struct cfg80211_ssid *ssids = request->ssids; -+ u32 wpsielen=0; -+ u8 *wpsie=NULL; -+ -+ wpsie = rtw_get_wps_ie(pnetwork->network.IEs+_FIXED_IE_LENGTH_, pnetwork->network.IELength-_FIXED_IE_LENGTH_, NULL, &wpsielen); -+ -+ if(wpsie && wpsielen>0) -+ psr = rtw_get_wps_attr_content(wpsie, wpsielen, WPS_ATTR_SELECTED_REGISTRAR, (u8*)(&sr), NULL); -+ -+ if (sr != 0) -+ { -+ if(request->n_ssids == 1 && request->n_channels == 1) // it means under processing WPS -+ { -+ DBG_8192C("ssid=%s, len=%d\n", pssid->Ssid, pssid->SsidLength); -+ -+ if (ssids[0].ssid_len == 0) { -+ } -+ else if(pssid->SsidLength == ssids[0].ssid_len && -+ _rtw_memcmp(pssid->Ssid, ssids[0].ssid, ssids[0].ssid_len)) -+ { -+ DBG_871X("%s, got sr and ssid match!\n", __func__); -+ } -+ else -+ { -+ if(psr !=NULL) -+ *psr = 0; //clear sr -+ -+#if 0 -+ WLAN_BSSID_EX *pselect_network = &pnetwork->network; -+ struct cfg80211_bss *pselect_bss = NULL; -+ struct ieee80211_channel *notify_channel = NULL; -+ u32 freq; -+ -+ DBG_871X("%s, got sr, but ssid mismatch, to remove this bss\n", __func__); -+ -+ freq = rtw_ch2freq(pselect_network->Configuration.DSConfig); -+ notify_channel = ieee80211_get_channel(wiphy, freq); -+ pselect_bss = cfg80211_get_bss(wiphy, NULL/*notify_channel*/, -+ pselect_network->MacAddress, pselect_network->Ssid.Ssid, -+ pselect_network->Ssid.SsidLength, 0/*WLAN_CAPABILITY_ESS*/, -+ 0/*WLAN_CAPABILITY_ESS*/); -+ -+ if(pselect_bss) -+ { -+ DBG_871X("%s, got bss for cfg80211 for unlinking bss\n", __func__); -+ -+ cfg80211_unlink_bss(wiphy, pselect_bss); -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) -+ cfg80211_put_bss(wiphy, pselect_bss); -+#else -+ cfg80211_put_bss(pselect_bss); -+#endif -+ -+ } -+ -+ goto exit; -+#endif -+ } -+ } -+ } -+ } -+ //_exit_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+ -+ -+ channel = pnetwork->network.Configuration.DSConfig; -+ freq = rtw_ch2freq(channel); -+ notify_channel = ieee80211_get_channel(wiphy, freq); -+ -+ if (0) -+ notify_timestamp = le64_to_cpu(*(u64*)rtw_get_timestampe_from_ie(pnetwork->network.IEs)); -+ else -+ notify_timestamp = rtw_get_systime_us(); -+ -+ notify_interval = le16_to_cpu(*(u16*)rtw_get_beacon_interval_from_ie(pnetwork->network.IEs)); -+ notify_capability = le16_to_cpu(*(u16*)rtw_get_capability_from_ie(pnetwork->network.IEs)); -+ -+ notify_ie = pnetwork->network.IEs+_FIXED_IE_LENGTH_; -+ notify_ielen = pnetwork->network.IELength-_FIXED_IE_LENGTH_; -+ -+ //We've set wiphy's signal_type as CFG80211_SIGNAL_TYPE_MBM: signal strength in mBm (100*dBm) -+ if ( check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE && -+ is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { -+ notify_signal = 100*translate_percentage_to_dbm(padapter->recvpriv.signal_strength);//dbm -+ } else { -+ notify_signal = 100*translate_percentage_to_dbm(pnetwork->network.PhyInfo.SignalStrength);//dbm -+ } -+ -+ #if 0 -+ DBG_8192C("bssid: "MAC_FMT"\n", MAC_ARG(pnetwork->network.MacAddress)); -+ DBG_8192C("Channel: %d(%d)\n", channel, freq); -+ DBG_8192C("Capability: %X\n", notify_capability); -+ DBG_8192C("Beacon interval: %d\n", notify_interval); -+ DBG_8192C("Signal: %d\n", notify_signal); -+ DBG_8192C("notify_timestamp: %llu\n", notify_timestamp); -+ #endif -+ -+ //pbuf = buf; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pbuf; -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); -+ //pmlmeext->mgnt_seq++; -+ -+ if (pnetwork->network.Reserved[0] == 1) { // WIFI_BEACON -+ _rtw_memcpy(pwlanhdr->addr1, bc_addr, ETH_ALEN); -+ SetFrameSubType(pbuf, WIFI_BEACON); -+ } else { -+ _rtw_memcpy(pwlanhdr->addr1, adapter_mac_addr(padapter), ETH_ALEN); -+ SetFrameSubType(pbuf, WIFI_PROBERSP); -+ } -+ -+ _rtw_memcpy(pwlanhdr->addr2, pnetwork->network.MacAddress, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pnetwork->network.MacAddress, ETH_ALEN); -+ -+ -+ //pbuf += sizeof(struct rtw_ieee80211_hdr_3addr); -+ len = sizeof (struct rtw_ieee80211_hdr_3addr); -+ _rtw_memcpy((pbuf+len), pnetwork->network.IEs, pnetwork->network.IELength); -+ *((u64*)(pbuf+len)) = cpu_to_le64(notify_timestamp); -+ -+ len += pnetwork->network.IELength; -+ -+ //#ifdef CONFIG_P2P -+ //if(rtw_get_p2p_ie(pnetwork->network.IEs+12, pnetwork->network.IELength-12, NULL, NULL)) -+ //{ -+ // DBG_8192C("%s, got p2p_ie\n", __func__); -+ //} -+ //#endif -+ -+#if 1 -+ bss = cfg80211_inform_bss_frame(wiphy, notify_channel, (struct ieee80211_mgmt *)pbuf, -+ len, notify_signal, GFP_ATOMIC); -+#else -+ -+ bss = cfg80211_inform_bss(wiphy, notify_channel, (const u8 *)pnetwork->network.MacAddress, -+ notify_timestamp, notify_capability, notify_interval, notify_ie, -+ notify_ielen, notify_signal, GFP_ATOMIC/*GFP_KERNEL*/); -+#endif -+ -+ if (unlikely(!bss)) { -+ DBG_8192C(FUNC_ADPT_FMT" bss NULL\n", FUNC_ADPT_ARG(padapter)); -+ goto exit; -+ } -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)) -+#ifndef COMPAT_KERNEL_RELEASE -+ //patch for cfg80211, update beacon ies to information_elements -+ if (pnetwork->network.Reserved[0] == 1) { // WIFI_BEACON -+ -+ if(bss->len_information_elements != bss->len_beacon_ies) -+ { -+ bss->information_elements = bss->beacon_ies; -+ bss->len_information_elements = bss->len_beacon_ies; -+ } -+ } -+#endif //COMPAT_KERNEL_RELEASE -+#endif //LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38) -+ -+/* -+ { -+ if( bss->information_elements == bss->proberesp_ies) -+ { -+ if( bss->len_information_elements != bss->len_proberesp_ies) -+ { -+ DBG_8192C("error!, len_information_elements != bss->len_proberesp_ies\n"); -+ } -+ -+ } -+ else if(bss->len_information_elements < bss->len_beacon_ies) -+ { -+ bss->information_elements = bss->beacon_ies; -+ bss->len_information_elements = bss->len_beacon_ies; -+ } -+ } -+*/ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) -+ cfg80211_put_bss(wiphy, bss); -+#else -+ cfg80211_put_bss(bss); -+#endif -+ -+exit: -+ if(pbuf) -+ rtw_mfree(pbuf, buf_size); -+ return bss; -+ -+} -+ -+/* -+ Check the given bss is valid by kernel API cfg80211_get_bss() -+ @padapter : the given adapter -+ -+ return _TRUE if bss is valid, _FALSE for not found. -+*/ -+int rtw_cfg80211_check_bss(_adapter *padapter) -+{ -+ WLAN_BSSID_EX *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network); -+ struct cfg80211_bss *bss = NULL; -+ struct ieee80211_channel *notify_channel = NULL; -+ u32 freq; -+ -+ if (!(pnetwork) || !(padapter->rtw_wdev)) -+ return _FALSE; -+ -+ freq = rtw_ch2freq(pnetwork->Configuration.DSConfig); -+ notify_channel = ieee80211_get_channel(padapter->rtw_wdev->wiphy, freq); -+ bss = cfg80211_get_bss(padapter->rtw_wdev->wiphy, notify_channel, -+ pnetwork->MacAddress, pnetwork->Ssid.Ssid, -+ pnetwork->Ssid.SsidLength, -+ WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS); -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) -+ cfg80211_put_bss(padapter->rtw_wdev->wiphy, bss); -+#else -+ cfg80211_put_bss(bss); -+#endif -+ -+ return (bss!=NULL); -+} -+ -+void rtw_cfg80211_ibss_indicate_connect(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ struct cfg80211_bss *bss = NULL; -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 0)) -+ struct wiphy *wiphy = pwdev->wiphy; -+ int freq = 2412; -+ struct ieee80211_channel *notify_channel; -+#endif -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 0)) -+ freq = rtw_ch2freq(cur_network->network.Configuration.DSConfig); -+ -+ if (0) -+ DBG_871X("chan: %d, freq: %d\n", cur_network->network.Configuration.DSConfig, freq); -+#endif -+ -+ if (pwdev->iftype != NL80211_IFTYPE_ADHOC) -+ { -+ return; -+ } -+ -+ if (!rtw_cfg80211_check_bss(padapter)) { -+ WLAN_BSSID_EX *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network); -+ struct wlan_network *scanned = pmlmepriv->cur_network_scanned; -+ -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)==_TRUE) -+ { -+ -+ _rtw_memcpy(&cur_network->network, pnetwork, sizeof(WLAN_BSSID_EX)); -+ if(cur_network) -+ { -+ if (!rtw_cfg80211_inform_bss(padapter,cur_network)) -+ DBG_871X(FUNC_ADPT_FMT" inform fail !!\n", FUNC_ADPT_ARG(padapter)); -+ else -+ DBG_871X(FUNC_ADPT_FMT" inform success !!\n", FUNC_ADPT_ARG(padapter)); -+ } -+ else -+ { -+ DBG_871X("cur_network is not exist!!!\n"); -+ return ; -+ } -+ } -+ else -+ { -+ if(scanned == NULL) -+ rtw_warn_on(1); -+ -+ if (_rtw_memcmp(&(scanned->network.Ssid), &(pnetwork->Ssid), sizeof(NDIS_802_11_SSID)) == _TRUE -+ && _rtw_memcmp(scanned->network.MacAddress, pnetwork->MacAddress, sizeof(NDIS_802_11_MAC_ADDRESS)) == _TRUE -+ ) { -+ if (!rtw_cfg80211_inform_bss(padapter,scanned)) { -+ DBG_871X(FUNC_ADPT_FMT" inform fail !!\n", FUNC_ADPT_ARG(padapter)); -+ } else { -+ //DBG_871X(FUNC_ADPT_FMT" inform success !!\n", FUNC_ADPT_ARG(padapter)); -+ } -+ } else { -+ DBG_871X("scanned & pnetwork compare fail\n"); -+ rtw_warn_on(1); -+ } -+ } -+ -+ if (!rtw_cfg80211_check_bss(padapter)) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" BSS not found !!\n", FUNC_ADPT_ARG(padapter)); -+ } -+ //notify cfg80211 that device joined an IBSS -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 0)) -+ notify_channel = ieee80211_get_channel(wiphy, freq); -+ cfg80211_ibss_joined(padapter->pnetdev, cur_network->network.MacAddress, notify_channel, GFP_ATOMIC); -+#else -+ cfg80211_ibss_joined(padapter->pnetdev, cur_network->network.MacAddress, GFP_ATOMIC); -+#endif -+} -+ -+void rtw_cfg80211_indicate_connect(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif -+ struct cfg80211_bss *bss = NULL; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ if (pwdev->iftype != NL80211_IFTYPE_STATION -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ && pwdev->iftype != NL80211_IFTYPE_P2P_CLIENT -+ #endif -+ ) { -+ return; -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ return; -+ -+#ifdef CONFIG_P2P -+ if(pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_CLIENT); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ DBG_8192C("%s, role=%d, p2p_state=%d, pre_p2p_state=%d\n", __func__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), rtw_p2p_pre_state(pwdinfo)); -+ } -+ } -+#endif //CONFIG_P2P -+ -+ { -+ WLAN_BSSID_EX *pnetwork = &(padapter->mlmeextpriv.mlmext_info.network); -+ struct wlan_network *scanned = pmlmepriv->cur_network_scanned; -+ -+ //DBG_871X(FUNC_ADPT_FMT" BSS not found\n", FUNC_ADPT_ARG(padapter)); -+ -+ if(scanned == NULL) { -+ rtw_warn_on(1); -+ goto check_bss; -+ } -+ -+ if (_rtw_memcmp(scanned->network.MacAddress, pnetwork->MacAddress, sizeof(NDIS_802_11_MAC_ADDRESS)) == _TRUE -+ && _rtw_memcmp(&(scanned->network.Ssid), &(pnetwork->Ssid), sizeof(NDIS_802_11_SSID)) == _TRUE -+ ) { -+ if (!rtw_cfg80211_inform_bss(padapter,scanned)) { -+ DBG_871X(FUNC_ADPT_FMT" inform fail !!\n", FUNC_ADPT_ARG(padapter)); -+ } else { -+ //DBG_871X(FUNC_ADPT_FMT" inform success !!\n", FUNC_ADPT_ARG(padapter)); -+ } -+ } else { -+ DBG_871X("scanned: %s("MAC_FMT"), cur: %s("MAC_FMT")\n", -+ scanned->network.Ssid.Ssid, MAC_ARG(scanned->network.MacAddress), -+ pnetwork->Ssid.Ssid, MAC_ARG(pnetwork->MacAddress) -+ ); -+ rtw_warn_on(1); -+ } -+ } -+ -+check_bss: -+ if (!rtw_cfg80211_check_bss(padapter)) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" BSS not found !!\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (rtw_to_roam(padapter) > 0) { -+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 39) || defined(COMPAT_KERNEL_RELEASE) -+ struct wiphy *wiphy = pwdev->wiphy; -+ struct ieee80211_channel *notify_channel; -+ u32 freq; -+ u16 channel = cur_network->network.Configuration.DSConfig; -+ -+ freq = rtw_ch2freq(channel); -+ notify_channel = ieee80211_get_channel(wiphy, freq); -+ #endif -+ -+ DBG_871X(FUNC_ADPT_FMT" call cfg80211_roamed\n", FUNC_ADPT_ARG(padapter)); -+ cfg80211_roamed(padapter->pnetdev -+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 39) || defined(COMPAT_KERNEL_RELEASE) -+ , notify_channel -+ #endif -+ , cur_network->network.MacAddress -+ , pmlmepriv->assoc_req+sizeof(struct rtw_ieee80211_hdr_3addr)+2 -+ , pmlmepriv->assoc_req_len-sizeof(struct rtw_ieee80211_hdr_3addr)-2 -+ , pmlmepriv->assoc_rsp+sizeof(struct rtw_ieee80211_hdr_3addr)+6 -+ , pmlmepriv->assoc_rsp_len-sizeof(struct rtw_ieee80211_hdr_3addr)-6 -+ , GFP_ATOMIC); -+ } -+ else -+ { -+ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 11, 0) || defined(COMPAT_KERNEL_RELEASE) -+ DBG_8192C("pwdev->sme_state(b)=%d\n", pwdev->sme_state); -+ #endif -+ cfg80211_connect_result(padapter->pnetdev, cur_network->network.MacAddress -+ , pmlmepriv->assoc_req+sizeof(struct rtw_ieee80211_hdr_3addr)+2 -+ , pmlmepriv->assoc_req_len-sizeof(struct rtw_ieee80211_hdr_3addr)-2 -+ , pmlmepriv->assoc_rsp+sizeof(struct rtw_ieee80211_hdr_3addr)+6 -+ , pmlmepriv->assoc_rsp_len-sizeof(struct rtw_ieee80211_hdr_3addr)-6 -+ , WLAN_STATUS_SUCCESS, GFP_ATOMIC); -+ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 11, 0) || defined(COMPAT_KERNEL_RELEASE) -+ DBG_8192C("pwdev->sme_state(a)=%d\n", pwdev->sme_state); -+ #endif -+ } -+} -+ -+void rtw_cfg80211_indicate_disconnect(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (pwdev->iftype != NL80211_IFTYPE_STATION -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ && pwdev->iftype != NL80211_IFTYPE_P2P_CLIENT -+ #endif -+ ) { -+ return; -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ return; -+ -+#ifdef CONFIG_P2P -+ if( pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ -+ DBG_8192C("%s, role=%d, p2p_state=%d, pre_p2p_state=%d\n", __func__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), rtw_p2p_pre_state(pwdinfo)); -+ } -+ } -+#endif //CONFIG_P2P -+ -+ if (!padapter->mlmepriv.not_indic_disco || padapter->ndev_unregistering) { -+ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 11, 0) || defined(COMPAT_KERNEL_RELEASE) -+ DBG_8192C("pwdev->sme_state(b)=%d\n", pwdev->sme_state); -+ -+ if(pwdev->sme_state==CFG80211_SME_CONNECTING) -+ cfg80211_connect_result(padapter->pnetdev, NULL, NULL, 0, NULL, 0, -+ WLAN_STATUS_UNSPECIFIED_FAILURE, GFP_ATOMIC/*GFP_KERNEL*/); -+ else if(pwdev->sme_state==CFG80211_SME_CONNECTED) -+ cfg80211_disconnected(padapter->pnetdev, 0, NULL, 0, GFP_ATOMIC); -+ //else -+ //DBG_8192C("pwdev->sme_state=%d\n", pwdev->sme_state); -+ -+ DBG_8192C("pwdev->sme_state(a)=%d\n", pwdev->sme_state); -+ #else -+ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED)) { -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)) -+ u8 locally_generated = 1; -+ DBG_871X(FUNC_ADPT_FMT" call cfg80211_disconnected\n", FUNC_ADPT_ARG(padapter)); -+ cfg80211_disconnected(padapter->pnetdev, 0, NULL, 0, locally_generated, GFP_ATOMIC); -+#else -+ DBG_871X(FUNC_ADPT_FMT" call cfg80211_disconnected\n", FUNC_ADPT_ARG(padapter)); -+ cfg80211_disconnected(padapter->pnetdev, 0, NULL, 0, GFP_ATOMIC); -+#endif -+ } else { -+ DBG_871X(FUNC_ADPT_FMT" call cfg80211_connect_result\n", FUNC_ADPT_ARG(padapter)); -+ cfg80211_connect_result(padapter->pnetdev, NULL, NULL, 0, NULL, 0, -+ WLAN_STATUS_UNSPECIFIED_FAILURE, GFP_ATOMIC); -+ } -+ #endif -+ } -+} -+ -+ -+#ifdef CONFIG_AP_MODE -+static int rtw_cfg80211_ap_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len,wep_total_len; -+ struct sta_info *psta = NULL, *pbcmc_sta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_8192C("%s\n", __FUNCTION__); -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ //sizeof(struct ieee_param) = 64 bytes; -+ //if (param_len != (u32) ((u8 *) param->u.crypt.key - (u8 *) param) + param->u.crypt.key_len) -+ if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ if (param->u.crypt.idx >= WEP_KEYS -+#ifdef CONFIG_IEEE80211W -+ && param->u.crypt.idx > BIP_MAX_KEYID -+#endif /* CONFIG_IEEE80211W */ -+ ) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if(!psta) -+ { -+ //ret = -EINVAL; -+ DBG_8192C("rtw_set_encryption(), sta has already been removed or never been added\n"); -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "none") == 0 && (psta==NULL)) -+ { -+ //todo:clear default encryption keys -+ -+ DBG_8192C("clear default encryption keys, keyid=%d\n", param->u.crypt.idx); -+ -+ goto exit; -+ } -+ -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0 && (psta==NULL)) -+ { -+ DBG_8192C("r871x_set_encryption, crypt.alg = WEP\n"); -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ DBG_8192C("r871x_set_encryption, wep_key_idx=%d, len=%d\n", wep_key_idx, wep_key_len); -+ -+ if((wep_key_idx >= WEP_KEYS) || (wep_key_len<=0)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ } -+ -+ if (psecuritypriv->bWepDefaultKeyIdxSet == 0) -+ { -+ //wep default key has not been set, so use this key index as default key. -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ psecuritypriv->dot11PrivacyAlgrthm=_WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy=_WEP40_; -+ -+ if(wep_key_len == 13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm=_WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy=_WEP104_; -+ } -+ -+ psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; -+ } -+ -+ _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), param->u.crypt.key, wep_key_len); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; -+ -+ rtw_ap_set_wep_key(padapter, param->u.crypt.key, wep_key_len, wep_key_idx, 1); -+ -+ goto exit; -+ -+ } -+ -+ -+ if(!psta && check_fwstate(pmlmepriv, WIFI_AP_STATE)) // //group key -+ { -+ if(param->u.crypt.set_tx == 0) //group key -+ { -+ if(strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_8192C("%s, set group_key, WEP\n", __FUNCTION__); -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if(param->u.crypt.key_len==13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_8192C("%s, set group_key, TKIP\n", __FUNCTION__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ //DEBUG_ERR("set key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len); -+ //set mic key -+ _rtw_memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = _TRUE; -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ DBG_8192C("%s, set group_key, CCMP\n", __FUNCTION__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+#ifdef CONFIG_IEEE80211W -+ else if (strcmp(param->u.crypt.alg, "BIP") == 0) { -+ int no; -+ -+ DBG_871X("BIP key_len=%d , index=%d\n", param->u.crypt.key_len, param->u.crypt.idx); -+ /* save the IGTK key, length 16 bytes */ -+ _rtw_memcpy(padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len > 16 ? 16:param->u.crypt.key_len)); -+ /* DBG_871X("IGTK key below:\n"); -+ for(no=0;no<16;no++) -+ printk(" %02x ", padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey[no]); -+ DBG_871X("\n"); */ -+ padapter->securitypriv.dot11wBIPKeyid = param->u.crypt.idx; -+ padapter->securitypriv.binstallBIPkey = _TRUE; -+ DBG_871X(" ~~~~set sta key:IGKT\n"); -+ goto exit; -+ } -+#endif /* CONFIG_IEEE80211W */ -+ else -+ { -+ DBG_8192C("%s, set group_key, none\n", __FUNCTION__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = _TRUE; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;//!!! -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta=rtw_get_bcmc_stainfo(padapter); -+ if(pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = _FALSE; -+ pbcmc_sta->dot118021XPrivacy= psecuritypriv->dot118021XGrpPrivacy;//rx will use bmc_sta's dot118021XPrivacy -+ } -+ -+ } -+ -+ goto exit; -+ -+ } -+ -+ if(psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && psta) // psk/802_1x -+ { -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ if(param->u.crypt.set_tx ==1) //pairwise key -+ { -+ _rtw_memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if(strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_8192C("%s, set pairwise key, WEP\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _WEP40_; -+ if(param->u.crypt.key_len==13) -+ { -+ psta->dot118021XPrivacy = _WEP104_; -+ } -+ } -+ else if(strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_8192C("%s, set pairwise key, TKIP\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _TKIP_; -+ -+ //DEBUG_ERR("set key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len); -+ //set mic key -+ _rtw_memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = _TRUE; -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ -+ DBG_8192C("%s, set pairwise key, CCMP\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _AES_; -+ } -+ else -+ { -+ DBG_8192C("%s, set pairwise key, none\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _NO_PRIVACY_; -+ } -+ -+ rtw_ap_set_pairwise_key(padapter, psta); -+ -+ psta->ieee8021x_blocked = _FALSE; -+ -+ psta->bpairwise_key_installed = _TRUE; -+ -+ } -+ else//group key??? -+ { -+ if(strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if(param->u.crypt.key_len==13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ } -+ else if(strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ //DEBUG_ERR("set key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len); -+ //set mic key -+ _rtw_memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = _TRUE; -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+ else -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = _TRUE; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;//!!! -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta=rtw_get_bcmc_stainfo(padapter); -+ if(pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = _FALSE; -+ pbcmc_sta->dot118021XPrivacy= psecuritypriv->dot118021XGrpPrivacy;//rx will use bmc_sta's dot118021XPrivacy -+ } -+ -+ } -+ -+ } -+ -+ } -+ -+exit: -+ -+ return ret; -+ -+} -+#endif -+ -+static int rtw_cfg80211_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len,wep_total_len; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+#ifdef CONFIG_P2P -+ struct wifidirect_info* pwdinfo = &padapter->wdinfo; -+#endif //CONFIG_P2P -+ -+_func_enter_; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ if (param_len < (u32) ((u8 *) param->u.crypt.key - (u8 *) param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ if (param->u.crypt.idx >= WEP_KEYS -+#ifdef CONFIG_IEEE80211W -+ && param->u.crypt.idx > BIP_MAX_KEYID -+#endif //CONFIG_IEEE80211W -+ ) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } else { -+#ifdef CONFIG_WAPI_SUPPORT -+ if (strcmp(param->u.crypt.alg, "SMS4")) -+#endif -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("wpa_set_encryption, crypt.alg = WEP\n")); -+ DBG_8192C("wpa_set_encryption, crypt.alg = WEP\n"); -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ if ((wep_key_idx > WEP_KEYS) || (wep_key_len <= 0)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (psecuritypriv->bWepDefaultKeyIdxSet == 0) -+ { -+ //wep default key has not been set, so use this key index as default key. -+ -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ -+ if(wep_key_len==13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; -+ } -+ -+ _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), param->u.crypt.key, wep_key_len); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx] = wep_key_len; -+ -+ rtw_set_key(padapter, psecuritypriv, wep_key_idx, 0, _TRUE); -+ -+ goto exit; -+ } -+ -+ if(padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) // 802_1x -+ { -+ struct sta_info * psta,*pbcmc_sta; -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ -+ //DBG_8192C("%s, : dot11AuthAlgrthm == dot11AuthAlgrthm_8021X \n", __func__); -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_MP_STATE) == _TRUE) //sta mode -+ { -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) { -+ //DEBUG_ERR( ("Set wpa_set_encryption: Obtain Sta_info fail \n")); -+ DBG_8192C("%s, : Obtain Sta_info fail \n", __func__); -+ } -+ else -+ { -+ //Jeff: don't disable ieee8021x_blocked while clearing key -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ psta->ieee8021x_blocked = _FALSE; -+ -+ -+ if((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ psta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ -+ if(param->u.crypt.set_tx ==1)//pairwise key -+ { -+ -+ DBG_8192C("%s, : param->u.crypt.set_tx ==1 \n", __func__); -+ -+ _rtw_memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if(strcmp(param->u.crypt.alg, "TKIP") == 0)//set mic key -+ { -+ //DEBUG_ERR(("\nset key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len)); -+ _rtw_memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ padapter->securitypriv.busetkipkey=_FALSE; -+ //_set_timer(&padapter->securitypriv.tkip_timer, 50); -+ } -+ psta->bpairwise_key_installed = _TRUE; -+ //DEBUG_ERR((" param->u.crypt.key_len=%d\n",param->u.crypt.key_len)); -+ DBG_871X(" ~~~~set sta key:unicastkey\n"); -+ -+ rtw_setstakey_cmd(padapter, psta, UNICAST_KEY, _TRUE); -+ } -+ else//group key -+ { -+ if(strcmp(param->u.crypt.alg, "TKIP") == 0 || strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ _rtw_memcpy(padapter->securitypriv.dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key,(param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ _rtw_memcpy(padapter->securitypriv.dot118021XGrptxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[16]),8); -+ _rtw_memcpy(padapter->securitypriv.dot118021XGrprxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[24]),8); -+ padapter->securitypriv.binstallGrpkey = _TRUE; -+ //DEBUG_ERR((" param->u.crypt.key_len=%d\n", param->u.crypt.key_len)); -+ DBG_871X(" ~~~~set sta key:groupkey\n"); -+ -+ padapter->securitypriv.dot118021XGrpKeyid = param->u.crypt.idx; -+ rtw_set_key(padapter,&padapter->securitypriv,param->u.crypt.idx, 1, _TRUE); -+ } -+#ifdef CONFIG_IEEE80211W -+ else if(strcmp(param->u.crypt.alg, "BIP") == 0) -+ { -+ int no; -+ //DBG_871X("BIP key_len=%d , index=%d @@@@@@@@@@@@@@@@@@\n", param->u.crypt.key_len, param->u.crypt.idx); -+ //save the IGTK key, length 16 bytes -+ _rtw_memcpy(padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey, param->u.crypt.key,(param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ /*DBG_871X("IGTK key below:\n"); -+ for(no=0;no<16;no++) -+ printk(" %02x ", padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey[no]); -+ DBG_871X("\n");*/ -+ padapter->securitypriv.dot11wBIPKeyid = param->u.crypt.idx; -+ padapter->securitypriv.binstallBIPkey = _TRUE; -+ DBG_871X(" ~~~~set sta key:IGKT\n"); -+ } -+#endif //CONFIG_IEEE80211W -+ -+#ifdef CONFIG_P2P -+ if(pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_PROVISIONING_ING)) -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_PROVISIONING_DONE); -+ } -+ } -+#endif //CONFIG_P2P -+ -+ } -+ } -+ -+ pbcmc_sta=rtw_get_bcmc_stainfo(padapter); -+ if(pbcmc_sta==NULL) -+ { -+ //DEBUG_ERR( ("Set OID_802_11_ADD_KEY: bcmc stainfo is null \n")); -+ } -+ else -+ { -+ //Jeff: don't disable ieee8021x_blocked while clearing key -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ pbcmc_sta->ieee8021x_blocked = _FALSE; -+ -+ if((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ pbcmc_sta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ } -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) //adhoc mode -+ { -+ } -+ } -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if (strcmp(param->u.crypt.alg, "SMS4") == 0) -+ { -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ PRT_WAPI_STA_INFO pWapiSta; -+ u8 WapiASUEPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiAEPNInitialValueSrc[16] = {0x37,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiAEMultiCastPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ -+ if(param->u.crypt.set_tx == 1) -+ { -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if(_rtw_memcmp(pWapiSta->PeerMacAddr,param->sta_addr,6)) -+ { -+ _rtw_memcpy(pWapiSta->lastTxUnicastPN,WapiASUEPNInitialValueSrc,16); -+ -+ pWapiSta->wapiUsk.bSet = true; -+ _rtw_memcpy(pWapiSta->wapiUsk.dataKey,param->u.crypt.key,16); -+ _rtw_memcpy(pWapiSta->wapiUsk.micKey,param->u.crypt.key+16,16); -+ pWapiSta->wapiUsk.keyId = param->u.crypt.idx ; -+ pWapiSta->wapiUsk.bTxEnable = true; -+ -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNBEQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNBKQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNVIQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNVOQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPN,WapiAEPNInitialValueSrc,16); -+ pWapiSta->wapiUskUpdate.bTxEnable = false; -+ pWapiSta->wapiUskUpdate.bSet = false; -+ -+ if (psecuritypriv->sw_encrypt== false || psecuritypriv->sw_decrypt == false) -+ { -+ //set unicast key for ASUE -+ rtw_wapi_set_key(padapter, &pWapiSta->wapiUsk, pWapiSta, false, false); -+ } -+ } -+ } -+ } -+ else -+ { -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if(_rtw_memcmp(pWapiSta->PeerMacAddr,get_bssid(pmlmepriv),6)) -+ { -+ pWapiSta->wapiMsk.bSet = true; -+ _rtw_memcpy(pWapiSta->wapiMsk.dataKey,param->u.crypt.key,16); -+ _rtw_memcpy(pWapiSta->wapiMsk.micKey,param->u.crypt.key+16,16); -+ pWapiSta->wapiMsk.keyId = param->u.crypt.idx ; -+ pWapiSta->wapiMsk.bTxEnable = false; -+ if(!pWapiSta->bSetkeyOk) -+ pWapiSta->bSetkeyOk = true; -+ pWapiSta->bAuthenticateInProgress = false; -+ -+ _rtw_memcpy(pWapiSta->lastRxMulticastPN, WapiAEMultiCastPNInitialValueSrc, 16); -+ -+ if (psecuritypriv->sw_decrypt == false) -+ { -+ //set rx broadcast key for ASUE -+ rtw_wapi_set_key(padapter, &pWapiSta->wapiMsk, pWapiSta, true, false); -+ } -+ } -+ -+ } -+ } -+ } -+#endif -+ -+ -+exit: -+ -+ DBG_8192C("%s, ret=%d\n", __func__, ret); -+ -+ _func_exit_; -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ u8 key_index, bool pairwise, const u8 *mac_addr, -+#else // (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ u8 key_index, const u8 *mac_addr, -+#endif // (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ struct key_params *params) -+{ -+ char *alg_name; -+ u32 param_len; -+ struct ieee_param *param = NULL; -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct wireless_dev *rtw_wdev = padapter->rtw_wdev; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#ifdef CONFIG_TDLS -+ struct sta_info *ptdls_sta; -+#endif /* CONFIG_TDLS */ -+ -+ DBG_871X(FUNC_NDEV_FMT" adding key for %pM\n", FUNC_NDEV_ARG(ndev), mac_addr); -+ DBG_871X("cipher=0x%x\n", params->cipher); -+ DBG_871X("key_len=0x%x\n", params->key_len); -+ DBG_871X("seq_len=0x%x\n", params->seq_len); -+ DBG_871X("key_index=%d\n", key_index); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ DBG_871X("pairwise=%d\n", pairwise); -+#endif // (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ -+ param_len = sizeof(struct ieee_param) + params->key_len; -+ param = (struct ieee_param *)rtw_malloc(param_len); -+ if (param == NULL) -+ return -1; -+ -+ _rtw_memset(param, 0, param_len); -+ -+ param->cmd = IEEE_CMD_SET_ENCRYPTION; -+ _rtw_memset(param->sta_addr, 0xff, ETH_ALEN); -+ -+ switch (params->cipher) { -+ case IW_AUTH_CIPHER_NONE: -+ //todo: remove key -+ //remove = 1; -+ alg_name = "none"; -+ break; -+ case WLAN_CIPHER_SUITE_WEP40: -+ case WLAN_CIPHER_SUITE_WEP104: -+ alg_name = "WEP"; -+ break; -+ case WLAN_CIPHER_SUITE_TKIP: -+ alg_name = "TKIP"; -+ break; -+ case WLAN_CIPHER_SUITE_CCMP: -+ alg_name = "CCMP"; -+ break; -+#ifdef CONFIG_IEEE80211W -+ case WLAN_CIPHER_SUITE_AES_CMAC: -+ alg_name = "BIP"; -+ break; -+#endif //CONFIG_IEEE80211W -+#ifdef CONFIG_WAPI_SUPPORT -+ case WLAN_CIPHER_SUITE_SMS4: -+ alg_name= "SMS4"; -+ if(pairwise == NL80211_KEYTYPE_PAIRWISE) { -+ if (key_index != 0 && key_index != 1) { -+ ret = -ENOTSUPP; -+ goto addkey_end; -+ } -+ _rtw_memcpy((void*)param->sta_addr, (void*)mac_addr, ETH_ALEN); -+ } else { -+ DBG_871X("mac_addr is null \n"); -+ } -+ DBG_871X("rtw_wx_set_enc_ext: SMS4 case \n"); -+ break; -+#endif -+ -+ default: -+ ret = -ENOTSUPP; -+ goto addkey_end; -+ } -+ -+ strncpy((char *)param->u.crypt.alg, alg_name, IEEE_CRYPT_ALG_NAME_LEN); -+ -+ -+ if (!mac_addr || is_broadcast_ether_addr(mac_addr)) -+ { -+ param->u.crypt.set_tx = 0; //for wpa/wpa2 group key -+ } else { -+ param->u.crypt.set_tx = 1; //for wpa/wpa2 pairwise key -+ } -+ -+ -+ //param->u.crypt.idx = key_index - 1; -+ param->u.crypt.idx = key_index; -+ -+ if (params->seq_len && params->seq) -+ { -+ _rtw_memcpy(param->u.crypt.seq, (u8 *)params->seq, params->seq_len); -+ } -+ -+ if(params->key_len && params->key) -+ { -+ param->u.crypt.key_len = params->key_len; -+ _rtw_memcpy(param->u.crypt.key, (u8 *)params->key, params->key_len); -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ { -+#ifdef CONFIG_TDLS -+ if (rtw_tdls_is_driver_setup(padapter) == _FALSE && mac_addr) { -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, (void *)mac_addr); -+ if (ptdls_sta != NULL && ptdls_sta->tdls_sta_state) { -+ _rtw_memcpy(ptdls_sta->tpk.tk, params->key, params->key_len); -+ rtw_tdls_set_key(padapter, ptdls_sta); -+ goto addkey_end; -+ } -+ } -+#endif /* CONFIG_TDLS */ -+ -+ ret = rtw_cfg80211_set_encryption(ndev, param, param_len); -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+#ifdef CONFIG_AP_MODE -+ if(mac_addr) -+ _rtw_memcpy(param->sta_addr, (void*)mac_addr, ETH_ALEN); -+ -+ ret = rtw_cfg80211_ap_set_encryption(ndev, param, param_len); -+#endif -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE -+ || check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE) -+ { -+ //DBG_8192C("@@@@@@@@@@ fw_state=0x%x, iftype=%d\n", pmlmepriv->fw_state, rtw_wdev->iftype); -+ ret = rtw_cfg80211_set_encryption(ndev, param, param_len); -+ } -+ else -+ { -+ DBG_8192C("error! fw_state=0x%x, iftype=%d\n", pmlmepriv->fw_state, rtw_wdev->iftype); -+ -+ } -+ -+addkey_end: -+ if(param) -+ { -+ rtw_mfree((u8*)param, param_len); -+ } -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ u8 key_index, bool pairwise, const u8 *mac_addr, -+#else // (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ u8 key_index, const u8 *mac_addr, -+#endif // (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ void *cookie, -+ void (*callback)(void *cookie, -+ struct key_params*)) -+{ -+#if 0 -+ struct iwm_priv *iwm = ndev_to_iwm(ndev); -+ struct iwm_key *key = &iwm->keys[key_index]; -+ struct key_params params; -+ -+ IWM_DBG_WEXT(iwm, DBG, "Getting key %d\n", key_index); -+ -+ memset(¶ms, 0, sizeof(params)); -+ -+ params.cipher = key->cipher; -+ params.key_len = key->key_len; -+ params.seq_len = key->seq_len; -+ params.seq = key->seq; -+ params.key = key->key; -+ -+ callback(cookie, ¶ms); -+ -+ return key->key_len ? 0 : -ENOENT; -+#endif -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ return 0; -+} -+ -+static int cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ u8 key_index, bool pairwise, const u8 *mac_addr) -+#else // (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ u8 key_index, const u8 *mac_addr) -+#endif // (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_871X(FUNC_NDEV_FMT" key_index=%d\n", FUNC_NDEV_ARG(ndev), key_index); -+ -+ if (key_index == psecuritypriv->dot11PrivacyKeyIndex) -+ { -+ //clear the flag of wep default key set. -+ psecuritypriv->bWepDefaultKeyIdxSet = 0; -+ } -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_set_default_key(struct wiphy *wiphy, -+ struct net_device *ndev, u8 key_index -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38)) || defined(COMPAT_KERNEL_RELEASE) -+ , bool unicast, bool multicast -+ #endif -+ ) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+#define SET_DEF_KEY_PARAM_FMT " key_index=%d" -+#define SET_DEF_KEY_PARAM_ARG , key_index -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 38)) || defined(COMPAT_KERNEL_RELEASE) -+ #define SET_DEF_KEY_PARAM_FMT_2_6_38 ", unicast=%d, multicast=%d" -+ #define SET_DEF_KEY_PARAM_ARG_2_6_38 , unicast, multicast -+#else -+ #define SET_DEF_KEY_PARAM_FMT_2_6_38 "" -+ #define SET_DEF_KEY_PARAM_ARG_2_6_38 -+#endif -+ -+ DBG_871X(FUNC_NDEV_FMT -+ SET_DEF_KEY_PARAM_FMT -+ SET_DEF_KEY_PARAM_FMT_2_6_38 -+ "\n", FUNC_NDEV_ARG(ndev) -+ SET_DEF_KEY_PARAM_ARG -+ SET_DEF_KEY_PARAM_ARG_2_6_38 -+ ); -+ -+ if ((key_index < WEP_KEYS) && ((psecuritypriv->dot11PrivacyAlgrthm == _WEP40_) || (psecuritypriv->dot11PrivacyAlgrthm == _WEP104_))) //set wep default key -+ { -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+ psecuritypriv->dot11PrivacyKeyIndex = key_index; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if (psecuritypriv->dot11DefKeylen[key_index] == 13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ psecuritypriv->bWepDefaultKeyIdxSet = 1; //set the flag to represent that wep default key has been set -+ } -+ -+ return 0; -+ -+} -+#if defined(CONFIG_GTK_OL) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0)) -+static int cfg80211_rtw_set_rekey_data(struct wiphy *wiphy, -+ struct net_device *ndev, -+ struct cfg80211_gtk_rekey_data *data) -+{ -+ /*int i;*/ -+ struct sta_info *psta; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct security_priv *psecuritypriv = &(padapter->securitypriv); -+ -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) { -+ DBG_871X("%s, : Obtain Sta_info fail\n", __func__); -+ return -1; -+ } -+ -+ _rtw_memcpy(psta->kek, data->kek, NL80211_KEK_LEN); -+ /*printk("\ncfg80211_rtw_set_rekey_data KEK:"); -+ for(i=0;ikek[i]);*/ -+ _rtw_memcpy(psta->kck, data->kck, NL80211_KCK_LEN); -+ /*printk("\ncfg80211_rtw_set_rekey_data KCK:"); -+ for(i=0;ikck[i]);*/ -+ _rtw_memcpy(psta->replay_ctr, data->replay_ctr, NL80211_REPLAY_CTR_LEN); -+ psecuritypriv->binstallKCK_KEK = _TRUE; -+ /*printk("\nREPLAY_CTR: "); -+ for(i=0;ireplay_ctr[i]);*/ -+ -+ return 0; -+} -+#endif /*CONFIG_GTK_OL*/ -+static int cfg80211_rtw_get_station(struct wiphy *wiphy, -+ struct net_device *ndev, -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)) -+ u8 *mac, -+#else -+ const u8 *mac, -+#endif -+ struct station_info *sinfo) -+{ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ sinfo->filled = 0; -+ -+ if (!mac) { -+ DBG_871X(FUNC_NDEV_FMT" mac==%p\n", FUNC_NDEV_ARG(ndev), mac); -+ ret = -ENOENT; -+ goto exit; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, (u8 *)mac); -+ if (psta == NULL) { -+ DBG_8192C("%s, sta_info is null\n", __func__); -+ ret = -ENOENT; -+ goto exit; -+ } -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X(FUNC_NDEV_FMT" mac="MAC_FMT"\n", FUNC_NDEV_ARG(ndev), MAC_ARG(mac)); -+#endif -+ -+ //for infra./P2PClient mode -+ if( check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED) -+ ) -+ { -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ -+ if (_rtw_memcmp((u8 *)mac, cur_network->network.MacAddress, ETH_ALEN) == _FALSE) { -+ DBG_871X("%s, mismatch bssid="MAC_FMT"\n", __func__, MAC_ARG(cur_network->network.MacAddress)); -+ ret = -ENOENT; -+ goto exit; -+ } -+ -+ sinfo->filled |= STATION_INFO_SIGNAL; -+ sinfo->signal = translate_percentage_to_dbm(padapter->recvpriv.signal_strength); -+ -+ sinfo->filled |= STATION_INFO_TX_BITRATE; -+ sinfo->txrate.legacy = rtw_get_cur_max_rate(padapter); -+ -+ sinfo->filled |= STATION_INFO_RX_PACKETS; -+ sinfo->rx_packets = sta_rx_data_pkts(psta); -+ -+ sinfo->filled |= STATION_INFO_TX_PACKETS; -+ sinfo->tx_packets = psta->sta_stats.tx_pkts; -+ -+ } -+ -+ //for Ad-Hoc/AP mode -+ if ((check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) -+ ||check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) -+ ||check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ && check_fwstate(pmlmepriv, _FW_LINKED) -+ ) -+ { -+ //TODO: should acquire station info... -+ } -+ -+exit: -+ return ret; -+} -+ -+extern int netdev_open(struct net_device *pnetdev); -+#ifdef CONFIG_CONCURRENT_MODE -+extern int netdev_if2_open(struct net_device *pnetdev); -+#endif -+ -+/* -+enum nl80211_iftype { -+ NL80211_IFTYPE_UNSPECIFIED, -+ NL80211_IFTYPE_ADHOC, //1 -+ NL80211_IFTYPE_STATION, //2 -+ NL80211_IFTYPE_AP, //3 -+ NL80211_IFTYPE_AP_VLAN, -+ NL80211_IFTYPE_WDS, -+ NL80211_IFTYPE_MONITOR, //6 -+ NL80211_IFTYPE_MESH_POINT, -+ NL80211_IFTYPE_P2P_CLIENT, //8 -+ NL80211_IFTYPE_P2P_GO, //9 -+ //keep last -+ NUM_NL80211_IFTYPES, -+ NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1 -+}; -+*/ -+static int cfg80211_rtw_change_iface(struct wiphy *wiphy, -+ struct net_device *ndev, -+ enum nl80211_iftype type, u32 *flags, -+ struct vif_params *params) -+{ -+ enum nl80211_iftype old_type; -+ NDIS_802_11_NETWORK_INFRASTRUCTURE networkType; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct wireless_dev *rtw_wdev = padapter->rtw_wdev; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif -+ int ret = 0; -+ u8 change = _FALSE; -+ -+ DBG_871X(FUNC_NDEV_FMT" type=%d\n", FUNC_NDEV_ARG(ndev), type); -+ -+ if(adapter_to_dvobj(padapter)->processing_dev_remove == _TRUE) -+ { -+ ret= -EPERM; -+ goto exit; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->adapter_type == SECONDARY_ADAPTER) -+ { -+ DBG_871X(FUNC_NDEV_FMT" call netdev_if2_open\n", FUNC_NDEV_ARG(ndev)); -+ if(netdev_if2_open(ndev) != 0) { -+ DBG_871X(FUNC_NDEV_FMT" call netdev_if2_open fail\n", FUNC_NDEV_ARG(ndev)); -+ ret= -EPERM; -+ goto exit; -+ } -+ } -+ else if(padapter->adapter_type == PRIMARY_ADAPTER) -+#endif //CONFIG_CONCURRENT_MODE -+ { -+ DBG_871X(FUNC_NDEV_FMT" call netdev_open\n", FUNC_NDEV_ARG(ndev)); -+ if(netdev_open(ndev) != 0) { -+ DBG_871X(FUNC_NDEV_FMT" call netdev_open fail\n", FUNC_NDEV_ARG(ndev)); -+ ret= -EPERM; -+ goto exit; -+ } -+ } -+ -+ if(_FAIL == rtw_pwr_wakeup(padapter)) { -+ DBG_871X(FUNC_NDEV_FMT" call rtw_pwr_wakeup fail\n", FUNC_NDEV_ARG(ndev)); -+ ret= -EPERM; -+ goto exit; -+ } -+ -+ old_type = rtw_wdev->iftype; -+ DBG_871X(FUNC_NDEV_FMT" old_iftype=%d, new_iftype=%d\n", -+ FUNC_NDEV_ARG(ndev), old_type, type); -+ -+ if(old_type != type) -+ { -+ change = _TRUE; -+ pmlmeext->action_public_rxseq = 0xffff; -+ pmlmeext->action_public_dialog_token = 0xff; -+ } -+ -+ /* initial default type */ -+ ndev->type = ARPHRD_ETHER; -+ -+ switch (type) { -+ case NL80211_IFTYPE_ADHOC: -+ networkType = Ndis802_11IBSS; -+ break; -+#if defined(CONFIG_P2P) && ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE)) -+ case NL80211_IFTYPE_P2P_CLIENT: -+#endif -+ case NL80211_IFTYPE_STATION: -+ networkType = Ndis802_11Infrastructure; -+ #ifdef CONFIG_P2P -+ if(pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(change && rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ //it means remove GO and change mode from AP(GO) to station(P2P DEVICE) -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_DEVICE); -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+ -+ DBG_8192C("%s, role=%d, p2p_state=%d, pre_p2p_state=%d\n", __func__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), rtw_p2p_pre_state(pwdinfo)); -+ } -+ } -+ #endif //CONFIG_P2P -+ break; -+#if defined(CONFIG_P2P) && ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE)) -+ case NL80211_IFTYPE_P2P_GO: -+#endif -+ case NL80211_IFTYPE_AP: -+ networkType = Ndis802_11APMode; -+ #ifdef CONFIG_P2P -+ if(pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(change && !rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ //it means P2P Group created, we will be GO and change mode from P2P DEVICE to AP(GO) -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ } -+ } -+ #endif //CONFIG_P2P -+ break; -+ case NL80211_IFTYPE_MONITOR: -+ networkType = Ndis802_11Monitor; -+#if 0 -+ ndev->type = ARPHRD_IEEE80211; /* IEEE 802.11 : 801 */ -+#endif -+ ndev->type = ARPHRD_IEEE80211_RADIOTAP; /* IEEE 802.11 + radiotap header : 803 */ -+ break; -+ default: -+ ret = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+ rtw_wdev->iftype = type; -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, networkType) ==_FALSE) -+ { -+ rtw_wdev->iftype = old_type; -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ rtw_setopmode_cmd(padapter, networkType, _TRUE); -+ -+exit: -+ -+ DBG_871X(FUNC_NDEV_FMT" ret:%d\n", FUNC_NDEV_ARG(ndev), ret); -+ return ret; -+} -+ -+void rtw_cfg80211_indicate_scan_done(_adapter *adapter, bool aborted) -+{ -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(adapter); -+ _irqL irqL; -+ -+ _enter_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+ if (pwdev_priv->scan_request != NULL) { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("%s with scan req\n", __FUNCTION__); -+ #endif -+ -+ /* avoid WARN_ON(request != wiphy_to_dev(request->wiphy)->scan_req); */ -+ if(pwdev_priv->scan_request->wiphy != pwdev_priv->rtw_wdev->wiphy) -+ { -+ DBG_8192C("error wiphy compare\n"); -+ } -+ else -+ { -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0)) -+ struct cfg80211_scan_info info = { .aborted = aborted }; -+ cfg80211_scan_done(pwdev_priv->scan_request, &info); -+#else -+ cfg80211_scan_done(pwdev_priv->scan_request, aborted); -+#endif -+ } -+ -+ pwdev_priv->scan_request = NULL; -+ } else { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("%s without scan req\n", __FUNCTION__); -+ #endif -+ } -+ _exit_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+} -+ -+u32 rtw_cfg80211_wait_scan_req_empty(_adapter *adapter, u32 timeout_ms) -+{ -+ struct rtw_wdev_priv *wdev_priv = adapter_wdev_data(adapter); -+ u8 empty = _FALSE; -+ u32 start; -+ u32 pass_ms; -+ -+ start = rtw_get_current_time(); -+ -+ while (rtw_get_passing_time_ms(start) <= timeout_ms) { -+ -+ if (RTW_CANNOT_RUN(adapter)) -+ break; -+ -+ if (!wdev_priv->scan_request) { -+ empty = _TRUE; -+ break; -+ } -+ -+ rtw_msleep_os(10); -+ } -+ -+ pass_ms = rtw_get_passing_time_ms(start); -+ -+ if (empty == _FALSE && pass_ms > timeout_ms) -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" pass_ms:%u, timeout\n" -+ , FUNC_ADPT_ARG(adapter), pass_ms); -+ -+ return pass_ms; -+} -+ -+void rtw_cfg80211_unlink_bss(_adapter *padapter, struct wlan_network *pnetwork) -+{ -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ struct wiphy *wiphy = pwdev->wiphy; -+ struct cfg80211_bss *bss = NULL; -+ WLAN_BSSID_EX select_network = pnetwork->network; -+ -+ bss = cfg80211_get_bss(wiphy, NULL/*notify_channel*/, -+ select_network.MacAddress, select_network.Ssid.Ssid, -+ select_network.Ssid.SsidLength, 0/*WLAN_CAPABILITY_ESS*/, -+ 0/*WLAN_CAPABILITY_ESS*/); -+ -+ if (bss) { -+ cfg80211_unlink_bss(wiphy, bss); -+ DBG_8192C("%s(): cfg80211_unlink %s!! () ",__func__,select_network.Ssid.Ssid ); -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) -+ cfg80211_put_bss(padapter->rtw_wdev->wiphy, bss); -+#else -+ cfg80211_put_bss(bss); -+#endif -+ } -+ return; -+} -+ -+void rtw_cfg80211_surveydone_event_callback(_adapter *padapter) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ u32 cnt=0; -+ u32 wait_for_surveydone; -+ sint wait_status; -+#ifdef CONFIG_P2P -+ struct wifidirect_info* pwdinfo = &padapter->wdinfo; -+#endif //CONFIG_P2P -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(padapter); -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s\n", __func__); -+#endif -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ //report network only if the current channel set contains the channel to which this network belongs -+ if(rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfig) >= 0 -+ && rtw_mlme_band_check(padapter, pnetwork->network.Configuration.DSConfig) == _TRUE -+ && _TRUE == rtw_validate_ssid(&(pnetwork->network.Ssid)) -+ ) -+ { -+ //ev=translate_scan(padapter, a, pnetwork, ev, stop); -+ rtw_cfg80211_inform_bss(padapter, pnetwork); -+ } -+ /* //check ralink testbed RSN IE length -+ { -+ if(_rtw_memcmp(pnetwork->network.Ssid.Ssid, "Ralink_11n_AP",13)) -+ { -+ uint ie_len=0; -+ u8 *p=NULL; -+ p = rtw_get_ie(pnetwork->network.IEs + _BEACON_IE_OFFSET_, _RSN_IE_2_, &ie_len, (pnetwork->network.IELength - _BEACON_IE_OFFSET_)); -+ DBG_871X("ie_len=%d\n", ie_len); -+ } -+ }*/ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+} -+ -+static int rtw_cfg80211_set_probe_req_wpsp2pie(_adapter *padapter, char *buf, int len) -+{ -+ int ret = 0; -+ uint wps_ielen = 0; -+ u8 *wps_ie; -+ u32 p2p_ielen = 0; -+ u8 *p2p_ie; -+ u32 wfd_ielen = 0; -+ u8 *wfd_ie; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ielen=%d\n", __func__, len); -+#endif -+ -+ if(len>0) -+ { -+ if((wps_ie = rtw_get_wps_ie(buf, len, NULL, &wps_ielen))) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("probe_req_wps_ielen=%d\n", wps_ielen); -+ #endif -+ -+ if(pmlmepriv->wps_probe_req_ie) -+ { -+ u32 free_len = pmlmepriv->wps_probe_req_ie_len; -+ pmlmepriv->wps_probe_req_ie_len = 0; -+ rtw_mfree(pmlmepriv->wps_probe_req_ie, free_len); -+ pmlmepriv->wps_probe_req_ie = NULL; -+ } -+ -+ pmlmepriv->wps_probe_req_ie = rtw_malloc(wps_ielen); -+ if ( pmlmepriv->wps_probe_req_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ _rtw_memcpy(pmlmepriv->wps_probe_req_ie, wps_ie, wps_ielen); -+ pmlmepriv->wps_probe_req_ie_len = wps_ielen; -+ } -+ -+ //buf += wps_ielen; -+ //len -= wps_ielen; -+ -+ #ifdef CONFIG_P2P -+ if((p2p_ie=rtw_get_p2p_ie(buf, len, NULL, &p2p_ielen))) -+ { -+ struct wifidirect_info *wdinfo = &padapter->wdinfo; -+ u32 attr_contentlen = 0; -+ u8 listen_ch_attr[5]; -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("probe_req_p2p_ielen=%d\n", p2p_ielen); -+ #endif -+ -+ if(pmlmepriv->p2p_probe_req_ie) -+ { -+ u32 free_len = pmlmepriv->p2p_probe_req_ie_len; -+ pmlmepriv->p2p_probe_req_ie_len = 0; -+ rtw_mfree(pmlmepriv->p2p_probe_req_ie, free_len); -+ pmlmepriv->p2p_probe_req_ie = NULL; -+ } -+ -+ pmlmepriv->p2p_probe_req_ie = rtw_malloc(p2p_ielen); -+ if ( pmlmepriv->p2p_probe_req_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ _rtw_memcpy(pmlmepriv->p2p_probe_req_ie, p2p_ie, p2p_ielen); -+ pmlmepriv->p2p_probe_req_ie_len = p2p_ielen; -+ -+ if(rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_LISTEN_CH, (u8*)listen_ch_attr, (uint*) &attr_contentlen) -+ && attr_contentlen == 5) -+ { -+ if (wdinfo->listen_channel != listen_ch_attr[4]) { -+ DBG_871X(FUNC_ADPT_FMT" listen channel - country:%c%c%c, class:%u, ch:%u\n", -+ FUNC_ADPT_ARG(padapter), listen_ch_attr[0], listen_ch_attr[1], listen_ch_attr[2], -+ listen_ch_attr[3], listen_ch_attr[4]); -+ wdinfo->listen_channel = listen_ch_attr[4]; -+ } -+ } -+ } -+ #endif //CONFIG_P2P -+ -+ //buf += p2p_ielen; -+ //len -= p2p_ielen; -+ -+ #ifdef CONFIG_WFD -+ if(rtw_get_wfd_ie(buf, len, NULL, &wfd_ielen)) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("probe_req_wfd_ielen=%d\n", wfd_ielen); -+ #endif -+ -+ if(pmlmepriv->wfd_probe_req_ie) -+ { -+ u32 free_len = pmlmepriv->wfd_probe_req_ie_len; -+ pmlmepriv->wfd_probe_req_ie_len = 0; -+ rtw_mfree(pmlmepriv->wfd_probe_req_ie, free_len); -+ pmlmepriv->wfd_probe_req_ie = NULL; -+ } -+ -+ pmlmepriv->wfd_probe_req_ie = rtw_malloc(wfd_ielen); -+ if ( pmlmepriv->wfd_probe_req_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ rtw_get_wfd_ie(buf, len, pmlmepriv->wfd_probe_req_ie, &pmlmepriv->wfd_probe_req_ie_len); -+ } -+ #endif //CONFIG_WFD -+ -+ } -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_scan(struct wiphy *wiphy -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0)) -+ , struct net_device *ndev -+ #endif -+ , struct cfg80211_scan_request *request) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct net_device *ndev = wdev_to_ndev(request->wdev); -+#endif -+ int i; -+ u8 _status = _FALSE; -+ int ret = 0; -+ NDIS_802_11_SSID ssid[RTW_SSID_SCAN_AMOUNT]; -+ struct rtw_ieee80211_channel ch[RTW_CHANNEL_SCAN_AMOUNT]; -+ _irqL irqL; -+ u8 *wps_ie=NULL; -+ uint wps_ielen=0; -+ u8 *p2p_ie=NULL; -+ uint p2p_ielen=0; -+ u8 survey_times=3; -+ u8 survey_times_for_one_ch=6; -+ struct cfg80211_ssid *ssids = request->ssids; -+ int social_channel = 0, j = 0; -+ bool need_indicate_scan_done = _FALSE; -+ bool ps_denied = _FALSE; -+ -+ _adapter *padapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ struct mlme_priv *pmlmepriv; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo; -+#endif //CONFIG_P2P -+#ifdef CONFIG_CONCURRENT_MODE -+ PADAPTER pbuddy_adapter = NULL; -+ struct mlme_priv *pbuddy_mlmepriv = NULL; -+#endif //CONFIG_CONCURRENT_MODE -+ -+ if (ndev == NULL) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ padapter = (_adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(padapter); -+ pmlmepriv= &padapter->mlmepriv; -+#ifdef CONFIG_P2P -+ pwdinfo= &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ -+//#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+//#endif -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter) { -+ pbuddy_adapter = padapter->pbuddy_adapter; -+ pbuddy_mlmepriv = &(pbuddy_adapter->mlmepriv); -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ -+#ifdef CONFIG_MP_INCLUDED -+if (padapter->registrypriv.mp_mode == 1) -+{ -+ DBG_871X(FUNC_ADPT_FMT ": MP mode block Scan request\n", FUNC_ADPT_ARG(padapter)); -+ ret = -EPERM; -+ goto exit; -+} -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter) { -+ if (padapter->pbuddy_adapter->registrypriv.mp_mode == 1) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": MP mode block Scan request\n", FUNC_ADPT_ARG(padapter->pbuddy_adapter)); -+ ret = -EPERM; -+ goto exit; -+ } -+ } -+#endif //CONFIG_CONCURRENT_MODE -+#endif -+ -+ _enter_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+ pwdev_priv->scan_request = request; -+ _exit_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+ -+ if (adapter_wdev_data(padapter)->block_scan == _TRUE) { -+ DBG_871X(FUNC_ADPT_FMT" wdev_priv.block_scan is set\n", FUNC_ADPT_ARG(padapter)); -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ } -+ -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X("%s under WIFI_AP_STATE\n", __FUNCTION__); -+#endif -+ -+ if (check_fwstate(pmlmepriv, WIFI_UNDER_WPS|_FW_UNDER_SURVEY|_FW_UNDER_LINKING) == _TRUE) -+ { -+ DBG_8192C("%s, fwstate=0x%x\n", __func__, pmlmepriv->fw_state); -+ -+ if(check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) -+ { -+ DBG_8192C("AP mode process WPS \n"); -+ } -+ -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ } -+ } -+ -+ rtw_ps_deny(padapter, PS_DENY_SCAN); -+ ps_denied = _TRUE; -+ if(_FAIL == rtw_pwr_wakeup(padapter)) { -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ } -+ -+ #ifdef CONFIG_P2P -+ if( pwdinfo->driver_interface == DRIVER_CFG80211 ) -+ { -+ if(ssids->ssid != NULL -+ && _rtw_memcmp(ssids->ssid, "DIRECT-", 7) -+ && rtw_get_p2p_ie((u8 *)request->ie, request->ie_len, NULL, NULL) -+ ) -+ { -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ rtw_p2p_enable(padapter, P2P_ROLE_DEVICE); -+ adapter_wdev_data(padapter)->p2p_enabled = _TRUE; -+ } -+ else -+ { -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, role=%d, p2p_state=%d\n", __func__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo)); -+ #endif -+ } -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_LISTEN); -+ -+ if(request->n_channels == 3 && -+ request->channels[0]->hw_value == 1 && -+ request->channels[1]->hw_value == 6 && -+ request->channels[2]->hw_value == 11 -+ ) -+ { -+ social_channel = 1; -+ } -+ } -+ } -+ #endif //CONFIG_P2P -+ -+ if(request->ie && request->ie_len>0) -+ { -+ rtw_cfg80211_set_probe_req_wpsp2pie(padapter, (u8 *)request->ie, request->ie_len ); -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ DBG_8192C("%s, fwstate=0x%x\n", __func__, pmlmepriv->fw_state); -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ } else if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) { -+ DBG_8192C("%s, fwstate=0x%x\n", __func__, pmlmepriv->fw_state); -+ ret = -EBUSY; -+ goto check_need_indicate_scan_done; -+ } -+ -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == _TRUE) -+ { -+#if 1 // Miracast can't do AP scan -+ static u32 lastscantime = 0; -+ u32 passtime; -+ -+ passtime = rtw_get_passing_time_ms(lastscantime); -+ lastscantime = rtw_get_current_time(); -+ if (passtime > BUSY_TRAFFIC_SCAN_DENY_PERIOD) -+#endif -+ { -+ DBG_871X("%s: bBusyTraffic == _TRUE\n", __FUNCTION__); -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ } -+ } -+ -+ if (rtw_is_scan_deny(padapter)){ -+ DBG_871X(FUNC_ADPT_FMT ": scan deny\n", FUNC_ADPT_ARG(padapter)); -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(pbuddy_mlmepriv && (pbuddy_mlmepriv->LinkDetectInfo.bBusyTraffic == _TRUE)) -+ { -+#if 1 // Miracast can't do AP scan -+ static u32 buddylastscantime = 0; -+ u32 passtime; -+ -+ passtime = rtw_get_passing_time_ms(buddylastscantime); -+ buddylastscantime = rtw_get_current_time(); -+ if ((passtime > BUSY_TRAFFIC_SCAN_DENY_PERIOD) -+//#ifdef CONFIG_P2P -+// ||(!rtw_p2p_chk_state(&padapter->wdinfo, P2P_STATE_NONE)) -+//#endif //CONFIG_P2P -+ ) -+#endif -+ { -+ DBG_871X("%s: bBusyTraffic == _TRUE at buddy_intf\n", __FUNCTION__); -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ } -+ } -+ -+ if (check_buddy_fwstate(padapter, _FW_UNDER_LINKING|WIFI_UNDER_WPS) == _TRUE) { -+ DBG_871X("buddy_intf's mlme state:0x%x\n", pbuddy_mlmepriv->fw_state); -+ need_indicate_scan_done = _TRUE; -+ goto check_need_indicate_scan_done; -+ -+ } else if (check_buddy_fwstate(padapter, _FW_UNDER_SURVEY)) { -+ bool scan_via_buddy = _FALSE; -+ struct rtw_wdev_priv *buddy_wdev_priv = adapter_wdev_data(pbuddy_adapter); -+ -+ _enter_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+ _enter_critical_bh(&buddy_wdev_priv->scan_req_lock, &irqL); -+ if (buddy_wdev_priv->scan_request) { -+ DBG_871X("scan via buddy\n"); -+ pmlmepriv->scanning_via_buddy_intf = _TRUE; -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ set_fwstate(pmlmepriv, _FW_UNDER_SURVEY); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ scan_via_buddy = _TRUE; -+ } -+ _exit_critical_bh(&buddy_wdev_priv->scan_req_lock, &irqL); -+ _exit_critical_bh(&pwdev_priv->scan_req_lock, &irqL); -+ -+ if (scan_via_buddy == _FALSE) -+ need_indicate_scan_done = _TRUE; -+ -+ goto check_need_indicate_scan_done; -+ } -+#endif /* CONFIG_CONCURRENT_MODE */ -+ -+#ifdef CONFIG_P2P -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) && !rtw_p2p_chk_state(pwdinfo, P2P_STATE_IDLE)) -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH); -+ rtw_free_network_queue(padapter, _TRUE); -+ -+ if(social_channel == 0) -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_NONE); -+ else -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_SOCIAL_LAST); -+ } -+#endif //CONFIG_P2P -+ -+ -+ _rtw_memset(ssid, 0, sizeof(NDIS_802_11_SSID)*RTW_SSID_SCAN_AMOUNT); -+ //parsing request ssids, n_ssids -+ for (i = 0; i < request->n_ssids && i < RTW_SSID_SCAN_AMOUNT; i++) { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("ssid=%s, len=%d\n", ssids[i].ssid, ssids[i].ssid_len); -+ #endif -+ _rtw_memcpy(ssid[i].Ssid, ssids[i].ssid, ssids[i].ssid_len); -+ ssid[i].SsidLength = ssids[i].ssid_len; -+ } -+ -+ /* parsing channels, n_channels */ -+ _rtw_memset(ch, 0, sizeof(struct rtw_ieee80211_channel)*RTW_CHANNEL_SCAN_AMOUNT); -+ for (i=0;in_channels && ichannels[i])); -+ #endif -+ ch[i].hw_value = request->channels[i]->hw_value; -+ ch[i].flags = request->channels[i]->flags; -+ } -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ if (request->n_channels == 1) { -+ for(i=1;in_channels <= 4) { -+ for(j=request->n_channels-1;j>=0;j--) -+ for(i=0;in_channels); -+ } else { -+ _status = rtw_sitesurvey_cmd(padapter, ssid, RTW_SSID_SCAN_AMOUNT, NULL, 0); -+ } -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ -+ if(_status == _FALSE) -+ { -+ ret = -1; -+ } -+ -+check_need_indicate_scan_done: -+ if (_TRUE == need_indicate_scan_done) -+ { -+ rtw_cfg80211_surveydone_event_callback(padapter); -+ rtw_cfg80211_indicate_scan_done(padapter, _FALSE); -+ } -+ -+cancel_ps_deny: -+ if (ps_denied == _TRUE) -+ rtw_ps_deny_cancel(padapter, PS_DENY_SCAN); -+ -+exit: -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_set_wiphy_params(struct wiphy *wiphy, u32 changed) -+{ -+#if 0 -+ struct iwm_priv *iwm = wiphy_to_iwm(wiphy); -+ -+ if (changed & WIPHY_PARAM_RTS_THRESHOLD && -+ (iwm->conf.rts_threshold != wiphy->rts_threshold)) { -+ int ret; -+ -+ iwm->conf.rts_threshold = wiphy->rts_threshold; -+ -+ ret = iwm_umac_set_config_fix(iwm, UMAC_PARAM_TBL_CFG_FIX, -+ CFG_RTS_THRESHOLD, -+ iwm->conf.rts_threshold); -+ if (ret < 0) -+ return ret; -+ } -+ -+ if (changed & WIPHY_PARAM_FRAG_THRESHOLD && -+ (iwm->conf.frag_threshold != wiphy->frag_threshold)) { -+ int ret; -+ -+ iwm->conf.frag_threshold = wiphy->frag_threshold; -+ -+ ret = iwm_umac_set_config_fix(iwm, UMAC_PARAM_TBL_FA_CFG_FIX, -+ CFG_FRAG_THRESHOLD, -+ iwm->conf.frag_threshold); -+ if (ret < 0) -+ return ret; -+ } -+#endif -+ DBG_8192C("%s\n", __func__); -+ return 0; -+} -+ -+ -+ -+static int rtw_cfg80211_set_wpa_version(struct security_priv *psecuritypriv, u32 wpa_version) -+{ -+ DBG_8192C("%s, wpa_version=%d\n", __func__, wpa_version); -+ -+ if (!wpa_version) { -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ return 0; -+ } -+ -+ -+ if (wpa_version & (NL80211_WPA_VERSION_1 | NL80211_WPA_VERSION_2)) -+ { -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeWPAPSK; -+ } -+ -+/* -+ if (wpa_version & NL80211_WPA_VERSION_2) -+ { -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeWPA2PSK; -+ } -+*/ -+ -+ #ifdef CONFIG_WAPI_SUPPORT -+ if (wpa_version & NL80211_WAPI_VERSION_1) -+ { -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeWAPI; -+ } -+ #endif -+ -+ return 0; -+ -+} -+ -+static int rtw_cfg80211_set_auth_type(struct security_priv *psecuritypriv, -+ enum nl80211_auth_type sme_auth_type) -+{ -+ DBG_8192C("%s, nl80211_auth_type=%d\n", __func__, sme_auth_type); -+ -+ -+ switch (sme_auth_type) { -+ case NL80211_AUTHTYPE_AUTOMATIC: -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ -+ break; -+ case NL80211_AUTHTYPE_OPEN_SYSTEM: -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ -+ if(psecuritypriv->ndisauthtype>Ndis802_11AuthModeWPA) -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(psecuritypriv->ndisauthtype == Ndis802_11AuthModeWAPI) -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_WAPI; -+#endif -+ -+ break; -+ case NL80211_AUTHTYPE_SHARED_KEY: -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+ -+ break; -+ default: -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ //return -ENOTSUPP; -+ } -+ -+ return 0; -+ -+} -+ -+static int rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) -+{ -+ u32 ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ -+ u32 *profile_cipher = ucast ? &psecuritypriv->dot11PrivacyAlgrthm : -+ &psecuritypriv->dot118021XGrpPrivacy; -+ -+ DBG_8192C("%s, ucast=%d, cipher=0x%x\n", __func__, ucast, cipher); -+ -+ -+ if (!cipher) { -+ *profile_cipher = _NO_PRIVACY_; -+ psecuritypriv->ndisencryptstatus = ndisencryptstatus; -+ return 0; -+ } -+ -+ switch (cipher) { -+ case IW_AUTH_CIPHER_NONE: -+ *profile_cipher = _NO_PRIVACY_; -+ ndisencryptstatus = Ndis802_11EncryptionDisabled; -+#ifdef CONFIG_WAPI_SUPPORT -+ if(psecuritypriv->dot11PrivacyAlgrthm ==_SMS4_ ) -+ { -+ *profile_cipher = _SMS4_; -+ } -+#endif -+ break; -+ case WLAN_CIPHER_SUITE_WEP40: -+ *profile_cipher = _WEP40_; -+ ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WLAN_CIPHER_SUITE_WEP104: -+ *profile_cipher = _WEP104_; -+ ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WLAN_CIPHER_SUITE_TKIP: -+ *profile_cipher = _TKIP_; -+ ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WLAN_CIPHER_SUITE_CCMP: -+ *profile_cipher = _AES_; -+ ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+#ifdef CONFIG_WAPI_SUPPORT -+ case WLAN_CIPHER_SUITE_SMS4: -+ *profile_cipher = _SMS4_; -+ ndisencryptstatus = Ndis802_11_EncrypteionWAPI; -+ break; -+#endif -+ default: -+ DBG_8192C("Unsupported cipher: 0x%x\n", cipher); -+ return -ENOTSUPP; -+ } -+ -+ if(ucast) -+ { -+ psecuritypriv->ndisencryptstatus = ndisencryptstatus; -+ -+ //if(psecuritypriv->dot11PrivacyAlgrthm >= _AES_) -+ // psecuritypriv->ndisauthtype = Ndis802_11AuthModeWPA2PSK; -+ } -+ -+ return 0; -+} -+ -+static int rtw_cfg80211_set_key_mgt(struct security_priv *psecuritypriv, u32 key_mgt) -+{ -+ DBG_8192C("%s, key_mgt=0x%x\n", __func__, key_mgt); -+ -+ if (key_mgt == WLAN_AKM_SUITE_8021X) -+ //*auth_type = UMAC_AUTH_TYPE_8021X; -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ else if (key_mgt == WLAN_AKM_SUITE_PSK) { -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; -+ } -+#ifdef CONFIG_WAPI_SUPPORT -+ else if(key_mgt ==WLAN_AKM_SUITE_WAPI_PSK){ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_WAPI; -+ } -+ else if(key_mgt ==WLAN_AKM_SUITE_WAPI_CERT){ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_WAPI; -+ } -+#endif -+ -+ -+ else { -+ DBG_8192C("Invalid key mgt: 0x%x\n", key_mgt); -+ //return -EINVAL; -+ } -+ -+ return 0; -+} -+ -+static int rtw_cfg80211_set_wpa_ie(_adapter *padapter, u8 *pie, size_t ielen) -+{ -+ u8 *buf=NULL, *pos=NULL; -+ u32 left; -+ int group_cipher = 0, pairwise_cipher = 0; -+ int ret = 0; -+ int wpa_ielen=0; -+ int wpa2_ielen=0; -+ u8 *pwpa, *pwpa2; -+ u8 null_addr[]= {0,0,0,0,0,0}; -+ -+ if (pie == NULL || !ielen) { -+ /* Treat this as normal case, but need to clear WIFI_UNDER_WPS */ -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ goto exit; -+ } -+ -+ if (ielen > MAX_WPA_IE_LEN+MAX_WPS_IE_LEN+MAX_P2P_IE_LEN) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ buf = rtw_zmalloc(ielen); -+ if (buf == NULL){ -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ _rtw_memcpy(buf, pie , ielen); -+ -+ //dump -+ { -+ int i; -+ DBG_8192C("set wpa_ie(length:%zu):\n", ielen); -+ for(i=0;i0) -+ { -+ if(rtw_parse_wpa_ie(pwpa, wpa_ielen+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype=Ndis802_11AuthModeWPAPSK; -+ _rtw_memcpy(padapter->securitypriv.supplicant_ie, &pwpa[0], wpa_ielen+2); -+ -+ DBG_8192C("got wpa_ie, wpa_ielen:%u\n", wpa_ielen); -+ } -+ } -+ -+ pwpa2 = rtw_get_wpa2_ie(buf, &wpa2_ielen, ielen); -+ if(pwpa2 && wpa2_ielen>0) -+ { -+ if(rtw_parse_wpa2_ie(pwpa2, wpa2_ielen+2, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype=Ndis802_11AuthModeWPA2PSK; -+ _rtw_memcpy(padapter->securitypriv.supplicant_ie, &pwpa2[0], wpa2_ielen+2); -+ -+ DBG_8192C("got wpa2_ie, wpa2_ielen:%u\n", wpa2_ielen); -+ } -+ } -+ -+ if (group_cipher == 0) -+ { -+ group_cipher = WPA_CIPHER_NONE; -+ } -+ if (pairwise_cipher == 0) -+ { -+ pairwise_cipher = WPA_CIPHER_NONE; -+ } -+ -+ switch(group_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot118021XGrpPrivacy=_NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus=Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot118021XGrpPrivacy=_TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot118021XGrpPrivacy=_AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ switch(pairwise_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus=Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ {/* handle wps_ie */ -+ uint wps_ielen; -+ u8 *wps_ie; -+ -+ wps_ie = rtw_get_wps_ie(buf, ielen, NULL, &wps_ielen); -+ if (wps_ie && wps_ielen > 0) { -+ DBG_8192C("got wps_ie, wps_ielen:%u\n", wps_ielen); -+ padapter->securitypriv.wps_ie_len = wps_ielensecuritypriv.wps_ie, wps_ie, padapter->securitypriv.wps_ie_len); -+ set_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ } else { -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ } -+ } -+ -+ #ifdef CONFIG_P2P -+ {//check p2p_ie for assoc req; -+ uint p2p_ielen=0; -+ u8 *p2p_ie; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if((p2p_ie=rtw_get_p2p_ie(buf, ielen, NULL, &p2p_ielen))) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s p2p_assoc_req_ielen=%d\n", __FUNCTION__, p2p_ielen); -+ #endif -+ -+ if(pmlmepriv->p2p_assoc_req_ie) -+ { -+ u32 free_len = pmlmepriv->p2p_assoc_req_ie_len; -+ pmlmepriv->p2p_assoc_req_ie_len = 0; -+ rtw_mfree(pmlmepriv->p2p_assoc_req_ie, free_len); -+ pmlmepriv->p2p_assoc_req_ie = NULL; -+ } -+ -+ pmlmepriv->p2p_assoc_req_ie = rtw_malloc(p2p_ielen); -+ if ( pmlmepriv->p2p_assoc_req_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ goto exit; -+ } -+ _rtw_memcpy(pmlmepriv->p2p_assoc_req_ie, p2p_ie, p2p_ielen); -+ pmlmepriv->p2p_assoc_req_ie_len = p2p_ielen; -+ } -+ } -+ #endif //CONFIG_P2P -+ -+ #ifdef CONFIG_WFD -+ {//check wfd_ie for assoc req; -+ uint wfd_ielen=0; -+ u8 *wfd_ie; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if(rtw_get_wfd_ie(buf, ielen, NULL, &wfd_ielen)) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s wfd_assoc_req_ielen=%d\n", __FUNCTION__, wfd_ielen); -+ #endif -+ -+ if(pmlmepriv->wfd_assoc_req_ie) -+ { -+ u32 free_len = pmlmepriv->wfd_assoc_req_ie_len; -+ pmlmepriv->wfd_assoc_req_ie_len = 0; -+ rtw_mfree(pmlmepriv->wfd_assoc_req_ie, free_len); -+ pmlmepriv->wfd_assoc_req_ie = NULL; -+ } -+ -+ pmlmepriv->wfd_assoc_req_ie = rtw_malloc(wfd_ielen); -+ if ( pmlmepriv->wfd_assoc_req_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ goto exit; -+ } -+ rtw_get_wfd_ie(buf, ielen, pmlmepriv->wfd_assoc_req_ie, &pmlmepriv->wfd_assoc_req_ie_len); -+ } -+ } -+ #endif //CONFIG_WFD -+ -+ //TKIP and AES disallow multicast packets until installing group key -+ if(padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_WTMIC_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _AES_) -+ //WPS open need to enable multicast -+ //|| check_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS) == _TRUE) -+ rtw_hal_set_hwreg(padapter, HW_VAR_OFF_RCR_AM, null_addr); -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_set_wpa_ie: pairwise_cipher=0x%08x padapter->securitypriv.ndisencryptstatus=%d padapter->securitypriv.ndisauthtype=%d\n", -+ pairwise_cipher, padapter->securitypriv.ndisencryptstatus, padapter->securitypriv.ndisauthtype)); -+ -+exit: -+ if (buf) -+ rtw_mfree(buf, ielen); -+ if (ret) -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ return ret; -+} -+ -+static int cfg80211_rtw_join_ibss(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_ibss_params *params) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ NDIS_802_11_SSID ndis_ssid; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX *)(&(pmlmeinfo->network)); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0)) -+ struct cfg80211_chan_def *pch_def; -+#endif -+ struct ieee80211_channel *pch; -+ int ret=0; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0)) -+ pch_def = (struct cfg80211_chan_def *)(¶ms->chandef); -+ pch = (struct ieee80211_channel *) pch_def->chan; -+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 31)) -+ pch = (struct ieee80211_channel *)(params->channel); -+#endif -+ -+ if(_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret= -EPERM; -+ goto exit; -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, _FW_UNDER_LINKING) == _TRUE) { -+ DBG_8192C("%s, but buddy_intf is under linking\n", __FUNCTION__); -+ ret = -EINVAL; -+ goto exit; -+ } -+ if (check_buddy_fwstate(padapter, _FW_UNDER_SURVEY) == _TRUE) { -+ rtw_scan_abort(padapter->pbuddy_adapter); -+ } -+#endif //CONFIG_CONCURRENT_MODE -+ -+ if (!params->ssid || !params->ssid_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (params->ssid_len > IW_ESSID_MAX_SIZE){ -+ -+ ret= -E2BIG; -+ goto exit; -+ } -+ -+ _rtw_memset(&ndis_ssid, 0, sizeof(NDIS_802_11_SSID)); -+ ndis_ssid.SsidLength = params->ssid_len; -+ _rtw_memcpy(ndis_ssid.Ssid, (u8 *)params->ssid, params->ssid_len); -+ -+ //DBG_8192C("ssid=%s, len=%zu\n", ndis_ssid.Ssid, params->ssid_len); -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; //open system -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ -+ ret = rtw_cfg80211_set_auth_type(psecuritypriv, NL80211_AUTHTYPE_OPEN_SYSTEM); -+ rtw_set_802_11_authentication_mode(padapter, psecuritypriv->ndisauthtype); -+ -+ DBG_871X("%s: center_freq = %d\n", __func__, pch->center_freq); -+ pmlmeext->cur_channel = rtw_freq2ch(pch->center_freq); -+ -+ if (rtw_set_802_11_ssid(padapter, &ndis_ssid) == _FALSE) -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+exit: -+ return ret; -+} -+ -+static int cfg80211_rtw_leave_ibss(struct wiphy *wiphy, struct net_device *ndev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct wireless_dev *rtw_wdev = padapter->rtw_wdev; -+ enum nl80211_iftype old_type; -+ int ret = 0; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ padapter->mlmepriv.not_indic_disco = _TRUE; -+ -+ old_type = rtw_wdev->iftype; -+ -+ rtw_set_to_roam(padapter, 0); -+ -+ if(check_fwstate(&padapter->mlmepriv, _FW_LINKED)) -+ { -+ rtw_scan_abort(padapter); -+ LeaveAllPowerSaveMode(padapter); -+ -+ rtw_wdev->iftype = NL80211_IFTYPE_STATION; -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, Ndis802_11Infrastructure) ==_FALSE) -+ { -+ rtw_wdev->iftype = old_type; -+ ret = -EPERM; -+ goto leave_ibss; -+ } -+ rtw_setopmode_cmd(padapter, Ndis802_11Infrastructure,_TRUE); -+ } -+ -+leave_ibss: -+ padapter->mlmepriv.not_indic_disco = _FALSE; -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_connect(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_connect_params *sme) -+{ -+ int ret=0; -+ _irqL irqL; -+ _list *phead; -+ struct wlan_network *pnetwork = NULL; -+ NDIS_802_11_AUTHENTICATION_MODE authmode; -+ NDIS_802_11_SSID ndis_ssid; -+ u8 *dst_ssid, *src_ssid; -+ u8 *dst_bssid, *src_bssid; -+ //u8 matched_by_bssid=_FALSE; -+ //u8 matched_by_ssid=_FALSE; -+ u8 matched=_FALSE; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ _queue *queue = &pmlmepriv->scanned_queue; -+ -+ padapter->mlmepriv.not_indic_disco = _TRUE; -+ -+ DBG_871X("=>"FUNC_NDEV_FMT" - Start to Connection\n", FUNC_NDEV_ARG(ndev)); -+ DBG_871X("privacy=%d, key=%p, key_len=%d, key_idx=%d\n", -+ sme->privacy, sme->key, sme->key_len, sme->key_idx); -+ -+ -+ if(adapter_wdev_data(padapter)->block == _TRUE) -+ { -+ ret = -EBUSY; -+ DBG_871X("%s wdev_priv.block is set\n", __FUNCTION__); -+ goto exit; -+ } -+ -+#ifdef CONFIG_PLATFORM_MSTAR_SCAN_BEFORE_CONNECT -+ printk("MStar Android!\n"); -+ if(adapter_wdev_data(padapter)->bandroid_scan == _FALSE) -+ { -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+#endif //CONFIG_P2P -+ { -+ ret = -EBUSY; -+ printk("Android hasn't attached yet!\n"); -+ goto exit; -+ } -+ } -+#endif -+ -+ rtw_ps_deny(padapter, PS_DENY_JOIN); -+ if(_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret= -EPERM; -+ goto exit; -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, _FW_UNDER_LINKING) == _TRUE) { -+ DBG_8192C("%s, but buddy_intf is under linking\n", __FUNCTION__); -+ ret = -EINVAL; -+ goto exit; -+ } -+ if (check_buddy_fwstate(padapter, _FW_UNDER_SURVEY) == _TRUE) { -+ rtw_scan_abort(padapter->pbuddy_adapter); -+ } -+#endif -+ -+ if (!sme->ssid || !sme->ssid_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (sme->ssid_len > IW_ESSID_MAX_SIZE){ -+ -+ ret= -E2BIG; -+ goto exit; -+ } -+ -+ _rtw_memset(&ndis_ssid, 0, sizeof(NDIS_802_11_SSID)); -+ ndis_ssid.SsidLength = sme->ssid_len; -+ _rtw_memcpy(ndis_ssid.Ssid, (u8 *)sme->ssid, sme->ssid_len); -+ -+ DBG_8192C("ssid=%s, len=%zu\n", ndis_ssid.Ssid, sme->ssid_len); -+ -+ -+ if (sme->bssid) -+ DBG_8192C("bssid="MAC_FMT"\n", MAC_ARG(sme->bssid)); -+ -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) { -+ ret = -EBUSY; -+ DBG_8192C("%s, fw_state=0x%x, goto exit\n", __FUNCTION__, pmlmepriv->fw_state); -+ goto exit; -+ } -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ rtw_scan_abort(padapter); -+ } -+ -+ psecuritypriv->ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; //open system -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ padapter->wapiInfo.bWapiEnable = false; -+#endif -+ -+ ret = rtw_cfg80211_set_wpa_version(psecuritypriv, sme->crypto.wpa_versions); -+ if (ret < 0) -+ goto exit; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(sme->crypto.wpa_versions & NL80211_WAPI_VERSION_1) -+ { -+ padapter->wapiInfo.bWapiEnable = true; -+ padapter->wapiInfo.extra_prefix_len = WAPI_EXT_LEN; -+ padapter->wapiInfo.extra_postfix_len = SMS4_MIC_LEN; -+ } -+#endif -+ -+ ret = rtw_cfg80211_set_auth_type(psecuritypriv, sme->auth_type); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_WAPI) -+ padapter->mlmeextpriv.mlmext_info.auth_algo = psecuritypriv->dot11AuthAlgrthm; -+#endif -+ -+ -+ if (ret < 0) -+ goto exit; -+ -+ DBG_8192C("%s, ie_len=%zu\n", __func__, sme->ie_len); -+ -+ ret = rtw_cfg80211_set_wpa_ie(padapter, (u8 *)sme->ie, sme->ie_len); -+ if (ret < 0) -+ goto exit; -+ -+ if (sme->crypto.n_ciphers_pairwise) { -+ ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.ciphers_pairwise[0], _TRUE); -+ if (ret < 0) -+ goto exit; -+ } -+ -+ //For WEP Shared auth -+ if((psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_Shared -+ || psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_Auto) && sme->key -+ ) -+ { -+ u32 wep_key_idx, wep_key_len,wep_total_len; -+ NDIS_802_11_WEP *pwep = NULL; -+ DBG_871X("%s(): Shared/Auto WEP\n",__FUNCTION__); -+ -+ wep_key_idx = sme->key_idx; -+ wep_key_len = sme->key_len; -+ -+ if (sme->key_idx > WEP_KEYS) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ wep_total_len = wep_key_len + FIELD_OFFSET(NDIS_802_11_WEP, KeyMaterial); -+ pwep =(NDIS_802_11_WEP *) rtw_malloc(wep_total_len); -+ if(pwep == NULL){ -+ DBG_871X(" wpa_set_encryption: pwep allocate fail !!!\n"); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ _rtw_memset(pwep, 0, wep_total_len); -+ -+ pwep->KeyLength = wep_key_len; -+ pwep->Length = wep_total_len; -+ -+ if(wep_key_len==13) -+ { -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP104_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP104_; -+ } -+ } -+ else { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ pwep->KeyIndex = wep_key_idx; -+ pwep->KeyIndex |= 0x80000000; -+ -+ _rtw_memcpy(pwep->KeyMaterial, (void *)sme->key, pwep->KeyLength); -+ -+ if(rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) -+ { -+ ret = -EOPNOTSUPP ; -+ } -+ -+ if (pwep) { -+ rtw_mfree((u8 *)pwep,wep_total_len); -+ } -+ -+ if(ret < 0) -+ goto exit; -+ } -+ -+ ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.cipher_group, _FALSE); -+ if (ret < 0) -+ return ret; -+ -+ if (sme->crypto.n_akm_suites) { -+ ret = rtw_cfg80211_set_key_mgt(psecuritypriv, sme->crypto.akm_suites[0]); -+ if (ret < 0) -+ goto exit; -+ } -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if(sme->crypto.akm_suites[0] ==WLAN_AKM_SUITE_WAPI_PSK){ -+ padapter->wapiInfo.bWapiPSK = true; -+ } -+ else if(sme->crypto.akm_suites[0] ==WLAN_AKM_SUITE_WAPI_CERT){ -+ padapter->wapiInfo.bWapiPSK = false; -+ } -+#endif -+ -+ authmode = psecuritypriv->ndisauthtype; -+ rtw_set_802_11_authentication_mode(padapter, authmode); -+ -+ //rtw_set_802_11_encryption_mode(padapter, padapter->securitypriv.ndisencryptstatus); -+ -+ if (rtw_set_802_11_connect(padapter, (u8 *)sme->bssid, &ndis_ssid) == _FALSE) { -+ ret = -1; -+ goto exit; -+ } -+ -+ DBG_8192C("set ssid:dot11AuthAlgrthm=%d, dot11PrivacyAlgrthm=%d, dot118021XGrpPrivacy=%d\n", psecuritypriv->dot11AuthAlgrthm, psecuritypriv->dot11PrivacyAlgrthm, psecuritypriv->dot118021XGrpPrivacy); -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_JOIN); -+ -+ DBG_8192C("<=%s, ret %d\n",__FUNCTION__, ret); -+ -+ padapter->mlmepriv.not_indic_disco = _FALSE; -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_disconnect(struct wiphy *wiphy, struct net_device *ndev, -+ u16 reason_code) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT" - Start to Disconnect\n", FUNC_NDEV_ARG(ndev)); -+ -+ padapter->mlmepriv.not_indic_disco = _TRUE; -+ -+ rtw_set_to_roam(padapter, 0); -+ -+ //if(check_fwstate(&padapter->mlmepriv, _FW_LINKED)) -+ { -+ rtw_scan_abort(padapter); -+ LeaveAllPowerSaveMode(padapter); -+ rtw_disassoc_cmd(padapter, 500, _FALSE); -+ -+ DBG_871X("%s...call rtw_indicate_disconnect\n", __FUNCTION__); -+ -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ rtw_pwr_wakeup(padapter); -+ } -+ -+ padapter->mlmepriv.not_indic_disco = _FALSE; -+ -+ DBG_871X(FUNC_NDEV_FMT" return 0\n", FUNC_NDEV_ARG(ndev)); -+ return 0; -+} -+ -+static int cfg80211_rtw_set_txpower(struct wiphy *wiphy, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) -+ struct wireless_dev *wdev, -+#endif -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)) || defined(COMPAT_KERNEL_RELEASE) -+ enum nl80211_tx_power_setting type, int mbm) -+#else -+ enum tx_power_setting type, int dbm) -+#endif -+{ -+#if 0 -+ struct iwm_priv *iwm = wiphy_to_iwm(wiphy); -+ int ret; -+ -+ switch (type) { -+ case NL80211_TX_POWER_AUTOMATIC: -+ return 0; -+ case NL80211_TX_POWER_FIXED: -+ if (mbm < 0 || (mbm % 100)) -+ return -EOPNOTSUPP; -+ -+ if (!test_bit(IWM_STATUS_READY, &iwm->status)) -+ return 0; -+ -+ ret = iwm_umac_set_config_fix(iwm, UMAC_PARAM_TBL_CFG_FIX, -+ CFG_TX_PWR_LIMIT_USR, -+ MBM_TO_DBM(mbm) * 2); -+ if (ret < 0) -+ return ret; -+ -+ return iwm_tx_power_trigger(iwm); -+ default: -+ IWM_ERR(iwm, "Unsupported power type: %d\n", type); -+ return -EOPNOTSUPP; -+ } -+#endif -+ DBG_8192C("%s\n", __func__); -+ return 0; -+} -+ -+static int cfg80211_rtw_get_txpower(struct wiphy *wiphy, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) -+ struct wireless_dev *wdev, -+#endif -+ int *dbm) -+{ -+ DBG_8192C("%s\n", __func__); -+ -+ *dbm = (12); -+ -+ return 0; -+} -+ -+inline bool rtw_cfg80211_pwr_mgmt(_adapter *adapter) -+{ -+ struct rtw_wdev_priv *rtw_wdev_priv = adapter_wdev_data(adapter); -+ return rtw_wdev_priv->power_mgmt; -+} -+ -+static int cfg80211_rtw_set_power_mgmt(struct wiphy *wiphy, -+ struct net_device *ndev, -+ bool enabled, int timeout) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct rtw_wdev_priv *rtw_wdev_priv = adapter_wdev_data(padapter); -+ -+ DBG_871X(FUNC_NDEV_FMT" enabled:%u, timeout:%d\n", FUNC_NDEV_ARG(ndev), -+ enabled, timeout); -+ -+ rtw_wdev_priv->power_mgmt = enabled; -+ -+ #ifdef CONFIG_LPS -+ if (!enabled) -+ LPS_Leave(padapter, "CFG80211_PWRMGMT"); -+ #endif -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_set_pmksa(struct wiphy *wiphy, -+ struct net_device *ndev, -+ struct cfg80211_pmksa *pmksa) -+{ -+ u8 index,blInserted = _FALSE; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *mlme = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ u8 strZeroMacAddress[ ETH_ALEN ] = { 0x00 }; -+ -+ DBG_871X(FUNC_NDEV_FMT" "MAC_FMT" "KEY_FMT"\n", FUNC_NDEV_ARG(ndev) -+ , MAC_ARG(pmksa->bssid), KEY_ARG(pmksa->pmkid)); -+ -+ if ( _rtw_memcmp((u8 *)pmksa->bssid, strZeroMacAddress, ETH_ALEN ) == _TRUE ) -+ { -+ return -EINVAL; -+ } -+ -+ if (check_fwstate(mlme, _FW_LINKED) == _FALSE) { -+ DBG_871X(FUNC_NDEV_FMT" not set pmksa cause not in linked state\n", FUNC_NDEV_ARG(ndev)); -+ return -EINVAL; -+ } -+ -+ blInserted = _FALSE; -+ -+ //overwrite PMKID -+ for(index=0 ; indexPMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN) ==_TRUE ) -+ { // BSSID is matched, the same AP => rewrite with new PMKID. -+ DBG_871X(FUNC_NDEV_FMT" BSSID exists in the PMKList.\n", FUNC_NDEV_ARG(ndev)); -+ -+ _rtw_memcpy( psecuritypriv->PMKIDList[index].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); -+ psecuritypriv->PMKIDList[index].bUsed = _TRUE; -+ psecuritypriv->PMKIDIndex = index+1; -+ blInserted = _TRUE; -+ break; -+ } -+ } -+ -+ if(!blInserted) -+ { -+ // Find a new entry -+ DBG_871X(FUNC_NDEV_FMT" Use the new entry index = %d for this PMKID.\n", -+ FUNC_NDEV_ARG(ndev), psecuritypriv->PMKIDIndex ); -+ -+ _rtw_memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].Bssid, (u8 *)pmksa->bssid, ETH_ALEN); -+ _rtw_memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].PMKID, (u8 *)pmksa->pmkid, WLAN_PMKID_LEN); -+ -+ psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].bUsed = _TRUE; -+ psecuritypriv->PMKIDIndex++ ; -+ if(psecuritypriv->PMKIDIndex==16) -+ { -+ psecuritypriv->PMKIDIndex =0; -+ } -+ } -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_del_pmksa(struct wiphy *wiphy, -+ struct net_device *ndev, -+ struct cfg80211_pmksa *pmksa) -+{ -+ u8 index, bMatched = _FALSE; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_871X(FUNC_NDEV_FMT" "MAC_FMT" "KEY_FMT"\n", FUNC_NDEV_ARG(ndev) -+ , MAC_ARG(pmksa->bssid), KEY_ARG(pmksa->pmkid)); -+ -+ for(index=0 ; indexPMKIDList[index].Bssid, (u8 *)pmksa->bssid, ETH_ALEN) ==_TRUE ) -+ { // BSSID is matched, the same AP => Remove this PMKID information and reset it. -+ _rtw_memset(psecuritypriv->PMKIDList[index].Bssid, 0x00, ETH_ALEN ); -+ _rtw_memset(psecuritypriv->PMKIDList[index].PMKID, 0x00, WLAN_PMKID_LEN ); -+ psecuritypriv->PMKIDList[index].bUsed = _FALSE; -+ bMatched = _TRUE; -+ DBG_871X(FUNC_NDEV_FMT" clear id:%hhu\n", FUNC_NDEV_ARG(ndev), index); -+ break; -+ } -+ } -+ -+ if(_FALSE == bMatched) -+ { -+ DBG_871X(FUNC_NDEV_FMT" do not have matched BSSID\n" -+ , FUNC_NDEV_ARG(ndev)); -+ return -EINVAL; -+ } -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_flush_pmksa(struct wiphy *wiphy, -+ struct net_device *ndev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ _rtw_memset( &psecuritypriv->PMKIDList[ 0 ], 0x00, sizeof( RT_PMKID_LIST ) * NUM_PMKID_CACHE ); -+ psecuritypriv->PMKIDIndex = 0; -+ -+ return 0; -+} -+ -+#ifdef CONFIG_AP_MODE -+void rtw_cfg80211_indicate_sta_assoc(_adapter *padapter, u8 *pmgmt_frame, uint frame_len) -+{ -+ s32 freq; -+ int channel; -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct net_device *ndev = padapter->pnetdev; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+#if defined(RTW_USE_CFG80211_STA_EVENT) || defined(COMPAT_KERNEL_RELEASE) -+ { -+ struct station_info sinfo; -+ u8 ie_offset; -+ if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ) -+ ie_offset = _ASOCREQ_IE_OFFSET_; -+ else // WIFI_REASSOCREQ -+ ie_offset = _REASOCREQ_IE_OFFSET_; -+ -+ memset(&sinfo, 0, sizeof(sinfo)); -+ sinfo.filled = 0; -+ sinfo.filled = STATION_INFO_ASSOC_REQ_IES; -+ sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; -+ sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; -+ cfg80211_new_sta(ndev, GetAddr2Ptr(pmgmt_frame), &sinfo, GFP_ATOMIC); -+ } -+#else /* defined(RTW_USE_CFG80211_STA_EVENT) */ -+ channel = pmlmeext->cur_channel; -+ freq = rtw_ch2freq(channel); -+ -+ #ifdef COMPAT_KERNEL_RELEASE -+ rtw_cfg80211_rx_mgmt(padapter, freq, 0, pmgmt_frame, frame_len, GFP_ATOMIC); -+ #elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) && !defined(CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER) -+ rtw_cfg80211_rx_mgmt(padapter, freq, 0, pmgmt_frame, frame_len, GFP_ATOMIC); -+ #else //COMPAT_KERNEL_RELEASE -+ { -+ //to avoid WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION) when calling cfg80211_send_rx_assoc() -+ #ifndef CONFIG_PLATFORM_MSTAR -+ pwdev->iftype = NL80211_IFTYPE_STATION; -+ #endif //CONFIG_PLATFORM_MSTAR -+ DBG_8192C("iftype=%d before call cfg80211_send_rx_assoc()\n", pwdev->iftype); -+ rtw_cfg80211_send_rx_assoc(padapter, NULL, pmgmt_frame, frame_len); -+ DBG_8192C("iftype=%d after call cfg80211_send_rx_assoc()\n", pwdev->iftype); -+ pwdev->iftype = NL80211_IFTYPE_AP; -+ //cfg80211_rx_action(padapter->pnetdev, freq, pmgmt_frame, frame_len, GFP_ATOMIC); -+ } -+ #endif //COMPAT_KERNEL_RELEASE -+#endif /* defined(RTW_USE_CFG80211_STA_EVENT) */ -+ -+} -+ -+void rtw_cfg80211_indicate_sta_disassoc(_adapter *padapter, unsigned char *da, unsigned short reason) -+{ -+ s32 freq; -+ int channel; -+ u8 *pmgmt_frame; -+ uint frame_len; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ u8 mgmt_buf[128] = {0}; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct net_device *ndev = padapter->pnetdev; -+ -+ DBG_871X(FUNC_ADPT_FMT"\n", FUNC_ADPT_ARG(padapter)); -+ -+#if defined(RTW_USE_CFG80211_STA_EVENT) || defined(COMPAT_KERNEL_RELEASE) -+ cfg80211_del_sta(ndev, da, GFP_ATOMIC); -+#else /* defined(RTW_USE_CFG80211_STA_EVENT) */ -+ channel = pmlmeext->cur_channel; -+ freq = rtw_ch2freq(channel); -+ -+ pmgmt_frame = mgmt_buf; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pmgmt_frame; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, da, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, get_my_bssid(&(pmlmeinfo->network)), ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pmgmt_frame, WIFI_DEAUTH); -+ -+ pmgmt_frame += sizeof(struct rtw_ieee80211_hdr_3addr); -+ frame_len = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ reason = cpu_to_le16(reason); -+ pmgmt_frame = rtw_set_fixed_ie(pmgmt_frame, _RSON_CODE_ , (unsigned char *)&reason, &frame_len); -+ -+ #ifdef COMPAT_KERNEL_RELEASE -+ rtw_cfg80211_rx_mgmt(padapter, freq, 0, mgmt_buf, frame_len, GFP_ATOMIC); -+ #elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) && !defined(CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER) -+ rtw_cfg80211_rx_mgmt(padapter, freq, 0, mgmt_buf, frame_len, GFP_ATOMIC); -+ #else //COMPAT_KERNEL_RELEASE -+ cfg80211_send_disassoc(padapter->pnetdev, mgmt_buf, frame_len); -+ //cfg80211_rx_action(padapter->pnetdev, freq, mgmt_buf, frame_len, GFP_ATOMIC); -+ #endif //COMPAT_KERNEL_RELEASE -+#endif /* defined(RTW_USE_CFG80211_STA_EVENT) */ -+} -+ -+static int rtw_cfg80211_monitor_if_open(struct net_device *ndev) -+{ -+ int ret = 0; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ return ret; -+} -+ -+static int rtw_cfg80211_monitor_if_close(struct net_device *ndev) -+{ -+ int ret = 0; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ return ret; -+} -+ -+static int rtw_cfg80211_monitor_if_xmit_entry(struct sk_buff *skb, struct net_device *ndev) -+{ -+ int ret = 0; -+ int rtap_len; -+ int qos_len = 0; -+ int dot11_hdr_len = 24; -+ int snap_len = 6; -+ unsigned char *pdata; -+ u16 frame_ctl; -+ unsigned char src_mac_addr[6]; -+ unsigned char dst_mac_addr[6]; -+ struct ieee80211_hdr *dot11_hdr; -+ struct ieee80211_radiotap_header *rtap_hdr; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ if (skb) -+ rtw_mstat_update(MSTAT_TYPE_SKB, MSTAT_ALLOC_SUCCESS, skb->truesize); -+ -+ if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) -+ goto fail; -+ -+ rtap_hdr = (struct ieee80211_radiotap_header *)skb->data; -+ if (unlikely(rtap_hdr->it_version)) -+ goto fail; -+ -+ rtap_len = ieee80211_get_radiotap_len(skb->data); -+ if (unlikely(skb->len < rtap_len)) -+ goto fail; -+ -+ if(rtap_len != 14) -+ { -+ DBG_8192C("radiotap len (should be 14): %d\n", rtap_len); -+ goto fail; -+ } -+ -+ /* Skip the ratio tap header */ -+ skb_pull(skb, rtap_len); -+ -+ dot11_hdr = (struct ieee80211_hdr *)skb->data; -+ frame_ctl = le16_to_cpu(dot11_hdr->frame_control); -+ /* Check if the QoS bit is set */ -+ if ((frame_ctl & RTW_IEEE80211_FCTL_FTYPE) == RTW_IEEE80211_FTYPE_DATA) { -+ /* Check if this ia a Wireless Distribution System (WDS) frame -+ * which has 4 MAC addresses -+ */ -+ if (dot11_hdr->frame_control & 0x0080) -+ qos_len = 2; -+ if ((dot11_hdr->frame_control & 0x0300) == 0x0300) -+ dot11_hdr_len += 6; -+ -+ memcpy(dst_mac_addr, dot11_hdr->addr1, sizeof(dst_mac_addr)); -+ memcpy(src_mac_addr, dot11_hdr->addr2, sizeof(src_mac_addr)); -+ -+ /* Skip the 802.11 header, QoS (if any) and SNAP, but leave spaces for -+ * for two MAC addresses -+ */ -+ skb_pull(skb, dot11_hdr_len + qos_len + snap_len - sizeof(src_mac_addr) * 2); -+ pdata = (unsigned char*)skb->data; -+ memcpy(pdata, dst_mac_addr, sizeof(dst_mac_addr)); -+ memcpy(pdata + sizeof(dst_mac_addr), src_mac_addr, sizeof(src_mac_addr)); -+ -+ DBG_8192C("should be eapol packet\n"); -+ -+ /* Use the real net device to transmit the packet */ -+ ret = _rtw_xmit_entry(skb, padapter->pnetdev); -+ -+ return ret; -+ -+ } -+ else if ((frame_ctl & (RTW_IEEE80211_FCTL_FTYPE|RTW_IEEE80211_FCTL_STYPE)) -+ == (RTW_IEEE80211_FTYPE_MGMT|RTW_IEEE80211_STYPE_ACTION) -+ ) -+ { -+ //only for action frames -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ //u8 category, action, OUI_Subtype, dialogToken=0; -+ //unsigned char *frame_body; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ u8 *buf = skb->data; -+ u32 len = skb->len; -+ u8 category, action; -+ int type = -1; -+ -+ if (rtw_action_frame_parse(buf, len, &category, &action) == _FALSE) { -+ DBG_8192C(FUNC_NDEV_FMT" frame_control:0x%x\n", FUNC_NDEV_ARG(ndev), -+ le16_to_cpu(((struct rtw_ieee80211_hdr_3addr *)buf)->frame_ctl)); -+ goto fail; -+ } -+ -+ DBG_8192C("RTW_Tx:da="MAC_FMT" via "FUNC_NDEV_FMT"\n", -+ MAC_ARG(GetAddr1Ptr(buf)), FUNC_NDEV_ARG(ndev)); -+ #ifdef CONFIG_P2P -+ if((type = rtw_p2p_check_frames(padapter, buf, len, _TRUE)) >= 0) -+ goto dump; -+ #endif -+ if (category == RTW_WLAN_CATEGORY_PUBLIC) -+ DBG_871X("RTW_Tx:%s\n", action_public_str(action)); -+ else -+ DBG_871X("RTW_Tx:category(%u), action(%u)\n", category, action); -+ -+dump: -+ //starting alloc mgmt frame to dump it -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ goto fail; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = _FALSE; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ _rtw_memcpy(pframe, (void*)buf, len); -+ #ifdef CONFIG_WFD -+ if (type >= 0) -+ { -+ struct wifi_display_info *pwfd_info; -+ -+ pwfd_info = padapter->wdinfo.wfd_info; -+ -+ if ( _TRUE == pwfd_info->wfd_enable ) -+ { -+ rtw_append_wfd_ie( padapter, pframe, &len ); -+ } -+ } -+ #endif // CONFIG_WFD -+ pattrib->pktlen = len; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ //update seq number -+ pmlmeext->mgnt_seq = GetSequence(pwlanhdr); -+ pattrib->seqnum = pmlmeext->mgnt_seq; -+ pmlmeext->mgnt_seq++; -+ -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ dump_mgntframe(padapter, pmgntframe); -+ -+ } -+ else -+ { -+ DBG_8192C("frame_ctl=0x%x\n", frame_ctl & (RTW_IEEE80211_FCTL_FTYPE|RTW_IEEE80211_FCTL_STYPE)); -+ } -+ -+ -+fail: -+ -+ rtw_skb_free(skb); -+ -+ return 0; -+ -+} -+ -+static void rtw_cfg80211_monitor_if_set_multicast_list(struct net_device *ndev) -+{ -+ DBG_8192C("%s\n", __func__); -+} -+ -+static int rtw_cfg80211_monitor_if_set_mac_address(struct net_device *ndev, void *addr) -+{ -+ int ret = 0; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ return ret; -+} -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+static const struct net_device_ops rtw_cfg80211_monitor_if_ops = { -+ .ndo_open = rtw_cfg80211_monitor_if_open, -+ .ndo_stop = rtw_cfg80211_monitor_if_close, -+ .ndo_start_xmit = rtw_cfg80211_monitor_if_xmit_entry, -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) -+ .ndo_set_multicast_list = rtw_cfg80211_monitor_if_set_multicast_list, -+ #endif -+ .ndo_set_mac_address = rtw_cfg80211_monitor_if_set_mac_address, -+}; -+#endif -+ -+static int rtw_cfg80211_add_monitor_if(_adapter *padapter, char *name, struct net_device **ndev) -+{ -+ int ret = 0; -+ struct net_device* mon_ndev = NULL; -+ struct wireless_dev* mon_wdev = NULL; -+ struct rtw_netdev_priv_indicator *pnpi; -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(padapter); -+ -+ if (!name) { -+ DBG_871X(FUNC_ADPT_FMT" without specific name\n", FUNC_ADPT_ARG(padapter)); -+ ret = -EINVAL; -+ goto out; -+ } -+ -+ if (pwdev_priv->pmon_ndev) { -+ DBG_871X(FUNC_ADPT_FMT" monitor interface exist: "NDEV_FMT"\n", -+ FUNC_ADPT_ARG(padapter), NDEV_ARG(pwdev_priv->pmon_ndev)); -+ ret = -EBUSY; -+ goto out; -+ } -+ -+ mon_ndev = alloc_etherdev(sizeof(struct rtw_netdev_priv_indicator)); -+ if (!mon_ndev) { -+ DBG_871X(FUNC_ADPT_FMT" allocate ndev fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ mon_ndev->type = ARPHRD_IEEE80211_RADIOTAP; -+ strncpy(mon_ndev->name, name, IFNAMSIZ); -+ mon_ndev->name[IFNAMSIZ - 1] = 0; -+ mon_ndev->destructor = rtw_ndev_destructor; -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+ mon_ndev->netdev_ops = &rtw_cfg80211_monitor_if_ops; -+#else -+ mon_ndev->open = rtw_cfg80211_monitor_if_open; -+ mon_ndev->stop = rtw_cfg80211_monitor_if_close; -+ mon_ndev->hard_start_xmit = rtw_cfg80211_monitor_if_xmit_entry; -+ mon_ndev->set_mac_address = rtw_cfg80211_monitor_if_set_mac_address; -+#endif -+ -+ pnpi = netdev_priv(mon_ndev); -+ pnpi->priv = padapter; -+ pnpi->sizeof_priv = sizeof(_adapter); -+ -+ /* wdev */ -+ mon_wdev = (struct wireless_dev *)rtw_zmalloc(sizeof(struct wireless_dev)); -+ if (!mon_wdev) { -+ DBG_871X(FUNC_ADPT_FMT" allocate mon_wdev fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ mon_wdev->wiphy = padapter->rtw_wdev->wiphy; -+ mon_wdev->netdev = mon_ndev; -+ mon_wdev->iftype = NL80211_IFTYPE_MONITOR; -+ mon_ndev->ieee80211_ptr = mon_wdev; -+ -+ ret = register_netdevice(mon_ndev); -+ if (ret) { -+ goto out; -+ } -+ -+ *ndev = pwdev_priv->pmon_ndev = mon_ndev; -+ _rtw_memcpy(pwdev_priv->ifname_mon, name, IFNAMSIZ+1); -+ -+out: -+ if (ret && mon_wdev) { -+ rtw_mfree((u8*)mon_wdev, sizeof(struct wireless_dev)); -+ mon_wdev = NULL; -+ } -+ -+ if (ret && mon_ndev) { -+ free_netdev(mon_ndev); -+ *ndev = mon_ndev = NULL; -+ } -+ -+ return ret; -+} -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+static struct wireless_dev * -+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38)) || defined(COMPAT_KERNEL_RELEASE) -+static struct net_device * -+#else -+static int -+#endif -+ cfg80211_rtw_add_virtual_intf( -+ struct wiphy *wiphy, -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0)) -+ const char *name, -+ #else -+ char *name, -+ #endif -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0)) -+ unsigned char name_assign_type, -+ #endif -+ enum nl80211_iftype type, u32 *flags, struct vif_params *params) -+{ -+ int ret = 0; -+ struct net_device* ndev = NULL; -+ _adapter *padapter = wiphy_to_adapter(wiphy); -+ -+ DBG_871X("%s wiphy:%s, name:%s, type:%d\n", -+ __func__, wiphy_name(wiphy), name, type); -+ -+ switch (type) { -+ case NL80211_IFTYPE_ADHOC: -+ case NL80211_IFTYPE_AP_VLAN: -+ case NL80211_IFTYPE_WDS: -+ case NL80211_IFTYPE_MESH_POINT: -+ ret = -ENODEV; -+ break; -+ case NL80211_IFTYPE_MONITOR: -+ ret = rtw_cfg80211_add_monitor_if(padapter, (char *)name, &ndev); -+ break; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ case NL80211_IFTYPE_P2P_CLIENT: -+#endif -+ case NL80211_IFTYPE_STATION: -+ ret = -ENODEV; -+ break; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ case NL80211_IFTYPE_P2P_GO: -+#endif -+ case NL80211_IFTYPE_AP: -+ ret = -ENODEV; -+ break; -+ default: -+ ret = -ENODEV; -+ DBG_871X("Unsupported interface type\n"); -+ break; -+ } -+ -+ DBG_871X("%s ndev:%p, ret:%d\n", __func__, ndev, ret); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ return ndev ? ndev->ieee80211_ptr : ERR_PTR(ret); -+#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38)) || defined(COMPAT_KERNEL_RELEASE) -+ return ndev ? ndev : ERR_PTR(ret); -+#else -+ return ret; -+#endif -+} -+ -+static int cfg80211_rtw_del_virtual_intf(struct wiphy *wiphy, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct wireless_dev *wdev -+#else -+ struct net_device *ndev -+#endif -+) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct net_device *ndev = wdev_to_ndev(wdev); -+#endif -+ int ret = 0; -+ _adapter *adapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ if (!ndev) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ adapter = (_adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(adapter); -+ -+ unregister_netdevice(ndev); -+ -+ if (ndev == pwdev_priv->pmon_ndev) { -+ pwdev_priv->pmon_ndev = NULL; -+ pwdev_priv->ifname_mon[0] = '\0'; -+ DBG_871X(FUNC_NDEV_FMT" remove monitor interface\n", FUNC_NDEV_ARG(ndev)); -+ } -+ -+exit: -+ return ret; -+} -+ -+static int rtw_add_beacon(_adapter *adapter, const u8 *head, size_t head_len, const u8 *tail, size_t tail_len) -+{ -+ int ret=0; -+ u8 *pbuf = NULL; -+ uint len, wps_ielen=0; -+ uint p2p_ielen=0; -+ u8 *p2p_ie; -+ u8 got_p2p_ie = _FALSE; -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+ //struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ -+ DBG_8192C("%s beacon_head_len=%zu, beacon_tail_len=%zu\n", __FUNCTION__, head_len, tail_len); -+ -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ if(head_len<24) -+ return -EINVAL; -+ -+ -+ pbuf = rtw_zmalloc(head_len+tail_len); -+ if(!pbuf) -+ return -ENOMEM; -+ -+ -+ //_rtw_memcpy(&pstapriv->max_num_sta, param->u.bcn_ie.reserved, 2); -+ -+ //if((pstapriv->max_num_sta>NUM_STA) || (pstapriv->max_num_sta<=0)) -+ // pstapriv->max_num_sta = NUM_STA; -+ -+ -+ _rtw_memcpy(pbuf, (void *)head+24, head_len-24);// 24=beacon header len. -+ _rtw_memcpy(pbuf+head_len-24, (void *)tail, tail_len); -+ -+ len = head_len+tail_len-24; -+ -+ //check wps ie if inclued -+ if(rtw_get_wps_ie(pbuf+_FIXED_IE_LENGTH_, len-_FIXED_IE_LENGTH_, NULL, &wps_ielen)) -+ DBG_8192C("add bcn, wps_ielen=%d\n", wps_ielen); -+ -+#ifdef CONFIG_P2P -+ if( adapter->wdinfo.driver_interface == DRIVER_CFG80211 ) -+ { -+ //check p2p if enable -+ if(rtw_get_p2p_ie(pbuf+_FIXED_IE_LENGTH_, len-_FIXED_IE_LENGTH_, NULL, &p2p_ielen)) -+ { -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct wifidirect_info *pwdinfo= &(adapter->wdinfo); -+ -+ DBG_8192C("got p2p_ie, len=%d\n", p2p_ielen); -+ -+ got_p2p_ie = _TRUE; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ DBG_8192C("Enable P2P function for the first time\n"); -+ rtw_p2p_enable(adapter, P2P_ROLE_GO); -+ adapter_wdev_data(adapter)->p2p_enabled = _TRUE; -+ -+ adapter->stapriv.expire_to = 3; // 3x2 = 6 sec in p2p mode -+ } -+ else -+ { -+ DBG_8192C("enter GO Mode, p2p_ielen=%d\n", p2p_ielen); -+ -+ rtw_p2p_set_role(pwdinfo, P2P_ROLE_GO); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_OK); -+ pwdinfo->intent = 15; -+ } -+ } -+ } -+#endif // CONFIG_P2P -+ -+ /* pbss_network->IEs will not include p2p_ie, wfd ie */ -+ rtw_ies_remove_ie(pbuf, &len, _BEACON_IE_OFFSET_, _VENDOR_SPECIFIC_IE_, P2P_OUI, 4); -+ rtw_ies_remove_ie(pbuf, &len, _BEACON_IE_OFFSET_, _VENDOR_SPECIFIC_IE_, WFD_OUI, 4); -+ -+ if (rtw_check_beacon_data(adapter, pbuf, len) == _SUCCESS) -+ { -+#ifdef CONFIG_P2P -+ //check p2p if enable -+ if(got_p2p_ie == _TRUE) -+ { -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ struct wifidirect_info *pwdinfo= &(adapter->wdinfo); -+ pwdinfo->operating_channel = pmlmeext->cur_channel; -+ } -+#endif //CONFIG_P2P -+ ret = 0; -+ } -+ else -+ { -+ ret = -EINVAL; -+ } -+ -+ -+ rtw_mfree(pbuf, head_len+tail_len); -+ -+ return ret; -+} -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)) && !defined(COMPAT_KERNEL_RELEASE) -+static int cfg80211_rtw_add_beacon(struct wiphy *wiphy, struct net_device *ndev, -+ struct beacon_parameters *info) -+{ -+ int ret=0; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ ret = rtw_add_beacon(adapter, info->head, info->head_len, info->tail, info->tail_len); -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_set_beacon(struct wiphy *wiphy, struct net_device *ndev, -+ struct beacon_parameters *info) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ pmlmeext->bstart_bss = _TRUE; -+ -+ cfg80211_rtw_add_beacon(wiphy, ndev, info); -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_del_beacon(struct wiphy *wiphy, struct net_device *ndev) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return 0; -+} -+#else -+static int cfg80211_rtw_start_ap(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_ap_settings *settings) -+{ -+ int ret = 0; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT" hidden_ssid:%d, auth_type:%d\n", FUNC_NDEV_ARG(ndev), -+ settings->hidden_ssid, settings->auth_type); -+ -+ ret = rtw_add_beacon(adapter, settings->beacon.head, settings->beacon.head_len, -+ settings->beacon.tail, settings->beacon.tail_len); -+ -+ adapter->mlmeextpriv.mlmext_info.hidden_ssid_mode = settings->hidden_ssid; -+ -+ if (settings->ssid && settings->ssid_len) { -+ WLAN_BSSID_EX *pbss_network = &adapter->mlmepriv.cur_network.network; -+ WLAN_BSSID_EX *pbss_network_ext = &adapter->mlmeextpriv.mlmext_info.network; -+ -+ if(0) -+ DBG_871X(FUNC_ADPT_FMT" ssid:(%s,%zu), from ie:(%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ settings->ssid, settings->ssid_len, -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength); -+ -+ _rtw_memcpy(pbss_network->Ssid.Ssid, (void *)settings->ssid, settings->ssid_len); -+ pbss_network->Ssid.SsidLength = settings->ssid_len; -+ _rtw_memcpy(pbss_network_ext->Ssid.Ssid, (void *)settings->ssid, settings->ssid_len); -+ pbss_network_ext->Ssid.SsidLength = settings->ssid_len; -+ -+ if(0) -+ DBG_871X(FUNC_ADPT_FMT" after ssid:(%s,%d), (%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength, -+ pbss_network_ext->Ssid.Ssid, pbss_network_ext->Ssid.SsidLength); -+ } -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_change_beacon(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_beacon_data *info) -+{ -+ int ret = 0; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(ndev); -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ ret = rtw_add_beacon(adapter, info->head, info->head_len, info->tail, info->tail_len); -+ -+ return ret; -+} -+ -+static int cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ return 0; -+} -+ -+#endif //(LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)) -+ -+static int cfg80211_rtw_add_station(struct wiphy *wiphy, struct net_device *ndev, -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)) -+ u8 *mac, -+#else -+ const u8 *mac, -+#endif -+ struct station_parameters *params) -+{ -+ int ret = 0; -+#ifdef CONFIG_TDLS -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct sta_info *psta; -+#endif /* CONFIG_TDLS */ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+#ifdef CONFIG_TDLS -+ psta = rtw_get_stainfo(pstapriv, mac); -+ if (psta == NULL) { -+ psta = rtw_alloc_stainfo(pstapriv, mac); -+ if (psta ==NULL) { -+ DBG_871X("[%s] Alloc station for "MAC_FMT" fail\n", __FUNCTION__, MAC_ARG(mac)); -+ ret =-EOPNOTSUPP; -+ goto exit; -+ } -+ } -+#endif /* CONFIG_TDLS */ -+ -+exit: -+ return ret; -+} -+ -+static int cfg80211_rtw_del_station(struct wiphy *wiphy, struct net_device *ndev, -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)) -+ u8 *mac -+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(3, 19, 0)) -+ const u8 *mac -+#else -+ struct station_del_parameters *params -+#endif -+ ) -+{ -+ int ret=0; -+ _irqL irqL; -+ _list *phead, *plist; -+ u8 updated = _FALSE; -+ const u8 *target_mac; -+ struct sta_info *psta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("+"FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 19, 0)) -+ target_mac = mac; -+#else -+ target_mac = params->mac; -+#endif -+ -+ if(check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != _TRUE) -+ { -+ DBG_8192C("%s, fw_state != FW_LINKED|WIFI_AP_STATE\n", __func__); -+ return -EINVAL; -+ } -+ -+ -+ if (!target_mac) -+ { -+ DBG_8192C("flush all sta, and cam_entry\n"); -+ -+ flush_all_cam_entry(padapter); //clear CAM -+ -+ ret = rtw_sta_flush(padapter, _TRUE); -+ -+ return ret; -+ } -+ -+ -+ DBG_8192C("free sta macaddr =" MAC_FMT "\n", MAC_ARG(target_mac)); -+ -+ if (target_mac[0] == 0xff && target_mac[1] == 0xff && -+ target_mac[2] == 0xff && target_mac[3] == 0xff && -+ target_mac[4] == 0xff && target_mac[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ //check asoc_queue -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ -+ plist = get_next(plist); -+ -+ if (_rtw_memcmp((u8 *)target_mac, psta->hwaddr, ETH_ALEN)) -+ { -+ if(psta->dot8021xalg == 1 && psta->bpairwise_key_installed == _FALSE) -+ { -+ DBG_8192C("%s, sta's dot8021xalg = 1 and key_installed = _FALSE\n", __func__); -+ } -+ else -+ { -+ DBG_8192C("free psta=%p, aid=%d\n", psta, psta->aid); -+ -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ -+ //_exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if (check_fwstate(pmlmepriv, (WIFI_AP_STATE)) == _TRUE) -+ updated = ap_free_sta(padapter, psta, _TRUE, WLAN_REASON_PREV_AUTH_NOT_VALID, _TRUE); -+ else -+ updated = ap_free_sta(padapter, psta, _TRUE, WLAN_REASON_DEAUTH_LEAVING, _TRUE); -+ //_enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ psta = NULL; -+ -+ break; -+ } -+ -+ } -+ -+ } -+ -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ associated_clients_update(padapter, updated, STA_INFO_UPDATE_ALL); -+ -+ DBG_871X("-"FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_change_station(struct wiphy *wiphy, struct net_device *ndev, -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,16,0)) -+ u8 *mac, -+#else -+ const u8 *mac, -+#endif -+ struct station_parameters *params) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return 0; -+} -+ -+struct sta_info *rtw_sta_info_get_by_idx(const int idx, struct sta_priv *pstapriv) -+ -+{ -+ _list *phead, *plist; -+ struct sta_info *psta = NULL; -+ int i = 0; -+ -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ //check asoc_queue -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ if(idx == i) psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ i++; -+ } -+ return psta; -+} -+ -+static int cfg80211_rtw_dump_station(struct wiphy *wiphy, struct net_device *ndev, -+ int idx, u8 *mac, struct station_info *sinfo) -+{ -+ -+ int ret = 0; -+ _irqL irqL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ psta = rtw_sta_info_get_by_idx(idx, pstapriv); -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if(NULL == psta) -+ { -+ DBG_871X("Station is not found\n"); -+ ret = -ENOENT; -+ goto exit; -+ } -+ _rtw_memcpy(mac, psta->hwaddr, ETH_ALEN); -+ sinfo->filled = 0; -+ sinfo->filled |= STATION_INFO_SIGNAL; -+ sinfo->signal = psta->rssi; -+ -+exit: -+ return ret; -+} -+ -+static int cfg80211_rtw_change_bss(struct wiphy *wiphy, struct net_device *ndev, -+ struct bss_parameters *params) -+{ -+ u8 i; -+ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+/* -+ DBG_8192C("use_cts_prot=%d\n", params->use_cts_prot); -+ DBG_8192C("use_short_preamble=%d\n", params->use_short_preamble); -+ DBG_8192C("use_short_slot_time=%d\n", params->use_short_slot_time); -+ DBG_8192C("ap_isolate=%d\n", params->ap_isolate); -+ -+ DBG_8192C("basic_rates_len=%d\n", params->basic_rates_len); -+ for(i=0; ibasic_rates_len; i++) -+ { -+ DBG_8192C("basic_rates=%d\n", params->basic_rates[i]); -+ -+ } -+*/ -+ return 0; -+ -+} -+ -+static int cfg80211_rtw_set_channel(struct wiphy *wiphy -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ , struct net_device *ndev -+ #endif -+ , struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) -+{ -+ int chan_target = (u8) ieee80211_frequency_to_channel(chan->center_freq); -+ int chan_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ int chan_width = CHANNEL_WIDTH_20; -+ _adapter *padapter = wiphy_to_adapter(wiphy); -+ -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ #endif -+ -+ switch (channel_type) { -+ case NL80211_CHAN_NO_HT: -+ case NL80211_CHAN_HT20: -+ chan_width = CHANNEL_WIDTH_20; -+ chan_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ case NL80211_CHAN_HT40MINUS: -+ chan_width = CHANNEL_WIDTH_40; -+ chan_offset = HAL_PRIME_CHNL_OFFSET_UPPER; -+ break; -+ case NL80211_CHAN_HT40PLUS: -+ chan_width = CHANNEL_WIDTH_40; -+ chan_offset = HAL_PRIME_CHNL_OFFSET_LOWER; -+ break; -+ default: -+ chan_width = CHANNEL_WIDTH_20; -+ chan_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ break; -+ } -+ -+ set_channel_bwmode(padapter, chan_target, chan_offset, chan_width); -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_auth(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_auth_request *req) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return 0; -+} -+ -+static int cfg80211_rtw_assoc(struct wiphy *wiphy, struct net_device *ndev, -+ struct cfg80211_assoc_request *req) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+ return 0; -+} -+#endif //CONFIG_AP_MODE -+ -+void rtw_cfg80211_rx_probe_request(_adapter *adapter, u8 *frame, uint frame_len) -+{ -+ s32 freq; -+ int channel; -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(adapter); -+ u8 category, action; -+ -+ channel = rtw_get_oper_ch(adapter); -+ freq = rtw_ch2freq(channel); -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("RTW_Rx: probe request, cur_ch=%d\n", channel); -+#endif /* CONFIG_DEBUG_CFG80211 */ -+ rtw_cfg80211_rx_mgmt(adapter, freq, 0, frame, frame_len, GFP_ATOMIC); -+} -+ -+void rtw_cfg80211_rx_action_p2p(_adapter *padapter, u8 *pmgmt_frame, uint frame_len) -+{ -+ int type; -+ s32 freq; -+ int channel; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ u8 category, action; -+ -+ channel = rtw_get_oper_ch(padapter); -+ -+ DBG_8192C("RTW_Rx:cur_ch=%d\n", channel); -+ #ifdef CONFIG_P2P -+ type = rtw_p2p_check_frames(padapter, pmgmt_frame, frame_len, _FALSE); -+ if (type >= 0) -+ goto indicate; -+ #endif -+ rtw_action_frame_parse(pmgmt_frame, frame_len, &category, &action); -+ DBG_871X("RTW_Rx:category(%u), action(%u)\n", category, action); -+ -+indicate: -+ freq = rtw_ch2freq(channel); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ rtw_cfg80211_rx_mgmt(padapter, freq, 0, pmgmt_frame, frame_len, GFP_ATOMIC); -+#else -+ cfg80211_rx_action(padapter->pnetdev, freq, pmgmt_frame, frame_len, GFP_ATOMIC); -+#endif -+} -+ -+void rtw_cfg80211_rx_p2p_action_public(_adapter *padapter, u8 *pmgmt_frame, uint frame_len) -+{ -+ int type; -+ s32 freq; -+ int channel; -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ u8 category, action; -+ -+ channel = rtw_get_oper_ch(padapter); -+ -+ DBG_8192C("RTW_Rx:cur_ch=%d\n", channel); -+ #ifdef CONFIG_P2P -+ type = rtw_p2p_check_frames(padapter, pmgmt_frame, frame_len, _FALSE); -+ if (type >= 0) { -+ switch (type) { -+ case P2P_GO_NEGO_CONF: -+ case P2P_PROVISION_DISC_RESP: -+ case P2P_INVIT_RESP: -+ rtw_set_scan_deny(padapter, 2000); -+ rtw_clear_scan_deny(padapter); -+ } -+ goto indicate; -+ } -+ #endif -+ rtw_action_frame_parse(pmgmt_frame, frame_len, &category, &action); -+ DBG_871X("RTW_Rx:category(%u), action(%u)\n", category, action); -+ -+indicate: -+ freq = rtw_ch2freq(channel); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ rtw_cfg80211_rx_mgmt(padapter, freq, 0, pmgmt_frame, frame_len, GFP_ATOMIC); -+#else -+ cfg80211_rx_action(padapter->pnetdev, freq, pmgmt_frame, frame_len, GFP_ATOMIC); -+#endif -+} -+ -+void rtw_cfg80211_rx_action(_adapter *adapter, u8 *frame, uint frame_len, const char*msg) -+{ -+ s32 freq; -+ int channel; -+ struct mlme_ext_priv *pmlmeext = &(adapter->mlmeextpriv); -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(adapter); -+ u8 category, action; -+ -+ channel = rtw_get_oper_ch(adapter); -+ -+ rtw_action_frame_parse(frame, frame_len, &category, &action); -+ -+ if (action == ACT_PUBLIC_GAS_INITIAL_REQ) { -+ rtw_set_scan_deny(adapter, 200); -+ rtw_scan_abort_no_wait(adapter); -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(adapter)) -+ rtw_scan_abort_no_wait(adapter->pbuddy_adapter); -+ #endif -+ } -+ -+ freq = rtw_ch2freq(channel); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ rtw_cfg80211_rx_mgmt(adapter, freq, 0, frame, frame_len, GFP_ATOMIC); -+#else -+ cfg80211_rx_action(adapter->pnetdev, freq, frame, frame_len, GFP_ATOMIC); -+#endif -+ -+ DBG_8192C("RTW_Rx:cur_ch=%d\n", channel); -+ if (msg) -+ DBG_871X("RTW_Rx:%s\n", msg); -+ else -+ DBG_871X("RTW_Rx:category(%u), action(%u)\n", category, action); -+} -+ -+#ifdef CONFIG_P2P -+void rtw_cfg80211_issue_p2p_provision_request(_adapter *padapter, const u8 *buf, size_t len) -+{ -+ u16 wps_devicepassword_id = 0x0000; -+ uint wps_devicepassword_id_len = 0; -+ u8 wpsie[ 255 ] = { 0x00 }, p2p_ie[ 255 ] = { 0x00 }; -+ uint p2p_ielen = 0; -+ uint wpsielen = 0; -+ u32 devinfo_contentlen = 0; -+ u8 devinfo_content[64] = { 0x00 }; -+ u16 capability = 0; -+ uint capability_len = 0; -+ -+ unsigned char category = RTW_WLAN_CATEGORY_PUBLIC; -+ u8 action = P2P_PUB_ACTION_ACTION; -+ u8 dialogToken = 1; -+ u32 p2poui = cpu_to_be32(P2POUI); -+ u8 oui_subtype = P2P_PROVISION_DISC_REQ; -+ u32 p2pielen = 0; -+#ifdef CONFIG_WFD -+ u32 wfdielen = 0; -+#endif //CONFIG_WFD -+ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ unsigned short *fctrl; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ u8 *frame_body = (unsigned char *)(buf + sizeof(struct rtw_ieee80211_hdr_3addr)); -+ size_t frame_body_len = len - sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ -+ DBG_871X( "[%s] In\n", __FUNCTION__ ); -+ -+ //prepare for building provision_request frame -+ _rtw_memcpy(pwdinfo->tx_prov_disc_info.peerIFAddr, GetAddr1Ptr(buf), ETH_ALEN); -+ _rtw_memcpy(pwdinfo->tx_prov_disc_info.peerDevAddr, GetAddr1Ptr(buf), ETH_ALEN); -+ -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_PUSH_BUTTON; -+ -+ rtw_get_wps_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, frame_body_len - _PUBLIC_ACTION_IE_OFFSET_, wpsie, &wpsielen); -+ rtw_get_wps_attr_content( wpsie, wpsielen, WPS_ATTR_DEVICE_PWID, (u8*) &wps_devicepassword_id, &wps_devicepassword_id_len); -+ wps_devicepassword_id = be16_to_cpu( wps_devicepassword_id ); -+ -+ switch(wps_devicepassword_id) -+ { -+ case WPS_DPID_PIN: -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_LABEL; -+ break; -+ case WPS_DPID_USER_SPEC: -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_DISPLYA; -+ break; -+ case WPS_DPID_MACHINE_SPEC: -+ break; -+ case WPS_DPID_REKEY: -+ break; -+ case WPS_DPID_PBC: -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_PUSH_BUTTON; -+ break; -+ case WPS_DPID_REGISTRAR_SPEC: -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_KEYPAD; -+ break; -+ default: -+ break; -+ } -+ -+ -+ if ( rtw_get_p2p_ie( frame_body + _PUBLIC_ACTION_IE_OFFSET_, frame_body_len - _PUBLIC_ACTION_IE_OFFSET_, p2p_ie, &p2p_ielen ) ) -+ { -+ -+ rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_DEVICE_INFO, devinfo_content, &devinfo_contentlen); -+ rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_CAPABILITY, (u8*)&capability, &capability_len); -+ -+ } -+ -+ -+ //start to build provision_request frame -+ _rtw_memset(wpsie, 0, sizeof(wpsie)); -+ _rtw_memset(p2p_ie, 0, sizeof(p2p_ie)); -+ p2p_ielen = 0; -+ -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ return; -+ } -+ -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ -+ fctrl = &(pwlanhdr->frame_ctl); -+ *(fctrl) = 0; -+ -+ _rtw_memcpy(pwlanhdr->addr1, pwdinfo->tx_prov_disc_info.peerDevAddr, ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr2, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pwlanhdr->addr3, pwdinfo->tx_prov_disc_info.peerDevAddr, ETH_ALEN); -+ -+ SetSeqNum(pwlanhdr, pmlmeext->mgnt_seq); -+ pmlmeext->mgnt_seq++; -+ SetFrameSubType(pframe, WIFI_ACTION); -+ -+ pframe += sizeof(struct rtw_ieee80211_hdr_3addr); -+ pattrib->pktlen = sizeof(struct rtw_ieee80211_hdr_3addr); -+ -+ pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *) &(p2poui), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(oui_subtype), &(pattrib->pktlen)); -+ pframe = rtw_set_fixed_ie(pframe, 1, &(dialogToken), &(pattrib->pktlen)); -+ -+ -+ //build_prov_disc_request_p2p_ie -+ // P2P OUI -+ p2pielen = 0; -+ p2p_ie[ p2pielen++ ] = 0x50; -+ p2p_ie[ p2pielen++ ] = 0x6F; -+ p2p_ie[ p2pielen++ ] = 0x9A; -+ p2p_ie[ p2pielen++ ] = 0x09; // WFA P2P v1.0 -+ -+ // Commented by Albert 20110301 -+ // According to the P2P Specification, the provision discovery request frame should contain 3 P2P attributes -+ // 1. P2P Capability -+ // 2. Device Info -+ // 3. Group ID ( When joining an operating P2P Group ) -+ -+ // P2P Capability ATTR -+ // Type: -+ p2p_ie[ p2pielen++ ] = P2P_ATTR_CAPABILITY; -+ -+ // Length: -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 0x0002 ); -+ RTW_PUT_LE16(p2p_ie + p2pielen, 0x0002); -+ p2pielen += 2; -+ -+ // Value: -+ // Device Capability Bitmap, 1 byte -+ // Group Capability Bitmap, 1 byte -+ _rtw_memcpy(p2p_ie + p2pielen, &capability, 2); -+ p2pielen += 2; -+ -+ -+ // Device Info ATTR -+ // Type: -+ p2p_ie[ p2pielen++ ] = P2P_ATTR_DEVICE_INFO; -+ -+ // Length: -+ // 21 -> P2P Device Address (6bytes) + Config Methods (2bytes) + Primary Device Type (8bytes) -+ // + NumofSecondDevType (1byte) + WPS Device Name ID field (2bytes) + WPS Device Name Len field (2bytes) -+ //*(u16*) ( p2pie + p2pielen ) = cpu_to_le16( 21 + pwdinfo->device_name_len ); -+ RTW_PUT_LE16(p2p_ie + p2pielen, devinfo_contentlen); -+ p2pielen += 2; -+ -+ // Value: -+ _rtw_memcpy(p2p_ie + p2pielen, devinfo_content, devinfo_contentlen); -+ p2pielen += devinfo_contentlen; -+ -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *) p2p_ie, &p2p_ielen); -+ //p2pielen = build_prov_disc_request_p2p_ie( pwdinfo, pframe, NULL, 0, pwdinfo->tx_prov_disc_info.peerDevAddr); -+ //pframe += p2pielen; -+ pattrib->pktlen += p2p_ielen; -+ -+ wpsielen = 0; -+ // WPS OUI -+ *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); -+ wpsielen += 4; -+ -+ // WPS version -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); -+ wpsielen += 2; -+ -+ // Value: -+ wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 -+ -+ // Config Method -+ // Type: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_CONF_METHOD ); -+ wpsielen += 2; -+ -+ // Length: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); -+ wpsielen += 2; -+ -+ // Value: -+ *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( pwdinfo->tx_prov_disc_info.wps_config_method_request ); -+ wpsielen += 2; -+ -+ pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *) wpsie, &pattrib->pktlen ); -+ -+ -+#ifdef CONFIG_WFD -+ wfdielen = build_provdisc_req_wfd_ie(pwdinfo, pframe); -+ pframe += wfdielen; -+ pattrib->pktlen += wfdielen; -+#endif //CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ //dump_mgntframe(padapter, pmgntframe); -+ if (dump_mgntframe_and_wait_ack(padapter, pmgntframe) != _SUCCESS) -+ DBG_8192C("%s, ack to\n", __func__); -+ -+ //if(wps_devicepassword_id == WPS_DPID_REGISTRAR_SPEC) -+ //{ -+ // DBG_8192C("waiting for p2p peer key-in PIN CODE\n"); -+ // rtw_msleep_os(15000); // 15 sec for key in PIN CODE, workaround for GS2 before issuing Nego Req. -+ //} -+ -+} -+ -+static s32 cfg80211_rtw_remain_on_channel(struct wiphy *wiphy, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct wireless_dev *wdev, -+#else -+ struct net_device *ndev, -+#endif -+ struct ieee80211_channel * channel, -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) -+ enum nl80211_channel_type channel_type, -+#endif -+ unsigned int duration, u64 *cookie) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct net_device *ndev = wdev_to_ndev(wdev); -+#endif -+ s32 err = 0; -+ u8 remain_ch = (u8) ieee80211_frequency_to_channel(channel->center_freq); -+ u8 ready_on_channel = _FALSE; -+ _adapter *padapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ struct mlme_ext_priv *pmlmeext; -+ struct wifidirect_info *pwdinfo; -+ struct cfg80211_wifidirect_info *pcfg80211_wdinfo; -+ u8 is_p2p_find = _FALSE; -+ -+#ifndef CONFIG_RADIO_WORK -+ #define RTW_ROCH_DURATION_ENLARGE -+ #define RTW_ROCH_BACK_OP -+#endif -+ -+ if (ndev == NULL) { -+ return -EINVAL; -+ } -+ -+ padapter = (_adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(padapter); -+ pmlmeext = &padapter->mlmeextpriv; -+ pwdinfo = &padapter->wdinfo; -+ pcfg80211_wdinfo = &padapter->cfg80211_wdinfo; -+ #ifdef CONFIG_CONCURRENT_MODE -+ is_p2p_find=(duration < (pwdinfo->ext_listen_interval))? _TRUE : _FALSE; -+ #endif -+ -+ *cookie = ATOMIC_INC_RETURN(&pcfg80211_wdinfo->ro_ch_cookie_gen); -+ -+ DBG_871X(FUNC_ADPT_FMT" ch:%u duration:%d, cookie:0x%llx\n", FUNC_ADPT_ARG(padapter), remain_ch, duration, *cookie); -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (padapter->registrypriv.mp_mode == 1) { -+ DBG_871X(FUNC_ADPT_FMT ": MP mode block remain_on_channel request\n", FUNC_ADPT_ARG(padapter)); -+ err = -EFAULT; -+ goto exit; -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter) { -+ if (padapter->pbuddy_adapter->registrypriv.mp_mode == 1) { -+ DBG_871X(FUNC_ADPT_FMT ": MP mode block remain_on_channel request\n", FUNC_ADPT_ARG(padapter->pbuddy_adapter)); -+ err = -EFAULT; -+ goto exit; -+ } -+ } -+#endif -+#endif -+ -+ if(pcfg80211_wdinfo->is_ro_ch == _TRUE) -+ { -+ DBG_8192C("%s, cancel ro ch timer\n", __func__); -+ _cancel_timer_ex(&padapter->cfg80211_wdinfo.remain_on_ch_timer); -+ #ifdef CONFIG_CONCURRENT_MODE -+ ATOMIC_SET(&pwdev_priv->ro_ch_to, 1); -+ #endif //CONFIG_CONCURRENT_MODE -+ p2p_protocol_wk_hdl(padapter, P2P_RO_CH_WK); -+ } -+ -+ pcfg80211_wdinfo->is_ro_ch = _TRUE; -+ pcfg80211_wdinfo->last_ro_ch_time = rtw_get_current_time(); -+ -+ if(_FAIL == rtw_pwr_wakeup(padapter)) { -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ _rtw_memcpy(&pcfg80211_wdinfo->remain_on_ch_channel, channel, sizeof(struct ieee80211_channel)); -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) -+ pcfg80211_wdinfo->remain_on_ch_type= channel_type; -+ #endif -+ pcfg80211_wdinfo->remain_on_ch_cookie= *cookie; -+ -+ rtw_scan_abort(padapter); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ((rtw_buddy_adapter_up(padapter)) && is_p2p_find) //don't scan_abort during p2p_listen. -+ rtw_scan_abort(padapter->pbuddy_adapter); -+#endif //CONFIG_CONCURRENT_MODE -+ -+ if (check_fwstate(&padapter->mlmepriv, _FW_UNDER_LINKING|WIFI_UNDER_WPS) == _TRUE) -+ { -+ DBG_871X("mlme state:0x%x\n", get_fwstate(&padapter->mlmepriv)); -+ remain_ch = padapter->mlmeextpriv.cur_channel; -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, _FW_UNDER_LINKING|WIFI_UNDER_WPS) == _TRUE) -+ { -+ DBG_871X("buddy_intf's mlme state:0x%x\n", get_fwstate(&(padapter->pbuddy_adapter->mlmepriv))); -+ remain_ch = padapter->pbuddy_adapter->mlmeextpriv.cur_channel; -+ } -+#endif /* CONFIG_CONCURRENT_MODE */ -+ -+ //if(!rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) && !rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ rtw_p2p_enable(padapter, P2P_ROLE_DEVICE); -+ adapter_wdev_data(padapter)->p2p_enabled = _TRUE; -+ padapter->wdinfo.listen_channel = remain_ch; -+ } else if (rtw_p2p_chk_state(pwdinfo , P2P_STATE_LISTEN)) { -+ padapter->wdinfo.listen_channel = remain_ch; -+ } else { -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, role=%d, p2p_state=%d\n", __func__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo)); -+#endif -+ } -+ -+ -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_LISTEN); -+ -+ #ifdef RTW_ROCH_DURATION_ENLARGE -+ if (duration < 400) -+ duration = duration * 3; /* extend from exper */ -+ #endif -+ -+#ifdef RTW_ROCH_BACK_OP -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, _FW_LINKED)) { -+ if (is_p2p_find) /* p2p_find , duration<1000 */ -+ duration = duration + pwdinfo->ext_listen_interval; -+ else /* p2p_listen, duration=5000 */ -+ duration = pwdinfo->ext_listen_interval + (pwdinfo->ext_listen_interval / 4); -+ } -+#endif -+#endif /* RTW_ROCH_BACK_OP */ -+ -+ pcfg80211_wdinfo->restore_channel = rtw_get_oper_ch(padapter); -+ -+ if(rtw_ch_set_search_ch(pmlmeext->channel_set, remain_ch) >= 0) { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_buddy_fwstate(padapter, _FW_LINKED) ) -+ { -+ PADAPTER pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ if((remain_ch != pbuddy_mlmeext->cur_channel) && !check_fwstate(&padapter->mlmepriv, _FW_LINKED)) -+ { -+ if(ATOMIC_READ(&pwdev_priv->switch_ch_to)==1 || -+ (remain_ch != pmlmeext->cur_channel)) -+ { -+ if (check_buddy_fwstate(padapter, WIFI_FW_STATION_STATE)) { -+ DBG_8192C("%s, issue nulldata pwrbit=1\n", __func__); -+ issue_nulldata(padapter->pbuddy_adapter, NULL, 1, 3, 500); -+ } -+ -+ ATOMIC_SET(&pwdev_priv->switch_ch_to, 0); -+ -+ #ifdef RTW_ROCH_BACK_OP -+ DBG_8192C("%s, set switch ch timer, duration=%d\n", __func__, duration-pwdinfo->ext_listen_interval); -+ _set_timer(&pwdinfo->ap_p2p_switch_timer, duration-pwdinfo->ext_listen_interval); -+ #endif -+ } -+ } -+ -+ ready_on_channel = _TRUE; -+ //pmlmeext->cur_channel = remain_ch; -+ //set_channel_bwmode(padapter, remain_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ }else -+#endif //CONFIG_CONCURRENT_MODE -+ if(remain_ch != rtw_get_oper_ch(padapter) ) -+ { -+ ready_on_channel = _TRUE; -+ //pmlmeext->cur_channel = remain_ch; -+ //set_channel_bwmode(padapter, remain_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+ } else { -+ DBG_871X("%s remain_ch:%u not in channel plan!!!!\n", __FUNCTION__, remain_ch); -+ } -+ -+ -+ //call this after other things have been done -+#ifdef CONFIG_CONCURRENT_MODE -+ if(ATOMIC_READ(&pwdev_priv->ro_ch_to)==1 || -+ (remain_ch != rtw_get_oper_ch(padapter))) -+ { -+ u8 co_channel = 0xff; -+ ATOMIC_SET(&pwdev_priv->ro_ch_to, 0); -+#endif -+ -+ if(ready_on_channel == _TRUE) -+ { -+ if ( !check_fwstate(&padapter->mlmepriv, _FW_LINKED ) ) -+ { -+ pmlmeext->cur_channel = remain_ch; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ co_channel = rtw_get_oper_ch(padapter); -+ -+ if(co_channel !=remain_ch) -+#endif -+ { -+ //if (!padapter->mlmepriv.LinkDetectInfo.bBusyTraffic) -+ set_channel_bwmode(padapter, remain_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+ } -+ } -+ DBG_8192C("%s, set ro ch timer, duration=%d\n", __func__, duration); -+ _set_timer( &pcfg80211_wdinfo->remain_on_ch_timer, duration); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ } -+#endif -+ -+ rtw_cfg80211_ready_on_channel(padapter, *cookie, channel, channel_type, duration, GFP_KERNEL); -+ -+exit: -+ if (err) { -+ pcfg80211_wdinfo->is_ro_ch = _FALSE; -+ pcfg80211_wdinfo->last_ro_ch_time = rtw_get_current_time(); -+ } -+ -+ return err; -+} -+ -+static s32 cfg80211_rtw_cancel_remain_on_channel(struct wiphy *wiphy, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct wireless_dev *wdev, -+#else -+ struct net_device *ndev, -+#endif -+ u64 cookie) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct net_device *ndev = wdev_to_ndev(wdev); -+#endif -+ s32 err = 0; -+ _adapter *padapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ struct wifidirect_info *pwdinfo; -+ struct cfg80211_wifidirect_info *pcfg80211_wdinfo; -+ -+ if (ndev == NULL) { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ padapter = (_adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(padapter); -+ pwdinfo = &padapter->wdinfo; -+ pcfg80211_wdinfo = &padapter->cfg80211_wdinfo; -+ -+ DBG_871X(FUNC_ADPT_FMT" cookie:0x%llx\n", FUNC_ADPT_ARG(padapter), cookie); -+ -+ if (pcfg80211_wdinfo->is_ro_ch == _TRUE) { -+ DBG_8192C("%s, cancel ro ch timer\n", __func__); -+ _cancel_timer_ex(&padapter->cfg80211_wdinfo.remain_on_ch_timer); -+ #ifdef CONFIG_CONCURRENT_MODE -+ ATOMIC_SET(&pwdev_priv->ro_ch_to, 1); -+ #endif -+ p2p_protocol_wk_hdl(padapter, P2P_RO_CH_WK); -+ } -+ -+ #if 0 -+ // Disable P2P Listen State -+ if(!rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT) && !rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_NONE); -+ _rtw_memset(pwdinfo, 0x00, sizeof(struct wifidirect_info)); -+ } -+ } -+ else -+ #endif -+ { -+ rtw_p2p_set_state(pwdinfo, rtw_p2p_pre_state(pwdinfo)); -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, role=%d, p2p_state=%d\n", __func__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo)); -+#endif -+ } -+ -+ pcfg80211_wdinfo->is_ro_ch = _FALSE; -+ pcfg80211_wdinfo->last_ro_ch_time = rtw_get_current_time(); -+ -+exit: -+ return err; -+} -+ -+#endif //CONFIG_P2P -+ -+static int _cfg80211_rtw_mgmt_tx(_adapter *padapter, u8 tx_ch, const u8 *buf, size_t len, int wait_ack) -+{ -+ struct xmit_frame *pmgntframe; -+ struct pkt_attrib *pattrib; -+ unsigned char *pframe; -+ int ret = _FAIL; -+ bool ack = _TRUE; -+ struct rtw_ieee80211_hdr *pwlanhdr; -+ struct rtw_wdev_priv *pwdev_priv = adapter_wdev_data(padapter); -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+#endif //CONFIG_P2P -+ //struct cfg80211_wifidirect_info *pcfg80211_wdinfo = &padapter->cfg80211_wdinfo; -+ -+ rtw_set_scan_deny(padapter, 1000); -+ -+ rtw_scan_abort(padapter); -+ #ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)) -+ rtw_scan_abort(padapter->pbuddy_adapter); -+ #endif /* CONFIG_CONCURRENT_MODE */ -+#ifdef CONFIG_P2P -+ if (padapter->cfg80211_wdinfo.is_ro_ch == _TRUE) { -+ //DBG_8192C("%s, cancel ro ch timer\n", __func__); -+ //_cancel_timer_ex(&padapter->cfg80211_wdinfo.remain_on_ch_timer); -+ //padapter->cfg80211_wdinfo.is_ro_ch = _FALSE; -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (!check_fwstate(&padapter->mlmepriv, _FW_LINKED )) -+ { -+ DBG_8192C("%s, extend ro ch time\n", __func__); -+ _set_timer( &padapter->cfg80211_wdinfo.remain_on_ch_timer, pwdinfo->ext_listen_period); -+ } -+ #endif //CONFIG_CONCURRENT_MODE -+ } -+#endif //CONFIG_P2P -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, _FW_LINKED )) { -+ u8 co_channel=0xff; -+ PADAPTER pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ co_channel = rtw_get_oper_ch(padapter); -+ -+ if (tx_ch != pbuddy_mlmeext->cur_channel) { -+ -+ u16 ext_listen_period; -+ -+ if (ATOMIC_READ(&pwdev_priv->switch_ch_to)==1) { -+ if (check_buddy_fwstate(padapter, WIFI_FW_STATION_STATE)) { -+ DBG_8192C("%s, issue nulldata pwrbit=1\n", __func__); -+ issue_nulldata(padapter->pbuddy_adapter, NULL, 1, 3, 500); -+ } -+ -+ ATOMIC_SET(&pwdev_priv->switch_ch_to, 0); -+ -+ //DBG_8192C("%s, set switch ch timer, period=%d\n", __func__, pwdinfo->ext_listen_period); -+ //_set_timer(&pwdinfo->ap_p2p_switch_timer, pwdinfo->ext_listen_period); -+ } -+ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED )) -+ { -+ ext_listen_period = 500;// 500ms -+ } -+ else -+ { -+ ext_listen_period = pwdinfo->ext_listen_period; -+ } -+ -+ DBG_8192C("%s, set switch ch timer, period=%d\n", __func__, ext_listen_period); -+ _set_timer(&pwdinfo->ap_p2p_switch_timer, ext_listen_period); -+ -+ } -+ -+ if (!check_fwstate(&padapter->mlmepriv, _FW_LINKED )) -+ pmlmeext->cur_channel = tx_ch; -+ -+ if (tx_ch != co_channel) -+ set_channel_bwmode(padapter, tx_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ }else -+#endif //CONFIG_CONCURRENT_MODE -+ //if (tx_ch != pmlmeext->cur_channel) { -+ if(tx_ch != rtw_get_oper_ch(padapter)) { -+ if (!check_fwstate(&padapter->mlmepriv, _FW_LINKED )) -+ pmlmeext->cur_channel = tx_ch; -+ set_channel_bwmode(padapter, tx_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+ -+ //starting alloc mgmt frame to dump it -+ if ((pmgntframe = alloc_mgtxmitframe(pxmitpriv)) == NULL) -+ { -+ //ret = -ENOMEM; -+ ret = _FAIL; -+ goto exit; -+ } -+ -+ //update attribute -+ pattrib = &pmgntframe->attrib; -+ update_mgntframe_attrib(padapter, pattrib); -+ pattrib->retry_ctrl = _FALSE; -+ -+ _rtw_memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); -+ -+ pframe = (u8 *)(pmgntframe->buf_addr) + TXDESC_OFFSET; -+ -+ _rtw_memcpy(pframe, (void*)buf, len); -+ pattrib->pktlen = len; -+ -+ pwlanhdr = (struct rtw_ieee80211_hdr *)pframe; -+ //update seq number -+ pmlmeext->mgnt_seq = GetSequence(pwlanhdr); -+ pattrib->seqnum = pmlmeext->mgnt_seq; -+ pmlmeext->mgnt_seq++; -+ -+#ifdef CONFIG_WFD -+ { -+ struct wifi_display_info *pwfd_info; -+ -+ pwfd_info = padapter->wdinfo.wfd_info; -+ -+ if ( _TRUE == pwfd_info->wfd_enable ) -+ { -+ rtw_append_wfd_ie( padapter, pframe, &pattrib->pktlen ); -+ } -+ } -+#endif // CONFIG_WFD -+ -+ pattrib->last_txcmdsz = pattrib->pktlen; -+ -+ if (wait_ack) { -+ if (dump_mgntframe_and_wait_ack(padapter, pmgntframe) != _SUCCESS) { -+ ack = _FALSE; -+ ret = _FAIL; -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ack == _FAIL\n", __func__); -+#endif -+ } else { -+ -+#ifdef CONFIG_XMIT_ACK -+ rtw_msleep_os(50); -+#endif -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ack=%d, ok!\n", __func__, ack); -+#endif -+ ret = _SUCCESS; -+ } -+ } else { -+ dump_mgntframe(padapter, pmgntframe); -+ ret = _SUCCESS; -+ } -+exit: -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ret=%d\n", __func__, ret); -+ #endif -+ -+ return ret; -+ -+} -+ -+static int cfg80211_rtw_mgmt_tx(struct wiphy *wiphy, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct wireless_dev *wdev, -+#else -+ struct net_device *ndev, -+#endif -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)) || defined(COMPAT_KERNEL_RELEASE) -+ struct ieee80211_channel *chan, -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38)) || defined(COMPAT_KERNEL_RELEASE) -+ bool offchan, -+ #endif -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) -+ enum nl80211_channel_type channel_type, -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ bool channel_type_valid, -+ #endif -+ #endif -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38)) || defined(COMPAT_KERNEL_RELEASE) -+ unsigned int wait, -+ #endif -+ const u8 *buf, size_t len, -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) -+ bool no_cck, -+ #endif -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0)) -+ bool dont_wait_for_ack, -+ #endif -+#else -+ struct cfg80211_mgmt_tx_params *params, -+#endif -+ u64 *cookie) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct net_device *ndev = wdev_to_ndev(wdev); -+#endif -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,0)) || defined(COMPAT_KERNEL_RELEASE) -+ struct ieee80211_channel *chan = params->chan; -+ bool offchan = params->offchan; -+ unsigned int wait = params->wait; -+ const u8 *buf = params->buf; -+ size_t len = params->len; -+ bool no_cck = params->no_cck; -+ bool dont_wait_for_ack = params->dont_wait_for_ack; -+#endif -+ int ret = 0; -+ int tx_ret; -+ int wait_ack = 1; -+ u32 dump_limit = RTW_MAX_MGMT_TX_CNT; -+ u32 dump_cnt = 0; -+ bool ack = _TRUE; -+ u8 tx_ch; -+ u8 category, action; -+ u8 frame_styp; -+ int type = (-1); -+ u32 start = rtw_get_current_time(); -+ _adapter *padapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ if ((ndev == NULL) || (chan == NULL)) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ tx_ch = (u8)ieee80211_frequency_to_channel(chan->center_freq); -+ -+ padapter = (_adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(padapter); -+ -+ /* cookie generation */ -+ *cookie = (unsigned long) buf; -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X(FUNC_ADPT_FMT" len=%zu, ch=%d" -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) -+ ", ch_type=%d" -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ ", channel_type_valid=%d" -+ #endif -+ #endif -+ "\n", FUNC_ADPT_ARG(padapter), -+ len, tx_ch -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) -+ , channel_type -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ , channel_type_valid -+ #endif -+ #endif -+ ); -+#endif /* CONFIG_DEBUG_CFG80211 */ -+ -+ /* indicate ack before issue frame to avoid racing with rsp frame */ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ rtw_cfg80211_mgmt_tx_status(padapter, *cookie, buf, len, ack, GFP_KERNEL); -+#elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,34) && LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,35)) -+ cfg80211_action_tx_status(ndev, *cookie, buf, len, ack, GFP_KERNEL); -+#endif -+ -+ frame_styp = le16_to_cpu(((struct rtw_ieee80211_hdr_3addr *)buf)->frame_ctl) & IEEE80211_FCTL_STYPE; -+ if (IEEE80211_STYPE_PROBE_RESP == frame_styp) { -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("RTW_Tx: probe_resp tx_ch=%d, da="MAC_FMT"\n", tx_ch, MAC_ARG(GetAddr1Ptr(buf))); -+#endif /* CONFIG_DEBUG_CFG80211 */ -+ wait_ack = 0; -+ goto dump; -+ } -+ -+ if (rtw_action_frame_parse(buf, len, &category, &action) == _FALSE) { -+ DBG_8192C(FUNC_ADPT_FMT" frame_control:0x%x\n", FUNC_ADPT_ARG(padapter), -+ le16_to_cpu(((struct rtw_ieee80211_hdr_3addr *)buf)->frame_ctl)); -+ goto exit; -+ } -+ -+ DBG_8192C("RTW_Tx:tx_ch=%d, da="MAC_FMT"\n", tx_ch, MAC_ARG(GetAddr1Ptr(buf))); -+ #ifdef CONFIG_P2P -+ if((type = rtw_p2p_check_frames(padapter, buf, len, _TRUE)) >= 0) { -+ goto dump; -+ } -+ #endif -+ if (category == RTW_WLAN_CATEGORY_PUBLIC) -+ DBG_871X("RTW_Tx:%s\n", action_public_str(action)); -+ else -+ DBG_871X("RTW_Tx:category(%u), action(%u)\n", category, action); -+ -+dump: -+ -+ rtw_ps_deny(padapter, PS_DENY_MGNT_TX); -+ if(_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret = -EFAULT; -+ goto cancel_ps_deny; -+ } -+ -+ while (1) { -+ u32 sleep_ms = 0; -+ u32 retry_guarantee_ms = 0; -+ -+ dump_cnt++; -+ tx_ret = _cfg80211_rtw_mgmt_tx(padapter, tx_ch, buf, len, wait_ack); -+ -+ switch (action) { -+ case ACT_PUBLIC_GAS_INITIAL_REQ: -+ case ACT_PUBLIC_GAS_INITIAL_RSP: -+ sleep_ms = 50; -+ retry_guarantee_ms = RTW_MAX_MGMT_TX_MS_GAS; -+ } -+ -+ if (tx_ret == _SUCCESS -+ || (dump_cnt >= dump_limit && rtw_get_passing_time_ms(start) >= retry_guarantee_ms)) -+ break; -+ -+ if (sleep_ms > 0) -+ rtw_msleep_os(sleep_ms); -+ } -+ -+ if (tx_ret != _SUCCESS || dump_cnt > 1) { -+ DBG_871X(FUNC_ADPT_FMT" %s (%d/%d) in %d ms\n", FUNC_ADPT_ARG(padapter), -+ tx_ret==_SUCCESS?"OK":"FAIL", dump_cnt, dump_limit, rtw_get_passing_time_ms(start)); -+ } -+ -+ switch (type) { -+ case P2P_GO_NEGO_CONF: -+ rtw_clear_scan_deny(padapter); -+ break; -+ case P2P_INVIT_RESP: -+ if (pwdev_priv->invit_info.flags & BIT(0) -+ && pwdev_priv->invit_info.status == 0) -+ { -+ DBG_871X(FUNC_ADPT_FMT" agree with invitation of persistent group\n", -+ FUNC_ADPT_ARG(padapter)); -+ rtw_set_scan_deny(padapter, 5000); -+ rtw_pwr_wakeup_ex(padapter, 5000); -+ rtw_clear_scan_deny(padapter); -+ } -+ break; -+ } -+ -+cancel_ps_deny: -+ rtw_ps_deny_cancel(padapter, PS_DENY_MGNT_TX); -+exit: -+ return ret; -+} -+ -+static void cfg80211_rtw_mgmt_frame_register(struct wiphy *wiphy, -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 6, 0)) -+ struct wireless_dev *wdev, -+#else -+ struct net_device *ndev, -+#endif -+ u16 frame_type, bool reg) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0)) -+ struct net_device *ndev = wdev_to_ndev(wdev); -+#endif -+ _adapter *adapter; -+ -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ if (ndev == NULL) -+ goto exit; -+ -+ adapter = (_adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(adapter); -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_871X(FUNC_ADPT_FMT" frame_type:%x, reg:%d\n", FUNC_ADPT_ARG(adapter), -+ frame_type, reg); -+#endif -+ -+ /* Wait QC Verify */ -+ return; -+ -+ switch (frame_type) { -+ case IEEE80211_STYPE_PROBE_REQ: /* 0x0050 */ -+ SET_CFG80211_REPORT_MGMT(pwdev_priv, IEEE80211_STYPE_PROBE_REQ, reg); -+ break; -+ case IEEE80211_STYPE_ACTION: /* 0x00D0 */ -+ SET_CFG80211_REPORT_MGMT(pwdev_priv, IEEE80211_STYPE_ACTION, reg); -+ break; -+ default: -+ break; -+ } -+ -+exit: -+ return; -+} -+ -+#if defined(CONFIG_TDLS) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) -+static int cfg80211_rtw_tdls_mgmt(struct wiphy *wiphy, -+ struct net_device *ndev, -+ u8 *peer, -+ u8 action_code, -+ u8 dialog_token, -+ u16 status_code, -+ const u8 *buf, -+ size_t len) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &pmlmeext->mlmext_info; -+ int ret = 0; -+ struct tdls_txmgmt txmgmt; -+ -+ if (rtw_tdls_is_driver_setup(padapter)) { -+ DBG_871X("Discard tdls action:%d, let driver to set up direct link\n", action_code); -+ goto discard; -+ } -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ _rtw_memcpy(txmgmt.peer, peer, ETH_ALEN); -+ txmgmt.action_code = action_code; -+ txmgmt.dialog_token= dialog_token; -+ txmgmt.status_code = status_code; -+ txmgmt.len = len; -+ txmgmt.buf = (u8 *)rtw_malloc(txmgmt.len); -+ if (txmgmt.buf == NULL) { -+ ret = -ENOMEM; -+ goto bad; -+ } -+ _rtw_memcpy(txmgmt.buf, (void*)buf, txmgmt.len); -+ -+/* Debug purpose */ -+#if 1 -+ DBG_871X("%s %d\n", __FUNCTION__, __LINE__); -+ DBG_871X("peer:"MAC_FMT", action code:%d, dialog:%d, status code:%d\n", -+ MAC_ARG(txmgmt.peer), txmgmt.action_code, -+ txmgmt.dialog_token, txmgmt.status_code); -+ if (txmgmt.len > 0) { -+ int i=0; -+ for(;i < len; i++) -+ printk("%02x ", *(txmgmt.buf+i)); -+ DBG_871X("len:%d\n", txmgmt.len); -+ } -+#endif -+ -+ switch (txmgmt.action_code) { -+ case TDLS_SETUP_REQUEST: -+ issue_tdls_setup_req(padapter, &txmgmt, _TRUE); -+ break; -+ case TDLS_SETUP_RESPONSE: -+ issue_tdls_setup_rsp(padapter, &txmgmt); -+ break; -+ case TDLS_SETUP_CONFIRM: -+ issue_tdls_setup_cfm(padapter, &txmgmt); -+ break; -+ case TDLS_TEARDOWN: -+ issue_tdls_teardown(padapter, &txmgmt, _TRUE); -+ break; -+ case TDLS_DISCOVERY_REQUEST: -+ issue_tdls_dis_req(padapter, &txmgmt); -+ break; -+ case TDLS_DISCOVERY_RESPONSE: -+ issue_tdls_dis_rsp(padapter, &txmgmt, pmlmeinfo->enc_algo? _TRUE : _FALSE); -+ break; -+ } -+ -+bad: -+ if (txmgmt.buf) -+ rtw_mfree(txmgmt.buf, txmgmt.len); -+ -+discard: -+ return ret; -+} -+ -+static int cfg80211_rtw_tdls_oper(struct wiphy *wiphy, -+ struct net_device *ndev, -+ u8 *peer, -+ enum nl80211_tdls_operation oper) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct tdls_txmgmt txmgmt; -+ struct sta_info *ptdls_sta = NULL; -+ -+ DBG_871X(FUNC_NDEV_FMT", nl80211_tdls_operation:%d\n", FUNC_NDEV_ARG(ndev), oper); -+ -+#ifdef CONFIG_LPS -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_LEAVE, 1); -+#endif //CONFIG_LPS -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ if (peer) -+ _rtw_memcpy(txmgmt.peer, peer, ETH_ALEN); -+ -+ if (rtw_tdls_is_driver_setup(padapter)) { -+ /* these two cases are done by driver itself */ -+ if (oper == NL80211_TDLS_ENABLE_LINK || oper == NL80211_TDLS_DISABLE_LINK) -+ return 0; -+ } -+ -+ switch (oper) { -+ case NL80211_TDLS_DISCOVERY_REQ: -+ issue_tdls_dis_req(padapter, &txmgmt); -+ break; -+ case NL80211_TDLS_SETUP: -+#ifdef CONFIG_WFD -+ if ( _AES_ != padapter->securitypriv.dot11PrivacyAlgrthm ) { -+ if ( padapter->wdinfo.wfd_tdls_weaksec == _TRUE) -+ issue_tdls_setup_req(padapter, &txmgmt, _TRUE); -+ else -+ DBG_871X( "[%s] Current link is not AES, SKIP sending the tdls setup request!!\n", __FUNCTION__ ); -+ } else -+#endif // CONFIG_WFD -+ { -+ issue_tdls_setup_req(padapter, &txmgmt, _TRUE); -+ } -+ break; -+ case NL80211_TDLS_TEARDOWN: -+ ptdls_sta = rtw_get_stainfo( &(padapter->stapriv), txmgmt.peer); -+ if (ptdls_sta != NULL) { -+ txmgmt.status_code = _RSON_TDLS_TEAR_UN_RSN_; -+ issue_tdls_teardown(padapter, &txmgmt, _TRUE); -+ }else { -+ DBG_871X( "TDLS peer not found\n"); -+ } -+ break; -+ case NL80211_TDLS_ENABLE_LINK: -+ DBG_871X(FUNC_NDEV_FMT", NL80211_TDLS_ENABLE_LINK;mac:"MAC_FMT"\n", FUNC_NDEV_ARG(ndev), MAC_ARG(peer)); -+ ptdls_sta = rtw_get_stainfo(&(padapter->stapriv), peer); -+ if (ptdls_sta != NULL) { -+ ptdlsinfo->link_established = _TRUE; -+ ptdls_sta->tdls_sta_state |= TDLS_LINKED_STATE; -+ ptdls_sta->state |= _FW_LINKED; -+ rtw_tdls_cmd(padapter, txmgmt.peer, TDLS_ESTABLISHED); -+ } -+ break; -+ case NL80211_TDLS_DISABLE_LINK: -+ DBG_871X(FUNC_NDEV_FMT", NL80211_TDLS_DISABLE_LINK;mac:"MAC_FMT"\n", FUNC_NDEV_ARG(ndev), MAC_ARG(peer)); -+ ptdls_sta = rtw_get_stainfo(&(padapter->stapriv), peer); -+ if (ptdls_sta != NULL) { -+ rtw_tdls_cmd(padapter, peer, TDLS_TEAR_STA ); -+ } -+ break; -+ } -+ return 0; -+} -+#endif /* CONFIG_TDLS */ -+ -+#if defined(CONFIG_PNO_SUPPORT) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)) -+static int cfg80211_rtw_sched_scan_start(struct wiphy *wiphy, -+ struct net_device *dev, -+ struct cfg80211_sched_scan_request *request) { -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 ret; -+ -+ if (padapter->bup == _FALSE) { -+ DBG_871X("%s: net device is down.\n", __func__); -+ return -EIO; -+ } -+ -+ if(check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE || -+ check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE || -+ check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) { -+ DBG_871X("%s: device is busy.\n", __func__); -+ rtw_scan_abort(padapter); -+ } -+ -+ if (request == NULL) { -+ DBG_871X("%s: invalid cfg80211_requests parameters.\n", __func__); -+ return -EINVAL; -+ } -+ -+ ret = rtw_android_cfg80211_pno_setup(dev, request->ssids, -+ request->n_ssids, request->interval); -+ -+ if (ret < 0) { -+ DBG_871X("%s ret: %d\n", __func__, ret); -+ goto exit; -+ } -+ -+ ret = rtw_android_pno_enable(dev, _TRUE); -+ if (ret < 0) { -+ DBG_871X("%s ret: %d\n", __func__, ret); -+ goto exit; -+ } -+exit: -+ return ret; -+} -+ -+static int cfg80211_rtw_sched_scan_stop(struct wiphy *wiphy, -+ struct net_device *dev) { -+ return rtw_android_pno_enable(dev, _FALSE); -+} -+#endif /* CONFIG_PNO_SUPPORT */ -+ -+static int rtw_cfg80211_set_beacon_wpsp2pie(struct net_device *ndev, char *buf, int len) -+{ -+ int ret = 0; -+ uint wps_ielen = 0; -+ u8 *wps_ie; -+ u32 p2p_ielen = 0; -+ u8 wps_oui[8]={0x0,0x50,0xf2,0x04}; -+ u8 *p2p_ie; -+ u32 wfd_ielen = 0; -+ u8 *wfd_ie; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(ndev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ -+ DBG_871X(FUNC_NDEV_FMT" ielen=%d\n", FUNC_NDEV_ARG(ndev), len); -+ -+ if(len>0) -+ { -+ if((wps_ie = rtw_get_wps_ie(buf, len, NULL, &wps_ielen))) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("bcn_wps_ielen=%d\n", wps_ielen); -+ #endif -+ -+ if(pmlmepriv->wps_beacon_ie) -+ { -+ u32 free_len = pmlmepriv->wps_beacon_ie_len; -+ pmlmepriv->wps_beacon_ie_len = 0; -+ rtw_mfree(pmlmepriv->wps_beacon_ie, free_len); -+ pmlmepriv->wps_beacon_ie = NULL; -+ } -+ -+ pmlmepriv->wps_beacon_ie = rtw_malloc(wps_ielen); -+ if ( pmlmepriv->wps_beacon_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ -+ _rtw_memcpy(pmlmepriv->wps_beacon_ie, wps_ie, wps_ielen); -+ pmlmepriv->wps_beacon_ie_len = wps_ielen; -+ -+ update_beacon(padapter, _VENDOR_SPECIFIC_IE_, wps_oui, _TRUE); -+ -+ } -+ -+ //buf += wps_ielen; -+ //len -= wps_ielen; -+ -+ #ifdef CONFIG_P2P -+ if((p2p_ie=rtw_get_p2p_ie(buf, len, NULL, &p2p_ielen))) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("bcn_p2p_ielen=%d\n", p2p_ielen); -+ #endif -+ -+ if(pmlmepriv->p2p_beacon_ie) -+ { -+ u32 free_len = pmlmepriv->p2p_beacon_ie_len; -+ pmlmepriv->p2p_beacon_ie_len = 0; -+ rtw_mfree(pmlmepriv->p2p_beacon_ie, free_len); -+ pmlmepriv->p2p_beacon_ie = NULL; -+ } -+ -+ pmlmepriv->p2p_beacon_ie = rtw_malloc(p2p_ielen); -+ if ( pmlmepriv->p2p_beacon_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ -+ _rtw_memcpy(pmlmepriv->p2p_beacon_ie, p2p_ie, p2p_ielen); -+ pmlmepriv->p2p_beacon_ie_len = p2p_ielen; -+ -+ } -+ #endif //CONFIG_P2P -+ -+ //buf += p2p_ielen; -+ //len -= p2p_ielen; -+ -+ #ifdef CONFIG_WFD -+ if(rtw_get_wfd_ie(buf, len, NULL, &wfd_ielen)) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("bcn_wfd_ielen=%d\n", wfd_ielen); -+ #endif -+ -+ if(pmlmepriv->wfd_beacon_ie) -+ { -+ u32 free_len = pmlmepriv->wfd_beacon_ie_len; -+ pmlmepriv->wfd_beacon_ie_len = 0; -+ rtw_mfree(pmlmepriv->wfd_beacon_ie, free_len); -+ pmlmepriv->wfd_beacon_ie = NULL; -+ } -+ -+ pmlmepriv->wfd_beacon_ie = rtw_malloc(wfd_ielen); -+ if ( pmlmepriv->wfd_beacon_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ rtw_get_wfd_ie(buf, len, pmlmepriv->wfd_beacon_ie, &pmlmepriv->wfd_beacon_ie_len); -+ } -+ #endif //CONFIG_WFD -+ -+ pmlmeext->bstart_bss = _TRUE; -+ -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_cfg80211_set_probe_resp_wpsp2pie(struct net_device *net, char *buf, int len) -+{ -+ int ret = 0; -+ uint wps_ielen = 0; -+ u8 *wps_ie; -+ u32 p2p_ielen = 0; -+ u8 *p2p_ie; -+ u32 wfd_ielen = 0; -+ u8 *wfd_ie; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(net); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ielen=%d\n", __func__, len); -+#endif -+ -+ if(len>0) -+ { -+ if((wps_ie = rtw_get_wps_ie(buf, len, NULL, &wps_ielen))) -+ { -+ uint attr_contentlen = 0; -+ u16 uconfig_method, *puconfig_method = NULL; -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("probe_resp_wps_ielen=%d\n", wps_ielen); -+ #endif -+ -+ if(check_fwstate(pmlmepriv, WIFI_UNDER_WPS)) -+ { -+ u8 sr = 0; -+ rtw_get_wps_attr_content(wps_ie, wps_ielen, WPS_ATTR_SELECTED_REGISTRAR, (u8*)(&sr), NULL); -+ -+ if (sr != 0) -+ { -+ DBG_871X("%s, got sr\n", __func__); -+ } -+ else -+ { -+ DBG_8192C("GO mode process WPS under site-survey, sr no set\n"); -+ return ret; -+ } -+ } -+ -+ if(pmlmepriv->wps_probe_resp_ie) -+ { -+ u32 free_len = pmlmepriv->wps_probe_resp_ie_len; -+ pmlmepriv->wps_probe_resp_ie_len = 0; -+ rtw_mfree(pmlmepriv->wps_probe_resp_ie, free_len); -+ pmlmepriv->wps_probe_resp_ie = NULL; -+ } -+ -+ pmlmepriv->wps_probe_resp_ie = rtw_malloc(wps_ielen); -+ if ( pmlmepriv->wps_probe_resp_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ -+ //add PUSH_BUTTON config_method by driver self in wpsie of probe_resp at GO Mode -+ if ( (puconfig_method = (u16*)rtw_get_wps_attr_content( wps_ie, wps_ielen, WPS_ATTR_CONF_METHOD , NULL, &attr_contentlen)) != NULL ) -+ { -+ //struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct wireless_dev *wdev = padapter->rtw_wdev; -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ //printk("config_method in wpsie of probe_resp = 0x%x\n", be16_to_cpu(*puconfig_method)); -+ #endif -+ -+ //if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ if(wdev->iftype != NL80211_IFTYPE_P2P_GO) //for WIFI-DIRECT LOGO 4.2.2, AUTO GO can't set PUSH_BUTTON flags -+ { -+ uconfig_method = WPS_CM_PUSH_BUTTON; -+ uconfig_method = cpu_to_be16( uconfig_method ); -+ -+ *puconfig_method |= uconfig_method; -+ } -+ #endif -+ } -+ -+ _rtw_memcpy(pmlmepriv->wps_probe_resp_ie, wps_ie, wps_ielen); -+ pmlmepriv->wps_probe_resp_ie_len = wps_ielen; -+ -+ } -+ -+ //buf += wps_ielen; -+ //len -= wps_ielen; -+ -+ #ifdef CONFIG_P2P -+ if((p2p_ie=rtw_get_p2p_ie(buf, len, NULL, &p2p_ielen))) -+ { -+ u8 is_GO = _FALSE; -+ u32 attr_contentlen = 0; -+ u16 cap_attr=0; -+ -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("probe_resp_p2p_ielen=%d\n", p2p_ielen); -+ #endif -+ -+ //Check P2P Capability ATTR -+ if( rtw_get_p2p_attr_content( p2p_ie, p2p_ielen, P2P_ATTR_CAPABILITY, (u8*)&cap_attr, (uint*) &attr_contentlen) ) -+ { -+ u8 grp_cap=0; -+ //DBG_8192C( "[%s] Got P2P Capability Attr!!\n", __FUNCTION__ ); -+ cap_attr = le16_to_cpu(cap_attr); -+ grp_cap = (u8)((cap_attr >> 8)&0xff); -+ -+ is_GO = (grp_cap&BIT(0)) ? _TRUE:_FALSE; -+ -+ if(is_GO) -+ DBG_8192C("Got P2P Capability Attr, grp_cap=0x%x, is_GO\n", grp_cap); -+ } -+ -+ -+ if(is_GO == _FALSE) -+ { -+ if(pmlmepriv->p2p_probe_resp_ie) -+ { -+ u32 free_len = pmlmepriv->p2p_probe_resp_ie_len; -+ pmlmepriv->p2p_probe_resp_ie_len = 0; -+ rtw_mfree(pmlmepriv->p2p_probe_resp_ie, free_len); -+ pmlmepriv->p2p_probe_resp_ie = NULL; -+ } -+ -+ pmlmepriv->p2p_probe_resp_ie = rtw_malloc(p2p_ielen); -+ if ( pmlmepriv->p2p_probe_resp_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ _rtw_memcpy(pmlmepriv->p2p_probe_resp_ie, p2p_ie, p2p_ielen); -+ pmlmepriv->p2p_probe_resp_ie_len = p2p_ielen; -+ } -+ else -+ { -+ if(pmlmepriv->p2p_go_probe_resp_ie) -+ { -+ u32 free_len = pmlmepriv->p2p_go_probe_resp_ie_len; -+ pmlmepriv->p2p_go_probe_resp_ie_len = 0; -+ rtw_mfree(pmlmepriv->p2p_go_probe_resp_ie, free_len); -+ pmlmepriv->p2p_go_probe_resp_ie = NULL; -+ } -+ -+ pmlmepriv->p2p_go_probe_resp_ie = rtw_malloc(p2p_ielen); -+ if ( pmlmepriv->p2p_go_probe_resp_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ _rtw_memcpy(pmlmepriv->p2p_go_probe_resp_ie, p2p_ie, p2p_ielen); -+ pmlmepriv->p2p_go_probe_resp_ie_len = p2p_ielen; -+ } -+ -+ } -+ #endif //CONFIG_P2P -+ -+ //buf += p2p_ielen; -+ //len -= p2p_ielen; -+ -+ #ifdef CONFIG_WFD -+ if(rtw_get_wfd_ie(buf, len, NULL, &wfd_ielen)) -+ { -+ #ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("probe_resp_wfd_ielen=%d\n", wfd_ielen); -+ #endif -+ -+ if(pmlmepriv->wfd_probe_resp_ie) -+ { -+ u32 free_len = pmlmepriv->wfd_probe_resp_ie_len; -+ pmlmepriv->wfd_probe_resp_ie_len = 0; -+ rtw_mfree(pmlmepriv->wfd_probe_resp_ie, free_len); -+ pmlmepriv->wfd_probe_resp_ie = NULL; -+ } -+ -+ pmlmepriv->wfd_probe_resp_ie = rtw_malloc(wfd_ielen); -+ if ( pmlmepriv->wfd_probe_resp_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ rtw_get_wfd_ie(buf, len, pmlmepriv->wfd_probe_resp_ie, &pmlmepriv->wfd_probe_resp_ie_len); -+ } -+ #endif //CONFIG_WFD -+ -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_cfg80211_set_assoc_resp_wpsp2pie(struct net_device *net, char *buf, int len) -+{ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(net); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ DBG_8192C("%s, ielen=%d\n", __func__, len); -+ -+ if(len>0) -+ { -+ if(pmlmepriv->wps_assoc_resp_ie) -+ { -+ u32 free_len = pmlmepriv->wps_assoc_resp_ie_len; -+ pmlmepriv->wps_assoc_resp_ie_len = 0; -+ rtw_mfree(pmlmepriv->wps_assoc_resp_ie, free_len); -+ pmlmepriv->wps_assoc_resp_ie = NULL; -+ } -+ -+ pmlmepriv->wps_assoc_resp_ie = rtw_malloc(len); -+ if ( pmlmepriv->wps_assoc_resp_ie == NULL) { -+ DBG_8192C("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ -+ } -+ _rtw_memcpy(pmlmepriv->wps_assoc_resp_ie, buf, len); -+ pmlmepriv->wps_assoc_resp_ie_len = len; -+ } -+ -+ return ret; -+ -+} -+ -+int rtw_cfg80211_set_mgnt_wpsp2pie(struct net_device *net, char *buf, int len, -+ int type) -+{ -+ int ret = 0; -+ uint wps_ielen = 0; -+ u32 p2p_ielen = 0; -+ -+#ifdef CONFIG_DEBUG_CFG80211 -+ DBG_8192C("%s, ielen=%d\n", __func__, len); -+#endif -+ -+ if( (rtw_get_wps_ie(buf, len, NULL, &wps_ielen) && (wps_ielen>0)) -+ #ifdef CONFIG_P2P -+ || (rtw_get_p2p_ie(buf, len, NULL, &p2p_ielen) && (p2p_ielen>0)) -+ #endif -+ ) -+ { -+ if (net != NULL) -+ { -+ switch (type) -+ { -+ case 0x1: //BEACON -+ ret = rtw_cfg80211_set_beacon_wpsp2pie(net, buf, len); -+ break; -+ case 0x2: //PROBE_RESP -+ ret = rtw_cfg80211_set_probe_resp_wpsp2pie(net, buf, len); -+ break; -+ case 0x4: //ASSOC_RESP -+ ret = rtw_cfg80211_set_assoc_resp_wpsp2pie(net, buf, len); -+ break; -+ } -+ } -+ } -+ -+ return ret; -+ -+} -+ -+static void rtw_cfg80211_init_ht_capab_ex(_adapter *padapter, struct ieee80211_sta_ht_cap *ht_cap, enum ieee80211_band band, u8 rf_type) -+{ -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct ht_priv *phtpriv = &pmlmepriv->htpriv; -+ u8 stbc_rx_enable = _FALSE; -+ -+ rtw_ht_use_default_setting(padapter); -+ -+ /* RX LDPC */ -+ if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_RX)) -+ ht_cap->cap |= IEEE80211_HT_CAP_LDPC_CODING; -+ -+ /* TX STBC */ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) -+ ht_cap->cap |= IEEE80211_HT_CAP_TX_STBC; -+ -+ /* RX STBC */ -+ if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) { -+ /*rtw_rx_stbc 0: disable, bit(0):enable 2.4g, bit(1):enable 5g*/ -+ if (IEEE80211_BAND_2GHZ == band) -+ stbc_rx_enable = (pregistrypriv->rx_stbc & BIT(0))?_TRUE:_FALSE; -+ if (IEEE80211_BAND_5GHZ == band) -+ stbc_rx_enable = (pregistrypriv->rx_stbc & BIT(1))?_TRUE:_FALSE; -+ -+ if (stbc_rx_enable) { -+ switch (rf_type) { -+ case RF_1T1R: -+ ht_cap->cap |= IEEE80211_HT_CAP_RX_STBC_1R;/*RX STBC One spatial stream*/ -+ break; -+ -+ case RF_2T2R: -+ case RF_1T2R: -+ ht_cap->cap |= IEEE80211_HT_CAP_RX_STBC_1R;/* Only one spatial-stream STBC RX is supported */ -+ break; -+ case RF_3T3R: -+ case RF_3T4R: -+ case RF_4T4R: -+ ht_cap->cap |= IEEE80211_HT_CAP_RX_STBC_1R;/* Only one spatial-stream STBC RX is supported */ -+ break; -+ default: -+ DBG_871X("[warning] rf_type %d is not expected\n", rf_type); -+ break; -+ } -+ } -+ } -+} -+ -+static void rtw_cfg80211_init_ht_capab(_adapter *padapter, struct ieee80211_sta_ht_cap *ht_cap, enum ieee80211_band band, u8 rf_type) -+{ -+#define MAX_BIT_RATE_40MHZ_MCS23 450 /* Mbps */ -+#define MAX_BIT_RATE_40MHZ_MCS15 300 /* Mbps */ -+#define MAX_BIT_RATE_40MHZ_MCS7 150 /* Mbps */ -+ -+ ht_cap->ht_supported = _TRUE; -+ -+ ht_cap->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 | -+ IEEE80211_HT_CAP_SGI_40 | IEEE80211_HT_CAP_SGI_20 | -+ IEEE80211_HT_CAP_DSSSCCK40 | IEEE80211_HT_CAP_MAX_AMSDU; -+ rtw_cfg80211_init_ht_capab_ex(padapter, ht_cap, band, rf_type); -+ -+ /* -+ *Maximum length of AMPDU that the STA can receive. -+ *Length = 2 ^ (13 + max_ampdu_length_exp) - 1 (octets) -+ */ -+ ht_cap->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; -+ -+ /*Minimum MPDU start spacing , */ -+ ht_cap->ampdu_density = IEEE80211_HT_MPDU_DENSITY_16; -+ -+ ht_cap->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; -+ -+ /* -+ *hw->wiphy->bands[IEEE80211_BAND_2GHZ] -+ *base on ant_num -+ *rx_mask: RX mask -+ *if rx_ant =1 rx_mask[0]=0xff;==>MCS0-MCS7 -+ *if rx_ant =2 rx_mask[1]=0xff;==>MCS8-MCS15 -+ *if rx_ant >=3 rx_mask[2]=0xff; -+ *if BW_40 rx_mask[4]=0x01; -+ *highest supported RX rate -+ */ -+ if (rf_type == RF_1T1R) { -+ ht_cap->mcs.rx_mask[0] = 0xFF; -+ -+ ht_cap->mcs.rx_highest = MAX_BIT_RATE_40MHZ_MCS7; -+ } else if ((rf_type == RF_1T2R) || (rf_type == RF_2T2R) || (rf_type == RF_2T2R_GREEN)) { -+ ht_cap->mcs.rx_mask[0] = 0xFF; -+ ht_cap->mcs.rx_mask[1] = 0xFF; -+ -+ ht_cap->mcs.rx_highest = MAX_BIT_RATE_40MHZ_MCS15; -+ } else if ((rf_type == RF_2T3R) || (rf_type == RF_3T3R)) { -+ ht_cap->mcs.rx_mask[0] = 0xFF; -+ ht_cap->mcs.rx_mask[1] = 0xFF; -+ ht_cap->mcs.rx_mask[2] = 0xFF; -+ -+ ht_cap->mcs.rx_highest = MAX_BIT_RATE_40MHZ_MCS23; -+ } else { -+ rtw_warn_on(1); -+ DBG_8192C("%s, error rf_type=%d\n", __func__, rf_type); -+ } -+ -+} -+ -+void rtw_cfg80211_init_wiphy(_adapter *padapter) -+{ -+ u8 rf_type; -+ struct ieee80211_supported_band *bands; -+ struct wireless_dev *pwdev = padapter->rtw_wdev; -+ struct wiphy *wiphy = pwdev->wiphy; -+ -+ rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); -+ -+ DBG_8192C("%s:rf_type=%d\n", __func__, rf_type); -+ -+ if (IsSupported24G(padapter->registrypriv.wireless_mode)) { -+ bands = wiphy->bands[IEEE80211_BAND_2GHZ]; -+ if(bands) -+ rtw_cfg80211_init_ht_capab(padapter, &bands->ht_cap, IEEE80211_BAND_2GHZ, rf_type); -+ } -+#ifdef CONFIG_IEEE80211_BAND_5GHZ -+ if (IsSupported5G(padapter->registrypriv.wireless_mode)) { -+ bands = wiphy->bands[IEEE80211_BAND_5GHZ]; -+ if(bands) -+ rtw_cfg80211_init_ht_capab(padapter, &bands->ht_cap, IEEE80211_BAND_5GHZ, rf_type); -+ } -+#endif -+ /* init regulary domain */ -+ rtw_regd_init(padapter); -+ -+ /* copy mac_addr to wiphy */ -+ _rtw_memcpy(wiphy->perm_addr, adapter_mac_addr(padapter), ETH_ALEN); -+ -+} -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)) -+struct ieee80211_iface_limit rtw_limits[] = { -+ { .max = 2, -+ .types = BIT(NL80211_IFTYPE_STATION) -+ #if defined(CONFIG_P2P) && ((LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)) || defined(COMPAT_KERNEL_RELEASE)) -+ | BIT(NL80211_IFTYPE_P2P_CLIENT) -+ #endif -+ }, -+ #ifdef CONFIG_AP_MODE -+ { .max = 1, -+ .types = BIT(NL80211_IFTYPE_AP) -+ #if defined(CONFIG_P2P) && ((LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)) || defined(COMPAT_KERNEL_RELEASE)) -+ | BIT(NL80211_IFTYPE_P2P_GO) -+ #endif -+ }, -+ #endif -+}; -+ -+struct ieee80211_iface_combination rtw_combinations[] = { -+ { .limits = rtw_limits, -+ .n_limits = ARRAY_SIZE(rtw_limits), -+ .max_interfaces = 2, -+ .num_different_channels = 1, -+ }, -+}; -+#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)) */ -+ -+static void rtw_cfg80211_preinit_wiphy(_adapter *adapter, struct wiphy *wiphy) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct registry_priv *regsty = dvobj_to_regsty(dvobj); -+ -+ wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM; -+ -+ wiphy->max_scan_ssids = RTW_SSID_SCAN_AMOUNT; -+ wiphy->max_scan_ie_len = RTW_SCAN_IE_LEN_MAX; -+ wiphy->max_num_pmkids = RTW_MAX_NUM_PMKIDS; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38)) || defined(COMPAT_KERNEL_RELEASE) -+ wiphy->max_remain_on_channel_duration = RTW_MAX_REMAIN_ON_CHANNEL_DURATION; -+#endif -+ -+ wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) -+ | BIT(NL80211_IFTYPE_ADHOC) -+#ifdef CONFIG_AP_MODE -+ | BIT(NL80211_IFTYPE_AP) -+ #ifdef CONFIG_WIFI_MONITOR -+ | BIT(NL80211_IFTYPE_MONITOR) -+ #endif -+#endif -+#if defined(CONFIG_P2P) && ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE)) -+ | BIT(NL80211_IFTYPE_P2P_CLIENT) -+ | BIT(NL80211_IFTYPE_P2P_GO) -+#endif -+ ; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+#ifdef CONFIG_AP_MODE -+ wiphy->mgmt_stypes = rtw_cfg80211_default_mgmt_stypes; -+#endif //CONFIG_AP_MODE -+#endif -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)) -+ #ifdef CONFIG_WIFI_MONITOR -+ wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); -+ #endif -+#endif -+ -+ #if defined(RTW_SINGLE_WIPHY) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)) -+ wiphy->iface_combinations = rtw_combinations; -+ wiphy->n_iface_combinations = ARRAY_SIZE(rtw_combinations); -+ #endif -+ -+ wiphy->cipher_suites = rtw_cipher_suites; -+ wiphy->n_cipher_suites = ARRAY_SIZE(rtw_cipher_suites); -+ -+ if (IsSupported24G(adapter->registrypriv.wireless_mode)) -+ wiphy->bands[IEEE80211_BAND_2GHZ] = rtw_spt_band_alloc(IEEE80211_BAND_2GHZ); -+ -+#ifdef CONFIG_IEEE80211_BAND_5GHZ -+ if (IsSupported5G(adapter->registrypriv.wireless_mode)) -+ wiphy->bands[IEEE80211_BAND_5GHZ] = rtw_spt_band_alloc(IEEE80211_BAND_5GHZ); -+#endif -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38) && LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0)) -+ wiphy->flags |= WIPHY_FLAG_SUPPORTS_SEPARATE_DEFAULT_KEYS; -+#endif -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0)) -+ wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; -+ wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME; -+ /* remove WIPHY_FLAG_OFFCHAN_TX, because we not support this feature */ -+ /* wiphy->flags |= WIPHY_FLAG_OFFCHAN_TX | WIPHY_FLAG_HAVE_AP_SME; */ -+#endif -+ -+#if defined(CONFIG_PM) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)) -+ wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN; -+#ifdef CONFIG_PNO_SUPPORT -+ wiphy->max_sched_scan_ssids = MAX_PNO_LIST_COUNT; -+#endif -+#endif -+ -+#if defined(CONFIG_PM) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 0)) -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0)) -+ wiphy->wowlan = wowlan_stub; -+#else -+ wiphy->wowlan = &wowlan_stub; -+#endif -+#endif -+ -+#if defined(CONFIG_TDLS) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) -+ wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; -+#ifndef CONFIG_TDLS_DRIVER_SETUP -+ wiphy->flags |= WIPHY_FLAG_TDLS_EXTERNAL_SETUP; //Driver handles key exchange -+ wiphy->flags |= NL80211_ATTR_HT_CAPABILITY; -+#endif //CONFIG_TDLS_DRIVER_SETUP -+#endif /* CONFIG_TDLS */ -+ -+ if (regsty->power_mgnt != PS_MODE_ACTIVE) -+ wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT; -+ else -+ wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) -+ //wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM; -+#endif -+} -+ -+static struct cfg80211_ops rtw_cfg80211_ops = { -+ .change_virtual_intf = cfg80211_rtw_change_iface, -+ .add_key = cfg80211_rtw_add_key, -+ .get_key = cfg80211_rtw_get_key, -+ .del_key = cfg80211_rtw_del_key, -+ .set_default_key = cfg80211_rtw_set_default_key, -+#if defined(CONFIG_GTK_OL) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0)) -+ .set_rekey_data = cfg80211_rtw_set_rekey_data, -+#endif /*CONFIG_GTK_OL*/ -+ .get_station = cfg80211_rtw_get_station, -+ .scan = cfg80211_rtw_scan, -+ .set_wiphy_params = cfg80211_rtw_set_wiphy_params, -+ .connect = cfg80211_rtw_connect, -+ .disconnect = cfg80211_rtw_disconnect, -+ .join_ibss = cfg80211_rtw_join_ibss, -+ .leave_ibss = cfg80211_rtw_leave_ibss, -+ .set_tx_power = cfg80211_rtw_set_txpower, -+ .get_tx_power = cfg80211_rtw_get_txpower, -+ .set_power_mgmt = cfg80211_rtw_set_power_mgmt, -+ .set_pmksa = cfg80211_rtw_set_pmksa, -+ .del_pmksa = cfg80211_rtw_del_pmksa, -+ .flush_pmksa = cfg80211_rtw_flush_pmksa, -+ -+#ifdef CONFIG_AP_MODE -+ .add_virtual_intf = cfg80211_rtw_add_virtual_intf, -+ .del_virtual_intf = cfg80211_rtw_del_virtual_intf, -+ -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)) && !defined(COMPAT_KERNEL_RELEASE) -+ .add_beacon = cfg80211_rtw_add_beacon, -+ .set_beacon = cfg80211_rtw_set_beacon, -+ .del_beacon = cfg80211_rtw_del_beacon, -+ #else -+ .start_ap = cfg80211_rtw_start_ap, -+ .change_beacon = cfg80211_rtw_change_beacon, -+ .stop_ap = cfg80211_rtw_stop_ap, -+ #endif -+ -+ .add_station = cfg80211_rtw_add_station, -+ .del_station = cfg80211_rtw_del_station, -+ .change_station = cfg80211_rtw_change_station, -+ .dump_station = cfg80211_rtw_dump_station, -+ .change_bss = cfg80211_rtw_change_bss, -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0)) -+ .set_channel = cfg80211_rtw_set_channel, -+ #endif -+ //.auth = cfg80211_rtw_auth, -+ //.assoc = cfg80211_rtw_assoc, -+#endif //CONFIG_AP_MODE -+ -+#ifdef CONFIG_P2P -+ .remain_on_channel = cfg80211_rtw_remain_on_channel, -+ .cancel_remain_on_channel = cfg80211_rtw_cancel_remain_on_channel, -+#endif -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) || defined(COMPAT_KERNEL_RELEASE) -+ .mgmt_tx = cfg80211_rtw_mgmt_tx, -+ .mgmt_frame_register = cfg80211_rtw_mgmt_frame_register, -+#elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,34) && LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,35)) -+ .action = cfg80211_rtw_mgmt_tx, -+#endif -+ -+#if defined(CONFIG_TDLS) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) -+ .tdls_mgmt = cfg80211_rtw_tdls_mgmt, -+ .tdls_oper = cfg80211_rtw_tdls_oper, -+#endif /* CONFIG_TDLS */ -+ -+#if defined(CONFIG_PNO_SUPPORT) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,0,0)) -+ .sched_scan_start = cfg80211_rtw_sched_scan_start, -+ .sched_scan_stop = cfg80211_rtw_sched_scan_stop, -+#endif /* CONFIG_PNO_SUPPORT */ -+}; -+ -+struct wiphy *rtw_wiphy_alloc(_adapter *padapter, struct device *dev) -+{ -+ struct wiphy *wiphy; -+ struct rtw_wiphy_data *wiphy_data; -+ -+ /* wiphy */ -+ wiphy = wiphy_new(&rtw_cfg80211_ops, sizeof(_adapter*)); -+ if (!wiphy) { -+ DBG_8192C("Couldn't allocate wiphy device\n"); -+ goto exit; -+ } -+ set_wiphy_dev(wiphy, dev); -+ *((_adapter**)wiphy_priv(wiphy)) = padapter; -+ -+ rtw_cfg80211_preinit_wiphy(padapter, wiphy); -+ -+ DBG_871X(FUNC_WIPHY_FMT"\n", FUNC_WIPHY_ARG(wiphy)); -+ -+exit: -+ return wiphy; -+} -+ -+void rtw_wiphy_free(struct wiphy *wiphy) -+{ -+ if (!wiphy) -+ return; -+ -+ DBG_871X(FUNC_WIPHY_FMT"\n", FUNC_WIPHY_ARG(wiphy)); -+ -+ if (wiphy->bands[IEEE80211_BAND_2GHZ]) { -+ rtw_spt_band_free(wiphy->bands[IEEE80211_BAND_2GHZ]); -+ wiphy->bands[IEEE80211_BAND_2GHZ] = NULL; -+ } -+ if (wiphy->bands[IEEE80211_BAND_5GHZ]) { -+ rtw_spt_band_free(wiphy->bands[IEEE80211_BAND_5GHZ]); -+ wiphy->bands[IEEE80211_BAND_5GHZ] = NULL; -+ } -+ -+ wiphy_free(wiphy); -+} -+ -+int rtw_wiphy_register(struct wiphy *wiphy) -+{ -+ DBG_871X(FUNC_WIPHY_FMT"\n", FUNC_WIPHY_ARG(wiphy)); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT) -+ rtw_cfgvendor_attach(wiphy); -+#endif -+ -+ return wiphy_register(wiphy); -+} -+ -+void rtw_wiphy_unregister(struct wiphy *wiphy) -+{ -+ DBG_871X(FUNC_WIPHY_FMT"\n", FUNC_WIPHY_ARG(wiphy)); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT) -+ rtw_cfgvendor_detach(wiphy); -+#endif -+ -+ return wiphy_unregister(wiphy); -+} -+ -+int rtw_wdev_alloc(_adapter *padapter, struct wiphy *wiphy) -+{ -+ int ret = 0; -+ struct net_device *pnetdev = padapter->pnetdev; -+ struct wireless_dev *wdev; -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ DBG_8192C("%s(padapter=%p)\n", __func__, padapter); -+ -+ /* wdev */ -+ wdev = (struct wireless_dev *)rtw_zmalloc(sizeof(struct wireless_dev)); -+ if (!wdev) { -+ DBG_8192C("Couldn't allocate wireless device\n"); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ wdev->wiphy = wiphy; -+ wdev->netdev = pnetdev; -+ -+ wdev->iftype = NL80211_IFTYPE_STATION; // will be init in rtw_hal_init() -+ // Must sync with _rtw_init_mlme_priv() -+ // pmlmepriv->fw_state = WIFI_STATION_STATE -+ //wdev->iftype = NL80211_IFTYPE_MONITOR; // for rtw_setopmode_cmd() in cfg80211_rtw_change_iface() -+ padapter->rtw_wdev = wdev; -+ pnetdev->ieee80211_ptr = wdev; -+ -+ //init pwdev_priv -+ pwdev_priv = adapter_wdev_data(padapter); -+ pwdev_priv->rtw_wdev = wdev; -+ pwdev_priv->pmon_ndev = NULL; -+ pwdev_priv->ifname_mon[0] = '\0'; -+ pwdev_priv->padapter = padapter; -+ pwdev_priv->scan_request = NULL; -+ _rtw_spinlock_init(&pwdev_priv->scan_req_lock); -+ -+ pwdev_priv->p2p_enabled = _FALSE; -+ pwdev_priv->provdisc_req_issued = _FALSE; -+ rtw_wdev_invit_info_init(&pwdev_priv->invit_info); -+ rtw_wdev_nego_info_init(&pwdev_priv->nego_info); -+ -+ pwdev_priv->bandroid_scan = _FALSE; -+ -+ if(padapter->registrypriv.power_mgnt != PS_MODE_ACTIVE) -+ pwdev_priv->power_mgmt = _TRUE; -+ else -+ pwdev_priv->power_mgmt = _FALSE; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ ATOMIC_SET(&pwdev_priv->switch_ch_to, 1); -+ ATOMIC_SET(&pwdev_priv->ro_ch_to, 1); -+#endif -+ -+exit: -+ return ret; -+} -+ -+void rtw_wdev_free(struct wireless_dev *wdev) -+{ -+ DBG_8192C("%s(wdev=%p)\n", __func__, wdev); -+ -+ if (!wdev) -+ return; -+ -+ rtw_mfree((u8*)wdev, sizeof(struct wireless_dev)); -+} -+ -+void rtw_wdev_unregister(struct wireless_dev *wdev) -+{ -+ struct net_device *ndev; -+ _adapter *adapter; -+ struct rtw_wdev_priv *pwdev_priv; -+ -+ DBG_8192C("%s(wdev=%p)\n", __func__, wdev); -+ -+ if (!wdev) -+ return; -+ -+ if(!(ndev = wdev_to_ndev(wdev))) -+ return; -+ -+ adapter = (_adapter *)rtw_netdev_priv(ndev); -+ pwdev_priv = adapter_wdev_data(adapter); -+ -+ rtw_cfg80211_indicate_scan_done(adapter, _TRUE); -+ -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)) -+ if (wdev->current_bss) { -+ u8 locally_generated = 1; -+ DBG_871X(FUNC_ADPT_FMT" clear current_bss by cfg80211_disconnected\n", FUNC_ADPT_ARG(adapter)); -+ cfg80211_disconnected(adapter->pnetdev, 0, NULL, 0, locally_generated, GFP_ATOMIC); -+ } -+ #elif ((LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0)) && (LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0))) || defined(COMPAT_KERNEL_RELEASE) -+ if (wdev->current_bss) { -+ DBG_871X(FUNC_ADPT_FMT" clear current_bss by cfg80211_disconnected\n", FUNC_ADPT_ARG(adapter)); -+ cfg80211_disconnected(adapter->pnetdev, 0, NULL, 0, GFP_ATOMIC); -+ } -+ #endif -+ -+ if (pwdev_priv->pmon_ndev) { -+ DBG_8192C("%s, unregister monitor interface\n", __func__); -+ unregister_netdev(pwdev_priv->pmon_ndev); -+ } -+} -+ -+int rtw_cfg80211_ndev_res_alloc(_adapter *adapter) -+{ -+ int ret = _FAIL; -+ -+#if !defined(RTW_SINGLE_WIPHY) -+ struct wiphy *wiphy; -+ struct device *dev = dvobj_to_dev(adapter_to_dvobj(adapter)); -+ -+ wiphy = rtw_wiphy_alloc(adapter, dev); -+ if (wiphy == NULL) -+ goto exit; -+ -+ adapter->wiphy = wiphy; -+#endif -+ -+ if (rtw_wdev_alloc(adapter, adapter_to_wiphy(adapter)) == 0) -+ ret = _SUCCESS; -+ -+#if !defined(RTW_SINGLE_WIPHY) -+ if (ret != _SUCCESS) { -+ rtw_wiphy_free(wiphy); -+ adapter->wiphy = NULL; -+ } -+#endif -+ -+exit: -+ return ret; -+} -+ -+void rtw_cfg80211_ndev_res_free(_adapter *adapter) -+{ -+ rtw_wdev_free(adapter->rtw_wdev); -+#if !defined(RTW_SINGLE_WIPHY) -+ rtw_wiphy_free(adapter_to_wiphy(adapter)); -+ adapter->wiphy = NULL; -+#endif -+} -+ -+int rtw_cfg80211_ndev_res_register(_adapter *adapter) -+{ -+ int ret = _FAIL; -+ -+#if !defined(RTW_SINGLE_WIPHY) -+ if (rtw_wiphy_register(adapter_to_wiphy(adapter)) < 0) { -+ DBG_871X("%s rtw_wiphy_register fail for if%d\n", __func__, (adapter->iface_id+1)); -+ goto exit; -+ } -+#endif -+ -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+ -+void rtw_cfg80211_ndev_res_unregister(_adapter *adapter) -+{ -+ rtw_wdev_unregister(adapter->rtw_wdev); -+} -+ -+int rtw_cfg80211_dev_res_alloc(struct dvobj_priv *dvobj) -+{ -+ int ret = _FAIL; -+ -+#if defined(RTW_SINGLE_WIPHY) -+ struct wiphy *wiphy; -+ struct device *dev = dvobj_to_dev(dvobj); -+ -+ wiphy = rtw_wiphy_alloc(dvobj->padapters[IFACE_ID0], dev); -+ if (wiphy == NULL) -+ goto exit; -+ -+ dvobj->wiphy = wiphy; -+#endif -+ -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+ -+void rtw_cfg80211_dev_res_free(struct dvobj_priv *dvobj) -+{ -+#if defined(RTW_SINGLE_WIPHY) -+ rtw_wiphy_free(dvobj_to_wiphy(dvobj)); -+ dvobj->wiphy = NULL; -+#endif -+} -+ -+int rtw_cfg80211_dev_res_register(struct dvobj_priv *dvobj) -+{ -+ int ret = _FAIL; -+ -+#if defined(RTW_SINGLE_WIPHY) -+ if (rtw_wiphy_register(dvobj_to_wiphy(dvobj)) != 0) -+ goto exit; -+#endif -+ -+ ret = _SUCCESS; -+ -+exit: -+ return ret; -+} -+ -+void rtw_cfg80211_dev_res_unregister(struct dvobj_priv *dvobj) -+{ -+#if defined(RTW_SINGLE_WIPHY) -+ rtw_wiphy_unregister(dvobj_to_wiphy(dvobj)); -+#endif -+} -+ -+#endif /* CONFIG_IOCTL_CFG80211 */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.h linux/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.h ---- linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/ioctl_cfg80211.h 2017-06-07 23:07:21.045690674 +0300 -@@ -0,0 +1,212 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __IOCTL_CFG80211_H__ -+#define __IOCTL_CFG80211_H__ -+ -+ -+#if defined(RTW_USE_CFG80211_STA_EVENT) -+ #undef CONFIG_CFG80211_FORCE_COMPATIBLE_2_6_37_UNDER -+#endif -+ -+struct rtw_wdev_invit_info { -+ u8 state; /* 0: req, 1:rep */ -+ u8 peer_mac[ETH_ALEN]; -+ u8 active; -+ u8 token; -+ u8 flags; -+ u8 status; -+ u8 req_op_ch; -+ u8 rsp_op_ch; -+}; -+ -+#define rtw_wdev_invit_info_init(invit_info) \ -+ do { \ -+ (invit_info)->state = 0xff; \ -+ _rtw_memset((invit_info)->peer_mac, 0, ETH_ALEN); \ -+ (invit_info)->active = 0xff; \ -+ (invit_info)->token = 0; \ -+ (invit_info)->flags = 0x00; \ -+ (invit_info)->status = 0xff; \ -+ (invit_info)->req_op_ch = 0; \ -+ (invit_info)->rsp_op_ch = 0; \ -+ } while (0) -+ -+struct rtw_wdev_nego_info { -+ u8 state; /* 0: req, 1:rep, 2:conf */ -+ u8 peer_mac[ETH_ALEN]; -+ u8 active; -+ u8 token; -+ u8 status; -+ u8 req_intent; -+ u8 req_op_ch; -+ u8 req_listen_ch; -+ u8 rsp_intent; -+ u8 rsp_op_ch; -+ u8 conf_op_ch; -+}; -+ -+#define rtw_wdev_nego_info_init(nego_info) \ -+ do { \ -+ (nego_info)->state = 0xff; \ -+ _rtw_memset((nego_info)->peer_mac, 0, ETH_ALEN); \ -+ (nego_info)->active = 0xff; \ -+ (nego_info)->token = 0; \ -+ (nego_info)->status = 0xff; \ -+ (nego_info)->req_intent = 0xff; \ -+ (nego_info)->req_op_ch = 0; \ -+ (nego_info)->req_listen_ch = 0; \ -+ (nego_info)->rsp_intent = 0xff; \ -+ (nego_info)->rsp_op_ch = 0; \ -+ (nego_info)->conf_op_ch = 0; \ -+ } while (0) -+ -+struct rtw_wdev_priv -+{ -+ struct wireless_dev *rtw_wdev; -+ -+ _adapter *padapter; -+ -+ struct cfg80211_scan_request *scan_request; -+ _lock scan_req_lock; -+ -+ struct net_device *pmon_ndev;//for monitor interface -+ char ifname_mon[IFNAMSIZ + 1]; //interface name for monitor interface -+ -+ u8 p2p_enabled; -+ -+ u8 provdisc_req_issued; -+ -+ struct rtw_wdev_invit_info invit_info; -+ struct rtw_wdev_nego_info nego_info; -+ -+ u8 bandroid_scan; -+ bool block; -+ bool block_scan; -+ bool power_mgmt; -+ -+ /* report mgmt_frame registered */ -+ u16 report_mgmt; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ ATOMIC_T ro_ch_to; -+ ATOMIC_T switch_ch_to; -+#endif -+ -+}; -+ -+#define wiphy_to_adapter(x) (*((_adapter**)wiphy_priv(x))) -+ -+#define wdev_to_ndev(w) ((w)->netdev) -+#define wdev_to_wiphy(w) ((w)->wiphy) -+#define ndev_to_wdev(n) ((n)->ieee80211_ptr) -+ -+#define WIPHY_FMT "%s" -+#define WIPHY_ARG(wiphy) wiphy_name(wiphy) -+#define FUNC_WIPHY_FMT "%s("WIPHY_FMT")" -+#define FUNC_WIPHY_ARG(wiphy) __func__, WIPHY_ARG(wiphy) -+ -+#define SET_CFG80211_REPORT_MGMT(w, t, v) (w->report_mgmt |= (v?BIT(t >> 4):0)) -+#define GET_CFG80211_REPORT_MGMT(w, t) ((w->report_mgmt & BIT(t >> 4)) > 0) -+ -+struct wiphy *rtw_wiphy_alloc(_adapter *padapter, struct device *dev); -+void rtw_wiphy_free(struct wiphy *wiphy); -+int rtw_wiphy_register(struct wiphy *wiphy); -+void rtw_wiphy_unregister(struct wiphy *wiphy); -+ -+int rtw_wdev_alloc(_adapter *padapter, struct wiphy *wiphy); -+void rtw_wdev_free(struct wireless_dev *wdev); -+void rtw_wdev_unregister(struct wireless_dev *wdev); -+ -+int rtw_cfg80211_ndev_res_alloc(_adapter *adapter); -+void rtw_cfg80211_ndev_res_free(_adapter *adapter); -+int rtw_cfg80211_ndev_res_register(_adapter *adapter); -+void rtw_cfg80211_ndev_res_unregister(_adapter *adapter); -+ -+int rtw_cfg80211_dev_res_alloc(struct dvobj_priv *dvobj); -+void rtw_cfg80211_dev_res_free(struct dvobj_priv *dvobj); -+int rtw_cfg80211_dev_res_register(struct dvobj_priv *dvobj); -+void rtw_cfg80211_dev_res_unregister(struct dvobj_priv *dvobj); -+ -+void rtw_cfg80211_init_wiphy(_adapter *padapter); -+ -+void rtw_cfg80211_unlink_bss(_adapter *padapter, struct wlan_network *pnetwork); -+void rtw_cfg80211_surveydone_event_callback(_adapter *padapter); -+struct cfg80211_bss *rtw_cfg80211_inform_bss(_adapter *padapter, struct wlan_network *pnetwork); -+int rtw_cfg80211_check_bss(_adapter *padapter); -+void rtw_cfg80211_ibss_indicate_connect(_adapter *padapter); -+void rtw_cfg80211_indicate_connect(_adapter *padapter); -+void rtw_cfg80211_indicate_disconnect(_adapter *padapter); -+void rtw_cfg80211_indicate_scan_done(_adapter *adapter, bool aborted); -+u32 rtw_cfg80211_wait_scan_req_empty(_adapter *adapter, u32 timeout_ms); -+ -+#ifdef CONFIG_AP_MODE -+void rtw_cfg80211_indicate_sta_assoc(_adapter *padapter, u8 *pmgmt_frame, uint frame_len); -+void rtw_cfg80211_indicate_sta_disassoc(_adapter *padapter, unsigned char *da, unsigned short reason); -+#endif //CONFIG_AP_MODE -+ -+void rtw_cfg80211_issue_p2p_provision_request(_adapter *padapter, const u8 *buf, size_t len); -+void rtw_cfg80211_rx_p2p_action_public(_adapter *padapter, u8 *pmgmt_frame, uint frame_len); -+void rtw_cfg80211_rx_action_p2p(_adapter *padapter, u8 *pmgmt_frame, uint frame_len); -+void rtw_cfg80211_rx_action(_adapter *adapter, u8 *frame, uint frame_len, const char*msg); -+void rtw_cfg80211_rx_probe_request(_adapter *padapter, u8 *pmgmt_frame, uint frame_len); -+ -+int rtw_cfg80211_set_mgnt_wpsp2pie(struct net_device *net, char *buf, int len, int type); -+ -+bool rtw_cfg80211_pwr_mgmt(_adapter *adapter); -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)) && !defined(COMPAT_KERNEL_RELEASE) -+#define rtw_cfg80211_rx_mgmt(adapter, freq, sig_dbm, buf, len, gfp) cfg80211_rx_mgmt((adapter)->pnetdev, freq, buf, len, gfp) -+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0)) -+#define rtw_cfg80211_rx_mgmt(adapter, freq, sig_dbm, buf, len, gfp) cfg80211_rx_mgmt((adapter)->pnetdev, freq, sig_dbm, buf, len, gfp) -+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(3,12,0)) -+#define rtw_cfg80211_rx_mgmt(adapter, freq, sig_dbm, buf, len, gfp) cfg80211_rx_mgmt((adapter)->rtw_wdev, freq, sig_dbm, buf, len, gfp) -+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(3 , 18 , 0)) -+#define rtw_cfg80211_rx_mgmt(adapter , freq , sig_dbm , buf , len , gfp) cfg80211_rx_mgmt((adapter)->rtw_wdev , freq , sig_dbm , buf , len , 0 , gfp) -+#else -+#define rtw_cfg80211_rx_mgmt(adapter , freq , sig_dbm , buf , len , gfp) cfg80211_rx_mgmt((adapter)->rtw_wdev , freq , sig_dbm , buf , len , 0) -+#endif -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0)) && !defined(COMPAT_KERNEL_RELEASE) -+#define rtw_cfg80211_send_rx_assoc(adapter, bss, buf, len) cfg80211_send_rx_assoc((adapter)->pnetdev, buf, len) -+#else -+#define rtw_cfg80211_send_rx_assoc(adapter, bss, buf, len) cfg80211_send_rx_assoc((adapter)->pnetdev, bss, buf, len) -+#endif -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0)) -+#define rtw_cfg80211_mgmt_tx_status(adapter, cookie, buf, len, ack, gfp) cfg80211_mgmt_tx_status((adapter)->pnetdev, cookie, buf, len, ack, gfp) -+#else -+#define rtw_cfg80211_mgmt_tx_status(adapter, cookie, buf, len, ack, gfp) cfg80211_mgmt_tx_status((adapter)->rtw_wdev, cookie, buf, len, ack, gfp) -+#endif -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0)) -+#define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211_ready_on_channel((adapter)->pnetdev, cookie, chan, channel_type, duration, gfp) -+#define rtw_cfg80211_remain_on_channel_expired(adapter, cookie, chan, chan_type, gfp) cfg80211_remain_on_channel_expired((adapter)->pnetdev, cookie, chan, chan_type, gfp) -+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) -+#define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211_ready_on_channel((adapter)->rtw_wdev, cookie, chan, channel_type, duration, gfp) -+#define rtw_cfg80211_remain_on_channel_expired(adapter, cookie, chan, chan_type, gfp) cfg80211_remain_on_channel_expired((adapter)->rtw_wdev, cookie, chan, chan_type, gfp) -+#else -+#define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211_ready_on_channel((adapter)->rtw_wdev, cookie, chan, duration, gfp) -+#define rtw_cfg80211_remain_on_channel_expired(adapter, cookie, chan, chan_type, gfp) cfg80211_remain_on_channel_expired((adapter)->rtw_wdev, cookie, chan, gfp) -+#endif -+ -+#include "rtw_cfgvendor.h" -+ -+#endif //__IOCTL_CFG80211_H__ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_linux.c linux/3rdparty/rtl8812au/os_dep/linux/ioctl_linux.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/ioctl_linux.c 2017-06-07 23:07:21.046690765 +0300 -@@ -0,0 +1,13924 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _IOCTL_LINUX_C_ -+ -+#include -+#include -+#include -+#include "../../hal/phydm/phydm_precomp.h" -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27)) -+#define iwe_stream_add_event(a, b, c, d, e) iwe_stream_add_event(b, c, d, e) -+#define iwe_stream_add_point(a, b, c, d, e) iwe_stream_add_point(b, c, d, e) -+#endif -+ -+#ifdef CONFIG_80211N_HT -+extern int rtw_ht_enable; -+#endif -+ -+ -+#define RTL_IOCTL_WPA_SUPPLICANT SIOCIWFIRSTPRIV+30 -+ -+#define SCAN_ITEM_SIZE 768 -+#define MAX_CUSTOM_LEN 64 -+#define RATE_COUNT 4 -+ -+#ifdef CONFIG_GLOBAL_UI_PID -+extern int ui_pid[3]; -+#endif -+ -+// combo scan -+#define WEXT_CSCAN_AMOUNT 9 -+#define WEXT_CSCAN_BUF_LEN 360 -+#define WEXT_CSCAN_HEADER "CSCAN S\x01\x00\x00S\x00" -+#define WEXT_CSCAN_HEADER_SIZE 12 -+#define WEXT_CSCAN_SSID_SECTION 'S' -+#define WEXT_CSCAN_CHANNEL_SECTION 'C' -+#define WEXT_CSCAN_NPROBE_SECTION 'N' -+#define WEXT_CSCAN_ACTV_DWELL_SECTION 'A' -+#define WEXT_CSCAN_PASV_DWELL_SECTION 'P' -+#define WEXT_CSCAN_HOME_DWELL_SECTION 'H' -+#define WEXT_CSCAN_TYPE_SECTION 'T' -+ -+ -+extern u8 key_2char2num(u8 hch, u8 lch); -+extern u8 str_2char2num(u8 hch, u8 lch); -+extern void macstr2num(u8 *dst, u8 *src); -+extern u8 convert_ip_addr(u8 hch, u8 mch, u8 lch); -+ -+u32 rtw_rates[] = {1000000,2000000,5500000,11000000, -+ 6000000,9000000,12000000,18000000,24000000,36000000,48000000,54000000}; -+ -+static const char * const iw_operation_mode[] = -+{ -+ "Auto", "Ad-Hoc", "Managed", "Master", "Repeater", "Secondary", "Monitor" -+}; -+ -+static int hex2num_i(char c) -+{ -+ if (c >= '0' && c <= '9') -+ return c - '0'; -+ if (c >= 'a' && c <= 'f') -+ return c - 'a' + 10; -+ if (c >= 'A' && c <= 'F') -+ return c - 'A' + 10; -+ return -1; -+} -+ -+static int hex2byte_i(const char *hex) -+{ -+ int a, b; -+ a = hex2num_i(*hex++); -+ if (a < 0) -+ return -1; -+ b = hex2num_i(*hex++); -+ if (b < 0) -+ return -1; -+ return (a << 4) | b; -+} -+ -+/** -+ * hwaddr_aton - Convert ASCII string to MAC address -+ * @txt: MAC address as a string (e.g., "00:11:22:33:44:55") -+ * @addr: Buffer for the MAC address (ETH_ALEN = 6 bytes) -+ * Returns: 0 on success, -1 on failure (e.g., string not a MAC address) -+ */ -+static int hwaddr_aton_i(const char *txt, u8 *addr) -+{ -+ int i; -+ -+ for (i = 0; i < 6; i++) { -+ int a, b; -+ -+ a = hex2num_i(*txt++); -+ if (a < 0) -+ return -1; -+ b = hex2num_i(*txt++); -+ if (b < 0) -+ return -1; -+ *addr++ = (a << 4) | b; -+ if (i < 5 && *txt++ != ':') -+ return -1; -+ } -+ -+ return 0; -+} -+ -+static void indicate_wx_custom_event(_adapter *padapter, char *msg) -+{ -+ u8 *buff, *p; -+ union iwreq_data wrqu; -+ -+ if (strlen(msg) > IW_CUSTOM_MAX) { -+ DBG_871X("%s strlen(msg):%zu > IW_CUSTOM_MAX:%u\n", __FUNCTION__ , strlen(msg), IW_CUSTOM_MAX); -+ return; -+ } -+ -+ buff = rtw_zmalloc(IW_CUSTOM_MAX+1); -+ if(!buff) -+ return; -+ -+ _rtw_memcpy(buff, msg, strlen(msg)); -+ -+ _rtw_memset(&wrqu,0,sizeof(wrqu)); -+ wrqu.data.length = strlen(msg); -+ -+ DBG_871X("%s %s\n", __FUNCTION__, buff); -+#ifndef CONFIG_IOCTL_CFG80211 -+ wireless_send_event(padapter->pnetdev, IWEVCUSTOM, &wrqu, buff); -+#endif -+ -+ rtw_mfree(buff, IW_CUSTOM_MAX+1); -+ -+} -+ -+ -+static void request_wps_pbc_event(_adapter *padapter) -+{ -+ u8 *buff, *p; -+ union iwreq_data wrqu; -+ -+ -+ buff = rtw_malloc(IW_CUSTOM_MAX); -+ if(!buff) -+ return; -+ -+ _rtw_memset(buff, 0, IW_CUSTOM_MAX); -+ -+ p=buff; -+ -+ p+=sprintf(p, "WPS_PBC_START.request=TRUE"); -+ -+ _rtw_memset(&wrqu,0,sizeof(wrqu)); -+ -+ wrqu.data.length = p-buff; -+ -+ wrqu.data.length = (wrqu.data.lengthpnetdev, IWEVCUSTOM, &wrqu, buff); -+#endif -+ -+ if(buff) -+ { -+ rtw_mfree(buff, IW_CUSTOM_MAX); -+ } -+ -+} -+ -+#ifdef CONFIG_SUPPORT_HW_WPS_PBC -+void rtw_request_wps_pbc_event(_adapter *padapter) -+{ -+#ifdef RTK_DMP_PLATFORM -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12)) -+ kobject_uevent(&padapter->pnetdev->dev.kobj, KOBJ_NET_PBC); -+#else -+ kobject_hotplug(&padapter->pnetdev->class_dev.kobj, KOBJ_NET_PBC); -+#endif -+#else -+ -+ if ( padapter->pid[0] == 0 ) -+ { // 0 is the default value and it means the application monitors the HW PBC doesn't privde its pid to driver. -+ return; -+ } -+ -+ rtw_signal_process(padapter->pid[0], SIGUSR1); -+ -+#endif -+ -+ rtw_led_control(padapter, LED_CTL_START_WPS_BOTTON); -+} -+#endif//#ifdef CONFIG_SUPPORT_HW_WPS_PBC -+ -+void indicate_wx_scan_complete_event(_adapter *padapter) -+{ -+ union iwreq_data wrqu; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ _rtw_memset(&wrqu, 0, sizeof(union iwreq_data)); -+ -+ //DBG_871X("+rtw_indicate_wx_scan_complete_event\n"); -+#ifndef CONFIG_IOCTL_CFG80211 -+ wireless_send_event(padapter->pnetdev, SIOCGIWSCAN, &wrqu, NULL); -+#endif -+} -+ -+ -+void rtw_indicate_wx_assoc_event(_adapter *padapter) -+{ -+ union iwreq_data wrqu; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ WLAN_BSSID_EX *pnetwork = (WLAN_BSSID_EX*)(&(pmlmeinfo->network)); -+ -+ _rtw_memset(&wrqu, 0, sizeof(union iwreq_data)); -+ -+ wrqu.ap_addr.sa_family = ARPHRD_ETHER; -+ -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)==_TRUE ) -+ _rtw_memcpy(wrqu.ap_addr.sa_data, pnetwork->MacAddress, ETH_ALEN); -+ else -+ _rtw_memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, ETH_ALEN); -+ -+ DBG_871X_LEVEL(_drv_always_, "assoc success\n"); -+#ifndef CONFIG_IOCTL_CFG80211 -+ wireless_send_event(padapter->pnetdev, SIOCGIWAP, &wrqu, NULL); -+#endif -+} -+ -+void rtw_indicate_wx_disassoc_event(_adapter *padapter) -+{ -+ union iwreq_data wrqu; -+ -+ _rtw_memset(&wrqu, 0, sizeof(union iwreq_data)); -+ -+ wrqu.ap_addr.sa_family = ARPHRD_ETHER; -+ _rtw_memset(wrqu.ap_addr.sa_data, 0, ETH_ALEN); -+ -+#ifndef CONFIG_IOCTL_CFG80211 -+ DBG_871X_LEVEL(_drv_always_, "indicate disassoc\n"); -+ wireless_send_event(padapter->pnetdev, SIOCGIWAP, &wrqu, NULL); -+#endif -+} -+ -+/* -+uint rtw_is_cckrates_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ while(rate[i]!=0) -+ { -+ if ( (((rate[i]) & 0x7f) == 2) || (((rate[i]) & 0x7f) == 4) || -+ (((rate[i]) & 0x7f) == 11) || (((rate[i]) & 0x7f) == 22) ) -+ return _TRUE; -+ i++; -+ } -+ -+ return _FALSE; -+} -+ -+uint rtw_is_cckratesonly_included(u8 *rate) -+{ -+ u32 i = 0; -+ -+ while(rate[i]!=0) -+ { -+ if ( (((rate[i]) & 0x7f) != 2) && (((rate[i]) & 0x7f) != 4) && -+ (((rate[i]) & 0x7f) != 11) && (((rate[i]) & 0x7f) != 22) ) -+ return _FALSE; -+ i++; -+ } -+ -+ return _TRUE; -+} -+*/ -+ -+static int search_p2p_wfd_ie(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop) -+{ -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+#ifdef CONFIG_WFD -+ if ( SCAN_RESULT_ALL == pwdinfo->wfd_info->scan_result_type ) -+ { -+ -+ } -+ else if ( ( SCAN_RESULT_P2P_ONLY == pwdinfo->wfd_info->scan_result_type ) || -+ ( SCAN_RESULT_WFD_TYPE == pwdinfo->wfd_info->scan_result_type ) ) -+#endif // CONFIG_WFD -+ { -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ u32 blnGotP2PIE = _FALSE; -+ -+ // User is doing the P2P device discovery -+ // The prefix of SSID should be "DIRECT-" and the IE should contains the P2P IE. -+ // If not, the driver should ignore this AP and go to the next AP. -+ -+ // Verifying the SSID -+ if ( _rtw_memcmp( pnetwork->network.Ssid.Ssid, pwdinfo->p2p_wildcard_ssid, P2P_WILDCARD_SSID_LEN ) ) -+ { -+ u32 p2pielen = 0; -+ -+ // Verifying the P2P IE -+ if (rtw_get_p2p_ie_from_scan_queue(&pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &p2pielen, pnetwork->network.Reserved[0])) -+ { -+ blnGotP2PIE = _TRUE; -+ } -+ } -+ -+ if ( blnGotP2PIE == _FALSE ) -+ { -+ return _FALSE; -+ } -+ -+ } -+ } -+ -+#ifdef CONFIG_WFD -+ if ( SCAN_RESULT_WFD_TYPE == pwdinfo->wfd_info->scan_result_type ) -+ { -+ u32 blnGotWFD = _FALSE; -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ uint wfd_ielen = 0; -+ -+ if ( rtw_get_wfd_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, wfd_ie, &wfd_ielen, pnetwork->network.Reserved[0]) ) -+ { -+ u8 wfd_devinfo[ 6 ] = { 0x00 }; -+ uint wfd_devlen = 6; -+ -+ if ( rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, wfd_devinfo, &wfd_devlen) ) -+ { -+ if ( pwdinfo->wfd_info->wfd_device_type == WFD_DEVINFO_PSINK ) -+ { -+ // the first two bits will indicate the WFD device type -+ if ( ( wfd_devinfo[ 1 ] & 0x03 ) == WFD_DEVINFO_SOURCE ) -+ { -+ // If this device is Miracast PSink device, the scan reuslt should just provide the Miracast source. -+ blnGotWFD = _TRUE; -+ } -+ } -+ else if ( pwdinfo->wfd_info->wfd_device_type == WFD_DEVINFO_SOURCE ) -+ { -+ // the first two bits will indicate the WFD device type -+ if ( ( wfd_devinfo[ 1 ] & 0x03 ) == WFD_DEVINFO_PSINK ) -+ { -+ // If this device is Miracast source device, the scan reuslt should just provide the Miracast PSink. -+ // Todo: How about the SSink?! -+ blnGotWFD = _TRUE; -+ } -+ } -+ } -+ } -+ -+ if ( blnGotWFD == _FALSE ) -+ { -+ return _FALSE; -+ } -+ } -+#endif // CONFIG_WFD -+ -+#endif //CONFIG_P2P -+ return _TRUE; -+} -+ static inline char *iwe_stream_mac_addr_proess(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ /* AP MAC address */ -+ iwe->cmd = SIOCGIWAP; -+ iwe->u.ap_addr.sa_family = ARPHRD_ETHER; -+ -+ _rtw_memcpy(iwe->u.ap_addr.sa_data, pnetwork->network.MacAddress, ETH_ALEN); -+ start = iwe_stream_add_event(info, start, stop, iwe, IW_EV_ADDR_LEN); -+ return start; -+} -+ static inline char * iwe_stream_essid_proess(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ -+ /* Add the ESSID */ -+ iwe->cmd = SIOCGIWESSID; -+ iwe->u.data.flags = 1; -+ iwe->u.data.length = min((u16)pnetwork->network.Ssid.SsidLength, (u16)32); -+ start = iwe_stream_add_point(info, start, stop, iwe, pnetwork->network.Ssid.Ssid); -+ return start; -+} -+ -+ static inline char * iwe_stream_chan_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ if(pnetwork->network.Configuration.DSConfig<1 /*|| pnetwork->network.Configuration.DSConfig>14*/) -+ pnetwork->network.Configuration.DSConfig = 1; -+ -+ /* Add frequency/channel */ -+ iwe->cmd = SIOCGIWFREQ; -+ iwe->u.freq.m = rtw_ch2freq(pnetwork->network.Configuration.DSConfig) * 100000; -+ iwe->u.freq.e = 1; -+ iwe->u.freq.i = pnetwork->network.Configuration.DSConfig; -+ start = iwe_stream_add_event(info, start, stop, iwe, IW_EV_FREQ_LEN); -+ return start; -+} -+ static inline char * iwe_stream_mode_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe,u16 cap) -+{ -+ /* Add mode */ -+ if(cap & (WLAN_CAPABILITY_IBSS |WLAN_CAPABILITY_BSS)){ -+ iwe->cmd = SIOCGIWMODE; -+ if (cap & WLAN_CAPABILITY_BSS) -+ iwe->u.mode = IW_MODE_MASTER; -+ else -+ iwe->u.mode = IW_MODE_ADHOC; -+ -+ start = iwe_stream_add_event(info, start, stop, iwe, IW_EV_UINT_LEN); -+ } -+ return start; -+ } -+ static inline char * iwe_stream_encryption_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe,u16 cap) -+{ -+ -+ /* Add encryption capability */ -+ iwe->cmd = SIOCGIWENCODE; -+ if (cap & WLAN_CAPABILITY_PRIVACY) -+ iwe->u.data.flags = IW_ENCODE_ENABLED | IW_ENCODE_NOKEY; -+ else -+ iwe->u.data.flags = IW_ENCODE_DISABLED; -+ iwe->u.data.length = 0; -+ start = iwe_stream_add_point(info, start, stop, iwe, pnetwork->network.Ssid.Ssid); -+ return start; -+ -+} -+ -+ static inline char * iwe_stream_protocol_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+ { -+ u16 ht_cap=_FALSE,vht_cap = _FALSE; -+ u32 ht_ielen = 0, vht_ielen = 0; -+ char *p; -+ u8 ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12);// Probe Request -+ -+ //parsing HT_CAP_IE -+ p = rtw_get_ie(&pnetwork->network.IEs[ie_offset], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELength-ie_offset); -+ if(p && ht_ielen>0) -+ ht_cap = _TRUE; -+ -+ #ifdef CONFIG_80211AC_VHT -+ //parsing VHT_CAP_IE -+ p = rtw_get_ie(&pnetwork->network.IEs[ie_offset], EID_VHTCapability, &vht_ielen, pnetwork->network.IELength-ie_offset); -+ if(p && vht_ielen>0) -+ vht_cap = _TRUE; -+ #endif -+ /* Add the protocol name */ -+ iwe->cmd = SIOCGIWNAME; -+ if ((rtw_is_cckratesonly_included((u8*)&pnetwork->network.SupportedRates)) == _TRUE) -+ { -+ if(ht_cap == _TRUE) -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11bn"); -+ else -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11b"); -+ } -+ else if ((rtw_is_cckrates_included((u8*)&pnetwork->network.SupportedRates)) == _TRUE) -+ { -+ if(ht_cap == _TRUE) -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11bgn"); -+ else -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11bg"); -+ } -+ else -+ { -+ if(pnetwork->network.Configuration.DSConfig > 14) -+ { -+ #ifdef CONFIG_80211AC_VHT -+ if(vht_cap == _TRUE){ -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11AC"); -+ } -+ else -+ #endif -+ { -+ if(ht_cap == _TRUE) -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11an"); -+ else -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11a"); -+ } -+ } -+ else -+ { -+ if(ht_cap == _TRUE) -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11gn"); -+ else -+ snprintf(iwe->u.name, IFNAMSIZ, "IEEE 802.11g"); -+ } -+ } -+ start = iwe_stream_add_event(info, start, stop, iwe, IW_EV_CHAR_LEN); -+ return start; -+ } -+ -+ static inline char * iwe_stream_rate_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ u32 ht_ielen = 0, vht_ielen = 0; -+ char *p; -+ u16 max_rate=0, rate, ht_cap=_FALSE, vht_cap = _FALSE; -+ u32 i = 0; -+ u8 bw_40MHz=0, short_GI=0, bw_160MHz=0, vht_highest_rate = 0; -+ u16 mcs_rate=0, vht_data_rate=0; -+ char custom[MAX_CUSTOM_LEN]={0}; -+ u8 ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12);// Probe Request -+ -+ //parsing HT_CAP_IE -+ p = rtw_get_ie(&pnetwork->network.IEs[ie_offset], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELength-ie_offset); -+ if(p && ht_ielen>0) -+ { -+ struct rtw_ieee80211_ht_cap *pht_capie; -+ ht_cap = _TRUE; -+ pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); -+ _rtw_memcpy(&mcs_rate , pht_capie->supp_mcs_set, 2); -+ bw_40MHz = (pht_capie->cap_info&IEEE80211_HT_CAP_SUP_WIDTH) ? 1:0; -+ short_GI = (pht_capie->cap_info&(IEEE80211_HT_CAP_SGI_20|IEEE80211_HT_CAP_SGI_40)) ? 1:0; -+ } -+ -+#ifdef CONFIG_80211AC_VHT -+ //parsing VHT_CAP_IE -+ p = rtw_get_ie(&pnetwork->network.IEs[ie_offset], EID_VHTCapability, &vht_ielen, pnetwork->network.IELength-ie_offset); -+ if(p && vht_ielen>0) -+ { -+ u8 mcs_map[2]; -+ -+ vht_cap = _TRUE; -+ bw_160MHz = GET_VHT_CAPABILITY_ELE_CHL_WIDTH(p+2); -+ if(bw_160MHz) -+ short_GI = GET_VHT_CAPABILITY_ELE_SHORT_GI160M(p+2); -+ else -+ short_GI = GET_VHT_CAPABILITY_ELE_SHORT_GI80M(p+2); -+ -+ _rtw_memcpy(mcs_map, GET_VHT_CAPABILITY_ELE_TX_MCS(p+2), 2); -+ -+ vht_highest_rate = rtw_get_vht_highest_rate(mcs_map); -+ vht_data_rate = rtw_vht_mcs_to_data_rate(CHANNEL_WIDTH_80, short_GI, vht_highest_rate); -+ } -+#endif -+ -+ /*Add basic and extended rates */ -+ p = custom; -+ p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); -+ while(pnetwork->network.SupportedRates[i]!=0) -+ { -+ rate = pnetwork->network.SupportedRates[i]&0x7F; -+ if (rate > max_rate) -+ max_rate = rate; -+ p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), -+ "%d%s ", rate >> 1, (rate & 1) ? ".5" : ""); -+ i++; -+ } -+#ifdef CONFIG_80211AC_VHT -+ if(vht_cap == _TRUE) { -+ max_rate = vht_data_rate; -+ } -+ else -+#endif -+ if(ht_cap == _TRUE) -+ { -+ if(mcs_rate&0x8000)//MCS15 -+ { -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ -+ } -+ else if(mcs_rate&0x0080)//MCS7 -+ { -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ else//default MCS7 -+ { -+ //DBG_871X("wx_get_scan, mcs_rate_bitmap=0x%x\n", mcs_rate); -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ -+ max_rate = max_rate*2;//Mbps/2; -+ } -+ -+ iwe->cmd = SIOCGIWRATE; -+ iwe->u.bitrate.fixed = iwe->u.bitrate.disabled = 0; -+ iwe->u.bitrate.value = max_rate * 500000; -+ start =iwe_stream_add_event(info, start, stop, iwe, IW_EV_PARAM_LEN); -+ return start ; -+} -+ -+static inline char * iwe_stream_wpa_wpa2_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ int buf_size = MAX_WPA_IE_LEN*2; -+ //u8 pbuf[buf_size]={0}; -+ u8 *pbuf = rtw_zmalloc(buf_size); -+ -+ u8 wpa_ie[255]={0},rsn_ie[255]={0}; -+ u16 i, wpa_len=0,rsn_len=0; -+ u8 *p; -+ sint out_len=0; -+ -+ -+ if(pbuf){ -+ p=pbuf; -+ -+ //parsing WPA/WPA2 IE -+ if (pnetwork->network.Reserved[0] != 2) // Probe Request -+ { -+ out_len=rtw_get_sec_ie(pnetwork->network.IEs ,pnetwork->network.IELength,rsn_ie,&rsn_len,wpa_ie,&wpa_len); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: ssid=%s\n",pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: wpa_len=%d rsn_len=%d\n",wpa_len,rsn_len)); -+ -+ if (wpa_len > 0){ -+ -+ _rtw_memset(pbuf, 0, buf_size); -+ p += sprintf(p, "wpa_ie="); -+ for (i = 0; i < wpa_len; i++) { -+ p += sprintf(p, "%02x", wpa_ie[i]); -+ } -+ -+ if (wpa_len > 100) { -+ printk("-----------------Len %d----------------\n", wpa_len); -+ for (i = 0; i < wpa_len; i++) { -+ printk("%02x ", wpa_ie[i]); -+ } -+ printk("\n"); -+ printk("-----------------Len %d----------------\n", wpa_len); -+ } -+ -+ _rtw_memset(iwe, 0, sizeof(*iwe)); -+ iwe->cmd = IWEVCUSTOM; -+ iwe->u.data.length = strlen(pbuf); -+ start = iwe_stream_add_point(info, start, stop, iwe,pbuf); -+ -+ _rtw_memset(iwe, 0, sizeof(*iwe)); -+ iwe->cmd =IWEVGENIE; -+ iwe->u.data.length = wpa_len; -+ start = iwe_stream_add_point(info, start, stop, iwe, wpa_ie); -+ } -+ if (rsn_len > 0){ -+ -+ _rtw_memset(pbuf, 0, buf_size); -+ p += sprintf(p, "rsn_ie="); -+ for (i = 0; i < rsn_len; i++) { -+ p += sprintf(p, "%02x", rsn_ie[i]); -+ } -+ _rtw_memset(iwe, 0, sizeof(*iwe)); -+ iwe->cmd = IWEVCUSTOM; -+ iwe->u.data.length = strlen(pbuf); -+ start = iwe_stream_add_point(info, start, stop, iwe,pbuf); -+ -+ _rtw_memset(iwe, 0, sizeof(*iwe)); -+ iwe->cmd =IWEVGENIE; -+ iwe->u.data.length = rsn_len; -+ start = iwe_stream_add_point(info, start, stop, iwe, rsn_ie); -+ } -+ } -+ -+ rtw_mfree(pbuf, buf_size); -+ } -+ return start; -+} -+ -+static inline char * iwe_stream_wps_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ //parsing WPS IE -+ uint cnt = 0,total_ielen; -+ u8 *wpsie_ptr=NULL; -+ uint wps_ielen = 0; -+ u8 ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12); -+ -+ u8 *ie_ptr = pnetwork->network.IEs + ie_offset; -+ total_ielen= pnetwork->network.IELength - ie_offset; -+ -+ if (pnetwork->network.Reserved[0] == 2) // Probe Request -+ { -+ ie_ptr = pnetwork->network.IEs; -+ total_ielen = pnetwork->network.IELength; -+ } -+ else // Beacon or Probe Respones -+ { -+ ie_ptr = pnetwork->network.IEs + _FIXED_IE_LENGTH_; -+ total_ielen = pnetwork->network.IELength - _FIXED_IE_LENGTH_; -+ } -+ while(cnt < total_ielen) -+ { -+ if(rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen>2)) -+ { -+ wpsie_ptr = &ie_ptr[cnt]; -+ iwe->cmd =IWEVGENIE; -+ iwe->u.data.length = (u16)wps_ielen; -+ start = iwe_stream_add_point(info, start, stop,iwe, wpsie_ptr); -+ } -+ cnt+=ie_ptr[cnt+1]+2; //goto next -+ } -+ return start; -+} -+ -+static inline char * iwe_stream_wapi_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+#ifdef CONFIG_WAPI_SUPPORT -+ char *p; -+ -+ if (pnetwork->network.Reserved[0] != 2) // Probe Request -+ { -+ sint out_len_wapi=0; -+ /* here use static for stack size */ -+ static u8 buf_wapi[MAX_WAPI_IE_LEN*2]={0}; -+ static u8 wapi_ie[MAX_WAPI_IE_LEN]={0}; -+ u16 wapi_len=0; -+ u16 i; -+ -+ out_len_wapi=rtw_get_wapi_ie(pnetwork->network.IEs ,pnetwork->network.IELength,wapi_ie,&wapi_len); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: ssid=%s\n",pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: wapi_len=%d \n",wapi_len)); -+ -+ DBG_871X("rtw_wx_get_scan: %s ",pnetwork->network.Ssid.Ssid); -+ DBG_871X("rtw_wx_get_scan: ssid = %d ",wapi_len); -+ -+ -+ if (wapi_len > 0) -+ { -+ p=buf_wapi; -+ //_rtw_memset(buf_wapi, 0, MAX_WAPI_IE_LEN*2); -+ p += sprintf(p, "wapi_ie="); -+ for (i = 0; i < wapi_len; i++) { -+ p += sprintf(p, "%02x", wapi_ie[i]); -+ } -+ -+ _rtw_memset(iwe, 0, sizeof(*iwe)); -+ iwe->cmd = IWEVCUSTOM; -+ iwe->u.data.length = strlen(buf_wapi); -+ start = iwe_stream_add_point(info, start, stop, iwe,buf_wapi); -+ -+ _rtw_memset(iwe, 0, sizeof(*iwe)); -+ iwe->cmd =IWEVGENIE; -+ iwe->u.data.length = wapi_len; -+ start = iwe_stream_add_point(info, start, stop, iwe, wapi_ie); -+ } -+ } -+#endif//#ifdef CONFIG_WAPI_SUPPORT -+ return start; -+} -+ -+static inline char * iwe_stream_rssi_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ u8 ss, sq; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ /* Add quality statistics */ -+ iwe->cmd = IWEVQUAL; -+ iwe->u.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ | IW_QUAL_NOISE_UPDATED -+ #else -+ | IW_QUAL_NOISE_INVALID -+ #endif -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ | IW_QUAL_DBM -+ #endif -+ ; -+ -+ if ( check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE && -+ is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)){ -+ ss = padapter->recvpriv.signal_strength; -+ sq = padapter->recvpriv.signal_qual; -+ } else { -+ ss = pnetwork->network.PhyInfo.SignalStrength; -+ sq = pnetwork->network.PhyInfo.SignalQuality; -+ } -+ -+ -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ iwe->u.qual.level = (u8) translate_percentage_to_dbm(ss); /* dbm */ -+ #else -+ #ifdef CONFIG_SIGNAL_SCALE_MAPPING -+ iwe->u.qual.level = (u8)ss; /* % */ -+ #else -+ { -+ /* Do signal scale mapping when using percentage as the unit of signal strength, since the scale mapping is skipped in odm */ -+ -+ HAL_DATA_TYPE *pHal = GET_HAL_DATA(padapter); -+ -+ iwe->u.qual.level = (u8)odm_SignalScaleMapping(&pHal->odmpriv, ss); -+ } -+ #endif -+ #endif -+ -+ iwe->u.qual.qual = (u8)sq; // signal quality -+ -+ #ifdef CONFIG_PLATFORM_ROCKCHIPS -+ iwe->u.qual.noise = -100; // noise level suggest by zhf@rockchips -+ #else -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ { -+ s16 tmp_noise=0; -+ rtw_hal_get_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&(pnetwork->network.Configuration.DSConfig), &(tmp_noise)); -+ iwe->u.qual.noise = tmp_noise ; -+ } -+ #else -+ iwe->u.qual.noise = 0; // noise level -+ #endif -+ #endif //CONFIG_PLATFORM_ROCKCHIPS -+ -+ //DBG_871X("iqual=%d, ilevel=%d, inoise=%d, iupdated=%d\n", iwe.u.qual.qual, iwe.u.qual.level , iwe.u.qual.noise, iwe.u.qual.updated); -+ -+ start = iwe_stream_add_event(info, start, stop, iwe, IW_EV_QUAL_LEN); -+ return start; -+} -+ -+static inline char * iwe_stream_net_rsv_process(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop,struct iw_event *iwe) -+{ -+ u8 buf[32] = {0}; -+ u8 * p,*pos; -+ int len; -+ p = buf; -+ pos = pnetwork->network.Reserved; -+ -+ p += sprintf(p, "fm=%02X%02X", pos[1], pos[0]); -+ _rtw_memset(iwe, 0, sizeof(*iwe)); -+ iwe->cmd = IWEVCUSTOM; -+ iwe->u.data.length = strlen(buf); -+ start = iwe_stream_add_point(info, start, stop,iwe, buf); -+ return start; -+} -+ -+#if 1 -+static char *translate_scan(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop) -+{ -+ struct iw_event iwe; -+ u16 cap = 0; -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ -+ if(_FALSE == search_p2p_wfd_ie(padapter,info,pnetwork,start,stop)) -+ return start; -+ -+ start = iwe_stream_mac_addr_proess(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_essid_proess(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_protocol_process(padapter,info,pnetwork,start,stop,&iwe); -+ if (pnetwork->network.Reserved[0] == 2) // Probe Request -+ { -+ cap = 0; -+ } -+ else -+ { -+ _rtw_memcpy((u8 *)&cap, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); -+ cap = le16_to_cpu(cap); -+ } -+ -+ start = iwe_stream_mode_process(padapter,info,pnetwork,start,stop,&iwe,cap); -+ start = iwe_stream_chan_process(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_encryption_process(padapter,info,pnetwork,start,stop,&iwe,cap); -+ start = iwe_stream_rate_process(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_wpa_wpa2_process(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_wps_process(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_wapi_process(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_rssi_process(padapter,info,pnetwork,start,stop,&iwe); -+ start = iwe_stream_net_rsv_process(padapter,info,pnetwork,start,stop,&iwe); -+ -+ return start; -+} -+#else -+static char *translate_scan(_adapter *padapter, -+ struct iw_request_info* info, struct wlan_network *pnetwork, -+ char *start, char *stop) -+{ -+ struct iw_event iwe; -+ u16 cap; -+ u32 ht_ielen = 0, vht_ielen = 0; -+ char custom[MAX_CUSTOM_LEN]; -+ char *p; -+ u16 max_rate=0, rate, ht_cap=_FALSE, vht_cap = _FALSE; -+ u32 i = 0; -+ char *current_val; -+ long rssi; -+ u8 bw_40MHz=0, short_GI=0, bw_160MHz=0, vht_highest_rate = 0; -+ u16 mcs_rate=0, vht_data_rate=0; -+ u8 ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ if(_FALSE == search_p2p_wfd_ie(padapter,info,pnetwork,start,stop)) -+ return start; -+ -+ /* AP MAC address */ -+ iwe.cmd = SIOCGIWAP; -+ iwe.u.ap_addr.sa_family = ARPHRD_ETHER; -+ -+ _rtw_memcpy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress, ETH_ALEN); -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); -+ -+ /* Add the ESSID */ -+ iwe.cmd = SIOCGIWESSID; -+ iwe.u.data.flags = 1; -+ iwe.u.data.length = min((u16)pnetwork->network.Ssid.SsidLength, (u16)32); -+ start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); -+ -+ //parsing HT_CAP_IE -+ if (pnetwork->network.Reserved[0] == 2) // Probe Request -+ { -+ p = rtw_get_ie(&pnetwork->network.IEs[0], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELength); -+ } -+ else -+ { -+ p = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELength-12); -+ } -+ if(p && ht_ielen>0) -+ { -+ struct rtw_ieee80211_ht_cap *pht_capie; -+ ht_cap = _TRUE; -+ pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); -+ _rtw_memcpy(&mcs_rate , pht_capie->supp_mcs_set, 2); -+ bw_40MHz = (pht_capie->cap_info&IEEE80211_HT_CAP_SUP_WIDTH) ? 1:0; -+ short_GI = (pht_capie->cap_info&(IEEE80211_HT_CAP_SGI_20|IEEE80211_HT_CAP_SGI_40)) ? 1:0; -+ } -+ -+#ifdef CONFIG_80211AC_VHT -+ //parsing VHT_CAP_IE -+ p = rtw_get_ie(&pnetwork->network.IEs[ie_offset], EID_VHTCapability, &vht_ielen, pnetwork->network.IELength-ie_offset); -+ if(p && vht_ielen>0) -+ { -+ u8 mcs_map[2]; -+ -+ vht_cap = _TRUE; -+ bw_160MHz = GET_VHT_CAPABILITY_ELE_CHL_WIDTH(p+2); -+ if(bw_160MHz) -+ short_GI = GET_VHT_CAPABILITY_ELE_SHORT_GI160M(p+2); -+ else -+ short_GI = GET_VHT_CAPABILITY_ELE_SHORT_GI80M(p+2); -+ -+ _rtw_memcpy(mcs_map, GET_VHT_CAPABILITY_ELE_TX_MCS(p+2), 2); -+ -+ vht_highest_rate = rtw_get_vht_highest_rate(mcs_map); -+ vht_data_rate = rtw_vht_mcs_to_data_rate(CHANNEL_WIDTH_80, short_GI, vht_highest_rate); -+ } -+#endif -+ -+ /* Add the protocol name */ -+ iwe.cmd = SIOCGIWNAME; -+ if ((rtw_is_cckratesonly_included((u8*)&pnetwork->network.SupportedRates)) == _TRUE) -+ { -+ if(ht_cap == _TRUE) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11bn"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11b"); -+ } -+ else if ((rtw_is_cckrates_included((u8*)&pnetwork->network.SupportedRates)) == _TRUE) -+ { -+ if(ht_cap == _TRUE) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11bgn"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11bg"); -+ } -+ else -+ { -+ if(pnetwork->network.Configuration.DSConfig > 14) -+ { -+ if(vht_cap == _TRUE) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11AC"); -+ else if(ht_cap == _TRUE) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11an"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11a"); -+ } -+ else -+ { -+ if(ht_cap == _TRUE) -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11gn"); -+ else -+ snprintf(iwe.u.name, IFNAMSIZ, "IEEE 802.11g"); -+ } -+ } -+ -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); -+ -+ /* Add mode */ -+ if (pnetwork->network.Reserved[0] == 2) // Probe Request -+ { -+ cap = 0; -+ } -+ else -+ { -+ iwe.cmd = SIOCGIWMODE; -+ _rtw_memcpy((u8 *)&cap, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); -+ cap = le16_to_cpu(cap); -+ } -+ -+ if(cap & (WLAN_CAPABILITY_IBSS |WLAN_CAPABILITY_BSS)){ -+ if (cap & WLAN_CAPABILITY_BSS) -+ iwe.u.mode = IW_MODE_MASTER; -+ else -+ iwe.u.mode = IW_MODE_ADHOC; -+ -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_UINT_LEN); -+ } -+ -+ if(pnetwork->network.Configuration.DSConfig<1 /*|| pnetwork->network.Configuration.DSConfig>14*/) -+ pnetwork->network.Configuration.DSConfig = 1; -+ -+ /* Add frequency/channel */ -+ iwe.cmd = SIOCGIWFREQ; -+ iwe.u.freq.m = rtw_ch2freq(pnetwork->network.Configuration.DSConfig) * 100000; -+ iwe.u.freq.e = 1; -+ iwe.u.freq.i = pnetwork->network.Configuration.DSConfig; -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); -+ -+ /* Add encryption capability */ -+ iwe.cmd = SIOCGIWENCODE; -+ if (cap & WLAN_CAPABILITY_PRIVACY) -+ iwe.u.data.flags = IW_ENCODE_ENABLED | IW_ENCODE_NOKEY; -+ else -+ iwe.u.data.flags = IW_ENCODE_DISABLED; -+ iwe.u.data.length = 0; -+ start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); -+ -+ /*Add basic and extended rates */ -+ max_rate = 0; -+ p = custom; -+ p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); -+ while(pnetwork->network.SupportedRates[i]!=0) -+ { -+ rate = pnetwork->network.SupportedRates[i]&0x7F; -+ if (rate > max_rate) -+ max_rate = rate; -+ p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), -+ "%d%s ", rate >> 1, (rate & 1) ? ".5" : ""); -+ i++; -+ } -+ -+ if(vht_cap == _TRUE) { -+ max_rate = vht_data_rate; -+ } -+ else if(ht_cap == _TRUE) -+ { -+ if(mcs_rate&0x8000)//MCS15 -+ { -+ max_rate = (bw_40MHz) ? ((short_GI)?300:270):((short_GI)?144:130); -+ -+ } -+ else if(mcs_rate&0x0080)//MCS7 -+ { -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ else//default MCS7 -+ { -+ //DBG_871X("wx_get_scan, mcs_rate_bitmap=0x%x\n", mcs_rate); -+ max_rate = (bw_40MHz) ? ((short_GI)?150:135):((short_GI)?72:65); -+ } -+ -+ max_rate = max_rate*2;//Mbps/2; -+ } -+ -+ iwe.cmd = SIOCGIWRATE; -+ iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0; -+ iwe.u.bitrate.value = max_rate * 500000; -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_PARAM_LEN); -+ -+ //parsing WPA/WPA2 IE -+ if (pnetwork->network.Reserved[0] != 2) // Probe Request -+ { -+ u8 buf[MAX_WPA_IE_LEN*2]; -+ u8 wpa_ie[255],rsn_ie[255]; -+ u16 wpa_len=0,rsn_len=0; -+ u8 *p; -+ sint out_len=0; -+ out_len=rtw_get_sec_ie(pnetwork->network.IEs ,pnetwork->network.IELength,rsn_ie,&rsn_len,wpa_ie,&wpa_len); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: ssid=%s\n",pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: wpa_len=%d rsn_len=%d\n",wpa_len,rsn_len)); -+ -+ if (wpa_len > 0) -+ { -+ p=buf; -+ _rtw_memset(buf, 0, MAX_WPA_IE_LEN*2); -+ p += sprintf(p, "wpa_ie="); -+ for (i = 0; i < wpa_len; i++) { -+ p += sprintf(p, "%02x", wpa_ie[i]); -+ } -+ -+ if (wpa_len > 100) { -+ printk("-----------------Len %d----------------\n", wpa_len); -+ for (i = 0; i < wpa_len; i++) { -+ printk("%02x ", wpa_ie[i]); -+ } -+ printk("\n"); -+ printk("-----------------Len %d----------------\n", wpa_len); -+ } -+ -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ iwe.u.data.length = strlen(buf); -+ start = iwe_stream_add_point(info, start, stop, &iwe,buf); -+ -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd =IWEVGENIE; -+ iwe.u.data.length = wpa_len; -+ start = iwe_stream_add_point(info, start, stop, &iwe, wpa_ie); -+ } -+ if (rsn_len > 0) -+ { -+ p = buf; -+ _rtw_memset(buf, 0, MAX_WPA_IE_LEN*2); -+ p += sprintf(p, "rsn_ie="); -+ for (i = 0; i < rsn_len; i++) { -+ p += sprintf(p, "%02x", rsn_ie[i]); -+ } -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ iwe.u.data.length = strlen(buf); -+ start = iwe_stream_add_point(info, start, stop, &iwe,buf); -+ -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd =IWEVGENIE; -+ iwe.u.data.length = rsn_len; -+ start = iwe_stream_add_point(info, start, stop, &iwe, rsn_ie); -+ } -+ } -+ -+ { //parsing WPS IE -+ uint cnt = 0,total_ielen; -+ u8 *wpsie_ptr=NULL; -+ uint wps_ielen = 0; -+ -+ u8 *ie_ptr = pnetwork->network.IEs + ie_offset; -+ total_ielen= pnetwork->network.IELength - ie_offset; -+ -+ if (pnetwork->network.Reserved[0] == 2) // Probe Request -+ { -+ ie_ptr = pnetwork->network.IEs; -+ total_ielen = pnetwork->network.IELength; -+ } -+ else // Beacon or Probe Respones -+ { -+ ie_ptr = pnetwork->network.IEs + _FIXED_IE_LENGTH_; -+ total_ielen = pnetwork->network.IELength - _FIXED_IE_LENGTH_; -+ } -+ -+ while(cnt < total_ielen) -+ { -+ if(rtw_is_wps_ie(&ie_ptr[cnt], &wps_ielen) && (wps_ielen>2)) -+ { -+ wpsie_ptr = &ie_ptr[cnt]; -+ iwe.cmd =IWEVGENIE; -+ iwe.u.data.length = (u16)wps_ielen; -+ start = iwe_stream_add_point(info, start, stop, &iwe, wpsie_ptr); -+ } -+ cnt+=ie_ptr[cnt+1]+2; //goto next -+ } -+ } -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if (pnetwork->network.Reserved[0] != 2) // Probe Request -+ { -+ sint out_len_wapi=0; -+ /* here use static for stack size */ -+ static u8 buf_wapi[MAX_WAPI_IE_LEN*2]; -+ static u8 wapi_ie[MAX_WAPI_IE_LEN]; -+ u16 wapi_len=0; -+ u16 i; -+ -+ _rtw_memset(buf_wapi, 0, MAX_WAPI_IE_LEN); -+ _rtw_memset(wapi_ie, 0, MAX_WAPI_IE_LEN); -+ -+ out_len_wapi=rtw_get_wapi_ie(pnetwork->network.IEs ,pnetwork->network.IELength,wapi_ie,&wapi_len); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: ssid=%s\n",pnetwork->network.Ssid.Ssid)); -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan: wapi_len=%d \n",wapi_len)); -+ -+ DBG_871X("rtw_wx_get_scan: %s ",pnetwork->network.Ssid.Ssid); -+ DBG_871X("rtw_wx_get_scan: ssid = %d ",wapi_len); -+ -+ -+ if (wapi_len > 0) -+ { -+ p=buf_wapi; -+ _rtw_memset(buf_wapi, 0, MAX_WAPI_IE_LEN*2); -+ p += sprintf(p, "wapi_ie="); -+ for (i = 0; i < wapi_len; i++) { -+ p += sprintf(p, "%02x", wapi_ie[i]); -+ } -+ -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ iwe.u.data.length = strlen(buf_wapi); -+ start = iwe_stream_add_point(info, start, stop, &iwe,buf_wapi); -+ -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd =IWEVGENIE; -+ iwe.u.data.length = wapi_len; -+ start = iwe_stream_add_point(info, start, stop, &iwe, wapi_ie); -+ } -+ } -+#endif -+ -+{ -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 ss, sq; -+ -+ /* Add quality statistics */ -+ iwe.cmd = IWEVQUAL; -+ iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ | IW_QUAL_NOISE_UPDATED -+ #else -+ | IW_QUAL_NOISE_INVALID -+ #endif -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ | IW_QUAL_DBM -+ #endif -+ ; -+ -+ if ( check_fwstate(pmlmepriv, _FW_LINKED)== _TRUE && -+ is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)){ -+ ss = padapter->recvpriv.signal_strength; -+ sq = padapter->recvpriv.signal_qual; -+ } else { -+ ss = pnetwork->network.PhyInfo.SignalStrength; -+ sq = pnetwork->network.PhyInfo.SignalQuality; -+ } -+ -+ -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ iwe.u.qual.level = (u8) translate_percentage_to_dbm(ss); /* dbm */ -+ #else -+ #ifdef CONFIG_SIGNAL_SCALE_MAPPING -+ iwe.u.qual.level = (u8)ss; /* % */ -+ #else -+ { -+ /* Do signal scale mapping when using percentage as the unit of signal strength, since the scale mapping is skipped in odm */ -+ -+ HAL_DATA_TYPE *pHal = GET_HAL_DATA(padapter); -+ -+ iwe.u.qual.level = (u8)odm_SignalScaleMapping(&pHal->odmpriv, ss); -+ } -+ #endif -+ #endif -+ -+ iwe.u.qual.qual = (u8)sq; // signal quality -+ -+ #ifdef CONFIG_PLATFORM_ROCKCHIPS -+ iwe.u.qual.noise = -100; // noise level suggest by zhf@rockchips -+ #else -+ #if defined(CONFIG_SIGNAL_DISPLAY_DBM) && defined(CONFIG_BACKGROUND_NOISE_MONITOR) -+ { -+ s16 tmp_noise=0; -+ rtw_hal_get_odm_var(padapter, HAL_ODM_NOISE_MONITOR,&(pnetwork->network.Configuration.DSConfig), &(tmp_noise)); -+ iwe.u.qual.noise = tmp_noise ; -+ } -+ #else -+ iwe.u.qual.noise = 0; // noise level -+ #endif -+ #endif //CONFIG_PLATFORM_ROCKCHIPS -+ -+ //DBG_871X("iqual=%d, ilevel=%d, inoise=%d, iupdated=%d\n", iwe.u.qual.qual, iwe.u.qual.level , iwe.u.qual.noise, iwe.u.qual.updated); -+ -+ start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_QUAL_LEN); -+} -+ -+ { -+ u8 buf[MAX_WPA_IE_LEN]; -+ u8 * p,*pos; -+ int len; -+ p = buf; -+ pos = pnetwork->network.Reserved; -+ _rtw_memset(buf, 0, MAX_WPA_IE_LEN); -+ p += sprintf(p, "fm=%02X%02X", pos[1], pos[0]); -+ _rtw_memset(&iwe, 0, sizeof(iwe)); -+ iwe.cmd = IWEVCUSTOM; -+ iwe.u.data.length = strlen(buf); -+ start = iwe_stream_add_point(info, start, stop, &iwe, buf); -+ } -+ -+ return start; -+} -+#endif -+ -+static int wpa_set_auth_algs(struct net_device *dev, u32 value) -+{ -+ _adapter *padapter = (_adapter *) rtw_netdev_priv(dev); -+ int ret = 0; -+ -+ if ((value & AUTH_ALG_SHARED_KEY)&&(value & AUTH_ALG_OPEN_SYSTEM)) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_SHARED_KEY and AUTH_ALG_OPEN_SYSTEM [value:0x%x]\n",value); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeAutoSwitch; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ } -+ else if (value & AUTH_ALG_SHARED_KEY) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_SHARED_KEY [value:0x%x]\n",value); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+#ifdef CONFIG_PLATFORM_MT53XX -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeAutoSwitch; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+#else -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeShared; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; -+#endif -+ } -+ else if(value & AUTH_ALG_OPEN_SYSTEM) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_OPEN_SYSTEM\n"); -+ //padapter->securitypriv.ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ if(padapter->securitypriv.ndisauthtype < Ndis802_11AuthModeWPAPSK) -+ { -+#ifdef CONFIG_PLATFORM_MT53XX -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeAutoSwitch; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+#else -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+#endif -+ } -+ -+ } -+ else if(value & AUTH_ALG_LEAP) -+ { -+ DBG_871X("wpa_set_auth_algs, AUTH_ALG_LEAP\n"); -+ } -+ else -+ { -+ DBG_871X("wpa_set_auth_algs, error!\n"); -+ ret = -EINVAL; -+ } -+ -+ return ret; -+ -+} -+ -+static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len,wep_total_len; -+ NDIS_802_11_WEP *pwep = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+#ifdef CONFIG_P2P -+ struct wifidirect_info* pwdinfo = &padapter->wdinfo; -+#endif //CONFIG_P2P -+ -+_func_enter_; -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ if (param_len < (u32) ((u8 *) param->u.crypt.key - (u8 *) param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ -+ if (param->u.crypt.idx >= WEP_KEYS -+#ifdef CONFIG_IEEE80211W -+ && param->u.crypt.idx > BIP_MAX_KEYID -+#endif //CONFIG_IEEE80211W -+ ) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+#ifdef CONFIG_WAPI_SUPPORT -+ if (strcmp(param->u.crypt.alg, "SMS4")) -+#endif -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("wpa_set_encryption, crypt.alg = WEP\n")); -+ DBG_871X("wpa_set_encryption, crypt.alg = WEP\n"); -+ -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP40_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP40_; -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_info_,("(1)wep_key_idx=%d\n", wep_key_idx)); -+ DBG_871X("(1)wep_key_idx=%d\n", wep_key_idx); -+ -+ if (wep_key_idx > WEP_KEYS) -+ return -EINVAL; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_info_,("(2)wep_key_idx=%d\n", wep_key_idx)); -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ wep_total_len = wep_key_len + FIELD_OFFSET(NDIS_802_11_WEP, KeyMaterial); -+ pwep =(NDIS_802_11_WEP *) rtw_malloc(wep_total_len); -+ if(pwep == NULL){ -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,(" wpa_set_encryption: pwep allocate fail !!!\n")); -+ goto exit; -+ } -+ -+ _rtw_memset(pwep, 0, wep_total_len); -+ -+ pwep->KeyLength = wep_key_len; -+ pwep->Length = wep_total_len; -+ -+ if(wep_key_len==13) -+ { -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP104_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP104_; -+ } -+ } -+ else { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ pwep->KeyIndex = wep_key_idx; -+ pwep->KeyIndex |= 0x80000000; -+ -+ _rtw_memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); -+ -+ if(param->u.crypt.set_tx) -+ { -+ DBG_871X("wep, set_tx=1\n"); -+ -+ if(rtw_set_802_11_add_wep(padapter, pwep) == (u8)_FAIL) -+ { -+ ret = -EOPNOTSUPP ; -+ } -+ } -+ else -+ { -+ DBG_871X("wep, set_tx=0\n"); -+ -+ //don't update "psecuritypriv->dot11PrivacyAlgrthm" and -+ //"psecuritypriv->dot11PrivacyKeyIndex=keyid", but can rtw_set_key to fw/cam -+ -+ if (wep_key_idx >= WEP_KEYS) { -+ ret = -EOPNOTSUPP ; -+ goto exit; -+ } -+ -+ _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); -+ psecuritypriv->dot11DefKeylen[wep_key_idx]=pwep->KeyLength; -+ rtw_set_key(padapter, psecuritypriv, wep_key_idx, 0, _TRUE); -+ } -+ -+ goto exit; -+ } -+ -+ if(padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) // 802_1x -+ { -+ struct sta_info * psta,*pbcmc_sta; -+ struct sta_priv * pstapriv = &padapter->stapriv; -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE | WIFI_MP_STATE) == _TRUE) //sta mode -+ { -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ if (psta == NULL) { -+ //DEBUG_ERR( ("Set wpa_set_encryption: Obtain Sta_info fail \n")); -+ } -+ else -+ { -+ //Jeff: don't disable ieee8021x_blocked while clearing key -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ psta->ieee8021x_blocked = _FALSE; -+ -+ if((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ psta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ -+ if(param->u.crypt.set_tx ==1)//pairwise key -+ { -+ _rtw_memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if(strcmp(param->u.crypt.alg, "TKIP") == 0)//set mic key -+ { -+ //DEBUG_ERR(("\nset key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len)); -+ _rtw_memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ padapter->securitypriv.busetkipkey=_FALSE; -+ //_set_timer(&padapter->securitypriv.tkip_timer, 50); -+ } -+ -+ //DEBUG_ERR((" param->u.crypt.key_len=%d\n",param->u.crypt.key_len)); -+ DBG_871X(" ~~~~set sta key:unicastkey\n"); -+ -+ rtw_setstakey_cmd(padapter, psta, UNICAST_KEY, _TRUE); -+ -+ psta->bpairwise_key_installed = _TRUE; -+ -+ } -+ else//group key -+ { -+ if(strcmp(param->u.crypt.alg, "TKIP") == 0 || strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ _rtw_memcpy(padapter->securitypriv.dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key,(param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ //only TKIP group key need to install this -+ if(param->u.crypt.key_len > 16) -+ { -+ _rtw_memcpy(padapter->securitypriv.dot118021XGrptxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[16]),8); -+ _rtw_memcpy(padapter->securitypriv.dot118021XGrprxmickey[param->u.crypt.idx].skey,&(param->u.crypt.key[24]),8); -+ } -+ padapter->securitypriv.binstallGrpkey = _TRUE; -+ //DEBUG_ERR((" param->u.crypt.key_len=%d\n", param->u.crypt.key_len)); -+ DBG_871X(" ~~~~set sta key:groupkey\n"); -+ -+ padapter->securitypriv.dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ rtw_set_key(padapter,&padapter->securitypriv,param->u.crypt.idx, 1, _TRUE); -+ } -+#ifdef CONFIG_IEEE80211W -+ else if(strcmp(param->u.crypt.alg, "BIP") == 0) -+ { -+ int no; -+ //printk("BIP key_len=%d , index=%d @@@@@@@@@@@@@@@@@@\n", param->u.crypt.key_len, param->u.crypt.idx); -+ //save the IGTK key, length 16 bytes -+ _rtw_memcpy(padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey, param->u.crypt.key,(param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ /*printk("IGTK key below:\n"); -+ for(no=0;no<16;no++) -+ printk(" %02x ", padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey[no]); -+ printk("\n");*/ -+ padapter->securitypriv.dot11wBIPKeyid = param->u.crypt.idx; -+ padapter->securitypriv.binstallBIPkey = _TRUE; -+ DBG_871X(" ~~~~set sta key:IGKT\n"); -+ } -+#endif //CONFIG_IEEE80211W -+ -+#ifdef CONFIG_P2P -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_PROVISIONING_ING)) -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_PROVISIONING_DONE); -+ } -+#endif //CONFIG_P2P -+ -+ } -+ } -+ -+ pbcmc_sta=rtw_get_bcmc_stainfo(padapter); -+ if(pbcmc_sta==NULL) -+ { -+ //DEBUG_ERR( ("Set OID_802_11_ADD_KEY: bcmc stainfo is null \n")); -+ } -+ else -+ { -+ //Jeff: don't disable ieee8021x_blocked while clearing key -+ if (strcmp(param->u.crypt.alg, "none") != 0) -+ pbcmc_sta->ieee8021x_blocked = _FALSE; -+ -+ if((padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption2Enabled)|| -+ (padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption3Enabled)) -+ { -+ pbcmc_sta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; -+ } -+ } -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) //adhoc mode -+ { -+ } -+ } -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if (strcmp(param->u.crypt.alg, "SMS4") == 0) -+ { -+ PRT_WAPI_T pWapiInfo = &padapter->wapiInfo; -+ PRT_WAPI_STA_INFO pWapiSta; -+ u8 WapiASUEPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiAEPNInitialValueSrc[16] = {0x37,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ u8 WapiAEMultiCastPNInitialValueSrc[16] = {0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C,0x36,0x5C} ; -+ -+ if(param->u.crypt.set_tx == 1) -+ { -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if(_rtw_memcmp(pWapiSta->PeerMacAddr,param->sta_addr,6)) -+ { -+ _rtw_memcpy(pWapiSta->lastTxUnicastPN,WapiASUEPNInitialValueSrc,16); -+ -+ pWapiSta->wapiUsk.bSet = true; -+ _rtw_memcpy(pWapiSta->wapiUsk.dataKey,param->u.crypt.key,16); -+ _rtw_memcpy(pWapiSta->wapiUsk.micKey,param->u.crypt.key+16,16); -+ pWapiSta->wapiUsk.keyId = param->u.crypt.idx ; -+ pWapiSta->wapiUsk.bTxEnable = true; -+ -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNBEQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNBKQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNVIQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPNVOQueue,WapiAEPNInitialValueSrc,16); -+ _rtw_memcpy(pWapiSta->lastRxUnicastPN,WapiAEPNInitialValueSrc,16); -+ pWapiSta->wapiUskUpdate.bTxEnable = false; -+ pWapiSta->wapiUskUpdate.bSet = false; -+ -+ if (psecuritypriv->sw_encrypt== false || psecuritypriv->sw_decrypt == false) -+ { -+ //set unicast key for ASUE -+ rtw_wapi_set_key(padapter, &pWapiSta->wapiUsk, pWapiSta, false, false); -+ } -+ } -+ } -+ } -+ else -+ { -+ list_for_each_entry(pWapiSta, &pWapiInfo->wapiSTAUsedList, list) { -+ if(_rtw_memcmp(pWapiSta->PeerMacAddr,get_bssid(pmlmepriv),6)) -+ { -+ pWapiSta->wapiMsk.bSet = true; -+ _rtw_memcpy(pWapiSta->wapiMsk.dataKey,param->u.crypt.key,16); -+ _rtw_memcpy(pWapiSta->wapiMsk.micKey,param->u.crypt.key+16,16); -+ pWapiSta->wapiMsk.keyId = param->u.crypt.idx ; -+ pWapiSta->wapiMsk.bTxEnable = false; -+ if(!pWapiSta->bSetkeyOk) -+ pWapiSta->bSetkeyOk = true; -+ pWapiSta->bAuthenticateInProgress = false; -+ -+ _rtw_memcpy(pWapiSta->lastRxMulticastPN, WapiAEMultiCastPNInitialValueSrc, 16); -+ -+ if (psecuritypriv->sw_decrypt == false) -+ { -+ //set rx broadcast key for ASUE -+ rtw_wapi_set_key(padapter, &pWapiSta->wapiMsk, pWapiSta, true, false); -+ } -+ } -+ -+ } -+ } -+ } -+#endif -+ -+exit: -+ -+ if (pwep) { -+ rtw_mfree((u8 *)pwep, wep_total_len); -+ } -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+static int rtw_set_wpa_ie(_adapter *padapter, char *pie, unsigned short ielen) -+{ -+ u8 *buf=NULL, *pos=NULL; -+ u32 left; -+ int group_cipher = 0, pairwise_cipher = 0; -+ int ret = 0; -+ u8 null_addr[]= {0,0,0,0,0,0}; -+#ifdef CONFIG_P2P -+ struct wifidirect_info* pwdinfo = &padapter->wdinfo; -+#endif //CONFIG_P2P -+ -+ if((ielen > MAX_WPA_IE_LEN) || (pie == NULL)){ -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ if(pie == NULL) -+ return ret; -+ else -+ return -EINVAL; -+ } -+ -+ if(ielen) -+ { -+ buf = rtw_zmalloc(ielen); -+ if (buf == NULL){ -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ _rtw_memcpy(buf, pie , ielen); -+ -+ //dump -+ { -+ int i; -+ DBG_871X("\n wpa_ie(length:%d):\n", ielen); -+ for(i=0;i= RSN_SELECTOR_LEN){ -+ pos += RSN_SELECTOR_LEN; -+ left -= RSN_SELECTOR_LEN; -+ } -+ else if (left > 0){ -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("Ie length mismatch, %u too much \n", left)); -+ ret =-1; -+ goto exit; -+ } -+#endif -+ -+ if(rtw_parse_wpa_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype=Ndis802_11AuthModeWPAPSK; -+ _rtw_memcpy(padapter->securitypriv.supplicant_ie, &buf[0], ielen); -+ } -+ -+ if(rtw_parse_wpa2_ie(buf, ielen, &group_cipher, &pairwise_cipher, NULL) == _SUCCESS) -+ { -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_8021X; -+ padapter->securitypriv.ndisauthtype=Ndis802_11AuthModeWPA2PSK; -+ _rtw_memcpy(padapter->securitypriv.supplicant_ie, &buf[0], ielen); -+ } -+ -+ if (group_cipher == 0) -+ { -+ group_cipher = WPA_CIPHER_NONE; -+ } -+ if (pairwise_cipher == 0) -+ { -+ pairwise_cipher = WPA_CIPHER_NONE; -+ } -+ -+ switch(group_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot118021XGrpPrivacy=_NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus=Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot118021XGrpPrivacy=_TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot118021XGrpPrivacy=_AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ switch(pairwise_cipher) -+ { -+ case WPA_CIPHER_NONE: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ padapter->securitypriv.ndisencryptstatus=Ndis802_11EncryptionDisabled; -+ break; -+ case WPA_CIPHER_WEP40: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP40_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ case WPA_CIPHER_TKIP: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_TKIP_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case WPA_CIPHER_CCMP: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_AES_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ case WPA_CIPHER_WEP104: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP104_; -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ break; -+ } -+ -+ _clr_fwstate_(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ {//set wps_ie -+ u16 cnt = 0; -+ u8 eid, wps_oui[4]={0x0,0x50,0xf2,0x04}; -+ -+ while( cnt < ielen ) -+ { -+ eid = buf[cnt]; -+ -+ if((eid==_VENDOR_SPECIFIC_IE_)&&(_rtw_memcmp(&buf[cnt+2], wps_oui, 4)==_TRUE)) -+ { -+ DBG_871X("SET WPS_IE\n"); -+ -+ padapter->securitypriv.wps_ie_len = ((buf[cnt+1]+2) < MAX_WPS_IE_LEN) ? (buf[cnt+1]+2):MAX_WPS_IE_LEN; -+ -+ _rtw_memcpy(padapter->securitypriv.wps_ie, &buf[cnt], padapter->securitypriv.wps_ie_len); -+ -+ set_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS); -+ -+#ifdef CONFIG_P2P -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_GONEGO_OK)) -+ { -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_PROVISIONING_ING); -+ } -+#endif //CONFIG_P2P -+ cnt += buf[cnt+1]+2; -+ -+ break; -+ } else { -+ cnt += buf[cnt+1]+2; //goto next -+ } -+ } -+ } -+ } -+ -+ //TKIP and AES disallow multicast packets until installing group key -+ if(padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_WTMIC_ -+ || padapter->securitypriv.dot11PrivacyAlgrthm == _AES_) -+ //WPS open need to enable multicast -+ //|| check_fwstate(&padapter->mlmepriv, WIFI_UNDER_WPS) == _TRUE) -+ rtw_hal_set_hwreg(padapter, HW_VAR_OFF_RCR_AM, null_addr); -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_set_wpa_ie: pairwise_cipher=0x%08x padapter->securitypriv.ndisencryptstatus=%d padapter->securitypriv.ndisauthtype=%d\n", -+ pairwise_cipher, padapter->securitypriv.ndisencryptstatus, padapter->securitypriv.ndisauthtype)); -+ -+exit: -+ -+ if (buf) rtw_mfree(buf, ielen); -+ -+ return ret; -+} -+ -+static int rtw_wx_get_name(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u16 cap; -+ u32 ht_ielen = 0; -+ char *p; -+ u8 ht_cap=_FALSE, vht_cap=_FALSE; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pcur_bss = &pmlmepriv->cur_network.network; -+ NDIS_802_11_RATES_EX* prates = NULL; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("cmd_code=%x\n", info->cmd)); -+ -+ _func_enter_; -+ -+ if (check_fwstate(pmlmepriv, _FW_LINKED|WIFI_ADHOC_MASTER_STATE) == _TRUE) -+ { -+ //parsing HT_CAP_IE -+ p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength-12); -+ if(p && ht_ielen>0) -+ { -+ ht_cap = _TRUE; -+ } -+ -+#ifdef CONFIG_80211AC_VHT -+ if(pmlmepriv->vhtpriv.vht_option == _TRUE) -+ vht_cap = _TRUE; -+#endif -+ -+ prates = &pcur_bss->SupportedRates; -+ -+ if (rtw_is_cckratesonly_included((u8*)prates) == _TRUE) -+ { -+ if(ht_cap == _TRUE) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11bn"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11b"); -+ } -+ else if ((rtw_is_cckrates_included((u8*)prates)) == _TRUE) -+ { -+ if(ht_cap == _TRUE) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11bgn"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11bg"); -+ } -+ else -+ { -+ if(pcur_bss->Configuration.DSConfig > 14) -+ { -+ #ifdef CONFIG_80211AC_VHT -+ if(vht_cap == _TRUE){ -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11AC"); -+ } -+ else -+ #endif -+ { -+ if(ht_cap == _TRUE) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11an"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11a"); -+ } -+ } -+ else -+ { -+ if(ht_cap == _TRUE) -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11gn"); -+ else -+ snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11g"); -+ } -+ } -+ } -+ else -+ { -+ //prates = &padapter->registrypriv.dev_network.SupportedRates; -+ //snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11g"); -+ snprintf(wrqu->name, IFNAMSIZ, "unassociated"); -+ } -+ -+ _func_exit_; -+ -+ return 0; -+} -+ -+static int rtw_wx_set_freq(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ int exp = 1, freq = 0, div = 0; -+ -+ _func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_notice_, ("+rtw_wx_set_freq\n")); -+ -+ if (wrqu->freq.m <= 1000) { -+ if (wrqu->freq.flags == IW_FREQ_AUTO) { -+ padapter->mlmeextpriv.cur_channel = 1; -+ DBG_871X("%s: channel is auto, set to channel 1\n", __func__); -+ } else { -+ padapter->mlmeextpriv.cur_channel = wrqu->freq.m; -+ DBG_871X("%s: set to channel %d\n", __func__, padapter->mlmeextpriv.cur_channel); -+ } -+ } else { -+ while (wrqu->freq.e) { -+ exp *= 10; -+ wrqu->freq.e--; -+ } -+ -+ freq = wrqu->freq.m; -+ while (!(freq%10)) { -+ freq /= 10; -+ exp *= 10; -+ } -+ -+ /* freq unit is MHz here */ -+ div = 1000000/exp; -+ -+ if (div) -+ freq /= div; -+ else { -+ div = exp/1000000; -+ freq *= div; -+ } -+ -+ /* If freq is invalid, rtw_freq2ch() will return channel 1 */ -+ padapter->mlmeextpriv.cur_channel = rtw_freq2ch(freq); -+ DBG_871X("%s: set to channel %d\n", __func__, padapter->mlmeextpriv.cur_channel); -+ } -+ -+ _func_exit_; -+ -+ return 0; -+} -+ -+static int rtw_wx_get_freq(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pcur_bss = &pmlmepriv->cur_network.network; -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) -+ { -+ //wrqu->freq.m = ieee80211_wlan_frequencies[pcur_bss->Configuration.DSConfig-1] * 100000; -+ wrqu->freq.m = rtw_ch2freq(pcur_bss->Configuration.DSConfig) * 100000; -+ wrqu->freq.e = 1; -+ wrqu->freq.i = pcur_bss->Configuration.DSConfig; -+ -+ } -+ else{ -+ wrqu->freq.m = rtw_ch2freq(padapter->mlmeextpriv.cur_channel) * 100000; -+ wrqu->freq.e = 1; -+ wrqu->freq.i = padapter->mlmeextpriv.cur_channel; -+ } -+ -+ return 0; -+} -+ -+static int rtw_wx_set_mode(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ NDIS_802_11_NETWORK_INFRASTRUCTURE networkType ; -+ int ret = 0; -+ -+ _func_enter_; -+ -+ if(_FAIL == rtw_pwr_wakeup(padapter)) { -+ ret= -EPERM; -+ goto exit; -+ } -+ -+ if (!rtw_is_hw_init_completed(padapter)) { -+ ret = -EPERM; -+ goto exit; -+ } -+ -+ /* initial default type */ -+ dev->type = ARPHRD_ETHER; -+ -+ switch(wrqu->mode) -+ { -+ case IW_MODE_MONITOR: -+ networkType = Ndis802_11Monitor; -+#if 0 -+ dev->type = ARPHRD_IEEE80211; /* IEEE 802.11 : 801 */ -+#endif -+ dev->type = ARPHRD_IEEE80211_RADIOTAP; /* IEEE 802.11 + radiotap header : 803 */ -+ DBG_871X("set_mode = IW_MODE_MONITOR\n"); -+ break; -+ -+ case IW_MODE_AUTO: -+ networkType = Ndis802_11AutoUnknown; -+ DBG_871X("set_mode = IW_MODE_AUTO\n"); -+ break; -+ case IW_MODE_ADHOC: -+ networkType = Ndis802_11IBSS; -+ DBG_871X("set_mode = IW_MODE_ADHOC\n"); -+ break; -+ case IW_MODE_MASTER: -+ networkType = Ndis802_11APMode; -+ DBG_871X("set_mode = IW_MODE_MASTER\n"); -+ //rtw_setopmode_cmd(padapter, networkType,_TRUE); -+ break; -+ case IW_MODE_INFRA: -+ networkType = Ndis802_11Infrastructure; -+ DBG_871X("set_mode = IW_MODE_INFRA\n"); -+ break; -+ -+ default : -+ ret = -EINVAL;; -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("\n Mode: %s is not supported \n", iw_operation_mode[wrqu->mode])); -+ goto exit; -+ } -+ -+/* -+ if(Ndis802_11APMode == networkType) -+ { -+ rtw_setopmode_cmd(padapter, networkType,_TRUE); -+ } -+ else -+ { -+ rtw_setopmode_cmd(padapter, Ndis802_11AutoUnknown,_TRUE); -+ } -+*/ -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, networkType) ==_FALSE){ -+ -+ ret = -EPERM; -+ goto exit; -+ -+ } -+ -+ rtw_setopmode_cmd(padapter, networkType,_TRUE); -+ -+exit: -+ -+ _func_exit_; -+ -+ return ret; -+ -+} -+ -+static int rtw_wx_get_mode(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,(" rtw_wx_get_mode \n")); -+ -+ _func_enter_; -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) -+ { -+ wrqu->mode = IW_MODE_INFRA; -+ } -+ else if ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE)) -+ -+ { -+ wrqu->mode = IW_MODE_ADHOC; -+ } -+ else if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ wrqu->mode = IW_MODE_MASTER; -+ } -+ else -+ { -+ wrqu->mode = IW_MODE_AUTO; -+ } -+ -+ _func_exit_; -+ -+ return 0; -+ -+} -+ -+ -+static int rtw_wx_set_pmkid(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 j,blInserted = _FALSE; -+ int intReturn = _FALSE; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct iw_pmksa* pPMK = ( struct iw_pmksa* ) extra; -+ u8 strZeroMacAddress[ ETH_ALEN ] = { 0x00 }; -+ u8 strIssueBssid[ ETH_ALEN ] = { 0x00 }; -+ -+/* -+ struct iw_pmksa -+ { -+ __u32 cmd; -+ struct sockaddr bssid; -+ __u8 pmkid[IW_PMKID_LEN]; //IW_PMKID_LEN=16 -+ } -+ There are the BSSID information in the bssid.sa_data array. -+ If cmd is IW_PMKSA_FLUSH, it means the wpa_suppplicant wants to clear all the PMKID information. -+ If cmd is IW_PMKSA_ADD, it means the wpa_supplicant wants to add a PMKID/BSSID to driver. -+ If cmd is IW_PMKSA_REMOVE, it means the wpa_supplicant wants to remove a PMKID/BSSID from driver. -+ */ -+ -+ _rtw_memcpy( strIssueBssid, pPMK->bssid.sa_data, ETH_ALEN); -+ if ( pPMK->cmd == IW_PMKSA_ADD ) -+ { -+ DBG_871X( "[rtw_wx_set_pmkid] IW_PMKSA_ADD!\n" ); -+ if ( _rtw_memcmp( strIssueBssid, strZeroMacAddress, ETH_ALEN ) == _TRUE ) -+ { -+ return( intReturn ); -+ } -+ else -+ { -+ intReturn = _TRUE; -+ } -+ blInserted = _FALSE; -+ -+ //overwrite PMKID -+ for(j=0 ; jPMKIDList[j].Bssid, strIssueBssid, ETH_ALEN) ==_TRUE ) -+ { // BSSID is matched, the same AP => rewrite with new PMKID. -+ -+ DBG_871X( "[rtw_wx_set_pmkid] BSSID exists in the PMKList.\n" ); -+ -+ _rtw_memcpy( psecuritypriv->PMKIDList[j].PMKID, pPMK->pmkid, IW_PMKID_LEN); -+ psecuritypriv->PMKIDList[ j ].bUsed = _TRUE; -+ psecuritypriv->PMKIDIndex = j+1; -+ blInserted = _TRUE; -+ break; -+ } -+ } -+ -+ if(!blInserted) -+ { -+ // Find a new entry -+ DBG_871X( "[rtw_wx_set_pmkid] Use the new entry index = %d for this PMKID.\n", -+ psecuritypriv->PMKIDIndex ); -+ -+ _rtw_memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].Bssid, strIssueBssid, ETH_ALEN); -+ _rtw_memcpy(psecuritypriv->PMKIDList[psecuritypriv->PMKIDIndex].PMKID, pPMK->pmkid, IW_PMKID_LEN); -+ -+ psecuritypriv->PMKIDList[ psecuritypriv->PMKIDIndex ].bUsed = _TRUE; -+ psecuritypriv->PMKIDIndex++ ; -+ if(psecuritypriv->PMKIDIndex==16) -+ { -+ psecuritypriv->PMKIDIndex =0; -+ } -+ } -+ } -+ else if ( pPMK->cmd == IW_PMKSA_REMOVE ) -+ { -+ DBG_871X( "[rtw_wx_set_pmkid] IW_PMKSA_REMOVE!\n" ); -+ intReturn = _TRUE; -+ for(j=0 ; jPMKIDList[j].Bssid, strIssueBssid, ETH_ALEN) ==_TRUE ) -+ { // BSSID is matched, the same AP => Remove this PMKID information and reset it. -+ _rtw_memset( psecuritypriv->PMKIDList[ j ].Bssid, 0x00, ETH_ALEN ); -+ psecuritypriv->PMKIDList[ j ].bUsed = _FALSE; -+ break; -+ } -+ } -+ } -+ else if ( pPMK->cmd == IW_PMKSA_FLUSH ) -+ { -+ DBG_871X( "[rtw_wx_set_pmkid] IW_PMKSA_FLUSH!\n" ); -+ _rtw_memset( &psecuritypriv->PMKIDList[ 0 ], 0x00, sizeof( RT_PMKID_LIST ) * NUM_PMKID_CACHE ); -+ psecuritypriv->PMKIDIndex = 0; -+ intReturn = _TRUE; -+ } -+ return( intReturn ); -+} -+ -+static int rtw_wx_get_sens(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ #ifdef CONFIG_PLATFORM_ROCKCHIPS -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ /* -+ * 20110311 Commented by Jeff -+ * For rockchip platform's wpa_driver_wext_get_rssi -+ */ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ //wrqu->sens.value=-padapter->recvpriv.signal_strength; -+ wrqu->sens.value=-padapter->recvpriv.rssi; -+ //DBG_871X("%s: %d\n", __FUNCTION__, wrqu->sens.value); -+ wrqu->sens.fixed = 0; /* no auto select */ -+ } else -+ #endif -+ { -+ wrqu->sens.value = 0; -+ wrqu->sens.fixed = 0; /* no auto select */ -+ wrqu->sens.disabled = 1; -+ } -+ return 0; -+} -+ -+static int rtw_wx_get_range(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ struct iw_range *range = (struct iw_range *)extra; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ u16 val; -+ int i; -+ -+ _func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_range. cmd_code=%x\n", info->cmd)); -+ -+ wrqu->data.length = sizeof(*range); -+ _rtw_memset(range, 0, sizeof(*range)); -+ -+ /* Let's try to keep this struct in the same order as in -+ * linux/include/wireless.h -+ */ -+ -+ /* TODO: See what values we can set, and remove the ones we can't -+ * set, or fill them with some default data. -+ */ -+ -+ /* ~5 Mb/s real (802.11b) */ -+ range->throughput = 5 * 1000 * 1000; -+ -+ // TODO: Not used in 802.11b? -+// range->min_nwid; /* Minimal NWID we are able to set */ -+ // TODO: Not used in 802.11b? -+// range->max_nwid; /* Maximal NWID we are able to set */ -+ -+ /* Old Frequency (backward compat - moved lower ) */ -+// range->old_num_channels; -+// range->old_num_frequency; -+// range->old_freq[6]; /* Filler to keep "version" at the same offset */ -+ -+ /* signal level threshold range */ -+ -+ /* Quality of link & SNR stuff */ -+ /* Quality range (link, level, noise) -+ * If the quality is absolute, it will be in the range [0 ; max_qual], -+ * if the quality is dBm, it will be in the range [max_qual ; 0]. -+ * Don't forget that we use 8 bit arithmetics... -+ * -+ * If percentage range is 0~100 -+ * Signal strength dbm range logical is -100 ~ 0 -+ * but usually value is -90 ~ -20 -+ * When CONFIG_SIGNAL_SCALE_MAPPING is defined, dbm range is -95 ~ -45 -+ */ -+ range->max_qual.qual = 100; -+#ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ range->max_qual.level = (u8)-100; -+ range->max_qual.noise = (u8)-100; -+ range->max_qual.updated = IW_QUAL_ALL_UPDATED; /* Updated all three */ -+ range->max_qual.updated |= IW_QUAL_DBM; -+#else /* !CONFIG_SIGNAL_DISPLAY_DBM */ -+ //percent values between 0 and 100. -+ range->max_qual.level = 100; -+ range->max_qual.noise = 100; -+ range->max_qual.updated = IW_QUAL_ALL_UPDATED; /* Updated all three */ -+#endif /* !CONFIG_SIGNAL_DISPLAY_DBM */ -+ -+ /* This should contain the average/typical values of the quality -+ * indicator. This should be the threshold between a "good" and -+ * a "bad" link (example : monitor going from green to orange). -+ * Currently, user space apps like quality monitors don't have any -+ * way to calibrate the measurement. With this, they can split -+ * the range between 0 and max_qual in different quality level -+ * (using a geometric subdivision centered on the average). -+ * I expect that people doing the user space apps will feedback -+ * us on which value we need to put in each driver... */ -+ range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */ -+#ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ /* TODO: Find real 'good' to 'bad' threshold value for RSSI */ -+ range->avg_qual.level = (u8)-70; -+ range->avg_qual.noise = 0; -+ range->avg_qual.updated = IW_QUAL_ALL_UPDATED; /* Updated all three */ -+ range->avg_qual.updated |= IW_QUAL_DBM; -+#else /* !CONFIG_SIGNAL_DISPLAY_DBM */ -+ /* TODO: Find real 'good' to 'bad' threshol value for RSSI */ -+ range->avg_qual.level = 30; -+ range->avg_qual.noise = 100; -+ range->avg_qual.updated = IW_QUAL_ALL_UPDATED; /* Updated all three */ -+#endif /* !CONFIG_SIGNAL_DISPLAY_DBM */ -+ -+ range->num_bitrates = RATE_COUNT; -+ -+ for (i = 0; i < RATE_COUNT && i < IW_MAX_BITRATES; i++) { -+ range->bitrate[i] = rtw_rates[i]; -+ } -+ -+ range->min_frag = MIN_FRAG_THRESHOLD; -+ range->max_frag = MAX_FRAG_THRESHOLD; -+ -+ range->pm_capa = 0; -+ -+ range->we_version_compiled = WIRELESS_EXT; -+ range->we_version_source = 16; -+ -+// range->retry_capa; /* What retry options are supported */ -+// range->retry_flags; /* How to decode max/min retry limit */ -+// range->r_time_flags; /* How to decode max/min retry life */ -+// range->min_retry; /* Minimal number of retries */ -+// range->max_retry; /* Maximal number of retries */ -+// range->min_r_time; /* Minimal retry lifetime */ -+// range->max_r_time; /* Maximal retry lifetime */ -+ -+ for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { -+ -+ // Include only legal frequencies for some countries -+ if(pmlmeext->channel_set[i].ChannelNum != 0) -+ { -+ range->freq[val].i = pmlmeext->channel_set[i].ChannelNum; -+ range->freq[val].m = rtw_ch2freq(pmlmeext->channel_set[i].ChannelNum) * 100000; -+ range->freq[val].e = 1; -+ val++; -+ } -+ -+ if (val == IW_MAX_FREQUENCIES) -+ break; -+ } -+ -+ range->num_channels = val; -+ range->num_frequency = val; -+ -+// Commented by Albert 2009/10/13 -+// The following code will proivde the security capability to network manager. -+// If the driver doesn't provide this capability to network manager, -+// the WPA/WPA2 routers can't be choosen in the network manager. -+ -+/* -+#define IW_SCAN_CAPA_NONE 0x00 -+#define IW_SCAN_CAPA_ESSID 0x01 -+#define IW_SCAN_CAPA_BSSID 0x02 -+#define IW_SCAN_CAPA_CHANNEL 0x04 -+#define IW_SCAN_CAPA_MODE 0x08 -+#define IW_SCAN_CAPA_RATE 0x10 -+#define IW_SCAN_CAPA_TYPE 0x20 -+#define IW_SCAN_CAPA_TIME 0x40 -+*/ -+ -+#if WIRELESS_EXT > 17 -+ range->enc_capa = IW_ENC_CAPA_WPA|IW_ENC_CAPA_WPA2| -+ IW_ENC_CAPA_CIPHER_TKIP|IW_ENC_CAPA_CIPHER_CCMP; -+#endif -+ -+#ifdef IW_SCAN_CAPA_ESSID //WIRELESS_EXT > 21 -+ range->scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE |IW_SCAN_CAPA_BSSID| -+ IW_SCAN_CAPA_CHANNEL|IW_SCAN_CAPA_MODE|IW_SCAN_CAPA_RATE; -+#endif -+ -+ -+ _func_exit_; -+ -+ return 0; -+ -+} -+ -+//set bssid flow -+//s1. rtw_set_802_11_infrastructure_mode() -+//s2. rtw_set_802_11_authentication_mode() -+//s3. set_802_11_encryption_mode() -+//s4. rtw_set_802_11_bssid() -+static int rtw_wx_set_wap(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *awrq, -+ char *extra) -+{ -+ _irqL irqL; -+ uint ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct sockaddr *temp = (struct sockaddr *)awrq; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _list *phead; -+ u8 *dst_bssid, *src_bssid; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ NDIS_802_11_AUTHENTICATION_MODE authmode; -+ -+ _func_enter_; -+/* -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->iface_type > PRIMARY_IFACE) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+#endif -+*/ -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == _TRUE) -+ { -+ DBG_871X("set bssid, but buddy_intf is under scanning or linking\n"); -+ -+ ret = -EINVAL; -+ -+ goto exit; -+ } -+#endif -+ -+ rtw_ps_deny(padapter, PS_DENY_JOIN); -+ if(_FAIL == rtw_pwr_wakeup(padapter)) -+ { -+ ret= -1; -+ goto exit; -+ } -+ -+ if(!padapter->bup){ -+ ret = -1; -+ goto exit; -+ } -+ -+ -+ if (temp->sa_family != ARPHRD_ETHER){ -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ authmode = padapter->securitypriv.ndisauthtype; -+ _enter_critical_bh(&queue->lock, &irqL); -+ phead = get_list_head(queue); -+ pmlmepriv->pscanned = get_next(phead); -+ -+ while (1) -+ { -+ -+ if ((rtw_end_of_queue_search(phead, pmlmepriv->pscanned)) == _TRUE) -+ { -+#if 0 -+ ret = -EINVAL; -+ goto exit; -+ -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE) -+ { -+ rtw_set_802_11_bssid(padapter, temp->sa_data); -+ goto exit; -+ } -+ else -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+#endif -+ -+ break; -+ } -+ -+ pnetwork = LIST_CONTAINOR(pmlmepriv->pscanned, struct wlan_network, list); -+ -+ pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); -+ -+ dst_bssid = pnetwork->network.MacAddress; -+ -+ src_bssid = temp->sa_data; -+ -+ if ((_rtw_memcmp(dst_bssid, src_bssid, ETH_ALEN)) == _TRUE) -+ { -+ if(!rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode)) -+ { -+ ret = -1; -+ _exit_critical_bh(&queue->lock, &irqL); -+ goto exit; -+ } -+ -+ break; -+ } -+ -+ } -+ _exit_critical_bh(&queue->lock, &irqL); -+ -+ rtw_set_802_11_authentication_mode(padapter, authmode); -+ //set_802_11_encryption_mode(padapter, padapter->securitypriv.ndisencryptstatus); -+ if (rtw_set_802_11_bssid(padapter, temp->sa_data) == _FALSE) { -+ ret = -1; -+ goto exit; -+ } -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_JOIN); -+ -+ _func_exit_; -+ -+ return ret; -+} -+ -+static int rtw_wx_get_wap(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pcur_bss = &pmlmepriv->cur_network.network; -+ -+ wrqu->ap_addr.sa_family = ARPHRD_ETHER; -+ -+ _rtw_memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN); -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_wap\n")); -+ -+ _func_enter_; -+ -+ if ( ((check_fwstate(pmlmepriv, _FW_LINKED)) == _TRUE) || -+ ((check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)) == _TRUE) || -+ ((check_fwstate(pmlmepriv, WIFI_AP_STATE)) == _TRUE) ) -+ { -+ -+ _rtw_memcpy(wrqu->ap_addr.sa_data, pcur_bss->MacAddress, ETH_ALEN); -+ } -+ else -+ { -+ _rtw_memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN); -+ } -+ -+ _func_exit_; -+ -+ return 0; -+ -+} -+ -+static int rtw_wx_set_mlme(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+#if 0 -+/* SIOCSIWMLME data */ -+struct iw_mlme -+{ -+ __u16 cmd; /* IW_MLME_* */ -+ __u16 reason_code; -+ struct sockaddr addr; -+}; -+#endif -+ -+ int ret=0; -+ u16 reason; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_mlme *mlme = (struct iw_mlme *) extra; -+ -+ -+ if(mlme==NULL) -+ return -1; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ reason = cpu_to_le16(mlme->reason_code); -+ -+ -+ DBG_871X("%s, cmd=%d, reason=%d\n", __FUNCTION__, mlme->cmd, reason); -+ -+ -+ switch (mlme->cmd) -+ { -+ case IW_MLME_DEAUTH: -+ if(!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ break; -+ -+ case IW_MLME_DISASSOC: -+ if(!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ -+ break; -+ -+ default: -+ return -EOPNOTSUPP; -+ } -+ -+ return ret; -+} -+ -+static int rtw_wx_set_scan(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ u8 _status = _FALSE; -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv= &padapter->mlmepriv; -+ NDIS_802_11_SSID ssid[RTW_SSID_SCAN_AMOUNT]; -+ _irqL irqL; -+#ifdef CONFIG_P2P -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif //CONFIG_P2P -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_set_scan\n")); -+ -+_func_enter_; -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d\n",__FUNCTION__, __LINE__); -+ #endif -+/* -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->iface_type > PRIMARY_IFACE) -+ { -+ ret = -1; -+ goto exit; -+ } -+#endif -+*/ -+#ifdef CONFIG_MP_INCLUDED -+ if (padapter->registrypriv.mp_mode == 1) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": MP mode block Scan request\n", FUNC_ADPT_ARG(padapter)); -+ ret = -1; -+ goto exit; -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter) { -+ if (padapter->pbuddy_adapter->registrypriv.mp_mode == 1) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": MP mode block Scan request\n", FUNC_ADPT_ARG(padapter->pbuddy_adapter)); -+ ret = -1; -+ goto exit; -+ } -+ } -+#endif //CONFIG_CONCURRENT_MODE -+#endif -+ -+ rtw_ps_deny(padapter, PS_DENY_SCAN); -+ if(_FAIL == rtw_pwr_wakeup(padapter)) -+ { -+ ret= -1; -+ goto exit; -+ } -+ -+ if (rtw_is_drv_stopped(padapter)) { -+ DBG_871X("%s bDriverStopped=_TRUE\n", __func__); -+ ret= -1; -+ goto exit; -+ } -+ -+ if(!padapter->bup){ -+ ret = -1; -+ goto exit; -+ } -+ -+ if (!rtw_is_hw_init_completed(padapter)) { -+ ret = -1; -+ goto exit; -+ } -+ -+#ifndef CONFIG_DOSCAN_IN_BUSYTRAFFIC -+ // When Busy Traffic, driver do not site survey. So driver return success. -+ // wpa_supplicant will not issue SIOCSIWSCAN cmd again after scan timeout. -+ // modify by thomas 2011-02-22. -+ if (pmlmepriv->LinkDetectInfo.bBusyTraffic == _TRUE -+#ifdef CONFIG_CONCURRENT_MODE -+ || rtw_get_buddy_bBusyTraffic(padapter) == _TRUE -+#endif //CONFIG_CONCURRENT_MODE -+ ) -+ { -+ indicate_wx_scan_complete_event(padapter); -+ goto exit; -+ } -+#endif -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == _TRUE) -+ { -+ indicate_wx_scan_complete_event(padapter); -+ goto exit; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, -+ _FW_UNDER_SURVEY|_FW_UNDER_LINKING|WIFI_UNDER_WPS) == _TRUE) -+ { -+ indicate_wx_scan_complete_event(padapter); -+ goto exit; -+ } -+#endif -+ -+#ifdef CONFIG_P2P -+ if ( pwdinfo->p2p_state != P2P_STATE_NONE ) -+ { -+ rtw_p2p_set_pre_state( pwdinfo, rtw_p2p_state( pwdinfo ) ); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH); -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_FULL); -+ rtw_free_network_queue(padapter, _TRUE); -+ } -+#endif //CONFIG_P2P -+ -+ _rtw_memset(ssid, 0, sizeof(NDIS_802_11_SSID)*RTW_SSID_SCAN_AMOUNT); -+ -+#if WIRELESS_EXT >= 17 -+ if (wrqu->data.length == sizeof(struct iw_scan_req)) -+ { -+ struct iw_scan_req *req = (struct iw_scan_req *)extra; -+ -+ if (wrqu->data.flags & IW_SCAN_THIS_ESSID) -+ { -+ int len = min((int)req->essid_len, IW_ESSID_MAX_SIZE); -+ -+ _rtw_memcpy(ssid[0].Ssid, req->essid, len); -+ ssid[0].SsidLength = len; -+ -+ DBG_871X("IW_SCAN_THIS_ESSID, ssid=%s, len=%d\n", req->essid, req->essid_len); -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ _status = rtw_sitesurvey_cmd(padapter, ssid, 1, NULL, 0); -+ -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+ } -+ else if (req->scan_type == IW_SCAN_TYPE_PASSIVE) -+ { -+ DBG_871X("rtw_wx_set_scan, req->scan_type == IW_SCAN_TYPE_PASSIVE\n"); -+ } -+ -+ } -+ else -+#endif -+ -+ if( wrqu->data.length >= WEXT_CSCAN_HEADER_SIZE -+ && _rtw_memcmp(extra, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE) == _TRUE -+ ) -+ { -+ int len = wrqu->data.length -WEXT_CSCAN_HEADER_SIZE; -+ char *pos = extra+WEXT_CSCAN_HEADER_SIZE; -+ char section; -+ char sec_len; -+ int ssid_index = 0; -+ -+ //DBG_871X("%s COMBO_SCAN header is recognized\n", __FUNCTION__); -+ -+ while(len >= 1) { -+ section = *(pos++); len-=1; -+ -+ switch(section) { -+ case WEXT_CSCAN_SSID_SECTION: -+ //DBG_871X("WEXT_CSCAN_SSID_SECTION\n"); -+ if(len < 1) { -+ len = 0; -+ break; -+ } -+ -+ sec_len = *(pos++); len-=1; -+ -+ if(sec_len>0 && sec_len<=len) { -+ ssid[ssid_index].SsidLength = sec_len; -+ _rtw_memcpy(ssid[ssid_index].Ssid, pos, ssid[ssid_index].SsidLength); -+ //DBG_871X("%s COMBO_SCAN with specific ssid:%s, %d\n", __FUNCTION__ -+ // , ssid[ssid_index].Ssid, ssid[ssid_index].SsidLength); -+ ssid_index++; -+ } -+ -+ pos+=sec_len; len-=sec_len; -+ break; -+ -+ -+ case WEXT_CSCAN_CHANNEL_SECTION: -+ //DBG_871X("WEXT_CSCAN_CHANNEL_SECTION\n"); -+ pos+=1; len-=1; -+ break; -+ case WEXT_CSCAN_ACTV_DWELL_SECTION: -+ //DBG_871X("WEXT_CSCAN_ACTV_DWELL_SECTION\n"); -+ pos+=2; len-=2; -+ break; -+ case WEXT_CSCAN_PASV_DWELL_SECTION: -+ //DBG_871X("WEXT_CSCAN_PASV_DWELL_SECTION\n"); -+ pos+=2; len-=2; -+ break; -+ case WEXT_CSCAN_HOME_DWELL_SECTION: -+ //DBG_871X("WEXT_CSCAN_HOME_DWELL_SECTION\n"); -+ pos+=2; len-=2; -+ break; -+ case WEXT_CSCAN_TYPE_SECTION: -+ //DBG_871X("WEXT_CSCAN_TYPE_SECTION\n"); -+ pos+=1; len-=1; -+ break; -+ #if 0 -+ case WEXT_CSCAN_NPROBE_SECTION: -+ DBG_871X("WEXT_CSCAN_NPROBE_SECTION\n"); -+ break; -+ #endif -+ -+ default: -+ //DBG_871X("Unknown CSCAN section %c\n", section); -+ len = 0; // stop parsing -+ } -+ //DBG_871X("len:%d\n", len); -+ -+ } -+ -+ //jeff: it has still some scan paramater to parse, we only do this now... -+ _status = rtw_set_802_11_bssid_list_scan(padapter, ssid, RTW_SSID_SCAN_AMOUNT); -+ -+ } else -+ -+ { -+ _status = rtw_set_802_11_bssid_list_scan(padapter, NULL, 0); -+ } -+ -+ if(_status == _FALSE) -+ ret = -1; -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_SCAN); -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d return %d\n",__FUNCTION__, __LINE__, ret); -+ #endif -+ -+_func_exit_; -+ -+ return ret; -+} -+ -+static int rtw_wx_get_scan(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _irqL irqL; -+ _list *plist, *phead; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ char *ev = extra; -+ char *stop = ev + wrqu->data.length; -+ u32 ret = 0; -+ u32 cnt=0; -+ u32 wait_for_surveydone; -+ sint wait_status; -+#ifdef CONFIG_CONCURRENT_MODE -+ //PADAPTER pbuddy_adapter = padapter->pbuddy_adapter; -+ //struct mlme_priv *pbuddy_mlmepriv = &(pbuddy_adapter->mlmepriv); -+#endif -+#ifdef CONFIG_P2P -+ struct wifidirect_info* pwdinfo = &padapter->wdinfo; -+#endif //CONFIG_P2P -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_scan\n")); -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_info_, (" Start of Query SIOCGIWSCAN .\n")); -+ -+ _func_enter_; -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d\n",__FUNCTION__, __LINE__); -+ #endif -+/* -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->iface_type > PRIMARY_IFACE) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+#endif -+*/ -+ if (adapter_to_pwrctl(padapter)->brfoffbyhw && rtw_is_drv_stopped(padapter)) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+#ifdef CONFIG_P2P -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ wait_for_surveydone = 200; -+ } -+ else -+ { -+ // P2P is disabled -+ wait_for_surveydone = 100; -+ } -+#else -+ { -+ wait_for_surveydone = 100; -+ } -+#endif //CONFIG_P2P -+ -+#if 1 // Wireless Extension use EAGAIN to try -+ wait_status = _FW_UNDER_SURVEY -+#ifndef CONFIG_ANDROID -+ | _FW_UNDER_LINKING -+#endif -+ ; -+ -+ while (check_fwstate(pmlmepriv, wait_status) == _TRUE) -+ { -+ return -EAGAIN; -+ } -+#else -+ wait_status = _FW_UNDER_SURVEY -+ #ifndef CONFIG_ANDROID -+ |_FW_UNDER_LINKING -+ #endif -+ ; -+ -+ while(check_fwstate(pmlmepriv, wait_status) == _TRUE) -+ { -+ rtw_msleep_os(30); -+ cnt++; -+ if(cnt > wait_for_surveydone ) -+ break; -+ } -+#endif -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ if((stop - ev) < SCAN_ITEM_SIZE) { -+ ret = -E2BIG; -+ break; -+ } -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ //report network only if the current channel set contains the channel to which this network belongs -+ if(rtw_ch_set_search_ch(padapter->mlmeextpriv.channel_set, pnetwork->network.Configuration.DSConfig) >= 0 -+ && rtw_mlme_band_check(padapter, pnetwork->network.Configuration.DSConfig) == _TRUE -+ && _TRUE == rtw_validate_ssid(&(pnetwork->network.Ssid)) -+ ) -+ { -+ ev=translate_scan(padapter, a, pnetwork, ev, stop); -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ wrqu->data.length = ev-extra; -+ wrqu->data.flags = 0; -+ -+exit: -+ -+ _func_exit_; -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d return %d\n",__FUNCTION__, __LINE__, ret); -+ #endif -+ -+ return ret ; -+ -+} -+ -+//set ssid flow -+//s1. rtw_set_802_11_infrastructure_mode() -+//s2. set_802_11_authenticaion_mode() -+//s3. set_802_11_encryption_mode() -+//s4. rtw_set_802_11_ssid() -+static int rtw_wx_set_essid(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _irqL irqL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _queue *queue = &pmlmepriv->scanned_queue; -+ _list *phead; -+ s8 status = _TRUE; -+ struct wlan_network *pnetwork = NULL; -+ NDIS_802_11_AUTHENTICATION_MODE authmode; -+ NDIS_802_11_SSID ndis_ssid; -+ u8 *dst_ssid, *src_ssid; -+ -+ uint ret = 0, len; -+ -+ _func_enter_; -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d\n",__FUNCTION__, __LINE__); -+ #endif -+ #ifdef CONFIG_WEXT_DONT_JOIN_BYSSID -+ DBG_871X("%s: CONFIG_WEXT_DONT_JOIN_BYSSID be defined!! only allow bssid joining\n", __func__); -+ return -EPERM; -+ #endif -+/* -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->iface_type > PRIMARY_IFACE) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+#endif -+*/ -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, _FW_UNDER_SURVEY|_FW_UNDER_LINKING) == _TRUE) -+ { -+ DBG_871X("set ssid, but buddy_intf is under scanning or linking\n"); -+ -+ ret = -EINVAL; -+ -+ goto exit; -+ } -+#endif -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("+rtw_wx_set_essid: fw_state=0x%08x\n", get_fwstate(pmlmepriv))); -+ -+ rtw_ps_deny(padapter, PS_DENY_JOIN); -+ if(_FAIL == rtw_pwr_wakeup(padapter)) -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+ if(!padapter->bup){ -+ ret = -1; -+ goto exit; -+ } -+ -+#if WIRELESS_EXT <= 20 -+ if ((wrqu->essid.length-1) > IW_ESSID_MAX_SIZE){ -+#else -+ if (wrqu->essid.length > IW_ESSID_MAX_SIZE){ -+#endif -+ ret= -E2BIG; -+ goto exit; -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ ret = -1; -+ goto exit; -+ } -+ -+ authmode = padapter->securitypriv.ndisauthtype; -+ DBG_871X("=>%s\n",__FUNCTION__); -+ if (wrqu->essid.flags && wrqu->essid.length) -+ { -+ // Commented by Albert 20100519 -+ // We got the codes in "set_info" function of iwconfig source code. -+ // ========================================= -+ // wrq.u.essid.length = strlen(essid) + 1; -+ // if(we_kernel_version > 20) -+ // wrq.u.essid.length--; -+ // ========================================= -+ // That means, if the WIRELESS_EXT less than or equal to 20, the correct ssid len should subtract 1. -+#if WIRELESS_EXT <= 20 -+ len = ((wrqu->essid.length-1) < IW_ESSID_MAX_SIZE) ? (wrqu->essid.length-1) : IW_ESSID_MAX_SIZE; -+#else -+ len = (wrqu->essid.length < IW_ESSID_MAX_SIZE) ? wrqu->essid.length : IW_ESSID_MAX_SIZE; -+#endif -+ -+ if( wrqu->essid.length != 33 ) -+ DBG_871X("ssid=%s, len=%d\n", extra, wrqu->essid.length); -+ -+ _rtw_memset(&ndis_ssid, 0, sizeof(NDIS_802_11_SSID)); -+ ndis_ssid.SsidLength = len; -+ _rtw_memcpy(ndis_ssid.Ssid, extra, len); -+ src_ssid = ndis_ssid.Ssid; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, ("rtw_wx_set_essid: ssid=[%s]\n", src_ssid)); -+ _enter_critical_bh(&queue->lock, &irqL); -+ phead = get_list_head(queue); -+ pmlmepriv->pscanned = get_next(phead); -+ -+ while (1) -+ { -+ if (rtw_end_of_queue_search(phead, pmlmepriv->pscanned) == _TRUE) -+ { -+#if 0 -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE) -+ { -+ rtw_set_802_11_ssid(padapter, &ndis_ssid); -+ -+ goto exit; -+ } -+ else -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_info_,("rtw_wx_set_ssid(): scanned_queue is empty\n")); -+ ret = -EINVAL; -+ goto exit; -+ } -+#endif -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_warning_, -+ ("rtw_wx_set_essid: scan_q is empty, set ssid to check if scanning again!\n")); -+ -+ break; -+ } -+ -+ pnetwork = LIST_CONTAINOR(pmlmepriv->pscanned, struct wlan_network, list); -+ -+ pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); -+ -+ dst_ssid = pnetwork->network.Ssid.Ssid; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_wx_set_essid: dst_ssid=%s\n", -+ pnetwork->network.Ssid.Ssid)); -+ -+ if ((_rtw_memcmp(dst_ssid, src_ssid, ndis_ssid.SsidLength) == _TRUE) && -+ (pnetwork->network.Ssid.SsidLength==ndis_ssid.SsidLength)) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_wx_set_essid: find match, set infra mode\n")); -+ -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_STATE) == _TRUE) -+ { -+ if(pnetwork->network.InfrastructureMode != pmlmepriv->cur_network.network.InfrastructureMode) -+ continue; -+ } -+ -+ if (rtw_set_802_11_infrastructure_mode(padapter, pnetwork->network.InfrastructureMode) == _FALSE) -+ { -+ ret = -1; -+ _exit_critical_bh(&queue->lock, &irqL); -+ goto exit; -+ } -+ -+ break; -+ } -+ } -+ _exit_critical_bh(&queue->lock, &irqL); -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("set ssid: set_802_11_auth. mode=%d\n", authmode)); -+ rtw_set_802_11_authentication_mode(padapter, authmode); -+ //set_802_11_encryption_mode(padapter, padapter->securitypriv.ndisencryptstatus); -+ if (rtw_set_802_11_ssid(padapter, &ndis_ssid) == _FALSE) { -+ ret = -1; -+ goto exit; -+ } -+ } -+ -+exit: -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_JOIN); -+ -+ DBG_871X("<=%s, ret %d\n",__FUNCTION__, ret); -+ -+ #ifdef DBG_IOCTL -+ DBG_871X("DBG_IOCTL %s:%d return %d\n",__FUNCTION__, __LINE__, ret); -+ #endif -+ -+ _func_exit_; -+ -+ return ret; -+} -+ -+static int rtw_wx_get_essid(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ u32 len,ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ WLAN_BSSID_EX *pcur_bss = &pmlmepriv->cur_network.network; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,("rtw_wx_get_essid\n")); -+ -+ _func_enter_; -+ -+ if ( (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) == _TRUE)) -+ { -+ len = pcur_bss->Ssid.SsidLength; -+ -+ wrqu->essid.length = len; -+ -+ _rtw_memcpy(extra, pcur_bss->Ssid.Ssid, len); -+ -+ wrqu->essid.flags = 1; -+ } -+ else -+ { -+ ret = -1; -+ goto exit; -+ } -+ -+exit: -+ -+ _func_exit_; -+ -+ return ret; -+ -+} -+ -+static int rtw_wx_set_rate(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int i, ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 datarates[NumRates]; -+ u32 target_rate = wrqu->bitrate.value; -+ u32 fixed = wrqu->bitrate.fixed; -+ u32 ratevalue = 0; -+ u8 mpdatarate[NumRates]={11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 0xff}; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_rtl871x_mlme_c_,_drv_info_,(" rtw_wx_set_rate \n")); -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_info_,("target_rate = %d, fixed = %d\n",target_rate,fixed)); -+ -+ if(target_rate == -1){ -+ ratevalue = 11; -+ goto set_rate; -+ } -+ target_rate = target_rate/100000; -+ -+ switch(target_rate){ -+ case 10: -+ ratevalue = 0; -+ break; -+ case 20: -+ ratevalue = 1; -+ break; -+ case 55: -+ ratevalue = 2; -+ break; -+ case 60: -+ ratevalue = 3; -+ break; -+ case 90: -+ ratevalue = 4; -+ break; -+ case 110: -+ ratevalue = 5; -+ break; -+ case 120: -+ ratevalue = 6; -+ break; -+ case 180: -+ ratevalue = 7; -+ break; -+ case 240: -+ ratevalue = 8; -+ break; -+ case 360: -+ ratevalue = 9; -+ break; -+ case 480: -+ ratevalue = 10; -+ break; -+ case 540: -+ ratevalue = 11; -+ break; -+ default: -+ ratevalue = 11; -+ break; -+ } -+ -+set_rate: -+ -+ for(i=0; ibitrate.fixed = 0; /* no auto select */ -+ wrqu->bitrate.value = max_rate * 100000; -+ -+ return 0; -+} -+ -+static int rtw_wx_set_rts(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ _func_enter_; -+ -+ if (wrqu->rts.disabled) -+ padapter->registrypriv.rts_thresh = 2347; -+ else { -+ if (wrqu->rts.value < 0 || -+ wrqu->rts.value > 2347) -+ return -EINVAL; -+ -+ padapter->registrypriv.rts_thresh = wrqu->rts.value; -+ } -+ -+ DBG_871X("%s, rts_thresh=%d\n", __func__, padapter->registrypriv.rts_thresh); -+ -+ _func_exit_; -+ -+ return 0; -+ -+} -+ -+static int rtw_wx_get_rts(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ _func_enter_; -+ -+ DBG_871X("%s, rts_thresh=%d\n", __func__, padapter->registrypriv.rts_thresh); -+ -+ wrqu->rts.value = padapter->registrypriv.rts_thresh; -+ wrqu->rts.fixed = 0; /* no auto select */ -+ //wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD); -+ -+ _func_exit_; -+ -+ return 0; -+} -+ -+static int rtw_wx_set_frag(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ _func_enter_; -+ -+ if (wrqu->frag.disabled) -+ padapter->xmitpriv.frag_len = MAX_FRAG_THRESHOLD; -+ else { -+ if (wrqu->frag.value < MIN_FRAG_THRESHOLD || -+ wrqu->frag.value > MAX_FRAG_THRESHOLD) -+ return -EINVAL; -+ -+ padapter->xmitpriv.frag_len = wrqu->frag.value & ~0x1; -+ } -+ -+ DBG_871X("%s, frag_len=%d\n", __func__, padapter->xmitpriv.frag_len); -+ -+ _func_exit_; -+ -+ return 0; -+ -+} -+ -+static int rtw_wx_get_frag(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ _func_enter_; -+ -+ DBG_871X("%s, frag_len=%d\n", __func__, padapter->xmitpriv.frag_len); -+ -+ wrqu->frag.value = padapter->xmitpriv.frag_len; -+ wrqu->frag.fixed = 0; /* no auto select */ -+ //wrqu->frag.disabled = (wrqu->frag.value == DEFAULT_FRAG_THRESHOLD); -+ -+ _func_exit_; -+ -+ return 0; -+} -+ -+static int rtw_wx_get_retry(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ //_adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ -+ wrqu->retry.value = 7; -+ wrqu->retry.fixed = 0; /* no auto select */ -+ wrqu->retry.disabled = 1; -+ -+ return 0; -+ -+} -+ -+#if 0 -+#define IW_ENCODE_INDEX 0x00FF /* Token index (if needed) */ -+#define IW_ENCODE_FLAGS 0xFF00 /* Flags defined below */ -+#define IW_ENCODE_MODE 0xF000 /* Modes defined below */ -+#define IW_ENCODE_DISABLED 0x8000 /* Encoding disabled */ -+#define IW_ENCODE_ENABLED 0x0000 /* Encoding enabled */ -+#define IW_ENCODE_RESTRICTED 0x4000 /* Refuse non-encoded packets */ -+#define IW_ENCODE_OPEN 0x2000 /* Accept non-encoded packets */ -+#define IW_ENCODE_NOKEY 0x0800 /* Key is write only, so not present */ -+#define IW_ENCODE_TEMP 0x0400 /* Temporary key */ -+/* -+iwconfig wlan0 key on -> flags = 0x6001 -> maybe it means auto -+iwconfig wlan0 key off -> flags = 0x8800 -+iwconfig wlan0 key open -> flags = 0x2800 -+iwconfig wlan0 key open 1234567890 -> flags = 0x2000 -+iwconfig wlan0 key restricted -> flags = 0x4800 -+iwconfig wlan0 key open [3] 1234567890 -> flags = 0x2003 -+iwconfig wlan0 key restricted [2] 1234567890 -> flags = 0x4002 -+iwconfig wlan0 key open [3] -> flags = 0x2803 -+iwconfig wlan0 key restricted [2] -> flags = 0x4802 -+*/ -+#endif -+ -+static int rtw_wx_set_enc(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *keybuf) -+{ -+ u32 key, ret = 0; -+ u32 keyindex_provided; -+ NDIS_802_11_WEP wep; -+ NDIS_802_11_AUTHENTICATION_MODE authmode; -+ -+ struct iw_point *erq = &(wrqu->encoding); -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ DBG_871X("+rtw_wx_set_enc, flags=0x%x\n", erq->flags); -+ -+ _rtw_memset(&wep, 0, sizeof(NDIS_802_11_WEP)); -+ -+ key = erq->flags & IW_ENCODE_INDEX; -+ -+ _func_enter_; -+ -+ if (erq->flags & IW_ENCODE_DISABLED) -+ { -+ DBG_871X("EncryptionDisabled\n"); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_NO_PRIVACY_; -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_Open; //open system -+ authmode = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisauthtype=authmode; -+ -+ goto exit; -+ } -+ -+ if (key) { -+ if (key > WEP_KEYS) -+ return -EINVAL; -+ key--; -+ keyindex_provided = 1; -+ } -+ else -+ { -+ keyindex_provided = 0; -+ key = padapter->securitypriv.dot11PrivacyKeyIndex; -+ DBG_871X("rtw_wx_set_enc, key=%d\n", key); -+ } -+ -+ //set authentication mode -+ if(erq->flags & IW_ENCODE_OPEN) -+ { -+ DBG_871X("rtw_wx_set_enc():IW_ENCODE_OPEN\n"); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled;//Ndis802_11EncryptionDisabled; -+ -+#ifdef CONFIG_PLATFORM_MT53XX -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+#else -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_Open; -+#endif -+ -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_NO_PRIVACY_; -+ authmode = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisauthtype=authmode; -+ } -+ else if(erq->flags & IW_ENCODE_RESTRICTED) -+ { -+ DBG_871X("rtw_wx_set_enc():IW_ENCODE_RESTRICTED\n"); -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ -+#ifdef CONFIG_PLATFORM_MT53XX -+ padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+#else -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_Shared; -+#endif -+ -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP40_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_WEP40_; -+ authmode = Ndis802_11AuthModeShared; -+ padapter->securitypriv.ndisauthtype=authmode; -+ } -+ else -+ { -+ DBG_871X("rtw_wx_set_enc():erq->flags=0x%x\n", erq->flags); -+ -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption1Enabled;//Ndis802_11EncryptionDisabled; -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_Open; //open system -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_NO_PRIVACY_; -+ authmode = Ndis802_11AuthModeOpen; -+ padapter->securitypriv.ndisauthtype=authmode; -+ } -+ -+ wep.KeyIndex = key; -+ if (erq->length > 0) -+ { -+ wep.KeyLength = erq->length <= 5 ? 5 : 13; -+ -+ wep.Length = wep.KeyLength + FIELD_OFFSET(NDIS_802_11_WEP, KeyMaterial); -+ } -+ else -+ { -+ wep.KeyLength = 0 ; -+ -+ if(keyindex_provided == 1)// set key_id only, no given KeyMaterial(erq->length==0). -+ { -+ padapter->securitypriv.dot11PrivacyKeyIndex = key; -+ -+ DBG_871X("(keyindex_provided == 1), keyid=%d, key_len=%d\n", key, padapter->securitypriv.dot11DefKeylen[key]); -+ -+ switch(padapter->securitypriv.dot11DefKeylen[key]) -+ { -+ case 5: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP40_; -+ break; -+ case 13: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_WEP104_; -+ break; -+ default: -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ break; -+ } -+ -+ goto exit; -+ -+ } -+ -+ } -+ -+ wep.KeyIndex |= 0x80000000; -+ -+ _rtw_memcpy(wep.KeyMaterial, keybuf, wep.KeyLength); -+ -+ if (rtw_set_802_11_add_wep(padapter, &wep) == _FALSE) { -+ if(rf_on == pwrpriv->rf_pwrstate ) -+ ret = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+exit: -+ -+ _func_exit_; -+ -+ return ret; -+ -+} -+ -+static int rtw_wx_get_enc(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *keybuf) -+{ -+ uint key, ret =0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *erq = &(wrqu->encoding); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ _func_enter_; -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) != _TRUE) -+ { -+ if(check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE) != _TRUE) -+ { -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ return 0; -+ } -+ } -+ -+ -+ key = erq->flags & IW_ENCODE_INDEX; -+ -+ if (key) { -+ if (key > WEP_KEYS) -+ return -EINVAL; -+ key--; -+ } else -+ { -+ key = padapter->securitypriv.dot11PrivacyKeyIndex; -+ } -+ -+ erq->flags = key + 1; -+ -+ //if(padapter->securitypriv.ndisauthtype == Ndis802_11AuthModeOpen) -+ //{ -+ // erq->flags |= IW_ENCODE_OPEN; -+ //} -+ -+ switch(padapter->securitypriv.ndisencryptstatus) -+ { -+ case Ndis802_11EncryptionNotSupported: -+ case Ndis802_11EncryptionDisabled: -+ -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ -+ break; -+ -+ case Ndis802_11Encryption1Enabled: -+ -+ erq->length = padapter->securitypriv.dot11DefKeylen[key]; -+ -+ if(erq->length) -+ { -+ _rtw_memcpy(keybuf, padapter->securitypriv.dot11DefKey[key].skey, padapter->securitypriv.dot11DefKeylen[key]); -+ -+ erq->flags |= IW_ENCODE_ENABLED; -+ -+ if(padapter->securitypriv.ndisauthtype == Ndis802_11AuthModeOpen) -+ { -+ erq->flags |= IW_ENCODE_OPEN; -+ } -+ else if(padapter->securitypriv.ndisauthtype == Ndis802_11AuthModeShared) -+ { -+ erq->flags |= IW_ENCODE_RESTRICTED; -+ } -+ } -+ else -+ { -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ } -+ -+ break; -+ -+ case Ndis802_11Encryption2Enabled: -+ case Ndis802_11Encryption3Enabled: -+ -+ erq->length = 16; -+ erq->flags |= (IW_ENCODE_ENABLED | IW_ENCODE_OPEN | IW_ENCODE_NOKEY); -+ -+ break; -+ -+ default: -+ erq->length = 0; -+ erq->flags |= IW_ENCODE_DISABLED; -+ -+ break; -+ -+ } -+ -+ _func_exit_; -+ -+ return ret; -+ -+} -+ -+static int rtw_wx_get_power(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ //_adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ wrqu->power.value = 0; -+ wrqu->power.fixed = 0; /* no auto select */ -+ wrqu->power.disabled = 1; -+ -+ return 0; -+ -+} -+ -+static int rtw_wx_set_gen_ie(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ ret = rtw_set_wpa_ie(padapter, extra, wrqu->data.length); -+ -+ return ret; -+} -+ -+static int rtw_wx_set_auth(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_param *param = (struct iw_param*)&(wrqu->param); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ u32 value = param->value; -+ int ret = 0; -+ -+ switch (param->flags & IW_AUTH_INDEX) { -+ -+ case IW_AUTH_WPA_VERSION: -+#ifdef CONFIG_WAPI_SUPPORT -+#ifndef CONFIG_IOCTL_CFG80211 -+ padapter->wapiInfo.bWapiEnable = false; -+ if(value == IW_AUTH_WAPI_VERSION_1) -+ { -+ padapter->wapiInfo.bWapiEnable = true; -+ psecuritypriv->dot11PrivacyAlgrthm = _SMS4_; -+ psecuritypriv->dot118021XGrpPrivacy = _SMS4_; -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_WAPI; -+ pmlmeinfo->auth_algo = psecuritypriv->dot11AuthAlgrthm; -+ padapter->wapiInfo.extra_prefix_len = WAPI_EXT_LEN; -+ padapter->wapiInfo.extra_postfix_len = SMS4_MIC_LEN; -+ } -+#endif -+#endif -+ break; -+ case IW_AUTH_CIPHER_PAIRWISE: -+ -+ break; -+ case IW_AUTH_CIPHER_GROUP: -+ -+ break; -+ case IW_AUTH_KEY_MGMT: -+#ifdef CONFIG_WAPI_SUPPORT -+#ifndef CONFIG_IOCTL_CFG80211 -+ DBG_871X("rtw_wx_set_auth: IW_AUTH_KEY_MGMT case \n"); -+ if(value == IW_AUTH_KEY_MGMT_WAPI_PSK) -+ padapter->wapiInfo.bWapiPSK = true; -+ else -+ padapter->wapiInfo.bWapiPSK = false; -+ DBG_871X("rtw_wx_set_auth: IW_AUTH_KEY_MGMT bwapipsk %d \n",padapter->wapiInfo.bWapiPSK); -+#endif -+#endif -+ /* -+ * ??? does not use these parameters -+ */ -+ break; -+ -+ case IW_AUTH_TKIP_COUNTERMEASURES: -+ { -+ if ( param->value ) -+ { // wpa_supplicant is enabling the tkip countermeasure. -+ padapter->securitypriv.btkip_countermeasure = _TRUE; -+ } -+ else -+ { // wpa_supplicant is disabling the tkip countermeasure. -+ padapter->securitypriv.btkip_countermeasure = _FALSE; -+ } -+ break; -+ } -+ case IW_AUTH_DROP_UNENCRYPTED: -+ { -+ /* HACK: -+ * -+ * wpa_supplicant calls set_wpa_enabled when the driver -+ * is loaded and unloaded, regardless of if WPA is being -+ * used. No other calls are made which can be used to -+ * determine if encryption will be used or not prior to -+ * association being expected. If encryption is not being -+ * used, drop_unencrypted is set to false, else true -- we -+ * can use this to determine if the CAP_PRIVACY_ON bit should -+ * be set. -+ */ -+ -+ if(padapter->securitypriv.ndisencryptstatus == Ndis802_11Encryption1Enabled) -+ { -+ break;//it means init value, or using wep, ndisencryptstatus = Ndis802_11Encryption1Enabled, -+ // then it needn't reset it; -+ } -+ -+ if(param->value){ -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ padapter->securitypriv.dot11PrivacyAlgrthm=_NO_PRIVACY_; -+ padapter->securitypriv.dot118021XGrpPrivacy=_NO_PRIVACY_; -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_Open; //open system -+ padapter->securitypriv.ndisauthtype=Ndis802_11AuthModeOpen; -+ } -+ -+ break; -+ } -+ -+ case IW_AUTH_80211_AUTH_ALG: -+ -+ #if defined(CONFIG_ANDROID) || 1 -+ /* -+ * It's the starting point of a link layer connection using wpa_supplicant -+ */ -+ if(check_fwstate(&padapter->mlmepriv, _FW_LINKED)) { -+ LeaveAllPowerSaveMode(padapter); -+ rtw_disassoc_cmd(padapter, 500, _FALSE); -+ DBG_871X("%s...call rtw_indicate_disconnect\n ",__FUNCTION__); -+ rtw_indicate_disconnect(padapter); -+ rtw_free_assoc_resources(padapter, 1); -+ } -+ #endif -+ -+ -+ ret = wpa_set_auth_algs(dev, (u32)param->value); -+ -+ break; -+ -+ case IW_AUTH_WPA_ENABLED: -+ -+ //if(param->value) -+ // padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; //802.1x -+ //else -+ // padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open;//open system -+ -+ //_disassociate(priv); -+ -+ break; -+ -+ case IW_AUTH_RX_UNENCRYPTED_EAPOL: -+ //ieee->ieee802_1x = param->value; -+ break; -+ -+ case IW_AUTH_PRIVACY_INVOKED: -+ //ieee->privacy_invoked = param->value; -+ break; -+ -+#ifdef CONFIG_WAPI_SUPPORT -+#ifndef CONFIG_IOCTL_CFG80211 -+ case IW_AUTH_WAPI_ENABLED: -+ break; -+#endif -+#endif -+ -+ default: -+ return -EOPNOTSUPP; -+ -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_wx_set_enc_ext(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ char *alg_name; -+ u32 param_len; -+ struct ieee_param *param = NULL; -+ struct iw_point *pencoding = &wrqu->encoding; -+ struct iw_encode_ext *pext = (struct iw_encode_ext *)extra; -+ int ret=0; -+ -+ param_len = sizeof(struct ieee_param) + pext->key_len; -+ param = (struct ieee_param *)rtw_malloc(param_len); -+ if (param == NULL) -+ return -1; -+ -+ _rtw_memset(param, 0, param_len); -+ -+ param->cmd = IEEE_CMD_SET_ENCRYPTION; -+ _rtw_memset(param->sta_addr, 0xff, ETH_ALEN); -+ -+ -+ switch (pext->alg) { -+ case IW_ENCODE_ALG_NONE: -+ //todo: remove key -+ //remove = 1; -+ alg_name = "none"; -+ break; -+ case IW_ENCODE_ALG_WEP: -+ alg_name = "WEP"; -+ break; -+ case IW_ENCODE_ALG_TKIP: -+ alg_name = "TKIP"; -+ break; -+ case IW_ENCODE_ALG_CCMP: -+ alg_name = "CCMP"; -+ break; -+#ifdef CONFIG_IEEE80211W -+ case IW_ENCODE_ALG_AES_CMAC: -+ alg_name = "BIP"; -+ break; -+#endif //CONFIG_IEEE80211W -+#ifdef CONFIG_WAPI_SUPPORT -+#ifndef CONFIG_IOCTL_CFG80211 -+ case IW_ENCODE_ALG_SM4: -+ alg_name= "SMS4"; -+ _rtw_memcpy(param->sta_addr, pext->addr.sa_data, ETH_ALEN); -+ DBG_871X("rtw_wx_set_enc_ext: SMS4 case \n"); -+ break; -+#endif -+#endif -+ default: -+ ret = -1; -+ goto exit; -+ } -+ -+ strncpy((char *)param->u.crypt.alg, alg_name, IEEE_CRYPT_ALG_NAME_LEN); -+ -+ if (pext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) -+ { -+ param->u.crypt.set_tx = 1; -+ } -+ -+ /* cliW: WEP does not have group key -+ * just not checking GROUP key setting -+ */ -+ if ((pext->alg != IW_ENCODE_ALG_WEP) && -+ ((pext->ext_flags & IW_ENCODE_EXT_GROUP_KEY) -+#ifdef CONFIG_IEEE80211W -+ || (pext->ext_flags & IW_ENCODE_ALG_AES_CMAC) -+#endif //CONFIG_IEEE80211W -+ )) -+ { -+ param->u.crypt.set_tx = 0; -+ } -+ -+ param->u.crypt.idx = (pencoding->flags&0x00FF) -1 ; -+ -+ if (pext->ext_flags & IW_ENCODE_EXT_RX_SEQ_VALID) -+ { -+#ifdef CONFIG_WAPI_SUPPORT -+#ifndef CONFIG_IOCTL_CFG80211 -+ if(pext->alg == IW_ENCODE_ALG_SM4) -+ _rtw_memcpy(param->u.crypt.seq, pext->rx_seq, 16); -+ else -+#endif //CONFIG_IOCTL_CFG80211 -+#endif //CONFIG_WAPI_SUPPORT -+ _rtw_memcpy(param->u.crypt.seq, pext->rx_seq, 8); -+ } -+ -+ if(pext->key_len) -+ { -+ param->u.crypt.key_len = pext->key_len; -+ //_rtw_memcpy(param + 1, pext + 1, pext->key_len); -+ _rtw_memcpy(param->u.crypt.key, pext + 1, pext->key_len); -+ } -+ -+ if (pencoding->flags & IW_ENCODE_DISABLED) -+ { -+ //todo: remove key -+ //remove = 1; -+ } -+ -+ ret = wpa_set_encryption(dev, param, param_len); -+ -+exit: -+ if(param) -+ { -+ rtw_mfree((u8*)param, param_len); -+ } -+ -+ return ret; -+} -+ -+ -+static int rtw_wx_get_nick(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ //_adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ //struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ //struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ if(extra) -+ { -+ wrqu->data.length = 14; -+ wrqu->data.flags = 1; -+ _rtw_memcpy(extra, "", 14); -+ } -+ -+ //rtw_signal_process(pid, SIGUSR1); //for test -+ -+ //dump debug info here -+/* -+ u32 dot11AuthAlgrthm; // 802.11 auth, could be open, shared, and 8021x -+ u32 dot11PrivacyAlgrthm; // This specify the privacy for shared auth. algorithm. -+ u32 dot118021XGrpPrivacy; // This specify the privacy algthm. used for Grp key -+ u32 ndisauthtype; -+ u32 ndisencryptstatus; -+*/ -+ -+ //DBG_871X("auth_alg=0x%x, enc_alg=0x%x, auth_type=0x%x, enc_type=0x%x\n", -+ // psecuritypriv->dot11AuthAlgrthm, psecuritypriv->dot11PrivacyAlgrthm, -+ // psecuritypriv->ndisauthtype, psecuritypriv->ndisencryptstatus); -+ -+ //DBG_871X("enc_alg=0x%x\n", psecuritypriv->dot11PrivacyAlgrthm); -+ //DBG_871X("auth_type=0x%x\n", psecuritypriv->ndisauthtype); -+ //DBG_871X("enc_type=0x%x\n", psecuritypriv->ndisencryptstatus); -+ -+#if 0 -+ DBG_871X("dbg(0x210)=0x%x\n", rtw_read32(padapter, 0x210)); -+ DBG_871X("dbg(0x608)=0x%x\n", rtw_read32(padapter, 0x608)); -+ DBG_871X("dbg(0x280)=0x%x\n", rtw_read32(padapter, 0x280)); -+ DBG_871X("dbg(0x284)=0x%x\n", rtw_read32(padapter, 0x284)); -+ DBG_871X("dbg(0x288)=0x%x\n", rtw_read32(padapter, 0x288)); -+ -+ DBG_871X("dbg(0x664)=0x%x\n", rtw_read32(padapter, 0x664)); -+ -+ -+ DBG_871X("\n"); -+ -+ DBG_871X("dbg(0x430)=0x%x\n", rtw_read32(padapter, 0x430)); -+ DBG_871X("dbg(0x438)=0x%x\n", rtw_read32(padapter, 0x438)); -+ -+ DBG_871X("dbg(0x440)=0x%x\n", rtw_read32(padapter, 0x440)); -+ -+ DBG_871X("dbg(0x458)=0x%x\n", rtw_read32(padapter, 0x458)); -+ -+ DBG_871X("dbg(0x484)=0x%x\n", rtw_read32(padapter, 0x484)); -+ DBG_871X("dbg(0x488)=0x%x\n", rtw_read32(padapter, 0x488)); -+ -+ DBG_871X("dbg(0x444)=0x%x\n", rtw_read32(padapter, 0x444)); -+ DBG_871X("dbg(0x448)=0x%x\n", rtw_read32(padapter, 0x448)); -+ DBG_871X("dbg(0x44c)=0x%x\n", rtw_read32(padapter, 0x44c)); -+ DBG_871X("dbg(0x450)=0x%x\n", rtw_read32(padapter, 0x450)); -+#endif -+ -+ return 0; -+ -+} -+ -+static int rtw_wx_read32(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter; -+ struct iw_point *p; -+ u16 len; -+ u32 addr; -+ u32 data32; -+ u32 bytes; -+ u8 *ptmp; -+ int ret; -+ -+ -+ ret = 0; -+ padapter = (PADAPTER)rtw_netdev_priv(dev); -+ p = &wrqu->data; -+ len = p->length; -+ if (0 == len) -+ return -EINVAL; -+ -+ ptmp = (u8*)rtw_malloc(len); -+ if (NULL == ptmp) -+ return -ENOMEM; -+ -+ if (copy_from_user(ptmp, p->pointer, len)) { -+ ret = -EFAULT; -+ goto exit; -+ } -+ -+ bytes = 0; -+ addr = 0; -+ sscanf(ptmp, "%d,%x", &bytes, &addr); -+ -+ switch (bytes) { -+ case 1: -+ data32 = rtw_read8(padapter, addr); -+ sprintf(extra, "0x%02X", data32); -+ break; -+ case 2: -+ data32 = rtw_read16(padapter, addr); -+ sprintf(extra, "0x%04X", data32); -+ break; -+ case 4: -+ data32 = rtw_read32(padapter, addr); -+ sprintf(extra, "0x%08X", data32); -+ break; -+ default: -+ DBG_871X(KERN_INFO "%s: usage> read [bytes],[address(hex)]\n", __func__); -+ ret = -EINVAL; -+ goto exit; -+ } -+ DBG_871X(KERN_INFO "%s: addr=0x%08X data=%s\n", __func__, addr, extra); -+ -+exit: -+ rtw_mfree(ptmp, len); -+ -+ return 0; -+} -+ -+static int rtw_wx_write32(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = (PADAPTER)rtw_netdev_priv(dev); -+ -+ u32 addr; -+ u32 data32; -+ u32 bytes; -+ -+ -+ bytes = 0; -+ addr = 0; -+ data32 = 0; -+ sscanf(extra, "%d,%x,%x", &bytes, &addr, &data32); -+ -+ switch (bytes) { -+ case 1: -+ rtw_write8(padapter, addr, (u8)data32); -+ DBG_871X(KERN_INFO "%s: addr=0x%08X data=0x%02X\n", __func__, addr, (u8)data32); -+ break; -+ case 2: -+ rtw_write16(padapter, addr, (u16)data32); -+ DBG_871X(KERN_INFO "%s: addr=0x%08X data=0x%04X\n", __func__, addr, (u16)data32); -+ break; -+ case 4: -+ rtw_write32(padapter, addr, data32); -+ DBG_871X(KERN_INFO "%s: addr=0x%08X data=0x%08X\n", __func__, addr, data32); -+ break; -+ default: -+ DBG_871X(KERN_INFO "%s: usage> write [bytes],[address(hex)],[data(hex)]\n", __func__); -+ return -EINVAL; -+ } -+ -+ return 0; -+} -+ -+static int rtw_wx_read_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u32 path, addr, data32; -+ -+ -+ path = *(u32*)extra; -+ addr = *((u32*)extra + 1); -+ data32 = rtw_hal_read_rfreg(padapter, path, addr, 0xFFFFF); -+// DBG_871X("%s: path=%d addr=0x%02x data=0x%05x\n", __func__, path, addr, data32); -+ /* -+ * IMPORTANT!! -+ * Only when wireless private ioctl is at odd order, -+ * "extra" would be copied to user space. -+ */ -+ sprintf(extra, "0x%05x", data32); -+ -+ return 0; -+} -+ -+static int rtw_wx_write_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u32 path, addr, data32; -+ -+ -+ path = *(u32*)extra; -+ addr = *((u32*)extra + 1); -+ data32 = *((u32*)extra + 2); -+// DBG_871X("%s: path=%d addr=0x%02x data=0x%05x\n", __func__, path, addr, data32); -+ rtw_hal_write_rfreg(padapter, path, addr, 0xFFFFF, data32); -+ -+ return 0; -+} -+ -+static int rtw_wx_priv_null(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ return -1; -+} -+ -+static int dummy(struct net_device *dev, struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+ //_adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ //struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ //DBG_871X("cmd_code=%x, fwstate=0x%x\n", a->cmd, get_fwstate(pmlmepriv)); -+ -+ return -1; -+ -+} -+ -+static int rtw_wx_set_channel_plan(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ u8 channel_plan_req = (u8) (*((int *)wrqu)); -+ -+ if (_SUCCESS != rtw_set_channel_plan(padapter, channel_plan_req)) -+ return -EPERM; -+ -+ return 0; -+} -+ -+static int rtw_wx_set_mtk_wps_probe_ie(struct net_device *dev, -+ struct iw_request_info *a, -+ union iwreq_data *wrqu, char *b) -+{ -+#ifdef CONFIG_PLATFORM_MT53XX -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_notice_, -+ ("WLAN IOCTL: cmd_code=%x, fwstate=0x%x\n", -+ a->cmd, get_fwstate(pmlmepriv))); -+#endif -+ return 0; -+} -+ -+static int rtw_wx_get_sensitivity(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *buf) -+{ -+#ifdef CONFIG_PLATFORM_MT53XX -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ // Modified by Albert 20110914 -+ // This is in dbm format for MTK platform. -+ wrqu->qual.level = padapter->recvpriv.rssi; -+ DBG_871X(" level = %u\n", wrqu->qual.level ); -+#endif -+ return 0; -+} -+ -+static int rtw_wx_set_mtk_wps_ie(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+#ifdef CONFIG_PLATFORM_MT53XX -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ return rtw_set_wpa_ie(padapter, wrqu->data.pointer, wrqu->data.length); -+#else -+ return 0; -+#endif -+} -+ -+/* -+typedef int (*iw_handler)(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra); -+*/ -+/* -+ * For all data larger than 16 octets, we need to use a -+ * pointer to memory allocated in user space. -+ */ -+static int rtw_drvext_hdl(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ #if 0 -+struct iw_point -+{ -+ void __user *pointer; /* Pointer to the data (in user space) */ -+ __u16 length; /* number of fields or size in bytes */ -+ __u16 flags; /* Optional params */ -+}; -+ #endif -+ -+#ifdef CONFIG_DRVEXT_MODULE -+ u8 res; -+ struct drvext_handler *phandler; -+ struct drvext_oidparam *poidparam; -+ int ret; -+ u16 len; -+ u8 *pparmbuf, bset; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *p = &wrqu->data; -+ -+ if( (!p->length) || (!p->pointer)){ -+ ret = -EINVAL; -+ goto _rtw_drvext_hdl_exit; -+ } -+ -+ -+ bset = (u8)(p->flags&0xFFFF); -+ len = p->length; -+ pparmbuf = (u8*)rtw_malloc(len); -+ if (pparmbuf == NULL){ -+ ret = -ENOMEM; -+ goto _rtw_drvext_hdl_exit; -+ } -+ -+ if(bset)//set info -+ { -+ if (copy_from_user(pparmbuf, p->pointer,len)) { -+ rtw_mfree(pparmbuf, len); -+ ret = -EFAULT; -+ goto _rtw_drvext_hdl_exit; -+ } -+ } -+ else//query info -+ { -+ -+ } -+ -+ -+ // -+ poidparam = (struct drvext_oidparam *)pparmbuf; -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_info_,("drvext set oid subcode [%d], len[%d], InformationBufferLength[%d]\r\n", -+ poidparam->subcode, poidparam->len, len)); -+ -+ -+ //check subcode -+ if ( poidparam->subcode >= MAX_DRVEXT_HANDLERS) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("no matching drvext handlers\r\n")); -+ ret = -EINVAL; -+ goto _rtw_drvext_hdl_exit; -+ } -+ -+ -+ if ( poidparam->subcode >= MAX_DRVEXT_OID_SUBCODES) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("no matching drvext subcodes\r\n")); -+ ret = -EINVAL; -+ goto _rtw_drvext_hdl_exit; -+ } -+ -+ -+ phandler = drvextoidhandlers + poidparam->subcode; -+ -+ if (poidparam->len != phandler->parmsize) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_err_,("no matching drvext param size %d vs %d\r\n", -+ poidparam->len , phandler->parmsize)); -+ ret = -EINVAL; -+ goto _rtw_drvext_hdl_exit; -+ } -+ -+ -+ res = phandler->handler(&padapter->drvextpriv, bset, poidparam->data); -+ -+ if(res==0) -+ { -+ ret = 0; -+ -+ if (bset == 0x00) {//query info -+ //_rtw_memcpy(p->pointer, pparmbuf, len); -+ if (copy_to_user(p->pointer, pparmbuf, len)) -+ ret = -EFAULT; -+ } -+ } -+ else -+ ret = -EFAULT; -+ -+ -+_rtw_drvext_hdl_exit: -+ -+ return ret; -+ -+#endif -+ -+ return 0; -+ -+} -+ -+static void rtw_dbg_mode_hdl(_adapter *padapter, u32 id, u8 *pdata, u32 len) -+{ -+ pRW_Reg RegRWStruct; -+ struct rf_reg_param *prfreg; -+ u8 path; -+ u8 offset; -+ u32 value; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ switch(id) -+ { -+ case GEN_MP_IOCTL_SUBCODE(MP_START): -+ DBG_871X("871x_driver is only for normal mode, can't enter mp mode\n"); -+ break; -+ case GEN_MP_IOCTL_SUBCODE(READ_REG): -+ RegRWStruct = (pRW_Reg)pdata; -+ switch (RegRWStruct->width) -+ { -+ case 1: -+ RegRWStruct->value = rtw_read8(padapter, RegRWStruct->offset); -+ break; -+ case 2: -+ RegRWStruct->value = rtw_read16(padapter, RegRWStruct->offset); -+ break; -+ case 4: -+ RegRWStruct->value = rtw_read32(padapter, RegRWStruct->offset); -+ break; -+ default: -+ break; -+ } -+ -+ break; -+ case GEN_MP_IOCTL_SUBCODE(WRITE_REG): -+ RegRWStruct = (pRW_Reg)pdata; -+ switch (RegRWStruct->width) -+ { -+ case 1: -+ rtw_write8(padapter, RegRWStruct->offset, (u8)RegRWStruct->value); -+ break; -+ case 2: -+ rtw_write16(padapter, RegRWStruct->offset, (u16)RegRWStruct->value); -+ break; -+ case 4: -+ rtw_write32(padapter, RegRWStruct->offset, (u32)RegRWStruct->value); -+ break; -+ default: -+ break; -+ } -+ -+ break; -+ case GEN_MP_IOCTL_SUBCODE(READ_RF_REG): -+ -+ prfreg = (struct rf_reg_param *)pdata; -+ -+ path = (u8)prfreg->path; -+ offset = (u8)prfreg->offset; -+ -+ value = rtw_hal_read_rfreg(padapter, path, offset, 0xffffffff); -+ -+ prfreg->value = value; -+ -+ break; -+ case GEN_MP_IOCTL_SUBCODE(WRITE_RF_REG): -+ -+ prfreg = (struct rf_reg_param *)pdata; -+ -+ path = (u8)prfreg->path; -+ offset = (u8)prfreg->offset; -+ value = prfreg->value; -+ -+ rtw_hal_write_rfreg(padapter, path, offset, 0xffffffff, value); -+ -+ break; -+ case GEN_MP_IOCTL_SUBCODE(TRIGGER_GPIO): -+ DBG_871X("==> trigger gpio 0\n"); -+ rtw_hal_set_hwreg(padapter, HW_VAR_TRIGGER_GPIO_0, 0); -+ break; -+#ifdef CONFIG_BT_COEXIST -+ case GEN_MP_IOCTL_SUBCODE(SET_DM_BT): -+ DBG_871X("==> set dm_bt_coexist:%x\n",*(u8 *)pdata); -+ rtw_hal_set_hwreg(padapter, HW_VAR_BT_SET_COEXIST, pdata); -+ break; -+ case GEN_MP_IOCTL_SUBCODE(DEL_BA): -+ DBG_871X("==> delete ba:%x\n",*(u8 *)pdata); -+ rtw_hal_set_hwreg(padapter, HW_VAR_BT_ISSUE_DELBA, pdata); -+ break; -+#endif -+#ifdef DBG_CONFIG_ERROR_DETECT -+ case GEN_MP_IOCTL_SUBCODE(GET_WIFI_STATUS): -+ *pdata = rtw_hal_sreset_get_wifi_status(padapter); -+ break; -+#endif -+ -+ default: -+ break; -+ } -+ -+} -+ -+static int rtw_mp_ioctl_hdl(struct net_device *dev, struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ u32 BytesRead, BytesWritten, BytesNeeded; -+ struct oid_par_priv oid_par; -+ struct mp_ioctl_handler *phandler; -+ struct mp_ioctl_param *poidparam; -+ uint status=0; -+ u16 len; -+ u8 *pparmbuf = NULL, bset; -+ PADAPTER padapter = (PADAPTER)rtw_netdev_priv(dev); -+ struct iw_point *p = &wrqu->data; -+ -+ //DBG_871X("+rtw_mp_ioctl_hdl\n"); -+ -+ //mutex_lock(&ioctl_mutex); -+ -+ if ((!p->length) || (!p->pointer)) { -+ ret = -EINVAL; -+ goto _rtw_mp_ioctl_hdl_exit; -+ } -+ -+ pparmbuf = NULL; -+ bset = (u8)(p->flags & 0xFFFF); -+ len = p->length; -+ pparmbuf = (u8*)rtw_malloc(len); -+ if (pparmbuf == NULL){ -+ ret = -ENOMEM; -+ goto _rtw_mp_ioctl_hdl_exit; -+ } -+ -+ if (copy_from_user(pparmbuf, p->pointer, len)) { -+ ret = -EFAULT; -+ goto _rtw_mp_ioctl_hdl_exit; -+ } -+ -+ poidparam = (struct mp_ioctl_param *)pparmbuf; -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, -+ ("rtw_mp_ioctl_hdl: subcode [%d], len[%d], buffer_len[%d]\r\n", -+ poidparam->subcode, poidparam->len, len)); -+ -+ if (poidparam->subcode >= MAX_MP_IOCTL_SUBCODE) { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_err_, ("no matching drvext subcodes\r\n")); -+ ret = -EINVAL; -+ goto _rtw_mp_ioctl_hdl_exit; -+ } -+ -+ //DBG_871X("%s: %d\n", __func__, poidparam->subcode); -+#ifdef CONFIG_MP_INCLUDED -+if (padapter->registrypriv.mp_mode == 1) -+{ -+ phandler = mp_ioctl_hdl + poidparam->subcode; -+ -+ if ((phandler->paramsize != 0) && (poidparam->len < phandler->paramsize)) -+ { -+ RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_err_, -+ ("no matching drvext param size %d vs %d\r\n", -+ poidparam->len, phandler->paramsize)); -+ ret = -EINVAL; -+ goto _rtw_mp_ioctl_hdl_exit; -+ } -+ -+ if (phandler->handler) -+ { -+ oid_par.adapter_context = padapter; -+ oid_par.oid = phandler->oid; -+ oid_par.information_buf = poidparam->data; -+ oid_par.information_buf_len = poidparam->len; -+ oid_par.dbg = 0; -+ -+ BytesWritten = 0; -+ BytesNeeded = 0; -+ -+ if (bset) { -+ oid_par.bytes_rw = &BytesRead; -+ oid_par.bytes_needed = &BytesNeeded; -+ oid_par.type_of_oid = SET_OID; -+ } else { -+ oid_par.bytes_rw = &BytesWritten; -+ oid_par.bytes_needed = &BytesNeeded; -+ oid_par.type_of_oid = QUERY_OID; -+ } -+ -+ status = phandler->handler(&oid_par); -+ -+ //todo:check status, BytesNeeded, etc. -+ } -+ else { -+ DBG_871X("rtw_mp_ioctl_hdl(): err!, subcode=%d, oid=%d, handler=%p\n", -+ poidparam->subcode, phandler->oid, phandler->handler); -+ ret = -EFAULT; -+ goto _rtw_mp_ioctl_hdl_exit; -+ } -+} -+else -+#endif -+{ -+ rtw_dbg_mode_hdl(padapter, poidparam->subcode, poidparam->data, poidparam->len); -+} -+ -+ if (bset == 0x00) {//query info -+ if (copy_to_user(p->pointer, pparmbuf, len)) -+ ret = -EFAULT; -+ } -+ -+ if (status) { -+ ret = -EFAULT; -+ goto _rtw_mp_ioctl_hdl_exit; -+ } -+ -+_rtw_mp_ioctl_hdl_exit: -+ -+ if (pparmbuf) -+ rtw_mfree(pparmbuf, len); -+ -+ //mutex_unlock(&ioctl_mutex); -+ -+ return ret; -+} -+ -+static int rtw_get_ap_info(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int bssid_match, ret = 0; -+ u32 cnt=0, wpa_ielen; -+ _irqL irqL; -+ _list *plist, *phead; -+ unsigned char *pbuf; -+ u8 bssid[ETH_ALEN]; -+ char data[32]; -+ struct wlan_network *pnetwork = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct iw_point *pdata = &wrqu->data; -+ -+ DBG_871X("+rtw_get_aplist_info\n"); -+ -+ if (rtw_is_drv_stopped(padapter) || (pdata == NULL)) { -+ ret= -EINVAL; -+ goto exit; -+ } -+ -+ while((check_fwstate(pmlmepriv, (_FW_UNDER_SURVEY|_FW_UNDER_LINKING))) == _TRUE) -+ { -+ rtw_msleep_os(30); -+ cnt++; -+ if(cnt > 100) -+ break; -+ } -+ -+ -+ //pdata->length = 0;//? -+ pdata->flags = 0; -+ if(pdata->length>=32) -+ { -+ if(copy_from_user(data, pdata->pointer, 32)) -+ { -+ ret= -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+ ret= -EINVAL; -+ goto exit; -+ } -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ //if(hwaddr_aton_i(pdata->pointer, bssid)) -+ if(hwaddr_aton_i(data, bssid)) -+ { -+ DBG_871X("Invalid BSSID '%s'.\n", (u8*)data); -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ return -EINVAL; -+ } -+ -+ -+ if(_rtw_memcmp(bssid, pnetwork->network.MacAddress, ETH_ALEN) == _TRUE)//BSSID match, then check if supporting wpa/wpa2 -+ { -+ DBG_871X("BSSID:" MAC_FMT "\n", MAC_ARG(bssid)); -+ -+ pbuf = rtw_get_wpa_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ if(pbuf && (wpa_ielen>0)) -+ { -+ pdata->flags = 1; -+ break; -+ } -+ -+ pbuf = rtw_get_wpa2_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength-12); -+ if(pbuf && (wpa_ielen>0)) -+ { -+ pdata->flags = 2; -+ break; -+ } -+ -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if(pdata->length>=34) -+ { -+ if(copy_to_user((u8*)pdata->pointer+32, (u8*)&pdata->flags, 1)) -+ { -+ ret= -EINVAL; -+ goto exit; -+ } -+ } -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_set_pid(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = rtw_netdev_priv(dev); -+ int *pdata = (int *)wrqu; -+ int selector; -+ -+ if (rtw_is_drv_stopped(padapter) || (pdata == NULL)) { -+ ret= -EINVAL; -+ goto exit; -+ } -+ -+ selector = *pdata; -+ if(selector < 3 && selector >=0) { -+ padapter->pid[selector] = *(pdata+1); -+ #ifdef CONFIG_GLOBAL_UI_PID -+ ui_pid[selector] = *(pdata+1); -+ #endif -+ DBG_871X("%s set pid[%d]=%d\n", __FUNCTION__, selector ,padapter->pid[selector]); -+ } -+ else -+ DBG_871X("%s selector %d error\n", __FUNCTION__, selector); -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_wps_start(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ u32 u32wps_start = 0; -+ unsigned int uintRet = 0; -+ -+ if (RTW_CANNOT_RUN(padapter) || (NULL == pdata)) { -+ ret= -EINVAL; -+ goto exit; -+ } -+ -+ uintRet = copy_from_user( ( void* ) &u32wps_start, pdata->pointer, 4 ); -+ if ( u32wps_start == 0 ) -+ { -+ u32wps_start = *extra; -+ } -+ -+ DBG_871X( "[%s] wps_start = %d\n", __FUNCTION__, u32wps_start ); -+ -+ if ( u32wps_start == 1 ) // WPS Start -+ { -+ rtw_led_control(padapter, LED_CTL_START_WPS); -+ } -+ else if ( u32wps_start == 2 ) // WPS Stop because of wps success -+ { -+ rtw_led_control(padapter, LED_CTL_STOP_WPS); -+ } -+ else if ( u32wps_start == 3 ) // WPS Stop because of wps fail -+ { -+ rtw_led_control(padapter, LED_CTL_STOP_WPS_FAIL); -+ } -+ -+#ifdef CONFIG_INTEL_WIDI -+ process_intel_widi_wps_status(padapter, u32wps_start); -+#endif //CONFIG_INTEL_WIDI -+ -+exit: -+ -+ return ret; -+ -+} -+ -+#ifdef CONFIG_P2P -+static int rtw_wext_p2p_enable(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ enum P2P_ROLE init_role = P2P_ROLE_DISABLE; -+ -+ if(*extra == '0' ) -+ init_role = P2P_ROLE_DISABLE; -+ else if(*extra == '1') -+ init_role = P2P_ROLE_DEVICE; -+ else if(*extra == '2') -+ init_role = P2P_ROLE_CLIENT; -+ else if(*extra == '3') -+ init_role = P2P_ROLE_GO; -+ -+ if(_FAIL == rtw_p2p_enable(padapter, init_role)) -+ { -+ ret = -EFAULT; -+ goto exit; -+ } -+ -+ //set channel/bandwidth -+ if(init_role != P2P_ROLE_DISABLE) -+ { -+ u8 channel, ch_offset; -+ u16 bwmode; -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_LISTEN)) -+ { -+ // Stay at the listen state and wait for discovery. -+ channel = pwdinfo->listen_channel; -+ pwdinfo->operating_channel = pwdinfo->listen_channel; -+ ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ bwmode = CHANNEL_WIDTH_20; -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ else if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_IDLE)) -+ { -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ //struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+ -+ _set_timer( &pwdinfo->ap_p2p_switch_timer, pwdinfo->ext_listen_interval ); -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ pwdinfo->operating_channel = pbuddy_mlmeext->cur_channel; -+ // How about the ch_offset and bwmode ?? -+ } -+ else -+ { -+ pwdinfo->operating_channel = pwdinfo->listen_channel; -+ } -+ -+ channel = pbuddy_mlmeext->cur_channel; -+ ch_offset = pbuddy_mlmeext->cur_ch_offset; -+ bwmode = pbuddy_mlmeext->cur_bwmode; -+ } -+#endif -+ else -+ { -+ pwdinfo->operating_channel = pmlmeext->cur_channel; -+ -+ channel = pwdinfo->operating_channel; -+ ch_offset = pmlmeext->cur_ch_offset; -+ bwmode = pmlmeext->cur_bwmode; -+ } -+ -+ set_channel_bwmode(padapter, channel, ch_offset, bwmode); -+ } -+ -+exit: -+ return ret; -+ -+} -+ -+static int rtw_p2p_set_go_nego_ssid(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+ DBG_871X( "[%s] ssid = %s, len = %zu\n", __FUNCTION__, extra, strlen( extra ) ); -+ _rtw_memcpy( pwdinfo->nego_ssid, extra, strlen( extra ) ); -+ pwdinfo->nego_ssidlen = strlen( extra ); -+ -+ return ret; -+ -+} -+ -+ -+static int rtw_p2p_set_intent(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ u8 intent = pwdinfo->intent; -+ -+ extra[ wrqu->data.length ] = 0x00; -+ -+ intent = rtw_atoi( extra ); -+ -+ if ( intent <= 15 ) -+ { -+ pwdinfo->intent= intent; -+ } -+ else -+ { -+ ret = -1; -+ } -+ -+ DBG_871X( "[%s] intent = %d\n", __FUNCTION__, intent); -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_set_listen_ch(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ u8 listen_ch = pwdinfo->listen_channel; // Listen channel number -+ -+ extra[ wrqu->data.length ] = 0x00; -+ listen_ch = rtw_atoi( extra ); -+ -+ if ( ( listen_ch == 1 ) || ( listen_ch == 6 ) || ( listen_ch == 11 ) ) -+ { -+ pwdinfo->listen_channel = listen_ch; -+ set_channel_bwmode(padapter, pwdinfo->listen_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+ else -+ { -+ ret = -1; -+ } -+ -+ DBG_871X( "[%s] listen_ch = %d\n", __FUNCTION__, pwdinfo->listen_channel ); -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_set_op_ch(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+// Commented by Albert 20110524 -+// This function is used to set the operating channel if the driver will become the group owner -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ u8 op_ch = pwdinfo->operating_channel; // Operating channel number -+ -+ extra[ wrqu->data.length ] = 0x00; -+ -+ op_ch = ( u8 ) rtw_atoi( extra ); -+ if ( op_ch > 0 ) -+ { -+ pwdinfo->operating_channel = op_ch; -+ } -+ else -+ { -+ ret = -1; -+ } -+ -+ DBG_871X( "[%s] op_ch = %d\n", __FUNCTION__, pwdinfo->operating_channel ); -+ -+ return ret; -+ -+} -+ -+ -+static int rtw_p2p_profilefound(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+ // Comment by Albert 2010/10/13 -+ // Input data format: -+ // Ex: 0 -+ // Ex: 1XX:XX:XX:XX:XX:XXYYSSID -+ // 0 => Reflush the profile record list. -+ // 1 => Add the profile list -+ // XX:XX:XX:XX:XX:XX => peer's MAC Address ( ex: 00:E0:4C:00:00:01 ) -+ // YY => SSID Length -+ // SSID => SSID for persistence group -+ -+ DBG_871X( "[%s] In value = %s, len = %d \n", __FUNCTION__, extra, wrqu->data.length -1); -+ -+ -+ // The upper application should pass the SSID to driver by using this rtw_p2p_profilefound function. -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ if ( extra[ 0 ] == '0' ) -+ { -+ // Remove all the profile information of wifidirect_info structure. -+ _rtw_memset( &pwdinfo->profileinfo[ 0 ], 0x00, sizeof( struct profile_info ) * P2P_MAX_PERSISTENT_GROUP_NUM ); -+ pwdinfo->profileindex = 0; -+ } -+ else -+ { -+ if ( pwdinfo->profileindex >= P2P_MAX_PERSISTENT_GROUP_NUM ) -+ { -+ ret = -1; -+ } -+ else -+ { -+ int jj, kk; -+ -+ // Add this profile information into pwdinfo->profileinfo -+ // Ex: 1XX:XX:XX:XX:XX:XXYYSSID -+ for( jj = 0, kk = 1; jj < ETH_ALEN; jj++, kk += 3 ) -+ { -+ pwdinfo->profileinfo[ pwdinfo->profileindex ].peermac[ jj ] = key_2char2num(extra[ kk ], extra[ kk+ 1 ]); -+ } -+ -+ //pwdinfo->profileinfo[ pwdinfo->profileindex ].ssidlen = ( extra[18] - '0' ) * 10 + ( extra[ 19 ] - '0' ); -+ //_rtw_memcpy( pwdinfo->profileinfo[ pwdinfo->profileindex ].ssid, &extra[ 20 ], pwdinfo->profileinfo[ pwdinfo->profileindex ].ssidlen ); -+ pwdinfo->profileindex++; -+ } -+ } -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_setDN(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ _rtw_memset( pwdinfo->device_name, 0x00, WPS_MAX_DEVICE_NAME_LEN ); -+ _rtw_memcpy( pwdinfo->device_name, extra, wrqu->data.length - 1 ); -+ pwdinfo->device_name_len = wrqu->data.length - 1; -+ -+ return ret; -+ -+} -+ -+ -+static int rtw_p2p_get_status(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct wifidirect_info *pbuddy_wdinfo = &pbuddy_adapter->wdinfo; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif -+ -+ if ( padapter->bShowGetP2PState ) -+ { -+ DBG_871X( "[%s] Role = %d, Status = %d, peer addr = %.2X:%.2X:%.2X:%.2X:%.2X:%.2X\n", __FUNCTION__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), -+ pwdinfo->p2p_peer_interface_addr[ 0 ], pwdinfo->p2p_peer_interface_addr[ 1 ], pwdinfo->p2p_peer_interface_addr[ 2 ], -+ pwdinfo->p2p_peer_interface_addr[ 3 ], pwdinfo->p2p_peer_interface_addr[ 4 ], pwdinfo->p2p_peer_interface_addr[ 5 ]); -+ } -+ -+ // Commented by Albert 2010/10/12 -+ // Because of the output size limitation, I had removed the "Role" information. -+ // About the "Role" information, we will use the new private IOCTL to get the "Role" information. -+ sprintf( extra, "\n\nStatus=%.2d\n", rtw_p2p_state(pwdinfo) ); -+ wrqu->data.length = strlen( extra ); -+ -+ return ret; -+ -+} -+ -+// Commented by Albert 20110520 -+// This function will return the config method description -+// This config method description will show us which config method the remote P2P device is intented to use -+// by sending the provisioning discovery request frame. -+ -+static int rtw_p2p_get_req_cm(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ sprintf( extra, "\n\nCM=%s\n", pwdinfo->rx_prov_disc_info.strconfig_method_desc_of_prov_disc_req ); -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+ -+static int rtw_p2p_get_role(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ -+ DBG_871X( "[%s] Role = %d, Status = %d, peer addr = %.2X:%.2X:%.2X:%.2X:%.2X:%.2X\n", __FUNCTION__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), -+ pwdinfo->p2p_peer_interface_addr[ 0 ], pwdinfo->p2p_peer_interface_addr[ 1 ], pwdinfo->p2p_peer_interface_addr[ 2 ], -+ pwdinfo->p2p_peer_interface_addr[ 3 ], pwdinfo->p2p_peer_interface_addr[ 4 ], pwdinfo->p2p_peer_interface_addr[ 5 ]); -+ -+ sprintf( extra, "\n\nRole=%.2d\n", rtw_p2p_role(pwdinfo) ); -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+ -+static int rtw_p2p_get_peer_ifaddr(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ -+ DBG_871X( "[%s] Role = %d, Status = %d, peer addr = %.2X:%.2X:%.2X:%.2X:%.2X:%.2X\n", __FUNCTION__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), -+ pwdinfo->p2p_peer_interface_addr[ 0 ], pwdinfo->p2p_peer_interface_addr[ 1 ], pwdinfo->p2p_peer_interface_addr[ 2 ], -+ pwdinfo->p2p_peer_interface_addr[ 3 ], pwdinfo->p2p_peer_interface_addr[ 4 ], pwdinfo->p2p_peer_interface_addr[ 5 ]); -+ -+ sprintf( extra, "\nMAC %.2X:%.2X:%.2X:%.2X:%.2X:%.2X", -+ pwdinfo->p2p_peer_interface_addr[ 0 ], pwdinfo->p2p_peer_interface_addr[ 1 ], pwdinfo->p2p_peer_interface_addr[ 2 ], -+ pwdinfo->p2p_peer_interface_addr[ 3 ], pwdinfo->p2p_peer_interface_addr[ 4 ], pwdinfo->p2p_peer_interface_addr[ 5 ]); -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_peer_devaddr(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+ -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ DBG_871X( "[%s] Role = %d, Status = %d, peer addr = %.2X:%.2X:%.2X:%.2X:%.2X:%.2X\n", __FUNCTION__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), -+ pwdinfo->rx_prov_disc_info.peerDevAddr[ 0 ], pwdinfo->rx_prov_disc_info.peerDevAddr[ 1 ], -+ pwdinfo->rx_prov_disc_info.peerDevAddr[ 2 ], pwdinfo->rx_prov_disc_info.peerDevAddr[ 3 ], -+ pwdinfo->rx_prov_disc_info.peerDevAddr[ 4 ], pwdinfo->rx_prov_disc_info.peerDevAddr[ 5 ]); -+ sprintf( extra, "\n%.2X%.2X%.2X%.2X%.2X%.2X", -+ pwdinfo->rx_prov_disc_info.peerDevAddr[ 0 ], pwdinfo->rx_prov_disc_info.peerDevAddr[ 1 ], -+ pwdinfo->rx_prov_disc_info.peerDevAddr[ 2 ], pwdinfo->rx_prov_disc_info.peerDevAddr[ 3 ], -+ pwdinfo->rx_prov_disc_info.peerDevAddr[ 4 ], pwdinfo->rx_prov_disc_info.peerDevAddr[ 5 ]); -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_peer_devaddr_by_invitation(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+ -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ DBG_871X( "[%s] Role = %d, Status = %d, peer addr = %.2X:%.2X:%.2X:%.2X:%.2X:%.2X\n", __FUNCTION__, rtw_p2p_role(pwdinfo), rtw_p2p_state(pwdinfo), -+ pwdinfo->p2p_peer_device_addr[ 0 ], pwdinfo->p2p_peer_device_addr[ 1 ], -+ pwdinfo->p2p_peer_device_addr[ 2 ], pwdinfo->p2p_peer_device_addr[ 3 ], -+ pwdinfo->p2p_peer_device_addr[ 4 ], pwdinfo->p2p_peer_device_addr[ 5 ]); -+ sprintf( extra, "\nMAC %.2X:%.2X:%.2X:%.2X:%.2X:%.2X", -+ pwdinfo->p2p_peer_device_addr[ 0 ], pwdinfo->p2p_peer_device_addr[ 1 ], -+ pwdinfo->p2p_peer_device_addr[ 2 ], pwdinfo->p2p_peer_device_addr[ 3 ], -+ pwdinfo->p2p_peer_device_addr[ 4 ], pwdinfo->p2p_peer_device_addr[ 5 ]); -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_groupid(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+ -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ sprintf( extra, "\n%.2X:%.2X:%.2X:%.2X:%.2X:%.2X %s", -+ pwdinfo->groupid_info.go_device_addr[ 0 ], pwdinfo->groupid_info.go_device_addr[ 1 ], -+ pwdinfo->groupid_info.go_device_addr[ 2 ], pwdinfo->groupid_info.go_device_addr[ 3 ], -+ pwdinfo->groupid_info.go_device_addr[ 4 ], pwdinfo->groupid_info.go_device_addr[ 5 ], -+ pwdinfo->groupid_info.ssid); -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_op_ch(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+ -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ -+ DBG_871X( "[%s] Op_ch = %02x\n", __FUNCTION__, pwdinfo->operating_channel); -+ -+ sprintf( extra, "\n\nOp_ch=%.2d\n", pwdinfo->operating_channel ); -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_wps_configmethod(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra, char *subcmd) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 peerMAC[ETH_ALEN] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _irqL irqL; -+ _list * plist,*phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ u8 blnMatch = 0; -+ u16 attr_content = 0; -+ uint attr_contentlen = 0; -+ u8 attr_content_str[P2P_PRIVATE_IOCTL_SET_LEN] = { 0x00 }; -+ -+ // Commented by Albert 20110727 -+ // The input data is the MAC address which the application wants to know its WPS config method. -+ // After knowing its WPS config method, the application can decide the config method for provisioning discovery. -+ // Format: iwpriv wlanx p2p_get_wpsCM 00:E0:4C:00:00:05 -+ -+ DBG_871X("[%s] data = %s\n", __FUNCTION__, subcmd); -+ -+ macstr2num(peerMAC, subcmd); -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (rtw_end_of_queue_search(phead, plist) == _TRUE) break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ if (_rtw_memcmp(pnetwork->network.MacAddress, peerMAC, ETH_ALEN)) -+ { -+ u8 *wpsie; -+ uint wpsie_len = 0; -+ -+ // The mac address is matched. -+ -+ if ( (wpsie=rtw_get_wps_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &wpsie_len, pnetwork->network.Reserved[0])) ) -+ { -+ rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_contentlen); -+ if (attr_contentlen) -+ { -+ attr_content = be16_to_cpu(attr_content); -+ sprintf(attr_content_str, "\n\nM=%.4d", attr_content); -+ blnMatch = 1; -+ } -+ } -+ -+ break; -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if (!blnMatch) -+ { -+ sprintf(attr_content_str, "\n\nM=0000"); -+ } -+ -+ wrqu->data.length = strlen(attr_content_str); -+ _rtw_memcpy(extra, attr_content_str, wrqu->data.length); -+ -+ return ret; -+ -+} -+ -+#ifdef CONFIG_WFD -+static int rtw_p2p_get_peer_wfd_port(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ DBG_871X( "[%s] p2p_state = %d\n", __FUNCTION__, rtw_p2p_state(pwdinfo) ); -+ -+ sprintf( extra, "\n\nPort=%d\n", pwdinfo->wfd_info->peer_rtsp_ctrlport ); -+ DBG_871X( "[%s] remote port = %d\n", __FUNCTION__, pwdinfo->wfd_info->peer_rtsp_ctrlport ); -+ -+ wrqu->data.length = strlen( extra ); -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_peer_wfd_preferred_connection(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ sprintf( extra, "\n\nwfd_pc=%d\n", pwdinfo->wfd_info->wfd_pc ); -+ DBG_871X( "[%s] wfd_pc = %d\n", __FUNCTION__, pwdinfo->wfd_info->wfd_pc ); -+ -+ wrqu->data.length = strlen( extra ); -+ pwdinfo->wfd_info->wfd_pc = _FALSE; // Reset the WFD preferred connection to P2P -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_peer_wfd_session_available(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ sprintf( extra, "\n\nwfd_sa=%d\n", pwdinfo->wfd_info->peer_session_avail ); -+ DBG_871X( "[%s] wfd_sa = %d\n", __FUNCTION__, pwdinfo->wfd_info->peer_session_avail ); -+ -+ wrqu->data.length = strlen( extra ); -+ pwdinfo->wfd_info->peer_session_avail = _TRUE; // Reset the WFD session available -+ return ret; -+ -+} -+ -+#endif // CONFIG_WFD -+ -+static int rtw_p2p_get_go_device_address(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra, char *subcmd) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 peerMAC[ETH_ALEN] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _irqL irqL; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ u8 blnMatch = 0; -+ u8 *p2pie; -+ uint p2pielen = 0, attr_contentlen = 0; -+ u8 attr_content[100] = { 0x00 }; -+ u8 go_devadd_str[P2P_PRIVATE_IOCTL_SET_LEN] = { 0x00 }; -+ -+ // Commented by Albert 20121209 -+ // The input data is the GO's interface address which the application wants to know its device address. -+ // Format: iwpriv wlanx p2p_get2 go_devadd=00:E0:4C:00:00:05 -+ -+ DBG_871X("[%s] data = %s\n", __FUNCTION__, subcmd); -+ -+ macstr2num(peerMAC, subcmd); -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (rtw_end_of_queue_search(phead, plist) == _TRUE) break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ if (_rtw_memcmp(pnetwork->network.MacAddress, peerMAC, ETH_ALEN)) -+ { -+ // Commented by Albert 2011/05/18 -+ // Match the device address located in the P2P IE -+ // This is for the case that the P2P device address is not the same as the P2P interface address. -+ -+ if ((p2pie = rtw_get_p2p_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &p2pielen, pnetwork->network.Reserved[0]))) -+ { -+ while (p2pie) -+ { -+ // The P2P Device ID attribute is included in the Beacon frame. -+ // The P2P Device Info attribute is included in the probe response frame. -+ -+ _rtw_memset(attr_content, 0x00, 100); -+ if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen)) -+ { -+ // Handle the P2P Device ID attribute of Beacon first -+ blnMatch = 1; -+ break; -+ -+ } else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_contentlen)) -+ { -+ // Handle the P2P Device Info attribute of probe response -+ blnMatch = 1; -+ break; -+ } -+ -+ //Get the next P2P IE -+ p2pie = rtw_get_p2p_ie(p2pie + p2pielen, pnetwork->network.IELength - 12 - (p2pie - &pnetwork->network.IEs[12] + p2pielen), NULL, &p2pielen); -+ } -+ } -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if (!blnMatch) -+ { -+ sprintf(go_devadd_str, "\n\ndev_add=NULL"); -+ } else -+ { -+ sprintf(go_devadd_str, "\n\ndev_add=%.2X:%.2X:%.2X:%.2X:%.2X:%.2X", -+ attr_content[0], attr_content[1], attr_content[2], attr_content[3], attr_content[4], attr_content[5]); -+ } -+ -+ wrqu->data.length = strlen(go_devadd_str); -+ _rtw_memcpy(extra, go_devadd_str, wrqu->data.length); -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_device_type(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra, char *subcmd) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 peerMAC[ETH_ALEN] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _irqL irqL; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ u8 blnMatch = 0; -+ u8 dev_type[8] = { 0x00 }; -+ uint dev_type_len = 0; -+ u8 dev_type_str[P2P_PRIVATE_IOCTL_SET_LEN] = { 0x00 }; // +9 is for the str "dev_type=", we have to clear it at wrqu->data.pointer -+ -+ // Commented by Albert 20121209 -+ // The input data is the MAC address which the application wants to know its device type. -+ // Such user interface could know the device type. -+ // Format: iwpriv wlanx p2p_get2 dev_type=00:E0:4C:00:00:05 -+ -+ DBG_871X("[%s] data = %s\n", __FUNCTION__, subcmd); -+ -+ macstr2num(peerMAC, subcmd); -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (rtw_end_of_queue_search(phead, plist) == _TRUE) break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ if (_rtw_memcmp(pnetwork->network.MacAddress, peerMAC, ETH_ALEN)) -+ { -+ u8 *wpsie; -+ uint wpsie_len = 0; -+ -+ // The mac address is matched. -+ -+ if ( (wpsie=rtw_get_wps_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &wpsie_len, pnetwork->network.Reserved[0])) ) -+ { -+ rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_PRIMARY_DEV_TYPE, dev_type, &dev_type_len); -+ if (dev_type_len) -+ { -+ u16 type = 0; -+ -+ _rtw_memcpy(&type, dev_type, 2); -+ type = be16_to_cpu(type); -+ sprintf(dev_type_str, "\n\nN=%.2d", type); -+ blnMatch = 1; -+ } -+ } -+ break; -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if (!blnMatch) -+ { -+ sprintf(dev_type_str, "\n\nN=00"); -+ } -+ -+ wrqu->data.length = strlen(dev_type_str); -+ _rtw_memcpy(extra, dev_type_str, wrqu->data.length); -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_device_name(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra, char *subcmd) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 peerMAC[ETH_ALEN] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _irqL irqL; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ u8 blnMatch = 0; -+ u8 dev_name[WPS_MAX_DEVICE_NAME_LEN] = { 0x00 }; -+ uint dev_len = 0; -+ u8 dev_name_str[P2P_PRIVATE_IOCTL_SET_LEN] = { 0x00 }; -+ -+ // Commented by Albert 20121225 -+ // The input data is the MAC address which the application wants to know its device name. -+ // Such user interface could show peer device's device name instead of ssid. -+ // Format: iwpriv wlanx p2p_get2 devN=00:E0:4C:00:00:05 -+ -+ DBG_871X("[%s] data = %s\n", __FUNCTION__, subcmd); -+ -+ macstr2num(peerMAC, subcmd); -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (rtw_end_of_queue_search(phead, plist) == _TRUE) break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ if (_rtw_memcmp(pnetwork->network.MacAddress, peerMAC, ETH_ALEN)) -+ { -+ u8 *wpsie; -+ uint wpsie_len = 0; -+ -+ // The mac address is matched. -+ -+ if ( (wpsie=rtw_get_wps_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &wpsie_len, pnetwork->network.Reserved[0])) ) -+ { -+ rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_DEVICE_NAME, dev_name, &dev_len); -+ if (dev_len) -+ { -+ sprintf(dev_name_str, "\n\nN=%s", dev_name); -+ blnMatch = 1; -+ } -+ } -+ break; -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if (!blnMatch) -+ { -+ sprintf(dev_name_str, "\n\nN=0000"); -+ } -+ -+ wrqu->data.length = strlen(dev_name_str); -+ _rtw_memcpy(extra, dev_name_str, wrqu->data.length); -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_get_invitation_procedure(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra, char *subcmd) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 peerMAC[ETH_ALEN] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _irqL irqL; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ u8 blnMatch = 0; -+ u8 *p2pie; -+ uint p2pielen = 0, attr_contentlen = 0; -+ u8 attr_content[2] = { 0x00 }; -+ u8 inv_proc_str[P2P_PRIVATE_IOCTL_SET_LEN] = { 0x00 }; -+ -+ // Commented by Ouden 20121226 -+ // The application wants to know P2P initation procedure is support or not. -+ // Format: iwpriv wlanx p2p_get2 InvProc=00:E0:4C:00:00:05 -+ -+ DBG_871X("[%s] data = %s\n", __FUNCTION__, subcmd); -+ -+ macstr2num(peerMAC, subcmd); -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while (1) -+ { -+ if (rtw_end_of_queue_search(phead, plist) == _TRUE) break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ if (_rtw_memcmp(pnetwork->network.MacAddress, peerMAC, ETH_ALEN)) -+ { -+ // Commented by Albert 20121226 -+ // Match the device address located in the P2P IE -+ // This is for the case that the P2P device address is not the same as the P2P interface address. -+ -+ if ((p2pie = rtw_get_p2p_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &p2pielen, pnetwork->network.Reserved[0]))) -+ { -+ while (p2pie) -+ { -+ //_rtw_memset( attr_content, 0x00, 2); -+ if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_CAPABILITY, attr_content, &attr_contentlen)) -+ { -+ // Handle the P2P capability attribute -+ blnMatch = 1; -+ break; -+ -+ } -+ -+ //Get the next P2P IE -+ p2pie = rtw_get_p2p_ie(p2pie + p2pielen, pnetwork->network.IELength - 12 - (p2pie - &pnetwork->network.IEs[12] + p2pielen), NULL, &p2pielen); -+ } -+ } -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if (!blnMatch) -+ { -+ sprintf(inv_proc_str, "\nIP=-1"); -+ } else -+ { -+ if ((attr_content[0] & 0x20) == 0x20) -+ sprintf(inv_proc_str, "\nIP=1"); -+ else -+ sprintf(inv_proc_str, "\nIP=0"); -+ } -+ -+ wrqu->data.length = strlen(inv_proc_str); -+ _rtw_memcpy(extra, inv_proc_str, wrqu->data.length); -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_connect(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ u8 peerMAC[ ETH_ALEN ] = { 0x00 }; -+ int jj,kk; -+ u8 peerMACStr[ ETH_ALEN * 2 ] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _irqL irqL; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ uint uintPeerChannel = 0; -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif // CONFIG_CONCURRENT_MODE -+ -+ // Commented by Albert 20110304 -+ // The input data contains two informations. -+ // 1. First information is the MAC address which wants to formate with -+ // 2. Second information is the WPS PINCode or "pbc" string for push button method -+ // Format: 00:E0:4C:00:00:05 -+ // Format: 00:E0:4C:00:00:05 -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ -+ if ( pwdinfo->p2p_state == P2P_STATE_NONE ) -+ { -+ DBG_871X( "[%s] WiFi Direct is disable!\n", __FUNCTION__ ); -+ return ret; -+ } -+ -+#ifdef CONFIG_INTEL_WIDI -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ DBG_871X( "[%s] WiFi is under survey!\n", __FUNCTION__ ); -+ return ret; -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+ if ( pwdinfo->ui_got_wps_info == P2P_NO_WPSINFO ) -+ { -+ return -1; -+ } -+ -+ for( jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3 ) -+ { -+ peerMAC[ jj ] = key_2char2num( extra[kk], extra[kk+ 1] ); -+ } -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ if ( _rtw_memcmp( pnetwork->network.MacAddress, peerMAC, ETH_ALEN ) ) -+ { -+ if (pnetwork->network.Configuration.DSConfig != 0) -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ else if (pwdinfo->nego_req_info.peer_ch != 0) -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig = pwdinfo->nego_req_info.peer_ch; -+ else{ -+ /* Unexpected case */ -+ uintPeerChannel = 0; -+ DBG_871X("%s uintPeerChannel = 0\n", __func__); -+ } -+ break; -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if ( uintPeerChannel ) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ _cancel_timer_ex( &pwdinfo->ap_p2p_switch_timer ); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ _rtw_memset( &pwdinfo->nego_req_info, 0x00, sizeof( struct tx_nego_req_info ) ); -+ _rtw_memset( &pwdinfo->groupid_info, 0x00, sizeof( struct group_id_info ) ); -+ -+ pwdinfo->nego_req_info.peer_channel_num[ 0 ] = uintPeerChannel; -+ _rtw_memcpy( pwdinfo->nego_req_info.peerDevAddr, pnetwork->network.MacAddress, ETH_ALEN ); -+ pwdinfo->nego_req_info.benable = _TRUE; -+ -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ if ( rtw_p2p_state(pwdinfo) != P2P_STATE_GONEGO_OK ) -+ { -+ // Restore to the listen state if the current p2p state is not nego OK -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_LISTEN ); -+ } -+ -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_GONEGO_ING); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ // Have to enter the power saving with the AP -+ set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_mlmeext->cur_bwmode); -+ -+ issue_nulldata(pbuddy_adapter, NULL, 1, 3, 500); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ DBG_871X( "[%s] Start PreTx Procedure!\n", __FUNCTION__ ); -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_CONCURRENT_GO_NEGO_TIMEOUT ); -+ } -+ else -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_GO_NEGO_TIMEOUT ); -+ } -+#else -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_GO_NEGO_TIMEOUT ); -+#endif // CONFIG_CONCURRENT_MODE -+ -+ } -+ else -+ { -+ DBG_871X( "[%s] Not Found in Scanning Queue~\n", __FUNCTION__ ); -+#ifdef CONFIG_INTEL_WIDI -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH); -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_NONE); -+ rtw_free_network_queue(padapter, _TRUE); -+ /** -+ * For WiDi, if we can't find candidate device in scanning queue, -+ * driver will do scanning itself -+ */ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ rtw_sitesurvey_cmd(padapter, NULL, 0, NULL, 0); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+#endif //CONFIG_INTEL_WIDI -+ ret = -1; -+ } -+exit: -+ return ret; -+} -+ -+static int rtw_p2p_invite_req(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ int jj,kk; -+ u8 peerMACStr[ ETH_ALEN * 2 ] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ uint uintPeerChannel = 0; -+ u8 attr_content[50] = { 0x00 }, _status = 0; -+ u8 *p2pie; -+ uint p2pielen = 0, attr_contentlen = 0; -+ _irqL irqL; -+ struct tx_invite_req_info* pinvite_req_info = &pwdinfo->invitereq_info; -+ u8 ie_offset = 12; -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif // CONFIG_CONCURRENT_MODE -+ -+#ifdef CONFIG_WFD -+ struct wifi_display_info* pwfd_info = pwdinfo->wfd_info; -+#endif // CONFIG_WFD -+ -+ // Commented by Albert 20120321 -+ // The input data contains two informations. -+ // 1. First information is the P2P device address which you want to send to. -+ // 2. Second information is the group id which combines with GO's mac address, space and GO's ssid. -+ // Command line sample: iwpriv wlan0 p2p_set invite="00:11:22:33:44:55 00:E0:4C:00:00:05 DIRECT-xy" -+ // Format: 00:11:22:33:44:55 00:E0:4C:00:00:05 DIRECT-xy -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ -+ if ( wrqu->data.length <= 37 ) -+ { -+ DBG_871X( "[%s] Wrong format!\n", __FUNCTION__ ); -+ return ret; -+ } -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ DBG_871X( "[%s] WiFi Direct is disable!\n", __FUNCTION__ ); -+ return ret; -+ } -+ else -+ { -+ // Reset the content of struct tx_invite_req_info -+ pinvite_req_info->benable = _FALSE; -+ _rtw_memset( pinvite_req_info->go_bssid, 0x00, ETH_ALEN ); -+ _rtw_memset( pinvite_req_info->go_ssid, 0x00, WLAN_SSID_MAXLEN ); -+ pinvite_req_info->ssidlen = 0x00; -+ pinvite_req_info->operating_ch = pwdinfo->operating_channel; -+ _rtw_memset( pinvite_req_info->peer_macaddr, 0x00, ETH_ALEN ); -+ pinvite_req_info->token = 3; -+ } -+ -+ for( jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3 ) -+ { -+ pinvite_req_info->peer_macaddr[ jj ] = key_2char2num( extra[kk], extra[kk+ 1] ); -+ } -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ // Commented by Albert 2011/05/18 -+ // Match the device address located in the P2P IE -+ // This is for the case that the P2P device address is not the same as the P2P interface address. -+ -+ ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12); -+ if ( (p2pie=rtw_get_p2p_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &p2pielen, pnetwork->network.Reserved[0]))) -+ { -+ // The P2P Device ID attribute is included in the Beacon frame. -+ // The P2P Device Info attribute is included in the probe response frame. -+ -+ if ( rtw_get_p2p_attr_content( p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen) ) -+ { -+ // Handle the P2P Device ID attribute of Beacon first -+ if ( _rtw_memcmp( attr_content, pinvite_req_info->peer_macaddr, ETH_ALEN ) ) -+ { -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ break; -+ } -+ } -+ else if ( rtw_get_p2p_attr_content( p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_contentlen) ) -+ { -+ // Handle the P2P Device Info attribute of probe response -+ if ( _rtw_memcmp( attr_content, pinvite_req_info->peer_macaddr, ETH_ALEN ) ) -+ { -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ break; -+ } -+ } -+ -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+#ifdef CONFIG_WFD -+ if ( uintPeerChannel ) -+ { -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ uint wfd_ielen = 0; -+ -+ if ( rtw_get_wfd_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, wfd_ie, &wfd_ielen, pnetwork->network.Reserved[0]) ) -+ { -+ u8 wfd_devinfo[ 6 ] = { 0x00 }; -+ uint wfd_devlen = 6; -+ -+ DBG_871X( "[%s] Found WFD IE!\n", __FUNCTION__ ); -+ if ( rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, wfd_devinfo, &wfd_devlen ) ) -+ { -+ u16 wfd_devinfo_field = 0; -+ -+ // Commented by Albert 20120319 -+ // The first two bytes are the WFD device information field of WFD device information subelement. -+ // In big endian format. -+ wfd_devinfo_field = RTW_GET_BE16(wfd_devinfo); -+ if ( wfd_devinfo_field & WFD_DEVINFO_SESSION_AVAIL ) -+ { -+ pwfd_info->peer_session_avail = _TRUE; -+ } -+ else -+ { -+ pwfd_info->peer_session_avail = _FALSE; -+ } -+ } -+ } -+ -+ if ( _FALSE == pwfd_info->peer_session_avail ) -+ { -+ DBG_871X( "[%s] WFD Session not avaiable!\n", __FUNCTION__ ); -+ goto exit; -+ } -+ } -+#endif // CONFIG_WFD -+ -+ if ( uintPeerChannel ) -+ { -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ _cancel_timer_ex( &pwdinfo->ap_p2p_switch_timer ); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ // Store the GO's bssid -+ for( jj = 0, kk = 18; jj < ETH_ALEN; jj++, kk += 3 ) -+ { -+ pinvite_req_info->go_bssid[ jj ] = key_2char2num( extra[kk], extra[kk+ 1] ); -+ } -+ -+ // Store the GO's ssid -+ pinvite_req_info->ssidlen = wrqu->data.length - 36; -+ _rtw_memcpy( pinvite_req_info->go_ssid, &extra[ 36 ], (u32) pinvite_req_info->ssidlen ); -+ pinvite_req_info->benable = _TRUE; -+ pinvite_req_info->peer_ch = uintPeerChannel; -+ -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_TX_INVITE_REQ); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ // Have to enter the power saving with the AP -+ set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_mlmeext->cur_bwmode); -+ -+ issue_nulldata(pbuddy_adapter, NULL, 1, 3, 500); -+ } -+ else -+ { -+ set_channel_bwmode(padapter, uintPeerChannel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+#else -+ set_channel_bwmode(padapter, uintPeerChannel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+#endif -+ -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_CONCURRENT_INVITE_TIMEOUT ); -+ } -+ else -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_INVITE_TIMEOUT ); -+ } -+#else -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_INVITE_TIMEOUT ); -+#endif // CONFIG_CONCURRENT_MODE -+ -+ -+ } -+ else -+ { -+ DBG_871X( "[%s] NOT Found in the Scanning Queue!\n", __FUNCTION__ ); -+ } -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_set_persistent(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ int jj,kk; -+ u8 peerMACStr[ ETH_ALEN * 2 ] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ uint uintPeerChannel = 0; -+ u8 attr_content[50] = { 0x00 }, _status = 0; -+ u8 *p2pie; -+ uint p2pielen = 0, attr_contentlen = 0; -+ _irqL irqL; -+ struct tx_invite_req_info* pinvite_req_info = &pwdinfo->invitereq_info; -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif // CONFIG_CONCURRENT_MODE -+ -+#ifdef CONFIG_WFD -+ struct wifi_display_info* pwfd_info = pwdinfo->wfd_info; -+#endif // CONFIG_WFD -+ -+ // Commented by Albert 20120328 -+ // The input data is 0 or 1 -+ // 0: disable persistent group functionality -+ // 1: enable persistent group founctionality -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ DBG_871X( "[%s] WiFi Direct is disable!\n", __FUNCTION__ ); -+ return ret; -+ } -+ else -+ { -+ if ( extra[ 0 ] == '0' ) // Disable the persistent group function. -+ { -+ pwdinfo->persistent_supported = _FALSE; -+ } -+ else if ( extra[ 0 ] == '1' ) // Enable the persistent group function. -+ { -+ pwdinfo->persistent_supported = _TRUE; -+ } -+ else -+ { -+ pwdinfo->persistent_supported = _FALSE; -+ } -+ } -+ printk( "[%s] persistent_supported = %d\n", __FUNCTION__, pwdinfo->persistent_supported ); -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int hexstr2bin(const char *hex, u8 *buf, size_t len) -+{ -+ size_t i; -+ int a; -+ const char *ipos = hex; -+ u8 *opos = buf; -+ -+ for (i = 0; i < len; i++) { -+ a = hex2byte_i(ipos); -+ if (a < 0) -+ return -1; -+ *opos++ = a; -+ ipos += 2; -+ } -+ return 0; -+} -+ -+static int uuid_str2bin(const char *str, u8 *bin) -+{ -+ const char *pos; -+ u8 *opos; -+ -+ pos = str; -+ opos = bin; -+ -+ if (hexstr2bin(pos, opos, 4)) -+ return -1; -+ pos += 8; -+ opos += 4; -+ -+ if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) -+ return -1; -+ pos += 4; -+ opos += 2; -+ -+ if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) -+ return -1; -+ pos += 4; -+ opos += 2; -+ -+ if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) -+ return -1; -+ pos += 4; -+ opos += 2; -+ -+ if (*pos++ != '-' || hexstr2bin(pos, opos, 6)) -+ return -1; -+ -+ return 0; -+} -+ -+static int rtw_p2p_set_wps_uuid(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo = &(padapter->wdinfo); -+ -+ DBG_871X("[%s] data = %s\n", __FUNCTION__, extra); -+ -+ if ((36 == strlen(extra)) && (uuid_str2bin(extra, pwdinfo->uuid) == 0)) -+ { -+ pwdinfo->external_uuid = 1; -+ } else { -+ pwdinfo->external_uuid = 0; -+ ret = -EINVAL; -+ } -+ -+ return ret; -+ -+} -+#ifdef CONFIG_WFD -+static int rtw_p2p_set_pc(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ u8 peerMAC[ ETH_ALEN ] = { 0x00 }; -+ int jj,kk; -+ u8 peerMACStr[ ETH_ALEN * 2 ] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ u8 attr_content[50] = { 0x00 }, _status = 0; -+ u8 *p2pie; -+ uint p2pielen = 0, attr_contentlen = 0; -+ _irqL irqL; -+ uint uintPeerChannel = 0; -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif // CONFIG_CONCURRENT_MODE -+ -+ struct wifi_display_info* pwfd_info = pwdinfo->wfd_info; -+ -+ // Commented by Albert 20120512 -+ // 1. Input information is the MAC address which wants to know the Preferred Connection bit (PC bit) -+ // Format: 00:E0:4C:00:00:05 -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ -+ if(rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ DBG_871X( "[%s] WiFi Direct is disable!\n", __FUNCTION__ ); -+ return ret; -+ } -+ -+ for( jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3 ) -+ { -+ peerMAC[ jj ] = key_2char2num( extra[kk], extra[kk+ 1] ); -+ } -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ // Commented by Albert 2011/05/18 -+ // Match the device address located in the P2P IE -+ // This is for the case that the P2P device address is not the same as the P2P interface address. -+ -+ if ( (p2pie=rtw_get_p2p_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &p2pielen, pnetwork->network.Reserved[0]))) -+ { -+ // The P2P Device ID attribute is included in the Beacon frame. -+ // The P2P Device Info attribute is included in the probe response frame. -+ printk( "[%s] Got P2P IE\n", __FUNCTION__ ); -+ if ( rtw_get_p2p_attr_content( p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen) ) -+ { -+ // Handle the P2P Device ID attribute of Beacon first -+ printk( "[%s] P2P_ATTR_DEVICE_ID \n", __FUNCTION__ ); -+ if ( _rtw_memcmp( attr_content, peerMAC, ETH_ALEN ) ) -+ { -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ break; -+ } -+ } -+ else if ( rtw_get_p2p_attr_content( p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_contentlen) ) -+ { -+ // Handle the P2P Device Info attribute of probe response -+ printk( "[%s] P2P_ATTR_DEVICE_INFO \n", __FUNCTION__ ); -+ if ( _rtw_memcmp( attr_content, peerMAC, ETH_ALEN ) ) -+ { -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ break; -+ } -+ } -+ -+ } -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ printk( "[%s] channel = %d\n", __FUNCTION__, uintPeerChannel ); -+ -+ if ( uintPeerChannel ) -+ { -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ uint wfd_ielen = 0; -+ u8 ie_offset = (pnetwork->network.Reserved[0] == 2 ? 0:12); -+ -+ if ( rtw_get_wfd_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, wfd_ie, &wfd_ielen, pnetwork->network.Reserved[0]) ) -+ { -+ u8 wfd_devinfo[ 6 ] = { 0x00 }; -+ uint wfd_devlen = 6; -+ -+ DBG_871X( "[%s] Found WFD IE!\n", __FUNCTION__ ); -+ if ( rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, wfd_devinfo, &wfd_devlen ) ) -+ { -+ u16 wfd_devinfo_field = 0; -+ -+ // Commented by Albert 20120319 -+ // The first two bytes are the WFD device information field of WFD device information subelement. -+ // In big endian format. -+ wfd_devinfo_field = RTW_GET_BE16(wfd_devinfo); -+ if ( wfd_devinfo_field & WFD_DEVINFO_PC_TDLS ) -+ { -+ pwfd_info->wfd_pc = _TRUE; -+ } -+ else -+ { -+ pwfd_info->wfd_pc = _FALSE; -+ } -+ } -+ } -+ } -+ else -+ { -+ DBG_871X( "[%s] NOT Found in the Scanning Queue!\n", __FUNCTION__ ); -+ } -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_set_wfd_device_type(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ struct wifi_display_info *pwfd_info = pwdinfo->wfd_info; -+ -+ // Commented by Albert 20120328 -+ // The input data is 0 or 1 -+ // 0: specify to Miracast source device -+ // 1 or others: specify to Miracast sink device (display device) -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ -+ if ( extra[ 0 ] == '0' ) // Set to Miracast source device. -+ { -+ pwfd_info->wfd_device_type = WFD_DEVINFO_SOURCE; -+ } -+ else // Set to Miracast sink device. -+ { -+ pwfd_info->wfd_device_type = WFD_DEVINFO_PSINK; -+ } -+ -+exit: -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_set_wfd_enable(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+// Commented by Kurt 20121206 -+// This function is used to set wfd enabled -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+ if(*extra == '0' ) -+ pwdinfo->wfd_info->wfd_enable = _FALSE; -+ else if(*extra == '1') -+ pwdinfo->wfd_info->wfd_enable = _TRUE; -+ -+ DBG_871X( "[%s] wfd_enable = %d\n", __FUNCTION__, pwdinfo->wfd_info->wfd_enable ); -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_set_driver_iface(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+// Commented by Kurt 20121206 -+// This function is used to set driver iface is WEXT or CFG80211 -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ -+ if(*extra == '1' ) -+ { -+ pwdinfo->driver_interface = DRIVER_WEXT; -+ DBG_871X( "[%s] driver_interface = WEXT\n", __FUNCTION__); -+ } -+ else if(*extra == '2') -+ { -+ pwdinfo->driver_interface = DRIVER_CFG80211; -+ DBG_871X( "[%s] driver_interface = CFG80211\n", __FUNCTION__); -+ } -+ -+ return ret; -+ -+} -+ -+// To set the WFD session available to enable or disable -+static int rtw_p2p_set_sa(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ struct wifi_display_info *pwfd_info = pwdinfo->wfd_info; -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ -+ if( 0 ) -+ { -+ DBG_871X( "[%s] WiFi Direct is disable!\n", __FUNCTION__ ); -+ return ret; -+ } -+ else -+ { -+ if ( extra[ 0 ] == '0' ) // Disable the session available. -+ { -+ pwdinfo->session_available = _FALSE; -+ } -+ else if ( extra[ 0 ] == '1' ) // Enable the session available. -+ { -+ pwdinfo->session_available = _TRUE; -+ } -+ else -+ { -+ pwdinfo->session_available = _FALSE; -+ } -+ } -+ printk( "[%s] session available = %d\n", __FUNCTION__, pwdinfo->session_available ); -+ -+exit: -+ -+ return ret; -+ -+} -+#endif // CONFIG_WFD -+ -+static int rtw_p2p_prov_disc(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ u8 peerMAC[ ETH_ALEN ] = { 0x00 }; -+ int jj,kk; -+ u8 peerMACStr[ ETH_ALEN * 2 ] = { 0x00 }; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ _list *plist, *phead; -+ _queue *queue = &(pmlmepriv->scanned_queue); -+ struct wlan_network *pnetwork = NULL; -+ uint uintPeerChannel = 0; -+ u8 attr_content[100] = { 0x00 }, _status = 0; -+ u8 *p2pie; -+ uint p2pielen = 0, attr_contentlen = 0; -+ _irqL irqL; -+ u8 ie_offset = 12; -+#ifdef CONFIG_CONCURRENT_MODE -+ _adapter *pbuddy_adapter = padapter->pbuddy_adapter; -+ struct mlme_priv *pbuddy_mlmepriv = &pbuddy_adapter->mlmepriv; -+ struct mlme_ext_priv *pbuddy_mlmeext = &pbuddy_adapter->mlmeextpriv; -+#endif // CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_WFD -+ struct wifi_display_info* pwfd_info = pwdinfo->wfd_info; -+#endif // CONFIG_WFD -+ -+ // Commented by Albert 20110301 -+ // The input data contains two informations. -+ // 1. First information is the MAC address which wants to issue the provisioning discovery request frame. -+ // 2. Second information is the WPS configuration method which wants to discovery -+ // Format: 00:E0:4C:00:00:05_display -+ // Format: 00:E0:4C:00:00:05_keypad -+ // Format: 00:E0:4C:00:00:05_pbc -+ // Format: 00:E0:4C:00:00:05_label -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ -+ if ( pwdinfo->p2p_state == P2P_STATE_NONE ) -+ { -+ DBG_871X( "[%s] WiFi Direct is disable!\n", __FUNCTION__ ); -+ return ret; -+ } -+ else -+ { -+#ifdef CONFIG_INTEL_WIDI -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) { -+ DBG_871X( "[%s] WiFi is under survey!\n", __FUNCTION__ ); -+ return ret; -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+ // Reset the content of struct tx_provdisc_req_info excluded the wps_config_method_request. -+ _rtw_memset( pwdinfo->tx_prov_disc_info.peerDevAddr, 0x00, ETH_ALEN ); -+ _rtw_memset( pwdinfo->tx_prov_disc_info.peerIFAddr, 0x00, ETH_ALEN ); -+ _rtw_memset( &pwdinfo->tx_prov_disc_info.ssid, 0x00, sizeof( NDIS_802_11_SSID ) ); -+ pwdinfo->tx_prov_disc_info.peer_channel_num[ 0 ] = 0; -+ pwdinfo->tx_prov_disc_info.peer_channel_num[ 1 ] = 0; -+ pwdinfo->tx_prov_disc_info.benable = _FALSE; -+ } -+ -+ for( jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3 ) -+ { -+ peerMAC[ jj ] = key_2char2num( extra[kk], extra[kk+ 1] ); -+ } -+ -+ if ( _rtw_memcmp( &extra[ 18 ], "display", 7 ) ) -+ { -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_DISPLYA; -+ } -+ else if ( _rtw_memcmp( &extra[ 18 ], "keypad", 7 ) ) -+ { -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_KEYPAD; -+ } -+ else if ( _rtw_memcmp( &extra[ 18 ], "pbc", 3 ) ) -+ { -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_PUSH_BUTTON; -+ } -+ else if ( _rtw_memcmp( &extra[ 18 ], "label", 5 ) ) -+ { -+ pwdinfo->tx_prov_disc_info.wps_config_method_request = WPS_CM_LABEL; -+ } -+ else -+ { -+ DBG_871X( "[%s] Unknown WPS config methodn", __FUNCTION__ ); -+ return( ret ); -+ } -+ -+ _enter_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ phead = get_list_head(queue); -+ plist = get_next(phead); -+ -+ while(1) -+ { -+ if (rtw_end_of_queue_search(phead,plist)== _TRUE) -+ break; -+ -+ if( uintPeerChannel != 0 ) -+ break; -+ -+ pnetwork = LIST_CONTAINOR(plist, struct wlan_network, list); -+ -+ // Commented by Albert 2011/05/18 -+ // Match the device address located in the P2P IE -+ // This is for the case that the P2P device address is not the same as the P2P interface address. -+ -+ ie_offset = (pnetwork->network.Reserved[0] == 2? 0:12); -+ if ( (p2pie=rtw_get_p2p_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, NULL, &p2pielen, pnetwork->network.Reserved[0]))) -+ { -+ while ( p2pie ) -+ { -+ // The P2P Device ID attribute is included in the Beacon frame. -+ // The P2P Device Info attribute is included in the probe response frame. -+ -+ if ( rtw_get_p2p_attr_content( p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen) ) -+ { -+ // Handle the P2P Device ID attribute of Beacon first -+ if ( _rtw_memcmp( attr_content, peerMAC, ETH_ALEN ) ) -+ { -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ break; -+ } -+ } -+ else if ( rtw_get_p2p_attr_content( p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_contentlen) ) -+ { -+ // Handle the P2P Device Info attribute of probe response -+ if ( _rtw_memcmp( attr_content, peerMAC, ETH_ALEN ) ) -+ { -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ break; -+ } -+ } -+ -+ //Get the next P2P IE -+ p2pie = rtw_get_p2p_ie(p2pie+p2pielen, pnetwork->network.IELength - ie_offset -(p2pie -&pnetwork->network.IEs[ie_offset] + p2pielen), NULL, &p2pielen); -+ } -+ -+ } -+ -+#ifdef CONFIG_INTEL_WIDI -+ // Some Intel WiDi source may not provide P2P IE, -+ // so we could only compare mac addr by 802.11 Source Address -+ if( pmlmepriv->widi_state == INTEL_WIDI_STATE_WFD_CONNECTION -+ && uintPeerChannel == 0 ) -+ { -+ if ( _rtw_memcmp( pnetwork->network.MacAddress, peerMAC, ETH_ALEN ) ) -+ { -+ uintPeerChannel = pnetwork->network.Configuration.DSConfig; -+ break; -+ } -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+ plist = get_next(plist); -+ -+ } -+ -+ _exit_critical_bh(&(pmlmepriv->scanned_queue.lock), &irqL); -+ -+ if ( uintPeerChannel ) -+ { -+#ifdef CONFIG_WFD -+ { -+ u8 wfd_ie[ 128 ] = { 0x00 }; -+ uint wfd_ielen = 0; -+ -+ if ( rtw_get_wfd_ie_from_scan_queue( &pnetwork->network.IEs[0], pnetwork->network.IELength, wfd_ie, &wfd_ielen, pnetwork->network.Reserved[0]) ) -+ { -+ u8 wfd_devinfo[ 6 ] = { 0x00 }; -+ uint wfd_devlen = 6; -+ -+ DBG_871X( "[%s] Found WFD IE!\n", __FUNCTION__ ); -+ if ( rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, wfd_devinfo, &wfd_devlen ) ) -+ { -+ u16 wfd_devinfo_field = 0; -+ -+ // Commented by Albert 20120319 -+ // The first two bytes are the WFD device information field of WFD device information subelement. -+ // In big endian format. -+ wfd_devinfo_field = RTW_GET_BE16(wfd_devinfo); -+ if ( wfd_devinfo_field & WFD_DEVINFO_SESSION_AVAIL ) -+ { -+ pwfd_info->peer_session_avail = _TRUE; -+ } -+ else -+ { -+ pwfd_info->peer_session_avail = _FALSE; -+ } -+ } -+ } -+ -+ if ( _FALSE == pwfd_info->peer_session_avail ) -+ { -+ DBG_871X( "[%s] WFD Session not avaiable!\n", __FUNCTION__ ); -+ goto exit; -+ } -+ } -+#endif // CONFIG_WFD -+ -+ DBG_871X( "[%s] peer channel: %d!\n", __FUNCTION__, uintPeerChannel ); -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ _cancel_timer_ex( &pwdinfo->ap_p2p_switch_timer ); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ _rtw_memcpy( pwdinfo->tx_prov_disc_info.peerIFAddr, pnetwork->network.MacAddress, ETH_ALEN ); -+ _rtw_memcpy( pwdinfo->tx_prov_disc_info.peerDevAddr, peerMAC, ETH_ALEN ); -+ pwdinfo->tx_prov_disc_info.peer_channel_num[0] = ( u16 ) uintPeerChannel; -+ pwdinfo->tx_prov_disc_info.benable = _TRUE; -+ rtw_p2p_set_pre_state(pwdinfo, rtw_p2p_state(pwdinfo)); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_TX_PROVISION_DIS_REQ); -+ -+ if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_CLIENT)) -+ { -+ _rtw_memcpy( &pwdinfo->tx_prov_disc_info.ssid, &pnetwork->network.Ssid, sizeof( NDIS_802_11_SSID ) ); -+ } -+ else if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_DEVICE) || rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO)) -+ { -+ _rtw_memcpy( pwdinfo->tx_prov_disc_info.ssid.Ssid, pwdinfo->p2p_wildcard_ssid, P2P_WILDCARD_SSID_LEN ); -+ pwdinfo->tx_prov_disc_info.ssid.SsidLength= P2P_WILDCARD_SSID_LEN; -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ // Have to enter the power saving with the AP -+ set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_mlmeext->cur_bwmode); -+ -+ issue_nulldata(pbuddy_adapter, NULL, 1, 3, 500); -+ } -+ else -+ { -+ set_channel_bwmode(padapter, uintPeerChannel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+ } -+#else -+ set_channel_bwmode(padapter, uintPeerChannel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); -+#endif -+ -+ _set_timer( &pwdinfo->pre_tx_scan_timer, P2P_TX_PRESCAN_TIMEOUT ); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if ( check_fwstate( pbuddy_mlmepriv, _FW_LINKED ) ) -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_CONCURRENT_PROVISION_TIMEOUT ); -+ } -+ else -+ { -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_PROVISION_TIMEOUT ); -+ } -+#else -+ _set_timer( &pwdinfo->restore_p2p_state_timer, P2P_PROVISION_TIMEOUT ); -+#endif // CONFIG_CONCURRENT_MODE -+ -+ } -+ else -+ { -+ DBG_871X( "[%s] NOT Found in the Scanning Queue!\n", __FUNCTION__ ); -+#ifdef CONFIG_INTEL_WIDI -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_FIND_PHASE_SEARCH); -+ rtw_p2p_findphase_ex_set(pwdinfo, P2P_FINDPHASE_EX_NONE); -+ rtw_free_network_queue(padapter, _TRUE); -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ rtw_sitesurvey_cmd(padapter, NULL, 0, NULL, 0); -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+#endif //CONFIG_INTEL_WIDI -+ } -+exit: -+ -+ return ret; -+ -+} -+ -+// Added by Albert 20110328 -+// This function is used to inform the driver the user had specified the pin code value or pbc -+// to application. -+ -+static int rtw_p2p_got_wpsinfo(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wifidirect_info *pwdinfo = &( padapter->wdinfo ); -+ -+ -+ DBG_871X( "[%s] data = %s\n", __FUNCTION__, extra ); -+ // Added by Albert 20110328 -+ // if the input data is P2P_NO_WPSINFO -> reset the wpsinfo -+ // if the input data is P2P_GOT_WPSINFO_PEER_DISPLAY_PIN -> the utility just input the PIN code got from the peer P2P device. -+ // if the input data is P2P_GOT_WPSINFO_SELF_DISPLAY_PIN -> the utility just got the PIN code from itself. -+ // if the input data is P2P_GOT_WPSINFO_PBC -> the utility just determine to use the PBC -+ -+ if ( *extra == '0' ) -+ { -+ pwdinfo->ui_got_wps_info = P2P_NO_WPSINFO; -+ } -+ else if ( *extra == '1' ) -+ { -+ pwdinfo->ui_got_wps_info = P2P_GOT_WPSINFO_PEER_DISPLAY_PIN; -+ } -+ else if ( *extra == '2' ) -+ { -+ pwdinfo->ui_got_wps_info = P2P_GOT_WPSINFO_SELF_DISPLAY_PIN; -+ } -+ else if ( *extra == '3' ) -+ { -+ pwdinfo->ui_got_wps_info = P2P_GOT_WPSINFO_PBC; -+ } -+ else -+ { -+ pwdinfo->ui_got_wps_info = P2P_NO_WPSINFO; -+ } -+ -+ return ret; -+ -+} -+ -+#endif //CONFIG_P2P -+ -+static int rtw_p2p_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+#ifdef CONFIG_P2P -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ DBG_871X( "[%s] extra = %s\n", __FUNCTION__, extra ); -+ -+ if ( _rtw_memcmp( extra, "enable=", 7 ) ) -+ { -+ rtw_wext_p2p_enable( dev, info, wrqu, &extra[7] ); -+ } -+ else if ( _rtw_memcmp( extra, "setDN=", 6 ) ) -+ { -+ wrqu->data.length -= 6; -+ rtw_p2p_setDN( dev, info, wrqu, &extra[6] ); -+ } -+ else if ( _rtw_memcmp( extra, "profilefound=", 13 ) ) -+ { -+ wrqu->data.length -= 13; -+ rtw_p2p_profilefound( dev, info, wrqu, &extra[13] ); -+ } -+ else if ( _rtw_memcmp( extra, "prov_disc=", 10 ) ) -+ { -+ wrqu->data.length -= 10; -+ rtw_p2p_prov_disc( dev, info, wrqu, &extra[10] ); -+ } -+ else if ( _rtw_memcmp( extra, "nego=", 5 ) ) -+ { -+ wrqu->data.length -= 5; -+ rtw_p2p_connect( dev, info, wrqu, &extra[5] ); -+ } -+ else if ( _rtw_memcmp( extra, "intent=", 7 ) ) -+ { -+ // Commented by Albert 2011/03/23 -+ // The wrqu->data.length will include the null character -+ // So, we will decrease 7 + 1 -+ wrqu->data.length -= 8; -+ rtw_p2p_set_intent( dev, info, wrqu, &extra[7] ); -+ } -+ else if ( _rtw_memcmp( extra, "ssid=", 5 ) ) -+ { -+ wrqu->data.length -= 5; -+ rtw_p2p_set_go_nego_ssid( dev, info, wrqu, &extra[5] ); -+ } -+ else if ( _rtw_memcmp( extra, "got_wpsinfo=", 12 ) ) -+ { -+ wrqu->data.length -= 12; -+ rtw_p2p_got_wpsinfo( dev, info, wrqu, &extra[12] ); -+ } -+ else if ( _rtw_memcmp( extra, "listen_ch=", 10 ) ) -+ { -+ // Commented by Albert 2011/05/24 -+ // The wrqu->data.length will include the null character -+ // So, we will decrease (10 + 1) -+ wrqu->data.length -= 11; -+ rtw_p2p_set_listen_ch( dev, info, wrqu, &extra[10] ); -+ } -+ else if ( _rtw_memcmp( extra, "op_ch=", 6 ) ) -+ { -+ // Commented by Albert 2011/05/24 -+ // The wrqu->data.length will include the null character -+ // So, we will decrease (6 + 1) -+ wrqu->data.length -= 7; -+ rtw_p2p_set_op_ch( dev, info, wrqu, &extra[6] ); -+ } -+ else if ( _rtw_memcmp( extra, "invite=", 7 ) ) -+ { -+ wrqu->data.length -= 8; -+ rtw_p2p_invite_req( dev, info, wrqu, &extra[7] ); -+ } -+ else if ( _rtw_memcmp( extra, "persistent=", 11 ) ) -+ { -+ wrqu->data.length -= 11; -+ rtw_p2p_set_persistent( dev, info, wrqu, &extra[11] ); -+ } -+ else if ( _rtw_memcmp ( extra, "uuid=", 5) ) -+ { -+ wrqu->data.length -= 5; -+ ret = rtw_p2p_set_wps_uuid( dev, info, wrqu, &extra[5] ); -+ } -+#ifdef CONFIG_WFD -+ else if ( _rtw_memcmp( extra, "sa=", 3 ) ) -+ { -+ // sa: WFD Session Available information -+ wrqu->data.length -= 3; -+ rtw_p2p_set_sa( dev, info, wrqu, &extra[3] ); -+ } -+ else if ( _rtw_memcmp( extra, "pc=", 3 ) ) -+ { -+ // pc: WFD Preferred Connection -+ wrqu->data.length -= 3; -+ rtw_p2p_set_pc( dev, info, wrqu, &extra[3] ); -+ } -+ else if ( _rtw_memcmp( extra, "wfd_type=", 9 ) ) -+ { -+ // pc: WFD Preferred Connection -+ wrqu->data.length -= 9; -+ rtw_p2p_set_wfd_device_type( dev, info, wrqu, &extra[9] ); -+ } -+ else if ( _rtw_memcmp( extra, "wfd_enable=", 11 ) ) -+ { -+ wrqu->data.length -= 11; -+ rtw_p2p_set_wfd_enable( dev, info, wrqu, &extra[11] ); -+ } -+ else if ( _rtw_memcmp( extra, "driver_iface=", 13 ) ) -+ { -+ wrqu->data.length -= 13; -+ rtw_p2p_set_driver_iface( dev, info, wrqu, &extra[13] ); -+ } -+#endif //CONFIG_WFD -+ -+#endif //CONFIG_P2P -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_get(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+#ifdef CONFIG_P2P -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct iw_point *pdata = &wrqu->data; -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ if ( padapter->bShowGetP2PState ) -+ { -+ DBG_871X( "[%s] extra = %s\n", __FUNCTION__, (char*) wrqu->data.pointer ); -+ } -+ -+ if ( _rtw_memcmp( wrqu->data.pointer, "status", 6 ) ) -+ { -+ rtw_p2p_get_status( dev, info, wrqu, extra ); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "role", 4 ) ) -+ { -+ rtw_p2p_get_role( dev, info, wrqu, extra); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "peer_ifa", 8 ) ) -+ { -+ rtw_p2p_get_peer_ifaddr( dev, info, wrqu, extra); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "req_cm", 6 ) ) -+ { -+ rtw_p2p_get_req_cm( dev, info, wrqu, extra); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "peer_deva", 9 ) ) -+ { -+ // Get the P2P device address when receiving the provision discovery request frame. -+ rtw_p2p_get_peer_devaddr( dev, info, wrqu, extra); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "group_id", 8 ) ) -+ { -+ rtw_p2p_get_groupid( dev, info, wrqu, extra); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "inv_peer_deva", 13 ) ) -+ { -+ // Get the P2P device address when receiving the P2P Invitation request frame. -+ rtw_p2p_get_peer_devaddr_by_invitation( dev, info, wrqu, extra); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "op_ch", 5 ) ) -+ { -+ rtw_p2p_get_op_ch( dev, info, wrqu, extra); -+ } -+#ifdef CONFIG_WFD -+ else if ( _rtw_memcmp( wrqu->data.pointer, "peer_port", 9 ) ) -+ { -+ rtw_p2p_get_peer_wfd_port( dev, info, wrqu, extra ); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "wfd_sa", 6 ) ) -+ { -+ rtw_p2p_get_peer_wfd_session_available( dev, info, wrqu, extra ); -+ } -+ else if ( _rtw_memcmp( wrqu->data.pointer, "wfd_pc", 6 ) ) -+ { -+ rtw_p2p_get_peer_wfd_preferred_connection( dev, info, wrqu, extra ); -+ } -+#endif // CONFIG_WFD -+ -+#endif //CONFIG_P2P -+ -+ return ret; -+ -+} -+ -+static int rtw_p2p_get2(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+#ifdef CONFIG_P2P -+ -+ int length = wrqu->data.length; -+ char *buffer = (u8 *)rtw_malloc(length); -+ -+ if (buffer == NULL) -+ { -+ ret = -ENOMEM; -+ goto bad; -+ } -+ -+ if (copy_from_user(buffer, wrqu->data.pointer, wrqu->data.length)) -+ { -+ ret = -EFAULT; -+ goto bad; -+ } -+ -+ DBG_871X("[%s] buffer = %s\n", __FUNCTION__, buffer); -+ -+ if (_rtw_memcmp(buffer, "wpsCM=", 6)) -+ { -+ ret = rtw_p2p_get_wps_configmethod(dev, info, wrqu, extra, &buffer[6]); -+ } else if (_rtw_memcmp(buffer, "devN=", 5)) -+ { -+ ret = rtw_p2p_get_device_name(dev, info, wrqu, extra, &buffer[5]); -+ } else if (_rtw_memcmp(buffer, "dev_type=", 9)) -+ { -+ ret = rtw_p2p_get_device_type(dev, info, wrqu, extra, &buffer[9]); -+ } else if (_rtw_memcmp(buffer, "go_devadd=", 10)) -+ { -+ ret = rtw_p2p_get_go_device_address(dev, info, wrqu, extra, &buffer[10]); -+ } else if (_rtw_memcmp(buffer, "InvProc=", 8)) -+ { -+ ret = rtw_p2p_get_invitation_procedure(dev, info, wrqu, extra, &buffer[8]); -+ } else -+ { -+ snprintf(extra, sizeof("Command not found."), "Command not found."); -+ wrqu->data.length = strlen(extra); -+ } -+ -+bad: -+ if (buffer) -+ { -+ rtw_mfree(buffer, length); -+ } -+ -+#endif //CONFIG_P2P -+ -+ return ret; -+ -+} -+ -+static int rtw_cta_test_start(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ DBG_871X("%s %s\n", __func__, extra); -+ if (!strcmp(extra, "1")) -+ padapter->in_cta_test = 1; -+ else -+ padapter->in_cta_test = 0; -+ -+ if(padapter->in_cta_test) -+ { -+ u32 v = rtw_read32(padapter, REG_RCR); -+ v &= ~(RCR_CBSSID_DATA | RCR_CBSSID_BCN );//| RCR_ADF -+ rtw_write32(padapter, REG_RCR, v); -+ DBG_871X("enable RCR_ADF\n"); -+ } -+ else -+ { -+ u32 v = rtw_read32(padapter, REG_RCR); -+ v |= RCR_CBSSID_DATA | RCR_CBSSID_BCN ;//| RCR_ADF -+ rtw_write32(padapter, REG_RCR, v); -+ DBG_871X("disable RCR_ADF\n"); -+ } -+ return ret; -+} -+ -+ -+extern int rtw_change_ifname(_adapter *padapter, const char *ifname); -+static int rtw_rereg_nd_name(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ _adapter *padapter = rtw_netdev_priv(dev); -+ struct rereg_nd_name_data *rereg_priv = &padapter->rereg_nd_name_priv; -+ char new_ifname[IFNAMSIZ]; -+ -+ if(rereg_priv->old_ifname[0] == 0) { -+ char *reg_ifname; -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->isprimary) -+ reg_ifname = padapter->registrypriv.ifname; -+ else -+#endif -+ reg_ifname = padapter->registrypriv.if2name; -+ -+ strncpy(rereg_priv->old_ifname, reg_ifname, IFNAMSIZ); -+ rereg_priv->old_ifname[IFNAMSIZ-1] = 0; -+ } -+ -+ //DBG_871X("%s wrqu->data.length:%d\n", __FUNCTION__, wrqu->data.length); -+ if(wrqu->data.length > IFNAMSIZ) -+ return -EFAULT; -+ -+ if ( copy_from_user(new_ifname, wrqu->data.pointer, IFNAMSIZ) ) { -+ return -EFAULT; -+ } -+ -+ if( 0 == strcmp(rereg_priv->old_ifname, new_ifname) ) { -+ return ret; -+ } -+ -+ DBG_871X("%s new_ifname:%s\n", __FUNCTION__, new_ifname); -+ if( 0 != (ret = rtw_change_ifname(padapter, new_ifname)) ) { -+ goto exit; -+ } -+ -+ if(_rtw_memcmp(rereg_priv->old_ifname, "disable%d", 9) == _TRUE) { -+ padapter->ledpriv.bRegUseLed= rereg_priv->old_bRegUseLed; -+ rtw_hal_sw_led_init(padapter); -+ //rtw_ips_mode_req(&padapter->pwrctrlpriv, rereg_priv->old_ips_mode); -+ } -+ -+ strncpy(rereg_priv->old_ifname, new_ifname, IFNAMSIZ); -+ rereg_priv->old_ifname[IFNAMSIZ-1] = 0; -+ -+ if(_rtw_memcmp(new_ifname, "disable%d", 9) == _TRUE) { -+ -+ DBG_871X("%s disable\n", __FUNCTION__); -+ // free network queue for Android's timming issue -+ rtw_free_network_queue(padapter, _TRUE); -+ -+ // close led -+ rtw_led_control(padapter, LED_CTL_POWER_OFF); -+ rereg_priv->old_bRegUseLed = padapter->ledpriv.bRegUseLed; -+ padapter->ledpriv.bRegUseLed= _FALSE; -+ rtw_hal_sw_led_deinit(padapter); -+ -+ // the interface is being "disabled", we can do deeper IPS -+ //rereg_priv->old_ips_mode = rtw_get_ips_mode_req(&padapter->pwrctrlpriv); -+ //rtw_ips_mode_req(&padapter->pwrctrlpriv, IPS_NORMAL); -+ } -+exit: -+ return ret; -+ -+} -+ -+#ifdef CONFIG_IOL -+#include -+#endif -+ -+#ifdef DBG_CMD_QUEUE -+u8 dump_cmd_id=0; -+#endif -+static int rtw_dbg_port(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _irqL irqL; -+ int ret = 0; -+ u8 major_cmd, minor_cmd; -+ u16 arg; -+ u32 extra_arg, *pdata, val32; -+ struct sta_info *psta; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ struct wlan_network *cur_network = &(pmlmepriv->cur_network); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ -+ pdata = (u32*)&wrqu->data; -+ -+ val32 = *pdata; -+ arg = (u16)(val32&0x0000ffff); -+ major_cmd = (u8)(val32>>24); -+ minor_cmd = (u8)((val32>>16)&0x00ff); -+ -+ extra_arg = *(pdata+1); -+ -+ switch(major_cmd) -+ { -+ case 0x70://read_reg -+ switch(minor_cmd) -+ { -+ case 1: -+ DBG_871X("rtw_read8(0x%x)=0x%02x\n", arg, rtw_read8(padapter, arg)); -+ break; -+ case 2: -+ DBG_871X("rtw_read16(0x%x)=0x%04x\n", arg, rtw_read16(padapter, arg)); -+ break; -+ case 4: -+ DBG_871X("rtw_read32(0x%x)=0x%08x\n", arg, rtw_read32(padapter, arg)); -+ break; -+ } -+ break; -+ case 0x71://write_reg -+ switch(minor_cmd) -+ { -+ case 1: -+ rtw_write8(padapter, arg, extra_arg); -+ DBG_871X("rtw_write8(0x%x)=0x%02x\n", arg, rtw_read8(padapter, arg)); -+ break; -+ case 2: -+ rtw_write16(padapter, arg, extra_arg); -+ DBG_871X("rtw_write16(0x%x)=0x%04x\n", arg, rtw_read16(padapter, arg)); -+ break; -+ case 4: -+ rtw_write32(padapter, arg, extra_arg); -+ DBG_871X("rtw_write32(0x%x)=0x%08x\n", arg, rtw_read32(padapter, arg)); -+ break; -+ } -+ break; -+ case 0x72://read_bb -+ DBG_871X("read_bbreg(0x%x)=0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff)); -+ break; -+ case 0x73://write_bb -+ rtw_hal_write_bbreg(padapter, arg, 0xffffffff, extra_arg); -+ DBG_871X("write_bbreg(0x%x)=0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff)); -+ break; -+ case 0x74://read_rf -+ DBG_871X("read RF_reg path(0x%02x),offset(0x%x),value(0x%08x)\n",minor_cmd,arg,rtw_hal_read_rfreg(padapter, minor_cmd, arg, 0xffffffff)); -+ break; -+ case 0x75://write_rf -+ rtw_hal_write_rfreg(padapter, minor_cmd, arg, 0xffffffff, extra_arg); -+ DBG_871X("write RF_reg path(0x%02x),offset(0x%x),value(0x%08x)\n",minor_cmd,arg, rtw_hal_read_rfreg(padapter, minor_cmd, arg, 0xffffffff)); -+ break; -+ -+ case 0x76: -+ switch(minor_cmd) -+ { -+ case 0x00: //normal mode, -+ padapter->recvpriv.is_signal_dbg = 0; -+ break; -+ case 0x01: //dbg mode -+ padapter->recvpriv.is_signal_dbg = 1; -+ extra_arg = extra_arg>100?100:extra_arg; -+ padapter->recvpriv.signal_strength_dbg=extra_arg; -+ break; -+ } -+ break; -+ case 0x78: //IOL test -+ switch(minor_cmd) -+ { -+ #ifdef CONFIG_IOL -+ case 0x04: //LLT table initialization test -+ { -+ u8 page_boundary = 0xf9; -+ { -+ struct xmit_frame *xmit_frame; -+ -+ if((xmit_frame=rtw_IOL_accquire_xmit_frame(padapter)) == NULL) { -+ ret = -ENOMEM; -+ break; -+ } -+ -+ rtw_IOL_append_LLT_cmd(xmit_frame, page_boundary); -+ -+ -+ if(_SUCCESS != rtw_IOL_exec_cmds_sync(padapter, xmit_frame, 500,0) ) -+ ret = -EPERM; -+ } -+ } -+ break; -+ case 0x05: //blink LED test -+ { -+ u16 reg = 0x4c; -+ u32 blink_num = 50; -+ u32 blink_delay_ms = 200; -+ int i; -+ -+ { -+ struct xmit_frame *xmit_frame; -+ -+ if((xmit_frame=rtw_IOL_accquire_xmit_frame(padapter)) == NULL) { -+ ret = -ENOMEM; -+ break; -+ } -+ -+ for(i=0;inetwork.MacAddress -+ , WLAN_REASON_EXPIRATION_CHK); -+ break; -+ case 0x7F: -+ switch(minor_cmd) -+ { -+ case 0x0: -+ DBG_871X("fwstate=0x%x\n", get_fwstate(pmlmepriv)); -+ break; -+ case 0x01: -+ DBG_871X("auth_alg=0x%x, enc_alg=0x%x, auth_type=0x%x, enc_type=0x%x\n", -+ psecuritypriv->dot11AuthAlgrthm, psecuritypriv->dot11PrivacyAlgrthm, -+ psecuritypriv->ndisauthtype, psecuritypriv->ndisencryptstatus); -+ break; -+ case 0x02: -+ DBG_871X("pmlmeinfo->state=0x%x\n", pmlmeinfo->state); -+ DBG_871X("DrvBcnEarly=%d\n", pmlmeext->DrvBcnEarly); -+ DBG_871X("DrvBcnTimeOut=%d\n", pmlmeext->DrvBcnTimeOut); -+ break; -+ case 0x03: -+ DBG_871X("qos_option=%d\n", pmlmepriv->qospriv.qos_option); -+#ifdef CONFIG_80211N_HT -+ DBG_871X("ht_option=%d\n", pmlmepriv->htpriv.ht_option); -+#endif //CONFIG_80211N_HT -+ break; -+ case 0x04: -+ DBG_871X("cur_ch=%d\n", pmlmeext->cur_channel); -+ DBG_871X("cur_bw=%d\n", pmlmeext->cur_bwmode); -+ DBG_871X("cur_ch_off=%d\n", pmlmeext->cur_ch_offset); -+ -+ DBG_871X("oper_ch=%d\n", rtw_get_oper_ch(padapter)); -+ DBG_871X("oper_bw=%d\n", rtw_get_oper_bw(padapter)); -+ DBG_871X("oper_ch_offet=%d\n", rtw_get_oper_choffset(padapter)); -+ -+ break; -+ case 0x05: -+ psta = rtw_get_stainfo(pstapriv, cur_network->network.MacAddress); -+ if(psta) -+ { -+ DBG_871X("SSID=%s\n", cur_network->network.Ssid.Ssid); -+ DBG_871X("sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr)); -+ DBG_871X("cur_channel=%d, cur_bwmode=%d, cur_ch_offset=%d\n", pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); -+ DBG_871X("rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self); -+ DBG_871X("state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid); -+#ifdef CONFIG_80211N_HT -+ DBG_871X("qos_en=%d, ht_en=%d, init_rate=%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate); -+ DBG_871X("bwmode=%d, ch_offset=%d, sgi_20m=%d,sgi_40m=%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m); -+ DBG_871X("ampdu_enable = %d\n", psta->htpriv.ampdu_enable); -+ DBG_871X("agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap); -+#endif //CONFIG_80211N_HT -+ -+ sta_rx_reorder_ctl_dump(RTW_DBGDUMP, psta); -+ } -+ else -+ { -+ DBG_871X("can't get sta's macaddr, cur_network's macaddr:" MAC_FMT "\n", MAC_ARG(cur_network->network.MacAddress)); -+ } -+ break; -+ case 0x06: -+ { -+ } -+ break; -+ case 0x07: -+ DBG_871X("bSurpriseRemoved=%s, bDriverStopped=%s\n" -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , rtw_is_drv_stopped(padapter)?"True":"False"); -+ break; -+ case 0x08: -+ { -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ DBG_871X("free_xmitbuf_cnt=%d, free_xmitframe_cnt=%d" -+ ", free_xmit_extbuf_cnt=%d, free_xframe_ext_cnt=%d" -+ ", free_recvframe_cnt=%d\n", -+ pxmitpriv->free_xmitbuf_cnt, pxmitpriv->free_xmitframe_cnt, -+ pxmitpriv->free_xmit_extbuf_cnt, pxmitpriv->free_xframe_ext_cnt, -+ precvpriv->free_recvframe_cnt); -+ #ifdef CONFIG_USB_HCI -+ DBG_871X("rx_urb_pending_cn=%d\n", ATOMIC_READ(&(precvpriv->rx_pending_cnt))); -+ #endif -+ } -+ break; -+ case 0x09: -+ { -+ int i; -+ _list *plist, *phead; -+ -+#ifdef CONFIG_AP_MODE -+ DBG_871X("sta_dz_bitmap=0x%x, tim_bitmap=0x%x\n", pstapriv->sta_dz_bitmap, pstapriv->tim_bitmap); -+#endif -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for(i=0; i< NUM_STA; i++) -+ { -+ phead = &(pstapriv->sta_hash[i]); -+ plist = get_next(phead); -+ -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) -+ { -+ psta = LIST_CONTAINOR(plist, struct sta_info, hash_list); -+ -+ plist = get_next(plist); -+ -+ if(extra_arg == psta->aid) -+ { -+ DBG_871X("sta's macaddr:" MAC_FMT "\n", MAC_ARG(psta->hwaddr)); -+ DBG_871X("rtsen=%d, cts2slef=%d\n", psta->rtsen, psta->cts2self); -+ DBG_871X("state=0x%x, aid=%d, macid=%d, raid=%d\n", psta->state, psta->aid, psta->mac_id, psta->raid); -+#ifdef CONFIG_80211N_HT -+ DBG_871X("qos_en=%d, ht_en=%d, init_rate=%d\n", psta->qos_option, psta->htpriv.ht_option, psta->init_rate); -+ DBG_871X("bwmode=%d, ch_offset=%d, sgi_20m=%d,sgi_40m=%d\n", psta->bw_mode, psta->htpriv.ch_offset, psta->htpriv.sgi_20m, psta->htpriv.sgi_40m); -+ DBG_871X("ampdu_enable = %d\n", psta->htpriv.ampdu_enable); -+ DBG_871X("agg_enable_bitmap=%x, candidate_tid_bitmap=%x\n", psta->htpriv.agg_enable_bitmap, psta->htpriv.candidate_tid_bitmap); -+#endif //CONFIG_80211N_HT -+ -+#ifdef CONFIG_AP_MODE -+ DBG_871X("capability=0x%x\n", psta->capability); -+ DBG_871X("flags=0x%x\n", psta->flags); -+ DBG_871X("wpa_psk=0x%x\n", psta->wpa_psk); -+ DBG_871X("wpa2_group_cipher=0x%x\n", psta->wpa2_group_cipher); -+ DBG_871X("wpa2_pairwise_cipher=0x%x\n", psta->wpa2_pairwise_cipher); -+ DBG_871X("qos_info=0x%x\n", psta->qos_info); -+#endif -+ DBG_871X("dot118021XPrivacy=0x%x\n", psta->dot118021XPrivacy); -+ -+ sta_rx_reorder_ctl_dump(RTW_DBGDUMP, psta); -+ } -+ -+ } -+ } -+ -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ } -+ break; -+ case 0x0a: -+ { -+ int max_mac_id = 0; -+ max_mac_id = rtw_search_max_mac_id( padapter); -+ printk("%s ==> max_mac_id = %d \n",__FUNCTION__,max_mac_id); -+ } -+ break; -+ case 0x0b: //Enable=1, Disable=0 driver control vrtl_carrier_sense. -+ { -+ //u8 driver_vcs_en; //Enable=1, Disable=0 driver control vrtl_carrier_sense. -+ //u8 driver_vcs_type;//force 0:disable VCS, 1:RTS-CTS, 2:CTS-to-self when vcs_en=1. -+ -+ if(arg == 0){ -+ DBG_871X("disable driver ctrl vcs\n"); -+ padapter->driver_vcs_en = 0; -+ } -+ else if(arg == 1){ -+ DBG_871X("enable driver ctrl vcs = %d\n", extra_arg); -+ padapter->driver_vcs_en = 1; -+ -+ if(extra_arg>2) -+ padapter->driver_vcs_type = 1; -+ else -+ padapter->driver_vcs_type = extra_arg; -+ } -+ } -+ break; -+ case 0x0c://dump rx/tx packet -+ { -+ if(arg == 0){ -+ DBG_871X("dump rx packet (%d)\n",extra_arg); -+ //pHalData->bDumpRxPkt =extra_arg; -+ rtw_hal_set_def_var(padapter, HAL_DEF_DBG_DUMP_RXPKT, &(extra_arg)); -+ } -+ else if(arg==1){ -+ DBG_871X("dump tx packet (%d)\n",extra_arg); -+ rtw_hal_set_def_var(padapter, HAL_DEF_DBG_DUMP_TXPKT, &(extra_arg)); -+ } -+ } -+ break; -+ case 0x0e: -+ { -+ if(arg == 0){ -+ DBG_871X("disable driver ctrl rx_ampdu_factor\n"); -+ padapter->driver_rx_ampdu_factor = 0xFF; -+ } -+ else if(arg == 1){ -+ -+ DBG_871X("enable driver ctrl rx_ampdu_factor = %d\n", extra_arg); -+ -+ if(extra_arg > 0x03) -+ padapter->driver_rx_ampdu_factor = 0xFF; -+ else -+ padapter->driver_rx_ampdu_factor = extra_arg; -+ } -+ } -+ break; -+ #ifdef DBG_CONFIG_ERROR_DETECT -+ case 0x0f: -+ { -+ if(extra_arg == 0){ -+ DBG_871X("###### silent reset test.......#####\n"); -+ rtw_hal_sreset_reset(padapter); -+ } else { -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+ psrtpriv->dbg_trigger_point = extra_arg; -+ } -+ -+ } -+ break; -+ case 0x15: -+ { -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ DBG_871X("==>silent resete cnts:%d\n",pwrpriv->ips_enter_cnts); -+ } -+ break; -+ -+ #endif -+ -+ case 0x10:// driver version display -+ dump_drv_version(RTW_DBGDUMP); -+ break; -+ case 0x11://dump linked status -+ { -+ int pre_mode; -+ pre_mode=padapter->bLinkInfoDump; -+ // linked_info_dump(padapter,extra_arg); -+ if(extra_arg==1 || (extra_arg==0 && pre_mode==1) ) //not consider pwr_saving 0: -+ { -+ padapter->bLinkInfoDump = extra_arg; -+ -+ } -+ else if( (extra_arg==2 ) || (extra_arg==0 && pre_mode==2))//consider power_saving -+ { -+ //DBG_871X("linked_info_dump =%s \n", (padapter->bLinkInfoDump)?"enable":"disable") -+ linked_info_dump(padapter,extra_arg); -+ } -+ -+ -+ -+ } -+ break; -+#ifdef CONFIG_80211N_HT -+ case 0x12: //set rx_stbc -+ { -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ // 0: disable, bit(0):enable 2.4g, bit(1):enable 5g, 0x3: enable both 2.4g and 5g -+ //default is set to enable 2.4GHZ for IOT issue with bufflao's AP at 5GHZ -+ if( pregpriv && (extra_arg == 0 || extra_arg == 1|| extra_arg == 2 || extra_arg == 3)) -+ { -+ pregpriv->rx_stbc= extra_arg; -+ DBG_871X("set rx_stbc=%d\n",pregpriv->rx_stbc); -+ } -+ else -+ DBG_871X("get rx_stbc=%d\n",pregpriv->rx_stbc); -+ -+ } -+ break; -+ case 0x13: //set ampdu_enable -+ { -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ // 0: disable, 0x1:enable (but wifi_spec should be 0), 0x2: force enable (don't care wifi_spec) -+ if( pregpriv && extra_arg < 3 ) -+ { -+ pregpriv->ampdu_enable= extra_arg; -+ DBG_871X("set ampdu_enable=%d\n",pregpriv->ampdu_enable); -+ } -+ else -+ DBG_871X("get ampdu_enable=%d\n",pregpriv->ampdu_enable); -+ -+ } -+ break; -+#endif -+ case 0x14: //get wifi_spec -+ { -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ DBG_871X("get wifi_spec=%d\n",pregpriv->wifi_spec); -+ -+ } -+ break; -+ case 0x16: -+ { -+ if(arg == 0xff){ -+ rtw_odm_dbg_comp_msg(RTW_DBGDUMP,padapter); -+ } -+ else{ -+ u64 dbg_comp = (u64)extra_arg; -+ rtw_odm_dbg_comp_set(padapter, dbg_comp); -+ } -+ } -+ break; -+#ifdef DBG_FIXED_CHAN -+ case 0x17: -+ { -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ printk("===> Fixed channel to %d \n",extra_arg); -+ pmlmeext->fixed_chan = extra_arg; -+ -+ } -+ break; -+#endif -+ case 0x18: -+ { -+ printk("===> Switch USB Mode %d \n",extra_arg); -+ rtw_hal_set_hwreg(padapter, HW_VAR_USB_MODE, (u8 *)&extra_arg); -+ } -+ break; -+#ifdef CONFIG_80211N_HT -+ case 0x19: -+ { -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ // extra_arg : -+ // BIT0: Enable VHT LDPC Rx, BIT1: Enable VHT LDPC Tx, -+ // BIT4: Enable HT LDPC Rx, BIT5: Enable HT LDPC Tx -+ if(arg == 0){ -+ DBG_871X("driver disable LDPC\n"); -+ pregistrypriv->ldpc_cap = 0x00; -+ } -+ else if(arg == 1){ -+ DBG_871X("driver set LDPC cap = 0x%x\n", extra_arg); -+ pregistrypriv->ldpc_cap = (u8)(extra_arg&0x33); -+ } -+ } -+ break; -+ case 0x1a: -+ { -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ // extra_arg : -+ // BIT0: Enable VHT STBC Rx, BIT1: Enable VHT STBC Tx, -+ // BIT4: Enable HT STBC Rx, BIT5: Enable HT STBC Tx -+ if(arg == 0){ -+ DBG_871X("driver disable STBC\n"); -+ pregistrypriv->stbc_cap = 0x00; -+ } -+ else if(arg == 1){ -+ DBG_871X("driver set STBC cap = 0x%x\n", extra_arg); -+ pregistrypriv->stbc_cap = (u8)(extra_arg&0x33); -+ } -+ } -+ break; -+#endif //CONFIG_80211N_HT -+ case 0x1b: -+ { -+ struct registry_priv *pregistrypriv = &padapter->registrypriv; -+ -+ if(arg == 0){ -+ DBG_871X("disable driver ctrl max_rx_rate, reset to default_rate_set\n"); -+ init_mlme_default_rate_set(padapter); -+#ifdef CONFIG_80211N_HT -+ pregistrypriv->ht_enable = (u8)rtw_ht_enable; -+#endif //CONFIG_80211N_HT -+ } -+ else if(arg == 1){ -+ -+ int i; -+ u8 max_rx_rate; -+ -+ DBG_871X("enable driver ctrl max_rx_rate = 0x%x\n", extra_arg); -+ -+ max_rx_rate = (u8)extra_arg; -+ -+ if(max_rx_rate < 0xc) // max_rx_rate < MSC0 -> B or G -> disable HT -+ { -+#ifdef CONFIG_80211N_HT -+ pregistrypriv->ht_enable = 0; -+#endif //CONFIG_80211N_HT -+ for(i=0; idatarate[i] > max_rx_rate) -+ pmlmeext->datarate[i] = 0xff; -+ } -+ -+ } -+#ifdef CONFIG_80211N_HT -+ else if(max_rx_rate < 0x1c) // mcs0~mcs15 -+ { -+ u32 mcs_bitmap=0x0; -+ -+ for(i=0; i<((max_rx_rate+1)-0xc); i++) -+ mcs_bitmap |= BIT(i); -+ -+ set_mcs_rate_by_mask(pmlmeext->default_supported_mcs_set, mcs_bitmap); -+ } -+#endif //CONFIG_80211N_HT -+ } -+ } -+ break; -+ case 0x1c: //enable/disable driver control AMPDU Density for peer sta's rx -+ { -+ if(arg == 0){ -+ DBG_871X("disable driver ctrl ampdu density\n"); -+ padapter->driver_ampdu_spacing = 0xFF; -+ } -+ else if(arg == 1){ -+ -+ DBG_871X("enable driver ctrl ampdu density = %d\n", extra_arg); -+ -+ if(extra_arg > 0x07) -+ padapter->driver_ampdu_spacing = 0xFF; -+ else -+ padapter->driver_ampdu_spacing = extra_arg; -+ } -+ } -+ break; -+#ifdef CONFIG_BACKGROUND_NOISE_MONITOR -+ case 0x1e: -+ { -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ PDM_ODM_T pDM_Odm = &pHalData->odmpriv; -+ u8 chan = rtw_get_oper_ch(padapter); -+ DBG_871X("===========================================\n"); -+ ODM_InbandNoise_Monitor(pDM_Odm,_TRUE,0x1e,100); -+ DBG_871X("channel(%d),noise_a = %d, noise_b = %d , noise_all:%d \n", -+ chan,pDM_Odm->noise_level.noise[ODM_RF_PATH_A], -+ pDM_Odm->noise_level.noise[ODM_RF_PATH_B], -+ pDM_Odm->noise_level.noise_all); -+ DBG_871X("===========================================\n"); -+ -+ } -+ break; -+#endif -+ case 0x23: -+ { -+ DBG_871X("turn %s the bNotifyChannelChange Variable\n",(extra_arg==1)?"on":"off"); -+ padapter->bNotifyChannelChange = extra_arg; -+ break; -+ } -+ case 0x24: -+ { -+#ifdef CONFIG_P2P -+ DBG_871X("turn %s the bShowGetP2PState Variable\n",(extra_arg==1)?"on":"off"); -+ padapter->bShowGetP2PState = extra_arg; -+#endif // CONFIG_P2P -+ break; -+ } -+#ifdef CONFIG_GPIO_API -+ case 0x25: //Get GPIO register -+ { -+ /* -+ * dbg 0x7f250000 [gpio_num], Get gpio value, gpio_num:0~7 -+ */ -+ -+ u8 value; -+ DBG_871X("Read GPIO Value extra_arg = %d\n",extra_arg); -+ value = rtw_hal_get_gpio(padapter,extra_arg); -+ DBG_871X("Read GPIO Value = %d\n",value); -+ break; -+ } -+ case 0x26: //Set GPIO direction -+ { -+ -+ /* dbg 0x7f26000x [y], Set gpio direction, -+ * x: gpio_num,4~7 y: indicate direction, 0~1 -+ */ -+ -+ int value; -+ DBG_871X("Set GPIO Direction! arg = %d ,extra_arg=%d\n",arg ,extra_arg); -+ value = rtw_hal_config_gpio(padapter, arg, extra_arg); -+ DBG_871X("Set GPIO Direction %s \n",(value==-1)?"Fail!!!":"Success"); -+ break; -+ } -+ case 0x27: //Set GPIO output direction value -+ { -+ /* -+ * dbg 0x7f27000x [y], Set gpio output direction value, -+ * x: gpio_num,4~7 y: indicate direction, 0~1 -+ */ -+ -+ int value; -+ DBG_871X("Set GPIO Value! arg = %d ,extra_arg=%d\n",arg ,extra_arg); -+ value = rtw_hal_set_gpio_output_value(padapter,arg,extra_arg); -+ DBG_871X("Set GPIO Value %s \n",(value==-1)?"Fail!!!":"Success"); -+ break; -+ } -+#endif -+#ifdef DBG_CMD_QUEUE -+ case 0x28: -+ { -+ dump_cmd_id = extra_arg; -+ DBG_871X("dump_cmd_id:%d\n",dump_cmd_id); -+ } -+ break; -+#endif //DBG_CMD_QUEUE -+ case 0xaa: -+ { -+ if((extra_arg & 0x7F)> 0x3F) extra_arg = 0xFF; -+ DBG_871X("chang data rate to :0x%02x\n",extra_arg); -+ padapter->fix_rate = extra_arg; -+ } -+ break; -+ case 0xdd://registers dump , 0 for mac reg,1 for bb reg, 2 for rf reg -+ { -+ if(extra_arg==0){ -+ mac_reg_dump(RTW_DBGDUMP, padapter); -+ } -+ else if(extra_arg==1){ -+ bb_reg_dump(RTW_DBGDUMP, padapter); -+ } -+ else if(extra_arg==2){ -+ rf_reg_dump(RTW_DBGDUMP, padapter); -+ } -+ } -+ break; -+ -+ case 0xee: -+ { -+ DBG_871X(" === please control /proc to trun on/off PHYDM func === \n"); -+ } -+ break; -+ -+ case 0xfd: -+ rtw_write8(padapter, 0xc50, arg); -+ DBG_871X("wr(0xc50)=0x%x\n", rtw_read8(padapter, 0xc50)); -+ rtw_write8(padapter, 0xc58, arg); -+ DBG_871X("wr(0xc58)=0x%x\n", rtw_read8(padapter, 0xc58)); -+ break; -+ case 0xfe: -+ DBG_871X("rd(0xc50)=0x%x\n", rtw_read8(padapter, 0xc50)); -+ DBG_871X("rd(0xc58)=0x%x\n", rtw_read8(padapter, 0xc58)); -+ break; -+ case 0xff: -+ { -+ DBG_871X("dbg(0x210)=0x%x\n", rtw_read32(padapter, 0x210)); -+ DBG_871X("dbg(0x608)=0x%x\n", rtw_read32(padapter, 0x608)); -+ DBG_871X("dbg(0x280)=0x%x\n", rtw_read32(padapter, 0x280)); -+ DBG_871X("dbg(0x284)=0x%x\n", rtw_read32(padapter, 0x284)); -+ DBG_871X("dbg(0x288)=0x%x\n", rtw_read32(padapter, 0x288)); -+ -+ DBG_871X("dbg(0x664)=0x%x\n", rtw_read32(padapter, 0x664)); -+ -+ -+ DBG_871X("\n"); -+ -+ DBG_871X("dbg(0x430)=0x%x\n", rtw_read32(padapter, 0x430)); -+ DBG_871X("dbg(0x438)=0x%x\n", rtw_read32(padapter, 0x438)); -+ -+ DBG_871X("dbg(0x440)=0x%x\n", rtw_read32(padapter, 0x440)); -+ -+ DBG_871X("dbg(0x458)=0x%x\n", rtw_read32(padapter, 0x458)); -+ -+ DBG_871X("dbg(0x484)=0x%x\n", rtw_read32(padapter, 0x484)); -+ DBG_871X("dbg(0x488)=0x%x\n", rtw_read32(padapter, 0x488)); -+ -+ DBG_871X("dbg(0x444)=0x%x\n", rtw_read32(padapter, 0x444)); -+ DBG_871X("dbg(0x448)=0x%x\n", rtw_read32(padapter, 0x448)); -+ DBG_871X("dbg(0x44c)=0x%x\n", rtw_read32(padapter, 0x44c)); -+ DBG_871X("dbg(0x450)=0x%x\n", rtw_read32(padapter, 0x450)); -+ } -+ break; -+ } -+ break; -+ default: -+ DBG_871X("error dbg cmd!\n"); -+ break; -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int wpa_set_param(struct net_device *dev, u8 name, u32 value) -+{ -+ uint ret=0; -+ u32 flags; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ switch (name){ -+ case IEEE_PARAM_WPA_ENABLED: -+ -+ padapter->securitypriv.dot11AuthAlgrthm= dot11AuthAlgrthm_8021X; //802.1x -+ -+ //ret = ieee80211_wpa_enable(ieee, value); -+ -+ switch((value)&0xff) -+ { -+ case 1 : //WPA -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeWPAPSK; //WPA_PSK -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption2Enabled; -+ break; -+ case 2: //WPA2 -+ padapter->securitypriv.ndisauthtype = Ndis802_11AuthModeWPA2PSK; //WPA2_PSK -+ padapter->securitypriv.ndisencryptstatus = Ndis802_11Encryption3Enabled; -+ break; -+ } -+ -+ RT_TRACE(_module_rtl871x_ioctl_os_c,_drv_info_,("wpa_set_param:padapter->securitypriv.ndisauthtype=%d\n", padapter->securitypriv.ndisauthtype)); -+ -+ break; -+ -+ case IEEE_PARAM_TKIP_COUNTERMEASURES: -+ //ieee->tkip_countermeasures=value; -+ break; -+ -+ case IEEE_PARAM_DROP_UNENCRYPTED: -+ { -+ /* HACK: -+ * -+ * wpa_supplicant calls set_wpa_enabled when the driver -+ * is loaded and unloaded, regardless of if WPA is being -+ * used. No other calls are made which can be used to -+ * determine if encryption will be used or not prior to -+ * association being expected. If encryption is not being -+ * used, drop_unencrypted is set to false, else true -- we -+ * can use this to determine if the CAP_PRIVACY_ON bit should -+ * be set. -+ */ -+ -+#if 0 -+ struct ieee80211_security sec = { -+ .flags = SEC_ENABLED, -+ .enabled = value, -+ }; -+ ieee->drop_unencrypted = value; -+ /* We only change SEC_LEVEL for open mode. Others -+ * are set by ipw_wpa_set_encryption. -+ */ -+ if (!value) { -+ sec.flags |= SEC_LEVEL; -+ sec.level = SEC_LEVEL_0; -+ } -+ else { -+ sec.flags |= SEC_LEVEL; -+ sec.level = SEC_LEVEL_1; -+ } -+ if (ieee->set_security) -+ ieee->set_security(ieee->dev, &sec); -+#endif -+ break; -+ -+ } -+ case IEEE_PARAM_PRIVACY_INVOKED: -+ -+ //ieee->privacy_invoked=value; -+ -+ break; -+ -+ case IEEE_PARAM_AUTH_ALGS: -+ -+ ret = wpa_set_auth_algs(dev, value); -+ -+ break; -+ -+ case IEEE_PARAM_IEEE_802_1X: -+ -+ //ieee->ieee802_1x=value; -+ -+ break; -+ -+ case IEEE_PARAM_WPAX_SELECT: -+ -+ // added for WPA2 mixed mode -+ //DBG_871X(KERN_WARNING "------------------------>wpax value = %x\n", value); -+ /* -+ spin_lock_irqsave(&ieee->wpax_suitlist_lock,flags); -+ ieee->wpax_type_set = 1; -+ ieee->wpax_type_notify = value; -+ spin_unlock_irqrestore(&ieee->wpax_suitlist_lock,flags); -+ */ -+ -+ break; -+ -+ default: -+ -+ -+ -+ ret = -EOPNOTSUPP; -+ -+ -+ break; -+ -+ } -+ -+ return ret; -+ -+} -+ -+static int wpa_mlme(struct net_device *dev, u32 command, u32 reason) -+{ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ switch (command) -+ { -+ case IEEE_MLME_STA_DEAUTH: -+ -+ if(!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ -+ break; -+ -+ case IEEE_MLME_STA_DISASSOC: -+ -+ if(!rtw_set_802_11_disassociate(padapter)) -+ ret = -1; -+ -+ break; -+ -+ default: -+ ret = -EOPNOTSUPP; -+ break; -+ } -+ -+ return ret; -+ -+} -+ -+static int wpa_supplicant_ioctl(struct net_device *dev, struct iw_point *p) -+{ -+ struct ieee_param *param; -+ uint ret=0; -+ -+ //down(&ieee->wx_sem); -+ -+ if (p->length < sizeof(struct ieee_param) || !p->pointer){ -+ ret = -EINVAL; -+ goto out; -+ } -+ -+ param = (struct ieee_param *)rtw_malloc(p->length); -+ if (param == NULL) -+ { -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ if (copy_from_user(param, p->pointer, p->length)) -+ { -+ rtw_mfree((u8*)param, p->length); -+ ret = -EFAULT; -+ goto out; -+ } -+ -+ switch (param->cmd) { -+ -+ case IEEE_CMD_SET_WPA_PARAM: -+ ret = wpa_set_param(dev, param->u.wpa_param.name, param->u.wpa_param.value); -+ break; -+ -+ case IEEE_CMD_SET_WPA_IE: -+ //ret = wpa_set_wpa_ie(dev, param, p->length); -+ ret = rtw_set_wpa_ie((_adapter *)rtw_netdev_priv(dev), (char*)param->u.wpa_ie.data, (u16)param->u.wpa_ie.len); -+ break; -+ -+ case IEEE_CMD_SET_ENCRYPTION: -+ ret = wpa_set_encryption(dev, param, p->length); -+ break; -+ -+ case IEEE_CMD_MLME: -+ ret = wpa_mlme(dev, param->u.mlme.command, param->u.mlme.reason_code); -+ break; -+ -+ default: -+ DBG_871X("Unknown WPA supplicant request: %d\n", param->cmd); -+ ret = -EOPNOTSUPP; -+ break; -+ -+ } -+ -+ if (ret == 0 && copy_to_user(p->pointer, param, p->length)) -+ ret = -EFAULT; -+ -+ rtw_mfree((u8 *)param, p->length); -+ -+out: -+ -+ //up(&ieee->wx_sem); -+ -+ return ret; -+ -+} -+ -+#ifdef CONFIG_AP_MODE -+static int rtw_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) -+{ -+ int ret = 0; -+ u32 wep_key_idx, wep_key_len,wep_total_len; -+ NDIS_802_11_WEP *pwep = NULL; -+ struct sta_info *psta = NULL, *pbcmc_sta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ param->u.crypt.err = 0; -+ param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; -+ -+ //sizeof(struct ieee_param) = 64 bytes; -+ //if (param_len != (u32) ((u8 *) param->u.crypt.key - (u8 *) param) + param->u.crypt.key_len) -+ if (param_len != sizeof(struct ieee_param) + param->u.crypt.key_len) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ if (param->u.crypt.idx >= WEP_KEYS -+#ifdef CONFIG_IEEE80211W -+ && param->u.crypt.idx > BIP_MAX_KEYID -+#endif /* CONFIG_IEEE80211W */ -+ ) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ } -+ else -+ { -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if(!psta) -+ { -+ //ret = -EINVAL; -+ DBG_871X("rtw_set_encryption(), sta has already been removed or never been added\n"); -+ goto exit; -+ } -+ } -+ -+ if (strcmp(param->u.crypt.alg, "none") == 0 && (psta==NULL)) -+ { -+ //todo:clear default encryption keys -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; -+ psecuritypriv->ndisencryptstatus = Ndis802_11EncryptionDisabled; -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ -+ DBG_871X("clear default encryption keys, keyid=%d\n", param->u.crypt.idx); -+ -+ goto exit; -+ } -+ -+ -+ if (strcmp(param->u.crypt.alg, "WEP") == 0 && (psta==NULL)) -+ { -+ DBG_871X("r871x_set_encryption, crypt.alg = WEP\n"); -+ -+ wep_key_idx = param->u.crypt.idx; -+ wep_key_len = param->u.crypt.key_len; -+ -+ DBG_871X("r871x_set_encryption, wep_key_idx=%d, len=%d\n", wep_key_idx, wep_key_len); -+ -+ if((wep_key_idx >= WEP_KEYS) || (wep_key_len<=0)) -+ { -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ -+ if (wep_key_len > 0) -+ { -+ wep_key_len = wep_key_len <= 5 ? 5 : 13; -+ wep_total_len = wep_key_len + FIELD_OFFSET(NDIS_802_11_WEP, KeyMaterial); -+ pwep =(NDIS_802_11_WEP *)rtw_malloc(wep_total_len); -+ if(pwep == NULL){ -+ DBG_871X(" r871x_set_encryption: pwep allocate fail !!!\n"); -+ goto exit; -+ } -+ -+ _rtw_memset(pwep, 0, wep_total_len); -+ -+ pwep->KeyLength = wep_key_len; -+ pwep->Length = wep_total_len; -+ -+ } -+ -+ pwep->KeyIndex = wep_key_idx; -+ -+ _rtw_memcpy(pwep->KeyMaterial, param->u.crypt.key, pwep->KeyLength); -+ -+ if(param->u.crypt.set_tx) -+ { -+ DBG_871X("wep, set_tx=1\n"); -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; -+ psecuritypriv->ndisencryptstatus = Ndis802_11Encryption1Enabled; -+ psecuritypriv->dot11PrivacyAlgrthm=_WEP40_; -+ psecuritypriv->dot118021XGrpPrivacy=_WEP40_; -+ -+ if(pwep->KeyLength==13) -+ { -+ psecuritypriv->dot11PrivacyAlgrthm=_WEP104_; -+ psecuritypriv->dot118021XGrpPrivacy=_WEP104_; -+ } -+ -+ -+ psecuritypriv->dot11PrivacyKeyIndex = wep_key_idx; -+ -+ _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx]=pwep->KeyLength; -+ -+ rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 1); -+ } -+ else -+ { -+ DBG_871X("wep, set_tx=0\n"); -+ -+ //don't update "psecuritypriv->dot11PrivacyAlgrthm" and -+ //"psecuritypriv->dot11PrivacyKeyIndex=keyid", but can rtw_set_key to cam -+ -+ _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), pwep->KeyMaterial, pwep->KeyLength); -+ -+ psecuritypriv->dot11DefKeylen[wep_key_idx] = pwep->KeyLength; -+ -+ rtw_ap_set_wep_key(padapter, pwep->KeyMaterial, pwep->KeyLength, wep_key_idx, 0); -+ } -+ -+ goto exit; -+ -+ } -+ -+ -+ if(!psta && check_fwstate(pmlmepriv, WIFI_AP_STATE)) // //group key -+ { -+ if(param->u.crypt.set_tx ==1) -+ { -+ if(strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_871X("%s, set group_key, WEP\n", __FUNCTION__); -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if(param->u.crypt.key_len==13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_871X("%s, set group_key, TKIP\n", __FUNCTION__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ //DEBUG_ERR("set key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len); -+ //set mic key -+ _rtw_memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = _TRUE; -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ DBG_871X("%s, set group_key, CCMP\n", __FUNCTION__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+#ifdef CONFIG_IEEE80211W -+ else if (strcmp(param->u.crypt.alg, "BIP") == 0) { -+ int no; -+ -+ DBG_871X("BIP key_len=%d , index=%d\n", param->u.crypt.key_len, param->u.crypt.idx); -+ /* save the IGTK key, length 16 bytes */ -+ _rtw_memcpy(padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len > 16 ? 16:param->u.crypt.key_len)); -+ /* DBG_871X("IGTK key below:\n"); -+ for(no=0;no<16;no++) -+ printk(" %02x ", padapter->securitypriv.dot11wBIPKey[param->u.crypt.idx].skey[no]); -+ DBG_871X("\n"); */ -+ padapter->securitypriv.dot11wBIPKeyid = param->u.crypt.idx; -+ padapter->securitypriv.binstallBIPkey = _TRUE; -+ DBG_871X(" ~~~~set sta key:IGKT\n"); -+ goto exit; -+ } -+#endif /* CONFIG_IEEE80211W */ -+ else -+ { -+ DBG_871X("%s, set group_key, none\n", __FUNCTION__); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = _TRUE; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;//!!! -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta=rtw_get_bcmc_stainfo(padapter); -+ if(pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = _FALSE; -+ pbcmc_sta->dot118021XPrivacy= psecuritypriv->dot118021XGrpPrivacy;//rx will use bmc_sta's dot118021XPrivacy -+ } -+ -+ } -+ -+ goto exit; -+ -+ } -+ -+ if(psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && psta) // psk/802_1x -+ { -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ if(param->u.crypt.set_tx ==1) -+ { -+ _rtw_memcpy(psta->dot118021x_UncstKey.skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ if(strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ DBG_871X("%s, set pairwise key, WEP\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _WEP40_; -+ if(param->u.crypt.key_len==13) -+ { -+ psta->dot118021XPrivacy = _WEP104_; -+ } -+ } -+ else if(strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ DBG_871X("%s, set pairwise key, TKIP\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _TKIP_; -+ -+ //DEBUG_ERR("set key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len); -+ //set mic key -+ _rtw_memcpy(psta->dot11tkiptxmickey.skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psta->dot11tkiprxmickey.skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = _TRUE; -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ -+ DBG_871X("%s, set pairwise key, CCMP\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _AES_; -+ } -+ else -+ { -+ DBG_871X("%s, set pairwise key, none\n", __FUNCTION__); -+ -+ psta->dot118021XPrivacy = _NO_PRIVACY_; -+ } -+ -+ rtw_ap_set_pairwise_key(padapter, psta); -+ -+ psta->ieee8021x_blocked = _FALSE; -+ -+ psta->bpairwise_key_installed = _TRUE; -+ -+ } -+ else//group key??? -+ { -+ if(strcmp(param->u.crypt.alg, "WEP") == 0) -+ { -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ psecuritypriv->dot118021XGrpPrivacy = _WEP40_; -+ if(param->u.crypt.key_len==13) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _WEP104_; -+ } -+ } -+ else if(strcmp(param->u.crypt.alg, "TKIP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _TKIP_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ -+ //DEBUG_ERR("set key length :param->u.crypt.key_len=%d\n", param->u.crypt.key_len); -+ //set mic key -+ _rtw_memcpy(psecuritypriv->dot118021XGrptxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[16]), 8); -+ _rtw_memcpy(psecuritypriv->dot118021XGrprxmickey[param->u.crypt.idx].skey, &(param->u.crypt.key[24]), 8); -+ -+ psecuritypriv->busetkipkey = _TRUE; -+ -+ } -+ else if(strcmp(param->u.crypt.alg, "CCMP") == 0) -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _AES_; -+ -+ _rtw_memcpy(psecuritypriv->dot118021XGrpKey[param->u.crypt.idx].skey, param->u.crypt.key, (param->u.crypt.key_len>16 ?16:param->u.crypt.key_len)); -+ } -+ else -+ { -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ } -+ -+ psecuritypriv->dot118021XGrpKeyid = param->u.crypt.idx; -+ -+ psecuritypriv->binstallGrpkey = _TRUE; -+ -+ psecuritypriv->dot11PrivacyAlgrthm = psecuritypriv->dot118021XGrpPrivacy;//!!! -+ -+ rtw_ap_set_group_key(padapter, param->u.crypt.key, psecuritypriv->dot118021XGrpPrivacy, param->u.crypt.idx); -+ -+ pbcmc_sta=rtw_get_bcmc_stainfo(padapter); -+ if(pbcmc_sta) -+ { -+ pbcmc_sta->ieee8021x_blocked = _FALSE; -+ pbcmc_sta->dot118021XPrivacy= psecuritypriv->dot118021XGrpPrivacy;//rx will use bmc_sta's dot118021XPrivacy -+ } -+ -+ } -+ -+ } -+ -+ } -+ -+exit: -+ -+ if(pwep) -+ { -+ rtw_mfree((u8 *)pwep, wep_total_len); -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_set_beacon(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ unsigned char *pbuf = param->u.bcn_ie.buf; -+ -+ -+ DBG_871X("%s, len=%d\n", __FUNCTION__, len); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ _rtw_memcpy(&pstapriv->max_num_sta, param->u.bcn_ie.reserved, 2); -+ -+ if((pstapriv->max_num_sta>NUM_STA) || (pstapriv->max_num_sta<=0)) -+ pstapriv->max_num_sta = NUM_STA; -+ -+ -+ if(rtw_check_beacon_data(padapter, pbuf, (len-12-2)) == _SUCCESS)// 12 = param header, 2:no packed -+ ret = 0; -+ else -+ ret = -EINVAL; -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_hostapd_sta_flush(struct net_device *dev) -+{ -+ //_irqL irqL; -+ //_list *phead, *plist; -+ int ret=0; -+ //struct sta_info *psta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ //struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ flush_all_cam_entry(padapter); //clear CAM -+ -+ ret = rtw_sta_flush(padapter, _TRUE); -+ -+ return ret; -+ -+} -+ -+static int rtw_add_sta(struct net_device *dev, struct ieee_param *param) -+{ -+ _irqL irqL; -+ int ret=0; -+ struct sta_info *psta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("rtw_add_sta(aid=%d)=" MAC_FMT "\n", param->u.add_sta.aid, MAC_ARG(param->sta_addr)); -+ -+ if(check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != _TRUE) -+ { -+ return -EINVAL; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+/* -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if(psta) -+ { -+ DBG_871X("rtw_add_sta(), free has been added psta=%p\n", psta); -+ //_enter_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ rtw_free_stainfo(padapter, psta); -+ //_exit_critical_bh(&(pstapriv->sta_hash_lock), &irqL); -+ -+ psta = NULL; -+ } -+*/ -+ //psta = rtw_alloc_stainfo(pstapriv, param->sta_addr); -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if(psta) -+ { -+ int flags = param->u.add_sta.flags; -+ -+ //DBG_871X("rtw_add_sta(), init sta's variables, psta=%p\n", psta); -+ -+ psta->aid = param->u.add_sta.aid;//aid=1~2007 -+ -+ _rtw_memcpy(psta->bssrateset, param->u.add_sta.tx_supp_rates, 16); -+ -+ -+ //check wmm cap. -+ if(WLAN_STA_WME&flags) -+ psta->qos_option = 1; -+ else -+ psta->qos_option = 0; -+ -+ if(pmlmepriv->qospriv.qos_option == 0) -+ psta->qos_option = 0; -+ -+ -+#ifdef CONFIG_80211N_HT -+ //chec 802.11n ht cap. -+ if(WLAN_STA_HT&flags) -+ { -+ psta->htpriv.ht_option = _TRUE; -+ psta->qos_option = 1; -+ _rtw_memcpy((void*)&psta->htpriv.ht_cap, (void*)¶m->u.add_sta.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); -+ } -+ else -+ { -+ psta->htpriv.ht_option = _FALSE; -+ } -+ -+ if(pmlmepriv->htpriv.ht_option == _FALSE) -+ psta->htpriv.ht_option = _FALSE; -+#endif -+ -+ -+ update_sta_info_apmode(padapter, psta); -+ -+ -+ } -+ else -+ { -+ ret = -ENOMEM; -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_del_sta(struct net_device *dev, struct ieee_param *param) -+{ -+ _irqL irqL; -+ int ret=0; -+ struct sta_info *psta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("rtw_del_sta=" MAC_FMT "\n", MAC_ARG(param->sta_addr)); -+ -+ if(check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != _TRUE) -+ { -+ return -EINVAL; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if(psta) -+ { -+ u8 updated=_FALSE; -+ -+ //DBG_871X("free psta=%p, aid=%d\n", psta, psta->aid); -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ if(rtw_is_list_empty(&psta->asoc_list)==_FALSE) -+ { -+ rtw_list_delete(&psta->asoc_list); -+ pstapriv->asoc_list_cnt--; -+ updated = ap_free_sta(padapter, psta, _TRUE, WLAN_REASON_DEAUTH_LEAVING, _TRUE); -+ -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ associated_clients_update(padapter, updated, STA_INFO_UPDATE_ALL); -+ -+ psta = NULL; -+ -+ } -+ else -+ { -+ DBG_871X("rtw_del_sta(), sta has already been removed or never been added\n"); -+ -+ //ret = -1; -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_ioctl_get_sta_data(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ struct sta_info *psta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct ieee_param_ex *param_ex = (struct ieee_param_ex *)param; -+ struct sta_data *psta_data = (struct sta_data *)param_ex->data; -+ -+ DBG_871X("rtw_ioctl_get_sta_info, sta_addr: " MAC_FMT "\n", MAC_ARG(param_ex->sta_addr)); -+ -+ if(check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != _TRUE) -+ { -+ return -EINVAL; -+ } -+ -+ if (param_ex->sta_addr[0] == 0xff && param_ex->sta_addr[1] == 0xff && -+ param_ex->sta_addr[2] == 0xff && param_ex->sta_addr[3] == 0xff && -+ param_ex->sta_addr[4] == 0xff && param_ex->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, param_ex->sta_addr); -+ if(psta) -+ { -+#if 0 -+ struct { -+ u16 aid; -+ u16 capability; -+ int flags; -+ u32 sta_set; -+ u8 tx_supp_rates[16]; -+ u32 tx_supp_rates_len; -+ struct rtw_ieee80211_ht_cap ht_cap; -+ u64 rx_pkts; -+ u64 rx_bytes; -+ u64 rx_drops; -+ u64 tx_pkts; -+ u64 tx_bytes; -+ u64 tx_drops; -+ } get_sta; -+#endif -+ psta_data->aid = (u16)psta->aid; -+ psta_data->capability = psta->capability; -+ psta_data->flags = psta->flags; -+ -+/* -+ nonerp_set : BIT(0) -+ no_short_slot_time_set : BIT(1) -+ no_short_preamble_set : BIT(2) -+ no_ht_gf_set : BIT(3) -+ no_ht_set : BIT(4) -+ ht_20mhz_set : BIT(5) -+*/ -+ -+ psta_data->sta_set =((psta->nonerp_set) | -+ (psta->no_short_slot_time_set <<1) | -+ (psta->no_short_preamble_set <<2) | -+ (psta->no_ht_gf_set <<3) | -+ (psta->no_ht_set <<4) | -+ (psta->ht_20mhz_set <<5)); -+ -+ psta_data->tx_supp_rates_len = psta->bssratelen; -+ _rtw_memcpy(psta_data->tx_supp_rates, psta->bssrateset, psta->bssratelen); -+#ifdef CONFIG_80211N_HT -+ _rtw_memcpy(&psta_data->ht_cap, &psta->htpriv.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); -+#endif //CONFIG_80211N_HT -+ psta_data->rx_pkts = psta->sta_stats.rx_data_pkts; -+ psta_data->rx_bytes = psta->sta_stats.rx_bytes; -+ psta_data->rx_drops = psta->sta_stats.rx_drops; -+ -+ psta_data->tx_pkts = psta->sta_stats.tx_pkts; -+ psta_data->tx_bytes = psta->sta_stats.tx_bytes; -+ psta_data->tx_drops = psta->sta_stats.tx_drops; -+ -+ -+ } -+ else -+ { -+ ret = -1; -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_get_sta_wpaie(struct net_device *dev, struct ieee_param *param) -+{ -+ int ret=0; -+ struct sta_info *psta = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ DBG_871X("rtw_get_sta_wpaie, sta_addr: " MAC_FMT "\n", MAC_ARG(param->sta_addr)); -+ -+ if(check_fwstate(pmlmepriv, (_FW_LINKED|WIFI_AP_STATE)) != _TRUE) -+ { -+ return -EINVAL; -+ } -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ psta = rtw_get_stainfo(pstapriv, param->sta_addr); -+ if(psta) -+ { -+ if((psta->wpa_ie[0] == WLAN_EID_RSN) || (psta->wpa_ie[0] == WLAN_EID_GENERIC)) -+ { -+ int wpa_ie_len; -+ int copy_len; -+ -+ wpa_ie_len = psta->wpa_ie[1]; -+ -+ copy_len = ((wpa_ie_len+2) > sizeof(psta->wpa_ie)) ? (sizeof(psta->wpa_ie)):(wpa_ie_len+2); -+ -+ param->u.wpa_ie.len = copy_len; -+ -+ _rtw_memcpy(param->u.wpa_ie.reserved, psta->wpa_ie, copy_len); -+ } -+ else -+ { -+ //ret = -1; -+ DBG_871X("sta's wpa_ie is NONE\n"); -+ } -+ } -+ else -+ { -+ ret = -1; -+ } -+ -+ return ret; -+ -+} -+ -+static int rtw_set_wps_beacon(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ unsigned char wps_oui[4]={0x0,0x50,0xf2,0x04}; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct mlme_ext_priv *pmlmeext = &(padapter->mlmeextpriv); -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ int ie_len; -+ -+ DBG_871X("%s, len=%d\n", __FUNCTION__, len); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ ie_len = len-12-2;// 12 = param header, 2:no packed -+ -+ -+ if(pmlmepriv->wps_beacon_ie) -+ { -+ rtw_mfree(pmlmepriv->wps_beacon_ie, pmlmepriv->wps_beacon_ie_len); -+ pmlmepriv->wps_beacon_ie = NULL; -+ } -+ -+ if(ie_len>0) -+ { -+ pmlmepriv->wps_beacon_ie = rtw_malloc(ie_len); -+ pmlmepriv->wps_beacon_ie_len = ie_len; -+ if ( pmlmepriv->wps_beacon_ie == NULL) { -+ DBG_871X("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ } -+ -+ _rtw_memcpy(pmlmepriv->wps_beacon_ie, param->u.bcn_ie.buf, ie_len); -+ -+ update_beacon(padapter, _VENDOR_SPECIFIC_IE_, wps_oui, _TRUE); -+ -+ pmlmeext->bstart_bss = _TRUE; -+ -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_set_wps_probe_resp(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ int ie_len; -+ -+ DBG_871X("%s, len=%d\n", __FUNCTION__, len); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ ie_len = len-12-2;// 12 = param header, 2:no packed -+ -+ -+ if(pmlmepriv->wps_probe_resp_ie) -+ { -+ rtw_mfree(pmlmepriv->wps_probe_resp_ie, pmlmepriv->wps_probe_resp_ie_len); -+ pmlmepriv->wps_probe_resp_ie = NULL; -+ } -+ -+ if(ie_len>0) -+ { -+ pmlmepriv->wps_probe_resp_ie = rtw_malloc(ie_len); -+ pmlmepriv->wps_probe_resp_ie_len = ie_len; -+ if ( pmlmepriv->wps_probe_resp_ie == NULL) { -+ DBG_871X("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ } -+ _rtw_memcpy(pmlmepriv->wps_probe_resp_ie, param->u.bcn_ie.buf, ie_len); -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_set_wps_assoc_resp(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ int ie_len; -+ -+ DBG_871X("%s, len=%d\n", __FUNCTION__, len); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ ie_len = len-12-2;// 12 = param header, 2:no packed -+ -+ -+ if(pmlmepriv->wps_assoc_resp_ie) -+ { -+ rtw_mfree(pmlmepriv->wps_assoc_resp_ie, pmlmepriv->wps_assoc_resp_ie_len); -+ pmlmepriv->wps_assoc_resp_ie = NULL; -+ } -+ -+ if(ie_len>0) -+ { -+ pmlmepriv->wps_assoc_resp_ie = rtw_malloc(ie_len); -+ pmlmepriv->wps_assoc_resp_ie_len = ie_len; -+ if ( pmlmepriv->wps_assoc_resp_ie == NULL) { -+ DBG_871X("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ return -EINVAL; -+ } -+ -+ _rtw_memcpy(pmlmepriv->wps_assoc_resp_ie, param->u.bcn_ie.buf, ie_len); -+ } -+ -+ -+ return ret; -+ -+} -+ -+static int rtw_set_hidden_ssid(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlmepriv = &(adapter->mlmepriv); -+ struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); -+ struct mlme_ext_info *mlmeinfo = &(mlmeext->mlmext_info); -+ int ie_len; -+ u8 *ssid_ie; -+ char ssid[NDIS_802_11_LENGTH_SSID + 1]; -+ sint ssid_len = 0; -+ u8 ignore_broadcast_ssid; -+ -+ if(check_fwstate(mlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EPERM; -+ -+ if (param->u.bcn_ie.reserved[0] != 0xea) -+ return -EINVAL; -+ -+ mlmeinfo->hidden_ssid_mode = ignore_broadcast_ssid = param->u.bcn_ie.reserved[1]; -+ -+ ie_len = len-12-2;// 12 = param header, 2:no packed -+ ssid_ie = rtw_get_ie(param->u.bcn_ie.buf, WLAN_EID_SSID, &ssid_len, ie_len); -+ -+ if (ssid_ie && ssid_len > 0 && ssid_len <= NDIS_802_11_LENGTH_SSID) { -+ WLAN_BSSID_EX *pbss_network = &mlmepriv->cur_network.network; -+ WLAN_BSSID_EX *pbss_network_ext = &mlmeinfo->network; -+ -+ _rtw_memcpy(ssid, ssid_ie+2, ssid_len); -+ ssid[ssid_len] = 0x0; -+ -+ if(0) -+ DBG_871X(FUNC_ADPT_FMT" ssid:(%s,%d), from ie:(%s,%d), (%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ ssid, ssid_len, -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength, -+ pbss_network_ext->Ssid.Ssid, pbss_network_ext->Ssid.SsidLength); -+ -+ _rtw_memcpy(pbss_network->Ssid.Ssid, (void *)ssid, ssid_len); -+ pbss_network->Ssid.SsidLength = ssid_len; -+ _rtw_memcpy(pbss_network_ext->Ssid.Ssid, (void *)ssid, ssid_len); -+ pbss_network_ext->Ssid.SsidLength = ssid_len; -+ -+ if(0) -+ DBG_871X(FUNC_ADPT_FMT" after ssid:(%s,%d), (%s,%d)\n", FUNC_ADPT_ARG(adapter), -+ pbss_network->Ssid.Ssid, pbss_network->Ssid.SsidLength, -+ pbss_network_ext->Ssid.Ssid, pbss_network_ext->Ssid.SsidLength); -+ } -+ -+ DBG_871X(FUNC_ADPT_FMT" ignore_broadcast_ssid:%d, %s,%d\n", FUNC_ADPT_ARG(adapter), -+ ignore_broadcast_ssid, ssid, ssid_len); -+ -+ return ret; -+} -+ -+static int rtw_ioctl_acl_remove_sta(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ ret = rtw_acl_remove_sta(padapter, param->sta_addr); -+ -+ return ret; -+ -+} -+ -+static int rtw_ioctl_acl_add_sta(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ if (param->sta_addr[0] == 0xff && param->sta_addr[1] == 0xff && -+ param->sta_addr[2] == 0xff && param->sta_addr[3] == 0xff && -+ param->sta_addr[4] == 0xff && param->sta_addr[5] == 0xff) -+ { -+ return -EINVAL; -+ } -+ -+ ret = rtw_acl_add_sta(padapter, param->sta_addr); -+ -+ return ret; -+ -+} -+ -+static int rtw_ioctl_set_macaddr_acl(struct net_device *dev, struct ieee_param *param, int len) -+{ -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) != _TRUE) -+ return -EINVAL; -+ -+ rtw_set_macaddr_acl(padapter, param->u.mlme.command); -+ -+ return ret; -+} -+ -+static int rtw_hostapd_ioctl(struct net_device *dev, struct iw_point *p) -+{ -+ struct ieee_param *param; -+ int ret=0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ /* -+ * this function is expect to call in master mode, which allows no power saving -+ * so, we just check hw_init_completed -+ */ -+ -+ if (!rtw_is_hw_init_completed(padapter)) { -+ ret = -EPERM; -+ goto out; -+ } -+ -+ -+ //if (p->length < sizeof(struct ieee_param) || !p->pointer){ -+ if(!p->pointer){ -+ ret = -EINVAL; -+ goto out; -+ } -+ -+ param = (struct ieee_param *)rtw_malloc(p->length); -+ if (param == NULL) -+ { -+ ret = -ENOMEM; -+ goto out; -+ } -+ -+ if (copy_from_user(param, p->pointer, p->length)) -+ { -+ rtw_mfree((u8*)param, p->length); -+ ret = -EFAULT; -+ goto out; -+ } -+ -+ //DBG_871X("%s, cmd=%d\n", __FUNCTION__, param->cmd); -+ -+ switch (param->cmd) -+ { -+ case RTL871X_HOSTAPD_FLUSH: -+ -+ ret = rtw_hostapd_sta_flush(dev); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_ADD_STA: -+ -+ ret = rtw_add_sta(dev, param); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_REMOVE_STA: -+ -+ ret = rtw_del_sta(dev, param); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_BEACON: -+ -+ ret = rtw_set_beacon(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_SET_ENCRYPTION: -+ -+ ret = rtw_set_encryption(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_GET_WPAIE_STA: -+ -+ ret = rtw_get_sta_wpaie(dev, param); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_WPS_BEACON: -+ -+ ret = rtw_set_wps_beacon(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_WPS_PROBE_RESP: -+ -+ ret = rtw_set_wps_probe_resp(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_WPS_ASSOC_RESP: -+ -+ ret = rtw_set_wps_assoc_resp(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_HIDDEN_SSID: -+ -+ ret = rtw_set_hidden_ssid(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_GET_INFO_STA: -+ -+ ret = rtw_ioctl_get_sta_data(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_SET_MACADDR_ACL: -+ -+ ret = rtw_ioctl_set_macaddr_acl(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_ACL_ADD_STA: -+ -+ ret = rtw_ioctl_acl_add_sta(dev, param, p->length); -+ -+ break; -+ -+ case RTL871X_HOSTAPD_ACL_REMOVE_STA: -+ -+ ret = rtw_ioctl_acl_remove_sta(dev, param, p->length); -+ -+ break; -+ -+ default: -+ DBG_871X("Unknown hostapd request: %d\n", param->cmd); -+ ret = -EOPNOTSUPP; -+ break; -+ -+ } -+ -+ if (ret == 0 && copy_to_user(p->pointer, param, p->length)) -+ ret = -EFAULT; -+ -+ -+ rtw_mfree((u8 *)param, p->length); -+ -+out: -+ -+ return ret; -+ -+} -+#endif -+ -+static int rtw_wx_set_priv(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *awrq, -+ char *extra) -+{ -+ -+#ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ char *ext_dbg; -+#endif -+ -+ int ret = 0; -+ int len = 0; -+ char *ext; -+ int i; -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_point *dwrq = (struct iw_point*)awrq; -+ -+ //RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_notice_, ("+rtw_wx_set_priv\n")); -+ if(dwrq->length == 0) -+ return -EFAULT; -+ -+ len = dwrq->length; -+ if (!(ext = rtw_vmalloc(len))) -+ return -ENOMEM; -+ -+ if (copy_from_user(ext, dwrq->pointer, len)) { -+ rtw_vmfree(ext, len); -+ return -EFAULT; -+ } -+ -+ -+ //RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_notice_, -+ // ("rtw_wx_set_priv: %s req=%s\n", -+ // dev->name, ext)); -+ -+ #ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ if (!(ext_dbg = rtw_vmalloc(len))) -+ { -+ rtw_vmfree(ext, len); -+ return -ENOMEM; -+ } -+ -+ _rtw_memcpy(ext_dbg, ext, len); -+ #endif -+ -+ //added for wps2.0 @20110524 -+ if(dwrq->flags == 0x8766 && len > 8) -+ { -+ u32 cp_sz; -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ u8 *probereq_wpsie = ext; -+ int probereq_wpsie_len = len; -+ u8 wps_oui[4]={0x0,0x50,0xf2,0x04}; -+ -+ if((_VENDOR_SPECIFIC_IE_ == probereq_wpsie[0]) && -+ (_rtw_memcmp(&probereq_wpsie[2], wps_oui, 4) ==_TRUE)) -+ { -+ cp_sz = probereq_wpsie_len>MAX_WPS_IE_LEN ? MAX_WPS_IE_LEN:probereq_wpsie_len; -+ -+ if(pmlmepriv->wps_probe_req_ie) -+ { -+ u32 free_len = pmlmepriv->wps_probe_req_ie_len; -+ pmlmepriv->wps_probe_req_ie_len = 0; -+ rtw_mfree(pmlmepriv->wps_probe_req_ie, free_len); -+ pmlmepriv->wps_probe_req_ie = NULL; -+ } -+ -+ pmlmepriv->wps_probe_req_ie = rtw_malloc(cp_sz); -+ if ( pmlmepriv->wps_probe_req_ie == NULL) { -+ printk("%s()-%d: rtw_malloc() ERROR!\n", __FUNCTION__, __LINE__); -+ ret = -EINVAL; -+ goto FREE_EXT; -+ -+ } -+ -+ _rtw_memcpy(pmlmepriv->wps_probe_req_ie, probereq_wpsie, cp_sz); -+ pmlmepriv->wps_probe_req_ie_len = cp_sz; -+ -+ } -+ -+ goto FREE_EXT; -+ -+ } -+ -+ if( len >= WEXT_CSCAN_HEADER_SIZE -+ && _rtw_memcmp(ext, WEXT_CSCAN_HEADER, WEXT_CSCAN_HEADER_SIZE) == _TRUE -+ ){ -+ ret = rtw_wx_set_scan(dev, info, awrq, ext); -+ goto FREE_EXT; -+ } -+ -+#ifdef CONFIG_ANDROID -+ //DBG_871X("rtw_wx_set_priv: %s req=%s\n", dev->name, ext); -+ -+ i = rtw_android_cmdstr_to_num(ext); -+ -+ switch(i) { -+ case ANDROID_WIFI_CMD_START : -+ indicate_wx_custom_event(padapter, "START"); -+ break; -+ case ANDROID_WIFI_CMD_STOP : -+ indicate_wx_custom_event(padapter, "STOP"); -+ break; -+ case ANDROID_WIFI_CMD_RSSI : -+ { -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_network *pcur_network = &pmlmepriv->cur_network; -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ sprintf(ext, "%s rssi %d", pcur_network->network.Ssid.Ssid, padapter->recvpriv.rssi); -+ } else { -+ sprintf(ext, "OK"); -+ } -+ } -+ break; -+ case ANDROID_WIFI_CMD_LINKSPEED : -+ { -+ u16 mbps = rtw_get_cur_max_rate(padapter)/10; -+ sprintf(ext, "LINKSPEED %d", mbps); -+ } -+ break; -+ case ANDROID_WIFI_CMD_MACADDR : -+ sprintf(ext, "MACADDR = " MAC_FMT, MAC_ARG(dev->dev_addr)); -+ break; -+ case ANDROID_WIFI_CMD_SCAN_ACTIVE : -+ { -+ //rtw_set_scan_mode(padapter, SCAN_ACTIVE); -+ sprintf(ext, "OK"); -+ } -+ break; -+ case ANDROID_WIFI_CMD_SCAN_PASSIVE : -+ { -+ //rtw_set_scan_mode(padapter, SCAN_PASSIVE); -+ sprintf(ext, "OK"); -+ } -+ break; -+ -+ case ANDROID_WIFI_CMD_COUNTRY : -+ { -+ char country_code[10]; -+ sscanf(ext, "%*s %s", country_code); -+ rtw_set_country(padapter, country_code); -+ sprintf(ext, "OK"); -+ } -+ break; -+ default : -+ #ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ DBG_871X("%s: %s unknowned req=%s\n", __FUNCTION__, -+ dev->name, ext_dbg); -+ #endif -+ -+ sprintf(ext, "OK"); -+ -+ } -+ -+ if (copy_to_user(dwrq->pointer, ext, min(dwrq->length, (u16)(strlen(ext)+1)) ) ) -+ ret = -EFAULT; -+ -+ #ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ DBG_871X("%s: %s req=%s rep=%s dwrq->length=%d, strlen(ext)+1=%d\n", __FUNCTION__, -+ dev->name, ext_dbg ,ext, dwrq->length, (u16)(strlen(ext)+1)); -+ #endif -+#endif //end of CONFIG_ANDROID -+ -+ -+FREE_EXT: -+ -+ rtw_vmfree(ext, len); -+ #ifdef CONFIG_DEBUG_RTW_WX_SET_PRIV -+ rtw_vmfree(ext_dbg, len); -+ #endif -+ -+ //DBG_871X("rtw_wx_set_priv: (SIOCSIWPRIV) %s ret=%d\n", -+ // dev->name, ret); -+ -+ return ret; -+ -+} -+#ifdef CONFIG_WOWLAN -+static int rtw_wowlan_ctrl(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wowlan_ioctl_param poidparam; -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+#ifdef CONFIG_CONCURRENT_MODE -+ struct net_device *pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+#endif -+ struct sta_info *psta = NULL; -+ int ret = 0; -+ u32 start_time = rtw_get_current_time(); -+ poidparam.subcode = 0; -+ -+ DBG_871X("+rtw_wowlan_ctrl: %s\n", extra); -+ -+ if (!check_fwstate(pmlmepriv, _FW_LINKED) && -+ check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+#ifdef CONFIG_PNO_SUPPORT -+ pwrctrlpriv->wowlan_pno_enable = _TRUE; -+#else -+ DBG_871X("[%s] WARNING: Please Connect With AP First!!\n", __func__); -+ goto _rtw_wowlan_ctrl_exit_free; -+#endif //CONFIG_PNO_SUPPORT -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) -+ rtw_scan_abort(padapter); -+ -+ if (_rtw_memcmp(extra, "enable", 6)) { -+ -+ padapter->registrypriv.mp_mode = 1; -+ -+ rtw_suspend_common(padapter); -+ -+ } else if (_rtw_memcmp(extra, "disable", 7)) { -+#ifdef CONFIG_USB_HCI -+ RTW_ENABLE_FUNC(padapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(padapter, DF_TX_BIT); -+#endif -+ rtw_resume_common(padapter); -+ -+#ifdef CONFIG_PNO_SUPPORT -+ pwrctrlpriv->wowlan_pno_enable = _FALSE; -+#endif //CONFIG_PNO_SUPPORT -+ -+ padapter->registrypriv.mp_mode = 0; -+ } else { -+ DBG_871X("[%s] Invalid Parameter.\n", __func__); -+ goto _rtw_wowlan_ctrl_exit_free; -+ } -+ //mutex_lock(&ioctl_mutex); -+_rtw_wowlan_ctrl_exit_free: -+ DBG_871X("-rtw_wowlan_ctrl( subcode = %d)\n", poidparam.subcode); -+ DBG_871X_LEVEL(_drv_always_, "%s in %d ms\n", __func__, -+ rtw_get_passing_time_ms(start_time)); -+_rtw_wowlan_ctrl_exit: -+ return ret; -+} -+ -+static bool rtw_wowlan_parser_pattern_cmd(u8 *input, char *pattern, -+ int *pattern_len, char *bit_mask) -+{ -+ char *cp = NULL, *end = NULL; -+ size_t len = 0; -+ int pos = 0, temp = 0, mask_pos = 0, res = 0; -+ u8 member[2] = {0}; -+ -+ cp = strchr(input, '='); -+ if (cp) { -+ *cp = 0; -+ cp++; -+ } -+ -+ input = cp; -+ -+ while (1) { -+ cp = strchr(input, ':'); -+ -+ if (cp) { -+ len = strlen(input) - strlen(cp); -+ *cp = 0; -+ cp++; -+ } else { -+ len = 2; -+ } -+ -+ if (bit_mask && (strcmp(input, "-") == 0 || -+ strcmp(input, "xx") == 0 || -+ strcmp(input, "--") == 0)) { -+ /* skip this byte and leave mask bit unset */ -+ } else { -+ strncpy(member, input, len); -+ if (!rtw_check_pattern_valid(member, sizeof(member))) { -+ DBG_871X("%s:[ERROR] pattern is invalid!!\n", -+ __func__); -+ goto error; -+ } -+ res = sscanf(member, "%02x", &temp); -+ if (temp < 0 || temp > 256) -+ goto error; -+ pattern[pos] = temp; -+ mask_pos = pos / 8; -+ if (bit_mask) -+ bit_mask[mask_pos] |= 1 << (pos % 8); -+ } -+ -+ pos++; -+ if (!cp) -+ break; -+ input = cp; -+ } -+ -+ (*pattern_len) = pos; -+ -+ return _TRUE; -+error: -+ return _FALSE; -+} -+ -+/* -+ * IP filter This pattern if for a frame containing a ip packet: -+ * AA:AA:AA:AA:AA:AA:BB:BB:BB:BB:BB:BB:CC:CC:DD:-:-:-:-:-:-:-:-:EE:-:-:FF:FF:FF:FF:GG:GG:GG:GG:HH:HH:II:II -+ * -+ * A: Ethernet destination address -+ * B: Ethernet source address -+ * C: Ethernet protocol type -+ * D: IP header VER+Hlen, use: 0x45 (4 is for ver 4, 5 is for len 20) -+ * E: IP protocol -+ * F: IP source address ( 192.168.0.4: C0:A8:00:2C ) -+ * G: IP destination address ( 192.168.0.4: C0:A8:00:2C ) -+ * H: Source port (1024: 04:00) -+ * I: Destination port (1024: 04:00) -+ */ -+ -+static int rtw_wowlan_set_pattern(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct wowlan_ioctl_param poidparam; -+ int ret = 0, len = 0, i = 0; -+ u32 start_time = rtw_get_current_time(); -+ u8 input[wrqu->data.length]; -+ u8 index = 0; -+ -+ poidparam.subcode = 0; -+ -+ if (!check_fwstate(pmlmepriv, _FW_LINKED) && -+ check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ ret = -EFAULT; -+ DBG_871X("Please Connect With AP First!!\n"); -+ goto _rtw_wowlan_set_pattern_exit; -+ } -+ -+ if (wrqu->data.length <= 0) { -+ ret = -EFAULT; -+ DBG_871X("ERROR: parameter length <= 0\n"); -+ goto _rtw_wowlan_set_pattern_exit; -+ } else { -+ /* set pattern */ -+ if (copy_from_user(input, -+ wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ /* leave PS first */ -+ rtw_ps_deny(padapter, PS_DENY_IOCTL); -+ LeaveAllPowerSaveModeDirect(padapter); -+ if (strncmp(input, "pattern=", 8) == 0) { -+ if (pwrpriv->wowlan_pattern_idx >= MAX_WKFM_NUM) { -+ DBG_871X("WARNING: priv-pattern is full(%d)\n", -+ MAX_WKFM_NUM); -+ DBG_871X("WARNING: please clean priv-pattern first\n"); -+ ret = -EINVAL; -+ goto _rtw_wowlan_set_pattern_exit; -+ } else { -+ index = pwrpriv->wowlan_pattern_idx; -+ -+ ret = rtw_wowlan_parser_pattern_cmd(input, -+ pwrpriv->patterns[index].content, -+ &pwrpriv->patterns[index].len, -+ pwrpriv->patterns[index].mask); -+ -+ if (ret) { -+ pwrpriv->wowlan_pattern_idx++; -+ pwrpriv->wowlan_pattern = _TRUE; -+ } else { -+ goto _rtw_wowlan_set_pattern_exit; -+ } -+ } -+ } else if (strncmp(input, "clean", 5) == 0) { -+ poidparam.subcode = WOWLAN_PATTERN_CLEAN; -+ rtw_hal_set_hwreg(padapter, -+ HW_VAR_WOWLAN, (u8 *)&poidparam); -+ pwrpriv->wowlan_pattern = _FALSE; -+ } else if (strncmp(input, "show", 4) == 0) { -+ for (i = 0 ; i < MAX_WKFM_NUM ; i++) { -+ DBG_871X("=======[%d]=======\n", i); -+ rtw_read_from_frame_mask(padapter, i); -+ } -+ -+ DBG_871X("********[RTK priv-patterns]*********\n"); -+ for (i = 0 ; i < MAX_WKFM_NUM ; i++) -+ rtw_dump_priv_pattern(padapter, i); -+ } else { -+ DBG_871X("ERROR: incorrect parameter!\n"); -+ ret = -EINVAL; -+ } -+ rtw_ps_deny_cancel(padapter, PS_DENY_IOCTL); -+ } -+_rtw_wowlan_set_pattern_exit: -+ return ret; -+} -+#endif //CONFIG_WOWLAN -+ -+#ifdef CONFIG_AP_WOWLAN -+static int rtw_ap_wowlan_ctrl(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct wowlan_ioctl_param poidparam; -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_info *psta = NULL; -+ int ret = 0; -+ u32 start_time = rtw_get_current_time(); -+ poidparam.subcode = 0; -+ -+ DBG_871X("+rtw_ap_wowlan_ctrl: %s\n", extra); -+ -+#ifndef CONFIG_USB_HCI -+ if(pwrctrlpriv->bSupportRemoteWakeup==_FALSE){ -+ ret = -EPERM; -+ DBG_871X("+rtw_wowlan_ctrl: Device didn't support the remote wakeup!!\n"); -+ goto _rtw_ap_wowlan_ctrl_exit_free; -+ } -+#endif -+ -+ if (!check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ DBG_871X("[%s] It is not AP mode!!\n", __func__); -+ goto _rtw_ap_wowlan_ctrl_exit_free; -+ } -+ -+ if (_rtw_memcmp(extra, "enable", 6)) { -+ -+ pwrctrlpriv->wowlan_ap_mode = _TRUE; -+ -+ rtw_suspend_common(padapter); -+ } else if (_rtw_memcmp(extra, "disable", 7)) { -+#ifdef CONFIG_USB_HCI -+ RTW_ENABLE_FUNC(padapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(padapter, DF_TX_BIT); -+#endif -+ rtw_resume_common(padapter); -+ } else { -+ DBG_871X("[%s] Invalid Parameter.\n", __func__); -+ goto _rtw_ap_wowlan_ctrl_exit_free; -+ } -+ //mutex_lock(&ioctl_mutex); -+_rtw_ap_wowlan_ctrl_exit_free: -+ DBG_871X("-rtw_ap_wowlan_ctrl( subcode = %d)\n", poidparam.subcode); -+ DBG_871X_LEVEL(_drv_always_, "%s in %d ms\n", __func__, -+ rtw_get_passing_time_ms(start_time)); -+_rtw_ap_wowlan_ctrl_exit: -+ return ret; -+} -+#endif //CONFIG_AP_WOWLAN -+ -+static int rtw_pm_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ unsigned mode = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X( "[%s] extra = %s\n", __FUNCTION__, extra ); -+ -+ if ( _rtw_memcmp( extra, "lps=", 4 ) ) -+ { -+ sscanf(extra+4, "%u", &mode); -+ ret = rtw_pm_set_lps(padapter,mode); -+ } -+ else if ( _rtw_memcmp( extra, "ips=", 4 ) ) -+ { -+ sscanf(extra+4, "%u", &mode); -+ ret = rtw_pm_set_ips(padapter,mode); -+ } -+ else{ -+ ret = -EINVAL; -+ } -+ -+ return ret; -+} -+ -+static int rtw_mp_efuse_get(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wdata, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ PEFUSE_HAL pEfuseHal; -+ struct iw_point *wrqu; -+ -+ u8 *PROMContent = pHalData->efuse_eeprom_data; -+ u8 ips_mode = IPS_NUM; // init invalid value -+ u8 lps_mode = PS_MODE_NUM; // init invalid value -+ struct pwrctrl_priv *pwrctrlpriv ; -+ u8 *data = NULL; -+ u8 *rawdata = NULL; -+ char *pch, *ptmp, *token, *tmp[3]={0x00,0x00,0x00}; -+ u16 i=0, j=0, mapLen=0, addr=0, cnts=0; -+ u16 max_available_size=0, raw_cursize=0, raw_maxsize=0; -+ int err; -+ #ifdef CONFIG_IOL -+ u8 org_fw_iol = padapter->registrypriv.fw_iol;// 0:Disable, 1:enable, 2:by usb speed -+ #endif -+ -+ wrqu = (struct iw_point*)wdata; -+ pwrctrlpriv = adapter_to_pwrctl(padapter); -+ pEfuseHal = &pHalData->EfuseHal; -+ -+ err = 0; -+ data = rtw_zmalloc(EFUSE_BT_MAX_MAP_LEN); -+ if (data == NULL) -+ { -+ err = -ENOMEM; -+ goto exit; -+ } -+ rawdata = rtw_zmalloc(EFUSE_BT_MAX_MAP_LEN); -+ if (rawdata == NULL) -+ { -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ if (copy_from_user(extra, wrqu->pointer, wrqu->length)) -+ { -+ err = -EFAULT; -+ goto exit; -+ } -+ #ifdef CONFIG_LPS -+ lps_mode = pwrctrlpriv->power_mgnt;//keep org value -+ rtw_pm_set_lps(padapter,PS_MODE_ACTIVE); -+ #endif -+ -+ #ifdef CONFIG_IPS -+ ips_mode = pwrctrlpriv->ips_mode;//keep org value -+ rtw_pm_set_ips(padapter,IPS_NONE); -+ #endif -+ -+ pch = extra; -+ DBG_871X("%s: in=%s\n", __FUNCTION__, extra); -+ -+ i = 0; -+ //mac 16 "00e04c871200" rmap,00,2 -+ while ((token = strsep(&pch, ",")) != NULL) -+ { -+ if (i > 2) break; -+ tmp[i] = token; -+ i++; -+ } -+ #ifdef CONFIG_IOL -+ padapter->registrypriv.fw_iol = 0;// 0:Disable, 1:enable, 2:by usb speed -+ #endif -+ -+ if(strcmp(tmp[0], "status") == 0){ -+ sprintf(extra, "Load File efuse=%s,Load File MAC=%s" -+ , pHalData->efuse_file_status == EFUSE_FILE_FAILED ? "FAIL" : "OK" -+ , pHalData->macaddr_file_status == MACADDR_FILE_FAILED ? "FAIL" : "OK" -+ ); -+ goto exit; -+ } -+ else if (strcmp(tmp[0], "drvmap") == 0) -+ { -+ mapLen = EFUSE_MAP_SIZE; -+ -+ sprintf(extra, "\n"); -+ for (i = 0; i < EFUSE_MAP_SIZE; i += 16) -+ { -+// DBG_871X("0x%02x\t", i); -+ sprintf(extra, "%s0x%02x\t", extra, i); -+ for (j=0; j<8; j++) { -+// DBG_871X("%02X ", data[i+j]); -+ sprintf(extra, "%s%02X ", extra, PROMContent[i+j]); -+ } -+// DBG_871X("\t"); -+ sprintf(extra, "%s\t", extra); -+ for (; j<16; j++) { -+// DBG_871X("%02X ", data[i+j]); -+ sprintf(extra, "%s%02X ", extra, PROMContent[i+j]); -+ } -+// DBG_871X("\n"); -+ sprintf(extra,"%s\n",extra); -+ } -+// DBG_871X("\n"); -+ } -+ else if (strcmp(tmp[0], "realmap") == 0) -+ { -+ mapLen = EFUSE_MAP_SIZE; -+ if (rtw_efuse_mask_map_read(padapter, EFUSE_WIFI , mapLen, pEfuseHal->fakeEfuseInitMap) == _FAIL) -+ { -+ DBG_871X("%s: read realmap Fail!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+// DBG_871X("OFFSET\tVALUE(hex)\n"); -+ sprintf(extra, "\n"); -+ for (i = 0; i < EFUSE_MAP_SIZE; i += 16) -+ { -+// DBG_871X("0x%02x\t", i); -+ sprintf(extra, "%s0x%02x\t", extra, i); -+ for (j=0; j<8; j++) { -+// DBG_871X("%02X ", data[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->fakeEfuseInitMap[i+j]); -+ } -+// DBG_871X("\t"); -+ sprintf(extra, "%s\t", extra); -+ for (; j<16; j++) { -+// DBG_871X("%02X ", data[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->fakeEfuseInitMap[i+j]); -+ } -+// DBG_871X("\n"); -+ sprintf(extra,"%s\n",extra); -+ } -+// DBG_871X("\n"); -+ } -+ else if (strcmp(tmp[0], "rmap") == 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ DBG_871X("%s: rmap Fail!! Parameters error!\n", __FUNCTION__); -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ // rmap addr cnts -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ DBG_871X("%s: addr=%x\n", __FUNCTION__, addr); -+ -+ cnts = simple_strtoul(tmp[2], &ptmp, 10); -+ if (cnts == 0) -+ { -+ DBG_871X("%s: rmap Fail!! cnts error!\n", __FUNCTION__); -+ err = -EINVAL; -+ goto exit; -+ } -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_EFUSE_MAP_LEN , (PVOID)&max_available_size, _FALSE); -+ if ((addr+ cnts) > max_available_size) -+ { -+ DBG_871X("%s: addr(0x%X)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ if (rtw_efuse_mask_map_read(padapter, addr, cnts, data) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_mask_map_read error!\n", __func__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+// DBG_871X("%s: data={", __FUNCTION__); -+ *extra = 0; -+ for (i=0; i= 512) -+ mapLen = 512; -+ -+ _rtw_memset(extra,'\0',strlen(extra)); -+ -+ sprintf(extra, "\n0x00\t"); -+ -+ for (i = 0; i < mapLen ; i++) { -+ sprintf(extra, "%s%02X", extra, rawdata[i]); -+ if ((i & 0xF) == 0xF) { -+ sprintf(extra, "%s\n", extra); -+ sprintf(extra, "%s0x%02x\t", extra, i+1); -+ } else if ((i & 0x7) == 0x7) { -+ sprintf(extra, "%s \t", extra); -+ } else { -+ sprintf(extra, "%s ", extra); -+ } -+ } -+ -+ } else if (strcmp(tmp[0], "realrawb") == 0) { -+ addr = 0; -+ mapLen = EFUSE_MAX_SIZE; -+ DBG_871X("EFUSE_MAX_SIZE =%d\n", EFUSE_MAX_SIZE); -+ if (rtw_efuse_access(padapter, _FALSE, addr, mapLen, rawdata) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_access Fail!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ _rtw_memset(extra,'\0',strlen(extra)); -+ // DBG_871X("%s: realraw={\n", __FUNCTION__); -+ sprintf(extra, "\n0x00\t"); -+ for (i= 512; i< mapLen; i++) -+ { -+ // DBG_871X("%02X", rawdata[i]); -+ sprintf(extra, "%s%02X", extra, rawdata[i]); -+ if ((i & 0xF) == 0xF) { -+ // DBG_871X("\n"); -+ sprintf(extra, "%s\n", extra); -+ sprintf(extra, "%s0x%02x\t", extra, i+1); -+ } -+ else if ((i & 0x7) == 0x7){ -+ // DBG_871X("\t"); -+ sprintf(extra, "%s \t", extra); -+ } else { -+ // DBG_871X(" "); -+ sprintf(extra, "%s ", extra); -+ } -+ } -+ // DBG_871X("}\n"); -+ } -+ else if (strcmp(tmp[0], "mac") == 0) -+ { -+ if (hal_efuse_macaddr_offset(padapter) == -1) { -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ addr = hal_efuse_macaddr_offset(padapter); -+ cnts = 6; -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ if ((addr + cnts) > max_available_size) { -+ DBG_871X("%s: addr(0x%02x)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ if (rtw_efuse_mask_map_read(padapter, addr, cnts, data) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_mask_map_read error!\n", __func__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+// DBG_871X("%s: MAC address={", __FUNCTION__); -+ *extra = 0; -+ for (i=0; i max_available_size) -+ { -+ DBG_871X("%s: addr(0x%02x)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EFAULT; -+ goto exit; -+ } -+ if (rtw_efuse_mask_map_read(padapter, addr, cnts, data) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_access error!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+// DBG_871X("%s: {VID,PID}={", __FUNCTION__); -+ *extra = 0; -+ for (i=0; iBTEfuseInitMap) == _FAIL) -+ { -+ DBG_871X("%s: rtw_BT_efuse_map_read Fail!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+// DBG_871X("OFFSET\tVALUE(hex)\n"); -+ sprintf(extra, "\n"); -+ for (i=0; i<512; i+=16) // set 512 because the iwpriv's extra size have limit 0x7FF -+ { -+// DBG_871X("0x%03x\t", i); -+ sprintf(extra, "%s0x%03x\t", extra, i); -+ for (j=0; j<8; j++) { -+// DBG_871X("%02X ", pEfuseHal->BTEfuseInitMap[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->BTEfuseInitMap[i+j]); -+ } -+// DBG_871X("\t"); -+ sprintf(extra,"%s\t",extra); -+ for (; j<16; j++) { -+// DBG_871X("%02X ", pEfuseHal->BTEfuseInitMap[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->BTEfuseInitMap[i+j]); -+ } -+// DBG_871X("\n"); -+ sprintf(extra, "%s\n", extra); -+ } -+// DBG_871X("\n"); -+ } -+ else if (strcmp(tmp[0],"btbmap") == 0) -+ { -+ BTEfuse_PowerSwitch(padapter,1,_TRUE); -+ -+ mapLen = EFUSE_BT_MAX_MAP_LEN; -+ if (rtw_BT_efuse_map_read(padapter, 0, mapLen, pEfuseHal->BTEfuseInitMap) == _FAIL) -+ { -+ DBG_871X("%s: rtw_BT_efuse_map_read Fail!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+// DBG_871X("OFFSET\tVALUE(hex)\n"); -+ sprintf(extra, "\n"); -+ for (i=512; i<1024 ; i+=16) -+ { -+// DBG_871X("0x%03x\t", i); -+ sprintf(extra, "%s0x%03x\t", extra, i); -+ for (j=0; j<8; j++) -+ { -+// DBG_871X("%02X ", data[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->BTEfuseInitMap[i+j]); -+ } -+// DBG_871X("\t"); -+ sprintf(extra,"%s\t",extra); -+ for (; j<16; j++) { -+// DBG_871X("%02X ", data[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->BTEfuseInitMap[i+j]); -+ } -+// DBG_871X("\n"); -+ sprintf(extra, "%s\n", extra); -+ } -+// DBG_871X("\n"); -+ } -+ else if (strcmp(tmp[0],"btrmap") == 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ BTEfuse_PowerSwitch(padapter,1,_TRUE); -+ -+ // rmap addr cnts -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ -+ cnts = simple_strtoul(tmp[2], &ptmp, 10); -+ if (cnts == 0) -+ { -+ DBG_871X("%s: btrmap Fail!! cnts error!\n", __FUNCTION__); -+ err = -EINVAL; -+ goto exit; -+ } -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_BT, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ if ((addr + cnts) > max_available_size) -+ { -+ DBG_871X("%s: addr(0x%X)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ if (rtw_BT_efuse_map_read(padapter, addr, cnts, data) == _FAIL) -+ { -+ DBG_871X("%s: rtw_BT_efuse_map_read error!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ *extra = 0; -+// DBG_871X("%s: bt efuse data={", __FUNCTION__); -+ for (i=0; ifakeBTEfuseModifiedMap[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ } -+// DBG_871X("\t"); -+ sprintf(extra, "%s\t", extra); -+ for (; j<16; j++) { -+// DBG_871X("%02X ", pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ } -+// DBG_871X("\n"); -+ sprintf(extra, "%s\n", extra); -+ } -+// DBG_871X("\n"); -+ } -+ else if (strcmp(tmp[0],"btbfake") == 0) -+ { -+// DBG_871X("OFFSET\tVALUE(hex)\n"); -+ sprintf(extra, "\n"); -+ for (i=512; i<1024; i+=16) -+ { -+// DBG_871X("0x%03x\t", i); -+ sprintf(extra, "%s0x%03x\t", extra, i); -+ for (j=0; j<8; j++) { -+// DBG_871X("%02X ", pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ } -+// DBG_871X("\t"); -+ sprintf(extra, "%s\t", extra); -+ for (; j<16; j++) { -+// DBG_871X("%02X ", pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ } -+// DBG_871X("\n"); -+ sprintf(extra, "%s\n", extra); -+ } -+// DBG_871X("\n"); -+ } -+ else if (strcmp(tmp[0],"wlrfkmap")== 0) -+ { -+// DBG_871X("OFFSET\tVALUE(hex)\n"); -+ sprintf(extra, "\n"); -+ for (i=0; ifakeEfuseModifiedMap[i+j]); -+ sprintf(extra, "%s%02X ", extra, pEfuseHal->fakeEfuseModifiedMap[i+j]); -+ } -+// DBG_871X("\t"); -+ sprintf(extra, "%s\t", extra); -+ for (; j<16; j++) { -+// DBG_871X("%02X ", pEfuseHal->fakeEfuseModifiedMap[i+j]); -+ sprintf(extra, "%s %02X", extra, pEfuseHal->fakeEfuseModifiedMap[i+j]); -+ } -+// DBG_871X("\n"); -+ sprintf(extra, "%s\n", extra); -+ } -+// DBG_871X("\n"); -+ -+ } -+ else if (strcmp(tmp[0],"wlrfkrmap")== 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ DBG_871X("%s: rmap Fail!! Parameters error!\n", __FUNCTION__); -+ err = -EINVAL; -+ goto exit; -+ } -+ // rmap addr cnts -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ DBG_871X("%s: addr=%x\n", __FUNCTION__, addr); -+ -+ cnts = simple_strtoul(tmp[2], &ptmp, 10); -+ if (cnts == 0) -+ { -+ DBG_871X("%s: rmap Fail!! cnts error!\n", __FUNCTION__); -+ err = -EINVAL; -+ goto exit; -+ } -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ -+ // DBG_871X("%s: data={", __FUNCTION__); -+ *extra = 0; -+ for (i=0; ifakeEfuseModifiedMap[addr+i]); -+ sprintf(extra, "%s0x%02X ", extra, pEfuseHal->fakeEfuseModifiedMap[addr+i]); -+ } -+ } -+ else if (strcmp(tmp[0],"btrfkrmap")== 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ DBG_871X("%s: rmap Fail!! Parameters error!\n", __FUNCTION__); -+ err = -EINVAL; -+ goto exit; -+ } -+ // rmap addr cnts -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ DBG_871X("%s: addr=%x\n", __FUNCTION__, addr); -+ -+ cnts = simple_strtoul(tmp[2], &ptmp, 10); -+ if (cnts == 0) -+ { -+ DBG_871X("%s: rmap Fail!! cnts error!\n", __FUNCTION__); -+ err = -EINVAL; -+ goto exit; -+ } -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ -+ // DBG_871X("%s: data={", __FUNCTION__); -+ *extra = 0; -+ for (i=0; ifakeBTEfuseModifiedMap[addr+i]); -+ sprintf(extra, "%s0x%02X ", extra, pEfuseHal->fakeBTEfuseModifiedMap[addr+i]); -+ } -+ } -+ else -+ { -+ sprintf(extra, "Command not found!"); -+ } -+ -+exit: -+ if (data) -+ rtw_mfree(data, EFUSE_BT_MAX_MAP_LEN); -+ if (rawdata) -+ rtw_mfree(rawdata, EFUSE_BT_MAX_MAP_LEN); -+ if (!err) -+ wrqu->length = strlen(extra); -+ -+ if (padapter->registrypriv.mp_mode == 0) -+ { -+ #ifdef CONFIG_IPS -+ rtw_pm_set_ips(padapter, ips_mode); -+#endif // CONFIG_IPS -+ -+ #ifdef CONFIG_LPS -+ rtw_pm_set_lps(padapter, lps_mode); -+#endif // CONFIG_LPS -+ } -+ -+ #ifdef CONFIG_IOL -+ padapter->registrypriv.fw_iol = org_fw_iol;// 0:Disable, 1:enable, 2:by usb speed -+ #endif -+ return err; -+} -+ -+static int rtw_mp_efuse_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wdata, char *extra) -+{ -+ struct iw_point *wrqu; -+ PADAPTER padapter; -+ struct pwrctrl_priv *pwrctrlpriv ; -+ PHAL_DATA_TYPE pHalData; -+ PEFUSE_HAL pEfuseHal; -+ -+ u8 ips_mode = IPS_NUM; // init invalid value -+ u8 lps_mode = PS_MODE_NUM; // init invalid value -+ u32 i=0,j=0, jj, kk; -+ u8 *setdata = NULL; -+ u8 *ShadowMapBT = NULL; -+ u8 *ShadowMapWiFi = NULL; -+ u8 *setrawdata = NULL; -+ char *pch, *ptmp, *token, *tmp[3]={0x00,0x00,0x00}; -+ u16 addr=0xFF, cnts=0, BTStatus=0 , max_available_size=0; -+ int err; -+ -+ wrqu = (struct iw_point*)wdata; -+ padapter = rtw_netdev_priv(dev); -+ pwrctrlpriv = adapter_to_pwrctl(padapter); -+ pHalData = GET_HAL_DATA(padapter); -+ pEfuseHal = &pHalData->EfuseHal; -+ err = 0; -+ -+ if (copy_from_user(extra, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ setdata = rtw_zmalloc(1024); -+ if (setdata == NULL) -+ { -+ err = -ENOMEM; -+ goto exit; -+ } -+ ShadowMapBT = rtw_malloc(EFUSE_BT_MAX_MAP_LEN); -+ if (ShadowMapBT == NULL) -+ { -+ err = -ENOMEM; -+ goto exit; -+ } -+ ShadowMapWiFi = rtw_malloc(EFUSE_MAP_SIZE); -+ if (ShadowMapWiFi == NULL) -+ { -+ err = -ENOMEM; -+ goto exit; -+ } -+ setrawdata = rtw_malloc(EFUSE_MAX_SIZE); -+ if (setrawdata == NULL) -+ { -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ #ifdef CONFIG_LPS -+ lps_mode = pwrctrlpriv->power_mgnt;//keep org value -+ rtw_pm_set_lps(padapter,PS_MODE_ACTIVE); -+ #endif -+ -+ #ifdef CONFIG_IPS -+ ips_mode = pwrctrlpriv->ips_mode;//keep org value -+ rtw_pm_set_ips(padapter,IPS_NONE); -+ #endif -+ -+ pch = extra; -+ DBG_871X("%s: in=%s\n", __FUNCTION__, extra); -+ -+ i = 0; -+ while ((token = strsep(&pch, ",")) != NULL) -+ { -+ if (i > 2) break; -+ tmp[i] = token; -+ i++; -+ } -+ -+ // tmp[0],[1],[2] -+ // wmap,addr,00e04c871200 -+ if (strcmp(tmp[0], "wmap") == 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+#if 1 -+ // unknown bug workaround, need to fix later -+ addr=0x1ff; -+ rtw_write8(padapter, EFUSE_CTRL+1, (addr & 0xff)); -+ rtw_msleep_os(10); -+ rtw_write8(padapter, EFUSE_CTRL+2, ((addr >> 8) & 0x03)); -+ rtw_msleep_os(10); -+ rtw_write8(padapter, EFUSE_CTRL+3, 0x72); -+ rtw_msleep_os(10); -+ rtw_read8(padapter, EFUSE_CTRL); -+#endif -+ -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ addr &= 0xFFF; -+ -+ cnts = strlen(tmp[2]); -+ if (cnts%2) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ cnts /= 2; -+ if (cnts == 0) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ DBG_871X("%s: map data=%s\n", __FUNCTION__, tmp[2]); -+ -+ for (jj=0, kk=0; jj max_available_size) -+ { -+ DBG_871X("%s: addr(0x%X)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ if (rtw_efuse_map_write(padapter, addr, cnts, setdata) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_map_write error!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ *extra = 0; -+ DBG_871X("%s: after rtw_efuse_map_write to _rtw_memcmp\n", __func__); -+ if (rtw_efuse_mask_map_read(padapter, addr, cnts, ShadowMapWiFi) == _SUCCESS) -+ { -+ if (_rtw_memcmp((void*)ShadowMapWiFi ,(void*)setdata,cnts)) -+ { -+ DBG_871X("%s: WiFi write map afterf compare success\n", __FUNCTION__); -+ sprintf(extra, "WiFi write map compare OK\n"); -+ err = 0; -+ goto exit; -+ } -+ else -+ { -+ sprintf(extra, "WiFi write map compare FAIL\n"); -+ DBG_871X("%s: WiFi write map compare Fail\n", __FUNCTION__); -+ err = 0; -+ goto exit; -+ } -+ } -+ } -+ else if (strcmp(tmp[0], "wraw") == 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ addr = simple_strtoul( tmp[1], &ptmp, 16 ); -+ addr &= 0xFFF; -+ -+ cnts = strlen(tmp[2]); -+ if (cnts%2) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ cnts /= 2; -+ if (cnts == 0) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ DBG_871X("%s: raw data=%s\n", __FUNCTION__, tmp[2]); -+ -+ for (jj=0, kk=0; jj 6) -+ { -+ DBG_871X("%s: error data for mac addr=\"%s\"\n", __FUNCTION__, tmp[1]); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ DBG_871X("%s: MAC address=%s\n", __FUNCTION__, tmp[1]); -+ -+ for (jj=0, kk=0; jj max_available_size) -+ { -+ DBG_871X("%s: addr(0x%X)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ if (rtw_efuse_map_write(padapter, addr, cnts, setdata) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_map_write error!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ } -+ else if (strcmp(tmp[0], "vidpid") == 0) -+ { -+ if (tmp[1]==NULL) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ // pidvid,da0b7881 -+ #ifdef CONFIG_RTL8188E -+ #ifdef CONFIG_USB_HCI -+ addr = EEPROM_VID_88EU; -+ #endif -+ #ifdef CONFIG_PCI_HCI -+ addr = EEPROM_VID_88EE; -+ #endif -+ #endif // CONFIG_RTL8188E -+ -+ #ifdef CONFIG_RTL8192E -+ #ifdef CONFIG_USB_HCI -+ addr = EEPROM_VID_8192EU; -+ #endif -+ #ifdef CONFIG_PCI_HCI -+ addr = EEPROM_VID_8192EE; -+ #endif -+ #endif // CONFIG_RTL8188E -+ -+ #ifdef CONFIG_RTL8723B -+ addr = EEPROM_VID_8723BU; -+ #endif -+ -+ #ifdef CONFIG_RTL8188F -+ addr = EEPROM_VID_8188FU; -+ #endif -+ -+ cnts = strlen(tmp[1]); -+ if (cnts%2) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ cnts /= 2; -+ if (cnts == 0) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ DBG_871X("%s: VID/PID=%s\n", __FUNCTION__, tmp[1]); -+ -+ for (jj=0, kk=0; jj max_available_size) -+ { -+ DBG_871X("%s: addr(0x%X)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ if (rtw_efuse_map_write(padapter, addr, cnts, setdata) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_map_write error!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ } -+ else if (strcmp(tmp[0], "wldumpfake") == 0) -+ { -+ if (rtw_efuse_mask_map_read(padapter, 0, EFUSE_MAP_SIZE, pEfuseHal->fakeEfuseModifiedMap) == _SUCCESS) { -+ DBG_871X("%s: WiFi hw efuse dump to Fake map success\n", __func__); -+ } else { -+ DBG_871X("%s: WiFi hw efuse dump to Fake map Fail\n", __func__); -+ err = -EFAULT; -+ } -+ } -+ else if (strcmp(tmp[0], "btwmap") == 0) -+ { -+ rtw_write8(padapter, 0xa3, 0x05); //For 8723AB ,8821S ? -+ BTStatus=rtw_read8(padapter, 0xa0); -+ DBG_871X("%s: btwmap before read 0xa0 BT Status =0x%x \n", __FUNCTION__,BTStatus); -+ if (BTStatus != 0x04) -+ { -+ sprintf(extra, "BT Status not Active Write FAIL\n"); -+ goto exit; -+ } -+ -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ BTEfuse_PowerSwitch(padapter,1,_TRUE); -+ -+ addr=0x1ff; -+ rtw_write8(padapter, EFUSE_CTRL+1, (addr & 0xff)); -+ rtw_msleep_os(10); -+ rtw_write8(padapter, EFUSE_CTRL+2, ((addr >> 8) & 0x03)); -+ rtw_msleep_os(10); -+ rtw_write8(padapter, EFUSE_CTRL+3, 0x72); -+ rtw_msleep_os(10); -+ rtw_read8(padapter, EFUSE_CTRL); -+ -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ addr &= 0xFFF; -+ -+ cnts = strlen(tmp[2]); -+ if (cnts%2) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ cnts /= 2; -+ if (cnts == 0) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ DBG_871X("%s: BT data=%s\n", __FUNCTION__, tmp[2]); -+ -+ for (jj=0, kk=0; jj max_available_size) -+ { -+ DBG_871X("%s: addr(0x%X)+cnts(%d) parameter error!\n", __FUNCTION__, addr, cnts); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ if (rtw_BT_efuse_map_write(padapter, addr, cnts, setdata) == _FAIL) -+ { -+ DBG_871X("%s: rtw_BT_efuse_map_write error!!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ *extra = 0; -+ DBG_871X("%s: after rtw_BT_efuse_map_write to _rtw_memcmp \n", __FUNCTION__); -+ if ( (rtw_BT_efuse_map_read(padapter, addr, cnts, ShadowMapBT ) == _SUCCESS ) ) -+ { -+ if (_rtw_memcmp((void*)ShadowMapBT ,(void*)setdata,cnts)) -+ { -+ DBG_871X("%s: BT write map compare OK BTStatus=0x%x\n", __FUNCTION__,BTStatus); -+ sprintf(extra, "BT write map compare OK"); -+ err = 0; -+ goto exit; -+ } -+ else -+ { -+ sprintf(extra, "BT write map compare FAIL"); -+ DBG_871X("%s: BT write map compare FAIL BTStatus=0x%x\n", __FUNCTION__,BTStatus); -+ err = 0; -+ goto exit; -+ } -+ } -+ } -+ else if (strcmp(tmp[0], "btwfake") == 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ addr &= 0xFFF; -+ -+ cnts = strlen(tmp[2]); -+ if (cnts%2) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ cnts /= 2; -+ if (cnts == 0) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ DBG_871X("%s: BT tmp data=%s\n", __FUNCTION__, tmp[2]); -+ -+ for (jj=0, kk=0; jjfakeBTEfuseModifiedMap[addr+jj] = key_2char2num(tmp[2][kk], tmp[2][kk+1]); -+ } -+ } -+ else if (strcmp(tmp[0], "btdumpfake") == 0) -+ { -+ if (rtw_BT_efuse_map_read(padapter, 0, EFUSE_BT_MAX_MAP_LEN, pEfuseHal->fakeBTEfuseModifiedMap) == _SUCCESS) { -+ DBG_871X("%s: BT read all map success\n", __FUNCTION__); -+ } else { -+ DBG_871X("%s: BT read all map Fail!\n", __FUNCTION__); -+ err = -EFAULT; -+ } -+ } -+ else if (strcmp(tmp[0], "btfk2map") == 0) -+ { -+ rtw_write8(padapter, 0xa3, 0x05); -+ BTStatus=rtw_read8(padapter, 0xa0); -+ DBG_871X("%s: btwmap before read 0xa0 BT Status =0x%x \n", __FUNCTION__,BTStatus); -+ if (BTStatus != 0x04) -+ { -+ sprintf(extra, "BT Status not Active Write FAIL\n"); -+ goto exit; -+ } -+ -+ BTEfuse_PowerSwitch(padapter,1,_TRUE); -+ -+ addr=0x1ff; -+ rtw_write8(padapter, EFUSE_CTRL+1, (addr & 0xff)); -+ rtw_msleep_os(10); -+ rtw_write8(padapter, EFUSE_CTRL+2, ((addr >> 8) & 0x03)); -+ rtw_msleep_os(10); -+ rtw_write8(padapter, EFUSE_CTRL+3, 0x72); -+ rtw_msleep_os(10); -+ rtw_read8(padapter, EFUSE_CTRL); -+ -+ _rtw_memcpy(pEfuseHal->BTEfuseModifiedMap, pEfuseHal->fakeBTEfuseModifiedMap, EFUSE_BT_MAX_MAP_LEN); -+ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_BT, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ if (max_available_size < 1) -+ { -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ if (rtw_BT_efuse_map_write(padapter, 0x00, EFUSE_BT_MAX_MAP_LEN, pEfuseHal->fakeBTEfuseModifiedMap) == _FAIL) -+ { -+ DBG_871X("%s: rtw_BT_efuse_map_write error!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ -+ DBG_871X("pEfuseHal->fakeBTEfuseModifiedMap OFFSET\tVALUE(hex)\n"); -+ for (i = 0; i < EFUSE_BT_MAX_MAP_LEN; i += 16) -+ { -+ printk("0x%02x\t", i); -+ for (j=0; j<8; j++) { -+ printk("%02X ", pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ } -+ printk("\t"); -+ -+ for (; j<16; j++) { -+ printk("%02X ", pEfuseHal->fakeBTEfuseModifiedMap[i+j]); -+ } -+ printk("\n"); -+ } -+ printk("\n"); -+#if 1 -+ err = -EFAULT; -+ DBG_871X("%s: rtw_BT_efuse_map_read _rtw_memcmp \n", __FUNCTION__); -+ if ( (rtw_BT_efuse_map_read(padapter, 0x00, EFUSE_BT_MAX_MAP_LEN, pEfuseHal->fakeBTEfuseInitMap) == _SUCCESS ) ) -+ { -+ if (_rtw_memcmp((void*)pEfuseHal->fakeBTEfuseModifiedMap,(void*)pEfuseHal->fakeBTEfuseInitMap,EFUSE_BT_MAX_MAP_LEN)) -+ { -+ sprintf(extra, "BT write map compare OK"); -+ DBG_871X("%s: BT write map afterf compare success BTStatus=0x%x \n", __FUNCTION__,BTStatus); -+ err = 0; -+ goto exit; -+ } -+ else -+ { -+ sprintf(extra, "BT write map compare FAIL"); -+ if (rtw_BT_efuse_map_write(padapter, 0x00, EFUSE_BT_MAX_MAP_LEN, pEfuseHal->fakeBTEfuseModifiedMap) == _FAIL) -+ { -+ DBG_871X("%s: rtw_BT_efuse_map_write compare error,retry = %d!\n", __FUNCTION__,i); -+ } -+ -+ if (rtw_BT_efuse_map_read(padapter, EFUSE_BT, EFUSE_BT_MAX_MAP_LEN, pEfuseHal->fakeBTEfuseInitMap) == _SUCCESS) -+ { -+ DBG_871X("pEfuseHal->fakeBTEfuseInitMap OFFSET\tVALUE(hex)\n"); -+ -+ for (i = 0; i < EFUSE_BT_MAX_MAP_LEN; i += 16) -+ { -+ printk("0x%02x\t", i); -+ for (j=0; j<8; j++) { -+ printk("%02X ", pEfuseHal->fakeBTEfuseInitMap[i+j]); -+ } -+ printk("\t"); -+ for (; j<16; j++) { -+ printk("%02X ", pEfuseHal->fakeBTEfuseInitMap[i+j]); -+ } -+ printk("\n"); -+ } -+ printk("\n"); -+ } -+ DBG_871X("%s: BT write map afterf compare not match to write efuse try write Map again , BTStatus=0x%x\n", __FUNCTION__,BTStatus); -+ goto exit; -+ } -+ } -+#endif -+ -+ } -+ else if (strcmp(tmp[0], "wlfk2map") == 0) -+ { -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ if (max_available_size < 1) -+ { -+ err = -EFAULT; -+ goto exit; -+ } -+ if (rtw_efuse_map_write(padapter, 0x00, EFUSE_MAP_SIZE, pEfuseHal->fakeEfuseModifiedMap) == _FAIL) -+ { -+ DBG_871X("%s: rtw_efuse_map_write fakeEfuseModifiedMap error!\n", __FUNCTION__); -+ err = -EFAULT; -+ goto exit; -+ } -+ *extra = 0; -+ DBG_871X("%s: after rtw_BT_efuse_map_write to _rtw_memcmp\n", __func__); -+ if (rtw_efuse_mask_map_read(padapter, 0x00, EFUSE_MAP_SIZE, ShadowMapWiFi) == _SUCCESS) -+ { -+ if (_rtw_memcmp((void*)ShadowMapWiFi ,(void*)setdata,cnts)) -+ { -+ DBG_871X("%s: WiFi write map afterf compare OK\n", __FUNCTION__); -+ sprintf(extra, "WiFi write map compare OK\n"); -+ err = 0; -+ goto exit; -+ } -+ else -+ { -+ sprintf(extra, "WiFi write map compare FAIL\n"); -+ DBG_871X("%s: WiFi write map compare Fail\n", __FUNCTION__); -+ err = 0; -+ goto exit; -+ } -+ } -+ } -+ else if (strcmp(tmp[0], "wlwfake") == 0) -+ { -+ if ((tmp[1]==NULL) || (tmp[2]==NULL)) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ addr = simple_strtoul(tmp[1], &ptmp, 16); -+ addr &= 0xFFF; -+ -+ cnts = strlen(tmp[2]); -+ if (cnts%2) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ cnts /= 2; -+ if (cnts == 0) -+ { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ DBG_871X("%s: addr=0x%X\n", __FUNCTION__, addr); -+ DBG_871X("%s: cnts=%d\n", __FUNCTION__, cnts); -+ DBG_871X("%s: map tmp data=%s\n", __FUNCTION__, tmp[2]); -+ -+ for (jj=0, kk=0; jjfakeEfuseModifiedMap[addr+jj] = key_2char2num(tmp[2][kk], tmp[2][kk+1]); -+ } -+ _rtw_memset(extra, '\0', strlen(extra)); -+ sprintf(extra, "wlwfake OK\n"); -+ } -+ -+exit: -+ if (setdata) -+ rtw_mfree(setdata, 1024); -+ if (ShadowMapBT) -+ rtw_mfree(ShadowMapBT, EFUSE_BT_MAX_MAP_LEN); -+ if (ShadowMapWiFi) -+ rtw_mfree(ShadowMapWiFi, EFUSE_MAP_SIZE); -+ if (setrawdata) -+ rtw_mfree(setrawdata, EFUSE_MAX_SIZE); -+ -+ wrqu->length = strlen(extra); -+ -+ if (padapter->registrypriv.mp_mode == 0) -+ { -+ #ifdef CONFIG_IPS -+ rtw_pm_set_ips(padapter, ips_mode); -+ #endif // CONFIG_IPS -+ -+ #ifdef CONFIG_LPS -+ rtw_pm_set_lps(padapter, lps_mode); -+ #endif // CONFIG_LPS -+ } -+ -+ return err; -+} -+ -+ -+#ifdef CONFIG_MP_INCLUDED -+ -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+#define DBG_MP_SDIO_INDIRECT_ACCESS 1 -+static int rtw_mp_sd_iread(struct net_device *dev -+ , struct iw_request_info *info -+ , struct iw_point *wrqu -+ , char *extra) -+{ -+ char input[16]; -+ u8 width; -+ unsigned long addr; -+ u32 ret = 0; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ if (wrqu->length > 16) { -+ DBG_871X(FUNC_ADPT_FMT" wrqu->length:%d\n", FUNC_ADPT_ARG(padapter), wrqu->length); -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) { -+ DBG_871X(FUNC_ADPT_FMT" copy_from_user fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -EFAULT; -+ goto exit; -+ } -+ -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ if (sscanf(input, "%hhu,%lx", &width, &addr) != 2) { -+ DBG_871X(FUNC_ADPT_FMT" sscanf fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (addr > 0x3FFF) { -+ DBG_871X(FUNC_ADPT_FMT" addr:0x%lx\n", FUNC_ADPT_ARG(padapter), addr); -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (DBG_MP_SDIO_INDIRECT_ACCESS) -+ DBG_871X(FUNC_ADPT_FMT" width:%u, addr:0x%lx\n", FUNC_ADPT_ARG(padapter), width, addr); -+ -+ switch (width) { -+ case 1: -+ sprintf(extra, "0x%02x", rtw_sd_iread8(padapter, addr)); -+ wrqu->length = strlen(extra); -+ break; -+ case 2: -+ sprintf(extra, "0x%04x", rtw_sd_iread16(padapter, addr)); -+ wrqu->length = strlen(extra); -+ break; -+ case 4: -+ sprintf(extra, "0x%08x", rtw_sd_iread32(padapter, addr)); -+ wrqu->length = strlen(extra); -+ break; -+ default: -+ wrqu->length = 0; -+ ret = -EINVAL; -+ break; -+ } -+ -+exit: -+ return ret; -+} -+ -+static int rtw_mp_sd_iwrite(struct net_device *dev -+ , struct iw_request_info *info -+ , struct iw_point *wrqu -+ , char *extra) -+{ -+ char width; -+ unsigned long addr, data; -+ int ret = 0; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ char input[32]; -+ -+ if (wrqu->length > 32) { -+ DBG_871X(FUNC_ADPT_FMT" wrqu->length:%d\n", FUNC_ADPT_ARG(padapter), wrqu->length); -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) { -+ DBG_871X(FUNC_ADPT_FMT" copy_from_user fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -EFAULT; -+ goto exit; -+ } -+ -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ if (sscanf(input, "%hhu,%lx,%lx", &width, &addr, &data) != 3) { -+ DBG_871X(FUNC_ADPT_FMT" sscanf fail\n", FUNC_ADPT_ARG(padapter)); -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (addr > 0x3FFF) { -+ DBG_871X(FUNC_ADPT_FMT" addr:0x%lx\n", FUNC_ADPT_ARG(padapter), addr); -+ ret = -EINVAL; -+ goto exit; -+ } -+ -+ if (DBG_MP_SDIO_INDIRECT_ACCESS) -+ DBG_871X(FUNC_ADPT_FMT" width:%u, addr:0x%lx, data:0x%lx\n", FUNC_ADPT_ARG(padapter), width, addr, data); -+ -+ switch (width) { -+ case 1: -+ if (data > 0xFF) { -+ ret = -EINVAL; -+ break; -+ } -+ rtw_sd_iwrite8(padapter, addr, data); -+ break; -+ case 2: -+ if (data > 0xFFFF) { -+ ret = -EINVAL; -+ break; -+ } -+ rtw_sd_iwrite16(padapter, addr, data); -+ break; -+ case 4: -+ rtw_sd_iwrite32(padapter, addr, data); -+ break; -+ default: -+ wrqu->length = 0; -+ ret = -EINVAL; -+ break; -+ } -+ -+exit: -+ return ret; -+} -+#endif /* CONFIG_SDIO_INDIRECT_ACCESS */ -+ -+static int rtw_mp_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wdata, char *extra) -+{ -+ struct iw_point *wrqu = (struct iw_point *)wdata; -+ u32 subcmd = wrqu->flags; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ if (padapter == NULL) -+ { -+ return -ENETDOWN; -+ } -+ -+ if((padapter->bup == _FALSE )) -+ { -+ DBG_871X(" %s fail =>(padapter->bup == _FALSE )\n",__FUNCTION__); -+ return -ENETDOWN; -+ } -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_871X("%s fail =>(bSurpriseRemoved == _TRUE) || ( bDriverStopped == _TRUE)\n", __func__); -+ return -ENETDOWN; -+ } -+ -+ -+ //_rtw_memset(extra, 0x00, IW_PRIV_SIZE_MASK); -+ -+ if (extra == NULL) -+ { -+ wrqu->length = 0; -+ return -EIO; -+ } -+ -+ switch(subcmd) -+ { -+ case MP_START: -+ DBG_871X("set case mp_start \n"); -+ rtw_mp_start (dev,info,wrqu,extra); -+ break; -+ -+ case MP_STOP: -+ DBG_871X("set case mp_stop \n"); -+ rtw_mp_stop (dev,info,wrqu,extra); -+ break; -+ -+ case MP_BANDWIDTH: -+ DBG_871X("set case mp_bandwidth \n"); -+ rtw_mp_bandwidth (dev,info,wrqu,extra); -+ break; -+ -+ case MP_RESET_STATS: -+ DBG_871X("set case MP_RESET_STATS \n"); -+ rtw_mp_reset_stats (dev,info,wrqu,extra); -+ break; -+ case MP_SetRFPathSwh: -+ DBG_871X("set MP_SetRFPathSwitch \n"); -+ rtw_mp_SetRFPath (dev,info,wdata,extra); -+ break; -+ case CTA_TEST: -+ DBG_871X("set CTA_TEST\n"); -+ rtw_cta_test_start (dev, info, wdata, extra); -+ break; -+ case MP_DISABLE_BT_COEXIST: -+ DBG_871X("set case MP_DISABLE_BT_COEXIST \n"); -+ rtw_mp_disable_bt_coexist(dev, info, wdata, extra); -+ break; -+#ifdef CONFIG_WOWLAN -+ case MP_WOW_ENABLE: -+ DBG_871X("set case MP_WOW_ENABLE: %s\n", extra); -+ -+ rtw_wowlan_ctrl(dev, info, wdata, extra); -+ break; -+ case MP_WOW_SET_PATTERN: -+ DBG_871X("set case MP_WOW_SET_PATTERN: %s\n", extra); -+ rtw_wowlan_set_pattern(dev, info, wdata, extra); -+ break; -+#endif -+#ifdef CONFIG_AP_WOWLAN -+ case MP_AP_WOW_ENABLE: -+ DBG_871X("set case MP_AP_WOW_ENABLE: %s\n", extra); -+ rtw_ap_wowlan_ctrl(dev, info, wdata, extra); -+ break; -+#endif -+ } -+ -+ -+ return 0; -+} -+ -+ -+static int rtw_mp_get(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wdata, char *extra) -+{ -+ struct iw_point *wrqu = (struct iw_point *)wdata; -+ u32 subcmd = wrqu->flags; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ //DBG_871X("in mp_get extra= %s \n",extra); -+ -+ if (padapter == NULL) -+ { -+ return -ENETDOWN; -+ } -+ if((padapter->bup == _FALSE )) -+ { -+ DBG_871X(" %s fail =>(padapter->bup == _FALSE )\n",__FUNCTION__); -+ return -ENETDOWN; -+ } -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_871X("%s fail =>(padapter->bSurpriseRemoved == _TRUE) || ( padapter->bDriverStopped == _TRUE)\n", __func__); -+ return -ENETDOWN; -+ } -+ -+ if (extra == NULL) { -+ wrqu->length = 0; -+ return -EIO; -+ } -+ -+ switch (subcmd) { -+ case WRITE_REG: -+ rtw_mp_write_reg(dev, info, wrqu, extra); -+ break; -+ -+ case WRITE_RF: -+ rtw_mp_write_rf(dev, info, wrqu, extra); -+ break; -+ -+ case MP_PHYPARA: -+ DBG_871X("mp_get MP_PHYPARA\n"); -+ rtw_mp_phypara(dev, info, wrqu, extra); -+ break; -+ -+ case MP_CHANNEL: -+ DBG_871X("set case mp_channel\n"); -+ rtw_mp_channel(dev , info, wrqu, extra); -+ break; -+ -+ case READ_REG: -+ DBG_871X("mp_get READ_REG\n"); -+ rtw_mp_read_reg(dev, info, wrqu, extra); -+ break; -+ case READ_RF: -+ DBG_871X("mp_get READ_RF\n"); -+ rtw_mp_read_rf(dev, info, wrqu, extra); -+ break; -+ -+ case MP_RATE: -+ DBG_871X("set case mp_rate\n"); -+ rtw_mp_rate(dev, info, wrqu, extra); -+ break; -+ -+ case MP_TXPOWER: -+ DBG_871X("set case MP_TXPOWER\n"); -+ rtw_mp_txpower(dev, info, wrqu, extra); -+ break; -+ -+ case MP_ANT_TX: -+ DBG_871X("set case MP_ANT_TX\n"); -+ rtw_mp_ant_tx(dev, info, wrqu, extra); -+ break; -+ -+ case MP_ANT_RX: -+ DBG_871X("set case MP_ANT_RX\n"); -+ rtw_mp_ant_rx(dev, info, wrqu, extra); -+ break; -+ -+ case MP_QUERY: -+ rtw_mp_trx_query(dev, info, wrqu, extra); -+ break; -+ -+ case MP_CTX: -+ DBG_871X("set case MP_CTX\n"); -+ rtw_mp_ctx(dev, info, wrqu, extra); -+ break; -+ -+ case MP_ARX: -+ DBG_871X("set case MP_ARX\n"); -+ rtw_mp_arx(dev, info, wrqu, extra); -+ break; -+ -+ case EFUSE_GET: -+ DBG_871X("efuse get EFUSE_GET\n"); -+ rtw_mp_efuse_get(dev, info, wdata, extra); -+ break; -+ -+ case MP_DUMP: -+ DBG_871X("set case MP_DUMP\n"); -+ rtw_mp_dump(dev, info, wrqu, extra); -+ break; -+ case MP_PSD: -+ DBG_871X("set case MP_PSD\n"); -+ rtw_mp_psd(dev, info, wrqu, extra); -+ break; -+ case MP_THER: -+ DBG_871X("set case MP_THER\n"); -+ rtw_mp_thermal(dev, info, wrqu, extra); -+ break; -+ case MP_PwrCtlDM: -+ DBG_871X("set MP_PwrCtlDM\n"); -+ rtw_mp_PwrCtlDM(dev, info, wrqu, extra); -+ break; -+ case MP_QueryDrvStats: -+ DBG_871X("mp_get MP_QueryDrvStats\n"); -+ rtw_mp_QueryDrv(dev, info, wdata, extra); -+ break; -+ case MP_PWRTRK: -+ DBG_871X("set case MP_PWRTRK\n"); -+ rtw_mp_pwrtrk(dev, info, wrqu, extra); -+ break; -+ case EFUSE_SET: -+ DBG_871X("set case efuse set\n"); -+ rtw_mp_efuse_set(dev, info, wdata, extra); -+ break; -+ case MP_GET_TXPOWER_INX: -+ DBG_871X("mp_get MP_GET_TXPOWER_INX\n"); -+ rtw_mp_txpower_index(dev, info, wrqu, extra); -+ break; -+ case MP_GETVER: -+ DBG_871X("mp_get MP_GETVER\n"); -+ rtw_mp_getver(dev, info, wdata, extra); -+ break; -+ case MP_MON: -+ DBG_871X("mp_get MP_MON\n"); -+ rtw_mp_mon(dev, info, wdata, extra); -+ break; -+ case EFUSE_MASK: -+ DBG_871X("mp_get EFUSE_MASK\n"); -+ rtw_efuse_mask_file(dev, info, wdata, extra); -+ break; -+ case EFUSE_FILE: -+ DBG_871X("mp_get EFUSE_FILE\n"); -+ rtw_efuse_file_map(dev, info, wdata, extra); -+ break; -+ case MP_TX: -+ DBG_871X("mp_get MP_TX\n"); -+ rtw_mp_tx(dev, info, wdata, extra); -+ break; -+ case MP_RX: -+ DBG_871X("mp_get MP_RX\n"); -+ rtw_mp_rx(dev, info, wdata, extra); -+ break; -+#if defined(CONFIG_RTL8723B) -+ case MP_SetBT: -+ DBG_871X("set MP_SetBT\n"); -+ rtw_mp_SetBT(dev, info, wdata, extra); -+ break; -+#endif -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+ case MP_SD_IREAD: -+ rtw_mp_sd_iread(dev, info, wrqu, extra); -+ break; -+ case MP_SD_IWRITE: -+ rtw_mp_sd_iwrite(dev, info, wrqu, extra); -+ break; -+#endif -+ } -+ -+ rtw_msleep_os(10); //delay 5ms for sending pkt before exit adb shell operation -+return 0; -+} -+ -+#endif /*#if defined(CONFIG_MP_INCLUDED)*/ -+ -+static int rtw_wfd_tdls_enable(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_WFD -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ if ( extra[ 0 ] == '0' ) -+ padapter->wdinfo.wfd_tdls_enable = 0; -+ else -+ padapter->wdinfo.wfd_tdls_enable = 1; -+ -+#endif /* CONFIG_WFD */ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_weaksec(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ u8 i, j; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ if ( extra[ 0 ] == '0' ) -+ padapter->wdinfo.wfd_tdls_weaksec = 0; -+ else -+ padapter->wdinfo.wfd_tdls_weaksec = 1; -+ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+ -+static int rtw_tdls_enable(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ _irqL irqL; -+ _list *plist, *phead; -+ s32 index; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ u8 tdls_sta[NUM_STA][ETH_ALEN]; -+ u8 empty_hwaddr[ETH_ALEN] = { 0x00 }; -+ struct tdls_txmgmt txmgmt; -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ _rtw_memset(tdls_sta, 0x00, sizeof(tdls_sta)); -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ -+ if (extra[ 0 ] == '0') { -+ ptdlsinfo->tdls_enable = 0; -+ -+ if(pstapriv->asoc_sta_count==1) -+ return ret; -+ -+ _enter_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ for (index=0; index< NUM_STA; index++) { -+ phead = &(pstapriv->sta_hash[index]); -+ plist = get_next(phead); -+ -+ while (rtw_end_of_queue_search(phead, plist) == _FALSE) { -+ psta = LIST_CONTAINOR(plist, struct sta_info ,hash_list); -+ -+ plist = get_next(plist); -+ -+ if (psta->tdls_sta_state != TDLS_STATE_NONE) { -+ _rtw_memcpy(tdls_sta[index], psta->hwaddr, ETH_ALEN); -+ } -+ } -+ } -+ _exit_critical_bh(&pstapriv->sta_hash_lock, &irqL); -+ -+ for (index=0; index< NUM_STA; index++) { -+ if (!_rtw_memcmp(tdls_sta[index], empty_hwaddr, ETH_ALEN)) { -+ DBG_871X("issue tear down to "MAC_FMT"\n", MAC_ARG(tdls_sta[index])); -+ txmgmt.status_code = _RSON_TDLS_TEAR_UN_RSN_; -+ _rtw_memcpy(txmgmt.peer, tdls_sta[index], ETH_ALEN); -+ issue_tdls_teardown(padapter, &txmgmt, _TRUE); -+ } -+ } -+ rtw_tdls_cmd(padapter, NULL, TDLS_RS_RCR); -+ rtw_reset_tdls_info(padapter); -+ } else if (extra[0] == '1') { -+ ptdlsinfo->tdls_enable = 1; -+ } -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_setup(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+#ifdef CONFIG_TDLS -+ u8 i, j; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_txmgmt txmgmt; -+#ifdef CONFIG_WFD -+ struct wifidirect_info *pwdinfo= &(padapter->wdinfo); -+#endif /* CONFIG_WFD */ -+ -+ DBG_871X("[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1); -+ -+ if (wrqu->data.length - 1 != 17) { -+ DBG_871X("[%s] length:%d != 17\n", __FUNCTION__, (wrqu->data.length -1)); -+ return ret; -+ } -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ for( i=0, j=0 ; i < ETH_ALEN; i++, j+=3 ){ -+ txmgmt.peer[i]=key_2char2num(*(extra+j), *(extra+j+1)); -+ } -+ -+#ifdef CONFIG_WFD -+ if (_AES_ != padapter->securitypriv.dot11PrivacyAlgrthm) { -+ /* Weak Security situation with AP. */ -+ if (0 == pwdinfo->wfd_tdls_weaksec) { -+ /* Can't send the tdls setup request out!! */ -+ DBG_871X("[%s] Current link is not AES, " -+ "SKIP sending the tdls setup request!!\n", __FUNCTION__); -+ } else { -+ issue_tdls_setup_req(padapter, &txmgmt, _TRUE); -+ } -+ } else -+#endif /* CONFIG_WFD */ -+ { -+ issue_tdls_setup_req(padapter, &txmgmt, _TRUE); -+ } -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_teardown(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ u8 i,j; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct sta_info *ptdls_sta = NULL; -+ struct tdls_txmgmt txmgmt; -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ if (wrqu->data.length - 1 != 17 && wrqu->data.length - 1 != 19) { -+ DBG_871X("[%s] length:%d != 17 or 19\n", -+ __FUNCTION__, (wrqu->data.length -1)); -+ return ret; -+ } -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ for (i=0, j=0; i < ETH_ALEN; i++, j+=3) -+ txmgmt.peer[i]=key_2char2num(*(extra+j), *(extra+j+1)); -+ -+ ptdls_sta = rtw_get_stainfo( &(padapter->stapriv), txmgmt.peer); -+ -+ if (ptdls_sta != NULL) { -+ txmgmt.status_code = _RSON_TDLS_TEAR_UN_RSN_; -+ if (wrqu->data.length - 1 == 19) -+ issue_tdls_teardown(padapter, &txmgmt, _FALSE); -+ else -+ issue_tdls_teardown(padapter, &txmgmt, _TRUE); -+ } else { -+ DBG_871X( "TDLS peer not found\n"); -+ } -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_discovery(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_txmgmt txmgmt; -+ int i = 0, j=0; -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ for( i=0, j=0 ; i < ETH_ALEN; i++, j+=3 ){ -+ txmgmt.peer[i]=key_2char2num(*(extra+j), *(extra+j+1)); -+ } -+ -+ issue_tdls_dis_req(padapter, &txmgmt); -+ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_ch_switch(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_CH_SW -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_ch_switch *pchsw_info = &padapter->tdlsinfo.chsw_info; -+ u8 i, j; -+ struct sta_info *ptdls_sta = NULL; -+ -+ DBG_8192C( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ if (padapter->tdlsinfo.ch_switch_prohibited == _TRUE) -+ { -+ DBG_871X("Can't do TDLS channel switch since ch_switch_prohibited = _TRUE\n"); -+ return ret; -+ } -+ -+ for( i=0, j=0 ; i < ETH_ALEN; i++, j+=3 ){ -+ pchsw_info->addr[i] = key_2char2num(*(extra+j), *(extra+j+1)); -+ } -+ -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, pchsw_info->addr); -+ if( ptdls_sta == NULL ) -+ return ret; -+ -+ pchsw_info->ch_sw_state |= TDLS_CH_SW_INITIATOR_STATE; -+ -+ if (ptdls_sta != NULL) { -+ if (pchsw_info->off_ch_num == 0) -+ pchsw_info->off_ch_num = 11; -+ }else { -+ DBG_871X( "TDLS peer not found\n"); -+ } -+ -+ -+ //issue_tdls_ch_switch_req(padapter, ptdls_sta); -+ /* DBG_871X("issue tdls ch switch req\n"); */ -+ -+#endif /* CONFIG_TDLS_CH_SW */ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_ch_switch_off(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_CH_SW -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_ch_switch *pchsw_info = &padapter->tdlsinfo.chsw_info; -+ u8 i, j, mac_addr[ETH_ALEN]; -+ struct sta_info *ptdls_sta = NULL; -+ struct tdls_txmgmt txmgmt; -+ -+ _rtw_memset(&txmgmt, 0x00, sizeof(struct tdls_txmgmt)); -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ if (padapter->tdlsinfo.ch_switch_prohibited == _TRUE) -+ { -+ DBG_871X("Can't do TDLS channel switch since ch_switch_prohibited = _TRUE\n"); -+ return ret; -+ } -+ -+ if (wrqu->data.length >= 17) { -+ for (i=0, j=0 ; i < ETH_ALEN; i++, j+=3) -+ mac_addr[i]=key_2char2num(*(extra+j), *(extra+j+1)); -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, mac_addr); -+ } -+ -+ if (padapter->mlmeextpriv.cur_channel != rtw_get_oper_ch(padapter)) { -+ SelectChannel(padapter, padapter->mlmeextpriv.cur_channel); -+ } -+ -+ pchsw_info->ch_sw_state &= ~(TDLS_CH_SW_INITIATOR_STATE | -+ TDLS_CH_SWITCH_ON_STATE | -+ TDLS_PEER_AT_OFF_STATE); -+ ATOMIC_SET(&pchsw_info->chsw_on, _FALSE); -+ _rtw_memset(pchsw_info->addr, 0x00, ETH_ALEN); -+ -+ if (ptdls_sta != NULL) { -+ ptdls_sta->ch_switch_time = 0; -+ ptdls_sta->ch_switch_timeout = 0; -+ _cancel_timer_ex(&ptdls_sta->ch_sw_timer); -+ _cancel_timer_ex(&ptdls_sta->delay_timer); -+ } -+ -+#endif /* CONFIG_TDLS_CH_SW */ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_dump_ch(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_CH_SW -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ -+ DBG_8192C("[%s] dump_stack:%s\n", __FUNCTION__, extra); -+ -+ extra[ wrqu->data.length ] = 0x00; -+ ptdlsinfo->chsw_info.dump_stack = rtw_atoi( extra ); -+ -+ return ret; -+ -+#endif -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_off_ch_num(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_CH_SW -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ -+ DBG_8192C("[%s] off_ch_num:%s\n", __FUNCTION__, extra); -+ -+ extra[ wrqu->data.length ] = 0x00; -+ ptdlsinfo->chsw_info.off_ch_num = rtw_atoi(extra); -+ -+ return ret; -+ -+#endif -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_ch_offset(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_TDLS_CH_SW -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ -+ DBG_8192C("[%s] ch_offset:%s\n", __FUNCTION__, extra); -+ -+ extra[ wrqu->data.length ] = 0x00; -+ ptdlsinfo->chsw_info.ch_offset = rtw_atoi( extra ); -+ -+ return ret; -+ -+#endif -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_pson(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 i, j, mac_addr[ETH_ALEN]; -+ struct sta_info *ptdls_sta = NULL; -+ -+ DBG_871X( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ for (i=0, j=0; i < ETH_ALEN; i++, j+=3) -+ mac_addr[i]=key_2char2num(*(extra+j), *(extra+j+1)); -+ -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, mac_addr); -+ -+ issue_nulldata_to_TDLS_peer_STA(padapter, ptdls_sta->hwaddr, 1, 3, 500); -+ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_psoff(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 i, j, mac_addr[ETH_ALEN]; -+ struct sta_info *ptdls_sta = NULL; -+ -+ DBG_8192C( "[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length -1 ); -+ -+ for (i=0, j=0; i < ETH_ALEN; i++, j+=3) -+ mac_addr[i]=key_2char2num(*(extra+j), *(extra+j+1)); -+ -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, mac_addr); -+ -+ if(ptdls_sta) -+ issue_nulldata_to_TDLS_peer_STA(padapter, ptdls_sta->hwaddr, 0, 3, 500); -+ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_setip(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_WFD -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct wifi_display_info *pwfd_info = ptdlsinfo->wfd_info; -+ u8 i=0, j=0, k=0, tag=0; -+ -+ DBG_871X("[%s] %s %d\n", __FUNCTION__, extra, wrqu->data.length - 1); -+ -+ while (i < 4) { -+ for (j=0; j < 4; j++) { -+ if (*( extra + j + tag ) == '.' || *( extra + j + tag ) == '\0') { -+ if( j == 1 ) -+ pwfd_info->ip_address[i]=convert_ip_addr( '0', '0', *(extra+(j-1)+tag)); -+ if( j == 2 ) -+ pwfd_info->ip_address[i]=convert_ip_addr( '0', *(extra+(j-2)+tag), *(extra+(j-1)+tag)); -+ if( j == 3 ) -+ pwfd_info->ip_address[i]=convert_ip_addr( *(extra+(j-3)+tag), *(extra+(j-2)+tag), *(extra+(j-1)+tag)); -+ -+ tag += j + 1; -+ break; -+ } -+ } -+ i++; -+ } -+ -+ DBG_871X( "[%s] Set IP = %u.%u.%u.%u \n", __FUNCTION__, -+ ptdlsinfo->wfd_info->ip_address[0], -+ ptdlsinfo->wfd_info->ip_address[1], -+ ptdlsinfo->wfd_info->ip_address[2], -+ ptdlsinfo->wfd_info->ip_address[3]); -+ -+#endif /* CONFIG_WFD */ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_getip(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_WFD -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct wifi_display_info *pwfd_info = ptdlsinfo->wfd_info; -+ -+ DBG_871X( "[%s]\n", __FUNCTION__); -+ -+ sprintf( extra, "\n\n%u.%u.%u.%u\n", -+ pwfd_info->peer_ip_address[0], pwfd_info->peer_ip_address[1], -+ pwfd_info->peer_ip_address[2], pwfd_info->peer_ip_address[3]); -+ -+ DBG_871X( "[%s] IP=%u.%u.%u.%u\n", __FUNCTION__, -+ pwfd_info->peer_ip_address[0], pwfd_info->peer_ip_address[1], -+ pwfd_info->peer_ip_address[2], pwfd_info->peer_ip_address[3]); -+ -+ wrqu->data.length = strlen( extra ); -+ -+#endif /* CONFIG_WFD */ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+static int rtw_tdls_getport(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_WFD -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ struct wifi_display_info *pwfd_info = ptdlsinfo->wfd_info; -+ -+ DBG_871X( "[%s]\n", __FUNCTION__); -+ -+ sprintf( extra, "\n\n%d\n", pwfd_info->peer_rtsp_ctrlport ); -+ DBG_871X( "[%s] remote port = %d\n", -+ __FUNCTION__, pwfd_info->peer_rtsp_ctrlport ); -+ -+ wrqu->data.length = strlen( extra ); -+ -+#endif /* CONFIG_WFD */ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+ -+} -+ -+/* WFDTDLS, for sigma test */ -+static int rtw_tdls_dis_result(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+#ifdef CONFIG_WFD -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ -+ DBG_871X( "[%s]\n", __FUNCTION__); -+ -+ if (ptdlsinfo->dev_discovered == _TRUE) { -+ sprintf( extra, "\n\nDis=1\n" ); -+ ptdlsinfo->dev_discovered = _FALSE; -+ } -+ -+ wrqu->data.length = strlen( extra ); -+ -+#endif /* CONFIG_WFD */ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+ -+} -+ -+/* WFDTDLS, for sigma test */ -+static int rtw_wfd_tdls_status(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct tdls_info *ptdlsinfo = &padapter->tdlsinfo; -+ -+ DBG_871X("[%s]\n", __FUNCTION__); -+ -+ sprintf( extra, "\nlink_established:%d \n" -+ "sta_cnt:%d \n" -+ "sta_maximum:%d \n" -+ "cur_channel:%d \n" -+ "tdls_enable:%d" -+#ifdef CONFIG_TDLS_CH_SW -+ "ch_sw_state:%08x\n" -+ "chsw_on:%d\n" -+ "off_ch_num:%d\n" -+ "cur_time:%d\n" -+ "ch_offset:%d\n" -+ "delay_swtich_back:%d" -+#endif -+ , -+ ptdlsinfo->link_established, ptdlsinfo->sta_cnt, -+ ptdlsinfo->sta_maximum, ptdlsinfo->cur_channel, -+ ptdlsinfo->tdls_enable -+#ifdef CONFIG_TDLS_CH_SW -+, -+ ptdlsinfo->chsw_info.ch_sw_state, -+ ATOMIC_READ(&padapter->tdlsinfo.chsw_info.chsw_on), -+ ptdlsinfo->chsw_info.off_ch_num, -+ ptdlsinfo->chsw_info.cur_time, -+ ptdlsinfo->chsw_info.ch_offset, -+ ptdlsinfo->chsw_info.delay_switch_back -+#endif -+); -+ -+ wrqu->data.length = strlen( extra ); -+ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+ -+ } -+ -+static int rtw_tdls_getsta(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+ { -+ -+ int ret = 0; -+#ifdef CONFIG_TDLS -+ u8 i, j; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 addr[ETH_ALEN] = {0}; -+ char charmac[17]; -+ struct sta_info *ptdls_sta = NULL; -+ -+ DBG_871X("[%s] %s %d\n", __FUNCTION__, -+ (char *)wrqu->data.pointer, wrqu->data.length -1); -+ -+ if(copy_from_user(charmac, wrqu->data.pointer+9, 17)){ -+ ret = -EFAULT; -+ goto exit; -+ } -+ -+ DBG_871X("[%s] %d, charmac:%s\n", __FUNCTION__, __LINE__, charmac); -+ for (i=0, j=0 ; i < ETH_ALEN; i++, j+=3) -+ addr[i]=key_2char2num(*(charmac+j), *(charmac+j+1)); -+ -+ DBG_871X("[%s] %d, charmac:%s, addr:"MAC_FMT"\n", -+ __FUNCTION__, __LINE__, charmac, MAC_ARG(addr)); -+ ptdls_sta = rtw_get_stainfo(&padapter->stapriv, addr); -+ if(ptdls_sta) { -+ sprintf(extra, "\n\ntdls_sta_state=0x%08x\n", ptdls_sta->tdls_sta_state); -+ DBG_871X("\n\ntdls_sta_state=%d\n", ptdls_sta->tdls_sta_state); -+ } else { -+ sprintf(extra, "\n\nNot found this sta\n"); -+ DBG_871X("\n\nNot found this sta\n"); -+ } -+ wrqu->data.length = strlen( extra ); -+ -+#endif /* CONFIG_TDLS */ -+exit: -+ return ret; -+ -+} -+ -+static int rtw_tdls_get_best_ch(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+#ifdef CONFIG_FIND_BEST_CHANNEL -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u32 i, best_channel_24G = 1, best_channel_5G = 36, index_24G = 0, index_5G = 0; -+ -+ for (i=0; pmlmeext->channel_set[i].ChannelNum !=0; i++) { -+ if (pmlmeext->channel_set[i].ChannelNum == 1) -+ index_24G = i; -+ if (pmlmeext->channel_set[i].ChannelNum == 36) -+ index_5G = i; -+ } -+ -+ for (i=0; pmlmeext->channel_set[i].ChannelNum !=0; i++) { -+ /* 2.4G */ -+ if (pmlmeext->channel_set[i].ChannelNum == 6 || pmlmeext->channel_set[i].ChannelNum == 11) { -+ if (pmlmeext->channel_set[i].rx_count < pmlmeext->channel_set[index_24G].rx_count) { -+ index_24G = i; -+ best_channel_24G = pmlmeext->channel_set[i].ChannelNum; -+ } -+ } -+ -+ /* 5G */ -+ if (pmlmeext->channel_set[i].ChannelNum >= 36 -+ && pmlmeext->channel_set[i].ChannelNum < 140) { -+ /* Find primary channel */ -+ if (((pmlmeext->channel_set[i].ChannelNum - 36) % 8 == 0) -+ && (pmlmeext->channel_set[i].rx_count < pmlmeext->channel_set[index_5G].rx_count)) { -+ index_5G = i; -+ best_channel_5G = pmlmeext->channel_set[i].ChannelNum; -+ } -+ } -+ -+ if (pmlmeext->channel_set[i].ChannelNum >= 149 -+ && pmlmeext->channel_set[i].ChannelNum < 165) { -+ /* Find primary channel */ -+ if (((pmlmeext->channel_set[i].ChannelNum - 149) % 8 == 0) -+ && (pmlmeext->channel_set[i].rx_count < pmlmeext->channel_set[index_5G].rx_count)) { -+ index_5G = i; -+ best_channel_5G = pmlmeext->channel_set[i].ChannelNum; -+ } -+ } -+#if 1 /* debug */ -+ DBG_871X("The rx cnt of channel %3d = %d\n", -+ pmlmeext->channel_set[i].ChannelNum, -+ pmlmeext->channel_set[i].rx_count); -+#endif -+ } -+ -+ sprintf( extra, "\nbest_channel_24G = %d\n", best_channel_24G ); -+ DBG_871X("best_channel_24G = %d\n", best_channel_24G); -+ -+ if (index_5G != 0) { -+ sprintf(extra, "best_channel_5G = %d\n", best_channel_5G); -+ DBG_871X("best_channel_5G = %d\n", best_channel_5G); -+ } -+ -+ wrqu->data.length = strlen( extra ); -+ -+#endif -+ -+ return 0; -+ -+} -+ -+static int rtw_tdls(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ DBG_871X( "[%s] extra = %s\n", __FUNCTION__, extra ); -+ /* WFD Sigma will use the tdls enable command to let the driver know we want to test the tdls now! */ -+ if (_rtw_memcmp(extra, "wfdenable=", 10)) { -+ wrqu->data.length -=10; -+ rtw_wfd_tdls_enable( dev, info, wrqu, &extra[10] ); -+ return ret; -+ } else if (_rtw_memcmp(extra, "weaksec=", 8)) { -+ wrqu->data.length -=8; -+ rtw_tdls_weaksec( dev, info, wrqu, &extra[8] ); -+ return ret; -+ } else if (_rtw_memcmp( extra, "tdlsenable=", 11)) { -+ wrqu->data.length -=11; -+ rtw_tdls_enable( dev, info, wrqu, &extra[11] ); -+ return ret; -+ } -+ -+ if (padapter->tdlsinfo.tdls_enable == 0) { -+ DBG_871X("tdls haven't enabled\n"); -+ return 0; -+ } -+ -+ if (_rtw_memcmp(extra, "setup=", 6)) { -+ wrqu->data.length -=6; -+ rtw_tdls_setup( dev, info, wrqu, &extra[6] ); -+ } else if (_rtw_memcmp(extra, "tear=", 5)) { -+ wrqu->data.length -= 5; -+ rtw_tdls_teardown( dev, info, wrqu, &extra[5] ); -+ } else if (_rtw_memcmp(extra, "dis=", 4)) { -+ wrqu->data.length -= 4; -+ rtw_tdls_discovery( dev, info, wrqu, &extra[4] ); -+ } else if (_rtw_memcmp(extra, "swoff=", 6)) { -+ wrqu->data.length -= 6; -+ rtw_tdls_ch_switch_off(dev, info, wrqu, &extra[6]); -+ } else if (_rtw_memcmp(extra, "sw=", 3)) { -+ wrqu->data.length -= 3; -+ rtw_tdls_ch_switch( dev, info, wrqu, &extra[3] ); -+ } else if (_rtw_memcmp(extra, "dumpstack=", 10)) { -+ wrqu->data.length -= 10; -+ rtw_tdls_dump_ch(dev, info, wrqu, &extra[10]); -+ } else if (_rtw_memcmp(extra, "offchnum=", 9)) { -+ wrqu->data.length -= 9; -+ rtw_tdls_off_ch_num(dev, info, wrqu, &extra[9]); -+ } else if (_rtw_memcmp(extra, "choffset=", 9)) { -+ wrqu->data.length -= 9; -+ rtw_tdls_ch_offset(dev, info, wrqu, &extra[9]); -+ } else if (_rtw_memcmp(extra, "pson=", 5)) { -+ wrqu->data.length -= 5; -+ rtw_tdls_pson( dev, info, wrqu, &extra[5] ); -+ } else if (_rtw_memcmp(extra, "psoff=", 6)) { -+ wrqu->data.length -= 6; -+ rtw_tdls_psoff( dev, info, wrqu, &extra[6] ); -+ } -+#ifdef CONFIG_WFD -+ else if (_rtw_memcmp(extra, "setip=", 6)) { -+ wrqu->data.length -= 6; -+ rtw_tdls_setip( dev, info, wrqu, &extra[6] ); -+ } else if (_rtw_memcmp(extra, "tprobe=", 6)) { -+ issue_tunneled_probe_req((_adapter *)rtw_netdev_priv(dev)); -+ } -+#endif /* CONFIG_WFD */ -+ -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+ -+static int rtw_tdls_get(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_TDLS -+ -+ DBG_871X( "[%s] extra = %s\n", __FUNCTION__, (char*) wrqu->data.pointer ); -+ -+ if ( _rtw_memcmp( wrqu->data.pointer, "ip", 2 ) ) -+ rtw_tdls_getip( dev, info, wrqu, extra ); -+ else if (_rtw_memcmp(wrqu->data.pointer, "port", 4)) -+ rtw_tdls_getport( dev, info, wrqu, extra ); -+ /* WFDTDLS, for sigma test */ -+ else if ( _rtw_memcmp(wrqu->data.pointer, "dis", 3)) -+ rtw_tdls_dis_result( dev, info, wrqu, extra ); -+ else if ( _rtw_memcmp(wrqu->data.pointer, "status", 6)) -+ rtw_wfd_tdls_status( dev, info, wrqu, extra ); -+ else if ( _rtw_memcmp(wrqu->data.pointer, "tdls_sta=", 9)) -+ rtw_tdls_getsta( dev, info, wrqu, extra ); -+ else if (_rtw_memcmp(wrqu->data.pointer, "best_ch", 7)) -+ rtw_tdls_get_best_ch(dev, info, wrqu, extra); -+#endif /* CONFIG_TDLS */ -+ -+ return ret; -+} -+ -+ -+ -+ -+ -+#ifdef CONFIG_INTEL_WIDI -+static int rtw_widi_set(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ process_intel_widi_cmd(padapter, extra); -+ -+ return ret; -+} -+ -+static int rtw_widi_set_probe_request(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ int ret = 0; -+ u8 *pbuf = NULL; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ pbuf = rtw_malloc(sizeof(l2_msg_t)); -+ if(pbuf) -+ { -+ if ( copy_from_user(pbuf, wrqu->data.pointer, wrqu->data.length) ) -+ ret = -EFAULT; -+ //_rtw_memcpy(pbuf, wrqu->data.pointer, wrqu->data.length); -+ -+ if( wrqu->data.flags == 0 ) -+ intel_widi_wk_cmd(padapter, INTEL_WIDI_ISSUE_PROB_WK, pbuf, sizeof(l2_msg_t)); -+ else if( wrqu->data.flags == 1 ) -+ rtw_set_wfd_rds_sink_info( padapter, (l2_msg_t *)pbuf ); -+ } -+ return ret; -+} -+#endif // CONFIG_INTEL_WIDI -+ -+#ifdef CONFIG_MAC_LOOPBACK_DRIVER -+ -+#if defined(CONFIG_RTL8188E) -+#include -+extern void rtl8188e_cal_txdesc_chksum(struct tx_desc *ptxdesc); -+#define cal_txdesc_chksum rtl8188e_cal_txdesc_chksum -+#ifdef CONFIG_SDIO_HCI || defined(CONFIG_GSPI_HCI) -+extern void rtl8188es_fill_default_txdesc(struct xmit_frame *pxmitframe, u8 *pbuf); -+#define fill_default_txdesc rtl8188es_fill_default_txdesc -+#endif // CONFIG_SDIO_HCI -+#endif // CONFIG_RTL8188E -+#if defined(CONFIG_RTL8723B) -+extern void rtl8723b_cal_txdesc_chksum(struct tx_desc *ptxdesc); -+#define cal_txdesc_chksum rtl8723b_cal_txdesc_chksum -+extern void rtl8723b_fill_default_txdesc(struct xmit_frame *pxmitframe, u8 *pbuf); -+#define fill_default_txdesc rtl8723b_fill_default_txdesc -+#endif // CONFIG_RTL8723B -+ -+#if defined(CONFIG_RTL8703B) -+/* extern void rtl8703b_cal_txdesc_chksum(struct tx_desc *ptxdesc); */ -+#define cal_txdesc_chksum rtl8703b_cal_txdesc_chksum -+/* extern void rtl8703b_fill_default_txdesc(struct xmit_frame *pxmitframe, u8 *pbuf); */ -+#define fill_default_txdesc rtl8703b_fill_default_txdesc -+#endif /* CONFIG_RTL8703B */ -+ -+#if defined(CONFIG_RTL8192E) -+extern void rtl8192e_cal_txdesc_chksum(struct tx_desc *ptxdesc); -+#define cal_txdesc_chksum rtl8192e_cal_txdesc_chksum -+#ifdef CONFIG_SDIO_HCI || defined(CONFIG_GSPI_HCI) -+extern void rtl8192es_fill_default_txdesc(struct xmit_frame *pxmitframe, u8 *pbuf); -+#define fill_default_txdesc rtl8192es_fill_default_txdesc -+#endif // CONFIG_SDIO_HCI -+#endif //CONFIG_RTL8192E -+ -+static s32 initLoopback(PADAPTER padapter) -+{ -+ PLOOPBACKDATA ploopback; -+ -+ -+ if (padapter->ploopback == NULL) { -+ ploopback = (PLOOPBACKDATA)rtw_zmalloc(sizeof(LOOPBACKDATA)); -+ if (ploopback == NULL) return -ENOMEM; -+ -+ _rtw_init_sema(&ploopback->sema, 0); -+ ploopback->bstop = _TRUE; -+ ploopback->cnt = 0; -+ ploopback->size = 300; -+ _rtw_memset(ploopback->msg, 0, sizeof(ploopback->msg)); -+ -+ padapter->ploopback = ploopback; -+ } -+ -+ return 0; -+} -+ -+static void freeLoopback(PADAPTER padapter) -+{ -+ PLOOPBACKDATA ploopback; -+ -+ -+ ploopback = padapter->ploopback; -+ if (ploopback) { -+ rtw_mfree((u8*)ploopback, sizeof(LOOPBACKDATA)); -+ padapter->ploopback = NULL; -+ } -+} -+ -+static s32 initpseudoadhoc(PADAPTER padapter) -+{ -+ NDIS_802_11_NETWORK_INFRASTRUCTURE networkType; -+ s32 err; -+ -+ networkType = Ndis802_11IBSS; -+ err = rtw_set_802_11_infrastructure_mode(padapter, networkType); -+ if (err == _FALSE) return _FAIL; -+ -+ err = rtw_setopmode_cmd(padapter, networkType,_TRUE); -+ if (err == _FAIL) return _FAIL; -+ -+ return _SUCCESS; -+} -+ -+static s32 createpseudoadhoc(PADAPTER padapter) -+{ -+ NDIS_802_11_AUTHENTICATION_MODE authmode; -+ struct mlme_priv *pmlmepriv; -+ NDIS_802_11_SSID *passoc_ssid; -+ WLAN_BSSID_EX *pdev_network; -+ u8 *pibss; -+ u8 ssid[] = "pseduo_ad-hoc"; -+ s32 err; -+ _irqL irqL; -+ -+ -+ pmlmepriv = &padapter->mlmepriv; -+ -+ authmode = Ndis802_11AuthModeOpen; -+ err = rtw_set_802_11_authentication_mode(padapter, authmode); -+ if (err == _FALSE) return _FAIL; -+ -+ passoc_ssid = &pmlmepriv->assoc_ssid; -+ _rtw_memset(passoc_ssid, 0, sizeof(NDIS_802_11_SSID)); -+ passoc_ssid->SsidLength = sizeof(ssid) - 1; -+ _rtw_memcpy(passoc_ssid->Ssid, ssid, passoc_ssid->SsidLength); -+ -+ pdev_network = &padapter->registrypriv.dev_network; -+ pibss = padapter->registrypriv.dev_network.MacAddress; -+ _rtw_memcpy(&pdev_network->Ssid, passoc_ssid, sizeof(NDIS_802_11_SSID)); -+ -+ rtw_update_registrypriv_dev_network(padapter); -+ rtw_generate_random_ibss(pibss); -+ -+ _enter_critical_bh(&pmlmepriv->lock, &irqL); -+ pmlmepriv->fw_state = WIFI_ADHOC_MASTER_STATE; -+ _exit_critical_bh(&pmlmepriv->lock, &irqL); -+ -+#if 0 -+ err = rtw_create_ibss_cmd(padapter, 0); -+ if (err == _FAIL) return _FAIL; -+#else -+{ -+ struct wlan_network *pcur_network; -+ struct sta_info *psta; -+ -+ //3 create a new psta -+ pcur_network = &pmlmepriv->cur_network; -+ -+ //clear psta in the cur_network, if any -+ psta = rtw_get_stainfo(&padapter->stapriv, pcur_network->network.MacAddress); -+ if (psta) rtw_free_stainfo(padapter, psta); -+ -+ psta = rtw_alloc_stainfo(&padapter->stapriv, pibss); -+ if (psta == NULL) return _FAIL; -+ -+ //3 join psudo AdHoc -+ pcur_network->join_res = 1; -+ pcur_network->aid = psta->aid = 1; -+ _rtw_memcpy(&pcur_network->network, pdev_network, get_WLAN_BSSID_EX_sz(pdev_network)); -+ -+ // set msr to WIFI_FW_ADHOC_STATE -+#if 0 -+ Set_NETYPE0_MSR(padapter, WIFI_FW_ADHOC_STATE); -+#else -+ { -+ u8 val8; -+ -+ val8 = rtw_read8(padapter, MSR); -+ val8 &= 0xFC; // clear NETYPE0 -+ val8 |= WIFI_FW_ADHOC_STATE & 0x3; -+ rtw_write8(padapter, MSR, val8); -+ } -+#endif -+} -+#endif -+ -+ return _SUCCESS; -+} -+ -+static struct xmit_frame* createloopbackpkt(PADAPTER padapter, u32 size) -+{ -+ struct xmit_priv *pxmitpriv; -+ struct xmit_frame *pframe; -+ struct xmit_buf *pxmitbuf; -+ struct pkt_attrib *pattrib; -+ struct tx_desc *desc; -+ u8 *pkt_start, *pkt_end, *ptr; -+ struct rtw_ieee80211_hdr *hdr; -+ s32 bmcast; -+ _irqL irqL; -+ -+ -+ if ((TXDESC_SIZE + WLANHDR_OFFSET + size) > MAX_XMITBUF_SZ) return NULL; -+ -+ pxmitpriv = &padapter->xmitpriv; -+ pframe = NULL; -+ -+ //2 1. allocate xmit frame -+ pframe = rtw_alloc_xmitframe(pxmitpriv); -+ if (pframe == NULL) return NULL; -+ pframe->padapter = padapter; -+ -+ //2 2. allocate xmit buffer -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ pxmitbuf = rtw_alloc_xmitbuf(pxmitpriv); -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+ if (pxmitbuf == NULL) { -+ rtw_free_xmitframe(pxmitpriv, pframe); -+ return NULL; -+ } -+ -+ pframe->pxmitbuf = pxmitbuf; -+ pframe->buf_addr = pxmitbuf->pbuf; -+ pxmitbuf->priv_data = pframe; -+ -+ //2 3. update_attrib() -+ pattrib = &pframe->attrib; -+ -+ // init xmitframe attribute -+ _rtw_memset(pattrib, 0, sizeof(struct pkt_attrib)); -+ -+ pattrib->ether_type = 0x8723; -+ _rtw_memcpy(pattrib->src, adapter_mac_addr(padapter), ETH_ALEN); -+ _rtw_memcpy(pattrib->ta, pattrib->src, ETH_ALEN); -+ _rtw_memset(pattrib->dst, 0xFF, ETH_ALEN); -+ _rtw_memcpy(pattrib->ra, pattrib->dst, ETH_ALEN); -+ -+// pattrib->dhcp_pkt = 0; -+// pattrib->pktlen = 0; -+ pattrib->ack_policy = 0; -+// pattrib->pkt_hdrlen = ETH_HLEN; -+ pattrib->hdrlen = WLAN_HDR_A3_LEN; -+ pattrib->subtype = WIFI_DATA; -+ pattrib->priority = 0; -+ pattrib->qsel = pattrib->priority; -+// do_queue_select(padapter, pattrib); -+ pattrib->nr_frags = 1; -+ pattrib->encrypt = 0; -+ pattrib->bswenc = _FALSE; -+ pattrib->qos_en = _FALSE; -+ -+ bmcast = IS_MCAST(pattrib->ra); -+ if (bmcast) { -+ pattrib->mac_id = 1; -+ pattrib->psta = rtw_get_bcmc_stainfo(padapter); -+ } else { -+ pattrib->mac_id = 0; -+ pattrib->psta = rtw_get_stainfo(&padapter->stapriv, get_bssid(&padapter->mlmepriv)); -+ } -+ -+ pattrib->pktlen = size; -+ pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->pktlen; -+ -+ //2 4. fill TX descriptor -+ desc = (struct tx_desc*)pframe->buf_addr; -+ _rtw_memset(desc, 0, TXDESC_SIZE); -+ -+ fill_default_txdesc(pframe, (u8*)desc); -+ -+ // Hw set sequence number -+ ((PTXDESC)desc)->hwseq_en = 0; // HWSEQ_EN, 0:disable, 1:enable -+// ((PTXDESC)desc)->hwseq_sel = 0; // HWSEQ_SEL -+ -+ ((PTXDESC)desc)->disdatafb = 1; -+ -+ // convert to little endian -+ desc->txdw0 = cpu_to_le32(desc->txdw0); -+ desc->txdw1 = cpu_to_le32(desc->txdw1); -+ desc->txdw2 = cpu_to_le32(desc->txdw2); -+ desc->txdw3 = cpu_to_le32(desc->txdw3); -+ desc->txdw4 = cpu_to_le32(desc->txdw4); -+ desc->txdw5 = cpu_to_le32(desc->txdw5); -+ desc->txdw6 = cpu_to_le32(desc->txdw6); -+ desc->txdw7 = cpu_to_le32(desc->txdw7); -+#ifdef CONFIG_PCI_HCI -+ desc->txdw8 = cpu_to_le32(desc->txdw8); -+ desc->txdw9 = cpu_to_le32(desc->txdw9); -+ desc->txdw10 = cpu_to_le32(desc->txdw10); -+ desc->txdw11 = cpu_to_le32(desc->txdw11); -+ desc->txdw12 = cpu_to_le32(desc->txdw12); -+ desc->txdw13 = cpu_to_le32(desc->txdw13); -+ desc->txdw14 = cpu_to_le32(desc->txdw14); -+ desc->txdw15 = cpu_to_le32(desc->txdw15); -+#endif -+ -+ cal_txdesc_chksum(desc); -+ -+ //2 5. coalesce -+ pkt_start = pframe->buf_addr + TXDESC_SIZE; -+ pkt_end = pkt_start + pattrib->last_txcmdsz; -+ -+ //3 5.1. make wlan header, make_wlanhdr() -+ hdr = (struct rtw_ieee80211_hdr *)pkt_start; -+ SetFrameSubType(&hdr->frame_ctl, pattrib->subtype); -+ _rtw_memcpy(hdr->addr1, pattrib->dst, ETH_ALEN); // DA -+ _rtw_memcpy(hdr->addr2, pattrib->src, ETH_ALEN); // SA -+ _rtw_memcpy(hdr->addr3, get_bssid(&padapter->mlmepriv), ETH_ALEN); // RA, BSSID -+ -+ //3 5.2. make payload -+ ptr = pkt_start + pattrib->hdrlen; -+ get_random_bytes(ptr, pkt_end - ptr); -+ -+ pxmitbuf->len = TXDESC_SIZE + pattrib->last_txcmdsz; -+ pxmitbuf->ptail += pxmitbuf->len; -+ -+ return pframe; -+} -+ -+static void freeloopbackpkt(PADAPTER padapter, struct xmit_frame *pframe) -+{ -+ struct xmit_priv *pxmitpriv; -+ struct xmit_buf *pxmitbuf; -+ -+ -+ pxmitpriv = &padapter->xmitpriv; -+ pxmitbuf = pframe->pxmitbuf; -+ -+ rtw_free_xmitframe(pxmitpriv, pframe); -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+} -+ -+static void printdata(u8 *pbuf, u32 len) -+{ -+ u32 i, val; -+ -+ -+ for (i = 0; (i+4) <= len; i+=4) { -+ printk("%08X", *(u32*)(pbuf + i)); -+ if ((i+4) & 0x1F) printk(" "); -+ else printk("\n"); -+ } -+ -+ if (i < len) -+ { -+#ifdef CONFIG_BIG_ENDIAN -+ for (; i < len, i++) -+ printk("%02X", pbuf+i); -+#else // CONFIG_LITTLE_ENDIAN -+#if 0 -+ val = 0; -+ _rtw_memcpy(&val, pbuf + i, len - i); -+ printk("%8X", val); -+#else -+ u8 str[9]; -+ u8 n; -+ val = 0; -+ n = len - i; -+ _rtw_memcpy(&val, pbuf+i, n); -+ sprintf(str, "%08X", val); -+ n = (4 - n) * 2; -+ printk("%8s", str+n); -+#endif -+#endif // CONFIG_LITTLE_ENDIAN -+ } -+ printk("\n"); -+} -+ -+static u8 pktcmp(PADAPTER padapter, u8 *txbuf, u32 txsz, u8 *rxbuf, u32 rxsz) -+{ -+ PHAL_DATA_TYPE phal; -+ struct recv_stat *prxstat; -+ struct recv_stat report; -+ PRXREPORT prxreport; -+ u32 drvinfosize; -+ u32 rxpktsize; -+ u8 fcssize; -+ u8 ret = _FALSE; -+ -+ prxstat = (struct recv_stat*)rxbuf; -+ report.rxdw0 = le32_to_cpu(prxstat->rxdw0); -+ report.rxdw1 = le32_to_cpu(prxstat->rxdw1); -+ report.rxdw2 = le32_to_cpu(prxstat->rxdw2); -+ report.rxdw3 = le32_to_cpu(prxstat->rxdw3); -+ report.rxdw4 = le32_to_cpu(prxstat->rxdw4); -+ report.rxdw5 = le32_to_cpu(prxstat->rxdw5); -+ -+ prxreport = (PRXREPORT)&report; -+ drvinfosize = prxreport->drvinfosize << 3; -+ rxpktsize = prxreport->pktlen; -+ -+ phal = GET_HAL_DATA(padapter); -+ if (phal->ReceiveConfig & RCR_APPFCS) fcssize = IEEE80211_FCS_LEN; -+ else fcssize = 0; -+ -+ if ((txsz - TXDESC_SIZE) != (rxpktsize - fcssize)) { -+ DBG_8192C("%s: ERROR! size not match tx/rx=%d/%d !\n", -+ __func__, txsz - TXDESC_SIZE, rxpktsize - fcssize); -+ ret = _FALSE; -+ } else { -+ ret = _rtw_memcmp(txbuf + TXDESC_SIZE,\ -+ rxbuf + RXDESC_SIZE + drvinfosize,\ -+ txsz - TXDESC_SIZE); -+ if (ret == _FALSE) { -+ DBG_8192C("%s: ERROR! pkt content mismatch!\n", __func__); -+ } -+ } -+ -+ if (ret == _FALSE) -+ { -+ DBG_8192C("\n%s: TX PKT total=%d, desc=%d, content=%d\n", -+ __func__, txsz, TXDESC_SIZE, txsz - TXDESC_SIZE); -+ DBG_8192C("%s: TX DESC size=%d\n", __func__, TXDESC_SIZE); -+ printdata(txbuf, TXDESC_SIZE); -+ DBG_8192C("%s: TX content size=%d\n", __func__, txsz - TXDESC_SIZE); -+ printdata(txbuf + TXDESC_SIZE, txsz - TXDESC_SIZE); -+ -+ DBG_8192C("\n%s: RX PKT read=%d offset=%d(%d,%d) content=%d\n", -+ __func__, rxsz, RXDESC_SIZE + drvinfosize, RXDESC_SIZE, drvinfosize, rxpktsize); -+ if (rxpktsize != 0) -+ { -+ DBG_8192C("%s: RX DESC size=%d\n", __func__, RXDESC_SIZE); -+ printdata(rxbuf, RXDESC_SIZE); -+ DBG_8192C("%s: RX drvinfo size=%d\n", __func__, drvinfosize); -+ printdata(rxbuf + RXDESC_SIZE, drvinfosize); -+ DBG_8192C("%s: RX content size=%d\n", __func__, rxpktsize); -+ printdata(rxbuf + RXDESC_SIZE + drvinfosize, rxpktsize); -+ } else { -+ DBG_8192C("%s: RX data size=%d\n", __func__, rxsz); -+ printdata(rxbuf, rxsz); -+ } -+ } -+ -+ return ret; -+} -+ -+thread_return lbk_thread(thread_context context) -+{ -+ s32 err; -+ PADAPTER padapter; -+ PLOOPBACKDATA ploopback; -+ struct xmit_frame *pxmitframe; -+ u32 cnt, ok, fail, headerlen; -+ u32 pktsize; -+ u32 ff_hwaddr; -+ -+ -+ padapter = (PADAPTER)context; -+ ploopback = padapter->ploopback; -+ if (ploopback == NULL) return -1; -+ cnt = 0; -+ ok = 0; -+ fail = 0; -+ -+ daemonize("%s", "RTW_LBK_THREAD"); -+ allow_signal(SIGTERM); -+ -+ do { -+ if (ploopback->size == 0) { -+ get_random_bytes(&pktsize, 4); -+ pktsize = (pktsize % 1535) + 1; // 1~1535 -+ } else -+ pktsize = ploopback->size; -+ -+ pxmitframe = createloopbackpkt(padapter, pktsize); -+ if (pxmitframe == NULL) { -+ sprintf(ploopback->msg, "loopback FAIL! 3. create Packet FAIL!"); -+ break; -+ } -+ -+ ploopback->txsize = TXDESC_SIZE + pxmitframe->attrib.last_txcmdsz; -+ _rtw_memcpy(ploopback->txbuf, pxmitframe->buf_addr, ploopback->txsize); -+ ff_hwaddr = rtw_get_ff_hwaddr(pxmitframe); -+ cnt++; -+ DBG_8192C("%s: wirte port cnt=%d size=%d\n", __func__, cnt, ploopback->txsize); -+ pxmitframe->pxmitbuf->pdata = ploopback->txbuf; -+ rtw_write_port(padapter, ff_hwaddr, ploopback->txsize, (u8 *)pxmitframe->pxmitbuf); -+ -+ // wait for rx pkt -+ _rtw_down_sema(&ploopback->sema); -+ -+ err = pktcmp(padapter, ploopback->txbuf, ploopback->txsize, ploopback->rxbuf, ploopback->rxsize); -+ if (err == _TRUE) -+ ok++; -+ else -+ fail++; -+ -+ ploopback->txsize = 0; -+ _rtw_memset(ploopback->txbuf, 0, 0x8000); -+ ploopback->rxsize = 0; -+ _rtw_memset(ploopback->rxbuf, 0, 0x8000); -+ -+ freeloopbackpkt(padapter, pxmitframe); -+ pxmitframe = NULL; -+ -+ if (signal_pending(current)) { -+ flush_signals(current); -+ } -+ -+ if ((ploopback->bstop == _TRUE) || -+ ((ploopback->cnt != 0) && (ploopback->cnt == cnt))) -+ { -+ u32 ok_rate, fail_rate, all; -+ all = cnt; -+ ok_rate = (ok*100)/all; -+ fail_rate = (fail*100)/all; -+ sprintf(ploopback->msg,\ -+ "loopback result: ok=%d%%(%d/%d),error=%d%%(%d/%d)",\ -+ ok_rate, ok, all, fail_rate, fail, all); -+ break; -+ } -+ } while (1); -+ -+ ploopback->bstop = _TRUE; -+ -+ thread_exit(); -+} -+ -+static void loopbackTest(PADAPTER padapter, u32 cnt, u32 size, u8* pmsg) -+{ -+ PLOOPBACKDATA ploopback; -+ u32 len; -+ s32 err; -+ -+ -+ ploopback = padapter->ploopback; -+ -+ if (ploopback) -+ { -+ if (ploopback->bstop == _FALSE) { -+ ploopback->bstop = _TRUE; -+ _rtw_up_sema(&ploopback->sema); -+ } -+ len = 0; -+ do { -+ len = strlen(ploopback->msg); -+ if (len) break; -+ rtw_msleep_os(1); -+ } while (1); -+ _rtw_memcpy(pmsg, ploopback->msg, len+1); -+ freeLoopback(padapter); -+ -+ return; -+ } -+ -+ // disable dynamic algorithm -+ rtw_phydm_ability_backup(padapter); -+ rtw_phydm_func_disable_all(padapter); -+ -+ // create pseudo ad-hoc connection -+ err = initpseudoadhoc(padapter); -+ if (err == _FAIL) { -+ sprintf(pmsg, "loopback FAIL! 1.1 init ad-hoc FAIL!"); -+ return; -+ } -+ -+ err = createpseudoadhoc(padapter); -+ if (err == _FAIL) { -+ sprintf(pmsg, "loopback FAIL! 1.2 create ad-hoc master FAIL!"); -+ return; -+ } -+ -+ err = initLoopback(padapter); -+ if (err) { -+ sprintf(pmsg, "loopback FAIL! 2. init FAIL! error code=%d", err); -+ return; -+ } -+ -+ ploopback = padapter->ploopback; -+ -+ ploopback->bstop = _FALSE; -+ ploopback->cnt = cnt; -+ ploopback->size = size; -+ ploopback->lbkthread = kthread_run(lbk_thread, padapter, "RTW_LBK_THREAD"); -+ if (IS_ERR(padapter->lbkthread)) -+ { -+ freeLoopback(padapter); -+ sprintf(pmsg, "loopback start FAIL! cnt=%d", cnt); -+ return; -+ } -+ -+ sprintf(pmsg, "loopback start! cnt=%d", cnt); -+} -+#endif // CONFIG_MAC_LOOPBACK_DRIVER -+ -+static int rtw_test( -+ struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ u32 len; -+ u8 *pbuf, *pch; -+ char *ptmp; -+ u8 *delim = ","; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ -+ DBG_871X("+%s\n", __func__); -+ len = wrqu->data.length; -+ -+ pbuf = (u8*)rtw_zmalloc(len); -+ if (pbuf == NULL) { -+ DBG_871X("%s: no memory!\n", __func__); -+ return -ENOMEM; -+ } -+ -+ if (copy_from_user(pbuf, wrqu->data.pointer, len)) { -+ rtw_mfree(pbuf, len); -+ DBG_871X("%s: copy from user fail!\n", __func__); -+ return -EFAULT; -+ } -+ DBG_871X("%s: string=\"%s\"\n", __func__, pbuf); -+ -+ ptmp = (char*)pbuf; -+ pch = strsep(&ptmp, delim); -+ if ((pch == NULL) || (strlen(pch) == 0)) { -+ rtw_mfree(pbuf, len); -+ DBG_871X("%s: parameter error(level 1)!\n", __func__); -+ return -EFAULT; -+ } -+ -+#ifdef CONFIG_MAC_LOOPBACK_DRIVER -+ if (strcmp(pch, "loopback") == 0) -+ { -+ s32 cnt = 0; -+ u32 size = 64; -+ -+ pch = strsep(&ptmp, delim); -+ if ((pch == NULL) || (strlen(pch) == 0)) { -+ rtw_mfree(pbuf, len); -+ DBG_871X("%s: parameter error(level 2)!\n", __func__); -+ return -EFAULT; -+ } -+ -+ sscanf(pch, "%d", &cnt); -+ DBG_871X("%s: loopback cnt=%d\n", __func__, cnt); -+ -+ pch = strsep(&ptmp, delim); -+ if ((pch == NULL) || (strlen(pch) == 0)) { -+ rtw_mfree(pbuf, len); -+ DBG_871X("%s: parameter error(level 2)!\n", __func__); -+ return -EFAULT; -+ } -+ -+ sscanf(pch, "%d", &size); -+ DBG_871X("%s: loopback size=%d\n", __func__, size); -+ -+ loopbackTest(padapter, cnt, size, extra); -+ wrqu->data.length = strlen(extra) + 1; -+ -+ rtw_mfree(pbuf, len); -+ return 0; -+ } -+#endif -+ -+ -+#ifdef CONFIG_BT_COEXIST -+ if (strcmp(pch, "bton") == 0) -+ { -+ rtw_btcoex_SetManualControl(padapter, _FALSE); -+ } -+ else if (strcmp(pch, "btoff") == 0) -+ { -+ rtw_btcoex_SetManualControl(padapter, _TRUE); -+ } -+ else if (strcmp(pch, "h2c") == 0) -+ { -+ u8 param[8]; -+ u8 count = 0; -+ u32 tmp; -+ u8 i; -+ u32 pos; -+ s32 ret; -+ -+ -+ do { -+ pch = strsep(&ptmp, delim); -+ if ((pch == NULL) || (strlen(pch) == 0)) -+ break; -+ -+ sscanf(pch, "%x", &tmp); -+ param[count++] = (u8)tmp; -+ } while (count < 8); -+ -+ if (count == 0) { -+ rtw_mfree(pbuf, len); -+ DBG_871X("%s: parameter error(level 2)!\n", __func__); -+ return -EFAULT; -+ } -+ -+ ret = rtw_hal_fill_h2c_cmd(padapter, param[0], count-1, ¶m[1]); -+ -+ pos = sprintf(extra, "H2C ID=0x%02x content=", param[0]); -+ for (i=1; idata.length = strlen(extra) + 1; -+ } -+#endif // CONFIG_BT_COEXIST -+ -+ rtw_mfree(pbuf, len); -+ return 0; -+} -+ -+static iw_handler rtw_handlers[] = -+{ -+ NULL, /* SIOCSIWCOMMIT */ -+ rtw_wx_get_name, /* SIOCGIWNAME */ -+ dummy, /* SIOCSIWNWID */ -+ dummy, /* SIOCGIWNWID */ -+ rtw_wx_set_freq, /* SIOCSIWFREQ */ -+ rtw_wx_get_freq, /* SIOCGIWFREQ */ -+ rtw_wx_set_mode, /* SIOCSIWMODE */ -+ rtw_wx_get_mode, /* SIOCGIWMODE */ -+ dummy, /* SIOCSIWSENS */ -+ rtw_wx_get_sens, /* SIOCGIWSENS */ -+ NULL, /* SIOCSIWRANGE */ -+ rtw_wx_get_range, /* SIOCGIWRANGE */ -+ rtw_wx_set_priv, /* SIOCSIWPRIV */ -+ NULL, /* SIOCGIWPRIV */ -+ NULL, /* SIOCSIWSTATS */ -+ NULL, /* SIOCGIWSTATS */ -+ dummy, /* SIOCSIWSPY */ -+ dummy, /* SIOCGIWSPY */ -+ NULL, /* SIOCGIWTHRSPY */ -+ NULL, /* SIOCWIWTHRSPY */ -+ rtw_wx_set_wap, /* SIOCSIWAP */ -+ rtw_wx_get_wap, /* SIOCGIWAP */ -+ rtw_wx_set_mlme, /* request MLME operation; uses struct iw_mlme */ -+ dummy, /* SIOCGIWAPLIST -- depricated */ -+ rtw_wx_set_scan, /* SIOCSIWSCAN */ -+ rtw_wx_get_scan, /* SIOCGIWSCAN */ -+ rtw_wx_set_essid, /* SIOCSIWESSID */ -+ rtw_wx_get_essid, /* SIOCGIWESSID */ -+ dummy, /* SIOCSIWNICKN */ -+ rtw_wx_get_nick, /* SIOCGIWNICKN */ -+ NULL, /* -- hole -- */ -+ NULL, /* -- hole -- */ -+ rtw_wx_set_rate, /* SIOCSIWRATE */ -+ rtw_wx_get_rate, /* SIOCGIWRATE */ -+ rtw_wx_set_rts, /* SIOCSIWRTS */ -+ rtw_wx_get_rts, /* SIOCGIWRTS */ -+ rtw_wx_set_frag, /* SIOCSIWFRAG */ -+ rtw_wx_get_frag, /* SIOCGIWFRAG */ -+ dummy, /* SIOCSIWTXPOW */ -+ dummy, /* SIOCGIWTXPOW */ -+ dummy, /* SIOCSIWRETRY */ -+ rtw_wx_get_retry, /* SIOCGIWRETRY */ -+ rtw_wx_set_enc, /* SIOCSIWENCODE */ -+ rtw_wx_get_enc, /* SIOCGIWENCODE */ -+ dummy, /* SIOCSIWPOWER */ -+ rtw_wx_get_power, /* SIOCGIWPOWER */ -+ NULL, /*---hole---*/ -+ NULL, /*---hole---*/ -+ rtw_wx_set_gen_ie, /* SIOCSIWGENIE */ -+ NULL, /* SIOCGWGENIE */ -+ rtw_wx_set_auth, /* SIOCSIWAUTH */ -+ NULL, /* SIOCGIWAUTH */ -+ rtw_wx_set_enc_ext, /* SIOCSIWENCODEEXT */ -+ NULL, /* SIOCGIWENCODEEXT */ -+ rtw_wx_set_pmkid, /* SIOCSIWPMKSA */ -+ NULL, /*---hole---*/ -+}; -+ -+ -+static const struct iw_priv_args rtw_private_args[] = { -+ { -+ SIOCIWFIRSTPRIV + 0x0, -+ IW_PRIV_TYPE_CHAR | 0x7FF, 0, "write" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x1, -+ IW_PRIV_TYPE_CHAR | 0x7FF, -+ IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ, "read" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x2, 0, 0, "driver_ext" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x3, 0, 0, "mp_ioctl" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x4, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "apinfo" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x5, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "setpid" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x6, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "wps_start" -+ }, -+//for PLATFORM_MT53XX -+ { -+ SIOCIWFIRSTPRIV + 0x7, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "get_sensitivity" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x8, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "wps_prob_req_ie" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x9, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "wps_assoc_req_ie" -+ }, -+ -+//for RTK_DMP_PLATFORM -+ { -+ SIOCIWFIRSTPRIV + 0xA, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "channel_plan" -+ }, -+ -+ { -+ SIOCIWFIRSTPRIV + 0xB, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "dbg" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0xC, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 3, 0, "rfw" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0xD, -+ IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ, "rfr" -+ }, -+#if 0 -+ { -+ SIOCIWFIRSTPRIV + 0xE,0,0, "wowlan_ctrl" -+ }, -+#endif -+ { -+ SIOCIWFIRSTPRIV + 0x10, -+ IW_PRIV_TYPE_CHAR | 1024, 0, "p2p_set" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x11, -+ IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK , "p2p_get" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x12, 0, 0, "NULL" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x13, -+ IW_PRIV_TYPE_CHAR | 64, IW_PRIV_TYPE_CHAR | 64 , "p2p_get2" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x14, -+ IW_PRIV_TYPE_CHAR | 64, 0, "tdls" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x15, -+ IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | 1024 , "tdls_get" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x16, -+ IW_PRIV_TYPE_CHAR | 64, 0, "pm_set" -+ }, -+ -+ {SIOCIWFIRSTPRIV + 0x18, IW_PRIV_TYPE_CHAR | IFNAMSIZ , 0 , "rereg_nd_name"}, -+#ifdef CONFIG_MP_INCLUDED -+ {SIOCIWFIRSTPRIV + 0x1A, IW_PRIV_TYPE_CHAR | 1024, 0, "NULL"}, -+ {SIOCIWFIRSTPRIV + 0x1B, IW_PRIV_TYPE_CHAR | 128, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "NULL"}, -+#else -+ {SIOCIWFIRSTPRIV + 0x1A, IW_PRIV_TYPE_CHAR | 1024, 0, "efuse_set"}, -+ {SIOCIWFIRSTPRIV + 0x1B, IW_PRIV_TYPE_CHAR | 128, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "efuse_get"}, -+#endif -+ { -+ SIOCIWFIRSTPRIV + 0x1D, -+ IW_PRIV_TYPE_CHAR | 40, IW_PRIV_TYPE_CHAR | 0x7FF, "test" -+ }, -+ -+#ifdef CONFIG_INTEL_WIDI -+ { -+ SIOCIWFIRSTPRIV + 0x1E, -+ IW_PRIV_TYPE_CHAR | 1024, 0, "widi_set" -+ }, -+ { -+ SIOCIWFIRSTPRIV + 0x1F, -+ IW_PRIV_TYPE_CHAR | 128, 0, "widi_prob_req" -+ }, -+#endif // CONFIG_INTEL_WIDI -+ -+#ifdef CONFIG_MP_INCLUDED -+ { SIOCIWFIRSTPRIV + 0x0E, IW_PRIV_TYPE_CHAR | 1024, 0 , ""}, //set -+ { SIOCIWFIRSTPRIV + 0x0F, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK , ""},//get -+/* --- sub-ioctls definitions --- */ -+ { MP_START , IW_PRIV_TYPE_CHAR | 1024, 0, "mp_start" }, //set -+ { MP_PHYPARA, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_phypara" },//get -+ { MP_STOP , IW_PRIV_TYPE_CHAR | 1024, 0, "mp_stop" }, //set -+ { MP_CHANNEL , IW_PRIV_TYPE_CHAR | 1024 , IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_channel" },//get -+ { MP_BANDWIDTH , IW_PRIV_TYPE_CHAR | 1024, 0, "mp_bandwidth"}, //set -+ { MP_RATE , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_rate" },//get -+ { MP_RESET_STATS , IW_PRIV_TYPE_CHAR | 1024, 0, "mp_reset_stats"}, -+ { MP_QUERY , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK , "mp_query"}, //get -+ { READ_REG , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "read_reg" }, -+ { MP_RATE , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_rate" }, -+ { READ_RF , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "read_rf" }, -+ { MP_PSD , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_psd"}, -+ { MP_DUMP, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_dump" }, -+ { MP_TXPOWER , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_txpower"}, -+ { MP_ANT_TX , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_ant_tx"}, -+ { MP_ANT_RX , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_ant_rx"}, -+ { WRITE_REG , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "write_reg" }, -+ { WRITE_RF , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "write_rf" }, -+ { MP_CTX , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_ctx"}, -+ { MP_ARX , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_arx"}, -+ { MP_THER , IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_ther"}, -+ { EFUSE_SET, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "efuse_set" }, -+ { EFUSE_GET, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "efuse_get" }, -+ { MP_PWRTRK , IW_PRIV_TYPE_CHAR | 1024, 0, "mp_pwrtrk"}, -+ { MP_QueryDrvStats, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_drvquery" }, -+ { MP_IOCTL, IW_PRIV_TYPE_CHAR | 1024, 0, "mp_ioctl"}, // mp_ioctl -+ { MP_SetRFPathSwh, IW_PRIV_TYPE_CHAR | 1024, 0, "mp_setrfpath" }, -+ { MP_PwrCtlDM, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_pwrctldm" }, -+ { MP_GET_TXPOWER_INX, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_get_txpower" }, -+ { MP_GETVER, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_priv_ver" }, -+ { MP_MON, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_mon" }, -+ { EFUSE_MASK, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "efuse_mask" }, -+ { EFUSE_FILE, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "efuse_file" }, -+ { MP_TX, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_tx" }, -+ { MP_RX, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_rx" }, -+#if defined(CONFIG_RTL8723B) -+ { MP_SetBT, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "mp_setbt" }, -+ { MP_DISABLE_BT_COEXIST, IW_PRIV_TYPE_CHAR | 1024, 0, "mp_disa_btcoex"}, -+#endif -+ { CTA_TEST, IW_PRIV_TYPE_CHAR | 1024, 0, "cta_test"}, -+#endif -+#ifdef CONFIG_WOWLAN -+ { MP_WOW_ENABLE , IW_PRIV_TYPE_CHAR | 1024, 0, "wow_mode" }, -+ { MP_WOW_SET_PATTERN , IW_PRIV_TYPE_CHAR | 1024, 0, "wow_set_pattern" }, -+#endif -+#ifdef CONFIG_AP_WOWLAN -+ { MP_AP_WOW_ENABLE , IW_PRIV_TYPE_CHAR | 1024, 0, "ap_wow_mode" }, //set -+#endif -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+ { MP_SD_IREAD, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "sd_iread" }, -+ { MP_SD_IWRITE, IW_PRIV_TYPE_CHAR | 1024, IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_MASK, "sd_iwrite" }, -+#endif -+}; -+ -+static iw_handler rtw_private_handler[] = -+{ -+ rtw_wx_write32, //0x00 -+ rtw_wx_read32, //0x01 -+ rtw_drvext_hdl, //0x02 -+ rtw_mp_ioctl_hdl, //0x03 -+ -+// for MM DTV platform -+ rtw_get_ap_info, //0x04 -+ -+ rtw_set_pid, //0x05 -+ rtw_wps_start, //0x06 -+ -+// for PLATFORM_MT53XX -+ rtw_wx_get_sensitivity, //0x07 -+ rtw_wx_set_mtk_wps_probe_ie, //0x08 -+ rtw_wx_set_mtk_wps_ie, //0x09 -+ -+// for RTK_DMP_PLATFORM -+// Set Channel depend on the country code -+ rtw_wx_set_channel_plan, //0x0A -+ -+ rtw_dbg_port, //0x0B -+ rtw_wx_write_rf, //0x0C -+ rtw_wx_read_rf, //0x0D -+#ifdef CONFIG_MP_INCLUDED -+ rtw_mp_set, //0x0E -+ rtw_mp_get, //0x0F -+#else -+ rtw_wx_priv_null, //0x0E -+ rtw_wx_priv_null, //0x0F -+#endif -+ rtw_p2p_set, //0x10 -+ rtw_p2p_get, //0x11 -+ NULL, //0x12 -+ rtw_p2p_get2, //0x13 -+ -+ rtw_tdls, //0x14 -+ rtw_tdls_get, //0x15 -+ -+ rtw_pm_set, //0x16 -+ rtw_wx_priv_null, //0x17 -+ rtw_rereg_nd_name, //0x18 -+ rtw_wx_priv_null, //0x19 -+#ifdef CONFIG_MP_INCLUDED -+ rtw_wx_priv_null, //0x1A -+ rtw_wx_priv_null, //0x1B -+#else -+ rtw_mp_efuse_set, //0x1A -+ rtw_mp_efuse_get, //0x1B -+#endif -+ NULL, // 0x1C is reserved for hostapd -+ rtw_test, // 0x1D -+#ifdef CONFIG_INTEL_WIDI -+ rtw_widi_set, //0x1E -+ rtw_widi_set_probe_request, //0x1F -+#endif // CONFIG_INTEL_WIDI -+}; -+ -+ -+#if WIRELESS_EXT >= 17 -+static struct iw_statistics *rtw_get_wireless_stats(struct net_device *dev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct iw_statistics *piwstats=&padapter->iwstats; -+ int tmp_level = 0; -+ int tmp_qual = 0; -+ int tmp_noise = 0; -+ -+ if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) != _TRUE) -+ { -+ piwstats->qual.qual = 0; -+ piwstats->qual.level = 0; -+ piwstats->qual.noise = 0; -+ //DBG_871X("No link level:%d, qual:%d, noise:%d\n", tmp_level, tmp_qual, tmp_noise); -+ } -+ else{ -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ tmp_level = translate_percentage_to_dbm(padapter->recvpriv.signal_strength); -+ #else -+ #ifdef CONFIG_SIGNAL_SCALE_MAPPING -+ tmp_level = padapter->recvpriv.signal_strength; -+ #else -+ { -+ /* Do signal scale mapping when using percentage as the unit of signal strength, since the scale mapping is skipped in odm */ -+ -+ HAL_DATA_TYPE *pHal = GET_HAL_DATA(padapter); -+ -+ tmp_level = (u8)odm_SignalScaleMapping(&pHal->odmpriv, padapter->recvpriv.signal_strength); -+ } -+ #endif -+ #endif -+ -+ tmp_qual = padapter->recvpriv.signal_qual; -+ rtw_get_noise(padapter); -+ tmp_noise = padapter->recvpriv.noise; -+ //DBG_871X("level:%d, qual:%d, noise:%d, rssi (%d)\n", tmp_level, tmp_qual, tmp_noise,padapter->recvpriv.rssi); -+ -+ piwstats->qual.level = tmp_level; -+ piwstats->qual.qual = tmp_qual; -+ piwstats->qual.noise = tmp_noise; -+ } -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)) -+ piwstats->qual.updated = IW_QUAL_ALL_UPDATED ;//|IW_QUAL_DBM; -+#else -+#ifdef RTK_DMP_PLATFORM -+ //IW_QUAL_DBM= 0x8, if driver use this flag, wireless extension will show value of dbm. -+ //remove this flag for show percentage 0~100 -+ piwstats->qual.updated = 0x07; -+#else -+ piwstats->qual.updated = 0x0f; -+#endif -+#endif -+ -+ #ifdef CONFIG_SIGNAL_DISPLAY_DBM -+ piwstats->qual.updated = piwstats->qual.updated | IW_QUAL_DBM; -+ #endif -+ -+ return &padapter->iwstats; -+} -+#endif -+ -+#ifdef CONFIG_WIRELESS_EXT -+struct iw_handler_def rtw_handlers_def = -+{ -+ .standard = rtw_handlers, -+ .num_standard = sizeof(rtw_handlers) / sizeof(iw_handler), -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)) || defined(CONFIG_WEXT_PRIV) -+ .private = rtw_private_handler, -+ .private_args = (struct iw_priv_args *)rtw_private_args, -+ .num_private = sizeof(rtw_private_handler) / sizeof(iw_handler), -+ .num_private_args = sizeof(rtw_private_args) / sizeof(struct iw_priv_args), -+#endif -+#if WIRELESS_EXT >= 17 -+ .get_wireless_stats = rtw_get_wireless_stats, -+#endif -+}; -+#endif -+ -+// copy from net/wireless/wext.c start -+/* ---------------------------------------------------------------- */ -+/* -+ * Calculate size of private arguments -+ */ -+static const char iw_priv_type_size[] = { -+ 0, /* IW_PRIV_TYPE_NONE */ -+ 1, /* IW_PRIV_TYPE_BYTE */ -+ 1, /* IW_PRIV_TYPE_CHAR */ -+ 0, /* Not defined */ -+ sizeof(__u32), /* IW_PRIV_TYPE_INT */ -+ sizeof(struct iw_freq), /* IW_PRIV_TYPE_FLOAT */ -+ sizeof(struct sockaddr), /* IW_PRIV_TYPE_ADDR */ -+ 0, /* Not defined */ -+}; -+ -+static int get_priv_size(__u16 args) -+{ -+ int num = args & IW_PRIV_SIZE_MASK; -+ int type = (args & IW_PRIV_TYPE_MASK) >> 12; -+ -+ return num * iw_priv_type_size[type]; -+} -+// copy from net/wireless/wext.c end -+ -+ -+static int _rtw_ioctl_wext_private(struct net_device *dev, union iwreq_data *wrq_data) -+{ -+ int err = 0; -+ u8 *input = NULL; -+ u32 input_len = 0; -+ const char delim[] = " "; -+ u8 *output = NULL; -+ u32 output_len = 0; -+ u32 count = 0; -+ u8 *buffer= NULL; -+ u32 buffer_len = 0; -+ char *ptr = NULL; -+ u8 cmdname[17] = {0}; // IFNAMSIZ+1 -+ u32 cmdlen; -+ s32 len; -+ u8 *extra = NULL; -+ u32 extra_size = 0; -+ -+ s32 k; -+ const iw_handler *priv; /* Private ioctl */ -+ const struct iw_priv_args *priv_args; /* Private ioctl description */ -+ u32 num_priv; /* Number of ioctl */ -+ u32 num_priv_args; /* Number of descriptions */ -+ iw_handler handler; -+ int temp; -+ int subcmd = 0; /* sub-ioctl index */ -+ int offset = 0; /* Space for sub-ioctl index */ -+ -+ union iwreq_data wdata; -+ -+ _rtw_memcpy(&wdata, wrq_data, sizeof(wdata)); -+ -+ input_len = wdata.data.length; -+ input = rtw_zmalloc(input_len); -+ if (NULL == input || input_len == 0) -+ return -ENOMEM; -+ if (copy_from_user(input, wdata.data.pointer, input_len)) { -+ err = -EFAULT; -+ goto exit; -+ } -+ input[input_len - 1] = '\0'; -+ ptr = input; -+ len = input_len; -+ sscanf(ptr, "%16s", cmdname); -+ cmdlen = strlen(cmdname); -+ DBG_871X("%s: cmd=%s\n", __func__, cmdname); -+ -+ // skip command string -+ if (cmdlen > 0) -+ cmdlen += 1; // skip one space -+ ptr += cmdlen; -+ len -= cmdlen; -+ DBG_871X("%s: parameters=%s\n", __func__, ptr); -+ -+ priv = rtw_private_handler; -+ priv_args = rtw_private_args; -+ num_priv = sizeof(rtw_private_handler) / sizeof(iw_handler); -+ num_priv_args = sizeof(rtw_private_args) / sizeof(struct iw_priv_args); -+ -+ if (num_priv_args == 0) { -+ err = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+ /* Search the correct ioctl */ -+ k = -1; -+ while((++k < num_priv_args) && strcmp(priv_args[k].name, cmdname)); -+ -+ /* If not found... */ -+ if (k == num_priv_args) { -+ err = -EOPNOTSUPP; -+ goto exit; -+ } -+ -+ /* Watch out for sub-ioctls ! */ -+ if (priv_args[k].cmd < SIOCDEVPRIVATE) -+ { -+ int j = -1; -+ -+ /* Find the matching *real* ioctl */ -+ while ((++j < num_priv_args) && ((priv_args[j].name[0] != '\0') || -+ (priv_args[j].set_args != priv_args[k].set_args) || -+ (priv_args[j].get_args != priv_args[k].get_args))); -+ -+ /* If not found... */ -+ if (j == num_priv_args) { -+ err = -EINVAL; -+ goto exit; -+ } -+ -+ /* Save sub-ioctl number */ -+ subcmd = priv_args[k].cmd; -+ /* Reserve one int (simplify alignment issues) */ -+ offset = sizeof(__u32); -+ /* Use real ioctl definition from now on */ -+ k = j; -+ } -+ -+ buffer = rtw_zmalloc(4096); -+ if (NULL == buffer) { -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ /* If we have to set some data */ -+ if ((priv_args[k].set_args & IW_PRIV_TYPE_MASK) && -+ (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ { -+ u8 *str; -+ -+ switch (priv_args[k].set_args & IW_PRIV_TYPE_MASK) -+ { -+ case IW_PRIV_TYPE_BYTE: -+ /* Fetch args */ -+ count = 0; -+ do { -+ str = strsep(&ptr, delim); -+ if (NULL == str) break; -+ sscanf(str, "%i", &temp); -+ buffer[count++] = (u8)temp; -+ } while (1); -+ buffer_len = count; -+ -+ /* Number of args to fetch */ -+ wdata.data.length = count; -+ if (wdata.data.length > (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ wdata.data.length = priv_args[k].set_args & IW_PRIV_SIZE_MASK; -+ -+ break; -+ -+ case IW_PRIV_TYPE_INT: -+ /* Fetch args */ -+ count = 0; -+ do { -+ str = strsep(&ptr, delim); -+ if (NULL == str) break; -+ sscanf(str, "%i", &temp); -+ ((s32*)buffer)[count++] = (s32)temp; -+ } while (1); -+ buffer_len = count * sizeof(s32); -+ -+ /* Number of args to fetch */ -+ wdata.data.length = count; -+ if (wdata.data.length > (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ wdata.data.length = priv_args[k].set_args & IW_PRIV_SIZE_MASK; -+ -+ break; -+ -+ case IW_PRIV_TYPE_CHAR: -+ if (len > 0) -+ { -+ /* Size of the string to fetch */ -+ wdata.data.length = len; -+ if (wdata.data.length > (priv_args[k].set_args & IW_PRIV_SIZE_MASK)) -+ wdata.data.length = priv_args[k].set_args & IW_PRIV_SIZE_MASK; -+ -+ /* Fetch string */ -+ _rtw_memcpy(buffer, ptr, wdata.data.length); -+ } -+ else -+ { -+ wdata.data.length = 1; -+ buffer[0] = '\0'; -+ } -+ buffer_len = wdata.data.length; -+ break; -+ -+ default: -+ DBG_8192C("%s: Not yet implemented...\n", __func__); -+ err = -1; -+ goto exit; -+ } -+ -+ if ((priv_args[k].set_args & IW_PRIV_SIZE_FIXED) && -+ (wdata.data.length != (priv_args[k].set_args & IW_PRIV_SIZE_MASK))) -+ { -+ DBG_8192C("%s: The command %s needs exactly %d argument(s)...\n", -+ __func__, cmdname, priv_args[k].set_args & IW_PRIV_SIZE_MASK); -+ err = -EINVAL; -+ goto exit; -+ } -+ } /* if args to set */ -+ else -+ { -+ wdata.data.length = 0L; -+ } -+ -+ /* Those two tests are important. They define how the driver -+ * will have to handle the data */ -+ if ((priv_args[k].set_args & IW_PRIV_SIZE_FIXED) && -+ ((get_priv_size(priv_args[k].set_args) + offset) <= IFNAMSIZ)) -+ { -+ /* First case : all SET args fit within wrq */ -+ if (offset) -+ wdata.mode = subcmd; -+ _rtw_memcpy(wdata.name + offset, buffer, IFNAMSIZ - offset); -+ } -+ else -+ { -+ if ((priv_args[k].set_args == 0) && -+ (priv_args[k].get_args & IW_PRIV_SIZE_FIXED) && -+ (get_priv_size(priv_args[k].get_args) <= IFNAMSIZ)) -+ { -+ /* Second case : no SET args, GET args fit within wrq */ -+ if (offset) -+ wdata.mode = subcmd; -+ } -+ else -+ { -+ /* Third case : args won't fit in wrq, or variable number of args */ -+ if (copy_to_user(wdata.data.pointer, buffer, buffer_len)) { -+ err = -EFAULT; -+ goto exit; -+ } -+ wdata.data.flags = subcmd; -+ } -+ } -+ -+ rtw_mfree(input, input_len); -+ input = NULL; -+ -+ extra_size = 0; -+ if (IW_IS_SET(priv_args[k].cmd)) -+ { -+ /* Size of set arguments */ -+ extra_size = get_priv_size(priv_args[k].set_args); -+ -+ /* Does it fits in iwr ? */ -+ if ((priv_args[k].set_args & IW_PRIV_SIZE_FIXED) && -+ ((extra_size + offset) <= IFNAMSIZ)) -+ extra_size = 0; -+ } else { -+ /* Size of get arguments */ -+ extra_size = get_priv_size(priv_args[k].get_args); -+ -+ /* Does it fits in iwr ? */ -+ if ((priv_args[k].get_args & IW_PRIV_SIZE_FIXED) && -+ (extra_size <= IFNAMSIZ)) -+ extra_size = 0; -+ } -+ -+ if (extra_size == 0) { -+ extra = (u8*)&wdata; -+ rtw_mfree(buffer, 4096); -+ buffer = NULL; -+ } else -+ extra = buffer; -+ -+ handler = priv[priv_args[k].cmd - SIOCIWFIRSTPRIV]; -+ err = handler(dev, NULL, &wdata, extra); -+ -+ /* If we have to get some data */ -+ if ((priv_args[k].get_args & IW_PRIV_TYPE_MASK) && -+ (priv_args[k].get_args & IW_PRIV_SIZE_MASK)) -+ { -+ int j; -+ int n = 0; /* number of args */ -+ u8 str[20] = {0}; -+ -+ /* Check where is the returned data */ -+ if ((priv_args[k].get_args & IW_PRIV_SIZE_FIXED) && -+ (get_priv_size(priv_args[k].get_args) <= IFNAMSIZ)) -+ n = priv_args[k].get_args & IW_PRIV_SIZE_MASK; -+ else -+ n = wdata.data.length; -+ -+ output = rtw_zmalloc(4096); -+ if (NULL == output) { -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ switch (priv_args[k].get_args & IW_PRIV_TYPE_MASK) -+ { -+ case IW_PRIV_TYPE_BYTE: -+ /* Display args */ -+ for (j = 0; j < n; j++) -+ { -+ sprintf(str, "%d ", extra[j]); -+ len = strlen(str); -+ output_len = strlen(output); -+ if ((output_len + len + 1) > 4096) { -+ err = -E2BIG; -+ goto exit; -+ } -+ _rtw_memcpy(output+output_len, str, len); -+ } -+ break; -+ -+ case IW_PRIV_TYPE_INT: -+ /* Display args */ -+ for (j = 0; j < n; j++) -+ { -+ sprintf(str, "%d ", ((__s32*)extra)[j]); -+ len = strlen(str); -+ output_len = strlen(output); -+ if ((output_len + len + 1) > 4096) { -+ err = -E2BIG; -+ goto exit; -+ } -+ _rtw_memcpy(output+output_len, str, len); -+ } -+ break; -+ -+ case IW_PRIV_TYPE_CHAR: -+ /* Display args */ -+ _rtw_memcpy(output, extra, n); -+ break; -+ -+ default: -+ DBG_8192C("%s: Not yet implemented...\n", __func__); -+ err = -1; -+ goto exit; -+ } -+ -+ output_len = strlen(output) + 1; -+ wrq_data->data.length = output_len; -+ if (copy_to_user(wrq_data->data.pointer, output, output_len)) { -+ err = -EFAULT; -+ goto exit; -+ } -+ } /* if args to set */ -+ else -+ { -+ wrq_data->data.length = 0; -+ } -+ -+exit: -+ if (input) -+ rtw_mfree(input, input_len); -+ if (buffer) -+ rtw_mfree(buffer, 4096); -+ if (output) -+ rtw_mfree(output, 4096); -+ -+ return err; -+} -+ -+#ifdef CONFIG_COMPAT -+static int rtw_ioctl_compat_wext_private(struct net_device *dev, struct ifreq *rq) -+{ -+ struct compat_iw_point iwp_compat; -+ union iwreq_data wrq_data; -+ int err = 0; -+ DBG_871X("%s:...\n", __func__); -+ if (copy_from_user(&iwp_compat, rq->ifr_ifru.ifru_data, sizeof(struct compat_iw_point))) -+ return -EFAULT; -+ -+ wrq_data.data.pointer = compat_ptr(iwp_compat.pointer); -+ wrq_data.data.length = iwp_compat.length; -+ wrq_data.data.flags = iwp_compat.flags; -+ -+ err = _rtw_ioctl_wext_private(dev, &wrq_data); -+ -+ iwp_compat.pointer = ptr_to_compat(wrq_data.data.pointer); -+ iwp_compat.length = wrq_data.data.length; -+ iwp_compat.flags = wrq_data.data.flags; -+ if (copy_to_user(rq->ifr_ifru.ifru_data, &iwp_compat, sizeof(struct compat_iw_point))) -+ return -EFAULT; -+ -+ return err; -+} -+#endif // CONFIG_COMPAT -+ -+static int rtw_ioctl_standard_wext_private(struct net_device *dev, struct ifreq *rq) -+{ -+ struct iw_point *iwp; -+ struct ifreq ifrq; -+ union iwreq_data wrq_data; -+ int err = 0; -+ iwp = &wrq_data.data; -+ DBG_871X("%s:...\n", __func__); -+ if (copy_from_user(iwp, rq->ifr_ifru.ifru_data, sizeof(struct iw_point))) -+ return -EFAULT; -+ -+ err = _rtw_ioctl_wext_private(dev, &wrq_data); -+ -+ if (copy_to_user(rq->ifr_ifru.ifru_data, iwp, sizeof(struct iw_point))) -+ return -EFAULT; -+ -+ return err; -+} -+ -+static int rtw_ioctl_wext_private(struct net_device *dev, struct ifreq *rq) -+{ -+#ifdef CONFIG_COMPAT -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(4,6,0)) -+ if(is_compat_task()) -+#else -+ if(in_compat_syscall()) -+#endif -+ return rtw_ioctl_compat_wext_private( dev, rq ); -+ else -+#endif // CONFIG_COMPAT -+ return rtw_ioctl_standard_wext_private( dev, rq ); -+} -+ -+int rtw_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) -+{ -+ struct iwreq *wrq = (struct iwreq *)rq; -+ int ret=0; -+ -+ switch (cmd) -+ { -+ case RTL_IOCTL_WPA_SUPPLICANT: -+ ret = wpa_supplicant_ioctl(dev, &wrq->u.data); -+ break; -+#ifdef CONFIG_AP_MODE -+ case RTL_IOCTL_HOSTAPD: -+ ret = rtw_hostapd_ioctl(dev, &wrq->u.data); -+ break; -+#ifdef CONFIG_WIRELESS_EXT -+ case SIOCSIWMODE: -+ ret = rtw_wx_set_mode(dev, NULL, &wrq->u, NULL); -+ break; -+#endif -+#endif // CONFIG_AP_MODE -+ case SIOCDEVPRIVATE: -+ ret = rtw_ioctl_wext_private(dev, rq); -+ break; -+ case (SIOCDEVPRIVATE+1): -+ ret = rtw_android_priv_cmd(dev, rq, cmd); -+ break; -+ default: -+ ret = -EOPNOTSUPP; -+ break; -+ } -+ -+ return ret; -+} -+ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_mp.c linux/3rdparty/rtl8812au/os_dep/linux/ioctl_mp.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/ioctl_mp.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/ioctl_mp.c 2017-06-07 23:07:21.046690765 +0300 -@@ -0,0 +1,2147 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#if defined(CONFIG_MP_INCLUDED) -+ -+#include -+#include -+#include -+#include "../../hal/phydm/phydm_precomp.h" -+ -+ -+#if defined(CONFIG_RTL8723B) -+#include -+#endif -+ -+/* -+ * Input Format: %s,%d,%d -+ * %s is width, could be -+ * "b" for 1 byte -+ * "w" for WORD (2 bytes) -+ * "dw" for DWORD (4 bytes) -+ * 1st %d is address(offset) -+ * 2st %d is data to write -+ */ -+int rtw_mp_write_reg(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ char *pch, *pnext, *ptmp; -+ char *width_str; -+ char width, buf[5]; -+ u32 addr, data; -+ int ret; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ char input[wrqu->length]; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ pch = input; -+ -+ pnext = strpbrk(pch, " ,.-"); -+ if (pnext == NULL) -+ return -EINVAL; -+ *pnext = 0; -+ width_str = pch; -+ -+ pch = pnext + 1; -+ pnext = strpbrk(pch, " ,.-"); -+ if (pnext == NULL) -+ return -EINVAL; -+ *pnext = 0; -+ /*addr = simple_strtoul(pch, &ptmp, 16); -+ _rtw_memset(buf, '\0', sizeof(buf)); -+ _rtw_memcpy(buf, pch, pnext-pch); -+ ret = kstrtoul(buf, 16, &addr);*/ -+ ret = sscanf(pch, "%x", &addr); -+ if (addr > 0x3FFF) -+ return -EINVAL; -+ -+ pch = pnext + 1; -+ pnext = strpbrk(pch, " ,.-"); -+ if ((pch - input) >= wrqu->length) -+ return -EINVAL; -+ /*data = simple_strtoul(pch, &ptmp, 16);*/ -+ ret = sscanf(pch, "%x", &data); -+ DBG_871X("data=%x,addr=%x\n", (u32)data, (u32)addr); -+ ret = 0; -+ width = width_str[0]; -+ switch (width) { -+ case 'b': -+ /* 1 byte*/ -+ if (data > 0xFF) { -+ ret = -EINVAL; -+ break; -+ } -+ rtw_write8(padapter, addr, data); -+ break; -+ case 'w': -+ /* 2 bytes*/ -+ if (data > 0xFFFF) { -+ ret = -EINVAL; -+ break; -+ } -+ rtw_write16(padapter, addr, data); -+ break; -+ case 'd': -+ /* 4 bytes*/ -+ rtw_write32(padapter, addr, data); -+ break; -+ default: -+ ret = -EINVAL; -+ break; -+ } -+ -+ return ret; -+} -+ -+ -+/* -+ * Input Format: %s,%d -+ * %s is width, could be -+ * "b" for 1 byte -+ * "w" for WORD (2 bytes) -+ * "dw" for DWORD (4 bytes) -+ * %d is address(offset) -+ * -+ * Return: -+ * %d for data readed -+ */ -+int rtw_mp_read_reg(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ char input[wrqu->length]; -+ char *pch, *pnext, *ptmp; -+ char *width_str; -+ char width; -+ char data[20], tmp[20], buf[3]; -+ u32 addr = 0, strtout = 0; -+ u32 i = 0, j = 0, ret = 0, data32 = 0; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ -+ if (wrqu->length > 128) -+ return -EFAULT; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ _rtw_memset(extra, 0, wrqu->length); -+ _rtw_memset(data, '\0', sizeof(data)); -+ _rtw_memset(tmp, '\0', sizeof(tmp)); -+ pch = input; -+ pnext = strpbrk(pch, " ,.-"); -+ if (pnext == NULL) -+ return -EINVAL; -+ *pnext = 0; -+ width_str = pch; -+ -+ pch = pnext + 1; -+ -+ ret = sscanf(pch, "%x", &addr); -+ if (addr > 0x3FFF) -+ return -EINVAL; -+ -+ ret = 0; -+ width = width_str[0]; -+ -+ switch (width) { -+ case 'b': -+ data32 = rtw_read8(padapter, addr); -+ DBG_871X("%x\n", data32); -+ sprintf(extra, "%d", data32); -+ wrqu->length = strlen(extra); -+ break; -+ case 'w': -+ /* 2 bytes*/ -+ sprintf(data, "%04x\n", rtw_read16(padapter, addr)); -+ -+ for (i = 0 ; i <= strlen(data) ; i++) { -+ if (i % 2 == 0) { -+ tmp[j] = ' '; -+ j++; -+ } -+ if (data[i] != '\0') -+ tmp[j] = data[i]; -+ -+ j++; -+ } -+ pch = tmp; -+ DBG_871X("pch=%s", pch); -+ -+ while (*pch != '\0') { -+ pnext = strpbrk(pch, " "); -+ if (!pnext || ((pnext - tmp) > 4)) -+ break; -+ -+ pnext++; -+ if (*pnext != '\0') { -+ /*strtout = simple_strtoul(pnext , &ptmp, 16);*/ -+ ret = sscanf(pnext, "%x", &strtout); -+ sprintf(extra, "%s %d" , extra , strtout); -+ } else -+ break; -+ pch = pnext; -+ } -+ wrqu->length = strlen(extra); -+ break; -+ case 'd': -+ /* 4 bytes */ -+ sprintf(data, "%08x", rtw_read32(padapter, addr)); -+ /*add read data format blank*/ -+ for (i = 0 ; i <= strlen(data) ; i++) { -+ if (i % 2 == 0) { -+ tmp[j] = ' '; -+ j++; -+ } -+ if (data[i] != '\0') -+ tmp[j] = data[i]; -+ -+ j++; -+ } -+ pch = tmp; -+ DBG_871X("pch=%s", pch); -+ -+ while (*pch != '\0') { -+ pnext = strpbrk(pch, " "); -+ if (!pnext) -+ break; -+ -+ pnext++; -+ if (*pnext != '\0') { -+ ret = sscanf(pnext, "%x", &strtout); -+ sprintf(extra, "%s %d" , extra , strtout); -+ } else -+ break; -+ pch = pnext; -+ } -+ wrqu->length = strlen(extra); -+ break; -+ -+ default: -+ wrqu->length = 0; -+ ret = -EINVAL; -+ break; -+ } -+ -+ return ret; -+} -+ -+ -+/* -+ * Input Format: %d,%x,%x -+ * %d is RF path, should be smaller than MAX_RF_PATH_NUMS -+ * 1st %x is address(offset) -+ * 2st %x is data to write -+ */ -+int rtw_mp_write_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ -+ u32 path, addr, data; -+ int ret; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ char input[wrqu->length]; -+ -+ -+ _rtw_memset(input, 0, wrqu->length); -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ -+ ret = sscanf(input, "%d,%x,%x", &path, &addr, &data); -+ if (ret < 3) -+ return -EINVAL; -+ -+ if (path >= GET_HAL_RFPATH_NUM(padapter)) -+ return -EINVAL; -+ if (addr > 0xFF) -+ return -EINVAL; -+ if (data > 0xFFFFF) -+ return -EINVAL; -+ -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ write_rfreg(padapter, path, addr, data); -+ -+ sprintf(extra, "write_rf completed\n"); -+ wrqu->length = strlen(extra); -+ -+ return 0; -+} -+ -+ -+/* -+ * Input Format: %d,%x -+ * %d is RF path, should be smaller than MAX_RF_PATH_NUMS -+ * %x is address(offset) -+ * -+ * Return: -+ * %d for data readed -+ */ -+int rtw_mp_read_rf(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ char input[wrqu->length]; -+ char *pch, *pnext, *ptmp; -+ char data[20], tmp[20], buf[3]; -+ u32 path, addr, strtou; -+ u32 ret, i = 0 , j = 0; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ if (wrqu->length > 128) -+ return -EFAULT; -+ _rtw_memset(input, 0, wrqu->length); -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ ret = sscanf(input, "%d,%x", &path, &addr); -+ if (ret < 2) -+ return -EINVAL; -+ -+ if (path >= GET_HAL_RFPATH_NUM(padapter)) -+ return -EINVAL; -+ if (addr > 0xFF) -+ return -EINVAL; -+ -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ sprintf(data, "%08x", read_rfreg(padapter, path, addr)); -+ /*add read data format blank*/ -+ for (i = 0 ; i <= strlen(data) ; i++) { -+ if (i % 2 == 0) { -+ tmp[j] = ' '; -+ j++; -+ } -+ tmp[j] = data[i]; -+ j++; -+ } -+ pch = tmp; -+ DBG_871X("pch=%s", pch); -+ -+ while (*pch != '\0') { -+ pnext = strpbrk(pch, " "); -+ if (!pnext) -+ break; -+ pnext++; -+ if (*pnext != '\0') { -+ /*strtou =simple_strtoul(pnext , &ptmp, 16);*/ -+ ret = sscanf(pnext, "%x", &strtou); -+ sprintf(extra, "%s %d" , extra , strtou); -+ } else -+ break; -+ pch = pnext; -+ } -+ wrqu->length = strlen(extra); -+ -+ return 0; -+} -+ -+ -+int rtw_mp_start(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u8 val8; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ LeaveAllPowerSaveMode(padapter); -+ -+ if (padapter->registrypriv.mp_mode == 0) { -+ rtw_hal_deinit(padapter); -+ padapter->registrypriv.mp_mode = 1; -+ #ifdef CONFIG_RF_GAIN_OFFSET -+ if (!IS_HARDWARE_TYPE_8814A(padapter)) -+ padapter->registrypriv.RegRfKFreeEnable = 1; -+ rtw_hal_read_chip_info(padapter); -+ #endif /*CONFIG_RF_GAIN_OFFSET*/ -+ rtw_hal_init(padapter); -+ } -+ -+ if (padapter->registrypriv.mp_mode == 0) -+ return -EPERM; -+ -+ if (padapter->mppriv.mode == MP_OFF) { -+ if (mp_start_test(padapter) == _FAIL) -+ return -EPERM; -+ padapter->mppriv.mode = MP_ON; -+ MPT_PwrCtlDM(padapter, 0); -+ } -+ padapter->mppriv.bmac_filter = _FALSE; -+#ifdef CONFIG_RTL8723B -+#ifdef CONFIG_USB_HCI -+ rtw_write32(padapter, 0x765, 0x0000); -+ rtw_write32(padapter, 0x948, 0x0280); -+#else -+ rtw_write32(padapter, 0x765, 0x0000); -+ rtw_write32(padapter, 0x948, 0x0000); -+#endif -+#ifdef CONFIG_FOR_RTL8723BS_VQ0 -+ rtw_write32(padapter, 0x765, 0x0000); -+ rtw_write32(padapter, 0x948, 0x0280); -+#endif -+ rtw_write8(padapter, 0x66, 0x27); /*Open BT uart Log*/ -+ rtw_write8(padapter, 0xc50, 0x20); /*for RX init Gain*/ -+#endif -+ ODM_Write_DIG(&pHalData->odmpriv, 0x20); -+ -+ return 0; -+} -+ -+ -+ -+int rtw_mp_stop(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ -+ if (padapter->registrypriv.mp_mode == 1) { -+ -+ MPT_DeInitAdapter(padapter); -+ pHalFunc->hal_deinit(padapter); -+ padapter->registrypriv.mp_mode = 0; -+ pHalFunc->hal_init(padapter); -+ } -+ -+ if (padapter->mppriv.mode != MP_OFF) { -+ mp_stop_test(padapter); -+ padapter->mppriv.mode = MP_OFF; -+ } -+ -+ return 0; -+} -+ -+ -+int rtw_mp_rate(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u32 rate = MPT_RATE_1M; -+ u8 input[wrqu->length]; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ PMPT_CONTEXT pMptCtx = &(padapter->mppriv.MptCtx); -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ rate = rtw_mpRateParseFunc(padapter, input); -+ -+ if (rate == 0 && strcmp(input, "1M") != 0) { -+ rate = rtw_atoi(input); -+ if (rate <= 0x7f) -+ rate = wifirate2_ratetbl_inx((u8)rate); -+ else if (rate < 0xC8) -+ rate = (rate - 0x80 + MPT_RATE_MCS0); -+ /*HT rate 0x80(MCS0) ~ 0x8F(MCS15) ~ 0x9F(MCS31) 128~159 -+ VHT1SS~2SS rate 0xA0 (VHT1SS_MCS0 44) ~ 0xB3 (VHT2SS_MCS9 #63) 160~179 -+ VHT rate 0xB4 (VHT3SS_MCS0 64) ~ 0xC7 (VHT2SS_MCS9 #83) 180~199 -+ else -+ VHT rate 0x90(VHT1SS_MCS0) ~ 0x99(VHT1SS_MCS9) 144~153 -+ rate =(rate - MPT_RATE_VHT1SS_MCS0); -+ */ -+ } -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ sprintf(extra, "Set data rate to %s index %d" , input, rate); -+ DBG_871X("%s: %s rate index=%d\n", __func__, input, rate); -+ -+ if (rate >= MPT_RATE_LAST) -+ return -EINVAL; -+ -+ padapter->mppriv.rateidx = rate; -+ pMptCtx->MptRateIndex = rate; -+ SetDataRate(padapter); -+ -+ wrqu->length = strlen(extra); -+ return 0; -+} -+ -+ -+int rtw_mp_channel(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ u8 input[wrqu->length]; -+ u32 channel = 1; -+ int cur_ch_offset; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ channel = rtw_atoi(input); -+ /*DBG_871X("%s: channel=%d\n", __func__, channel);*/ -+ _rtw_memset(extra, 0, wrqu->length); -+ sprintf(extra, "Change channel %d to channel %d", padapter->mppriv.channel , channel); -+ padapter->mppriv.channel = channel; -+ SetChannel(padapter); -+ pHalData->CurrentChannel = channel; -+ -+ wrqu->length = strlen(extra); -+ return 0; -+} -+ -+ -+int rtw_mp_bandwidth(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u32 bandwidth = 0, sg = 0; -+ int cur_ch_offset; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if (sscanf(extra, "40M=%d,shortGI=%d", &bandwidth, &sg) > 0) -+ DBG_871X("%s: bw=%d sg=%d\n", __func__, bandwidth , sg); -+ -+ if (bandwidth == 1) -+ bandwidth = CHANNEL_WIDTH_40; -+ else if (bandwidth == 2) -+ bandwidth = CHANNEL_WIDTH_80; -+ -+ padapter->mppriv.bandwidth = (u8)bandwidth; -+ padapter->mppriv.preamble = sg; -+ -+ SetBandwidth(padapter); -+ pHalData->CurrentChannelBW = bandwidth; -+ /*cur_ch_offset = rtw_get_offset_by_ch(padapter->mppriv.channel);*/ -+ /*set_channel_bwmode(padapter, padapter->mppriv.channel, cur_ch_offset, bandwidth);*/ -+ -+ return 0; -+} -+ -+ -+int rtw_mp_txpower_index(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ char input[wrqu->length]; -+ u32 rfpath; -+ u32 txpower_inx; -+ -+ if (wrqu->length > 128) -+ return -EFAULT; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ rfpath = rtw_atoi(input); -+ txpower_inx = mpt_ProQueryCalTxPower(padapter, rfpath); -+ sprintf(extra, " %d", txpower_inx); -+ wrqu->length = strlen(extra); -+ -+ return 0; -+} -+ -+ -+int rtw_mp_txpower(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u32 idx_a = 0, idx_b = 0, idx_c = 0, idx_d = 0, status = 0; -+ int MsetPower = 1; -+ u8 input[wrqu->length]; -+ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ PMPT_CONTEXT pMptCtx = &(padapter->mppriv.MptCtx); -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ MsetPower = strncmp(input, "off", 3); -+ if (MsetPower == 0) { -+ padapter->mppriv.bSetTxPower = 0; -+ sprintf(extra, "MP Set power off"); -+ } else { -+ if (sscanf(input, "patha=%d,pathb=%d,pathc=%d,pathd=%d", &idx_a, &idx_b, &idx_c, &idx_d) < 3) -+ DBG_871X("Invalid format on line %s ,patha=%d,pathb=%d,pathc=%d,pathd=%d\n", input , idx_a , idx_b , idx_c , idx_d); -+ -+ sprintf(extra, "Set power level path_A:%d path_B:%d path_C:%d path_D:%d", idx_a , idx_b , idx_c , idx_d); -+ padapter->mppriv.txpoweridx = (u8)idx_a; -+ -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_A] = (u8)idx_a; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_B] = (u8)idx_b; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_C] = (u8)idx_c; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_D] = (u8)idx_d; -+ padapter->mppriv.bSetTxPower = 1; -+ -+ SetTxPower(padapter); -+ } -+ -+ wrqu->length = strlen(extra); -+ return 0; -+} -+ -+ -+int rtw_mp_ant_tx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u8 i; -+ u8 input[wrqu->length]; -+ u16 antenna = 0; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ sprintf(extra, "switch Tx antenna to %s", input); -+ -+ for (i = 0; i < strlen(input); i++) { -+ switch (input[i]) { -+ case 'a': -+ antenna |= ANTENNA_A; -+ break; -+ case 'b': -+ antenna |= ANTENNA_B; -+ break; -+ case 'c': -+ antenna |= ANTENNA_C; -+ break; -+ case 'd': -+ antenna |= ANTENNA_D; -+ break; -+ } -+ } -+ /*antenna |= BIT(extra[i]-'a');*/ -+ DBG_871X("%s: antenna=0x%x\n", __func__, antenna); -+ padapter->mppriv.antenna_tx = antenna; -+ padapter->mppriv.antenna_rx = antenna; -+ /*DBG_871X("%s:mppriv.antenna_rx=%d\n", __func__, padapter->mppriv.antenna_tx);*/ -+ pHalData->AntennaTxPath = antenna; -+ -+ SetAntenna(padapter); -+ -+ wrqu->length = strlen(extra); -+ return 0; -+} -+ -+ -+int rtw_mp_ant_rx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u8 i; -+ u16 antenna = 0; -+ u8 input[wrqu->length]; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ /*DBG_871X("%s: input=%s\n", __func__, input);*/ -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ sprintf(extra, "switch Rx antenna to %s", input); -+ -+ for (i = 0; i < strlen(input); i++) { -+ switch (input[i]) { -+ case 'a': -+ antenna |= ANTENNA_A; -+ break; -+ case 'b': -+ antenna |= ANTENNA_B; -+ break; -+ case 'c': -+ antenna |= ANTENNA_C; -+ break; -+ case 'd': -+ antenna |= ANTENNA_D; -+ break; -+ } -+ } -+ -+ DBG_871X("%s: antenna=0x%x\n", __func__, antenna); -+ padapter->mppriv.antenna_tx = antenna; -+ padapter->mppriv.antenna_rx = antenna; -+ pHalData->AntennaRxPath = antenna; -+ /*DBG_871X("%s:mppriv.antenna_rx=%d\n", __func__, padapter->mppriv.antenna_rx);*/ -+ SetAntenna(padapter); -+ wrqu->length = strlen(extra); -+ -+ return 0; -+} -+ -+ -+int rtw_set_ctx_destAddr(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ int jj, kk = 0; -+ -+ struct pkt_attrib *pattrib; -+ struct mp_priv *pmp_priv; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ pmp_priv = &padapter->mppriv; -+ pattrib = &pmp_priv->tx.attrib; -+ -+ if (strlen(extra) < 5) -+ return _FAIL; -+ -+ DBG_871X("%s: in=%s\n", __func__, extra); -+ for (jj = 0, kk = 0; jj < ETH_ALEN; jj++, kk += 3) -+ pattrib->dst[jj] = key_2char2num(extra[kk], extra[kk + 1]); -+ -+ DBG_871X("pattrib->dst:%x %x %x %x %x %x\n", pattrib->dst[0], pattrib->dst[1], pattrib->dst[2], pattrib->dst[3], pattrib->dst[4], pattrib->dst[5]); -+ return 0; -+} -+ -+ -+ -+int rtw_mp_ctx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u32 pkTx = 1; -+ int countPkTx = 1, cotuTx = 1, CarrSprTx = 1, scTx = 1, sgleTx = 1, stop = 1; -+ u32 bStartTest = 1; -+ u32 count = 0, pktinterval = 0, pktlen = 0; -+ u8 status; -+ struct mp_priv *pmp_priv; -+ struct pkt_attrib *pattrib; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ pmp_priv = &padapter->mppriv; -+ pattrib = &pmp_priv->tx.attrib; -+ -+ if (copy_from_user(extra, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ DBG_871X("%s: in=%s\n", __func__, extra); -+ -+ countPkTx = strncmp(extra, "count=", 5); /* strncmp TRUE is 0*/ -+ cotuTx = strncmp(extra, "background", 20); -+ CarrSprTx = strncmp(extra, "background,cs", 20); -+ scTx = strncmp(extra, "background,sc", 20); -+ sgleTx = strncmp(extra, "background,stone", 20); -+ pkTx = strncmp(extra, "background,pkt", 20); -+ stop = strncmp(extra, "stop", 4); -+ if (sscanf(extra, "count=%d,pkt", &count) > 0) -+ DBG_871X("count= %d\n", count); -+ if (sscanf(extra, "pktinterval=%d", &pktinterval) > 0) -+ DBG_871X("pktinterval= %d\n", pktinterval); -+ -+ if (sscanf(extra, "pktlen=%d", &pktlen) > 0) -+ DBG_871X("pktlen= %d\n", pktlen); -+ -+ if (_rtw_memcmp(extra, "destmac=", 8)) { -+ wrqu->length -= 8; -+ rtw_set_ctx_destAddr(dev, info, wrqu, &extra[8]); -+ sprintf(extra, "Set dest mac OK !\n"); -+ return 0; -+ } -+ -+ /*DBG_871X("%s: count=%d countPkTx=%d cotuTx=%d CarrSprTx=%d scTx=%d sgleTx=%d pkTx=%d stop=%d\n", __func__, count, countPkTx, cotuTx, CarrSprTx, pkTx, sgleTx, scTx, stop);*/ -+ _rtw_memset(extra, '\0', strlen(extra)); -+ -+ if (pktinterval != 0) { -+ sprintf(extra, "Pkt Interval = %d", pktinterval); -+ padapter->mppriv.pktInterval = pktinterval; -+ wrqu->length = strlen(extra); -+ return 0; -+ } -+ if (pktlen != 0) { -+ sprintf(extra, "Pkt len = %d", pktlen); -+ pattrib->pktlen = pktlen; -+ wrqu->length = strlen(extra); -+ return 0; -+ } -+ if (stop == 0) { -+ bStartTest = 0; /* To set Stop*/ -+ pmp_priv->tx.stop = 1; -+ sprintf(extra, "Stop continuous Tx"); -+ } else { -+ bStartTest = 1; -+ if (pmp_priv->mode != MP_ON) { -+ if (pmp_priv->tx.stop != 1) { -+ DBG_871X("%s: MP_MODE != ON %d\n", __func__, pmp_priv->mode); -+ return -EFAULT; -+ } -+ } -+ } -+ -+ pmp_priv->tx.count = count; -+ -+ if (pkTx == 0 || countPkTx == 0) -+ pmp_priv->mode = MP_PACKET_TX; -+ if (sgleTx == 0) -+ pmp_priv->mode = MP_SINGLE_TONE_TX; -+ if (cotuTx == 0) -+ pmp_priv->mode = MP_CONTINUOUS_TX; -+ if (CarrSprTx == 0) -+ pmp_priv->mode = MP_CARRIER_SUPPRISSION_TX; -+ if (scTx == 0) -+ pmp_priv->mode = MP_SINGLE_CARRIER_TX; -+ -+ status = rtw_mp_pretx_proc(padapter, bStartTest, extra); -+ -+ wrqu->length = strlen(extra); -+ return status; -+} -+ -+ -+ -+int rtw_mp_disable_bt_coexist(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = (PADAPTER)rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ -+ u8 input[wrqu->data.length]; -+ u32 bt_coexist; -+ -+ if (copy_from_user(input, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ -+ bt_coexist = rtw_atoi(input); -+ -+ if (bt_coexist == 0) { -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("Set OID_RT_SET_DISABLE_BT_COEXIST: disable BT_COEXIST\n")); -+ DBG_871X("Set OID_RT_SET_DISABLE_BT_COEXIST: disable BT_COEXIST\n"); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_HaltNotify(padapter); -+ rtw_btcoex_SetManualControl(padapter, _TRUE); -+ /* Force to switch Antenna to WiFi*/ -+ rtw_write16(padapter, 0x870, 0x300); -+ rtw_write16(padapter, 0x860, 0x110); -+#endif -+ /* CONFIG_BT_COEXIST */ -+ } else { -+ RT_TRACE(_module_mp_, _drv_info_, -+ ("Set OID_RT_SET_DISABLE_BT_COEXIST: enable BT_COEXIST\n")); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_SetManualControl(padapter, _FALSE); -+#endif -+ } -+ -+ return 0; -+} -+ -+ -+int rtw_mp_arx(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ int bStartRx = 0, bStopRx = 0, bQueryPhy = 0, bQueryMac = 0, bSetBssid = 0; -+ int bmac_filter = 0, bfilter_init = 0, bmon = 0, bSmpCfg = 0; -+ u8 input[wrqu->length]; -+ char *pch, *ptmp, *token, *tmp[2] = {0x00, 0x00}; -+ u32 i = 0, ii = 0, jj = 0, kk = 0, cnts = 0, ret; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ struct mp_priv *pmppriv = &padapter->mppriv; -+ struct dbg_rx_counter rx_counter; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ DBG_871X("%s: %s\n", __func__, input); -+ -+ bStartRx = (strncmp(input, "start", 5) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ -+ bStopRx = (strncmp(input, "stop", 5) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ -+ bQueryPhy = (strncmp(input, "phy", 3) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ -+ bQueryMac = (strncmp(input, "mac", 3) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ -+ bSetBssid = (strncmp(input, "setbssid=", 8) == 0) ? 1 : 0; /* strncmp TRUE is 0*/ -+ /*bfilter_init = (strncmp(input, "filter_init",11)==0)?1:0;*/ -+ bmac_filter = (strncmp(input, "accept_mac", 10) == 0) ? 1 : 0; -+ bmon = (strncmp(input, "mon=", 4) == 0) ? 1 : 0; -+ bSmpCfg = (strncmp(input , "smpcfg=" , 7) == 0) ? 1 : 0; -+ -+ if (bSetBssid == 1) { -+ pch = input; -+ while ((token = strsep(&pch, "=")) != NULL) { -+ if (i > 1) -+ break; -+ tmp[i] = token; -+ i++; -+ } -+ if ((tmp[0] != NULL) && (tmp[1] != NULL)) { -+ cnts = strlen(tmp[1]) / 2; -+ if (cnts < 1) -+ return -EFAULT; -+ DBG_871X("%s: cnts=%d\n", __func__, cnts); -+ DBG_871X("%s: data=%s\n", __func__, tmp[1]); -+ for (jj = 0, kk = 0; jj < cnts ; jj++, kk += 2) { -+ pmppriv->network_macaddr[jj] = key_2char2num(tmp[1][kk], tmp[1][kk + 1]); -+ DBG_871X("network_macaddr[%d]=%x\n", jj, pmppriv->network_macaddr[jj]); -+ } -+ } else -+ return -EFAULT; -+ -+ pmppriv->bSetRxBssid = _TRUE; -+ } -+ -+ if (bmac_filter) { -+ pmppriv->bmac_filter = bmac_filter; -+ pch = input; -+ while ((token = strsep(&pch, "=")) != NULL) { -+ if (i > 1) -+ break; -+ tmp[i] = token; -+ i++; -+ } -+ if ((tmp[0] != NULL) && (tmp[1] != NULL)) { -+ cnts = strlen(tmp[1]) / 2; -+ if (cnts < 1) -+ return -EFAULT; -+ DBG_871X("%s: cnts=%d\n", __func__, cnts); -+ DBG_871X("%s: data=%s\n", __func__, tmp[1]); -+ for (jj = 0, kk = 0; jj < cnts ; jj++, kk += 2) { -+ pmppriv->mac_filter[jj] = key_2char2num(tmp[1][kk], tmp[1][kk + 1]); -+ DBG_871X("%s mac_filter[%d]=%x\n", __func__, jj, pmppriv->mac_filter[jj]); -+ } -+ } else -+ return -EFAULT; -+ -+ } -+ -+ if (bStartRx) { -+ sprintf(extra, "start"); -+ SetPacketRx(padapter, bStartRx, _FALSE); -+ } else if (bStopRx) { -+ SetPacketRx(padapter, bStartRx, _FALSE); -+ pmppriv->bmac_filter = _FALSE; -+ sprintf(extra, "Received packet OK:%d CRC error:%d ,Filter out:%d", padapter->mppriv.rx_pktcount, padapter->mppriv.rx_crcerrpktcount, padapter->mppriv.rx_pktcount_filter_out); -+ } else if (bQueryPhy) { -+ _rtw_memset(&rx_counter, 0, sizeof(struct dbg_rx_counter)); -+ rtw_dump_phy_rx_counters(padapter, &rx_counter); -+ -+ DBG_871X("%s: OFDM_FA =%d\n", __func__, rx_counter.rx_ofdm_fa); -+ DBG_871X("%s: CCK_FA =%d\n", __func__, rx_counter.rx_cck_fa); -+ sprintf(extra, "Phy Received packet OK:%d CRC error:%d FA Counter: %d", rx_counter.rx_pkt_ok, rx_counter.rx_pkt_crc_error, rx_counter.rx_cck_fa + rx_counter.rx_ofdm_fa); -+ -+ -+ } else if (bQueryMac) { -+ _rtw_memset(&rx_counter, 0, sizeof(struct dbg_rx_counter)); -+ rtw_dump_mac_rx_counters(padapter, &rx_counter); -+ sprintf(extra, "Mac Received packet OK: %d , CRC error: %d , Drop Packets: %d\n", -+ rx_counter.rx_pkt_ok, rx_counter.rx_pkt_crc_error, rx_counter.rx_pkt_drop); -+ -+ } -+ -+ if (bmon == 1) { -+ ret = sscanf(input, "mon=%d", &bmon); -+ -+ if (bmon == 1) { -+ pmppriv->rx_bindicatePkt = _TRUE; -+ sprintf(extra, "Indicating Receive Packet to network start\n"); -+ } else { -+ pmppriv->rx_bindicatePkt = _FALSE; -+ sprintf(extra, "Indicating Receive Packet to network Stop\n"); -+ } -+ } -+ if (bSmpCfg == 1) { -+ ret = sscanf(input, "smpcfg=%d", &bSmpCfg); -+ -+ if (bSmpCfg == 1) { -+ pmppriv->bRTWSmbCfg = _TRUE; -+ sprintf(extra , "Indicate By Simple Config Format\n"); -+ SetPacketRx(padapter, _TRUE, _TRUE); -+ } else { -+ pmppriv->bRTWSmbCfg = _FALSE; -+ sprintf(extra , "Indicate By Normal Format\n"); -+ SetPacketRx(padapter, _TRUE, _FALSE); -+ } -+ } -+ -+ wrqu->length = strlen(extra) + 1; -+ -+ return 0; -+} -+ -+ -+int rtw_mp_trx_query(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u32 txok, txfail, rxok, rxfail, rxfilterout; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ txok = padapter->mppriv.tx.sended; -+ txfail = 0; -+ rxok = padapter->mppriv.rx_pktcount; -+ rxfail = padapter->mppriv.rx_crcerrpktcount; -+ rxfilterout = padapter->mppriv.rx_pktcount_filter_out; -+ -+ _rtw_memset(extra, '\0', 128); -+ -+ sprintf(extra, "Tx OK:%d, Tx Fail:%d, Rx OK:%d, CRC error:%d ,Rx Filter out:%d\n", txok, txfail, rxok, rxfail, rxfilterout); -+ -+ wrqu->length = strlen(extra) + 1; -+ -+ return 0; -+} -+ -+ -+int rtw_mp_pwrtrk(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u8 enable; -+ u32 thermal; -+ s32 ret; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ u8 input[wrqu->length]; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ _rtw_memset(extra, 0, wrqu->length); -+ -+ enable = 1; -+ if (wrqu->length > 1) { -+ /* not empty string*/ -+ if (strncmp(input, "stop", 4) == 0) { -+ enable = 0; -+ sprintf(extra, "mp tx power tracking stop"); -+ } else if (sscanf(input, "ther=%d", &thermal) == 1) { -+ ret = SetThermalMeter(padapter, (u8)thermal); -+ if (ret == _FAIL) -+ return -EPERM; -+ sprintf(extra, "mp tx power tracking start,target value=%d ok", thermal); -+ } else -+ return -EINVAL; -+ } -+ -+ ret = SetPowerTracking(padapter, enable); -+ if (ret == _FAIL) -+ return -EPERM; -+ -+ wrqu->length = strlen(extra); -+ -+ return 0; -+} -+ -+ -+ -+int rtw_mp_psd(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ u8 input[wrqu->length]; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ strcpy(extra, input); -+ -+ wrqu->length = mp_query_psd(padapter, extra); -+ -+ return 0; -+} -+ -+ -+int rtw_mp_thermal(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ u8 val; -+ int bwrite = 1; -+ -+#ifdef CONFIG_RTL8188E -+ u16 addr = EEPROM_THERMAL_METER_88E; -+#endif -+#if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) || defined(CONFIG_RTL8814A) -+ u16 addr = EEPROM_THERMAL_METER_8812; -+#endif -+#ifdef CONFIG_RTL8192E -+ u16 addr = EEPROM_THERMAL_METER_8192E; -+#endif -+#ifdef CONFIG_RTL8723B -+ u16 addr = EEPROM_THERMAL_METER_8723B; -+#endif -+#ifdef CONFIG_RTL8703B -+ u16 addr = EEPROM_THERMAL_METER_8703B; -+#endif -+#ifdef CONFIG_RTL8188F -+ u16 addr = EEPROM_THERMAL_METER_8188F; -+#endif -+ u16 cnt = 1; -+ u16 max_available_size = 0; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ if (copy_from_user(extra, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ bwrite = strncmp(extra, "write", 6);/* strncmp TRUE is 0*/ -+ -+ GetThermalMeter(padapter, &val); -+ -+ if (bwrite == 0) { -+ /*DBG_871X("to write val:%d",val);*/ -+ EFUSE_GetEfuseDefinition(padapter, EFUSE_WIFI, TYPE_AVAILABLE_EFUSE_BYTES_TOTAL, (PVOID)&max_available_size, _FALSE); -+ if (2 > max_available_size) { -+ DBG_871X("no available efuse!\n"); -+ return -EFAULT; -+ } -+ if (rtw_efuse_map_write(padapter, addr, cnt, &val) == _FAIL) { -+ DBG_871X("rtw_efuse_map_write error\n"); -+ return -EFAULT; -+ } -+ sprintf(extra, " efuse write ok :%d", val); -+ } else -+ sprintf(extra, "%d", val); -+ wrqu->length = strlen(extra); -+ -+ return 0; -+} -+ -+ -+ -+int rtw_mp_reset_stats(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ struct mp_priv *pmp_priv; -+ struct pkt_attrib *pattrib; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ pmp_priv = &padapter->mppriv; -+ -+ pmp_priv->tx.sended = 0; -+ pmp_priv->tx_pktcount = 0; -+ pmp_priv->rx_pktcount = 0; -+ pmp_priv->rx_pktcount_filter_out = 0; -+ pmp_priv->rx_crcerrpktcount = 0; -+ -+ rtw_reset_phy_rx_counters(padapter); -+ rtw_reset_mac_rx_counters(padapter); -+ -+ return 0; -+} -+ -+ -+int rtw_mp_dump(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ struct mp_priv *pmp_priv; -+ struct pkt_attrib *pattrib; -+ u32 value; -+ u8 input[wrqu->length]; -+ u8 rf_type, path_nums = 0; -+ u32 i, j = 1, path; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ pmp_priv = &padapter->mppriv; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ if (strncmp(input, "all", 4) == 0) { -+ mac_reg_dump(RTW_DBGDUMP, padapter); -+ bb_reg_dump(RTW_DBGDUMP, padapter); -+ rf_reg_dump(RTW_DBGDUMP, padapter); -+ } -+ return 0; -+} -+ -+ -+int rtw_mp_phypara(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ char input[wrqu->length]; -+ u32 valxcap, ret; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ DBG_871X("%s:iwpriv in=%s\n", __func__, input); -+ -+ ret = sscanf(input, "xcap=%d", &valxcap); -+ -+ pHalData->CrystalCap = (u8)valxcap; -+ hal_set_crystal_cap(padapter , valxcap); -+ -+ sprintf(extra, "Set xcap=%d", valxcap); -+ wrqu->length = strlen(extra) + 1; -+ -+ return 0; -+ -+} -+ -+ -+int rtw_mp_SetRFPath(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ char input[wrqu->data.length]; -+ int bMain = 1, bTurnoff = 1; -+ -+ if (copy_from_user(input, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ DBG_871X("%s:iwpriv in=%s\n", __func__, input); -+ -+ bMain = strncmp(input, "1", 2); /* strncmp TRUE is 0*/ -+ bTurnoff = strncmp(input, "0", 3); /* strncmp TRUE is 0*/ -+ -+ if (bMain == 0) { -+ MP_PHY_SetRFPathSwitch(padapter, _TRUE); -+ DBG_871X("%s:PHY_SetRFPathSwitch=TRUE\n", __func__); -+ } else if (bTurnoff == 0) { -+ MP_PHY_SetRFPathSwitch(padapter, _FALSE); -+ DBG_871X("%s:PHY_SetRFPathSwitch=FALSE\n", __func__); -+ } -+ -+ return 0; -+} -+ -+ -+int rtw_mp_QueryDrv(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ char input[wrqu->data.length]; -+ int qAutoLoad = 1; -+ -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+ -+ if (copy_from_user(input, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ DBG_871X("%s:iwpriv in=%s\n", __func__, input); -+ -+ qAutoLoad = strncmp(input, "autoload", 8); /* strncmp TRUE is 0*/ -+ -+ if (qAutoLoad == 0) { -+ DBG_871X("%s:qAutoLoad\n", __func__); -+ -+ if (pHalData->bautoload_fail_flag) -+ sprintf(extra, "fail"); -+ else -+ sprintf(extra, "ok"); -+ } -+ wrqu->data.length = strlen(extra) + 1; -+ return 0; -+} -+ -+ -+int rtw_mp_PwrCtlDM(struct net_device *dev, -+ struct iw_request_info *info, -+ struct iw_point *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ u8 input[wrqu->length]; -+ int bstart = 1; -+ -+ if (copy_from_user(input, wrqu->pointer, wrqu->length)) -+ return -EFAULT; -+ -+ bstart = strncmp(input, "start", 5); /* strncmp TRUE is 0*/ -+ if (bstart == 0) { -+ sprintf(extra, "PwrCtlDM start\n"); -+ MPT_PwrCtlDM(padapter, 1); -+ } else { -+ sprintf(extra, "PwrCtlDM stop\n"); -+ MPT_PwrCtlDM(padapter, 0); -+ } -+ wrqu->length = strlen(extra); -+ -+ return 0; -+} -+ -+ -+int rtw_mp_getver(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ struct mp_priv *pmp_priv; -+ -+ pmp_priv = &padapter->mppriv; -+ -+ if (copy_from_user(extra, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ -+ sprintf(extra, "rtwpriv=%d\n", RTWPRIV_VER_INFO); -+ wrqu->data.length = strlen(extra); -+ return 0; -+} -+ -+ -+int rtw_mp_mon(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ NDIS_802_11_NETWORK_INFRASTRUCTURE networkType; -+ int bstart = 1, bstop = 1; -+ -+ networkType = Ndis802_11Infrastructure; -+ if (copy_from_user(extra, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ LeaveAllPowerSaveMode(padapter); -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (init_mp_priv(padapter) == _FAIL) -+ DBG_871X("%s: initialize MP private data Fail!\n", __func__); -+ padapter->mppriv.channel = 6; -+ -+ bstart = strncmp(extra, "start", 5); /* strncmp TRUE is 0*/ -+ bstop = strncmp(extra, "stop", 4); /* strncmp TRUE is 0*/ -+ if (bstart == 0) { -+ mp_join(padapter, WIFI_FW_ADHOC_STATE); -+ SetPacketRx(padapter, _TRUE, _FALSE); -+ SetChannel(padapter); -+ pmp_priv->rx_bindicatePkt = _TRUE; -+ pmp_priv->bRTWSmbCfg = _TRUE; -+ sprintf(extra, "monitor mode start\n"); -+ } else if (bstop == 0) { -+ SetPacketRx(padapter, _FALSE, _FALSE); -+ pmp_priv->rx_bindicatePkt = _FALSE; -+ pmp_priv->bRTWSmbCfg = _FALSE; -+ padapter->registrypriv.mp_mode = 1; -+ pHalFunc->hal_deinit(padapter); -+ padapter->registrypriv.mp_mode = 0; -+ pHalFunc->hal_init(padapter); -+ /*rtw_disassoc_cmd(padapter, 0, _TRUE);*/ -+ if (check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ rtw_disassoc_cmd(padapter, 500, _TRUE); -+ rtw_indicate_disconnect(padapter); -+ /*rtw_free_assoc_resources(padapter, 1);*/ -+ } -+ rtw_pm_set_ips(padapter, IPS_NORMAL); -+ sprintf(extra, "monitor mode Stop\n"); -+ } -+#endif -+ wrqu->data.length = strlen(extra); -+ return 0; -+} -+ -+int rtw_mp_pretx_proc(PADAPTER padapter, u8 bStartTest, char *extra) -+{ -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ PMPT_CONTEXT pMptCtx = &(padapter->mppriv.MptCtx); -+ -+ switch (pmp_priv->mode) { -+ -+ case MP_PACKET_TX: -+ if (bStartTest == 0) { -+ pmp_priv->tx.stop = 1; -+ pmp_priv->mode = MP_ON; -+ sprintf(extra, "Stop continuous Tx"); -+ } else if (pmp_priv->tx.stop == 1) { -+ sprintf(extra, "%s\nStart continuous DA=ffffffffffff len=1500 count=%u\n", extra, pmp_priv->tx.count); -+ pmp_priv->tx.stop = 0; -+ SetPacketTx(padapter); -+ } else { -+ return -EFAULT; -+ } -+ return 0; -+ case MP_SINGLE_TONE_TX: -+ if (bStartTest != 0) -+ sprintf(extra, "%s\nStart continuous DA=ffffffffffff len=1500\n infinite=yes.", extra); -+ SetSingleToneTx(padapter, (u8)bStartTest); -+ break; -+ case MP_CONTINUOUS_TX: -+ if (bStartTest != 0) -+ sprintf(extra, "%s\nStart continuous DA=ffffffffffff len=1500\n infinite=yes.", extra); -+ SetContinuousTx(padapter, (u8)bStartTest); -+ break; -+ case MP_CARRIER_SUPPRISSION_TX: -+ if (bStartTest != 0) { -+ if (pmp_priv->rateidx <= MPT_RATE_11M) -+ sprintf(extra, "%s\nStart continuous DA=ffffffffffff len=1500\n infinite=yes.", extra); -+ else -+ sprintf(extra, "%s\nSpecify carrier suppression but not CCK rate", extra); -+ } -+ SetCarrierSuppressionTx(padapter, (u8)bStartTest); -+ break; -+ case MP_SINGLE_CARRIER_TX: -+ if (bStartTest != 0) -+ sprintf(extra, "%s\nStart continuous DA=ffffffffffff len=1500\n infinite=yes.", extra); -+ SetSingleCarrierTx(padapter, (u8)bStartTest); -+ break; -+ -+ default: -+ sprintf(extra, "Error! Continuous-Tx is not on-going."); -+ return -EFAULT; -+ } -+ -+ if (bStartTest == 1 && pmp_priv->mode != MP_ON) { -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ -+ if (pmp_priv->tx.stop == 0) { -+ pmp_priv->tx.stop = 1; -+ rtw_msleep_os(5); -+ } -+#ifdef CONFIG_80211N_HT -+ pmp_priv->tx.attrib.ht_en = 1; -+#endif -+ pmp_priv->tx.stop = 0; -+ pmp_priv->tx.count = 1; -+ SetPacketTx(padapter); -+ } else -+ pmp_priv->mode = MP_ON; -+ -+#if defined(CONFIG_RTL8812A) -+ if (IS_HARDWARE_TYPE_8812AU(padapter)) { -+ /* <20130425, Kordan> Turn off OFDM Rx to prevent from CCA causing Tx hang.*/ -+ if (pmp_priv->mode == MP_PACKET_TX) -+ PHY_SetBBReg(padapter, rCCAonSec_Jaguar, BIT3, 1); -+ else -+ PHY_SetBBReg(padapter, rCCAonSec_Jaguar, BIT3, 0); -+ } -+#endif -+ -+ return 0; -+} -+ -+ -+int rtw_mp_tx(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ PMPT_CONTEXT pMptCtx = &(padapter->mppriv.MptCtx); -+ -+ u32 bandwidth = 0, sg = 0, channel = 6, txpower = 40, rate = 108, ant = 0, txmode = 1, count = 0; -+ u8 i = 0, j = 0, bStartTest = 1, status = 0; -+ u16 antenna = 0; -+ -+ if (copy_from_user(extra, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ DBG_871X("extra = %s\n", extra); -+ -+ if (strncmp(extra, "stop", 3) == 0) { -+ bStartTest = 0; /* To set Stop*/ -+ pmp_priv->tx.stop = 1; -+ sprintf(extra, "Stop continuous Tx"); -+ status = rtw_mp_pretx_proc(padapter, bStartTest, extra); -+ wrqu->data.length = strlen(extra); -+ return status; -+ } else if (strncmp(extra, "count", 5) == 0) { -+ if (sscanf(extra, "count=%d", &count) < 1) -+ DBG_871X("Got Count=%d]\n", count); -+ pmp_priv->tx.count = count; -+ return 0; -+ } else if (strncmp(extra, "setting", 5) == 0) { -+ _rtw_memset(extra, 0, wrqu->data.length); -+ sprintf(extra, "Current Setting :\n Channel:%d", pmp_priv->channel); -+ sprintf(extra, "%s\n Bandwidth:%d", extra, pmp_priv->bandwidth); -+ sprintf(extra, "%s\n Rate index:%d", extra, pmp_priv->rateidx); -+ sprintf(extra, "%s\n TxPower index:%d", extra, pmp_priv->txpoweridx); -+ sprintf(extra, "%s\n Antenna TxPath:%d", extra, pmp_priv->antenna_tx); -+ sprintf(extra, "%s\n Antenna RxPath:%d", extra, pmp_priv->antenna_rx); -+ sprintf(extra, "%s\n MP Mode:%d", extra, pmp_priv->mode); -+ wrqu->data.length = strlen(extra); -+ return 0; -+ } else { -+ -+ if (sscanf(extra, "ch=%d,bw=%d,rate=%d,pwr=%d,ant=%d,tx=%d", &channel, &bandwidth, &rate, &txpower, &ant, &txmode) < 6) { -+ DBG_871X("Invalid format [ch=%d,bw=%d,rate=%d,pwr=%d,ant=%d,tx=%d]\n", channel, bandwidth, rate, txpower, ant, txmode); -+ _rtw_memset(extra, 0, wrqu->data.length); -+ sprintf(extra, "\n Please input correct format as bleow:\n"); -+ sprintf(extra, "%s\t ch=%d,bw=%d,rate=%d,pwr=%d,ant=%d,tx=%d\n", extra, channel, bandwidth, rate, txpower, ant, txmode); -+ sprintf(extra, "%s\n [ ch : BGN = <1~14> , A or AC = <36~165> ]", extra); -+ sprintf(extra, "%s\n [ bw : Bandwidth: 0 = 20M, 1 = 40M, 2 = 80M ]", extra); -+ sprintf(extra, "%s\n [ rate : CCK: 1 2 5.5 11M X 2 = < 2 4 11 22 >]", extra); -+ sprintf(extra, "%s\n [ OFDM: 6 9 12 18 24 36 48 54M X 2 = < 12 18 24 36 48 72 96 108>", extra); -+ sprintf(extra, "%s\n [ HT 1S2SS MCS0 ~ MCS15 : < [MCS0]=128 ~ [MCS7]=135 ~ [MCS15]=143 >", extra); -+ sprintf(extra, "%s\n [ HT 3SS MCS16 ~ MCS32 : < [MCS16]=144 ~ [MCS23]=151 ~ [MCS32]=159 >", extra); -+ sprintf(extra, "%s\n [ VHT 1SS MCS0 ~ MCS9 : < [MCS0]=160 ~ [MCS9]=169 >", extra); -+ sprintf(extra, "%s\n [ txpower : 1~63 power index", extra); -+ sprintf(extra, "%s\n [ ant : ,2T ex: AB=3 BC=6 CD=12", extra); -+ sprintf(extra, "%s\n [ txmode : < 0 = CONTINUOUS_TX, 1 = PACKET_TX, 2 = SINGLE_TONE_TX, 3 = CARRIER_SUPPRISSION_TX, 4 = SINGLE_CARRIER_TX>\n", extra); -+ wrqu->data.length = strlen(extra); -+ return status; -+ -+ } else { -+ DBG_871X("Got format [ch=%d,bw=%d,rate=%d,pwr=%d,ant=%d,tx=%d]\n", channel, bandwidth, rate, txpower, ant, txmode); -+ _rtw_memset(extra, 0, wrqu->data.length); -+ sprintf(extra, "Change Current channel %d to channel %d", padapter->mppriv.channel , channel); -+ padapter->mppriv.channel = channel; -+ SetChannel(padapter); -+ pHalData->CurrentChannel = channel; -+ -+ if (bandwidth == 1) -+ bandwidth = CHANNEL_WIDTH_40; -+ else if (bandwidth == 2) -+ bandwidth = CHANNEL_WIDTH_80; -+ sprintf(extra, "%s\nChange Current Bandwidth %d to Bandwidth %d", extra, padapter->mppriv.bandwidth , bandwidth); -+ padapter->mppriv.bandwidth = (u8)bandwidth; -+ padapter->mppriv.preamble = sg; -+ SetBandwidth(padapter); -+ pHalData->CurrentChannelBW = bandwidth; -+ -+ sprintf(extra, "%s\nSet power level :%d", extra, txpower); -+ padapter->mppriv.txpoweridx = (u8)txpower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_A] = (u8)txpower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_B] = (u8)txpower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_C] = (u8)txpower; -+ pMptCtx->TxPwrLevel[ODM_RF_PATH_D] = (u8)txpower; -+ -+ DBG_871X("%s: bw=%d sg=%d\n", __func__, bandwidth, sg); -+ -+ if (rate <= 0x7f) -+ rate = wifirate2_ratetbl_inx((u8)rate); -+ else if (rate < 0xC8) -+ rate = (rate - 0x80 + MPT_RATE_MCS0); -+ /*HT rate 0x80(MCS0) ~ 0x8F(MCS15) ~ 0x9F(MCS31) 128~159 -+ VHT1SS~2SS rate 0xA0 (VHT1SS_MCS0 44) ~ 0xB3 (VHT2SS_MCS9 #63) 160~179 -+ VHT rate 0xB4 (VHT3SS_MCS0 64) ~ 0xC7 (VHT2SS_MCS9 #83) 180~199 -+ else -+ VHT rate 0x90(VHT1SS_MCS0) ~ 0x99(VHT1SS_MCS9) 144~153 -+ rate =(rate - MPT_RATE_VHT1SS_MCS0); -+ */ -+ DBG_871X("%s: rate index=%d\n", __func__, rate); -+ if (rate >= MPT_RATE_LAST) -+ return -EINVAL; -+ sprintf(extra, "%s\nSet data rate to %d index %d", extra, padapter->mppriv.rateidx, rate); -+ -+ padapter->mppriv.rateidx = rate; -+ pMptCtx->MptRateIndex = rate; -+ SetDataRate(padapter); -+ -+ sprintf(extra, "%s\nSet Antenna Path :%d", extra, ant); -+ switch (ant) { -+ case 1: -+ antenna = ANTENNA_A; -+ break; -+ case 2: -+ antenna = ANTENNA_B; -+ break; -+ case 4: -+ antenna = ANTENNA_C; -+ break; -+ case 8: -+ antenna = ANTENNA_D; -+ break; -+ case 3: -+ antenna = ANTENNA_AB; -+ break; -+ case 5: -+ antenna = ANTENNA_AC; -+ break; -+ case 9: -+ antenna = ANTENNA_AD; -+ break; -+ case 6: -+ antenna = ANTENNA_BC; -+ break; -+ case 10: -+ antenna = ANTENNA_BD; -+ break; -+ case 12: -+ antenna = ANTENNA_CD; -+ break; -+ case 7: -+ antenna = ANTENNA_ABC; -+ break; -+ case 14: -+ antenna = ANTENNA_BCD; -+ break; -+ case 11: -+ antenna = ANTENNA_ABD; -+ break; -+ case 15: -+ antenna = ANTENNA_ABCD; -+ break; -+ } -+ DBG_871X("%s: antenna=0x%x\n", __func__, antenna); -+ padapter->mppriv.antenna_tx = antenna; -+ padapter->mppriv.antenna_rx = antenna; -+ pHalData->AntennaTxPath = antenna; -+ SetAntenna(padapter); -+ -+ if (txmode == 0) { -+ pmp_priv->mode = MP_CONTINUOUS_TX; -+ } else if (txmode == 1) { -+ pmp_priv->mode = MP_PACKET_TX; -+ pmp_priv->tx.count = count; -+ } else if (txmode == 2) { -+ pmp_priv->mode = MP_SINGLE_TONE_TX; -+ } else if (txmode == 3) { -+ pmp_priv->mode = MP_CARRIER_SUPPRISSION_TX; -+ } else if (txmode == 4) { -+ pmp_priv->mode = MP_SINGLE_CARRIER_TX; -+ } -+ -+ status = rtw_mp_pretx_proc(padapter, bStartTest, extra); -+ } -+ -+ } -+ -+ wrqu->data.length = strlen(extra); -+ return status; -+} -+ -+ -+int rtw_mp_rx(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ struct mp_priv *pmp_priv = &padapter->mppriv; -+ PMPT_CONTEXT pMptCtx = &(padapter->mppriv.MptCtx); -+ -+ u32 bandwidth = 0, sg = 0, channel = 6, ant = 0; -+ u16 antenna = 0; -+ u8 bStartRx = 0; -+ -+ if (copy_from_user(extra, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ -+ if (strncmp(extra, "stop", 4) == 0) { -+ _rtw_memset(extra, 0, wrqu->data.length); -+ SetPacketRx(padapter, bStartRx, _FALSE); -+ pmp_priv->bmac_filter = _FALSE; -+ sprintf(extra, "Received packet OK:%d CRC error:%d ,Filter out:%d", padapter->mppriv.rx_pktcount, padapter->mppriv.rx_crcerrpktcount, padapter->mppriv.rx_pktcount_filter_out); -+ wrqu->data.length = strlen(extra); -+ return 0; -+ -+ } else if (sscanf(extra, "ch=%d,bw=%d,ant=%d", &channel, &bandwidth, &ant) < 3) { -+ DBG_871X("Invalid format [ch=%d,bw=%d,ant=%d]\n", channel, bandwidth, ant); -+ _rtw_memset(extra, 0, wrqu->data.length); -+ sprintf(extra, "\n Please input correct format as bleow:\n"); -+ sprintf(extra, "%s\t ch=%d,bw=%d,ant=%d\n", extra, channel, bandwidth, ant); -+ sprintf(extra, "%s\n [ ch : BGN = <1~14> , A or AC = <36~165> ]", extra); -+ sprintf(extra, "%s\n [ bw : Bandwidth: 0 = 20M, 1 = 40M, 2 = 80M ]", extra); -+ sprintf(extra, "%s\n [ ant : ,2T ex: AB=3 BC=6 CD=12", extra); -+ wrqu->data.length = strlen(extra); -+ return 0; -+ -+ } else { -+ bStartRx = 1; -+ DBG_871X("Got format [ch=%d,bw=%d,ant=%d]\n", channel, bandwidth, ant); -+ _rtw_memset(extra, 0, wrqu->data.length); -+ sprintf(extra, "Change Current channel %d to channel %d", padapter->mppriv.channel , channel); -+ padapter->mppriv.channel = channel; -+ SetChannel(padapter); -+ pHalData->CurrentChannel = channel; -+ -+ if (bandwidth == 1) -+ bandwidth = CHANNEL_WIDTH_40; -+ else if (bandwidth == 2) -+ bandwidth = CHANNEL_WIDTH_80; -+ sprintf(extra, "%s\nChange Current Bandwidth %d to Bandwidth %d", extra, padapter->mppriv.bandwidth , bandwidth); -+ padapter->mppriv.bandwidth = (u8)bandwidth; -+ padapter->mppriv.preamble = sg; -+ SetBandwidth(padapter); -+ pHalData->CurrentChannelBW = bandwidth; -+ -+ sprintf(extra, "%s\nSet Antenna Path :%d", extra, ant); -+ switch (ant) { -+ case 1: -+ antenna = ANTENNA_A; -+ break; -+ case 2: -+ antenna = ANTENNA_B; -+ break; -+ case 4: -+ antenna = ANTENNA_C; -+ break; -+ case 8: -+ antenna = ANTENNA_D; -+ break; -+ case 3: -+ antenna = ANTENNA_AB; -+ break; -+ case 5: -+ antenna = ANTENNA_AC; -+ break; -+ case 9: -+ antenna = ANTENNA_AD; -+ break; -+ case 6: -+ antenna = ANTENNA_BC; -+ break; -+ case 10: -+ antenna = ANTENNA_BD; -+ break; -+ case 12: -+ antenna = ANTENNA_CD; -+ break; -+ case 7: -+ antenna = ANTENNA_ABC; -+ break; -+ case 14: -+ antenna = ANTENNA_BCD; -+ break; -+ case 11: -+ antenna = ANTENNA_ABD; -+ break; -+ case 15: -+ antenna = ANTENNA_ABCD; -+ break; -+ } -+ DBG_871X("%s: antenna=0x%x\n", __func__, antenna); -+ padapter->mppriv.antenna_tx = antenna; -+ padapter->mppriv.antenna_rx = antenna; -+ pHalData->AntennaTxPath = antenna; -+ SetAntenna(padapter); -+ -+ sprintf(extra, "%s\nstart Rx", extra); -+ SetPacketRx(padapter, bStartRx, _FALSE); -+ } -+ wrqu->data.length = strlen(extra); -+ return 0; -+} -+ -+ -+int rtw_efuse_mask_file(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ char *rtw_efuse_mask_file_path; -+ u8 Status; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ -+ _rtw_memset(maskfileBuffer, 0x00, sizeof(maskfileBuffer)); -+ -+ if (copy_from_user(extra, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ -+ if (strncmp(extra, "off", 3) == 0 && strlen(extra) < 4) { -+ padapter->registrypriv.boffefusemask = 1; -+ sprintf(extra, "Turn off Efuse Mask\n"); -+ wrqu->data.length = strlen(extra); -+ return 0; -+ } -+ if (strncmp(extra, "on", 2) == 0 && strlen(extra) < 3) { -+ padapter->registrypriv.boffefusemask = 0; -+ sprintf(extra, "Turn on Efuse Mask\n"); -+ wrqu->data.length = strlen(extra); -+ return 0; -+ } -+ rtw_efuse_mask_file_path = extra; -+ -+ if (rtw_is_file_readable(rtw_efuse_mask_file_path) == _TRUE) { -+ DBG_871X("%s do rtw_efuse_mask_file_read = %s! ,sizeof maskfileBuffer %zu\n", __func__, rtw_efuse_mask_file_path, sizeof(maskfileBuffer)); -+ Status = rtw_efuse_file_read(padapter, rtw_efuse_mask_file_path, maskfileBuffer, sizeof(maskfileBuffer)); -+ if (Status == _TRUE) -+ padapter->registrypriv.bFileMaskEfuse = _TRUE; -+ sprintf(extra, "efuse mask file read OK\n"); -+ } else { -+ padapter->registrypriv.bFileMaskEfuse = _FALSE; -+ sprintf(extra, "efuse mask file readable FAIL\n"); -+ DBG_871X("%s rtw_is_file_readable fail!\n", __func__); -+ } -+ wrqu->data.length = strlen(extra); -+ return 0; -+} -+ -+ -+int rtw_efuse_file_map(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ char *rtw_efuse_file_map_path; -+ u8 Status; -+ PEFUSE_HAL pEfuseHal; -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ pEfuseHal = &pHalData->EfuseHal; -+ if (copy_from_user(extra, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ -+ rtw_efuse_file_map_path = extra; -+ -+ if (rtw_is_file_readable(rtw_efuse_file_map_path) == _TRUE) { -+ DBG_871X("%s do rtw_efuse_mask_file_read = %s!\n", __func__, rtw_efuse_file_map_path); -+ Status = rtw_efuse_file_read(padapter, rtw_efuse_file_map_path, pEfuseHal->fakeEfuseModifiedMap, sizeof(pEfuseHal->fakeEfuseModifiedMap)); -+ if (Status == _TRUE) -+ sprintf(extra, "efuse file file_read OK\n"); -+ else -+ sprintf(extra, "efuse file file_read FAIL\n"); -+ } else { -+ sprintf(extra, "efuse file readable FAIL\n"); -+ DBG_871X("%s rtw_is_file_readable fail!\n", __func__); -+ } -+ wrqu->data.length = strlen(extra); -+ return 0; -+} -+ -+#if defined(CONFIG_RTL8723B) -+int rtw_mp_SetBT(struct net_device *dev, -+ struct iw_request_info *info, -+ union iwreq_data *wrqu, char *extra) -+{ -+ PADAPTER padapter = rtw_netdev_priv(dev); -+ struct hal_ops *pHalFunc = &padapter->HalFunc; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ -+ BT_REQ_CMD BtReq; -+ PMPT_CONTEXT pMptCtx = &(padapter->mppriv.MptCtx); -+ PBT_RSP_CMD pBtRsp = (PBT_RSP_CMD)&pMptCtx->mptOutBuf[0]; -+ char input[128]; -+ char *pch, *ptmp, *token, *tmp[2] = {0x00, 0x00}; -+ u8 setdata[100]; -+ u8 resetbt = 0x00; -+ u8 tempval, BTStatus; -+ u8 H2cSetbtmac[6]; -+ u8 u1H2CBtMpOperParm[4] = {0x01}; -+ int testmode = 1, ready = 1, trxparam = 1, setgen = 1, getgen = 1, testctrl = 1, testbt = 1, readtherm = 1, setbtmac = 1; -+ u32 i = 0, ii = 0, jj = 0, kk = 0, cnts = 0, status = 0; -+ PRT_MP_FIRMWARE pBTFirmware = NULL; -+ -+ if (copy_from_user(extra, wrqu->data.pointer, wrqu->data.length)) -+ return -EFAULT; -+ if (strlen(extra) < 1) -+ return -EFAULT; -+ -+ DBG_871X("%s:iwpriv in=%s\n", __func__, extra); -+ ready = strncmp(extra, "ready", 5); -+ testmode = strncmp(extra, "testmode", 8); /* strncmp TRUE is 0*/ -+ trxparam = strncmp(extra, "trxparam", 8); -+ setgen = strncmp(extra, "setgen", 6); -+ getgen = strncmp(extra, "getgen", 6); -+ testctrl = strncmp(extra, "testctrl", 8); -+ testbt = strncmp(extra, "testbt", 6); -+ readtherm = strncmp(extra, "readtherm", 9); -+ setbtmac = strncmp(extra, "setbtmac", 8); -+ -+ if (strncmp(extra, "dlbt", 4) == 0) { -+ pHalData->LastHMEBoxNum = 0; -+ padapter->bBTFWReady = _FALSE; -+ rtw_write8(padapter, 0xa3, 0x05); -+ BTStatus = rtw_read8(padapter, 0xa0); -+ DBG_871X("%s: btwmap before read 0xa0 BT Status =0x%x\n", __func__, BTStatus); -+ if (BTStatus != 0x04) { -+ sprintf(extra, "BT Status not Active DLFW FAIL\n"); -+ goto exit; -+ } -+ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval |= BIT7; -+ rtw_write8(padapter, 0x6B, tempval); -+ -+ /* Attention!! Between 0x6A[14] and 0x6A[15] setting need 100us delay*/ -+ /* So don't write 0x6A[14]=1 and 0x6A[15]=0 together!*/ -+ rtw_usleep_os(100); -+ /* disable BT power cut*/ -+ /* 0x6A[14] = 0*/ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval &= ~BIT6; -+ rtw_write8(padapter, 0x6B, tempval); -+ rtw_usleep_os(100); -+ MPT_PwrCtlDM(padapter, 0); -+ rtw_write32(padapter, 0xcc, (rtw_read32(padapter, 0xcc) | 0x00000004)); -+ rtw_write32(padapter, 0x6b, (rtw_read32(padapter, 0x6b) & 0xFFFFFFEF)); -+ rtw_msleep_os(600); -+ rtw_write32(padapter, 0x6b, (rtw_read32(padapter, 0x6b) | 0x00000010)); -+ rtw_write32(padapter, 0xcc, (rtw_read32(padapter, 0xcc) & 0xFFFFFFFB)); -+ rtw_msleep_os(1200); -+ pBTFirmware = (PRT_MP_FIRMWARE)rtw_zmalloc(sizeof(RT_MP_FIRMWARE)); -+ if (pBTFirmware == NULL) -+ goto exit; -+ padapter->bBTFWReady = _FALSE; -+ FirmwareDownloadBT(padapter, pBTFirmware); -+ if (pBTFirmware) -+ rtw_mfree((u8 *)pBTFirmware, sizeof(RT_MP_FIRMWARE)); -+ -+ DBG_871X("Wait for FirmwareDownloadBT fw boot!\n"); -+ rtw_msleep_os(2000); -+ _rtw_memset(extra, '\0', wrqu->data.length); -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 0; -+ BtReq.paraLength = 0; -+ mptbt_BtControlProcess(padapter, &BtReq); -+ rtw_msleep_os(100); -+ -+ DBG_8192C("FirmwareDownloadBT ready = 0x%x 0x%x", pMptCtx->mptOutBuf[4], pMptCtx->mptOutBuf[5]); -+ if ((pMptCtx->mptOutBuf[4] == 0x00) && (pMptCtx->mptOutBuf[5] == 0x00)) { -+ -+ if (padapter->mppriv.bTxBufCkFail == _TRUE) -+ sprintf(extra, "check TxBuf Fail.\n"); -+ else -+ sprintf(extra, "download FW Fail.\n"); -+ } else { -+ sprintf(extra, "download FW OK.\n"); -+ goto exit; -+ } -+ goto exit; -+ } -+ if (strncmp(extra, "dlfw", 4) == 0) { -+ pHalData->LastHMEBoxNum = 0; -+ padapter->bBTFWReady = _FALSE; -+ rtw_write8(padapter, 0xa3, 0x05); -+ BTStatus = rtw_read8(padapter, 0xa0); -+ DBG_871X("%s: btwmap before read 0xa0 BT Status =0x%x\n", __func__, BTStatus); -+ if (BTStatus != 0x04) { -+ sprintf(extra, "BT Status not Active DLFW FAIL\n"); -+ goto exit; -+ } -+ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval |= BIT7; -+ rtw_write8(padapter, 0x6B, tempval); -+ -+ /* Attention!! Between 0x6A[14] and 0x6A[15] setting need 100us delay*/ -+ /* So don't write 0x6A[14]=1 and 0x6A[15]=0 together!*/ -+ rtw_usleep_os(100); -+ /* disable BT power cut*/ -+ /* 0x6A[14] = 0*/ -+ tempval = rtw_read8(padapter, 0x6B); -+ tempval &= ~BIT6; -+ rtw_write8(padapter, 0x6B, tempval); -+ rtw_usleep_os(100); -+ -+ MPT_PwrCtlDM(padapter, 0); -+ rtw_write32(padapter, 0xcc, (rtw_read32(padapter, 0xcc) | 0x00000004)); -+ rtw_write32(padapter, 0x6b, (rtw_read32(padapter, 0x6b) & 0xFFFFFFEF)); -+ rtw_msleep_os(600); -+ rtw_write32(padapter, 0x6b, (rtw_read32(padapter, 0x6b) | 0x00000010)); -+ rtw_write32(padapter, 0xcc, (rtw_read32(padapter, 0xcc) & 0xFFFFFFFB)); -+ rtw_msleep_os(1200); -+ -+#if defined(CONFIG_PLATFORM_SPRD) && (MP_DRIVER == 1) -+ /* Pull up BT reset pin.*/ -+ DBG_871X("%s: pull up BT reset pin when bt start mp test\n", __func__); -+ rtw_wifi_gpio_wlan_ctrl(WLAN_BT_PWDN_ON); -+#endif -+ DBG_871X(" FirmwareDownload!\n"); -+ -+#if defined(CONFIG_RTL8723B) -+ status = rtl8723b_FirmwareDownload(padapter, _FALSE); -+#endif -+ DBG_871X("Wait for FirmwareDownloadBT fw boot!\n"); -+ rtw_msleep_os(1000); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_HaltNotify(padapter); -+ DBG_871X("SetBT btcoex HaltNotify !\n"); -+ /*hal_btcoex1ant_SetAntPath(padapter);*/ -+ rtw_btcoex_SetManualControl(padapter, _TRUE); -+#endif -+ _rtw_memset(extra, '\0', wrqu->data.length); -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 0; -+ BtReq.paraLength = 0; -+ mptbt_BtControlProcess(padapter, &BtReq); -+ rtw_msleep_os(200); -+ -+ DBG_8192C("FirmwareDownloadBT ready = 0x%x 0x%x", pMptCtx->mptOutBuf[4], pMptCtx->mptOutBuf[5]); -+ if ((pMptCtx->mptOutBuf[4] == 0x00) && (pMptCtx->mptOutBuf[5] == 0x00)) { -+ if (padapter->mppriv.bTxBufCkFail == _TRUE) -+ sprintf(extra, "check TxBuf Fail.\n"); -+ else -+ sprintf(extra, "download FW Fail.\n"); -+ } else { -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_SwitchBtTRxMask(padapter); -+#endif -+ rtw_msleep_os(200); -+ sprintf(extra, "download FW OK.\n"); -+ goto exit; -+ } -+ goto exit; -+ } -+ -+ if (strncmp(extra, "down", 4) == 0) { -+ DBG_871X("SetBT down for to hal_init !\n"); -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_SetManualControl(padapter, _FALSE); -+ rtw_btcoex_Initialize(padapter); -+#endif -+ pHalFunc->read_adapter_info(padapter); -+ pHalFunc->hal_deinit(padapter); -+ pHalFunc->hal_init(padapter); -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ LeaveAllPowerSaveMode(padapter); -+ MPT_PwrCtlDM(padapter, 0); -+ rtw_write32(padapter, 0xcc, (rtw_read32(padapter, 0xcc) | 0x00000004)); -+ rtw_write32(padapter, 0x6b, (rtw_read32(padapter, 0x6b) & 0xFFFFFFEF)); -+ rtw_msleep_os(600); -+ /*rtw_write32(padapter, 0x6a, (rtw_read32(padapter, 0x6a)& 0xFFFFFFFE));*/ -+ rtw_write32(padapter, 0x6b, (rtw_read32(padapter, 0x6b) | 0x00000010)); -+ rtw_write32(padapter, 0xcc, (rtw_read32(padapter, 0xcc) & 0xFFFFFFFB)); -+ rtw_msleep_os(1200); -+ goto exit; -+ } -+ if (strncmp(extra, "disable", 7) == 0) { -+ DBG_871X("SetBT disable !\n"); -+ rtw_write32(padapter, 0x6a, (rtw_read32(padapter, 0x6a) & 0xFFFFFFFB)); -+ rtw_msleep_os(500); -+ goto exit; -+ } -+ if (strncmp(extra, "enable", 6) == 0) { -+ DBG_871X("SetBT enable !\n"); -+ rtw_write32(padapter, 0x6a, (rtw_read32(padapter, 0x6a) | 0x00000004)); -+ rtw_msleep_os(500); -+ goto exit; -+ } -+ if (strncmp(extra, "h2c", 3) == 0) { -+ DBG_871X("SetBT h2c !\n"); -+ padapter->bBTFWReady = _TRUE; -+ rtw_hal_fill_h2c_cmd(padapter, 0x63, 1, u1H2CBtMpOperParm); -+ goto exit; -+ } -+ if (strncmp(extra, "2ant", 4) == 0) { -+ DBG_871X("Set BT 2ant use!\n"); -+ PHY_SetMacReg(padapter, 0x67, BIT5, 0x1); -+ rtw_write32(padapter, 0x948, 0000); -+ -+ goto exit; -+ } -+ -+ if (ready != 0 && testmode != 0 && trxparam != 0 && setgen != 0 && getgen != 0 && testctrl != 0 && testbt != 0 && readtherm != 0 && setbtmac != 0) -+ return -EFAULT; -+ -+ if (testbt == 0) { -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 6; -+ BtReq.paraLength = cnts / 2; -+ goto todo; -+ } -+ if (ready == 0) { -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 0; -+ BtReq.paraLength = 0; -+ goto todo; -+ } -+ -+ pch = extra; -+ i = 0; -+ while ((token = strsep(&pch, ",")) != NULL) { -+ if (i > 1) -+ break; -+ tmp[i] = token; -+ i++; -+ } -+ -+ if ((tmp[0] != NULL) && (tmp[1] != NULL)) { -+ cnts = strlen(tmp[1]); -+ if (cnts < 1) -+ return -EFAULT; -+ -+ DBG_871X("%s: cnts=%d\n", __func__, cnts); -+ DBG_871X("%s: data=%s\n", __func__, tmp[1]); -+ -+ for (jj = 0, kk = 0; jj < cnts; jj++, kk += 2) { -+ BtReq.pParamStart[jj] = key_2char2num(tmp[1][kk], tmp[1][kk + 1]); -+ /* DBG_871X("BtReq.pParamStart[%d]=0x%02x\n", jj, BtReq.pParamStart[jj]);*/ -+ } -+ } else -+ return -EFAULT; -+ -+ if (testmode == 0) { -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 1; -+ BtReq.paraLength = 1; -+ } -+ if (trxparam == 0) { -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 2; -+ BtReq.paraLength = cnts / 2; -+ } -+ if (setgen == 0) { -+ DBG_871X("%s: BT_SET_GENERAL\n", __func__); -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 3;/*BT_SET_GENERAL 3*/ -+ BtReq.paraLength = cnts / 2; -+ } -+ if (getgen == 0) { -+ DBG_871X("%s: BT_GET_GENERAL\n", __func__); -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 4;/*BT_GET_GENERAL 4*/ -+ BtReq.paraLength = cnts / 2; -+ } -+ if (readtherm == 0) { -+ DBG_871X("%s: BT_GET_GENERAL\n", __func__); -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 4;/*BT_GET_GENERAL 4*/ -+ BtReq.paraLength = cnts / 2; -+ } -+ -+ if (testctrl == 0) { -+ DBG_871X("%s: BT_TEST_CTRL\n", __func__); -+ BtReq.opCodeVer = 1; -+ BtReq.OpCode = 5;/*BT_TEST_CTRL 5*/ -+ BtReq.paraLength = cnts / 2; -+ } -+ -+ DBG_871X("%s: Req opCodeVer=%d OpCode=%d paraLength=%d\n", -+ __func__, BtReq.opCodeVer, BtReq.OpCode, BtReq.paraLength); -+ -+ if (BtReq.paraLength < 1) -+ goto todo; -+ for (i = 0; i < BtReq.paraLength; i++) { -+ DBG_871X("%s: BtReq.pParamStart[%d] = 0x%02x\n", -+ __func__, i, BtReq.pParamStart[i]); -+ } -+ -+todo: -+ _rtw_memset(extra, '\0', wrqu->data.length); -+ -+ if (padapter->bBTFWReady == _FALSE) { -+ sprintf(extra, "BTFWReady = FALSE.\n"); -+ goto exit; -+ } -+ -+ mptbt_BtControlProcess(padapter, &BtReq); -+ -+ if (readtherm == 0) { -+ sprintf(extra, "BT thermal="); -+ for (i = 4; i < pMptCtx->mptOutLen; i++) { -+ if ((pMptCtx->mptOutBuf[i] == 0x00) && (pMptCtx->mptOutBuf[i + 1] == 0x00)) -+ goto exit; -+ -+ sprintf(extra, "%s %d ", extra, (pMptCtx->mptOutBuf[i] & 0x1f)); -+ } -+ } else { -+ for (i = 4; i < pMptCtx->mptOutLen; i++) -+ sprintf(extra, "%s 0x%x ", extra, pMptCtx->mptOutBuf[i]); -+ } -+ -+exit: -+ wrqu->data.length = strlen(extra) + 1; -+ DBG_871X("-%s: output len=%d data=%s\n", __func__, wrqu->data.length, extra); -+ -+ return status; -+} -+ -+#endif /*#ifdef CONFIG_RTL8723B*/ -+ -+#endif -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/mlme_linux.c linux/3rdparty/rtl8812au/os_dep/linux/mlme_linux.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/mlme_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/mlme_linux.c 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,618 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#define _MLME_OSDEP_C_ -+ -+#include -+ -+ -+#ifdef RTK_DMP_PLATFORM -+void Linkup_workitem_callback(struct work_struct *work) -+{ -+ struct mlme_priv *pmlmepriv = container_of(work, struct mlme_priv, Linkup_workitem); -+ _adapter *padapter = container_of(pmlmepriv, _adapter, mlmepriv); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mlme_osdep_c_,_drv_info_,("+ Linkup_workitem_callback\n")); -+ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12)) -+ kobject_uevent(&padapter->pnetdev->dev.kobj, KOBJ_LINKUP); -+#else -+ kobject_hotplug(&padapter->pnetdev->class_dev.kobj, KOBJ_LINKUP); -+#endif -+ -+_func_exit_; -+} -+ -+void Linkdown_workitem_callback(struct work_struct *work) -+{ -+ struct mlme_priv *pmlmepriv = container_of(work, struct mlme_priv, Linkdown_workitem); -+ _adapter *padapter = container_of(pmlmepriv, _adapter, mlmepriv); -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mlme_osdep_c_,_drv_info_,("+ Linkdown_workitem_callback\n")); -+ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12)) -+ kobject_uevent(&padapter->pnetdev->dev.kobj, KOBJ_LINKDOWN); -+#else -+ kobject_hotplug(&padapter->pnetdev->class_dev.kobj, KOBJ_LINKDOWN); -+#endif -+ -+_func_exit_; -+} -+#endif -+ -+ -+/* -+void sitesurvey_ctrl_handler(void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ -+ _sitesurvey_ctrl_handler(adapter); -+ -+ _set_timer(&adapter->mlmepriv.sitesurveyctrl.sitesurvey_ctrl_timer, 3000); -+} -+*/ -+ -+void rtw_join_timeout_handler (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ _rtw_join_timeout_handler(adapter); -+} -+ -+ -+void _rtw_scan_timeout_handler (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ rtw_scan_timeout_handler(adapter); -+} -+ -+ -+void _dynamic_check_timer_handlder (void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ -+#if (MP_DRIVER == 1) -+ if (adapter->registrypriv.mp_mode == 1 && adapter->mppriv.mp_dm ==0) //for MP ODM dynamic Tx power tracking -+ { -+ //DBG_871X("_dynamic_check_timer_handlder mp_dm =0 return \n"); -+ _set_timer(&adapter->mlmepriv.dynamic_chk_timer, 2000); -+ return; -+ } -+#endif -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(adapter->pbuddy_adapter) -+ rtw_dynamic_check_timer_handlder(adapter->pbuddy_adapter); -+#endif //CONFIG_CONCURRENT_MODE -+ -+ rtw_dynamic_check_timer_handlder(adapter); -+ -+ _set_timer(&adapter->mlmepriv.dynamic_chk_timer, 2000); -+} -+ -+#ifdef CONFIG_SET_SCAN_DENY_TIMER -+void _rtw_set_scan_deny_timer_hdl(void *FunctionContext) -+{ -+ _adapter *adapter = (_adapter *)FunctionContext; -+ rtw_set_scan_deny_timer_hdl(adapter); -+} -+#endif -+ -+ -+void rtw_init_mlme_timer(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ _init_timer(&(pmlmepriv->assoc_timer), padapter->pnetdev, rtw_join_timeout_handler, padapter); -+ //_init_timer(&(pmlmepriv->sitesurveyctrl.sitesurvey_ctrl_timer), padapter->pnetdev, sitesurvey_ctrl_handler, padapter); -+ _init_timer(&(pmlmepriv->scan_to_timer), padapter->pnetdev, _rtw_scan_timeout_handler, padapter); -+ -+ #ifdef CONFIG_DFS_MASTER -+ _init_timer(&(pmlmepriv->dfs_master_timer), padapter->pnetdev, rtw_dfs_master_timer_hdl, padapter); -+ #endif -+ -+ _init_timer(&(pmlmepriv->dynamic_chk_timer), padapter->pnetdev, _dynamic_check_timer_handlder, padapter); -+ -+ #ifdef CONFIG_SET_SCAN_DENY_TIMER -+ _init_timer(&(pmlmepriv->set_scan_deny_timer), padapter->pnetdev, _rtw_set_scan_deny_timer_hdl, padapter); -+ #endif -+ -+#ifdef RTK_DMP_PLATFORM -+ _init_workitem(&(pmlmepriv->Linkup_workitem), Linkup_workitem_callback, padapter); -+ _init_workitem(&(pmlmepriv->Linkdown_workitem), Linkdown_workitem_callback, padapter); -+#endif -+ -+} -+ -+extern void rtw_indicate_wx_assoc_event(_adapter *padapter); -+extern void rtw_indicate_wx_disassoc_event(_adapter *padapter); -+ -+void rtw_os_indicate_connect(_adapter *adapter) -+{ -+ struct mlme_priv *pmlmepriv = &(adapter->mlmepriv); -+_func_enter_; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if ( (check_fwstate(pmlmepriv, WIFI_ADHOC_MASTER_STATE)==_TRUE ) || -+ (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)==_TRUE ) ) -+ { -+ rtw_cfg80211_ibss_indicate_connect(adapter); -+ } -+ else -+ rtw_cfg80211_indicate_connect(adapter); -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ rtw_indicate_wx_assoc_event(adapter); -+ netif_carrier_on(adapter->pnetdev); -+ -+ if(adapter->pid[2] !=0) -+ rtw_signal_process(adapter->pid[2], SIGALRM); -+ -+#ifdef RTK_DMP_PLATFORM -+ _set_workitem(&adapter->mlmepriv.Linkup_workitem); -+#endif -+ -+_func_exit_; -+ -+} -+ -+extern void indicate_wx_scan_complete_event(_adapter *padapter); -+void rtw_os_indicate_scan_done( _adapter *padapter, bool aborted) -+{ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_indicate_scan_done(padapter, aborted); -+#endif -+ indicate_wx_scan_complete_event(padapter); -+} -+ -+static RT_PMKID_LIST backupPMKIDList[ NUM_PMKID_CACHE ]; -+void rtw_reset_securitypriv( _adapter *adapter ) -+{ -+ u8 backupPMKIDIndex = 0; -+ u8 backupTKIPCountermeasure = 0x00; -+ u32 backupTKIPcountermeasure_time = 0; -+ // add for CONFIG_IEEE80211W, none 11w also can use -+ _irqL irqL; -+ struct mlme_ext_priv *pmlmeext = &adapter->mlmeextpriv; -+ -+ _enter_critical_bh(&adapter->security_key_mutex, &irqL); -+ -+ if(adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X)//802.1x -+ { -+ // Added by Albert 2009/02/18 -+ // We have to backup the PMK information for WiFi PMK Caching test item. -+ // -+ // Backup the btkip_countermeasure information. -+ // When the countermeasure is trigger, the driver have to disconnect with AP for 60 seconds. -+ -+ _rtw_memset( &backupPMKIDList[ 0 ], 0x00, sizeof( RT_PMKID_LIST ) * NUM_PMKID_CACHE ); -+ -+ _rtw_memcpy( &backupPMKIDList[ 0 ], &adapter->securitypriv.PMKIDList[ 0 ], sizeof( RT_PMKID_LIST ) * NUM_PMKID_CACHE ); -+ backupPMKIDIndex = adapter->securitypriv.PMKIDIndex; -+ backupTKIPCountermeasure = adapter->securitypriv.btkip_countermeasure; -+ backupTKIPcountermeasure_time = adapter->securitypriv.btkip_countermeasure_time; -+#ifdef CONFIG_IEEE80211W -+ //reset RX BIP packet number -+ pmlmeext->mgnt_80211w_IPN_rx = 0; -+#endif //CONFIG_IEEE80211W -+ _rtw_memset((unsigned char *)&adapter->securitypriv, 0, sizeof (struct security_priv)); -+ //_init_timer(&(adapter->securitypriv.tkip_timer),adapter->pnetdev, rtw_use_tkipkey_handler, adapter); -+ -+ // Added by Albert 2009/02/18 -+ // Restore the PMK information to securitypriv structure for the following connection. -+ _rtw_memcpy( &adapter->securitypriv.PMKIDList[ 0 ], &backupPMKIDList[ 0 ], sizeof( RT_PMKID_LIST ) * NUM_PMKID_CACHE ); -+ adapter->securitypriv.PMKIDIndex = backupPMKIDIndex; -+ adapter->securitypriv.btkip_countermeasure = backupTKIPCountermeasure; -+ adapter->securitypriv.btkip_countermeasure_time = backupTKIPcountermeasure_time; -+ -+ adapter->securitypriv.ndisauthtype = Ndis802_11AuthModeOpen; -+ adapter->securitypriv.ndisencryptstatus = Ndis802_11WEPDisabled; -+ -+ } -+ else //reset values in securitypriv -+ { -+ //if(adapter->mlmepriv.fw_state & WIFI_STATION_STATE) -+ //{ -+ struct security_priv *psec_priv=&adapter->securitypriv; -+ -+ psec_priv->dot11AuthAlgrthm =dot11AuthAlgrthm_Open; //open system -+ psec_priv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ psec_priv->dot11PrivacyKeyIndex = 0; -+ -+ psec_priv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psec_priv->dot118021XGrpKeyid = 1; -+ -+ psec_priv->ndisauthtype = Ndis802_11AuthModeOpen; -+ psec_priv->ndisencryptstatus = Ndis802_11WEPDisabled; -+ //} -+ } -+ // add for CONFIG_IEEE80211W, none 11w also can use -+ _exit_critical_bh(&adapter->security_key_mutex, &irqL); -+ -+ DBG_871X(FUNC_ADPT_FMT" - End to Disconnect\n", FUNC_ADPT_ARG(adapter)); -+} -+ -+void rtw_os_indicate_disconnect( _adapter *adapter ) -+{ -+ //RT_PMKID_LIST backupPMKIDList[ NUM_PMKID_CACHE ]; -+ -+_func_enter_; -+ -+ netif_carrier_off(adapter->pnetdev); // Do it first for tx broadcast pkt after disconnection issue! -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_indicate_disconnect(adapter); -+#endif //CONFIG_IOCTL_CFG80211 -+ -+ rtw_indicate_wx_disassoc_event(adapter); -+ -+#ifdef RTK_DMP_PLATFORM -+ _set_workitem(&adapter->mlmepriv.Linkdown_workitem); -+#endif -+ //modify for CONFIG_IEEE80211W, none 11w also can use the same command -+ rtw_reset_securitypriv_cmd(adapter); -+ -+_func_exit_; -+ -+} -+ -+void rtw_report_sec_ie(_adapter *adapter,u8 authmode,u8 *sec_ie) -+{ -+ uint len; -+ u8 *buff,*p,i; -+ union iwreq_data wrqu; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_mlme_osdep_c_,_drv_info_,("+rtw_report_sec_ie, authmode=%d\n", authmode)); -+ -+ buff = NULL; -+ if(authmode==_WPA_IE_ID_) -+ { -+ RT_TRACE(_module_mlme_osdep_c_,_drv_info_,("rtw_report_sec_ie, authmode=%d\n", authmode)); -+ -+ buff = rtw_zmalloc(IW_CUSTOM_MAX); -+ if (NULL == buff) { -+ DBG_871X(FUNC_ADPT_FMT ": alloc memory FAIL!!\n", -+ FUNC_ADPT_ARG(adapter)); -+ return; -+ } -+ p = buff; -+ -+ p+=sprintf(p,"ASSOCINFO(ReqIEs="); -+ -+ len = sec_ie[1]+2; -+ len = (len < IW_CUSTOM_MAX) ? len:IW_CUSTOM_MAX; -+ -+ for(i=0;ipnetdev,IWEVCUSTOM,&wrqu,buff); -+#endif -+ -+ rtw_mfree(buff, IW_CUSTOM_MAX); -+ } -+ -+exit: -+ -+_func_exit_; -+ -+} -+ -+void _survey_timer_hdl (void *FunctionContext) -+{ -+ _adapter *padapter = (_adapter *)FunctionContext; -+ -+ survey_timer_hdl(padapter); -+} -+ -+void _link_timer_hdl (void *FunctionContext) -+{ -+ _adapter *padapter = (_adapter *)FunctionContext; -+ link_timer_hdl(padapter); -+} -+ -+void _addba_timer_hdl(void *FunctionContext) -+{ -+ struct sta_info *psta = (struct sta_info *)FunctionContext; -+ addba_timer_hdl(psta); -+} -+ -+#ifdef CONFIG_IEEE80211W -+ -+void _sa_query_timer_hdl (void *FunctionContext) -+{ -+ struct sta_info *psta = (struct sta_info *)FunctionContext; -+ -+ sa_query_timer_hdl(psta); -+} -+ -+void init_dot11w_expire_timer(_adapter *padapter, struct sta_info *psta) -+{ -+ _init_timer(&psta->dot11w_expire_timer, padapter->pnetdev, _sa_query_timer_hdl, psta); -+} -+ -+#endif //CONFIG_IEEE80211W -+ -+void init_addba_retry_timer(_adapter *padapter, struct sta_info *psta) -+{ -+ -+ _init_timer(&psta->addba_retry_timer, padapter->pnetdev, _addba_timer_hdl, psta); -+} -+ -+/* -+void _reauth_timer_hdl(void *FunctionContext) -+{ -+ _adapter *padapter = (_adapter *)FunctionContext; -+ reauth_timer_hdl(padapter); -+} -+ -+void _reassoc_timer_hdl(void *FunctionContext) -+{ -+ _adapter *padapter = (_adapter *)FunctionContext; -+ reassoc_timer_hdl(padapter); -+} -+*/ -+ -+void init_mlme_ext_timer(_adapter *padapter) -+{ -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ -+ _init_timer(&pmlmeext->survey_timer, padapter->pnetdev, _survey_timer_hdl, padapter); -+ _init_timer(&pmlmeext->link_timer, padapter->pnetdev, _link_timer_hdl, padapter); -+ -+ //_init_timer(&pmlmeext->ADDBA_timer, padapter->pnetdev, _addba_timer_hdl, padapter); -+ -+ //_init_timer(&pmlmeext->reauth_timer, padapter->pnetdev, _reauth_timer_hdl, padapter); -+ //_init_timer(&pmlmeext->reassoc_timer, padapter->pnetdev, _reassoc_timer_hdl, padapter); -+} -+ -+#ifdef CONFIG_AP_MODE -+ -+void rtw_indicate_sta_assoc_event(_adapter *padapter, struct sta_info *psta) -+{ -+ union iwreq_data wrqu; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ if(psta==NULL) -+ return; -+ -+ if(psta->aid > NUM_STA) -+ return; -+ -+ if(pstapriv->sta_aid[psta->aid - 1] != psta) -+ return; -+ -+ -+ wrqu.addr.sa_family = ARPHRD_ETHER; -+ -+ _rtw_memcpy(wrqu.addr.sa_data, psta->hwaddr, ETH_ALEN); -+ -+ DBG_871X("+rtw_indicate_sta_assoc_event\n"); -+ -+#ifndef CONFIG_IOCTL_CFG80211 -+ wireless_send_event(padapter->pnetdev, IWEVREGISTERED, &wrqu, NULL); -+#endif -+ -+} -+ -+void rtw_indicate_sta_disassoc_event(_adapter *padapter, struct sta_info *psta) -+{ -+ union iwreq_data wrqu; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ -+ if(psta==NULL) -+ return; -+ -+ if(psta->aid > NUM_STA) -+ return; -+ -+ if(pstapriv->sta_aid[psta->aid - 1] != psta) -+ return; -+ -+ -+ wrqu.addr.sa_family = ARPHRD_ETHER; -+ -+ _rtw_memcpy(wrqu.addr.sa_data, psta->hwaddr, ETH_ALEN); -+ -+ DBG_871X("+rtw_indicate_sta_disassoc_event\n"); -+ -+#ifndef CONFIG_IOCTL_CFG80211 -+ wireless_send_event(padapter->pnetdev, IWEVEXPIRED, &wrqu, NULL); -+#endif -+ -+} -+ -+ -+#ifdef CONFIG_HOSTAPD_MLME -+ -+static int mgnt_xmit_entry(struct sk_buff *skb, struct net_device *pnetdev) -+{ -+ struct hostapd_priv *phostapdpriv = rtw_netdev_priv(pnetdev); -+ _adapter *padapter = (_adapter *)phostapdpriv->padapter; -+ -+ //DBG_871X("%s\n", __FUNCTION__); -+ -+ return rtw_hal_hostap_mgnt_xmit_entry(padapter, skb); -+} -+ -+static int mgnt_netdev_open(struct net_device *pnetdev) -+{ -+ struct hostapd_priv *phostapdpriv = rtw_netdev_priv(pnetdev); -+ -+ DBG_871X("mgnt_netdev_open: MAC Address:" MAC_FMT "\n", MAC_ARG(pnetdev->dev_addr)); -+ -+ -+ init_usb_anchor(&phostapdpriv->anchored); -+ -+ rtw_netif_wake_queue(pnetdev); -+ -+ netif_carrier_on(pnetdev); -+ -+ //rtw_write16(phostapdpriv->padapter, 0x0116, 0x0100);//only excluding beacon -+ -+ return 0; -+} -+static int mgnt_netdev_close(struct net_device *pnetdev) -+{ -+ struct hostapd_priv *phostapdpriv = rtw_netdev_priv(pnetdev); -+ -+ DBG_871X("%s\n", __FUNCTION__); -+ -+ usb_kill_anchored_urbs(&phostapdpriv->anchored); -+ -+ netif_carrier_off(pnetdev); -+ -+ rtw_netif_stop_queue(pnetdev); -+ -+ //rtw_write16(phostapdpriv->padapter, 0x0116, 0x3f3f); -+ -+ return 0; -+} -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+static const struct net_device_ops rtl871x_mgnt_netdev_ops = { -+ .ndo_open = mgnt_netdev_open, -+ .ndo_stop = mgnt_netdev_close, -+ .ndo_start_xmit = mgnt_xmit_entry, -+ //.ndo_set_mac_address = r871x_net_set_mac_address, -+ //.ndo_get_stats = r871x_net_get_stats, -+ //.ndo_do_ioctl = r871x_mp_ioctl, -+}; -+#endif -+ -+int hostapd_mode_init(_adapter *padapter) -+{ -+ unsigned char mac[ETH_ALEN]; -+ struct hostapd_priv *phostapdpriv; -+ struct net_device *pnetdev; -+ -+ pnetdev = rtw_alloc_etherdev(sizeof(struct hostapd_priv)); -+ if (!pnetdev) -+ return -ENOMEM; -+ -+ //SET_MODULE_OWNER(pnetdev); -+ ether_setup(pnetdev); -+ -+ //pnetdev->type = ARPHRD_IEEE80211; -+ -+ phostapdpriv = rtw_netdev_priv(pnetdev); -+ phostapdpriv->pmgnt_netdev = pnetdev; -+ phostapdpriv->padapter= padapter; -+ padapter->phostapdpriv = phostapdpriv; -+ -+ //pnetdev->init = NULL; -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+ -+ DBG_871X("register rtl871x_mgnt_netdev_ops to netdev_ops\n"); -+ -+ pnetdev->netdev_ops = &rtl871x_mgnt_netdev_ops; -+ -+#else -+ -+ pnetdev->open = mgnt_netdev_open; -+ -+ pnetdev->stop = mgnt_netdev_close; -+ -+ pnetdev->hard_start_xmit = mgnt_xmit_entry; -+ -+ //pnetdev->set_mac_address = r871x_net_set_mac_address; -+ -+ //pnetdev->get_stats = r871x_net_get_stats; -+ -+ //pnetdev->do_ioctl = r871x_mp_ioctl; -+ -+#endif -+ -+ pnetdev->watchdog_timeo = HZ; /* 1 second timeout */ -+ -+ //pnetdev->wireless_handlers = NULL; -+ -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX -+ pnetdev->features |= NETIF_F_IP_CSUM; -+#endif -+ -+ -+ -+ if(dev_alloc_name(pnetdev,"mgnt.wlan%d") < 0) -+ { -+ DBG_871X("hostapd_mode_init(): dev_alloc_name, fail! \n"); -+ } -+ -+ -+ //SET_NETDEV_DEV(pnetdev, pintfpriv->udev); -+ -+ -+ mac[0]=0x00; -+ mac[1]=0xe0; -+ mac[2]=0x4c; -+ mac[3]=0x87; -+ mac[4]=0x11; -+ mac[5]=0x12; -+ -+ _rtw_memcpy(pnetdev->dev_addr, mac, ETH_ALEN); -+ -+ -+ netif_carrier_off(pnetdev); -+ -+ -+ /* Tell the network stack we exist */ -+ if (register_netdev(pnetdev) != 0) -+ { -+ DBG_871X("hostapd_mode_init(): register_netdev fail!\n"); -+ -+ if(pnetdev) -+ { -+ rtw_free_netdev(pnetdev); -+ } -+ } -+ -+ return 0; -+ -+} -+ -+void hostapd_mode_unload(_adapter *padapter) -+{ -+ struct hostapd_priv *phostapdpriv = padapter->phostapdpriv; -+ struct net_device *pnetdev = phostapdpriv->pmgnt_netdev; -+ -+ unregister_netdev(pnetdev); -+ rtw_free_netdev(pnetdev); -+ -+} -+ -+#endif -+#endif -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/os_intfs.c linux/3rdparty/rtl8812au/os_dep/linux/os_intfs.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/os_intfs.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/os_intfs.c 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,4417 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _OS_INTFS_C_ -+ -+#include -+#include -+ -+#if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) -+ -+#error "Shall be Linux or Windows, but not both!\n" -+ -+#endif -+ -+ -+MODULE_LICENSE("GPL"); -+MODULE_DESCRIPTION("Realtek Wireless Lan Driver"); -+MODULE_AUTHOR("Realtek Semiconductor Corp."); -+MODULE_VERSION(DRIVERVERSION); -+ -+/* module param defaults */ -+int rtw_chip_version = 0x00; -+int rtw_rfintfs = HWPI; -+int rtw_lbkmode = 0;//RTL8712_AIR_TRX; -+ -+ -+int rtw_network_mode = Ndis802_11IBSS;//Ndis802_11Infrastructure;//infra, ad-hoc, auto -+//NDIS_802_11_SSID ssid; -+int rtw_channel = 1;//ad-hoc support requirement -+int rtw_wireless_mode = WIRELESS_MODE_MAX; -+int rtw_vrtl_carrier_sense = AUTO_VCS; -+int rtw_vcs_type = RTS_CTS;//* -+int rtw_rts_thresh = 2347;//* -+int rtw_frag_thresh = 2346;//* -+int rtw_preamble = PREAMBLE_LONG;//long, short, auto -+int rtw_scan_mode = 1;//active, passive -+int rtw_adhoc_tx_pwr = 1; -+int rtw_soft_ap = 0; -+//int smart_ps = 1; -+#ifdef CONFIG_POWER_SAVING -+int rtw_power_mgnt = PS_MODE_MAX; -+#ifdef CONFIG_IPS_LEVEL_2 -+int rtw_ips_mode = IPS_LEVEL_2; -+#else -+int rtw_ips_mode = IPS_NORMAL; -+#endif -+#else -+int rtw_power_mgnt = PS_MODE_ACTIVE; -+int rtw_ips_mode = IPS_NONE; -+#endif -+module_param(rtw_ips_mode, int, 0644); -+MODULE_PARM_DESC(rtw_ips_mode,"The default IPS mode"); -+ -+int rtw_smart_ps = 2; -+ -+int rtw_check_fw_ps = 1; -+ -+#ifdef CONFIG_TX_EARLY_MODE -+int rtw_early_mode=1; -+#endif -+ -+int rtw_usb_rxagg_mode = 2;//USB_RX_AGG_DMA =1,USB_RX_AGG_USB=2 -+module_param(rtw_usb_rxagg_mode, int, 0644); -+ -+int rtw_radio_enable = 1; -+int rtw_long_retry_lmt = 7; -+int rtw_short_retry_lmt = 7; -+int rtw_busy_thresh = 40; -+//int qos_enable = 0; //* -+int rtw_ack_policy = NORMAL_ACK; -+ -+int rtw_mp_mode = 0; -+ -+int rtw_software_encrypt = 0; -+int rtw_software_decrypt = 0; -+ -+int rtw_acm_method = 0;// 0:By SW 1:By HW. -+ -+int rtw_wmm_enable = 1;// default is set to enable the wmm. -+int rtw_uapsd_enable = 0; -+int rtw_uapsd_max_sp = NO_LIMIT; -+int rtw_uapsd_acbk_en = 0; -+int rtw_uapsd_acbe_en = 0; -+int rtw_uapsd_acvi_en = 0; -+int rtw_uapsd_acvo_en = 0; -+#ifdef CONFIG_RTL8814A -+int rtw_rfkfree_enable = 2; /* disable kfree */ -+#else -+int rtw_rfkfree_enable = 0; /* Default Enalbe kfree by efuse config */ -+#endif -+#ifdef CONFIG_80211N_HT -+int rtw_ht_enable = 1; -+// 0: 20 MHz, 1: 40 MHz, 2: 80 MHz, 3: 160MHz, 4: 80+80MHz -+// 2.4G use bit 0 ~ 3, 5G use bit 4 ~ 7 -+// 0x21 means enable 2.4G 40MHz & 5G 80MHz -+int rtw_bw_mode = 0x21; -+int rtw_cbw40_enable = 3; // 0 :diable, bit(0): enable 2.4g, bit(1): enable 5g -+int rtw_ampdu_enable = 1;//for enable tx_ampdu ,// 0: disable, 0x1:enable (but wifi_spec should be 0), 0x2: force enable (don't care wifi_spec) -+int rtw_rx_stbc = 1;// 0: disable, bit(0):enable 2.4g, bit(1):enable 5g, default is set to enable 2.4GHZ for IOT issue with bufflao's AP at 5GHZ -+int rtw_ampdu_amsdu = 0;// 0: disabled, 1:enabled, 2:auto . There is an IOT issu with DLINK DIR-629 when the flag turn on -+// Short GI support Bit Map -+// BIT0 - 20MHz, 0: non-support, 1: support -+// BIT1 - 40MHz, 0: non-support, 1: support -+// BIT2 - 80MHz, 0: non-support, 1: support -+// BIT3 - 160MHz, 0: non-support, 1: support -+int rtw_short_gi = 0xf; -+// BIT0: Enable VHT LDPC Rx, BIT1: Enable VHT LDPC Tx, BIT4: Enable HT LDPC Rx, BIT5: Enable HT LDPC Tx -+int rtw_ldpc_cap = 0x00; -+// BIT0: Enable VHT STBC Rx, BIT1: Enable VHT STBC Tx, BIT4: Enable HT STBC Rx, BIT5: Enable HT STBC Tx -+int rtw_stbc_cap = 0x13; -+// BIT0: Enable VHT Beamformer, BIT1: Enable VHT Beamformee, BIT4: Enable HT Beamformer, BIT5: Enable HT Beamformee -+int rtw_beamform_cap = 0x2; -+int rtw_bfer_rf_number = 0; /*BeamformerCapRfNum Rf path number, 0 for auto, others for manual*/ -+int rtw_bfee_rf_number = 0; /*BeamformeeCapRfNum Rf path number, 0 for auto, others for manual*/ -+ -+#endif //CONFIG_80211N_HT -+ -+#ifdef CONFIG_80211AC_VHT -+int rtw_vht_enable = 1; //0:disable, 1:enable, 2:force auto enable -+int rtw_ampdu_factor = 7; -+int rtw_vht_rate_sel = 0; -+#endif //CONFIG_80211AC_VHT -+ -+int rtw_lowrate_two_xmit = 1;//Use 2 path Tx to transmit MCS0~7 and legacy mode -+ -+//int rf_config = RF_1T2R; // 1T2R -+int rtw_rf_config = RF_MAX_TYPE; //auto -+ -+int rtw_low_power = 0; -+#ifdef CONFIG_WIFI_TEST -+int rtw_wifi_spec = 1;//for wifi test -+#else -+int rtw_wifi_spec = 0; -+#endif -+ -+int rtw_special_rf_path = 0; //0: 2T2R ,1: only turn on path A 1T1R -+ -+int rtw_channel_plan = RTW_CHPLAN_MAX; -+ -+#ifdef CONFIG_BT_COEXIST -+int rtw_btcoex_enable = 1; -+module_param(rtw_btcoex_enable, int, 0644); -+MODULE_PARM_DESC(rtw_btcoex_enable, "Enable BT co-existence mechanism"); -+int rtw_bt_iso = 2;// 0:Low, 1:High, 2:From Efuse -+int rtw_bt_sco = 3;// 0:Idle, 1:None-SCO, 2:SCO, 3:From Counter, 4.Busy, 5.OtherBusy -+int rtw_bt_ampdu =1 ;// 0:Disable BT control A-MPDU, 1:Enable BT control A-MPDU. -+int rtw_ant_num = -1; // <0: undefined, >0: Antenna number -+module_param(rtw_ant_num, int, 0644); -+MODULE_PARM_DESC(rtw_ant_num, "Antenna number setting"); -+#endif -+ -+int rtw_AcceptAddbaReq = _TRUE;// 0:Reject AP's Add BA req, 1:Accept AP's Add BA req. -+ -+int rtw_antdiv_cfg = 2; // 0:OFF , 1:ON, 2:decide by Efuse config -+int rtw_antdiv_type = 0 ; //0:decide by efuse 1: for 88EE, 1Tx and 1RxCG are diversity.(2 Ant with SPDT), 2: for 88EE, 1Tx and 2Rx are diversity.( 2 Ant, Tx and RxCG are both on aux port, RxCS is on main port ), 3: for 88EE, 1Tx and 1RxCG are fixed.(1Ant, Tx and RxCG are both on aux port) -+ -+/* 0: doesn't switch, 1: switch from usb2.0 to usb 3.0 2: switch from usb3.0 to usb 2.0 */ -+int rtw_switch_usb_mode = 0; -+ -+#ifdef CONFIG_USB_AUTOSUSPEND -+int rtw_enusbss = 1;//0:disable,1:enable -+#else -+int rtw_enusbss = 0;//0:disable,1:enable -+#endif -+ -+int rtw_hwpdn_mode=2;//0:disable,1:enable,2: by EFUSE config -+ -+#ifdef CONFIG_HW_PWRP_DETECTION -+int rtw_hwpwrp_detect = 1; -+#else -+int rtw_hwpwrp_detect = 0; //HW power ping detect 0:disable , 1:enable -+#endif -+ -+#ifdef CONFIG_USB_HCI -+int rtw_hw_wps_pbc = 1; -+#else -+int rtw_hw_wps_pbc = 0; -+#endif -+ -+#ifdef CONFIG_TX_MCAST2UNI -+int rtw_mc2u_disable = 0; -+#endif // CONFIG_TX_MCAST2UNI -+ -+#ifdef CONFIG_80211D -+int rtw_80211d = 0; -+#endif -+ -+#ifdef CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV -+int rtw_force_ant = 2;//0 :normal, 1:Main ant, 2:Aux ant -+int rtw_force_igi =0;//0 :normal -+module_param(rtw_force_ant, int, 0644); -+module_param(rtw_force_igi, int, 0644); -+#endif -+ -+#ifdef CONFIG_QOS_OPTIMIZATION -+int rtw_qos_opt_enable=1;//0: disable,1:enable -+#else -+int rtw_qos_opt_enable=0;//0: disable,1:enable -+#endif -+module_param(rtw_qos_opt_enable,int,0644); -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+int rtw_acs_mode = 1; /*0:disable, 1:enable*/ -+module_param(rtw_acs_mode, int, 0644); -+ -+int rtw_acs_auto_scan = 0; /*0:disable, 1:enable*/ -+module_param(rtw_acs_auto_scan, int, 0644); -+ -+#endif -+ -+char* ifname = "wlan%d"; -+module_param(ifname, charp, 0644); -+MODULE_PARM_DESC(ifname, "The default name to allocate for first interface"); -+ -+#ifdef CONFIG_PLATFORM_ANDROID -+char* if2name = "p2p%d"; -+#else //CONFIG_PLATFORM_ANDROID -+char* if2name = "wlan%d"; -+#endif //CONFIG_PLATFORM_ANDROID -+module_param(if2name, charp, 0644); -+MODULE_PARM_DESC(if2name, "The default name to allocate for second interface"); -+ -+char* rtw_initmac = 0; // temp mac address if users want to use instead of the mac address in Efuse -+ -+#ifdef CONFIG_MULTI_VIR_IFACES -+int rtw_ext_iface_num = 1;//primary/secondary iface is excluded -+module_param(rtw_ext_iface_num, int, 0644); -+#endif //CONFIG_MULTI_VIR_IFACES -+ -+module_param(rtw_rfkfree_enable, int, 0644); -+module_param(rtw_initmac, charp, 0644); -+module_param(rtw_channel_plan, int, 0644); -+module_param(rtw_special_rf_path, int, 0644); -+module_param(rtw_chip_version, int, 0644); -+module_param(rtw_rfintfs, int, 0644); -+module_param(rtw_lbkmode, int, 0644); -+module_param(rtw_network_mode, int, 0644); -+module_param(rtw_channel, int, 0644); -+module_param(rtw_mp_mode, int, 0644); -+module_param(rtw_wmm_enable, int, 0644); -+module_param(rtw_vrtl_carrier_sense, int, 0644); -+module_param(rtw_vcs_type, int, 0644); -+module_param(rtw_busy_thresh, int, 0644); -+ -+#ifdef CONFIG_80211N_HT -+module_param(rtw_ht_enable, int, 0644); -+module_param(rtw_bw_mode, int, 0644); -+module_param(rtw_ampdu_enable, int, 0644); -+module_param(rtw_rx_stbc, int, 0644); -+module_param(rtw_ampdu_amsdu, int, 0644); -+#endif //CONFIG_80211N_HT -+#ifdef CONFIG_80211AC_VHT -+module_param(rtw_vht_enable, int, 0644); -+#endif //CONFIG_80211AC_VHT -+#ifdef CONFIG_BEAMFORMING -+module_param(rtw_beamform_cap, int, 0644); -+#endif -+module_param(rtw_lowrate_two_xmit, int, 0644); -+ -+module_param(rtw_rf_config, int, 0644); -+module_param(rtw_power_mgnt, int, 0644); -+module_param(rtw_smart_ps, int, 0644); -+module_param(rtw_low_power, int, 0644); -+module_param(rtw_wifi_spec, int, 0644); -+ -+module_param(rtw_antdiv_cfg, int, 0644); -+module_param(rtw_antdiv_type, int, 0644); -+ -+module_param(rtw_switch_usb_mode, int, 0644); -+ -+module_param(rtw_enusbss, int, 0644); -+module_param(rtw_hwpdn_mode, int, 0644); -+module_param(rtw_hwpwrp_detect, int, 0644); -+ -+module_param(rtw_hw_wps_pbc, int, 0644); -+ -+#ifdef CONFIG_TX_EARLY_MODE -+module_param(rtw_early_mode, int, 0644); -+#endif -+#ifdef CONFIG_ADAPTOR_INFO_CACHING_FILE -+char *rtw_adaptor_info_caching_file_path= "/data/misc/wifi/rtw_cache"; -+module_param(rtw_adaptor_info_caching_file_path, charp, 0644); -+MODULE_PARM_DESC(rtw_adaptor_info_caching_file_path, "The path of adapter info cache file"); -+#endif //CONFIG_ADAPTOR_INFO_CACHING_FILE -+ -+#ifdef CONFIG_LAYER2_ROAMING -+uint rtw_max_roaming_times=2; -+module_param(rtw_max_roaming_times, uint, 0644); -+MODULE_PARM_DESC(rtw_max_roaming_times,"The max roaming times to try"); -+#endif //CONFIG_LAYER2_ROAMING -+ -+#ifdef CONFIG_IOL -+int rtw_fw_iol=1; -+module_param(rtw_fw_iol, int, 0644); -+MODULE_PARM_DESC(rtw_fw_iol, "FW IOL. 0:Disable, 1:enable, 2:by usb speed"); -+#endif //CONFIG_IOL -+ -+#ifdef CONFIG_FILE_FWIMG -+char *rtw_fw_file_path = "/system/etc/firmware/rtlwifi/FW_NIC.BIN"; -+module_param(rtw_fw_file_path, charp, 0644); -+MODULE_PARM_DESC(rtw_fw_file_path, "The path of fw image"); -+ -+char *rtw_fw_wow_file_path = "/system/etc/firmware/rtlwifi/FW_WoWLAN.BIN"; -+module_param(rtw_fw_wow_file_path, charp, 0644); -+MODULE_PARM_DESC(rtw_fw_wow_file_path, "The path of fw for Wake on Wireless image"); -+ -+#ifdef CONFIG_MP_INCLUDED -+char *rtw_fw_mp_bt_file_path = ""; -+module_param(rtw_fw_mp_bt_file_path, charp, 0644); -+MODULE_PARM_DESC(rtw_fw_mp_bt_file_path, "The path of fw for MP-BT image"); -+#endif // CONFIG_MP_INCLUDED -+#endif // CONFIG_FILE_FWIMG -+ -+#ifdef CONFIG_TX_MCAST2UNI -+module_param(rtw_mc2u_disable, int, 0644); -+#endif // CONFIG_TX_MCAST2UNI -+ -+#ifdef CONFIG_80211D -+module_param(rtw_80211d, int, 0644); -+MODULE_PARM_DESC(rtw_80211d, "Enable 802.11d mechanism"); -+#endif -+ -+uint rtw_notch_filter = RTW_NOTCH_FILTER; -+module_param(rtw_notch_filter, uint, 0644); -+MODULE_PARM_DESC(rtw_notch_filter, "0:Disable, 1:Enable, 2:Enable only for P2P"); -+ -+uint rtw_hiq_filter = CONFIG_RTW_HIQ_FILTER; -+module_param(rtw_hiq_filter, uint, 0644); -+MODULE_PARM_DESC(rtw_hiq_filter, "0:allow all, 1:allow special, 2:deny all"); -+ -+uint rtw_adaptivity_en = CONFIG_RTW_ADAPTIVITY_EN; -+module_param(rtw_adaptivity_en, uint, 0644); -+MODULE_PARM_DESC(rtw_adaptivity_en, "0:disable, 1:enable"); -+ -+uint rtw_adaptivity_mode = CONFIG_RTW_ADAPTIVITY_MODE; -+module_param(rtw_adaptivity_mode, uint, 0644); -+MODULE_PARM_DESC(rtw_adaptivity_mode, "0:normal, 1:carrier sense"); -+ -+uint rtw_adaptivity_dml = CONFIG_RTW_ADAPTIVITY_DML; -+module_param(rtw_adaptivity_dml, uint, 0644); -+MODULE_PARM_DESC(rtw_adaptivity_dml, "0:disable, 1:enable"); -+ -+uint rtw_adaptivity_dc_backoff = CONFIG_RTW_ADAPTIVITY_DC_BACKOFF; -+module_param(rtw_adaptivity_dc_backoff, uint, 0644); -+MODULE_PARM_DESC(rtw_adaptivity_dc_backoff, "DC backoff for Adaptivity"); -+ -+int rtw_adaptivity_th_l2h_ini = CONFIG_RTW_ADAPTIVITY_TH_L2H_INI; -+module_param(rtw_adaptivity_th_l2h_ini, int, 0644); -+MODULE_PARM_DESC(rtw_adaptivity_th_l2h_ini, "TH_L2H_ini for Adaptivity"); -+ -+int rtw_adaptivity_th_edcca_hl_diff = CONFIG_RTW_ADAPTIVITY_TH_EDCCA_HL_DIFF; -+module_param(rtw_adaptivity_th_edcca_hl_diff, int, 0644); -+MODULE_PARM_DESC(rtw_adaptivity_th_edcca_hl_diff, "TH_EDCCA_HL_diff for Adaptivity"); -+ -+uint rtw_amplifier_type_2g = CONFIG_RTW_AMPLIFIER_TYPE_2G; -+module_param(rtw_amplifier_type_2g, uint, 0644); -+MODULE_PARM_DESC(rtw_amplifier_type_2g, "BIT3:2G ext-PA, BIT4:2G ext-LNA"); -+ -+uint rtw_amplifier_type_5g = CONFIG_RTW_AMPLIFIER_TYPE_5G; -+module_param(rtw_amplifier_type_5g, uint, 0644); -+MODULE_PARM_DESC(rtw_amplifier_type_5g, "BIT6:5G ext-PA, BIT7:5G ext-LNA"); -+ -+uint rtw_RFE_type = CONFIG_RTW_RFE_TYPE; -+module_param(rtw_RFE_type, uint, 0644); -+MODULE_PARM_DESC(rtw_RFE_type, "default init value:64"); -+ -+uint rtw_GLNA_type = CONFIG_RTW_GLNA_TYPE; -+module_param(rtw_GLNA_type, uint, 0644); -+MODULE_PARM_DESC(rtw_GLNA_type, "default init value:0"); -+ -+uint rtw_TxBBSwing_2G = 0xFF; -+module_param(rtw_TxBBSwing_2G, uint, 0644); -+MODULE_PARM_DESC(rtw_TxBBSwing_2G, "default init value:0xFF"); -+ -+uint rtw_TxBBSwing_5G = 0xFF; -+module_param(rtw_TxBBSwing_5G, uint, 0644); -+MODULE_PARM_DESC(rtw_TxBBSwing_5G, "default init value:0xFF"); -+ -+uint rtw_OffEfuseMask = 0; -+module_param(rtw_OffEfuseMask, uint, 0644); -+MODULE_PARM_DESC(rtw_OffEfuseMask, "default open Efuse Mask value:0"); -+ -+uint rtw_FileMaskEfuse = 0; -+module_param(rtw_FileMaskEfuse, uint, 0644); -+MODULE_PARM_DESC(rtw_FileMaskEfuse, "default drv Mask Efuse value:0"); -+ -+uint rtw_kfree = 0; -+module_param(rtw_kfree, uint, 0644); -+MODULE_PARM_DESC(rtw_kfree, "default kfree config value:0"); -+ -+uint rtw_pll_ref_clk_sel = CONFIG_RTW_PLL_REF_CLK_SEL; -+module_param(rtw_pll_ref_clk_sel, uint, 0644); -+MODULE_PARM_DESC(rtw_pll_ref_clk_sel, "force pll_ref_clk_sel, 0xF:use autoload value"); -+ -+#if defined(CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY) //eFuse: Regulatory selection=1 -+int rtw_tx_pwr_lmt_enable = 1; -+int rtw_tx_pwr_by_rate = 1; -+#elif defined(CONFIG_CALIBRATE_TX_POWER_TO_MAX)//eFuse: Regulatory selection=0 -+int rtw_tx_pwr_lmt_enable = 0; -+int rtw_tx_pwr_by_rate = 1; -+#else //eFuse: Regulatory selection=2 -+#ifdef CONFIG_PCI_HCI -+int rtw_tx_pwr_lmt_enable = 2; // 2- Depend on efuse -+int rtw_tx_pwr_by_rate = 2;// 2- Depend on efuse -+#else // USB & SDIO -+int rtw_tx_pwr_lmt_enable = 0; -+int rtw_tx_pwr_by_rate = 0; -+#endif -+#endif -+ -+module_param(rtw_tx_pwr_lmt_enable, int, 0644); -+MODULE_PARM_DESC(rtw_tx_pwr_lmt_enable,"0:Disable, 1:Enable, 2: Depend on efuse"); -+ -+module_param(rtw_tx_pwr_by_rate, int, 0644); -+MODULE_PARM_DESC(rtw_tx_pwr_by_rate,"0:Disable, 1:Enable, 2: Depend on efuse"); -+ -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+char *rtw_phy_file_path = REALTEK_CONFIG_PATH; -+module_param(rtw_phy_file_path, charp, 0644); -+MODULE_PARM_DESC(rtw_phy_file_path, "The path of phy parameter"); -+// PHY FILE Bit Map -+// BIT0 - MAC, 0: non-support, 1: support -+// BIT1 - BB, 0: non-support, 1: support -+// BIT2 - BB_PG, 0: non-support, 1: support -+// BIT3 - BB_MP, 0: non-support, 1: support -+// BIT4 - RF, 0: non-support, 1: support -+// BIT5 - RF_TXPWR_TRACK, 0: non-support, 1: support -+// BIT6 - RF_TXPWR_LMT, 0: non-support, 1: support -+int rtw_load_phy_file = (BIT2|BIT6); -+module_param(rtw_load_phy_file, int, 0644); -+MODULE_PARM_DESC(rtw_load_phy_file,"PHY File Bit Map"); -+int rtw_decrypt_phy_file = 0; -+module_param(rtw_decrypt_phy_file, int, 0644); -+MODULE_PARM_DESC(rtw_decrypt_phy_file,"Enable Decrypt PHY File"); -+#endif -+ -+int _netdev_open(struct net_device *pnetdev); -+int netdev_open (struct net_device *pnetdev); -+static int netdev_close (struct net_device *pnetdev); -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+extern int rtw_sdio_set_power(int on); -+#endif //CONFIG_PLATFORM_INTEL_BYT -+ -+uint loadparam(_adapter *padapter) -+{ -+ uint status = _SUCCESS; -+ struct registry_priv *registry_par = &padapter->registrypriv; -+ -+_func_enter_; -+ -+ registry_par->chip_version = (u8)rtw_chip_version; -+ registry_par->rfintfs = (u8)rtw_rfintfs; -+ registry_par->lbkmode = (u8)rtw_lbkmode; -+ //registry_par->hci = (u8)hci; -+ registry_par->network_mode = (u8)rtw_network_mode; -+ -+ _rtw_memcpy(registry_par->ssid.Ssid, "ANY", 3); -+ registry_par->ssid.SsidLength = 3; -+ -+ registry_par->channel = (u8)rtw_channel; -+ registry_par->wireless_mode = (u8)rtw_wireless_mode; -+ -+ if (IsSupported24G(registry_par->wireless_mode) && (!IsSupported5G(registry_par->wireless_mode)) -+ && (registry_par->channel > 14)) { -+ registry_par->channel = 1; -+ } -+ else if (IsSupported5G(registry_par->wireless_mode) && (!IsSupported24G(registry_par->wireless_mode)) -+ && (registry_par->channel <= 14)) { -+ registry_par->channel = 36; -+ } -+ -+ registry_par->vrtl_carrier_sense = (u8)rtw_vrtl_carrier_sense ; -+ registry_par->vcs_type = (u8)rtw_vcs_type; -+ registry_par->rts_thresh=(u16)rtw_rts_thresh; -+ registry_par->frag_thresh=(u16)rtw_frag_thresh; -+ registry_par->preamble = (u8)rtw_preamble; -+ registry_par->scan_mode = (u8)rtw_scan_mode; -+ registry_par->adhoc_tx_pwr = (u8)rtw_adhoc_tx_pwr; -+ registry_par->soft_ap= (u8)rtw_soft_ap; -+ registry_par->smart_ps = (u8)rtw_smart_ps; -+ registry_par->check_fw_ps = (u8)rtw_check_fw_ps; -+ registry_par->power_mgnt = (u8)rtw_power_mgnt; -+ registry_par->ips_mode = (u8)rtw_ips_mode; -+ registry_par->radio_enable = (u8)rtw_radio_enable; -+ registry_par->long_retry_lmt = (u8)rtw_long_retry_lmt; -+ registry_par->short_retry_lmt = (u8)rtw_short_retry_lmt; -+ registry_par->busy_thresh = (u16)rtw_busy_thresh; -+ //registry_par->qos_enable = (u8)rtw_qos_enable; -+ registry_par->ack_policy = (u8)rtw_ack_policy; -+ registry_par->mp_mode = (u8)rtw_mp_mode; -+ registry_par->software_encrypt = (u8)rtw_software_encrypt; -+ registry_par->software_decrypt = (u8)rtw_software_decrypt; -+ -+ registry_par->acm_method = (u8)rtw_acm_method; -+ registry_par->usb_rxagg_mode = (u8)rtw_usb_rxagg_mode; -+ -+ //UAPSD -+ registry_par->wmm_enable = (u8)rtw_wmm_enable; -+ registry_par->uapsd_enable = (u8)rtw_uapsd_enable; -+ registry_par->uapsd_max_sp = (u8)rtw_uapsd_max_sp; -+ registry_par->uapsd_acbk_en = (u8)rtw_uapsd_acbk_en; -+ registry_par->uapsd_acbe_en = (u8)rtw_uapsd_acbe_en; -+ registry_par->uapsd_acvi_en = (u8)rtw_uapsd_acvi_en; -+ registry_par->uapsd_acvo_en = (u8)rtw_uapsd_acvo_en; -+ -+ registry_par->RegRfKFreeEnable = (u8)rtw_rfkfree_enable; -+ -+#ifdef CONFIG_80211N_HT -+ registry_par->ht_enable = (u8)rtw_ht_enable; -+ registry_par->bw_mode = (u8)rtw_bw_mode; -+ registry_par->ampdu_enable = (u8)rtw_ampdu_enable; -+ registry_par->rx_stbc = (u8)rtw_rx_stbc; -+ registry_par->ampdu_amsdu = (u8)rtw_ampdu_amsdu; -+ registry_par->short_gi = (u8)rtw_short_gi; -+ registry_par->ldpc_cap = (u8)rtw_ldpc_cap; -+ registry_par->stbc_cap = (u8)rtw_stbc_cap; -+ registry_par->beamform_cap = (u8)rtw_beamform_cap; -+ registry_par->beamformer_rf_num = (u8)rtw_bfer_rf_number; -+ registry_par->beamformee_rf_num = (u8)rtw_bfee_rf_number; -+#endif -+ -+#ifdef CONFIG_80211AC_VHT -+ registry_par->vht_enable = (u8)rtw_vht_enable; -+ registry_par->ampdu_factor = (u8)rtw_ampdu_factor; -+ registry_par->vht_rate_sel = (u8)rtw_vht_rate_sel; -+#endif -+ -+#ifdef CONFIG_TX_EARLY_MODE -+ registry_par->early_mode = (u8)rtw_early_mode; -+#endif -+ registry_par->lowrate_two_xmit = (u8)rtw_lowrate_two_xmit; -+ registry_par->rf_config = (u8)rtw_rf_config; -+ registry_par->low_power = (u8)rtw_low_power; -+ -+ -+ registry_par->wifi_spec = (u8)rtw_wifi_spec; -+ -+ registry_par->channel_plan = (u8)rtw_channel_plan; -+ registry_par->special_rf_path = (u8)rtw_special_rf_path; -+ -+#ifdef CONFIG_BT_COEXIST -+ registry_par->btcoex = (u8)rtw_btcoex_enable; -+ registry_par->bt_iso = (u8)rtw_bt_iso; -+ registry_par->bt_sco = (u8)rtw_bt_sco; -+ registry_par->bt_ampdu = (u8)rtw_bt_ampdu; -+ registry_par->ant_num = (s8)rtw_ant_num; -+#endif -+ -+ registry_par->bAcceptAddbaReq = (u8)rtw_AcceptAddbaReq; -+ -+ registry_par->antdiv_cfg = (u8)rtw_antdiv_cfg; -+ registry_par->antdiv_type = (u8)rtw_antdiv_type; -+ -+ registry_par->switch_usb_mode = (u8)rtw_switch_usb_mode; -+ -+#ifdef CONFIG_AUTOSUSPEND -+ registry_par->usbss_enable = (u8)rtw_enusbss;//0:disable,1:enable -+#endif -+#ifdef SUPPORT_HW_RFOFF_DETECTED -+ registry_par->hwpdn_mode = (u8)rtw_hwpdn_mode;//0:disable,1:enable,2:by EFUSE config -+ registry_par->hwpwrp_detect = (u8)rtw_hwpwrp_detect;//0:disable,1:enable -+#endif -+ -+ registry_par->hw_wps_pbc = (u8)rtw_hw_wps_pbc; -+ -+#ifdef CONFIG_ADAPTOR_INFO_CACHING_FILE -+ snprintf(registry_par->adaptor_info_caching_file_path, PATH_LENGTH_MAX, "%s", rtw_adaptor_info_caching_file_path); -+ registry_par->adaptor_info_caching_file_path[PATH_LENGTH_MAX-1]=0; -+#endif -+ -+#ifdef CONFIG_LAYER2_ROAMING -+ registry_par->max_roaming_times = (u8)rtw_max_roaming_times; -+#ifdef CONFIG_INTEL_WIDI -+ registry_par->max_roaming_times = (u8)rtw_max_roaming_times + 2; -+#endif // CONFIG_INTEL_WIDI -+#endif -+ -+#ifdef CONFIG_IOL -+ registry_par->fw_iol = rtw_fw_iol; -+#endif -+ -+#ifdef CONFIG_80211D -+ registry_par->enable80211d = (u8)rtw_80211d; -+#endif -+ -+ snprintf(registry_par->ifname, 16, "%s", ifname); -+ snprintf(registry_par->if2name, 16, "%s", if2name); -+ -+ registry_par->notch_filter = (u8)rtw_notch_filter; -+ -+#ifdef CONFIG_SPECIAL_SETTING_FOR_FUNAI_TV -+ registry_par->force_ant = (u8)rtw_force_ant; -+ registry_par->force_igi = (u8)rtw_force_igi; -+#endif -+ -+#ifdef CONFIG_MULTI_VIR_IFACES -+ registry_par->ext_iface_num = (u8)rtw_ext_iface_num; -+#endif //CONFIG_MULTI_VIR_IFACES -+ -+ registry_par->pll_ref_clk_sel = (u8)rtw_pll_ref_clk_sel; -+ -+ registry_par->RegEnableTxPowerLimit = (u8)rtw_tx_pwr_lmt_enable; -+ registry_par->RegEnableTxPowerByRate = (u8)rtw_tx_pwr_by_rate; -+ -+ registry_par->RegPowerBase = 14; -+ registry_par->TxBBSwing_2G = (s8)rtw_TxBBSwing_2G; -+ registry_par->TxBBSwing_5G = (s8)rtw_TxBBSwing_5G; -+ registry_par->bEn_RFE = 1; -+ registry_par->RFE_Type = (u8)rtw_RFE_type; -+ registry_par->AmplifierType_2G = (u8)rtw_amplifier_type_2g; -+ registry_par->AmplifierType_5G = (u8)rtw_amplifier_type_5g; -+ registry_par->GLNA_Type = (u8)rtw_GLNA_type; -+#ifdef CONFIG_LOAD_PHY_PARA_FROM_FILE -+ registry_par->load_phy_file = (u8)rtw_load_phy_file; -+ registry_par->RegDecryptCustomFile = (u8)rtw_decrypt_phy_file; -+#endif -+ registry_par->qos_opt_enable = (u8)rtw_qos_opt_enable; -+ -+ registry_par->hiq_filter = (u8)rtw_hiq_filter; -+ -+ registry_par->adaptivity_en = (u8)rtw_adaptivity_en; -+ registry_par->adaptivity_mode = (u8)rtw_adaptivity_mode; -+ registry_par->adaptivity_dml = (u8)rtw_adaptivity_dml; -+ registry_par->adaptivity_dc_backoff = (u8)rtw_adaptivity_dc_backoff; -+ registry_par->adaptivity_th_l2h_ini = (s8)rtw_adaptivity_th_l2h_ini; -+ registry_par->adaptivity_th_edcca_hl_diff = (s8)rtw_adaptivity_th_edcca_hl_diff; -+ -+ registry_par->boffefusemask = (u8)rtw_OffEfuseMask; -+ registry_par->bFileMaskEfuse = (u8)rtw_FileMaskEfuse; -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ registry_par->acs_mode = (u8)rtw_acs_mode; -+ registry_par->acs_auto_scan = (u8)rtw_acs_auto_scan; -+#endif -+_func_exit_; -+ -+ return status; -+} -+ -+/** -+ * rtw_net_set_mac_address -+ * This callback function is used for the Media Access Control address -+ * of each net_device needs to be changed. -+ * -+ * Arguments: -+ * @pnetdev: net_device pointer. -+ * @addr: new MAC address. -+ * -+ * Return: -+ * ret = 0: Permit to change net_device's MAC address. -+ * ret = -1 (Default): Operation not permitted. -+ * -+ * Auther: Arvin Liu -+ * Date: 2015/05/29 -+ */ -+static int rtw_net_set_mac_address(struct net_device *pnetdev, void *addr) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sockaddr *sa = (struct sockaddr *)addr; -+ int ret = -1; -+ -+ /* only the net_device is in down state to permit modifying mac addr */ -+ if ((pnetdev->flags & IFF_UP) == _TRUE) { -+ DBG_871X(FUNC_ADPT_FMT": The net_device's is not in down state\n" -+ , FUNC_ADPT_ARG(padapter)); -+ -+ return ret; -+ } -+ -+ /* if the net_device is linked, it's not permit to modify mac addr */ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) || -+ check_fwstate(pmlmepriv, _FW_LINKED) || -+ check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) { -+ DBG_871X(FUNC_ADPT_FMT": The net_device's is not idle currently\n" -+ , FUNC_ADPT_ARG(padapter)); -+ -+ return ret; -+ } -+ -+ /* check whether the input mac address is valid to permit modifying mac addr */ -+ if (rtw_check_invalid_mac_address(sa->sa_data, _FALSE) == _TRUE) { -+ DBG_871X(FUNC_ADPT_FMT": Invalid Mac Addr for "MAC_FMT"\n" -+ , FUNC_ADPT_ARG(padapter), MAC_ARG(sa->sa_data)); -+ -+ return ret; -+ } -+ -+ _rtw_memcpy(adapter_mac_addr(padapter), sa->sa_data, ETH_ALEN); /* set mac addr to adapter */ -+ _rtw_memcpy(pnetdev->dev_addr, sa->sa_data, ETH_ALEN); /* set mac addr to net_device */ -+ -+ rtw_ps_deny(padapter, PS_DENY_IOCTL); -+ LeaveAllPowerSaveModeDirect(padapter); /* leave PS mode for guaranteeing to access hw register successfully */ -+ rtw_hal_set_hwreg(padapter, HW_VAR_MAC_ADDR, sa->sa_data); /* set mac addr to mac register */ -+ rtw_ps_deny_cancel(padapter, PS_DENY_IOCTL); -+ -+ DBG_871X(FUNC_ADPT_FMT": Set Mac Addr to "MAC_FMT" Successfully\n" -+ , FUNC_ADPT_ARG(padapter), MAC_ARG(sa->sa_data)); -+ -+ ret = 0; -+ -+ return ret; -+} -+ -+static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ struct recv_priv *precvpriv = &(padapter->recvpriv); -+ -+ padapter->stats.tx_packets = pxmitpriv->tx_pkts;//pxmitpriv->tx_pkts++; -+ padapter->stats.rx_packets = precvpriv->rx_pkts;//precvpriv->rx_pkts++; -+ padapter->stats.tx_dropped = pxmitpriv->tx_drop; -+ padapter->stats.rx_dropped = precvpriv->rx_drop; -+ padapter->stats.tx_bytes = pxmitpriv->tx_bytes; -+ padapter->stats.rx_bytes = precvpriv->rx_bytes; -+ -+ return &padapter->stats; -+} -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+/* -+ * AC to queue mapping -+ * -+ * AC_VO -> queue 0 -+ * AC_VI -> queue 1 -+ * AC_BE -> queue 2 -+ * AC_BK -> queue 3 -+ */ -+static const u16 rtw_1d_to_queue[8] = { 2, 3, 3, 2, 1, 1, 0, 0 }; -+ -+/* Given a data frame determine the 802.1p/1d tag to use. */ -+unsigned int rtw_classify8021d(struct sk_buff *skb) -+{ -+ unsigned int dscp; -+ -+ /* skb->priority values from 256->263 are magic values to -+ * directly indicate a specific 802.1d priority. This is used -+ * to allow 802.1d priority to be passed directly in from VLAN -+ * tags, etc. -+ */ -+ if (skb->priority >= 256 && skb->priority <= 263) -+ return skb->priority - 256; -+ -+ switch (skb->protocol) { -+ case htons(ETH_P_IP): -+ dscp = ip_hdr(skb)->tos & 0xfc; -+ break; -+ default: -+ return 0; -+ } -+ -+ return dscp >> 5; -+} -+ -+ -+static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) -+ , void *accel_priv -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0) -+ , select_queue_fallback_t fallback -+#endif -+ -+#endif -+) -+{ -+ _adapter *padapter = rtw_netdev_priv(dev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ skb->priority = rtw_classify8021d(skb); -+ -+ if(pmlmepriv->acm_mask != 0) -+ { -+ skb->priority = qos_acm(pmlmepriv->acm_mask, skb->priority); -+ } -+ -+ return rtw_1d_to_queue[skb->priority]; -+} -+ -+u16 rtw_recv_select_queue(struct sk_buff *skb) -+{ -+ struct iphdr *piphdr; -+ unsigned int dscp; -+ u16 eth_type; -+ u32 priority; -+ u8 *pdata = skb->data; -+ -+ _rtw_memcpy(ð_type, pdata+(ETH_ALEN<<1), 2); -+ -+ switch (eth_type) { -+ case htons(ETH_P_IP): -+ -+ piphdr = (struct iphdr *)(pdata+ETH_HLEN); -+ -+ dscp = piphdr->tos & 0xfc; -+ -+ priority = dscp >> 5; -+ -+ break; -+ default: -+ priority = 0; -+ } -+ -+ return rtw_1d_to_queue[priority]; -+ -+} -+ -+#endif -+static int rtw_ndev_notifier_call(struct notifier_block * nb, unsigned long state, void *ptr) -+{ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(3,11,0)) -+ struct net_device *dev = netdev_notifier_info_to_dev(ptr); -+#else -+ struct net_device *dev = ptr; -+#endif -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+ if (dev->netdev_ops->ndo_do_ioctl != rtw_ioctl) -+#else -+ if (dev->do_ioctl != rtw_ioctl) -+#endif -+ return NOTIFY_DONE; -+ -+ DBG_871X_LEVEL(_drv_info_, FUNC_NDEV_FMT" state:%lu\n", FUNC_NDEV_ARG(dev), state); -+ -+ switch (state) { -+ case NETDEV_CHANGENAME: -+ rtw_adapter_proc_replace(dev); -+ break; -+ } -+ -+ return NOTIFY_DONE; -+} -+ -+static struct notifier_block rtw_ndev_notifier = { -+ .notifier_call = rtw_ndev_notifier_call, -+}; -+ -+int rtw_ndev_notifier_register(void) -+{ -+ return register_netdevice_notifier(&rtw_ndev_notifier); -+} -+ -+void rtw_ndev_notifier_unregister(void) -+{ -+ unregister_netdevice_notifier(&rtw_ndev_notifier); -+} -+ -+ -+int rtw_ndev_init(struct net_device *dev) -+{ -+ _adapter *adapter = rtw_netdev_priv(dev); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" if%d mac_addr="MAC_FMT"\n" -+ , FUNC_ADPT_ARG(adapter), (adapter->iface_id+1), MAC_ARG(dev->dev_addr)); -+ strncpy(adapter->old_ifname, dev->name, IFNAMSIZ); -+ adapter->old_ifname[IFNAMSIZ-1] = '\0'; -+ rtw_adapter_proc_init(dev); -+ -+ return 0; -+} -+ -+void rtw_ndev_uninit(struct net_device *dev) -+{ -+ _adapter *adapter = rtw_netdev_priv(dev); -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_ADPT_FMT" if%d\n" -+ , FUNC_ADPT_ARG(adapter), (adapter->iface_id+1)); -+ rtw_adapter_proc_deinit(dev); -+} -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+static const struct net_device_ops rtw_netdev_ops = { -+ .ndo_init = rtw_ndev_init, -+ .ndo_uninit = rtw_ndev_uninit, -+ .ndo_open = netdev_open, -+ .ndo_stop = netdev_close, -+ .ndo_start_xmit = rtw_xmit_entry, -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ .ndo_select_queue = rtw_select_queue, -+#endif -+ .ndo_set_mac_address = rtw_net_set_mac_address, -+ .ndo_get_stats = rtw_net_get_stats, -+ .ndo_do_ioctl = rtw_ioctl, -+}; -+#endif -+ -+int rtw_init_netdev_name(struct net_device *pnetdev, const char *ifname) -+{ -+ _adapter *padapter = rtw_netdev_priv(pnetdev); -+ -+#ifdef CONFIG_EASY_REPLACEMENT -+ struct net_device *TargetNetdev = NULL; -+ _adapter *TargetAdapter = NULL; -+ struct net *devnet = NULL; -+ -+ if(padapter->bDongle == 1) -+ { -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) -+ TargetNetdev = dev_get_by_name("wlan0"); -+#else -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)) -+ devnet = pnetdev->nd_net; -+ #else -+ devnet = dev_net(pnetdev); -+ #endif -+ TargetNetdev = dev_get_by_name(devnet, "wlan0"); -+#endif -+ if(TargetNetdev) { -+ DBG_871X("Force onboard module driver disappear !!!\n"); -+ TargetAdapter = rtw_netdev_priv(TargetNetdev); -+ TargetAdapter->DriverState = DRIVER_DISAPPEAR; -+ -+ padapter->pid[0] = TargetAdapter->pid[0]; -+ padapter->pid[1] = TargetAdapter->pid[1]; -+ padapter->pid[2] = TargetAdapter->pid[2]; -+ -+ dev_put(TargetNetdev); -+ unregister_netdev(TargetNetdev); -+ -+ padapter->DriverState = DRIVER_REPLACE_DONGLE; -+ } -+ } -+#endif //CONFIG_EASY_REPLACEMENT -+ -+ if(dev_alloc_name(pnetdev, ifname) < 0) -+ { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("dev_alloc_name, fail! \n")); -+ } -+ -+ netif_carrier_off(pnetdev); -+ //rtw_netif_stop_queue(pnetdev); -+ -+ return 0; -+} -+ -+void rtw_hook_if_ops(struct net_device *ndev) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)) -+ ndev->netdev_ops = &rtw_netdev_ops; -+#else -+ ndev->init = rtw_ndev_init; -+ ndev->uninit = rtw_ndev_uninit; -+ ndev->open = netdev_open; -+ ndev->stop = netdev_close; -+ ndev->hard_start_xmit = rtw_xmit_entry; -+ ndev->set_mac_address = rtw_net_set_mac_address; -+ ndev->get_stats = rtw_net_get_stats; -+ ndev->do_ioctl = rtw_ioctl; -+#endif -+} -+ -+struct net_device *rtw_init_netdev(_adapter *old_padapter) -+{ -+ _adapter *padapter; -+ struct net_device *pnetdev; -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("+init_net_dev\n")); -+ -+ if(old_padapter != NULL) -+ pnetdev = rtw_alloc_etherdev_with_old_priv(sizeof(_adapter), (void *)old_padapter); -+ else -+ pnetdev = rtw_alloc_etherdev(sizeof(_adapter)); -+ -+ if (!pnetdev) -+ return NULL; -+ -+ padapter = rtw_netdev_priv(pnetdev); -+ padapter->pnetdev = pnetdev; -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24) -+ SET_MODULE_OWNER(pnetdev); -+#endif -+ -+ rtw_hook_if_ops(pnetdev); -+ -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX -+ pnetdev->features |= NETIF_F_IP_CSUM; -+#endif -+ -+ //pnetdev->tx_timeout = NULL; -+ pnetdev->watchdog_timeo = HZ*3; /* 3 second timeout */ -+ -+#ifdef CONFIG_WIRELESS_EXT -+ pnetdev->wireless_handlers = (struct iw_handler_def *)&rtw_handlers_def; -+#endif -+ -+#ifdef WIRELESS_SPY -+ //priv->wireless_data.spy_data = &priv->spy_data; -+ //pnetdev->wireless_data = &priv->wireless_data; -+#endif -+ -+ return pnetdev; -+} -+ -+int rtw_os_ndev_alloc(_adapter *adapter) -+{ -+ int ret = _FAIL; -+ struct net_device *ndev = NULL; -+ -+ ndev = rtw_init_netdev(adapter); -+ if (ndev == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 5, 0) -+ SET_NETDEV_DEV(ndev, dvobj_to_dev(adapter_to_dvobj(adapter))); -+ #endif -+ -+ #ifdef CONFIG_PCI_HCI -+ if (adapter_to_dvobj(adapter)->bdma64) -+ ndev->features |= NETIF_F_HIGHDMA; -+ ndev->irq = adapter_to_dvobj(adapter)->irq; -+ #endif -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ if (rtw_cfg80211_ndev_res_alloc(adapter) != _SUCCESS) { -+ rtw_warn_on(1); -+ goto free_ndev; -+ } -+#endif -+ -+ ret = _SUCCESS; -+ -+free_ndev: -+ if (ret != _SUCCESS && ndev) -+ rtw_free_netdev(ndev); -+exit: -+ return ret; -+} -+ -+void rtw_os_ndev_free(_adapter *adapter) -+{ -+#if defined(CONFIG_IOCTL_CFG80211) -+ rtw_cfg80211_ndev_res_free(adapter); -+#endif -+ -+ if (adapter->pnetdev) { -+ rtw_free_netdev(adapter->pnetdev); -+ adapter->pnetdev = NULL; -+ } -+} -+ -+int rtw_os_ndev_register(_adapter *adapter, char *name) -+{ -+ int ret = _SUCCESS; -+ struct net_device *ndev = adapter->pnetdev; -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ if (rtw_cfg80211_ndev_res_register(adapter) != _SUCCESS) { -+ rtw_warn_on(1); -+ ret = _FAIL; -+ goto exit; -+ } -+#endif -+ -+ /* alloc netdev name */ -+ rtw_init_netdev_name(ndev, name); -+ -+ _rtw_memcpy(ndev->dev_addr, adapter_mac_addr(adapter), ETH_ALEN); -+ -+ /* Tell the network stack we exist */ -+ if (register_netdev(ndev) != 0) { -+ DBG_871X(FUNC_NDEV_FMT" if%d Failed!\n", FUNC_NDEV_ARG(ndev), (adapter->iface_id+1)); -+ ret = _FAIL; -+ } -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ if (ret != _SUCCESS) { -+ rtw_cfg80211_ndev_res_unregister(adapter); -+ #if !defined(RTW_SINGLE_WIPHY) -+ rtw_wiphy_unregister(adapter_to_wiphy(adapter)); -+ #endif -+ } -+#endif -+ -+exit: -+ return ret; -+} -+ -+void rtw_os_ndev_unregister(_adapter *adapter) -+{ -+ struct net_device *netdev = NULL; -+ -+ if (adapter == NULL) -+ return; -+ -+ adapter->ndev_unregistering = 1; -+ -+ netdev = adapter->pnetdev; -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ rtw_cfg80211_ndev_res_unregister(adapter); -+#endif -+ -+ if ((adapter->DriverState != DRIVER_DISAPPEAR) && netdev) -+ unregister_netdev(netdev); /* will call netdev_close() */ -+ -+#if defined(CONFIG_IOCTL_CFG80211) && !defined(RTW_SINGLE_WIPHY) -+ rtw_wiphy_unregister(adapter_to_wiphy(adapter)); -+#endif -+ -+ adapter->ndev_unregistering = 0; -+} -+ -+/** -+ * rtw_os_ndev_init - Allocate and register OS layer net device and relating structures for @adapter -+ * @adapter: the adapter on which this function applies -+ * @name: the requesting net device name -+ * -+ * Returns: -+ * _SUCCESS or _FAIL -+ */ -+int rtw_os_ndev_init(_adapter *adapter, char *name) -+{ -+ int ret = _FAIL; -+ -+ if (rtw_os_ndev_alloc(adapter) != _SUCCESS) -+ goto exit; -+ -+ if (rtw_os_ndev_register(adapter, name) != _SUCCESS) -+ goto os_ndev_free; -+ -+ ret = _SUCCESS; -+ -+os_ndev_free: -+ if (ret != _SUCCESS) -+ rtw_os_ndev_free(adapter); -+exit: -+ return ret; -+} -+ -+/** -+ * rtw_os_ndev_deinit - Unregister and free OS layer net device and relating structures for @adapter -+ * @adapter: the adapter on which this function applies -+ */ -+void rtw_os_ndev_deinit(_adapter *adapter) -+{ -+ rtw_os_ndev_unregister(adapter); -+ rtw_os_ndev_free(adapter); -+} -+ -+int rtw_os_ndevs_alloc(struct dvobj_priv *dvobj) -+{ -+ int i, status = _SUCCESS; -+ _adapter *adapter; -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ if (rtw_cfg80211_dev_res_alloc(dvobj) != _SUCCESS) { -+ rtw_warn_on(1); -+ status = _FAIL; -+ goto exit; -+ } -+#endif -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ -+ if (i >= IFACE_ID_MAX) { -+ DBG_871X_LEVEL(_drv_err_, "%s %d >= IFACE_ID_MAX\n", __func__, i); -+ rtw_warn_on(1); -+ continue; -+ } -+ -+ adapter = dvobj->padapters[i]; -+ if (adapter && !adapter->pnetdev) { -+ status = rtw_os_ndev_alloc(adapter); -+ if (status != _SUCCESS) { -+ rtw_warn_on(1); -+ break; -+ } -+ } -+ } -+ -+ if (status != _SUCCESS) { -+ for (; i >= 0; i--) { -+ adapter = dvobj->padapters[i]; -+ if (adapter && adapter->pnetdev) -+ rtw_os_ndev_free(adapter); -+ } -+ } -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ if (status != _SUCCESS) -+ rtw_cfg80211_dev_res_free(dvobj); -+#endif -+exit: -+ return status; -+} -+ -+void rtw_os_ndevs_free(struct dvobj_priv *dvobj) -+{ -+ int i; -+ _adapter *adapter = NULL; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ -+ if (i >= IFACE_ID_MAX) { -+ DBG_871X_LEVEL(_drv_err_, "%s %d >= IFACE_ID_MAX\n", __func__, i); -+ rtw_warn_on(1); -+ continue; -+ } -+ -+ adapter = dvobj->padapters[i]; -+ -+ if (adapter == NULL) -+ continue; -+ -+ rtw_os_ndev_free(adapter); -+ } -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ rtw_cfg80211_dev_res_free(dvobj); -+#endif -+} -+ -+u32 rtw_start_drv_threads(_adapter *padapter) -+{ -+ u32 _status = _SUCCESS; -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("+rtw_start_drv_threads\n")); -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+#if defined(CONFIG_SDIO_HCI) -+ if (is_primary_adapter(padapter)) -+#endif -+ { -+ padapter->xmitThread = kthread_run(rtw_xmit_thread, padapter, "RTW_XMIT_THREAD"); -+ if(IS_ERR(padapter->xmitThread)) -+ _status = _FAIL; -+ } -+#endif //#ifdef CONFIG_XMIT_THREAD_MODE -+ -+#ifdef CONFIG_RECV_THREAD_MODE -+ padapter->recvThread = kthread_run(rtw_recv_thread, padapter, "RTW_RECV_THREAD"); -+ if(IS_ERR(padapter->recvThread)) -+ _status = _FAIL; -+#endif -+ -+ if (is_primary_adapter(padapter)) { -+ padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); -+ if(IS_ERR(padapter->cmdThread)) -+ _status = _FAIL; -+ else -+ _rtw_down_sema(&padapter->cmdpriv.terminate_cmdthread_sema); //wait for cmd_thread to run -+ } -+ -+ -+#ifdef CONFIG_EVENT_THREAD_MODE -+ padapter->evtThread = kthread_run(event_thread, padapter, "RTW_EVENT_THREAD"); -+ if(IS_ERR(padapter->evtThread)) -+ _status = _FAIL; -+#endif -+ -+ rtw_hal_start_thread(padapter); -+ return _status; -+ -+} -+ -+void rtw_stop_drv_threads (_adapter *padapter) -+{ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("+rtw_stop_drv_threads\n")); -+ -+ if (is_primary_adapter(padapter)) -+ rtw_stop_cmd_thread(padapter); -+ -+#ifdef CONFIG_EVENT_THREAD_MODE -+ _rtw_up_sema(&padapter->evtpriv.evt_notify); -+ if(padapter->evtThread){ -+ _rtw_down_sema(&padapter->evtpriv.terminate_evtthread_sema); -+ } -+#endif -+ -+#ifdef CONFIG_XMIT_THREAD_MODE -+ // Below is to termindate tx_thread... -+#if defined(CONFIG_SDIO_HCI) -+ // Only wake-up primary adapter -+ if (is_primary_adapter(padapter)) -+#endif /*SDIO_HCI */ -+ { -+ _rtw_up_sema(&padapter->xmitpriv.xmit_sema); -+ _rtw_down_sema(&padapter->xmitpriv.terminate_xmitthread_sema); -+ } -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("\n drv_halt: rtw_xmit_thread can be terminated !\n")); -+#endif -+ -+#ifdef CONFIG_RECV_THREAD_MODE -+ // Below is to termindate rx_thread... -+ _rtw_up_sema(&padapter->recvpriv.recv_sema); -+ _rtw_down_sema(&padapter->recvpriv.terminate_recvthread_sema); -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("\n drv_halt:recv_thread can be terminated! \n")); -+#endif -+ -+ rtw_hal_stop_thread(padapter); -+} -+ -+u8 rtw_init_default_value(_adapter *padapter); -+u8 rtw_init_default_value(_adapter *padapter) -+{ -+ u8 ret = _SUCCESS; -+ struct registry_priv* pregistrypriv = &padapter->registrypriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct mlme_priv *pmlmepriv= &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ -+ //xmit_priv -+ pxmitpriv->vcs_setting = pregistrypriv->vrtl_carrier_sense; -+ pxmitpriv->vcs = pregistrypriv->vcs_type; -+ pxmitpriv->vcs_type = pregistrypriv->vcs_type; -+ //pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; -+ pxmitpriv->frag_len = pregistrypriv->frag_thresh; -+ -+ //recv_priv -+ -+ //mlme_priv -+ pmlmepriv->scan_mode = SCAN_ACTIVE; -+ -+ //qos_priv -+ //pmlmepriv->qospriv.qos_option = pregistrypriv->wmm_enable; -+ -+ //ht_priv -+#ifdef CONFIG_80211N_HT -+ pmlmepriv->htpriv.ampdu_enable = _FALSE;//set to disabled -+#endif -+ -+ //security_priv -+ //rtw_get_encrypt_decrypt_from_registrypriv(padapter); -+ psecuritypriv->binstallGrpkey = _FAIL; -+#ifdef CONFIG_GTK_OL -+ psecuritypriv->binstallKCK_KEK = _FAIL; -+#endif //CONFIG_GTK_OL -+ psecuritypriv->sw_encrypt=pregistrypriv->software_encrypt; -+ psecuritypriv->sw_decrypt=pregistrypriv->software_decrypt; -+ -+ psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; //open system -+ psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; -+ -+ psecuritypriv->dot11PrivacyKeyIndex = 0; -+ -+ psecuritypriv->dot118021XGrpPrivacy = _NO_PRIVACY_; -+ psecuritypriv->dot118021XGrpKeyid = 1; -+ -+ psecuritypriv->ndisauthtype = Ndis802_11AuthModeOpen; -+ psecuritypriv->ndisencryptstatus = Ndis802_11WEPDisabled; -+ -+ -+ //pwrctrl_priv -+ -+ -+ //registry_priv -+ rtw_init_registrypriv_dev_network(padapter); -+ rtw_update_registrypriv_dev_network(padapter); -+ -+ -+ //hal_priv -+ rtw_hal_def_value_init(padapter); -+ -+ //misc. -+ RTW_ENABLE_FUNC(padapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(padapter, DF_TX_BIT); -+ padapter->bLinkInfoDump = 0; -+ padapter->bNotifyChannelChange = _FALSE; -+#ifdef CONFIG_P2P -+ padapter->bShowGetP2PState = 1; -+#endif -+ -+ //for debug purpose -+ padapter->fix_rate = 0xFF; -+ padapter->data_fb = 0; -+ padapter->driver_ampdu_spacing = 0xFF; -+ padapter->driver_rx_ampdu_factor = 0xFF; -+ padapter->driver_rx_ampdu_spacing = 0xFF; -+ padapter->fix_rx_ampdu_accept = RX_AMPDU_ACCEPT_INVALID; -+ padapter->fix_rx_ampdu_size = RX_AMPDU_SIZE_INVALID; -+#ifdef DBG_RX_COUNTER_DUMP -+ padapter->dump_rx_cnt_mode = 0; -+ padapter->drv_rx_cnt_ok = 0; -+ padapter->drv_rx_cnt_crcerror = 0; -+ padapter->drv_rx_cnt_drop = 0; -+#endif -+ return ret; -+} -+ -+struct dvobj_priv *devobj_init(void) -+{ -+ struct dvobj_priv *pdvobj = NULL; -+ -+ if ((pdvobj = (struct dvobj_priv*)rtw_zmalloc(sizeof(*pdvobj))) == NULL) -+ { -+ return NULL; -+ } -+ -+ _rtw_mutex_init(&pdvobj->hw_init_mutex); -+ _rtw_mutex_init(&pdvobj->h2c_fwcmd_mutex); -+ _rtw_mutex_init(&pdvobj->setch_mutex); -+ _rtw_mutex_init(&pdvobj->setbw_mutex); -+ _rtw_mutex_init(&pdvobj->rf_read_reg_mutex); -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+ _rtw_mutex_init(&pdvobj->sd_indirect_access_mutex); -+#endif -+ -+ pdvobj->processing_dev_remove = _FALSE; -+ -+ ATOMIC_SET(&pdvobj->disable_func, 0); -+ -+ rtw_macid_ctl_init(&pdvobj->macid_ctl); -+ _rtw_spinlock_init(&pdvobj->cam_ctl.lock); -+ _rtw_mutex_init(&pdvobj->cam_ctl.sec_cam_access_mutex); -+ -+ return pdvobj; -+ -+} -+ -+void devobj_deinit(struct dvobj_priv *pdvobj) -+{ -+ if(!pdvobj) -+ return; -+ -+ /* TODO: use rtw_os_ndevs_deinit instead at the first stage of driver's dev deinit function */ -+#if defined(CONFIG_IOCTL_CFG80211) -+ rtw_cfg80211_dev_res_free(pdvobj); -+#endif -+ -+ _rtw_mutex_free(&pdvobj->hw_init_mutex); -+ _rtw_mutex_free(&pdvobj->h2c_fwcmd_mutex); -+ _rtw_mutex_free(&pdvobj->setch_mutex); -+ _rtw_mutex_free(&pdvobj->setbw_mutex); -+ _rtw_mutex_free(&pdvobj->rf_read_reg_mutex); -+#ifdef CONFIG_SDIO_INDIRECT_ACCESS -+ _rtw_mutex_free(&pdvobj->sd_indirect_access_mutex); -+#endif -+ -+ rtw_macid_ctl_deinit(&pdvobj->macid_ctl); -+ _rtw_spinlock_free(&pdvobj->cam_ctl.lock); -+ _rtw_mutex_free(&pdvobj->cam_ctl.sec_cam_access_mutex); -+ -+ rtw_mfree((u8*)pdvobj, sizeof(*pdvobj)); -+} -+ -+u8 rtw_reset_drv_sw(_adapter *padapter) -+{ -+ u8 ret8=_SUCCESS; -+ struct mlme_priv *pmlmepriv= &padapter->mlmepriv; -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ //hal_priv -+ if( is_primary_adapter(padapter)) -+ rtw_hal_def_value_init(padapter); -+ -+ RTW_ENABLE_FUNC(padapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(padapter, DF_TX_BIT); -+ padapter->bLinkInfoDump = 0; -+ -+ padapter->xmitpriv.tx_pkts = 0; -+ padapter->recvpriv.rx_pkts = 0; -+ -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = _FALSE; -+ -+ //pmlmepriv->LinkDetectInfo.TrafficBusyState = _FALSE; -+ pmlmepriv->LinkDetectInfo.TrafficTransitionCount = 0; -+ pmlmepriv->LinkDetectInfo.LowPowerTransitionCount = 0; -+ -+ _clr_fwstate_(pmlmepriv, _FW_UNDER_SURVEY |_FW_UNDER_LINKING); -+ -+#ifdef CONFIG_AUTOSUSPEND -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22) && LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,34)) -+ adapter_to_dvobj(padapter)->pusbdev->autosuspend_disabled = 1;//autosuspend disabled by the user -+ #endif -+#endif -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ if (is_primary_adapter(padapter)) -+ rtw_hal_sreset_reset_value(padapter); -+#endif -+ pwrctrlpriv->pwr_state_check_cnts = 0; -+ -+ //mlmeextpriv -+ mlmeext_set_scan_state(&padapter->mlmeextpriv, SCAN_DISABLE); -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ rtw_set_signal_stat_timer(&padapter->recvpriv); -+#endif -+ -+ return ret8; -+} -+ -+ -+u8 rtw_init_drv_sw(_adapter *padapter) -+{ -+ -+ u8 ret8=_SUCCESS; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("+rtw_init_drv_sw\n")); -+ -+ ret8 = rtw_init_default_value(padapter); -+ -+ if ((rtw_init_cmd_priv(&padapter->cmdpriv)) == _FAIL) -+ { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("\n Can't init cmd_priv\n")); -+ ret8=_FAIL; -+ goto exit; -+ } -+ -+ padapter->cmdpriv.padapter=padapter; -+ -+ if ((rtw_init_evt_priv(&padapter->evtpriv)) == _FAIL) -+ { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("\n Can't init evt_priv\n")); -+ ret8=_FAIL; -+ goto exit; -+ } -+ -+ -+ if (rtw_init_mlme_priv(padapter) == _FAIL) -+ { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("\n Can't init mlme_priv\n")); -+ ret8=_FAIL; -+ goto exit; -+ } -+ -+#ifdef CONFIG_P2P -+ rtw_init_wifidirect_timers(padapter); -+ init_wifidirect_info(padapter, P2P_ROLE_DISABLE); -+ reset_global_wifidirect_info(padapter); -+ #ifdef CONFIG_IOCTL_CFG80211 -+ rtw_init_cfg80211_wifidirect_info(padapter); -+ #endif -+#ifdef CONFIG_WFD -+ if(rtw_init_wifi_display_info(padapter) == _FAIL) -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("\n Can't init init_wifi_display_info\n")); -+#endif -+#endif /* CONFIG_P2P */ -+ -+ if(init_mlme_ext_priv(padapter) == _FAIL) -+ { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("\n Can't init mlme_ext_priv\n")); -+ ret8=_FAIL; -+ goto exit; -+ } -+ -+#ifdef CONFIG_TDLS -+ if(rtw_init_tdls_info(padapter) == _FAIL) -+ { -+ DBG_871X("Can't rtw_init_tdls_info\n"); -+ ret8=_FAIL; -+ goto exit; -+ } -+#endif //CONFIG_TDLS -+ -+ if(_rtw_init_xmit_priv(&padapter->xmitpriv, padapter) == _FAIL) -+ { -+ DBG_871X("Can't _rtw_init_xmit_priv\n"); -+ ret8=_FAIL; -+ goto exit; -+ } -+ -+ if(_rtw_init_recv_priv(&padapter->recvpriv, padapter) == _FAIL) -+ { -+ DBG_871X("Can't _rtw_init_recv_priv\n"); -+ ret8=_FAIL; -+ goto exit; -+ } -+ // add for CONFIG_IEEE80211W, none 11w also can use -+ _rtw_spinlock_init(&padapter->security_key_mutex); -+ -+ // We don't need to memset padapter->XXX to zero, because adapter is allocated by rtw_zvmalloc(). -+ //_rtw_memset((unsigned char *)&padapter->securitypriv, 0, sizeof (struct security_priv)); -+ -+ //_init_timer(&(padapter->securitypriv.tkip_timer), padapter->pifp, rtw_use_tkipkey_handler, padapter); -+ -+ if(_rtw_init_sta_priv(&padapter->stapriv) == _FAIL) -+ { -+ DBG_871X("Can't _rtw_init_sta_priv\n"); -+ ret8=_FAIL; -+ goto exit; -+ } -+ -+ padapter->stapriv.padapter = padapter; -+ padapter->setband = WIFI_FREQUENCY_BAND_AUTO; -+ padapter->fix_rate = 0xFF; -+ padapter->data_fb = 0; -+ padapter->fix_rx_ampdu_accept = RX_AMPDU_ACCEPT_INVALID; -+ padapter->fix_rx_ampdu_size = RX_AMPDU_SIZE_INVALID; -+#ifdef DBG_RX_COUNTER_DUMP -+ padapter->dump_rx_cnt_mode = 0; -+ padapter->drv_rx_cnt_ok = 0; -+ padapter->drv_rx_cnt_crcerror = 0; -+ padapter->drv_rx_cnt_drop = 0; -+#endif -+ rtw_init_bcmc_stainfo(padapter); -+ -+ rtw_init_pwrctrl_priv(padapter); -+ -+ //_rtw_memset((u8 *)&padapter->qospriv, 0, sizeof (struct qos_priv));//move to mlme_priv -+ -+#ifdef CONFIG_MP_INCLUDED -+ if (init_mp_priv(padapter) == _FAIL) { -+ DBG_871X("%s: initialize MP private data Fail!\n", __func__); -+ } -+#endif -+ -+ rtw_hal_dm_init(padapter); -+ rtw_hal_sw_led_init(padapter); -+ -+#ifdef DBG_CONFIG_ERROR_DETECT -+ rtw_hal_sreset_init(padapter); -+#endif -+ -+#ifdef CONFIG_INTEL_WIDI -+ if(rtw_init_intel_widi(padapter) == _FAIL) -+ { -+ DBG_871X("Can't rtw_init_intel_widi\n"); -+ ret8=_FAIL; -+ goto exit; -+ } -+#endif //CONFIG_INTEL_WIDI -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ padapter->WapiSupport = true; //set true temp, will revise according to Efuse or Registry value later. -+ rtw_wapi_init(padapter); -+#endif -+ -+#ifdef CONFIG_BR_EXT -+ _rtw_spinlock_init(&padapter->br_ext_lock); -+#endif // CONFIG_BR_EXT -+ -+exit: -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("-rtw_init_drv_sw\n")); -+ -+ _func_exit_; -+ -+ return ret8; -+ -+} -+ -+#ifdef CONFIG_WOWLAN -+void rtw_cancel_dynamic_chk_timer(_adapter *padapter) -+{ -+ _cancel_timer_ex(&padapter->mlmepriv.dynamic_chk_timer); -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("rtw_cancel_all_timer:cancel dynamic_chk_timer! \n")); -+} -+#endif -+ -+void rtw_cancel_all_timer(_adapter *padapter) -+{ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("+rtw_cancel_all_timer\n")); -+ -+ _cancel_timer_ex(&padapter->mlmepriv.assoc_timer); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel association timer complete!\n")); -+ -+ #if 0 -+ _cancel_timer_ex(&padapter->securitypriv.tkip_timer); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel tkip_timer!\n")); -+ #endif -+ -+ _cancel_timer_ex(&padapter->mlmepriv.scan_to_timer); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel scan_to_timer!\n")); -+ -+ #ifdef CONFIG_DFS_MASTER -+ _cancel_timer_ex(&padapter->mlmepriv.dfs_master_timer); -+ #endif -+ -+ _cancel_timer_ex(&padapter->mlmepriv.dynamic_chk_timer); -+ RT_TRACE(_module_os_intfs_c_, _drv_info_, ("rtw_cancel_all_timer:cancel dynamic_chk_timer!\n")); -+ -+ // cancel sw led timer -+ rtw_hal_sw_led_deinit(padapter); -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("rtw_cancel_all_timer:cancel DeInitSwLeds! \n")); -+ -+ _cancel_timer_ex(&(adapter_to_pwrctl(padapter)->pwr_state_check_timer)); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+#ifdef CONFIG_P2P -+ _cancel_timer_ex(&padapter->cfg80211_wdinfo.remain_on_ch_timer); -+#endif //CONFIG_P2P -+#endif //CONFIG_IOCTL_CFG80211 -+ -+#ifdef CONFIG_SET_SCAN_DENY_TIMER -+ _cancel_timer_ex(&padapter->mlmepriv.set_scan_deny_timer); -+ rtw_clear_scan_deny(padapter); -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("rtw_cancel_all_timer:cancel set_scan_deny_timer! \n")); -+#endif -+ -+#ifdef CONFIG_NEW_SIGNAL_STAT_PROCESS -+ _cancel_timer_ex(&padapter->recvpriv.signal_stat_timer); -+#endif -+ //cancel dm timer -+ rtw_hal_dm_deinit(padapter); -+ -+#ifdef CONFIG_PLATFORM_FS_MX61 -+ msleep(50); -+#endif -+} -+ -+u8 rtw_free_drv_sw(_adapter *padapter) -+{ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("==>rtw_free_drv_sw")); -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ rtw_wapi_free(padapter); -+#endif -+ -+ //we can call rtw_p2p_enable here, but: -+ // 1. rtw_p2p_enable may have IO operation -+ // 2. rtw_p2p_enable is bundled with wext interface -+ #ifdef CONFIG_P2P -+ { -+ struct wifidirect_info *pwdinfo = &padapter->wdinfo; -+ if(!rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE)) -+ { -+ _cancel_timer_ex( &pwdinfo->find_phase_timer ); -+ _cancel_timer_ex( &pwdinfo->restore_p2p_state_timer ); -+ _cancel_timer_ex( &pwdinfo->pre_tx_scan_timer); -+#ifdef CONFIG_CONCURRENT_MODE -+ _cancel_timer_ex( &pwdinfo->ap_p2p_switch_timer ); -+#endif // CONFIG_CONCURRENT_MODE -+ rtw_p2p_set_state(pwdinfo, P2P_STATE_NONE); -+ } -+ } -+ #endif -+ // add for CONFIG_IEEE80211W, none 11w also can use -+ _rtw_spinlock_free(&padapter->security_key_mutex); -+ -+#ifdef CONFIG_BR_EXT -+ _rtw_spinlock_free(&padapter->br_ext_lock); -+#endif // CONFIG_BR_EXT -+ -+#ifdef CONFIG_INTEL_WIDI -+ rtw_free_intel_widi(padapter); -+#endif //CONFIG_INTEL_WIDI -+ -+ free_mlme_ext_priv(&padapter->mlmeextpriv); -+ -+#ifdef CONFIG_TDLS -+ //rtw_free_tdls_info(&padapter->tdlsinfo); -+#endif //CONFIG_TDLS -+ -+ rtw_free_cmd_priv(&padapter->cmdpriv); -+ -+ rtw_free_evt_priv(&padapter->evtpriv); -+ -+ rtw_free_mlme_priv(&padapter->mlmepriv); -+ -+ //free_io_queue(padapter); -+ -+ _rtw_free_xmit_priv(&padapter->xmitpriv); -+ -+ _rtw_free_sta_priv(&padapter->stapriv); //will free bcmc_stainfo here -+ -+ _rtw_free_recv_priv(&padapter->recvpriv); -+ -+ rtw_free_pwrctrl_priv(padapter); -+ -+ //rtw_mfree((void *)padapter, sizeof (padapter)); -+ -+#ifdef CONFIG_DRVEXT_MODULE -+ free_drvext(&padapter->drvextpriv); -+#endif -+ -+ rtw_hal_free_data(padapter); -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("<==rtw_free_drv_sw\n")); -+ -+ //free the old_pnetdev -+ if(padapter->rereg_nd_name_priv.old_pnetdev) { -+ free_netdev(padapter->rereg_nd_name_priv.old_pnetdev); -+ padapter->rereg_nd_name_priv.old_pnetdev = NULL; -+ } -+ -+ // clear pbuddy_adapter to avoid access wrong pointer. -+ if(padapter->pbuddy_adapter != NULL) { -+ padapter->pbuddy_adapter->pbuddy_adapter = NULL; -+ } -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("-rtw_free_drv_sw\n")); -+ -+ return _SUCCESS; -+ -+} -+ -+#ifdef CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_MULTI_VIR_IFACES -+int _netdev_vir_if_open(struct net_device *pnetdev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ _adapter *primary_padapter = GET_PRIMARY_ADAPTER(padapter); -+ -+ DBG_871X(FUNC_NDEV_FMT" enter\n", FUNC_NDEV_ARG(pnetdev)); -+ -+ if(!primary_padapter) -+ goto _netdev_virtual_iface_open_error; -+ -+ if (primary_padapter->bup == _FALSE || !rtw_is_hw_init_completed(primary_padapter)) -+ _netdev_open(primary_padapter->pnetdev); -+ -+ if(padapter->bup == _FALSE && primary_padapter->bup == _TRUE && -+ rtw_is_hw_init_completed(primary_padapter)) -+ { -+ padapter->bFWReady = primary_padapter->bFWReady; -+ -+ if(rtw_start_drv_threads(padapter) == _FAIL) -+ { -+ goto _netdev_virtual_iface_open_error; -+ } -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_init_wiphy(padapter); -+#endif -+ -+ padapter->bup = _TRUE; -+ -+ } -+ -+ padapter->net_closed = _FALSE; -+ -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ -+ rtw_netif_wake_queue(pnetdev); -+ -+ DBG_871X(FUNC_NDEV_FMT" exit\n", FUNC_NDEV_ARG(pnetdev)); -+ return 0; -+ -+_netdev_virtual_iface_open_error: -+ -+ padapter->bup = _FALSE; -+ -+ netif_carrier_off(pnetdev); -+ rtw_netif_stop_queue(pnetdev); -+ -+ return (-1); -+ -+} -+ -+int netdev_vir_if_open(struct net_device *pnetdev) -+{ -+ int ret; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ ret = _netdev_vir_if_open(pnetdev); -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ //if(padapter->iface_id == 2) -+ // rtw_start_auto_ap(padapter); -+#endif -+ -+ return ret; -+} -+ -+static int netdev_vir_if_close(struct net_device *pnetdev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ -+ padapter->net_closed = _TRUE; -+ -+ if(pnetdev) -+ { -+ rtw_netif_stop_queue(pnetdev); -+ } -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_scan_abort(padapter); -+ rtw_cfg80211_wait_scan_req_empty(padapter, 200); -+ adapter_wdev_data(padapter)->bandroid_scan = _FALSE; -+#endif -+ -+ return 0; -+} -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+static const struct net_device_ops rtw_netdev_vir_if_ops = { -+ .ndo_open = netdev_vir_if_open, -+ .ndo_stop = netdev_vir_if_close, -+ .ndo_start_xmit = rtw_xmit_entry, -+ .ndo_set_mac_address = rtw_net_set_mac_address, -+ .ndo_get_stats = rtw_net_get_stats, -+ .ndo_do_ioctl = rtw_ioctl, -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ .ndo_select_queue = rtw_select_queue, -+#endif -+}; -+#endif -+ -+void rtw_hook_vir_if_ops(struct net_device *ndev) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)) -+ ndev->netdev_ops = &rtw_netdev_vir_if_ops; -+#else -+ ndev->open = netdev_vir_if_open; -+ ndev->stop = netdev_vir_if_close; -+ ndev->set_mac_address = rtw_net_set_mac_address; -+#endif -+} -+ -+_adapter *rtw_drv_add_vir_if(_adapter *primary_padapter, -+ void (*set_intf_ops)(_adapter *primary_padapter,struct _io_ops *pops)) -+{ -+ int res = _FAIL; -+ _adapter *padapter = NULL; -+ struct dvobj_priv *pdvobjpriv; -+ u8 mac[ETH_ALEN]; -+ -+/* -+ if((primary_padapter->bup == _FALSE) || -+ (rtw_buddy_adapter_up(primary_padapter) == _FALSE)) -+ goto exit; -+*/ -+ -+ /****** init adapter ******/ -+ padapter = (_adapter *)rtw_zvmalloc(sizeof(*padapter)); -+ if (padapter == NULL) -+ goto exit; -+ -+ if (loadparam(padapter) != _SUCCESS) -+ goto free_adapter; -+ -+ _rtw_memcpy(padapter, primary_padapter, sizeof(_adapter)); -+ -+ // -+ padapter->bup = _FALSE; -+ padapter->net_closed = _TRUE; -+ padapter->dir_dev = NULL; -+ padapter->dir_odm = NULL; -+ -+ -+ //set adapter_type/iface type -+ padapter->isprimary = _FALSE; -+ padapter->adapter_type = MAX_ADAPTER; -+ padapter->pbuddy_adapter = primary_padapter; -+#if 0 -+#ifndef CONFIG_HWPORT_SWAP //Port0 -> Pri , Port1 -> Sec -+ padapter->iface_type = IFACE_PORT1; -+#else -+ padapter->iface_type = IFACE_PORT0; -+#endif //CONFIG_HWPORT_SWAP -+#else -+ //extended virtual interfaces always are set to port0 -+ padapter->iface_type = IFACE_PORT0; -+#endif -+ -+ /****** hook vir if into dvobj ******/ -+ pdvobjpriv = adapter_to_dvobj(padapter); -+ padapter->iface_id = pdvobjpriv->iface_nums; -+ pdvobjpriv->padapters[pdvobjpriv->iface_nums++] = padapter; -+ -+ padapter->intf_start = NULL; -+ padapter->intf_stop = NULL; -+ -+ //step init_io_priv -+ if ((rtw_init_io_priv(padapter, set_intf_ops)) == _FAIL) { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("\n Can't init io_reqs\n")); -+ goto free_adapter; -+ } -+ -+ //init drv data -+ if(rtw_init_drv_sw(padapter)!= _SUCCESS) -+ goto free_drv_sw; -+ -+ -+ //get mac address from primary_padapter -+ _rtw_memcpy(mac, adapter_mac_addr(primary_padapter), ETH_ALEN); -+ -+ /* -+ * If the BIT1 is 0, the address is universally administered. -+ * If it is 1, the address is locally administered -+ */ -+#if 1 /* needs enable MBSSID CAM */ -+ mac[0] |= BIT(1); -+ mac[0] |= (padapter->iface_id-1)<<4; -+#endif -+ -+ _rtw_memcpy(adapter_mac_addr(padapter), mac, ETH_ALEN); -+ -+ res = _SUCCESS; -+ -+free_drv_sw: -+ if (res != _SUCCESS && padapter) -+ rtw_free_drv_sw(padapter); -+free_adapter: -+ if (res != _SUCCESS && padapter) { -+ rtw_vmfree((u8 *)padapter, sizeof(*padapter)); -+ padapter = NULL; -+ } -+exit: -+ return padapter; -+} -+ -+void rtw_drv_stop_vir_if(_adapter *padapter) -+{ -+ struct net_device *pnetdev=NULL; -+ -+ if (padapter == NULL) -+ return; -+ -+ pnetdev = padapter->pnetdev; -+ -+ -+ if (padapter->bup == _TRUE) -+ { -+ #ifdef CONFIG_XMIT_ACK -+ if (padapter->xmitpriv.ack_tx) -+ rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_DRV_STOP); -+ #endif -+ -+ if (padapter->intf_stop) -+ { -+ padapter->intf_stop(padapter); -+ } -+ -+ rtw_stop_drv_threads(padapter); -+ -+ padapter->bup = _FALSE; -+ } -+ -+ /* cancel timer after thread stop */ -+ rtw_cancel_all_timer(padapter); -+} -+ -+void rtw_drv_free_vir_if(_adapter *padapter) -+{ -+ if (padapter == NULL) -+ return; -+ -+ padapter->pbuddy_adapter = NULL; -+ -+ rtw_free_drv_sw(padapter); -+ -+ /* TODO: use rtw_os_ndevs_deinit instead at the first stage of driver's dev deinit function */ -+ rtw_os_ndev_free(padapter); -+ -+ rtw_vmfree((u8 *)padapter, sizeof(_adapter)); -+} -+ -+void rtw_drv_stop_vir_ifaces(struct dvobj_priv *dvobj) -+{ -+ int i; -+ //struct dvobj_priv *dvobj = primary_padapter->dvobj; -+ -+ for(i=2;iiface_nums;i++) -+ { -+ rtw_drv_stop_vir_if(dvobj->padapters[i]); -+ } -+} -+ -+void rtw_drv_free_vir_ifaces(struct dvobj_priv *dvobj) -+{ -+ int i; -+ //struct dvobj_priv *dvobj = primary_padapter->dvobj; -+ -+ for(i=2;iiface_nums;i++) -+ { -+ rtw_drv_free_vir_if(dvobj->padapters[i]); -+ } -+} -+ -+void rtw_drv_del_vir_if(_adapter *padapter) -+{ -+ rtw_drv_stop_vir_if(padapter); -+ rtw_drv_free_vir_if(padapter); -+} -+ -+void rtw_drv_del_vir_ifaces(_adapter *primary_padapter) -+{ -+ int i; -+ struct dvobj_priv *dvobj = primary_padapter->dvobj; -+ -+ for(i=2;iiface_nums;i++) -+ { -+ rtw_drv_del_vir_if(dvobj->padapters[i]); -+ } -+} -+#endif //CONFIG_MULTI_VIR_IFACES -+ -+int _netdev_if2_open(struct net_device *pnetdev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ _adapter *primary_padapter = padapter->pbuddy_adapter; -+ -+ DBG_871X("+871x_drv - if2_open, bup=%d\n", padapter->bup); -+ -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+ if (padapter->bup == _FALSE) -+ { -+ u8 mac[ETH_ALEN]; -+ -+ /* get mac address from primary_padapter */ -+ if (primary_padapter->bup == _FALSE) -+ rtw_macaddr_cfg(adapter_mac_addr(primary_padapter), get_hal_mac_addr(primary_padapter)); -+ -+ _rtw_memcpy(mac, adapter_mac_addr(primary_padapter), ETH_ALEN); -+ -+ /* -+ * If the BIT1 is 0, the address is universally administered. -+ * If it is 1, the address is locally administered -+ */ -+ mac[0] |= BIT(1); -+ -+ _rtw_memcpy(adapter_mac_addr(padapter), mac, ETH_ALEN); -+ rtw_init_wifidirect_addrs(padapter, adapter_mac_addr(padapter), adapter_mac_addr(padapter)); -+ _rtw_memcpy(pnetdev->dev_addr, adapter_mac_addr(padapter), ETH_ALEN); -+ } -+#endif //CONFIG_PLATFORM_INTEL_BYT -+ -+ if (primary_padapter->bup == _FALSE || !rtw_is_hw_init_completed(primary_padapter)) -+ _netdev_open(primary_padapter->pnetdev); -+ -+ if(padapter->bup == _FALSE && primary_padapter->bup == _TRUE && -+ rtw_is_hw_init_completed(primary_padapter)) -+ { -+ padapter->bFWReady = primary_padapter->bFWReady; -+ -+ //if (init_mlme_ext_priv(padapter) == _FAIL) -+ // goto netdev_if2_open_error; -+ -+ -+ if (rtw_start_drv_threads(padapter) == _FAIL) -+ { -+ goto netdev_if2_open_error; -+ } -+ -+ -+ if (padapter->intf_start) -+ { -+ padapter->intf_start(padapter); -+ } -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_init_wiphy(padapter); -+#endif -+ -+ padapter->bup = _TRUE; -+ -+ } -+ -+ padapter->net_closed = _FALSE; -+ -+ //execute dynamic_chk_timer only on primary interface -+ // secondary interface shares the timer with primary interface. -+ //_set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ -+ rtw_netif_wake_queue(pnetdev); -+ -+ DBG_871X("-871x_drv - if2_open, bup=%d\n", padapter->bup); -+ return 0; -+ -+netdev_if2_open_error: -+ -+ padapter->bup = _FALSE; -+ -+ netif_carrier_off(pnetdev); -+ rtw_netif_stop_queue(pnetdev); -+ -+ return (-1); -+ -+} -+ -+int netdev_if2_open(struct net_device *pnetdev) -+{ -+ int ret; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if (pwrctrlpriv->bInSuspend == _TRUE) -+ { -+ DBG_871X("+871x_drv - netdev_if2_open, bInSuspend=%d\n", pwrctrlpriv->bInSuspend); -+ return 0; -+ } -+ -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ ret = _netdev_if2_open(pnetdev); -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ -+#ifdef CONFIG_AUTO_AP_MODE -+ //if(padapter->iface_id == 2) -+ rtw_start_auto_ap(padapter); -+#endif -+ -+ return ret; -+} -+ -+static int netdev_if2_close(struct net_device *pnetdev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ padapter->net_closed = _TRUE; -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = _FALSE; -+ -+ if(pnetdev) -+ { -+ rtw_netif_stop_queue(pnetdev); -+ } -+ -+#ifdef CONFIG_P2P -+ if (!rtw_p2p_chk_role(&padapter->wdinfo, P2P_ROLE_DISABLE)) -+ rtw_p2p_enable(padapter, P2P_ROLE_DISABLE); -+#endif -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_scan_abort(padapter); -+ rtw_cfg80211_wait_scan_req_empty(padapter, 200); -+ adapter_wdev_data(padapter)->bandroid_scan = _FALSE; -+#endif -+ -+ return 0; -+} -+ -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,29)) -+static const struct net_device_ops rtw_netdev_if2_ops = { -+ .ndo_init = rtw_ndev_init, -+ .ndo_uninit = rtw_ndev_uninit, -+ .ndo_open = netdev_if2_open, -+ .ndo_stop = netdev_if2_close, -+ .ndo_start_xmit = rtw_xmit_entry, -+ .ndo_set_mac_address = rtw_net_set_mac_address, -+ .ndo_get_stats = rtw_net_get_stats, -+ .ndo_do_ioctl = rtw_ioctl, -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ .ndo_select_queue = rtw_select_queue, -+#endif -+}; -+#endif -+ -+void rtw_hook_if2_ops(struct net_device *ndev) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)) -+ ndev->netdev_ops = &rtw_netdev_if2_ops; -+#else -+ ndev->init = rtw_ndev_init; -+ ndev->uninit = rtw_ndev_uninit; -+ ndev->open = netdev_if2_open; -+ ndev->stop = netdev_if2_close; -+ ndev->set_mac_address = rtw_net_set_mac_address; -+#endif -+} -+ -+_adapter *rtw_drv_if2_init(_adapter *primary_padapter, -+ void (*set_intf_ops)(_adapter *primary_padapter,struct _io_ops *pops)) -+{ -+ int res = _FAIL; -+ _adapter *padapter = NULL; -+ struct dvobj_priv *pdvobjpriv; -+ u8 mac[ETH_ALEN]; -+ -+ /****** init adapter ******/ -+ padapter = (_adapter *)rtw_zvmalloc(sizeof(*padapter)); -+ if (padapter == NULL) -+ goto exit; -+ -+ if (loadparam(padapter) != _SUCCESS) -+ goto free_adapter; -+ -+ _rtw_memcpy(padapter, primary_padapter, sizeof(*padapter)); -+ -+ // -+ padapter->bup = _FALSE; -+ padapter->net_closed = _TRUE; -+ padapter->dir_dev = NULL; -+ padapter->dir_odm = NULL; -+ -+ //set adapter_type/iface type -+ padapter->isprimary = _FALSE; -+ padapter->adapter_type = SECONDARY_ADAPTER; -+ padapter->pbuddy_adapter = primary_padapter; -+ padapter->iface_id = IFACE_ID1; -+#ifndef CONFIG_HWPORT_SWAP //Port0 -> Pri , Port1 -> Sec -+ padapter->iface_type = IFACE_PORT1; -+#else -+ padapter->iface_type = IFACE_PORT0; -+#endif //CONFIG_HWPORT_SWAP -+ -+ /****** hook if2 into dvobj ******/ -+ pdvobjpriv = adapter_to_dvobj(padapter); -+ pdvobjpriv->padapters[pdvobjpriv->iface_nums++] = padapter; -+ -+ // -+ padapter->intf_start = primary_padapter->intf_start; -+ padapter->intf_stop = primary_padapter->intf_stop; -+ -+ //step init_io_priv -+ if ((rtw_init_io_priv(padapter, set_intf_ops)) == _FAIL) { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("\n Can't init io_reqs\n")); -+ goto free_adapter; -+ } -+ -+ //init drv data -+ if(rtw_init_drv_sw(padapter)!= _SUCCESS) -+ goto free_drv_sw; -+ -+ -+ /* get mac address from primary_padapter */ -+ _rtw_memcpy(mac, adapter_mac_addr(primary_padapter), ETH_ALEN); -+ -+ /* -+ * If the BIT1 is 0, the address is universally administered. -+ * If it is 1, the address is locally administered -+ */ -+ mac[0] |= BIT(1); -+ -+ _rtw_memcpy(adapter_mac_addr(padapter), mac, ETH_ALEN); -+ rtw_init_wifidirect_addrs(padapter, adapter_mac_addr(padapter), adapter_mac_addr(padapter)); -+ -+ primary_padapter->pbuddy_adapter = padapter; -+ -+ res = _SUCCESS; -+ -+free_drv_sw: -+ if (res != _SUCCESS && padapter) -+ rtw_free_drv_sw(padapter); -+free_adapter: -+ if (res != _SUCCESS && padapter) { -+ rtw_vmfree((u8 *)padapter, sizeof(*padapter)); -+ padapter = NULL; -+ } -+exit: -+ return padapter; -+} -+ -+void rtw_drv_if2_free(_adapter *if2) -+{ -+ _adapter *padapter = if2; -+ -+ if (padapter == NULL) -+ return; -+ -+ rtw_free_drv_sw(padapter); -+ -+ /* TODO: use rtw_os_ndevs_deinit instead at the first stage of driver's dev deinit function */ -+ rtw_os_ndev_free(padapter); -+ -+ rtw_vmfree((u8 *)padapter, sizeof(_adapter)); -+} -+ -+void rtw_drv_if2_stop(_adapter *if2) -+{ -+ _adapter *padapter = if2; -+ struct net_device *pnetdev = NULL; -+ -+ if (padapter == NULL) -+ return; -+ -+ -+ if (padapter->bup == _TRUE) { -+ #ifdef CONFIG_XMIT_ACK -+ if (padapter->xmitpriv.ack_tx) -+ rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_DRV_STOP); -+ #endif -+ -+ if (padapter->intf_stop) -+ { -+ padapter->intf_stop(padapter); -+ } -+ -+ rtw_stop_drv_threads(padapter); -+ -+ padapter->bup = _FALSE; -+ } -+ -+ /* cancel timer after thread stop */ -+ rtw_cancel_all_timer(padapter); -+} -+#endif //end of CONFIG_CONCURRENT_MODE -+ -+int rtw_os_ndevs_register(struct dvobj_priv *dvobj) -+{ -+ int i, status = _SUCCESS; -+ struct registry_priv *regsty = dvobj_to_regsty(dvobj); -+ _adapter *adapter; -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ if (rtw_cfg80211_dev_res_register(dvobj) != _SUCCESS) { -+ rtw_warn_on(1); -+ status = _FAIL; -+ goto exit; -+ } -+#endif -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ -+ if (i >= IFACE_ID_MAX) { -+ DBG_871X_LEVEL(_drv_err_, "%s %d >= IFACE_ID_MAX\n", __func__, i); -+ rtw_warn_on(1); -+ continue; -+ } -+ -+ adapter = dvobj->padapters[i]; -+ if (adapter) { -+ char *name; -+ -+ if (adapter->iface_id == IFACE_ID0) -+ name = regsty->ifname; -+ else if (adapter->iface_id == IFACE_ID1) -+ name = regsty->if2name; -+ else -+ name = "wlan%d"; -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ switch (adapter->adapter_type) { -+ case SECONDARY_ADAPTER: -+ rtw_hook_if2_ops(adapter->pnetdev); -+ break; -+ #ifdef CONFIG_MULTI_VIR_IFACES -+ case MAX_ADAPTER: -+ rtw_hook_vir_if_ops(adapter->pnetdev); -+ break; -+ #endif -+ } -+ #endif /* CONFIG_CONCURRENT_MODE */ -+ -+ status = rtw_os_ndev_register(adapter, name); -+ -+ if (status != _SUCCESS) { -+ rtw_warn_on(1); -+ break; -+ } -+ } -+ } -+ -+ if (status != _SUCCESS) { -+ for (; i >= 0; i--) { -+ adapter = dvobj->padapters[i]; -+ if (adapter) -+ rtw_os_ndev_unregister(adapter); -+ } -+ } -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ if (status != _SUCCESS) -+ rtw_cfg80211_dev_res_unregister(dvobj); -+#endif -+exit: -+ return status; -+} -+ -+void rtw_os_ndevs_unregister(struct dvobj_priv *dvobj) -+{ -+ int i; -+ _adapter *adapter = NULL; -+ -+ for (i = 0; i < dvobj->iface_nums; i++) { -+ adapter = dvobj->padapters[i]; -+ -+ if (adapter == NULL) -+ continue; -+ -+ rtw_os_ndev_unregister(adapter); -+ } -+ -+#if defined(CONFIG_IOCTL_CFG80211) -+ rtw_cfg80211_dev_res_unregister(dvobj); -+#endif -+} -+ -+/** -+ * rtw_os_ndevs_init - Allocate and register OS layer net devices and relating structures for @dvobj -+ * @dvobj: the dvobj on which this function applies -+ * -+ * Returns: -+ * _SUCCESS or _FAIL -+ */ -+int rtw_os_ndevs_init(struct dvobj_priv *dvobj) -+{ -+ int ret = _FAIL; -+ -+ if (rtw_os_ndevs_alloc(dvobj) != _SUCCESS) -+ goto exit; -+ -+ if (rtw_os_ndevs_register(dvobj) != _SUCCESS) -+ goto os_ndevs_free; -+ -+ ret = _SUCCESS; -+ -+os_ndevs_free: -+ if (ret != _SUCCESS) -+ rtw_os_ndevs_free(dvobj); -+exit: -+ return ret; -+} -+ -+/** -+ * rtw_os_ndevs_deinit - Unregister and free OS layer net devices and relating structures for @dvobj -+ * @dvobj: the dvobj on which this function applies -+ */ -+void rtw_os_ndevs_deinit(struct dvobj_priv *dvobj) -+{ -+ rtw_os_ndevs_unregister(dvobj); -+ rtw_os_ndevs_free(dvobj); -+} -+ -+#ifdef CONFIG_BR_EXT -+void netdev_br_init(struct net_device *netdev) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(netdev); -+ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+ rcu_read_lock(); -+#endif // (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+ -+ //if(check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_ADHOC_STATE) == _TRUE) -+ { -+ //struct net_bridge *br = netdev->br_port->br;//->dev->dev_addr; -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ if (netdev->br_port) -+#else // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ if (rcu_dereference(adapter->pnetdev->rx_handler_data)) -+#endif // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ { -+ struct net_device *br_netdev; -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) -+ br_netdev = dev_get_by_name(CONFIG_BR_EXT_BRNAME); -+#else // (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) -+ struct net *devnet = NULL; -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)) -+ devnet = netdev->nd_net; -+#else // (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)) -+ devnet = dev_net(netdev); -+#endif // (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)) -+ -+ br_netdev = dev_get_by_name(devnet, CONFIG_BR_EXT_BRNAME); -+#endif // (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) -+ -+ if (br_netdev) { -+ memcpy(adapter->br_mac, br_netdev->dev_addr, ETH_ALEN); -+ dev_put(br_netdev); -+ } else -+ printk("%s()-%d: dev_get_by_name(%s) failed!", __FUNCTION__, __LINE__, CONFIG_BR_EXT_BRNAME); -+ } -+ -+ adapter->ethBrExtInfo.addPPPoETag = 1; -+ } -+ -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+ rcu_read_unlock(); -+#endif // (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)) -+} -+#endif //CONFIG_BR_EXT -+ -+int _netdev_open(struct net_device *pnetdev) -+{ -+ uint status; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("+871x_drv - dev_open\n")); -+ DBG_871X("+871x_drv - drv_open, bup=%d\n", padapter->bup); -+ -+ padapter->netif_up = _TRUE; -+ -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+ rtw_sdio_set_power(1); -+#endif //CONFIG_PLATFORM_INTEL_BYT -+ -+ if(pwrctrlpriv->ps_flag == _TRUE){ -+ padapter->net_closed = _FALSE; -+ goto netdev_open_normal_process; -+ } -+ -+ if(padapter->bup == _FALSE) -+ { -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+ rtw_macaddr_cfg(adapter_mac_addr(padapter), get_hal_mac_addr(padapter)); -+ rtw_init_wifidirect_addrs(padapter, adapter_mac_addr(padapter), adapter_mac_addr(padapter)); -+ _rtw_memcpy(pnetdev->dev_addr, adapter_mac_addr(padapter), ETH_ALEN); -+#endif //CONFIG_PLATFORM_INTEL_BYT -+ -+ rtw_clr_surprise_removed(padapter); -+ rtw_clr_drv_stopped(padapter); -+ -+ status = rtw_hal_init(padapter); -+ if (status ==_FAIL) -+ { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("rtl871x_hal_init(): Can't init h/w!\n")); -+ goto netdev_open_error; -+ } -+ -+ DBG_871X("MAC Address = "MAC_FMT"\n", MAC_ARG(pnetdev->dev_addr)); -+ -+ status=rtw_start_drv_threads(padapter); -+ if(status ==_FAIL) -+ { -+ DBG_871X("Initialize driver software resource Failed!\n"); -+ goto netdev_open_error; -+ } -+ -+#ifdef CONFIG_DRVEXT_MODULE -+ init_drvext(padapter); -+#endif -+ -+ if (padapter->intf_start) -+ { -+ padapter->intf_start(padapter); -+ } -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_init_wiphy(padapter); -+#endif -+ -+ rtw_led_control(padapter, LED_CTL_NO_LINK); -+ -+ padapter->bup = _TRUE; -+ pwrctrlpriv->bips_processing = _FALSE; -+ -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_IpsNotify(padapter, IPS_NONE); -+#endif // CONFIG_BT_COEXIST -+#endif //CONFIG_PLATFORM_INTEL_BYT -+ } -+ padapter->net_closed = _FALSE; -+ -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+ -+#ifndef CONFIG_IPS_CHECK_IN_WD -+ rtw_set_pwr_state_check_timer(pwrctrlpriv); -+#endif -+ -+ //netif_carrier_on(pnetdev);//call this func when rtw_joinbss_event_callback return success -+ rtw_netif_wake_queue(pnetdev); -+ -+#ifdef CONFIG_BR_EXT -+ netdev_br_init(pnetdev); -+#endif // CONFIG_BR_EXT -+ -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ if(is_primary_adapter(padapter) && _TRUE == pHalData->EEPROMBluetoothCoexist) -+ { -+ rtw_btcoex_init_socket(padapter); -+ padapter->coex_info.BtMgnt.ExtConfig.HCIExtensionVer = 0x04; -+ rtw_btcoex_SetHciVersion(padapter,0x04); -+ } -+ else -+ DBG_871X("CONFIG_BT_COEXIST: SECONDARY_ADAPTER\n"); -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+ -+netdev_open_normal_process: -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ { -+ _adapter *sec_adapter = padapter->pbuddy_adapter; -+ if(sec_adapter && (sec_adapter->bup == _FALSE)) -+ _netdev_if2_open(sec_adapter->pnetdev); -+ } -+ #endif -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("-871x_drv - dev_open\n")); -+ DBG_871X("-871x_drv - drv_open, bup=%d\n", padapter->bup); -+ -+ return 0; -+ -+netdev_open_error: -+ -+ padapter->bup = _FALSE; -+ -+ netif_carrier_off(pnetdev); -+ rtw_netif_stop_queue(pnetdev); -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("-871x_drv - dev_open, fail!\n")); -+ DBG_871X("-871x_drv - drv_open fail, bup=%d\n", padapter->bup); -+ -+ return (-1); -+ -+} -+ -+int netdev_open(struct net_device *pnetdev) -+{ -+ int ret; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct pwrctrl_priv *pwrctrlpriv = adapter_to_pwrctl(padapter); -+ -+ if (pwrctrlpriv->bInSuspend == _TRUE) -+ { -+ DBG_871X("+871x_drv - drv_open, bInSuspend=%d\n", pwrctrlpriv->bInSuspend); -+ return 0; -+ } -+ -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ ret = _netdev_open(pnetdev); -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ -+ return ret; -+} -+ -+#ifdef CONFIG_IPS -+int ips_netdrv_open(_adapter *padapter) -+{ -+ int status = _SUCCESS; -+ //struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ -+ padapter->net_closed = _FALSE; -+ -+ DBG_871X("===> %s.........\n",__FUNCTION__); -+ -+ -+ rtw_clr_drv_stopped(padapter); -+ //padapter->bup = _TRUE; -+ -+ status = rtw_hal_init(padapter); -+ if (status ==_FAIL) -+ { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("ips_netdrv_open(): Can't init h/w!\n")); -+ goto netdev_open_error; -+ } -+ -+ if (padapter->intf_start) -+ { -+ padapter->intf_start(padapter); -+ } -+ -+#ifndef CONFIG_IPS_CHECK_IN_WD -+ rtw_set_pwr_state_check_timer(adapter_to_pwrctl(padapter)); -+#endif -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer,2000); -+ -+ return _SUCCESS; -+ -+netdev_open_error: -+ //padapter->bup = _FALSE; -+ DBG_871X("-ips_netdrv_open - drv_open failure, bup=%d\n", padapter->bup); -+ -+ return _FAIL; -+} -+ -+ -+int rtw_ips_pwr_up(_adapter *padapter) -+{ -+ int result; -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+#ifdef DBG_CONFIG_ERROR_DETECT -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+#endif//#ifdef DBG_CONFIG_ERROR_DETECT -+ u32 start_time = rtw_get_current_time(); -+ DBG_871X("===> rtw_ips_pwr_up..............\n"); -+ -+#if defined(CONFIG_SWLPS_IN_IPS) || defined(CONFIG_FWLPS_IN_IPS) -+#ifdef DBG_CONFIG_ERROR_DETECT -+ if (psrtpriv->silent_reset_inprogress == _TRUE) -+#endif//#ifdef DBG_CONFIG_ERROR_DETECT -+#endif //defined(CONFIG_SWLPS_IN_IPS) || defined(CONFIG_FWLPS_IN_IPS) -+ rtw_reset_drv_sw(padapter); -+ -+ result = ips_netdrv_open(padapter); -+ -+ rtw_led_control(padapter, LED_CTL_NO_LINK); -+ -+ DBG_871X("<=== rtw_ips_pwr_up.............. in %dms\n", rtw_get_passing_time_ms(start_time)); -+ return result; -+ -+} -+ -+void rtw_ips_pwr_down(_adapter *padapter) -+{ -+ u32 start_time = rtw_get_current_time(); -+ DBG_871X("===> rtw_ips_pwr_down...................\n"); -+ -+ padapter->net_closed = _TRUE; -+ -+ rtw_ips_dev_unload(padapter); -+ DBG_871X("<=== rtw_ips_pwr_down..................... in %dms\n", rtw_get_passing_time_ms(start_time)); -+} -+#endif -+void rtw_ips_dev_unload(_adapter *padapter) -+{ -+ struct net_device *pnetdev= (struct net_device*)padapter->pnetdev; -+ struct xmit_priv *pxmitpriv = &(padapter->xmitpriv); -+ PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter); -+#ifdef DBG_CONFIG_ERROR_DETECT -+ struct sreset_priv *psrtpriv = &pHalData->srestpriv; -+#endif//#ifdef DBG_CONFIG_ERROR_DETECT -+ DBG_871X("====> %s...\n",__FUNCTION__); -+ -+ -+#if defined(CONFIG_SWLPS_IN_IPS) || defined(CONFIG_FWLPS_IN_IPS) -+#ifdef DBG_CONFIG_ERROR_DETECT -+ if (psrtpriv->silent_reset_inprogress == _TRUE) -+#endif //#ifdef DBG_CONFIG_ERROR_DETECT -+#endif //defined(CONFIG_SWLPS_IN_IPS) || defined(CONFIG_FWLPS_IN_IPS) -+ { -+ rtw_hal_set_hwreg(padapter, HW_VAR_FIFO_CLEARN_UP, 0); -+ -+ if (padapter->intf_stop) -+ { -+ padapter->intf_stop(padapter); -+ } -+ } -+ -+ if (!rtw_is_surprise_removed(padapter)) -+ rtw_hal_deinit(padapter); -+ -+} -+ -+ -+int pm_netdev_open(struct net_device *pnetdev,u8 bnormal) -+{ -+ int status = 0; -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ -+ if (_TRUE == bnormal) -+ { -+ _enter_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ status = _netdev_open(pnetdev); -+ _exit_critical_mutex(&(adapter_to_dvobj(padapter)->hw_init_mutex), NULL); -+ } -+#ifdef CONFIG_IPS -+ else -+ status = (_SUCCESS == ips_netdrv_open(padapter))?(0):(-1); -+#endif -+ -+ return status; -+} -+ -+static int netdev_close(struct net_device *pnetdev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("+871x_drv - drv_close\n")); -+ -+#ifndef CONFIG_PLATFORM_INTEL_BYT -+ if(pwrctl->bInternalAutoSuspend == _TRUE) -+ { -+ //rtw_pwr_wakeup(padapter); -+ if(pwrctl->rf_pwrstate == rf_off) -+ pwrctl->ps_flag = _TRUE; -+ } -+ padapter->net_closed = _TRUE; -+ padapter->netif_up = _FALSE; -+ pmlmepriv->LinkDetectInfo.bBusyTraffic = _FALSE; -+ -+/* if (!rtw_is_hw_init_completed(padapter)) { -+ DBG_871X("(1)871x_drv - drv_close, bup=%d, hw_init_completed=%s\n", padapter->bup, rtw_is_hw_init_completed(padapter)?"_TRUE":"_FALSE"); -+ -+ rtw_set_drv_stopped(padapter); -+ -+ rtw_dev_unload(padapter); -+ } -+ else*/ -+ if(pwrctl->rf_pwrstate == rf_on){ -+ DBG_871X("(2)871x_drv - drv_close, bup=%d, hw_init_completed=%s\n", padapter->bup, rtw_is_hw_init_completed(padapter)?"_TRUE":"_FALSE"); -+ -+ //s1. -+ if(pnetdev) -+ { -+ rtw_netif_stop_queue(pnetdev); -+ } -+ -+#ifndef CONFIG_ANDROID -+ //s2. -+ LeaveAllPowerSaveMode(padapter); -+ rtw_disassoc_cmd(padapter, 500, _FALSE); -+ //s2-2. indicate disconnect to os -+ rtw_indicate_disconnect(padapter); -+ //s2-3. -+ rtw_free_assoc_resources(padapter, 1); -+ //s2-4. -+ rtw_free_network_queue(padapter,_TRUE); -+#endif -+ // Close LED -+ rtw_led_control(padapter, LED_CTL_POWER_OFF); -+ } -+ -+#ifdef CONFIG_BR_EXT -+ //if (OPMODE & (WIFI_STATION_STATE | WIFI_ADHOC_STATE)) -+ { -+ //void nat25_db_cleanup(_adapter *priv); -+ nat25_db_cleanup(padapter); -+ } -+#endif // CONFIG_BR_EXT -+ -+#ifdef CONFIG_P2P -+ if (!rtw_p2p_chk_role(&padapter->wdinfo, P2P_ROLE_DISABLE)) -+ rtw_p2p_enable(padapter, P2P_ROLE_DISABLE); -+#endif //CONFIG_P2P -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ rtw_scan_abort(padapter); -+ rtw_cfg80211_wait_scan_req_empty(padapter, 200); -+ adapter_wdev_data(padapter)->bandroid_scan = _FALSE; -+ //padapter->rtw_wdev->iftype = NL80211_IFTYPE_MONITOR; //set this at the end -+#endif //CONFIG_IOCTL_CFG80211 -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ rtw_wapi_disable_tx(padapter); -+#endif -+#ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ if(is_primary_adapter(padapter) && _TRUE == pHalData->EEPROMBluetoothCoexist) -+ rtw_btcoex_close_socket(padapter); -+ else -+ DBG_871X("CONFIG_BT_COEXIST: SECONDARY_ADAPTER\n"); -+#endif //CONFIG_BT_COEXIST_SOCKET_TRX -+#else //!CONFIG_PLATFORM_INTEL_BYT -+ -+ if (pwrctl->bInSuspend == _TRUE) -+ { -+ DBG_871X("+871x_drv - drv_close, bInSuspend=%d\n", pwrctl->bInSuspend); -+ return 0; -+ } -+ -+ rtw_scan_abort(padapter); // stop scanning process before wifi is going to down -+ #ifdef CONFIG_IOCTL_CFG80211 -+ rtw_cfg80211_wait_scan_req_empty(padapter, 200); -+ #endif -+ -+ DBG_871X("netdev_close, bips_processing=%d\n", pwrctl->bips_processing); -+ while (pwrctl->bips_processing == _TRUE) // waiting for ips_processing done before call rtw_dev_unload() -+ rtw_msleep_os(1); -+ -+ rtw_dev_unload(padapter); -+ rtw_sdio_set_power(0); -+ -+#endif //!CONFIG_PLATFORM_INTEL_BYT -+ -+ RT_TRACE(_module_os_intfs_c_,_drv_info_,("-871x_drv - drv_close\n")); -+ DBG_871X("-871x_drv - drv_close, bup=%d\n", padapter->bup); -+ -+ return 0; -+ -+} -+ -+int pm_netdev_close(struct net_device *pnetdev,u8 bnormal) -+{ -+ int status = 0; -+ -+ status = netdev_close(pnetdev); -+ -+ return status; -+} -+ -+void rtw_ndev_destructor(struct net_device *ndev) -+{ -+ DBG_871X(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev)); -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if (ndev->ieee80211_ptr) -+ rtw_mfree((u8 *)ndev->ieee80211_ptr, sizeof(struct wireless_dev)); -+#endif -+ free_netdev(ndev); -+} -+ -+#ifdef CONFIG_ARP_KEEP_ALIVE -+struct route_info { -+ struct in_addr dst_addr; -+ struct in_addr src_addr; -+ struct in_addr gateway; -+ unsigned int dev_index; -+}; -+ -+static void parse_routes(struct nlmsghdr *nl_hdr, struct route_info *rt_info) -+{ -+ struct rtmsg *rt_msg; -+ struct rtattr *rt_attr; -+ int rt_len; -+ -+ rt_msg = (struct rtmsg *) NLMSG_DATA(nl_hdr); -+ if ((rt_msg->rtm_family != AF_INET) || (rt_msg->rtm_table != RT_TABLE_MAIN)) -+ return; -+ -+ rt_attr = (struct rtattr *) RTM_RTA(rt_msg); -+ rt_len = RTM_PAYLOAD(nl_hdr); -+ -+ for (; RTA_OK(rt_attr, rt_len); rt_attr = RTA_NEXT(rt_attr, rt_len)) -+ { -+ switch (rt_attr->rta_type) { -+ case RTA_OIF: -+ rt_info->dev_index = *(int *) RTA_DATA(rt_attr); -+ break; -+ case RTA_GATEWAY: -+ rt_info->gateway.s_addr = *(u_int *) RTA_DATA(rt_attr); -+ break; -+ case RTA_PREFSRC: -+ rt_info->src_addr.s_addr = *(u_int *) RTA_DATA(rt_attr); -+ break; -+ case RTA_DST: -+ rt_info->dst_addr.s_addr = *(u_int *) RTA_DATA(rt_attr); -+ break; -+ } -+ } -+} -+ -+static int route_dump(u32 *gw_addr ,int* gw_index) -+{ -+ int err = 0; -+ struct socket *sock; -+ struct { -+ struct nlmsghdr nlh; -+ struct rtgenmsg g; -+ } req; -+ struct msghdr msg; -+ struct iovec iov; -+ struct sockaddr_nl nladdr; -+ mm_segment_t oldfs; -+ char *pg; -+ int size = 0; -+ -+ err = sock_create(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE, &sock); -+ if (err) -+ { -+ printk( ": Could not create a datagram socket, error = %d\n", -ENXIO); -+ return err; -+ } -+ -+ memset(&nladdr, 0, sizeof(nladdr)); -+ nladdr.nl_family = AF_NETLINK; -+ -+ req.nlh.nlmsg_len = sizeof(req); -+ req.nlh.nlmsg_type = RTM_GETROUTE; -+ req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST; -+ req.nlh.nlmsg_pid = 0; -+ req.g.rtgen_family = AF_INET; -+ -+ iov.iov_base = &req; -+ iov.iov_len = sizeof(req); -+ -+ msg.msg_name = &nladdr; -+ msg.msg_namelen = sizeof(nladdr); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)) -+ /* referece:sock_xmit in kernel code -+ * WRITE for sock_sendmsg, READ for sock_recvmsg -+ * third parameter for msg_iovlen -+ * last parameter for iov_len -+ */ -+ iov_iter_init(&msg.msg_iter, WRITE, &iov, 1, sizeof(req)); -+#else -+ msg.msg_iov = &iov; -+ msg.msg_iovlen = 1; -+#endif -+ msg.msg_control = NULL; -+ msg.msg_controllen = 0; -+ msg.msg_flags = MSG_DONTWAIT; -+ -+ oldfs = get_fs(); set_fs(KERNEL_DS); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0)) -+ err = sock_sendmsg(sock, &msg); -+#else -+ err = sock_sendmsg(sock, &msg, sizeof(req)); -+#endif -+ set_fs(oldfs); -+ -+ if (err < 0) -+ goto out_sock; -+ -+ pg = (char *) __get_free_page(GFP_KERNEL); -+ if (pg == NULL) { -+ err = -ENOMEM; -+ goto out_sock; -+ } -+ -+#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) -+restart: -+#endif -+ -+ for (;;) -+ { -+ struct nlmsghdr *h; -+ -+ iov.iov_base = pg; -+ iov.iov_len = PAGE_SIZE; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)) -+ iov_iter_init(&msg.msg_iter, READ, &iov, 1, PAGE_SIZE); -+#endif -+ -+ oldfs = get_fs(); set_fs(KERNEL_DS); -+ err = sock_recvmsg(sock, &msg, PAGE_SIZE, MSG_DONTWAIT); -+ set_fs(oldfs); -+ -+ if (err < 0) -+ goto out_sock_pg; -+ -+ if (msg.msg_flags & MSG_TRUNC) { -+ err = -ENOBUFS; -+ goto out_sock_pg; -+ } -+ -+ h = (struct nlmsghdr*) pg; -+ -+ while (NLMSG_OK(h, err)) -+ { -+ struct route_info rt_info; -+ if (h->nlmsg_type == NLMSG_DONE) { -+ err = 0; -+ goto done; -+ } -+ -+ if (h->nlmsg_type == NLMSG_ERROR) { -+ struct nlmsgerr *errm = (struct nlmsgerr*) NLMSG_DATA(h); -+ err = errm->error; -+ printk( "NLMSG error: %d\n", errm->error); -+ goto done; -+ } -+ -+ if (h->nlmsg_type == RTM_GETROUTE) -+ { -+ printk( "RTM_GETROUTE: NLMSG: %d\n", h->nlmsg_type); -+ } -+ if (h->nlmsg_type != RTM_NEWROUTE) { -+ printk( "NLMSG: %d\n", h->nlmsg_type); -+ err = -EINVAL; -+ goto done; -+ } -+ -+ memset(&rt_info, 0, sizeof(struct route_info)); -+ parse_routes(h, &rt_info); -+ if(!rt_info.dst_addr.s_addr && rt_info.gateway.s_addr && rt_info.dev_index) -+ { -+ *gw_addr = rt_info.gateway.s_addr; -+ *gw_index = rt_info.dev_index; -+ -+ } -+ h = NLMSG_NEXT(h, err); -+ } -+ -+ if (err) -+ { -+ printk( "!!!Remnant of size %d %d %d\n", err, h->nlmsg_len, h->nlmsg_type); -+ err = -EINVAL; -+ break; -+ } -+ } -+ -+done: -+#if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) -+ if (!err && req.g.rtgen_family == AF_INET) { -+ req.g.rtgen_family = AF_INET6; -+ -+ iov.iov_base = &req; -+ iov.iov_len = sizeof(req); -+ -+ msg.msg_name = &nladdr; -+ msg.msg_namelen = sizeof(nladdr); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 19, 0)) -+ iov_iter_init(&msg.msg_iter, WRITE, &iov, 1, sizeof(req)); -+#else -+ msg.msg_iov = &iov; -+ msg.msg_iovlen = 1; -+#endif -+ msg.msg_control = NULL; -+ msg.msg_controllen = 0; -+ msg.msg_flags=MSG_DONTWAIT; -+ -+ oldfs = get_fs(); set_fs(KERNEL_DS); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0)) -+ err = sock_sendmsg(sock, &msg); -+#else -+ err = sock_sendmsg(sock, &msg, sizeof(req)); -+#endif -+ set_fs(oldfs); -+ -+ if (err > 0) -+ goto restart; -+ } -+#endif -+ -+out_sock_pg: -+ free_page((unsigned long) pg); -+ -+out_sock: -+ sock_release(sock); -+ return err; -+} -+ -+static int arp_query(unsigned char *haddr, u32 paddr, -+ struct net_device *dev) -+{ -+ struct neighbour *neighbor_entry; -+ int ret = 0; -+ -+ neighbor_entry = neigh_lookup(&arp_tbl, &paddr, dev); -+ -+ if (neighbor_entry != NULL) { -+ neighbor_entry->used = jiffies; -+ if (neighbor_entry->nud_state & NUD_VALID) { -+ _rtw_memcpy(haddr, neighbor_entry->ha, dev->addr_len); -+ ret = 1; -+ } -+ neigh_release(neighbor_entry); -+ } -+ return ret; -+} -+ -+static int get_defaultgw(u32 *ip_addr ,char mac[]) -+{ -+ int gw_index = 0; // oif device index -+ struct net_device *gw_dev = NULL; //oif device -+ -+ route_dump(ip_addr, &gw_index); -+ -+ if( !(*ip_addr) || !gw_index ) -+ { -+ //DBG_871X("No default GW \n"); -+ return -1; -+ } -+ -+ gw_dev = dev_get_by_index(&init_net, gw_index); -+ -+ if(gw_dev == NULL) -+ { -+ //DBG_871X("get Oif Device Fail \n"); -+ return -1; -+ } -+ -+ if(!arp_query(mac, *ip_addr, gw_dev)) -+ { -+ //DBG_871X( "arp query failed\n"); -+ dev_put(gw_dev); -+ return -1; -+ -+ } -+ dev_put(gw_dev); -+ -+ return 0; -+} -+ -+int rtw_gw_addr_query(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ u32 gw_addr = 0; // default gw address -+ unsigned char gw_mac[32] = {0}; // default gw mac -+ int i; -+ int res; -+ -+ res = get_defaultgw(&gw_addr, gw_mac); -+ if(!res) -+ { -+ pmlmepriv->gw_ip[0] = gw_addr&0xff; -+ pmlmepriv->gw_ip[1] = (gw_addr&0xff00)>>8; -+ pmlmepriv->gw_ip[2] = (gw_addr&0xff0000)>>16; -+ pmlmepriv->gw_ip[3] = (gw_addr&0xff000000)>>24; -+ _rtw_memcpy(pmlmepriv->gw_mac_addr, gw_mac, 6); -+ DBG_871X("%s Gateway Mac:\t" MAC_FMT "\n", __FUNCTION__, MAC_ARG(pmlmepriv->gw_mac_addr)); -+ DBG_871X("%s Gateway IP:\t" IP_FMT "\n", __FUNCTION__, IP_ARG(pmlmepriv->gw_ip)); -+ } -+ else -+ { -+ DBG_871X("Get Gateway IP/MAC fail!\n"); -+ } -+ -+ return res; -+} -+#endif -+ -+void rtw_dev_unload(PADAPTER padapter) -+{ -+ struct net_device *pnetdev = (struct net_device*)padapter->pnetdev; -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *pobjpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &pobjpriv->drv_dbg; -+ struct cmd_priv *pcmdpriv = &padapter->cmdpriv; -+ u8 cnt = 0; -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("+%s\n",__FUNCTION__)); -+ -+ if (padapter->bup == _TRUE) -+ { -+ DBG_871X("===> %s\n",__FUNCTION__); -+ -+ rtw_set_drv_stopped(padapter); -+ #ifdef CONFIG_XMIT_ACK -+ if (padapter->xmitpriv.ack_tx) -+ rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_DRV_STOP); -+ #endif -+ -+ if (padapter->intf_stop) -+ padapter->intf_stop(padapter); -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("@ rtw_dev_unload: stop intf complete!\n")); -+ -+ if (!pwrctl->bInternalAutoSuspend) -+ rtw_stop_drv_threads(padapter); -+ -+ while(ATOMIC_READ(&(pcmdpriv->cmdthd_running)) == _TRUE){ -+ if (cnt > 5) { -+ DBG_871X("stop cmdthd timeout\n"); -+ break; -+ } else { -+ cnt ++; -+ DBG_871X("cmdthd is running(%d)\n", cnt); -+ rtw_msleep_os(10); -+ } -+ } -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("@ %s: stop thread complete!\n",__FUNCTION__)); -+ -+ //check the status of IPS -+ if(rtw_hal_check_ips_status(padapter) == _TRUE || pwrctl->rf_pwrstate == rf_off) { //check HW status and SW state -+ DBG_871X_LEVEL(_drv_always_, "%s: driver in IPS-FWLPS\n", __func__); -+ pdbgpriv->dbg_dev_unload_inIPS_cnt++; -+ LeaveAllPowerSaveMode(padapter); -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "%s: driver not in IPS\n", __func__); -+ } -+ -+ if (!rtw_is_surprise_removed(padapter)) { -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_IpsNotify(padapter, pwrctl->ips_mode_req); -+#endif -+#ifdef CONFIG_WOWLAN -+ if (pwrctl->bSupportRemoteWakeup == _TRUE && -+ pwrctl->wowlan_mode ==_TRUE) { -+ DBG_871X_LEVEL(_drv_always_, "%s bSupportRemoteWakeup==_TRUE do not run rtw_hal_deinit()\n",__FUNCTION__); -+ } -+ else -+#endif -+ { -+ //amy modify 20120221 for power seq is different between driver open and ips -+ rtw_hal_deinit(padapter); -+ } -+ rtw_set_surprise_removed(padapter); -+ } -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("@ %s: deinit hal complelt!\n",__FUNCTION__)); -+ -+ padapter->bup = _FALSE; -+ -+ DBG_871X("<=== %s\n",__FUNCTION__); -+ } -+ else { -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("%s: bup==_FALSE\n",__FUNCTION__)); -+ DBG_871X("%s: bup==_FALSE\n",__FUNCTION__); -+ } -+ -+ /* cancel timer after thread stop */ -+ rtw_cancel_all_timer(padapter); -+ RT_TRACE(_module_hci_intfs_c_, _drv_notice_, ("-%s\n",__FUNCTION__)); -+} -+ -+int rtw_suspend_free_assoc_resource(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+#ifdef CONFIG_P2P -+ struct wifidirect_info* pwdinfo = &padapter->wdinfo; -+#endif // CONFIG_P2P -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) { -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED) -+#ifdef CONFIG_P2P -+ && rtw_p2p_chk_state(pwdinfo, P2P_STATE_NONE) -+#endif // CONFIG_P2P -+ ) -+ { -+ DBG_871X("%s %s(" MAC_FMT "), length:%d assoc_ssid.length:%d\n",__FUNCTION__, -+ pmlmepriv->cur_network.network.Ssid.Ssid, -+ MAC_ARG(pmlmepriv->cur_network.network.MacAddress), -+ pmlmepriv->cur_network.network.Ssid.SsidLength, -+ pmlmepriv->assoc_ssid.SsidLength); -+ rtw_set_to_roam(padapter, 1); -+ } -+ } -+ -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) && check_fwstate(pmlmepriv, _FW_LINKED)) -+ { -+ rtw_disassoc_cmd(padapter, 0, _FALSE); -+ //s2-2. indicate disconnect to os -+ rtw_indicate_disconnect(padapter); -+ } -+ #ifdef CONFIG_AP_MODE -+ else if(check_fwstate(pmlmepriv, WIFI_AP_STATE)) -+ { -+ rtw_sta_flush(padapter, _TRUE); -+ } -+ #endif -+ -+ //s2-3. -+ rtw_free_assoc_resources(padapter, 1); -+ -+ //s2-4. -+#ifdef CONFIG_AUTOSUSPEND -+ if(is_primary_adapter(padapter) && (!adapter_to_pwrctl(padapter)->bInternalAutoSuspend )) -+#endif -+ rtw_free_network_queue(padapter, _TRUE); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY)) { -+ DBG_871X_LEVEL(_drv_always_, "%s: fw_under_survey\n", __func__); -+ rtw_indicate_scan_done(padapter, 1); -+ clr_fwstate(pmlmepriv, _FW_UNDER_SURVEY); -+ } -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING) == _TRUE) -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: fw_under_linking\n", __FUNCTION__); -+ rtw_indicate_disconnect(padapter); -+ } -+ -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return _SUCCESS; -+} -+ -+#ifdef CONFIG_WOWLAN -+int rtw_suspend_wow(_adapter *padapter) -+{ -+ u8 ch, bw, offset; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+ #ifdef CONFIG_CONCURRENT_MODE -+ struct net_device *pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+ #endif -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct wowlan_ioctl_param poidparam; -+ u8 ps_mode; -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ -+ DBG_871X("wowlan_mode: %d\n", pwrpriv->wowlan_mode); -+ DBG_871X("wowlan_pno_enable: %d\n", pwrpriv->wowlan_pno_enable); -+#ifdef CONFIG_P2P_WOWLAN -+ DBG_871X("wowlan_p2p_enable: %d\n", pwrpriv->wowlan_p2p_enable); -+#endif -+ -+ if (pwrpriv->wowlan_mode == _TRUE) { -+ -+ if(pnetdev) -+ rtw_netif_stop_queue(pnetdev); -+ #ifdef CONFIG_CONCURRENT_MODE -+ if(pbuddy_netdev){ -+ netif_carrier_off(pbuddy_netdev); -+ rtw_netif_stop_queue(pbuddy_netdev); -+ } -+ #endif//CONFIG_CONCURRENT_MODE -+ // 0. Power off LED -+ rtw_led_control(padapter, LED_CTL_POWER_OFF); -+ // 1. stop thread -+ rtw_set_drv_stopped(padapter); /*for stop thread*/ -+ rtw_stop_drv_threads(padapter); -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) -+ rtw_stop_drv_threads(padapter->pbuddy_adapter); -+ #endif /*CONFIG_CONCURRENT_MODE*/ -+ rtw_clr_drv_stopped(padapter); /*for 32k command*/ -+ -+ //#ifdef CONFIG_LPS -+ //rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "WOWLAN"); -+ //#endif -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ // 2. disable interrupt -+ if (padapter->intf_stop) { -+ padapter->intf_stop(padapter); -+ } -+ -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { //free buddy adapter's resource -+ padapter->pbuddy_adapter->intf_stop(padapter->pbuddy_adapter); -+ } -+ #endif -+ -+ // 2.1 clean interupt -+ rtw_hal_clear_interrupt(padapter); -+#endif //CONFIG_SDIO_HCI -+ -+ // 2.2 free irq -+ //sdio_free_irq(adapter_to_dvobj(padapter)); -+ if(padapter->intf_free_irq) -+ padapter->intf_free_irq(adapter_to_dvobj(padapter)); -+ -+ #ifdef CONFIG_RUNTIME_PORT_SWITCH -+ if (rtw_port_switch_chk(padapter)) { -+ DBG_871X(" ### PORT SWITCH ### \n"); -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ } -+ #endif -+ -+ poidparam.subcode = WOWLAN_ENABLE; -+ rtw_hal_set_hwreg(padapter,HW_VAR_WOWLAN,(u8 *)&poidparam); -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) { -+ if(check_fwstate(pmlmepriv, WIFI_STATION_STATE) -+ && check_fwstate(pmlmepriv, _FW_LINKED)) -+ { -+ DBG_871X("%s %s(" MAC_FMT "), length:%d assoc_ssid.length:%d\n",__FUNCTION__, -+ pmlmepriv->cur_network.network.Ssid.Ssid, -+ MAC_ARG(pmlmepriv->cur_network.network.MacAddress), -+ pmlmepriv->cur_network.network.Ssid.SsidLength, -+ pmlmepriv->assoc_ssid.SsidLength); -+ -+ rtw_set_to_roam(padapter, 0); -+ } -+ } -+ -+ DBG_871X_LEVEL(_drv_always_, "%s: wowmode suspending\n", __func__); -+ -+ if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == _TRUE) -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: fw_under_survey\n", __func__); -+ rtw_indicate_scan_done(padapter, 1); -+ clr_fwstate(pmlmepriv, _FW_UNDER_SURVEY); -+ } -+ -+ if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ set_channel_bwmode(padapter, ch, offset, bw); -+ } -+ #ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)){ //free buddy adapter's resource -+ rtw_suspend_free_assoc_resource(padapter->pbuddy_adapter); -+ } -+ #endif -+ -+ if(pwrpriv->wowlan_pno_enable) { -+ DBG_871X_LEVEL(_drv_always_, "%s: pno: %d\n", __func__, -+ pwrpriv->wowlan_pno_enable); -+#ifdef CONFIG_FWLPS_IN_IPS -+ rtw_set_fw_in_ips_mode(padapter, _TRUE); -+#endif -+ } -+ #ifdef CONFIG_LPS -+ else -+ rtw_set_ps_mode(padapter, PS_MODE_MAX, 0, 0, "WOWLAN"); -+ #endif //#ifdef CONFIG_LPS -+ -+ } -+ else -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: ### ERROR ### wowlan_mode=%d\n", __FUNCTION__, pwrpriv->wowlan_mode); -+ } -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+#endif //#ifdef CONFIG_WOWLAN -+ -+#ifdef CONFIG_AP_WOWLAN -+int rtw_suspend_ap_wow(_adapter *padapter) -+{ -+ u8 ch, bw, offset; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+ #ifdef CONFIG_CONCURRENT_MODE -+ struct net_device *pbuddy_netdev; -+ #endif -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct wowlan_ioctl_param poidparam; -+ u8 ps_mode; -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ pwrpriv->wowlan_ap_mode = _TRUE; -+ -+ DBG_871X("wowlan_ap_mode: %d\n", pwrpriv->wowlan_ap_mode); -+ -+ if(pnetdev) -+ rtw_netif_stop_queue(pnetdev); -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { -+ pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+ if (pbuddy_netdev) -+ rtw_netif_stop_queue(pbuddy_netdev); -+ } -+ #endif//CONFIG_CONCURRENT_MODE -+ // 0. Power off LED -+ rtw_led_control(padapter, LED_CTL_POWER_OFF); -+ // 1. stop thread -+ rtw_set_drv_stopped(padapter); /*for stop thread*/ -+ rtw_stop_drv_threads(padapter); -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) -+ rtw_stop_drv_threads(padapter->pbuddy_adapter); -+ #endif /* CONFIG_CONCURRENT_MODE */ -+ rtw_clr_drv_stopped(padapter); /*for 32k command*/ -+ -+#ifdef CONFIG_SDIO_HCI -+ // 2. disable interrupt -+ rtw_hal_disable_interrupt(padapter); // It need wait for leaving 32K. -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { //free buddy adapter's resource -+ padapter->pbuddy_adapter->intf_stop(padapter->pbuddy_adapter); -+ } -+ #endif -+ -+ // 2.1 clean interupt -+ rtw_hal_clear_interrupt(padapter); -+#endif //CONFIG_SDIO_HCI -+ -+ // 2.2 free irq -+ if(padapter->intf_free_irq) -+ padapter->intf_free_irq(adapter_to_dvobj(padapter)); -+ -+ #ifdef CONFIG_RUNTIME_PORT_SWITCH -+ if (rtw_port_switch_chk(padapter)) { -+ DBG_871X(" ### PORT SWITCH ### \n"); -+ rtw_hal_set_hwreg(padapter, HW_VAR_PORT_SWITCH, NULL); -+ } -+ #endif -+ -+ poidparam.subcode = WOWLAN_AP_ENABLE; -+ rtw_hal_set_hwreg(padapter, HW_VAR_WOWLAN, (u8 *)&poidparam); -+ -+ DBG_871X_LEVEL(_drv_always_, "%s: wowmode suspending\n", __func__); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (check_buddy_fwstate(padapter, WIFI_AP_STATE) == _TRUE) { -+ if (rtw_get_ch_setting_union(padapter->pbuddy_adapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter->pbuddy_adapter), ch, bw, offset); -+ set_channel_bwmode(padapter->pbuddy_adapter, ch, offset, bw); -+ } -+ rtw_suspend_free_assoc_resource(padapter); -+ } else { -+ if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ set_channel_bwmode(padapter, ch, offset, bw); -+ } -+ rtw_suspend_free_assoc_resource(padapter->pbuddy_adapter); -+ } -+#else -+ if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ set_channel_bwmode(padapter, ch, offset, bw); -+ } -+#endif -+ -+#ifdef CONFIG_LPS -+ rtw_set_ps_mode(padapter, PS_MODE_MIN, 0, 0, "AP-WOWLAN"); -+#endif -+ -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+#endif //#ifdef CONFIG_AP_WOWLAN -+ -+ -+int rtw_suspend_normal(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+ #ifdef CONFIG_CONCURRENT_MODE -+ struct net_device *pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+ #endif -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ int ret = _SUCCESS; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ if(pnetdev){ -+ netif_carrier_off(pnetdev); -+ rtw_netif_stop_queue(pnetdev); -+ } -+#ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)){ -+ pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+ netif_carrier_off(pbuddy_netdev); -+ rtw_netif_stop_queue(pbuddy_netdev); -+ } -+#endif -+ -+ rtw_suspend_free_assoc_resource(padapter); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)){ -+ rtw_suspend_free_assoc_resource(padapter->pbuddy_adapter); -+ } -+#endif -+ rtw_led_control(padapter, LED_CTL_POWER_OFF); -+ -+ if ((rtw_hal_check_ips_status(padapter) == _TRUE) -+ || (adapter_to_pwrctl(padapter)->rf_pwrstate == rf_off)) -+ { -+ DBG_871X_LEVEL(_drv_always_, "%s: ### ERROR #### driver in IPS ####ERROR###!!!\n", __FUNCTION__); -+ -+ } -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)){ -+ rtw_dev_unload(padapter->pbuddy_adapter); -+ } -+#endif -+ rtw_dev_unload(padapter); -+ -+ //sdio_deinit(adapter_to_dvobj(padapter)); -+ if(padapter->intf_deinit) -+ padapter->intf_deinit(adapter_to_dvobj(padapter)); -+ -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ return ret; -+} -+ -+int rtw_suspend_common(_adapter *padapter) -+{ -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(psdpriv); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ int ret = 0; -+ u32 start_time = rtw_get_current_time(); -+ -+ DBG_871X_LEVEL(_drv_always_, " suspend start\n"); -+ DBG_871X("==> %s (%s:%d)\n",__FUNCTION__, current->comm, current->pid); -+ -+ pdbgpriv->dbg_suspend_cnt++; -+ -+ pwrpriv->bInSuspend = _TRUE; -+ -+ while (pwrpriv->bips_processing == _TRUE) -+ rtw_msleep_os(1); -+ -+#ifdef CONFIG_IOL_READ_EFUSE_MAP -+ if(!padapter->bup){ -+ u8 bMacPwrCtrlOn = _FALSE; -+ rtw_hal_get_hwreg(padapter, HW_VAR_APFM_ON_MAC, &bMacPwrCtrlOn); -+ if(bMacPwrCtrlOn) -+ rtw_hal_power_off(padapter); -+ } -+#endif -+ -+ if ((!padapter->bup) || RTW_CANNOT_RUN(padapter)) { -+ DBG_871X("%s bup=%d bDriverStopped=%s bSurpriseRemoved = %s\n", __func__ -+ , padapter->bup -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ pdbgpriv->dbg_suspend_error_cnt++; -+ goto exit; -+ } -+ rtw_ps_deny(padapter, PS_DENY_SUSPEND); -+ -+ rtw_cancel_all_timer(padapter); -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter){ -+ rtw_cancel_all_timer(padapter->pbuddy_adapter); -+ } -+#endif // CONFIG_CONCURRENT_MODE -+ -+ LeaveAllPowerSaveModeDirect(padapter); -+ -+ rtw_stop_cmd_thread(padapter); -+ -+#ifdef CONFIG_BT_COEXIST -+ // wait for the latest FW to remove this condition. -+ if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) { -+ rtw_btcoex_SuspendNotify(padapter, 0); -+ DBG_871X("WIFI_AP_STATE\n"); -+#ifdef CONFIG_CONCURRENT_MODE -+ } else if (check_buddy_fwstate(padapter, WIFI_AP_STATE)) { -+ rtw_btcoex_SuspendNotify(padapter, 0); -+ DBG_871X("P2P_ROLE_GO\n"); -+#endif //CONFIG_CONCURRENT_MODE -+ } else if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) == _TRUE) { -+ rtw_btcoex_SuspendNotify(padapter, 1); -+ DBG_871X("STATION\n"); -+ } -+#endif // CONFIG_BT_COEXIST -+ -+ rtw_ps_deny_cancel(padapter, PS_DENY_SUSPEND); -+ -+ if (check_fwstate(pmlmepriv,WIFI_STATION_STATE) == _TRUE -+#ifdef CONFIG_CONCURRENT_MODE -+ && check_buddy_fwstate(padapter, WIFI_AP_STATE) == _FALSE -+#endif -+ ) { -+ #ifdef CONFIG_WOWLAN -+ if (check_fwstate(pmlmepriv, _FW_LINKED)) { -+ pwrpriv->wowlan_mode = _TRUE; -+ } else if (pwrpriv->wowlan_pno_enable == _TRUE) { -+ pwrpriv->wowlan_mode |= pwrpriv->wowlan_pno_enable; -+ } -+ -+ #ifdef CONFIG_P2P_WOWLAN -+ if(!rtw_p2p_chk_state(&padapter->wdinfo, P2P_STATE_NONE) || P2P_ROLE_DISABLE != padapter->wdinfo.role) -+ { -+ pwrpriv->wowlan_p2p_mode = _TRUE; -+ } -+ if(_TRUE == pwrpriv->wowlan_p2p_mode) -+ pwrpriv->wowlan_mode |= pwrpriv->wowlan_p2p_mode; -+ #endif //CONFIG_P2P_WOWLAN -+ -+ if (pwrpriv->wowlan_mode == _TRUE) -+ rtw_suspend_wow(padapter); -+ else -+ rtw_suspend_normal(padapter); -+ -+ #else //CONFIG_WOWLAN -+ rtw_suspend_normal(padapter); -+ #endif //CONFIG_WOWLAN -+ } else if (check_fwstate(pmlmepriv,WIFI_AP_STATE) == _TRUE -+#ifdef CONFIG_CONCURRENT_MODE -+ && check_buddy_fwstate(padapter, WIFI_AP_STATE) == _FALSE -+#endif -+ ) { -+ #ifdef CONFIG_AP_WOWLAN -+ rtw_suspend_ap_wow(padapter); -+ #else -+ rtw_suspend_normal(padapter); -+ #endif //CONFIG_AP_WOWLAN -+#ifdef CONFIG_CONCURRENT_MODE -+ } else if (check_fwstate(pmlmepriv,WIFI_STATION_STATE) == _TRUE -+ && check_buddy_fwstate(padapter, WIFI_AP_STATE) == _TRUE) { -+ #ifdef CONFIG_AP_WOWLAN -+ rtw_suspend_ap_wow(padapter); -+ #else -+ rtw_suspend_normal(padapter); -+ #endif //CONFIG_AP_WOWLAN -+#endif -+ } else { -+ rtw_suspend_normal(padapter); -+ } -+ -+ -+ DBG_871X_LEVEL(_drv_always_, "rtw suspend success in %d ms\n", -+ rtw_get_passing_time_ms(start_time)); -+ -+exit: -+ DBG_871X("<=== %s return %d.............. in %dms\n", __FUNCTION__ -+ , ret, rtw_get_passing_time_ms(start_time)); -+ -+ return ret; -+} -+ -+#ifdef CONFIG_WOWLAN -+int rtw_resume_process_wow(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct net_device *pnetdev = padapter->pnetdev; -+ #ifdef CONFIG_CONCURRENT_MODE -+ struct net_device *pbuddy_netdev; -+ #endif -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct wowlan_ioctl_param poidparam; -+ struct sta_info *psta = NULL; -+ int ret = _SUCCESS; -+_func_enter_; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (padapter) { -+ pnetdev = padapter->pnetdev; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ } else { -+ pdbgpriv->dbg_resume_error_cnt++; -+ ret = -1; -+ goto exit; -+ } -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_871X("%s pdapter %p bDriverStopped %s bSurpriseRemoved %s\n" -+ , __func__, padapter -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ goto exit; -+ } -+ -+#ifdef CONFIG_PNO_SUPPORT -+ pwrpriv->pno_in_resume = _TRUE; -+#ifdef CONFIG_FWLPS_IN_IPS -+ if(pwrpriv->wowlan_pno_enable) -+ rtw_set_fw_in_ips_mode(padapter, _FALSE); -+#endif //CONFIG_FWLPS_IN_IPS -+#endif//CONFIG_PNO_SUPPORT -+ -+ if (pwrpriv->wowlan_mode == _TRUE){ -+#ifdef CONFIG_LPS -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "WOWLAN"); -+#endif //CONFIG_LPS -+ -+ pwrpriv->bFwCurrentInPSMode = _FALSE; -+ -+#ifdef CONFIG_SDIO_HCI -+ if (padapter->intf_stop) { -+ padapter->intf_stop(padapter); -+ } -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { //free buddy adapter's resource -+ padapter->pbuddy_adapter->intf_stop(padapter->pbuddy_adapter); -+ } -+ #endif -+ -+ rtw_hal_clear_interrupt(padapter); -+#endif //CONFIG_SDIO_HCI -+ -+ //if (sdio_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS) { -+ if((padapter->intf_alloc_irq) && (padapter->intf_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS)){ -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: sdio_alloc_irq Failed!!\n", __FUNCTION__)); -+ goto exit; -+ } -+ -+ //Disable WOW, set H2C command -+ poidparam.subcode=WOWLAN_DISABLE; -+ rtw_hal_set_hwreg(padapter,HW_VAR_WOWLAN,(u8 *)&poidparam); -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ rtw_reset_drv_sw(padapter->pbuddy_adapter); -+ #endif -+ -+ psta = rtw_get_stainfo(&padapter->stapriv, get_bssid(&padapter->mlmepriv)); -+ if (psta) { -+ set_sta_rate(padapter, psta); -+ } -+ -+ -+ rtw_clr_drv_stopped(padapter); -+ DBG_871X("%s: wowmode resuming, DriverStopped:%s\n", __func__, rtw_is_drv_stopped(padapter)?"True":"False"); -+ rtw_start_drv_threads(padapter); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (padapter->pbuddy_adapter) -+ rtw_start_drv_threads(padapter->pbuddy_adapter); -+#endif /* CONFIG_CONCURRENT_MODE*/ -+ -+ if (padapter->intf_start) { -+ padapter->intf_start(padapter); -+ } -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { //free buddy adapter's resource -+ padapter->pbuddy_adapter->intf_start(padapter->pbuddy_adapter); -+ } -+ -+ if (rtw_buddy_adapter_up(padapter)) { -+ pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+ -+ if(pbuddy_netdev){ -+ netif_device_attach(pbuddy_netdev); -+ netif_carrier_on(pbuddy_netdev); -+ } -+ } -+ #endif -+ -+ // start netif queue -+ if (pnetdev) { -+ rtw_netif_wake_queue(pnetdev); -+ } -+ } -+ else{ -+ -+ DBG_871X_LEVEL(_drv_always_, "%s: ### ERROR ### wowlan_mode=%d\n", __FUNCTION__, pwrpriv->wowlan_mode); -+ } -+ -+ if( padapter->pid[1]!=0) { -+ DBG_871X("pid[1]:%d\n",padapter->pid[1]); -+ rtw_signal_process(padapter->pid[1], SIGUSR2); -+ } -+ -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) { -+ if (pwrpriv->wowlan_wake_reason == FWDecisionDisconnect || -+ pwrpriv->wowlan_wake_reason == Rx_DisAssoc || -+ pwrpriv->wowlan_wake_reason == Rx_DeAuth) { -+ -+ DBG_871X("%s: disconnect reason: %02x\n", __func__, -+ pwrpriv->wowlan_wake_reason); -+ rtw_indicate_disconnect(padapter); -+ -+ rtw_sta_media_status_rpt(padapter, -+ rtw_get_stainfo(&padapter->stapriv, -+ get_bssid(&padapter->mlmepriv)), 0); -+ -+ rtw_free_assoc_resources(padapter, 1); -+ pmlmeinfo->state = WIFI_FW_NULL_STATE; -+ -+ } else { -+ DBG_871X("%s: do roaming\n", __func__); -+ rtw_roaming(padapter, NULL); -+ } -+ } -+ -+ if (pwrpriv->wowlan_wake_reason == FWDecisionDisconnect) { -+ rtw_lock_ext_suspend_timeout(2000); -+ } -+ -+ if (pwrpriv->wowlan_wake_reason == Rx_GTK || -+ pwrpriv->wowlan_wake_reason == Rx_DisAssoc || -+ pwrpriv->wowlan_wake_reason == Rx_DeAuth) { -+ rtw_lock_ext_suspend_timeout(8000); -+ } -+ -+ if (pwrpriv->wowlan_wake_reason == RX_PNOWakeUp) { -+#ifdef CONFIG_IOCTL_CFG80211 -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0)) -+ u8 locally_generated = 1; -+ cfg80211_disconnected(padapter->pnetdev, 0, NULL, 0, locally_generated, GFP_ATOMIC); -+#else -+ cfg80211_disconnected(padapter->pnetdev, 0, NULL, 0, GFP_ATOMIC); -+#endif -+#endif -+ rtw_lock_ext_suspend_timeout(10000); -+ } -+ -+ if (pwrpriv->wowlan_mode == _TRUE) { -+ pwrpriv->bips_processing = _FALSE; -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+#ifndef CONFIG_IPS_CHECK_IN_WD -+ rtw_set_pwr_state_check_timer(pwrpriv); -+#endif -+ } else { -+ DBG_871X_LEVEL(_drv_always_, "do not reset timer\n"); -+ } -+ -+ pwrpriv->wowlan_mode =_FALSE; -+ -+ // Power On LED -+ rtw_hal_sw_led_init(padapter); -+ if(pwrpriv->wowlan_wake_reason == Rx_DisAssoc || -+ pwrpriv->wowlan_wake_reason == Rx_DeAuth || -+ pwrpriv->wowlan_wake_reason == FWDecisionDisconnect) -+ rtw_led_control(padapter, LED_CTL_NO_LINK); -+ else -+ rtw_led_control(padapter, LED_CTL_LINK); -+ -+ //clean driver side wake up reason. -+ pwrpriv->wowlan_wake_reason = 0; -+ -+exit: -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+_func_exit_; -+ return ret; -+} -+#endif //#ifdef CONFIG_WOWLAN -+ -+#ifdef CONFIG_AP_WOWLAN -+int rtw_resume_process_ap_wow(_adapter *padapter) -+{ -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct net_device *pnetdev = padapter->pnetdev; -+ #ifdef CONFIG_CONCURRENT_MODE -+ struct net_device *pbuddy_netdev; -+ #endif -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *psdpriv = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &psdpriv->drv_dbg; -+ struct wowlan_ioctl_param poidparam; -+ struct sta_info *psta = NULL; -+ int ret = _SUCCESS; -+ u8 ch, bw, offset; -+_func_enter_; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ -+ if (padapter) { -+ pnetdev = padapter->pnetdev; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ } else { -+ pdbgpriv->dbg_resume_error_cnt++; -+ ret = -1; -+ goto exit; -+ } -+ -+ -+#ifdef CONFIG_LPS -+ rtw_set_ps_mode(padapter, PS_MODE_ACTIVE, 0, 0, "AP-WOWLAN"); -+#endif //CONFIG_LPS -+ -+ pwrpriv->bFwCurrentInPSMode = _FALSE; -+ -+ rtw_hal_disable_interrupt(padapter); -+ -+ rtw_hal_clear_interrupt(padapter); -+ -+ //if (sdio_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS) { -+ if((padapter->intf_alloc_irq) && (padapter->intf_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS)){ -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: sdio_alloc_irq Failed!!\n", __FUNCTION__)); -+ goto exit; -+ } -+ -+ //Disable WOW, set H2C command -+ poidparam.subcode = WOWLAN_AP_DISABLE; -+ rtw_hal_set_hwreg(padapter, HW_VAR_WOWLAN, (u8 *)&poidparam); -+ pwrpriv->wowlan_ap_mode = _FALSE; -+ -+ rtw_clr_drv_stopped(padapter); -+ DBG_871X("%s: wowmode resuming, DriverStopped:%s\n", __func__, rtw_is_drv_stopped(padapter)?"True":"False"); -+ rtw_start_drv_threads(padapter); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) -+ rtw_start_drv_threads(padapter->pbuddy_adapter); -+#endif /* CONFIG_CONCURRENT_MODE */ -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { -+ if (rtw_get_ch_setting_union(padapter->pbuddy_adapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter->pbuddy_adapter), ch, bw, offset); -+ set_channel_bwmode(padapter->pbuddy_adapter, ch, offset, bw); -+ } -+ } else { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ set_channel_bwmode(padapter, ch, offset, bw); -+ rtw_reset_drv_sw(padapter->pbuddy_adapter); -+ } -+#else -+ if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { -+ DBG_871X(FUNC_ADPT_FMT" back to linked/linking union - ch:%u, bw:%u, offset:%u\n", -+ FUNC_ADPT_ARG(padapter), ch, bw, offset); -+ set_channel_bwmode(padapter, ch, offset, bw); -+ } -+#endif -+ -+ if (padapter->intf_start) { -+ padapter->intf_start(padapter); -+ } -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { //free buddy adapter's resource -+ padapter->pbuddy_adapter->intf_start(padapter->pbuddy_adapter); -+ } -+ #endif -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if (rtw_buddy_adapter_up(padapter)) { -+ pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+ if(pbuddy_netdev){ -+ rtw_netif_wake_queue(pbuddy_netdev); -+ } -+ } -+#endif -+ -+ // start netif queue -+ if (pnetdev) { -+ rtw_netif_wake_queue(pnetdev); -+ } -+ -+ if( padapter->pid[1]!=0) { -+ DBG_871X("pid[1]:%d\n",padapter->pid[1]); -+ rtw_signal_process(padapter->pid[1], SIGUSR2); -+ } -+ -+ #ifdef CONFIG_RESUME_IN_WORKQUEUE -+ //rtw_unlock_suspend(); -+ #endif //CONFIG_RESUME_IN_WORKQUEUE -+ -+ if (pwrpriv->wowlan_wake_reason == AP_WakeUp) -+ rtw_lock_ext_suspend_timeout(8000); -+ -+ pwrpriv->bips_processing = _FALSE; -+ _set_timer(&padapter->mlmepriv.dynamic_chk_timer, 2000); -+#ifndef CONFIG_IPS_CHECK_IN_WD -+ rtw_set_pwr_state_check_timer(pwrpriv); -+#endif -+ //clean driver side wake up reason. -+ pwrpriv->wowlan_wake_reason = 0; -+ -+ // Power On LED -+ rtw_hal_sw_led_init(padapter); -+ rtw_led_control(padapter, LED_CTL_LINK); -+exit: -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+_func_exit_; -+ return ret; -+} -+#endif //#ifdef CONFIG_APWOWLAN -+ -+int rtw_resume_process_normal(_adapter *padapter) -+{ -+ struct net_device *pnetdev; -+ #ifdef CONFIG_CONCURRENT_MODE -+ struct net_device *pbuddy_netdev; -+ #endif -+ struct pwrctrl_priv *pwrpriv; -+ struct mlme_priv *pmlmepriv; -+ struct dvobj_priv *psdpriv; -+ struct debug_priv *pdbgpriv; -+ -+ int ret = _SUCCESS; -+_func_enter_; -+ -+ if (!padapter) { -+ ret = -1; -+ goto exit; -+ } -+ -+ pnetdev = padapter->pnetdev; -+ pwrpriv = adapter_to_pwrctl(padapter); -+ pmlmepriv = &padapter->mlmepriv; -+ psdpriv = padapter->dvobj; -+ pdbgpriv = &psdpriv->drv_dbg; -+ -+ DBG_871X("==> "FUNC_ADPT_FMT" entry....\n", FUNC_ADPT_ARG(padapter)); -+ // interface init -+ //if (sdio_init(adapter_to_dvobj(padapter)) != _SUCCESS) -+ if((padapter->intf_init)&& (padapter->intf_init(adapter_to_dvobj(padapter)) != _SUCCESS)) -+ { -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: initialize SDIO Failed!!\n", __FUNCTION__)); -+ goto exit; -+ } -+ rtw_hal_disable_interrupt(padapter); -+ //if (sdio_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS) -+ if ((padapter->intf_alloc_irq)&&(padapter->intf_alloc_irq(adapter_to_dvobj(padapter)) != _SUCCESS)) -+ { -+ ret = -1; -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("%s: sdio_alloc_irq Failed!!\n", __FUNCTION__)); -+ goto exit; -+ } -+ -+ rtw_reset_drv_sw(padapter); -+ #ifdef CONFIG_CONCURRENT_MODE -+ rtw_reset_drv_sw(padapter->pbuddy_adapter); -+ #endif -+ -+ pwrpriv->bkeepfwalive = _FALSE; -+ -+ DBG_871X("bkeepfwalive(%x)\n",pwrpriv->bkeepfwalive); -+ if(pm_netdev_open(pnetdev,_TRUE) != 0) { -+ ret = -1; -+ pdbgpriv->dbg_resume_error_cnt++; -+ goto exit; -+ } -+ -+ netif_device_attach(pnetdev); -+ netif_carrier_on(pnetdev); -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)){ -+ pbuddy_netdev = padapter->pbuddy_adapter->pnetdev; -+ -+ netif_device_attach(pbuddy_netdev); -+ netif_carrier_on(pbuddy_netdev); -+ } -+ #endif -+ -+ -+ if( padapter->pid[1]!=0) { -+ DBG_871X("pid[1]:%d\n",padapter->pid[1]); -+ rtw_signal_process(padapter->pid[1], SIGUSR2); -+ } -+ -+ -+ if (check_fwstate(pmlmepriv, WIFI_STATION_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_STATION_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ -+ if (rtw_chk_roam_flags(padapter, RTW_ROAM_ON_RESUME)) -+ rtw_roaming(padapter, NULL); -+ -+ } else if (check_fwstate(pmlmepriv, WIFI_AP_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_AP_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ rtw_ap_restore_network(padapter); -+ } else if (check_fwstate(pmlmepriv, WIFI_ADHOC_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_ADHOC_STATE\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ } else { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - ???\n", FUNC_ADPT_ARG(padapter), get_fwstate(pmlmepriv)); -+ } -+ -+ #ifdef CONFIG_CONCURRENT_MODE -+ if(rtw_buddy_adapter_up(padapter)) -+ { -+ _adapter *buddy = padapter->pbuddy_adapter; -+ struct mlme_priv *buddy_mlme = &padapter->pbuddy_adapter->mlmepriv; -+ if (check_fwstate(buddy_mlme, WIFI_STATION_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_STATION_STATE\n", FUNC_ADPT_ARG(buddy), get_fwstate(buddy_mlme)); -+ -+ if (rtw_chk_roam_flags(buddy, RTW_ROAM_ON_RESUME)) -+ rtw_roaming(buddy, NULL); -+ -+ } else if (check_fwstate(buddy_mlme, WIFI_AP_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_AP_STATE\n", FUNC_ADPT_ARG(buddy), get_fwstate(buddy_mlme)); -+ rtw_ap_restore_network(buddy); -+ } else if (check_fwstate(buddy_mlme, WIFI_ADHOC_STATE)) { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - WIFI_ADHOC_STATE\n", FUNC_ADPT_ARG(buddy), get_fwstate(buddy_mlme)); -+ } else { -+ DBG_871X(FUNC_ADPT_FMT" fwstate:0x%08x - ???\n", FUNC_ADPT_ARG(buddy), get_fwstate(buddy_mlme)); -+ } -+ } -+ #endif -+ -+#ifdef CONFIG_RESUME_IN_WORKQUEUE -+ //rtw_unlock_suspend(); -+#endif //CONFIG_RESUME_IN_WORKQUEUE -+ DBG_871X("<== "FUNC_ADPT_FMT" exit....\n", FUNC_ADPT_ARG(padapter)); -+ -+exit: -+_func_exit_; -+ return ret; -+} -+ -+int rtw_resume_common(_adapter *padapter) -+{ -+ int ret = 0; -+ u32 start_time = rtw_get_current_time(); -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ -+ _func_enter_; -+ -+ if (pwrpriv->bInSuspend == _FALSE) -+ return 0; -+ -+ DBG_871X_LEVEL(_drv_always_, "resume start\n"); -+ DBG_871X("==> %s (%s:%d)\n",__FUNCTION__, current->comm, current->pid); -+ -+ if (check_fwstate(pmlmepriv,WIFI_STATION_STATE) == _TRUE -+#ifdef CONFIG_CONCURRENT_MODE -+ && check_buddy_fwstate(padapter, WIFI_AP_STATE) == _FALSE -+#endif -+ ) { -+ #ifdef CONFIG_WOWLAN -+ if (pwrpriv->wowlan_mode == _TRUE) -+ rtw_resume_process_wow(padapter); -+ else -+ rtw_resume_process_normal(padapter); -+ #else -+ rtw_resume_process_normal(padapter); -+ #endif -+ -+ } else if (check_fwstate(pmlmepriv,WIFI_AP_STATE) == _TRUE -+#ifdef CONFIG_CONCURRENT_MODE -+ && check_buddy_fwstate(padapter, WIFI_AP_STATE) == _FALSE -+#endif -+ ) { -+ #ifdef CONFIG_AP_WOWLAN -+ rtw_resume_process_ap_wow(padapter); -+ #else -+ rtw_resume_process_normal(padapter); -+ #endif //CONFIG_AP_WOWLAN -+#ifdef CONFIG_CONCURRENT_MODE -+ } else if (check_fwstate(pmlmepriv,WIFI_STATION_STATE) == _TRUE -+ && check_buddy_fwstate(padapter, WIFI_AP_STATE) == _TRUE) { -+ #ifdef CONFIG_AP_WOWLAN -+ rtw_resume_process_ap_wow(padapter); -+ #else -+ rtw_resume_process_normal(padapter); -+ #endif //CONFIG_AP_WOWLAN -+#endif -+ } else { -+ rtw_resume_process_normal(padapter); -+ } -+ -+ #ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_SuspendNotify(padapter, 0); -+ #endif // CONFIG_BT_COEXIST -+ -+ if (pwrpriv) { -+ pwrpriv->bInSuspend = _FALSE; -+ #ifdef CONFIG_PNO_SUPPORT -+ pwrpriv->pno_in_resume = _FALSE; -+ #endif -+ } -+ DBG_871X_LEVEL(_drv_always_, "%s:%d in %d ms\n", __FUNCTION__ ,ret, -+ rtw_get_passing_time_ms(start_time)); -+ -+ _func_exit_; -+ -+ return ret; -+} -+ -+#ifdef CONFIG_GPIO_API -+u8 rtw_get_gpio(struct net_device *netdev, u8 gpio_num) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(netdev); -+ return rtw_hal_get_gpio(adapter, gpio_num); -+} -+EXPORT_SYMBOL(rtw_get_gpio); -+ -+int rtw_set_gpio_output_value(struct net_device *netdev, u8 gpio_num, bool isHigh) -+{ -+ u8 direction = 0; -+ u8 res = -1; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(netdev); -+ return rtw_hal_set_gpio_output_value(adapter, gpio_num,isHigh); -+} -+EXPORT_SYMBOL(rtw_set_gpio_output_value); -+ -+int rtw_config_gpio(struct net_device *netdev, u8 gpio_num, bool isOutput) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(netdev); -+ return rtw_hal_config_gpio(adapter,gpio_num,isOutput); -+} -+EXPORT_SYMBOL(rtw_config_gpio); -+int rtw_register_gpio_interrupt(struct net_device *netdev, int gpio_num, void(*callback)(u8 level)) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(netdev); -+ return rtw_hal_register_gpio_interrupt(adapter,gpio_num,callback); -+} -+EXPORT_SYMBOL(rtw_register_gpio_interrupt); -+ -+int rtw_disable_gpio_interrupt(struct net_device *netdev, int gpio_num) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(netdev); -+ return rtw_hal_disable_gpio_interrupt(adapter,gpio_num); -+} -+EXPORT_SYMBOL(rtw_disable_gpio_interrupt); -+ -+#endif //#ifdef CONFIG_GPIO_API -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/recv_linux.c linux/3rdparty/rtl8812au/os_dep/linux/recv_linux.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/recv_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/recv_linux.c 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,769 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _RECV_OSDEP_C_ -+ -+#include -+ -+int rtw_os_alloc_recvframe(_adapter *padapter, union recv_frame *precvframe, u8 *pdata, _pkt *pskb) -+{ -+ int res = _SUCCESS; -+ u8 shift_sz = 0; -+ u32 skb_len, alloc_sz; -+ _pkt *pkt_copy = NULL; -+ struct rx_pkt_attrib *pattrib = &precvframe->u.hdr.attrib; -+ -+ -+ if(pdata == NULL) -+ { -+ precvframe->u.hdr.pkt = NULL; -+ res = _FAIL; -+ return res; -+ } -+ -+ -+ // Modified by Albert 20101213 -+ // For 8 bytes IP header alignment. -+ shift_sz = pattrib->qos ? 6:0;// Qos data, wireless lan header length is 26 -+ -+ skb_len = pattrib->pkt_len; -+ -+ // for first fragment packet, driver need allocate 1536+drvinfo_sz+RXDESC_SIZE to defrag packet. -+ // modify alloc_sz for recvive crc error packet by thomas 2011-06-02 -+ if((pattrib->mfrag == 1)&&(pattrib->frag_num == 0)) -+ { -+ //alloc_sz = 1664; //1664 is 128 alignment. -+ alloc_sz = (skb_len <= 1650) ? 1664:(skb_len + 14); -+ } -+ else -+ { -+ alloc_sz = skb_len; -+ // 6 is for IP header 8 bytes alignment in QoS packet case. -+ // 8 is for skb->data 4 bytes alignment. -+ alloc_sz += 14; -+ } -+ -+ pkt_copy = rtw_skb_alloc(alloc_sz); -+ -+ if(pkt_copy) -+ { -+ pkt_copy->dev = padapter->pnetdev; -+ precvframe->u.hdr.pkt = pkt_copy; -+ precvframe->u.hdr.rx_head = pkt_copy->data; -+ precvframe->u.hdr.rx_end = pkt_copy->data + alloc_sz; -+ skb_reserve(pkt_copy, 8 - ((SIZE_PTR)( pkt_copy->data) & 7 ));//force pkt_copy->data at 8-byte alignment address -+ skb_reserve(pkt_copy, shift_sz);//force ip_hdr at 8-byte alignment address according to shift_sz. -+ _rtw_memcpy(pkt_copy->data, pdata, skb_len); -+ precvframe->u.hdr.rx_data = precvframe->u.hdr.rx_tail = pkt_copy->data; -+ } -+ else -+ { -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ DBG_871X("%s:can not allocate memory for skb copy\n", __FUNCTION__); -+ -+ precvframe->u.hdr.pkt = NULL; -+ -+ //rtw_free_recvframe(precvframe, pfree_recv_queue); -+ //goto _exit_recvbuf2recvframe; -+ -+ res = _FAIL; -+#else -+ if((pattrib->mfrag == 1)&&(pattrib->frag_num == 0)) -+ { -+ DBG_871X("%s: alloc_skb fail , drop frag frame \n", __FUNCTION__); -+ //rtw_free_recvframe(precvframe, pfree_recv_queue); -+ res = _FAIL; -+ goto exit_rtw_os_recv_resource_alloc; -+ } -+ -+ if(pskb == NULL) -+ { -+ res = _FAIL; -+ goto exit_rtw_os_recv_resource_alloc; -+ } -+ -+ precvframe->u.hdr.pkt = rtw_skb_clone(pskb); -+ if(precvframe->u.hdr.pkt) -+ { -+ precvframe->u.hdr.rx_head = precvframe->u.hdr.rx_data = precvframe->u.hdr.rx_tail = pdata; -+ precvframe->u.hdr.rx_end = pdata + alloc_sz; -+ } -+ else -+ { -+ DBG_871X("%s: rtw_skb_clone fail\n", __FUNCTION__); -+ //rtw_free_recvframe(precvframe, pfree_recv_queue); -+ //goto _exit_recvbuf2recvframe; -+ res = _FAIL; -+ } -+#endif -+ } -+ -+exit_rtw_os_recv_resource_alloc: -+ -+ return res; -+ -+} -+ -+void rtw_os_free_recvframe(union recv_frame *precvframe) -+{ -+ if(precvframe->u.hdr.pkt) -+ { -+ rtw_skb_free(precvframe->u.hdr.pkt);//free skb by driver -+ -+ precvframe->u.hdr.pkt = NULL; -+ } -+} -+ -+//init os related resource in struct recv_priv -+int rtw_os_recv_resource_init(struct recv_priv *precvpriv, _adapter *padapter) -+{ -+ int res=_SUCCESS; -+ -+ return res; -+} -+ -+//alloc os related resource in union recv_frame -+int rtw_os_recv_resource_alloc(_adapter *padapter, union recv_frame *precvframe) -+{ -+ int res=_SUCCESS; -+ -+ precvframe->u.hdr.pkt_newalloc = precvframe->u.hdr.pkt = NULL; -+ -+ return res; -+} -+ -+//free os related resource in union recv_frame -+void rtw_os_recv_resource_free(struct recv_priv *precvpriv) -+{ -+ sint i; -+ union recv_frame *precvframe; -+ precvframe = (union recv_frame*) precvpriv->precv_frame_buf; -+ -+ for(i=0; i < NR_RECVFRAME; i++) -+ { -+ if(precvframe->u.hdr.pkt) -+ { -+ rtw_skb_free(precvframe->u.hdr.pkt);//free skb by driver -+ precvframe->u.hdr.pkt = NULL; -+ } -+ precvframe++; -+ } -+} -+ -+//alloc os related resource in struct recv_buf -+int rtw_os_recvbuf_resource_alloc(_adapter *padapter, struct recv_buf *precvbuf) -+{ -+ int res=_SUCCESS; -+ -+#ifdef CONFIG_USB_HCI -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct usb_device *pusbd = pdvobjpriv->pusbdev; -+ -+ precvbuf->irp_pending = _FALSE; -+ precvbuf->purb = usb_alloc_urb(0, GFP_KERNEL); -+ if(precvbuf->purb == NULL){ -+ res = _FAIL; -+ } -+ -+ precvbuf->pskb = NULL; -+ -+ precvbuf->pallocated_buf = precvbuf->pbuf = NULL; -+ -+ precvbuf->pdata = precvbuf->phead = precvbuf->ptail = precvbuf->pend = NULL; -+ -+ precvbuf->transfer_len = 0; -+ -+ precvbuf->len = 0; -+ -+ #ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ precvbuf->pallocated_buf = rtw_usb_buffer_alloc(pusbd, (size_t)precvbuf->alloc_sz, &precvbuf->dma_transfer_addr); -+ precvbuf->pbuf = precvbuf->pallocated_buf; -+ if(precvbuf->pallocated_buf == NULL) -+ return _FAIL; -+ #endif //CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+#endif //CONFIG_USB_HCI -+ -+ return res; -+} -+ -+//free os related resource in struct recv_buf -+int rtw_os_recvbuf_resource_free(_adapter *padapter, struct recv_buf *precvbuf) -+{ -+ int ret = _SUCCESS; -+ -+#ifdef CONFIG_USB_HCI -+ -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct usb_device *pusbd = pdvobjpriv->pusbdev; -+ -+ rtw_usb_buffer_free(pusbd, (size_t)precvbuf->alloc_sz, precvbuf->pallocated_buf, precvbuf->dma_transfer_addr); -+ precvbuf->pallocated_buf = NULL; -+ precvbuf->dma_transfer_addr = 0; -+ -+#endif //CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+ if(precvbuf->purb) -+ { -+ //usb_kill_urb(precvbuf->purb); -+ usb_free_urb(precvbuf->purb); -+ } -+ -+#endif //CONFIG_USB_HCI -+ -+ -+ if(precvbuf->pskb) -+ { -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ if(rtw_free_skb_premem(precvbuf->pskb)!=0) -+#endif -+ rtw_skb_free(precvbuf->pskb); -+ } -+ return ret; -+ -+} -+ -+_pkt *rtw_os_alloc_msdu_pkt(union recv_frame *prframe, u16 nSubframe_Length, u8 *pdata) -+{ -+ u16 eth_type; -+ u8 *data_ptr; -+ _pkt *sub_skb; -+ struct rx_pkt_attrib *pattrib; -+ -+ pattrib = &prframe->u.hdr.attrib; -+ -+#ifdef CONFIG_SKB_COPY -+ sub_skb = rtw_skb_alloc(nSubframe_Length + 12); -+ if(sub_skb) -+ { -+ skb_reserve(sub_skb, 12); -+ data_ptr = (u8 *)skb_put(sub_skb, nSubframe_Length); -+ _rtw_memcpy(data_ptr, (pdata + ETH_HLEN), nSubframe_Length); -+ } -+ else -+#endif // CONFIG_SKB_COPY -+ { -+ sub_skb = rtw_skb_clone(prframe->u.hdr.pkt); -+ if(sub_skb) -+ { -+ sub_skb->data = pdata + ETH_HLEN; -+ sub_skb->len = nSubframe_Length; -+ skb_set_tail_pointer(sub_skb, nSubframe_Length); -+ } -+ else -+ { -+ DBG_871X("%s(): rtw_skb_clone() Fail!!!\n",__FUNCTION__); -+ return NULL; -+ } -+ } -+ -+ eth_type = RTW_GET_BE16(&sub_skb->data[6]); -+ -+ if (sub_skb->len >= 8 && -+ ((_rtw_memcmp(sub_skb->data, rtw_rfc1042_header, SNAP_SIZE) && -+ eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || -+ _rtw_memcmp(sub_skb->data, rtw_bridge_tunnel_header, SNAP_SIZE) )) { -+ /* remove RFC1042 or Bridge-Tunnel encapsulation and replace EtherType */ -+ skb_pull(sub_skb, SNAP_SIZE); -+ _rtw_memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->src, ETH_ALEN); -+ _rtw_memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->dst, ETH_ALEN); -+ } else { -+ u16 len; -+ /* Leave Ethernet header part of hdr and full payload */ -+ len = htons(sub_skb->len); -+ _rtw_memcpy(skb_push(sub_skb, 2), &len, 2); -+ _rtw_memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->src, ETH_ALEN); -+ _rtw_memcpy(skb_push(sub_skb, ETH_ALEN), pattrib->dst, ETH_ALEN); -+ } -+ -+ return sub_skb; -+} -+ -+#ifdef DBG_UDP_PKT_LOSE_11AC -+#define PAYLOAD_LEN_LOC_OF_IP_HDR 0x10 /*ethernet payload length location of ip header (DA+SA+eth_type+(version&hdr_len)) */ -+#endif -+ -+void rtw_os_recv_indicate_pkt(_adapter *padapter, _pkt *pkt, struct rx_pkt_attrib *pattrib) -+{ -+ struct mlme_priv*pmlmepriv = &padapter->mlmepriv; -+ struct recv_priv *precvpriv = &(padapter->recvpriv); -+#ifdef CONFIG_BR_EXT -+ void *br_port = NULL; -+#endif -+ int ret; -+ -+ /* Indicat the packets to upper layer */ -+ if (pkt) { -+ if(check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE) -+ { -+ _pkt *pskb2=NULL; -+ struct sta_info *psta = NULL; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ int bmcast = IS_MCAST(pattrib->dst); -+ -+ //DBG_871X("bmcast=%d\n", bmcast); -+ -+ if (_rtw_memcmp(pattrib->dst, adapter_mac_addr(padapter), ETH_ALEN) == _FALSE) -+ { -+ //DBG_871X("not ap psta=%p, addr=%pM\n", psta, pattrib->dst); -+ -+ if(bmcast) -+ { -+ psta = rtw_get_bcmc_stainfo(padapter); -+ pskb2 = rtw_skb_clone(pkt); -+ } else { -+ psta = rtw_get_stainfo(pstapriv, pattrib->dst); -+ } -+ -+ if(psta) -+ { -+ struct net_device *pnetdev= (struct net_device*)padapter->pnetdev; -+ -+ //DBG_871X("directly forwarding to the rtw_xmit_entry\n"); -+ -+ //skb->ip_summed = CHECKSUM_NONE; -+ pkt->dev = pnetdev; -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ skb_set_queue_mapping(pkt, rtw_recv_select_queue(pkt)); -+#endif //LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35) -+ -+ _rtw_xmit_entry(pkt, pnetdev); -+ -+ if(bmcast && (pskb2 != NULL) ) { -+ pkt = pskb2; -+ DBG_COUNTER(padapter->rx_logs.os_indicate_ap_mcast); -+ } else { -+ DBG_COUNTER(padapter->rx_logs.os_indicate_ap_forward); -+ return; -+ } -+ } -+ } -+ else// to APself -+ { -+ //DBG_871X("to APSelf\n"); -+ DBG_COUNTER(padapter->rx_logs.os_indicate_ap_self); -+ } -+ } -+ -+#ifdef CONFIG_BR_EXT -+ // Insert NAT2.5 RX here! -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ br_port = padapter->pnetdev->br_port; -+#else // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ rcu_read_lock(); -+ br_port = rcu_dereference(padapter->pnetdev->rx_handler_data); -+ rcu_read_unlock(); -+#endif // (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 35)) -+ -+ -+ if( br_port && (check_fwstate(pmlmepriv, WIFI_STATION_STATE|WIFI_ADHOC_STATE) == _TRUE) ) -+ { -+ int nat25_handle_frame(_adapter *priv, struct sk_buff *skb); -+ if (nat25_handle_frame(padapter, pkt) == -1) { -+ //priv->ext_stats.rx_data_drops++; -+ //DEBUG_ERR("RX DROP: nat25_handle_frame fail!\n"); -+ //return FAIL; -+ -+#if 1 -+ // bypass this frame to upper layer!! -+#else -+ rtw_skb_free(sub_skb); -+ continue; -+#endif -+ } -+ } -+#endif // CONFIG_BR_EXT -+ if( precvpriv->sink_udpport > 0) -+ rtw_sink_rtp_seq_dbg(padapter,pkt); -+#ifdef DBG_UDP_PKT_LOSE_11AC -+ /* After eth_type_trans process , pkt->data pointer will move from ethrnet header to ip header , -+ * we have to check ethernet type , so this debug must be print before eth_type_trans -+ */ -+ if (*((unsigned short *)(pkt->data+ETH_ALEN*2)) == htons(ETH_P_ARP)) { -+ /* ARP Payload length will be 42bytes or 42+18(tailer)=60bytes*/ -+ if (pkt->len != 42 && pkt->len != 60) -+ DBG_871X("Error !!%s,ARP Payload length %u not correct\n" , __func__ , pkt->len); -+ } else if (*((unsigned short *)(pkt->data+ETH_ALEN*2)) == htons(ETH_P_IP)) { -+ if (be16_to_cpu(*((u16 *)(pkt->data+PAYLOAD_LEN_LOC_OF_IP_HDR))) != (pkt->len)-ETH_HLEN) { -+ DBG_871X("Error !!%s,Payload length not correct\n" , __func__); -+ DBG_871X("%s, IP header describe Total length=%u\n" , __func__ , be16_to_cpu(*((u16 *)(pkt->data+PAYLOAD_LEN_LOC_OF_IP_HDR)))); -+ DBG_871X("%s, Pkt real length=%u\n" , __func__ , (pkt->len)-ETH_HLEN); -+ } -+ } -+#endif -+ /* After eth_type_trans process , pkt->data pointer will move from ethrnet header to ip header */ -+ pkt->protocol = eth_type_trans(pkt, padapter->pnetdev); -+ pkt->dev = padapter->pnetdev; -+ -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_RX -+ if ( (pattrib->tcpchk_valid == 1) && (pattrib->tcp_chkrpt == 1) ) { -+ pkt->ip_summed = CHECKSUM_UNNECESSARY; -+ } else { -+ pkt->ip_summed = CHECKSUM_NONE; -+ } -+#else /* !CONFIG_TCP_CSUM_OFFLOAD_RX */ -+ pkt->ip_summed = CHECKSUM_NONE; -+#endif //CONFIG_TCP_CSUM_OFFLOAD_RX -+ -+ ret = rtw_netif_rx(padapter->pnetdev, pkt); -+ if (ret == NET_RX_SUCCESS) -+ DBG_COUNTER(padapter->rx_logs.os_netif_ok); -+ else -+ DBG_COUNTER(padapter->rx_logs.os_netif_err); -+ } -+} -+ -+void rtw_handle_tkip_mic_err(_adapter *padapter, struct sta_info *sta, u8 bgroup) -+{ -+#ifdef CONFIG_IOCTL_CFG80211 -+ enum nl80211_key_type key_type = 0; -+#endif -+ union iwreq_data wrqu; -+ struct iw_michaelmicfailure ev; -+ struct mlme_priv* pmlmepriv = &padapter->mlmepriv; -+ struct security_priv *psecuritypriv = &padapter->securitypriv; -+ u32 cur_time = 0; -+ -+ if( psecuritypriv->last_mic_err_time == 0 ) -+ { -+ psecuritypriv->last_mic_err_time = rtw_get_current_time(); -+ } -+ else -+ { -+ cur_time = rtw_get_current_time(); -+ -+ if( cur_time - psecuritypriv->last_mic_err_time < 60*HZ ) -+ { -+ psecuritypriv->btkip_countermeasure = _TRUE; -+ psecuritypriv->last_mic_err_time = 0; -+ psecuritypriv->btkip_countermeasure_time = cur_time; -+ } -+ else -+ { -+ psecuritypriv->last_mic_err_time = rtw_get_current_time(); -+ } -+ } -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ if ( bgroup ) -+ { -+ key_type |= NL80211_KEYTYPE_GROUP; -+ } -+ else -+ { -+ key_type |= NL80211_KEYTYPE_PAIRWISE; -+ } -+ -+ cfg80211_michael_mic_failure(padapter->pnetdev, sta->hwaddr, key_type, -1, NULL, GFP_ATOMIC); -+#endif -+ -+ _rtw_memset( &ev, 0x00, sizeof( ev ) ); -+ if ( bgroup ) -+ { -+ ev.flags |= IW_MICFAILURE_GROUP; -+ } -+ else -+ { -+ ev.flags |= IW_MICFAILURE_PAIRWISE; -+ } -+ -+ ev.src_addr.sa_family = ARPHRD_ETHER; -+ _rtw_memcpy(ev.src_addr.sa_data, sta->hwaddr, ETH_ALEN); -+ -+ _rtw_memset( &wrqu, 0x00, sizeof( wrqu ) ); -+ wrqu.data.length = sizeof( ev ); -+ -+#ifndef CONFIG_IOCTL_CFG80211 -+ wireless_send_event( padapter->pnetdev, IWEVMICHAELMICFAILURE, &wrqu, (char*) &ev ); -+#endif -+} -+ -+void rtw_hostapd_mlme_rx(_adapter *padapter, union recv_frame *precv_frame) -+{ -+#ifdef CONFIG_HOSTAPD_MLME -+ _pkt *skb; -+ struct hostapd_priv *phostapdpriv = padapter->phostapdpriv; -+ struct net_device *pmgnt_netdev = phostapdpriv->pmgnt_netdev; -+ -+ RT_TRACE(_module_recv_osdep_c_, _drv_info_, ("+rtw_hostapd_mlme_rx\n")); -+ -+ skb = precv_frame->u.hdr.pkt; -+ -+ if (skb == NULL) -+ return; -+ -+ skb->data = precv_frame->u.hdr.rx_data; -+ skb->tail = precv_frame->u.hdr.rx_tail; -+ skb->len = precv_frame->u.hdr.len; -+ -+ //pskb_copy = rtw_skb_copy(skb); -+// if(skb == NULL) goto _exit; -+ -+ skb->dev = pmgnt_netdev; -+ skb->ip_summed = CHECKSUM_NONE; -+ skb->pkt_type = PACKET_OTHERHOST; -+ //skb->protocol = __constant_htons(0x0019); /*ETH_P_80211_RAW*/ -+ skb->protocol = __constant_htons(0x0003); /*ETH_P_80211_RAW*/ -+ -+ //DBG_871X("(1)data=0x%x, head=0x%x, tail=0x%x, mac_header=0x%x, len=%d\n", skb->data, skb->head, skb->tail, skb->mac_header, skb->len); -+ -+ //skb->mac.raw = skb->data; -+ skb_reset_mac_header(skb); -+ -+ //skb_pull(skb, 24); -+ _rtw_memset(skb->cb, 0, sizeof(skb->cb)); -+ -+ rtw_netif_rx(pmgnt_netdev, skb); -+ -+ precv_frame->u.hdr.pkt = NULL; // set pointer to NULL before rtw_free_recvframe() if call rtw_netif_rx() -+#endif -+} -+ -+#ifdef CONFIG_AUTO_AP_MODE -+static void rtw_os_ksocket_send(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ _pkt *skb = precv_frame->u.hdr.pkt; -+ struct rx_pkt_attrib *pattrib = &precv_frame->u.hdr.attrib; -+ struct sta_info *psta = precv_frame->u.hdr.psta; -+ -+ DBG_871X("eth rx: got eth_type=0x%x\n", pattrib->eth_type); -+ -+ if (psta && psta->isrc && psta->pid>0) -+ { -+ u16 rx_pid; -+ -+ rx_pid = *(u16*)(skb->data+ETH_HLEN); -+ -+ DBG_871X("eth rx(pid=0x%x): sta("MAC_FMT") pid=0x%x\n", -+ rx_pid, MAC_ARG(psta->hwaddr), psta->pid); -+ -+ if(rx_pid == psta->pid) -+ { -+ int i; -+ u16 len = *(u16*)(skb->data+ETH_HLEN+2); -+ //u16 ctrl_type = *(u16*)(skb->data+ETH_HLEN+4); -+ -+ //DBG_871X("eth, RC: len=0x%x, ctrl_type=0x%x\n", len, ctrl_type); -+ DBG_871X("eth, RC: len=0x%x\n", len); -+ -+ for(i=0;idata+ETH_HLEN+4+i)); -+ //DBG_871X("0x%x\n", *(skb->data+ETH_HLEN+6+i)); -+ -+ DBG_871X("eth, RC-end\n"); -+ -+#if 0 -+ //send_sz = ksocket_send(padapter->ksock_send, &padapter->kaddr_send, (skb->data+ETH_HLEN+2), len); -+ rtw_recv_ksocket_send_cmd(padapter, (skb->data+ETH_HLEN+2), len); -+ -+ //DBG_871X("ksocket_send size=%d\n", send_sz); -+#endif -+ } -+ -+ } -+ -+} -+#endif //CONFIG_AUTO_AP_MODE -+ -+int rtw_recv_monitor(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ int ret = _FAIL; -+ struct recv_priv *precvpriv; -+ _queue *pfree_recv_queue; -+ _pkt *skb; -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct rx_pkt_attrib *pattrib; -+ -+ if (NULL == precv_frame) -+ goto _recv_drop; -+ -+ pattrib = &precv_frame->u.hdr.attrib; -+ precvpriv = &(padapter->recvpriv); -+ pfree_recv_queue = &(precvpriv->free_recv_queue); -+ -+ skb = precv_frame->u.hdr.pkt; -+ if (skb == NULL) { -+ DBG_871X("%s :skb==NULL something wrong!!!!\n", __func__); -+ goto _recv_drop; -+ } -+ -+ skb->data = precv_frame->u.hdr.rx_data; -+ skb_set_tail_pointer(skb, precv_frame->u.hdr.len); -+ skb->len = precv_frame->u.hdr.len; -+ skb->ip_summed = CHECKSUM_NONE; -+ skb->pkt_type = PACKET_OTHERHOST; -+ skb->protocol = htons(0x0019); /* ETH_P_80211_RAW */ -+ -+ rtw_netif_rx(padapter->pnetdev, skb); -+ -+ /* pointers to NULL before rtw_free_recvframe() */ -+ precv_frame->u.hdr.pkt = NULL; -+ -+ ret = _SUCCESS; -+ -+_recv_drop: -+ -+ /* enqueue back to free_recv_queue */ -+ if (precv_frame) -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ -+ return ret; -+ -+} -+ -+int rtw_recv_indicatepkt(_adapter *padapter, union recv_frame *precv_frame) -+{ -+ struct recv_priv *precvpriv; -+ _queue *pfree_recv_queue; -+ _pkt *skb; -+ struct mlme_priv*pmlmepriv = &padapter->mlmepriv; -+ struct rx_pkt_attrib *pattrib; -+ -+ if(NULL == precv_frame) -+ goto _recv_indicatepkt_drop; -+ -+ DBG_COUNTER(padapter->rx_logs.os_indicate); -+ pattrib = &precv_frame->u.hdr.attrib; -+ precvpriv = &(padapter->recvpriv); -+ pfree_recv_queue = &(precvpriv->free_recv_queue); -+ -+#ifdef CONFIG_DRVEXT_MODULE -+ if (drvext_rx_handler(padapter, precv_frame->u.hdr.rx_data, precv_frame->u.hdr.len) == _SUCCESS) -+ { -+ goto _recv_indicatepkt_drop; -+ } -+#endif -+ -+#ifdef CONFIG_WAPI_SUPPORT -+ if (rtw_wapi_check_for_drop(padapter,precv_frame)) -+ { -+ WAPI_TRACE(WAPI_ERR, "%s(): Rx Reorder Drop case!!\n", __FUNCTION__); -+ goto _recv_indicatepkt_drop; -+ } -+#endif -+ -+ skb = precv_frame->u.hdr.pkt; -+ if(skb == NULL) -+ { -+ RT_TRACE(_module_recv_osdep_c_,_drv_err_,("rtw_recv_indicatepkt():skb==NULL something wrong!!!!\n")); -+ goto _recv_indicatepkt_drop; -+ } -+ -+ RT_TRACE(_module_recv_osdep_c_,_drv_info_,("rtw_recv_indicatepkt():skb != NULL !!!\n")); -+ RT_TRACE(_module_recv_osdep_c_,_drv_info_,("rtw_recv_indicatepkt():precv_frame->u.hdr.rx_head=%p precv_frame->hdr.rx_data=%p\n", precv_frame->u.hdr.rx_head, precv_frame->u.hdr.rx_data)); -+ RT_TRACE(_module_recv_osdep_c_,_drv_info_,("precv_frame->hdr.rx_tail=%p precv_frame->u.hdr.rx_end=%p precv_frame->hdr.len=%d \n", precv_frame->u.hdr.rx_tail, precv_frame->u.hdr.rx_end, precv_frame->u.hdr.len)); -+ -+ skb->data = precv_frame->u.hdr.rx_data; -+ -+ skb_set_tail_pointer(skb, precv_frame->u.hdr.len); -+ -+ skb->len = precv_frame->u.hdr.len; -+ -+ RT_TRACE(_module_recv_osdep_c_,_drv_info_,("\n skb->head=%p skb->data=%p skb->tail=%p skb->end=%p skb->len=%d\n", skb->head, skb->data, skb_tail_pointer(skb), skb_end_pointer(skb), skb->len)); -+ -+ if (pattrib->eth_type == 0x888e) -+ DBG_871X_LEVEL(_drv_always_, "recv eapol packet\n"); -+ -+#ifdef CONFIG_AUTO_AP_MODE -+#if 1 //for testing -+#if 1 -+ if (0x8899 == pattrib->eth_type) -+ { -+ rtw_os_ksocket_send(padapter, precv_frame); -+ -+ //goto _recv_indicatepkt_drop; -+ } -+#else -+ if (0x8899 == pattrib->eth_type) -+ { -+ rtw_auto_ap_mode_rx(padapter, precv_frame); -+ -+ goto _recv_indicatepkt_end; -+ } -+#endif -+#endif -+#endif //CONFIG_AUTO_AP_MODE -+ -+ rtw_os_recv_indicate_pkt(padapter, skb, pattrib); -+ -+_recv_indicatepkt_end: -+ -+ precv_frame->u.hdr.pkt = NULL; // pointers to NULL before rtw_free_recvframe() -+ -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ -+ RT_TRACE(_module_recv_osdep_c_,_drv_info_,("\n rtw_recv_indicatepkt :after rtw_os_recv_indicate_pkt!!!!\n")); -+ -+ -+ return _SUCCESS; -+ -+_recv_indicatepkt_drop: -+ -+ //enqueue back to free_recv_queue -+ if(precv_frame) -+ rtw_free_recvframe(precv_frame, pfree_recv_queue); -+ -+ DBG_COUNTER(padapter->rx_logs.os_indicate_err); -+ -+ return _FAIL; -+ -+} -+ -+void rtw_os_read_port(_adapter *padapter, struct recv_buf *precvbuf) -+{ -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+#ifdef CONFIG_USB_HCI -+ -+ precvbuf->ref_cnt--; -+ -+ //free skb in recv_buf -+ rtw_skb_free(precvbuf->pskb); -+ -+ precvbuf->pskb = NULL; -+ -+ if(precvbuf->irp_pending == _FALSE) -+ { -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ } -+ -+ -+#endif -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ precvbuf->pskb = NULL; -+#endif -+ -+} -+void _rtw_reordering_ctrl_timeout_handler (void *FunctionContext); -+void _rtw_reordering_ctrl_timeout_handler (void *FunctionContext) -+{ -+ struct recv_reorder_ctrl *preorder_ctrl = (struct recv_reorder_ctrl *)FunctionContext; -+ rtw_reordering_ctrl_timeout_handler(preorder_ctrl); -+} -+ -+void rtw_init_recv_timer(struct recv_reorder_ctrl *preorder_ctrl) -+{ -+ _adapter *padapter = preorder_ctrl->padapter; -+ -+ _init_timer(&(preorder_ctrl->reordering_ctrl_timer), padapter->pnetdev, _rtw_reordering_ctrl_timeout_handler, preorder_ctrl); -+ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_android.c linux/3rdparty/rtl8812au/os_dep/linux/rtw_android.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_android.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/rtw_android.c 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,1276 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifdef CONFIG_GPIO_WAKEUP -+#include -+#endif -+ -+#include -+ -+#if defined(RTW_ENABLE_WIFI_CONTROL_FUNC) -+#include -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35)) -+#include -+#else -+#include -+#endif -+#endif /* defined(RTW_ENABLE_WIFI_CONTROL_FUNC) */ -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)) -+#define strnicmp strncasecmp -+#endif /* Linux kernel >= 4.0.0 */ -+ -+#ifdef CONFIG_GPIO_WAKEUP -+#include -+#include -+#endif -+ -+#include "rtw_version.h" -+ -+extern void macstr2num(u8 *dst, u8 *src); -+ -+const char *android_wifi_cmd_str[ANDROID_WIFI_CMD_MAX] = { -+ "START", -+ "STOP", -+ "SCAN-ACTIVE", -+ "SCAN-PASSIVE", -+ "RSSI", -+ "LINKSPEED", -+ "RXFILTER-START", -+ "RXFILTER-STOP", -+ "RXFILTER-ADD", -+ "RXFILTER-REMOVE", -+ "BTCOEXSCAN-START", -+ "BTCOEXSCAN-STOP", -+ "BTCOEXMODE", -+ "SETSUSPENDOPT", -+ "P2P_DEV_ADDR", -+ "SETFWPATH", -+ "SETBAND", -+ "GETBAND", -+ "COUNTRY", -+ "P2P_SET_NOA", -+ "P2P_GET_NOA", -+ "P2P_SET_PS", -+ "SET_AP_WPS_P2P_IE", -+ -+ "MIRACAST", -+ -+#ifdef CONFIG_PNO_SUPPORT -+ "PNOSSIDCLR", -+ "PNOSETUP", -+ "PNOFORCE", -+ "PNODEBUG", -+#endif -+ -+ "MACADDR", -+ -+ "BLOCK_SCAN", -+ "BLOCK", -+ "WFD-ENABLE", -+ "WFD-DISABLE", -+ "WFD-SET-TCPPORT", -+ "WFD-SET-MAXTPUT", -+ "WFD-SET-DEVTYPE", -+ "SET_DTIM", -+ "HOSTAPD_SET_MACADDR_ACL", -+ "HOSTAPD_ACL_ADD_STA", -+ "HOSTAPD_ACL_REMOVE_STA", -+#if defined(CONFIG_GTK_OL) && (LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0)) -+ "GTK_REKEY_OFFLOAD", -+#endif //CONFIG_GTK_OL -+/* Private command for P2P disable*/ -+ "P2P_DISABLE", -+ "DRIVER_VERSION" -+}; -+ -+#ifdef CONFIG_PNO_SUPPORT -+#define PNO_TLV_PREFIX 'S' -+#define PNO_TLV_VERSION '1' -+#define PNO_TLV_SUBVERSION '2' -+#define PNO_TLV_RESERVED '0' -+#define PNO_TLV_TYPE_SSID_IE 'S' -+#define PNO_TLV_TYPE_TIME 'T' -+#define PNO_TLV_FREQ_REPEAT 'R' -+#define PNO_TLV_FREQ_EXPO_MAX 'M' -+ -+typedef struct cmd_tlv { -+ char prefix; -+ char version; -+ char subver; -+ char reserved; -+} cmd_tlv_t; -+ -+#ifdef CONFIG_PNO_SET_DEBUG -+char pno_in_example[] = { -+ 'P', 'N', 'O', 'S', 'E', 'T', 'U', 'P', ' ', -+ 'S', '1', '2', '0', -+ 'S', //1 -+ 0x05, -+ 'd', 'l', 'i', 'n', 'k', -+ 'S', //2 -+ 0x06, -+ 'B', 'U', 'F', 'B', 'U','F', -+ 'S', //3 -+ 0x20, -+ 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '!', '@', '#', '$', '%', '^', -+ 'S', //4 -+ 0x0a, -+ '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', -+ 'T', -+ '0', '5', -+ 'R', -+ '2', -+ 'M', -+ '2', -+ 0x00 -+ }; -+#endif /* CONFIG_PNO_SET_DEBUG */ -+#endif /* PNO_SUPPORT */ -+ -+typedef struct android_wifi_priv_cmd { -+ char *buf; -+ int used_len; -+ int total_len; -+} android_wifi_priv_cmd; -+ -+#ifdef CONFIG_COMPAT -+typedef struct compat_android_wifi_priv_cmd { -+ compat_uptr_t buf; -+ int used_len; -+ int total_len; -+} compat_android_wifi_priv_cmd; -+#endif /* CONFIG_COMPAT */ -+ -+/** -+ * Local (static) functions and variables -+ */ -+ -+/* Initialize g_wifi_on to 1 so dhd_bus_start will be called for the first -+ * time (only) in dhd_open, subsequential wifi on will be handled by -+ * wl_android_wifi_on -+ */ -+static int g_wifi_on = _TRUE; -+ -+unsigned int oob_irq = 0; -+unsigned int oob_gpio = 0; -+ -+#ifdef CONFIG_PNO_SUPPORT -+/* -+ * rtw_android_pno_setup -+ * Description: -+ * This is used for private command. -+ * -+ * Parameter: -+ * net: net_device -+ * command: parameters from private command -+ * total_len: the length of the command. -+ * -+ * */ -+static int rtw_android_pno_setup(struct net_device *net, char *command, int total_len) { -+ pno_ssid_t pno_ssids_local[MAX_PNO_LIST_COUNT]; -+ int res = -1; -+ int nssid = 0; -+ cmd_tlv_t *cmd_tlv_temp; -+ char *str_ptr; -+ int tlv_size_left; -+ int pno_time = 0; -+ int pno_repeat = 0; -+ int pno_freq_expo_max = 0; -+ int cmdlen = strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_PNOSETUP_SET]) + 1; -+ -+#ifdef CONFIG_PNO_SET_DEBUG -+ int i; -+ char *p; -+ p = pno_in_example; -+ -+ total_len = sizeof(pno_in_example); -+ str_ptr = p + cmdlen; -+#else -+ str_ptr = command + cmdlen; -+#endif -+ -+ if (total_len < (cmdlen + sizeof(cmd_tlv_t))) { -+ DBG_871X("%s argument=%d less min size\n", __func__, total_len); -+ goto exit_proc; -+ } -+ -+ tlv_size_left = total_len - cmdlen; -+ -+ cmd_tlv_temp = (cmd_tlv_t *)str_ptr; -+ memset(pno_ssids_local, 0, sizeof(pno_ssids_local)); -+ -+ if ((cmd_tlv_temp->prefix == PNO_TLV_PREFIX) && -+ (cmd_tlv_temp->version == PNO_TLV_VERSION) && -+ (cmd_tlv_temp->subver == PNO_TLV_SUBVERSION)) { -+ -+ str_ptr += sizeof(cmd_tlv_t); -+ tlv_size_left -= sizeof(cmd_tlv_t); -+ -+ if ((nssid = rtw_parse_ssid_list_tlv(&str_ptr, pno_ssids_local, -+ MAX_PNO_LIST_COUNT, &tlv_size_left)) <= 0) { -+ DBG_871X("SSID is not presented or corrupted ret=%d\n", nssid); -+ goto exit_proc; -+ } else { -+ if ((str_ptr[0] != PNO_TLV_TYPE_TIME) || (tlv_size_left <= 1)) { -+ DBG_871X("%s scan duration corrupted field size %d\n", -+ __func__, tlv_size_left); -+ goto exit_proc; -+ } -+ str_ptr++; -+ pno_time = simple_strtoul(str_ptr, &str_ptr, 16); -+ DBG_871X("%s: pno_time=%d\n", __func__, pno_time); -+ -+ if (str_ptr[0] != 0) { -+ if ((str_ptr[0] != PNO_TLV_FREQ_REPEAT)) { -+ DBG_871X("%s pno repeat : corrupted field\n", -+ __func__); -+ goto exit_proc; -+ } -+ str_ptr++; -+ pno_repeat = simple_strtoul(str_ptr, &str_ptr, 16); -+ DBG_871X("%s :got pno_repeat=%d\n", __FUNCTION__, pno_repeat); -+ if (str_ptr[0] != PNO_TLV_FREQ_EXPO_MAX) { -+ DBG_871X("%s FREQ_EXPO_MAX corrupted field size\n", -+ __func__); -+ goto exit_proc; -+ } -+ str_ptr++; -+ pno_freq_expo_max = simple_strtoul(str_ptr, &str_ptr, 16); -+ DBG_871X("%s: pno_freq_expo_max=%d\n", -+ __func__, pno_freq_expo_max); -+ } -+ } -+ } else { -+ DBG_871X("%s get wrong TLV command\n", __FUNCTION__); -+ goto exit_proc; -+ } -+ -+ res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, pno_repeat, pno_freq_expo_max); -+ -+#ifdef CONFIG_PNO_SET_DEBUG -+ rtw_dev_pno_debug(net); -+#endif -+ -+exit_proc: -+ return res; -+} -+ -+/* -+ * rtw_android_cfg80211_pno_setup -+ * Description: -+ * This is used for cfg80211 sched_scan. -+ * -+ * Parameter: -+ * net: net_device -+ * request: cfg80211_request -+ * */ -+ -+int rtw_android_cfg80211_pno_setup(struct net_device *net, -+ struct cfg80211_ssid *ssids, int n_ssids, int interval) { -+ int res = -1; -+ int nssid = 0; -+ int pno_time = 0; -+ int pno_repeat = 0; -+ int pno_freq_expo_max = 0; -+ int index = 0; -+ pno_ssid_t pno_ssids_local[MAX_PNO_LIST_COUNT]; -+ -+ if (n_ssids > MAX_PNO_LIST_COUNT || n_ssids < 0) { -+ DBG_871X("%s: nssids(%d) is invalid.\n", __func__, n_ssids); -+ return -EINVAL; -+ } -+ -+ memset(pno_ssids_local, 0, sizeof(pno_ssids_local)); -+ -+ nssid = n_ssids; -+ -+ for (index = 0 ; index < nssid ; index++) { -+ pno_ssids_local[index].SSID_len = ssids[index].ssid_len; -+ memcpy(pno_ssids_local[index].SSID, ssids[index].ssid, -+ ssids[index].ssid_len); -+ } -+ -+ pno_time = (interval / 1000); -+ -+ DBG_871X("%s: nssids: %d, pno_time=%d\n", __func__, nssid, pno_time); -+ -+ res = rtw_dev_pno_set(net, pno_ssids_local, nssid, pno_time, -+ pno_repeat, pno_freq_expo_max); -+ -+exit_proc: -+ return res; -+} -+ -+int rtw_android_pno_enable(struct net_device *net, int pno_enable) { -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(net); -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); -+ -+ if (pwrctl) { -+ pwrctl->wowlan_pno_enable = pno_enable; -+ DBG_871X("%s: wowlan_pno_enable: %d\n", __func__, pwrctl->wowlan_pno_enable); -+ if (pwrctl->wowlan_pno_enable == 0) { -+ if (pwrctl->pnlo_info != NULL) { -+ rtw_mfree((u8 *)pwrctl->pnlo_info, sizeof(pno_nlo_info_t)); -+ pwrctl->pnlo_info = NULL; -+ } -+ if (pwrctl->pno_ssid_list != NULL) { -+ rtw_mfree((u8 *)pwrctl->pno_ssid_list, sizeof(pno_ssid_list_t)); -+ pwrctl->pno_ssid_list = NULL; -+ } -+ if (pwrctl->pscan_info != NULL) { -+ rtw_mfree((u8 *)pwrctl->pscan_info, sizeof(pno_scan_info_t)); -+ pwrctl->pscan_info = NULL; -+ } -+ } -+ return 0; -+ } else { -+ return -1; -+ } -+} -+#endif //CONFIG_PNO_SUPPORT -+ -+int rtw_android_cmdstr_to_num(char *cmdstr) -+{ -+ int cmd_num; -+ for(cmd_num=0 ; cmd_nummlmepriv); -+ struct wlan_network *pcur_network = &pmlmepriv->cur_network; -+ int bytes_written = 0; -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED) == _TRUE) { -+ bytes_written += snprintf(&command[bytes_written], total_len, "%s rssi %d", -+ pcur_network->network.Ssid.Ssid, padapter->recvpriv.rssi); -+ } -+ -+ return bytes_written; -+} -+ -+int rtw_android_get_link_speed(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(net); -+ struct mlme_priv *pmlmepriv = &(padapter->mlmepriv); -+ struct wlan_network *pcur_network = &pmlmepriv->cur_network; -+ int bytes_written = 0; -+ u16 link_speed = 0; -+ -+ link_speed = rtw_get_cur_max_rate(padapter)/10; -+ bytes_written = snprintf(command, total_len, "LinkSpeed %d", link_speed); -+ -+ return bytes_written; -+} -+ -+int rtw_android_get_macaddr(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(net); -+ int bytes_written = 0; -+ -+ bytes_written = snprintf(command, total_len, "Macaddr = "MAC_FMT, MAC_ARG(net->dev_addr)); -+ return bytes_written; -+} -+ -+int rtw_android_set_country(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(net); -+ char *country_code = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_COUNTRY]) + 1; -+ int ret = _FAIL; -+ -+ ret = rtw_set_country(adapter, country_code); -+ -+ return (ret==_SUCCESS)?0:-1; -+} -+ -+int rtw_android_get_p2p_dev_addr(struct net_device *net, char *command, int total_len) -+{ -+ int bytes_written = 0; -+ -+ //We use the same address as our HW MAC address -+ _rtw_memcpy(command, net->dev_addr, ETH_ALEN); -+ -+ bytes_written = ETH_ALEN; -+ return bytes_written; -+} -+ -+int rtw_android_set_block_scan(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(net); -+ char *block_value = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_BLOCK_SCAN]) + 1; -+ -+ #ifdef CONFIG_IOCTL_CFG80211 -+ adapter_wdev_data(adapter)->block_scan = (*block_value == '0')?_FALSE:_TRUE; -+ #endif -+ -+ return 0; -+} -+ -+int rtw_android_set_block(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(net); -+ char *block_value = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_BLOCK]) + 1; -+ -+ #ifdef CONFIG_IOCTL_CFG80211 -+ adapter_wdev_data(adapter)->block = (*block_value=='0')?_FALSE:_TRUE; -+ #endif -+ -+ return 0; -+} -+ -+int rtw_android_setband(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(net); -+ char *arg = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_SETBAND]) + 1; -+ u32 band = WIFI_FREQUENCY_BAND_AUTO; -+ int ret = _FAIL; -+ -+ if (sscanf(arg, "%u", &band) >= 1) -+ ret = rtw_set_band(adapter, band); -+ -+ return (ret==_SUCCESS)?0:-1; -+} -+ -+int rtw_android_getband(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(net); -+ int bytes_written = 0; -+ -+ bytes_written = snprintf(command, total_len, "%u", adapter->setband); -+ -+ return bytes_written; -+} -+ -+#ifdef CONFIG_WFD -+int rtw_android_set_miracast_mode(struct net_device *net, char *command, int total_len) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(net); -+ struct wifi_display_info *wfd_info = &adapter->wfd_info; -+ char *arg = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_MIRACAST]) + 1; -+ u8 mode; -+ int num; -+ int ret = _FAIL; -+ -+ num = sscanf(arg, "%hhu", &mode); -+ -+ if (num >= 1) { -+ wfd_info->stack_wfd_mode = mode; -+ DBG_871X("Miracast mode: %s(%u)\n", get_miracast_mode_str(wfd_info->stack_wfd_mode), wfd_info->stack_wfd_mode); -+ ret = _SUCCESS; -+ } -+ -+ return (ret == _SUCCESS)?0:-1; -+} -+#endif /* CONFIG_WFD */ -+ -+int get_int_from_command( char* pcmd ) -+{ -+ int i = 0; -+ -+ for( i = 0; i < strlen( pcmd ); i++ ) -+ { -+ if ( pcmd[ i ] == '=' ) -+ { -+ // Skip the '=' and space characters. -+ i += 2; -+ break; -+ } -+ } -+ return ( rtw_atoi( pcmd + i ) ); -+} -+ -+#if defined(CONFIG_GTK_OL) && (LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0)) -+int rtw_gtk_offload(struct net_device *net, u8 *cmd_ptr) -+{ -+ int i; -+ //u8 *cmd_ptr = priv_cmd.buf; -+ struct sta_info * psta; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(net); -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ psta = rtw_get_stainfo(pstapriv, get_bssid(pmlmepriv)); -+ -+ -+ if (psta == NULL) -+ { -+ DBG_8192C("%s, : Obtain Sta_info fail \n", __func__); -+ } -+ else -+ { -+ //string command length of "GTK_REKEY_OFFLOAD" -+ cmd_ptr += 18; -+ -+ _rtw_memcpy(psta->kek, cmd_ptr, RTW_KEK_LEN); -+ cmd_ptr += RTW_KEK_LEN; -+ /* -+ printk("supplicant KEK: "); -+ for(i=0;ikek[i]); -+ printk("\n supplicant KCK: "); -+ */ -+ _rtw_memcpy(psta->kck, cmd_ptr, RTW_KCK_LEN); -+ cmd_ptr += RTW_KCK_LEN; -+ /* -+ for(i=0;ikck[i]); -+ */ -+ _rtw_memcpy(psta->replay_ctr, cmd_ptr, RTW_REPLAY_CTR_LEN); -+ psecuritypriv->binstallKCK_KEK = _TRUE; -+ -+ //printk("\nREPLAY_CTR: "); -+ //for(i=0;ireplay_ctr[i]); -+ } -+ -+ return _SUCCESS; -+} -+#endif //CONFIG_GTK_OL -+ -+int rtw_android_priv_cmd(struct net_device *net, struct ifreq *ifr, int cmd) -+{ -+ int ret = 0; -+ char *command = NULL; -+ int cmd_num; -+ int bytes_written = 0; -+#ifdef CONFIG_PNO_SUPPORT -+ uint cmdlen = 0; -+ uint pno_enable = 0; -+#endif -+ android_wifi_priv_cmd priv_cmd; -+ _adapter* padapter = ( _adapter * ) rtw_netdev_priv(net); -+#ifdef CONFIG_WFD -+ struct wifi_display_info *pwfd_info; -+#endif -+ -+ rtw_lock_suspend(); -+ -+ if (!ifr->ifr_data) { -+ ret = -EINVAL; -+ goto exit; -+ } -+ if (padapter->registrypriv.mp_mode == 1) { -+ ret = -EINVAL; -+ goto exit; -+ } -+#ifdef CONFIG_COMPAT -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(4,6,0)) -+ if (is_compat_task()) { -+#else -+ if (in_compat_syscall()) { -+#endif -+ /* User space is 32-bit, use compat ioctl */ -+ compat_android_wifi_priv_cmd compat_priv_cmd; -+ -+ if (copy_from_user(&compat_priv_cmd, ifr->ifr_data, sizeof(compat_android_wifi_priv_cmd))) { -+ ret = -EFAULT; -+ goto exit; -+ } -+ priv_cmd.buf = compat_ptr(compat_priv_cmd.buf); -+ priv_cmd.used_len = compat_priv_cmd.used_len; -+ priv_cmd.total_len = compat_priv_cmd.total_len; -+ } else -+#endif /* CONFIG_COMPAT */ -+ if (copy_from_user(&priv_cmd, ifr->ifr_data, sizeof(android_wifi_priv_cmd))) { -+ ret = -EFAULT; -+ goto exit; -+ } -+ if ( padapter->registrypriv.mp_mode == 1) { -+ ret = -EFAULT; -+ goto exit; -+ } -+ /*DBG_871X("%s priv_cmd.buf=%p priv_cmd.total_len=%d priv_cmd.used_len=%d\n",__func__,priv_cmd.buf,priv_cmd.total_len,priv_cmd.used_len);*/ -+ command = rtw_zmalloc(priv_cmd.total_len); -+ if (!command) -+ { -+ DBG_871X("%s: failed to allocate memory\n", __FUNCTION__); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){ -+ DBG_871X("%s: failed to access memory\n", __FUNCTION__); -+ ret = -EFAULT; -+ goto exit; -+ } -+ if (copy_from_user(command, (void *)priv_cmd.buf, priv_cmd.total_len)) { -+ ret = -EFAULT; -+ goto exit; -+ } -+ -+ DBG_871X("%s: Android private cmd \"%s\" on %s\n" -+ , __FUNCTION__, command, ifr->ifr_name); -+ -+ cmd_num = rtw_android_cmdstr_to_num(command); -+ -+ switch(cmd_num) { -+ case ANDROID_WIFI_CMD_START: -+ //bytes_written = wl_android_wifi_on(net); -+ goto response; -+ case ANDROID_WIFI_CMD_SETFWPATH: -+ goto response; -+ } -+ -+ if (!g_wifi_on) { -+ DBG_871X("%s: Ignore private cmd \"%s\" - iface %s is down\n" -+ ,__FUNCTION__, command, ifr->ifr_name); -+ ret = 0; -+ goto exit; -+ } -+ -+ switch(cmd_num) { -+ -+ case ANDROID_WIFI_CMD_STOP: -+ //bytes_written = wl_android_wifi_off(net); -+ break; -+ -+ case ANDROID_WIFI_CMD_SCAN_ACTIVE: -+ //rtw_set_scan_mode((_adapter *)rtw_netdev_priv(net), SCAN_ACTIVE); -+#ifdef CONFIG_PLATFORM_MSTAR -+#ifdef CONFIG_IOCTL_CFG80211 -+ adapter_wdev_data((_adapter *)rtw_netdev_priv(net))->bandroid_scan = _TRUE; -+#endif //CONFIG_IOCTL_CFG80211 -+#endif //CONFIG_PLATFORM_MSTAR -+ break; -+ case ANDROID_WIFI_CMD_SCAN_PASSIVE: -+ //rtw_set_scan_mode((_adapter *)rtw_netdev_priv(net), SCAN_PASSIVE); -+ break; -+ -+ case ANDROID_WIFI_CMD_RSSI: -+ bytes_written = rtw_android_get_rssi(net, command, priv_cmd.total_len); -+ break; -+ case ANDROID_WIFI_CMD_LINKSPEED: -+ bytes_written = rtw_android_get_link_speed(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_MACADDR: -+ bytes_written = rtw_android_get_macaddr(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_BLOCK_SCAN: -+ bytes_written = rtw_android_set_block_scan(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_BLOCK: -+ bytes_written = rtw_android_set_block(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_RXFILTER_START: -+ //bytes_written = net_os_set_packet_filter(net, 1); -+ break; -+ case ANDROID_WIFI_CMD_RXFILTER_STOP: -+ //bytes_written = net_os_set_packet_filter(net, 0); -+ break; -+ case ANDROID_WIFI_CMD_RXFILTER_ADD: -+ //int filter_num = *(command + strlen(CMD_RXFILTER_ADD) + 1) - '0'; -+ //bytes_written = net_os_rxfilter_add_remove(net, TRUE, filter_num); -+ break; -+ case ANDROID_WIFI_CMD_RXFILTER_REMOVE: -+ //int filter_num = *(command + strlen(CMD_RXFILTER_REMOVE) + 1) - '0'; -+ //bytes_written = net_os_rxfilter_add_remove(net, FALSE, filter_num); -+ break; -+ -+ case ANDROID_WIFI_CMD_BTCOEXSCAN_START: -+ /* TBD: BTCOEXSCAN-START */ -+ break; -+ case ANDROID_WIFI_CMD_BTCOEXSCAN_STOP: -+ /* TBD: BTCOEXSCAN-STOP */ -+ break; -+ case ANDROID_WIFI_CMD_BTCOEXMODE: -+ #if 0 -+ uint mode = *(command + strlen(CMD_BTCOEXMODE) + 1) - '0'; -+ if (mode == 1) -+ net_os_set_packet_filter(net, 0); /* DHCP starts */ -+ else -+ net_os_set_packet_filter(net, 1); /* DHCP ends */ -+#ifdef WL_CFG80211 -+ bytes_written = wl_cfg80211_set_btcoex_dhcp(net, command); -+#endif -+ #endif -+ break; -+ -+ case ANDROID_WIFI_CMD_SETSUSPENDOPT: -+ //bytes_written = wl_android_set_suspendopt(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_SETBAND: -+ bytes_written = rtw_android_setband(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_GETBAND: -+ bytes_written = rtw_android_getband(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_COUNTRY: -+ bytes_written = rtw_android_set_country(net, command, priv_cmd.total_len); -+ break; -+ -+#ifdef CONFIG_PNO_SUPPORT -+ case ANDROID_WIFI_CMD_PNOSSIDCLR_SET: -+ //bytes_written = dhd_dev_pno_reset(net); -+ break; -+ case ANDROID_WIFI_CMD_PNOSETUP_SET: -+ bytes_written = rtw_android_pno_setup(net, command, priv_cmd.total_len); -+ break; -+ case ANDROID_WIFI_CMD_PNOENABLE_SET: -+ cmdlen = strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_PNOENABLE_SET]); -+ pno_enable = *(command + cmdlen + 1) - '0'; -+ bytes_written = rtw_android_pno_enable(net, pno_enable); -+ break; -+#endif -+ -+ case ANDROID_WIFI_CMD_P2P_DEV_ADDR: -+ bytes_written = rtw_android_get_p2p_dev_addr(net, command, priv_cmd.total_len); -+ break; -+ case ANDROID_WIFI_CMD_P2P_SET_NOA: -+ //int skip = strlen(CMD_P2P_SET_NOA) + 1; -+ //bytes_written = wl_cfg80211_set_p2p_noa(net, command + skip, priv_cmd.total_len - skip); -+ break; -+ case ANDROID_WIFI_CMD_P2P_GET_NOA: -+ //bytes_written = wl_cfg80211_get_p2p_noa(net, command, priv_cmd.total_len); -+ break; -+ case ANDROID_WIFI_CMD_P2P_SET_PS: -+ //int skip = strlen(CMD_P2P_SET_PS) + 1; -+ //bytes_written = wl_cfg80211_set_p2p_ps(net, command + skip, priv_cmd.total_len - skip); -+ break; -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ case ANDROID_WIFI_CMD_SET_AP_WPS_P2P_IE: -+ { -+ int skip = strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_SET_AP_WPS_P2P_IE]) + 3; -+ bytes_written = rtw_cfg80211_set_mgnt_wpsp2pie(net, command + skip, priv_cmd.total_len - skip, *(command + skip - 2) - '0'); -+ break; -+ } -+#endif //CONFIG_IOCTL_CFG80211 -+ -+#ifdef CONFIG_WFD -+ -+ case ANDROID_WIFI_CMD_MIRACAST: -+ bytes_written = rtw_android_set_miracast_mode(net, command, priv_cmd.total_len); -+ break; -+ -+ case ANDROID_WIFI_CMD_WFD_ENABLE: -+ { -+ // Commented by Albert 2012/07/24 -+ // We can enable the WFD function by using the following command: -+ // wpa_cli driver wfd-enable -+ -+ pwfd_info = &padapter->wfd_info; -+ if( padapter->wdinfo.driver_interface == DRIVER_CFG80211 ) -+ pwfd_info->wfd_enable = _TRUE; -+ break; -+ } -+ -+ case ANDROID_WIFI_CMD_WFD_DISABLE: -+ { -+ // Commented by Albert 2012/07/24 -+ // We can disable the WFD function by using the following command: -+ // wpa_cli driver wfd-disable -+ -+ pwfd_info = &padapter->wfd_info; -+ if( padapter->wdinfo.driver_interface == DRIVER_CFG80211 ) -+ pwfd_info->wfd_enable = _FALSE; -+ break; -+ } -+ case ANDROID_WIFI_CMD_WFD_SET_TCPPORT: -+ { -+ // Commented by Albert 2012/07/24 -+ // We can set the tcp port number by using the following command: -+ // wpa_cli driver wfd-set-tcpport = 554 -+ -+ pwfd_info = &padapter->wfd_info; -+ if( padapter->wdinfo.driver_interface == DRIVER_CFG80211 ) -+ { -+ pwfd_info->rtsp_ctrlport = ( u16 ) get_int_from_command( priv_cmd.buf ); -+ } -+ break; -+ } -+ case ANDROID_WIFI_CMD_WFD_SET_MAX_TPUT: -+ { -+ break; -+ } -+ case ANDROID_WIFI_CMD_WFD_SET_DEVTYPE: -+ { -+ // Commented by Albert 2012/08/28 -+ // Specify the WFD device type ( WFD source/primary sink ) -+ -+ pwfd_info = &padapter->wfd_info; -+ if( padapter->wdinfo.driver_interface == DRIVER_CFG80211 ) -+ { -+ pwfd_info->wfd_device_type = ( u8 ) get_int_from_command( priv_cmd.buf ); -+ pwfd_info->wfd_device_type &= WFD_DEVINFO_DUAL; -+ } -+ break; -+ } -+#endif -+ case ANDROID_WIFI_CMD_CHANGE_DTIM: -+ { -+#ifdef CONFIG_LPS -+ u8 dtim; -+ u8 *ptr =(u8 *) &priv_cmd.buf; -+ -+ ptr += 9;//string command length of "SET_DTIM"; -+ -+ dtim = rtw_atoi(ptr); -+ -+ DBG_871X("DTIM=%d\n", dtim); -+ -+ rtw_lps_change_dtim_cmd(padapter, dtim); -+#endif -+ } -+ break; -+ case ANDROID_WIFI_CMD_HOSTAPD_SET_MACADDR_ACL: -+ { -+ padapter->stapriv.acl_list.mode = ( u8 ) get_int_from_command(command); -+ DBG_871X("%s ANDROID_WIFI_CMD_HOSTAPD_SET_MACADDR_ACL mode:%d\n", __FUNCTION__, padapter->stapriv.acl_list.mode); -+ break; -+ } -+ case ANDROID_WIFI_CMD_HOSTAPD_ACL_ADD_STA: -+ { -+ u8 addr[ETH_ALEN] = {0x00}; -+ macstr2num(addr, command+strlen("HOSTAPD_ACL_ADD_STA")+3); // 3 is space bar + "=" + space bar these 3 chars -+ rtw_acl_add_sta(padapter, addr); -+ break; -+ } -+ case ANDROID_WIFI_CMD_HOSTAPD_ACL_REMOVE_STA: -+ { -+ u8 addr[ETH_ALEN] = {0x00}; -+ macstr2num(addr, command+strlen("HOSTAPD_ACL_REMOVE_STA")+3); // 3 is space bar + "=" + space bar these 3 chars -+ rtw_acl_remove_sta(padapter, addr); -+ break; -+ } -+#if defined(CONFIG_GTK_OL) && (LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0)) -+ case ANDROID_WIFI_CMD_GTK_REKEY_OFFLOAD: -+ rtw_gtk_offload(net, (u8*)command); -+ break; -+#endif //CONFIG_GTK_OL -+ case ANDROID_WIFI_CMD_P2P_DISABLE: -+ { -+#ifdef CONFIG_P2P -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ u8 channel, ch_offset; -+ u16 bwmode; -+ -+ rtw_p2p_enable(padapter, P2P_ROLE_DISABLE); -+#endif // CONFIG_P2P -+ break; -+ } -+ case ANDROID_WIFI_CMD_DRIVERVERSION: -+ { -+ bytes_written = strlen(DRIVERVERSION); -+ snprintf(command, bytes_written+1, DRIVERVERSION); -+ break; -+ } -+ default: -+ DBG_871X("Unknown PRIVATE command %s - ignored\n", command); -+ snprintf(command, 3, "OK"); -+ bytes_written = strlen("OK"); -+ } -+ -+response: -+ if (bytes_written >= 0) { -+ if ((bytes_written == 0) && (priv_cmd.total_len > 0)) -+ command[0] = '\0'; -+ if (bytes_written >= priv_cmd.total_len) { -+ DBG_871X("%s: bytes_written = %d\n", __FUNCTION__, bytes_written); -+ bytes_written = priv_cmd.total_len; -+ } else { -+ bytes_written++; -+ } -+ priv_cmd.used_len = bytes_written; -+ if (copy_to_user((void *)priv_cmd.buf, command, bytes_written)) { -+ DBG_871X("%s: failed to copy data to user buffer\n", __FUNCTION__); -+ ret = -EFAULT; -+ } -+ } -+ else { -+ ret = bytes_written; -+ } -+ -+exit: -+ rtw_unlock_suspend(); -+ if (command) { -+ rtw_mfree(command, priv_cmd.total_len); -+ } -+ -+ return ret; -+} -+ -+ -+/** -+ * Functions for Android WiFi card detection -+ */ -+#if defined(RTW_ENABLE_WIFI_CONTROL_FUNC) -+ -+static int g_wifidev_registered = 0; -+static struct semaphore wifi_control_sem; -+static struct wifi_platform_data *wifi_control_data = NULL; -+static struct resource *wifi_irqres = NULL; -+ -+static int wifi_add_dev(void); -+static void wifi_del_dev(void); -+ -+int rtw_android_wifictrl_func_add(void) -+{ -+ int ret = 0; -+ sema_init(&wifi_control_sem, 0); -+ -+ ret = wifi_add_dev(); -+ if (ret) { -+ DBG_871X("%s: platform_driver_register failed\n", __FUNCTION__); -+ return ret; -+ } -+ g_wifidev_registered = 1; -+ -+ /* Waiting callback after platform_driver_register is done or exit with error */ -+ if (down_timeout(&wifi_control_sem, msecs_to_jiffies(1000)) != 0) { -+ ret = -EINVAL; -+ DBG_871X("%s: platform_driver_register timeout\n", __FUNCTION__); -+ } -+ -+ return ret; -+} -+ -+void rtw_android_wifictrl_func_del(void) -+{ -+ if (g_wifidev_registered) -+ { -+ wifi_del_dev(); -+ g_wifidev_registered = 0; -+ } -+} -+ -+void *wl_android_prealloc(int section, unsigned long size) -+{ -+ void *alloc_ptr = NULL; -+ if (wifi_control_data && wifi_control_data->mem_prealloc) { -+ alloc_ptr = wifi_control_data->mem_prealloc(section, size); -+ if (alloc_ptr) { -+ DBG_871X("success alloc section %d\n", section); -+ if (size != 0L) -+ memset(alloc_ptr, 0, size); -+ return alloc_ptr; -+ } -+ } -+ -+ DBG_871X("can't alloc section %d\n", section); -+ return NULL; -+} -+ -+int wifi_get_irq_number(unsigned long *irq_flags_ptr) -+{ -+ if (wifi_irqres) { -+ *irq_flags_ptr = wifi_irqres->flags & IRQF_TRIGGER_MASK; -+ return (int)wifi_irqres->start; -+ } -+#ifdef CUSTOM_OOB_GPIO_NUM -+ return CUSTOM_OOB_GPIO_NUM; -+#else -+ return -1; -+#endif -+} -+ -+int wifi_set_power(int on, unsigned long msec) -+{ -+ DBG_871X("%s = %d\n", __FUNCTION__, on); -+ if (wifi_control_data && wifi_control_data->set_power) { -+ wifi_control_data->set_power(on); -+ } -+ if (msec) -+ msleep(msec); -+ return 0; -+} -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35)) -+int wifi_get_mac_addr(unsigned char *buf) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ if (!buf) -+ return -EINVAL; -+ if (wifi_control_data && wifi_control_data->get_mac_addr) { -+ return wifi_control_data->get_mac_addr(buf); -+ } -+ return -EOPNOTSUPP; -+} -+#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35)) */ -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)) || defined(COMPAT_KERNEL_RELEASE) -+void *wifi_get_country_code(char *ccode) -+{ -+ DBG_871X("%s\n", __FUNCTION__); -+ if (!ccode) -+ return NULL; -+ if (wifi_control_data && wifi_control_data->get_country_code) { -+ return wifi_control_data->get_country_code(ccode); -+ } -+ return NULL; -+} -+#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 39)) */ -+ -+static int wifi_set_carddetect(int on) -+{ -+ DBG_871X("%s = %d\n", __FUNCTION__, on); -+ if (wifi_control_data && wifi_control_data->set_carddetect) { -+ wifi_control_data->set_carddetect(on); -+ } -+ return 0; -+} -+ -+static int wifi_probe(struct platform_device *pdev) -+{ -+ struct wifi_platform_data *wifi_ctrl = -+ (struct wifi_platform_data *)(pdev->dev.platform_data); -+ int wifi_wake_gpio = 0; -+ -+ DBG_871X("## %s\n", __FUNCTION__); -+ wifi_irqres = platform_get_resource_byname(pdev, IORESOURCE_IRQ, "bcmdhd_wlan_irq"); -+ -+ if (wifi_irqres == NULL) -+ wifi_irqres = platform_get_resource_byname(pdev, -+ IORESOURCE_IRQ, "bcm4329_wlan_irq"); -+ else -+ wifi_wake_gpio = wifi_irqres->start; -+ -+#ifdef CONFIG_GPIO_WAKEUP -+ printk("%s: gpio:%d wifi_wake_gpio:%d\n", __func__, -+ wifi_irqres->start, wifi_wake_gpio); -+ -+ if (wifi_wake_gpio > 0) { -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+ wifi_configure_gpio(); -+#else //CONFIG_PLATFORM_INTEL_BYT -+ gpio_request(wifi_wake_gpio, "oob_irq"); -+ gpio_direction_input(wifi_wake_gpio); -+ oob_irq = gpio_to_irq(wifi_wake_gpio); -+#endif //CONFIG_PLATFORM_INTEL_BYT -+ printk("%s oob_irq:%d\n", __func__, oob_irq); -+ } -+ else if(wifi_irqres) -+ { -+ oob_irq = wifi_irqres->start; -+ printk("%s oob_irq:%d\n", __func__, oob_irq); -+ } -+#endif -+ wifi_control_data = wifi_ctrl; -+ -+ wifi_set_power(1, 0); /* Power On */ -+ wifi_set_carddetect(1); /* CardDetect (0->1) */ -+ -+ up(&wifi_control_sem); -+ return 0; -+} -+ -+#ifdef RTW_SUPPORT_PLATFORM_SHUTDOWN -+extern PADAPTER g_test_adapter; -+ -+static void shutdown_card(void) -+{ -+ u32 addr; -+ u8 tmp8, cnt=0; -+ -+ if (NULL == g_test_adapter) -+ { -+ DBG_871X("%s: padapter==NULL\n", __FUNCTION__); -+ return; -+ } -+ -+#ifdef CONFIG_FWLPS_IN_IPS -+ LeaveAllPowerSaveMode(g_test_adapter); -+#endif // CONFIG_FWLPS_IN_IPS -+ -+ // Leave SDIO HCI Suspend -+ addr = 0x10250086; -+ rtw_write8(g_test_adapter, addr, 0); -+ do { -+ tmp8 = rtw_read8(g_test_adapter, addr); -+ cnt++; -+ DBG_871X(FUNC_ADPT_FMT ": polling SDIO_HSUS_CTRL(0x%x)=0x%x, cnt=%d\n", -+ FUNC_ADPT_ARG(g_test_adapter), addr, tmp8, cnt); -+ -+ if (tmp8 & BIT(1)) -+ break; -+ -+ if (cnt >= 100) -+ { -+ DBG_871X(FUNC_ADPT_FMT ": polling 0x%x[1]==1 FAIL!!\n", -+ FUNC_ADPT_ARG(g_test_adapter), addr); -+ break; -+ } -+ -+ rtw_mdelay_os(10); -+ } while (1); -+ -+ // unlock register I/O -+ rtw_write8(g_test_adapter, 0x1C, 0); -+ -+ // enable power down function -+ // 0x04[4] = 1 -+ // 0x05[7] = 1 -+ addr = 0x04; -+ tmp8 = rtw_read8(g_test_adapter, addr); -+ tmp8 |= BIT(4); -+ rtw_write8(g_test_adapter, addr, tmp8); -+ DBG_871X(FUNC_ADPT_FMT ": read after write 0x%x=0x%x\n", -+ FUNC_ADPT_ARG(g_test_adapter), addr, rtw_read8(g_test_adapter, addr)); -+ -+ addr = 0x05; -+ tmp8 = rtw_read8(g_test_adapter, addr); -+ tmp8 |= BIT(7); -+ rtw_write8(g_test_adapter, addr, tmp8); -+ DBG_871X(FUNC_ADPT_FMT ": read after write 0x%x=0x%x\n", -+ FUNC_ADPT_ARG(g_test_adapter), addr, rtw_read8(g_test_adapter, addr)); -+ -+ // lock register page0 0x0~0xB read/write -+ rtw_write8(g_test_adapter, 0x1C, 0x0E); -+ -+ rtw_set_surprise_removed(g_test_adapter); -+ DBG_871X(FUNC_ADPT_FMT ": bSurpriseRemoved=%s\n", -+ FUNC_ADPT_ARG(g_test_adapter), rtw_is_surprise_removed(g_test_adapter)?"True":"False"); -+} -+#endif // RTW_SUPPORT_PLATFORM_SHUTDOWN -+ -+static int wifi_remove(struct platform_device *pdev) -+{ -+ struct wifi_platform_data *wifi_ctrl = -+ (struct wifi_platform_data *)(pdev->dev.platform_data); -+ -+ DBG_871X("## %s\n", __FUNCTION__); -+ wifi_control_data = wifi_ctrl; -+ -+ wifi_set_power(0, 0); /* Power Off */ -+ wifi_set_carddetect(0); /* CardDetect (1->0) */ -+ -+ up(&wifi_control_sem); -+ return 0; -+} -+ -+#ifdef RTW_SUPPORT_PLATFORM_SHUTDOWN -+static void wifi_shutdown(struct platform_device *pdev) -+{ -+ struct wifi_platform_data *wifi_ctrl = -+ (struct wifi_platform_data *)(pdev->dev.platform_data); -+ -+ -+ DBG_871X("## %s\n", __FUNCTION__); -+ -+ wifi_control_data = wifi_ctrl; -+ -+ shutdown_card(); -+ wifi_set_power(0, 0); /* Power Off */ -+ wifi_set_carddetect(0); /* CardDetect (1->0) */ -+} -+#endif // RTW_SUPPORT_PLATFORM_SHUTDOWN -+ -+static int wifi_suspend(struct platform_device *pdev, pm_message_t state) -+{ -+ DBG_871X("##> %s\n", __FUNCTION__); -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 39)) && defined(OOB_INTR_ONLY) -+ bcmsdh_oob_intr_set(0); -+#endif -+ return 0; -+} -+ -+static int wifi_resume(struct platform_device *pdev) -+{ -+ DBG_871X("##> %s\n", __FUNCTION__); -+#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 39)) && defined(OOB_INTR_ONLY) -+ if (dhd_os_check_if_up(bcmsdh_get_drvdata())) -+ bcmsdh_oob_intr_set(1); -+#endif -+ return 0; -+} -+ -+/* temporarily use these two */ -+static struct platform_driver wifi_device = { -+ .probe = wifi_probe, -+ .remove = wifi_remove, -+ .suspend = wifi_suspend, -+ .resume = wifi_resume, -+#ifdef RTW_SUPPORT_PLATFORM_SHUTDOWN -+ .shutdown = wifi_shutdown, -+#endif // RTW_SUPPORT_PLATFORM_SHUTDOWN -+ .driver = { -+ .name = "bcmdhd_wlan", -+ } -+}; -+ -+static struct platform_driver wifi_device_legacy = { -+ .probe = wifi_probe, -+ .remove = wifi_remove, -+ .suspend = wifi_suspend, -+ .resume = wifi_resume, -+ .driver = { -+ .name = "bcm4329_wlan", -+ } -+}; -+ -+static int wifi_add_dev(void) -+{ -+ DBG_871X("## Calling platform_driver_register\n"); -+ platform_driver_register(&wifi_device); -+ platform_driver_register(&wifi_device_legacy); -+ return 0; -+} -+ -+static void wifi_del_dev(void) -+{ -+ DBG_871X("## Unregister platform_driver_register\n"); -+ platform_driver_unregister(&wifi_device); -+ platform_driver_unregister(&wifi_device_legacy); -+} -+#endif /* defined(RTW_ENABLE_WIFI_CONTROL_FUNC) */ -+ -+#ifdef CONFIG_GPIO_WAKEUP -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+int wifi_configure_gpio(void) -+{ -+ if (gpio_request(oob_gpio, "oob_irq")) { -+ DBG_871X("## %s Cannot request GPIO\n", __FUNCTION__); -+ return -1; -+ } -+ gpio_export(oob_gpio, 0); -+ if (gpio_direction_input(oob_gpio)) { -+ DBG_871X("## %s Cannot set GPIO direction input\n", __FUNCTION__); -+ return -1; -+ } -+ if ((oob_irq = gpio_to_irq(oob_gpio)) < 0) { -+ DBG_871X("## %s Cannot convert GPIO to IRQ\n", __FUNCTION__); -+ return -1; -+ } -+ -+ DBG_871X("## %s OOB_IRQ=%d\n", __FUNCTION__, oob_irq); -+ -+ return 0; -+} -+#endif //CONFIG_PLATFORM_INTEL_BYT -+void wifi_free_gpio(unsigned int gpio) -+{ -+#ifdef CONFIG_PLATFORM_INTEL_BYT -+ if(gpio) -+ gpio_free(gpio); -+#endif //CONFIG_PLATFORM_INTEL_BYT -+} -+#endif //CONFIG_GPIO_WAKEUP -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.c linux/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.c 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,1340 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2014 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT) -+ -+/* -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+*/ -+ -+#include -+ -+#ifdef DBG_MEM_ALLOC -+extern bool match_mstat_sniff_rules(const enum mstat_f flags, const size_t size); -+struct sk_buff *dbg_rtw_cfg80211_vendor_event_alloc(struct wiphy *wiphy, int len, int event_id, gfp_t gfp -+ , const enum mstat_f flags, const char *func, const int line) -+{ -+ _adapter *padapter = wiphy_to_adapter(wiphy); -+ struct wireless_dev *wdev = padapter->rtw_wdev; -+ -+ struct sk_buff *skb; -+ unsigned int truesize = 0; -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)) -+ skb = cfg80211_vendor_event_alloc(wiphy, len, event_id, gfp); -+#else -+ skb = cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp); -+#endif -+ -+ if(skb) -+ truesize = skb->truesize; -+ -+ if(!skb || truesize < len || match_mstat_sniff_rules(flags, truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d), skb:%p, truesize=%u\n", func, line, __FUNCTION__, len, skb, truesize); -+ -+ rtw_mstat_update( -+ flags -+ , skb ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , truesize -+ ); -+ -+ return skb; -+} -+ -+void dbg_rtw_cfg80211_vendor_event(struct sk_buff *skb, gfp_t gfp -+ , const enum mstat_f flags, const char *func, const int line) -+{ -+ unsigned int truesize = skb->truesize; -+ -+ if(match_mstat_sniff_rules(flags, truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s, truesize=%u\n", func, line, __FUNCTION__, truesize); -+ -+ cfg80211_vendor_event(skb, gfp); -+ -+ rtw_mstat_update( -+ flags -+ , MSTAT_FREE -+ , truesize -+ ); -+} -+ -+struct sk_buff *dbg_rtw_cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int len -+ , const enum mstat_f flags, const char *func, const int line) -+{ -+ struct sk_buff *skb; -+ unsigned int truesize = 0; -+ -+ skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len); -+ -+ if(skb) -+ truesize = skb->truesize; -+ -+ if(!skb || truesize < len || match_mstat_sniff_rules(flags, truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d), skb:%p, truesize=%u\n", func, line, __FUNCTION__, len, skb, truesize); -+ -+ rtw_mstat_update( -+ flags -+ , skb ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , truesize -+ ); -+ -+ return skb; -+} -+ -+int dbg_rtw_cfg80211_vendor_cmd_reply(struct sk_buff *skb -+ , const enum mstat_f flags, const char *func, const int line) -+{ -+ unsigned int truesize = skb->truesize; -+ int ret; -+ -+ if(match_mstat_sniff_rules(flags, truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s, truesize=%u\n", func, line, __FUNCTION__, truesize); -+ -+ ret = cfg80211_vendor_cmd_reply(skb); -+ -+ rtw_mstat_update( -+ flags -+ , MSTAT_FREE -+ , truesize -+ ); -+ -+ return ret; -+} -+ -+#define rtw_cfg80211_vendor_event_alloc(wiphy, len, event_id, gfp) \ -+ dbg_rtw_cfg80211_vendor_event_alloc(wiphy, len, event_id, gfp, MSTAT_FUNC_CFG_VENDOR|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+ -+#define rtw_cfg80211_vendor_event(skb, gfp) \ -+ dbg_rtw_cfg80211_vendor_event(skb, gfp, MSTAT_FUNC_CFG_VENDOR|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+ -+#define rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len) \ -+ dbg_rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len, MSTAT_FUNC_CFG_VENDOR|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+ -+#define rtw_cfg80211_vendor_cmd_reply(skb) \ -+ dbg_rtw_cfg80211_vendor_cmd_reply(skb, MSTAT_FUNC_CFG_VENDOR|MSTAT_TYPE_SKB, __FUNCTION__, __LINE__) -+#else -+ -+struct sk_buff *rtw_cfg80211_vendor_event_alloc( -+ struct wiphy *wiphy, int len, int event_id, gfp_t gfp) -+{ -+ _adapter *padapter = wiphy_to_adapter(wiphy); -+ struct wireless_dev *wdev = padapter->rtw_wdev; -+ struct sk_buff *skb; -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)) -+ skb = cfg80211_vendor_event_alloc(wiphy, len, event_id, gfp); -+#else -+ skb = cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp); -+#endif -+ return skb; -+} -+ -+#define rtw_cfg80211_vendor_event(skb, gfp) \ -+ cfg80211_vendor_event(skb, gfp) -+ -+#define rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len) \ -+ cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len) -+ -+#define rtw_cfg80211_vendor_cmd_reply(skb) \ -+ cfg80211_vendor_cmd_reply(skb) -+#endif /* DBG_MEM_ALLOC */ -+ -+/* -+ * This API is to be used for asynchronous vendor events. This -+ * shouldn't be used in response to a vendor command from its -+ * do_it handler context (instead rtw_cfgvendor_send_cmd_reply should -+ * be used). -+ */ -+int rtw_cfgvendor_send_async_event(struct wiphy *wiphy, -+ struct net_device *dev, int event_id, const void *data, int len) -+{ -+ u16 kflags; -+ struct sk_buff *skb; -+ -+ kflags = in_atomic() ? GFP_ATOMIC : GFP_KERNEL; -+ -+ /* Alloc the SKB for vendor_event */ -+ skb = rtw_cfg80211_vendor_event_alloc(wiphy, len, event_id, kflags); -+ if (!skb) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT" skb alloc failed", FUNC_NDEV_ARG(dev)); -+ return -ENOMEM; -+ } -+ -+ /* Push the data to the skb */ -+ nla_put_nohdr(skb, len, data); -+ -+ rtw_cfg80211_vendor_event(skb, kflags); -+ -+ return 0; -+} -+ -+static int rtw_cfgvendor_send_cmd_reply(struct wiphy *wiphy, -+ struct net_device *dev, const void *data, int len) -+{ -+ struct sk_buff *skb; -+ -+ /* Alloc the SKB for vendor_event */ -+ skb = rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len); -+ if (unlikely(!skb)) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT" skb alloc failed", FUNC_NDEV_ARG(dev)); -+ return -ENOMEM; -+ } -+ -+ /* Push the data to the skb */ -+ nla_put_nohdr(skb, len, data); -+ -+ return rtw_cfg80211_vendor_cmd_reply(skb); -+} -+ -+#define WIFI_FEATURE_INFRA 0x0001 /* Basic infrastructure mode */ -+#define WIFI_FEATURE_INFRA_5G 0x0002 /* Support for 5 GHz Band */ -+#define WIFI_FEATURE_HOTSPOT 0x0004 /* Support for GAS/ANQP */ -+#define WIFI_FEATURE_P2P 0x0008 /* Wifi-Direct */ -+#define WIFI_FEATURE_SOFT_AP 0x0010 /* Soft AP */ -+#define WIFI_FEATURE_GSCAN 0x0020 /* Google-Scan APIs */ -+#define WIFI_FEATURE_NAN 0x0040 /* Neighbor Awareness Networking */ -+#define WIFI_FEATURE_D2D_RTT 0x0080 /* Device-to-device RTT */ -+#define WIFI_FEATURE_D2AP_RTT 0x0100 /* Device-to-AP RTT */ -+#define WIFI_FEATURE_BATCH_SCAN 0x0200 /* Batched Scan (legacy) */ -+#define WIFI_FEATURE_PNO 0x0400 /* Preferred network offload */ -+#define WIFI_FEATURE_ADDITIONAL_STA 0x0800 /* Support for two STAs */ -+#define WIFI_FEATURE_TDLS 0x1000 /* Tunnel directed link setup */ -+#define WIFI_FEATURE_TDLS_OFFCHANNEL 0x2000 /* Support for TDLS off channel */ -+#define WIFI_FEATURE_EPR 0x4000 /* Enhanced power reporting */ -+#define WIFI_FEATURE_AP_STA 0x8000 /* Support for AP STA Concurrency */ -+ -+#define MAX_FEATURE_SET_CONCURRRENT_GROUPS 3 -+ -+#include -+int rtw_dev_get_feature_set(struct net_device *dev) -+{ -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *HalData = GET_HAL_DATA(adapter); -+ HAL_VERSION *hal_ver = &HalData->VersionID; -+ -+ int feature_set = 0; -+ -+ feature_set |= WIFI_FEATURE_INFRA; -+ -+ if (IS_8814A_SERIES(*hal_ver) || IS_8812_SERIES(*hal_ver) || -+ IS_8821_SERIES(*hal_ver)) -+ feature_set |= WIFI_FEATURE_INFRA_5G; -+ -+ feature_set |= WIFI_FEATURE_P2P; -+ feature_set |= WIFI_FEATURE_SOFT_AP; -+ -+ feature_set |= WIFI_FEATURE_ADDITIONAL_STA; -+ -+ return feature_set; -+} -+ -+int *rtw_dev_get_feature_set_matrix(struct net_device *dev, int *num) -+{ -+ int feature_set_full, mem_needed; -+ int *ret; -+ -+ *num = 0; -+ mem_needed = sizeof(int) * MAX_FEATURE_SET_CONCURRRENT_GROUPS; -+ ret = (int *)rtw_malloc(mem_needed); -+ -+ if (!ret) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT" failed to allocate %d bytes\n" -+ , FUNC_NDEV_ARG(dev), mem_needed); -+ return ret; -+ } -+ -+ feature_set_full = rtw_dev_get_feature_set(dev); -+ -+ ret[0] = (feature_set_full & WIFI_FEATURE_INFRA) | -+ (feature_set_full & WIFI_FEATURE_INFRA_5G) | -+ (feature_set_full & WIFI_FEATURE_NAN) | -+ (feature_set_full & WIFI_FEATURE_D2D_RTT) | -+ (feature_set_full & WIFI_FEATURE_D2AP_RTT) | -+ (feature_set_full & WIFI_FEATURE_PNO) | -+ (feature_set_full & WIFI_FEATURE_BATCH_SCAN) | -+ (feature_set_full & WIFI_FEATURE_GSCAN) | -+ (feature_set_full & WIFI_FEATURE_HOTSPOT) | -+ (feature_set_full & WIFI_FEATURE_ADDITIONAL_STA) | -+ (feature_set_full & WIFI_FEATURE_EPR); -+ -+ ret[1] = (feature_set_full & WIFI_FEATURE_INFRA) | -+ (feature_set_full & WIFI_FEATURE_INFRA_5G) | -+ /* Not yet verified NAN with P2P */ -+ /* (feature_set_full & WIFI_FEATURE_NAN) | */ -+ (feature_set_full & WIFI_FEATURE_P2P) | -+ (feature_set_full & WIFI_FEATURE_D2AP_RTT) | -+ (feature_set_full & WIFI_FEATURE_D2D_RTT) | -+ (feature_set_full & WIFI_FEATURE_EPR); -+ -+ ret[2] = (feature_set_full & WIFI_FEATURE_INFRA) | -+ (feature_set_full & WIFI_FEATURE_INFRA_5G) | -+ (feature_set_full & WIFI_FEATURE_NAN) | -+ (feature_set_full & WIFI_FEATURE_D2D_RTT) | -+ (feature_set_full & WIFI_FEATURE_D2AP_RTT) | -+ (feature_set_full & WIFI_FEATURE_TDLS) | -+ (feature_set_full & WIFI_FEATURE_TDLS_OFFCHANNEL) | -+ (feature_set_full & WIFI_FEATURE_EPR); -+ *num = MAX_FEATURE_SET_CONCURRRENT_GROUPS; -+ -+ return ret; -+} -+ -+static int rtw_cfgvendor_get_feature_set(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ int reply; -+ -+ reply = rtw_dev_get_feature_set(wdev_to_ndev(wdev)); -+ -+ err = rtw_cfgvendor_send_cmd_reply(wiphy, wdev_to_ndev(wdev), &reply, sizeof(int)); -+ -+ if (unlikely(err)) -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT" Vendor Command reply failed ret:%d \n" -+ , FUNC_NDEV_ARG(wdev_to_ndev(wdev)), err); -+ -+ return err; -+} -+ -+static int rtw_cfgvendor_get_feature_set_matrix(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct sk_buff *skb; -+ int *reply; -+ int num, mem_needed, i; -+ -+ reply = rtw_dev_get_feature_set_matrix(wdev_to_ndev(wdev), &num); -+ -+ if (!reply) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT" Could not get feature list matrix\n" -+ , FUNC_NDEV_ARG(wdev_to_ndev(wdev))); -+ err = -EINVAL; -+ return err; -+ } -+ -+ mem_needed = VENDOR_REPLY_OVERHEAD + (ATTRIBUTE_U32_LEN * num) + -+ ATTRIBUTE_U32_LEN; -+ -+ /* Alloc the SKB for vendor_event */ -+ skb = rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, mem_needed); -+ if (unlikely(!skb)) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT" skb alloc failed", FUNC_NDEV_ARG(wdev_to_ndev(wdev))); -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ nla_put_u32(skb, ANDR_WIFI_ATTRIBUTE_NUM_FEATURE_SET, num); -+ for (i = 0; i < num; i++) { -+ nla_put_u32(skb, ANDR_WIFI_ATTRIBUTE_FEATURE_SET, reply[i]); -+ } -+ -+ err = rtw_cfg80211_vendor_cmd_reply(skb); -+ -+ if (unlikely(err)) -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT" Vendor Command reply failed ret:%d \n" -+ , FUNC_NDEV_ARG(wdev_to_ndev(wdev)), err); -+exit: -+ rtw_mfree((u8*)reply, sizeof(int)*num); -+ return err; -+} -+ -+#if defined(GSCAN_SUPPORT) && 0 -+int wl_cfgvendor_send_hotlist_event(struct wiphy *wiphy, -+ struct net_device *dev, void *data, int len, wl_vendor_event_t event) -+{ -+ u16 kflags; -+ const void *ptr; -+ struct sk_buff *skb; -+ int malloc_len, total, iter_cnt_to_send, cnt; -+ gscan_results_cache_t *cache = (gscan_results_cache_t *)data; -+ -+ total = len/sizeof(wifi_gscan_result_t); -+ while (total > 0) { -+ malloc_len = (total * sizeof(wifi_gscan_result_t)) + VENDOR_DATA_OVERHEAD; -+ if (malloc_len > NLMSG_DEFAULT_SIZE) { -+ malloc_len = NLMSG_DEFAULT_SIZE; -+ } -+ iter_cnt_to_send = -+ (malloc_len - VENDOR_DATA_OVERHEAD)/sizeof(wifi_gscan_result_t); -+ total = total - iter_cnt_to_send; -+ -+ kflags = in_atomic() ? GFP_ATOMIC : GFP_KERNEL; -+ -+ /* Alloc the SKB for vendor_event */ -+ skb = rtw_cfg80211_vendor_event_alloc(wiphy, malloc_len, event, kflags); -+ if (!skb) { -+ WL_ERR(("skb alloc failed")); -+ return -ENOMEM; -+ } -+ -+ while (cache && iter_cnt_to_send) { -+ ptr = (const void *) &cache->results[cache->tot_consumed]; -+ -+ if (iter_cnt_to_send < (cache->tot_count - cache->tot_consumed)) -+ cnt = iter_cnt_to_send; -+ else -+ cnt = (cache->tot_count - cache->tot_consumed); -+ -+ iter_cnt_to_send -= cnt; -+ cache->tot_consumed += cnt; -+ /* Push the data to the skb */ -+ nla_append(skb, cnt * sizeof(wifi_gscan_result_t), ptr); -+ if (cache->tot_consumed == cache->tot_count) -+ cache = cache->next; -+ -+ } -+ -+ rtw_cfg80211_vendor_event(skb, kflags); -+ } -+ -+ return 0; -+} -+ -+ -+static int wl_cfgvendor_gscan_get_capabilities(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ dhd_pno_gscan_capabilities_t *reply = NULL; -+ uint32 reply_len = 0; -+ -+ -+ reply = dhd_dev_pno_get_gscan(bcmcfg_to_prmry_ndev(cfg), -+ DHD_PNO_GET_CAPABILITIES, NULL, &reply_len); -+ if (!reply) { -+ WL_ERR(("Could not get capabilities\n")); -+ err = -EINVAL; -+ return err; -+ } -+ -+ err = rtw_cfgvendor_send_cmd_reply(wiphy, bcmcfg_to_prmry_ndev(cfg), -+ reply, reply_len); -+ -+ if (unlikely(err)) -+ WL_ERR(("Vendor Command reply failed ret:%d \n", err)); -+ -+ kfree(reply); -+ return err; -+} -+ -+static int wl_cfgvendor_gscan_get_channel_list(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0, type, band; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ uint16 *reply = NULL; -+ uint32 reply_len = 0, num_channels, mem_needed; -+ struct sk_buff *skb; -+ -+ type = nla_type(data); -+ -+ if (type == GSCAN_ATTRIBUTE_BAND) { -+ band = nla_get_u32(data); -+ } else { -+ return -1; -+ } -+ -+ reply = dhd_dev_pno_get_gscan(bcmcfg_to_prmry_ndev(cfg), -+ DHD_PNO_GET_CHANNEL_LIST, &band, &reply_len); -+ -+ if (!reply) { -+ WL_ERR(("Could not get channel list\n")); -+ err = -EINVAL; -+ return err; -+ } -+ num_channels = reply_len/ sizeof(uint32); -+ mem_needed = reply_len + VENDOR_REPLY_OVERHEAD + (ATTRIBUTE_U32_LEN * 2); -+ -+ /* Alloc the SKB for vendor_event */ -+ skb = rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, mem_needed); -+ if (unlikely(!skb)) { -+ WL_ERR(("skb alloc failed")); -+ err = -ENOMEM; -+ goto exit; -+ } -+ -+ nla_put_u32(skb, GSCAN_ATTRIBUTE_NUM_CHANNELS, num_channels); -+ nla_put(skb, GSCAN_ATTRIBUTE_CHANNEL_LIST, reply_len, reply); -+ -+ err = rtw_cfg80211_vendor_cmd_reply(skb); -+ -+ if (unlikely(err)) -+ WL_ERR(("Vendor Command reply failed ret:%d \n", err)); -+exit: -+ kfree(reply); -+ return err; -+} -+ -+static int wl_cfgvendor_gscan_get_batch_results(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ gscan_results_cache_t *results, *iter; -+ uint32 reply_len, complete = 0, num_results_iter; -+ int32 mem_needed; -+ wifi_gscan_result_t *ptr; -+ uint16 num_scan_ids, num_results; -+ struct sk_buff *skb; -+ struct nlattr *scan_hdr; -+ -+ dhd_dev_wait_batch_results_complete(bcmcfg_to_prmry_ndev(cfg)); -+ dhd_dev_pno_lock_access_batch_results(bcmcfg_to_prmry_ndev(cfg)); -+ results = dhd_dev_pno_get_gscan(bcmcfg_to_prmry_ndev(cfg), -+ DHD_PNO_GET_BATCH_RESULTS, NULL, &reply_len); -+ -+ if (!results) { -+ WL_ERR(("No results to send %d\n", err)); -+ err = rtw_cfgvendor_send_cmd_reply(wiphy, bcmcfg_to_prmry_ndev(cfg), -+ results, 0); -+ -+ if (unlikely(err)) -+ WL_ERR(("Vendor Command reply failed ret:%d \n", err)); -+ dhd_dev_pno_unlock_access_batch_results(bcmcfg_to_prmry_ndev(cfg)); -+ return err; -+ } -+ num_scan_ids = reply_len & 0xFFFF; -+ num_results = (reply_len & 0xFFFF0000) >> 16; -+ mem_needed = (num_results * sizeof(wifi_gscan_result_t)) + -+ (num_scan_ids * GSCAN_BATCH_RESULT_HDR_LEN) + -+ VENDOR_REPLY_OVERHEAD + SCAN_RESULTS_COMPLETE_FLAG_LEN; -+ -+ if (mem_needed > (int32)NLMSG_DEFAULT_SIZE) { -+ mem_needed = (int32)NLMSG_DEFAULT_SIZE; -+ complete = 0; -+ } else { -+ complete = 1; -+ } -+ -+ WL_TRACE(("complete %d mem_needed %d max_mem %d\n", complete, mem_needed, -+ (int)NLMSG_DEFAULT_SIZE)); -+ /* Alloc the SKB for vendor_event */ -+ skb = rtw_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, mem_needed); -+ if (unlikely(!skb)) { -+ WL_ERR(("skb alloc failed")); -+ dhd_dev_pno_unlock_access_batch_results(bcmcfg_to_prmry_ndev(cfg)); -+ return -ENOMEM; -+ } -+ iter = results; -+ -+ nla_put_u32(skb, GSCAN_ATTRIBUTE_SCAN_RESULTS_COMPLETE, complete); -+ -+ mem_needed = mem_needed - (SCAN_RESULTS_COMPLETE_FLAG_LEN + VENDOR_REPLY_OVERHEAD); -+ -+ while (iter && ((mem_needed - GSCAN_BATCH_RESULT_HDR_LEN) > 0)) { -+ scan_hdr = nla_nest_start(skb, GSCAN_ATTRIBUTE_SCAN_RESULTS); -+ nla_put_u32(skb, GSCAN_ATTRIBUTE_SCAN_ID, iter->scan_id); -+ nla_put_u8(skb, GSCAN_ATTRIBUTE_SCAN_FLAGS, iter->flag); -+ num_results_iter = -+ (mem_needed - GSCAN_BATCH_RESULT_HDR_LEN)/sizeof(wifi_gscan_result_t); -+ -+ if ((iter->tot_count - iter->tot_consumed) < num_results_iter) -+ num_results_iter = iter->tot_count - iter->tot_consumed; -+ -+ nla_put_u32(skb, GSCAN_ATTRIBUTE_NUM_OF_RESULTS, num_results_iter); -+ if (num_results_iter) { -+ ptr = &iter->results[iter->tot_consumed]; -+ iter->tot_consumed += num_results_iter; -+ nla_put(skb, GSCAN_ATTRIBUTE_SCAN_RESULTS, -+ num_results_iter * sizeof(wifi_gscan_result_t), ptr); -+ } -+ nla_nest_end(skb, scan_hdr); -+ mem_needed -= GSCAN_BATCH_RESULT_HDR_LEN + -+ (num_results_iter * sizeof(wifi_gscan_result_t)); -+ iter = iter->next; -+ } -+ -+ dhd_dev_gscan_batch_cache_cleanup(bcmcfg_to_prmry_ndev(cfg)); -+ dhd_dev_pno_unlock_access_batch_results(bcmcfg_to_prmry_ndev(cfg)); -+ -+ return rtw_cfg80211_vendor_cmd_reply(skb); -+} -+ -+static int wl_cfgvendor_initiate_gscan(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ int type, tmp = len; -+ int run = 0xFF; -+ int flush = 0; -+ const struct nlattr *iter; -+ -+ nla_for_each_attr(iter, data, len, tmp) { -+ type = nla_type(iter); -+ if (type == GSCAN_ATTRIBUTE_ENABLE_FEATURE) -+ run = nla_get_u32(iter); -+ else if (type == GSCAN_ATTRIBUTE_FLUSH_FEATURE) -+ flush = nla_get_u32(iter); -+ } -+ -+ if (run != 0xFF) { -+ err = dhd_dev_pno_run_gscan(bcmcfg_to_prmry_ndev(cfg), run, flush); -+ -+ if (unlikely(err)) -+ WL_ERR(("Could not run gscan:%d \n", err)); -+ return err; -+ } else { -+ return -1; -+ } -+ -+ -+} -+ -+static int wl_cfgvendor_enable_full_scan_result(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ int type; -+ bool real_time = FALSE; -+ -+ type = nla_type(data); -+ -+ if (type == GSCAN_ATTRIBUTE_ENABLE_FULL_SCAN_RESULTS) { -+ real_time = nla_get_u32(data); -+ -+ err = dhd_dev_pno_enable_full_scan_result(bcmcfg_to_prmry_ndev(cfg), real_time); -+ -+ if (unlikely(err)) -+ WL_ERR(("Could not run gscan:%d \n", err)); -+ -+ } else { -+ err = -1; -+ } -+ -+ return err; -+} -+ -+static int wl_cfgvendor_set_scan_cfg(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ gscan_scan_params_t *scan_param; -+ int j = 0; -+ int type, tmp, tmp1, tmp2, k = 0; -+ const struct nlattr *iter, *iter1, *iter2; -+ struct dhd_pno_gscan_channel_bucket *ch_bucket; -+ -+ scan_param = kzalloc(sizeof(gscan_scan_params_t), GFP_KERNEL); -+ if (!scan_param) { -+ WL_ERR(("Could not set GSCAN scan cfg, mem alloc failure\n")); -+ err = -EINVAL; -+ return err; -+ -+ } -+ -+ scan_param->scan_fr = PNO_SCAN_MIN_FW_SEC; -+ nla_for_each_attr(iter, data, len, tmp) { -+ type = nla_type(iter); -+ -+ if (j >= GSCAN_MAX_CH_BUCKETS) -+ break; -+ -+ switch (type) { -+ case GSCAN_ATTRIBUTE_BASE_PERIOD: -+ scan_param->scan_fr = nla_get_u32(iter)/1000; -+ break; -+ case GSCAN_ATTRIBUTE_NUM_BUCKETS: -+ scan_param->nchannel_buckets = nla_get_u32(iter); -+ break; -+ case GSCAN_ATTRIBUTE_CH_BUCKET_1: -+ case GSCAN_ATTRIBUTE_CH_BUCKET_2: -+ case GSCAN_ATTRIBUTE_CH_BUCKET_3: -+ case GSCAN_ATTRIBUTE_CH_BUCKET_4: -+ case GSCAN_ATTRIBUTE_CH_BUCKET_5: -+ case GSCAN_ATTRIBUTE_CH_BUCKET_6: -+ case GSCAN_ATTRIBUTE_CH_BUCKET_7: -+ nla_for_each_nested(iter1, iter, tmp1) { -+ type = nla_type(iter1); -+ ch_bucket = -+ scan_param->channel_bucket; -+ -+ switch (type) { -+ case GSCAN_ATTRIBUTE_BUCKET_ID: -+ break; -+ case GSCAN_ATTRIBUTE_BUCKET_PERIOD: -+ ch_bucket[j].bucket_freq_multiple = -+ nla_get_u32(iter1)/1000; -+ break; -+ case GSCAN_ATTRIBUTE_BUCKET_NUM_CHANNELS: -+ ch_bucket[j].num_channels = -+ nla_get_u32(iter1); -+ break; -+ case GSCAN_ATTRIBUTE_BUCKET_CHANNELS: -+ nla_for_each_nested(iter2, iter1, tmp2) { -+ if (k >= PFN_SWC_RSSI_WINDOW_MAX) -+ break; -+ ch_bucket[j].chan_list[k] = -+ nla_get_u32(iter2); -+ k++; -+ } -+ k = 0; -+ break; -+ case GSCAN_ATTRIBUTE_BUCKETS_BAND: -+ ch_bucket[j].band = (uint16) -+ nla_get_u32(iter1); -+ break; -+ case GSCAN_ATTRIBUTE_REPORT_EVENTS: -+ ch_bucket[j].report_flag = (uint8) -+ nla_get_u32(iter1); -+ break; -+ } -+ } -+ j++; -+ break; -+ } -+ } -+ -+ if (dhd_dev_pno_set_cfg_gscan(bcmcfg_to_prmry_ndev(cfg), -+ DHD_PNO_SCAN_CFG_ID, scan_param, 0) < 0) { -+ WL_ERR(("Could not set GSCAN scan cfg\n")); -+ err = -EINVAL; -+ } -+ -+ kfree(scan_param); -+ return err; -+ -+} -+ -+static int wl_cfgvendor_hotlist_cfg(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ gscan_hotlist_scan_params_t *hotlist_params; -+ int tmp, tmp1, tmp2, type, j = 0, dummy; -+ const struct nlattr *outer, *inner, *iter; -+ uint8 flush = 0; -+ struct bssid_t *pbssid; -+ -+ hotlist_params = (gscan_hotlist_scan_params_t *)kzalloc(len, GFP_KERNEL); -+ if (!hotlist_params) { -+ WL_ERR(("Cannot Malloc mem to parse config commands size - %d bytes \n", len)); -+ return -1; -+ } -+ -+ hotlist_params->lost_ap_window = GSCAN_LOST_AP_WINDOW_DEFAULT; -+ -+ nla_for_each_attr(iter, data, len, tmp2) { -+ type = nla_type(iter); -+ switch (type) { -+ case GSCAN_ATTRIBUTE_HOTLIST_BSSIDS: -+ pbssid = hotlist_params->bssid; -+ nla_for_each_nested(outer, iter, tmp) { -+ nla_for_each_nested(inner, outer, tmp1) { -+ type = nla_type(inner); -+ -+ switch (type) { -+ case GSCAN_ATTRIBUTE_BSSID: -+ memcpy(&(pbssid[j].macaddr), -+ nla_data(inner), ETHER_ADDR_LEN); -+ break; -+ case GSCAN_ATTRIBUTE_RSSI_LOW: -+ pbssid[j].rssi_reporting_threshold = -+ (int8) nla_get_u8(inner); -+ break; -+ case GSCAN_ATTRIBUTE_RSSI_HIGH: -+ dummy = (int8) nla_get_u8(inner); -+ break; -+ } -+ } -+ j++; -+ } -+ hotlist_params->nbssid = j; -+ break; -+ case GSCAN_ATTRIBUTE_HOTLIST_FLUSH: -+ flush = nla_get_u8(iter); -+ break; -+ case GSCAN_ATTRIBUTE_LOST_AP_SAMPLE_SIZE: -+ hotlist_params->lost_ap_window = nla_get_u32(iter); -+ break; -+ } -+ -+ } -+ -+ if (dhd_dev_pno_set_cfg_gscan(bcmcfg_to_prmry_ndev(cfg), -+ DHD_PNO_GEOFENCE_SCAN_CFG_ID, hotlist_params, flush) < 0) { -+ WL_ERR(("Could not set GSCAN HOTLIST cfg\n")); -+ err = -EINVAL; -+ goto exit; -+ } -+exit: -+ kfree(hotlist_params); -+ return err; -+} -+static int wl_cfgvendor_set_batch_scan_cfg(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0, tmp, type; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ gscan_batch_params_t batch_param; -+ const struct nlattr *iter; -+ -+ batch_param.mscan = batch_param.bestn = 0; -+ batch_param.buffer_threshold = GSCAN_BATCH_NO_THR_SET; -+ -+ nla_for_each_attr(iter, data, len, tmp) { -+ type = nla_type(iter); -+ -+ switch (type) { -+ case GSCAN_ATTRIBUTE_NUM_AP_PER_SCAN: -+ batch_param.bestn = nla_get_u32(iter); -+ break; -+ case GSCAN_ATTRIBUTE_NUM_SCANS_TO_CACHE: -+ batch_param.mscan = nla_get_u32(iter); -+ break; -+ case GSCAN_ATTRIBUTE_REPORT_THRESHOLD: -+ batch_param.buffer_threshold = nla_get_u32(iter); -+ break; -+ } -+ } -+ -+ if (dhd_dev_pno_set_cfg_gscan(bcmcfg_to_prmry_ndev(cfg), -+ DHD_PNO_BATCH_SCAN_CFG_ID, &batch_param, 0) < 0) { -+ WL_ERR(("Could not set batch cfg\n")); -+ err = -EINVAL; -+ return err; -+ } -+ -+ return err; -+} -+ -+static int wl_cfgvendor_significant_change_cfg(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ gscan_swc_params_t *significant_params; -+ int tmp, tmp1, tmp2, type, j = 0; -+ const struct nlattr *outer, *inner, *iter; -+ uint8 flush = 0; -+ wl_pfn_significant_bssid_t *pbssid; -+ -+ significant_params = (gscan_swc_params_t *) kzalloc(len, GFP_KERNEL); -+ if (!significant_params) { -+ WL_ERR(("Cannot Malloc mem to parse config commands size - %d bytes \n", len)); -+ return -1; -+ } -+ -+ -+ nla_for_each_attr(iter, data, len, tmp2) { -+ type = nla_type(iter); -+ -+ switch (type) { -+ case GSCAN_ATTRIBUTE_SIGNIFICANT_CHANGE_FLUSH: -+ flush = nla_get_u8(iter); -+ break; -+ case GSCAN_ATTRIBUTE_RSSI_SAMPLE_SIZE: -+ significant_params->rssi_window = nla_get_u16(iter); -+ break; -+ case GSCAN_ATTRIBUTE_LOST_AP_SAMPLE_SIZE: -+ significant_params->lost_ap_window = nla_get_u16(iter); -+ break; -+ case GSCAN_ATTRIBUTE_MIN_BREACHING: -+ significant_params->swc_threshold = nla_get_u16(iter); -+ break; -+ case GSCAN_ATTRIBUTE_SIGNIFICANT_CHANGE_BSSIDS: -+ pbssid = significant_params->bssid_elem_list; -+ nla_for_each_nested(outer, iter, tmp) { -+ nla_for_each_nested(inner, outer, tmp1) { -+ switch (nla_type(inner)) { -+ case GSCAN_ATTRIBUTE_BSSID: -+ memcpy(&(pbssid[j].macaddr), -+ nla_data(inner), -+ ETHER_ADDR_LEN); -+ break; -+ case GSCAN_ATTRIBUTE_RSSI_HIGH: -+ pbssid[j].rssi_high_threshold = -+ (int8) nla_get_u8(inner); -+ break; -+ case GSCAN_ATTRIBUTE_RSSI_LOW: -+ pbssid[j].rssi_low_threshold = -+ (int8) nla_get_u8(inner); -+ break; -+ } -+ } -+ j++; -+ } -+ break; -+ } -+ } -+ significant_params->nbssid = j; -+ -+ if (dhd_dev_pno_set_cfg_gscan(bcmcfg_to_prmry_ndev(cfg), -+ DHD_PNO_SIGNIFICANT_SCAN_CFG_ID, significant_params, flush) < 0) { -+ WL_ERR(("Could not set GSCAN significant cfg\n")); -+ err = -EINVAL; -+ goto exit; -+ } -+exit: -+ kfree(significant_params); -+ return err; -+} -+#endif /* GSCAN_SUPPORT */ -+ -+#if defined(RTT_SUPPORT) && 0 -+void wl_cfgvendor_rtt_evt(void *ctx, void *rtt_data) -+{ -+ struct wireless_dev *wdev = (struct wireless_dev *)ctx; -+ struct wiphy *wiphy; -+ struct sk_buff *skb; -+ uint32 tot_len = NLMSG_DEFAULT_SIZE, entry_len = 0; -+ gfp_t kflags; -+ rtt_report_t *rtt_report = NULL; -+ rtt_result_t *rtt_result = NULL; -+ struct list_head *rtt_list; -+ wiphy = wdev->wiphy; -+ -+ WL_DBG(("In\n")); -+ /* Push the data to the skb */ -+ if (!rtt_data) { -+ WL_ERR(("rtt_data is NULL\n")); -+ goto exit; -+ } -+ rtt_list = (struct list_head *)rtt_data; -+ kflags = in_atomic() ? GFP_ATOMIC : GFP_KERNEL; -+ /* Alloc the SKB for vendor_event */ -+ skb = rtw_cfg80211_vendor_event_alloc(wiphy, tot_len, GOOGLE_RTT_COMPLETE_EVENT, kflags); -+ if (!skb) { -+ WL_ERR(("skb alloc failed")); -+ goto exit; -+ } -+ /* fill in the rtt results on each entry */ -+ list_for_each_entry(rtt_result, rtt_list, list) { -+ entry_len = 0; -+ if (rtt_result->TOF_type == TOF_TYPE_ONE_WAY) { -+ entry_len = sizeof(rtt_report_t); -+ rtt_report = kzalloc(entry_len, kflags); -+ if (!rtt_report) { -+ WL_ERR(("rtt_report alloc failed")); -+ goto exit; -+ } -+ rtt_report->addr = rtt_result->peer_mac; -+ rtt_report->num_measurement = 1; /* ONE SHOT */ -+ rtt_report->status = rtt_result->err_code; -+ rtt_report->type = (rtt_result->TOF_type == TOF_TYPE_ONE_WAY) ? RTT_ONE_WAY: RTT_TWO_WAY; -+ rtt_report->peer = rtt_result->target_info->peer; -+ rtt_report->channel = rtt_result->target_info->channel; -+ rtt_report->rssi = rtt_result->avg_rssi; -+ /* tx_rate */ -+ rtt_report->tx_rate = rtt_result->tx_rate; -+ /* RTT */ -+ rtt_report->rtt = rtt_result->meanrtt; -+ rtt_report->rtt_sd = rtt_result->sdrtt; -+ /* convert to centi meter */ -+ if (rtt_result->distance != 0xffffffff) -+ rtt_report->distance = (rtt_result->distance >> 2) * 25; -+ else /* invalid distance */ -+ rtt_report->distance = -1; -+ -+ rtt_report->ts = rtt_result->ts; -+ nla_append(skb, entry_len, rtt_report); -+ kfree(rtt_report); -+ } -+ } -+ rtw_cfg80211_vendor_event(skb, kflags); -+exit: -+ return; -+} -+ -+static int wl_cfgvendor_rtt_set_config(struct wiphy *wiphy, struct wireless_dev *wdev, -+ const void *data, int len) { -+ int err = 0, rem, rem1, rem2, type; -+ rtt_config_params_t rtt_param; -+ rtt_target_info_t* rtt_target = NULL; -+ const struct nlattr *iter, *iter1, *iter2; -+ int8 eabuf[ETHER_ADDR_STR_LEN]; -+ int8 chanbuf[CHANSPEC_STR_LEN]; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ -+ WL_DBG(("In\n")); -+ err = dhd_dev_rtt_register_noti_callback(wdev->netdev, wdev, wl_cfgvendor_rtt_evt); -+ if (err < 0) { -+ WL_ERR(("failed to register rtt_noti_callback\n")); -+ goto exit; -+ } -+ memset(&rtt_param, 0, sizeof(rtt_param)); -+ nla_for_each_attr(iter, data, len, rem) { -+ type = nla_type(iter); -+ switch (type) { -+ case RTT_ATTRIBUTE_TARGET_CNT: -+ rtt_param.rtt_target_cnt = nla_get_u8(iter); -+ if (rtt_param.rtt_target_cnt > RTT_MAX_TARGET_CNT) { -+ WL_ERR(("exceed max target count : %d\n", -+ rtt_param.rtt_target_cnt)); -+ err = BCME_RANGE; -+ } -+ break; -+ case RTT_ATTRIBUTE_TARGET_INFO: -+ rtt_target = rtt_param.target_info; -+ nla_for_each_nested(iter1, iter, rem1) { -+ nla_for_each_nested(iter2, iter1, rem2) { -+ type = nla_type(iter2); -+ switch (type) { -+ case RTT_ATTRIBUTE_TARGET_MAC: -+ memcpy(&rtt_target->addr, nla_data(iter2), ETHER_ADDR_LEN); -+ break; -+ case RTT_ATTRIBUTE_TARGET_TYPE: -+ rtt_target->type = nla_get_u8(iter2); -+ break; -+ case RTT_ATTRIBUTE_TARGET_PEER: -+ rtt_target->peer= nla_get_u8(iter2); -+ break; -+ case RTT_ATTRIBUTE_TARGET_CHAN: -+ memcpy(&rtt_target->channel, nla_data(iter2), -+ sizeof(rtt_target->channel)); -+ break; -+ case RTT_ATTRIBUTE_TARGET_MODE: -+ rtt_target->continuous = nla_get_u8(iter2); -+ break; -+ case RTT_ATTRIBUTE_TARGET_INTERVAL: -+ rtt_target->interval = nla_get_u32(iter2); -+ break; -+ case RTT_ATTRIBUTE_TARGET_NUM_MEASUREMENT: -+ rtt_target->measure_cnt = nla_get_u32(iter2); -+ break; -+ case RTT_ATTRIBUTE_TARGET_NUM_PKT: -+ rtt_target->ftm_cnt = nla_get_u32(iter2); -+ break; -+ case RTT_ATTRIBUTE_TARGET_NUM_RETRY: -+ rtt_target->retry_cnt = nla_get_u32(iter2); -+ } -+ } -+ /* convert to chanspec value */ -+ rtt_target->chanspec = dhd_rtt_convert_to_chspec(rtt_target->channel); -+ if (rtt_target->chanspec == 0) { -+ WL_ERR(("Channel is not valid \n")); -+ goto exit; -+ } -+ WL_INFORM(("Target addr %s, Channel : %s for RTT \n", -+ bcm_ether_ntoa((const struct ether_addr *)&rtt_target->addr, eabuf), -+ wf_chspec_ntoa(rtt_target->chanspec, chanbuf))); -+ rtt_target++; -+ } -+ break; -+ } -+ } -+ WL_DBG(("leave :target_cnt : %d\n", rtt_param.rtt_target_cnt)); -+ if (dhd_dev_rtt_set_cfg(bcmcfg_to_prmry_ndev(cfg), &rtt_param) < 0) { -+ WL_ERR(("Could not set RTT configuration\n")); -+ err = -EINVAL; -+ } -+exit: -+ return err; -+} -+ -+static int wl_cfgvendor_rtt_cancel_config(struct wiphy *wiphy, struct wireless_dev *wdev, -+ const void *data, int len) -+{ -+ int err = 0, rem, type, target_cnt = 0; -+ const struct nlattr *iter; -+ struct ether_addr *mac_list = NULL, *mac_addr = NULL; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ -+ nla_for_each_attr(iter, data, len, rem) { -+ type = nla_type(iter); -+ switch (type) { -+ case RTT_ATTRIBUTE_TARGET_CNT: -+ target_cnt = nla_get_u8(iter); -+ mac_list = (struct ether_addr *)kzalloc(target_cnt * ETHER_ADDR_LEN , GFP_KERNEL); -+ if (mac_list == NULL) { -+ WL_ERR(("failed to allocate mem for mac list\n")); -+ goto exit; -+ } -+ mac_addr = &mac_list[0]; -+ break; -+ case RTT_ATTRIBUTE_TARGET_MAC: -+ if (mac_addr) -+ memcpy(mac_addr++, nla_data(iter), ETHER_ADDR_LEN); -+ else { -+ WL_ERR(("mac_list is NULL\n")); -+ goto exit; -+ } -+ break; -+ } -+ if (dhd_dev_rtt_cancel_cfg(bcmcfg_to_prmry_ndev(cfg), mac_list, target_cnt) < 0) { -+ WL_ERR(("Could not cancel RTT configuration\n")); -+ err = -EINVAL; -+ goto exit; -+ } -+ } -+exit: -+ if (mac_list) -+ kfree(mac_list); -+ return err; -+} -+static int wl_cfgvendor_rtt_get_capability(struct wiphy *wiphy, struct wireless_dev *wdev, -+ const void *data, int len) -+{ -+ int err = 0; -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ rtt_capabilities_t capability; -+ -+ err = dhd_dev_rtt_capability(bcmcfg_to_prmry_ndev(cfg), &capability); -+ if (unlikely(err)) { -+ WL_ERR(("Vendor Command reply failed ret:%d \n", err)); -+ goto exit; -+ } -+ err = rtw_cfgvendor_send_cmd_reply(wiphy, bcmcfg_to_prmry_ndev(cfg), -+ &capability, sizeof(capability)); -+ -+ if (unlikely(err)) { -+ WL_ERR(("Vendor Command reply failed ret:%d \n", err)); -+ } -+exit: -+ return err; -+} -+ -+#endif /* RTT_SUPPORT */ -+static int wl_cfgvendor_priv_string_handler(struct wiphy *wiphy, -+ struct wireless_dev *wdev, const void *data, int len) -+{ -+ int err = 0; -+ u8 resp[1] = {'\0'}; -+ -+ DBG_871X_LEVEL(_drv_always_, FUNC_NDEV_FMT" %s\n", FUNC_NDEV_ARG(wdev_to_ndev(wdev)), (char*)data); -+ err = rtw_cfgvendor_send_cmd_reply(wiphy, wdev_to_ndev(wdev), resp, 1); -+ if (unlikely(err)) -+ DBG_871X_LEVEL(_drv_err_, FUNC_NDEV_FMT"Vendor Command reply failed ret:%d \n" -+ , FUNC_NDEV_ARG(wdev_to_ndev(wdev)), err); -+ -+ return err; -+#if 0 -+ struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); -+ int err = 0; -+ int data_len = 0; -+ -+ bzero(cfg->ioctl_buf, WLC_IOCTL_MAXLEN); -+ -+ if (strncmp((char *)data, BRCM_VENDOR_SCMD_CAPA, strlen(BRCM_VENDOR_SCMD_CAPA)) == 0) { -+ err = wldev_iovar_getbuf(bcmcfg_to_prmry_ndev(cfg), "cap", NULL, 0, -+ cfg->ioctl_buf, WLC_IOCTL_MAXLEN, &cfg->ioctl_buf_sync); -+ if (unlikely(err)) { -+ WL_ERR(("error (%d)\n", err)); -+ return err; -+ } -+ data_len = strlen(cfg->ioctl_buf); -+ cfg->ioctl_buf[data_len] = '\0'; -+ } -+ -+ err = rtw_cfgvendor_send_cmd_reply(wiphy, bcmcfg_to_prmry_ndev(cfg), -+ cfg->ioctl_buf, data_len+1); -+ if (unlikely(err)) -+ WL_ERR(("Vendor Command reply failed ret:%d \n", err)); -+ else -+ WL_INFORM(("Vendor Command reply sent successfully!\n")); -+ -+ return err; -+#endif -+} -+ -+static const struct wiphy_vendor_command rtw_vendor_cmds [] = { -+ { -+ { -+ .vendor_id = OUI_BRCM, -+ .subcmd = BRCM_VENDOR_SCMD_PRIV_STR -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_priv_string_handler -+ }, -+#if defined(GSCAN_SUPPORT) && 0 -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_GET_CAPABILITIES -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_gscan_get_capabilities -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_SET_CONFIG -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_set_scan_cfg -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_SET_SCAN_CONFIG -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_set_batch_scan_cfg -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_ENABLE_GSCAN -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_initiate_gscan -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_ENABLE_FULL_SCAN_RESULTS -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_enable_full_scan_result -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_SET_HOTLIST -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_hotlist_cfg -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_SET_SIGNIFICANT_CHANGE_CONFIG -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_significant_change_cfg -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_GET_SCAN_RESULTS -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_gscan_get_batch_results -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = GSCAN_SUBCMD_GET_CHANNEL_LIST -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_gscan_get_channel_list -+ }, -+#endif /* GSCAN_SUPPORT */ -+#if defined(RTT_SUPPORT) && 0 -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = RTT_SUBCMD_SET_CONFIG -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_rtt_set_config -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = RTT_SUBCMD_CANCEL_CONFIG -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_rtt_cancel_config -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = RTT_SUBCMD_GETCAPABILITY -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = wl_cfgvendor_rtt_get_capability -+ }, -+#endif /* RTT_SUPPORT */ -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = ANDR_WIFI_SUBCMD_GET_FEATURE_SET -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = rtw_cfgvendor_get_feature_set -+ }, -+ { -+ { -+ .vendor_id = OUI_GOOGLE, -+ .subcmd = ANDR_WIFI_SUBCMD_GET_FEATURE_SET_MATRIX -+ }, -+ .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV, -+ .doit = rtw_cfgvendor_get_feature_set_matrix -+ } -+}; -+ -+static const struct nl80211_vendor_cmd_info rtw_vendor_events [] = { -+ { OUI_BRCM, BRCM_VENDOR_EVENT_UNSPEC }, -+ { OUI_BRCM, BRCM_VENDOR_EVENT_PRIV_STR }, -+#if defined(GSCAN_SUPPORT) && 0 -+ { OUI_GOOGLE, GOOGLE_GSCAN_SIGNIFICANT_EVENT }, -+ { OUI_GOOGLE, GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT }, -+ { OUI_GOOGLE, GOOGLE_GSCAN_BATCH_SCAN_EVENT }, -+ { OUI_GOOGLE, GOOGLE_SCAN_FULL_RESULTS_EVENT }, -+#endif /* GSCAN_SUPPORT */ -+#if defined(RTT_SUPPORT) && 0 -+ { OUI_GOOGLE, GOOGLE_RTT_COMPLETE_EVENT }, -+#endif /* RTT_SUPPORT */ -+#if defined(GSCAN_SUPPORT) && 0 -+ { OUI_GOOGLE, GOOGLE_SCAN_COMPLETE_EVENT }, -+ { OUI_GOOGLE, GOOGLE_GSCAN_GEOFENCE_LOST_EVENT } -+#endif /* GSCAN_SUPPORT */ -+}; -+ -+int rtw_cfgvendor_attach(struct wiphy *wiphy) -+{ -+ -+ DBG_871X("Register RTW cfg80211 vendor cmd(0x%x) interface \n", NL80211_CMD_VENDOR); -+ -+ wiphy->vendor_commands = rtw_vendor_cmds; -+ wiphy->n_vendor_commands = ARRAY_SIZE(rtw_vendor_cmds); -+ wiphy->vendor_events = rtw_vendor_events; -+ wiphy->n_vendor_events = ARRAY_SIZE(rtw_vendor_events); -+ -+ return 0; -+} -+ -+int rtw_cfgvendor_detach(struct wiphy *wiphy) -+{ -+ DBG_871X("Vendor: Unregister RTW cfg80211 vendor interface \n"); -+ -+ wiphy->vendor_commands = NULL; -+ wiphy->vendor_events = NULL; -+ wiphy->n_vendor_commands = 0; -+ wiphy->n_vendor_events = 0; -+ -+ return 0; -+} -+#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT) */ -+ -+#endif /* CONFIG_IOCTL_CFG80211 */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.h linux/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.h ---- linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/rtw_cfgvendor.h 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,246 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2014 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#ifndef _RTW_CFGVENDOR_H_ -+#define _RTW_CFGVENDOR_H_ -+ -+#define OUI_BRCM 0x001018 -+#define OUI_GOOGLE 0x001A11 -+#define BRCM_VENDOR_SUBCMD_PRIV_STR 1 -+#define ATTRIBUTE_U32_LEN (NLA_HDRLEN + 4) -+#define VENDOR_ID_OVERHEAD ATTRIBUTE_U32_LEN -+#define VENDOR_SUBCMD_OVERHEAD ATTRIBUTE_U32_LEN -+#define VENDOR_DATA_OVERHEAD (NLA_HDRLEN) -+ -+#define SCAN_RESULTS_COMPLETE_FLAG_LEN ATTRIBUTE_U32_LEN -+#define SCAN_INDEX_HDR_LEN (NLA_HDRLEN) -+#define SCAN_ID_HDR_LEN ATTRIBUTE_U32_LEN -+#define SCAN_FLAGS_HDR_LEN ATTRIBUTE_U32_LEN -+#define GSCAN_NUM_RESULTS_HDR_LEN ATTRIBUTE_U32_LEN -+#define GSCAN_RESULTS_HDR_LEN (NLA_HDRLEN) -+#define GSCAN_BATCH_RESULT_HDR_LEN (SCAN_INDEX_HDR_LEN + SCAN_ID_HDR_LEN + \ -+ SCAN_FLAGS_HDR_LEN + \ -+ GSCAN_NUM_RESULTS_HDR_LEN + \ -+ GSCAN_RESULTS_HDR_LEN) -+ -+#define VENDOR_REPLY_OVERHEAD (VENDOR_ID_OVERHEAD + \ -+ VENDOR_SUBCMD_OVERHEAD + \ -+ VENDOR_DATA_OVERHEAD) -+typedef enum { -+ /* don't use 0 as a valid subcommand */ -+ VENDOR_NL80211_SUBCMD_UNSPECIFIED, -+ -+ /* define all vendor startup commands between 0x0 and 0x0FFF */ -+ VENDOR_NL80211_SUBCMD_RANGE_START = 0x0001, -+ VENDOR_NL80211_SUBCMD_RANGE_END = 0x0FFF, -+ -+ /* define all GScan related commands between 0x1000 and 0x10FF */ -+ ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START = 0x1000, -+ ANDROID_NL80211_SUBCMD_GSCAN_RANGE_END = 0x10FF, -+ -+ /* define all NearbyDiscovery related commands between 0x1100 and 0x11FF */ -+ ANDROID_NL80211_SUBCMD_NBD_RANGE_START = 0x1100, -+ ANDROID_NL80211_SUBCMD_NBD_RANGE_END = 0x11FF, -+ -+ /* define all RTT related commands between 0x1100 and 0x11FF */ -+ ANDROID_NL80211_SUBCMD_RTT_RANGE_START = 0x1100, -+ ANDROID_NL80211_SUBCMD_RTT_RANGE_END = 0x11FF, -+ -+ ANDROID_NL80211_SUBCMD_LSTATS_RANGE_START = 0x1200, -+ ANDROID_NL80211_SUBCMD_LSTATS_RANGE_END = 0x12FF, -+ -+ ANDROID_NL80211_SUBCMD_TDLS_RANGE_START = 0x1300, -+ ANDROID_NL80211_SUBCMD_TDLS_RANGE_END = 0x13FF, -+ /* This is reserved for future usage */ -+ -+} ANDROID_VENDOR_SUB_COMMAND; -+ -+enum wl_vendor_subcmd { -+ BRCM_VENDOR_SCMD_UNSPEC, -+ BRCM_VENDOR_SCMD_PRIV_STR, -+ GSCAN_SUBCMD_GET_CAPABILITIES = ANDROID_NL80211_SUBCMD_GSCAN_RANGE_START, -+ GSCAN_SUBCMD_SET_CONFIG, -+ GSCAN_SUBCMD_SET_SCAN_CONFIG, -+ GSCAN_SUBCMD_ENABLE_GSCAN, -+ GSCAN_SUBCMD_GET_SCAN_RESULTS, -+ GSCAN_SUBCMD_SCAN_RESULTS, -+ GSCAN_SUBCMD_SET_HOTLIST, -+ GSCAN_SUBCMD_SET_SIGNIFICANT_CHANGE_CONFIG, -+ GSCAN_SUBCMD_ENABLE_FULL_SCAN_RESULTS, -+ GSCAN_SUBCMD_GET_CHANNEL_LIST, -+ ANDR_WIFI_SUBCMD_GET_FEATURE_SET, -+ ANDR_WIFI_SUBCMD_GET_FEATURE_SET_MATRIX, -+ RTT_SUBCMD_SET_CONFIG = ANDROID_NL80211_SUBCMD_RTT_RANGE_START, -+ RTT_SUBCMD_CANCEL_CONFIG, -+ RTT_SUBCMD_GETCAPABILITY, -+ /* Add more sub commands here */ -+ VENDOR_SUBCMD_MAX -+}; -+ -+enum gscan_attributes { -+ GSCAN_ATTRIBUTE_NUM_BUCKETS = 10, -+ GSCAN_ATTRIBUTE_BASE_PERIOD, -+ GSCAN_ATTRIBUTE_BUCKETS_BAND, -+ GSCAN_ATTRIBUTE_BUCKET_ID, -+ GSCAN_ATTRIBUTE_BUCKET_PERIOD, -+ GSCAN_ATTRIBUTE_BUCKET_NUM_CHANNELS, -+ GSCAN_ATTRIBUTE_BUCKET_CHANNELS, -+ GSCAN_ATTRIBUTE_NUM_AP_PER_SCAN, -+ GSCAN_ATTRIBUTE_REPORT_THRESHOLD, -+ GSCAN_ATTRIBUTE_NUM_SCANS_TO_CACHE, -+ GSCAN_ATTRIBUTE_BAND = GSCAN_ATTRIBUTE_BUCKETS_BAND, -+ -+ GSCAN_ATTRIBUTE_ENABLE_FEATURE = 20, -+ GSCAN_ATTRIBUTE_SCAN_RESULTS_COMPLETE, -+ GSCAN_ATTRIBUTE_FLUSH_FEATURE, -+ GSCAN_ATTRIBUTE_ENABLE_FULL_SCAN_RESULTS, -+ GSCAN_ATTRIBUTE_REPORT_EVENTS, -+ /* remaining reserved for additional attributes */ -+ GSCAN_ATTRIBUTE_NUM_OF_RESULTS = 30, -+ GSCAN_ATTRIBUTE_FLUSH_RESULTS, -+ GSCAN_ATTRIBUTE_SCAN_RESULTS, /* flat array of wifi_scan_result */ -+ GSCAN_ATTRIBUTE_SCAN_ID, /* indicates scan number */ -+ GSCAN_ATTRIBUTE_SCAN_FLAGS, /* indicates if scan was aborted */ -+ GSCAN_ATTRIBUTE_AP_FLAGS, /* flags on significant change event */ -+ GSCAN_ATTRIBUTE_NUM_CHANNELS, -+ GSCAN_ATTRIBUTE_CHANNEL_LIST, -+ -+ /* remaining reserved for additional attributes */ -+ -+ GSCAN_ATTRIBUTE_SSID = 40, -+ GSCAN_ATTRIBUTE_BSSID, -+ GSCAN_ATTRIBUTE_CHANNEL, -+ GSCAN_ATTRIBUTE_RSSI, -+ GSCAN_ATTRIBUTE_TIMESTAMP, -+ GSCAN_ATTRIBUTE_RTT, -+ GSCAN_ATTRIBUTE_RTTSD, -+ -+ /* remaining reserved for additional attributes */ -+ -+ GSCAN_ATTRIBUTE_HOTLIST_BSSIDS = 50, -+ GSCAN_ATTRIBUTE_RSSI_LOW, -+ GSCAN_ATTRIBUTE_RSSI_HIGH, -+ GSCAN_ATTRIBUTE_HOSTLIST_BSSID_ELEM, -+ GSCAN_ATTRIBUTE_HOTLIST_FLUSH, -+ -+ /* remaining reserved for additional attributes */ -+ GSCAN_ATTRIBUTE_RSSI_SAMPLE_SIZE = 60, -+ GSCAN_ATTRIBUTE_LOST_AP_SAMPLE_SIZE, -+ GSCAN_ATTRIBUTE_MIN_BREACHING, -+ GSCAN_ATTRIBUTE_SIGNIFICANT_CHANGE_BSSIDS, -+ GSCAN_ATTRIBUTE_SIGNIFICANT_CHANGE_FLUSH, -+ GSCAN_ATTRIBUTE_MAX -+}; -+ -+enum gscan_bucket_attributes { -+ GSCAN_ATTRIBUTE_CH_BUCKET_1, -+ GSCAN_ATTRIBUTE_CH_BUCKET_2, -+ GSCAN_ATTRIBUTE_CH_BUCKET_3, -+ GSCAN_ATTRIBUTE_CH_BUCKET_4, -+ GSCAN_ATTRIBUTE_CH_BUCKET_5, -+ GSCAN_ATTRIBUTE_CH_BUCKET_6, -+ GSCAN_ATTRIBUTE_CH_BUCKET_7 -+}; -+ -+enum gscan_ch_attributes { -+ GSCAN_ATTRIBUTE_CH_ID_1, -+ GSCAN_ATTRIBUTE_CH_ID_2, -+ GSCAN_ATTRIBUTE_CH_ID_3, -+ GSCAN_ATTRIBUTE_CH_ID_4, -+ GSCAN_ATTRIBUTE_CH_ID_5, -+ GSCAN_ATTRIBUTE_CH_ID_6, -+ GSCAN_ATTRIBUTE_CH_ID_7 -+}; -+ -+enum rtt_attributes { -+ RTT_ATTRIBUTE_TARGET_CNT, -+ RTT_ATTRIBUTE_TARGET_INFO, -+ RTT_ATTRIBUTE_TARGET_MAC, -+ RTT_ATTRIBUTE_TARGET_TYPE, -+ RTT_ATTRIBUTE_TARGET_PEER, -+ RTT_ATTRIBUTE_TARGET_CHAN, -+ RTT_ATTRIBUTE_TARGET_MODE, -+ RTT_ATTRIBUTE_TARGET_INTERVAL, -+ RTT_ATTRIBUTE_TARGET_NUM_MEASUREMENT, -+ RTT_ATTRIBUTE_TARGET_NUM_PKT, -+ RTT_ATTRIBUTE_TARGET_NUM_RETRY -+}; -+ -+typedef enum wl_vendor_event { -+ BRCM_VENDOR_EVENT_UNSPEC, -+ BRCM_VENDOR_EVENT_PRIV_STR, -+ GOOGLE_GSCAN_SIGNIFICANT_EVENT, -+ GOOGLE_GSCAN_GEOFENCE_FOUND_EVENT, -+ GOOGLE_GSCAN_BATCH_SCAN_EVENT, -+ GOOGLE_SCAN_FULL_RESULTS_EVENT, -+ GOOGLE_RTT_COMPLETE_EVENT, -+ GOOGLE_SCAN_COMPLETE_EVENT, -+ GOOGLE_GSCAN_GEOFENCE_LOST_EVENT -+} wl_vendor_event_t; -+ -+enum andr_wifi_feature_set_attr { -+ ANDR_WIFI_ATTRIBUTE_NUM_FEATURE_SET, -+ ANDR_WIFI_ATTRIBUTE_FEATURE_SET -+}; -+ -+typedef enum wl_vendor_gscan_attribute { -+ ATTR_START_GSCAN, -+ ATTR_STOP_GSCAN, -+ ATTR_SET_SCAN_BATCH_CFG_ID, /* set batch scan params */ -+ ATTR_SET_SCAN_GEOFENCE_CFG_ID, /* set list of bssids to track */ -+ ATTR_SET_SCAN_SIGNIFICANT_CFG_ID, /* set list of bssids, rssi threshold etc.. */ -+ ATTR_SET_SCAN_CFG_ID, /* set common scan config params here */ -+ ATTR_GET_GSCAN_CAPABILITIES_ID, -+ /* Add more sub commands here */ -+ ATTR_GSCAN_MAX -+} wl_vendor_gscan_attribute_t; -+ -+typedef enum gscan_batch_attribute { -+ ATTR_GSCAN_BATCH_BESTN, -+ ATTR_GSCAN_BATCH_MSCAN, -+ ATTR_GSCAN_BATCH_BUFFER_THRESHOLD -+} gscan_batch_attribute_t; -+ -+typedef enum gscan_geofence_attribute { -+ ATTR_GSCAN_NUM_HOTLIST_BSSID, -+ ATTR_GSCAN_HOTLIST_BSSID -+} gscan_geofence_attribute_t; -+ -+typedef enum gscan_complete_event { -+ WIFI_SCAN_BUFFER_FULL, -+ WIFI_SCAN_COMPLETE -+} gscan_complete_event_t; -+ -+/* Capture the BRCM_VENDOR_SUBCMD_PRIV_STRINGS* here */ -+#define BRCM_VENDOR_SCMD_CAPA "cap" -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT) -+extern int rtw_cfgvendor_attach(struct wiphy *wiphy); -+extern int rtw_cfgvendor_detach(struct wiphy *wiphy); -+extern int rtw_cfgvendor_send_async_event(struct wiphy *wiphy, -+ struct net_device *dev, int event_id, const void *data, int len); -+#if defined(GSCAN_SUPPORT) && 0 -+extern int wl_cfgvendor_send_hotlist_event(struct wiphy *wiphy, -+ struct net_device *dev, void *data, int len, wl_vendor_event_t event); -+#endif -+#endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) || defined(RTW_VENDOR_EXT_SUPPORT) */ -+ -+#endif /* _RTW_CFGVENDOR_H_ */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_proc.c linux/3rdparty/rtl8812au/os_dep/linux/rtw_proc.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_proc.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/rtw_proc.c 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,1723 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+#include -+#include -+#include "rtw_proc.h" -+ -+#ifdef CONFIG_PROC_DEBUG -+ -+static struct proc_dir_entry *rtw_proc = NULL; -+ -+inline struct proc_dir_entry *get_rtw_drv_proc(void) -+{ -+ return rtw_proc; -+} -+ -+#define RTW_PROC_NAME DRV_NAME -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0)) -+#define file_inode(file) ((file)->f_dentry->d_inode) -+#endif -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)) -+#define PDE_DATA(inode) PDE((inode))->data -+#define proc_get_parent_data(inode) PDE((inode))->parent->data -+#endif -+ -+#if(LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)) -+#define get_proc_net proc_net -+#else -+#define get_proc_net init_net.proc_net -+#endif -+ -+inline struct proc_dir_entry *rtw_proc_create_dir(const char *name, struct proc_dir_entry *parent, void *data) -+{ -+ struct proc_dir_entry *entry; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)) -+ entry = proc_mkdir_data(name, S_IRUGO|S_IXUGO, parent, data); -+#else -+ //entry = proc_mkdir_mode(name, S_IRUGO|S_IXUGO, parent); -+ entry = proc_mkdir(name, parent); -+ if (entry) -+ entry->data = data; -+#endif -+ -+ return entry; -+} -+ -+inline struct proc_dir_entry *rtw_proc_create_entry(const char *name, struct proc_dir_entry *parent, -+ const struct file_operations *fops, void * data) -+{ -+ struct proc_dir_entry *entry; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)) -+ entry = proc_create_data(name, S_IFREG|S_IRUGO|S_IWUGO, parent, fops, data); -+#else -+ entry = create_proc_entry(name, S_IFREG|S_IRUGO|S_IWUGO, parent); -+ if (entry) { -+ entry->data = data; -+ entry->proc_fops = fops; -+ } -+#endif -+ -+ return entry; -+} -+ -+static int proc_get_dummy(struct seq_file *m, void *v) -+{ -+ return 0; -+} -+ -+static int proc_get_drv_version(struct seq_file *m, void *v) -+{ -+ dump_drv_version(m); -+ return 0; -+} -+ -+static int proc_get_log_level(struct seq_file *m, void *v) -+{ -+ dump_log_level(m); -+ return 0; -+} -+ -+static int proc_get_drv_cfg(struct seq_file *m, void *v) -+{ -+ dump_drv_cfg(m); -+ return 0; -+} -+ -+static ssize_t proc_set_log_level(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ char tmp[32]; -+ int log_level; -+ -+ if (count < 1) -+ return -EINVAL; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d ", &log_level); -+ -+ if( log_level >= _drv_always_ && log_level <= _drv_debug_ ) -+ { -+ GlobalDebugLevel= log_level; -+ printk("%d\n", GlobalDebugLevel); -+ } -+ } else { -+ return -EFAULT; -+ } -+ -+ return count; -+} -+ -+#ifdef DBG_MEM_ALLOC -+static int proc_get_mstat(struct seq_file *m, void *v) -+{ -+ rtw_mstat_dump(m); -+ return 0; -+} -+#endif /* DBG_MEM_ALLOC */ -+ -+static int proc_get_chplan_id_list(struct seq_file *m, void *v) -+{ -+ dump_chplan_id_list(m); -+ return 0; -+} -+ -+static int proc_get_chplan_test(struct seq_file *m, void *v) -+{ -+ dump_chplan_test(m); -+ return 0; -+} -+ -+/* -+* rtw_drv_proc: -+* init/deinit when register/unregister driver -+*/ -+const struct rtw_proc_hdl drv_proc_hdls [] = { -+ {"ver_info", proc_get_drv_version, NULL}, -+ {"log_level", proc_get_log_level, proc_set_log_level}, -+ {"drv_cfg", proc_get_drv_cfg, NULL}, -+#ifdef DBG_MEM_ALLOC -+ {"mstat", proc_get_mstat, NULL}, -+#endif /* DBG_MEM_ALLOC */ -+ {"chplan_id_list", proc_get_chplan_id_list, NULL}, -+ {"chplan_test", proc_get_chplan_test, NULL}, -+}; -+ -+const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); -+ -+static int rtw_drv_proc_open(struct inode *inode, struct file *file) -+{ -+ //struct net_device *dev = proc_get_parent_data(inode); -+ ssize_t index = (ssize_t)PDE_DATA(inode); -+ const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; -+ return single_open(file, hdl->show, NULL); -+} -+ -+static ssize_t rtw_drv_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(file_inode(file)); -+ const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; -+ ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *, void *) = hdl->write; -+ -+ if (write) -+ return write(file, buffer, count, pos, NULL); -+ -+ return -EROFS; -+} -+ -+static const struct file_operations rtw_drv_proc_fops = { -+ .owner = THIS_MODULE, -+ .open = rtw_drv_proc_open, -+ .read = seq_read, -+ .llseek = seq_lseek, -+ .release = single_release, -+ .write = rtw_drv_proc_write, -+}; -+ -+int rtw_drv_proc_init(void) -+{ -+ int ret = _FAIL; -+ ssize_t i; -+ struct proc_dir_entry *entry = NULL; -+ -+ if (rtw_proc != NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ rtw_proc = rtw_proc_create_dir(RTW_PROC_NAME, get_proc_net, NULL); -+ -+ if (rtw_proc == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ for (i=0;iprivate; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ sd_f0_reg_dump(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_sdio_local_reg_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ sdio_local_reg_dump(m, adapter); -+ -+ return 0; -+} -+#endif /* CONFIG_SDIO_HCI */ -+ -+static int proc_get_mac_reg_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ mac_reg_dump(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_bb_reg_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ bb_reg_dump(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_rf_reg_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ rf_reg_dump(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_dump_adapters_status(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ dump_adapters_status(m, adapter_to_dvobj(adapter)); -+ -+ return 0; -+} -+ -+//gpio setting -+#ifdef CONFIG_GPIO_API -+static ssize_t proc_set_config_gpio(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]={0}; -+ int num=0,gpio_pin=0,gpio_mode=0;//gpio_mode:0 input 1:output; -+ -+ if (count < 2) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ num =sscanf(tmp, "%d %d",&gpio_pin,&gpio_mode); -+ DBG_871X("num=%d gpio_pin=%d mode=%d\n",num,gpio_pin,gpio_mode); -+ padapter->pre_gpio_pin=gpio_pin; -+ -+ if(gpio_mode==0 || gpio_mode==1 ) -+ rtw_hal_config_gpio(padapter, gpio_pin,gpio_mode); -+ } -+ return count; -+ -+} -+static ssize_t proc_set_gpio_output_value(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]={0}; -+ int num=0,gpio_pin=0,pin_mode=0;//pin_mode: 1 high 0:low -+ -+ if (count < 2) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ num =sscanf(tmp, "%d %d",&gpio_pin,&pin_mode); -+ DBG_871X("num=%d gpio_pin=%d pin_high=%d\n",num,gpio_pin,pin_mode); -+ padapter->pre_gpio_pin=gpio_pin; -+ -+ if(pin_mode==0 || pin_mode==1 ) -+ rtw_hal_set_gpio_output_value(padapter, gpio_pin,pin_mode); -+ } -+ return count; -+} -+static int proc_get_gpio(struct seq_file *m, void *v) -+{ -+ u8 gpioreturnvalue=0; -+ struct net_device *dev = m->private; -+ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ if(!padapter) -+ return -EFAULT; -+ gpioreturnvalue = rtw_hal_get_gpio(padapter, padapter->pre_gpio_pin); -+ DBG_871X_SEL_NL(m, "get_gpio %d:%d \n",padapter->pre_gpio_pin ,gpioreturnvalue); -+ -+ return 0; -+ -+} -+static ssize_t proc_set_gpio(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]={0}; -+ int num=0,gpio_pin=0; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ num =sscanf(tmp, "%d",&gpio_pin); -+ DBG_871X("num=%d gpio_pin=%d\n",num,gpio_pin); -+ padapter->pre_gpio_pin=gpio_pin; -+ -+ } -+ return count; -+} -+#endif -+ -+ -+static int proc_get_linked_info_dump(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ if(padapter) -+ DBG_871X_SEL_NL(m, "linked_info_dump :%s \n", (padapter->bLinkInfoDump)?"enable":"disable"); -+ -+ return 0; -+} -+ -+static ssize_t proc_set_linked_info_dump(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ char tmp[32]={0}; -+ int mode=0,pre_mode=0; -+ int num=0; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ pre_mode=padapter->bLinkInfoDump; -+ DBG_871X("pre_mode=%d\n", pre_mode); -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ num =sscanf(tmp, "%d ", &mode); -+ DBG_871X("num=%d mode=%d\n",num,mode); -+ -+ if(num!=1) -+ { -+ DBG_871X("argument number is wrong\n"); -+ return -EFAULT; -+ } -+ -+ if(mode==1 || (mode==0 && pre_mode==1) ) //not consider pwr_saving 0: -+ { -+ padapter->bLinkInfoDump = mode; -+ -+ } -+ else if( (mode==2 ) || (mode==0 && pre_mode==2))//consider power_saving -+ { -+ //DBG_871X("linked_info_dump =%s \n", (padapter->bLinkInfoDump)?"enable":"disable") -+ linked_info_dump(padapter,mode); -+ } -+ } -+ return count; -+} -+ -+static int proc_get_mac_qinfo(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ rtw_hal_get_hwreg(adapter, HW_VAR_DUMP_MAC_QUEUE_INFO, (u8 *)m); -+ -+ return 0; -+} -+ -+int proc_get_wifi_spec(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct registry_priv *pregpriv = &padapter->registrypriv; -+ -+ DBG_871X_SEL_NL(m,"wifi_spec=%d\n",pregpriv->wifi_spec); -+ return 0; -+} -+ -+static int proc_get_chan_plan(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ dump_cur_chset(m, adapter); -+ -+ return 0; -+} -+ -+static ssize_t proc_set_chan_plan(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u8 chan_plan = RTW_CHPLAN_MAX; -+ -+ if (!padapter) -+ return -EFAULT; -+ -+ if (count < 1) -+ { -+ DBG_871X("argument size is less than 1\n"); -+ return -EFAULT; -+ } -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx", &chan_plan); -+ -+ if (num != 1) { -+ DBG_871X("invalid read_reg parameter!\n"); -+ return count; -+ } -+ -+ } -+ -+ rtw_set_channel_plan(padapter, chan_plan); -+ -+ return count; -+} -+ -+#ifdef CONFIG_DFS_MASTER -+ssize_t proc_set_update_non_ocp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlme = &adapter->mlmepriv; -+ struct mlme_ext_priv *mlmeext = &adapter->mlmeextpriv; -+ char tmp[32]; -+ u8 ch, bw = CHANNEL_WIDTH_20, offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ int ms = -1; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhu %hhu %hhu %d", &ch, &bw, &offset, &ms); -+ -+ if (num < 1 || (bw != CHANNEL_WIDTH_20 && num < 3)) -+ goto exit; -+ -+ if (bw == CHANNEL_WIDTH_20) -+ rtw_chset_update_non_ocp_ms(mlmeext->channel_set -+ , ch, bw, HAL_PRIME_CHNL_OFFSET_DONT_CARE, ms); -+ else -+ rtw_chset_update_non_ocp_ms(mlmeext->channel_set -+ , ch, bw, offset, ms); -+ } -+ -+exit: -+ return count; -+} -+ -+ssize_t proc_set_radar_detect(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct rf_ctl_t *rfctl = adapter_to_rfctl(adapter); -+ char tmp[32]; -+ u8 fake_radar_detect_cnt = 0; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhu", &fake_radar_detect_cnt); -+ -+ if (num < 1) -+ goto exit; -+ -+ rfctl->dbg_dfs_master_fake_radar_detect_cnt = fake_radar_detect_cnt; -+ } -+ -+exit: -+ return count; -+} -+#endif /* CONFIG_DFS_MASTER */ -+ -+static int proc_get_udpport(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct recv_priv *precvpriv = &(padapter->recvpriv); -+ -+ DBG_871X_SEL_NL(m,"%d\n",precvpriv->sink_udpport); -+ return 0; -+} -+static ssize_t proc_set_udpport(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ struct recv_priv *precvpriv = &(padapter->recvpriv); -+ int sink_udpport = 0; -+ char tmp[32]; -+ -+ -+ if (!padapter) -+ return -EFAULT; -+ -+ if (count < 1) -+ { -+ DBG_871X("argument size is less than 1\n"); -+ return -EFAULT; -+ } -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%d", &sink_udpport); -+ -+ if (num != 1) { -+ DBG_871X("invalid input parameter number!\n"); -+ return count; -+ } -+ -+ } -+ precvpriv->sink_udpport = sink_udpport; -+ -+ return count; -+ -+} -+ -+static int proc_get_macid_info(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct macid_ctl_t *macid_ctl = dvobj_to_macidctl(dvobj); -+ u8 i; -+ -+ DBG_871X_SEL_NL(m, "max_num:%u\n", macid_ctl->num); -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ DBG_871X_SEL_NL(m, "used:\n"); -+ dump_macid_map(m, &macid_ctl->used, macid_ctl->num); -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ DBG_871X_SEL_NL(m, "%-3s %-3s %-4s %-4s" -+ "\n" -+ , "id", "bmc", "if_g", "ch_g" -+ ); -+ -+ for (i=0;inum;i++) { -+ if (rtw_macid_is_used(macid_ctl, i)) -+ DBG_871X_SEL_NL(m, "%3u %3u %4d %4d" -+ "\n" -+ , i -+ , rtw_macid_is_bmc(macid_ctl, i) -+ , rtw_macid_get_if_g(macid_ctl, i) -+ , rtw_macid_get_ch_g(macid_ctl, i) -+ ); -+ } -+ -+ return 0; -+} -+ -+static int proc_get_sec_cam(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ -+ DBG_871X_SEL_NL(m, "sec_cap:0x%02x\n", cam_ctl->sec_cap); -+ DBG_871X_SEL_NL(m, "flags:0x%08x\n", cam_ctl->flags); -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ DBG_871X_SEL_NL(m, "max_num:%u\n", cam_ctl->num); -+ DBG_871X_SEL_NL(m, "used:\n"); -+ dump_sec_cam_map(m, &cam_ctl->used, cam_ctl->num); -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ DBG_871X_SEL_NL(m, "reg_scr:0x%04x\n", rtw_read16(adapter, 0x680)); -+ DBG_871X_SEL_NL(m, "\n"); -+ -+ dump_sec_cam(m, adapter); -+ -+ return 0; -+} -+ -+static ssize_t proc_set_sec_cam(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ char tmp[32] = {0}; -+ char cmd[4]; -+ u8 id; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ /* c : clear specific cam entry */ -+ /* wfc : write specific cam entry from cam cache */ -+ -+ int num = sscanf(tmp, "%s %hhu", cmd, &id); -+ -+ if (num < 2) -+ return count; -+ -+ if (id >= cam_ctl->num) { -+ DBG_871X_LEVEL(_drv_err_, FUNC_ADPT_FMT" invalid id:%u\n", FUNC_ADPT_ARG(adapter), id); -+ return count; -+ } -+ -+ if (strcmp("c", cmd) == 0) { -+ _clear_cam_entry(adapter, id); -+ adapter->securitypriv.hw_decrypted = _FALSE; /* temporarily set this for TX path to use SW enc */ -+ } else if (strcmp("wfc", cmd) == 0) { -+ write_cam_from_cache(adapter, id); -+ } -+ } -+ -+ return count; -+} -+ -+static int proc_get_sec_cam_cache(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct dvobj_priv *dvobj = adapter_to_dvobj(adapter); -+ struct cam_ctl_t *cam_ctl = &dvobj->cam_ctl; -+ u8 i; -+ -+ DBG_871X_SEL_NL(m, "SW sec cam cache:\n"); -+ dump_sec_cam_ent_title(m, 1); -+ for (i = 0; i < cam_ctl->num; i++) { -+ if (dvobj->cam_cache[i].ctrl != 0) -+ dump_sec_cam_ent(m, &dvobj->cam_cache[i], i); -+ } -+ -+ return 0; -+} -+ -+static ssize_t proc_set_change_bss_chbw(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct mlme_priv *mlme = &(adapter->mlmepriv); -+ struct mlme_ext_priv *mlmeext = &(adapter->mlmeextpriv); -+ char tmp[32]; -+ u8 ch, bw = CHANNEL_WIDTH_20, offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhu %hhu %hhu", &ch, &bw, &offset); -+ -+ if (num < 1 || (bw != CHANNEL_WIDTH_20 && num < 3)) -+ goto exit; -+ -+ if (check_fwstate(mlme, WIFI_AP_STATE) && check_fwstate(mlme, WIFI_ASOC_STATE)) -+ rtw_change_bss_chbw_cmd(adapter, RTW_CMDF_WAIT_ACK, ch, bw, offset); -+ } -+ -+exit: -+ return count; -+} -+ -+static int proc_get_tx_power_by_rate_base(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ dump_tx_power_by_rate_base(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_tx_power_by_rate(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ dump_tx_power_by_rate(m, adapter); -+ -+ return 0; -+} -+ -+static int proc_get_tx_power_limit(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ dump_tx_power_limit(m, adapter); -+ -+ return 0; -+} -+ -+#ifdef CONFIG_RF_GAIN_OFFSET -+static int proc_get_kfree_flag(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct kfree_data_t *kfree_data = GET_KFREE_DATA(adapter); -+ -+ DBG_871X_SEL_NL(m, "0x%02x\n", kfree_data->flag); -+ -+ return 0; -+} -+ -+static ssize_t proc_set_kfree_flag(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct kfree_data_t *kfree_data = GET_KFREE_DATA(adapter); -+ char tmp[32] = {0}; -+ u8 flag; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhx", &flag); -+ -+ if (num < 1) -+ return count; -+ -+ kfree_data->flag = flag; -+ } -+ -+ return count; -+} -+ -+static int proc_get_kfree_bb_gain(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ struct kfree_data_t *kfree_data = GET_KFREE_DATA(adapter); -+ u8 i, j; -+ -+ for (i = 0; i < BB_GAIN_NUM; i++) { -+ if (i == 0) -+ DBG_871X_SEL(m, "2G: "); -+ else if (i == 1) -+ DBG_871X_SEL(m, "5GLB1: "); -+ else if (i == 2) -+ DBG_871X_SEL(m, "5GLB2: "); -+ else if (i == 3) -+ DBG_871X_SEL(m, "5GMB1: "); -+ else if (i == 4) -+ DBG_871X_SEL(m, "5GMB2: "); -+ else if (i == 5) -+ DBG_871X_SEL(m, "5GHB: "); -+ -+ for (j = 0; j < hal_data->NumTotalRFPath; j++) -+ DBG_871X_SEL(m, "%d ", kfree_data->bb_gain[i][j]); -+ DBG_871X_SEL(m, "\n"); -+ } -+ -+ return 0; -+} -+ -+static ssize_t proc_set_kfree_bb_gain(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ HAL_DATA_TYPE *hal_data = GET_HAL_DATA(adapter); -+ struct kfree_data_t *kfree_data = GET_KFREE_DATA(adapter); -+ char tmp[BB_GAIN_NUM * RF_PATH_MAX] = {0}; -+ u8 path, chidx; -+ s8 bb_gain[BB_GAIN_NUM]; -+ char ch_band_Group[6]; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ char *c, *next; -+ int i = 0; -+ -+ next = tmp; -+ c = strsep(&next, " \t"); -+ -+ if (sscanf(c, "%s", ch_band_Group) != 1) { -+ DBG_871X("Error Head Format, channel Group select\n,Please input:\t 2G , 5GLB1 , 5GLB2 , 5GMB1 , 5GMB2 , 5GHB\n"); -+ return count; -+ } -+ if (strcmp("2G", ch_band_Group) == 0) -+ chidx = BB_GAIN_2G; -+#ifdef CONFIG_IEEE80211_BAND_5GHZ -+ else if (strcmp("5GLB1", ch_band_Group) == 0) -+ chidx = BB_GAIN_5GLB1; -+ else if (strcmp("5GLB2", ch_band_Group) == 0) -+ chidx = BB_GAIN_5GLB2; -+ else if (strcmp("5GMB1", ch_band_Group) == 0) -+ chidx = BB_GAIN_5GMB1; -+ else if (strcmp("5GMB2", ch_band_Group) == 0) -+ chidx = BB_GAIN_5GMB2; -+ else if (strcmp("5GHB", ch_band_Group) == 0) -+ chidx = BB_GAIN_5GHB; -+#endif /*CONFIG_IEEE80211_BAND_5GHZ*/ -+ else { -+ DBG_871X("Error Head Format, channel Group select\n,Please input:\t 2G , 5GLB1 , 5GLB2 , 5GMB1 , 5GMB2 , 5GHB\n"); -+ return count; -+ } -+ c = strsep(&next, " \t"); -+ -+ while (c != NULL) { -+ if (sscanf(c, "%hhx", &bb_gain[i]) != 1) -+ break; -+ -+ kfree_data->bb_gain[chidx][i] = bb_gain[i]; -+ DBG_871X("%s,kfree_data->bb_gain[%d][%d]=%x\n", __func__, chidx, i, kfree_data->bb_gain[chidx][i]); -+ -+ c = strsep(&next, " \t"); -+ i++; -+ } -+ -+ } -+ -+ return count; -+ -+} -+ -+static int proc_get_kfree_thermal(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct kfree_data_t *kfree_data = GET_KFREE_DATA(adapter); -+ -+ DBG_871X_SEL(m, "%d\n", kfree_data->thermal); -+ -+ return 0; -+} -+ -+static ssize_t proc_set_kfree_thermal(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ struct kfree_data_t *kfree_data = GET_KFREE_DATA(adapter); -+ char tmp[32] = {0}; -+ s8 thermal; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhd", &thermal); -+ -+ if (num < 1) -+ return count; -+ -+ kfree_data->thermal = thermal; -+ } -+ -+ return count; -+} -+ -+static ssize_t proc_set_tx_gain_offset(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter; -+ char tmp[32] = {0}; -+ u8 rf_path; -+ s8 offset; -+ -+ adapter = (_adapter *)rtw_netdev_priv(dev); -+ if (!adapter) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ u8 write_value; -+ int num = sscanf(tmp, "%hhu %hhd", &rf_path, &offset); -+ -+ if (num < 2) -+ return count; -+ -+ DBG_871X("write rf_path:%u tx gain offset:%d\n", rf_path, offset); -+ rtw_rf_set_tx_gain_offset(adapter, rf_path, offset); -+ } -+ -+ return count; -+} -+#endif /* CONFIG_RF_GAIN_OFFSET */ -+ -+#ifdef CONFIG_BT_COEXIST -+ssize_t proc_set_btinfo_evt(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u8 btinfo[8]; -+ -+ if (count < 6) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ int num = 0; -+ -+ _rtw_memset(btinfo, 0, 8); -+ -+ num = sscanf(tmp, "%hhx %hhx %hhx %hhx %hhx %hhx %hhx %hhx" -+ , &btinfo[0], &btinfo[1], &btinfo[2], &btinfo[3] -+ , &btinfo[4], &btinfo[5], &btinfo[6], &btinfo[7]); -+ -+ if (num < 6) -+ return -EINVAL; -+ -+ btinfo[1] = num-2; -+ -+ rtw_btinfo_cmd(padapter, btinfo, btinfo[1]+2); -+ } -+ -+ return count; -+} -+#endif -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+static int proc_get_best_chan(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ u8 best_24g_ch = 0, best_5g_ch = 0; -+ -+ rtw_hal_get_odm_var(adapter, HAL_ODM_AUTO_CHNL_SEL, &(best_24g_ch), &(best_5g_ch)); -+ -+ DBG_871X_SEL_NL(m, "Best 2.4G CH:%u\n", best_24g_ch); -+ DBG_871X_SEL_NL(m, "Best 5G CH:%u\n", best_5g_ch); -+ return 0; -+} -+ -+static ssize_t proc_set_acs(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u8 acs_satae = 0; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%hhu", &acs_satae); -+ -+ if (num < 1) -+ return -EINVAL; -+ -+ if (1 == acs_satae) -+ rtw_acs_start(padapter, _TRUE); -+ else -+ rtw_acs_start(padapter, _FALSE); -+ -+ } -+ return count; -+} -+#endif -+ -+/* -+* rtw_adapter_proc: -+* init/deinit when register/unregister net_device -+*/ -+const struct rtw_proc_hdl adapter_proc_hdls [] = { -+ {"write_reg", proc_get_dummy, proc_set_write_reg}, -+ {"read_reg", proc_get_read_reg, proc_set_read_reg}, -+ {"adapters_status", proc_get_dump_adapters_status, NULL}, -+ {"fwstate", proc_get_fwstate, NULL}, -+ {"sec_info", proc_get_sec_info, NULL}, -+ {"mlmext_state", proc_get_mlmext_state, NULL}, -+ {"qos_option", proc_get_qos_option, NULL}, -+ {"ht_option", proc_get_ht_option, NULL}, -+ {"rf_info", proc_get_rf_info, NULL}, -+ {"scan_param", proc_get_scan_param, proc_set_scan_param}, -+ {"scan_abort", proc_get_scan_abort, NULL}, -+#ifdef CONFIG_SCAN_BACKOP -+ {"backop_flags_sta", proc_get_backop_flags_sta, proc_set_backop_flags_sta}, -+ {"backop_flags_ap", proc_get_backop_flags_ap, proc_set_backop_flags_ap}, -+#endif -+ {"survey_info", proc_get_survey_info, proc_set_survey_info}, -+ {"ap_info", proc_get_ap_info, NULL}, -+ {"trx_info", proc_get_trx_info, proc_reset_trx_info}, -+ {"rate_ctl", proc_get_rate_ctl, proc_set_rate_ctl}, -+ {"dis_pwt_ctl", proc_get_dis_pwt, proc_set_dis_pwt}, -+ {"mac_qinfo", proc_get_mac_qinfo, NULL}, -+ {"macid_info", proc_get_macid_info, NULL}, -+ {"sec_cam", proc_get_sec_cam, proc_set_sec_cam}, -+ {"sec_cam_cache", proc_get_sec_cam_cache, NULL}, -+ {"suspend_info", proc_get_suspend_resume_info, NULL}, -+ {"wifi_spec",proc_get_wifi_spec,NULL}, -+#ifdef CONFIG_LAYER2_ROAMING -+ {"roam_flags", proc_get_roam_flags, proc_set_roam_flags}, -+ {"roam_param", proc_get_roam_param, proc_set_roam_param}, -+ {"roam_tgt_addr", proc_get_dummy, proc_set_roam_tgt_addr}, -+#endif /* CONFIG_LAYER2_ROAMING */ -+ -+#ifdef CONFIG_SDIO_HCI -+ {"sd_f0_reg_dump", proc_get_sd_f0_reg_dump, NULL}, -+ {"sdio_local_reg_dump", proc_get_sdio_local_reg_dump, NULL}, -+#endif /* CONFIG_SDIO_HCI */ -+ -+ {"fwdl_test_case", proc_get_dummy, proc_set_fwdl_test_case}, -+ {"del_rx_ampdu_test_case", proc_get_dummy, proc_set_del_rx_ampdu_test_case}, -+ {"wait_hiq_empty", proc_get_dummy, proc_set_wait_hiq_empty}, -+ -+ {"mac_reg_dump", proc_get_mac_reg_dump, NULL}, -+ {"bb_reg_dump", proc_get_bb_reg_dump, NULL}, -+ {"rf_reg_dump", proc_get_rf_reg_dump, NULL}, -+ -+#ifdef CONFIG_AP_MODE -+ {"all_sta_info", proc_get_all_sta_info, NULL}, -+#endif /* CONFIG_AP_MODE */ -+ -+#ifdef DBG_MEMORY_LEAK -+ {"_malloc_cnt", proc_get_malloc_cnt, NULL}, -+#endif /* DBG_MEMORY_LEAK */ -+ -+#ifdef CONFIG_FIND_BEST_CHANNEL -+ {"best_channel", proc_get_best_channel, proc_set_best_channel}, -+#endif -+ -+ {"rx_signal", proc_get_rx_signal, proc_set_rx_signal}, -+ {"hw_info", proc_get_hw_status, NULL}, -+ -+#ifdef CONFIG_80211N_HT -+ {"ht_enable", proc_get_ht_enable, proc_set_ht_enable}, -+ {"bw_mode", proc_get_bw_mode, proc_set_bw_mode}, -+ {"ampdu_enable", proc_get_ampdu_enable, proc_set_ampdu_enable}, -+ {"rx_stbc", proc_get_rx_stbc, proc_set_rx_stbc}, -+ {"rx_ampdu", proc_get_rx_ampdu, proc_set_rx_ampdu}, -+ {"rx_ampdu_factor",proc_get_rx_ampdu_factor,proc_set_rx_ampdu_factor}, -+ {"rx_ampdu_density",proc_get_rx_ampdu_density,proc_set_rx_ampdu_density}, -+ {"tx_ampdu_density",proc_get_tx_ampdu_density,proc_set_tx_ampdu_density}, -+#endif /* CONFIG_80211N_HT */ -+ -+ {"en_fwps", proc_get_en_fwps, proc_set_en_fwps}, -+ {"mac_rptbuf", proc_get_mac_rptbuf, NULL}, -+ -+ //{"path_rssi", proc_get_two_path_rssi, NULL}, -+// {"rssi_disp",proc_get_rssi_disp, proc_set_rssi_disp}, -+ -+#ifdef CONFIG_BT_COEXIST -+ {"btcoex_dbg", proc_get_btcoex_dbg, proc_set_btcoex_dbg}, -+ {"btcoex", proc_get_btcoex_info, NULL}, -+ {"btinfo_evt", proc_get_dummy, proc_set_btinfo_evt}, -+#endif /* CONFIG_BT_COEXIST */ -+ -+#if defined(DBG_CONFIG_ERROR_DETECT) -+ {"sreset", proc_get_sreset, proc_set_sreset}, -+#endif /* DBG_CONFIG_ERROR_DETECT */ -+ {"linked_info_dump",proc_get_linked_info_dump,proc_set_linked_info_dump}, -+ -+#ifdef CONFIG_GPIO_API -+ {"gpio_info",proc_get_gpio,proc_set_gpio}, -+ {"gpio_set_output_value",proc_get_dummy,proc_set_gpio_output_value}, -+ {"gpio_set_direction",proc_get_dummy,proc_set_config_gpio}, -+#endif -+ -+#ifdef CONFIG_DBG_COUNTER -+ {"rx_logs", proc_get_rx_logs, NULL}, -+ {"tx_logs", proc_get_tx_logs, NULL}, -+ {"int_logs", proc_get_int_logs, NULL}, -+#endif -+ -+#ifdef CONFIG_PCI_HCI -+ {"rx_ring", proc_get_rx_ring, NULL}, -+ {"tx_ring", proc_get_tx_ring, NULL}, -+#endif -+#ifdef CONFIG_GPIO_WAKEUP -+ {"wowlan_gpio_info", proc_get_wowlan_gpio_info, -+ proc_set_wowlan_gpio_info}, -+#endif -+#ifdef CONFIG_P2P_WOWLAN -+ {"p2p_wowlan_info", proc_get_p2p_wowlan_info, NULL}, -+#endif -+ {"chan_plan",proc_get_chan_plan,proc_set_chan_plan}, -+#ifdef CONFIG_DFS_MASTER -+ {"dfs_master_test_case", proc_get_dfs_master_test_case, proc_set_dfs_master_test_case}, -+ {"update_non_ocp", proc_get_dummy, proc_set_update_non_ocp}, -+ {"radar_detect", proc_get_dummy, proc_set_radar_detect}, -+#endif -+ {"new_bcn_max", proc_get_new_bcn_max, proc_set_new_bcn_max}, -+ {"sink_udpport",proc_get_udpport,proc_set_udpport}, -+#ifdef DBG_RX_COUNTER_DUMP -+ {"dump_rx_cnt_mode",proc_get_rx_cnt_dump,proc_set_rx_cnt_dump}, -+#endif -+ {"change_bss_chbw", NULL, proc_set_change_bss_chbw}, -+ {"tx_power_by_rate_base", proc_get_tx_power_by_rate_base, NULL}, -+ {"tx_power_by_rate", proc_get_tx_power_by_rate, NULL}, -+ {"tx_power_limit", proc_get_tx_power_limit, NULL}, -+#ifdef CONFIG_RF_GAIN_OFFSET -+ {"tx_gain_offset", proc_get_dummy, proc_set_tx_gain_offset}, -+ {"kfree_flag", proc_get_kfree_flag, proc_set_kfree_flag}, -+ {"kfree_bb_gain", proc_get_kfree_bb_gain, proc_set_kfree_bb_gain}, -+ {"kfree_thermal", proc_get_kfree_thermal, proc_set_kfree_thermal}, -+#endif -+#ifdef CONFIG_POWER_SAVING -+ {"ps_info",proc_get_ps_info, NULL}, -+#endif -+#ifdef CONFIG_TDLS -+ {"tdls_info", proc_get_tdls_info, NULL}, -+#endif -+ {"monitor", proc_get_monitor, proc_set_monitor}, -+ -+#ifdef CONFIG_AUTO_CHNL_SEL_NHM -+ {"acs", proc_get_best_chan, proc_set_acs}, -+#endif -+#ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ {"rtkm_info", proc_get_rtkm_info, NULL} -+#endif -+ {"efuse_map", proc_get_efuse_map, NULL}, -+#ifdef CONFIG_IEEE80211W -+ {"11w_tx_sa_query", proc_get_tx_sa_query, proc_set_tx_sa_query}, -+ {"11w_tx_deauth", proc_get_tx_deauth, proc_set_tx_deauth}, -+ {"11w_tx_auth", proc_get_tx_auth, proc_set_tx_auth}, -+#endif /* CONFIG_IEEE80211W */ -+}; -+ -+const int adapter_proc_hdls_num = sizeof(adapter_proc_hdls) / sizeof(struct rtw_proc_hdl); -+ -+static int rtw_adapter_proc_open(struct inode *inode, struct file *file) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(inode); -+ const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; -+ -+ return single_open(file, hdl->show, proc_get_parent_data(inode)); -+} -+ -+static ssize_t rtw_adapter_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(file_inode(file)); -+ const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; -+ ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *, void *) = hdl->write; -+ -+ if (write) -+ return write(file, buffer, count, pos, ((struct seq_file *)file->private_data)->private); -+ -+ return -EROFS; -+} -+ -+static const struct file_operations rtw_adapter_proc_fops = { -+ .owner = THIS_MODULE, -+ .open = rtw_adapter_proc_open, -+ .read = seq_read, -+ .llseek = seq_lseek, -+ .release = single_release, -+ .write = rtw_adapter_proc_write, -+}; -+ -+int proc_get_odm_dbg_comp(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_dbg_comp_msg(m, adapter); -+ -+ return 0; -+} -+ -+ssize_t proc_set_odm_dbg_comp(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ -+ u64 dbg_comp; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%llx", &dbg_comp); -+ -+ if (num != 1) -+ return count; -+ -+ rtw_odm_dbg_comp_set(adapter, dbg_comp); -+ } -+ -+ return count; -+} -+ -+int proc_get_odm_dbg_level(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_dbg_level_msg(m, adapter); -+ -+ return 0; -+} -+ -+ssize_t proc_set_odm_dbg_level(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ -+ u32 dbg_level; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%u", &dbg_level); -+ -+ if (num != 1) -+ return count; -+ -+ rtw_odm_dbg_level_set(adapter, dbg_level); -+ } -+ -+ return count; -+} -+ -+int proc_get_odm_ability(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_ability_msg(m, adapter); -+ -+ return 0; -+} -+ -+ssize_t proc_set_odm_ability(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *adapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ -+ u32 ability; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%x", &ability); -+ -+ if (num != 1) -+ return count; -+ -+ rtw_odm_ability_set(adapter, ability); -+ } -+ -+ return count; -+} -+ -+int proc_get_odm_adaptivity(struct seq_file *m, void *v) -+{ -+ struct net_device *dev = m->private; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ -+ rtw_odm_adaptivity_parm_msg(m, padapter); -+ -+ return 0; -+} -+ -+ssize_t proc_set_odm_adaptivity(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *dev = data; -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(dev); -+ char tmp[32]; -+ u32 TH_L2H_ini; -+ u32 TH_L2H_ini_mode2; -+ s8 TH_EDCCA_HL_diff; -+ s8 TH_EDCCA_HL_diff_mode2; -+ u8 EDCCA_enable; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) { -+ rtw_warn_on(1); -+ return -EFAULT; -+ } -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ -+ int num = sscanf(tmp, "%x %hhd %x %hhd %hhu", &TH_L2H_ini, &TH_EDCCA_HL_diff, &TH_L2H_ini_mode2, &TH_EDCCA_HL_diff_mode2, &EDCCA_enable); -+ -+ if (num != 5) -+ return count; -+ -+ rtw_odm_adaptivity_parm_set(padapter, (s8)TH_L2H_ini, TH_EDCCA_HL_diff, (s8)TH_L2H_ini_mode2, TH_EDCCA_HL_diff_mode2, EDCCA_enable); -+ } -+ -+ return count; -+} -+ -+static char *phydm_msg = NULL; -+#define PHYDM_MSG_LEN 80*24 -+ -+int proc_get_phydm_cmd(struct seq_file *m, void *v) -+{ -+ struct net_device *netdev; -+ PADAPTER padapter; -+ PHAL_DATA_TYPE pHalData; -+ PDM_ODM_T phydm; -+ -+ -+ netdev = m->private; -+ padapter = (PADAPTER)rtw_netdev_priv(netdev); -+ pHalData = GET_HAL_DATA(padapter); -+ phydm = &pHalData->odmpriv; -+ -+ if (NULL == phydm_msg) { -+ phydm_msg = rtw_zmalloc(PHYDM_MSG_LEN); -+ if (NULL == phydm_msg) -+ return -ENOMEM; -+ -+ phydm_cmd(phydm, NULL, 0, 0, phydm_msg, PHYDM_MSG_LEN); -+ } -+ -+ DBG_871X_SEL(m, "%s\n", phydm_msg); -+ -+ rtw_mfree(phydm_msg, PHYDM_MSG_LEN); -+ phydm_msg = NULL; -+ -+ return 0; -+} -+ -+ssize_t proc_set_phydm_cmd(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data) -+{ -+ struct net_device *netdev; -+ PADAPTER padapter; -+ PHAL_DATA_TYPE pHalData; -+ PDM_ODM_T phydm; -+ char tmp[64] = {0}; -+ -+ -+ netdev = (struct net_device*)data; -+ padapter = (PADAPTER)rtw_netdev_priv(netdev); -+ pHalData = GET_HAL_DATA(padapter); -+ phydm = &pHalData->odmpriv; -+ -+ if (count < 1) -+ return -EFAULT; -+ -+ if (count > sizeof(tmp)) -+ return -EFAULT; -+ -+ if (buffer && !copy_from_user(tmp, buffer, count)) { -+ if (NULL == phydm_msg) { -+ phydm_msg = rtw_zmalloc(PHYDM_MSG_LEN); -+ if (NULL == phydm_msg) -+ return -ENOMEM; -+ } else { -+ _rtw_memset(phydm_msg, 0, PHYDM_MSG_LEN); -+ } -+ -+ phydm_cmd(phydm, tmp, count, 1, phydm_msg, PHYDM_MSG_LEN); -+ -+ if (strlen(phydm_msg) == 0) { -+ rtw_mfree(phydm_msg, PHYDM_MSG_LEN); -+ phydm_msg = NULL; -+ } -+ } -+ -+ return count; -+} -+ -+/* -+* rtw_odm_proc: -+* init/deinit when register/unregister net_device, along with rtw_adapter_proc -+*/ -+const struct rtw_proc_hdl odm_proc_hdls [] = { -+ {"dbg_comp", proc_get_odm_dbg_comp, proc_set_odm_dbg_comp}, -+ {"dbg_level", proc_get_odm_dbg_level, proc_set_odm_dbg_level}, -+ {"ability", proc_get_odm_ability, proc_set_odm_ability}, -+ {"adaptivity", proc_get_odm_adaptivity, proc_set_odm_adaptivity}, -+ {"cmd", proc_get_phydm_cmd, proc_set_phydm_cmd}, -+}; -+ -+const int odm_proc_hdls_num = sizeof(odm_proc_hdls) / sizeof(struct rtw_proc_hdl); -+ -+static int rtw_odm_proc_open(struct inode *inode, struct file *file) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(inode); -+ const struct rtw_proc_hdl *hdl = odm_proc_hdls+index; -+ -+ return single_open(file, hdl->show, proc_get_parent_data(inode)); -+} -+ -+static ssize_t rtw_odm_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) -+{ -+ ssize_t index = (ssize_t)PDE_DATA(file_inode(file)); -+ const struct rtw_proc_hdl *hdl = odm_proc_hdls+index; -+ ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *, void *) = hdl->write; -+ -+ if (write) -+ return write(file, buffer, count, pos, ((struct seq_file *)file->private_data)->private); -+ -+ return -EROFS; -+} -+ -+static const struct file_operations rtw_odm_proc_fops = { -+ .owner = THIS_MODULE, -+ .open = rtw_odm_proc_open, -+ .read = seq_read, -+ .llseek = seq_lseek, -+ .release = single_release, -+ .write = rtw_odm_proc_write, -+}; -+ -+struct proc_dir_entry *rtw_odm_proc_init(struct net_device *dev) -+{ -+ struct proc_dir_entry *dir_odm = NULL; -+ struct proc_dir_entry *entry = NULL; -+ _adapter *adapter = rtw_netdev_priv(dev); -+ ssize_t i; -+ -+ if (adapter->dir_dev == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (adapter->dir_odm != NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ dir_odm = rtw_proc_create_dir("odm", adapter->dir_dev, dev); -+ if (dir_odm == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ adapter->dir_odm = dir_odm; -+ -+ for (i=0;idir_odm; -+ -+ if (dir_odm == NULL) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ for (i=0;idir_dev); -+ -+ adapter->dir_odm = NULL; -+ -+ if (phydm_msg) { -+ rtw_mfree(phydm_msg, PHYDM_MSG_LEN); -+ phydm_msg = NULL; -+ } -+} -+ -+struct proc_dir_entry *rtw_adapter_proc_init(struct net_device *dev) -+{ -+ struct proc_dir_entry *drv_proc = get_rtw_drv_proc(); -+ struct proc_dir_entry *dir_dev = NULL; -+ struct proc_dir_entry *entry = NULL; -+ _adapter *adapter = rtw_netdev_priv(dev); -+ u8 rf_type; -+ ssize_t i; -+ -+ if (drv_proc == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ if (adapter->dir_dev != NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ dir_dev = rtw_proc_create_dir(dev->name, drv_proc, dev); -+ if (dir_dev == NULL) { -+ rtw_warn_on(1); -+ goto exit; -+ } -+ -+ adapter->dir_dev = dir_dev; -+ -+ for (i=0;idir_dev; -+ -+ if (dir_dev == NULL) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ for (i=0;iname, drv_proc); -+ -+ adapter->dir_dev = NULL; -+} -+ -+void rtw_adapter_proc_replace(struct net_device *dev) -+{ -+ struct proc_dir_entry *drv_proc = get_rtw_drv_proc(); -+ struct proc_dir_entry *dir_dev = NULL; -+ _adapter *adapter = rtw_netdev_priv(dev); -+ int i; -+ -+ dir_dev = adapter->dir_dev; -+ -+ if (dir_dev == NULL) { -+ rtw_warn_on(1); -+ return; -+ } -+ -+ for (i=0;iold_ifname, drv_proc); -+ -+ adapter->dir_dev = NULL; -+ -+ rtw_adapter_proc_init(dev); -+ -+} -+ -+#endif /* CONFIG_PROC_DEBUG */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_proc.h linux/3rdparty/rtl8812au/os_dep/linux/rtw_proc.h ---- linux.old/3rdparty/rtl8812au/os_dep/linux/rtw_proc.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/rtw_proc.h 2017-06-07 23:07:21.047690856 +0300 -@@ -0,0 +1,52 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __RTW_PROC_H__ -+#define __RTW_PROC_H__ -+ -+#include -+#include -+ -+struct rtw_proc_hdl { -+ char *name; -+ int (*show)(struct seq_file *, void *); -+ ssize_t (*write)(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data); -+}; -+ -+#ifdef CONFIG_PROC_DEBUG -+ -+struct proc_dir_entry *get_rtw_drv_proc(void); -+int rtw_drv_proc_init(void); -+void rtw_drv_proc_deinit(void); -+struct proc_dir_entry *rtw_adapter_proc_init(struct net_device *dev); -+void rtw_adapter_proc_deinit(struct net_device *dev); -+void rtw_adapter_proc_replace(struct net_device *dev); -+ -+#else //!CONFIG_PROC_DEBUG -+ -+#define get_rtw_drv_proc() NULL -+#define rtw_drv_proc_init() 0 -+#define rtw_drv_proc_deinit() do {} while (0) -+#define rtw_adapter_proc_init(dev) NULL -+#define rtw_adapter_proc_deinit(dev) do {} while (0) -+#define rtw_adapter_proc_replace(dev) do {} while (0) -+ -+#endif //!CONFIG_PROC_DEBUG -+ -+#endif //__RTW_PROC_H__ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/usb_intf.c linux/3rdparty/rtl8812au/os_dep/linux/usb_intf.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/usb_intf.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/usb_intf.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,1682 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _HCI_INTF_C_ -+ -+#include -+#include -+ -+#include -+ -+#ifndef CONFIG_USB_HCI -+#error "CONFIG_USB_HCI shall be on!\n" -+#endif -+ -+#if defined (PLATFORM_LINUX) && defined (PLATFORM_WINDOWS) -+#error "Shall be Linux or Windows, but not both!\n" -+#endif -+ -+#ifdef CONFIG_80211N_HT -+extern int rtw_ht_enable; -+extern int rtw_bw_mode; -+extern int rtw_ampdu_enable;//for enable tx_ampdu -+#endif -+ -+#ifdef CONFIG_GLOBAL_UI_PID -+int ui_pid[3] = {0, 0, 0}; -+#endif -+ -+ -+extern int pm_netdev_open(struct net_device *pnetdev,u8 bnormal); -+static int rtw_suspend(struct usb_interface *intf, pm_message_t message); -+static int rtw_resume(struct usb_interface *intf); -+ -+ -+static int rtw_drv_init(struct usb_interface *pusb_intf,const struct usb_device_id *pdid); -+static void rtw_dev_remove(struct usb_interface *pusb_intf); -+ -+static void rtw_dev_shutdown(struct device *dev) -+{ -+ struct usb_interface *usb_intf = container_of(dev, struct usb_interface, dev); -+ struct dvobj_priv *dvobj = NULL; -+ _adapter *adapter = NULL; -+ int i; -+ -+ DBG_871X("%s\n", __func__); -+ -+ if(usb_intf) -+ { -+ dvobj = usb_get_intfdata(usb_intf); -+ if (dvobj) -+ { -+ rtw_set_surprise_removed(dvobj->padapters[IFACE_ID0]); -+ ATOMIC_SET(&dvobj->continual_io_error, MAX_CONTINUAL_IO_ERR+1); -+ } -+ } -+} -+ -+#if (LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,23)) -+/* Some useful macros to use to create struct usb_device_id */ -+ #define USB_DEVICE_ID_MATCH_VENDOR 0x0001 -+ #define USB_DEVICE_ID_MATCH_PRODUCT 0x0002 -+ #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 -+ #define USB_DEVICE_ID_MATCH_DEV_HI 0x0008 -+ #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 -+ #define USB_DEVICE_ID_MATCH_DEV_SUBCLASS 0x0020 -+ #define USB_DEVICE_ID_MATCH_DEV_PROTOCOL 0x0040 -+ #define USB_DEVICE_ID_MATCH_INT_CLASS 0x0080 -+ #define USB_DEVICE_ID_MATCH_INT_SUBCLASS 0x0100 -+ #define USB_DEVICE_ID_MATCH_INT_PROTOCOL 0x0200 -+ #define USB_DEVICE_ID_MATCH_INT_NUMBER 0x0400 -+ -+ -+#define USB_DEVICE_ID_MATCH_INT_INFO \ -+ (USB_DEVICE_ID_MATCH_INT_CLASS | \ -+ USB_DEVICE_ID_MATCH_INT_SUBCLASS | \ -+ USB_DEVICE_ID_MATCH_INT_PROTOCOL) -+ -+ -+#define USB_DEVICE_AND_INTERFACE_INFO(vend, prod, cl, sc, pr) \ -+ .match_flags = USB_DEVICE_ID_MATCH_INT_INFO \ -+ | USB_DEVICE_ID_MATCH_DEVICE, \ -+ .idVendor = (vend), \ -+ .idProduct = (prod), \ -+ .bInterfaceClass = (cl), \ -+ .bInterfaceSubClass = (sc), \ -+ .bInterfaceProtocol = (pr) -+ -+ /** -+ * USB_VENDOR_AND_INTERFACE_INFO - describe a specific usb vendor with a class of usb interfaces -+ * @vend: the 16 bit USB Vendor ID -+ * @cl: bInterfaceClass value -+ * @sc: bInterfaceSubClass value -+ * @pr: bInterfaceProtocol value -+ * -+ * This macro is used to create a struct usb_device_id that matches a -+ * specific vendor with a specific class of interfaces. -+ * -+ * This is especially useful when explicitly matching devices that have -+ * vendor specific bDeviceClass values, but standards-compliant interfaces. -+ */ -+#define USB_VENDOR_AND_INTERFACE_INFO(vend, cl, sc, pr) \ -+ .match_flags = USB_DEVICE_ID_MATCH_INT_INFO \ -+ | USB_DEVICE_ID_MATCH_VENDOR, \ -+ .idVendor = (vend), \ -+ .bInterfaceClass = (cl), \ -+ .bInterfaceSubClass = (sc), \ -+ .bInterfaceProtocol = (pr) -+ -+/* ----------------------------------------------------------------------- */ -+#endif -+ -+ -+#define USB_VENDER_ID_REALTEK 0x0BDA -+ -+ -+/* DID_USB_v916_20130116 */ -+static struct usb_device_id rtw_usb_id_tbl[] ={ -+#ifdef CONFIG_RTL8188E -+ /*=== Realtek demoboard ===*/ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8179),.driver_info = RTL8188E}, /* 8188EUS */ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179),.driver_info = RTL8188E}, /* 8188ETV */ -+ /*=== Customer ID ===*/ -+ /****** 8188EUS ********/ -+ {USB_DEVICE(0x07B8, 0x8179),.driver_info = RTL8188E}, /* Abocom - Abocom */ -+#endif -+ -+#ifdef CONFIG_RTL8812A -+ /*=== Realtek demoboard ===*/ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8812),.driver_info = RTL8812},/* Default ID */ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x881A),.driver_info = RTL8812},/* Default ID */ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x881B),.driver_info = RTL8812},/* Default ID */ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x881C),.driver_info = RTL8812},/* Default ID */ -+ /*=== Customer ID ===*/ -+ {USB_DEVICE(0x050D, 0x1106),.driver_info = RTL8812}, /* Belkin - sercomm */ -+ {USB_DEVICE(0x2001, 0x330E),.driver_info = RTL8812}, /* D-Link - ALPHA */ -+ {USB_DEVICE(0x7392, 0xA822),.driver_info = RTL8812}, /* Edimax - Edimax */ -+ {USB_DEVICE(0x0DF6, 0x0074),.driver_info = RTL8812}, /* Sitecom - Edimax */ -+ {USB_DEVICE(0x04BB, 0x0952),.driver_info = RTL8812}, /* I-O DATA - Edimax */ -+ {USB_DEVICE(0x0789, 0x016E),.driver_info = RTL8812}, /* Logitec - Edimax */ -+ {USB_DEVICE(0x0409, 0x0408),.driver_info = RTL8812}, /* NEC - */ -+ {USB_DEVICE(0x0B05, 0x17D2),.driver_info = RTL8812}, /* ASUS - Edimax */ -+ {USB_DEVICE(0x0E66, 0x0022),.driver_info = RTL8812}, /* HAWKING - Edimax */ -+ {USB_DEVICE(0x0586, 0x3426),.driver_info = RTL8812}, /* ZyXEL - */ -+ {USB_DEVICE(0x2001, 0x3313),.driver_info = RTL8812}, /* D-Link - ALPHA */ -+ {USB_DEVICE(0x1058, 0x0632),.driver_info = RTL8812}, /* WD - Cybertan*/ -+ {USB_DEVICE(0x1740, 0x0100),.driver_info = RTL8812}, /* EnGenius - EnGenius */ -+ {USB_DEVICE(0x2019, 0xAB30),.driver_info = RTL8812}, /* Planex - Abocom */ -+ {USB_DEVICE(0x07B8, 0x8812),.driver_info = RTL8812}, /* Abocom - Abocom */ -+ {USB_DEVICE(0x2001, 0x3315),.driver_info = RTL8812}, /* D-Link - Cameo */ -+ {USB_DEVICE(0x2001, 0x3316),.driver_info = RTL8812}, /* D-Link - Cameo */ -+ {USB_DEVICE(0x13b1, 0x003f),.driver_info = RTL8812}, /* Linksys - WUSB6300 */ -+ {USB_DEVICE(0x2357, 0x0101),.driver_info = RTL8812}, /* TP-Link - T4U */ -+ {USB_DEVICE(0x2357, 0x0103),.driver_info = RTL8812}, /* TP-Link - T4UH */ -+#endif -+ -+#ifdef CONFIG_RTL8821A -+ /*=== Realtek demoboard ===*/ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0811),.driver_info = RTL8821},/* Default ID */ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0821),.driver_info = RTL8821},/* Default ID */ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8822),.driver_info = RTL8821},/* Default ID */ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0xA811) , .driver_info = RTL8821},/* Default ID */ -+ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x0820,0xff,0xff,0xff),.driver_info = RTL8821}, /* 8821AU */ -+ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x0823,0xff,0xff,0xff),.driver_info = RTL8821}, /* 8821AU */ -+ /*=== Customer ID ===*/ -+ {USB_DEVICE(0x7392, 0xA811),.driver_info = RTL8821}, /* Edimax - Edimax */ -+ {USB_DEVICE(0x7392, 0xA812),.driver_info = RTL8821}, /* Edimax - Edimax */ -+ {USB_DEVICE(0x04BB, 0x0953),.driver_info = RTL8821}, /* I-O DATA - Edimax */ -+ {USB_DEVICE(0x2001, 0x3314),.driver_info = RTL8821}, /* D-Link - Cameo */ -+ {USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link - Cameo */ -+ {USB_DEVICE(0x0E66, 0x0023),.driver_info = RTL8821}, /* HAWKING - Edimax */ -+ {USB_DEVICE(0x056E, 0x400E) , .driver_info = RTL8821}, /* ELECOM - ELECOM */ -+ {USB_DEVICE(0x056E, 0x400F) , .driver_info = RTL8821}, /* ELECOM - ELECOM */ -+ {USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */ -+#endif -+ -+#ifdef CONFIG_RTL8192E -+ /*=== Realtek demoboard ===*/ -+ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818B,0xff,0xff,0xff),.driver_info = RTL8192E},/* Default ID */ -+ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818C,0xff,0xff,0xff),.driver_info = RTL8192E},/* Default ID */ -+#endif -+ -+#ifdef CONFIG_RTL8723B -+ //*=== Realtek demoboard ===*/ -+ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB720,0xff,0xff,0xff),.driver_info = RTL8723B}, /* 8723BU 1*1 */ -+ //{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xB720),.driver_info = RTL8723B}, /* 8723BU */ -+#endif -+ -+#ifdef CONFIG_RTL8814A -+ -+ {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8813),.driver_info = RTL8814A}, -+ {USB_DEVICE(0x2001, 0x331a), .driver_info = RTL8814A}, /* D-Link - D-Link */ -+ {USB_DEVICE(0x0b05, 0x1817), .driver_info = RTL8814A}, /* ASUS - ASUSTeK */ -+ {USB_DEVICE(0x056E, 0x400B), .driver_info = RTL8814A}, /* ELECOM - ELECOM */ -+ {USB_DEVICE(0x056E, 0x400D), .driver_info = RTL8814A}, /* ELECOM - ELECOM */ -+ {USB_DEVICE(0x7392, 0xA834), .driver_info = RTL8814A}, /* Edimax - Edimax */ -+#endif /* CONFIG_RTL8814A */ -+ -+#ifdef CONFIG_RTL8188F -+ /*=== Realtek demoboard ===*/ -+ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xF179, 0xff, 0xff, 0xff), .driver_info = RTL8188F}, /* 8188FU 1*1 */ -+#endif -+ -+ {} /* Terminating entry */ -+}; -+ -+MODULE_DEVICE_TABLE(usb, rtw_usb_id_tbl); -+ -+int const rtw_usb_id_len = sizeof(rtw_usb_id_tbl) / sizeof(struct usb_device_id); -+ -+static struct specific_device_id specific_device_id_tbl[] = { -+ {.idVendor=USB_VENDER_ID_REALTEK, .idProduct=0x8177, .flags=SPEC_DEV_ID_DISABLE_HT},//8188cu 1*1 dongole, (b/g mode only) -+ {.idVendor=USB_VENDER_ID_REALTEK, .idProduct=0x817E, .flags=SPEC_DEV_ID_DISABLE_HT},//8188CE-VAU USB minCard (b/g mode only) -+ {.idVendor=0x0b05, .idProduct=0x1791, .flags=SPEC_DEV_ID_DISABLE_HT}, -+ {.idVendor=0x13D3, .idProduct=0x3311, .flags=SPEC_DEV_ID_DISABLE_HT}, -+ {.idVendor=0x13D3, .idProduct=0x3359, .flags=SPEC_DEV_ID_DISABLE_HT},//Russian customer -Azwave (8188CE-VAU g mode) -+#ifdef RTK_DMP_PLATFORM -+ {.idVendor=USB_VENDER_ID_REALTEK, .idProduct=0x8111, .flags=SPEC_DEV_ID_ASSIGN_IFNAME}, // Realtek 5G dongle for WiFi Display -+ {.idVendor=0x2019, .idProduct=0xAB2D, .flags=SPEC_DEV_ID_ASSIGN_IFNAME}, // PCI-Abocom 5G dongle for WiFi Display -+#endif /* RTK_DMP_PLATFORM */ -+ {} -+}; -+ -+struct rtw_usb_drv { -+ struct usb_driver usbdrv; -+ int drv_registered; -+ u8 hw_type; -+}; -+ -+struct rtw_usb_drv usb_drv = { -+ .usbdrv.name =(char*)DRV_NAME, -+ .usbdrv.probe = rtw_drv_init, -+ .usbdrv.disconnect = rtw_dev_remove, -+ .usbdrv.id_table = rtw_usb_id_tbl, -+ .usbdrv.suspend = rtw_suspend, -+ .usbdrv.resume = rtw_resume, -+ #if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 22)) -+ .usbdrv.reset_resume = rtw_resume, -+ #endif -+ #ifdef CONFIG_AUTOSUSPEND -+ .usbdrv.supports_autosuspend = 1, -+ #endif -+ -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19)) -+ .usbdrv.drvwrap.driver.shutdown = rtw_dev_shutdown, -+ #else -+ .usbdrv.driver.shutdown = rtw_dev_shutdown, -+ #endif -+}; -+ -+static inline int RT_usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) -+{ -+ return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN); -+} -+ -+static inline int RT_usb_endpoint_dir_out(const struct usb_endpoint_descriptor *epd) -+{ -+ return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); -+} -+ -+static inline int RT_usb_endpoint_xfer_int(const struct usb_endpoint_descriptor *epd) -+{ -+ return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT); -+} -+ -+static inline int RT_usb_endpoint_xfer_bulk(const struct usb_endpoint_descriptor *epd) -+{ -+ return ((epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK); -+} -+ -+static inline int RT_usb_endpoint_is_bulk_in(const struct usb_endpoint_descriptor *epd) -+{ -+ return (RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_in(epd)); -+} -+ -+static inline int RT_usb_endpoint_is_bulk_out(const struct usb_endpoint_descriptor *epd) -+{ -+ return (RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_out(epd)); -+} -+ -+static inline int RT_usb_endpoint_is_int_in(const struct usb_endpoint_descriptor *epd) -+{ -+ return (RT_usb_endpoint_xfer_int(epd) && RT_usb_endpoint_dir_in(epd)); -+} -+ -+static inline int RT_usb_endpoint_num(const struct usb_endpoint_descriptor *epd) -+{ -+ return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; -+} -+ -+static u8 rtw_init_intf_priv(struct dvobj_priv *dvobj) -+{ -+ u8 rst = _SUCCESS; -+ -+ #ifdef CONFIG_USB_VENDOR_REQ_MUTEX -+ _rtw_mutex_init(&dvobj->usb_vendor_req_mutex); -+ #endif -+ -+ -+ #ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC -+ dvobj->usb_alloc_vendor_req_buf = rtw_zmalloc(MAX_USB_IO_CTL_SIZE); -+ if (dvobj->usb_alloc_vendor_req_buf == NULL) { -+ DBG_871X("alloc usb_vendor_req_buf failed... /n"); -+ rst = _FAIL; -+ goto exit; -+ } -+ dvobj->usb_vendor_req_buf = -+ (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(dvobj->usb_alloc_vendor_req_buf ), ALIGNMENT_UNIT); -+exit: -+ #endif -+ -+ return rst; -+ -+} -+ -+static u8 rtw_deinit_intf_priv(struct dvobj_priv *dvobj) -+{ -+ u8 rst = _SUCCESS; -+ -+ #ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC -+ if(dvobj->usb_vendor_req_buf) -+ rtw_mfree(dvobj->usb_alloc_vendor_req_buf, MAX_USB_IO_CTL_SIZE); -+ #endif -+ -+ #ifdef CONFIG_USB_VENDOR_REQ_MUTEX -+ _rtw_mutex_free(&dvobj->usb_vendor_req_mutex); -+ #endif -+ -+ return rst; -+} -+static void rtw_decide_chip_type_by_usb_info(struct dvobj_priv *pdvobjpriv, const struct usb_device_id *pdid) -+{ -+ pdvobjpriv->chip_type = pdid->driver_info; -+ -+ #ifdef CONFIG_RTL8188E -+ if (pdvobjpriv->chip_type == RTL8188E) -+ rtl8188eu_set_hw_type(pdvobjpriv); -+ #endif -+ -+ #if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ if (pdvobjpriv->chip_type == RTL8812 || pdvobjpriv->chip_type == RTL8821) -+ rtl8812au_set_hw_type(pdvobjpriv); -+ #endif -+ -+ #ifdef CONFIG_RTL8192E -+ if (pdvobjpriv->chip_type == RTL8192E) -+ rtl8192eu_set_hw_type(pdvobjpriv); -+ #endif -+ -+ #ifdef CONFIG_RTL8723B -+ if (pdvobjpriv->chip_type == RTL8723B) -+ rtl8723bu_set_hw_type(pdvobjpriv); -+ #endif -+ -+ #ifdef CONFIG_RTL8814A -+ if (pdvobjpriv->chip_type == RTL8814A) -+ rtl8814au_set_hw_type(pdvobjpriv); -+ #endif /* CONFIG_RTL8814A */ -+ -+ #ifdef CONFIG_RTL8188F -+ if (pdvobjpriv->chip_type == RTL8188F) -+ rtl8188fu_set_hw_type(pdvobjpriv); -+ #endif -+ -+} -+ -+static struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf, const struct usb_device_id *pdid) -+{ -+ int i; -+ u8 val8; -+ int status = _FAIL; -+ struct dvobj_priv *pdvobjpriv; -+ struct usb_device_descriptor *pdev_desc; -+ struct usb_host_config *phost_conf; -+ struct usb_config_descriptor *pconf_desc; -+ struct usb_host_interface *phost_iface; -+ struct usb_interface_descriptor *piface_desc; -+ struct usb_host_endpoint *phost_endp; -+ struct usb_endpoint_descriptor *pendp_desc; -+ struct usb_device *pusbd; -+ -+_func_enter_; -+ -+ -+ if((pdvobjpriv = devobj_init()) == NULL) { -+ goto exit; -+ } -+ -+ -+ pdvobjpriv->pusbintf = usb_intf ; -+ pusbd = pdvobjpriv->pusbdev = interface_to_usbdev(usb_intf); -+ usb_set_intfdata(usb_intf, pdvobjpriv); -+ -+ pdvobjpriv->RtNumInPipes = 0; -+ pdvobjpriv->RtNumOutPipes = 0; -+ -+ //padapter->EepromAddressSize = 6; -+ //pdvobjpriv->nr_endpoint = 6; -+ -+ pdev_desc = &pusbd->descriptor; -+ -+#if 0 -+ DBG_871X("\n8712_usb_device_descriptor:\n"); -+ DBG_871X("bLength=%x\n", pdev_desc->bLength); -+ DBG_871X("bDescriptorType=%x\n", pdev_desc->bDescriptorType); -+ DBG_871X("bcdUSB=%x\n", pdev_desc->bcdUSB); -+ DBG_871X("bDeviceClass=%x\n", pdev_desc->bDeviceClass); -+ DBG_871X("bDeviceSubClass=%x\n", pdev_desc->bDeviceSubClass); -+ DBG_871X("bDeviceProtocol=%x\n", pdev_desc->bDeviceProtocol); -+ DBG_871X("bMaxPacketSize0=%x\n", pdev_desc->bMaxPacketSize0); -+ DBG_871X("idVendor=%x\n", pdev_desc->idVendor); -+ DBG_871X("idProduct=%x\n", pdev_desc->idProduct); -+ DBG_871X("bcdDevice=%x\n", pdev_desc->bcdDevice); -+ DBG_871X("iManufacturer=%x\n", pdev_desc->iManufacturer); -+ DBG_871X("iProduct=%x\n", pdev_desc->iProduct); -+ DBG_871X("iSerialNumber=%x\n", pdev_desc->iSerialNumber); -+ DBG_871X("bNumConfigurations=%x\n", pdev_desc->bNumConfigurations); -+#endif -+ -+ phost_conf = pusbd->actconfig; -+ pconf_desc = &phost_conf->desc; -+ -+#if 0 -+ DBG_871X("\n8712_usb_configuration_descriptor:\n"); -+ DBG_871X("bLength=%x\n", pconf_desc->bLength); -+ DBG_871X("bDescriptorType=%x\n", pconf_desc->bDescriptorType); -+ DBG_871X("wTotalLength=%x\n", pconf_desc->wTotalLength); -+ DBG_871X("bNumInterfaces=%x\n", pconf_desc->bNumInterfaces); -+ DBG_871X("bConfigurationValue=%x\n", pconf_desc->bConfigurationValue); -+ DBG_871X("iConfiguration=%x\n", pconf_desc->iConfiguration); -+ DBG_871X("bmAttributes=%x\n", pconf_desc->bmAttributes); -+ DBG_871X("bMaxPower=%x\n", pconf_desc->bMaxPower); -+#endif -+ -+ //DBG_871X("\n/****** num of altsetting = (%d) ******/\n", pusb_interface->num_altsetting); -+ -+ phost_iface = &usb_intf->altsetting[0]; -+ piface_desc = &phost_iface->desc; -+ -+#if 0 -+ DBG_871X("\n8712_usb_interface_descriptor:\n"); -+ DBG_871X("bLength=%x\n", piface_desc->bLength); -+ DBG_871X("bDescriptorType=%x\n", piface_desc->bDescriptorType); -+ DBG_871X("bInterfaceNumber=%x\n", piface_desc->bInterfaceNumber); -+ DBG_871X("bAlternateSetting=%x\n", piface_desc->bAlternateSetting); -+ DBG_871X("bNumEndpoints=%x\n", piface_desc->bNumEndpoints); -+ DBG_871X("bInterfaceClass=%x\n", piface_desc->bInterfaceClass); -+ DBG_871X("bInterfaceSubClass=%x\n", piface_desc->bInterfaceSubClass); -+ DBG_871X("bInterfaceProtocol=%x\n", piface_desc->bInterfaceProtocol); -+ DBG_871X("iInterface=%x\n", piface_desc->iInterface); -+#endif -+ -+ pdvobjpriv->NumInterfaces = pconf_desc->bNumInterfaces; -+ pdvobjpriv->InterfaceNumber = piface_desc->bInterfaceNumber; -+ pdvobjpriv->nr_endpoint = piface_desc->bNumEndpoints; -+ -+ //DBG_871X("\ndump usb_endpoint_descriptor:\n"); -+ -+ for (i = 0; i < pdvobjpriv->nr_endpoint; i++) -+ { -+ phost_endp = phost_iface->endpoint + i; -+ if (phost_endp) -+ { -+ pendp_desc = &phost_endp->desc; -+ -+ DBG_871X("\nusb_endpoint_descriptor(%d):\n", i); -+ DBG_871X("bLength=%x\n",pendp_desc->bLength); -+ DBG_871X("bDescriptorType=%x\n",pendp_desc->bDescriptorType); -+ DBG_871X("bEndpointAddress=%x\n",pendp_desc->bEndpointAddress); -+ //DBG_871X("bmAttributes=%x\n",pendp_desc->bmAttributes); -+ DBG_871X("wMaxPacketSize=%d\n",le16_to_cpu(pendp_desc->wMaxPacketSize)); -+ DBG_871X("bInterval=%x\n",pendp_desc->bInterval); -+ //DBG_871X("bRefresh=%x\n",pendp_desc->bRefresh); -+ //DBG_871X("bSynchAddress=%x\n",pendp_desc->bSynchAddress); -+ -+ if (RT_usb_endpoint_is_bulk_in(pendp_desc)) -+ { -+ DBG_871X("RT_usb_endpoint_is_bulk_in = %x\n", RT_usb_endpoint_num(pendp_desc)); -+ pdvobjpriv->RtInPipe[pdvobjpriv->RtNumInPipes] = RT_usb_endpoint_num(pendp_desc); -+ pdvobjpriv->RtNumInPipes++; -+ } -+ else if (RT_usb_endpoint_is_int_in(pendp_desc)) -+ { -+ DBG_871X("RT_usb_endpoint_is_int_in = %x, Interval = %x\n", RT_usb_endpoint_num(pendp_desc),pendp_desc->bInterval); -+ pdvobjpriv->RtInPipe[pdvobjpriv->RtNumInPipes] = RT_usb_endpoint_num(pendp_desc); -+ pdvobjpriv->RtNumInPipes++; -+ } -+ else if (RT_usb_endpoint_is_bulk_out(pendp_desc)) -+ { -+ DBG_871X("RT_usb_endpoint_is_bulk_out = %x\n", RT_usb_endpoint_num(pendp_desc)); -+ pdvobjpriv->RtOutPipe[pdvobjpriv->RtNumOutPipes] = RT_usb_endpoint_num(pendp_desc); -+ pdvobjpriv->RtNumOutPipes++; -+ } -+ pdvobjpriv->ep_num[i] = RT_usb_endpoint_num(pendp_desc); -+ } -+ } -+ -+ DBG_871X("nr_endpoint=%d, in_num=%d, out_num=%d\n\n", pdvobjpriv->nr_endpoint, pdvobjpriv->RtNumInPipes, pdvobjpriv->RtNumOutPipes); -+ -+ switch(pusbd->speed) { -+ case USB_SPEED_LOW: -+ DBG_871X("USB_SPEED_LOW\n"); -+ pdvobjpriv->usb_speed = RTW_USB_SPEED_1_1; -+ break; -+ case USB_SPEED_FULL: -+ DBG_871X("USB_SPEED_FULL\n"); -+ pdvobjpriv->usb_speed = RTW_USB_SPEED_1_1; -+ break; -+ case USB_SPEED_HIGH: -+ DBG_871X("USB_SPEED_HIGH\n"); -+ pdvobjpriv->usb_speed = RTW_USB_SPEED_2; -+ break; -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)) -+ case USB_SPEED_SUPER: -+ DBG_871X("USB_SPEED_SUPER\n"); -+ pdvobjpriv->usb_speed = RTW_USB_SPEED_3; -+ break; -+#endif -+ default: -+ DBG_871X("USB_SPEED_UNKNOWN(%x)\n",pusbd->speed); -+ pdvobjpriv->usb_speed = RTW_USB_SPEED_UNKNOWN; -+ break; -+ } -+ -+ if (pdvobjpriv->usb_speed == RTW_USB_SPEED_UNKNOWN) { -+ DBG_871X("UNKNOWN USB SPEED MODE, ERROR !!!\n"); -+ goto free_dvobj; -+ } -+ -+ if (rtw_init_intf_priv(pdvobjpriv) == _FAIL) { -+ RT_TRACE(_module_os_intfs_c_,_drv_err_,("\n Can't INIT rtw_init_intf_priv\n")); -+ goto free_dvobj; -+ } -+ -+ /*step 1-1., decide the chip_type via driver_info*/ -+ pdvobjpriv->interface_type = RTW_USB; -+ rtw_decide_chip_type_by_usb_info(pdvobjpriv, pdid); -+ -+ //.3 misc -+ _rtw_init_sema(&(pdvobjpriv->usb_suspend_sema), 0); -+ rtw_reset_continual_io_error(pdvobjpriv); -+ -+ usb_get_dev(pusbd); -+ -+ status = _SUCCESS; -+ -+free_dvobj: -+ if (status != _SUCCESS && pdvobjpriv) { -+ usb_set_intfdata(usb_intf, NULL); -+ -+ devobj_deinit(pdvobjpriv); -+ -+ pdvobjpriv = NULL; -+ } -+exit: -+_func_exit_; -+ return pdvobjpriv; -+} -+ -+static void usb_dvobj_deinit(struct usb_interface *usb_intf) -+{ -+ struct dvobj_priv *dvobj = usb_get_intfdata(usb_intf); -+ -+_func_enter_; -+ -+ usb_set_intfdata(usb_intf, NULL); -+ if (dvobj) { -+ //Modify condition for 92DU DMDP 2010.11.18, by Thomas -+ if ((dvobj->NumInterfaces != 2 && dvobj->NumInterfaces != 3) -+ || (dvobj->InterfaceNumber == 1)) { -+ if (interface_to_usbdev(usb_intf)->state != USB_STATE_NOTATTACHED) { -+ //If we didn't unplug usb dongle and remove/insert modlue, driver fails on sitesurvey for the first time when device is up . -+ //Reset usb port for sitesurvey fail issue. 2009.8.13, by Thomas -+ DBG_871X("usb attached..., try to reset usb device\n"); -+ usb_reset_device(interface_to_usbdev(usb_intf)); -+ } -+ } -+ -+ rtw_deinit_intf_priv(dvobj); -+ -+ devobj_deinit(dvobj); -+ } -+ -+ //DBG_871X("%s %d\n", __func__, ATOMIC_READ(&usb_intf->dev.kobj.kref.refcount)); -+ usb_put_dev(interface_to_usbdev(usb_intf)); -+ -+_func_exit_; -+} -+ -+static int usb_reprobe_switch_usb_mode(PADAPTER Adapter) -+{ -+ struct registry_priv *registry_par = &Adapter->registrypriv; -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter); -+ int ret = _FALSE; -+ -+ /* efuse not allow driver to switch usb mode */ -+ if (pHalData->EEPROMUsbSwitch == _FALSE) -+ goto exit; -+ -+ /* registry not allow driver to switch usb mode */ -+ if (registry_par->switch_usb_mode == 0) -+ goto exit; -+ -+ /* U2 to U3 */ -+ if (registry_par->switch_usb_mode == 1) { -+ if (IS_HIGH_SPEED_USB(Adapter)) { -+ if ((rtw_read8(Adapter, 0x74) & (BIT(2)|BIT(3))) != BIT(3)) { -+ rtw_write8(Adapter, 0x74, 0x8); -+ rtw_write8(Adapter, 0x70, 0x2); -+ rtw_write8(Adapter, 0x3e, 0x1); -+ rtw_write8(Adapter, 0x3d, 0x3); -+ /* usb disconnect */ -+ rtw_write8(Adapter, 0x5, 0x80); -+ ret = _TRUE; -+ } -+ -+ } else if (IS_SUPER_SPEED_USB(Adapter)) { -+ rtw_write8(Adapter, 0x70, rtw_read8(Adapter, 0x70) & (~BIT(1))); -+ rtw_write8(Adapter, 0x3e, rtw_read8(Adapter, 0x3e) & (~BIT(0))); -+ } -+ } else if (registry_par->switch_usb_mode == 2) { -+ /* U3 to U2 */ -+ if (IS_SUPER_SPEED_USB(Adapter)) { -+ if ((rtw_read8(Adapter, 0x74) & (BIT(2)|BIT(3))) != BIT(2)) { -+ rtw_write8(Adapter, 0x74, 0x4); -+ rtw_write8(Adapter, 0x70, 0x2); -+ rtw_write8(Adapter, 0x3e, 0x1); -+ rtw_write8(Adapter, 0x3d, 0x3); -+ /* usb disconnect */ -+ rtw_write8(Adapter, 0x5, 0x80); -+ ret = _TRUE; -+ } -+ } else if (IS_HIGH_SPEED_USB(Adapter)) { -+ rtw_write8(Adapter, 0x70, rtw_read8(Adapter, 0x70) & (~BIT(1))); -+ rtw_write8(Adapter, 0x3e, rtw_read8(Adapter, 0x3e) & (~BIT(0))); -+ } -+ } -+ -+exit: -+ return ret; -+} -+ -+u8 rtw_set_hal_ops(_adapter *padapter) -+{ -+ //alloc memory for HAL DATA -+ if (rtw_hal_data_init(padapter) == _FAIL) -+ return _FAIL; -+ -+ #ifdef CONFIG_RTL8188E -+ if (rtw_get_chip_type(padapter) == RTL8188E) -+ rtl8188eu_set_hal_ops(padapter); -+ #endif -+ -+ #if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ if (rtw_get_chip_type(padapter) == RTL8812 || rtw_get_chip_type(padapter) == RTL8821) -+ rtl8812au_set_hal_ops(padapter); -+ #endif -+ -+ #ifdef CONFIG_RTL8192E -+ if (rtw_get_chip_type(padapter) == RTL8192E) -+ rtl8192eu_set_hal_ops(padapter); -+ #endif -+ #ifdef CONFIG_RTL8723B -+ if (rtw_get_chip_type(padapter) == RTL8723B) -+ rtl8723bu_set_hal_ops(padapter); -+ #endif -+ #ifdef CONFIG_RTL8814A -+ if (rtw_get_chip_type(padapter) == RTL8814A) -+ rtl8814au_set_hal_ops(padapter); -+ #endif /* CONFIG_RTL8814A */ -+ -+ #ifdef CONFIG_RTL8188F -+ if (rtw_get_chip_type(padapter) == RTL8188F) -+ rtl8188fu_set_hal_ops(padapter); -+ #endif -+ -+ if (_FAIL == rtw_hal_ops_check(padapter) ) -+ return _FAIL; -+ -+ return _SUCCESS; -+} -+ -+void usb_set_intf_ops(_adapter *padapter,struct _io_ops *pops) -+{ -+ #ifdef CONFIG_RTL8188E -+ if (rtw_get_chip_type(padapter) == RTL8188E) -+ rtl8188eu_set_intf_ops(pops); -+ #endif -+ -+ #if defined(CONFIG_RTL8812A) || defined(CONFIG_RTL8821A) -+ if (rtw_get_chip_type(padapter) == RTL8812 || rtw_get_chip_type(padapter) == RTL8821) -+ rtl8812au_set_intf_ops(pops); -+ #endif -+ -+ #ifdef CONFIG_RTL8192E -+ if (rtw_get_chip_type(padapter) == RTL8192E) -+ rtl8192eu_set_intf_ops(pops); -+ #endif -+ -+ #ifdef CONFIG_RTL8723B -+ if (rtw_get_chip_type(padapter) == RTL8723B) -+ rtl8723bu_set_intf_ops(pops); -+ #endif -+ -+ #ifdef CONFIG_RTL8814A -+ if (rtw_get_chip_type(padapter) == RTL8814A) -+ rtl8814au_set_intf_ops(pops); -+ #endif /* CONFIG_RTL8814A */ -+ -+ #ifdef CONFIG_RTL8188F -+ if (rtw_get_chip_type(padapter) == RTL8188F) -+ rtl8188fu_set_intf_ops(pops); -+ #endif -+} -+ -+ -+static void usb_intf_start(_adapter *padapter) -+{ -+ -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+usb_intf_start\n")); -+ -+ rtw_hal_inirp_init(padapter); -+ -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-usb_intf_start\n")); -+ -+} -+ -+static void usb_intf_stop(_adapter *padapter) -+{ -+ -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+usb_intf_stop\n")); -+ -+ //disabel_hw_interrupt -+ if (!rtw_is_surprise_removed(padapter)) { -+ //device still exists, so driver can do i/o operation -+ //TODO: -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("SurpriseRemoved==_FALSE\n")); -+ } -+ -+ //cancel in irp -+ rtw_hal_inirp_deinit(padapter); -+ -+ //cancel out irp -+ rtw_write_port_cancel(padapter); -+ -+ //todo:cancel other irps -+ -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-usb_intf_stop\n")); -+ -+} -+ -+static void process_spec_devid(const struct usb_device_id *pdid) -+{ -+ u16 vid, pid; -+ u32 flags; -+ int i; -+ int num = sizeof(specific_device_id_tbl)/sizeof(struct specific_device_id); -+ -+ for(i=0; iidVendor==vid) && (pdid->idProduct==pid) && (flags&SPEC_DEV_ID_DISABLE_HT)) -+ { -+ rtw_ht_enable = 0; -+ rtw_bw_mode = 0; -+ rtw_ampdu_enable = 0; -+ } -+#endif -+ -+#ifdef RTK_DMP_PLATFORM -+ // Change the ifname to wlan10 when PC side WFD dongle plugin on DMP platform. -+ // It is used to distinguish between normal and PC-side wifi dongle/module. -+ if((pdid->idVendor==vid) && (pdid->idProduct==pid) && (flags&SPEC_DEV_ID_ASSIGN_IFNAME)) -+ { -+ extern char* ifname; -+ strncpy(ifname, "wlan10", 6); -+ //DBG_871X("%s()-%d: ifname=%s, vid=%04X, pid=%04X\n", __FUNCTION__, __LINE__, ifname, vid, pid); -+ } -+#endif /* RTK_DMP_PLATFORM */ -+ -+ } -+} -+ -+#ifdef SUPPORT_HW_RFOFF_DETECTED -+int rtw_hw_suspend(_adapter *padapter ) -+{ -+ struct pwrctrl_priv *pwrpriv; -+ struct usb_interface *pusb_intf; -+ struct net_device *pnetdev; -+ -+ _func_enter_; -+ if(NULL==padapter) -+ goto error_exit; -+ -+ if ((_FALSE == padapter->bup) || RTW_CANNOT_RUN(padapter)) { -+ DBG_871X("padapter->bup=%d bDriverStopped=%s bSurpriseRemoved = %s\n" -+ , padapter->bup -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ goto error_exit; -+ } -+ -+ pwrpriv = adapter_to_pwrctl(padapter); -+ pusb_intf = adapter_to_dvobj(padapter)->pusbintf; -+ pnetdev = padapter->pnetdev; -+ -+ LeaveAllPowerSaveMode(padapter); -+ -+ DBG_871X("==> rtw_hw_suspend\n"); -+ _enter_pwrlock(&pwrpriv->lock); -+ pwrpriv->bips_processing = _TRUE; -+ //padapter->net_closed = _TRUE; -+ //s1. -+ if(pnetdev) -+ { -+ netif_carrier_off(pnetdev); -+ rtw_netif_stop_queue(pnetdev); -+ } -+ -+ //s2. -+ rtw_disassoc_cmd(padapter, 500, _FALSE); -+ -+ //s2-2. indicate disconnect to os -+ //rtw_indicate_disconnect(padapter); -+ { -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ if(check_fwstate(pmlmepriv, _FW_LINKED)) -+ { -+ _clr_fwstate_(pmlmepriv, _FW_LINKED); -+ rtw_led_control(padapter, LED_CTL_NO_LINK); -+ -+ rtw_os_indicate_disconnect(padapter); -+ -+ #ifdef CONFIG_LPS -+ //donnot enqueue cmd -+ rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_DISCONNECT, 0); -+ #endif -+ } -+ } -+ //s2-3. -+ rtw_free_assoc_resources(padapter, 1); -+ -+ //s2-4. -+ rtw_free_network_queue(padapter,_TRUE); -+ #ifdef CONFIG_IPS -+ rtw_ips_dev_unload(padapter); -+ #endif -+ pwrpriv->rf_pwrstate = rf_off; -+ pwrpriv->bips_processing = _FALSE; -+ _exit_pwrlock(&pwrpriv->lock); -+ -+ _func_exit_; -+ return 0; -+ -+error_exit: -+ DBG_871X("%s, failed \n",__FUNCTION__); -+ return (-1); -+ -+} -+ -+int rtw_hw_resume(_adapter *padapter) -+{ -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct usb_interface *pusb_intf = adapter_to_dvobj(padapter)->pusbintf; -+ struct net_device *pnetdev = padapter->pnetdev; -+ -+ _func_enter_; -+ DBG_871X("==> rtw_hw_resume\n"); -+ _enter_pwrlock(&pwrpriv->lock); -+ pwrpriv->bips_processing = _TRUE; -+ rtw_reset_drv_sw(padapter); -+ -+ if(pm_netdev_open(pnetdev,_FALSE) != 0) -+ { -+ _exit_pwrlock(&pwrpriv->lock); -+ goto error_exit; -+ } -+ -+ netif_device_attach(pnetdev); -+ netif_carrier_on(pnetdev); -+ -+ rtw_netif_wake_queue(pnetdev); -+ -+ pwrpriv->bkeepfwalive = _FALSE; -+ pwrpriv->brfoffbyhw = _FALSE; -+ -+ pwrpriv->rf_pwrstate = rf_on; -+ pwrpriv->bips_processing = _FALSE; -+ _exit_pwrlock(&pwrpriv->lock); -+ -+ _func_exit_; -+ -+ return 0; -+error_exit: -+ DBG_871X("%s, Open net dev failed \n",__FUNCTION__); -+ return (-1); -+} -+#endif -+ -+static int rtw_suspend(struct usb_interface *pusb_intf, pm_message_t message) -+{ -+ struct dvobj_priv *dvobj; -+ struct pwrctrl_priv *pwrpriv; -+ struct debug_priv *pdbgpriv; -+ PADAPTER padapter; -+ int ret = 0; -+ -+ -+ dvobj = usb_get_intfdata(pusb_intf); -+ pwrpriv = dvobj_to_pwrctl(dvobj); -+ pdbgpriv = &dvobj->drv_dbg; -+ padapter = dvobj->padapters[IFACE_ID0]; -+ -+ if (pwrpriv->bInSuspend == _TRUE) { -+ DBG_871X("%s bInSuspend = %d\n", __FUNCTION__, pwrpriv->bInSuspend); -+ pdbgpriv->dbg_suspend_error_cnt++; -+ goto exit; -+ } -+ -+ if ((padapter->bup) || !rtw_is_drv_stopped(padapter) || !rtw_is_surprise_removed(padapter)) { -+#ifdef CONFIG_AUTOSUSPEND -+ if(pwrpriv->bInternalAutoSuspend ){ -+ -+ #ifdef SUPPORT_HW_RFOFF_DETECTED -+ // The FW command register update must after MAC and FW init ready. -+ if((padapter->bFWReady) && (pwrpriv->bHWPwrPindetect ) && (padapter->registrypriv.usbss_enable )) -+ { -+ u8 bOpen = _TRUE; -+ rtw_interface_ps_func(padapter,HAL_USB_SELECT_SUSPEND,&bOpen); -+ } -+ #endif//SUPPORT_HW_RFOFF_DETECTED -+ } -+#endif//CONFIG_AUTOSUSPEND -+ } -+ -+ ret = rtw_suspend_common(padapter); -+ -+exit: -+ return ret; -+} -+ -+int rtw_resume_process(_adapter *padapter) -+{ -+ int ret,pm_cnt = 0; -+ struct pwrctrl_priv *pwrpriv = adapter_to_pwrctl(padapter); -+ struct dvobj_priv *pdvobj = padapter->dvobj; -+ struct debug_priv *pdbgpriv = &pdvobj->drv_dbg; -+ -+ -+ if (pwrpriv->bInSuspend == _FALSE) -+ { -+ pdbgpriv->dbg_resume_error_cnt++; -+ DBG_871X("%s bInSuspend = %d\n", __FUNCTION__, pwrpriv->bInSuspend); -+ return -1; -+ } -+ -+#if defined(CONFIG_BT_COEXIST) && defined(CONFIG_AUTOSUSPEND) //add by amy for 8723as-vau -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32)) -+ DBG_871X("%s...pm_usage_cnt(%d) pwrpriv->bAutoResume=%x. ....\n",__func__,atomic_read(&(adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt)),pwrpriv->bAutoResume); -+ pm_cnt=atomic_read(&(adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt)); -+#else // kernel < 2.6.32 -+ DBG_871X("...pm_usage_cnt(%d).....\n", adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt); -+ pm_cnt = adapter_to_dvobj(padapter)->pusbintf->pm_usage_cnt; -+#endif // kernel < 2.6.32 -+ -+ DBG_871X("pwrpriv->bAutoResume (%x)\n",pwrpriv->bAutoResume ); -+ if( _TRUE == pwrpriv->bAutoResume ){ -+ pwrpriv->bInternalAutoSuspend = _FALSE; -+ pwrpriv->bAutoResume=_FALSE; -+ DBG_871X("pwrpriv->bAutoResume (%x) pwrpriv->bInternalAutoSuspend(%x)\n",pwrpriv->bAutoResume,pwrpriv->bInternalAutoSuspend ); -+ -+ } -+#endif //#ifdef CONFIG_BT_COEXIST &CONFIG_AUTOSUSPEND& -+ -+#if defined (CONFIG_WOWLAN) || defined (CONFIG_AP_WOWLAN) -+ /* -+ * Due to usb wow suspend flow will cancel read/write port via intf_stop and -+ * bReadPortCancel and bWritePortCancel are set _TRUE in intf_stop. -+ * But they will not be clear in intf_start during wow resume flow. -+ * It should move to os_intf in the feature. -+ */ -+ RTW_ENABLE_FUNC(padapter, DF_RX_BIT); -+ RTW_ENABLE_FUNC(padapter, DF_TX_BIT); -+#endif -+ -+ ret = rtw_resume_common(padapter); -+ -+ #ifdef CONFIG_AUTOSUSPEND -+ if(pwrpriv->bInternalAutoSuspend ) -+ { -+ #ifdef SUPPORT_HW_RFOFF_DETECTED -+ // The FW command register update must after MAC and FW init ready. -+ if((padapter->bFWReady) && (pwrpriv->bHWPwrPindetect) && (padapter->registrypriv.usbss_enable )) -+ { -+ u8 bOpen = _FALSE; -+ rtw_interface_ps_func(padapter,HAL_USB_SELECT_SUSPEND,&bOpen); -+ } -+ #endif -+ #ifdef CONFIG_BT_COEXIST // for 8723as-vau -+ DBG_871X("pwrpriv->bAutoResume (%x)\n",pwrpriv->bAutoResume ); -+ if( _TRUE == pwrpriv->bAutoResume ){ -+ pwrpriv->bInternalAutoSuspend = _FALSE; -+ pwrpriv->bAutoResume=_FALSE; -+ DBG_871X("pwrpriv->bAutoResume (%x) pwrpriv->bInternalAutoSuspend(%x)\n",pwrpriv->bAutoResume,pwrpriv->bInternalAutoSuspend ); -+ } -+ -+ #else //#ifdef CONFIG_BT_COEXIST -+ pwrpriv->bInternalAutoSuspend = _FALSE; -+ #endif //#ifdef CONFIG_BT_COEXIST -+ pwrpriv->brfoffbyhw = _FALSE; -+ } -+ #endif//CONFIG_AUTOSUSPEND -+ -+ -+ return ret; -+} -+ -+static int rtw_resume(struct usb_interface *pusb_intf) -+{ -+ struct dvobj_priv *dvobj; -+ struct pwrctrl_priv *pwrpriv; -+ struct debug_priv *pdbgpriv; -+ PADAPTER padapter; -+ struct mlme_ext_priv *pmlmeext; -+ int ret = 0; -+ -+ -+ dvobj = usb_get_intfdata(pusb_intf); -+ pwrpriv = dvobj_to_pwrctl(dvobj); -+ pdbgpriv = &dvobj->drv_dbg; -+ padapter = dvobj->padapters[IFACE_ID0]; -+ pmlmeext = &padapter->mlmeextpriv; -+ -+ DBG_871X("==> %s (%s:%d)\n", __FUNCTION__, current->comm, current->pid); -+ pdbgpriv->dbg_resume_cnt++; -+ -+ if(pwrpriv->bInternalAutoSuspend) -+ { -+ ret = rtw_resume_process(padapter); -+ } -+ else -+ { -+ if(pwrpriv->wowlan_mode || pwrpriv->wowlan_ap_mode) -+ { -+ rtw_resume_lock_suspend(); -+ ret = rtw_resume_process(padapter); -+ rtw_resume_unlock_suspend(); -+ } -+ else -+ { -+#ifdef CONFIG_RESUME_IN_WORKQUEUE -+ rtw_resume_in_workqueue(pwrpriv); -+#else -+ if (rtw_is_earlysuspend_registered(pwrpriv)) -+ { -+ /* jeff: bypass resume here, do in late_resume */ -+ rtw_set_do_late_resume(pwrpriv, _TRUE); -+ } -+ else -+ { -+ rtw_resume_lock_suspend(); -+ ret = rtw_resume_process(padapter); -+ rtw_resume_unlock_suspend(); -+ } -+#endif -+ } -+ } -+ -+ pmlmeext->last_scan_time = rtw_get_current_time(); -+ DBG_871X("<======== %s return %d\n", __FUNCTION__, ret); -+ -+ return ret; -+} -+ -+ -+ -+#ifdef CONFIG_AUTOSUSPEND -+void autosuspend_enter(_adapter* padapter) -+{ -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ -+ DBG_871X("==>autosuspend_enter...........\n"); -+ -+ pwrpriv->bInternalAutoSuspend = _TRUE; -+ pwrpriv->bips_processing = _TRUE; -+ -+ if(rf_off == pwrpriv->change_rfpwrstate ) -+ { -+#ifndef CONFIG_BT_COEXIST -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ usb_enable_autosuspend(dvobj->pusbdev); -+ #else -+ dvobj->pusbdev->autosuspend_disabled = 0;//autosuspend disabled by the user -+ #endif -+ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33)) -+ usb_autopm_put_interface(dvobj->pusbintf); -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20)) -+ usb_autopm_enable(dvobj->pusbintf); -+ #else -+ usb_autosuspend_device(dvobj->pusbdev, 1); -+ #endif -+#else //#ifndef CONFIG_BT_COEXIST -+ if(1==pwrpriv->autopm_cnt){ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ usb_enable_autosuspend(dvobj->pusbdev); -+ #else -+ dvobj->pusbdev->autosuspend_disabled = 0;//autosuspend disabled by the user -+ #endif -+ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33)) -+ usb_autopm_put_interface(dvobj->pusbintf); -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20)) -+ usb_autopm_enable(dvobj->pusbintf); -+ #else -+ usb_autosuspend_device(dvobj->pusbdev, 1); -+ #endif -+ pwrpriv->autopm_cnt --; -+ } -+ else -+ DBG_871X("0!=pwrpriv->autopm_cnt[%d] didn't usb_autopm_put_interface\n", pwrpriv->autopm_cnt); -+ -+#endif //#ifndef CONFIG_BT_COEXIST -+ } -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32)) -+ DBG_871X("...pm_usage_cnt(%d).....\n", atomic_read(&(dvobj->pusbintf->pm_usage_cnt))); -+ #else -+ DBG_871X("...pm_usage_cnt(%d).....\n", dvobj->pusbintf->pm_usage_cnt); -+ #endif -+ -+} -+ -+int autoresume_enter(_adapter* padapter) -+{ -+ int result = _SUCCESS; -+ struct security_priv* psecuritypriv=&(padapter->securitypriv); -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info); -+ struct dvobj_priv *dvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrpriv = dvobj_to_pwrctl(dvobj); -+ -+ DBG_871X("====> autoresume_enter \n"); -+ -+ if(rf_off == pwrpriv->rf_pwrstate ) -+ { -+ pwrpriv->ps_flag = _FALSE; -+#ifndef CONFIG_BT_COEXIST -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33)) -+ if (usb_autopm_get_interface(dvobj->pusbintf) < 0) -+ { -+ DBG_871X( "can't get autopm: %d\n", result); -+ result = _FAIL; -+ goto error_exit; -+ } -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20)) -+ usb_autopm_disable(dvobj->pusbintf); -+ #else -+ usb_autoresume_device(dvobj->pusbdev, 1); -+ #endif -+ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32)) -+ DBG_871X("...pm_usage_cnt(%d).....\n", atomic_read(&(dvobj->pusbintf->pm_usage_cnt))); -+ #else -+ DBG_871X("...pm_usage_cnt(%d).....\n", dvobj->pusbintf->pm_usage_cnt); -+ #endif -+#else //#ifndef CONFIG_BT_COEXIST -+ pwrpriv->bAutoResume=_TRUE; -+ if(0==pwrpriv->autopm_cnt){ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33)) -+ if (usb_autopm_get_interface(dvobj->pusbintf) < 0) -+ { -+ DBG_871X( "can't get autopm: %d\n", result); -+ result = _FAIL; -+ goto error_exit; -+ } -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20)) -+ usb_autopm_disable(dvobj->pusbintf); -+ #else -+ usb_autoresume_device(dvobj->pusbdev, 1); -+ #endif -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32)) -+ DBG_871X("...pm_usage_cnt(%d).....\n", atomic_read(&(dvobj->pusbintf->pm_usage_cnt))); -+ #else -+ DBG_871X("...pm_usage_cnt(%d).....\n", dvobj->pusbintf->pm_usage_cnt); -+ #endif -+ pwrpriv->autopm_cnt++; -+ } -+ else -+ DBG_871X("0!=pwrpriv->autopm_cnt[%d] didn't usb_autopm_get_interface\n",pwrpriv->autopm_cnt); -+#endif //#ifndef CONFIG_BT_COEXIST -+ } -+ DBG_871X("<==== autoresume_enter \n"); -+error_exit: -+ -+ return result; -+} -+#endif -+ -+#ifdef CONFIG_PLATFORM_RTD2880B -+extern void rtd2885_wlan_netlink_sendMsg(char *action_string, char *name); -+#endif -+ -+/* -+ * drv_init() - a device potentially for us -+ * -+ * notes: drv_init() is called when the bus driver has located a card for us to support. -+ * We accept the new device by returning 0. -+*/ -+ -+_adapter *rtw_sw_export = NULL; -+ -+_adapter *rtw_usb_if1_init(struct dvobj_priv *dvobj, -+ struct usb_interface *pusb_intf) -+{ -+ _adapter *padapter = NULL; -+ int status = _FAIL; -+ -+ padapter = (_adapter *)rtw_zvmalloc(sizeof(*padapter)); -+ if (padapter == NULL) -+ goto exit; -+ -+ if (loadparam(padapter) != _SUCCESS) -+ goto free_adapter; -+ -+ padapter->dvobj = dvobj; -+ -+ -+ rtw_set_drv_stopped(padapter);/*init*/ -+ -+ dvobj->padapters[dvobj->iface_nums++] = padapter; -+ padapter->iface_id = IFACE_ID0; -+ -+#if defined(CONFIG_CONCURRENT_MODE) -+ //set adapter_type/iface type for primary padapter -+ padapter->isprimary = _TRUE; -+ padapter->adapter_type = PRIMARY_ADAPTER; -+ #ifndef CONFIG_HWPORT_SWAP -+ padapter->iface_type = IFACE_PORT0; -+ #else -+ padapter->iface_type = IFACE_PORT1; -+ #endif -+#endif -+ -+ //step 2. hook HalFunc, allocate HalData -+ //hal_set_hal_ops(padapter); -+ if(rtw_set_hal_ops(padapter) ==_FAIL) -+ goto free_hal_data; -+ -+ -+ padapter->intf_start=&usb_intf_start; -+ padapter->intf_stop=&usb_intf_stop; -+ -+ //step init_io_priv -+ if( rtw_init_io_priv(padapter,usb_set_intf_ops) ==_FAIL) -+ goto free_hal_data; -+ -+ //step read_chip_version -+ rtw_hal_read_chip_version(padapter); -+ -+ //step usb endpoint mapping -+ rtw_hal_chip_configure(padapter); -+ -+#ifdef CONFIG_BT_COEXIST -+ rtw_btcoex_Initialize(padapter); -+#endif // CONFIG_BT_COEXIST -+ -+ //step read efuse/eeprom data and get mac_addr -+ rtw_hal_read_chip_info(padapter); -+ -+ //step 5. -+ if(rtw_init_drv_sw(padapter) ==_FAIL) { -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("Initialize driver software resource Failed!\n")); -+ goto free_hal_data; -+ } -+ -+#ifdef CONFIG_PM -+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,18)) -+ if(dvobj_to_pwrctl(dvobj)->bSupportRemoteWakeup) -+ { -+ dvobj->pusbdev->do_remote_wakeup=1; -+ pusb_intf->needs_remote_wakeup = 1; -+ device_init_wakeup(&pusb_intf->dev, 1); -+ DBG_871X("pwrctrlpriv.bSupportRemoteWakeup~~~~~~\n"); -+ DBG_871X("pwrctrlpriv.bSupportRemoteWakeup~~~[%d]~~~\n",device_may_wakeup(&pusb_intf->dev)); -+ } -+#endif -+#endif -+ -+#ifdef CONFIG_AUTOSUSPEND -+ if( padapter->registrypriv.power_mgnt != PS_MODE_ACTIVE ) -+ { -+ if(padapter->registrypriv.usbss_enable ){ /* autosuspend (2s delay) */ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,38)) -+ dvobj->pusbdev->dev.power.autosuspend_delay = 0 * HZ;//15 * HZ; idle-delay time -+ #else -+ dvobj->pusbdev->autosuspend_delay = 0 * HZ;//15 * HZ; idle-delay time -+ #endif -+ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ usb_enable_autosuspend(dvobj->pusbdev); -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22) && LINUX_VERSION_CODE<=KERNEL_VERSION(2,6,34)) -+ padapter->bDisableAutosuspend = dvobj->pusbdev->autosuspend_disabled ; -+ dvobj->pusbdev->autosuspend_disabled = 0;//autosuspend disabled by the user -+ #endif -+ -+ //usb_autopm_get_interface(adapter_to_dvobj(padapter)->pusbintf );//init pm_usage_cnt ,let it start from 1 -+ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,32)) -+ DBG_871X("%s...pm_usage_cnt(%d).....\n",__FUNCTION__,atomic_read(&(dvobj->pusbintf ->pm_usage_cnt))); -+ #else -+ DBG_871X("%s...pm_usage_cnt(%d).....\n",__FUNCTION__,dvobj->pusbintf ->pm_usage_cnt); -+ #endif -+ } -+ } -+#endif -+ //2012-07-11 Move here to prevent the 8723AS-VAU BT auto suspend influence -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33)) -+ if (usb_autopm_get_interface(pusb_intf) < 0) -+ { -+ DBG_871X( "can't get autopm: \n"); -+ } -+ #endif -+#ifdef CONFIG_BT_COEXIST -+ dvobj_to_pwrctl(dvobj)->autopm_cnt=1; -+#endif -+ -+ // set mac addr -+ rtw_macaddr_cfg(adapter_mac_addr(padapter), get_hal_mac_addr(padapter)); -+#ifdef CONFIG_P2P -+ rtw_init_wifidirect_addrs(padapter, adapter_mac_addr(padapter), adapter_mac_addr(padapter)); -+#endif // CONFIG_P2P -+ DBG_871X("bDriverStopped:%s, bSurpriseRemoved:%s, bup:%d, hw_init_completed:%d\n" -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , padapter->bup -+ , rtw_get_hw_init_completed(padapter) -+ ); -+ -+ status = _SUCCESS; -+ -+free_hal_data: -+ if (status != _SUCCESS && padapter->HalData) -+ rtw_hal_free_data(padapter); -+free_adapter: -+ if (status != _SUCCESS && padapter) { -+ rtw_vmfree((u8 *)padapter, sizeof(*padapter)); -+ padapter = NULL; -+ } -+exit: -+ return padapter; -+} -+ -+static void rtw_usb_if1_deinit(_adapter *if1) -+{ -+ struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(if1); -+ struct mlme_priv *pmlmepriv= &if1->mlmepriv; -+ -+ if(check_fwstate(pmlmepriv, _FW_LINKED)) -+ rtw_disassoc_cmd(if1, 0, _FALSE); -+ -+ -+#ifdef CONFIG_AP_MODE -+ free_mlme_ap_info(if1); -+ #ifdef CONFIG_HOSTAPD_MLME -+ hostapd_mode_unload(if1); -+ #endif -+#endif -+ -+#ifdef CONFIG_WOWLAN -+ pwrctl->wowlan_mode=_FALSE; -+#endif //CONFIG_WOWLAN -+ -+ rtw_dev_unload(if1); -+ -+ DBG_871X("+r871xu_dev_remove, hw_init_completed=%d\n", rtw_get_hw_init_completed(if1)); -+ -+#ifdef CONFIG_BT_COEXIST -+ if(1 == pwrctl->autopm_cnt){ -+ #if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,33)) -+ usb_autopm_put_interface(adapter_to_dvobj(if1)->pusbintf); -+ #elif (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,20)) -+ usb_autopm_enable(adapter_to_dvobj(if1)->pusbintf); -+ #else -+ usb_autosuspend_device(adapter_to_dvobj(if1)->pusbdev, 1); -+ #endif -+ pwrctl->autopm_cnt --; -+ } -+#endif -+ -+ rtw_free_drv_sw(if1); -+ -+ /* TODO: use rtw_os_ndevs_deinit instead at the first stage of driver's dev deinit function */ -+ rtw_os_ndev_free(if1); -+ -+ rtw_vmfree((u8 *)if1, sizeof(_adapter)); -+ -+#ifdef CONFIG_PLATFORM_RTD2880B -+ DBG_871X("wlan link down\n"); -+ rtd2885_wlan_netlink_sendMsg("linkdown", "8712"); -+#endif -+ -+} -+ -+static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) -+{ -+ _adapter *if1 = NULL, *if2 = NULL; -+ int status = _FAIL; -+ struct dvobj_priv *dvobj; -+#ifdef CONFIG_MULTI_VIR_IFACES -+ int i; -+#endif //CONFIG_MULTI_VIR_IFACES -+ -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_init\n")); -+ //DBG_871X("+rtw_drv_init\n"); -+ -+ //step 0. -+ process_spec_devid(pdid); -+ -+ /* Initialize dvobj_priv */ -+ if ((dvobj = usb_dvobj_init(pusb_intf, pdid)) == NULL) { -+ RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("initialize device object priv Failed!\n")); -+ goto exit; -+ } -+ -+ if ((if1 = rtw_usb_if1_init(dvobj, pusb_intf)) == NULL) { -+ DBG_871X("rtw_usb_if1_init Failed!\n"); -+ goto free_dvobj; -+ } -+ -+ if (usb_reprobe_switch_usb_mode(if1) == _TRUE) -+ goto free_if1; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if((if2 = rtw_drv_if2_init(if1, usb_set_intf_ops)) == NULL) { -+ goto free_if1; -+ } -+#ifdef CONFIG_MULTI_VIR_IFACES -+ for(i=0; iregistrypriv.ext_iface_num;i++) -+ { -+ if(rtw_drv_add_vir_if(if1, usb_set_intf_ops) == NULL) -+ { -+ DBG_871X("rtw_drv_add_iface failed! (%d)\n", i); -+ goto free_if2; -+ } -+ } -+#endif //CONFIG_MULTI_VIR_IFACES -+#endif -+ -+#ifdef CONFIG_INTEL_PROXIM -+ rtw_sw_export=if1; -+#endif -+ -+#ifdef CONFIG_GLOBAL_UI_PID -+ if(ui_pid[1]!=0) { -+ DBG_871X("ui_pid[1]:%d\n",ui_pid[1]); -+ rtw_signal_process(ui_pid[1], SIGUSR2); -+ } -+#endif -+ -+ //dev_alloc_name && register_netdev -+ if (rtw_os_ndevs_init(dvobj) != _SUCCESS) -+ goto free_if2; -+ -+#ifdef CONFIG_HOSTAPD_MLME -+ hostapd_mode_init(if1); -+#endif -+ -+#ifdef CONFIG_PLATFORM_RTD2880B -+ DBG_871X("wlan link up\n"); -+ rtd2885_wlan_netlink_sendMsg("linkup", "8712"); -+#endif -+ -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-871x_drv - drv_init, success!\n")); -+ -+ status = _SUCCESS; -+ -+#if 0 /* not used now */ -+os_ndevs_deinit: -+ if (status != _SUCCESS) -+ rtw_os_ndevs_deinit(dvobj); -+#endif -+free_if2: -+ if(status != _SUCCESS && if2) { -+ #ifdef CONFIG_CONCURRENT_MODE -+ rtw_drv_if2_stop(if2); -+ rtw_drv_if2_free(if2); -+ #endif -+ } -+free_if1: -+ if (status != _SUCCESS && if1) { -+ rtw_usb_if1_deinit(if1); -+ } -+free_dvobj: -+ if (status != _SUCCESS) -+ usb_dvobj_deinit(pusb_intf); -+exit: -+ return status == _SUCCESS?0:-ENODEV; -+} -+ -+/* -+ * dev_remove() - our device is being removed -+*/ -+//rmmod module & unplug(SurpriseRemoved) will call r871xu_dev_remove() => how to recognize both -+static void rtw_dev_remove(struct usb_interface *pusb_intf) -+{ -+ struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf); -+ struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(dvobj); -+ _adapter *padapter = dvobj->padapters[IFACE_ID0]; -+ struct net_device *pnetdev = padapter->pnetdev; -+ struct mlme_priv *pmlmepriv= &padapter->mlmepriv; -+ -+_func_enter_; -+ -+ DBG_871X("+rtw_dev_remove\n"); -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("+dev_remove()\n")); -+ -+ dvobj->processing_dev_remove = _TRUE; -+ -+ /* TODO: use rtw_os_ndevs_deinit instead at the first stage of driver's dev deinit function */ -+ rtw_os_ndevs_unregister(dvobj); -+ -+ if(usb_drv.drv_registered == _TRUE) -+ { -+ //DBG_871X("r871xu_dev_remove():padapter->bSurpriseRemoved == _TRUE\n"); -+ rtw_set_surprise_removed(padapter); -+ } -+ /*else -+ { -+ //DBG_871X("r871xu_dev_remove():module removed\n"); -+ padapter->HalData->hw_init_completed = _FALSE; -+ }*/ -+ -+ -+#if defined(CONFIG_HAS_EARLYSUSPEND) || defined(CONFIG_ANDROID_POWER) -+ rtw_unregister_early_suspend(pwrctl); -+#endif -+ -+ if (padapter->bFWReady == _TRUE) { -+ rtw_pm_set_ips(padapter, IPS_NONE); -+ rtw_pm_set_lps(padapter, PS_MODE_ACTIVE); -+ -+ LeaveAllPowerSaveMode(padapter); -+ } -+ rtw_set_drv_stopped(padapter); /*for stop thread*/ -+ -+ /* stop cmd thread */ -+ rtw_stop_cmd_thread(padapter); -+#ifdef CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_MULTI_VIR_IFACES -+ rtw_drv_stop_vir_ifaces(dvobj); -+#endif //CONFIG_MULTI_VIR_IFACES -+ rtw_drv_if2_stop(dvobj->padapters[IFACE_ID1]); -+#endif //CONFIG_CONCURRENT_MODE -+ -+ #ifdef CONFIG_BT_COEXIST -+ #ifdef CONFIG_BT_COEXIST_SOCKET_TRX -+ if (GET_HAL_DATA(padapter)->EEPROMBluetoothCoexist) -+ rtw_btcoex_close_socket(padapter); -+ #endif -+ rtw_btcoex_HaltNotify(padapter); -+ #endif -+ -+ rtw_usb_if1_deinit(padapter); -+ -+#ifdef CONFIG_CONCURRENT_MODE -+#ifdef CONFIG_MULTI_VIR_IFACES -+ rtw_drv_free_vir_ifaces(dvobj); -+#endif //CONFIG_MULTI_VIR_IFACES -+ rtw_drv_if2_free(dvobj->padapters[IFACE_ID1]); -+#endif //CONFIG_CONCURRENT_MODE -+ -+ usb_dvobj_deinit(pusb_intf); -+ -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-dev_remove()\n")); -+ DBG_871X("-r871xu_dev_remove, done\n"); -+ -+ -+#ifdef CONFIG_INTEL_PROXIM -+ rtw_sw_export=NULL; -+#endif -+ -+_func_exit_; -+ -+ return; -+ -+} -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) -+extern int console_suspend_enabled; -+#endif -+ -+static int __init rtw_drv_entry(void) -+{ -+ int ret = 0; -+ -+ DBG_871X_LEVEL(_drv_always_, "module init start\n"); -+ dump_drv_version(RTW_DBGDUMP); -+#ifdef BTCOEXVERSION -+ DBG_871X_LEVEL(_drv_always_, DRV_NAME" BT-Coex version = %s\n", BTCOEXVERSION); -+#endif // BTCOEXVERSION -+ -+ ret = platform_wifi_power_on(); -+ if(ret != 0) -+ { -+ DBG_871X("%s: power on failed!!(%d)\n", __FUNCTION__, ret); -+ ret = -1; -+ goto exit; -+ } -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)) -+ //console_suspend_enabled=0; -+#endif -+ -+ usb_drv.drv_registered = _TRUE; -+ rtw_suspend_lock_init(); -+ rtw_drv_proc_init(); -+ rtw_ndev_notifier_register(); -+ -+ ret = usb_register(&usb_drv.usbdrv); -+ -+ if (ret != 0) { -+ usb_drv.drv_registered = _FALSE; -+ rtw_suspend_lock_uninit(); -+ rtw_drv_proc_deinit(); -+ rtw_ndev_notifier_unregister(); -+ goto exit; -+ } -+ -+exit: -+ DBG_871X_LEVEL(_drv_always_, "module init ret=%d\n", ret); -+ return ret; -+} -+ -+static void __exit rtw_drv_halt(void) -+{ -+ DBG_871X_LEVEL(_drv_always_, "module exit start\n"); -+ -+ usb_drv.drv_registered = _FALSE; -+ -+ usb_deregister(&usb_drv.usbdrv); -+ -+ platform_wifi_power_off(); -+ -+ rtw_suspend_lock_uninit(); -+ rtw_drv_proc_deinit(); -+ rtw_ndev_notifier_unregister(); -+ -+ DBG_871X_LEVEL(_drv_always_, "module exit success\n"); -+ -+ rtw_mstat_dump(RTW_DBGDUMP); -+} -+ -+ -+module_init(rtw_drv_entry); -+module_exit(rtw_drv_halt); -+ -+#ifdef CONFIG_INTEL_PROXIM -+_adapter *rtw_usb_get_sw_pointer(void) -+{ -+ return rtw_sw_export; -+} -+EXPORT_SYMBOL(rtw_usb_get_sw_pointer); -+#endif //CONFIG_INTEL_PROXIM -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/usb_ops_linux.c linux/3rdparty/rtl8812au/os_dep/linux/usb_ops_linux.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/usb_ops_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/usb_ops_linux.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,1200 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ *******************************************************************************/ -+#define _USB_OPS_LINUX_C_ -+ -+#include -+#include -+#include -+ -+struct rtw_async_write_data { -+ u8 data[VENDOR_CMD_MAX_DATA_LEN]; -+ struct usb_ctrlrequest dr; -+}; -+ -+int usbctrl_vendorreq(struct intf_hdl *pintfhdl, u8 request, u16 value, u16 index, void *pdata, u16 len, u8 requesttype) -+{ -+ _adapter *padapter = pintfhdl->padapter; -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(pdvobjpriv); -+ struct usb_device *udev=pdvobjpriv->pusbdev; -+ -+ unsigned int pipe; -+ int status = 0; -+ u32 tmp_buflen=0; -+ u8 reqtype; -+ u8 *pIo_buf; -+ int vendorreq_times = 0; -+ -+ #ifdef CONFIG_USB_VENDOR_REQ_BUFFER_DYNAMIC_ALLOCATE -+ u8 *tmp_buf; -+ #else // use stack memory -+ u8 tmp_buf[MAX_USB_IO_CTL_SIZE]; -+ #endif -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->adapter_type > PRIMARY_ADAPTER) -+ { -+ padapter = padapter->pbuddy_adapter; -+ pdvobjpriv = adapter_to_dvobj(padapter); -+ udev = pdvobjpriv->pusbdev; -+ } -+#endif -+ -+ //DBG_871X("%s %s:%d\n",__FUNCTION__, current->comm, current->pid); -+ -+ if (RTW_CANNOT_IO(padapter)){ -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usbctrl_vendorreq:(RTW_CANNOT_IO)!!!\n")); -+ status = -EPERM; -+ goto exit; -+ } -+ -+ if(len>MAX_VENDOR_REQ_CMD_SIZE){ -+ DBG_8192C( "[%s] Buffer len error ,vendor request failed\n", __FUNCTION__ ); -+ status = -EINVAL; -+ goto exit; -+ } -+ -+ #ifdef CONFIG_USB_VENDOR_REQ_MUTEX -+ _enter_critical_mutex(&pdvobjpriv->usb_vendor_req_mutex, NULL); -+ #endif -+ -+ -+ // Acquire IO memory for vendorreq -+#ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC -+ pIo_buf = pdvobjpriv->usb_vendor_req_buf; -+#else -+ #ifdef CONFIG_USB_VENDOR_REQ_BUFFER_DYNAMIC_ALLOCATE -+ tmp_buf = rtw_malloc( (u32) len + ALIGNMENT_UNIT); -+ tmp_buflen = (u32)len + ALIGNMENT_UNIT; -+ #else // use stack memory -+ tmp_buflen = MAX_USB_IO_CTL_SIZE; -+ #endif -+ -+ // Added by Albert 2010/02/09 -+ // For mstar platform, mstar suggests the address for USB IO should be 16 bytes alignment. -+ // Trying to fix it here. -+ pIo_buf = (tmp_buf==NULL)?NULL:tmp_buf + ALIGNMENT_UNIT -((SIZE_PTR)(tmp_buf) & 0x0f ); -+#endif -+ -+ if ( pIo_buf== NULL) { -+ DBG_8192C( "[%s] pIo_buf == NULL \n", __FUNCTION__ ); -+ status = -ENOMEM; -+ goto release_mutex; -+ } -+ -+ while(++vendorreq_times<= MAX_USBCTRL_VENDORREQ_TIMES) -+ { -+ _rtw_memset(pIo_buf, 0, len); -+ -+ if (requesttype == 0x01) -+ { -+ pipe = usb_rcvctrlpipe(udev, 0);//read_in -+ reqtype = REALTEK_USB_VENQT_READ; -+ } -+ else -+ { -+ pipe = usb_sndctrlpipe(udev, 0);//write_out -+ reqtype = REALTEK_USB_VENQT_WRITE; -+ _rtw_memcpy( pIo_buf, pdata, len); -+ } -+ -+ status = rtw_usb_control_msg(udev, pipe, request, reqtype, value, index, pIo_buf, len, RTW_USB_CONTROL_MSG_TIMEOUT); -+ -+ if ( status == len) // Success this control transfer. -+ { -+ rtw_reset_continual_io_error(pdvobjpriv); -+ if ( requesttype == 0x01 ) -+ { // For Control read transfer, we have to copy the read data from pIo_buf to pdata. -+ _rtw_memcpy( pdata, pIo_buf, len ); -+ } -+ } -+ else { // error cases -+ DBG_8192C("reg 0x%x, usb %s %u fail, status:%d value=0x%x, vendorreq_times:%d\n" -+ , value,(requesttype == 0x01)?"read":"write" , len, status, *(u32*)pdata, vendorreq_times); -+ -+ if (status < 0) { -+ if(status == (-ESHUTDOWN) || status == -ENODEV ) -+ { -+ rtw_set_surprise_removed(padapter); -+ } else { -+ #ifdef DBG_CONFIG_ERROR_DETECT -+ { -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ pHalData->srestpriv.Wifi_Error_Status = USB_VEN_REQ_CMD_FAIL; -+ } -+ #endif -+ } -+ } -+ else // status != len && status >= 0 -+ { -+ if(status > 0) { -+ if ( requesttype == 0x01 ) -+ { // For Control read transfer, we have to copy the read data from pIo_buf to pdata. -+ _rtw_memcpy( pdata, pIo_buf, len ); -+ } -+ } -+ } -+ -+ if(rtw_inc_and_chk_continual_io_error(pdvobjpriv) == _TRUE ){ -+ rtw_set_surprise_removed(padapter); -+ break; -+ } -+ -+ } -+ -+ // firmware download is checksumed, don't retry -+ if( (value >= FW_START_ADDRESS ) || status == len ) -+ break; -+ -+ } -+ -+ // release IO memory used by vendorreq -+ #ifdef CONFIG_USB_VENDOR_REQ_BUFFER_DYNAMIC_ALLOCATE -+ rtw_mfree(tmp_buf, tmp_buflen); -+ #endif -+ -+release_mutex: -+ #ifdef CONFIG_USB_VENDOR_REQ_MUTEX -+ _exit_critical_mutex(&pdvobjpriv->usb_vendor_req_mutex, NULL); -+ #endif -+exit: -+ return status; -+ -+} -+ -+#ifdef CONFIG_USB_SUPPORT_ASYNC_VDN_REQ -+static void _usbctrl_vendorreq_async_callback(struct urb *urb, struct pt_regs *regs) -+{ -+ if (urb) { -+ if (urb->context) { -+ rtw_mfree(urb->context, sizeof(struct rtw_async_write_data)); -+ } -+ usb_free_urb(urb); -+ } -+} -+ -+int _usbctrl_vendorreq_async_write(struct usb_device *udev, u8 request, -+ u16 value, u16 index, void *pdata, u16 len, u8 requesttype) -+{ -+ int rc; -+ unsigned int pipe; -+ u8 reqtype; -+ struct usb_ctrlrequest *dr; -+ struct urb *urb; -+ struct rtw_async_write_data *buf; -+ -+ -+ if (requesttype == VENDOR_READ) { -+ pipe = usb_rcvctrlpipe(udev, 0);//read_in -+ reqtype = REALTEK_USB_VENQT_READ; -+ } -+ else { -+ pipe = usb_sndctrlpipe(udev, 0);//write_out -+ reqtype = REALTEK_USB_VENQT_WRITE; -+ } -+ -+ buf = (struct rtl819x_async_write_data *)rtw_zmalloc(sizeof(*buf)); -+ if (!buf) { -+ rc = -ENOMEM; -+ goto exit; -+ } -+ -+ urb = usb_alloc_urb(0, GFP_ATOMIC); -+ if (!urb) { -+ rtw_mfree((u8*)buf, sizeof(*buf)); -+ rc = -ENOMEM; -+ goto exit; -+ } -+ -+ dr = &buf->dr; -+ -+ dr->bRequestType = reqtype; -+ dr->bRequest = request; -+ dr->wValue = cpu_to_le16(value); -+ dr->wIndex = cpu_to_le16(index); -+ dr->wLength = cpu_to_le16(len); -+ -+ _rtw_memcpy(buf, pdata, len); -+ -+ usb_fill_control_urb(urb, udev, pipe, (unsigned char *)dr, buf, len, -+ _usbctrl_vendorreq_async_callback, buf); -+ -+ rc = usb_submit_urb(urb, GFP_ATOMIC); -+ if (rc < 0) { -+ rtw_mfree((u8*)buf, sizeof(*buf)); -+ usb_free_urb(urb); -+ } -+ -+exit: -+ return rc; -+} -+ -+ -+#endif /* CONFIG_USB_SUPPORT_ASYNC_VDN_REQ */ -+ -+unsigned int ffaddr2pipehdl(struct dvobj_priv *pdvobj, u32 addr) -+{ -+ unsigned int pipe=0, ep_num=0; -+ struct usb_device *pusbd = pdvobj->pusbdev; -+ -+ if (addr == RECV_BULK_IN_ADDR) { -+ pipe=usb_rcvbulkpipe(pusbd, pdvobj->RtInPipe[0]); -+ -+ } else if (addr == RECV_INT_IN_ADDR) { -+ pipe=usb_rcvintpipe(pusbd, pdvobj->RtInPipe[1]); -+ -+ } else if (addr < HW_QUEUE_ENTRY) { -+ ep_num = pdvobj->Queue2Pipe[addr]; -+ pipe = usb_sndbulkpipe(pusbd, ep_num); -+ } -+ -+ return pipe; -+} -+ -+struct zero_bulkout_context{ -+ void *pbuf; -+ void *purb; -+ void *pirp; -+ void *padapter; -+}; -+ -+static void usb_bulkout_zero_complete(struct urb *purb, struct pt_regs *regs) -+{ -+ struct zero_bulkout_context *pcontext = (struct zero_bulkout_context *)purb->context; -+ -+ //DBG_8192C("+usb_bulkout_zero_complete\n"); -+ -+ if(pcontext) -+ { -+ if(pcontext->pbuf) -+ { -+ rtw_mfree(pcontext->pbuf, sizeof(int)); -+ } -+ -+ if(pcontext->purb && (pcontext->purb==purb)) -+ { -+ usb_free_urb(pcontext->purb); -+ } -+ -+ -+ rtw_mfree((u8*)pcontext, sizeof(struct zero_bulkout_context)); -+ } -+ -+ -+} -+ -+static u32 usb_bulkout_zero(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ int pipe, status, len; -+ u32 ret; -+ unsigned char *pbuf; -+ struct zero_bulkout_context *pcontext; -+ PURB purb = NULL; -+ _adapter *padapter = (_adapter *)pintfhdl->padapter; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(pdvobj); -+ struct usb_device *pusbd = pdvobj->pusbdev; -+ -+ //DBG_871X("%s\n", __func__); -+ -+ -+ if (RTW_CANNOT_TX(padapter)) -+ { -+ return _FAIL; -+ } -+ -+ -+ pcontext = (struct zero_bulkout_context *)rtw_zmalloc(sizeof(struct zero_bulkout_context)); -+ if (pcontext == NULL) { -+ return _FAIL; -+ } -+ -+ pbuf = (unsigned char *)rtw_zmalloc(sizeof(int)); -+ purb = usb_alloc_urb(0, GFP_ATOMIC); -+ -+ //translate DMA FIFO addr to pipehandle -+ pipe = ffaddr2pipehdl(pdvobj, addr); -+ -+ len = 0; -+ pcontext->pbuf = pbuf; -+ pcontext->purb = purb; -+ pcontext->pirp = NULL; -+ pcontext->padapter = padapter; -+ -+ -+ //translate DMA FIFO addr to pipehandle -+ //pipe = ffaddr2pipehdl(pdvobj, addr); -+ -+ usb_fill_bulk_urb(purb, pusbd, pipe, -+ pbuf, -+ len, -+ usb_bulkout_zero_complete, -+ pcontext);//context is pcontext -+ -+ status = usb_submit_urb(purb, GFP_ATOMIC); -+ -+ if (!status) -+ { -+ ret= _SUCCESS; -+ } -+ else -+ { -+ ret= _FAIL; -+ } -+ -+ -+ return _SUCCESS; -+ -+} -+ -+void usb_read_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem) -+{ -+ -+} -+ -+void usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) -+{ -+ -+} -+ -+ -+void usb_read_port_cancel(struct intf_hdl *pintfhdl) -+{ -+ int i; -+ struct recv_buf *precvbuf; -+ _adapter *padapter = pintfhdl->padapter; -+ precvbuf = (struct recv_buf *)padapter->recvpriv.precv_buf; -+ -+ DBG_871X("%s\n", __func__); -+ -+ for (i=0; i < NR_RECVBUFF ; i++) { -+ -+ if (precvbuf->purb) { -+ //DBG_8192C("usb_read_port_cancel : usb_kill_urb \n"); -+ usb_kill_urb(precvbuf->purb); -+ } -+ precvbuf++; -+ } -+ -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+ usb_kill_urb(padapter->recvpriv.int_in_urb); -+#endif -+} -+ -+static void usb_write_port_complete(struct urb *purb, struct pt_regs *regs) -+{ -+ _irqL irqL; -+ int i; -+ struct xmit_buf *pxmitbuf = (struct xmit_buf *)purb->context; -+ //struct xmit_frame *pxmitframe = (struct xmit_frame *)pxmitbuf->priv_data; -+ //_adapter *padapter = pxmitframe->padapter; -+ _adapter *padapter = pxmitbuf->padapter; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ //struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+_func_enter_; -+ -+ switch(pxmitbuf->flags) -+ { -+ case VO_QUEUE_INX: -+ pxmitpriv->voq_cnt--; -+ break; -+ case VI_QUEUE_INX: -+ pxmitpriv->viq_cnt--; -+ break; -+ case BE_QUEUE_INX: -+ pxmitpriv->beq_cnt--; -+ break; -+ case BK_QUEUE_INX: -+ pxmitpriv->bkq_cnt--; -+ break; -+ default: -+ break; -+ } -+ -+ -+/* -+ _enter_critical(&pxmitpriv->lock, &irqL); -+ -+ pxmitpriv->txirp_cnt--; -+ -+ switch(pattrib->priority) -+ { -+ case 1: -+ case 2: -+ pxmitpriv->bkq_cnt--; -+ //DBG_8192C("pxmitpriv->bkq_cnt=%d\n", pxmitpriv->bkq_cnt); -+ break; -+ case 4: -+ case 5: -+ pxmitpriv->viq_cnt--; -+ //DBG_8192C("pxmitpriv->viq_cnt=%d\n", pxmitpriv->viq_cnt); -+ break; -+ case 6: -+ case 7: -+ pxmitpriv->voq_cnt--; -+ //DBG_8192C("pxmitpriv->voq_cnt=%d\n", pxmitpriv->voq_cnt); -+ break; -+ case 0: -+ case 3: -+ default: -+ pxmitpriv->beq_cnt--; -+ //DBG_8192C("pxmitpriv->beq_cnt=%d\n", pxmitpriv->beq_cnt); -+ break; -+ -+ } -+ -+ _exit_critical(&pxmitpriv->lock, &irqL); -+ -+ -+ if(pxmitpriv->txirp_cnt==0) -+ { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port_complete: txirp_cnt== 0, set allrxreturnevt!\n")); -+ _rtw_up_sema(&(pxmitpriv->tx_retevt)); -+ } -+*/ -+ //rtw_free_xmitframe(pxmitpriv, pxmitframe); -+ -+ if (RTW_CANNOT_TX(padapter)) -+ { -+ DBG_8192C("%s(): TX Warning! bDriverStopped(%s) OR bSurpriseRemoved(%s) pxmitbuf->buf_tag(%x)\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False" -+ , pxmitbuf->buf_tag); -+ -+ goto check_completion; -+ } -+ -+ -+ if (purb->status==0) { -+ -+ } else { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port_complete : purb->status(%d) != 0 \n", purb->status)); -+ DBG_871X("###=> urb_write_port_complete status(%d)\n",purb->status); -+ if((purb->status==-EPIPE)||(purb->status==-EPROTO)) -+ { -+ //usb_clear_halt(pusbdev, purb->pipe); -+ //msleep(10); -+ sreset_set_wifi_error_status(padapter, USB_WRITE_PORT_FAIL); -+ } else if (purb->status == -EINPROGRESS) { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port_complete: EINPROGESS\n")); -+ goto check_completion; -+ -+ } else if (purb->status == -ENOENT) { -+ DBG_871X("%s: -ENOENT\n", __func__); -+ goto check_completion; -+ -+ } else if (purb->status == -ECONNRESET) { -+ DBG_871X("%s: -ECONNRESET\n", __func__); -+ goto check_completion; -+ -+ } else if (purb->status == -ESHUTDOWN) { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port_complete: ESHUTDOWN\n")); -+ rtw_set_drv_stopped(padapter); -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port_complete:bDriverStopped=TRUE\n")); -+ -+ goto check_completion; -+ } -+ else -+ { -+ rtw_set_surprise_removed(padapter); -+ DBG_8192C("bSurpriseRemoved=TRUE\n"); -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port_complete:bSurpriseRemoved=TRUE\n")); -+ -+ goto check_completion; -+ } -+ } -+ -+ #ifdef DBG_CONFIG_ERROR_DETECT -+ { -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ pHalData->srestpriv.last_tx_complete_time = rtw_get_current_time(); -+ } -+ #endif -+ -+check_completion: -+ _enter_critical(&pxmitpriv->lock_sctx, &irqL); -+ rtw_sctx_done_err(&pxmitbuf->sctx, -+ purb->status ? RTW_SCTX_DONE_WRITE_PORT_ERR : RTW_SCTX_DONE_SUCCESS); -+ _exit_critical(&pxmitpriv->lock_sctx, &irqL); -+ -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+ -+ //if(rtw_txframes_pending(padapter)) -+ { -+ tasklet_hi_schedule(&pxmitpriv->xmit_tasklet); -+ } -+ -+_func_exit_; -+ -+} -+ -+u32 usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) -+{ -+ _irqL irqL; -+ unsigned int pipe; -+ int status; -+ u32 ret = _FAIL, bwritezero = _FALSE; -+ PURB purb = NULL; -+ _adapter *padapter = (_adapter *)pintfhdl->padapter; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(padapter); -+ struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(pdvobj); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ struct xmit_buf *pxmitbuf = (struct xmit_buf *)wmem; -+ struct xmit_frame *pxmitframe = (struct xmit_frame *)pxmitbuf->priv_data; -+ struct usb_device *pusbd = pdvobj->pusbdev; -+ struct pkt_attrib *pattrib = &pxmitframe->attrib; -+ -+_func_enter_; -+ -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("+usb_write_port\n")); -+ -+ if (RTW_CANNOT_TX(padapter)) { -+ #ifdef DBG_TX -+ DBG_871X(" DBG_TX %s:%d bDriverStopped%s, bSurpriseRemoved:%s\n", __func__, __LINE__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ #endif -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port:( padapter->bDriverStopped ||padapter->bSurpriseRemoved )!!!\n")); -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_TX_DENY); -+ goto exit; -+ } -+ -+ _enter_critical(&pxmitpriv->lock, &irqL); -+ -+ switch(addr) -+ { -+ case VO_QUEUE_INX: -+ pxmitpriv->voq_cnt++; -+ pxmitbuf->flags = VO_QUEUE_INX; -+ break; -+ case VI_QUEUE_INX: -+ pxmitpriv->viq_cnt++; -+ pxmitbuf->flags = VI_QUEUE_INX; -+ break; -+ case BE_QUEUE_INX: -+ pxmitpriv->beq_cnt++; -+ pxmitbuf->flags = BE_QUEUE_INX; -+ break; -+ case BK_QUEUE_INX: -+ pxmitpriv->bkq_cnt++; -+ pxmitbuf->flags = BK_QUEUE_INX; -+ break; -+ case HIGH_QUEUE_INX: -+ pxmitbuf->flags = HIGH_QUEUE_INX; -+ break; -+ default: -+ pxmitbuf->flags = MGT_QUEUE_INX; -+ break; -+ } -+ -+ _exit_critical(&pxmitpriv->lock, &irqL); -+ -+ purb = pxmitbuf->pxmit_urb[0]; -+ -+ //translate DMA FIFO addr to pipehandle -+ pipe = ffaddr2pipehdl(pdvobj, addr); -+ -+#ifdef CONFIG_REDUCE_USB_TX_INT -+ if ( (pxmitpriv->free_xmitbuf_cnt%NR_XMITBUFF == 0) -+ || (pxmitbuf->buf_tag > XMITBUF_DATA) ) -+ { -+ purb->transfer_flags &= (~URB_NO_INTERRUPT); -+ } else { -+ purb->transfer_flags |= URB_NO_INTERRUPT; -+ //DBG_8192C("URB_NO_INTERRUPT "); -+ } -+#endif -+ -+ -+ usb_fill_bulk_urb(purb, pusbd, pipe, -+ pxmitframe->buf_addr, //= pxmitbuf->pbuf -+ cnt, -+ usb_write_port_complete, -+ pxmitbuf);//context is pxmitbuf -+ -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ purb->transfer_dma = pxmitbuf->dma_transfer_addr; -+ purb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; -+ purb->transfer_flags |= URB_ZERO_PACKET; -+#endif // CONFIG_USE_USB_BUFFER_ALLOC_TX -+ -+#ifdef USB_PACKET_OFFSET_SZ -+#if (USB_PACKET_OFFSET_SZ == 0) -+ purb->transfer_flags |= URB_ZERO_PACKET; -+#endif -+#endif -+ -+#if 0 -+ if (bwritezero) -+ { -+ purb->transfer_flags |= URB_ZERO_PACKET; -+ } -+#endif -+ -+ status = usb_submit_urb(purb, GFP_ATOMIC); -+ if (!status) { -+ #ifdef DBG_CONFIG_ERROR_DETECT -+ { -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ pHalData->srestpriv.last_tx_time = rtw_get_current_time(); -+ } -+ #endif -+ } else { -+ rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_WRITE_PORT_ERR); -+ DBG_871X("usb_write_port, status=%d\n", status); -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_write_port(): usb_submit_urb, status=%x\n", status)); -+ -+ switch (status) { -+ case -ENODEV: -+ rtw_set_drv_stopped(padapter); -+ break; -+ default: -+ break; -+ } -+ goto exit; -+ } -+ -+ ret= _SUCCESS; -+ -+// Commented by Albert 2009/10/13 -+// We add the URB_ZERO_PACKET flag to urb so that the host will send the zero packet automatically. -+/* -+ if(bwritezero == _TRUE) -+ { -+ usb_bulkout_zero(pintfhdl, addr); -+ } -+*/ -+ -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("-usb_write_port\n")); -+ -+exit: -+ if (ret != _SUCCESS) -+ rtw_free_xmitbuf(pxmitpriv, pxmitbuf); -+_func_exit_; -+ return ret; -+ -+} -+ -+void usb_write_port_cancel(struct intf_hdl *pintfhdl) -+{ -+ int i, j; -+ _adapter *padapter = pintfhdl->padapter; -+ struct xmit_buf *pxmitbuf = (struct xmit_buf *)padapter->xmitpriv.pxmitbuf; -+ -+ DBG_871X("%s \n", __func__); -+ -+ for (i=0; ipxmit_urb[j]) { -+ usb_kill_urb(pxmitbuf->pxmit_urb[j]); -+ } -+ } -+ pxmitbuf++; -+ } -+ -+ pxmitbuf = (struct xmit_buf*)padapter->xmitpriv.pxmit_extbuf; -+ for (i = 0; i < NR_XMIT_EXTBUFF ; i++) { -+ for (j=0; j<8; j++) { -+ if(pxmitbuf->pxmit_urb[j]) { -+ usb_kill_urb(pxmitbuf->pxmit_urb[j]); -+ } -+ } -+ pxmitbuf++; -+ } -+} -+ -+void usb_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf) -+{ -+ -+ precvbuf->transfer_len = 0; -+ -+ precvbuf->len = 0; -+ -+ precvbuf->ref_cnt = 0; -+ -+ if(precvbuf->pbuf) -+ { -+ precvbuf->pdata = precvbuf->phead = precvbuf->ptail = precvbuf->pbuf; -+ precvbuf->pend = precvbuf->pdata + MAX_RECVBUF_SZ; -+ } -+ -+} -+ -+int recvbuf2recvframe(PADAPTER padapter, void *ptr); -+ -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_RX -+void usb_recv_tasklet(void *priv) -+{ -+ struct recv_buf *precvbuf = NULL; -+ _adapter *padapter = (_adapter*)priv; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ while (NULL != (precvbuf = rtw_dequeue_recvbuf(&precvpriv->recv_buf_pending_queue))) -+ { -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_8192C("recv_tasklet => bDriverStopped or bSurpriseRemoved\n"); -+ break; -+ } -+ -+ -+ recvbuf2recvframe(padapter, precvbuf); -+ -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ } -+ -+} -+ -+void usb_read_port_complete(struct urb *purb, struct pt_regs *regs) -+{ -+ struct recv_buf *precvbuf = (struct recv_buf *)purb->context; -+ _adapter *padapter =(_adapter *)precvbuf->adapter; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete!!!\n")); -+ -+ ATOMIC_DEC(&(precvpriv->rx_pending_cnt)); -+ -+ if (RTW_CANNOT_RX(padapter)) -+ { -+ DBG_8192C("%s() RX Warning! bDriverStopped(%s) OR bSurpriseRemoved(%s)\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ goto exit; -+ } -+ -+ if(purb->status==0)//SUCCESS -+ { -+ if ((purb->actual_length > MAX_RECVBUF_SZ) || (purb->actual_length < RXDESC_SIZE)) -+ { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete: (purb->actual_length > MAX_RECVBUF_SZ) || (purb->actual_length < RXDESC_SIZE)\n")); -+ -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ } -+ else -+ { -+ rtw_reset_continual_io_error(adapter_to_dvobj(padapter)); -+ -+ precvbuf->transfer_len = purb->actual_length; -+ -+ //rtw_enqueue_rx_transfer_buffer(precvpriv, rx_transfer_buf); -+ rtw_enqueue_recvbuf(precvbuf, &precvpriv->recv_buf_pending_queue); -+ -+ tasklet_schedule(&precvpriv->recv_tasklet); -+ } -+ } -+ else -+ { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete : purb->status(%d) != 0 \n", purb->status)); -+ -+ DBG_8192C("###=> usb_read_port_complete => urb status(%d)\n", purb->status); -+ -+ if (rtw_inc_and_chk_continual_io_error(adapter_to_dvobj(padapter)) == _TRUE) -+ rtw_set_surprise_removed(padapter); -+ -+ switch(purb->status) { -+ case -EINVAL: -+ case -EPIPE: -+ case -ENODEV: -+ case -ESHUTDOWN: -+ /*rtw_set_surprise_removed(padapter);*/ -+ //RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete:bSurpriseRemoved=TRUE\n")); -+ case -ENOENT: -+ rtw_set_drv_stopped(padapter); -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete:bDriverStopped=TRUE\n")); -+ break; -+ case -EPROTO: -+ case -EILSEQ: -+ case -ETIME: -+ case -ECOMM: -+ case -EOVERFLOW: -+ #ifdef DBG_CONFIG_ERROR_DETECT -+ { -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ pHalData->srestpriv.Wifi_Error_Status = USB_READ_PORT_FAIL; -+ } -+ #endif -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ break; -+ case -EINPROGRESS: -+ DBG_8192C("ERROR: URB IS IN PROGRESS!/n"); -+ break; -+ default: -+ break; -+ } -+ -+ } -+ -+exit: -+ -+_func_exit_; -+} -+ -+u32 usb_read_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem) -+{ -+ int err; -+ unsigned int pipe; -+ u32 ret = _SUCCESS; -+ PURB purb = NULL; -+ struct recv_buf *precvbuf = (struct recv_buf *)rmem; -+ _adapter *adapter = pintfhdl->padapter; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(adapter); -+ struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(pdvobj); -+ struct recv_priv *precvpriv = &adapter->recvpriv; -+ struct usb_device *pusbd = pdvobj->pusbdev; -+ -+_func_enter_; -+ -+ if (RTW_CANNOT_RX(adapter) || (precvbuf == NULL)) -+ { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port:( RTW_CANNOT_RX ) || precvbuf == NULL!!!\n")); -+ return _FAIL; -+ } -+ -+ usb_init_recvbuf(adapter, precvbuf); -+ -+ if(precvbuf->pbuf) -+ { -+ ATOMIC_INC(&(precvpriv->rx_pending_cnt)); -+ purb = precvbuf->purb; -+ -+ //translate DMA FIFO addr to pipehandle -+ pipe = ffaddr2pipehdl(pdvobj, addr); -+ -+ usb_fill_bulk_urb(purb, pusbd, pipe, -+ precvbuf->pbuf, -+ MAX_RECVBUF_SZ, -+ usb_read_port_complete, -+ precvbuf);//context is precvbuf -+ -+ purb->transfer_dma = precvbuf->dma_transfer_addr; -+ purb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; -+ -+ err = usb_submit_urb(purb, GFP_ATOMIC); -+ if((err) && (err != (-EPERM))) -+ { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("cannot submit rx in-token(err=0x%.8x), URB_STATUS =0x%.8x", err, purb->status)); -+ DBG_8192C("cannot submit rx in-token(err = 0x%08x),urb_status = %d\n",err,purb->status); -+ ret = _FAIL; -+ } -+ -+ } -+ -+_func_exit_; -+ -+ return ret; -+} -+#else // CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+void usb_recv_tasklet(void *priv) -+{ -+ _pkt *pskb; -+ _adapter *padapter = (_adapter*)priv; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ struct recv_buf *precvbuf = NULL; -+ -+ while (NULL != (pskb = skb_dequeue(&precvpriv->rx_skb_queue))) { -+ -+ if (RTW_CANNOT_RUN(padapter)) { -+ DBG_8192C("recv_tasklet => bDriverStopped or bSurpriseRemoved\n"); -+ #ifdef CONFIG_PREALLOC_RX_SKB_BUFFER -+ if (rtw_free_skb_premem(pskb) != 0) -+ #endif //CONFIG_PREALLOC_RX_SKB_BUFFER -+ rtw_skb_free(pskb); -+ break; -+ } -+ -+ recvbuf2recvframe(padapter, pskb); -+ -+ skb_reset_tail_pointer(pskb); -+ pskb->len = 0; -+ -+ skb_queue_tail(&precvpriv->free_recv_skb_queue, pskb); -+ -+ if (NULL != (precvbuf = rtw_dequeue_recvbuf(&precvpriv->recv_buf_pending_queue))) { -+ precvbuf->pskb = NULL; -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ } -+ } -+} -+ -+void usb_read_port_complete(struct urb *purb, struct pt_regs *regs) -+{ -+ struct recv_buf *precvbuf = (struct recv_buf *)purb->context; -+ _adapter *padapter =(_adapter *)precvbuf->adapter; -+ struct recv_priv *precvpriv = &padapter->recvpriv; -+ -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete!!!\n")); -+ -+ ATOMIC_DEC(&(precvpriv->rx_pending_cnt)); -+ -+ if(RTW_CANNOT_RX(padapter)) -+ { -+ DBG_8192C("%s() RX Warning! bDriverStopped(%s) OR bSurpriseRemoved(%s)\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ goto exit; -+ } -+ -+ if(purb->status==0)//SUCCESS -+ { -+ if ((purb->actual_length > MAX_RECVBUF_SZ) || (purb->actual_length < RXDESC_SIZE)) -+ { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete: (purb->actual_length > MAX_RECVBUF_SZ) || (purb->actual_length < RXDESC_SIZE)\n")); -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ DBG_8192C("%s()-%d: RX Warning!\n", __FUNCTION__, __LINE__); -+ } -+ else -+ { -+ rtw_reset_continual_io_error(adapter_to_dvobj(padapter)); -+ -+ precvbuf->transfer_len = purb->actual_length; -+ skb_put(precvbuf->pskb, purb->actual_length); -+ skb_queue_tail(&precvpriv->rx_skb_queue, precvbuf->pskb); -+ -+ #ifndef CONFIG_FIX_NR_BULKIN_BUFFER -+ if (skb_queue_len(&precvpriv->rx_skb_queue)<=1) -+ #endif -+ tasklet_schedule(&precvpriv->recv_tasklet); -+ -+ precvbuf->pskb = NULL; -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ } -+ } -+ else -+ { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete : purb->status(%d) != 0 \n", purb->status)); -+ -+ DBG_8192C("###=> usb_read_port_complete => urb status(%d)\n", purb->status); -+ -+ if (rtw_inc_and_chk_continual_io_error(adapter_to_dvobj(padapter)) == _TRUE) -+ rtw_set_surprise_removed(padapter); -+ -+ -+ switch(purb->status) { -+ case -EINVAL: -+ case -EPIPE: -+ case -ENODEV: -+ case -ESHUTDOWN: -+ /*rtw_set_surprise_removed(padapter);*/ -+ //RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete:bSurpriseRemoved=TRUE\n")); -+ case -ENOENT: -+ rtw_set_drv_stopped(padapter); -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port_complete:bDriverStopped=TRUE\n")); -+ break; -+ case -EPROTO: -+ case -EILSEQ: -+ case -ETIME: -+ case -ECOMM: -+ case -EOVERFLOW: -+ #ifdef DBG_CONFIG_ERROR_DETECT -+ { -+ HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter); -+ pHalData->srestpriv.Wifi_Error_Status = USB_READ_PORT_FAIL; -+ } -+ #endif -+ rtw_read_port(padapter, precvpriv->ff_hwaddr, 0, (unsigned char *)precvbuf); -+ break; -+ case -EINPROGRESS: -+ DBG_8192C("ERROR: URB IS IN PROGRESS!/n"); -+ break; -+ default: -+ break; -+ } -+ -+ } -+ -+exit: -+ -+_func_exit_; -+ -+} -+ -+u32 usb_read_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem) -+{ -+ int err; -+ unsigned int pipe; -+ u32 ret = _FAIL; -+ PURB purb = NULL; -+ struct recv_buf *precvbuf = (struct recv_buf *)rmem; -+ _adapter *adapter = pintfhdl->padapter; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(adapter); -+ struct pwrctrl_priv *pwrctl = dvobj_to_pwrctl(pdvobj); -+ struct recv_priv *precvpriv = &adapter->recvpriv; -+ struct usb_device *pusbd = pdvobj->pusbdev; -+ -+_func_enter_; -+ -+ if (RTW_CANNOT_RX(adapter) || (precvbuf == NULL)) { -+ RT_TRACE(_module_hci_ops_os_c_,_drv_err_,("usb_read_port:( RTW_CANNOT_RX ) || precvbuf == NULL!!!\n")); -+ goto exit; -+ } -+ -+ usb_init_recvbuf(adapter, precvbuf); -+ -+ if (precvbuf->pskb == NULL) { -+ SIZE_PTR tmpaddr = 0; -+ SIZE_PTR alignment = 0; -+ -+ if (NULL != (precvbuf->pskb = skb_dequeue(&precvpriv->free_recv_skb_queue))) -+ goto recv_buf_hook; -+ -+ #ifndef CONFIG_FIX_NR_BULKIN_BUFFER -+ precvbuf->pskb = rtw_skb_alloc(MAX_RECVBUF_SZ + RECVBUFF_ALIGN_SZ); -+ #endif -+ -+ if (precvbuf->pskb == NULL) { -+ if (0) -+ DBG_871X("usb_read_port() enqueue precvbuf=%p \n", precvbuf); -+ /* enqueue precvbuf and wait for free skb */ -+ rtw_enqueue_recvbuf(precvbuf, &precvpriv->recv_buf_pending_queue); -+ goto exit; -+ } -+ -+ tmpaddr = (SIZE_PTR)precvbuf->pskb->data; -+ alignment = tmpaddr & (RECVBUFF_ALIGN_SZ-1); -+ skb_reserve(precvbuf->pskb, (RECVBUFF_ALIGN_SZ - alignment)); -+ } -+ -+recv_buf_hook: -+ precvbuf->phead = precvbuf->pskb->head; -+ precvbuf->pdata = precvbuf->pskb->data; -+ precvbuf->ptail = skb_tail_pointer(precvbuf->pskb); -+ precvbuf->pend = skb_end_pointer(precvbuf->pskb); -+ precvbuf->pbuf = precvbuf->pskb->data; -+ -+ purb = precvbuf->purb; -+ -+ /* translate DMA FIFO addr to pipehandle */ -+ pipe = ffaddr2pipehdl(pdvobj, addr); -+ -+ usb_fill_bulk_urb(purb, pusbd, pipe, -+ precvbuf->pbuf, -+ MAX_RECVBUF_SZ, -+ usb_read_port_complete, -+ precvbuf); -+ -+ err = usb_submit_urb(purb, GFP_ATOMIC); -+ if (err && err != (-EPERM)) { -+ DBG_871X("cannot submit rx in-token(err = 0x%08x),urb_status = %d\n" -+ , err, purb->status); -+ goto exit; -+ } -+ -+ ATOMIC_INC(&(precvpriv->rx_pending_cnt)); -+ ret = _SUCCESS; -+ -+exit: -+ -+_func_exit_; -+ -+ return ret; -+} -+#endif // CONFIG_USE_USB_BUFFER_ALLOC_RX -+ -+#ifdef CONFIG_USB_INTERRUPT_IN_PIPE -+void usb_read_interrupt_complete(struct urb *purb, struct pt_regs *regs) -+{ -+ int err; -+ _adapter *padapter = (_adapter *)purb->context; -+ -+ if (RTW_CANNOT_RX(padapter)) { -+ DBG_8192C("%s() RX Warning! bDriverStopped(%s) OR bSurpriseRemoved(%s)\n" -+ , __func__ -+ , rtw_is_drv_stopped(padapter)?"True":"False" -+ , rtw_is_surprise_removed(padapter)?"True":"False"); -+ -+ return; -+ } -+ -+ if (purb->status == 0) {/*SUCCESS*/ -+ if (purb->actual_length > INTERRUPT_MSG_FORMAT_LEN) -+ DBG_8192C("usb_read_interrupt_complete: purb->actual_length > INTERRUPT_MSG_FORMAT_LEN(%d)\n", INTERRUPT_MSG_FORMAT_LEN); -+ -+ rtw_hal_interrupt_handler(padapter, purb->actual_length, purb->transfer_buffer); -+ -+ err = usb_submit_urb(purb, GFP_ATOMIC); -+ if ((err) && (err != (-EPERM))) -+ DBG_8192C("cannot submit interrupt in-token(err = 0x%08x),urb_status = %d\n", err, purb->status); -+ } else { -+ DBG_8192C("###=> usb_read_interrupt_complete => urb status(%d)\n", purb->status); -+ -+ switch (purb->status) { -+ case -EINVAL: -+ case -EPIPE: -+ case -ENODEV: -+ case -ESHUTDOWN: -+ /*rtw_set_surprise_removed(padapter);*/ -+ /*RT_TRACE(_module_hci_ops_os_c_, _drv_err_, ("usb_read_port_complete:bSurpriseRemoved=TRUE\n"));*/ -+ case -ENOENT: -+ rtw_set_drv_stopped(padapter); -+ RT_TRACE(_module_hci_ops_os_c_, _drv_err_, ("usb_read_port_complete:bDriverStopped=TRUE\n")); -+ break; -+ case -EPROTO: -+ break; -+ case -EINPROGRESS: -+ DBG_8192C("ERROR: URB IS IN PROGRESS!/n"); -+ break; -+ default: -+ break; -+ } -+ } -+} -+ -+u32 usb_read_interrupt(struct intf_hdl *pintfhdl, u32 addr) -+{ -+ int err; -+ unsigned int pipe; -+ u32 ret = _SUCCESS; -+ _adapter *adapter = pintfhdl->padapter; -+ struct dvobj_priv *pdvobj = adapter_to_dvobj(adapter); -+ struct recv_priv *precvpriv = &adapter->recvpriv; -+ struct usb_device *pusbd = pdvobj->pusbdev; -+ -+_func_enter_; -+ -+ if (RTW_CANNOT_RX(adapter)) { -+ RT_TRACE(_module_hci_ops_os_c_, _drv_err_, ("usb_read_interrupt:( RTW_CANNOT_RX )!!!\n")); -+ return _FAIL; -+ } -+ -+ /*translate DMA FIFO addr to pipehandle*/ -+ pipe = ffaddr2pipehdl(pdvobj, addr); -+ -+ usb_fill_int_urb(precvpriv->int_in_urb, pusbd, pipe, -+ precvpriv->int_in_buf, -+ INTERRUPT_MSG_FORMAT_LEN, -+ usb_read_interrupt_complete, -+ adapter, -+ 1); -+ -+ err = usb_submit_urb(precvpriv->int_in_urb, GFP_ATOMIC); -+ if ((err) && (err != (-EPERM))) { -+ DBG_8192C("cannot submit interrupt in-token(err = 0x%08x), urb_status = %d\n", err, precvpriv->int_in_urb->status); -+ ret = _FAIL; -+ } -+ -+_func_exit_; -+ return ret; -+} -+#endif /* CONFIG_USB_INTERRUPT_IN_PIPE */ -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/wifi_regd.c linux/3rdparty/rtl8812au/os_dep/linux/wifi_regd.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/wifi_regd.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/wifi_regd.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,548 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2009-2010 Realtek Corporation. -+ * -+ *****************************************************************************/ -+ -+#include -+ -+#ifdef CONFIG_IOCTL_CFG80211 -+ -+#include -+ -+static struct country_code_to_enum_rd allCountries[] = { -+ {COUNTRY_CODE_USER, "RD"}, -+}; -+ -+/* -+ * REG_RULE(freq start, freq end, bandwidth, max gain, eirp, reg_flags) -+ */ -+ -+/* -+ *Only these channels all allow active -+ *scan on all world regulatory domains -+ */ -+ -+/* 2G chan 01 - chan 11 */ -+#define RTW_2GHZ_CH01_11 \ -+ REG_RULE(2412-10, 2462+10, 40, 0, 20, 0) -+ -+/* -+ *We enable active scan on these a case -+ *by case basis by regulatory domain -+ */ -+ -+/* 2G chan 12 - chan 13, PASSIV SCAN */ -+#define RTW_2GHZ_CH12_13 \ -+ REG_RULE(2467-10, 2472+10, 40, 0, 20, \ -+ NL80211_RRF_PASSIVE_SCAN) -+ -+/* 2G chan 14, PASSIVS SCAN, NO OFDM (B only) */ -+#define RTW_2GHZ_CH14 \ -+ REG_RULE(2484-10, 2484+10, 40, 0, 20, \ -+ NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_OFDM) -+ -+/* 5G chan 36 - chan 64 */ -+#define RTW_5GHZ_5150_5350 \ -+ REG_RULE(5150-10, 5350+10, 40, 0, 30, \ -+ NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS) -+ -+/* 5G chan 100 - chan 165 */ -+#define RTW_5GHZ_5470_5850 \ -+ REG_RULE(5470-10, 5850+10, 40, 0, 30, \ -+ NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS) -+ -+/* 5G chan 149 - chan 165 */ -+#define RTW_5GHZ_5725_5850 \ -+ REG_RULE(5725-10, 5850+10, 40, 0, 30, \ -+ NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS) -+ -+/* 5G chan 36 - chan 165 */ -+#define RTW_5GHZ_5150_5850 \ -+ REG_RULE(5150-10, 5850+10, 40, 0, 30, \ -+ NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS) -+ -+static const struct ieee80211_regdomain rtw_regdom_rd = { -+ .n_reg_rules = 3, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ RTW_2GHZ_CH12_13, -+ RTW_5GHZ_5150_5850, -+ } -+}; -+ -+static const struct ieee80211_regdomain rtw_regdom_11 = { -+ .n_reg_rules = 1, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ } -+}; -+ -+static const struct ieee80211_regdomain rtw_regdom_12_13 = { -+ .n_reg_rules = 2, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ RTW_2GHZ_CH12_13, -+ } -+}; -+ -+static const struct ieee80211_regdomain rtw_regdom_no_midband = { -+ .n_reg_rules = 3, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ RTW_5GHZ_5150_5350, -+ RTW_5GHZ_5725_5850, -+ } -+}; -+ -+static const struct ieee80211_regdomain rtw_regdom_60_64 = { -+ .n_reg_rules = 3, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ RTW_2GHZ_CH12_13, -+ RTW_5GHZ_5725_5850, -+ } -+}; -+ -+static const struct ieee80211_regdomain rtw_regdom_14_60_64 = { -+ .n_reg_rules = 4, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ RTW_2GHZ_CH12_13, -+ RTW_2GHZ_CH14, -+ RTW_5GHZ_5725_5850, -+ } -+}; -+ -+static const struct ieee80211_regdomain rtw_regdom_14 = { -+ .n_reg_rules = 3, -+ .alpha2 = "99", -+ .reg_rules = { -+ RTW_2GHZ_CH01_11, -+ RTW_2GHZ_CH12_13, -+ RTW_2GHZ_CH14, -+ } -+}; -+ -+#if 0 -+static struct rtw_regulatory *rtw_regd; -+#endif -+ -+static bool _rtw_is_radar_freq(u16 center_freq) -+{ -+ return (center_freq >= 5260 && center_freq <= 5700); -+} -+ -+#if 0 // not_yet -+static void _rtw_reg_apply_beaconing_flags(struct wiphy *wiphy, -+ enum nl80211_reg_initiator initiator) -+{ -+ enum ieee80211_band band; -+ struct ieee80211_supported_band *sband; -+ const struct ieee80211_reg_rule *reg_rule; -+ struct ieee80211_channel *ch; -+ unsigned int i; -+ u32 bandwidth = 0; -+ int r; -+ -+ for (band = 0; band < IEEE80211_NUM_BANDS; band++) { -+ -+ if (!wiphy->bands[band]) -+ continue; -+ -+ sband = wiphy->bands[band]; -+ -+ for (i = 0; i < sband->n_channels; i++) { -+ ch = &sband->channels[i]; -+ if (_rtw_is_radar_freq(ch->center_freq) || -+ (ch->flags & IEEE80211_CHAN_RADAR)) -+ continue; -+ if (initiator == NL80211_REGDOM_SET_BY_COUNTRY_IE) { -+ r = freq_reg_info(wiphy, ch->center_freq, -+ bandwidth, ®_rule); -+ if (r) -+ continue; -+ -+ /* -+ *If 11d had a rule for this channel ensure -+ *we enable adhoc/beaconing if it allows us to -+ *use it. Note that we would have disabled it -+ *by applying our static world regdomain by -+ *default during init, prior to calling our -+ *regulatory_hint(). -+ */ -+ -+ if (!(reg_rule->flags & NL80211_RRF_NO_IBSS)) -+ ch->flags &= ~IEEE80211_CHAN_NO_IBSS; -+ if (! -+ (reg_rule->flags & -+ NL80211_RRF_PASSIVE_SCAN)) -+ ch->flags &= -+ ~IEEE80211_CHAN_PASSIVE_SCAN; -+ } else { -+ if (ch->beacon_found) -+ ch->flags &= ~(IEEE80211_CHAN_NO_IBSS | -+ IEEE80211_CHAN_PASSIVE_SCAN); -+ } -+ } -+ } -+} -+ -+/* Allows active scan scan on Ch 12 and 13 */ -+static void _rtw_reg_apply_active_scan_flags(struct wiphy *wiphy, -+ enum nl80211_reg_initiator -+ initiator) -+{ -+ struct ieee80211_supported_band *sband; -+ struct ieee80211_channel *ch; -+ const struct ieee80211_reg_rule *reg_rule; -+ u32 bandwidth = 0; -+ int r; -+ -+ if (!wiphy->bands[IEEE80211_BAND_2GHZ]) -+ return; -+ sband = wiphy->bands[IEEE80211_BAND_2GHZ]; -+ -+ /* -+ * If no country IE has been received always enable active scan -+ * on these channels. This is only done for specific regulatory SKUs -+ */ -+ if (initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE) { -+ ch = &sband->channels[11]; /* CH 12 */ -+ if (ch->flags & IEEE80211_CHAN_PASSIVE_SCAN) -+ ch->flags &= ~IEEE80211_CHAN_PASSIVE_SCAN; -+ ch = &sband->channels[12]; /* CH 13 */ -+ if (ch->flags & IEEE80211_CHAN_PASSIVE_SCAN) -+ ch->flags &= ~IEEE80211_CHAN_PASSIVE_SCAN; -+ return; -+ } -+ -+ /* -+ * If a country IE has been received check its rule for this -+ * channel first before enabling active scan. The passive scan -+ * would have been enforced by the initial processing of our -+ * custom regulatory domain. -+ */ -+ -+ ch = &sband->channels[11]; /* CH 12 */ -+ r = freq_reg_info(wiphy, ch->center_freq, bandwidth, ®_rule); -+ if (!r) { -+ if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) -+ if (ch->flags & IEEE80211_CHAN_PASSIVE_SCAN) -+ ch->flags &= ~IEEE80211_CHAN_PASSIVE_SCAN; -+ } -+ -+ ch = &sband->channels[12]; /* CH 13 */ -+ r = freq_reg_info(wiphy, ch->center_freq, bandwidth, ®_rule); -+ if (!r) { -+ if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) -+ if (ch->flags & IEEE80211_CHAN_PASSIVE_SCAN) -+ ch->flags &= ~IEEE80211_CHAN_PASSIVE_SCAN; -+ } -+} -+#endif -+ -+/* -+ * Always apply Radar/DFS rules on -+ * freq range 5260 MHz - 5700 MHz -+ */ -+static void _rtw_reg_apply_radar_flags(struct wiphy *wiphy) -+{ -+ struct ieee80211_supported_band *sband; -+ struct ieee80211_channel *ch; -+ unsigned int i; -+ -+ if (!wiphy->bands[IEEE80211_BAND_5GHZ]) -+ return; -+ -+ sband = wiphy->bands[IEEE80211_BAND_5GHZ]; -+ -+ for (i = 0; i < sband->n_channels; i++) { -+ ch = &sband->channels[i]; -+ if (!_rtw_is_radar_freq(ch->center_freq)) -+ continue; -+#ifdef CONFIG_DFS -+ #if defined(CONFIG_DFS_MASTER) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)) -+ if (!(ch->flags & IEEE80211_CHAN_DISABLED)) { -+ ch->flags |= IEEE80211_CHAN_RADAR; -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)) -+ ch->flags |= (IEEE80211_CHAN_NO_IBSS|IEEE80211_CHAN_PASSIVE_SCAN); -+ #else -+ ch->flags |= IEEE80211_CHAN_NO_IR; -+ #endif -+ } -+ #endif -+#endif //CONFIG_DFS -+ -+#if 0 -+ /* -+ * We always enable radar detection/DFS on this -+ * frequency range. Additionally we also apply on -+ * this frequency range: -+ * - If STA mode does not yet have DFS supports disable -+ * active scanning -+ * - If adhoc mode does not support DFS yet then disable -+ * adhoc in the frequency. -+ * - If AP mode does not yet support radar detection/DFS -+ * do not allow AP mode -+ */ -+ if (!(ch->flags & IEEE80211_CHAN_DISABLED)) -+ ch->flags |= IEEE80211_CHAN_RADAR | -+ IEEE80211_CHAN_NO_IBSS | -+ IEEE80211_CHAN_PASSIVE_SCAN; -+#endif -+ } -+} -+ -+static void _rtw_reg_apply_flags(struct wiphy *wiphy) -+{ -+#if 1 // by channel plan -+ _adapter *padapter = wiphy_to_adapter(wiphy); -+ u8 channel_plan = padapter->mlmepriv.ChannelPlan; -+ struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv; -+ RT_CHANNEL_INFO *channel_set = pmlmeext->channel_set; -+ u8 max_chan_nums = pmlmeext->max_chan_nums; -+ -+ struct ieee80211_supported_band *sband; -+ struct ieee80211_channel *ch; -+ unsigned int i, j; -+ u16 channel; -+ u32 freq; -+ -+ // all channels disable -+ for (i = 0; i < IEEE80211_NUM_BANDS; i++) { -+ sband = wiphy->bands[i]; -+ -+ if (sband) { -+ for (j = 0; j < sband->n_channels; j++) { -+ ch = &sband->channels[j]; -+ -+ if (ch) -+ ch->flags = IEEE80211_CHAN_DISABLED; -+ } -+ } -+ } -+ -+ // channels apply by channel plans. -+ for (i = 0; i < max_chan_nums; i++) { -+ channel = channel_set[i].ChannelNum; -+ freq = rtw_ch2freq(channel); -+ -+ ch = ieee80211_get_channel(wiphy, freq); -+ if (ch) { -+ if (channel_set[i].ScanType == SCAN_PASSIVE) { -+ #if defined(CONFIG_DFS_MASTER) && (LINUX_VERSION_CODE < KERNEL_VERSION(3, 14, 0)) -+ ch->flags = 0; -+ #elif (LINUX_VERSION_CODE < KERNEL_VERSION(3, 14, 0)) -+ ch->flags = (IEEE80211_CHAN_NO_IBSS|IEEE80211_CHAN_PASSIVE_SCAN); -+ #else -+ ch->flags = IEEE80211_CHAN_NO_IR; -+ #endif -+ } -+ else { -+ ch->flags = 0; -+ } -+ } -+ } -+ -+#else -+ struct ieee80211_supported_band *sband; -+ struct ieee80211_channel *ch; -+ unsigned int i, j; -+ u16 channels[37] = -+ { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, -+ 60, 64, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, -+ 149, 153, -+ 157, 161, 165 -+ }; -+ u16 channel; -+ u32 freq; -+ -+ for (i = 0; i < IEEE80211_NUM_BANDS; i++) { -+ sband = wiphy->bands[i]; -+ -+ if (sband) -+ for (j = 0; j < sband->n_channels; j++) { -+ ch = &sband->channels[j]; -+ -+ if (ch) -+ ch->flags = IEEE80211_CHAN_DISABLED; -+ } -+ } -+ -+ for (i = 0; i < 37; i++) { -+ channel = channels[i]; -+ freq = rtw_ch2freq(channel); -+ -+ ch = ieee80211_get_channel(wiphy, freq); -+ if (ch) { -+ if (channel <= 11) -+ ch->flags = 0; -+ else -+ ch->flags = 0; //IEEE80211_CHAN_PASSIVE_SCAN; -+ } -+ //printk("%s: freq %d(%d) flag 0x%02X \n", __func__, freq, channel, ch->flags); -+ } -+#endif -+} -+ -+static void _rtw_reg_apply_world_flags(struct wiphy *wiphy, -+ enum nl80211_reg_initiator initiator, -+ struct rtw_regulatory *reg) -+{ -+ //_rtw_reg_apply_beaconing_flags(wiphy, initiator); -+ //_rtw_reg_apply_active_scan_flags(wiphy, initiator); -+ return; -+} -+ -+static int _rtw_reg_notifier_apply(struct wiphy *wiphy, -+ struct regulatory_request *request, -+ struct rtw_regulatory *reg) -+{ -+ -+ /* Hard code flags */ -+ _rtw_reg_apply_flags(wiphy); -+ -+ /* We always apply this */ -+ _rtw_reg_apply_radar_flags(wiphy); -+ -+ switch (request->initiator) { -+ case NL80211_REGDOM_SET_BY_DRIVER: -+ DBG_8192C("%s: %s\n", __func__, "NL80211_REGDOM_SET_BY_DRIVER"); -+ _rtw_reg_apply_world_flags(wiphy, NL80211_REGDOM_SET_BY_DRIVER, -+ reg); -+ break; -+ case NL80211_REGDOM_SET_BY_CORE: -+ DBG_8192C("%s: %s\n", __func__, -+ "NL80211_REGDOM_SET_BY_CORE to DRV"); -+ _rtw_reg_apply_world_flags(wiphy, NL80211_REGDOM_SET_BY_DRIVER, -+ reg); -+ break; -+ case NL80211_REGDOM_SET_BY_USER: -+ DBG_8192C("%s: %s\n", __func__, -+ "NL80211_REGDOM_SET_BY_USER to DRV"); -+ _rtw_reg_apply_world_flags(wiphy, NL80211_REGDOM_SET_BY_DRIVER, -+ reg); -+ break; -+ case NL80211_REGDOM_SET_BY_COUNTRY_IE: -+ DBG_8192C("%s: %s\n", __func__, -+ "NL80211_REGDOM_SET_BY_COUNTRY_IE"); -+ _rtw_reg_apply_world_flags(wiphy, request->initiator, reg); -+ break; -+ } -+ -+ return 0; -+} -+ -+static const struct ieee80211_regdomain *_rtw_regdomain_select(struct -+ rtw_regulatory -+ *reg) -+{ -+#if 0 -+ switch (reg->country_code) { -+ case COUNTRY_CODE_USER: -+ default: -+ return &rtw_regdom_rd; -+ } -+#else -+ return &rtw_regdom_rd; -+#endif -+} -+ -+void _rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) -+{ -+ struct rtw_regulatory *reg = NULL; -+ -+ DBG_8192C("%s\n", __func__); -+ -+ _rtw_reg_notifier_apply(wiphy, request, reg); -+} -+ -+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0)) -+int rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) -+#else -+void rtw_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) -+#endif -+{ -+ _rtw_reg_notifier(wiphy, request); -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,9,0)) -+ return 0; -+ #endif -+} -+ -+void rtw_reg_notify_by_driver(_adapter *adapter) -+{ -+ if ((adapter->rtw_wdev != NULL) && (adapter->rtw_wdev->wiphy)) { -+ struct regulatory_request request; -+ request.initiator = NL80211_REGDOM_SET_BY_DRIVER; -+ rtw_reg_notifier(adapter->rtw_wdev->wiphy, &request); -+ } -+} -+ -+static void _rtw_regd_init_wiphy(struct rtw_regulatory *reg, struct wiphy *wiphy) -+{ -+ const struct ieee80211_regdomain *regd; -+ -+ wiphy->reg_notifier = rtw_reg_notifier; -+ -+ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)) -+ wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY; -+ wiphy->flags &= ~WIPHY_FLAG_STRICT_REGULATORY; -+ wiphy->flags &= ~WIPHY_FLAG_DISABLE_BEACON_HINTS; -+ #else -+ wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG; -+ wiphy->regulatory_flags &= ~REGULATORY_STRICT_REG; -+ wiphy->regulatory_flags &= ~REGULATORY_DISABLE_BEACON_HINTS; -+ #endif -+ -+ regd = _rtw_regdomain_select(reg); -+ wiphy_apply_custom_regulatory(wiphy, regd); -+ -+ /* Hard code flags */ -+ _rtw_reg_apply_flags(wiphy); -+ _rtw_reg_apply_radar_flags(wiphy); -+ _rtw_reg_apply_world_flags(wiphy, NL80211_REGDOM_SET_BY_DRIVER, reg); -+} -+ -+static struct country_code_to_enum_rd *_rtw_regd_find_country(u16 countrycode) -+{ -+ int i; -+ -+ for (i = 0; i < ARRAY_SIZE(allCountries); i++) { -+ if (allCountries[i].countrycode == countrycode) -+ return &allCountries[i]; -+ } -+ return NULL; -+} -+ -+int rtw_regd_init(_adapter * padapter) -+{ -+ struct wiphy *wiphy = padapter->rtw_wdev->wiphy; -+ -+#if 0 -+ if (rtw_regd == NULL) { -+ rtw_regd = (struct rtw_regulatory *) -+ rtw_malloc(sizeof(struct rtw_regulatory)); -+ -+ rtw_regd->alpha2[0] = '9'; -+ rtw_regd->alpha2[1] = '9'; -+ -+ rtw_regd->country_code = COUNTRY_CODE_USER; -+ } -+ -+ DBG_8192C("%s: Country alpha2 being used: %c%c\n", -+ __func__, rtw_regd->alpha2[0], rtw_regd->alpha2[1]); -+#endif -+ -+ _rtw_regd_init_wiphy(NULL, wiphy); -+ -+ return 0; -+} -+#endif //CONFIG_IOCTL_CFG80211 -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/linux/xmit_linux.c linux/3rdparty/rtl8812au/os_dep/linux/xmit_linux.c ---- linux.old/3rdparty/rtl8812au/os_dep/linux/xmit_linux.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/linux/xmit_linux.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,539 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#define _XMIT_OSDEP_C_ -+ -+#include -+ -+#define DBG_DUMP_OS_QUEUE_CTL 0 -+ -+uint rtw_remainder_len(struct pkt_file *pfile) -+{ -+ return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); -+} -+ -+void _rtw_open_pktfile (_pkt *pktptr, struct pkt_file *pfile) -+{ -+_func_enter_; -+ -+ pfile->pkt = pktptr; -+ pfile->cur_addr = pfile->buf_start = pktptr->data; -+ pfile->pkt_len = pfile->buf_len = pktptr->len; -+ -+ pfile->cur_buffer = pfile->buf_start ; -+ -+_func_exit_; -+} -+ -+uint _rtw_pktfile_read (struct pkt_file *pfile, u8 *rmem, uint rlen) -+{ -+ uint len = 0; -+ -+_func_enter_; -+ -+ len = rtw_remainder_len(pfile); -+ len = (rlen > len)? len: rlen; -+ -+ if(rmem) -+ skb_copy_bits(pfile->pkt, pfile->buf_len-pfile->pkt_len, rmem, len); -+ -+ pfile->cur_addr += len; -+ pfile->pkt_len -= len; -+ -+_func_exit_; -+ -+ return len; -+} -+ -+sint rtw_endofpktfile(struct pkt_file *pfile) -+{ -+_func_enter_; -+ -+ if (pfile->pkt_len == 0) { -+_func_exit_; -+ return _TRUE; -+ } -+ -+_func_exit_; -+ -+ return _FALSE; -+} -+ -+void rtw_set_tx_chksum_offload(_pkt *pkt, struct pkt_attrib *pattrib) -+{ -+ -+#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX -+ struct sk_buff *skb = (struct sk_buff *)pkt; -+ pattrib->hw_tcp_csum = 0; -+ -+ if (skb->ip_summed == CHECKSUM_PARTIAL) { -+ if (skb_shinfo(skb)->nr_frags == 0) -+ { -+ const struct iphdr *ip = ip_hdr(skb); -+ if (ip->protocol == IPPROTO_TCP) { -+ // TCP checksum offload by HW -+ DBG_871X("CHECKSUM_PARTIAL TCP\n"); -+ pattrib->hw_tcp_csum = 1; -+ //skb_checksum_help(skb); -+ } else if (ip->protocol == IPPROTO_UDP) { -+ //DBG_871X("CHECKSUM_PARTIAL UDP\n"); -+#if 1 -+ skb_checksum_help(skb); -+#else -+ // Set UDP checksum = 0 to skip checksum check -+ struct udphdr *udp = skb_transport_header(skb); -+ udp->check = 0; -+#endif -+ } else { -+ DBG_871X("%s-%d TCP CSUM offload Error!!\n", __FUNCTION__, __LINE__); -+ WARN_ON(1); /* we need a WARN() */ -+ } -+ } -+ else { // IP fragmentation case -+ DBG_871X("%s-%d nr_frags != 0, using skb_checksum_help(skb);!!\n", __FUNCTION__, __LINE__); -+ skb_checksum_help(skb); -+ } -+ } -+#endif -+ -+} -+ -+int rtw_os_xmit_resource_alloc(_adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u8 flag) -+{ -+ if (alloc_sz > 0) { -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct usb_device *pusbd = pdvobjpriv->pusbdev; -+ -+ pxmitbuf->pallocated_buf = rtw_usb_buffer_alloc(pusbd, (size_t)alloc_sz, &pxmitbuf->dma_transfer_addr); -+ pxmitbuf->pbuf = pxmitbuf->pallocated_buf; -+ if(pxmitbuf->pallocated_buf == NULL) -+ return _FAIL; -+#else // CONFIG_USE_USB_BUFFER_ALLOC_TX -+ -+ pxmitbuf->pallocated_buf = rtw_zmalloc(alloc_sz); -+ if (pxmitbuf->pallocated_buf == NULL) -+ { -+ return _FAIL; -+ } -+ -+ pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); -+ -+#endif // CONFIG_USE_USB_BUFFER_ALLOC_TX -+ } -+ -+ if (flag) { -+#ifdef CONFIG_USB_HCI -+ int i; -+ for(i=0; i<8; i++) -+ { -+ pxmitbuf->pxmit_urb[i] = usb_alloc_urb(0, GFP_KERNEL); -+ if(pxmitbuf->pxmit_urb[i] == NULL) -+ { -+ DBG_871X("pxmitbuf->pxmit_urb[i]==NULL"); -+ return _FAIL; -+ } -+ } -+#endif -+ } -+ -+ return _SUCCESS; -+} -+ -+void rtw_os_xmit_resource_free(_adapter *padapter, struct xmit_buf *pxmitbuf,u32 free_sz, u8 flag) -+{ -+ if (flag) { -+#ifdef CONFIG_USB_HCI -+ int i; -+ -+ for(i=0; i<8; i++) -+ { -+ if(pxmitbuf->pxmit_urb[i]) -+ { -+ //usb_kill_urb(pxmitbuf->pxmit_urb[i]); -+ usb_free_urb(pxmitbuf->pxmit_urb[i]); -+ } -+ } -+#endif -+ } -+ -+ if (free_sz > 0 ) { -+#ifdef CONFIG_USE_USB_BUFFER_ALLOC_TX -+ struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter); -+ struct usb_device *pusbd = pdvobjpriv->pusbdev; -+ -+ rtw_usb_buffer_free(pusbd, (size_t)free_sz, pxmitbuf->pallocated_buf, pxmitbuf->dma_transfer_addr); -+ pxmitbuf->pallocated_buf = NULL; -+ pxmitbuf->dma_transfer_addr = 0; -+#else // CONFIG_USE_USB_BUFFER_ALLOC_TX -+ if(pxmitbuf->pallocated_buf) -+ rtw_mfree(pxmitbuf->pallocated_buf, free_sz); -+#endif // CONFIG_USE_USB_BUFFER_ALLOC_TX -+ } -+} -+ -+void dump_os_queue(void *sel, _adapter *padapter) -+{ -+ struct net_device *ndev = padapter->pnetdev; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ int i; -+ -+ for (i=0;i<4;i++) { -+ DBG_871X_SEL_NL(sel, "os_queue[%d]:%s\n" -+ , i, __netif_subqueue_stopped(ndev, i)?"stopped":"waked"); -+ } -+#else -+ DBG_871X_SEL_NL(sel, "os_queue:%s\n" -+ , netif_queue_stopped(ndev)?"stopped":"waked"); -+#endif -+} -+ -+#define WMM_XMIT_THRESHOLD (NR_XMITFRAME*2/5) -+ -+inline static bool rtw_os_need_wake_queue(_adapter *padapter, u16 qidx) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ -+ if (padapter->registrypriv.wifi_spec) { -+ if (pxmitpriv->hwxmits[qidx].accnt < WMM_XMIT_THRESHOLD) -+ return _TRUE; -+ } else { -+ return _TRUE; -+ } -+ return _FALSE; -+#else -+ return _TRUE; -+#endif -+} -+ -+inline static bool rtw_os_need_stop_queue(_adapter *padapter, u16 qidx) -+{ -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ if (padapter->registrypriv.wifi_spec) { -+ /* No free space for Tx, tx_worker is too slow */ -+ if (pxmitpriv->hwxmits[qidx].accnt > WMM_XMIT_THRESHOLD) -+ return _TRUE; -+ } else { -+ if(pxmitpriv->free_xmitframe_cnt<=4) -+ return _TRUE; -+ } -+#else -+ if(pxmitpriv->free_xmitframe_cnt<=4) -+ return _TRUE; -+#endif -+ return _FALSE; -+} -+ -+void rtw_os_pkt_complete(_adapter *padapter, _pkt *pkt) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ u16 qidx; -+ -+ qidx = skb_get_queue_mapping(pkt); -+ if (rtw_os_need_wake_queue(padapter, qidx)) { -+ if (DBG_DUMP_OS_QUEUE_CTL) -+ DBG_871X(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(padapter), qidx); -+ netif_wake_subqueue(padapter->pnetdev, qidx); -+ } -+#else -+ if (rtw_os_need_wake_queue(padapter, 0)) { -+ if (DBG_DUMP_OS_QUEUE_CTL) -+ DBG_871X(FUNC_ADPT_FMT": netif_wake_queue\n", FUNC_ADPT_ARG(padapter)); -+ netif_wake_queue(padapter->pnetdev); -+ } -+#endif -+ -+ rtw_skb_free(pkt); -+} -+ -+void rtw_os_xmit_complete(_adapter *padapter, struct xmit_frame *pxframe) -+{ -+ if(pxframe->pkt) -+ rtw_os_pkt_complete(padapter, pxframe->pkt); -+ -+ pxframe->pkt = NULL; -+} -+ -+void rtw_os_xmit_schedule(_adapter *padapter) -+{ -+ _adapter *pri_adapter = padapter; -+ -+#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI) -+ if(!padapter) -+ return; -+ -+#ifdef CONFIG_CONCURRENT_MODE -+ if(padapter->adapter_type > PRIMARY_ADAPTER) -+ pri_adapter = padapter->pbuddy_adapter; -+#endif -+ -+ if (_rtw_queue_empty(&padapter->xmitpriv.pending_xmitbuf_queue) == _FALSE) -+ _rtw_up_sema(&pri_adapter->xmitpriv.xmit_sema); -+ -+ -+#else -+ _irqL irqL; -+ struct xmit_priv *pxmitpriv; -+ -+ if(!padapter) -+ return; -+ -+ pxmitpriv = &padapter->xmitpriv; -+ -+ _enter_critical_bh(&pxmitpriv->lock, &irqL); -+ -+ if(rtw_txframes_pending(padapter)) -+ { -+ tasklet_hi_schedule(&pxmitpriv->xmit_tasklet); -+ } -+ -+ _exit_critical_bh(&pxmitpriv->lock, &irqL); -+#endif -+} -+ -+static bool rtw_check_xmit_resource(_adapter *padapter, _pkt *pkt) -+{ -+ bool busy = _FALSE; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ u16 qidx; -+ -+ qidx = skb_get_queue_mapping(pkt); -+ if (rtw_os_need_stop_queue(padapter, qidx)) { -+ if (DBG_DUMP_OS_QUEUE_CTL) -+ DBG_871X(FUNC_ADPT_FMT": netif_stop_subqueue[%d]\n", FUNC_ADPT_ARG(padapter), qidx); -+ netif_stop_subqueue(padapter->pnetdev, qidx); -+ busy = _TRUE; -+ } -+#else -+ if (rtw_os_need_stop_queue(padapter, 0)) { -+ if (DBG_DUMP_OS_QUEUE_CTL) -+ DBG_871X(FUNC_ADPT_FMT": netif_stop_queue\n", FUNC_ADPT_ARG(padapter)); -+ rtw_netif_stop_queue(padapter->pnetdev); -+ busy = _TRUE; -+ } -+#endif -+ return busy; -+} -+ -+void rtw_os_wake_queue_at_free_stainfo(_adapter *padapter, int *qcnt_freed) -+{ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ int i; -+ -+ for (i=0;i<4;i++) { -+ if (qcnt_freed[i] == 0) -+ continue; -+ -+ if(rtw_os_need_wake_queue(padapter, i)) { -+ if (DBG_DUMP_OS_QUEUE_CTL) -+ DBG_871X(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(padapter), i); -+ netif_wake_subqueue(padapter->pnetdev, i); -+ } -+ } -+#else -+ if (qcnt_freed[0] || qcnt_freed[1] || qcnt_freed[2] || qcnt_freed[3]) { -+ if(rtw_os_need_wake_queue(padapter, 0)) { -+ if (DBG_DUMP_OS_QUEUE_CTL) -+ DBG_871X(FUNC_ADPT_FMT": netif_wake_queue\n", FUNC_ADPT_ARG(padapter)); -+ netif_wake_queue(padapter->pnetdev); -+ } -+ } -+#endif -+} -+ -+#ifdef CONFIG_TX_MCAST2UNI -+int rtw_mlcst2unicst(_adapter *padapter, struct sk_buff *skb) -+{ -+ struct sta_priv *pstapriv = &padapter->stapriv; -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+ _irqL irqL; -+ _list *phead, *plist; -+ struct sk_buff *newskb; -+ struct sta_info *psta = NULL; -+ u8 chk_alive_num = 0; -+ char chk_alive_list[NUM_STA]; -+ u8 bc_addr[6]={0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; -+ u8 null_addr[6]={0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -+ -+ int i; -+ s32 res; -+ -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u); -+ -+ _enter_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ phead = &pstapriv->asoc_list; -+ plist = get_next(phead); -+ -+ //free sta asoc_queue -+ while ((rtw_end_of_queue_search(phead, plist)) == _FALSE) { -+ int stainfo_offset; -+ psta = LIST_CONTAINOR(plist, struct sta_info, asoc_list); -+ plist = get_next(plist); -+ -+ stainfo_offset = rtw_stainfo_offset(pstapriv, psta); -+ if (stainfo_offset_valid(stainfo_offset)) { -+ chk_alive_list[chk_alive_num++] = stainfo_offset; -+ } -+ } -+ _exit_critical_bh(&pstapriv->asoc_list_lock, &irqL); -+ -+ for (i = 0; i < chk_alive_num; i++) { -+ psta = rtw_get_stainfo_by_offset(pstapriv, chk_alive_list[i]); -+ if(!(psta->state &_FW_LINKED)) -+ { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_ignore_fw_linked); -+ continue; -+ } -+ -+ /* avoid come from STA1 and send back STA1 */ -+ if (_rtw_memcmp(psta->hwaddr, &skb->data[6], 6) == _TRUE -+ || _rtw_memcmp(psta->hwaddr, null_addr, 6) == _TRUE -+ || _rtw_memcmp(psta->hwaddr, bc_addr, 6) == _TRUE -+ ) -+ { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_ignore_self); -+ continue; -+ } -+ -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_entry); -+ -+ newskb = rtw_skb_copy(skb); -+ -+ if (newskb) { -+ _rtw_memcpy(newskb->data, psta->hwaddr, 6); -+ res = rtw_xmit(padapter, &newskb); -+ if (res < 0) { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_entry_err_xmit); -+ DBG_871X("%s()-%d: rtw_xmit() return error! res=%d\n", __FUNCTION__, __LINE__, res); -+ pxmitpriv->tx_drop++; -+ rtw_skb_free(newskb); -+ } -+ } else { -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_entry_err_skb); -+ DBG_871X("%s-%d: rtw_skb_copy() failed!\n", __FUNCTION__, __LINE__); -+ pxmitpriv->tx_drop++; -+ //rtw_skb_free(skb); -+ return _FALSE; // Caller shall tx this multicast frame via normal way. -+ } -+ } -+ -+ rtw_skb_free(skb); -+ return _TRUE; -+} -+#endif // CONFIG_TX_MCAST2UNI -+ -+ -+int _rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) -+{ -+ _adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev); -+ struct xmit_priv *pxmitpriv = &padapter->xmitpriv; -+#ifdef CONFIG_TX_MCAST2UNI -+ struct mlme_priv *pmlmepriv = &padapter->mlmepriv; -+ extern int rtw_mc2u_disable; -+#endif // CONFIG_TX_MCAST2UNI -+ s32 res = 0; -+#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,35)) -+ u16 queue; -+#endif -+ -+_func_enter_; -+ -+ if(padapter->registrypriv.mp_mode) -+ { -+ DBG_871X("MP_TX_DROP_OS_FRAME\n"); -+ goto drop_packet; -+ } -+ DBG_COUNTER(padapter->tx_logs.os_tx); -+ RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("+xmit_enry\n")); -+ -+ if (rtw_if_up(padapter) == _FALSE) { -+ DBG_COUNTER(padapter->tx_logs.os_tx_err_up); -+ RT_TRACE(_module_xmit_osdep_c_, _drv_err_, ("rtw_xmit_entry: rtw_if_up fail\n")); -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s if_up fail\n", __FUNCTION__); -+ #endif -+ goto drop_packet; -+ } -+ -+ rtw_check_xmit_resource(padapter, pkt); -+ -+#ifdef CONFIG_TX_MCAST2UNI -+ if ( !rtw_mc2u_disable -+ && check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE -+ && ( IP_MCAST_MAC(pkt->data) -+ || ICMPV6_MCAST_MAC(pkt->data) -+ #ifdef CONFIG_TX_BCAST2UNI -+ || is_broadcast_mac_addr(pkt->data) -+ #endif -+ ) -+ && (padapter->registrypriv.wifi_spec == 0) -+ ) -+ { -+ if ( pxmitpriv->free_xmitframe_cnt > (NR_XMITFRAME/4) ) { -+ res = rtw_mlcst2unicst(padapter, pkt); -+ if (res == _TRUE) { -+ goto exit; -+ } -+ } else { -+ //DBG_871X("Stop M2U(%d, %d)! ", pxmitpriv->free_xmitframe_cnt, pxmitpriv->free_xmitbuf_cnt); -+ //DBG_871X("!m2u ); -+ DBG_COUNTER(padapter->tx_logs.os_tx_m2u_stop); -+ } -+ } -+#endif // CONFIG_TX_MCAST2UNI -+ -+ res = rtw_xmit(padapter, &pkt); -+ if (res < 0) { -+ #ifdef DBG_TX_DROP_FRAME -+ DBG_871X("DBG_TX_DROP_FRAME %s rtw_xmit fail\n", __FUNCTION__); -+ #endif -+ goto drop_packet; -+ } -+ -+ RT_TRACE(_module_xmit_osdep_c_, _drv_info_, ("rtw_xmit_entry: tx_pkts=%d\n", (u32)pxmitpriv->tx_pkts)); -+ goto exit; -+ -+drop_packet: -+ pxmitpriv->tx_drop++; -+ rtw_os_pkt_complete(padapter, pkt); -+ RT_TRACE(_module_xmit_osdep_c_, _drv_notice_, ("rtw_xmit_entry: drop, tx_drop=%d\n", (u32)pxmitpriv->tx_drop)); -+ -+exit: -+ -+_func_exit_; -+ -+ return 0; -+} -+ -+int rtw_xmit_entry(_pkt *pkt, _nic_hdl pnetdev) -+{ -+ int ret = 0; -+ -+ if (pkt) { -+ rtw_mstat_update(MSTAT_TYPE_SKB, MSTAT_ALLOC_SUCCESS, pkt->truesize); -+ ret = _rtw_xmit_entry(pkt, pnetdev); -+ } -+ -+ return ret; -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/os_dep/osdep_service.c linux/3rdparty/rtl8812au/os_dep/osdep_service.c ---- linux.old/3rdparty/rtl8812au/os_dep/osdep_service.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/os_dep/osdep_service.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,2477 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+ -+ -+#define _OSDEP_SERVICE_C_ -+ -+#include -+ -+#define RT_TAG '1178' -+ -+#ifdef DBG_MEMORY_LEAK -+#ifdef PLATFORM_LINUX -+atomic_t _malloc_cnt = ATOMIC_INIT(0); -+atomic_t _malloc_size = ATOMIC_INIT(0); -+#endif -+#endif /* DBG_MEMORY_LEAK */ -+ -+ -+#if defined(PLATFORM_LINUX) -+/* -+* Translate the OS dependent @param error_code to OS independent RTW_STATUS_CODE -+* @return: one of RTW_STATUS_CODE -+*/ -+inline int RTW_STATUS_CODE(int error_code){ -+ if(error_code >=0) -+ return _SUCCESS; -+ -+ switch(error_code) { -+ //case -ETIMEDOUT: -+ // return RTW_STATUS_TIMEDOUT; -+ default: -+ return _FAIL; -+ } -+} -+#else -+inline int RTW_STATUS_CODE(int error_code){ -+ return error_code; -+} -+#endif -+ -+u32 rtw_atoi(u8* s) -+{ -+ -+ int num=0,flag=0; -+ int i; -+ for(i=0;i<=strlen(s);i++) -+ { -+ if(s[i] >= '0' && s[i] <= '9') -+ num = num * 10 + s[i] -'0'; -+ else if(s[0] == '-' && i==0) -+ flag =1; -+ else -+ break; -+ } -+ -+ if(flag == 1) -+ num = num * -1; -+ -+ return(num); -+ -+} -+ -+inline u8* _rtw_vmalloc(u32 sz) -+{ -+ u8 *pbuf; -+#ifdef PLATFORM_LINUX -+ pbuf = vmalloc(sz); -+#endif -+#ifdef PLATFORM_FREEBSD -+ pbuf = malloc(sz,M_DEVBUF,M_NOWAIT); -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ NdisAllocateMemoryWithTag(&pbuf,sz, RT_TAG); -+#endif -+ -+#ifdef DBG_MEMORY_LEAK -+#ifdef PLATFORM_LINUX -+ if ( pbuf != NULL) { -+ atomic_inc(&_malloc_cnt); -+ atomic_add(sz, &_malloc_size); -+ } -+#endif -+#endif /* DBG_MEMORY_LEAK */ -+ -+ return pbuf; -+} -+ -+inline u8* _rtw_zvmalloc(u32 sz) -+{ -+ u8 *pbuf; -+#ifdef PLATFORM_LINUX -+ pbuf = _rtw_vmalloc(sz); -+ if (pbuf != NULL) -+ memset(pbuf, 0, sz); -+#endif -+#ifdef PLATFORM_FREEBSD -+ pbuf = malloc(sz,M_DEVBUF,M_ZERO|M_NOWAIT); -+#endif -+#ifdef PLATFORM_WINDOWS -+ NdisAllocateMemoryWithTag(&pbuf,sz, RT_TAG); -+ if (pbuf != NULL) -+ NdisFillMemory(pbuf, sz, 0); -+#endif -+ -+ return pbuf; -+} -+ -+inline void _rtw_vmfree(u8 *pbuf, u32 sz) -+{ -+#ifdef PLATFORM_LINUX -+ vfree(pbuf); -+#endif -+#ifdef PLATFORM_FREEBSD -+ free(pbuf,M_DEVBUF); -+#endif -+#ifdef PLATFORM_WINDOWS -+ NdisFreeMemory(pbuf,sz, 0); -+#endif -+ -+#ifdef DBG_MEMORY_LEAK -+#ifdef PLATFORM_LINUX -+ atomic_dec(&_malloc_cnt); -+ atomic_sub(sz, &_malloc_size); -+#endif -+#endif /* DBG_MEMORY_LEAK */ -+} -+ -+u8* _rtw_malloc(u32 sz) -+{ -+ -+ u8 *pbuf=NULL; -+ -+#ifdef PLATFORM_LINUX -+#ifdef RTK_DMP_PLATFORM -+ if(sz > 0x4000) -+ pbuf = (u8 *)dvr_malloc(sz); -+ else -+#endif -+ pbuf = kmalloc(sz,in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ pbuf = malloc(sz,M_DEVBUF,M_NOWAIT); -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisAllocateMemoryWithTag(&pbuf,sz, RT_TAG); -+ -+#endif -+ -+#ifdef DBG_MEMORY_LEAK -+#ifdef PLATFORM_LINUX -+ if ( pbuf != NULL) { -+ atomic_inc(&_malloc_cnt); -+ atomic_add(sz, &_malloc_size); -+ } -+#endif -+#endif /* DBG_MEMORY_LEAK */ -+ -+ return pbuf; -+ -+} -+ -+ -+u8* _rtw_zmalloc(u32 sz) -+{ -+#ifdef PLATFORM_FREEBSD -+ return malloc(sz,M_DEVBUF,M_ZERO|M_NOWAIT); -+#else // PLATFORM_FREEBSD -+ u8 *pbuf = _rtw_malloc(sz); -+ -+ if (pbuf != NULL) { -+ -+#ifdef PLATFORM_LINUX -+ memset(pbuf, 0, sz); -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ NdisFillMemory(pbuf, sz, 0); -+#endif -+ -+ } -+ -+ return pbuf; -+#endif // PLATFORM_FREEBSD -+} -+ -+void _rtw_mfree(u8 *pbuf, u32 sz) -+{ -+ -+#ifdef PLATFORM_LINUX -+#ifdef RTK_DMP_PLATFORM -+ if(sz > 0x4000) -+ dvr_free(pbuf); -+ else -+#endif -+ kfree(pbuf); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ free(pbuf,M_DEVBUF); -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisFreeMemory(pbuf,sz, 0); -+ -+#endif -+ -+#ifdef DBG_MEMORY_LEAK -+#ifdef PLATFORM_LINUX -+ atomic_dec(&_malloc_cnt); -+ atomic_sub(sz, &_malloc_size); -+#endif -+#endif /* DBG_MEMORY_LEAK */ -+ -+} -+ -+#ifdef PLATFORM_FREEBSD -+//review again -+struct sk_buff * dev_alloc_skb(unsigned int size) -+{ -+ struct sk_buff *skb=NULL; -+ u8 *data=NULL; -+ -+ //skb = (struct sk_buff *)_rtw_zmalloc(sizeof(struct sk_buff)); // for skb->len, etc. -+ skb = (struct sk_buff *)_rtw_malloc(sizeof(struct sk_buff)); -+ if(!skb) -+ goto out; -+ data = _rtw_malloc(size); -+ if(!data) -+ goto nodata; -+ -+ skb->head = (unsigned char*)data; -+ skb->data = (unsigned char*)data; -+ skb->tail = (unsigned char*)data; -+ skb->end = (unsigned char*)data + size; -+ skb->len = 0; -+ //printf("%s()-%d: skb=%p, skb->head = %p\n", __FUNCTION__, __LINE__, skb, skb->head); -+ -+out: -+ return skb; -+nodata: -+ _rtw_mfree((u8 *)skb, sizeof(struct sk_buff)); -+ skb = NULL; -+goto out; -+ -+} -+ -+void dev_kfree_skb_any(struct sk_buff *skb) -+{ -+ //printf("%s()-%d: skb->head = %p\n", __FUNCTION__, __LINE__, skb->head); -+ if(skb->head) -+ _rtw_mfree(skb->head, 0); -+ //printf("%s()-%d: skb = %p\n", __FUNCTION__, __LINE__, skb); -+ if(skb) -+ _rtw_mfree((u8 *)skb, 0); -+} -+struct sk_buff *skb_clone(const struct sk_buff *skb) -+{ -+ return NULL; -+} -+ -+#endif /* PLATFORM_FREEBSD */ -+ -+inline struct sk_buff *_rtw_skb_alloc(u32 sz) -+{ -+#ifdef PLATFORM_LINUX -+ return __dev_alloc_skb(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ return dev_alloc_skb(sz); -+#endif /* PLATFORM_FREEBSD */ -+} -+ -+inline void _rtw_skb_free(struct sk_buff *skb) -+{ -+ dev_kfree_skb_any(skb); -+} -+ -+inline struct sk_buff *_rtw_skb_copy(const struct sk_buff *skb) -+{ -+#ifdef PLATFORM_LINUX -+ return skb_copy(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ return NULL; -+#endif /* PLATFORM_FREEBSD */ -+} -+ -+inline struct sk_buff *_rtw_skb_clone(struct sk_buff *skb) -+{ -+#ifdef PLATFORM_LINUX -+ return skb_clone(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ return skb_clone(skb); -+#endif /* PLATFORM_FREEBSD */ -+} -+ -+inline int _rtw_netif_rx(_nic_hdl ndev, struct sk_buff *skb) -+{ -+#ifdef PLATFORM_LINUX -+ skb->dev = ndev; -+ return netif_rx(skb); -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ return (*ndev->if_input)(ndev, skb); -+#endif /* PLATFORM_FREEBSD */ -+} -+ -+void _rtw_skb_queue_purge(struct sk_buff_head *list) -+{ -+ struct sk_buff *skb; -+ -+ while ((skb = skb_dequeue(list)) != NULL) -+ _rtw_skb_free(skb); -+} -+ -+#ifdef CONFIG_USB_HCI -+inline void *_rtw_usb_buffer_alloc(struct usb_device *dev, size_t size, dma_addr_t *dma) -+{ -+#ifdef PLATFORM_LINUX -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ return usb_alloc_coherent(dev, size, (in_interrupt() ? GFP_ATOMIC : GFP_KERNEL), dma); -+#else -+ return usb_buffer_alloc(dev, size, (in_interrupt() ? GFP_ATOMIC : GFP_KERNEL), dma); -+#endif -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ return (malloc(size, M_USBDEV, M_NOWAIT | M_ZERO)); -+#endif /* PLATFORM_FREEBSD */ -+} -+inline void _rtw_usb_buffer_free(struct usb_device *dev, size_t size, void *addr, dma_addr_t dma) -+{ -+#ifdef PLATFORM_LINUX -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ usb_free_coherent(dev, size, addr, dma); -+#else -+ usb_buffer_free(dev, size, addr, dma); -+#endif -+#endif /* PLATFORM_LINUX */ -+ -+#ifdef PLATFORM_FREEBSD -+ free(addr, M_USBDEV); -+#endif /* PLATFORM_FREEBSD */ -+} -+#endif /* CONFIG_USB_HCI */ -+ -+#if defined(DBG_MEM_ALLOC) -+ -+struct rtw_mem_stat { -+ ATOMIC_T alloc; // the memory bytes we allocate currently -+ ATOMIC_T peak; // the peak memory bytes we allocate -+ ATOMIC_T alloc_cnt; // the alloc count for alloc currently -+ ATOMIC_T alloc_err_cnt; // the error times we fail to allocate memory -+}; -+ -+struct rtw_mem_stat rtw_mem_type_stat[mstat_tf_idx(MSTAT_TYPE_MAX)]; -+#ifdef RTW_MEM_FUNC_STAT -+struct rtw_mem_stat rtw_mem_func_stat[mstat_ff_idx(MSTAT_FUNC_MAX)]; -+#endif -+ -+char *MSTAT_TYPE_str[] = { -+ "VIR", -+ "PHY", -+ "SKB", -+ "USB", -+}; -+ -+#ifdef RTW_MEM_FUNC_STAT -+char *MSTAT_FUNC_str[] = { -+ "UNSP", -+ "IO", -+ "TXIO", -+ "RXIO", -+ "TX", -+ "RX", -+}; -+#endif -+ -+void rtw_mstat_dump(void *sel) -+{ -+ int i; -+ int value_t[4][mstat_tf_idx(MSTAT_TYPE_MAX)]; -+#ifdef RTW_MEM_FUNC_STAT -+ int value_f[4][mstat_ff_idx(MSTAT_FUNC_MAX)]; -+#endif -+ -+ int vir_alloc, vir_peak, vir_alloc_err, phy_alloc, phy_peak, phy_alloc_err; -+ int tx_alloc, tx_peak, tx_alloc_err, rx_alloc, rx_peak, rx_alloc_err; -+ -+ for(i=0;i 5000) { -+ // rtw_mstat_dump(RTW_DBGDUMP); -+ update_time=rtw_get_current_time(); -+ //} -+} -+ -+#ifndef SIZE_MAX -+ #define SIZE_MAX (~(size_t)0) -+#endif -+ -+struct mstat_sniff_rule { -+ enum mstat_f flags; -+ size_t lb; -+ size_t hb; -+}; -+ -+struct mstat_sniff_rule mstat_sniff_rules[] = { -+ {MSTAT_TYPE_PHY, 4097, SIZE_MAX}, -+}; -+ -+int mstat_sniff_rule_num = sizeof(mstat_sniff_rules)/sizeof(struct mstat_sniff_rule); -+ -+bool match_mstat_sniff_rules(const enum mstat_f flags, const size_t size) -+{ -+ int i; -+ for (i = 0; i= size) -+ return _TRUE; -+ } -+ -+ return _FALSE; -+} -+ -+inline u8* dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line) -+{ -+ u8 *p; -+ -+ if (match_mstat_sniff_rules(flags, sz)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d)\n", func, line, __FUNCTION__, (sz)); -+ -+ p=_rtw_vmalloc((sz)); -+ -+ rtw_mstat_update( -+ flags -+ , p ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , sz -+ ); -+ -+ return p; -+} -+ -+inline u8* dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line) -+{ -+ u8 *p; -+ -+ if (match_mstat_sniff_rules(flags, sz)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d)\n", func, line, __FUNCTION__, (sz)); -+ -+ p=_rtw_zvmalloc((sz)); -+ -+ rtw_mstat_update( -+ flags -+ , p ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , sz -+ ); -+ -+ return p; -+} -+ -+inline void dbg_rtw_vmfree(u8 *pbuf, u32 sz, const enum mstat_f flags, const char *func, const int line) -+{ -+ -+ if (match_mstat_sniff_rules(flags, sz)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d)\n", func, line, __FUNCTION__, (sz)); -+ -+ _rtw_vmfree((pbuf), (sz)); -+ -+ rtw_mstat_update( -+ flags -+ , MSTAT_FREE -+ , sz -+ ); -+} -+ -+inline u8* dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line) -+{ -+ u8 *p; -+ -+ if (match_mstat_sniff_rules(flags, sz)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d)\n", func, line, __FUNCTION__, (sz)); -+ -+ p=_rtw_malloc((sz)); -+ -+ rtw_mstat_update( -+ flags -+ , p ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , sz -+ ); -+ -+ return p; -+} -+ -+inline u8* dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line) -+{ -+ u8 *p; -+ -+ if (match_mstat_sniff_rules(flags, sz)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d)\n", func, line, __FUNCTION__, (sz)); -+ -+ p = _rtw_zmalloc((sz)); -+ -+ rtw_mstat_update( -+ flags -+ , p ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , sz -+ ); -+ -+ return p; -+} -+ -+inline void dbg_rtw_mfree(u8 *pbuf, u32 sz, const enum mstat_f flags, const char *func, const int line) -+{ -+ if (match_mstat_sniff_rules(flags, sz)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d)\n", func, line, __FUNCTION__, (sz)); -+ -+ _rtw_mfree((pbuf), (sz)); -+ -+ rtw_mstat_update( -+ flags -+ , MSTAT_FREE -+ , sz -+ ); -+} -+ -+inline struct sk_buff * dbg_rtw_skb_alloc(unsigned int size, const enum mstat_f flags, const char *func, int line) -+{ -+ struct sk_buff *skb; -+ unsigned int truesize = 0; -+ -+ skb = _rtw_skb_alloc(size); -+ -+ if(skb) -+ truesize = skb->truesize; -+ -+ if(!skb || truesize < size || match_mstat_sniff_rules(flags, truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%d), skb:%p, truesize=%u\n", func, line, __FUNCTION__, size, skb, truesize); -+ -+ rtw_mstat_update( -+ flags -+ , skb ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , truesize -+ ); -+ -+ return skb; -+} -+ -+inline void dbg_rtw_skb_free(struct sk_buff *skb, const enum mstat_f flags, const char *func, int line) -+{ -+ unsigned int truesize = skb->truesize; -+ -+ if(match_mstat_sniff_rules(flags, truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s, truesize=%u\n", func, line, __FUNCTION__, truesize); -+ -+ _rtw_skb_free(skb); -+ -+ rtw_mstat_update( -+ flags -+ , MSTAT_FREE -+ , truesize -+ ); -+} -+ -+inline struct sk_buff *dbg_rtw_skb_copy(const struct sk_buff *skb, const enum mstat_f flags, const char *func, const int line) -+{ -+ struct sk_buff *skb_cp; -+ unsigned int truesize = skb->truesize; -+ unsigned int cp_truesize = 0; -+ -+ skb_cp = _rtw_skb_copy(skb); -+ if(skb_cp) -+ cp_truesize = skb_cp->truesize; -+ -+ if(!skb_cp || cp_truesize < truesize || match_mstat_sniff_rules(flags, cp_truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%u), skb_cp:%p, cp_truesize=%u\n", func, line, __FUNCTION__, truesize, skb_cp, cp_truesize); -+ -+ rtw_mstat_update( -+ flags -+ , skb_cp ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , truesize -+ ); -+ -+ return skb_cp; -+} -+ -+inline struct sk_buff *dbg_rtw_skb_clone(struct sk_buff *skb, const enum mstat_f flags, const char *func, const int line) -+{ -+ struct sk_buff *skb_cl; -+ unsigned int truesize = skb->truesize; -+ unsigned int cl_truesize = 0; -+ -+ skb_cl = _rtw_skb_clone(skb); -+ if(skb_cl) -+ cl_truesize = skb_cl->truesize; -+ -+ if(!skb_cl || cl_truesize < truesize || match_mstat_sniff_rules(flags, cl_truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%u), skb_cl:%p, cl_truesize=%u\n", func, line, __FUNCTION__, truesize, skb_cl, cl_truesize); -+ -+ rtw_mstat_update( -+ flags -+ , skb_cl ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , truesize -+ ); -+ -+ return skb_cl; -+} -+ -+inline int dbg_rtw_netif_rx(_nic_hdl ndev, struct sk_buff *skb, const enum mstat_f flags, const char *func, int line) -+{ -+ int ret; -+ unsigned int truesize = skb->truesize; -+ -+ if(match_mstat_sniff_rules(flags, truesize)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s, truesize=%u\n", func, line, __FUNCTION__, truesize); -+ -+ ret = _rtw_netif_rx(ndev, skb); -+ -+ rtw_mstat_update( -+ flags -+ , MSTAT_FREE -+ , truesize -+ ); -+ -+ return ret; -+} -+ -+inline void dbg_rtw_skb_queue_purge(struct sk_buff_head *list, enum mstat_f flags, const char *func, int line) -+{ -+ struct sk_buff *skb; -+ -+ while ((skb = skb_dequeue(list)) != NULL) -+ dbg_rtw_skb_free(skb, flags, func, line); -+} -+ -+#ifdef CONFIG_USB_HCI -+inline void *dbg_rtw_usb_buffer_alloc(struct usb_device *dev, size_t size, dma_addr_t *dma, const enum mstat_f flags, const char *func, int line) -+{ -+ void *p; -+ -+ if(match_mstat_sniff_rules(flags, size)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%zu)\n", func, line, __FUNCTION__, size); -+ -+ p = _rtw_usb_buffer_alloc(dev, size, dma); -+ -+ rtw_mstat_update( -+ flags -+ , p ? MSTAT_ALLOC_SUCCESS : MSTAT_ALLOC_FAIL -+ , size -+ ); -+ -+ return p; -+} -+ -+inline void dbg_rtw_usb_buffer_free(struct usb_device *dev, size_t size, void *addr, dma_addr_t dma, const enum mstat_f flags, const char *func, int line) -+{ -+ -+ if(match_mstat_sniff_rules(flags, size)) -+ DBG_871X("DBG_MEM_ALLOC %s:%d %s(%zu)\n", func, line, __FUNCTION__, size); -+ -+ _rtw_usb_buffer_free(dev, size, addr, dma); -+ -+ rtw_mstat_update( -+ flags -+ , MSTAT_FREE -+ , size -+ ); -+} -+#endif /* CONFIG_USB_HCI */ -+ -+#endif /* defined(DBG_MEM_ALLOC) */ -+ -+void* rtw_malloc2d(int h, int w, size_t size) -+{ -+ int j; -+ -+ void **a = (void **) rtw_zmalloc( h*sizeof(void *) + h*w*size ); -+ if(a == NULL) -+ { -+ DBG_871X("%s: alloc memory fail!\n", __FUNCTION__); -+ return NULL; -+ } -+ -+ for( j=0; jprev = pnew; -+ pnew->next = pnext; -+ pnew->prev = pprev; -+ pprev->next = pnew; -+} -+#endif /* PLATFORM_FREEBSD */ -+ -+ -+void _rtw_init_listhead(_list *list) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ INIT_LIST_HEAD(list); -+ -+#endif -+ -+#ifdef PLATFORM_FREEBSD -+ list->next = list; -+ list->prev = list; -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisInitializeListHead(list); -+ -+#endif -+ -+} -+ -+ -+/* -+For the following list_xxx operations, -+caller must guarantee the atomic context. -+Otherwise, there will be racing condition. -+*/ -+u32 rtw_is_list_empty(_list *phead) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ if (list_empty(phead)) -+ return _TRUE; -+ else -+ return _FALSE; -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ -+ if (phead->next == phead) -+ return _TRUE; -+ else -+ return _FALSE; -+ -+#endif -+ -+ -+#ifdef PLATFORM_WINDOWS -+ -+ if (IsListEmpty(phead)) -+ return _TRUE; -+ else -+ return _FALSE; -+ -+#endif -+ -+ -+} -+ -+void rtw_list_insert_head(_list *plist, _list *phead) -+{ -+ -+#ifdef PLATFORM_LINUX -+ list_add(plist, phead); -+#endif -+ -+#ifdef PLATFORM_FREEBSD -+ __list_add(plist, phead, phead->next); -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ InsertHeadList(phead, plist); -+#endif -+} -+ -+void rtw_list_insert_tail(_list *plist, _list *phead) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ list_add_tail(plist, phead); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ -+ __list_add(plist, phead->prev, phead); -+ -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ InsertTailList(phead, plist); -+ -+#endif -+ -+} -+ -+void rtw_init_timer(_timer *ptimer, void *padapter, void *pfunc) -+{ -+ _adapter *adapter = (_adapter *)padapter; -+ -+#ifdef PLATFORM_LINUX -+ _init_timer(ptimer, adapter->pnetdev, pfunc, adapter); -+#endif -+#ifdef PLATFORM_FREEBSD -+ _init_timer(ptimer, adapter->pifp, pfunc, adapter->mlmepriv.nic_hdl); -+#endif -+#ifdef PLATFORM_WINDOWS -+ _init_timer(ptimer, adapter->hndis_adapter, pfunc, adapter->mlmepriv.nic_hdl); -+#endif -+} -+ -+/* -+ -+Caller must check if the list is empty before calling rtw_list_delete -+ -+*/ -+ -+ -+void _rtw_init_sema(_sema *sema, int init_val) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ sema_init(sema, init_val); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ sema_init(sema, init_val, "rtw_drv"); -+#endif -+#ifdef PLATFORM_OS_XP -+ -+ KeInitializeSemaphore(sema, init_val, SEMA_UPBND); // count=0; -+ -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ if(*sema == NULL) -+ *sema = CreateSemaphore(NULL, init_val, SEMA_UPBND, NULL); -+#endif -+ -+} -+ -+void _rtw_free_sema(_sema *sema) -+{ -+#ifdef PLATFORM_FREEBSD -+ sema_destroy(sema); -+#endif -+#ifdef PLATFORM_OS_CE -+ CloseHandle(*sema); -+#endif -+ -+} -+ -+void _rtw_up_sema(_sema *sema) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ up(sema); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ sema_post(sema); -+#endif -+#ifdef PLATFORM_OS_XP -+ -+ KeReleaseSemaphore(sema, IO_NETWORK_INCREMENT, 1, FALSE ); -+ -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ ReleaseSemaphore(*sema, 1, NULL ); -+#endif -+} -+ -+u32 _rtw_down_sema(_sema *sema) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ if (down_interruptible(sema)) -+ return _FAIL; -+ else -+ return _SUCCESS; -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ sema_wait(sema); -+ return _SUCCESS; -+#endif -+#ifdef PLATFORM_OS_XP -+ -+ if(STATUS_SUCCESS == KeWaitForSingleObject(sema, Executive, KernelMode, TRUE, NULL)) -+ return _SUCCESS; -+ else -+ return _FAIL; -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ if(WAIT_OBJECT_0 == WaitForSingleObject(*sema, INFINITE )) -+ return _SUCCESS; -+ else -+ return _FAIL; -+#endif -+} -+ -+ -+ -+void _rtw_mutex_init(_mutex *pmutex) -+{ -+#ifdef PLATFORM_LINUX -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ mutex_init(pmutex); -+#else -+ init_MUTEX(pmutex); -+#endif -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ mtx_init(pmutex, "", NULL, MTX_DEF|MTX_RECURSE); -+#endif -+#ifdef PLATFORM_OS_XP -+ -+ KeInitializeMutex(pmutex, 0); -+ -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ *pmutex = CreateMutex( NULL, _FALSE, NULL); -+#endif -+} -+ -+void _rtw_mutex_free(_mutex *pmutex); -+void _rtw_mutex_free(_mutex *pmutex) -+{ -+#ifdef PLATFORM_LINUX -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,37)) -+ mutex_destroy(pmutex); -+#else -+#endif -+ -+#ifdef PLATFORM_FREEBSD -+ sema_destroy(pmutex); -+#endif -+ -+#endif -+ -+#ifdef PLATFORM_OS_XP -+ -+#endif -+ -+#ifdef PLATFORM_OS_CE -+ -+#endif -+} -+ -+void _rtw_spinlock_init(_lock *plock) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ spin_lock_init(plock); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ mtx_init(plock, "", NULL, MTX_DEF|MTX_RECURSE); -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisAllocateSpinLock(plock); -+ -+#endif -+ -+} -+ -+void _rtw_spinlock_free(_lock *plock) -+{ -+#ifdef PLATFORM_FREEBSD -+ mtx_destroy(plock); -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+ NdisFreeSpinLock(plock); -+ -+#endif -+ -+} -+#ifdef PLATFORM_FREEBSD -+extern PADAPTER prtw_lock; -+ -+void rtw_mtx_lock(_lock *plock){ -+ if(prtw_lock){ -+ mtx_lock(&prtw_lock->glock); -+ } -+ else{ -+ printf("%s prtw_lock==NULL",__FUNCTION__); -+ } -+} -+void rtw_mtx_unlock(_lock *plock){ -+ if(prtw_lock){ -+ mtx_unlock(&prtw_lock->glock); -+ } -+ else{ -+ printf("%s prtw_lock==NULL",__FUNCTION__); -+ } -+ -+} -+#endif //PLATFORM_FREEBSD -+ -+ -+void _rtw_spinlock(_lock *plock) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ spin_lock(plock); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ mtx_lock(plock); -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisAcquireSpinLock(plock); -+ -+#endif -+ -+} -+ -+void _rtw_spinunlock(_lock *plock) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ spin_unlock(plock); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ mtx_unlock(plock); -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisReleaseSpinLock(plock); -+ -+#endif -+} -+ -+ -+void _rtw_spinlock_ex(_lock *plock) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ spin_lock(plock); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ mtx_lock(plock); -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisDprAcquireSpinLock(plock); -+ -+#endif -+ -+} -+ -+void _rtw_spinunlock_ex(_lock *plock) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ spin_unlock(plock); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ mtx_unlock(plock); -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisDprReleaseSpinLock(plock); -+ -+#endif -+} -+ -+ -+ -+void _rtw_init_queue(_queue *pqueue) -+{ -+ -+ _rtw_init_listhead(&(pqueue->queue)); -+ -+ _rtw_spinlock_init(&(pqueue->lock)); -+ -+} -+ -+u32 _rtw_queue_empty(_queue *pqueue) -+{ -+ return (rtw_is_list_empty(&(pqueue->queue))); -+} -+ -+ -+u32 rtw_end_of_queue_search(_list *head, _list *plist) -+{ -+ if (head == plist) -+ return _TRUE; -+ else -+ return _FALSE; -+} -+ -+ -+u32 rtw_get_current_time(void) -+{ -+ -+#ifdef PLATFORM_LINUX -+ return jiffies; -+#endif -+#ifdef PLATFORM_FREEBSD -+ struct timeval tvp; -+ getmicrotime(&tvp); -+ return tvp.tv_sec; -+#endif -+#ifdef PLATFORM_WINDOWS -+ LARGE_INTEGER SystemTime; -+ NdisGetCurrentSystemTime(&SystemTime); -+ return (u32)(SystemTime.LowPart);// count of 100-nanosecond intervals -+#endif -+} -+ -+inline u32 rtw_systime_to_ms(u32 systime) -+{ -+#ifdef PLATFORM_LINUX -+ return systime * 1000 / HZ; -+#endif -+#ifdef PLATFORM_FREEBSD -+ return systime * 1000; -+#endif -+#ifdef PLATFORM_WINDOWS -+ return systime / 10000 ; -+#endif -+} -+ -+inline u32 rtw_ms_to_systime(u32 ms) -+{ -+#ifdef PLATFORM_LINUX -+ return ms * HZ / 1000; -+#endif -+#ifdef PLATFORM_FREEBSD -+ return ms /1000; -+#endif -+#ifdef PLATFORM_WINDOWS -+ return ms * 10000 ; -+#endif -+} -+ -+// the input parameter start use the same unit as returned by rtw_get_current_time -+inline s32 rtw_get_passing_time_ms(u32 start) -+{ -+#ifdef PLATFORM_LINUX -+ return rtw_systime_to_ms(jiffies-start); -+#endif -+#ifdef PLATFORM_FREEBSD -+ return rtw_systime_to_ms(rtw_get_current_time()); -+#endif -+#ifdef PLATFORM_WINDOWS -+ LARGE_INTEGER SystemTime; -+ NdisGetCurrentSystemTime(&SystemTime); -+ return rtw_systime_to_ms((u32)(SystemTime.LowPart) - start) ; -+#endif -+} -+ -+inline s32 rtw_get_time_interval_ms(u32 start, u32 end) -+{ -+#ifdef PLATFORM_LINUX -+ return rtw_systime_to_ms(end-start); -+#endif -+#ifdef PLATFORM_FREEBSD -+ return rtw_systime_to_ms(rtw_get_current_time()); -+#endif -+#ifdef PLATFORM_WINDOWS -+ return rtw_systime_to_ms(end-start); -+#endif -+} -+ -+ -+void rtw_sleep_schedulable(int ms) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ u32 delta; -+ -+ delta = (ms * HZ)/1000;//(ms) -+ if (delta == 0) { -+ delta = 1;// 1 ms -+ } -+ set_current_state(TASK_INTERRUPTIBLE); -+ if (schedule_timeout(delta) != 0) { -+ return ; -+ } -+ return; -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ DELAY(ms*1000); -+ return ; -+#endif -+ -+#ifdef PLATFORM_WINDOWS -+ -+ NdisMSleep(ms*1000); //(us)*1000=(ms) -+ -+#endif -+ -+} -+ -+ -+void rtw_msleep_os(int ms) -+{ -+ -+#ifdef PLATFORM_LINUX -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36)) -+ if (ms < 20) { -+ unsigned long us = ms * 1000UL; -+ usleep_range(us, us + 1000UL); -+ } else -+ #endif -+ msleep((unsigned int)ms); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ //Delay for delay microseconds -+ DELAY(ms*1000); -+ return ; -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisMSleep(ms*1000); //(us)*1000=(ms) -+ -+#endif -+ -+ -+} -+void rtw_usleep_os(int us) -+{ -+#ifdef PLATFORM_LINUX -+ -+ // msleep((unsigned int)us); -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36)) -+ usleep_range(us, us + 1); -+ #else -+ if ( 1 < (us/1000) ) -+ msleep(1); -+ else -+ msleep( (us/1000) + 1); -+ #endif -+#endif -+ -+#ifdef PLATFORM_FREEBSD -+ //Delay for delay microseconds -+ DELAY(us); -+ -+ return ; -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisMSleep(us); //(us) -+ -+#endif -+ -+ -+} -+ -+ -+#ifdef DBG_DELAY_OS -+void _rtw_mdelay_os(int ms, const char *func, const int line) -+{ -+ #if 0 -+ if(ms>10) -+ DBG_871X("%s:%d %s(%d)\n", func, line, __FUNCTION__, ms); -+ rtw_msleep_os(ms); -+ return; -+ #endif -+ -+ -+ DBG_871X("%s:%d %s(%d)\n", func, line, __FUNCTION__, ms); -+ -+#if defined(PLATFORM_LINUX) -+ -+ mdelay((unsigned long)ms); -+ -+#elif defined(PLATFORM_WINDOWS) -+ -+ NdisStallExecution(ms*1000); //(us)*1000=(ms) -+ -+#endif -+ -+ -+} -+void _rtw_udelay_os(int us, const char *func, const int line) -+{ -+ -+ #if 0 -+ if(us > 1000) { -+ DBG_871X("%s:%d %s(%d)\n", func, line, __FUNCTION__, us); -+ rtw_usleep_os(us); -+ return; -+ } -+ #endif -+ -+ -+ DBG_871X("%s:%d %s(%d)\n", func, line, __FUNCTION__, us); -+ -+ -+#if defined(PLATFORM_LINUX) -+ -+ udelay((unsigned long)us); -+ -+#elif defined(PLATFORM_WINDOWS) -+ -+ NdisStallExecution(us); //(us) -+ -+#endif -+ -+} -+#else -+void rtw_mdelay_os(int ms) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ mdelay((unsigned long)ms); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ DELAY(ms*1000); -+ return ; -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisStallExecution(ms*1000); //(us)*1000=(ms) -+ -+#endif -+ -+ -+} -+void rtw_udelay_os(int us) -+{ -+ -+#ifdef PLATFORM_LINUX -+ -+ udelay((unsigned long)us); -+ -+#endif -+#ifdef PLATFORM_FREEBSD -+ //Delay for delay microseconds -+ DELAY(us); -+ return ; -+#endif -+#ifdef PLATFORM_WINDOWS -+ -+ NdisStallExecution(us); //(us) -+ -+#endif -+ -+} -+#endif -+ -+void rtw_yield_os(void) -+{ -+#ifdef PLATFORM_LINUX -+ yield(); -+#endif -+#ifdef PLATFORM_FREEBSD -+ yield(); -+#endif -+#ifdef PLATFORM_WINDOWS -+ SwitchToThread(); -+#endif -+} -+ -+#define RTW_SUSPEND_LOCK_NAME "rtw_wifi" -+#define RTW_SUSPEND_EXT_LOCK_NAME "rtw_wifi_ext" -+#define RTW_SUSPEND_RX_LOCK_NAME "rtw_wifi_rx" -+#define RTW_SUSPEND_TRAFFIC_LOCK_NAME "rtw_wifi_traffic" -+#define RTW_SUSPEND_RESUME_LOCK_NAME "rtw_wifi_resume" -+#define RTW_RESUME_SCAN_LOCK_NAME "rtw_wifi_scan" -+#ifdef CONFIG_WAKELOCK -+static struct wake_lock rtw_suspend_lock; -+static struct wake_lock rtw_suspend_ext_lock; -+static struct wake_lock rtw_suspend_rx_lock; -+static struct wake_lock rtw_suspend_traffic_lock; -+static struct wake_lock rtw_suspend_resume_lock; -+static struct wake_lock rtw_resume_scan_lock; -+#elif defined(CONFIG_ANDROID_POWER) -+static android_suspend_lock_t rtw_suspend_lock ={ -+ .name = RTW_SUSPEND_LOCK_NAME -+}; -+static android_suspend_lock_t rtw_suspend_ext_lock ={ -+ .name = RTW_SUSPEND_EXT_LOCK_NAME -+}; -+static android_suspend_lock_t rtw_suspend_rx_lock ={ -+ .name = RTW_SUSPEND_RX_LOCK_NAME -+}; -+static android_suspend_lock_t rtw_suspend_traffic_lock ={ -+ .name = RTW_SUSPEND_TRAFFIC_LOCK_NAME -+}; -+static android_suspend_lock_t rtw_suspend_resume_lock ={ -+ .name = RTW_SUSPEND_RESUME_LOCK_NAME -+}; -+static android_suspend_lock_t rtw_resume_scan_lock ={ -+ .name = RTW_RESUME_SCAN_LOCK_NAME -+}; -+#endif -+ -+inline void rtw_suspend_lock_init(void) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock_init(&rtw_suspend_lock, WAKE_LOCK_SUSPEND, RTW_SUSPEND_LOCK_NAME); -+ wake_lock_init(&rtw_suspend_ext_lock, WAKE_LOCK_SUSPEND, RTW_SUSPEND_EXT_LOCK_NAME); -+ wake_lock_init(&rtw_suspend_rx_lock, WAKE_LOCK_SUSPEND, RTW_SUSPEND_RX_LOCK_NAME); -+ wake_lock_init(&rtw_suspend_traffic_lock, WAKE_LOCK_SUSPEND, RTW_SUSPEND_TRAFFIC_LOCK_NAME); -+ wake_lock_init(&rtw_suspend_resume_lock, WAKE_LOCK_SUSPEND, RTW_SUSPEND_RESUME_LOCK_NAME); -+ wake_lock_init(&rtw_resume_scan_lock, WAKE_LOCK_SUSPEND, RTW_RESUME_SCAN_LOCK_NAME); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_init_suspend_lock(&rtw_suspend_lock); -+ android_init_suspend_lock(&rtw_suspend_ext_lock); -+ android_init_suspend_lock(&rtw_suspend_rx_lock); -+ android_init_suspend_lock(&rtw_suspend_traffic_lock); -+ android_init_suspend_lock(&rtw_suspend_resume_lock); -+ android_init_suspend_lock(&rtw_resume_scan_lock); -+ #endif -+} -+ -+inline void rtw_suspend_lock_uninit(void) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock_destroy(&rtw_suspend_lock); -+ wake_lock_destroy(&rtw_suspend_ext_lock); -+ wake_lock_destroy(&rtw_suspend_rx_lock); -+ wake_lock_destroy(&rtw_suspend_traffic_lock); -+ wake_lock_destroy(&rtw_suspend_resume_lock); -+ wake_lock_destroy(&rtw_resume_scan_lock); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_uninit_suspend_lock(&rtw_suspend_lock); -+ android_uninit_suspend_lock(&rtw_suspend_ext_lock); -+ android_uninit_suspend_lock(&rtw_suspend_rx_lock); -+ android_uninit_suspend_lock(&rtw_suspend_traffic_lock); -+ android_uninit_suspend_lock(&rtw_suspend_resume_lock); -+ android_uninit_suspend_lock(&rtw_resume_scan_lock); -+ #endif -+} -+ -+inline void rtw_lock_suspend(void) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock(&rtw_suspend_lock); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_lock_suspend(&rtw_suspend_lock); -+ #endif -+ -+ #if defined(CONFIG_WAKELOCK) || defined(CONFIG_ANDROID_POWER) -+ //DBG_871X("####%s: suspend_lock_count:%d####\n", __FUNCTION__, rtw_suspend_lock.stat.count); -+ #endif -+} -+ -+inline void rtw_unlock_suspend(void) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_unlock(&rtw_suspend_lock); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_unlock_suspend(&rtw_suspend_lock); -+ #endif -+ -+ #if defined(CONFIG_WAKELOCK) || defined(CONFIG_ANDROID_POWER) -+ //DBG_871X("####%s: suspend_lock_count:%d####\n", __FUNCTION__, rtw_suspend_lock.stat.count); -+ #endif -+} -+ -+inline void rtw_resume_lock_suspend(void) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock(&rtw_suspend_resume_lock); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_lock_suspend(&rtw_suspend_resume_lock); -+ #endif -+ -+ #if defined(CONFIG_WAKELOCK) || defined(CONFIG_ANDROID_POWER) -+ //DBG_871X("####%s: suspend_lock_count:%d####\n", __FUNCTION__, rtw_suspend_lock.stat.count); -+ #endif -+} -+ -+inline void rtw_resume_unlock_suspend(void) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_unlock(&rtw_suspend_resume_lock); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_unlock_suspend(&rtw_suspend_resume_lock); -+ #endif -+ -+ #if defined(CONFIG_WAKELOCK) || defined(CONFIG_ANDROID_POWER) -+ //DBG_871X("####%s: suspend_lock_count:%d####\n", __FUNCTION__, rtw_suspend_lock.stat.count); -+ #endif -+} -+ -+inline void rtw_lock_suspend_timeout(u32 timeout_ms) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock_timeout(&rtw_suspend_lock, rtw_ms_to_systime(timeout_ms)); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_lock_suspend_auto_expire(&rtw_suspend_lock, rtw_ms_to_systime(timeout_ms)); -+ #endif -+} -+ -+inline void rtw_lock_ext_suspend_timeout(u32 timeout_ms) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock_timeout(&rtw_suspend_ext_lock, rtw_ms_to_systime(timeout_ms)); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_lock_suspend_auto_expire(&rtw_suspend_ext_lock, rtw_ms_to_systime(timeout_ms)); -+ #endif -+ //DBG_871X("EXT lock timeout:%d\n", timeout_ms); -+} -+ -+inline void rtw_lock_rx_suspend_timeout(u32 timeout_ms) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock_timeout(&rtw_suspend_rx_lock, rtw_ms_to_systime(timeout_ms)); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_lock_suspend_auto_expire(&rtw_suspend_rx_lock, rtw_ms_to_systime(timeout_ms)); -+ #endif -+ //DBG_871X("RX lock timeout:%d\n", timeout_ms); -+} -+ -+ -+inline void rtw_lock_traffic_suspend_timeout(u32 timeout_ms) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock_timeout(&rtw_suspend_traffic_lock, rtw_ms_to_systime(timeout_ms)); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_lock_suspend_auto_expire(&rtw_suspend_traffic_lock, rtw_ms_to_systime(timeout_ms)); -+ #endif -+ //DBG_871X("traffic lock timeout:%d\n", timeout_ms); -+} -+ -+inline void rtw_lock_resume_scan_timeout(u32 timeout_ms) -+{ -+ #ifdef CONFIG_WAKELOCK -+ wake_lock_timeout(&rtw_resume_scan_lock, rtw_ms_to_systime(timeout_ms)); -+ #elif defined(CONFIG_ANDROID_POWER) -+ android_lock_suspend_auto_expire(&rtw_resume_scan_lock, rtw_ms_to_systime(timeout_ms)); -+ #endif -+ //DBG_871X("resume scan lock:%d\n", timeout_ms); -+} -+ -+inline void ATOMIC_SET(ATOMIC_T *v, int i) -+{ -+ #ifdef PLATFORM_LINUX -+ atomic_set(v,i); -+ #elif defined(PLATFORM_WINDOWS) -+ *v=i;// other choice???? -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_set_int(v,i); -+ #endif -+} -+ -+inline int ATOMIC_READ(ATOMIC_T *v) -+{ -+ #ifdef PLATFORM_LINUX -+ return atomic_read(v); -+ #elif defined(PLATFORM_WINDOWS) -+ return *v; // other choice???? -+ #elif defined(PLATFORM_FREEBSD) -+ return atomic_load_acq_32(v); -+ #endif -+} -+ -+inline void ATOMIC_ADD(ATOMIC_T *v, int i) -+{ -+ #ifdef PLATFORM_LINUX -+ atomic_add(i,v); -+ #elif defined(PLATFORM_WINDOWS) -+ InterlockedAdd(v,i); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_add_int(v,i); -+ #endif -+} -+inline void ATOMIC_SUB(ATOMIC_T *v, int i) -+{ -+ #ifdef PLATFORM_LINUX -+ atomic_sub(i,v); -+ #elif defined(PLATFORM_WINDOWS) -+ InterlockedAdd(v,-i); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_subtract_int(v,i); -+ #endif -+} -+ -+inline void ATOMIC_INC(ATOMIC_T *v) -+{ -+ #ifdef PLATFORM_LINUX -+ atomic_inc(v); -+ #elif defined(PLATFORM_WINDOWS) -+ InterlockedIncrement(v); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_add_int(v,1); -+ #endif -+} -+ -+inline void ATOMIC_DEC(ATOMIC_T *v) -+{ -+ #ifdef PLATFORM_LINUX -+ atomic_dec(v); -+ #elif defined(PLATFORM_WINDOWS) -+ InterlockedDecrement(v); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_subtract_int(v,1); -+ #endif -+} -+ -+inline int ATOMIC_ADD_RETURN(ATOMIC_T *v, int i) -+{ -+ #ifdef PLATFORM_LINUX -+ return atomic_add_return(i,v); -+ #elif defined(PLATFORM_WINDOWS) -+ return InterlockedAdd(v,i); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_add_int(v,i); -+ return atomic_load_acq_32(v); -+ #endif -+} -+ -+inline int ATOMIC_SUB_RETURN(ATOMIC_T *v, int i) -+{ -+ #ifdef PLATFORM_LINUX -+ return atomic_sub_return(i,v); -+ #elif defined(PLATFORM_WINDOWS) -+ return InterlockedAdd(v,-i); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_subtract_int(v,i); -+ return atomic_load_acq_32(v); -+ #endif -+} -+ -+inline int ATOMIC_INC_RETURN(ATOMIC_T *v) -+{ -+ #ifdef PLATFORM_LINUX -+ return atomic_inc_return(v); -+ #elif defined(PLATFORM_WINDOWS) -+ return InterlockedIncrement(v); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_add_int(v,1); -+ return atomic_load_acq_32(v); -+ #endif -+} -+ -+inline int ATOMIC_DEC_RETURN(ATOMIC_T *v) -+{ -+ #ifdef PLATFORM_LINUX -+ return atomic_dec_return(v); -+ #elif defined(PLATFORM_WINDOWS) -+ return InterlockedDecrement(v); -+ #elif defined(PLATFORM_FREEBSD) -+ atomic_subtract_int(v,1); -+ return atomic_load_acq_32(v); -+ #endif -+} -+ -+ -+#ifdef PLATFORM_LINUX -+/* -+* Open a file with the specific @param path, @param flag, @param mode -+* @param fpp the pointer of struct file pointer to get struct file pointer while file opening is success -+* @param path the path of the file to open -+* @param flag file operation flags, please refer to linux document -+* @param mode please refer to linux document -+* @return Linux specific error code -+*/ -+static int openFile(struct file **fpp, char *path, int flag, int mode) -+{ -+ struct file *fp; -+ -+ fp=filp_open(path, flag, mode); -+ if(IS_ERR(fp)) { -+ *fpp=NULL; -+ return PTR_ERR(fp); -+ } -+ else { -+ *fpp=fp; -+ return 0; -+ } -+} -+ -+/* -+* Close the file with the specific @param fp -+* @param fp the pointer of struct file to close -+* @return always 0 -+*/ -+static int closeFile(struct file *fp) -+{ -+ filp_close(fp,NULL); -+ return 0; -+} -+ -+static int readFile(struct file *fp,char *buf,int len) -+{ -+ int rlen=0, sum=0; -+ -+ if (!fp->f_op || !fp->f_op->read) -+ return -EPERM; -+ -+ while(sumf_op->read(fp,buf+sum,len-sum, &fp->f_pos); -+ if(rlen>0) -+ sum+=rlen; -+ else if(0 != rlen) -+ return rlen; -+ else -+ break; -+ } -+ -+ return sum; -+ -+} -+ -+static int writeFile(struct file *fp,char *buf,int len) -+{ -+ int wlen=0, sum=0; -+ -+ if (!fp->f_op || !fp->f_op->write) -+ return -EPERM; -+ -+ while(sumf_op->write(fp,buf+sum,len-sum, &fp->f_pos); -+ if(wlen>0) -+ sum+=wlen; -+ else if(0 != wlen) -+ return wlen; -+ else -+ break; -+ } -+ -+ return sum; -+ -+} -+ -+/* -+* Test if the specifi @param path is a file and readable -+* @param path the path of the file to test -+* @return Linux specific error code -+*/ -+static int isFileReadable(char *path) -+{ -+ struct file *fp; -+ int ret = 0; -+ mm_segment_t oldfs; -+ char buf; -+ -+ fp=filp_open(path, O_RDONLY, 0); -+ if(IS_ERR(fp)) { -+ ret = PTR_ERR(fp); -+ } -+ else { -+ oldfs = get_fs(); set_fs(get_ds()); -+ -+ if(1!=readFile(fp, &buf, 1)) -+ ret = PTR_ERR(fp); -+ -+ set_fs(oldfs); -+ filp_close(fp,NULL); -+ } -+ return ret; -+} -+ -+/* -+* Open the file with @param path and retrive the file content into memory starting from @param buf for @param sz at most -+* @param path the path of the file to open and read -+* @param buf the starting address of the buffer to store file content -+* @param sz how many bytes to read at most -+* @return the byte we've read, or Linux specific error code -+*/ -+static int retriveFromFile(char *path, u8* buf, u32 sz) -+{ -+ int ret =-1; -+ mm_segment_t oldfs; -+ struct file *fp; -+ -+ if(path && buf) { -+ if( 0 == (ret=openFile(&fp,path, O_RDONLY, 0)) ){ -+ DBG_871X("%s openFile path:%s fp=%p\n",__FUNCTION__, path ,fp); -+ -+ oldfs = get_fs(); set_fs(get_ds()); -+ ret=readFile(fp, buf, sz); -+ set_fs(oldfs); -+ closeFile(fp); -+ -+ DBG_871X("%s readFile, ret:%d\n",__FUNCTION__, ret); -+ -+ } else { -+ DBG_871X("%s openFile path:%s Fail, ret:%d\n",__FUNCTION__, path, ret); -+ } -+ } else { -+ DBG_871X("%s NULL pointer\n",__FUNCTION__); -+ ret = -EINVAL; -+ } -+ return ret; -+} -+ -+/* -+* Open the file with @param path and wirte @param sz byte of data starting from @param buf into the file -+* @param path the path of the file to open and write -+* @param buf the starting address of the data to write into file -+* @param sz how many bytes to write at most -+* @return the byte we've written, or Linux specific error code -+*/ -+static int storeToFile(char *path, u8* buf, u32 sz) -+{ -+ int ret =0; -+ mm_segment_t oldfs; -+ struct file *fp; -+ -+ if(path && buf) { -+ if( 0 == (ret=openFile(&fp, path, O_CREAT|O_WRONLY, 0666)) ) { -+ DBG_871X("%s openFile path:%s fp=%p\n",__FUNCTION__, path ,fp); -+ -+ oldfs = get_fs(); set_fs(get_ds()); -+ ret=writeFile(fp, buf, sz); -+ set_fs(oldfs); -+ closeFile(fp); -+ -+ DBG_871X("%s writeFile, ret:%d\n",__FUNCTION__, ret); -+ -+ } else { -+ DBG_871X("%s openFile path:%s Fail, ret:%d\n",__FUNCTION__, path, ret); -+ } -+ } else { -+ DBG_871X("%s NULL pointer\n",__FUNCTION__); -+ ret = -EINVAL; -+ } -+ return ret; -+} -+#endif //PLATFORM_LINUX -+ -+/* -+* Test if the specifi @param path is a file and readable -+* @param path the path of the file to test -+* @return _TRUE or _FALSE -+*/ -+int rtw_is_file_readable(char *path) -+{ -+#ifdef PLATFORM_LINUX -+ if(isFileReadable(path) == 0) -+ return _TRUE; -+ else -+ return _FALSE; -+#else -+ //Todo... -+ return _FALSE; -+#endif -+} -+ -+/* -+* Open the file with @param path and retrive the file content into memory starting from @param buf for @param sz at most -+* @param path the path of the file to open and read -+* @param buf the starting address of the buffer to store file content -+* @param sz how many bytes to read at most -+* @return the byte we've read -+*/ -+int rtw_retrieve_from_file(char *path, u8 *buf, u32 sz) -+{ -+#ifdef PLATFORM_LINUX -+ int ret =retriveFromFile(path, buf, sz); -+ return ret>=0?ret:0; -+#else -+ //Todo... -+ return 0; -+#endif -+} -+ -+/* -+* Open the file with @param path and wirte @param sz byte of data starting from @param buf into the file -+* @param path the path of the file to open and write -+* @param buf the starting address of the data to write into file -+* @param sz how many bytes to write at most -+* @return the byte we've written -+*/ -+int rtw_store_to_file(char *path, u8* buf, u32 sz) -+{ -+#ifdef PLATFORM_LINUX -+ int ret =storeToFile(path, buf, sz); -+ return ret>=0?ret:0; -+#else -+ //Todo... -+ return 0; -+#endif -+} -+ -+#ifdef PLATFORM_LINUX -+struct net_device *rtw_alloc_etherdev_with_old_priv(int sizeof_priv, void *old_priv) -+{ -+ struct net_device *pnetdev; -+ struct rtw_netdev_priv_indicator *pnpi; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); -+#else -+ pnetdev = alloc_etherdev(sizeof(struct rtw_netdev_priv_indicator)); -+#endif -+ if (!pnetdev) -+ goto RETURN; -+ -+ pnpi = netdev_priv(pnetdev); -+ pnpi->priv=old_priv; -+ pnpi->sizeof_priv=sizeof_priv; -+ -+RETURN: -+ return pnetdev; -+} -+ -+struct net_device *rtw_alloc_etherdev(int sizeof_priv) -+{ -+ struct net_device *pnetdev; -+ struct rtw_netdev_priv_indicator *pnpi; -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+ pnetdev = alloc_etherdev_mq(sizeof(struct rtw_netdev_priv_indicator), 4); -+#else -+ pnetdev = alloc_etherdev(sizeof(struct rtw_netdev_priv_indicator)); -+#endif -+ if (!pnetdev) -+ goto RETURN; -+ -+ pnpi = netdev_priv(pnetdev); -+ -+ pnpi->priv = rtw_zvmalloc(sizeof_priv); -+ if (!pnpi->priv) { -+ free_netdev(pnetdev); -+ pnetdev = NULL; -+ goto RETURN; -+ } -+ -+ pnpi->sizeof_priv=sizeof_priv; -+RETURN: -+ return pnetdev; -+} -+ -+void rtw_free_netdev(struct net_device * netdev) -+{ -+ struct rtw_netdev_priv_indicator *pnpi; -+ -+ if(!netdev) -+ goto RETURN; -+ -+ pnpi = netdev_priv(netdev); -+ -+ if(!pnpi->priv) -+ goto RETURN; -+ -+ free_netdev(netdev); -+ -+RETURN: -+ return; -+} -+ -+/* -+* Jeff: this function should be called under ioctl (rtnl_lock is accquired) while -+* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26) -+*/ -+int rtw_change_ifname(_adapter *padapter, const char *ifname) -+{ -+ struct net_device *pnetdev; -+ struct net_device *cur_pnetdev; -+ struct rereg_nd_name_data *rereg_priv; -+ int ret; -+ -+ if(!padapter) -+ goto error; -+ -+ cur_pnetdev = padapter->pnetdev; -+ rereg_priv = &padapter->rereg_nd_name_priv; -+ -+ //free the old_pnetdev -+ if(rereg_priv->old_pnetdev) { -+ free_netdev(rereg_priv->old_pnetdev); -+ rereg_priv->old_pnetdev = NULL; -+ } -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)) -+ if(!rtnl_is_locked()) -+ unregister_netdev(cur_pnetdev); -+ else -+#endif -+ unregister_netdevice(cur_pnetdev); -+ -+ rereg_priv->old_pnetdev=cur_pnetdev; -+ -+ pnetdev = rtw_init_netdev(padapter); -+ if (!pnetdev) { -+ ret = -1; -+ goto error; -+ } -+ -+ SET_NETDEV_DEV(pnetdev, dvobj_to_dev(adapter_to_dvobj(padapter))); -+ -+ rtw_init_netdev_name(pnetdev, ifname); -+ -+ _rtw_memcpy(pnetdev->dev_addr, adapter_mac_addr(padapter), ETH_ALEN); -+ -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)) -+ if(!rtnl_is_locked()) -+ ret = register_netdev(pnetdev); -+ else -+#endif -+ ret = register_netdevice(pnetdev); -+ -+ if ( ret != 0) { -+ RT_TRACE(_module_hci_intfs_c_,_drv_err_,("register_netdev() failed\n")); -+ goto error; -+ } -+ -+ return 0; -+ -+error: -+ -+ return -1; -+ -+} -+#endif -+ -+#ifdef PLATFORM_FREEBSD -+/* -+ * Copy a buffer from userspace and write into kernel address -+ * space. -+ * -+ * This emulation just calls the FreeBSD copyin function (to -+ * copy data from user space buffer into a kernel space buffer) -+ * and is designed to be used with the above io_write_wrapper. -+ * -+ * This function should return the number of bytes not copied. -+ * I.e. success results in a zero value. -+ * Negative error values are not returned. -+ */ -+unsigned long -+copy_from_user(void *to, const void *from, unsigned long n) -+{ -+ if ( copyin(from, to, n) != 0 ) { -+ /* Any errors will be treated as a failure -+ to copy any of the requested bytes */ -+ return n; -+ } -+ -+ return 0; -+} -+ -+unsigned long -+copy_to_user(void *to, const void *from, unsigned long n) -+{ -+ if ( copyout(from, to, n) != 0 ) { -+ /* Any errors will be treated as a failure -+ to copy any of the requested bytes */ -+ return n; -+ } -+ -+ return 0; -+} -+ -+ -+/* -+ * The usb_register and usb_deregister functions are used to register -+ * usb drivers with the usb subsystem. In this compatibility layer -+ * emulation a list of drivers (struct usb_driver) is maintained -+ * and is used for probing/attaching etc. -+ * -+ * usb_register and usb_deregister simply call these functions. -+ */ -+int -+usb_register(struct usb_driver *driver) -+{ -+ rtw_usb_linux_register(driver); -+ return 0; -+} -+ -+ -+int -+usb_deregister(struct usb_driver *driver) -+{ -+ rtw_usb_linux_deregister(driver); -+ return 0; -+} -+ -+void module_init_exit_wrapper(void *arg) -+{ -+ int (*func)(void) = arg; -+ func(); -+ return; -+} -+ -+#endif //PLATFORM_FREEBSD -+ -+#ifdef CONFIG_PLATFORM_SPRD -+#ifdef do_div -+#undef do_div -+#endif -+#include -+#endif -+ -+u64 rtw_modular64(u64 x, u64 y) -+{ -+#ifdef PLATFORM_LINUX -+ return do_div(x, y); -+#elif defined(PLATFORM_WINDOWS) -+ return (x % y); -+#elif defined(PLATFORM_FREEBSD) -+ return (x %y); -+#endif -+} -+ -+u64 rtw_division64(u64 x, u64 y) -+{ -+#ifdef PLATFORM_LINUX -+ do_div(x, y); -+ return x; -+#elif defined(PLATFORM_WINDOWS) -+ return (x / y); -+#elif defined(PLATFORM_FREEBSD) -+ return (x / y); -+#endif -+} -+ -+inline u32 rtw_random32(void) -+{ -+#ifdef PLATFORM_LINUX -+ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) -+ return prandom_u32(); -+ #elif (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18)) -+ u32 random_int; -+ get_random_bytes( &random_int , 4 ); -+ return random_int; -+ #else -+ return random32(); -+ #endif -+#elif defined(PLATFORM_WINDOWS) -+ #error "to be implemented\n" -+#elif defined(PLATFORM_FREEBSD) -+ #error "to be implemented\n" -+#endif -+} -+ -+void rtw_buf_free(u8 **buf, u32 *buf_len) -+{ -+ u32 ori_len; -+ -+ if (!buf || !buf_len) -+ return; -+ -+ ori_len = *buf_len; -+ -+ if (*buf) { -+ u32 tmp_buf_len = *buf_len; -+ *buf_len = 0; -+ rtw_mfree(*buf, tmp_buf_len); -+ *buf = NULL; -+ } -+} -+ -+void rtw_buf_update(u8 **buf, u32 *buf_len, u8 *src, u32 src_len) -+{ -+ u32 ori_len = 0, dup_len = 0; -+ u8 *ori = NULL; -+ u8 *dup = NULL; -+ -+ if (!buf || !buf_len) -+ return; -+ -+ if (!src || !src_len) -+ goto keep_ori; -+ -+ /* duplicate src */ -+ dup = rtw_malloc(src_len); -+ if (dup) { -+ dup_len = src_len; -+ _rtw_memcpy(dup, src, dup_len); -+ } -+ -+keep_ori: -+ ori = *buf; -+ ori_len = *buf_len; -+ -+ /* replace buf with dup */ -+ *buf_len = 0; -+ *buf = dup; -+ *buf_len = dup_len; -+ -+ /* free ori */ -+ if (ori && ori_len > 0) -+ rtw_mfree(ori, ori_len); -+} -+ -+ -+/** -+ * rtw_cbuf_full - test if cbuf is full -+ * @cbuf: pointer of struct rtw_cbuf -+ * -+ * Returns: _TRUE if cbuf is full -+ */ -+inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) -+{ -+ return (cbuf->write == cbuf->read-1)? _TRUE : _FALSE; -+} -+ -+/** -+ * rtw_cbuf_empty - test if cbuf is empty -+ * @cbuf: pointer of struct rtw_cbuf -+ * -+ * Returns: _TRUE if cbuf is empty -+ */ -+inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) -+{ -+ return (cbuf->write == cbuf->read)? _TRUE : _FALSE; -+} -+ -+/** -+ * rtw_cbuf_push - push a pointer into cbuf -+ * @cbuf: pointer of struct rtw_cbuf -+ * @buf: pointer to push in -+ * -+ * Lock free operation, be careful of the use scheme -+ * Returns: _TRUE push success -+ */ -+bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) -+{ -+ if (rtw_cbuf_full(cbuf)) -+ return _FAIL; -+ -+ if (0) -+ DBG_871X("%s on %u\n", __func__, cbuf->write); -+ cbuf->bufs[cbuf->write] = buf; -+ cbuf->write = (cbuf->write+1)%cbuf->size; -+ -+ return _SUCCESS; -+} -+ -+/** -+ * rtw_cbuf_pop - pop a pointer from cbuf -+ * @cbuf: pointer of struct rtw_cbuf -+ * -+ * Lock free operation, be careful of the use scheme -+ * Returns: pointer popped out -+ */ -+void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) -+{ -+ void *buf; -+ if (rtw_cbuf_empty(cbuf)) -+ return NULL; -+ -+ if (0) -+ DBG_871X("%s on %u\n", __func__, cbuf->read); -+ buf = cbuf->bufs[cbuf->read]; -+ cbuf->read = (cbuf->read+1)%cbuf->size; -+ -+ return buf; -+} -+ -+/** -+ * rtw_cbuf_alloc - allocte a rtw_cbuf with given size and do initialization -+ * @size: size of pointer -+ * -+ * Returns: pointer of srtuct rtw_cbuf, NULL for allocation failure -+ */ -+struct rtw_cbuf *rtw_cbuf_alloc(u32 size) -+{ -+ struct rtw_cbuf *cbuf; -+ -+ cbuf = (struct rtw_cbuf *)rtw_malloc(sizeof(*cbuf) + sizeof(void*)*size); -+ -+ if (cbuf) { -+ cbuf->write = cbuf->read = 0; -+ cbuf->size = size; -+ } -+ -+ return cbuf; -+} -+ -+/** -+ * rtw_cbuf_free - free the given rtw_cbuf -+ * @cbuf: pointer of struct rtw_cbuf to free -+ */ -+void rtw_cbuf_free(struct rtw_cbuf *cbuf) -+{ -+ rtw_mfree((u8*)cbuf, sizeof(*cbuf) + sizeof(void*)*cbuf->size); -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_arm_act_sdio.c linux/3rdparty/rtl8812au/platform/platform_arm_act_sdio.c ---- linux.old/3rdparty/rtl8812au/platform/platform_arm_act_sdio.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_arm_act_sdio.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,58 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/* -+ * Description: -+ * This file can be applied to following platforms: -+ * CONFIG_PLATFORM_ACTIONS_ATM703X -+ */ -+#include -+ -+#ifdef CONFIG_PLATFORM_ACTIONS_ATM705X -+extern int acts_wifi_init(void); -+extern void acts_wifi_cleanup(void); -+#endif -+ -+/* -+ * Return: -+ * 0: power on successfully -+ * others: power on failed -+ */ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_PLATFORM_ACTIONS_ATM705X -+ ret = acts_wifi_init(); -+ if (unlikely(ret < 0)) { -+ pr_err("%s Failed to register the power control driver.\n", __FUNCTION__); -+ goto exit; -+ } -+#endif -+ -+exit: -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+#ifdef CONFIG_PLATFORM_ACTIONS_ATM705X -+ acts_wifi_cleanup(); -+#endif -+} -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUN50IW1P1_sdio.c linux/3rdparty/rtl8812au/platform/platform_ARM_SUN50IW1P1_sdio.c ---- linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUN50IW1P1_sdio.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_ARM_SUN50IW1P1_sdio.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,91 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/* -+ * Description: -+ * This file can be applied to following platforms: -+ * CONFIG_PLATFORM_ARM_SUN50IW1P1 -+ */ -+#include -+#ifdef CONFIG_GPIO_WAKEUP -+#include -+#endif -+ -+#ifdef CONFIG_MMC -+#if defined(CONFIG_PLATFORM_ARM_SUN50IW1P1) -+extern void sunxi_mmc_rescan_card(unsigned ids); -+extern void sunxi_wlan_set_power(int on); -+extern int sunxi_wlan_get_bus_index(void); -+extern int sunxi_wlan_get_oob_irq(void); -+extern int sunxi_wlan_get_oob_irq_flags(void); -+#endif -+#ifdef CONFIG_GPIO_WAKEUP -+extern unsigned int oob_irq; -+#endif -+#endif // CONFIG_MMC -+ -+/* -+ * Return: -+ * 0: power on successfully -+ * others: power on failed -+ */ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_MMC -+{ -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN50IW1P1) -+ int wlan_bus_index = sunxi_wlan_get_bus_index(); -+ if(wlan_bus_index < 0) -+ return wlan_bus_index; -+ -+ sunxi_wlan_set_power(1); -+ mdelay(100); -+ sunxi_mmc_rescan_card(wlan_bus_index); -+#endif -+ DBG_871X("%s: power up, rescan card.\n", __FUNCTION__); -+ -+#ifdef CONFIG_GPIO_WAKEUP -+#if defined(CONFIG_PLATFORM_ARM_SUN50IW1P1) -+ oob_irq = sunxi_wlan_get_oob_irq(); -+#endif -+#endif // CONFIG_GPIO_WAKEUP -+} -+#endif // CONFIG_MMC -+ -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+#ifdef CONFIG_MMC -+#if defined(CONFIG_PLATFORM_ARM_SUN50IW1P1) -+ int wlan_bus_index = sunxi_wlan_get_bus_index(); -+ if(wlan_bus_index < 0) -+ return; -+ -+ sunxi_mmc_rescan_card(wlan_bus_index); -+ mdelay(100); -+ sunxi_wlan_set_power(0); -+#endif -+ DBG_871X("%s: remove card, power off.\n", __FUNCTION__); -+#endif // CONFIG_MMC -+} -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUNnI_sdio.c linux/3rdparty/rtl8812au/platform/platform_ARM_SUNnI_sdio.c ---- linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUNnI_sdio.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_ARM_SUNnI_sdio.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,135 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/* -+ * Description: -+ * This file can be applied to following platforms: -+ * CONFIG_PLATFORM_ARM_SUN6I -+ * CONFIG_PLATFORM_ARM_SUN7I -+ * CONFIG_PLATFORM_ARM_SUN8I -+ */ -+#include -+#include -+#ifdef CONFIG_GPIO_WAKEUP -+#include -+#endif -+ -+#ifdef CONFIG_MMC -+static int sdc_id = -1; -+static signed int gpio_eint_wlan = -1; -+static u32 eint_wlan_handle = 0; -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) -+extern void sw_mci_rescan_card(unsigned id, unsigned insert); -+#elif defined(CONFIG_PLATFORM_ARM_SUN8I) -+extern void sunxi_mci_rescan_card(unsigned id, unsigned insert); -+#endif -+ -+#ifdef CONFIG_PLATFORM_ARM_SUN8I_W5P1 -+extern int get_rf_mod_type(void); -+#else -+extern int wifi_pm_get_mod_type(void); -+#endif -+ -+extern void wifi_pm_power(int on); -+#ifdef CONFIG_GPIO_WAKEUP -+extern unsigned int oob_irq; -+#endif -+#endif // CONFIG_MMC -+ -+/* -+ * Return: -+ * 0: power on successfully -+ * others: power on failed -+ */ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_MMC -+{ -+ script_item_u val; -+ script_item_value_type_e type; -+ -+#ifdef CONFIG_PLATFORM_ARM_SUN8I_W5P1 -+ unsigned int mod_sel = get_rf_mod_type(); -+#else -+ unsigned int mod_sel = wifi_pm_get_mod_type(); -+#endif -+ -+ type = script_get_item("wifi_para", "wifi_sdc_id", &val); -+ if (SCIRPT_ITEM_VALUE_TYPE_INT!=type) { -+ DBG_871X("get wifi_sdc_id failed\n"); -+ ret = -1; -+ } else { -+ sdc_id = val.val; -+ DBG_871X("----- %s sdc_id: %d, mod_sel: %d\n", __FUNCTION__, sdc_id, mod_sel); -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) -+ sw_mci_rescan_card(sdc_id, 1); -+#elif defined(CONFIG_PLATFORM_ARM_SUN8I) -+ sunxi_mci_rescan_card(sdc_id, 1); -+#endif -+ mdelay(100); -+ wifi_pm_power(1); -+ -+ DBG_871X("%s: power up, rescan card.\n", __FUNCTION__); -+ } -+ -+#ifdef CONFIG_GPIO_WAKEUP -+#ifdef CONFIG_PLATFORM_ARM_SUN8I_W5P1 -+ type = script_get_item("wifi_para", "wl_host_wake", &val); -+#else -+#ifdef CONFIG_RTL8723B -+ type = script_get_item("wifi_para", "rtl8723bs_wl_host_wake", &val); -+#endif -+#ifdef CONFIG_RTL8188E -+ type = script_get_item("wifi_para", "rtl8189es_host_wake", &val); -+#endif -+#endif /* CONFIG_PLATFORM_ARM_SUN8I_W5P1 */ -+ if (SCIRPT_ITEM_VALUE_TYPE_PIO != type) { -+ DBG_871X("No definition of wake up host PIN\n"); -+ ret = -1; -+ } else { -+ gpio_eint_wlan = val.gpio.gpio; -+#ifdef CONFIG_PLATFORM_ARM_SUN8I -+ oob_irq = gpio_to_irq(gpio_eint_wlan); -+#endif -+ } -+#endif // CONFIG_GPIO_WAKEUP -+} -+#endif // CONFIG_MMC -+ -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+#ifdef CONFIG_MMC -+#if defined(CONFIG_PLATFORM_ARM_SUN6I) ||defined(CONFIG_PLATFORM_ARM_SUN7I) -+ sw_mci_rescan_card(sdc_id, 0); -+#elif defined(CONFIG_PLATFORM_ARM_SUN8I) -+ sunxi_mci_rescan_card(sdc_id, 0); -+#endif -+ mdelay(100); -+ wifi_pm_power(0); -+ -+ DBG_871X("%s: remove card, power off.\n", __FUNCTION__); -+#endif // CONFIG_MMC -+} -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_sdio.c linux/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_sdio.c ---- linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_sdio.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_sdio.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,95 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#include -+ -+#ifdef CONFIG_MMC_SUNXI_POWER_CONTROL -+#ifdef CONFIG_WITS_EVB_V13 -+#define SDIOID 0 -+#else // !CONFIG_WITS_EVB_V13 -+#define SDIOID (CONFIG_CHIP_ID==1123 ? 3 : 1) -+#endif // !CONFIG_WITS_EVB_V13 -+ -+#define SUNXI_SDIO_WIFI_NUM_RTL8189ES 10 -+extern void sunximmc_rescan_card(unsigned id, unsigned insert); -+extern int mmc_pm_get_mod_type(void); -+extern int mmc_pm_gpio_ctrl(char* name, int level); -+/* -+ * rtl8189es_shdn = port:PH09<1><0> -+ * rtl8189es_wakeup = port:PH10<1><1> -+ * rtl8189es_vdd_en = port:PH11<1><0> -+ * rtl8189es_vcc_en = port:PH12<1><0> -+ */ -+ -+int rtl8189es_sdio_powerup(void) -+{ -+ mmc_pm_gpio_ctrl("rtl8189es_vdd_en", 1); -+ udelay(100); -+ mmc_pm_gpio_ctrl("rtl8189es_vcc_en", 1); -+ udelay(50); -+ mmc_pm_gpio_ctrl("rtl8189es_shdn", 1); -+ return 0; -+} -+ -+int rtl8189es_sdio_poweroff(void) -+{ -+ mmc_pm_gpio_ctrl("rtl8189es_shdn", 0); -+ mmc_pm_gpio_ctrl("rtl8189es_vcc_en", 0); -+ mmc_pm_gpio_ctrl("rtl8189es_vdd_en", 0); -+ return 0; -+} -+#endif // CONFIG_MMC_SUNXI_POWER_CONTROL -+ -+/* -+ * Return: -+ * 0: power on successfully -+ * others: power on failed -+ */ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+#ifdef CONFIG_MMC_SUNXI_POWER_CONTROL -+ unsigned int mod_sel = mmc_pm_get_mod_type(); -+#endif // CONFIG_MMC_SUNXI_POWER_CONTROL -+ -+ -+#ifdef CONFIG_MMC_SUNXI_POWER_CONTROL -+ if (mod_sel == SUNXI_SDIO_WIFI_NUM_RTL8189ES) { -+ rtl8189es_sdio_powerup(); -+ sunximmc_rescan_card(SDIOID, 1); -+ printk("[rtl8189es] %s: power up, rescan card.\n", __FUNCTION__); -+ } else { -+ ret = -1; -+ printk("[rtl8189es] %s: mod_sel = %d is incorrect.\n", __FUNCTION__, mod_sel); -+ } -+#endif // CONFIG_MMC_SUNXI_POWER_CONTROL -+ -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+#ifdef CONFIG_MMC_SUNXI_POWER_CONTROL -+ sunximmc_rescan_card(SDIOID, 0); -+#ifdef CONFIG_RTL8188E -+ rtl8189es_sdio_poweroff(); -+ printk("[rtl8189es] %s: remove card, power off.\n", __FUNCTION__); -+#endif // CONFIG_RTL8188E -+#endif // CONFIG_MMC_SUNXI_POWER_CONTROL -+} -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_usb.c linux/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_usb.c ---- linux.old/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_usb.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_ARM_SUNxI_usb.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,142 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+/* -+ * Description: -+ * This file can be applied to following platforms: -+ * CONFIG_PLATFORM_ARM_SUNXI Series platform -+ * -+ */ -+ -+#include -+#include -+ -+#ifdef CONFIG_PLATFORM_ARM_SUNxI -+extern int sw_usb_disable_hcd(__u32 usbc_no); -+extern int sw_usb_enable_hcd(__u32 usbc_no); -+static int usb_wifi_host = 2; -+#endif -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) -+extern int sw_usb_disable_hcd(__u32 usbc_no); -+extern int sw_usb_enable_hcd(__u32 usbc_no); -+extern void wifi_pm_power(int on); -+static script_item_u item; -+#endif -+ -+#ifdef CONFIG_PLATFORM_ARM_SUN8I -+extern int sunxi_usb_disable_hcd(__u32 usbc_no); -+extern int sunxi_usb_enable_hcd(__u32 usbc_no); -+extern void wifi_pm_power(int on); -+static script_item_u item; -+#endif -+ -+ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+ -+#ifdef CONFIG_PLATFORM_ARM_SUNxI -+#ifndef CONFIG_RTL8723A -+ { -+ /* ----------get usb_wifi_usbc_num------------- */ -+ ret = script_parser_fetch("usb_wifi_para", "usb_wifi_usbc_num", (int *)&usb_wifi_host, 64); -+ if(ret != 0){ -+ DBG_8192C("ERR: script_parser_fetch usb_wifi_usbc_num failed\n"); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ DBG_8192C("sw_usb_enable_hcd: usbc_num = %d\n", usb_wifi_host); -+ sw_usb_enable_hcd(usb_wifi_host); -+ } -+#endif //CONFIG_RTL8723A -+#endif //CONFIG_PLATFORM_ARM_SUNxI -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) -+ { -+ script_item_value_type_e type; -+ -+ type = script_get_item("wifi_para", "wifi_usbc_id", &item); -+ if(SCIRPT_ITEM_VALUE_TYPE_INT != type){ -+ printk("ERR: script_get_item wifi_usbc_id failed\n"); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ printk("sw_usb_enable_hcd: usbc_num = %d\n", item.val); -+ wifi_pm_power(1); -+ mdelay(10); -+ -+ #if !(defined(CONFIG_RTL8723A)) && !(defined(CONFIG_RTL8723B)) -+ sw_usb_enable_hcd(item.val); -+ #endif -+ } -+#endif //defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN8I) -+ { -+ script_item_value_type_e type; -+ -+ type = script_get_item("wifi_para", "wifi_usbc_id", &item); -+ if(SCIRPT_ITEM_VALUE_TYPE_INT != type){ -+ printk("ERR: script_get_item wifi_usbc_id failed\n"); -+ ret = -ENOMEM; -+ goto exit; -+ } -+ -+ printk("sw_usb_enable_hcd: usbc_num = %d\n", item.val); -+ wifi_pm_power(1); -+ mdelay(10); -+ -+ #if !(defined(CONFIG_RTL8723A)) && !(defined(CONFIG_RTL8723B)) -+ sunxi_usb_enable_hcd(item.val); -+ #endif -+ } -+#endif //CONFIG_PLATFORM_ARM_SUN8I -+ -+exit: -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+ -+#ifdef CONFIG_PLATFORM_ARM_SUNxI -+#ifndef CONFIG_RTL8723A -+ DBG_8192C("sw_usb_disable_hcd: usbc_num = %d\n", usb_wifi_host); -+ sw_usb_disable_hcd(usb_wifi_host); -+#endif //ifndef CONFIG_RTL8723A -+#endif //CONFIG_PLATFORM_ARM_SUNxI -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) -+ #if !(defined(CONFIG_RTL8723A)) && !(defined(CONFIG_RTL8723B)) -+ sw_usb_disable_hcd(item.val); -+ #endif -+ wifi_pm_power(0); -+#endif //defined(CONFIG_PLATFORM_ARM_SUN6I) || defined(CONFIG_PLATFORM_ARM_SUN7I) -+ -+#if defined(CONFIG_PLATFORM_ARM_SUN8I) -+ #if !(defined(CONFIG_RTL8723A)) && !(defined(CONFIG_RTL8723B)) -+ sunxi_usb_disable_hcd(item.val); -+ #endif -+ wifi_pm_power(0); -+#endif //defined(CONFIG_PLATFORM_ARM_SUN8I) -+ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_ARM_WMT_sdio.c linux/3rdparty/rtl8812au/platform/platform_ARM_WMT_sdio.c ---- linux.old/3rdparty/rtl8812au/platform/platform_ARM_WMT_sdio.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_ARM_WMT_sdio.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,51 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#include -+#include -+#include -+ -+extern void wmt_detect_sdio2(void); -+extern void force_remove_sdio2(void); -+ -+int platform_wifi_power_on(void) -+{ -+ int err = 0; -+ err = gpio_request(WMT_PIN_GP62_SUSGPIO1, "wifi_chip_en"); -+ if (err < 0){ -+ printk("request gpio for rtl8188eu failed!\n"); -+ return err; -+ } -+ gpio_direction_output(WMT_PIN_GP62_SUSGPIO1, 0);//pull sus_gpio1 to 0 to open vcc_wifi. -+ printk("power on rtl8189.\n"); -+ msleep(500); -+ wmt_detect_sdio2(); -+ printk("[rtl8189es] %s: new card, power on.\n", __FUNCTION__); -+ return err; -+} -+ -+void platform_wifi_power_off(void) -+{ -+ force_remove_sdio2(); -+ -+ gpio_direction_output(WMT_PIN_GP62_SUSGPIO1, 1);//pull sus_gpio1 to 1 to close vcc_wifi. -+ printk("power off rtl8189.\n"); -+ gpio_free(WMT_PIN_GP62_SUSGPIO1); -+ printk("[rtl8189es] %s: remove card, power off.\n", __FUNCTION__); -+} -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_ops.c linux/3rdparty/rtl8812au/platform/platform_ops.c ---- linux.old/3rdparty/rtl8812au/platform/platform_ops.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_ops.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,37 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef CONFIG_PLATFORM_OPS -+/* -+ * Return: -+ * 0: power on successfully -+ * others: power on failed -+ */ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+ -+ -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+} -+#endif // !CONFIG_PLATFORM_OPS -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_ops.h linux/3rdparty/rtl8812au/platform/platform_ops.h ---- linux.old/3rdparty/rtl8812au/platform/platform_ops.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_ops.h 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,31 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#ifndef __PLATFORM_OPS_H__ -+#define __PLATFORM_OPS_H__ -+ -+/* -+ * Return: -+ * 0: power on successfully -+ * others: power on failed -+ */ -+int platform_wifi_power_on(void); -+void platform_wifi_power_off(void); -+ -+#endif // __PLATFORM_OPS_H__ -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_RTK_DMP_usb.c linux/3rdparty/rtl8812au/platform/platform_RTK_DMP_usb.c ---- linux.old/3rdparty/rtl8812au/platform/platform_RTK_DMP_usb.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_RTK_DMP_usb.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,36 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#include -+ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+ u32 tmp; -+ tmp=readl((volatile unsigned int*)0xb801a608); -+ tmp &= 0xffffff00; -+ tmp |= 0x55; -+ writel(tmp,(volatile unsigned int*)0xb801a608);//write dummy register for 1055 -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+} -+ -diff -Nurp linux.old/3rdparty/rtl8812au/platform/platform_sprd_sdio.c linux/3rdparty/rtl8812au/platform/platform_sprd_sdio.c ---- linux.old/3rdparty/rtl8812au/platform/platform_sprd_sdio.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux/3rdparty/rtl8812au/platform/platform_sprd_sdio.c 2017-06-07 23:07:21.048690948 +0300 -@@ -0,0 +1,89 @@ -+/****************************************************************************** -+ * -+ * Copyright(c) 2013 Realtek Corporation. All rights reserved. -+ * -+ * This program is free software; you can redistribute it and/or modify it -+ * under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but WITHOUT -+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -+ * more details. -+ * -+ * You should have received a copy of the GNU General Public License along with -+ * this program; if not, write to the Free Software Foundation, Inc., -+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA -+ * -+ * -+ ******************************************************************************/ -+#include -+ -+extern void sdhci_bus_scan(void); -+#ifndef ANDROID_2X -+extern int sdhci_device_attached(void); -+#endif -+ -+/* -+ * Return: -+ * 0: power on successfully -+ * others: power on failed -+ */ -+int platform_wifi_power_on(void) -+{ -+ int ret = 0; -+ -+ -+#ifdef CONFIG_RTL8188E -+ rtw_wifi_gpio_wlan_ctrl(WLAN_POWER_ON); -+#endif // CONFIG_RTL8188E -+ -+ /* Pull up pwd pin, make wifi leave power down mode. */ -+ rtw_wifi_gpio_init(); -+ rtw_wifi_gpio_wlan_ctrl(WLAN_PWDN_ON); -+ -+#if (MP_DRIVER == 1) && (defined(CONFIG_RTL8723A)||defined(CONFIG_RTL8723B)) -+ // Pull up BT reset pin. -+ rtw_wifi_gpio_wlan_ctrl(WLAN_BT_PWDN_ON); -+#endif -+ rtw_mdelay_os(5); -+ -+ sdhci_bus_scan(); -+#ifdef CONFIG_RTL8723B -+ //YJ,test,130305 -+ rtw_mdelay_os(1000); -+#endif -+#ifdef ANDROID_2X -+ rtw_mdelay_os(200); -+#else // !ANDROID_2X -+ if (1) { -+ int i = 0; -+ -+ for (i = 0; i <= 50; i++) { -+ msleep(10); -+ if (sdhci_device_attached()) -+ break; -+ printk("%s delay times:%d\n", __func__, i); -+ } -+ } -+#endif // !ANDROID_2X -+ -+ return ret; -+} -+ -+void platform_wifi_power_off(void) -+{ -+ /* Pull down pwd pin, make wifi enter power down mode. */ -+ rtw_wifi_gpio_wlan_ctrl(WLAN_PWDN_OFF); -+ rtw_mdelay_os(5); -+ rtw_wifi_gpio_deinit(); -+ -+#ifdef CONFIG_RTL8188E -+ rtw_wifi_gpio_wlan_ctrl(WLAN_POWER_OFF); -+#endif // CONFIG_RTL8188E -+ -+#ifdef CONFIG_WOWLAN -+ if(mmc_host) -+ mmc_host->pm_flags &= ~MMC_PM_KEEP_POWER; -+#endif // CONFIG_WOWLAN -+} diff --git a/kernel/tools/perf/files/patches/mageia/3rd-viahss-0.92.patch b/kernel/tools/perf/files/patches/mageia/3rd-viahss-0.92.patch deleted file mode 100644 index bc9a567817..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-viahss-0.92.patch +++ /dev/null @@ -1,189 +0,0 @@ - 3rdparty/viahss/Kconfig | 14 +++++++ - 3rdparty/viahss/Makefile | 3 + - 3rdparty/viahss/README.html | 68 ++++++++++++++++++++++++++++++++++++ - 3rdparty/viahss/viahss.c | 83 ++++++++++++++++++++++++++++++++++++++++++++ - 4 files changed, 168 insertions(+) -diff -Nurp linux-2.6.37/3rdparty/viahss/Kconfig linux-2.6.37.3rdparty/3rdparty/viahss/Kconfig ---- linux-2.6.37/3rdparty/viahss/Kconfig 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/viahss/Kconfig 2003-12-01 01:53:51.000000000 +0200 -@@ -0,0 +1,14 @@ -+config VIAHSS -+ tristate "VIA High Speed Serial" -+ depends on SERIAL_CORE && m -+ ---help--- -+ VIA High Speed Serial is a little kernel module (1 KB) which enables -+ high speed serial port modes of VIA VT82C686A or VT82C686B -+ southbridge-equipped motherboards. With this module, you can use the -+ serial port at 230400 bit/s so that you can get the full 128000 bit/s -+ from ISDN-TA. The module has been tested with both 686A and 686B -+ chipsets. -+ -+ To compile this driver as a module, choose M here: the -+ module will be called viahss. -+ -diff -Nurp linux-2.6.37/3rdparty/viahss/Makefile linux-2.6.37.3rdparty/3rdparty/viahss/Makefile ---- linux-2.6.37/3rdparty/viahss/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/viahss/Makefile 2003-12-01 01:43:23.000000000 +0200 -@@ -0,0 +1,3 @@ -+ -+obj-$(CONFIG_VIAHSS) += viahss.o -+ -diff -Nurp linux-2.6.37/3rdparty/viahss/README.html linux-2.6.37.3rdparty/3rdparty/viahss/README.html ---- linux-2.6.37/3rdparty/viahss/README.html 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/viahss/README.html 2003-12-01 01:58:23.000000000 +0200 -@@ -0,0 +1,68 @@ -+ -+ -+ -+ -+ High speed serial port for VIA VT82C686 chipsets for linux -+ -+ -+

Setting the serial port speed over 115,200bps

-+
-+If you have motherboard which has VIA VT82C686A or VT82C686B chipset -+you can set serial ports in high speed mode with this kernel module. -+I use module with external ISDN-TA and haven't had any problems -+so far but I cannot guarantee that you won't have buffer overflows if -+you use full 230K or 460K speed all the time (FIFO's are still 16550A size). -+ISDN with two channels maxes out at 128 Kb which means that it doesn't -+really stress serial ports at 230400. Unlike SHSMOD-patches you don't have -+to patch serial driver and module takes only 1KB of memory when it's -+loaded which should leave enough room for other programs. It should -+be also possible to make this work from userspace but accessing -+pci devices is so much easier from kernel. -+ -+

How to use module

-+Get the
package -+and compile it using included makefiles. -+

For 2.4

-+If you have kernel in some other location than /usr/src/linux edit Makefile -+before compiling. You can also install module with "make install". After -+you have loaded module in kernel (use modprobe or insmod) you can set serial -+ports to use high speed modes with setserial.
-+

For 2.5/2.6

-+Copy Makefile-2.6 on top of Makefile and do make. After loading module set -+serial speed with setserial. (NOTE: This gives a warning on depracated -+method). -+ -+
-+# setserial /dev/ttyS0 spd_cust divisor 0x8002 -+

-+which sets COM1: speed to 230400. With 0x8001 you should get 460800 -+but I haven't tested it. If you want to use COM2: use ttyS1 instead of ttyS0. -+ -+After this you should set program which you are using to use 38400 bps -+speed which is now actually 230K or 460K. For more information check -+setserial man page (spd_cust). -+ -+You can use serial port work as normal if you do
-+
-+# setserial /dev/ttyS0 spd_normal

-+After this you can also remove viahss module with rmmod if you need to. Module doesn't intefere with normal serial port usage so you can leave -+it loaded if you don't need that extra 1KB which module uses. -+

Download

-+viahss-0.92.tar.gz -+ -+

Acknowledgments

-+ -+Thanks to Kimmo Rintala for help with divisor settings.
-+I also like to thank Jeff Garzik for help with VIA datasheets.
-+Port to 2.5/2.6 by Kingsly John with the help of LWN -+ -+

Version History

-+0.90 First release
-+0.91 Fixed Makefile
-+0.92 Fixed for 2.5/2.6
-+ -+

Contact

-+ -+You can reach me by email: jrauti@iki.fi -+ -+ -diff -Nurp linux-2.6.37/3rdparty/viahss/viahss.c linux-2.6.37.3rdparty/3rdparty/viahss/viahss.c ---- linux-2.6.37/3rdparty/viahss/viahss.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3rdparty/3rdparty/viahss/viahss.c 2003-07-17 09:49:59.000000000 +0300 -@@ -0,0 +1,83 @@ -+/* -+ * VIA VT 82c686[AB] high speed serial port enabler -+ * Version 0.92 -+ * Copyright (c) 2000-2001 Juhani Rautiainen -+ * -+ * 0.92: -+ * Ported to 2.5/2.6 by Kingsly John -+ * - Corrected locking (no more cli() and sti()) -+ * - New makefile -+ * -+ * Can be freely distributed and used under the terms of the GNU GPL. -+*/ -+ -+#include -+#include -+#include -+#include -+#include -+ -+const unsigned short confindex=0x3F0,confdata=0x3F1; -+const unsigned char spcidx=0xEE; -+ -+spinlock_t driver_lock = SPIN_LOCK_UNLOCKED; -+ -+static int __init viahss_init(void) -+{ -+ struct pci_dev *pcidev = NULL; -+ unsigned char confval,val; -+ pcidev = pci_find_device (PCI_VENDOR_ID_VIA,PCI_DEVICE_ID_VIA_82C686,NULL); -+ if (pcidev) { -+ spin_lock_irq(&driver_lock); -+ /* start config */ -+ pci_read_config_byte(pcidev,0x85,&confval); -+ confval |= 0x2; -+ pci_write_config_byte (pcidev, 0x85,confval); -+ /* activate high speed bits */ -+ outb(spcidx,confindex); /* set index */ -+ val = (unsigned char) inb(confdata); -+ val |= 0xC0; /* both ports on high speed*/ -+ outb (spcidx,confindex); -+ outb (val,confdata); -+ /*stop config*/ -+ confval &= ~0x2; -+ pci_write_config_byte(pcidev, 0x85, confval); -+ spin_unlock_irq(&driver_lock); -+ printk (KERN_INFO "VIA VT82C686[AB] serial port high speed enabled\n"); -+ } -+ else { -+ printk (KERN_INFO "Couldn't locate VIA chipset\n"); -+ return -ENODEV; -+ } -+ return 0; -+} -+ -+static void __exit viahss_exit(void) -+{ -+ struct pci_dev *pcidev = NULL; -+ unsigned char confval,val; -+ pcidev = pci_find_device (PCI_VENDOR_ID_VIA,PCI_DEVICE_ID_VIA_82C686,NULL); -+ if (pcidev) { -+ spin_lock_irq(&driver_lock); -+ /* start config */ -+ pci_read_config_byte(pcidev,0x85,&confval); -+ confval |= 0x2; -+ pci_write_config_byte (pcidev, 0x85,confval); -+ /* activate high speed bits */ -+ outb(spcidx,confindex); /* set index */ -+ val = (unsigned char) inb(confdata); -+ val &= ~0xC0; /* both ports off high speed*/ -+ outb (spcidx,confindex); -+ outb (val,confdata); -+ /*stop config*/ -+ confval &= ~0x2; -+ pci_write_config_byte(pcidev, 0x85, confval); -+ spin_unlock_irq(&driver_lock); -+ printk (KERN_INFO "VIA VT82C686[AB] serial port high speed disabled\n"); -+ } -+} -+ -+module_init(viahss_init); -+module_exit(viahss_exit); -+MODULE_DESCRIPTION("VIA VT82C686[AB] high speed serial port enabler"); -+MODULE_AUTHOR("Juhani Rautiainen "); diff --git a/kernel/tools/perf/files/patches/mageia/3rd-viahss-2.6.35-buildfix.patch b/kernel/tools/perf/files/patches/mageia/3rd-viahss-2.6.35-buildfix.patch deleted file mode 100644 index 5ae42e926d..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-viahss-2.6.35-buildfix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- linux-2.6.35-rc6-git-mnb0.1/3rdparty/viahss/viahss.c.orig 2010-07-30 21:17:30.000000000 +0300 -+++ linux-2.6.35-rc6-git-mnb0.1/3rdparty/viahss/viahss.c 2010-07-30 23:10:21.324978822 +0300 -@@ -25,7 +25,7 @@ static int __init viahss_init(void) - { - struct pci_dev *pcidev = NULL; - unsigned char confval,val; -- pcidev = pci_find_device (PCI_VENDOR_ID_VIA,PCI_DEVICE_ID_VIA_82C686,NULL); -+ pcidev = pci_get_device (PCI_VENDOR_ID_VIA,PCI_DEVICE_ID_VIA_82C686,NULL); - if (pcidev) { - spin_lock_irq(&driver_lock); - /* start config */ -@@ -55,7 +55,7 @@ static void __exit viahss_exit(void) - { - struct pci_dev *pcidev = NULL; - unsigned char confval,val; -- pcidev = pci_find_device (PCI_VENDOR_ID_VIA,PCI_DEVICE_ID_VIA_82C686,NULL); -+ pcidev = pci_get_device (PCI_VENDOR_ID_VIA,PCI_DEVICE_ID_VIA_82C686,NULL); - if (pcidev) { - spin_lock_irq(&driver_lock); - /* start config */ diff --git a/kernel/tools/perf/files/patches/mageia/3rd-viahss-3.0-buildfix.patch b/kernel/tools/perf/files/patches/mageia/3rd-viahss-3.0-buildfix.patch deleted file mode 100644 index 7db738810a..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-viahss-3.0-buildfix.patch +++ /dev/null @@ -1,19 +0,0 @@ - -fix build with 3.0 - -Signed-off-by: Thomas Backlund - - 3rdparty/viahss/viahss.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/3rdparty/viahss/viahss.c.orig 2011-07-15 02:37:27.000000000 +0300 -+++ a/3rdparty/viahss/viahss.c 2011-07-15 13:48:13.204291256 +0300 -@@ -19,7 +19,7 @@ - const unsigned short confindex=0x3F0,confdata=0x3F1; - const unsigned char spcidx=0xEE; - --spinlock_t driver_lock = SPIN_LOCK_UNLOCKED; -+DEFINE_SPINLOCK(driver_lock); - - static int __init viahss_init(void) - { diff --git a/kernel/tools/perf/files/patches/mageia/3rd-viahss-config.patch b/kernel/tools/perf/files/patches/mageia/3rd-viahss-config.patch deleted file mode 100644 index 0d1bdbd3a0..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-viahss-config.patch +++ /dev/null @@ -1,18 +0,0 @@ -linux/config.h is gone in 2.6.21 - ---- - 3rdparty/viahss/viahss.c | 1 0 + 1 - 0 ! - 1 files changed, 1 deletion(-) - -Index: linux-2.6.21/3rdparty/viahss/viahss.c -=================================================================== ---- linux-2.6.21.orig/3rdparty/viahss/viahss.c 2003-07-17 08:49:59.000000000 +0200 -+++ linux-2.6.21/3rdparty/viahss/viahss.c 2007-05-14 17:06:56.000000000 +0200 -@@ -12,7 +12,6 @@ - */ - - #include --#include - #include - #include - #include diff --git a/kernel/tools/perf/files/patches/mageia/3rd-viahss-module-license.patch b/kernel/tools/perf/files/patches/mageia/3rd-viahss-module-license.patch deleted file mode 100644 index 540538f2f8..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rd-viahss-module-license.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- linux-2.6.25/3rdparty/viahss/viahss.c.orig 2008-06-28 22:50:05.000000000 +0300 -+++ linux-2.6.25/3rdparty/viahss/viahss.c 2008-06-29 14:26:55.000000000 +0300 -@@ -80,3 +80,4 @@ module_init(viahss_init); - module_exit(viahss_exit); - MODULE_DESCRIPTION("VIA VT82C686[AB] high speed serial port enabler"); - MODULE_AUTHOR("Juhani Rautiainen "); -+MODULE_LICENSE("GPL"); diff --git a/kernel/tools/perf/files/patches/mageia/3rdparty.series b/kernel/tools/perf/files/patches/mageia/3rdparty.series deleted file mode 100644 index 17ace736e0..0000000000 --- a/kernel/tools/perf/files/patches/mageia/3rdparty.series +++ /dev/null @@ -1,3 +0,0 @@ -# Mageia SVN does not like binaries in /packages tree -# it can still be used for out ov svn builds - diff --git a/kernel/tools/perf/files/patches/mageia/ACPI-video-Add-a-quirk-to-force-acpi-video-backlight.patch b/kernel/tools/perf/files/patches/mageia/ACPI-video-Add-a-quirk-to-force-acpi-video-backlight.patch deleted file mode 100644 index ff64a1e103..0000000000 --- a/kernel/tools/perf/files/patches/mageia/ACPI-video-Add-a-quirk-to-force-acpi-video-backlight.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 61f9738d65094a6b18d22c7beb6bb8c3dc0606b9 Mon Sep 17 00:00:00 2001 -From: Hans de Goede -Date: Mon, 26 Oct 2015 15:20:46 +0100 -Subject: [PATCH] ACPI / video: Add a quirk to force acpi-video backlight on - Dell XPS L421X - -Just like the Dell XPS 15 (L521X) the Dell XPS 14 (L421X) needs to use -the acpi-video backlight interface rather then the native one for backlight -control to work, add a quirk for this. - -Link: https://bugzilla.redhat.com/show_bug.cgi?id=1272633 -Signed-off-by: Hans de Goede -Signed-off-by: Rafael J. Wysocki ---- - drivers/acpi/video_detect.c | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c -index 0d3a384..daaf1c4 100644 ---- a/drivers/acpi/video_detect.c -+++ b/drivers/acpi/video_detect.c -@@ -233,6 +233,15 @@ static const struct dmi_system_id video_detect_dmi_table[] = { - }, - }, - { -+ /* https://bugzilla.redhat.com/show_bug.cgi?id=1272633 */ -+ .callback = video_detect_force_video, -+ .ident = "Dell XPS14 L421X", -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), -+ DMI_MATCH(DMI_PRODUCT_NAME, "XPS L421X"), -+ }, -+ }, -+ { - /* https://bugzilla.redhat.com/show_bug.cgi?id=1163574 */ - .callback = video_detect_force_video, - .ident = "Dell XPS15 L521X", --- -2.3.10 - diff --git a/kernel/tools/perf/files/patches/mageia/Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch b/kernel/tools/perf/files/patches/mageia/Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch deleted file mode 100644 index c3fffdfa58..0000000000 --- a/kernel/tools/perf/files/patches/mageia/Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 88299efb05387c2c94120fdc9661aab2ec3a1ad8 Mon Sep 17 00:00:00 2001 -From: Thomas Backlund -Date: Fri, 3 Apr 2015 00:10:34 +0259 -Subject: [PATCH] Revert "cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI - processors" - -This reverts commit 7e7e8fe69820c6fa31395dbbd8e348e3c69cd2a9. ---- - drivers/cpufreq/pcc-cpufreq.c | 7 ------- - 1 file changed, 7 deletions(-) - -diff --git a/drivers/cpufreq/pcc-cpufreq.c b/drivers/cpufreq/pcc-cpufreq.c -index 2a0d589..4d2c8e8 100644 ---- a/drivers/cpufreq/pcc-cpufreq.c -+++ b/drivers/cpufreq/pcc-cpufreq.c -@@ -603,13 +603,6 @@ static void __exit pcc_cpufreq_exit(void) - free_percpu(pcc_cpu_info); - } - --static const struct acpi_device_id processor_device_ids[] = { -- {ACPI_PROCESSOR_OBJECT_HID, }, -- {ACPI_PROCESSOR_DEVICE_HID, }, -- {}, --}; --MODULE_DEVICE_TABLE(acpi, processor_device_ids); -- - MODULE_AUTHOR("Matthew Garrett, Naga Chumbalkar"); - MODULE_VERSION(PCC_VERSION); - MODULE_DESCRIPTION("Processor Clocking Control interface driver"); --- -2.3.1 - diff --git a/kernel/tools/perf/files/patches/mageia/Revert-ipmi-Start-the-timer-and-thread-on-internal-m.patch b/kernel/tools/perf/files/patches/mageia/Revert-ipmi-Start-the-timer-and-thread-on-internal-m.patch deleted file mode 100644 index 965e5c74b8..0000000000 --- a/kernel/tools/perf/files/patches/mageia/Revert-ipmi-Start-the-timer-and-thread-on-internal-m.patch +++ /dev/null @@ -1,197 +0,0 @@ -From 43034bc4606f1f21186ca6fe27bc0448159d5e00 Mon Sep 17 00:00:00 2001 -From: Thomas Backlund -Date: Thu, 10 Mar 2016 15:44:13 +0200 -Subject: [PATCH] Revert "ipmi: Start the timer and thread on internal msgs" - -This reverts commit 0cfec916e86d881e209de4b4ae9959a6271e6660. - -It's reported on ipmi list that Dell R720xd servers will always panic -on dell ipmi services load - -Reverting this fixes the issue. - -Signed-off-by: Thomas Backlund - ---- - drivers/char/ipmi/ipmi_si_intf.c | 73 ++++++++++++++++------------------------ - 1 file changed, 29 insertions(+), 44 deletions(-) - -diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c -index 4cc72fa..f667be8 100644 ---- a/drivers/char/ipmi/ipmi_si_intf.c -+++ b/drivers/char/ipmi/ipmi_si_intf.c -@@ -412,42 +412,18 @@ static enum si_sm_result start_next_msg(struct smi_info *smi_info) - return rv; - } - --static void smi_mod_timer(struct smi_info *smi_info, unsigned long new_val) --{ -- smi_info->last_timeout_jiffies = jiffies; -- mod_timer(&smi_info->si_timer, new_val); -- smi_info->timer_running = true; --} -- --/* -- * Start a new message and (re)start the timer and thread. -- */ --static void start_new_msg(struct smi_info *smi_info, unsigned char *msg, -- unsigned int size) --{ -- smi_mod_timer(smi_info, jiffies + SI_TIMEOUT_JIFFIES); -- -- if (smi_info->thread) -- wake_up_process(smi_info->thread); -- -- smi_info->handlers->start_transaction(smi_info->si_sm, msg, size); --} -- --static void start_check_enables(struct smi_info *smi_info, bool start_timer) -+static void start_check_enables(struct smi_info *smi_info) - { - unsigned char msg[2]; - - msg[0] = (IPMI_NETFN_APP_REQUEST << 2); - msg[1] = IPMI_GET_BMC_GLOBAL_ENABLES_CMD; - -- if (start_timer) -- start_new_msg(smi_info, msg, 2); -- else -- smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2); -+ smi_info->handlers->start_transaction(smi_info->si_sm, msg, 2); - smi_info->si_state = SI_CHECKING_ENABLES; - } - --static void start_clear_flags(struct smi_info *smi_info, bool start_timer) -+static void start_clear_flags(struct smi_info *smi_info) - { - unsigned char msg[3]; - -@@ -456,10 +432,7 @@ static void start_clear_flags(struct smi_info *smi_info, bool start_timer) - msg[1] = IPMI_CLEAR_MSG_FLAGS_CMD; - msg[2] = WDT_PRE_TIMEOUT_INT; - -- if (start_timer) -- start_new_msg(smi_info, msg, 3); -- else -- smi_info->handlers->start_transaction(smi_info->si_sm, msg, 3); -+ smi_info->handlers->start_transaction(smi_info->si_sm, msg, 3); - smi_info->si_state = SI_CLEARING_FLAGS; - } - -@@ -469,8 +442,10 @@ static void start_getting_msg_queue(struct smi_info *smi_info) - smi_info->curr_msg->data[1] = IPMI_GET_MSG_CMD; - smi_info->curr_msg->data_size = 2; - -- start_new_msg(smi_info, smi_info->curr_msg->data, -- smi_info->curr_msg->data_size); -+ smi_info->handlers->start_transaction( -+ smi_info->si_sm, -+ smi_info->curr_msg->data, -+ smi_info->curr_msg->data_size); - smi_info->si_state = SI_GETTING_MESSAGES; - } - -@@ -480,11 +455,20 @@ static void start_getting_events(struct smi_info *smi_info) - smi_info->curr_msg->data[1] = IPMI_READ_EVENT_MSG_BUFFER_CMD; - smi_info->curr_msg->data_size = 2; - -- start_new_msg(smi_info, smi_info->curr_msg->data, -- smi_info->curr_msg->data_size); -+ smi_info->handlers->start_transaction( -+ smi_info->si_sm, -+ smi_info->curr_msg->data, -+ smi_info->curr_msg->data_size); - smi_info->si_state = SI_GETTING_EVENTS; - } - -+static void smi_mod_timer(struct smi_info *smi_info, unsigned long new_val) -+{ -+ smi_info->last_timeout_jiffies = jiffies; -+ mod_timer(&smi_info->si_timer, new_val); -+ smi_info->timer_running = true; -+} -+ - /* - * When we have a situtaion where we run out of memory and cannot - * allocate messages, we just leave them in the BMC and run the system -@@ -494,11 +478,11 @@ static void start_getting_events(struct smi_info *smi_info) - * Note that we cannot just use disable_irq(), since the interrupt may - * be shared. - */ --static inline bool disable_si_irq(struct smi_info *smi_info, bool start_timer) -+static inline bool disable_si_irq(struct smi_info *smi_info) - { - if ((smi_info->irq) && (!smi_info->interrupt_disabled)) { - smi_info->interrupt_disabled = true; -- start_check_enables(smi_info, start_timer); -+ start_check_enables(smi_info); - return true; - } - return false; -@@ -508,7 +492,7 @@ static inline bool enable_si_irq(struct smi_info *smi_info) - { - if ((smi_info->irq) && (smi_info->interrupt_disabled)) { - smi_info->interrupt_disabled = false; -- start_check_enables(smi_info, true); -+ start_check_enables(smi_info); - return true; - } - return false; -@@ -526,7 +510,7 @@ static struct ipmi_smi_msg *alloc_msg_handle_irq(struct smi_info *smi_info) - - msg = ipmi_alloc_smi_msg(); - if (!msg) { -- if (!disable_si_irq(smi_info, true)) -+ if (!disable_si_irq(smi_info)) - smi_info->si_state = SI_NORMAL; - } else if (enable_si_irq(smi_info)) { - ipmi_free_smi_msg(msg); -@@ -542,7 +526,7 @@ static void handle_flags(struct smi_info *smi_info) - /* Watchdog pre-timeout */ - smi_inc_stat(smi_info, watchdog_pretimeouts); - -- start_clear_flags(smi_info, true); -+ start_clear_flags(smi_info); - smi_info->msg_flags &= ~WDT_PRE_TIMEOUT_INT; - if (smi_info->intf) - ipmi_smi_watchdog_pretimeout(smi_info->intf); -@@ -895,7 +879,8 @@ static enum si_sm_result smi_event_handler(struct smi_info *smi_info, - msg[0] = (IPMI_NETFN_APP_REQUEST << 2); - msg[1] = IPMI_GET_MSG_FLAGS_CMD; - -- start_new_msg(smi_info, msg, 2); -+ smi_info->handlers->start_transaction( -+ smi_info->si_sm, msg, 2); - smi_info->si_state = SI_GETTING_FLAGS; - goto restart; - } -@@ -925,7 +910,7 @@ static enum si_sm_result smi_event_handler(struct smi_info *smi_info, - * disable and messages disabled. - */ - if (smi_info->supports_event_msg_buff || smi_info->irq) { -- start_check_enables(smi_info, true); -+ start_check_enables(smi_info); - } else { - smi_info->curr_msg = alloc_msg_handle_irq(smi_info); - if (!smi_info->curr_msg) -@@ -3635,7 +3620,7 @@ static int try_smi_init(struct smi_info *new_smi) - * Start clearing the flags before we enable interrupts or the - * timer to avoid racing with the timer. - */ -- start_clear_flags(new_smi, false); -+ start_clear_flags(new_smi); - - /* - * IRQ is defined to be set when non-zero. req_events will -@@ -3930,7 +3915,7 @@ static void cleanup_one_si(struct smi_info *to_clean) - poll(to_clean); - schedule_timeout_uninterruptible(1); - } -- disable_si_irq(to_clean, false); -+ disable_si_irq(to_clean); - while (to_clean->curr_msg || (to_clean->si_state != SI_NORMAL)) { - poll(to_clean); - schedule_timeout_uninterruptible(1); --- -2.7.2 - diff --git a/kernel/tools/perf/files/patches/mageia/acpi-ACPICA-Events-Fix-acpi_ev_initialize_region-return-v.patch b/kernel/tools/perf/files/patches/mageia/acpi-ACPICA-Events-Fix-acpi_ev_initialize_region-return-v.patch deleted file mode 100644 index 939960bf12..0000000000 --- a/kernel/tools/perf/files/patches/mageia/acpi-ACPICA-Events-Fix-acpi_ev_initialize_region-return-v.patch +++ /dev/null @@ -1,192 +0,0 @@ -From 760235cd6ca8ae0d7509055d75a0f1d8b3c60668 Mon Sep 17 00:00:00 2001 -From: Lv Zheng -Date: Wed, 30 Nov 2016 15:21:12 +0800 -Subject: [PATCH] ACPICA: Events: Fix acpi_ev_initialize_region() return value - -ACPICA commit 543342ab7a676f4eb0c9f100d349388a84dff0e8 - -This patch changes acpi_ev_initialize_region(), stop returning AE_NOT_EXIST -from it so that, not only in acpi_ds_load2_end_op(), but all places invoking -this function won't emit exceptions. The exception can be seen in -acpi_ds_initialize_objects() when certain table loading mode is chosen. - -This patch also removes useless acpi_ns_locked from acpi_ev_initialize_region() -as this function will always be invoked with interpreter lock held now, and -the lock granularity has been tuned to lock around _REG execution, thus it -is now handled by acpi_ex_exit_interpreter(). Lv Zheng. - -Link: https://github.com/acpica/acpica/commit/543342ab -Signed-off-by: Lv Zheng -Signed-off-by: Bob Moore -Signed-off-by: Rafael J. Wysocki ---- - drivers/acpi/acpica/acevents.h | 4 +-- - drivers/acpi/acpica/dsopcode.c | 2 +- - drivers/acpi/acpica/dswload2.c | 13 +--------- - drivers/acpi/acpica/evrgnini.c | 59 +++++++++++++++++------------------------- - 4 files changed, 27 insertions(+), 51 deletions(-) - -diff --git a/drivers/acpi/acpica/acevents.h b/drivers/acpi/acpica/acevents.h -index 92fa47c..8a0049d 100644 ---- a/drivers/acpi/acpica/acevents.h -+++ b/drivers/acpi/acpica/acevents.h -@@ -243,9 +243,7 @@ acpi_ev_default_region_setup(acpi_handle handle, - u32 function, - void *handler_context, void **region_context); - --acpi_status --acpi_ev_initialize_region(union acpi_operand_object *region_obj, -- u8 acpi_ns_locked); -+acpi_status acpi_ev_initialize_region(union acpi_operand_object *region_obj); - - /* - * evsci - SCI (System Control Interrupt) handling/dispatch -diff --git a/drivers/acpi/acpica/dsopcode.c b/drivers/acpi/acpica/dsopcode.c -index 4cc9d98..77fd7c8 100644 ---- a/drivers/acpi/acpica/dsopcode.c -+++ b/drivers/acpi/acpica/dsopcode.c -@@ -84,7 +84,7 @@ acpi_status acpi_ds_initialize_region(acpi_handle obj_handle) - - /* Namespace is NOT locked */ - -- status = acpi_ev_initialize_region(obj_desc, FALSE); -+ status = acpi_ev_initialize_region(obj_desc); - return (status); - } - -diff --git a/drivers/acpi/acpica/dswload2.c b/drivers/acpi/acpica/dswload2.c -index e362182..651f35a 100644 ---- a/drivers/acpi/acpica/dswload2.c -+++ b/drivers/acpi/acpica/dswload2.c -@@ -609,18 +609,7 @@ acpi_status acpi_ds_load2_end_op(struct acpi_walk_state *walk_state) - - status = - acpi_ev_initialize_region -- (acpi_ns_get_attached_object(node), FALSE); -- -- if (ACPI_FAILURE(status)) { -- /* -- * If AE_NOT_EXIST is returned, it is not fatal -- * because many regions get created before a handler -- * is installed for said region. -- */ -- if (AE_NOT_EXIST == status) { -- status = AE_OK; -- } -- } -+ (acpi_ns_get_attached_object(node)); - break; - - case AML_NAME_OP: -diff --git a/drivers/acpi/acpica/evrgnini.c b/drivers/acpi/acpica/evrgnini.c -index 75ddd16..a909225 100644 ---- a/drivers/acpi/acpica/evrgnini.c -+++ b/drivers/acpi/acpica/evrgnini.c -@@ -479,7 +479,6 @@ acpi_ev_default_region_setup(acpi_handle handle, - * FUNCTION: acpi_ev_initialize_region - * - * PARAMETERS: region_obj - Region we are initializing -- * acpi_ns_locked - Is namespace locked? - * - * RETURN: Status - * -@@ -497,19 +496,28 @@ acpi_ev_default_region_setup(acpi_handle handle, - * MUTEX: Interpreter should be unlocked, because we may run the _REG - * method for this region. - * -+ * NOTE: Possible incompliance: -+ * There is a behavior conflict in automatic _REG execution: -+ * 1. When the interpreter is evaluating a method, we can only -+ * automatically run _REG for the following case: -+ * operation_region (OPR1, 0x80, 0x1000010, 0x4) -+ * 2. When the interpreter is loading a table, we can also -+ * automatically run _REG for the following case: -+ * operation_region (OPR1, 0x80, 0x1000010, 0x4) -+ * Though this may not be compliant to the de-facto standard, the -+ * logic is kept in order not to trigger regressions. And keeping -+ * this logic should be taken care by the caller of this function. -+ * - ******************************************************************************/ - --acpi_status --acpi_ev_initialize_region(union acpi_operand_object *region_obj, -- u8 acpi_ns_locked) -+acpi_status acpi_ev_initialize_region(union acpi_operand_object *region_obj) - { - union acpi_operand_object *handler_obj; - union acpi_operand_object *obj_desc; - acpi_adr_space_type space_id; - struct acpi_namespace_node *node; -- acpi_status status; - -- ACPI_FUNCTION_TRACE_U32(ev_initialize_region, acpi_ns_locked); -+ ACPI_FUNCTION_TRACE(ev_initialize_region); - - if (!region_obj) { - return_ACPI_STATUS(AE_BAD_PARAMETER); -@@ -580,39 +588,17 @@ acpi_ev_initialize_region(union acpi_operand_object *region_obj, - handler_obj, region_obj, - obj_desc)); - -- status = -- acpi_ev_attach_region(handler_obj, -- region_obj, -- acpi_ns_locked); -+ (void)acpi_ev_attach_region(handler_obj, -+ region_obj, FALSE); - - /* - * Tell all users that this region is usable by - * running the _REG method - */ -- if (acpi_ns_locked) { -- status = -- acpi_ut_release_mutex -- (ACPI_MTX_NAMESPACE); -- if (ACPI_FAILURE(status)) { -- return_ACPI_STATUS(status); -- } -- } -- - acpi_ex_exit_interpreter(); -- status = -- acpi_ev_execute_reg_method(region_obj, -- ACPI_REG_CONNECT); -+ (void)acpi_ev_execute_reg_method(region_obj, -+ ACPI_REG_CONNECT); - acpi_ex_enter_interpreter(); -- -- if (acpi_ns_locked) { -- status = -- acpi_ut_acquire_mutex -- (ACPI_MTX_NAMESPACE); -- if (ACPI_FAILURE(status)) { -- return_ACPI_STATUS(status); -- } -- } -- - return_ACPI_STATUS(AE_OK); - } - } -@@ -622,12 +608,15 @@ acpi_ev_initialize_region(union acpi_operand_object *region_obj, - node = node->parent; - } - -- /* If we get here, there is no handler for this region */ -- -+ /* -+ * If we get here, there is no handler for this region. This is not -+ * fatal because many regions get created before a handler is installed -+ * for said region. -+ */ - ACPI_DEBUG_PRINT((ACPI_DB_OPREGION, - "No handler for RegionType %s(%X) (RegionObj %p)\n", - acpi_ut_get_region_name(space_id), space_id, - region_obj)); - -- return_ACPI_STATUS(AE_NOT_EXIST); -+ return_ACPI_STATUS(AE_OK); - } --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/acpi-CLEVO-M360S-disable_acpi_irq.patch b/kernel/tools/perf/files/patches/mageia/acpi-CLEVO-M360S-disable_acpi_irq.patch deleted file mode 100644 index 1ac3254c52..0000000000 --- a/kernel/tools/perf/files/patches/mageia/acpi-CLEVO-M360S-disable_acpi_irq.patch +++ /dev/null @@ -1,28 +0,0 @@ -Subject: CLEVO M360S acpi irq workaround - -Some Hardware vendor use CLEVO M360S Laptop OEM. -This acpi IRQ routing is not correct. we use normal IRQ routing for default. - -Signed-off-by: Go Taniguchi - ---- - arch/x86/kernel/acpi/boot.c | 8 ++++++++ - 1 file changed, 8 insertions(+) - ---- a/arch/x86/kernel/acpi/boot.c -+++ b/arch/x86/kernel/acpi/boot.c -@@ -1615,6 +1615,14 @@ static struct dmi_system_id __initdata a - }, - }, - { -+ .callback = disable_acpi_irq, -+ .ident = "CLEVO M360S", -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "CLEVO Co."), -+ DMI_MATCH(DMI_PRODUCT_NAME, "M360S"), -+ }, -+ }, -+ { - /* - * Latest BIOS for IBM 600E (1.16) has bad pcinum - * for LPC bridge, which is needed for the PCI diff --git a/kernel/tools/perf/files/patches/mageia/acpi-do-not-warn-if-_BQC-does-not-exist.patch b/kernel/tools/perf/files/patches/mageia/acpi-do-not-warn-if-_BQC-does-not-exist.patch deleted file mode 100644 index 4078a1ec89..0000000000 --- a/kernel/tools/perf/files/patches/mageia/acpi-do-not-warn-if-_BQC-does-not-exist.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 7020bcb82838006e23d058ff07b063b393ed3f10 Mon Sep 17 00:00:00 2001 -From: Zhang Rui -Date: Tue, 29 Nov 2016 23:19:46 +0100 -Subject: [PATCH] ACPI: do not warn if _BQC does not exist - -Starting from ACPI spec 3.0, it's only clarified that _BCM control -method is required if _BCL is implemented. There is no word -saying _BQC is required. - -And in ACPI spec 6.1 B.5.4, for _BQC, it is explicitly stated that -"This optional method returns the current brightness level of a -built-in display output device. If present, it must be set by -the platform for initial brightness." - -Thus remove the obsolete warning message. - -Signed-off-by: Zhang Rui -Signed-off-by: Rafael J. Wysocki ---- - drivers/acpi/scan.c | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c -index 3d1856f..07aa2e6 100644 ---- a/drivers/acpi/scan.c -+++ b/drivers/acpi/scan.c -@@ -1119,9 +1119,6 @@ acpi_backlight_cap_match(acpi_handle handle, u32 level, void *context, - ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found generic backlight " - "support\n")); - *cap |= ACPI_VIDEO_BACKLIGHT; -- if (!acpi_has_method(handle, "_BQC")) -- printk(KERN_WARNING FW_BUG PREFIX "No _BQC method, " -- "cannot determine initial brightness\n"); - /* We have backlight support, no need to scan further */ - return AE_CTRL_TERMINATE; - } --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/acpi-processor-M720SR-limit-to-C2.patch b/kernel/tools/perf/files/patches/mageia/acpi-processor-M720SR-limit-to-C2.patch deleted file mode 100644 index a36086281c..0000000000 --- a/kernel/tools/perf/files/patches/mageia/acpi-processor-M720SR-limit-to-C2.patch +++ /dev/null @@ -1,21 +0,0 @@ -Limit Clevo M720SR to C2, going to C3 makes the machine freeze. This -needs more investigation, sis chipset/bios problem may be? - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - drivers/acpi/processor_idle.c | 3 +++ - 1 file changed, 3 insertions(+) - ---- linux-2.6.33-rc8-git4-t2/drivers/acpi/processor_idle.c.orig 2010-02-20 12:45:35.000000000 +0200 -+++ linux-2.6.33-rc8-git4-t2/drivers/acpi/processor_idle.c 2010-02-20 12:53:39.679099592 +0200 -@@ -110,6 +110,9 @@ static struct dmi_system_id __cpuinitdat - DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"), - DMI_MATCH(DMI_BIOS_VERSION,"SHE845M0.86C.0013.D.0302131307")}, - (void *)2}, -+ { set_max_cstate, "Clevo M720SR", { -+ DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"), -+ DMI_MATCH(DMI_PRODUCT_NAME,"M720SR")}, (void *)2}, - { set_max_cstate, "Pavilion zv5000", { - DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), - DMI_MATCH(DMI_PRODUCT_NAME,"Pavilion zv5000 (DS502A#ABA)")}, diff --git a/kernel/tools/perf/files/patches/mageia/ata-prefer-ata-drivers-over-ide-drivers-when-both-are-built.patch b/kernel/tools/perf/files/patches/mageia/ata-prefer-ata-drivers-over-ide-drivers-when-both-are-built.patch deleted file mode 100644 index 8ba0f02965..0000000000 --- a/kernel/tools/perf/files/patches/mageia/ata-prefer-ata-drivers-over-ide-drivers-when-both-are-built.patch +++ /dev/null @@ -1,34 +0,0 @@ ->From 9f04e51293b130474504216a477bb2a73cbf59e1 Mon Sep 17 00:00:00 2001 -From: Anssi Hannula -Date: Thu, 22 Mar 2012 22:29:11 +0200 -Subject: [PATCH] ata: prefer ata drivers over ide drivers when both are built - -Currently the old IDE drivers are preferred over ATA drivers when both -are built, since ide/ is listed first in drivers/Makefile and therefore -the IDE drivers end up before ATA drivers in modules.order which is used -by depmod/modprobe for module ordering. - -Change it so that ATA drivers are preferred over IDE driver by moving -the ide/ entry under ata/ in drivers/Makefile. - -Signed-off-by: Anssi Hannula ---- - drivers/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/Makefile b/drivers/Makefile -index 932e8bf..e8df3d0 100644 ---- a/drivers/Makefile -+++ b/drivers/Makefile -@@ -69,10 +69,10 @@ obj-$(CONFIG_LIBNVDIMM) += nvdimm/ - obj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf/ - obj-$(CONFIG_NUBUS) += nubus/ - obj-y += macintosh/ --obj-$(CONFIG_IDE) += ide/ - obj-$(CONFIG_SCSI) += scsi/ - obj-y += nvme/ - obj-$(CONFIG_ATA) += ata/ -+obj-$(CONFIG_IDE) += ide/ - obj-$(CONFIG_TARGET_CORE) += target/ - obj-$(CONFIG_MTD) += mtd/ - obj-$(CONFIG_SPI) += spi/ diff --git a/kernel/tools/perf/files/patches/mageia/base-cacheinfo-silence-DT-warnings.patch b/kernel/tools/perf/files/patches/mageia/base-cacheinfo-silence-DT-warnings.patch deleted file mode 100644 index 241453ab9e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/base-cacheinfo-silence-DT-warnings.patch +++ /dev/null @@ -1,49 +0,0 @@ - -Devicetree is enabled on 32bit kernels for OLPC support, -but this causes error messages: - -'Failed to find cpu0 device node' that breaks bootsplash. - -https://bugs.mageia.org/show_bug.cgi?id=16655#c39 -https://bugs.mageia.org/show_bug.cgi?id=17010 - -So hide them behind debug for cleaner boot. - -Signed-off-by: Thomas Backlund - - ---- linux/drivers/base/cacheinfo.c.orig -+++ linux/drivers/base/cacheinfo.c -@@ -53,12 +53,12 @@ - return 0; - - if (!cpu_dev) { -- pr_err("No cpu device for CPU %d\n", cpu); -+ pr_debug("No cpu device for CPU %d\n", cpu); - return -ENODEV; - } - np = cpu_dev->of_node; - if (!np) { -- pr_err("Failed to find cpu%d device node\n", cpu); -+ pr_debug("Failed to find cpu%d device node\n", cpu); - return -ENOENT; - } - -@@ -203,7 +203,7 @@ - */ - ret = cache_shared_cpu_map_setup(cpu); - if (ret) { -- pr_warn("Unable to detect cache hierarchy from DT for CPU %d\n", -+ pr_debug("Unable to detect cache hierarchy from DT for CPU %d\n", - cpu); - goto free_ci; - } -@@ -540,7 +540,7 @@ - rc = cache_add_dev(cpu); - if (rc) { - free_cache_attributes(cpu); -- pr_err("error populating cacheinfo..cpu%d\n", cpu); -+ pr_debug("error populating cacheinfo..cpu%d\n", cpu); - goto out; - } - } diff --git a/kernel/tools/perf/files/patches/mageia/block-Make-CFQ-default-to-IOPS-mode-on-SSDs.patch b/kernel/tools/perf/files/patches/mageia/block-Make-CFQ-default-to-IOPS-mode-on-SSDs.patch deleted file mode 100644 index b26bf71443..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-Make-CFQ-default-to-IOPS-mode-on-SSDs.patch +++ /dev/null @@ -1,58 +0,0 @@ -From 41c0126b3f22ef36b97b3c38b8f29569848a5ce2 Mon Sep 17 00:00:00 2001 -From: Tahsin Erdogan -Date: Tue, 19 May 2015 13:55:21 -0700 -Subject: block: Make CFQ default to IOPS mode on SSDs - -CFQ idling causes reduced IOPS throughput on non-rotational disks. -Since disk head seeking is not applicable to SSDs, it doesn't really -help performance by anticipating future near-by IO requests. - -By turning off idling (and switching to IOPS mode), we allow other -processes to dispatch IO requests down to the driver and so increase IO -throughput. - -Following FIO benchmark results were taken on a cloud SSD offering with -idling on and off: - -Idling iops avg-lat(ms) stddev bw ------------------------------------------------------- - On 7054 90.107 38.697 28217KB/s - Off 29255 21.836 11.730 117022KB/s - -fio --name=temp --size=100G --time_based --ioengine=libaio \ - --randrepeat=0 --direct=1 --invalidate=1 --verify=0 \ - --verify_fatal=0 --rw=randread --blocksize=4k --group_reporting=1 \ - --filename=/dev/sdb --runtime=10 --iodepth=64 --numjobs=10 - -And the following is from a local SSD run: - -Idling iops avg-lat(ms) stddev bw ------------------------------------------------------- - On 19320 33.043 14.068 77281KB/s - Off 21626 29.465 12.662 86507KB/s - -fio --name=temp --size=5G --time_based --ioengine=libaio \ - --randrepeat=0 --direct=1 --invalidate=1 --verify=0 \ - --verify_fatal=0 --rw=randread --blocksize=4k --group_reporting=1 \ - --filename=/fio_data --runtime=10 --iodepth=64 --numjobs=10 - -Reviewed-by: Nauman Rafique -Signed-off-by: Tahsin Erdogan -Signed-off-by: Jens Axboe - -diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c -index 5da8e6e..402be01 100644 ---- a/block/cfq-iosched.c -+++ b/block/cfq-iosched.c -@@ -4460,7 +4460,7 @@ static int cfq_init_queue(struct request_queue *q, struct elevator_type *e) - cfqd->cfq_slice[1] = cfq_slice_sync; - cfqd->cfq_target_latency = cfq_target_latency; - cfqd->cfq_slice_async_rq = cfq_slice_async_rq; -- cfqd->cfq_slice_idle = cfq_slice_idle; -+ cfqd->cfq_slice_idle = blk_queue_nonrot(q) ? 0 : cfq_slice_idle; - cfqd->cfq_group_idle = cfq_group_idle; - cfqd->cfq_latency = 1; - cfqd->hw_tag = -1; --- -cgit v0.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/block-Turn-into-BFQ-v8r7-for-4.9.0.patch b/kernel/tools/perf/files/patches/mageia/block-Turn-into-BFQ-v8r7-for-4.9.0.patch deleted file mode 100644 index 5a5307fa64..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-Turn-into-BFQ-v8r7-for-4.9.0.patch +++ /dev/null @@ -1,9128 +0,0 @@ -From 0432a5c7bfc4a11531c1e58f574c733a2552f149 Mon Sep 17 00:00:00 2001 -From: Paolo Valente -Date: Tue, 17 May 2016 08:28:04 +0200 -Subject: [PATCH 4/4] Turn into BFQ-v8r7 for 4.9.0 - -CHANGELOG from v8r4 to v8r7 - -BFQ v8r7 - -BUGFIX: make BFQ compile also without hierarchical support - -BFQ v8r6 - -BUGFIX Removed the check that, when the new queue to set in service -must be selected, the cached next_in_service entities coincide with -the entities chosen by __bfq_lookup_next_entity. This check, -issuing a warning on failure, was wrong, because the cached and the -newly chosen entity could differ in case of a CLASS_IDLE timeout. - -EFFICIENCY IMPROVEMENT (this improvement is related to the above -BUGFIX) The cached next_in_service entities are now really used to -select the next queue to serve when the in-service queue -expires. Before this change, the cached values were used only for -extra (and in general wrong) consistency checks. This caused -additional overhead instead of reducing it. - -EFFICIENCY IMPROVEMENT The next entity to serve, for each level of the -hierarchy, is now updated on every event that may change it, i.e., on -every activation or deactivation of any entity. This finer granularity -is not strictly needed for corectness, because it is only on queue -expirations that BFQ needs to know what are the next entities to -serve. Yet this change makes it possible to implement optimizations in -which it is necessary to know the next queue to serve before the -in-service queue expires. - -SERVICE-ACCURACY IMPROVEMENT The per-device CLASS_IDLE service timeout -has been turned into a much more accurate per-group timeout. - -CODE-QUALITY IMPROVEMENT The non-trivial parts touched by the above -improvements have been partially rewritten, and enriched of comments, -so as to improve their transparency and understandability. - -IMPROVEMENT Ported and improved CFQ commit 41647e7a -Before this improvememtn, BFQ used the same logic for detecting -seeky queues for rotational disks and SSDs. This logic is appropriate -for the former, as it takes into account only inter-request distance, -and the latter is the dominant latency factor on a rotational device. -Yet things change with flash-based devices, where serving a large -request still yields a high throughput, even the request is far -from the previous request served. This commits extends seeky -detection to take into accoutn also this fact with flash-based -devices. In particular, this commit is an improved port of the -original commit 41647e7a for CFQ. - -CODE IMPROVEMENT Remove useless parameter from bfq_del_bfqq_busy - -OPTIMIZATION Optimize the update of next_in_service entity. -If the update of the next_in_service candidate entity is triggered by -the activation of an entity, then it is not necessary to perform full -lookups in the active trees to update next_in_service. In fact, it is -enough to check whether the just-activated entity has a higher -priority than next_in_service, or, even if it has the same priority as -next_in_service, is eligible and has a lower virtual finish time than -next_in_service. If this compound condition holds, then the new entity -can be set as the new next_in_service. Otherwise no change is needed. -This commit implements this optimization. - -BUGFIX Fix bug causing occasional loss of weight raising. -When a bfq_queue, say bfqq, is split after a merging with another -bfq_queue, BFQ checks whether it has to restore for bfqq the -weight-raising state that bfqq had before being merged. In -particular, the weight-raising is restored only if, according to the -weight-raising duration decided for bfqq when it started to be -weight-raised (before being merged), bfqq would not have already -finished its weight-raising period. -Yet, by mistake, such a duration was not saved when bfqq is merged. So, -if bfqq was freed and reallocated when it was split, then this duration -was wrongly set to zero on the split. As a consequence, the -weight-raising state of bfqq was wrongly not restored, which caused BFQ -to fail in guaranteeing a low latency to bfqq. -This commit fixes this bug by saving weight-raising duration when bfqq -is merged, and correctly restoring it when bfqq is split. - -BUGFIX Fix wrong reset of in-service entities -In-service entities were reset with an indirect logic, which -happened to be even buggy for some cases. This commit fixes -this bug in two important steps. First, by replacing this -indirect logic with a direct logic, in which all involved -entities are immediately reset, with a bubble-up loop, when -the in-service queue is reset. Second, by restructuring the -code related to this change, so as to become not only correct -with respect to this change, but also cleaner and hopefully -clearer. - -CODE IMPROVEMENT Add code to be able to redirect trace log to -console. - -BUGFIX Fixed bug in optimized update of next_in_service entity. -There was a case where bfq_update_next_in_service did not update -next_in_service, even if it might need to be changed: in case of -requeueing or repositioning of the entity that happened to be -pointed exactly by next_in_service. This could result in violation -of service guarantees, because, after a change of timestamps for -such an entity, it might be the case that next_in_service had to -point to a different entity. This commit fixes this bug. - -OPTIMIZATION Stop bubble-up of next_in_service update if possible. - -BUGFIX Fixed a false-positive warning for uninitialized var - -BFQ-v8r5 - -DOCUMENTATION IMPROVEMENT Added documentation of BFQ -benefits, inner workings, interface and tunables. - -BUGFIX: Replaced max wrongly used for modulo numbers. - -DOCUMENTATION IMPROVEMENT Improved help message in -Kconfig.iosched. - -BUGFIX: Removed wrong conversion in use of bfq_fifo_expire. - -CODE IMPROVEMENT Added parentheses to complex macros. - -Signed-off-by: Paolo Valente ---- - Documentation/block/00-INDEX | 2 + - Documentation/block/bfq-iosched.txt | 530 ++++++ - block/Kconfig.iosched | 18 +- - block/bfq-cgroup.c | 501 +++--- - block/bfq-iosched.c | 3278 ++++++++++++++++++++++------------- - block/bfq-sched.c | 1288 +++++++++++--- - block/bfq.h | 800 +++++---- - 7 files changed, 4320 insertions(+), 2097 deletions(-) - create mode 100644 Documentation/block/bfq-iosched.txt - -diff --git a/Documentation/block/00-INDEX b/Documentation/block/00-INDEX -index e55103a..8d55b4b 100644 ---- a/Documentation/block/00-INDEX -+++ b/Documentation/block/00-INDEX -@@ -1,5 +1,7 @@ - 00-INDEX - - This file -+bfq-iosched.txt -+ - BFQ IO scheduler and its tunables - biodoc.txt - - Notes on the Generic Block Layer Rewrite in Linux 2.5 - biovecs.txt -diff --git a/Documentation/block/bfq-iosched.txt b/Documentation/block/bfq-iosched.txt -new file mode 100644 -index 0000000..13b5248 ---- /dev/null -+++ b/Documentation/block/bfq-iosched.txt -@@ -0,0 +1,530 @@ -+BFQ (Budget Fair Queueing) -+========================== -+ -+BFQ is a proportional-share I/O scheduler, with some extra -+low-latency capabilities. In addition to cgroups support (blkio or io -+controllers), BFQ's main features are: -+- BFQ guarantees a high system and application responsiveness, and a -+ low latency for time-sensitive applications, such as audio or video -+ players; -+- BFQ distributes bandwidth, and not just time, among processes or -+ groups (switching back to time distribution when needed to keep -+ throughput high). -+ -+On average CPUs, the current version of BFQ can handle devices -+performing at most ~30K IOPS; at most ~50 KIOPS on faster CPUs. As a -+reference, 30-50 KIOPS correspond to very high bandwidths with -+sequential I/O (e.g., 8-12 GB/s if I/O requests are 256 KB large), and -+to 120-200 MB/s with 4KB random I/O. -+ -+The table of contents follow. Impatients can just jump to Section 3. -+ -+CONTENTS -+ -+1. When may BFQ be useful? -+ 1-1 Personal systems -+ 1-2 Server systems -+2. How does BFQ work? -+3. What are BFQ's tunable? -+4. BFQ group scheduling -+ 4-1 Service guarantees provided -+ 4-2 Interface -+ -+1. When may BFQ be useful? -+========================== -+ -+BFQ provides the following benefits on personal and server systems. -+ -+1-1 Personal systems -+-------------------- -+ -+Low latency for interactive applications -+ -+Regardless of the actual background workload, BFQ guarantees that, for -+interactive tasks, the storage device is virtually as responsive as if -+it was idle. For example, even if one or more of the following -+background workloads are being executed: -+- one or more large files are being read, written or copied, -+- a tree of source files is being compiled, -+- one or more virtual machines are performing I/O, -+- a software update is in progress, -+- indexing daemons are scanning filesystems and updating their -+ databases, -+starting an application or loading a file from within an application -+takes about the same time as if the storage device was idle. As a -+comparison, with CFQ, NOOP or DEADLINE, and in the same conditions, -+applications experience high latencies, or even become unresponsive -+until the background workload terminates (also on SSDs). -+ -+Low latency for soft real-time applications -+ -+Also soft real-time applications, such as audio and video -+players/streamers, enjoy a low latency and a low drop rate, regardless -+of the background I/O workload. As a consequence, these applications -+do not suffer from almost any glitch due to the background workload. -+ -+Higher speed for code-development tasks -+ -+If some additional workload happens to be executed in parallel, then -+BFQ executes the I/O-related components of typical code-development -+tasks (compilation, checkout, merge, ...) much more quickly than CFQ, -+NOOP or DEADLINE. -+ -+High throughput -+ -+On hard disks, BFQ achieves up to 30% higher throughput than CFQ, and -+up to 150% higher throughput than DEADLINE and NOOP, with all the -+sequential workloads considered in our tests. With random workloads, -+and with all the workloads on flash-based devices, BFQ achieves, -+instead, about the same throughput as the other schedulers. -+ -+Strong fairness, bandwidth and delay guarantees -+ -+BFQ distributes the device throughput, and not just the device time, -+among I/O-bound applications in proportion their weights, with any -+workload and regardless of the device parameters. From these bandwidth -+guarantees, it is possible to compute tight per-I/O-request delay -+guarantees by a simple formula. If not configured for strict service -+guarantees, BFQ switches to time-based resource sharing (only) for -+applications that would otherwise cause a throughput loss. -+ -+1-2 Server systems -+------------------ -+ -+Most benefits for server systems follow from the same service -+properties as above. In particular, regardless of whether additional, -+possibly heavy workloads are being served, BFQ guarantees: -+ -+. audio and video-streaming with zero or very low jitter and drop -+ rate; -+ -+. fast retrieval of WEB pages and embedded objects; -+ -+. real-time recording of data in live-dumping applications (e.g., -+ packet logging); -+ -+. responsiveness in local and remote access to a server. -+ -+ -+2. How does BFQ work? -+===================== -+ -+BFQ is a proportional-share I/O scheduler, whose general structure, -+plus a lot of code, are borrowed from CFQ. -+ -+- Each process doing I/O on a device is associated with a weight and a -+ (bfq_)queue. -+ -+- BFQ grants exclusive access to the device, for a while, to one queue -+ (process) at a time, and implements this service model by -+ associating every queue with a budget, measured in number of -+ sectors. -+ -+ - After a queue is granted access to the device, the budget of the -+ queue is decremented, on each request dispatch, by the size of the -+ request. -+ -+ - The in-service queue is expired, i.e., its service is suspended, -+ only if one of the following events occurs: 1) the queue finishes -+ its budget, 2) the queue empties, 3) a "budget timeout" fires. -+ -+ - The budget timeout prevents processes doing random I/O from -+ holding the device for too long and dramatically reducing -+ throughput. -+ -+ - Actually, as in CFQ, a queue associated with a process issuing -+ sync requests may not be expired immediately when it empties. In -+ contrast, BFQ may idle the device for a short time interval, -+ giving the process the chance to go on being served if it issues -+ a new request in time. Device idling typically boosts the -+ throughput on rotational devices, if processes do synchronous -+ and sequential I/O. In addition, under BFQ, device idling is -+ also instrumental in guaranteeing the desired throughput -+ fraction to processes issuing sync requests (see the description -+ of the slice_idle tunable in this document, or [1, 2], for more -+ details). -+ -+ - With respect to idling for service guarantees, if several -+ processes are competing for the device at the same time, but -+ all processes (and groups, after the following commit) have -+ the same weight, then BFQ guarantees the expected throughput -+ distribution without ever idling the device. Throughput is -+ thus as high as possible in this common scenario. -+ -+ - If low-latency mode is enabled (default configuration), BFQ -+ executes some special heuristics to detect interactive and soft -+ real-time applications (e.g., video or audio players/streamers), -+ and to reduce their latency. The most important action taken to -+ achieve this goal is to give to the queues associated with these -+ applications more than their fair share of the device -+ throughput. For brevity, we call just "weight-raising" the whole -+ sets of actions taken by BFQ to privilege these queues. In -+ particular, BFQ provides a milder form of weight-raising for -+ interactive applications, and a stronger form for soft real-time -+ applications. -+ -+ - BFQ automatically deactivates idling for queues born in a burst of -+ queue creations. In fact, these queues are usually associated with -+ the processes of applications and services that benefit mostly -+ from a high throughput. Examples are systemd during boot, or git -+ grep. -+ -+ - As CFQ, BFQ merges queues performing interleaved I/O, i.e., -+ performing random I/O that becomes mostly sequential if -+ merged. Differently from CFQ, BFQ achieves this goal with a more -+ reactive mechanism, called Early Queue Merge (EQM). EQM is so -+ responsive in detecting interleaved I/O (cooperating processes), -+ that it enables BFQ to achieve a high throughput, by queue -+ merging, even for queues for which CFQ needs a different -+ mechanism, preemption, to get a high throughput. As such EQM is a -+ unified mechanism to achieve a high throughput with interleaved -+ I/O. -+ -+ - Queues are scheduled according to a variant of WF2Q+, named -+ B-WF2Q+, and implemented using an augmented rb-tree to preserve an -+ O(log N) overall complexity. See [2] for more details. B-WF2Q+ is -+ also ready for hierarchical scheduling. However, for a cleaner -+ logical breakdown, the code that enables and completes -+ hierarchical support is provided in the next commit, which focuses -+ exactly on this feature. -+ -+ - B-WF2Q+ guarantees a tight deviation with respect to an ideal, -+ perfectly fair, and smooth service. In particular, B-WF2Q+ -+ guarantees that each queue receives a fraction of the device -+ throughput proportional to its weight, even if the throughput -+ fluctuates, and regardless of: the device parameters, the current -+ workload and the budgets assigned to the queue. -+ -+ - The last, budget-independence, property (although probably -+ counterintuitive in the first place) is definitely beneficial, for -+ the following reasons: -+ -+ - First, with any proportional-share scheduler, the maximum -+ deviation with respect to an ideal service is proportional to -+ the maximum budget (slice) assigned to queues. As a consequence, -+ BFQ can keep this deviation tight not only because of the -+ accurate service of B-WF2Q+, but also because BFQ *does not* -+ need to assign a larger budget to a queue to let the queue -+ receive a higher fraction of the device throughput. -+ -+ - Second, BFQ is free to choose, for every process (queue), the -+ budget that best fits the needs of the process, or best -+ leverages the I/O pattern of the process. In particular, BFQ -+ updates queue budgets with a simple feedback-loop algorithm that -+ allows a high throughput to be achieved, while still providing -+ tight latency guarantees to time-sensitive applications. When -+ the in-service queue expires, this algorithm computes the next -+ budget of the queue so as to: -+ -+ - Let large budgets be eventually assigned to the queues -+ associated with I/O-bound applications performing sequential -+ I/O: in fact, the longer these applications are served once -+ got access to the device, the higher the throughput is. -+ -+ - Let small budgets be eventually assigned to the queues -+ associated with time-sensitive applications (which typically -+ perform sporadic and short I/O), because, the smaller the -+ budget assigned to a queue waiting for service is, the sooner -+ B-WF2Q+ will serve that queue (Subsec 3.3 in [2]). -+ -+- If several processes are competing for the device at the same time, -+ but all processes and groups have the same weight, then BFQ -+ guarantees the expected throughput distribution without ever idling -+ the device. It uses preemption instead. Throughput is then much -+ higher in this common scenario. -+ -+- ioprio classes are served in strict priority order, i.e., -+ lower-priority queues are not served as long as there are -+ higher-priority queues. Among queues in the same class, the -+ bandwidth is distributed in proportion to the weight of each -+ queue. A very thin extra bandwidth is however guaranteed to -+ the Idle class, to prevent it from starving. -+ -+ -+3. What are BFQ's tunable? -+========================== -+ -+The tunables back_seek-max, back_seek_penalty, fifo_expire_async and -+fifo_expire_sync below are the same as in CFQ. Their description is -+just copied from that for CFQ. Some considerations in the description -+of slice_idle are copied from CFQ too. -+ -+per-process ioprio and weight -+----------------------------- -+ -+Unless the cgroups interface is used (see "4. BFQ group scheduling"), -+weights can be assigned to processes only indirectly, through I/O -+priorities, and according to the relation: -+weight = (IOPRIO_BE_NR - ioprio) * 10. -+ -+Beware that, if low-latency is set, then BFQ automatically raises the -+weight of the queues associated with interactive and soft real-time -+applications. Unset this tunable if you need/want to control weights. -+ -+slice_idle -+---------- -+ -+This parameter specifies how long BFQ should idle for next I/O -+request, when certain sync BFQ queues become empty. By default -+slice_idle is a non-zero value. Idling has a double purpose: boosting -+throughput and making sure that the desired throughput distribution is -+respected (see the description of how BFQ works, and, if needed, the -+papers referred there). -+ -+As for throughput, idling can be very helpful on highly seeky media -+like single spindle SATA/SAS disks where we can cut down on overall -+number of seeks and see improved throughput. -+ -+Setting slice_idle to 0 will remove all the idling on queues and one -+should see an overall improved throughput on faster storage devices -+like multiple SATA/SAS disks in hardware RAID configuration. -+ -+So depending on storage and workload, it might be useful to set -+slice_idle=0. In general for SATA/SAS disks and software RAID of -+SATA/SAS disks keeping slice_idle enabled should be useful. For any -+configurations where there are multiple spindles behind single LUN -+(Host based hardware RAID controller or for storage arrays), setting -+slice_idle=0 might end up in better throughput and acceptable -+latencies. -+ -+Idling is however necessary to have service guarantees enforced in -+case of differentiated weights or differentiated I/O-request lengths. -+To see why, suppose that a given BFQ queue A must get several I/O -+requests served for each request served for another queue B. Idling -+ensures that, if A makes a new I/O request slightly after becoming -+empty, then no request of B is dispatched in the middle, and thus A -+does not lose the possibility to get more than one request dispatched -+before the next request of B is dispatched. Note that idling -+guarantees the desired differentiated treatment of queues only in -+terms of I/O-request dispatches. To guarantee that the actual service -+order then corresponds to the dispatch order, the strict_guarantees -+tunable must be set too. -+ -+There is an important flipside for idling: apart from the above cases -+where it is beneficial also for throughput, idling can severely impact -+throughput. One important case is random workload. Because of this -+issue, BFQ tends to avoid idling as much as possible, when it is not -+beneficial also for throughput. As a consequence of this behavior, and -+of further issues described for the strict_guarantees tunable, -+short-term service guarantees may be occasionally violated. And, in -+some cases, these guarantees may be more important than guaranteeing -+maximum throughput. For example, in video playing/streaming, a very -+low drop rate may be more important than maximum throughput. In these -+cases, consider setting the strict_guarantees parameter. -+ -+strict_guarantees -+----------------- -+ -+If this parameter is set (default: unset), then BFQ -+ -+- always performs idling when the in-service queue becomes empty; -+ -+- forces the device to serve one I/O request at a time, by dispatching a -+ new request only if there is no outstanding request. -+ -+In the presence of differentiated weights or I/O-request sizes, both -+the above conditions are needed to guarantee that every BFQ queue -+receives its allotted share of the bandwidth. The first condition is -+needed for the reasons explained in the description of the slice_idle -+tunable. The second condition is needed because all modern storage -+devices reorder internally-queued requests, which may trivially break -+the service guarantees enforced by the I/O scheduler. -+ -+Setting strict_guarantees may evidently affect throughput. -+ -+back_seek_max -+------------- -+ -+This specifies, given in Kbytes, the maximum "distance" for backward seeking. -+The distance is the amount of space from the current head location to the -+sectors that are backward in terms of distance. -+ -+This parameter allows the scheduler to anticipate requests in the "backward" -+direction and consider them as being the "next" if they are within this -+distance from the current head location. -+ -+back_seek_penalty -+----------------- -+ -+This parameter is used to compute the cost of backward seeking. If the -+backward distance of request is just 1/back_seek_penalty from a "front" -+request, then the seeking cost of two requests is considered equivalent. -+ -+So scheduler will not bias toward one or the other request (otherwise scheduler -+will bias toward front request). Default value of back_seek_penalty is 2. -+ -+fifo_expire_async -+----------------- -+ -+This parameter is used to set the timeout of asynchronous requests. Default -+value of this is 248ms. -+ -+fifo_expire_sync -+---------------- -+ -+This parameter is used to set the timeout of synchronous requests. Default -+value of this is 124ms. In case to favor synchronous requests over asynchronous -+one, this value should be decreased relative to fifo_expire_async. -+ -+low_latency -+----------- -+ -+This parameter is used to enable/disable BFQ's low latency mode. By -+default, low latency mode is enabled. If enabled, interactive and soft -+real-time applications are privileged and experience a lower latency, -+as explained in more detail in the description of how BFQ works. -+ -+DO NOT enable this mode if you need full control on bandwidth -+distribution. In fact, if it is enabled, then BFQ automatically -+increases the bandwidth share of privileged applications, as the main -+means to guarantee a lower latency to them. -+ -+timeout_sync -+------------ -+ -+Maximum amount of device time that can be given to a task (queue) once -+it has been selected for service. On devices with costly seeks, -+increasing this time usually increases maximum throughput. On the -+opposite end, increasing this time coarsens the granularity of the -+short-term bandwidth and latency guarantees, especially if the -+following parameter is set to zero. -+ -+max_budget -+---------- -+ -+Maximum amount of service, measured in sectors, that can be provided -+to a BFQ queue once it is set in service (of course within the limits -+of the above timeout). According to what said in the description of -+the algorithm, larger values increase the throughput in proportion to -+the percentage of sequential I/O requests issued. The price of larger -+values is that they coarsen the granularity of short-term bandwidth -+and latency guarantees. -+ -+The default value is 0, which enables auto-tuning: BFQ sets max_budget -+to the maximum number of sectors that can be served during -+timeout_sync, according to the estimated peak rate. -+ -+weights -+------- -+ -+Read-only parameter, used to show the weights of the currently active -+BFQ queues. -+ -+ -+wr_ tunables -+------------ -+ -+BFQ exports a few parameters to control/tune the behavior of -+low-latency heuristics. -+ -+wr_coeff -+ -+Factor by which the weight of a weight-raised queue is multiplied. If -+the queue is deemed soft real-time, then the weight is further -+multiplied by an additional, constant factor. -+ -+wr_max_time -+ -+Maximum duration of a weight-raising period for an interactive task -+(ms). If set to zero (default value), then this value is computed -+automatically, as a function of the peak rate of the device. In any -+case, when the value of this parameter is read, it always reports the -+current duration, regardless of whether it has been set manually or -+computed automatically. -+ -+wr_max_softrt_rate -+ -+Maximum service rate below which a queue is deemed to be associated -+with a soft real-time application, and is then weight-raised -+accordingly (sectors/sec). -+ -+wr_min_idle_time -+ -+Minimum idle period after which interactive weight-raising may be -+reactivated for a queue (in ms). -+ -+wr_rt_max_time -+ -+Maximum weight-raising duration for soft real-time queues (in ms). The -+start time from which this duration is considered is automatically -+moved forward if the queue is detected to be still soft real-time -+before the current soft real-time weight-raising period finishes. -+ -+wr_min_inter_arr_async -+ -+Minimum period between I/O request arrivals after which weight-raising -+may be reactivated for an already busy async queue (in ms). -+ -+ -+4. Group scheduling with BFQ -+============================ -+ -+BFQ supports both cgroups-v1 and cgroups-v2 io controllers, namely -+blkio and io. In particular, BFQ supports weight-based proportional -+share. To activate cgroups support, set BFQ_GROUP_IOSCHED. -+ -+4-1 Service guarantees provided -+------------------------------- -+ -+With BFQ, proportional share means true proportional share of the -+device bandwidth, according to group weights. For example, a group -+with weight 200 gets twice the bandwidth, and not just twice the time, -+of a group with weight 100. -+ -+BFQ supports hierarchies (group trees) of any depth. Bandwidth is -+distributed among groups and processes in the expected way: for each -+group, the children of the group share the whole bandwidth of the -+group in proportion to their weights. In particular, this implies -+that, for each leaf group, every process of the group receives the -+same share of the whole group bandwidth, unless the ioprio of the -+process is modified. -+ -+The resource-sharing guarantee for a group may partially or totally -+switch from bandwidth to time, if providing bandwidth guarantees to -+the group lowers the throughput too much. This switch occurs on a -+per-process basis: if a process of a leaf group causes throughput loss -+if served in such a way to receive its share of the bandwidth, then -+BFQ switches back to just time-based proportional share for that -+process. -+ -+4-2 Interface -+------------- -+ -+To get proportional sharing of bandwidth with BFQ for a given device, -+BFQ must of course be the active scheduler for that device. -+ -+Within each group directory, the names of the files associated with -+BFQ-specific cgroup parameters and stats begin with the "bfq." -+prefix. So, with cgroups-v1 or cgroups-v2, the full prefix for -+BFQ-specific files is "blkio.bfq." or "io.bfq." For example, the group -+parameter to set the weight of a group with BFQ is blkio.bfq.weight -+or io.bfq.weight. -+ -+Parameters to set -+----------------- -+ -+For each group, there is only the following parameter to set. -+ -+weight (namely blkio.bfq.weight or io.bfq-weight): the weight of the -+group inside its parent. Available values: 1..10000 (default 100). The -+linear mapping between ioprio and weights, described at the beginning -+of the tunable section, is still valid, but all weights higher than -+IOPRIO_BE_NR*10 are mapped to ioprio 0. -+ -+Recall that, if low-latency is set, then BFQ automatically raises the -+weight of the queues associated with interactive and soft real-time -+applications. Unset this tunable if you need/want to control weights. -+ -+ -+[1] P. Valente, A. Avanzini, "Evolution of the BFQ Storage I/O -+ Scheduler", Proceedings of the First Workshop on Mobile System -+ Technologies (MST-2015), May 2015. -+ http://algogroup.unimore.it/people/paolo/disk_sched/mst-2015.pdf -+ -+[2] P. Valente and M. Andreolini, "Improving Application -+ Responsiveness with the BFQ Disk I/O Scheduler", Proceedings of -+ the 5th Annual International Systems and Storage Conference -+ (SYSTOR '12), June 2012. -+ Slightly extended version: -+ http://algogroup.unimore.it/people/paolo/disk_sched/bfq-v1-suite- -+ results.pdf -diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched -index f78cd1a..f2cd945 100644 ---- a/block/Kconfig.iosched -+++ b/block/Kconfig.iosched -@@ -43,20 +43,20 @@ config IOSCHED_BFQ - tristate "BFQ I/O scheduler" - default n - ---help--- -- The BFQ I/O scheduler tries to distribute bandwidth among -- all processes according to their weights. -- It aims at distributing the bandwidth as desired, independently of -- the disk parameters and with any workload. It also tries to -- guarantee low latency to interactive and soft real-time -- applications. If compiled built-in (saying Y here), BFQ can -- be configured to support hierarchical scheduling. -+ The BFQ I/O scheduler distributes bandwidth among all -+ processes according to their weights, regardless of the -+ device parameters and with any workload. It also guarantees -+ a low latency to interactive and soft real-time applications. -+ Details in Documentation/block/bfq-iosched.txt - - config BFQ_GROUP_IOSCHED - bool "BFQ hierarchical scheduling support" -- depends on CGROUPS && IOSCHED_BFQ=y -+ depends on IOSCHED_BFQ && BLK_CGROUP - default n - ---help--- -- Enable hierarchical scheduling in BFQ, using the blkio controller. -+ -+ Enable hierarchical scheduling in BFQ, using the blkio -+ (cgroups-v1) or io (cgroups-v2) controller. - - choice - prompt "Default I/O scheduler" -diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c -index 0367996..bbaecd0 100644 ---- a/block/bfq-cgroup.c -+++ b/block/bfq-cgroup.c -@@ -7,7 +7,9 @@ - * Copyright (C) 2008 Fabio Checconi - * Paolo Valente - * -- * Copyright (C) 2010 Paolo Valente -+ * Copyright (C) 2015 Paolo Valente -+ * -+ * Copyright (C) 2016 Paolo Valente - * - * Licensed under the GPL-2 as detailed in the accompanying COPYING.BFQ - * file. -@@ -163,8 +165,6 @@ static struct bfq_group *blkg_to_bfqg(struct blkcg_gq *blkg) - { - struct blkg_policy_data *pd = blkg_to_pd(blkg, &blkcg_policy_bfq); - -- BUG_ON(!pd); -- - return pd_to_bfqg(pd); - } - -@@ -208,59 +208,49 @@ static void bfqg_put(struct bfq_group *bfqg) - - static void bfqg_stats_update_io_add(struct bfq_group *bfqg, - struct bfq_queue *bfqq, -- int rw) -+ int op, int op_flags) - { -- blkg_rwstat_add(&bfqg->stats.queued, rw, 1); -+ blkg_rwstat_add(&bfqg->stats.queued, op, op_flags, 1); - bfqg_stats_end_empty_time(&bfqg->stats); - if (!(bfqq == ((struct bfq_data *)bfqg->bfqd)->in_service_queue)) - bfqg_stats_set_start_group_wait_time(bfqg, bfqq_group(bfqq)); - } - --static void bfqg_stats_update_io_remove(struct bfq_group *bfqg, int rw) --{ -- blkg_rwstat_add(&bfqg->stats.queued, rw, -1); --} -- --static void bfqg_stats_update_io_merged(struct bfq_group *bfqg, int rw) -+static void bfqg_stats_update_io_remove(struct bfq_group *bfqg, int op, -+ int op_flags) - { -- blkg_rwstat_add(&bfqg->stats.merged, rw, 1); -+ blkg_rwstat_add(&bfqg->stats.queued, op, op_flags, -1); - } - --static void bfqg_stats_update_dispatch(struct bfq_group *bfqg, -- uint64_t bytes, int rw) -+static void bfqg_stats_update_io_merged(struct bfq_group *bfqg, int op, -+ int op_flags) - { -- blkg_stat_add(&bfqg->stats.sectors, bytes >> 9); -- blkg_rwstat_add(&bfqg->stats.serviced, rw, 1); -- blkg_rwstat_add(&bfqg->stats.service_bytes, rw, bytes); -+ blkg_rwstat_add(&bfqg->stats.merged, op, op_flags, 1); - } - - static void bfqg_stats_update_completion(struct bfq_group *bfqg, -- uint64_t start_time, uint64_t io_start_time, int rw) -+ uint64_t start_time, uint64_t io_start_time, int op, -+ int op_flags) - { - struct bfqg_stats *stats = &bfqg->stats; - unsigned long long now = sched_clock(); - - if (time_after64(now, io_start_time)) -- blkg_rwstat_add(&stats->service_time, rw, now - io_start_time); -+ blkg_rwstat_add(&stats->service_time, op, op_flags, -+ now - io_start_time); - if (time_after64(io_start_time, start_time)) -- blkg_rwstat_add(&stats->wait_time, rw, -+ blkg_rwstat_add(&stats->wait_time, op, op_flags, - io_start_time - start_time); - } - - /* @stats = 0 */ - static void bfqg_stats_reset(struct bfqg_stats *stats) - { -- if (!stats) -- return; -- - /* queued stats shouldn't be cleared */ -- blkg_rwstat_reset(&stats->service_bytes); -- blkg_rwstat_reset(&stats->serviced); - blkg_rwstat_reset(&stats->merged); - blkg_rwstat_reset(&stats->service_time); - blkg_rwstat_reset(&stats->wait_time); - blkg_stat_reset(&stats->time); -- blkg_stat_reset(&stats->unaccounted_time); - blkg_stat_reset(&stats->avg_queue_size_sum); - blkg_stat_reset(&stats->avg_queue_size_samples); - blkg_stat_reset(&stats->dequeue); -@@ -270,19 +260,16 @@ static void bfqg_stats_reset(struct bfqg_stats *stats) - } - - /* @to += @from */ --static void bfqg_stats_merge(struct bfqg_stats *to, struct bfqg_stats *from) -+static void bfqg_stats_add_aux(struct bfqg_stats *to, struct bfqg_stats *from) - { - if (!to || !from) - return; - - /* queued stats shouldn't be cleared */ -- blkg_rwstat_add_aux(&to->service_bytes, &from->service_bytes); -- blkg_rwstat_add_aux(&to->serviced, &from->serviced); - blkg_rwstat_add_aux(&to->merged, &from->merged); - blkg_rwstat_add_aux(&to->service_time, &from->service_time); - blkg_rwstat_add_aux(&to->wait_time, &from->wait_time); - blkg_stat_add_aux(&from->time, &from->time); -- blkg_stat_add_aux(&to->unaccounted_time, &from->unaccounted_time); - blkg_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); - blkg_stat_add_aux(&to->avg_queue_size_samples, - &from->avg_queue_size_samples); -@@ -311,10 +298,8 @@ static void bfqg_stats_xfer_dead(struct bfq_group *bfqg) - if (unlikely(!parent)) - return; - -- bfqg_stats_merge(&parent->dead_stats, &bfqg->stats); -- bfqg_stats_merge(&parent->dead_stats, &bfqg->dead_stats); -+ bfqg_stats_add_aux(&parent->stats, &bfqg->stats); - bfqg_stats_reset(&bfqg->stats); -- bfqg_stats_reset(&bfqg->dead_stats); - } - - static void bfq_init_entity(struct bfq_entity *entity, -@@ -329,21 +314,17 @@ static void bfq_init_entity(struct bfq_entity *entity, - bfqq->ioprio_class = bfqq->new_ioprio_class; - bfqg_get(bfqg); - } -- entity->parent = bfqg->my_entity; -+ entity->parent = bfqg->my_entity; /* NULL for root group */ - entity->sched_data = &bfqg->sched_data; - } - - static void bfqg_stats_exit(struct bfqg_stats *stats) - { -- blkg_rwstat_exit(&stats->service_bytes); -- blkg_rwstat_exit(&stats->serviced); - blkg_rwstat_exit(&stats->merged); - blkg_rwstat_exit(&stats->service_time); - blkg_rwstat_exit(&stats->wait_time); - blkg_rwstat_exit(&stats->queued); -- blkg_stat_exit(&stats->sectors); - blkg_stat_exit(&stats->time); -- blkg_stat_exit(&stats->unaccounted_time); - blkg_stat_exit(&stats->avg_queue_size_sum); - blkg_stat_exit(&stats->avg_queue_size_samples); - blkg_stat_exit(&stats->dequeue); -@@ -354,15 +335,11 @@ static void bfqg_stats_exit(struct bfqg_stats *stats) - - static int bfqg_stats_init(struct bfqg_stats *stats, gfp_t gfp) - { -- if (blkg_rwstat_init(&stats->service_bytes, gfp) || -- blkg_rwstat_init(&stats->serviced, gfp) || -- blkg_rwstat_init(&stats->merged, gfp) || -+ if (blkg_rwstat_init(&stats->merged, gfp) || - blkg_rwstat_init(&stats->service_time, gfp) || - blkg_rwstat_init(&stats->wait_time, gfp) || - blkg_rwstat_init(&stats->queued, gfp) || -- blkg_stat_init(&stats->sectors, gfp) || - blkg_stat_init(&stats->time, gfp) || -- blkg_stat_init(&stats->unaccounted_time, gfp) || - blkg_stat_init(&stats->avg_queue_size_sum, gfp) || - blkg_stat_init(&stats->avg_queue_size_samples, gfp) || - blkg_stat_init(&stats->dequeue, gfp) || -@@ -386,11 +363,27 @@ static struct bfq_group_data *blkcg_to_bfqgd(struct blkcg *blkcg) - return cpd_to_bfqgd(blkcg_to_cpd(blkcg, &blkcg_policy_bfq)); - } - -+static struct blkcg_policy_data *bfq_cpd_alloc(gfp_t gfp) -+{ -+ struct bfq_group_data *bgd; -+ -+ bgd = kzalloc(sizeof(*bgd), GFP_KERNEL); -+ if (!bgd) -+ return NULL; -+ return &bgd->pd; -+} -+ - static void bfq_cpd_init(struct blkcg_policy_data *cpd) - { - struct bfq_group_data *d = cpd_to_bfqgd(cpd); - -- d->weight = BFQ_DEFAULT_GRP_WEIGHT; -+ d->weight = cgroup_subsys_on_dfl(io_cgrp_subsys) ? -+ CGROUP_WEIGHT_DFL : BFQ_WEIGHT_LEGACY_DFL; -+} -+ -+static void bfq_cpd_free(struct blkcg_policy_data *cpd) -+{ -+ kfree(cpd_to_bfqgd(cpd)); - } - - static struct blkg_policy_data *bfq_pd_alloc(gfp_t gfp, int node) -@@ -401,8 +394,7 @@ static struct blkg_policy_data *bfq_pd_alloc(gfp_t gfp, int node) - if (!bfqg) - return NULL; - -- if (bfqg_stats_init(&bfqg->stats, gfp) || -- bfqg_stats_init(&bfqg->dead_stats, gfp)) { -+ if (bfqg_stats_init(&bfqg->stats, gfp)) { - kfree(bfqg); - return NULL; - } -@@ -410,27 +402,20 @@ static struct blkg_policy_data *bfq_pd_alloc(gfp_t gfp, int node) - return &bfqg->pd; - } - --static void bfq_group_set_parent(struct bfq_group *bfqg, -- struct bfq_group *parent) -+static void bfq_pd_init(struct blkg_policy_data *pd) - { -+ struct blkcg_gq *blkg; -+ struct bfq_group *bfqg; -+ struct bfq_data *bfqd; - struct bfq_entity *entity; -+ struct bfq_group_data *d; - -- BUG_ON(!parent); -- BUG_ON(!bfqg); -- BUG_ON(bfqg == parent); -- -+ blkg = pd_to_blkg(pd); -+ BUG_ON(!blkg); -+ bfqg = blkg_to_bfqg(blkg); -+ bfqd = blkg->q->elevator->elevator_data; - entity = &bfqg->entity; -- entity->parent = parent->my_entity; -- entity->sched_data = &parent->sched_data; --} -- --static void bfq_pd_init(struct blkg_policy_data *pd) --{ -- struct blkcg_gq *blkg = pd_to_blkg(pd); -- struct bfq_group *bfqg = blkg_to_bfqg(blkg); -- struct bfq_data *bfqd = blkg->q->elevator->elevator_data; -- struct bfq_entity *entity = &bfqg->entity; -- struct bfq_group_data *d = blkcg_to_bfqgd(blkg->blkcg); -+ d = blkcg_to_bfqgd(blkg->blkcg); - - entity->orig_weight = entity->weight = entity->new_weight = d->weight; - entity->my_sched_data = &bfqg->sched_data; -@@ -448,70 +433,53 @@ static void bfq_pd_free(struct blkg_policy_data *pd) - struct bfq_group *bfqg = pd_to_bfqg(pd); - - bfqg_stats_exit(&bfqg->stats); -- bfqg_stats_exit(&bfqg->dead_stats); -- - return kfree(bfqg); - } - --/* offset delta from bfqg->stats to bfqg->dead_stats */ --static const int dead_stats_off_delta = offsetof(struct bfq_group, dead_stats) - -- offsetof(struct bfq_group, stats); -- --/* to be used by recursive prfill, sums live and dead stats recursively */ --static u64 bfqg_stat_pd_recursive_sum(struct blkg_policy_data *pd, int off) -+static void bfq_pd_reset_stats(struct blkg_policy_data *pd) - { -- u64 sum = 0; -+ struct bfq_group *bfqg = pd_to_bfqg(pd); - -- sum += blkg_stat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, off); -- sum += blkg_stat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, -- off + dead_stats_off_delta); -- return sum; -+ bfqg_stats_reset(&bfqg->stats); - } - --/* to be used by recursive prfill, sums live and dead rwstats recursively */ --static struct blkg_rwstat --bfqg_rwstat_pd_recursive_sum(struct blkg_policy_data *pd, int off) -+static void bfq_group_set_parent(struct bfq_group *bfqg, -+ struct bfq_group *parent) - { -- struct blkg_rwstat a, b; -+ struct bfq_entity *entity; -+ -+ BUG_ON(!parent); -+ BUG_ON(!bfqg); -+ BUG_ON(bfqg == parent); - -- a = blkg_rwstat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, off); -- b = blkg_rwstat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, -- off + dead_stats_off_delta); -- blkg_rwstat_add_aux(&a, &b); -- return a; -+ entity = &bfqg->entity; -+ entity->parent = parent->my_entity; -+ entity->sched_data = &parent->sched_data; - } - --static void bfq_pd_reset_stats(struct blkg_policy_data *pd) -+static struct bfq_group *bfq_lookup_bfqg(struct bfq_data *bfqd, -+ struct blkcg *blkcg) - { -- struct bfq_group *bfqg = pd_to_bfqg(pd); -+ struct blkcg_gq *blkg; - -- bfqg_stats_reset(&bfqg->stats); -- bfqg_stats_reset(&bfqg->dead_stats); -+ blkg = blkg_lookup(blkcg, bfqd->queue); -+ if (likely(blkg)) -+ return blkg_to_bfqg(blkg); -+ return NULL; - } - --static struct bfq_group *bfq_find_alloc_group(struct bfq_data *bfqd, -- struct blkcg *blkcg) -+static struct bfq_group *bfq_find_set_group(struct bfq_data *bfqd, -+ struct blkcg *blkcg) - { -- struct request_queue *q = bfqd->queue; -- struct bfq_group *bfqg = NULL, *parent; -- struct bfq_entity *entity = NULL; -+ struct bfq_group *bfqg, *parent; -+ struct bfq_entity *entity; - - assert_spin_locked(bfqd->queue->queue_lock); - -- /* avoid lookup for the common case where there's no blkcg */ -- if (blkcg == &blkcg_root) { -- bfqg = bfqd->root_group; -- } else { -- struct blkcg_gq *blkg; -- -- blkg = blkg_lookup_create(blkcg, q); -- if (!IS_ERR(blkg)) -- bfqg = blkg_to_bfqg(blkg); -- else /* fallback to root_group */ -- bfqg = bfqd->root_group; -- } -+ bfqg = bfq_lookup_bfqg(bfqd, blkcg); - -- BUG_ON(!bfqg); -+ if (unlikely(!bfqg)) -+ return NULL; - - /* - * Update chain of bfq_groups as we might be handling a leaf group -@@ -537,11 +505,15 @@ static struct bfq_group *bfq_find_alloc_group(struct bfq_data *bfqd, - static void bfq_pos_tree_add_move(struct bfq_data *bfqd, - struct bfq_queue *bfqq); - -+static void bfq_bfqq_expire(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ bool compensate, -+ enum bfqq_expiration reason); -+ - /** - * bfq_bfqq_move - migrate @bfqq to @bfqg. - * @bfqd: queue descriptor. - * @bfqq: the queue to move. -- * @entity: @bfqq's entity. - * @bfqg: the group to move to. - * - * Move @bfqq to @bfqg, deactivating it from its old group and reactivating -@@ -552,26 +524,40 @@ static void bfq_pos_tree_add_move(struct bfq_data *bfqd, - * rcu_read_lock()). - */ - static void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, -- struct bfq_entity *entity, struct bfq_group *bfqg) -+ struct bfq_group *bfqg) - { -- int busy, resume; -+ struct bfq_entity *entity = &bfqq->entity; - -- busy = bfq_bfqq_busy(bfqq); -- resume = !RB_EMPTY_ROOT(&bfqq->sort_list); -- -- BUG_ON(resume && !entity->on_st); -- BUG_ON(busy && !resume && entity->on_st && -+ BUG_ON(!bfq_bfqq_busy(bfqq) && !RB_EMPTY_ROOT(&bfqq->sort_list)); -+ BUG_ON(!RB_EMPTY_ROOT(&bfqq->sort_list) && !entity->on_st); -+ BUG_ON(bfq_bfqq_busy(bfqq) && RB_EMPTY_ROOT(&bfqq->sort_list) -+ && entity->on_st && - bfqq != bfqd->in_service_queue); -+ BUG_ON(!bfq_bfqq_busy(bfqq) && bfqq == bfqd->in_service_queue); -+ -+ /* If bfqq is empty, then bfq_bfqq_expire also invokes -+ * bfq_del_bfqq_busy, thereby removing bfqq and its entity -+ * from data structures related to current group. Otherwise we -+ * need to remove bfqq explicitly with bfq_deactivate_bfqq, as -+ * we do below. -+ */ -+ if (bfqq == bfqd->in_service_queue) -+ bfq_bfqq_expire(bfqd, bfqd->in_service_queue, -+ false, BFQ_BFQQ_PREEMPTED); - -- if (busy) { -- BUG_ON(atomic_read(&bfqq->ref) < 2); -+ BUG_ON(entity->on_st && !bfq_bfqq_busy(bfqq) -+ && &bfq_entity_service_tree(entity)->idle != -+ entity->tree); - -- if (!resume) -- bfq_del_bfqq_busy(bfqd, bfqq, 0); -- else -- bfq_deactivate_bfqq(bfqd, bfqq, 0); -- } else if (entity->on_st) -+ BUG_ON(RB_EMPTY_ROOT(&bfqq->sort_list) && bfq_bfqq_busy(bfqq)); -+ -+ if (bfq_bfqq_busy(bfqq)) -+ bfq_deactivate_bfqq(bfqd, bfqq, false, false); -+ else if (entity->on_st) { -+ BUG_ON(&bfq_entity_service_tree(entity)->idle != -+ entity->tree); - bfq_put_idle_entity(bfq_entity_service_tree(entity), entity); -+ } - bfqg_put(bfqq_group(bfqq)); - - /* -@@ -583,14 +569,17 @@ static void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, - entity->sched_data = &bfqg->sched_data; - bfqg_get(bfqg); - -- if (busy) { -+ BUG_ON(RB_EMPTY_ROOT(&bfqq->sort_list) && bfq_bfqq_busy(bfqq)); -+ if (bfq_bfqq_busy(bfqq)) { - bfq_pos_tree_add_move(bfqd, bfqq); -- if (resume) -- bfq_activate_bfqq(bfqd, bfqq); -+ bfq_activate_bfqq(bfqd, bfqq); - } - - if (!bfqd->in_service_queue && !bfqd->rq_in_driver) - bfq_schedule_dispatch(bfqd); -+ BUG_ON(entity->on_st && !bfq_bfqq_busy(bfqq) -+ && &bfq_entity_service_tree(entity)->idle != -+ entity->tree); - } - - /** -@@ -617,7 +606,11 @@ static struct bfq_group *__bfq_bic_change_cgroup(struct bfq_data *bfqd, - - lockdep_assert_held(bfqd->queue->queue_lock); - -- bfqg = bfq_find_alloc_group(bfqd, blkcg); -+ bfqg = bfq_find_set_group(bfqd, blkcg); -+ -+ if (unlikely(!bfqg)) -+ bfqg = bfqd->root_group; -+ - if (async_bfqq) { - entity = &async_bfqq->entity; - -@@ -625,7 +618,8 @@ static struct bfq_group *__bfq_bic_change_cgroup(struct bfq_data *bfqd, - bic_set_bfqq(bic, NULL, 0); - bfq_log_bfqq(bfqd, async_bfqq, - "bic_change_group: %p %d", -- async_bfqq, atomic_read(&async_bfqq->ref)); -+ async_bfqq, -+ async_bfqq->ref); - bfq_put_queue(async_bfqq); - } - } -@@ -633,7 +627,7 @@ static struct bfq_group *__bfq_bic_change_cgroup(struct bfq_data *bfqd, - if (sync_bfqq) { - entity = &sync_bfqq->entity; - if (entity->sched_data != &bfqg->sched_data) -- bfq_bfqq_move(bfqd, sync_bfqq, entity, bfqg); -+ bfq_bfqq_move(bfqd, sync_bfqq, bfqg); - } - - return bfqg; -@@ -642,25 +636,23 @@ static struct bfq_group *__bfq_bic_change_cgroup(struct bfq_data *bfqd, - static void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) - { - struct bfq_data *bfqd = bic_to_bfqd(bic); -- struct blkcg *blkcg; - struct bfq_group *bfqg = NULL; -- uint64_t id; -+ uint64_t serial_nr; - - rcu_read_lock(); -- blkcg = bio_blkcg(bio); -- id = blkcg->css.serial_nr; -- rcu_read_unlock(); -+ serial_nr = bio_blkcg(bio)->css.serial_nr; - - /* - * Check whether blkcg has changed. The condition may trigger - * spuriously on a newly created cic but there's no harm. - */ -- if (unlikely(!bfqd) || likely(bic->blkcg_id == id)) -- return; -+ if (unlikely(!bfqd) || likely(bic->blkcg_serial_nr == serial_nr)) -+ goto out; - -- bfqg = __bfq_bic_change_cgroup(bfqd, bic, blkcg); -- BUG_ON(!bfqg); -- bic->blkcg_id = id; -+ bfqg = __bfq_bic_change_cgroup(bfqd, bic, bio_blkcg(bio)); -+ bic->blkcg_serial_nr = serial_nr; -+out: -+ rcu_read_unlock(); - } - - /** -@@ -672,7 +664,7 @@ static void bfq_flush_idle_tree(struct bfq_service_tree *st) - struct bfq_entity *entity = st->first_idle; - - for (; entity ; entity = st->first_idle) -- __bfq_deactivate_entity(entity, 0); -+ __bfq_deactivate_entity(entity, false); - } - - /** -@@ -686,7 +678,7 @@ static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, - struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); - - BUG_ON(!bfqq); -- bfq_bfqq_move(bfqd, bfqq, entity, bfqd->root_group); -+ bfq_bfqq_move(bfqd, bfqq, bfqd->root_group); - } - - /** -@@ -717,11 +709,12 @@ static void bfq_reparent_active_entities(struct bfq_data *bfqd, - } - - /** -- * bfq_destroy_group - destroy @bfqg. -- * @bfqg: the group being destroyed. -+ * bfq_pd_offline - deactivate the entity associated with @pd, -+ * and reparent its children entities. -+ * @pd: descriptor of the policy going offline. - * -- * Destroy @bfqg, making sure that it is not referenced from its parent. -- * blkio already grabs the queue_lock for us, so no need to use RCU-based magic -+ * blkio already grabs the queue_lock for us, so no need to use -+ * RCU-based magic - */ - static void bfq_pd_offline(struct blkg_policy_data *pd) - { -@@ -776,10 +769,16 @@ static void bfq_pd_offline(struct blkg_policy_data *pd) - BUG_ON(bfqg->sched_data.next_in_service); - BUG_ON(bfqg->sched_data.in_service_entity); - -- __bfq_deactivate_entity(entity, 0); -+ __bfq_deactivate_entity(entity, false); - bfq_put_async_queues(bfqd, bfqg); - BUG_ON(entity->tree); - -+ /* -+ * @blkg is going offline and will be ignored by -+ * blkg_[rw]stat_recursive_sum(). Transfer stats to the parent so -+ * that they don't get lost. If IOs complete after this point, the -+ * stats for them will be lost. Oh well... -+ */ - bfqg_stats_xfer_dead(bfqg); - } - -@@ -789,46 +788,35 @@ static void bfq_end_wr_async(struct bfq_data *bfqd) - - list_for_each_entry(blkg, &bfqd->queue->blkg_list, q_node) { - struct bfq_group *bfqg = blkg_to_bfqg(blkg); -+ BUG_ON(!bfqg); - - bfq_end_wr_async_queues(bfqd, bfqg); - } - bfq_end_wr_async_queues(bfqd, bfqd->root_group); - } - --static u64 bfqio_cgroup_weight_read(struct cgroup_subsys_state *css, -- struct cftype *cftype) --{ -- struct blkcg *blkcg = css_to_blkcg(css); -- struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); -- int ret = -EINVAL; -- -- spin_lock_irq(&blkcg->lock); -- ret = bfqgd->weight; -- spin_unlock_irq(&blkcg->lock); -- -- return ret; --} -- --static int bfqio_cgroup_weight_read_dfl(struct seq_file *sf, void *v) -+static int bfq_io_show_weight(struct seq_file *sf, void *v) - { - struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); - struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); -+ unsigned int val = 0; - -- spin_lock_irq(&blkcg->lock); -- seq_printf(sf, "%u\n", bfqgd->weight); -- spin_unlock_irq(&blkcg->lock); -+ if (bfqgd) -+ val = bfqgd->weight; -+ -+ seq_printf(sf, "%u\n", val); - - return 0; - } - --static int bfqio_cgroup_weight_write(struct cgroup_subsys_state *css, -- struct cftype *cftype, -- u64 val) -+static int bfq_io_set_weight_legacy(struct cgroup_subsys_state *css, -+ struct cftype *cftype, -+ u64 val) - { - struct blkcg *blkcg = css_to_blkcg(css); - struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); - struct blkcg_gq *blkg; -- int ret = -EINVAL; -+ int ret = -ERANGE; - - if (val < BFQ_MIN_WEIGHT || val > BFQ_MAX_WEIGHT) - return ret; -@@ -873,13 +861,18 @@ static int bfqio_cgroup_weight_write(struct cgroup_subsys_state *css, - return ret; - } - --static ssize_t bfqio_cgroup_weight_write_dfl(struct kernfs_open_file *of, -- char *buf, size_t nbytes, -- loff_t off) -+static ssize_t bfq_io_set_weight(struct kernfs_open_file *of, -+ char *buf, size_t nbytes, -+ loff_t off) - { -+ u64 weight; - /* First unsigned long found in the file is used */ -- return bfqio_cgroup_weight_write(of_css(of), NULL, -- simple_strtoull(strim(buf), NULL, 0)); -+ int ret = kstrtoull(strim(buf), 0, &weight); -+ -+ if (ret) -+ return ret; -+ -+ return bfq_io_set_weight_legacy(of_css(of), NULL, weight); - } - - static int bfqg_print_stat(struct seq_file *sf, void *v) -@@ -899,16 +892,17 @@ static int bfqg_print_rwstat(struct seq_file *sf, void *v) - static u64 bfqg_prfill_stat_recursive(struct seq_file *sf, - struct blkg_policy_data *pd, int off) - { -- u64 sum = bfqg_stat_pd_recursive_sum(pd, off); -- -+ u64 sum = blkg_stat_recursive_sum(pd_to_blkg(pd), -+ &blkcg_policy_bfq, off); - return __blkg_prfill_u64(sf, pd, sum); - } - - static u64 bfqg_prfill_rwstat_recursive(struct seq_file *sf, - struct blkg_policy_data *pd, int off) - { -- struct blkg_rwstat sum = bfqg_rwstat_pd_recursive_sum(pd, off); -- -+ struct blkg_rwstat sum = blkg_rwstat_recursive_sum(pd_to_blkg(pd), -+ &blkcg_policy_bfq, -+ off); - return __blkg_prfill_rwstat(sf, pd, &sum); - } - -@@ -928,6 +922,41 @@ static int bfqg_print_rwstat_recursive(struct seq_file *sf, void *v) - return 0; - } - -+static u64 bfqg_prfill_sectors(struct seq_file *sf, struct blkg_policy_data *pd, -+ int off) -+{ -+ u64 sum = blkg_rwstat_total(&pd->blkg->stat_bytes); -+ -+ return __blkg_prfill_u64(sf, pd, sum >> 9); -+} -+ -+static int bfqg_print_stat_sectors(struct seq_file *sf, void *v) -+{ -+ blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), -+ bfqg_prfill_sectors, &blkcg_policy_bfq, 0, false); -+ return 0; -+} -+ -+static u64 bfqg_prfill_sectors_recursive(struct seq_file *sf, -+ struct blkg_policy_data *pd, int off) -+{ -+ struct blkg_rwstat tmp = blkg_rwstat_recursive_sum(pd->blkg, NULL, -+ offsetof(struct blkcg_gq, stat_bytes)); -+ u64 sum = atomic64_read(&tmp.aux_cnt[BLKG_RWSTAT_READ]) + -+ atomic64_read(&tmp.aux_cnt[BLKG_RWSTAT_WRITE]); -+ -+ return __blkg_prfill_u64(sf, pd, sum >> 9); -+} -+ -+static int bfqg_print_stat_sectors_recursive(struct seq_file *sf, void *v) -+{ -+ blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), -+ bfqg_prfill_sectors_recursive, &blkcg_policy_bfq, 0, -+ false); -+ return 0; -+} -+ -+ - static u64 bfqg_prfill_avg_queue_size(struct seq_file *sf, - struct blkg_policy_data *pd, int off) - { -@@ -964,38 +993,15 @@ bfq_create_group_hierarchy(struct bfq_data *bfqd, int node) - return blkg_to_bfqg(bfqd->queue->root_blkg); - } - --static struct blkcg_policy_data *bfq_cpd_alloc(gfp_t gfp) --{ -- struct bfq_group_data *bgd; -- -- bgd = kzalloc(sizeof(*bgd), GFP_KERNEL); -- if (!bgd) -- return NULL; -- return &bgd->pd; --} -- --static void bfq_cpd_free(struct blkcg_policy_data *cpd) --{ -- kfree(cpd_to_bfqgd(cpd)); --} -- --static struct cftype bfqio_files_dfl[] = { -+static struct cftype bfq_blkcg_legacy_files[] = { - { -- .name = "weight", -+ .name = "bfq.weight", - .flags = CFTYPE_NOT_ON_ROOT, -- .seq_show = bfqio_cgroup_weight_read_dfl, -- .write = bfqio_cgroup_weight_write_dfl, -+ .seq_show = bfq_io_show_weight, -+ .write_u64 = bfq_io_set_weight_legacy, - }, -- {} /* terminate */ --}; - --static struct cftype bfqio_files[] = { -- { -- .name = "bfq.weight", -- .read_u64 = bfqio_cgroup_weight_read, -- .write_u64 = bfqio_cgroup_weight_write, -- }, -- /* statistics, cover only the tasks in the bfqg */ -+ /* statistics, covers only the tasks in the bfqg */ - { - .name = "bfq.time", - .private = offsetof(struct bfq_group, stats.time), -@@ -1003,18 +1009,17 @@ static struct cftype bfqio_files[] = { - }, - { - .name = "bfq.sectors", -- .private = offsetof(struct bfq_group, stats.sectors), -- .seq_show = bfqg_print_stat, -+ .seq_show = bfqg_print_stat_sectors, - }, - { - .name = "bfq.io_service_bytes", -- .private = offsetof(struct bfq_group, stats.service_bytes), -- .seq_show = bfqg_print_rwstat, -+ .private = (unsigned long)&blkcg_policy_bfq, -+ .seq_show = blkg_print_stat_bytes, - }, - { - .name = "bfq.io_serviced", -- .private = offsetof(struct bfq_group, stats.serviced), -- .seq_show = bfqg_print_rwstat, -+ .private = (unsigned long)&blkcg_policy_bfq, -+ .seq_show = blkg_print_stat_ios, - }, - { - .name = "bfq.io_service_time", -@@ -1045,18 +1050,17 @@ static struct cftype bfqio_files[] = { - }, - { - .name = "bfq.sectors_recursive", -- .private = offsetof(struct bfq_group, stats.sectors), -- .seq_show = bfqg_print_stat_recursive, -+ .seq_show = bfqg_print_stat_sectors_recursive, - }, - { - .name = "bfq.io_service_bytes_recursive", -- .private = offsetof(struct bfq_group, stats.service_bytes), -- .seq_show = bfqg_print_rwstat_recursive, -+ .private = (unsigned long)&blkcg_policy_bfq, -+ .seq_show = blkg_print_stat_bytes_recursive, - }, - { - .name = "bfq.io_serviced_recursive", -- .private = offsetof(struct bfq_group, stats.serviced), -- .seq_show = bfqg_print_rwstat_recursive, -+ .private = (unsigned long)&blkcg_policy_bfq, -+ .seq_show = blkg_print_stat_ios_recursive, - }, - { - .name = "bfq.io_service_time_recursive", -@@ -1102,31 +1106,39 @@ static struct cftype bfqio_files[] = { - .private = offsetof(struct bfq_group, stats.dequeue), - .seq_show = bfqg_print_stat, - }, -- { -- .name = "bfq.unaccounted_time", -- .private = offsetof(struct bfq_group, stats.unaccounted_time), -- .seq_show = bfqg_print_stat, -- }, - { } /* terminate */ - }; - --static struct blkcg_policy blkcg_policy_bfq = { -- .dfl_cftypes = bfqio_files_dfl, -- .legacy_cftypes = bfqio_files, -- -- .pd_alloc_fn = bfq_pd_alloc, -- .pd_init_fn = bfq_pd_init, -- .pd_offline_fn = bfq_pd_offline, -- .pd_free_fn = bfq_pd_free, -- .pd_reset_stats_fn = bfq_pd_reset_stats, -- -- .cpd_alloc_fn = bfq_cpd_alloc, -- .cpd_init_fn = bfq_cpd_init, -- .cpd_bind_fn = bfq_cpd_init, -- .cpd_free_fn = bfq_cpd_free, -+static struct cftype bfq_blkg_files[] = { -+ { -+ .name = "bfq.weight", -+ .flags = CFTYPE_NOT_ON_ROOT, -+ .seq_show = bfq_io_show_weight, -+ .write = bfq_io_set_weight, -+ }, -+ {} /* terminate */ - }; - --#else -+#else /* CONFIG_BFQ_GROUP_IOSCHED */ -+ -+static inline void bfqg_stats_update_io_add(struct bfq_group *bfqg, -+ struct bfq_queue *bfqq, int op, int op_flags) { } -+static inline void -+bfqg_stats_update_io_remove(struct bfq_group *bfqg, int op, int op_flags) { } -+static inline void -+bfqg_stats_update_io_merged(struct bfq_group *bfqg, int op, int op_flags) { } -+static inline void bfqg_stats_update_completion(struct bfq_group *bfqg, -+ uint64_t start_time, uint64_t io_start_time, int op, -+ int op_flags) { } -+static inline void -+bfqg_stats_set_start_group_wait_time(struct bfq_group *bfqg, -+ struct bfq_group *curr_bfqg) { } -+static inline void bfqg_stats_end_empty_time(struct bfqg_stats *stats) { } -+static inline void bfqg_stats_update_dequeue(struct bfq_group *bfqg) { } -+static inline void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) { } -+static inline void bfqg_stats_update_idle_time(struct bfq_group *bfqg) { } -+static inline void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg) { } -+static inline void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg) { } - - static void bfq_init_entity(struct bfq_entity *entity, - struct bfq_group *bfqg) -@@ -1150,27 +1162,20 @@ bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) - return bfqd->root_group; - } - --static void bfq_bfqq_move(struct bfq_data *bfqd, -- struct bfq_queue *bfqq, -- struct bfq_entity *entity, -- struct bfq_group *bfqg) --{ --} -- - static void bfq_end_wr_async(struct bfq_data *bfqd) - { - bfq_end_wr_async_queues(bfqd, bfqd->root_group); - } - --static void bfq_disconnect_groups(struct bfq_data *bfqd) -+static struct bfq_group *bfq_find_set_group(struct bfq_data *bfqd, -+ struct blkcg *blkcg) - { -- bfq_put_async_queues(bfqd, bfqd->root_group); -+ return bfqd->root_group; - } - --static struct bfq_group *bfq_find_alloc_group(struct bfq_data *bfqd, -- struct blkcg *blkcg) -+static struct bfq_group *bfqq_group(struct bfq_queue *bfqq) - { -- return bfqd->root_group; -+ return bfqq->bfqd->root_group; - } - - static struct bfq_group * -diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c -index cf3e9b1..2a2c130 100644 ---- a/block/bfq-iosched.c -+++ b/block/bfq-iosched.c -@@ -1,5 +1,5 @@ - /* -- * Budget Fair Queueing (BFQ) disk scheduler. -+ * Budget Fair Queueing (BFQ) I/O scheduler. - * - * Based on ideas and code from CFQ: - * Copyright (C) 2003 Jens Axboe -@@ -7,25 +7,34 @@ - * Copyright (C) 2008 Fabio Checconi - * Paolo Valente - * -- * Copyright (C) 2010 Paolo Valente -+ * Copyright (C) 2015 Paolo Valente -+ * -+ * Copyright (C) 2016 Paolo Valente - * - * Licensed under the GPL-2 as detailed in the accompanying COPYING.BFQ - * file. - * -- * BFQ is a proportional-share storage-I/O scheduling algorithm based on -- * the slice-by-slice service scheme of CFQ. But BFQ assigns budgets, -- * measured in number of sectors, to processes instead of time slices. The -- * device is not granted to the in-service process for a given time slice, -- * but until it has exhausted its assigned budget. This change from the time -- * to the service domain allows BFQ to distribute the device throughput -- * among processes as desired, without any distortion due to ZBR, workload -- * fluctuations or other factors. BFQ uses an ad hoc internal scheduler, -- * called B-WF2Q+, to schedule processes according to their budgets. More -- * precisely, BFQ schedules queues associated to processes. Thanks to the -- * accurate policy of B-WF2Q+, BFQ can afford to assign high budgets to -- * I/O-bound processes issuing sequential requests (to boost the -- * throughput), and yet guarantee a low latency to interactive and soft -- * real-time applications. -+ * BFQ is a proportional-share I/O scheduler, with some extra -+ * low-latency capabilities. BFQ also supports full hierarchical -+ * scheduling through cgroups. Next paragraphs provide an introduction -+ * on BFQ inner workings. Details on BFQ benefits and usage can be -+ * found in Documentation/block/bfq-iosched.txt. -+ * -+ * BFQ is a proportional-share storage-I/O scheduling algorithm based -+ * on the slice-by-slice service scheme of CFQ. But BFQ assigns -+ * budgets, measured in number of sectors, to processes instead of -+ * time slices. The device is not granted to the in-service process -+ * for a given time slice, but until it has exhausted its assigned -+ * budget. This change from the time to the service domain enables BFQ -+ * to distribute the device throughput among processes as desired, -+ * without any distortion due to throughput fluctuations, or to device -+ * internal queueing. BFQ uses an ad hoc internal scheduler, called -+ * B-WF2Q+, to schedule processes according to their budgets. More -+ * precisely, BFQ schedules queues associated with processes. Thanks to -+ * the accurate policy of B-WF2Q+, BFQ can afford to assign high -+ * budgets to I/O-bound processes issuing sequential requests (to -+ * boost the throughput), and yet guarantee a low latency to -+ * interactive and soft real-time applications. - * - * BFQ is described in [1], where also a reference to the initial, more - * theoretical paper on BFQ can be found. The interested reader can find -@@ -40,10 +49,10 @@ - * H-WF2Q+, while the augmented tree used to implement B-WF2Q+ with O(log N) - * complexity derives from the one introduced with EEVDF in [3]. - * -- * [1] P. Valente and M. Andreolini, ``Improving Application Responsiveness -- * with the BFQ Disk I/O Scheduler'', -- * Proceedings of the 5th Annual International Systems and Storage -- * Conference (SYSTOR '12), June 2012. -+ * [1] P. Valente, A. Avanzini, "Evolution of the BFQ Storage I/O -+ * Scheduler", Proceedings of the First Workshop on Mobile System -+ * Technologies (MST-2015), May 2015. -+ * http://algogroup.unimore.it/people/paolo/disk_sched/mst-2015.pdf - * - * http://algogroup.unimo.it/people/paolo/disk_sched/bf1-v1-suite-results.pdf - * -@@ -70,24 +79,23 @@ - #include "bfq.h" - #include "blk.h" - --/* Expiration time of sync (0) and async (1) requests, in jiffies. */ --static const int bfq_fifo_expire[2] = { HZ / 4, HZ / 8 }; -+/* Expiration time of sync (0) and async (1) requests, in ns. */ -+static const u64 bfq_fifo_expire[2] = { NSEC_PER_SEC / 4, NSEC_PER_SEC / 8 }; - - /* Maximum backwards seek, in KiB. */ --static const int bfq_back_max = 16 * 1024; -+static const int bfq_back_max = (16 * 1024); - - /* Penalty of a backwards seek, in number of sectors. */ - static const int bfq_back_penalty = 2; - --/* Idling period duration, in jiffies. */ --static int bfq_slice_idle = HZ / 125; -+/* Idling period duration, in ns. */ -+static u32 bfq_slice_idle = (NSEC_PER_SEC / 125); - - /* Minimum number of assigned budgets for which stats are safe to compute. */ - static const int bfq_stats_min_budgets = 194; - - /* Default maximum budget values, in sectors and number of requests. */ --static const int bfq_default_max_budget = 16 * 1024; --static const int bfq_max_budget_async_rq = 4; -+static const int bfq_default_max_budget = (16 * 1024); - - /* - * Async to sync throughput distribution is controlled as follows: -@@ -97,23 +105,28 @@ static const int bfq_max_budget_async_rq = 4; - static const int bfq_async_charge_factor = 10; - - /* Default timeout values, in jiffies, approximating CFQ defaults. */ --static const int bfq_timeout_sync = HZ / 8; --static int bfq_timeout_async = HZ / 25; -+static const int bfq_timeout = (HZ / 8); - - struct kmem_cache *bfq_pool; - --/* Below this threshold (in ms), we consider thinktime immediate. */ --#define BFQ_MIN_TT 2 -+/* Below this threshold (in ns), we consider thinktime immediate. */ -+#define BFQ_MIN_TT (2 * NSEC_PER_MSEC) - - /* hw_tag detection: parallel requests threshold and min samples needed. */ - #define BFQ_HW_QUEUE_THRESHOLD 4 - #define BFQ_HW_QUEUE_SAMPLES 32 - --#define BFQQ_SEEK_THR (sector_t)(8 * 1024) --#define BFQQ_SEEKY(bfqq) ((bfqq)->seek_mean > BFQQ_SEEK_THR) -+#define BFQQ_SEEK_THR (sector_t)(8 * 100) -+#define BFQQ_SECT_THR_NONROT (sector_t)(2 * 32) -+#define BFQQ_CLOSE_THR (sector_t)(8 * 1024) -+#define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 32/8) - --/* Min samples used for peak rate estimation (for autotuning). */ --#define BFQ_PEAK_RATE_SAMPLES 32 -+/* Min number of samples required to perform peak-rate update */ -+#define BFQ_RATE_MIN_SAMPLES 32 -+/* Min observation time interval required to perform a peak-rate update (ns) */ -+#define BFQ_RATE_MIN_INTERVAL (300*NSEC_PER_MSEC) -+/* Target observation time interval for a peak-rate update (ns) */ -+#define BFQ_RATE_REF_INTERVAL NSEC_PER_SEC - - /* Shift used for peak rate fixed precision calculations. */ - #define BFQ_RATE_SHIFT 16 -@@ -141,16 +154,24 @@ struct kmem_cache *bfq_pool; - * The device's speed class is dynamically (re)detected in - * bfq_update_peak_rate() every time the estimated peak rate is updated. - * -- * In the following definitions, R_slow[0]/R_fast[0] and T_slow[0]/T_fast[0] -- * are the reference values for a slow/fast rotational device, whereas -- * R_slow[1]/R_fast[1] and T_slow[1]/T_fast[1] are the reference values for -- * a slow/fast non-rotational device. Finally, device_speed_thresh are the -- * thresholds used to switch between speed classes. -+ * In the following definitions, R_slow[0]/R_fast[0] and -+ * T_slow[0]/T_fast[0] are the reference values for a slow/fast -+ * rotational device, whereas R_slow[1]/R_fast[1] and -+ * T_slow[1]/T_fast[1] are the reference values for a slow/fast -+ * non-rotational device. Finally, device_speed_thresh are the -+ * thresholds used to switch between speed classes. The reference -+ * rates are not the actual peak rates of the devices used as a -+ * reference, but slightly lower values. The reason for using these -+ * slightly lower values is that the peak-rate estimator tends to -+ * yield slightly lower values than the actual peak rate (it can yield -+ * the actual peak rate only if there is only one process doing I/O, -+ * and the process does sequential I/O). -+ * - * Both the reference peak rates and the thresholds are measured in - * sectors/usec, left-shifted by BFQ_RATE_SHIFT. - */ --static int R_slow[2] = {1536, 10752}; --static int R_fast[2] = {17415, 34791}; -+static int R_slow[2] = {1000, 10700}; -+static int R_fast[2] = {14000, 33000}; - /* - * To improve readability, a conversion function is used to initialize the - * following arrays, which entails that they can be initialized only in a -@@ -183,10 +204,7 @@ static void bfq_schedule_dispatch(struct bfq_data *bfqd); - */ - static int bfq_bio_sync(struct bio *bio) - { -- if (bio_data_dir(bio) == READ || (bio->bi_rw & REQ_SYNC)) -- return 1; -- -- return 0; -+ return bio_data_dir(bio) == READ || (bio->bi_opf & REQ_SYNC); - } - - /* -@@ -409,11 +427,7 @@ static bool bfq_differentiated_weights(struct bfq_data *bfqd) - */ - static bool bfq_symmetric_scenario(struct bfq_data *bfqd) - { -- return --#ifdef CONFIG_BFQ_GROUP_IOSCHED -- !bfqd->active_numerous_groups && --#endif -- !bfq_differentiated_weights(bfqd); -+ return !bfq_differentiated_weights(bfqd); - } - - /* -@@ -533,9 +547,19 @@ static struct request *bfq_find_next_rq(struct bfq_data *bfqd, - static unsigned long bfq_serv_to_charge(struct request *rq, - struct bfq_queue *bfqq) - { -- return blk_rq_sectors(rq) * -- (1 + ((!bfq_bfqq_sync(bfqq)) * (bfqq->wr_coeff == 1) * -- bfq_async_charge_factor)); -+ if (bfq_bfqq_sync(bfqq) || bfqq->wr_coeff > 1) -+ return blk_rq_sectors(rq); -+ -+ /* -+ * If there are no weight-raised queues, then amplify service -+ * by just the async charge factor; otherwise amplify service -+ * by twice the async charge factor, to further reduce latency -+ * for weight-raised queues. -+ */ -+ if (bfqq->bfqd->wr_busy_queues == 0) -+ return blk_rq_sectors(rq) * bfq_async_charge_factor; -+ -+ return blk_rq_sectors(rq) * 2 * bfq_async_charge_factor; - } - - /** -@@ -576,7 +600,7 @@ static void bfq_updated_next_req(struct bfq_data *bfqd, - entity->budget = new_budget; - bfq_log_bfqq(bfqd, bfqq, "updated next rq: new budget %lu", - new_budget); -- bfq_activate_bfqq(bfqd, bfqq); -+ bfq_requeue_bfqq(bfqd, bfqq); - } - } - -@@ -590,12 +614,23 @@ static unsigned int bfq_wr_duration(struct bfq_data *bfqd) - dur = bfqd->RT_prod; - do_div(dur, bfqd->peak_rate); - -- return dur; --} -+ /* -+ * Limit duration between 3 and 13 seconds. Tests show that -+ * higher values than 13 seconds often yield the opposite of -+ * the desired result, i.e., worsen responsiveness by letting -+ * non-interactive and non-soft-real-time applications -+ * preserve weight raising for a too long time interval. -+ * -+ * On the other end, lower values than 3 seconds make it -+ * difficult for most interactive tasks to complete their jobs -+ * before weight-raising finishes. -+ */ -+ if (dur > msecs_to_jiffies(13000)) -+ dur = msecs_to_jiffies(13000); -+ else if (dur < msecs_to_jiffies(3000)) -+ dur = msecs_to_jiffies(3000); - --static unsigned int bfq_bfqq_cooperations(struct bfq_queue *bfqq) --{ -- return bfqq->bic ? bfqq->bic->cooperations : 0; -+ return dur; - } - - static void -@@ -605,31 +640,31 @@ bfq_bfqq_resume_state(struct bfq_queue *bfqq, struct bfq_io_cq *bic) - bfq_mark_bfqq_idle_window(bfqq); - else - bfq_clear_bfqq_idle_window(bfqq); -+ - if (bic->saved_IO_bound) - bfq_mark_bfqq_IO_bound(bfqq); - else - bfq_clear_bfqq_IO_bound(bfqq); -- /* Assuming that the flag in_large_burst is already correctly set */ -- if (bic->wr_time_left && bfqq->bfqd->low_latency && -- !bfq_bfqq_in_large_burst(bfqq) && -- bic->cooperations < bfqq->bfqd->bfq_coop_thresh) { -- /* -- * Start a weight raising period with the duration given by -- * the raising_time_left snapshot. -- */ -- if (bfq_bfqq_busy(bfqq)) -- bfqq->bfqd->wr_busy_queues++; -- bfqq->wr_coeff = bfqq->bfqd->bfq_wr_coeff; -- bfqq->wr_cur_max_time = bic->wr_time_left; -- bfqq->last_wr_start_finish = jiffies; -- bfqq->entity.prio_changed = 1; -+ -+ bfqq->wr_coeff = bic->saved_wr_coeff; -+ bfqq->wr_start_at_switch_to_srt = bic->saved_wr_start_at_switch_to_srt; -+ BUG_ON(time_is_after_jiffies(bfqq->wr_start_at_switch_to_srt)); -+ bfqq->last_wr_start_finish = bic->saved_last_wr_start_finish; -+ bfqq->wr_cur_max_time = bic->saved_wr_cur_max_time; -+ BUG_ON(time_is_after_jiffies(bfqq->last_wr_start_finish)); -+ -+ if (bfqq->wr_coeff > 1 && (bfq_bfqq_in_large_burst(bfqq) || -+ time_is_before_jiffies(bfqq->last_wr_start_finish + -+ bfqq->wr_cur_max_time))) { -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "resume state: switching off wr (%lu + %lu < %lu)", -+ bfqq->last_wr_start_finish, bfqq->wr_cur_max_time, -+ jiffies); -+ -+ bfqq->wr_coeff = 1; - } -- /* -- * Clear wr_time_left to prevent bfq_bfqq_save_state() from -- * getting confused about the queue's need of a weight-raising -- * period. -- */ -- bic->wr_time_left = 0; -+ /* make sure weight will be updated, however we got here */ -+ bfqq->entity.prio_changed = 1; - } - - static int bfqq_process_refs(struct bfq_queue *bfqq) -@@ -639,7 +674,7 @@ static int bfqq_process_refs(struct bfq_queue *bfqq) - lockdep_assert_held(bfqq->bfqd->queue->queue_lock); - - io_refs = bfqq->allocated[READ] + bfqq->allocated[WRITE]; -- process_refs = atomic_read(&bfqq->ref) - io_refs - bfqq->entity.on_st; -+ process_refs = bfqq->ref - io_refs - bfqq->entity.on_st; - BUG_ON(process_refs < 0); - return process_refs; - } -@@ -654,6 +689,7 @@ static void bfq_reset_burst_list(struct bfq_data *bfqd, struct bfq_queue *bfqq) - hlist_del_init(&item->burst_list_node); - hlist_add_head(&bfqq->burst_list_node, &bfqd->burst_list); - bfqd->burst_size = 1; -+ bfqd->burst_parent_entity = bfqq->entity.parent; - } - - /* Add bfqq to the list of queues in current burst (see bfq_handle_burst) */ -@@ -662,6 +698,10 @@ static void bfq_add_to_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq) - /* Increment burst size to take into account also bfqq */ - bfqd->burst_size++; - -+ bfq_log_bfqq(bfqd, bfqq, "add_to_burst %d", bfqd->burst_size); -+ -+ BUG_ON(bfqd->burst_size > bfqd->bfq_large_burst_thresh); -+ - if (bfqd->burst_size == bfqd->bfq_large_burst_thresh) { - struct bfq_queue *pos, *bfqq_item; - struct hlist_node *n; -@@ -671,15 +711,19 @@ static void bfq_add_to_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq) - * other to consider this burst as large. - */ - bfqd->large_burst = true; -+ bfq_log_bfqq(bfqd, bfqq, "add_to_burst: large burst started"); - - /* - * We can now mark all queues in the burst list as - * belonging to a large burst. - */ - hlist_for_each_entry(bfqq_item, &bfqd->burst_list, -- burst_list_node) -+ burst_list_node) { - bfq_mark_bfqq_in_large_burst(bfqq_item); -+ bfq_log_bfqq(bfqd, bfqq_item, "marked in large burst"); -+ } - bfq_mark_bfqq_in_large_burst(bfqq); -+ bfq_log_bfqq(bfqd, bfqq, "marked in large burst"); - - /* - * From now on, and until the current burst finishes, any -@@ -691,67 +735,79 @@ static void bfq_add_to_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq) - hlist_for_each_entry_safe(pos, n, &bfqd->burst_list, - burst_list_node) - hlist_del_init(&pos->burst_list_node); -- } else /* burst not yet large: add bfqq to the burst list */ -+ } else /* -+ * Burst not yet large: add bfqq to the burst list. Do -+ * not increment the ref counter for bfqq, because bfqq -+ * is removed from the burst list before freeing bfqq -+ * in put_queue. -+ */ - hlist_add_head(&bfqq->burst_list_node, &bfqd->burst_list); - } - - /* -- * If many queues happen to become active shortly after each other, then, -- * to help the processes associated to these queues get their job done as -- * soon as possible, it is usually better to not grant either weight-raising -- * or device idling to these queues. In this comment we describe, firstly, -- * the reasons why this fact holds, and, secondly, the next function, which -- * implements the main steps needed to properly mark these queues so that -- * they can then be treated in a different way. -+ * If many queues belonging to the same group happen to be created -+ * shortly after each other, then the processes associated with these -+ * queues have typically a common goal. In particular, bursts of queue -+ * creations are usually caused by services or applications that spawn -+ * many parallel threads/processes. Examples are systemd during boot, -+ * or git grep. To help these processes get their job done as soon as -+ * possible, it is usually better to not grant either weight-raising -+ * or device idling to their queues. - * -- * As for the terminology, we say that a queue becomes active, i.e., -- * switches from idle to backlogged, either when it is created (as a -- * consequence of the arrival of an I/O request), or, if already existing, -- * when a new request for the queue arrives while the queue is idle. -- * Bursts of activations, i.e., activations of different queues occurring -- * shortly after each other, are typically caused by services or applications -- * that spawn or reactivate many parallel threads/processes. Examples are -- * systemd during boot or git grep. -+ * In this comment we describe, firstly, the reasons why this fact -+ * holds, and, secondly, the next function, which implements the main -+ * steps needed to properly mark these queues so that they can then be -+ * treated in a different way. - * -- * These services or applications benefit mostly from a high throughput: -- * the quicker the requests of the activated queues are cumulatively served, -- * the sooner the target job of these queues gets completed. As a consequence, -- * weight-raising any of these queues, which also implies idling the device -- * for it, is almost always counterproductive: in most cases it just lowers -- * throughput. -+ * The above services or applications benefit mostly from a high -+ * throughput: the quicker the requests of the activated queues are -+ * cumulatively served, the sooner the target job of these queues gets -+ * completed. As a consequence, weight-raising any of these queues, -+ * which also implies idling the device for it, is almost always -+ * counterproductive. In most cases it just lowers throughput. - * -- * On the other hand, a burst of activations may be also caused by the start -- * of an application that does not consist in a lot of parallel I/O-bound -- * threads. In fact, with a complex application, the burst may be just a -- * consequence of the fact that several processes need to be executed to -- * start-up the application. To start an application as quickly as possible, -- * the best thing to do is to privilege the I/O related to the application -- * with respect to all other I/O. Therefore, the best strategy to start as -- * quickly as possible an application that causes a burst of activations is -- * to weight-raise all the queues activated during the burst. This is the -+ * On the other hand, a burst of queue creations may be caused also by -+ * the start of an application that does not consist of a lot of -+ * parallel I/O-bound threads. In fact, with a complex application, -+ * several short processes may need to be executed to start-up the -+ * application. In this respect, to start an application as quickly as -+ * possible, the best thing to do is in any case to privilege the I/O -+ * related to the application with respect to all other -+ * I/O. Therefore, the best strategy to start as quickly as possible -+ * an application that causes a burst of queue creations is to -+ * weight-raise all the queues created during the burst. This is the - * exact opposite of the best strategy for the other type of bursts. - * -- * In the end, to take the best action for each of the two cases, the two -- * types of bursts need to be distinguished. Fortunately, this seems -- * relatively easy to do, by looking at the sizes of the bursts. In -- * particular, we found a threshold such that bursts with a larger size -- * than that threshold are apparently caused only by services or commands -- * such as systemd or git grep. For brevity, hereafter we call just 'large' -- * these bursts. BFQ *does not* weight-raise queues whose activations occur -- * in a large burst. In addition, for each of these queues BFQ performs or -- * does not perform idling depending on which choice boosts the throughput -- * most. The exact choice depends on the device and request pattern at -+ * In the end, to take the best action for each of the two cases, the -+ * two types of bursts need to be distinguished. Fortunately, this -+ * seems relatively easy, by looking at the sizes of the bursts. In -+ * particular, we found a threshold such that only bursts with a -+ * larger size than that threshold are apparently caused by -+ * services or commands such as systemd or git grep. For brevity, -+ * hereafter we call just 'large' these bursts. BFQ *does not* -+ * weight-raise queues whose creation occurs in a large burst. In -+ * addition, for each of these queues BFQ performs or does not perform -+ * idling depending on which choice boosts the throughput more. The -+ * exact choice depends on the device and request pattern at - * hand. - * -- * Turning back to the next function, it implements all the steps needed -- * to detect the occurrence of a large burst and to properly mark all the -- * queues belonging to it (so that they can then be treated in a different -- * way). This goal is achieved by maintaining a special "burst list" that -- * holds, temporarily, the queues that belong to the burst in progress. The -- * list is then used to mark these queues as belonging to a large burst if -- * the burst does become large. The main steps are the following. -+ * Unfortunately, false positives may occur while an interactive task -+ * is starting (e.g., an application is being started). The -+ * consequence is that the queues associated with the task do not -+ * enjoy weight raising as expected. Fortunately these false positives -+ * are very rare. They typically occur if some service happens to -+ * start doing I/O exactly when the interactive task starts. -+ * -+ * Turning back to the next function, it implements all the steps -+ * needed to detect the occurrence of a large burst and to properly -+ * mark all the queues belonging to it (so that they can then be -+ * treated in a different way). This goal is achieved by maintaining a -+ * "burst list" that holds, temporarily, the queues that belong to the -+ * burst in progress. The list is then used to mark these queues as -+ * belonging to a large burst if the burst does become large. The main -+ * steps are the following. - * -- * . when the very first queue is activated, the queue is inserted into the -+ * . when the very first queue is created, the queue is inserted into the - * list (as it could be the first queue in a possible burst) - * - * . if the current burst has not yet become large, and a queue Q that does -@@ -772,13 +828,13 @@ static void bfq_add_to_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq) - * - * . the device enters a large-burst mode - * -- * . if a queue Q that does not belong to the burst is activated while -+ * . if a queue Q that does not belong to the burst is created while - * the device is in large-burst mode and shortly after the last time - * at which a queue either entered the burst list or was marked as - * belonging to the current large burst, then Q is immediately marked - * as belonging to a large burst. - * -- * . if a queue Q that does not belong to the burst is activated a while -+ * . if a queue Q that does not belong to the burst is created a while - * later, i.e., not shortly after, than the last time at which a queue - * either entered the burst list or was marked as belonging to the - * current large burst, then the current burst is deemed as finished and: -@@ -791,52 +847,44 @@ static void bfq_add_to_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq) - * in a possible new burst (then the burst list contains just Q - * after this step). - */ --static void bfq_handle_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq, -- bool idle_for_long_time) -+static void bfq_handle_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq) - { - /* -- * If bfqq happened to be activated in a burst, but has been idle -- * for at least as long as an interactive queue, then we assume -- * that, in the overall I/O initiated in the burst, the I/O -- * associated to bfqq is finished. So bfqq does not need to be -- * treated as a queue belonging to a burst anymore. Accordingly, -- * we reset bfqq's in_large_burst flag if set, and remove bfqq -- * from the burst list if it's there. We do not decrement instead -- * burst_size, because the fact that bfqq does not need to belong -- * to the burst list any more does not invalidate the fact that -- * bfqq may have been activated during the current burst. -- */ -- if (idle_for_long_time) { -- hlist_del_init(&bfqq->burst_list_node); -- bfq_clear_bfqq_in_large_burst(bfqq); -- } -- -- /* - * If bfqq is already in the burst list or is part of a large -- * burst, then there is nothing else to do. -+ * burst, or finally has just been split, then there is -+ * nothing else to do. - */ - if (!hlist_unhashed(&bfqq->burst_list_node) || -- bfq_bfqq_in_large_burst(bfqq)) -+ bfq_bfqq_in_large_burst(bfqq) || -+ time_is_after_eq_jiffies(bfqq->split_time + -+ msecs_to_jiffies(10))) - return; - - /* -- * If bfqq's activation happens late enough, then the current -- * burst is finished, and related data structures must be reset. -+ * If bfqq's creation happens late enough, or bfqq belongs to -+ * a different group than the burst group, then the current -+ * burst is finished, and related data structures must be -+ * reset. - * -- * In this respect, consider the special case where bfqq is the very -- * first queue being activated. In this case, last_ins_in_burst is -- * not yet significant when we get here. But it is easy to verify -- * that, whether or not the following condition is true, bfqq will -- * end up being inserted into the burst list. In particular the -- * list will happen to contain only bfqq. And this is exactly what -- * has to happen, as bfqq may be the first queue in a possible -+ * In this respect, consider the special case where bfqq is -+ * the very first queue created after BFQ is selected for this -+ * device. In this case, last_ins_in_burst and -+ * burst_parent_entity are not yet significant when we get -+ * here. But it is easy to verify that, whether or not the -+ * following condition is true, bfqq will end up being -+ * inserted into the burst list. In particular the list will -+ * happen to contain only bfqq. And this is exactly what has -+ * to happen, as bfqq may be the first queue of the first - * burst. - */ - if (time_is_before_jiffies(bfqd->last_ins_in_burst + -- bfqd->bfq_burst_interval)) { -+ bfqd->bfq_burst_interval) || -+ bfqq->entity.parent != bfqd->burst_parent_entity) { - bfqd->large_burst = false; - bfq_reset_burst_list(bfqd, bfqq); -- return; -+ bfq_log_bfqq(bfqd, bfqq, -+ "handle_burst: late activation or different group"); -+ goto end; - } - - /* -@@ -845,8 +893,9 @@ static void bfq_handle_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq, - * bfqq as belonging to this large burst immediately. - */ - if (bfqd->large_burst) { -+ bfq_log_bfqq(bfqd, bfqq, "handle_burst: marked in burst"); - bfq_mark_bfqq_in_large_burst(bfqq); -- return; -+ goto end; - } - - /* -@@ -855,25 +904,491 @@ static void bfq_handle_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq, - * queue. Then we add bfqq to the burst. - */ - bfq_add_to_burst(bfqd, bfqq); -+end: -+ /* -+ * At this point, bfqq either has been added to the current -+ * burst or has caused the current burst to terminate and a -+ * possible new burst to start. In particular, in the second -+ * case, bfqq has become the first queue in the possible new -+ * burst. In both cases last_ins_in_burst needs to be moved -+ * forward. -+ */ -+ bfqd->last_ins_in_burst = jiffies; -+ -+} -+ -+static int bfq_bfqq_budget_left(struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ return entity->budget - entity->service; -+} -+ -+/* -+ * If enough samples have been computed, return the current max budget -+ * stored in bfqd, which is dynamically updated according to the -+ * estimated disk peak rate; otherwise return the default max budget -+ */ -+static int bfq_max_budget(struct bfq_data *bfqd) -+{ -+ if (bfqd->budgets_assigned < bfq_stats_min_budgets) -+ return bfq_default_max_budget; -+ else -+ return bfqd->bfq_max_budget; -+} -+ -+/* -+ * Return min budget, which is a fraction of the current or default -+ * max budget (trying with 1/32) -+ */ -+static int bfq_min_budget(struct bfq_data *bfqd) -+{ -+ if (bfqd->budgets_assigned < bfq_stats_min_budgets) -+ return bfq_default_max_budget / 32; -+ else -+ return bfqd->bfq_max_budget / 32; -+} -+ -+static void bfq_bfqq_expire(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ bool compensate, -+ enum bfqq_expiration reason); -+ -+/* -+ * The next function, invoked after the input queue bfqq switches from -+ * idle to busy, updates the budget of bfqq. The function also tells -+ * whether the in-service queue should be expired, by returning -+ * true. The purpose of expiring the in-service queue is to give bfqq -+ * the chance to possibly preempt the in-service queue, and the reason -+ * for preempting the in-service queue is to achieve one of the two -+ * goals below. -+ * -+ * 1. Guarantee to bfqq its reserved bandwidth even if bfqq has -+ * expired because it has remained idle. In particular, bfqq may have -+ * expired for one of the following two reasons: -+ * -+ * - BFQ_BFQQ_NO_MORE_REQUEST bfqq did not enjoy any device idling and -+ * did not make it to issue a new request before its last request -+ * was served; -+ * -+ * - BFQ_BFQQ_TOO_IDLE bfqq did enjoy device idling, but did not issue -+ * a new request before the expiration of the idling-time. -+ * -+ * Even if bfqq has expired for one of the above reasons, the process -+ * associated with the queue may be however issuing requests greedily, -+ * and thus be sensitive to the bandwidth it receives (bfqq may have -+ * remained idle for other reasons: CPU high load, bfqq not enjoying -+ * idling, I/O throttling somewhere in the path from the process to -+ * the I/O scheduler, ...). But if, after every expiration for one of -+ * the above two reasons, bfqq has to wait for the service of at least -+ * one full budget of another queue before being served again, then -+ * bfqq is likely to get a much lower bandwidth or resource time than -+ * its reserved ones. To address this issue, two countermeasures need -+ * to be taken. -+ * -+ * First, the budget and the timestamps of bfqq need to be updated in -+ * a special way on bfqq reactivation: they need to be updated as if -+ * bfqq did not remain idle and did not expire. In fact, if they are -+ * computed as if bfqq expired and remained idle until reactivation, -+ * then the process associated with bfqq is treated as if, instead of -+ * being greedy, it stopped issuing requests when bfqq remained idle, -+ * and restarts issuing requests only on this reactivation. In other -+ * words, the scheduler does not help the process recover the "service -+ * hole" between bfqq expiration and reactivation. As a consequence, -+ * the process receives a lower bandwidth than its reserved one. In -+ * contrast, to recover this hole, the budget must be updated as if -+ * bfqq was not expired at all before this reactivation, i.e., it must -+ * be set to the value of the remaining budget when bfqq was -+ * expired. Along the same line, timestamps need to be assigned the -+ * value they had the last time bfqq was selected for service, i.e., -+ * before last expiration. Thus timestamps need to be back-shifted -+ * with respect to their normal computation (see [1] for more details -+ * on this tricky aspect). -+ * -+ * Secondly, to allow the process to recover the hole, the in-service -+ * queue must be expired too, to give bfqq the chance to preempt it -+ * immediately. In fact, if bfqq has to wait for a full budget of the -+ * in-service queue to be completed, then it may become impossible to -+ * let the process recover the hole, even if the back-shifted -+ * timestamps of bfqq are lower than those of the in-service queue. If -+ * this happens for most or all of the holes, then the process may not -+ * receive its reserved bandwidth. In this respect, it is worth noting -+ * that, being the service of outstanding requests unpreemptible, a -+ * little fraction of the holes may however be unrecoverable, thereby -+ * causing a little loss of bandwidth. -+ * -+ * The last important point is detecting whether bfqq does need this -+ * bandwidth recovery. In this respect, the next function deems the -+ * process associated with bfqq greedy, and thus allows it to recover -+ * the hole, if: 1) the process is waiting for the arrival of a new -+ * request (which implies that bfqq expired for one of the above two -+ * reasons), and 2) such a request has arrived soon. The first -+ * condition is controlled through the flag non_blocking_wait_rq, -+ * while the second through the flag arrived_in_time. If both -+ * conditions hold, then the function computes the budget in the -+ * above-described special way, and signals that the in-service queue -+ * should be expired. Timestamp back-shifting is done later in -+ * __bfq_activate_entity. -+ * -+ * 2. Reduce latency. Even if timestamps are not backshifted to let -+ * the process associated with bfqq recover a service hole, bfqq may -+ * however happen to have, after being (re)activated, a lower finish -+ * timestamp than the in-service queue. That is, the next budget of -+ * bfqq may have to be completed before the one of the in-service -+ * queue. If this is the case, then preempting the in-service queue -+ * allows this goal to be achieved, apart from the unpreemptible, -+ * outstanding requests mentioned above. -+ * -+ * Unfortunately, regardless of which of the above two goals one wants -+ * to achieve, service trees need first to be updated to know whether -+ * the in-service queue must be preempted. To have service trees -+ * correctly updated, the in-service queue must be expired and -+ * rescheduled, and bfqq must be scheduled too. This is one of the -+ * most costly operations (in future versions, the scheduling -+ * mechanism may be re-designed in such a way to make it possible to -+ * know whether preemption is needed without needing to update service -+ * trees). In addition, queue preemptions almost always cause random -+ * I/O, and thus loss of throughput. Because of these facts, the next -+ * function adopts the following simple scheme to avoid both costly -+ * operations and too frequent preemptions: it requests the expiration -+ * of the in-service queue (unconditionally) only for queues that need -+ * to recover a hole, or that either are weight-raised or deserve to -+ * be weight-raised. -+ */ -+static bool bfq_bfqq_update_budg_for_activation(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ bool arrived_in_time, -+ bool wr_or_deserves_wr) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ if (bfq_bfqq_non_blocking_wait_rq(bfqq) && arrived_in_time) { -+ /* -+ * We do not clear the flag non_blocking_wait_rq here, as -+ * the latter is used in bfq_activate_bfqq to signal -+ * that timestamps need to be back-shifted (and is -+ * cleared right after). -+ */ -+ -+ /* -+ * In next assignment we rely on that either -+ * entity->service or entity->budget are not updated -+ * on expiration if bfqq is empty (see -+ * __bfq_bfqq_recalc_budget). Thus both quantities -+ * remain unchanged after such an expiration, and the -+ * following statement therefore assigns to -+ * entity->budget the remaining budget on such an -+ * expiration. For clarity, entity->service is not -+ * updated on expiration in any case, and, in normal -+ * operation, is reset only when bfqq is selected for -+ * service (see bfq_get_next_queue). -+ */ -+ BUG_ON(bfqq->max_budget < 0); -+ entity->budget = min_t(unsigned long, -+ bfq_bfqq_budget_left(bfqq), -+ bfqq->max_budget); -+ -+ BUG_ON(entity->budget < 0); -+ return true; -+ } -+ -+ BUG_ON(bfqq->max_budget < 0); -+ entity->budget = max_t(unsigned long, bfqq->max_budget, -+ bfq_serv_to_charge(bfqq->next_rq, bfqq)); -+ BUG_ON(entity->budget < 0); -+ -+ bfq_clear_bfqq_non_blocking_wait_rq(bfqq); -+ return wr_or_deserves_wr; -+} -+ -+static void bfq_update_bfqq_wr_on_rq_arrival(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ unsigned int old_wr_coeff, -+ bool wr_or_deserves_wr, -+ bool interactive, -+ bool in_burst, -+ bool soft_rt) -+{ -+ if (old_wr_coeff == 1 && wr_or_deserves_wr) { -+ /* start a weight-raising period */ -+ if (interactive) { -+ bfqq->wr_coeff = bfqd->bfq_wr_coeff; -+ bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -+ } else { -+ bfqq->wr_start_at_switch_to_srt = jiffies; -+ bfqq->wr_coeff = bfqd->bfq_wr_coeff * -+ BFQ_SOFTRT_WEIGHT_FACTOR; -+ bfqq->wr_cur_max_time = -+ bfqd->bfq_wr_rt_max_time; -+ } -+ /* -+ * If needed, further reduce budget to make sure it is -+ * close to bfqq's backlog, so as to reduce the -+ * scheduling-error component due to a too large -+ * budget. Do not care about throughput consequences, -+ * but only about latency. Finally, do not assign a -+ * too small budget either, to avoid increasing -+ * latency by causing too frequent expirations. -+ */ -+ bfqq->entity.budget = min_t(unsigned long, -+ bfqq->entity.budget, -+ 2 * bfq_min_budget(bfqd)); -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "wrais starting at %lu, rais_max_time %u", -+ jiffies, -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ } else if (old_wr_coeff > 1) { -+ if (interactive) { /* update wr coeff and duration */ -+ bfqq->wr_coeff = bfqd->bfq_wr_coeff; -+ bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -+ } else if (in_burst) { -+ bfqq->wr_coeff = 1; -+ bfq_log_bfqq(bfqd, bfqq, -+ "wrais ending at %lu, rais_max_time %u", -+ jiffies, -+ jiffies_to_msecs(bfqq-> -+ wr_cur_max_time)); -+ } else if (soft_rt) { -+ /* -+ * The application is now or still meeting the -+ * requirements for being deemed soft rt. We -+ * can then correctly and safely (re)charge -+ * the weight-raising duration for the -+ * application with the weight-raising -+ * duration for soft rt applications. -+ * -+ * In particular, doing this recharge now, i.e., -+ * before the weight-raising period for the -+ * application finishes, reduces the probability -+ * of the following negative scenario: -+ * 1) the weight of a soft rt application is -+ * raised at startup (as for any newly -+ * created application), -+ * 2) since the application is not interactive, -+ * at a certain time weight-raising is -+ * stopped for the application, -+ * 3) at that time the application happens to -+ * still have pending requests, and hence -+ * is destined to not have a chance to be -+ * deemed soft rt before these requests are -+ * completed (see the comments to the -+ * function bfq_bfqq_softrt_next_start() -+ * for details on soft rt detection), -+ * 4) these pending requests experience a high -+ * latency because the application is not -+ * weight-raised while they are pending. -+ */ -+ if (bfqq->wr_cur_max_time != -+ bfqd->bfq_wr_rt_max_time) { -+ bfqq->wr_start_at_switch_to_srt = -+ bfqq->last_wr_start_finish; -+ BUG_ON(time_is_after_jiffies(bfqq->last_wr_start_finish)); -+ -+ bfqq->wr_cur_max_time = -+ bfqd->bfq_wr_rt_max_time; -+ bfqq->wr_coeff = bfqd->bfq_wr_coeff * -+ BFQ_SOFTRT_WEIGHT_FACTOR; -+ bfq_log_bfqq(bfqd, bfqq, -+ "switching to soft_rt wr"); -+ } else -+ bfq_log_bfqq(bfqd, bfqq, -+ "moving forward soft_rt wr duration"); -+ bfqq->last_wr_start_finish = jiffies; -+ } -+ } -+} -+ -+static bool bfq_bfqq_idle_for_long_time(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq) -+{ -+ return bfqq->dispatched == 0 && -+ time_is_before_jiffies( -+ bfqq->budget_timeout + -+ bfqd->bfq_wr_min_idle_time); -+} -+ -+static void bfq_bfqq_handle_idle_busy_switch(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ int old_wr_coeff, -+ struct request *rq, -+ bool *interactive) -+{ -+ bool soft_rt, in_burst, wr_or_deserves_wr, -+ bfqq_wants_to_preempt, -+ idle_for_long_time = bfq_bfqq_idle_for_long_time(bfqd, bfqq), -+ /* -+ * See the comments on -+ * bfq_bfqq_update_budg_for_activation for -+ * details on the usage of the next variable. -+ */ -+ arrived_in_time = ktime_get_ns() <= -+ RQ_BIC(rq)->ttime.last_end_request + -+ bfqd->bfq_slice_idle * 3; -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "bfq_add_request non-busy: " -+ "jiffies %lu, in_time %d, idle_long %d busyw %d " -+ "wr_coeff %u", -+ jiffies, arrived_in_time, -+ idle_for_long_time, -+ bfq_bfqq_non_blocking_wait_rq(bfqq), -+ old_wr_coeff); -+ -+ BUG_ON(bfqq->entity.budget < bfqq->entity.service); -+ -+ BUG_ON(bfqq == bfqd->in_service_queue); -+ bfqg_stats_update_io_add(bfqq_group(RQ_BFQQ(rq)), bfqq, -+ req_op(rq), rq->cmd_flags); -+ -+ /* -+ * bfqq deserves to be weight-raised if: -+ * - it is sync, -+ * - it does not belong to a large burst, -+ * - it has been idle for enough time or is soft real-time, -+ * - is linked to a bfq_io_cq (it is not shared in any sense) -+ */ -+ in_burst = bfq_bfqq_in_large_burst(bfqq); -+ soft_rt = bfqd->bfq_wr_max_softrt_rate > 0 && -+ !in_burst && -+ time_is_before_jiffies(bfqq->soft_rt_next_start); -+ *interactive = -+ !in_burst && -+ idle_for_long_time; -+ wr_or_deserves_wr = bfqd->low_latency && -+ (bfqq->wr_coeff > 1 || -+ (bfq_bfqq_sync(bfqq) && -+ bfqq->bic && (*interactive || soft_rt))); -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "bfq_add_request: " -+ "in_burst %d, " -+ "soft_rt %d (next %lu), inter %d, bic %p", -+ bfq_bfqq_in_large_burst(bfqq), soft_rt, -+ bfqq->soft_rt_next_start, -+ *interactive, -+ bfqq->bic); -+ -+ /* -+ * Using the last flag, update budget and check whether bfqq -+ * may want to preempt the in-service queue. -+ */ -+ bfqq_wants_to_preempt = -+ bfq_bfqq_update_budg_for_activation(bfqd, bfqq, -+ arrived_in_time, -+ wr_or_deserves_wr); -+ -+ /* -+ * If bfqq happened to be activated in a burst, but has been -+ * idle for much more than an interactive queue, then we -+ * assume that, in the overall I/O initiated in the burst, the -+ * I/O associated with bfqq is finished. So bfqq does not need -+ * to be treated as a queue belonging to a burst -+ * anymore. Accordingly, we reset bfqq's in_large_burst flag -+ * if set, and remove bfqq from the burst list if it's -+ * there. We do not decrement burst_size, because the fact -+ * that bfqq does not need to belong to the burst list any -+ * more does not invalidate the fact that bfqq was created in -+ * a burst. -+ */ -+ if (likely(!bfq_bfqq_just_created(bfqq)) && -+ idle_for_long_time && -+ time_is_before_jiffies( -+ bfqq->budget_timeout + -+ msecs_to_jiffies(10000))) { -+ hlist_del_init(&bfqq->burst_list_node); -+ bfq_clear_bfqq_in_large_burst(bfqq); -+ } -+ -+ bfq_clear_bfqq_just_created(bfqq); -+ -+ if (!bfq_bfqq_IO_bound(bfqq)) { -+ if (arrived_in_time) { -+ bfqq->requests_within_timer++; -+ if (bfqq->requests_within_timer >= -+ bfqd->bfq_requests_within_timer) -+ bfq_mark_bfqq_IO_bound(bfqq); -+ } else -+ bfqq->requests_within_timer = 0; -+ bfq_log_bfqq(bfqd, bfqq, "requests in time %d", -+ bfqq->requests_within_timer); -+ } -+ -+ if (bfqd->low_latency) { -+ if (unlikely(time_is_after_jiffies(bfqq->split_time))) -+ /* wraparound */ -+ bfqq->split_time = -+ jiffies - bfqd->bfq_wr_min_idle_time - 1; -+ -+ if (time_is_before_jiffies(bfqq->split_time + -+ bfqd->bfq_wr_min_idle_time)) { -+ bfq_update_bfqq_wr_on_rq_arrival(bfqd, bfqq, -+ old_wr_coeff, -+ wr_or_deserves_wr, -+ *interactive, -+ in_burst, -+ soft_rt); -+ -+ if (old_wr_coeff != bfqq->wr_coeff) -+ bfqq->entity.prio_changed = 1; -+ } -+ } -+ -+ bfqq->last_idle_bklogged = jiffies; -+ bfqq->service_from_backlogged = 0; -+ bfq_clear_bfqq_softrt_update(bfqq); -+ -+ bfq_add_bfqq_busy(bfqd, bfqq); -+ -+ /* -+ * Expire in-service queue only if preemption may be needed -+ * for guarantees. In this respect, the function -+ * next_queue_may_preempt just checks a simple, necessary -+ * condition, and not a sufficient condition based on -+ * timestamps. In fact, for the latter condition to be -+ * evaluated, timestamps would need first to be updated, and -+ * this operation is quite costly (see the comments on the -+ * function bfq_bfqq_update_budg_for_activation). -+ */ -+ if (bfqd->in_service_queue && bfqq_wants_to_preempt && -+ bfqd->in_service_queue->wr_coeff < bfqq->wr_coeff && -+ next_queue_may_preempt(bfqd)) { -+ struct bfq_queue *in_serv = -+ bfqd->in_service_queue; -+ BUG_ON(in_serv == bfqq); -+ -+ bfq_bfqq_expire(bfqd, bfqd->in_service_queue, -+ false, BFQ_BFQQ_PREEMPTED); -+ BUG_ON(in_serv->entity.budget < 0); -+ } - } - - static void bfq_add_request(struct request *rq) - { - struct bfq_queue *bfqq = RQ_BFQQ(rq); -- struct bfq_entity *entity = &bfqq->entity; - struct bfq_data *bfqd = bfqq->bfqd; - struct request *next_rq, *prev; -- unsigned long old_wr_coeff = bfqq->wr_coeff; -+ unsigned int old_wr_coeff = bfqq->wr_coeff; - bool interactive = false; - -- bfq_log_bfqq(bfqd, bfqq, "add_request %d", rq_is_sync(rq)); -+ bfq_log_bfqq(bfqd, bfqq, "add_request: size %u %s", -+ blk_rq_sectors(rq), rq_is_sync(rq) ? "S" : "A"); -+ -+ if (bfqq->wr_coeff > 1) /* queue is being weight-raised */ -+ bfq_log_bfqq(bfqd, bfqq, -+ "raising period dur %u/%u msec, old coeff %u, w %d(%d)", -+ jiffies_to_msecs(jiffies - bfqq->last_wr_start_finish), -+ jiffies_to_msecs(bfqq->wr_cur_max_time), -+ bfqq->wr_coeff, -+ bfqq->entity.weight, bfqq->entity.orig_weight); -+ - bfqq->queued[rq_is_sync(rq)]++; - bfqd->queued++; - - elv_rb_add(&bfqq->sort_list, rq); - - /* -- * Check if this request is a better next-serve candidate. -+ * Check if this request is a better next-to-serve candidate. - */ - prev = bfqq->next_rq; - next_rq = bfq_choose_req(bfqd, bfqq->next_rq, rq, bfqd->last_position); -@@ -886,160 +1401,10 @@ static void bfq_add_request(struct request *rq) - if (prev != bfqq->next_rq) - bfq_pos_tree_add_move(bfqd, bfqq); - -- if (!bfq_bfqq_busy(bfqq)) { -- bool soft_rt, coop_or_in_burst, -- idle_for_long_time = time_is_before_jiffies( -- bfqq->budget_timeout + -- bfqd->bfq_wr_min_idle_time); -- --#ifdef CONFIG_BFQ_GROUP_IOSCHED -- bfqg_stats_update_io_add(bfqq_group(RQ_BFQQ(rq)), bfqq, -- rq->cmd_flags); --#endif -- if (bfq_bfqq_sync(bfqq)) { -- bool already_in_burst = -- !hlist_unhashed(&bfqq->burst_list_node) || -- bfq_bfqq_in_large_burst(bfqq); -- bfq_handle_burst(bfqd, bfqq, idle_for_long_time); -- /* -- * If bfqq was not already in the current burst, -- * then, at this point, bfqq either has been -- * added to the current burst or has caused the -- * current burst to terminate. In particular, in -- * the second case, bfqq has become the first -- * queue in a possible new burst. -- * In both cases last_ins_in_burst needs to be -- * moved forward. -- */ -- if (!already_in_burst) -- bfqd->last_ins_in_burst = jiffies; -- } -- -- coop_or_in_burst = bfq_bfqq_in_large_burst(bfqq) || -- bfq_bfqq_cooperations(bfqq) >= bfqd->bfq_coop_thresh; -- soft_rt = bfqd->bfq_wr_max_softrt_rate > 0 && -- !coop_or_in_burst && -- time_is_before_jiffies(bfqq->soft_rt_next_start); -- interactive = !coop_or_in_burst && idle_for_long_time; -- entity->budget = max_t(unsigned long, bfqq->max_budget, -- bfq_serv_to_charge(next_rq, bfqq)); -- -- if (!bfq_bfqq_IO_bound(bfqq)) { -- if (time_before(jiffies, -- RQ_BIC(rq)->ttime.last_end_request + -- bfqd->bfq_slice_idle)) { -- bfqq->requests_within_timer++; -- if (bfqq->requests_within_timer >= -- bfqd->bfq_requests_within_timer) -- bfq_mark_bfqq_IO_bound(bfqq); -- } else -- bfqq->requests_within_timer = 0; -- } -- -- if (!bfqd->low_latency) -- goto add_bfqq_busy; -- -- if (bfq_bfqq_just_split(bfqq)) -- goto set_prio_changed; -- -- /* -- * If the queue: -- * - is not being boosted, -- * - has been idle for enough time, -- * - is not a sync queue or is linked to a bfq_io_cq (it is -- * shared "for its nature" or it is not shared and its -- * requests have not been redirected to a shared queue) -- * start a weight-raising period. -- */ -- if (old_wr_coeff == 1 && (interactive || soft_rt) && -- (!bfq_bfqq_sync(bfqq) || bfqq->bic)) { -- bfqq->wr_coeff = bfqd->bfq_wr_coeff; -- if (interactive) -- bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -- else -- bfqq->wr_cur_max_time = -- bfqd->bfq_wr_rt_max_time; -- bfq_log_bfqq(bfqd, bfqq, -- "wrais starting at %lu, rais_max_time %u", -- jiffies, -- jiffies_to_msecs(bfqq->wr_cur_max_time)); -- } else if (old_wr_coeff > 1) { -- if (interactive) -- bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -- else if (coop_or_in_burst || -- (bfqq->wr_cur_max_time == -- bfqd->bfq_wr_rt_max_time && -- !soft_rt)) { -- bfqq->wr_coeff = 1; -- bfq_log_bfqq(bfqd, bfqq, -- "wrais ending at %lu, rais_max_time %u", -- jiffies, -- jiffies_to_msecs(bfqq-> -- wr_cur_max_time)); -- } else if (time_before( -- bfqq->last_wr_start_finish + -- bfqq->wr_cur_max_time, -- jiffies + -- bfqd->bfq_wr_rt_max_time) && -- soft_rt) { -- /* -- * -- * The remaining weight-raising time is lower -- * than bfqd->bfq_wr_rt_max_time, which means -- * that the application is enjoying weight -- * raising either because deemed soft-rt in -- * the near past, or because deemed interactive -- * a long ago. -- * In both cases, resetting now the current -- * remaining weight-raising time for the -- * application to the weight-raising duration -- * for soft rt applications would not cause any -- * latency increase for the application (as the -- * new duration would be higher than the -- * remaining time). -- * -- * In addition, the application is now meeting -- * the requirements for being deemed soft rt. -- * In the end we can correctly and safely -- * (re)charge the weight-raising duration for -- * the application with the weight-raising -- * duration for soft rt applications. -- * -- * In particular, doing this recharge now, i.e., -- * before the weight-raising period for the -- * application finishes, reduces the probability -- * of the following negative scenario: -- * 1) the weight of a soft rt application is -- * raised at startup (as for any newly -- * created application), -- * 2) since the application is not interactive, -- * at a certain time weight-raising is -- * stopped for the application, -- * 3) at that time the application happens to -- * still have pending requests, and hence -- * is destined to not have a chance to be -- * deemed soft rt before these requests are -- * completed (see the comments to the -- * function bfq_bfqq_softrt_next_start() -- * for details on soft rt detection), -- * 4) these pending requests experience a high -- * latency because the application is not -- * weight-raised while they are pending. -- */ -- bfqq->last_wr_start_finish = jiffies; -- bfqq->wr_cur_max_time = -- bfqd->bfq_wr_rt_max_time; -- } -- } --set_prio_changed: -- if (old_wr_coeff != bfqq->wr_coeff) -- entity->prio_changed = 1; --add_bfqq_busy: -- bfqq->last_idle_bklogged = jiffies; -- bfqq->service_from_backlogged = 0; -- bfq_clear_bfqq_softrt_update(bfqq); -- bfq_add_bfqq_busy(bfqd, bfqq); -- } else { -+ if (!bfq_bfqq_busy(bfqq)) /* switching to busy ... */ -+ bfq_bfqq_handle_idle_busy_switch(bfqd, bfqq, old_wr_coeff, -+ rq, &interactive); -+ else { - if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && - time_is_before_jiffies( - bfqq->last_wr_start_finish + -@@ -1048,16 +1413,43 @@ static void bfq_add_request(struct request *rq) - bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); - - bfqd->wr_busy_queues++; -- entity->prio_changed = 1; -+ bfqq->entity.prio_changed = 1; - bfq_log_bfqq(bfqd, bfqq, -- "non-idle wrais starting at %lu, rais_max_time %u", -- jiffies, -- jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ "non-idle wrais starting, " -+ "wr_max_time %u wr_busy %d", -+ jiffies_to_msecs(bfqq->wr_cur_max_time), -+ bfqd->wr_busy_queues); - } - if (prev != bfqq->next_rq) - bfq_updated_next_req(bfqd, bfqq); - } - -+ /* -+ * Assign jiffies to last_wr_start_finish in the following -+ * cases: -+ * -+ * . if bfqq is not going to be weight-raised, because, for -+ * non weight-raised queues, last_wr_start_finish stores the -+ * arrival time of the last request; as of now, this piece -+ * of information is used only for deciding whether to -+ * weight-raise async queues -+ * -+ * . if bfqq is not weight-raised, because, if bfqq is now -+ * switching to weight-raised, then last_wr_start_finish -+ * stores the time when weight-raising starts -+ * -+ * . if bfqq is interactive, because, regardless of whether -+ * bfqq is currently weight-raised, the weight-raising -+ * period must start or restart (this case is considered -+ * separately because it is not detected by the above -+ * conditions, if bfqq is already weight-raised) -+ * -+ * last_wr_start_finish has to be updated also if bfqq is soft -+ * real-time, because the weight-raising period is constantly -+ * restarted on idle-to-busy transitions for these queues, but -+ * this is already done in bfq_bfqq_handle_idle_busy_switch if -+ * needed. -+ */ - if (bfqd->low_latency && - (old_wr_coeff == 1 || bfqq->wr_coeff == 1 || interactive)) - bfqq->last_wr_start_finish = jiffies; -@@ -1081,14 +1473,24 @@ static struct request *bfq_find_rq_fmerge(struct bfq_data *bfqd, - return NULL; - } - -+static sector_t get_sdist(sector_t last_pos, struct request *rq) -+{ -+ sector_t sdist = 0; -+ -+ if (last_pos) { -+ if (last_pos < blk_rq_pos(rq)) -+ sdist = blk_rq_pos(rq) - last_pos; -+ else -+ sdist = last_pos - blk_rq_pos(rq); -+ } -+ -+ return sdist; -+} -+ - static void bfq_activate_request(struct request_queue *q, struct request *rq) - { - struct bfq_data *bfqd = q->elevator->elevator_data; -- - bfqd->rq_in_driver++; -- bfqd->last_position = blk_rq_pos(rq) + blk_rq_sectors(rq); -- bfq_log(bfqd, "activate_request: new bfqd->last_position %llu", -- (unsigned long long) bfqd->last_position); - } - - static void bfq_deactivate_request(struct request_queue *q, struct request *rq) -@@ -1105,6 +1507,9 @@ static void bfq_remove_request(struct request *rq) - struct bfq_data *bfqd = bfqq->bfqd; - const int sync = rq_is_sync(rq); - -+ BUG_ON(bfqq->entity.service > bfqq->entity.budget && -+ bfqq == bfqd->in_service_queue); -+ - if (bfqq->next_rq == rq) { - bfqq->next_rq = bfq_find_next_rq(bfqd, bfqq, rq); - bfq_updated_next_req(bfqd, bfqq); -@@ -1118,8 +1523,25 @@ static void bfq_remove_request(struct request *rq) - elv_rb_del(&bfqq->sort_list, rq); - - if (RB_EMPTY_ROOT(&bfqq->sort_list)) { -- if (bfq_bfqq_busy(bfqq) && bfqq != bfqd->in_service_queue) -- bfq_del_bfqq_busy(bfqd, bfqq, 1); -+ BUG_ON(bfqq->entity.budget < 0); -+ -+ if (bfq_bfqq_busy(bfqq) && bfqq != bfqd->in_service_queue) { -+ bfq_del_bfqq_busy(bfqd, bfqq, false); -+ -+ /* bfqq emptied. In normal operation, when -+ * bfqq is empty, bfqq->entity.service and -+ * bfqq->entity.budget must contain, -+ * respectively, the service received and the -+ * budget used last time bfqq emptied. These -+ * facts do not hold in this case, as at least -+ * this last removal occurred while bfqq is -+ * not in service. To avoid inconsistencies, -+ * reset both bfqq->entity.service and -+ * bfqq->entity.budget. -+ */ -+ bfqq->entity.budget = bfqq->entity.service = 0; -+ } -+ - /* - * Remove queue from request-position tree as it is empty. - */ -@@ -1133,9 +1555,8 @@ static void bfq_remove_request(struct request *rq) - BUG_ON(bfqq->meta_pending == 0); - bfqq->meta_pending--; - } --#ifdef CONFIG_BFQ_GROUP_IOSCHED -- bfqg_stats_update_io_remove(bfqq_group(bfqq), rq->cmd_flags); --#endif -+ bfqg_stats_update_io_remove(bfqq_group(bfqq), req_op(rq), -+ rq->cmd_flags); - } - - static int bfq_merge(struct request_queue *q, struct request **req, -@@ -1145,7 +1566,7 @@ static int bfq_merge(struct request_queue *q, struct request **req, - struct request *__rq; - - __rq = bfq_find_rq_fmerge(bfqd, bio); -- if (__rq && elv_rq_merge_ok(__rq, bio)) { -+ if (__rq && elv_bio_merge_ok(__rq, bio)) { - *req = __rq; - return ELEVATOR_FRONT_MERGE; - } -@@ -1190,7 +1611,8 @@ static void bfq_merged_request(struct request_queue *q, struct request *req, - static void bfq_bio_merged(struct request_queue *q, struct request *req, - struct bio *bio) - { -- bfqg_stats_update_io_merged(bfqq_group(RQ_BFQQ(req)), bio->bi_rw); -+ bfqg_stats_update_io_merged(bfqq_group(RQ_BFQQ(req)), bio_op(bio), -+ bio->bi_opf); - } - #endif - -@@ -1210,7 +1632,7 @@ static void bfq_merged_requests(struct request_queue *q, struct request *rq, - */ - if (bfqq == next_bfqq && - !list_empty(&rq->queuelist) && !list_empty(&next->queuelist) && -- time_before(next->fifo_time, rq->fifo_time)) { -+ next->fifo_time < rq->fifo_time) { - list_del_init(&rq->queuelist); - list_replace_init(&next->queuelist, &rq->queuelist); - rq->fifo_time = next->fifo_time; -@@ -1220,21 +1642,31 @@ static void bfq_merged_requests(struct request_queue *q, struct request *rq, - bfqq->next_rq = rq; - - bfq_remove_request(next); --#ifdef CONFIG_BFQ_GROUP_IOSCHED -- bfqg_stats_update_io_merged(bfqq_group(bfqq), next->cmd_flags); --#endif -+ bfqg_stats_update_io_merged(bfqq_group(bfqq), req_op(next), -+ next->cmd_flags); - } - - /* Must be called with bfqq != NULL */ - static void bfq_bfqq_end_wr(struct bfq_queue *bfqq) - { - BUG_ON(!bfqq); -+ - if (bfq_bfqq_busy(bfqq)) - bfqq->bfqd->wr_busy_queues--; - bfqq->wr_coeff = 1; - bfqq->wr_cur_max_time = 0; -- /* Trigger a weight change on the next activation of the queue */ -+ bfqq->last_wr_start_finish = jiffies; -+ /* -+ * Trigger a weight change on the next invocation of -+ * __bfq_entity_update_weight_prio. -+ */ - bfqq->entity.prio_changed = 1; -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "end_wr: wrais ending at %lu, rais_max_time %u", -+ bfqq->last_wr_start_finish, -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "end_wr: wr_busy %d", -+ bfqq->bfqd->wr_busy_queues); - } - - static void bfq_end_wr_async_queues(struct bfq_data *bfqd, -@@ -1277,7 +1709,7 @@ static int bfq_rq_close_to_sector(void *io_struct, bool request, - sector_t sector) - { - return abs(bfq_io_struct_pos(io_struct, request) - sector) <= -- BFQQ_SEEK_THR; -+ BFQQ_CLOSE_THR; - } - - static struct bfq_queue *bfqq_find_close(struct bfq_data *bfqd, -@@ -1399,7 +1831,7 @@ bfq_setup_merge(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) - * throughput. - */ - bfqq->new_bfqq = new_bfqq; -- atomic_add(process_refs, &new_bfqq->ref); -+ new_bfqq->ref += process_refs; - return new_bfqq; - } - -@@ -1430,9 +1862,23 @@ static bool bfq_may_be_close_cooperator(struct bfq_queue *bfqq, - } - - /* -- * Attempt to schedule a merge of bfqq with the currently in-service queue -- * or with a close queue among the scheduled queues. -- * Return NULL if no merge was scheduled, a pointer to the shared bfq_queue -+ * If this function returns true, then bfqq cannot be merged. The idea -+ * is that true cooperation happens very early after processes start -+ * to do I/O. Usually, late cooperations are just accidental false -+ * positives. In case bfqq is weight-raised, such false positives -+ * would evidently degrade latency guarantees for bfqq. -+ */ -+bool wr_from_too_long(struct bfq_queue *bfqq) -+{ -+ return bfqq->wr_coeff > 1 && -+ time_is_before_jiffies(bfqq->last_wr_start_finish + -+ msecs_to_jiffies(100)); -+} -+ -+/* -+ * Attempt to schedule a merge of bfqq with the currently in-service -+ * queue or with a close queue among the scheduled queues. Return -+ * NULL if no merge was scheduled, a pointer to the shared bfq_queue - * structure otherwise. - * - * The OOM queue is not allowed to participate to cooperation: in fact, since -@@ -1441,6 +1887,18 @@ static bool bfq_may_be_close_cooperator(struct bfq_queue *bfqq, - * handle merging with the OOM queue would be quite complex and expensive - * to maintain. Besides, in such a critical condition as an out of memory, - * the benefits of queue merging may be little relevant, or even negligible. -+ * -+ * Weight-raised queues can be merged only if their weight-raising -+ * period has just started. In fact cooperating processes are usually -+ * started together. Thus, with this filter we avoid false positives -+ * that would jeopardize low-latency guarantees. -+ * -+ * WARNING: queue merging may impair fairness among non-weight raised -+ * queues, for at least two reasons: 1) the original weight of a -+ * merged queue may change during the merged state, 2) even being the -+ * weight the same, a merged queue may be bloated with many more -+ * requests than the ones produced by its originally-associated -+ * process. - */ - static struct bfq_queue * - bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, -@@ -1450,16 +1908,32 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, - - if (bfqq->new_bfqq) - return bfqq->new_bfqq; -- if (!io_struct || unlikely(bfqq == &bfqd->oom_bfqq)) -+ -+ if (io_struct && wr_from_too_long(bfqq) && -+ likely(bfqq != &bfqd->oom_bfqq)) -+ bfq_log_bfqq(bfqd, bfqq, -+ "would have looked for coop, but bfq%d wr", -+ bfqq->pid); -+ -+ if (!io_struct || -+ wr_from_too_long(bfqq) || -+ unlikely(bfqq == &bfqd->oom_bfqq)) - return NULL; -- /* If device has only one backlogged bfq_queue, don't search. */ -+ -+ /* If there is only one backlogged queue, don't search. */ - if (bfqd->busy_queues == 1) - return NULL; - - in_service_bfqq = bfqd->in_service_queue; - -+ if (in_service_bfqq && in_service_bfqq != bfqq && -+ bfqd->in_service_bic && wr_from_too_long(in_service_bfqq) -+ && likely(in_service_bfqq == &bfqd->oom_bfqq)) -+ bfq_log_bfqq(bfqd, bfqq, -+ "would have tried merge with in-service-queue, but wr"); -+ - if (!in_service_bfqq || in_service_bfqq == bfqq || -- !bfqd->in_service_bic || -+ !bfqd->in_service_bic || wr_from_too_long(in_service_bfqq) || - unlikely(in_service_bfqq == &bfqd->oom_bfqq)) - goto check_scheduled; - -@@ -1481,7 +1955,15 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, - - BUG_ON(new_bfqq && bfqq->entity.parent != new_bfqq->entity.parent); - -- if (new_bfqq && likely(new_bfqq != &bfqd->oom_bfqq) && -+ if (new_bfqq && wr_from_too_long(new_bfqq) && -+ likely(new_bfqq != &bfqd->oom_bfqq) && -+ bfq_may_be_close_cooperator(bfqq, new_bfqq)) -+ bfq_log_bfqq(bfqd, bfqq, -+ "would have merged with bfq%d, but wr", -+ new_bfqq->pid); -+ -+ if (new_bfqq && !wr_from_too_long(new_bfqq) && -+ likely(new_bfqq != &bfqd->oom_bfqq) && - bfq_may_be_close_cooperator(bfqq, new_bfqq)) - return bfq_setup_merge(bfqq, new_bfqq); - -@@ -1490,53 +1972,25 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, - - static void bfq_bfqq_save_state(struct bfq_queue *bfqq) - { -+ struct bfq_io_cq *bic = bfqq->bic; -+ - /* - * If !bfqq->bic, the queue is already shared or its requests - * have already been redirected to a shared queue; both idle window - * and weight raising state have already been saved. Do nothing. - */ -- if (!bfqq->bic) -+ if (!bic) - return; -- if (bfqq->bic->wr_time_left) -- /* -- * This is the queue of a just-started process, and would -- * deserve weight raising: we set wr_time_left to the full -- * weight-raising duration to trigger weight-raising when -- * and if the queue is split and the first request of the -- * queue is enqueued. -- */ -- bfqq->bic->wr_time_left = bfq_wr_duration(bfqq->bfqd); -- else if (bfqq->wr_coeff > 1) { -- unsigned long wr_duration = -- jiffies - bfqq->last_wr_start_finish; -- /* -- * It may happen that a queue's weight raising period lasts -- * longer than its wr_cur_max_time, as weight raising is -- * handled only when a request is enqueued or dispatched (it -- * does not use any timer). If the weight raising period is -- * about to end, don't save it. -- */ -- if (bfqq->wr_cur_max_time <= wr_duration) -- bfqq->bic->wr_time_left = 0; -- else -- bfqq->bic->wr_time_left = -- bfqq->wr_cur_max_time - wr_duration; -- /* -- * The bfq_queue is becoming shared or the requests of the -- * process owning the queue are being redirected to a shared -- * queue. Stop the weight raising period of the queue, as in -- * both cases it should not be owned by an interactive or -- * soft real-time application. -- */ -- bfq_bfqq_end_wr(bfqq); -- } else -- bfqq->bic->wr_time_left = 0; -- bfqq->bic->saved_idle_window = bfq_bfqq_idle_window(bfqq); -- bfqq->bic->saved_IO_bound = bfq_bfqq_IO_bound(bfqq); -- bfqq->bic->saved_in_large_burst = bfq_bfqq_in_large_burst(bfqq); -- bfqq->bic->was_in_burst_list = !hlist_unhashed(&bfqq->burst_list_node); -- bfqq->bic->cooperations++; -- bfqq->bic->failed_cooperations = 0; -+ -+ bic->saved_idle_window = bfq_bfqq_idle_window(bfqq); -+ bic->saved_IO_bound = bfq_bfqq_IO_bound(bfqq); -+ bic->saved_in_large_burst = bfq_bfqq_in_large_burst(bfqq); -+ bic->was_in_burst_list = !hlist_unhashed(&bfqq->burst_list_node); -+ bic->saved_wr_coeff = bfqq->wr_coeff; -+ bic->saved_wr_start_at_switch_to_srt = bfqq->wr_start_at_switch_to_srt; -+ bic->saved_last_wr_start_finish = bfqq->last_wr_start_finish; -+ bic->saved_wr_cur_max_time = bfqq->wr_cur_max_time; -+ BUG_ON(time_is_after_jiffies(bfqq->last_wr_start_finish)); - } - - static void bfq_get_bic_reference(struct bfq_queue *bfqq) -@@ -1561,6 +2015,40 @@ bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, - if (bfq_bfqq_IO_bound(bfqq)) - bfq_mark_bfqq_IO_bound(new_bfqq); - bfq_clear_bfqq_IO_bound(bfqq); -+ -+ /* -+ * If bfqq is weight-raised, then let new_bfqq inherit -+ * weight-raising. To reduce false positives, neglect the case -+ * where bfqq has just been created, but has not yet made it -+ * to be weight-raised (which may happen because EQM may merge -+ * bfqq even before bfq_add_request is executed for the first -+ * time for bfqq). Handling this case would however be very -+ * easy, thanks to the flag just_created. -+ */ -+ if (new_bfqq->wr_coeff == 1 && bfqq->wr_coeff > 1) { -+ new_bfqq->wr_coeff = bfqq->wr_coeff; -+ new_bfqq->wr_cur_max_time = bfqq->wr_cur_max_time; -+ new_bfqq->last_wr_start_finish = bfqq->last_wr_start_finish; -+ new_bfqq->wr_start_at_switch_to_srt = bfqq->wr_start_at_switch_to_srt; -+ if (bfq_bfqq_busy(new_bfqq)) -+ bfqd->wr_busy_queues++; -+ new_bfqq->entity.prio_changed = 1; -+ bfq_log_bfqq(bfqd, new_bfqq, -+ "wr start after merge with %d, rais_max_time %u", -+ bfqq->pid, -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ } -+ -+ if (bfqq->wr_coeff > 1) { /* bfqq has given its wr to new_bfqq */ -+ bfqq->wr_coeff = 1; -+ bfqq->entity.prio_changed = 1; -+ if (bfq_bfqq_busy(bfqq)) -+ bfqd->wr_busy_queues--; -+ } -+ -+ bfq_log_bfqq(bfqd, new_bfqq, "merge_bfqqs: wr_busy %d", -+ bfqd->wr_busy_queues); -+ - /* - * Grab a reference to the bic, to prevent it from being destroyed - * before being possibly touched by a bfq_split_bfqq(). -@@ -1587,20 +2075,8 @@ bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, - bfq_put_queue(bfqq); - } - --static void bfq_bfqq_increase_failed_cooperations(struct bfq_queue *bfqq) --{ -- struct bfq_io_cq *bic = bfqq->bic; -- struct bfq_data *bfqd = bfqq->bfqd; -- -- if (bic && bfq_bfqq_cooperations(bfqq) >= bfqd->bfq_coop_thresh) { -- bic->failed_cooperations++; -- if (bic->failed_cooperations >= bfqd->bfq_failed_cooperations) -- bic->cooperations = 0; -- } --} -- --static int bfq_allow_merge(struct request_queue *q, struct request *rq, -- struct bio *bio) -+static int bfq_allow_bio_merge(struct request_queue *q, struct request *rq, -+ struct bio *bio) - { - struct bfq_data *bfqd = q->elevator->elevator_data; - struct bfq_io_cq *bic; -@@ -1610,7 +2086,7 @@ static int bfq_allow_merge(struct request_queue *q, struct request *rq, - * Disallow merge of a sync bio into an async request. - */ - if (bfq_bio_sync(bio) && !rq_is_sync(rq)) -- return 0; -+ return false; - - /* - * Lookup the bfqq that this bio will be queued with. Allow -@@ -1619,7 +2095,7 @@ static int bfq_allow_merge(struct request_queue *q, struct request *rq, - */ - bic = bfq_bic_lookup(bfqd, current->io_context); - if (!bic) -- return 0; -+ return false; - - bfqq = bic_to_bfqq(bic, bfq_bio_sync(bio)); - /* -@@ -1636,30 +2112,111 @@ static int bfq_allow_merge(struct request_queue *q, struct request *rq, - * to decide whether bio and rq can be merged. - */ - bfqq = new_bfqq; -- } else -- bfq_bfqq_increase_failed_cooperations(bfqq); -+ } - } - - return bfqq == RQ_BFQQ(rq); - } - -+static int bfq_allow_rq_merge(struct request_queue *q, struct request *rq, -+ struct request *next) -+{ -+ return RQ_BFQQ(rq) == RQ_BFQQ(next); -+} -+ -+/* -+ * Set the maximum time for the in-service queue to consume its -+ * budget. This prevents seeky processes from lowering the throughput. -+ * In practice, a time-slice service scheme is used with seeky -+ * processes. -+ */ -+static void bfq_set_budget_timeout(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq) -+{ -+ unsigned int timeout_coeff; -+ -+ if (bfqq->wr_cur_max_time == bfqd->bfq_wr_rt_max_time) -+ timeout_coeff = 1; -+ else -+ timeout_coeff = bfqq->entity.weight / bfqq->entity.orig_weight; -+ -+ bfqd->last_budget_start = ktime_get(); -+ -+ bfqq->budget_timeout = jiffies + -+ bfqd->bfq_timeout * timeout_coeff; -+ -+ bfq_log_bfqq(bfqd, bfqq, "set budget_timeout %u", -+ jiffies_to_msecs(bfqd->bfq_timeout * timeout_coeff)); -+} -+ - static void __bfq_set_in_service_queue(struct bfq_data *bfqd, - struct bfq_queue *bfqq) - { - if (bfqq) { --#ifdef CONFIG_BFQ_GROUP_IOSCHED - bfqg_stats_update_avg_queue_size(bfqq_group(bfqq)); --#endif - bfq_mark_bfqq_must_alloc(bfqq); -- bfq_mark_bfqq_budget_new(bfqq); - bfq_clear_bfqq_fifo_expire(bfqq); - - bfqd->budgets_assigned = (bfqd->budgets_assigned*7 + 256) / 8; - -+ BUG_ON(bfqq == bfqd->in_service_queue); -+ BUG_ON(RB_EMPTY_ROOT(&bfqq->sort_list)); -+ -+ if (time_is_before_jiffies(bfqq->last_wr_start_finish) && -+ bfqq->wr_coeff > 1 && -+ bfqq->wr_cur_max_time == bfqd->bfq_wr_rt_max_time && -+ time_is_before_jiffies(bfqq->budget_timeout)) { -+ /* -+ * For soft real-time queues, move the start -+ * of the weight-raising period forward by the -+ * time the queue has not received any -+ * service. Otherwise, a relatively long -+ * service delay is likely to cause the -+ * weight-raising period of the queue to end, -+ * because of the short duration of the -+ * weight-raising period of a soft real-time -+ * queue. It is worth noting that this move -+ * is not so dangerous for the other queues, -+ * because soft real-time queues are not -+ * greedy. -+ * -+ * To not add a further variable, we use the -+ * overloaded field budget_timeout to -+ * determine for how long the queue has not -+ * received service, i.e., how much time has -+ * elapsed since the queue expired. However, -+ * this is a little imprecise, because -+ * budget_timeout is set to jiffies if bfqq -+ * not only expires, but also remains with no -+ * request. -+ */ -+ if (time_after(bfqq->budget_timeout, -+ bfqq->last_wr_start_finish)) -+ bfqq->last_wr_start_finish += -+ jiffies - bfqq->budget_timeout; -+ else -+ bfqq->last_wr_start_finish = jiffies; -+ -+ if (time_is_after_jiffies(bfqq->last_wr_start_finish)) { -+ pr_crit( -+ "BFQ WARNING:last %lu budget %lu jiffies %lu", -+ bfqq->last_wr_start_finish, -+ bfqq->budget_timeout, -+ jiffies); -+ pr_crit("diff %lu", jiffies - -+ max_t(unsigned long, -+ bfqq->last_wr_start_finish, -+ bfqq->budget_timeout)); -+ bfqq->last_wr_start_finish = jiffies; -+ } -+ } -+ -+ bfq_set_budget_timeout(bfqd, bfqq); - bfq_log_bfqq(bfqd, bfqq, - "set_in_service_queue, cur-budget = %d", - bfqq->entity.budget); -- } -+ } else -+ bfq_log(bfqd, "set_in_service_queue: NULL"); - - bfqd->in_service_queue = bfqq; - } -@@ -1675,36 +2232,11 @@ static struct bfq_queue *bfq_set_in_service_queue(struct bfq_data *bfqd) - return bfqq; - } - --/* -- * If enough samples have been computed, return the current max budget -- * stored in bfqd, which is dynamically updated according to the -- * estimated disk peak rate; otherwise return the default max budget -- */ --static int bfq_max_budget(struct bfq_data *bfqd) --{ -- if (bfqd->budgets_assigned < bfq_stats_min_budgets) -- return bfq_default_max_budget; -- else -- return bfqd->bfq_max_budget; --} -- --/* -- * Return min budget, which is a fraction of the current or default -- * max budget (trying with 1/32) -- */ --static int bfq_min_budget(struct bfq_data *bfqd) --{ -- if (bfqd->budgets_assigned < bfq_stats_min_budgets) -- return bfq_default_max_budget / 32; -- else -- return bfqd->bfq_max_budget / 32; --} -- - static void bfq_arm_slice_timer(struct bfq_data *bfqd) - { - struct bfq_queue *bfqq = bfqd->in_service_queue; - struct bfq_io_cq *bic; -- unsigned long sl; -+ u32 sl; - - BUG_ON(!RB_EMPTY_ROOT(&bfqq->sort_list)); - -@@ -1728,59 +2260,343 @@ static void bfq_arm_slice_timer(struct bfq_data *bfqd) - sl = bfqd->bfq_slice_idle; - /* - * Unless the queue is being weight-raised or the scenario is -- * asymmetric, grant only minimum idle time if the queue either -- * has been seeky for long enough or has already proved to be -- * constantly seeky. -+ * asymmetric, grant only minimum idle time if the queue -+ * is seeky. A long idling is preserved for a weight-raised -+ * queue, or, more in general, in an asymemtric scenario, -+ * because a long idling is needed for guaranteeing to a queue -+ * its reserved share of the throughput (in particular, it is -+ * needed if the queue has a higher weight than some other -+ * queue). - */ -- if (bfq_sample_valid(bfqq->seek_samples) && -- ((BFQQ_SEEKY(bfqq) && bfqq->entity.service > -- bfq_max_budget(bfqq->bfqd) / 8) || -- bfq_bfqq_constantly_seeky(bfqq)) && bfqq->wr_coeff == 1 && -+ if (BFQQ_SEEKY(bfqq) && bfqq->wr_coeff == 1 && - bfq_symmetric_scenario(bfqd)) -- sl = min(sl, msecs_to_jiffies(BFQ_MIN_TT)); -- else if (bfqq->wr_coeff > 1) -- sl = sl * 3; -+ sl = min_t(u32, sl, BFQ_MIN_TT); -+ - bfqd->last_idling_start = ktime_get(); -- mod_timer(&bfqd->idle_slice_timer, jiffies + sl); --#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ hrtimer_start(&bfqd->idle_slice_timer, ns_to_ktime(sl), -+ HRTIMER_MODE_REL); - bfqg_stats_set_start_idle_time(bfqq_group(bfqq)); --#endif -- bfq_log(bfqd, "arm idle: %u/%u ms", -- jiffies_to_msecs(sl), jiffies_to_msecs(bfqd->bfq_slice_idle)); -+ bfq_log(bfqd, "arm idle: %ld/%ld ms", -+ sl / NSEC_PER_MSEC, bfqd->bfq_slice_idle / NSEC_PER_MSEC); - } - - /* -- * Set the maximum time for the in-service queue to consume its -- * budget. This prevents seeky processes from lowering the disk -- * throughput (always guaranteed with a time slice scheme as in CFQ). -+ * In autotuning mode, max_budget is dynamically recomputed as the -+ * amount of sectors transferred in timeout at the estimated peak -+ * rate. This enables BFQ to utilize a full timeslice with a full -+ * budget, even if the in-service queue is served at peak rate. And -+ * this maximises throughput with sequential workloads. - */ --static void bfq_set_budget_timeout(struct bfq_data *bfqd) -+static unsigned long bfq_calc_max_budget(struct bfq_data *bfqd) - { -- struct bfq_queue *bfqq = bfqd->in_service_queue; -- unsigned int timeout_coeff; -+ return (u64)bfqd->peak_rate * USEC_PER_MSEC * -+ jiffies_to_msecs(bfqd->bfq_timeout)>>BFQ_RATE_SHIFT; -+} - -- if (bfqq->wr_cur_max_time == bfqd->bfq_wr_rt_max_time) -- timeout_coeff = 1; -+/* -+ * Update parameters related to throughput and responsiveness, as a -+ * function of the estimated peak rate. See comments on -+ * bfq_calc_max_budget(), and on T_slow and T_fast arrays. -+ */ -+void update_thr_responsiveness_params(struct bfq_data *bfqd) -+{ -+ int dev_type = blk_queue_nonrot(bfqd->queue); -+ -+ if (bfqd->bfq_user_max_budget == 0) { -+ bfqd->bfq_max_budget = -+ bfq_calc_max_budget(bfqd); -+ BUG_ON(bfqd->bfq_max_budget < 0); -+ bfq_log(bfqd, "new max_budget = %d", -+ bfqd->bfq_max_budget); -+ } -+ -+ if (bfqd->device_speed == BFQ_BFQD_FAST && -+ bfqd->peak_rate < device_speed_thresh[dev_type]) { -+ bfqd->device_speed = BFQ_BFQD_SLOW; -+ bfqd->RT_prod = R_slow[dev_type] * -+ T_slow[dev_type]; -+ } else if (bfqd->device_speed == BFQ_BFQD_SLOW && -+ bfqd->peak_rate > device_speed_thresh[dev_type]) { -+ bfqd->device_speed = BFQ_BFQD_FAST; -+ bfqd->RT_prod = R_fast[dev_type] * -+ T_fast[dev_type]; -+ } -+ -+ bfq_log(bfqd, -+"dev_type %s dev_speed_class = %s (%llu sects/sec), thresh %llu setcs/sec", -+ dev_type == 0 ? "ROT" : "NONROT", -+ bfqd->device_speed == BFQ_BFQD_FAST ? "FAST" : "SLOW", -+ bfqd->device_speed == BFQ_BFQD_FAST ? -+ (USEC_PER_SEC*(u64)R_fast[dev_type])>>BFQ_RATE_SHIFT : -+ (USEC_PER_SEC*(u64)R_slow[dev_type])>>BFQ_RATE_SHIFT, -+ (USEC_PER_SEC*(u64)device_speed_thresh[dev_type])>> -+ BFQ_RATE_SHIFT); -+} -+ -+void bfq_reset_rate_computation(struct bfq_data *bfqd, struct request *rq) -+{ -+ if (rq != NULL) { /* new rq dispatch now, reset accordingly */ -+ bfqd->last_dispatch = bfqd->first_dispatch = ktime_get_ns() ; -+ bfqd->peak_rate_samples = 1; -+ bfqd->sequential_samples = 0; -+ bfqd->tot_sectors_dispatched = bfqd->last_rq_max_size = -+ blk_rq_sectors(rq); -+ } else /* no new rq dispatched, just reset the number of samples */ -+ bfqd->peak_rate_samples = 0; /* full re-init on next disp. */ -+ -+ bfq_log(bfqd, -+ "reset_rate_computation at end, sample %u/%u tot_sects %llu", -+ bfqd->peak_rate_samples, bfqd->sequential_samples, -+ bfqd->tot_sectors_dispatched); -+} -+ -+void bfq_update_rate_reset(struct bfq_data *bfqd, struct request *rq) -+{ -+ u32 rate, weight, divisor; -+ -+ /* -+ * For the convergence property to hold (see comments on -+ * bfq_update_peak_rate()) and for the assessment to be -+ * reliable, a minimum number of samples must be present, and -+ * a minimum amount of time must have elapsed. If not so, do -+ * not compute new rate. Just reset parameters, to get ready -+ * for a new evaluation attempt. -+ */ -+ if (bfqd->peak_rate_samples < BFQ_RATE_MIN_SAMPLES || -+ bfqd->delta_from_first < BFQ_RATE_MIN_INTERVAL) { -+ bfq_log(bfqd, -+ "update_rate_reset: only resetting, delta_first %lluus samples %d", -+ bfqd->delta_from_first>>10, bfqd->peak_rate_samples); -+ goto reset_computation; -+ } -+ -+ /* -+ * If a new request completion has occurred after last -+ * dispatch, then, to approximate the rate at which requests -+ * have been served by the device, it is more precise to -+ * extend the observation interval to the last completion. -+ */ -+ bfqd->delta_from_first = -+ max_t(u64, bfqd->delta_from_first, -+ bfqd->last_completion - bfqd->first_dispatch); -+ -+ BUG_ON(bfqd->delta_from_first == 0); -+ /* -+ * Rate computed in sects/usec, and not sects/nsec, for -+ * precision issues. -+ */ -+ rate = div64_ul(bfqd->tot_sectors_dispatched<delta_from_first, NSEC_PER_USEC)); -+ -+ bfq_log(bfqd, -+"update_rate_reset: tot_sects %llu delta_first %lluus rate %llu sects/s (%d)", -+ bfqd->tot_sectors_dispatched, bfqd->delta_from_first>>10, -+ ((USEC_PER_SEC*(u64)rate)>>BFQ_RATE_SHIFT), -+ rate > 20< 20M sectors/sec) -+ */ -+ if ((bfqd->peak_rate_samples > (3 * bfqd->sequential_samples)>>2 && -+ rate <= bfqd->peak_rate) || -+ rate > 20<peak_rate_samples, bfqd->sequential_samples, -+ ((USEC_PER_SEC*(u64)rate)>>BFQ_RATE_SHIFT), -+ ((USEC_PER_SEC*(u64)bfqd->peak_rate)>>BFQ_RATE_SHIFT)); -+ goto reset_computation; -+ } else { -+ bfq_log(bfqd, -+ "update_rate_reset: do update, samples %u/%u rate/peak %llu/%llu", -+ bfqd->peak_rate_samples, bfqd->sequential_samples, -+ ((USEC_PER_SEC*(u64)rate)>>BFQ_RATE_SHIFT), -+ ((USEC_PER_SEC*(u64)bfqd->peak_rate)>>BFQ_RATE_SHIFT)); -+ } -+ -+ /* -+ * We have to update the peak rate, at last! To this purpose, -+ * we use a low-pass filter. We compute the smoothing constant -+ * of the filter as a function of the 'weight' of the new -+ * measured rate. -+ * -+ * As can be seen in next formulas, we define this weight as a -+ * quantity proportional to how sequential the workload is, -+ * and to how long the observation time interval is. -+ * -+ * The weight runs from 0 to 8. The maximum value of the -+ * weight, 8, yields the minimum value for the smoothing -+ * constant. At this minimum value for the smoothing constant, -+ * the measured rate contributes for half of the next value of -+ * the estimated peak rate. -+ * -+ * So, the first step is to compute the weight as a function -+ * of how sequential the workload is. Note that the weight -+ * cannot reach 9, because bfqd->sequential_samples cannot -+ * become equal to bfqd->peak_rate_samples, which, in its -+ * turn, holds true because bfqd->sequential_samples is not -+ * incremented for the first sample. -+ */ -+ weight = (9 * bfqd->sequential_samples) / bfqd->peak_rate_samples; -+ -+ /* -+ * Second step: further refine the weight as a function of the -+ * duration of the observation interval. -+ */ -+ weight = min_t(u32, 8, -+ div_u64(weight * bfqd->delta_from_first, -+ BFQ_RATE_REF_INTERVAL)); -+ -+ /* -+ * Divisor ranging from 10, for minimum weight, to 2, for -+ * maximum weight. -+ */ -+ divisor = 10 - weight; -+ BUG_ON(divisor == 0); -+ -+ /* -+ * Finally, update peak rate: -+ * -+ * peak_rate = peak_rate * (divisor-1) / divisor + rate / divisor -+ */ -+ bfqd->peak_rate *= divisor-1; -+ bfqd->peak_rate /= divisor; -+ rate /= divisor; /* smoothing constant alpha = 1/divisor */ -+ -+ bfq_log(bfqd, -+ "update_rate_reset: divisor %d tmp_peak_rate %llu tmp_rate %u", -+ divisor, -+ ((USEC_PER_SEC*(u64)bfqd->peak_rate)>>BFQ_RATE_SHIFT), -+ (u32)((USEC_PER_SEC*(u64)rate)>>BFQ_RATE_SHIFT)); -+ -+ BUG_ON(bfqd->peak_rate == 0); -+ BUG_ON(bfqd->peak_rate > 20<peak_rate += rate; -+ update_thr_responsiveness_params(bfqd); -+ BUG_ON(bfqd->peak_rate > 20<peak_rate_samples == 0) { /* first dispatch */ -+ bfq_log(bfqd, -+ "update_peak_rate: goto reset, samples %d", -+ bfqd->peak_rate_samples) ; -+ bfq_reset_rate_computation(bfqd, rq); -+ goto update_last_values; /* will add one sample */ -+ } -+ -+ /* -+ * Device idle for very long: the observation interval lasting -+ * up to this dispatch cannot be a valid observation interval -+ * for computing a new peak rate (similarly to the late- -+ * completion event in bfq_completed_request()). Go to -+ * update_rate_and_reset to have the following three steps -+ * taken: -+ * - close the observation interval at the last (previous) -+ * request dispatch or completion -+ * - compute rate, if possible, for that observation interval -+ * - start a new observation interval with this dispatch -+ */ -+ if (now_ns - bfqd->last_dispatch > 100*NSEC_PER_MSEC && -+ bfqd->rq_in_driver == 0) { -+ bfq_log(bfqd, -+"update_peak_rate: jumping to updating&resetting delta_last %lluus samples %d", -+ (now_ns - bfqd->last_dispatch)>>10, -+ bfqd->peak_rate_samples) ; -+ goto update_rate_and_reset; -+ } -+ -+ /* Update sampling information */ -+ bfqd->peak_rate_samples++; -+ -+ if ((bfqd->rq_in_driver > 0 || -+ now_ns - bfqd->last_completion < BFQ_MIN_TT) -+ && get_sdist(bfqd->last_position, rq) < BFQQ_SEEK_THR) -+ bfqd->sequential_samples++; -+ -+ bfqd->tot_sectors_dispatched += blk_rq_sectors(rq); -+ -+ /* Reset max observed rq size every 32 dispatches */ -+ if (likely(bfqd->peak_rate_samples % 32)) -+ bfqd->last_rq_max_size = -+ max_t(u32, blk_rq_sectors(rq), bfqd->last_rq_max_size); - else -- timeout_coeff = bfqq->entity.weight / bfqq->entity.orig_weight; -+ bfqd->last_rq_max_size = blk_rq_sectors(rq); - -- bfqd->last_budget_start = ktime_get(); -+ bfqd->delta_from_first = now_ns - bfqd->first_dispatch; - -- bfq_clear_bfqq_budget_new(bfqq); -- bfqq->budget_timeout = jiffies + -- bfqd->bfq_timeout[bfq_bfqq_sync(bfqq)] * timeout_coeff; -+ bfq_log(bfqd, -+ "update_peak_rate: added samples %u/%u tot_sects %llu delta_first %lluus", -+ bfqd->peak_rate_samples, bfqd->sequential_samples, -+ bfqd->tot_sectors_dispatched, -+ bfqd->delta_from_first>>10); - -- bfq_log_bfqq(bfqd, bfqq, "set budget_timeout %u", -- jiffies_to_msecs(bfqd->bfq_timeout[bfq_bfqq_sync(bfqq)] * -- timeout_coeff)); -+ /* Target observation interval not yet reached, go on sampling */ -+ if (bfqd->delta_from_first < BFQ_RATE_REF_INTERVAL) -+ goto update_last_values; -+ -+update_rate_and_reset: -+ bfq_update_rate_reset(bfqd, rq); -+update_last_values: -+ bfqd->last_position = blk_rq_pos(rq) + blk_rq_sectors(rq); -+ bfqd->last_dispatch = now_ns; -+ -+ bfq_log(bfqd, -+ "update_peak_rate: delta_first %lluus last_pos %llu peak_rate %llu", -+ (now_ns - bfqd->first_dispatch)>>10, -+ (unsigned long long) bfqd->last_position, -+ ((USEC_PER_SEC*(u64)bfqd->peak_rate)>>BFQ_RATE_SHIFT)); -+ bfq_log(bfqd, -+ "update_peak_rate: samples at end %d", bfqd->peak_rate_samples); - } - - /* -- * Move request from internal lists to the request queue dispatch list. -+ * Move request from internal lists to the dispatch list of the request queue - */ - static void bfq_dispatch_insert(struct request_queue *q, struct request *rq) - { -- struct bfq_data *bfqd = q->elevator->elevator_data; - struct bfq_queue *bfqq = RQ_BFQQ(rq); - - /* -@@ -1794,15 +2610,10 @@ static void bfq_dispatch_insert(struct request_queue *q, struct request *rq) - * incrementing bfqq->dispatched. - */ - bfqq->dispatched++; -+ bfq_update_peak_rate(q->elevator->elevator_data, rq); -+ - bfq_remove_request(rq); - elv_dispatch_sort(q, rq); -- -- if (bfq_bfqq_sync(bfqq)) -- bfqd->sync_flight++; --#ifdef CONFIG_BFQ_GROUP_IOSCHED -- bfqg_stats_update_dispatch(bfqq_group(bfqq), blk_rq_bytes(rq), -- rq->cmd_flags); --#endif - } - - /* -@@ -1822,25 +2633,16 @@ static struct request *bfq_check_fifo(struct bfq_queue *bfqq) - - rq = rq_entry_fifo(bfqq->fifo.next); - -- if (time_before(jiffies, rq->fifo_time)) -+ if (ktime_get_ns() < rq->fifo_time) - return NULL; - - return rq; - } - --static int bfq_bfqq_budget_left(struct bfq_queue *bfqq) --{ -- struct bfq_entity *entity = &bfqq->entity; -- -- return entity->budget - entity->service; --} -- - static void __bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq) - { - BUG_ON(bfqq != bfqd->in_service_queue); - -- __bfq_bfqd_reset_in_service(bfqd); -- - /* - * If this bfqq is shared between multiple processes, check - * to make sure that those processes are still issuing I/Os -@@ -1851,20 +2653,30 @@ static void __bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq) - bfq_mark_bfqq_split_coop(bfqq); - - if (RB_EMPTY_ROOT(&bfqq->sort_list)) { -- /* -- * Overloading budget_timeout field to store the time -- * at which the queue remains with no backlog; used by -- * the weight-raising mechanism. -- */ -- bfqq->budget_timeout = jiffies; -- bfq_del_bfqq_busy(bfqd, bfqq, 1); -+ if (bfqq->dispatched == 0) -+ /* -+ * Overloading budget_timeout field to store -+ * the time at which the queue remains with no -+ * backlog and no outstanding request; used by -+ * the weight-raising mechanism. -+ */ -+ bfqq->budget_timeout = jiffies; -+ -+ bfq_del_bfqq_busy(bfqd, bfqq, true); - } else { -- bfq_activate_bfqq(bfqd, bfqq); -+ bfq_requeue_bfqq(bfqd, bfqq); - /* - * Resort priority tree of potential close cooperators. - */ - bfq_pos_tree_add_move(bfqd, bfqq); - } -+ -+ /* -+ * All in-service entities must have been properly deactivated -+ * or requeued before executing the next function, which -+ * resets all in-service entites as no more in service. -+ */ -+ __bfq_bfqd_reset_in_service(bfqd); - } - - /** -@@ -1883,10 +2695,19 @@ static void __bfq_bfqq_recalc_budget(struct bfq_data *bfqd, - struct request *next_rq; - int budget, min_budget; - -- budget = bfqq->max_budget; -+ BUG_ON(bfqq != bfqd->in_service_queue); -+ - min_budget = bfq_min_budget(bfqd); - -- BUG_ON(bfqq != bfqd->in_service_queue); -+ if (bfqq->wr_coeff == 1) -+ budget = bfqq->max_budget; -+ else /* -+ * Use a constant, low budget for weight-raised queues, -+ * to help achieve a low latency. Keep it slightly higher -+ * than the minimum possible budget, to cause a little -+ * bit fewer expirations. -+ */ -+ budget = 2 * min_budget; - - bfq_log_bfqq(bfqd, bfqq, "recalc_budg: last budg %d, budg left %d", - bfqq->entity.budget, bfq_bfqq_budget_left(bfqq)); -@@ -1895,7 +2716,7 @@ static void __bfq_bfqq_recalc_budget(struct bfq_data *bfqd, - bfq_log_bfqq(bfqd, bfqq, "recalc_budg: sync %d, seeky %d", - bfq_bfqq_sync(bfqq), BFQQ_SEEKY(bfqd->in_service_queue)); - -- if (bfq_bfqq_sync(bfqq)) { -+ if (bfq_bfqq_sync(bfqq) && bfqq->wr_coeff == 1) { - switch (reason) { - /* - * Caveat: in all the following cases we trade latency -@@ -1937,14 +2758,10 @@ static void __bfq_bfqq_recalc_budget(struct bfq_data *bfqd, - break; - case BFQ_BFQQ_BUDGET_TIMEOUT: - /* -- * We double the budget here because: 1) it -- * gives the chance to boost the throughput if -- * this is not a seeky process (which may have -- * bumped into this timeout because of, e.g., -- * ZBR), 2) together with charge_full_budget -- * it helps give seeky processes higher -- * timestamps, and hence be served less -- * frequently. -+ * We double the budget here because it gives -+ * the chance to boost the throughput if this -+ * is not a seeky process (and has bumped into -+ * this timeout because of, e.g., ZBR). - */ - budget = min(budget * 2, bfqd->bfq_max_budget); - break; -@@ -1961,17 +2778,49 @@ static void __bfq_bfqq_recalc_budget(struct bfq_data *bfqd, - budget = min(budget * 4, bfqd->bfq_max_budget); - break; - case BFQ_BFQQ_NO_MORE_REQUESTS: -- /* -- * Leave the budget unchanged. -- */ -+ /* -+ * For queues that expire for this reason, it -+ * is particularly important to keep the -+ * budget close to the actual service they -+ * need. Doing so reduces the timestamp -+ * misalignment problem described in the -+ * comments in the body of -+ * __bfq_activate_entity. In fact, suppose -+ * that a queue systematically expires for -+ * BFQ_BFQQ_NO_MORE_REQUESTS and presents a -+ * new request in time to enjoy timestamp -+ * back-shifting. The larger the budget of the -+ * queue is with respect to the service the -+ * queue actually requests in each service -+ * slot, the more times the queue can be -+ * reactivated with the same virtual finish -+ * time. It follows that, even if this finish -+ * time is pushed to the system virtual time -+ * to reduce the consequent timestamp -+ * misalignment, the queue unjustly enjoys for -+ * many re-activations a lower finish time -+ * than all newly activated queues. -+ * -+ * The service needed by bfqq is measured -+ * quite precisely by bfqq->entity.service. -+ * Since bfqq does not enjoy device idling, -+ * bfqq->entity.service is equal to the number -+ * of sectors that the process associated with -+ * bfqq requested to read/write before waiting -+ * for request completions, or blocking for -+ * other reasons. -+ */ -+ budget = max_t(int, bfqq->entity.service, min_budget); -+ break; - default: - return; - } -- } else -+ } else if (!bfq_bfqq_sync(bfqq)) - /* -- * Async queues get always the maximum possible budget -- * (their ability to dispatch is limited by -- * @bfqd->bfq_max_budget_async_rq). -+ * Async queues get always the maximum possible -+ * budget, as for them we do not care about latency -+ * (in addition, their ability to dispatch is limited -+ * by the charging factor). - */ - budget = bfqd->bfq_max_budget; - -@@ -1982,160 +2831,120 @@ static void __bfq_bfqq_recalc_budget(struct bfq_data *bfqd, - bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); - - /* -- * Make sure that we have enough budget for the next request. -- * Since the finish time of the bfqq must be kept in sync with -- * the budget, be sure to call __bfq_bfqq_expire() after the -+ * If there is still backlog, then assign a new budget, making -+ * sure that it is large enough for the next request. Since -+ * the finish time of bfqq must be kept in sync with the -+ * budget, be sure to call __bfq_bfqq_expire() *after* this - * update. -+ * -+ * If there is no backlog, then no need to update the budget; -+ * it will be updated on the arrival of a new request. - */ - next_rq = bfqq->next_rq; -- if (next_rq) -+ if (next_rq) { -+ BUG_ON(reason == BFQ_BFQQ_TOO_IDLE || -+ reason == BFQ_BFQQ_NO_MORE_REQUESTS); - bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget, - bfq_serv_to_charge(next_rq, bfqq)); -- else -- bfqq->entity.budget = bfqq->max_budget; -+ BUG_ON(!bfq_bfqq_busy(bfqq)); -+ BUG_ON(RB_EMPTY_ROOT(&bfqq->sort_list)); -+ } - - bfq_log_bfqq(bfqd, bfqq, "head sect: %u, new budget %d", - next_rq ? blk_rq_sectors(next_rq) : 0, - bfqq->entity.budget); - } - --static unsigned long bfq_calc_max_budget(u64 peak_rate, u64 timeout) --{ -- unsigned long max_budget; -- -- /* -- * The max_budget calculated when autotuning is equal to the -- * amount of sectors transfered in timeout_sync at the -- * estimated peak rate. -- */ -- max_budget = (unsigned long)(peak_rate * 1000 * -- timeout >> BFQ_RATE_SHIFT); -- -- return max_budget; --} -- - /* -- * In addition to updating the peak rate, checks whether the process -- * is "slow", and returns 1 if so. This slow flag is used, in addition -- * to the budget timeout, to reduce the amount of service provided to -- * seeky processes, and hence reduce their chances to lower the -- * throughput. See the code for more details. -+ * Return true if the process associated with bfqq is "slow". The slow -+ * flag is used, in addition to the budget timeout, to reduce the -+ * amount of service provided to seeky processes, and thus reduce -+ * their chances to lower the throughput. More details in the comments -+ * on the function bfq_bfqq_expire(). -+ * -+ * An important observation is in order: as discussed in the comments -+ * on the function bfq_update_peak_rate(), with devices with internal -+ * queues, it is hard if ever possible to know when and for how long -+ * an I/O request is processed by the device (apart from the trivial -+ * I/O pattern where a new request is dispatched only after the -+ * previous one has been completed). This makes it hard to evaluate -+ * the real rate at which the I/O requests of each bfq_queue are -+ * served. In fact, for an I/O scheduler like BFQ, serving a -+ * bfq_queue means just dispatching its requests during its service -+ * slot (i.e., until the budget of the queue is exhausted, or the -+ * queue remains idle, or, finally, a timeout fires). But, during the -+ * service slot of a bfq_queue, around 100 ms at most, the device may -+ * be even still processing requests of bfq_queues served in previous -+ * service slots. On the opposite end, the requests of the in-service -+ * bfq_queue may be completed after the service slot of the queue -+ * finishes. -+ * -+ * Anyway, unless more sophisticated solutions are used -+ * (where possible), the sum of the sizes of the requests dispatched -+ * during the service slot of a bfq_queue is probably the only -+ * approximation available for the service received by the bfq_queue -+ * during its service slot. And this sum is the quantity used in this -+ * function to evaluate the I/O speed of a process. - */ --static bool bfq_update_peak_rate(struct bfq_data *bfqd, struct bfq_queue *bfqq, -- bool compensate, enum bfqq_expiration reason) -+static bool bfq_bfqq_is_slow(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ bool compensate, enum bfqq_expiration reason, -+ unsigned long *delta_ms) - { -- u64 bw, usecs, expected, timeout; -- ktime_t delta; -- int update = 0; -+ ktime_t delta_ktime; -+ u32 delta_usecs; -+ bool slow = BFQQ_SEEKY(bfqq); /* if delta too short, use seekyness */ - -- if (!bfq_bfqq_sync(bfqq) || bfq_bfqq_budget_new(bfqq)) -+ if (!bfq_bfqq_sync(bfqq)) - return false; - - if (compensate) -- delta = bfqd->last_idling_start; -+ delta_ktime = bfqd->last_idling_start; - else -- delta = ktime_get(); -- delta = ktime_sub(delta, bfqd->last_budget_start); -- usecs = ktime_to_us(delta); -- -- /* Don't trust short/unrealistic values. */ -- if (usecs < 100 || usecs >= LONG_MAX) -- return false; -- -- /* -- * Calculate the bandwidth for the last slice. We use a 64 bit -- * value to store the peak rate, in sectors per usec in fixed -- * point math. We do so to have enough precision in the estimate -- * and to avoid overflows. -- */ -- bw = (u64)bfqq->entity.service << BFQ_RATE_SHIFT; -- do_div(bw, (unsigned long)usecs); -- -- timeout = jiffies_to_msecs(bfqd->bfq_timeout[BLK_RW_SYNC]); -- -- /* -- * Use only long (> 20ms) intervals to filter out spikes for -- * the peak rate estimation. -- */ -- if (usecs > 20000) { -- if (bw > bfqd->peak_rate || -- (!BFQQ_SEEKY(bfqq) && -- reason == BFQ_BFQQ_BUDGET_TIMEOUT)) { -- bfq_log(bfqd, "measured bw =%llu", bw); -- /* -- * To smooth oscillations use a low-pass filter with -- * alpha=7/8, i.e., -- * new_rate = (7/8) * old_rate + (1/8) * bw -- */ -- do_div(bw, 8); -- if (bw == 0) -- return 0; -- bfqd->peak_rate *= 7; -- do_div(bfqd->peak_rate, 8); -- bfqd->peak_rate += bw; -- update = 1; -- bfq_log(bfqd, "new peak_rate=%llu", bfqd->peak_rate); -- } -- -- update |= bfqd->peak_rate_samples == BFQ_PEAK_RATE_SAMPLES - 1; -- -- if (bfqd->peak_rate_samples < BFQ_PEAK_RATE_SAMPLES) -- bfqd->peak_rate_samples++; -- -- if (bfqd->peak_rate_samples == BFQ_PEAK_RATE_SAMPLES && -- update) { -- int dev_type = blk_queue_nonrot(bfqd->queue); -- -- if (bfqd->bfq_user_max_budget == 0) { -- bfqd->bfq_max_budget = -- bfq_calc_max_budget(bfqd->peak_rate, -- timeout); -- bfq_log(bfqd, "new max_budget=%d", -- bfqd->bfq_max_budget); -- } -- if (bfqd->device_speed == BFQ_BFQD_FAST && -- bfqd->peak_rate < device_speed_thresh[dev_type]) { -- bfqd->device_speed = BFQ_BFQD_SLOW; -- bfqd->RT_prod = R_slow[dev_type] * -- T_slow[dev_type]; -- } else if (bfqd->device_speed == BFQ_BFQD_SLOW && -- bfqd->peak_rate > device_speed_thresh[dev_type]) { -- bfqd->device_speed = BFQ_BFQD_FAST; -- bfqd->RT_prod = R_fast[dev_type] * -- T_fast[dev_type]; -- } -- } -+ delta_ktime = ktime_get(); -+ delta_ktime = ktime_sub(delta_ktime, bfqd->last_budget_start); -+ delta_usecs = ktime_to_us(delta_ktime); -+ -+ /* don't trust short/unrealistic values. */ -+ if (delta_usecs < 1000 || delta_usecs >= LONG_MAX) { -+ if (blk_queue_nonrot(bfqd->queue)) -+ /* -+ * give same worst-case guarantees as idling -+ * for seeky -+ */ -+ *delta_ms = BFQ_MIN_TT / NSEC_PER_MSEC; -+ else /* charge at least one seek */ -+ *delta_ms = bfq_slice_idle / NSEC_PER_MSEC; -+ -+ bfq_log(bfqd, "bfq_bfqq_is_slow: unrealistic %u", delta_usecs); -+ -+ return slow; - } - -- /* -- * If the process has been served for a too short time -- * interval to let its possible sequential accesses prevail on -- * the initial seek time needed to move the disk head on the -- * first sector it requested, then give the process a chance -- * and for the moment return false. -- */ -- if (bfqq->entity.budget <= bfq_max_budget(bfqd) / 8) -- return false; -+ *delta_ms = delta_usecs / USEC_PER_MSEC; - - /* -- * A process is considered ``slow'' (i.e., seeky, so that we -- * cannot treat it fairly in the service domain, as it would -- * slow down too much the other processes) if, when a slice -- * ends for whatever reason, it has received service at a -- * rate that would not be high enough to complete the budget -- * before the budget timeout expiration. -+ * Use only long (> 20ms) intervals to filter out excessive -+ * spikes in service rate estimation. - */ -- expected = bw * 1000 * timeout >> BFQ_RATE_SHIFT; -+ if (delta_usecs > 20000) { -+ /* -+ * Caveat for rotational devices: processes doing I/O -+ * in the slower disk zones tend to be slow(er) even -+ * if not seeky. In this respect, the estimated peak -+ * rate is likely to be an average over the disk -+ * surface. Accordingly, to not be too harsh with -+ * unlucky processes, a process is deemed slow only if -+ * its rate has been lower than half of the estimated -+ * peak rate. -+ */ -+ slow = bfqq->entity.service < bfqd->bfq_max_budget / 2; -+ bfq_log(bfqd, "bfq_bfqq_is_slow: relative rate %d/%d", -+ bfqq->entity.service, bfqd->bfq_max_budget); -+ } - -- /* -- * Caveat: processes doing IO in the slower disk zones will -- * tend to be slow(er) even if not seeky. And the estimated -- * peak rate will actually be an average over the disk -- * surface. Hence, to not be too harsh with unlucky processes, -- * we keep a budget/3 margin of safety before declaring a -- * process slow. -- */ -- return expected > (4 * bfqq->entity.budget) / 3; -+ bfq_log_bfqq(bfqd, bfqq, "bfq_bfqq_is_slow: slow %d", slow); -+ -+ return slow; - } - - /* -@@ -2193,20 +3002,35 @@ static bool bfq_update_peak_rate(struct bfq_data *bfqd, struct bfq_queue *bfqq, - static unsigned long bfq_bfqq_softrt_next_start(struct bfq_data *bfqd, - struct bfq_queue *bfqq) - { -+ bfq_log_bfqq(bfqd, bfqq, -+"softrt_next_start: service_blkg %lu soft_rate %u sects/sec interval %u", -+ bfqq->service_from_backlogged, -+ bfqd->bfq_wr_max_softrt_rate, -+ jiffies_to_msecs(HZ * bfqq->service_from_backlogged / -+ bfqd->bfq_wr_max_softrt_rate)); -+ - return max(bfqq->last_idle_bklogged + - HZ * bfqq->service_from_backlogged / - bfqd->bfq_wr_max_softrt_rate, -- jiffies + bfqq->bfqd->bfq_slice_idle + 4); -+ jiffies + nsecs_to_jiffies(bfqq->bfqd->bfq_slice_idle) + 4); -+} -+ -+/* -+ * Return the farthest future time instant according to jiffies -+ * macros. -+ */ -+static unsigned long bfq_greatest_from_now(void) -+{ -+ return jiffies + MAX_JIFFY_OFFSET; - } - - /* -- * Return the largest-possible time instant such that, for as long as possible, -- * the current time will be lower than this time instant according to the macro -- * time_is_before_jiffies(). -+ * Return the farthest past time instant according to jiffies -+ * macros. - */ --static unsigned long bfq_infinity_from_now(unsigned long now) -+static unsigned long bfq_smallest_from_now(void) - { -- return now + ULONG_MAX / 2; -+ return jiffies - MAX_JIFFY_OFFSET; - } - - /** -@@ -2216,28 +3040,24 @@ static unsigned long bfq_infinity_from_now(unsigned long now) - * @compensate: if true, compensate for the time spent idling. - * @reason: the reason causing the expiration. - * -+ * If the process associated with bfqq does slow I/O (e.g., because it -+ * issues random requests), we charge bfqq with the time it has been -+ * in service instead of the service it has received (see -+ * bfq_bfqq_charge_time for details on how this goal is achieved). As -+ * a consequence, bfqq will typically get higher timestamps upon -+ * reactivation, and hence it will be rescheduled as if it had -+ * received more service than what it has actually received. In the -+ * end, bfqq receives less service in proportion to how slowly its -+ * associated process consumes its budgets (and hence how seriously it -+ * tends to lower the throughput). In addition, this time-charging -+ * strategy guarantees time fairness among slow processes. In -+ * contrast, if the process associated with bfqq is not slow, we -+ * charge bfqq exactly with the service it has received. - * -- * If the process associated to the queue is slow (i.e., seeky), or in -- * case of budget timeout, or, finally, if it is async, we -- * artificially charge it an entire budget (independently of the -- * actual service it received). As a consequence, the queue will get -- * higher timestamps than the correct ones upon reactivation, and -- * hence it will be rescheduled as if it had received more service -- * than what it actually received. In the end, this class of processes -- * will receive less service in proportion to how slowly they consume -- * their budgets (and hence how seriously they tend to lower the -- * throughput). -- * -- * In contrast, when a queue expires because it has been idling for -- * too much or because it exhausted its budget, we do not touch the -- * amount of service it has received. Hence when the queue will be -- * reactivated and its timestamps updated, the latter will be in sync -- * with the actual service received by the queue until expiration. -- * -- * Charging a full budget to the first type of queues and the exact -- * service to the others has the effect of using the WF2Q+ policy to -- * schedule the former on a timeslice basis, without violating the -- * service domain guarantees of the latter. -+ * Charging time to the first type of queues and the exact service to -+ * the other has the effect of using the WF2Q+ policy to schedule the -+ * former on a timeslice basis, without violating service domain -+ * guarantees among the latter. - */ - static void bfq_bfqq_expire(struct bfq_data *bfqd, - struct bfq_queue *bfqq, -@@ -2245,41 +3065,52 @@ static void bfq_bfqq_expire(struct bfq_data *bfqd, - enum bfqq_expiration reason) - { - bool slow; -+ unsigned long delta = 0; -+ struct bfq_entity *entity = &bfqq->entity; - - BUG_ON(bfqq != bfqd->in_service_queue); - - /* -- * Update disk peak rate for autotuning and check whether the -- * process is slow (see bfq_update_peak_rate). -+ * Check whether the process is slow (see bfq_bfqq_is_slow). - */ -- slow = bfq_update_peak_rate(bfqd, bfqq, compensate, reason); -+ slow = bfq_bfqq_is_slow(bfqd, bfqq, compensate, reason, &delta); - - /* -- * As above explained, 'punish' slow (i.e., seeky), timed-out -- * and async queues, to favor sequential sync workloads. -- * -- * Processes doing I/O in the slower disk zones will tend to be -- * slow(er) even if not seeky. Hence, since the estimated peak -- * rate is actually an average over the disk surface, these -- * processes may timeout just for bad luck. To avoid punishing -- * them we do not charge a full budget to a process that -- * succeeded in consuming at least 2/3 of its budget. -+ * Increase service_from_backlogged before next statement, -+ * because the possible next invocation of -+ * bfq_bfqq_charge_time would likely inflate -+ * entity->service. In contrast, service_from_backlogged must -+ * contain real service, to enable the soft real-time -+ * heuristic to correctly compute the bandwidth consumed by -+ * bfqq. - */ -- if (slow || (reason == BFQ_BFQQ_BUDGET_TIMEOUT && -- bfq_bfqq_budget_left(bfqq) >= bfqq->entity.budget / 3)) -- bfq_bfqq_charge_full_budget(bfqq); -+ bfqq->service_from_backlogged += entity->service; - -- bfqq->service_from_backlogged += bfqq->entity.service; -+ /* -+ * As above explained, charge slow (typically seeky) and -+ * timed-out queues with the time and not the service -+ * received, to favor sequential workloads. -+ * -+ * Processes doing I/O in the slower disk zones will tend to -+ * be slow(er) even if not seeky. Therefore, since the -+ * estimated peak rate is actually an average over the disk -+ * surface, these processes may timeout just for bad luck. To -+ * avoid punishing them, do not charge time to processes that -+ * succeeded in consuming at least 2/3 of their budget. This -+ * allows BFQ to preserve enough elasticity to still perform -+ * bandwidth, and not time, distribution with little unlucky -+ * or quasi-sequential processes. -+ */ -+ if (bfqq->wr_coeff == 1 && -+ (slow || -+ (reason == BFQ_BFQQ_BUDGET_TIMEOUT && -+ bfq_bfqq_budget_left(bfqq) >= entity->budget / 3))) -+ bfq_bfqq_charge_time(bfqd, bfqq, delta); - -- if (BFQQ_SEEKY(bfqq) && reason == BFQ_BFQQ_BUDGET_TIMEOUT && -- !bfq_bfqq_constantly_seeky(bfqq)) { -- bfq_mark_bfqq_constantly_seeky(bfqq); -- if (!blk_queue_nonrot(bfqd->queue)) -- bfqd->const_seeky_busy_in_flight_queues++; -- } -+ BUG_ON(bfqq->entity.budget < bfqq->entity.service); - - if (reason == BFQ_BFQQ_TOO_IDLE && -- bfqq->entity.service <= 2 * bfqq->entity.budget / 10) -+ entity->service <= 2 * entity->budget / 10) - bfq_clear_bfqq_IO_bound(bfqq); - - if (bfqd->low_latency && bfqq->wr_coeff == 1) -@@ -2288,19 +3119,23 @@ static void bfq_bfqq_expire(struct bfq_data *bfqd, - if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && - RB_EMPTY_ROOT(&bfqq->sort_list)) { - /* -- * If we get here, and there are no outstanding requests, -- * then the request pattern is isochronous (see the comments -- * to the function bfq_bfqq_softrt_next_start()). Hence we -- * can compute soft_rt_next_start. If, instead, the queue -- * still has outstanding requests, then we have to wait -- * for the completion of all the outstanding requests to -+ * If we get here, and there are no outstanding -+ * requests, then the request pattern is isochronous -+ * (see the comments on the function -+ * bfq_bfqq_softrt_next_start()). Thus we can compute -+ * soft_rt_next_start. If, instead, the queue still -+ * has outstanding requests, then we have to wait for -+ * the completion of all the outstanding requests to - * discover whether the request pattern is actually - * isochronous. - */ -- if (bfqq->dispatched == 0) -+ BUG_ON(bfqd->busy_queues < 1); -+ if (bfqq->dispatched == 0) { - bfqq->soft_rt_next_start = - bfq_bfqq_softrt_next_start(bfqd, bfqq); -- else { -+ bfq_log_bfqq(bfqd, bfqq, "new soft_rt_next %lu", -+ bfqq->soft_rt_next_start); -+ } else { - /* - * The application is still waiting for the - * completion of one or more requests: -@@ -2317,7 +3152,7 @@ static void bfq_bfqq_expire(struct bfq_data *bfqd, - * happened to be in the past. - */ - bfqq->soft_rt_next_start = -- bfq_infinity_from_now(jiffies); -+ bfq_greatest_from_now(); - /* - * Schedule an update of soft_rt_next_start to when - * the task may be discovered to be isochronous. -@@ -2327,15 +3162,27 @@ static void bfq_bfqq_expire(struct bfq_data *bfqd, - } - - bfq_log_bfqq(bfqd, bfqq, -- "expire (%d, slow %d, num_disp %d, idle_win %d)", reason, -- slow, bfqq->dispatched, bfq_bfqq_idle_window(bfqq)); -+ "expire (%d, slow %d, num_disp %d, idle_win %d, weight %d)", -+ reason, slow, bfqq->dispatched, -+ bfq_bfqq_idle_window(bfqq), entity->weight); - - /* - * Increase, decrease or leave budget unchanged according to - * reason. - */ -+ BUG_ON(bfqq->entity.budget < bfqq->entity.service); - __bfq_bfqq_recalc_budget(bfqd, bfqq, reason); -+ BUG_ON(bfqq->next_rq == NULL && -+ bfqq->entity.budget < bfqq->entity.service); - __bfq_bfqq_expire(bfqd, bfqq); -+ -+ BUG_ON(!bfq_bfqq_busy(bfqq) && reason == BFQ_BFQQ_BUDGET_EXHAUSTED && -+ !bfq_class_idle(bfqq)); -+ -+ if (!bfq_bfqq_busy(bfqq) && -+ reason != BFQ_BFQQ_BUDGET_TIMEOUT && -+ reason != BFQ_BFQQ_BUDGET_EXHAUSTED) -+ bfq_mark_bfqq_non_blocking_wait_rq(bfqq); - } - - /* -@@ -2345,20 +3192,17 @@ static void bfq_bfqq_expire(struct bfq_data *bfqd, - */ - static bool bfq_bfqq_budget_timeout(struct bfq_queue *bfqq) - { -- if (bfq_bfqq_budget_new(bfqq) || -- time_before(jiffies, bfqq->budget_timeout)) -- return false; -- return true; -+ return time_is_before_eq_jiffies(bfqq->budget_timeout); - } - - /* -- * If we expire a queue that is waiting for the arrival of a new -- * request, we may prevent the fictitious timestamp back-shifting that -- * allows the guarantees of the queue to be preserved (see [1] for -- * this tricky aspect). Hence we return true only if this condition -- * does not hold, or if the queue is slow enough to deserve only to be -- * kicked off for preserving a high throughput. --*/ -+ * If we expire a queue that is actively waiting (i.e., with the -+ * device idled) for the arrival of a new request, then we may incur -+ * the timestamp misalignment problem described in the body of the -+ * function __bfq_activate_entity. Hence we return true only if this -+ * condition does not hold, or if the queue is slow enough to deserve -+ * only to be kicked off for preserving a high throughput. -+ */ - static bool bfq_may_expire_for_budg_timeout(struct bfq_queue *bfqq) - { - bfq_log_bfqq(bfqq->bfqd, bfqq, -@@ -2400,10 +3244,12 @@ static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) - { - struct bfq_data *bfqd = bfqq->bfqd; - bool idling_boosts_thr, idling_boosts_thr_without_issues, -- all_queues_seeky, on_hdd_and_not_all_queues_seeky, - idling_needed_for_service_guarantees, - asymmetric_scenario; - -+ if (bfqd->strict_guarantees) -+ return true; -+ - /* - * The next variable takes into account the cases where idling - * boosts the throughput. -@@ -2466,74 +3312,27 @@ static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) - bfqd->wr_busy_queues == 0; - - /* -- * There are then two cases where idling must be performed not -+ * There is then a case where idling must be performed not - * for throughput concerns, but to preserve service -- * guarantees. In the description of these cases, we say, for -- * short, that a queue is sequential/random if the process -- * associated to the queue issues sequential/random requests -- * (in the second case the queue may be tagged as seeky or -- * even constantly_seeky). -+ * guarantees. - * -- * To introduce the first case, we note that, since -- * bfq_bfqq_idle_window(bfqq) is false if the device is -- * NCQ-capable and bfqq is random (see -- * bfq_update_idle_window()), then, from the above two -- * assignments it follows that -- * idling_boosts_thr_without_issues is false if the device is -- * NCQ-capable and bfqq is random. Therefore, for this case, -- * device idling would never be allowed if we used just -- * idling_boosts_thr_without_issues to decide whether to allow -- * it. And, beneficially, this would imply that throughput -- * would always be boosted also with random I/O on NCQ-capable -- * HDDs. -- * -- * But we must be careful on this point, to avoid an unfair -- * treatment for bfqq. In fact, because of the same above -- * assignments, idling_boosts_thr_without_issues is, on the -- * other hand, true if 1) the device is an HDD and bfqq is -- * sequential, and 2) there are no busy weight-raised -- * queues. As a consequence, if we used just -- * idling_boosts_thr_without_issues to decide whether to idle -- * the device, then with an HDD we might easily bump into a -- * scenario where queues that are sequential and I/O-bound -- * would enjoy idling, whereas random queues would not. The -- * latter might then get a low share of the device throughput, -- * simply because the former would get many requests served -- * after being set as in service, while the latter would not. -- * -- * To address this issue, we start by setting to true a -- * sentinel variable, on_hdd_and_not_all_queues_seeky, if the -- * device is rotational and not all queues with pending or -- * in-flight requests are constantly seeky (i.e., there are -- * active sequential queues, and bfqq might then be mistreated -- * if it does not enjoy idling because it is random). -- */ -- all_queues_seeky = bfq_bfqq_constantly_seeky(bfqq) && -- bfqd->busy_in_flight_queues == -- bfqd->const_seeky_busy_in_flight_queues; -- -- on_hdd_and_not_all_queues_seeky = -- !blk_queue_nonrot(bfqd->queue) && !all_queues_seeky; -- -- /* -- * To introduce the second case where idling needs to be -- * performed to preserve service guarantees, we can note that -- * allowing the drive to enqueue more than one request at a -- * time, and hence delegating de facto final scheduling -- * decisions to the drive's internal scheduler, causes loss of -- * control on the actual request service order. In particular, -- * the critical situation is when requests from different -- * processes happens to be present, at the same time, in the -- * internal queue(s) of the drive. In such a situation, the -- * drive, by deciding the service order of the -- * internally-queued requests, does determine also the actual -- * throughput distribution among these processes. But the -- * drive typically has no notion or concern about per-process -- * throughput distribution, and makes its decisions only on a -- * per-request basis. Therefore, the service distribution -- * enforced by the drive's internal scheduler is likely to -- * coincide with the desired device-throughput distribution -- * only in a completely symmetric scenario where: -+ * To introduce this case, we can note that allowing the drive -+ * to enqueue more than one request at a time, and hence -+ * delegating de facto final scheduling decisions to the -+ * drive's internal scheduler, entails loss of control on the -+ * actual request service order. In particular, the critical -+ * situation is when requests from different processes happen -+ * to be present, at the same time, in the internal queue(s) -+ * of the drive. In such a situation, the drive, by deciding -+ * the service order of the internally-queued requests, does -+ * determine also the actual throughput distribution among -+ * these processes. But the drive typically has no notion or -+ * concern about per-process throughput distribution, and -+ * makes its decisions only on a per-request basis. Therefore, -+ * the service distribution enforced by the drive's internal -+ * scheduler is likely to coincide with the desired -+ * device-throughput distribution only in a completely -+ * symmetric scenario where: - * (i) each of these processes must get the same throughput as - * the others; - * (ii) all these processes have the same I/O pattern -@@ -2555,26 +3354,53 @@ static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) - * words, only if sub-condition (i) holds, then idling is - * allowed, and the device tends to be prevented from queueing - * many requests, possibly of several processes. The reason -- * for not controlling also sub-condition (ii) is that, first, -- * in the case of an HDD, the asymmetry in terms of types of -- * I/O patterns is already taken in to account in the above -- * sentinel variable -- * on_hdd_and_not_all_queues_seeky. Secondly, in the case of a -- * flash-based device, we prefer however to privilege -- * throughput (and idling lowers throughput for this type of -- * devices), for the following reasons: -- * 1) differently from HDDs, the service time of random -- * requests is not orders of magnitudes lower than the service -- * time of sequential requests; thus, even if processes doing -- * sequential I/O get a preferential treatment with respect to -- * others doing random I/O, the consequences are not as -- * dramatic as with HDDs; -- * 2) if a process doing random I/O does need strong -- * throughput guarantees, it is hopefully already being -- * weight-raised, or the user is likely to have assigned it a -- * higher weight than the other processes (and thus -- * sub-condition (i) is likely to be false, which triggers -- * idling). -+ * for not controlling also sub-condition (ii) is that we -+ * exploit preemption to preserve guarantees in case of -+ * symmetric scenarios, even if (ii) does not hold, as -+ * explained in the next two paragraphs. -+ * -+ * Even if a queue, say Q, is expired when it remains idle, Q -+ * can still preempt the new in-service queue if the next -+ * request of Q arrives soon (see the comments on -+ * bfq_bfqq_update_budg_for_activation). If all queues and -+ * groups have the same weight, this form of preemption, -+ * combined with the hole-recovery heuristic described in the -+ * comments on function bfq_bfqq_update_budg_for_activation, -+ * are enough to preserve a correct bandwidth distribution in -+ * the mid term, even without idling. In fact, even if not -+ * idling allows the internal queues of the device to contain -+ * many requests, and thus to reorder requests, we can rather -+ * safely assume that the internal scheduler still preserves a -+ * minimum of mid-term fairness. The motivation for using -+ * preemption instead of idling is that, by not idling, -+ * service guarantees are preserved without minimally -+ * sacrificing throughput. In other words, both a high -+ * throughput and its desired distribution are obtained. -+ * -+ * More precisely, this preemption-based, idleless approach -+ * provides fairness in terms of IOPS, and not sectors per -+ * second. This can be seen with a simple example. Suppose -+ * that there are two queues with the same weight, but that -+ * the first queue receives requests of 8 sectors, while the -+ * second queue receives requests of 1024 sectors. In -+ * addition, suppose that each of the two queues contains at -+ * most one request at a time, which implies that each queue -+ * always remains idle after it is served. Finally, after -+ * remaining idle, each queue receives very quickly a new -+ * request. It follows that the two queues are served -+ * alternatively, preempting each other if needed. This -+ * implies that, although both queues have the same weight, -+ * the queue with large requests receives a service that is -+ * 1024/8 times as high as the service received by the other -+ * queue. -+ * -+ * On the other hand, device idling is performed, and thus -+ * pure sector-domain guarantees are provided, for the -+ * following queues, which are likely to need stronger -+ * throughput guarantees: weight-raised queues, and queues -+ * with a higher weight than other queues. When such queues -+ * are active, sub-condition (i) is false, which triggers -+ * device idling. - * - * According to the above considerations, the next variable is - * true (only) if sub-condition (i) holds. To compute the -@@ -2582,7 +3408,7 @@ static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) - * the function bfq_symmetric_scenario(), but also check - * whether bfqq is being weight-raised, because - * bfq_symmetric_scenario() does not take into account also -- * weight-raised queues (see comments to -+ * weight-raised queues (see comments on - * bfq_weights_tree_add()). - * - * As a side note, it is worth considering that the above -@@ -2604,17 +3430,16 @@ static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) - * bfqq. Such a case is when bfqq became active in a burst of - * queue activations. Queues that became active during a large - * burst benefit only from throughput, as discussed in the -- * comments to bfq_handle_burst. Thus, if bfqq became active -+ * comments on bfq_handle_burst. Thus, if bfqq became active - * in a burst and not idling the device maximizes throughput, - * then the device must no be idled, because not idling the - * device provides bfqq and all other queues in the burst with -- * maximum benefit. Combining this and the two cases above, we -- * can now establish when idling is actually needed to -- * preserve service guarantees. -+ * maximum benefit. Combining this and the above case, we can -+ * now establish when idling is actually needed to preserve -+ * service guarantees. - */ - idling_needed_for_service_guarantees = -- (on_hdd_and_not_all_queues_seeky || asymmetric_scenario) && -- !bfq_bfqq_in_large_burst(bfqq); -+ asymmetric_scenario && !bfq_bfqq_in_large_burst(bfqq); - - /* - * We have now all the components we need to compute the return -@@ -2624,6 +3449,16 @@ static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) - * 2) idling either boosts the throughput (without issues), or - * is necessary to preserve service guarantees. - */ -+ bfq_log_bfqq(bfqd, bfqq, "may_idle: sync %d idling_boosts_thr %d", -+ bfq_bfqq_sync(bfqq), idling_boosts_thr); -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "may_idle: wr_busy %d boosts %d IO-bound %d guar %d", -+ bfqd->wr_busy_queues, -+ idling_boosts_thr_without_issues, -+ bfq_bfqq_IO_bound(bfqq), -+ idling_needed_for_service_guarantees); -+ - return bfq_bfqq_sync(bfqq) && - (idling_boosts_thr_without_issues || - idling_needed_for_service_guarantees); -@@ -2635,7 +3470,7 @@ static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) - * 1) the queue must remain in service and cannot be expired, and - * 2) the device must be idled to wait for the possible arrival of a new - * request for the queue. -- * See the comments to the function bfq_bfqq_may_idle for the reasons -+ * See the comments on the function bfq_bfqq_may_idle for the reasons - * why performing device idling is the best choice to boost the throughput - * and preserve service guarantees when bfq_bfqq_may_idle itself - * returns true. -@@ -2665,7 +3500,7 @@ static struct bfq_queue *bfq_select_queue(struct bfq_data *bfqd) - bfq_log_bfqq(bfqd, bfqq, "select_queue: already in-service queue"); - - if (bfq_may_expire_for_budg_timeout(bfqq) && -- !timer_pending(&bfqd->idle_slice_timer) && -+ !hrtimer_active(&bfqd->idle_slice_timer) && - !bfq_bfqq_must_idle(bfqq)) - goto expire; - -@@ -2685,7 +3520,8 @@ static struct bfq_queue *bfq_select_queue(struct bfq_data *bfqd) - * not disable disk idling even when a new request - * arrives. - */ -- if (timer_pending(&bfqd->idle_slice_timer)) { -+ if (bfq_bfqq_wait_request(bfqq)) { -+ BUG_ON(!hrtimer_active(&bfqd->idle_slice_timer)); - /* - * If we get here: 1) at least a new request - * has arrived but we have not disabled the -@@ -2700,10 +3536,8 @@ static struct bfq_queue *bfq_select_queue(struct bfq_data *bfqd) - * So we disable idling. - */ - bfq_clear_bfqq_wait_request(bfqq); -- del_timer(&bfqd->idle_slice_timer); --#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ hrtimer_try_to_cancel(&bfqd->idle_slice_timer); - bfqg_stats_update_idle_time(bfqq_group(bfqq)); --#endif - } - goto keep_queue; - } -@@ -2714,7 +3548,7 @@ static struct bfq_queue *bfq_select_queue(struct bfq_data *bfqd) - * for a new request, or has requests waiting for a completion and - * may idle after their completion, then keep it anyway. - */ -- if (timer_pending(&bfqd->idle_slice_timer) || -+ if (hrtimer_active(&bfqd->idle_slice_timer) || - (bfqq->dispatched != 0 && bfq_bfqq_may_idle(bfqq))) { - bfqq = NULL; - goto keep_queue; -@@ -2736,6 +3570,9 @@ static void bfq_update_wr_data(struct bfq_data *bfqd, struct bfq_queue *bfqq) - struct bfq_entity *entity = &bfqq->entity; - - if (bfqq->wr_coeff > 1) { /* queue is being weight-raised */ -+ BUG_ON(bfqq->wr_cur_max_time == bfqd->bfq_wr_rt_max_time && -+ time_is_after_jiffies(bfqq->last_wr_start_finish)); -+ - bfq_log_bfqq(bfqd, bfqq, - "raising period dur %u/%u msec, old coeff %u, w %d(%d)", - jiffies_to_msecs(jiffies - bfqq->last_wr_start_finish), -@@ -2749,22 +3586,30 @@ static void bfq_update_wr_data(struct bfq_data *bfqd, struct bfq_queue *bfqq) - bfq_log_bfqq(bfqd, bfqq, "WARN: pending prio change"); - - /* -- * If the queue was activated in a burst, or -- * too much time has elapsed from the beginning -- * of this weight-raising period, or the queue has -- * exceeded the acceptable number of cooperations, -- * then end weight raising. -+ * If the queue was activated in a burst, or too much -+ * time has elapsed from the beginning of this -+ * weight-raising period, then end weight raising. - */ -- if (bfq_bfqq_in_large_burst(bfqq) || -- bfq_bfqq_cooperations(bfqq) >= bfqd->bfq_coop_thresh || -- time_is_before_jiffies(bfqq->last_wr_start_finish + -- bfqq->wr_cur_max_time)) { -- bfqq->last_wr_start_finish = jiffies; -- bfq_log_bfqq(bfqd, bfqq, -- "wrais ending at %lu, rais_max_time %u", -- bfqq->last_wr_start_finish, -- jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ if (bfq_bfqq_in_large_burst(bfqq)) - bfq_bfqq_end_wr(bfqq); -+ else if (time_is_before_jiffies(bfqq->last_wr_start_finish + -+ bfqq->wr_cur_max_time)) { -+ if (bfqq->wr_cur_max_time != bfqd->bfq_wr_rt_max_time || -+ time_is_before_jiffies(bfqq->wr_start_at_switch_to_srt + -+ bfq_wr_duration(bfqd))) -+ bfq_bfqq_end_wr(bfqq); -+ else { -+ /* switch back to interactive wr */ -+ bfqq->wr_coeff = bfqd->bfq_wr_coeff; -+ bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -+ bfqq->last_wr_start_finish = -+ bfqq->wr_start_at_switch_to_srt; -+ BUG_ON(time_is_after_jiffies( -+ bfqq->last_wr_start_finish)); -+ bfqq->entity.prio_changed = 1; -+ bfq_log_bfqq(bfqd, bfqq, -+ "back to interactive wr"); -+ } - } - } - /* Update weight both if it must be raised and if it must be lowered */ -@@ -2815,13 +3660,29 @@ static int bfq_dispatch_request(struct bfq_data *bfqd, - */ - if (!bfqd->rq_in_driver) - bfq_schedule_dispatch(bfqd); -+ BUG_ON(bfqq->entity.budget < bfqq->entity.service); - goto expire; - } - -+ BUG_ON(bfqq->entity.budget < bfqq->entity.service); - /* Finally, insert request into driver dispatch list. */ - bfq_bfqq_served(bfqq, service_to_charge); -+ -+ BUG_ON(bfqq->entity.budget < bfqq->entity.service); -+ - bfq_dispatch_insert(bfqd->queue, rq); - -+ /* -+ * If weight raising has to terminate for bfqq, then next -+ * function causes an immediate update of bfqq's weight, -+ * without waiting for next activation. As a consequence, on -+ * expiration, bfqq will be timestamped as if has never been -+ * weight-raised during this service slot, even if it has -+ * received part or even most of the service as a -+ * weight-raised queue. This inflates bfqq's timestamps, which -+ * is beneficial, as bfqq is then more willing to leave the -+ * device immediately to possible other weight-raised queues. -+ */ - bfq_update_wr_data(bfqd, bfqq); - - bfq_log_bfqq(bfqd, bfqq, -@@ -2837,9 +3698,7 @@ static int bfq_dispatch_request(struct bfq_data *bfqd, - bfqd->in_service_bic = RQ_BIC(rq); - } - -- if (bfqd->busy_queues > 1 && ((!bfq_bfqq_sync(bfqq) && -- dispatched >= bfqd->bfq_max_budget_async_rq) || -- bfq_class_idle(bfqq))) -+ if (bfqd->busy_queues > 1 && bfq_class_idle(bfqq)) - goto expire; - - return dispatched; -@@ -2885,8 +3744,8 @@ static int bfq_forced_dispatch(struct bfq_data *bfqd) - st = bfq_entity_service_tree(&bfqq->entity); - - dispatched += __bfq_forced_dispatch_bfqq(bfqq); -- bfqq->max_budget = bfq_max_budget(bfqd); - -+ bfqq->max_budget = bfq_max_budget(bfqd); - bfq_forget_idle(st); - } - -@@ -2899,37 +3758,37 @@ static int bfq_dispatch_requests(struct request_queue *q, int force) - { - struct bfq_data *bfqd = q->elevator->elevator_data; - struct bfq_queue *bfqq; -- int max_dispatch; - - bfq_log(bfqd, "dispatch requests: %d busy queues", bfqd->busy_queues); -+ - if (bfqd->busy_queues == 0) - return 0; - - if (unlikely(force)) - return bfq_forced_dispatch(bfqd); - -+ /* -+ * Force device to serve one request at a time if -+ * strict_guarantees is true. Forcing this service scheme is -+ * currently the ONLY way to guarantee that the request -+ * service order enforced by the scheduler is respected by a -+ * queueing device. Otherwise the device is free even to make -+ * some unlucky request wait for as long as the device -+ * wishes. -+ * -+ * Of course, serving one request at at time may cause loss of -+ * throughput. -+ */ -+ if (bfqd->strict_guarantees && bfqd->rq_in_driver > 0) -+ return 0; -+ - bfqq = bfq_select_queue(bfqd); - if (!bfqq) - return 0; - -- if (bfq_class_idle(bfqq)) -- max_dispatch = 1; -- -- if (!bfq_bfqq_sync(bfqq)) -- max_dispatch = bfqd->bfq_max_budget_async_rq; -- -- if (!bfq_bfqq_sync(bfqq) && bfqq->dispatched >= max_dispatch) { -- if (bfqd->busy_queues > 1) -- return 0; -- if (bfqq->dispatched >= 4 * max_dispatch) -- return 0; -- } -- -- if (bfqd->sync_flight != 0 && !bfq_bfqq_sync(bfqq)) -- return 0; -+ BUG_ON(bfqq->entity.budget < bfqq->entity.service); - -- bfq_clear_bfqq_wait_request(bfqq); -- BUG_ON(timer_pending(&bfqd->idle_slice_timer)); -+ BUG_ON(bfq_bfqq_wait_request(bfqq)); - - if (!bfq_dispatch_request(bfqd, bfqq)) - return 0; -@@ -2937,6 +3796,8 @@ static int bfq_dispatch_requests(struct request_queue *q, int force) - bfq_log_bfqq(bfqd, bfqq, "dispatched %s request", - bfq_bfqq_sync(bfqq) ? "sync" : "async"); - -+ BUG_ON(bfqq->next_rq == NULL && -+ bfqq->entity.budget < bfqq->entity.service); - return 1; - } - -@@ -2948,23 +3809,21 @@ static int bfq_dispatch_requests(struct request_queue *q, int force) - */ - static void bfq_put_queue(struct bfq_queue *bfqq) - { -- struct bfq_data *bfqd = bfqq->bfqd; - #ifdef CONFIG_BFQ_GROUP_IOSCHED - struct bfq_group *bfqg = bfqq_group(bfqq); - #endif - -- BUG_ON(atomic_read(&bfqq->ref) <= 0); -+ BUG_ON(bfqq->ref <= 0); - -- bfq_log_bfqq(bfqd, bfqq, "put_queue: %p %d", bfqq, -- atomic_read(&bfqq->ref)); -- if (!atomic_dec_and_test(&bfqq->ref)) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "put_queue: %p %d", bfqq, bfqq->ref); -+ bfqq->ref--; -+ if (bfqq->ref) - return; - - BUG_ON(rb_first(&bfqq->sort_list)); - BUG_ON(bfqq->allocated[READ] + bfqq->allocated[WRITE] != 0); - BUG_ON(bfqq->entity.tree); - BUG_ON(bfq_bfqq_busy(bfqq)); -- BUG_ON(bfqd->in_service_queue == bfqq); - - if (bfq_bfqq_sync(bfqq)) - /* -@@ -2977,7 +3836,7 @@ static void bfq_put_queue(struct bfq_queue *bfqq) - */ - hlist_del_init(&bfqq->burst_list_node); - -- bfq_log_bfqq(bfqd, bfqq, "put_queue: %p freed", bfqq); -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "put_queue: %p freed", bfqq); - - kmem_cache_free(bfq_pool, bfqq); - #ifdef CONFIG_BFQ_GROUP_IOSCHED -@@ -3011,8 +3870,7 @@ static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) - bfq_schedule_dispatch(bfqd); - } - -- bfq_log_bfqq(bfqd, bfqq, "exit_bfqq: %p, %d", bfqq, -- atomic_read(&bfqq->ref)); -+ bfq_log_bfqq(bfqd, bfqq, "exit_bfqq: %p, %d", bfqq, bfqq->ref); - - bfq_put_cooperator(bfqq); - -@@ -3021,28 +3879,7 @@ static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) - - static void bfq_init_icq(struct io_cq *icq) - { -- struct bfq_io_cq *bic = icq_to_bic(icq); -- -- bic->ttime.last_end_request = jiffies; -- /* -- * A newly created bic indicates that the process has just -- * started doing I/O, and is probably mapping into memory its -- * executable and libraries: it definitely needs weight raising. -- * There is however the possibility that the process performs, -- * for a while, I/O close to some other process. EQM intercepts -- * this behavior and may merge the queue corresponding to the -- * process with some other queue, BEFORE the weight of the queue -- * is raised. Merged queues are not weight-raised (they are assumed -- * to belong to processes that benefit only from high throughput). -- * If the merge is basically the consequence of an accident, then -- * the queue will be split soon and will get back its old weight. -- * It is then important to write down somewhere that this queue -- * does need weight raising, even if it did not make it to get its -- * weight raised before being merged. To this purpose, we overload -- * the field raising_time_left and assign 1 to it, to mark the queue -- * as needing weight raising. -- */ -- bic->wr_time_left = 1; -+ icq_to_bic(icq)->ttime.last_end_request = ktime_get_ns() - (1ULL<<32); - } - - static void bfq_exit_icq(struct io_cq *icq) -@@ -3050,21 +3887,21 @@ static void bfq_exit_icq(struct io_cq *icq) - struct bfq_io_cq *bic = icq_to_bic(icq); - struct bfq_data *bfqd = bic_to_bfqd(bic); - -- if (bic->bfqq[BLK_RW_ASYNC]) { -- bfq_exit_bfqq(bfqd, bic->bfqq[BLK_RW_ASYNC]); -- bic->bfqq[BLK_RW_ASYNC] = NULL; -+ if (bic_to_bfqq(bic, false)) { -+ bfq_exit_bfqq(bfqd, bic_to_bfqq(bic, false)); -+ bic_set_bfqq(bic, NULL, false); - } - -- if (bic->bfqq[BLK_RW_SYNC]) { -+ if (bic_to_bfqq(bic, true)) { - /* - * If the bic is using a shared queue, put the reference - * taken on the io_context when the bic started using a - * shared bfq_queue. - */ -- if (bfq_bfqq_coop(bic->bfqq[BLK_RW_SYNC])) -+ if (bfq_bfqq_coop(bic_to_bfqq(bic, true))) - put_io_context(icq->ioc); -- bfq_exit_bfqq(bfqd, bic->bfqq[BLK_RW_SYNC]); -- bic->bfqq[BLK_RW_SYNC] = NULL; -+ bfq_exit_bfqq(bfqd, bic_to_bfqq(bic, true)); -+ bic_set_bfqq(bic, NULL, true); - } - } - -@@ -3072,8 +3909,8 @@ static void bfq_exit_icq(struct io_cq *icq) - * Update the entity prio values; note that the new values will not - * be used until the next (re)activation. - */ --static void --bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) -+static void bfq_set_next_ioprio_data(struct bfq_queue *bfqq, -+ struct bfq_io_cq *bic) - { - struct task_struct *tsk = current; - int ioprio_class; -@@ -3105,7 +3942,7 @@ bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) - break; - } - -- if (bfqq->new_ioprio < 0 || bfqq->new_ioprio >= IOPRIO_BE_NR) { -+ if (bfqq->new_ioprio >= IOPRIO_BE_NR) { - pr_crit("bfq_set_next_ioprio_data: new_ioprio %d\n", - bfqq->new_ioprio); - BUG(); -@@ -3113,45 +3950,40 @@ bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) - - bfqq->entity.new_weight = bfq_ioprio_to_weight(bfqq->new_ioprio); - bfqq->entity.prio_changed = 1; -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "set_next_ioprio_data: bic_class %d prio %d class %d", -+ ioprio_class, bfqq->new_ioprio, bfqq->new_ioprio_class); - } - - static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio) - { -- struct bfq_data *bfqd; -- struct bfq_queue *bfqq, *new_bfqq; -+ struct bfq_data *bfqd = bic_to_bfqd(bic); -+ struct bfq_queue *bfqq; - unsigned long uninitialized_var(flags); - int ioprio = bic->icq.ioc->ioprio; - -- bfqd = bfq_get_bfqd_locked(&(bic->icq.q->elevator->elevator_data), -- &flags); - /* - * This condition may trigger on a newly created bic, be sure to - * drop the lock before returning. - */ - if (unlikely(!bfqd) || likely(bic->ioprio == ioprio)) -- goto out; -+ return; - - bic->ioprio = ioprio; - -- bfqq = bic->bfqq[BLK_RW_ASYNC]; -+ bfqq = bic_to_bfqq(bic, false); - if (bfqq) { -- new_bfqq = bfq_get_queue(bfqd, bio, BLK_RW_ASYNC, bic, -- GFP_ATOMIC); -- if (new_bfqq) { -- bic->bfqq[BLK_RW_ASYNC] = new_bfqq; -- bfq_log_bfqq(bfqd, bfqq, -- "check_ioprio_change: bfqq %p %d", -- bfqq, atomic_read(&bfqq->ref)); -- bfq_put_queue(bfqq); -- } -+ bfq_put_queue(bfqq); -+ bfqq = bfq_get_queue(bfqd, bio, BLK_RW_ASYNC, bic); -+ bic_set_bfqq(bic, bfqq, false); -+ bfq_log_bfqq(bfqd, bfqq, -+ "check_ioprio_change: bfqq %p %d", -+ bfqq, bfqq->ref); - } - -- bfqq = bic->bfqq[BLK_RW_SYNC]; -+ bfqq = bic_to_bfqq(bic, true); - if (bfqq) - bfq_set_next_ioprio_data(bfqq, bic); -- --out: -- bfq_put_bfqd_unlock(bfqd, &flags); - } - - static void bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, -@@ -3160,8 +3992,9 @@ static void bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, - RB_CLEAR_NODE(&bfqq->entity.rb_node); - INIT_LIST_HEAD(&bfqq->fifo); - INIT_HLIST_NODE(&bfqq->burst_list_node); -+ BUG_ON(!hlist_unhashed(&bfqq->burst_list_node)); - -- atomic_set(&bfqq->ref, 0); -+ bfqq->ref = 0; - bfqq->bfqd = bfqd; - - if (bic) -@@ -3171,6 +4004,7 @@ static void bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, - if (!bfq_class_idle(bfqq)) - bfq_mark_bfqq_idle_window(bfqq); - bfq_mark_bfqq_sync(bfqq); -+ bfq_mark_bfqq_just_created(bfqq); - } else - bfq_clear_bfqq_sync(bfqq); - bfq_mark_bfqq_IO_bound(bfqq); -@@ -3180,72 +4014,19 @@ static void bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, - bfqq->pid = pid; - - bfqq->wr_coeff = 1; -- bfqq->last_wr_start_finish = 0; -+ bfqq->last_wr_start_finish = jiffies; -+ bfqq->wr_start_at_switch_to_srt = bfq_smallest_from_now(); -+ bfqq->budget_timeout = bfq_smallest_from_now(); -+ bfqq->split_time = bfq_smallest_from_now(); -+ - /* - * Set to the value for which bfqq will not be deemed as - * soft rt when it becomes backlogged. - */ -- bfqq->soft_rt_next_start = bfq_infinity_from_now(jiffies); --} -- --static struct bfq_queue *bfq_find_alloc_queue(struct bfq_data *bfqd, -- struct bio *bio, int is_sync, -- struct bfq_io_cq *bic, -- gfp_t gfp_mask) --{ -- struct bfq_group *bfqg; -- struct bfq_queue *bfqq, *new_bfqq = NULL; -- struct blkcg *blkcg; -- --retry: -- rcu_read_lock(); -- -- blkcg = bio_blkcg(bio); -- bfqg = bfq_find_alloc_group(bfqd, blkcg); -- /* bic always exists here */ -- bfqq = bic_to_bfqq(bic, is_sync); -- -- /* -- * Always try a new alloc if we fall back to the OOM bfqq -- * originally, since it should just be a temporary situation. -- */ -- if (!bfqq || bfqq == &bfqd->oom_bfqq) { -- bfqq = NULL; -- if (new_bfqq) { -- bfqq = new_bfqq; -- new_bfqq = NULL; -- } else if (gfpflags_allow_blocking(gfp_mask)) { -- rcu_read_unlock(); -- spin_unlock_irq(bfqd->queue->queue_lock); -- new_bfqq = kmem_cache_alloc_node(bfq_pool, -- gfp_mask | __GFP_ZERO, -- bfqd->queue->node); -- spin_lock_irq(bfqd->queue->queue_lock); -- if (new_bfqq) -- goto retry; -- } else { -- bfqq = kmem_cache_alloc_node(bfq_pool, -- gfp_mask | __GFP_ZERO, -- bfqd->queue->node); -- } -- -- if (bfqq) { -- bfq_init_bfqq(bfqd, bfqq, bic, current->pid, -- is_sync); -- bfq_init_entity(&bfqq->entity, bfqg); -- bfq_log_bfqq(bfqd, bfqq, "allocated"); -- } else { -- bfqq = &bfqd->oom_bfqq; -- bfq_log_bfqq(bfqd, bfqq, "using oom bfqq"); -- } -- } -+ bfqq->soft_rt_next_start = bfq_greatest_from_now(); - -- if (new_bfqq) -- kmem_cache_free(bfq_pool, new_bfqq); -- -- rcu_read_unlock(); -- -- return bfqq; -+ /* first request is almost certainly seeky */ -+ bfqq->seek_history = 1; - } - - static struct bfq_queue **bfq_async_queue_prio(struct bfq_data *bfqd, -@@ -3268,90 +4049,86 @@ static struct bfq_queue **bfq_async_queue_prio(struct bfq_data *bfqd, - } - - static struct bfq_queue *bfq_get_queue(struct bfq_data *bfqd, -- struct bio *bio, int is_sync, -- struct bfq_io_cq *bic, gfp_t gfp_mask) -+ struct bio *bio, bool is_sync, -+ struct bfq_io_cq *bic) - { - const int ioprio = IOPRIO_PRIO_DATA(bic->ioprio); - const int ioprio_class = IOPRIO_PRIO_CLASS(bic->ioprio); - struct bfq_queue **async_bfqq = NULL; -- struct bfq_queue *bfqq = NULL; -+ struct bfq_queue *bfqq; -+ struct bfq_group *bfqg; - -- if (!is_sync) { -- struct blkcg *blkcg; -- struct bfq_group *bfqg; -+ rcu_read_lock(); -+ -+ bfqg = bfq_find_set_group(bfqd, bio_blkcg(bio)); -+ if (!bfqg) { -+ bfqq = &bfqd->oom_bfqq; -+ goto out; -+ } - -- rcu_read_lock(); -- blkcg = bio_blkcg(bio); -- rcu_read_unlock(); -- bfqg = bfq_find_alloc_group(bfqd, blkcg); -+ if (!is_sync) { - async_bfqq = bfq_async_queue_prio(bfqd, bfqg, ioprio_class, - ioprio); - bfqq = *async_bfqq; -+ if (bfqq) -+ goto out; - } - -- if (!bfqq) -- bfqq = bfq_find_alloc_queue(bfqd, bio, is_sync, bic, gfp_mask); -+ bfqq = kmem_cache_alloc_node(bfq_pool, GFP_NOWAIT | __GFP_ZERO, -+ bfqd->queue->node); -+ -+ if (bfqq) { -+ bfq_init_bfqq(bfqd, bfqq, bic, current->pid, -+ is_sync); -+ bfq_init_entity(&bfqq->entity, bfqg); -+ bfq_log_bfqq(bfqd, bfqq, "allocated"); -+ } else { -+ bfqq = &bfqd->oom_bfqq; -+ bfq_log_bfqq(bfqd, bfqq, "using oom bfqq"); -+ goto out; -+ } - - /* - * Pin the queue now that it's allocated, scheduler exit will - * prune it. - */ -- if (!is_sync && !(*async_bfqq)) { -- atomic_inc(&bfqq->ref); -+ if (async_bfqq) { -+ bfqq->ref++; - bfq_log_bfqq(bfqd, bfqq, "get_queue, bfqq not in async: %p, %d", -- bfqq, atomic_read(&bfqq->ref)); -+ bfqq, bfqq->ref); - *async_bfqq = bfqq; - } - -- atomic_inc(&bfqq->ref); -- bfq_log_bfqq(bfqd, bfqq, "get_queue, at end: %p, %d", bfqq, -- atomic_read(&bfqq->ref)); -+out: -+ bfqq->ref++; -+ bfq_log_bfqq(bfqd, bfqq, "get_queue, at end: %p, %d", bfqq, bfqq->ref); -+ rcu_read_unlock(); - return bfqq; - } - - static void bfq_update_io_thinktime(struct bfq_data *bfqd, - struct bfq_io_cq *bic) - { -- unsigned long elapsed = jiffies - bic->ttime.last_end_request; -- unsigned long ttime = min(elapsed, 2UL * bfqd->bfq_slice_idle); -+ struct bfq_ttime *ttime = &bic->ttime; -+ u64 elapsed = ktime_get_ns() - bic->ttime.last_end_request; - -- bic->ttime.ttime_samples = (7*bic->ttime.ttime_samples + 256) / 8; -- bic->ttime.ttime_total = (7*bic->ttime.ttime_total + 256*ttime) / 8; -- bic->ttime.ttime_mean = (bic->ttime.ttime_total + 128) / -- bic->ttime.ttime_samples; -+ elapsed = min_t(u64, elapsed, 2 * bfqd->bfq_slice_idle); -+ -+ ttime->ttime_samples = (7*bic->ttime.ttime_samples + 256) / 8; -+ ttime->ttime_total = div_u64(7*ttime->ttime_total + 256*elapsed, 8); -+ ttime->ttime_mean = div64_ul(ttime->ttime_total + 128, -+ ttime->ttime_samples); - } - --static void bfq_update_io_seektime(struct bfq_data *bfqd, -- struct bfq_queue *bfqq, -- struct request *rq) -+static void -+bfq_update_io_seektime(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ struct request *rq) - { -- sector_t sdist; -- u64 total; -- -- if (bfqq->last_request_pos < blk_rq_pos(rq)) -- sdist = blk_rq_pos(rq) - bfqq->last_request_pos; -- else -- sdist = bfqq->last_request_pos - blk_rq_pos(rq); -- -- /* -- * Don't allow the seek distance to get too large from the -- * odd fragment, pagein, etc. -- */ -- if (bfqq->seek_samples == 0) /* first request, not really a seek */ -- sdist = 0; -- else if (bfqq->seek_samples <= 60) /* second & third seek */ -- sdist = min(sdist, (bfqq->seek_mean * 4) + 2*1024*1024); -- else -- sdist = min(sdist, (bfqq->seek_mean * 4) + 2*1024*64); -- -- bfqq->seek_samples = (7*bfqq->seek_samples + 256) / 8; -- bfqq->seek_total = (7*bfqq->seek_total + (u64)256*sdist) / 8; -- total = bfqq->seek_total + (bfqq->seek_samples/2); -- do_div(total, bfqq->seek_samples); -- bfqq->seek_mean = (sector_t)total; -- -- bfq_log_bfqq(bfqd, bfqq, "dist=%llu mean=%llu", (u64)sdist, -- (u64)bfqq->seek_mean); -+ bfqq->seek_history <<= 1; -+ bfqq->seek_history |= -+ get_sdist(bfqq->last_request_pos, rq) > BFQQ_SEEK_THR && -+ (!blk_queue_nonrot(bfqd->queue) || -+ blk_rq_sectors(rq) < BFQQ_SECT_THR_NONROT); - } - - /* -@@ -3369,7 +4146,8 @@ static void bfq_update_idle_window(struct bfq_data *bfqd, - return; - - /* Idle window just restored, statistics are meaningless. */ -- if (bfq_bfqq_just_split(bfqq)) -+ if (time_is_after_eq_jiffies(bfqq->split_time + -+ bfqd->bfq_wr_min_idle_time)) - return; - - enable_idle = bfq_bfqq_idle_window(bfqq); -@@ -3409,22 +4187,13 @@ static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, - - bfq_update_io_thinktime(bfqd, bic); - bfq_update_io_seektime(bfqd, bfqq, rq); -- if (!BFQQ_SEEKY(bfqq) && bfq_bfqq_constantly_seeky(bfqq)) { -- bfq_clear_bfqq_constantly_seeky(bfqq); -- if (!blk_queue_nonrot(bfqd->queue)) { -- BUG_ON(!bfqd->const_seeky_busy_in_flight_queues); -- bfqd->const_seeky_busy_in_flight_queues--; -- } -- } - if (bfqq->entity.service > bfq_max_budget(bfqd) / 8 || - !BFQQ_SEEKY(bfqq)) - bfq_update_idle_window(bfqd, bfqq, bic); -- bfq_clear_bfqq_just_split(bfqq); - - bfq_log_bfqq(bfqd, bfqq, -- "rq_enqueued: idle_window=%d (seeky %d, mean %llu)", -- bfq_bfqq_idle_window(bfqq), BFQQ_SEEKY(bfqq), -- (unsigned long long) bfqq->seek_mean); -+ "rq_enqueued: idle_window=%d (seeky %d)", -+ bfq_bfqq_idle_window(bfqq), BFQQ_SEEKY(bfqq)); - - bfqq->last_request_pos = blk_rq_pos(rq) + blk_rq_sectors(rq); - -@@ -3438,14 +4207,15 @@ static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, - * is small and the queue is not to be expired, then - * just exit. - * -- * In this way, if the disk is being idled to wait for -- * a new request from the in-service queue, we avoid -- * unplugging the device and committing the disk to serve -- * just a small request. On the contrary, we wait for -- * the block layer to decide when to unplug the device: -- * hopefully, new requests will be merged to this one -- * quickly, then the device will be unplugged and -- * larger requests will be dispatched. -+ * In this way, if the device is being idled to wait -+ * for a new request from the in-service queue, we -+ * avoid unplugging the device and committing the -+ * device to serve just a small request. On the -+ * contrary, we wait for the block layer to decide -+ * when to unplug the device: hopefully, new requests -+ * will be merged to this one quickly, then the device -+ * will be unplugged and larger requests will be -+ * dispatched. - */ - if (small_req && !budget_timeout) - return; -@@ -3457,10 +4227,8 @@ static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, - * timer. - */ - bfq_clear_bfqq_wait_request(bfqq); -- del_timer(&bfqd->idle_slice_timer); --#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ hrtimer_try_to_cancel(&bfqd->idle_slice_timer); - bfqg_stats_update_idle_time(bfqq_group(bfqq)); --#endif - - /* - * The queue is not empty, because a new request just -@@ -3504,28 +4272,20 @@ static void bfq_insert_request(struct request_queue *q, struct request *rq) - */ - new_bfqq->allocated[rq_data_dir(rq)]++; - bfqq->allocated[rq_data_dir(rq)]--; -- atomic_inc(&new_bfqq->ref); -+ new_bfqq->ref++; -+ bfq_clear_bfqq_just_created(bfqq); - bfq_put_queue(bfqq); - if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) - bfq_merge_bfqqs(bfqd, RQ_BIC(rq), - bfqq, new_bfqq); - rq->elv.priv[1] = new_bfqq; - bfqq = new_bfqq; -- } else -- bfq_bfqq_increase_failed_cooperations(bfqq); -+ } - } - - bfq_add_request(rq); - -- /* -- * Here a newly-created bfq_queue has already started a weight-raising -- * period: clear raising_time_left to prevent bfq_bfqq_save_state() -- * from assigning it a full weight-raising period. See the detailed -- * comments about this field in bfq_init_icq(). -- */ -- if (bfqq->bic) -- bfqq->bic->wr_time_left = 0; -- rq->fifo_time = jiffies + bfqd->bfq_fifo_expire[rq_is_sync(rq)]; -+ rq->fifo_time = ktime_get_ns() + bfqd->bfq_fifo_expire[rq_is_sync(rq)]; - list_add_tail(&rq->queuelist, &bfqq->fifo); - - bfq_rq_enqueued(bfqd, bfqq, rq); -@@ -3533,8 +4293,8 @@ static void bfq_insert_request(struct request_queue *q, struct request *rq) - - static void bfq_update_hw_tag(struct bfq_data *bfqd) - { -- bfqd->max_rq_in_driver = max(bfqd->max_rq_in_driver, -- bfqd->rq_in_driver); -+ bfqd->max_rq_in_driver = max_t(int, bfqd->max_rq_in_driver, -+ bfqd->rq_in_driver); - - if (bfqd->hw_tag == 1) - return; -@@ -3560,48 +4320,85 @@ static void bfq_completed_request(struct request_queue *q, struct request *rq) - { - struct bfq_queue *bfqq = RQ_BFQQ(rq); - struct bfq_data *bfqd = bfqq->bfqd; -- bool sync = bfq_bfqq_sync(bfqq); -+ u64 now_ns; -+ u32 delta_us; - -- bfq_log_bfqq(bfqd, bfqq, "completed one req with %u sects left (%d)", -- blk_rq_sectors(rq), sync); -+ bfq_log_bfqq(bfqd, bfqq, "completed one req with %u sects left", -+ blk_rq_sectors(rq)); - -+ assert_spin_locked(bfqd->queue->queue_lock); - bfq_update_hw_tag(bfqd); - - BUG_ON(!bfqd->rq_in_driver); - BUG_ON(!bfqq->dispatched); - bfqd->rq_in_driver--; - bfqq->dispatched--; --#ifdef CONFIG_BFQ_GROUP_IOSCHED - bfqg_stats_update_completion(bfqq_group(bfqq), - rq_start_time_ns(rq), -- rq_io_start_time_ns(rq), rq->cmd_flags); --#endif -+ rq_io_start_time_ns(rq), req_op(rq), -+ rq->cmd_flags); - - if (!bfqq->dispatched && !bfq_bfqq_busy(bfqq)) { -+ BUG_ON(!RB_EMPTY_ROOT(&bfqq->sort_list)); -+ /* -+ * Set budget_timeout (which we overload to store the -+ * time at which the queue remains with no backlog and -+ * no outstanding request; used by the weight-raising -+ * mechanism). -+ */ -+ bfqq->budget_timeout = jiffies; -+ - bfq_weights_tree_remove(bfqd, &bfqq->entity, - &bfqd->queue_weights_tree); -- if (!blk_queue_nonrot(bfqd->queue)) { -- BUG_ON(!bfqd->busy_in_flight_queues); -- bfqd->busy_in_flight_queues--; -- if (bfq_bfqq_constantly_seeky(bfqq)) { -- BUG_ON(!bfqd-> -- const_seeky_busy_in_flight_queues); -- bfqd->const_seeky_busy_in_flight_queues--; -- } -- } - } - -- if (sync) { -- bfqd->sync_flight--; -- RQ_BIC(rq)->ttime.last_end_request = jiffies; -- } -+ now_ns = ktime_get_ns(); -+ -+ RQ_BIC(rq)->ttime.last_end_request = now_ns; -+ -+ /* -+ * Using us instead of ns, to get a reasonable precision in -+ * computing rate in next check. -+ */ -+ delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); -+ -+ bfq_log(bfqd, "rq_completed: delta %uus/%luus max_size %u rate %llu/%llu", -+ delta_us, BFQ_MIN_TT/NSEC_PER_USEC, bfqd->last_rq_max_size, -+ (USEC_PER_SEC* -+ (u64)((bfqd->last_rq_max_size<>BFQ_RATE_SHIFT, -+ (USEC_PER_SEC*(u64)(1UL<<(BFQ_RATE_SHIFT-10)))>>BFQ_RATE_SHIFT); -+ -+ /* -+ * If the request took rather long to complete, and, according -+ * to the maximum request size recorded, this completion latency -+ * implies that the request was certainly served at a very low -+ * rate (less than 1M sectors/sec), then the whole observation -+ * interval that lasts up to this time instant cannot be a -+ * valid time interval for computing a new peak rate. Invoke -+ * bfq_update_rate_reset to have the following three steps -+ * taken: -+ * - close the observation interval at the last (previous) -+ * request dispatch or completion -+ * - compute rate, if possible, for that observation interval -+ * - reset to zero samples, which will trigger a proper -+ * re-initialization of the observation interval on next -+ * dispatch -+ */ -+ if (delta_us > BFQ_MIN_TT/NSEC_PER_USEC && -+ (bfqd->last_rq_max_size<last_completion = now_ns; - - /* -- * If we are waiting to discover whether the request pattern of the -- * task associated with the queue is actually isochronous, and -- * both requisites for this condition to hold are satisfied, then -- * compute soft_rt_next_start (see the comments to the function -- * bfq_bfqq_softrt_next_start()). -+ * If we are waiting to discover whether the request pattern -+ * of the task associated with the queue is actually -+ * isochronous, and both requisites for this condition to hold -+ * are now satisfied, then compute soft_rt_next_start (see the -+ * comments on the function bfq_bfqq_softrt_next_start()). We -+ * schedule this delayed check when bfqq expires, if it still -+ * has in-flight requests. - */ - if (bfq_bfqq_softrt_update(bfqq) && bfqq->dispatched == 0 && - RB_EMPTY_ROOT(&bfqq->sort_list)) -@@ -3613,10 +4410,7 @@ static void bfq_completed_request(struct request_queue *q, struct request *rq) - * or if we want to idle in case it has no pending requests. - */ - if (bfqd->in_service_queue == bfqq) { -- if (bfq_bfqq_budget_new(bfqq)) -- bfq_set_budget_timeout(bfqd); -- -- if (bfq_bfqq_must_idle(bfqq)) { -+ if (bfqq->dispatched == 0 && bfq_bfqq_must_idle(bfqq)) { - bfq_arm_slice_timer(bfqd); - goto out; - } else if (bfq_may_expire_for_budg_timeout(bfqq)) -@@ -3646,7 +4440,7 @@ static int __bfq_may_queue(struct bfq_queue *bfqq) - return ELV_MQUEUE_MAY; - } - --static int bfq_may_queue(struct request_queue *q, int rw) -+static int bfq_may_queue(struct request_queue *q, int op, int op_flags) - { - struct bfq_data *bfqd = q->elevator->elevator_data; - struct task_struct *tsk = current; -@@ -3663,7 +4457,7 @@ static int bfq_may_queue(struct request_queue *q, int rw) - if (!bic) - return ELV_MQUEUE_MAY; - -- bfqq = bic_to_bfqq(bic, rw_is_sync(rw)); -+ bfqq = bic_to_bfqq(bic, rw_is_sync(op, op_flags)); - if (bfqq) - return __bfq_may_queue(bfqq); - -@@ -3687,14 +4481,14 @@ static void bfq_put_request(struct request *rq) - rq->elv.priv[1] = NULL; - - bfq_log_bfqq(bfqq->bfqd, bfqq, "put_request %p, %d", -- bfqq, atomic_read(&bfqq->ref)); -+ bfqq, bfqq->ref); - bfq_put_queue(bfqq); - } - } - - /* - * Returns NULL if a new bfqq should be allocated, or the old bfqq if this -- * was the last process referring to said bfqq. -+ * was the last process referring to that bfqq. - */ - static struct bfq_queue * - bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq) -@@ -3732,11 +4526,8 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - unsigned long flags; - bool split = false; - -- might_sleep_if(gfpflags_allow_blocking(gfp_mask)); -- -- bfq_check_ioprio_change(bic, bio); -- - spin_lock_irqsave(q->queue_lock, flags); -+ bfq_check_ioprio_change(bic, bio); - - if (!bic) - goto queue_fail; -@@ -3746,23 +4537,47 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - new_queue: - bfqq = bic_to_bfqq(bic, is_sync); - if (!bfqq || bfqq == &bfqd->oom_bfqq) { -- bfqq = bfq_get_queue(bfqd, bio, is_sync, bic, gfp_mask); -+ if (bfqq) -+ bfq_put_queue(bfqq); -+ bfqq = bfq_get_queue(bfqd, bio, is_sync, bic); -+ BUG_ON(!hlist_unhashed(&bfqq->burst_list_node)); -+ - bic_set_bfqq(bic, bfqq, is_sync); - if (split && is_sync) { -+ bfq_log_bfqq(bfqd, bfqq, -+ "set_request: was_in_list %d " -+ "was_in_large_burst %d " -+ "large burst in progress %d", -+ bic->was_in_burst_list, -+ bic->saved_in_large_burst, -+ bfqd->large_burst); -+ - if ((bic->was_in_burst_list && bfqd->large_burst) || -- bic->saved_in_large_burst) -+ bic->saved_in_large_burst) { -+ bfq_log_bfqq(bfqd, bfqq, -+ "set_request: marking in " -+ "large burst"); - bfq_mark_bfqq_in_large_burst(bfqq); -- else { -+ } else { -+ bfq_log_bfqq(bfqd, bfqq, -+ "set_request: clearing in " -+ "large burst"); - bfq_clear_bfqq_in_large_burst(bfqq); - if (bic->was_in_burst_list) - hlist_add_head(&bfqq->burst_list_node, - &bfqd->burst_list); - } -+ bfqq->split_time = jiffies; - } - } else { - /* If the queue was seeky for too long, break it apart. */ - if (bfq_bfqq_coop(bfqq) && bfq_bfqq_split_coop(bfqq)) { - bfq_log_bfqq(bfqd, bfqq, "breaking apart bfqq"); -+ -+ /* Update bic before losing reference to bfqq */ -+ if (bfq_bfqq_in_large_burst(bfqq)) -+ bic->saved_in_large_burst = true; -+ - bfqq = bfq_split_bfqq(bic, bfqq); - split = true; - if (!bfqq) -@@ -3771,9 +4586,8 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - } - - bfqq->allocated[rw]++; -- atomic_inc(&bfqq->ref); -- bfq_log_bfqq(bfqd, bfqq, "set_request: bfqq %p, %d", bfqq, -- atomic_read(&bfqq->ref)); -+ bfqq->ref++; -+ bfq_log_bfqq(bfqd, bfqq, "set_request: bfqq %p, %d", bfqq, bfqq->ref); - - rq->elv.priv[0] = bic; - rq->elv.priv[1] = bfqq; -@@ -3788,7 +4602,6 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - if (likely(bfqq != &bfqd->oom_bfqq) && bfqq_process_refs(bfqq) == 1) { - bfqq->bic = bic; - if (split) { -- bfq_mark_bfqq_just_split(bfqq); - /* - * If the queue has just been split from a shared - * queue, restore the idle window and the possible -@@ -3798,6 +4611,9 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - } - } - -+ if (unlikely(bfq_bfqq_just_created(bfqq))) -+ bfq_handle_burst(bfqd, bfqq); -+ - spin_unlock_irqrestore(q->queue_lock, flags); - - return 0; -@@ -3824,9 +4640,10 @@ static void bfq_kick_queue(struct work_struct *work) - * Handler of the expiration of the timer running if the in-service queue - * is idling inside its time slice. - */ --static void bfq_idle_slice_timer(unsigned long data) -+static enum hrtimer_restart bfq_idle_slice_timer(struct hrtimer *timer) - { -- struct bfq_data *bfqd = (struct bfq_data *)data; -+ struct bfq_data *bfqd = container_of(timer, struct bfq_data, -+ idle_slice_timer); - struct bfq_queue *bfqq; - unsigned long flags; - enum bfqq_expiration reason; -@@ -3844,6 +4661,8 @@ static void bfq_idle_slice_timer(unsigned long data) - */ - if (bfqq) { - bfq_log_bfqq(bfqd, bfqq, "slice_timer expired"); -+ bfq_clear_bfqq_wait_request(bfqq); -+ - if (bfq_bfqq_budget_timeout(bfqq)) - /* - * Also here the queue can be safely expired -@@ -3869,14 +4688,16 @@ static void bfq_idle_slice_timer(unsigned long data) - bfq_schedule_dispatch(bfqd); - - spin_unlock_irqrestore(bfqd->queue->queue_lock, flags); -+ return HRTIMER_NORESTART; - } - - static void bfq_shutdown_timer_wq(struct bfq_data *bfqd) - { -- del_timer_sync(&bfqd->idle_slice_timer); -+ hrtimer_cancel(&bfqd->idle_slice_timer); - cancel_work_sync(&bfqd->unplug_work); - } - -+#ifdef CONFIG_BFQ_GROUP_IOSCHED - static void __bfq_put_async_bfqq(struct bfq_data *bfqd, - struct bfq_queue **bfqq_ptr) - { -@@ -3885,9 +4706,9 @@ static void __bfq_put_async_bfqq(struct bfq_data *bfqd, - - bfq_log(bfqd, "put_async_bfqq: %p", bfqq); - if (bfqq) { -- bfq_bfqq_move(bfqd, bfqq, &bfqq->entity, root_group); -+ bfq_bfqq_move(bfqd, bfqq, root_group); - bfq_log_bfqq(bfqd, bfqq, "put_async_bfqq: putting %p, %d", -- bfqq, atomic_read(&bfqq->ref)); -+ bfqq, bfqq->ref); - bfq_put_queue(bfqq); - *bfqq_ptr = NULL; - } -@@ -3909,6 +4730,7 @@ static void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) - - __bfq_put_async_bfqq(bfqd, &bfqg->async_idle_bfqq); - } -+#endif - - static void bfq_exit_queue(struct elevator_queue *e) - { -@@ -3922,15 +4744,13 @@ static void bfq_exit_queue(struct elevator_queue *e) - - BUG_ON(bfqd->in_service_queue); - list_for_each_entry_safe(bfqq, n, &bfqd->idle_list, bfqq_list) -- bfq_deactivate_bfqq(bfqd, bfqq, 0); -+ bfq_deactivate_bfqq(bfqd, bfqq, false, false); - - spin_unlock_irq(q->queue_lock); - - bfq_shutdown_timer_wq(bfqd); - -- synchronize_rcu(); -- -- BUG_ON(timer_pending(&bfqd->idle_slice_timer)); -+ BUG_ON(hrtimer_active(&bfqd->idle_slice_timer)); - - #ifdef CONFIG_BFQ_GROUP_IOSCHED - blkcg_deactivate_policy(q, &blkcg_policy_bfq); -@@ -3954,6 +4774,7 @@ static void bfq_init_root_group(struct bfq_group *root_group, - root_group->rq_pos_tree = RB_ROOT; - for (i = 0; i < BFQ_IOPRIO_CLASSES; i++) - root_group->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; -+ root_group->sched_data.bfq_class_idle_last_service = jiffies; - } - - static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) -@@ -3978,11 +4799,14 @@ static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) - * will not attempt to free it. - */ - bfq_init_bfqq(bfqd, &bfqd->oom_bfqq, NULL, 1, 0); -- atomic_inc(&bfqd->oom_bfqq.ref); -+ bfqd->oom_bfqq.ref++; - bfqd->oom_bfqq.new_ioprio = BFQ_DEFAULT_QUEUE_IOPRIO; - bfqd->oom_bfqq.new_ioprio_class = IOPRIO_CLASS_BE; - bfqd->oom_bfqq.entity.new_weight = - bfq_ioprio_to_weight(bfqd->oom_bfqq.new_ioprio); -+ -+ /* oom_bfqq does not participate to bursts */ -+ bfq_clear_bfqq_just_created(&bfqd->oom_bfqq); - /* - * Trigger weight initialization, according to ioprio, at the - * oom_bfqq's first activation. The oom_bfqq's ioprio and ioprio -@@ -4001,13 +4825,10 @@ static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) - goto out_free; - bfq_init_root_group(bfqd->root_group, bfqd); - bfq_init_entity(&bfqd->oom_bfqq.entity, bfqd->root_group); --#ifdef CONFIG_BFQ_GROUP_IOSCHED -- bfqd->active_numerous_groups = 0; --#endif - -- init_timer(&bfqd->idle_slice_timer); -+ hrtimer_init(&bfqd->idle_slice_timer, CLOCK_MONOTONIC, -+ HRTIMER_MODE_REL); - bfqd->idle_slice_timer.function = bfq_idle_slice_timer; -- bfqd->idle_slice_timer.data = (unsigned long)bfqd; - - bfqd->queue_weights_tree = RB_ROOT; - bfqd->group_weights_tree = RB_ROOT; -@@ -4027,21 +4848,19 @@ static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) - bfqd->bfq_back_max = bfq_back_max; - bfqd->bfq_back_penalty = bfq_back_penalty; - bfqd->bfq_slice_idle = bfq_slice_idle; -- bfqd->bfq_class_idle_last_service = 0; -- bfqd->bfq_max_budget_async_rq = bfq_max_budget_async_rq; -- bfqd->bfq_timeout[BLK_RW_ASYNC] = bfq_timeout_async; -- bfqd->bfq_timeout[BLK_RW_SYNC] = bfq_timeout_sync; -+ bfqd->bfq_timeout = bfq_timeout; - -- bfqd->bfq_coop_thresh = 2; -- bfqd->bfq_failed_cooperations = 7000; - bfqd->bfq_requests_within_timer = 120; - -- bfqd->bfq_large_burst_thresh = 11; -- bfqd->bfq_burst_interval = msecs_to_jiffies(500); -+ bfqd->bfq_large_burst_thresh = 8; -+ bfqd->bfq_burst_interval = msecs_to_jiffies(180); - - bfqd->low_latency = true; - -- bfqd->bfq_wr_coeff = 20; -+ /* -+ * Trade-off between responsiveness and fairness. -+ */ -+ bfqd->bfq_wr_coeff = 30; - bfqd->bfq_wr_rt_max_time = msecs_to_jiffies(300); - bfqd->bfq_wr_max_time = 0; - bfqd->bfq_wr_min_idle_time = msecs_to_jiffies(2000); -@@ -4053,16 +4872,15 @@ static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) - * video. - */ - bfqd->wr_busy_queues = 0; -- bfqd->busy_in_flight_queues = 0; -- bfqd->const_seeky_busy_in_flight_queues = 0; - - /* -- * Begin by assuming, optimistically, that the device peak rate is -- * equal to the highest reference rate. -+ * Begin by assuming, optimistically, that the device is a -+ * high-speed one, and that its peak rate is equal to 2/3 of -+ * the highest reference rate. - */ - bfqd->RT_prod = R_fast[blk_queue_nonrot(bfqd->queue)] * - T_fast[blk_queue_nonrot(bfqd->queue)]; -- bfqd->peak_rate = R_fast[blk_queue_nonrot(bfqd->queue)]; -+ bfqd->peak_rate = R_fast[blk_queue_nonrot(bfqd->queue)] * 2 / 3; - bfqd->device_speed = BFQ_BFQD_FAST; - - return 0; -@@ -4088,7 +4906,7 @@ static int __init bfq_slab_setup(void) - - static ssize_t bfq_var_show(unsigned int var, char *page) - { -- return sprintf(page, "%d\n", var); -+ return sprintf(page, "%u\n", var); - } - - static ssize_t bfq_var_store(unsigned long *var, const char *page, -@@ -4159,21 +4977,21 @@ static ssize_t bfq_weights_show(struct elevator_queue *e, char *page) - static ssize_t __FUNC(struct elevator_queue *e, char *page) \ - { \ - struct bfq_data *bfqd = e->elevator_data; \ -- unsigned int __data = __VAR; \ -- if (__CONV) \ -+ u64 __data = __VAR; \ -+ if (__CONV == 1) \ - __data = jiffies_to_msecs(__data); \ -+ else if (__CONV == 2) \ -+ __data = div_u64(__data, NSEC_PER_MSEC); \ - return bfq_var_show(__data, (page)); \ - } --SHOW_FUNCTION(bfq_fifo_expire_sync_show, bfqd->bfq_fifo_expire[1], 1); --SHOW_FUNCTION(bfq_fifo_expire_async_show, bfqd->bfq_fifo_expire[0], 1); -+SHOW_FUNCTION(bfq_fifo_expire_sync_show, bfqd->bfq_fifo_expire[1], 2); -+SHOW_FUNCTION(bfq_fifo_expire_async_show, bfqd->bfq_fifo_expire[0], 2); - SHOW_FUNCTION(bfq_back_seek_max_show, bfqd->bfq_back_max, 0); - SHOW_FUNCTION(bfq_back_seek_penalty_show, bfqd->bfq_back_penalty, 0); --SHOW_FUNCTION(bfq_slice_idle_show, bfqd->bfq_slice_idle, 1); -+SHOW_FUNCTION(bfq_slice_idle_show, bfqd->bfq_slice_idle, 2); - SHOW_FUNCTION(bfq_max_budget_show, bfqd->bfq_user_max_budget, 0); --SHOW_FUNCTION(bfq_max_budget_async_rq_show, -- bfqd->bfq_max_budget_async_rq, 0); --SHOW_FUNCTION(bfq_timeout_sync_show, bfqd->bfq_timeout[BLK_RW_SYNC], 1); --SHOW_FUNCTION(bfq_timeout_async_show, bfqd->bfq_timeout[BLK_RW_ASYNC], 1); -+SHOW_FUNCTION(bfq_timeout_sync_show, bfqd->bfq_timeout, 1); -+SHOW_FUNCTION(bfq_strict_guarantees_show, bfqd->strict_guarantees, 0); - SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0); - SHOW_FUNCTION(bfq_wr_coeff_show, bfqd->bfq_wr_coeff, 0); - SHOW_FUNCTION(bfq_wr_rt_max_time_show, bfqd->bfq_wr_rt_max_time, 1); -@@ -4183,6 +5001,17 @@ SHOW_FUNCTION(bfq_wr_min_inter_arr_async_show, bfqd->bfq_wr_min_inter_arr_async, - SHOW_FUNCTION(bfq_wr_max_softrt_rate_show, bfqd->bfq_wr_max_softrt_rate, 0); - #undef SHOW_FUNCTION - -+#define USEC_SHOW_FUNCTION(__FUNC, __VAR) \ -+static ssize_t __FUNC(struct elevator_queue *e, char *page) \ -+{ \ -+ struct bfq_data *bfqd = e->elevator_data; \ -+ u64 __data = __VAR; \ -+ __data = div_u64(__data, NSEC_PER_USEC); \ -+ return bfq_var_show(__data, (page)); \ -+} -+USEC_SHOW_FUNCTION(bfq_slice_idle_us_show, bfqd->bfq_slice_idle); -+#undef USEC_SHOW_FUNCTION -+ - #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ - static ssize_t \ - __FUNC(struct elevator_queue *e, const char *page, size_t count) \ -@@ -4194,24 +5023,22 @@ __FUNC(struct elevator_queue *e, const char *page, size_t count) \ - __data = (MIN); \ - else if (__data > (MAX)) \ - __data = (MAX); \ -- if (__CONV) \ -+ if (__CONV == 1) \ - *(__PTR) = msecs_to_jiffies(__data); \ -+ else if (__CONV == 2) \ -+ *(__PTR) = (u64)__data * NSEC_PER_MSEC; \ - else \ - *(__PTR) = __data; \ - return ret; \ - } - STORE_FUNCTION(bfq_fifo_expire_sync_store, &bfqd->bfq_fifo_expire[1], 1, -- INT_MAX, 1); -+ INT_MAX, 2); - STORE_FUNCTION(bfq_fifo_expire_async_store, &bfqd->bfq_fifo_expire[0], 1, -- INT_MAX, 1); -+ INT_MAX, 2); - STORE_FUNCTION(bfq_back_seek_max_store, &bfqd->bfq_back_max, 0, INT_MAX, 0); - STORE_FUNCTION(bfq_back_seek_penalty_store, &bfqd->bfq_back_penalty, 1, - INT_MAX, 0); --STORE_FUNCTION(bfq_slice_idle_store, &bfqd->bfq_slice_idle, 0, INT_MAX, 1); --STORE_FUNCTION(bfq_max_budget_async_rq_store, &bfqd->bfq_max_budget_async_rq, -- 1, INT_MAX, 0); --STORE_FUNCTION(bfq_timeout_async_store, &bfqd->bfq_timeout[BLK_RW_ASYNC], 0, -- INT_MAX, 1); -+STORE_FUNCTION(bfq_slice_idle_store, &bfqd->bfq_slice_idle, 0, INT_MAX, 2); - STORE_FUNCTION(bfq_wr_coeff_store, &bfqd->bfq_wr_coeff, 1, INT_MAX, 0); - STORE_FUNCTION(bfq_wr_max_time_store, &bfqd->bfq_wr_max_time, 0, INT_MAX, 1); - STORE_FUNCTION(bfq_wr_rt_max_time_store, &bfqd->bfq_wr_rt_max_time, 0, INT_MAX, -@@ -4224,6 +5051,23 @@ STORE_FUNCTION(bfq_wr_max_softrt_rate_store, &bfqd->bfq_wr_max_softrt_rate, 0, - INT_MAX, 0); - #undef STORE_FUNCTION - -+#define USEC_STORE_FUNCTION(__FUNC, __PTR, MIN, MAX) \ -+static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\ -+{ \ -+ struct bfq_data *bfqd = e->elevator_data; \ -+ unsigned long uninitialized_var(__data); \ -+ int ret = bfq_var_store(&__data, (page), count); \ -+ if (__data < (MIN)) \ -+ __data = (MIN); \ -+ else if (__data > (MAX)) \ -+ __data = (MAX); \ -+ *(__PTR) = (u64)__data * NSEC_PER_USEC; \ -+ return ret; \ -+} -+USEC_STORE_FUNCTION(bfq_slice_idle_us_store, &bfqd->bfq_slice_idle, 0, -+ UINT_MAX); -+#undef USEC_STORE_FUNCTION -+ - /* do nothing for the moment */ - static ssize_t bfq_weights_store(struct elevator_queue *e, - const char *page, size_t count) -@@ -4231,16 +5075,6 @@ static ssize_t bfq_weights_store(struct elevator_queue *e, - return count; - } - --static unsigned long bfq_estimated_max_budget(struct bfq_data *bfqd) --{ -- u64 timeout = jiffies_to_msecs(bfqd->bfq_timeout[BLK_RW_SYNC]); -- -- if (bfqd->peak_rate_samples >= BFQ_PEAK_RATE_SAMPLES) -- return bfq_calc_max_budget(bfqd->peak_rate, timeout); -- else -- return bfq_default_max_budget; --} -- - static ssize_t bfq_max_budget_store(struct elevator_queue *e, - const char *page, size_t count) - { -@@ -4249,7 +5083,7 @@ static ssize_t bfq_max_budget_store(struct elevator_queue *e, - int ret = bfq_var_store(&__data, (page), count); - - if (__data == 0) -- bfqd->bfq_max_budget = bfq_estimated_max_budget(bfqd); -+ bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd); - else { - if (__data > INT_MAX) - __data = INT_MAX; -@@ -4261,6 +5095,10 @@ static ssize_t bfq_max_budget_store(struct elevator_queue *e, - return ret; - } - -+/* -+ * Leaving this name to preserve name compatibility with cfq -+ * parameters, but this timeout is used for both sync and async. -+ */ - static ssize_t bfq_timeout_sync_store(struct elevator_queue *e, - const char *page, size_t count) - { -@@ -4273,9 +5111,27 @@ static ssize_t bfq_timeout_sync_store(struct elevator_queue *e, - else if (__data > INT_MAX) - __data = INT_MAX; - -- bfqd->bfq_timeout[BLK_RW_SYNC] = msecs_to_jiffies(__data); -+ bfqd->bfq_timeout = msecs_to_jiffies(__data); - if (bfqd->bfq_user_max_budget == 0) -- bfqd->bfq_max_budget = bfq_estimated_max_budget(bfqd); -+ bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd); -+ -+ return ret; -+} -+ -+static ssize_t bfq_strict_guarantees_store(struct elevator_queue *e, -+ const char *page, size_t count) -+{ -+ struct bfq_data *bfqd = e->elevator_data; -+ unsigned long uninitialized_var(__data); -+ int ret = bfq_var_store(&__data, (page), count); -+ -+ if (__data > 1) -+ __data = 1; -+ if (!bfqd->strict_guarantees && __data == 1 -+ && bfqd->bfq_slice_idle < 8 * NSEC_PER_MSEC) -+ bfqd->bfq_slice_idle = 8 * NSEC_PER_MSEC; -+ -+ bfqd->strict_guarantees = __data; - - return ret; - } -@@ -4305,10 +5161,10 @@ static struct elv_fs_entry bfq_attrs[] = { - BFQ_ATTR(back_seek_max), - BFQ_ATTR(back_seek_penalty), - BFQ_ATTR(slice_idle), -+ BFQ_ATTR(slice_idle_us), - BFQ_ATTR(max_budget), -- BFQ_ATTR(max_budget_async_rq), - BFQ_ATTR(timeout_sync), -- BFQ_ATTR(timeout_async), -+ BFQ_ATTR(strict_guarantees), - BFQ_ATTR(low_latency), - BFQ_ATTR(wr_coeff), - BFQ_ATTR(wr_max_time), -@@ -4328,7 +5184,8 @@ static struct elevator_type iosched_bfq = { - #ifdef CONFIG_BFQ_GROUP_IOSCHED - .elevator_bio_merged_fn = bfq_bio_merged, - #endif -- .elevator_allow_merge_fn = bfq_allow_merge, -+ .elevator_allow_bio_merge_fn = bfq_allow_bio_merge, -+ .elevator_allow_rq_merge_fn = bfq_allow_rq_merge, - .elevator_dispatch_fn = bfq_dispatch_requests, - .elevator_add_req_fn = bfq_insert_request, - .elevator_activate_req_fn = bfq_activate_request, -@@ -4351,18 +5208,28 @@ static struct elevator_type iosched_bfq = { - .elevator_owner = THIS_MODULE, - }; - -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+static struct blkcg_policy blkcg_policy_bfq = { -+ .dfl_cftypes = bfq_blkg_files, -+ .legacy_cftypes = bfq_blkcg_legacy_files, -+ -+ .cpd_alloc_fn = bfq_cpd_alloc, -+ .cpd_init_fn = bfq_cpd_init, -+ .cpd_bind_fn = bfq_cpd_init, -+ .cpd_free_fn = bfq_cpd_free, -+ -+ .pd_alloc_fn = bfq_pd_alloc, -+ .pd_init_fn = bfq_pd_init, -+ .pd_offline_fn = bfq_pd_offline, -+ .pd_free_fn = bfq_pd_free, -+ .pd_reset_stats_fn = bfq_pd_reset_stats, -+}; -+#endif -+ - static int __init bfq_init(void) - { - int ret; -- -- /* -- * Can be 0 on HZ < 1000 setups. -- */ -- if (bfq_slice_idle == 0) -- bfq_slice_idle = 1; -- -- if (bfq_timeout_async == 0) -- bfq_timeout_async = 1; -+ char msg[60] = "BFQ I/O-scheduler: v8r7"; - - #ifdef CONFIG_BFQ_GROUP_IOSCHED - ret = blkcg_policy_register(&blkcg_policy_bfq); -@@ -4375,27 +5242,46 @@ static int __init bfq_init(void) - goto err_pol_unreg; - - /* -- * Times to load large popular applications for the typical systems -- * installed on the reference devices (see the comments before the -- * definitions of the two arrays). -+ * Times to load large popular applications for the typical -+ * systems installed on the reference devices (see the -+ * comments before the definitions of the next two -+ * arrays). Actually, we use slightly slower values, as the -+ * estimated peak rate tends to be smaller than the actual -+ * peak rate. The reason for this last fact is that estimates -+ * are computed over much shorter time intervals than the long -+ * intervals typically used for benchmarking. Why? First, to -+ * adapt more quickly to variations. Second, because an I/O -+ * scheduler cannot rely on a peak-rate-evaluation workload to -+ * be run for a long time. - */ -- T_slow[0] = msecs_to_jiffies(2600); -- T_slow[1] = msecs_to_jiffies(1000); -- T_fast[0] = msecs_to_jiffies(5500); -- T_fast[1] = msecs_to_jiffies(2000); -+ T_slow[0] = msecs_to_jiffies(3500); /* actually 4 sec */ -+ T_slow[1] = msecs_to_jiffies(1000); /* actually 1.5 sec */ -+ T_fast[0] = msecs_to_jiffies(7000); /* actually 8 sec */ -+ T_fast[1] = msecs_to_jiffies(2500); /* actually 3 sec */ - - /* -- * Thresholds that determine the switch between speed classes (see -- * the comments before the definition of the array). -+ * Thresholds that determine the switch between speed classes -+ * (see the comments before the definition of the array -+ * device_speed_thresh). These thresholds are biased towards -+ * transitions to the fast class. This is safer than the -+ * opposite bias. In fact, a wrong transition to the slow -+ * class results in short weight-raising periods, because the -+ * speed of the device then tends to be higher that the -+ * reference peak rate. On the opposite end, a wrong -+ * transition to the fast class tends to increase -+ * weight-raising periods, because of the opposite reason. - */ -- device_speed_thresh[0] = (R_fast[0] + R_slow[0]) / 2; -- device_speed_thresh[1] = (R_fast[1] + R_slow[1]) / 2; -+ device_speed_thresh[0] = (4 * R_slow[0]) / 3; -+ device_speed_thresh[1] = (4 * R_slow[1]) / 3; - - ret = elv_register(&iosched_bfq); - if (ret) - goto err_pol_unreg; - -- pr_info("BFQ I/O-scheduler: v7r11"); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ strcat(msg, " (with cgroups support)"); -+#endif -+ pr_info("%s", msg); - - return 0; - -diff --git a/block/bfq-sched.c b/block/bfq-sched.c -index a5ed694..797bce7 100644 ---- a/block/bfq-sched.c -+++ b/block/bfq-sched.c -@@ -7,28 +7,166 @@ - * Copyright (C) 2008 Fabio Checconi - * Paolo Valente - * -- * Copyright (C) 2010 Paolo Valente -+ * Copyright (C) 2015 Paolo Valente -+ * -+ * Copyright (C) 2016 Paolo Valente -+ */ -+ -+static struct bfq_group *bfqq_group(struct bfq_queue *bfqq); -+ -+/** -+ * bfq_gt - compare two timestamps. -+ * @a: first ts. -+ * @b: second ts. -+ * -+ * Return @a > @b, dealing with wrapping correctly. -+ */ -+static int bfq_gt(u64 a, u64 b) -+{ -+ return (s64)(a - b) > 0; -+} -+ -+static struct bfq_entity *bfq_root_active_entity(struct rb_root *tree) -+{ -+ struct rb_node *node = tree->rb_node; -+ -+ return rb_entry(node, struct bfq_entity, rb_node); -+} -+ -+static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *sd); -+ -+static bool bfq_update_parent_budget(struct bfq_entity *next_in_service); -+ -+/** -+ * bfq_update_next_in_service - update sd->next_in_service -+ * @sd: sched_data for which to perform the update. -+ * @new_entity: if not NULL, pointer to the entity whose activation, -+ * requeueing or repositionig triggered the invocation of -+ * this function. -+ * -+ * This function is called to update sd->next_in_service, which, in -+ * its turn, may change as a consequence of the insertion or -+ * extraction of an entity into/from one of the active trees of -+ * sd. These insertions/extractions occur as a consequence of -+ * activations/deactivations of entities, with some activations being -+ * 'true' activations, and other activations being requeueings (i.e., -+ * implementing the second, requeueing phase of the mechanism used to -+ * reposition an entity in its active tree; see comments on -+ * __bfq_activate_entity and __bfq_requeue_entity for details). In -+ * both the last two activation sub-cases, new_entity points to the -+ * just activated or requeued entity. -+ * -+ * Returns true if sd->next_in_service changes in such a way that -+ * entity->parent may become the next_in_service for its parent -+ * entity. - */ -+static bool bfq_update_next_in_service(struct bfq_sched_data *sd, -+ struct bfq_entity *new_entity) -+{ -+ struct bfq_entity *next_in_service = sd->next_in_service; -+ struct bfq_queue *bfqq; -+ bool parent_sched_may_change = false; -+ -+ /* -+ * If this update is triggered by the activation, requeueing -+ * or repositiong of an entity that does not coincide with -+ * sd->next_in_service, then a full lookup in the active tree -+ * can be avoided. In fact, it is enough to check whether the -+ * just-modified entity has a higher priority than -+ * sd->next_in_service, or, even if it has the same priority -+ * as sd->next_in_service, is eligible and has a lower virtual -+ * finish time than sd->next_in_service. If this compound -+ * condition holds, then the new entity becomes the new -+ * next_in_service. Otherwise no change is needed. -+ */ -+ if (new_entity && new_entity != sd->next_in_service) { -+ /* -+ * Flag used to decide whether to replace -+ * sd->next_in_service with new_entity. Tentatively -+ * set to true, and left as true if -+ * sd->next_in_service is NULL. -+ */ -+ bool replace_next = true; -+ -+ /* -+ * If there is already a next_in_service candidate -+ * entity, then compare class priorities or timestamps -+ * to decide whether to replace sd->service_tree with -+ * new_entity. -+ */ -+ if (next_in_service) { -+ unsigned int new_entity_class_idx = -+ bfq_class_idx(new_entity); -+ struct bfq_service_tree *st = -+ sd->service_tree + new_entity_class_idx; -+ -+ /* -+ * For efficiency, evaluate the most likely -+ * sub-condition first. -+ */ -+ replace_next = -+ (new_entity_class_idx == -+ bfq_class_idx(next_in_service) -+ && -+ !bfq_gt(new_entity->start, st->vtime) -+ && -+ bfq_gt(next_in_service->finish, -+ new_entity->finish)) -+ || -+ new_entity_class_idx < -+ bfq_class_idx(next_in_service); -+ } -+ -+ if (replace_next) -+ next_in_service = new_entity; -+ } else /* invoked because of a deactivation: lookup needed */ -+ next_in_service = bfq_lookup_next_entity(sd); -+ -+ if (next_in_service) { -+ parent_sched_may_change = !sd->next_in_service || -+ bfq_update_parent_budget(next_in_service); -+ } -+ -+ sd->next_in_service = next_in_service; -+ -+ if (!next_in_service) -+ return parent_sched_may_change; - -+ bfqq = bfq_entity_to_bfqq(next_in_service); -+ if (bfqq) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "update_next_in_service: chosen this queue"); - #ifdef CONFIG_BFQ_GROUP_IOSCHED --#define for_each_entity(entity) \ -+ else { -+ struct bfq_group *bfqg = -+ container_of(next_in_service, -+ struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "update_next_in_service: chosen this entity"); -+ } -+#endif -+ return parent_sched_may_change; -+} -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+/* both next loops stop at one of the child entities of the root group */ -+#define for_each_entity(entity) \ - for (; entity ; entity = entity->parent) - - #define for_each_entity_safe(entity, parent) \ - for (; entity && ({ parent = entity->parent; 1; }); entity = parent) - -- --static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *sd, -- int extract, -- struct bfq_data *bfqd); -- --static struct bfq_group *bfqq_group(struct bfq_queue *bfqq); -- --static void bfq_update_budget(struct bfq_entity *next_in_service) -+/* -+ * Returns true if this budget changes may let next_in_service->parent -+ * become the next_in_service entity for its parent entity. -+ */ -+static bool bfq_update_parent_budget(struct bfq_entity *next_in_service) - { - struct bfq_entity *bfqg_entity; - struct bfq_group *bfqg; - struct bfq_sched_data *group_sd; -+ bool ret = false; - - BUG_ON(!next_in_service); - -@@ -41,60 +179,68 @@ static void bfq_update_budget(struct bfq_entity *next_in_service) - * as it must never become an in-service entity. - */ - bfqg_entity = bfqg->my_entity; -- if (bfqg_entity) -+ if (bfqg_entity) { -+ if (bfqg_entity->budget > next_in_service->budget) -+ ret = true; - bfqg_entity->budget = next_in_service->budget; -+ } -+ -+ return ret; - } - --static int bfq_update_next_in_service(struct bfq_sched_data *sd) -+/* -+ * This function tells whether entity stops being a candidate for next -+ * service, according to the following logic. -+ * -+ * This function is invoked for an entity that is about to be set in -+ * service. If such an entity is a queue, then the entity is no longer -+ * a candidate for next service (i.e, a candidate entity to serve -+ * after the in-service entity is expired). The function then returns -+ * true. -+ * -+ * In contrast, the entity could stil be a candidate for next service -+ * if it is not a queue, and has more than one child. In fact, even if -+ * one of its children is about to be set in service, other children -+ * may still be the next to serve. As a consequence, a non-queue -+ * entity is not a candidate for next-service only if it has only one -+ * child. And only if this condition holds, then the function returns -+ * true for a non-queue entity. -+ */ -+static bool bfq_no_longer_next_in_service(struct bfq_entity *entity) - { -- struct bfq_entity *next_in_service; -+ struct bfq_group *bfqg; - -- if (sd->in_service_entity) -- /* will update/requeue at the end of service */ -- return 0; -+ if (bfq_entity_to_bfqq(entity)) -+ return true; - -- /* -- * NOTE: this can be improved in many ways, such as returning -- * 1 (and thus propagating upwards the update) only when the -- * budget changes, or caching the bfqq that will be scheduled -- * next from this subtree. By now we worry more about -- * correctness than about performance... -- */ -- next_in_service = bfq_lookup_next_entity(sd, 0, NULL); -- sd->next_in_service = next_in_service; -+ bfqg = container_of(entity, struct bfq_group, entity); - -- if (next_in_service) -- bfq_update_budget(next_in_service); -+ BUG_ON(bfqg == ((struct bfq_data *)(bfqg->bfqd))->root_group); -+ BUG_ON(bfqg->active_entities == 0); -+ if (bfqg->active_entities == 1) -+ return true; - -- return 1; -+ return false; - } - --static void bfq_check_next_in_service(struct bfq_sched_data *sd, -- struct bfq_entity *entity) --{ -- BUG_ON(sd->next_in_service != entity); --} --#else -+#else /* CONFIG_BFQ_GROUP_IOSCHED */ - #define for_each_entity(entity) \ - for (; entity ; entity = NULL) - - #define for_each_entity_safe(entity, parent) \ - for (parent = NULL; entity ; entity = parent) - --static int bfq_update_next_in_service(struct bfq_sched_data *sd) -+static bool bfq_update_parent_budget(struct bfq_entity *next_in_service) - { -- return 0; -+ return false; - } - --static void bfq_check_next_in_service(struct bfq_sched_data *sd, -- struct bfq_entity *entity) -+static bool bfq_no_longer_next_in_service(struct bfq_entity *entity) - { -+ return true; - } - --static void bfq_update_budget(struct bfq_entity *next_in_service) --{ --} --#endif -+#endif /* CONFIG_BFQ_GROUP_IOSCHED */ - - /* - * Shift for timestamp calculations. This actually limits the maximum -@@ -105,18 +251,6 @@ static void bfq_update_budget(struct bfq_entity *next_in_service) - */ - #define WFQ_SERVICE_SHIFT 22 - --/** -- * bfq_gt - compare two timestamps. -- * @a: first ts. -- * @b: second ts. -- * -- * Return @a > @b, dealing with wrapping correctly. -- */ --static int bfq_gt(u64 a, u64 b) --{ -- return (s64)(a - b) > 0; --} -- - static struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) - { - struct bfq_queue *bfqq = NULL; -@@ -151,20 +285,36 @@ static u64 bfq_delta(unsigned long service, unsigned long weight) - static void bfq_calc_finish(struct bfq_entity *entity, unsigned long service) - { - struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ unsigned long long start, finish, delta; - - BUG_ON(entity->weight == 0); - - entity->finish = entity->start + - bfq_delta(service, entity->weight); - -+ start = ((entity->start>>10)*1000)>>12; -+ finish = ((entity->finish>>10)*1000)>>12; -+ delta = ((bfq_delta(service, entity->weight)>>10)*1000)>>12; -+ - if (bfqq) { - bfq_log_bfqq(bfqq->bfqd, bfqq, - "calc_finish: serv %lu, w %d", - service, entity->weight); - bfq_log_bfqq(bfqq->bfqd, bfqq, - "calc_finish: start %llu, finish %llu, delta %llu", -- entity->start, entity->finish, -- bfq_delta(service, entity->weight)); -+ start, finish, delta); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ } else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "calc_finish group: serv %lu, w %d", -+ service, entity->weight); -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "calc_finish group: start %llu, finish %llu, delta %llu", -+ start, finish, delta); -+#endif - } - } - -@@ -293,10 +443,26 @@ static void bfq_update_min(struct bfq_entity *entity, struct rb_node *node) - static void bfq_update_active_node(struct rb_node *node) - { - struct bfq_entity *entity = rb_entry(node, struct bfq_entity, rb_node); -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); - - entity->min_start = entity->start; - bfq_update_min(entity, node->rb_right); - bfq_update_min(entity, node->rb_left); -+ -+ if (bfqq) { -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "update_active_node: new min_start %llu", -+ ((entity->min_start>>10)*1000)>>12); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ } else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "update_active_node: new min_start %llu", -+ ((entity->min_start>>10)*1000)>>12); -+#endif -+ } - } - - /** -@@ -386,8 +552,6 @@ static void bfq_active_insert(struct bfq_service_tree *st, - BUG_ON(!bfqg); - BUG_ON(!bfqd); - bfqg->active_entities++; -- if (bfqg->active_entities == 2) -- bfqd->active_numerous_groups++; - } - #endif - } -@@ -399,7 +563,7 @@ static void bfq_active_insert(struct bfq_service_tree *st, - static unsigned short bfq_ioprio_to_weight(int ioprio) - { - BUG_ON(ioprio < 0 || ioprio >= IOPRIO_BE_NR); -- return IOPRIO_BE_NR * BFQ_WEIGHT_CONVERSION_COEFF - ioprio; -+ return (IOPRIO_BE_NR - ioprio) * BFQ_WEIGHT_CONVERSION_COEFF; - } - - /** -@@ -422,9 +586,9 @@ static void bfq_get_entity(struct bfq_entity *entity) - struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); - - if (bfqq) { -- atomic_inc(&bfqq->ref); -+ bfqq->ref++; - bfq_log_bfqq(bfqq->bfqd, bfqq, "get_entity: %p %d", -- bfqq, atomic_read(&bfqq->ref)); -+ bfqq, bfqq->ref); - } - } - -@@ -499,10 +663,6 @@ static void bfq_active_extract(struct bfq_service_tree *st, - BUG_ON(!bfqd); - BUG_ON(!bfqg->active_entities); - bfqg->active_entities--; -- if (bfqg->active_entities == 1) { -- BUG_ON(!bfqd->active_numerous_groups); -- bfqd->active_numerous_groups--; -- } - } - #endif - } -@@ -547,12 +707,12 @@ static void bfq_forget_entity(struct bfq_service_tree *st, - - BUG_ON(!entity->on_st); - -- entity->on_st = 0; -+ entity->on_st = false; - st->wsum -= entity->weight; - if (bfqq) { - sd = entity->sched_data; - bfq_log_bfqq(bfqq->bfqd, bfqq, "forget_entity: %p %d", -- bfqq, atomic_read(&bfqq->ref)); -+ bfqq, bfqq->ref); - bfq_put_queue(bfqq); - } - } -@@ -602,7 +762,7 @@ __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st, - - if (entity->prio_changed) { - struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -- unsigned short prev_weight, new_weight; -+ unsigned int prev_weight, new_weight; - struct bfq_data *bfqd = NULL; - struct rb_root *root; - #ifdef CONFIG_BFQ_GROUP_IOSCHED -@@ -630,7 +790,10 @@ __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st, - entity->new_weight > BFQ_MAX_WEIGHT) { - pr_crit("update_weight_prio: new_weight %d\n", - entity->new_weight); -- BUG(); -+ if (entity->new_weight < BFQ_MIN_WEIGHT) -+ entity->new_weight = BFQ_MIN_WEIGHT; -+ else -+ entity->new_weight = BFQ_MAX_WEIGHT; - } - entity->orig_weight = entity->new_weight; - if (bfqq) -@@ -661,6 +824,13 @@ __bfq_entity_update_weight_prio(struct bfq_service_tree *old_st, - * associated with its new weight. - */ - if (prev_weight != new_weight) { -+ if (bfqq) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "weight changed %d %d(%d %d)", -+ prev_weight, new_weight, -+ entity->orig_weight, -+ bfqq->wr_coeff); -+ - root = bfqq ? &bfqd->queue_weights_tree : - &bfqd->group_weights_tree; - bfq_weights_tree_remove(bfqd, entity, root); -@@ -707,7 +877,7 @@ static void bfq_bfqq_served(struct bfq_queue *bfqq, int served) - st = bfq_entity_service_tree(entity); - - entity->service += served; -- BUG_ON(entity->service > entity->budget); -+ - BUG_ON(st->wsum == 0); - - st->vtime += bfq_delta(served, st->wsum); -@@ -716,170 +886,419 @@ static void bfq_bfqq_served(struct bfq_queue *bfqq, int served) - #ifdef CONFIG_BFQ_GROUP_IOSCHED - bfqg_stats_set_start_empty_time(bfqq_group(bfqq)); - #endif -- bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d secs", served); -+ st = bfq_entity_service_tree(&bfqq->entity); -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d secs, vtime %llu on %p", -+ served, ((st->vtime>>10)*1000)>>12, st); - } - - /** -- * bfq_bfqq_charge_full_budget - set the service to the entity budget. -+ * bfq_bfqq_charge_time - charge an amount of service equivalent to the length -+ * of the time interval during which bfqq has been in -+ * service. -+ * @bfqd: the device - * @bfqq: the queue that needs a service update. -+ * @time_ms: the amount of time during which the queue has received service -+ * -+ * If a queue does not consume its budget fast enough, then providing -+ * the queue with service fairness may impair throughput, more or less -+ * severely. For this reason, queues that consume their budget slowly -+ * are provided with time fairness instead of service fairness. This -+ * goal is achieved through the BFQ scheduling engine, even if such an -+ * engine works in the service, and not in the time domain. The trick -+ * is charging these queues with an inflated amount of service, equal -+ * to the amount of service that they would have received during their -+ * service slot if they had been fast, i.e., if their requests had -+ * been dispatched at a rate equal to the estimated peak rate. - * -- * When it's not possible to be fair in the service domain, because -- * a queue is not consuming its budget fast enough (the meaning of -- * fast depends on the timeout parameter), we charge it a full -- * budget. In this way we should obtain a sort of time-domain -- * fairness among all the seeky/slow queues. -+ * It is worth noting that time fairness can cause important -+ * distortions in terms of bandwidth distribution, on devices with -+ * internal queueing. The reason is that I/O requests dispatched -+ * during the service slot of a queue may be served after that service -+ * slot is finished, and may have a total processing time loosely -+ * correlated with the duration of the service slot. This is -+ * especially true for short service slots. - */ --static void bfq_bfqq_charge_full_budget(struct bfq_queue *bfqq) -+static void bfq_bfqq_charge_time(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ unsigned long time_ms) - { - struct bfq_entity *entity = &bfqq->entity; -+ int tot_serv_to_charge = entity->service; -+ unsigned int timeout_ms = jiffies_to_msecs(bfq_timeout); -+ -+ if (time_ms > 0 && time_ms < timeout_ms) -+ tot_serv_to_charge = -+ (bfqd->bfq_max_budget * time_ms) / timeout_ms; - -- bfq_log_bfqq(bfqq->bfqd, bfqq, "charge_full_budget"); -+ if (tot_serv_to_charge < entity->service) -+ tot_serv_to_charge = entity->service; - -- bfq_bfqq_served(bfqq, entity->budget - entity->service); -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "charge_time: %lu/%u ms, %d/%d/%d sectors", -+ time_ms, timeout_ms, entity->service, -+ tot_serv_to_charge, entity->budget); -+ -+ /* Increase budget to avoid inconsistencies */ -+ if (tot_serv_to_charge > entity->budget) -+ entity->budget = tot_serv_to_charge; -+ -+ bfq_bfqq_served(bfqq, -+ max_t(int, 0, tot_serv_to_charge - entity->service)); -+} -+ -+static void bfq_update_fin_time_enqueue(struct bfq_entity *entity, -+ struct bfq_service_tree *st, -+ bool backshifted) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ struct bfq_sched_data *sd = entity->sched_data; -+ -+ st = __bfq_entity_update_weight_prio(st, entity); -+ bfq_calc_finish(entity, entity->budget); -+ -+ /* -+ * If some queues enjoy backshifting for a while, then their -+ * (virtual) finish timestamps may happen to become lower and -+ * lower than the system virtual time. In particular, if -+ * these queues often happen to be idle for short time -+ * periods, and during such time periods other queues with -+ * higher timestamps happen to be busy, then the backshifted -+ * timestamps of the former queues can become much lower than -+ * the system virtual time. In fact, to serve the queues with -+ * higher timestamps while the ones with lower timestamps are -+ * idle, the system virtual time may be pushed-up to much -+ * higher values than the finish timestamps of the idle -+ * queues. As a consequence, the finish timestamps of all new -+ * or newly activated queues may end up being much larger than -+ * those of lucky queues with backshifted timestamps. The -+ * latter queues may then monopolize the device for a lot of -+ * time. This would simply break service guarantees. -+ * -+ * To reduce this problem, push up a little bit the -+ * backshifted timestamps of the queue associated with this -+ * entity (only a queue can happen to have the backshifted -+ * flag set): just enough to let the finish timestamp of the -+ * queue be equal to the current value of the system virtual -+ * time. This may introduce a little unfairness among queues -+ * with backshifted timestamps, but it does not break -+ * worst-case fairness guarantees. -+ * -+ * As a special case, if bfqq is weight-raised, push up -+ * timestamps much less, to keep very low the probability that -+ * this push up causes the backshifted finish timestamps of -+ * weight-raised queues to become higher than the backshifted -+ * finish timestamps of non weight-raised queues. -+ */ -+ if (backshifted && bfq_gt(st->vtime, entity->finish)) { -+ unsigned long delta = st->vtime - entity->finish; -+ -+ if (bfqq) -+ delta /= bfqq->wr_coeff; -+ -+ entity->start += delta; -+ entity->finish += delta; -+ -+ if (bfqq) { -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "__activate_entity: new queue finish %llu", -+ ((entity->finish>>10)*1000)>>12); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ } else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "__activate_entity: new group finish %llu", -+ ((entity->finish>>10)*1000)>>12); -+#endif -+ } -+ } -+ -+ bfq_active_insert(st, entity); -+ -+ if (bfqq) { -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "__activate_entity: queue %seligible in st %p", -+ entity->start <= st->vtime ? "" : "non ", st); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ } else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "__activate_entity: group %seligible in st %p", -+ entity->start <= st->vtime ? "" : "non ", st); -+#endif -+ } -+ BUG_ON(RB_EMPTY_ROOT(&st->active)); -+ BUG_ON(&st->active != &sd->service_tree->active && -+ &st->active != &(sd->service_tree+1)->active && -+ &st->active != &(sd->service_tree+2)->active); - } - - /** -- * __bfq_activate_entity - activate an entity. -+ * __bfq_activate_entity - handle activation of entity. - * @entity: the entity being activated. -+ * @non_blocking_wait_rq: true if entity was waiting for a request -+ * -+ * Called for a 'true' activation, i.e., if entity is not active and -+ * one of its children receives a new request. - * -- * Called whenever an entity is activated, i.e., it is not active and one -- * of its children receives a new request, or has to be reactivated due to -- * budget exhaustion. It uses the current budget of the entity (and the -- * service received if @entity is active) of the queue to calculate its -- * timestamps. -+ * Basically, this function updates the timestamps of entity and -+ * inserts entity into its active tree, ater possible extracting it -+ * from its idle tree. - */ --static void __bfq_activate_entity(struct bfq_entity *entity) -+static void __bfq_activate_entity(struct bfq_entity *entity, -+ bool non_blocking_wait_rq) - { - struct bfq_sched_data *sd = entity->sched_data; - struct bfq_service_tree *st = bfq_entity_service_tree(entity); -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ bool backshifted = false; -+ unsigned long long min_vstart; - -- if (entity == sd->in_service_entity) { -- BUG_ON(entity->tree); -- /* -- * If we are requeueing the current entity we have -- * to take care of not charging to it service it has -- * not received. -- */ -- bfq_calc_finish(entity, entity->service); -- entity->start = entity->finish; -- sd->in_service_entity = NULL; -- } else if (entity->tree == &st->active) { -- /* -- * Requeueing an entity due to a change of some -- * next_in_service entity below it. We reuse the -- * old start time. -- */ -- bfq_active_extract(st, entity); -- } else if (entity->tree == &st->idle) { -+ BUG_ON(!sd); -+ BUG_ON(!st); -+ -+ /* See comments on bfq_fqq_update_budg_for_activation */ -+ if (non_blocking_wait_rq && bfq_gt(st->vtime, entity->finish)) { -+ backshifted = true; -+ min_vstart = entity->finish; -+ } else -+ min_vstart = st->vtime; -+ -+ if (entity->tree == &st->idle) { - /* - * Must be on the idle tree, bfq_idle_extract() will - * check for that. - */ - bfq_idle_extract(st, entity); -- entity->start = bfq_gt(st->vtime, entity->finish) ? -- st->vtime : entity->finish; -+ entity->start = bfq_gt(min_vstart, entity->finish) ? -+ min_vstart : entity->finish; - } else { - /* - * The finish time of the entity may be invalid, and - * it is in the past for sure, otherwise the queue - * would have been on the idle tree. - */ -- entity->start = st->vtime; -+ entity->start = min_vstart; - st->wsum += entity->weight; - bfq_get_entity(entity); - -- BUG_ON(entity->on_st); -- entity->on_st = 1; -+ BUG_ON(entity->on_st && bfqq); -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ if (entity->on_st && !bfqq) { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, -+ entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, -+ bfqg, -+ "activate bug, class %d in_service %p", -+ bfq_class_idx(entity), sd->in_service_entity); -+ } -+#endif -+ BUG_ON(entity->on_st && !bfqq); -+ entity->on_st = true; - } - -- st = __bfq_entity_update_weight_prio(st, entity); -- bfq_calc_finish(entity, entity->budget); -- bfq_active_insert(st, entity); -+ bfq_update_fin_time_enqueue(entity, st, backshifted); - } - - /** -- * bfq_activate_entity - activate an entity and its ancestors if necessary. -- * @entity: the entity to activate. -+ * __bfq_requeue_entity - handle requeueing or repositioning of an entity. -+ * @entity: the entity being requeued or repositioned. -+ * -+ * Requeueing is needed if this entity stops being served, which -+ * happens if a leaf descendant entity has expired. On the other hand, -+ * repositioning is needed if the next_inservice_entity for the child -+ * entity has changed. See the comments inside the function for -+ * details. - * -- * Activate @entity and all the entities on the path from it to the root. -+ * Basically, this function: 1) removes entity from its active tree if -+ * present there, 2) updates the timestamps of entity and 3) inserts -+ * entity back into its active tree (in the new, right position for -+ * the new values of the timestamps). - */ --static void bfq_activate_entity(struct bfq_entity *entity) -+static void __bfq_requeue_entity(struct bfq_entity *entity) -+{ -+ struct bfq_sched_data *sd = entity->sched_data; -+ struct bfq_service_tree *st = bfq_entity_service_tree(entity); -+ -+ BUG_ON(!sd); -+ BUG_ON(!st); -+ -+ BUG_ON(entity != sd->in_service_entity && -+ entity->tree != &st->active); -+ -+ if (entity == sd->in_service_entity) { -+ /* -+ * We are requeueing the current in-service entity, -+ * which may have to be done for one of the following -+ * reasons: -+ * - entity represents the in-service queue, and the -+ * in-service queue is being requeued after an -+ * expiration; -+ * - entity represents a group, and its budget has -+ * changed because one of its child entities has -+ * just been either activated or requeued for some -+ * reason; the timestamps of the entity need then to -+ * be updated, and the entity needs to be enqueued -+ * or repositioned accordingly. -+ * -+ * In particular, before requeueing, the start time of -+ * the entity must be moved forward to account for the -+ * service that the entity has received while in -+ * service. This is done by the next instructions. The -+ * finish time will then be updated according to this -+ * new value of the start time, and to the budget of -+ * the entity. -+ */ -+ bfq_calc_finish(entity, entity->service); -+ entity->start = entity->finish; -+ BUG_ON(entity->tree && entity->tree != &st->active); -+ /* -+ * In addition, if the entity had more than one child -+ * when set in service, then was not extracted from -+ * the active tree. This implies that the position of -+ * the entity in the active tree may need to be -+ * changed now, because we have just updated the start -+ * time of the entity, and we will update its finish -+ * time in a moment (the requeueing is then, more -+ * precisely, a repositioning in this case). To -+ * implement this repositioning, we: 1) dequeue the -+ * entity here, 2) update the finish time and -+ * requeue the entity according to the new -+ * timestamps below. -+ */ -+ if (entity->tree) -+ bfq_active_extract(st, entity); -+ } else { /* The entity is already active, and not in service */ -+ /* -+ * In this case, this function gets called only if the -+ * next_in_service entity below this entity has -+ * changed, and this change has caused the budget of -+ * this entity to change, which, finally implies that -+ * the finish time of this entity must be -+ * updated. Such an update may cause the scheduling, -+ * i.e., the position in the active tree, of this -+ * entity to change. We handle this change by: 1) -+ * dequeueing the entity here, 2) updating the finish -+ * time and requeueing the entity according to the new -+ * timestamps below. This is the same approach as the -+ * non-extracted-entity sub-case above. -+ */ -+ bfq_active_extract(st, entity); -+ } -+ -+ bfq_update_fin_time_enqueue(entity, st, false); -+} -+ -+static void __bfq_activate_requeue_entity(struct bfq_entity *entity, -+ struct bfq_sched_data *sd, -+ bool non_blocking_wait_rq) -+{ -+ struct bfq_service_tree *st = bfq_entity_service_tree(entity); -+ -+ if (sd->in_service_entity == entity || entity->tree == &st->active) -+ /* -+ * in service or already queued on the active tree, -+ * requeue or reposition -+ */ -+ __bfq_requeue_entity(entity); -+ else -+ /* -+ * Not in service and not queued on its active tree: -+ * the activity is idle and this is a true activation. -+ */ -+ __bfq_activate_entity(entity, non_blocking_wait_rq); -+} -+ -+ -+/** -+ * bfq_activate_entity - activate or requeue an entity representing a bfq_queue, -+ * and activate, requeue or reposition all ancestors -+ * for which such an update becomes necessary. -+ * @entity: the entity to activate. -+ * @non_blocking_wait_rq: true if this entity was waiting for a request -+ * @requeue: true if this is a requeue, which implies that bfqq is -+ * being expired; thus ALL its ancestors stop being served and must -+ * therefore be requeued -+ */ -+static void bfq_activate_requeue_entity(struct bfq_entity *entity, -+ bool non_blocking_wait_rq, -+ bool requeue) - { - struct bfq_sched_data *sd; - - for_each_entity(entity) { -- __bfq_activate_entity(entity); -- -+ BUG_ON(!entity); - sd = entity->sched_data; -- if (!bfq_update_next_in_service(sd)) -- /* -- * No need to propagate the activation to the -- * upper entities, as they will be updated when -- * the in-service entity is rescheduled. -- */ -+ __bfq_activate_requeue_entity(entity, sd, non_blocking_wait_rq); -+ -+ BUG_ON(RB_EMPTY_ROOT(&sd->service_tree->active) && -+ RB_EMPTY_ROOT(&(sd->service_tree+1)->active) && -+ RB_EMPTY_ROOT(&(sd->service_tree+2)->active)); -+ -+ if (!bfq_update_next_in_service(sd, entity) && !requeue) { -+ BUG_ON(!sd->next_in_service); - break; -+ } -+ BUG_ON(!sd->next_in_service); - } - } - - /** - * __bfq_deactivate_entity - deactivate an entity from its service tree. - * @entity: the entity to deactivate. -- * @requeue: if false, the entity will not be put into the idle tree. -- * -- * Deactivate an entity, independently from its previous state. If the -- * entity was not on a service tree just return, otherwise if it is on -- * any scheduler tree, extract it from that tree, and if necessary -- * and if the caller did not specify @requeue, put it on the idle tree. -+ * @ins_into_idle_tree: if false, the entity will not be put into the -+ * idle tree. - * -- * Return %1 if the caller should update the entity hierarchy, i.e., -- * if the entity was in service or if it was the next_in_service for -- * its sched_data; return %0 otherwise. -+ * Deactivates an entity, independently from its previous state. Must -+ * be invoked only if entity is on a service tree. Extracts the entity -+ * from that tree, and if necessary and allowed, puts it on the idle -+ * tree. - */ --static int __bfq_deactivate_entity(struct bfq_entity *entity, int requeue) -+static bool __bfq_deactivate_entity(struct bfq_entity *entity, -+ bool ins_into_idle_tree) - { - struct bfq_sched_data *sd = entity->sched_data; -- struct bfq_service_tree *st; -- int was_in_service; -- int ret = 0; -- -- if (sd == NULL || !entity->on_st) /* never activated, or inactive */ -- return 0; -+ struct bfq_service_tree *st = bfq_entity_service_tree(entity); -+ bool was_in_service = entity == sd->in_service_entity; - -- st = bfq_entity_service_tree(entity); -- was_in_service = entity == sd->in_service_entity; -+ if (!entity->on_st) { /* entity never activated, or already inactive */ -+ BUG_ON(entity == entity->sched_data->in_service_entity); -+ return false; -+ } - -- BUG_ON(was_in_service && entity->tree); -+ BUG_ON(was_in_service && entity->tree && entity->tree != &st->active); - -- if (was_in_service) { -+ if (was_in_service) - bfq_calc_finish(entity, entity->service); -- sd->in_service_entity = NULL; -- } else if (entity->tree == &st->active) -+ -+ if (entity->tree == &st->active) - bfq_active_extract(st, entity); -- else if (entity->tree == &st->idle) -+ else if (!was_in_service && entity->tree == &st->idle) - bfq_idle_extract(st, entity); - else if (entity->tree) - BUG(); - -- if (was_in_service || sd->next_in_service == entity) -- ret = bfq_update_next_in_service(sd); -- -- if (!requeue || !bfq_gt(entity->finish, st->vtime)) -+ if (!ins_into_idle_tree || !bfq_gt(entity->finish, st->vtime)) - bfq_forget_entity(st, entity); - else - bfq_idle_insert(st, entity); - -- BUG_ON(sd->in_service_entity == entity); -- BUG_ON(sd->next_in_service == entity); -- -- return ret; -+ return true; - } - - /** -- * bfq_deactivate_entity - deactivate an entity. -+ * bfq_deactivate_entity - deactivate an entity representing a bfq_queue. - * @entity: the entity to deactivate. -- * @requeue: true if the entity can be put on the idle tree -+ * @ins_into_idle_tree: true if the entity can be put on the idle tree - */ --static void bfq_deactivate_entity(struct bfq_entity *entity, int requeue) -+static void bfq_deactivate_entity(struct bfq_entity *entity, -+ bool ins_into_idle_tree, -+ bool expiration) - { - struct bfq_sched_data *sd; - struct bfq_entity *parent; -@@ -887,63 +1306,154 @@ static void bfq_deactivate_entity(struct bfq_entity *entity, int requeue) - for_each_entity_safe(entity, parent) { - sd = entity->sched_data; - -- if (!__bfq_deactivate_entity(entity, requeue)) -+ BUG_ON(sd == NULL); /* -+ * It would mean that this is the -+ * root group. -+ */ -+ -+ BUG_ON(expiration && entity != sd->in_service_entity); -+ -+ BUG_ON(entity != sd->in_service_entity && -+ entity->tree == -+ &bfq_entity_service_tree(entity)->active && -+ !sd->next_in_service); -+ -+ if (!__bfq_deactivate_entity(entity, ins_into_idle_tree)) { - /* -- * The parent entity is still backlogged, and -- * we don't need to update it as it is still -- * in service. -+ * Entity is not any tree any more, so, this -+ * deactivation is a no-op, and there is -+ * nothing to change for upper-level entities -+ * (in case of expiration, this can never -+ * happen). - */ -- break; -+ BUG_ON(expiration); /* -+ * entity cannot be already out of -+ * any tree -+ */ -+ return; -+ } - -- if (sd->next_in_service) -+ if (sd->next_in_service == entity) - /* -- * The parent entity is still backlogged and -- * the budgets on the path towards the root -- * need to be updated. -+ * entity was the next_in_service entity, -+ * then, since entity has just been -+ * deactivated, a new one must be found. - */ -- goto update; -+ bfq_update_next_in_service(sd, NULL); -+ -+ if (sd->next_in_service) { -+ /* -+ * The parent entity is still backlogged, -+ * because next_in_service is not NULL. So, no -+ * further upwards deactivation must be -+ * performed. Yet, next_in_service has -+ * changed. Then the schedule does need to be -+ * updated upwards. -+ */ -+ BUG_ON(sd->next_in_service == entity); -+ break; -+ } - - /* -- * If we reach there the parent is no more backlogged and -- * we want to propagate the dequeue upwards. -+ * If we get here, then the parent is no more -+ * backlogged and we need to propagate the -+ * deactivation upwards. Thus let the loop go on. - */ -- requeue = 1; -- } - -- return; -+ /* -+ * Also let parent be queued into the idle tree on -+ * deactivation, to preserve service guarantees, and -+ * assuming that who invoked this function does not -+ * need parent entities too to be removed completely. -+ */ -+ ins_into_idle_tree = true; -+ } - --update: -+ /* -+ * If the deactivation loop is fully executed, then there are -+ * no more entities to touch and next loop is not executed at -+ * all. Otherwise, requeue remaining entities if they are -+ * about to stop receiving service, or reposition them if this -+ * is not the case. -+ */ - entity = parent; - for_each_entity(entity) { -- __bfq_activate_entity(entity); -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ -+ /* -+ * Invoke __bfq_requeue_entity on entity, even if -+ * already active, to requeue/reposition it in the -+ * active tree (because sd->next_in_service has -+ * changed) -+ */ -+ __bfq_requeue_entity(entity); - - sd = entity->sched_data; -- if (!bfq_update_next_in_service(sd)) -+ BUG_ON(expiration && sd->in_service_entity != entity); -+ -+ if (bfqq) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "invoking udpdate_next for this queue"); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { -+ struct bfq_group *bfqg = -+ container_of(entity, -+ struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "invoking udpdate_next for this entity"); -+ } -+#endif -+ if (!bfq_update_next_in_service(sd, entity) && -+ !expiration) -+ /* -+ * next_in_service unchanged or not causing -+ * any change in entity->parent->sd, and no -+ * requeueing needed for expiration: stop -+ * here. -+ */ - break; - } - } - - /** -- * bfq_update_vtime - update vtime if necessary. -+ * bfq_calc_vtime_jump - compute the value to which the vtime should jump, -+ * if needed, to have at least one entity eligible. - * @st: the service tree to act upon. - * -- * If necessary update the service tree vtime to have at least one -- * eligible entity, skipping to its start time. Assumes that the -- * active tree of the device is not empty. -- * -- * NOTE: this hierarchical implementation updates vtimes quite often, -- * we may end up with reactivated processes getting timestamps after a -- * vtime skip done because we needed a ->first_active entity on some -- * intermediate node. -+ * Assumes that st is not empty. - */ --static void bfq_update_vtime(struct bfq_service_tree *st) -+static u64 bfq_calc_vtime_jump(struct bfq_service_tree *st) - { -- struct bfq_entity *entry; -- struct rb_node *node = st->active.rb_node; -+ struct bfq_entity *root_entity = bfq_root_active_entity(&st->active); -+ -+ if (bfq_gt(root_entity->min_start, st->vtime)) { -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(root_entity); - -- entry = rb_entry(node, struct bfq_entity, rb_node); -- if (bfq_gt(entry->min_start, st->vtime)) { -- st->vtime = entry->min_start; -+ if (bfqq) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "calc_vtime_jump: new value %llu", -+ root_entity->min_start); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { -+ struct bfq_group *bfqg = -+ container_of(root_entity, struct bfq_group, -+ entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "calc_vtime_jump: new value %llu", -+ root_entity->min_start); -+ } -+#endif -+ return root_entity->min_start; -+ } -+ return st->vtime; -+} -+ -+static void bfq_update_vtime(struct bfq_service_tree *st, u64 new_value) -+{ -+ if (new_value > st->vtime) { -+ st->vtime = new_value; - bfq_forget_idle(st); - } - } -@@ -952,6 +1462,7 @@ static void bfq_update_vtime(struct bfq_service_tree *st) - * bfq_first_active_entity - find the eligible entity with - * the smallest finish time - * @st: the service tree to select from. -+ * @vtime: the system virtual to use as a reference for eligibility - * - * This function searches the first schedulable entity, starting from the - * root of the tree and going on the left every time on this side there is -@@ -959,7 +1470,8 @@ static void bfq_update_vtime(struct bfq_service_tree *st) - * the right is followed only if a) the left subtree contains no eligible - * entities and b) no eligible entity has been found yet. - */ --static struct bfq_entity *bfq_first_active_entity(struct bfq_service_tree *st) -+static struct bfq_entity *bfq_first_active_entity(struct bfq_service_tree *st, -+ u64 vtime) - { - struct bfq_entity *entry, *first = NULL; - struct rb_node *node = st->active.rb_node; -@@ -967,15 +1479,15 @@ static struct bfq_entity *bfq_first_active_entity(struct bfq_service_tree *st) - while (node) { - entry = rb_entry(node, struct bfq_entity, rb_node); - left: -- if (!bfq_gt(entry->start, st->vtime)) -+ if (!bfq_gt(entry->start, vtime)) - first = entry; - -- BUG_ON(bfq_gt(entry->min_start, st->vtime)); -+ BUG_ON(bfq_gt(entry->min_start, vtime)); - - if (node->rb_left) { - entry = rb_entry(node->rb_left, - struct bfq_entity, rb_node); -- if (!bfq_gt(entry->min_start, st->vtime)) { -+ if (!bfq_gt(entry->min_start, vtime)) { - node = node->rb_left; - goto left; - } -@@ -993,31 +1505,84 @@ static struct bfq_entity *bfq_first_active_entity(struct bfq_service_tree *st) - * __bfq_lookup_next_entity - return the first eligible entity in @st. - * @st: the service tree. - * -- * Update the virtual time in @st and return the first eligible entity -- * it contains. -+ * If there is no in-service entity for the sched_data st belongs to, -+ * then return the entity that will be set in service if: -+ * 1) the parent entity this st belongs to is set in service; -+ * 2) no entity belonging to such parent entity undergoes a state change -+ * that would influence the timestamps of the entity (e.g., becomes idle, -+ * becomes backlogged, changes its budget, ...). -+ * -+ * In this first case, update the virtual time in @st too (see the -+ * comments on this update inside the function). -+ * -+ * In constrast, if there is an in-service entity, then return the -+ * entity that would be set in service if not only the above -+ * conditions, but also the next one held true: the currently -+ * in-service entity, on expiration, -+ * 1) gets a finish time equal to the current one, or -+ * 2) is not eligible any more, or -+ * 3) is idle. - */ --static struct bfq_entity *__bfq_lookup_next_entity(struct bfq_service_tree *st, -- bool force) -+static struct bfq_entity * -+__bfq_lookup_next_entity(struct bfq_service_tree *st, bool in_service -+#if 0 -+ , bool force -+#endif -+ ) - { -- struct bfq_entity *entity, *new_next_in_service = NULL; -+ struct bfq_entity *entity -+#if 0 -+ , *new_next_in_service = NULL -+#endif -+ ; -+ u64 new_vtime; -+ struct bfq_queue *bfqq; - - if (RB_EMPTY_ROOT(&st->active)) - return NULL; - -- bfq_update_vtime(st); -- entity = bfq_first_active_entity(st); -- BUG_ON(bfq_gt(entity->start, st->vtime)); -+ /* -+ * Get the value of the system virtual time for which at -+ * least one entity is eligible. -+ */ -+ new_vtime = bfq_calc_vtime_jump(st); - - /* -- * If the chosen entity does not match with the sched_data's -- * next_in_service and we are forcedly serving the IDLE priority -- * class tree, bubble up budget update. -+ * If there is no in-service entity for the sched_data this -+ * active tree belongs to, then push the system virtual time -+ * up to the value that guarantees that at least one entity is -+ * eligible. If, instead, there is an in-service entity, then -+ * do not make any such update, because there is already an -+ * eligible entity, namely the in-service one (even if the -+ * entity is not on st, because it was extracted when set in -+ * service). - */ -- if (unlikely(force && entity != entity->sched_data->next_in_service)) { -- new_next_in_service = entity; -- for_each_entity(new_next_in_service) -- bfq_update_budget(new_next_in_service); -+ if (!in_service) -+ bfq_update_vtime(st, new_vtime); -+ -+ entity = bfq_first_active_entity(st, new_vtime); -+ BUG_ON(bfq_gt(entity->start, new_vtime)); -+ -+ /* Log some information */ -+ bfqq = bfq_entity_to_bfqq(entity); -+ if (bfqq) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "__lookup_next: start %llu vtime %llu st %p", -+ ((entity->start>>10)*1000)>>12, -+ ((new_vtime>>10)*1000)>>12, st); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "__lookup_next: start %llu vtime %llu st %p", -+ ((entity->start>>10)*1000)>>12, -+ ((new_vtime>>10)*1000)>>12, st); - } -+#endif -+ -+ BUG_ON(!entity); - - return entity; - } -@@ -1025,50 +1590,81 @@ static struct bfq_entity *__bfq_lookup_next_entity(struct bfq_service_tree *st, - /** - * bfq_lookup_next_entity - return the first eligible entity in @sd. - * @sd: the sched_data. -- * @extract: if true the returned entity will be also extracted from @sd. - * -- * NOTE: since we cache the next_in_service entity at each level of the -- * hierarchy, the complexity of the lookup can be decreased with -- * absolutely no effort just returning the cached next_in_service value; -- * we prefer to do full lookups to test the consistency of * the data -- * structures. -+ * This function is invoked when there has been a change in the trees -+ * for sd, and we need know what is the new next entity after this -+ * change. - */ --static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *sd, -- int extract, -- struct bfq_data *bfqd) -+static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *sd) - { - struct bfq_service_tree *st = sd->service_tree; -- struct bfq_entity *entity; -- int i = 0; -- -- BUG_ON(sd->in_service_entity); -+ struct bfq_service_tree *idle_class_st = st + (BFQ_IOPRIO_CLASSES - 1); -+ struct bfq_entity *entity = NULL; -+ struct bfq_queue *bfqq; -+ int class_idx = 0; - -- if (bfqd && -- jiffies - bfqd->bfq_class_idle_last_service > BFQ_CL_IDLE_TIMEOUT) { -- entity = __bfq_lookup_next_entity(st + BFQ_IOPRIO_CLASSES - 1, -- true); -- if (entity) { -- i = BFQ_IOPRIO_CLASSES - 1; -- bfqd->bfq_class_idle_last_service = jiffies; -- sd->next_in_service = entity; -- } -+ BUG_ON(!sd); -+ BUG_ON(!st); -+ /* -+ * Choose from idle class, if needed to guarantee a minimum -+ * bandwidth to this class (and if there is some active entity -+ * in idle class). This should also mitigate -+ * priority-inversion problems in case a low priority task is -+ * holding file system resources. -+ */ -+ if (time_is_before_jiffies(sd->bfq_class_idle_last_service + -+ BFQ_CL_IDLE_TIMEOUT)) { -+ if (!RB_EMPTY_ROOT(&idle_class_st->active)) -+ class_idx = BFQ_IOPRIO_CLASSES - 1; -+ /* About to be served if backlogged, or not yet backlogged */ -+ sd->bfq_class_idle_last_service = jiffies; - } -- for (; i < BFQ_IOPRIO_CLASSES; i++) { -- entity = __bfq_lookup_next_entity(st + i, false); -- if (entity) { -- if (extract) { -- bfq_check_next_in_service(sd, entity); -- bfq_active_extract(st + i, entity); -- sd->in_service_entity = entity; -- sd->next_in_service = NULL; -- } -+ -+ /* -+ * Find the next entity to serve for the highest-priority -+ * class, unless the idle class needs to be served. -+ */ -+ for (; class_idx < BFQ_IOPRIO_CLASSES; class_idx++) { -+ entity = __bfq_lookup_next_entity(st + class_idx, -+ sd->in_service_entity); -+ -+ if (entity) - break; -- } - } - -+ BUG_ON(!entity && -+ (!RB_EMPTY_ROOT(&st->active) || !RB_EMPTY_ROOT(&(st+1)->active) || -+ !RB_EMPTY_ROOT(&(st+2)->active))); -+ -+ if (!entity) -+ return NULL; -+ -+ /* Log some information */ -+ bfqq = bfq_entity_to_bfqq(entity); -+ if (bfqq) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "chosen from st %p %d", -+ st + class_idx, class_idx); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "chosen from st %p %d", -+ st + class_idx, class_idx); -+ } -+#endif -+ - return entity; - } - -+static bool next_queue_may_preempt(struct bfq_data *bfqd) -+{ -+ struct bfq_sched_data *sd = &bfqd->root_group->sched_data; -+ -+ return sd->next_in_service != sd->in_service_entity; -+} -+ - /* - * Get next queue for service. - */ -@@ -1083,58 +1679,208 @@ static struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd) - if (bfqd->busy_queues == 0) - return NULL; - -+ /* -+ * Traverse the path from the root to the leaf entity to -+ * serve. Set in service all the entities visited along the -+ * way. -+ */ - sd = &bfqd->root_group->sched_data; - for (; sd ; sd = entity->my_sched_data) { -- entity = bfq_lookup_next_entity(sd, 1, bfqd); -- BUG_ON(!entity); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ if (entity) { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg(bfqd, bfqg, -+ "get_next_queue: lookup in this group"); -+ if (!sd->next_in_service) -+ pr_crit("get_next_queue: lookup in this group"); -+ } else { -+ bfq_log_bfqg(bfqd, bfqd->root_group, -+ "get_next_queue: lookup in root group"); -+ if (!sd->next_in_service) -+ pr_crit("get_next_queue: lookup in root group"); -+ } -+#endif -+ -+ BUG_ON(!sd->next_in_service); -+ -+ /* -+ * WARNING. We are about to set the in-service entity -+ * to sd->next_in_service, i.e., to the (cached) value -+ * returned by bfq_lookup_next_entity(sd) the last -+ * time it was invoked, i.e., the last time when the -+ * service order in sd changed as a consequence of the -+ * activation or deactivation of an entity. In this -+ * respect, if we execute bfq_lookup_next_entity(sd) -+ * in this very moment, it may, although with low -+ * probability, yield a different entity than that -+ * pointed to by sd->next_in_service. This rare event -+ * happens in case there was no CLASS_IDLE entity to -+ * serve for sd when bfq_lookup_next_entity(sd) was -+ * invoked for the last time, while there is now one -+ * such entity. -+ * -+ * If the above event happens, then the scheduling of -+ * such entity in CLASS_IDLE is postponed until the -+ * service of the sd->next_in_service entity -+ * finishes. In fact, when the latter is expired, -+ * bfq_lookup_next_entity(sd) gets called again, -+ * exactly to update sd->next_in_service. -+ */ -+ -+ /* Make next_in_service entity become in_service_entity */ -+ entity = sd->next_in_service; -+ sd->in_service_entity = entity; -+ -+ /* -+ * Reset the accumulator of the amount of service that -+ * the entity is about to receive. -+ */ - entity->service = 0; -+ -+ /* -+ * If entity is no longer a candidate for next -+ * service, then we extract it from its active tree, -+ * for the following reason. To further boost the -+ * throughput in some special case, BFQ needs to know -+ * which is the next candidate entity to serve, while -+ * there is already an entity in service. In this -+ * respect, to make it easy to compute/update the next -+ * candidate entity to serve after the current -+ * candidate has been set in service, there is a case -+ * where it is necessary to extract the current -+ * candidate from its service tree. Such a case is -+ * when the entity just set in service cannot be also -+ * a candidate for next service. Details about when -+ * this conditions holds are reported in the comments -+ * on the function bfq_no_longer_next_in_service() -+ * invoked below. -+ */ -+ if (bfq_no_longer_next_in_service(entity)) -+ bfq_active_extract(bfq_entity_service_tree(entity), -+ entity); -+ -+ /* -+ * For the same reason why we may have just extracted -+ * entity from its active tree, we may need to update -+ * next_in_service for the sched_data of entity too, -+ * regardless of whether entity has been extracted. -+ * In fact, even if entity has not been extracted, a -+ * descendant entity may get extracted. Such an event -+ * would cause a change in next_in_service for the -+ * level of the descendant entity, and thus possibly -+ * back to upper levels. -+ * -+ * We cannot perform the resulting needed update -+ * before the end of this loop, because, to know which -+ * is the correct next-to-serve candidate entity for -+ * each level, we need first to find the leaf entity -+ * to set in service. In fact, only after we know -+ * which is the next-to-serve leaf entity, we can -+ * discover whether the parent entity of the leaf -+ * entity becomes the next-to-serve, and so on. -+ */ -+ -+ /* Log some information */ -+ bfqq = bfq_entity_to_bfqq(entity); -+ if (bfqq) -+ bfq_log_bfqq(bfqd, bfqq, -+ "get_next_queue: this queue, finish %llu", -+ (((entity->finish>>10)*1000)>>10)>>2); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg(bfqd, bfqg, -+ "get_next_queue: this entity, finish %llu", -+ (((entity->finish>>10)*1000)>>10)>>2); -+ } -+#endif -+ - } - -+ BUG_ON(!entity); - bfqq = bfq_entity_to_bfqq(entity); - BUG_ON(!bfqq); - -+ /* -+ * We can finally update all next-to-serve entities along the -+ * path from the leaf entity just set in service to the root. -+ */ -+ for_each_entity(entity) { -+ struct bfq_sched_data *sd = entity->sched_data; -+ -+ if(!bfq_update_next_in_service(sd, NULL)) -+ break; -+ } -+ - return bfqq; - } - - static void __bfq_bfqd_reset_in_service(struct bfq_data *bfqd) - { -+ struct bfq_entity *entity = &bfqd->in_service_queue->entity; -+ - if (bfqd->in_service_bic) { - put_io_context(bfqd->in_service_bic->icq.ioc); - bfqd->in_service_bic = NULL; - } - -+ bfq_clear_bfqq_wait_request(bfqd->in_service_queue); -+ hrtimer_try_to_cancel(&bfqd->idle_slice_timer); - bfqd->in_service_queue = NULL; -- del_timer(&bfqd->idle_slice_timer); -+ -+ /* -+ * When this function is called, all in-service entities have -+ * been properly deactivated or requeued, so we can safely -+ * execute the final step: reset in_service_entity along the -+ * path from entity to the root. -+ */ -+ for_each_entity(entity) -+ entity->sched_data->in_service_entity = NULL; - } - - static void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, -- int requeue) -+ bool ins_into_idle_tree, bool expiration) - { - struct bfq_entity *entity = &bfqq->entity; - -- if (bfqq == bfqd->in_service_queue) -- __bfq_bfqd_reset_in_service(bfqd); -- -- bfq_deactivate_entity(entity, requeue); -+ bfq_deactivate_entity(entity, ins_into_idle_tree, expiration); - } - - static void bfq_activate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) - { - struct bfq_entity *entity = &bfqq->entity; -+ struct bfq_service_tree *st = bfq_entity_service_tree(entity); -+ -+ BUG_ON(bfqq == bfqd->in_service_queue); -+ BUG_ON(entity->tree != &st->active && entity->tree != &st->idle && -+ entity->on_st); - -- bfq_activate_entity(entity); -+ bfq_activate_requeue_entity(entity, bfq_bfqq_non_blocking_wait_rq(bfqq), -+ false); -+ bfq_clear_bfqq_non_blocking_wait_rq(bfqq); -+} -+ -+static void bfq_requeue_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ bfq_activate_requeue_entity(entity, false, -+ bfqq == bfqd->in_service_queue); - } - --#ifdef CONFIG_BFQ_GROUP_IOSCHED - static void bfqg_stats_update_dequeue(struct bfq_group *bfqg); --#endif - - /* - * Called when the bfqq no longer has requests pending, remove it from -- * the service tree. -+ * the service tree. As a special case, it can be invoked during an -+ * expiration. - */ - static void bfq_del_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq, -- int requeue) -+ bool expiration) - { - BUG_ON(!bfq_bfqq_busy(bfqq)); - BUG_ON(!RB_EMPTY_ROOT(&bfqq->sort_list)); -@@ -1146,27 +1892,20 @@ static void bfq_del_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq, - BUG_ON(bfqd->busy_queues == 0); - bfqd->busy_queues--; - -- if (!bfqq->dispatched) { -+ if (!bfqq->dispatched) - bfq_weights_tree_remove(bfqd, &bfqq->entity, - &bfqd->queue_weights_tree); -- if (!blk_queue_nonrot(bfqd->queue)) { -- BUG_ON(!bfqd->busy_in_flight_queues); -- bfqd->busy_in_flight_queues--; -- if (bfq_bfqq_constantly_seeky(bfqq)) { -- BUG_ON(!bfqd-> -- const_seeky_busy_in_flight_queues); -- bfqd->const_seeky_busy_in_flight_queues--; -- } -- } -- } -+ - if (bfqq->wr_coeff > 1) - bfqd->wr_busy_queues--; - --#ifdef CONFIG_BFQ_GROUP_IOSCHED - bfqg_stats_update_dequeue(bfqq_group(bfqq)); --#endif - -- bfq_deactivate_bfqq(bfqd, bfqq, requeue); -+ BUG_ON(bfqq->entity.budget < 0); -+ -+ bfq_deactivate_bfqq(bfqd, bfqq, true, expiration); -+ -+ BUG_ON(bfqq->entity.budget < 0); - } - - /* -@@ -1184,16 +1923,11 @@ static void bfq_add_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq) - bfq_mark_bfqq_busy(bfqq); - bfqd->busy_queues++; - -- if (!bfqq->dispatched) { -+ if (!bfqq->dispatched) - if (bfqq->wr_coeff == 1) - bfq_weights_tree_add(bfqd, &bfqq->entity, - &bfqd->queue_weights_tree); -- if (!blk_queue_nonrot(bfqd->queue)) { -- bfqd->busy_in_flight_queues++; -- if (bfq_bfqq_constantly_seeky(bfqq)) -- bfqd->const_seeky_busy_in_flight_queues++; -- } -- } -+ - if (bfqq->wr_coeff > 1) - bfqd->wr_busy_queues++; - } -diff --git a/block/bfq.h b/block/bfq.h -index fcce855..bef8244 100644 ---- a/block/bfq.h -+++ b/block/bfq.h -@@ -1,5 +1,5 @@ - /* -- * BFQ-v7r11 for 4.5.0: data structures and common functions prototypes. -+ * BFQ v8r7 for 4.9.0: data structures and common functions prototypes. - * - * Based on ideas and code from CFQ: - * Copyright (C) 2003 Jens Axboe -@@ -7,7 +7,9 @@ - * Copyright (C) 2008 Fabio Checconi - * Paolo Valente - * -- * Copyright (C) 2010 Paolo Valente -+ * Copyright (C) 2015 Paolo Valente -+ * -+ * Copyright (C) 2016 Paolo Valente - */ - - #ifndef _BFQ_H -@@ -28,20 +30,21 @@ - - #define BFQ_DEFAULT_QUEUE_IOPRIO 4 - --#define BFQ_DEFAULT_GRP_WEIGHT 10 -+#define BFQ_WEIGHT_LEGACY_DFL 100 - #define BFQ_DEFAULT_GRP_IOPRIO 0 - #define BFQ_DEFAULT_GRP_CLASS IOPRIO_CLASS_BE - -+/* -+ * Soft real-time applications are extremely more latency sensitive -+ * than interactive ones. Over-raise the weight of the former to -+ * privilege them against the latter. -+ */ -+#define BFQ_SOFTRT_WEIGHT_FACTOR 100 -+ - struct bfq_entity; - - /** - * struct bfq_service_tree - per ioprio_class service tree. -- * @active: tree for active entities (i.e., those backlogged). -- * @idle: tree for idle entities (i.e., those not backlogged, with V <= F_i). -- * @first_idle: idle entity with minimum F_i. -- * @last_idle: idle entity with maximum F_i. -- * @vtime: scheduler virtual time. -- * @wsum: scheduler weight sum; active and idle entities contribute to it. - * - * Each service tree represents a B-WF2Q+ scheduler on its own. Each - * ioprio_class has its own independent scheduler, and so its own -@@ -49,27 +52,28 @@ struct bfq_entity; - * of the containing bfqd. - */ - struct bfq_service_tree { -+ /* tree for active entities (i.e., those backlogged) */ - struct rb_root active; -+ /* tree for idle entities (i.e., not backlogged, with V <= F_i)*/ - struct rb_root idle; - -- struct bfq_entity *first_idle; -- struct bfq_entity *last_idle; -+ struct bfq_entity *first_idle; /* idle entity with minimum F_i */ -+ struct bfq_entity *last_idle; /* idle entity with maximum F_i */ - -- u64 vtime; -+ u64 vtime; /* scheduler virtual time */ -+ /* scheduler weight sum; active and idle entities contribute to it */ - unsigned long wsum; - }; - - /** - * struct bfq_sched_data - multi-class scheduler. -- * @in_service_entity: entity in service. -- * @next_in_service: head-of-the-line entity in the scheduler. -- * @service_tree: array of service trees, one per ioprio_class. - * - * bfq_sched_data is the basic scheduler queue. It supports three -- * ioprio_classes, and can be used either as a toplevel queue or as -- * an intermediate queue on a hierarchical setup. -- * @next_in_service points to the active entity of the sched_data -- * service trees that will be scheduled next. -+ * ioprio_classes, and can be used either as a toplevel queue or as an -+ * intermediate queue on a hierarchical setup. @next_in_service -+ * points to the active entity of the sched_data service trees that -+ * will be scheduled next. It is used to reduce the number of steps -+ * needed for each hierarchical-schedule update. - * - * The supported ioprio_classes are the same as in CFQ, in descending - * priority order, IOPRIO_CLASS_RT, IOPRIO_CLASS_BE, IOPRIO_CLASS_IDLE. -@@ -79,48 +83,32 @@ struct bfq_service_tree { - * All the fields are protected by the queue lock of the containing bfqd. - */ - struct bfq_sched_data { -- struct bfq_entity *in_service_entity; -+ struct bfq_entity *in_service_entity; /* entity in service */ -+ /* head-of-the-line entity in the scheduler (see comments above) */ - struct bfq_entity *next_in_service; -+ /* array of service trees, one per ioprio_class */ - struct bfq_service_tree service_tree[BFQ_IOPRIO_CLASSES]; -+ /* last time CLASS_IDLE was served */ -+ unsigned long bfq_class_idle_last_service; -+ - }; - - /** - * struct bfq_weight_counter - counter of the number of all active entities - * with a given weight. -- * @weight: weight of the entities that this counter refers to. -- * @num_active: number of active entities with this weight. -- * @weights_node: weights tree member (see bfq_data's @queue_weights_tree -- * and @group_weights_tree). - */ - struct bfq_weight_counter { -- short int weight; -- unsigned int num_active; -+ unsigned int weight; /* weight of the entities this counter refers to */ -+ unsigned int num_active; /* nr of active entities with this weight */ -+ /* -+ * Weights tree member (see bfq_data's @queue_weights_tree and -+ * @group_weights_tree) -+ */ - struct rb_node weights_node; - }; - - /** - * struct bfq_entity - schedulable entity. -- * @rb_node: service_tree member. -- * @weight_counter: pointer to the weight counter associated with this entity. -- * @on_st: flag, true if the entity is on a tree (either the active or -- * the idle one of its service_tree). -- * @finish: B-WF2Q+ finish timestamp (aka F_i). -- * @start: B-WF2Q+ start timestamp (aka S_i). -- * @tree: tree the entity is enqueued into; %NULL if not on a tree. -- * @min_start: minimum start time of the (active) subtree rooted at -- * this entity; used for O(log N) lookups into active trees. -- * @service: service received during the last round of service. -- * @budget: budget used to calculate F_i; F_i = S_i + @budget / @weight. -- * @weight: weight of the queue -- * @parent: parent entity, for hierarchical scheduling. -- * @my_sched_data: for non-leaf nodes in the cgroup hierarchy, the -- * associated scheduler queue, %NULL on leaf nodes. -- * @sched_data: the scheduler queue this entity belongs to. -- * @ioprio: the ioprio in use. -- * @new_weight: when a weight change is requested, the new weight value. -- * @orig_weight: original weight, used to implement weight boosting -- * @prio_changed: flag, true when the user requested a weight, ioprio or -- * ioprio_class change. - * - * A bfq_entity is used to represent either a bfq_queue (leaf node in the - * cgroup hierarchy) or a bfq_group into the upper level scheduler. Each -@@ -147,27 +135,52 @@ struct bfq_weight_counter { - * containing bfqd. - */ - struct bfq_entity { -- struct rb_node rb_node; -+ struct rb_node rb_node; /* service_tree member */ -+ /* pointer to the weight counter associated with this entity */ - struct bfq_weight_counter *weight_counter; - -- int on_st; -+ /* -+ * Flag, true if the entity is on a tree (either the active or -+ * the idle one of its service_tree) or is in service. -+ */ -+ bool on_st; - -- u64 finish; -- u64 start; -+ u64 finish; /* B-WF2Q+ finish timestamp (aka F_i) */ -+ u64 start; /* B-WF2Q+ start timestamp (aka S_i) */ - -+ /* tree the entity is enqueued into; %NULL if not on a tree */ - struct rb_root *tree; - -+ /* -+ * minimum start time of the (active) subtree rooted at this -+ * entity; used for O(log N) lookups into active trees -+ */ - u64 min_start; - -- int service, budget; -- unsigned short weight, new_weight; -- unsigned short orig_weight; -+ /* amount of service received during the last service slot */ -+ int service; -+ -+ /* budget, used also to calculate F_i: F_i = S_i + @budget / @weight */ -+ int budget; -+ -+ unsigned int weight; /* weight of the queue */ -+ unsigned int new_weight; /* next weight if a change is in progress */ -+ -+ /* original weight, used to implement weight boosting */ -+ unsigned int orig_weight; - -+ /* parent entity, for hierarchical scheduling */ - struct bfq_entity *parent; - -+ /* -+ * For non-leaf nodes in the hierarchy, the associated -+ * scheduler queue, %NULL on leaf nodes. -+ */ - struct bfq_sched_data *my_sched_data; -+ /* the scheduler queue this entity belongs to */ - struct bfq_sched_data *sched_data; - -+ /* flag, set to request a weight, ioprio or ioprio_class change */ - int prio_changed; - }; - -@@ -175,56 +188,6 @@ struct bfq_group; - - /** - * struct bfq_queue - leaf schedulable entity. -- * @ref: reference counter. -- * @bfqd: parent bfq_data. -- * @new_ioprio: when an ioprio change is requested, the new ioprio value. -- * @ioprio_class: the ioprio_class in use. -- * @new_ioprio_class: when an ioprio_class change is requested, the new -- * ioprio_class value. -- * @new_bfqq: shared bfq_queue if queue is cooperating with -- * one or more other queues. -- * @pos_node: request-position tree member (see bfq_group's @rq_pos_tree). -- * @pos_root: request-position tree root (see bfq_group's @rq_pos_tree). -- * @sort_list: sorted list of pending requests. -- * @next_rq: if fifo isn't expired, next request to serve. -- * @queued: nr of requests queued in @sort_list. -- * @allocated: currently allocated requests. -- * @meta_pending: pending metadata requests. -- * @fifo: fifo list of requests in sort_list. -- * @entity: entity representing this queue in the scheduler. -- * @max_budget: maximum budget allowed from the feedback mechanism. -- * @budget_timeout: budget expiration (in jiffies). -- * @dispatched: number of requests on the dispatch list or inside driver. -- * @flags: status flags. -- * @bfqq_list: node for active/idle bfqq list inside our bfqd. -- * @burst_list_node: node for the device's burst list. -- * @seek_samples: number of seeks sampled -- * @seek_total: sum of the distances of the seeks sampled -- * @seek_mean: mean seek distance -- * @last_request_pos: position of the last request enqueued -- * @requests_within_timer: number of consecutive pairs of request completion -- * and arrival, such that the queue becomes idle -- * after the completion, but the next request arrives -- * within an idle time slice; used only if the queue's -- * IO_bound has been cleared. -- * @pid: pid of the process owning the queue, used for logging purposes. -- * @last_wr_start_finish: start time of the current weight-raising period if -- * the @bfq-queue is being weight-raised, otherwise -- * finish time of the last weight-raising period -- * @wr_cur_max_time: current max raising time for this queue -- * @soft_rt_next_start: minimum time instant such that, only if a new -- * request is enqueued after this time instant in an -- * idle @bfq_queue with no outstanding requests, then -- * the task associated with the queue it is deemed as -- * soft real-time (see the comments to the function -- * bfq_bfqq_softrt_next_start()) -- * @last_idle_bklogged: time of the last transition of the @bfq_queue from -- * idle to backlogged -- * @service_from_backlogged: cumulative service received from the @bfq_queue -- * since the last transition from idle to -- * backlogged -- * @bic: pointer to the bfq_io_cq owning the bfq_queue, set to %NULL if the -- * queue is shared - * - * A bfq_queue is a leaf request queue; it can be associated with an - * io_context or more, if it is async or shared between cooperating -@@ -235,117 +198,175 @@ struct bfq_group; - * All the fields are protected by the queue lock of the containing bfqd. - */ - struct bfq_queue { -- atomic_t ref; -+ /* reference counter */ -+ int ref; -+ /* parent bfq_data */ - struct bfq_data *bfqd; - -- unsigned short ioprio, new_ioprio; -- unsigned short ioprio_class, new_ioprio_class; -+ /* current ioprio and ioprio class */ -+ unsigned short ioprio, ioprio_class; -+ /* next ioprio and ioprio class if a change is in progress */ -+ unsigned short new_ioprio, new_ioprio_class; - -- /* fields for cooperating queues handling */ -+ /* -+ * Shared bfq_queue if queue is cooperating with one or more -+ * other queues. -+ */ - struct bfq_queue *new_bfqq; -+ /* request-position tree member (see bfq_group's @rq_pos_tree) */ - struct rb_node pos_node; -+ /* request-position tree root (see bfq_group's @rq_pos_tree) */ - struct rb_root *pos_root; - -+ /* sorted list of pending requests */ - struct rb_root sort_list; -+ /* if fifo isn't expired, next request to serve */ - struct request *next_rq; -+ /* number of sync and async requests queued */ - int queued[2]; -+ /* number of sync and async requests currently allocated */ - int allocated[2]; -+ /* number of pending metadata requests */ - int meta_pending; -+ /* fifo list of requests in sort_list */ - struct list_head fifo; - -+ /* entity representing this queue in the scheduler */ - struct bfq_entity entity; - -+ /* maximum budget allowed from the feedback mechanism */ - int max_budget; -+ /* budget expiration (in jiffies) */ - unsigned long budget_timeout; - -+ /* number of requests on the dispatch list or inside driver */ - int dispatched; - -- unsigned int flags; -+ unsigned int flags; /* status flags.*/ - -+ /* node for active/idle bfqq list inside parent bfqd */ - struct list_head bfqq_list; - -+ /* bit vector: a 1 for each seeky requests in history */ -+ u32 seek_history; -+ -+ /* node for the device's burst list */ - struct hlist_node burst_list_node; - -- unsigned int seek_samples; -- u64 seek_total; -- sector_t seek_mean; -+ /* position of the last request enqueued */ - sector_t last_request_pos; - -+ /* Number of consecutive pairs of request completion and -+ * arrival, such that the queue becomes idle after the -+ * completion, but the next request arrives within an idle -+ * time slice; used only if the queue's IO_bound flag has been -+ * cleared. -+ */ - unsigned int requests_within_timer; - -+ /* pid of the process owning the queue, used for logging purposes */ - pid_t pid; -+ -+ /* -+ * Pointer to the bfq_io_cq owning the bfq_queue, set to %NULL -+ * if the queue is shared. -+ */ - struct bfq_io_cq *bic; - -- /* weight-raising fields */ -+ /* current maximum weight-raising time for this queue */ - unsigned long wr_cur_max_time; -+ /* -+ * Minimum time instant such that, only if a new request is -+ * enqueued after this time instant in an idle @bfq_queue with -+ * no outstanding requests, then the task associated with the -+ * queue it is deemed as soft real-time (see the comments on -+ * the function bfq_bfqq_softrt_next_start()) -+ */ - unsigned long soft_rt_next_start; -+ /* -+ * Start time of the current weight-raising period if -+ * the @bfq-queue is being weight-raised, otherwise -+ * finish time of the last weight-raising period. -+ */ - unsigned long last_wr_start_finish; -+ /* factor by which the weight of this queue is multiplied */ - unsigned int wr_coeff; -+ /* -+ * Time of the last transition of the @bfq_queue from idle to -+ * backlogged. -+ */ - unsigned long last_idle_bklogged; -+ /* -+ * Cumulative service received from the @bfq_queue since the -+ * last transition from idle to backlogged. -+ */ - unsigned long service_from_backlogged; -+ /* -+ * Value of wr start time when switching to soft rt -+ */ -+ unsigned long wr_start_at_switch_to_srt; -+ -+ unsigned long split_time; /* time of last split */ - }; - - /** - * struct bfq_ttime - per process thinktime stats. -- * @ttime_total: total process thinktime -- * @ttime_samples: number of thinktime samples -- * @ttime_mean: average process thinktime - */ - struct bfq_ttime { -- unsigned long last_end_request; -+ u64 last_end_request; /* completion time of last request */ -+ -+ u64 ttime_total; /* total process thinktime */ -+ unsigned long ttime_samples; /* number of thinktime samples */ -+ u64 ttime_mean; /* average process thinktime */ - -- unsigned long ttime_total; -- unsigned long ttime_samples; -- unsigned long ttime_mean; - }; - - /** - * struct bfq_io_cq - per (request_queue, io_context) structure. -- * @icq: associated io_cq structure -- * @bfqq: array of two process queues, the sync and the async -- * @ttime: associated @bfq_ttime struct -- * @ioprio: per (request_queue, blkcg) ioprio. -- * @blkcg_id: id of the blkcg the related io_cq belongs to. -- * @wr_time_left: snapshot of the time left before weight raising ends -- * for the sync queue associated to this process; this -- * snapshot is taken to remember this value while the weight -- * raising is suspended because the queue is merged with a -- * shared queue, and is used to set @raising_cur_max_time -- * when the queue is split from the shared queue and its -- * weight is raised again -- * @saved_idle_window: same purpose as the previous field for the idle -- * window -- * @saved_IO_bound: same purpose as the previous two fields for the I/O -- * bound classification of a queue -- * @saved_in_large_burst: same purpose as the previous fields for the -- * value of the field keeping the queue's belonging -- * to a large burst -- * @was_in_burst_list: true if the queue belonged to a burst list -- * before its merge with another cooperating queue -- * @cooperations: counter of consecutive successful queue merges underwent -- * by any of the process' @bfq_queues -- * @failed_cooperations: counter of consecutive failed queue merges of any -- * of the process' @bfq_queues - */ - struct bfq_io_cq { -+ /* associated io_cq structure */ - struct io_cq icq; /* must be the first member */ -+ /* array of two process queues, the sync and the async */ - struct bfq_queue *bfqq[2]; -+ /* associated @bfq_ttime struct */ - struct bfq_ttime ttime; -+ /* per (request_queue, blkcg) ioprio */ - int ioprio; -- - #ifdef CONFIG_BFQ_GROUP_IOSCHED -- uint64_t blkcg_id; /* the current blkcg ID */ -+ uint64_t blkcg_serial_nr; /* the current blkcg serial */ - #endif - -- unsigned int wr_time_left; -+ /* -+ * Snapshot of the idle window before merging; taken to -+ * remember this value while the queue is merged, so as to be -+ * able to restore it in case of split. -+ */ - bool saved_idle_window; -+ /* -+ * Same purpose as the previous two fields for the I/O bound -+ * classification of a queue. -+ */ - bool saved_IO_bound; - -+ /* -+ * Same purpose as the previous fields for the value of the -+ * field keeping the queue's belonging to a large burst -+ */ - bool saved_in_large_burst; -+ /* -+ * True if the queue belonged to a burst list before its merge -+ * with another cooperating queue. -+ */ - bool was_in_burst_list; - -- unsigned int cooperations; -- unsigned int failed_cooperations; -+ /* -+ * Similar to previous fields: save wr information. -+ */ -+ unsigned long saved_wr_coeff; -+ unsigned long saved_last_wr_start_finish; -+ unsigned long saved_wr_start_at_switch_to_srt; -+ unsigned int saved_wr_cur_max_time; - }; - - enum bfq_device_speed { -@@ -354,224 +375,232 @@ enum bfq_device_speed { - }; - - /** -- * struct bfq_data - per device data structure. -- * @queue: request queue for the managed device. -- * @root_group: root bfq_group for the device. -- * @active_numerous_groups: number of bfq_groups containing more than one -- * active @bfq_entity. -- * @queue_weights_tree: rbtree of weight counters of @bfq_queues, sorted by -- * weight. Used to keep track of whether all @bfq_queues -- * have the same weight. The tree contains one counter -- * for each distinct weight associated to some active -- * and not weight-raised @bfq_queue (see the comments to -- * the functions bfq_weights_tree_[add|remove] for -- * further details). -- * @group_weights_tree: rbtree of non-queue @bfq_entity weight counters, sorted -- * by weight. Used to keep track of whether all -- * @bfq_groups have the same weight. The tree contains -- * one counter for each distinct weight associated to -- * some active @bfq_group (see the comments to the -- * functions bfq_weights_tree_[add|remove] for further -- * details). -- * @busy_queues: number of bfq_queues containing requests (including the -- * queue in service, even if it is idling). -- * @busy_in_flight_queues: number of @bfq_queues containing pending or -- * in-flight requests, plus the @bfq_queue in -- * service, even if idle but waiting for the -- * possible arrival of its next sync request. This -- * field is updated only if the device is rotational, -- * but used only if the device is also NCQ-capable. -- * The reason why the field is updated also for non- -- * NCQ-capable rotational devices is related to the -- * fact that the value of @hw_tag may be set also -- * later than when busy_in_flight_queues may need to -- * be incremented for the first time(s). Taking also -- * this possibility into account, to avoid unbalanced -- * increments/decrements, would imply more overhead -- * than just updating busy_in_flight_queues -- * regardless of the value of @hw_tag. -- * @const_seeky_busy_in_flight_queues: number of constantly-seeky @bfq_queues -- * (that is, seeky queues that expired -- * for budget timeout at least once) -- * containing pending or in-flight -- * requests, including the in-service -- * @bfq_queue if constantly seeky. This -- * field is updated only if the device -- * is rotational, but used only if the -- * device is also NCQ-capable (see the -- * comments to @busy_in_flight_queues). -- * @wr_busy_queues: number of weight-raised busy @bfq_queues. -- * @queued: number of queued requests. -- * @rq_in_driver: number of requests dispatched and waiting for completion. -- * @sync_flight: number of sync requests in the driver. -- * @max_rq_in_driver: max number of reqs in driver in the last -- * @hw_tag_samples completed requests. -- * @hw_tag_samples: nr of samples used to calculate hw_tag. -- * @hw_tag: flag set to one if the driver is showing a queueing behavior. -- * @budgets_assigned: number of budgets assigned. -- * @idle_slice_timer: timer set when idling for the next sequential request -- * from the queue in service. -- * @unplug_work: delayed work to restart dispatching on the request queue. -- * @in_service_queue: bfq_queue in service. -- * @in_service_bic: bfq_io_cq (bic) associated with the @in_service_queue. -- * @last_position: on-disk position of the last served request. -- * @last_budget_start: beginning of the last budget. -- * @last_idling_start: beginning of the last idle slice. -- * @peak_rate: peak transfer rate observed for a budget. -- * @peak_rate_samples: number of samples used to calculate @peak_rate. -- * @bfq_max_budget: maximum budget allotted to a bfq_queue before -- * rescheduling. -- * @active_list: list of all the bfq_queues active on the device. -- * @idle_list: list of all the bfq_queues idle on the device. -- * @bfq_fifo_expire: timeout for async/sync requests; when it expires -- * requests are served in fifo order. -- * @bfq_back_penalty: weight of backward seeks wrt forward ones. -- * @bfq_back_max: maximum allowed backward seek. -- * @bfq_slice_idle: maximum idling time. -- * @bfq_user_max_budget: user-configured max budget value -- * (0 for auto-tuning). -- * @bfq_max_budget_async_rq: maximum budget (in nr of requests) allotted to -- * async queues. -- * @bfq_timeout: timeout for bfq_queues to consume their budget; used to -- * to prevent seeky queues to impose long latencies to well -- * behaved ones (this also implies that seeky queues cannot -- * receive guarantees in the service domain; after a timeout -- * they are charged for the whole allocated budget, to try -- * to preserve a behavior reasonably fair among them, but -- * without service-domain guarantees). -- * @bfq_coop_thresh: number of queue merges after which a @bfq_queue is -- * no more granted any weight-raising. -- * @bfq_failed_cooperations: number of consecutive failed cooperation -- * chances after which weight-raising is restored -- * to a queue subject to more than bfq_coop_thresh -- * queue merges. -- * @bfq_requests_within_timer: number of consecutive requests that must be -- * issued within the idle time slice to set -- * again idling to a queue which was marked as -- * non-I/O-bound (see the definition of the -- * IO_bound flag for further details). -- * @last_ins_in_burst: last time at which a queue entered the current -- * burst of queues being activated shortly after -- * each other; for more details about this and the -- * following parameters related to a burst of -- * activations, see the comments to the function -- * @bfq_handle_burst. -- * @bfq_burst_interval: reference time interval used to decide whether a -- * queue has been activated shortly after -- * @last_ins_in_burst. -- * @burst_size: number of queues in the current burst of queue activations. -- * @bfq_large_burst_thresh: maximum burst size above which the current -- * queue-activation burst is deemed as 'large'. -- * @large_burst: true if a large queue-activation burst is in progress. -- * @burst_list: head of the burst list (as for the above fields, more details -- * in the comments to the function bfq_handle_burst). -- * @low_latency: if set to true, low-latency heuristics are enabled. -- * @bfq_wr_coeff: maximum factor by which the weight of a weight-raised -- * queue is multiplied. -- * @bfq_wr_max_time: maximum duration of a weight-raising period (jiffies). -- * @bfq_wr_rt_max_time: maximum duration for soft real-time processes. -- * @bfq_wr_min_idle_time: minimum idle period after which weight-raising -- * may be reactivated for a queue (in jiffies). -- * @bfq_wr_min_inter_arr_async: minimum period between request arrivals -- * after which weight-raising may be -- * reactivated for an already busy queue -- * (in jiffies). -- * @bfq_wr_max_softrt_rate: max service-rate for a soft real-time queue, -- * sectors per seconds. -- * @RT_prod: cached value of the product R*T used for computing the maximum -- * duration of the weight raising automatically. -- * @device_speed: device-speed class for the low-latency heuristic. -- * @oom_bfqq: fallback dummy bfqq for extreme OOM conditions. -+ * struct bfq_data - per-device data structure. - * - * All the fields are protected by the @queue lock. - */ - struct bfq_data { -+ /* request queue for the device */ - struct request_queue *queue; - -+ /* root bfq_group for the device */ - struct bfq_group *root_group; - --#ifdef CONFIG_BFQ_GROUP_IOSCHED -- int active_numerous_groups; --#endif -- -+ /* -+ * rbtree of weight counters of @bfq_queues, sorted by -+ * weight. Used to keep track of whether all @bfq_queues have -+ * the same weight. The tree contains one counter for each -+ * distinct weight associated to some active and not -+ * weight-raised @bfq_queue (see the comments to the functions -+ * bfq_weights_tree_[add|remove] for further details). -+ */ - struct rb_root queue_weights_tree; -+ /* -+ * rbtree of non-queue @bfq_entity weight counters, sorted by -+ * weight. Used to keep track of whether all @bfq_groups have -+ * the same weight. The tree contains one counter for each -+ * distinct weight associated to some active @bfq_group (see -+ * the comments to the functions bfq_weights_tree_[add|remove] -+ * for further details). -+ */ - struct rb_root group_weights_tree; - -+ /* -+ * Number of bfq_queues containing requests (including the -+ * queue in service, even if it is idling). -+ */ - int busy_queues; -- int busy_in_flight_queues; -- int const_seeky_busy_in_flight_queues; -+ /* number of weight-raised busy @bfq_queues */ - int wr_busy_queues; -+ /* number of queued requests */ - int queued; -+ /* number of requests dispatched and waiting for completion */ - int rq_in_driver; -- int sync_flight; - -+ /* -+ * Maximum number of requests in driver in the last -+ * @hw_tag_samples completed requests. -+ */ - int max_rq_in_driver; -+ /* number of samples used to calculate hw_tag */ - int hw_tag_samples; -+ /* flag set to one if the driver is showing a queueing behavior */ - int hw_tag; - -+ /* number of budgets assigned */ - int budgets_assigned; - -- struct timer_list idle_slice_timer; -+ /* -+ * Timer set when idling (waiting) for the next request from -+ * the queue in service. -+ */ -+ struct hrtimer idle_slice_timer; -+ /* delayed work to restart dispatching on the request queue */ - struct work_struct unplug_work; - -+ /* bfq_queue in service */ - struct bfq_queue *in_service_queue; -+ /* bfq_io_cq (bic) associated with the @in_service_queue */ - struct bfq_io_cq *in_service_bic; - -+ /* on-disk position of the last served request */ - sector_t last_position; - -+ /* time of last request completion (ns) */ -+ u64 last_completion; -+ -+ /* time of first rq dispatch in current observation interval (ns) */ -+ u64 first_dispatch; -+ /* time of last rq dispatch in current observation interval (ns) */ -+ u64 last_dispatch; -+ -+ /* beginning of the last budget */ - ktime_t last_budget_start; -+ /* beginning of the last idle slice */ - ktime_t last_idling_start; -+ -+ /* number of samples in current observation interval */ - int peak_rate_samples; -- u64 peak_rate; -+ /* num of samples of seq dispatches in current observation interval */ -+ u32 sequential_samples; -+ /* total num of sectors transferred in current observation interval */ -+ u64 tot_sectors_dispatched; -+ /* max rq size seen during current observation interval (sectors) */ -+ u32 last_rq_max_size; -+ /* time elapsed from first dispatch in current observ. interval (us) */ -+ u64 delta_from_first; -+ /* current estimate of device peak rate */ -+ u32 peak_rate; -+ -+ /* maximum budget allotted to a bfq_queue before rescheduling */ - int bfq_max_budget; - -+ /* list of all the bfq_queues active on the device */ - struct list_head active_list; -+ /* list of all the bfq_queues idle on the device */ - struct list_head idle_list; - -- unsigned int bfq_fifo_expire[2]; -+ /* -+ * Timeout for async/sync requests; when it fires, requests -+ * are served in fifo order. -+ */ -+ u64 bfq_fifo_expire[2]; -+ /* weight of backward seeks wrt forward ones */ - unsigned int bfq_back_penalty; -+ /* maximum allowed backward seek */ - unsigned int bfq_back_max; -- unsigned int bfq_slice_idle; -- u64 bfq_class_idle_last_service; -+ /* maximum idling time */ -+ u32 bfq_slice_idle; - -+ /* user-configured max budget value (0 for auto-tuning) */ - int bfq_user_max_budget; -- int bfq_max_budget_async_rq; -- unsigned int bfq_timeout[2]; -- -- unsigned int bfq_coop_thresh; -- unsigned int bfq_failed_cooperations; -+ /* -+ * Timeout for bfq_queues to consume their budget; used to -+ * prevent seeky queues from imposing long latencies to -+ * sequential or quasi-sequential ones (this also implies that -+ * seeky queues cannot receive guarantees in the service -+ * domain; after a timeout they are charged for the time they -+ * have been in service, to preserve fairness among them, but -+ * without service-domain guarantees). -+ */ -+ unsigned int bfq_timeout; -+ -+ /* -+ * Number of consecutive requests that must be issued within -+ * the idle time slice to set again idling to a queue which -+ * was marked as non-I/O-bound (see the definition of the -+ * IO_bound flag for further details). -+ */ - unsigned int bfq_requests_within_timer; - -+ /* -+ * Force device idling whenever needed to provide accurate -+ * service guarantees, without caring about throughput -+ * issues. CAVEAT: this may even increase latencies, in case -+ * of useless idling for processes that did stop doing I/O. -+ */ -+ bool strict_guarantees; -+ -+ /* -+ * Last time at which a queue entered the current burst of -+ * queues being activated shortly after each other; for more -+ * details about this and the following parameters related to -+ * a burst of activations, see the comments on the function -+ * bfq_handle_burst. -+ */ - unsigned long last_ins_in_burst; -+ /* -+ * Reference time interval used to decide whether a queue has -+ * been activated shortly after @last_ins_in_burst. -+ */ - unsigned long bfq_burst_interval; -+ /* number of queues in the current burst of queue activations */ - int burst_size; -+ -+ /* common parent entity for the queues in the burst */ -+ struct bfq_entity *burst_parent_entity; -+ /* Maximum burst size above which the current queue-activation -+ * burst is deemed as 'large'. -+ */ - unsigned long bfq_large_burst_thresh; -+ /* true if a large queue-activation burst is in progress */ - bool large_burst; -+ /* -+ * Head of the burst list (as for the above fields, more -+ * details in the comments on the function bfq_handle_burst). -+ */ - struct hlist_head burst_list; - -+ /* if set to true, low-latency heuristics are enabled */ - bool low_latency; -- -- /* parameters of the low_latency heuristics */ -+ /* -+ * Maximum factor by which the weight of a weight-raised queue -+ * is multiplied. -+ */ - unsigned int bfq_wr_coeff; -+ /* maximum duration of a weight-raising period (jiffies) */ - unsigned int bfq_wr_max_time; -+ -+ /* Maximum weight-raising duration for soft real-time processes */ - unsigned int bfq_wr_rt_max_time; -+ /* -+ * Minimum idle period after which weight-raising may be -+ * reactivated for a queue (in jiffies). -+ */ - unsigned int bfq_wr_min_idle_time; -+ /* -+ * Minimum period between request arrivals after which -+ * weight-raising may be reactivated for an already busy async -+ * queue (in jiffies). -+ */ - unsigned long bfq_wr_min_inter_arr_async; -+ -+ /* Max service-rate for a soft real-time queue, in sectors/sec */ - unsigned int bfq_wr_max_softrt_rate; -+ /* -+ * Cached value of the product R*T, used for computing the -+ * maximum duration of weight raising automatically. -+ */ - u64 RT_prod; -+ /* device-speed class for the low-latency heuristic */ - enum bfq_device_speed device_speed; - -+ /* fallback dummy bfqq for extreme OOM conditions */ - struct bfq_queue oom_bfqq; - }; - - enum bfqq_state_flags { -- BFQ_BFQQ_FLAG_busy = 0, /* has requests or is in service */ -+ BFQ_BFQQ_FLAG_just_created = 0, /* queue just allocated */ -+ BFQ_BFQQ_FLAG_busy, /* has requests or is in service */ - BFQ_BFQQ_FLAG_wait_request, /* waiting for a request */ -+ BFQ_BFQQ_FLAG_non_blocking_wait_rq, /* -+ * waiting for a request -+ * without idling the device -+ */ - BFQ_BFQQ_FLAG_must_alloc, /* must be allowed rq alloc */ - BFQ_BFQQ_FLAG_fifo_expire, /* FIFO checked in this slice */ - BFQ_BFQQ_FLAG_idle_window, /* slice idling enabled */ - BFQ_BFQQ_FLAG_sync, /* synchronous queue */ -- BFQ_BFQQ_FLAG_budget_new, /* no completion with this budget */ - BFQ_BFQQ_FLAG_IO_bound, /* - * bfqq has timed-out at least once - * having consumed at most 2/10 of -@@ -581,17 +610,12 @@ enum bfqq_state_flags { - * bfqq activated in a large burst, - * see comments to bfq_handle_burst. - */ -- BFQ_BFQQ_FLAG_constantly_seeky, /* -- * bfqq has proved to be slow and -- * seeky until budget timeout -- */ - BFQ_BFQQ_FLAG_softrt_update, /* - * may need softrt-next-start - * update - */ - BFQ_BFQQ_FLAG_coop, /* bfqq is shared */ -- BFQ_BFQQ_FLAG_split_coop, /* shared bfqq will be split */ -- BFQ_BFQQ_FLAG_just_split, /* queue has just been split */ -+ BFQ_BFQQ_FLAG_split_coop /* shared bfqq will be split */ - }; - - #define BFQ_BFQQ_FNS(name) \ -@@ -608,28 +632,94 @@ static int bfq_bfqq_##name(const struct bfq_queue *bfqq) \ - return ((bfqq)->flags & (1 << BFQ_BFQQ_FLAG_##name)) != 0; \ - } - -+BFQ_BFQQ_FNS(just_created); - BFQ_BFQQ_FNS(busy); - BFQ_BFQQ_FNS(wait_request); -+BFQ_BFQQ_FNS(non_blocking_wait_rq); - BFQ_BFQQ_FNS(must_alloc); - BFQ_BFQQ_FNS(fifo_expire); - BFQ_BFQQ_FNS(idle_window); - BFQ_BFQQ_FNS(sync); --BFQ_BFQQ_FNS(budget_new); - BFQ_BFQQ_FNS(IO_bound); - BFQ_BFQQ_FNS(in_large_burst); --BFQ_BFQQ_FNS(constantly_seeky); - BFQ_BFQQ_FNS(coop); - BFQ_BFQQ_FNS(split_coop); --BFQ_BFQQ_FNS(just_split); - BFQ_BFQQ_FNS(softrt_update); - #undef BFQ_BFQQ_FNS - - /* Logging facilities. */ --#define bfq_log_bfqq(bfqd, bfqq, fmt, args...) \ -- blk_add_trace_msg((bfqd)->queue, "bfq%d " fmt, (bfqq)->pid, ##args) -+#ifdef CONFIG_BFQ_REDIRECT_TO_CONSOLE -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+static struct bfq_group *bfqq_group(struct bfq_queue *bfqq); -+static struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg); -+ -+#define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ -+ char __pbuf[128]; \ -+ \ -+ assert_spin_locked((bfqd)->queue->queue_lock); \ -+ blkg_path(bfqg_to_blkg(bfqq_group(bfqq)), __pbuf, sizeof(__pbuf)); \ -+ pr_crit("bfq%d%c %s " fmt "\n", \ -+ (bfqq)->pid, \ -+ bfq_bfqq_sync((bfqq)) ? 'S' : 'A', \ -+ __pbuf, ##args); \ -+} while (0) -+ -+#define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do { \ -+ char __pbuf[128]; \ -+ \ -+ blkg_path(bfqg_to_blkg(bfqg), __pbuf, sizeof(__pbuf)); \ -+ pr_crit("%s " fmt "\n", __pbuf, ##args); \ -+} while (0) -+ -+#else /* CONFIG_BFQ_GROUP_IOSCHED */ -+ -+#define bfq_log_bfqq(bfqd, bfqq, fmt, args...) \ -+ pr_crit("bfq%d%c " fmt "\n", (bfqq)->pid, \ -+ bfq_bfqq_sync((bfqq)) ? 'S' : 'A', \ -+ ##args) -+#define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do {} while (0) -+ -+#endif /* CONFIG_BFQ_GROUP_IOSCHED */ -+ -+#define bfq_log(bfqd, fmt, args...) \ -+ pr_crit("bfq " fmt "\n", ##args) -+ -+#else /* CONFIG_BFQ_REDIRECT_TO_CONSOLE */ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+static struct bfq_group *bfqq_group(struct bfq_queue *bfqq); -+static struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg); -+ -+#define bfq_log_bfqq(bfqd, bfqq, fmt, args...) do { \ -+ char __pbuf[128]; \ -+ \ -+ assert_spin_locked((bfqd)->queue->queue_lock); \ -+ blkg_path(bfqg_to_blkg(bfqq_group(bfqq)), __pbuf, sizeof(__pbuf)); \ -+ blk_add_trace_msg((bfqd)->queue, "bfq%d%c %s " fmt, \ -+ (bfqq)->pid, \ -+ bfq_bfqq_sync((bfqq)) ? 'S' : 'A', \ -+ __pbuf, ##args); \ -+} while (0) -+ -+#define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do { \ -+ char __pbuf[128]; \ -+ \ -+ blkg_path(bfqg_to_blkg(bfqg), __pbuf, sizeof(__pbuf)); \ -+ blk_add_trace_msg((bfqd)->queue, "%s " fmt, __pbuf, ##args); \ -+} while (0) -+ -+#else /* CONFIG_BFQ_GROUP_IOSCHED */ -+ -+#define bfq_log_bfqq(bfqd, bfqq, fmt, args...) \ -+ blk_add_trace_msg((bfqd)->queue, "bfq%d%c " fmt, (bfqq)->pid, \ -+ bfq_bfqq_sync((bfqq)) ? 'S' : 'A', \ -+ ##args) -+#define bfq_log_bfqg(bfqd, bfqg, fmt, args...) do {} while (0) -+ -+#endif /* CONFIG_BFQ_GROUP_IOSCHED */ - - #define bfq_log(bfqd, fmt, args...) \ - blk_add_trace_msg((bfqd)->queue, "bfq " fmt, ##args) -+#endif /* CONFIG_BFQ_REDIRECT_TO_CONSOLE */ - - /* Expiration reasons. */ - enum bfqq_expiration { -@@ -640,15 +730,12 @@ enum bfqq_expiration { - BFQ_BFQQ_BUDGET_TIMEOUT, /* budget took too long to be used */ - BFQ_BFQQ_BUDGET_EXHAUSTED, /* budget consumed */ - BFQ_BFQQ_NO_MORE_REQUESTS, /* the queue has no more requests */ -+ BFQ_BFQQ_PREEMPTED /* preemption in progress */ - }; - --#ifdef CONFIG_BFQ_GROUP_IOSCHED - - struct bfqg_stats { -- /* total bytes transferred */ -- struct blkg_rwstat service_bytes; -- /* total IOs serviced, post merge */ -- struct blkg_rwstat serviced; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED - /* number of ios merged */ - struct blkg_rwstat merged; - /* total time spent on device in ns, may not be accurate w/ queueing */ -@@ -657,12 +744,8 @@ struct bfqg_stats { - struct blkg_rwstat wait_time; - /* number of IOs queued up */ - struct blkg_rwstat queued; -- /* total sectors transferred */ -- struct blkg_stat sectors; - /* total disk time and nr sectors dispatched by this group */ - struct blkg_stat time; -- /* time not charged to this cgroup */ -- struct blkg_stat unaccounted_time; - /* sum of number of ios queued across all samples */ - struct blkg_stat avg_queue_size_sum; - /* count of samples taken for average */ -@@ -680,8 +763,10 @@ struct bfqg_stats { - uint64_t start_idle_time; - uint64_t start_empty_time; - uint16_t flags; -+#endif - }; - -+#ifdef CONFIG_BFQ_GROUP_IOSCHED - /* - * struct bfq_group_data - per-blkcg storage for the blkio subsystem. - * -@@ -692,7 +777,7 @@ struct bfq_group_data { - /* must be the first member */ - struct blkcg_policy_data pd; - -- unsigned short weight; -+ unsigned int weight; - }; - - /** -@@ -712,7 +797,7 @@ struct bfq_group_data { - * unused for the root group. Used to know whether there - * are groups with more than one active @bfq_entity - * (see the comments to the function -- * bfq_bfqq_must_not_expire()). -+ * bfq_bfqq_may_idle()). - * @rq_pos_tree: rbtree sorted by next_request position, used when - * determining if two or more queues have interleaving - * requests (see bfq_find_close_cooperator()). -@@ -745,7 +830,6 @@ struct bfq_group { - struct rb_root rq_pos_tree; - - struct bfqg_stats stats; -- struct bfqg_stats dead_stats; /* stats pushed from dead children */ - }; - - #else -@@ -761,17 +845,38 @@ struct bfq_group { - - static struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity); - -+static unsigned int bfq_class_idx(struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ -+ return bfqq ? bfqq->ioprio_class - 1 : -+ BFQ_DEFAULT_GRP_CLASS - 1; -+} -+ - static struct bfq_service_tree * - bfq_entity_service_tree(struct bfq_entity *entity) - { - struct bfq_sched_data *sched_data = entity->sched_data; - struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -- unsigned int idx = bfqq ? bfqq->ioprio_class - 1 : -- BFQ_DEFAULT_GRP_CLASS; -+ unsigned int idx = bfq_class_idx(entity); - - BUG_ON(idx >= BFQ_IOPRIO_CLASSES); - BUG_ON(sched_data == NULL); - -+ if (bfqq) -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "entity_service_tree %p %d", -+ sched_data->service_tree + idx, idx); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { -+ struct bfq_group *bfqg = -+ container_of(entity, struct bfq_group, entity); -+ -+ bfq_log_bfqg((struct bfq_data *)bfqg->bfqd, bfqg, -+ "entity_service_tree %p %d", -+ sched_data->service_tree + idx, idx); -+ } -+#endif - return sched_data->service_tree + idx; - } - -@@ -791,47 +896,6 @@ static struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) - return bic->icq.q->elevator->elevator_data; - } - --/** -- * bfq_get_bfqd_locked - get a lock to a bfqd using a RCU protected pointer. -- * @ptr: a pointer to a bfqd. -- * @flags: storage for the flags to be saved. -- * -- * This function allows bfqg->bfqd to be protected by the -- * queue lock of the bfqd they reference; the pointer is dereferenced -- * under RCU, so the storage for bfqd is assured to be safe as long -- * as the RCU read side critical section does not end. After the -- * bfqd->queue->queue_lock is taken the pointer is rechecked, to be -- * sure that no other writer accessed it. If we raced with a writer, -- * the function returns NULL, with the queue unlocked, otherwise it -- * returns the dereferenced pointer, with the queue locked. -- */ --static struct bfq_data *bfq_get_bfqd_locked(void **ptr, unsigned long *flags) --{ -- struct bfq_data *bfqd; -- -- rcu_read_lock(); -- bfqd = rcu_dereference(*(struct bfq_data **)ptr); -- -- if (bfqd != NULL) { -- spin_lock_irqsave(bfqd->queue->queue_lock, *flags); -- if (ptr == NULL) -- printk(KERN_CRIT "get_bfqd_locked pointer NULL\n"); -- else if (*ptr == bfqd) -- goto out; -- spin_unlock_irqrestore(bfqd->queue->queue_lock, *flags); -- } -- -- bfqd = NULL; --out: -- rcu_read_unlock(); -- return bfqd; --} -- --static void bfq_put_bfqd_unlock(struct bfq_data *bfqd, unsigned long *flags) --{ -- spin_unlock_irqrestore(bfqd->queue->queue_lock, *flags); --} -- - #ifdef CONFIG_BFQ_GROUP_IOSCHED - - static struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) -@@ -857,11 +921,13 @@ static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio); - static void bfq_put_queue(struct bfq_queue *bfqq); - static void bfq_dispatch_insert(struct request_queue *q, struct request *rq); - static struct bfq_queue *bfq_get_queue(struct bfq_data *bfqd, -- struct bio *bio, int is_sync, -- struct bfq_io_cq *bic, gfp_t gfp_mask); -+ struct bio *bio, bool is_sync, -+ struct bfq_io_cq *bic); - static void bfq_end_wr_async_queues(struct bfq_data *bfqd, - struct bfq_group *bfqg); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED - static void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); -+#endif - static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq); - - #endif /* _BFQ_H */ --- -2.10.0 - diff --git a/kernel/tools/perf/files/patches/mageia/block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch b/kernel/tools/perf/files/patches/mageia/block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch deleted file mode 100644 index e3a09b34d8..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch +++ /dev/null @@ -1,1101 +0,0 @@ -From 52135041a6bf118c80a6858f63aff70b325389c4 Mon Sep 17 00:00:00 2001 -From: Mauro Andreolini -Date: Sun, 6 Sep 2015 16:09:05 +0200 -Subject: [PATCH 3/4] block, bfq: add Early Queue Merge (EQM) to BFQ-v7r11 for - 4.5.0 - -A set of processes may happen to perform interleaved reads, i.e.,requests -whose union would give rise to a sequential read pattern. There are two -typical cases: in the first case, processes read fixed-size chunks of -data at a fixed distance from each other, while in the second case processes -may read variable-size chunks at variable distances. The latter case occurs -for example with QEMU, which splits the I/O generated by the guest into -multiple chunks, and lets these chunks be served by a pool of cooperating -processes, iteratively assigning the next chunk of I/O to the first -available process. CFQ uses actual queue merging for the first type of -rocesses, whereas it uses preemption to get a sequential read pattern out -of the read requests performed by the second type of processes. In the end -it uses two different mechanisms to achieve the same goal: boosting the -throughput with interleaved I/O. - -This patch introduces Early Queue Merge (EQM), a unified mechanism to get a -sequential read pattern with both types of processes. The main idea is -checking newly arrived requests against the next request of the active queue -both in case of actual request insert and in case of request merge. By doing -so, both the types of processes can be handled by just merging their queues. -EQM is then simpler and more compact than the pair of mechanisms used in -CFQ. - -Finally, EQM also preserves the typical low-latency properties of BFQ, by -properly restoring the weight-raising state of a queue when it gets back to -a non-merged state. - -Signed-off-by: Mauro Andreolini -Signed-off-by: Arianna Avanzini -Signed-off-by: Paolo Valente -Signed-off-by: Linus Walleij ---- - block/bfq-cgroup.c | 5 + - block/bfq-iosched.c | 685 +++++++++++++++++++++++++++++++++++++++++++++++++++- - block/bfq.h | 66 +++++ - 3 files changed, 743 insertions(+), 13 deletions(-) - -diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c -index 8b08a57..0367996 100644 ---- a/block/bfq-cgroup.c -+++ b/block/bfq-cgroup.c -@@ -440,6 +440,7 @@ static void bfq_pd_init(struct blkg_policy_data *pd) - */ - bfqg->bfqd = bfqd; - bfqg->active_entities = 0; -+ bfqg->rq_pos_tree = RB_ROOT; - } - - static void bfq_pd_free(struct blkg_policy_data *pd) -@@ -533,6 +534,9 @@ static struct bfq_group *bfq_find_alloc_group(struct bfq_data *bfqd, - return bfqg; - } - -+static void bfq_pos_tree_add_move(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq); -+ - /** - * bfq_bfqq_move - migrate @bfqq to @bfqg. - * @bfqd: queue descriptor. -@@ -580,6 +584,7 @@ static void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, - bfqg_get(bfqg); - - if (busy) { -+ bfq_pos_tree_add_move(bfqd, bfqq); - if (resume) - bfq_activate_bfqq(bfqd, bfqq); - } -diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c -index 85e2169..cf3e9b1 100644 ---- a/block/bfq-iosched.c -+++ b/block/bfq-iosched.c -@@ -295,6 +295,72 @@ static struct request *bfq_choose_req(struct bfq_data *bfqd, - } - } - -+static struct bfq_queue * -+bfq_rq_pos_tree_lookup(struct bfq_data *bfqd, struct rb_root *root, -+ sector_t sector, struct rb_node **ret_parent, -+ struct rb_node ***rb_link) -+{ -+ struct rb_node **p, *parent; -+ struct bfq_queue *bfqq = NULL; -+ -+ parent = NULL; -+ p = &root->rb_node; -+ while (*p) { -+ struct rb_node **n; -+ -+ parent = *p; -+ bfqq = rb_entry(parent, struct bfq_queue, pos_node); -+ -+ /* -+ * Sort strictly based on sector. Smallest to the left, -+ * largest to the right. -+ */ -+ if (sector > blk_rq_pos(bfqq->next_rq)) -+ n = &(*p)->rb_right; -+ else if (sector < blk_rq_pos(bfqq->next_rq)) -+ n = &(*p)->rb_left; -+ else -+ break; -+ p = n; -+ bfqq = NULL; -+ } -+ -+ *ret_parent = parent; -+ if (rb_link) -+ *rb_link = p; -+ -+ bfq_log(bfqd, "rq_pos_tree_lookup %llu: returning %d", -+ (unsigned long long) sector, -+ bfqq ? bfqq->pid : 0); -+ -+ return bfqq; -+} -+ -+static void bfq_pos_tree_add_move(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ struct rb_node **p, *parent; -+ struct bfq_queue *__bfqq; -+ -+ if (bfqq->pos_root) { -+ rb_erase(&bfqq->pos_node, bfqq->pos_root); -+ bfqq->pos_root = NULL; -+ } -+ -+ if (bfq_class_idle(bfqq)) -+ return; -+ if (!bfqq->next_rq) -+ return; -+ -+ bfqq->pos_root = &bfq_bfqq_to_bfqg(bfqq)->rq_pos_tree; -+ __bfqq = bfq_rq_pos_tree_lookup(bfqd, bfqq->pos_root, -+ blk_rq_pos(bfqq->next_rq), &parent, &p); -+ if (!__bfqq) { -+ rb_link_node(&bfqq->pos_node, parent, p); -+ rb_insert_color(&bfqq->pos_node, bfqq->pos_root); -+ } else -+ bfqq->pos_root = NULL; -+} -+ - /* - * Tell whether there are active queues or groups with differentiated weights. - */ -@@ -527,6 +593,57 @@ static unsigned int bfq_wr_duration(struct bfq_data *bfqd) - return dur; - } - -+static unsigned int bfq_bfqq_cooperations(struct bfq_queue *bfqq) -+{ -+ return bfqq->bic ? bfqq->bic->cooperations : 0; -+} -+ -+static void -+bfq_bfqq_resume_state(struct bfq_queue *bfqq, struct bfq_io_cq *bic) -+{ -+ if (bic->saved_idle_window) -+ bfq_mark_bfqq_idle_window(bfqq); -+ else -+ bfq_clear_bfqq_idle_window(bfqq); -+ if (bic->saved_IO_bound) -+ bfq_mark_bfqq_IO_bound(bfqq); -+ else -+ bfq_clear_bfqq_IO_bound(bfqq); -+ /* Assuming that the flag in_large_burst is already correctly set */ -+ if (bic->wr_time_left && bfqq->bfqd->low_latency && -+ !bfq_bfqq_in_large_burst(bfqq) && -+ bic->cooperations < bfqq->bfqd->bfq_coop_thresh) { -+ /* -+ * Start a weight raising period with the duration given by -+ * the raising_time_left snapshot. -+ */ -+ if (bfq_bfqq_busy(bfqq)) -+ bfqq->bfqd->wr_busy_queues++; -+ bfqq->wr_coeff = bfqq->bfqd->bfq_wr_coeff; -+ bfqq->wr_cur_max_time = bic->wr_time_left; -+ bfqq->last_wr_start_finish = jiffies; -+ bfqq->entity.prio_changed = 1; -+ } -+ /* -+ * Clear wr_time_left to prevent bfq_bfqq_save_state() from -+ * getting confused about the queue's need of a weight-raising -+ * period. -+ */ -+ bic->wr_time_left = 0; -+} -+ -+static int bfqq_process_refs(struct bfq_queue *bfqq) -+{ -+ int process_refs, io_refs; -+ -+ lockdep_assert_held(bfqq->bfqd->queue->queue_lock); -+ -+ io_refs = bfqq->allocated[READ] + bfqq->allocated[WRITE]; -+ process_refs = atomic_read(&bfqq->ref) - io_refs - bfqq->entity.on_st; -+ BUG_ON(process_refs < 0); -+ return process_refs; -+} -+ - /* Empty burst list and add just bfqq (see comments to bfq_handle_burst) */ - static void bfq_reset_burst_list(struct bfq_data *bfqd, struct bfq_queue *bfqq) - { -@@ -763,8 +880,14 @@ static void bfq_add_request(struct request *rq) - BUG_ON(!next_rq); - bfqq->next_rq = next_rq; - -+ /* -+ * Adjust priority tree position, if next_rq changes. -+ */ -+ if (prev != bfqq->next_rq) -+ bfq_pos_tree_add_move(bfqd, bfqq); -+ - if (!bfq_bfqq_busy(bfqq)) { -- bool soft_rt, in_burst, -+ bool soft_rt, coop_or_in_burst, - idle_for_long_time = time_is_before_jiffies( - bfqq->budget_timeout + - bfqd->bfq_wr_min_idle_time); -@@ -792,11 +915,12 @@ static void bfq_add_request(struct request *rq) - bfqd->last_ins_in_burst = jiffies; - } - -- in_burst = bfq_bfqq_in_large_burst(bfqq); -+ coop_or_in_burst = bfq_bfqq_in_large_burst(bfqq) || -+ bfq_bfqq_cooperations(bfqq) >= bfqd->bfq_coop_thresh; - soft_rt = bfqd->bfq_wr_max_softrt_rate > 0 && -- !in_burst && -+ !coop_or_in_burst && - time_is_before_jiffies(bfqq->soft_rt_next_start); -- interactive = !in_burst && idle_for_long_time; -+ interactive = !coop_or_in_burst && idle_for_long_time; - entity->budget = max_t(unsigned long, bfqq->max_budget, - bfq_serv_to_charge(next_rq, bfqq)); - -@@ -815,6 +939,9 @@ static void bfq_add_request(struct request *rq) - if (!bfqd->low_latency) - goto add_bfqq_busy; - -+ if (bfq_bfqq_just_split(bfqq)) -+ goto set_prio_changed; -+ - /* - * If the queue: - * - is not being boosted, -@@ -839,7 +966,7 @@ static void bfq_add_request(struct request *rq) - } else if (old_wr_coeff > 1) { - if (interactive) - bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -- else if (in_burst || -+ else if (coop_or_in_burst || - (bfqq->wr_cur_max_time == - bfqd->bfq_wr_rt_max_time && - !soft_rt)) { -@@ -904,6 +1031,7 @@ static void bfq_add_request(struct request *rq) - bfqd->bfq_wr_rt_max_time; - } - } -+set_prio_changed: - if (old_wr_coeff != bfqq->wr_coeff) - entity->prio_changed = 1; - add_bfqq_busy: -@@ -1046,6 +1174,15 @@ static void bfq_merged_request(struct request_queue *q, struct request *req, - bfqd->last_position); - BUG_ON(!next_rq); - bfqq->next_rq = next_rq; -+ /* -+ * If next_rq changes, update both the queue's budget to -+ * fit the new request and the queue's position in its -+ * rq_pos_tree. -+ */ -+ if (prev != bfqq->next_rq) { -+ bfq_updated_next_req(bfqd, bfqq); -+ bfq_pos_tree_add_move(bfqd, bfqq); -+ } - } - } - -@@ -1128,11 +1265,346 @@ static void bfq_end_wr(struct bfq_data *bfqd) - spin_unlock_irq(bfqd->queue->queue_lock); - } - -+static sector_t bfq_io_struct_pos(void *io_struct, bool request) -+{ -+ if (request) -+ return blk_rq_pos(io_struct); -+ else -+ return ((struct bio *)io_struct)->bi_iter.bi_sector; -+} -+ -+static int bfq_rq_close_to_sector(void *io_struct, bool request, -+ sector_t sector) -+{ -+ return abs(bfq_io_struct_pos(io_struct, request) - sector) <= -+ BFQQ_SEEK_THR; -+} -+ -+static struct bfq_queue *bfqq_find_close(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ sector_t sector) -+{ -+ struct rb_root *root = &bfq_bfqq_to_bfqg(bfqq)->rq_pos_tree; -+ struct rb_node *parent, *node; -+ struct bfq_queue *__bfqq; -+ -+ if (RB_EMPTY_ROOT(root)) -+ return NULL; -+ -+ /* -+ * First, if we find a request starting at the end of the last -+ * request, choose it. -+ */ -+ __bfqq = bfq_rq_pos_tree_lookup(bfqd, root, sector, &parent, NULL); -+ if (__bfqq) -+ return __bfqq; -+ -+ /* -+ * If the exact sector wasn't found, the parent of the NULL leaf -+ * will contain the closest sector (rq_pos_tree sorted by -+ * next_request position). -+ */ -+ __bfqq = rb_entry(parent, struct bfq_queue, pos_node); -+ if (bfq_rq_close_to_sector(__bfqq->next_rq, true, sector)) -+ return __bfqq; -+ -+ if (blk_rq_pos(__bfqq->next_rq) < sector) -+ node = rb_next(&__bfqq->pos_node); -+ else -+ node = rb_prev(&__bfqq->pos_node); -+ if (!node) -+ return NULL; -+ -+ __bfqq = rb_entry(node, struct bfq_queue, pos_node); -+ if (bfq_rq_close_to_sector(__bfqq->next_rq, true, sector)) -+ return __bfqq; -+ -+ return NULL; -+} -+ -+static struct bfq_queue *bfq_find_close_cooperator(struct bfq_data *bfqd, -+ struct bfq_queue *cur_bfqq, -+ sector_t sector) -+{ -+ struct bfq_queue *bfqq; -+ -+ /* -+ * We shall notice if some of the queues are cooperating, -+ * e.g., working closely on the same area of the device. In -+ * that case, we can group them together and: 1) don't waste -+ * time idling, and 2) serve the union of their requests in -+ * the best possible order for throughput. -+ */ -+ bfqq = bfqq_find_close(bfqd, cur_bfqq, sector); -+ if (!bfqq || bfqq == cur_bfqq) -+ return NULL; -+ -+ return bfqq; -+} -+ -+static struct bfq_queue * -+bfq_setup_merge(struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) -+{ -+ int process_refs, new_process_refs; -+ struct bfq_queue *__bfqq; -+ -+ /* -+ * If there are no process references on the new_bfqq, then it is -+ * unsafe to follow the ->new_bfqq chain as other bfqq's in the chain -+ * may have dropped their last reference (not just their last process -+ * reference). -+ */ -+ if (!bfqq_process_refs(new_bfqq)) -+ return NULL; -+ -+ /* Avoid a circular list and skip interim queue merges. */ -+ while ((__bfqq = new_bfqq->new_bfqq)) { -+ if (__bfqq == bfqq) -+ return NULL; -+ new_bfqq = __bfqq; -+ } -+ -+ process_refs = bfqq_process_refs(bfqq); -+ new_process_refs = bfqq_process_refs(new_bfqq); -+ /* -+ * If the process for the bfqq has gone away, there is no -+ * sense in merging the queues. -+ */ -+ if (process_refs == 0 || new_process_refs == 0) -+ return NULL; -+ -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "scheduling merge with queue %d", -+ new_bfqq->pid); -+ -+ /* -+ * Merging is just a redirection: the requests of the process -+ * owning one of the two queues are redirected to the other queue. -+ * The latter queue, in its turn, is set as shared if this is the -+ * first time that the requests of some process are redirected to -+ * it. -+ * -+ * We redirect bfqq to new_bfqq and not the opposite, because we -+ * are in the context of the process owning bfqq, hence we have -+ * the io_cq of this process. So we can immediately configure this -+ * io_cq to redirect the requests of the process to new_bfqq. -+ * -+ * NOTE, even if new_bfqq coincides with the in-service queue, the -+ * io_cq of new_bfqq is not available, because, if the in-service -+ * queue is shared, bfqd->in_service_bic may not point to the -+ * io_cq of the in-service queue. -+ * Redirecting the requests of the process owning bfqq to the -+ * currently in-service queue is in any case the best option, as -+ * we feed the in-service queue with new requests close to the -+ * last request served and, by doing so, hopefully increase the -+ * throughput. -+ */ -+ bfqq->new_bfqq = new_bfqq; -+ atomic_add(process_refs, &new_bfqq->ref); -+ return new_bfqq; -+} -+ -+static bool bfq_may_be_close_cooperator(struct bfq_queue *bfqq, -+ struct bfq_queue *new_bfqq) -+{ -+ if (bfq_class_idle(bfqq) || bfq_class_idle(new_bfqq) || -+ (bfqq->ioprio_class != new_bfqq->ioprio_class)) -+ return false; -+ -+ /* -+ * If either of the queues has already been detected as seeky, -+ * then merging it with the other queue is unlikely to lead to -+ * sequential I/O. -+ */ -+ if (BFQQ_SEEKY(bfqq) || BFQQ_SEEKY(new_bfqq)) -+ return false; -+ -+ /* -+ * Interleaved I/O is known to be done by (some) applications -+ * only for reads, so it does not make sense to merge async -+ * queues. -+ */ -+ if (!bfq_bfqq_sync(bfqq) || !bfq_bfqq_sync(new_bfqq)) -+ return false; -+ -+ return true; -+} -+ -+/* -+ * Attempt to schedule a merge of bfqq with the currently in-service queue -+ * or with a close queue among the scheduled queues. -+ * Return NULL if no merge was scheduled, a pointer to the shared bfq_queue -+ * structure otherwise. -+ * -+ * The OOM queue is not allowed to participate to cooperation: in fact, since -+ * the requests temporarily redirected to the OOM queue could be redirected -+ * again to dedicated queues at any time, the state needed to correctly -+ * handle merging with the OOM queue would be quite complex and expensive -+ * to maintain. Besides, in such a critical condition as an out of memory, -+ * the benefits of queue merging may be little relevant, or even negligible. -+ */ -+static struct bfq_queue * -+bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ void *io_struct, bool request) -+{ -+ struct bfq_queue *in_service_bfqq, *new_bfqq; -+ -+ if (bfqq->new_bfqq) -+ return bfqq->new_bfqq; -+ if (!io_struct || unlikely(bfqq == &bfqd->oom_bfqq)) -+ return NULL; -+ /* If device has only one backlogged bfq_queue, don't search. */ -+ if (bfqd->busy_queues == 1) -+ return NULL; -+ -+ in_service_bfqq = bfqd->in_service_queue; -+ -+ if (!in_service_bfqq || in_service_bfqq == bfqq || -+ !bfqd->in_service_bic || -+ unlikely(in_service_bfqq == &bfqd->oom_bfqq)) -+ goto check_scheduled; -+ -+ if (bfq_rq_close_to_sector(io_struct, request, bfqd->last_position) && -+ bfqq->entity.parent == in_service_bfqq->entity.parent && -+ bfq_may_be_close_cooperator(bfqq, in_service_bfqq)) { -+ new_bfqq = bfq_setup_merge(bfqq, in_service_bfqq); -+ if (new_bfqq) -+ return new_bfqq; -+ } -+ /* -+ * Check whether there is a cooperator among currently scheduled -+ * queues. The only thing we need is that the bio/request is not -+ * NULL, as we need it to establish whether a cooperator exists. -+ */ -+check_scheduled: -+ new_bfqq = bfq_find_close_cooperator(bfqd, bfqq, -+ bfq_io_struct_pos(io_struct, request)); -+ -+ BUG_ON(new_bfqq && bfqq->entity.parent != new_bfqq->entity.parent); -+ -+ if (new_bfqq && likely(new_bfqq != &bfqd->oom_bfqq) && -+ bfq_may_be_close_cooperator(bfqq, new_bfqq)) -+ return bfq_setup_merge(bfqq, new_bfqq); -+ -+ return NULL; -+} -+ -+static void bfq_bfqq_save_state(struct bfq_queue *bfqq) -+{ -+ /* -+ * If !bfqq->bic, the queue is already shared or its requests -+ * have already been redirected to a shared queue; both idle window -+ * and weight raising state have already been saved. Do nothing. -+ */ -+ if (!bfqq->bic) -+ return; -+ if (bfqq->bic->wr_time_left) -+ /* -+ * This is the queue of a just-started process, and would -+ * deserve weight raising: we set wr_time_left to the full -+ * weight-raising duration to trigger weight-raising when -+ * and if the queue is split and the first request of the -+ * queue is enqueued. -+ */ -+ bfqq->bic->wr_time_left = bfq_wr_duration(bfqq->bfqd); -+ else if (bfqq->wr_coeff > 1) { -+ unsigned long wr_duration = -+ jiffies - bfqq->last_wr_start_finish; -+ /* -+ * It may happen that a queue's weight raising period lasts -+ * longer than its wr_cur_max_time, as weight raising is -+ * handled only when a request is enqueued or dispatched (it -+ * does not use any timer). If the weight raising period is -+ * about to end, don't save it. -+ */ -+ if (bfqq->wr_cur_max_time <= wr_duration) -+ bfqq->bic->wr_time_left = 0; -+ else -+ bfqq->bic->wr_time_left = -+ bfqq->wr_cur_max_time - wr_duration; -+ /* -+ * The bfq_queue is becoming shared or the requests of the -+ * process owning the queue are being redirected to a shared -+ * queue. Stop the weight raising period of the queue, as in -+ * both cases it should not be owned by an interactive or -+ * soft real-time application. -+ */ -+ bfq_bfqq_end_wr(bfqq); -+ } else -+ bfqq->bic->wr_time_left = 0; -+ bfqq->bic->saved_idle_window = bfq_bfqq_idle_window(bfqq); -+ bfqq->bic->saved_IO_bound = bfq_bfqq_IO_bound(bfqq); -+ bfqq->bic->saved_in_large_burst = bfq_bfqq_in_large_burst(bfqq); -+ bfqq->bic->was_in_burst_list = !hlist_unhashed(&bfqq->burst_list_node); -+ bfqq->bic->cooperations++; -+ bfqq->bic->failed_cooperations = 0; -+} -+ -+static void bfq_get_bic_reference(struct bfq_queue *bfqq) -+{ -+ /* -+ * If bfqq->bic has a non-NULL value, the bic to which it belongs -+ * is about to begin using a shared bfq_queue. -+ */ -+ if (bfqq->bic) -+ atomic_long_inc(&bfqq->bic->icq.ioc->refcount); -+} -+ -+static void -+bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, -+ struct bfq_queue *bfqq, struct bfq_queue *new_bfqq) -+{ -+ bfq_log_bfqq(bfqd, bfqq, "merging with queue %lu", -+ (unsigned long) new_bfqq->pid); -+ /* Save weight raising and idle window of the merged queues */ -+ bfq_bfqq_save_state(bfqq); -+ bfq_bfqq_save_state(new_bfqq); -+ if (bfq_bfqq_IO_bound(bfqq)) -+ bfq_mark_bfqq_IO_bound(new_bfqq); -+ bfq_clear_bfqq_IO_bound(bfqq); -+ /* -+ * Grab a reference to the bic, to prevent it from being destroyed -+ * before being possibly touched by a bfq_split_bfqq(). -+ */ -+ bfq_get_bic_reference(bfqq); -+ bfq_get_bic_reference(new_bfqq); -+ /* -+ * Merge queues (that is, let bic redirect its requests to new_bfqq) -+ */ -+ bic_set_bfqq(bic, new_bfqq, 1); -+ bfq_mark_bfqq_coop(new_bfqq); -+ /* -+ * new_bfqq now belongs to at least two bics (it is a shared queue): -+ * set new_bfqq->bic to NULL. bfqq either: -+ * - does not belong to any bic any more, and hence bfqq->bic must -+ * be set to NULL, or -+ * - is a queue whose owning bics have already been redirected to a -+ * different queue, hence the queue is destined to not belong to -+ * any bic soon and bfqq->bic is already NULL (therefore the next -+ * assignment causes no harm). -+ */ -+ new_bfqq->bic = NULL; -+ bfqq->bic = NULL; -+ bfq_put_queue(bfqq); -+} -+ -+static void bfq_bfqq_increase_failed_cooperations(struct bfq_queue *bfqq) -+{ -+ struct bfq_io_cq *bic = bfqq->bic; -+ struct bfq_data *bfqd = bfqq->bfqd; -+ -+ if (bic && bfq_bfqq_cooperations(bfqq) >= bfqd->bfq_coop_thresh) { -+ bic->failed_cooperations++; -+ if (bic->failed_cooperations >= bfqd->bfq_failed_cooperations) -+ bic->cooperations = 0; -+ } -+} -+ - static int bfq_allow_merge(struct request_queue *q, struct request *rq, - struct bio *bio) - { - struct bfq_data *bfqd = q->elevator->elevator_data; - struct bfq_io_cq *bic; -+ struct bfq_queue *bfqq, *new_bfqq; - - /* - * Disallow merge of a sync bio into an async request. -@@ -1149,7 +1621,26 @@ static int bfq_allow_merge(struct request_queue *q, struct request *rq, - if (!bic) - return 0; - -- return bic_to_bfqq(bic, bfq_bio_sync(bio)) == RQ_BFQQ(rq); -+ bfqq = bic_to_bfqq(bic, bfq_bio_sync(bio)); -+ /* -+ * We take advantage of this function to perform an early merge -+ * of the queues of possible cooperating processes. -+ */ -+ if (bfqq) { -+ new_bfqq = bfq_setup_cooperator(bfqd, bfqq, bio, false); -+ if (new_bfqq) { -+ bfq_merge_bfqqs(bfqd, bic, bfqq, new_bfqq); -+ /* -+ * If we get here, the bio will be queued in the -+ * shared queue, i.e., new_bfqq, so use new_bfqq -+ * to decide whether bio and rq can be merged. -+ */ -+ bfqq = new_bfqq; -+ } else -+ bfq_bfqq_increase_failed_cooperations(bfqq); -+ } -+ -+ return bfqq == RQ_BFQQ(rq); - } - - static void __bfq_set_in_service_queue(struct bfq_data *bfqd, -@@ -1350,6 +1841,15 @@ static void __bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq) - - __bfq_bfqd_reset_in_service(bfqd); - -+ /* -+ * If this bfqq is shared between multiple processes, check -+ * to make sure that those processes are still issuing I/Os -+ * within the mean seek distance. If not, it may be time to -+ * break the queues apart again. -+ */ -+ if (bfq_bfqq_coop(bfqq) && BFQQ_SEEKY(bfqq)) -+ bfq_mark_bfqq_split_coop(bfqq); -+ - if (RB_EMPTY_ROOT(&bfqq->sort_list)) { - /* - * Overloading budget_timeout field to store the time -@@ -1358,8 +1858,13 @@ static void __bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq) - */ - bfqq->budget_timeout = jiffies; - bfq_del_bfqq_busy(bfqd, bfqq, 1); -- } else -+ } else { - bfq_activate_bfqq(bfqd, bfqq); -+ /* -+ * Resort priority tree of potential close cooperators. -+ */ -+ bfq_pos_tree_add_move(bfqd, bfqq); -+ } - } - - /** -@@ -2246,10 +2751,12 @@ static void bfq_update_wr_data(struct bfq_data *bfqd, struct bfq_queue *bfqq) - /* - * If the queue was activated in a burst, or - * too much time has elapsed from the beginning -- * of this weight-raising period, then end weight -- * raising. -+ * of this weight-raising period, or the queue has -+ * exceeded the acceptable number of cooperations, -+ * then end weight raising. - */ - if (bfq_bfqq_in_large_burst(bfqq) || -+ bfq_bfqq_cooperations(bfqq) >= bfqd->bfq_coop_thresh || - time_is_before_jiffies(bfqq->last_wr_start_finish + - bfqq->wr_cur_max_time)) { - bfqq->last_wr_start_finish = jiffies; -@@ -2478,6 +2985,25 @@ static void bfq_put_queue(struct bfq_queue *bfqq) - #endif - } - -+static void bfq_put_cooperator(struct bfq_queue *bfqq) -+{ -+ struct bfq_queue *__bfqq, *next; -+ -+ /* -+ * If this queue was scheduled to merge with another queue, be -+ * sure to drop the reference taken on that queue (and others in -+ * the merge chain). See bfq_setup_merge and bfq_merge_bfqqs. -+ */ -+ __bfqq = bfqq->new_bfqq; -+ while (__bfqq) { -+ if (__bfqq == bfqq) -+ break; -+ next = __bfqq->new_bfqq; -+ bfq_put_queue(__bfqq); -+ __bfqq = next; -+ } -+} -+ - static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) - { - if (bfqq == bfqd->in_service_queue) { -@@ -2488,6 +3014,8 @@ static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) - bfq_log_bfqq(bfqd, bfqq, "exit_bfqq: %p, %d", bfqq, - atomic_read(&bfqq->ref)); - -+ bfq_put_cooperator(bfqq); -+ - bfq_put_queue(bfqq); - } - -@@ -2496,6 +3024,25 @@ static void bfq_init_icq(struct io_cq *icq) - struct bfq_io_cq *bic = icq_to_bic(icq); - - bic->ttime.last_end_request = jiffies; -+ /* -+ * A newly created bic indicates that the process has just -+ * started doing I/O, and is probably mapping into memory its -+ * executable and libraries: it definitely needs weight raising. -+ * There is however the possibility that the process performs, -+ * for a while, I/O close to some other process. EQM intercepts -+ * this behavior and may merge the queue corresponding to the -+ * process with some other queue, BEFORE the weight of the queue -+ * is raised. Merged queues are not weight-raised (they are assumed -+ * to belong to processes that benefit only from high throughput). -+ * If the merge is basically the consequence of an accident, then -+ * the queue will be split soon and will get back its old weight. -+ * It is then important to write down somewhere that this queue -+ * does need weight raising, even if it did not make it to get its -+ * weight raised before being merged. To this purpose, we overload -+ * the field raising_time_left and assign 1 to it, to mark the queue -+ * as needing weight raising. -+ */ -+ bic->wr_time_left = 1; - } - - static void bfq_exit_icq(struct io_cq *icq) -@@ -2509,6 +3056,13 @@ static void bfq_exit_icq(struct io_cq *icq) - } - - if (bic->bfqq[BLK_RW_SYNC]) { -+ /* -+ * If the bic is using a shared queue, put the reference -+ * taken on the io_context when the bic started using a -+ * shared bfq_queue. -+ */ -+ if (bfq_bfqq_coop(bic->bfqq[BLK_RW_SYNC])) -+ put_io_context(icq->ioc); - bfq_exit_bfqq(bfqd, bic->bfqq[BLK_RW_SYNC]); - bic->bfqq[BLK_RW_SYNC] = NULL; - } -@@ -2814,6 +3368,10 @@ static void bfq_update_idle_window(struct bfq_data *bfqd, - if (!bfq_bfqq_sync(bfqq) || bfq_class_idle(bfqq)) - return; - -+ /* Idle window just restored, statistics are meaningless. */ -+ if (bfq_bfqq_just_split(bfqq)) -+ return; -+ - enable_idle = bfq_bfqq_idle_window(bfqq); - - if (atomic_read(&bic->icq.ioc->active_ref) == 0 || -@@ -2861,6 +3419,7 @@ static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, - if (bfqq->entity.service > bfq_max_budget(bfqd) / 8 || - !BFQQ_SEEKY(bfqq)) - bfq_update_idle_window(bfqd, bfqq, bic); -+ bfq_clear_bfqq_just_split(bfqq); - - bfq_log_bfqq(bfqd, bfqq, - "rq_enqueued: idle_window=%d (seeky %d, mean %llu)", -@@ -2925,12 +3484,47 @@ static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, - static void bfq_insert_request(struct request_queue *q, struct request *rq) - { - struct bfq_data *bfqd = q->elevator->elevator_data; -- struct bfq_queue *bfqq = RQ_BFQQ(rq); -+ struct bfq_queue *bfqq = RQ_BFQQ(rq), *new_bfqq; - - assert_spin_locked(bfqd->queue->queue_lock); - -+ /* -+ * An unplug may trigger a requeue of a request from the device -+ * driver: make sure we are in process context while trying to -+ * merge two bfq_queues. -+ */ -+ if (!in_interrupt()) { -+ new_bfqq = bfq_setup_cooperator(bfqd, bfqq, rq, true); -+ if (new_bfqq) { -+ if (bic_to_bfqq(RQ_BIC(rq), 1) != bfqq) -+ new_bfqq = bic_to_bfqq(RQ_BIC(rq), 1); -+ /* -+ * Release the request's reference to the old bfqq -+ * and make sure one is taken to the shared queue. -+ */ -+ new_bfqq->allocated[rq_data_dir(rq)]++; -+ bfqq->allocated[rq_data_dir(rq)]--; -+ atomic_inc(&new_bfqq->ref); -+ bfq_put_queue(bfqq); -+ if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) -+ bfq_merge_bfqqs(bfqd, RQ_BIC(rq), -+ bfqq, new_bfqq); -+ rq->elv.priv[1] = new_bfqq; -+ bfqq = new_bfqq; -+ } else -+ bfq_bfqq_increase_failed_cooperations(bfqq); -+ } -+ - bfq_add_request(rq); - -+ /* -+ * Here a newly-created bfq_queue has already started a weight-raising -+ * period: clear raising_time_left to prevent bfq_bfqq_save_state() -+ * from assigning it a full weight-raising period. See the detailed -+ * comments about this field in bfq_init_icq(). -+ */ -+ if (bfqq->bic) -+ bfqq->bic->wr_time_left = 0; - rq->fifo_time = jiffies + bfqd->bfq_fifo_expire[rq_is_sync(rq)]; - list_add_tail(&rq->queuelist, &bfqq->fifo); - -@@ -3099,6 +3693,32 @@ static void bfq_put_request(struct request *rq) - } - - /* -+ * Returns NULL if a new bfqq should be allocated, or the old bfqq if this -+ * was the last process referring to said bfqq. -+ */ -+static struct bfq_queue * -+bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq) -+{ -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "splitting queue"); -+ -+ put_io_context(bic->icq.ioc); -+ -+ if (bfqq_process_refs(bfqq) == 1) { -+ bfqq->pid = current->pid; -+ bfq_clear_bfqq_coop(bfqq); -+ bfq_clear_bfqq_split_coop(bfqq); -+ return bfqq; -+ } -+ -+ bic_set_bfqq(bic, NULL, 1); -+ -+ bfq_put_cooperator(bfqq); -+ -+ bfq_put_queue(bfqq); -+ return NULL; -+} -+ -+/* - * Allocate bfq data structures associated with this request. - */ - static int bfq_set_request(struct request_queue *q, struct request *rq, -@@ -3110,6 +3730,7 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - const int is_sync = rq_is_sync(rq); - struct bfq_queue *bfqq; - unsigned long flags; -+ bool split = false; - - might_sleep_if(gfpflags_allow_blocking(gfp_mask)); - -@@ -3122,15 +3743,30 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - - bfq_bic_update_cgroup(bic, bio); - -+new_queue: - bfqq = bic_to_bfqq(bic, is_sync); - if (!bfqq || bfqq == &bfqd->oom_bfqq) { - bfqq = bfq_get_queue(bfqd, bio, is_sync, bic, gfp_mask); - bic_set_bfqq(bic, bfqq, is_sync); -- if (is_sync) { -- if (bfqd->large_burst) -+ if (split && is_sync) { -+ if ((bic->was_in_burst_list && bfqd->large_burst) || -+ bic->saved_in_large_burst) - bfq_mark_bfqq_in_large_burst(bfqq); -- else -+ else { - bfq_clear_bfqq_in_large_burst(bfqq); -+ if (bic->was_in_burst_list) -+ hlist_add_head(&bfqq->burst_list_node, -+ &bfqd->burst_list); -+ } -+ } -+ } else { -+ /* If the queue was seeky for too long, break it apart. */ -+ if (bfq_bfqq_coop(bfqq) && bfq_bfqq_split_coop(bfqq)) { -+ bfq_log_bfqq(bfqd, bfqq, "breaking apart bfqq"); -+ bfqq = bfq_split_bfqq(bic, bfqq); -+ split = true; -+ if (!bfqq) -+ goto new_queue; - } - } - -@@ -3142,6 +3778,26 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - rq->elv.priv[0] = bic; - rq->elv.priv[1] = bfqq; - -+ /* -+ * If a bfq_queue has only one process reference, it is owned -+ * by only one bfq_io_cq: we can set the bic field of the -+ * bfq_queue to the address of that structure. Also, if the -+ * queue has just been split, mark a flag so that the -+ * information is available to the other scheduler hooks. -+ */ -+ if (likely(bfqq != &bfqd->oom_bfqq) && bfqq_process_refs(bfqq) == 1) { -+ bfqq->bic = bic; -+ if (split) { -+ bfq_mark_bfqq_just_split(bfqq); -+ /* -+ * If the queue has just been split from a shared -+ * queue, restore the idle window and the possible -+ * weight raising period. -+ */ -+ bfq_bfqq_resume_state(bfqq, bic); -+ } -+ } -+ - spin_unlock_irqrestore(q->queue_lock, flags); - - return 0; -@@ -3295,6 +3951,7 @@ static void bfq_init_root_group(struct bfq_group *root_group, - root_group->my_entity = NULL; - root_group->bfqd = bfqd; - #endif -+ root_group->rq_pos_tree = RB_ROOT; - for (i = 0; i < BFQ_IOPRIO_CLASSES; i++) - root_group->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; - } -@@ -3375,6 +4032,8 @@ static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) - bfqd->bfq_timeout[BLK_RW_ASYNC] = bfq_timeout_async; - bfqd->bfq_timeout[BLK_RW_SYNC] = bfq_timeout_sync; - -+ bfqd->bfq_coop_thresh = 2; -+ bfqd->bfq_failed_cooperations = 7000; - bfqd->bfq_requests_within_timer = 120; - - bfqd->bfq_large_burst_thresh = 11; -diff --git a/block/bfq.h b/block/bfq.h -index 2bf54ae..fcce855 100644 ---- a/block/bfq.h -+++ b/block/bfq.h -@@ -183,6 +183,8 @@ struct bfq_group; - * ioprio_class value. - * @new_bfqq: shared bfq_queue if queue is cooperating with - * one or more other queues. -+ * @pos_node: request-position tree member (see bfq_group's @rq_pos_tree). -+ * @pos_root: request-position tree root (see bfq_group's @rq_pos_tree). - * @sort_list: sorted list of pending requests. - * @next_rq: if fifo isn't expired, next request to serve. - * @queued: nr of requests queued in @sort_list. -@@ -304,6 +306,26 @@ struct bfq_ttime { - * @ttime: associated @bfq_ttime struct - * @ioprio: per (request_queue, blkcg) ioprio. - * @blkcg_id: id of the blkcg the related io_cq belongs to. -+ * @wr_time_left: snapshot of the time left before weight raising ends -+ * for the sync queue associated to this process; this -+ * snapshot is taken to remember this value while the weight -+ * raising is suspended because the queue is merged with a -+ * shared queue, and is used to set @raising_cur_max_time -+ * when the queue is split from the shared queue and its -+ * weight is raised again -+ * @saved_idle_window: same purpose as the previous field for the idle -+ * window -+ * @saved_IO_bound: same purpose as the previous two fields for the I/O -+ * bound classification of a queue -+ * @saved_in_large_burst: same purpose as the previous fields for the -+ * value of the field keeping the queue's belonging -+ * to a large burst -+ * @was_in_burst_list: true if the queue belonged to a burst list -+ * before its merge with another cooperating queue -+ * @cooperations: counter of consecutive successful queue merges underwent -+ * by any of the process' @bfq_queues -+ * @failed_cooperations: counter of consecutive failed queue merges of any -+ * of the process' @bfq_queues - */ - struct bfq_io_cq { - struct io_cq icq; /* must be the first member */ -@@ -314,6 +336,16 @@ struct bfq_io_cq { - #ifdef CONFIG_BFQ_GROUP_IOSCHED - uint64_t blkcg_id; /* the current blkcg ID */ - #endif -+ -+ unsigned int wr_time_left; -+ bool saved_idle_window; -+ bool saved_IO_bound; -+ -+ bool saved_in_large_burst; -+ bool was_in_burst_list; -+ -+ unsigned int cooperations; -+ unsigned int failed_cooperations; - }; - - enum bfq_device_speed { -@@ -557,6 +589,9 @@ enum bfqq_state_flags { - * may need softrt-next-start - * update - */ -+ BFQ_BFQQ_FLAG_coop, /* bfqq is shared */ -+ BFQ_BFQQ_FLAG_split_coop, /* shared bfqq will be split */ -+ BFQ_BFQQ_FLAG_just_split, /* queue has just been split */ - }; - - #define BFQ_BFQQ_FNS(name) \ -@@ -583,6 +618,9 @@ BFQ_BFQQ_FNS(budget_new); - BFQ_BFQQ_FNS(IO_bound); - BFQ_BFQQ_FNS(in_large_burst); - BFQ_BFQQ_FNS(constantly_seeky); -+BFQ_BFQQ_FNS(coop); -+BFQ_BFQQ_FNS(split_coop); -+BFQ_BFQQ_FNS(just_split); - BFQ_BFQQ_FNS(softrt_update); - #undef BFQ_BFQQ_FNS - -@@ -675,6 +713,9 @@ struct bfq_group_data { - * are groups with more than one active @bfq_entity - * (see the comments to the function - * bfq_bfqq_must_not_expire()). -+ * @rq_pos_tree: rbtree sorted by next_request position, used when -+ * determining if two or more queues have interleaving -+ * requests (see bfq_find_close_cooperator()). - * - * Each (device, cgroup) pair has its own bfq_group, i.e., for each cgroup - * there is a set of bfq_groups, each one collecting the lower-level -@@ -701,6 +742,8 @@ struct bfq_group { - - int active_entities; - -+ struct rb_root rq_pos_tree; -+ - struct bfqg_stats stats; - struct bfqg_stats dead_stats; /* stats pushed from dead children */ - }; -@@ -711,6 +754,8 @@ struct bfq_group { - - struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR]; - struct bfq_queue *async_idle_bfqq; -+ -+ struct rb_root rq_pos_tree; - }; - #endif - -@@ -787,6 +832,27 @@ static void bfq_put_bfqd_unlock(struct bfq_data *bfqd, unsigned long *flags) - spin_unlock_irqrestore(bfqd->queue->queue_lock, *flags); - } - -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ -+static struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *group_entity = bfqq->entity.parent; -+ -+ if (!group_entity) -+ group_entity = &bfqq->bfqd->root_group->entity; -+ -+ return container_of(group_entity, struct bfq_group, entity); -+} -+ -+#else -+ -+static struct bfq_group *bfq_bfqq_to_bfqg(struct bfq_queue *bfqq) -+{ -+ return bfqq->bfqd->root_group; -+} -+ -+#endif -+ - static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio); - static void bfq_put_queue(struct bfq_queue *bfqq); - static void bfq_dispatch_insert(struct request_queue *q, struct request *rq); --- -2.10.0 - diff --git a/kernel/tools/perf/files/patches/mageia/block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch b/kernel/tools/perf/files/patches/mageia/block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch deleted file mode 100644 index 1d358d74fe..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch +++ /dev/null @@ -1,103 +0,0 @@ -From 465ed48c05de63f5bdd34d83915f1b8998a62134 Mon Sep 17 00:00:00 2001 -From: Paolo Valente -Date: Tue, 7 Apr 2015 13:39:12 +0200 -Subject: [PATCH 1/4] block: cgroups, kconfig, build bits for BFQ-v7r11-4.5.0 - -Update Kconfig.iosched and do the related Makefile changes to include -kernel configuration options for BFQ. Also increase the number of -policies supported by the blkio controller so that BFQ can add its -own. - -Signed-off-by: Paolo Valente -Signed-off-by: Arianna Avanzini ---- - block/Kconfig.iosched | 32 ++++++++++++++++++++++++++++++++ - block/Makefile | 1 + - include/linux/blkdev.h | 2 +- - 3 files changed, 34 insertions(+), 1 deletion(-) - -diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched -index 421bef9..0ee5f0f 100644 ---- a/block/Kconfig.iosched -+++ b/block/Kconfig.iosched -@@ -39,6 +39,27 @@ config CFQ_GROUP_IOSCHED - ---help--- - Enable group IO scheduling in CFQ. - -+config IOSCHED_BFQ -+ tristate "BFQ I/O scheduler" -+ default n -+ ---help--- -+ The BFQ I/O scheduler tries to distribute bandwidth among -+ all processes according to their weights. -+ It aims at distributing the bandwidth as desired, independently of -+ the disk parameters and with any workload. It also tries to -+ guarantee low latency to interactive and soft real-time -+ applications. If compiled built-in (saying Y here), BFQ can -+ be configured to support hierarchical scheduling. -+ -+config CGROUP_BFQIO -+ bool "BFQ hierarchical scheduling support" -+ depends on CGROUPS && IOSCHED_BFQ=y -+ default n -+ ---help--- -+ Enable hierarchical scheduling in BFQ, using the cgroups -+ filesystem interface. The name of the subsystem will be -+ bfqio. -+ - choice - prompt "Default I/O scheduler" - default DEFAULT_CFQ -@@ -52,6 +73,16 @@ choice - config DEFAULT_CFQ - bool "CFQ" if IOSCHED_CFQ=y - -+ config DEFAULT_BFQ -+ bool "BFQ" if IOSCHED_BFQ=y -+ help -+ Selects BFQ as the default I/O scheduler which will be -+ used by default for all block devices. -+ The BFQ I/O scheduler aims at distributing the bandwidth -+ as desired, independently of the disk parameters and with -+ any workload. It also tries to guarantee low latency to -+ interactive and soft real-time applications. -+ - config DEFAULT_NOOP - bool "No-op" - -@@ -61,6 +92,7 @@ config DEFAULT_IOSCHED - string - default "deadline" if DEFAULT_DEADLINE - default "cfq" if DEFAULT_CFQ -+ default "bfq" if DEFAULT_BFQ - default "noop" if DEFAULT_NOOP - - endmenu -diff --git a/block/Makefile b/block/Makefile -index 36acdd7..736e91a 100644 ---- a/block/Makefile -+++ b/block/Makefile -@@ -18,6 +18,7 @@ obj-$(CONFIG_BLK_DEV_THROTTLING) += blk-throttle.o - obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o - obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o - obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o -+obj-$(CONFIG_IOSCHED_BFQ) += bfq-iosched.o - - obj-$(CONFIG_BLOCK_COMPAT) += compat_ioctl.o - obj-$(CONFIG_BLK_CMDLINE_PARSER) += cmdline-parser.o -diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h -index c47c358..1047d99 100644 ---- a/include/linux/blkdev.h -+++ b/include/linux/blkdev.h -@@ -45,7 +45,7 @@ struct pr_ops; - * Maximum number of blkcg policies allowed to be registered concurrently. - * Defined here to simplify include dependency. - */ --#define BLKCG_MAX_POLS 2 -+#define BLKCG_MAX_POLS 3 - - typedef void (rq_end_io_fn)(struct request *, int); - --- -2.10.0 - diff --git a/kernel/tools/perf/files/patches/mageia/block-floppy-disable-pnp-modalias.patch b/kernel/tools/perf/files/patches/mageia/block-floppy-disable-pnp-modalias.patch deleted file mode 100644 index c994472a96..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-floppy-disable-pnp-modalias.patch +++ /dev/null @@ -1,21 +0,0 @@ - -Disable floppy autoloading as it makes systems without real hw, -but that has the pnp headers hang. - -See https://bugs.mageia.org/show_bug.cgi?id=4696 - -Signed-off-by: Thomas Backlund - -diff -Nurp linux-3.3.3-rc1/drivers/block/floppy.c.orig linux-3.3.3-rc1/drivers/block/floppy.c ---- linux-3.3.3-rc1/drivers/block/floppy.c.orig 2012-03-19 01:15:34.000000000 +0200 -+++ linux-3.3.3-rc1/drivers/block/floppy.c 2012-04-22 02:58:10.238498303 +0300 -@@ -4621,8 +4621,7 @@ static const struct pnp_device_id floppy - {"PNP0700", 0}, - {} - }; -- --MODULE_DEVICE_TABLE(pnp, floppy_pnpids); -+/* MODULE_DEVICE_TABLE(pnp, floppy_pnpids); */ - - #else - diff --git a/kernel/tools/perf/files/patches/mageia/block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch b/kernel/tools/perf/files/patches/mageia/block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch deleted file mode 100644 index 33216e3860..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch +++ /dev/null @@ -1,7109 +0,0 @@ -From a43c7e21bccd510d72a003e350247b1b4c6b71c3 Mon Sep 17 00:00:00 2001 -From: Paolo Valente -Date: Thu, 9 May 2013 19:10:02 +0200 -Subject: [PATCH 2/4] block: introduce the BFQ-v7r11 I/O sched for 4.5.0 - -The general structure is borrowed from CFQ, as much of the code for -handling I/O contexts. Over time, several useful features have been -ported from CFQ as well (details in the changelog in README.BFQ). A -(bfq_)queue is associated to each task doing I/O on a device, and each -time a scheduling decision has to be made a queue is selected and served -until it expires. - - - Slices are given in the service domain: tasks are assigned - budgets, measured in number of sectors. Once got the disk, a task - must however consume its assigned budget within a configurable - maximum time (by default, the maximum possible value of the - budgets is automatically computed to comply with this timeout). - This allows the desired latency vs "throughput boosting" tradeoff - to be set. - - - Budgets are scheduled according to a variant of WF2Q+, implemented - using an augmented rb-tree to take eligibility into account while - preserving an O(log N) overall complexity. - - - A low-latency tunable is provided; if enabled, both interactive - and soft real-time applications are guaranteed a very low latency. - - - Latency guarantees are preserved also in the presence of NCQ. - - - Also with flash-based devices, a high throughput is achieved - while still preserving latency guarantees. - - - BFQ features Early Queue Merge (EQM), a sort of fusion of the - cooperating-queue-merging and the preemption mechanisms present - in CFQ. EQM is in fact a unified mechanism that tries to get a - sequential read pattern, and hence a high throughput, with any - set of processes performing interleaved I/O over a contiguous - sequence of sectors. - - - BFQ supports full hierarchical scheduling, exporting a cgroups - interface. Since each node has a full scheduler, each group can - be assigned its own weight. - - - If the cgroups interface is not used, only I/O priorities can be - assigned to processes, with ioprio values mapped to weights - with the relation weight = IOPRIO_BE_NR - ioprio. - - - ioprio classes are served in strict priority order, i.e., lower - priority queues are not served as long as there are higher - priority queues. Among queues in the same class the bandwidth is - distributed in proportion to the weight of each queue. A very - thin extra bandwidth is however guaranteed to the Idle class, to - prevent it from starving. - -Signed-off-by: Paolo Valente -Signed-off-by: Arianna Avanzini ---- - block/Kconfig.iosched | 6 +- - block/bfq-cgroup.c | 1186 ++++++++++++++++ - block/bfq-ioc.c | 36 + - block/bfq-iosched.c | 3763 +++++++++++++++++++++++++++++++++++++++++++++++++ - block/bfq-sched.c | 1199 ++++++++++++++++ - block/bfq.h | 801 +++++++++++ - 6 files changed, 6987 insertions(+), 4 deletions(-) - create mode 100644 block/bfq-cgroup.c - create mode 100644 block/bfq-ioc.c - create mode 100644 block/bfq-iosched.c - create mode 100644 block/bfq-sched.c - create mode 100644 block/bfq.h - -diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched -index 0ee5f0f..f78cd1a 100644 ---- a/block/Kconfig.iosched -+++ b/block/Kconfig.iosched -@@ -51,14 +51,12 @@ config IOSCHED_BFQ - applications. If compiled built-in (saying Y here), BFQ can - be configured to support hierarchical scheduling. - --config CGROUP_BFQIO -+config BFQ_GROUP_IOSCHED - bool "BFQ hierarchical scheduling support" - depends on CGROUPS && IOSCHED_BFQ=y - default n - ---help--- -- Enable hierarchical scheduling in BFQ, using the cgroups -- filesystem interface. The name of the subsystem will be -- bfqio. -+ Enable hierarchical scheduling in BFQ, using the blkio controller. - - choice - prompt "Default I/O scheduler" -diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c -new file mode 100644 -index 0000000..8b08a57 ---- /dev/null -+++ b/block/bfq-cgroup.c -@@ -0,0 +1,1186 @@ -+/* -+ * BFQ: CGROUPS support. -+ * -+ * Based on ideas and code from CFQ: -+ * Copyright (C) 2003 Jens Axboe -+ * -+ * Copyright (C) 2008 Fabio Checconi -+ * Paolo Valente -+ * -+ * Copyright (C) 2010 Paolo Valente -+ * -+ * Licensed under the GPL-2 as detailed in the accompanying COPYING.BFQ -+ * file. -+ */ -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ -+/* bfqg stats flags */ -+enum bfqg_stats_flags { -+ BFQG_stats_waiting = 0, -+ BFQG_stats_idling, -+ BFQG_stats_empty, -+}; -+ -+#define BFQG_FLAG_FNS(name) \ -+static void bfqg_stats_mark_##name(struct bfqg_stats *stats) \ -+{ \ -+ stats->flags |= (1 << BFQG_stats_##name); \ -+} \ -+static void bfqg_stats_clear_##name(struct bfqg_stats *stats) \ -+{ \ -+ stats->flags &= ~(1 << BFQG_stats_##name); \ -+} \ -+static int bfqg_stats_##name(struct bfqg_stats *stats) \ -+{ \ -+ return (stats->flags & (1 << BFQG_stats_##name)) != 0; \ -+} \ -+ -+BFQG_FLAG_FNS(waiting) -+BFQG_FLAG_FNS(idling) -+BFQG_FLAG_FNS(empty) -+#undef BFQG_FLAG_FNS -+ -+/* This should be called with the queue_lock held. */ -+static void bfqg_stats_update_group_wait_time(struct bfqg_stats *stats) -+{ -+ unsigned long long now; -+ -+ if (!bfqg_stats_waiting(stats)) -+ return; -+ -+ now = sched_clock(); -+ if (time_after64(now, stats->start_group_wait_time)) -+ blkg_stat_add(&stats->group_wait_time, -+ now - stats->start_group_wait_time); -+ bfqg_stats_clear_waiting(stats); -+} -+ -+/* This should be called with the queue_lock held. */ -+static void bfqg_stats_set_start_group_wait_time(struct bfq_group *bfqg, -+ struct bfq_group *curr_bfqg) -+{ -+ struct bfqg_stats *stats = &bfqg->stats; -+ -+ if (bfqg_stats_waiting(stats)) -+ return; -+ if (bfqg == curr_bfqg) -+ return; -+ stats->start_group_wait_time = sched_clock(); -+ bfqg_stats_mark_waiting(stats); -+} -+ -+/* This should be called with the queue_lock held. */ -+static void bfqg_stats_end_empty_time(struct bfqg_stats *stats) -+{ -+ unsigned long long now; -+ -+ if (!bfqg_stats_empty(stats)) -+ return; -+ -+ now = sched_clock(); -+ if (time_after64(now, stats->start_empty_time)) -+ blkg_stat_add(&stats->empty_time, -+ now - stats->start_empty_time); -+ bfqg_stats_clear_empty(stats); -+} -+ -+static void bfqg_stats_update_dequeue(struct bfq_group *bfqg) -+{ -+ blkg_stat_add(&bfqg->stats.dequeue, 1); -+} -+ -+static void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg) -+{ -+ struct bfqg_stats *stats = &bfqg->stats; -+ -+ if (blkg_rwstat_total(&stats->queued)) -+ return; -+ -+ /* -+ * group is already marked empty. This can happen if bfqq got new -+ * request in parent group and moved to this group while being added -+ * to service tree. Just ignore the event and move on. -+ */ -+ if (bfqg_stats_empty(stats)) -+ return; -+ -+ stats->start_empty_time = sched_clock(); -+ bfqg_stats_mark_empty(stats); -+} -+ -+static void bfqg_stats_update_idle_time(struct bfq_group *bfqg) -+{ -+ struct bfqg_stats *stats = &bfqg->stats; -+ -+ if (bfqg_stats_idling(stats)) { -+ unsigned long long now = sched_clock(); -+ -+ if (time_after64(now, stats->start_idle_time)) -+ blkg_stat_add(&stats->idle_time, -+ now - stats->start_idle_time); -+ bfqg_stats_clear_idling(stats); -+ } -+} -+ -+static void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg) -+{ -+ struct bfqg_stats *stats = &bfqg->stats; -+ -+ stats->start_idle_time = sched_clock(); -+ bfqg_stats_mark_idling(stats); -+} -+ -+static void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg) -+{ -+ struct bfqg_stats *stats = &bfqg->stats; -+ -+ blkg_stat_add(&stats->avg_queue_size_sum, -+ blkg_rwstat_total(&stats->queued)); -+ blkg_stat_add(&stats->avg_queue_size_samples, 1); -+ bfqg_stats_update_group_wait_time(stats); -+} -+ -+static struct blkcg_policy blkcg_policy_bfq; -+ -+/* -+ * blk-cgroup policy-related handlers -+ * The following functions help in converting between blk-cgroup -+ * internal structures and BFQ-specific structures. -+ */ -+ -+static struct bfq_group *pd_to_bfqg(struct blkg_policy_data *pd) -+{ -+ return pd ? container_of(pd, struct bfq_group, pd) : NULL; -+} -+ -+static struct blkcg_gq *bfqg_to_blkg(struct bfq_group *bfqg) -+{ -+ return pd_to_blkg(&bfqg->pd); -+} -+ -+static struct bfq_group *blkg_to_bfqg(struct blkcg_gq *blkg) -+{ -+ struct blkg_policy_data *pd = blkg_to_pd(blkg, &blkcg_policy_bfq); -+ -+ BUG_ON(!pd); -+ -+ return pd_to_bfqg(pd); -+} -+ -+/* -+ * bfq_group handlers -+ * The following functions help in navigating the bfq_group hierarchy -+ * by allowing to find the parent of a bfq_group or the bfq_group -+ * associated to a bfq_queue. -+ */ -+ -+static struct bfq_group *bfqg_parent(struct bfq_group *bfqg) -+{ -+ struct blkcg_gq *pblkg = bfqg_to_blkg(bfqg)->parent; -+ -+ return pblkg ? blkg_to_bfqg(pblkg) : NULL; -+} -+ -+static struct bfq_group *bfqq_group(struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *group_entity = bfqq->entity.parent; -+ -+ return group_entity ? container_of(group_entity, struct bfq_group, -+ entity) : -+ bfqq->bfqd->root_group; -+} -+ -+/* -+ * The following two functions handle get and put of a bfq_group by -+ * wrapping the related blk-cgroup hooks. -+ */ -+ -+static void bfqg_get(struct bfq_group *bfqg) -+{ -+ return blkg_get(bfqg_to_blkg(bfqg)); -+} -+ -+static void bfqg_put(struct bfq_group *bfqg) -+{ -+ return blkg_put(bfqg_to_blkg(bfqg)); -+} -+ -+static void bfqg_stats_update_io_add(struct bfq_group *bfqg, -+ struct bfq_queue *bfqq, -+ int rw) -+{ -+ blkg_rwstat_add(&bfqg->stats.queued, rw, 1); -+ bfqg_stats_end_empty_time(&bfqg->stats); -+ if (!(bfqq == ((struct bfq_data *)bfqg->bfqd)->in_service_queue)) -+ bfqg_stats_set_start_group_wait_time(bfqg, bfqq_group(bfqq)); -+} -+ -+static void bfqg_stats_update_io_remove(struct bfq_group *bfqg, int rw) -+{ -+ blkg_rwstat_add(&bfqg->stats.queued, rw, -1); -+} -+ -+static void bfqg_stats_update_io_merged(struct bfq_group *bfqg, int rw) -+{ -+ blkg_rwstat_add(&bfqg->stats.merged, rw, 1); -+} -+ -+static void bfqg_stats_update_dispatch(struct bfq_group *bfqg, -+ uint64_t bytes, int rw) -+{ -+ blkg_stat_add(&bfqg->stats.sectors, bytes >> 9); -+ blkg_rwstat_add(&bfqg->stats.serviced, rw, 1); -+ blkg_rwstat_add(&bfqg->stats.service_bytes, rw, bytes); -+} -+ -+static void bfqg_stats_update_completion(struct bfq_group *bfqg, -+ uint64_t start_time, uint64_t io_start_time, int rw) -+{ -+ struct bfqg_stats *stats = &bfqg->stats; -+ unsigned long long now = sched_clock(); -+ -+ if (time_after64(now, io_start_time)) -+ blkg_rwstat_add(&stats->service_time, rw, now - io_start_time); -+ if (time_after64(io_start_time, start_time)) -+ blkg_rwstat_add(&stats->wait_time, rw, -+ io_start_time - start_time); -+} -+ -+/* @stats = 0 */ -+static void bfqg_stats_reset(struct bfqg_stats *stats) -+{ -+ if (!stats) -+ return; -+ -+ /* queued stats shouldn't be cleared */ -+ blkg_rwstat_reset(&stats->service_bytes); -+ blkg_rwstat_reset(&stats->serviced); -+ blkg_rwstat_reset(&stats->merged); -+ blkg_rwstat_reset(&stats->service_time); -+ blkg_rwstat_reset(&stats->wait_time); -+ blkg_stat_reset(&stats->time); -+ blkg_stat_reset(&stats->unaccounted_time); -+ blkg_stat_reset(&stats->avg_queue_size_sum); -+ blkg_stat_reset(&stats->avg_queue_size_samples); -+ blkg_stat_reset(&stats->dequeue); -+ blkg_stat_reset(&stats->group_wait_time); -+ blkg_stat_reset(&stats->idle_time); -+ blkg_stat_reset(&stats->empty_time); -+} -+ -+/* @to += @from */ -+static void bfqg_stats_merge(struct bfqg_stats *to, struct bfqg_stats *from) -+{ -+ if (!to || !from) -+ return; -+ -+ /* queued stats shouldn't be cleared */ -+ blkg_rwstat_add_aux(&to->service_bytes, &from->service_bytes); -+ blkg_rwstat_add_aux(&to->serviced, &from->serviced); -+ blkg_rwstat_add_aux(&to->merged, &from->merged); -+ blkg_rwstat_add_aux(&to->service_time, &from->service_time); -+ blkg_rwstat_add_aux(&to->wait_time, &from->wait_time); -+ blkg_stat_add_aux(&from->time, &from->time); -+ blkg_stat_add_aux(&to->unaccounted_time, &from->unaccounted_time); -+ blkg_stat_add_aux(&to->avg_queue_size_sum, &from->avg_queue_size_sum); -+ blkg_stat_add_aux(&to->avg_queue_size_samples, -+ &from->avg_queue_size_samples); -+ blkg_stat_add_aux(&to->dequeue, &from->dequeue); -+ blkg_stat_add_aux(&to->group_wait_time, &from->group_wait_time); -+ blkg_stat_add_aux(&to->idle_time, &from->idle_time); -+ blkg_stat_add_aux(&to->empty_time, &from->empty_time); -+} -+ -+/* -+ * Transfer @bfqg's stats to its parent's dead_stats so that the ancestors' -+ * recursive stats can still account for the amount used by this bfqg after -+ * it's gone. -+ */ -+static void bfqg_stats_xfer_dead(struct bfq_group *bfqg) -+{ -+ struct bfq_group *parent; -+ -+ if (!bfqg) /* root_group */ -+ return; -+ -+ parent = bfqg_parent(bfqg); -+ -+ lockdep_assert_held(bfqg_to_blkg(bfqg)->q->queue_lock); -+ -+ if (unlikely(!parent)) -+ return; -+ -+ bfqg_stats_merge(&parent->dead_stats, &bfqg->stats); -+ bfqg_stats_merge(&parent->dead_stats, &bfqg->dead_stats); -+ bfqg_stats_reset(&bfqg->stats); -+ bfqg_stats_reset(&bfqg->dead_stats); -+} -+ -+static void bfq_init_entity(struct bfq_entity *entity, -+ struct bfq_group *bfqg) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ -+ entity->weight = entity->new_weight; -+ entity->orig_weight = entity->new_weight; -+ if (bfqq) { -+ bfqq->ioprio = bfqq->new_ioprio; -+ bfqq->ioprio_class = bfqq->new_ioprio_class; -+ bfqg_get(bfqg); -+ } -+ entity->parent = bfqg->my_entity; -+ entity->sched_data = &bfqg->sched_data; -+} -+ -+static void bfqg_stats_exit(struct bfqg_stats *stats) -+{ -+ blkg_rwstat_exit(&stats->service_bytes); -+ blkg_rwstat_exit(&stats->serviced); -+ blkg_rwstat_exit(&stats->merged); -+ blkg_rwstat_exit(&stats->service_time); -+ blkg_rwstat_exit(&stats->wait_time); -+ blkg_rwstat_exit(&stats->queued); -+ blkg_stat_exit(&stats->sectors); -+ blkg_stat_exit(&stats->time); -+ blkg_stat_exit(&stats->unaccounted_time); -+ blkg_stat_exit(&stats->avg_queue_size_sum); -+ blkg_stat_exit(&stats->avg_queue_size_samples); -+ blkg_stat_exit(&stats->dequeue); -+ blkg_stat_exit(&stats->group_wait_time); -+ blkg_stat_exit(&stats->idle_time); -+ blkg_stat_exit(&stats->empty_time); -+} -+ -+static int bfqg_stats_init(struct bfqg_stats *stats, gfp_t gfp) -+{ -+ if (blkg_rwstat_init(&stats->service_bytes, gfp) || -+ blkg_rwstat_init(&stats->serviced, gfp) || -+ blkg_rwstat_init(&stats->merged, gfp) || -+ blkg_rwstat_init(&stats->service_time, gfp) || -+ blkg_rwstat_init(&stats->wait_time, gfp) || -+ blkg_rwstat_init(&stats->queued, gfp) || -+ blkg_stat_init(&stats->sectors, gfp) || -+ blkg_stat_init(&stats->time, gfp) || -+ blkg_stat_init(&stats->unaccounted_time, gfp) || -+ blkg_stat_init(&stats->avg_queue_size_sum, gfp) || -+ blkg_stat_init(&stats->avg_queue_size_samples, gfp) || -+ blkg_stat_init(&stats->dequeue, gfp) || -+ blkg_stat_init(&stats->group_wait_time, gfp) || -+ blkg_stat_init(&stats->idle_time, gfp) || -+ blkg_stat_init(&stats->empty_time, gfp)) { -+ bfqg_stats_exit(stats); -+ return -ENOMEM; -+ } -+ -+ return 0; -+} -+ -+static struct bfq_group_data *cpd_to_bfqgd(struct blkcg_policy_data *cpd) -+{ -+ return cpd ? container_of(cpd, struct bfq_group_data, pd) : NULL; -+} -+ -+static struct bfq_group_data *blkcg_to_bfqgd(struct blkcg *blkcg) -+{ -+ return cpd_to_bfqgd(blkcg_to_cpd(blkcg, &blkcg_policy_bfq)); -+} -+ -+static void bfq_cpd_init(struct blkcg_policy_data *cpd) -+{ -+ struct bfq_group_data *d = cpd_to_bfqgd(cpd); -+ -+ d->weight = BFQ_DEFAULT_GRP_WEIGHT; -+} -+ -+static struct blkg_policy_data *bfq_pd_alloc(gfp_t gfp, int node) -+{ -+ struct bfq_group *bfqg; -+ -+ bfqg = kzalloc_node(sizeof(*bfqg), gfp, node); -+ if (!bfqg) -+ return NULL; -+ -+ if (bfqg_stats_init(&bfqg->stats, gfp) || -+ bfqg_stats_init(&bfqg->dead_stats, gfp)) { -+ kfree(bfqg); -+ return NULL; -+ } -+ -+ return &bfqg->pd; -+} -+ -+static void bfq_group_set_parent(struct bfq_group *bfqg, -+ struct bfq_group *parent) -+{ -+ struct bfq_entity *entity; -+ -+ BUG_ON(!parent); -+ BUG_ON(!bfqg); -+ BUG_ON(bfqg == parent); -+ -+ entity = &bfqg->entity; -+ entity->parent = parent->my_entity; -+ entity->sched_data = &parent->sched_data; -+} -+ -+static void bfq_pd_init(struct blkg_policy_data *pd) -+{ -+ struct blkcg_gq *blkg = pd_to_blkg(pd); -+ struct bfq_group *bfqg = blkg_to_bfqg(blkg); -+ struct bfq_data *bfqd = blkg->q->elevator->elevator_data; -+ struct bfq_entity *entity = &bfqg->entity; -+ struct bfq_group_data *d = blkcg_to_bfqgd(blkg->blkcg); -+ -+ entity->orig_weight = entity->weight = entity->new_weight = d->weight; -+ entity->my_sched_data = &bfqg->sched_data; -+ bfqg->my_entity = entity; /* -+ * the root_group's will be set to NULL -+ * in bfq_init_queue() -+ */ -+ bfqg->bfqd = bfqd; -+ bfqg->active_entities = 0; -+} -+ -+static void bfq_pd_free(struct blkg_policy_data *pd) -+{ -+ struct bfq_group *bfqg = pd_to_bfqg(pd); -+ -+ bfqg_stats_exit(&bfqg->stats); -+ bfqg_stats_exit(&bfqg->dead_stats); -+ -+ return kfree(bfqg); -+} -+ -+/* offset delta from bfqg->stats to bfqg->dead_stats */ -+static const int dead_stats_off_delta = offsetof(struct bfq_group, dead_stats) - -+ offsetof(struct bfq_group, stats); -+ -+/* to be used by recursive prfill, sums live and dead stats recursively */ -+static u64 bfqg_stat_pd_recursive_sum(struct blkg_policy_data *pd, int off) -+{ -+ u64 sum = 0; -+ -+ sum += blkg_stat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, off); -+ sum += blkg_stat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, -+ off + dead_stats_off_delta); -+ return sum; -+} -+ -+/* to be used by recursive prfill, sums live and dead rwstats recursively */ -+static struct blkg_rwstat -+bfqg_rwstat_pd_recursive_sum(struct blkg_policy_data *pd, int off) -+{ -+ struct blkg_rwstat a, b; -+ -+ a = blkg_rwstat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, off); -+ b = blkg_rwstat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_bfq, -+ off + dead_stats_off_delta); -+ blkg_rwstat_add_aux(&a, &b); -+ return a; -+} -+ -+static void bfq_pd_reset_stats(struct blkg_policy_data *pd) -+{ -+ struct bfq_group *bfqg = pd_to_bfqg(pd); -+ -+ bfqg_stats_reset(&bfqg->stats); -+ bfqg_stats_reset(&bfqg->dead_stats); -+} -+ -+static struct bfq_group *bfq_find_alloc_group(struct bfq_data *bfqd, -+ struct blkcg *blkcg) -+{ -+ struct request_queue *q = bfqd->queue; -+ struct bfq_group *bfqg = NULL, *parent; -+ struct bfq_entity *entity = NULL; -+ -+ assert_spin_locked(bfqd->queue->queue_lock); -+ -+ /* avoid lookup for the common case where there's no blkcg */ -+ if (blkcg == &blkcg_root) { -+ bfqg = bfqd->root_group; -+ } else { -+ struct blkcg_gq *blkg; -+ -+ blkg = blkg_lookup_create(blkcg, q); -+ if (!IS_ERR(blkg)) -+ bfqg = blkg_to_bfqg(blkg); -+ else /* fallback to root_group */ -+ bfqg = bfqd->root_group; -+ } -+ -+ BUG_ON(!bfqg); -+ -+ /* -+ * Update chain of bfq_groups as we might be handling a leaf group -+ * which, along with some of its relatives, has not been hooked yet -+ * to the private hierarchy of BFQ. -+ */ -+ entity = &bfqg->entity; -+ for_each_entity(entity) { -+ bfqg = container_of(entity, struct bfq_group, entity); -+ BUG_ON(!bfqg); -+ if (bfqg != bfqd->root_group) { -+ parent = bfqg_parent(bfqg); -+ if (!parent) -+ parent = bfqd->root_group; -+ BUG_ON(!parent); -+ bfq_group_set_parent(bfqg, parent); -+ } -+ } -+ -+ return bfqg; -+} -+ -+/** -+ * bfq_bfqq_move - migrate @bfqq to @bfqg. -+ * @bfqd: queue descriptor. -+ * @bfqq: the queue to move. -+ * @entity: @bfqq's entity. -+ * @bfqg: the group to move to. -+ * -+ * Move @bfqq to @bfqg, deactivating it from its old group and reactivating -+ * it on the new one. Avoid putting the entity on the old group idle tree. -+ * -+ * Must be called under the queue lock; the cgroup owning @bfqg must -+ * not disappear (by now this just means that we are called under -+ * rcu_read_lock()). -+ */ -+static void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ struct bfq_entity *entity, struct bfq_group *bfqg) -+{ -+ int busy, resume; -+ -+ busy = bfq_bfqq_busy(bfqq); -+ resume = !RB_EMPTY_ROOT(&bfqq->sort_list); -+ -+ BUG_ON(resume && !entity->on_st); -+ BUG_ON(busy && !resume && entity->on_st && -+ bfqq != bfqd->in_service_queue); -+ -+ if (busy) { -+ BUG_ON(atomic_read(&bfqq->ref) < 2); -+ -+ if (!resume) -+ bfq_del_bfqq_busy(bfqd, bfqq, 0); -+ else -+ bfq_deactivate_bfqq(bfqd, bfqq, 0); -+ } else if (entity->on_st) -+ bfq_put_idle_entity(bfq_entity_service_tree(entity), entity); -+ bfqg_put(bfqq_group(bfqq)); -+ -+ /* -+ * Here we use a reference to bfqg. We don't need a refcounter -+ * as the cgroup reference will not be dropped, so that its -+ * destroy() callback will not be invoked. -+ */ -+ entity->parent = bfqg->my_entity; -+ entity->sched_data = &bfqg->sched_data; -+ bfqg_get(bfqg); -+ -+ if (busy) { -+ if (resume) -+ bfq_activate_bfqq(bfqd, bfqq); -+ } -+ -+ if (!bfqd->in_service_queue && !bfqd->rq_in_driver) -+ bfq_schedule_dispatch(bfqd); -+} -+ -+/** -+ * __bfq_bic_change_cgroup - move @bic to @cgroup. -+ * @bfqd: the queue descriptor. -+ * @bic: the bic to move. -+ * @blkcg: the blk-cgroup to move to. -+ * -+ * Move bic to blkcg, assuming that bfqd->queue is locked; the caller -+ * has to make sure that the reference to cgroup is valid across the call. -+ * -+ * NOTE: an alternative approach might have been to store the current -+ * cgroup in bfqq and getting a reference to it, reducing the lookup -+ * time here, at the price of slightly more complex code. -+ */ -+static struct bfq_group *__bfq_bic_change_cgroup(struct bfq_data *bfqd, -+ struct bfq_io_cq *bic, -+ struct blkcg *blkcg) -+{ -+ struct bfq_queue *async_bfqq = bic_to_bfqq(bic, 0); -+ struct bfq_queue *sync_bfqq = bic_to_bfqq(bic, 1); -+ struct bfq_group *bfqg; -+ struct bfq_entity *entity; -+ -+ lockdep_assert_held(bfqd->queue->queue_lock); -+ -+ bfqg = bfq_find_alloc_group(bfqd, blkcg); -+ if (async_bfqq) { -+ entity = &async_bfqq->entity; -+ -+ if (entity->sched_data != &bfqg->sched_data) { -+ bic_set_bfqq(bic, NULL, 0); -+ bfq_log_bfqq(bfqd, async_bfqq, -+ "bic_change_group: %p %d", -+ async_bfqq, atomic_read(&async_bfqq->ref)); -+ bfq_put_queue(async_bfqq); -+ } -+ } -+ -+ if (sync_bfqq) { -+ entity = &sync_bfqq->entity; -+ if (entity->sched_data != &bfqg->sched_data) -+ bfq_bfqq_move(bfqd, sync_bfqq, entity, bfqg); -+ } -+ -+ return bfqg; -+} -+ -+static void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) -+{ -+ struct bfq_data *bfqd = bic_to_bfqd(bic); -+ struct blkcg *blkcg; -+ struct bfq_group *bfqg = NULL; -+ uint64_t id; -+ -+ rcu_read_lock(); -+ blkcg = bio_blkcg(bio); -+ id = blkcg->css.serial_nr; -+ rcu_read_unlock(); -+ -+ /* -+ * Check whether blkcg has changed. The condition may trigger -+ * spuriously on a newly created cic but there's no harm. -+ */ -+ if (unlikely(!bfqd) || likely(bic->blkcg_id == id)) -+ return; -+ -+ bfqg = __bfq_bic_change_cgroup(bfqd, bic, blkcg); -+ BUG_ON(!bfqg); -+ bic->blkcg_id = id; -+} -+ -+/** -+ * bfq_flush_idle_tree - deactivate any entity on the idle tree of @st. -+ * @st: the service tree being flushed. -+ */ -+static void bfq_flush_idle_tree(struct bfq_service_tree *st) -+{ -+ struct bfq_entity *entity = st->first_idle; -+ -+ for (; entity ; entity = st->first_idle) -+ __bfq_deactivate_entity(entity, 0); -+} -+ -+/** -+ * bfq_reparent_leaf_entity - move leaf entity to the root_group. -+ * @bfqd: the device data structure with the root group. -+ * @entity: the entity to move. -+ */ -+static void bfq_reparent_leaf_entity(struct bfq_data *bfqd, -+ struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ -+ BUG_ON(!bfqq); -+ bfq_bfqq_move(bfqd, bfqq, entity, bfqd->root_group); -+} -+ -+/** -+ * bfq_reparent_active_entities - move to the root group all active -+ * entities. -+ * @bfqd: the device data structure with the root group. -+ * @bfqg: the group to move from. -+ * @st: the service tree with the entities. -+ * -+ * Needs queue_lock to be taken and reference to be valid over the call. -+ */ -+static void bfq_reparent_active_entities(struct bfq_data *bfqd, -+ struct bfq_group *bfqg, -+ struct bfq_service_tree *st) -+{ -+ struct rb_root *active = &st->active; -+ struct bfq_entity *entity = NULL; -+ -+ if (!RB_EMPTY_ROOT(&st->active)) -+ entity = bfq_entity_of(rb_first(active)); -+ -+ for (; entity ; entity = bfq_entity_of(rb_first(active))) -+ bfq_reparent_leaf_entity(bfqd, entity); -+ -+ if (bfqg->sched_data.in_service_entity) -+ bfq_reparent_leaf_entity(bfqd, -+ bfqg->sched_data.in_service_entity); -+} -+ -+/** -+ * bfq_destroy_group - destroy @bfqg. -+ * @bfqg: the group being destroyed. -+ * -+ * Destroy @bfqg, making sure that it is not referenced from its parent. -+ * blkio already grabs the queue_lock for us, so no need to use RCU-based magic -+ */ -+static void bfq_pd_offline(struct blkg_policy_data *pd) -+{ -+ struct bfq_service_tree *st; -+ struct bfq_group *bfqg; -+ struct bfq_data *bfqd; -+ struct bfq_entity *entity; -+ int i; -+ -+ BUG_ON(!pd); -+ bfqg = pd_to_bfqg(pd); -+ BUG_ON(!bfqg); -+ bfqd = bfqg->bfqd; -+ BUG_ON(bfqd && !bfqd->root_group); -+ -+ entity = bfqg->my_entity; -+ -+ if (!entity) /* root group */ -+ return; -+ -+ /* -+ * Empty all service_trees belonging to this group before -+ * deactivating the group itself. -+ */ -+ for (i = 0; i < BFQ_IOPRIO_CLASSES; i++) { -+ BUG_ON(!bfqg->sched_data.service_tree); -+ st = bfqg->sched_data.service_tree + i; -+ /* -+ * The idle tree may still contain bfq_queues belonging -+ * to exited task because they never migrated to a different -+ * cgroup from the one being destroyed now. No one else -+ * can access them so it's safe to act without any lock. -+ */ -+ bfq_flush_idle_tree(st); -+ -+ /* -+ * It may happen that some queues are still active -+ * (busy) upon group destruction (if the corresponding -+ * processes have been forced to terminate). We move -+ * all the leaf entities corresponding to these queues -+ * to the root_group. -+ * Also, it may happen that the group has an entity -+ * in service, which is disconnected from the active -+ * tree: it must be moved, too. -+ * There is no need to put the sync queues, as the -+ * scheduler has taken no reference. -+ */ -+ bfq_reparent_active_entities(bfqd, bfqg, st); -+ BUG_ON(!RB_EMPTY_ROOT(&st->active)); -+ BUG_ON(!RB_EMPTY_ROOT(&st->idle)); -+ } -+ BUG_ON(bfqg->sched_data.next_in_service); -+ BUG_ON(bfqg->sched_data.in_service_entity); -+ -+ __bfq_deactivate_entity(entity, 0); -+ bfq_put_async_queues(bfqd, bfqg); -+ BUG_ON(entity->tree); -+ -+ bfqg_stats_xfer_dead(bfqg); -+} -+ -+static void bfq_end_wr_async(struct bfq_data *bfqd) -+{ -+ struct blkcg_gq *blkg; -+ -+ list_for_each_entry(blkg, &bfqd->queue->blkg_list, q_node) { -+ struct bfq_group *bfqg = blkg_to_bfqg(blkg); -+ -+ bfq_end_wr_async_queues(bfqd, bfqg); -+ } -+ bfq_end_wr_async_queues(bfqd, bfqd->root_group); -+} -+ -+static u64 bfqio_cgroup_weight_read(struct cgroup_subsys_state *css, -+ struct cftype *cftype) -+{ -+ struct blkcg *blkcg = css_to_blkcg(css); -+ struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); -+ int ret = -EINVAL; -+ -+ spin_lock_irq(&blkcg->lock); -+ ret = bfqgd->weight; -+ spin_unlock_irq(&blkcg->lock); -+ -+ return ret; -+} -+ -+static int bfqio_cgroup_weight_read_dfl(struct seq_file *sf, void *v) -+{ -+ struct blkcg *blkcg = css_to_blkcg(seq_css(sf)); -+ struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); -+ -+ spin_lock_irq(&blkcg->lock); -+ seq_printf(sf, "%u\n", bfqgd->weight); -+ spin_unlock_irq(&blkcg->lock); -+ -+ return 0; -+} -+ -+static int bfqio_cgroup_weight_write(struct cgroup_subsys_state *css, -+ struct cftype *cftype, -+ u64 val) -+{ -+ struct blkcg *blkcg = css_to_blkcg(css); -+ struct bfq_group_data *bfqgd = blkcg_to_bfqgd(blkcg); -+ struct blkcg_gq *blkg; -+ int ret = -EINVAL; -+ -+ if (val < BFQ_MIN_WEIGHT || val > BFQ_MAX_WEIGHT) -+ return ret; -+ -+ ret = 0; -+ spin_lock_irq(&blkcg->lock); -+ bfqgd->weight = (unsigned short)val; -+ hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { -+ struct bfq_group *bfqg = blkg_to_bfqg(blkg); -+ -+ if (!bfqg) -+ continue; -+ /* -+ * Setting the prio_changed flag of the entity -+ * to 1 with new_weight == weight would re-set -+ * the value of the weight to its ioprio mapping. -+ * Set the flag only if necessary. -+ */ -+ if ((unsigned short)val != bfqg->entity.new_weight) { -+ bfqg->entity.new_weight = (unsigned short)val; -+ /* -+ * Make sure that the above new value has been -+ * stored in bfqg->entity.new_weight before -+ * setting the prio_changed flag. In fact, -+ * this flag may be read asynchronously (in -+ * critical sections protected by a different -+ * lock than that held here), and finding this -+ * flag set may cause the execution of the code -+ * for updating parameters whose value may -+ * depend also on bfqg->entity.new_weight (in -+ * __bfq_entity_update_weight_prio). -+ * This barrier makes sure that the new value -+ * of bfqg->entity.new_weight is correctly -+ * seen in that code. -+ */ -+ smp_wmb(); -+ bfqg->entity.prio_changed = 1; -+ } -+ } -+ spin_unlock_irq(&blkcg->lock); -+ -+ return ret; -+} -+ -+static ssize_t bfqio_cgroup_weight_write_dfl(struct kernfs_open_file *of, -+ char *buf, size_t nbytes, -+ loff_t off) -+{ -+ /* First unsigned long found in the file is used */ -+ return bfqio_cgroup_weight_write(of_css(of), NULL, -+ simple_strtoull(strim(buf), NULL, 0)); -+} -+ -+static int bfqg_print_stat(struct seq_file *sf, void *v) -+{ -+ blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), blkg_prfill_stat, -+ &blkcg_policy_bfq, seq_cft(sf)->private, false); -+ return 0; -+} -+ -+static int bfqg_print_rwstat(struct seq_file *sf, void *v) -+{ -+ blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), blkg_prfill_rwstat, -+ &blkcg_policy_bfq, seq_cft(sf)->private, true); -+ return 0; -+} -+ -+static u64 bfqg_prfill_stat_recursive(struct seq_file *sf, -+ struct blkg_policy_data *pd, int off) -+{ -+ u64 sum = bfqg_stat_pd_recursive_sum(pd, off); -+ -+ return __blkg_prfill_u64(sf, pd, sum); -+} -+ -+static u64 bfqg_prfill_rwstat_recursive(struct seq_file *sf, -+ struct blkg_policy_data *pd, int off) -+{ -+ struct blkg_rwstat sum = bfqg_rwstat_pd_recursive_sum(pd, off); -+ -+ return __blkg_prfill_rwstat(sf, pd, &sum); -+} -+ -+static int bfqg_print_stat_recursive(struct seq_file *sf, void *v) -+{ -+ blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), -+ bfqg_prfill_stat_recursive, &blkcg_policy_bfq, -+ seq_cft(sf)->private, false); -+ return 0; -+} -+ -+static int bfqg_print_rwstat_recursive(struct seq_file *sf, void *v) -+{ -+ blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), -+ bfqg_prfill_rwstat_recursive, &blkcg_policy_bfq, -+ seq_cft(sf)->private, true); -+ return 0; -+} -+ -+static u64 bfqg_prfill_avg_queue_size(struct seq_file *sf, -+ struct blkg_policy_data *pd, int off) -+{ -+ struct bfq_group *bfqg = pd_to_bfqg(pd); -+ u64 samples = blkg_stat_read(&bfqg->stats.avg_queue_size_samples); -+ u64 v = 0; -+ -+ if (samples) { -+ v = blkg_stat_read(&bfqg->stats.avg_queue_size_sum); -+ v = div64_u64(v, samples); -+ } -+ __blkg_prfill_u64(sf, pd, v); -+ return 0; -+} -+ -+/* print avg_queue_size */ -+static int bfqg_print_avg_queue_size(struct seq_file *sf, void *v) -+{ -+ blkcg_print_blkgs(sf, css_to_blkcg(seq_css(sf)), -+ bfqg_prfill_avg_queue_size, &blkcg_policy_bfq, -+ 0, false); -+ return 0; -+} -+ -+static struct bfq_group * -+bfq_create_group_hierarchy(struct bfq_data *bfqd, int node) -+{ -+ int ret; -+ -+ ret = blkcg_activate_policy(bfqd->queue, &blkcg_policy_bfq); -+ if (ret) -+ return NULL; -+ -+ return blkg_to_bfqg(bfqd->queue->root_blkg); -+} -+ -+static struct blkcg_policy_data *bfq_cpd_alloc(gfp_t gfp) -+{ -+ struct bfq_group_data *bgd; -+ -+ bgd = kzalloc(sizeof(*bgd), GFP_KERNEL); -+ if (!bgd) -+ return NULL; -+ return &bgd->pd; -+} -+ -+static void bfq_cpd_free(struct blkcg_policy_data *cpd) -+{ -+ kfree(cpd_to_bfqgd(cpd)); -+} -+ -+static struct cftype bfqio_files_dfl[] = { -+ { -+ .name = "weight", -+ .flags = CFTYPE_NOT_ON_ROOT, -+ .seq_show = bfqio_cgroup_weight_read_dfl, -+ .write = bfqio_cgroup_weight_write_dfl, -+ }, -+ {} /* terminate */ -+}; -+ -+static struct cftype bfqio_files[] = { -+ { -+ .name = "bfq.weight", -+ .read_u64 = bfqio_cgroup_weight_read, -+ .write_u64 = bfqio_cgroup_weight_write, -+ }, -+ /* statistics, cover only the tasks in the bfqg */ -+ { -+ .name = "bfq.time", -+ .private = offsetof(struct bfq_group, stats.time), -+ .seq_show = bfqg_print_stat, -+ }, -+ { -+ .name = "bfq.sectors", -+ .private = offsetof(struct bfq_group, stats.sectors), -+ .seq_show = bfqg_print_stat, -+ }, -+ { -+ .name = "bfq.io_service_bytes", -+ .private = offsetof(struct bfq_group, stats.service_bytes), -+ .seq_show = bfqg_print_rwstat, -+ }, -+ { -+ .name = "bfq.io_serviced", -+ .private = offsetof(struct bfq_group, stats.serviced), -+ .seq_show = bfqg_print_rwstat, -+ }, -+ { -+ .name = "bfq.io_service_time", -+ .private = offsetof(struct bfq_group, stats.service_time), -+ .seq_show = bfqg_print_rwstat, -+ }, -+ { -+ .name = "bfq.io_wait_time", -+ .private = offsetof(struct bfq_group, stats.wait_time), -+ .seq_show = bfqg_print_rwstat, -+ }, -+ { -+ .name = "bfq.io_merged", -+ .private = offsetof(struct bfq_group, stats.merged), -+ .seq_show = bfqg_print_rwstat, -+ }, -+ { -+ .name = "bfq.io_queued", -+ .private = offsetof(struct bfq_group, stats.queued), -+ .seq_show = bfqg_print_rwstat, -+ }, -+ -+ /* the same statictics which cover the bfqg and its descendants */ -+ { -+ .name = "bfq.time_recursive", -+ .private = offsetof(struct bfq_group, stats.time), -+ .seq_show = bfqg_print_stat_recursive, -+ }, -+ { -+ .name = "bfq.sectors_recursive", -+ .private = offsetof(struct bfq_group, stats.sectors), -+ .seq_show = bfqg_print_stat_recursive, -+ }, -+ { -+ .name = "bfq.io_service_bytes_recursive", -+ .private = offsetof(struct bfq_group, stats.service_bytes), -+ .seq_show = bfqg_print_rwstat_recursive, -+ }, -+ { -+ .name = "bfq.io_serviced_recursive", -+ .private = offsetof(struct bfq_group, stats.serviced), -+ .seq_show = bfqg_print_rwstat_recursive, -+ }, -+ { -+ .name = "bfq.io_service_time_recursive", -+ .private = offsetof(struct bfq_group, stats.service_time), -+ .seq_show = bfqg_print_rwstat_recursive, -+ }, -+ { -+ .name = "bfq.io_wait_time_recursive", -+ .private = offsetof(struct bfq_group, stats.wait_time), -+ .seq_show = bfqg_print_rwstat_recursive, -+ }, -+ { -+ .name = "bfq.io_merged_recursive", -+ .private = offsetof(struct bfq_group, stats.merged), -+ .seq_show = bfqg_print_rwstat_recursive, -+ }, -+ { -+ .name = "bfq.io_queued_recursive", -+ .private = offsetof(struct bfq_group, stats.queued), -+ .seq_show = bfqg_print_rwstat_recursive, -+ }, -+ { -+ .name = "bfq.avg_queue_size", -+ .seq_show = bfqg_print_avg_queue_size, -+ }, -+ { -+ .name = "bfq.group_wait_time", -+ .private = offsetof(struct bfq_group, stats.group_wait_time), -+ .seq_show = bfqg_print_stat, -+ }, -+ { -+ .name = "bfq.idle_time", -+ .private = offsetof(struct bfq_group, stats.idle_time), -+ .seq_show = bfqg_print_stat, -+ }, -+ { -+ .name = "bfq.empty_time", -+ .private = offsetof(struct bfq_group, stats.empty_time), -+ .seq_show = bfqg_print_stat, -+ }, -+ { -+ .name = "bfq.dequeue", -+ .private = offsetof(struct bfq_group, stats.dequeue), -+ .seq_show = bfqg_print_stat, -+ }, -+ { -+ .name = "bfq.unaccounted_time", -+ .private = offsetof(struct bfq_group, stats.unaccounted_time), -+ .seq_show = bfqg_print_stat, -+ }, -+ { } /* terminate */ -+}; -+ -+static struct blkcg_policy blkcg_policy_bfq = { -+ .dfl_cftypes = bfqio_files_dfl, -+ .legacy_cftypes = bfqio_files, -+ -+ .pd_alloc_fn = bfq_pd_alloc, -+ .pd_init_fn = bfq_pd_init, -+ .pd_offline_fn = bfq_pd_offline, -+ .pd_free_fn = bfq_pd_free, -+ .pd_reset_stats_fn = bfq_pd_reset_stats, -+ -+ .cpd_alloc_fn = bfq_cpd_alloc, -+ .cpd_init_fn = bfq_cpd_init, -+ .cpd_bind_fn = bfq_cpd_init, -+ .cpd_free_fn = bfq_cpd_free, -+}; -+ -+#else -+ -+static void bfq_init_entity(struct bfq_entity *entity, -+ struct bfq_group *bfqg) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ -+ entity->weight = entity->new_weight; -+ entity->orig_weight = entity->new_weight; -+ if (bfqq) { -+ bfqq->ioprio = bfqq->new_ioprio; -+ bfqq->ioprio_class = bfqq->new_ioprio_class; -+ } -+ entity->sched_data = &bfqg->sched_data; -+} -+ -+static struct bfq_group * -+bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) -+{ -+ struct bfq_data *bfqd = bic_to_bfqd(bic); -+ -+ return bfqd->root_group; -+} -+ -+static void bfq_bfqq_move(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ struct bfq_entity *entity, -+ struct bfq_group *bfqg) -+{ -+} -+ -+static void bfq_end_wr_async(struct bfq_data *bfqd) -+{ -+ bfq_end_wr_async_queues(bfqd, bfqd->root_group); -+} -+ -+static void bfq_disconnect_groups(struct bfq_data *bfqd) -+{ -+ bfq_put_async_queues(bfqd, bfqd->root_group); -+} -+ -+static struct bfq_group *bfq_find_alloc_group(struct bfq_data *bfqd, -+ struct blkcg *blkcg) -+{ -+ return bfqd->root_group; -+} -+ -+static struct bfq_group * -+bfq_create_group_hierarchy(struct bfq_data *bfqd, int node) -+{ -+ struct bfq_group *bfqg; -+ int i; -+ -+ bfqg = kmalloc_node(sizeof(*bfqg), GFP_KERNEL | __GFP_ZERO, node); -+ if (!bfqg) -+ return NULL; -+ -+ for (i = 0; i < BFQ_IOPRIO_CLASSES; i++) -+ bfqg->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; -+ -+ return bfqg; -+} -+#endif -diff --git a/block/bfq-ioc.c b/block/bfq-ioc.c -new file mode 100644 -index 0000000..fb7bb8f ---- /dev/null -+++ b/block/bfq-ioc.c -@@ -0,0 +1,36 @@ -+/* -+ * BFQ: I/O context handling. -+ * -+ * Based on ideas and code from CFQ: -+ * Copyright (C) 2003 Jens Axboe -+ * -+ * Copyright (C) 2008 Fabio Checconi -+ * Paolo Valente -+ * -+ * Copyright (C) 2010 Paolo Valente -+ */ -+ -+/** -+ * icq_to_bic - convert iocontext queue structure to bfq_io_cq. -+ * @icq: the iocontext queue. -+ */ -+static struct bfq_io_cq *icq_to_bic(struct io_cq *icq) -+{ -+ /* bic->icq is the first member, %NULL will convert to %NULL */ -+ return container_of(icq, struct bfq_io_cq, icq); -+} -+ -+/** -+ * bfq_bic_lookup - search into @ioc a bic associated to @bfqd. -+ * @bfqd: the lookup key. -+ * @ioc: the io_context of the process doing I/O. -+ * -+ * Queue lock must be held. -+ */ -+static struct bfq_io_cq *bfq_bic_lookup(struct bfq_data *bfqd, -+ struct io_context *ioc) -+{ -+ if (ioc) -+ return icq_to_bic(ioc_lookup_icq(ioc, bfqd->queue)); -+ return NULL; -+} -diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c -new file mode 100644 -index 0000000..85e2169 ---- /dev/null -+++ b/block/bfq-iosched.c -@@ -0,0 +1,3763 @@ -+/* -+ * Budget Fair Queueing (BFQ) disk scheduler. -+ * -+ * Based on ideas and code from CFQ: -+ * Copyright (C) 2003 Jens Axboe -+ * -+ * Copyright (C) 2008 Fabio Checconi -+ * Paolo Valente -+ * -+ * Copyright (C) 2010 Paolo Valente -+ * -+ * Licensed under the GPL-2 as detailed in the accompanying COPYING.BFQ -+ * file. -+ * -+ * BFQ is a proportional-share storage-I/O scheduling algorithm based on -+ * the slice-by-slice service scheme of CFQ. But BFQ assigns budgets, -+ * measured in number of sectors, to processes instead of time slices. The -+ * device is not granted to the in-service process for a given time slice, -+ * but until it has exhausted its assigned budget. This change from the time -+ * to the service domain allows BFQ to distribute the device throughput -+ * among processes as desired, without any distortion due to ZBR, workload -+ * fluctuations or other factors. BFQ uses an ad hoc internal scheduler, -+ * called B-WF2Q+, to schedule processes according to their budgets. More -+ * precisely, BFQ schedules queues associated to processes. Thanks to the -+ * accurate policy of B-WF2Q+, BFQ can afford to assign high budgets to -+ * I/O-bound processes issuing sequential requests (to boost the -+ * throughput), and yet guarantee a low latency to interactive and soft -+ * real-time applications. -+ * -+ * BFQ is described in [1], where also a reference to the initial, more -+ * theoretical paper on BFQ can be found. The interested reader can find -+ * in the latter paper full details on the main algorithm, as well as -+ * formulas of the guarantees and formal proofs of all the properties. -+ * With respect to the version of BFQ presented in these papers, this -+ * implementation adds a few more heuristics, such as the one that -+ * guarantees a low latency to soft real-time applications, and a -+ * hierarchical extension based on H-WF2Q+. -+ * -+ * B-WF2Q+ is based on WF2Q+, that is described in [2], together with -+ * H-WF2Q+, while the augmented tree used to implement B-WF2Q+ with O(log N) -+ * complexity derives from the one introduced with EEVDF in [3]. -+ * -+ * [1] P. Valente and M. Andreolini, ``Improving Application Responsiveness -+ * with the BFQ Disk I/O Scheduler'', -+ * Proceedings of the 5th Annual International Systems and Storage -+ * Conference (SYSTOR '12), June 2012. -+ * -+ * http://algogroup.unimo.it/people/paolo/disk_sched/bf1-v1-suite-results.pdf -+ * -+ * [2] Jon C.R. Bennett and H. Zhang, ``Hierarchical Packet Fair Queueing -+ * Algorithms,'' IEEE/ACM Transactions on Networking, 5(5):675-689, -+ * Oct 1997. -+ * -+ * http://www.cs.cmu.edu/~hzhang/papers/TON-97-Oct.ps.gz -+ * -+ * [3] I. Stoica and H. Abdel-Wahab, ``Earliest Eligible Virtual Deadline -+ * First: A Flexible and Accurate Mechanism for Proportional Share -+ * Resource Allocation,'' technical report. -+ * -+ * http://www.cs.berkeley.edu/~istoica/papers/eevdf-tr-95.pdf -+ */ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include "bfq.h" -+#include "blk.h" -+ -+/* Expiration time of sync (0) and async (1) requests, in jiffies. */ -+static const int bfq_fifo_expire[2] = { HZ / 4, HZ / 8 }; -+ -+/* Maximum backwards seek, in KiB. */ -+static const int bfq_back_max = 16 * 1024; -+ -+/* Penalty of a backwards seek, in number of sectors. */ -+static const int bfq_back_penalty = 2; -+ -+/* Idling period duration, in jiffies. */ -+static int bfq_slice_idle = HZ / 125; -+ -+/* Minimum number of assigned budgets for which stats are safe to compute. */ -+static const int bfq_stats_min_budgets = 194; -+ -+/* Default maximum budget values, in sectors and number of requests. */ -+static const int bfq_default_max_budget = 16 * 1024; -+static const int bfq_max_budget_async_rq = 4; -+ -+/* -+ * Async to sync throughput distribution is controlled as follows: -+ * when an async request is served, the entity is charged the number -+ * of sectors of the request, multiplied by the factor below -+ */ -+static const int bfq_async_charge_factor = 10; -+ -+/* Default timeout values, in jiffies, approximating CFQ defaults. */ -+static const int bfq_timeout_sync = HZ / 8; -+static int bfq_timeout_async = HZ / 25; -+ -+struct kmem_cache *bfq_pool; -+ -+/* Below this threshold (in ms), we consider thinktime immediate. */ -+#define BFQ_MIN_TT 2 -+ -+/* hw_tag detection: parallel requests threshold and min samples needed. */ -+#define BFQ_HW_QUEUE_THRESHOLD 4 -+#define BFQ_HW_QUEUE_SAMPLES 32 -+ -+#define BFQQ_SEEK_THR (sector_t)(8 * 1024) -+#define BFQQ_SEEKY(bfqq) ((bfqq)->seek_mean > BFQQ_SEEK_THR) -+ -+/* Min samples used for peak rate estimation (for autotuning). */ -+#define BFQ_PEAK_RATE_SAMPLES 32 -+ -+/* Shift used for peak rate fixed precision calculations. */ -+#define BFQ_RATE_SHIFT 16 -+ -+/* -+ * By default, BFQ computes the duration of the weight raising for -+ * interactive applications automatically, using the following formula: -+ * duration = (R / r) * T, where r is the peak rate of the device, and -+ * R and T are two reference parameters. -+ * In particular, R is the peak rate of the reference device (see below), -+ * and T is a reference time: given the systems that are likely to be -+ * installed on the reference device according to its speed class, T is -+ * about the maximum time needed, under BFQ and while reading two files in -+ * parallel, to load typical large applications on these systems. -+ * In practice, the slower/faster the device at hand is, the more/less it -+ * takes to load applications with respect to the reference device. -+ * Accordingly, the longer/shorter BFQ grants weight raising to interactive -+ * applications. -+ * -+ * BFQ uses four different reference pairs (R, T), depending on: -+ * . whether the device is rotational or non-rotational; -+ * . whether the device is slow, such as old or portable HDDs, as well as -+ * SD cards, or fast, such as newer HDDs and SSDs. -+ * -+ * The device's speed class is dynamically (re)detected in -+ * bfq_update_peak_rate() every time the estimated peak rate is updated. -+ * -+ * In the following definitions, R_slow[0]/R_fast[0] and T_slow[0]/T_fast[0] -+ * are the reference values for a slow/fast rotational device, whereas -+ * R_slow[1]/R_fast[1] and T_slow[1]/T_fast[1] are the reference values for -+ * a slow/fast non-rotational device. Finally, device_speed_thresh are the -+ * thresholds used to switch between speed classes. -+ * Both the reference peak rates and the thresholds are measured in -+ * sectors/usec, left-shifted by BFQ_RATE_SHIFT. -+ */ -+static int R_slow[2] = {1536, 10752}; -+static int R_fast[2] = {17415, 34791}; -+/* -+ * To improve readability, a conversion function is used to initialize the -+ * following arrays, which entails that they can be initialized only in a -+ * function. -+ */ -+static int T_slow[2]; -+static int T_fast[2]; -+static int device_speed_thresh[2]; -+ -+#define BFQ_SERVICE_TREE_INIT ((struct bfq_service_tree) \ -+ { RB_ROOT, RB_ROOT, NULL, NULL, 0, 0 }) -+ -+#define RQ_BIC(rq) ((struct bfq_io_cq *) (rq)->elv.priv[0]) -+#define RQ_BFQQ(rq) ((rq)->elv.priv[1]) -+ -+static void bfq_schedule_dispatch(struct bfq_data *bfqd); -+ -+#include "bfq-ioc.c" -+#include "bfq-sched.c" -+#include "bfq-cgroup.c" -+ -+#define bfq_class_idle(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_IDLE) -+#define bfq_class_rt(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_RT) -+ -+#define bfq_sample_valid(samples) ((samples) > 80) -+ -+/* -+ * We regard a request as SYNC, if either it's a read or has the SYNC bit -+ * set (in which case it could also be a direct WRITE). -+ */ -+static int bfq_bio_sync(struct bio *bio) -+{ -+ if (bio_data_dir(bio) == READ || (bio->bi_rw & REQ_SYNC)) -+ return 1; -+ -+ return 0; -+} -+ -+/* -+ * Scheduler run of queue, if there are requests pending and no one in the -+ * driver that will restart queueing. -+ */ -+static void bfq_schedule_dispatch(struct bfq_data *bfqd) -+{ -+ if (bfqd->queued != 0) { -+ bfq_log(bfqd, "schedule dispatch"); -+ kblockd_schedule_work(&bfqd->unplug_work); -+ } -+} -+ -+/* -+ * Lifted from AS - choose which of rq1 and rq2 that is best served now. -+ * We choose the request that is closesr to the head right now. Distance -+ * behind the head is penalized and only allowed to a certain extent. -+ */ -+static struct request *bfq_choose_req(struct bfq_data *bfqd, -+ struct request *rq1, -+ struct request *rq2, -+ sector_t last) -+{ -+ sector_t s1, s2, d1 = 0, d2 = 0; -+ unsigned long back_max; -+#define BFQ_RQ1_WRAP 0x01 /* request 1 wraps */ -+#define BFQ_RQ2_WRAP 0x02 /* request 2 wraps */ -+ unsigned int wrap = 0; /* bit mask: requests behind the disk head? */ -+ -+ if (!rq1 || rq1 == rq2) -+ return rq2; -+ if (!rq2) -+ return rq1; -+ -+ if (rq_is_sync(rq1) && !rq_is_sync(rq2)) -+ return rq1; -+ else if (rq_is_sync(rq2) && !rq_is_sync(rq1)) -+ return rq2; -+ if ((rq1->cmd_flags & REQ_META) && !(rq2->cmd_flags & REQ_META)) -+ return rq1; -+ else if ((rq2->cmd_flags & REQ_META) && !(rq1->cmd_flags & REQ_META)) -+ return rq2; -+ -+ s1 = blk_rq_pos(rq1); -+ s2 = blk_rq_pos(rq2); -+ -+ /* -+ * By definition, 1KiB is 2 sectors. -+ */ -+ back_max = bfqd->bfq_back_max * 2; -+ -+ /* -+ * Strict one way elevator _except_ in the case where we allow -+ * short backward seeks which are biased as twice the cost of a -+ * similar forward seek. -+ */ -+ if (s1 >= last) -+ d1 = s1 - last; -+ else if (s1 + back_max >= last) -+ d1 = (last - s1) * bfqd->bfq_back_penalty; -+ else -+ wrap |= BFQ_RQ1_WRAP; -+ -+ if (s2 >= last) -+ d2 = s2 - last; -+ else if (s2 + back_max >= last) -+ d2 = (last - s2) * bfqd->bfq_back_penalty; -+ else -+ wrap |= BFQ_RQ2_WRAP; -+ -+ /* Found required data */ -+ -+ /* -+ * By doing switch() on the bit mask "wrap" we avoid having to -+ * check two variables for all permutations: --> faster! -+ */ -+ switch (wrap) { -+ case 0: /* common case for CFQ: rq1 and rq2 not wrapped */ -+ if (d1 < d2) -+ return rq1; -+ else if (d2 < d1) -+ return rq2; -+ -+ if (s1 >= s2) -+ return rq1; -+ else -+ return rq2; -+ -+ case BFQ_RQ2_WRAP: -+ return rq1; -+ case BFQ_RQ1_WRAP: -+ return rq2; -+ case (BFQ_RQ1_WRAP|BFQ_RQ2_WRAP): /* both rqs wrapped */ -+ default: -+ /* -+ * Since both rqs are wrapped, -+ * start with the one that's further behind head -+ * (--> only *one* back seek required), -+ * since back seek takes more time than forward. -+ */ -+ if (s1 <= s2) -+ return rq1; -+ else -+ return rq2; -+ } -+} -+ -+/* -+ * Tell whether there are active queues or groups with differentiated weights. -+ */ -+static bool bfq_differentiated_weights(struct bfq_data *bfqd) -+{ -+ /* -+ * For weights to differ, at least one of the trees must contain -+ * at least two nodes. -+ */ -+ return (!RB_EMPTY_ROOT(&bfqd->queue_weights_tree) && -+ (bfqd->queue_weights_tree.rb_node->rb_left || -+ bfqd->queue_weights_tree.rb_node->rb_right) -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ ) || -+ (!RB_EMPTY_ROOT(&bfqd->group_weights_tree) && -+ (bfqd->group_weights_tree.rb_node->rb_left || -+ bfqd->group_weights_tree.rb_node->rb_right) -+#endif -+ ); -+} -+ -+/* -+ * The following function returns true if every queue must receive the -+ * same share of the throughput (this condition is used when deciding -+ * whether idling may be disabled, see the comments in the function -+ * bfq_bfqq_may_idle()). -+ * -+ * Such a scenario occurs when: -+ * 1) all active queues have the same weight, -+ * 2) all active groups at the same level in the groups tree have the same -+ * weight, -+ * 3) all active groups at the same level in the groups tree have the same -+ * number of children. -+ * -+ * Unfortunately, keeping the necessary state for evaluating exactly the -+ * above symmetry conditions would be quite complex and time-consuming. -+ * Therefore this function evaluates, instead, the following stronger -+ * sub-conditions, for which it is much easier to maintain the needed -+ * state: -+ * 1) all active queues have the same weight, -+ * 2) all active groups have the same weight, -+ * 3) all active groups have at most one active child each. -+ * In particular, the last two conditions are always true if hierarchical -+ * support and the cgroups interface are not enabled, thus no state needs -+ * to be maintained in this case. -+ */ -+static bool bfq_symmetric_scenario(struct bfq_data *bfqd) -+{ -+ return -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ !bfqd->active_numerous_groups && -+#endif -+ !bfq_differentiated_weights(bfqd); -+} -+ -+/* -+ * If the weight-counter tree passed as input contains no counter for -+ * the weight of the input entity, then add that counter; otherwise just -+ * increment the existing counter. -+ * -+ * Note that weight-counter trees contain few nodes in mostly symmetric -+ * scenarios. For example, if all queues have the same weight, then the -+ * weight-counter tree for the queues may contain at most one node. -+ * This holds even if low_latency is on, because weight-raised queues -+ * are not inserted in the tree. -+ * In most scenarios, the rate at which nodes are created/destroyed -+ * should be low too. -+ */ -+static void bfq_weights_tree_add(struct bfq_data *bfqd, -+ struct bfq_entity *entity, -+ struct rb_root *root) -+{ -+ struct rb_node **new = &(root->rb_node), *parent = NULL; -+ -+ /* -+ * Do not insert if the entity is already associated with a -+ * counter, which happens if: -+ * 1) the entity is associated with a queue, -+ * 2) a request arrival has caused the queue to become both -+ * non-weight-raised, and hence change its weight, and -+ * backlogged; in this respect, each of the two events -+ * causes an invocation of this function, -+ * 3) this is the invocation of this function caused by the -+ * second event. This second invocation is actually useless, -+ * and we handle this fact by exiting immediately. More -+ * efficient or clearer solutions might possibly be adopted. -+ */ -+ if (entity->weight_counter) -+ return; -+ -+ while (*new) { -+ struct bfq_weight_counter *__counter = container_of(*new, -+ struct bfq_weight_counter, -+ weights_node); -+ parent = *new; -+ -+ if (entity->weight == __counter->weight) { -+ entity->weight_counter = __counter; -+ goto inc_counter; -+ } -+ if (entity->weight < __counter->weight) -+ new = &((*new)->rb_left); -+ else -+ new = &((*new)->rb_right); -+ } -+ -+ entity->weight_counter = kzalloc(sizeof(struct bfq_weight_counter), -+ GFP_ATOMIC); -+ entity->weight_counter->weight = entity->weight; -+ rb_link_node(&entity->weight_counter->weights_node, parent, new); -+ rb_insert_color(&entity->weight_counter->weights_node, root); -+ -+inc_counter: -+ entity->weight_counter->num_active++; -+} -+ -+/* -+ * Decrement the weight counter associated with the entity, and, if the -+ * counter reaches 0, remove the counter from the tree. -+ * See the comments to the function bfq_weights_tree_add() for considerations -+ * about overhead. -+ */ -+static void bfq_weights_tree_remove(struct bfq_data *bfqd, -+ struct bfq_entity *entity, -+ struct rb_root *root) -+{ -+ if (!entity->weight_counter) -+ return; -+ -+ BUG_ON(RB_EMPTY_ROOT(root)); -+ BUG_ON(entity->weight_counter->weight != entity->weight); -+ -+ BUG_ON(!entity->weight_counter->num_active); -+ entity->weight_counter->num_active--; -+ if (entity->weight_counter->num_active > 0) -+ goto reset_entity_pointer; -+ -+ rb_erase(&entity->weight_counter->weights_node, root); -+ kfree(entity->weight_counter); -+ -+reset_entity_pointer: -+ entity->weight_counter = NULL; -+} -+ -+static struct request *bfq_find_next_rq(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ struct request *last) -+{ -+ struct rb_node *rbnext = rb_next(&last->rb_node); -+ struct rb_node *rbprev = rb_prev(&last->rb_node); -+ struct request *next = NULL, *prev = NULL; -+ -+ BUG_ON(RB_EMPTY_NODE(&last->rb_node)); -+ -+ if (rbprev) -+ prev = rb_entry_rq(rbprev); -+ -+ if (rbnext) -+ next = rb_entry_rq(rbnext); -+ else { -+ rbnext = rb_first(&bfqq->sort_list); -+ if (rbnext && rbnext != &last->rb_node) -+ next = rb_entry_rq(rbnext); -+ } -+ -+ return bfq_choose_req(bfqd, next, prev, blk_rq_pos(last)); -+} -+ -+/* see the definition of bfq_async_charge_factor for details */ -+static unsigned long bfq_serv_to_charge(struct request *rq, -+ struct bfq_queue *bfqq) -+{ -+ return blk_rq_sectors(rq) * -+ (1 + ((!bfq_bfqq_sync(bfqq)) * (bfqq->wr_coeff == 1) * -+ bfq_async_charge_factor)); -+} -+ -+/** -+ * bfq_updated_next_req - update the queue after a new next_rq selection. -+ * @bfqd: the device data the queue belongs to. -+ * @bfqq: the queue to update. -+ * -+ * If the first request of a queue changes we make sure that the queue -+ * has enough budget to serve at least its first request (if the -+ * request has grown). We do this because if the queue has not enough -+ * budget for its first request, it has to go through two dispatch -+ * rounds to actually get it dispatched. -+ */ -+static void bfq_updated_next_req(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ struct bfq_service_tree *st = bfq_entity_service_tree(entity); -+ struct request *next_rq = bfqq->next_rq; -+ unsigned long new_budget; -+ -+ if (!next_rq) -+ return; -+ -+ if (bfqq == bfqd->in_service_queue) -+ /* -+ * In order not to break guarantees, budgets cannot be -+ * changed after an entity has been selected. -+ */ -+ return; -+ -+ BUG_ON(entity->tree != &st->active); -+ BUG_ON(entity == entity->sched_data->in_service_entity); -+ -+ new_budget = max_t(unsigned long, bfqq->max_budget, -+ bfq_serv_to_charge(next_rq, bfqq)); -+ if (entity->budget != new_budget) { -+ entity->budget = new_budget; -+ bfq_log_bfqq(bfqd, bfqq, "updated next rq: new budget %lu", -+ new_budget); -+ bfq_activate_bfqq(bfqd, bfqq); -+ } -+} -+ -+static unsigned int bfq_wr_duration(struct bfq_data *bfqd) -+{ -+ u64 dur; -+ -+ if (bfqd->bfq_wr_max_time > 0) -+ return bfqd->bfq_wr_max_time; -+ -+ dur = bfqd->RT_prod; -+ do_div(dur, bfqd->peak_rate); -+ -+ return dur; -+} -+ -+/* Empty burst list and add just bfqq (see comments to bfq_handle_burst) */ -+static void bfq_reset_burst_list(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ struct bfq_queue *item; -+ struct hlist_node *n; -+ -+ hlist_for_each_entry_safe(item, n, &bfqd->burst_list, burst_list_node) -+ hlist_del_init(&item->burst_list_node); -+ hlist_add_head(&bfqq->burst_list_node, &bfqd->burst_list); -+ bfqd->burst_size = 1; -+} -+ -+/* Add bfqq to the list of queues in current burst (see bfq_handle_burst) */ -+static void bfq_add_to_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ /* Increment burst size to take into account also bfqq */ -+ bfqd->burst_size++; -+ -+ if (bfqd->burst_size == bfqd->bfq_large_burst_thresh) { -+ struct bfq_queue *pos, *bfqq_item; -+ struct hlist_node *n; -+ -+ /* -+ * Enough queues have been activated shortly after each -+ * other to consider this burst as large. -+ */ -+ bfqd->large_burst = true; -+ -+ /* -+ * We can now mark all queues in the burst list as -+ * belonging to a large burst. -+ */ -+ hlist_for_each_entry(bfqq_item, &bfqd->burst_list, -+ burst_list_node) -+ bfq_mark_bfqq_in_large_burst(bfqq_item); -+ bfq_mark_bfqq_in_large_burst(bfqq); -+ -+ /* -+ * From now on, and until the current burst finishes, any -+ * new queue being activated shortly after the last queue -+ * was inserted in the burst can be immediately marked as -+ * belonging to a large burst. So the burst list is not -+ * needed any more. Remove it. -+ */ -+ hlist_for_each_entry_safe(pos, n, &bfqd->burst_list, -+ burst_list_node) -+ hlist_del_init(&pos->burst_list_node); -+ } else /* burst not yet large: add bfqq to the burst list */ -+ hlist_add_head(&bfqq->burst_list_node, &bfqd->burst_list); -+} -+ -+/* -+ * If many queues happen to become active shortly after each other, then, -+ * to help the processes associated to these queues get their job done as -+ * soon as possible, it is usually better to not grant either weight-raising -+ * or device idling to these queues. In this comment we describe, firstly, -+ * the reasons why this fact holds, and, secondly, the next function, which -+ * implements the main steps needed to properly mark these queues so that -+ * they can then be treated in a different way. -+ * -+ * As for the terminology, we say that a queue becomes active, i.e., -+ * switches from idle to backlogged, either when it is created (as a -+ * consequence of the arrival of an I/O request), or, if already existing, -+ * when a new request for the queue arrives while the queue is idle. -+ * Bursts of activations, i.e., activations of different queues occurring -+ * shortly after each other, are typically caused by services or applications -+ * that spawn or reactivate many parallel threads/processes. Examples are -+ * systemd during boot or git grep. -+ * -+ * These services or applications benefit mostly from a high throughput: -+ * the quicker the requests of the activated queues are cumulatively served, -+ * the sooner the target job of these queues gets completed. As a consequence, -+ * weight-raising any of these queues, which also implies idling the device -+ * for it, is almost always counterproductive: in most cases it just lowers -+ * throughput. -+ * -+ * On the other hand, a burst of activations may be also caused by the start -+ * of an application that does not consist in a lot of parallel I/O-bound -+ * threads. In fact, with a complex application, the burst may be just a -+ * consequence of the fact that several processes need to be executed to -+ * start-up the application. To start an application as quickly as possible, -+ * the best thing to do is to privilege the I/O related to the application -+ * with respect to all other I/O. Therefore, the best strategy to start as -+ * quickly as possible an application that causes a burst of activations is -+ * to weight-raise all the queues activated during the burst. This is the -+ * exact opposite of the best strategy for the other type of bursts. -+ * -+ * In the end, to take the best action for each of the two cases, the two -+ * types of bursts need to be distinguished. Fortunately, this seems -+ * relatively easy to do, by looking at the sizes of the bursts. In -+ * particular, we found a threshold such that bursts with a larger size -+ * than that threshold are apparently caused only by services or commands -+ * such as systemd or git grep. For brevity, hereafter we call just 'large' -+ * these bursts. BFQ *does not* weight-raise queues whose activations occur -+ * in a large burst. In addition, for each of these queues BFQ performs or -+ * does not perform idling depending on which choice boosts the throughput -+ * most. The exact choice depends on the device and request pattern at -+ * hand. -+ * -+ * Turning back to the next function, it implements all the steps needed -+ * to detect the occurrence of a large burst and to properly mark all the -+ * queues belonging to it (so that they can then be treated in a different -+ * way). This goal is achieved by maintaining a special "burst list" that -+ * holds, temporarily, the queues that belong to the burst in progress. The -+ * list is then used to mark these queues as belonging to a large burst if -+ * the burst does become large. The main steps are the following. -+ * -+ * . when the very first queue is activated, the queue is inserted into the -+ * list (as it could be the first queue in a possible burst) -+ * -+ * . if the current burst has not yet become large, and a queue Q that does -+ * not yet belong to the burst is activated shortly after the last time -+ * at which a new queue entered the burst list, then the function appends -+ * Q to the burst list -+ * -+ * . if, as a consequence of the previous step, the burst size reaches -+ * the large-burst threshold, then -+ * -+ * . all the queues in the burst list are marked as belonging to a -+ * large burst -+ * -+ * . the burst list is deleted; in fact, the burst list already served -+ * its purpose (keeping temporarily track of the queues in a burst, -+ * so as to be able to mark them as belonging to a large burst in the -+ * previous sub-step), and now is not needed any more -+ * -+ * . the device enters a large-burst mode -+ * -+ * . if a queue Q that does not belong to the burst is activated while -+ * the device is in large-burst mode and shortly after the last time -+ * at which a queue either entered the burst list or was marked as -+ * belonging to the current large burst, then Q is immediately marked -+ * as belonging to a large burst. -+ * -+ * . if a queue Q that does not belong to the burst is activated a while -+ * later, i.e., not shortly after, than the last time at which a queue -+ * either entered the burst list or was marked as belonging to the -+ * current large burst, then the current burst is deemed as finished and: -+ * -+ * . the large-burst mode is reset if set -+ * -+ * . the burst list is emptied -+ * -+ * . Q is inserted in the burst list, as Q may be the first queue -+ * in a possible new burst (then the burst list contains just Q -+ * after this step). -+ */ -+static void bfq_handle_burst(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ bool idle_for_long_time) -+{ -+ /* -+ * If bfqq happened to be activated in a burst, but has been idle -+ * for at least as long as an interactive queue, then we assume -+ * that, in the overall I/O initiated in the burst, the I/O -+ * associated to bfqq is finished. So bfqq does not need to be -+ * treated as a queue belonging to a burst anymore. Accordingly, -+ * we reset bfqq's in_large_burst flag if set, and remove bfqq -+ * from the burst list if it's there. We do not decrement instead -+ * burst_size, because the fact that bfqq does not need to belong -+ * to the burst list any more does not invalidate the fact that -+ * bfqq may have been activated during the current burst. -+ */ -+ if (idle_for_long_time) { -+ hlist_del_init(&bfqq->burst_list_node); -+ bfq_clear_bfqq_in_large_burst(bfqq); -+ } -+ -+ /* -+ * If bfqq is already in the burst list or is part of a large -+ * burst, then there is nothing else to do. -+ */ -+ if (!hlist_unhashed(&bfqq->burst_list_node) || -+ bfq_bfqq_in_large_burst(bfqq)) -+ return; -+ -+ /* -+ * If bfqq's activation happens late enough, then the current -+ * burst is finished, and related data structures must be reset. -+ * -+ * In this respect, consider the special case where bfqq is the very -+ * first queue being activated. In this case, last_ins_in_burst is -+ * not yet significant when we get here. But it is easy to verify -+ * that, whether or not the following condition is true, bfqq will -+ * end up being inserted into the burst list. In particular the -+ * list will happen to contain only bfqq. And this is exactly what -+ * has to happen, as bfqq may be the first queue in a possible -+ * burst. -+ */ -+ if (time_is_before_jiffies(bfqd->last_ins_in_burst + -+ bfqd->bfq_burst_interval)) { -+ bfqd->large_burst = false; -+ bfq_reset_burst_list(bfqd, bfqq); -+ return; -+ } -+ -+ /* -+ * If we get here, then bfqq is being activated shortly after the -+ * last queue. So, if the current burst is also large, we can mark -+ * bfqq as belonging to this large burst immediately. -+ */ -+ if (bfqd->large_burst) { -+ bfq_mark_bfqq_in_large_burst(bfqq); -+ return; -+ } -+ -+ /* -+ * If we get here, then a large-burst state has not yet been -+ * reached, but bfqq is being activated shortly after the last -+ * queue. Then we add bfqq to the burst. -+ */ -+ bfq_add_to_burst(bfqd, bfqq); -+} -+ -+static void bfq_add_request(struct request *rq) -+{ -+ struct bfq_queue *bfqq = RQ_BFQQ(rq); -+ struct bfq_entity *entity = &bfqq->entity; -+ struct bfq_data *bfqd = bfqq->bfqd; -+ struct request *next_rq, *prev; -+ unsigned long old_wr_coeff = bfqq->wr_coeff; -+ bool interactive = false; -+ -+ bfq_log_bfqq(bfqd, bfqq, "add_request %d", rq_is_sync(rq)); -+ bfqq->queued[rq_is_sync(rq)]++; -+ bfqd->queued++; -+ -+ elv_rb_add(&bfqq->sort_list, rq); -+ -+ /* -+ * Check if this request is a better next-serve candidate. -+ */ -+ prev = bfqq->next_rq; -+ next_rq = bfq_choose_req(bfqd, bfqq->next_rq, rq, bfqd->last_position); -+ BUG_ON(!next_rq); -+ bfqq->next_rq = next_rq; -+ -+ if (!bfq_bfqq_busy(bfqq)) { -+ bool soft_rt, in_burst, -+ idle_for_long_time = time_is_before_jiffies( -+ bfqq->budget_timeout + -+ bfqd->bfq_wr_min_idle_time); -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_io_add(bfqq_group(RQ_BFQQ(rq)), bfqq, -+ rq->cmd_flags); -+#endif -+ if (bfq_bfqq_sync(bfqq)) { -+ bool already_in_burst = -+ !hlist_unhashed(&bfqq->burst_list_node) || -+ bfq_bfqq_in_large_burst(bfqq); -+ bfq_handle_burst(bfqd, bfqq, idle_for_long_time); -+ /* -+ * If bfqq was not already in the current burst, -+ * then, at this point, bfqq either has been -+ * added to the current burst or has caused the -+ * current burst to terminate. In particular, in -+ * the second case, bfqq has become the first -+ * queue in a possible new burst. -+ * In both cases last_ins_in_burst needs to be -+ * moved forward. -+ */ -+ if (!already_in_burst) -+ bfqd->last_ins_in_burst = jiffies; -+ } -+ -+ in_burst = bfq_bfqq_in_large_burst(bfqq); -+ soft_rt = bfqd->bfq_wr_max_softrt_rate > 0 && -+ !in_burst && -+ time_is_before_jiffies(bfqq->soft_rt_next_start); -+ interactive = !in_burst && idle_for_long_time; -+ entity->budget = max_t(unsigned long, bfqq->max_budget, -+ bfq_serv_to_charge(next_rq, bfqq)); -+ -+ if (!bfq_bfqq_IO_bound(bfqq)) { -+ if (time_before(jiffies, -+ RQ_BIC(rq)->ttime.last_end_request + -+ bfqd->bfq_slice_idle)) { -+ bfqq->requests_within_timer++; -+ if (bfqq->requests_within_timer >= -+ bfqd->bfq_requests_within_timer) -+ bfq_mark_bfqq_IO_bound(bfqq); -+ } else -+ bfqq->requests_within_timer = 0; -+ } -+ -+ if (!bfqd->low_latency) -+ goto add_bfqq_busy; -+ -+ /* -+ * If the queue: -+ * - is not being boosted, -+ * - has been idle for enough time, -+ * - is not a sync queue or is linked to a bfq_io_cq (it is -+ * shared "for its nature" or it is not shared and its -+ * requests have not been redirected to a shared queue) -+ * start a weight-raising period. -+ */ -+ if (old_wr_coeff == 1 && (interactive || soft_rt) && -+ (!bfq_bfqq_sync(bfqq) || bfqq->bic)) { -+ bfqq->wr_coeff = bfqd->bfq_wr_coeff; -+ if (interactive) -+ bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -+ else -+ bfqq->wr_cur_max_time = -+ bfqd->bfq_wr_rt_max_time; -+ bfq_log_bfqq(bfqd, bfqq, -+ "wrais starting at %lu, rais_max_time %u", -+ jiffies, -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ } else if (old_wr_coeff > 1) { -+ if (interactive) -+ bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -+ else if (in_burst || -+ (bfqq->wr_cur_max_time == -+ bfqd->bfq_wr_rt_max_time && -+ !soft_rt)) { -+ bfqq->wr_coeff = 1; -+ bfq_log_bfqq(bfqd, bfqq, -+ "wrais ending at %lu, rais_max_time %u", -+ jiffies, -+ jiffies_to_msecs(bfqq-> -+ wr_cur_max_time)); -+ } else if (time_before( -+ bfqq->last_wr_start_finish + -+ bfqq->wr_cur_max_time, -+ jiffies + -+ bfqd->bfq_wr_rt_max_time) && -+ soft_rt) { -+ /* -+ * -+ * The remaining weight-raising time is lower -+ * than bfqd->bfq_wr_rt_max_time, which means -+ * that the application is enjoying weight -+ * raising either because deemed soft-rt in -+ * the near past, or because deemed interactive -+ * a long ago. -+ * In both cases, resetting now the current -+ * remaining weight-raising time for the -+ * application to the weight-raising duration -+ * for soft rt applications would not cause any -+ * latency increase for the application (as the -+ * new duration would be higher than the -+ * remaining time). -+ * -+ * In addition, the application is now meeting -+ * the requirements for being deemed soft rt. -+ * In the end we can correctly and safely -+ * (re)charge the weight-raising duration for -+ * the application with the weight-raising -+ * duration for soft rt applications. -+ * -+ * In particular, doing this recharge now, i.e., -+ * before the weight-raising period for the -+ * application finishes, reduces the probability -+ * of the following negative scenario: -+ * 1) the weight of a soft rt application is -+ * raised at startup (as for any newly -+ * created application), -+ * 2) since the application is not interactive, -+ * at a certain time weight-raising is -+ * stopped for the application, -+ * 3) at that time the application happens to -+ * still have pending requests, and hence -+ * is destined to not have a chance to be -+ * deemed soft rt before these requests are -+ * completed (see the comments to the -+ * function bfq_bfqq_softrt_next_start() -+ * for details on soft rt detection), -+ * 4) these pending requests experience a high -+ * latency because the application is not -+ * weight-raised while they are pending. -+ */ -+ bfqq->last_wr_start_finish = jiffies; -+ bfqq->wr_cur_max_time = -+ bfqd->bfq_wr_rt_max_time; -+ } -+ } -+ if (old_wr_coeff != bfqq->wr_coeff) -+ entity->prio_changed = 1; -+add_bfqq_busy: -+ bfqq->last_idle_bklogged = jiffies; -+ bfqq->service_from_backlogged = 0; -+ bfq_clear_bfqq_softrt_update(bfqq); -+ bfq_add_bfqq_busy(bfqd, bfqq); -+ } else { -+ if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && -+ time_is_before_jiffies( -+ bfqq->last_wr_start_finish + -+ bfqd->bfq_wr_min_inter_arr_async)) { -+ bfqq->wr_coeff = bfqd->bfq_wr_coeff; -+ bfqq->wr_cur_max_time = bfq_wr_duration(bfqd); -+ -+ bfqd->wr_busy_queues++; -+ entity->prio_changed = 1; -+ bfq_log_bfqq(bfqd, bfqq, -+ "non-idle wrais starting at %lu, rais_max_time %u", -+ jiffies, -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ } -+ if (prev != bfqq->next_rq) -+ bfq_updated_next_req(bfqd, bfqq); -+ } -+ -+ if (bfqd->low_latency && -+ (old_wr_coeff == 1 || bfqq->wr_coeff == 1 || interactive)) -+ bfqq->last_wr_start_finish = jiffies; -+} -+ -+static struct request *bfq_find_rq_fmerge(struct bfq_data *bfqd, -+ struct bio *bio) -+{ -+ struct task_struct *tsk = current; -+ struct bfq_io_cq *bic; -+ struct bfq_queue *bfqq; -+ -+ bic = bfq_bic_lookup(bfqd, tsk->io_context); -+ if (!bic) -+ return NULL; -+ -+ bfqq = bic_to_bfqq(bic, bfq_bio_sync(bio)); -+ if (bfqq) -+ return elv_rb_find(&bfqq->sort_list, bio_end_sector(bio)); -+ -+ return NULL; -+} -+ -+static void bfq_activate_request(struct request_queue *q, struct request *rq) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ -+ bfqd->rq_in_driver++; -+ bfqd->last_position = blk_rq_pos(rq) + blk_rq_sectors(rq); -+ bfq_log(bfqd, "activate_request: new bfqd->last_position %llu", -+ (unsigned long long) bfqd->last_position); -+} -+ -+static void bfq_deactivate_request(struct request_queue *q, struct request *rq) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ -+ BUG_ON(bfqd->rq_in_driver == 0); -+ bfqd->rq_in_driver--; -+} -+ -+static void bfq_remove_request(struct request *rq) -+{ -+ struct bfq_queue *bfqq = RQ_BFQQ(rq); -+ struct bfq_data *bfqd = bfqq->bfqd; -+ const int sync = rq_is_sync(rq); -+ -+ if (bfqq->next_rq == rq) { -+ bfqq->next_rq = bfq_find_next_rq(bfqd, bfqq, rq); -+ bfq_updated_next_req(bfqd, bfqq); -+ } -+ -+ if (rq->queuelist.prev != &rq->queuelist) -+ list_del_init(&rq->queuelist); -+ BUG_ON(bfqq->queued[sync] == 0); -+ bfqq->queued[sync]--; -+ bfqd->queued--; -+ elv_rb_del(&bfqq->sort_list, rq); -+ -+ if (RB_EMPTY_ROOT(&bfqq->sort_list)) { -+ if (bfq_bfqq_busy(bfqq) && bfqq != bfqd->in_service_queue) -+ bfq_del_bfqq_busy(bfqd, bfqq, 1); -+ /* -+ * Remove queue from request-position tree as it is empty. -+ */ -+ if (bfqq->pos_root) { -+ rb_erase(&bfqq->pos_node, bfqq->pos_root); -+ bfqq->pos_root = NULL; -+ } -+ } -+ -+ if (rq->cmd_flags & REQ_META) { -+ BUG_ON(bfqq->meta_pending == 0); -+ bfqq->meta_pending--; -+ } -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_io_remove(bfqq_group(bfqq), rq->cmd_flags); -+#endif -+} -+ -+static int bfq_merge(struct request_queue *q, struct request **req, -+ struct bio *bio) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ struct request *__rq; -+ -+ __rq = bfq_find_rq_fmerge(bfqd, bio); -+ if (__rq && elv_rq_merge_ok(__rq, bio)) { -+ *req = __rq; -+ return ELEVATOR_FRONT_MERGE; -+ } -+ -+ return ELEVATOR_NO_MERGE; -+} -+ -+static void bfq_merged_request(struct request_queue *q, struct request *req, -+ int type) -+{ -+ if (type == ELEVATOR_FRONT_MERGE && -+ rb_prev(&req->rb_node) && -+ blk_rq_pos(req) < -+ blk_rq_pos(container_of(rb_prev(&req->rb_node), -+ struct request, rb_node))) { -+ struct bfq_queue *bfqq = RQ_BFQQ(req); -+ struct bfq_data *bfqd = bfqq->bfqd; -+ struct request *prev, *next_rq; -+ -+ /* Reposition request in its sort_list */ -+ elv_rb_del(&bfqq->sort_list, req); -+ elv_rb_add(&bfqq->sort_list, req); -+ /* Choose next request to be served for bfqq */ -+ prev = bfqq->next_rq; -+ next_rq = bfq_choose_req(bfqd, bfqq->next_rq, req, -+ bfqd->last_position); -+ BUG_ON(!next_rq); -+ bfqq->next_rq = next_rq; -+ } -+} -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+static void bfq_bio_merged(struct request_queue *q, struct request *req, -+ struct bio *bio) -+{ -+ bfqg_stats_update_io_merged(bfqq_group(RQ_BFQQ(req)), bio->bi_rw); -+} -+#endif -+ -+static void bfq_merged_requests(struct request_queue *q, struct request *rq, -+ struct request *next) -+{ -+ struct bfq_queue *bfqq = RQ_BFQQ(rq), *next_bfqq = RQ_BFQQ(next); -+ -+ /* -+ * If next and rq belong to the same bfq_queue and next is older -+ * than rq, then reposition rq in the fifo (by substituting next -+ * with rq). Otherwise, if next and rq belong to different -+ * bfq_queues, never reposition rq: in fact, we would have to -+ * reposition it with respect to next's position in its own fifo, -+ * which would most certainly be too expensive with respect to -+ * the benefits. -+ */ -+ if (bfqq == next_bfqq && -+ !list_empty(&rq->queuelist) && !list_empty(&next->queuelist) && -+ time_before(next->fifo_time, rq->fifo_time)) { -+ list_del_init(&rq->queuelist); -+ list_replace_init(&next->queuelist, &rq->queuelist); -+ rq->fifo_time = next->fifo_time; -+ } -+ -+ if (bfqq->next_rq == next) -+ bfqq->next_rq = rq; -+ -+ bfq_remove_request(next); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_io_merged(bfqq_group(bfqq), next->cmd_flags); -+#endif -+} -+ -+/* Must be called with bfqq != NULL */ -+static void bfq_bfqq_end_wr(struct bfq_queue *bfqq) -+{ -+ BUG_ON(!bfqq); -+ if (bfq_bfqq_busy(bfqq)) -+ bfqq->bfqd->wr_busy_queues--; -+ bfqq->wr_coeff = 1; -+ bfqq->wr_cur_max_time = 0; -+ /* Trigger a weight change on the next activation of the queue */ -+ bfqq->entity.prio_changed = 1; -+} -+ -+static void bfq_end_wr_async_queues(struct bfq_data *bfqd, -+ struct bfq_group *bfqg) -+{ -+ int i, j; -+ -+ for (i = 0; i < 2; i++) -+ for (j = 0; j < IOPRIO_BE_NR; j++) -+ if (bfqg->async_bfqq[i][j]) -+ bfq_bfqq_end_wr(bfqg->async_bfqq[i][j]); -+ if (bfqg->async_idle_bfqq) -+ bfq_bfqq_end_wr(bfqg->async_idle_bfqq); -+} -+ -+static void bfq_end_wr(struct bfq_data *bfqd) -+{ -+ struct bfq_queue *bfqq; -+ -+ spin_lock_irq(bfqd->queue->queue_lock); -+ -+ list_for_each_entry(bfqq, &bfqd->active_list, bfqq_list) -+ bfq_bfqq_end_wr(bfqq); -+ list_for_each_entry(bfqq, &bfqd->idle_list, bfqq_list) -+ bfq_bfqq_end_wr(bfqq); -+ bfq_end_wr_async(bfqd); -+ -+ spin_unlock_irq(bfqd->queue->queue_lock); -+} -+ -+static int bfq_allow_merge(struct request_queue *q, struct request *rq, -+ struct bio *bio) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ struct bfq_io_cq *bic; -+ -+ /* -+ * Disallow merge of a sync bio into an async request. -+ */ -+ if (bfq_bio_sync(bio) && !rq_is_sync(rq)) -+ return 0; -+ -+ /* -+ * Lookup the bfqq that this bio will be queued with. Allow -+ * merge only if rq is queued there. -+ * Queue lock is held here. -+ */ -+ bic = bfq_bic_lookup(bfqd, current->io_context); -+ if (!bic) -+ return 0; -+ -+ return bic_to_bfqq(bic, bfq_bio_sync(bio)) == RQ_BFQQ(rq); -+} -+ -+static void __bfq_set_in_service_queue(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq) -+{ -+ if (bfqq) { -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_avg_queue_size(bfqq_group(bfqq)); -+#endif -+ bfq_mark_bfqq_must_alloc(bfqq); -+ bfq_mark_bfqq_budget_new(bfqq); -+ bfq_clear_bfqq_fifo_expire(bfqq); -+ -+ bfqd->budgets_assigned = (bfqd->budgets_assigned*7 + 256) / 8; -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "set_in_service_queue, cur-budget = %d", -+ bfqq->entity.budget); -+ } -+ -+ bfqd->in_service_queue = bfqq; -+} -+ -+/* -+ * Get and set a new queue for service. -+ */ -+static struct bfq_queue *bfq_set_in_service_queue(struct bfq_data *bfqd) -+{ -+ struct bfq_queue *bfqq = bfq_get_next_queue(bfqd); -+ -+ __bfq_set_in_service_queue(bfqd, bfqq); -+ return bfqq; -+} -+ -+/* -+ * If enough samples have been computed, return the current max budget -+ * stored in bfqd, which is dynamically updated according to the -+ * estimated disk peak rate; otherwise return the default max budget -+ */ -+static int bfq_max_budget(struct bfq_data *bfqd) -+{ -+ if (bfqd->budgets_assigned < bfq_stats_min_budgets) -+ return bfq_default_max_budget; -+ else -+ return bfqd->bfq_max_budget; -+} -+ -+/* -+ * Return min budget, which is a fraction of the current or default -+ * max budget (trying with 1/32) -+ */ -+static int bfq_min_budget(struct bfq_data *bfqd) -+{ -+ if (bfqd->budgets_assigned < bfq_stats_min_budgets) -+ return bfq_default_max_budget / 32; -+ else -+ return bfqd->bfq_max_budget / 32; -+} -+ -+static void bfq_arm_slice_timer(struct bfq_data *bfqd) -+{ -+ struct bfq_queue *bfqq = bfqd->in_service_queue; -+ struct bfq_io_cq *bic; -+ unsigned long sl; -+ -+ BUG_ON(!RB_EMPTY_ROOT(&bfqq->sort_list)); -+ -+ /* Processes have exited, don't wait. */ -+ bic = bfqd->in_service_bic; -+ if (!bic || atomic_read(&bic->icq.ioc->active_ref) == 0) -+ return; -+ -+ bfq_mark_bfqq_wait_request(bfqq); -+ -+ /* -+ * We don't want to idle for seeks, but we do want to allow -+ * fair distribution of slice time for a process doing back-to-back -+ * seeks. So allow a little bit of time for him to submit a new rq. -+ * -+ * To prevent processes with (partly) seeky workloads from -+ * being too ill-treated, grant them a small fraction of the -+ * assigned budget before reducing the waiting time to -+ * BFQ_MIN_TT. This happened to help reduce latency. -+ */ -+ sl = bfqd->bfq_slice_idle; -+ /* -+ * Unless the queue is being weight-raised or the scenario is -+ * asymmetric, grant only minimum idle time if the queue either -+ * has been seeky for long enough or has already proved to be -+ * constantly seeky. -+ */ -+ if (bfq_sample_valid(bfqq->seek_samples) && -+ ((BFQQ_SEEKY(bfqq) && bfqq->entity.service > -+ bfq_max_budget(bfqq->bfqd) / 8) || -+ bfq_bfqq_constantly_seeky(bfqq)) && bfqq->wr_coeff == 1 && -+ bfq_symmetric_scenario(bfqd)) -+ sl = min(sl, msecs_to_jiffies(BFQ_MIN_TT)); -+ else if (bfqq->wr_coeff > 1) -+ sl = sl * 3; -+ bfqd->last_idling_start = ktime_get(); -+ mod_timer(&bfqd->idle_slice_timer, jiffies + sl); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_set_start_idle_time(bfqq_group(bfqq)); -+#endif -+ bfq_log(bfqd, "arm idle: %u/%u ms", -+ jiffies_to_msecs(sl), jiffies_to_msecs(bfqd->bfq_slice_idle)); -+} -+ -+/* -+ * Set the maximum time for the in-service queue to consume its -+ * budget. This prevents seeky processes from lowering the disk -+ * throughput (always guaranteed with a time slice scheme as in CFQ). -+ */ -+static void bfq_set_budget_timeout(struct bfq_data *bfqd) -+{ -+ struct bfq_queue *bfqq = bfqd->in_service_queue; -+ unsigned int timeout_coeff; -+ -+ if (bfqq->wr_cur_max_time == bfqd->bfq_wr_rt_max_time) -+ timeout_coeff = 1; -+ else -+ timeout_coeff = bfqq->entity.weight / bfqq->entity.orig_weight; -+ -+ bfqd->last_budget_start = ktime_get(); -+ -+ bfq_clear_bfqq_budget_new(bfqq); -+ bfqq->budget_timeout = jiffies + -+ bfqd->bfq_timeout[bfq_bfqq_sync(bfqq)] * timeout_coeff; -+ -+ bfq_log_bfqq(bfqd, bfqq, "set budget_timeout %u", -+ jiffies_to_msecs(bfqd->bfq_timeout[bfq_bfqq_sync(bfqq)] * -+ timeout_coeff)); -+} -+ -+/* -+ * Move request from internal lists to the request queue dispatch list. -+ */ -+static void bfq_dispatch_insert(struct request_queue *q, struct request *rq) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ struct bfq_queue *bfqq = RQ_BFQQ(rq); -+ -+ /* -+ * For consistency, the next instruction should have been executed -+ * after removing the request from the queue and dispatching it. -+ * We execute instead this instruction before bfq_remove_request() -+ * (and hence introduce a temporary inconsistency), for efficiency. -+ * In fact, in a forced_dispatch, this prevents two counters related -+ * to bfqq->dispatched to risk to be uselessly decremented if bfqq -+ * is not in service, and then to be incremented again after -+ * incrementing bfqq->dispatched. -+ */ -+ bfqq->dispatched++; -+ bfq_remove_request(rq); -+ elv_dispatch_sort(q, rq); -+ -+ if (bfq_bfqq_sync(bfqq)) -+ bfqd->sync_flight++; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_dispatch(bfqq_group(bfqq), blk_rq_bytes(rq), -+ rq->cmd_flags); -+#endif -+} -+ -+/* -+ * Return expired entry, or NULL to just start from scratch in rbtree. -+ */ -+static struct request *bfq_check_fifo(struct bfq_queue *bfqq) -+{ -+ struct request *rq = NULL; -+ -+ if (bfq_bfqq_fifo_expire(bfqq)) -+ return NULL; -+ -+ bfq_mark_bfqq_fifo_expire(bfqq); -+ -+ if (list_empty(&bfqq->fifo)) -+ return NULL; -+ -+ rq = rq_entry_fifo(bfqq->fifo.next); -+ -+ if (time_before(jiffies, rq->fifo_time)) -+ return NULL; -+ -+ return rq; -+} -+ -+static int bfq_bfqq_budget_left(struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ return entity->budget - entity->service; -+} -+ -+static void __bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ BUG_ON(bfqq != bfqd->in_service_queue); -+ -+ __bfq_bfqd_reset_in_service(bfqd); -+ -+ if (RB_EMPTY_ROOT(&bfqq->sort_list)) { -+ /* -+ * Overloading budget_timeout field to store the time -+ * at which the queue remains with no backlog; used by -+ * the weight-raising mechanism. -+ */ -+ bfqq->budget_timeout = jiffies; -+ bfq_del_bfqq_busy(bfqd, bfqq, 1); -+ } else -+ bfq_activate_bfqq(bfqd, bfqq); -+} -+ -+/** -+ * __bfq_bfqq_recalc_budget - try to adapt the budget to the @bfqq behavior. -+ * @bfqd: device data. -+ * @bfqq: queue to update. -+ * @reason: reason for expiration. -+ * -+ * Handle the feedback on @bfqq budget at queue expiration. -+ * See the body for detailed comments. -+ */ -+static void __bfq_bfqq_recalc_budget(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ enum bfqq_expiration reason) -+{ -+ struct request *next_rq; -+ int budget, min_budget; -+ -+ budget = bfqq->max_budget; -+ min_budget = bfq_min_budget(bfqd); -+ -+ BUG_ON(bfqq != bfqd->in_service_queue); -+ -+ bfq_log_bfqq(bfqd, bfqq, "recalc_budg: last budg %d, budg left %d", -+ bfqq->entity.budget, bfq_bfqq_budget_left(bfqq)); -+ bfq_log_bfqq(bfqd, bfqq, "recalc_budg: last max_budg %d, min budg %d", -+ budget, bfq_min_budget(bfqd)); -+ bfq_log_bfqq(bfqd, bfqq, "recalc_budg: sync %d, seeky %d", -+ bfq_bfqq_sync(bfqq), BFQQ_SEEKY(bfqd->in_service_queue)); -+ -+ if (bfq_bfqq_sync(bfqq)) { -+ switch (reason) { -+ /* -+ * Caveat: in all the following cases we trade latency -+ * for throughput. -+ */ -+ case BFQ_BFQQ_TOO_IDLE: -+ /* -+ * This is the only case where we may reduce -+ * the budget: if there is no request of the -+ * process still waiting for completion, then -+ * we assume (tentatively) that the timer has -+ * expired because the batch of requests of -+ * the process could have been served with a -+ * smaller budget. Hence, betting that -+ * process will behave in the same way when it -+ * becomes backlogged again, we reduce its -+ * next budget. As long as we guess right, -+ * this budget cut reduces the latency -+ * experienced by the process. -+ * -+ * However, if there are still outstanding -+ * requests, then the process may have not yet -+ * issued its next request just because it is -+ * still waiting for the completion of some of -+ * the still outstanding ones. So in this -+ * subcase we do not reduce its budget, on the -+ * contrary we increase it to possibly boost -+ * the throughput, as discussed in the -+ * comments to the BUDGET_TIMEOUT case. -+ */ -+ if (bfqq->dispatched > 0) /* still outstanding reqs */ -+ budget = min(budget * 2, bfqd->bfq_max_budget); -+ else { -+ if (budget > 5 * min_budget) -+ budget -= 4 * min_budget; -+ else -+ budget = min_budget; -+ } -+ break; -+ case BFQ_BFQQ_BUDGET_TIMEOUT: -+ /* -+ * We double the budget here because: 1) it -+ * gives the chance to boost the throughput if -+ * this is not a seeky process (which may have -+ * bumped into this timeout because of, e.g., -+ * ZBR), 2) together with charge_full_budget -+ * it helps give seeky processes higher -+ * timestamps, and hence be served less -+ * frequently. -+ */ -+ budget = min(budget * 2, bfqd->bfq_max_budget); -+ break; -+ case BFQ_BFQQ_BUDGET_EXHAUSTED: -+ /* -+ * The process still has backlog, and did not -+ * let either the budget timeout or the disk -+ * idling timeout expire. Hence it is not -+ * seeky, has a short thinktime and may be -+ * happy with a higher budget too. So -+ * definitely increase the budget of this good -+ * candidate to boost the disk throughput. -+ */ -+ budget = min(budget * 4, bfqd->bfq_max_budget); -+ break; -+ case BFQ_BFQQ_NO_MORE_REQUESTS: -+ /* -+ * Leave the budget unchanged. -+ */ -+ default: -+ return; -+ } -+ } else -+ /* -+ * Async queues get always the maximum possible budget -+ * (their ability to dispatch is limited by -+ * @bfqd->bfq_max_budget_async_rq). -+ */ -+ budget = bfqd->bfq_max_budget; -+ -+ bfqq->max_budget = budget; -+ -+ if (bfqd->budgets_assigned >= bfq_stats_min_budgets && -+ !bfqd->bfq_user_max_budget) -+ bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); -+ -+ /* -+ * Make sure that we have enough budget for the next request. -+ * Since the finish time of the bfqq must be kept in sync with -+ * the budget, be sure to call __bfq_bfqq_expire() after the -+ * update. -+ */ -+ next_rq = bfqq->next_rq; -+ if (next_rq) -+ bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget, -+ bfq_serv_to_charge(next_rq, bfqq)); -+ else -+ bfqq->entity.budget = bfqq->max_budget; -+ -+ bfq_log_bfqq(bfqd, bfqq, "head sect: %u, new budget %d", -+ next_rq ? blk_rq_sectors(next_rq) : 0, -+ bfqq->entity.budget); -+} -+ -+static unsigned long bfq_calc_max_budget(u64 peak_rate, u64 timeout) -+{ -+ unsigned long max_budget; -+ -+ /* -+ * The max_budget calculated when autotuning is equal to the -+ * amount of sectors transfered in timeout_sync at the -+ * estimated peak rate. -+ */ -+ max_budget = (unsigned long)(peak_rate * 1000 * -+ timeout >> BFQ_RATE_SHIFT); -+ -+ return max_budget; -+} -+ -+/* -+ * In addition to updating the peak rate, checks whether the process -+ * is "slow", and returns 1 if so. This slow flag is used, in addition -+ * to the budget timeout, to reduce the amount of service provided to -+ * seeky processes, and hence reduce their chances to lower the -+ * throughput. See the code for more details. -+ */ -+static bool bfq_update_peak_rate(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ bool compensate, enum bfqq_expiration reason) -+{ -+ u64 bw, usecs, expected, timeout; -+ ktime_t delta; -+ int update = 0; -+ -+ if (!bfq_bfqq_sync(bfqq) || bfq_bfqq_budget_new(bfqq)) -+ return false; -+ -+ if (compensate) -+ delta = bfqd->last_idling_start; -+ else -+ delta = ktime_get(); -+ delta = ktime_sub(delta, bfqd->last_budget_start); -+ usecs = ktime_to_us(delta); -+ -+ /* Don't trust short/unrealistic values. */ -+ if (usecs < 100 || usecs >= LONG_MAX) -+ return false; -+ -+ /* -+ * Calculate the bandwidth for the last slice. We use a 64 bit -+ * value to store the peak rate, in sectors per usec in fixed -+ * point math. We do so to have enough precision in the estimate -+ * and to avoid overflows. -+ */ -+ bw = (u64)bfqq->entity.service << BFQ_RATE_SHIFT; -+ do_div(bw, (unsigned long)usecs); -+ -+ timeout = jiffies_to_msecs(bfqd->bfq_timeout[BLK_RW_SYNC]); -+ -+ /* -+ * Use only long (> 20ms) intervals to filter out spikes for -+ * the peak rate estimation. -+ */ -+ if (usecs > 20000) { -+ if (bw > bfqd->peak_rate || -+ (!BFQQ_SEEKY(bfqq) && -+ reason == BFQ_BFQQ_BUDGET_TIMEOUT)) { -+ bfq_log(bfqd, "measured bw =%llu", bw); -+ /* -+ * To smooth oscillations use a low-pass filter with -+ * alpha=7/8, i.e., -+ * new_rate = (7/8) * old_rate + (1/8) * bw -+ */ -+ do_div(bw, 8); -+ if (bw == 0) -+ return 0; -+ bfqd->peak_rate *= 7; -+ do_div(bfqd->peak_rate, 8); -+ bfqd->peak_rate += bw; -+ update = 1; -+ bfq_log(bfqd, "new peak_rate=%llu", bfqd->peak_rate); -+ } -+ -+ update |= bfqd->peak_rate_samples == BFQ_PEAK_RATE_SAMPLES - 1; -+ -+ if (bfqd->peak_rate_samples < BFQ_PEAK_RATE_SAMPLES) -+ bfqd->peak_rate_samples++; -+ -+ if (bfqd->peak_rate_samples == BFQ_PEAK_RATE_SAMPLES && -+ update) { -+ int dev_type = blk_queue_nonrot(bfqd->queue); -+ -+ if (bfqd->bfq_user_max_budget == 0) { -+ bfqd->bfq_max_budget = -+ bfq_calc_max_budget(bfqd->peak_rate, -+ timeout); -+ bfq_log(bfqd, "new max_budget=%d", -+ bfqd->bfq_max_budget); -+ } -+ if (bfqd->device_speed == BFQ_BFQD_FAST && -+ bfqd->peak_rate < device_speed_thresh[dev_type]) { -+ bfqd->device_speed = BFQ_BFQD_SLOW; -+ bfqd->RT_prod = R_slow[dev_type] * -+ T_slow[dev_type]; -+ } else if (bfqd->device_speed == BFQ_BFQD_SLOW && -+ bfqd->peak_rate > device_speed_thresh[dev_type]) { -+ bfqd->device_speed = BFQ_BFQD_FAST; -+ bfqd->RT_prod = R_fast[dev_type] * -+ T_fast[dev_type]; -+ } -+ } -+ } -+ -+ /* -+ * If the process has been served for a too short time -+ * interval to let its possible sequential accesses prevail on -+ * the initial seek time needed to move the disk head on the -+ * first sector it requested, then give the process a chance -+ * and for the moment return false. -+ */ -+ if (bfqq->entity.budget <= bfq_max_budget(bfqd) / 8) -+ return false; -+ -+ /* -+ * A process is considered ``slow'' (i.e., seeky, so that we -+ * cannot treat it fairly in the service domain, as it would -+ * slow down too much the other processes) if, when a slice -+ * ends for whatever reason, it has received service at a -+ * rate that would not be high enough to complete the budget -+ * before the budget timeout expiration. -+ */ -+ expected = bw * 1000 * timeout >> BFQ_RATE_SHIFT; -+ -+ /* -+ * Caveat: processes doing IO in the slower disk zones will -+ * tend to be slow(er) even if not seeky. And the estimated -+ * peak rate will actually be an average over the disk -+ * surface. Hence, to not be too harsh with unlucky processes, -+ * we keep a budget/3 margin of safety before declaring a -+ * process slow. -+ */ -+ return expected > (4 * bfqq->entity.budget) / 3; -+} -+ -+/* -+ * To be deemed as soft real-time, an application must meet two -+ * requirements. First, the application must not require an average -+ * bandwidth higher than the approximate bandwidth required to playback or -+ * record a compressed high-definition video. -+ * The next function is invoked on the completion of the last request of a -+ * batch, to compute the next-start time instant, soft_rt_next_start, such -+ * that, if the next request of the application does not arrive before -+ * soft_rt_next_start, then the above requirement on the bandwidth is met. -+ * -+ * The second requirement is that the request pattern of the application is -+ * isochronous, i.e., that, after issuing a request or a batch of requests, -+ * the application stops issuing new requests until all its pending requests -+ * have been completed. After that, the application may issue a new batch, -+ * and so on. -+ * For this reason the next function is invoked to compute -+ * soft_rt_next_start only for applications that meet this requirement, -+ * whereas soft_rt_next_start is set to infinity for applications that do -+ * not. -+ * -+ * Unfortunately, even a greedy application may happen to behave in an -+ * isochronous way if the CPU load is high. In fact, the application may -+ * stop issuing requests while the CPUs are busy serving other processes, -+ * then restart, then stop again for a while, and so on. In addition, if -+ * the disk achieves a low enough throughput with the request pattern -+ * issued by the application (e.g., because the request pattern is random -+ * and/or the device is slow), then the application may meet the above -+ * bandwidth requirement too. To prevent such a greedy application to be -+ * deemed as soft real-time, a further rule is used in the computation of -+ * soft_rt_next_start: soft_rt_next_start must be higher than the current -+ * time plus the maximum time for which the arrival of a request is waited -+ * for when a sync queue becomes idle, namely bfqd->bfq_slice_idle. -+ * This filters out greedy applications, as the latter issue instead their -+ * next request as soon as possible after the last one has been completed -+ * (in contrast, when a batch of requests is completed, a soft real-time -+ * application spends some time processing data). -+ * -+ * Unfortunately, the last filter may easily generate false positives if -+ * only bfqd->bfq_slice_idle is used as a reference time interval and one -+ * or both the following cases occur: -+ * 1) HZ is so low that the duration of a jiffy is comparable to or higher -+ * than bfqd->bfq_slice_idle. This happens, e.g., on slow devices with -+ * HZ=100. -+ * 2) jiffies, instead of increasing at a constant rate, may stop increasing -+ * for a while, then suddenly 'jump' by several units to recover the lost -+ * increments. This seems to happen, e.g., inside virtual machines. -+ * To address this issue, we do not use as a reference time interval just -+ * bfqd->bfq_slice_idle, but bfqd->bfq_slice_idle plus a few jiffies. In -+ * particular we add the minimum number of jiffies for which the filter -+ * seems to be quite precise also in embedded systems and KVM/QEMU virtual -+ * machines. -+ */ -+static unsigned long bfq_bfqq_softrt_next_start(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq) -+{ -+ return max(bfqq->last_idle_bklogged + -+ HZ * bfqq->service_from_backlogged / -+ bfqd->bfq_wr_max_softrt_rate, -+ jiffies + bfqq->bfqd->bfq_slice_idle + 4); -+} -+ -+/* -+ * Return the largest-possible time instant such that, for as long as possible, -+ * the current time will be lower than this time instant according to the macro -+ * time_is_before_jiffies(). -+ */ -+static unsigned long bfq_infinity_from_now(unsigned long now) -+{ -+ return now + ULONG_MAX / 2; -+} -+ -+/** -+ * bfq_bfqq_expire - expire a queue. -+ * @bfqd: device owning the queue. -+ * @bfqq: the queue to expire. -+ * @compensate: if true, compensate for the time spent idling. -+ * @reason: the reason causing the expiration. -+ * -+ * -+ * If the process associated to the queue is slow (i.e., seeky), or in -+ * case of budget timeout, or, finally, if it is async, we -+ * artificially charge it an entire budget (independently of the -+ * actual service it received). As a consequence, the queue will get -+ * higher timestamps than the correct ones upon reactivation, and -+ * hence it will be rescheduled as if it had received more service -+ * than what it actually received. In the end, this class of processes -+ * will receive less service in proportion to how slowly they consume -+ * their budgets (and hence how seriously they tend to lower the -+ * throughput). -+ * -+ * In contrast, when a queue expires because it has been idling for -+ * too much or because it exhausted its budget, we do not touch the -+ * amount of service it has received. Hence when the queue will be -+ * reactivated and its timestamps updated, the latter will be in sync -+ * with the actual service received by the queue until expiration. -+ * -+ * Charging a full budget to the first type of queues and the exact -+ * service to the others has the effect of using the WF2Q+ policy to -+ * schedule the former on a timeslice basis, without violating the -+ * service domain guarantees of the latter. -+ */ -+static void bfq_bfqq_expire(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ bool compensate, -+ enum bfqq_expiration reason) -+{ -+ bool slow; -+ -+ BUG_ON(bfqq != bfqd->in_service_queue); -+ -+ /* -+ * Update disk peak rate for autotuning and check whether the -+ * process is slow (see bfq_update_peak_rate). -+ */ -+ slow = bfq_update_peak_rate(bfqd, bfqq, compensate, reason); -+ -+ /* -+ * As above explained, 'punish' slow (i.e., seeky), timed-out -+ * and async queues, to favor sequential sync workloads. -+ * -+ * Processes doing I/O in the slower disk zones will tend to be -+ * slow(er) even if not seeky. Hence, since the estimated peak -+ * rate is actually an average over the disk surface, these -+ * processes may timeout just for bad luck. To avoid punishing -+ * them we do not charge a full budget to a process that -+ * succeeded in consuming at least 2/3 of its budget. -+ */ -+ if (slow || (reason == BFQ_BFQQ_BUDGET_TIMEOUT && -+ bfq_bfqq_budget_left(bfqq) >= bfqq->entity.budget / 3)) -+ bfq_bfqq_charge_full_budget(bfqq); -+ -+ bfqq->service_from_backlogged += bfqq->entity.service; -+ -+ if (BFQQ_SEEKY(bfqq) && reason == BFQ_BFQQ_BUDGET_TIMEOUT && -+ !bfq_bfqq_constantly_seeky(bfqq)) { -+ bfq_mark_bfqq_constantly_seeky(bfqq); -+ if (!blk_queue_nonrot(bfqd->queue)) -+ bfqd->const_seeky_busy_in_flight_queues++; -+ } -+ -+ if (reason == BFQ_BFQQ_TOO_IDLE && -+ bfqq->entity.service <= 2 * bfqq->entity.budget / 10) -+ bfq_clear_bfqq_IO_bound(bfqq); -+ -+ if (bfqd->low_latency && bfqq->wr_coeff == 1) -+ bfqq->last_wr_start_finish = jiffies; -+ -+ if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && -+ RB_EMPTY_ROOT(&bfqq->sort_list)) { -+ /* -+ * If we get here, and there are no outstanding requests, -+ * then the request pattern is isochronous (see the comments -+ * to the function bfq_bfqq_softrt_next_start()). Hence we -+ * can compute soft_rt_next_start. If, instead, the queue -+ * still has outstanding requests, then we have to wait -+ * for the completion of all the outstanding requests to -+ * discover whether the request pattern is actually -+ * isochronous. -+ */ -+ if (bfqq->dispatched == 0) -+ bfqq->soft_rt_next_start = -+ bfq_bfqq_softrt_next_start(bfqd, bfqq); -+ else { -+ /* -+ * The application is still waiting for the -+ * completion of one or more requests: -+ * prevent it from possibly being incorrectly -+ * deemed as soft real-time by setting its -+ * soft_rt_next_start to infinity. In fact, -+ * without this assignment, the application -+ * would be incorrectly deemed as soft -+ * real-time if: -+ * 1) it issued a new request before the -+ * completion of all its in-flight -+ * requests, and -+ * 2) at that time, its soft_rt_next_start -+ * happened to be in the past. -+ */ -+ bfqq->soft_rt_next_start = -+ bfq_infinity_from_now(jiffies); -+ /* -+ * Schedule an update of soft_rt_next_start to when -+ * the task may be discovered to be isochronous. -+ */ -+ bfq_mark_bfqq_softrt_update(bfqq); -+ } -+ } -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "expire (%d, slow %d, num_disp %d, idle_win %d)", reason, -+ slow, bfqq->dispatched, bfq_bfqq_idle_window(bfqq)); -+ -+ /* -+ * Increase, decrease or leave budget unchanged according to -+ * reason. -+ */ -+ __bfq_bfqq_recalc_budget(bfqd, bfqq, reason); -+ __bfq_bfqq_expire(bfqd, bfqq); -+} -+ -+/* -+ * Budget timeout is not implemented through a dedicated timer, but -+ * just checked on request arrivals and completions, as well as on -+ * idle timer expirations. -+ */ -+static bool bfq_bfqq_budget_timeout(struct bfq_queue *bfqq) -+{ -+ if (bfq_bfqq_budget_new(bfqq) || -+ time_before(jiffies, bfqq->budget_timeout)) -+ return false; -+ return true; -+} -+ -+/* -+ * If we expire a queue that is waiting for the arrival of a new -+ * request, we may prevent the fictitious timestamp back-shifting that -+ * allows the guarantees of the queue to be preserved (see [1] for -+ * this tricky aspect). Hence we return true only if this condition -+ * does not hold, or if the queue is slow enough to deserve only to be -+ * kicked off for preserving a high throughput. -+*/ -+static bool bfq_may_expire_for_budg_timeout(struct bfq_queue *bfqq) -+{ -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "may_budget_timeout: wait_request %d left %d timeout %d", -+ bfq_bfqq_wait_request(bfqq), -+ bfq_bfqq_budget_left(bfqq) >= bfqq->entity.budget / 3, -+ bfq_bfqq_budget_timeout(bfqq)); -+ -+ return (!bfq_bfqq_wait_request(bfqq) || -+ bfq_bfqq_budget_left(bfqq) >= bfqq->entity.budget / 3) -+ && -+ bfq_bfqq_budget_timeout(bfqq); -+} -+ -+/* -+ * For a queue that becomes empty, device idling is allowed only if -+ * this function returns true for that queue. As a consequence, since -+ * device idling plays a critical role for both throughput boosting -+ * and service guarantees, the return value of this function plays a -+ * critical role as well. -+ * -+ * In a nutshell, this function returns true only if idling is -+ * beneficial for throughput or, even if detrimental for throughput, -+ * idling is however necessary to preserve service guarantees (low -+ * latency, desired throughput distribution, ...). In particular, on -+ * NCQ-capable devices, this function tries to return false, so as to -+ * help keep the drives' internal queues full, whenever this helps the -+ * device boost the throughput without causing any service-guarantee -+ * issue. -+ * -+ * In more detail, the return value of this function is obtained by, -+ * first, computing a number of boolean variables that take into -+ * account throughput and service-guarantee issues, and, then, -+ * combining these variables in a logical expression. Most of the -+ * issues taken into account are not trivial. We discuss these issues -+ * while introducing the variables. -+ */ -+static bool bfq_bfqq_may_idle(struct bfq_queue *bfqq) -+{ -+ struct bfq_data *bfqd = bfqq->bfqd; -+ bool idling_boosts_thr, idling_boosts_thr_without_issues, -+ all_queues_seeky, on_hdd_and_not_all_queues_seeky, -+ idling_needed_for_service_guarantees, -+ asymmetric_scenario; -+ -+ /* -+ * The next variable takes into account the cases where idling -+ * boosts the throughput. -+ * -+ * The value of the variable is computed considering, first, that -+ * idling is virtually always beneficial for the throughput if: -+ * (a) the device is not NCQ-capable, or -+ * (b) regardless of the presence of NCQ, the device is rotational -+ * and the request pattern for bfqq is I/O-bound and sequential. -+ * -+ * Secondly, and in contrast to the above item (b), idling an -+ * NCQ-capable flash-based device would not boost the -+ * throughput even with sequential I/O; rather it would lower -+ * the throughput in proportion to how fast the device -+ * is. Accordingly, the next variable is true if any of the -+ * above conditions (a) and (b) is true, and, in particular, -+ * happens to be false if bfqd is an NCQ-capable flash-based -+ * device. -+ */ -+ idling_boosts_thr = !bfqd->hw_tag || -+ (!blk_queue_nonrot(bfqd->queue) && bfq_bfqq_IO_bound(bfqq) && -+ bfq_bfqq_idle_window(bfqq)); -+ -+ /* -+ * The value of the next variable, -+ * idling_boosts_thr_without_issues, is equal to that of -+ * idling_boosts_thr, unless a special case holds. In this -+ * special case, described below, idling may cause problems to -+ * weight-raised queues. -+ * -+ * When the request pool is saturated (e.g., in the presence -+ * of write hogs), if the processes associated with -+ * non-weight-raised queues ask for requests at a lower rate, -+ * then processes associated with weight-raised queues have a -+ * higher probability to get a request from the pool -+ * immediately (or at least soon) when they need one. Thus -+ * they have a higher probability to actually get a fraction -+ * of the device throughput proportional to their high -+ * weight. This is especially true with NCQ-capable drives, -+ * which enqueue several requests in advance, and further -+ * reorder internally-queued requests. -+ * -+ * For this reason, we force to false the value of -+ * idling_boosts_thr_without_issues if there are weight-raised -+ * busy queues. In this case, and if bfqq is not weight-raised, -+ * this guarantees that the device is not idled for bfqq (if, -+ * instead, bfqq is weight-raised, then idling will be -+ * guaranteed by another variable, see below). Combined with -+ * the timestamping rules of BFQ (see [1] for details), this -+ * behavior causes bfqq, and hence any sync non-weight-raised -+ * queue, to get a lower number of requests served, and thus -+ * to ask for a lower number of requests from the request -+ * pool, before the busy weight-raised queues get served -+ * again. This often mitigates starvation problems in the -+ * presence of heavy write workloads and NCQ, thereby -+ * guaranteeing a higher application and system responsiveness -+ * in these hostile scenarios. -+ */ -+ idling_boosts_thr_without_issues = idling_boosts_thr && -+ bfqd->wr_busy_queues == 0; -+ -+ /* -+ * There are then two cases where idling must be performed not -+ * for throughput concerns, but to preserve service -+ * guarantees. In the description of these cases, we say, for -+ * short, that a queue is sequential/random if the process -+ * associated to the queue issues sequential/random requests -+ * (in the second case the queue may be tagged as seeky or -+ * even constantly_seeky). -+ * -+ * To introduce the first case, we note that, since -+ * bfq_bfqq_idle_window(bfqq) is false if the device is -+ * NCQ-capable and bfqq is random (see -+ * bfq_update_idle_window()), then, from the above two -+ * assignments it follows that -+ * idling_boosts_thr_without_issues is false if the device is -+ * NCQ-capable and bfqq is random. Therefore, for this case, -+ * device idling would never be allowed if we used just -+ * idling_boosts_thr_without_issues to decide whether to allow -+ * it. And, beneficially, this would imply that throughput -+ * would always be boosted also with random I/O on NCQ-capable -+ * HDDs. -+ * -+ * But we must be careful on this point, to avoid an unfair -+ * treatment for bfqq. In fact, because of the same above -+ * assignments, idling_boosts_thr_without_issues is, on the -+ * other hand, true if 1) the device is an HDD and bfqq is -+ * sequential, and 2) there are no busy weight-raised -+ * queues. As a consequence, if we used just -+ * idling_boosts_thr_without_issues to decide whether to idle -+ * the device, then with an HDD we might easily bump into a -+ * scenario where queues that are sequential and I/O-bound -+ * would enjoy idling, whereas random queues would not. The -+ * latter might then get a low share of the device throughput, -+ * simply because the former would get many requests served -+ * after being set as in service, while the latter would not. -+ * -+ * To address this issue, we start by setting to true a -+ * sentinel variable, on_hdd_and_not_all_queues_seeky, if the -+ * device is rotational and not all queues with pending or -+ * in-flight requests are constantly seeky (i.e., there are -+ * active sequential queues, and bfqq might then be mistreated -+ * if it does not enjoy idling because it is random). -+ */ -+ all_queues_seeky = bfq_bfqq_constantly_seeky(bfqq) && -+ bfqd->busy_in_flight_queues == -+ bfqd->const_seeky_busy_in_flight_queues; -+ -+ on_hdd_and_not_all_queues_seeky = -+ !blk_queue_nonrot(bfqd->queue) && !all_queues_seeky; -+ -+ /* -+ * To introduce the second case where idling needs to be -+ * performed to preserve service guarantees, we can note that -+ * allowing the drive to enqueue more than one request at a -+ * time, and hence delegating de facto final scheduling -+ * decisions to the drive's internal scheduler, causes loss of -+ * control on the actual request service order. In particular, -+ * the critical situation is when requests from different -+ * processes happens to be present, at the same time, in the -+ * internal queue(s) of the drive. In such a situation, the -+ * drive, by deciding the service order of the -+ * internally-queued requests, does determine also the actual -+ * throughput distribution among these processes. But the -+ * drive typically has no notion or concern about per-process -+ * throughput distribution, and makes its decisions only on a -+ * per-request basis. Therefore, the service distribution -+ * enforced by the drive's internal scheduler is likely to -+ * coincide with the desired device-throughput distribution -+ * only in a completely symmetric scenario where: -+ * (i) each of these processes must get the same throughput as -+ * the others; -+ * (ii) all these processes have the same I/O pattern -+ * (either sequential or random). -+ * In fact, in such a scenario, the drive will tend to treat -+ * the requests of each of these processes in about the same -+ * way as the requests of the others, and thus to provide -+ * each of these processes with about the same throughput -+ * (which is exactly the desired throughput distribution). In -+ * contrast, in any asymmetric scenario, device idling is -+ * certainly needed to guarantee that bfqq receives its -+ * assigned fraction of the device throughput (see [1] for -+ * details). -+ * -+ * We address this issue by controlling, actually, only the -+ * symmetry sub-condition (i), i.e., provided that -+ * sub-condition (i) holds, idling is not performed, -+ * regardless of whether sub-condition (ii) holds. In other -+ * words, only if sub-condition (i) holds, then idling is -+ * allowed, and the device tends to be prevented from queueing -+ * many requests, possibly of several processes. The reason -+ * for not controlling also sub-condition (ii) is that, first, -+ * in the case of an HDD, the asymmetry in terms of types of -+ * I/O patterns is already taken in to account in the above -+ * sentinel variable -+ * on_hdd_and_not_all_queues_seeky. Secondly, in the case of a -+ * flash-based device, we prefer however to privilege -+ * throughput (and idling lowers throughput for this type of -+ * devices), for the following reasons: -+ * 1) differently from HDDs, the service time of random -+ * requests is not orders of magnitudes lower than the service -+ * time of sequential requests; thus, even if processes doing -+ * sequential I/O get a preferential treatment with respect to -+ * others doing random I/O, the consequences are not as -+ * dramatic as with HDDs; -+ * 2) if a process doing random I/O does need strong -+ * throughput guarantees, it is hopefully already being -+ * weight-raised, or the user is likely to have assigned it a -+ * higher weight than the other processes (and thus -+ * sub-condition (i) is likely to be false, which triggers -+ * idling). -+ * -+ * According to the above considerations, the next variable is -+ * true (only) if sub-condition (i) holds. To compute the -+ * value of this variable, we not only use the return value of -+ * the function bfq_symmetric_scenario(), but also check -+ * whether bfqq is being weight-raised, because -+ * bfq_symmetric_scenario() does not take into account also -+ * weight-raised queues (see comments to -+ * bfq_weights_tree_add()). -+ * -+ * As a side note, it is worth considering that the above -+ * device-idling countermeasures may however fail in the -+ * following unlucky scenario: if idling is (correctly) -+ * disabled in a time period during which all symmetry -+ * sub-conditions hold, and hence the device is allowed to -+ * enqueue many requests, but at some later point in time some -+ * sub-condition stops to hold, then it may become impossible -+ * to let requests be served in the desired order until all -+ * the requests already queued in the device have been served. -+ */ -+ asymmetric_scenario = bfqq->wr_coeff > 1 || -+ !bfq_symmetric_scenario(bfqd); -+ -+ /* -+ * Finally, there is a case where maximizing throughput is the -+ * best choice even if it may cause unfairness toward -+ * bfqq. Such a case is when bfqq became active in a burst of -+ * queue activations. Queues that became active during a large -+ * burst benefit only from throughput, as discussed in the -+ * comments to bfq_handle_burst. Thus, if bfqq became active -+ * in a burst and not idling the device maximizes throughput, -+ * then the device must no be idled, because not idling the -+ * device provides bfqq and all other queues in the burst with -+ * maximum benefit. Combining this and the two cases above, we -+ * can now establish when idling is actually needed to -+ * preserve service guarantees. -+ */ -+ idling_needed_for_service_guarantees = -+ (on_hdd_and_not_all_queues_seeky || asymmetric_scenario) && -+ !bfq_bfqq_in_large_burst(bfqq); -+ -+ /* -+ * We have now all the components we need to compute the return -+ * value of the function, which is true only if both the following -+ * conditions hold: -+ * 1) bfqq is sync, because idling make sense only for sync queues; -+ * 2) idling either boosts the throughput (without issues), or -+ * is necessary to preserve service guarantees. -+ */ -+ return bfq_bfqq_sync(bfqq) && -+ (idling_boosts_thr_without_issues || -+ idling_needed_for_service_guarantees); -+} -+ -+/* -+ * If the in-service queue is empty but the function bfq_bfqq_may_idle -+ * returns true, then: -+ * 1) the queue must remain in service and cannot be expired, and -+ * 2) the device must be idled to wait for the possible arrival of a new -+ * request for the queue. -+ * See the comments to the function bfq_bfqq_may_idle for the reasons -+ * why performing device idling is the best choice to boost the throughput -+ * and preserve service guarantees when bfq_bfqq_may_idle itself -+ * returns true. -+ */ -+static bool bfq_bfqq_must_idle(struct bfq_queue *bfqq) -+{ -+ struct bfq_data *bfqd = bfqq->bfqd; -+ -+ return RB_EMPTY_ROOT(&bfqq->sort_list) && bfqd->bfq_slice_idle != 0 && -+ bfq_bfqq_may_idle(bfqq); -+} -+ -+/* -+ * Select a queue for service. If we have a current queue in service, -+ * check whether to continue servicing it, or retrieve and set a new one. -+ */ -+static struct bfq_queue *bfq_select_queue(struct bfq_data *bfqd) -+{ -+ struct bfq_queue *bfqq; -+ struct request *next_rq; -+ enum bfqq_expiration reason = BFQ_BFQQ_BUDGET_TIMEOUT; -+ -+ bfqq = bfqd->in_service_queue; -+ if (!bfqq) -+ goto new_queue; -+ -+ bfq_log_bfqq(bfqd, bfqq, "select_queue: already in-service queue"); -+ -+ if (bfq_may_expire_for_budg_timeout(bfqq) && -+ !timer_pending(&bfqd->idle_slice_timer) && -+ !bfq_bfqq_must_idle(bfqq)) -+ goto expire; -+ -+ next_rq = bfqq->next_rq; -+ /* -+ * If bfqq has requests queued and it has enough budget left to -+ * serve them, keep the queue, otherwise expire it. -+ */ -+ if (next_rq) { -+ if (bfq_serv_to_charge(next_rq, bfqq) > -+ bfq_bfqq_budget_left(bfqq)) { -+ reason = BFQ_BFQQ_BUDGET_EXHAUSTED; -+ goto expire; -+ } else { -+ /* -+ * The idle timer may be pending because we may -+ * not disable disk idling even when a new request -+ * arrives. -+ */ -+ if (timer_pending(&bfqd->idle_slice_timer)) { -+ /* -+ * If we get here: 1) at least a new request -+ * has arrived but we have not disabled the -+ * timer because the request was too small, -+ * 2) then the block layer has unplugged -+ * the device, causing the dispatch to be -+ * invoked. -+ * -+ * Since the device is unplugged, now the -+ * requests are probably large enough to -+ * provide a reasonable throughput. -+ * So we disable idling. -+ */ -+ bfq_clear_bfqq_wait_request(bfqq); -+ del_timer(&bfqd->idle_slice_timer); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_idle_time(bfqq_group(bfqq)); -+#endif -+ } -+ goto keep_queue; -+ } -+ } -+ -+ /* -+ * No requests pending. However, if the in-service queue is idling -+ * for a new request, or has requests waiting for a completion and -+ * may idle after their completion, then keep it anyway. -+ */ -+ if (timer_pending(&bfqd->idle_slice_timer) || -+ (bfqq->dispatched != 0 && bfq_bfqq_may_idle(bfqq))) { -+ bfqq = NULL; -+ goto keep_queue; -+ } -+ -+ reason = BFQ_BFQQ_NO_MORE_REQUESTS; -+expire: -+ bfq_bfqq_expire(bfqd, bfqq, false, reason); -+new_queue: -+ bfqq = bfq_set_in_service_queue(bfqd); -+ bfq_log(bfqd, "select_queue: new queue %d returned", -+ bfqq ? bfqq->pid : 0); -+keep_queue: -+ return bfqq; -+} -+ -+static void bfq_update_wr_data(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ if (bfqq->wr_coeff > 1) { /* queue is being weight-raised */ -+ bfq_log_bfqq(bfqd, bfqq, -+ "raising period dur %u/%u msec, old coeff %u, w %d(%d)", -+ jiffies_to_msecs(jiffies - bfqq->last_wr_start_finish), -+ jiffies_to_msecs(bfqq->wr_cur_max_time), -+ bfqq->wr_coeff, -+ bfqq->entity.weight, bfqq->entity.orig_weight); -+ -+ BUG_ON(bfqq != bfqd->in_service_queue && entity->weight != -+ entity->orig_weight * bfqq->wr_coeff); -+ if (entity->prio_changed) -+ bfq_log_bfqq(bfqd, bfqq, "WARN: pending prio change"); -+ -+ /* -+ * If the queue was activated in a burst, or -+ * too much time has elapsed from the beginning -+ * of this weight-raising period, then end weight -+ * raising. -+ */ -+ if (bfq_bfqq_in_large_burst(bfqq) || -+ time_is_before_jiffies(bfqq->last_wr_start_finish + -+ bfqq->wr_cur_max_time)) { -+ bfqq->last_wr_start_finish = jiffies; -+ bfq_log_bfqq(bfqd, bfqq, -+ "wrais ending at %lu, rais_max_time %u", -+ bfqq->last_wr_start_finish, -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ bfq_bfqq_end_wr(bfqq); -+ } -+ } -+ /* Update weight both if it must be raised and if it must be lowered */ -+ if ((entity->weight > entity->orig_weight) != (bfqq->wr_coeff > 1)) -+ __bfq_entity_update_weight_prio( -+ bfq_entity_service_tree(entity), -+ entity); -+} -+ -+/* -+ * Dispatch one request from bfqq, moving it to the request queue -+ * dispatch list. -+ */ -+static int bfq_dispatch_request(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq) -+{ -+ int dispatched = 0; -+ struct request *rq; -+ unsigned long service_to_charge; -+ -+ BUG_ON(RB_EMPTY_ROOT(&bfqq->sort_list)); -+ -+ /* Follow expired path, else get first next available. */ -+ rq = bfq_check_fifo(bfqq); -+ if (!rq) -+ rq = bfqq->next_rq; -+ service_to_charge = bfq_serv_to_charge(rq, bfqq); -+ -+ if (service_to_charge > bfq_bfqq_budget_left(bfqq)) { -+ /* -+ * This may happen if the next rq is chosen in fifo order -+ * instead of sector order. The budget is properly -+ * dimensioned to be always sufficient to serve the next -+ * request only if it is chosen in sector order. The reason -+ * is that it would be quite inefficient and little useful -+ * to always make sure that the budget is large enough to -+ * serve even the possible next rq in fifo order. -+ * In fact, requests are seldom served in fifo order. -+ * -+ * Expire the queue for budget exhaustion, and make sure -+ * that the next act_budget is enough to serve the next -+ * request, even if it comes from the fifo expired path. -+ */ -+ bfqq->next_rq = rq; -+ /* -+ * Since this dispatch is failed, make sure that -+ * a new one will be performed -+ */ -+ if (!bfqd->rq_in_driver) -+ bfq_schedule_dispatch(bfqd); -+ goto expire; -+ } -+ -+ /* Finally, insert request into driver dispatch list. */ -+ bfq_bfqq_served(bfqq, service_to_charge); -+ bfq_dispatch_insert(bfqd->queue, rq); -+ -+ bfq_update_wr_data(bfqd, bfqq); -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "dispatched %u sec req (%llu), budg left %d", -+ blk_rq_sectors(rq), -+ (unsigned long long) blk_rq_pos(rq), -+ bfq_bfqq_budget_left(bfqq)); -+ -+ dispatched++; -+ -+ if (!bfqd->in_service_bic) { -+ atomic_long_inc(&RQ_BIC(rq)->icq.ioc->refcount); -+ bfqd->in_service_bic = RQ_BIC(rq); -+ } -+ -+ if (bfqd->busy_queues > 1 && ((!bfq_bfqq_sync(bfqq) && -+ dispatched >= bfqd->bfq_max_budget_async_rq) || -+ bfq_class_idle(bfqq))) -+ goto expire; -+ -+ return dispatched; -+ -+expire: -+ bfq_bfqq_expire(bfqd, bfqq, false, BFQ_BFQQ_BUDGET_EXHAUSTED); -+ return dispatched; -+} -+ -+static int __bfq_forced_dispatch_bfqq(struct bfq_queue *bfqq) -+{ -+ int dispatched = 0; -+ -+ while (bfqq->next_rq) { -+ bfq_dispatch_insert(bfqq->bfqd->queue, bfqq->next_rq); -+ dispatched++; -+ } -+ -+ BUG_ON(!list_empty(&bfqq->fifo)); -+ return dispatched; -+} -+ -+/* -+ * Drain our current requests. -+ * Used for barriers and when switching io schedulers on-the-fly. -+ */ -+static int bfq_forced_dispatch(struct bfq_data *bfqd) -+{ -+ struct bfq_queue *bfqq, *n; -+ struct bfq_service_tree *st; -+ int dispatched = 0; -+ -+ bfqq = bfqd->in_service_queue; -+ if (bfqq) -+ __bfq_bfqq_expire(bfqd, bfqq); -+ -+ /* -+ * Loop through classes, and be careful to leave the scheduler -+ * in a consistent state, as feedback mechanisms and vtime -+ * updates cannot be disabled during the process. -+ */ -+ list_for_each_entry_safe(bfqq, n, &bfqd->active_list, bfqq_list) { -+ st = bfq_entity_service_tree(&bfqq->entity); -+ -+ dispatched += __bfq_forced_dispatch_bfqq(bfqq); -+ bfqq->max_budget = bfq_max_budget(bfqd); -+ -+ bfq_forget_idle(st); -+ } -+ -+ BUG_ON(bfqd->busy_queues != 0); -+ -+ return dispatched; -+} -+ -+static int bfq_dispatch_requests(struct request_queue *q, int force) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ struct bfq_queue *bfqq; -+ int max_dispatch; -+ -+ bfq_log(bfqd, "dispatch requests: %d busy queues", bfqd->busy_queues); -+ if (bfqd->busy_queues == 0) -+ return 0; -+ -+ if (unlikely(force)) -+ return bfq_forced_dispatch(bfqd); -+ -+ bfqq = bfq_select_queue(bfqd); -+ if (!bfqq) -+ return 0; -+ -+ if (bfq_class_idle(bfqq)) -+ max_dispatch = 1; -+ -+ if (!bfq_bfqq_sync(bfqq)) -+ max_dispatch = bfqd->bfq_max_budget_async_rq; -+ -+ if (!bfq_bfqq_sync(bfqq) && bfqq->dispatched >= max_dispatch) { -+ if (bfqd->busy_queues > 1) -+ return 0; -+ if (bfqq->dispatched >= 4 * max_dispatch) -+ return 0; -+ } -+ -+ if (bfqd->sync_flight != 0 && !bfq_bfqq_sync(bfqq)) -+ return 0; -+ -+ bfq_clear_bfqq_wait_request(bfqq); -+ BUG_ON(timer_pending(&bfqd->idle_slice_timer)); -+ -+ if (!bfq_dispatch_request(bfqd, bfqq)) -+ return 0; -+ -+ bfq_log_bfqq(bfqd, bfqq, "dispatched %s request", -+ bfq_bfqq_sync(bfqq) ? "sync" : "async"); -+ -+ return 1; -+} -+ -+/* -+ * Task holds one reference to the queue, dropped when task exits. Each rq -+ * in-flight on this queue also holds a reference, dropped when rq is freed. -+ * -+ * Queue lock must be held here. -+ */ -+static void bfq_put_queue(struct bfq_queue *bfqq) -+{ -+ struct bfq_data *bfqd = bfqq->bfqd; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ struct bfq_group *bfqg = bfqq_group(bfqq); -+#endif -+ -+ BUG_ON(atomic_read(&bfqq->ref) <= 0); -+ -+ bfq_log_bfqq(bfqd, bfqq, "put_queue: %p %d", bfqq, -+ atomic_read(&bfqq->ref)); -+ if (!atomic_dec_and_test(&bfqq->ref)) -+ return; -+ -+ BUG_ON(rb_first(&bfqq->sort_list)); -+ BUG_ON(bfqq->allocated[READ] + bfqq->allocated[WRITE] != 0); -+ BUG_ON(bfqq->entity.tree); -+ BUG_ON(bfq_bfqq_busy(bfqq)); -+ BUG_ON(bfqd->in_service_queue == bfqq); -+ -+ if (bfq_bfqq_sync(bfqq)) -+ /* -+ * The fact that this queue is being destroyed does not -+ * invalidate the fact that this queue may have been -+ * activated during the current burst. As a consequence, -+ * although the queue does not exist anymore, and hence -+ * needs to be removed from the burst list if there, -+ * the burst size has not to be decremented. -+ */ -+ hlist_del_init(&bfqq->burst_list_node); -+ -+ bfq_log_bfqq(bfqd, bfqq, "put_queue: %p freed", bfqq); -+ -+ kmem_cache_free(bfq_pool, bfqq); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_put(bfqg); -+#endif -+} -+ -+static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ if (bfqq == bfqd->in_service_queue) { -+ __bfq_bfqq_expire(bfqd, bfqq); -+ bfq_schedule_dispatch(bfqd); -+ } -+ -+ bfq_log_bfqq(bfqd, bfqq, "exit_bfqq: %p, %d", bfqq, -+ atomic_read(&bfqq->ref)); -+ -+ bfq_put_queue(bfqq); -+} -+ -+static void bfq_init_icq(struct io_cq *icq) -+{ -+ struct bfq_io_cq *bic = icq_to_bic(icq); -+ -+ bic->ttime.last_end_request = jiffies; -+} -+ -+static void bfq_exit_icq(struct io_cq *icq) -+{ -+ struct bfq_io_cq *bic = icq_to_bic(icq); -+ struct bfq_data *bfqd = bic_to_bfqd(bic); -+ -+ if (bic->bfqq[BLK_RW_ASYNC]) { -+ bfq_exit_bfqq(bfqd, bic->bfqq[BLK_RW_ASYNC]); -+ bic->bfqq[BLK_RW_ASYNC] = NULL; -+ } -+ -+ if (bic->bfqq[BLK_RW_SYNC]) { -+ bfq_exit_bfqq(bfqd, bic->bfqq[BLK_RW_SYNC]); -+ bic->bfqq[BLK_RW_SYNC] = NULL; -+ } -+} -+ -+/* -+ * Update the entity prio values; note that the new values will not -+ * be used until the next (re)activation. -+ */ -+static void -+bfq_set_next_ioprio_data(struct bfq_queue *bfqq, struct bfq_io_cq *bic) -+{ -+ struct task_struct *tsk = current; -+ int ioprio_class; -+ -+ ioprio_class = IOPRIO_PRIO_CLASS(bic->ioprio); -+ switch (ioprio_class) { -+ default: -+ dev_err(bfqq->bfqd->queue->backing_dev_info.dev, -+ "bfq: bad prio class %d\n", ioprio_class); -+ case IOPRIO_CLASS_NONE: -+ /* -+ * No prio set, inherit CPU scheduling settings. -+ */ -+ bfqq->new_ioprio = task_nice_ioprio(tsk); -+ bfqq->new_ioprio_class = task_nice_ioclass(tsk); -+ break; -+ case IOPRIO_CLASS_RT: -+ bfqq->new_ioprio = IOPRIO_PRIO_DATA(bic->ioprio); -+ bfqq->new_ioprio_class = IOPRIO_CLASS_RT; -+ break; -+ case IOPRIO_CLASS_BE: -+ bfqq->new_ioprio = IOPRIO_PRIO_DATA(bic->ioprio); -+ bfqq->new_ioprio_class = IOPRIO_CLASS_BE; -+ break; -+ case IOPRIO_CLASS_IDLE: -+ bfqq->new_ioprio_class = IOPRIO_CLASS_IDLE; -+ bfqq->new_ioprio = 7; -+ bfq_clear_bfqq_idle_window(bfqq); -+ break; -+ } -+ -+ if (bfqq->new_ioprio < 0 || bfqq->new_ioprio >= IOPRIO_BE_NR) { -+ pr_crit("bfq_set_next_ioprio_data: new_ioprio %d\n", -+ bfqq->new_ioprio); -+ BUG(); -+ } -+ -+ bfqq->entity.new_weight = bfq_ioprio_to_weight(bfqq->new_ioprio); -+ bfqq->entity.prio_changed = 1; -+} -+ -+static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio) -+{ -+ struct bfq_data *bfqd; -+ struct bfq_queue *bfqq, *new_bfqq; -+ unsigned long uninitialized_var(flags); -+ int ioprio = bic->icq.ioc->ioprio; -+ -+ bfqd = bfq_get_bfqd_locked(&(bic->icq.q->elevator->elevator_data), -+ &flags); -+ /* -+ * This condition may trigger on a newly created bic, be sure to -+ * drop the lock before returning. -+ */ -+ if (unlikely(!bfqd) || likely(bic->ioprio == ioprio)) -+ goto out; -+ -+ bic->ioprio = ioprio; -+ -+ bfqq = bic->bfqq[BLK_RW_ASYNC]; -+ if (bfqq) { -+ new_bfqq = bfq_get_queue(bfqd, bio, BLK_RW_ASYNC, bic, -+ GFP_ATOMIC); -+ if (new_bfqq) { -+ bic->bfqq[BLK_RW_ASYNC] = new_bfqq; -+ bfq_log_bfqq(bfqd, bfqq, -+ "check_ioprio_change: bfqq %p %d", -+ bfqq, atomic_read(&bfqq->ref)); -+ bfq_put_queue(bfqq); -+ } -+ } -+ -+ bfqq = bic->bfqq[BLK_RW_SYNC]; -+ if (bfqq) -+ bfq_set_next_ioprio_data(bfqq, bic); -+ -+out: -+ bfq_put_bfqd_unlock(bfqd, &flags); -+} -+ -+static void bfq_init_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ struct bfq_io_cq *bic, pid_t pid, int is_sync) -+{ -+ RB_CLEAR_NODE(&bfqq->entity.rb_node); -+ INIT_LIST_HEAD(&bfqq->fifo); -+ INIT_HLIST_NODE(&bfqq->burst_list_node); -+ -+ atomic_set(&bfqq->ref, 0); -+ bfqq->bfqd = bfqd; -+ -+ if (bic) -+ bfq_set_next_ioprio_data(bfqq, bic); -+ -+ if (is_sync) { -+ if (!bfq_class_idle(bfqq)) -+ bfq_mark_bfqq_idle_window(bfqq); -+ bfq_mark_bfqq_sync(bfqq); -+ } else -+ bfq_clear_bfqq_sync(bfqq); -+ bfq_mark_bfqq_IO_bound(bfqq); -+ -+ /* Tentative initial value to trade off between thr and lat */ -+ bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3; -+ bfqq->pid = pid; -+ -+ bfqq->wr_coeff = 1; -+ bfqq->last_wr_start_finish = 0; -+ /* -+ * Set to the value for which bfqq will not be deemed as -+ * soft rt when it becomes backlogged. -+ */ -+ bfqq->soft_rt_next_start = bfq_infinity_from_now(jiffies); -+} -+ -+static struct bfq_queue *bfq_find_alloc_queue(struct bfq_data *bfqd, -+ struct bio *bio, int is_sync, -+ struct bfq_io_cq *bic, -+ gfp_t gfp_mask) -+{ -+ struct bfq_group *bfqg; -+ struct bfq_queue *bfqq, *new_bfqq = NULL; -+ struct blkcg *blkcg; -+ -+retry: -+ rcu_read_lock(); -+ -+ blkcg = bio_blkcg(bio); -+ bfqg = bfq_find_alloc_group(bfqd, blkcg); -+ /* bic always exists here */ -+ bfqq = bic_to_bfqq(bic, is_sync); -+ -+ /* -+ * Always try a new alloc if we fall back to the OOM bfqq -+ * originally, since it should just be a temporary situation. -+ */ -+ if (!bfqq || bfqq == &bfqd->oom_bfqq) { -+ bfqq = NULL; -+ if (new_bfqq) { -+ bfqq = new_bfqq; -+ new_bfqq = NULL; -+ } else if (gfpflags_allow_blocking(gfp_mask)) { -+ rcu_read_unlock(); -+ spin_unlock_irq(bfqd->queue->queue_lock); -+ new_bfqq = kmem_cache_alloc_node(bfq_pool, -+ gfp_mask | __GFP_ZERO, -+ bfqd->queue->node); -+ spin_lock_irq(bfqd->queue->queue_lock); -+ if (new_bfqq) -+ goto retry; -+ } else { -+ bfqq = kmem_cache_alloc_node(bfq_pool, -+ gfp_mask | __GFP_ZERO, -+ bfqd->queue->node); -+ } -+ -+ if (bfqq) { -+ bfq_init_bfqq(bfqd, bfqq, bic, current->pid, -+ is_sync); -+ bfq_init_entity(&bfqq->entity, bfqg); -+ bfq_log_bfqq(bfqd, bfqq, "allocated"); -+ } else { -+ bfqq = &bfqd->oom_bfqq; -+ bfq_log_bfqq(bfqd, bfqq, "using oom bfqq"); -+ } -+ } -+ -+ if (new_bfqq) -+ kmem_cache_free(bfq_pool, new_bfqq); -+ -+ rcu_read_unlock(); -+ -+ return bfqq; -+} -+ -+static struct bfq_queue **bfq_async_queue_prio(struct bfq_data *bfqd, -+ struct bfq_group *bfqg, -+ int ioprio_class, int ioprio) -+{ -+ switch (ioprio_class) { -+ case IOPRIO_CLASS_RT: -+ return &bfqg->async_bfqq[0][ioprio]; -+ case IOPRIO_CLASS_NONE: -+ ioprio = IOPRIO_NORM; -+ /* fall through */ -+ case IOPRIO_CLASS_BE: -+ return &bfqg->async_bfqq[1][ioprio]; -+ case IOPRIO_CLASS_IDLE: -+ return &bfqg->async_idle_bfqq; -+ default: -+ BUG(); -+ } -+} -+ -+static struct bfq_queue *bfq_get_queue(struct bfq_data *bfqd, -+ struct bio *bio, int is_sync, -+ struct bfq_io_cq *bic, gfp_t gfp_mask) -+{ -+ const int ioprio = IOPRIO_PRIO_DATA(bic->ioprio); -+ const int ioprio_class = IOPRIO_PRIO_CLASS(bic->ioprio); -+ struct bfq_queue **async_bfqq = NULL; -+ struct bfq_queue *bfqq = NULL; -+ -+ if (!is_sync) { -+ struct blkcg *blkcg; -+ struct bfq_group *bfqg; -+ -+ rcu_read_lock(); -+ blkcg = bio_blkcg(bio); -+ rcu_read_unlock(); -+ bfqg = bfq_find_alloc_group(bfqd, blkcg); -+ async_bfqq = bfq_async_queue_prio(bfqd, bfqg, ioprio_class, -+ ioprio); -+ bfqq = *async_bfqq; -+ } -+ -+ if (!bfqq) -+ bfqq = bfq_find_alloc_queue(bfqd, bio, is_sync, bic, gfp_mask); -+ -+ /* -+ * Pin the queue now that it's allocated, scheduler exit will -+ * prune it. -+ */ -+ if (!is_sync && !(*async_bfqq)) { -+ atomic_inc(&bfqq->ref); -+ bfq_log_bfqq(bfqd, bfqq, "get_queue, bfqq not in async: %p, %d", -+ bfqq, atomic_read(&bfqq->ref)); -+ *async_bfqq = bfqq; -+ } -+ -+ atomic_inc(&bfqq->ref); -+ bfq_log_bfqq(bfqd, bfqq, "get_queue, at end: %p, %d", bfqq, -+ atomic_read(&bfqq->ref)); -+ return bfqq; -+} -+ -+static void bfq_update_io_thinktime(struct bfq_data *bfqd, -+ struct bfq_io_cq *bic) -+{ -+ unsigned long elapsed = jiffies - bic->ttime.last_end_request; -+ unsigned long ttime = min(elapsed, 2UL * bfqd->bfq_slice_idle); -+ -+ bic->ttime.ttime_samples = (7*bic->ttime.ttime_samples + 256) / 8; -+ bic->ttime.ttime_total = (7*bic->ttime.ttime_total + 256*ttime) / 8; -+ bic->ttime.ttime_mean = (bic->ttime.ttime_total + 128) / -+ bic->ttime.ttime_samples; -+} -+ -+static void bfq_update_io_seektime(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ struct request *rq) -+{ -+ sector_t sdist; -+ u64 total; -+ -+ if (bfqq->last_request_pos < blk_rq_pos(rq)) -+ sdist = blk_rq_pos(rq) - bfqq->last_request_pos; -+ else -+ sdist = bfqq->last_request_pos - blk_rq_pos(rq); -+ -+ /* -+ * Don't allow the seek distance to get too large from the -+ * odd fragment, pagein, etc. -+ */ -+ if (bfqq->seek_samples == 0) /* first request, not really a seek */ -+ sdist = 0; -+ else if (bfqq->seek_samples <= 60) /* second & third seek */ -+ sdist = min(sdist, (bfqq->seek_mean * 4) + 2*1024*1024); -+ else -+ sdist = min(sdist, (bfqq->seek_mean * 4) + 2*1024*64); -+ -+ bfqq->seek_samples = (7*bfqq->seek_samples + 256) / 8; -+ bfqq->seek_total = (7*bfqq->seek_total + (u64)256*sdist) / 8; -+ total = bfqq->seek_total + (bfqq->seek_samples/2); -+ do_div(total, bfqq->seek_samples); -+ bfqq->seek_mean = (sector_t)total; -+ -+ bfq_log_bfqq(bfqd, bfqq, "dist=%llu mean=%llu", (u64)sdist, -+ (u64)bfqq->seek_mean); -+} -+ -+/* -+ * Disable idle window if the process thinks too long or seeks so much that -+ * it doesn't matter. -+ */ -+static void bfq_update_idle_window(struct bfq_data *bfqd, -+ struct bfq_queue *bfqq, -+ struct bfq_io_cq *bic) -+{ -+ int enable_idle; -+ -+ /* Don't idle for async or idle io prio class. */ -+ if (!bfq_bfqq_sync(bfqq) || bfq_class_idle(bfqq)) -+ return; -+ -+ enable_idle = bfq_bfqq_idle_window(bfqq); -+ -+ if (atomic_read(&bic->icq.ioc->active_ref) == 0 || -+ bfqd->bfq_slice_idle == 0 || -+ (bfqd->hw_tag && BFQQ_SEEKY(bfqq) && -+ bfqq->wr_coeff == 1)) -+ enable_idle = 0; -+ else if (bfq_sample_valid(bic->ttime.ttime_samples)) { -+ if (bic->ttime.ttime_mean > bfqd->bfq_slice_idle && -+ bfqq->wr_coeff == 1) -+ enable_idle = 0; -+ else -+ enable_idle = 1; -+ } -+ bfq_log_bfqq(bfqd, bfqq, "update_idle_window: enable_idle %d", -+ enable_idle); -+ -+ if (enable_idle) -+ bfq_mark_bfqq_idle_window(bfqq); -+ else -+ bfq_clear_bfqq_idle_window(bfqq); -+} -+ -+/* -+ * Called when a new fs request (rq) is added to bfqq. Check if there's -+ * something we should do about it. -+ */ -+static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ struct request *rq) -+{ -+ struct bfq_io_cq *bic = RQ_BIC(rq); -+ -+ if (rq->cmd_flags & REQ_META) -+ bfqq->meta_pending++; -+ -+ bfq_update_io_thinktime(bfqd, bic); -+ bfq_update_io_seektime(bfqd, bfqq, rq); -+ if (!BFQQ_SEEKY(bfqq) && bfq_bfqq_constantly_seeky(bfqq)) { -+ bfq_clear_bfqq_constantly_seeky(bfqq); -+ if (!blk_queue_nonrot(bfqd->queue)) { -+ BUG_ON(!bfqd->const_seeky_busy_in_flight_queues); -+ bfqd->const_seeky_busy_in_flight_queues--; -+ } -+ } -+ if (bfqq->entity.service > bfq_max_budget(bfqd) / 8 || -+ !BFQQ_SEEKY(bfqq)) -+ bfq_update_idle_window(bfqd, bfqq, bic); -+ -+ bfq_log_bfqq(bfqd, bfqq, -+ "rq_enqueued: idle_window=%d (seeky %d, mean %llu)", -+ bfq_bfqq_idle_window(bfqq), BFQQ_SEEKY(bfqq), -+ (unsigned long long) bfqq->seek_mean); -+ -+ bfqq->last_request_pos = blk_rq_pos(rq) + blk_rq_sectors(rq); -+ -+ if (bfqq == bfqd->in_service_queue && bfq_bfqq_wait_request(bfqq)) { -+ bool small_req = bfqq->queued[rq_is_sync(rq)] == 1 && -+ blk_rq_sectors(rq) < 32; -+ bool budget_timeout = bfq_bfqq_budget_timeout(bfqq); -+ -+ /* -+ * There is just this request queued: if the request -+ * is small and the queue is not to be expired, then -+ * just exit. -+ * -+ * In this way, if the disk is being idled to wait for -+ * a new request from the in-service queue, we avoid -+ * unplugging the device and committing the disk to serve -+ * just a small request. On the contrary, we wait for -+ * the block layer to decide when to unplug the device: -+ * hopefully, new requests will be merged to this one -+ * quickly, then the device will be unplugged and -+ * larger requests will be dispatched. -+ */ -+ if (small_req && !budget_timeout) -+ return; -+ -+ /* -+ * A large enough request arrived, or the queue is to -+ * be expired: in both cases disk idling is to be -+ * stopped, so clear wait_request flag and reset -+ * timer. -+ */ -+ bfq_clear_bfqq_wait_request(bfqq); -+ del_timer(&bfqd->idle_slice_timer); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_idle_time(bfqq_group(bfqq)); -+#endif -+ -+ /* -+ * The queue is not empty, because a new request just -+ * arrived. Hence we can safely expire the queue, in -+ * case of budget timeout, without risking that the -+ * timestamps of the queue are not updated correctly. -+ * See [1] for more details. -+ */ -+ if (budget_timeout) -+ bfq_bfqq_expire(bfqd, bfqq, false, -+ BFQ_BFQQ_BUDGET_TIMEOUT); -+ -+ /* -+ * Let the request rip immediately, or let a new queue be -+ * selected if bfqq has just been expired. -+ */ -+ __blk_run_queue(bfqd->queue); -+ } -+} -+ -+static void bfq_insert_request(struct request_queue *q, struct request *rq) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ struct bfq_queue *bfqq = RQ_BFQQ(rq); -+ -+ assert_spin_locked(bfqd->queue->queue_lock); -+ -+ bfq_add_request(rq); -+ -+ rq->fifo_time = jiffies + bfqd->bfq_fifo_expire[rq_is_sync(rq)]; -+ list_add_tail(&rq->queuelist, &bfqq->fifo); -+ -+ bfq_rq_enqueued(bfqd, bfqq, rq); -+} -+ -+static void bfq_update_hw_tag(struct bfq_data *bfqd) -+{ -+ bfqd->max_rq_in_driver = max(bfqd->max_rq_in_driver, -+ bfqd->rq_in_driver); -+ -+ if (bfqd->hw_tag == 1) -+ return; -+ -+ /* -+ * This sample is valid if the number of outstanding requests -+ * is large enough to allow a queueing behavior. Note that the -+ * sum is not exact, as it's not taking into account deactivated -+ * requests. -+ */ -+ if (bfqd->rq_in_driver + bfqd->queued < BFQ_HW_QUEUE_THRESHOLD) -+ return; -+ -+ if (bfqd->hw_tag_samples++ < BFQ_HW_QUEUE_SAMPLES) -+ return; -+ -+ bfqd->hw_tag = bfqd->max_rq_in_driver > BFQ_HW_QUEUE_THRESHOLD; -+ bfqd->max_rq_in_driver = 0; -+ bfqd->hw_tag_samples = 0; -+} -+ -+static void bfq_completed_request(struct request_queue *q, struct request *rq) -+{ -+ struct bfq_queue *bfqq = RQ_BFQQ(rq); -+ struct bfq_data *bfqd = bfqq->bfqd; -+ bool sync = bfq_bfqq_sync(bfqq); -+ -+ bfq_log_bfqq(bfqd, bfqq, "completed one req with %u sects left (%d)", -+ blk_rq_sectors(rq), sync); -+ -+ bfq_update_hw_tag(bfqd); -+ -+ BUG_ON(!bfqd->rq_in_driver); -+ BUG_ON(!bfqq->dispatched); -+ bfqd->rq_in_driver--; -+ bfqq->dispatched--; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_completion(bfqq_group(bfqq), -+ rq_start_time_ns(rq), -+ rq_io_start_time_ns(rq), rq->cmd_flags); -+#endif -+ -+ if (!bfqq->dispatched && !bfq_bfqq_busy(bfqq)) { -+ bfq_weights_tree_remove(bfqd, &bfqq->entity, -+ &bfqd->queue_weights_tree); -+ if (!blk_queue_nonrot(bfqd->queue)) { -+ BUG_ON(!bfqd->busy_in_flight_queues); -+ bfqd->busy_in_flight_queues--; -+ if (bfq_bfqq_constantly_seeky(bfqq)) { -+ BUG_ON(!bfqd-> -+ const_seeky_busy_in_flight_queues); -+ bfqd->const_seeky_busy_in_flight_queues--; -+ } -+ } -+ } -+ -+ if (sync) { -+ bfqd->sync_flight--; -+ RQ_BIC(rq)->ttime.last_end_request = jiffies; -+ } -+ -+ /* -+ * If we are waiting to discover whether the request pattern of the -+ * task associated with the queue is actually isochronous, and -+ * both requisites for this condition to hold are satisfied, then -+ * compute soft_rt_next_start (see the comments to the function -+ * bfq_bfqq_softrt_next_start()). -+ */ -+ if (bfq_bfqq_softrt_update(bfqq) && bfqq->dispatched == 0 && -+ RB_EMPTY_ROOT(&bfqq->sort_list)) -+ bfqq->soft_rt_next_start = -+ bfq_bfqq_softrt_next_start(bfqd, bfqq); -+ -+ /* -+ * If this is the in-service queue, check if it needs to be expired, -+ * or if we want to idle in case it has no pending requests. -+ */ -+ if (bfqd->in_service_queue == bfqq) { -+ if (bfq_bfqq_budget_new(bfqq)) -+ bfq_set_budget_timeout(bfqd); -+ -+ if (bfq_bfqq_must_idle(bfqq)) { -+ bfq_arm_slice_timer(bfqd); -+ goto out; -+ } else if (bfq_may_expire_for_budg_timeout(bfqq)) -+ bfq_bfqq_expire(bfqd, bfqq, false, -+ BFQ_BFQQ_BUDGET_TIMEOUT); -+ else if (RB_EMPTY_ROOT(&bfqq->sort_list) && -+ (bfqq->dispatched == 0 || -+ !bfq_bfqq_may_idle(bfqq))) -+ bfq_bfqq_expire(bfqd, bfqq, false, -+ BFQ_BFQQ_NO_MORE_REQUESTS); -+ } -+ -+ if (!bfqd->rq_in_driver) -+ bfq_schedule_dispatch(bfqd); -+ -+out: -+ return; -+} -+ -+static int __bfq_may_queue(struct bfq_queue *bfqq) -+{ -+ if (bfq_bfqq_wait_request(bfqq) && bfq_bfqq_must_alloc(bfqq)) { -+ bfq_clear_bfqq_must_alloc(bfqq); -+ return ELV_MQUEUE_MUST; -+ } -+ -+ return ELV_MQUEUE_MAY; -+} -+ -+static int bfq_may_queue(struct request_queue *q, int rw) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ struct task_struct *tsk = current; -+ struct bfq_io_cq *bic; -+ struct bfq_queue *bfqq; -+ -+ /* -+ * Don't force setup of a queue from here, as a call to may_queue -+ * does not necessarily imply that a request actually will be -+ * queued. So just lookup a possibly existing queue, or return -+ * 'may queue' if that fails. -+ */ -+ bic = bfq_bic_lookup(bfqd, tsk->io_context); -+ if (!bic) -+ return ELV_MQUEUE_MAY; -+ -+ bfqq = bic_to_bfqq(bic, rw_is_sync(rw)); -+ if (bfqq) -+ return __bfq_may_queue(bfqq); -+ -+ return ELV_MQUEUE_MAY; -+} -+ -+/* -+ * Queue lock held here. -+ */ -+static void bfq_put_request(struct request *rq) -+{ -+ struct bfq_queue *bfqq = RQ_BFQQ(rq); -+ -+ if (bfqq) { -+ const int rw = rq_data_dir(rq); -+ -+ BUG_ON(!bfqq->allocated[rw]); -+ bfqq->allocated[rw]--; -+ -+ rq->elv.priv[0] = NULL; -+ rq->elv.priv[1] = NULL; -+ -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "put_request %p, %d", -+ bfqq, atomic_read(&bfqq->ref)); -+ bfq_put_queue(bfqq); -+ } -+} -+ -+/* -+ * Allocate bfq data structures associated with this request. -+ */ -+static int bfq_set_request(struct request_queue *q, struct request *rq, -+ struct bio *bio, gfp_t gfp_mask) -+{ -+ struct bfq_data *bfqd = q->elevator->elevator_data; -+ struct bfq_io_cq *bic = icq_to_bic(rq->elv.icq); -+ const int rw = rq_data_dir(rq); -+ const int is_sync = rq_is_sync(rq); -+ struct bfq_queue *bfqq; -+ unsigned long flags; -+ -+ might_sleep_if(gfpflags_allow_blocking(gfp_mask)); -+ -+ bfq_check_ioprio_change(bic, bio); -+ -+ spin_lock_irqsave(q->queue_lock, flags); -+ -+ if (!bic) -+ goto queue_fail; -+ -+ bfq_bic_update_cgroup(bic, bio); -+ -+ bfqq = bic_to_bfqq(bic, is_sync); -+ if (!bfqq || bfqq == &bfqd->oom_bfqq) { -+ bfqq = bfq_get_queue(bfqd, bio, is_sync, bic, gfp_mask); -+ bic_set_bfqq(bic, bfqq, is_sync); -+ if (is_sync) { -+ if (bfqd->large_burst) -+ bfq_mark_bfqq_in_large_burst(bfqq); -+ else -+ bfq_clear_bfqq_in_large_burst(bfqq); -+ } -+ } -+ -+ bfqq->allocated[rw]++; -+ atomic_inc(&bfqq->ref); -+ bfq_log_bfqq(bfqd, bfqq, "set_request: bfqq %p, %d", bfqq, -+ atomic_read(&bfqq->ref)); -+ -+ rq->elv.priv[0] = bic; -+ rq->elv.priv[1] = bfqq; -+ -+ spin_unlock_irqrestore(q->queue_lock, flags); -+ -+ return 0; -+ -+queue_fail: -+ bfq_schedule_dispatch(bfqd); -+ spin_unlock_irqrestore(q->queue_lock, flags); -+ -+ return 1; -+} -+ -+static void bfq_kick_queue(struct work_struct *work) -+{ -+ struct bfq_data *bfqd = -+ container_of(work, struct bfq_data, unplug_work); -+ struct request_queue *q = bfqd->queue; -+ -+ spin_lock_irq(q->queue_lock); -+ __blk_run_queue(q); -+ spin_unlock_irq(q->queue_lock); -+} -+ -+/* -+ * Handler of the expiration of the timer running if the in-service queue -+ * is idling inside its time slice. -+ */ -+static void bfq_idle_slice_timer(unsigned long data) -+{ -+ struct bfq_data *bfqd = (struct bfq_data *)data; -+ struct bfq_queue *bfqq; -+ unsigned long flags; -+ enum bfqq_expiration reason; -+ -+ spin_lock_irqsave(bfqd->queue->queue_lock, flags); -+ -+ bfqq = bfqd->in_service_queue; -+ /* -+ * Theoretical race here: the in-service queue can be NULL or -+ * different from the queue that was idling if the timer handler -+ * spins on the queue_lock and a new request arrives for the -+ * current queue and there is a full dispatch cycle that changes -+ * the in-service queue. This can hardly happen, but in the worst -+ * case we just expire a queue too early. -+ */ -+ if (bfqq) { -+ bfq_log_bfqq(bfqd, bfqq, "slice_timer expired"); -+ if (bfq_bfqq_budget_timeout(bfqq)) -+ /* -+ * Also here the queue can be safely expired -+ * for budget timeout without wasting -+ * guarantees -+ */ -+ reason = BFQ_BFQQ_BUDGET_TIMEOUT; -+ else if (bfqq->queued[0] == 0 && bfqq->queued[1] == 0) -+ /* -+ * The queue may not be empty upon timer expiration, -+ * because we may not disable the timer when the -+ * first request of the in-service queue arrives -+ * during disk idling. -+ */ -+ reason = BFQ_BFQQ_TOO_IDLE; -+ else -+ goto schedule_dispatch; -+ -+ bfq_bfqq_expire(bfqd, bfqq, true, reason); -+ } -+ -+schedule_dispatch: -+ bfq_schedule_dispatch(bfqd); -+ -+ spin_unlock_irqrestore(bfqd->queue->queue_lock, flags); -+} -+ -+static void bfq_shutdown_timer_wq(struct bfq_data *bfqd) -+{ -+ del_timer_sync(&bfqd->idle_slice_timer); -+ cancel_work_sync(&bfqd->unplug_work); -+} -+ -+static void __bfq_put_async_bfqq(struct bfq_data *bfqd, -+ struct bfq_queue **bfqq_ptr) -+{ -+ struct bfq_group *root_group = bfqd->root_group; -+ struct bfq_queue *bfqq = *bfqq_ptr; -+ -+ bfq_log(bfqd, "put_async_bfqq: %p", bfqq); -+ if (bfqq) { -+ bfq_bfqq_move(bfqd, bfqq, &bfqq->entity, root_group); -+ bfq_log_bfqq(bfqd, bfqq, "put_async_bfqq: putting %p, %d", -+ bfqq, atomic_read(&bfqq->ref)); -+ bfq_put_queue(bfqq); -+ *bfqq_ptr = NULL; -+ } -+} -+ -+/* -+ * Release all the bfqg references to its async queues. If we are -+ * deallocating the group these queues may still contain requests, so -+ * we reparent them to the root cgroup (i.e., the only one that will -+ * exist for sure until all the requests on a device are gone). -+ */ -+static void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) -+{ -+ int i, j; -+ -+ for (i = 0; i < 2; i++) -+ for (j = 0; j < IOPRIO_BE_NR; j++) -+ __bfq_put_async_bfqq(bfqd, &bfqg->async_bfqq[i][j]); -+ -+ __bfq_put_async_bfqq(bfqd, &bfqg->async_idle_bfqq); -+} -+ -+static void bfq_exit_queue(struct elevator_queue *e) -+{ -+ struct bfq_data *bfqd = e->elevator_data; -+ struct request_queue *q = bfqd->queue; -+ struct bfq_queue *bfqq, *n; -+ -+ bfq_shutdown_timer_wq(bfqd); -+ -+ spin_lock_irq(q->queue_lock); -+ -+ BUG_ON(bfqd->in_service_queue); -+ list_for_each_entry_safe(bfqq, n, &bfqd->idle_list, bfqq_list) -+ bfq_deactivate_bfqq(bfqd, bfqq, 0); -+ -+ spin_unlock_irq(q->queue_lock); -+ -+ bfq_shutdown_timer_wq(bfqd); -+ -+ synchronize_rcu(); -+ -+ BUG_ON(timer_pending(&bfqd->idle_slice_timer)); -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ blkcg_deactivate_policy(q, &blkcg_policy_bfq); -+#else -+ kfree(bfqd->root_group); -+#endif -+ -+ kfree(bfqd); -+} -+ -+static void bfq_init_root_group(struct bfq_group *root_group, -+ struct bfq_data *bfqd) -+{ -+ int i; -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ root_group->entity.parent = NULL; -+ root_group->my_entity = NULL; -+ root_group->bfqd = bfqd; -+#endif -+ for (i = 0; i < BFQ_IOPRIO_CLASSES; i++) -+ root_group->sched_data.service_tree[i] = BFQ_SERVICE_TREE_INIT; -+} -+ -+static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) -+{ -+ struct bfq_data *bfqd; -+ struct elevator_queue *eq; -+ -+ eq = elevator_alloc(q, e); -+ if (!eq) -+ return -ENOMEM; -+ -+ bfqd = kzalloc_node(sizeof(*bfqd), GFP_KERNEL, q->node); -+ if (!bfqd) { -+ kobject_put(&eq->kobj); -+ return -ENOMEM; -+ } -+ eq->elevator_data = bfqd; -+ -+ /* -+ * Our fallback bfqq if bfq_find_alloc_queue() runs into OOM issues. -+ * Grab a permanent reference to it, so that the normal code flow -+ * will not attempt to free it. -+ */ -+ bfq_init_bfqq(bfqd, &bfqd->oom_bfqq, NULL, 1, 0); -+ atomic_inc(&bfqd->oom_bfqq.ref); -+ bfqd->oom_bfqq.new_ioprio = BFQ_DEFAULT_QUEUE_IOPRIO; -+ bfqd->oom_bfqq.new_ioprio_class = IOPRIO_CLASS_BE; -+ bfqd->oom_bfqq.entity.new_weight = -+ bfq_ioprio_to_weight(bfqd->oom_bfqq.new_ioprio); -+ /* -+ * Trigger weight initialization, according to ioprio, at the -+ * oom_bfqq's first activation. The oom_bfqq's ioprio and ioprio -+ * class won't be changed any more. -+ */ -+ bfqd->oom_bfqq.entity.prio_changed = 1; -+ -+ bfqd->queue = q; -+ -+ spin_lock_irq(q->queue_lock); -+ q->elevator = eq; -+ spin_unlock_irq(q->queue_lock); -+ -+ bfqd->root_group = bfq_create_group_hierarchy(bfqd, q->node); -+ if (!bfqd->root_group) -+ goto out_free; -+ bfq_init_root_group(bfqd->root_group, bfqd); -+ bfq_init_entity(&bfqd->oom_bfqq.entity, bfqd->root_group); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqd->active_numerous_groups = 0; -+#endif -+ -+ init_timer(&bfqd->idle_slice_timer); -+ bfqd->idle_slice_timer.function = bfq_idle_slice_timer; -+ bfqd->idle_slice_timer.data = (unsigned long)bfqd; -+ -+ bfqd->queue_weights_tree = RB_ROOT; -+ bfqd->group_weights_tree = RB_ROOT; -+ -+ INIT_WORK(&bfqd->unplug_work, bfq_kick_queue); -+ -+ INIT_LIST_HEAD(&bfqd->active_list); -+ INIT_LIST_HEAD(&bfqd->idle_list); -+ INIT_HLIST_HEAD(&bfqd->burst_list); -+ -+ bfqd->hw_tag = -1; -+ -+ bfqd->bfq_max_budget = bfq_default_max_budget; -+ -+ bfqd->bfq_fifo_expire[0] = bfq_fifo_expire[0]; -+ bfqd->bfq_fifo_expire[1] = bfq_fifo_expire[1]; -+ bfqd->bfq_back_max = bfq_back_max; -+ bfqd->bfq_back_penalty = bfq_back_penalty; -+ bfqd->bfq_slice_idle = bfq_slice_idle; -+ bfqd->bfq_class_idle_last_service = 0; -+ bfqd->bfq_max_budget_async_rq = bfq_max_budget_async_rq; -+ bfqd->bfq_timeout[BLK_RW_ASYNC] = bfq_timeout_async; -+ bfqd->bfq_timeout[BLK_RW_SYNC] = bfq_timeout_sync; -+ -+ bfqd->bfq_requests_within_timer = 120; -+ -+ bfqd->bfq_large_burst_thresh = 11; -+ bfqd->bfq_burst_interval = msecs_to_jiffies(500); -+ -+ bfqd->low_latency = true; -+ -+ bfqd->bfq_wr_coeff = 20; -+ bfqd->bfq_wr_rt_max_time = msecs_to_jiffies(300); -+ bfqd->bfq_wr_max_time = 0; -+ bfqd->bfq_wr_min_idle_time = msecs_to_jiffies(2000); -+ bfqd->bfq_wr_min_inter_arr_async = msecs_to_jiffies(500); -+ bfqd->bfq_wr_max_softrt_rate = 7000; /* -+ * Approximate rate required -+ * to playback or record a -+ * high-definition compressed -+ * video. -+ */ -+ bfqd->wr_busy_queues = 0; -+ bfqd->busy_in_flight_queues = 0; -+ bfqd->const_seeky_busy_in_flight_queues = 0; -+ -+ /* -+ * Begin by assuming, optimistically, that the device peak rate is -+ * equal to the highest reference rate. -+ */ -+ bfqd->RT_prod = R_fast[blk_queue_nonrot(bfqd->queue)] * -+ T_fast[blk_queue_nonrot(bfqd->queue)]; -+ bfqd->peak_rate = R_fast[blk_queue_nonrot(bfqd->queue)]; -+ bfqd->device_speed = BFQ_BFQD_FAST; -+ -+ return 0; -+ -+out_free: -+ kfree(bfqd); -+ kobject_put(&eq->kobj); -+ return -ENOMEM; -+} -+ -+static void bfq_slab_kill(void) -+{ -+ kmem_cache_destroy(bfq_pool); -+} -+ -+static int __init bfq_slab_setup(void) -+{ -+ bfq_pool = KMEM_CACHE(bfq_queue, 0); -+ if (!bfq_pool) -+ return -ENOMEM; -+ return 0; -+} -+ -+static ssize_t bfq_var_show(unsigned int var, char *page) -+{ -+ return sprintf(page, "%d\n", var); -+} -+ -+static ssize_t bfq_var_store(unsigned long *var, const char *page, -+ size_t count) -+{ -+ unsigned long new_val; -+ int ret = kstrtoul(page, 10, &new_val); -+ -+ if (ret == 0) -+ *var = new_val; -+ -+ return count; -+} -+ -+static ssize_t bfq_wr_max_time_show(struct elevator_queue *e, char *page) -+{ -+ struct bfq_data *bfqd = e->elevator_data; -+ -+ return sprintf(page, "%d\n", bfqd->bfq_wr_max_time > 0 ? -+ jiffies_to_msecs(bfqd->bfq_wr_max_time) : -+ jiffies_to_msecs(bfq_wr_duration(bfqd))); -+} -+ -+static ssize_t bfq_weights_show(struct elevator_queue *e, char *page) -+{ -+ struct bfq_queue *bfqq; -+ struct bfq_data *bfqd = e->elevator_data; -+ ssize_t num_char = 0; -+ -+ num_char += sprintf(page + num_char, "Tot reqs queued %d\n\n", -+ bfqd->queued); -+ -+ spin_lock_irq(bfqd->queue->queue_lock); -+ -+ num_char += sprintf(page + num_char, "Active:\n"); -+ list_for_each_entry(bfqq, &bfqd->active_list, bfqq_list) { -+ num_char += sprintf(page + num_char, -+ "pid%d: weight %hu, nr_queued %d %d, ", -+ bfqq->pid, -+ bfqq->entity.weight, -+ bfqq->queued[0], -+ bfqq->queued[1]); -+ num_char += sprintf(page + num_char, -+ "dur %d/%u\n", -+ jiffies_to_msecs( -+ jiffies - -+ bfqq->last_wr_start_finish), -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ } -+ -+ num_char += sprintf(page + num_char, "Idle:\n"); -+ list_for_each_entry(bfqq, &bfqd->idle_list, bfqq_list) { -+ num_char += sprintf(page + num_char, -+ "pid%d: weight %hu, dur %d/%u\n", -+ bfqq->pid, -+ bfqq->entity.weight, -+ jiffies_to_msecs(jiffies - -+ bfqq->last_wr_start_finish), -+ jiffies_to_msecs(bfqq->wr_cur_max_time)); -+ } -+ -+ spin_unlock_irq(bfqd->queue->queue_lock); -+ -+ return num_char; -+} -+ -+#define SHOW_FUNCTION(__FUNC, __VAR, __CONV) \ -+static ssize_t __FUNC(struct elevator_queue *e, char *page) \ -+{ \ -+ struct bfq_data *bfqd = e->elevator_data; \ -+ unsigned int __data = __VAR; \ -+ if (__CONV) \ -+ __data = jiffies_to_msecs(__data); \ -+ return bfq_var_show(__data, (page)); \ -+} -+SHOW_FUNCTION(bfq_fifo_expire_sync_show, bfqd->bfq_fifo_expire[1], 1); -+SHOW_FUNCTION(bfq_fifo_expire_async_show, bfqd->bfq_fifo_expire[0], 1); -+SHOW_FUNCTION(bfq_back_seek_max_show, bfqd->bfq_back_max, 0); -+SHOW_FUNCTION(bfq_back_seek_penalty_show, bfqd->bfq_back_penalty, 0); -+SHOW_FUNCTION(bfq_slice_idle_show, bfqd->bfq_slice_idle, 1); -+SHOW_FUNCTION(bfq_max_budget_show, bfqd->bfq_user_max_budget, 0); -+SHOW_FUNCTION(bfq_max_budget_async_rq_show, -+ bfqd->bfq_max_budget_async_rq, 0); -+SHOW_FUNCTION(bfq_timeout_sync_show, bfqd->bfq_timeout[BLK_RW_SYNC], 1); -+SHOW_FUNCTION(bfq_timeout_async_show, bfqd->bfq_timeout[BLK_RW_ASYNC], 1); -+SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0); -+SHOW_FUNCTION(bfq_wr_coeff_show, bfqd->bfq_wr_coeff, 0); -+SHOW_FUNCTION(bfq_wr_rt_max_time_show, bfqd->bfq_wr_rt_max_time, 1); -+SHOW_FUNCTION(bfq_wr_min_idle_time_show, bfqd->bfq_wr_min_idle_time, 1); -+SHOW_FUNCTION(bfq_wr_min_inter_arr_async_show, bfqd->bfq_wr_min_inter_arr_async, -+ 1); -+SHOW_FUNCTION(bfq_wr_max_softrt_rate_show, bfqd->bfq_wr_max_softrt_rate, 0); -+#undef SHOW_FUNCTION -+ -+#define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ -+static ssize_t \ -+__FUNC(struct elevator_queue *e, const char *page, size_t count) \ -+{ \ -+ struct bfq_data *bfqd = e->elevator_data; \ -+ unsigned long uninitialized_var(__data); \ -+ int ret = bfq_var_store(&__data, (page), count); \ -+ if (__data < (MIN)) \ -+ __data = (MIN); \ -+ else if (__data > (MAX)) \ -+ __data = (MAX); \ -+ if (__CONV) \ -+ *(__PTR) = msecs_to_jiffies(__data); \ -+ else \ -+ *(__PTR) = __data; \ -+ return ret; \ -+} -+STORE_FUNCTION(bfq_fifo_expire_sync_store, &bfqd->bfq_fifo_expire[1], 1, -+ INT_MAX, 1); -+STORE_FUNCTION(bfq_fifo_expire_async_store, &bfqd->bfq_fifo_expire[0], 1, -+ INT_MAX, 1); -+STORE_FUNCTION(bfq_back_seek_max_store, &bfqd->bfq_back_max, 0, INT_MAX, 0); -+STORE_FUNCTION(bfq_back_seek_penalty_store, &bfqd->bfq_back_penalty, 1, -+ INT_MAX, 0); -+STORE_FUNCTION(bfq_slice_idle_store, &bfqd->bfq_slice_idle, 0, INT_MAX, 1); -+STORE_FUNCTION(bfq_max_budget_async_rq_store, &bfqd->bfq_max_budget_async_rq, -+ 1, INT_MAX, 0); -+STORE_FUNCTION(bfq_timeout_async_store, &bfqd->bfq_timeout[BLK_RW_ASYNC], 0, -+ INT_MAX, 1); -+STORE_FUNCTION(bfq_wr_coeff_store, &bfqd->bfq_wr_coeff, 1, INT_MAX, 0); -+STORE_FUNCTION(bfq_wr_max_time_store, &bfqd->bfq_wr_max_time, 0, INT_MAX, 1); -+STORE_FUNCTION(bfq_wr_rt_max_time_store, &bfqd->bfq_wr_rt_max_time, 0, INT_MAX, -+ 1); -+STORE_FUNCTION(bfq_wr_min_idle_time_store, &bfqd->bfq_wr_min_idle_time, 0, -+ INT_MAX, 1); -+STORE_FUNCTION(bfq_wr_min_inter_arr_async_store, -+ &bfqd->bfq_wr_min_inter_arr_async, 0, INT_MAX, 1); -+STORE_FUNCTION(bfq_wr_max_softrt_rate_store, &bfqd->bfq_wr_max_softrt_rate, 0, -+ INT_MAX, 0); -+#undef STORE_FUNCTION -+ -+/* do nothing for the moment */ -+static ssize_t bfq_weights_store(struct elevator_queue *e, -+ const char *page, size_t count) -+{ -+ return count; -+} -+ -+static unsigned long bfq_estimated_max_budget(struct bfq_data *bfqd) -+{ -+ u64 timeout = jiffies_to_msecs(bfqd->bfq_timeout[BLK_RW_SYNC]); -+ -+ if (bfqd->peak_rate_samples >= BFQ_PEAK_RATE_SAMPLES) -+ return bfq_calc_max_budget(bfqd->peak_rate, timeout); -+ else -+ return bfq_default_max_budget; -+} -+ -+static ssize_t bfq_max_budget_store(struct elevator_queue *e, -+ const char *page, size_t count) -+{ -+ struct bfq_data *bfqd = e->elevator_data; -+ unsigned long uninitialized_var(__data); -+ int ret = bfq_var_store(&__data, (page), count); -+ -+ if (__data == 0) -+ bfqd->bfq_max_budget = bfq_estimated_max_budget(bfqd); -+ else { -+ if (__data > INT_MAX) -+ __data = INT_MAX; -+ bfqd->bfq_max_budget = __data; -+ } -+ -+ bfqd->bfq_user_max_budget = __data; -+ -+ return ret; -+} -+ -+static ssize_t bfq_timeout_sync_store(struct elevator_queue *e, -+ const char *page, size_t count) -+{ -+ struct bfq_data *bfqd = e->elevator_data; -+ unsigned long uninitialized_var(__data); -+ int ret = bfq_var_store(&__data, (page), count); -+ -+ if (__data < 1) -+ __data = 1; -+ else if (__data > INT_MAX) -+ __data = INT_MAX; -+ -+ bfqd->bfq_timeout[BLK_RW_SYNC] = msecs_to_jiffies(__data); -+ if (bfqd->bfq_user_max_budget == 0) -+ bfqd->bfq_max_budget = bfq_estimated_max_budget(bfqd); -+ -+ return ret; -+} -+ -+static ssize_t bfq_low_latency_store(struct elevator_queue *e, -+ const char *page, size_t count) -+{ -+ struct bfq_data *bfqd = e->elevator_data; -+ unsigned long uninitialized_var(__data); -+ int ret = bfq_var_store(&__data, (page), count); -+ -+ if (__data > 1) -+ __data = 1; -+ if (__data == 0 && bfqd->low_latency != 0) -+ bfq_end_wr(bfqd); -+ bfqd->low_latency = __data; -+ -+ return ret; -+} -+ -+#define BFQ_ATTR(name) \ -+ __ATTR(name, S_IRUGO|S_IWUSR, bfq_##name##_show, bfq_##name##_store) -+ -+static struct elv_fs_entry bfq_attrs[] = { -+ BFQ_ATTR(fifo_expire_sync), -+ BFQ_ATTR(fifo_expire_async), -+ BFQ_ATTR(back_seek_max), -+ BFQ_ATTR(back_seek_penalty), -+ BFQ_ATTR(slice_idle), -+ BFQ_ATTR(max_budget), -+ BFQ_ATTR(max_budget_async_rq), -+ BFQ_ATTR(timeout_sync), -+ BFQ_ATTR(timeout_async), -+ BFQ_ATTR(low_latency), -+ BFQ_ATTR(wr_coeff), -+ BFQ_ATTR(wr_max_time), -+ BFQ_ATTR(wr_rt_max_time), -+ BFQ_ATTR(wr_min_idle_time), -+ BFQ_ATTR(wr_min_inter_arr_async), -+ BFQ_ATTR(wr_max_softrt_rate), -+ BFQ_ATTR(weights), -+ __ATTR_NULL -+}; -+ -+static struct elevator_type iosched_bfq = { -+ .ops = { -+ .elevator_merge_fn = bfq_merge, -+ .elevator_merged_fn = bfq_merged_request, -+ .elevator_merge_req_fn = bfq_merged_requests, -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ .elevator_bio_merged_fn = bfq_bio_merged, -+#endif -+ .elevator_allow_merge_fn = bfq_allow_merge, -+ .elevator_dispatch_fn = bfq_dispatch_requests, -+ .elevator_add_req_fn = bfq_insert_request, -+ .elevator_activate_req_fn = bfq_activate_request, -+ .elevator_deactivate_req_fn = bfq_deactivate_request, -+ .elevator_completed_req_fn = bfq_completed_request, -+ .elevator_former_req_fn = elv_rb_former_request, -+ .elevator_latter_req_fn = elv_rb_latter_request, -+ .elevator_init_icq_fn = bfq_init_icq, -+ .elevator_exit_icq_fn = bfq_exit_icq, -+ .elevator_set_req_fn = bfq_set_request, -+ .elevator_put_req_fn = bfq_put_request, -+ .elevator_may_queue_fn = bfq_may_queue, -+ .elevator_init_fn = bfq_init_queue, -+ .elevator_exit_fn = bfq_exit_queue, -+ }, -+ .icq_size = sizeof(struct bfq_io_cq), -+ .icq_align = __alignof__(struct bfq_io_cq), -+ .elevator_attrs = bfq_attrs, -+ .elevator_name = "bfq", -+ .elevator_owner = THIS_MODULE, -+}; -+ -+static int __init bfq_init(void) -+{ -+ int ret; -+ -+ /* -+ * Can be 0 on HZ < 1000 setups. -+ */ -+ if (bfq_slice_idle == 0) -+ bfq_slice_idle = 1; -+ -+ if (bfq_timeout_async == 0) -+ bfq_timeout_async = 1; -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ ret = blkcg_policy_register(&blkcg_policy_bfq); -+ if (ret) -+ return ret; -+#endif -+ -+ ret = -ENOMEM; -+ if (bfq_slab_setup()) -+ goto err_pol_unreg; -+ -+ /* -+ * Times to load large popular applications for the typical systems -+ * installed on the reference devices (see the comments before the -+ * definitions of the two arrays). -+ */ -+ T_slow[0] = msecs_to_jiffies(2600); -+ T_slow[1] = msecs_to_jiffies(1000); -+ T_fast[0] = msecs_to_jiffies(5500); -+ T_fast[1] = msecs_to_jiffies(2000); -+ -+ /* -+ * Thresholds that determine the switch between speed classes (see -+ * the comments before the definition of the array). -+ */ -+ device_speed_thresh[0] = (R_fast[0] + R_slow[0]) / 2; -+ device_speed_thresh[1] = (R_fast[1] + R_slow[1]) / 2; -+ -+ ret = elv_register(&iosched_bfq); -+ if (ret) -+ goto err_pol_unreg; -+ -+ pr_info("BFQ I/O-scheduler: v7r11"); -+ -+ return 0; -+ -+err_pol_unreg: -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ blkcg_policy_unregister(&blkcg_policy_bfq); -+#endif -+ return ret; -+} -+ -+static void __exit bfq_exit(void) -+{ -+ elv_unregister(&iosched_bfq); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ blkcg_policy_unregister(&blkcg_policy_bfq); -+#endif -+ bfq_slab_kill(); -+} -+ -+module_init(bfq_init); -+module_exit(bfq_exit); -+ -+MODULE_AUTHOR("Arianna Avanzini, Fabio Checconi, Paolo Valente"); -+MODULE_LICENSE("GPL"); -diff --git a/block/bfq-sched.c b/block/bfq-sched.c -new file mode 100644 -index 0000000..a5ed694 ---- /dev/null -+++ b/block/bfq-sched.c -@@ -0,0 +1,1199 @@ -+/* -+ * BFQ: Hierarchical B-WF2Q+ scheduler. -+ * -+ * Based on ideas and code from CFQ: -+ * Copyright (C) 2003 Jens Axboe -+ * -+ * Copyright (C) 2008 Fabio Checconi -+ * Paolo Valente -+ * -+ * Copyright (C) 2010 Paolo Valente -+ */ -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+#define for_each_entity(entity) \ -+ for (; entity ; entity = entity->parent) -+ -+#define for_each_entity_safe(entity, parent) \ -+ for (; entity && ({ parent = entity->parent; 1; }); entity = parent) -+ -+ -+static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *sd, -+ int extract, -+ struct bfq_data *bfqd); -+ -+static struct bfq_group *bfqq_group(struct bfq_queue *bfqq); -+ -+static void bfq_update_budget(struct bfq_entity *next_in_service) -+{ -+ struct bfq_entity *bfqg_entity; -+ struct bfq_group *bfqg; -+ struct bfq_sched_data *group_sd; -+ -+ BUG_ON(!next_in_service); -+ -+ group_sd = next_in_service->sched_data; -+ -+ bfqg = container_of(group_sd, struct bfq_group, sched_data); -+ /* -+ * bfq_group's my_entity field is not NULL only if the group -+ * is not the root group. We must not touch the root entity -+ * as it must never become an in-service entity. -+ */ -+ bfqg_entity = bfqg->my_entity; -+ if (bfqg_entity) -+ bfqg_entity->budget = next_in_service->budget; -+} -+ -+static int bfq_update_next_in_service(struct bfq_sched_data *sd) -+{ -+ struct bfq_entity *next_in_service; -+ -+ if (sd->in_service_entity) -+ /* will update/requeue at the end of service */ -+ return 0; -+ -+ /* -+ * NOTE: this can be improved in many ways, such as returning -+ * 1 (and thus propagating upwards the update) only when the -+ * budget changes, or caching the bfqq that will be scheduled -+ * next from this subtree. By now we worry more about -+ * correctness than about performance... -+ */ -+ next_in_service = bfq_lookup_next_entity(sd, 0, NULL); -+ sd->next_in_service = next_in_service; -+ -+ if (next_in_service) -+ bfq_update_budget(next_in_service); -+ -+ return 1; -+} -+ -+static void bfq_check_next_in_service(struct bfq_sched_data *sd, -+ struct bfq_entity *entity) -+{ -+ BUG_ON(sd->next_in_service != entity); -+} -+#else -+#define for_each_entity(entity) \ -+ for (; entity ; entity = NULL) -+ -+#define for_each_entity_safe(entity, parent) \ -+ for (parent = NULL; entity ; entity = parent) -+ -+static int bfq_update_next_in_service(struct bfq_sched_data *sd) -+{ -+ return 0; -+} -+ -+static void bfq_check_next_in_service(struct bfq_sched_data *sd, -+ struct bfq_entity *entity) -+{ -+} -+ -+static void bfq_update_budget(struct bfq_entity *next_in_service) -+{ -+} -+#endif -+ -+/* -+ * Shift for timestamp calculations. This actually limits the maximum -+ * service allowed in one timestamp delta (small shift values increase it), -+ * the maximum total weight that can be used for the queues in the system -+ * (big shift values increase it), and the period of virtual time -+ * wraparounds. -+ */ -+#define WFQ_SERVICE_SHIFT 22 -+ -+/** -+ * bfq_gt - compare two timestamps. -+ * @a: first ts. -+ * @b: second ts. -+ * -+ * Return @a > @b, dealing with wrapping correctly. -+ */ -+static int bfq_gt(u64 a, u64 b) -+{ -+ return (s64)(a - b) > 0; -+} -+ -+static struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = NULL; -+ -+ BUG_ON(!entity); -+ -+ if (!entity->my_sched_data) -+ bfqq = container_of(entity, struct bfq_queue, entity); -+ -+ return bfqq; -+} -+ -+ -+/** -+ * bfq_delta - map service into the virtual time domain. -+ * @service: amount of service. -+ * @weight: scale factor (weight of an entity or weight sum). -+ */ -+static u64 bfq_delta(unsigned long service, unsigned long weight) -+{ -+ u64 d = (u64)service << WFQ_SERVICE_SHIFT; -+ -+ do_div(d, weight); -+ return d; -+} -+ -+/** -+ * bfq_calc_finish - assign the finish time to an entity. -+ * @entity: the entity to act upon. -+ * @service: the service to be charged to the entity. -+ */ -+static void bfq_calc_finish(struct bfq_entity *entity, unsigned long service) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ -+ BUG_ON(entity->weight == 0); -+ -+ entity->finish = entity->start + -+ bfq_delta(service, entity->weight); -+ -+ if (bfqq) { -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "calc_finish: serv %lu, w %d", -+ service, entity->weight); -+ bfq_log_bfqq(bfqq->bfqd, bfqq, -+ "calc_finish: start %llu, finish %llu, delta %llu", -+ entity->start, entity->finish, -+ bfq_delta(service, entity->weight)); -+ } -+} -+ -+/** -+ * bfq_entity_of - get an entity from a node. -+ * @node: the node field of the entity. -+ * -+ * Convert a node pointer to the relative entity. This is used only -+ * to simplify the logic of some functions and not as the generic -+ * conversion mechanism because, e.g., in the tree walking functions, -+ * the check for a %NULL value would be redundant. -+ */ -+static struct bfq_entity *bfq_entity_of(struct rb_node *node) -+{ -+ struct bfq_entity *entity = NULL; -+ -+ if (node) -+ entity = rb_entry(node, struct bfq_entity, rb_node); -+ -+ return entity; -+} -+ -+/** -+ * bfq_extract - remove an entity from a tree. -+ * @root: the tree root. -+ * @entity: the entity to remove. -+ */ -+static void bfq_extract(struct rb_root *root, struct bfq_entity *entity) -+{ -+ BUG_ON(entity->tree != root); -+ -+ entity->tree = NULL; -+ rb_erase(&entity->rb_node, root); -+} -+ -+/** -+ * bfq_idle_extract - extract an entity from the idle tree. -+ * @st: the service tree of the owning @entity. -+ * @entity: the entity being removed. -+ */ -+static void bfq_idle_extract(struct bfq_service_tree *st, -+ struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ struct rb_node *next; -+ -+ BUG_ON(entity->tree != &st->idle); -+ -+ if (entity == st->first_idle) { -+ next = rb_next(&entity->rb_node); -+ st->first_idle = bfq_entity_of(next); -+ } -+ -+ if (entity == st->last_idle) { -+ next = rb_prev(&entity->rb_node); -+ st->last_idle = bfq_entity_of(next); -+ } -+ -+ bfq_extract(&st->idle, entity); -+ -+ if (bfqq) -+ list_del(&bfqq->bfqq_list); -+} -+ -+/** -+ * bfq_insert - generic tree insertion. -+ * @root: tree root. -+ * @entity: entity to insert. -+ * -+ * This is used for the idle and the active tree, since they are both -+ * ordered by finish time. -+ */ -+static void bfq_insert(struct rb_root *root, struct bfq_entity *entity) -+{ -+ struct bfq_entity *entry; -+ struct rb_node **node = &root->rb_node; -+ struct rb_node *parent = NULL; -+ -+ BUG_ON(entity->tree); -+ -+ while (*node) { -+ parent = *node; -+ entry = rb_entry(parent, struct bfq_entity, rb_node); -+ -+ if (bfq_gt(entry->finish, entity->finish)) -+ node = &parent->rb_left; -+ else -+ node = &parent->rb_right; -+ } -+ -+ rb_link_node(&entity->rb_node, parent, node); -+ rb_insert_color(&entity->rb_node, root); -+ -+ entity->tree = root; -+} -+ -+/** -+ * bfq_update_min - update the min_start field of a entity. -+ * @entity: the entity to update. -+ * @node: one of its children. -+ * -+ * This function is called when @entity may store an invalid value for -+ * min_start due to updates to the active tree. The function assumes -+ * that the subtree rooted at @node (which may be its left or its right -+ * child) has a valid min_start value. -+ */ -+static void bfq_update_min(struct bfq_entity *entity, struct rb_node *node) -+{ -+ struct bfq_entity *child; -+ -+ if (node) { -+ child = rb_entry(node, struct bfq_entity, rb_node); -+ if (bfq_gt(entity->min_start, child->min_start)) -+ entity->min_start = child->min_start; -+ } -+} -+ -+/** -+ * bfq_update_active_node - recalculate min_start. -+ * @node: the node to update. -+ * -+ * @node may have changed position or one of its children may have moved, -+ * this function updates its min_start value. The left and right subtrees -+ * are assumed to hold a correct min_start value. -+ */ -+static void bfq_update_active_node(struct rb_node *node) -+{ -+ struct bfq_entity *entity = rb_entry(node, struct bfq_entity, rb_node); -+ -+ entity->min_start = entity->start; -+ bfq_update_min(entity, node->rb_right); -+ bfq_update_min(entity, node->rb_left); -+} -+ -+/** -+ * bfq_update_active_tree - update min_start for the whole active tree. -+ * @node: the starting node. -+ * -+ * @node must be the deepest modified node after an update. This function -+ * updates its min_start using the values held by its children, assuming -+ * that they did not change, and then updates all the nodes that may have -+ * changed in the path to the root. The only nodes that may have changed -+ * are the ones in the path or their siblings. -+ */ -+static void bfq_update_active_tree(struct rb_node *node) -+{ -+ struct rb_node *parent; -+ -+up: -+ bfq_update_active_node(node); -+ -+ parent = rb_parent(node); -+ if (!parent) -+ return; -+ -+ if (node == parent->rb_left && parent->rb_right) -+ bfq_update_active_node(parent->rb_right); -+ else if (parent->rb_left) -+ bfq_update_active_node(parent->rb_left); -+ -+ node = parent; -+ goto up; -+} -+ -+static void bfq_weights_tree_add(struct bfq_data *bfqd, -+ struct bfq_entity *entity, -+ struct rb_root *root); -+ -+static void bfq_weights_tree_remove(struct bfq_data *bfqd, -+ struct bfq_entity *entity, -+ struct rb_root *root); -+ -+ -+/** -+ * bfq_active_insert - insert an entity in the active tree of its -+ * group/device. -+ * @st: the service tree of the entity. -+ * @entity: the entity being inserted. -+ * -+ * The active tree is ordered by finish time, but an extra key is kept -+ * per each node, containing the minimum value for the start times of -+ * its children (and the node itself), so it's possible to search for -+ * the eligible node with the lowest finish time in logarithmic time. -+ */ -+static void bfq_active_insert(struct bfq_service_tree *st, -+ struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ struct rb_node *node = &entity->rb_node; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ struct bfq_sched_data *sd = NULL; -+ struct bfq_group *bfqg = NULL; -+ struct bfq_data *bfqd = NULL; -+#endif -+ -+ bfq_insert(&st->active, entity); -+ -+ if (node->rb_left) -+ node = node->rb_left; -+ else if (node->rb_right) -+ node = node->rb_right; -+ -+ bfq_update_active_tree(node); -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ sd = entity->sched_data; -+ bfqg = container_of(sd, struct bfq_group, sched_data); -+ BUG_ON(!bfqg); -+ bfqd = (struct bfq_data *)bfqg->bfqd; -+#endif -+ if (bfqq) -+ list_add(&bfqq->bfqq_list, &bfqq->bfqd->active_list); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { /* bfq_group */ -+ BUG_ON(!bfqd); -+ bfq_weights_tree_add(bfqd, entity, &bfqd->group_weights_tree); -+ } -+ if (bfqg != bfqd->root_group) { -+ BUG_ON(!bfqg); -+ BUG_ON(!bfqd); -+ bfqg->active_entities++; -+ if (bfqg->active_entities == 2) -+ bfqd->active_numerous_groups++; -+ } -+#endif -+} -+ -+/** -+ * bfq_ioprio_to_weight - calc a weight from an ioprio. -+ * @ioprio: the ioprio value to convert. -+ */ -+static unsigned short bfq_ioprio_to_weight(int ioprio) -+{ -+ BUG_ON(ioprio < 0 || ioprio >= IOPRIO_BE_NR); -+ return IOPRIO_BE_NR * BFQ_WEIGHT_CONVERSION_COEFF - ioprio; -+} -+ -+/** -+ * bfq_weight_to_ioprio - calc an ioprio from a weight. -+ * @weight: the weight value to convert. -+ * -+ * To preserve as much as possible the old only-ioprio user interface, -+ * 0 is used as an escape ioprio value for weights (numerically) equal or -+ * larger than IOPRIO_BE_NR * BFQ_WEIGHT_CONVERSION_COEFF. -+ */ -+static unsigned short bfq_weight_to_ioprio(int weight) -+{ -+ BUG_ON(weight < BFQ_MIN_WEIGHT || weight > BFQ_MAX_WEIGHT); -+ return IOPRIO_BE_NR * BFQ_WEIGHT_CONVERSION_COEFF - weight < 0 ? -+ 0 : IOPRIO_BE_NR * BFQ_WEIGHT_CONVERSION_COEFF - weight; -+} -+ -+static void bfq_get_entity(struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ -+ if (bfqq) { -+ atomic_inc(&bfqq->ref); -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "get_entity: %p %d", -+ bfqq, atomic_read(&bfqq->ref)); -+ } -+} -+ -+/** -+ * bfq_find_deepest - find the deepest node that an extraction can modify. -+ * @node: the node being removed. -+ * -+ * Do the first step of an extraction in an rb tree, looking for the -+ * node that will replace @node, and returning the deepest node that -+ * the following modifications to the tree can touch. If @node is the -+ * last node in the tree return %NULL. -+ */ -+static struct rb_node *bfq_find_deepest(struct rb_node *node) -+{ -+ struct rb_node *deepest; -+ -+ if (!node->rb_right && !node->rb_left) -+ deepest = rb_parent(node); -+ else if (!node->rb_right) -+ deepest = node->rb_left; -+ else if (!node->rb_left) -+ deepest = node->rb_right; -+ else { -+ deepest = rb_next(node); -+ if (deepest->rb_right) -+ deepest = deepest->rb_right; -+ else if (rb_parent(deepest) != node) -+ deepest = rb_parent(deepest); -+ } -+ -+ return deepest; -+} -+ -+/** -+ * bfq_active_extract - remove an entity from the active tree. -+ * @st: the service_tree containing the tree. -+ * @entity: the entity being removed. -+ */ -+static void bfq_active_extract(struct bfq_service_tree *st, -+ struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ struct rb_node *node; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ struct bfq_sched_data *sd = NULL; -+ struct bfq_group *bfqg = NULL; -+ struct bfq_data *bfqd = NULL; -+#endif -+ -+ node = bfq_find_deepest(&entity->rb_node); -+ bfq_extract(&st->active, entity); -+ -+ if (node) -+ bfq_update_active_tree(node); -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ sd = entity->sched_data; -+ bfqg = container_of(sd, struct bfq_group, sched_data); -+ BUG_ON(!bfqg); -+ bfqd = (struct bfq_data *)bfqg->bfqd; -+#endif -+ if (bfqq) -+ list_del(&bfqq->bfqq_list); -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { /* bfq_group */ -+ BUG_ON(!bfqd); -+ bfq_weights_tree_remove(bfqd, entity, -+ &bfqd->group_weights_tree); -+ } -+ if (bfqg != bfqd->root_group) { -+ BUG_ON(!bfqg); -+ BUG_ON(!bfqd); -+ BUG_ON(!bfqg->active_entities); -+ bfqg->active_entities--; -+ if (bfqg->active_entities == 1) { -+ BUG_ON(!bfqd->active_numerous_groups); -+ bfqd->active_numerous_groups--; -+ } -+ } -+#endif -+} -+ -+/** -+ * bfq_idle_insert - insert an entity into the idle tree. -+ * @st: the service tree containing the tree. -+ * @entity: the entity to insert. -+ */ -+static void bfq_idle_insert(struct bfq_service_tree *st, -+ struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ struct bfq_entity *first_idle = st->first_idle; -+ struct bfq_entity *last_idle = st->last_idle; -+ -+ if (!first_idle || bfq_gt(first_idle->finish, entity->finish)) -+ st->first_idle = entity; -+ if (!last_idle || bfq_gt(entity->finish, last_idle->finish)) -+ st->last_idle = entity; -+ -+ bfq_insert(&st->idle, entity); -+ -+ if (bfqq) -+ list_add(&bfqq->bfqq_list, &bfqq->bfqd->idle_list); -+} -+ -+/** -+ * bfq_forget_entity - remove an entity from the wfq trees. -+ * @st: the service tree. -+ * @entity: the entity being removed. -+ * -+ * Update the device status and forget everything about @entity, putting -+ * the device reference to it, if it is a queue. Entities belonging to -+ * groups are not refcounted. -+ */ -+static void bfq_forget_entity(struct bfq_service_tree *st, -+ struct bfq_entity *entity) -+{ -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ struct bfq_sched_data *sd; -+ -+ BUG_ON(!entity->on_st); -+ -+ entity->on_st = 0; -+ st->wsum -= entity->weight; -+ if (bfqq) { -+ sd = entity->sched_data; -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "forget_entity: %p %d", -+ bfqq, atomic_read(&bfqq->ref)); -+ bfq_put_queue(bfqq); -+ } -+} -+ -+/** -+ * bfq_put_idle_entity - release the idle tree ref of an entity. -+ * @st: service tree for the entity. -+ * @entity: the entity being released. -+ */ -+static void bfq_put_idle_entity(struct bfq_service_tree *st, -+ struct bfq_entity *entity) -+{ -+ bfq_idle_extract(st, entity); -+ bfq_forget_entity(st, entity); -+} -+ -+/** -+ * bfq_forget_idle - update the idle tree if necessary. -+ * @st: the service tree to act upon. -+ * -+ * To preserve the global O(log N) complexity we only remove one entry here; -+ * as the idle tree will not grow indefinitely this can be done safely. -+ */ -+static void bfq_forget_idle(struct bfq_service_tree *st) -+{ -+ struct bfq_entity *first_idle = st->first_idle; -+ struct bfq_entity *last_idle = st->last_idle; -+ -+ if (RB_EMPTY_ROOT(&st->active) && last_idle && -+ !bfq_gt(last_idle->finish, st->vtime)) { -+ /* -+ * Forget the whole idle tree, increasing the vtime past -+ * the last finish time of idle entities. -+ */ -+ st->vtime = last_idle->finish; -+ } -+ -+ if (first_idle && !bfq_gt(first_idle->finish, st->vtime)) -+ bfq_put_idle_entity(st, first_idle); -+} -+ -+static struct bfq_service_tree * -+__bfq_entity_update_weight_prio(struct bfq_service_tree *old_st, -+ struct bfq_entity *entity) -+{ -+ struct bfq_service_tree *new_st = old_st; -+ -+ if (entity->prio_changed) { -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ unsigned short prev_weight, new_weight; -+ struct bfq_data *bfqd = NULL; -+ struct rb_root *root; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ struct bfq_sched_data *sd; -+ struct bfq_group *bfqg; -+#endif -+ -+ if (bfqq) -+ bfqd = bfqq->bfqd; -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ else { -+ sd = entity->my_sched_data; -+ bfqg = container_of(sd, struct bfq_group, sched_data); -+ BUG_ON(!bfqg); -+ bfqd = (struct bfq_data *)bfqg->bfqd; -+ BUG_ON(!bfqd); -+ } -+#endif -+ -+ BUG_ON(old_st->wsum < entity->weight); -+ old_st->wsum -= entity->weight; -+ -+ if (entity->new_weight != entity->orig_weight) { -+ if (entity->new_weight < BFQ_MIN_WEIGHT || -+ entity->new_weight > BFQ_MAX_WEIGHT) { -+ pr_crit("update_weight_prio: new_weight %d\n", -+ entity->new_weight); -+ BUG(); -+ } -+ entity->orig_weight = entity->new_weight; -+ if (bfqq) -+ bfqq->ioprio = -+ bfq_weight_to_ioprio(entity->orig_weight); -+ } -+ -+ if (bfqq) -+ bfqq->ioprio_class = bfqq->new_ioprio_class; -+ entity->prio_changed = 0; -+ -+ /* -+ * NOTE: here we may be changing the weight too early, -+ * this will cause unfairness. The correct approach -+ * would have required additional complexity to defer -+ * weight changes to the proper time instants (i.e., -+ * when entity->finish <= old_st->vtime). -+ */ -+ new_st = bfq_entity_service_tree(entity); -+ -+ prev_weight = entity->weight; -+ new_weight = entity->orig_weight * -+ (bfqq ? bfqq->wr_coeff : 1); -+ /* -+ * If the weight of the entity changes, remove the entity -+ * from its old weight counter (if there is a counter -+ * associated with the entity), and add it to the counter -+ * associated with its new weight. -+ */ -+ if (prev_weight != new_weight) { -+ root = bfqq ? &bfqd->queue_weights_tree : -+ &bfqd->group_weights_tree; -+ bfq_weights_tree_remove(bfqd, entity, root); -+ } -+ entity->weight = new_weight; -+ /* -+ * Add the entity to its weights tree only if it is -+ * not associated with a weight-raised queue. -+ */ -+ if (prev_weight != new_weight && -+ (bfqq ? bfqq->wr_coeff == 1 : 1)) -+ /* If we get here, root has been initialized. */ -+ bfq_weights_tree_add(bfqd, entity, root); -+ -+ new_st->wsum += entity->weight; -+ -+ if (new_st != old_st) -+ entity->start = new_st->vtime; -+ } -+ -+ return new_st; -+} -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+static void bfqg_stats_set_start_empty_time(struct bfq_group *bfqg); -+#endif -+ -+/** -+ * bfq_bfqq_served - update the scheduler status after selection for -+ * service. -+ * @bfqq: the queue being served. -+ * @served: bytes to transfer. -+ * -+ * NOTE: this can be optimized, as the timestamps of upper level entities -+ * are synchronized every time a new bfqq is selected for service. By now, -+ * we keep it to better check consistency. -+ */ -+static void bfq_bfqq_served(struct bfq_queue *bfqq, int served) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ struct bfq_service_tree *st; -+ -+ for_each_entity(entity) { -+ st = bfq_entity_service_tree(entity); -+ -+ entity->service += served; -+ BUG_ON(entity->service > entity->budget); -+ BUG_ON(st->wsum == 0); -+ -+ st->vtime += bfq_delta(served, st->wsum); -+ bfq_forget_idle(st); -+ } -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_set_start_empty_time(bfqq_group(bfqq)); -+#endif -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d secs", served); -+} -+ -+/** -+ * bfq_bfqq_charge_full_budget - set the service to the entity budget. -+ * @bfqq: the queue that needs a service update. -+ * -+ * When it's not possible to be fair in the service domain, because -+ * a queue is not consuming its budget fast enough (the meaning of -+ * fast depends on the timeout parameter), we charge it a full -+ * budget. In this way we should obtain a sort of time-domain -+ * fairness among all the seeky/slow queues. -+ */ -+static void bfq_bfqq_charge_full_budget(struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "charge_full_budget"); -+ -+ bfq_bfqq_served(bfqq, entity->budget - entity->service); -+} -+ -+/** -+ * __bfq_activate_entity - activate an entity. -+ * @entity: the entity being activated. -+ * -+ * Called whenever an entity is activated, i.e., it is not active and one -+ * of its children receives a new request, or has to be reactivated due to -+ * budget exhaustion. It uses the current budget of the entity (and the -+ * service received if @entity is active) of the queue to calculate its -+ * timestamps. -+ */ -+static void __bfq_activate_entity(struct bfq_entity *entity) -+{ -+ struct bfq_sched_data *sd = entity->sched_data; -+ struct bfq_service_tree *st = bfq_entity_service_tree(entity); -+ -+ if (entity == sd->in_service_entity) { -+ BUG_ON(entity->tree); -+ /* -+ * If we are requeueing the current entity we have -+ * to take care of not charging to it service it has -+ * not received. -+ */ -+ bfq_calc_finish(entity, entity->service); -+ entity->start = entity->finish; -+ sd->in_service_entity = NULL; -+ } else if (entity->tree == &st->active) { -+ /* -+ * Requeueing an entity due to a change of some -+ * next_in_service entity below it. We reuse the -+ * old start time. -+ */ -+ bfq_active_extract(st, entity); -+ } else if (entity->tree == &st->idle) { -+ /* -+ * Must be on the idle tree, bfq_idle_extract() will -+ * check for that. -+ */ -+ bfq_idle_extract(st, entity); -+ entity->start = bfq_gt(st->vtime, entity->finish) ? -+ st->vtime : entity->finish; -+ } else { -+ /* -+ * The finish time of the entity may be invalid, and -+ * it is in the past for sure, otherwise the queue -+ * would have been on the idle tree. -+ */ -+ entity->start = st->vtime; -+ st->wsum += entity->weight; -+ bfq_get_entity(entity); -+ -+ BUG_ON(entity->on_st); -+ entity->on_st = 1; -+ } -+ -+ st = __bfq_entity_update_weight_prio(st, entity); -+ bfq_calc_finish(entity, entity->budget); -+ bfq_active_insert(st, entity); -+} -+ -+/** -+ * bfq_activate_entity - activate an entity and its ancestors if necessary. -+ * @entity: the entity to activate. -+ * -+ * Activate @entity and all the entities on the path from it to the root. -+ */ -+static void bfq_activate_entity(struct bfq_entity *entity) -+{ -+ struct bfq_sched_data *sd; -+ -+ for_each_entity(entity) { -+ __bfq_activate_entity(entity); -+ -+ sd = entity->sched_data; -+ if (!bfq_update_next_in_service(sd)) -+ /* -+ * No need to propagate the activation to the -+ * upper entities, as they will be updated when -+ * the in-service entity is rescheduled. -+ */ -+ break; -+ } -+} -+ -+/** -+ * __bfq_deactivate_entity - deactivate an entity from its service tree. -+ * @entity: the entity to deactivate. -+ * @requeue: if false, the entity will not be put into the idle tree. -+ * -+ * Deactivate an entity, independently from its previous state. If the -+ * entity was not on a service tree just return, otherwise if it is on -+ * any scheduler tree, extract it from that tree, and if necessary -+ * and if the caller did not specify @requeue, put it on the idle tree. -+ * -+ * Return %1 if the caller should update the entity hierarchy, i.e., -+ * if the entity was in service or if it was the next_in_service for -+ * its sched_data; return %0 otherwise. -+ */ -+static int __bfq_deactivate_entity(struct bfq_entity *entity, int requeue) -+{ -+ struct bfq_sched_data *sd = entity->sched_data; -+ struct bfq_service_tree *st; -+ int was_in_service; -+ int ret = 0; -+ -+ if (sd == NULL || !entity->on_st) /* never activated, or inactive */ -+ return 0; -+ -+ st = bfq_entity_service_tree(entity); -+ was_in_service = entity == sd->in_service_entity; -+ -+ BUG_ON(was_in_service && entity->tree); -+ -+ if (was_in_service) { -+ bfq_calc_finish(entity, entity->service); -+ sd->in_service_entity = NULL; -+ } else if (entity->tree == &st->active) -+ bfq_active_extract(st, entity); -+ else if (entity->tree == &st->idle) -+ bfq_idle_extract(st, entity); -+ else if (entity->tree) -+ BUG(); -+ -+ if (was_in_service || sd->next_in_service == entity) -+ ret = bfq_update_next_in_service(sd); -+ -+ if (!requeue || !bfq_gt(entity->finish, st->vtime)) -+ bfq_forget_entity(st, entity); -+ else -+ bfq_idle_insert(st, entity); -+ -+ BUG_ON(sd->in_service_entity == entity); -+ BUG_ON(sd->next_in_service == entity); -+ -+ return ret; -+} -+ -+/** -+ * bfq_deactivate_entity - deactivate an entity. -+ * @entity: the entity to deactivate. -+ * @requeue: true if the entity can be put on the idle tree -+ */ -+static void bfq_deactivate_entity(struct bfq_entity *entity, int requeue) -+{ -+ struct bfq_sched_data *sd; -+ struct bfq_entity *parent; -+ -+ for_each_entity_safe(entity, parent) { -+ sd = entity->sched_data; -+ -+ if (!__bfq_deactivate_entity(entity, requeue)) -+ /* -+ * The parent entity is still backlogged, and -+ * we don't need to update it as it is still -+ * in service. -+ */ -+ break; -+ -+ if (sd->next_in_service) -+ /* -+ * The parent entity is still backlogged and -+ * the budgets on the path towards the root -+ * need to be updated. -+ */ -+ goto update; -+ -+ /* -+ * If we reach there the parent is no more backlogged and -+ * we want to propagate the dequeue upwards. -+ */ -+ requeue = 1; -+ } -+ -+ return; -+ -+update: -+ entity = parent; -+ for_each_entity(entity) { -+ __bfq_activate_entity(entity); -+ -+ sd = entity->sched_data; -+ if (!bfq_update_next_in_service(sd)) -+ break; -+ } -+} -+ -+/** -+ * bfq_update_vtime - update vtime if necessary. -+ * @st: the service tree to act upon. -+ * -+ * If necessary update the service tree vtime to have at least one -+ * eligible entity, skipping to its start time. Assumes that the -+ * active tree of the device is not empty. -+ * -+ * NOTE: this hierarchical implementation updates vtimes quite often, -+ * we may end up with reactivated processes getting timestamps after a -+ * vtime skip done because we needed a ->first_active entity on some -+ * intermediate node. -+ */ -+static void bfq_update_vtime(struct bfq_service_tree *st) -+{ -+ struct bfq_entity *entry; -+ struct rb_node *node = st->active.rb_node; -+ -+ entry = rb_entry(node, struct bfq_entity, rb_node); -+ if (bfq_gt(entry->min_start, st->vtime)) { -+ st->vtime = entry->min_start; -+ bfq_forget_idle(st); -+ } -+} -+ -+/** -+ * bfq_first_active_entity - find the eligible entity with -+ * the smallest finish time -+ * @st: the service tree to select from. -+ * -+ * This function searches the first schedulable entity, starting from the -+ * root of the tree and going on the left every time on this side there is -+ * a subtree with at least one eligible (start >= vtime) entity. The path on -+ * the right is followed only if a) the left subtree contains no eligible -+ * entities and b) no eligible entity has been found yet. -+ */ -+static struct bfq_entity *bfq_first_active_entity(struct bfq_service_tree *st) -+{ -+ struct bfq_entity *entry, *first = NULL; -+ struct rb_node *node = st->active.rb_node; -+ -+ while (node) { -+ entry = rb_entry(node, struct bfq_entity, rb_node); -+left: -+ if (!bfq_gt(entry->start, st->vtime)) -+ first = entry; -+ -+ BUG_ON(bfq_gt(entry->min_start, st->vtime)); -+ -+ if (node->rb_left) { -+ entry = rb_entry(node->rb_left, -+ struct bfq_entity, rb_node); -+ if (!bfq_gt(entry->min_start, st->vtime)) { -+ node = node->rb_left; -+ goto left; -+ } -+ } -+ if (first) -+ break; -+ node = node->rb_right; -+ } -+ -+ BUG_ON(!first && !RB_EMPTY_ROOT(&st->active)); -+ return first; -+} -+ -+/** -+ * __bfq_lookup_next_entity - return the first eligible entity in @st. -+ * @st: the service tree. -+ * -+ * Update the virtual time in @st and return the first eligible entity -+ * it contains. -+ */ -+static struct bfq_entity *__bfq_lookup_next_entity(struct bfq_service_tree *st, -+ bool force) -+{ -+ struct bfq_entity *entity, *new_next_in_service = NULL; -+ -+ if (RB_EMPTY_ROOT(&st->active)) -+ return NULL; -+ -+ bfq_update_vtime(st); -+ entity = bfq_first_active_entity(st); -+ BUG_ON(bfq_gt(entity->start, st->vtime)); -+ -+ /* -+ * If the chosen entity does not match with the sched_data's -+ * next_in_service and we are forcedly serving the IDLE priority -+ * class tree, bubble up budget update. -+ */ -+ if (unlikely(force && entity != entity->sched_data->next_in_service)) { -+ new_next_in_service = entity; -+ for_each_entity(new_next_in_service) -+ bfq_update_budget(new_next_in_service); -+ } -+ -+ return entity; -+} -+ -+/** -+ * bfq_lookup_next_entity - return the first eligible entity in @sd. -+ * @sd: the sched_data. -+ * @extract: if true the returned entity will be also extracted from @sd. -+ * -+ * NOTE: since we cache the next_in_service entity at each level of the -+ * hierarchy, the complexity of the lookup can be decreased with -+ * absolutely no effort just returning the cached next_in_service value; -+ * we prefer to do full lookups to test the consistency of * the data -+ * structures. -+ */ -+static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *sd, -+ int extract, -+ struct bfq_data *bfqd) -+{ -+ struct bfq_service_tree *st = sd->service_tree; -+ struct bfq_entity *entity; -+ int i = 0; -+ -+ BUG_ON(sd->in_service_entity); -+ -+ if (bfqd && -+ jiffies - bfqd->bfq_class_idle_last_service > BFQ_CL_IDLE_TIMEOUT) { -+ entity = __bfq_lookup_next_entity(st + BFQ_IOPRIO_CLASSES - 1, -+ true); -+ if (entity) { -+ i = BFQ_IOPRIO_CLASSES - 1; -+ bfqd->bfq_class_idle_last_service = jiffies; -+ sd->next_in_service = entity; -+ } -+ } -+ for (; i < BFQ_IOPRIO_CLASSES; i++) { -+ entity = __bfq_lookup_next_entity(st + i, false); -+ if (entity) { -+ if (extract) { -+ bfq_check_next_in_service(sd, entity); -+ bfq_active_extract(st + i, entity); -+ sd->in_service_entity = entity; -+ sd->next_in_service = NULL; -+ } -+ break; -+ } -+ } -+ -+ return entity; -+} -+ -+/* -+ * Get next queue for service. -+ */ -+static struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd) -+{ -+ struct bfq_entity *entity = NULL; -+ struct bfq_sched_data *sd; -+ struct bfq_queue *bfqq; -+ -+ BUG_ON(bfqd->in_service_queue); -+ -+ if (bfqd->busy_queues == 0) -+ return NULL; -+ -+ sd = &bfqd->root_group->sched_data; -+ for (; sd ; sd = entity->my_sched_data) { -+ entity = bfq_lookup_next_entity(sd, 1, bfqd); -+ BUG_ON(!entity); -+ entity->service = 0; -+ } -+ -+ bfqq = bfq_entity_to_bfqq(entity); -+ BUG_ON(!bfqq); -+ -+ return bfqq; -+} -+ -+static void __bfq_bfqd_reset_in_service(struct bfq_data *bfqd) -+{ -+ if (bfqd->in_service_bic) { -+ put_io_context(bfqd->in_service_bic->icq.ioc); -+ bfqd->in_service_bic = NULL; -+ } -+ -+ bfqd->in_service_queue = NULL; -+ del_timer(&bfqd->idle_slice_timer); -+} -+ -+static void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ int requeue) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ if (bfqq == bfqd->in_service_queue) -+ __bfq_bfqd_reset_in_service(bfqd); -+ -+ bfq_deactivate_entity(entity, requeue); -+} -+ -+static void bfq_activate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ struct bfq_entity *entity = &bfqq->entity; -+ -+ bfq_activate_entity(entity); -+} -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+static void bfqg_stats_update_dequeue(struct bfq_group *bfqg); -+#endif -+ -+/* -+ * Called when the bfqq no longer has requests pending, remove it from -+ * the service tree. -+ */ -+static void bfq_del_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ int requeue) -+{ -+ BUG_ON(!bfq_bfqq_busy(bfqq)); -+ BUG_ON(!RB_EMPTY_ROOT(&bfqq->sort_list)); -+ -+ bfq_log_bfqq(bfqd, bfqq, "del from busy"); -+ -+ bfq_clear_bfqq_busy(bfqq); -+ -+ BUG_ON(bfqd->busy_queues == 0); -+ bfqd->busy_queues--; -+ -+ if (!bfqq->dispatched) { -+ bfq_weights_tree_remove(bfqd, &bfqq->entity, -+ &bfqd->queue_weights_tree); -+ if (!blk_queue_nonrot(bfqd->queue)) { -+ BUG_ON(!bfqd->busy_in_flight_queues); -+ bfqd->busy_in_flight_queues--; -+ if (bfq_bfqq_constantly_seeky(bfqq)) { -+ BUG_ON(!bfqd-> -+ const_seeky_busy_in_flight_queues); -+ bfqd->const_seeky_busy_in_flight_queues--; -+ } -+ } -+ } -+ if (bfqq->wr_coeff > 1) -+ bfqd->wr_busy_queues--; -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ bfqg_stats_update_dequeue(bfqq_group(bfqq)); -+#endif -+ -+ bfq_deactivate_bfqq(bfqd, bfqq, requeue); -+} -+ -+/* -+ * Called when an inactive queue receives a new request. -+ */ -+static void bfq_add_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq) -+{ -+ BUG_ON(bfq_bfqq_busy(bfqq)); -+ BUG_ON(bfqq == bfqd->in_service_queue); -+ -+ bfq_log_bfqq(bfqd, bfqq, "add to busy"); -+ -+ bfq_activate_bfqq(bfqd, bfqq); -+ -+ bfq_mark_bfqq_busy(bfqq); -+ bfqd->busy_queues++; -+ -+ if (!bfqq->dispatched) { -+ if (bfqq->wr_coeff == 1) -+ bfq_weights_tree_add(bfqd, &bfqq->entity, -+ &bfqd->queue_weights_tree); -+ if (!blk_queue_nonrot(bfqd->queue)) { -+ bfqd->busy_in_flight_queues++; -+ if (bfq_bfqq_constantly_seeky(bfqq)) -+ bfqd->const_seeky_busy_in_flight_queues++; -+ } -+ } -+ if (bfqq->wr_coeff > 1) -+ bfqd->wr_busy_queues++; -+} -diff --git a/block/bfq.h b/block/bfq.h -new file mode 100644 -index 0000000..2bf54ae ---- /dev/null -+++ b/block/bfq.h -@@ -0,0 +1,801 @@ -+/* -+ * BFQ-v7r11 for 4.5.0: data structures and common functions prototypes. -+ * -+ * Based on ideas and code from CFQ: -+ * Copyright (C) 2003 Jens Axboe -+ * -+ * Copyright (C) 2008 Fabio Checconi -+ * Paolo Valente -+ * -+ * Copyright (C) 2010 Paolo Valente -+ */ -+ -+#ifndef _BFQ_H -+#define _BFQ_H -+ -+#include -+#include -+#include -+#include -+#include -+ -+#define BFQ_IOPRIO_CLASSES 3 -+#define BFQ_CL_IDLE_TIMEOUT (HZ/5) -+ -+#define BFQ_MIN_WEIGHT 1 -+#define BFQ_MAX_WEIGHT 1000 -+#define BFQ_WEIGHT_CONVERSION_COEFF 10 -+ -+#define BFQ_DEFAULT_QUEUE_IOPRIO 4 -+ -+#define BFQ_DEFAULT_GRP_WEIGHT 10 -+#define BFQ_DEFAULT_GRP_IOPRIO 0 -+#define BFQ_DEFAULT_GRP_CLASS IOPRIO_CLASS_BE -+ -+struct bfq_entity; -+ -+/** -+ * struct bfq_service_tree - per ioprio_class service tree. -+ * @active: tree for active entities (i.e., those backlogged). -+ * @idle: tree for idle entities (i.e., those not backlogged, with V <= F_i). -+ * @first_idle: idle entity with minimum F_i. -+ * @last_idle: idle entity with maximum F_i. -+ * @vtime: scheduler virtual time. -+ * @wsum: scheduler weight sum; active and idle entities contribute to it. -+ * -+ * Each service tree represents a B-WF2Q+ scheduler on its own. Each -+ * ioprio_class has its own independent scheduler, and so its own -+ * bfq_service_tree. All the fields are protected by the queue lock -+ * of the containing bfqd. -+ */ -+struct bfq_service_tree { -+ struct rb_root active; -+ struct rb_root idle; -+ -+ struct bfq_entity *first_idle; -+ struct bfq_entity *last_idle; -+ -+ u64 vtime; -+ unsigned long wsum; -+}; -+ -+/** -+ * struct bfq_sched_data - multi-class scheduler. -+ * @in_service_entity: entity in service. -+ * @next_in_service: head-of-the-line entity in the scheduler. -+ * @service_tree: array of service trees, one per ioprio_class. -+ * -+ * bfq_sched_data is the basic scheduler queue. It supports three -+ * ioprio_classes, and can be used either as a toplevel queue or as -+ * an intermediate queue on a hierarchical setup. -+ * @next_in_service points to the active entity of the sched_data -+ * service trees that will be scheduled next. -+ * -+ * The supported ioprio_classes are the same as in CFQ, in descending -+ * priority order, IOPRIO_CLASS_RT, IOPRIO_CLASS_BE, IOPRIO_CLASS_IDLE. -+ * Requests from higher priority queues are served before all the -+ * requests from lower priority queues; among requests of the same -+ * queue requests are served according to B-WF2Q+. -+ * All the fields are protected by the queue lock of the containing bfqd. -+ */ -+struct bfq_sched_data { -+ struct bfq_entity *in_service_entity; -+ struct bfq_entity *next_in_service; -+ struct bfq_service_tree service_tree[BFQ_IOPRIO_CLASSES]; -+}; -+ -+/** -+ * struct bfq_weight_counter - counter of the number of all active entities -+ * with a given weight. -+ * @weight: weight of the entities that this counter refers to. -+ * @num_active: number of active entities with this weight. -+ * @weights_node: weights tree member (see bfq_data's @queue_weights_tree -+ * and @group_weights_tree). -+ */ -+struct bfq_weight_counter { -+ short int weight; -+ unsigned int num_active; -+ struct rb_node weights_node; -+}; -+ -+/** -+ * struct bfq_entity - schedulable entity. -+ * @rb_node: service_tree member. -+ * @weight_counter: pointer to the weight counter associated with this entity. -+ * @on_st: flag, true if the entity is on a tree (either the active or -+ * the idle one of its service_tree). -+ * @finish: B-WF2Q+ finish timestamp (aka F_i). -+ * @start: B-WF2Q+ start timestamp (aka S_i). -+ * @tree: tree the entity is enqueued into; %NULL if not on a tree. -+ * @min_start: minimum start time of the (active) subtree rooted at -+ * this entity; used for O(log N) lookups into active trees. -+ * @service: service received during the last round of service. -+ * @budget: budget used to calculate F_i; F_i = S_i + @budget / @weight. -+ * @weight: weight of the queue -+ * @parent: parent entity, for hierarchical scheduling. -+ * @my_sched_data: for non-leaf nodes in the cgroup hierarchy, the -+ * associated scheduler queue, %NULL on leaf nodes. -+ * @sched_data: the scheduler queue this entity belongs to. -+ * @ioprio: the ioprio in use. -+ * @new_weight: when a weight change is requested, the new weight value. -+ * @orig_weight: original weight, used to implement weight boosting -+ * @prio_changed: flag, true when the user requested a weight, ioprio or -+ * ioprio_class change. -+ * -+ * A bfq_entity is used to represent either a bfq_queue (leaf node in the -+ * cgroup hierarchy) or a bfq_group into the upper level scheduler. Each -+ * entity belongs to the sched_data of the parent group in the cgroup -+ * hierarchy. Non-leaf entities have also their own sched_data, stored -+ * in @my_sched_data. -+ * -+ * Each entity stores independently its priority values; this would -+ * allow different weights on different devices, but this -+ * functionality is not exported to userspace by now. Priorities and -+ * weights are updated lazily, first storing the new values into the -+ * new_* fields, then setting the @prio_changed flag. As soon as -+ * there is a transition in the entity state that allows the priority -+ * update to take place the effective and the requested priority -+ * values are synchronized. -+ * -+ * Unless cgroups are used, the weight value is calculated from the -+ * ioprio to export the same interface as CFQ. When dealing with -+ * ``well-behaved'' queues (i.e., queues that do not spend too much -+ * time to consume their budget and have true sequential behavior, and -+ * when there are no external factors breaking anticipation) the -+ * relative weights at each level of the cgroups hierarchy should be -+ * guaranteed. All the fields are protected by the queue lock of the -+ * containing bfqd. -+ */ -+struct bfq_entity { -+ struct rb_node rb_node; -+ struct bfq_weight_counter *weight_counter; -+ -+ int on_st; -+ -+ u64 finish; -+ u64 start; -+ -+ struct rb_root *tree; -+ -+ u64 min_start; -+ -+ int service, budget; -+ unsigned short weight, new_weight; -+ unsigned short orig_weight; -+ -+ struct bfq_entity *parent; -+ -+ struct bfq_sched_data *my_sched_data; -+ struct bfq_sched_data *sched_data; -+ -+ int prio_changed; -+}; -+ -+struct bfq_group; -+ -+/** -+ * struct bfq_queue - leaf schedulable entity. -+ * @ref: reference counter. -+ * @bfqd: parent bfq_data. -+ * @new_ioprio: when an ioprio change is requested, the new ioprio value. -+ * @ioprio_class: the ioprio_class in use. -+ * @new_ioprio_class: when an ioprio_class change is requested, the new -+ * ioprio_class value. -+ * @new_bfqq: shared bfq_queue if queue is cooperating with -+ * one or more other queues. -+ * @sort_list: sorted list of pending requests. -+ * @next_rq: if fifo isn't expired, next request to serve. -+ * @queued: nr of requests queued in @sort_list. -+ * @allocated: currently allocated requests. -+ * @meta_pending: pending metadata requests. -+ * @fifo: fifo list of requests in sort_list. -+ * @entity: entity representing this queue in the scheduler. -+ * @max_budget: maximum budget allowed from the feedback mechanism. -+ * @budget_timeout: budget expiration (in jiffies). -+ * @dispatched: number of requests on the dispatch list or inside driver. -+ * @flags: status flags. -+ * @bfqq_list: node for active/idle bfqq list inside our bfqd. -+ * @burst_list_node: node for the device's burst list. -+ * @seek_samples: number of seeks sampled -+ * @seek_total: sum of the distances of the seeks sampled -+ * @seek_mean: mean seek distance -+ * @last_request_pos: position of the last request enqueued -+ * @requests_within_timer: number of consecutive pairs of request completion -+ * and arrival, such that the queue becomes idle -+ * after the completion, but the next request arrives -+ * within an idle time slice; used only if the queue's -+ * IO_bound has been cleared. -+ * @pid: pid of the process owning the queue, used for logging purposes. -+ * @last_wr_start_finish: start time of the current weight-raising period if -+ * the @bfq-queue is being weight-raised, otherwise -+ * finish time of the last weight-raising period -+ * @wr_cur_max_time: current max raising time for this queue -+ * @soft_rt_next_start: minimum time instant such that, only if a new -+ * request is enqueued after this time instant in an -+ * idle @bfq_queue with no outstanding requests, then -+ * the task associated with the queue it is deemed as -+ * soft real-time (see the comments to the function -+ * bfq_bfqq_softrt_next_start()) -+ * @last_idle_bklogged: time of the last transition of the @bfq_queue from -+ * idle to backlogged -+ * @service_from_backlogged: cumulative service received from the @bfq_queue -+ * since the last transition from idle to -+ * backlogged -+ * @bic: pointer to the bfq_io_cq owning the bfq_queue, set to %NULL if the -+ * queue is shared -+ * -+ * A bfq_queue is a leaf request queue; it can be associated with an -+ * io_context or more, if it is async or shared between cooperating -+ * processes. @cgroup holds a reference to the cgroup, to be sure that it -+ * does not disappear while a bfqq still references it (mostly to avoid -+ * races between request issuing and task migration followed by cgroup -+ * destruction). -+ * All the fields are protected by the queue lock of the containing bfqd. -+ */ -+struct bfq_queue { -+ atomic_t ref; -+ struct bfq_data *bfqd; -+ -+ unsigned short ioprio, new_ioprio; -+ unsigned short ioprio_class, new_ioprio_class; -+ -+ /* fields for cooperating queues handling */ -+ struct bfq_queue *new_bfqq; -+ struct rb_node pos_node; -+ struct rb_root *pos_root; -+ -+ struct rb_root sort_list; -+ struct request *next_rq; -+ int queued[2]; -+ int allocated[2]; -+ int meta_pending; -+ struct list_head fifo; -+ -+ struct bfq_entity entity; -+ -+ int max_budget; -+ unsigned long budget_timeout; -+ -+ int dispatched; -+ -+ unsigned int flags; -+ -+ struct list_head bfqq_list; -+ -+ struct hlist_node burst_list_node; -+ -+ unsigned int seek_samples; -+ u64 seek_total; -+ sector_t seek_mean; -+ sector_t last_request_pos; -+ -+ unsigned int requests_within_timer; -+ -+ pid_t pid; -+ struct bfq_io_cq *bic; -+ -+ /* weight-raising fields */ -+ unsigned long wr_cur_max_time; -+ unsigned long soft_rt_next_start; -+ unsigned long last_wr_start_finish; -+ unsigned int wr_coeff; -+ unsigned long last_idle_bklogged; -+ unsigned long service_from_backlogged; -+}; -+ -+/** -+ * struct bfq_ttime - per process thinktime stats. -+ * @ttime_total: total process thinktime -+ * @ttime_samples: number of thinktime samples -+ * @ttime_mean: average process thinktime -+ */ -+struct bfq_ttime { -+ unsigned long last_end_request; -+ -+ unsigned long ttime_total; -+ unsigned long ttime_samples; -+ unsigned long ttime_mean; -+}; -+ -+/** -+ * struct bfq_io_cq - per (request_queue, io_context) structure. -+ * @icq: associated io_cq structure -+ * @bfqq: array of two process queues, the sync and the async -+ * @ttime: associated @bfq_ttime struct -+ * @ioprio: per (request_queue, blkcg) ioprio. -+ * @blkcg_id: id of the blkcg the related io_cq belongs to. -+ */ -+struct bfq_io_cq { -+ struct io_cq icq; /* must be the first member */ -+ struct bfq_queue *bfqq[2]; -+ struct bfq_ttime ttime; -+ int ioprio; -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ uint64_t blkcg_id; /* the current blkcg ID */ -+#endif -+}; -+ -+enum bfq_device_speed { -+ BFQ_BFQD_FAST, -+ BFQ_BFQD_SLOW, -+}; -+ -+/** -+ * struct bfq_data - per device data structure. -+ * @queue: request queue for the managed device. -+ * @root_group: root bfq_group for the device. -+ * @active_numerous_groups: number of bfq_groups containing more than one -+ * active @bfq_entity. -+ * @queue_weights_tree: rbtree of weight counters of @bfq_queues, sorted by -+ * weight. Used to keep track of whether all @bfq_queues -+ * have the same weight. The tree contains one counter -+ * for each distinct weight associated to some active -+ * and not weight-raised @bfq_queue (see the comments to -+ * the functions bfq_weights_tree_[add|remove] for -+ * further details). -+ * @group_weights_tree: rbtree of non-queue @bfq_entity weight counters, sorted -+ * by weight. Used to keep track of whether all -+ * @bfq_groups have the same weight. The tree contains -+ * one counter for each distinct weight associated to -+ * some active @bfq_group (see the comments to the -+ * functions bfq_weights_tree_[add|remove] for further -+ * details). -+ * @busy_queues: number of bfq_queues containing requests (including the -+ * queue in service, even if it is idling). -+ * @busy_in_flight_queues: number of @bfq_queues containing pending or -+ * in-flight requests, plus the @bfq_queue in -+ * service, even if idle but waiting for the -+ * possible arrival of its next sync request. This -+ * field is updated only if the device is rotational, -+ * but used only if the device is also NCQ-capable. -+ * The reason why the field is updated also for non- -+ * NCQ-capable rotational devices is related to the -+ * fact that the value of @hw_tag may be set also -+ * later than when busy_in_flight_queues may need to -+ * be incremented for the first time(s). Taking also -+ * this possibility into account, to avoid unbalanced -+ * increments/decrements, would imply more overhead -+ * than just updating busy_in_flight_queues -+ * regardless of the value of @hw_tag. -+ * @const_seeky_busy_in_flight_queues: number of constantly-seeky @bfq_queues -+ * (that is, seeky queues that expired -+ * for budget timeout at least once) -+ * containing pending or in-flight -+ * requests, including the in-service -+ * @bfq_queue if constantly seeky. This -+ * field is updated only if the device -+ * is rotational, but used only if the -+ * device is also NCQ-capable (see the -+ * comments to @busy_in_flight_queues). -+ * @wr_busy_queues: number of weight-raised busy @bfq_queues. -+ * @queued: number of queued requests. -+ * @rq_in_driver: number of requests dispatched and waiting for completion. -+ * @sync_flight: number of sync requests in the driver. -+ * @max_rq_in_driver: max number of reqs in driver in the last -+ * @hw_tag_samples completed requests. -+ * @hw_tag_samples: nr of samples used to calculate hw_tag. -+ * @hw_tag: flag set to one if the driver is showing a queueing behavior. -+ * @budgets_assigned: number of budgets assigned. -+ * @idle_slice_timer: timer set when idling for the next sequential request -+ * from the queue in service. -+ * @unplug_work: delayed work to restart dispatching on the request queue. -+ * @in_service_queue: bfq_queue in service. -+ * @in_service_bic: bfq_io_cq (bic) associated with the @in_service_queue. -+ * @last_position: on-disk position of the last served request. -+ * @last_budget_start: beginning of the last budget. -+ * @last_idling_start: beginning of the last idle slice. -+ * @peak_rate: peak transfer rate observed for a budget. -+ * @peak_rate_samples: number of samples used to calculate @peak_rate. -+ * @bfq_max_budget: maximum budget allotted to a bfq_queue before -+ * rescheduling. -+ * @active_list: list of all the bfq_queues active on the device. -+ * @idle_list: list of all the bfq_queues idle on the device. -+ * @bfq_fifo_expire: timeout for async/sync requests; when it expires -+ * requests are served in fifo order. -+ * @bfq_back_penalty: weight of backward seeks wrt forward ones. -+ * @bfq_back_max: maximum allowed backward seek. -+ * @bfq_slice_idle: maximum idling time. -+ * @bfq_user_max_budget: user-configured max budget value -+ * (0 for auto-tuning). -+ * @bfq_max_budget_async_rq: maximum budget (in nr of requests) allotted to -+ * async queues. -+ * @bfq_timeout: timeout for bfq_queues to consume their budget; used to -+ * to prevent seeky queues to impose long latencies to well -+ * behaved ones (this also implies that seeky queues cannot -+ * receive guarantees in the service domain; after a timeout -+ * they are charged for the whole allocated budget, to try -+ * to preserve a behavior reasonably fair among them, but -+ * without service-domain guarantees). -+ * @bfq_coop_thresh: number of queue merges after which a @bfq_queue is -+ * no more granted any weight-raising. -+ * @bfq_failed_cooperations: number of consecutive failed cooperation -+ * chances after which weight-raising is restored -+ * to a queue subject to more than bfq_coop_thresh -+ * queue merges. -+ * @bfq_requests_within_timer: number of consecutive requests that must be -+ * issued within the idle time slice to set -+ * again idling to a queue which was marked as -+ * non-I/O-bound (see the definition of the -+ * IO_bound flag for further details). -+ * @last_ins_in_burst: last time at which a queue entered the current -+ * burst of queues being activated shortly after -+ * each other; for more details about this and the -+ * following parameters related to a burst of -+ * activations, see the comments to the function -+ * @bfq_handle_burst. -+ * @bfq_burst_interval: reference time interval used to decide whether a -+ * queue has been activated shortly after -+ * @last_ins_in_burst. -+ * @burst_size: number of queues in the current burst of queue activations. -+ * @bfq_large_burst_thresh: maximum burst size above which the current -+ * queue-activation burst is deemed as 'large'. -+ * @large_burst: true if a large queue-activation burst is in progress. -+ * @burst_list: head of the burst list (as for the above fields, more details -+ * in the comments to the function bfq_handle_burst). -+ * @low_latency: if set to true, low-latency heuristics are enabled. -+ * @bfq_wr_coeff: maximum factor by which the weight of a weight-raised -+ * queue is multiplied. -+ * @bfq_wr_max_time: maximum duration of a weight-raising period (jiffies). -+ * @bfq_wr_rt_max_time: maximum duration for soft real-time processes. -+ * @bfq_wr_min_idle_time: minimum idle period after which weight-raising -+ * may be reactivated for a queue (in jiffies). -+ * @bfq_wr_min_inter_arr_async: minimum period between request arrivals -+ * after which weight-raising may be -+ * reactivated for an already busy queue -+ * (in jiffies). -+ * @bfq_wr_max_softrt_rate: max service-rate for a soft real-time queue, -+ * sectors per seconds. -+ * @RT_prod: cached value of the product R*T used for computing the maximum -+ * duration of the weight raising automatically. -+ * @device_speed: device-speed class for the low-latency heuristic. -+ * @oom_bfqq: fallback dummy bfqq for extreme OOM conditions. -+ * -+ * All the fields are protected by the @queue lock. -+ */ -+struct bfq_data { -+ struct request_queue *queue; -+ -+ struct bfq_group *root_group; -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ int active_numerous_groups; -+#endif -+ -+ struct rb_root queue_weights_tree; -+ struct rb_root group_weights_tree; -+ -+ int busy_queues; -+ int busy_in_flight_queues; -+ int const_seeky_busy_in_flight_queues; -+ int wr_busy_queues; -+ int queued; -+ int rq_in_driver; -+ int sync_flight; -+ -+ int max_rq_in_driver; -+ int hw_tag_samples; -+ int hw_tag; -+ -+ int budgets_assigned; -+ -+ struct timer_list idle_slice_timer; -+ struct work_struct unplug_work; -+ -+ struct bfq_queue *in_service_queue; -+ struct bfq_io_cq *in_service_bic; -+ -+ sector_t last_position; -+ -+ ktime_t last_budget_start; -+ ktime_t last_idling_start; -+ int peak_rate_samples; -+ u64 peak_rate; -+ int bfq_max_budget; -+ -+ struct list_head active_list; -+ struct list_head idle_list; -+ -+ unsigned int bfq_fifo_expire[2]; -+ unsigned int bfq_back_penalty; -+ unsigned int bfq_back_max; -+ unsigned int bfq_slice_idle; -+ u64 bfq_class_idle_last_service; -+ -+ int bfq_user_max_budget; -+ int bfq_max_budget_async_rq; -+ unsigned int bfq_timeout[2]; -+ -+ unsigned int bfq_coop_thresh; -+ unsigned int bfq_failed_cooperations; -+ unsigned int bfq_requests_within_timer; -+ -+ unsigned long last_ins_in_burst; -+ unsigned long bfq_burst_interval; -+ int burst_size; -+ unsigned long bfq_large_burst_thresh; -+ bool large_burst; -+ struct hlist_head burst_list; -+ -+ bool low_latency; -+ -+ /* parameters of the low_latency heuristics */ -+ unsigned int bfq_wr_coeff; -+ unsigned int bfq_wr_max_time; -+ unsigned int bfq_wr_rt_max_time; -+ unsigned int bfq_wr_min_idle_time; -+ unsigned long bfq_wr_min_inter_arr_async; -+ unsigned int bfq_wr_max_softrt_rate; -+ u64 RT_prod; -+ enum bfq_device_speed device_speed; -+ -+ struct bfq_queue oom_bfqq; -+}; -+ -+enum bfqq_state_flags { -+ BFQ_BFQQ_FLAG_busy = 0, /* has requests or is in service */ -+ BFQ_BFQQ_FLAG_wait_request, /* waiting for a request */ -+ BFQ_BFQQ_FLAG_must_alloc, /* must be allowed rq alloc */ -+ BFQ_BFQQ_FLAG_fifo_expire, /* FIFO checked in this slice */ -+ BFQ_BFQQ_FLAG_idle_window, /* slice idling enabled */ -+ BFQ_BFQQ_FLAG_sync, /* synchronous queue */ -+ BFQ_BFQQ_FLAG_budget_new, /* no completion with this budget */ -+ BFQ_BFQQ_FLAG_IO_bound, /* -+ * bfqq has timed-out at least once -+ * having consumed at most 2/10 of -+ * its budget -+ */ -+ BFQ_BFQQ_FLAG_in_large_burst, /* -+ * bfqq activated in a large burst, -+ * see comments to bfq_handle_burst. -+ */ -+ BFQ_BFQQ_FLAG_constantly_seeky, /* -+ * bfqq has proved to be slow and -+ * seeky until budget timeout -+ */ -+ BFQ_BFQQ_FLAG_softrt_update, /* -+ * may need softrt-next-start -+ * update -+ */ -+}; -+ -+#define BFQ_BFQQ_FNS(name) \ -+static void bfq_mark_bfqq_##name(struct bfq_queue *bfqq) \ -+{ \ -+ (bfqq)->flags |= (1 << BFQ_BFQQ_FLAG_##name); \ -+} \ -+static void bfq_clear_bfqq_##name(struct bfq_queue *bfqq) \ -+{ \ -+ (bfqq)->flags &= ~(1 << BFQ_BFQQ_FLAG_##name); \ -+} \ -+static int bfq_bfqq_##name(const struct bfq_queue *bfqq) \ -+{ \ -+ return ((bfqq)->flags & (1 << BFQ_BFQQ_FLAG_##name)) != 0; \ -+} -+ -+BFQ_BFQQ_FNS(busy); -+BFQ_BFQQ_FNS(wait_request); -+BFQ_BFQQ_FNS(must_alloc); -+BFQ_BFQQ_FNS(fifo_expire); -+BFQ_BFQQ_FNS(idle_window); -+BFQ_BFQQ_FNS(sync); -+BFQ_BFQQ_FNS(budget_new); -+BFQ_BFQQ_FNS(IO_bound); -+BFQ_BFQQ_FNS(in_large_burst); -+BFQ_BFQQ_FNS(constantly_seeky); -+BFQ_BFQQ_FNS(softrt_update); -+#undef BFQ_BFQQ_FNS -+ -+/* Logging facilities. */ -+#define bfq_log_bfqq(bfqd, bfqq, fmt, args...) \ -+ blk_add_trace_msg((bfqd)->queue, "bfq%d " fmt, (bfqq)->pid, ##args) -+ -+#define bfq_log(bfqd, fmt, args...) \ -+ blk_add_trace_msg((bfqd)->queue, "bfq " fmt, ##args) -+ -+/* Expiration reasons. */ -+enum bfqq_expiration { -+ BFQ_BFQQ_TOO_IDLE = 0, /* -+ * queue has been idling for -+ * too long -+ */ -+ BFQ_BFQQ_BUDGET_TIMEOUT, /* budget took too long to be used */ -+ BFQ_BFQQ_BUDGET_EXHAUSTED, /* budget consumed */ -+ BFQ_BFQQ_NO_MORE_REQUESTS, /* the queue has no more requests */ -+}; -+ -+#ifdef CONFIG_BFQ_GROUP_IOSCHED -+ -+struct bfqg_stats { -+ /* total bytes transferred */ -+ struct blkg_rwstat service_bytes; -+ /* total IOs serviced, post merge */ -+ struct blkg_rwstat serviced; -+ /* number of ios merged */ -+ struct blkg_rwstat merged; -+ /* total time spent on device in ns, may not be accurate w/ queueing */ -+ struct blkg_rwstat service_time; -+ /* total time spent waiting in scheduler queue in ns */ -+ struct blkg_rwstat wait_time; -+ /* number of IOs queued up */ -+ struct blkg_rwstat queued; -+ /* total sectors transferred */ -+ struct blkg_stat sectors; -+ /* total disk time and nr sectors dispatched by this group */ -+ struct blkg_stat time; -+ /* time not charged to this cgroup */ -+ struct blkg_stat unaccounted_time; -+ /* sum of number of ios queued across all samples */ -+ struct blkg_stat avg_queue_size_sum; -+ /* count of samples taken for average */ -+ struct blkg_stat avg_queue_size_samples; -+ /* how many times this group has been removed from service tree */ -+ struct blkg_stat dequeue; -+ /* total time spent waiting for it to be assigned a timeslice. */ -+ struct blkg_stat group_wait_time; -+ /* time spent idling for this blkcg_gq */ -+ struct blkg_stat idle_time; -+ /* total time with empty current active q with other requests queued */ -+ struct blkg_stat empty_time; -+ /* fields after this shouldn't be cleared on stat reset */ -+ uint64_t start_group_wait_time; -+ uint64_t start_idle_time; -+ uint64_t start_empty_time; -+ uint16_t flags; -+}; -+ -+/* -+ * struct bfq_group_data - per-blkcg storage for the blkio subsystem. -+ * -+ * @ps: @blkcg_policy_storage that this structure inherits -+ * @weight: weight of the bfq_group -+ */ -+struct bfq_group_data { -+ /* must be the first member */ -+ struct blkcg_policy_data pd; -+ -+ unsigned short weight; -+}; -+ -+/** -+ * struct bfq_group - per (device, cgroup) data structure. -+ * @entity: schedulable entity to insert into the parent group sched_data. -+ * @sched_data: own sched_data, to contain child entities (they may be -+ * both bfq_queues and bfq_groups). -+ * @bfqd: the bfq_data for the device this group acts upon. -+ * @async_bfqq: array of async queues for all the tasks belonging to -+ * the group, one queue per ioprio value per ioprio_class, -+ * except for the idle class that has only one queue. -+ * @async_idle_bfqq: async queue for the idle class (ioprio is ignored). -+ * @my_entity: pointer to @entity, %NULL for the toplevel group; used -+ * to avoid too many special cases during group creation/ -+ * migration. -+ * @active_entities: number of active entities belonging to the group; -+ * unused for the root group. Used to know whether there -+ * are groups with more than one active @bfq_entity -+ * (see the comments to the function -+ * bfq_bfqq_must_not_expire()). -+ * -+ * Each (device, cgroup) pair has its own bfq_group, i.e., for each cgroup -+ * there is a set of bfq_groups, each one collecting the lower-level -+ * entities belonging to the group that are acting on the same device. -+ * -+ * Locking works as follows: -+ * o @bfqd is protected by the queue lock, RCU is used to access it -+ * from the readers. -+ * o All the other fields are protected by the @bfqd queue lock. -+ */ -+struct bfq_group { -+ /* must be the first member */ -+ struct blkg_policy_data pd; -+ -+ struct bfq_entity entity; -+ struct bfq_sched_data sched_data; -+ -+ void *bfqd; -+ -+ struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR]; -+ struct bfq_queue *async_idle_bfqq; -+ -+ struct bfq_entity *my_entity; -+ -+ int active_entities; -+ -+ struct bfqg_stats stats; -+ struct bfqg_stats dead_stats; /* stats pushed from dead children */ -+}; -+ -+#else -+struct bfq_group { -+ struct bfq_sched_data sched_data; -+ -+ struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR]; -+ struct bfq_queue *async_idle_bfqq; -+}; -+#endif -+ -+static struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity); -+ -+static struct bfq_service_tree * -+bfq_entity_service_tree(struct bfq_entity *entity) -+{ -+ struct bfq_sched_data *sched_data = entity->sched_data; -+ struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -+ unsigned int idx = bfqq ? bfqq->ioprio_class - 1 : -+ BFQ_DEFAULT_GRP_CLASS; -+ -+ BUG_ON(idx >= BFQ_IOPRIO_CLASSES); -+ BUG_ON(sched_data == NULL); -+ -+ return sched_data->service_tree + idx; -+} -+ -+static struct bfq_queue *bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync) -+{ -+ return bic->bfqq[is_sync]; -+} -+ -+static void bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, -+ bool is_sync) -+{ -+ bic->bfqq[is_sync] = bfqq; -+} -+ -+static struct bfq_data *bic_to_bfqd(struct bfq_io_cq *bic) -+{ -+ return bic->icq.q->elevator->elevator_data; -+} -+ -+/** -+ * bfq_get_bfqd_locked - get a lock to a bfqd using a RCU protected pointer. -+ * @ptr: a pointer to a bfqd. -+ * @flags: storage for the flags to be saved. -+ * -+ * This function allows bfqg->bfqd to be protected by the -+ * queue lock of the bfqd they reference; the pointer is dereferenced -+ * under RCU, so the storage for bfqd is assured to be safe as long -+ * as the RCU read side critical section does not end. After the -+ * bfqd->queue->queue_lock is taken the pointer is rechecked, to be -+ * sure that no other writer accessed it. If we raced with a writer, -+ * the function returns NULL, with the queue unlocked, otherwise it -+ * returns the dereferenced pointer, with the queue locked. -+ */ -+static struct bfq_data *bfq_get_bfqd_locked(void **ptr, unsigned long *flags) -+{ -+ struct bfq_data *bfqd; -+ -+ rcu_read_lock(); -+ bfqd = rcu_dereference(*(struct bfq_data **)ptr); -+ -+ if (bfqd != NULL) { -+ spin_lock_irqsave(bfqd->queue->queue_lock, *flags); -+ if (ptr == NULL) -+ printk(KERN_CRIT "get_bfqd_locked pointer NULL\n"); -+ else if (*ptr == bfqd) -+ goto out; -+ spin_unlock_irqrestore(bfqd->queue->queue_lock, *flags); -+ } -+ -+ bfqd = NULL; -+out: -+ rcu_read_unlock(); -+ return bfqd; -+} -+ -+static void bfq_put_bfqd_unlock(struct bfq_data *bfqd, unsigned long *flags) -+{ -+ spin_unlock_irqrestore(bfqd->queue->queue_lock, *flags); -+} -+ -+static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio); -+static void bfq_put_queue(struct bfq_queue *bfqq); -+static void bfq_dispatch_insert(struct request_queue *q, struct request *rq); -+static struct bfq_queue *bfq_get_queue(struct bfq_data *bfqd, -+ struct bio *bio, int is_sync, -+ struct bfq_io_cq *bic, gfp_t gfp_mask); -+static void bfq_end_wr_async_queues(struct bfq_data *bfqd, -+ struct bfq_group *bfqg); -+static void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg); -+static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq); -+ -+#endif /* _BFQ_H */ --- -2.10.0 - diff --git a/kernel/tools/perf/files/patches/mageia/block-nvme-detect-NVMe-controller-in-recent-MacBooks.patch b/kernel/tools/perf/files/patches/mageia/block-nvme-detect-NVMe-controller-in-recent-MacBooks.patch deleted file mode 100644 index a248ba34f1..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-nvme-detect-NVMe-controller-in-recent-MacBooks.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 124298bd03acebd9c9da29a794718aca31bec1f7 Mon Sep 17 00:00:00 2001 -From: Daniel Roschka -Date: Wed, 22 Feb 2017 15:17:29 -0700 -Subject: [PATCH] nvme: detect NVMe controller in recent MacBooks - -Adds support for detection of the NVMe controller found in the -following recent MacBooks: -- Retina MacBook 2016 (MacBook9,1) -- 13" MacBook Pro 2016 without Touch Bar (MacBook13,1) -- 13" MacBook Pro 2016 with Touch Bar (MacBook13,2) - -Signed-off-by: Daniel Roschka -Reviewed-by: Christoph Hellwig -Signed-off-by: Sagi Grimberg -Signed-off-by: Jens Axboe ---- - drivers/nvme/host/pci.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c -index d38dae9..319f5c5 100644 ---- a/drivers/nvme/host/pci.c -+++ b/drivers/nvme/host/pci.c -@@ -2120,6 +2120,7 @@ static const struct pci_device_id nvme_id_table[] = { - .driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY, }, - { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) }, - { PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) }, -+ { PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2003) }, - { 0, } - }; - MODULE_DEVICE_TABLE(pci, nvme_id_table); --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/block-update-bfq-from-v8r10-to-v8r11.patch b/kernel/tools/perf/files/patches/mageia/block-update-bfq-from-v8r10-to-v8r11.patch deleted file mode 100644 index 8299447db9..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-update-bfq-from-v8r10-to-v8r11.patch +++ /dev/null @@ -1,69 +0,0 @@ - block/bfq-iosched.c | 4 +++- - block/bfq-sched.c | 15 ++++++++++++--- - block/bfq.h | 2 +- - 3 files changed, 16 insertions(+), 5 deletions(-) - -diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c -index 96b79a0dae9f..158628392d92 100644 ---- a/block/bfq-iosched.c -+++ b/block/bfq-iosched.c -@@ -4572,6 +4572,8 @@ static int bfq_set_request(struct request_queue *q, struct request *rq, - if (!bic) - goto queue_fail; - -+ bfq_check_ioprio_change(bic, bio); -+ - bfq_bic_update_cgroup(bic, bio); - - new_queue: -@@ -5268,7 +5270,7 @@ static struct blkcg_policy blkcg_policy_bfq = { - static int __init bfq_init(void) - { - int ret; -- char msg[60] = "BFQ I/O-scheduler: v8r10"; -+ char msg[60] = "BFQ I/O-scheduler: v8r11"; - - #ifdef CONFIG_BFQ_GROUP_IOSCHED - ret = blkcg_policy_register(&blkcg_policy_bfq); -diff --git a/block/bfq-sched.c b/block/bfq-sched.c -index 70aac56b02ef..8311bdbeceea 100644 ---- a/block/bfq-sched.c -+++ b/block/bfq-sched.c -@@ -1280,14 +1280,23 @@ static bool __bfq_deactivate_entity(struct bfq_entity *entity, - bool ins_into_idle_tree) - { - struct bfq_sched_data *sd = entity->sched_data; -- struct bfq_service_tree *st = bfq_entity_service_tree(entity); -- bool is_in_service = entity == sd->in_service_entity; -+ struct bfq_service_tree *st; -+ bool is_in_service; - - if (!entity->on_st) { /* entity never activated, or already inactive */ -- BUG_ON(entity == entity->sched_data->in_service_entity); -+ BUG_ON(sd && entity == sd->in_service_entity); - return false; - } - -+ /* -+ * If we get here, then entity is active, which implies that -+ * bfq_group_set_parent has already been invoked for the group -+ * represented by entity. Therefore, the field -+ * entity->sched_data has been set, and we can safely use it. -+ */ -+ st = bfq_entity_service_tree(entity); -+ is_in_service = entity == sd->in_service_entity; -+ - BUG_ON(is_in_service && entity->tree && entity->tree != &st->active); - - if (is_in_service) -diff --git a/block/bfq.h b/block/bfq.h -index e3855af1211b..a521ac40cac0 100644 ---- a/block/bfq.h -+++ b/block/bfq.h -@@ -1,5 +1,5 @@ - /* -- * BFQ v8r10 for 4.9.0: data structures and common functions prototypes. -+ * BFQ v8r11 for 4.9.0: data structures and common functions prototypes. - * - * Based on ideas and code from CFQ: - * Copyright (C) 2003 Jens Axboe diff --git a/kernel/tools/perf/files/patches/mageia/block-update-bfq-from-v8r7-to-v8r10.patch b/kernel/tools/perf/files/patches/mageia/block-update-bfq-from-v8r7-to-v8r10.patch deleted file mode 100644 index 17cea46c5c..0000000000 --- a/kernel/tools/perf/files/patches/mageia/block-update-bfq-from-v8r7-to-v8r10.patch +++ /dev/null @@ -1,729 +0,0 @@ - block/bfq-cgroup.c | 12 +-- - block/bfq-iosched.c | 211 +++++++++++++++++++++++++++++++--------------------- - block/bfq-sched.c | 73 ++++++++++++------ - block/bfq.h | 4 +- - 4 files changed, 180 insertions(+), 120 deletions(-) - -diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c -index bbaecd0..a66a723 100644 ---- a/block/bfq-cgroup.c -+++ b/block/bfq-cgroup.c -@@ -771,7 +771,6 @@ static void bfq_pd_offline(struct blkg_policy_data *pd) - - __bfq_deactivate_entity(entity, false); - bfq_put_async_queues(bfqd, bfqg); -- BUG_ON(entity->tree); - - /* - * @blkg is going offline and will be ignored by -@@ -1140,6 +1139,9 @@ static inline void bfqg_stats_update_idle_time(struct bfq_group *bfqg) { } - static inline void bfqg_stats_set_start_idle_time(struct bfq_group *bfqg) { } - static inline void bfqg_stats_update_avg_queue_size(struct bfq_group *bfqg) { } - -+static void bfq_bfqq_move(struct bfq_data *bfqd, struct bfq_queue *bfqq, -+ struct bfq_group *bfqg) {} -+ - static void bfq_init_entity(struct bfq_entity *entity, - struct bfq_group *bfqg) - { -@@ -1154,13 +1156,7 @@ static void bfq_init_entity(struct bfq_entity *entity, - entity->sched_data = &bfqg->sched_data; - } - --static struct bfq_group * --bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) --{ -- struct bfq_data *bfqd = bic_to_bfqd(bic); -- -- return bfqd->root_group; --} -+static void bfq_bic_update_cgroup(struct bfq_io_cq *bic, struct bio *bio) {} - - static void bfq_end_wr_async(struct bfq_data *bfqd) - { -diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c -index 78baa07..96b79a0 100644 ---- a/block/bfq-iosched.c -+++ b/block/bfq-iosched.c -@@ -9,7 +9,7 @@ - * - * Copyright (C) 2015 Paolo Valente - * -- * Copyright (C) 2016 Paolo Valente -+ * Copyright (C) 2017 Paolo Valente - * - * Licensed under the GPL-2 as detailed in the accompanying COPYING.BFQ - * file. -@@ -107,7 +107,7 @@ static const int bfq_async_charge_factor = 10; - /* Default timeout values, in jiffies, approximating CFQ defaults. */ - static const int bfq_timeout = (HZ / 8); - --struct kmem_cache *bfq_pool; -+static struct kmem_cache *bfq_pool; - - /* Below this threshold (in ns), we consider thinktime immediate. */ - #define BFQ_MIN_TT (2 * NSEC_PER_MSEC) -@@ -483,6 +483,22 @@ static void bfq_weights_tree_add(struct bfq_data *bfqd, - - entity->weight_counter = kzalloc(sizeof(struct bfq_weight_counter), - GFP_ATOMIC); -+ -+ /* -+ * In the unlucky event of an allocation failure, we just -+ * exit. This will cause the weight of entity to not be -+ * considered in bfq_differentiated_weights, which, in its -+ * turn, causes the scenario to be deemed wrongly symmetric in -+ * case entity's weight would have been the only weight making -+ * the scenario asymmetric. On the bright side, no unbalance -+ * will however occur when entity becomes inactive again (the -+ * invocation of this function is triggered by an activation -+ * of entity). In fact, bfq_weights_tree_remove does nothing -+ * if !entity->weight_counter. -+ */ -+ if (unlikely(!entity->weight_counter)) -+ return; -+ - entity->weight_counter->weight = entity->weight; - rb_link_node(&entity->weight_counter->weights_node, parent, new); - rb_insert_color(&entity->weight_counter->weights_node, root); -@@ -519,13 +535,45 @@ static void bfq_weights_tree_remove(struct bfq_data *bfqd, - entity->weight_counter = NULL; - } - -+/* -+ * Return expired entry, or NULL to just start from scratch in rbtree. -+ */ -+static struct request *bfq_check_fifo(struct bfq_queue *bfqq, -+ struct request *last) -+{ -+ struct request *rq; -+ -+ if (bfq_bfqq_fifo_expire(bfqq)) -+ return NULL; -+ -+ bfq_mark_bfqq_fifo_expire(bfqq); -+ -+ rq = rq_entry_fifo(bfqq->fifo.next); -+ -+ if (rq == last || ktime_get_ns() < rq->fifo_time) -+ return NULL; -+ -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "check_fifo: returned %p", rq); -+ BUG_ON(RB_EMPTY_NODE(&rq->rb_node)); -+ return rq; -+} -+ - static struct request *bfq_find_next_rq(struct bfq_data *bfqd, - struct bfq_queue *bfqq, - struct request *last) - { - struct rb_node *rbnext = rb_next(&last->rb_node); - struct rb_node *rbprev = rb_prev(&last->rb_node); -- struct request *next = NULL, *prev = NULL; -+ struct request *next, *prev = NULL; -+ -+ BUG_ON(list_empty(&bfqq->fifo)); -+ -+ /* Follow expired path, else get first next available. */ -+ next = bfq_check_fifo(bfqq, last); -+ if (next) { -+ BUG_ON(next == last); -+ return next; -+ } - - BUG_ON(RB_EMPTY_NODE(&last->rb_node)); - -@@ -1359,7 +1407,6 @@ static void bfq_bfqq_handle_idle_busy_switch(struct bfq_data *bfqd, - - bfq_bfqq_expire(bfqd, bfqd->in_service_queue, - false, BFQ_BFQQ_PREEMPTED); -- BUG_ON(in_serv->entity.budget < 0); - } - } - -@@ -1523,12 +1570,15 @@ static void bfq_remove_request(struct request *rq) - elv_rb_del(&bfqq->sort_list, rq); - - if (RB_EMPTY_ROOT(&bfqq->sort_list)) { -+ bfqq->next_rq = NULL; -+ - BUG_ON(bfqq->entity.budget < 0); - - if (bfq_bfqq_busy(bfqq) && bfqq != bfqd->in_service_queue) { -+ BUG_ON(bfqq->ref < 2); /* referred by rq and on tree */ - bfq_del_bfqq_busy(bfqd, bfqq, false); -- -- /* bfqq emptied. In normal operation, when -+ /* -+ * bfqq emptied. In normal operation, when - * bfqq is empty, bfqq->entity.service and - * bfqq->entity.budget must contain, - * respectively, the service received and the -@@ -1537,7 +1587,8 @@ static void bfq_remove_request(struct request *rq) - * this last removal occurred while bfqq is - * not in service. To avoid inconsistencies, - * reset both bfqq->entity.service and -- * bfqq->entity.budget. -+ * bfqq->entity.budget, if bfqq has still a -+ * process that may issue I/O requests to it. - */ - bfqq->entity.budget = bfqq->entity.service = 0; - } -@@ -1868,7 +1919,7 @@ static bool bfq_may_be_close_cooperator(struct bfq_queue *bfqq, - * positives. In case bfqq is weight-raised, such false positives - * would evidently degrade latency guarantees for bfqq. - */ --bool wr_from_too_long(struct bfq_queue *bfqq) -+static bool wr_from_too_long(struct bfq_queue *bfqq) - { - return bfqq->wr_coeff > 1 && - time_is_before_jiffies(bfqq->last_wr_start_finish + -@@ -2029,7 +2080,8 @@ bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, - new_bfqq->wr_coeff = bfqq->wr_coeff; - new_bfqq->wr_cur_max_time = bfqq->wr_cur_max_time; - new_bfqq->last_wr_start_finish = bfqq->last_wr_start_finish; -- new_bfqq->wr_start_at_switch_to_srt = bfqq->wr_start_at_switch_to_srt; -+ new_bfqq->wr_start_at_switch_to_srt = -+ bfqq->wr_start_at_switch_to_srt; - if (bfq_bfqq_busy(new_bfqq)) - bfqd->wr_busy_queues++; - new_bfqq->entity.prio_changed = 1; -@@ -2072,6 +2124,7 @@ bfq_merge_bfqqs(struct bfq_data *bfqd, struct bfq_io_cq *bic, - */ - new_bfqq->bic = NULL; - bfqq->bic = NULL; -+ /* release process reference to bfqq */ - bfq_put_queue(bfqq); - } - -@@ -2298,7 +2351,7 @@ static unsigned long bfq_calc_max_budget(struct bfq_data *bfqd) - * function of the estimated peak rate. See comments on - * bfq_calc_max_budget(), and on T_slow and T_fast arrays. - */ --void update_thr_responsiveness_params(struct bfq_data *bfqd) -+static void update_thr_responsiveness_params(struct bfq_data *bfqd) - { - int dev_type = blk_queue_nonrot(bfqd->queue); - -@@ -2333,7 +2386,7 @@ void update_thr_responsiveness_params(struct bfq_data *bfqd) - BFQ_RATE_SHIFT); - } - --void bfq_reset_rate_computation(struct bfq_data *bfqd, struct request *rq) -+static void bfq_reset_rate_computation(struct bfq_data *bfqd, struct request *rq) - { - if (rq != NULL) { /* new rq dispatch now, reset accordingly */ - bfqd->last_dispatch = bfqd->first_dispatch = ktime_get_ns() ; -@@ -2350,7 +2403,7 @@ void bfq_reset_rate_computation(struct bfq_data *bfqd, struct request *rq) - bfqd->tot_sectors_dispatched); - } - --void bfq_update_rate_reset(struct bfq_data *bfqd, struct request *rq) -+static void bfq_update_rate_reset(struct bfq_data *bfqd, struct request *rq) - { - u32 rate, weight, divisor; - -@@ -2400,7 +2453,7 @@ void bfq_update_rate_reset(struct bfq_data *bfqd, struct request *rq) - * total, and rate is below the current estimated peak rate - * - rate is unreasonably high (> 20M sectors/sec) - */ -- if ((bfqd->peak_rate_samples > (3 * bfqd->sequential_samples)>>2 && -+ if ((bfqd->sequential_samples < (3 * bfqd->peak_rate_samples)>>2 && - rate <= bfqd->peak_rate) || - rate > 20<fifo)) -- return NULL; -- -- rq = rq_entry_fifo(bfqq->fifo.next); -- -- if (ktime_get_ns() < rq->fifo_time) -- return NULL; -- -- return rq; --} -- - static void __bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq) - { - BUG_ON(bfqq != bfqd->in_service_queue); -@@ -2904,8 +2934,8 @@ static bool bfq_bfqq_is_slow(struct bfq_data *bfqd, struct bfq_queue *bfqq, - delta_ktime = ktime_sub(delta_ktime, bfqd->last_budget_start); - delta_usecs = ktime_to_us(delta_ktime); - -- /* don't trust short/unrealistic values. */ -- if (delta_usecs < 1000 || delta_usecs >= LONG_MAX) { -+ /* don't use too short time intervals */ -+ if (delta_usecs < 1000) { - if (blk_queue_nonrot(bfqd->queue)) - /* - * give same worst-case guarantees as idling -@@ -2915,7 +2945,7 @@ static bool bfq_bfqq_is_slow(struct bfq_data *bfqd, struct bfq_queue *bfqq, - else /* charge at least one seek */ - *delta_ms = bfq_slice_idle / NSEC_PER_MSEC; - -- bfq_log(bfqd, "bfq_bfqq_is_slow: unrealistic %u", delta_usecs); -+ bfq_log(bfqd, "bfq_bfqq_is_slow: too short %u", delta_usecs); - - return slow; - } -@@ -3067,6 +3097,7 @@ static void bfq_bfqq_expire(struct bfq_data *bfqd, - bool slow; - unsigned long delta = 0; - struct bfq_entity *entity = &bfqq->entity; -+ int ref; - - BUG_ON(bfqq != bfqd->in_service_queue); - -@@ -3174,12 +3205,15 @@ static void bfq_bfqq_expire(struct bfq_data *bfqd, - __bfq_bfqq_recalc_budget(bfqd, bfqq, reason); - BUG_ON(bfqq->next_rq == NULL && - bfqq->entity.budget < bfqq->entity.service); -+ ref = bfqq->ref; - __bfq_bfqq_expire(bfqd, bfqq); - -- BUG_ON(!bfq_bfqq_busy(bfqq) && reason == BFQ_BFQQ_BUDGET_EXHAUSTED && -+ BUG_ON(ref > 1 && -+ !bfq_bfqq_busy(bfqq) && reason == BFQ_BFQQ_BUDGET_EXHAUSTED && - !bfq_class_idle(bfqq)); - -- if (!bfq_bfqq_busy(bfqq) && -+ /* mark bfqq as waiting a request only if a bic still points to it */ -+ if (ref > 1 && !bfq_bfqq_busy(bfqq) && - reason != BFQ_BFQQ_BUDGET_TIMEOUT && - reason != BFQ_BFQQ_BUDGET_EXHAUSTED) - bfq_mark_bfqq_non_blocking_wait_rq(bfqq); -@@ -3504,14 +3538,29 @@ static struct bfq_queue *bfq_select_queue(struct bfq_data *bfqd) - !bfq_bfqq_must_idle(bfqq)) - goto expire; - -+check_queue: -+ /* -+ * This loop is rarely executed more than once. Even when it -+ * happens, it is much more convenient to re-execute this loop -+ * than to return NULL and trigger a new dispatch to get a -+ * request served. -+ */ - next_rq = bfqq->next_rq; - /* - * If bfqq has requests queued and it has enough budget left to - * serve them, keep the queue, otherwise expire it. - */ - if (next_rq) { -+ BUG_ON(RB_EMPTY_ROOT(&bfqq->sort_list)); -+ - if (bfq_serv_to_charge(next_rq, bfqq) > - bfq_bfqq_budget_left(bfqq)) { -+ /* -+ * Expire the queue for budget exhaustion, -+ * which makes sure that the next budget is -+ * enough to serve the next request, even if -+ * it comes from the fifo expired path. -+ */ - reason = BFQ_BFQQ_BUDGET_EXHAUSTED; - goto expire; - } else { -@@ -3559,9 +3608,16 @@ static struct bfq_queue *bfq_select_queue(struct bfq_data *bfqd) - bfq_bfqq_expire(bfqd, bfqq, false, reason); - new_queue: - bfqq = bfq_set_in_service_queue(bfqd); -- bfq_log(bfqd, "select_queue: new queue %d returned", -- bfqq ? bfqq->pid : 0); -+ if (bfqq) { -+ bfq_log_bfqq(bfqd, bfqq, "select_queue: checking new queue"); -+ goto check_queue; -+ } - keep_queue: -+ if (bfqq) -+ bfq_log_bfqq(bfqd, bfqq, "select_queue: returned this queue"); -+ else -+ bfq_log(bfqd, "select_queue: no queue returned"); -+ - return bfqq; - } - -@@ -3627,45 +3683,17 @@ static int bfq_dispatch_request(struct bfq_data *bfqd, - struct bfq_queue *bfqq) - { - int dispatched = 0; -- struct request *rq; -+ struct request *rq = bfqq->next_rq; - unsigned long service_to_charge; - - BUG_ON(RB_EMPTY_ROOT(&bfqq->sort_list)); -- -- /* Follow expired path, else get first next available. */ -- rq = bfq_check_fifo(bfqq); -- if (!rq) -- rq = bfqq->next_rq; -+ BUG_ON(!rq); - service_to_charge = bfq_serv_to_charge(rq, bfqq); - -- if (service_to_charge > bfq_bfqq_budget_left(bfqq)) { -- /* -- * This may happen if the next rq is chosen in fifo order -- * instead of sector order. The budget is properly -- * dimensioned to be always sufficient to serve the next -- * request only if it is chosen in sector order. The reason -- * is that it would be quite inefficient and little useful -- * to always make sure that the budget is large enough to -- * serve even the possible next rq in fifo order. -- * In fact, requests are seldom served in fifo order. -- * -- * Expire the queue for budget exhaustion, and make sure -- * that the next act_budget is enough to serve the next -- * request, even if it comes from the fifo expired path. -- */ -- bfqq->next_rq = rq; -- /* -- * Since this dispatch is failed, make sure that -- * a new one will be performed -- */ -- if (!bfqd->rq_in_driver) -- bfq_schedule_dispatch(bfqd); -- BUG_ON(bfqq->entity.budget < bfqq->entity.service); -- goto expire; -- } -+ BUG_ON(service_to_charge > bfq_bfqq_budget_left(bfqq)); - - BUG_ON(bfqq->entity.budget < bfqq->entity.service); -- /* Finally, insert request into driver dispatch list. */ -+ - bfq_bfqq_served(bfqq, service_to_charge); - - BUG_ON(bfqq->entity.budget < bfqq->entity.service); -@@ -3805,7 +3833,8 @@ static int bfq_dispatch_requests(struct request_queue *q, int force) - * Task holds one reference to the queue, dropped when task exits. Each rq - * in-flight on this queue also holds a reference, dropped when rq is freed. - * -- * Queue lock must be held here. -+ * Queue lock must be held here. Recall not to use bfqq after calling -+ * this function on it. - */ - static void bfq_put_queue(struct bfq_queue *bfqq) - { -@@ -3874,7 +3903,7 @@ static void bfq_exit_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq) - - bfq_put_cooperator(bfqq); - -- bfq_put_queue(bfqq); -+ bfq_put_queue(bfqq); /* release process reference */ - } - - static void bfq_init_icq(struct io_cq *icq) -@@ -3973,6 +4002,7 @@ static void bfq_check_ioprio_change(struct bfq_io_cq *bic, struct bio *bio) - - bfqq = bic_to_bfqq(bic, false); - if (bfqq) { -+ /* release process reference on this queue */ - bfq_put_queue(bfqq); - bfqq = bfq_get_queue(bfqd, bio, BLK_RW_ASYNC, bic); - bic_set_bfqq(bic, bfqq, false); -@@ -4093,14 +4123,20 @@ static struct bfq_queue *bfq_get_queue(struct bfq_data *bfqd, - * prune it. - */ - if (async_bfqq) { -- bfqq->ref++; -+ bfqq->ref++; /* -+ * Extra group reference, w.r.t. sync -+ * queue. This extra reference is removed -+ * only if bfqq->bfqg disappears, to -+ * guarantee that this queue is not freed -+ * until its group goes away. -+ */ - bfq_log_bfqq(bfqd, bfqq, "get_queue, bfqq not in async: %p, %d", - bfqq, bfqq->ref); - *async_bfqq = bfqq; - } - - out: -- bfqq->ref++; -+ bfqq->ref++; /* get a process reference to this queue */ - bfq_log_bfqq(bfqd, bfqq, "get_queue, at end: %p, %d", bfqq, bfqq->ref); - rcu_read_unlock(); - return bfqq; -@@ -4274,10 +4310,14 @@ static void bfq_insert_request(struct request_queue *q, struct request *rq) - bfqq->allocated[rq_data_dir(rq)]--; - new_bfqq->ref++; - bfq_clear_bfqq_just_created(bfqq); -- bfq_put_queue(bfqq); - if (bic_to_bfqq(RQ_BIC(rq), 1) == bfqq) - bfq_merge_bfqqs(bfqd, RQ_BIC(rq), - bfqq, new_bfqq); -+ /* -+ * rq is about to be enqueued into new_bfqq, -+ * release rq reference on bfqq -+ */ -+ bfq_put_queue(bfqq); - rq->elv.priv[1] = new_bfqq; - bfqq = new_bfqq; - } -@@ -4697,9 +4737,8 @@ static void bfq_shutdown_timer_wq(struct bfq_data *bfqd) - cancel_work_sync(&bfqd->unplug_work); - } - --#ifdef CONFIG_BFQ_GROUP_IOSCHED - static void __bfq_put_async_bfqq(struct bfq_data *bfqd, -- struct bfq_queue **bfqq_ptr) -+ struct bfq_queue **bfqq_ptr) - { - struct bfq_group *root_group = bfqd->root_group; - struct bfq_queue *bfqq = *bfqq_ptr; -@@ -4730,7 +4769,6 @@ static void bfq_put_async_queues(struct bfq_data *bfqd, struct bfq_group *bfqg) - - __bfq_put_async_bfqq(bfqd, &bfqg->async_idle_bfqq); - } --#endif - - static void bfq_exit_queue(struct elevator_queue *e) - { -@@ -4755,6 +4793,7 @@ static void bfq_exit_queue(struct elevator_queue *e) - #ifdef CONFIG_BFQ_GROUP_IOSCHED - blkcg_deactivate_policy(q, &blkcg_policy_bfq); - #else -+ bfq_put_async_queues(bfqd, bfqd->root_group); - kfree(bfqd->root_group); - #endif - -@@ -5229,7 +5268,7 @@ static struct blkcg_policy blkcg_policy_bfq = { - static int __init bfq_init(void) - { - int ret; -- char msg[60] = "BFQ I/O-scheduler: v8r7"; -+ char msg[60] = "BFQ I/O-scheduler: v8r10"; - - #ifdef CONFIG_BFQ_GROUP_IOSCHED - ret = blkcg_policy_register(&blkcg_policy_bfq); -@@ -5255,7 +5294,7 @@ static int __init bfq_init(void) - * be run for a long time. - */ - T_slow[0] = msecs_to_jiffies(3500); /* actually 4 sec */ -- T_slow[1] = msecs_to_jiffies(1000); /* actually 1.5 sec */ -+ T_slow[1] = msecs_to_jiffies(6000); /* actually 6.5 sec */ - T_fast[0] = msecs_to_jiffies(7000); /* actually 8 sec */ - T_fast[1] = msecs_to_jiffies(2500); /* actually 3 sec */ - -diff --git a/block/bfq-sched.c b/block/bfq-sched.c -index 797bce7..70aac56 100644 ---- a/block/bfq-sched.c -+++ b/block/bfq-sched.c -@@ -154,7 +154,13 @@ static bool bfq_update_next_in_service(struct bfq_sched_data *sd, - #define for_each_entity(entity) \ - for (; entity ; entity = entity->parent) - --#define for_each_entity_safe(entity, parent) \ -+/* -+ * For each iteration, compute parent in advance, so as to be safe if -+ * entity is deallocated during the iteration. Such a deallocation may -+ * happen as a consequence of a bfq_put_queue that frees the bfq_queue -+ * containing entity. -+ */ -+#define for_each_entity_safe(entity, parent) \ - for (; entity && ({ parent = entity->parent; 1; }); entity = parent) - - /* -@@ -691,27 +697,31 @@ static void bfq_idle_insert(struct bfq_service_tree *st, - } - - /** -- * bfq_forget_entity - remove an entity from the wfq trees. -+ * bfq_forget_entity - do not consider entity any longer for scheduling - * @st: the service tree. - * @entity: the entity being removed. -+ * @is_in_service: true if entity is currently the in-service entity. - * -- * Update the device status and forget everything about @entity, putting -- * the device reference to it, if it is a queue. Entities belonging to -- * groups are not refcounted. -+ * Forget everything about @entity. In addition, if entity represents -+ * a queue, and the latter is not in service, then release the service -+ * reference to the queue (the one taken through bfq_get_entity). In -+ * fact, in this case, there is really no more service reference to -+ * the queue, as the latter is also outside any service tree. If, -+ * instead, the queue is in service, then __bfq_bfqd_reset_in_service -+ * will take care of putting the reference when the queue finally -+ * stops being served. - */ - static void bfq_forget_entity(struct bfq_service_tree *st, -- struct bfq_entity *entity) -+ struct bfq_entity *entity, -+ bool is_in_service) - { - struct bfq_queue *bfqq = bfq_entity_to_bfqq(entity); -- struct bfq_sched_data *sd; -- - BUG_ON(!entity->on_st); - - entity->on_st = false; - st->wsum -= entity->weight; -- if (bfqq) { -- sd = entity->sched_data; -- bfq_log_bfqq(bfqq->bfqd, bfqq, "forget_entity: %p %d", -+ if (bfqq && !is_in_service) { -+ bfq_log_bfqq(bfqq->bfqd, bfqq, "forget_entity (before): %p %d", - bfqq, bfqq->ref); - bfq_put_queue(bfqq); - } -@@ -726,7 +736,8 @@ static void bfq_put_idle_entity(struct bfq_service_tree *st, - struct bfq_entity *entity) - { - bfq_idle_extract(st, entity); -- bfq_forget_entity(st, entity); -+ bfq_forget_entity(st, entity, -+ entity == entity->sched_data->in_service_entity); - } - - /** -@@ -1082,6 +1093,12 @@ static void __bfq_activate_entity(struct bfq_entity *entity, - */ - entity->start = min_vstart; - st->wsum += entity->weight; -+ /* -+ * entity is about to be inserted into a service tree, -+ * and then set in service: get a reference to make -+ * sure entity does not disappear until it is no -+ * longer in service or scheduled for service. -+ */ - bfq_get_entity(entity); - - BUG_ON(entity->on_st && bfqq); -@@ -1264,27 +1281,27 @@ static bool __bfq_deactivate_entity(struct bfq_entity *entity, - { - struct bfq_sched_data *sd = entity->sched_data; - struct bfq_service_tree *st = bfq_entity_service_tree(entity); -- bool was_in_service = entity == sd->in_service_entity; -+ bool is_in_service = entity == sd->in_service_entity; - - if (!entity->on_st) { /* entity never activated, or already inactive */ - BUG_ON(entity == entity->sched_data->in_service_entity); - return false; - } - -- BUG_ON(was_in_service && entity->tree && entity->tree != &st->active); -+ BUG_ON(is_in_service && entity->tree && entity->tree != &st->active); - -- if (was_in_service) -+ if (is_in_service) - bfq_calc_finish(entity, entity->service); - - if (entity->tree == &st->active) - bfq_active_extract(st, entity); -- else if (!was_in_service && entity->tree == &st->idle) -+ else if (!is_in_service && entity->tree == &st->idle) - bfq_idle_extract(st, entity); - else if (entity->tree) - BUG(); - - if (!ins_into_idle_tree || !bfq_gt(entity->finish, st->vtime)) -- bfq_forget_entity(st, entity); -+ bfq_forget_entity(st, entity, is_in_service); - else - bfq_idle_insert(st, entity); - -@@ -1301,7 +1318,7 @@ static void bfq_deactivate_entity(struct bfq_entity *entity, - bool expiration) - { - struct bfq_sched_data *sd; -- struct bfq_entity *parent; -+ struct bfq_entity *parent = NULL; - - for_each_entity_safe(entity, parent) { - sd = entity->sched_data; -@@ -1320,8 +1337,8 @@ static void bfq_deactivate_entity(struct bfq_entity *entity, - - if (!__bfq_deactivate_entity(entity, ins_into_idle_tree)) { - /* -- * Entity is not any tree any more, so, this -- * deactivation is a no-op, and there is -+ * entity is not in any tree any more, so -+ * this deactivation is a no-op, and there is - * nothing to change for upper-level entities - * (in case of expiration, this can never - * happen). -@@ -1821,14 +1838,16 @@ static struct bfq_queue *bfq_get_next_queue(struct bfq_data *bfqd) - - static void __bfq_bfqd_reset_in_service(struct bfq_data *bfqd) - { -- struct bfq_entity *entity = &bfqd->in_service_queue->entity; -+ struct bfq_queue *in_serv_bfqq = bfqd->in_service_queue; -+ struct bfq_entity *in_serv_entity = &in_serv_bfqq->entity; -+ struct bfq_entity *entity = in_serv_entity; - - if (bfqd->in_service_bic) { - put_io_context(bfqd->in_service_bic->icq.ioc); - bfqd->in_service_bic = NULL; - } - -- bfq_clear_bfqq_wait_request(bfqd->in_service_queue); -+ bfq_clear_bfqq_wait_request(in_serv_bfqq); - hrtimer_try_to_cancel(&bfqd->idle_slice_timer); - bfqd->in_service_queue = NULL; - -@@ -1840,6 +1859,14 @@ static void __bfq_bfqd_reset_in_service(struct bfq_data *bfqd) - */ - for_each_entity(entity) - entity->sched_data->in_service_entity = NULL; -+ -+ /* -+ * in_serv_entity is no longer in service, so, if it is in no -+ * service tree either, then release the service reference to -+ * the queue it represents (taken with bfq_get_entity). -+ */ -+ if (!in_serv_entity->on_st) -+ bfq_put_queue(in_serv_bfqq); - } - - static void bfq_deactivate_bfqq(struct bfq_data *bfqd, struct bfq_queue *bfqq, -@@ -1904,8 +1931,6 @@ static void bfq_del_bfqq_busy(struct bfq_data *bfqd, struct bfq_queue *bfqq, - BUG_ON(bfqq->entity.budget < 0); - - bfq_deactivate_bfqq(bfqd, bfqq, true, expiration); -- -- BUG_ON(bfqq->entity.budget < 0); - } - - /* -diff --git a/block/bfq.h b/block/bfq.h -index a9da002..e3855af 100644 ---- a/block/bfq.h -+++ b/block/bfq.h -@@ -1,5 +1,5 @@ - /* -- * BFQ v8r7 for 4.9.0: data structures and common functions prototypes. -+ * BFQ v8r10 for 4.9.0: data structures and common functions prototypes. - * - * Based on ideas and code from CFQ: - * Copyright (C) 2003 Jens Axboe -@@ -9,7 +9,7 @@ - * - * Copyright (C) 2015 Paolo Valente - * -- * Copyright (C) 2016 Paolo Valente -+ * Copyright (C) 2017 Paolo Valente - */ - - #ifndef _BFQ_H diff --git a/kernel/tools/perf/files/patches/mageia/char-agp-intel-new-Q57-id.patch b/kernel/tools/perf/files/patches/mageia/char-agp-intel-new-Q57-id.patch deleted file mode 100644 index 7093e9c01e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/char-agp-intel-new-Q57-id.patch +++ /dev/null @@ -1,35 +0,0 @@ - -agp/intel: add new host bridge id for Q57 system - -Add new Host Bridge ID found on a Q57 based system from Positivo. I -don't know what abbreviation id for this would be best, may be Q_HB -instead of UNKNOWN currently used would be better. - -Signed-off-by: Herton Ronaldo Krzesinski - -[ rebased for 3.8-rc3 /tmb ] -Signed-off-by: Thomas Backlund - -Removed the parts of the patch that are already applied in the kernel by -the commit 67384fe3fd450536342330f684ea1f7dcaef8130: - "char/agp: add another Ironlake host bridge" - -Rediffed for kernel 3.10.24. - -Signed-off-by: Eugene A. Shatokhin - - drivers/char/agp/intel-gtt.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff -Nurp linux-3.8-rc3/drivers/char/agp/intel-gtt.c linux-3.8-rc3.q57/drivers/char/agp/intel-gtt.c ---- linux-3.8-rc3/drivers/char/agp/intel-gtt.c 2013-01-10 08:17:09.690594184 +0200 -+++ linux-3.8-rc3.q57/drivers/char/agp/intel-gtt.c 2013-01-10 08:38:56.649888839 +0200 -@@ -1303,6 +1303,8 @@ static const struct intel_gtt_driver_des - &g4x_gtt_driver }, - { PCI_DEVICE_ID_INTEL_IRONLAKE_D_IG, - "HD Graphics", &ironlake_gtt_driver }, -+ { PCI_DEVICE_ID_INTEL_IRONLAKE_D2_HB, -+ "HD Graphics", &ironlake_gtt_driver }, - { PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG, - "HD Graphics", &ironlake_gtt_driver }, - { 0, NULL, NULL } diff --git a/kernel/tools/perf/files/patches/mageia/char-tmp-tpm_crb-fix-Intel-PTT-hw-bug-during-idle-state.patch b/kernel/tools/perf/files/patches/mageia/char-tmp-tpm_crb-fix-Intel-PTT-hw-bug-during-idle-state.patch deleted file mode 100644 index 767ccd9ae7..0000000000 --- a/kernel/tools/perf/files/patches/mageia/char-tmp-tpm_crb-fix-Intel-PTT-hw-bug-during-idle-state.patch +++ /dev/null @@ -1,115 +0,0 @@ -From bc33c5df710c0aae6db396146194108634ef6f60 Mon Sep 17 00:00:00 2001 -From: "Winkler, Tomas" -Date: Mon, 12 Sep 2016 16:04:19 +0300 -Subject: [PATCH] tmp/tpm_crb: fix Intel PTT hw bug during idle state - -There is a HW bug in Skylake, and Broxton PCH Intel PTT device, where -most of the registers in the control area except START, REQUEST, CANCEL, -and LOC_CTRL lost retention when the device is in the idle state. Hence -we need to bring the device to ready state before accessing the other -registers. The fix brings device to ready state before trying to read -command and response buffer addresses in order to remap the for access. - -Signed-off-by: Tomas Winkler -Tested-by: Jarkko Sakkinen -Reviewed-by: Jarkko Sakkinen -Signed-off-by: Jarkko Sakkinen ---- - drivers/char/tpm/tpm_crb.c | 47 ++++++++++++++++++++++++++++++++++++++-------- - 1 file changed, 39 insertions(+), 8 deletions(-) - -diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c -index 8dd0f20..ff0d505 100644 ---- a/drivers/char/tpm/tpm_crb.c -+++ b/drivers/char/tpm/tpm_crb.c -@@ -315,6 +315,7 @@ static int crb_map_io(struct acpi_device *device, struct crb_priv *priv, - struct list_head resources; - struct resource io_res; - struct device *dev = &device->dev; -+ u32 pa_high, pa_low; - u64 cmd_pa; - u32 cmd_size; - u64 rsp_pa; -@@ -342,12 +343,27 @@ static int crb_map_io(struct acpi_device *device, struct crb_priv *priv, - if (IS_ERR(priv->cca)) - return PTR_ERR(priv->cca); - -- cmd_pa = ((u64) ioread32(&priv->cca->cmd_pa_high) << 32) | -- (u64) ioread32(&priv->cca->cmd_pa_low); -+ /* -+ * PTT HW bug w/a: wake up the device to access -+ * possibly not retained registers. -+ */ -+ ret = crb_cmd_ready(dev, priv); -+ if (ret) -+ return ret; -+ -+ pa_high = ioread32(&priv->cca->cmd_pa_high); -+ pa_low = ioread32(&priv->cca->cmd_pa_low); -+ cmd_pa = ((u64)pa_high << 32) | pa_low; - cmd_size = ioread32(&priv->cca->cmd_size); -+ -+ dev_dbg(dev, "cmd_hi = %X cmd_low = %X cmd_size %X\n", -+ pa_high, pa_low, cmd_size); -+ - priv->cmd = crb_map_res(dev, priv, &io_res, cmd_pa, cmd_size); -- if (IS_ERR(priv->cmd)) -- return PTR_ERR(priv->cmd); -+ if (IS_ERR(priv->cmd)) { -+ ret = PTR_ERR(priv->cmd); -+ goto out; -+ } - - memcpy_fromio(&rsp_pa, &priv->cca->rsp_pa, 8); - rsp_pa = le64_to_cpu(rsp_pa); -@@ -355,7 +371,8 @@ static int crb_map_io(struct acpi_device *device, struct crb_priv *priv, - - if (cmd_pa != rsp_pa) { - priv->rsp = crb_map_res(dev, priv, &io_res, rsp_pa, rsp_size); -- return PTR_ERR_OR_ZERO(priv->rsp); -+ ret = PTR_ERR_OR_ZERO(priv->rsp); -+ goto out; - } - - /* According to the PTP specification, overlapping command and response -@@ -363,12 +380,18 @@ static int crb_map_io(struct acpi_device *device, struct crb_priv *priv, - */ - if (cmd_size != rsp_size) { - dev_err(dev, FW_BUG "overlapping command and response buffer sizes are not identical"); -- return -EINVAL; -+ ret = -EINVAL; -+ goto out; - } -+ - priv->cmd_size = cmd_size; - - priv->rsp = priv->cmd; -- return 0; -+ -+out: -+ crb_go_idle(dev, priv); -+ -+ return ret; - } - - static int crb_acpi_add(struct acpi_device *device) -@@ -412,7 +435,15 @@ static int crb_acpi_add(struct acpi_device *device) - if (rc) - return rc; - -- return crb_init(device, priv); -+ rc = crb_cmd_ready(dev, priv); -+ if (rc) -+ return rc; -+ -+ rc = crb_init(device, priv); -+ if (rc) -+ crb_go_idle(dev, priv); -+ -+ return rc; - } - - static int crb_acpi_remove(struct acpi_device *device) --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/char-tmp-tpm_crb-implement-runtime-pm-for-tpm_crb.patch b/kernel/tools/perf/files/patches/mageia/char-tmp-tpm_crb-implement-runtime-pm-for-tpm_crb.patch deleted file mode 100644 index c495334589..0000000000 --- a/kernel/tools/perf/files/patches/mageia/char-tmp-tpm_crb-implement-runtime-pm-for-tpm_crb.patch +++ /dev/null @@ -1,134 +0,0 @@ -From e74f2f76c13770bb8e004475a933923e9c92723d Mon Sep 17 00:00:00 2001 -From: "Winkler, Tomas" -Date: Sat, 8 Oct 2016 14:59:39 +0300 -Subject: [PATCH] tmp/tpm_crb: implement runtime pm for tpm_crb - -Utilize runtime_pm for driving tpm crb idle states. -The framework calls cmd_ready from the pm_runtime_resume handler -and go idle from the pm_runtime_suspend handler. -The TPM framework should wake the device before transmit and receive. -In case the runtime_pm framework is not compiled in or enabled, the device -will be in the permanent ready state. - -Signed-off-by: Tomas Winkler -Reviewed-by: Jarkko Sakkinen -Tested-by: Jarkko Sakkinen -Signed-off-by: Jarkko Sakkinen ---- - drivers/char/tpm/tpm-interface.c | 5 +++++ - drivers/char/tpm/tpm_crb.c | 42 ++++++++++++++++++++++++++++++++++++---- - 2 files changed, 43 insertions(+), 4 deletions(-) - -diff --git a/drivers/char/tpm/tpm-interface.c b/drivers/char/tpm/tpm-interface.c -index 3a9149c..cb0e57e 100644 ---- a/drivers/char/tpm/tpm-interface.c -+++ b/drivers/char/tpm/tpm-interface.c -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #include "tpm.h" - #include "tpm_eventlog.h" -@@ -356,6 +357,8 @@ ssize_t tpm_transmit(struct tpm_chip *chip, const u8 *buf, size_t bufsiz, - if (!(flags & TPM_TRANSMIT_UNLOCKED)) - mutex_lock(&chip->tpm_mutex); - -+ pm_runtime_get_sync(chip->dev.parent); -+ - rc = chip->ops->send(chip, (u8 *) buf, count); - if (rc < 0) { - dev_err(&chip->dev, -@@ -397,6 +400,8 @@ ssize_t tpm_transmit(struct tpm_chip *chip, const u8 *buf, size_t bufsiz, - dev_err(&chip->dev, - "tpm_transmit: tpm_recv: error %zd\n", rc); - out: -+ pm_runtime_put_sync(chip->dev.parent); -+ - if (!(flags & TPM_TRANSMIT_UNLOCKED)) - mutex_unlock(&chip->tpm_mutex); - return rc; -diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c -index f579f1a..717b6b4 100644 ---- a/drivers/char/tpm/tpm_crb.c -+++ b/drivers/char/tpm/tpm_crb.c -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - #include "tpm.h" - - #define ACPI_SIG_TPM2 "TPM2" -@@ -149,8 +150,6 @@ static int __maybe_unused crb_cmd_ready(struct device *dev, - return 0; - } - --static SIMPLE_DEV_PM_OPS(crb_pm, tpm_pm_suspend, tpm_pm_resume); -- - static u8 crb_status(struct tpm_chip *chip) - { - struct crb_priv *priv = dev_get_drvdata(&chip->dev); -@@ -433,11 +432,21 @@ static int crb_acpi_add(struct acpi_device *device) - if (rc) - return rc; - -+ pm_runtime_get_noresume(dev); -+ pm_runtime_set_active(dev); -+ pm_runtime_enable(dev); -+ - rc = tpm_chip_register(chip); -- if (rc) -+ if (rc) { - crb_go_idle(dev, priv); -+ pm_runtime_put_noidle(dev); -+ pm_runtime_disable(dev); -+ return rc; -+ } - -- return rc; -+ pm_runtime_put(dev); -+ -+ return 0; - } - - static int crb_acpi_remove(struct acpi_device *device) -@@ -447,9 +456,34 @@ static int crb_acpi_remove(struct acpi_device *device) - - tpm_chip_unregister(chip); - -+ pm_runtime_disable(dev); -+ - return 0; - } - -+#ifdef CONFIG_PM -+static int crb_pm_runtime_suspend(struct device *dev) -+{ -+ struct tpm_chip *chip = dev_get_drvdata(dev); -+ struct crb_priv *priv = dev_get_drvdata(&chip->dev); -+ -+ return crb_go_idle(dev, priv); -+} -+ -+static int crb_pm_runtime_resume(struct device *dev) -+{ -+ struct tpm_chip *chip = dev_get_drvdata(dev); -+ struct crb_priv *priv = dev_get_drvdata(&chip->dev); -+ -+ return crb_cmd_ready(dev, priv); -+} -+#endif /* CONFIG_PM */ -+ -+static const struct dev_pm_ops crb_pm = { -+ SET_SYSTEM_SLEEP_PM_OPS(tpm_pm_suspend, tpm_pm_resume) -+ SET_RUNTIME_PM_OPS(crb_pm_runtime_suspend, crb_pm_runtime_resume, NULL) -+}; -+ - static struct acpi_device_id crb_device_ids[] = { - {"MSFT0101", 0}, - {"", 0}, --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/char-tpm-tpm_crb-implement-tpm-crb-idle-state.patch b/kernel/tools/perf/files/patches/mageia/char-tpm-tpm_crb-implement-tpm-crb-idle-state.patch deleted file mode 100644 index 5ba2130830..0000000000 --- a/kernel/tools/perf/files/patches/mageia/char-tpm-tpm_crb-implement-tpm-crb-idle-state.patch +++ /dev/null @@ -1,111 +0,0 @@ -From ba5287b6ef6a2ee91dc6cc0829649cecf7b70253 Mon Sep 17 00:00:00 2001 -From: "Winkler, Tomas" -Date: Thu, 15 Sep 2016 10:27:38 +0300 -Subject: [PATCH] tpm/tpm_crb: implement tpm crb idle state - -The register TPM_CRB_CTRL_REQ_x contains bits goIdle and cmdReady for -SW to indicate that the device can enter or should exit the idle state. - -The legacy ACPI-start (SMI + DMA) based devices do not support these -bits and the idle state management is not exposed to the host SW. -Thus, this functionality only is enabled only for a CRB start (MMIO) -based devices. - -Based on Jarkko Sakkinen -original patch: -'tpm_crb: implement power tpm crb power management' - -To keep the implementation local to the hw we don't use wait_for_tpm_stat -for polling the TPM_CRB_CTRL_REQ. - -[jarkko.sakkinen@linux.intel.com: removed cmdReady debug trace on a - success case due the heavy amount of log traffic it causes.] - -Signed-off-by: Tomas Winkler -Reviewed-by: Jarkko Sakkinen -Tested-by: Jarkko Sakkinen -Signed-off-by: Jarkko Sakkinen ---- - drivers/char/tpm/tpm_crb.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 66 insertions(+) - -diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c -index a7c870a..8dd0f20 100644 ---- a/drivers/char/tpm/tpm_crb.c -+++ b/drivers/char/tpm/tpm_crb.c -@@ -83,6 +83,72 @@ struct crb_priv { - u32 cmd_size; - }; - -+/** -+ * crb_go_idle - request tpm crb device to go the idle state -+ * -+ * @dev: crb device -+ * @priv: crb private data -+ * -+ * Write CRB_CTRL_REQ_GO_IDLE to TPM_CRB_CTRL_REQ -+ * The device should respond within TIMEOUT_C by clearing the bit. -+ * Anyhow, we do not wait here as a consequent CMD_READY request -+ * will be handled correctly even if idle was not completed. -+ * -+ * The function does nothing for devices with ACPI-start method. -+ * -+ * Return: 0 always -+ */ -+static int __maybe_unused crb_go_idle(struct device *dev, struct crb_priv *priv) -+{ -+ if (priv->flags & CRB_FL_ACPI_START) -+ return 0; -+ -+ iowrite32(CRB_CTRL_REQ_GO_IDLE, &priv->cca->req); -+ /* we don't really care when this settles */ -+ -+ return 0; -+} -+ -+/** -+ * crb_cmd_ready - request tpm crb device to enter ready state -+ * -+ * @dev: crb device -+ * @priv: crb private data -+ * -+ * Write CRB_CTRL_REQ_CMD_READY to TPM_CRB_CTRL_REQ -+ * and poll till the device acknowledge it by clearing the bit. -+ * The device should respond within TIMEOUT_C. -+ * -+ * The function does nothing for devices with ACPI-start method -+ * -+ * Return: 0 on success -ETIME on timeout; -+ */ -+static int __maybe_unused crb_cmd_ready(struct device *dev, -+ struct crb_priv *priv) -+{ -+ ktime_t stop, start; -+ -+ if (priv->flags & CRB_FL_ACPI_START) -+ return 0; -+ -+ iowrite32(CRB_CTRL_REQ_CMD_READY, &priv->cca->req); -+ -+ start = ktime_get(); -+ stop = ktime_add(start, ms_to_ktime(TPM2_TIMEOUT_C)); -+ do { -+ if (!(ioread32(&priv->cca->req) & CRB_CTRL_REQ_CMD_READY)) -+ return 0; -+ usleep_range(50, 100); -+ } while (ktime_before(ktime_get(), stop)); -+ -+ if (ioread32(&priv->cca->req) & CRB_CTRL_REQ_CMD_READY) { -+ dev_warn(dev, "cmdReady timed out\n"); -+ return -ETIME; -+ } -+ -+ return 0; -+} -+ - static SIMPLE_DEV_PM_OPS(crb_pm, tpm_pm_suspend, tpm_pm_resume); - - static u8 crb_status(struct tpm_chip *chip) --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/char-tpm-tpm_crb-open-code-the-crb_init-into-acpi_add.patch b/kernel/tools/perf/files/patches/mageia/char-tpm-tpm_crb-open-code-the-crb_init-into-acpi_add.patch deleted file mode 100644 index b4e47ae183..0000000000 --- a/kernel/tools/perf/files/patches/mageia/char-tpm-tpm_crb-open-code-the-crb_init-into-acpi_add.patch +++ /dev/null @@ -1,75 +0,0 @@ -From c58bd34cec4c05f8e3362a79ae94de9f405c39b5 Mon Sep 17 00:00:00 2001 -From: "Winkler, Tomas" -Date: Mon, 12 Sep 2016 16:04:20 +0300 -Subject: [PATCH] tpm/tpm_crb: open code the crb_init into acpi_add - -This is preparation step for implementing tpm crb -runtime pm. We need to have tpm chip allocated -and populated before we access the runtime handlers. - -Signed-off-by: Tomas Winkler -Reviewed-by: Jarkko Sakkinen -Tested-by: Jarkko Sakkinen -Signed-off-by: Jarkko Sakkinen ---- - drivers/char/tpm/tpm_crb.c | 26 ++++++++++---------------- - 1 file changed, 10 insertions(+), 16 deletions(-) - -diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c -index ff0d505..f579f1a 100644 ---- a/drivers/char/tpm/tpm_crb.c -+++ b/drivers/char/tpm/tpm_crb.c -@@ -262,21 +262,6 @@ static const struct tpm_class_ops tpm_crb = { - .req_complete_val = CRB_DRV_STS_COMPLETE, - }; - --static int crb_init(struct acpi_device *device, struct crb_priv *priv) --{ -- struct tpm_chip *chip; -- -- chip = tpmm_chip_alloc(&device->dev, &tpm_crb); -- if (IS_ERR(chip)) -- return PTR_ERR(chip); -- -- dev_set_drvdata(&chip->dev, priv); -- chip->acpi_dev_handle = device->handle; -- chip->flags = TPM_CHIP_FLAG_TPM2; -- -- return tpm_chip_register(chip); --} -- - static int crb_check_resource(struct acpi_resource *ares, void *data) - { - struct resource *io_res = data; -@@ -398,6 +383,7 @@ static int crb_acpi_add(struct acpi_device *device) - { - struct acpi_table_tpm2 *buf; - struct crb_priv *priv; -+ struct tpm_chip *chip; - struct device *dev = &device->dev; - acpi_status status; - u32 sm; -@@ -435,11 +421,19 @@ static int crb_acpi_add(struct acpi_device *device) - if (rc) - return rc; - -+ chip = tpmm_chip_alloc(dev, &tpm_crb); -+ if (IS_ERR(chip)) -+ return PTR_ERR(chip); -+ -+ dev_set_drvdata(&chip->dev, priv); -+ chip->acpi_dev_handle = device->handle; -+ chip->flags = TPM_CHIP_FLAG_TPM2; -+ - rc = crb_cmd_ready(dev, priv); - if (rc) - return rc; - -- rc = crb_init(device, priv); -+ rc = tpm_chip_register(chip); - if (rc) - crb_go_idle(dev, priv); - --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/dm-raid-aliases.patch b/kernel/tools/perf/files/patches/mageia/dm-raid-aliases.patch deleted file mode 100644 index 4bb20cf1da..0000000000 --- a/kernel/tools/perf/files/patches/mageia/dm-raid-aliases.patch +++ /dev/null @@ -1,21 +0,0 @@ - -This patch adds module aliases for matching the old dm-raid45 patch -by heinzm@redhat.com carried by kernel-tmb series in order to make -sure there is an upgrade path. - -Signed-off-by: Thomas Backlund - - drivers/md/dm-raid.c | 2 ++ - 1 file changed, 2 insertions(+) - ---- linux/drivers/md/dm-raid.c.orig -+++ linux/drivers/md/dm-raid.c -@@ -3689,6 +3689,8 @@ MODULE_ALIAS("dm-raid10"); - MODULE_ALIAS("dm-raid4"); - MODULE_ALIAS("dm-raid5"); - MODULE_ALIAS("dm-raid6"); -+MODULE_ALIAS("dm-raid45"); -+MODULE_ALIAS("dm-raid4-5"); - MODULE_AUTHOR("Neil Brown "); - MODULE_AUTHOR("Heinz Mauelshagen "); - MODULE_LICENSE("GPL"); diff --git a/kernel/tools/perf/files/patches/mageia/firewire-ieee1394-module-aliases.patch b/kernel/tools/perf/files/patches/mageia/firewire-ieee1394-module-aliases.patch deleted file mode 100644 index 34c4d489d8..0000000000 --- a/kernel/tools/perf/files/patches/mageia/firewire-ieee1394-module-aliases.patch +++ /dev/null @@ -1,29 +0,0 @@ - -This patch adds missing module aliases for the old ieee1394 stack -to make it easier for endusers. - -Note: firewire-sbp2 and firewire-ohci already contains the needed aliases. - -Signed-off-by: Thomas Backlund - -diff -Nurp linux-2.6.38.4/drivers/firewire/core-transaction.c linux-2.6.38.4.fw/drivers/firewire/core-transaction.c ---- linux-2.6.38.4/drivers/firewire/core-transaction.c 2011-03-15 03:20:32.000000000 +0200 -+++ linux-2.6.38.4.fw/drivers/firewire/core-transaction.c 2011-04-22 16:22:28.461386738 +0300 -@@ -1174,6 +1174,9 @@ static struct fw_address_handler registe - MODULE_AUTHOR("Kristian Hoegsberg "); - MODULE_DESCRIPTION("Core IEEE1394 transaction logic"); - MODULE_LICENSE("GPL"); -+MODULE_ALIAS("ieee1394"); -+MODULE_ALIAS("raw1394"); -+MODULE_ALIAS("video1394"); - - static const u32 vendor_textual_descriptor[] = { - /* textual descriptor leaf () */ -diff -Nurp linux-2.6.38.4/drivers/firewire/net.c linux-2.6.38.4.fw/drivers/firewire/net.c ---- linux-2.6.38.4/drivers/firewire/net.c 2011-03-15 03:20:32.000000000 +0200 -+++ linux-2.6.38.4.fw/drivers/firewire/net.c 2011-04-22 16:20:34.008883920 +0300 -@@ -1719,3 +1719,4 @@ MODULE_AUTHOR("Jay Fenlason +Date: Mon, 2 Mar 2020 15:21:43 +0900 +Subject: [PATCH 12/14] MAINTAINERS: add exfat filesystem +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Add myself and Sungjong Seo as exfat maintainer. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + MAINTAINERS | 7 +++++++ + 1 file changed, 7 insertions(+) + +diff --git a/MAINTAINERS b/MAINTAINERS +index 38fe2f3f7b6f..27d912bc5ae2 100644 +--- a/MAINTAINERS ++++ b/MAINTAINERS +@@ -6240,6 +6240,13 @@ F: include/trace/events/mdio.h + F: include/uapi/linux/mdio.h + F: include/uapi/linux/mii.h + ++EXFAT FILE SYSTEM ++M: Namjae Jeon ++M: Sungjong Seo ++L: linux-fsdevel@vger.kernel.org ++S: Maintained ++F: fs/exfat/ ++ + EXT2 FILE SYSTEM + M: Jan Kara + L: linux-ext4@vger.kernel.org +-- +2.25.1 diff --git a/kernel/tools/perf/files/patches/mageia/fs-aufs-4.9-modular.patch b/kernel/tools/perf/files/patches/mageia/fs-aufs-4.9-modular.patch deleted file mode 100644 index f0a84fef5a..0000000000 --- a/kernel/tools/perf/files/patches/mageia/fs-aufs-4.9-modular.patch +++ /dev/null @@ -1,402 +0,0 @@ - - fs/aufs/Kconfig | 2 +- - fs/dcache.c | 2 ++ - fs/exec.c | 1 + - fs/fcntl.c | 1 + - fs/file_table.c | 4 ++++ - fs/inode.c | 1 + - fs/namespace.c | 2 ++ - fs/notify/group.c | 4 ++++ - fs/notify/mark.c | 4 ++++ - fs/open.c | 2 ++ - fs/read_write.c | 2 ++ - fs/splice.c | 2 ++ - fs/xattr.c | 1 + - kernel/task_work.c | 1 + - security/commoncap.c | 2 ++ - security/device_cgroup.c | 2 ++ - security/security.c | 10 ++++++++++ - 17 files changed, 42 insertions(+), 1 deletion(-) - -diff -Nurp linux-4.9-aufs/fs/aufs/Kconfig linux-4.9-aufs-mod/fs/aufs/Kconfig ---- linux-4.9-aufs/fs/aufs/Kconfig 2016-12-31 00:31:52.367789380 +0200 -+++ linux-4.9-aufs-mod/fs/aufs/Kconfig 2016-12-31 00:32:35.153785422 +0200 -@@ -1,5 +1,5 @@ - config AUFS_FS -- bool "Aufs (Advanced multi layered unification filesystem) support" -+ tristate "Aufs (Advanced multi layered unification filesystem) support" - help - Aufs is a stackable unification filesystem such as Unionfs, - which unifies several directories and provides a merged single -diff -Nurp linux-4.9-aufs/fs/dcache.c linux-4.9-aufs-mod/fs/dcache.c ---- linux-4.9-aufs/fs/dcache.c 2016-12-31 00:31:52.379789379 +0200 -+++ linux-4.9-aufs-mod/fs/dcache.c 2016-12-31 01:49:12.324360147 +0200 -@@ -1272,6 +1272,7 @@ rename_retry: - seq = 1; - goto again; - } -+EXPORT_SYMBOL_GPL(d_walk); - - /* - * Search for at least 1 mount point in the dentry's subdirs. -@@ -2855,6 +2856,7 @@ void d_exchange(struct dentry *dentry1, - - write_sequnlock(&rename_lock); - } -+EXPORT_SYMBOL_GPL(d_exchange); - - /** - * d_ancestor - search for an ancestor -diff -Nurp linux-4.9-aufs/fs/exec.c linux-4.9-aufs-mod/fs/exec.c ---- linux-4.9-aufs/fs/exec.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/fs/exec.c 2016-12-31 00:32:35.153785422 +0200 -@@ -104,6 +104,7 @@ bool path_noexec(const struct path *path - return (path->mnt->mnt_flags & MNT_NOEXEC) || - (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); - } -+EXPORT_SYMBOL_GPL(path_noexec); - - #ifdef CONFIG_USELIB - /* -diff -Nurp linux-4.9-aufs/fs/fcntl.c linux-4.9-aufs-mod/fs/fcntl.c ---- linux-4.9-aufs/fs/fcntl.c 2016-12-31 00:31:52.379789379 +0200 -+++ linux-4.9-aufs-mod/fs/fcntl.c 2016-12-31 00:32:35.154785422 +0200 -@@ -82,6 +82,7 @@ int setfl(int fd, struct file * filp, un - out: - return error; - } -+EXPORT_SYMBOL_GPL(setfl); - - static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, - int force) -diff -Nurp linux-4.9-aufs/fs/file_table.c linux-4.9-aufs-mod/fs/file_table.c ---- linux-4.9-aufs/fs/file_table.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/fs/file_table.c 2016-12-31 00:32:35.154785422 +0200 -@@ -147,6 +147,7 @@ over: - } - return ERR_PTR(-ENFILE); - } -+EXPORT_SYMBOL_GPL(get_empty_filp); - - /** - * alloc_file - allocate and initialize a 'struct file' -@@ -258,6 +259,7 @@ void flush_delayed_fput(void) - { - delayed_fput(NULL); - } -+EXPORT_SYMBOL_GPL(flush_delayed_fput); - - static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput); - -@@ -300,6 +302,7 @@ void __fput_sync(struct file *file) - } - - EXPORT_SYMBOL(fput); -+EXPORT_SYMBOL_GPL(__fput_sync); - - void put_filp(struct file *file) - { -@@ -308,6 +311,7 @@ void put_filp(struct file *file) - file_free(file); - } - } -+EXPORT_SYMBOL_GPL(put_filp); - - void __init files_init(void) - { -diff -Nurp linux-4.9-aufs/fs/inode.c linux-4.9-aufs-mod/fs/inode.c ---- linux-4.9-aufs/fs/inode.c 2016-12-31 00:31:52.379789379 +0200 -+++ linux-4.9-aufs-mod/fs/inode.c 2016-12-31 00:32:35.154785422 +0200 -@@ -1651,6 +1651,7 @@ int update_time(struct inode *inode, str - - return update_time(inode, time, flags); - } -+EXPORT_SYMBOL_GPL(update_time); - - /** - * touch_atime - update the access time -diff -Nurp linux-4.9-aufs/fs/namespace.c linux-4.9-aufs-mod/fs/namespace.c ---- linux-4.9-aufs/fs/namespace.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/fs/namespace.c 2016-12-31 00:32:35.154785422 +0200 -@@ -466,6 +466,7 @@ void __mnt_drop_write(struct vfsmount *m - mnt_dec_writers(real_mount(mnt)); - preempt_enable(); - } -+EXPORT_SYMBOL_GPL(__mnt_drop_write); - - /** - * mnt_drop_write - give up write access to a mount -@@ -1823,6 +1824,7 @@ int iterate_mounts(int (*f)(struct vfsmo - } - return 0; - } -+EXPORT_SYMBOL_GPL(iterate_mounts); - - static void cleanup_group_ids(struct mount *mnt, struct mount *end) - { -diff -Nurp linux-4.9-aufs/fs/notify/group.c linux-4.9-aufs-mod/fs/notify/group.c ---- linux-4.9-aufs/fs/notify/group.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/fs/notify/group.c 2016-12-31 00:32:35.155785422 +0200 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - - #include - #include "fsnotify.h" -@@ -100,6 +101,7 @@ void fsnotify_get_group(struct fsnotify_ - { - atomic_inc(&group->refcnt); - } -+EXPORT_SYMBOL_GPL(fsnotify_get_group); - - /* - * Drop a reference to a group. Free it if it's through. -@@ -109,6 +111,7 @@ void fsnotify_put_group(struct fsnotify_ - if (atomic_dec_and_test(&group->refcnt)) - fsnotify_final_destroy_group(group); - } -+EXPORT_SYMBOL_GPL(fsnotify_put_group); - - /* - * Create a new fsnotify_group and hold a reference for the group returned. -@@ -137,6 +140,7 @@ struct fsnotify_group *fsnotify_alloc_gr - - return group; - } -+EXPORT_SYMBOL_GPL(fsnotify_alloc_group); - - int fsnotify_fasync(int fd, struct file *file, int on) - { -diff -Nurp linux-4.9-aufs/fs/notify/mark.c linux-4.9-aufs-mod/fs/notify/mark.c ---- linux-4.9-aufs/fs/notify/mark.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/fs/notify/mark.c 2016-12-31 00:32:35.155785422 +0200 -@@ -113,6 +113,7 @@ void fsnotify_put_mark(struct fsnotify_m - mark->free_mark(mark); - } - } -+EXPORT_SYMBOL_GPL(fsnotify_put_mark); - - /* Calculate mask of events for a list of marks */ - u32 fsnotify_recalc_mask(struct hlist_head *head) -@@ -230,6 +231,7 @@ void fsnotify_destroy_mark(struct fsnoti - mutex_unlock(&group->mark_mutex); - fsnotify_free_mark(mark); - } -+EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); - - void fsnotify_destroy_marks(struct hlist_head *head, spinlock_t *lock) - { -@@ -415,6 +417,7 @@ err: - - return ret; - } -+EXPORT_SYMBOL_GPL(fsnotify_add_mark); - - int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, - struct inode *inode, struct vfsmount *mnt, int allow_dups) -@@ -521,6 +524,7 @@ void fsnotify_duplicate_mark(struct fsno - new->mask = old->mask; - new->free_mark = old->free_mark; - } -+EXPORT_SYMBOL_GPL(fsnotify_init_mark); - - /* - * Nothing fancy, just initialize lists and locks and counters. -diff -Nurp linux-4.9-aufs/fs/open.c linux-4.9-aufs-mod/fs/open.c ---- linux-4.9-aufs/fs/open.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/fs/open.c 2016-12-31 00:32:35.155785422 +0200 -@@ -64,6 +64,7 @@ int do_truncate(struct dentry *dentry, l - inode_unlock(dentry->d_inode); - return ret; - } -+EXPORT_SYMBOL_GPL(do_truncate); - - long vfs_truncate(const struct path *path, loff_t length) - { -@@ -695,6 +696,7 @@ int open_check_o_direct(struct file *f) - } - return 0; - } -+EXPORT_SYMBOL_GPL(open_check_o_direct); - - static int do_dentry_open(struct file *f, - struct inode *inode, -diff -Nurp linux-4.9-aufs/fs/read_write.c linux-4.9-aufs-mod/fs/read_write.c ---- linux-4.9-aufs/fs/read_write.c 2016-12-31 00:31:52.380789379 +0200 -+++ linux-4.9-aufs-mod/fs/read_write.c 2016-12-31 00:32:35.155785422 +0200 -@@ -525,6 +525,7 @@ vfs_readf_t vfs_readf(struct file *file) - return new_sync_read; - return ERR_PTR(-ENOSYS); - } -+EXPORT_SYMBOL_GPL(vfs_readf); - - vfs_writef_t vfs_writef(struct file *file) - { -@@ -536,6 +537,7 @@ vfs_writef_t vfs_writef(struct file *fil - return new_sync_write; - return ERR_PTR(-ENOSYS); - } -+EXPORT_SYMBOL_GPL(vfs_writef); - - ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t *pos) - { -diff -Nurp linux-4.9-aufs/fs/splice.c linux-4.9-aufs-mod/fs/splice.c ---- linux-4.9-aufs/fs/splice.c 2016-12-31 00:31:52.380789379 +0200 -+++ linux-4.9-aufs-mod/fs/splice.c 2016-12-31 00:32:35.156785422 +0200 -@@ -868,6 +868,7 @@ long do_splice_from(struct pipe_inode_in - - return splice_write(pipe, out, ppos, len, flags); - } -+EXPORT_SYMBOL_GPL(do_splice_from); - - /* - * Attempt to initiate a splice from a file to a pipe. -@@ -897,6 +898,7 @@ long do_splice_to(struct file *in, loff_ - - return splice_read(in, ppos, pipe, len, flags); - } -+EXPORT_SYMBOL_GPL(do_splice_to); - - /** - * splice_direct_to_actor - splices data directly between two non-pipes -diff -Nurp linux-4.9-aufs/fs/xattr.c linux-4.9-aufs-mod/fs/xattr.c ---- linux-4.9-aufs/fs/xattr.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/fs/xattr.c 2016-12-31 00:32:35.156785422 +0200 -@@ -296,6 +296,7 @@ vfs_getxattr_alloc(struct dentry *dentry - *xattr_value = value; - return error; - } -+EXPORT_SYMBOL_GPL(vfs_getxattr_alloc); - - ssize_t - __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, -diff -Nurp linux-4.9-aufs/kernel/task_work.c linux-4.9-aufs-mod/kernel/task_work.c ---- linux-4.9-aufs/kernel/task_work.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/kernel/task_work.c 2016-12-31 00:32:35.156785422 +0200 -@@ -119,3 +119,4 @@ void task_work_run(void) - } while (work); - } - } -+EXPORT_SYMBOL_GPL(task_work_run); -diff -Nurp linux-4.9-aufs/security/commoncap.c linux-4.9-aufs-mod/security/commoncap.c ---- linux-4.9-aufs/security/commoncap.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/security/commoncap.c 2016-12-31 00:32:35.156785422 +0200 -@@ -1061,12 +1061,14 @@ int cap_mmap_addr(unsigned long addr) - } - return ret; - } -+EXPORT_SYMBOL_GPL(cap_mmap_addr); - - int cap_mmap_file(struct file *file, unsigned long reqprot, - unsigned long prot, unsigned long flags) - { - return 0; - } -+EXPORT_SYMBOL_GPL(cap_mmap_file); - - #ifdef CONFIG_SECURITY - -diff -Nurp linux-4.9-aufs/security/device_cgroup.c linux-4.9-aufs-mod/security/device_cgroup.c ---- linux-4.9-aufs/security/device_cgroup.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/security/device_cgroup.c 2016-12-31 00:32:35.156785422 +0200 -@@ -7,6 +7,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -849,6 +850,7 @@ int __devcgroup_inode_permission(struct - return __devcgroup_check_permission(type, imajor(inode), iminor(inode), - access); - } -+EXPORT_SYMBOL_GPL(__devcgroup_inode_permission); - - int devcgroup_inode_mknod(int mode, dev_t dev) - { -diff -Nurp linux-4.9-aufs/security/security.c linux-4.9-aufs-mod/security/security.c ---- linux-4.9-aufs/security/security.c 2016-12-11 21:17:54.000000000 +0200 -+++ linux-4.9-aufs-mod/security/security.c 2016-12-31 00:32:35.157785422 +0200 -@@ -443,6 +443,7 @@ int security_path_rmdir(const struct pat - return 0; - return call_int_hook(path_rmdir, 0, dir, dentry); - } -+EXPORT_SYMBOL_GPL(security_path_rmdir); - - int security_path_unlink(const struct path *dir, struct dentry *dentry) - { -@@ -459,6 +460,7 @@ int security_path_symlink(const struct p - return 0; - return call_int_hook(path_symlink, 0, dir, dentry, old_name); - } -+EXPORT_SYMBOL_GPL(security_path_symlink); - - int security_path_link(struct dentry *old_dentry, const struct path *new_dir, - struct dentry *new_dentry) -@@ -467,6 +469,7 @@ int security_path_link(struct dentry *ol - return 0; - return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); - } -+EXPORT_SYMBOL_GPL(security_path_link); - - int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, - const struct path *new_dir, struct dentry *new_dentry, -@@ -494,6 +497,7 @@ int security_path_truncate(const struct - return 0; - return call_int_hook(path_truncate, 0, path); - } -+EXPORT_SYMBOL_GPL(security_path_truncate); - - int security_path_chmod(const struct path *path, umode_t mode) - { -@@ -501,6 +505,7 @@ int security_path_chmod(const struct pat - return 0; - return call_int_hook(path_chmod, 0, path, mode); - } -+EXPORT_SYMBOL_GPL(security_path_chmod); - - int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid) - { -@@ -508,6 +513,7 @@ int security_path_chown(const struct pat - return 0; - return call_int_hook(path_chown, 0, path, uid, gid); - } -+EXPORT_SYMBOL_GPL(security_path_chown); - - int security_path_chroot(const struct path *path) - { -@@ -593,6 +599,7 @@ int security_inode_readlink(struct dentr - return 0; - return call_int_hook(inode_readlink, 0, dentry); - } -+EXPORT_SYMBOL_GPL(security_inode_readlink); - - int security_inode_follow_link(struct dentry *dentry, struct inode *inode, - bool rcu) -@@ -608,6 +615,7 @@ int security_inode_permission(struct ino - return 0; - return call_int_hook(inode_permission, 0, inode, mask); - } -+EXPORT_SYMBOL_GPL(security_inode_permission); - - int security_inode_setattr(struct dentry *dentry, struct iattr *attr) - { -@@ -779,6 +787,7 @@ int security_file_permission(struct file - - return fsnotify_perm(file, mask); - } -+EXPORT_SYMBOL_GPL(security_file_permission); - - int security_file_alloc(struct file *file) - { -@@ -838,6 +847,7 @@ int security_mmap_file(struct file *file - return ret; - return ima_file_mmap(file, prot); - } -+EXPORT_SYMBOL_GPL(security_mmap_file); - - int security_mmap_addr(unsigned long addr) - { diff --git a/kernel/tools/perf/files/patches/mageia/fs-aufs-4.9.patch b/kernel/tools/perf/files/patches/mageia/fs-aufs-4.9.patch deleted file mode 100644 index 9b0feefe61..0000000000 --- a/kernel/tools/perf/files/patches/mageia/fs-aufs-4.9.patch +++ /dev/null @@ -1,34975 +0,0 @@ - - Documentation/ABI/testing/debugfs-aufs | 50 + - Documentation/ABI/testing/sysfs-aufs | 31 + - Documentation/filesystems/aufs/README | 393 +++++ - Documentation/filesystems/aufs/design/01intro.txt | 157 ++ - Documentation/filesystems/aufs/design/02struct.txt | 245 +++ - .../filesystems/aufs/design/03atomic_open.txt | 72 + - Documentation/filesystems/aufs/design/03lookup.txt | 100 ++ - Documentation/filesystems/aufs/design/04branch.txt | 61 + - .../filesystems/aufs/design/05wbr_policy.txt | 51 + - Documentation/filesystems/aufs/design/06fhsm.txt | 105 ++ - Documentation/filesystems/aufs/design/06mmap.txt | 59 + - Documentation/filesystems/aufs/design/06xattr.txt | 81 + - Documentation/filesystems/aufs/design/07export.txt | 45 + - Documentation/filesystems/aufs/design/08shwh.txt | 39 + - Documentation/filesystems/aufs/design/10dynop.txt | 34 + - MAINTAINERS | 13 + - drivers/block/loop.c | 18 + - fs/Kconfig | 1 + - fs/Makefile | 1 + - fs/aufs/Kconfig | 185 ++ - fs/aufs/Makefile | 36 + - fs/aufs/aufs.h | 46 + - fs/aufs/branch.c | 1399 +++++++++++++++ - fs/aufs/branch.h | 296 ++++ - fs/aufs/cpup.c | 1381 +++++++++++++++ - fs/aufs/cpup.h | 81 + - fs/aufs/dbgaufs.c | 425 +++++ - fs/aufs/dbgaufs.h | 35 + - fs/aufs/dcsub.c | 212 +++ - fs/aufs/dcsub.h | 123 ++ - fs/aufs/debug.c | 427 +++++ - fs/aufs/debug.h | 212 +++ - fs/aufs/dentry.c | 1117 ++++++++++++ - fs/aufs/dentry.h | 242 +++ - fs/aufs/dinfo.c | 540 ++++++ - fs/aufs/dir.c | 749 ++++++++ - fs/aufs/dir.h | 124 ++ - fs/aufs/dynop.c | 358 ++++ - fs/aufs/dynop.h | 61 + - fs/aufs/export.c | 823 +++++++++ - fs/aufs/f_op.c | 710 ++++++++ - fs/aufs/fhsm.c | 412 +++++ - fs/aufs/file.c | 844 +++++++++ - fs/aufs/file.h | 281 +++ - fs/aufs/finfo.c | 138 ++ - fs/aufs/fstype.h | 387 ++++ - fs/aufs/hfsnotify.c | 274 +++ - fs/aufs/hfsplus.c | 43 + - fs/aufs/hnotify.c | 710 ++++++++ - fs/aufs/i_op.c | 1431 +++++++++++++++ - fs/aufs/i_op_add.c | 915 ++++++++++ - fs/aufs/i_op_del.c | 498 ++++++ - fs/aufs/i_op_ren.c | 1152 ++++++++++++ - fs/aufs/iinfo.c | 272 +++ - fs/aufs/inode.c | 506 ++++++ - fs/aufs/inode.h | 678 +++++++ - fs/aufs/ioctl.c | 206 +++ - fs/aufs/loop.c | 134 ++ - fs/aufs/loop.h | 39 + - fs/aufs/magic.mk | 30 + - fs/aufs/module.c | 319 ++++ - fs/aufs/module.h | 143 ++ - fs/aufs/mvdown.c | 691 ++++++++ - fs/aufs/opts.c | 1857 ++++++++++++++++++++ - fs/aufs/opts.h | 200 +++ - fs/aufs/plink.c | 501 ++++++ - fs/aufs/poll.c | 39 + - fs/aufs/posix_acl.c | 85 + - fs/aufs/procfs.c | 156 ++ - fs/aufs/rdu.c | 368 ++++ - fs/aufs/rwsem.h | 185 ++ - fs/aufs/sbinfo.c | 342 ++++ - fs/aufs/spl.h | 100 ++ - fs/aufs/super.c | 1033 +++++++++++ - fs/aufs/super.h | 626 +++++++ - fs/aufs/sysaufs.c | 91 + - fs/aufs/sysaufs.h | 88 + - fs/aufs/sysfs.c | 340 ++++ - fs/aufs/sysrq.c | 144 ++ - fs/aufs/vdir.c | 887 ++++++++++ - fs/aufs/vfsub.c | 873 +++++++++ - fs/aufs/vfsub.h | 303 ++++ - fs/aufs/wbr_policy.c | 817 +++++++++ - fs/aufs/whout.c | 1048 +++++++++++ - fs/aufs/whout.h | 72 + - fs/aufs/wkq.c | 200 +++ - fs/aufs/wkq.h | 80 + - fs/aufs/xattr.c | 319 ++++ - fs/aufs/xino.c | 1305 ++++++++++++++ - fs/dcache.c | 2 +- - fs/fcntl.c | 4 +- - fs/inode.c | 2 +- - fs/proc/base.c | 2 +- - fs/proc/nommu.c | 5 +- - fs/proc/task_mmu.c | 7 +- - fs/proc/task_nommu.c | 5 +- - fs/read_write.c | 22 + - fs/splice.c | 10 +- - include/linux/file.h | 1 + - include/linux/fs.h | 9 + - include/linux/mm.h | 22 + - include/linux/mm_types.h | 2 + - include/linux/splice.h | 6 + - include/uapi/linux/Kbuild | 1 + - include/uapi/linux/aufs_type.h | 406 +++++ - kernel/fork.c | 2 +- - mm/Makefile | 2 +- - mm/filemap.c | 2 +- - mm/memory.c | 2 +- - mm/mmap.c | 33 +- - mm/nommu.c | 10 +- - mm/prfile.c | 86 + - 112 files changed, 33913 insertions(+), 30 deletions(-) - -diff --git a/Documentation/ABI/testing/debugfs-aufs b/Documentation/ABI/testing/debugfs-aufs -new file mode 100644 -index 0000000..99642d1 ---- /dev/null -+++ b/Documentation/ABI/testing/debugfs-aufs -@@ -0,0 +1,50 @@ -+What: /debug/aufs/si_/ -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ Under /debug/aufs, a directory named si_ is created -+ per aufs mount, where is a unique id generated -+ internally. -+ -+What: /debug/aufs/si_/plink -+Date: Apr 2013 -+Contact: J. R. Okajima -+Description: -+ It has three lines and shows the information about the -+ pseudo-link. The first line is a single number -+ representing a number of buckets. The second line is a -+ number of pseudo-links per buckets (separated by a -+ blank). The last line is a single number representing a -+ total number of psedo-links. -+ When the aufs mount option 'noplink' is specified, it -+ will show "1\n0\n0\n". -+ -+What: /debug/aufs/si_/xib -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xib (External Inode Number -+ Bitmap), its block size and file size. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -+ -+What: /debug/aufs/si_/xino0, xino1 ... xinoN -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xino (External Inode Number -+ Translation Table), its link count, block size and file -+ size. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -+ -+What: /debug/aufs/si_/xigen -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xigen (External Inode -+ Generation Table), its block size and file size. -+ If CONFIG_AUFS_EXPORT is disabled, this entry will not -+ be created. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -diff --git a/Documentation/ABI/testing/sysfs-aufs b/Documentation/ABI/testing/sysfs-aufs -new file mode 100644 -index 0000000..82f9518 ---- /dev/null -+++ b/Documentation/ABI/testing/sysfs-aufs -@@ -0,0 +1,31 @@ -+What: /sys/fs/aufs/si_/ -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ Under /sys/fs/aufs, a directory named si_ is created -+ per aufs mount, where is a unique id generated -+ internally. -+ -+What: /sys/fs/aufs/si_/br0, br1 ... brN -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the abolute path of a member directory (which -+ is called branch) in aufs, and its permission. -+ -+What: /sys/fs/aufs/si_/brid0, brid1 ... bridN -+Date: July 2013 -+Contact: J. R. Okajima -+Description: -+ It shows the id of a member directory (which is called -+ branch) in aufs. -+ -+What: /sys/fs/aufs/si_/xi_path -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the abolute path of XINO (External Inode Number -+ Bitmap, Translation Table and Generation Table) file -+ even if it is the default path. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -diff --git a/Documentation/filesystems/aufs/README b/Documentation/filesystems/aufs/README -new file mode 100644 -index 0000000..fa82b63 ---- /dev/null -+++ b/Documentation/filesystems/aufs/README -@@ -0,0 +1,393 @@ -+ -+Aufs4 -- advanced multi layered unification filesystem version 4.x -+http://aufs.sf.net -+Junjiro R. Okajima -+ -+ -+0. Introduction -+---------------------------------------- -+In the early days, aufs was entirely re-designed and re-implemented -+Unionfs Version 1.x series. Adding many original ideas, approaches, -+improvements and implementations, it becomes totally different from -+Unionfs while keeping the basic features. -+Recently, Unionfs Version 2.x series begin taking some of the same -+approaches to aufs1's. -+Unionfs is being developed by Professor Erez Zadok at Stony Brook -+University and his team. -+ -+Aufs4 supports linux-4.0 and later, and for linux-3.x series try aufs3. -+If you want older kernel version support, try aufs2-2.6.git or -+aufs2-standalone.git repository, aufs1 from CVS on SourceForge. -+ -+Note: it becomes clear that "Aufs was rejected. Let's give it up." -+ According to Christoph Hellwig, linux rejects all union-type -+ filesystems but UnionMount. -+ -+ -+PS. Al Viro seems have a plan to merge aufs as well as overlayfs and -+ UnionMount, and he pointed out an issue around a directory mutex -+ lock and aufs addressed it. But it is still unsure whether aufs will -+ be merged (or any other union solution). -+ -+ -+ -+1. Features -+---------------------------------------- -+- unite several directories into a single virtual filesystem. The member -+ directory is called as a branch. -+- you can specify the permission flags to the branch, which are 'readonly', -+ 'readwrite' and 'whiteout-able.' -+- by upper writable branch, internal copyup and whiteout, files/dirs on -+ readonly branch are modifiable logically. -+- dynamic branch manipulation, add, del. -+- etc... -+ -+Also there are many enhancements in aufs, such as: -+- test only the highest one for the directory permission (dirperm1) -+- copyup on open (coo=) -+- 'move' policy for copy-up between two writable branches, after -+ checking free space. -+- xattr, acl -+- readdir(3) in userspace. -+- keep inode number by external inode number table -+- keep the timestamps of file/dir in internal copyup operation -+- seekable directory, supporting NFS readdir. -+- whiteout is hardlinked in order to reduce the consumption of inodes -+ on branch -+- do not copyup, nor create a whiteout when it is unnecessary -+- revert a single systemcall when an error occurs in aufs -+- remount interface instead of ioctl -+- maintain /etc/mtab by an external command, /sbin/mount.aufs. -+- loopback mounted filesystem as a branch -+- kernel thread for removing the dir who has a plenty of whiteouts -+- support copyup sparse file (a file which has a 'hole' in it) -+- default permission flags for branches -+- selectable permission flags for ro branch, whether whiteout can -+ exist or not -+- export via NFS. -+- support /fs/aufs and /aufs. -+- support multiple writable branches, some policies to select one -+ among multiple writable branches. -+- a new semantics for link(2) and rename(2) to support multiple -+ writable branches. -+- no glibc changes are required. -+- pseudo hardlink (hardlink over branches) -+- allow a direct access manually to a file on branch, e.g. bypassing aufs. -+ including NFS or remote filesystem branch. -+- userspace wrapper for pathconf(3)/fpathconf(3) with _PC_LINK_MAX. -+- and more... -+ -+Currently these features are dropped temporary from aufs4. -+See design/08plan.txt in detail. -+- nested mount, i.e. aufs as readonly no-whiteout branch of another aufs -+ (robr) -+- statistics of aufs thread (/sys/fs/aufs/stat) -+ -+Features or just an idea in the future (see also design/*.txt), -+- reorder the branch index without del/re-add. -+- permanent xino files for NFSD -+- an option for refreshing the opened files after add/del branches -+- light version, without branch manipulation. (unnecessary?) -+- copyup in userspace -+- inotify in userspace -+- readv/writev -+ -+ -+2. Download -+---------------------------------------- -+There are three GIT trees for aufs4, aufs4-linux.git, -+aufs4-standalone.git, and aufs-util.git. Note that there is no "4" in -+"aufs-util.git." -+While the aufs-util is always necessary, you need either of aufs4-linux -+or aufs4-standalone. -+ -+The aufs4-linux tree includes the whole linux mainline GIT tree, -+git://git.kernel.org/.../torvalds/linux.git. -+And you cannot select CONFIG_AUFS_FS=m for this version, eg. you cannot -+build aufs4 as an external kernel module. -+Several extra patches are not included in this tree. Only -+aufs4-standalone tree contains them. They are described in the later -+section "Configuration and Compilation." -+ -+On the other hand, the aufs4-standalone tree has only aufs source files -+and necessary patches, and you can select CONFIG_AUFS_FS=m. -+But you need to apply all aufs patches manually. -+ -+You will find GIT branches whose name is in form of "aufs4.x" where "x" -+represents the linux kernel version, "linux-4.x". For instance, -+"aufs4.0" is for linux-4.0. For latest "linux-4.x-rcN", use -+"aufs4.x-rcN" branch. -+ -+o aufs4-linux tree -+$ git clone --reference /your/linux/git/tree \ -+ git://github.com/sfjro/aufs4-linux.git aufs4-linux.git -+- if you don't have linux GIT tree, then remove "--reference ..." -+$ cd aufs4-linux.git -+$ git checkout origin/aufs4.0 -+ -+Or You may want to directly git-pull aufs into your linux GIT tree, and -+leave the patch-work to GIT. -+$ cd /your/linux/git/tree -+$ git remote add aufs4 git://github.com/sfjro/aufs4-linux.git -+$ git fetch aufs4 -+$ git checkout -b my4.0 v4.0 -+$ (add your local change...) -+$ git pull aufs4 aufs4.0 -+- now you have v4.0 + your_changes + aufs4.0 in you my4.0 branch. -+- you may need to solve some conflicts between your_changes and -+ aufs4.0. in this case, git-rerere is recommended so that you can -+ solve the similar conflicts automatically when you upgrade to 4.1 or -+ later in the future. -+ -+o aufs4-standalone tree -+$ git clone git://github.com/sfjro/aufs4-standalone.git aufs4-standalone.git -+$ cd aufs4-standalone.git -+$ git checkout origin/aufs4.0 -+ -+o aufs-util tree -+$ git clone git://git.code.sf.net/p/aufs/aufs-util aufs-util.git -+- note that the public aufs-util.git is on SourceForge instead of -+ GitHUB. -+$ cd aufs-util.git -+$ git checkout origin/aufs4.0 -+ -+Note: The 4.x-rcN branch is to be used with `rc' kernel versions ONLY. -+The minor version number, 'x' in '4.x', of aufs may not always -+follow the minor version number of the kernel. -+Because changes in the kernel that cause the use of a new -+minor version number do not always require changes to aufs-util. -+ -+Since aufs-util has its own minor version number, you may not be -+able to find a GIT branch in aufs-util for your kernel's -+exact minor version number. -+In this case, you should git-checkout the branch for the -+nearest lower number. -+ -+For (an unreleased) example: -+If you are using "linux-4.10" and the "aufs4.10" branch -+does not exist in aufs-util repository, then "aufs4.9", "aufs4.8" -+or something numerically smaller is the branch for your kernel. -+ -+Also you can view all branches by -+ $ git branch -a -+ -+ -+3. Configuration and Compilation -+---------------------------------------- -+Make sure you have git-checkout'ed the correct branch. -+ -+For aufs4-linux tree, -+- enable CONFIG_AUFS_FS. -+- set other aufs configurations if necessary. -+ -+For aufs4-standalone tree, -+There are several ways to build. -+ -+1. -+- apply ./aufs4-kbuild.patch to your kernel source files. -+- apply ./aufs4-base.patch too. -+- apply ./aufs4-mmap.patch too. -+- apply ./aufs4-standalone.patch too, if you have a plan to set -+ CONFIG_AUFS_FS=m. otherwise you don't need ./aufs4-standalone.patch. -+- copy ./{Documentation,fs,include/uapi/linux/aufs_type.h} files to your -+ kernel source tree. Never copy $PWD/include/uapi/linux/Kbuild. -+- enable CONFIG_AUFS_FS, you can select either -+ =m or =y. -+- and build your kernel as usual. -+- install the built kernel. -+ Note: Since linux-3.9, every filesystem module requires an alias -+ "fs-". You should make sure that "fs-aufs" is listed in your -+ modules.aliases file if you set CONFIG_AUFS_FS=m. -+- install the header files too by "make headers_install" to the -+ directory where you specify. By default, it is $PWD/usr. -+ "make help" shows a brief note for headers_install. -+- and reboot your system. -+ -+2. -+- module only (CONFIG_AUFS_FS=m). -+- apply ./aufs4-base.patch to your kernel source files. -+- apply ./aufs4-mmap.patch too. -+- apply ./aufs4-standalone.patch too. -+- build your kernel, don't forget "make headers_install", and reboot. -+- edit ./config.mk and set other aufs configurations if necessary. -+ Note: You should read $PWD/fs/aufs/Kconfig carefully which describes -+ every aufs configurations. -+- build the module by simple "make". -+ Note: Since linux-3.9, every filesystem module requires an alias -+ "fs-". You should make sure that "fs-aufs" is listed in your -+ modules.aliases file. -+- you can specify ${KDIR} make variable which points to your kernel -+ source tree. -+- install the files -+ + run "make install" to install the aufs module, or copy the built -+ $PWD/aufs.ko to /lib/modules/... and run depmod -a (or reboot simply). -+ + run "make install_headers" (instead of headers_install) to install -+ the modified aufs header file (you can specify DESTDIR which is -+ available in aufs standalone version's Makefile only), or copy -+ $PWD/usr/include/linux/aufs_type.h to /usr/include/linux or wherever -+ you like manually. By default, the target directory is $PWD/usr. -+- no need to apply aufs4-kbuild.patch, nor copying source files to your -+ kernel source tree. -+ -+Note: The header file aufs_type.h is necessary to build aufs-util -+ as well as "make headers_install" in the kernel source tree. -+ headers_install is subject to be forgotten, but it is essentially -+ necessary, not only for building aufs-util. -+ You may not meet problems without headers_install in some older -+ version though. -+ -+And then, -+- read README in aufs-util, build and install it -+- note that your distribution may contain an obsoleted version of -+ aufs_type.h in /usr/include/linux or something. When you build aufs -+ utilities, make sure that your compiler refers the correct aufs header -+ file which is built by "make headers_install." -+- if you want to use readdir(3) in userspace or pathconf(3) wrapper, -+ then run "make install_ulib" too. And refer to the aufs manual in -+ detail. -+ -+There several other patches in aufs4-standalone.git. They are all -+optional. When you meet some problems, they will help you. -+- aufs4-loopback.patch -+ Supports a nested loopback mount in a branch-fs. This patch is -+ unnecessary until aufs produces a message like "you may want to try -+ another patch for loopback file". -+- vfs-ino.patch -+ Modifies a system global kernel internal function get_next_ino() in -+ order to stop assigning 0 for an inode-number. Not directly related to -+ aufs, but recommended generally. -+- tmpfs-idr.patch -+ Keeps the tmpfs inode number as the lowest value. Effective to reduce -+ the size of aufs XINO files for tmpfs branch. Also it prevents the -+ duplication of inode number, which is important for backup tools and -+ other utilities. When you find aufs XINO files for tmpfs branch -+ growing too much, try this patch. -+- lockdep-debug.patch -+ Because aufs is not only an ordinary filesystem (callee of VFS), but -+ also a caller of VFS functions for branch filesystems, subclassing of -+ the internal locks for LOCKDEP is necessary. LOCKDEP is a debugging -+ feature of linux kernel. If you enable CONFIG_LOCKDEP, then you will -+ need to apply this debug patch to expand several constant values. -+ If don't know what LOCKDEP, then you don't have apply this patch. -+ -+ -+4. Usage -+---------------------------------------- -+At first, make sure aufs-util are installed, and please read the aufs -+manual, aufs.5 in aufs-util.git tree. -+$ man -l aufs.5 -+ -+And then, -+$ mkdir /tmp/rw /tmp/aufs -+# mount -t aufs -o br=/tmp/rw:${HOME} none /tmp/aufs -+ -+Here is another example. The result is equivalent. -+# mount -t aufs -o br=/tmp/rw=rw:${HOME}=ro none /tmp/aufs -+ Or -+# mount -t aufs -o br:/tmp/rw none /tmp/aufs -+# mount -o remount,append:${HOME} /tmp/aufs -+ -+Then, you can see whole tree of your home dir through /tmp/aufs. If -+you modify a file under /tmp/aufs, the one on your home directory is -+not affected, instead the same named file will be newly created under -+/tmp/rw. And all of your modification to a file will be applied to -+the one under /tmp/rw. This is called the file based Copy on Write -+(COW) method. -+Aufs mount options are described in aufs.5. -+If you run chroot or something and make your aufs as a root directory, -+then you need to customize the shutdown script. See the aufs manual in -+detail. -+ -+Additionally, there are some sample usages of aufs which are a -+diskless system with network booting, and LiveCD over NFS. -+See sample dir in CVS tree on SourceForge. -+ -+ -+5. Contact -+---------------------------------------- -+When you have any problems or strange behaviour in aufs, please let me -+know with: -+- /proc/mounts (instead of the output of mount(8)) -+- /sys/module/aufs/* -+- /sys/fs/aufs/* (if you have them) -+- /debug/aufs/* (if you have them) -+- linux kernel version -+ if your kernel is not plain, for example modified by distributor, -+ the url where i can download its source is necessary too. -+- aufs version which was printed at loading the module or booting the -+ system, instead of the date you downloaded. -+- configuration (define/undefine CONFIG_AUFS_xxx) -+- kernel configuration or /proc/config.gz (if you have it) -+- behaviour which you think to be incorrect -+- actual operation, reproducible one is better -+- mailto: aufs-users at lists.sourceforge.net -+ -+Usually, I don't watch the Public Areas(Bugs, Support Requests, Patches, -+and Feature Requests) on SourceForge. Please join and write to -+aufs-users ML. -+ -+ -+6. Acknowledgements -+---------------------------------------- -+Thanks to everyone who have tried and are using aufs, whoever -+have reported a bug or any feedback. -+ -+Especially donators: -+Tomas Matejicek(slax.org) made a donation (much more than once). -+ Since Apr 2010, Tomas M (the author of Slax and Linux Live -+ scripts) is making "doubling" donations. -+ Unfortunately I cannot list all of the donators, but I really -+ appreciate. -+ It ends Aug 2010, but the ordinary donation URL is still available. -+ -+Dai Itasaka made a donation (2007/8). -+Chuck Smith made a donation (2008/4, 10 and 12). -+Henk Schoneveld made a donation (2008/9). -+Chih-Wei Huang, ASUS, CTC donated Eee PC 4G (2008/10). -+Francois Dupoux made a donation (2008/11). -+Bruno Cesar Ribas and Luis Carlos Erpen de Bona, C3SL serves public -+ aufs2 GIT tree (2009/2). -+William Grant made a donation (2009/3). -+Patrick Lane made a donation (2009/4). -+The Mail Archive (mail-archive.com) made donations (2009/5). -+Nippy Networks (Ed Wildgoose) made a donation (2009/7). -+New Dream Network, LLC (www.dreamhost.com) made a donation (2009/11). -+Pavel Pronskiy made a donation (2011/2). -+Iridium and Inmarsat satellite phone retailer (www.mailasail.com), Nippy -+ Networks (Ed Wildgoose) made a donation for hardware (2011/3). -+Max Lekomcev (DOM-TV project) made a donation (2011/7, 12, 2012/3, 6 and -+11). -+Sam Liddicott made a donation (2011/9). -+Era Scarecrow made a donation (2013/4). -+Bor Ratajc made a donation (2013/4). -+Alessandro Gorreta made a donation (2013/4). -+POIRETTE Marc made a donation (2013/4). -+Alessandro Gorreta made a donation (2013/4). -+lauri kasvandik made a donation (2013/5). -+"pemasu from Finland" made a donation (2013/7). -+The Parted Magic Project made a donation (2013/9 and 11). -+Pavel Barta made a donation (2013/10). -+Nikolay Pertsev made a donation (2014/5). -+James B made a donation (2014/7 and 2015/7). -+Stefano Di Biase made a donation (2014/8). -+Daniel Epellei made a donation (2015/1). -+OmegaPhil made a donation (2016/1). -+Tomasz Szewczyk made a donation (2016/4). -+James Burry made a donation (2016/12). -+ -+Thank you very much. -+Donations are always, including future donations, very important and -+helpful for me to keep on developing aufs. -+ -+ -+7. -+---------------------------------------- -+If you are an experienced user, no explanation is needed. Aufs is -+just a linux filesystem. -+ -+ -+Enjoy! -+ -+# Local variables: ; -+# mode: text; -+# End: ; -diff --git a/Documentation/filesystems/aufs/design/01intro.txt b/Documentation/filesystems/aufs/design/01intro.txt -new file mode 100644 -index 0000000..5d01214 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/01intro.txt -@@ -0,0 +1,157 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+Introduction -+---------------------------------------- -+ -+aufs [ei ju: ef es] | [a u f s] -+1. abbrev. for "advanced multi-layered unification filesystem". -+2. abbrev. for "another unionfs". -+3. abbrev. for "auf das" in German which means "on the" in English. -+ Ex. "Butter aufs Brot"(G) means "butter onto bread"(E). -+ But "Filesystem aufs Filesystem" is hard to understand. -+ -+AUFS is a filesystem with features: -+- multi layered stackable unification filesystem, the member directory -+ is called as a branch. -+- branch permission and attribute, 'readonly', 'real-readonly', -+ 'readwrite', 'whiteout-able', 'link-able whiteout', etc. and their -+ combination. -+- internal "file copy-on-write". -+- logical deletion, whiteout. -+- dynamic branch manipulation, adding, deleting and changing permission. -+- allow bypassing aufs, user's direct branch access. -+- external inode number translation table and bitmap which maintains the -+ persistent aufs inode number. -+- seekable directory, including NFS readdir. -+- file mapping, mmap and sharing pages. -+- pseudo-link, hardlink over branches. -+- loopback mounted filesystem as a branch. -+- several policies to select one among multiple writable branches. -+- revert a single systemcall when an error occurs in aufs. -+- and more... -+ -+ -+Multi Layered Stackable Unification Filesystem -+---------------------------------------------------------------------- -+Most people already knows what it is. -+It is a filesystem which unifies several directories and provides a -+merged single directory. When users access a file, the access will be -+passed/re-directed/converted (sorry, I am not sure which English word is -+correct) to the real file on the member filesystem. The member -+filesystem is called 'lower filesystem' or 'branch' and has a mode -+'readonly' and 'readwrite.' And the deletion for a file on the lower -+readonly branch is handled by creating 'whiteout' on the upper writable -+branch. -+ -+On LKML, there have been discussions about UnionMount (Jan Blunck, -+Bharata B Rao and Valerie Aurora) and Unionfs (Erez Zadok). They took -+different approaches to implement the merged-view. -+The former tries putting it into VFS, and the latter implements as a -+separate filesystem. -+(If I misunderstand about these implementations, please let me know and -+I shall correct it. Because it is a long time ago when I read their -+source files last time). -+ -+UnionMount's approach will be able to small, but may be hard to share -+branches between several UnionMount since the whiteout in it is -+implemented in the inode on branch filesystem and always -+shared. According to Bharata's post, readdir does not seems to be -+finished yet. -+There are several missing features known in this implementations such as -+- for users, the inode number may change silently. eg. copy-up. -+- link(2) may break by copy-up. -+- read(2) may get an obsoleted filedata (fstat(2) too). -+- fcntl(F_SETLK) may be broken by copy-up. -+- unnecessary copy-up may happen, for example mmap(MAP_PRIVATE) after -+ open(O_RDWR). -+ -+In linux-3.18, "overlay" filesystem (formerly known as "overlayfs") was -+merged into mainline. This is another implementation of UnionMount as a -+separated filesystem. All the limitations and known problems which -+UnionMount are equally inherited to "overlay" filesystem. -+ -+Unionfs has a longer history. When I started implementing a stackable -+filesystem (Aug 2005), it already existed. It has virtual super_block, -+inode, dentry and file objects and they have an array pointing lower -+same kind objects. After contributing many patches for Unionfs, I -+re-started my project AUFS (Jun 2006). -+ -+In AUFS, the structure of filesystem resembles to Unionfs, but I -+implemented my own ideas, approaches and enhancements and it became -+totally different one. -+ -+Comparing DM snapshot and fs based implementation -+- the number of bytes to be copied between devices is much smaller. -+- the type of filesystem must be one and only. -+- the fs must be writable, no readonly fs, even for the lower original -+ device. so the compression fs will not be usable. but if we use -+ loopback mount, we may address this issue. -+ for instance, -+ mount /cdrom/squashfs.img /sq -+ losetup /sq/ext2.img -+ losetup /somewhere/cow -+ dmsetup "snapshot /dev/loop0 /dev/loop1 ..." -+- it will be difficult (or needs more operations) to extract the -+ difference between the original device and COW. -+- DM snapshot-merge may help a lot when users try merging. in the -+ fs-layer union, users will use rsync(1). -+ -+You may want to read my old paper "Filesystems in LiveCD" -+(http://aufs.sourceforge.net/aufs2/report/sq/sq.pdf). -+ -+ -+Several characters/aspects/persona of aufs -+---------------------------------------------------------------------- -+ -+Aufs has several characters, aspects or persona. -+1. a filesystem, callee of VFS helper -+2. sub-VFS, caller of VFS helper for branches -+3. a virtual filesystem which maintains persistent inode number -+4. reader/writer of files on branches such like an application -+ -+1. Callee of VFS Helper -+As an ordinary linux filesystem, aufs is a callee of VFS. For instance, -+unlink(2) from an application reaches sys_unlink() kernel function and -+then vfs_unlink() is called. vfs_unlink() is one of VFS helper and it -+calls filesystem specific unlink operation. Actually aufs implements the -+unlink operation but it behaves like a redirector. -+ -+2. Caller of VFS Helper for Branches -+aufs_unlink() passes the unlink request to the branch filesystem as if -+it were called from VFS. So the called unlink operation of the branch -+filesystem acts as usual. As a caller of VFS helper, aufs should handle -+every necessary pre/post operation for the branch filesystem. -+- acquire the lock for the parent dir on a branch -+- lookup in a branch -+- revalidate dentry on a branch -+- mnt_want_write() for a branch -+- vfs_unlink() for a branch -+- mnt_drop_write() for a branch -+- release the lock on a branch -+ -+3. Persistent Inode Number -+One of the most important issue for a filesystem is to maintain inode -+numbers. This is particularly important to support exporting a -+filesystem via NFS. Aufs is a virtual filesystem which doesn't have a -+backend block device for its own. But some storage is necessary to -+keep and maintain the inode numbers. It may be a large space and may not -+suit to keep in memory. Aufs rents some space from its first writable -+branch filesystem (by default) and creates file(s) on it. These files -+are created by aufs internally and removed soon (currently) keeping -+opened. -+Note: Because these files are removed, they are totally gone after -+ unmounting aufs. It means the inode numbers are not persistent -+ across unmount or reboot. I have a plan to make them really -+ persistent which will be important for aufs on NFS server. -+ -+4. Read/Write Files Internally (copy-on-write) -+Because a branch can be readonly, when you write a file on it, aufs will -+"copy-up" it to the upper writable branch internally. And then write the -+originally requested thing to the file. Generally kernel doesn't -+open/read/write file actively. In aufs, even a single write may cause a -+internal "file copy". This behaviour is very similar to cp(1) command. -+ -+Some people may think it is better to pass such work to user space -+helper, instead of doing in kernel space. Actually I am still thinking -+about it. But currently I have implemented it in kernel space. -diff --git a/Documentation/filesystems/aufs/design/02struct.txt b/Documentation/filesystems/aufs/design/02struct.txt -new file mode 100644 -index 0000000..783328a ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/02struct.txt -@@ -0,0 +1,245 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+Basic Aufs Internal Structure -+ -+Superblock/Inode/Dentry/File Objects -+---------------------------------------------------------------------- -+As like an ordinary filesystem, aufs has its own -+superblock/inode/dentry/file objects. All these objects have a -+dynamically allocated array and store the same kind of pointers to the -+lower filesystem, branch. -+For example, when you build a union with one readwrite branch and one -+readonly, mounted /au, /rw and /ro respectively. -+- /au = /rw + /ro -+- /ro/fileA exists but /rw/fileA -+ -+Aufs lookup operation finds /ro/fileA and gets dentry for that. These -+pointers are stored in a aufs dentry. The array in aufs dentry will be, -+- [0] = NULL (because /rw/fileA doesn't exist) -+- [1] = /ro/fileA -+ -+This style of an array is essentially same to the aufs -+superblock/inode/dentry/file objects. -+ -+Because aufs supports manipulating branches, ie. add/delete/change -+branches dynamically, these objects has its own generation. When -+branches are changed, the generation in aufs superblock is -+incremented. And a generation in other object are compared when it is -+accessed. When a generation in other objects are obsoleted, aufs -+refreshes the internal array. -+ -+ -+Superblock -+---------------------------------------------------------------------- -+Additionally aufs superblock has some data for policies to select one -+among multiple writable branches, XIB files, pseudo-links and kobject. -+See below in detail. -+About the policies which supports copy-down a directory, see -+wbr_policy.txt too. -+ -+ -+Branch and XINO(External Inode Number Translation Table) -+---------------------------------------------------------------------- -+Every branch has its own xino (external inode number translation table) -+file. The xino file is created and unlinked by aufs internally. When two -+members of a union exist on the same filesystem, they share the single -+xino file. -+The struct of a xino file is simple, just a sequence of aufs inode -+numbers which is indexed by the lower inode number. -+In the above sample, assume the inode number of /ro/fileA is i111 and -+aufs assigns the inode number i999 for fileA. Then aufs writes 999 as -+4(8) bytes at 111 * 4(8) bytes offset in the xino file. -+ -+When the inode numbers are not contiguous, the xino file will be sparse -+which has a hole in it and doesn't consume as much disk space as it -+might appear. If your branch filesystem consumes disk space for such -+holes, then you should specify 'xino=' option at mounting aufs. -+ -+Aufs has a mount option to free the disk blocks for such holes in XINO -+files on tmpfs or ramdisk. But it is not so effective actually. If you -+meet a problem of disk shortage due to XINO files, then you should try -+"tmpfs-ino.patch" (and "vfs-ino.patch" too) in aufs4-standalone.git. -+The patch localizes the assignment inumbers per tmpfs-mount and avoid -+the holes in XINO files. -+ -+Also a writable branch has three kinds of "whiteout bases". All these -+are existed when the branch is joined to aufs, and their names are -+whiteout-ed doubly, so that users will never see their names in aufs -+hierarchy. -+1. a regular file which will be hardlinked to all whiteouts. -+2. a directory to store a pseudo-link. -+3. a directory to store an "orphan"-ed file temporary. -+ -+1. Whiteout Base -+ When you remove a file on a readonly branch, aufs handles it as a -+ logical deletion and creates a whiteout on the upper writable branch -+ as a hardlink of this file in order not to consume inode on the -+ writable branch. -+2. Pseudo-link Dir -+ See below, Pseudo-link. -+3. Step-Parent Dir -+ When "fileC" exists on the lower readonly branch only and it is -+ opened and removed with its parent dir, and then user writes -+ something into it, then aufs copies-up fileC to this -+ directory. Because there is no other dir to store fileC. After -+ creating a file under this dir, the file is unlinked. -+ -+Because aufs supports manipulating branches, ie. add/delete/change -+dynamically, a branch has its own id. When the branch order changes, -+aufs finds the new index by searching the branch id. -+ -+ -+Pseudo-link -+---------------------------------------------------------------------- -+Assume "fileA" exists on the lower readonly branch only and it is -+hardlinked to "fileB" on the branch. When you write something to fileA, -+aufs copies-up it to the upper writable branch. Additionally aufs -+creates a hardlink under the Pseudo-link Directory of the writable -+branch. The inode of a pseudo-link is kept in aufs super_block as a -+simple list. If fileB is read after unlinking fileA, aufs returns -+filedata from the pseudo-link instead of the lower readonly -+branch. Because the pseudo-link is based upon the inode, to keep the -+inode number by xino (see above) is essentially necessary. -+ -+All the hardlinks under the Pseudo-link Directory of the writable branch -+should be restored in a proper location later. Aufs provides a utility -+to do this. The userspace helpers executed at remounting and unmounting -+aufs by default. -+During this utility is running, it puts aufs into the pseudo-link -+maintenance mode. In this mode, only the process which began the -+maintenance mode (and its child processes) is allowed to operate in -+aufs. Some other processes which are not related to the pseudo-link will -+be allowed to run too, but the rest have to return an error or wait -+until the maintenance mode ends. If a process already acquires an inode -+mutex (in VFS), it has to return an error. -+ -+ -+XIB(external inode number bitmap) -+---------------------------------------------------------------------- -+Addition to the xino file per a branch, aufs has an external inode number -+bitmap in a superblock object. It is also an internal file such like a -+xino file. -+It is a simple bitmap to mark whether the aufs inode number is in-use or -+not. -+To reduce the file I/O, aufs prepares a single memory page to cache xib. -+ -+As well as XINO files, aufs has a feature to truncate/refresh XIB to -+reduce the number of consumed disk blocks for these files. -+ -+ -+Virtual or Vertical Dir, and Readdir in Userspace -+---------------------------------------------------------------------- -+In order to support multiple layers (branches), aufs readdir operation -+constructs a virtual dir block on memory. For readdir, aufs calls -+vfs_readdir() internally for each dir on branches, merges their entries -+with eliminating the whiteout-ed ones, and sets it to file (dir) -+object. So the file object has its entry list until it is closed. The -+entry list will be updated when the file position is zero and becomes -+obsoleted. This decision is made in aufs automatically. -+ -+The dynamically allocated memory block for the name of entries has a -+unit of 512 bytes (by default) and stores the names contiguously (no -+padding). Another block for each entry is handled by kmem_cache too. -+During building dir blocks, aufs creates hash list and judging whether -+the entry is whiteouted by its upper branch or already listed. -+The merged result is cached in the corresponding inode object and -+maintained by a customizable life-time option. -+ -+Some people may call it can be a security hole or invite DoS attack -+since the opened and once readdir-ed dir (file object) holds its entry -+list and becomes a pressure for system memory. But I'd say it is similar -+to files under /proc or /sys. The virtual files in them also holds a -+memory page (generally) while they are opened. When an idea to reduce -+memory for them is introduced, it will be applied to aufs too. -+For those who really hate this situation, I've developed readdir(3) -+library which operates this merging in userspace. You just need to set -+LD_PRELOAD environment variable, and aufs will not consume no memory in -+kernel space for readdir(3). -+ -+ -+Workqueue -+---------------------------------------------------------------------- -+Aufs sometimes requires privilege access to a branch. For instance, -+in copy-up/down operation. When a user process is going to make changes -+to a file which exists in the lower readonly branch only, and the mode -+of one of ancestor directories may not be writable by a user -+process. Here aufs copy-up the file with its ancestors and they may -+require privilege to set its owner/group/mode/etc. -+This is a typical case of a application character of aufs (see -+Introduction). -+ -+Aufs uses workqueue synchronously for this case. It creates its own -+workqueue. The workqueue is a kernel thread and has privilege. Aufs -+passes the request to call mkdir or write (for example), and wait for -+its completion. This approach solves a problem of a signal handler -+simply. -+If aufs didn't adopt the workqueue and changed the privilege of the -+process, then the process may receive the unexpected SIGXFSZ or other -+signals. -+ -+Also aufs uses the system global workqueue ("events" kernel thread) too -+for asynchronous tasks, such like handling inotify/fsnotify, re-creating a -+whiteout base and etc. This is unrelated to a privilege. -+Most of aufs operation tries acquiring a rw_semaphore for aufs -+superblock at the beginning, at the same time waits for the completion -+of all queued asynchronous tasks. -+ -+ -+Whiteout -+---------------------------------------------------------------------- -+The whiteout in aufs is very similar to Unionfs's. That is represented -+by its filename. UnionMount takes an approach of a file mode, but I am -+afraid several utilities (find(1) or something) will have to support it. -+ -+Basically the whiteout represents "logical deletion" which stops aufs to -+lookup further, but also it represents "dir is opaque" which also stop -+further lookup. -+ -+In aufs, rmdir(2) and rename(2) for dir uses whiteout alternatively. -+In order to make several functions in a single systemcall to be -+revertible, aufs adopts an approach to rename a directory to a temporary -+unique whiteouted name. -+For example, in rename(2) dir where the target dir already existed, aufs -+renames the target dir to a temporary unique whiteouted name before the -+actual rename on a branch, and then handles other actions (make it opaque, -+update the attributes, etc). If an error happens in these actions, aufs -+simply renames the whiteouted name back and returns an error. If all are -+succeeded, aufs registers a function to remove the whiteouted unique -+temporary name completely and asynchronously to the system global -+workqueue. -+ -+ -+Copy-up -+---------------------------------------------------------------------- -+It is a well-known feature or concept. -+When user modifies a file on a readonly branch, aufs operate "copy-up" -+internally and makes change to the new file on the upper writable branch. -+When the trigger systemcall does not update the timestamps of the parent -+dir, aufs reverts it after copy-up. -+ -+ -+Move-down (aufs3.9 and later) -+---------------------------------------------------------------------- -+"Copy-up" is one of the essential feature in aufs. It copies a file from -+the lower readonly branch to the upper writable branch when a user -+changes something about the file. -+"Move-down" is an opposite action of copy-up. Basically this action is -+ran manually instead of automatically and internally. -+For desgin and implementation, aufs has to consider these issues. -+- whiteout for the file may exist on the lower branch. -+- ancestor directories may not exist on the lower branch. -+- diropq for the ancestor directories may exist on the upper branch. -+- free space on the lower branch will reduce. -+- another access to the file may happen during moving-down, including -+ UDBA (see "Revalidate Dentry and UDBA"). -+- the file should not be hard-linked nor pseudo-linked. they should be -+ handled by auplink utility later. -+ -+Sometimes users want to move-down a file from the upper writable branch -+to the lower readonly or writable branch. For instance, -+- the free space of the upper writable branch is going to run out. -+- create a new intermediate branch between the upper and lower branch. -+- etc. -+ -+For this purpose, use "aumvdown" command in aufs-util.git. -diff --git a/Documentation/filesystems/aufs/design/03atomic_open.txt b/Documentation/filesystems/aufs/design/03atomic_open.txt -new file mode 100644 -index 0000000..741ad6d ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/03atomic_open.txt -@@ -0,0 +1,72 @@ -+ -+# Copyright (C) 2015-2016 Junjiro R. Okajima -+ -+Support for a branch who has its ->atomic_open() -+---------------------------------------------------------------------- -+The filesystems who implement its ->atomic_open() are not majority. For -+example NFSv4 does, and aufs should call NFSv4 ->atomic_open, -+particularly for open(O_CREAT|O_EXCL, 0400) case. Other than -+->atomic_open(), NFSv4 returns an error for this open(2). While I am not -+sure whether all filesystems who have ->atomic_open() behave like this, -+but NFSv4 surely returns the error. -+ -+In order to support ->atomic_open() for aufs, there are a few -+approaches. -+ -+A. Introduce aufs_atomic_open() -+ - calls one of VFS:do_last(), lookup_open() or atomic_open() for -+ branch fs. -+B. Introduce aufs_atomic_open() calling create, open and chmod. this is -+ an aufs user Pip Cet's approach -+ - calls aufs_create(), VFS finish_open() and notify_change(). -+ - pass fake-mode to finish_open(), and then correct the mode by -+ notify_change(). -+C. Extend aufs_open() to call branch fs's ->atomic_open() -+ - no aufs_atomic_open(). -+ - aufs_lookup() registers the TID to an aufs internal object. -+ - aufs_create() does nothing when the matching TID is registered, but -+ registers the mode. -+ - aufs_open() calls branch fs's ->atomic_open() when the matching -+ TID is registered. -+D. Extend aufs_open() to re-try branch fs's ->open() with superuser's -+ credential -+ - no aufs_atomic_open(). -+ - aufs_create() registers the TID to an internal object. this info -+ represents "this process created this file just now." -+ - when aufs gets EACCES from branch fs's ->open(), then confirm the -+ registered TID and re-try open() with superuser's credential. -+ -+Pros and cons for each approach. -+ -+A. -+ - straightforward but highly depends upon VFS internal. -+ - the atomic behavaiour is kept. -+ - some of parameters such as nameidata are hard to reproduce for -+ branch fs. -+ - large overhead. -+B. -+ - easy to implement. -+ - the atomic behavaiour is lost. -+C. -+ - the atomic behavaiour is kept. -+ - dirty and tricky. -+ - VFS checks whether the file is created correctly after calling -+ ->create(), which means this approach doesn't work. -+D. -+ - easy to implement. -+ - the atomic behavaiour is lost. -+ - to open a file with superuser's credential and give it to a user -+ process is a bad idea, since the file object keeps the credential -+ in it. It may affect LSM or something. This approach doesn't work -+ either. -+ -+The approach A is ideal, but it hard to implement. So here is a -+variation of A, which is to be implemented. -+ -+A-1. Introduce aufs_atomic_open() -+ - calls branch fs ->atomic_open() if exists. otherwise calls -+ vfs_create() and finish_open(). -+ - the demerit is that the several checks after branch fs -+ ->atomic_open() are lost. in the ordinary case, the checks are -+ done by VFS:do_last(), lookup_open() and atomic_open(). some can -+ be implemented in aufs, but not all I am afraid. -diff --git a/Documentation/filesystems/aufs/design/03lookup.txt b/Documentation/filesystems/aufs/design/03lookup.txt -new file mode 100644 -index 0000000..5b6b000 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/03lookup.txt -@@ -0,0 +1,100 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+Lookup in a Branch -+---------------------------------------------------------------------- -+Since aufs has a character of sub-VFS (see Introduction), it operates -+lookup for branches as VFS does. It may be a heavy work. But almost all -+lookup operation in aufs is the simplest case, ie. lookup only an entry -+directly connected to its parent. Digging down the directory hierarchy -+is unnecessary. VFS has a function lookup_one_len() for that use, and -+aufs calls it. -+ -+When a branch is a remote filesystem, aufs basically relies upon its -+->d_revalidate(), also aufs forces the hardest revalidate tests for -+them. -+For d_revalidate, aufs implements three levels of revalidate tests. See -+"Revalidate Dentry and UDBA" in detail. -+ -+ -+Test Only the Highest One for the Directory Permission (dirperm1 option) -+---------------------------------------------------------------------- -+Let's try case study. -+- aufs has two branches, upper readwrite and lower readonly. -+ /au = /rw + /ro -+- "dirA" exists under /ro, but /rw. and its mode is 0700. -+- user invoked "chmod a+rx /au/dirA" -+- the internal copy-up is activated and "/rw/dirA" is created and its -+ permission bits are set to world readable. -+- then "/au/dirA" becomes world readable? -+ -+In this case, /ro/dirA is still 0700 since it exists in readonly branch, -+or it may be a natively readonly filesystem. If aufs respects the lower -+branch, it should not respond readdir request from other users. But user -+allowed it by chmod. Should really aufs rejects showing the entries -+under /ro/dirA? -+ -+To be honest, I don't have a good solution for this case. So aufs -+implements 'dirperm1' and 'nodirperm1' mount options, and leave it to -+users. -+When dirperm1 is specified, aufs checks only the highest one for the -+directory permission, and shows the entries. Otherwise, as usual, checks -+every dir existing on all branches and rejects the request. -+ -+As a side effect, dirperm1 option improves the performance of aufs -+because the number of permission check is reduced when the number of -+branch is many. -+ -+ -+Revalidate Dentry and UDBA (User's Direct Branch Access) -+---------------------------------------------------------------------- -+Generally VFS helpers re-validate a dentry as a part of lookup. -+0. digging down the directory hierarchy. -+1. lock the parent dir by its i_mutex. -+2. lookup the final (child) entry. -+3. revalidate it. -+4. call the actual operation (create, unlink, etc.) -+5. unlock the parent dir -+ -+If the filesystem implements its ->d_revalidate() (step 3), then it is -+called. Actually aufs implements it and checks the dentry on a branch is -+still valid. -+But it is not enough. Because aufs has to release the lock for the -+parent dir on a branch at the end of ->lookup() (step 2) and -+->d_revalidate() (step 3) while the i_mutex of the aufs dir is still -+held by VFS. -+If the file on a branch is changed directly, eg. bypassing aufs, after -+aufs released the lock, then the subsequent operation may cause -+something unpleasant result. -+ -+This situation is a result of VFS architecture, ->lookup() and -+->d_revalidate() is separated. But I never say it is wrong. It is a good -+design from VFS's point of view. It is just not suitable for sub-VFS -+character in aufs. -+ -+Aufs supports such case by three level of revalidation which is -+selectable by user. -+1. Simple Revalidate -+ Addition to the native flow in VFS's, confirm the child-parent -+ relationship on the branch just after locking the parent dir on the -+ branch in the "actual operation" (step 4). When this validation -+ fails, aufs returns EBUSY. ->d_revalidate() (step 3) in aufs still -+ checks the validation of the dentry on branches. -+2. Monitor Changes Internally by Inotify/Fsnotify -+ Addition to above, in the "actual operation" (step 4) aufs re-lookup -+ the dentry on the branch, and returns EBUSY if it finds different -+ dentry. -+ Additionally, aufs sets the inotify/fsnotify watch for every dir on branches -+ during it is in cache. When the event is notified, aufs registers a -+ function to kernel 'events' thread by schedule_work(). And the -+ function sets some special status to the cached aufs dentry and inode -+ private data. If they are not cached, then aufs has nothing to -+ do. When the same file is accessed through aufs (step 0-3) later, -+ aufs will detect the status and refresh all necessary data. -+ In this mode, aufs has to ignore the event which is fired by aufs -+ itself. -+3. No Extra Validation -+ This is the simplest test and doesn't add any additional revalidation -+ test, and skip the revalidation in step 4. It is useful and improves -+ aufs performance when system surely hide the aufs branches from user, -+ by over-mounting something (or another method). -diff --git a/Documentation/filesystems/aufs/design/04branch.txt b/Documentation/filesystems/aufs/design/04branch.txt -new file mode 100644 -index 0000000..e68f4d3 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/04branch.txt -@@ -0,0 +1,61 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+Branch Manipulation -+ -+Since aufs supports dynamic branch manipulation, ie. add/remove a branch -+and changing its permission/attribute, there are a lot of works to do. -+ -+ -+Add a Branch -+---------------------------------------------------------------------- -+o Confirm the adding dir exists outside of aufs, including loopback -+ mount, and its various attributes. -+o Initialize the xino file and whiteout bases if necessary. -+ See struct.txt. -+ -+o Check the owner/group/mode of the directory -+ When the owner/group/mode of the adding directory differs from the -+ existing branch, aufs issues a warning because it may impose a -+ security risk. -+ For example, when a upper writable branch has a world writable empty -+ top directory, a malicious user can create any files on the writable -+ branch directly, like copy-up and modify manually. If something like -+ /etc/{passwd,shadow} exists on the lower readonly branch but the upper -+ writable branch, and the writable branch is world-writable, then a -+ malicious guy may create /etc/passwd on the writable branch directly -+ and the infected file will be valid in aufs. -+ I am afraid it can be a security issue, but aufs can do nothing except -+ producing a warning. -+ -+ -+Delete a Branch -+---------------------------------------------------------------------- -+o Confirm the deleting branch is not busy -+ To be general, there is one merit to adopt "remount" interface to -+ manipulate branches. It is to discard caches. At deleting a branch, -+ aufs checks the still cached (and connected) dentries and inodes. If -+ there are any, then they are all in-use. An inode without its -+ corresponding dentry can be alive alone (for example, inotify/fsnotify case). -+ -+ For the cached one, aufs checks whether the same named entry exists on -+ other branches. -+ If the cached one is a directory, because aufs provides a merged view -+ to users, as long as one dir is left on any branch aufs can show the -+ dir to users. In this case, the branch can be removed from aufs. -+ Otherwise aufs rejects deleting the branch. -+ -+ If any file on the deleting branch is opened by aufs, then aufs -+ rejects deleting. -+ -+ -+Modify the Permission of a Branch -+---------------------------------------------------------------------- -+o Re-initialize or remove the xino file and whiteout bases if necessary. -+ See struct.txt. -+ -+o rw --> ro: Confirm the modifying branch is not busy -+ Aufs rejects the request if any of these conditions are true. -+ - a file on the branch is mmap-ed. -+ - a regular file on the branch is opened for write and there is no -+ same named entry on the upper branch. -diff --git a/Documentation/filesystems/aufs/design/05wbr_policy.txt b/Documentation/filesystems/aufs/design/05wbr_policy.txt -new file mode 100644 -index 0000000..1726d5d ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/05wbr_policy.txt -@@ -0,0 +1,51 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+Policies to Select One among Multiple Writable Branches -+---------------------------------------------------------------------- -+When the number of writable branch is more than one, aufs has to decide -+the target branch for file creation or copy-up. By default, the highest -+writable branch which has the parent (or ancestor) dir of the target -+file is chosen (top-down-parent policy). -+By user's request, aufs implements some other policies to select the -+writable branch, for file creation several policies, round-robin, -+most-free-space, and other policies. For copy-up, top-down-parent, -+bottom-up-parent, bottom-up and others. -+ -+As expected, the round-robin policy selects the branch in circular. When -+you have two writable branches and creates 10 new files, 5 files will be -+created for each branch. mkdir(2) systemcall is an exception. When you -+create 10 new directories, all will be created on the same branch. -+And the most-free-space policy selects the one which has most free -+space among the writable branches. The amount of free space will be -+checked by aufs internally, and users can specify its time interval. -+ -+The policies for copy-up is more simple, -+top-down-parent is equivalent to the same named on in create policy, -+bottom-up-parent selects the writable branch where the parent dir -+exists and the nearest upper one from the copyup-source, -+bottom-up selects the nearest upper writable branch from the -+copyup-source, regardless the existence of the parent dir. -+ -+There are some rules or exceptions to apply these policies. -+- If there is a readonly branch above the policy-selected branch and -+ the parent dir is marked as opaque (a variation of whiteout), or the -+ target (creating) file is whiteout-ed on the upper readonly branch, -+ then the result of the policy is ignored and the target file will be -+ created on the nearest upper writable branch than the readonly branch. -+- If there is a writable branch above the policy-selected branch and -+ the parent dir is marked as opaque or the target file is whiteouted -+ on the branch, then the result of the policy is ignored and the target -+ file will be created on the highest one among the upper writable -+ branches who has diropq or whiteout. In case of whiteout, aufs removes -+ it as usual. -+- link(2) and rename(2) systemcalls are exceptions in every policy. -+ They try selecting the branch where the source exists as possible -+ since copyup a large file will take long time. If it can't be, -+ ie. the branch where the source exists is readonly, then they will -+ follow the copyup policy. -+- There is an exception for rename(2) when the target exists. -+ If the rename target exists, aufs compares the index of the branches -+ where the source and the target exists and selects the higher -+ one. If the selected branch is readonly, then aufs follows the -+ copyup policy. -diff --git a/Documentation/filesystems/aufs/design/06fhsm.txt b/Documentation/filesystems/aufs/design/06fhsm.txt -new file mode 100644 -index 0000000..84b46dc ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06fhsm.txt -@@ -0,0 +1,105 @@ -+ -+# Copyright (C) 2011-2016 Junjiro R. Okajima -+ -+File-based Hierarchical Storage Management (FHSM) -+---------------------------------------------------------------------- -+Hierarchical Storage Management (or HSM) is a well-known feature in the -+storage world. Aufs provides this feature as file-based with multiple -+writable branches, based upon the principle of "Colder, the Lower". -+Here the word "colder" means that the less used files, and "lower" means -+that the position in the order of the stacked branches vertically. -+These multiple writable branches are prioritized, ie. the topmost one -+should be the fastest drive and be used heavily. -+ -+o Characters in aufs FHSM story -+- aufs itself and a new branch attribute. -+- a new ioctl interface to move-down and to establish a connection with -+ the daemon ("move-down" is a converse of "copy-up"). -+- userspace tool and daemon. -+ -+The userspace daemon establishes a connection with aufs and waits for -+the notification. The notified information is very similar to struct -+statfs containing the number of consumed blocks and inodes. -+When the consumed blocks/inodes of a branch exceeds the user-specified -+upper watermark, the daemon activates its move-down process until the -+consumed blocks/inodes reaches the user-specified lower watermark. -+ -+The actual move-down is done by aufs based upon the request from -+user-space since we need to maintain the inode number and the internal -+pointer arrays in aufs. -+ -+Currently aufs FHSM handles the regular files only. Additionally they -+must not be hard-linked nor pseudo-linked. -+ -+ -+o Cowork of aufs and the user-space daemon -+ During the userspace daemon established the connection, aufs sends a -+ small notification to it whenever aufs writes something into the -+ writable branch. But it may cost high since aufs issues statfs(2) -+ internally. So user can specify a new option to cache the -+ info. Actually the notification is controlled by these factors. -+ + the specified cache time. -+ + classified as "force" by aufs internally. -+ Until the specified time expires, aufs doesn't send the info -+ except the forced cases. When aufs decide forcing, the info is always -+ notified to userspace. -+ For example, the number of free inodes is generally large enough and -+ the shortage of it happens rarely. So aufs doesn't force the -+ notification when creating a new file, directory and others. This is -+ the typical case which aufs doesn't force. -+ When aufs writes the actual filedata and the files consumes any of new -+ blocks, the aufs forces notifying. -+ -+ -+o Interfaces in aufs -+- New branch attribute. -+ + fhsm -+ Specifies that the branch is managed by FHSM feature. In other word, -+ participant in the FHSM. -+ When nofhsm is set to the branch, it will not be the source/target -+ branch of the move-down operation. This attribute is set -+ independently from coo and moo attributes, and if you want full -+ FHSM, you should specify them as well. -+- New mount option. -+ + fhsm_sec -+ Specifies a second to suppress many less important info to be -+ notified. -+- New ioctl. -+ + AUFS_CTL_FHSM_FD -+ create a new file descriptor which userspace can read the notification -+ (a subset of struct statfs) from aufs. -+- Module parameter 'brs' -+ It has to be set to 1. Otherwise the new mount option 'fhsm' will not -+ be set. -+- mount helpers /sbin/mount.aufs and /sbin/umount.aufs -+ When there are two or more branches with fhsm attributes, -+ /sbin/mount.aufs invokes the user-space daemon and /sbin/umount.aufs -+ terminates it. As a result of remounting and branch-manipulation, the -+ number of branches with fhsm attribute can be one. In this case, -+ /sbin/mount.aufs will terminate the user-space daemon. -+ -+ -+Finally the operation is done as these steps in kernel-space. -+- make sure that, -+ + no one else is using the file. -+ + the file is not hard-linked. -+ + the file is not pseudo-linked. -+ + the file is a regular file. -+ + the parent dir is not opaqued. -+- find the target writable branch. -+- make sure the file is not whiteout-ed by the upper (than the target) -+ branch. -+- make the parent dir on the target branch. -+- mutex lock the inode on the branch. -+- unlink the whiteout on the target branch (if exists). -+- lookup and create the whiteout-ed temporary name on the target branch. -+- copy the file as the whiteout-ed temporary name on the target branch. -+- rename the whiteout-ed temporary name to the original name. -+- unlink the file on the source branch. -+- maintain the internal pointer array and the external inode number -+ table (XINO). -+- maintain the timestamps and other attributes of the parent dir and the -+ file. -+ -+And of course, in every step, an error may happen. So the operation -+should restore the original file state after an error happens. -diff --git a/Documentation/filesystems/aufs/design/06mmap.txt b/Documentation/filesystems/aufs/design/06mmap.txt -new file mode 100644 -index 0000000..991c0b1 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06mmap.txt -@@ -0,0 +1,59 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+mmap(2) -- File Memory Mapping -+---------------------------------------------------------------------- -+In aufs, the file-mapped pages are handled by a branch fs directly, no -+interaction with aufs. It means aufs_mmap() calls the branch fs's -+->mmap(). -+This approach is simple and good, but there is one problem. -+Under /proc, several entries show the mmapped files by its path (with -+device and inode number), and the printed path will be the path on the -+branch fs's instead of virtual aufs's. -+This is not a problem in most cases, but some utilities lsof(1) (and its -+user) may expect the path on aufs. -+ -+To address this issue, aufs adds a new member called vm_prfile in struct -+vm_area_struct (and struct vm_region). The original vm_file points to -+the file on the branch fs in order to handle everything correctly as -+usual. The new vm_prfile points to a virtual file in aufs, and the -+show-functions in procfs refers to vm_prfile if it is set. -+Also we need to maintain several other places where touching vm_file -+such like -+- fork()/clone() copies vma and the reference count of vm_file is -+ incremented. -+- merging vma maintains the ref count too. -+ -+This is not a good approach. It just fakes the printed path. But it -+leaves all behaviour around f_mapping unchanged. This is surely an -+advantage. -+Actually aufs had adopted another complicated approach which calls -+generic_file_mmap() and handles struct vm_operations_struct. In this -+approach, aufs met a hard problem and I could not solve it without -+switching the approach. -+ -+There may be one more another approach which is -+- bind-mount the branch-root onto the aufs-root internally -+- grab the new vfsmount (ie. struct mount) -+- lazy-umount the branch-root internally -+- in open(2) the aufs-file, open the branch-file with the hidden -+ vfsmount (instead of the original branch's vfsmount) -+- ideally this "bind-mount and lazy-umount" should be done atomically, -+ but it may be possible from userspace by the mount helper. -+ -+Adding the internal hidden vfsmount and using it in opening a file, the -+file path under /proc will be printed correctly. This approach looks -+smarter, but is not possible I am afraid. -+- aufs-root may be bind-mount later. when it happens, another hidden -+ vfsmount will be required. -+- it is hard to get the chance to bind-mount and lazy-umount -+ + in kernel-space, FS can have vfsmount in open(2) via -+ file->f_path, and aufs can know its vfsmount. But several locks are -+ already acquired, and if aufs tries to bind-mount and lazy-umount -+ here, then it may cause a deadlock. -+ + in user-space, bind-mount doesn't invoke the mount helper. -+- since /proc shows dev and ino, aufs has to give vma these info. it -+ means a new member vm_prinode will be necessary. this is essentially -+ equivalent to vm_prfile described above. -+ -+I have to give up this "looks-smater" approach. -diff --git a/Documentation/filesystems/aufs/design/06xattr.txt b/Documentation/filesystems/aufs/design/06xattr.txt -new file mode 100644 -index 0000000..7bfa94f ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06xattr.txt -@@ -0,0 +1,81 @@ -+ -+# Copyright (C) 2014-2016 Junjiro R. Okajima -+ -+Listing XATTR/EA and getting the value -+---------------------------------------------------------------------- -+For the inode standard attributes (owner, group, timestamps, etc.), aufs -+shows the values from the topmost existing file. This behaviour is good -+for the non-dir entries since the bahaviour exactly matches the shown -+information. But for the directories, aufs considers all the same named -+entries on the lower branches. Which means, if one of the lower entry -+rejects readdir call, then aufs returns an error even if the topmost -+entry allows it. This behaviour is necessary to respect the branch fs's -+security, but can make users confused since the user-visible standard -+attributes don't match the behaviour. -+To address this issue, aufs has a mount option called dirperm1 which -+checks the permission for the topmost entry only, and ignores the lower -+entry's permission. -+ -+A similar issue can happen around XATTR. -+getxattr(2) and listxattr(2) families behave as if dirperm1 option is -+always set. Otherwise these very unpleasant situation would happen. -+- listxattr(2) may return the duplicated entries. -+- users may not be able to remove or reset the XATTR forever, -+ -+ -+XATTR/EA support in the internal (copy,move)-(up,down) -+---------------------------------------------------------------------- -+Generally the extended attributes of inode are categorized as these. -+- "security" for LSM and capability. -+- "system" for posix ACL, 'acl' mount option is required for the branch -+ fs generally. -+- "trusted" for userspace, CAP_SYS_ADMIN is required. -+- "user" for userspace, 'user_xattr' mount option is required for the -+ branch fs generally. -+ -+Moreover there are some other categories. Aufs handles these rather -+unpopular categories as the ordinary ones, ie. there is no special -+condition nor exception. -+ -+In copy-up, the support for XATTR on the dst branch may differ from the -+src branch. In this case, the copy-up operation will get an error and -+the original user operation which triggered the copy-up will fail. It -+can happen that even all copy-up will fail. -+When both of src and dst branches support XATTR and if an error occurs -+during copying XATTR, then the copy-up should fail obviously. That is a -+good reason and aufs should return an error to userspace. But when only -+the src branch support that XATTR, aufs should not return an error. -+For example, the src branch supports ACL but the dst branch doesn't -+because the dst branch may natively un-support it or temporary -+un-support it due to "noacl" mount option. Of course, the dst branch fs -+may NOT return an error even if the XATTR is not supported. It is -+totally up to the branch fs. -+ -+Anyway when the aufs internal copy-up gets an error from the dst branch -+fs, then aufs tries removing the just copied entry and returns the error -+to the userspace. The worst case of this situation will be all copy-up -+will fail. -+ -+For the copy-up operation, there two basic approaches. -+- copy the specified XATTR only (by category above), and return the -+ error unconditionally if it happens. -+- copy all XATTR, and ignore the error on the specified category only. -+ -+In order to support XATTR and to implement the correct behaviour, aufs -+chooses the latter approach and introduces some new branch attributes, -+"icexsec", "icexsys", "icextr", "icexusr", and "icexoth". -+They correspond to the XATTR namespaces (see above). Additionally, to be -+convenient, "icex" is also provided which means all "icex*" attributes -+are set (here the word "icex" stands for "ignore copy-error on XATTR"). -+ -+The meaning of these attributes is to ignore the error from setting -+XATTR on that branch. -+Note that aufs tries copying all XATTR unconditionally, and ignores the -+error from the dst branch according to the specified attributes. -+ -+Some XATTR may have its default value. The default value may come from -+the parent dir or the environment. If the default value is set at the -+file creating-time, it will be overwritten by copy-up. -+Some contradiction may happen I am afraid. -+Do we need another attribute to stop copying XATTR? I am unsure. For -+now, aufs implements the branch attributes to ignore the error. -diff --git a/Documentation/filesystems/aufs/design/07export.txt b/Documentation/filesystems/aufs/design/07export.txt -new file mode 100644 -index 0000000..c23930b ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/07export.txt -@@ -0,0 +1,45 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+Export Aufs via NFS -+---------------------------------------------------------------------- -+Here is an approach. -+- like xino/xib, add a new file 'xigen' which stores aufs inode -+ generation. -+- iget_locked(): initialize aufs inode generation for a new inode, and -+ store it in xigen file. -+- destroy_inode(): increment aufs inode generation and store it in xigen -+ file. it is necessary even if it is not unlinked, because any data of -+ inode may be changed by UDBA. -+- encode_fh(): for a root dir, simply return FILEID_ROOT. otherwise -+ build file handle by -+ + branch id (4 bytes) -+ + superblock generation (4 bytes) -+ + inode number (4 or 8 bytes) -+ + parent dir inode number (4 or 8 bytes) -+ + inode generation (4 bytes)) -+ + return value of exportfs_encode_fh() for the parent on a branch (4 -+ bytes) -+ + file handle for a branch (by exportfs_encode_fh()) -+- fh_to_dentry(): -+ + find the index of a branch from its id in handle, and check it is -+ still exist in aufs. -+ + 1st level: get the inode number from handle and search it in cache. -+ + 2nd level: if not found in cache, get the parent inode number from -+ the handle and search it in cache. and then open the found parent -+ dir, find the matching inode number by vfs_readdir() and get its -+ name, and call lookup_one_len() for the target dentry. -+ + 3rd level: if the parent dir is not cached, call -+ exportfs_decode_fh() for a branch and get the parent on a branch, -+ build a pathname of it, convert it a pathname in aufs, call -+ path_lookup(). now aufs gets a parent dir dentry, then handle it as -+ the 2nd level. -+ + to open the dir, aufs needs struct vfsmount. aufs keeps vfsmount -+ for every branch, but not itself. to get this, (currently) aufs -+ searches in current->nsproxy->mnt_ns list. it may not be a good -+ idea, but I didn't get other approach. -+ + test the generation of the gotten inode. -+- every inode operation: they may get EBUSY due to UDBA. in this case, -+ convert it into ESTALE for NFSD. -+- readdir(): call lockdep_on/off() because filldir in NFSD calls -+ lookup_one_len(), vfs_getattr(), encode_fh() and others. -diff --git a/Documentation/filesystems/aufs/design/08shwh.txt b/Documentation/filesystems/aufs/design/08shwh.txt -new file mode 100644 -index 0000000..ad58ebe ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/08shwh.txt -@@ -0,0 +1,39 @@ -+ -+# Copyright (C) 2005-2016 Junjiro R. Okajima -+ -+Show Whiteout Mode (shwh) -+---------------------------------------------------------------------- -+Generally aufs hides the name of whiteouts. But in some cases, to show -+them is very useful for users. For instance, creating a new middle layer -+(branch) by merging existing layers. -+ -+(borrowing aufs1 HOW-TO from a user, Michael Towers) -+When you have three branches, -+- Bottom: 'system', squashfs (underlying base system), read-only -+- Middle: 'mods', squashfs, read-only -+- Top: 'overlay', ram (tmpfs), read-write -+ -+The top layer is loaded at boot time and saved at shutdown, to preserve -+the changes made to the system during the session. -+When larger changes have been made, or smaller changes have accumulated, -+the size of the saved top layer data grows. At this point, it would be -+nice to be able to merge the two overlay branches ('mods' and 'overlay') -+and rewrite the 'mods' squashfs, clearing the top layer and thus -+restoring save and load speed. -+ -+This merging is simplified by the use of another aufs mount, of just the -+two overlay branches using the 'shwh' option. -+# mount -t aufs -o ro,shwh,br:/livesys/overlay=ro+wh:/livesys/mods=rr+wh \ -+ aufs /livesys/merge_union -+ -+A merged view of these two branches is then available at -+/livesys/merge_union, and the new feature is that the whiteouts are -+visible! -+Note that in 'shwh' mode the aufs mount must be 'ro', which will disable -+writing to all branches. Also the default mode for all branches is 'ro'. -+It is now possible to save the combined contents of the two overlay -+branches to a new squashfs, e.g.: -+# mksquashfs /livesys/merge_union /path/to/newmods.squash -+ -+This new squashfs archive can be stored on the boot device and the -+initramfs will use it to replace the old one at the next boot. -diff --git a/Documentation/filesystems/aufs/design/10dynop.txt b/Documentation/filesystems/aufs/design/10dynop.txt -new file mode 100644 -index 0000000..49afc58 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/10dynop.txt -@@ -0,0 +1,34 @@ -+ -+# Copyright (C) 2010-2016 Junjiro R. Okajima -+ -+Dynamically customizable FS operations -+---------------------------------------------------------------------- -+Generally FS operations (struct inode_operations, struct -+address_space_operations, struct file_operations, etc.) are defined as -+"static const", but it never means that FS have only one set of -+operation. Some FS have multiple sets of them. For instance, ext2 has -+three sets, one for XIP, for NOBH, and for normal. -+Since aufs overrides and redirects these operations, sometimes aufs has -+to change its behaviour according to the branch FS type. More importantly -+VFS acts differently if a function (member in the struct) is set or -+not. It means aufs should have several sets of operations and select one -+among them according to the branch FS definition. -+ -+In order to solve this problem and not to affect the behaviour of VFS, -+aufs defines these operations dynamically. For instance, aufs defines -+dummy direct_IO function for struct address_space_operations, but it may -+not be set to the address_space_operations actually. When the branch FS -+doesn't have it, aufs doesn't set it to its address_space_operations -+while the function definition itself is still alive. So the behaviour -+itself will not change, and it will return an error when direct_IO is -+not set. -+ -+The lifetime of these dynamically generated operation object is -+maintained by aufs branch object. When the branch is removed from aufs, -+the reference counter of the object is decremented. When it reaches -+zero, the dynamically generated operation object will be freed. -+ -+This approach is designed to support AIO (io_submit), Direct I/O and -+XIP (DAX) mainly. -+Currently this approach is applied to address_space_operations for -+regular files only. -diff --git a/MAINTAINERS b/MAINTAINERS -index 63cefa6..d78b954 100644 ---- a/MAINTAINERS -+++ b/MAINTAINERS -@@ -2293,6 +2293,19 @@ F: include/linux/audit.h - F: include/uapi/linux/audit.h - F: kernel/audit* - -+AUFS (advanced multi layered unification filesystem) FILESYSTEM -+M: "J. R. Okajima" -+L: linux-unionfs@vger.kernel.org -+L: aufs-users@lists.sourceforge.net (members only) -+W: http://aufs.sourceforge.net -+T: git://github.com/sfjro/aufs4-linux.git -+S: Supported -+F: Documentation/filesystems/aufs/ -+F: Documentation/ABI/testing/debugfs-aufs -+F: Documentation/ABI/testing/sysfs-aufs -+F: fs/aufs/ -+F: include/uapi/linux/aufs_type.h -+ - AUXILIARY DISPLAY DRIVERS - M: Miguel Ojeda Sandonis - W: http://miguelojeda.es/auxdisplay.htm -diff --git a/drivers/block/loop.c b/drivers/block/loop.c -index fa1b7a9..6ee9235 100644 ---- a/drivers/block/loop.c -+++ b/drivers/block/loop.c -@@ -701,6 +701,24 @@ static inline int is_loop_device(struct file *file) - return i && S_ISBLK(i->i_mode) && MAJOR(i->i_rdev) == LOOP_MAJOR; - } - -+/* -+ * for AUFS -+ * no get/put for file. -+ */ -+struct file *loop_backing_file(struct super_block *sb) -+{ -+ struct file *ret; -+ struct loop_device *l; -+ -+ ret = NULL; -+ if (MAJOR(sb->s_dev) == LOOP_MAJOR) { -+ l = sb->s_bdev->bd_disk->private_data; -+ ret = l->lo_backing_file; -+ } -+ return ret; -+} -+EXPORT_SYMBOL_GPL(loop_backing_file); -+ - /* loop sysfs attributes */ - - static ssize_t loop_attr_show(struct device *dev, char *page, -diff --git a/fs/Kconfig b/fs/Kconfig -index 4bd03a2..620e01b 100644 ---- a/fs/Kconfig -+++ b/fs/Kconfig -@@ -249,6 +249,7 @@ source "fs/pstore/Kconfig" - source "fs/sysv/Kconfig" - source "fs/ufs/Kconfig" - source "fs/exofs/Kconfig" -+source "fs/aufs/Kconfig" - - endif # MISC_FILESYSTEMS - -diff --git a/fs/Makefile b/fs/Makefile -index ed2b632..aa6d14b 100644 ---- a/fs/Makefile -+++ b/fs/Makefile -@@ -129,3 +129,4 @@ obj-y += exofs/ # Multiple modules - obj-$(CONFIG_CEPH_FS) += ceph/ - obj-$(CONFIG_PSTORE) += pstore/ - obj-$(CONFIG_EFIVAR_FS) += efivarfs/ -+obj-$(CONFIG_AUFS_FS) += aufs/ -diff --git a/fs/aufs/Kconfig b/fs/aufs/Kconfig -new file mode 100644 -index 0000000..a4efb8b ---- /dev/null -+++ b/fs/aufs/Kconfig -@@ -0,0 +1,185 @@ -+config AUFS_FS -+ bool "Aufs (Advanced multi layered unification filesystem) support" -+ help -+ Aufs is a stackable unification filesystem such as Unionfs, -+ which unifies several directories and provides a merged single -+ directory. -+ In the early days, aufs was entirely re-designed and -+ re-implemented Unionfs Version 1.x series. Introducing many -+ original ideas, approaches and improvements, it becomes totally -+ different from Unionfs while keeping the basic features. -+ -+if AUFS_FS -+choice -+ prompt "Maximum number of branches" -+ default AUFS_BRANCH_MAX_127 -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_127 -+ bool "127" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_511 -+ bool "511" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_1023 -+ bool "1023" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_32767 -+ bool "32767" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+endchoice -+ -+config AUFS_SBILIST -+ bool -+ depends on AUFS_MAGIC_SYSRQ || PROC_FS -+ default y -+ help -+ Automatic configuration for internal use. -+ When aufs supports Magic SysRq or /proc, enabled automatically. -+ -+config AUFS_HNOTIFY -+ bool "Detect direct branch access (bypassing aufs)" -+ help -+ If you want to modify files on branches directly, eg. bypassing aufs, -+ and want aufs to detect the changes of them fully, then enable this -+ option and use 'udba=notify' mount option. -+ Currently there is only one available configuration, "fsnotify". -+ It will have a negative impact to the performance. -+ See detail in aufs.5. -+ -+choice -+ prompt "method" if AUFS_HNOTIFY -+ default AUFS_HFSNOTIFY -+config AUFS_HFSNOTIFY -+ bool "fsnotify" -+ select FSNOTIFY -+endchoice -+ -+config AUFS_EXPORT -+ bool "NFS-exportable aufs" -+ depends on EXPORTFS = y -+ help -+ If you want to export your mounted aufs via NFS, then enable this -+ option. There are several requirements for this configuration. -+ See detail in aufs.5. -+ -+config AUFS_INO_T_64 -+ bool -+ depends on AUFS_EXPORT -+ depends on 64BIT && !(ALPHA || S390) -+ default y -+ help -+ Automatic configuration for internal use. -+ /* typedef unsigned long/int __kernel_ino_t */ -+ /* alpha and s390x are int */ -+ -+config AUFS_XATTR -+ bool "support for XATTR/EA (including Security Labels)" -+ help -+ If your branch fs supports XATTR/EA and you want to make them -+ available in aufs too, then enable this opsion and specify the -+ branch attributes for EA. -+ See detail in aufs.5. -+ -+config AUFS_FHSM -+ bool "File-based Hierarchical Storage Management" -+ help -+ Hierarchical Storage Management (or HSM) is a well-known feature -+ in the storage world. Aufs provides this feature as file-based. -+ with multiple branches. -+ These multiple branches are prioritized, ie. the topmost one -+ should be the fastest drive and be used heavily. -+ -+config AUFS_RDU -+ bool "Readdir in userspace" -+ help -+ Aufs has two methods to provide a merged view for a directory, -+ by a user-space library and by kernel-space natively. The latter -+ is always enabled but sometimes large and slow. -+ If you enable this option, install the library in aufs2-util -+ package, and set some environment variables for your readdir(3), -+ then the work will be handled in user-space which generally -+ shows better performance in most cases. -+ See detail in aufs.5. -+ -+config AUFS_SHWH -+ bool "Show whiteouts" -+ help -+ If you want to make the whiteouts in aufs visible, then enable -+ this option and specify 'shwh' mount option. Although it may -+ sounds like philosophy or something, but in technically it -+ simply shows the name of whiteout with keeping its behaviour. -+ -+config AUFS_BR_RAMFS -+ bool "Ramfs (initramfs/rootfs) as an aufs branch" -+ help -+ If you want to use ramfs as an aufs branch fs, then enable this -+ option. Generally tmpfs is recommended. -+ Aufs prohibited them to be a branch fs by default, because -+ initramfs becomes unusable after switch_root or something -+ generally. If you sets initramfs as an aufs branch and boot your -+ system by switch_root, you will meet a problem easily since the -+ files in initramfs may be inaccessible. -+ Unless you are going to use ramfs as an aufs branch fs without -+ switch_root or something, leave it N. -+ -+config AUFS_BR_FUSE -+ bool "Fuse fs as an aufs branch" -+ depends on FUSE_FS -+ select AUFS_POLL -+ help -+ If you want to use fuse-based userspace filesystem as an aufs -+ branch fs, then enable this option. -+ It implements the internal poll(2) operation which is -+ implemented by fuse only (curretnly). -+ -+config AUFS_POLL -+ bool -+ help -+ Automatic configuration for internal use. -+ -+config AUFS_BR_HFSPLUS -+ bool "Hfsplus as an aufs branch" -+ depends on HFSPLUS_FS -+ default y -+ help -+ If you want to use hfsplus fs as an aufs branch fs, then enable -+ this option. This option introduces a small overhead at -+ copying-up a file on hfsplus. -+ -+config AUFS_BDEV_LOOP -+ bool -+ depends on BLK_DEV_LOOP -+ default y -+ help -+ Automatic configuration for internal use. -+ Convert =[ym] into =y. -+ -+config AUFS_DEBUG -+ bool "Debug aufs" -+ help -+ Enable this to compile aufs internal debug code. -+ It will have a negative impact to the performance. -+ -+config AUFS_MAGIC_SYSRQ -+ bool -+ depends on AUFS_DEBUG && MAGIC_SYSRQ -+ default y -+ help -+ Automatic configuration for internal use. -+ When aufs supports Magic SysRq, enabled automatically. -+endif -diff --git a/fs/aufs/Makefile b/fs/aufs/Makefile -new file mode 100644 -index 0000000..c7efb62 ---- /dev/null -+++ b/fs/aufs/Makefile -@@ -0,0 +1,36 @@ -+ -+include ${srctree}/${src}/magic.mk -+ -+# cf. include/linux/kernel.h -+# enable pr_debug -+ccflags-y += -DDEBUG -+# sparse requires the full pathname -+ccflags-y += -include ${srctree}/include/uapi/linux/aufs_type.h -+ -+obj-$(CONFIG_AUFS_FS) += aufs.o -+aufs-y := module.o sbinfo.o super.o branch.o xino.o sysaufs.o opts.o \ -+ wkq.o vfsub.o dcsub.o \ -+ cpup.o whout.o wbr_policy.o \ -+ dinfo.o dentry.o \ -+ dynop.o \ -+ finfo.o file.o f_op.o \ -+ dir.o vdir.o \ -+ iinfo.o inode.o i_op.o i_op_add.o i_op_del.o i_op_ren.o \ -+ mvdown.o ioctl.o -+ -+# all are boolean -+aufs-$(CONFIG_PROC_FS) += procfs.o plink.o -+aufs-$(CONFIG_SYSFS) += sysfs.o -+aufs-$(CONFIG_DEBUG_FS) += dbgaufs.o -+aufs-$(CONFIG_AUFS_BDEV_LOOP) += loop.o -+aufs-$(CONFIG_AUFS_HNOTIFY) += hnotify.o -+aufs-$(CONFIG_AUFS_HFSNOTIFY) += hfsnotify.o -+aufs-$(CONFIG_AUFS_EXPORT) += export.o -+aufs-$(CONFIG_AUFS_XATTR) += xattr.o -+aufs-$(CONFIG_FS_POSIX_ACL) += posix_acl.o -+aufs-$(CONFIG_AUFS_FHSM) += fhsm.o -+aufs-$(CONFIG_AUFS_POLL) += poll.o -+aufs-$(CONFIG_AUFS_RDU) += rdu.o -+aufs-$(CONFIG_AUFS_BR_HFSPLUS) += hfsplus.o -+aufs-$(CONFIG_AUFS_DEBUG) += debug.o -+aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o -diff --git a/fs/aufs/aufs.h b/fs/aufs/aufs.h -new file mode 100644 -index 0000000..49f43b4 ---- /dev/null -+++ b/fs/aufs/aufs.h -@@ -0,0 +1,46 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * all header files -+ */ -+ -+#ifndef __AUFS_H__ -+#define __AUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+#define AuStub(type, name, body, ...) \ -+ static inline type name(__VA_ARGS__) { body; } -+ -+#define AuStubVoid(name, ...) \ -+ AuStub(void, name, , __VA_ARGS__) -+#define AuStubInt0(name, ...) \ -+ AuStub(int, name, return 0, __VA_ARGS__) -+ -+#include "debug.h" -+ -+#include "branch.h" -+#include "cpup.h" -+#include "dcsub.h" -+#include "dbgaufs.h" -+#include "dentry.h" -+#include "dir.h" -+#include "dynop.h" -+#include "file.h" -+#include "fstype.h" -+#include "inode.h" -+#include "loop.h" -+#include "module.h" -+#include "opts.h" -+#include "rwsem.h" -+#include "spl.h" -+#include "super.h" -+#include "sysaufs.h" -+#include "vfsub.h" -+#include "whout.h" -+#include "wkq.h" -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_H__ */ -diff --git a/fs/aufs/branch.c b/fs/aufs/branch.c -new file mode 100644 -index 0000000..3bfbe5b ---- /dev/null -+++ b/fs/aufs/branch.c -@@ -0,0 +1,1399 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * branch management -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+/* -+ * free a single branch -+ */ -+static void au_br_do_free(struct au_branch *br) -+{ -+ int i; -+ struct au_wbr *wbr; -+ struct au_dykey **key; -+ -+ au_hnotify_fin_br(br); -+ -+ if (br->br_xino.xi_file) -+ fput(br->br_xino.xi_file); -+ mutex_destroy(&br->br_xino.xi_nondir_mtx); -+ -+ AuDebugOn(au_br_count(br)); -+ au_br_count_fin(br); -+ -+ wbr = br->br_wbr; -+ if (wbr) { -+ for (i = 0; i < AuBrWh_Last; i++) -+ dput(wbr->wbr_wh[i]); -+ AuDebugOn(atomic_read(&wbr->wbr_wh_running)); -+ AuRwDestroy(&wbr->wbr_wh_rwsem); -+ } -+ -+ if (br->br_fhsm) { -+ au_br_fhsm_fin(br->br_fhsm); -+ au_delayed_kfree(br->br_fhsm); -+ } -+ -+ key = br->br_dykey; -+ for (i = 0; i < AuBrDynOp; i++, key++) -+ if (*key) -+ au_dy_put(*key); -+ else -+ break; -+ -+ /* recursive lock, s_umount of branch's */ -+ lockdep_off(); -+ path_put(&br->br_path); -+ lockdep_on(); -+ if (wbr) -+ au_delayed_kfree(wbr); -+ au_delayed_kfree(br); -+} -+ -+/* -+ * frees all branches -+ */ -+void au_br_free(struct au_sbinfo *sbinfo) -+{ -+ aufs_bindex_t bmax; -+ struct au_branch **br; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ bmax = sbinfo->si_bbot + 1; -+ br = sbinfo->si_branch; -+ while (bmax--) -+ au_br_do_free(*br++); -+} -+ -+/* -+ * find the index of a branch which is specified by @br_id. -+ */ -+int au_br_index(struct super_block *sb, aufs_bindex_t br_id) -+{ -+ aufs_bindex_t bindex, bbot; -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (au_sbr_id(sb, bindex) == br_id) -+ return bindex; -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * add a branch -+ */ -+ -+static int test_overlap(struct super_block *sb, struct dentry *h_adding, -+ struct dentry *h_root) -+{ -+ if (unlikely(h_adding == h_root -+ || au_test_loopback_overlap(sb, h_adding))) -+ return 1; -+ if (h_adding->d_sb != h_root->d_sb) -+ return 0; -+ return au_test_subdir(h_adding, h_root) -+ || au_test_subdir(h_root, h_adding); -+} -+ -+/* -+ * returns a newly allocated branch. @new_nbranch is a number of branches -+ * after adding a branch. -+ */ -+static struct au_branch *au_br_alloc(struct super_block *sb, int new_nbranch, -+ int perm) -+{ -+ struct au_branch *add_branch; -+ struct dentry *root; -+ struct inode *inode; -+ int err; -+ -+ err = -ENOMEM; -+ root = sb->s_root; -+ add_branch = kzalloc(sizeof(*add_branch), GFP_NOFS); -+ if (unlikely(!add_branch)) -+ goto out; -+ -+ err = au_hnotify_init_br(add_branch, perm); -+ if (unlikely(err)) -+ goto out_br; -+ -+ if (au_br_writable(perm)) { -+ /* may be freed separately at changing the branch permission */ -+ add_branch->br_wbr = kzalloc(sizeof(*add_branch->br_wbr), -+ GFP_NOFS); -+ if (unlikely(!add_branch->br_wbr)) -+ goto out_hnotify; -+ } -+ -+ if (au_br_fhsm(perm)) { -+ err = au_fhsm_br_alloc(add_branch); -+ if (unlikely(err)) -+ goto out_wbr; -+ } -+ -+ err = au_sbr_realloc(au_sbi(sb), new_nbranch, /*may_shrink*/0); -+ if (!err) -+ err = au_di_realloc(au_di(root), new_nbranch, /*may_shrink*/0); -+ if (!err) { -+ inode = d_inode(root); -+ err = au_hinode_realloc(au_ii(inode), new_nbranch, /*may_shrink*/0); -+ } -+ if (!err) -+ return add_branch; /* success */ -+ -+out_wbr: -+ if (add_branch->br_wbr) -+ au_delayed_kfree(add_branch->br_wbr); -+out_hnotify: -+ au_hnotify_fin_br(add_branch); -+out_br: -+ au_delayed_kfree(add_branch); -+out: -+ return ERR_PTR(err); -+} -+ -+/* -+ * test if the branch permission is legal or not. -+ */ -+static int test_br(struct inode *inode, int brperm, char *path) -+{ -+ int err; -+ -+ err = (au_br_writable(brperm) && IS_RDONLY(inode)); -+ if (!err) -+ goto out; -+ -+ err = -EINVAL; -+ pr_err("write permission for readonly mount or inode, %s\n", path); -+ -+out: -+ return err; -+} -+ -+/* -+ * returns: -+ * 0: success, the caller will add it -+ * plus: success, it is already unified, the caller should ignore it -+ * minus: error -+ */ -+static int test_add(struct super_block *sb, struct au_opt_add *add, int remount) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *root, *h_dentry; -+ struct inode *inode, *h_inode; -+ -+ root = sb->s_root; -+ bbot = au_sbbot(sb); -+ if (unlikely(bbot >= 0 -+ && au_find_dbindex(root, add->path.dentry) >= 0)) { -+ err = 1; -+ if (!remount) { -+ err = -EINVAL; -+ pr_err("%s duplicated\n", add->pathname); -+ } -+ goto out; -+ } -+ -+ err = -ENOSPC; /* -E2BIG; */ -+ if (unlikely(AUFS_BRANCH_MAX <= add->bindex -+ || AUFS_BRANCH_MAX - 1 <= bbot)) { -+ pr_err("number of branches exceeded %s\n", add->pathname); -+ goto out; -+ } -+ -+ err = -EDOM; -+ if (unlikely(add->bindex < 0 || bbot + 1 < add->bindex)) { -+ pr_err("bad index %d\n", add->bindex); -+ goto out; -+ } -+ -+ inode = d_inode(add->path.dentry); -+ err = -ENOENT; -+ if (unlikely(!inode->i_nlink)) { -+ pr_err("no existence %s\n", add->pathname); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ if (unlikely(inode->i_sb == sb)) { -+ pr_err("%s must be outside\n", add->pathname); -+ goto out; -+ } -+ -+ if (unlikely(au_test_fs_unsuppoted(inode->i_sb))) { -+ pr_err("unsupported filesystem, %s (%s)\n", -+ add->pathname, au_sbtype(inode->i_sb)); -+ goto out; -+ } -+ -+ if (unlikely(inode->i_sb->s_stack_depth)) { -+ pr_err("already stacked, %s (%s)\n", -+ add->pathname, au_sbtype(inode->i_sb)); -+ goto out; -+ } -+ -+ err = test_br(d_inode(add->path.dentry), add->perm, add->pathname); -+ if (unlikely(err)) -+ goto out; -+ -+ if (bbot < 0) -+ return 0; /* success */ -+ -+ err = -EINVAL; -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (unlikely(test_overlap(sb, add->path.dentry, -+ au_h_dptr(root, bindex)))) { -+ pr_err("%s is overlapped\n", add->pathname); -+ goto out; -+ } -+ -+ err = 0; -+ if (au_opt_test(au_mntflags(sb), WARN_PERM)) { -+ h_dentry = au_h_dptr(root, 0); -+ h_inode = d_inode(h_dentry); -+ if ((h_inode->i_mode & S_IALLUGO) != (inode->i_mode & S_IALLUGO) -+ || !uid_eq(h_inode->i_uid, inode->i_uid) -+ || !gid_eq(h_inode->i_gid, inode->i_gid)) -+ pr_warn("uid/gid/perm %s %u/%u/0%o, %u/%u/0%o\n", -+ add->pathname, -+ i_uid_read(inode), i_gid_read(inode), -+ (inode->i_mode & S_IALLUGO), -+ i_uid_read(h_inode), i_gid_read(h_inode), -+ (h_inode->i_mode & S_IALLUGO)); -+ } -+ -+out: -+ return err; -+} -+ -+/* -+ * initialize or clean the whiteouts for an adding branch -+ */ -+static int au_br_init_wh(struct super_block *sb, struct au_branch *br, -+ int new_perm) -+{ -+ int err, old_perm; -+ aufs_bindex_t bindex; -+ struct inode *h_inode; -+ struct au_wbr *wbr; -+ struct au_hinode *hdir; -+ struct dentry *h_dentry; -+ -+ err = vfsub_mnt_want_write(au_br_mnt(br)); -+ if (unlikely(err)) -+ goto out; -+ -+ wbr = br->br_wbr; -+ old_perm = br->br_perm; -+ br->br_perm = new_perm; -+ hdir = NULL; -+ h_inode = NULL; -+ bindex = au_br_index(sb, br->br_id); -+ if (0 <= bindex) { -+ hdir = au_hi(d_inode(sb->s_root), bindex); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ } else { -+ h_dentry = au_br_dentry(br); -+ h_inode = d_inode(h_dentry); -+ inode_lock_nested(h_inode, AuLsc_I_PARENT); -+ } -+ if (!wbr) -+ err = au_wh_init(br, sb); -+ else { -+ wbr_wh_write_lock(wbr); -+ err = au_wh_init(br, sb); -+ wbr_wh_write_unlock(wbr); -+ } -+ if (hdir) -+ au_hn_inode_unlock(hdir); -+ else -+ inode_unlock(h_inode); -+ vfsub_mnt_drop_write(au_br_mnt(br)); -+ br->br_perm = old_perm; -+ -+ if (!err && wbr && !au_br_writable(new_perm)) { -+ au_delayed_kfree(wbr); -+ br->br_wbr = NULL; -+ } -+ -+out: -+ return err; -+} -+ -+static int au_wbr_init(struct au_branch *br, struct super_block *sb, -+ int perm) -+{ -+ int err; -+ struct kstatfs kst; -+ struct au_wbr *wbr; -+ -+ wbr = br->br_wbr; -+ au_rw_init(&wbr->wbr_wh_rwsem); -+ atomic_set(&wbr->wbr_wh_running, 0); -+ -+ /* -+ * a limit for rmdir/rename a dir -+ * cf. AUFS_MAX_NAMELEN in include/uapi/linux/aufs_type.h -+ */ -+ err = vfs_statfs(&br->br_path, &kst); -+ if (unlikely(err)) -+ goto out; -+ err = -EINVAL; -+ if (kst.f_namelen >= NAME_MAX) -+ err = au_br_init_wh(sb, br, perm); -+ else -+ pr_err("%pd(%s), unsupported namelen %ld\n", -+ au_br_dentry(br), -+ au_sbtype(au_br_dentry(br)->d_sb), kst.f_namelen); -+ -+out: -+ return err; -+} -+ -+/* initialize a new branch */ -+static int au_br_init(struct au_branch *br, struct super_block *sb, -+ struct au_opt_add *add) -+{ -+ int err; -+ struct inode *h_inode; -+ -+ err = 0; -+ mutex_init(&br->br_xino.xi_nondir_mtx); -+ br->br_perm = add->perm; -+ br->br_path = add->path; /* set first, path_get() later */ -+ spin_lock_init(&br->br_dykey_lock); -+ au_br_count_init(br); -+ atomic_set(&br->br_xino_running, 0); -+ br->br_id = au_new_br_id(sb); -+ AuDebugOn(br->br_id < 0); -+ -+ if (au_br_writable(add->perm)) { -+ err = au_wbr_init(br, sb, add->perm); -+ if (unlikely(err)) -+ goto out_err; -+ } -+ -+ if (au_opt_test(au_mntflags(sb), XINO)) { -+ h_inode = d_inode(add->path.dentry); -+ err = au_xino_br(sb, br, h_inode->i_ino, -+ au_sbr(sb, 0)->br_xino.xi_file, /*do_test*/1); -+ if (unlikely(err)) { -+ AuDebugOn(br->br_xino.xi_file); -+ goto out_err; -+ } -+ } -+ -+ sysaufs_br_init(br); -+ path_get(&br->br_path); -+ goto out; /* success */ -+ -+out_err: -+ memset(&br->br_path, 0, sizeof(br->br_path)); -+out: -+ return err; -+} -+ -+static void au_br_do_add_brp(struct au_sbinfo *sbinfo, aufs_bindex_t bindex, -+ struct au_branch *br, aufs_bindex_t bbot, -+ aufs_bindex_t amount) -+{ -+ struct au_branch **brp; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ brp = sbinfo->si_branch + bindex; -+ memmove(brp + 1, brp, sizeof(*brp) * amount); -+ *brp = br; -+ sbinfo->si_bbot++; -+ if (unlikely(bbot < 0)) -+ sbinfo->si_bbot = 0; -+} -+ -+static void au_br_do_add_hdp(struct au_dinfo *dinfo, aufs_bindex_t bindex, -+ aufs_bindex_t bbot, aufs_bindex_t amount) -+{ -+ struct au_hdentry *hdp; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ hdp = au_hdentry(dinfo, bindex); -+ memmove(hdp + 1, hdp, sizeof(*hdp) * amount); -+ au_h_dentry_init(hdp); -+ dinfo->di_bbot++; -+ if (unlikely(bbot < 0)) -+ dinfo->di_btop = 0; -+} -+ -+static void au_br_do_add_hip(struct au_iinfo *iinfo, aufs_bindex_t bindex, -+ aufs_bindex_t bbot, aufs_bindex_t amount) -+{ -+ struct au_hinode *hip; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ hip = au_hinode(iinfo, bindex); -+ memmove(hip + 1, hip, sizeof(*hip) * amount); -+ au_hinode_init(hip); -+ iinfo->ii_bbot++; -+ if (unlikely(bbot < 0)) -+ iinfo->ii_btop = 0; -+} -+ -+static void au_br_do_add(struct super_block *sb, struct au_branch *br, -+ aufs_bindex_t bindex) -+{ -+ struct dentry *root, *h_dentry; -+ struct inode *root_inode, *h_inode; -+ aufs_bindex_t bbot, amount; -+ -+ root = sb->s_root; -+ root_inode = d_inode(root); -+ bbot = au_sbbot(sb); -+ amount = bbot + 1 - bindex; -+ h_dentry = au_br_dentry(br); -+ au_sbilist_lock(); -+ au_br_do_add_brp(au_sbi(sb), bindex, br, bbot, amount); -+ au_br_do_add_hdp(au_di(root), bindex, bbot, amount); -+ au_br_do_add_hip(au_ii(root_inode), bindex, bbot, amount); -+ au_set_h_dptr(root, bindex, dget(h_dentry)); -+ h_inode = d_inode(h_dentry); -+ au_set_h_iptr(root_inode, bindex, au_igrab(h_inode), /*flags*/0); -+ au_sbilist_unlock(); -+} -+ -+int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount) -+{ -+ int err; -+ aufs_bindex_t bbot, add_bindex; -+ struct dentry *root, *h_dentry; -+ struct inode *root_inode; -+ struct au_branch *add_branch; -+ -+ root = sb->s_root; -+ root_inode = d_inode(root); -+ IMustLock(root_inode); -+ IiMustWriteLock(root_inode); -+ err = test_add(sb, add, remount); -+ if (unlikely(err < 0)) -+ goto out; -+ if (err) { -+ err = 0; -+ goto out; /* success */ -+ } -+ -+ bbot = au_sbbot(sb); -+ add_branch = au_br_alloc(sb, bbot + 2, add->perm); -+ err = PTR_ERR(add_branch); -+ if (IS_ERR(add_branch)) -+ goto out; -+ -+ err = au_br_init(add_branch, sb, add); -+ if (unlikely(err)) { -+ au_br_do_free(add_branch); -+ goto out; -+ } -+ -+ add_bindex = add->bindex; -+ if (!remount) -+ au_br_do_add(sb, add_branch, add_bindex); -+ else { -+ sysaufs_brs_del(sb, add_bindex); -+ au_br_do_add(sb, add_branch, add_bindex); -+ sysaufs_brs_add(sb, add_bindex); -+ } -+ -+ h_dentry = add->path.dentry; -+ if (!add_bindex) { -+ au_cpup_attr_all(root_inode, /*force*/1); -+ sb->s_maxbytes = h_dentry->d_sb->s_maxbytes; -+ } else -+ au_add_nlink(root_inode, d_inode(h_dentry)); -+ -+ /* -+ * this test/set prevents aufs from handling unnecesary notify events -+ * of xino files, in case of re-adding a writable branch which was -+ * once detached from aufs. -+ */ -+ if (au_xino_brid(sb) < 0 -+ && au_br_writable(add_branch->br_perm) -+ && !au_test_fs_bad_xino(h_dentry->d_sb) -+ && add_branch->br_xino.xi_file -+ && add_branch->br_xino.xi_file->f_path.dentry->d_parent == h_dentry) -+ au_xino_brid_set(sb, add_branch->br_id); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static unsigned long long au_farray_cb(struct super_block *sb, void *a, -+ unsigned long long max __maybe_unused, -+ void *arg) -+{ -+ unsigned long long n; -+ struct file **p, *f; -+ struct au_sphlhead *files; -+ struct au_finfo *finfo; -+ -+ n = 0; -+ p = a; -+ files = &au_sbi(sb)->si_files; -+ spin_lock(&files->spin); -+ hlist_for_each_entry(finfo, &files->head, fi_hlist) { -+ f = finfo->fi_file; -+ if (file_count(f) -+ && !special_file(file_inode(f)->i_mode)) { -+ get_file(f); -+ *p++ = f; -+ n++; -+ AuDebugOn(n > max); -+ } -+ } -+ spin_unlock(&files->spin); -+ -+ return n; -+} -+ -+static struct file **au_farray_alloc(struct super_block *sb, -+ unsigned long long *max) -+{ -+ *max = au_nfiles(sb); -+ return au_array_alloc(max, au_farray_cb, sb, /*arg*/NULL); -+} -+ -+static void au_farray_free(struct file **a, unsigned long long max) -+{ -+ unsigned long long ull; -+ -+ for (ull = 0; ull < max; ull++) -+ if (a[ull]) -+ fput(a[ull]); -+ kvfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * delete a branch -+ */ -+ -+/* to show the line number, do not make it inlined function */ -+#define AuVerbose(do_info, fmt, ...) do { \ -+ if (do_info) \ -+ pr_info(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+static int au_test_ibusy(struct inode *inode, aufs_bindex_t btop, -+ aufs_bindex_t bbot) -+{ -+ return (inode && !S_ISDIR(inode->i_mode)) || btop == bbot; -+} -+ -+static int au_test_dbusy(struct dentry *dentry, aufs_bindex_t btop, -+ aufs_bindex_t bbot) -+{ -+ return au_test_ibusy(d_inode(dentry), btop, bbot); -+} -+ -+/* -+ * test if the branch is deletable or not. -+ */ -+static int test_dentry_busy(struct dentry *root, aufs_bindex_t bindex, -+ unsigned int sigen, const unsigned int verbose) -+{ -+ int err, i, j, ndentry; -+ aufs_bindex_t btop, bbot; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry *d; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, root, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ for (i = 0; !err && i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = 0; !err && j < ndentry; j++) { -+ d = dpage->dentries[j]; -+ AuDebugOn(au_dcount(d) <= 0); -+ if (!au_digen_test(d, sigen)) { -+ di_read_lock_child(d, AuLock_IR); -+ if (unlikely(au_dbrange_test(d))) { -+ di_read_unlock(d, AuLock_IR); -+ continue; -+ } -+ } else { -+ di_write_lock_child(d); -+ if (unlikely(au_dbrange_test(d))) { -+ di_write_unlock(d); -+ continue; -+ } -+ err = au_reval_dpath(d, sigen); -+ if (!err) -+ di_downgrade_lock(d, AuLock_IR); -+ else { -+ di_write_unlock(d); -+ break; -+ } -+ } -+ -+ /* AuDbgDentry(d); */ -+ btop = au_dbtop(d); -+ bbot = au_dbbot(d); -+ if (btop <= bindex -+ && bindex <= bbot -+ && au_h_dptr(d, bindex) -+ && au_test_dbusy(d, btop, bbot)) { -+ err = -EBUSY; -+ AuVerbose(verbose, "busy %pd\n", d); -+ AuDbgDentry(d); -+ } -+ di_read_unlock(d, AuLock_IR); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int test_inode_busy(struct super_block *sb, aufs_bindex_t bindex, -+ unsigned int sigen, const unsigned int verbose) -+{ -+ int err; -+ unsigned long long max, ull; -+ struct inode *i, **array; -+ aufs_bindex_t btop, bbot; -+ -+ array = au_iarray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ AuDbg("b%d\n", bindex); -+ for (ull = 0; !err && ull < max; ull++) { -+ i = array[ull]; -+ if (unlikely(!i)) -+ break; -+ if (i->i_ino == AUFS_ROOT_INO) -+ continue; -+ -+ /* AuDbgInode(i); */ -+ if (au_iigen(i, NULL) == sigen) -+ ii_read_lock_child(i); -+ else { -+ ii_write_lock_child(i); -+ err = au_refresh_hinode_self(i); -+ au_iigen_dec(i); -+ if (!err) -+ ii_downgrade_lock(i); -+ else { -+ ii_write_unlock(i); -+ break; -+ } -+ } -+ -+ btop = au_ibtop(i); -+ bbot = au_ibbot(i); -+ if (btop <= bindex -+ && bindex <= bbot -+ && au_h_iptr(i, bindex) -+ && au_test_ibusy(i, btop, bbot)) { -+ err = -EBUSY; -+ AuVerbose(verbose, "busy i%lu\n", i->i_ino); -+ AuDbgInode(i); -+ } -+ ii_read_unlock(i); -+ } -+ au_iarray_free(array, max); -+ -+out: -+ return err; -+} -+ -+static int test_children_busy(struct dentry *root, aufs_bindex_t bindex, -+ const unsigned int verbose) -+{ -+ int err; -+ unsigned int sigen; -+ -+ sigen = au_sigen(root->d_sb); -+ DiMustNoWaiters(root); -+ IiMustNoWaiters(d_inode(root)); -+ di_write_unlock(root); -+ err = test_dentry_busy(root, bindex, sigen, verbose); -+ if (!err) -+ err = test_inode_busy(root->d_sb, bindex, sigen, verbose); -+ di_write_lock_child(root); /* aufs_write_lock() calls ..._child() */ -+ -+ return err; -+} -+ -+static int test_dir_busy(struct file *file, aufs_bindex_t br_id, -+ struct file **to_free, int *idx) -+{ -+ int err; -+ unsigned char matched, root; -+ aufs_bindex_t bindex, bbot; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ -+ err = 0; -+ root = IS_ROOT(file->f_path.dentry); -+ if (root) { -+ get_file(file); -+ to_free[*idx] = file; -+ (*idx)++; -+ goto out; -+ } -+ -+ matched = 0; -+ fidir = au_fi(file)->fi_hdir; -+ AuDebugOn(!fidir); -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); bindex <= bbot; bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ if (!hfile->hf_file) -+ continue; -+ -+ if (hfile->hf_br->br_id == br_id) { -+ matched = 1; -+ break; -+ } -+ } -+ if (matched) -+ err = -EBUSY; -+ -+out: -+ return err; -+} -+ -+static int test_file_busy(struct super_block *sb, aufs_bindex_t br_id, -+ struct file **to_free, int opened) -+{ -+ int err, idx; -+ unsigned long long ull, max; -+ aufs_bindex_t btop; -+ struct file *file, **array; -+ struct dentry *root; -+ struct au_hfile *hfile; -+ -+ array = au_farray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ idx = 0; -+ root = sb->s_root; -+ di_write_unlock(root); -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ fi_read_lock(file); -+ btop = au_fbtop(file); -+ if (!d_is_dir(file->f_path.dentry)) { -+ hfile = &au_fi(file)->fi_htop; -+ if (hfile->hf_br->br_id == br_id) -+ err = -EBUSY; -+ } else -+ err = test_dir_busy(file, br_id, to_free, &idx); -+ fi_read_unlock(file); -+ if (unlikely(err)) -+ break; -+ } -+ di_write_lock_child(root); -+ au_farray_free(array, max); -+ AuDebugOn(idx > opened); -+ -+out: -+ return err; -+} -+ -+static void br_del_file(struct file **to_free, unsigned long long opened, -+ aufs_bindex_t br_id) -+{ -+ unsigned long long ull; -+ aufs_bindex_t bindex, btop, bbot, bfound; -+ struct file *file; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ -+ for (ull = 0; ull < opened; ull++) { -+ file = to_free[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ AuDebugOn(!d_is_dir(file->f_path.dentry)); -+ bfound = -1; -+ fidir = au_fi(file)->fi_hdir; -+ AuDebugOn(!fidir); -+ fi_write_lock(file); -+ btop = au_fbtop(file); -+ bbot = au_fbbot_dir(file); -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ if (!hfile->hf_file) -+ continue; -+ -+ if (hfile->hf_br->br_id == br_id) { -+ bfound = bindex; -+ break; -+ } -+ } -+ AuDebugOn(bfound < 0); -+ au_set_h_fptr(file, bfound, NULL); -+ if (bfound == btop) { -+ for (btop++; btop <= bbot; btop++) -+ if (au_hf_dir(file, btop)) { -+ au_set_fbtop(file, btop); -+ break; -+ } -+ } -+ fi_write_unlock(file); -+ } -+} -+ -+static void au_br_do_del_brp(struct au_sbinfo *sbinfo, -+ const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_branch **brp, **p; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ brp = sbinfo->si_branch + bindex; -+ if (bindex < bbot) -+ memmove(brp, brp + 1, sizeof(*brp) * (bbot - bindex)); -+ sbinfo->si_branch[0 + bbot] = NULL; -+ sbinfo->si_bbot--; -+ -+ p = au_krealloc(sbinfo->si_branch, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ sbinfo->si_branch = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del_hdp(struct au_dinfo *dinfo, const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_hdentry *hdp, *p; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ hdp = au_hdentry(dinfo, bindex); -+ if (bindex < bbot) -+ memmove(hdp, hdp + 1, sizeof(*hdp) * (bbot - bindex)); -+ /* au_h_dentry_init(au_hdentry(dinfo, bbot); */ -+ dinfo->di_bbot--; -+ -+ p = au_krealloc(dinfo->di_hdentry, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ dinfo->di_hdentry = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del_hip(struct au_iinfo *iinfo, const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_hinode *hip, *p; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ hip = au_hinode(iinfo, bindex); -+ if (bindex < bbot) -+ memmove(hip, hip + 1, sizeof(*hip) * (bbot - bindex)); -+ /* au_hinode_init(au_hinode(iinfo, bbot)); */ -+ iinfo->ii_bbot--; -+ -+ p = au_krealloc(iinfo->ii_hinode, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ iinfo->ii_hinode = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_branch *br) -+{ -+ aufs_bindex_t bbot; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root, *h_root; -+ struct inode *inode, *h_inode; -+ struct au_hinode *hinode; -+ -+ SiMustWriteLock(sb); -+ -+ root = sb->s_root; -+ inode = d_inode(root); -+ sbinfo = au_sbi(sb); -+ bbot = sbinfo->si_bbot; -+ -+ h_root = au_h_dptr(root, bindex); -+ hinode = au_hi(inode, bindex); -+ h_inode = au_igrab(hinode->hi_inode); -+ au_hiput(hinode); -+ -+ au_sbilist_lock(); -+ au_br_do_del_brp(sbinfo, bindex, bbot); -+ au_br_do_del_hdp(au_di(root), bindex, bbot); -+ au_br_do_del_hip(au_ii(inode), bindex, bbot); -+ au_sbilist_unlock(); -+ -+ dput(h_root); -+ iput(h_inode); -+ au_br_do_free(br); -+} -+ -+static unsigned long long empty_cb(struct super_block *sb, void *array, -+ unsigned long long max, void *arg) -+{ -+ return max; -+} -+ -+int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount) -+{ -+ int err, rerr, i; -+ unsigned long long opened; -+ unsigned int mnt_flags; -+ aufs_bindex_t bindex, bbot, br_id; -+ unsigned char do_wh, verbose; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *root; -+ struct file **to_free; -+ -+ err = 0; -+ opened = 0; -+ to_free = NULL; -+ root = sb->s_root; -+ bindex = au_find_dbindex(root, del->h_path.dentry); -+ if (bindex < 0) { -+ if (remount) -+ goto out; /* success */ -+ err = -ENOENT; -+ pr_err("%s no such branch\n", del->pathname); -+ goto out; -+ } -+ AuDbg("bindex b%d\n", bindex); -+ -+ err = -EBUSY; -+ mnt_flags = au_mntflags(sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ bbot = au_sbbot(sb); -+ if (unlikely(!bbot)) { -+ AuVerbose(verbose, "no more branches left\n"); -+ goto out; -+ } -+ br = au_sbr(sb, bindex); -+ AuDebugOn(!path_equal(&br->br_path, &del->h_path)); -+ -+ br_id = br->br_id; -+ opened = au_br_count(br); -+ if (unlikely(opened)) { -+ to_free = au_array_alloc(&opened, empty_cb, sb, NULL); -+ err = PTR_ERR(to_free); -+ if (IS_ERR(to_free)) -+ goto out; -+ -+ err = test_file_busy(sb, br_id, to_free, opened); -+ if (unlikely(err)) { -+ AuVerbose(verbose, "%llu file(s) opened\n", opened); -+ goto out; -+ } -+ } -+ -+ wbr = br->br_wbr; -+ do_wh = wbr && (wbr->wbr_whbase || wbr->wbr_plink || wbr->wbr_orph); -+ if (do_wh) { -+ /* instead of WbrWhMustWriteLock(wbr) */ -+ SiMustWriteLock(sb); -+ for (i = 0; i < AuBrWh_Last; i++) { -+ dput(wbr->wbr_wh[i]); -+ wbr->wbr_wh[i] = NULL; -+ } -+ } -+ -+ err = test_children_busy(root, bindex, verbose); -+ if (unlikely(err)) { -+ if (do_wh) -+ goto out_wh; -+ goto out; -+ } -+ -+ err = 0; -+ if (to_free) { -+ /* -+ * now we confirmed the branch is deletable. -+ * let's free the remaining opened dirs on the branch. -+ */ -+ di_write_unlock(root); -+ br_del_file(to_free, opened, br_id); -+ di_write_lock_child(root); -+ } -+ -+ if (!remount) -+ au_br_do_del(sb, bindex, br); -+ else { -+ sysaufs_brs_del(sb, bindex); -+ au_br_do_del(sb, bindex, br); -+ sysaufs_brs_add(sb, bindex); -+ } -+ -+ if (!bindex) { -+ au_cpup_attr_all(d_inode(root), /*force*/1); -+ sb->s_maxbytes = au_sbr_sb(sb, 0)->s_maxbytes; -+ } else -+ au_sub_nlink(d_inode(root), d_inode(del->h_path.dentry)); -+ if (au_opt_test(mnt_flags, PLINK)) -+ au_plink_half_refresh(sb, br_id); -+ -+ if (au_xino_brid(sb) == br_id) -+ au_xino_brid_set(sb, -1); -+ goto out; /* success */ -+ -+out_wh: -+ /* revert */ -+ rerr = au_br_init_wh(sb, br, br->br_perm); -+ if (rerr) -+ pr_warn("failed re-creating base whiteout, %s. (%d)\n", -+ del->pathname, rerr); -+out: -+ if (to_free) -+ au_farray_free(to_free, opened); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_ibusy(struct super_block *sb, struct aufs_ibusy __user *arg) -+{ -+ int err; -+ aufs_bindex_t btop, bbot; -+ struct aufs_ibusy ibusy; -+ struct inode *inode, *h_inode; -+ -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = copy_from_user(&ibusy, arg, sizeof(ibusy)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, &arg->h_ino, sizeof(arg->h_ino)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ si_read_lock(sb, AuLock_FLUSH); -+ if (unlikely(ibusy.bindex < 0 || ibusy.bindex > au_sbbot(sb))) -+ goto out_unlock; -+ -+ err = 0; -+ ibusy.h_ino = 0; /* invalid */ -+ inode = ilookup(sb, ibusy.ino); -+ if (!inode -+ || inode->i_ino == AUFS_ROOT_INO -+ || au_is_bad_inode(inode)) -+ goto out_unlock; -+ -+ ii_read_lock_child(inode); -+ btop = au_ibtop(inode); -+ bbot = au_ibbot(inode); -+ if (btop <= ibusy.bindex && ibusy.bindex <= bbot) { -+ h_inode = au_h_iptr(inode, ibusy.bindex); -+ if (h_inode && au_test_ibusy(inode, btop, bbot)) -+ ibusy.h_ino = h_inode->i_ino; -+ } -+ ii_read_unlock(inode); -+ iput(inode); -+ -+out_unlock: -+ si_read_unlock(sb); -+ if (!err) { -+ err = __put_user(ibusy.h_ino, &arg->h_ino); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ } -+out: -+ return err; -+} -+ -+long au_ibusy_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_ibusy(file->f_path.dentry->d_sb, (void __user *)arg); -+} -+ -+#ifdef CONFIG_COMPAT -+long au_ibusy_compat_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_ibusy(file->f_path.dentry->d_sb, compat_ptr(arg)); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * change a branch permission -+ */ -+ -+static void au_warn_ima(void) -+{ -+#ifdef CONFIG_IMA -+ /* since it doesn't support mark_files_ro() */ -+ AuWarn1("RW -> RO makes IMA to produce wrong message\n"); -+#endif -+} -+ -+static int do_need_sigen_inc(int a, int b) -+{ -+ return au_br_whable(a) && !au_br_whable(b); -+} -+ -+static int need_sigen_inc(int old, int new) -+{ -+ return do_need_sigen_inc(old, new) -+ || do_need_sigen_inc(new, old); -+} -+ -+static int au_br_mod_files_ro(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err, do_warn; -+ unsigned int mnt_flags; -+ unsigned long long ull, max; -+ aufs_bindex_t br_id; -+ unsigned char verbose, writer; -+ struct file *file, *hf, **array; -+ struct au_hfile *hfile; -+ -+ mnt_flags = au_mntflags(sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ -+ array = au_farray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ do_warn = 0; -+ br_id = au_sbr_id(sb, bindex); -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ fi_read_lock(file); -+ if (unlikely(au_test_mmapped(file))) { -+ err = -EBUSY; -+ AuVerbose(verbose, "mmapped %pD\n", file); -+ AuDbgFile(file); -+ FiMustNoWaiters(file); -+ fi_read_unlock(file); -+ goto out_array; -+ } -+ -+ hfile = &au_fi(file)->fi_htop; -+ hf = hfile->hf_file; -+ if (!d_is_reg(file->f_path.dentry) -+ || !(file->f_mode & FMODE_WRITE) -+ || hfile->hf_br->br_id != br_id -+ || !(hf->f_mode & FMODE_WRITE)) -+ array[ull] = NULL; -+ else { -+ do_warn = 1; -+ get_file(file); -+ } -+ -+ FiMustNoWaiters(file); -+ fi_read_unlock(file); -+ fput(file); -+ } -+ -+ err = 0; -+ if (do_warn) -+ au_warn_ima(); -+ -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (!file) -+ continue; -+ -+ /* todo: already flushed? */ -+ /* -+ * fs/super.c:mark_files_ro() is gone, but aufs keeps its -+ * approach which resets f_mode and calls mnt_drop_write() and -+ * file_release_write() for each file, because the branch -+ * attribute in aufs world is totally different from the native -+ * fs rw/ro mode. -+ */ -+ /* fi_read_lock(file); */ -+ hfile = &au_fi(file)->fi_htop; -+ hf = hfile->hf_file; -+ /* fi_read_unlock(file); */ -+ spin_lock(&hf->f_lock); -+ writer = !!(hf->f_mode & FMODE_WRITER); -+ hf->f_mode &= ~(FMODE_WRITE | FMODE_WRITER); -+ spin_unlock(&hf->f_lock); -+ if (writer) { -+ put_write_access(file_inode(hf)); -+ __mnt_drop_write(hf->f_path.mnt); -+ } -+ } -+ -+out_array: -+ au_farray_free(array, max); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, -+ int *do_refresh) -+{ -+ int err, rerr; -+ aufs_bindex_t bindex; -+ struct dentry *root; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ root = sb->s_root; -+ bindex = au_find_dbindex(root, mod->h_root); -+ if (bindex < 0) { -+ if (remount) -+ return 0; /* success */ -+ err = -ENOENT; -+ pr_err("%s no such branch\n", mod->path); -+ goto out; -+ } -+ AuDbg("bindex b%d\n", bindex); -+ -+ err = test_br(d_inode(mod->h_root), mod->perm, mod->path); -+ if (unlikely(err)) -+ goto out; -+ -+ br = au_sbr(sb, bindex); -+ AuDebugOn(mod->h_root != au_br_dentry(br)); -+ if (br->br_perm == mod->perm) -+ return 0; /* success */ -+ -+ /* pre-allocate for non-fhsm --> fhsm */ -+ bf = NULL; -+ if (!au_br_fhsm(br->br_perm) && au_br_fhsm(mod->perm)) { -+ err = au_fhsm_br_alloc(br); -+ if (unlikely(err)) -+ goto out; -+ bf = br->br_fhsm; -+ br->br_fhsm = NULL; -+ } -+ -+ if (au_br_writable(br->br_perm)) { -+ /* remove whiteout base */ -+ err = au_br_init_wh(sb, br, mod->perm); -+ if (unlikely(err)) -+ goto out_bf; -+ -+ if (!au_br_writable(mod->perm)) { -+ /* rw --> ro, file might be mmapped */ -+ DiMustNoWaiters(root); -+ IiMustNoWaiters(d_inode(root)); -+ di_write_unlock(root); -+ err = au_br_mod_files_ro(sb, bindex); -+ /* aufs_write_lock() calls ..._child() */ -+ di_write_lock_child(root); -+ -+ if (unlikely(err)) { -+ rerr = -ENOMEM; -+ br->br_wbr = kzalloc(sizeof(*br->br_wbr), -+ GFP_NOFS); -+ if (br->br_wbr) -+ rerr = au_wbr_init(br, sb, br->br_perm); -+ if (unlikely(rerr)) { -+ AuIOErr("nested error %d (%d)\n", -+ rerr, err); -+ br->br_perm = mod->perm; -+ } -+ } -+ } -+ } else if (au_br_writable(mod->perm)) { -+ /* ro --> rw */ -+ err = -ENOMEM; -+ br->br_wbr = kzalloc(sizeof(*br->br_wbr), GFP_NOFS); -+ if (br->br_wbr) { -+ err = au_wbr_init(br, sb, mod->perm); -+ if (unlikely(err)) { -+ au_delayed_kfree(br->br_wbr); -+ br->br_wbr = NULL; -+ } -+ } -+ } -+ if (unlikely(err)) -+ goto out_bf; -+ -+ if (au_br_fhsm(br->br_perm)) { -+ if (!au_br_fhsm(mod->perm)) { -+ /* fhsm --> non-fhsm */ -+ au_br_fhsm_fin(br->br_fhsm); -+ au_delayed_kfree(br->br_fhsm); -+ br->br_fhsm = NULL; -+ } -+ } else if (au_br_fhsm(mod->perm)) -+ /* non-fhsm --> fhsm */ -+ br->br_fhsm = bf; -+ -+ *do_refresh |= need_sigen_inc(br->br_perm, mod->perm); -+ br->br_perm = mod->perm; -+ goto out; /* success */ -+ -+out_bf: -+ if (bf) -+ au_delayed_kfree(bf); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_br_stfs(struct au_branch *br, struct aufs_stfs *stfs) -+{ -+ int err; -+ struct kstatfs kstfs; -+ -+ err = vfs_statfs(&br->br_path, &kstfs); -+ if (!err) { -+ stfs->f_blocks = kstfs.f_blocks; -+ stfs->f_bavail = kstfs.f_bavail; -+ stfs->f_files = kstfs.f_files; -+ stfs->f_ffree = kstfs.f_ffree; -+ } -+ -+ return err; -+} -diff --git a/fs/aufs/branch.h b/fs/aufs/branch.h -new file mode 100644 -index 0000000..32a4d8f ---- /dev/null -+++ b/fs/aufs/branch.h -@@ -0,0 +1,296 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * branch filesystems and xino for them -+ */ -+ -+#ifndef __AUFS_BRANCH_H__ -+#define __AUFS_BRANCH_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "dynop.h" -+#include "rwsem.h" -+#include "super.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* a xino file */ -+struct au_xino_file { -+ struct file *xi_file; -+ struct mutex xi_nondir_mtx; -+ -+ /* todo: make xino files an array to support huge inode number */ -+ -+#ifdef CONFIG_DEBUG_FS -+ struct dentry *xi_dbgaufs; -+#endif -+}; -+ -+/* File-based Hierarchical Storage Management */ -+struct au_br_fhsm { -+#ifdef CONFIG_AUFS_FHSM -+ struct mutex bf_lock; -+ unsigned long bf_jiffy; -+ struct aufs_stfs bf_stfs; -+ int bf_readable; -+#endif -+}; -+ -+/* members for writable branch only */ -+enum {AuBrWh_BASE, AuBrWh_PLINK, AuBrWh_ORPH, AuBrWh_Last}; -+struct au_wbr { -+ struct au_rwsem wbr_wh_rwsem; -+ struct dentry *wbr_wh[AuBrWh_Last]; -+ atomic_t wbr_wh_running; -+#define wbr_whbase wbr_wh[AuBrWh_BASE] /* whiteout base */ -+#define wbr_plink wbr_wh[AuBrWh_PLINK] /* pseudo-link dir */ -+#define wbr_orph wbr_wh[AuBrWh_ORPH] /* dir for orphans */ -+ -+ /* mfs mode */ -+ unsigned long long wbr_bytes; -+}; -+ -+/* ext2 has 3 types of operations at least, ext3 has 4 */ -+#define AuBrDynOp (AuDyLast * 4) -+ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+/* support for asynchronous destruction */ -+struct au_br_hfsnotify { -+ struct fsnotify_group *hfsn_group; -+}; -+#endif -+ -+/* sysfs entries */ -+struct au_brsysfs { -+ char name[16]; -+ struct attribute attr; -+}; -+ -+enum { -+ AuBrSysfs_BR, -+ AuBrSysfs_BRID, -+ AuBrSysfs_Last -+}; -+ -+/* protected by superblock rwsem */ -+struct au_branch { -+ struct au_xino_file br_xino; -+ -+ aufs_bindex_t br_id; -+ -+ int br_perm; -+ struct path br_path; -+ spinlock_t br_dykey_lock; -+ struct au_dykey *br_dykey[AuBrDynOp]; -+ struct percpu_counter br_count; -+ -+ struct au_wbr *br_wbr; -+ struct au_br_fhsm *br_fhsm; -+ -+ /* xino truncation */ -+ atomic_t br_xino_running; -+ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ struct au_br_hfsnotify *br_hfsn; -+#endif -+ -+#ifdef CONFIG_SYSFS -+ /* entries under sysfs per mount-point */ -+ struct au_brsysfs br_sysfs[AuBrSysfs_Last]; -+#endif -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct vfsmount *au_br_mnt(struct au_branch *br) -+{ -+ return br->br_path.mnt; -+} -+ -+static inline struct dentry *au_br_dentry(struct au_branch *br) -+{ -+ return br->br_path.dentry; -+} -+ -+static inline struct super_block *au_br_sb(struct au_branch *br) -+{ -+ return au_br_mnt(br)->mnt_sb; -+} -+ -+static inline void au_br_get(struct au_branch *br) -+{ -+ percpu_counter_inc(&br->br_count); -+} -+ -+static inline void au_br_put(struct au_branch *br) -+{ -+ percpu_counter_dec(&br->br_count); -+} -+ -+static inline s64 au_br_count(struct au_branch *br) -+{ -+ return percpu_counter_sum(&br->br_count); -+} -+ -+static inline void au_br_count_init(struct au_branch *br) -+{ -+ percpu_counter_init(&br->br_count, 0, GFP_NOFS); -+} -+ -+static inline void au_br_count_fin(struct au_branch *br) -+{ -+ percpu_counter_destroy(&br->br_count); -+} -+ -+static inline int au_br_rdonly(struct au_branch *br) -+{ -+ return ((au_br_sb(br)->s_flags & MS_RDONLY) -+ || !au_br_writable(br->br_perm)) -+ ? -EROFS : 0; -+} -+ -+static inline int au_br_hnotifyable(int brperm __maybe_unused) -+{ -+#ifdef CONFIG_AUFS_HNOTIFY -+ return !(brperm & AuBrPerm_RR); -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_br_test_oflag(int oflag, struct au_branch *br) -+{ -+ int err, exec_flag; -+ -+ err = 0; -+ exec_flag = oflag & __FMODE_EXEC; -+ if (unlikely(exec_flag && (au_br_mnt(br)->mnt_flags & MNT_NOEXEC))) -+ err = -EACCES; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* branch.c */ -+struct au_sbinfo; -+void au_br_free(struct au_sbinfo *sinfo); -+int au_br_index(struct super_block *sb, aufs_bindex_t br_id); -+struct au_opt_add; -+int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount); -+struct au_opt_del; -+int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount); -+long au_ibusy_ioctl(struct file *file, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_ibusy_compat_ioctl(struct file *file, unsigned long arg); -+#endif -+struct au_opt_mod; -+int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, -+ int *do_refresh); -+struct aufs_stfs; -+int au_br_stfs(struct au_branch *br, struct aufs_stfs *stfs); -+ -+/* xino.c */ -+static const loff_t au_loff_max = LLONG_MAX; -+ -+int au_xib_trunc(struct super_block *sb); -+ssize_t xino_fread(vfs_readf_t func, struct file *file, void *buf, size_t size, -+ loff_t *pos); -+ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+struct file *au_xino_create2(struct file *base_file, struct file *copy_src); -+struct file *au_xino_create(struct super_block *sb, char *fname, int silent); -+ino_t au_xino_new_ino(struct super_block *sb); -+void au_xino_delete_inode(struct inode *inode, const int unlinked); -+int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t ino); -+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t *ino); -+int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t hino, -+ struct file *base_file, int do_test); -+int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex); -+ -+struct au_opt_xino; -+int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount); -+void au_xino_clr(struct super_block *sb); -+struct file *au_xino_def(struct super_block *sb); -+int au_xino_path(struct seq_file *seq, struct file *file); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Superblock to branch */ -+static inline -+aufs_bindex_t au_sbr_id(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_sbr(sb, bindex)->br_id; -+} -+ -+static inline -+struct vfsmount *au_sbr_mnt(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_mnt(au_sbr(sb, bindex)); -+} -+ -+static inline -+struct super_block *au_sbr_sb(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_sb(au_sbr(sb, bindex)); -+} -+ -+static inline void au_sbr_get(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ au_br_get(au_sbr(sb, bindex)); -+} -+ -+static inline void au_sbr_put(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ au_br_put(au_sbr(sb, bindex)); -+} -+ -+static inline int au_sbr_perm(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_sbr(sb, bindex)->br_perm; -+} -+ -+static inline int au_sbr_whable(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_whable(au_sbr_perm(sb, bindex)); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * wbr_wh_read_lock, wbr_wh_write_lock -+ * wbr_wh_read_unlock, wbr_wh_write_unlock, wbr_wh_downgrade_lock -+ */ -+AuSimpleRwsemFuncs(wbr_wh, struct au_wbr *wbr, &wbr->wbr_wh_rwsem); -+ -+#define WbrWhMustNoWaiters(wbr) AuRwMustNoWaiters(&wbr->wbr_wh_rwsem) -+#define WbrWhMustAnyLock(wbr) AuRwMustAnyLock(&wbr->wbr_wh_rwsem) -+#define WbrWhMustWriteLock(wbr) AuRwMustWriteLock(&wbr->wbr_wh_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_FHSM -+static inline void au_br_fhsm_init(struct au_br_fhsm *brfhsm) -+{ -+ mutex_init(&brfhsm->bf_lock); -+ brfhsm->bf_jiffy = 0; -+ brfhsm->bf_readable = 0; -+} -+ -+static inline void au_br_fhsm_fin(struct au_br_fhsm *brfhsm) -+{ -+ mutex_destroy(&brfhsm->bf_lock); -+} -+#else -+AuStubVoid(au_br_fhsm_init, struct au_br_fhsm *brfhsm) -+AuStubVoid(au_br_fhsm_fin, struct au_br_fhsm *brfhsm) -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_BRANCH_H__ */ -diff --git a/fs/aufs/cpup.c b/fs/aufs/cpup.c -new file mode 100644 -index 0000000..5b050ec ---- /dev/null -+++ b/fs/aufs/cpup.c -@@ -0,0 +1,1381 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * copy-up functions, see wbr_policy.c for copy-down -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+void au_cpup_attr_flags(struct inode *dst, unsigned int iflags) -+{ -+ const unsigned int mask = S_DEAD | S_SWAPFILE | S_PRIVATE -+ | S_NOATIME | S_NOCMTIME | S_AUTOMOUNT; -+ -+ BUILD_BUG_ON(sizeof(iflags) != sizeof(dst->i_flags)); -+ -+ dst->i_flags |= iflags & ~mask; -+ if (au_test_fs_notime(dst->i_sb)) -+ dst->i_flags |= S_NOATIME | S_NOCMTIME; -+} -+ -+void au_cpup_attr_timesizes(struct inode *inode) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ fsstack_copy_attr_times(inode, h_inode); -+ fsstack_copy_inode_size(inode, h_inode); -+} -+ -+void au_cpup_attr_nlink(struct inode *inode, int force) -+{ -+ struct inode *h_inode; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ -+ sb = inode->i_sb; -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (!force -+ && !S_ISDIR(h_inode->i_mode) -+ && au_opt_test(au_mntflags(sb), PLINK) -+ && au_plink_test(inode)) -+ return; -+ -+ /* -+ * 0 can happen in revalidating. -+ * h_inode->i_mutex may not be held here, but it is harmless since once -+ * i_nlink reaches 0, it will never become positive except O_TMPFILE -+ * case. -+ * todo: O_TMPFILE+linkat(AT_SYMLINK_FOLLOW) bypassing aufs may cause -+ * the incorrect link count. -+ */ -+ set_nlink(inode, h_inode->i_nlink); -+ -+ /* -+ * fewer nlink makes find(1) noisy, but larger nlink doesn't. -+ * it may includes whplink directory. -+ */ -+ if (S_ISDIR(h_inode->i_mode)) { -+ bbot = au_ibbot(inode); -+ for (bindex++; bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (h_inode) -+ au_add_nlink(inode, h_inode); -+ } -+ } -+} -+ -+void au_cpup_attr_changeable(struct inode *inode) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ inode->i_mode = h_inode->i_mode; -+ inode->i_uid = h_inode->i_uid; -+ inode->i_gid = h_inode->i_gid; -+ au_cpup_attr_timesizes(inode); -+ au_cpup_attr_flags(inode, h_inode->i_flags); -+} -+ -+void au_cpup_igen(struct inode *inode, struct inode *h_inode) -+{ -+ struct au_iinfo *iinfo = au_ii(inode); -+ -+ IiMustWriteLock(inode); -+ -+ iinfo->ii_higen = h_inode->i_generation; -+ iinfo->ii_hsb1 = h_inode->i_sb; -+} -+ -+void au_cpup_attr_all(struct inode *inode, int force) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ au_cpup_attr_changeable(inode); -+ if (inode->i_nlink > 0) -+ au_cpup_attr_nlink(inode, force); -+ inode->i_rdev = h_inode->i_rdev; -+ inode->i_blkbits = h_inode->i_blkbits; -+ au_cpup_igen(inode, h_inode); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Note: dt_dentry and dt_h_dentry are not dget/dput-ed */ -+ -+/* keep the timestamps of the parent dir when cpup */ -+void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, -+ struct path *h_path) -+{ -+ struct inode *h_inode; -+ -+ dt->dt_dentry = dentry; -+ dt->dt_h_path = *h_path; -+ h_inode = d_inode(h_path->dentry); -+ dt->dt_atime = h_inode->i_atime; -+ dt->dt_mtime = h_inode->i_mtime; -+ /* smp_mb(); */ -+} -+ -+void au_dtime_revert(struct au_dtime *dt) -+{ -+ struct iattr attr; -+ int err; -+ -+ attr.ia_atime = dt->dt_atime; -+ attr.ia_mtime = dt->dt_mtime; -+ attr.ia_valid = ATTR_FORCE | ATTR_MTIME | ATTR_MTIME_SET -+ | ATTR_ATIME | ATTR_ATIME_SET; -+ -+ /* no delegation since this is a directory */ -+ err = vfsub_notify_change(&dt->dt_h_path, &attr, /*delegated*/NULL); -+ if (unlikely(err)) -+ pr_warn("restoring timestamps failed(%d). ignored\n", err); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* internal use only */ -+struct au_cpup_reg_attr { -+ int valid; -+ struct kstat st; -+ unsigned int iflags; /* inode->i_flags */ -+}; -+ -+static noinline_for_stack -+int cpup_iattr(struct dentry *dst, aufs_bindex_t bindex, struct dentry *h_src, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err, sbits, icex; -+ unsigned int mnt_flags; -+ unsigned char verbose; -+ struct iattr ia; -+ struct path h_path; -+ struct inode *h_isrc, *h_idst; -+ struct kstat *h_st; -+ struct au_branch *br; -+ -+ h_path.dentry = au_h_dptr(dst, bindex); -+ h_idst = d_inode(h_path.dentry); -+ br = au_sbr(dst->d_sb, bindex); -+ h_path.mnt = au_br_mnt(br); -+ h_isrc = d_inode(h_src); -+ ia.ia_valid = ATTR_FORCE | ATTR_UID | ATTR_GID -+ | ATTR_ATIME | ATTR_MTIME -+ | ATTR_ATIME_SET | ATTR_MTIME_SET; -+ if (h_src_attr && h_src_attr->valid) { -+ h_st = &h_src_attr->st; -+ ia.ia_uid = h_st->uid; -+ ia.ia_gid = h_st->gid; -+ ia.ia_atime = h_st->atime; -+ ia.ia_mtime = h_st->mtime; -+ if (h_idst->i_mode != h_st->mode -+ && !S_ISLNK(h_idst->i_mode)) { -+ ia.ia_valid |= ATTR_MODE; -+ ia.ia_mode = h_st->mode; -+ } -+ sbits = !!(h_st->mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(h_idst, h_src_attr->iflags); -+ } else { -+ ia.ia_uid = h_isrc->i_uid; -+ ia.ia_gid = h_isrc->i_gid; -+ ia.ia_atime = h_isrc->i_atime; -+ ia.ia_mtime = h_isrc->i_mtime; -+ if (h_idst->i_mode != h_isrc->i_mode -+ && !S_ISLNK(h_idst->i_mode)) { -+ ia.ia_valid |= ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ } -+ sbits = !!(h_isrc->i_mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(h_idst, h_isrc->i_flags); -+ } -+ /* no delegation since it is just created */ -+ err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); -+ -+ /* is this nfs only? */ -+ if (!err && sbits && au_test_nfs(h_path.dentry->d_sb)) { -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); -+ } -+ -+ icex = br->br_perm & AuBrAttr_ICEX; -+ if (!err) { -+ mnt_flags = au_mntflags(dst->d_sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ err = au_cpup_xattr(h_path.dentry, h_src, icex, verbose); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_copy_file(struct file *dst, struct file *src, loff_t len, -+ char *buf, unsigned long blksize) -+{ -+ int err; -+ size_t sz, rbytes, wbytes; -+ unsigned char all_zero; -+ char *p, *zp; -+ struct inode *h_inode; -+ /* reduce stack usage */ -+ struct iattr *ia; -+ -+ zp = page_address(ZERO_PAGE(0)); -+ if (unlikely(!zp)) -+ return -ENOMEM; /* possible? */ -+ -+ err = 0; -+ all_zero = 0; -+ while (len) { -+ AuDbg("len %lld\n", len); -+ sz = blksize; -+ if (len < blksize) -+ sz = len; -+ -+ rbytes = 0; -+ /* todo: signal_pending? */ -+ while (!rbytes || err == -EAGAIN || err == -EINTR) { -+ rbytes = vfsub_read_k(src, buf, sz, &src->f_pos); -+ err = rbytes; -+ } -+ if (unlikely(err < 0)) -+ break; -+ -+ all_zero = 0; -+ if (len >= rbytes && rbytes == blksize) -+ all_zero = !memcmp(buf, zp, rbytes); -+ if (!all_zero) { -+ wbytes = rbytes; -+ p = buf; -+ while (wbytes) { -+ size_t b; -+ -+ b = vfsub_write_k(dst, p, wbytes, &dst->f_pos); -+ err = b; -+ /* todo: signal_pending? */ -+ if (unlikely(err == -EAGAIN || err == -EINTR)) -+ continue; -+ if (unlikely(err < 0)) -+ break; -+ wbytes -= b; -+ p += b; -+ } -+ if (unlikely(err < 0)) -+ break; -+ } else { -+ loff_t res; -+ -+ AuLabel(hole); -+ res = vfsub_llseek(dst, rbytes, SEEK_CUR); -+ err = res; -+ if (unlikely(res < 0)) -+ break; -+ } -+ len -= rbytes; -+ err = 0; -+ } -+ -+ /* the last block may be a hole */ -+ if (!err && all_zero) { -+ AuLabel(last hole); -+ -+ err = 1; -+ if (au_test_nfs(dst->f_path.dentry->d_sb)) { -+ /* nfs requires this step to make last hole */ -+ /* is this only nfs? */ -+ do { -+ /* todo: signal_pending? */ -+ err = vfsub_write_k(dst, "\0", 1, &dst->f_pos); -+ } while (err == -EAGAIN || err == -EINTR); -+ if (err == 1) -+ dst->f_pos--; -+ } -+ -+ if (err == 1) { -+ ia = (void *)buf; -+ ia->ia_size = dst->f_pos; -+ ia->ia_valid = ATTR_SIZE | ATTR_FILE; -+ ia->ia_file = dst; -+ h_inode = file_inode(dst); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD2); -+ /* no delegation since it is just created */ -+ err = vfsub_notify_change(&dst->f_path, ia, -+ /*delegated*/NULL); -+ inode_unlock(h_inode); -+ } -+ } -+ -+ return err; -+} -+ -+int au_copy_file(struct file *dst, struct file *src, loff_t len) -+{ -+ int err; -+ unsigned long blksize; -+ unsigned char do_kfree; -+ char *buf; -+ -+ err = -ENOMEM; -+ blksize = dst->f_path.dentry->d_sb->s_blocksize; -+ if (!blksize || PAGE_SIZE < blksize) -+ blksize = PAGE_SIZE; -+ AuDbg("blksize %lu\n", blksize); -+ do_kfree = (blksize != PAGE_SIZE && blksize >= sizeof(struct iattr *)); -+ if (do_kfree) -+ buf = kmalloc(blksize, GFP_NOFS); -+ else -+ buf = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!buf)) -+ goto out; -+ -+ if (len > (1 << 22)) -+ AuDbg("copying a large file %lld\n", (long long)len); -+ -+ src->f_pos = 0; -+ dst->f_pos = 0; -+ err = au_do_copy_file(dst, src, len, buf, blksize); -+ if (do_kfree) -+ au_delayed_kfree(buf); -+ else -+ au_delayed_free_page((unsigned long)buf); -+ -+out: -+ return err; -+} -+ -+/* -+ * to support a sparse file which is opened with O_APPEND, -+ * we need to close the file. -+ */ -+static int au_cp_regular(struct au_cp_generic *cpg) -+{ -+ int err, i; -+ enum { SRC, DST }; -+ struct { -+ aufs_bindex_t bindex; -+ unsigned int flags; -+ struct dentry *dentry; -+ int force_wr; -+ struct file *file; -+ void *label; -+ } *f, file[] = { -+ { -+ .bindex = cpg->bsrc, -+ .flags = O_RDONLY | O_NOATIME | O_LARGEFILE, -+ .label = &&out -+ }, -+ { -+ .bindex = cpg->bdst, -+ .flags = O_WRONLY | O_NOATIME | O_LARGEFILE, -+ .force_wr = !!au_ftest_cpup(cpg->flags, RWDST), -+ .label = &&out_src -+ } -+ }; -+ struct super_block *sb; -+ struct inode *h_src_inode; -+ struct task_struct *tsk = current; -+ -+ /* bsrc branch can be ro/rw. */ -+ sb = cpg->dentry->d_sb; -+ f = file; -+ for (i = 0; i < 2; i++, f++) { -+ f->dentry = au_h_dptr(cpg->dentry, f->bindex); -+ f->file = au_h_open(cpg->dentry, f->bindex, f->flags, -+ /*file*/NULL, f->force_wr); -+ err = PTR_ERR(f->file); -+ if (IS_ERR(f->file)) -+ goto *f->label; -+ } -+ -+ /* try stopping to update while we copyup */ -+ h_src_inode = d_inode(file[SRC].dentry); -+ if (!au_test_nfs(h_src_inode->i_sb)) -+ IMustLock(h_src_inode); -+ err = au_copy_file(file[DST].file, file[SRC].file, cpg->len); -+ -+ /* i wonder if we had O_NO_DELAY_FPUT flag */ -+ if (tsk->flags & PF_KTHREAD) -+ __fput_sync(file[DST].file); -+ else { -+ WARN(1, "%pD\nPlease report this warning to aufs-users ML", -+ file[DST].file); -+ fput(file[DST].file); -+ /* -+ * too bad. -+ * we have to call both since we don't know which place the file -+ * was added to. -+ */ -+ task_work_run(); -+ flush_delayed_fput(); -+ } -+ au_sbr_put(sb, file[DST].bindex); -+ -+out_src: -+ fput(file[SRC].file); -+ au_sbr_put(sb, file[SRC].bindex); -+out: -+ return err; -+} -+ -+static int au_do_cpup_regular(struct au_cp_generic *cpg, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err, rerr; -+ loff_t l; -+ struct path h_path; -+ struct inode *h_src_inode, *h_dst_inode; -+ -+ err = 0; -+ h_src_inode = au_h_iptr(d_inode(cpg->dentry), cpg->bsrc); -+ l = i_size_read(h_src_inode); -+ if (cpg->len == -1 || l < cpg->len) -+ cpg->len = l; -+ if (cpg->len) { -+ /* try stopping to update while we are referencing */ -+ inode_lock_nested(h_src_inode, AuLsc_I_CHILD); -+ au_pin_hdir_unlock(cpg->pin); -+ -+ h_path.dentry = au_h_dptr(cpg->dentry, cpg->bsrc); -+ h_path.mnt = au_sbr_mnt(cpg->dentry->d_sb, cpg->bsrc); -+ h_src_attr->iflags = h_src_inode->i_flags; -+ if (!au_test_nfs(h_src_inode->i_sb)) -+ err = vfs_getattr(&h_path, &h_src_attr->st); -+ else { -+ inode_unlock(h_src_inode); -+ err = vfs_getattr(&h_path, &h_src_attr->st); -+ inode_lock_nested(h_src_inode, AuLsc_I_CHILD); -+ } -+ if (unlikely(err)) { -+ inode_unlock(h_src_inode); -+ goto out; -+ } -+ h_src_attr->valid = 1; -+ if (!au_test_nfs(h_src_inode->i_sb)) { -+ err = au_cp_regular(cpg); -+ inode_unlock(h_src_inode); -+ } else { -+ inode_unlock(h_src_inode); -+ err = au_cp_regular(cpg); -+ } -+ rerr = au_pin_hdir_relock(cpg->pin); -+ if (!err && rerr) -+ err = rerr; -+ } -+ if (!err && (h_src_inode->i_state & I_LINKABLE)) { -+ h_path.dentry = au_h_dptr(cpg->dentry, cpg->bdst); -+ h_dst_inode = d_inode(h_path.dentry); -+ spin_lock(&h_dst_inode->i_lock); -+ h_dst_inode->i_state |= I_LINKABLE; -+ spin_unlock(&h_dst_inode->i_lock); -+ } -+ -+out: -+ return err; -+} -+ -+static int au_do_cpup_symlink(struct path *h_path, struct dentry *h_src, -+ struct inode *h_dir) -+{ -+ int err, symlen; -+ mm_segment_t old_fs; -+ union { -+ char *k; -+ char __user *u; -+ } sym; -+ struct inode *h_inode = d_inode(h_src); -+ const struct inode_operations *h_iop = h_inode->i_op; -+ -+ err = -ENOSYS; -+ if (unlikely(!h_iop->readlink)) -+ goto out; -+ -+ err = -ENOMEM; -+ sym.k = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!sym.k)) -+ goto out; -+ -+ /* unnecessary to support mmap_sem since symlink is not mmap-able */ -+ old_fs = get_fs(); -+ set_fs(KERNEL_DS); -+ symlen = h_iop->readlink(h_src, sym.u, PATH_MAX); -+ err = symlen; -+ set_fs(old_fs); -+ -+ if (symlen > 0) { -+ sym.k[symlen] = 0; -+ err = vfsub_symlink(h_dir, h_path, sym.k); -+ } -+ au_delayed_free_page((unsigned long)sym.k); -+ -+out: -+ return err; -+} -+ -+/* -+ * regardless 'acl' option, reset all ACL. -+ * All ACL will be copied up later from the original entry on the lower branch. -+ */ -+static int au_reset_acl(struct inode *h_dir, struct path *h_path, umode_t mode) -+{ -+ int err; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_dentry = h_path->dentry; -+ h_inode = d_inode(h_dentry); -+ /* forget_all_cached_acls(h_inode)); */ -+ err = vfsub_removexattr(h_dentry, XATTR_NAME_POSIX_ACL_ACCESS); -+ AuTraceErr(err); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ if (!err) -+ err = vfsub_acl_chmod(h_inode, mode); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_do_cpup_dir(struct au_cp_generic *cpg, struct dentry *dst_parent, -+ struct inode *h_dir, struct path *h_path) -+{ -+ int err; -+ struct inode *dir, *inode; -+ -+ err = vfsub_removexattr(h_path->dentry, XATTR_NAME_POSIX_ACL_DEFAULT); -+ AuTraceErr(err); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * strange behaviour from the users view, -+ * particularry setattr case -+ */ -+ dir = d_inode(dst_parent); -+ if (au_ibtop(dir) == cpg->bdst) -+ au_cpup_attr_nlink(dir, /*force*/1); -+ inode = d_inode(cpg->dentry); -+ au_cpup_attr_nlink(inode, /*force*/1); -+ -+out: -+ return err; -+} -+ -+static noinline_for_stack -+int cpup_entry(struct au_cp_generic *cpg, struct dentry *dst_parent, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err; -+ umode_t mode; -+ unsigned int mnt_flags; -+ unsigned char isdir, isreg, force; -+ const unsigned char do_dt = !!au_ftest_cpup(cpg->flags, DTIME); -+ struct au_dtime dt; -+ struct path h_path; -+ struct dentry *h_src, *h_dst, *h_parent; -+ struct inode *h_inode, *h_dir; -+ struct super_block *sb; -+ -+ /* bsrc branch can be ro/rw. */ -+ h_src = au_h_dptr(cpg->dentry, cpg->bsrc); -+ h_inode = d_inode(h_src); -+ AuDebugOn(h_inode != au_h_iptr(d_inode(cpg->dentry), cpg->bsrc)); -+ -+ /* try stopping to be referenced while we are creating */ -+ h_dst = au_h_dptr(cpg->dentry, cpg->bdst); -+ if (au_ftest_cpup(cpg->flags, RENAME)) -+ AuDebugOn(strncmp(h_dst->d_name.name, AUFS_WH_PFX, -+ AUFS_WH_PFX_LEN)); -+ h_parent = h_dst->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ AuDebugOn(h_parent != h_dst->d_parent); -+ -+ sb = cpg->dentry->d_sb; -+ h_path.mnt = au_sbr_mnt(sb, cpg->bdst); -+ if (do_dt) { -+ h_path.dentry = h_parent; -+ au_dtime_store(&dt, dst_parent, &h_path); -+ } -+ h_path.dentry = h_dst; -+ -+ isreg = 0; -+ isdir = 0; -+ mode = h_inode->i_mode; -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ isreg = 1; -+ err = vfsub_create(h_dir, &h_path, S_IRUSR | S_IWUSR, -+ /*want_excl*/true); -+ if (!err) -+ err = au_do_cpup_regular(cpg, h_src_attr); -+ break; -+ case S_IFDIR: -+ isdir = 1; -+ err = vfsub_mkdir(h_dir, &h_path, mode); -+ if (!err) -+ err = au_do_cpup_dir(cpg, dst_parent, h_dir, &h_path); -+ break; -+ case S_IFLNK: -+ err = au_do_cpup_symlink(&h_path, h_src, h_dir); -+ break; -+ case S_IFCHR: -+ case S_IFBLK: -+ AuDebugOn(!capable(CAP_MKNOD)); -+ /*FALLTHROUGH*/ -+ case S_IFIFO: -+ case S_IFSOCK: -+ err = vfsub_mknod(h_dir, &h_path, mode, h_inode->i_rdev); -+ break; -+ default: -+ AuIOErr("Unknown inode type 0%o\n", mode); -+ err = -EIO; -+ } -+ if (!err) -+ err = au_reset_acl(h_dir, &h_path, mode); -+ -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, UDBA_NONE) -+ && !isdir -+ && au_opt_test(mnt_flags, XINO) -+ && (h_inode->i_nlink == 1 -+ || (h_inode->i_state & I_LINKABLE)) -+ /* todo: unnecessary? */ -+ /* && d_inode(cpg->dentry)->i_nlink == 1 */ -+ && cpg->bdst < cpg->bsrc -+ && !au_ftest_cpup(cpg->flags, KEEPLINO)) -+ au_xino_write(sb, cpg->bsrc, h_inode->i_ino, /*ino*/0); -+ /* ignore this error */ -+ -+ if (!err) { -+ force = 0; -+ if (isreg) { -+ force = !!cpg->len; -+ if (cpg->len == -1) -+ force = !!i_size_read(h_inode); -+ } -+ au_fhsm_wrote(sb, cpg->bdst, force); -+ } -+ -+ if (do_dt) -+ au_dtime_revert(&dt); -+ return err; -+} -+ -+static int au_do_ren_after_cpup(struct au_cp_generic *cpg, struct path *h_path) -+{ -+ int err; -+ struct dentry *dentry, *h_dentry, *h_parent, *parent; -+ struct inode *h_dir; -+ aufs_bindex_t bdst; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ h_dentry = au_h_dptr(dentry, bdst); -+ if (!au_ftest_cpup(cpg->flags, OVERWRITE)) { -+ dget(h_dentry); -+ au_set_h_dptr(dentry, bdst, NULL); -+ err = au_lkup_neg(dentry, bdst, /*wh*/0); -+ if (!err) -+ h_path->dentry = dget(au_h_dptr(dentry, bdst)); -+ au_set_h_dptr(dentry, bdst, h_dentry); -+ } else { -+ err = 0; -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ dput(parent); -+ h_path->dentry = vfsub_lkup_one(&dentry->d_name, h_parent); -+ if (IS_ERR(h_path->dentry)) -+ err = PTR_ERR(h_path->dentry); -+ } -+ if (unlikely(err)) -+ goto out; -+ -+ h_parent = h_dentry->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ AuDbg("%pd %pd\n", h_dentry, h_path->dentry); -+ /* no delegation since it is just created */ -+ err = vfsub_rename(h_dir, h_dentry, h_dir, h_path, /*delegated*/NULL, -+ /*flags*/0); -+ dput(h_path->dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * copyup the @dentry from @bsrc to @bdst. -+ * the caller must set the both of lower dentries. -+ * @len is for truncating when it is -1 copyup the entire file. -+ * in link/rename cases, @dst_parent may be different from the real one. -+ * basic->bsrc can be larger than basic->bdst. -+ * aufs doesn't touch the credential so -+ * security_inode_copy_up{,_xattr}() are unnecrssary. -+ */ -+static int au_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) -+{ -+ int err, rerr; -+ aufs_bindex_t old_ibtop; -+ unsigned char isdir, plink; -+ struct dentry *h_src, *h_dst, *h_parent; -+ struct inode *dst_inode, *h_dir, *inode, *delegated, *src_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct path h_path; -+ struct au_cpup_reg_attr h_src_attr; -+ } *a; -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ a->h_src_attr.valid = 0; -+ -+ sb = cpg->dentry->d_sb; -+ br = au_sbr(sb, cpg->bdst); -+ a->h_path.mnt = au_br_mnt(br); -+ h_dst = au_h_dptr(cpg->dentry, cpg->bdst); -+ h_parent = h_dst->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ h_src = au_h_dptr(cpg->dentry, cpg->bsrc); -+ inode = d_inode(cpg->dentry); -+ -+ if (!dst_parent) -+ dst_parent = dget_parent(cpg->dentry); -+ else -+ dget(dst_parent); -+ -+ plink = !!au_opt_test(au_mntflags(sb), PLINK); -+ dst_inode = au_h_iptr(inode, cpg->bdst); -+ if (dst_inode) { -+ if (unlikely(!plink)) { -+ err = -EIO; -+ AuIOErr("hi%lu(i%lu) exists on b%d " -+ "but plink is disabled\n", -+ dst_inode->i_ino, inode->i_ino, cpg->bdst); -+ goto out_parent; -+ } -+ -+ if (dst_inode->i_nlink) { -+ const int do_dt = au_ftest_cpup(cpg->flags, DTIME); -+ -+ h_src = au_plink_lkup(inode, cpg->bdst); -+ err = PTR_ERR(h_src); -+ if (IS_ERR(h_src)) -+ goto out_parent; -+ if (unlikely(d_is_negative(h_src))) { -+ err = -EIO; -+ AuIOErr("i%lu exists on b%d " -+ "but not pseudo-linked\n", -+ inode->i_ino, cpg->bdst); -+ dput(h_src); -+ goto out_parent; -+ } -+ -+ if (do_dt) { -+ a->h_path.dentry = h_parent; -+ au_dtime_store(&a->dt, dst_parent, &a->h_path); -+ } -+ -+ a->h_path.dentry = h_dst; -+ delegated = NULL; -+ err = vfsub_link(h_src, h_dir, &a->h_path, &delegated); -+ if (!err && au_ftest_cpup(cpg->flags, RENAME)) -+ err = au_do_ren_after_cpup(cpg, &a->h_path); -+ if (do_dt) -+ au_dtime_revert(&a->dt); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ dput(h_src); -+ goto out_parent; -+ } else -+ /* todo: cpup_wh_file? */ -+ /* udba work */ -+ au_update_ibrange(inode, /*do_put_zero*/1); -+ } -+ -+ isdir = S_ISDIR(inode->i_mode); -+ old_ibtop = au_ibtop(inode); -+ err = cpup_entry(cpg, dst_parent, &a->h_src_attr); -+ if (unlikely(err)) -+ goto out_rev; -+ dst_inode = d_inode(h_dst); -+ inode_lock_nested(dst_inode, AuLsc_I_CHILD2); -+ /* todo: necessary? */ -+ /* au_pin_hdir_unlock(cpg->pin); */ -+ -+ err = cpup_iattr(cpg->dentry, cpg->bdst, h_src, &a->h_src_attr); -+ if (unlikely(err)) { -+ /* todo: necessary? */ -+ /* au_pin_hdir_relock(cpg->pin); */ /* ignore an error */ -+ inode_unlock(dst_inode); -+ goto out_rev; -+ } -+ -+ if (cpg->bdst < old_ibtop) { -+ if (S_ISREG(inode->i_mode)) { -+ err = au_dy_iaop(inode, cpg->bdst, dst_inode); -+ if (unlikely(err)) { -+ /* ignore an error */ -+ /* au_pin_hdir_relock(cpg->pin); */ -+ inode_unlock(dst_inode); -+ goto out_rev; -+ } -+ } -+ au_set_ibtop(inode, cpg->bdst); -+ } else -+ au_set_ibbot(inode, cpg->bdst); -+ au_set_h_iptr(inode, cpg->bdst, au_igrab(dst_inode), -+ au_hi_flags(inode, isdir)); -+ -+ /* todo: necessary? */ -+ /* err = au_pin_hdir_relock(cpg->pin); */ -+ inode_unlock(dst_inode); -+ if (unlikely(err)) -+ goto out_rev; -+ -+ src_inode = d_inode(h_src); -+ if (!isdir -+ && (src_inode->i_nlink > 1 -+ || src_inode->i_state & I_LINKABLE) -+ && plink) -+ au_plink_append(inode, cpg->bdst, h_dst); -+ -+ if (au_ftest_cpup(cpg->flags, RENAME)) { -+ a->h_path.dentry = h_dst; -+ err = au_do_ren_after_cpup(cpg, &a->h_path); -+ } -+ if (!err) -+ goto out_parent; /* success */ -+ -+ /* revert */ -+out_rev: -+ a->h_path.dentry = h_parent; -+ au_dtime_store(&a->dt, dst_parent, &a->h_path); -+ a->h_path.dentry = h_dst; -+ rerr = 0; -+ if (d_is_positive(h_dst)) { -+ if (!isdir) { -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(h_dir, &a->h_path, -+ /*delegated*/NULL, /*force*/0); -+ } else -+ rerr = vfsub_rmdir(h_dir, &a->h_path); -+ } -+ au_dtime_revert(&a->dt); -+ if (rerr) { -+ AuIOErr("failed removing broken entry(%d, %d)\n", err, rerr); -+ err = -EIO; -+ } -+out_parent: -+ dput(dst_parent); -+ au_delayed_kfree(a); -+out: -+ return err; -+} -+ -+#if 0 /* reserved */ -+struct au_cpup_single_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+ struct dentry *dst_parent; -+}; -+ -+static void au_call_cpup_single(void *args) -+{ -+ struct au_cpup_single_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_single(a->cpg, a->dst_parent); -+ au_pin_hdir_release(a->cpg->pin); -+} -+#endif -+ -+/* -+ * prevent SIGXFSZ in copy-up. -+ * testing CAP_MKNOD is for generic fs, -+ * but CAP_FSETID is for xfs only, currently. -+ */ -+static int au_cpup_sio_test(struct au_pin *pin, umode_t mode) -+{ -+ int do_sio; -+ struct super_block *sb; -+ struct inode *h_dir; -+ -+ do_sio = 0; -+ sb = au_pinned_parent(pin)->d_sb; -+ if (!au_wkq_test() -+ && (!au_sbi(sb)->si_plink_maint_pid -+ || au_plink_maint(sb, AuLock_NOPLM))) { -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ /* no condition about RLIMIT_FSIZE and the file size */ -+ do_sio = 1; -+ break; -+ case S_IFCHR: -+ case S_IFBLK: -+ do_sio = !capable(CAP_MKNOD); -+ break; -+ } -+ if (!do_sio) -+ do_sio = ((mode & (S_ISUID | S_ISGID)) -+ && !capable(CAP_FSETID)); -+ /* this workaround may be removed in the future */ -+ if (!do_sio) { -+ h_dir = au_pinned_h_dir(pin); -+ do_sio = h_dir->i_mode & S_ISVTX; -+ } -+ } -+ -+ return do_sio; -+} -+ -+#if 0 /* reserved */ -+int au_sio_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) -+{ -+ int err, wkq_err; -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(cpg->dentry, cpg->bsrc); -+ if (!au_cpup_sio_test(pin, d_inode(h_dentry)->i_mode)) -+ err = au_cpup_single(cpg, dst_parent); -+ else { -+ struct au_cpup_single_args args = { -+ .errp = &err, -+ .cpg = cpg, -+ .dst_parent = dst_parent -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_single, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+#endif -+ -+/* -+ * copyup the @dentry from the first active lower branch to @bdst, -+ * using au_cpup_single(). -+ */ -+static int au_cpup_simple(struct au_cp_generic *cpg) -+{ -+ int err; -+ unsigned int flags_orig; -+ struct dentry *dentry; -+ -+ AuDebugOn(cpg->bsrc < 0); -+ -+ dentry = cpg->dentry; -+ DiMustWriteLock(dentry); -+ -+ err = au_lkup_neg(dentry, cpg->bdst, /*wh*/1); -+ if (!err) { -+ flags_orig = cpg->flags; -+ au_fset_cpup(cpg->flags, RENAME); -+ err = au_cpup_single(cpg, NULL); -+ cpg->flags = flags_orig; -+ if (!err) -+ return 0; /* success */ -+ -+ /* revert */ -+ au_set_h_dptr(dentry, cpg->bdst, NULL); -+ au_set_dbtop(dentry, cpg->bsrc); -+ } -+ -+ return err; -+} -+ -+struct au_cpup_simple_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+}; -+ -+static void au_call_cpup_simple(void *args) -+{ -+ struct au_cpup_simple_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_simple(a->cpg); -+ au_pin_hdir_release(a->cpg->pin); -+} -+ -+static int au_do_sio_cpup_simple(struct au_cp_generic *cpg) -+{ -+ int err, wkq_err; -+ struct dentry *dentry, *parent; -+ struct file *h_file; -+ struct inode *h_dir; -+ -+ dentry = cpg->dentry; -+ h_file = NULL; -+ if (au_ftest_cpup(cpg->flags, HOPEN)) { -+ AuDebugOn(cpg->bsrc < 0); -+ h_file = au_h_open_pre(dentry, cpg->bsrc, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ } -+ -+ parent = dget_parent(dentry); -+ h_dir = au_h_iptr(d_inode(parent), cpg->bdst); -+ if (!au_test_h_perm_sio(h_dir, MAY_EXEC | MAY_WRITE) -+ && !au_cpup_sio_test(cpg->pin, d_inode(dentry)->i_mode)) -+ err = au_cpup_simple(cpg); -+ else { -+ struct au_cpup_simple_args args = { -+ .errp = &err, -+ .cpg = cpg -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_simple, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ dput(parent); -+ if (h_file) -+ au_h_open_post(dentry, cpg->bsrc, h_file); -+ -+out: -+ return err; -+} -+ -+int au_sio_cpup_simple(struct au_cp_generic *cpg) -+{ -+ aufs_bindex_t bsrc, bbot; -+ struct dentry *dentry, *h_dentry; -+ -+ if (cpg->bsrc < 0) { -+ dentry = cpg->dentry; -+ bbot = au_dbbot(dentry); -+ for (bsrc = cpg->bdst + 1; bsrc <= bbot; bsrc++) { -+ h_dentry = au_h_dptr(dentry, bsrc); -+ if (h_dentry) { -+ AuDebugOn(d_is_negative(h_dentry)); -+ break; -+ } -+ } -+ AuDebugOn(bsrc > bbot); -+ cpg->bsrc = bsrc; -+ } -+ AuDebugOn(cpg->bsrc <= cpg->bdst); -+ return au_do_sio_cpup_simple(cpg); -+} -+ -+int au_sio_cpdown_simple(struct au_cp_generic *cpg) -+{ -+ AuDebugOn(cpg->bdst <= cpg->bsrc); -+ return au_do_sio_cpup_simple(cpg); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * copyup the deleted file for writing. -+ */ -+static int au_do_cpup_wh(struct au_cp_generic *cpg, struct dentry *wh_dentry, -+ struct file *file) -+{ -+ int err; -+ unsigned int flags_orig; -+ aufs_bindex_t bsrc_orig; -+ struct au_dinfo *dinfo; -+ struct { -+ struct au_hdentry *hd; -+ struct dentry *h_dentry; -+ } hdst, hsrc; -+ -+ dinfo = au_di(cpg->dentry); -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ bsrc_orig = cpg->bsrc; -+ cpg->bsrc = dinfo->di_btop; -+ hdst.hd = au_hdentry(dinfo, cpg->bdst); -+ hdst.h_dentry = hdst.hd->hd_dentry; -+ hdst.hd->hd_dentry = wh_dentry; -+ dinfo->di_btop = cpg->bdst; -+ -+ hsrc.h_dentry = NULL; -+ if (file) { -+ hsrc.hd = au_hdentry(dinfo, cpg->bsrc); -+ hsrc.h_dentry = hsrc.hd->hd_dentry; -+ hsrc.hd->hd_dentry = au_hf_top(file)->f_path.dentry; -+ } -+ flags_orig = cpg->flags; -+ cpg->flags = !AuCpup_DTIME; -+ err = au_cpup_single(cpg, /*h_parent*/NULL); -+ cpg->flags = flags_orig; -+ if (file) { -+ if (!err) -+ err = au_reopen_nondir(file); -+ hsrc.hd->hd_dentry = hsrc.h_dentry; -+ } -+ hdst.hd->hd_dentry = hdst.h_dentry; -+ dinfo->di_btop = cpg->bsrc; -+ cpg->bsrc = bsrc_orig; -+ -+ return err; -+} -+ -+static int au_cpup_wh(struct au_cp_generic *cpg, struct file *file) -+{ -+ int err; -+ aufs_bindex_t bdst; -+ struct au_dtime dt; -+ struct dentry *dentry, *parent, *h_parent, *wh_dentry; -+ struct au_branch *br; -+ struct path h_path; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ br = au_sbr(dentry->d_sb, bdst); -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ wh_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out; -+ -+ h_path.dentry = h_parent; -+ h_path.mnt = au_br_mnt(br); -+ au_dtime_store(&dt, parent, &h_path); -+ err = au_do_cpup_wh(cpg, wh_dentry, file); -+ if (unlikely(err)) -+ goto out_wh; -+ -+ dget(wh_dentry); -+ h_path.dentry = wh_dentry; -+ if (!d_is_dir(wh_dentry)) { -+ /* no delegation since it is just created */ -+ err = vfsub_unlink(d_inode(h_parent), &h_path, -+ /*delegated*/NULL, /*force*/0); -+ } else -+ err = vfsub_rmdir(d_inode(h_parent), &h_path); -+ if (unlikely(err)) { -+ AuIOErr("failed remove copied-up tmp file %pd(%d)\n", -+ wh_dentry, err); -+ err = -EIO; -+ } -+ au_dtime_revert(&dt); -+ au_set_hi_wh(d_inode(dentry), bdst, wh_dentry); -+ -+out_wh: -+ dput(wh_dentry); -+out: -+ dput(parent); -+ return err; -+} -+ -+struct au_cpup_wh_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+ struct file *file; -+}; -+ -+static void au_call_cpup_wh(void *args) -+{ -+ struct au_cpup_wh_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_wh(a->cpg, a->file); -+ au_pin_hdir_release(a->cpg->pin); -+} -+ -+int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file) -+{ -+ int err, wkq_err; -+ aufs_bindex_t bdst; -+ struct dentry *dentry, *parent, *h_orph, *h_parent; -+ struct inode *dir, *h_dir, *h_tmpdir; -+ struct au_wbr *wbr; -+ struct au_pin wh_pin, *pin_orig; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ h_orph = NULL; -+ h_parent = NULL; -+ h_dir = au_igrab(au_h_iptr(dir, bdst)); -+ h_tmpdir = h_dir; -+ pin_orig = NULL; -+ if (!h_dir->i_nlink) { -+ wbr = au_sbr(dentry->d_sb, bdst)->br_wbr; -+ h_orph = wbr->wbr_orph; -+ -+ h_parent = dget(au_h_dptr(parent, bdst)); -+ au_set_h_dptr(parent, bdst, dget(h_orph)); -+ h_tmpdir = d_inode(h_orph); -+ au_set_h_iptr(dir, bdst, au_igrab(h_tmpdir), /*flags*/0); -+ -+ inode_lock_nested(h_tmpdir, AuLsc_I_PARENT3); -+ /* todo: au_h_open_pre()? */ -+ -+ pin_orig = cpg->pin; -+ au_pin_init(&wh_pin, dentry, bdst, AuLsc_DI_PARENT, -+ AuLsc_I_PARENT3, cpg->pin->udba, AuPin_DI_LOCKED); -+ cpg->pin = &wh_pin; -+ } -+ -+ if (!au_test_h_perm_sio(h_tmpdir, MAY_EXEC | MAY_WRITE) -+ && !au_cpup_sio_test(cpg->pin, d_inode(dentry)->i_mode)) -+ err = au_cpup_wh(cpg, file); -+ else { -+ struct au_cpup_wh_args args = { -+ .errp = &err, -+ .cpg = cpg, -+ .file = file -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_wh, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ if (h_orph) { -+ inode_unlock(h_tmpdir); -+ /* todo: au_h_open_post()? */ -+ au_set_h_iptr(dir, bdst, au_igrab(h_dir), /*flags*/0); -+ au_set_h_dptr(parent, bdst, h_parent); -+ AuDebugOn(!pin_orig); -+ cpg->pin = pin_orig; -+ } -+ iput(h_dir); -+ dput(parent); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * generic routine for both of copy-up and copy-down. -+ */ -+/* cf. revalidate function in file.c */ -+int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, -+ int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg), -+ void *arg) -+{ -+ int err; -+ struct au_pin pin; -+ struct dentry *d, *parent, *h_parent, *real_parent, *h_dentry; -+ -+ err = 0; -+ parent = dget_parent(dentry); -+ if (IS_ROOT(parent)) -+ goto out; -+ -+ au_pin_init(&pin, dentry, bdst, AuLsc_DI_PARENT2, AuLsc_I_PARENT2, -+ au_opt_udba(dentry->d_sb), AuPin_MNT_WRITE); -+ -+ /* do not use au_dpage */ -+ real_parent = parent; -+ while (1) { -+ dput(parent); -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ if (h_parent) -+ goto out; /* success */ -+ -+ /* find top dir which is necessary to cpup */ -+ do { -+ d = parent; -+ dput(parent); -+ parent = dget_parent(d); -+ di_read_lock_parent3(parent, !AuLock_IR); -+ h_parent = au_h_dptr(parent, bdst); -+ di_read_unlock(parent, !AuLock_IR); -+ } while (!h_parent); -+ -+ if (d != real_parent) -+ di_write_lock_child3(d); -+ -+ /* somebody else might create while we were sleeping */ -+ h_dentry = au_h_dptr(d, bdst); -+ if (!h_dentry || d_is_negative(h_dentry)) { -+ if (h_dentry) -+ au_update_dbtop(d); -+ -+ au_pin_set_dentry(&pin, d); -+ err = au_do_pin(&pin); -+ if (!err) { -+ err = cp(d, bdst, &pin, h_parent, arg); -+ au_unpin(&pin); -+ } -+ } -+ -+ if (d != real_parent) -+ di_write_unlock(d); -+ if (unlikely(err)) -+ break; -+ } -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+static int au_cpup_dir(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent __maybe_unused, -+ void *arg __maybe_unused) -+{ -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = bdst, -+ .bsrc = -1, -+ .len = 0, -+ .pin = pin, -+ .flags = AuCpup_DTIME -+ }; -+ return au_sio_cpup_simple(&cpg); -+} -+ -+int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ return au_cp_dirs(dentry, bdst, au_cpup_dir, NULL); -+} -+ -+int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ int err; -+ struct dentry *parent; -+ struct inode *dir; -+ -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ err = 0; -+ if (au_h_iptr(dir, bdst)) -+ goto out; -+ -+ di_read_unlock(parent, AuLock_IR); -+ di_write_lock_parent(parent); -+ /* someone else might change our inode while we were sleeping */ -+ if (!au_h_iptr(dir, bdst)) -+ err = au_cpup_dirs(dentry, bdst); -+ di_downgrade_lock(parent, AuLock_IR); -+ -+out: -+ dput(parent); -+ return err; -+} -diff --git a/fs/aufs/cpup.h b/fs/aufs/cpup.h -new file mode 100644 -index 0000000..ccba2c4 ---- /dev/null -+++ b/fs/aufs/cpup.h -@@ -0,0 +1,81 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * copy-up/down functions -+ */ -+ -+#ifndef __AUFS_CPUP_H__ -+#define __AUFS_CPUP_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct inode; -+struct file; -+struct au_pin; -+ -+void au_cpup_attr_flags(struct inode *dst, unsigned int iflags); -+void au_cpup_attr_timesizes(struct inode *inode); -+void au_cpup_attr_nlink(struct inode *inode, int force); -+void au_cpup_attr_changeable(struct inode *inode); -+void au_cpup_igen(struct inode *inode, struct inode *h_inode); -+void au_cpup_attr_all(struct inode *inode, int force); -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_cp_generic { -+ struct dentry *dentry; -+ aufs_bindex_t bdst, bsrc; -+ loff_t len; -+ struct au_pin *pin; -+ unsigned int flags; -+}; -+ -+/* cpup flags */ -+#define AuCpup_DTIME 1 /* do dtime_store/revert */ -+#define AuCpup_KEEPLINO (1 << 1) /* do not clear the lower xino, -+ for link(2) */ -+#define AuCpup_RENAME (1 << 2) /* rename after cpup */ -+#define AuCpup_HOPEN (1 << 3) /* call h_open_pre/post() in -+ cpup */ -+#define AuCpup_OVERWRITE (1 << 4) /* allow overwriting the -+ existing entry */ -+#define AuCpup_RWDST (1 << 5) /* force write target even if -+ the branch is marked as RO */ -+ -+#define au_ftest_cpup(flags, name) ((flags) & AuCpup_##name) -+#define au_fset_cpup(flags, name) \ -+ do { (flags) |= AuCpup_##name; } while (0) -+#define au_fclr_cpup(flags, name) \ -+ do { (flags) &= ~AuCpup_##name; } while (0) -+ -+int au_copy_file(struct file *dst, struct file *src, loff_t len); -+int au_sio_cpup_simple(struct au_cp_generic *cpg); -+int au_sio_cpdown_simple(struct au_cp_generic *cpg); -+int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file); -+ -+int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, -+ int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg), -+ void *arg); -+int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* keep timestamps when copyup */ -+struct au_dtime { -+ struct dentry *dt_dentry; -+ struct path dt_h_path; -+ struct timespec dt_atime, dt_mtime; -+}; -+void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, -+ struct path *h_path); -+void au_dtime_revert(struct au_dtime *dt); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_CPUP_H__ */ -diff --git a/fs/aufs/dbgaufs.c b/fs/aufs/dbgaufs.c -new file mode 100644 -index 0000000..4db01e8 ---- /dev/null -+++ b/fs/aufs/dbgaufs.c -@@ -0,0 +1,425 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * debugfs interface -+ */ -+ -+#include -+#include "aufs.h" -+ -+#ifndef CONFIG_SYSFS -+#error DEBUG_FS depends upon SYSFS -+#endif -+ -+static struct dentry *dbgaufs; -+static const mode_t dbgaufs_mode = S_IRUSR | S_IRGRP | S_IROTH; -+ -+/* 20 is max digits length of ulong 64 */ -+struct dbgaufs_arg { -+ int n; -+ char a[20 * 4]; -+}; -+ -+/* -+ * common function for all XINO files -+ */ -+static int dbgaufs_xi_release(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ au_delayed_kfree(file->private_data); -+ return 0; -+} -+ -+static int dbgaufs_xi_open(struct file *xf, struct file *file, int do_fcnt) -+{ -+ int err; -+ struct kstat st; -+ struct dbgaufs_arg *p; -+ -+ err = -ENOMEM; -+ p = kmalloc(sizeof(*p), GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = 0; -+ p->n = 0; -+ file->private_data = p; -+ if (!xf) -+ goto out; -+ -+ err = vfs_getattr(&xf->f_path, &st); -+ if (!err) { -+ if (do_fcnt) -+ p->n = snprintf -+ (p->a, sizeof(p->a), "%ld, %llux%lu %lld\n", -+ (long)file_count(xf), st.blocks, st.blksize, -+ (long long)st.size); -+ else -+ p->n = snprintf(p->a, sizeof(p->a), "%llux%lu %lld\n", -+ st.blocks, st.blksize, -+ (long long)st.size); -+ AuDebugOn(p->n >= sizeof(p->a)); -+ } else { -+ p->n = snprintf(p->a, sizeof(p->a), "err %d\n", err); -+ err = 0; -+ } -+ -+out: -+ return err; -+ -+} -+ -+static ssize_t dbgaufs_xi_read(struct file *file, char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ struct dbgaufs_arg *p; -+ -+ p = file->private_data; -+ return simple_read_from_buffer(buf, count, ppos, p->a, p->n); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dbgaufs_plink_arg { -+ int n; -+ char a[]; -+}; -+ -+static int dbgaufs_plink_release(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ au_delayed_free_page((unsigned long)file->private_data); -+ return 0; -+} -+ -+static int dbgaufs_plink_open(struct inode *inode, struct file *file) -+{ -+ int err, i, limit; -+ unsigned long n, sum; -+ struct dbgaufs_plink_arg *p; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct au_sphlhead *sphl; -+ -+ err = -ENOMEM; -+ p = (void *)get_zeroed_page(GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = -EFBIG; -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ limit = PAGE_SIZE - sizeof(p->n); -+ -+ /* the number of buckets */ -+ n = snprintf(p->a + p->n, limit, "%d\n", AuPlink_NHASH); -+ p->n += n; -+ limit -= n; -+ -+ sum = 0; -+ for (i = 0, sphl = sbinfo->si_plink; -+ i < AuPlink_NHASH; -+ i++, sphl++) { -+ n = au_sphl_count(sphl); -+ sum += n; -+ -+ n = snprintf(p->a + p->n, limit, "%lu ", n); -+ p->n += n; -+ limit -= n; -+ if (unlikely(limit <= 0)) -+ goto out_free; -+ } -+ p->a[p->n - 1] = '\n'; -+ -+ /* the sum of plinks */ -+ n = snprintf(p->a + p->n, limit, "%lu\n", sum); -+ p->n += n; -+ limit -= n; -+ if (unlikely(limit <= 0)) -+ goto out_free; -+ } else { -+#define str "1\n0\n0\n" -+ p->n = sizeof(str) - 1; -+ strcpy(p->a, str); -+#undef str -+ } -+ si_read_unlock(sb); -+ -+ err = 0; -+ file->private_data = p; -+ goto out; /* success */ -+ -+out_free: -+ au_delayed_free_page((unsigned long)p); -+out: -+ return err; -+} -+ -+static ssize_t dbgaufs_plink_read(struct file *file, char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ struct dbgaufs_plink_arg *p; -+ -+ p = file->private_data; -+ return simple_read_from_buffer(buf, count, ppos, p->a, p->n); -+} -+ -+static const struct file_operations dbgaufs_plink_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_plink_open, -+ .release = dbgaufs_plink_release, -+ .read = dbgaufs_plink_read -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int dbgaufs_xib_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ err = dbgaufs_xi_open(sbinfo->si_xib, file, /*do_fcnt*/0); -+ si_read_unlock(sb); -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xib_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xib_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define DbgaufsXi_PREFIX "xi" -+ -+static int dbgaufs_xino_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ long l; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct file *xf; -+ struct qstr *name; -+ -+ err = -ENOENT; -+ xf = NULL; -+ name = &file->f_path.dentry->d_name; -+ if (unlikely(name->len < sizeof(DbgaufsXi_PREFIX) -+ || memcmp(name->name, DbgaufsXi_PREFIX, -+ sizeof(DbgaufsXi_PREFIX) - 1))) -+ goto out; -+ err = kstrtol(name->name + sizeof(DbgaufsXi_PREFIX) - 1, 10, &l); -+ if (unlikely(err)) -+ goto out; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ if (l <= au_sbbot(sb)) { -+ xf = au_sbr(sb, (aufs_bindex_t)l)->br_xino.xi_file; -+ err = dbgaufs_xi_open(xf, file, /*do_fcnt*/1); -+ } else -+ err = -ENOENT; -+ si_read_unlock(sb); -+ -+out: -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xino_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xino_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ aufs_bindex_t bbot; -+ struct au_branch *br; -+ struct au_xino_file *xi; -+ -+ if (!au_sbi(sb)->si_dbgaufs) -+ return; -+ -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ xi = &br->br_xino; -+ /* debugfs acquires the parent i_mutex */ -+ lockdep_off(); -+ debugfs_remove(xi->xi_dbgaufs); -+ lockdep_on(); -+ xi->xi_dbgaufs = NULL; -+ } -+} -+ -+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_sbinfo *sbinfo; -+ struct dentry *parent; -+ struct au_branch *br; -+ struct au_xino_file *xi; -+ aufs_bindex_t bbot; -+ char name[sizeof(DbgaufsXi_PREFIX) + 5]; /* "xi" bindex NULL */ -+ -+ sbinfo = au_sbi(sb); -+ parent = sbinfo->si_dbgaufs; -+ if (!parent) -+ return; -+ -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ snprintf(name, sizeof(name), DbgaufsXi_PREFIX "%d", bindex); -+ br = au_sbr(sb, bindex); -+ xi = &br->br_xino; -+ AuDebugOn(xi->xi_dbgaufs); -+ /* debugfs acquires the parent i_mutex */ -+ lockdep_off(); -+ xi->xi_dbgaufs = debugfs_create_file(name, dbgaufs_mode, parent, -+ sbinfo, &dbgaufs_xino_fop); -+ lockdep_on(); -+ /* ignore an error */ -+ if (unlikely(!xi->xi_dbgaufs)) -+ AuWarn1("failed %s under debugfs\n", name); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+static int dbgaufs_xigen_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ err = dbgaufs_xi_open(sbinfo->si_xigen, file, /*do_fcnt*/0); -+ si_read_unlock(sb); -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xigen_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xigen_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ err = -EIO; -+ sbinfo->si_dbgaufs_xigen = debugfs_create_file -+ ("xigen", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_xigen_fop); -+ if (sbinfo->si_dbgaufs_xigen) -+ err = 0; -+ -+ return err; -+} -+#else -+static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) -+{ -+ return 0; -+} -+#endif /* CONFIG_AUFS_EXPORT */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+void dbgaufs_si_fin(struct au_sbinfo *sbinfo) -+{ -+ /* -+ * This function is a dynamic '__fin' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ debugfs_remove_recursive(sbinfo->si_dbgaufs); -+ sbinfo->si_dbgaufs = NULL; -+ kobject_put(&sbinfo->si_kobj); -+} -+ -+int dbgaufs_si_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ char name[SysaufsSiNameLen]; -+ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ err = -ENOENT; -+ if (!dbgaufs) { -+ AuErr1("/debug/aufs is uninitialized\n"); -+ goto out; -+ } -+ -+ err = -EIO; -+ sysaufs_name(sbinfo, name); -+ sbinfo->si_dbgaufs = debugfs_create_dir(name, dbgaufs); -+ if (unlikely(!sbinfo->si_dbgaufs)) -+ goto out; -+ kobject_get(&sbinfo->si_kobj); -+ -+ sbinfo->si_dbgaufs_xib = debugfs_create_file -+ ("xib", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_xib_fop); -+ if (unlikely(!sbinfo->si_dbgaufs_xib)) -+ goto out_dir; -+ -+ sbinfo->si_dbgaufs_plink = debugfs_create_file -+ ("plink", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_plink_fop); -+ if (unlikely(!sbinfo->si_dbgaufs_plink)) -+ goto out_dir; -+ -+ err = dbgaufs_xigen_init(sbinfo); -+ if (!err) -+ goto out; /* success */ -+ -+out_dir: -+ dbgaufs_si_fin(sbinfo); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void dbgaufs_fin(void) -+{ -+ debugfs_remove(dbgaufs); -+} -+ -+int __init dbgaufs_init(void) -+{ -+ int err; -+ -+ err = -EIO; -+ dbgaufs = debugfs_create_dir(AUFS_NAME, NULL); -+ if (dbgaufs) -+ err = 0; -+ return err; -+} -diff --git a/fs/aufs/dbgaufs.h b/fs/aufs/dbgaufs.h -new file mode 100644 -index 0000000..81f272e ---- /dev/null -+++ b/fs/aufs/dbgaufs.h -@@ -0,0 +1,35 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * debugfs interface -+ */ -+ -+#ifndef __DBGAUFS_H__ -+#define __DBGAUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+struct super_block; -+struct au_sbinfo; -+ -+#ifdef CONFIG_DEBUG_FS -+/* dbgaufs.c */ -+void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); -+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex); -+void dbgaufs_si_fin(struct au_sbinfo *sbinfo); -+int dbgaufs_si_init(struct au_sbinfo *sbinfo); -+void dbgaufs_fin(void); -+int __init dbgaufs_init(void); -+#else -+AuStubVoid(dbgaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(dbgaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(dbgaufs_si_fin, struct au_sbinfo *sbinfo) -+AuStubInt0(dbgaufs_si_init, struct au_sbinfo *sbinfo) -+AuStubVoid(dbgaufs_fin, void) -+AuStubInt0(__init dbgaufs_init, void) -+#endif /* CONFIG_DEBUG_FS */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __DBGAUFS_H__ */ -diff --git a/fs/aufs/dcsub.c b/fs/aufs/dcsub.c -new file mode 100644 -index 0000000..5d46398 ---- /dev/null -+++ b/fs/aufs/dcsub.c -@@ -0,0 +1,212 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for dentry cache -+ */ -+ -+#include "aufs.h" -+ -+static void au_dpage_free(struct au_dpage *dpage) -+{ -+ int i; -+ struct dentry **p; -+ -+ p = dpage->dentries; -+ for (i = 0; i < dpage->ndentry; i++) -+ dput(*p++); -+ au_delayed_free_page((unsigned long)dpage->dentries); -+} -+ -+int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp) -+{ -+ int err; -+ void *p; -+ -+ err = -ENOMEM; -+ dpages->dpages = kmalloc(sizeof(*dpages->dpages), gfp); -+ if (unlikely(!dpages->dpages)) -+ goto out; -+ -+ p = (void *)__get_free_page(gfp); -+ if (unlikely(!p)) -+ goto out_dpages; -+ -+ dpages->dpages[0].ndentry = 0; -+ dpages->dpages[0].dentries = p; -+ dpages->ndpage = 1; -+ return 0; /* success */ -+ -+out_dpages: -+ au_delayed_kfree(dpages->dpages); -+out: -+ return err; -+} -+ -+void au_dpages_free(struct au_dcsub_pages *dpages) -+{ -+ int i; -+ struct au_dpage *p; -+ -+ p = dpages->dpages; -+ for (i = 0; i < dpages->ndpage; i++) -+ au_dpage_free(p++); -+ au_delayed_kfree(dpages->dpages); -+} -+ -+static int au_dpages_append(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, gfp_t gfp) -+{ -+ int err, sz; -+ struct au_dpage *dpage; -+ void *p; -+ -+ dpage = dpages->dpages + dpages->ndpage - 1; -+ sz = PAGE_SIZE / sizeof(dentry); -+ if (unlikely(dpage->ndentry >= sz)) { -+ AuLabel(new dpage); -+ err = -ENOMEM; -+ sz = dpages->ndpage * sizeof(*dpages->dpages); -+ p = au_kzrealloc(dpages->dpages, sz, -+ sz + sizeof(*dpages->dpages), gfp, -+ /*may_shrink*/0); -+ if (unlikely(!p)) -+ goto out; -+ -+ dpages->dpages = p; -+ dpage = dpages->dpages + dpages->ndpage; -+ p = (void *)__get_free_page(gfp); -+ if (unlikely(!p)) -+ goto out; -+ -+ dpage->ndentry = 0; -+ dpage->dentries = p; -+ dpages->ndpage++; -+ } -+ -+ AuDebugOn(au_dcount(dentry) <= 0); -+ dpage->dentries[dpage->ndentry++] = dget_dlock(dentry); -+ return 0; /* success */ -+ -+out: -+ return err; -+} -+ -+/* todo: BAD approach */ -+/* copied from linux/fs/dcache.c */ -+enum d_walk_ret { -+ D_WALK_CONTINUE, -+ D_WALK_QUIT, -+ D_WALK_NORETRY, -+ D_WALK_SKIP, -+}; -+ -+extern void d_walk(struct dentry *parent, void *data, -+ enum d_walk_ret (*enter)(void *, struct dentry *), -+ void (*finish)(void *)); -+ -+struct ac_dpages_arg { -+ int err; -+ struct au_dcsub_pages *dpages; -+ struct super_block *sb; -+ au_dpages_test test; -+ void *arg; -+}; -+ -+static enum d_walk_ret au_call_dpages_append(void *_arg, struct dentry *dentry) -+{ -+ enum d_walk_ret ret; -+ struct ac_dpages_arg *arg = _arg; -+ -+ ret = D_WALK_CONTINUE; -+ if (dentry->d_sb == arg->sb -+ && !IS_ROOT(dentry) -+ && au_dcount(dentry) > 0 -+ && au_di(dentry) -+ && (!arg->test || arg->test(dentry, arg->arg))) { -+ arg->err = au_dpages_append(arg->dpages, dentry, GFP_ATOMIC); -+ if (unlikely(arg->err)) -+ ret = D_WALK_QUIT; -+ } -+ -+ return ret; -+} -+ -+int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, -+ au_dpages_test test, void *arg) -+{ -+ struct ac_dpages_arg args = { -+ .err = 0, -+ .dpages = dpages, -+ .sb = root->d_sb, -+ .test = test, -+ .arg = arg -+ }; -+ -+ d_walk(root, &args, au_call_dpages_append, NULL); -+ -+ return args.err; -+} -+ -+int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, -+ int do_include, au_dpages_test test, void *arg) -+{ -+ int err; -+ -+ err = 0; -+ write_seqlock(&rename_lock); -+ spin_lock(&dentry->d_lock); -+ if (do_include -+ && au_dcount(dentry) > 0 -+ && (!test || test(dentry, arg))) -+ err = au_dpages_append(dpages, dentry, GFP_ATOMIC); -+ spin_unlock(&dentry->d_lock); -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * RCU for vfsmount is unnecessary since this is a traverse in a single -+ * mount -+ */ -+ while (!IS_ROOT(dentry)) { -+ dentry = dentry->d_parent; /* rename_lock is locked */ -+ spin_lock(&dentry->d_lock); -+ if (au_dcount(dentry) > 0 -+ && (!test || test(dentry, arg))) -+ err = au_dpages_append(dpages, dentry, GFP_ATOMIC); -+ spin_unlock(&dentry->d_lock); -+ if (unlikely(err)) -+ break; -+ } -+ -+out: -+ write_sequnlock(&rename_lock); -+ return err; -+} -+ -+static inline int au_dcsub_dpages_aufs(struct dentry *dentry, void *arg) -+{ -+ return au_di(dentry) && dentry->d_sb == arg; -+} -+ -+int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, int do_include) -+{ -+ return au_dcsub_pages_rev(dpages, dentry, do_include, -+ au_dcsub_dpages_aufs, dentry->d_sb); -+} -+ -+int au_test_subdir(struct dentry *d1, struct dentry *d2) -+{ -+ struct path path[2] = { -+ { -+ .dentry = d1 -+ }, -+ { -+ .dentry = d2 -+ } -+ }; -+ -+ return path_is_under(path + 0, path + 1); -+} -diff --git a/fs/aufs/dcsub.h b/fs/aufs/dcsub.h -new file mode 100644 -index 0000000..5d2cf66 ---- /dev/null -+++ b/fs/aufs/dcsub.h -@@ -0,0 +1,123 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for dentry cache -+ */ -+ -+#ifndef __AUFS_DCSUB_H__ -+#define __AUFS_DCSUB_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+ -+struct au_dpage { -+ int ndentry; -+ struct dentry **dentries; -+}; -+ -+struct au_dcsub_pages { -+ int ndpage; -+ struct au_dpage *dpages; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dcsub.c */ -+int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp); -+void au_dpages_free(struct au_dcsub_pages *dpages); -+typedef int (*au_dpages_test)(struct dentry *dentry, void *arg); -+int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, -+ au_dpages_test test, void *arg); -+int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, -+ int do_include, au_dpages_test test, void *arg); -+int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, int do_include); -+int au_test_subdir(struct dentry *d1, struct dentry *d2); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * todo: in linux-3.13, several similar (but faster) helpers are added to -+ * include/linux/dcache.h. Try them (in the future). -+ */ -+ -+static inline int au_d_hashed_positive(struct dentry *d) -+{ -+ int err; -+ struct inode *inode = d_inode(d); -+ -+ err = 0; -+ if (unlikely(d_unhashed(d) -+ || d_is_negative(d) -+ || !inode->i_nlink)) -+ err = -ENOENT; -+ return err; -+} -+ -+static inline int au_d_linkable(struct dentry *d) -+{ -+ int err; -+ struct inode *inode = d_inode(d); -+ -+ err = au_d_hashed_positive(d); -+ if (err -+ && d_is_positive(d) -+ && (inode->i_state & I_LINKABLE)) -+ err = 0; -+ return err; -+} -+ -+static inline int au_d_alive(struct dentry *d) -+{ -+ int err; -+ struct inode *inode; -+ -+ err = 0; -+ if (!IS_ROOT(d)) -+ err = au_d_hashed_positive(d); -+ else { -+ inode = d_inode(d); -+ if (unlikely(d_unlinked(d) -+ || d_is_negative(d) -+ || !inode->i_nlink)) -+ err = -ENOENT; -+ } -+ return err; -+} -+ -+static inline int au_alive_dir(struct dentry *d) -+{ -+ int err; -+ -+ err = au_d_alive(d); -+ if (unlikely(err || IS_DEADDIR(d_inode(d)))) -+ err = -ENOENT; -+ return err; -+} -+ -+static inline int au_qstreq(struct qstr *a, struct qstr *b) -+{ -+ return a->len == b->len -+ && !memcmp(a->name, b->name, a->len); -+} -+ -+/* -+ * by the commit -+ * 360f547 2015-01-25 dcache: let the dentry count go down to zero without -+ * taking d_lock -+ * the type of d_lockref.count became int, but the inlined function d_count() -+ * still returns unsigned int. -+ * I don't know why. Maybe it is for every d_count() users? -+ * Anyway au_dcount() lives on. -+ */ -+static inline int au_dcount(struct dentry *d) -+{ -+ return (int)d_count(d); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DCSUB_H__ */ -diff --git a/fs/aufs/debug.c b/fs/aufs/debug.c -new file mode 100644 -index 0000000..443fee3 ---- /dev/null -+++ b/fs/aufs/debug.c -@@ -0,0 +1,427 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * debug print functions -+ */ -+ -+#include "aufs.h" -+ -+/* Returns 0, or -errno. arg is in kp->arg. */ -+static int param_atomic_t_set(const char *val, const struct kernel_param *kp) -+{ -+ int err, n; -+ -+ err = kstrtoint(val, 0, &n); -+ if (!err) { -+ if (n > 0) -+ au_debug_on(); -+ else -+ au_debug_off(); -+ } -+ return err; -+} -+ -+/* Returns length written or -errno. Buffer is 4k (ie. be short!) */ -+static int param_atomic_t_get(char *buffer, const struct kernel_param *kp) -+{ -+ atomic_t *a; -+ -+ a = kp->arg; -+ return sprintf(buffer, "%d", atomic_read(a)); -+} -+ -+static struct kernel_param_ops param_ops_atomic_t = { -+ .set = param_atomic_t_set, -+ .get = param_atomic_t_get -+ /* void (*free)(void *arg) */ -+}; -+ -+atomic_t aufs_debug = ATOMIC_INIT(0); -+MODULE_PARM_DESC(debug, "debug print"); -+module_param_named(debug, aufs_debug, atomic_t, S_IRUGO | S_IWUSR | S_IWGRP); -+ -+DEFINE_MUTEX(au_dbg_mtx); /* just to serialize the dbg msgs */ -+char *au_plevel = KERN_DEBUG; -+#define dpri(fmt, ...) do { \ -+ if ((au_plevel \ -+ && strcmp(au_plevel, KERN_DEBUG)) \ -+ || au_debug_test()) \ -+ printk("%s" fmt, au_plevel, ##__VA_ARGS__); \ -+} while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_dpri_whlist(struct au_nhash *whlist) -+{ -+ unsigned long ul, n; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (ul = 0; ul < n; ul++) { -+ hlist_for_each_entry(pos, head, wh_hash) -+ dpri("b%d, %.*s, %d\n", -+ pos->wh_bindex, -+ pos->wh_str.len, pos->wh_str.name, -+ pos->wh_str.len); -+ head++; -+ } -+} -+ -+void au_dpri_vdir(struct au_vdir *vdir) -+{ -+ unsigned long ul; -+ union au_vdir_deblk_p p; -+ unsigned char *o; -+ -+ if (!vdir || IS_ERR(vdir)) { -+ dpri("err %ld\n", PTR_ERR(vdir)); -+ return; -+ } -+ -+ dpri("deblk %u, nblk %lu, deblk %p, last{%lu, %p}, ver %lu\n", -+ vdir->vd_deblk_sz, vdir->vd_nblk, vdir->vd_deblk, -+ vdir->vd_last.ul, vdir->vd_last.p.deblk, vdir->vd_version); -+ for (ul = 0; ul < vdir->vd_nblk; ul++) { -+ p.deblk = vdir->vd_deblk[ul]; -+ o = p.deblk; -+ dpri("[%lu]: %p\n", ul, o); -+ } -+} -+ -+static int do_pri_inode(aufs_bindex_t bindex, struct inode *inode, int hn, -+ struct dentry *wh) -+{ -+ char *n = NULL; -+ int l = 0; -+ -+ if (!inode || IS_ERR(inode)) { -+ dpri("i%d: err %ld\n", bindex, PTR_ERR(inode)); -+ return -1; -+ } -+ -+ /* the type of i_blocks depends upon CONFIG_LBDAF */ -+ BUILD_BUG_ON(sizeof(inode->i_blocks) != sizeof(unsigned long) -+ && sizeof(inode->i_blocks) != sizeof(u64)); -+ if (wh) { -+ n = (void *)wh->d_name.name; -+ l = wh->d_name.len; -+ } -+ -+ dpri("i%d: %p, i%lu, %s, cnt %d, nl %u, 0%o, sz %llu, blk %llu," -+ " hn %d, ct %lld, np %lu, st 0x%lx, f 0x%x, v %llu, g %x%s%.*s\n", -+ bindex, inode, -+ inode->i_ino, inode->i_sb ? au_sbtype(inode->i_sb) : "??", -+ atomic_read(&inode->i_count), inode->i_nlink, inode->i_mode, -+ i_size_read(inode), (unsigned long long)inode->i_blocks, -+ hn, (long long)timespec_to_ns(&inode->i_ctime) & 0x0ffff, -+ inode->i_mapping ? inode->i_mapping->nrpages : 0, -+ inode->i_state, inode->i_flags, inode->i_version, -+ inode->i_generation, -+ l ? ", wh " : "", l, n); -+ return 0; -+} -+ -+void au_dpri_inode(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ aufs_bindex_t bindex; -+ int err, hn; -+ -+ err = do_pri_inode(-1, inode, -1, NULL); -+ if (err || !au_test_aufs(inode->i_sb) || au_is_bad_inode(inode)) -+ return; -+ -+ iinfo = au_ii(inode); -+ dpri("i-1: btop %d, bbot %d, gen %d\n", -+ iinfo->ii_btop, iinfo->ii_bbot, au_iigen(inode, NULL)); -+ if (iinfo->ii_btop < 0) -+ return; -+ hn = 0; -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; bindex++) { -+ hi = au_hinode(iinfo, bindex); -+ hn = !!au_hn(hi); -+ do_pri_inode(bindex, hi->hi_inode, hn, hi->hi_whdentry); -+ } -+} -+ -+void au_dpri_dalias(struct inode *inode) -+{ -+ struct dentry *d; -+ -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) -+ au_dpri_dentry(d); -+ spin_unlock(&inode->i_lock); -+} -+ -+static int do_pri_dentry(aufs_bindex_t bindex, struct dentry *dentry) -+{ -+ struct dentry *wh = NULL; -+ int hn; -+ struct inode *inode; -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ -+ if (!dentry || IS_ERR(dentry)) { -+ dpri("d%d: err %ld\n", bindex, PTR_ERR(dentry)); -+ return -1; -+ } -+ /* do not call dget_parent() here */ -+ /* note: access d_xxx without d_lock */ -+ dpri("d%d: %p, %pd2?, %s, cnt %d, flags 0x%x, %shashed\n", -+ bindex, dentry, dentry, -+ dentry->d_sb ? au_sbtype(dentry->d_sb) : "??", -+ au_dcount(dentry), dentry->d_flags, -+ d_unhashed(dentry) ? "un" : ""); -+ hn = -1; -+ inode = NULL; -+ if (d_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (inode -+ && au_test_aufs(dentry->d_sb) -+ && bindex >= 0 -+ && !au_is_bad_inode(inode)) { -+ iinfo = au_ii(inode); -+ hi = au_hinode(iinfo, bindex); -+ hn = !!au_hn(hi); -+ wh = hi->hi_whdentry; -+ } -+ do_pri_inode(bindex, inode, hn, wh); -+ return 0; -+} -+ -+void au_dpri_dentry(struct dentry *dentry) -+{ -+ struct au_dinfo *dinfo; -+ aufs_bindex_t bindex; -+ int err; -+ -+ err = do_pri_dentry(-1, dentry); -+ if (err || !au_test_aufs(dentry->d_sb)) -+ return; -+ -+ dinfo = au_di(dentry); -+ if (!dinfo) -+ return; -+ dpri("d-1: btop %d, bbot %d, bwh %d, bdiropq %d, gen %d, tmp %d\n", -+ dinfo->di_btop, dinfo->di_bbot, -+ dinfo->di_bwh, dinfo->di_bdiropq, au_digen(dentry), -+ dinfo->di_tmpfile); -+ if (dinfo->di_btop < 0) -+ return; -+ for (bindex = dinfo->di_btop; bindex <= dinfo->di_bbot; bindex++) -+ do_pri_dentry(bindex, au_hdentry(dinfo, bindex)->hd_dentry); -+} -+ -+static int do_pri_file(aufs_bindex_t bindex, struct file *file) -+{ -+ char a[32]; -+ -+ if (!file || IS_ERR(file)) { -+ dpri("f%d: err %ld\n", bindex, PTR_ERR(file)); -+ return -1; -+ } -+ a[0] = 0; -+ if (bindex < 0 -+ && !IS_ERR_OR_NULL(file->f_path.dentry) -+ && au_test_aufs(file->f_path.dentry->d_sb) -+ && au_fi(file)) -+ snprintf(a, sizeof(a), ", gen %d, mmapped %d", -+ au_figen(file), atomic_read(&au_fi(file)->fi_mmapped)); -+ dpri("f%d: mode 0x%x, flags 0%o, cnt %ld, v %llu, pos %llu%s\n", -+ bindex, file->f_mode, file->f_flags, (long)file_count(file), -+ file->f_version, file->f_pos, a); -+ if (!IS_ERR_OR_NULL(file->f_path.dentry)) -+ do_pri_dentry(bindex, file->f_path.dentry); -+ return 0; -+} -+ -+void au_dpri_file(struct file *file) -+{ -+ struct au_finfo *finfo; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ aufs_bindex_t bindex; -+ int err; -+ -+ err = do_pri_file(-1, file); -+ if (err -+ || IS_ERR_OR_NULL(file->f_path.dentry) -+ || !au_test_aufs(file->f_path.dentry->d_sb)) -+ return; -+ -+ finfo = au_fi(file); -+ if (!finfo) -+ return; -+ if (finfo->fi_btop < 0) -+ return; -+ fidir = finfo->fi_hdir; -+ if (!fidir) -+ do_pri_file(finfo->fi_btop, finfo->fi_htop.hf_file); -+ else -+ for (bindex = finfo->fi_btop; -+ bindex >= 0 && bindex <= fidir->fd_bbot; -+ bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ do_pri_file(bindex, hfile ? hfile->hf_file : NULL); -+ } -+} -+ -+static int do_pri_br(aufs_bindex_t bindex, struct au_branch *br) -+{ -+ struct vfsmount *mnt; -+ struct super_block *sb; -+ -+ if (!br || IS_ERR(br)) -+ goto out; -+ mnt = au_br_mnt(br); -+ if (!mnt || IS_ERR(mnt)) -+ goto out; -+ sb = mnt->mnt_sb; -+ if (!sb || IS_ERR(sb)) -+ goto out; -+ -+ dpri("s%d: {perm 0x%x, id %d, cnt %lld, wbr %p}, " -+ "%s, dev 0x%02x%02x, flags 0x%lx, cnt %d, active %d, " -+ "xino %d\n", -+ bindex, br->br_perm, br->br_id, au_br_count(br), -+ br->br_wbr, au_sbtype(sb), MAJOR(sb->s_dev), MINOR(sb->s_dev), -+ sb->s_flags, sb->s_count, -+ atomic_read(&sb->s_active), !!br->br_xino.xi_file); -+ return 0; -+ -+out: -+ dpri("s%d: err %ld\n", bindex, PTR_ERR(br)); -+ return -1; -+} -+ -+void au_dpri_sb(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ aufs_bindex_t bindex; -+ int err; -+ /* to reuduce stack size */ -+ struct { -+ struct vfsmount mnt; -+ struct au_branch fake; -+ } *a; -+ -+ /* this function can be called from magic sysrq */ -+ a = kzalloc(sizeof(*a), GFP_ATOMIC); -+ if (unlikely(!a)) { -+ dpri("no memory\n"); -+ return; -+ } -+ -+ a->mnt.mnt_sb = sb; -+ a->fake.br_path.mnt = &a->mnt; -+ au_br_count_init(&a->fake); -+ err = do_pri_br(-1, &a->fake); -+ au_br_count_fin(&a->fake); -+ au_delayed_kfree(a); -+ dpri("dev 0x%x\n", sb->s_dev); -+ if (err || !au_test_aufs(sb)) -+ return; -+ -+ sbinfo = au_sbi(sb); -+ if (!sbinfo) -+ return; -+ dpri("nw %d, gen %u, kobj %d\n", -+ atomic_read(&sbinfo->si_nowait.nw_len), sbinfo->si_generation, -+ atomic_read(&sbinfo->si_kobj.kref.refcount)); -+ for (bindex = 0; bindex <= sbinfo->si_bbot; bindex++) -+ do_pri_br(bindex, sbinfo->si_branch[0 + bindex]); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line) -+{ -+ struct inode *h_inode, *inode = d_inode(dentry); -+ struct dentry *h_dentry; -+ aufs_bindex_t bindex, bbot, bi; -+ -+ if (!inode /* || au_di(dentry)->di_lsc == AuLsc_DI_TMP */) -+ return; -+ -+ bbot = au_dbbot(dentry); -+ bi = au_ibbot(inode); -+ if (bi < bbot) -+ bbot = bi; -+ bindex = au_dbtop(dentry); -+ bi = au_ibtop(inode); -+ if (bi > bindex) -+ bindex = bi; -+ -+ for (; bindex <= bbot; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(h_inode != d_inode(h_dentry))) { -+ au_debug_on(); -+ AuDbg("b%d, %s:%d\n", bindex, func, line); -+ AuDbgDentry(dentry); -+ AuDbgInode(inode); -+ au_debug_off(); -+ BUG(); -+ } -+ } -+} -+ -+void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen) -+{ -+ int err, i, j; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ AuDebugOn(err); -+ err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/1); -+ AuDebugOn(err); -+ for (i = dpages.ndpage - 1; !err && i >= 0; i--) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ for (j = dpage->ndentry - 1; !err && j >= 0; j--) -+ AuDebugOn(au_digen_test(dentries[j], sigen)); -+ } -+ au_dpages_free(&dpages); -+} -+ -+void au_dbg_verify_kthread(void) -+{ -+ if (au_wkq_test()) { -+ au_dbg_blocked(); -+ /* -+ * It may be recursive, but udba=notify between two aufs mounts, -+ * where a single ro branch is shared, is not a problem. -+ */ -+ /* WARN_ON(1); */ -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int __init au_debug_init(void) -+{ -+ aufs_bindex_t bindex; -+ struct au_vdir_destr destr; -+ -+ bindex = -1; -+ AuDebugOn(bindex >= 0); -+ -+ destr.len = -1; -+ AuDebugOn(destr.len < NAME_MAX); -+ -+#ifdef CONFIG_4KSTACKS -+ pr_warn("CONFIG_4KSTACKS is defined.\n"); -+#endif -+ -+ return 0; -+} -diff --git a/fs/aufs/debug.h b/fs/aufs/debug.h -new file mode 100644 -index 0000000..0567f31 ---- /dev/null -+++ b/fs/aufs/debug.h -@@ -0,0 +1,212 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * debug print functions -+ */ -+ -+#ifndef __AUFS_DEBUG_H__ -+#define __AUFS_DEBUG_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define AuDebugOn(a) BUG_ON(a) -+ -+/* module parameter */ -+extern atomic_t aufs_debug; -+static inline void au_debug_on(void) -+{ -+ atomic_inc(&aufs_debug); -+} -+static inline void au_debug_off(void) -+{ -+ atomic_dec_if_positive(&aufs_debug); -+} -+ -+static inline int au_debug_test(void) -+{ -+ return atomic_read(&aufs_debug) > 0; -+} -+#else -+#define AuDebugOn(a) do {} while (0) -+AuStubVoid(au_debug_on, void) -+AuStubVoid(au_debug_off, void) -+AuStubInt0(au_debug_test, void) -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+#define param_check_atomic_t(name, p) __param_check(name, p, atomic_t) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* debug print */ -+ -+#define AuDbg(fmt, ...) do { \ -+ if (au_debug_test()) \ -+ pr_debug("DEBUG: " fmt, ##__VA_ARGS__); \ -+} while (0) -+#define AuLabel(l) AuDbg(#l "\n") -+#define AuIOErr(fmt, ...) pr_err("I/O Error, " fmt, ##__VA_ARGS__) -+#define AuWarn1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ pr_warn(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuErr1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ pr_err(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuIOErr1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ AuIOErr(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuUnsupportMsg "This operation is not supported." \ -+ " Please report this application to aufs-users ML." -+#define AuUnsupport(fmt, ...) do { \ -+ pr_err(AuUnsupportMsg "\n" fmt, ##__VA_ARGS__); \ -+ dump_stack(); \ -+} while (0) -+ -+#define AuTraceErr(e) do { \ -+ if (unlikely((e) < 0)) \ -+ AuDbg("err %d\n", (int)(e)); \ -+} while (0) -+ -+#define AuTraceErrPtr(p) do { \ -+ if (IS_ERR(p)) \ -+ AuDbg("err %ld\n", PTR_ERR(p)); \ -+} while (0) -+ -+/* dirty macros for debug print, use with "%.*s" and caution */ -+#define AuLNPair(qstr) (qstr)->len, (qstr)->name -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry; -+#ifdef CONFIG_AUFS_DEBUG -+extern struct mutex au_dbg_mtx; -+extern char *au_plevel; -+struct au_nhash; -+void au_dpri_whlist(struct au_nhash *whlist); -+struct au_vdir; -+void au_dpri_vdir(struct au_vdir *vdir); -+struct inode; -+void au_dpri_inode(struct inode *inode); -+void au_dpri_dalias(struct inode *inode); -+void au_dpri_dentry(struct dentry *dentry); -+struct file; -+void au_dpri_file(struct file *filp); -+struct super_block; -+void au_dpri_sb(struct super_block *sb); -+ -+#define au_dbg_verify_dinode(d) __au_dbg_verify_dinode(d, __func__, __LINE__) -+void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line); -+void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen); -+void au_dbg_verify_kthread(void); -+ -+int __init au_debug_init(void); -+ -+#define AuDbgWhlist(w) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#w "\n"); \ -+ au_dpri_whlist(w); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgVdir(v) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#v "\n"); \ -+ au_dpri_vdir(v); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgInode(i) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#i "\n"); \ -+ au_dpri_inode(i); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgDAlias(i) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#i "\n"); \ -+ au_dpri_dalias(i); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgDentry(d) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#d "\n"); \ -+ au_dpri_dentry(d); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgFile(f) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#f "\n"); \ -+ au_dpri_file(f); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgSb(sb) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#sb "\n"); \ -+ au_dpri_sb(sb); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgSym(addr) do { \ -+ char sym[KSYM_SYMBOL_LEN]; \ -+ sprint_symbol(sym, (unsigned long)addr); \ -+ AuDbg("%s\n", sym); \ -+} while (0) -+#else -+AuStubVoid(au_dbg_verify_dinode, struct dentry *dentry) -+AuStubVoid(au_dbg_verify_gen, struct dentry *parent, unsigned int sigen) -+AuStubVoid(au_dbg_verify_kthread, void) -+AuStubInt0(__init au_debug_init, void) -+ -+#define AuDbgWhlist(w) do {} while (0) -+#define AuDbgVdir(v) do {} while (0) -+#define AuDbgInode(i) do {} while (0) -+#define AuDbgDAlias(i) do {} while (0) -+#define AuDbgDentry(d) do {} while (0) -+#define AuDbgFile(f) do {} while (0) -+#define AuDbgSb(sb) do {} while (0) -+#define AuDbgSym(addr) do {} while (0) -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_MAGIC_SYSRQ -+int __init au_sysrq_init(void); -+void au_sysrq_fin(void); -+ -+#ifdef CONFIG_HW_CONSOLE -+#define au_dbg_blocked() do { \ -+ WARN_ON(1); \ -+ handle_sysrq('w'); \ -+} while (0) -+#else -+AuStubVoid(au_dbg_blocked, void) -+#endif -+ -+#else -+AuStubInt0(__init au_sysrq_init, void) -+AuStubVoid(au_sysrq_fin, void) -+AuStubVoid(au_dbg_blocked, void) -+#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DEBUG_H__ */ -diff --git a/fs/aufs/dentry.c b/fs/aufs/dentry.c -new file mode 100644 -index 0000000..5eb4f36 ---- /dev/null -+++ b/fs/aufs/dentry.c -@@ -0,0 +1,1117 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * lookup and dentry operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+struct au_do_lookup_args { -+ unsigned int flags; -+ mode_t type; -+}; -+ -+/* -+ * returns positive/negative dentry, NULL or an error. -+ * NULL means whiteout-ed or not-found. -+ */ -+static struct dentry* -+au_do_lookup(struct dentry *h_parent, struct dentry *dentry, -+ aufs_bindex_t bindex, struct qstr *wh_name, -+ struct au_do_lookup_args *args) -+{ -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_branch *br; -+ int wh_found, opq; -+ unsigned char wh_able; -+ const unsigned char allow_neg = !!au_ftest_lkup(args->flags, ALLOW_NEG); -+ const unsigned char ignore_perm = !!au_ftest_lkup(args->flags, -+ IGNORE_PERM); -+ -+ wh_found = 0; -+ br = au_sbr(dentry->d_sb, bindex); -+ wh_able = !!au_br_whable(br->br_perm); -+ if (wh_able) -+ wh_found = au_wh_test(h_parent, wh_name, ignore_perm); -+ h_dentry = ERR_PTR(wh_found); -+ if (!wh_found) -+ goto real_lookup; -+ if (unlikely(wh_found < 0)) -+ goto out; -+ -+ /* We found a whiteout */ -+ /* au_set_dbbot(dentry, bindex); */ -+ au_set_dbwh(dentry, bindex); -+ if (!allow_neg) -+ return NULL; /* success */ -+ -+real_lookup: -+ if (!ignore_perm) -+ h_dentry = vfsub_lkup_one(&dentry->d_name, h_parent); -+ else -+ h_dentry = au_sio_lkup_one(&dentry->d_name, h_parent); -+ if (IS_ERR(h_dentry)) { -+ if (PTR_ERR(h_dentry) == -ENAMETOOLONG -+ && !allow_neg) -+ h_dentry = NULL; -+ goto out; -+ } -+ -+ h_inode = d_inode(h_dentry); -+ if (d_is_negative(h_dentry)) { -+ if (!allow_neg) -+ goto out_neg; -+ } else if (wh_found -+ || (args->type && args->type != (h_inode->i_mode & S_IFMT))) -+ goto out_neg; -+ -+ if (au_dbbot(dentry) <= bindex) -+ au_set_dbbot(dentry, bindex); -+ if (au_dbtop(dentry) < 0 || bindex < au_dbtop(dentry)) -+ au_set_dbtop(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, h_dentry); -+ -+ if (!d_is_dir(h_dentry) -+ || !wh_able -+ || (d_really_is_positive(dentry) && !d_is_dir(dentry))) -+ goto out; /* success */ -+ -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ opq = au_diropq_test(h_dentry); -+ inode_unlock(h_inode); -+ if (opq > 0) -+ au_set_dbdiropq(dentry, bindex); -+ else if (unlikely(opq < 0)) { -+ au_set_h_dptr(dentry, bindex, NULL); -+ h_dentry = ERR_PTR(opq); -+ } -+ goto out; -+ -+out_neg: -+ dput(h_dentry); -+ h_dentry = NULL; -+out: -+ return h_dentry; -+} -+ -+static int au_test_shwh(struct super_block *sb, const struct qstr *name) -+{ -+ if (unlikely(!au_opt_test(au_mntflags(sb), SHWH) -+ && !strncmp(name->name, AUFS_WH_PFX, AUFS_WH_PFX_LEN))) -+ return -EPERM; -+ return 0; -+} -+ -+/* -+ * returns the number of lower positive dentries, -+ * otherwise an error. -+ * can be called at unlinking with @type is zero. -+ */ -+int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t btop, -+ unsigned int flags) -+{ -+ int npositive, err; -+ aufs_bindex_t bindex, btail, bdiropq; -+ unsigned char isdir, dirperm1; -+ struct qstr whname; -+ struct au_do_lookup_args args = { -+ .flags = flags -+ }; -+ const struct qstr *name = &dentry->d_name; -+ struct dentry *parent; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ err = au_test_shwh(sb, name); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_wh_name_alloc(&whname, name); -+ if (unlikely(err)) -+ goto out; -+ -+ isdir = !!d_is_dir(dentry); -+ dirperm1 = !!au_opt_test(au_mntflags(sb), DIRPERM1); -+ -+ npositive = 0; -+ parent = dget_parent(dentry); -+ btail = au_dbtaildir(parent); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ struct dentry *h_parent, *h_dentry; -+ struct inode *h_inode, *h_dir; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) { -+ if (d_is_positive(h_dentry)) -+ npositive++; -+ break; -+ } -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || !d_is_dir(h_parent)) -+ continue; -+ -+ h_dir = d_inode(h_parent); -+ inode_lock_nested(h_dir, AuLsc_I_PARENT); -+ h_dentry = au_do_lookup(h_parent, dentry, bindex, &whname, -+ &args); -+ inode_unlock(h_dir); -+ err = PTR_ERR(h_dentry); -+ if (IS_ERR(h_dentry)) -+ goto out_parent; -+ if (h_dentry) -+ au_fclr_lkup(args.flags, ALLOW_NEG); -+ if (dirperm1) -+ au_fset_lkup(args.flags, IGNORE_PERM); -+ -+ if (au_dbwh(dentry) == bindex) -+ break; -+ if (!h_dentry) -+ continue; -+ if (d_is_negative(h_dentry)) -+ continue; -+ h_inode = d_inode(h_dentry); -+ npositive++; -+ if (!args.type) -+ args.type = h_inode->i_mode & S_IFMT; -+ if (args.type != S_IFDIR) -+ break; -+ else if (isdir) { -+ /* the type of lower may be different */ -+ bdiropq = au_dbdiropq(dentry); -+ if (bdiropq >= 0 && bdiropq <= bindex) -+ break; -+ } -+ } -+ -+ if (npositive) { -+ AuLabel(positive); -+ au_update_dbtop(dentry); -+ } -+ err = npositive; -+ if (unlikely(!au_opt_test(au_mntflags(sb), UDBA_NONE) -+ && au_dbtop(dentry) < 0)) { -+ err = -EIO; -+ AuIOErr("both of real entry and whiteout found, %pd, err %d\n", -+ dentry, err); -+ } -+ -+out_parent: -+ dput(parent); -+ au_delayed_kfree(whname.name); -+out: -+ return err; -+} -+ -+struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent) -+{ -+ struct dentry *dentry; -+ int wkq_err; -+ -+ if (!au_test_h_perm_sio(d_inode(parent), MAY_EXEC)) -+ dentry = vfsub_lkup_one(name, parent); -+ else { -+ struct vfsub_lkup_one_args args = { -+ .errp = &dentry, -+ .name = name, -+ .parent = parent -+ }; -+ -+ wkq_err = au_wkq_wait(vfsub_call_lkup_one, &args); -+ if (unlikely(wkq_err)) -+ dentry = ERR_PTR(wkq_err); -+ } -+ -+ return dentry; -+} -+ -+/* -+ * lookup @dentry on @bindex which should be negative. -+ */ -+int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh) -+{ -+ int err; -+ struct dentry *parent, *h_parent, *h_dentry; -+ struct au_branch *br; -+ -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bindex); -+ br = au_sbr(dentry->d_sb, bindex); -+ if (wh) -+ h_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); -+ else -+ h_dentry = au_sio_lkup_one(&dentry->d_name, h_parent); -+ err = PTR_ERR(h_dentry); -+ if (IS_ERR(h_dentry)) -+ goto out; -+ if (unlikely(d_is_positive(h_dentry))) { -+ err = -EIO; -+ AuIOErr("%pd should be negative on b%d.\n", h_dentry, bindex); -+ dput(h_dentry); -+ goto out; -+ } -+ -+ err = 0; -+ if (bindex < au_dbtop(dentry)) -+ au_set_dbtop(dentry, bindex); -+ if (au_dbbot(dentry) < bindex) -+ au_set_dbbot(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, h_dentry); -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* subset of struct inode */ -+struct au_iattr { -+ unsigned long i_ino; -+ /* unsigned int i_nlink; */ -+ kuid_t i_uid; -+ kgid_t i_gid; -+ u64 i_version; -+/* -+ loff_t i_size; -+ blkcnt_t i_blocks; -+*/ -+ umode_t i_mode; -+}; -+ -+static void au_iattr_save(struct au_iattr *ia, struct inode *h_inode) -+{ -+ ia->i_ino = h_inode->i_ino; -+ /* ia->i_nlink = h_inode->i_nlink; */ -+ ia->i_uid = h_inode->i_uid; -+ ia->i_gid = h_inode->i_gid; -+ ia->i_version = h_inode->i_version; -+/* -+ ia->i_size = h_inode->i_size; -+ ia->i_blocks = h_inode->i_blocks; -+*/ -+ ia->i_mode = (h_inode->i_mode & S_IFMT); -+} -+ -+static int au_iattr_test(struct au_iattr *ia, struct inode *h_inode) -+{ -+ return ia->i_ino != h_inode->i_ino -+ /* || ia->i_nlink != h_inode->i_nlink */ -+ || !uid_eq(ia->i_uid, h_inode->i_uid) -+ || !gid_eq(ia->i_gid, h_inode->i_gid) -+ || ia->i_version != h_inode->i_version -+/* -+ || ia->i_size != h_inode->i_size -+ || ia->i_blocks != h_inode->i_blocks -+*/ -+ || ia->i_mode != (h_inode->i_mode & S_IFMT); -+} -+ -+static int au_h_verify_dentry(struct dentry *h_dentry, struct dentry *h_parent, -+ struct au_branch *br) -+{ -+ int err; -+ struct au_iattr ia; -+ struct inode *h_inode; -+ struct dentry *h_d; -+ struct super_block *h_sb; -+ -+ err = 0; -+ memset(&ia, -1, sizeof(ia)); -+ h_sb = h_dentry->d_sb; -+ h_inode = NULL; -+ if (d_is_positive(h_dentry)) { -+ h_inode = d_inode(h_dentry); -+ au_iattr_save(&ia, h_inode); -+ } else if (au_test_nfs(h_sb) || au_test_fuse(h_sb)) -+ /* nfs d_revalidate may return 0 for negative dentry */ -+ /* fuse d_revalidate always return 0 for negative dentry */ -+ goto out; -+ -+ /* main purpose is namei.c:cached_lookup() and d_revalidate */ -+ h_d = vfsub_lkup_one(&h_dentry->d_name, h_parent); -+ err = PTR_ERR(h_d); -+ if (IS_ERR(h_d)) -+ goto out; -+ -+ err = 0; -+ if (unlikely(h_d != h_dentry -+ || d_inode(h_d) != h_inode -+ || (h_inode && au_iattr_test(&ia, h_inode)))) -+ err = au_busy_or_stale(); -+ dput(h_d); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, -+ struct dentry *h_parent, struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ if (udba == AuOpt_UDBA_REVAL -+ && !au_test_fs_remote(h_dentry->d_sb)) { -+ IMustLock(h_dir); -+ err = (d_inode(h_dentry->d_parent) != h_dir); -+ } else if (udba != AuOpt_UDBA_NONE) -+ err = au_h_verify_dentry(h_dentry, h_parent, br); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_refresh_hdentry(struct dentry *dentry, struct dentry *parent) -+{ -+ int err; -+ aufs_bindex_t new_bindex, bindex, bbot, bwh, bdiropq; -+ struct au_hdentry tmp, *p, *q; -+ struct au_dinfo *dinfo; -+ struct super_block *sb; -+ -+ DiMustWriteLock(dentry); -+ -+ sb = dentry->d_sb; -+ dinfo = au_di(dentry); -+ bbot = dinfo->di_bbot; -+ bwh = dinfo->di_bwh; -+ bdiropq = dinfo->di_bdiropq; -+ bindex = dinfo->di_btop; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, p++) { -+ if (!p->hd_dentry) -+ continue; -+ -+ new_bindex = au_br_index(sb, p->hd_id); -+ if (new_bindex == bindex) -+ continue; -+ -+ if (dinfo->di_bwh == bindex) -+ bwh = new_bindex; -+ if (dinfo->di_bdiropq == bindex) -+ bdiropq = new_bindex; -+ if (new_bindex < 0) { -+ au_hdput(p); -+ p->hd_dentry = NULL; -+ continue; -+ } -+ -+ /* swap two lower dentries, and loop again */ -+ q = au_hdentry(dinfo, new_bindex); -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hd_dentry) { -+ bindex--; -+ p--; -+ } -+ } -+ -+ dinfo->di_bwh = -1; -+ if (bwh >= 0 && bwh <= au_sbbot(sb) && au_sbr_whable(sb, bwh)) -+ dinfo->di_bwh = bwh; -+ -+ dinfo->di_bdiropq = -1; -+ if (bdiropq >= 0 -+ && bdiropq <= au_sbbot(sb) -+ && au_sbr_whable(sb, bdiropq)) -+ dinfo->di_bdiropq = bdiropq; -+ -+ err = -EIO; -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ bbot = au_dbbot(parent); -+ bindex = 0; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, p++) -+ if (p->hd_dentry) { -+ dinfo->di_btop = bindex; -+ break; -+ } -+ -+ if (dinfo->di_btop >= 0) { -+ bindex = bbot; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex >= 0; bindex--, p--) -+ if (p->hd_dentry) { -+ dinfo->di_bbot = bindex; -+ err = 0; -+ break; -+ } -+ } -+ -+ return err; -+} -+ -+static void au_do_hide(struct dentry *dentry) -+{ -+ struct inode *inode; -+ -+ if (d_really_is_positive(dentry)) { -+ inode = d_inode(dentry); -+ if (!d_is_dir(dentry)) { -+ if (inode->i_nlink && !d_unhashed(dentry)) -+ drop_nlink(inode); -+ } else { -+ clear_nlink(inode); -+ /* stop next lookup */ -+ inode->i_flags |= S_DEAD; -+ } -+ smp_mb(); /* necessary? */ -+ } -+ d_drop(dentry); -+} -+ -+static int au_hide_children(struct dentry *parent) -+{ -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry *dentry; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, parent, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ /* in reverse order */ -+ for (i = dpages.ndpage - 1; i >= 0; i--) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = ndentry - 1; j >= 0; j--) { -+ dentry = dpage->dentries[j]; -+ if (dentry != parent) -+ au_do_hide(dentry); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static void au_hide(struct dentry *dentry) -+{ -+ int err; -+ -+ AuDbgDentry(dentry); -+ if (d_is_dir(dentry)) { -+ /* shrink_dcache_parent(dentry); */ -+ err = au_hide_children(dentry); -+ if (unlikely(err)) -+ AuIOErr("%pd, failed hiding children, ignored %d\n", -+ dentry, err); -+ } -+ au_do_hide(dentry); -+} -+ -+/* -+ * By adding a dirty branch, a cached dentry may be affected in various ways. -+ * -+ * a dirty branch is added -+ * - on the top of layers -+ * - in the middle of layers -+ * - to the bottom of layers -+ * -+ * on the added branch there exists -+ * - a whiteout -+ * - a diropq -+ * - a same named entry -+ * + exist -+ * * negative --> positive -+ * * positive --> positive -+ * - type is unchanged -+ * - type is changed -+ * + doesn't exist -+ * * negative --> negative -+ * * positive --> negative (rejected by au_br_del() for non-dir case) -+ * - none -+ */ -+static int au_refresh_by_dinfo(struct dentry *dentry, struct au_dinfo *dinfo, -+ struct au_dinfo *tmp) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct { -+ struct dentry *dentry; -+ struct inode *inode; -+ mode_t mode; -+ } orig_h, tmp_h = { -+ .dentry = NULL -+ }; -+ struct au_hdentry *hd; -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry; -+ -+ err = 0; -+ AuDebugOn(dinfo->di_btop < 0); -+ orig_h.mode = 0; -+ orig_h.dentry = au_hdentry(dinfo, dinfo->di_btop)->hd_dentry; -+ orig_h.inode = NULL; -+ if (d_is_positive(orig_h.dentry)) { -+ orig_h.inode = d_inode(orig_h.dentry); -+ orig_h.mode = orig_h.inode->i_mode & S_IFMT; -+ } -+ if (tmp->di_btop >= 0) { -+ tmp_h.dentry = au_hdentry(tmp, tmp->di_btop)->hd_dentry; -+ if (d_is_positive(tmp_h.dentry)) { -+ tmp_h.inode = d_inode(tmp_h.dentry); -+ tmp_h.mode = tmp_h.inode->i_mode & S_IFMT; -+ } -+ } -+ -+ inode = NULL; -+ if (d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (!orig_h.inode) { -+ AuDbg("nagative originally\n"); -+ if (inode) { -+ au_hide(dentry); -+ goto out; -+ } -+ AuDebugOn(inode); -+ AuDebugOn(dinfo->di_btop != dinfo->di_bbot); -+ AuDebugOn(dinfo->di_bdiropq != -1); -+ -+ if (!tmp_h.inode) { -+ AuDbg("negative --> negative\n"); -+ /* should have only one negative lower */ -+ if (tmp->di_btop >= 0 -+ && tmp->di_btop < dinfo->di_btop) { -+ AuDebugOn(tmp->di_btop != tmp->di_bbot); -+ AuDebugOn(dinfo->di_btop != dinfo->di_bbot); -+ au_set_h_dptr(dentry, dinfo->di_btop, NULL); -+ au_di_cp(dinfo, tmp); -+ hd = au_hdentry(tmp, tmp->di_btop); -+ au_set_h_dptr(dentry, tmp->di_btop, -+ dget(hd->hd_dentry)); -+ } -+ au_dbg_verify_dinode(dentry); -+ } else { -+ AuDbg("negative --> positive\n"); -+ /* -+ * similar to the behaviour of creating with bypassing -+ * aufs. -+ * unhash it in order to force an error in the -+ * succeeding create operation. -+ * we should not set S_DEAD here. -+ */ -+ d_drop(dentry); -+ /* au_di_swap(tmp, dinfo); */ -+ au_dbg_verify_dinode(dentry); -+ } -+ } else { -+ AuDbg("positive originally\n"); -+ /* inode may be NULL */ -+ AuDebugOn(inode && (inode->i_mode & S_IFMT) != orig_h.mode); -+ if (!tmp_h.inode) { -+ AuDbg("positive --> negative\n"); -+ /* or bypassing aufs */ -+ au_hide(dentry); -+ if (tmp->di_bwh >= 0 && tmp->di_bwh <= dinfo->di_btop) -+ dinfo->di_bwh = tmp->di_bwh; -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } else if (orig_h.mode == tmp_h.mode) { -+ AuDbg("positive --> positive, same type\n"); -+ if (!S_ISDIR(orig_h.mode) -+ && dinfo->di_btop > tmp->di_btop) { -+ /* -+ * similar to the behaviour of removing and -+ * creating. -+ */ -+ au_hide(dentry); -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } else { -+ /* fill empty slots */ -+ if (dinfo->di_btop > tmp->di_btop) -+ dinfo->di_btop = tmp->di_btop; -+ if (dinfo->di_bbot < tmp->di_bbot) -+ dinfo->di_bbot = tmp->di_bbot; -+ dinfo->di_bwh = tmp->di_bwh; -+ dinfo->di_bdiropq = tmp->di_bdiropq; -+ bbot = dinfo->di_bbot; -+ bindex = tmp->di_btop; -+ hd = au_hdentry(tmp, bindex); -+ for (; bindex <= bbot; bindex++, hd++) { -+ if (au_h_dptr(dentry, bindex)) -+ continue; -+ h_dentry = hd->hd_dentry; -+ if (!h_dentry) -+ continue; -+ AuDebugOn(d_is_negative(h_dentry)); -+ h_inode = d_inode(h_dentry); -+ AuDebugOn(orig_h.mode -+ != (h_inode->i_mode -+ & S_IFMT)); -+ au_set_h_dptr(dentry, bindex, -+ dget(h_dentry)); -+ } -+ if (inode) -+ err = au_refresh_hinode(inode, dentry); -+ au_dbg_verify_dinode(dentry); -+ } -+ } else { -+ AuDbg("positive --> positive, different type\n"); -+ /* similar to the behaviour of removing and creating */ -+ au_hide(dentry); -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } -+ } -+ -+out: -+ return err; -+} -+ -+void au_refresh_dop(struct dentry *dentry, int force_reval) -+{ -+ const struct dentry_operations *dop -+ = force_reval ? &aufs_dop : dentry->d_sb->s_d_op; -+ static const unsigned int mask -+ = DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE; -+ -+ BUILD_BUG_ON(sizeof(mask) != sizeof(dentry->d_flags)); -+ -+ if (dentry->d_op == dop) -+ return; -+ -+ AuDbg("%pd\n", dentry); -+ spin_lock(&dentry->d_lock); -+ if (dop == &aufs_dop) -+ dentry->d_flags |= mask; -+ else -+ dentry->d_flags &= ~mask; -+ dentry->d_op = dop; -+ spin_unlock(&dentry->d_lock); -+} -+ -+int au_refresh_dentry(struct dentry *dentry, struct dentry *parent) -+{ -+ int err, ebrange, nbr; -+ unsigned int sigen; -+ struct au_dinfo *dinfo, *tmp; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ DiMustWriteLock(dentry); -+ AuDebugOn(IS_ROOT(dentry)); -+ AuDebugOn(d_really_is_negative(parent)); -+ -+ sb = dentry->d_sb; -+ sigen = au_sigen(sb); -+ err = au_digen_test(parent, sigen); -+ if (unlikely(err)) -+ goto out; -+ -+ nbr = au_sbbot(sb) + 1; -+ dinfo = au_di(dentry); -+ err = au_di_realloc(dinfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ ebrange = au_dbrange_test(dentry); -+ if (!ebrange) -+ ebrange = au_do_refresh_hdentry(dentry, parent); -+ -+ if (d_unhashed(dentry) || ebrange /* || dinfo->di_tmpfile */) { -+ AuDebugOn(au_dbtop(dentry) < 0 && au_dbbot(dentry) >= 0); -+ if (d_really_is_positive(dentry)) { -+ inode = d_inode(dentry); -+ err = au_refresh_hinode_self(inode); -+ } -+ au_dbg_verify_dinode(dentry); -+ if (!err) -+ goto out_dgen; /* success */ -+ goto out; -+ } -+ -+ /* temporary dinfo */ -+ AuDbgDentry(dentry); -+ err = -ENOMEM; -+ tmp = au_di_alloc(sb, AuLsc_DI_TMP); -+ if (unlikely(!tmp)) -+ goto out; -+ au_di_swap(tmp, dinfo); -+ /* returns the number of positive dentries */ -+ /* -+ * if current working dir is removed, it returns an error. -+ * but the dentry is legal. -+ */ -+ err = au_lkup_dentry(dentry, /*btop*/0, AuLkup_ALLOW_NEG); -+ AuDbgDentry(dentry); -+ au_di_swap(tmp, dinfo); -+ if (err == -ENOENT) -+ err = 0; -+ if (err >= 0) { -+ /* compare/refresh by dinfo */ -+ AuDbgDentry(dentry); -+ err = au_refresh_by_dinfo(dentry, dinfo, tmp); -+ au_dbg_verify_dinode(dentry); -+ AuTraceErr(err); -+ } -+ au_di_realloc(dinfo, nbr, /*may_shrink*/1); /* harmless if err */ -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ if (unlikely(err)) -+ goto out; -+ -+out_dgen: -+ au_update_digen(dentry); -+out: -+ if (unlikely(err && !(dentry->d_flags & DCACHE_NFSFS_RENAMED))) { -+ AuIOErr("failed refreshing %pd, %d\n", dentry, err); -+ AuDbgDentry(dentry); -+ } -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_do_h_d_reval(struct dentry *h_dentry, unsigned int flags, -+ struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ int err, valid; -+ -+ err = 0; -+ if (!(h_dentry->d_flags & DCACHE_OP_REVALIDATE)) -+ goto out; -+ -+ AuDbg("b%d\n", bindex); -+ /* -+ * gave up supporting LOOKUP_CREATE/OPEN for lower fs, -+ * due to whiteout and branch permission. -+ */ -+ flags &= ~(/*LOOKUP_PARENT |*/ LOOKUP_OPEN | LOOKUP_CREATE -+ | LOOKUP_FOLLOW | LOOKUP_EXCL); -+ /* it may return tri-state */ -+ valid = h_dentry->d_op->d_revalidate(h_dentry, flags); -+ -+ if (unlikely(valid < 0)) -+ err = valid; -+ else if (!valid) -+ err = -EINVAL; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* todo: remove this */ -+static int h_d_revalidate(struct dentry *dentry, struct inode *inode, -+ unsigned int flags, int do_udba) -+{ -+ int err; -+ umode_t mode, h_mode; -+ aufs_bindex_t bindex, btail, btop, ibs, ibe; -+ unsigned char plus, unhashed, is_root, h_plus, h_nfs, tmpfile; -+ struct inode *h_inode, *h_cached_inode; -+ struct dentry *h_dentry; -+ struct qstr *name, *h_name; -+ -+ err = 0; -+ plus = 0; -+ mode = 0; -+ ibs = -1; -+ ibe = -1; -+ unhashed = !!d_unhashed(dentry); -+ is_root = !!IS_ROOT(dentry); -+ name = &dentry->d_name; -+ tmpfile = au_di(dentry)->di_tmpfile; -+ -+ /* -+ * Theoretically, REVAL test should be unnecessary in case of -+ * {FS,I}NOTIFY. -+ * But {fs,i}notify doesn't fire some necessary events, -+ * IN_ATTRIB for atime/nlink/pageio -+ * Let's do REVAL test too. -+ */ -+ if (do_udba && inode) { -+ mode = (inode->i_mode & S_IFMT); -+ plus = (inode->i_nlink > 0); -+ ibs = au_ibtop(inode); -+ ibe = au_ibbot(inode); -+ } -+ -+ btop = au_dbtop(dentry); -+ btail = btop; -+ if (inode && S_ISDIR(inode->i_mode)) -+ btail = au_dbtaildir(dentry); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ -+ AuDbg("b%d, %pd\n", bindex, h_dentry); -+ h_nfs = !!au_test_nfs(h_dentry->d_sb); -+ spin_lock(&h_dentry->d_lock); -+ h_name = &h_dentry->d_name; -+ if (unlikely(do_udba -+ && !is_root -+ && ((!h_nfs -+ && (unhashed != !!d_unhashed(h_dentry) -+ || (!tmpfile -+ && !au_qstreq(name, h_name)) -+ )) -+ || (h_nfs -+ && !(flags & LOOKUP_OPEN) -+ && (h_dentry->d_flags -+ & DCACHE_NFSFS_RENAMED))) -+ )) { -+ int h_unhashed; -+ -+ h_unhashed = d_unhashed(h_dentry); -+ spin_unlock(&h_dentry->d_lock); -+ AuDbg("unhash 0x%x 0x%x, %pd %pd\n", -+ unhashed, h_unhashed, dentry, h_dentry); -+ goto err; -+ } -+ spin_unlock(&h_dentry->d_lock); -+ -+ err = au_do_h_d_reval(h_dentry, flags, dentry, bindex); -+ if (unlikely(err)) -+ /* do not goto err, to keep the errno */ -+ break; -+ -+ /* todo: plink too? */ -+ if (!do_udba) -+ continue; -+ -+ /* UDBA tests */ -+ if (unlikely(!!inode != d_is_positive(h_dentry))) -+ goto err; -+ -+ h_inode = NULL; -+ if (d_is_positive(h_dentry)) -+ h_inode = d_inode(h_dentry); -+ h_plus = plus; -+ h_mode = mode; -+ h_cached_inode = h_inode; -+ if (h_inode) { -+ h_mode = (h_inode->i_mode & S_IFMT); -+ h_plus = (h_inode->i_nlink > 0); -+ } -+ if (inode && ibs <= bindex && bindex <= ibe) -+ h_cached_inode = au_h_iptr(inode, bindex); -+ -+ if (!h_nfs) { -+ if (unlikely(plus != h_plus && !tmpfile)) -+ goto err; -+ } else { -+ if (unlikely(!(h_dentry->d_flags & DCACHE_NFSFS_RENAMED) -+ && !is_root -+ && !IS_ROOT(h_dentry) -+ && unhashed != d_unhashed(h_dentry))) -+ goto err; -+ } -+ if (unlikely(mode != h_mode -+ || h_cached_inode != h_inode)) -+ goto err; -+ continue; -+ -+err: -+ err = -EINVAL; -+ break; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* todo: consolidate with do_refresh() and au_reval_for_attr() */ -+static int simple_reval_dpath(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *parent; -+ -+ if (!au_digen_test(dentry, sigen)) -+ return 0; -+ -+ parent = dget_parent(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ AuDebugOn(au_digen_test(parent, sigen)); -+ au_dbg_verify_gen(parent, sigen); -+ err = au_refresh_dentry(dentry, parent); -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_reval_dpath(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *d, *parent; -+ -+ if (!au_ftest_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR)) -+ return simple_reval_dpath(dentry, sigen); -+ -+ /* slow loop, keep it simple and stupid */ -+ /* cf: au_cpup_dirs() */ -+ err = 0; -+ parent = NULL; -+ while (au_digen_test(dentry, sigen)) { -+ d = dentry; -+ while (1) { -+ dput(parent); -+ parent = dget_parent(d); -+ if (!au_digen_test(parent, sigen)) -+ break; -+ d = parent; -+ } -+ -+ if (d != dentry) -+ di_write_lock_child2(d); -+ -+ /* someone might update our dentry while we were sleeping */ -+ if (au_digen_test(d, sigen)) { -+ /* -+ * todo: consolidate with simple_reval_dpath(), -+ * do_refresh() and au_reval_for_attr(). -+ */ -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(d, parent); -+ di_read_unlock(parent, AuLock_IR); -+ } -+ -+ if (d != dentry) -+ di_write_unlock(d); -+ dput(parent); -+ if (unlikely(err)) -+ break; -+ } -+ -+ return err; -+} -+ -+/* -+ * if valid returns 1, otherwise 0. -+ */ -+static int aufs_d_revalidate(struct dentry *dentry, unsigned int flags) -+{ -+ int valid, err; -+ unsigned int sigen; -+ unsigned char do_udba; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ /* todo: support rcu-walk? */ -+ if (flags & LOOKUP_RCU) -+ return -ECHILD; -+ -+ valid = 0; -+ if (unlikely(!au_di(dentry))) -+ goto out; -+ -+ valid = 1; -+ sb = dentry->d_sb; -+ /* -+ * todo: very ugly -+ * i_mutex of parent dir may be held, -+ * but we should not return 'invalid' due to busy. -+ */ -+ err = aufs_read_lock(dentry, AuLock_FLUSH | AuLock_DW | AuLock_NOPLM); -+ if (unlikely(err)) { -+ valid = err; -+ AuTraceErr(err); -+ goto out; -+ } -+ inode = NULL; -+ if (d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (unlikely(inode && au_is_bad_inode(inode))) { -+ err = -EINVAL; -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ if (unlikely(au_dbrange_test(dentry))) { -+ err = -EINVAL; -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ -+ sigen = au_sigen(sb); -+ if (au_digen_test(dentry, sigen)) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_dpath(dentry, sigen); -+ if (unlikely(err)) { -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ } -+ di_downgrade_lock(dentry, AuLock_IR); -+ -+ err = -EINVAL; -+ if (!(flags & (LOOKUP_OPEN | LOOKUP_EMPTY)) -+ && inode -+ && !(inode->i_state && I_LINKABLE) -+ && (IS_DEADDIR(inode) || !inode->i_nlink)) { -+ AuTraceErr(err); -+ goto out_inval; -+ } -+ -+ do_udba = !au_opt_test(au_mntflags(sb), UDBA_NONE); -+ if (do_udba && inode) { -+ aufs_bindex_t btop = au_ibtop(inode); -+ struct inode *h_inode; -+ -+ if (btop >= 0) { -+ h_inode = au_h_iptr(inode, btop); -+ if (h_inode && au_test_higen(inode, h_inode)) { -+ AuTraceErr(err); -+ goto out_inval; -+ } -+ } -+ } -+ -+ err = h_d_revalidate(dentry, inode, flags, do_udba); -+ if (unlikely(!err && do_udba && au_dbtop(dentry) < 0)) { -+ err = -EIO; -+ AuDbg("both of real entry and whiteout found, %p, err %d\n", -+ dentry, err); -+ } -+ goto out_inval; -+ -+out_dgrade: -+ di_downgrade_lock(dentry, AuLock_IR); -+out_inval: -+ aufs_read_unlock(dentry, AuLock_IR); -+ AuTraceErr(err); -+ valid = !err; -+out: -+ if (!valid) { -+ AuDbg("%pd invalid, %d\n", dentry, valid); -+ d_drop(dentry); -+ } -+ return valid; -+} -+ -+static void aufs_d_release(struct dentry *dentry) -+{ -+ if (au_di(dentry)) { -+ au_di_fin(dentry); -+ au_hn_di_reinit(dentry); -+ } -+} -+ -+const struct dentry_operations aufs_dop = { -+ .d_revalidate = aufs_d_revalidate, -+ .d_weak_revalidate = aufs_d_revalidate, -+ .d_release = aufs_d_release -+}; -+ -+/* aufs_dop without d_revalidate */ -+const struct dentry_operations aufs_dop_noreval = { -+ .d_release = aufs_d_release -+}; -diff --git a/fs/aufs/dentry.h b/fs/aufs/dentry.h -new file mode 100644 -index 0000000..01211d2 ---- /dev/null -+++ b/fs/aufs/dentry.h -@@ -0,0 +1,242 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * lookup and dentry operations -+ */ -+ -+#ifndef __AUFS_DENTRY_H__ -+#define __AUFS_DENTRY_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "rwsem.h" -+ -+struct au_hdentry { -+ struct dentry *hd_dentry; -+ aufs_bindex_t hd_id; -+}; -+ -+struct au_dinfo { -+ atomic_t di_generation; -+ -+ struct au_rwsem di_rwsem; -+ aufs_bindex_t di_btop, di_bbot, di_bwh, di_bdiropq; -+ unsigned char di_tmpfile; /* to allow the different name */ -+ union { -+ struct au_hdentry *di_hdentry; -+ struct llist_node di_lnode; /* delayed free */ -+ }; -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* flags for au_lkup_dentry() */ -+#define AuLkup_ALLOW_NEG 1 -+#define AuLkup_IGNORE_PERM (1 << 1) -+#define au_ftest_lkup(flags, name) ((flags) & AuLkup_##name) -+#define au_fset_lkup(flags, name) \ -+ do { (flags) |= AuLkup_##name; } while (0) -+#define au_fclr_lkup(flags, name) \ -+ do { (flags) &= ~AuLkup_##name; } while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dentry.c */ -+extern const struct dentry_operations aufs_dop, aufs_dop_noreval; -+struct au_branch; -+struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent); -+int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, -+ struct dentry *h_parent, struct au_branch *br); -+ -+int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t btop, -+ unsigned int flags); -+int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh); -+int au_refresh_dentry(struct dentry *dentry, struct dentry *parent); -+int au_reval_dpath(struct dentry *dentry, unsigned int sigen); -+void au_refresh_dop(struct dentry *dentry, int force_reval); -+ -+/* dinfo.c */ -+void au_di_init_once(void *_di); -+struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc); -+void au_di_free(struct au_dinfo *dinfo); -+void au_di_swap(struct au_dinfo *a, struct au_dinfo *b); -+void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src); -+int au_di_init(struct dentry *dentry); -+void au_di_fin(struct dentry *dentry); -+int au_di_realloc(struct au_dinfo *dinfo, int nbr, int may_shrink); -+ -+void di_read_lock(struct dentry *d, int flags, unsigned int lsc); -+void di_read_unlock(struct dentry *d, int flags); -+void di_downgrade_lock(struct dentry *d, int flags); -+void di_write_lock(struct dentry *d, unsigned int lsc); -+void di_write_unlock(struct dentry *d); -+void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir); -+void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir); -+void di_write_unlock2(struct dentry *d1, struct dentry *d2); -+ -+struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex); -+struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex); -+aufs_bindex_t au_dbtail(struct dentry *dentry); -+aufs_bindex_t au_dbtaildir(struct dentry *dentry); -+ -+void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+int au_digen_test(struct dentry *dentry, unsigned int sigen); -+int au_dbrange_test(struct dentry *dentry); -+void au_update_digen(struct dentry *dentry); -+void au_update_dbrange(struct dentry *dentry, int do_put_zero); -+void au_update_dbtop(struct dentry *dentry); -+void au_update_dbbot(struct dentry *dentry); -+int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_dinfo *au_di(struct dentry *dentry) -+{ -+ return dentry->d_fsdata; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for dinfo */ -+enum { -+ AuLsc_DI_CHILD, /* child first */ -+ AuLsc_DI_CHILD2, /* rename(2), link(2), and cpup at hnotify */ -+ AuLsc_DI_CHILD3, /* copyup dirs */ -+ AuLsc_DI_PARENT, -+ AuLsc_DI_PARENT2, -+ AuLsc_DI_PARENT3, -+ AuLsc_DI_TMP /* temp for replacing dinfo */ -+}; -+ -+/* -+ * di_read_lock_child, di_write_lock_child, -+ * di_read_lock_child2, di_write_lock_child2, -+ * di_read_lock_child3, di_write_lock_child3, -+ * di_read_lock_parent, di_write_lock_parent, -+ * di_read_lock_parent2, di_write_lock_parent2, -+ * di_read_lock_parent3, di_write_lock_parent3, -+ */ -+#define AuReadLockFunc(name, lsc) \ -+static inline void di_read_lock_##name(struct dentry *d, int flags) \ -+{ di_read_lock(d, flags, AuLsc_DI_##lsc); } -+ -+#define AuWriteLockFunc(name, lsc) \ -+static inline void di_write_lock_##name(struct dentry *d) \ -+{ di_write_lock(d, AuLsc_DI_##lsc); } -+ -+#define AuRWLockFuncs(name, lsc) \ -+ AuReadLockFunc(name, lsc) \ -+ AuWriteLockFunc(name, lsc) -+ -+AuRWLockFuncs(child, CHILD); -+AuRWLockFuncs(child2, CHILD2); -+AuRWLockFuncs(child3, CHILD3); -+AuRWLockFuncs(parent, PARENT); -+AuRWLockFuncs(parent2, PARENT2); -+AuRWLockFuncs(parent3, PARENT3); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+#define DiMustNoWaiters(d) AuRwMustNoWaiters(&au_di(d)->di_rwsem) -+#define DiMustAnyLock(d) AuRwMustAnyLock(&au_di(d)->di_rwsem) -+#define DiMustWriteLock(d) AuRwMustWriteLock(&au_di(d)->di_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: memory barrier? */ -+static inline unsigned int au_digen(struct dentry *d) -+{ -+ return atomic_read(&au_di(d)->di_generation); -+} -+ -+static inline void au_h_dentry_init(struct au_hdentry *hdentry) -+{ -+ hdentry->hd_dentry = NULL; -+} -+ -+static inline struct au_hdentry *au_hdentry(struct au_dinfo *di, -+ aufs_bindex_t bindex) -+{ -+ return di->di_hdentry + bindex; -+} -+ -+static inline void au_hdput(struct au_hdentry *hd) -+{ -+ if (hd) -+ dput(hd->hd_dentry); -+} -+ -+static inline aufs_bindex_t au_dbtop(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_btop; -+} -+ -+static inline aufs_bindex_t au_dbbot(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bbot; -+} -+ -+static inline aufs_bindex_t au_dbwh(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bwh; -+} -+ -+static inline aufs_bindex_t au_dbdiropq(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bdiropq; -+} -+ -+/* todo: hard/soft set? */ -+static inline void au_set_dbtop(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_btop = bindex; -+} -+ -+static inline void au_set_dbbot(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_bbot = bindex; -+} -+ -+static inline void au_set_dbwh(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ /* dbwh can be outside of btop - bbot range */ -+ au_di(dentry)->di_bwh = bindex; -+} -+ -+static inline void au_set_dbdiropq(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_bdiropq = bindex; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_HNOTIFY -+static inline void au_digen_dec(struct dentry *d) -+{ -+ atomic_dec(&au_di(d)->di_generation); -+} -+ -+static inline void au_hn_di_reinit(struct dentry *dentry) -+{ -+ dentry->d_fsdata = NULL; -+} -+#else -+AuStubVoid(au_hn_di_reinit, struct dentry *dentry __maybe_unused) -+#endif /* CONFIG_AUFS_HNOTIFY */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DENTRY_H__ */ -diff --git a/fs/aufs/dinfo.c b/fs/aufs/dinfo.c -new file mode 100644 -index 0000000..2626c0c ---- /dev/null -+++ b/fs/aufs/dinfo.c -@@ -0,0 +1,540 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * dentry private data -+ */ -+ -+#include "aufs.h" -+ -+void au_di_init_once(void *_dinfo) -+{ -+ struct au_dinfo *dinfo = _dinfo; -+ -+ au_rw_init(&dinfo->di_rwsem); -+} -+ -+struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc) -+{ -+ struct au_dinfo *dinfo; -+ int nbr, i; -+ -+ dinfo = au_cache_alloc_dinfo(); -+ if (unlikely(!dinfo)) -+ goto out; -+ -+ nbr = au_sbbot(sb) + 1; -+ if (nbr <= 0) -+ nbr = 1; -+ dinfo->di_hdentry = kcalloc(nbr, sizeof(*dinfo->di_hdentry), GFP_NOFS); -+ if (dinfo->di_hdentry) { -+ au_rw_write_lock_nested(&dinfo->di_rwsem, lsc); -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ dinfo->di_bwh = -1; -+ dinfo->di_bdiropq = -1; -+ dinfo->di_tmpfile = 0; -+ for (i = 0; i < nbr; i++) -+ dinfo->di_hdentry[i].hd_id = -1; -+ goto out; -+ } -+ -+ au_cache_dfree_dinfo(dinfo); -+ dinfo = NULL; -+ -+out: -+ return dinfo; -+} -+ -+void au_di_free(struct au_dinfo *dinfo) -+{ -+ struct au_hdentry *p; -+ aufs_bindex_t bbot, bindex; -+ -+ /* dentry may not be revalidated */ -+ bindex = dinfo->di_btop; -+ if (bindex >= 0) { -+ bbot = dinfo->di_bbot; -+ p = au_hdentry(dinfo, bindex); -+ while (bindex++ <= bbot) -+ au_hdput(p++); -+ } -+ au_delayed_kfree(dinfo->di_hdentry); -+ au_cache_dfree_dinfo(dinfo); -+} -+ -+void au_di_swap(struct au_dinfo *a, struct au_dinfo *b) -+{ -+ struct au_hdentry *p; -+ aufs_bindex_t bi; -+ -+ AuRwMustWriteLock(&a->di_rwsem); -+ AuRwMustWriteLock(&b->di_rwsem); -+ -+#define DiSwap(v, name) \ -+ do { \ -+ v = a->di_##name; \ -+ a->di_##name = b->di_##name; \ -+ b->di_##name = v; \ -+ } while (0) -+ -+ DiSwap(p, hdentry); -+ DiSwap(bi, btop); -+ DiSwap(bi, bbot); -+ DiSwap(bi, bwh); -+ DiSwap(bi, bdiropq); -+ /* smp_mb(); */ -+ -+#undef DiSwap -+} -+ -+void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src) -+{ -+ AuRwMustWriteLock(&dst->di_rwsem); -+ AuRwMustWriteLock(&src->di_rwsem); -+ -+ dst->di_btop = src->di_btop; -+ dst->di_bbot = src->di_bbot; -+ dst->di_bwh = src->di_bwh; -+ dst->di_bdiropq = src->di_bdiropq; -+ /* smp_mb(); */ -+} -+ -+int au_di_init(struct dentry *dentry) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_dinfo *dinfo; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ dinfo = au_di_alloc(sb, AuLsc_DI_CHILD); -+ if (dinfo) { -+ atomic_set(&dinfo->di_generation, au_sigen(sb)); -+ /* smp_mb(); */ /* atomic_set */ -+ dentry->d_fsdata = dinfo; -+ } else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+void au_di_fin(struct dentry *dentry) -+{ -+ struct au_dinfo *dinfo; -+ -+ dinfo = au_di(dentry); -+ AuRwDestroy(&dinfo->di_rwsem); -+ au_di_free(dinfo); -+} -+ -+int au_di_realloc(struct au_dinfo *dinfo, int nbr, int may_shrink) -+{ -+ int err, sz; -+ struct au_hdentry *hdp; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ err = -ENOMEM; -+ sz = sizeof(*hdp) * (dinfo->di_bbot + 1); -+ if (!sz) -+ sz = sizeof(*hdp); -+ hdp = au_kzrealloc(dinfo->di_hdentry, sz, sizeof(*hdp) * nbr, GFP_NOFS, -+ may_shrink); -+ if (hdp) { -+ dinfo->di_hdentry = hdp; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void do_ii_write_lock(struct inode *inode, unsigned int lsc) -+{ -+ switch (lsc) { -+ case AuLsc_DI_CHILD: -+ ii_write_lock_child(inode); -+ break; -+ case AuLsc_DI_CHILD2: -+ ii_write_lock_child2(inode); -+ break; -+ case AuLsc_DI_CHILD3: -+ ii_write_lock_child3(inode); -+ break; -+ case AuLsc_DI_PARENT: -+ ii_write_lock_parent(inode); -+ break; -+ case AuLsc_DI_PARENT2: -+ ii_write_lock_parent2(inode); -+ break; -+ case AuLsc_DI_PARENT3: -+ ii_write_lock_parent3(inode); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+static void do_ii_read_lock(struct inode *inode, unsigned int lsc) -+{ -+ switch (lsc) { -+ case AuLsc_DI_CHILD: -+ ii_read_lock_child(inode); -+ break; -+ case AuLsc_DI_CHILD2: -+ ii_read_lock_child2(inode); -+ break; -+ case AuLsc_DI_CHILD3: -+ ii_read_lock_child3(inode); -+ break; -+ case AuLsc_DI_PARENT: -+ ii_read_lock_parent(inode); -+ break; -+ case AuLsc_DI_PARENT2: -+ ii_read_lock_parent2(inode); -+ break; -+ case AuLsc_DI_PARENT3: -+ ii_read_lock_parent3(inode); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+void di_read_lock(struct dentry *d, int flags, unsigned int lsc) -+{ -+ struct inode *inode; -+ -+ au_rw_read_lock_nested(&au_di(d)->di_rwsem, lsc); -+ if (d_really_is_positive(d)) { -+ inode = d_inode(d); -+ if (au_ftest_lock(flags, IW)) -+ do_ii_write_lock(inode, lsc); -+ else if (au_ftest_lock(flags, IR)) -+ do_ii_read_lock(inode, lsc); -+ } -+} -+ -+void di_read_unlock(struct dentry *d, int flags) -+{ -+ struct inode *inode; -+ -+ if (d_really_is_positive(d)) { -+ inode = d_inode(d); -+ if (au_ftest_lock(flags, IW)) { -+ au_dbg_verify_dinode(d); -+ ii_write_unlock(inode); -+ } else if (au_ftest_lock(flags, IR)) { -+ au_dbg_verify_dinode(d); -+ ii_read_unlock(inode); -+ } -+ } -+ au_rw_read_unlock(&au_di(d)->di_rwsem); -+} -+ -+void di_downgrade_lock(struct dentry *d, int flags) -+{ -+ if (d_really_is_positive(d) && au_ftest_lock(flags, IR)) -+ ii_downgrade_lock(d_inode(d)); -+ au_rw_dgrade_lock(&au_di(d)->di_rwsem); -+} -+ -+void di_write_lock(struct dentry *d, unsigned int lsc) -+{ -+ au_rw_write_lock_nested(&au_di(d)->di_rwsem, lsc); -+ if (d_really_is_positive(d)) -+ do_ii_write_lock(d_inode(d), lsc); -+} -+ -+void di_write_unlock(struct dentry *d) -+{ -+ au_dbg_verify_dinode(d); -+ if (d_really_is_positive(d)) -+ ii_write_unlock(d_inode(d)); -+ au_rw_write_unlock(&au_di(d)->di_rwsem); -+} -+ -+void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir) -+{ -+ AuDebugOn(d1 == d2 -+ || d_inode(d1) == d_inode(d2) -+ || d1->d_sb != d2->d_sb); -+ -+ if (isdir && au_test_subdir(d1, d2)) { -+ di_write_lock_child(d1); -+ di_write_lock_child2(d2); -+ } else { -+ /* there should be no races */ -+ di_write_lock_child(d2); -+ di_write_lock_child2(d1); -+ } -+} -+ -+void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir) -+{ -+ AuDebugOn(d1 == d2 -+ || d_inode(d1) == d_inode(d2) -+ || d1->d_sb != d2->d_sb); -+ -+ if (isdir && au_test_subdir(d1, d2)) { -+ di_write_lock_parent(d1); -+ di_write_lock_parent2(d2); -+ } else { -+ /* there should be no races */ -+ di_write_lock_parent(d2); -+ di_write_lock_parent2(d1); -+ } -+} -+ -+void di_write_unlock2(struct dentry *d1, struct dentry *d2) -+{ -+ di_write_unlock(d1); -+ if (d_inode(d1) == d_inode(d2)) -+ au_rw_write_unlock(&au_di(d2)->di_rwsem); -+ else -+ di_write_unlock(d2); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ struct dentry *d; -+ -+ DiMustAnyLock(dentry); -+ -+ if (au_dbtop(dentry) < 0 || bindex < au_dbtop(dentry)) -+ return NULL; -+ AuDebugOn(bindex < 0); -+ d = au_hdentry(au_di(dentry), bindex)->hd_dentry; -+ AuDebugOn(d && au_dcount(d) <= 0); -+ return d; -+} -+ -+/* -+ * extended version of au_h_dptr(). -+ * returns a hashed and positive (or linkable) h_dentry in bindex, NULL, or -+ * error. -+ */ -+struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ struct dentry *h_dentry; -+ struct inode *inode, *h_inode; -+ -+ AuDebugOn(d_really_is_negative(dentry)); -+ -+ h_dentry = NULL; -+ if (au_dbtop(dentry) <= bindex -+ && bindex <= au_dbbot(dentry)) -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && !au_d_linkable(h_dentry)) { -+ dget(h_dentry); -+ goto out; /* success */ -+ } -+ -+ inode = d_inode(dentry); -+ AuDebugOn(bindex < au_ibtop(inode)); -+ AuDebugOn(au_ibbot(inode) < bindex); -+ h_inode = au_h_iptr(inode, bindex); -+ h_dentry = d_find_alias(h_inode); -+ if (h_dentry) { -+ if (!IS_ERR(h_dentry)) { -+ if (!au_d_linkable(h_dentry)) -+ goto out; /* success */ -+ dput(h_dentry); -+ } else -+ goto out; -+ } -+ -+ if (au_opt_test(au_mntflags(dentry->d_sb), PLINK)) { -+ h_dentry = au_plink_lkup(inode, bindex); -+ AuDebugOn(!h_dentry); -+ if (!IS_ERR(h_dentry)) { -+ if (!au_d_hashed_positive(h_dentry)) -+ goto out; /* success */ -+ dput(h_dentry); -+ h_dentry = NULL; -+ } -+ } -+ -+out: -+ AuDbgDentry(h_dentry); -+ return h_dentry; -+} -+ -+aufs_bindex_t au_dbtail(struct dentry *dentry) -+{ -+ aufs_bindex_t bbot, bwh; -+ -+ bbot = au_dbbot(dentry); -+ if (0 <= bbot) { -+ bwh = au_dbwh(dentry); -+ if (!bwh) -+ return bwh; -+ if (0 < bwh && bwh < bbot) -+ return bwh - 1; -+ } -+ return bbot; -+} -+ -+aufs_bindex_t au_dbtaildir(struct dentry *dentry) -+{ -+ aufs_bindex_t bbot, bopq; -+ -+ bbot = au_dbtail(dentry); -+ if (0 <= bbot) { -+ bopq = au_dbdiropq(dentry); -+ if (0 <= bopq && bopq < bbot) -+ bbot = bopq; -+ } -+ return bbot; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_dentry) -+{ -+ struct au_dinfo *dinfo; -+ struct au_hdentry *hd; -+ struct au_branch *br; -+ -+ DiMustWriteLock(dentry); -+ -+ dinfo = au_di(dentry); -+ hd = au_hdentry(dinfo, bindex); -+ au_hdput(hd); -+ hd->hd_dentry = h_dentry; -+ if (h_dentry) { -+ br = au_sbr(dentry->d_sb, bindex); -+ hd->hd_id = br->br_id; -+ } -+} -+ -+int au_dbrange_test(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t btop, bbot; -+ -+ err = 0; -+ btop = au_dbtop(dentry); -+ bbot = au_dbbot(dentry); -+ if (btop >= 0) -+ AuDebugOn(bbot < 0 && btop > bbot); -+ else { -+ err = -EIO; -+ AuDebugOn(bbot >= 0); -+ } -+ -+ return err; -+} -+ -+int au_digen_test(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(au_digen(dentry) != sigen -+ || au_iigen_test(d_inode(dentry), sigen))) -+ err = -EIO; -+ -+ return err; -+} -+ -+void au_update_digen(struct dentry *dentry) -+{ -+ atomic_set(&au_di(dentry)->di_generation, au_sigen(dentry->d_sb)); -+ /* smp_mb(); */ /* atomic_set */ -+} -+ -+void au_update_dbrange(struct dentry *dentry, int do_put_zero) -+{ -+ struct au_dinfo *dinfo; -+ struct dentry *h_d; -+ struct au_hdentry *hdp; -+ aufs_bindex_t bindex, bbot; -+ -+ DiMustWriteLock(dentry); -+ -+ dinfo = au_di(dentry); -+ if (!dinfo || dinfo->di_btop < 0) -+ return; -+ -+ if (do_put_zero) { -+ bbot = dinfo->di_bbot; -+ bindex = dinfo->di_btop; -+ hdp = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, hdp++) { -+ h_d = hdp->hd_dentry; -+ if (h_d && d_is_negative(h_d)) -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+ } -+ -+ dinfo->di_btop = 0; -+ hdp = au_hdentry(dinfo, dinfo->di_btop); -+ for (; dinfo->di_btop <= dinfo->di_bbot; dinfo->di_btop++, hdp++) -+ if (hdp->hd_dentry) -+ break; -+ if (dinfo->di_btop > dinfo->di_bbot) { -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ return; -+ } -+ -+ hdp = au_hdentry(dinfo, dinfo->di_bbot); -+ for (; dinfo->di_bbot >= 0; dinfo->di_bbot--, hdp--) -+ if (hdp->hd_dentry) -+ break; -+ AuDebugOn(dinfo->di_btop > dinfo->di_bbot || dinfo->di_bbot < 0); -+} -+ -+void au_update_dbtop(struct dentry *dentry) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct dentry *h_dentry; -+ -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ if (d_is_positive(h_dentry)) { -+ au_set_dbtop(dentry, bindex); -+ return; -+ } -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+} -+ -+void au_update_dbbot(struct dentry *dentry) -+{ -+ aufs_bindex_t bindex, btop; -+ struct dentry *h_dentry; -+ -+ btop = au_dbtop(dentry); -+ for (bindex = au_dbbot(dentry); bindex >= btop; bindex--) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ if (d_is_positive(h_dentry)) { -+ au_set_dbbot(dentry, bindex); -+ return; -+ } -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+} -+ -+int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry) -+{ -+ aufs_bindex_t bindex, bbot; -+ -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) -+ if (au_h_dptr(dentry, bindex) == h_dentry) -+ return bindex; -+ return -1; -+} -diff --git a/fs/aufs/dir.c b/fs/aufs/dir.c -new file mode 100644 -index 0000000..395563e ---- /dev/null -+++ b/fs/aufs/dir.c -@@ -0,0 +1,749 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * directory operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+void au_add_nlink(struct inode *dir, struct inode *h_dir) -+{ -+ unsigned int nlink; -+ -+ AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); -+ -+ nlink = dir->i_nlink; -+ nlink += h_dir->i_nlink - 2; -+ if (h_dir->i_nlink < 2) -+ nlink += 2; -+ smp_mb(); /* for i_nlink */ -+ /* 0 can happen in revaliding */ -+ set_nlink(dir, nlink); -+} -+ -+void au_sub_nlink(struct inode *dir, struct inode *h_dir) -+{ -+ unsigned int nlink; -+ -+ AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); -+ -+ nlink = dir->i_nlink; -+ nlink -= h_dir->i_nlink - 2; -+ if (h_dir->i_nlink < 2) -+ nlink -= 2; -+ smp_mb(); /* for i_nlink */ -+ /* nlink == 0 means the branch-fs is broken */ -+ set_nlink(dir, nlink); -+} -+ -+loff_t au_dir_size(struct file *file, struct dentry *dentry) -+{ -+ loff_t sz; -+ aufs_bindex_t bindex, bbot; -+ struct file *h_file; -+ struct dentry *h_dentry; -+ -+ sz = 0; -+ if (file) { -+ AuDebugOn(!d_is_dir(file->f_path.dentry)); -+ -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); -+ bindex <= bbot && sz < KMALLOC_MAX_SIZE; -+ bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (h_file && file_inode(h_file)) -+ sz += vfsub_f_size_read(h_file); -+ } -+ } else { -+ AuDebugOn(!dentry); -+ AuDebugOn(!d_is_dir(dentry)); -+ -+ bbot = au_dbtaildir(dentry); -+ for (bindex = au_dbtop(dentry); -+ bindex <= bbot && sz < KMALLOC_MAX_SIZE; -+ bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) -+ sz += i_size_read(d_inode(h_dentry)); -+ } -+ } -+ if (sz < KMALLOC_MAX_SIZE) -+ sz = roundup_pow_of_two(sz); -+ if (sz > KMALLOC_MAX_SIZE) -+ sz = KMALLOC_MAX_SIZE; -+ else if (sz < NAME_MAX) { -+ BUILD_BUG_ON(AUFS_RDBLK_DEF < NAME_MAX); -+ sz = AUFS_RDBLK_DEF; -+ } -+ return sz; -+} -+ -+struct au_dir_ts_arg { -+ struct dentry *dentry; -+ aufs_bindex_t brid; -+}; -+ -+static void au_do_dir_ts(void *arg) -+{ -+ struct au_dir_ts_arg *a = arg; -+ struct au_dtime dt; -+ struct path h_path; -+ struct inode *dir, *h_dir; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_hinode *hdir; -+ int err; -+ aufs_bindex_t btop, bindex; -+ -+ sb = a->dentry->d_sb; -+ if (d_really_is_negative(a->dentry)) -+ goto out; -+ /* no dir->i_mutex lock */ -+ aufs_read_lock(a->dentry, AuLock_DW); /* noflush */ -+ -+ dir = d_inode(a->dentry); -+ btop = au_ibtop(dir); -+ bindex = au_br_index(sb, a->brid); -+ if (bindex < btop) -+ goto out_unlock; -+ -+ br = au_sbr(sb, bindex); -+ h_path.dentry = au_h_dptr(a->dentry, bindex); -+ if (!h_path.dentry) -+ goto out_unlock; -+ h_path.mnt = au_br_mnt(br); -+ au_dtime_store(&dt, a->dentry, &h_path); -+ -+ br = au_sbr(sb, btop); -+ if (!au_br_writable(br->br_perm)) -+ goto out_unlock; -+ h_path.dentry = au_h_dptr(a->dentry, btop); -+ h_path.mnt = au_br_mnt(br); -+ err = vfsub_mnt_want_write(h_path.mnt); -+ if (err) -+ goto out_unlock; -+ hdir = au_hi(dir, btop); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ h_dir = au_h_iptr(dir, btop); -+ if (h_dir->i_nlink -+ && timespec_compare(&h_dir->i_mtime, &dt.dt_mtime) < 0) { -+ dt.dt_h_path = h_path; -+ au_dtime_revert(&dt); -+ } -+ au_hn_inode_unlock(hdir); -+ vfsub_mnt_drop_write(h_path.mnt); -+ au_cpup_attr_timesizes(dir); -+ -+out_unlock: -+ aufs_read_unlock(a->dentry, AuLock_DW); -+out: -+ dput(a->dentry); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ au_delayed_kfree(arg); -+} -+ -+void au_dir_ts(struct inode *dir, aufs_bindex_t bindex) -+{ -+ int perm, wkq_err; -+ aufs_bindex_t btop; -+ struct au_dir_ts_arg *arg; -+ struct dentry *dentry; -+ struct super_block *sb; -+ -+ IMustLock(dir); -+ -+ dentry = d_find_any_alias(dir); -+ AuDebugOn(!dentry); -+ sb = dentry->d_sb; -+ btop = au_ibtop(dir); -+ if (btop == bindex) { -+ au_cpup_attr_timesizes(dir); -+ goto out; -+ } -+ -+ perm = au_sbr_perm(sb, btop); -+ if (!au_br_writable(perm)) -+ goto out; -+ -+ arg = kmalloc(sizeof(*arg), GFP_NOFS); -+ if (!arg) -+ goto out; -+ -+ arg->dentry = dget(dentry); /* will be dput-ted by au_do_dir_ts() */ -+ arg->brid = au_sbr_id(sb, bindex); -+ wkq_err = au_wkq_nowait(au_do_dir_ts, arg, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ pr_err("wkq %d\n", wkq_err); -+ dput(dentry); -+ au_delayed_kfree(arg); -+ } -+ -+out: -+ dput(dentry); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int reopen_dir(struct file *file) -+{ -+ int err; -+ unsigned int flags; -+ aufs_bindex_t bindex, btail, btop; -+ struct dentry *dentry, *h_dentry; -+ struct file *h_file; -+ -+ /* open all lower dirs */ -+ dentry = file->f_path.dentry; -+ btop = au_dbtop(dentry); -+ for (bindex = au_fbtop(file); bindex < btop; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbtop(file, btop); -+ -+ btail = au_dbtaildir(dentry); -+ for (bindex = au_fbbot_dir(file); btail < bindex; bindex--) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbbot_dir(file, btail); -+ -+ flags = vfsub_file_flags(file); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ h_file = au_hf_dir(file, bindex); -+ if (h_file) -+ continue; -+ -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; /* close all? */ -+ au_set_h_fptr(file, bindex, h_file); -+ } -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static int do_open_dir(struct file *file, int flags, struct file *h_file) -+{ -+ int err; -+ aufs_bindex_t bindex, btail; -+ struct dentry *dentry, *h_dentry; -+ struct vfsmount *mnt; -+ -+ FiMustWriteLock(file); -+ AuDebugOn(h_file); -+ -+ err = 0; -+ mnt = file->f_path.mnt; -+ dentry = file->f_path.dentry; -+ file->f_version = d_inode(dentry)->i_version; -+ bindex = au_dbtop(dentry); -+ au_set_fbtop(file, bindex); -+ btail = au_dbtaildir(dentry); -+ au_set_fbbot_dir(file, btail); -+ for (; !err && bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ -+ err = vfsub_test_mntns(mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ break; -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ if (IS_ERR(h_file)) { -+ err = PTR_ERR(h_file); -+ break; -+ } -+ au_set_h_fptr(file, bindex, h_file); -+ } -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ if (!err) -+ return 0; /* success */ -+ -+ /* close all */ -+ for (bindex = au_fbtop(file); bindex <= btail; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbtop(file, -1); -+ au_set_fbbot_dir(file, -1); -+ -+ return err; -+} -+ -+static int aufs_open_dir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_fidir *fidir; -+ -+ err = -ENOMEM; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ fidir = au_fidir_alloc(sb); -+ if (fidir) { -+ struct au_do_open_args args = { -+ .open = do_open_dir, -+ .fidir = fidir -+ }; -+ err = au_do_open(file, &args); -+ if (unlikely(err)) -+ au_delayed_kfree(fidir); -+ } -+ si_read_unlock(sb); -+ return err; -+} -+ -+static int aufs_release_dir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ struct au_vdir *vdir_cache; -+ struct au_finfo *finfo; -+ struct au_fidir *fidir; -+ struct au_hfile *hf; -+ aufs_bindex_t bindex, bbot; -+ int execed, delayed; -+ -+ delayed = (current->flags & PF_KTHREAD) || in_interrupt(); -+ finfo = au_fi(file); -+ fidir = finfo->fi_hdir; -+ if (fidir) { -+ au_sphl_del(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ vdir_cache = fidir->fd_vdir_cache; /* lock-free */ -+ if (vdir_cache) -+ au_vdir_free(vdir_cache, delayed); -+ -+ bindex = finfo->fi_btop; -+ if (bindex >= 0) { -+ execed = vfsub_file_execed(file); -+ hf = fidir->fd_hfile + bindex; -+ /* -+ * calls fput() instead of filp_close(), -+ * since no dnotify or lock for the lower file. -+ */ -+ bbot = fidir->fd_bbot; -+ for (; bindex <= bbot; bindex++, hf++) -+ if (hf->hf_file) -+ au_hfput(hf, execed); -+ } -+ au_delayed_kfree(fidir); -+ finfo->fi_hdir = NULL; -+ } -+ au_finfo_fin(file, delayed); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_flush_dir(struct file *file, fl_owner_t id) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct file *h_file; -+ -+ err = 0; -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); !err && bindex <= bbot; bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (h_file) -+ err = vfsub_flush(h_file, id); -+ } -+ return err; -+} -+ -+static int aufs_flush_dir(struct file *file, fl_owner_t id) -+{ -+ return au_do_flush(file, id, au_do_flush_dir); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_fsync_dir_no_file(struct dentry *dentry, int datasync) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); !err && bindex <= bbot; bindex++) { -+ struct path h_path; -+ -+ if (au_test_ro(sb, bindex, inode)) -+ continue; -+ h_path.dentry = au_h_dptr(dentry, bindex); -+ if (!h_path.dentry) -+ continue; -+ -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_fsync(NULL, &h_path, datasync); -+ } -+ -+ return err; -+} -+ -+static int au_do_fsync_dir(struct file *file, int datasync) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct file *h_file; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1); -+ if (unlikely(err)) -+ goto out; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); !err && bindex <= bbot; bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (!h_file || au_test_ro(sb, bindex, inode)) -+ continue; -+ -+ err = vfsub_fsync(h_file, &h_file->f_path, datasync); -+ } -+ -+out: -+ return err; -+} -+ -+/* -+ * @file may be NULL -+ */ -+static int aufs_fsync_dir(struct file *file, loff_t start, loff_t end, -+ int datasync) -+{ -+ int err; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ inode_lock(inode); -+ sb = dentry->d_sb; -+ si_noflush_read_lock(sb); -+ if (file) -+ err = au_do_fsync_dir(file, datasync); -+ else { -+ di_write_lock_child(dentry); -+ err = au_do_fsync_dir_no_file(dentry, datasync); -+ } -+ au_cpup_attr_timesizes(inode); -+ di_write_unlock(dentry); -+ if (file) -+ fi_write_unlock(file); -+ -+ si_read_unlock(sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_iterate_shared(struct file *file, struct dir_context *ctx) -+{ -+ int err; -+ struct dentry *dentry; -+ struct inode *inode, *h_inode; -+ struct super_block *sb; -+ -+ AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos); -+ -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ -+ sb = dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1); -+ if (unlikely(err)) -+ goto out; -+ err = au_alive_dir(dentry); -+ if (!err) -+ err = au_vdir_init(file); -+ di_downgrade_lock(dentry, AuLock_IR); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ if (!au_test_nfsd()) { -+ err = au_vdir_fill_de(file, ctx); -+ fsstack_copy_attr_atime(inode, h_inode); -+ } else { -+ /* -+ * nfsd filldir may call lookup_one_len(), vfs_getattr(), -+ * encode_fh() and others. -+ */ -+ atomic_inc(&h_inode->i_count); -+ di_read_unlock(dentry, AuLock_IR); -+ si_read_unlock(sb); -+ err = au_vdir_fill_de(file, ctx); -+ fsstack_copy_attr_atime(inode, h_inode); -+ fi_write_unlock(file); -+ iput(h_inode); -+ -+ AuTraceErr(err); -+ return err; -+ } -+ -+out_unlock: -+ di_read_unlock(dentry, AuLock_IR); -+ fi_write_unlock(file); -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuTestEmpty_WHONLY 1 -+#define AuTestEmpty_CALLED (1 << 1) -+#define AuTestEmpty_SHWH (1 << 2) -+#define au_ftest_testempty(flags, name) ((flags) & AuTestEmpty_##name) -+#define au_fset_testempty(flags, name) \ -+ do { (flags) |= AuTestEmpty_##name; } while (0) -+#define au_fclr_testempty(flags, name) \ -+ do { (flags) &= ~AuTestEmpty_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_SHWH -+#undef AuTestEmpty_SHWH -+#define AuTestEmpty_SHWH 0 -+#endif -+ -+struct test_empty_arg { -+ struct dir_context ctx; -+ struct au_nhash *whlist; -+ unsigned int flags; -+ int err; -+ aufs_bindex_t bindex; -+}; -+ -+static int test_empty_cb(struct dir_context *ctx, const char *__name, -+ int namelen, loff_t offset __maybe_unused, u64 ino, -+ unsigned int d_type) -+{ -+ struct test_empty_arg *arg = container_of(ctx, struct test_empty_arg, -+ ctx); -+ char *name = (void *)__name; -+ -+ arg->err = 0; -+ au_fset_testempty(arg->flags, CALLED); -+ /* smp_mb(); */ -+ if (name[0] == '.' -+ && (namelen == 1 || (name[1] == '.' && namelen == 2))) -+ goto out; /* success */ -+ -+ if (namelen <= AUFS_WH_PFX_LEN -+ || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ if (au_ftest_testempty(arg->flags, WHONLY) -+ && !au_nhash_test_known_wh(arg->whlist, name, namelen)) -+ arg->err = -ENOTEMPTY; -+ goto out; -+ } -+ -+ name += AUFS_WH_PFX_LEN; -+ namelen -= AUFS_WH_PFX_LEN; -+ if (!au_nhash_test_known_wh(arg->whlist, name, namelen)) -+ arg->err = au_nhash_append_wh -+ (arg->whlist, name, namelen, ino, d_type, arg->bindex, -+ au_ftest_testempty(arg->flags, SHWH)); -+ -+out: -+ /* smp_mb(); */ -+ AuTraceErr(arg->err); -+ return arg->err; -+} -+ -+static int do_test_empty(struct dentry *dentry, struct test_empty_arg *arg) -+{ -+ int err; -+ struct file *h_file; -+ -+ h_file = au_h_open(dentry, arg->bindex, -+ O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_LARGEFILE, -+ /*file*/NULL, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = 0; -+ if (!au_opt_test(au_mntflags(dentry->d_sb), UDBA_NONE) -+ && !file_inode(h_file)->i_nlink) -+ goto out_put; -+ -+ do { -+ arg->err = 0; -+ au_fclr_testempty(arg->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(h_file, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err && au_ftest_testempty(arg->flags, CALLED)); -+ -+out_put: -+ fput(h_file); -+ au_sbr_put(dentry->d_sb, arg->bindex); -+out: -+ return err; -+} -+ -+struct do_test_empty_args { -+ int *errp; -+ struct dentry *dentry; -+ struct test_empty_arg *arg; -+}; -+ -+static void call_do_test_empty(void *args) -+{ -+ struct do_test_empty_args *a = args; -+ *a->errp = do_test_empty(a->dentry, a->arg); -+} -+ -+static int sio_test_empty(struct dentry *dentry, struct test_empty_arg *arg) -+{ -+ int err, wkq_err; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_dentry = au_h_dptr(dentry, arg->bindex); -+ h_inode = d_inode(h_dentry); -+ /* todo: i_mode changes anytime? */ -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ err = au_test_h_perm_sio(h_inode, MAY_EXEC | MAY_READ); -+ inode_unlock(h_inode); -+ if (!err) -+ err = do_test_empty(dentry, arg); -+ else { -+ struct do_test_empty_args args = { -+ .errp = &err, -+ .dentry = dentry, -+ .arg = arg -+ }; -+ unsigned int flags = arg->flags; -+ -+ wkq_err = au_wkq_wait(call_do_test_empty, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ arg->flags = flags; -+ } -+ -+ return err; -+} -+ -+int au_test_empty_lower(struct dentry *dentry) -+{ -+ int err; -+ unsigned int rdhash; -+ aufs_bindex_t bindex, btop, btail; -+ struct au_nhash whlist; -+ struct test_empty_arg arg = { -+ .ctx = { -+ .actor = test_empty_cb -+ } -+ }; -+ int (*test_empty)(struct dentry *dentry, struct test_empty_arg *arg); -+ -+ SiMustAnyLock(dentry->d_sb); -+ -+ rdhash = au_sbi(dentry->d_sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, dentry)); -+ err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ -+ arg.flags = 0; -+ arg.whlist = &whlist; -+ btop = au_dbtop(dentry); -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) -+ au_fset_testempty(arg.flags, SHWH); -+ test_empty = do_test_empty; -+ if (au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1)) -+ test_empty = sio_test_empty; -+ arg.bindex = btop; -+ err = test_empty(dentry, &arg); -+ if (unlikely(err)) -+ goto out_whlist; -+ -+ au_fset_testempty(arg.flags, WHONLY); -+ btail = au_dbtaildir(dentry); -+ for (bindex = btop + 1; !err && bindex <= btail; bindex++) { -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) { -+ arg.bindex = bindex; -+ err = test_empty(dentry, &arg); -+ } -+ } -+ -+out_whlist: -+ au_nhash_wh_free(&whlist); -+out: -+ return err; -+} -+ -+int au_test_empty(struct dentry *dentry, struct au_nhash *whlist) -+{ -+ int err; -+ struct test_empty_arg arg = { -+ .ctx = { -+ .actor = test_empty_cb -+ } -+ }; -+ aufs_bindex_t bindex, btail; -+ -+ err = 0; -+ arg.whlist = whlist; -+ arg.flags = AuTestEmpty_WHONLY; -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) -+ au_fset_testempty(arg.flags, SHWH); -+ btail = au_dbtaildir(dentry); -+ for (bindex = au_dbtop(dentry); !err && bindex <= btail; bindex++) { -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) { -+ arg.bindex = bindex; -+ err = sio_test_empty(dentry, &arg); -+ } -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+const struct file_operations aufs_dir_fop = { -+ .owner = THIS_MODULE, -+ .llseek = default_llseek, -+ .read = generic_read_dir, -+ .iterate_shared = aufs_iterate_shared, -+ .unlocked_ioctl = aufs_ioctl_dir, -+#ifdef CONFIG_COMPAT -+ .compat_ioctl = aufs_compat_ioctl_dir, -+#endif -+ .open = aufs_open_dir, -+ .release = aufs_release_dir, -+ .flush = aufs_flush_dir, -+ .fsync = aufs_fsync_dir -+}; -diff --git a/fs/aufs/dir.h b/fs/aufs/dir.h -new file mode 100644 -index 0000000..4f3945a ---- /dev/null -+++ b/fs/aufs/dir.h -@@ -0,0 +1,124 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * directory operations -+ */ -+ -+#ifndef __AUFS_DIR_H__ -+#define __AUFS_DIR_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* need to be faster and smaller */ -+ -+struct au_nhash { -+ unsigned int nh_num; -+ struct hlist_head *nh_head; -+}; -+ -+struct au_vdir_destr { -+ unsigned char len; -+ unsigned char name[0]; -+} __packed; -+ -+struct au_vdir_dehstr { -+ struct hlist_node hash; -+ union { -+ struct au_vdir_destr *str; -+ struct llist_node lnode; /* delayed free */ -+ }; -+} ____cacheline_aligned_in_smp; -+ -+struct au_vdir_de { -+ ino_t de_ino; -+ unsigned char de_type; -+ /* caution: packed */ -+ struct au_vdir_destr de_str; -+} __packed; -+ -+struct au_vdir_wh { -+ struct hlist_node wh_hash; -+#ifdef CONFIG_AUFS_SHWH -+ ino_t wh_ino; -+ aufs_bindex_t wh_bindex; -+ unsigned char wh_type; -+#else -+ aufs_bindex_t wh_bindex; -+#endif -+ /* caution: packed */ -+ struct au_vdir_destr wh_str; -+} __packed; -+ -+union au_vdir_deblk_p { -+ unsigned char *deblk; -+ struct au_vdir_de *de; -+}; -+ -+struct au_vdir { -+ unsigned char **vd_deblk; -+ unsigned long vd_nblk; -+ struct { -+ unsigned long ul; -+ union au_vdir_deblk_p p; -+ } vd_last; -+ -+ unsigned long vd_version; -+ unsigned int vd_deblk_sz; -+ union { -+ unsigned long vd_jiffy; -+ struct llist_node vd_lnode; /* delayed free */ -+ }; -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dir.c */ -+extern const struct file_operations aufs_dir_fop; -+void au_add_nlink(struct inode *dir, struct inode *h_dir); -+void au_sub_nlink(struct inode *dir, struct inode *h_dir); -+loff_t au_dir_size(struct file *file, struct dentry *dentry); -+void au_dir_ts(struct inode *dir, aufs_bindex_t bsrc); -+int au_test_empty_lower(struct dentry *dentry); -+int au_test_empty(struct dentry *dentry, struct au_nhash *whlist); -+ -+/* vdir.c */ -+unsigned int au_rdhash_est(loff_t sz); -+int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp); -+void au_nhash_wh_free(struct au_nhash *whlist); -+int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, -+ int limit); -+int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen); -+int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, -+ unsigned int d_type, aufs_bindex_t bindex, -+ unsigned char shwh); -+void au_vdir_free(struct au_vdir *vdir, int atonce); -+int au_vdir_init(struct file *file); -+int au_vdir_fill_de(struct file *file, struct dir_context *ctx); -+ -+/* ioctl.c */ -+long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg); -+ -+#ifdef CONFIG_AUFS_RDU -+/* rdu.c */ -+long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, -+ unsigned long arg); -+#endif -+#else -+AuStub(long, au_rdu_ioctl, return -EINVAL, struct file *file, -+ unsigned int cmd, unsigned long arg) -+#ifdef CONFIG_COMPAT -+AuStub(long, au_rdu_compat_ioctl, return -EINVAL, struct file *file, -+ unsigned int cmd, unsigned long arg) -+#endif -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DIR_H__ */ -diff --git a/fs/aufs/dynop.c b/fs/aufs/dynop.c -new file mode 100644 -index 0000000..eb0e1a7 ---- /dev/null -+++ b/fs/aufs/dynop.c -@@ -0,0 +1,358 @@ -+/* -+ * Copyright (C) 2010-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * dynamically customizable operations for regular files -+ */ -+ -+#include "aufs.h" -+ -+#define DyPrSym(key) AuDbgSym(key->dk_op.dy_hop) -+ -+/* -+ * How large will these lists be? -+ * Usually just a few elements, 20-30 at most for each, I guess. -+ */ -+static struct au_sphlhead dynop[AuDyLast]; -+ -+static struct au_dykey *dy_gfind_get(struct au_sphlhead *sphl, const void *h_op) -+{ -+ struct au_dykey *key, *tmp; -+ struct hlist_head *head; -+ -+ key = NULL; -+ head = &sphl->head; -+ rcu_read_lock(); -+ hlist_for_each_entry_rcu(tmp, head, dk_hnode) -+ if (tmp->dk_op.dy_hop == h_op) { -+ key = tmp; -+ kref_get(&key->dk_kref); -+ break; -+ } -+ rcu_read_unlock(); -+ -+ return key; -+} -+ -+static struct au_dykey *dy_bradd(struct au_branch *br, struct au_dykey *key) -+{ -+ struct au_dykey **k, *found; -+ const void *h_op = key->dk_op.dy_hop; -+ int i; -+ -+ found = NULL; -+ k = br->br_dykey; -+ for (i = 0; i < AuBrDynOp; i++) -+ if (k[i]) { -+ if (k[i]->dk_op.dy_hop == h_op) { -+ found = k[i]; -+ break; -+ } -+ } else -+ break; -+ if (!found) { -+ spin_lock(&br->br_dykey_lock); -+ for (; i < AuBrDynOp; i++) -+ if (k[i]) { -+ if (k[i]->dk_op.dy_hop == h_op) { -+ found = k[i]; -+ break; -+ } -+ } else { -+ k[i] = key; -+ break; -+ } -+ spin_unlock(&br->br_dykey_lock); -+ BUG_ON(i == AuBrDynOp); /* expand the array */ -+ } -+ -+ return found; -+} -+ -+/* kref_get() if @key is already added */ -+static struct au_dykey *dy_gadd(struct au_sphlhead *sphl, struct au_dykey *key) -+{ -+ struct au_dykey *tmp, *found; -+ struct hlist_head *head; -+ const void *h_op = key->dk_op.dy_hop; -+ -+ found = NULL; -+ head = &sphl->head; -+ spin_lock(&sphl->spin); -+ hlist_for_each_entry(tmp, head, dk_hnode) -+ if (tmp->dk_op.dy_hop == h_op) { -+ kref_get(&tmp->dk_kref); -+ found = tmp; -+ break; -+ } -+ if (!found) -+ hlist_add_head_rcu(&key->dk_hnode, head); -+ spin_unlock(&sphl->spin); -+ -+ if (!found) -+ DyPrSym(key); -+ return found; -+} -+ -+static void dy_free_rcu(struct rcu_head *rcu) -+{ -+ struct au_dykey *key; -+ -+ key = container_of(rcu, struct au_dykey, dk_rcu); -+ DyPrSym(key); -+ kfree(key); /* not delayed */ -+} -+ -+static void dy_free(struct kref *kref) -+{ -+ struct au_dykey *key; -+ struct au_sphlhead *sphl; -+ -+ key = container_of(kref, struct au_dykey, dk_kref); -+ sphl = dynop + key->dk_op.dy_type; -+ au_sphl_del_rcu(&key->dk_hnode, sphl); -+ call_rcu(&key->dk_rcu, dy_free_rcu); -+} -+ -+void au_dy_put(struct au_dykey *key) -+{ -+ kref_put(&key->dk_kref, dy_free); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define DyDbgSize(cnt, op) AuDebugOn(cnt != sizeof(op)/sizeof(void *)) -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define DyDbgDeclare(cnt) unsigned int cnt = 0 -+#define DyDbgInc(cnt) do { cnt++; } while (0) -+#else -+#define DyDbgDeclare(cnt) do {} while (0) -+#define DyDbgInc(cnt) do {} while (0) -+#endif -+ -+#define DySet(func, dst, src, h_op, h_sb) do { \ -+ DyDbgInc(cnt); \ -+ if (h_op->func) { \ -+ if (src.func) \ -+ dst.func = src.func; \ -+ else \ -+ AuDbg("%s %s\n", au_sbtype(h_sb), #func); \ -+ } \ -+} while (0) -+ -+#define DySetForce(func, dst, src) do { \ -+ AuDebugOn(!src.func); \ -+ DyDbgInc(cnt); \ -+ dst.func = src.func; \ -+} while (0) -+ -+#define DySetAop(func) \ -+ DySet(func, dyaop->da_op, aufs_aop, h_aop, h_sb) -+#define DySetAopForce(func) \ -+ DySetForce(func, dyaop->da_op, aufs_aop) -+ -+static void dy_aop(struct au_dykey *key, const void *h_op, -+ struct super_block *h_sb __maybe_unused) -+{ -+ struct au_dyaop *dyaop = (void *)key; -+ const struct address_space_operations *h_aop = h_op; -+ DyDbgDeclare(cnt); -+ -+ AuDbg("%s\n", au_sbtype(h_sb)); -+ -+ DySetAop(writepage); -+ DySetAopForce(readpage); /* force */ -+ DySetAop(writepages); -+ DySetAop(set_page_dirty); -+ DySetAop(readpages); -+ DySetAop(write_begin); -+ DySetAop(write_end); -+ DySetAop(bmap); -+ DySetAop(invalidatepage); -+ DySetAop(releasepage); -+ DySetAop(freepage); -+ /* this one will be changed according to an aufs mount option */ -+ DySetAop(direct_IO); -+ DySetAop(migratepage); -+ DySetAop(isolate_page); -+ DySetAop(putback_page); -+ DySetAop(launder_page); -+ DySetAop(is_partially_uptodate); -+ DySetAop(is_dirty_writeback); -+ DySetAop(error_remove_page); -+ DySetAop(swap_activate); -+ DySetAop(swap_deactivate); -+ -+ DyDbgSize(cnt, *h_aop); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void dy_bug(struct kref *kref) -+{ -+ BUG(); -+} -+ -+static struct au_dykey *dy_get(struct au_dynop *op, struct au_branch *br) -+{ -+ struct au_dykey *key, *old; -+ struct au_sphlhead *sphl; -+ struct op { -+ unsigned int sz; -+ void (*set)(struct au_dykey *key, const void *h_op, -+ struct super_block *h_sb __maybe_unused); -+ }; -+ static const struct op a[] = { -+ [AuDy_AOP] = { -+ .sz = sizeof(struct au_dyaop), -+ .set = dy_aop -+ } -+ }; -+ const struct op *p; -+ -+ sphl = dynop + op->dy_type; -+ key = dy_gfind_get(sphl, op->dy_hop); -+ if (key) -+ goto out_add; /* success */ -+ -+ p = a + op->dy_type; -+ key = kzalloc(p->sz, GFP_NOFS); -+ if (unlikely(!key)) { -+ key = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ key->dk_op.dy_hop = op->dy_hop; -+ kref_init(&key->dk_kref); -+ p->set(key, op->dy_hop, au_br_sb(br)); -+ old = dy_gadd(sphl, key); -+ if (old) { -+ au_delayed_kfree(key); -+ key = old; -+ } -+ -+out_add: -+ old = dy_bradd(br, key); -+ if (old) -+ /* its ref-count should never be zero here */ -+ kref_put(&key->dk_kref, dy_bug); -+out: -+ return key; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * Aufs prohibits O_DIRECT by defaut even if the branch supports it. -+ * This behaviour is necessary to return an error from open(O_DIRECT) instead -+ * of the succeeding I/O. The dio mount option enables O_DIRECT and makes -+ * open(O_DIRECT) always succeed, but the succeeding I/O may return an error. -+ * See the aufs manual in detail. -+ */ -+static void dy_adx(struct au_dyaop *dyaop, int do_dx) -+{ -+ if (!do_dx) -+ dyaop->da_op.direct_IO = NULL; -+ else -+ dyaop->da_op.direct_IO = aufs_aop.direct_IO; -+} -+ -+static struct au_dyaop *dy_aget(struct au_branch *br, -+ const struct address_space_operations *h_aop, -+ int do_dx) -+{ -+ struct au_dyaop *dyaop; -+ struct au_dynop op; -+ -+ op.dy_type = AuDy_AOP; -+ op.dy_haop = h_aop; -+ dyaop = (void *)dy_get(&op, br); -+ if (IS_ERR(dyaop)) -+ goto out; -+ dy_adx(dyaop, do_dx); -+ -+out: -+ return dyaop; -+} -+ -+int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode) -+{ -+ int err, do_dx; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_dyaop *dyaop; -+ -+ AuDebugOn(!S_ISREG(h_inode->i_mode)); -+ IiMustWriteLock(inode); -+ -+ sb = inode->i_sb; -+ br = au_sbr(sb, bindex); -+ do_dx = !!au_opt_test(au_mntflags(sb), DIO); -+ dyaop = dy_aget(br, h_inode->i_mapping->a_ops, do_dx); -+ err = PTR_ERR(dyaop); -+ if (IS_ERR(dyaop)) -+ /* unnecessary to call dy_fput() */ -+ goto out; -+ -+ err = 0; -+ inode->i_mapping->a_ops = &dyaop->da_op; -+ -+out: -+ return err; -+} -+ -+/* -+ * Is it safe to replace a_ops during the inode/file is in operation? -+ * Yes, I hope so. -+ */ -+int au_dy_irefresh(struct inode *inode) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct inode *h_inode; -+ -+ err = 0; -+ if (S_ISREG(inode->i_mode)) { -+ btop = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, btop); -+ err = au_dy_iaop(inode, btop, h_inode); -+ } -+ return err; -+} -+ -+void au_dy_arefresh(int do_dx) -+{ -+ struct au_sphlhead *sphl; -+ struct hlist_head *head; -+ struct au_dykey *key; -+ -+ sphl = dynop + AuDy_AOP; -+ head = &sphl->head; -+ spin_lock(&sphl->spin); -+ hlist_for_each_entry(key, head, dk_hnode) -+ dy_adx((void *)key, do_dx); -+ spin_unlock(&sphl->spin); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void __init au_dy_init(void) -+{ -+ int i; -+ -+ /* make sure that 'struct au_dykey *' can be any type */ -+ BUILD_BUG_ON(offsetof(struct au_dyaop, da_key)); -+ -+ for (i = 0; i < AuDyLast; i++) -+ au_sphl_init(dynop + i); -+} -+ -+void au_dy_fin(void) -+{ -+ int i; -+ -+ for (i = 0; i < AuDyLast; i++) -+ WARN_ON(!hlist_empty(&dynop[i].head)); -+} -diff --git a/fs/aufs/dynop.h b/fs/aufs/dynop.h -new file mode 100644 -index 0000000..5db2da2 ---- /dev/null -+++ b/fs/aufs/dynop.h -@@ -0,0 +1,61 @@ -+/* -+ * Copyright (C) 2010-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * dynamically customizable operations (for regular files only) -+ */ -+ -+#ifndef __AUFS_DYNOP_H__ -+#define __AUFS_DYNOP_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+ -+enum {AuDy_AOP, AuDyLast}; -+ -+struct au_dynop { -+ int dy_type; -+ union { -+ const void *dy_hop; -+ const struct address_space_operations *dy_haop; -+ }; -+}; -+ -+struct au_dykey { -+ union { -+ struct hlist_node dk_hnode; -+ struct rcu_head dk_rcu; -+ }; -+ struct au_dynop dk_op; -+ -+ /* -+ * during I am in the branch local array, kref is gotten. when the -+ * branch is removed, kref is put. -+ */ -+ struct kref dk_kref; -+}; -+ -+/* stop unioning since their sizes are very different from each other */ -+struct au_dyaop { -+ struct au_dykey da_key; -+ struct address_space_operations da_op; /* not const */ -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dynop.c */ -+struct au_branch; -+void au_dy_put(struct au_dykey *key); -+int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode); -+int au_dy_irefresh(struct inode *inode); -+void au_dy_arefresh(int do_dio); -+ -+void __init au_dy_init(void); -+void au_dy_fin(void); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DYNOP_H__ */ -diff --git a/fs/aufs/export.c b/fs/aufs/export.c -new file mode 100644 -index 0000000..203f58b ---- /dev/null -+++ b/fs/aufs/export.c -@@ -0,0 +1,823 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * export via nfs -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+union conv { -+#ifdef CONFIG_AUFS_INO_T_64 -+ __u32 a[2]; -+#else -+ __u32 a[1]; -+#endif -+ ino_t ino; -+}; -+ -+static ino_t decode_ino(__u32 *a) -+{ -+ union conv u; -+ -+ BUILD_BUG_ON(sizeof(u.ino) != sizeof(u.a)); -+ u.a[0] = a[0]; -+#ifdef CONFIG_AUFS_INO_T_64 -+ u.a[1] = a[1]; -+#endif -+ return u.ino; -+} -+ -+static void encode_ino(__u32 *a, ino_t ino) -+{ -+ union conv u; -+ -+ u.ino = ino; -+ a[0] = u.a[0]; -+#ifdef CONFIG_AUFS_INO_T_64 -+ a[1] = u.a[1]; -+#endif -+} -+ -+/* NFS file handle */ -+enum { -+ Fh_br_id, -+ Fh_sigen, -+#ifdef CONFIG_AUFS_INO_T_64 -+ /* support 64bit inode number */ -+ Fh_ino1, -+ Fh_ino2, -+ Fh_dir_ino1, -+ Fh_dir_ino2, -+#else -+ Fh_ino1, -+ Fh_dir_ino1, -+#endif -+ Fh_igen, -+ Fh_h_type, -+ Fh_tail, -+ -+ Fh_ino = Fh_ino1, -+ Fh_dir_ino = Fh_dir_ino1 -+}; -+ -+static int au_test_anon(struct dentry *dentry) -+{ -+ /* note: read d_flags without d_lock */ -+ return !!(dentry->d_flags & DCACHE_DISCONNECTED); -+} -+ -+int au_test_nfsd(void) -+{ -+ int ret; -+ struct task_struct *tsk = current; -+ char comm[sizeof(tsk->comm)]; -+ -+ ret = 0; -+ if (tsk->flags & PF_KTHREAD) { -+ get_task_comm(comm, tsk); -+ ret = !strcmp(comm, "nfsd"); -+ } -+ -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* inode generation external table */ -+ -+void au_xigen_inc(struct inode *inode) -+{ -+ loff_t pos; -+ ssize_t sz; -+ __u32 igen; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ sb = inode->i_sb; -+ AuDebugOn(!au_opt_test(au_mntflags(sb), XINO)); -+ -+ sbinfo = au_sbi(sb); -+ pos = inode->i_ino; -+ pos *= sizeof(igen); -+ igen = inode->i_generation + 1; -+ sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xigen, &igen, -+ sizeof(igen), &pos); -+ if (sz == sizeof(igen)) -+ return; /* success */ -+ -+ if (unlikely(sz >= 0)) -+ AuIOErr("xigen error (%zd)\n", sz); -+} -+ -+int au_xigen_new(struct inode *inode) -+{ -+ int err; -+ loff_t pos; -+ ssize_t sz; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ err = 0; -+ /* todo: dirty, at mount time */ -+ if (inode->i_ino == AUFS_ROOT_INO) -+ goto out; -+ sb = inode->i_sb; -+ SiMustAnyLock(sb); -+ if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) -+ goto out; -+ -+ err = -EFBIG; -+ pos = inode->i_ino; -+ if (unlikely(au_loff_max / sizeof(inode->i_generation) - 1 < pos)) { -+ AuIOErr1("too large i%lld\n", pos); -+ goto out; -+ } -+ pos *= sizeof(inode->i_generation); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ file = sbinfo->si_xigen; -+ BUG_ON(!file); -+ -+ if (vfsub_f_size_read(file) -+ < pos + sizeof(inode->i_generation)) { -+ inode->i_generation = atomic_inc_return(&sbinfo->si_xigen_next); -+ sz = xino_fwrite(sbinfo->si_xwrite, file, &inode->i_generation, -+ sizeof(inode->i_generation), &pos); -+ } else -+ sz = xino_fread(sbinfo->si_xread, file, &inode->i_generation, -+ sizeof(inode->i_generation), &pos); -+ if (sz == sizeof(inode->i_generation)) -+ goto out; /* success */ -+ -+ err = sz; -+ if (unlikely(sz >= 0)) { -+ err = -EIO; -+ AuIOErr("xigen error (%zd)\n", sz); -+ } -+ -+out: -+ return err; -+} -+ -+int au_xigen_set(struct super_block *sb, struct file *base) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ file = au_xino_create2(base, sbinfo->si_xigen); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ err = 0; -+ if (sbinfo->si_xigen) -+ fput(sbinfo->si_xigen); -+ sbinfo->si_xigen = file; -+ -+out: -+ return err; -+} -+ -+void au_xigen_clr(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ if (sbinfo->si_xigen) { -+ fput(sbinfo->si_xigen); -+ sbinfo->si_xigen = NULL; -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *decode_by_ino(struct super_block *sb, ino_t ino, -+ ino_t dir_ino) -+{ -+ struct dentry *dentry, *d; -+ struct inode *inode; -+ unsigned int sigen; -+ -+ dentry = NULL; -+ inode = ilookup(sb, ino); -+ if (!inode) -+ goto out; -+ -+ dentry = ERR_PTR(-ESTALE); -+ sigen = au_sigen(sb); -+ if (unlikely(au_is_bad_inode(inode) -+ || IS_DEADDIR(inode) -+ || sigen != au_iigen(inode, NULL))) -+ goto out_iput; -+ -+ dentry = NULL; -+ if (!dir_ino || S_ISDIR(inode->i_mode)) -+ dentry = d_find_alias(inode); -+ else { -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { -+ spin_lock(&d->d_lock); -+ if (!au_test_anon(d) -+ && d_inode(d->d_parent)->i_ino == dir_ino) { -+ dentry = dget_dlock(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ spin_unlock(&d->d_lock); -+ } -+ spin_unlock(&inode->i_lock); -+ } -+ if (unlikely(dentry && au_digen_test(dentry, sigen))) { -+ /* need to refresh */ -+ dput(dentry); -+ dentry = NULL; -+ } -+ -+out_iput: -+ iput(inode); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: dirty? */ -+/* if exportfs_decode_fh() passed vfsmount*, we could be happy */ -+ -+struct au_compare_mnt_args { -+ /* input */ -+ struct super_block *sb; -+ -+ /* output */ -+ struct vfsmount *mnt; -+}; -+ -+static int au_compare_mnt(struct vfsmount *mnt, void *arg) -+{ -+ struct au_compare_mnt_args *a = arg; -+ -+ if (mnt->mnt_sb != a->sb) -+ return 0; -+ a->mnt = mntget(mnt); -+ return 1; -+} -+ -+static struct vfsmount *au_mnt_get(struct super_block *sb) -+{ -+ int err; -+ struct path root; -+ struct au_compare_mnt_args args = { -+ .sb = sb -+ }; -+ -+ get_fs_root(current->fs, &root); -+ rcu_read_lock(); -+ err = iterate_mounts(au_compare_mnt, &args, root.mnt); -+ rcu_read_unlock(); -+ path_put(&root); -+ AuDebugOn(!err); -+ AuDebugOn(!args.mnt); -+ return args.mnt; -+} -+ -+struct au_nfsd_si_lock { -+ unsigned int sigen; -+ aufs_bindex_t bindex, br_id; -+ unsigned char force_lock; -+}; -+ -+static int si_nfsd_read_lock(struct super_block *sb, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ -+ si_read_lock(sb, AuLock_FLUSH); -+ -+ /* branch id may be wrapped around */ -+ err = 0; -+ bindex = au_br_index(sb, nsi_lock->br_id); -+ if (bindex >= 0 && nsi_lock->sigen + AUFS_BRANCH_MAX > au_sigen(sb)) -+ goto out; /* success */ -+ -+ err = -ESTALE; -+ bindex = -1; -+ if (!nsi_lock->force_lock) -+ si_read_unlock(sb); -+ -+out: -+ nsi_lock->bindex = bindex; -+ return err; -+} -+ -+struct find_name_by_ino { -+ struct dir_context ctx; -+ int called, found; -+ ino_t ino; -+ char *name; -+ int namelen; -+}; -+ -+static int -+find_name_by_ino(struct dir_context *ctx, const char *name, int namelen, -+ loff_t offset, u64 ino, unsigned int d_type) -+{ -+ struct find_name_by_ino *a = container_of(ctx, struct find_name_by_ino, -+ ctx); -+ -+ a->called++; -+ if (a->ino != ino) -+ return 0; -+ -+ memcpy(a->name, name, namelen); -+ a->namelen = namelen; -+ a->found = 1; -+ return 1; -+} -+ -+static struct dentry *au_lkup_by_ino(struct path *path, ino_t ino, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry, *parent; -+ struct file *file; -+ struct inode *dir; -+ struct find_name_by_ino arg = { -+ .ctx = { -+ .actor = find_name_by_ino -+ } -+ }; -+ int err; -+ -+ parent = path->dentry; -+ if (nsi_lock) -+ si_read_unlock(parent->d_sb); -+ file = vfsub_dentry_open(path, au_dir_roflags); -+ dentry = (void *)file; -+ if (IS_ERR(file)) -+ goto out; -+ -+ dentry = ERR_PTR(-ENOMEM); -+ arg.name = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!arg.name)) -+ goto out_file; -+ arg.ino = ino; -+ arg.found = 0; -+ do { -+ arg.called = 0; -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(file, &arg.ctx); -+ } while (!err && !arg.found && arg.called); -+ dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_name; -+ /* instead of ENOENT */ -+ dentry = ERR_PTR(-ESTALE); -+ if (!arg.found) -+ goto out_name; -+ -+ /* do not call vfsub_lkup_one() */ -+ dir = d_inode(parent); -+ dentry = vfsub_lookup_one_len_unlocked(arg.name, parent, arg.namelen); -+ AuTraceErrPtr(dentry); -+ if (IS_ERR(dentry)) -+ goto out_name; -+ AuDebugOn(au_test_anon(dentry)); -+ if (unlikely(d_really_is_negative(dentry))) { -+ dput(dentry); -+ dentry = ERR_PTR(-ENOENT); -+ } -+ -+out_name: -+ au_delayed_free_page((unsigned long)arg.name); -+out_file: -+ fput(file); -+out: -+ if (unlikely(nsi_lock -+ && si_nfsd_read_lock(parent->d_sb, nsi_lock) < 0)) -+ if (!IS_ERR(dentry)) { -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+ } -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+static struct dentry *decode_by_dir_ino(struct super_block *sb, ino_t ino, -+ ino_t dir_ino, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry; -+ struct path path; -+ -+ if (dir_ino != AUFS_ROOT_INO) { -+ path.dentry = decode_by_ino(sb, dir_ino, 0); -+ dentry = path.dentry; -+ if (!path.dentry || IS_ERR(path.dentry)) -+ goto out; -+ AuDebugOn(au_test_anon(path.dentry)); -+ } else -+ path.dentry = dget(sb->s_root); -+ -+ path.mnt = au_mnt_get(sb); -+ dentry = au_lkup_by_ino(&path, ino, nsi_lock); -+ path_put(&path); -+ -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int h_acceptable(void *expv, struct dentry *dentry) -+{ -+ return 1; -+} -+ -+static char *au_build_path(struct dentry *h_parent, struct path *h_rootpath, -+ char *buf, int len, struct super_block *sb) -+{ -+ char *p; -+ int n; -+ struct path path; -+ -+ p = d_path(h_rootpath, buf, len); -+ if (IS_ERR(p)) -+ goto out; -+ n = strlen(p); -+ -+ path.mnt = h_rootpath->mnt; -+ path.dentry = h_parent; -+ p = d_path(&path, buf, len); -+ if (IS_ERR(p)) -+ goto out; -+ if (n != 1) -+ p += n; -+ -+ path.mnt = au_mnt_get(sb); -+ path.dentry = sb->s_root; -+ p = d_path(&path, buf, len - strlen(p)); -+ mntput(path.mnt); -+ if (IS_ERR(p)) -+ goto out; -+ if (n != 1) -+ p[strlen(p)] = '/'; -+ -+out: -+ AuTraceErrPtr(p); -+ return p; -+} -+ -+static -+struct dentry *decode_by_path(struct super_block *sb, ino_t ino, __u32 *fh, -+ int fh_len, struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry, *h_parent, *root; -+ struct super_block *h_sb; -+ char *pathname, *p; -+ struct vfsmount *h_mnt; -+ struct au_branch *br; -+ int err; -+ struct path path; -+ -+ br = au_sbr(sb, nsi_lock->bindex); -+ h_mnt = au_br_mnt(br); -+ h_sb = h_mnt->mnt_sb; -+ /* todo: call lower fh_to_dentry()? fh_to_parent()? */ -+ lockdep_off(); -+ h_parent = exportfs_decode_fh(h_mnt, (void *)(fh + Fh_tail), -+ fh_len - Fh_tail, fh[Fh_h_type], -+ h_acceptable, /*context*/NULL); -+ lockdep_on(); -+ dentry = h_parent; -+ if (unlikely(!h_parent || IS_ERR(h_parent))) { -+ AuWarn1("%s decode_fh failed, %ld\n", -+ au_sbtype(h_sb), PTR_ERR(h_parent)); -+ goto out; -+ } -+ dentry = NULL; -+ if (unlikely(au_test_anon(h_parent))) { -+ AuWarn1("%s decode_fh returned a disconnected dentry\n", -+ au_sbtype(h_sb)); -+ goto out_h_parent; -+ } -+ -+ dentry = ERR_PTR(-ENOMEM); -+ pathname = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!pathname)) -+ goto out_h_parent; -+ -+ root = sb->s_root; -+ path.mnt = h_mnt; -+ di_read_lock_parent(root, !AuLock_IR); -+ path.dentry = au_h_dptr(root, nsi_lock->bindex); -+ di_read_unlock(root, !AuLock_IR); -+ p = au_build_path(h_parent, &path, pathname, PAGE_SIZE, sb); -+ dentry = (void *)p; -+ if (IS_ERR(p)) -+ goto out_pathname; -+ -+ si_read_unlock(sb); -+ err = vfsub_kern_path(p, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); -+ dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_relock; -+ -+ dentry = ERR_PTR(-ENOENT); -+ AuDebugOn(au_test_anon(path.dentry)); -+ if (unlikely(d_really_is_negative(path.dentry))) -+ goto out_path; -+ -+ if (ino != d_inode(path.dentry)->i_ino) -+ dentry = au_lkup_by_ino(&path, ino, /*nsi_lock*/NULL); -+ else -+ dentry = dget(path.dentry); -+ -+out_path: -+ path_put(&path); -+out_relock: -+ if (unlikely(si_nfsd_read_lock(sb, nsi_lock) < 0)) -+ if (!IS_ERR(dentry)) { -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+ } -+out_pathname: -+ au_delayed_free_page((unsigned long)pathname); -+out_h_parent: -+ dput(h_parent); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry * -+aufs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, -+ int fh_type) -+{ -+ struct dentry *dentry; -+ __u32 *fh = fid->raw; -+ struct au_branch *br; -+ ino_t ino, dir_ino; -+ struct au_nfsd_si_lock nsi_lock = { -+ .force_lock = 0 -+ }; -+ -+ dentry = ERR_PTR(-ESTALE); -+ /* it should never happen, but the file handle is unreliable */ -+ if (unlikely(fh_len < Fh_tail)) -+ goto out; -+ nsi_lock.sigen = fh[Fh_sigen]; -+ nsi_lock.br_id = fh[Fh_br_id]; -+ -+ /* branch id may be wrapped around */ -+ br = NULL; -+ if (unlikely(si_nfsd_read_lock(sb, &nsi_lock))) -+ goto out; -+ nsi_lock.force_lock = 1; -+ -+ /* is this inode still cached? */ -+ ino = decode_ino(fh + Fh_ino); -+ /* it should never happen */ -+ if (unlikely(ino == AUFS_ROOT_INO)) -+ goto out_unlock; -+ -+ dir_ino = decode_ino(fh + Fh_dir_ino); -+ dentry = decode_by_ino(sb, ino, dir_ino); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (dentry) -+ goto accept; -+ -+ /* is the parent dir cached? */ -+ br = au_sbr(sb, nsi_lock.bindex); -+ au_br_get(br); -+ dentry = decode_by_dir_ino(sb, ino, dir_ino, &nsi_lock); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (dentry) -+ goto accept; -+ -+ /* lookup path */ -+ dentry = decode_by_path(sb, ino, fh, fh_len, &nsi_lock); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (unlikely(!dentry)) -+ /* todo?: make it ESTALE */ -+ goto out_unlock; -+ -+accept: -+ if (!au_digen_test(dentry, au_sigen(sb)) -+ && d_inode(dentry)->i_generation == fh[Fh_igen]) -+ goto out_unlock; /* success */ -+ -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+out_unlock: -+ if (br) -+ au_br_put(br); -+ si_read_unlock(sb); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+#if 0 /* reserved for future use */ -+/* support subtreecheck option */ -+static struct dentry *aufs_fh_to_parent(struct super_block *sb, struct fid *fid, -+ int fh_len, int fh_type) -+{ -+ struct dentry *parent; -+ __u32 *fh = fid->raw; -+ ino_t dir_ino; -+ -+ dir_ino = decode_ino(fh + Fh_dir_ino); -+ parent = decode_by_ino(sb, dir_ino, 0); -+ if (IS_ERR(parent)) -+ goto out; -+ if (!parent) -+ parent = decode_by_path(sb, au_br_index(sb, fh[Fh_br_id]), -+ dir_ino, fh, fh_len); -+ -+out: -+ AuTraceErrPtr(parent); -+ return parent; -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_encode_fh(struct inode *inode, __u32 *fh, int *max_len, -+ struct inode *dir) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb, *h_sb; -+ struct dentry *dentry, *parent, *h_parent; -+ struct inode *h_dir; -+ struct au_branch *br; -+ -+ err = -ENOSPC; -+ if (unlikely(*max_len <= Fh_tail)) { -+ AuWarn1("NFSv2 client (max_len %d)?\n", *max_len); -+ goto out; -+ } -+ -+ err = FILEID_ROOT; -+ if (inode->i_ino == AUFS_ROOT_INO) { -+ AuDebugOn(inode->i_ino != AUFS_ROOT_INO); -+ goto out; -+ } -+ -+ h_parent = NULL; -+ sb = inode->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH); -+ if (unlikely(err)) -+ goto out; -+ -+#ifdef CONFIG_AUFS_DEBUG -+ if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) -+ AuWarn1("NFS-exporting requires xino\n"); -+#endif -+ err = -EIO; -+ parent = NULL; -+ ii_read_lock_child(inode); -+ bindex = au_ibtop(inode); -+ if (!dir) { -+ dentry = d_find_any_alias(inode); -+ if (unlikely(!dentry)) -+ goto out_unlock; -+ AuDebugOn(au_test_anon(dentry)); -+ parent = dget_parent(dentry); -+ dput(dentry); -+ if (unlikely(!parent)) -+ goto out_unlock; -+ if (d_really_is_positive(parent)) -+ dir = d_inode(parent); -+ } -+ -+ ii_read_lock_parent(dir); -+ h_dir = au_h_iptr(dir, bindex); -+ ii_read_unlock(dir); -+ if (unlikely(!h_dir)) -+ goto out_parent; -+ h_parent = d_find_any_alias(h_dir); -+ if (unlikely(!h_parent)) -+ goto out_hparent; -+ -+ err = -EPERM; -+ br = au_sbr(sb, bindex); -+ h_sb = au_br_sb(br); -+ if (unlikely(!h_sb->s_export_op)) { -+ AuErr1("%s branch is not exportable\n", au_sbtype(h_sb)); -+ goto out_hparent; -+ } -+ -+ fh[Fh_br_id] = br->br_id; -+ fh[Fh_sigen] = au_sigen(sb); -+ encode_ino(fh + Fh_ino, inode->i_ino); -+ encode_ino(fh + Fh_dir_ino, dir->i_ino); -+ fh[Fh_igen] = inode->i_generation; -+ -+ *max_len -= Fh_tail; -+ fh[Fh_h_type] = exportfs_encode_fh(h_parent, (void *)(fh + Fh_tail), -+ max_len, -+ /*connectable or subtreecheck*/0); -+ err = fh[Fh_h_type]; -+ *max_len += Fh_tail; -+ /* todo: macros? */ -+ if (err != FILEID_INVALID) -+ err = 99; -+ else -+ AuWarn1("%s encode_fh failed\n", au_sbtype(h_sb)); -+ -+out_hparent: -+ dput(h_parent); -+out_parent: -+ dput(parent); -+out_unlock: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+out: -+ if (unlikely(err < 0)) -+ err = FILEID_INVALID; -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_commit_metadata(struct inode *inode) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct inode *h_inode; -+ int (*f)(struct inode *inode); -+ -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ ii_write_lock_child(inode); -+ bindex = au_ibtop(inode); -+ AuDebugOn(bindex < 0); -+ h_inode = au_h_iptr(inode, bindex); -+ -+ f = h_inode->i_sb->s_export_op->commit_metadata; -+ if (f) -+ err = f(h_inode); -+ else { -+ struct writeback_control wbc = { -+ .sync_mode = WB_SYNC_ALL, -+ .nr_to_write = 0 /* metadata only */ -+ }; -+ -+ err = sync_inode(h_inode, &wbc); -+ } -+ -+ au_cpup_attr_timesizes(inode); -+ ii_write_unlock(inode); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct export_operations aufs_export_op = { -+ .fh_to_dentry = aufs_fh_to_dentry, -+ /* .fh_to_parent = aufs_fh_to_parent, */ -+ .encode_fh = aufs_encode_fh, -+ .commit_metadata = aufs_commit_metadata -+}; -+ -+void au_export_init(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ __u32 u; -+ -+ BUILD_BUG_ON_MSG(IS_BUILTIN(CONFIG_AUFS_FS) -+ && IS_MODULE(CONFIG_EXPORTFS), -+ AUFS_NAME ": unsupported configuration " -+ "CONFIG_EXPORTFS=m and CONFIG_AUFS_FS=y"); -+ -+ sb->s_export_op = &aufs_export_op; -+ sbinfo = au_sbi(sb); -+ sbinfo->si_xigen = NULL; -+ get_random_bytes(&u, sizeof(u)); -+ BUILD_BUG_ON(sizeof(u) != sizeof(int)); -+ atomic_set(&sbinfo->si_xigen_next, u); -+} -diff --git a/fs/aufs/f_op.c b/fs/aufs/f_op.c -new file mode 100644 -index 0000000..139240a ---- /dev/null -+++ b/fs/aufs/f_op.c -@@ -0,0 +1,710 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * file and vm operations -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+int au_do_open_nondir(struct file *file, int flags, struct file *h_file) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct dentry *dentry, *h_dentry; -+ struct au_finfo *finfo; -+ struct inode *h_inode; -+ -+ FiMustWriteLock(file); -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ AuDebugOn(IS_ERR_OR_NULL(dentry)); -+ finfo = au_fi(file); -+ memset(&finfo->fi_htop, 0, sizeof(finfo->fi_htop)); -+ atomic_set(&finfo->fi_mmapped, 0); -+ bindex = au_dbtop(dentry); -+ if (!h_file) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ err = vfsub_test_mntns(file->f_path.mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ goto out; -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ } else { -+ h_dentry = h_file->f_path.dentry; -+ err = vfsub_test_mntns(file->f_path.mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ goto out; -+ get_file(h_file); -+ } -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ if ((flags & __O_TMPFILE) -+ && !(flags & O_EXCL)) { -+ h_inode = file_inode(h_file); -+ spin_lock(&h_inode->i_lock); -+ h_inode->i_state |= I_LINKABLE; -+ spin_unlock(&h_inode->i_lock); -+ } -+ au_set_fbtop(file, bindex); -+ au_set_h_fptr(file, bindex, h_file); -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ } -+ -+out: -+ return err; -+} -+ -+static int aufs_open_nondir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_do_open_args args = { -+ .open = au_do_open_nondir -+ }; -+ -+ AuDbg("%pD, f_flags 0x%x, f_mode 0x%x\n", -+ file, vfsub_file_flags(file), file->f_mode); -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ err = au_do_open(file, &args); -+ si_read_unlock(sb); -+ return err; -+} -+ -+int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file) -+{ -+ struct au_finfo *finfo; -+ aufs_bindex_t bindex; -+ int delayed; -+ -+ finfo = au_fi(file); -+ au_sphl_del(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ bindex = finfo->fi_btop; -+ if (bindex >= 0) -+ au_set_h_fptr(file, bindex, NULL); -+ -+ delayed = (current->flags & PF_KTHREAD) || in_interrupt(); -+ au_finfo_fin(file, delayed); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_flush_nondir(struct file *file, fl_owner_t id) -+{ -+ int err; -+ struct file *h_file; -+ -+ err = 0; -+ h_file = au_hf_top(file); -+ if (h_file) -+ err = vfsub_flush(h_file, id); -+ return err; -+} -+ -+static int aufs_flush_nondir(struct file *file, fl_owner_t id) -+{ -+ return au_do_flush(file, id, au_do_flush_nondir); -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * read and write functions acquire [fdi]_rwsem once, but release before -+ * mmap_sem. This is because to stop a race condition between mmap(2). -+ * Releasing these aufs-rwsem should be safe, no branch-mamagement (by keeping -+ * si_rwsem), no harmful copy-up should happen. Actually copy-up may happen in -+ * read functions after [fdi]_rwsem are released, but it should be harmless. -+ */ -+ -+/* Callers should call au_read_post() or fput() in the end */ -+struct file *au_read_pre(struct file *file, int keep_fi) -+{ -+ struct file *h_file; -+ int err; -+ -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0); -+ if (!err) { -+ di_read_unlock(file->f_path.dentry, AuLock_IR); -+ h_file = au_hf_top(file); -+ get_file(h_file); -+ if (!keep_fi) -+ fi_read_unlock(file); -+ } else -+ h_file = ERR_PTR(err); -+ -+ return h_file; -+} -+ -+static void au_read_post(struct inode *inode, struct file *h_file) -+{ -+ /* update without lock, I don't think it a problem */ -+ fsstack_copy_attr_atime(inode, file_inode(h_file)); -+ fput(h_file); -+} -+ -+struct au_write_pre { -+ blkcnt_t blks; -+ aufs_bindex_t btop; -+}; -+ -+/* -+ * return with iinfo is write-locked -+ * callers should call au_write_post() or iinfo_write_unlock() + fput() in the -+ * end -+ */ -+static struct file *au_write_pre(struct file *file, int do_ready, -+ struct au_write_pre *wpre) -+{ -+ struct file *h_file; -+ struct dentry *dentry; -+ int err; -+ struct au_pin pin; -+ -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); -+ h_file = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ if (do_ready) { -+ err = au_ready_to_write(file, -1, &pin); -+ if (unlikely(err)) { -+ h_file = ERR_PTR(err); -+ di_write_unlock(dentry); -+ goto out_fi; -+ } -+ } -+ -+ di_downgrade_lock(dentry, /*flags*/0); -+ if (wpre) -+ wpre->btop = au_fbtop(file); -+ h_file = au_hf_top(file); -+ get_file(h_file); -+ if (wpre) -+ wpre->blks = file_inode(h_file)->i_blocks; -+ if (do_ready) -+ au_unpin(&pin); -+ di_read_unlock(dentry, /*flags*/0); -+ -+out_fi: -+ fi_write_unlock(file); -+out: -+ return h_file; -+} -+ -+static void au_write_post(struct inode *inode, struct file *h_file, -+ struct au_write_pre *wpre, ssize_t written) -+{ -+ struct inode *h_inode; -+ -+ au_cpup_attr_timesizes(inode); -+ AuDebugOn(au_ibtop(inode) != wpre->btop); -+ h_inode = file_inode(h_file); -+ inode->i_mode = h_inode->i_mode; -+ ii_write_unlock(inode); -+ fput(h_file); -+ -+ /* AuDbg("blks %llu, %llu\n", (u64)blks, (u64)h_inode->i_blocks); */ -+ if (written > 0) -+ au_fhsm_wrote(inode->i_sb, wpre->btop, -+ /*force*/h_inode->i_blocks > wpre->blks); -+} -+ -+static ssize_t aufs_read(struct file *file, char __user *buf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ struct inode *inode; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ /* filedata may be obsoleted by concurrent copyup, but no problem */ -+ err = vfsub_read_u(h_file, buf, count, ppos); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* -+ * todo: very ugly -+ * it locks both of i_mutex and si_rwsem for read in safe. -+ * if the plink maintenance mode continues forever (that is the problem), -+ * may loop forever. -+ */ -+static void au_mtx_and_read_lock(struct inode *inode) -+{ -+ int err; -+ struct super_block *sb = inode->i_sb; -+ -+ while (1) { -+ inode_lock(inode); -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (!err) -+ break; -+ inode_unlock(inode); -+ si_read_lock(sb, AuLock_NOPLMW); -+ si_read_unlock(sb); -+ } -+} -+ -+static ssize_t aufs_write(struct file *file, const char __user *ubuf, -+ size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ char __user *buf = (char __user *)ubuf; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_write_u(h_file, buf, count, ppos); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t au_do_iter(struct file *h_file, int rw, struct kiocb *kio, -+ struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct file *file; -+ ssize_t (*iter)(struct kiocb *, struct iov_iter *); -+ -+ err = security_file_permission(h_file, rw); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOSYS; -+ iter = NULL; -+ if (rw == MAY_READ) -+ iter = h_file->f_op->read_iter; -+ else if (rw == MAY_WRITE) -+ iter = h_file->f_op->write_iter; -+ -+ file = kio->ki_filp; -+ kio->ki_filp = h_file; -+ if (iter) { -+ lockdep_off(); -+ err = iter(kio, iov_iter); -+ lockdep_on(); -+ } else -+ /* currently there is no such fs */ -+ WARN_ON_ONCE(1); -+ kio->ki_filp = file; -+ -+out: -+ return err; -+} -+ -+static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct file *file, *h_file; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ file = kio->ki_filp; -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/1); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ if (au_test_loopback_kthread()) { -+ au_warn_loopback(h_file->f_path.dentry->d_sb); -+ if (file->f_mapping != h_file->f_mapping) { -+ file->f_mapping = h_file->f_mapping; -+ smp_mb(); /* unnecessary? */ -+ } -+ } -+ fi_read_unlock(file); -+ -+ err = au_do_iter(h_file, MAY_READ, kio, iov_iter); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static ssize_t aufs_write_iter(struct kiocb *kio, struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *file, *h_file; -+ -+ file = kio->ki_filp; -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = au_do_iter(h_file, MAY_WRITE, kio, iov_iter); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t aufs_splice_read(struct file *file, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) -+{ -+ ssize_t err; -+ struct file *h_file; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_splice_to(h_file, ppos, pipe, len, flags); -+ /* todo: necessasry? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static ssize_t -+aufs_splice_write(struct pipe_inode_info *pipe, struct file *file, loff_t *ppos, -+ size_t len, unsigned int flags) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_splice_from(pipe, h_file, ppos, len, flags); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static long aufs_fallocate(struct file *file, int mode, loff_t offset, -+ loff_t len) -+{ -+ long err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_fallocate(h_file, mode, offset, len); -+ lockdep_on(); -+ au_write_post(inode, h_file, &wpre, /*written*/1); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * The locking order around current->mmap_sem. -+ * - in most and regular cases -+ * file I/O syscall -- aufs_read() or something -+ * -- si_rwsem for read -- mmap_sem -+ * (Note that [fdi]i_rwsem are released before mmap_sem). -+ * - in mmap case -+ * mmap(2) -- mmap_sem -- aufs_mmap() -- si_rwsem for read -- [fdi]i_rwsem -+ * This AB-BA order is definitly bad, but is not a problem since "si_rwsem for -+ * read" allows muliple processes to acquire it and [fdi]i_rwsem are not held in -+ * file I/O. Aufs needs to stop lockdep in aufs_mmap() though. -+ * It means that when aufs acquires si_rwsem for write, the process should never -+ * acquire mmap_sem. -+ * -+ * Actually aufs_iterate() holds [fdi]i_rwsem before mmap_sem, but this is not a -+ * problem either since any directory is not able to be mmap-ed. -+ * The similar scenario is applied to aufs_readlink() too. -+ */ -+ -+#if 0 /* stop calling security_file_mmap() */ -+/* cf. linux/include/linux/mman.h: calc_vm_prot_bits() */ -+#define AuConv_VM_PROT(f, b) _calc_vm_trans(f, VM_##b, PROT_##b) -+ -+static unsigned long au_arch_prot_conv(unsigned long flags) -+{ -+ /* currently ppc64 only */ -+#ifdef CONFIG_PPC64 -+ /* cf. linux/arch/powerpc/include/asm/mman.h */ -+ AuDebugOn(arch_calc_vm_prot_bits(-1) != VM_SAO); -+ return AuConv_VM_PROT(flags, SAO); -+#else -+ AuDebugOn(arch_calc_vm_prot_bits(-1)); -+ return 0; -+#endif -+} -+ -+static unsigned long au_prot_conv(unsigned long flags) -+{ -+ return AuConv_VM_PROT(flags, READ) -+ | AuConv_VM_PROT(flags, WRITE) -+ | AuConv_VM_PROT(flags, EXEC) -+ | au_arch_prot_conv(flags); -+} -+ -+/* cf. linux/include/linux/mman.h: calc_vm_flag_bits() */ -+#define AuConv_VM_MAP(f, b) _calc_vm_trans(f, VM_##b, MAP_##b) -+ -+static unsigned long au_flag_conv(unsigned long flags) -+{ -+ return AuConv_VM_MAP(flags, GROWSDOWN) -+ | AuConv_VM_MAP(flags, DENYWRITE) -+ | AuConv_VM_MAP(flags, LOCKED); -+} -+#endif -+ -+static int aufs_mmap(struct file *file, struct vm_area_struct *vma) -+{ -+ int err; -+ const unsigned char wlock -+ = (file->f_mode & FMODE_WRITE) && (vma->vm_flags & VM_SHARED); -+ struct super_block *sb; -+ struct file *h_file; -+ struct inode *inode; -+ -+ AuDbgVmRegion(file, vma); -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ lockdep_off(); -+ si_read_lock(sb, AuLock_NOPLMW); -+ -+ h_file = au_write_pre(file, wlock, /*wpre*/NULL); -+ lockdep_on(); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = 0; -+ au_set_mmapped(file); -+ au_vm_file_reset(vma, h_file); -+ /* -+ * we cannot call security_mmap_file() here since it may acquire -+ * mmap_sem or i_mutex. -+ * -+ * err = security_mmap_file(h_file, au_prot_conv(vma->vm_flags), -+ * au_flag_conv(vma->vm_flags)); -+ */ -+ if (!err) -+ err = h_file->f_op->mmap(h_file, vma); -+ if (!err) { -+ au_vm_prfile_set(vma, file); -+ fsstack_copy_attr_atime(inode, file_inode(h_file)); -+ goto out_fput; /* success */ -+ } -+ au_unset_mmapped(file); -+ au_vm_file_reset(vma, file); -+ -+out_fput: -+ lockdep_off(); -+ ii_write_unlock(inode); -+ lockdep_on(); -+ fput(h_file); -+out: -+ lockdep_off(); -+ si_read_unlock(sb); -+ lockdep_on(); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_fsync_nondir(struct file *file, loff_t start, loff_t end, -+ int datasync) -+{ -+ int err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ err = 0; /* -EBADF; */ /* posix? */ -+ if (unlikely(!(file->f_mode & FMODE_WRITE))) -+ goto out; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out_unlock; -+ -+ err = vfsub_fsync(h_file, &h_file->f_path, datasync); -+ au_write_post(inode, h_file, &wpre, /*written*/0); -+ -+out_unlock: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+out: -+ return err; -+} -+ -+static int aufs_fasync(int fd, struct file *file, int flag) -+{ -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ if (h_file->f_op->fasync) -+ err = h_file->f_op->fasync(fd, h_file, flag); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static int aufs_setfl(struct file *file, unsigned long arg) -+{ -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ arg |= vfsub_file_flags(file) & FASYNC; /* stop calling h_file->fasync */ -+ err = setfl(/*unused fd*/-1, h_file, arg); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* no one supports this operation, currently */ -+#if 0 -+static ssize_t aufs_sendpage(struct file *file, struct page *page, int offset, -+ size_t len, loff_t *pos, int more) -+{ -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+const struct file_operations aufs_file_fop = { -+ .owner = THIS_MODULE, -+ -+ .llseek = default_llseek, -+ -+ .read = aufs_read, -+ .write = aufs_write, -+ .read_iter = aufs_read_iter, -+ .write_iter = aufs_write_iter, -+ -+#ifdef CONFIG_AUFS_POLL -+ .poll = aufs_poll, -+#endif -+ .unlocked_ioctl = aufs_ioctl_nondir, -+#ifdef CONFIG_COMPAT -+ .compat_ioctl = aufs_compat_ioctl_nondir, -+#endif -+ .mmap = aufs_mmap, -+ .open = aufs_open_nondir, -+ .flush = aufs_flush_nondir, -+ .release = aufs_release_nondir, -+ .fsync = aufs_fsync_nondir, -+ .fasync = aufs_fasync, -+ /* .sendpage = aufs_sendpage, */ -+ .setfl = aufs_setfl, -+ .splice_write = aufs_splice_write, -+ .splice_read = aufs_splice_read, -+#if 0 -+ .aio_splice_write = aufs_aio_splice_write, -+ .aio_splice_read = aufs_aio_splice_read, -+#endif -+ .fallocate = aufs_fallocate -+}; -diff --git a/fs/aufs/fhsm.c b/fs/aufs/fhsm.c -new file mode 100644 -index 0000000..e3cb6ed ---- /dev/null -+++ b/fs/aufs/fhsm.c -@@ -0,0 +1,412 @@ -+/* -+ * Copyright (C) 2011-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * File-based Hierarchy Storage Management -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+static aufs_bindex_t au_fhsm_bottom(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ AuDebugOn(!fhsm); -+ return fhsm->fhsm_bottom; -+} -+ -+void au_fhsm_set_bottom(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ AuDebugOn(!fhsm); -+ fhsm->fhsm_bottom = bindex; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_fhsm_test_jiffy(struct au_sbinfo *sbinfo, struct au_branch *br) -+{ -+ struct au_br_fhsm *bf; -+ -+ bf = br->br_fhsm; -+ MtxMustLock(&bf->bf_lock); -+ -+ return !bf->bf_readable -+ || time_after(jiffies, -+ bf->bf_jiffy + sbinfo->si_fhsm.fhsm_expire); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_fhsm_notify(struct super_block *sb, int val) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ if (au_fhsm_pid(fhsm) -+ && atomic_read(&fhsm->fhsm_readable) != -1) { -+ atomic_set(&fhsm->fhsm_readable, val); -+ if (val) -+ wake_up(&fhsm->fhsm_wqh); -+ } -+} -+ -+static int au_fhsm_stfs(struct super_block *sb, aufs_bindex_t bindex, -+ struct aufs_stfs *rstfs, int do_lock, int do_notify) -+{ -+ int err; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ br = au_sbr(sb, bindex); -+ AuDebugOn(au_br_rdonly(br)); -+ bf = br->br_fhsm; -+ AuDebugOn(!bf); -+ -+ if (do_lock) -+ mutex_lock(&bf->bf_lock); -+ else -+ MtxMustLock(&bf->bf_lock); -+ -+ /* sb->s_root for NFS is unreliable */ -+ err = au_br_stfs(br, &bf->bf_stfs); -+ if (unlikely(err)) { -+ AuErr1("FHSM failed (%d), b%d, ignored.\n", bindex, err); -+ goto out; -+ } -+ -+ bf->bf_jiffy = jiffies; -+ bf->bf_readable = 1; -+ if (do_notify) -+ au_fhsm_notify(sb, /*val*/1); -+ if (rstfs) -+ *rstfs = bf->bf_stfs; -+ -+out: -+ if (do_lock) -+ mutex_unlock(&bf->bf_lock); -+ au_fhsm_notify(sb, /*val*/1); -+ -+ return err; -+} -+ -+void au_fhsm_wrote(struct super_block *sb, aufs_bindex_t bindex, int force) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ AuDbg("b%d, force %d\n", bindex, force); -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ if (!au_ftest_si(sbinfo, FHSM) -+ || fhsm->fhsm_bottom == bindex) -+ return; -+ -+ br = au_sbr(sb, bindex); -+ bf = br->br_fhsm; -+ AuDebugOn(!bf); -+ mutex_lock(&bf->bf_lock); -+ if (force -+ || au_fhsm_pid(fhsm) -+ || au_fhsm_test_jiffy(sbinfo, br)) -+ err = au_fhsm_stfs(sb, bindex, /*rstfs*/NULL, /*do_lock*/0, -+ /*do_notify*/1); -+ mutex_unlock(&bf->bf_lock); -+} -+ -+void au_fhsm_wrote_all(struct super_block *sb, int force) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ /* exclude the bottom */ -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) -+ au_fhsm_wrote(sb, bindex, force); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static unsigned int au_fhsm_poll(struct file *file, -+ struct poll_table_struct *wait) -+{ -+ unsigned int mask; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ mask = 0; -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+ poll_wait(file, &fhsm->fhsm_wqh, wait); -+ if (atomic_read(&fhsm->fhsm_readable)) -+ mask = POLLIN /* | POLLRDNORM */; -+ -+ AuTraceErr((int)mask); -+ return mask; -+} -+ -+static int au_fhsm_do_read_one(struct aufs_stbr __user *stbr, -+ struct aufs_stfs *stfs, __s16 brid) -+{ -+ int err; -+ -+ err = copy_to_user(&stbr->stfs, stfs, sizeof(*stfs)); -+ if (!err) -+ err = __put_user(brid, &stbr->brid); -+ if (unlikely(err)) -+ err = -EFAULT; -+ -+ return err; -+} -+ -+static ssize_t au_fhsm_do_read(struct super_block *sb, -+ struct aufs_stbr __user *stbr, size_t count) -+{ -+ ssize_t err; -+ int nstbr; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ /* except the bottom branch */ -+ err = 0; -+ nstbr = 0; -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; !err && bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_fhsm(br->br_perm)) -+ continue; -+ -+ bf = br->br_fhsm; -+ mutex_lock(&bf->bf_lock); -+ if (bf->bf_readable) { -+ err = -EFAULT; -+ if (count >= sizeof(*stbr)) -+ err = au_fhsm_do_read_one(stbr++, &bf->bf_stfs, -+ br->br_id); -+ if (!err) { -+ bf->bf_readable = 0; -+ count -= sizeof(*stbr); -+ nstbr++; -+ } -+ } -+ mutex_unlock(&bf->bf_lock); -+ } -+ if (!err) -+ err = sizeof(*stbr) * nstbr; -+ -+ return err; -+} -+ -+static ssize_t au_fhsm_read(struct file *file, char __user *buf, size_t count, -+ loff_t *pos) -+{ -+ ssize_t err; -+ int readable; -+ aufs_bindex_t nfhsm, bindex, bbot; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ struct au_branch *br; -+ struct super_block *sb; -+ -+ err = 0; -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+need_data: -+ spin_lock_irq(&fhsm->fhsm_wqh.lock); -+ if (!atomic_read(&fhsm->fhsm_readable)) { -+ if (vfsub_file_flags(file) & O_NONBLOCK) -+ err = -EAGAIN; -+ else -+ err = wait_event_interruptible_locked_irq -+ (fhsm->fhsm_wqh, -+ atomic_read(&fhsm->fhsm_readable)); -+ } -+ spin_unlock_irq(&fhsm->fhsm_wqh.lock); -+ if (unlikely(err)) -+ goto out; -+ -+ /* sb may already be dead */ -+ au_rw_read_lock(&sbinfo->si_rwsem); -+ readable = atomic_read(&fhsm->fhsm_readable); -+ if (readable > 0) { -+ sb = sbinfo->si_sb; -+ AuDebugOn(!sb); -+ /* exclude the bottom branch */ -+ nfhsm = 0; -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) -+ nfhsm++; -+ } -+ err = -EMSGSIZE; -+ if (nfhsm * sizeof(struct aufs_stbr) <= count) { -+ atomic_set(&fhsm->fhsm_readable, 0); -+ err = au_fhsm_do_read(sbinfo->si_sb, (void __user *)buf, -+ count); -+ } -+ } -+ au_rw_read_unlock(&sbinfo->si_rwsem); -+ if (!readable) -+ goto need_data; -+ -+out: -+ return err; -+} -+ -+static int au_fhsm_release(struct inode *inode, struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ /* sb may already be dead */ -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock(&fhsm->fhsm_spin); -+ fhsm->fhsm_pid = 0; -+ spin_unlock(&fhsm->fhsm_spin); -+ kobject_put(&sbinfo->si_kobj); -+ -+ return 0; -+} -+ -+static const struct file_operations au_fhsm_fops = { -+ .owner = THIS_MODULE, -+ .llseek = noop_llseek, -+ .read = au_fhsm_read, -+ .poll = au_fhsm_poll, -+ .release = au_fhsm_release -+}; -+ -+int au_fhsm_fd(struct super_block *sb, int oflags) -+{ -+ int err, fd; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(oflags & ~(O_CLOEXEC | O_NONBLOCK))) -+ goto out; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock(&fhsm->fhsm_spin); -+ if (!fhsm->fhsm_pid) -+ fhsm->fhsm_pid = current->pid; -+ else -+ err = -EBUSY; -+ spin_unlock(&fhsm->fhsm_spin); -+ if (unlikely(err)) -+ goto out; -+ -+ oflags |= O_RDONLY; -+ /* oflags |= FMODE_NONOTIFY; */ -+ fd = anon_inode_getfd("[aufs_fhsm]", &au_fhsm_fops, sbinfo, oflags); -+ err = fd; -+ if (unlikely(fd < 0)) -+ goto out_pid; -+ -+ /* succeed reglardless 'fhsm' status */ -+ kobject_get(&sbinfo->si_kobj); -+ si_noflush_read_lock(sb); -+ if (au_ftest_si(sbinfo, FHSM)) -+ au_fhsm_wrote_all(sb, /*force*/0); -+ si_read_unlock(sb); -+ goto out; /* success */ -+ -+out_pid: -+ spin_lock(&fhsm->fhsm_spin); -+ fhsm->fhsm_pid = 0; -+ spin_unlock(&fhsm->fhsm_spin); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_fhsm_br_alloc(struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ br->br_fhsm = kmalloc(sizeof(*br->br_fhsm), GFP_NOFS); -+ if (br->br_fhsm) -+ au_br_fhsm_init(br->br_fhsm); -+ else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_fhsm_fin(struct super_block *sb) -+{ -+ au_fhsm_notify(sb, /*val*/-1); -+} -+ -+void au_fhsm_init(struct au_sbinfo *sbinfo) -+{ -+ struct au_fhsm *fhsm; -+ -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock_init(&fhsm->fhsm_spin); -+ init_waitqueue_head(&fhsm->fhsm_wqh); -+ atomic_set(&fhsm->fhsm_readable, 0); -+ fhsm->fhsm_expire -+ = msecs_to_jiffies(AUFS_FHSM_CACHE_DEF_SEC * MSEC_PER_SEC); -+ fhsm->fhsm_bottom = -1; -+} -+ -+void au_fhsm_set(struct au_sbinfo *sbinfo, unsigned int sec) -+{ -+ sbinfo->si_fhsm.fhsm_expire -+ = msecs_to_jiffies(sec * MSEC_PER_SEC); -+} -+ -+void au_fhsm_show(struct seq_file *seq, struct au_sbinfo *sbinfo) -+{ -+ unsigned int u; -+ -+ if (!au_ftest_si(sbinfo, FHSM)) -+ return; -+ -+ u = jiffies_to_msecs(sbinfo->si_fhsm.fhsm_expire) / MSEC_PER_SEC; -+ if (u != AUFS_FHSM_CACHE_DEF_SEC) -+ seq_printf(seq, ",fhsm_sec=%u", u); -+} -diff --git a/fs/aufs/file.c b/fs/aufs/file.c -new file mode 100644 -index 0000000..bfc1d1b ---- /dev/null -+++ b/fs/aufs/file.c -@@ -0,0 +1,844 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * handling file/dir, and address_space operation -+ */ -+ -+#ifdef CONFIG_AUFS_DEBUG -+#include -+#endif -+#include -+#include "aufs.h" -+ -+/* drop flags for writing */ -+unsigned int au_file_roflags(unsigned int flags) -+{ -+ flags &= ~(O_WRONLY | O_RDWR | O_APPEND | O_CREAT | O_TRUNC); -+ flags |= O_RDONLY | O_NOATIME; -+ return flags; -+} -+ -+/* common functions to regular file and dir */ -+struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, -+ struct file *file, int force_wr) -+{ -+ struct file *h_file; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct path h_path; -+ int err; -+ -+ /* a race condition can happen between open and unlink/rmdir */ -+ h_file = ERR_PTR(-ENOENT); -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (au_test_nfsd() && (!h_dentry || d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ spin_lock(&h_dentry->d_lock); -+ err = (!d_unhashed(dentry) && d_unlinked(h_dentry)) -+ /* || !d_inode(dentry)->i_nlink */ -+ ; -+ spin_unlock(&h_dentry->d_lock); -+ if (unlikely(err)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, bindex); -+ err = au_br_test_oflag(flags, br); -+ h_file = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ /* drop flags for writing */ -+ if (au_test_ro(sb, bindex, d_inode(dentry))) { -+ if (force_wr && !(flags & O_WRONLY)) -+ force_wr = 0; -+ flags = au_file_roflags(flags); -+ if (force_wr) { -+ h_file = ERR_PTR(-EROFS); -+ flags = au_file_roflags(flags); -+ if (unlikely(vfsub_native_ro(h_inode) -+ || IS_APPEND(h_inode))) -+ goto out; -+ flags &= ~O_ACCMODE; -+ flags |= O_WRONLY; -+ } -+ } -+ flags &= ~O_CREAT; -+ au_br_get(br); -+ h_path.dentry = h_dentry; -+ h_path.mnt = au_br_mnt(br); -+ h_file = vfsub_dentry_open(&h_path, flags); -+ if (IS_ERR(h_file)) -+ goto out_br; -+ -+ if (flags & __FMODE_EXEC) { -+ err = deny_write_access(h_file); -+ if (unlikely(err)) { -+ fput(h_file); -+ h_file = ERR_PTR(err); -+ goto out_br; -+ } -+ } -+ fsnotify_open(h_file); -+ goto out; /* success */ -+ -+out_br: -+ au_br_put(br); -+out: -+ return h_file; -+} -+ -+static int au_cmoo(struct dentry *dentry) -+{ -+ int err, cmoo; -+ unsigned int udba; -+ struct path h_path; -+ struct au_pin pin; -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ struct inode *delegated; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ pid_t pid; -+ struct au_branch *br; -+ struct dentry *parent; -+ struct au_hinode *hdir; -+ -+ DiMustWriteLock(dentry); -+ IiMustWriteLock(d_inode(dentry)); -+ -+ err = 0; -+ if (IS_ROOT(dentry)) -+ goto out; -+ cpg.bsrc = au_dbtop(dentry); -+ if (!cpg.bsrc) -+ goto out; -+ -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ pid = au_fhsm_pid(fhsm); -+ if (pid -+ && (current->pid == pid -+ || current->real_parent->pid == pid)) -+ goto out; -+ -+ br = au_sbr(sb, cpg.bsrc); -+ cmoo = au_br_cmoo(br->br_perm); -+ if (!cmoo) -+ goto out; -+ if (!d_is_reg(dentry)) -+ cmoo &= AuBrAttr_COO_ALL; -+ if (!cmoo) -+ goto out; -+ -+ parent = dget_parent(dentry); -+ di_write_lock_parent(parent); -+ err = au_wbr_do_copyup_bu(dentry, cpg.bsrc - 1); -+ cpg.bdst = err; -+ if (unlikely(err < 0)) { -+ err = 0; /* there is no upper writable branch */ -+ goto out_dgrade; -+ } -+ AuDbg("bsrc %d, bdst %d\n", cpg.bsrc, cpg.bdst); -+ -+ /* do not respect the coo attrib for the target branch */ -+ err = au_cpup_dirs(dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_dgrade; -+ -+ di_downgrade_lock(parent, AuLock_IR); -+ udba = au_opt_udba(sb); -+ err = au_pin(&pin, dentry, cpg.bdst, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ if (unlikely(err)) -+ goto out_parent; -+ if (!(cmoo & AuBrWAttr_MOO)) -+ goto out_parent; /* success */ -+ -+ err = au_pin(&pin, dentry, cpg.bsrc, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ h_path.mnt = au_br_mnt(br); -+ h_path.dentry = au_h_dptr(dentry, cpg.bsrc); -+ hdir = au_hi(d_inode(parent), cpg.bsrc); -+ delegated = NULL; -+ err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, /*force*/1); -+ au_unpin(&pin); -+ /* todo: keep h_dentry or not? */ -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) { -+ pr_err("unlink %pd after coo failed (%d), ignored\n", -+ dentry, err); -+ err = 0; -+ } -+ goto out_parent; /* success */ -+ -+out_dgrade: -+ di_downgrade_lock(parent, AuLock_IR); -+out_parent: -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_do_open(struct file *file, struct au_do_open_args *args) -+{ -+ int err, no_lock = args->no_lock; -+ struct dentry *dentry; -+ struct au_finfo *finfo; -+ -+ if (!no_lock) -+ err = au_finfo_init(file, args->fidir); -+ else { -+ lockdep_off(); -+ err = au_finfo_init(file, args->fidir); -+ lockdep_on(); -+ } -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ AuDebugOn(IS_ERR_OR_NULL(dentry)); -+ if (!no_lock) { -+ di_write_lock_child(dentry); -+ err = au_cmoo(dentry); -+ di_downgrade_lock(dentry, AuLock_IR); -+ if (!err) -+ err = args->open(file, vfsub_file_flags(file), NULL); -+ di_read_unlock(dentry, AuLock_IR); -+ } else { -+ err = au_cmoo(dentry); -+ if (!err) -+ err = args->open(file, vfsub_file_flags(file), -+ args->h_file); -+ if (!err && au_fbtop(file) != au_dbtop(dentry)) -+ /* -+ * cmoo happens after h_file was opened. -+ * need to refresh file later. -+ */ -+ atomic_dec(&au_fi(file)->fi_generation); -+ } -+ -+ finfo = au_fi(file); -+ if (!err) { -+ finfo->fi_file = file; -+ au_sphl_add(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ } -+ if (!no_lock) -+ fi_write_unlock(file); -+ else { -+ lockdep_off(); -+ fi_write_unlock(file); -+ lockdep_on(); -+ } -+ if (unlikely(err)) { -+ finfo->fi_hdir = NULL; -+ au_finfo_fin(file, /*atonce*/0); -+ } -+ -+out: -+ return err; -+} -+ -+int au_reopen_nondir(struct file *file) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct dentry *dentry; -+ struct file *h_file, *h_file_tmp; -+ -+ dentry = file->f_path.dentry; -+ btop = au_dbtop(dentry); -+ h_file_tmp = NULL; -+ if (au_fbtop(file) == btop) { -+ h_file = au_hf_top(file); -+ if (file->f_mode == h_file->f_mode) -+ return 0; /* success */ -+ h_file_tmp = h_file; -+ get_file(h_file_tmp); -+ au_set_h_fptr(file, btop, NULL); -+ } -+ AuDebugOn(au_fi(file)->fi_hdir); -+ /* -+ * it can happen -+ * file exists on both of rw and ro -+ * open --> dbtop and fbtop are both 0 -+ * prepend a branch as rw, "rw" become ro -+ * remove rw/file -+ * delete the top branch, "rw" becomes rw again -+ * --> dbtop is 1, fbtop is still 0 -+ * write --> fbtop is 0 but dbtop is 1 -+ */ -+ /* AuDebugOn(au_fbtop(file) < btop); */ -+ -+ h_file = au_h_open(dentry, btop, vfsub_file_flags(file) & ~O_TRUNC, -+ file, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) { -+ if (h_file_tmp) { -+ au_sbr_get(dentry->d_sb, btop); -+ au_set_h_fptr(file, btop, h_file_tmp); -+ h_file_tmp = NULL; -+ } -+ goto out; /* todo: close all? */ -+ } -+ -+ err = 0; -+ au_set_fbtop(file, btop); -+ au_set_h_fptr(file, btop, h_file); -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ -+out: -+ if (h_file_tmp) -+ fput(h_file_tmp); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_reopen_wh(struct file *file, aufs_bindex_t btgt, -+ struct dentry *hi_wh) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct au_dinfo *dinfo; -+ struct dentry *h_dentry; -+ struct au_hdentry *hdp; -+ -+ dinfo = au_di(file->f_path.dentry); -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ btop = dinfo->di_btop; -+ dinfo->di_btop = btgt; -+ hdp = au_hdentry(dinfo, btgt); -+ h_dentry = hdp->hd_dentry; -+ hdp->hd_dentry = hi_wh; -+ err = au_reopen_nondir(file); -+ hdp->hd_dentry = h_dentry; -+ dinfo->di_btop = btop; -+ -+ return err; -+} -+ -+static int au_ready_to_write_wh(struct file *file, loff_t len, -+ aufs_bindex_t bcpup, struct au_pin *pin) -+{ -+ int err; -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry, *hi_wh; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = bcpup, -+ .bsrc = -1, -+ .len = len, -+ .pin = pin -+ }; -+ -+ au_update_dbtop(cpg.dentry); -+ inode = d_inode(cpg.dentry); -+ h_inode = NULL; -+ if (au_dbtop(cpg.dentry) <= bcpup -+ && au_dbbot(cpg.dentry) >= bcpup) { -+ h_dentry = au_h_dptr(cpg.dentry, bcpup); -+ if (h_dentry && d_is_positive(h_dentry)) -+ h_inode = d_inode(h_dentry); -+ } -+ hi_wh = au_hi_wh(inode, bcpup); -+ if (!hi_wh && !h_inode) -+ err = au_sio_cpup_wh(&cpg, file); -+ else -+ /* already copied-up after unlink */ -+ err = au_reopen_wh(file, bcpup, hi_wh); -+ -+ if (!err -+ && (inode->i_nlink > 1 -+ || (inode->i_state & I_LINKABLE)) -+ && au_opt_test(au_mntflags(cpg.dentry->d_sb), PLINK)) -+ au_plink_append(inode, bcpup, au_h_dptr(cpg.dentry, bcpup)); -+ -+ return err; -+} -+ -+/* -+ * prepare the @file for writing. -+ */ -+int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin) -+{ -+ int err; -+ aufs_bindex_t dbtop; -+ struct dentry *parent; -+ struct inode *inode; -+ struct super_block *sb; -+ struct file *h_file; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = len, -+ .pin = pin, -+ .flags = AuCpup_DTIME -+ }; -+ -+ sb = cpg.dentry->d_sb; -+ inode = d_inode(cpg.dentry); -+ cpg.bsrc = au_fbtop(file); -+ err = au_test_ro(sb, cpg.bsrc, inode); -+ if (!err && (au_hf_top(file)->f_mode & FMODE_WRITE)) { -+ err = au_pin(pin, cpg.dentry, cpg.bsrc, AuOpt_UDBA_NONE, -+ /*flags*/0); -+ goto out; -+ } -+ -+ /* need to cpup or reopen */ -+ parent = dget_parent(cpg.dentry); -+ di_write_lock_parent(parent); -+ err = AuWbrCopyup(au_sbi(sb), cpg.dentry); -+ cpg.bdst = err; -+ if (unlikely(err < 0)) -+ goto out_dgrade; -+ err = 0; -+ -+ if (!d_unhashed(cpg.dentry) && !au_h_dptr(parent, cpg.bdst)) { -+ err = au_cpup_dirs(cpg.dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_dgrade; -+ } -+ -+ err = au_pin(pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_dgrade; -+ -+ dbtop = au_dbtop(cpg.dentry); -+ if (dbtop <= cpg.bdst) -+ cpg.bsrc = cpg.bdst; -+ -+ if (dbtop <= cpg.bdst /* just reopen */ -+ || !d_unhashed(cpg.dentry) /* copyup and reopen */ -+ ) { -+ h_file = au_h_open_pre(cpg.dentry, cpg.bsrc, /*force_wr*/0); -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ di_downgrade_lock(parent, AuLock_IR); -+ if (dbtop > cpg.bdst) -+ err = au_sio_cpup_simple(&cpg); -+ if (!err) -+ err = au_reopen_nondir(file); -+ au_h_open_post(cpg.dentry, cpg.bsrc, h_file); -+ } -+ } else { /* copyup as wh and reopen */ -+ /* -+ * since writable hfsplus branch is not supported, -+ * h_open_pre/post() are unnecessary. -+ */ -+ err = au_ready_to_write_wh(file, len, cpg.bdst, pin); -+ di_downgrade_lock(parent, AuLock_IR); -+ } -+ -+ if (!err) { -+ au_pin_set_parent_lflag(pin, /*lflag*/0); -+ goto out_dput; /* success */ -+ } -+ au_unpin(pin); -+ goto out_unlock; -+ -+out_dgrade: -+ di_downgrade_lock(parent, AuLock_IR); -+out_unlock: -+ di_read_unlock(parent, AuLock_IR); -+out_dput: -+ dput(parent); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_do_flush(struct file *file, fl_owner_t id, -+ int (*flush)(struct file *file, fl_owner_t id)) -+{ -+ int err; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_noflush_read_lock(sb); -+ fi_read_lock(file); -+ ii_read_lock_child(inode); -+ -+ err = flush(file, id); -+ au_cpup_attr_timesizes(inode); -+ -+ ii_read_unlock(inode); -+ fi_read_unlock(file); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_file_refresh_by_inode(struct file *file, int *need_reopen) -+{ -+ int err; -+ struct au_pin pin; -+ struct au_finfo *finfo; -+ struct dentry *parent, *hi_wh; -+ struct inode *inode; -+ struct super_block *sb; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME -+ }; -+ -+ FiMustWriteLock(file); -+ -+ err = 0; -+ finfo = au_fi(file); -+ sb = cpg.dentry->d_sb; -+ inode = d_inode(cpg.dentry); -+ cpg.bdst = au_ibtop(inode); -+ if (cpg.bdst == finfo->fi_btop || IS_ROOT(cpg.dentry)) -+ goto out; -+ -+ parent = dget_parent(cpg.dentry); -+ if (au_test_ro(sb, cpg.bdst, inode)) { -+ di_read_lock_parent(parent, !AuLock_IR); -+ err = AuWbrCopyup(au_sbi(sb), cpg.dentry); -+ cpg.bdst = err; -+ di_read_unlock(parent, !AuLock_IR); -+ if (unlikely(err < 0)) -+ goto out_parent; -+ err = 0; -+ } -+ -+ di_read_lock_parent(parent, AuLock_IR); -+ hi_wh = au_hi_wh(inode, cpg.bdst); -+ if (!S_ISDIR(inode->i_mode) -+ && au_opt_test(au_mntflags(sb), PLINK) -+ && au_plink_test(inode) -+ && !d_unhashed(cpg.dentry) -+ && cpg.bdst < au_dbtop(cpg.dentry)) { -+ err = au_test_and_cpup_dirs(cpg.dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ /* always superio. */ -+ err = au_pin(&pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ } else if (hi_wh) { -+ /* already copied-up after unlink */ -+ err = au_reopen_wh(file, cpg.bdst, hi_wh); -+ *need_reopen = 0; -+ } -+ -+out_unlock: -+ di_read_unlock(parent, AuLock_IR); -+out_parent: -+ dput(parent); -+out: -+ return err; -+} -+ -+static void au_do_refresh_dir(struct file *file) -+{ -+ int execed; -+ aufs_bindex_t bindex, bbot, new_bindex, brid; -+ struct au_hfile *p, tmp, *q; -+ struct au_finfo *finfo; -+ struct super_block *sb; -+ struct au_fidir *fidir; -+ -+ FiMustWriteLock(file); -+ -+ sb = file->f_path.dentry->d_sb; -+ finfo = au_fi(file); -+ fidir = finfo->fi_hdir; -+ AuDebugOn(!fidir); -+ p = fidir->fd_hfile + finfo->fi_btop; -+ brid = p->hf_br->br_id; -+ bbot = fidir->fd_bbot; -+ for (bindex = finfo->fi_btop; bindex <= bbot; bindex++, p++) { -+ if (!p->hf_file) -+ continue; -+ -+ new_bindex = au_br_index(sb, p->hf_br->br_id); -+ if (new_bindex == bindex) -+ continue; -+ if (new_bindex < 0) { -+ au_set_h_fptr(file, bindex, NULL); -+ continue; -+ } -+ -+ /* swap two lower inode, and loop again */ -+ q = fidir->fd_hfile + new_bindex; -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hf_file) { -+ bindex--; -+ p--; -+ } -+ } -+ -+ execed = vfsub_file_execed(file); -+ p = fidir->fd_hfile; -+ if (!au_test_mmapped(file) && !d_unlinked(file->f_path.dentry)) { -+ bbot = au_sbbot(sb); -+ for (finfo->fi_btop = 0; finfo->fi_btop <= bbot; -+ finfo->fi_btop++, p++) -+ if (p->hf_file) { -+ if (file_inode(p->hf_file)) -+ break; -+ au_hfput(p, execed); -+ } -+ } else { -+ bbot = au_br_index(sb, brid); -+ for (finfo->fi_btop = 0; finfo->fi_btop < bbot; -+ finfo->fi_btop++, p++) -+ if (p->hf_file) -+ au_hfput(p, execed); -+ bbot = au_sbbot(sb); -+ } -+ -+ p = fidir->fd_hfile + bbot; -+ for (fidir->fd_bbot = bbot; fidir->fd_bbot >= finfo->fi_btop; -+ fidir->fd_bbot--, p--) -+ if (p->hf_file) { -+ if (file_inode(p->hf_file)) -+ break; -+ au_hfput(p, execed); -+ } -+ AuDebugOn(fidir->fd_bbot < finfo->fi_btop); -+} -+ -+/* -+ * after branch manipulating, refresh the file. -+ */ -+static int refresh_file(struct file *file, int (*reopen)(struct file *file)) -+{ -+ int err, need_reopen, nbr; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *dentry; -+ struct super_block *sb; -+ struct au_finfo *finfo; -+ struct au_hfile *hfile; -+ -+ dentry = file->f_path.dentry; -+ sb = dentry->d_sb; -+ nbr = au_sbbot(sb) + 1; -+ finfo = au_fi(file); -+ if (!finfo->fi_hdir) { -+ hfile = &finfo->fi_htop; -+ AuDebugOn(!hfile->hf_file); -+ bindex = au_br_index(sb, hfile->hf_br->br_id); -+ AuDebugOn(bindex < 0); -+ if (bindex != finfo->fi_btop) -+ au_set_fbtop(file, bindex); -+ } else { -+ err = au_fidir_realloc(finfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ au_do_refresh_dir(file); -+ } -+ -+ err = 0; -+ need_reopen = 1; -+ if (!au_test_mmapped(file)) -+ err = au_file_refresh_by_inode(file, &need_reopen); -+ if (finfo->fi_hdir) -+ /* harmless if err */ -+ au_fidir_realloc(finfo, nbr, /*may_shrink*/1); -+ if (!err && need_reopen && !d_unlinked(dentry)) -+ err = reopen(file); -+ if (!err) { -+ au_update_figen(file); -+ goto out; /* success */ -+ } -+ -+ /* error, close all lower files */ -+ if (finfo->fi_hdir) { -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); bindex <= bbot; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ } -+ -+out: -+ return err; -+} -+ -+/* common function to regular file and dir */ -+int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), -+ int wlock) -+{ -+ int err; -+ unsigned int sigen, figen; -+ aufs_bindex_t btop; -+ unsigned char pseudo_link; -+ struct dentry *dentry; -+ struct inode *inode; -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ sigen = au_sigen(dentry->d_sb); -+ fi_write_lock(file); -+ figen = au_figen(file); -+ di_write_lock_child(dentry); -+ btop = au_dbtop(dentry); -+ pseudo_link = (btop != au_ibtop(inode)); -+ if (sigen == figen && !pseudo_link && au_fbtop(file) == btop) { -+ if (!wlock) { -+ di_downgrade_lock(dentry, AuLock_IR); -+ fi_downgrade_lock(file); -+ } -+ goto out; /* success */ -+ } -+ -+ AuDbg("sigen %d, figen %d\n", sigen, figen); -+ if (au_digen_test(dentry, sigen)) { -+ err = au_reval_dpath(dentry, sigen); -+ AuDebugOn(!err && au_digen_test(dentry, sigen)); -+ } -+ -+ if (!err) -+ err = refresh_file(file, reopen); -+ if (!err) { -+ if (!wlock) { -+ di_downgrade_lock(dentry, AuLock_IR); -+ fi_downgrade_lock(file); -+ } -+ } else { -+ di_write_unlock(dentry); -+ fi_write_unlock(file); -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* cf. aufs_nopage() */ -+/* for madvise(2) */ -+static int aufs_readpage(struct file *file __maybe_unused, struct page *page) -+{ -+ unlock_page(page); -+ return 0; -+} -+ -+/* it will never be called, but necessary to support O_DIRECT */ -+static ssize_t aufs_direct_IO(struct kiocb *iocb, struct iov_iter *iter) -+{ BUG(); return 0; } -+ -+/* they will never be called. */ -+#ifdef CONFIG_AUFS_DEBUG -+static int aufs_write_begin(struct file *file, struct address_space *mapping, -+ loff_t pos, unsigned len, unsigned flags, -+ struct page **pagep, void **fsdata) -+{ AuUnsupport(); return 0; } -+static int aufs_write_end(struct file *file, struct address_space *mapping, -+ loff_t pos, unsigned len, unsigned copied, -+ struct page *page, void *fsdata) -+{ AuUnsupport(); return 0; } -+static int aufs_writepage(struct page *page, struct writeback_control *wbc) -+{ AuUnsupport(); return 0; } -+ -+static int aufs_set_page_dirty(struct page *page) -+{ AuUnsupport(); return 0; } -+static void aufs_invalidatepage(struct page *page, unsigned int offset, -+ unsigned int length) -+{ AuUnsupport(); } -+static int aufs_releasepage(struct page *page, gfp_t gfp) -+{ AuUnsupport(); return 0; } -+#if 0 /* called by memory compaction regardless file */ -+static int aufs_migratepage(struct address_space *mapping, struct page *newpage, -+ struct page *page, enum migrate_mode mode) -+{ AuUnsupport(); return 0; } -+#endif -+static bool aufs_isolate_page(struct page *page, isolate_mode_t mode) -+{ AuUnsupport(); return true; } -+static void aufs_putback_page(struct page *page) -+{ AuUnsupport(); } -+static int aufs_launder_page(struct page *page) -+{ AuUnsupport(); return 0; } -+static int aufs_is_partially_uptodate(struct page *page, -+ unsigned long from, -+ unsigned long count) -+{ AuUnsupport(); return 0; } -+static void aufs_is_dirty_writeback(struct page *page, bool *dirty, -+ bool *writeback) -+{ AuUnsupport(); } -+static int aufs_error_remove_page(struct address_space *mapping, -+ struct page *page) -+{ AuUnsupport(); return 0; } -+static int aufs_swap_activate(struct swap_info_struct *sis, struct file *file, -+ sector_t *span) -+{ AuUnsupport(); return 0; } -+static void aufs_swap_deactivate(struct file *file) -+{ AuUnsupport(); } -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+const struct address_space_operations aufs_aop = { -+ .readpage = aufs_readpage, -+ .direct_IO = aufs_direct_IO, -+#ifdef CONFIG_AUFS_DEBUG -+ .writepage = aufs_writepage, -+ /* no writepages, because of writepage */ -+ .set_page_dirty = aufs_set_page_dirty, -+ /* no readpages, because of readpage */ -+ .write_begin = aufs_write_begin, -+ .write_end = aufs_write_end, -+ /* no bmap, no block device */ -+ .invalidatepage = aufs_invalidatepage, -+ .releasepage = aufs_releasepage, -+ /* is fallback_migrate_page ok? */ -+ /* .migratepage = aufs_migratepage, */ -+ .isolate_page = aufs_isolate_page, -+ .putback_page = aufs_putback_page, -+ .launder_page = aufs_launder_page, -+ .is_partially_uptodate = aufs_is_partially_uptodate, -+ .is_dirty_writeback = aufs_is_dirty_writeback, -+ .error_remove_page = aufs_error_remove_page, -+ .swap_activate = aufs_swap_activate, -+ .swap_deactivate = aufs_swap_deactivate -+#endif /* CONFIG_AUFS_DEBUG */ -+}; -diff --git a/fs/aufs/file.h b/fs/aufs/file.h -new file mode 100644 -index 0000000..f53b381 ---- /dev/null -+++ b/fs/aufs/file.h -@@ -0,0 +1,281 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * file operations -+ */ -+ -+#ifndef __AUFS_FILE_H__ -+#define __AUFS_FILE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include "rwsem.h" -+ -+struct au_branch; -+struct au_hfile { -+ struct file *hf_file; -+ struct au_branch *hf_br; -+}; -+ -+struct au_vdir; -+struct au_fidir { -+ aufs_bindex_t fd_bbot; -+ aufs_bindex_t fd_nent; -+ struct au_vdir *fd_vdir_cache; -+ struct au_hfile fd_hfile[]; -+}; -+ -+static inline int au_fidir_sz(int nent) -+{ -+ AuDebugOn(nent < 0); -+ return sizeof(struct au_fidir) + sizeof(struct au_hfile) * nent; -+} -+ -+struct au_finfo { -+ atomic_t fi_generation; -+ -+ struct au_rwsem fi_rwsem; -+ aufs_bindex_t fi_btop; -+ -+ /* do not union them */ -+ struct { /* for non-dir */ -+ struct au_hfile fi_htop; -+ atomic_t fi_mmapped; -+ }; -+ struct au_fidir *fi_hdir; /* for dir only */ -+ -+ struct hlist_node fi_hlist; -+ union { -+ struct file *fi_file; /* very ugly */ -+ struct llist_node fi_lnode; /* delayed free */ -+ }; -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* file.c */ -+extern const struct address_space_operations aufs_aop; -+unsigned int au_file_roflags(unsigned int flags); -+struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, -+ struct file *file, int force_wr); -+struct au_do_open_args { -+ int no_lock; -+ int (*open)(struct file *file, int flags, -+ struct file *h_file); -+ struct au_fidir *fidir; -+ struct file *h_file; -+}; -+int au_do_open(struct file *file, struct au_do_open_args *args); -+int au_reopen_nondir(struct file *file); -+struct au_pin; -+int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin); -+int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), -+ int wlock); -+int au_do_flush(struct file *file, fl_owner_t id, -+ int (*flush)(struct file *file, fl_owner_t id)); -+ -+/* poll.c */ -+#ifdef CONFIG_AUFS_POLL -+unsigned int aufs_poll(struct file *file, poll_table *wait); -+#endif -+ -+#ifdef CONFIG_AUFS_BR_HFSPLUS -+/* hfsplus.c */ -+struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, -+ int force_wr); -+void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file); -+#else -+AuStub(struct file *, au_h_open_pre, return NULL, struct dentry *dentry, -+ aufs_bindex_t bindex, int force_wr) -+AuStubVoid(au_h_open_post, struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file); -+#endif -+ -+/* f_op.c */ -+extern const struct file_operations aufs_file_fop; -+int au_do_open_nondir(struct file *file, int flags, struct file *h_file); -+int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file); -+struct file *au_read_pre(struct file *file, int keep_fi); -+ -+/* finfo.c */ -+void au_hfput(struct au_hfile *hf, int execed); -+void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, -+ struct file *h_file); -+ -+void au_update_figen(struct file *file); -+struct au_fidir *au_fidir_alloc(struct super_block *sb); -+int au_fidir_realloc(struct au_finfo *finfo, int nbr, int may_shrink); -+ -+void au_fi_init_once(void *_fi); -+void au_finfo_fin(struct file *file, int atonce); -+int au_finfo_init(struct file *file, struct au_fidir *fidir); -+ -+/* ioctl.c */ -+long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, -+ unsigned long arg); -+long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, -+ unsigned long arg); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_finfo *au_fi(struct file *file) -+{ -+ return file->private_data; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * fi_read_lock, fi_write_lock, -+ * fi_read_unlock, fi_write_unlock, fi_downgrade_lock -+ */ -+AuSimpleRwsemFuncs(fi, struct file *f, &au_fi(f)->fi_rwsem); -+ -+#define FiMustNoWaiters(f) AuRwMustNoWaiters(&au_fi(f)->fi_rwsem) -+#define FiMustAnyLock(f) AuRwMustAnyLock(&au_fi(f)->fi_rwsem) -+#define FiMustWriteLock(f) AuRwMustWriteLock(&au_fi(f)->fi_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: hard/soft set? */ -+static inline aufs_bindex_t au_fbtop(struct file *file) -+{ -+ FiMustAnyLock(file); -+ return au_fi(file)->fi_btop; -+} -+ -+static inline aufs_bindex_t au_fbbot_dir(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_bbot; -+} -+ -+static inline struct au_vdir *au_fvdir_cache(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_vdir_cache; -+} -+ -+static inline void au_set_fbtop(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustWriteLock(file); -+ au_fi(file)->fi_btop = bindex; -+} -+ -+static inline void au_set_fbbot_dir(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustWriteLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ au_fi(file)->fi_hdir->fd_bbot = bindex; -+} -+ -+static inline void au_set_fvdir_cache(struct file *file, -+ struct au_vdir *vdir_cache) -+{ -+ FiMustWriteLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ au_fi(file)->fi_hdir->fd_vdir_cache = vdir_cache; -+} -+ -+static inline struct file *au_hf_top(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_htop.hf_file; -+} -+ -+static inline struct file *au_hf_dir(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_hfile[0 + bindex].hf_file; -+} -+ -+/* todo: memory barrier? */ -+static inline unsigned int au_figen(struct file *f) -+{ -+ return atomic_read(&au_fi(f)->fi_generation); -+} -+ -+static inline void au_set_mmapped(struct file *f) -+{ -+ if (atomic_inc_return(&au_fi(f)->fi_mmapped)) -+ return; -+ pr_warn("fi_mmapped wrapped around\n"); -+ while (!atomic_inc_return(&au_fi(f)->fi_mmapped)) -+ ; -+} -+ -+static inline void au_unset_mmapped(struct file *f) -+{ -+ atomic_dec(&au_fi(f)->fi_mmapped); -+} -+ -+static inline int au_test_mmapped(struct file *f) -+{ -+ return atomic_read(&au_fi(f)->fi_mmapped); -+} -+ -+/* customize vma->vm_file */ -+ -+static inline void au_do_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ struct file *f; -+ -+ f = vma->vm_file; -+ get_file(file); -+ vma->vm_file = file; -+ fput(f); -+} -+ -+#ifdef CONFIG_MMU -+#define AuDbgVmRegion(file, vma) do {} while (0) -+ -+static inline void au_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ au_do_vm_file_reset(vma, file); -+} -+#else -+#define AuDbgVmRegion(file, vma) \ -+ AuDebugOn((vma)->vm_region && (vma)->vm_region->vm_file != (file)) -+ -+static inline void au_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ struct file *f; -+ -+ au_do_vm_file_reset(vma, file); -+ f = vma->vm_region->vm_file; -+ get_file(file); -+ vma->vm_region->vm_file = file; -+ fput(f); -+} -+#endif /* CONFIG_MMU */ -+ -+/* handle vma->vm_prfile */ -+static inline void au_vm_prfile_set(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ get_file(file); -+ vma->vm_prfile = file; -+#ifndef CONFIG_MMU -+ get_file(file); -+ vma->vm_region->vm_prfile = file; -+#endif -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_FILE_H__ */ -diff --git a/fs/aufs/finfo.c b/fs/aufs/finfo.c -new file mode 100644 -index 0000000..0f016ed ---- /dev/null -+++ b/fs/aufs/finfo.c -@@ -0,0 +1,138 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * file private data -+ */ -+ -+#include "aufs.h" -+ -+void au_hfput(struct au_hfile *hf, int execed) -+{ -+ if (execed) -+ allow_write_access(hf->hf_file); -+ fput(hf->hf_file); -+ hf->hf_file = NULL; -+ au_br_put(hf->hf_br); -+ hf->hf_br = NULL; -+} -+ -+void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, struct file *val) -+{ -+ struct au_finfo *finfo = au_fi(file); -+ struct au_hfile *hf; -+ struct au_fidir *fidir; -+ -+ fidir = finfo->fi_hdir; -+ if (!fidir) { -+ AuDebugOn(finfo->fi_btop != bindex); -+ hf = &finfo->fi_htop; -+ } else -+ hf = fidir->fd_hfile + bindex; -+ -+ if (hf && hf->hf_file) -+ au_hfput(hf, vfsub_file_execed(file)); -+ if (val) { -+ FiMustWriteLock(file); -+ AuDebugOn(IS_ERR_OR_NULL(file->f_path.dentry)); -+ hf->hf_file = val; -+ hf->hf_br = au_sbr(file->f_path.dentry->d_sb, bindex); -+ } -+} -+ -+void au_update_figen(struct file *file) -+{ -+ atomic_set(&au_fi(file)->fi_generation, au_digen(file->f_path.dentry)); -+ /* smp_mb(); */ /* atomic_set */ -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_fidir *au_fidir_alloc(struct super_block *sb) -+{ -+ struct au_fidir *fidir; -+ int nbr; -+ -+ nbr = au_sbbot(sb) + 1; -+ if (nbr < 2) -+ nbr = 2; /* initial allocate for 2 branches */ -+ fidir = kzalloc(au_fidir_sz(nbr), GFP_NOFS); -+ if (fidir) { -+ fidir->fd_bbot = -1; -+ fidir->fd_nent = nbr; -+ } -+ -+ return fidir; -+} -+ -+int au_fidir_realloc(struct au_finfo *finfo, int nbr, int may_shrink) -+{ -+ int err; -+ struct au_fidir *fidir, *p; -+ -+ AuRwMustWriteLock(&finfo->fi_rwsem); -+ fidir = finfo->fi_hdir; -+ AuDebugOn(!fidir); -+ -+ err = -ENOMEM; -+ p = au_kzrealloc(fidir, au_fidir_sz(fidir->fd_nent), au_fidir_sz(nbr), -+ GFP_NOFS, may_shrink); -+ if (p) { -+ p->fd_nent = nbr; -+ finfo->fi_hdir = p; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_finfo_fin(struct file *file, int atonce) -+{ -+ struct au_finfo *finfo; -+ -+ au_nfiles_dec(file->f_path.dentry->d_sb); -+ -+ finfo = au_fi(file); -+ AuDebugOn(finfo->fi_hdir); -+ AuRwDestroy(&finfo->fi_rwsem); -+ if (!atonce) -+ au_cache_dfree_finfo(finfo); -+ else -+ au_cache_free_finfo(finfo); -+} -+ -+void au_fi_init_once(void *_finfo) -+{ -+ struct au_finfo *finfo = _finfo; -+ -+ au_rw_init(&finfo->fi_rwsem); -+} -+ -+int au_finfo_init(struct file *file, struct au_fidir *fidir) -+{ -+ int err; -+ struct au_finfo *finfo; -+ struct dentry *dentry; -+ -+ err = -ENOMEM; -+ dentry = file->f_path.dentry; -+ finfo = au_cache_alloc_finfo(); -+ if (unlikely(!finfo)) -+ goto out; -+ -+ err = 0; -+ au_nfiles_inc(dentry->d_sb); -+ au_rw_write_lock(&finfo->fi_rwsem); -+ finfo->fi_btop = -1; -+ finfo->fi_hdir = fidir; -+ atomic_set(&finfo->fi_generation, au_digen(dentry)); -+ /* smp_mb(); */ /* atomic_set */ -+ -+ file->private_data = finfo; -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/fstype.h b/fs/aufs/fstype.h -new file mode 100644 -index 0000000..95b78b9 ---- /dev/null -+++ b/fs/aufs/fstype.h -@@ -0,0 +1,387 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * judging filesystem type -+ */ -+ -+#ifndef __AUFS_FSTYPE_H__ -+#define __AUFS_FSTYPE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+ -+static inline int au_test_aufs(struct super_block *sb) -+{ -+ return sb->s_magic == AUFS_SUPER_MAGIC; -+} -+ -+static inline const char *au_sbtype(struct super_block *sb) -+{ -+ return sb->s_type->name; -+} -+ -+static inline int au_test_iso9660(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ISO9660_FS) -+ return sb->s_magic == ISOFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_romfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ROMFS_FS) -+ return sb->s_magic == ROMFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_cramfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_CRAMFS) -+ return sb->s_magic == CRAMFS_MAGIC; -+#endif -+ return 0; -+} -+ -+static inline int au_test_nfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_NFS_FS) -+ return sb->s_magic == NFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_fuse(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_FUSE_FS) -+ return sb->s_magic == FUSE_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_xfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_XFS_FS) -+ return sb->s_magic == XFS_SB_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_tmpfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_TMPFS -+ return sb->s_magic == TMPFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_ecryptfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ECRYPT_FS) -+ return !strcmp(au_sbtype(sb), "ecryptfs"); -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_ramfs(struct super_block *sb) -+{ -+ return sb->s_magic == RAMFS_MAGIC; -+} -+ -+static inline int au_test_ubifs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_UBIFS_FS) -+ return sb->s_magic == UBIFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_procfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_PROC_FS -+ return sb->s_magic == PROC_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_sysfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_SYSFS -+ return sb->s_magic == SYSFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_configfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_CONFIGFS_FS) -+ return sb->s_magic == CONFIGFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_minix(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_MINIX_FS) -+ return sb->s_magic == MINIX3_SUPER_MAGIC -+ || sb->s_magic == MINIX2_SUPER_MAGIC -+ || sb->s_magic == MINIX2_SUPER_MAGIC2 -+ || sb->s_magic == MINIX_SUPER_MAGIC -+ || sb->s_magic == MINIX_SUPER_MAGIC2; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_fat(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_FAT_FS) -+ return sb->s_magic == MSDOS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_msdos(struct super_block *sb) -+{ -+ return au_test_fat(sb); -+} -+ -+static inline int au_test_vfat(struct super_block *sb) -+{ -+ return au_test_fat(sb); -+} -+ -+static inline int au_test_securityfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_SECURITYFS -+ return sb->s_magic == SECURITYFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_squashfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_SQUASHFS) -+ return sb->s_magic == SQUASHFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_btrfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_BTRFS_FS) -+ return sb->s_magic == BTRFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_xenfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_XENFS) -+ return sb->s_magic == XENFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_debugfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_DEBUG_FS -+ return sb->s_magic == DEBUGFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_nilfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_NILFS) -+ return sb->s_magic == NILFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_hfsplus(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_HFSPLUS_FS) -+ return sb->s_magic == HFSPLUS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * they can't be an aufs branch. -+ */ -+static inline int au_test_fs_unsuppoted(struct super_block *sb) -+{ -+ return -+#ifndef CONFIG_AUFS_BR_RAMFS -+ au_test_ramfs(sb) || -+#endif -+ au_test_procfs(sb) -+ || au_test_sysfs(sb) -+ || au_test_configfs(sb) -+ || au_test_debugfs(sb) -+ || au_test_securityfs(sb) -+ || au_test_xenfs(sb) -+ || au_test_ecryptfs(sb) -+ /* || !strcmp(au_sbtype(sb), "unionfs") */ -+ || au_test_aufs(sb); /* will be supported in next version */ -+} -+ -+static inline int au_test_fs_remote(struct super_block *sb) -+{ -+ return !au_test_tmpfs(sb) -+#ifdef CONFIG_AUFS_BR_RAMFS -+ && !au_test_ramfs(sb) -+#endif -+ && !(sb->s_type->fs_flags & FS_REQUIRES_DEV); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * Note: these functions (below) are created after reading ->getattr() in all -+ * filesystems under linux/fs. it means we have to do so in every update... -+ */ -+ -+/* -+ * some filesystems require getattr to refresh the inode attributes before -+ * referencing. -+ * in most cases, we can rely on the inode attribute in NFS (or every remote fs) -+ * and leave the work for d_revalidate() -+ */ -+static inline int au_test_fs_refresh_iattr(struct super_block *sb) -+{ -+ return au_test_nfs(sb) -+ || au_test_fuse(sb) -+ /* || au_test_btrfs(sb) */ /* untested */ -+ ; -+} -+ -+/* -+ * filesystems which don't maintain i_size or i_blocks. -+ */ -+static inline int au_test_fs_bad_iattr_size(struct super_block *sb) -+{ -+ return au_test_xfs(sb) -+ || au_test_btrfs(sb) -+ || au_test_ubifs(sb) -+ || au_test_hfsplus(sb) /* maintained, but incorrect */ -+ /* || au_test_minix(sb) */ /* untested */ -+ ; -+} -+ -+/* -+ * filesystems which don't store the correct value in some of their inode -+ * attributes. -+ */ -+static inline int au_test_fs_bad_iattr(struct super_block *sb) -+{ -+ return au_test_fs_bad_iattr_size(sb) -+ || au_test_fat(sb) -+ || au_test_msdos(sb) -+ || au_test_vfat(sb); -+} -+ -+/* they don't check i_nlink in link(2) */ -+static inline int au_test_fs_no_limit_nlink(struct super_block *sb) -+{ -+ return au_test_tmpfs(sb) -+#ifdef CONFIG_AUFS_BR_RAMFS -+ || au_test_ramfs(sb) -+#endif -+ || au_test_ubifs(sb) -+ || au_test_hfsplus(sb); -+} -+ -+/* -+ * filesystems which sets S_NOATIME and S_NOCMTIME. -+ */ -+static inline int au_test_fs_notime(struct super_block *sb) -+{ -+ return au_test_nfs(sb) -+ || au_test_fuse(sb) -+ || au_test_ubifs(sb) -+ ; -+} -+ -+/* temporary support for i#1 in cramfs */ -+static inline int au_test_fs_unique_ino(struct inode *inode) -+{ -+ if (au_test_cramfs(inode->i_sb)) -+ return inode->i_ino != 1; -+ return 1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * the filesystem where the xino files placed must support i/o after unlink and -+ * maintain i_size and i_blocks. -+ */ -+static inline int au_test_fs_bad_xino(struct super_block *sb) -+{ -+ return au_test_fs_remote(sb) -+ || au_test_fs_bad_iattr_size(sb) -+ /* don't want unnecessary work for xino */ -+ || au_test_aufs(sb) -+ || au_test_ecryptfs(sb) -+ || au_test_nilfs(sb); -+} -+ -+static inline int au_test_fs_trunc_xino(struct super_block *sb) -+{ -+ return au_test_tmpfs(sb) -+ || au_test_ramfs(sb); -+} -+ -+/* -+ * test if the @sb is real-readonly. -+ */ -+static inline int au_test_fs_rr(struct super_block *sb) -+{ -+ return au_test_squashfs(sb) -+ || au_test_iso9660(sb) -+ || au_test_cramfs(sb) -+ || au_test_romfs(sb); -+} -+ -+/* -+ * test if the @inode is nfs with 'noacl' option -+ * NFS always sets MS_POSIXACL regardless its mount option 'noacl.' -+ */ -+static inline int au_test_nfs_noacl(struct inode *inode) -+{ -+ return au_test_nfs(inode->i_sb) -+ /* && IS_POSIXACL(inode) */ -+ && !nfs_server_capable(inode, NFS_CAP_ACLS); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_FSTYPE_H__ */ -diff --git a/fs/aufs/hfsnotify.c b/fs/aufs/hfsnotify.c -new file mode 100644 -index 0000000..110f8f5 ---- /dev/null -+++ b/fs/aufs/hfsnotify.c -@@ -0,0 +1,274 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * fsnotify for the lower directories -+ */ -+ -+#include "aufs.h" -+ -+/* FS_IN_IGNORED is unnecessary */ -+static const __u32 AuHfsnMask = (FS_MOVED_TO | FS_MOVED_FROM | FS_DELETE -+ | FS_CREATE | FS_EVENT_ON_CHILD); -+static DECLARE_WAIT_QUEUE_HEAD(au_hfsn_wq); -+static __cacheline_aligned_in_smp atomic64_t au_hfsn_ifree = ATOMIC64_INIT(0); -+ -+static void au_hfsn_free_mark(struct fsnotify_mark *mark) -+{ -+ struct au_hnotify *hn = container_of(mark, struct au_hnotify, -+ hn_mark); -+ /* AuDbg("here\n"); */ -+ au_cache_dfree_hnotify(hn); -+ smp_mb__before_atomic(); -+ if (atomic64_dec_and_test(&au_hfsn_ifree)) -+ wake_up(&au_hfsn_wq); -+} -+ -+static int au_hfsn_alloc(struct au_hinode *hinode) -+{ -+ int err; -+ struct au_hnotify *hn; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct fsnotify_mark *mark; -+ aufs_bindex_t bindex; -+ -+ hn = hinode->hi_notify; -+ sb = hn->hn_aufs_inode->i_sb; -+ bindex = au_br_index(sb, hinode->hi_id); -+ br = au_sbr(sb, bindex); -+ AuDebugOn(!br->br_hfsn); -+ -+ mark = &hn->hn_mark; -+ fsnotify_init_mark(mark, au_hfsn_free_mark); -+ mark->mask = AuHfsnMask; -+ /* -+ * by udba rename or rmdir, aufs assign a new inode to the known -+ * h_inode, so specify 1 to allow dups. -+ */ -+ lockdep_off(); -+ err = fsnotify_add_mark(mark, br->br_hfsn->hfsn_group, hinode->hi_inode, -+ /*mnt*/NULL, /*allow_dups*/1); -+ lockdep_on(); -+ -+ return err; -+} -+ -+static int au_hfsn_free(struct au_hinode *hinode, struct au_hnotify *hn) -+{ -+ struct fsnotify_mark *mark; -+ unsigned long long ull; -+ struct fsnotify_group *group; -+ -+ ull = atomic64_inc_return(&au_hfsn_ifree); -+ BUG_ON(!ull); -+ -+ mark = &hn->hn_mark; -+ spin_lock(&mark->lock); -+ group = mark->group; -+ fsnotify_get_group(group); -+ spin_unlock(&mark->lock); -+ lockdep_off(); -+ fsnotify_destroy_mark(mark, group); -+ fsnotify_put_mark(mark); -+ fsnotify_put_group(group); -+ lockdep_on(); -+ -+ /* free hn by myself */ -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_ctl(struct au_hinode *hinode, int do_set) -+{ -+ struct fsnotify_mark *mark; -+ -+ mark = &hinode->hi_notify->hn_mark; -+ spin_lock(&mark->lock); -+ if (do_set) { -+ AuDebugOn(mark->mask & AuHfsnMask); -+ mark->mask |= AuHfsnMask; -+ } else { -+ AuDebugOn(!(mark->mask & AuHfsnMask)); -+ mark->mask &= ~AuHfsnMask; -+ } -+ spin_unlock(&mark->lock); -+ /* fsnotify_recalc_inode_mask(hinode->hi_inode); */ -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* #define AuDbgHnotify */ -+#ifdef AuDbgHnotify -+static char *au_hfsn_name(u32 mask) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+#define test_ret(flag) \ -+ do { \ -+ if (mask & flag) \ -+ return #flag; \ -+ } while (0) -+ test_ret(FS_ACCESS); -+ test_ret(FS_MODIFY); -+ test_ret(FS_ATTRIB); -+ test_ret(FS_CLOSE_WRITE); -+ test_ret(FS_CLOSE_NOWRITE); -+ test_ret(FS_OPEN); -+ test_ret(FS_MOVED_FROM); -+ test_ret(FS_MOVED_TO); -+ test_ret(FS_CREATE); -+ test_ret(FS_DELETE); -+ test_ret(FS_DELETE_SELF); -+ test_ret(FS_MOVE_SELF); -+ test_ret(FS_UNMOUNT); -+ test_ret(FS_Q_OVERFLOW); -+ test_ret(FS_IN_IGNORED); -+ test_ret(FS_ISDIR); -+ test_ret(FS_IN_ONESHOT); -+ test_ret(FS_EVENT_ON_CHILD); -+ return ""; -+#undef test_ret -+#else -+ return "??"; -+#endif -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_free_group(struct fsnotify_group *group) -+{ -+ struct au_br_hfsnotify *hfsn = group->private; -+ -+ /* AuDbg("here\n"); */ -+ au_delayed_kfree(hfsn); -+} -+ -+static int au_hfsn_handle_event(struct fsnotify_group *group, -+ struct inode *inode, -+ struct fsnotify_mark *inode_mark, -+ struct fsnotify_mark *vfsmount_mark, -+ u32 mask, void *data, int data_type, -+ const unsigned char *file_name, u32 cookie) -+{ -+ int err; -+ struct au_hnotify *hnotify; -+ struct inode *h_dir, *h_inode; -+ struct qstr h_child_qstr = QSTR_INIT(file_name, strlen(file_name)); -+ -+ AuDebugOn(data_type != FSNOTIFY_EVENT_INODE); -+ -+ err = 0; -+ /* if FS_UNMOUNT happens, there must be another bug */ -+ AuDebugOn(mask & FS_UNMOUNT); -+ if (mask & (FS_IN_IGNORED | FS_UNMOUNT)) -+ goto out; -+ -+ h_dir = inode; -+ h_inode = NULL; -+#ifdef AuDbgHnotify -+ au_debug_on(); -+ if (1 || h_child_qstr.len != sizeof(AUFS_XINO_FNAME) - 1 -+ || strncmp(h_child_qstr.name, AUFS_XINO_FNAME, h_child_qstr.len)) { -+ AuDbg("i%lu, mask 0x%x %s, hcname %.*s, hi%lu\n", -+ h_dir->i_ino, mask, au_hfsn_name(mask), -+ AuLNPair(&h_child_qstr), h_inode ? h_inode->i_ino : 0); -+ /* WARN_ON(1); */ -+ } -+ au_debug_off(); -+#endif -+ -+ AuDebugOn(!inode_mark); -+ hnotify = container_of(inode_mark, struct au_hnotify, hn_mark); -+ err = au_hnotify(h_dir, hnotify, mask, &h_child_qstr, h_inode); -+ -+out: -+ return err; -+} -+ -+static struct fsnotify_ops au_hfsn_ops = { -+ .handle_event = au_hfsn_handle_event, -+ .free_group_priv = au_hfsn_free_group -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_fin_br(struct au_branch *br) -+{ -+ struct au_br_hfsnotify *hfsn; -+ -+ hfsn = br->br_hfsn; -+ if (hfsn) { -+ lockdep_off(); -+ fsnotify_put_group(hfsn->hfsn_group); -+ lockdep_on(); -+ } -+} -+ -+static int au_hfsn_init_br(struct au_branch *br, int perm) -+{ -+ int err; -+ struct fsnotify_group *group; -+ struct au_br_hfsnotify *hfsn; -+ -+ err = 0; -+ br->br_hfsn = NULL; -+ if (!au_br_hnotifyable(perm)) -+ goto out; -+ -+ err = -ENOMEM; -+ hfsn = kmalloc(sizeof(*hfsn), GFP_NOFS); -+ if (unlikely(!hfsn)) -+ goto out; -+ -+ err = 0; -+ group = fsnotify_alloc_group(&au_hfsn_ops); -+ if (IS_ERR(group)) { -+ err = PTR_ERR(group); -+ pr_err("fsnotify_alloc_group() failed, %d\n", err); -+ goto out_hfsn; -+ } -+ -+ group->private = hfsn; -+ hfsn->hfsn_group = group; -+ br->br_hfsn = hfsn; -+ goto out; /* success */ -+ -+out_hfsn: -+ au_delayed_kfree(hfsn); -+out: -+ return err; -+} -+ -+static int au_hfsn_reset_br(unsigned int udba, struct au_branch *br, int perm) -+{ -+ int err; -+ -+ err = 0; -+ if (!br->br_hfsn) -+ err = au_hfsn_init_br(br, perm); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_fin(void) -+{ -+ AuDbg("au_hfsn_ifree %lld\n", (long long)atomic64_read(&au_hfsn_ifree)); -+ wait_event(au_hfsn_wq, !atomic64_read(&au_hfsn_ifree)); -+} -+ -+const struct au_hnotify_op au_hnotify_op = { -+ .ctl = au_hfsn_ctl, -+ .alloc = au_hfsn_alloc, -+ .free = au_hfsn_free, -+ -+ .fin = au_hfsn_fin, -+ -+ .reset_br = au_hfsn_reset_br, -+ .fin_br = au_hfsn_fin_br, -+ .init_br = au_hfsn_init_br -+}; -diff --git a/fs/aufs/hfsplus.c b/fs/aufs/hfsplus.c -new file mode 100644 -index 0000000..145c6ac ---- /dev/null -+++ b/fs/aufs/hfsplus.c -@@ -0,0 +1,43 @@ -+/* -+ * Copyright (C) 2010-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * special support for filesystems which aqucires an inode mutex -+ * at final closing a file, eg, hfsplus. -+ * -+ * This trick is very simple and stupid, just to open the file before really -+ * neceeary open to tell hfsplus that this is not the final closing. -+ * The caller should call au_h_open_pre() after acquiring the inode mutex, -+ * and au_h_open_post() after releasing it. -+ */ -+ -+#include "aufs.h" -+ -+struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, -+ int force_wr) -+{ -+ struct file *h_file; -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ AuDebugOn(!h_dentry); -+ AuDebugOn(d_is_negative(h_dentry)); -+ -+ h_file = NULL; -+ if (au_test_hfsplus(h_dentry->d_sb) -+ && d_is_reg(h_dentry)) -+ h_file = au_h_open(dentry, bindex, -+ O_RDONLY | O_NOATIME | O_LARGEFILE, -+ /*file*/NULL, force_wr); -+ return h_file; -+} -+ -+void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file) -+{ -+ if (h_file) { -+ fput(h_file); -+ au_sbr_put(dentry->d_sb, bindex); -+ } -+} -diff --git a/fs/aufs/hnotify.c b/fs/aufs/hnotify.c -new file mode 100644 -index 0000000..a05aed8 ---- /dev/null -+++ b/fs/aufs/hnotify.c -@@ -0,0 +1,710 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * abstraction to notify the direct changes on lower directories -+ */ -+ -+#include "aufs.h" -+ -+int au_hn_alloc(struct au_hinode *hinode, struct inode *inode) -+{ -+ int err; -+ struct au_hnotify *hn; -+ -+ err = -ENOMEM; -+ hn = au_cache_alloc_hnotify(); -+ if (hn) { -+ hn->hn_aufs_inode = inode; -+ hinode->hi_notify = hn; -+ err = au_hnotify_op.alloc(hinode); -+ AuTraceErr(err); -+ if (unlikely(err)) { -+ hinode->hi_notify = NULL; -+ au_cache_dfree_hnotify(hn); -+ /* -+ * The upper dir was removed by udba, but the same named -+ * dir left. In this case, aufs assignes a new inode -+ * number and set the monitor again. -+ * For the lower dir, the old monitnor is still left. -+ */ -+ if (err == -EEXIST) -+ err = 0; -+ } -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_hn_free(struct au_hinode *hinode) -+{ -+ struct au_hnotify *hn; -+ -+ hn = hinode->hi_notify; -+ if (hn) { -+ hinode->hi_notify = NULL; -+ if (au_hnotify_op.free(hinode, hn)) -+ au_cache_dfree_hnotify(hn); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_hn_ctl(struct au_hinode *hinode, int do_set) -+{ -+ if (hinode->hi_notify) -+ au_hnotify_op.ctl(hinode, do_set); -+} -+ -+void au_hn_reset(struct inode *inode, unsigned int flags) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct inode *hi; -+ struct dentry *iwhdentry; -+ -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); bindex <= bbot; bindex++) { -+ hi = au_h_iptr(inode, bindex); -+ if (!hi) -+ continue; -+ -+ /* inode_lock_nested(hi, AuLsc_I_CHILD); */ -+ iwhdentry = au_hi_wh(inode, bindex); -+ if (iwhdentry) -+ dget(iwhdentry); -+ au_igrab(hi); -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ au_set_h_iptr(inode, bindex, au_igrab(hi), -+ flags & ~AuHi_XINO); -+ iput(hi); -+ dput(iwhdentry); -+ /* inode_unlock(hi); */ -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int hn_xino(struct inode *inode, struct inode *h_inode) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot, bfound, btop; -+ struct inode *h_i; -+ -+ err = 0; -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("branch root dir was changed\n"); -+ goto out; -+ } -+ -+ bfound = -1; -+ bbot = au_ibbot(inode); -+ btop = au_ibtop(inode); -+#if 0 /* reserved for future use */ -+ if (bindex == bbot) { -+ /* keep this ino in rename case */ -+ goto out; -+ } -+#endif -+ for (bindex = btop; bindex <= bbot; bindex++) -+ if (au_h_iptr(inode, bindex) == h_inode) { -+ bfound = bindex; -+ break; -+ } -+ if (bfound < 0) -+ goto out; -+ -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ h_i = au_h_iptr(inode, bindex); -+ if (!h_i) -+ continue; -+ -+ err = au_xino_write(inode->i_sb, bindex, h_i->i_ino, /*ino*/0); -+ /* ignore this error */ -+ /* bad action? */ -+ } -+ -+ /* children inode number will be broken */ -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int hn_gen_tree(struct dentry *dentry) -+{ -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, dentry, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ struct dentry *d; -+ -+ d = dentries[j]; -+ if (IS_ROOT(d)) -+ continue; -+ -+ au_digen_dec(d); -+ if (d_really_is_positive(d)) -+ /* todo: reset children xino? -+ cached children only? */ -+ au_iigen_dec(d_inode(d)); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+ -+#if 0 -+ /* discard children */ -+ dentry_unhash(dentry); -+ dput(dentry); -+#endif -+out: -+ return err; -+} -+ -+/* -+ * return 0 if processed. -+ */ -+static int hn_gen_by_inode(char *name, unsigned int nlen, struct inode *inode, -+ const unsigned int isdir) -+{ -+ int err; -+ struct dentry *d; -+ struct qstr *dname; -+ -+ err = 1; -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("branch root dir was changed\n"); -+ err = 0; -+ goto out; -+ } -+ -+ if (!isdir) { -+ AuDebugOn(!name); -+ au_iigen_dec(inode); -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { -+ spin_lock(&d->d_lock); -+ dname = &d->d_name; -+ if (dname->len != nlen -+ && memcmp(dname->name, name, nlen)) { -+ spin_unlock(&d->d_lock); -+ continue; -+ } -+ err = 0; -+ au_digen_dec(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ spin_unlock(&inode->i_lock); -+ } else { -+ au_fset_si(au_sbi(inode->i_sb), FAILED_REFRESH_DIR); -+ d = d_find_any_alias(inode); -+ if (!d) { -+ au_iigen_dec(inode); -+ goto out; -+ } -+ -+ spin_lock(&d->d_lock); -+ dname = &d->d_name; -+ if (dname->len == nlen && !memcmp(dname->name, name, nlen)) { -+ spin_unlock(&d->d_lock); -+ err = hn_gen_tree(d); -+ spin_lock(&d->d_lock); -+ } -+ spin_unlock(&d->d_lock); -+ dput(d); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int hn_gen_by_name(struct dentry *dentry, const unsigned int isdir) -+{ -+ int err; -+ -+ if (IS_ROOT(dentry)) { -+ pr_warn("branch root dir was changed\n"); -+ return 0; -+ } -+ -+ err = 0; -+ if (!isdir) { -+ au_digen_dec(dentry); -+ if (d_really_is_positive(dentry)) -+ au_iigen_dec(d_inode(dentry)); -+ } else { -+ au_fset_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR); -+ if (d_really_is_positive(dentry)) -+ err = hn_gen_tree(dentry); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* hnotify job flags */ -+#define AuHnJob_XINO0 1 -+#define AuHnJob_GEN (1 << 1) -+#define AuHnJob_DIRENT (1 << 2) -+#define AuHnJob_ISDIR (1 << 3) -+#define AuHnJob_TRYXINO0 (1 << 4) -+#define AuHnJob_MNTPNT (1 << 5) -+#define au_ftest_hnjob(flags, name) ((flags) & AuHnJob_##name) -+#define au_fset_hnjob(flags, name) \ -+ do { (flags) |= AuHnJob_##name; } while (0) -+#define au_fclr_hnjob(flags, name) \ -+ do { (flags) &= ~AuHnJob_##name; } while (0) -+ -+enum { -+ AuHn_CHILD, -+ AuHn_PARENT, -+ AuHnLast -+}; -+ -+struct au_hnotify_args { -+ struct inode *h_dir, *dir, *h_child_inode; -+ u32 mask; -+ unsigned int flags[AuHnLast]; -+ unsigned int h_child_nlen; -+ char h_child_name[]; -+}; -+ -+struct hn_job_args { -+ unsigned int flags; -+ struct inode *inode, *h_inode, *dir, *h_dir; -+ struct dentry *dentry; -+ char *h_name; -+ int h_nlen; -+}; -+ -+static int hn_job(struct hn_job_args *a) -+{ -+ const unsigned int isdir = au_ftest_hnjob(a->flags, ISDIR); -+ int e; -+ -+ /* reset xino */ -+ if (au_ftest_hnjob(a->flags, XINO0) && a->inode) -+ hn_xino(a->inode, a->h_inode); /* ignore this error */ -+ -+ if (au_ftest_hnjob(a->flags, TRYXINO0) -+ && a->inode -+ && a->h_inode) { -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ if (!a->h_inode->i_nlink -+ && !(a->h_inode->i_state & I_LINKABLE)) -+ hn_xino(a->inode, a->h_inode); /* ignore this error */ -+ inode_unlock(a->h_inode); -+ } -+ -+ /* make the generation obsolete */ -+ if (au_ftest_hnjob(a->flags, GEN)) { -+ e = -1; -+ if (a->inode) -+ e = hn_gen_by_inode(a->h_name, a->h_nlen, a->inode, -+ isdir); -+ if (e && a->dentry) -+ hn_gen_by_name(a->dentry, isdir); -+ /* ignore this error */ -+ } -+ -+ /* make dir entries obsolete */ -+ if (au_ftest_hnjob(a->flags, DIRENT) && a->inode) { -+ struct au_vdir *vdir; -+ -+ vdir = au_ivdir(a->inode); -+ if (vdir) -+ vdir->vd_jiffy = 0; -+ /* IMustLock(a->inode); */ -+ /* a->inode->i_version++; */ -+ } -+ -+ /* can do nothing but warn */ -+ if (au_ftest_hnjob(a->flags, MNTPNT) -+ && a->dentry -+ && d_mountpoint(a->dentry)) -+ pr_warn("mount-point %pd is removed or renamed\n", a->dentry); -+ -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *lookup_wlock_by_name(char *name, unsigned int nlen, -+ struct inode *dir) -+{ -+ struct dentry *dentry, *d, *parent; -+ struct qstr *dname; -+ -+ parent = d_find_any_alias(dir); -+ if (!parent) -+ return NULL; -+ -+ dentry = NULL; -+ spin_lock(&parent->d_lock); -+ list_for_each_entry(d, &parent->d_subdirs, d_child) { -+ /* AuDbg("%pd\n", d); */ -+ spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); -+ dname = &d->d_name; -+ if (dname->len != nlen || memcmp(dname->name, name, nlen)) -+ goto cont_unlock; -+ if (au_di(d)) -+ au_digen_dec(d); -+ else -+ goto cont_unlock; -+ if (au_dcount(d) > 0) { -+ dentry = dget_dlock(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ -+cont_unlock: -+ spin_unlock(&d->d_lock); -+ } -+ spin_unlock(&parent->d_lock); -+ dput(parent); -+ -+ if (dentry) -+ di_write_lock_child(dentry); -+ -+ return dentry; -+} -+ -+static struct inode *lookup_wlock_by_ino(struct super_block *sb, -+ aufs_bindex_t bindex, ino_t h_ino) -+{ -+ struct inode *inode; -+ ino_t ino; -+ int err; -+ -+ inode = NULL; -+ err = au_xino_read(sb, bindex, h_ino, &ino); -+ if (!err && ino) -+ inode = ilookup(sb, ino); -+ if (!inode) -+ goto out; -+ -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("wrong root branch\n"); -+ iput(inode); -+ inode = NULL; -+ goto out; -+ } -+ -+ ii_write_lock_child(inode); -+ -+out: -+ return inode; -+} -+ -+static void au_hn_bh(void *_args) -+{ -+ struct au_hnotify_args *a = _args; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot, bfound; -+ unsigned char xino, try_iput; -+ int err; -+ struct inode *inode; -+ ino_t h_ino; -+ struct hn_job_args args; -+ struct dentry *dentry; -+ struct au_sbinfo *sbinfo; -+ -+ AuDebugOn(!_args); -+ AuDebugOn(!a->h_dir); -+ AuDebugOn(!a->dir); -+ AuDebugOn(!a->mask); -+ AuDbg("mask 0x%x, i%lu, hi%lu, hci%lu\n", -+ a->mask, a->dir->i_ino, a->h_dir->i_ino, -+ a->h_child_inode ? a->h_child_inode->i_ino : 0); -+ -+ inode = NULL; -+ dentry = NULL; -+ /* -+ * do not lock a->dir->i_mutex here -+ * because of d_revalidate() may cause a deadlock. -+ */ -+ sb = a->dir->i_sb; -+ AuDebugOn(!sb); -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!sbinfo); -+ si_write_lock(sb, AuLock_NOPLMW); -+ -+ ii_read_lock_parent(a->dir); -+ bfound = -1; -+ bbot = au_ibbot(a->dir); -+ for (bindex = au_ibtop(a->dir); bindex <= bbot; bindex++) -+ if (au_h_iptr(a->dir, bindex) == a->h_dir) { -+ bfound = bindex; -+ break; -+ } -+ ii_read_unlock(a->dir); -+ if (unlikely(bfound < 0)) -+ goto out; -+ -+ xino = !!au_opt_test(au_mntflags(sb), XINO); -+ h_ino = 0; -+ if (a->h_child_inode) -+ h_ino = a->h_child_inode->i_ino; -+ -+ if (a->h_child_nlen -+ && (au_ftest_hnjob(a->flags[AuHn_CHILD], GEN) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], MNTPNT))) -+ dentry = lookup_wlock_by_name(a->h_child_name, a->h_child_nlen, -+ a->dir); -+ try_iput = 0; -+ if (dentry && d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (xino && !inode && h_ino -+ && (au_ftest_hnjob(a->flags[AuHn_CHILD], XINO0) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], TRYXINO0) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], GEN))) { -+ inode = lookup_wlock_by_ino(sb, bfound, h_ino); -+ try_iput = 1; -+ } -+ -+ args.flags = a->flags[AuHn_CHILD]; -+ args.dentry = dentry; -+ args.inode = inode; -+ args.h_inode = a->h_child_inode; -+ args.dir = a->dir; -+ args.h_dir = a->h_dir; -+ args.h_name = a->h_child_name; -+ args.h_nlen = a->h_child_nlen; -+ err = hn_job(&args); -+ if (dentry) { -+ if (au_di(dentry)) -+ di_write_unlock(dentry); -+ dput(dentry); -+ } -+ if (inode && try_iput) { -+ ii_write_unlock(inode); -+ iput(inode); -+ } -+ -+ ii_write_lock_parent(a->dir); -+ args.flags = a->flags[AuHn_PARENT]; -+ args.dentry = NULL; -+ args.inode = a->dir; -+ args.h_inode = a->h_dir; -+ args.dir = NULL; -+ args.h_dir = NULL; -+ args.h_name = NULL; -+ args.h_nlen = 0; -+ err = hn_job(&args); -+ ii_write_unlock(a->dir); -+ -+out: -+ iput(a->h_child_inode); -+ iput(a->h_dir); -+ iput(a->dir); -+ si_write_unlock(sb); -+ au_nwt_done(&sbinfo->si_nowait); -+ au_delayed_kfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, -+ struct qstr *h_child_qstr, struct inode *h_child_inode) -+{ -+ int err, len; -+ unsigned int flags[AuHnLast], f; -+ unsigned char isdir, isroot, wh; -+ struct inode *dir; -+ struct au_hnotify_args *args; -+ char *p, *h_child_name; -+ -+ err = 0; -+ AuDebugOn(!hnotify || !hnotify->hn_aufs_inode); -+ dir = igrab(hnotify->hn_aufs_inode); -+ if (!dir) -+ goto out; -+ -+ isroot = (dir->i_ino == AUFS_ROOT_INO); -+ wh = 0; -+ h_child_name = (void *)h_child_qstr->name; -+ len = h_child_qstr->len; -+ if (h_child_name) { -+ if (len > AUFS_WH_PFX_LEN -+ && !memcmp(h_child_name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ h_child_name += AUFS_WH_PFX_LEN; -+ len -= AUFS_WH_PFX_LEN; -+ wh = 1; -+ } -+ } -+ -+ isdir = 0; -+ if (h_child_inode) -+ isdir = !!S_ISDIR(h_child_inode->i_mode); -+ flags[AuHn_PARENT] = AuHnJob_ISDIR; -+ flags[AuHn_CHILD] = 0; -+ if (isdir) -+ flags[AuHn_CHILD] = AuHnJob_ISDIR; -+ au_fset_hnjob(flags[AuHn_PARENT], DIRENT); -+ au_fset_hnjob(flags[AuHn_CHILD], GEN); -+ switch (mask & FS_EVENTS_POSS_ON_CHILD) { -+ case FS_MOVED_FROM: -+ case FS_MOVED_TO: -+ au_fset_hnjob(flags[AuHn_CHILD], XINO0); -+ au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); -+ /*FALLTHROUGH*/ -+ case FS_CREATE: -+ AuDebugOn(!h_child_name); -+ break; -+ -+ case FS_DELETE: -+ /* -+ * aufs never be able to get this child inode. -+ * revalidation should be in d_revalidate() -+ * by checking i_nlink, i_generation or d_unhashed(). -+ */ -+ AuDebugOn(!h_child_name); -+ au_fset_hnjob(flags[AuHn_CHILD], TRYXINO0); -+ au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); -+ break; -+ -+ default: -+ AuDebugOn(1); -+ } -+ -+ if (wh) -+ h_child_inode = NULL; -+ -+ err = -ENOMEM; -+ /* iput() and kfree() will be called in au_hnotify() */ -+ args = kmalloc(sizeof(*args) + len + 1, GFP_NOFS); -+ if (unlikely(!args)) { -+ AuErr1("no memory\n"); -+ iput(dir); -+ goto out; -+ } -+ args->flags[AuHn_PARENT] = flags[AuHn_PARENT]; -+ args->flags[AuHn_CHILD] = flags[AuHn_CHILD]; -+ args->mask = mask; -+ args->dir = dir; -+ args->h_dir = igrab(h_dir); -+ if (h_child_inode) -+ h_child_inode = igrab(h_child_inode); /* can be NULL */ -+ args->h_child_inode = h_child_inode; -+ args->h_child_nlen = len; -+ if (len) { -+ p = (void *)args; -+ p += sizeof(*args); -+ memcpy(p, h_child_name, len); -+ p[len] = 0; -+ } -+ -+ /* NFS fires the event for silly-renamed one from kworker */ -+ f = 0; -+ if (!dir->i_nlink -+ || (au_test_nfs(h_dir->i_sb) && (mask & FS_DELETE))) -+ f = AuWkq_NEST; -+ err = au_wkq_nowait(au_hn_bh, args, dir->i_sb, f); -+ if (unlikely(err)) { -+ pr_err("wkq %d\n", err); -+ iput(args->h_child_inode); -+ iput(args->h_dir); -+ iput(args->dir); -+ au_delayed_kfree(args); -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm) -+{ -+ int err; -+ -+ AuDebugOn(!(udba & AuOptMask_UDBA)); -+ -+ err = 0; -+ if (au_hnotify_op.reset_br) -+ err = au_hnotify_op.reset_br(udba, br, perm); -+ -+ return err; -+} -+ -+int au_hnotify_init_br(struct au_branch *br, int perm) -+{ -+ int err; -+ -+ err = 0; -+ if (au_hnotify_op.init_br) -+ err = au_hnotify_op.init_br(br, perm); -+ -+ return err; -+} -+ -+void au_hnotify_fin_br(struct au_branch *br) -+{ -+ if (au_hnotify_op.fin_br) -+ au_hnotify_op.fin_br(br); -+} -+ -+static void au_hn_destroy_cache(void) -+{ -+ struct au_cache *cp; -+ -+ flush_delayed_work(&au_dfree.dwork); -+ cp = au_dfree.cache + AuCache_HNOTIFY; -+ AuDebugOn(!llist_empty(&cp->llist)); -+ kmem_cache_destroy(cp->cache); -+ cp->cache = NULL; -+} -+ -+AU_CACHE_DFREE_FUNC(hnotify, HNOTIFY, hn_lnode); -+ -+int __init au_hnotify_init(void) -+{ -+ int err; -+ struct au_cache *cp; -+ -+ err = -ENOMEM; -+ cp = au_dfree.cache + AuCache_HNOTIFY; -+ cp->cache = AuCache(au_hnotify); -+ if (cp->cache) { -+ err = 0; -+ if (au_hnotify_op.init) -+ err = au_hnotify_op.init(); -+ if (unlikely(err)) -+ au_hn_destroy_cache(); -+ } -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_hnotify_fin(void) -+{ -+ struct au_cache *cp; -+ -+ if (au_hnotify_op.fin) -+ au_hnotify_op.fin(); -+ -+ /* cf. au_cache_fin() */ -+ cp = au_dfree.cache + AuCache_HNOTIFY; -+ if (cp->cache) -+ au_hn_destroy_cache(); -+} -diff --git a/fs/aufs/i_op.c b/fs/aufs/i_op.c -new file mode 100644 -index 0000000..444be461 ---- /dev/null -+++ b/fs/aufs/i_op.c -@@ -0,0 +1,1431 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (except add/del/rename) -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+static int h_permission(struct inode *h_inode, int mask, -+ struct path *h_path, int brperm) -+{ -+ int err; -+ const unsigned char write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); -+ -+ err = -EPERM; -+ if (write_mask && IS_IMMUTABLE(h_inode)) -+ goto out; -+ -+ err = -EACCES; -+ if (((mask & MAY_EXEC) -+ && S_ISREG(h_inode->i_mode) -+ && (path_noexec(h_path) -+ || !(h_inode->i_mode & S_IXUGO)))) -+ goto out; -+ -+ /* -+ * - skip the lower fs test in the case of write to ro branch. -+ * - nfs dir permission write check is optimized, but a policy for -+ * link/rename requires a real check. -+ * - nfs always sets MS_POSIXACL regardless its mount option 'noacl.' -+ * in this case, generic_permission() returns -EOPNOTSUPP. -+ */ -+ if ((write_mask && !au_br_writable(brperm)) -+ || (au_test_nfs(h_inode->i_sb) && S_ISDIR(h_inode->i_mode) -+ && write_mask && !(mask & MAY_READ)) -+ || !h_inode->i_op->permission) { -+ /* AuLabel(generic_permission); */ -+ /* AuDbg("get_acl %pf\n", h_inode->i_op->get_acl); */ -+ err = generic_permission(h_inode, mask); -+ if (err == -EOPNOTSUPP && au_test_nfs_noacl(h_inode)) -+ err = h_inode->i_op->permission(h_inode, mask); -+ AuTraceErr(err); -+ } else { -+ /* AuLabel(h_inode->permission); */ -+ err = h_inode->i_op->permission(h_inode, mask); -+ AuTraceErr(err); -+ } -+ -+ if (!err) -+ err = devcgroup_inode_permission(h_inode, mask); -+ if (!err) -+ err = security_inode_permission(h_inode, mask); -+ -+#if 0 -+ if (!err) { -+ /* todo: do we need to call ima_path_check()? */ -+ struct path h_path = { -+ .dentry = -+ .mnt = h_mnt -+ }; -+ err = ima_path_check(&h_path, -+ mask & (MAY_READ | MAY_WRITE | MAY_EXEC), -+ IMA_COUNT_LEAVE); -+ } -+#endif -+ -+out: -+ return err; -+} -+ -+static int aufs_permission(struct inode *inode, int mask) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ const unsigned char isdir = !!S_ISDIR(inode->i_mode), -+ write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ -+ /* todo: support rcu-walk? */ -+ if (mask & MAY_NOT_BLOCK) -+ return -ECHILD; -+ -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_read_lock_child(inode); -+#if 0 -+ err = au_iigen_test(inode, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out; -+#endif -+ -+ if (!isdir -+ || write_mask -+ || au_opt_test(au_mntflags(sb), DIRPERM1)) { -+ err = au_busy_or_stale(); -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ if (unlikely(!h_inode -+ || (h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT))) -+ goto out; -+ -+ err = 0; -+ bindex = au_ibtop(inode); -+ br = au_sbr(sb, bindex); -+ err = h_permission(h_inode, mask, &br->br_path, br->br_perm); -+ if (write_mask -+ && !err -+ && !special_file(h_inode->i_mode)) { -+ /* test whether the upper writable branch exists */ -+ err = -EROFS; -+ for (; bindex >= 0; bindex--) -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = 0; -+ break; -+ } -+ } -+ goto out; -+ } -+ -+ /* non-write to dir */ -+ err = 0; -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); !err && bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (h_inode) { -+ err = au_busy_or_stale(); -+ if (unlikely(!S_ISDIR(h_inode->i_mode))) -+ break; -+ -+ br = au_sbr(sb, bindex); -+ err = h_permission(h_inode, mask, &br->br_path, -+ br->br_perm); -+ } -+ } -+ -+out: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *aufs_lookup(struct inode *dir, struct dentry *dentry, -+ unsigned int flags) -+{ -+ struct dentry *ret, *parent; -+ struct inode *inode; -+ struct super_block *sb; -+ int err, npositive; -+ -+ IMustLock(dir); -+ -+ /* todo: support rcu-walk? */ -+ ret = ERR_PTR(-ECHILD); -+ if (flags & LOOKUP_RCU) -+ goto out; -+ -+ ret = ERR_PTR(-ENAMETOOLONG); -+ if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ goto out; -+ -+ sb = dir->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ ret = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_di_init(dentry); -+ ret = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_si; -+ -+ inode = NULL; -+ npositive = 0; /* suppress a warning */ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_alive_dir(parent); -+ if (!err) -+ err = au_digen_test(parent, au_sigen(sb)); -+ if (!err) { -+ /* regardless LOOKUP_CREATE, always ALLOW_NEG */ -+ npositive = au_lkup_dentry(dentry, au_dbtop(parent), -+ AuLkup_ALLOW_NEG); -+ err = npositive; -+ } -+ di_read_unlock(parent, AuLock_IR); -+ ret = ERR_PTR(err); -+ if (unlikely(err < 0)) -+ goto out_unlock; -+ -+ if (npositive) { -+ inode = au_new_inode(dentry, /*must_new*/0); -+ if (IS_ERR(inode)) { -+ ret = (void *)inode; -+ inode = NULL; -+ goto out_unlock; -+ } -+ } -+ -+ if (inode) -+ atomic_inc(&inode->i_count); -+ ret = d_splice_alias(inode, dentry); -+#if 0 -+ if (unlikely(d_need_lookup(dentry))) { -+ spin_lock(&dentry->d_lock); -+ dentry->d_flags &= ~DCACHE_NEED_LOOKUP; -+ spin_unlock(&dentry->d_lock); -+ } else -+#endif -+ if (inode) { -+ if (!IS_ERR(ret)) { -+ iput(inode); -+ if (ret && ret != dentry) -+ ii_write_unlock(inode); -+ } else { -+ ii_write_unlock(inode); -+ iput(inode); -+ inode = NULL; -+ } -+ } -+ -+out_unlock: -+ di_write_unlock(dentry); -+out_si: -+ si_read_unlock(sb); -+out: -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aopen_node { -+ struct hlist_node hlist; -+ struct file *file, *h_file; -+}; -+ -+static int au_do_aopen(struct inode *inode, struct file *file) -+{ -+ struct au_sphlhead *aopen; -+ struct aopen_node *node; -+ struct au_do_open_args args = { -+ .no_lock = 1, -+ .open = au_do_open_nondir -+ }; -+ -+ aopen = &au_sbi(inode->i_sb)->si_aopen; -+ spin_lock(&aopen->spin); -+ hlist_for_each_entry(node, &aopen->head, hlist) -+ if (node->file == file) { -+ args.h_file = node->h_file; -+ break; -+ } -+ spin_unlock(&aopen->spin); -+ /* AuDebugOn(!args.h_file); */ -+ -+ return au_do_open(file, &args); -+} -+ -+static int aufs_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct file *file, unsigned int open_flag, -+ umode_t create_mode, int *opened) -+{ -+ int err, h_opened = *opened; -+ unsigned int lkup_flags; -+ struct dentry *parent, *d; -+ struct au_sphlhead *aopen; -+ struct vfsub_aopen_args args = { -+ .open_flag = open_flag, -+ .create_mode = create_mode, -+ .opened = &h_opened -+ }; -+ struct aopen_node aopen_node = { -+ .file = file -+ }; -+ -+ IMustLock(dir); -+ AuDbg("open_flag 0%o\n", open_flag); -+ AuDbgDentry(dentry); -+ -+ err = 0; -+ if (!au_di(dentry)) { -+ lkup_flags = LOOKUP_OPEN; -+ if (open_flag & O_CREAT) -+ lkup_flags |= LOOKUP_CREATE; -+ d = aufs_lookup(dir, dentry, lkup_flags); -+ if (IS_ERR(d)) { -+ err = PTR_ERR(d); -+ AuTraceErr(err); -+ goto out; -+ } else if (d) { -+ /* -+ * obsoleted dentry found. -+ * another error will be returned later. -+ */ -+ d_drop(d); -+ AuDbgDentry(d); -+ dput(d); -+ } -+ AuDbgDentry(dentry); -+ } -+ -+ if (d_is_positive(dentry) -+ || d_unhashed(dentry) -+ || d_unlinked(dentry) -+ || !(open_flag & O_CREAT)) -+ goto out_no_open; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_GEN); -+ if (unlikely(err)) -+ goto out; -+ -+ parent = dentry->d_parent; /* dir is locked */ -+ di_write_lock_parent(parent); -+ err = au_lkup_dentry(dentry, /*btop*/0, AuLkup_ALLOW_NEG); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ AuDbgDentry(dentry); -+ if (d_is_positive(dentry)) -+ goto out_unlock; -+ -+ args.file = get_empty_filp(); -+ err = PTR_ERR(args.file); -+ if (IS_ERR(args.file)) -+ goto out_unlock; -+ -+ args.file->f_flags = file->f_flags; -+ err = au_aopen_or_create(dir, dentry, &args); -+ AuTraceErr(err); -+ AuDbgFile(args.file); -+ if (unlikely(err < 0)) { -+ if (h_opened & FILE_OPENED) -+ fput(args.file); -+ else -+ put_filp(args.file); -+ goto out_unlock; -+ } -+ -+ /* some filesystems don't set FILE_CREATED while succeeded? */ -+ *opened |= FILE_CREATED; -+ if (h_opened & FILE_OPENED) -+ aopen_node.h_file = args.file; -+ else { -+ put_filp(args.file); -+ args.file = NULL; -+ } -+ aopen = &au_sbi(dir->i_sb)->si_aopen; -+ au_sphl_add(&aopen_node.hlist, aopen); -+ err = finish_open(file, dentry, au_do_aopen, opened); -+ au_sphl_del(&aopen_node.hlist, aopen); -+ AuTraceErr(err); -+ AuDbgFile(file); -+ if (aopen_node.h_file) -+ fput(aopen_node.h_file); -+ -+out_unlock: -+ di_write_unlock(parent); -+ aufs_read_unlock(dentry, AuLock_DW); -+ AuDbgDentry(dentry); -+ if (unlikely(err < 0)) -+ goto out; -+out_no_open: -+ if (err >= 0 && !(*opened & FILE_CREATED)) { -+ AuLabel(out_no_open); -+ dget(dentry); -+ err = finish_no_open(file, dentry); -+ } -+out: -+ AuDbg("%pd%s%s\n", dentry, -+ (*opened & FILE_CREATED) ? " created" : "", -+ (*opened & FILE_OPENED) ? " opened" : ""); -+ AuTraceErr(err); -+ return err; -+} -+ -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_wr_dir_cpup(struct dentry *dentry, struct dentry *parent, -+ const unsigned char add_entry, aufs_bindex_t bcpup, -+ aufs_bindex_t btop) -+{ -+ int err; -+ struct dentry *h_parent; -+ struct inode *h_dir; -+ -+ if (add_entry) -+ IMustLock(d_inode(parent)); -+ else -+ di_write_lock_parent(parent); -+ -+ err = 0; -+ if (!au_h_dptr(parent, bcpup)) { -+ if (btop > bcpup) -+ err = au_cpup_dirs(dentry, bcpup); -+ else if (btop < bcpup) -+ err = au_cpdown_dirs(dentry, bcpup); -+ else -+ BUG(); -+ } -+ if (!err && add_entry && !au_ftest_wrdir(add_entry, TMPFILE)) { -+ h_parent = au_h_dptr(parent, bcpup); -+ h_dir = d_inode(h_parent); -+ inode_lock_nested(h_dir, AuLsc_I_PARENT); -+ err = au_lkup_neg(dentry, bcpup, /*wh*/0); -+ /* todo: no unlock here */ -+ inode_unlock(h_dir); -+ -+ AuDbg("bcpup %d\n", bcpup); -+ if (!err) { -+ if (d_really_is_negative(dentry)) -+ au_set_h_dptr(dentry, btop, NULL); -+ au_update_dbrange(dentry, /*do_put_zero*/0); -+ } -+ } -+ -+ if (!add_entry) -+ di_write_unlock(parent); -+ if (!err) -+ err = bcpup; /* success */ -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * decide the branch and the parent dir where we will create a new entry. -+ * returns new bindex or an error. -+ * copyup the parent dir if needed. -+ */ -+int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, -+ struct au_wr_dir_args *args) -+{ -+ int err; -+ unsigned int flags; -+ aufs_bindex_t bcpup, btop, src_btop; -+ const unsigned char add_entry -+ = au_ftest_wrdir(args->flags, ADD_ENTRY) -+ | au_ftest_wrdir(args->flags, TMPFILE); -+ struct super_block *sb; -+ struct dentry *parent; -+ struct au_sbinfo *sbinfo; -+ -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ parent = dget_parent(dentry); -+ btop = au_dbtop(dentry); -+ bcpup = btop; -+ if (args->force_btgt < 0) { -+ if (src_dentry) { -+ src_btop = au_dbtop(src_dentry); -+ if (src_btop < btop) -+ bcpup = src_btop; -+ } else if (add_entry) { -+ flags = 0; -+ if (au_ftest_wrdir(args->flags, ISDIR)) -+ au_fset_wbr(flags, DIR); -+ err = AuWbrCreate(sbinfo, dentry, flags); -+ bcpup = err; -+ } -+ -+ if (bcpup < 0 || au_test_ro(sb, bcpup, d_inode(dentry))) { -+ if (add_entry) -+ err = AuWbrCopyup(sbinfo, dentry); -+ else { -+ if (!IS_ROOT(dentry)) { -+ di_read_lock_parent(parent, !AuLock_IR); -+ err = AuWbrCopyup(sbinfo, dentry); -+ di_read_unlock(parent, !AuLock_IR); -+ } else -+ err = AuWbrCopyup(sbinfo, dentry); -+ } -+ bcpup = err; -+ if (unlikely(err < 0)) -+ goto out; -+ } -+ } else { -+ bcpup = args->force_btgt; -+ AuDebugOn(au_test_ro(sb, bcpup, d_inode(dentry))); -+ } -+ -+ AuDbg("btop %d, bcpup %d\n", btop, bcpup); -+ err = bcpup; -+ if (bcpup == btop) -+ goto out; /* success */ -+ -+ /* copyup the new parent into the branch we process */ -+ err = au_wr_dir_cpup(dentry, parent, add_entry, bcpup, btop); -+ if (err >= 0) { -+ if (d_really_is_negative(dentry)) { -+ au_set_h_dptr(dentry, btop, NULL); -+ au_set_dbtop(dentry, bcpup); -+ au_set_dbbot(dentry, bcpup); -+ } -+ AuDebugOn(add_entry -+ && !au_ftest_wrdir(args->flags, TMPFILE) -+ && !au_h_dptr(dentry, bcpup)); -+ } -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_pin_hdir_unlock(struct au_pin *p) -+{ -+ if (p->hdir) -+ au_hn_inode_unlock(p->hdir); -+} -+ -+int au_pin_hdir_lock(struct au_pin *p) -+{ -+ int err; -+ -+ err = 0; -+ if (!p->hdir) -+ goto out; -+ -+ /* even if an error happens later, keep this lock */ -+ au_hn_inode_lock_nested(p->hdir, p->lsc_hi); -+ -+ err = -EBUSY; -+ if (unlikely(p->hdir->hi_inode != d_inode(p->h_parent))) -+ goto out; -+ -+ err = 0; -+ if (p->h_dentry) -+ err = au_h_verify(p->h_dentry, p->udba, p->hdir->hi_inode, -+ p->h_parent, p->br); -+ -+out: -+ return err; -+} -+ -+int au_pin_hdir_relock(struct au_pin *p) -+{ -+ int err, i; -+ struct inode *h_i; -+ struct dentry *h_d[] = { -+ p->h_dentry, -+ p->h_parent -+ }; -+ -+ err = au_pin_hdir_lock(p); -+ if (unlikely(err)) -+ goto out; -+ -+ for (i = 0; !err && i < sizeof(h_d)/sizeof(*h_d); i++) { -+ if (!h_d[i]) -+ continue; -+ if (d_is_positive(h_d[i])) { -+ h_i = d_inode(h_d[i]); -+ err = !h_i->i_nlink; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+static void au_pin_hdir_set_owner(struct au_pin *p, struct task_struct *task) -+{ -+#if !defined(CONFIG_RWSEM_GENERIC_SPINLOCK) && defined(CONFIG_RWSEM_SPIN_ON_OWNER) -+ p->hdir->hi_inode->i_rwsem.owner = task; -+#endif -+} -+ -+void au_pin_hdir_acquire_nest(struct au_pin *p) -+{ -+ if (p->hdir) { -+ rwsem_acquire_nest(&p->hdir->hi_inode->i_rwsem.dep_map, -+ p->lsc_hi, 0, NULL, _RET_IP_); -+ au_pin_hdir_set_owner(p, current); -+ } -+} -+ -+void au_pin_hdir_release(struct au_pin *p) -+{ -+ if (p->hdir) { -+ au_pin_hdir_set_owner(p, p->task); -+ rwsem_release(&p->hdir->hi_inode->i_rwsem.dep_map, 1, _RET_IP_); -+ } -+} -+ -+struct dentry *au_pinned_h_parent(struct au_pin *pin) -+{ -+ if (pin && pin->parent) -+ return au_h_dptr(pin->parent, pin->bindex); -+ return NULL; -+} -+ -+void au_unpin(struct au_pin *p) -+{ -+ if (p->hdir) -+ au_pin_hdir_unlock(p); -+ if (p->h_mnt && au_ftest_pin(p->flags, MNT_WRITE)) -+ vfsub_mnt_drop_write(p->h_mnt); -+ if (!p->hdir) -+ return; -+ -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ iput(p->hdir->hi_inode); -+ dput(p->parent); -+ p->parent = NULL; -+ p->hdir = NULL; -+ p->h_mnt = NULL; -+ /* do not clear p->task */ -+} -+ -+int au_do_pin(struct au_pin *p) -+{ -+ int err; -+ struct super_block *sb; -+ struct inode *h_dir; -+ -+ err = 0; -+ sb = p->dentry->d_sb; -+ p->br = au_sbr(sb, p->bindex); -+ if (IS_ROOT(p->dentry)) { -+ if (au_ftest_pin(p->flags, MNT_WRITE)) { -+ p->h_mnt = au_br_mnt(p->br); -+ err = vfsub_mnt_want_write(p->h_mnt); -+ if (unlikely(err)) { -+ au_fclr_pin(p->flags, MNT_WRITE); -+ goto out_err; -+ } -+ } -+ goto out; -+ } -+ -+ p->h_dentry = NULL; -+ if (p->bindex <= au_dbbot(p->dentry)) -+ p->h_dentry = au_h_dptr(p->dentry, p->bindex); -+ -+ p->parent = dget_parent(p->dentry); -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_lock(p->parent, AuLock_IR, p->lsc_di); -+ -+ h_dir = NULL; -+ p->h_parent = au_h_dptr(p->parent, p->bindex); -+ p->hdir = au_hi(d_inode(p->parent), p->bindex); -+ if (p->hdir) -+ h_dir = p->hdir->hi_inode; -+ -+ /* -+ * udba case, or -+ * if DI_LOCKED is not set, then p->parent may be different -+ * and h_parent can be NULL. -+ */ -+ if (unlikely(!p->hdir || !h_dir || !p->h_parent)) { -+ err = -EBUSY; -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ dput(p->parent); -+ p->parent = NULL; -+ goto out_err; -+ } -+ -+ if (au_ftest_pin(p->flags, MNT_WRITE)) { -+ p->h_mnt = au_br_mnt(p->br); -+ err = vfsub_mnt_want_write(p->h_mnt); -+ if (unlikely(err)) { -+ au_fclr_pin(p->flags, MNT_WRITE); -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ dput(p->parent); -+ p->parent = NULL; -+ goto out_err; -+ } -+ } -+ -+ au_igrab(h_dir); -+ err = au_pin_hdir_lock(p); -+ if (!err) -+ goto out; /* success */ -+ -+ au_unpin(p); -+ -+out_err: -+ pr_err("err %d\n", err); -+ err = au_busy_or_stale(); -+out: -+ return err; -+} -+ -+void au_pin_init(struct au_pin *p, struct dentry *dentry, -+ aufs_bindex_t bindex, int lsc_di, int lsc_hi, -+ unsigned int udba, unsigned char flags) -+{ -+ p->dentry = dentry; -+ p->udba = udba; -+ p->lsc_di = lsc_di; -+ p->lsc_hi = lsc_hi; -+ p->flags = flags; -+ p->bindex = bindex; -+ -+ p->parent = NULL; -+ p->hdir = NULL; -+ p->h_mnt = NULL; -+ -+ p->h_dentry = NULL; -+ p->h_parent = NULL; -+ p->br = NULL; -+ p->task = current; -+} -+ -+int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int udba, unsigned char flags) -+{ -+ au_pin_init(pin, dentry, bindex, AuLsc_DI_PARENT, AuLsc_I_PARENT2, -+ udba, flags); -+ return au_do_pin(pin); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * ->setattr() and ->getattr() are called in various cases. -+ * chmod, stat: dentry is revalidated. -+ * fchmod, fstat: file and dentry are not revalidated, additionally they may be -+ * unhashed. -+ * for ->setattr(), ia->ia_file is passed from ftruncate only. -+ */ -+/* todo: consolidate with do_refresh() and simple_reval_dpath() */ -+int au_reval_for_attr(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *parent; -+ -+ err = 0; -+ if (au_digen_test(dentry, sigen)) { -+ parent = dget_parent(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(dentry, parent); -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_pin_and_icpup(struct dentry *dentry, struct iattr *ia, -+ struct au_icpup_args *a) -+{ -+ int err; -+ loff_t sz; -+ aufs_bindex_t btop, ibtop; -+ struct dentry *hi_wh, *parent; -+ struct inode *inode; -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = 0 -+ }; -+ -+ if (d_is_dir(dentry)) -+ au_fset_wrdir(wr_dir_args.flags, ISDIR); -+ /* plink or hi_wh() case */ -+ btop = au_dbtop(dentry); -+ inode = d_inode(dentry); -+ ibtop = au_ibtop(inode); -+ if (btop != ibtop && !au_test_ro(inode->i_sb, ibtop, inode)) -+ wr_dir_args.force_btgt = ibtop; -+ err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); -+ if (unlikely(err < 0)) -+ goto out; -+ a->btgt = err; -+ if (err != btop) -+ au_fset_icpup(a->flags, DID_CPUP); -+ -+ err = 0; -+ a->pin_flags = AuPin_MNT_WRITE; -+ parent = NULL; -+ if (!IS_ROOT(dentry)) { -+ au_fset_pin(a->pin_flags, DI_LOCKED); -+ parent = dget_parent(dentry); -+ di_write_lock_parent(parent); -+ } -+ -+ err = au_pin(&a->pin, dentry, a->btgt, a->udba, a->pin_flags); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ sz = -1; -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ a->h_inode = d_inode(a->h_path.dentry); -+ if (ia && (ia->ia_valid & ATTR_SIZE)) { -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ if (ia->ia_size < i_size_read(a->h_inode)) -+ sz = ia->ia_size; -+ inode_unlock(a->h_inode); -+ } -+ -+ hi_wh = NULL; -+ if (au_ftest_icpup(a->flags, DID_CPUP) && d_unlinked(dentry)) { -+ hi_wh = au_hi_wh(inode, a->btgt); -+ if (!hi_wh) { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->btgt, -+ .bsrc = -1, -+ .len = sz, -+ .pin = &a->pin -+ }; -+ err = au_sio_cpup_wh(&cpg, /*file*/NULL); -+ if (unlikely(err)) -+ goto out_unlock; -+ hi_wh = au_hi_wh(inode, a->btgt); -+ /* todo: revalidate hi_wh? */ -+ } -+ } -+ -+ if (parent) { -+ au_pin_set_parent_lflag(&a->pin, /*lflag*/0); -+ di_downgrade_lock(parent, AuLock_IR); -+ dput(parent); -+ parent = NULL; -+ } -+ if (!au_ftest_icpup(a->flags, DID_CPUP)) -+ goto out; /* success */ -+ -+ if (!d_unhashed(dentry)) { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->btgt, -+ .bsrc = btop, -+ .len = sz, -+ .pin = &a->pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ if (!err) -+ a->h_path.dentry = au_h_dptr(dentry, a->btgt); -+ } else if (!hi_wh) -+ a->h_path.dentry = au_h_dptr(dentry, a->btgt); -+ else -+ a->h_path.dentry = hi_wh; /* do not dget here */ -+ -+out_unlock: -+ a->h_inode = d_inode(a->h_path.dentry); -+ if (!err) -+ goto out; /* success */ -+ au_unpin(&a->pin); -+out_parent: -+ if (parent) { -+ di_write_unlock(parent); -+ dput(parent); -+ } -+out: -+ if (!err) -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ return err; -+} -+ -+static int aufs_setattr(struct dentry *dentry, struct iattr *ia) -+{ -+ int err; -+ struct inode *inode, *delegated; -+ struct super_block *sb; -+ struct file *file; -+ struct au_icpup_args *a; -+ -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ -+ err = setattr_prepare(dentry, ia); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ if (ia->ia_valid & (ATTR_KILL_SUID | ATTR_KILL_SGID)) -+ ia->ia_valid &= ~ATTR_MODE; -+ -+ file = NULL; -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_kfree; -+ -+ if (ia->ia_valid & ATTR_FILE) { -+ /* currently ftruncate(2) only */ -+ AuDebugOn(!d_is_reg(dentry)); -+ file = ia->ia_file; -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1); -+ if (unlikely(err)) -+ goto out_si; -+ ia->ia_file = au_hf_top(file); -+ a->udba = AuOpt_UDBA_NONE; -+ } else { -+ /* fchmod() doesn't pass ia_file */ -+ a->udba = au_opt_udba(sb); -+ di_write_lock_child(dentry); -+ /* no d_unlinked(), to set UDBA_NONE for root */ -+ if (d_unhashed(dentry)) -+ a->udba = AuOpt_UDBA_NONE; -+ if (a->udba != AuOpt_UDBA_NONE) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_for_attr(dentry, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out_dentry; -+ } -+ } -+ -+ err = au_pin_and_icpup(dentry, ia, a); -+ if (unlikely(err < 0)) -+ goto out_dentry; -+ if (au_ftest_icpup(a->flags, DID_CPUP)) { -+ ia->ia_file = NULL; -+ ia->ia_valid &= ~ATTR_FILE; -+ } -+ -+ a->h_path.mnt = au_sbr_mnt(sb, a->btgt); -+ if ((ia->ia_valid & (ATTR_MODE | ATTR_CTIME)) -+ == (ATTR_MODE | ATTR_CTIME)) { -+ err = security_path_chmod(&a->h_path, ia->ia_mode); -+ if (unlikely(err)) -+ goto out_unlock; -+ } else if ((ia->ia_valid & (ATTR_UID | ATTR_GID)) -+ && (ia->ia_valid & ATTR_CTIME)) { -+ err = security_path_chown(&a->h_path, ia->ia_uid, ia->ia_gid); -+ if (unlikely(err)) -+ goto out_unlock; -+ } -+ -+ if (ia->ia_valid & ATTR_SIZE) { -+ struct file *f; -+ -+ if (ia->ia_size < i_size_read(inode)) -+ /* unmap only */ -+ truncate_setsize(inode, ia->ia_size); -+ -+ f = NULL; -+ if (ia->ia_valid & ATTR_FILE) -+ f = ia->ia_file; -+ inode_unlock(a->h_inode); -+ err = vfsub_trunc(&a->h_path, ia->ia_size, ia->ia_valid, f); -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ } else { -+ delegated = NULL; -+ while (1) { -+ err = vfsub_notify_change(&a->h_path, ia, &delegated); -+ if (delegated) { -+ err = break_deleg_wait(&delegated); -+ if (!err) -+ continue; -+ } -+ break; -+ } -+ } -+ /* -+ * regardless aufs 'acl' option setting. -+ * why don't all acl-aware fs call this func from their ->setattr()? -+ */ -+ if (!err && (ia->ia_valid & ATTR_MODE)) -+ err = vfsub_acl_chmod(a->h_inode, ia->ia_mode); -+ if (!err) -+ au_cpup_attr_changeable(inode); -+ -+out_unlock: -+ inode_unlock(a->h_inode); -+ au_unpin(&a->pin); -+ if (unlikely(err)) -+ au_update_dbtop(dentry); -+out_dentry: -+ di_write_unlock(dentry); -+ if (file) { -+ fi_write_unlock(file); -+ ia->ia_file = file; -+ ia->ia_valid |= ATTR_FILE; -+ } -+out_si: -+ si_read_unlock(sb); -+out_kfree: -+ au_delayed_kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+#if IS_ENABLED(CONFIG_AUFS_XATTR) || IS_ENABLED(CONFIG_FS_POSIX_ACL) -+static int au_h_path_to_set_attr(struct dentry *dentry, -+ struct au_icpup_args *a, struct path *h_path) -+{ -+ int err; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ a->udba = au_opt_udba(sb); -+ /* no d_unlinked(), to set UDBA_NONE for root */ -+ if (d_unhashed(dentry)) -+ a->udba = AuOpt_UDBA_NONE; -+ if (a->udba != AuOpt_UDBA_NONE) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_for_attr(dentry, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out; -+ } -+ err = au_pin_and_icpup(dentry, /*ia*/NULL, a); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ h_path->dentry = a->h_path.dentry; -+ h_path->mnt = au_sbr_mnt(sb, a->btgt); -+ -+out: -+ return err; -+} -+ -+ssize_t au_sxattr(struct dentry *dentry, struct inode *inode, -+ struct au_sxattr *arg) -+{ -+ int err; -+ struct path h_path; -+ struct super_block *sb; -+ struct au_icpup_args *a; -+ struct inode *h_inode; -+ -+ IMustLock(inode); -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_kfree; -+ -+ h_path.dentry = NULL; /* silence gcc */ -+ di_write_lock_child(dentry); -+ err = au_h_path_to_set_attr(dentry, a, &h_path); -+ if (unlikely(err)) -+ goto out_di; -+ -+ inode_unlock(a->h_inode); -+ switch (arg->type) { -+ case AU_XATTR_SET: -+ AuDebugOn(d_is_negative(h_path.dentry)); -+ err = vfsub_setxattr(h_path.dentry, -+ arg->u.set.name, arg->u.set.value, -+ arg->u.set.size, arg->u.set.flags); -+ break; -+ case AU_ACL_SET: -+ err = -EOPNOTSUPP; -+ h_inode = d_inode(h_path.dentry); -+ if (h_inode->i_op->set_acl) -+ /* this will call posix_acl_update_mode */ -+ err = h_inode->i_op->set_acl(h_inode, -+ arg->u.acl_set.acl, -+ arg->u.acl_set.type); -+ break; -+ } -+ if (!err) -+ au_cpup_attr_timesizes(inode); -+ -+ au_unpin(&a->pin); -+ if (unlikely(err)) -+ au_update_dbtop(dentry); -+ -+out_di: -+ di_write_unlock(dentry); -+ si_read_unlock(sb); -+out_kfree: -+ au_delayed_kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+#endif -+ -+static void au_refresh_iattr(struct inode *inode, struct kstat *st, -+ unsigned int nlink) -+{ -+ unsigned int n; -+ -+ inode->i_mode = st->mode; -+ /* don't i_[ug]id_write() here */ -+ inode->i_uid = st->uid; -+ inode->i_gid = st->gid; -+ inode->i_atime = st->atime; -+ inode->i_mtime = st->mtime; -+ inode->i_ctime = st->ctime; -+ -+ au_cpup_attr_nlink(inode, /*force*/0); -+ if (S_ISDIR(inode->i_mode)) { -+ n = inode->i_nlink; -+ n -= nlink; -+ n += st->nlink; -+ smp_mb(); /* for i_nlink */ -+ /* 0 can happen */ -+ set_nlink(inode, n); -+ } -+ -+ spin_lock(&inode->i_lock); -+ inode->i_blocks = st->blocks; -+ i_size_write(inode, st->size); -+ spin_unlock(&inode->i_lock); -+} -+ -+/* -+ * common routine for aufs_getattr() and au_getxattr(). -+ * returns zero or negative (an error). -+ * @dentry will be read-locked in success. -+ */ -+int au_h_path_getattr(struct dentry *dentry, int force, struct path *h_path) -+{ -+ int err; -+ unsigned int mnt_flags, sigen; -+ unsigned char udba_none; -+ aufs_bindex_t bindex; -+ struct super_block *sb, *h_sb; -+ struct inode *inode; -+ -+ h_path->mnt = NULL; -+ h_path->dentry = NULL; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ mnt_flags = au_mntflags(sb); -+ udba_none = !!au_opt_test(mnt_flags, UDBA_NONE); -+ -+ /* support fstat(2) */ -+ if (!d_unlinked(dentry) && !udba_none) { -+ sigen = au_sigen(sb); -+ err = au_digen_test(dentry, sigen); -+ if (!err) { -+ di_read_lock_child(dentry, AuLock_IR); -+ err = au_dbrange_test(dentry); -+ if (unlikely(err)) { -+ di_read_unlock(dentry, AuLock_IR); -+ goto out; -+ } -+ } else { -+ AuDebugOn(IS_ROOT(dentry)); -+ di_write_lock_child(dentry); -+ err = au_dbrange_test(dentry); -+ if (!err) -+ err = au_reval_for_attr(dentry, sigen); -+ if (!err) -+ di_downgrade_lock(dentry, AuLock_IR); -+ else { -+ di_write_unlock(dentry); -+ goto out; -+ } -+ } -+ } else -+ di_read_lock_child(dentry, AuLock_IR); -+ -+ inode = d_inode(dentry); -+ bindex = au_ibtop(inode); -+ h_path->mnt = au_sbr_mnt(sb, bindex); -+ h_sb = h_path->mnt->mnt_sb; -+ if (!force -+ && !au_test_fs_bad_iattr(h_sb) -+ && udba_none) -+ goto out; /* success */ -+ -+ if (au_dbtop(dentry) == bindex) -+ h_path->dentry = au_h_dptr(dentry, bindex); -+ else if (au_opt_test(mnt_flags, PLINK) && au_plink_test(inode)) { -+ h_path->dentry = au_plink_lkup(inode, bindex); -+ if (IS_ERR(h_path->dentry)) -+ /* pretending success */ -+ h_path->dentry = NULL; -+ else -+ dput(h_path->dentry); -+ } -+ -+out: -+ return err; -+} -+ -+static int aufs_getattr(struct vfsmount *mnt __maybe_unused, -+ struct dentry *dentry, struct kstat *st) -+{ -+ int err; -+ unsigned char positive; -+ struct path h_path; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ inode = d_inode(dentry); -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ err = au_h_path_getattr(dentry, /*force*/0, &h_path); -+ if (unlikely(err)) -+ goto out_si; -+ if (unlikely(!h_path.dentry)) -+ /* illegally overlapped or something */ -+ goto out_fill; /* pretending success */ -+ -+ positive = d_is_positive(h_path.dentry); -+ if (positive) -+ err = vfs_getattr(&h_path, st); -+ if (!err) { -+ if (positive) -+ au_refresh_iattr(inode, st, -+ d_inode(h_path.dentry)->i_nlink); -+ goto out_fill; /* success */ -+ } -+ AuTraceErr(err); -+ goto out_di; -+ -+out_fill: -+ generic_fillattr(inode, st); -+out_di: -+ di_read_unlock(dentry, AuLock_IR); -+out_si: -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const char *aufs_get_link(struct dentry *dentry, struct inode *inode, -+ struct delayed_call *done) -+{ -+ const char *ret; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ int err; -+ aufs_bindex_t bindex; -+ -+ ret = NULL; /* suppress a warning */ -+ err = -ECHILD; -+ if (!dentry) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_IR | AuLock_GEN); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_d_hashed_positive(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ err = -EINVAL; -+ inode = d_inode(dentry); -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(!h_inode->i_op->get_link)) -+ goto out_unlock; -+ -+ err = -EBUSY; -+ h_dentry = NULL; -+ if (au_dbtop(dentry) <= bindex) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) -+ dget(h_dentry); -+ } -+ if (!h_dentry) { -+ h_dentry = d_find_any_alias(h_inode); -+ if (IS_ERR(h_dentry)) { -+ err = PTR_ERR(h_dentry); -+ goto out_unlock; -+ } -+ } -+ if (unlikely(!h_dentry)) -+ goto out_unlock; -+ -+ err = 0; -+ AuDbg("%pf\n", h_inode->i_op->get_link); -+ AuDbgDentry(h_dentry); -+ ret = vfs_get_link(h_dentry, done); -+ dput(h_dentry); -+ if (IS_ERR(ret)) -+ err = PTR_ERR(ret); -+ -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_IR); -+out: -+ if (unlikely(err)) -+ ret = ERR_PTR(err); -+ AuTraceErrPtr(ret); -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_is_special(struct inode *inode) -+{ -+ return (inode->i_mode & (S_IFBLK | S_IFCHR | S_IFIFO | S_IFSOCK)); -+} -+ -+static int aufs_update_time(struct inode *inode, struct timespec *ts, int flags) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct inode *h_inode; -+ struct vfsmount *h_mnt; -+ -+ sb = inode->i_sb; -+ WARN_ONCE((flags & S_ATIME) && !IS_NOATIME(inode), -+ "unexpected s_flags 0x%lx", sb->s_flags); -+ -+ /* mmap_sem might be acquired already, cf. aufs_mmap() */ -+ lockdep_off(); -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_write_lock_child(inode); -+ lockdep_on(); -+ -+ err = 0; -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (!au_test_ro(sb, bindex, inode)) { -+ h_mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mnt_want_write(h_mnt); -+ if (!err) { -+ err = vfsub_update_time(h_inode, ts, flags); -+ vfsub_mnt_drop_write(h_mnt); -+ } -+ } else if (au_is_special(h_inode)) { -+ /* -+ * Never copy-up here. -+ * These special files may already be opened and used for -+ * communicating. If we copied it up, then the communication -+ * would be corrupted. -+ */ -+ AuWarn1("timestamps for i%lu are ignored " -+ "since it is on readonly branch (hi%lu).\n", -+ inode->i_ino, h_inode->i_ino); -+ } else if (flags & ~S_ATIME) { -+ err = -EIO; -+ AuIOErr1("unexpected flags 0x%x\n", flags); -+ AuDebugOn(1); -+ } -+ -+ lockdep_off(); -+ if (!err) -+ au_cpup_attr_timesizes(inode); -+ ii_write_unlock(inode); -+ si_read_unlock(sb); -+ lockdep_on(); -+ -+ if (!err && (flags & S_VERSION)) -+ inode_inc_iversion(inode); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* no getattr version will be set by module.c:aufs_init() */ -+struct inode_operations aufs_iop_nogetattr[AuIop_Last], -+ aufs_iop[] = { -+ [AuIop_SYMLINK] = { -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, /* unsupport for symlink? */ -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .readlink = generic_readlink, -+ .get_link = aufs_get_link, -+ -+ /* .update_time = aufs_update_time */ -+ }, -+ [AuIop_DIR] = { -+ .create = aufs_create, -+ .lookup = aufs_lookup, -+ .link = aufs_link, -+ .unlink = aufs_unlink, -+ .symlink = aufs_symlink, -+ .mkdir = aufs_mkdir, -+ .rmdir = aufs_rmdir, -+ .mknod = aufs_mknod, -+ .rename = aufs_rename, -+ -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .update_time = aufs_update_time, -+ .atomic_open = aufs_atomic_open, -+ .tmpfile = aufs_tmpfile -+ }, -+ [AuIop_OTHER] = { -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .update_time = aufs_update_time -+ } -+}; -diff --git a/fs/aufs/i_op_add.c b/fs/aufs/i_op_add.c -new file mode 100644 -index 0000000..680cd89 ---- /dev/null -+++ b/fs/aufs/i_op_add.c -@@ -0,0 +1,915 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (add entry) -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * final procedure of adding a new entry, except link(2). -+ * remove whiteout, instantiate, copyup the parent dir's times and size -+ * and update version. -+ * if it failed, re-create the removed whiteout. -+ */ -+static int epilog(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct dentry *dentry) -+{ -+ int err, rerr; -+ aufs_bindex_t bwh; -+ struct path h_path; -+ struct super_block *sb; -+ struct inode *inode, *h_dir; -+ struct dentry *wh; -+ -+ bwh = -1; -+ sb = dir->i_sb; -+ if (wh_dentry) { -+ h_dir = d_inode(wh_dentry->d_parent); /* dir inode is locked */ -+ IMustLock(h_dir); -+ AuDebugOn(au_h_iptr(dir, bindex) != h_dir); -+ bwh = au_dbwh(dentry); -+ h_path.dentry = wh_dentry; -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, -+ dentry); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ inode = au_new_inode(dentry, /*must_new*/1); -+ if (!IS_ERR(inode)) { -+ d_instantiate(dentry, inode); -+ dir = d_inode(dentry->d_parent); /* dir inode is locked */ -+ IMustLock(dir); -+ au_dir_ts(dir, bindex); -+ dir->i_version++; -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ return 0; /* success */ -+ } -+ -+ err = PTR_ERR(inode); -+ if (!wh_dentry) -+ goto out; -+ -+ /* revert */ -+ /* dir inode is locked */ -+ wh = au_wh_create(dentry, bwh, wh_dentry->d_parent); -+ rerr = PTR_ERR(wh); -+ if (IS_ERR(wh)) { -+ AuIOErr("%pd reverting whiteout failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } else -+ dput(wh); -+ -+out: -+ return err; -+} -+ -+static int au_d_may_add(struct dentry *dentry) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(d_unhashed(dentry))) -+ err = -ENOENT; -+ if (unlikely(d_really_is_positive(dentry))) -+ err = -EEXIST; -+ return err; -+} -+ -+/* -+ * simple tests for the adding inode operations. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir) -+{ -+ int err; -+ umode_t h_mode; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ err = -ENAMETOOLONG; -+ if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ goto out; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (d_really_is_negative(dentry)) { -+ err = -EEXIST; -+ if (unlikely(d_is_positive(h_dentry))) -+ goto out; -+ } else { -+ /* rename(2) case */ -+ err = -EIO; -+ if (unlikely(d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ if (unlikely(!h_inode->i_nlink)) -+ goto out; -+ -+ h_mode = h_inode->i_mode; -+ if (!isdir) { -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(h_mode))) -+ goto out; -+ } else if (unlikely(!S_ISDIR(h_mode))) { -+ err = -ENOTDIR; -+ goto out; -+ } -+ } -+ -+ err = 0; -+ /* expected parent dir is locked */ -+ if (unlikely(h_parent != h_dentry->d_parent)) -+ err = -EIO; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * initial procedure of adding a new entry. -+ * prepare writable branch and the parent dir, lock it, -+ * and lookup whiteout for the new entry. -+ */ -+static struct dentry* -+lock_hdir_lkup_wh(struct dentry *dentry, struct au_dtime *dt, -+ struct dentry *src_dentry, struct au_pin *pin, -+ struct au_wr_dir_args *wr_dir_args) -+{ -+ struct dentry *wh_dentry, *h_parent; -+ struct super_block *sb; -+ struct au_branch *br; -+ int err; -+ unsigned int udba; -+ aufs_bindex_t bcpup; -+ -+ AuDbg("%pd\n", dentry); -+ -+ err = au_wr_dir(dentry, src_dentry, wr_dir_args); -+ bcpup = err; -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ udba = au_opt_udba(sb); -+ err = au_pin(pin, dentry, bcpup, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ h_parent = au_pinned_h_parent(pin); -+ if (udba != AuOpt_UDBA_NONE -+ && au_dbtop(dentry) == bcpup) -+ err = au_may_add(dentry, bcpup, h_parent, -+ au_ftest_wrdir(wr_dir_args->flags, ISDIR)); -+ else if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ err = -ENAMETOOLONG; -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ br = au_sbr(sb, bcpup); -+ if (dt) { -+ struct path tmp = { -+ .dentry = h_parent, -+ .mnt = au_br_mnt(br) -+ }; -+ au_dtime_store(dt, au_pinned_parent(pin), &tmp); -+ } -+ -+ wh_dentry = NULL; -+ if (bcpup != au_dbwh(dentry)) -+ goto out; /* success */ -+ -+ /* -+ * ENAMETOOLONG here means that if we allowed create such name, then it -+ * would not be able to removed in the future. So we don't allow such -+ * name here and we don't handle ENAMETOOLONG differently here. -+ */ -+ wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, br); -+ -+out_unpin: -+ if (IS_ERR(wh_dentry)) -+ au_unpin(pin); -+out: -+ return wh_dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+enum { Mknod, Symlink, Creat }; -+struct simple_arg { -+ int type; -+ union { -+ struct { -+ umode_t mode; -+ bool want_excl; -+ bool try_aopen; -+ struct vfsub_aopen_args *aopen; -+ } c; -+ struct { -+ const char *symname; -+ } s; -+ struct { -+ umode_t mode; -+ dev_t dev; -+ } m; -+ } u; -+}; -+ -+static int add_simple(struct inode *dir, struct dentry *dentry, -+ struct simple_arg *arg) -+{ -+ int err, rerr; -+ aufs_bindex_t btop; -+ unsigned char created; -+ const unsigned char try_aopen -+ = (arg->type == Creat && arg->u.c.try_aopen); -+ struct dentry *wh_dentry, *parent; -+ struct inode *h_dir; -+ struct super_block *sb; -+ struct au_branch *br; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ struct path h_path; -+ struct au_wr_dir_args wr_dir_args; -+ } *a; -+ -+ AuDbg("%pd\n", dentry); -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ a->wr_dir_args.force_btgt = -1; -+ a->wr_dir_args.flags = AuWrDir_ADD_ENTRY; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ if (!try_aopen) { -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ } -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ if (!try_aopen) -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, -+ &a->pin, &a->wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ btop = au_dbtop(dentry); -+ sb = dentry->d_sb; -+ br = au_sbr(sb, btop); -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ a->h_path.mnt = au_br_mnt(br); -+ h_dir = au_pinned_h_dir(&a->pin); -+ switch (arg->type) { -+ case Creat: -+ err = 0; -+ if (!try_aopen || !h_dir->i_op->atomic_open) -+ err = vfsub_create(h_dir, &a->h_path, arg->u.c.mode, -+ arg->u.c.want_excl); -+ else -+ err = vfsub_atomic_open(h_dir, a->h_path.dentry, -+ arg->u.c.aopen, br); -+ break; -+ case Symlink: -+ err = vfsub_symlink(h_dir, &a->h_path, arg->u.s.symname); -+ break; -+ case Mknod: -+ err = vfsub_mknod(h_dir, &a->h_path, arg->u.m.mode, -+ arg->u.m.dev); -+ break; -+ default: -+ BUG(); -+ } -+ created = !err; -+ if (!err) -+ err = epilog(dir, btop, wh_dentry, dentry); -+ -+ /* revert */ -+ if (unlikely(created && err && d_is_positive(a->h_path.dentry))) { -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(h_dir, &a->h_path, /*delegated*/NULL, -+ /*force*/0); -+ if (rerr) { -+ AuIOErr("%pd revert failure(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&a->dt); -+ } -+ -+ if (!err && try_aopen && !h_dir->i_op->atomic_open) -+ *arg->u.c.aopen->opened |= FILE_CREATED; -+ -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ -+out_parent: -+ if (!try_aopen) -+ di_write_unlock(parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ if (!try_aopen) -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ au_delayed_kfree(a); -+out: -+ return err; -+} -+ -+int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, -+ dev_t dev) -+{ -+ struct simple_arg arg = { -+ .type = Mknod, -+ .u.m = { -+ .mode = mode, -+ .dev = dev -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) -+{ -+ struct simple_arg arg = { -+ .type = Symlink, -+ .u.s.symname = symname -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, -+ bool want_excl) -+{ -+ struct simple_arg arg = { -+ .type = Creat, -+ .u.c = { -+ .mode = mode, -+ .want_excl = want_excl -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int au_aopen_or_create(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *aopen_args) -+{ -+ struct simple_arg arg = { -+ .type = Creat, -+ .u.c = { -+ .mode = aopen_args->create_mode, -+ .want_excl = aopen_args->open_flag & O_EXCL, -+ .try_aopen = true, -+ .aopen = aopen_args -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent, *h_dentry; -+ struct inode *h_dir, *inode; -+ struct vfsmount *h_mnt; -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = AuWrDir_TMPFILE -+ }; -+ -+ /* copy-up may happen */ -+ inode_lock(dir); -+ -+ sb = dir->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_di_init(dentry); -+ if (unlikely(err)) -+ goto out_si; -+ -+ err = -EBUSY; -+ parent = d_find_any_alias(dir); -+ AuDebugOn(!parent); -+ di_write_lock_parent(parent); -+ if (unlikely(d_inode(parent) != dir)) -+ goto out_parent; -+ -+ err = au_digen_test(parent, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ bindex = au_dbtop(parent); -+ au_set_dbtop(dentry, bindex); -+ au_set_dbbot(dentry, bindex); -+ err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); -+ bindex = err; -+ if (unlikely(err < 0)) -+ goto out_parent; -+ -+ err = -EOPNOTSUPP; -+ h_dir = au_h_iptr(dir, bindex); -+ if (unlikely(!h_dir->i_op->tmpfile)) -+ goto out_parent; -+ -+ h_mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mnt_want_write(h_mnt); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ h_parent = au_h_dptr(parent, bindex); -+ err = inode_permission(d_inode(h_parent), MAY_WRITE | MAY_EXEC); -+ if (unlikely(err)) -+ goto out_mnt; -+ -+ err = -ENOMEM; -+ h_dentry = d_alloc(h_parent, &dentry->d_name); -+ if (unlikely(!h_dentry)) -+ goto out_mnt; -+ -+ err = h_dir->i_op->tmpfile(h_dir, h_dentry, mode); -+ if (unlikely(err)) -+ goto out_dentry; -+ -+ au_set_dbtop(dentry, bindex); -+ au_set_dbbot(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, dget(h_dentry)); -+ inode = au_new_inode(dentry, /*must_new*/1); -+ if (IS_ERR(inode)) { -+ err = PTR_ERR(inode); -+ au_set_h_dptr(dentry, bindex, NULL); -+ au_set_dbtop(dentry, -1); -+ au_set_dbbot(dentry, -1); -+ } else { -+ if (!inode->i_nlink) -+ set_nlink(inode, 1); -+ d_tmpfile(dentry, inode); -+ au_di(dentry)->di_tmpfile = 1; -+ -+ /* update without i_mutex */ -+ if (au_ibtop(dir) == au_dbtop(dentry)) -+ au_cpup_attr_timesizes(dir); -+ } -+ -+out_dentry: -+ dput(h_dentry); -+out_mnt: -+ vfsub_mnt_drop_write(h_mnt); -+out_parent: -+ di_write_unlock(parent); -+ dput(parent); -+ di_write_unlock(dentry); -+ if (unlikely(err)) { -+ au_di_fin(dentry); -+ dentry->d_fsdata = NULL; -+ } -+out_si: -+ si_read_unlock(sb); -+out: -+ inode_unlock(dir); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_link_args { -+ aufs_bindex_t bdst, bsrc; -+ struct au_pin pin; -+ struct path h_path; -+ struct dentry *src_parent, *parent; -+}; -+ -+static int au_cpup_before_link(struct dentry *src_dentry, -+ struct au_link_args *a) -+{ -+ int err; -+ struct dentry *h_src_dentry; -+ struct au_cp_generic cpg = { -+ .dentry = src_dentry, -+ .bdst = a->bdst, -+ .bsrc = a->bsrc, -+ .len = -1, -+ .pin = &a->pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN /* | AuCpup_KEEPLINO */ -+ }; -+ -+ di_read_lock_parent(a->src_parent, AuLock_IR); -+ err = au_test_and_cpup_dirs(src_dentry, a->bdst); -+ if (unlikely(err)) -+ goto out; -+ -+ h_src_dentry = au_h_dptr(src_dentry, a->bsrc); -+ err = au_pin(&a->pin, src_dentry, a->bdst, -+ au_opt_udba(src_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&a->pin); -+ -+out: -+ di_read_unlock(a->src_parent, AuLock_IR); -+ return err; -+} -+ -+static int au_cpup_or_link(struct dentry *src_dentry, struct dentry *dentry, -+ struct au_link_args *a) -+{ -+ int err; -+ unsigned char plink; -+ aufs_bindex_t bbot; -+ struct dentry *h_src_dentry; -+ struct inode *h_inode, *inode, *delegated; -+ struct super_block *sb; -+ struct file *h_file; -+ -+ plink = 0; -+ h_inode = NULL; -+ sb = src_dentry->d_sb; -+ inode = d_inode(src_dentry); -+ if (au_ibtop(inode) <= a->bdst) -+ h_inode = au_h_iptr(inode, a->bdst); -+ if (!h_inode || !h_inode->i_nlink) { -+ /* copyup src_dentry as the name of dentry. */ -+ bbot = au_dbbot(dentry); -+ if (bbot < a->bsrc) -+ au_set_dbbot(dentry, a->bsrc); -+ au_set_h_dptr(dentry, a->bsrc, -+ dget(au_h_dptr(src_dentry, a->bsrc))); -+ dget(a->h_path.dentry); -+ au_set_h_dptr(dentry, a->bdst, NULL); -+ AuDbg("temporary d_inode...\n"); -+ spin_lock(&dentry->d_lock); -+ dentry->d_inode = d_inode(src_dentry); /* tmp */ -+ spin_unlock(&dentry->d_lock); -+ h_file = au_h_open_pre(dentry, a->bsrc, /*force_wr*/0); -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->bdst, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &a->pin, -+ .flags = AuCpup_KEEPLINO -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ au_h_open_post(dentry, a->bsrc, h_file); -+ if (!err) { -+ dput(a->h_path.dentry); -+ a->h_path.dentry = au_h_dptr(dentry, a->bdst); -+ } else -+ au_set_h_dptr(dentry, a->bdst, -+ a->h_path.dentry); -+ } -+ spin_lock(&dentry->d_lock); -+ dentry->d_inode = NULL; /* restore */ -+ spin_unlock(&dentry->d_lock); -+ AuDbg("temporary d_inode...done\n"); -+ au_set_h_dptr(dentry, a->bsrc, NULL); -+ au_set_dbbot(dentry, bbot); -+ } else { -+ /* the inode of src_dentry already exists on a.bdst branch */ -+ h_src_dentry = d_find_alias(h_inode); -+ if (!h_src_dentry && au_plink_test(inode)) { -+ plink = 1; -+ h_src_dentry = au_plink_lkup(inode, a->bdst); -+ err = PTR_ERR(h_src_dentry); -+ if (IS_ERR(h_src_dentry)) -+ goto out; -+ -+ if (unlikely(d_is_negative(h_src_dentry))) { -+ dput(h_src_dentry); -+ h_src_dentry = NULL; -+ } -+ -+ } -+ if (h_src_dentry) { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ dput(h_src_dentry); -+ } else { -+ AuIOErr("no dentry found for hi%lu on b%d\n", -+ h_inode->i_ino, a->bdst); -+ err = -EIO; -+ } -+ } -+ -+ if (!err && !plink) -+ au_plink_append(inode, a->bdst, a->h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int aufs_link(struct dentry *src_dentry, struct inode *dir, -+ struct dentry *dentry) -+{ -+ int err, rerr; -+ struct au_dtime dt; -+ struct au_link_args *a; -+ struct dentry *wh_dentry, *h_src_dentry; -+ struct inode *inode, *delegated; -+ struct super_block *sb; -+ struct au_wr_dir_args wr_dir_args = { -+ /* .force_btgt = -1, */ -+ .flags = AuWrDir_ADD_ENTRY -+ }; -+ -+ IMustLock(dir); -+ inode = d_inode(src_dentry); -+ IMustLock(inode); -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ a->parent = dentry->d_parent; /* dir inode is locked */ -+ err = aufs_read_and_write_lock2(dentry, src_dentry, -+ AuLock_NOPLM | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_kfree; -+ err = au_d_linkable(src_dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ a->src_parent = dget_parent(src_dentry); -+ wr_dir_args.force_btgt = au_ibtop(inode); -+ -+ di_write_lock_parent(a->parent); -+ wr_dir_args.force_btgt = au_wbr(dentry, wr_dir_args.force_btgt); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &dt, src_dentry, &a->pin, -+ &wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ a->bdst = au_dbtop(dentry); -+ a->h_path.dentry = au_h_dptr(dentry, a->bdst); -+ a->h_path.mnt = au_sbr_mnt(sb, a->bdst); -+ a->bsrc = au_ibtop(inode); -+ h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); -+ if (!h_src_dentry && au_di(src_dentry)->di_tmpfile) -+ h_src_dentry = dget(au_hi_wh(inode, a->bsrc)); -+ if (!h_src_dentry) { -+ a->bsrc = au_dbtop(src_dentry); -+ h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); -+ AuDebugOn(!h_src_dentry); -+ } else if (IS_ERR(h_src_dentry)) { -+ err = PTR_ERR(h_src_dentry); -+ goto out_parent; -+ } -+ -+ /* -+ * aufs doesn't touch the credential so -+ * security_dentry_create_files_as() is unnecrssary. -+ */ -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ if (a->bdst < a->bsrc -+ /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) -+ err = au_cpup_or_link(src_dentry, dentry, a); -+ else { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ dput(h_src_dentry); -+ } else { -+ /* -+ * copyup src_dentry to the branch we process, -+ * and then link(2) to it. -+ */ -+ dput(h_src_dentry); -+ if (a->bdst < a->bsrc -+ /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) { -+ au_unpin(&a->pin); -+ di_write_unlock(a->parent); -+ err = au_cpup_before_link(src_dentry, a); -+ di_write_lock_parent(a->parent); -+ if (!err) -+ err = au_pin(&a->pin, dentry, a->bdst, -+ au_opt_udba(sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_wh; -+ } -+ if (!err) { -+ h_src_dentry = au_h_dptr(src_dentry, a->bdst); -+ err = -ENOENT; -+ if (h_src_dentry && d_is_positive(h_src_dentry)) { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, -+ au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry" -+ " for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ } -+ } -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ if (wh_dentry) { -+ a->h_path.dentry = wh_dentry; -+ err = au_wh_unlink_dentry(au_pinned_h_dir(&a->pin), &a->h_path, -+ dentry); -+ if (unlikely(err)) -+ goto out_revert; -+ } -+ -+ au_dir_ts(dir, a->bdst); -+ dir->i_version++; -+ inc_nlink(inode); -+ inode->i_ctime = dir->i_ctime; -+ d_instantiate(dentry, au_igrab(inode)); -+ if (d_unhashed(a->h_path.dentry)) -+ /* some filesystem calls d_drop() */ -+ d_drop(dentry); -+ /* some filesystems consume an inode even hardlink */ -+ au_fhsm_wrote(sb, a->bdst, /*force*/0); -+ goto out_unpin; /* success */ -+ -+out_revert: -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(au_pinned_h_dir(&a->pin), &a->h_path, -+ /*delegated*/NULL, /*force*/0); -+ if (unlikely(rerr)) { -+ AuIOErr("%pd reverting failed(%d, %d)\n", dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&dt); -+out_unpin: -+ au_unpin(&a->pin); -+out_wh: -+ dput(wh_dentry); -+out_parent: -+ di_write_unlock(a->parent); -+ dput(a->src_parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ aufs_read_and_write_unlock2(dentry, src_dentry); -+out_kfree: -+ au_delayed_kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) -+{ -+ int err, rerr; -+ aufs_bindex_t bindex; -+ unsigned char diropq; -+ struct path h_path; -+ struct dentry *wh_dentry, *parent, *opq_dentry; -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct { -+ struct au_pin pin; -+ struct au_dtime dt; -+ } *a; /* reduce the stack usage */ -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = AuWrDir_ADD_ENTRY | AuWrDir_ISDIR -+ }; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, -+ &a->pin, &wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ sb = dentry->d_sb; -+ bindex = au_dbtop(dentry); -+ h_path.dentry = au_h_dptr(dentry, bindex); -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mkdir(au_pinned_h_dir(&a->pin), &h_path, mode); -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ /* make the dir opaque */ -+ diropq = 0; -+ h_inode = d_inode(h_path.dentry); -+ if (wh_dentry -+ || au_opt_test(au_mntflags(sb), ALWAYS_DIROPQ)) { -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ opq_dentry = au_diropq_create(dentry, bindex); -+ inode_unlock(h_inode); -+ err = PTR_ERR(opq_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out_dir; -+ dput(opq_dentry); -+ diropq = 1; -+ } -+ -+ err = epilog(dir, bindex, wh_dentry, dentry); -+ if (!err) { -+ inc_nlink(dir); -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ if (diropq) { -+ AuLabel(revert opq); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ rerr = au_diropq_remove(dentry, bindex); -+ inode_unlock(h_inode); -+ if (rerr) { -+ AuIOErr("%pd reverting diropq failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ } -+ -+out_dir: -+ AuLabel(revert dir); -+ rerr = vfsub_rmdir(au_pinned_h_dir(&a->pin), &h_path); -+ if (rerr) { -+ AuIOErr("%pd reverting dir failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&a->dt); -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+out_parent: -+ di_write_unlock(parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ au_delayed_kfree(a); -+out: -+ return err; -+} -diff --git a/fs/aufs/i_op_del.c b/fs/aufs/i_op_del.c -new file mode 100644 -index 0000000..2fe8f07 ---- /dev/null -+++ b/fs/aufs/i_op_del.c -@@ -0,0 +1,498 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (del entry) -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * decide if a new whiteout for @dentry is necessary or not. -+ * when it is necessary, prepare the parent dir for the upper branch whose -+ * branch index is @bcpup for creation. the actual creation of the whiteout will -+ * be done by caller. -+ * return value: -+ * 0: wh is unnecessary -+ * plus: wh is necessary -+ * minus: error -+ */ -+int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup) -+{ -+ int need_wh, err; -+ aufs_bindex_t btop; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ if (*bcpup < 0) { -+ *bcpup = btop; -+ if (au_test_ro(sb, btop, d_inode(dentry))) { -+ err = AuWbrCopyup(au_sbi(sb), dentry); -+ *bcpup = err; -+ if (unlikely(err < 0)) -+ goto out; -+ } -+ } else -+ AuDebugOn(btop < *bcpup -+ || au_test_ro(sb, *bcpup, d_inode(dentry))); -+ AuDbg("bcpup %d, btop %d\n", *bcpup, btop); -+ -+ if (*bcpup != btop) { -+ err = au_cpup_dirs(dentry, *bcpup); -+ if (unlikely(err)) -+ goto out; -+ need_wh = 1; -+ } else { -+ struct au_dinfo *dinfo, *tmp; -+ -+ need_wh = -ENOMEM; -+ dinfo = au_di(dentry); -+ tmp = au_di_alloc(sb, AuLsc_DI_TMP); -+ if (tmp) { -+ au_di_cp(tmp, dinfo); -+ au_di_swap(tmp, dinfo); -+ /* returns the number of positive dentries */ -+ need_wh = au_lkup_dentry(dentry, btop + 1, -+ /* AuLkup_IGNORE_PERM */ 0); -+ au_di_swap(tmp, dinfo); -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ } -+ } -+ AuDbg("need_wh %d\n", need_wh); -+ err = need_wh; -+ -+out: -+ return err; -+} -+ -+/* -+ * simple tests for the del-entry operations. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir) -+{ -+ int err; -+ umode_t h_mode; -+ struct dentry *h_dentry, *h_latest; -+ struct inode *h_inode; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (d_really_is_positive(dentry)) { -+ err = -ENOENT; -+ if (unlikely(d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ if (unlikely(!h_inode->i_nlink)) -+ goto out; -+ -+ h_mode = h_inode->i_mode; -+ if (!isdir) { -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(h_mode))) -+ goto out; -+ } else if (unlikely(!S_ISDIR(h_mode))) { -+ err = -ENOTDIR; -+ goto out; -+ } -+ } else { -+ /* rename(2) case */ -+ err = -EIO; -+ if (unlikely(d_is_positive(h_dentry))) -+ goto out; -+ } -+ -+ err = -ENOENT; -+ /* expected parent dir is locked */ -+ if (unlikely(h_parent != h_dentry->d_parent)) -+ goto out; -+ err = 0; -+ -+ /* -+ * rmdir a dir may break the consistency on some filesystem. -+ * let's try heavy test. -+ */ -+ err = -EACCES; -+ if (unlikely(!au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1) -+ && au_test_h_perm(d_inode(h_parent), -+ MAY_EXEC | MAY_WRITE))) -+ goto out; -+ -+ h_latest = au_sio_lkup_one(&dentry->d_name, h_parent); -+ err = -EIO; -+ if (IS_ERR(h_latest)) -+ goto out; -+ if (h_latest == h_dentry) -+ err = 0; -+ dput(h_latest); -+ -+out: -+ return err; -+} -+ -+/* -+ * decide the branch where we operate for @dentry. the branch index will be set -+ * @rbcpup. after diciding it, 'pin' it and store the timestamps of the parent -+ * dir for reverting. -+ * when a new whiteout is necessary, create it. -+ */ -+static struct dentry* -+lock_hdir_create_wh(struct dentry *dentry, int isdir, aufs_bindex_t *rbcpup, -+ struct au_dtime *dt, struct au_pin *pin) -+{ -+ struct dentry *wh_dentry; -+ struct super_block *sb; -+ struct path h_path; -+ int err, need_wh; -+ unsigned int udba; -+ aufs_bindex_t bcpup; -+ -+ need_wh = au_wr_dir_need_wh(dentry, isdir, rbcpup); -+ wh_dentry = ERR_PTR(need_wh); -+ if (unlikely(need_wh < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ udba = au_opt_udba(sb); -+ bcpup = *rbcpup; -+ err = au_pin(pin, dentry, bcpup, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ h_path.dentry = au_pinned_h_parent(pin); -+ if (udba != AuOpt_UDBA_NONE -+ && au_dbtop(dentry) == bcpup) { -+ err = au_may_del(dentry, bcpup, h_path.dentry, isdir); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_unpin; -+ } -+ -+ h_path.mnt = au_sbr_mnt(sb, bcpup); -+ au_dtime_store(dt, au_pinned_parent(pin), &h_path); -+ wh_dentry = NULL; -+ if (!need_wh) -+ goto out; /* success, no need to create whiteout */ -+ -+ wh_dentry = au_wh_create(dentry, bcpup, h_path.dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_unpin; -+ -+ /* returns with the parent is locked and wh_dentry is dget-ed */ -+ goto out; /* success */ -+ -+out_unpin: -+ au_unpin(pin); -+out: -+ return wh_dentry; -+} -+ -+/* -+ * when removing a dir, rename it to a unique temporary whiteout-ed name first -+ * in order to be revertible and save time for removing many child whiteouts -+ * under the dir. -+ * returns 1 when there are too many child whiteout and caller should remove -+ * them asynchronously. returns 0 when the number of children is enough small to -+ * remove now or the branch fs is a remote fs. -+ * otherwise return an error. -+ */ -+static int renwh_and_rmdir(struct dentry *dentry, aufs_bindex_t bindex, -+ struct au_nhash *whlist, struct inode *dir) -+{ -+ int rmdir_later, err, dirwh; -+ struct dentry *h_dentry; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ sb = dentry->d_sb; -+ SiMustAnyLock(sb); -+ h_dentry = au_h_dptr(dentry, bindex); -+ err = au_whtmp_ren(h_dentry, au_sbr(sb, bindex)); -+ if (unlikely(err)) -+ goto out; -+ -+ /* stop monitoring */ -+ inode = d_inode(dentry); -+ au_hn_free(au_hi(inode, bindex)); -+ -+ if (!au_test_fs_remote(h_dentry->d_sb)) { -+ dirwh = au_sbi(sb)->si_dirwh; -+ rmdir_later = (dirwh <= 1); -+ if (!rmdir_later) -+ rmdir_later = au_nhash_test_longer_wh(whlist, bindex, -+ dirwh); -+ if (rmdir_later) -+ return rmdir_later; -+ } -+ -+ err = au_whtmp_rmdir(dir, bindex, h_dentry, whlist); -+ if (unlikely(err)) { -+ AuIOErr("rmdir %pd, b%d failed, %d. ignored\n", -+ h_dentry, bindex, err); -+ err = 0; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * final procedure for deleting a entry. -+ * maintain dentry and iattr. -+ */ -+static void epilog(struct inode *dir, struct dentry *dentry, -+ aufs_bindex_t bindex) -+{ -+ struct inode *inode; -+ -+ inode = d_inode(dentry); -+ d_drop(dentry); -+ inode->i_ctime = dir->i_ctime; -+ -+ au_dir_ts(dir, bindex); -+ dir->i_version++; -+} -+ -+/* -+ * when an error happened, remove the created whiteout and revert everything. -+ */ -+static int do_revert(int err, struct inode *dir, aufs_bindex_t bindex, -+ aufs_bindex_t bwh, struct dentry *wh_dentry, -+ struct dentry *dentry, struct au_dtime *dt) -+{ -+ int rerr; -+ struct path h_path = { -+ .dentry = wh_dentry, -+ .mnt = au_sbr_mnt(dir->i_sb, bindex) -+ }; -+ -+ rerr = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, dentry); -+ if (!rerr) { -+ au_set_dbwh(dentry, bwh); -+ au_dtime_revert(dt); -+ return 0; -+ } -+ -+ AuIOErr("%pd reverting whiteout failed(%d, %d)\n", dentry, err, rerr); -+ return -EIO; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int aufs_unlink(struct inode *dir, struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bwh, bindex, btop; -+ struct inode *inode, *h_dir, *delegated; -+ struct dentry *parent, *wh_dentry; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ struct path h_path; -+ } *a; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_d_hashed_positive(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ err = -EISDIR; -+ if (unlikely(d_is_dir(dentry))) -+ goto out_unlock; /* possible? */ -+ -+ btop = au_dbtop(dentry); -+ bwh = au_dbwh(dentry); -+ bindex = -1; -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/0, &bindex, &a->dt, -+ &a->pin); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ a->h_path.mnt = au_sbr_mnt(dentry->d_sb, btop); -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ dget(a->h_path.dentry); -+ if (bindex == btop) { -+ h_dir = au_pinned_h_dir(&a->pin); -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &a->h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } else { -+ /* dir inode is locked */ -+ h_dir = d_inode(wh_dentry->d_parent); -+ IMustLock(h_dir); -+ err = 0; -+ } -+ -+ if (!err) { -+ vfsub_drop_nlink(inode); -+ epilog(dir, dentry, bindex); -+ -+ /* update target timestamps */ -+ if (bindex == btop) { -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); -+ /*ignore*/ -+ inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ } else -+ /* todo: this timestamp may be reverted later */ -+ inode->i_ctime = h_dir->i_ctime; -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ if (wh_dentry) { -+ int rerr; -+ -+ rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, -+ &a->dt); -+ if (rerr) -+ err = rerr; -+ } -+ -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ dput(a->h_path.dentry); -+out_parent: -+ di_write_unlock(parent); -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ au_delayed_kfree(a); -+out: -+ return err; -+} -+ -+int aufs_rmdir(struct inode *dir, struct dentry *dentry) -+{ -+ int err, rmdir_later; -+ aufs_bindex_t bwh, bindex, btop; -+ struct inode *inode; -+ struct dentry *parent, *wh_dentry, *h_dentry; -+ struct au_whtmp_rmdir *args; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ } *a; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_alive_dir(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ err = -ENOTDIR; -+ if (unlikely(!d_is_dir(dentry))) -+ goto out_unlock; /* possible? */ -+ -+ err = -ENOMEM; -+ args = au_whtmp_rmdir_alloc(dir->i_sb, GFP_NOFS); -+ if (unlikely(!args)) -+ goto out_unlock; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ err = au_test_empty(dentry, &args->whlist); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ btop = au_dbtop(dentry); -+ bwh = au_dbwh(dentry); -+ bindex = -1; -+ wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/1, &bindex, &a->dt, -+ &a->pin); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ h_dentry = au_h_dptr(dentry, btop); -+ dget(h_dentry); -+ rmdir_later = 0; -+ if (bindex == btop) { -+ err = renwh_and_rmdir(dentry, btop, &args->whlist, dir); -+ if (err > 0) { -+ rmdir_later = err; -+ err = 0; -+ } -+ } else { -+ /* stop monitoring */ -+ au_hn_free(au_hi(inode, btop)); -+ -+ /* dir inode is locked */ -+ IMustLock(d_inode(wh_dentry->d_parent)); -+ err = 0; -+ } -+ -+ if (!err) { -+ vfsub_dead_dir(inode); -+ au_set_dbdiropq(dentry, -1); -+ epilog(dir, dentry, bindex); -+ -+ if (rmdir_later) { -+ au_whtmp_kick_rmdir(dir, btop, h_dentry, args); -+ args = NULL; -+ } -+ -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ AuLabel(revert); -+ if (wh_dentry) { -+ int rerr; -+ -+ rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, -+ &a->dt); -+ if (rerr) -+ err = rerr; -+ } -+ -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ dput(h_dentry); -+out_parent: -+ di_write_unlock(parent); -+ if (args) -+ au_whtmp_rmdir_free(args); -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ au_delayed_kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/i_op_ren.c b/fs/aufs/i_op_ren.c -new file mode 100644 -index 0000000..dd47c44 ---- /dev/null -+++ b/fs/aufs/i_op_ren.c -@@ -0,0 +1,1152 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operation (rename entry) -+ * todo: this is crazy monster -+ */ -+ -+#include "aufs.h" -+ -+enum { AuSRC, AuDST, AuSrcDst }; -+enum { AuPARENT, AuCHILD, AuParentChild }; -+ -+#define AuRen_ISDIR_SRC 1 -+#define AuRen_ISDIR_DST (1 << 1) -+#define AuRen_ISSAMEDIR (1 << 2) -+#define AuRen_WHSRC (1 << 3) -+#define AuRen_WHDST (1 << 4) -+#define AuRen_MNT_WRITE (1 << 5) -+#define AuRen_DT_DSTDIR (1 << 6) -+#define AuRen_DIROPQ_SRC (1 << 7) -+#define AuRen_DIROPQ_DST (1 << 8) -+#define au_ftest_ren(flags, name) ((flags) & AuRen_##name) -+#define au_fset_ren(flags, name) \ -+ do { (flags) |= AuRen_##name; } while (0) -+#define au_fclr_ren(flags, name) \ -+ do { (flags) &= ~AuRen_##name; } while (0) -+ -+struct au_ren_args { -+ struct { -+ struct dentry *dentry, *h_dentry, *parent, *h_parent, -+ *wh_dentry; -+ struct inode *dir, *inode; -+ struct au_hinode *hdir, *hinode; -+ struct au_dtime dt[AuParentChild]; -+ aufs_bindex_t btop, bdiropq; -+ } sd[AuSrcDst]; -+ -+#define src_dentry sd[AuSRC].dentry -+#define src_dir sd[AuSRC].dir -+#define src_inode sd[AuSRC].inode -+#define src_h_dentry sd[AuSRC].h_dentry -+#define src_parent sd[AuSRC].parent -+#define src_h_parent sd[AuSRC].h_parent -+#define src_wh_dentry sd[AuSRC].wh_dentry -+#define src_hdir sd[AuSRC].hdir -+#define src_hinode sd[AuSRC].hinode -+#define src_h_dir sd[AuSRC].hdir->hi_inode -+#define src_dt sd[AuSRC].dt -+#define src_btop sd[AuSRC].btop -+#define src_bdiropq sd[AuSRC].bdiropq -+ -+#define dst_dentry sd[AuDST].dentry -+#define dst_dir sd[AuDST].dir -+#define dst_inode sd[AuDST].inode -+#define dst_h_dentry sd[AuDST].h_dentry -+#define dst_parent sd[AuDST].parent -+#define dst_h_parent sd[AuDST].h_parent -+#define dst_wh_dentry sd[AuDST].wh_dentry -+#define dst_hdir sd[AuDST].hdir -+#define dst_hinode sd[AuDST].hinode -+#define dst_h_dir sd[AuDST].hdir->hi_inode -+#define dst_dt sd[AuDST].dt -+#define dst_btop sd[AuDST].btop -+#define dst_bdiropq sd[AuDST].bdiropq -+ -+ struct dentry *h_trap; -+ struct au_branch *br; -+ struct path h_path; -+ struct au_nhash whlist; -+ aufs_bindex_t btgt, src_bwh; -+ -+ struct { -+ unsigned short auren_flags; -+ unsigned char flags; /* syscall parameter */ -+ unsigned char exchange; -+ } __packed; -+ -+ struct au_whtmp_rmdir *thargs; -+ struct dentry *h_dst; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * functions for reverting. -+ * when an error happened in a single rename systemcall, we should revert -+ * everything as if nothing happened. -+ * we don't need to revert the copied-up/down the parent dir since they are -+ * harmless. -+ */ -+ -+#define RevertFailure(fmt, ...) do { \ -+ AuIOErr("revert failure: " fmt " (%d, %d)\n", \ -+ ##__VA_ARGS__, err, rerr); \ -+ err = -EIO; \ -+} while (0) -+ -+static void au_ren_do_rev_diropq(int err, struct au_ren_args *a, int idx) -+{ -+ int rerr; -+ struct dentry *d; -+#define src_or_dst(member) a->sd[idx].member -+ -+ d = src_or_dst(dentry); /* {src,dst}_dentry */ -+ au_hn_inode_lock_nested(src_or_dst(hinode), AuLsc_I_CHILD); -+ rerr = au_diropq_remove(d, a->btgt); -+ au_hn_inode_unlock(src_or_dst(hinode)); -+ au_set_dbdiropq(d, src_or_dst(bdiropq)); -+ if (rerr) -+ RevertFailure("remove diropq %pd", d); -+ -+#undef src_or_dst_ -+} -+ -+static void au_ren_rev_diropq(int err, struct au_ren_args *a) -+{ -+ if (au_ftest_ren(a->auren_flags, DIROPQ_SRC)) -+ au_ren_do_rev_diropq(err, a, AuSRC); -+ if (au_ftest_ren(a->auren_flags, DIROPQ_DST)) -+ au_ren_do_rev_diropq(err, a, AuDST); -+} -+ -+static void au_ren_rev_rename(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ struct inode *delegated; -+ -+ a->h_path.dentry = vfsub_lkup_one(&a->src_dentry->d_name, -+ a->src_h_parent); -+ rerr = PTR_ERR(a->h_path.dentry); -+ if (IS_ERR(a->h_path.dentry)) { -+ RevertFailure("lkup one %pd", a->src_dentry); -+ return; -+ } -+ -+ delegated = NULL; -+ rerr = vfsub_rename(a->dst_h_dir, -+ au_h_dptr(a->src_dentry, a->btgt), -+ a->src_h_dir, &a->h_path, &delegated, a->flags); -+ if (unlikely(rerr == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ /* au_set_h_dptr(a->src_dentry, a->btgt, NULL); */ -+ if (rerr) -+ RevertFailure("rename %pd", a->src_dentry); -+} -+ -+static void au_ren_rev_whtmp(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ struct inode *delegated; -+ -+ a->h_path.dentry = vfsub_lkup_one(&a->dst_dentry->d_name, -+ a->dst_h_parent); -+ rerr = PTR_ERR(a->h_path.dentry); -+ if (IS_ERR(a->h_path.dentry)) { -+ RevertFailure("lkup one %pd", a->dst_dentry); -+ return; -+ } -+ if (d_is_positive(a->h_path.dentry)) { -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ return; -+ } -+ -+ delegated = NULL; -+ rerr = vfsub_rename(a->dst_h_dir, a->h_dst, a->dst_h_dir, &a->h_path, -+ &delegated, a->flags); -+ if (unlikely(rerr == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ if (!rerr) -+ au_set_h_dptr(a->dst_dentry, a->btgt, dget(a->h_dst)); -+ else -+ RevertFailure("rename %pd", a->h_dst); -+} -+ -+static void au_ren_rev_whsrc(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ -+ a->h_path.dentry = a->src_wh_dentry; -+ rerr = au_wh_unlink_dentry(a->src_h_dir, &a->h_path, a->src_dentry); -+ au_set_dbwh(a->src_dentry, a->src_bwh); -+ if (rerr) -+ RevertFailure("unlink %pd", a->src_wh_dentry); -+} -+#undef RevertFailure -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * when we have to copyup the renaming entry, do it with the rename-target name -+ * in order to minimize the cost (the later actual rename is unnecessary). -+ * otherwise rename it on the target branch. -+ */ -+static int au_ren_or_cpup(struct au_ren_args *a) -+{ -+ int err; -+ struct dentry *d; -+ struct inode *delegated; -+ -+ d = a->src_dentry; -+ if (au_dbtop(d) == a->btgt) { -+ a->h_path.dentry = a->dst_h_dentry; -+ AuDebugOn(au_dbtop(d) != a->btgt); -+ delegated = NULL; -+ err = vfsub_rename(a->src_h_dir, au_h_dptr(d, a->btgt), -+ a->dst_h_dir, &a->h_path, &delegated, -+ a->flags); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ } else -+ BUG(); -+ -+ if (!err && a->h_dst) -+ /* it will be set to dinfo later */ -+ dget(a->h_dst); -+ -+ return err; -+} -+ -+/* cf. aufs_rmdir() */ -+static int au_ren_del_whtmp(struct au_ren_args *a) -+{ -+ int err; -+ struct inode *dir; -+ -+ dir = a->dst_dir; -+ SiMustAnyLock(dir->i_sb); -+ if (!au_nhash_test_longer_wh(&a->whlist, a->btgt, -+ au_sbi(dir->i_sb)->si_dirwh) -+ || au_test_fs_remote(a->h_dst->d_sb)) { -+ err = au_whtmp_rmdir(dir, a->btgt, a->h_dst, &a->whlist); -+ if (unlikely(err)) -+ pr_warn("failed removing whtmp dir %pd (%d), " -+ "ignored.\n", a->h_dst, err); -+ } else { -+ au_nhash_wh_free(&a->thargs->whlist); -+ a->thargs->whlist = a->whlist; -+ a->whlist.nh_num = 0; -+ au_whtmp_kick_rmdir(dir, a->btgt, a->h_dst, a->thargs); -+ dput(a->h_dst); -+ a->thargs = NULL; -+ } -+ -+ return 0; -+} -+ -+/* make it 'opaque' dir. */ -+static int au_ren_do_diropq(struct au_ren_args *a, int idx) -+{ -+ int err; -+ struct dentry *d, *diropq; -+#define src_or_dst(member) a->sd[idx].member -+ -+ err = 0; -+ d = src_or_dst(dentry); /* {src,dst}_dentry */ -+ src_or_dst(bdiropq) = au_dbdiropq(d); -+ src_or_dst(hinode) = au_hi(src_or_dst(inode), a->btgt); -+ au_hn_inode_lock_nested(src_or_dst(hinode), AuLsc_I_CHILD); -+ diropq = au_diropq_create(d, a->btgt); -+ au_hn_inode_unlock(src_or_dst(hinode)); -+ if (IS_ERR(diropq)) -+ err = PTR_ERR(diropq); -+ else -+ dput(diropq); -+ -+#undef src_or_dst_ -+ return err; -+} -+ -+static int au_ren_diropq(struct au_ren_args *a) -+{ -+ int err; -+ unsigned char always; -+ struct dentry *d; -+ -+ err = 0; -+ d = a->dst_dentry; /* already renamed on the branch */ -+ always = !!au_opt_test(au_mntflags(d->d_sb), ALWAYS_DIROPQ); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ && a->btgt != au_dbdiropq(a->src_dentry) -+ && (a->dst_wh_dentry -+ || a->btgt <= au_dbdiropq(d) -+ /* hide the lower to keep xino */ -+ /* the lowers may not be a dir, but we hide them anyway */ -+ || a->btgt < au_dbbot(d) -+ || always)) { -+ AuDbg("here\n"); -+ err = au_ren_do_diropq(a, AuSRC); -+ if (unlikely(err)) -+ goto out; -+ au_fset_ren(a->auren_flags, DIROPQ_SRC); -+ } -+ if (!a->exchange) -+ goto out; /* success */ -+ -+ d = a->src_dentry; /* already renamed on the branch */ -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) -+ && a->btgt != au_dbdiropq(a->dst_dentry) -+ && (a->btgt < au_dbdiropq(d) -+ || a->btgt < au_dbbot(d) -+ || always)) { -+ AuDbgDentry(a->src_dentry); -+ AuDbgDentry(a->dst_dentry); -+ err = au_ren_do_diropq(a, AuDST); -+ if (unlikely(err)) -+ goto out_rev_src; -+ au_fset_ren(a->auren_flags, DIROPQ_DST); -+ } -+ goto out; /* success */ -+ -+out_rev_src: -+ AuDbg("err %d, reverting src\n", err); -+ au_ren_rev_diropq(err, a); -+out: -+ return err; -+} -+ -+static int do_rename(struct au_ren_args *a) -+{ -+ int err; -+ struct dentry *d, *h_d; -+ -+ if (!a->exchange) { -+ /* prepare workqueue args for asynchronous rmdir */ -+ h_d = a->dst_h_dentry; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) -+ && d_is_positive(h_d)) { -+ err = -ENOMEM; -+ a->thargs = au_whtmp_rmdir_alloc(a->src_dentry->d_sb, -+ GFP_NOFS); -+ if (unlikely(!a->thargs)) -+ goto out; -+ a->h_dst = dget(h_d); -+ } -+ -+ /* create whiteout for src_dentry */ -+ if (au_ftest_ren(a->auren_flags, WHSRC)) { -+ a->src_bwh = au_dbwh(a->src_dentry); -+ AuDebugOn(a->src_bwh >= 0); -+ a->src_wh_dentry = au_wh_create(a->src_dentry, a->btgt, -+ a->src_h_parent); -+ err = PTR_ERR(a->src_wh_dentry); -+ if (IS_ERR(a->src_wh_dentry)) -+ goto out_thargs; -+ } -+ -+ /* lookup whiteout for dentry */ -+ if (au_ftest_ren(a->auren_flags, WHDST)) { -+ h_d = au_wh_lkup(a->dst_h_parent, -+ &a->dst_dentry->d_name, a->br); -+ err = PTR_ERR(h_d); -+ if (IS_ERR(h_d)) -+ goto out_whsrc; -+ if (d_is_negative(h_d)) -+ dput(h_d); -+ else -+ a->dst_wh_dentry = h_d; -+ } -+ -+ /* rename dentry to tmpwh */ -+ if (a->thargs) { -+ err = au_whtmp_ren(a->dst_h_dentry, a->br); -+ if (unlikely(err)) -+ goto out_whdst; -+ -+ d = a->dst_dentry; -+ au_set_h_dptr(d, a->btgt, NULL); -+ err = au_lkup_neg(d, a->btgt, /*wh*/0); -+ if (unlikely(err)) -+ goto out_whtmp; -+ a->dst_h_dentry = au_h_dptr(d, a->btgt); -+ } -+ } -+ -+ BUG_ON(d_is_positive(a->dst_h_dentry) && a->src_btop != a->btgt); -+ -+ /* rename by vfs_rename or cpup */ -+ err = au_ren_or_cpup(a); -+ if (unlikely(err)) -+ /* leave the copied-up one */ -+ goto out_whtmp; -+ -+ /* make dir opaque */ -+ err = au_ren_diropq(a); -+ if (unlikely(err)) -+ goto out_rename; -+ -+ /* update target timestamps */ -+ if (a->exchange) { -+ AuDebugOn(au_dbtop(a->dst_dentry) != a->btgt); -+ a->h_path.dentry = au_h_dptr(a->dst_dentry, a->btgt); -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); /*ignore*/ -+ a->dst_inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ } -+ AuDebugOn(au_dbtop(a->src_dentry) != a->btgt); -+ a->h_path.dentry = au_h_dptr(a->src_dentry, a->btgt); -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); /*ignore*/ -+ a->src_inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ -+ if (!a->exchange) { -+ /* remove whiteout for dentry */ -+ if (a->dst_wh_dentry) { -+ a->h_path.dentry = a->dst_wh_dentry; -+ err = au_wh_unlink_dentry(a->dst_h_dir, &a->h_path, -+ a->dst_dentry); -+ if (unlikely(err)) -+ goto out_diropq; -+ } -+ -+ /* remove whtmp */ -+ if (a->thargs) -+ au_ren_del_whtmp(a); /* ignore this error */ -+ -+ au_fhsm_wrote(a->src_dentry->d_sb, a->btgt, /*force*/0); -+ } -+ err = 0; -+ goto out_success; -+ -+out_diropq: -+ au_ren_rev_diropq(err, a); -+out_rename: -+ au_ren_rev_rename(err, a); -+ dput(a->h_dst); -+out_whtmp: -+ if (a->thargs) -+ au_ren_rev_whtmp(err, a); -+out_whdst: -+ dput(a->dst_wh_dentry); -+ a->dst_wh_dentry = NULL; -+out_whsrc: -+ if (a->src_wh_dentry) -+ au_ren_rev_whsrc(err, a); -+out_success: -+ dput(a->src_wh_dentry); -+ dput(a->dst_wh_dentry); -+out_thargs: -+ if (a->thargs) { -+ dput(a->h_dst); -+ au_whtmp_rmdir_free(a->thargs); -+ a->thargs = NULL; -+ } -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * test if @dentry dir can be rename destination or not. -+ * success means, it is a logically empty dir. -+ */ -+static int may_rename_dstdir(struct dentry *dentry, struct au_nhash *whlist) -+{ -+ return au_test_empty(dentry, whlist); -+} -+ -+/* -+ * test if @dentry dir can be rename source or not. -+ * if it can, return 0 and @children is filled. -+ * success means, -+ * - it is a logically empty dir. -+ * - or, it exists on writable branch and has no children including whiteouts -+ * on the lower branch. -+ */ -+static int may_rename_srcdir(struct dentry *dentry, aufs_bindex_t btgt) -+{ -+ int err; -+ unsigned int rdhash; -+ aufs_bindex_t btop; -+ -+ btop = au_dbtop(dentry); -+ if (btop != btgt) { -+ struct au_nhash whlist; -+ -+ SiMustAnyLock(dentry->d_sb); -+ rdhash = au_sbi(dentry->d_sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, -+ dentry)); -+ err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_test_empty(dentry, &whlist); -+ au_nhash_wh_free(&whlist); -+ goto out; -+ } -+ -+ if (btop == au_dbtaildir(dentry)) -+ return 0; /* success */ -+ -+ err = au_test_empty_lower(dentry); -+ -+out: -+ if (err == -ENOTEMPTY) { -+ AuWarn1("renaming dir who has child(ren) on multiple branches," -+ " is not supported\n"); -+ err = -EXDEV; -+ } -+ return err; -+} -+ -+/* side effect: sets whlist and h_dentry */ -+static int au_ren_may_dir(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int rdhash; -+ struct dentry *d; -+ -+ d = a->dst_dentry; -+ SiMustAnyLock(d->d_sb); -+ -+ err = 0; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) && a->dst_inode) { -+ rdhash = au_sbi(d->d_sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, d)); -+ err = au_nhash_alloc(&a->whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ -+ if (!a->exchange) { -+ au_set_dbtop(d, a->dst_btop); -+ err = may_rename_dstdir(d, &a->whlist); -+ au_set_dbtop(d, a->btgt); -+ } else -+ err = may_rename_srcdir(d, a->btgt); -+ } -+ a->dst_h_dentry = au_h_dptr(d, au_dbtop(d)); -+ if (unlikely(err)) -+ goto out; -+ -+ d = a->src_dentry; -+ a->src_h_dentry = au_h_dptr(d, au_dbtop(d)); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) { -+ err = may_rename_srcdir(d, a->btgt); -+ if (unlikely(err)) { -+ au_nhash_wh_free(&a->whlist); -+ a->whlist.nh_num = 0; -+ } -+ } -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * simple tests for rename. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+static int au_may_ren(struct au_ren_args *a) -+{ -+ int err, isdir; -+ struct inode *h_inode; -+ -+ if (a->src_btop == a->btgt) { -+ err = au_may_del(a->src_dentry, a->btgt, a->src_h_parent, -+ au_ftest_ren(a->auren_flags, ISDIR_SRC)); -+ if (unlikely(err)) -+ goto out; -+ err = -EINVAL; -+ if (unlikely(a->src_h_dentry == a->h_trap)) -+ goto out; -+ } -+ -+ err = 0; -+ if (a->dst_btop != a->btgt) -+ goto out; -+ -+ err = -ENOTEMPTY; -+ if (unlikely(a->dst_h_dentry == a->h_trap)) -+ goto out; -+ -+ err = -EIO; -+ isdir = !!au_ftest_ren(a->auren_flags, ISDIR_DST); -+ if (d_really_is_negative(a->dst_dentry)) { -+ if (d_is_negative(a->dst_h_dentry)) -+ err = au_may_add(a->dst_dentry, a->btgt, -+ a->dst_h_parent, isdir); -+ } else { -+ if (unlikely(d_is_negative(a->dst_h_dentry))) -+ goto out; -+ h_inode = d_inode(a->dst_h_dentry); -+ if (h_inode->i_nlink) -+ err = au_may_del(a->dst_dentry, a->btgt, -+ a->dst_h_parent, isdir); -+ } -+ -+out: -+ if (unlikely(err == -ENOENT || err == -EEXIST)) -+ err = -EIO; -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * locking order -+ * (VFS) -+ * - src_dir and dir by lock_rename() -+ * - inode if exitsts -+ * (aufs) -+ * - lock all -+ * + src_dentry and dentry by aufs_read_and_write_lock2() which calls, -+ * + si_read_lock -+ * + di_write_lock2_child() -+ * + di_write_lock_child() -+ * + ii_write_lock_child() -+ * + di_write_lock_child2() -+ * + ii_write_lock_child2() -+ * + src_parent and parent -+ * + di_write_lock_parent() -+ * + ii_write_lock_parent() -+ * + di_write_lock_parent2() -+ * + ii_write_lock_parent2() -+ * + lower src_dir and dir by vfsub_lock_rename() -+ * + verify the every relationships between child and parent. if any -+ * of them failed, unlock all and return -EBUSY. -+ */ -+static void au_ren_unlock(struct au_ren_args *a) -+{ -+ vfsub_unlock_rename(a->src_h_parent, a->src_hdir, -+ a->dst_h_parent, a->dst_hdir); -+ if (au_ftest_ren(a->auren_flags, MNT_WRITE)) -+ vfsub_mnt_drop_write(au_br_mnt(a->br)); -+} -+ -+static int au_ren_lock(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int udba; -+ -+ err = 0; -+ a->src_h_parent = au_h_dptr(a->src_parent, a->btgt); -+ a->src_hdir = au_hi(a->src_dir, a->btgt); -+ a->dst_h_parent = au_h_dptr(a->dst_parent, a->btgt); -+ a->dst_hdir = au_hi(a->dst_dir, a->btgt); -+ -+ err = vfsub_mnt_want_write(au_br_mnt(a->br)); -+ if (unlikely(err)) -+ goto out; -+ au_fset_ren(a->auren_flags, MNT_WRITE); -+ a->h_trap = vfsub_lock_rename(a->src_h_parent, a->src_hdir, -+ a->dst_h_parent, a->dst_hdir); -+ udba = au_opt_udba(a->src_dentry->d_sb); -+ if (unlikely(a->src_hdir->hi_inode != d_inode(a->src_h_parent) -+ || a->dst_hdir->hi_inode != d_inode(a->dst_h_parent))) -+ err = au_busy_or_stale(); -+ if (!err && au_dbtop(a->src_dentry) == a->btgt) -+ err = au_h_verify(a->src_h_dentry, udba, -+ d_inode(a->src_h_parent), a->src_h_parent, -+ a->br); -+ if (!err && au_dbtop(a->dst_dentry) == a->btgt) -+ err = au_h_verify(a->dst_h_dentry, udba, -+ d_inode(a->dst_h_parent), a->dst_h_parent, -+ a->br); -+ if (!err) -+ goto out; /* success */ -+ -+ err = au_busy_or_stale(); -+ au_ren_unlock(a); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_ren_refresh_dir(struct au_ren_args *a) -+{ -+ struct inode *dir; -+ -+ dir = a->dst_dir; -+ dir->i_version++; -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) { -+ /* is this updating defined in POSIX? */ -+ au_cpup_attr_timesizes(a->src_inode); -+ au_cpup_attr_nlink(dir, /*force*/1); -+ } -+ au_dir_ts(dir, a->btgt); -+ -+ if (a->exchange) { -+ dir = a->src_dir; -+ dir->i_version++; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST)) { -+ /* is this updating defined in POSIX? */ -+ au_cpup_attr_timesizes(a->dst_inode); -+ au_cpup_attr_nlink(dir, /*force*/1); -+ } -+ au_dir_ts(dir, a->btgt); -+ } -+ -+ if (au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ return; -+ -+ dir = a->src_dir; -+ dir->i_version++; -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) -+ au_cpup_attr_nlink(dir, /*force*/1); -+ au_dir_ts(dir, a->btgt); -+} -+ -+static void au_ren_refresh(struct au_ren_args *a) -+{ -+ aufs_bindex_t bbot, bindex; -+ struct dentry *d, *h_d; -+ struct inode *i, *h_i; -+ struct super_block *sb; -+ -+ d = a->dst_dentry; -+ d_drop(d); -+ if (a->h_dst) -+ /* already dget-ed by au_ren_or_cpup() */ -+ au_set_h_dptr(d, a->btgt, a->h_dst); -+ -+ i = a->dst_inode; -+ if (i) { -+ if (!a->exchange) { -+ if (!au_ftest_ren(a->auren_flags, ISDIR_DST)) -+ vfsub_drop_nlink(i); -+ else { -+ vfsub_dead_dir(i); -+ au_cpup_attr_timesizes(i); -+ } -+ au_update_dbrange(d, /*do_put_zero*/1); -+ } else -+ au_cpup_attr_nlink(i, /*force*/1); -+ } else { -+ bbot = a->btgt; -+ for (bindex = au_dbtop(d); bindex < bbot; bindex++) -+ au_set_h_dptr(d, bindex, NULL); -+ bbot = au_dbbot(d); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) -+ au_set_h_dptr(d, bindex, NULL); -+ au_update_dbrange(d, /*do_put_zero*/0); -+ } -+ -+ d = a->src_dentry; -+ if (!a->exchange) { -+ au_set_dbwh(d, -1); -+ bbot = au_dbbot(d); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) { -+ h_d = au_h_dptr(d, bindex); -+ if (h_d) -+ au_set_h_dptr(d, bindex, NULL); -+ } -+ au_set_dbbot(d, a->btgt); -+ -+ sb = d->d_sb; -+ i = a->src_inode; -+ if (au_opt_test(au_mntflags(sb), PLINK) && au_plink_test(i)) -+ return; /* success */ -+ -+ bbot = au_ibbot(i); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) { -+ h_i = au_h_iptr(i, bindex); -+ if (h_i) { -+ au_xino_write(sb, bindex, h_i->i_ino, /*ino*/0); -+ /* ignore this error */ -+ au_set_h_iptr(i, bindex, NULL, 0); -+ } -+ } -+ au_set_ibbot(i, a->btgt); -+ } -+ d_drop(a->src_dentry); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* mainly for link(2) and rename(2) */ -+int au_wbr(struct dentry *dentry, aufs_bindex_t btgt) -+{ -+ aufs_bindex_t bdiropq, bwh; -+ struct dentry *parent; -+ struct au_branch *br; -+ -+ parent = dentry->d_parent; -+ IMustLock(d_inode(parent)); /* dir is locked */ -+ -+ bdiropq = au_dbdiropq(parent); -+ bwh = au_dbwh(dentry); -+ br = au_sbr(dentry->d_sb, btgt); -+ if (au_br_rdonly(br) -+ || (0 <= bdiropq && bdiropq < btgt) -+ || (0 <= bwh && bwh < btgt)) -+ btgt = -1; -+ -+ AuDbg("btgt %d\n", btgt); -+ return btgt; -+} -+ -+/* sets src_btop, dst_btop and btgt */ -+static int au_ren_wbr(struct au_ren_args *a) -+{ -+ int err; -+ struct au_wr_dir_args wr_dir_args = { -+ /* .force_btgt = -1, */ -+ .flags = AuWrDir_ADD_ENTRY -+ }; -+ -+ a->src_btop = au_dbtop(a->src_dentry); -+ a->dst_btop = au_dbtop(a->dst_dentry); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ || au_ftest_ren(a->auren_flags, ISDIR_DST)) -+ au_fset_wrdir(wr_dir_args.flags, ISDIR); -+ wr_dir_args.force_btgt = a->src_btop; -+ if (a->dst_inode && a->dst_btop < a->src_btop) -+ wr_dir_args.force_btgt = a->dst_btop; -+ wr_dir_args.force_btgt = au_wbr(a->dst_dentry, wr_dir_args.force_btgt); -+ err = au_wr_dir(a->dst_dentry, a->src_dentry, &wr_dir_args); -+ a->btgt = err; -+ if (a->exchange) -+ au_update_dbtop(a->dst_dentry); -+ -+ return err; -+} -+ -+static void au_ren_dt(struct au_ren_args *a) -+{ -+ a->h_path.dentry = a->src_h_parent; -+ au_dtime_store(a->src_dt + AuPARENT, a->src_parent, &a->h_path); -+ if (!au_ftest_ren(a->auren_flags, ISSAMEDIR)) { -+ a->h_path.dentry = a->dst_h_parent; -+ au_dtime_store(a->dst_dt + AuPARENT, a->dst_parent, &a->h_path); -+ } -+ -+ au_fclr_ren(a->auren_flags, DT_DSTDIR); -+ if (!au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ && !a->exchange) -+ return; -+ -+ a->h_path.dentry = a->src_h_dentry; -+ au_dtime_store(a->src_dt + AuCHILD, a->src_dentry, &a->h_path); -+ if (d_is_positive(a->dst_h_dentry)) { -+ au_fset_ren(a->auren_flags, DT_DSTDIR); -+ a->h_path.dentry = a->dst_h_dentry; -+ au_dtime_store(a->dst_dt + AuCHILD, a->dst_dentry, &a->h_path); -+ } -+} -+ -+static void au_ren_rev_dt(int err, struct au_ren_args *a) -+{ -+ struct dentry *h_d; -+ struct inode *h_inode; -+ -+ au_dtime_revert(a->src_dt + AuPARENT); -+ if (!au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ au_dtime_revert(a->dst_dt + AuPARENT); -+ -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) && err != -EIO) { -+ h_d = a->src_dt[AuCHILD].dt_h_path.dentry; -+ h_inode = d_inode(h_d); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ au_dtime_revert(a->src_dt + AuCHILD); -+ inode_unlock(h_inode); -+ -+ if (au_ftest_ren(a->auren_flags, DT_DSTDIR)) { -+ h_d = a->dst_dt[AuCHILD].dt_h_path.dentry; -+ h_inode = d_inode(h_d); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ au_dtime_revert(a->dst_dt + AuCHILD); -+ inode_unlock(h_inode); -+ } -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int aufs_rename(struct inode *_src_dir, struct dentry *_src_dentry, -+ struct inode *_dst_dir, struct dentry *_dst_dentry, -+ unsigned int _flags) -+{ -+ int err, lock_flags; -+ /* reduce stack space */ -+ struct au_ren_args *a; -+ struct au_pin pin; -+ -+ AuDbg("%pd, %pd, 0x%x\n", _src_dentry, _dst_dentry, _flags); -+ IMustLock(_src_dir); -+ IMustLock(_dst_dir); -+ -+ err = -EINVAL; -+ if (unlikely(_flags & RENAME_WHITEOUT)) -+ goto out; -+ -+ err = -ENOMEM; -+ BUILD_BUG_ON(sizeof(*a) > PAGE_SIZE); -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ a->flags = _flags; -+ a->exchange = _flags & RENAME_EXCHANGE; -+ a->src_dir = _src_dir; -+ a->src_dentry = _src_dentry; -+ a->src_inode = NULL; -+ if (d_really_is_positive(a->src_dentry)) -+ a->src_inode = d_inode(a->src_dentry); -+ a->src_parent = a->src_dentry->d_parent; /* dir inode is locked */ -+ a->dst_dir = _dst_dir; -+ a->dst_dentry = _dst_dentry; -+ a->dst_inode = NULL; -+ if (d_really_is_positive(a->dst_dentry)) -+ a->dst_inode = d_inode(a->dst_dentry); -+ a->dst_parent = a->dst_dentry->d_parent; /* dir inode is locked */ -+ if (a->dst_inode) { -+ /* -+ * if EXCHANGE && src is non-dir && dst is dir, -+ * dst is not locked. -+ */ -+ /* IMustLock(a->dst_inode); */ -+ au_igrab(a->dst_inode); -+ } -+ -+ err = -ENOTDIR; -+ lock_flags = AuLock_FLUSH | AuLock_NOPLM | AuLock_GEN; -+ if (d_is_dir(a->src_dentry)) { -+ au_fset_ren(a->auren_flags, ISDIR_SRC); -+ if (unlikely(!a->exchange -+ && d_really_is_positive(a->dst_dentry) -+ && !d_is_dir(a->dst_dentry))) -+ goto out_free; -+ lock_flags |= AuLock_DIRS; -+ } -+ if (a->dst_inode && d_is_dir(a->dst_dentry)) { -+ au_fset_ren(a->auren_flags, ISDIR_DST); -+ if (unlikely(!a->exchange -+ && d_really_is_positive(a->src_dentry) -+ && !d_is_dir(a->src_dentry))) -+ goto out_free; -+ lock_flags |= AuLock_DIRS; -+ } -+ err = aufs_read_and_write_lock2(a->dst_dentry, a->src_dentry, lock_flags); -+ if (unlikely(err)) -+ goto out_free; -+ -+ err = au_d_hashed_positive(a->src_dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ err = -ENOENT; -+ if (a->dst_inode) { -+ /* -+ * If it is a dir, VFS unhash it before this -+ * function. It means we cannot rely upon d_unhashed(). -+ */ -+ if (unlikely(!a->dst_inode->i_nlink)) -+ goto out_unlock; -+ if (!au_ftest_ren(a->auren_flags, ISDIR_DST)) { -+ err = au_d_hashed_positive(a->dst_dentry); -+ if (unlikely(err && !a->exchange)) -+ goto out_unlock; -+ } else if (unlikely(IS_DEADDIR(a->dst_inode))) -+ goto out_unlock; -+ } else if (unlikely(d_unhashed(a->dst_dentry))) -+ goto out_unlock; -+ -+ /* -+ * is it possible? -+ * yes, it happened (in linux-3.3-rcN) but I don't know why. -+ * there may exist a problem somewhere else. -+ */ -+ err = -EINVAL; -+ if (unlikely(d_inode(a->dst_parent) == d_inode(a->src_dentry))) -+ goto out_unlock; -+ -+ au_fset_ren(a->auren_flags, ISSAMEDIR); /* temporary */ -+ di_write_lock_parent(a->dst_parent); -+ -+ /* which branch we process */ -+ err = au_ren_wbr(a); -+ if (unlikely(err < 0)) -+ goto out_parent; -+ a->br = au_sbr(a->dst_dentry->d_sb, a->btgt); -+ a->h_path.mnt = au_br_mnt(a->br); -+ -+ /* are they available to be renamed */ -+ err = au_ren_may_dir(a); -+ if (unlikely(err)) -+ goto out_children; -+ -+ /* prepare the writable parent dir on the same branch */ -+ if (a->dst_btop == a->btgt) { -+ au_fset_ren(a->auren_flags, WHDST); -+ } else { -+ err = au_cpup_dirs(a->dst_dentry, a->btgt); -+ if (unlikely(err)) -+ goto out_children; -+ } -+ -+ err = 0; -+ if (!a->exchange) { -+ if (a->src_dir != a->dst_dir) { -+ /* -+ * this temporary unlock is safe, -+ * because both dir->i_mutex are locked. -+ */ -+ di_write_unlock(a->dst_parent); -+ di_write_lock_parent(a->src_parent); -+ err = au_wr_dir_need_wh(a->src_dentry, -+ au_ftest_ren(a->auren_flags, -+ ISDIR_SRC), -+ &a->btgt); -+ di_write_unlock(a->src_parent); -+ di_write_lock2_parent(a->src_parent, a->dst_parent, -+ /*isdir*/1); -+ au_fclr_ren(a->auren_flags, ISSAMEDIR); -+ } else -+ err = au_wr_dir_need_wh(a->src_dentry, -+ au_ftest_ren(a->auren_flags, -+ ISDIR_SRC), -+ &a->btgt); -+ } -+ if (unlikely(err < 0)) -+ goto out_children; -+ if (err) -+ au_fset_ren(a->auren_flags, WHSRC); -+ -+ /* cpup src */ -+ if (a->src_btop != a->btgt) { -+ err = au_pin(&pin, a->src_dentry, a->btgt, -+ au_opt_udba(a->src_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ struct au_cp_generic cpg = { -+ .dentry = a->src_dentry, -+ .bdst = a->btgt, -+ .bsrc = a->src_btop, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ AuDebugOn(au_dbtop(a->src_dentry) != a->src_btop); -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ if (unlikely(err)) -+ goto out_children; -+ a->src_btop = a->btgt; -+ a->src_h_dentry = au_h_dptr(a->src_dentry, a->btgt); -+ if (!a->exchange) -+ au_fset_ren(a->auren_flags, WHSRC); -+ } -+ -+ /* cpup dst */ -+ if (a->exchange && a->dst_inode -+ && a->dst_btop != a->btgt) { -+ err = au_pin(&pin, a->dst_dentry, a->btgt, -+ au_opt_udba(a->dst_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ struct au_cp_generic cpg = { -+ .dentry = a->dst_dentry, -+ .bdst = a->btgt, -+ .bsrc = a->dst_btop, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ if (unlikely(err)) -+ goto out_children; -+ a->dst_btop = a->btgt; -+ a->dst_h_dentry = au_h_dptr(a->dst_dentry, a->btgt); -+ } -+ -+ /* lock them all */ -+ err = au_ren_lock(a); -+ if (unlikely(err)) -+ /* leave the copied-up one */ -+ goto out_children; -+ -+ if (!a->exchange) { -+ if (!au_opt_test(au_mntflags(a->dst_dir->i_sb), UDBA_NONE)) -+ err = au_may_ren(a); -+ else if (unlikely(a->dst_dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ err = -ENAMETOOLONG; -+ if (unlikely(err)) -+ goto out_hdir; -+ } -+ -+ /* store timestamps to be revertible */ -+ au_ren_dt(a); -+ -+ /* here we go */ -+ err = do_rename(a); -+ if (unlikely(err)) -+ goto out_dt; -+ -+ /* update dir attributes */ -+ au_ren_refresh_dir(a); -+ -+ /* dput/iput all lower dentries */ -+ au_ren_refresh(a); -+ -+ goto out_hdir; /* success */ -+ -+out_dt: -+ au_ren_rev_dt(err, a); -+out_hdir: -+ au_ren_unlock(a); -+out_children: -+ au_nhash_wh_free(&a->whlist); -+ if (err && a->dst_inode && a->dst_btop != a->btgt) { -+ AuDbg("btop %d, btgt %d\n", a->dst_btop, a->btgt); -+ au_set_h_dptr(a->dst_dentry, a->btgt, NULL); -+ au_set_dbtop(a->dst_dentry, a->dst_btop); -+ } -+out_parent: -+ if (!err) { -+ if (!a->exchange) -+ d_move(a->src_dentry, a->dst_dentry); -+ else -+ d_exchange(a->src_dentry, a->dst_dentry); -+ } else { -+ au_update_dbtop(a->dst_dentry); -+ if (!a->dst_inode) -+ d_drop(a->dst_dentry); -+ } -+ if (au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ di_write_unlock(a->dst_parent); -+ else -+ di_write_unlock2(a->src_parent, a->dst_parent); -+out_unlock: -+ aufs_read_and_write_unlock2(a->dst_dentry, a->src_dentry); -+out_free: -+ iput(a->dst_inode); -+ if (a->thargs) -+ au_whtmp_rmdir_free(a->thargs); -+ au_delayed_kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/iinfo.c b/fs/aufs/iinfo.c -new file mode 100644 -index 0000000..975cff3 ---- /dev/null -+++ b/fs/aufs/iinfo.c -@@ -0,0 +1,272 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode private data -+ */ -+ -+#include "aufs.h" -+ -+struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex) -+{ -+ struct inode *h_inode; -+ struct au_hinode *hinode; -+ -+ IiMustAnyLock(inode); -+ -+ hinode = au_hinode(au_ii(inode), bindex); -+ h_inode = hinode->hi_inode; -+ AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); -+ return h_inode; -+} -+ -+/* todo: hard/soft set? */ -+void au_hiput(struct au_hinode *hinode) -+{ -+ au_hn_free(hinode); -+ dput(hinode->hi_whdentry); -+ iput(hinode->hi_inode); -+} -+ -+unsigned int au_hi_flags(struct inode *inode, int isdir) -+{ -+ unsigned int flags; -+ const unsigned int mnt_flags = au_mntflags(inode->i_sb); -+ -+ flags = 0; -+ if (au_opt_test(mnt_flags, XINO)) -+ au_fset_hi(flags, XINO); -+ if (isdir && au_opt_test(mnt_flags, UDBA_HNOTIFY)) -+ au_fset_hi(flags, HNOTIFY); -+ return flags; -+} -+ -+void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode, unsigned int flags) -+{ -+ struct au_hinode *hinode; -+ struct inode *hi; -+ struct au_iinfo *iinfo = au_ii(inode); -+ -+ IiMustWriteLock(inode); -+ -+ hinode = au_hinode(iinfo, bindex); -+ hi = hinode->hi_inode; -+ AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); -+ -+ if (hi) -+ au_hiput(hinode); -+ hinode->hi_inode = h_inode; -+ if (h_inode) { -+ int err; -+ struct super_block *sb = inode->i_sb; -+ struct au_branch *br; -+ -+ AuDebugOn(inode->i_mode -+ && (h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT)); -+ if (bindex == iinfo->ii_btop) -+ au_cpup_igen(inode, h_inode); -+ br = au_sbr(sb, bindex); -+ hinode->hi_id = br->br_id; -+ if (au_ftest_hi(flags, XINO)) { -+ err = au_xino_write(sb, bindex, h_inode->i_ino, -+ inode->i_ino); -+ if (unlikely(err)) -+ AuIOErr1("failed au_xino_write() %d\n", err); -+ } -+ -+ if (au_ftest_hi(flags, HNOTIFY) -+ && au_br_hnotifyable(br->br_perm)) { -+ err = au_hn_alloc(hinode, inode); -+ if (unlikely(err)) -+ AuIOErr1("au_hn_alloc() %d\n", err); -+ } -+ } -+} -+ -+void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_wh) -+{ -+ struct au_hinode *hinode; -+ -+ IiMustWriteLock(inode); -+ -+ hinode = au_hinode(au_ii(inode), bindex); -+ AuDebugOn(hinode->hi_whdentry); -+ hinode->hi_whdentry = h_wh; -+} -+ -+void au_update_iigen(struct inode *inode, int half) -+{ -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ unsigned int sigen; -+ -+ sigen = au_sigen(inode->i_sb); -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ iigen->ig_generation = sigen; -+ if (half) -+ au_ig_fset(iigen->ig_flags, HALF_REFRESHED); -+ else -+ au_ig_fclr(iigen->ig_flags, HALF_REFRESHED); -+ spin_unlock(&iigen->ig_spin); -+} -+ -+/* it may be called at remount time, too */ -+void au_update_ibrange(struct inode *inode, int do_put_zero) -+{ -+ struct au_iinfo *iinfo; -+ aufs_bindex_t bindex, bbot; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ IiMustWriteLock(inode); -+ -+ iinfo = au_ii(inode); -+ if (do_put_zero && iinfo->ii_btop >= 0) { -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; -+ bindex++) { -+ struct inode *h_i; -+ -+ h_i = au_hinode(iinfo, bindex)->hi_inode; -+ if (h_i -+ && !h_i->i_nlink -+ && !(h_i->i_state & I_LINKABLE)) -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ } -+ } -+ -+ iinfo->ii_btop = -1; -+ iinfo->ii_bbot = -1; -+ bbot = au_sbbot(inode->i_sb); -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (au_hinode(iinfo, bindex)->hi_inode) { -+ iinfo->ii_btop = bindex; -+ break; -+ } -+ if (iinfo->ii_btop >= 0) -+ for (bindex = bbot; bindex >= iinfo->ii_btop; bindex--) -+ if (au_hinode(iinfo, bindex)->hi_inode) { -+ iinfo->ii_bbot = bindex; -+ break; -+ } -+ AuDebugOn(iinfo->ii_btop > iinfo->ii_bbot); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_icntnr_init_once(void *_c) -+{ -+ struct au_icntnr *c = _c; -+ struct au_iinfo *iinfo = &c->iinfo; -+ -+ spin_lock_init(&iinfo->ii_generation.ig_spin); -+ au_rw_init(&iinfo->ii_rwsem); -+ inode_init_once(&c->vfs_inode); -+} -+ -+void au_hinode_init(struct au_hinode *hinode) -+{ -+ hinode->hi_inode = NULL; -+ hinode->hi_id = -1; -+ au_hn_init(hinode); -+ hinode->hi_whdentry = NULL; -+} -+ -+int au_iinfo_init(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct super_block *sb; -+ struct au_hinode *hi; -+ int nbr, i; -+ -+ sb = inode->i_sb; -+ iinfo = &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); -+ nbr = au_sbbot(sb) + 1; -+ if (unlikely(nbr <= 0)) -+ nbr = 1; -+ hi = kmalloc_array(nbr, sizeof(*iinfo->ii_hinode), GFP_NOFS); -+ if (hi) { -+ au_ninodes_inc(sb); -+ -+ iinfo->ii_hinode = hi; -+ for (i = 0; i < nbr; i++, hi++) -+ au_hinode_init(hi); -+ -+ iinfo->ii_generation.ig_generation = au_sigen(sb); -+ iinfo->ii_btop = -1; -+ iinfo->ii_bbot = -1; -+ iinfo->ii_vdir = NULL; -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+int au_hinode_realloc(struct au_iinfo *iinfo, int nbr, int may_shrink) -+{ -+ int err, i; -+ struct au_hinode *hip; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ err = -ENOMEM; -+ hip = au_krealloc(iinfo->ii_hinode, sizeof(*hip) * nbr, GFP_NOFS, -+ may_shrink); -+ if (hip) { -+ iinfo->ii_hinode = hip; -+ i = iinfo->ii_bbot + 1; -+ hip += i; -+ for (; i < nbr; i++, hip++) -+ au_hinode_init(hip); -+ err = 0; -+ } -+ -+ return err; -+} -+ -+void au_iinfo_fin(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ const unsigned char unlinked = !inode->i_nlink; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ -+ sb = inode->i_sb; -+ au_ninodes_dec(sb); -+ if (si_pid_test(sb)) -+ au_xino_delete_inode(inode, unlinked); -+ else { -+ /* -+ * it is safe to hide the dependency between sbinfo and -+ * sb->s_umount. -+ */ -+ lockdep_off(); -+ si_noflush_read_lock(sb); -+ au_xino_delete_inode(inode, unlinked); -+ si_read_unlock(sb); -+ lockdep_on(); -+ } -+ -+ iinfo = au_ii(inode); -+ if (iinfo->ii_vdir) -+ au_vdir_free(iinfo->ii_vdir, /*atonce*/0); -+ -+ bindex = iinfo->ii_btop; -+ if (bindex >= 0) { -+ hi = au_hinode(iinfo, bindex); -+ bbot = iinfo->ii_bbot; -+ while (bindex++ <= bbot) { -+ if (hi->hi_inode) -+ au_hiput(hi); -+ hi++; -+ } -+ } -+ au_delayed_kfree(iinfo->ii_hinode); -+ AuRwDestroy(&iinfo->ii_rwsem); -+} -diff --git a/fs/aufs/inode.c b/fs/aufs/inode.c -new file mode 100644 -index 0000000..8f7446d ---- /dev/null -+++ b/fs/aufs/inode.c -@@ -0,0 +1,506 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode functions -+ */ -+ -+#include "aufs.h" -+ -+struct inode *au_igrab(struct inode *inode) -+{ -+ if (inode) { -+ AuDebugOn(!atomic_read(&inode->i_count)); -+ ihold(inode); -+ } -+ return inode; -+} -+ -+static void au_refresh_hinode_attr(struct inode *inode, int do_version) -+{ -+ au_cpup_attr_all(inode, /*force*/0); -+ au_update_iigen(inode, /*half*/1); -+ if (do_version) -+ inode->i_version++; -+} -+ -+static int au_ii_refresh(struct inode *inode, int *update) -+{ -+ int err, e, nbr; -+ umode_t type; -+ aufs_bindex_t bindex, new_bindex; -+ struct super_block *sb; -+ struct au_iinfo *iinfo; -+ struct au_hinode *p, *q, tmp; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ IiMustWriteLock(inode); -+ -+ *update = 0; -+ sb = inode->i_sb; -+ nbr = au_sbbot(sb) + 1; -+ type = inode->i_mode & S_IFMT; -+ iinfo = au_ii(inode); -+ err = au_hinode_realloc(iinfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ -+ AuDebugOn(iinfo->ii_btop < 0); -+ p = au_hinode(iinfo, iinfo->ii_btop); -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; -+ bindex++, p++) { -+ if (!p->hi_inode) -+ continue; -+ -+ AuDebugOn(type != (p->hi_inode->i_mode & S_IFMT)); -+ new_bindex = au_br_index(sb, p->hi_id); -+ if (new_bindex == bindex) -+ continue; -+ -+ if (new_bindex < 0) { -+ *update = 1; -+ au_hiput(p); -+ p->hi_inode = NULL; -+ continue; -+ } -+ -+ if (new_bindex < iinfo->ii_btop) -+ iinfo->ii_btop = new_bindex; -+ if (iinfo->ii_bbot < new_bindex) -+ iinfo->ii_bbot = new_bindex; -+ /* swap two lower inode, and loop again */ -+ q = au_hinode(iinfo, new_bindex); -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hi_inode) { -+ bindex--; -+ p--; -+ } -+ } -+ au_update_ibrange(inode, /*do_put_zero*/0); -+ au_hinode_realloc(iinfo, nbr, /*may_shrink*/1); /* harmless if err */ -+ e = au_dy_irefresh(inode); -+ if (unlikely(e && !err)) -+ err = e; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_refresh_iop(struct inode *inode, int force_getattr) -+{ -+ int type; -+ struct au_sbinfo *sbi = au_sbi(inode->i_sb); -+ const struct inode_operations *iop -+ = force_getattr ? aufs_iop : sbi->si_iop_array; -+ -+ if (inode->i_op == iop) -+ return; -+ -+ switch (inode->i_mode & S_IFMT) { -+ case S_IFDIR: -+ type = AuIop_DIR; -+ break; -+ case S_IFLNK: -+ type = AuIop_SYMLINK; -+ break; -+ default: -+ type = AuIop_OTHER; -+ break; -+ } -+ -+ inode->i_op = iop + type; -+ /* unnecessary smp_wmb() */ -+} -+ -+int au_refresh_hinode_self(struct inode *inode) -+{ -+ int err, update; -+ -+ err = au_ii_refresh(inode, &update); -+ if (!err) -+ au_refresh_hinode_attr(inode, update && S_ISDIR(inode->i_mode)); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_refresh_hinode(struct inode *inode, struct dentry *dentry) -+{ -+ int err, e, update; -+ unsigned int flags; -+ umode_t mode; -+ aufs_bindex_t bindex, bbot; -+ unsigned char isdir; -+ struct au_hinode *p; -+ struct au_iinfo *iinfo; -+ -+ err = au_ii_refresh(inode, &update); -+ if (unlikely(err)) -+ goto out; -+ -+ update = 0; -+ iinfo = au_ii(inode); -+ p = au_hinode(iinfo, iinfo->ii_btop); -+ mode = (inode->i_mode & S_IFMT); -+ isdir = S_ISDIR(mode); -+ flags = au_hi_flags(inode, isdir); -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) { -+ struct inode *h_i, *h_inode; -+ struct dentry *h_d; -+ -+ h_d = au_h_dptr(dentry, bindex); -+ if (!h_d || d_is_negative(h_d)) -+ continue; -+ -+ h_inode = d_inode(h_d); -+ AuDebugOn(mode != (h_inode->i_mode & S_IFMT)); -+ if (iinfo->ii_btop <= bindex && bindex <= iinfo->ii_bbot) { -+ h_i = au_h_iptr(inode, bindex); -+ if (h_i) { -+ if (h_i == h_inode) -+ continue; -+ err = -EIO; -+ break; -+ } -+ } -+ if (bindex < iinfo->ii_btop) -+ iinfo->ii_btop = bindex; -+ if (iinfo->ii_bbot < bindex) -+ iinfo->ii_bbot = bindex; -+ au_set_h_iptr(inode, bindex, au_igrab(h_inode), flags); -+ update = 1; -+ } -+ au_update_ibrange(inode, /*do_put_zero*/0); -+ e = au_dy_irefresh(inode); -+ if (unlikely(e && !err)) -+ err = e; -+ if (!err) -+ au_refresh_hinode_attr(inode, update && isdir); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int set_inode(struct inode *inode, struct dentry *dentry) -+{ -+ int err; -+ unsigned int flags; -+ umode_t mode; -+ aufs_bindex_t bindex, btop, btail; -+ unsigned char isdir; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_iinfo *iinfo; -+ struct inode_operations *iop; -+ -+ IiMustWriteLock(inode); -+ -+ err = 0; -+ isdir = 0; -+ iop = au_sbi(inode->i_sb)->si_iop_array; -+ btop = au_dbtop(dentry); -+ h_dentry = au_h_dptr(dentry, btop); -+ h_inode = d_inode(h_dentry); -+ mode = h_inode->i_mode; -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_OTHER; -+ inode->i_fop = &aufs_file_fop; -+ err = au_dy_iaop(inode, btop, h_inode); -+ if (unlikely(err)) -+ goto out; -+ break; -+ case S_IFDIR: -+ isdir = 1; -+ btail = au_dbtaildir(dentry); -+ inode->i_op = iop + AuIop_DIR; -+ inode->i_fop = &aufs_dir_fop; -+ break; -+ case S_IFLNK: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_SYMLINK; -+ break; -+ case S_IFBLK: -+ case S_IFCHR: -+ case S_IFIFO: -+ case S_IFSOCK: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_OTHER; -+ init_special_inode(inode, mode, h_inode->i_rdev); -+ break; -+ default: -+ AuIOErr("Unknown file type 0%o\n", mode); -+ err = -EIO; -+ goto out; -+ } -+ -+ /* do not set hnotify for whiteouted dirs (SHWH mode) */ -+ flags = au_hi_flags(inode, isdir); -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH) -+ && au_ftest_hi(flags, HNOTIFY) -+ && dentry->d_name.len > AUFS_WH_PFX_LEN -+ && !memcmp(dentry->d_name.name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) -+ au_fclr_hi(flags, HNOTIFY); -+ iinfo = au_ii(inode); -+ iinfo->ii_btop = btop; -+ iinfo->ii_bbot = btail; -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) -+ au_set_h_iptr(inode, bindex, -+ au_igrab(d_inode(h_dentry)), flags); -+ } -+ au_cpup_attr_all(inode, /*force*/1); -+ /* -+ * to force calling aufs_get_acl() every time, -+ * do not call cache_no_acl() for aufs inode. -+ */ -+ -+out: -+ return err; -+} -+ -+/* -+ * successful returns with iinfo write_locked -+ * minus: errno -+ * zero: success, matched -+ * plus: no error, but unmatched -+ */ -+static int reval_inode(struct inode *inode, struct dentry *dentry) -+{ -+ int err; -+ unsigned int gen, igflags; -+ aufs_bindex_t bindex, bbot; -+ struct inode *h_inode, *h_dinode; -+ struct dentry *h_dentry; -+ -+ /* -+ * before this function, if aufs got any iinfo lock, it must be only -+ * one, the parent dir. -+ * it can happen by UDBA and the obsoleted inode number. -+ */ -+ err = -EIO; -+ if (unlikely(inode->i_ino == parent_ino(dentry))) -+ goto out; -+ -+ err = 1; -+ ii_write_lock_new_child(inode); -+ h_dentry = au_h_dptr(dentry, au_dbtop(dentry)); -+ h_dinode = d_inode(h_dentry); -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (!h_inode || h_inode != h_dinode) -+ continue; -+ -+ err = 0; -+ gen = au_iigen(inode, &igflags); -+ if (gen == au_digen(dentry) -+ && !au_ig_ftest(igflags, HALF_REFRESHED)) -+ break; -+ -+ /* fully refresh inode using dentry */ -+ err = au_refresh_hinode(inode, dentry); -+ if (!err) -+ au_update_iigen(inode, /*half*/0); -+ break; -+ } -+ -+ if (unlikely(err)) -+ ii_write_unlock(inode); -+out: -+ return err; -+} -+ -+int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ unsigned int d_type, ino_t *ino) -+{ -+ int err; -+ struct mutex *mtx; -+ -+ /* prevent hardlinked inode number from race condition */ -+ mtx = NULL; -+ if (d_type != DT_DIR) { -+ mtx = &au_sbr(sb, bindex)->br_xino.xi_nondir_mtx; -+ mutex_lock(mtx); -+ } -+ err = au_xino_read(sb, bindex, h_ino, ino); -+ if (unlikely(err)) -+ goto out; -+ -+ if (!*ino) { -+ err = -EIO; -+ *ino = au_xino_new_ino(sb); -+ if (unlikely(!*ino)) -+ goto out; -+ err = au_xino_write(sb, bindex, h_ino, *ino); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+out: -+ if (mtx) -+ mutex_unlock(mtx); -+ return err; -+} -+ -+/* successful returns with iinfo write_locked */ -+/* todo: return with unlocked? */ -+struct inode *au_new_inode(struct dentry *dentry, int must_new) -+{ -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry; -+ struct super_block *sb; -+ struct mutex *mtx; -+ ino_t h_ino, ino; -+ int err; -+ aufs_bindex_t btop; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ h_dentry = au_h_dptr(dentry, btop); -+ h_inode = d_inode(h_dentry); -+ h_ino = h_inode->i_ino; -+ -+ /* -+ * stop 'race'-ing between hardlinks under different -+ * parents. -+ */ -+ mtx = NULL; -+ if (!d_is_dir(h_dentry)) -+ mtx = &au_sbr(sb, btop)->br_xino.xi_nondir_mtx; -+ -+new_ino: -+ if (mtx) -+ mutex_lock(mtx); -+ err = au_xino_read(sb, btop, h_ino, &ino); -+ inode = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ if (!ino) { -+ ino = au_xino_new_ino(sb); -+ if (unlikely(!ino)) { -+ inode = ERR_PTR(-EIO); -+ goto out; -+ } -+ } -+ -+ AuDbg("i%lu\n", (unsigned long)ino); -+ inode = au_iget_locked(sb, ino); -+ err = PTR_ERR(inode); -+ if (IS_ERR(inode)) -+ goto out; -+ -+ AuDbg("%lx, new %d\n", inode->i_state, !!(inode->i_state & I_NEW)); -+ if (inode->i_state & I_NEW) { -+ ii_write_lock_new_child(inode); -+ err = set_inode(inode, dentry); -+ if (!err) { -+ unlock_new_inode(inode); -+ goto out; /* success */ -+ } -+ -+ /* -+ * iget_failed() calls iput(), but we need to call -+ * ii_write_unlock() after iget_failed(). so dirty hack for -+ * i_count. -+ */ -+ atomic_inc(&inode->i_count); -+ iget_failed(inode); -+ ii_write_unlock(inode); -+ au_xino_write(sb, btop, h_ino, /*ino*/0); -+ /* ignore this error */ -+ goto out_iput; -+ } else if (!must_new && !IS_DEADDIR(inode) && inode->i_nlink) { -+ /* -+ * horrible race condition between lookup, readdir and copyup -+ * (or something). -+ */ -+ if (mtx) -+ mutex_unlock(mtx); -+ err = reval_inode(inode, dentry); -+ if (unlikely(err < 0)) { -+ mtx = NULL; -+ goto out_iput; -+ } -+ -+ if (!err) { -+ mtx = NULL; -+ goto out; /* success */ -+ } else if (mtx) -+ mutex_lock(mtx); -+ } -+ -+ if (unlikely(au_test_fs_unique_ino(h_inode))) -+ AuWarn1("Warning: Un-notified UDBA or repeatedly renamed dir," -+ " b%d, %s, %pd, hi%lu, i%lu.\n", -+ btop, au_sbtype(h_dentry->d_sb), dentry, -+ (unsigned long)h_ino, (unsigned long)ino); -+ ino = 0; -+ err = au_xino_write(sb, btop, h_ino, /*ino*/0); -+ if (!err) { -+ iput(inode); -+ if (mtx) -+ mutex_unlock(mtx); -+ goto new_ino; -+ } -+ -+out_iput: -+ iput(inode); -+ inode = ERR_PTR(err); -+out: -+ if (mtx) -+ mutex_unlock(mtx); -+ return inode; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, -+ struct inode *inode) -+{ -+ int err; -+ struct inode *hi; -+ -+ err = au_br_rdonly(au_sbr(sb, bindex)); -+ -+ /* pseudo-link after flushed may happen out of bounds */ -+ if (!err -+ && inode -+ && au_ibtop(inode) <= bindex -+ && bindex <= au_ibbot(inode)) { -+ /* -+ * permission check is unnecessary since vfsub routine -+ * will be called later -+ */ -+ hi = au_h_iptr(inode, bindex); -+ if (hi) -+ err = IS_IMMUTABLE(hi) ? -EROFS : 0; -+ } -+ -+ return err; -+} -+ -+int au_test_h_perm(struct inode *h_inode, int mask) -+{ -+ if (uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) -+ return 0; -+ return inode_permission(h_inode, mask); -+} -+ -+int au_test_h_perm_sio(struct inode *h_inode, int mask) -+{ -+ if (au_test_nfs(h_inode->i_sb) -+ && (mask & MAY_WRITE) -+ && S_ISDIR(h_inode->i_mode)) -+ mask |= MAY_READ; /* force permission check */ -+ return au_test_h_perm(h_inode, mask); -+} -diff --git a/fs/aufs/inode.h b/fs/aufs/inode.h -new file mode 100644 -index 0000000..b9e3039 ---- /dev/null -+++ b/fs/aufs/inode.h -@@ -0,0 +1,678 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations -+ */ -+ -+#ifndef __AUFS_INODE_H__ -+#define __AUFS_INODE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "rwsem.h" -+ -+struct vfsmount; -+ -+struct au_hnotify { -+#ifdef CONFIG_AUFS_HNOTIFY -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ /* never use fsnotify_add_vfsmount_mark() */ -+ struct fsnotify_mark hn_mark; -+#endif -+ union { -+ struct inode *hn_aufs_inode; /* no get/put */ -+ struct llist_node hn_lnode; /* delayed free */ -+ }; -+#endif -+} ____cacheline_aligned_in_smp; -+ -+struct au_hinode { -+ struct inode *hi_inode; -+ aufs_bindex_t hi_id; -+#ifdef CONFIG_AUFS_HNOTIFY -+ struct au_hnotify *hi_notify; -+#endif -+ -+ /* reference to the copied-up whiteout with get/put */ -+ struct dentry *hi_whdentry; -+}; -+ -+/* ig_flags */ -+#define AuIG_HALF_REFRESHED 1 -+#define au_ig_ftest(flags, name) ((flags) & AuIG_##name) -+#define au_ig_fset(flags, name) \ -+ do { (flags) |= AuIG_##name; } while (0) -+#define au_ig_fclr(flags, name) \ -+ do { (flags) &= ~AuIG_##name; } while (0) -+ -+struct au_iigen { -+ spinlock_t ig_spin; -+ __u32 ig_generation, ig_flags; -+}; -+ -+struct au_vdir; -+struct au_iinfo { -+ struct au_iigen ii_generation; -+ struct super_block *ii_hsb1; /* no get/put */ -+ -+ struct au_rwsem ii_rwsem; -+ aufs_bindex_t ii_btop, ii_bbot; -+ __u32 ii_higen; -+ struct au_hinode *ii_hinode; -+ struct au_vdir *ii_vdir; -+}; -+ -+struct au_icntnr { -+ struct au_iinfo iinfo; -+ struct inode vfs_inode; -+ union { -+ struct hlist_node plink; -+ struct llist_node lnode; /* delayed free */ -+ }; -+} ____cacheline_aligned_in_smp; -+ -+/* au_pin flags */ -+#define AuPin_DI_LOCKED 1 -+#define AuPin_MNT_WRITE (1 << 1) -+#define au_ftest_pin(flags, name) ((flags) & AuPin_##name) -+#define au_fset_pin(flags, name) \ -+ do { (flags) |= AuPin_##name; } while (0) -+#define au_fclr_pin(flags, name) \ -+ do { (flags) &= ~AuPin_##name; } while (0) -+ -+struct au_pin { -+ /* input */ -+ struct dentry *dentry; -+ unsigned int udba; -+ unsigned char lsc_di, lsc_hi, flags; -+ aufs_bindex_t bindex; -+ -+ /* output */ -+ struct dentry *parent; -+ struct au_hinode *hdir; -+ struct vfsmount *h_mnt; -+ -+ /* temporary unlock/relock for copyup */ -+ struct dentry *h_dentry, *h_parent; -+ struct au_branch *br; -+ struct task_struct *task; -+}; -+ -+void au_pin_hdir_unlock(struct au_pin *p); -+int au_pin_hdir_lock(struct au_pin *p); -+int au_pin_hdir_relock(struct au_pin *p); -+void au_pin_hdir_acquire_nest(struct au_pin *p); -+void au_pin_hdir_release(struct au_pin *p); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_iinfo *au_ii(struct inode *inode) -+{ -+ BUG_ON(is_bad_inode(inode)); -+ return &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* inode.c */ -+struct inode *au_igrab(struct inode *inode); -+void au_refresh_iop(struct inode *inode, int force_getattr); -+int au_refresh_hinode_self(struct inode *inode); -+int au_refresh_hinode(struct inode *inode, struct dentry *dentry); -+int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ unsigned int d_type, ino_t *ino); -+struct inode *au_new_inode(struct dentry *dentry, int must_new); -+int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, -+ struct inode *inode); -+int au_test_h_perm(struct inode *h_inode, int mask); -+int au_test_h_perm_sio(struct inode *h_inode, int mask); -+ -+static inline int au_wh_ino(struct super_block *sb, aufs_bindex_t bindex, -+ ino_t h_ino, unsigned int d_type, ino_t *ino) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ return au_ino(sb, bindex, h_ino, d_type, ino); -+#else -+ return 0; -+#endif -+} -+ -+/* i_op.c */ -+enum { -+ AuIop_SYMLINK, -+ AuIop_DIR, -+ AuIop_OTHER, -+ AuIop_Last -+}; -+extern struct inode_operations aufs_iop[AuIop_Last], -+ aufs_iop_nogetattr[AuIop_Last]; -+ -+/* au_wr_dir flags */ -+#define AuWrDir_ADD_ENTRY 1 -+#define AuWrDir_ISDIR (1 << 1) -+#define AuWrDir_TMPFILE (1 << 2) -+#define au_ftest_wrdir(flags, name) ((flags) & AuWrDir_##name) -+#define au_fset_wrdir(flags, name) \ -+ do { (flags) |= AuWrDir_##name; } while (0) -+#define au_fclr_wrdir(flags, name) \ -+ do { (flags) &= ~AuWrDir_##name; } while (0) -+ -+struct au_wr_dir_args { -+ aufs_bindex_t force_btgt; -+ unsigned char flags; -+}; -+int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, -+ struct au_wr_dir_args *args); -+ -+struct dentry *au_pinned_h_parent(struct au_pin *pin); -+void au_pin_init(struct au_pin *pin, struct dentry *dentry, -+ aufs_bindex_t bindex, int lsc_di, int lsc_hi, -+ unsigned int udba, unsigned char flags); -+int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int udba, unsigned char flags) __must_check; -+int au_do_pin(struct au_pin *pin) __must_check; -+void au_unpin(struct au_pin *pin); -+int au_reval_for_attr(struct dentry *dentry, unsigned int sigen); -+ -+#define AuIcpup_DID_CPUP 1 -+#define au_ftest_icpup(flags, name) ((flags) & AuIcpup_##name) -+#define au_fset_icpup(flags, name) \ -+ do { (flags) |= AuIcpup_##name; } while (0) -+#define au_fclr_icpup(flags, name) \ -+ do { (flags) &= ~AuIcpup_##name; } while (0) -+ -+struct au_icpup_args { -+ unsigned char flags; -+ unsigned char pin_flags; -+ aufs_bindex_t btgt; -+ unsigned int udba; -+ struct au_pin pin; -+ struct path h_path; -+ struct inode *h_inode; -+}; -+ -+int au_pin_and_icpup(struct dentry *dentry, struct iattr *ia, -+ struct au_icpup_args *a); -+ -+int au_h_path_getattr(struct dentry *dentry, int force, struct path *h_path); -+ -+/* i_op_add.c */ -+int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir); -+int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, -+ dev_t dev); -+int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname); -+int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, -+ bool want_excl); -+struct vfsub_aopen_args; -+int au_aopen_or_create(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args); -+int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode); -+int aufs_link(struct dentry *src_dentry, struct inode *dir, -+ struct dentry *dentry); -+int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode); -+ -+/* i_op_del.c */ -+int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup); -+int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir); -+int aufs_unlink(struct inode *dir, struct dentry *dentry); -+int aufs_rmdir(struct inode *dir, struct dentry *dentry); -+ -+/* i_op_ren.c */ -+int au_wbr(struct dentry *dentry, aufs_bindex_t btgt); -+int aufs_rename(struct inode *src_dir, struct dentry *src_dentry, -+ struct inode *dir, struct dentry *dentry, -+ unsigned int flags); -+ -+/* iinfo.c */ -+struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex); -+void au_hiput(struct au_hinode *hinode); -+void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_wh); -+unsigned int au_hi_flags(struct inode *inode, int isdir); -+ -+/* hinode flags */ -+#define AuHi_XINO 1 -+#define AuHi_HNOTIFY (1 << 1) -+#define au_ftest_hi(flags, name) ((flags) & AuHi_##name) -+#define au_fset_hi(flags, name) \ -+ do { (flags) |= AuHi_##name; } while (0) -+#define au_fclr_hi(flags, name) \ -+ do { (flags) &= ~AuHi_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuHi_HNOTIFY -+#define AuHi_HNOTIFY 0 -+#endif -+ -+void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode, unsigned int flags); -+ -+void au_update_iigen(struct inode *inode, int half); -+void au_update_ibrange(struct inode *inode, int do_put_zero); -+ -+void au_icntnr_init_once(void *_c); -+void au_hinode_init(struct au_hinode *hinode); -+int au_iinfo_init(struct inode *inode); -+void au_iinfo_fin(struct inode *inode); -+int au_hinode_realloc(struct au_iinfo *iinfo, int nbr, int may_shrink); -+ -+#ifdef CONFIG_PROC_FS -+/* plink.c */ -+int au_plink_maint(struct super_block *sb, int flags); -+struct au_sbinfo; -+void au_plink_maint_leave(struct au_sbinfo *sbinfo); -+int au_plink_maint_enter(struct super_block *sb); -+#ifdef CONFIG_AUFS_DEBUG -+void au_plink_list(struct super_block *sb); -+#else -+AuStubVoid(au_plink_list, struct super_block *sb) -+#endif -+int au_plink_test(struct inode *inode); -+struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex); -+void au_plink_append(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+void au_plink_put(struct super_block *sb, int verbose); -+void au_plink_clean(struct super_block *sb, int verbose); -+void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id); -+#else -+AuStubInt0(au_plink_maint, struct super_block *sb, int flags); -+AuStubVoid(au_plink_maint_leave, struct au_sbinfo *sbinfo); -+AuStubInt0(au_plink_maint_enter, struct super_block *sb); -+AuStubVoid(au_plink_list, struct super_block *sb); -+AuStubInt0(au_plink_test, struct inode *inode); -+AuStub(struct dentry *, au_plink_lkup, return NULL, -+ struct inode *inode, aufs_bindex_t bindex); -+AuStubVoid(au_plink_append, struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+AuStubVoid(au_plink_put, struct super_block *sb, int verbose); -+AuStubVoid(au_plink_clean, struct super_block *sb, int verbose); -+AuStubVoid(au_plink_half_refresh, struct super_block *sb, aufs_bindex_t br_id); -+#endif /* CONFIG_PROC_FS */ -+ -+#ifdef CONFIG_AUFS_XATTR -+/* xattr.c */ -+int au_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, int ignore_flags, -+ unsigned int verbose); -+ssize_t aufs_listxattr(struct dentry *dentry, char *list, size_t size); -+void au_xattr_init(struct super_block *sb); -+#else -+AuStubInt0(au_cpup_xattr, struct dentry *h_dst, struct dentry *h_src, -+ int ignore_flags, unsigned int verbose); -+AuStubVoid(au_xattr_init, struct super_block *sb); -+#endif -+ -+#ifdef CONFIG_FS_POSIX_ACL -+struct posix_acl *aufs_get_acl(struct inode *inode, int type); -+int aufs_set_acl(struct inode *inode, struct posix_acl *acl, int type); -+#endif -+ -+#if IS_ENABLED(CONFIG_AUFS_XATTR) || IS_ENABLED(CONFIG_FS_POSIX_ACL) -+enum { -+ AU_XATTR_SET, -+ AU_ACL_SET -+}; -+ -+struct au_sxattr { -+ int type; -+ union { -+ struct { -+ const char *name; -+ const void *value; -+ size_t size; -+ int flags; -+ } set; -+ struct { -+ struct posix_acl *acl; -+ int type; -+ } acl_set; -+ } u; -+}; -+ssize_t au_sxattr(struct dentry *dentry, struct inode *inode, -+ struct au_sxattr *arg); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for iinfo */ -+enum { -+ AuLsc_II_CHILD, /* child first */ -+ AuLsc_II_CHILD2, /* rename(2), link(2), and cpup at hnotify */ -+ AuLsc_II_CHILD3, /* copyup dirs */ -+ AuLsc_II_PARENT, /* see AuLsc_I_PARENT in vfsub.h */ -+ AuLsc_II_PARENT2, -+ AuLsc_II_PARENT3, /* copyup dirs */ -+ AuLsc_II_NEW_CHILD -+}; -+ -+/* -+ * ii_read_lock_child, ii_write_lock_child, -+ * ii_read_lock_child2, ii_write_lock_child2, -+ * ii_read_lock_child3, ii_write_lock_child3, -+ * ii_read_lock_parent, ii_write_lock_parent, -+ * ii_read_lock_parent2, ii_write_lock_parent2, -+ * ii_read_lock_parent3, ii_write_lock_parent3, -+ * ii_read_lock_new_child, ii_write_lock_new_child, -+ */ -+#define AuReadLockFunc(name, lsc) \ -+static inline void ii_read_lock_##name(struct inode *i) \ -+{ \ -+ au_rw_read_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ -+} -+ -+#define AuWriteLockFunc(name, lsc) \ -+static inline void ii_write_lock_##name(struct inode *i) \ -+{ \ -+ au_rw_write_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ -+} -+ -+#define AuRWLockFuncs(name, lsc) \ -+ AuReadLockFunc(name, lsc) \ -+ AuWriteLockFunc(name, lsc) -+ -+AuRWLockFuncs(child, CHILD); -+AuRWLockFuncs(child2, CHILD2); -+AuRWLockFuncs(child3, CHILD3); -+AuRWLockFuncs(parent, PARENT); -+AuRWLockFuncs(parent2, PARENT2); -+AuRWLockFuncs(parent3, PARENT3); -+AuRWLockFuncs(new_child, NEW_CHILD); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+/* -+ * ii_read_unlock, ii_write_unlock, ii_downgrade_lock -+ */ -+AuSimpleUnlockRwsemFuncs(ii, struct inode *i, &au_ii(i)->ii_rwsem); -+ -+#define IiMustNoWaiters(i) AuRwMustNoWaiters(&au_ii(i)->ii_rwsem) -+#define IiMustAnyLock(i) AuRwMustAnyLock(&au_ii(i)->ii_rwsem) -+#define IiMustWriteLock(i) AuRwMustWriteLock(&au_ii(i)->ii_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void au_icntnr_init(struct au_icntnr *c) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+ c->vfs_inode.i_mode = 0; -+#endif -+} -+ -+static inline unsigned int au_iigen(struct inode *inode, unsigned int *igflags) -+{ -+ unsigned int gen; -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ if (igflags) -+ *igflags = iigen->ig_flags; -+ gen = iigen->ig_generation; -+ spin_unlock(&iigen->ig_spin); -+ -+ return gen; -+} -+ -+/* tiny test for inode number */ -+/* tmpfs generation is too rough */ -+static inline int au_test_higen(struct inode *inode, struct inode *h_inode) -+{ -+ struct au_iinfo *iinfo; -+ -+ iinfo = au_ii(inode); -+ AuRwMustAnyLock(&iinfo->ii_rwsem); -+ return !(iinfo->ii_hsb1 == h_inode->i_sb -+ && iinfo->ii_higen == h_inode->i_generation); -+} -+ -+static inline void au_iigen_dec(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ iigen->ig_generation--; -+ spin_unlock(&iigen->ig_spin); -+} -+ -+static inline int au_iigen_test(struct inode *inode, unsigned int sigen) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(inode && au_iigen(inode, NULL) != sigen)) -+ err = -EIO; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_hinode *au_hinode(struct au_iinfo *iinfo, -+ aufs_bindex_t bindex) -+{ -+ return iinfo->ii_hinode + bindex; -+} -+ -+static inline int au_is_bad_inode(struct inode *inode) -+{ -+ return !!(is_bad_inode(inode) || !au_hinode(au_ii(inode), 0)); -+} -+ -+static inline aufs_bindex_t au_ii_br_id(struct inode *inode, -+ aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex)->hi_id; -+} -+ -+static inline aufs_bindex_t au_ibtop(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_btop; -+} -+ -+static inline aufs_bindex_t au_ibbot(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_bbot; -+} -+ -+static inline struct au_vdir *au_ivdir(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_vdir; -+} -+ -+static inline struct dentry *au_hi_wh(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex)->hi_whdentry; -+} -+ -+static inline void au_set_ibtop(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_btop = bindex; -+} -+ -+static inline void au_set_ibbot(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_bbot = bindex; -+} -+ -+static inline void au_set_ivdir(struct inode *inode, struct au_vdir *vdir) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_vdir = vdir; -+} -+ -+static inline struct au_hinode *au_hi(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct dentry *au_pinned_parent(struct au_pin *pin) -+{ -+ if (pin) -+ return pin->parent; -+ return NULL; -+} -+ -+static inline struct inode *au_pinned_h_dir(struct au_pin *pin) -+{ -+ if (pin && pin->hdir) -+ return pin->hdir->hi_inode; -+ return NULL; -+} -+ -+static inline struct au_hinode *au_pinned_hdir(struct au_pin *pin) -+{ -+ if (pin) -+ return pin->hdir; -+ return NULL; -+} -+ -+static inline void au_pin_set_dentry(struct au_pin *pin, struct dentry *dentry) -+{ -+ if (pin) -+ pin->dentry = dentry; -+} -+ -+static inline void au_pin_set_parent_lflag(struct au_pin *pin, -+ unsigned char lflag) -+{ -+ if (pin) { -+ if (lflag) -+ au_fset_pin(pin->flags, DI_LOCKED); -+ else -+ au_fclr_pin(pin->flags, DI_LOCKED); -+ } -+} -+ -+#if 0 /* reserved */ -+static inline void au_pin_set_parent(struct au_pin *pin, struct dentry *parent) -+{ -+ if (pin) { -+ dput(pin->parent); -+ pin->parent = dget(parent); -+ } -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_branch; -+#ifdef CONFIG_AUFS_HNOTIFY -+struct au_hnotify_op { -+ void (*ctl)(struct au_hinode *hinode, int do_set); -+ int (*alloc)(struct au_hinode *hinode); -+ -+ /* -+ * if it returns true, the the caller should free hinode->hi_notify, -+ * otherwise ->free() frees it. -+ */ -+ int (*free)(struct au_hinode *hinode, -+ struct au_hnotify *hn) __must_check; -+ -+ void (*fin)(void); -+ int (*init)(void); -+ -+ int (*reset_br)(unsigned int udba, struct au_branch *br, int perm); -+ void (*fin_br)(struct au_branch *br); -+ int (*init_br)(struct au_branch *br, int perm); -+}; -+ -+/* hnotify.c */ -+int au_hn_alloc(struct au_hinode *hinode, struct inode *inode); -+void au_hn_free(struct au_hinode *hinode); -+void au_hn_ctl(struct au_hinode *hinode, int do_set); -+void au_hn_reset(struct inode *inode, unsigned int flags); -+int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, -+ struct qstr *h_child_qstr, struct inode *h_child_inode); -+int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm); -+int au_hnotify_init_br(struct au_branch *br, int perm); -+void au_hnotify_fin_br(struct au_branch *br); -+int __init au_hnotify_init(void); -+void au_hnotify_fin(void); -+ -+/* hfsnotify.c */ -+extern const struct au_hnotify_op au_hnotify_op; -+ -+static inline -+void au_hn_init(struct au_hinode *hinode) -+{ -+ hinode->hi_notify = NULL; -+} -+ -+static inline struct au_hnotify *au_hn(struct au_hinode *hinode) -+{ -+ return hinode->hi_notify; -+} -+ -+#else -+AuStub(int, au_hn_alloc, return -EOPNOTSUPP, -+ struct au_hinode *hinode __maybe_unused, -+ struct inode *inode __maybe_unused) -+AuStub(struct au_hnotify *, au_hn, return NULL, struct au_hinode *hinode) -+AuStubVoid(au_hn_free, struct au_hinode *hinode __maybe_unused) -+AuStubVoid(au_hn_ctl, struct au_hinode *hinode __maybe_unused, -+ int do_set __maybe_unused) -+AuStubVoid(au_hn_reset, struct inode *inode __maybe_unused, -+ unsigned int flags __maybe_unused) -+AuStubInt0(au_hnotify_reset_br, unsigned int udba __maybe_unused, -+ struct au_branch *br __maybe_unused, -+ int perm __maybe_unused) -+AuStubInt0(au_hnotify_init_br, struct au_branch *br __maybe_unused, -+ int perm __maybe_unused) -+AuStubVoid(au_hnotify_fin_br, struct au_branch *br __maybe_unused) -+AuStubInt0(__init au_hnotify_init, void) -+AuStubVoid(au_hnotify_fin, void) -+AuStubVoid(au_hn_init, struct au_hinode *hinode __maybe_unused) -+#endif /* CONFIG_AUFS_HNOTIFY */ -+ -+static inline void au_hn_suspend(struct au_hinode *hdir) -+{ -+ au_hn_ctl(hdir, /*do_set*/0); -+} -+ -+static inline void au_hn_resume(struct au_hinode *hdir) -+{ -+ au_hn_ctl(hdir, /*do_set*/1); -+} -+ -+static inline void au_hn_inode_lock(struct au_hinode *hdir) -+{ -+ inode_lock(hdir->hi_inode); -+ au_hn_suspend(hdir); -+} -+ -+static inline void au_hn_inode_lock_nested(struct au_hinode *hdir, -+ unsigned int sc __maybe_unused) -+{ -+ inode_lock_nested(hdir->hi_inode, sc); -+ au_hn_suspend(hdir); -+} -+ -+static inline void au_hn_inode_unlock(struct au_hinode *hdir) -+{ -+ au_hn_resume(hdir); -+ inode_unlock(hdir->hi_inode); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_INODE_H__ */ -diff --git a/fs/aufs/ioctl.c b/fs/aufs/ioctl.c -new file mode 100644 -index 0000000..2ebfdc4 ---- /dev/null -+++ b/fs/aufs/ioctl.c -@@ -0,0 +1,206 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * ioctl -+ * plink-management and readdir in userspace. -+ * assist the pathconf(3) wrapper library. -+ * move-down -+ * File-based Hierarchical Storage Management. -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static int au_wbr_fd(struct path *path, struct aufs_wbr_fd __user *arg) -+{ -+ int err, fd; -+ aufs_bindex_t wbi, bindex, bbot; -+ struct file *h_file; -+ struct super_block *sb; -+ struct dentry *root; -+ struct au_branch *br; -+ struct aufs_wbr_fd wbrfd = { -+ .oflags = au_dir_roflags, -+ .brid = -1 -+ }; -+ const int valid = O_RDONLY | O_NONBLOCK | O_LARGEFILE | O_DIRECTORY -+ | O_NOATIME | O_CLOEXEC; -+ -+ AuDebugOn(wbrfd.oflags & ~valid); -+ -+ if (arg) { -+ err = copy_from_user(&wbrfd, arg, sizeof(wbrfd)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ goto out; -+ } -+ -+ err = -EINVAL; -+ AuDbg("wbrfd{0%o, %d}\n", wbrfd.oflags, wbrfd.brid); -+ wbrfd.oflags |= au_dir_roflags; -+ AuDbg("0%o\n", wbrfd.oflags); -+ if (unlikely(wbrfd.oflags & ~valid)) -+ goto out; -+ } -+ -+ fd = get_unused_fd_flags(0); -+ err = fd; -+ if (unlikely(fd < 0)) -+ goto out; -+ -+ h_file = ERR_PTR(-EINVAL); -+ wbi = 0; -+ br = NULL; -+ sb = path->dentry->d_sb; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_IR); -+ bbot = au_sbbot(sb); -+ if (wbrfd.brid >= 0) { -+ wbi = au_br_index(sb, wbrfd.brid); -+ if (unlikely(wbi < 0 || wbi > bbot)) -+ goto out_unlock; -+ } -+ -+ h_file = ERR_PTR(-ENOENT); -+ br = au_sbr(sb, wbi); -+ if (!au_br_writable(br->br_perm)) { -+ if (arg) -+ goto out_unlock; -+ -+ bindex = wbi + 1; -+ wbi = -1; -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm)) { -+ wbi = bindex; -+ br = au_sbr(sb, wbi); -+ break; -+ } -+ } -+ } -+ AuDbg("wbi %d\n", wbi); -+ if (wbi >= 0) -+ h_file = au_h_open(root, wbi, wbrfd.oflags, NULL, -+ /*force_wr*/0); -+ -+out_unlock: -+ aufs_read_unlock(root, AuLock_IR); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out_fd; -+ -+ au_br_put(br); /* cf. au_h_open() */ -+ fd_install(fd, h_file); -+ err = fd; -+ goto out; /* success */ -+ -+out_fd: -+ put_unused_fd(fd); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err; -+ struct dentry *dentry; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ioctl(file, cmd, arg); -+ break; -+ -+ case AUFS_CTL_WBR_FD: -+ err = au_wbr_fd(&file->f_path, (void __user *)arg); -+ break; -+ -+ case AUFS_CTL_IBUSY: -+ err = au_ibusy_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_BRINFO: -+ err = au_brinfo_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_FHSM_FD: -+ dentry = file->f_path.dentry; -+ if (IS_ROOT(dentry)) -+ err = au_fhsm_fd(dentry->d_sb, arg); -+ else -+ err = -ENOTTY; -+ break; -+ -+ default: -+ /* do not call the lower */ -+ AuDbg("0x%x\n", cmd); -+ err = -ENOTTY; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err; -+ -+ switch (cmd) { -+ case AUFS_CTL_MVDOWN: -+ err = au_mvdown(file->f_path.dentry, (void __user *)arg); -+ break; -+ -+ case AUFS_CTL_WBR_FD: -+ err = au_wbr_fd(&file->f_path, (void __user *)arg); -+ break; -+ -+ default: -+ /* do not call the lower */ -+ AuDbg("0x%x\n", cmd); -+ err = -ENOTTY; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+#ifdef CONFIG_COMPAT -+long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ long err; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_compat_ioctl(file, cmd, arg); -+ break; -+ -+ case AUFS_CTL_IBUSY: -+ err = au_ibusy_compat_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_BRINFO: -+ err = au_brinfo_compat_ioctl(file, arg); -+ break; -+ -+ default: -+ err = aufs_ioctl_dir(file, cmd, arg); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ return aufs_ioctl_nondir(file, cmd, (unsigned long)compat_ptr(arg)); -+} -+#endif -diff --git a/fs/aufs/loop.c b/fs/aufs/loop.c -new file mode 100644 -index 0000000..c3ca50f ---- /dev/null -+++ b/fs/aufs/loop.c -@@ -0,0 +1,134 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * support for loopback block device as a branch -+ */ -+ -+#include "aufs.h" -+ -+/* added into drivers/block/loop.c */ -+static struct file *(*backing_file_func)(struct super_block *sb); -+ -+/* -+ * test if two lower dentries have overlapping branches. -+ */ -+int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding) -+{ -+ struct super_block *h_sb; -+ struct file *backing_file; -+ -+ if (unlikely(!backing_file_func)) { -+ /* don't load "loop" module here */ -+ backing_file_func = symbol_get(loop_backing_file); -+ if (unlikely(!backing_file_func)) -+ /* "loop" module is not loaded */ -+ return 0; -+ } -+ -+ h_sb = h_adding->d_sb; -+ backing_file = backing_file_func(h_sb); -+ if (!backing_file) -+ return 0; -+ -+ h_adding = backing_file->f_path.dentry; -+ /* -+ * h_adding can be local NFS. -+ * in this case aufs cannot detect the loop. -+ */ -+ if (unlikely(h_adding->d_sb == sb)) -+ return 1; -+ return !!au_test_subdir(h_adding, sb->s_root); -+} -+ -+/* true if a kernel thread named 'loop[0-9].*' accesses a file */ -+int au_test_loopback_kthread(void) -+{ -+ int ret; -+ struct task_struct *tsk = current; -+ char c, comm[sizeof(tsk->comm)]; -+ -+ ret = 0; -+ if (tsk->flags & PF_KTHREAD) { -+ get_task_comm(comm, tsk); -+ c = comm[4]; -+ ret = ('0' <= c && c <= '9' -+ && !strncmp(comm, "loop", 4)); -+ } -+ -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define au_warn_loopback_step 16 -+static int au_warn_loopback_nelem = au_warn_loopback_step; -+static unsigned long *au_warn_loopback_array; -+ -+void au_warn_loopback(struct super_block *h_sb) -+{ -+ int i, new_nelem; -+ unsigned long *a, magic; -+ static DEFINE_SPINLOCK(spin); -+ -+ magic = h_sb->s_magic; -+ spin_lock(&spin); -+ a = au_warn_loopback_array; -+ for (i = 0; i < au_warn_loopback_nelem && *a; i++) -+ if (a[i] == magic) { -+ spin_unlock(&spin); -+ return; -+ } -+ -+ /* h_sb is new to us, print it */ -+ if (i < au_warn_loopback_nelem) { -+ a[i] = magic; -+ goto pr; -+ } -+ -+ /* expand the array */ -+ new_nelem = au_warn_loopback_nelem + au_warn_loopback_step; -+ a = au_kzrealloc(au_warn_loopback_array, -+ au_warn_loopback_nelem * sizeof(unsigned long), -+ new_nelem * sizeof(unsigned long), GFP_ATOMIC, -+ /*may_shrink*/0); -+ if (a) { -+ au_warn_loopback_nelem = new_nelem; -+ au_warn_loopback_array = a; -+ a[i] = magic; -+ goto pr; -+ } -+ -+ spin_unlock(&spin); -+ AuWarn1("realloc failed, ignored\n"); -+ return; -+ -+pr: -+ spin_unlock(&spin); -+ pr_warn("you may want to try another patch for loopback file " -+ "on %s(0x%lx) branch\n", au_sbtype(h_sb), magic); -+} -+ -+int au_loopback_init(void) -+{ -+ int err; -+ struct super_block *sb __maybe_unused; -+ -+ BUILD_BUG_ON(sizeof(sb->s_magic) != sizeof(unsigned long)); -+ -+ err = 0; -+ au_warn_loopback_array = kcalloc(au_warn_loopback_step, -+ sizeof(unsigned long), GFP_NOFS); -+ if (unlikely(!au_warn_loopback_array)) -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+void au_loopback_fin(void) -+{ -+ if (backing_file_func) -+ symbol_put(loop_backing_file); -+ au_delayed_kfree(au_warn_loopback_array); -+} -diff --git a/fs/aufs/loop.h b/fs/aufs/loop.h -new file mode 100644 -index 0000000..48bf070 ---- /dev/null -+++ b/fs/aufs/loop.h -@@ -0,0 +1,39 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * support for loopback mount as a branch -+ */ -+ -+#ifndef __AUFS_LOOP_H__ -+#define __AUFS_LOOP_H__ -+ -+#ifdef __KERNEL__ -+ -+struct dentry; -+struct super_block; -+ -+#ifdef CONFIG_AUFS_BDEV_LOOP -+/* drivers/block/loop.c */ -+struct file *loop_backing_file(struct super_block *sb); -+ -+/* loop.c */ -+int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding); -+int au_test_loopback_kthread(void); -+void au_warn_loopback(struct super_block *h_sb); -+ -+int au_loopback_init(void); -+void au_loopback_fin(void); -+#else -+AuStubInt0(au_test_loopback_overlap, struct super_block *sb, -+ struct dentry *h_adding) -+AuStubInt0(au_test_loopback_kthread, void) -+AuStubVoid(au_warn_loopback, struct super_block *h_sb) -+ -+AuStubInt0(au_loopback_init, void) -+AuStubVoid(au_loopback_fin, void) -+#endif /* BLK_DEV_LOOP */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_LOOP_H__ */ -diff --git a/fs/aufs/magic.mk b/fs/aufs/magic.mk -new file mode 100644 -index 0000000..4f83bdf ---- /dev/null -+++ b/fs/aufs/magic.mk -@@ -0,0 +1,30 @@ -+ -+# defined in ${srctree}/fs/fuse/inode.c -+# tristate -+ifdef CONFIG_FUSE_FS -+ccflags-y += -DFUSE_SUPER_MAGIC=0x65735546 -+endif -+ -+# defined in ${srctree}/fs/xfs/xfs_sb.h -+# tristate -+ifdef CONFIG_XFS_FS -+ccflags-y += -DXFS_SB_MAGIC=0x58465342 -+endif -+ -+# defined in ${srctree}/fs/configfs/mount.c -+# tristate -+ifdef CONFIG_CONFIGFS_FS -+ccflags-y += -DCONFIGFS_MAGIC=0x62656570 -+endif -+ -+# defined in ${srctree}/fs/ubifs/ubifs.h -+# tristate -+ifdef CONFIG_UBIFS_FS -+ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905 -+endif -+ -+# defined in ${srctree}/fs/hfsplus/hfsplus_raw.h -+# tristate -+ifdef CONFIG_HFSPLUS_FS -+ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b -+endif -diff --git a/fs/aufs/module.c b/fs/aufs/module.c -new file mode 100644 -index 0000000..5092b4b ---- /dev/null -+++ b/fs/aufs/module.c -@@ -0,0 +1,319 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * module global variables and operations -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+/* shrinkable realloc */ -+void *au_krealloc(void *p, unsigned int new_sz, gfp_t gfp, int may_shrink) -+{ -+ size_t sz; -+ int diff; -+ -+ sz = 0; -+ diff = -1; -+ if (p) { -+#if 0 /* unused */ -+ if (!new_sz) { -+ au_delayed_kfree(p); -+ p = NULL; -+ goto out; -+ } -+#else -+ AuDebugOn(!new_sz); -+#endif -+ sz = ksize(p); -+ diff = au_kmidx_sub(sz, new_sz); -+ } -+ if (sz && !diff) -+ goto out; -+ -+ if (sz < new_sz) -+ /* expand or SLOB */ -+ p = krealloc(p, new_sz, gfp); -+ else if (new_sz < sz && may_shrink) { -+ /* shrink */ -+ void *q; -+ -+ q = kmalloc(new_sz, gfp); -+ if (q) { -+ if (p) { -+ memcpy(q, p, new_sz); -+ au_delayed_kfree(p); -+ } -+ p = q; -+ } else -+ p = NULL; -+ } -+ -+out: -+ return p; -+} -+ -+void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp, -+ int may_shrink) -+{ -+ p = au_krealloc(p, new_sz, gfp, may_shrink); -+ if (p && new_sz > nused) -+ memset(p + nused, 0, new_sz - nused); -+ return p; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * aufs caches -+ */ -+ -+struct au_dfree au_dfree; -+ -+/* delayed free */ -+static void au_do_dfree(struct work_struct *work __maybe_unused) -+{ -+ struct llist_head *head; -+ struct llist_node *node, *next; -+ -+#define AU_CACHE_DFREE_DO_BODY(name, idx, lnode) do { \ -+ head = &au_dfree.cache[AuCache_##idx].llist; \ -+ node = llist_del_all(head); \ -+ for (; node; node = next) { \ -+ struct au_##name *p \ -+ = llist_entry(node, struct au_##name, \ -+ lnode); \ -+ next = llist_next(node); \ -+ au_cache_free_##name(p); \ -+ } \ -+ } while (0) -+ -+ AU_CACHE_DFREE_DO_BODY(dinfo, DINFO, di_lnode); -+ AU_CACHE_DFREE_DO_BODY(icntnr, ICNTNR, lnode); -+ AU_CACHE_DFREE_DO_BODY(finfo, FINFO, fi_lnode); -+ AU_CACHE_DFREE_DO_BODY(vdir, VDIR, vd_lnode); -+ AU_CACHE_DFREE_DO_BODY(vdir_dehstr, DEHSTR, lnode); -+#ifdef CONFIG_AUFS_HNOTIFY -+ AU_CACHE_DFREE_DO_BODY(hnotify, HNOTIFY, hn_lnode); -+#endif -+ -+#define AU_DFREE_DO_BODY(llist, func) do { \ -+ node = llist_del_all(llist); \ -+ for (; node; node = next) { \ -+ next = llist_next(node); \ -+ func(node); \ -+ } \ -+ } while (0) -+ -+ AU_DFREE_DO_BODY(au_dfree.llist + AU_DFREE_KFREE, kfree); -+ AU_DFREE_DO_BODY(au_dfree.llist + AU_DFREE_FREE_PAGE, au_free_page); -+ -+#undef AU_CACHE_DFREE_DO_BODY -+#undef AU_DFREE_DO_BODY -+} -+ -+AU_CACHE_DFREE_FUNC(dinfo, DINFO, di_lnode); -+AU_CACHE_DFREE_FUNC(icntnr, ICNTNR, lnode); -+AU_CACHE_DFREE_FUNC(finfo, FINFO, fi_lnode); -+AU_CACHE_DFREE_FUNC(vdir, VDIR, vd_lnode); -+AU_CACHE_DFREE_FUNC(vdir_dehstr, DEHSTR, lnode); -+ -+static void au_cache_fin(void) -+{ -+ int i; -+ struct au_cache *cp; -+ -+ /* -+ * Make sure all delayed rcu free inodes are flushed before we -+ * destroy cache. -+ */ -+ rcu_barrier(); -+ -+ /* excluding AuCache_HNOTIFY */ -+ BUILD_BUG_ON(AuCache_HNOTIFY + 1 != AuCache_Last); -+ flush_delayed_work(&au_dfree.dwork); -+ for (i = 0; i < AuCache_HNOTIFY; i++) { -+ cp = au_dfree.cache + i; -+ AuDebugOn(!llist_empty(&cp->llist)); -+ kmem_cache_destroy(cp->cache); -+ cp->cache = NULL; -+ } -+} -+ -+static int __init au_cache_init(void) -+{ -+ struct au_cache *cp; -+ -+ cp = au_dfree.cache; -+ cp[AuCache_DINFO].cache = AuCacheCtor(au_dinfo, au_di_init_once); -+ if (cp[AuCache_DINFO].cache) -+ /* SLAB_DESTROY_BY_RCU */ -+ cp[AuCache_ICNTNR].cache = AuCacheCtor(au_icntnr, -+ au_icntnr_init_once); -+ if (cp[AuCache_ICNTNR].cache) -+ cp[AuCache_FINFO].cache = AuCacheCtor(au_finfo, -+ au_fi_init_once); -+ if (cp[AuCache_FINFO].cache) -+ cp[AuCache_VDIR].cache = AuCache(au_vdir); -+ if (cp[AuCache_VDIR].cache) -+ cp[AuCache_DEHSTR].cache = AuCache(au_vdir_dehstr); -+ if (cp[AuCache_DEHSTR].cache) -+ return 0; -+ -+ au_cache_fin(); -+ return -ENOMEM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_dir_roflags; -+ -+#ifdef CONFIG_AUFS_SBILIST -+/* -+ * iterate_supers_type() doesn't protect us from -+ * remounting (branch management) -+ */ -+struct au_sphlhead au_sbilist; -+#endif -+ -+/* -+ * functions for module interface. -+ */ -+MODULE_LICENSE("GPL"); -+/* MODULE_LICENSE("GPL v2"); */ -+MODULE_AUTHOR("Junjiro R. Okajima "); -+MODULE_DESCRIPTION(AUFS_NAME -+ " -- Advanced multi layered unification filesystem"); -+MODULE_VERSION(AUFS_VERSION); -+ -+/* this module parameter has no meaning when SYSFS is disabled */ -+int sysaufs_brs = 1; -+MODULE_PARM_DESC(brs, "use /fs/aufs/si_*/brN"); -+module_param_named(brs, sysaufs_brs, int, S_IRUGO); -+ -+/* this module parameter has no meaning when USER_NS is disabled */ -+bool au_userns; -+MODULE_PARM_DESC(allow_userns, "allow unprivileged to mount under userns"); -+module_param_named(allow_userns, au_userns, bool, S_IRUGO); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static char au_esc_chars[0x20 + 3]; /* 0x01-0x20, backslash, del, and NULL */ -+ -+int au_seq_path(struct seq_file *seq, struct path *path) -+{ -+ int err; -+ -+ err = seq_path(seq, path, au_esc_chars); -+ if (err > 0) -+ err = 0; -+ else if (err < 0) -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int __init aufs_init(void) -+{ -+ int err, i; -+ char *p; -+ struct au_cache *cp; -+ -+ p = au_esc_chars; -+ for (i = 1; i <= ' '; i++) -+ *p++ = i; -+ *p++ = '\\'; -+ *p++ = '\x7f'; -+ *p = 0; -+ -+ au_dir_roflags = au_file_roflags(O_DIRECTORY | O_LARGEFILE); -+ -+ memcpy(aufs_iop_nogetattr, aufs_iop, sizeof(aufs_iop)); -+ for (i = 0; i < AuIop_Last; i++) -+ aufs_iop_nogetattr[i].getattr = NULL; -+ -+ /* First, initialize au_dfree */ -+ for (i = 0; i < AuCache_Last; i++) { /* including hnotify */ -+ cp = au_dfree.cache + i; -+ cp->cache = NULL; -+ init_llist_head(&cp->llist); -+ } -+ for (i = 0; i < AU_DFREE_Last; i++) -+ init_llist_head(au_dfree.llist + i); -+ INIT_DELAYED_WORK(&au_dfree.dwork, au_do_dfree); -+ -+ au_sbilist_init(); -+ sysaufs_brs_init(); -+ au_debug_init(); -+ au_dy_init(); -+ err = sysaufs_init(); -+ if (unlikely(err)) -+ goto out; -+ err = au_procfs_init(); -+ if (unlikely(err)) -+ goto out_sysaufs; -+ err = au_wkq_init(); -+ if (unlikely(err)) -+ goto out_procfs; -+ err = au_loopback_init(); -+ if (unlikely(err)) -+ goto out_wkq; -+ err = au_hnotify_init(); -+ if (unlikely(err)) -+ goto out_loopback; -+ err = au_sysrq_init(); -+ if (unlikely(err)) -+ goto out_hin; -+ err = au_cache_init(); -+ if (unlikely(err)) -+ goto out_sysrq; -+ -+ aufs_fs_type.fs_flags |= au_userns ? FS_USERNS_MOUNT : 0; -+ err = register_filesystem(&aufs_fs_type); -+ if (unlikely(err)) -+ goto out_cache; -+ -+ /* since we define pr_fmt, call printk directly */ -+ printk(KERN_INFO AUFS_NAME " " AUFS_VERSION "\n"); -+ goto out; /* success */ -+ -+out_cache: -+ au_cache_fin(); -+out_sysrq: -+ au_sysrq_fin(); -+out_hin: -+ au_hnotify_fin(); -+out_loopback: -+ au_loopback_fin(); -+out_wkq: -+ au_wkq_fin(); -+out_procfs: -+ au_procfs_fin(); -+out_sysaufs: -+ sysaufs_fin(); -+ au_dy_fin(); -+ flush_delayed_work(&au_dfree.dwork); -+out: -+ return err; -+} -+ -+static void __exit aufs_exit(void) -+{ -+ unregister_filesystem(&aufs_fs_type); -+ au_cache_fin(); -+ au_sysrq_fin(); -+ au_hnotify_fin(); -+ au_loopback_fin(); -+ au_wkq_fin(); -+ au_procfs_fin(); -+ sysaufs_fin(); -+ au_dy_fin(); -+ flush_delayed_work(&au_dfree.dwork); -+} -+ -+module_init(aufs_init); -+module_exit(aufs_exit); -diff --git a/fs/aufs/module.h b/fs/aufs/module.h -new file mode 100644 -index 0000000..6f968ba ---- /dev/null -+++ b/fs/aufs/module.h -@@ -0,0 +1,143 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * module initialization and module-global -+ */ -+ -+#ifndef __AUFS_MODULE_H__ -+#define __AUFS_MODULE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "debug.h" -+ -+struct path; -+struct seq_file; -+ -+/* module parameters */ -+extern int sysaufs_brs; -+extern bool au_userns; -+ -+/* ---------------------------------------------------------------------- */ -+ -+extern int au_dir_roflags; -+ -+void *au_krealloc(void *p, unsigned int new_sz, gfp_t gfp, int may_shrink); -+void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp, -+ int may_shrink); -+ -+static inline int au_kmidx_sub(size_t sz, size_t new_sz) -+{ -+#ifndef CONFIG_SLOB -+ return kmalloc_index(sz) - kmalloc_index(new_sz); -+#else -+ return -1; /* SLOB is untested */ -+#endif -+} -+ -+int au_seq_path(struct seq_file *seq, struct path *path); -+ -+#ifdef CONFIG_PROC_FS -+/* procfs.c */ -+int __init au_procfs_init(void); -+void au_procfs_fin(void); -+#else -+AuStubInt0(au_procfs_init, void); -+AuStubVoid(au_procfs_fin, void); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* kmem cache and delayed free */ -+enum { -+ AuCache_DINFO, -+ AuCache_ICNTNR, -+ AuCache_FINFO, -+ AuCache_VDIR, -+ AuCache_DEHSTR, -+ AuCache_HNOTIFY, /* must be last */ -+ AuCache_Last -+}; -+ -+enum { -+ AU_DFREE_KFREE, -+ AU_DFREE_FREE_PAGE, -+ AU_DFREE_Last -+}; -+ -+struct au_cache { -+ struct kmem_cache *cache; -+ struct llist_head llist; /* delayed free */ -+}; -+ -+/* -+ * in order to reduce the cost of the internal timer, consolidate all the -+ * delayed free works into a single delayed_work. -+ */ -+struct au_dfree { -+ struct au_cache cache[AuCache_Last]; -+ struct llist_head llist[AU_DFREE_Last]; -+ struct delayed_work dwork; -+}; -+ -+extern struct au_dfree au_dfree; -+ -+#define AuCacheFlags (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD) -+#define AuCache(type) KMEM_CACHE(type, AuCacheFlags) -+#define AuCacheCtor(type, ctor) \ -+ kmem_cache_create(#type, sizeof(struct type), \ -+ __alignof__(struct type), AuCacheFlags, ctor) -+ -+#define AU_DFREE_DELAY msecs_to_jiffies(10) -+#define AU_DFREE_BODY(lnode, llist) do { \ -+ if (llist_add(lnode, llist)) \ -+ schedule_delayed_work(&au_dfree.dwork, \ -+ AU_DFREE_DELAY); \ -+ } while (0) -+#define AU_CACHE_DFREE_FUNC(name, idx, lnode) \ -+ void au_cache_dfree_##name(struct au_##name *p) \ -+ { \ -+ struct au_cache *cp = au_dfree.cache + AuCache_##idx; \ -+ AU_DFREE_BODY(&p->lnode, &cp->llist); \ -+ } -+ -+#define AuCacheFuncs(name, index) \ -+static inline struct au_##name *au_cache_alloc_##name(void) \ -+{ return kmem_cache_alloc(au_dfree.cache[AuCache_##index].cache, GFP_NOFS); } \ -+static inline void au_cache_free_##name(struct au_##name *p) \ -+{ kmem_cache_free(au_dfree.cache[AuCache_##index].cache, p); } \ -+void au_cache_dfree_##name(struct au_##name *p) -+ -+AuCacheFuncs(dinfo, DINFO); -+AuCacheFuncs(icntnr, ICNTNR); -+AuCacheFuncs(finfo, FINFO); -+AuCacheFuncs(vdir, VDIR); -+AuCacheFuncs(vdir_dehstr, DEHSTR); -+#ifdef CONFIG_AUFS_HNOTIFY -+AuCacheFuncs(hnotify, HNOTIFY); -+#endif -+ -+static inline void au_delayed_kfree(const void *p) -+{ -+ AuDebugOn(!p); -+ AuDebugOn(ksize(p) < sizeof(struct llist_node)); -+ -+ AU_DFREE_BODY((void *)p, au_dfree.llist + AU_DFREE_KFREE); -+} -+ -+/* cast only */ -+static inline void au_free_page(void *p) -+{ -+ free_page((unsigned long)p); -+} -+ -+static inline void au_delayed_free_page(unsigned long addr) -+{ -+ AU_DFREE_BODY((void *)addr, au_dfree.llist + AU_DFREE_FREE_PAGE); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_MODULE_H__ */ -diff --git a/fs/aufs/mvdown.c b/fs/aufs/mvdown.c -new file mode 100644 -index 0000000..b0e5b84 ---- /dev/null -+++ b/fs/aufs/mvdown.c -@@ -0,0 +1,691 @@ -+/* -+ * Copyright (C) 2011-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * move-down, opposite of copy-up -+ */ -+ -+#include "aufs.h" -+ -+struct au_mvd_args { -+ struct { -+ struct super_block *h_sb; -+ struct dentry *h_parent; -+ struct au_hinode *hdir; -+ struct inode *h_dir, *h_inode; -+ struct au_pin pin; -+ } info[AUFS_MVDOWN_NARRAY]; -+ -+ struct aufs_mvdown mvdown; -+ struct dentry *dentry, *parent; -+ struct inode *inode, *dir; -+ struct super_block *sb; -+ aufs_bindex_t bopq, bwh, bfound; -+ unsigned char rename_lock; -+}; -+ -+#define mvd_errno mvdown.au_errno -+#define mvd_bsrc mvdown.stbr[AUFS_MVDOWN_UPPER].bindex -+#define mvd_src_brid mvdown.stbr[AUFS_MVDOWN_UPPER].brid -+#define mvd_bdst mvdown.stbr[AUFS_MVDOWN_LOWER].bindex -+#define mvd_dst_brid mvdown.stbr[AUFS_MVDOWN_LOWER].brid -+ -+#define mvd_h_src_sb info[AUFS_MVDOWN_UPPER].h_sb -+#define mvd_h_src_parent info[AUFS_MVDOWN_UPPER].h_parent -+#define mvd_hdir_src info[AUFS_MVDOWN_UPPER].hdir -+#define mvd_h_src_dir info[AUFS_MVDOWN_UPPER].h_dir -+#define mvd_h_src_inode info[AUFS_MVDOWN_UPPER].h_inode -+#define mvd_pin_src info[AUFS_MVDOWN_UPPER].pin -+ -+#define mvd_h_dst_sb info[AUFS_MVDOWN_LOWER].h_sb -+#define mvd_h_dst_parent info[AUFS_MVDOWN_LOWER].h_parent -+#define mvd_hdir_dst info[AUFS_MVDOWN_LOWER].hdir -+#define mvd_h_dst_dir info[AUFS_MVDOWN_LOWER].h_dir -+#define mvd_h_dst_inode info[AUFS_MVDOWN_LOWER].h_inode -+#define mvd_pin_dst info[AUFS_MVDOWN_LOWER].pin -+ -+#define AU_MVD_PR(flag, ...) do { \ -+ if (flag) \ -+ pr_err(__VA_ARGS__); \ -+ } while (0) -+ -+static int find_lower_writable(struct au_mvd_args *a) -+{ -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ sb = a->sb; -+ bindex = a->mvd_bsrc; -+ bbot = au_sbbot(sb); -+ if (a->mvdown.flags & AUFS_MVDOWN_FHSM_LOWER) -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm) -+ && (!(au_br_sb(br)->s_flags & MS_RDONLY))) -+ return bindex; -+ } -+ else if (!(a->mvdown.flags & AUFS_MVDOWN_ROLOWER)) -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_rdonly(br)) -+ return bindex; -+ } -+ else -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!(au_br_sb(br)->s_flags & MS_RDONLY)) { -+ if (au_br_rdonly(br)) -+ a->mvdown.flags -+ |= AUFS_MVDOWN_ROLOWER_R; -+ return bindex; -+ } -+ } -+ -+ return -1; -+} -+ -+/* make the parent dir on bdst */ -+static int au_do_mkdir(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = 0; -+ a->mvd_hdir_src = au_hi(a->dir, a->mvd_bsrc); -+ a->mvd_hdir_dst = au_hi(a->dir, a->mvd_bdst); -+ a->mvd_h_src_parent = au_h_dptr(a->parent, a->mvd_bsrc); -+ a->mvd_h_dst_parent = NULL; -+ if (au_dbbot(a->parent) >= a->mvd_bdst) -+ a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); -+ if (!a->mvd_h_dst_parent) { -+ err = au_cpdown_dirs(a->dentry, a->mvd_bdst); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "cpdown_dirs failed\n"); -+ goto out; -+ } -+ a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* lock them all */ -+static int au_do_lock(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct dentry *h_trap; -+ -+ a->mvd_h_src_sb = au_sbr_sb(a->sb, a->mvd_bsrc); -+ a->mvd_h_dst_sb = au_sbr_sb(a->sb, a->mvd_bdst); -+ err = au_pin(&a->mvd_pin_dst, a->dentry, a->mvd_bdst, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ AuTraceErr(err); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_dst failed\n"); -+ goto out; -+ } -+ -+ if (a->mvd_h_src_sb != a->mvd_h_dst_sb) { -+ a->rename_lock = 0; -+ au_pin_init(&a->mvd_pin_src, a->dentry, a->mvd_bsrc, -+ AuLsc_DI_PARENT, AuLsc_I_PARENT3, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ err = au_do_pin(&a->mvd_pin_src); -+ AuTraceErr(err); -+ a->mvd_h_src_dir = d_inode(a->mvd_h_src_parent); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_src failed\n"); -+ goto out_dst; -+ } -+ goto out; /* success */ -+ } -+ -+ a->rename_lock = 1; -+ au_pin_hdir_unlock(&a->mvd_pin_dst); -+ err = au_pin(&a->mvd_pin_src, a->dentry, a->mvd_bsrc, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ AuTraceErr(err); -+ a->mvd_h_src_dir = d_inode(a->mvd_h_src_parent); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_src failed\n"); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ goto out_dst; -+ } -+ au_pin_hdir_unlock(&a->mvd_pin_src); -+ h_trap = vfsub_lock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ if (h_trap) { -+ err = (h_trap != a->mvd_h_src_parent); -+ if (err) -+ err = (h_trap != a->mvd_h_dst_parent); -+ } -+ BUG_ON(err); /* it should never happen */ -+ if (unlikely(a->mvd_h_src_dir != au_pinned_h_dir(&a->mvd_pin_src))) { -+ err = -EBUSY; -+ AuTraceErr(err); -+ vfsub_unlock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ au_pin_hdir_lock(&a->mvd_pin_src); -+ au_unpin(&a->mvd_pin_src); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ goto out_dst; -+ } -+ goto out; /* success */ -+ -+out_dst: -+ au_unpin(&a->mvd_pin_dst); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static void au_do_unlock(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ if (!a->rename_lock) -+ au_unpin(&a->mvd_pin_src); -+ else { -+ vfsub_unlock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ au_pin_hdir_lock(&a->mvd_pin_src); -+ au_unpin(&a->mvd_pin_src); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ } -+ au_unpin(&a->mvd_pin_dst); -+} -+ -+/* copy-down the file */ -+static int au_do_cpdown(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_cp_generic cpg = { -+ .dentry = a->dentry, -+ .bdst = a->mvd_bdst, -+ .bsrc = a->mvd_bsrc, -+ .len = -1, -+ .pin = &a->mvd_pin_dst, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ -+ AuDbg("b%d, b%d\n", cpg.bsrc, cpg.bdst); -+ if (a->mvdown.flags & AUFS_MVDOWN_OWLOWER) -+ au_fset_cpup(cpg.flags, OVERWRITE); -+ if (a->mvdown.flags & AUFS_MVDOWN_ROLOWER) -+ au_fset_cpup(cpg.flags, RWDST); -+ err = au_sio_cpdown_simple(&cpg); -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "cpdown failed\n"); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * unlink the whiteout on bdst if exist which may be created by UDBA while we -+ * were sleeping -+ */ -+static int au_do_unlink_wh(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct path h_path; -+ struct au_branch *br; -+ struct inode *delegated; -+ -+ br = au_sbr(a->sb, a->mvd_bdst); -+ h_path.dentry = au_wh_lkup(a->mvd_h_dst_parent, &a->dentry->d_name, br); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) { -+ AU_MVD_PR(dmsg, "wh_lkup failed\n"); -+ goto out; -+ } -+ -+ err = 0; -+ if (d_is_positive(h_path.dentry)) { -+ h_path.mnt = au_br_mnt(br); -+ delegated = NULL; -+ err = vfsub_unlink(d_inode(a->mvd_h_dst_parent), &h_path, -+ &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "wh_unlink failed\n"); -+ } -+ dput(h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * unlink the topmost h_dentry -+ */ -+static int au_do_unlink(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct path h_path; -+ struct inode *delegated; -+ -+ h_path.mnt = au_sbr_mnt(a->sb, a->mvd_bsrc); -+ h_path.dentry = au_h_dptr(a->dentry, a->mvd_bsrc); -+ delegated = NULL; -+ err = vfsub_unlink(a->mvd_h_src_dir, &h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "unlink failed\n"); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* Since mvdown succeeded, we ignore an error of this function */ -+static void au_do_stfs(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_branch *br; -+ -+ a->mvdown.flags |= AUFS_MVDOWN_STFS_FAILED; -+ br = au_sbr(a->sb, a->mvd_bsrc); -+ err = au_br_stfs(br, &a->mvdown.stbr[AUFS_MVDOWN_UPPER].stfs); -+ if (!err) { -+ br = au_sbr(a->sb, a->mvd_bdst); -+ a->mvdown.stbr[AUFS_MVDOWN_LOWER].brid = br->br_id; -+ err = au_br_stfs(br, &a->mvdown.stbr[AUFS_MVDOWN_LOWER].stfs); -+ } -+ if (!err) -+ a->mvdown.flags &= ~AUFS_MVDOWN_STFS_FAILED; -+ else -+ AU_MVD_PR(dmsg, "statfs failed (%d), ignored\n", err); -+} -+ -+/* -+ * copy-down the file and unlink the bsrc file. -+ * - unlink the bdst whout if exist -+ * - copy-down the file (with whtmp name and rename) -+ * - unlink the bsrc file -+ */ -+static int au_do_mvdown(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = au_do_mkdir(dmsg, a); -+ if (!err) -+ err = au_do_lock(dmsg, a); -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * do not revert the activities we made on bdst since they should be -+ * harmless in aufs. -+ */ -+ -+ err = au_do_cpdown(dmsg, a); -+ if (!err) -+ err = au_do_unlink_wh(dmsg, a); -+ if (!err && !(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) -+ err = au_do_unlink(dmsg, a); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ AuDbg("%pd2, 0x%x, %d --> %d\n", -+ a->dentry, a->mvdown.flags, a->mvd_bsrc, a->mvd_bdst); -+ if (find_lower_writable(a) < 0) -+ a->mvdown.flags |= AUFS_MVDOWN_BOTTOM; -+ -+ if (a->mvdown.flags & AUFS_MVDOWN_STFS) -+ au_do_stfs(dmsg, a); -+ -+ /* maintain internal array */ -+ if (!(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) { -+ au_set_h_dptr(a->dentry, a->mvd_bsrc, NULL); -+ au_set_dbtop(a->dentry, a->mvd_bdst); -+ au_set_h_iptr(a->inode, a->mvd_bsrc, NULL, /*flags*/0); -+ au_set_ibtop(a->inode, a->mvd_bdst); -+ } else { -+ /* hide the lower */ -+ au_set_h_dptr(a->dentry, a->mvd_bdst, NULL); -+ au_set_dbbot(a->dentry, a->mvd_bsrc); -+ au_set_h_iptr(a->inode, a->mvd_bdst, NULL, /*flags*/0); -+ au_set_ibbot(a->inode, a->mvd_bsrc); -+ } -+ if (au_dbbot(a->dentry) < a->mvd_bdst) -+ au_set_dbbot(a->dentry, a->mvd_bdst); -+ if (au_ibbot(a->inode) < a->mvd_bdst) -+ au_set_ibbot(a->inode, a->mvd_bdst); -+ -+out_unlock: -+ au_do_unlock(dmsg, a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* make sure the file is idle */ -+static int au_mvd_args_busy(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err, plinked; -+ -+ err = 0; -+ plinked = !!au_opt_test(au_mntflags(a->sb), PLINK); -+ if (au_dbtop(a->dentry) == a->mvd_bsrc -+ && au_dcount(a->dentry) == 1 -+ && atomic_read(&a->inode->i_count) == 1 -+ /* && a->mvd_h_src_inode->i_nlink == 1 */ -+ && (!plinked || !au_plink_test(a->inode)) -+ && a->inode->i_nlink == 1) -+ goto out; -+ -+ err = -EBUSY; -+ AU_MVD_PR(dmsg, -+ "b%d, d{b%d, c%d?}, i{c%d?, l%u}, hi{l%u}, p{%d, %d}\n", -+ a->mvd_bsrc, au_dbtop(a->dentry), au_dcount(a->dentry), -+ atomic_read(&a->inode->i_count), a->inode->i_nlink, -+ a->mvd_h_src_inode->i_nlink, -+ plinked, plinked ? au_plink_test(a->inode) : 0); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* make sure the parent dir is fine */ -+static int au_mvd_args_parent(const unsigned char dmsg, -+ struct au_mvd_args *a) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ -+ err = 0; -+ if (unlikely(au_alive_dir(a->parent))) { -+ err = -ENOENT; -+ AU_MVD_PR(dmsg, "parent dir is dead\n"); -+ goto out; -+ } -+ -+ a->bopq = au_dbdiropq(a->parent); -+ bindex = au_wbr_nonopq(a->dentry, a->mvd_bdst); -+ AuDbg("b%d\n", bindex); -+ if (unlikely((bindex >= 0 && bindex < a->mvd_bdst) -+ || (a->bopq != -1 && a->bopq < a->mvd_bdst))) { -+ err = -EINVAL; -+ a->mvd_errno = EAU_MVDOWN_OPAQUE; -+ AU_MVD_PR(dmsg, "ancestor is opaque b%d, b%d\n", -+ a->bopq, a->mvd_bdst); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args_intermediate(const unsigned char dmsg, -+ struct au_mvd_args *a) -+{ -+ int err; -+ struct au_dinfo *dinfo, *tmp; -+ -+ /* lookup the next lower positive entry */ -+ err = -ENOMEM; -+ tmp = au_di_alloc(a->sb, AuLsc_DI_TMP); -+ if (unlikely(!tmp)) -+ goto out; -+ -+ a->bfound = -1; -+ a->bwh = -1; -+ dinfo = au_di(a->dentry); -+ au_di_cp(tmp, dinfo); -+ au_di_swap(tmp, dinfo); -+ -+ /* returns the number of positive dentries */ -+ err = au_lkup_dentry(a->dentry, a->mvd_bsrc + 1, -+ /* AuLkup_IGNORE_PERM */ 0); -+ if (!err) -+ a->bwh = au_dbwh(a->dentry); -+ else if (err > 0) -+ a->bfound = au_dbtop(a->dentry); -+ -+ au_di_swap(tmp, dinfo); -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ if (unlikely(err < 0)) -+ AU_MVD_PR(dmsg, "failed look-up lower\n"); -+ -+ /* -+ * here, we have these cases. -+ * bfound == -1 -+ * no positive dentry under bsrc. there are more sub-cases. -+ * bwh < 0 -+ * there no whiteout, we can safely move-down. -+ * bwh <= bsrc -+ * impossible -+ * bsrc < bwh && bwh < bdst -+ * there is a whiteout on RO branch. cannot proceed. -+ * bwh == bdst -+ * there is a whiteout on the RW target branch. it should -+ * be removed. -+ * bdst < bwh -+ * there is a whiteout somewhere unrelated branch. -+ * -1 < bfound && bfound <= bsrc -+ * impossible. -+ * bfound < bdst -+ * found, but it is on RO branch between bsrc and bdst. cannot -+ * proceed. -+ * bfound == bdst -+ * found, replace it if AUFS_MVDOWN_FORCE is set. otherwise return -+ * error. -+ * bdst < bfound -+ * found, after we create the file on bdst, it will be hidden. -+ */ -+ -+ AuDebugOn(a->bfound == -1 -+ && a->bwh != -1 -+ && a->bwh <= a->mvd_bsrc); -+ AuDebugOn(-1 < a->bfound -+ && a->bfound <= a->mvd_bsrc); -+ -+ err = -EINVAL; -+ if (a->bfound == -1 -+ && a->mvd_bsrc < a->bwh -+ && a->bwh != -1 -+ && a->bwh < a->mvd_bdst) { -+ a->mvd_errno = EAU_MVDOWN_WHITEOUT; -+ AU_MVD_PR(dmsg, "bsrc %d, bdst %d, bfound %d, bwh %d\n", -+ a->mvd_bsrc, a->mvd_bdst, a->bfound, a->bwh); -+ goto out; -+ } else if (a->bfound != -1 && a->bfound < a->mvd_bdst) { -+ a->mvd_errno = EAU_MVDOWN_UPPER; -+ AU_MVD_PR(dmsg, "bdst %d, bfound %d\n", -+ a->mvd_bdst, a->bfound); -+ goto out; -+ } -+ -+ err = 0; /* success */ -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args_exist(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = 0; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_OWLOWER) -+ && a->bfound == a->mvd_bdst) -+ err = -EEXIST; -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_branch *br; -+ -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(a->inode->i_mode))) -+ goto out; -+ -+ err = -EINVAL; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_UPPER)) -+ a->mvd_bsrc = au_ibtop(a->inode); -+ else { -+ a->mvd_bsrc = au_br_index(a->sb, a->mvd_src_brid); -+ if (unlikely(a->mvd_bsrc < 0 -+ || (a->mvd_bsrc < au_dbtop(a->dentry) -+ || au_dbbot(a->dentry) < a->mvd_bsrc -+ || !au_h_dptr(a->dentry, a->mvd_bsrc)) -+ || (a->mvd_bsrc < au_ibtop(a->inode) -+ || au_ibbot(a->inode) < a->mvd_bsrc -+ || !au_h_iptr(a->inode, a->mvd_bsrc)))) { -+ a->mvd_errno = EAU_MVDOWN_NOUPPER; -+ AU_MVD_PR(dmsg, "no upper\n"); -+ goto out; -+ } -+ } -+ if (unlikely(a->mvd_bsrc == au_sbbot(a->sb))) { -+ a->mvd_errno = EAU_MVDOWN_BOTTOM; -+ AU_MVD_PR(dmsg, "on the bottom\n"); -+ goto out; -+ } -+ a->mvd_h_src_inode = au_h_iptr(a->inode, a->mvd_bsrc); -+ br = au_sbr(a->sb, a->mvd_bsrc); -+ err = au_br_rdonly(br); -+ if (!(a->mvdown.flags & AUFS_MVDOWN_ROUPPER)) { -+ if (unlikely(err)) -+ goto out; -+ } else if (!(vfsub_native_ro(a->mvd_h_src_inode) -+ || IS_APPEND(a->mvd_h_src_inode))) { -+ if (err) -+ a->mvdown.flags |= AUFS_MVDOWN_ROUPPER_R; -+ /* go on */ -+ } else -+ goto out; -+ -+ err = -EINVAL; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_LOWER)) { -+ a->mvd_bdst = find_lower_writable(a); -+ if (unlikely(a->mvd_bdst < 0)) { -+ a->mvd_errno = EAU_MVDOWN_BOTTOM; -+ AU_MVD_PR(dmsg, "no writable lower branch\n"); -+ goto out; -+ } -+ } else { -+ a->mvd_bdst = au_br_index(a->sb, a->mvd_dst_brid); -+ if (unlikely(a->mvd_bdst < 0 -+ || au_sbbot(a->sb) < a->mvd_bdst)) { -+ a->mvd_errno = EAU_MVDOWN_NOLOWERBR; -+ AU_MVD_PR(dmsg, "no lower brid\n"); -+ goto out; -+ } -+ } -+ -+ err = au_mvd_args_busy(dmsg, a); -+ if (!err) -+ err = au_mvd_args_parent(dmsg, a); -+ if (!err) -+ err = au_mvd_args_intermediate(dmsg, a); -+ if (!err) -+ err = au_mvd_args_exist(dmsg, a); -+ if (!err) -+ AuDbg("b%d, b%d\n", a->mvd_bsrc, a->mvd_bdst); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *uarg) -+{ -+ int err, e; -+ unsigned char dmsg; -+ struct au_mvd_args *args; -+ struct inode *inode; -+ -+ inode = d_inode(dentry); -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -ENOMEM; -+ args = kmalloc(sizeof(*args), GFP_NOFS); -+ if (unlikely(!args)) -+ goto out; -+ -+ err = copy_from_user(&args->mvdown, uarg, sizeof(args->mvdown)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, uarg, sizeof(*uarg)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out_free; -+ } -+ AuDbg("flags 0x%x\n", args->mvdown.flags); -+ args->mvdown.flags &= ~(AUFS_MVDOWN_ROLOWER_R | AUFS_MVDOWN_ROUPPER_R); -+ args->mvdown.au_errno = 0; -+ args->dentry = dentry; -+ args->inode = inode; -+ args->sb = dentry->d_sb; -+ -+ err = -ENOENT; -+ dmsg = !!(args->mvdown.flags & AUFS_MVDOWN_DMSG); -+ args->parent = dget_parent(dentry); -+ args->dir = d_inode(args->parent); -+ inode_lock_nested(args->dir, I_MUTEX_PARENT); -+ dput(args->parent); -+ if (unlikely(args->parent != dentry->d_parent)) { -+ AU_MVD_PR(dmsg, "parent dir is moved\n"); -+ goto out_dir; -+ } -+ -+ inode_lock_nested(inode, I_MUTEX_CHILD); -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_NOPLMW); -+ if (unlikely(err)) -+ goto out_inode; -+ -+ di_write_lock_parent(args->parent); -+ err = au_mvd_args(dmsg, args); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ err = au_do_mvdown(dmsg, args); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ au_cpup_attr_timesizes(args->dir); -+ au_cpup_attr_timesizes(inode); -+ if (!(args->mvdown.flags & AUFS_MVDOWN_KUPPER)) -+ au_cpup_igen(inode, au_h_iptr(inode, args->mvd_bdst)); -+ /* au_digen_dec(dentry); */ -+ -+out_parent: -+ di_write_unlock(args->parent); -+ aufs_read_unlock(dentry, AuLock_DW); -+out_inode: -+ inode_unlock(inode); -+out_dir: -+ inode_unlock(args->dir); -+out_free: -+ e = copy_to_user(uarg, &args->mvdown, sizeof(args->mvdown)); -+ if (unlikely(e)) -+ err = -EFAULT; -+ au_delayed_kfree(args); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/opts.c b/fs/aufs/opts.c -new file mode 100644 -index 0000000..8d9461d ---- /dev/null -+++ b/fs/aufs/opts.c -@@ -0,0 +1,1857 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount options/flags -+ */ -+ -+#include -+#include /* a distribution requires */ -+#include -+#include "aufs.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+enum { -+ Opt_br, -+ Opt_add, Opt_del, Opt_mod, Opt_append, Opt_prepend, -+ Opt_idel, Opt_imod, -+ Opt_dirwh, Opt_rdcache, Opt_rdblk, Opt_rdhash, -+ Opt_rdblk_def, Opt_rdhash_def, -+ Opt_xino, Opt_noxino, -+ Opt_trunc_xino, Opt_trunc_xino_v, Opt_notrunc_xino, -+ Opt_trunc_xino_path, Opt_itrunc_xino, -+ Opt_trunc_xib, Opt_notrunc_xib, -+ Opt_shwh, Opt_noshwh, -+ Opt_plink, Opt_noplink, Opt_list_plink, -+ Opt_udba, -+ Opt_dio, Opt_nodio, -+ Opt_diropq_a, Opt_diropq_w, -+ Opt_warn_perm, Opt_nowarn_perm, -+ Opt_wbr_copyup, Opt_wbr_create, -+ Opt_fhsm_sec, -+ Opt_verbose, Opt_noverbose, -+ Opt_sum, Opt_nosum, Opt_wsum, -+ Opt_dirperm1, Opt_nodirperm1, -+ Opt_acl, Opt_noacl, -+ Opt_tail, Opt_ignore, Opt_ignore_silent, Opt_err -+}; -+ -+static match_table_t options = { -+ {Opt_br, "br=%s"}, -+ {Opt_br, "br:%s"}, -+ -+ {Opt_add, "add=%d:%s"}, -+ {Opt_add, "add:%d:%s"}, -+ {Opt_add, "ins=%d:%s"}, -+ {Opt_add, "ins:%d:%s"}, -+ {Opt_append, "append=%s"}, -+ {Opt_append, "append:%s"}, -+ {Opt_prepend, "prepend=%s"}, -+ {Opt_prepend, "prepend:%s"}, -+ -+ {Opt_del, "del=%s"}, -+ {Opt_del, "del:%s"}, -+ /* {Opt_idel, "idel:%d"}, */ -+ {Opt_mod, "mod=%s"}, -+ {Opt_mod, "mod:%s"}, -+ /* {Opt_imod, "imod:%d:%s"}, */ -+ -+ {Opt_dirwh, "dirwh=%d"}, -+ -+ {Opt_xino, "xino=%s"}, -+ {Opt_noxino, "noxino"}, -+ {Opt_trunc_xino, "trunc_xino"}, -+ {Opt_trunc_xino_v, "trunc_xino_v=%d:%d"}, -+ {Opt_notrunc_xino, "notrunc_xino"}, -+ {Opt_trunc_xino_path, "trunc_xino=%s"}, -+ {Opt_itrunc_xino, "itrunc_xino=%d"}, -+ /* {Opt_zxino, "zxino=%s"}, */ -+ {Opt_trunc_xib, "trunc_xib"}, -+ {Opt_notrunc_xib, "notrunc_xib"}, -+ -+#ifdef CONFIG_PROC_FS -+ {Opt_plink, "plink"}, -+#else -+ {Opt_ignore_silent, "plink"}, -+#endif -+ -+ {Opt_noplink, "noplink"}, -+ -+#ifdef CONFIG_AUFS_DEBUG -+ {Opt_list_plink, "list_plink"}, -+#endif -+ -+ {Opt_udba, "udba=%s"}, -+ -+ {Opt_dio, "dio"}, -+ {Opt_nodio, "nodio"}, -+ -+#ifdef CONFIG_AUFS_FHSM -+ {Opt_fhsm_sec, "fhsm_sec=%d"}, -+#else -+ {Opt_ignore_silent, "fhsm_sec=%d"}, -+#endif -+ -+ {Opt_diropq_a, "diropq=always"}, -+ {Opt_diropq_a, "diropq=a"}, -+ {Opt_diropq_w, "diropq=whiteouted"}, -+ {Opt_diropq_w, "diropq=w"}, -+ -+ {Opt_warn_perm, "warn_perm"}, -+ {Opt_nowarn_perm, "nowarn_perm"}, -+ -+ /* keep them temporary */ -+ {Opt_ignore_silent, "nodlgt"}, -+ {Opt_ignore_silent, "clean_plink"}, -+ -+#ifdef CONFIG_AUFS_SHWH -+ {Opt_shwh, "shwh"}, -+#endif -+ {Opt_noshwh, "noshwh"}, -+ -+ {Opt_dirperm1, "dirperm1"}, -+ {Opt_nodirperm1, "nodirperm1"}, -+ -+ {Opt_verbose, "verbose"}, -+ {Opt_verbose, "v"}, -+ {Opt_noverbose, "noverbose"}, -+ {Opt_noverbose, "quiet"}, -+ {Opt_noverbose, "q"}, -+ {Opt_noverbose, "silent"}, -+ -+ {Opt_sum, "sum"}, -+ {Opt_nosum, "nosum"}, -+ {Opt_wsum, "wsum"}, -+ -+ {Opt_rdcache, "rdcache=%d"}, -+ {Opt_rdblk, "rdblk=%d"}, -+ {Opt_rdblk_def, "rdblk=def"}, -+ {Opt_rdhash, "rdhash=%d"}, -+ {Opt_rdhash_def, "rdhash=def"}, -+ -+ {Opt_wbr_create, "create=%s"}, -+ {Opt_wbr_create, "create_policy=%s"}, -+ {Opt_wbr_copyup, "cpup=%s"}, -+ {Opt_wbr_copyup, "copyup=%s"}, -+ {Opt_wbr_copyup, "copyup_policy=%s"}, -+ -+ /* generic VFS flag */ -+#ifdef CONFIG_FS_POSIX_ACL -+ {Opt_acl, "acl"}, -+ {Opt_noacl, "noacl"}, -+#else -+ {Opt_ignore_silent, "acl"}, -+ {Opt_ignore_silent, "noacl"}, -+#endif -+ -+ /* internal use for the scripts */ -+ {Opt_ignore_silent, "si=%s"}, -+ -+ {Opt_br, "dirs=%s"}, -+ {Opt_ignore, "debug=%d"}, -+ {Opt_ignore, "delete=whiteout"}, -+ {Opt_ignore, "delete=all"}, -+ {Opt_ignore, "imap=%s"}, -+ -+ /* temporary workaround, due to old mount(8)? */ -+ {Opt_ignore_silent, "relatime"}, -+ -+ {Opt_err, NULL} -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const char *au_parser_pattern(int val, match_table_t tbl) -+{ -+ struct match_token *p; -+ -+ p = tbl; -+ while (p->pattern) { -+ if (p->token == val) -+ return p->pattern; -+ p++; -+ } -+ BUG(); -+ return "??"; -+} -+ -+static const char *au_optstr(int *val, match_table_t tbl) -+{ -+ struct match_token *p; -+ int v; -+ -+ v = *val; -+ if (!v) -+ goto out; -+ p = tbl; -+ while (p->pattern) { -+ if (p->token -+ && (v & p->token) == p->token) { -+ *val &= ~p->token; -+ return p->pattern; -+ } -+ p++; -+ } -+ -+out: -+ return NULL; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t brperm = { -+ {AuBrPerm_RO, AUFS_BRPERM_RO}, -+ {AuBrPerm_RR, AUFS_BRPERM_RR}, -+ {AuBrPerm_RW, AUFS_BRPERM_RW}, -+ {0, NULL} -+}; -+ -+static match_table_t brattr = { -+ /* general */ -+ {AuBrAttr_COO_REG, AUFS_BRATTR_COO_REG}, -+ {AuBrAttr_COO_ALL, AUFS_BRATTR_COO_ALL}, -+ /* 'unpin' attrib is meaningless since linux-3.18-rc1 */ -+ {AuBrAttr_UNPIN, AUFS_BRATTR_UNPIN}, -+#ifdef CONFIG_AUFS_FHSM -+ {AuBrAttr_FHSM, AUFS_BRATTR_FHSM}, -+#endif -+#ifdef CONFIG_AUFS_XATTR -+ {AuBrAttr_ICEX, AUFS_BRATTR_ICEX}, -+ {AuBrAttr_ICEX_SEC, AUFS_BRATTR_ICEX_SEC}, -+ {AuBrAttr_ICEX_SYS, AUFS_BRATTR_ICEX_SYS}, -+ {AuBrAttr_ICEX_TR, AUFS_BRATTR_ICEX_TR}, -+ {AuBrAttr_ICEX_USR, AUFS_BRATTR_ICEX_USR}, -+ {AuBrAttr_ICEX_OTH, AUFS_BRATTR_ICEX_OTH}, -+#endif -+ -+ /* ro/rr branch */ -+ {AuBrRAttr_WH, AUFS_BRRATTR_WH}, -+ -+ /* rw branch */ -+ {AuBrWAttr_MOO, AUFS_BRWATTR_MOO}, -+ {AuBrWAttr_NoLinkWH, AUFS_BRWATTR_NLWH}, -+ -+ {0, NULL} -+}; -+ -+static int br_attr_val(char *str, match_table_t table, substring_t args[]) -+{ -+ int attr, v; -+ char *p; -+ -+ attr = 0; -+ do { -+ p = strchr(str, '+'); -+ if (p) -+ *p = 0; -+ v = match_token(str, table, args); -+ if (v) { -+ if (v & AuBrAttr_CMOO_Mask) -+ attr &= ~AuBrAttr_CMOO_Mask; -+ attr |= v; -+ } else { -+ if (p) -+ *p = '+'; -+ pr_warn("ignored branch attribute %s\n", str); -+ break; -+ } -+ if (p) -+ str = p + 1; -+ } while (p); -+ -+ return attr; -+} -+ -+static int au_do_optstr_br_attr(au_br_perm_str_t *str, int perm) -+{ -+ int sz; -+ const char *p; -+ char *q; -+ -+ q = str->a; -+ *q = 0; -+ p = au_optstr(&perm, brattr); -+ if (p) { -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ } else -+ goto out; -+ -+ do { -+ p = au_optstr(&perm, brattr); -+ if (p) { -+ *q++ = '+'; -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ } -+ } while (p); -+ -+out: -+ return q - str->a; -+} -+ -+static int noinline_for_stack br_perm_val(char *perm) -+{ -+ int val, bad, sz; -+ char *p; -+ substring_t args[MAX_OPT_ARGS]; -+ au_br_perm_str_t attr; -+ -+ p = strchr(perm, '+'); -+ if (p) -+ *p = 0; -+ val = match_token(perm, brperm, args); -+ if (!val) { -+ if (p) -+ *p = '+'; -+ pr_warn("ignored branch permission %s\n", perm); -+ val = AuBrPerm_RO; -+ goto out; -+ } -+ if (!p) -+ goto out; -+ -+ val |= br_attr_val(p + 1, brattr, args); -+ -+ bad = 0; -+ switch (val & AuBrPerm_Mask) { -+ case AuBrPerm_RO: -+ case AuBrPerm_RR: -+ bad = val & AuBrWAttr_Mask; -+ val &= ~AuBrWAttr_Mask; -+ break; -+ case AuBrPerm_RW: -+ bad = val & AuBrRAttr_Mask; -+ val &= ~AuBrRAttr_Mask; -+ break; -+ } -+ -+ /* -+ * 'unpin' attrib becomes meaningless since linux-3.18-rc1, but aufs -+ * does not treat it as an error, just warning. -+ * this is a tiny guard for the user operation. -+ */ -+ if (val & AuBrAttr_UNPIN) { -+ bad |= AuBrAttr_UNPIN; -+ val &= ~AuBrAttr_UNPIN; -+ } -+ -+ if (unlikely(bad)) { -+ sz = au_do_optstr_br_attr(&attr, bad); -+ AuDebugOn(!sz); -+ pr_warn("ignored branch attribute %s\n", attr.a); -+ } -+ -+out: -+ return val; -+} -+ -+void au_optstr_br_perm(au_br_perm_str_t *str, int perm) -+{ -+ au_br_perm_str_t attr; -+ const char *p; -+ char *q; -+ int sz; -+ -+ q = str->a; -+ p = au_optstr(&perm, brperm); -+ AuDebugOn(!p || !*p); -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ -+ sz = au_do_optstr_br_attr(&attr, perm); -+ if (sz) { -+ *q++ = '+'; -+ memcpy(q, attr.a, sz + 1); -+ } -+ -+ AuDebugOn(strlen(str->a) >= sizeof(str->a)); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t udbalevel = { -+ {AuOpt_UDBA_REVAL, "reval"}, -+ {AuOpt_UDBA_NONE, "none"}, -+#ifdef CONFIG_AUFS_HNOTIFY -+ {AuOpt_UDBA_HNOTIFY, "notify"}, /* abstraction */ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ {AuOpt_UDBA_HNOTIFY, "fsnotify"}, -+#endif -+#endif -+ {-1, NULL} -+}; -+ -+static int noinline_for_stack udba_val(char *str) -+{ -+ substring_t args[MAX_OPT_ARGS]; -+ -+ return match_token(str, udbalevel, args); -+} -+ -+const char *au_optstr_udba(int udba) -+{ -+ return au_parser_pattern(udba, udbalevel); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t au_wbr_create_policy = { -+ {AuWbrCreate_TDP, "tdp"}, -+ {AuWbrCreate_TDP, "top-down-parent"}, -+ {AuWbrCreate_RR, "rr"}, -+ {AuWbrCreate_RR, "round-robin"}, -+ {AuWbrCreate_MFS, "mfs"}, -+ {AuWbrCreate_MFS, "most-free-space"}, -+ {AuWbrCreate_MFSV, "mfs:%d"}, -+ {AuWbrCreate_MFSV, "most-free-space:%d"}, -+ -+ /* top-down regardless the parent, and then mfs */ -+ {AuWbrCreate_TDMFS, "tdmfs:%d"}, -+ {AuWbrCreate_TDMFSV, "tdmfs:%d:%d"}, -+ -+ {AuWbrCreate_MFSRR, "mfsrr:%d"}, -+ {AuWbrCreate_MFSRRV, "mfsrr:%d:%d"}, -+ {AuWbrCreate_PMFS, "pmfs"}, -+ {AuWbrCreate_PMFSV, "pmfs:%d"}, -+ {AuWbrCreate_PMFSRR, "pmfsrr:%d"}, -+ {AuWbrCreate_PMFSRRV, "pmfsrr:%d:%d"}, -+ -+ {-1, NULL} -+}; -+ -+/* -+ * cf. linux/lib/parser.c and cmdline.c -+ * gave up calling memparse() since it uses simple_strtoull() instead of -+ * kstrto...(). -+ */ -+static int noinline_for_stack -+au_match_ull(substring_t *s, unsigned long long *result) -+{ -+ int err; -+ unsigned int len; -+ char a[32]; -+ -+ err = -ERANGE; -+ len = s->to - s->from; -+ if (len + 1 <= sizeof(a)) { -+ memcpy(a, s->from, len); -+ a[len] = '\0'; -+ err = kstrtoull(a, 0, result); -+ } -+ return err; -+} -+ -+static int au_wbr_mfs_wmark(substring_t *arg, char *str, -+ struct au_opt_wbr_create *create) -+{ -+ int err; -+ unsigned long long ull; -+ -+ err = 0; -+ if (!au_match_ull(arg, &ull)) -+ create->mfsrr_watermark = ull; -+ else { -+ pr_err("bad integer in %s\n", str); -+ err = -EINVAL; -+ } -+ -+ return err; -+} -+ -+static int au_wbr_mfs_sec(substring_t *arg, char *str, -+ struct au_opt_wbr_create *create) -+{ -+ int n, err; -+ -+ err = 0; -+ if (!match_int(arg, &n) && 0 <= n && n <= AUFS_MFS_MAX_SEC) -+ create->mfs_second = n; -+ else { -+ pr_err("bad integer in %s\n", str); -+ err = -EINVAL; -+ } -+ -+ return err; -+} -+ -+static int noinline_for_stack -+au_wbr_create_val(char *str, struct au_opt_wbr_create *create) -+{ -+ int err, e; -+ substring_t args[MAX_OPT_ARGS]; -+ -+ err = match_token(str, au_wbr_create_policy, args); -+ create->wbr_create = err; -+ switch (err) { -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ e = au_wbr_mfs_wmark(&args[0], str, create); -+ if (!e) -+ e = au_wbr_mfs_sec(&args[1], str, create); -+ if (unlikely(e)) -+ err = e; -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_PMFSRR: -+ e = au_wbr_mfs_wmark(&args[0], str, create); -+ if (unlikely(e)) { -+ err = e; -+ break; -+ } -+ /*FALLTHROUGH*/ -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_PMFS: -+ create->mfs_second = AUFS_MFS_DEF_SEC; -+ break; -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ e = au_wbr_mfs_sec(&args[0], str, create); -+ if (unlikely(e)) -+ err = e; -+ break; -+ } -+ -+ return err; -+} -+ -+const char *au_optstr_wbr_create(int wbr_create) -+{ -+ return au_parser_pattern(wbr_create, au_wbr_create_policy); -+} -+ -+static match_table_t au_wbr_copyup_policy = { -+ {AuWbrCopyup_TDP, "tdp"}, -+ {AuWbrCopyup_TDP, "top-down-parent"}, -+ {AuWbrCopyup_BUP, "bup"}, -+ {AuWbrCopyup_BUP, "bottom-up-parent"}, -+ {AuWbrCopyup_BU, "bu"}, -+ {AuWbrCopyup_BU, "bottom-up"}, -+ {-1, NULL} -+}; -+ -+static int noinline_for_stack au_wbr_copyup_val(char *str) -+{ -+ substring_t args[MAX_OPT_ARGS]; -+ -+ return match_token(str, au_wbr_copyup_policy, args); -+} -+ -+const char *au_optstr_wbr_copyup(int wbr_copyup) -+{ -+ return au_parser_pattern(wbr_copyup, au_wbr_copyup_policy); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const int lkup_dirflags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; -+ -+static void dump_opts(struct au_opts *opts) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+ /* reduce stack space */ -+ union { -+ struct au_opt_add *add; -+ struct au_opt_del *del; -+ struct au_opt_mod *mod; -+ struct au_opt_xino *xino; -+ struct au_opt_xino_itrunc *xino_itrunc; -+ struct au_opt_wbr_create *create; -+ } u; -+ struct au_opt *opt; -+ -+ opt = opts->opt; -+ while (opt->type != Opt_tail) { -+ switch (opt->type) { -+ case Opt_add: -+ u.add = &opt->add; -+ AuDbg("add {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_del: -+ case Opt_idel: -+ u.del = &opt->del; -+ AuDbg("del {%s, %p}\n", -+ u.del->pathname, u.del->h_path.dentry); -+ break; -+ case Opt_mod: -+ case Opt_imod: -+ u.mod = &opt->mod; -+ AuDbg("mod {%s, 0x%x, %p}\n", -+ u.mod->path, u.mod->perm, u.mod->h_root); -+ break; -+ case Opt_append: -+ u.add = &opt->add; -+ AuDbg("append {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_prepend: -+ u.add = &opt->add; -+ AuDbg("prepend {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_dirwh: -+ AuDbg("dirwh %d\n", opt->dirwh); -+ break; -+ case Opt_rdcache: -+ AuDbg("rdcache %d\n", opt->rdcache); -+ break; -+ case Opt_rdblk: -+ AuDbg("rdblk %u\n", opt->rdblk); -+ break; -+ case Opt_rdblk_def: -+ AuDbg("rdblk_def\n"); -+ break; -+ case Opt_rdhash: -+ AuDbg("rdhash %u\n", opt->rdhash); -+ break; -+ case Opt_rdhash_def: -+ AuDbg("rdhash_def\n"); -+ break; -+ case Opt_xino: -+ u.xino = &opt->xino; -+ AuDbg("xino {%s %pD}\n", u.xino->path, u.xino->file); -+ break; -+ case Opt_trunc_xino: -+ AuLabel(trunc_xino); -+ break; -+ case Opt_notrunc_xino: -+ AuLabel(notrunc_xino); -+ break; -+ case Opt_trunc_xino_path: -+ case Opt_itrunc_xino: -+ u.xino_itrunc = &opt->xino_itrunc; -+ AuDbg("trunc_xino %d\n", u.xino_itrunc->bindex); -+ break; -+ case Opt_noxino: -+ AuLabel(noxino); -+ break; -+ case Opt_trunc_xib: -+ AuLabel(trunc_xib); -+ break; -+ case Opt_notrunc_xib: -+ AuLabel(notrunc_xib); -+ break; -+ case Opt_shwh: -+ AuLabel(shwh); -+ break; -+ case Opt_noshwh: -+ AuLabel(noshwh); -+ break; -+ case Opt_dirperm1: -+ AuLabel(dirperm1); -+ break; -+ case Opt_nodirperm1: -+ AuLabel(nodirperm1); -+ break; -+ case Opt_plink: -+ AuLabel(plink); -+ break; -+ case Opt_noplink: -+ AuLabel(noplink); -+ break; -+ case Opt_list_plink: -+ AuLabel(list_plink); -+ break; -+ case Opt_udba: -+ AuDbg("udba %d, %s\n", -+ opt->udba, au_optstr_udba(opt->udba)); -+ break; -+ case Opt_dio: -+ AuLabel(dio); -+ break; -+ case Opt_nodio: -+ AuLabel(nodio); -+ break; -+ case Opt_diropq_a: -+ AuLabel(diropq_a); -+ break; -+ case Opt_diropq_w: -+ AuLabel(diropq_w); -+ break; -+ case Opt_warn_perm: -+ AuLabel(warn_perm); -+ break; -+ case Opt_nowarn_perm: -+ AuLabel(nowarn_perm); -+ break; -+ case Opt_verbose: -+ AuLabel(verbose); -+ break; -+ case Opt_noverbose: -+ AuLabel(noverbose); -+ break; -+ case Opt_sum: -+ AuLabel(sum); -+ break; -+ case Opt_nosum: -+ AuLabel(nosum); -+ break; -+ case Opt_wsum: -+ AuLabel(wsum); -+ break; -+ case Opt_wbr_create: -+ u.create = &opt->wbr_create; -+ AuDbg("create %d, %s\n", u.create->wbr_create, -+ au_optstr_wbr_create(u.create->wbr_create)); -+ switch (u.create->wbr_create) { -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ AuDbg("%d sec\n", u.create->mfs_second); -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ AuDbg("%llu watermark\n", -+ u.create->mfsrr_watermark); -+ break; -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ AuDbg("%llu watermark, %d sec\n", -+ u.create->mfsrr_watermark, -+ u.create->mfs_second); -+ break; -+ } -+ break; -+ case Opt_wbr_copyup: -+ AuDbg("copyup %d, %s\n", opt->wbr_copyup, -+ au_optstr_wbr_copyup(opt->wbr_copyup)); -+ break; -+ case Opt_fhsm_sec: -+ AuDbg("fhsm_sec %u\n", opt->fhsm_second); -+ break; -+ case Opt_acl: -+ AuLabel(acl); -+ break; -+ case Opt_noacl: -+ AuLabel(noacl); -+ break; -+ default: -+ BUG(); -+ } -+ opt++; -+ } -+#endif -+} -+ -+void au_opts_free(struct au_opts *opts) -+{ -+ struct au_opt *opt; -+ -+ opt = opts->opt; -+ while (opt->type != Opt_tail) { -+ switch (opt->type) { -+ case Opt_add: -+ case Opt_append: -+ case Opt_prepend: -+ path_put(&opt->add.path); -+ break; -+ case Opt_del: -+ case Opt_idel: -+ path_put(&opt->del.h_path); -+ break; -+ case Opt_mod: -+ case Opt_imod: -+ dput(opt->mod.h_root); -+ break; -+ case Opt_xino: -+ fput(opt->xino.file); -+ break; -+ } -+ opt++; -+ } -+} -+ -+static int opt_add(struct au_opt *opt, char *opt_str, unsigned long sb_flags, -+ aufs_bindex_t bindex) -+{ -+ int err; -+ struct au_opt_add *add = &opt->add; -+ char *p; -+ -+ add->bindex = bindex; -+ add->perm = AuBrPerm_RO; -+ add->pathname = opt_str; -+ p = strchr(opt_str, '='); -+ if (p) { -+ *p++ = 0; -+ if (*p) -+ add->perm = br_perm_val(p); -+ } -+ -+ err = vfsub_kern_path(add->pathname, lkup_dirflags, &add->path); -+ if (!err) { -+ if (!p) { -+ add->perm = AuBrPerm_RO; -+ if (au_test_fs_rr(add->path.dentry->d_sb)) -+ add->perm = AuBrPerm_RR; -+ else if (!bindex && !(sb_flags & MS_RDONLY)) -+ add->perm = AuBrPerm_RW; -+ } -+ opt->type = Opt_add; -+ goto out; -+ } -+ pr_err("lookup failed %s (%d)\n", add->pathname, err); -+ err = -EINVAL; -+ -+out: -+ return err; -+} -+ -+static int au_opts_parse_del(struct au_opt_del *del, substring_t args[]) -+{ -+ int err; -+ -+ del->pathname = args[0].from; -+ AuDbg("del path %s\n", del->pathname); -+ -+ err = vfsub_kern_path(del->pathname, lkup_dirflags, &del->h_path); -+ if (unlikely(err)) -+ pr_err("lookup failed %s (%d)\n", del->pathname, err); -+ -+ return err; -+} -+ -+#if 0 /* reserved for future use */ -+static int au_opts_parse_idel(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_opt_del *del, substring_t args[]) -+{ -+ int err; -+ struct dentry *root; -+ -+ err = -EINVAL; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (bindex < 0 || au_sbbot(sb) < bindex) { -+ pr_err("out of bounds, %d\n", bindex); -+ goto out; -+ } -+ -+ err = 0; -+ del->h_path.dentry = dget(au_h_dptr(root, bindex)); -+ del->h_path.mnt = mntget(au_sbr_mnt(sb, bindex)); -+ -+out: -+ aufs_read_unlock(root, !AuLock_IR); -+ return err; -+} -+#endif -+ -+static int noinline_for_stack -+au_opts_parse_mod(struct au_opt_mod *mod, substring_t args[]) -+{ -+ int err; -+ struct path path; -+ char *p; -+ -+ err = -EINVAL; -+ mod->path = args[0].from; -+ p = strchr(mod->path, '='); -+ if (unlikely(!p)) { -+ pr_err("no permssion %s\n", args[0].from); -+ goto out; -+ } -+ -+ *p++ = 0; -+ err = vfsub_kern_path(mod->path, lkup_dirflags, &path); -+ if (unlikely(err)) { -+ pr_err("lookup failed %s (%d)\n", mod->path, err); -+ goto out; -+ } -+ -+ mod->perm = br_perm_val(p); -+ AuDbg("mod path %s, perm 0x%x, %s\n", mod->path, mod->perm, p); -+ mod->h_root = dget(path.dentry); -+ path_put(&path); -+ -+out: -+ return err; -+} -+ -+#if 0 /* reserved for future use */ -+static int au_opts_parse_imod(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_opt_mod *mod, substring_t args[]) -+{ -+ int err; -+ struct dentry *root; -+ -+ err = -EINVAL; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (bindex < 0 || au_sbbot(sb) < bindex) { -+ pr_err("out of bounds, %d\n", bindex); -+ goto out; -+ } -+ -+ err = 0; -+ mod->perm = br_perm_val(args[1].from); -+ AuDbg("mod path %s, perm 0x%x, %s\n", -+ mod->path, mod->perm, args[1].from); -+ mod->h_root = dget(au_h_dptr(root, bindex)); -+ -+out: -+ aufs_read_unlock(root, !AuLock_IR); -+ return err; -+} -+#endif -+ -+static int au_opts_parse_xino(struct super_block *sb, struct au_opt_xino *xino, -+ substring_t args[]) -+{ -+ int err; -+ struct file *file; -+ -+ file = au_xino_create(sb, args[0].from, /*silent*/0); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(file->f_path.dentry->d_sb == sb)) { -+ fput(file); -+ pr_err("%s must be outside\n", args[0].from); -+ goto out; -+ } -+ -+ err = 0; -+ xino->file = file; -+ xino->path = args[0].from; -+ -+out: -+ return err; -+} -+ -+static int noinline_for_stack -+au_opts_parse_xino_itrunc_path(struct super_block *sb, -+ struct au_opt_xino_itrunc *xino_itrunc, -+ substring_t args[]) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct path path; -+ struct dentry *root; -+ -+ err = vfsub_kern_path(args[0].from, lkup_dirflags, &path); -+ if (unlikely(err)) { -+ pr_err("lookup failed %s (%d)\n", args[0].from, err); -+ goto out; -+ } -+ -+ xino_itrunc->bindex = -1; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ if (au_h_dptr(root, bindex) == path.dentry) { -+ xino_itrunc->bindex = bindex; -+ break; -+ } -+ } -+ aufs_read_unlock(root, !AuLock_IR); -+ path_put(&path); -+ -+ if (unlikely(xino_itrunc->bindex < 0)) { -+ pr_err("no such branch %s\n", args[0].from); -+ err = -EINVAL; -+ } -+ -+out: -+ return err; -+} -+ -+/* called without aufs lock */ -+int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts) -+{ -+ int err, n, token; -+ aufs_bindex_t bindex; -+ unsigned char skipped; -+ struct dentry *root; -+ struct au_opt *opt, *opt_tail; -+ char *opt_str; -+ /* reduce the stack space */ -+ union { -+ struct au_opt_xino_itrunc *xino_itrunc; -+ struct au_opt_wbr_create *create; -+ } u; -+ struct { -+ substring_t args[MAX_OPT_ARGS]; -+ } *a; -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ root = sb->s_root; -+ err = 0; -+ bindex = 0; -+ opt = opts->opt; -+ opt_tail = opt + opts->max_opt - 1; -+ opt->type = Opt_tail; -+ while (!err && (opt_str = strsep(&str, ",")) && *opt_str) { -+ err = -EINVAL; -+ skipped = 0; -+ token = match_token(opt_str, options, a->args); -+ switch (token) { -+ case Opt_br: -+ err = 0; -+ while (!err && (opt_str = strsep(&a->args[0].from, ":")) -+ && *opt_str) { -+ err = opt_add(opt, opt_str, opts->sb_flags, -+ bindex++); -+ if (unlikely(!err && ++opt > opt_tail)) { -+ err = -E2BIG; -+ break; -+ } -+ opt->type = Opt_tail; -+ skipped = 1; -+ } -+ break; -+ case Opt_add: -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ bindex = n; -+ err = opt_add(opt, a->args[1].from, opts->sb_flags, -+ bindex); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_append: -+ err = opt_add(opt, a->args[0].from, opts->sb_flags, -+ /*dummy bindex*/1); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_prepend: -+ err = opt_add(opt, a->args[0].from, opts->sb_flags, -+ /*bindex*/0); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_del: -+ err = au_opts_parse_del(&opt->del, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#if 0 /* reserved for future use */ -+ case Opt_idel: -+ del->pathname = "(indexed)"; -+ if (unlikely(match_int(&args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ err = au_opts_parse_idel(sb, n, &opt->del, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#endif -+ case Opt_mod: -+ err = au_opts_parse_mod(&opt->mod, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#ifdef IMOD /* reserved for future use */ -+ case Opt_imod: -+ u.mod->path = "(indexed)"; -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ err = au_opts_parse_imod(sb, n, &opt->mod, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#endif -+ case Opt_xino: -+ err = au_opts_parse_xino(sb, &opt->xino, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+ -+ case Opt_trunc_xino_path: -+ err = au_opts_parse_xino_itrunc_path -+ (sb, &opt->xino_itrunc, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+ -+ case Opt_itrunc_xino: -+ u.xino_itrunc = &opt->xino_itrunc; -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ u.xino_itrunc->bindex = n; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (n < 0 || au_sbbot(sb) < n) { -+ pr_err("out of bounds, %d\n", n); -+ aufs_read_unlock(root, !AuLock_IR); -+ break; -+ } -+ aufs_read_unlock(root, !AuLock_IR); -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_dirwh: -+ if (unlikely(match_int(&a->args[0], &opt->dirwh))) -+ break; -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_rdcache: -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (unlikely(n > AUFS_RDCACHE_MAX)) { -+ pr_err("rdcache must be smaller than %d\n", -+ AUFS_RDCACHE_MAX); -+ break; -+ } -+ opt->rdcache = n; -+ err = 0; -+ opt->type = token; -+ break; -+ case Opt_rdblk: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0 -+ || n > KMALLOC_MAX_SIZE)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (unlikely(n && n < NAME_MAX)) { -+ pr_err("rdblk must be larger than %d\n", -+ NAME_MAX); -+ break; -+ } -+ opt->rdblk = n; -+ err = 0; -+ opt->type = token; -+ break; -+ case Opt_rdhash: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0 -+ || n * sizeof(struct hlist_head) -+ > KMALLOC_MAX_SIZE)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ opt->rdhash = n; -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_trunc_xino: -+ case Opt_notrunc_xino: -+ case Opt_noxino: -+ case Opt_trunc_xib: -+ case Opt_notrunc_xib: -+ case Opt_shwh: -+ case Opt_noshwh: -+ case Opt_dirperm1: -+ case Opt_nodirperm1: -+ case Opt_plink: -+ case Opt_noplink: -+ case Opt_list_plink: -+ case Opt_dio: -+ case Opt_nodio: -+ case Opt_diropq_a: -+ case Opt_diropq_w: -+ case Opt_warn_perm: -+ case Opt_nowarn_perm: -+ case Opt_verbose: -+ case Opt_noverbose: -+ case Opt_sum: -+ case Opt_nosum: -+ case Opt_wsum: -+ case Opt_rdblk_def: -+ case Opt_rdhash_def: -+ case Opt_acl: -+ case Opt_noacl: -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_udba: -+ opt->udba = udba_val(a->args[0].from); -+ if (opt->udba >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ -+ case Opt_wbr_create: -+ u.create = &opt->wbr_create; -+ u.create->wbr_create -+ = au_wbr_create_val(a->args[0].from, u.create); -+ if (u.create->wbr_create >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ case Opt_wbr_copyup: -+ opt->wbr_copyup = au_wbr_copyup_val(a->args[0].from); -+ if (opt->wbr_copyup >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ -+ case Opt_fhsm_sec: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (sysaufs_brs) { -+ opt->fhsm_second = n; -+ opt->type = token; -+ } else -+ pr_warn("ignored %s\n", opt_str); -+ err = 0; -+ break; -+ -+ case Opt_ignore: -+ pr_warn("ignored %s\n", opt_str); -+ /*FALLTHROUGH*/ -+ case Opt_ignore_silent: -+ skipped = 1; -+ err = 0; -+ break; -+ case Opt_err: -+ pr_err("unknown option %s\n", opt_str); -+ break; -+ } -+ -+ if (!err && !skipped) { -+ if (unlikely(++opt > opt_tail)) { -+ err = -E2BIG; -+ opt--; -+ opt->type = Opt_tail; -+ break; -+ } -+ opt->type = Opt_tail; -+ } -+ } -+ -+ au_delayed_kfree(a); -+ dump_opts(opts); -+ if (unlikely(err)) -+ au_opts_free(opts); -+ -+out: -+ return err; -+} -+ -+static int au_opt_wbr_create(struct super_block *sb, -+ struct au_opt_wbr_create *create) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 1; /* handled */ -+ sbinfo = au_sbi(sb); -+ if (sbinfo->si_wbr_create_ops->fin) { -+ err = sbinfo->si_wbr_create_ops->fin(sb); -+ if (!err) -+ err = 1; -+ } -+ -+ sbinfo->si_wbr_create = create->wbr_create; -+ sbinfo->si_wbr_create_ops = au_wbr_create_ops + create->wbr_create; -+ switch (create->wbr_create) { -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRR: -+ case AuWbrCreate_PMFSRRV: -+ sbinfo->si_wbr_mfs.mfsrr_watermark = create->mfsrr_watermark; -+ /*FALLTHROUGH*/ -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFS: -+ case AuWbrCreate_PMFSV: -+ sbinfo->si_wbr_mfs.mfs_expire -+ = msecs_to_jiffies(create->mfs_second * MSEC_PER_SEC); -+ break; -+ } -+ -+ if (sbinfo->si_wbr_create_ops->init) -+ sbinfo->si_wbr_create_ops->init(sb); /* ignore */ -+ -+ return err; -+} -+ -+/* -+ * returns, -+ * plus: processed without an error -+ * zero: unprocessed -+ */ -+static int au_opt_simple(struct super_block *sb, struct au_opt *opt, -+ struct au_opts *opts) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 1; /* handled */ -+ sbinfo = au_sbi(sb); -+ switch (opt->type) { -+ case Opt_udba: -+ sbinfo->si_mntflags &= ~AuOptMask_UDBA; -+ sbinfo->si_mntflags |= opt->udba; -+ opts->given_udba |= opt->udba; -+ break; -+ -+ case Opt_plink: -+ au_opt_set(sbinfo->si_mntflags, PLINK); -+ break; -+ case Opt_noplink: -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_put(sb, /*verbose*/1); -+ au_opt_clr(sbinfo->si_mntflags, PLINK); -+ break; -+ case Opt_list_plink: -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_list(sb); -+ break; -+ -+ case Opt_dio: -+ au_opt_set(sbinfo->si_mntflags, DIO); -+ au_fset_opts(opts->flags, REFRESH_DYAOP); -+ break; -+ case Opt_nodio: -+ au_opt_clr(sbinfo->si_mntflags, DIO); -+ au_fset_opts(opts->flags, REFRESH_DYAOP); -+ break; -+ -+ case Opt_fhsm_sec: -+ au_fhsm_set(sbinfo, opt->fhsm_second); -+ break; -+ -+ case Opt_diropq_a: -+ au_opt_set(sbinfo->si_mntflags, ALWAYS_DIROPQ); -+ break; -+ case Opt_diropq_w: -+ au_opt_clr(sbinfo->si_mntflags, ALWAYS_DIROPQ); -+ break; -+ -+ case Opt_warn_perm: -+ au_opt_set(sbinfo->si_mntflags, WARN_PERM); -+ break; -+ case Opt_nowarn_perm: -+ au_opt_clr(sbinfo->si_mntflags, WARN_PERM); -+ break; -+ -+ case Opt_verbose: -+ au_opt_set(sbinfo->si_mntflags, VERBOSE); -+ break; -+ case Opt_noverbose: -+ au_opt_clr(sbinfo->si_mntflags, VERBOSE); -+ break; -+ -+ case Opt_sum: -+ au_opt_set(sbinfo->si_mntflags, SUM); -+ break; -+ case Opt_wsum: -+ au_opt_clr(sbinfo->si_mntflags, SUM); -+ au_opt_set(sbinfo->si_mntflags, SUM_W); -+ case Opt_nosum: -+ au_opt_clr(sbinfo->si_mntflags, SUM); -+ au_opt_clr(sbinfo->si_mntflags, SUM_W); -+ break; -+ -+ case Opt_wbr_create: -+ err = au_opt_wbr_create(sb, &opt->wbr_create); -+ break; -+ case Opt_wbr_copyup: -+ sbinfo->si_wbr_copyup = opt->wbr_copyup; -+ sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + opt->wbr_copyup; -+ break; -+ -+ case Opt_dirwh: -+ sbinfo->si_dirwh = opt->dirwh; -+ break; -+ -+ case Opt_rdcache: -+ sbinfo->si_rdcache -+ = msecs_to_jiffies(opt->rdcache * MSEC_PER_SEC); -+ break; -+ case Opt_rdblk: -+ sbinfo->si_rdblk = opt->rdblk; -+ break; -+ case Opt_rdblk_def: -+ sbinfo->si_rdblk = AUFS_RDBLK_DEF; -+ break; -+ case Opt_rdhash: -+ sbinfo->si_rdhash = opt->rdhash; -+ break; -+ case Opt_rdhash_def: -+ sbinfo->si_rdhash = AUFS_RDHASH_DEF; -+ break; -+ -+ case Opt_shwh: -+ au_opt_set(sbinfo->si_mntflags, SHWH); -+ break; -+ case Opt_noshwh: -+ au_opt_clr(sbinfo->si_mntflags, SHWH); -+ break; -+ -+ case Opt_dirperm1: -+ au_opt_set(sbinfo->si_mntflags, DIRPERM1); -+ break; -+ case Opt_nodirperm1: -+ au_opt_clr(sbinfo->si_mntflags, DIRPERM1); -+ break; -+ -+ case Opt_trunc_xino: -+ au_opt_set(sbinfo->si_mntflags, TRUNC_XINO); -+ break; -+ case Opt_notrunc_xino: -+ au_opt_clr(sbinfo->si_mntflags, TRUNC_XINO); -+ break; -+ -+ case Opt_trunc_xino_path: -+ case Opt_itrunc_xino: -+ err = au_xino_trunc(sb, opt->xino_itrunc.bindex); -+ if (!err) -+ err = 1; -+ break; -+ -+ case Opt_trunc_xib: -+ au_fset_opts(opts->flags, TRUNC_XIB); -+ break; -+ case Opt_notrunc_xib: -+ au_fclr_opts(opts->flags, TRUNC_XIB); -+ break; -+ -+ case Opt_acl: -+ sb->s_flags |= MS_POSIXACL; -+ break; -+ case Opt_noacl: -+ sb->s_flags &= ~MS_POSIXACL; -+ break; -+ -+ default: -+ err = 0; -+ break; -+ } -+ -+ return err; -+} -+ -+/* -+ * returns tri-state. -+ * plus: processed without an error -+ * zero: unprocessed -+ * minus: error -+ */ -+static int au_opt_br(struct super_block *sb, struct au_opt *opt, -+ struct au_opts *opts) -+{ -+ int err, do_refresh; -+ -+ err = 0; -+ switch (opt->type) { -+ case Opt_append: -+ opt->add.bindex = au_sbbot(sb) + 1; -+ if (opt->add.bindex < 0) -+ opt->add.bindex = 0; -+ goto add; -+ case Opt_prepend: -+ opt->add.bindex = 0; -+ add: /* indented label */ -+ case Opt_add: -+ err = au_br_add(sb, &opt->add, -+ au_ftest_opts(opts->flags, REMOUNT)); -+ if (!err) { -+ err = 1; -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ -+ case Opt_del: -+ case Opt_idel: -+ err = au_br_del(sb, &opt->del, -+ au_ftest_opts(opts->flags, REMOUNT)); -+ if (!err) { -+ err = 1; -+ au_fset_opts(opts->flags, TRUNC_XIB); -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ -+ case Opt_mod: -+ case Opt_imod: -+ err = au_br_mod(sb, &opt->mod, -+ au_ftest_opts(opts->flags, REMOUNT), -+ &do_refresh); -+ if (!err) { -+ err = 1; -+ if (do_refresh) -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ } -+ -+ return err; -+} -+ -+static int au_opt_xino(struct super_block *sb, struct au_opt *opt, -+ struct au_opt_xino **opt_xino, -+ struct au_opts *opts) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *root, *parent, *h_root; -+ -+ err = 0; -+ switch (opt->type) { -+ case Opt_xino: -+ err = au_xino_set(sb, &opt->xino, -+ !!au_ftest_opts(opts->flags, REMOUNT)); -+ if (unlikely(err)) -+ break; -+ -+ *opt_xino = &opt->xino; -+ au_xino_brid_set(sb, -1); -+ -+ /* safe d_parent access */ -+ parent = opt->xino.file->f_path.dentry->d_parent; -+ root = sb->s_root; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ h_root = au_h_dptr(root, bindex); -+ if (h_root == parent) { -+ au_xino_brid_set(sb, au_sbr_id(sb, bindex)); -+ break; -+ } -+ } -+ break; -+ -+ case Opt_noxino: -+ au_xino_clr(sb); -+ au_xino_brid_set(sb, -1); -+ *opt_xino = (void *)-1; -+ break; -+ } -+ -+ return err; -+} -+ -+int au_opts_verify(struct super_block *sb, unsigned long sb_flags, -+ unsigned int pending) -+{ -+ int err, fhsm; -+ aufs_bindex_t bindex, bbot; -+ unsigned char do_plink, skip, do_free, can_no_dreval; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *root, *dentry; -+ struct inode *dir, *h_dir; -+ struct au_sbinfo *sbinfo; -+ struct au_hinode *hdir; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!(sbinfo->si_mntflags & AuOptMask_UDBA)); -+ -+ if (!(sb_flags & MS_RDONLY)) { -+ if (unlikely(!au_br_writable(au_sbr_perm(sb, 0)))) -+ pr_warn("first branch should be rw\n"); -+ if (unlikely(au_opt_test(sbinfo->si_mntflags, SHWH))) -+ pr_warn_once("shwh should be used with ro\n"); -+ } -+ -+ if (au_opt_test((sbinfo->si_mntflags | pending), UDBA_HNOTIFY) -+ && !au_opt_test(sbinfo->si_mntflags, XINO)) -+ pr_warn_once("udba=*notify requires xino\n"); -+ -+ if (au_opt_test(sbinfo->si_mntflags, DIRPERM1)) -+ pr_warn_once("dirperm1 breaks the protection" -+ " by the permission bits on the lower branch\n"); -+ -+ err = 0; -+ fhsm = 0; -+ root = sb->s_root; -+ dir = d_inode(root); -+ do_plink = !!au_opt_test(sbinfo->si_mntflags, PLINK); -+ can_no_dreval = !!au_opt_test((sbinfo->si_mntflags | pending), -+ UDBA_NONE); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) { -+ skip = 0; -+ h_dir = au_h_iptr(dir, bindex); -+ br = au_sbr(sb, bindex); -+ -+ if ((br->br_perm & AuBrAttr_ICEX) -+ && !h_dir->i_op->listxattr) -+ br->br_perm &= ~AuBrAttr_ICEX; -+#if 0 -+ if ((br->br_perm & AuBrAttr_ICEX_SEC) -+ && (au_br_sb(br)->s_flags & MS_NOSEC)) -+ br->br_perm &= ~AuBrAttr_ICEX_SEC; -+#endif -+ -+ do_free = 0; -+ wbr = br->br_wbr; -+ if (wbr) -+ wbr_wh_read_lock(wbr); -+ -+ if (!au_br_writable(br->br_perm)) { -+ do_free = !!wbr; -+ skip = (!wbr -+ || (!wbr->wbr_whbase -+ && !wbr->wbr_plink -+ && !wbr->wbr_orph)); -+ } else if (!au_br_wh_linkable(br->br_perm)) { -+ /* skip = (!br->br_whbase && !br->br_orph); */ -+ skip = (!wbr || !wbr->wbr_whbase); -+ if (skip && wbr) { -+ if (do_plink) -+ skip = !!wbr->wbr_plink; -+ else -+ skip = !wbr->wbr_plink; -+ } -+ } else { -+ /* skip = (br->br_whbase && br->br_ohph); */ -+ skip = (wbr && wbr->wbr_whbase); -+ if (skip) { -+ if (do_plink) -+ skip = !!wbr->wbr_plink; -+ else -+ skip = !wbr->wbr_plink; -+ } -+ } -+ if (wbr) -+ wbr_wh_read_unlock(wbr); -+ -+ if (can_no_dreval) { -+ dentry = br->br_path.dentry; -+ spin_lock(&dentry->d_lock); -+ if (dentry->d_flags & -+ (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE)) -+ can_no_dreval = 0; -+ spin_unlock(&dentry->d_lock); -+ } -+ -+ if (au_br_fhsm(br->br_perm)) { -+ fhsm++; -+ AuDebugOn(!br->br_fhsm); -+ } -+ -+ if (skip) -+ continue; -+ -+ hdir = au_hi(dir, bindex); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ if (wbr) -+ wbr_wh_write_lock(wbr); -+ err = au_wh_init(br, sb); -+ if (wbr) -+ wbr_wh_write_unlock(wbr); -+ au_hn_inode_unlock(hdir); -+ -+ if (!err && do_free) { -+ if (wbr) -+ au_delayed_kfree(wbr); -+ br->br_wbr = NULL; -+ } -+ } -+ -+ if (can_no_dreval) -+ au_fset_si(sbinfo, NO_DREVAL); -+ else -+ au_fclr_si(sbinfo, NO_DREVAL); -+ -+ if (fhsm >= 2) { -+ au_fset_si(sbinfo, FHSM); -+ for (bindex = bbot; bindex >= 0; bindex--) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) { -+ au_fhsm_set_bottom(sb, bindex); -+ break; -+ } -+ } -+ } else { -+ au_fclr_si(sbinfo, FHSM); -+ au_fhsm_set_bottom(sb, -1); -+ } -+ -+ return err; -+} -+ -+int au_opts_mount(struct super_block *sb, struct au_opts *opts) -+{ -+ int err; -+ unsigned int tmp; -+ aufs_bindex_t bindex, bbot; -+ struct au_opt *opt; -+ struct au_opt_xino *opt_xino, xino; -+ struct au_sbinfo *sbinfo; -+ struct au_branch *br; -+ struct inode *dir; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ opt_xino = NULL; -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) -+ err = au_opt_simple(sb, opt++, opts); -+ if (err > 0) -+ err = 0; -+ else if (unlikely(err < 0)) -+ goto out; -+ -+ /* disable xino and udba temporary */ -+ sbinfo = au_sbi(sb); -+ tmp = sbinfo->si_mntflags; -+ au_opt_clr(sbinfo->si_mntflags, XINO); -+ au_opt_set_udba(sbinfo->si_mntflags, UDBA_REVAL); -+ -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) -+ err = au_opt_br(sb, opt++, opts); -+ if (err > 0) -+ err = 0; -+ else if (unlikely(err < 0)) -+ goto out; -+ -+ bbot = au_sbbot(sb); -+ if (unlikely(bbot < 0)) { -+ err = -EINVAL; -+ pr_err("no branches\n"); -+ goto out; -+ } -+ -+ if (au_opt_test(tmp, XINO)) -+ au_opt_set(sbinfo->si_mntflags, XINO); -+ opt = opts->opt; -+ while (!err && opt->type != Opt_tail) -+ err = au_opt_xino(sb, opt++, &opt_xino, opts); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_opts_verify(sb, sb->s_flags, tmp); -+ if (unlikely(err)) -+ goto out; -+ -+ /* restore xino */ -+ if (au_opt_test(tmp, XINO) && !opt_xino) { -+ xino.file = au_xino_def(sb); -+ err = PTR_ERR(xino.file); -+ if (IS_ERR(xino.file)) -+ goto out; -+ -+ err = au_xino_set(sb, &xino, /*remount*/0); -+ fput(xino.file); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ /* restore udba */ -+ tmp &= AuOptMask_UDBA; -+ sbinfo->si_mntflags &= ~AuOptMask_UDBA; -+ sbinfo->si_mntflags |= tmp; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_hnotify_reset_br(tmp, br, br->br_perm); -+ if (unlikely(err)) -+ AuIOErr("hnotify failed on br %d, %d, ignored\n", -+ bindex, err); -+ /* go on even if err */ -+ } -+ if (au_opt_test(tmp, UDBA_HNOTIFY)) { -+ dir = d_inode(sb->s_root); -+ au_hn_reset(dir, au_hi_flags(dir, /*isdir*/1) & ~AuHi_XINO); -+ } -+ -+out: -+ return err; -+} -+ -+int au_opts_remount(struct super_block *sb, struct au_opts *opts) -+{ -+ int err, rerr; -+ unsigned char no_dreval; -+ struct inode *dir; -+ struct au_opt_xino *opt_xino; -+ struct au_opt *opt; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ dir = d_inode(sb->s_root); -+ sbinfo = au_sbi(sb); -+ opt_xino = NULL; -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) { -+ err = au_opt_simple(sb, opt, opts); -+ if (!err) -+ err = au_opt_br(sb, opt, opts); -+ if (!err) -+ err = au_opt_xino(sb, opt, &opt_xino, opts); -+ opt++; -+ } -+ if (err > 0) -+ err = 0; -+ AuTraceErr(err); -+ /* go on even err */ -+ -+ no_dreval = !!au_ftest_si(sbinfo, NO_DREVAL); -+ rerr = au_opts_verify(sb, opts->sb_flags, /*pending*/0); -+ if (unlikely(rerr && !err)) -+ err = rerr; -+ -+ if (no_dreval != !!au_ftest_si(sbinfo, NO_DREVAL)) -+ au_fset_opts(opts->flags, REFRESH_IDOP); -+ -+ if (au_ftest_opts(opts->flags, TRUNC_XIB)) { -+ rerr = au_xib_trunc(sb); -+ if (unlikely(rerr && !err)) -+ err = rerr; -+ } -+ -+ /* will be handled by the caller */ -+ if (!au_ftest_opts(opts->flags, REFRESH) -+ && (opts->given_udba -+ || au_opt_test(sbinfo->si_mntflags, XINO) -+ || au_ftest_opts(opts->flags, REFRESH_IDOP) -+ )) -+ au_fset_opts(opts->flags, REFRESH); -+ -+ AuDbg("status 0x%x\n", opts->flags); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+unsigned int au_opt_udba(struct super_block *sb) -+{ -+ return au_mntflags(sb) & AuOptMask_UDBA; -+} -diff --git a/fs/aufs/opts.h b/fs/aufs/opts.h -new file mode 100644 -index 0000000..c7323ee ---- /dev/null -+++ b/fs/aufs/opts.h -@@ -0,0 +1,200 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount options/flags -+ */ -+ -+#ifndef __AUFS_OPTS_H__ -+#define __AUFS_OPTS_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct file; -+struct super_block; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* mount flags */ -+#define AuOpt_XINO 1 /* external inode number bitmap -+ and translation table */ -+#define AuOpt_TRUNC_XINO (1 << 1) /* truncate xino files */ -+#define AuOpt_UDBA_NONE (1 << 2) /* users direct branch access */ -+#define AuOpt_UDBA_REVAL (1 << 3) -+#define AuOpt_UDBA_HNOTIFY (1 << 4) -+#define AuOpt_SHWH (1 << 5) /* show whiteout */ -+#define AuOpt_PLINK (1 << 6) /* pseudo-link */ -+#define AuOpt_DIRPERM1 (1 << 7) /* ignore the lower dir's perm -+ bits */ -+#define AuOpt_ALWAYS_DIROPQ (1 << 9) /* policy to creating diropq */ -+#define AuOpt_SUM (1 << 10) /* summation for statfs(2) */ -+#define AuOpt_SUM_W (1 << 11) /* unimplemented */ -+#define AuOpt_WARN_PERM (1 << 12) /* warn when add-branch */ -+#define AuOpt_VERBOSE (1 << 13) /* busy inode when del-branch */ -+#define AuOpt_DIO (1 << 14) /* direct io */ -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuOpt_UDBA_HNOTIFY -+#define AuOpt_UDBA_HNOTIFY 0 -+#endif -+#ifndef CONFIG_AUFS_SHWH -+#undef AuOpt_SHWH -+#define AuOpt_SHWH 0 -+#endif -+ -+#define AuOpt_Def (AuOpt_XINO \ -+ | AuOpt_UDBA_REVAL \ -+ | AuOpt_PLINK \ -+ /* | AuOpt_DIRPERM1 */ \ -+ | AuOpt_WARN_PERM) -+#define AuOptMask_UDBA (AuOpt_UDBA_NONE \ -+ | AuOpt_UDBA_REVAL \ -+ | AuOpt_UDBA_HNOTIFY) -+ -+#define au_opt_test(flags, name) (flags & AuOpt_##name) -+#define au_opt_set(flags, name) do { \ -+ BUILD_BUG_ON(AuOpt_##name & AuOptMask_UDBA); \ -+ ((flags) |= AuOpt_##name); \ -+} while (0) -+#define au_opt_set_udba(flags, name) do { \ -+ (flags) &= ~AuOptMask_UDBA; \ -+ ((flags) |= AuOpt_##name); \ -+} while (0) -+#define au_opt_clr(flags, name) do { \ -+ ((flags) &= ~AuOpt_##name); \ -+} while (0) -+ -+static inline unsigned int au_opts_plink(unsigned int mntflags) -+{ -+#ifdef CONFIG_PROC_FS -+ return mntflags; -+#else -+ return mntflags & ~AuOpt_PLINK; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies to select one among multiple writable branches */ -+enum { -+ AuWbrCreate_TDP, /* top down parent */ -+ AuWbrCreate_RR, /* round robin */ -+ AuWbrCreate_MFS, /* most free space */ -+ AuWbrCreate_MFSV, /* mfs with seconds */ -+ AuWbrCreate_MFSRR, /* mfs then rr */ -+ AuWbrCreate_MFSRRV, /* mfs then rr with seconds */ -+ AuWbrCreate_TDMFS, /* top down regardless parent and mfs */ -+ AuWbrCreate_TDMFSV, /* top down regardless parent and mfs */ -+ AuWbrCreate_PMFS, /* parent and mfs */ -+ AuWbrCreate_PMFSV, /* parent and mfs with seconds */ -+ AuWbrCreate_PMFSRR, /* parent, mfs and round-robin */ -+ AuWbrCreate_PMFSRRV, /* plus seconds */ -+ -+ AuWbrCreate_Def = AuWbrCreate_TDP -+}; -+ -+enum { -+ AuWbrCopyup_TDP, /* top down parent */ -+ AuWbrCopyup_BUP, /* bottom up parent */ -+ AuWbrCopyup_BU, /* bottom up */ -+ -+ AuWbrCopyup_Def = AuWbrCopyup_TDP -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_opt_add { -+ aufs_bindex_t bindex; -+ char *pathname; -+ int perm; -+ struct path path; -+}; -+ -+struct au_opt_del { -+ char *pathname; -+ struct path h_path; -+}; -+ -+struct au_opt_mod { -+ char *path; -+ int perm; -+ struct dentry *h_root; -+}; -+ -+struct au_opt_xino { -+ char *path; -+ struct file *file; -+}; -+ -+struct au_opt_xino_itrunc { -+ aufs_bindex_t bindex; -+}; -+ -+struct au_opt_wbr_create { -+ int wbr_create; -+ int mfs_second; -+ unsigned long long mfsrr_watermark; -+}; -+ -+struct au_opt { -+ int type; -+ union { -+ struct au_opt_xino xino; -+ struct au_opt_xino_itrunc xino_itrunc; -+ struct au_opt_add add; -+ struct au_opt_del del; -+ struct au_opt_mod mod; -+ int dirwh; -+ int rdcache; -+ unsigned int rdblk; -+ unsigned int rdhash; -+ int udba; -+ struct au_opt_wbr_create wbr_create; -+ int wbr_copyup; -+ unsigned int fhsm_second; -+ }; -+}; -+ -+/* opts flags */ -+#define AuOpts_REMOUNT 1 -+#define AuOpts_REFRESH (1 << 1) -+#define AuOpts_TRUNC_XIB (1 << 2) -+#define AuOpts_REFRESH_DYAOP (1 << 3) -+#define AuOpts_REFRESH_IDOP (1 << 4) -+#define au_ftest_opts(flags, name) ((flags) & AuOpts_##name) -+#define au_fset_opts(flags, name) \ -+ do { (flags) |= AuOpts_##name; } while (0) -+#define au_fclr_opts(flags, name) \ -+ do { (flags) &= ~AuOpts_##name; } while (0) -+ -+struct au_opts { -+ struct au_opt *opt; -+ int max_opt; -+ -+ unsigned int given_udba; -+ unsigned int flags; -+ unsigned long sb_flags; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* opts.c */ -+void au_optstr_br_perm(au_br_perm_str_t *str, int perm); -+const char *au_optstr_udba(int udba); -+const char *au_optstr_wbr_copyup(int wbr_copyup); -+const char *au_optstr_wbr_create(int wbr_create); -+ -+void au_opts_free(struct au_opts *opts); -+int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts); -+int au_opts_verify(struct super_block *sb, unsigned long sb_flags, -+ unsigned int pending); -+int au_opts_mount(struct super_block *sb, struct au_opts *opts); -+int au_opts_remount(struct super_block *sb, struct au_opts *opts); -+ -+unsigned int au_opt_udba(struct super_block *sb); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_OPTS_H__ */ -diff --git a/fs/aufs/plink.c b/fs/aufs/plink.c -new file mode 100644 -index 0000000..d8d75e8 ---- /dev/null -+++ b/fs/aufs/plink.c -@@ -0,0 +1,501 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * pseudo-link -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * the pseudo-link maintenance mode. -+ * during a user process maintains the pseudo-links, -+ * prohibit adding a new plink and branch manipulation. -+ * -+ * Flags -+ * NOPLM: -+ * For entry functions which will handle plink, and i_mutex is already held -+ * in VFS. -+ * They cannot wait and should return an error at once. -+ * Callers has to check the error. -+ * NOPLMW: -+ * For entry functions which will handle plink, but i_mutex is not held -+ * in VFS. -+ * They can wait the plink maintenance mode to finish. -+ * -+ * They behave like F_SETLK and F_SETLKW. -+ * If the caller never handle plink, then both flags are unnecessary. -+ */ -+ -+int au_plink_maint(struct super_block *sb, int flags) -+{ -+ int err; -+ pid_t pid, ppid; -+ struct task_struct *parent, *prev; -+ struct au_sbinfo *sbi; -+ -+ SiMustAnyLock(sb); -+ -+ err = 0; -+ if (!au_opt_test(au_mntflags(sb), PLINK)) -+ goto out; -+ -+ sbi = au_sbi(sb); -+ pid = sbi->si_plink_maint_pid; -+ if (!pid || pid == current->pid) -+ goto out; -+ -+ /* todo: it highly depends upon /sbin/mount.aufs */ -+ prev = NULL; -+ parent = current; -+ ppid = 0; -+ rcu_read_lock(); -+ while (1) { -+ parent = rcu_dereference(parent->real_parent); -+ if (parent == prev) -+ break; -+ ppid = task_pid_vnr(parent); -+ if (pid == ppid) { -+ rcu_read_unlock(); -+ goto out; -+ } -+ prev = parent; -+ } -+ rcu_read_unlock(); -+ -+ if (au_ftest_lock(flags, NOPLMW)) { -+ /* if there is no i_mutex lock in VFS, we don't need to wait */ -+ /* AuDebugOn(!lockdep_depth(current)); */ -+ while (sbi->si_plink_maint_pid) { -+ si_read_unlock(sb); -+ /* gave up wake_up_bit() */ -+ wait_event(sbi->si_plink_wq, !sbi->si_plink_maint_pid); -+ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&sbi->si_nowait); -+ si_noflush_read_lock(sb); -+ } -+ } else if (au_ftest_lock(flags, NOPLM)) { -+ AuDbg("ppid %d, pid %d\n", ppid, pid); -+ err = -EAGAIN; -+ } -+ -+out: -+ return err; -+} -+ -+void au_plink_maint_leave(struct au_sbinfo *sbinfo) -+{ -+ spin_lock(&sbinfo->si_plink_maint_lock); -+ sbinfo->si_plink_maint_pid = 0; -+ spin_unlock(&sbinfo->si_plink_maint_lock); -+ wake_up_all(&sbinfo->si_plink_wq); -+} -+ -+int au_plink_maint_enter(struct super_block *sb) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ /* make sure i am the only one in this fs */ -+ si_write_lock(sb, AuLock_FLUSH); -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ spin_lock(&sbinfo->si_plink_maint_lock); -+ if (!sbinfo->si_plink_maint_pid) -+ sbinfo->si_plink_maint_pid = current->pid; -+ else -+ err = -EBUSY; -+ spin_unlock(&sbinfo->si_plink_maint_lock); -+ } -+ si_write_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_DEBUG -+void au_plink_list(struct super_block *sb) -+{ -+ int i; -+ struct au_sbinfo *sbinfo; -+ struct hlist_head *plink_hlist; -+ struct au_icntnr *icntnr; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ plink_hlist = &sbinfo->si_plink[i].head; -+ rcu_read_lock(); -+ hlist_for_each_entry_rcu(icntnr, plink_hlist, plink) -+ AuDbg("%lu\n", icntnr->vfs_inode.i_ino); -+ rcu_read_unlock(); -+ } -+} -+#endif -+ -+/* is the inode pseudo-linked? */ -+int au_plink_test(struct inode *inode) -+{ -+ int found, i; -+ struct au_sbinfo *sbinfo; -+ struct hlist_head *plink_hlist; -+ struct au_icntnr *icntnr; -+ -+ sbinfo = au_sbi(inode->i_sb); -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ AuDebugOn(!au_opt_test(au_mntflags(inode->i_sb), PLINK)); -+ AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); -+ -+ found = 0; -+ i = au_plink_hash(inode->i_ino); -+ plink_hlist = &sbinfo->si_plink[i].head; -+ rcu_read_lock(); -+ hlist_for_each_entry_rcu(icntnr, plink_hlist, plink) -+ if (&icntnr->vfs_inode == inode) { -+ found = 1; -+ break; -+ } -+ rcu_read_unlock(); -+ return found; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * generate a name for plink. -+ * the file will be stored under AUFS_WH_PLINKDIR. -+ */ -+/* 20 is max digits length of ulong 64 */ -+#define PLINK_NAME_LEN ((20 + 1) * 2) -+ -+static int plink_name(char *name, int len, struct inode *inode, -+ aufs_bindex_t bindex) -+{ -+ int rlen; -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, bindex); -+ rlen = snprintf(name, len, "%lu.%lu", inode->i_ino, h_inode->i_ino); -+ return rlen; -+} -+ -+struct au_do_plink_lkup_args { -+ struct dentry **errp; -+ struct qstr *tgtname; -+ struct dentry *h_parent; -+ struct au_branch *br; -+}; -+ -+static struct dentry *au_do_plink_lkup(struct qstr *tgtname, -+ struct dentry *h_parent, -+ struct au_branch *br) -+{ -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_inode = d_inode(h_parent); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD2); -+ h_dentry = vfsub_lkup_one(tgtname, h_parent); -+ inode_unlock(h_inode); -+ return h_dentry; -+} -+ -+static void au_call_do_plink_lkup(void *args) -+{ -+ struct au_do_plink_lkup_args *a = args; -+ *a->errp = au_do_plink_lkup(a->tgtname, a->h_parent, a->br); -+} -+ -+/* lookup the plink-ed @inode under the branch at @bindex */ -+struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex) -+{ -+ struct dentry *h_dentry, *h_parent; -+ struct au_branch *br; -+ int wkq_err; -+ char a[PLINK_NAME_LEN]; -+ struct qstr tgtname = QSTR_INIT(a, 0); -+ -+ AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); -+ -+ br = au_sbr(inode->i_sb, bindex); -+ h_parent = br->br_wbr->wbr_plink; -+ tgtname.len = plink_name(a, sizeof(a), inode, bindex); -+ -+ if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { -+ struct au_do_plink_lkup_args args = { -+ .errp = &h_dentry, -+ .tgtname = &tgtname, -+ .h_parent = h_parent, -+ .br = br -+ }; -+ -+ wkq_err = au_wkq_wait(au_call_do_plink_lkup, &args); -+ if (unlikely(wkq_err)) -+ h_dentry = ERR_PTR(wkq_err); -+ } else -+ h_dentry = au_do_plink_lkup(&tgtname, h_parent, br); -+ -+ return h_dentry; -+} -+ -+/* create a pseudo-link */ -+static int do_whplink(struct qstr *tgt, struct dentry *h_parent, -+ struct dentry *h_dentry, struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ struct inode *h_dir, *delegated; -+ -+ h_dir = d_inode(h_parent); -+ inode_lock_nested(h_dir, AuLsc_I_CHILD2); -+again: -+ h_path.dentry = vfsub_lkup_one(tgt, h_parent); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ err = 0; -+ /* wh.plink dir is not monitored */ -+ /* todo: is it really safe? */ -+ if (d_is_positive(h_path.dentry) -+ && d_inode(h_path.dentry) != d_inode(h_dentry)) { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ dput(h_path.dentry); -+ h_path.dentry = NULL; -+ if (!err) -+ goto again; -+ } -+ if (!err && d_is_negative(h_path.dentry)) { -+ delegated = NULL; -+ err = vfsub_link(h_dentry, h_dir, &h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ dput(h_path.dentry); -+ -+out: -+ inode_unlock(h_dir); -+ return err; -+} -+ -+struct do_whplink_args { -+ int *errp; -+ struct qstr *tgt; -+ struct dentry *h_parent; -+ struct dentry *h_dentry; -+ struct au_branch *br; -+}; -+ -+static void call_do_whplink(void *args) -+{ -+ struct do_whplink_args *a = args; -+ *a->errp = do_whplink(a->tgt, a->h_parent, a->h_dentry, a->br); -+} -+ -+static int whplink(struct dentry *h_dentry, struct inode *inode, -+ aufs_bindex_t bindex, struct au_branch *br) -+{ -+ int err, wkq_err; -+ struct au_wbr *wbr; -+ struct dentry *h_parent; -+ char a[PLINK_NAME_LEN]; -+ struct qstr tgtname = QSTR_INIT(a, 0); -+ -+ wbr = au_sbr(inode->i_sb, bindex)->br_wbr; -+ h_parent = wbr->wbr_plink; -+ tgtname.len = plink_name(a, sizeof(a), inode, bindex); -+ -+ /* always superio. */ -+ if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { -+ struct do_whplink_args args = { -+ .errp = &err, -+ .tgt = &tgtname, -+ .h_parent = h_parent, -+ .h_dentry = h_dentry, -+ .br = br -+ }; -+ wkq_err = au_wkq_wait(call_do_whplink, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } else -+ err = do_whplink(&tgtname, h_parent, h_dentry, br); -+ -+ return err; -+} -+ -+/* -+ * create a new pseudo-link for @h_dentry on @bindex. -+ * the linked inode is held in aufs @inode. -+ */ -+void au_plink_append(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry) -+{ -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct hlist_head *plink_hlist; -+ struct au_icntnr *icntnr; -+ struct au_sphlhead *sphl; -+ int found, err, cnt, i; -+ -+ sb = inode->i_sb; -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ found = au_plink_test(inode); -+ if (found) -+ return; -+ -+ i = au_plink_hash(inode->i_ino); -+ sphl = sbinfo->si_plink + i; -+ plink_hlist = &sphl->head; -+ au_igrab(inode); -+ -+ spin_lock(&sphl->spin); -+ hlist_for_each_entry(icntnr, plink_hlist, plink) { -+ if (&icntnr->vfs_inode == inode) { -+ found = 1; -+ break; -+ } -+ } -+ if (!found) { -+ icntnr = container_of(inode, struct au_icntnr, vfs_inode); -+ hlist_add_head_rcu(&icntnr->plink, plink_hlist); -+ } -+ spin_unlock(&sphl->spin); -+ if (!found) { -+ cnt = au_sphl_count(sphl); -+#define msg "unexpectedly unblanced or too many pseudo-links" -+ if (cnt > AUFS_PLINK_WARN) -+ AuWarn1(msg ", %d\n", cnt); -+#undef msg -+ err = whplink(h_dentry, inode, bindex, au_sbr(sb, bindex)); -+ if (unlikely(err)) { -+ pr_warn("err %d, damaged pseudo link.\n", err); -+ au_sphl_del_rcu(&icntnr->plink, sphl); -+ iput(&icntnr->vfs_inode); -+ } -+ } else -+ iput(&icntnr->vfs_inode); -+} -+ -+/* free all plinks */ -+void au_plink_put(struct super_block *sb, int verbose) -+{ -+ int i, warned; -+ struct au_sbinfo *sbinfo; -+ struct hlist_head *plink_hlist; -+ struct hlist_node *tmp; -+ struct au_icntnr *icntnr; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ /* no spin_lock since sbinfo is write-locked */ -+ warned = 0; -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ plink_hlist = &sbinfo->si_plink[i].head; -+ if (!warned && verbose && !hlist_empty(plink_hlist)) { -+ pr_warn("pseudo-link is not flushed"); -+ warned = 1; -+ } -+ hlist_for_each_entry_safe(icntnr, tmp, plink_hlist, plink) -+ iput(&icntnr->vfs_inode); -+ INIT_HLIST_HEAD(plink_hlist); -+ } -+} -+ -+void au_plink_clean(struct super_block *sb, int verbose) -+{ -+ struct dentry *root; -+ -+ root = sb->s_root; -+ aufs_write_lock(root); -+ if (au_opt_test(au_mntflags(sb), PLINK)) -+ au_plink_put(sb, verbose); -+ aufs_write_unlock(root); -+} -+ -+static int au_plink_do_half_refresh(struct inode *inode, aufs_bindex_t br_id) -+{ -+ int do_put; -+ aufs_bindex_t btop, bbot, bindex; -+ -+ do_put = 0; -+ btop = au_ibtop(inode); -+ bbot = au_ibbot(inode); -+ if (btop >= 0) { -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ if (!au_h_iptr(inode, bindex) -+ || au_ii_br_id(inode, bindex) != br_id) -+ continue; -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ do_put = 1; -+ break; -+ } -+ if (do_put) -+ for (bindex = btop; bindex <= bbot; bindex++) -+ if (au_h_iptr(inode, bindex)) { -+ do_put = 0; -+ break; -+ } -+ } else -+ do_put = 1; -+ -+ return do_put; -+} -+ -+/* free the plinks on a branch specified by @br_id */ -+void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id) -+{ -+ struct au_sbinfo *sbinfo; -+ struct hlist_head *plink_hlist; -+ struct hlist_node *tmp; -+ struct au_icntnr *icntnr; -+ struct inode *inode; -+ int i, do_put; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ /* no spin_lock since sbinfo is write-locked */ -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ plink_hlist = &sbinfo->si_plink[i].head; -+ hlist_for_each_entry_safe(icntnr, tmp, plink_hlist, plink) { -+ inode = au_igrab(&icntnr->vfs_inode); -+ ii_write_lock_child(inode); -+ do_put = au_plink_do_half_refresh(inode, br_id); -+ if (do_put) { -+ hlist_del(&icntnr->plink); -+ iput(inode); -+ } -+ ii_write_unlock(inode); -+ iput(inode); -+ } -+ } -+} -diff --git a/fs/aufs/poll.c b/fs/aufs/poll.c -new file mode 100644 -index 0000000..dd2baf5 ---- /dev/null -+++ b/fs/aufs/poll.c -@@ -0,0 +1,39 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * poll operation -+ * There is only one filesystem which implements ->poll operation, currently. -+ */ -+ -+#include "aufs.h" -+ -+unsigned int aufs_poll(struct file *file, poll_table *wait) -+{ -+ unsigned int mask; -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ /* We should pretend an error happened. */ -+ mask = POLLERR /* | POLLIN | POLLOUT */; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ /* it is not an error if h_file has no operation */ -+ mask = DEFAULT_POLLMASK; -+ if (h_file->f_op->poll) -+ mask = h_file->f_op->poll(h_file, wait); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ AuTraceErr((int)mask); -+ return mask; -+} -diff --git a/fs/aufs/posix_acl.c b/fs/aufs/posix_acl.c -new file mode 100644 -index 0000000..81510b9 ---- /dev/null -+++ b/fs/aufs/posix_acl.c -@@ -0,0 +1,85 @@ -+/* -+ * Copyright (C) 2014-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * posix acl operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+struct posix_acl *aufs_get_acl(struct inode *inode, int type) -+{ -+ struct posix_acl *acl; -+ int err; -+ aufs_bindex_t bindex; -+ struct inode *h_inode; -+ struct super_block *sb; -+ -+ acl = NULL; -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_read_lock_child(inode); -+ if (!(sb->s_flags & MS_POSIXACL)) -+ goto out; -+ -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(!h_inode -+ || ((h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT)))) { -+ err = au_busy_or_stale(); -+ acl = ERR_PTR(err); -+ goto out; -+ } -+ -+ /* always topmost only */ -+ acl = get_acl(h_inode, type); -+ -+out: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+ -+ AuTraceErrPtr(acl); -+ return acl; -+} -+ -+int aufs_set_acl(struct inode *inode, struct posix_acl *acl, int type) -+{ -+ int err; -+ ssize_t ssz; -+ struct dentry *dentry; -+ struct au_sxattr arg = { -+ .type = AU_ACL_SET, -+ .u.acl_set = { -+ .acl = acl, -+ .type = type -+ }, -+ }; -+ -+ IMustLock(inode); -+ -+ if (inode->i_ino == AUFS_ROOT_INO) -+ dentry = dget(inode->i_sb->s_root); -+ else { -+ dentry = d_find_alias(inode); -+ if (!dentry) -+ dentry = d_find_any_alias(inode); -+ if (!dentry) { -+ pr_warn("cannot handle this inode, " -+ "please report to aufs-users ML\n"); -+ err = -ENOENT; -+ goto out; -+ } -+ } -+ -+ ssz = au_sxattr(dentry, inode, &arg); -+ dput(dentry); -+ err = ssz; -+ if (ssz >= 0) -+ err = 0; -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/procfs.c b/fs/aufs/procfs.c -new file mode 100644 -index 0000000..e5a4e37 ---- /dev/null -+++ b/fs/aufs/procfs.c -@@ -0,0 +1,156 @@ -+/* -+ * Copyright (C) 2010-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * procfs interfaces -+ */ -+ -+#include -+#include "aufs.h" -+ -+static int au_procfs_plm_release(struct inode *inode, struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = file->private_data; -+ if (sbinfo) { -+ au_plink_maint_leave(sbinfo); -+ kobject_put(&sbinfo->si_kobj); -+ } -+ -+ return 0; -+} -+ -+static void au_procfs_plm_write_clean(struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = file->private_data; -+ if (sbinfo) -+ au_plink_clean(sbinfo->si_sb, /*verbose*/0); -+} -+ -+static int au_procfs_plm_write_si(struct file *file, unsigned long id) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ err = -EBUSY; -+ if (unlikely(file->private_data)) -+ goto out; -+ -+ sb = NULL; -+ /* don't use au_sbilist_lock() here */ -+ spin_lock(&au_sbilist.spin); -+ hlist_for_each_entry(sbinfo, &au_sbilist.head, si_list) -+ if (id == sysaufs_si_id(sbinfo)) { -+ kobject_get(&sbinfo->si_kobj); -+ sb = sbinfo->si_sb; -+ break; -+ } -+ spin_unlock(&au_sbilist.spin); -+ -+ err = -EINVAL; -+ if (unlikely(!sb)) -+ goto out; -+ -+ err = au_plink_maint_enter(sb); -+ if (!err) -+ /* keep kobject_get() */ -+ file->private_data = sbinfo; -+ else -+ kobject_put(&sbinfo->si_kobj); -+out: -+ return err; -+} -+ -+/* -+ * Accept a valid "si=xxxx" only. -+ * Once it is accepted successfully, accept "clean" too. -+ */ -+static ssize_t au_procfs_plm_write(struct file *file, const char __user *ubuf, -+ size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ unsigned long id; -+ /* last newline is allowed */ -+ char buf[3 + sizeof(unsigned long) * 2 + 1]; -+ -+ err = -EACCES; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(count > sizeof(buf))) -+ goto out; -+ -+ err = copy_from_user(buf, ubuf, count); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ goto out; -+ } -+ buf[count] = 0; -+ -+ err = -EINVAL; -+ if (!strcmp("clean", buf)) { -+ au_procfs_plm_write_clean(file); -+ goto out_success; -+ } else if (unlikely(strncmp("si=", buf, 3))) -+ goto out; -+ -+ err = kstrtoul(buf + 3, 16, &id); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_procfs_plm_write_si(file, id); -+ if (unlikely(err)) -+ goto out; -+ -+out_success: -+ err = count; /* success */ -+out: -+ return err; -+} -+ -+static const struct file_operations au_procfs_plm_fop = { -+ .write = au_procfs_plm_write, -+ .release = au_procfs_plm_release, -+ .owner = THIS_MODULE -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct proc_dir_entry *au_procfs_dir; -+ -+void au_procfs_fin(void) -+{ -+ remove_proc_entry(AUFS_PLINK_MAINT_NAME, au_procfs_dir); -+ remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); -+} -+ -+int __init au_procfs_init(void) -+{ -+ int err; -+ struct proc_dir_entry *entry; -+ -+ err = -ENOMEM; -+ au_procfs_dir = proc_mkdir(AUFS_PLINK_MAINT_DIR, NULL); -+ if (unlikely(!au_procfs_dir)) -+ goto out; -+ -+ entry = proc_create(AUFS_PLINK_MAINT_NAME, S_IFREG | S_IWUSR, -+ au_procfs_dir, &au_procfs_plm_fop); -+ if (unlikely(!entry)) -+ goto out_dir; -+ -+ err = 0; -+ goto out; /* success */ -+ -+ -+out_dir: -+ remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); -+out: -+ return err; -+} -diff --git a/fs/aufs/rdu.c b/fs/aufs/rdu.c -new file mode 100644 -index 0000000..54abc14 ---- /dev/null -+++ b/fs/aufs/rdu.c -@@ -0,0 +1,368 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * readdir in userspace. -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+/* bits for struct aufs_rdu.flags */ -+#define AuRdu_CALLED 1 -+#define AuRdu_CONT (1 << 1) -+#define AuRdu_FULL (1 << 2) -+#define au_ftest_rdu(flags, name) ((flags) & AuRdu_##name) -+#define au_fset_rdu(flags, name) \ -+ do { (flags) |= AuRdu_##name; } while (0) -+#define au_fclr_rdu(flags, name) \ -+ do { (flags) &= ~AuRdu_##name; } while (0) -+ -+struct au_rdu_arg { -+ struct dir_context ctx; -+ struct aufs_rdu *rdu; -+ union au_rdu_ent_ul ent; -+ unsigned long end; -+ -+ struct super_block *sb; -+ int err; -+}; -+ -+static int au_rdu_fill(struct dir_context *ctx, const char *name, int nlen, -+ loff_t offset, u64 h_ino, unsigned int d_type) -+{ -+ int err, len; -+ struct au_rdu_arg *arg = container_of(ctx, struct au_rdu_arg, ctx); -+ struct aufs_rdu *rdu = arg->rdu; -+ struct au_rdu_ent ent; -+ -+ err = 0; -+ arg->err = 0; -+ au_fset_rdu(rdu->cookie.flags, CALLED); -+ len = au_rdu_len(nlen); -+ if (arg->ent.ul + len < arg->end) { -+ ent.ino = h_ino; -+ ent.bindex = rdu->cookie.bindex; -+ ent.type = d_type; -+ ent.nlen = nlen; -+ if (unlikely(nlen > AUFS_MAX_NAMELEN)) -+ ent.type = DT_UNKNOWN; -+ -+ /* unnecessary to support mmap_sem since this is a dir */ -+ err = -EFAULT; -+ if (copy_to_user(arg->ent.e, &ent, sizeof(ent))) -+ goto out; -+ if (copy_to_user(arg->ent.e->name, name, nlen)) -+ goto out; -+ /* the terminating NULL */ -+ if (__put_user(0, arg->ent.e->name + nlen)) -+ goto out; -+ err = 0; -+ /* AuDbg("%p, %.*s\n", arg->ent.p, nlen, name); */ -+ arg->ent.ul += len; -+ rdu->rent++; -+ } else { -+ err = -EFAULT; -+ au_fset_rdu(rdu->cookie.flags, FULL); -+ rdu->full = 1; -+ rdu->tail = arg->ent; -+ } -+ -+out: -+ /* AuTraceErr(err); */ -+ return err; -+} -+ -+static int au_rdu_do(struct file *h_file, struct au_rdu_arg *arg) -+{ -+ int err; -+ loff_t offset; -+ struct au_rdu_cookie *cookie = &arg->rdu->cookie; -+ -+ /* we don't have to care (FMODE_32BITHASH | FMODE_64BITHASH) for ext4 */ -+ offset = vfsub_llseek(h_file, cookie->h_pos, SEEK_SET); -+ err = offset; -+ if (unlikely(offset != cookie->h_pos)) -+ goto out; -+ -+ err = 0; -+ do { -+ arg->err = 0; -+ au_fclr_rdu(cookie->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(h_file, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err -+ && au_ftest_rdu(cookie->flags, CALLED) -+ && !au_ftest_rdu(cookie->flags, FULL)); -+ cookie->h_pos = h_file->f_pos; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_rdu(struct file *file, struct aufs_rdu *rdu) -+{ -+ int err; -+ aufs_bindex_t bbot; -+ struct au_rdu_arg arg = { -+ .ctx = { -+ .actor = au_rdu_fill -+ } -+ }; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct file *h_file; -+ struct au_rdu_cookie *cookie = &rdu->cookie; -+ -+ err = !access_ok(VERIFY_WRITE, rdu->ent.e, rdu->sz); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ rdu->rent = 0; -+ rdu->tail = rdu->ent; -+ rdu->full = 0; -+ arg.rdu = rdu; -+ arg.ent = rdu->ent; -+ arg.end = arg.ent.ul; -+ arg.end += rdu->sz; -+ -+ err = -ENOTDIR; -+ if (unlikely(!file->f_op->iterate && !file->f_op->iterate_shared)) -+ goto out; -+ -+ err = security_file_permission(file, MAY_READ); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ inode_lock_shared(inode); -+ -+ arg.sb = inode->i_sb; -+ err = si_read_lock(arg.sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_mtx; -+ err = au_alive_dir(dentry); -+ if (unlikely(err)) -+ goto out_si; -+ /* todo: reval? */ -+ fi_read_lock(file); -+ -+ err = -EAGAIN; -+ if (unlikely(au_ftest_rdu(cookie->flags, CONT) -+ && cookie->generation != au_figen(file))) -+ goto out_unlock; -+ -+ err = 0; -+ if (!rdu->blk) { -+ rdu->blk = au_sbi(arg.sb)->si_rdblk; -+ if (!rdu->blk) -+ rdu->blk = au_dir_size(file, /*dentry*/NULL); -+ } -+ bbot = au_fbtop(file); -+ if (cookie->bindex < bbot) -+ cookie->bindex = bbot; -+ bbot = au_fbbot_dir(file); -+ /* AuDbg("b%d, b%d\n", cookie->bindex, bbot); */ -+ for (; !err && cookie->bindex <= bbot; -+ cookie->bindex++, cookie->h_pos = 0) { -+ h_file = au_hf_dir(file, cookie->bindex); -+ if (!h_file) -+ continue; -+ -+ au_fclr_rdu(cookie->flags, FULL); -+ err = au_rdu_do(h_file, &arg); -+ AuTraceErr(err); -+ if (unlikely(au_ftest_rdu(cookie->flags, FULL) || err)) -+ break; -+ } -+ AuDbg("rent %llu\n", rdu->rent); -+ -+ if (!err && !au_ftest_rdu(cookie->flags, CONT)) { -+ rdu->shwh = !!au_opt_test(au_sbi(arg.sb)->si_mntflags, SHWH); -+ au_fset_rdu(cookie->flags, CONT); -+ cookie->generation = au_figen(file); -+ } -+ -+ ii_read_lock_child(inode); -+ fsstack_copy_attr_atime(inode, au_h_iptr(inode, au_ibtop(inode))); -+ ii_read_unlock(inode); -+ -+out_unlock: -+ fi_read_unlock(file); -+out_si: -+ si_read_unlock(arg.sb); -+out_mtx: -+ inode_unlock_shared(inode); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_rdu_ino(struct file *file, struct aufs_rdu *rdu) -+{ -+ int err; -+ ino_t ino; -+ unsigned long long nent; -+ union au_rdu_ent_ul *u; -+ struct au_rdu_ent ent; -+ struct super_block *sb; -+ -+ err = 0; -+ nent = rdu->nent; -+ u = &rdu->ent; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ while (nent-- > 0) { -+ /* unnecessary to support mmap_sem since this is a dir */ -+ err = copy_from_user(&ent, u->e, sizeof(ent)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, &u->e->ino, sizeof(ino)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ break; -+ } -+ -+ /* AuDbg("b%d, i%llu\n", ent.bindex, ent.ino); */ -+ if (!ent.wh) -+ err = au_ino(sb, ent.bindex, ent.ino, ent.type, &ino); -+ else -+ err = au_wh_ino(sb, ent.bindex, ent.ino, ent.type, -+ &ino); -+ if (unlikely(err)) { -+ AuTraceErr(err); -+ break; -+ } -+ -+ err = __put_user(ino, &u->e->ino); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ break; -+ } -+ u->ul += au_rdu_len(ent.nlen); -+ } -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_rdu_verify(struct aufs_rdu *rdu) -+{ -+ AuDbg("rdu{%llu, %p, %u | %u | %llu, %u, %u | " -+ "%llu, b%d, 0x%x, g%u}\n", -+ rdu->sz, rdu->ent.e, rdu->verify[AufsCtlRduV_SZ], -+ rdu->blk, -+ rdu->rent, rdu->shwh, rdu->full, -+ rdu->cookie.h_pos, rdu->cookie.bindex, rdu->cookie.flags, -+ rdu->cookie.generation); -+ -+ if (rdu->verify[AufsCtlRduV_SZ] == sizeof(*rdu)) -+ return 0; -+ -+ AuDbg("%u:%u\n", -+ rdu->verify[AufsCtlRduV_SZ], (unsigned int)sizeof(*rdu)); -+ return -EINVAL; -+} -+ -+long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err, e; -+ struct aufs_rdu rdu; -+ void __user *p = (void __user *)arg; -+ -+ err = copy_from_user(&rdu, p, sizeof(rdu)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ err = au_rdu_verify(&rdu); -+ if (unlikely(err)) -+ goto out; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ err = au_rdu(file, &rdu); -+ if (unlikely(err)) -+ break; -+ -+ e = copy_to_user(p, &rdu, sizeof(rdu)); -+ if (unlikely(e)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ break; -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ino(file, &rdu); -+ break; -+ -+ default: -+ /* err = -ENOTTY; */ -+ err = -EINVAL; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+#ifdef CONFIG_COMPAT -+long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err, e; -+ struct aufs_rdu rdu; -+ void __user *p = compat_ptr(arg); -+ -+ /* todo: get_user()? */ -+ err = copy_from_user(&rdu, p, sizeof(rdu)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ rdu.ent.e = compat_ptr(rdu.ent.ul); -+ err = au_rdu_verify(&rdu); -+ if (unlikely(err)) -+ goto out; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ err = au_rdu(file, &rdu); -+ if (unlikely(err)) -+ break; -+ -+ rdu.ent.ul = ptr_to_compat(rdu.ent.e); -+ rdu.tail.ul = ptr_to_compat(rdu.tail.e); -+ e = copy_to_user(p, &rdu, sizeof(rdu)); -+ if (unlikely(e)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ break; -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ino(file, &rdu); -+ break; -+ -+ default: -+ /* err = -ENOTTY; */ -+ err = -EINVAL; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+#endif -diff --git a/fs/aufs/rwsem.h b/fs/aufs/rwsem.h -new file mode 100644 -index 0000000..6c0d5a9 ---- /dev/null -+++ b/fs/aufs/rwsem.h -@@ -0,0 +1,185 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * simple read-write semaphore wrappers -+ */ -+ -+#ifndef __AUFS_RWSEM_H__ -+#define __AUFS_RWSEM_H__ -+ -+#ifdef __KERNEL__ -+ -+#include "debug.h" -+ -+struct au_rwsem { -+ struct rw_semaphore rwsem; -+#ifdef CONFIG_AUFS_DEBUG -+ /* just for debugging, not almighty counter */ -+ atomic_t rcnt, wcnt; -+#endif -+}; -+ -+#ifdef CONFIG_LOCKDEP -+#define au_lockdep_set_name(rw) \ -+ lockdep_set_class_and_name(&(rw)->rwsem, \ -+ /*original key*/(rw)->rwsem.dep_map.key, \ -+ /*name*/#rw) -+#else -+#define au_lockdep_set_name(rw) do {} while (0) -+#endif -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define AuDbgCntInit(rw) do { \ -+ atomic_set(&(rw)->rcnt, 0); \ -+ atomic_set(&(rw)->wcnt, 0); \ -+ smp_mb(); /* atomic set */ \ -+} while (0) -+ -+#define AuDbgCnt(rw, cnt) atomic_read(&(rw)->cnt) -+#define AuDbgCntInc(rw, cnt) atomic_inc(&(rw)->cnt) -+#define AuDbgCntDec(rw, cnt) WARN_ON(atomic_dec_return(&(rw)->cnt) < 0) -+#define AuDbgRcntInc(rw) AuDbgCntInc(rw, rcnt) -+#define AuDbgRcntDec(rw) AuDbgCntDec(rw, rcnt) -+#define AuDbgWcntInc(rw) AuDbgCntInc(rw, wcnt) -+#define AuDbgWcntDec(rw) AuDbgCntDec(rw, wcnt) -+#else -+#define AuDbgCnt(rw, cnt) 0 -+#define AuDbgCntInit(rw) do {} while (0) -+#define AuDbgRcntInc(rw) do {} while (0) -+#define AuDbgRcntDec(rw) do {} while (0) -+#define AuDbgWcntInc(rw) do {} while (0) -+#define AuDbgWcntDec(rw) do {} while (0) -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+/* to debug easier, do not make them inlined functions */ -+#define AuRwMustNoWaiters(rw) AuDebugOn(rwsem_is_contended(&(rw)->rwsem)) -+/* rwsem_is_locked() is unusable */ -+#define AuRwMustReadLock(rw) AuDebugOn(AuDbgCnt(rw, rcnt) <= 0) -+#define AuRwMustWriteLock(rw) AuDebugOn(AuDbgCnt(rw, wcnt) <= 0) -+#define AuRwMustAnyLock(rw) AuDebugOn(AuDbgCnt(rw, rcnt) <= 0 \ -+ && AuDbgCnt(rw, wcnt) <= 0) -+#define AuRwDestroy(rw) AuDebugOn(AuDbgCnt(rw, rcnt) \ -+ || AuDbgCnt(rw, wcnt)) -+ -+#define au_rw_init(rw) do { \ -+ AuDbgCntInit(rw); \ -+ init_rwsem(&(rw)->rwsem); \ -+ au_lockdep_set_name(rw); \ -+ } while (0) -+ -+#define au_rw_init_wlock(rw) do { \ -+ au_rw_init(rw); \ -+ down_write(&(rw)->rwsem); \ -+ AuDbgWcntInc(rw); \ -+ } while (0) -+ -+#define au_rw_init_wlock_nested(rw, lsc) do { \ -+ au_rw_init(rw); \ -+ down_write_nested(&(rw)->rwsem, lsc); \ -+ AuDbgWcntInc(rw); \ -+ } while (0) -+ -+static inline void au_rw_read_lock(struct au_rwsem *rw) -+{ -+ down_read(&rw->rwsem); -+ AuDbgRcntInc(rw); -+} -+ -+static inline void au_rw_read_lock_nested(struct au_rwsem *rw, unsigned int lsc) -+{ -+ down_read_nested(&rw->rwsem, lsc); -+ AuDbgRcntInc(rw); -+} -+ -+static inline void au_rw_read_unlock(struct au_rwsem *rw) -+{ -+ AuRwMustReadLock(rw); -+ AuDbgRcntDec(rw); -+ up_read(&rw->rwsem); -+} -+ -+static inline void au_rw_dgrade_lock(struct au_rwsem *rw) -+{ -+ AuRwMustWriteLock(rw); -+ AuDbgRcntInc(rw); -+ AuDbgWcntDec(rw); -+ downgrade_write(&rw->rwsem); -+} -+ -+static inline void au_rw_write_lock(struct au_rwsem *rw) -+{ -+ down_write(&rw->rwsem); -+ AuDbgWcntInc(rw); -+} -+ -+static inline void au_rw_write_lock_nested(struct au_rwsem *rw, -+ unsigned int lsc) -+{ -+ down_write_nested(&rw->rwsem, lsc); -+ AuDbgWcntInc(rw); -+} -+ -+static inline void au_rw_write_unlock(struct au_rwsem *rw) -+{ -+ AuRwMustWriteLock(rw); -+ AuDbgWcntDec(rw); -+ up_write(&rw->rwsem); -+} -+ -+/* why is not _nested version defined */ -+static inline int au_rw_read_trylock(struct au_rwsem *rw) -+{ -+ int ret; -+ -+ ret = down_read_trylock(&rw->rwsem); -+ if (ret) -+ AuDbgRcntInc(rw); -+ return ret; -+} -+ -+static inline int au_rw_write_trylock(struct au_rwsem *rw) -+{ -+ int ret; -+ -+ ret = down_write_trylock(&rw->rwsem); -+ if (ret) -+ AuDbgWcntInc(rw); -+ return ret; -+} -+ -+#undef AuDbgCntDec -+#undef AuDbgRcntInc -+#undef AuDbgRcntDec -+#undef AuDbgWcntDec -+ -+#define AuSimpleLockRwsemFuncs(prefix, param, rwsem) \ -+static inline void prefix##_read_lock(param) \ -+{ au_rw_read_lock(rwsem); } \ -+static inline void prefix##_write_lock(param) \ -+{ au_rw_write_lock(rwsem); } \ -+static inline int prefix##_read_trylock(param) \ -+{ return au_rw_read_trylock(rwsem); } \ -+static inline int prefix##_write_trylock(param) \ -+{ return au_rw_write_trylock(rwsem); } -+/* why is not _nested version defined */ -+/* static inline void prefix##_read_trylock_nested(param, lsc) -+{ au_rw_read_trylock_nested(rwsem, lsc)); } -+static inline void prefix##_write_trylock_nestd(param, lsc) -+{ au_rw_write_trylock_nested(rwsem, lsc); } */ -+ -+#define AuSimpleUnlockRwsemFuncs(prefix, param, rwsem) \ -+static inline void prefix##_read_unlock(param) \ -+{ au_rw_read_unlock(rwsem); } \ -+static inline void prefix##_write_unlock(param) \ -+{ au_rw_write_unlock(rwsem); } \ -+static inline void prefix##_downgrade_lock(param) \ -+{ au_rw_dgrade_lock(rwsem); } -+ -+#define AuSimpleRwsemFuncs(prefix, param, rwsem) \ -+ AuSimpleLockRwsemFuncs(prefix, param, rwsem) \ -+ AuSimpleUnlockRwsemFuncs(prefix, param, rwsem) -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_RWSEM_H__ */ -diff --git a/fs/aufs/sbinfo.c b/fs/aufs/sbinfo.c -new file mode 100644 -index 0000000..e113b51 ---- /dev/null -+++ b/fs/aufs/sbinfo.c -@@ -0,0 +1,342 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * superblock private data -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * they are necessary regardless sysfs is disabled. -+ */ -+void au_si_free(struct kobject *kobj) -+{ -+ int i; -+ struct au_sbinfo *sbinfo; -+ char *locked __maybe_unused; /* debug only */ -+ -+ sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); -+ for (i = 0; i < AuPlink_NHASH; i++) -+ AuDebugOn(!hlist_empty(&sbinfo->si_plink[i].head)); -+ AuDebugOn(atomic_read(&sbinfo->si_nowait.nw_len)); -+ -+ AuDebugOn(percpu_counter_sum(&sbinfo->si_ninodes)); -+ percpu_counter_destroy(&sbinfo->si_ninodes); -+ AuDebugOn(percpu_counter_sum(&sbinfo->si_nfiles)); -+ percpu_counter_destroy(&sbinfo->si_nfiles); -+ -+ au_rw_write_lock(&sbinfo->si_rwsem); -+ au_br_free(sbinfo); -+ au_rw_write_unlock(&sbinfo->si_rwsem); -+ -+ au_delayed_kfree(sbinfo->si_branch); -+ for (i = 0; i < AU_NPIDMAP; i++) -+ if (sbinfo->au_si_pid.pid_bitmap[i]) -+ au_delayed_kfree(sbinfo->au_si_pid.pid_bitmap[i]); -+ mutex_destroy(&sbinfo->au_si_pid.pid_mtx); -+ mutex_destroy(&sbinfo->si_xib_mtx); -+ AuRwDestroy(&sbinfo->si_rwsem); -+ -+ au_delayed_kfree(sbinfo); -+} -+ -+int au_si_alloc(struct super_block *sb) -+{ -+ int err, i; -+ struct au_sbinfo *sbinfo; -+ -+ err = -ENOMEM; -+ sbinfo = kzalloc(sizeof(*sbinfo), GFP_NOFS); -+ if (unlikely(!sbinfo)) -+ goto out; -+ -+ /* will be reallocated separately */ -+ sbinfo->si_branch = kzalloc(sizeof(*sbinfo->si_branch), GFP_NOFS); -+ if (unlikely(!sbinfo->si_branch)) -+ goto out_sbinfo; -+ -+ err = sysaufs_si_init(sbinfo); -+ if (unlikely(err)) -+ goto out_br; -+ -+ au_nwt_init(&sbinfo->si_nowait); -+ au_rw_init_wlock(&sbinfo->si_rwsem); -+ mutex_init(&sbinfo->au_si_pid.pid_mtx); -+ -+ percpu_counter_init(&sbinfo->si_ninodes, 0, GFP_NOFS); -+ percpu_counter_init(&sbinfo->si_nfiles, 0, GFP_NOFS); -+ -+ sbinfo->si_bbot = -1; -+ sbinfo->si_last_br_id = AUFS_BRANCH_MAX / 2; -+ -+ sbinfo->si_wbr_copyup = AuWbrCopyup_Def; -+ sbinfo->si_wbr_create = AuWbrCreate_Def; -+ sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + sbinfo->si_wbr_copyup; -+ sbinfo->si_wbr_create_ops = au_wbr_create_ops + sbinfo->si_wbr_create; -+ -+ au_fhsm_init(sbinfo); -+ -+ sbinfo->si_mntflags = au_opts_plink(AuOpt_Def); -+ -+ sbinfo->si_xino_jiffy = jiffies; -+ sbinfo->si_xino_expire -+ = msecs_to_jiffies(AUFS_XINO_DEF_SEC * MSEC_PER_SEC); -+ mutex_init(&sbinfo->si_xib_mtx); -+ sbinfo->si_xino_brid = -1; -+ /* leave si_xib_last_pindex and si_xib_next_bit */ -+ -+ au_sphl_init(&sbinfo->si_aopen); -+ -+ sbinfo->si_rdcache = msecs_to_jiffies(AUFS_RDCACHE_DEF * MSEC_PER_SEC); -+ sbinfo->si_rdblk = AUFS_RDBLK_DEF; -+ sbinfo->si_rdhash = AUFS_RDHASH_DEF; -+ sbinfo->si_dirwh = AUFS_DIRWH_DEF; -+ -+ for (i = 0; i < AuPlink_NHASH; i++) -+ au_sphl_init(sbinfo->si_plink + i); -+ init_waitqueue_head(&sbinfo->si_plink_wq); -+ spin_lock_init(&sbinfo->si_plink_maint_lock); -+ -+ au_sphl_init(&sbinfo->si_files); -+ -+ /* with getattr by default */ -+ sbinfo->si_iop_array = aufs_iop; -+ -+ /* leave other members for sysaufs and si_mnt. */ -+ sbinfo->si_sb = sb; -+ sb->s_fs_info = sbinfo; -+ si_pid_set(sb); -+ return 0; /* success */ -+ -+out_br: -+ au_delayed_kfree(sbinfo->si_branch); -+out_sbinfo: -+ au_delayed_kfree(sbinfo); -+out: -+ return err; -+} -+ -+int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr, int may_shrink) -+{ -+ int err, sz; -+ struct au_branch **brp; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ err = -ENOMEM; -+ sz = sizeof(*brp) * (sbinfo->si_bbot + 1); -+ if (unlikely(!sz)) -+ sz = sizeof(*brp); -+ brp = au_kzrealloc(sbinfo->si_branch, sz, sizeof(*brp) * nbr, GFP_NOFS, -+ may_shrink); -+ if (brp) { -+ sbinfo->si_branch = brp; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+unsigned int au_sigen_inc(struct super_block *sb) -+{ -+ unsigned int gen; -+ struct inode *inode; -+ -+ SiMustWriteLock(sb); -+ -+ gen = ++au_sbi(sb)->si_generation; -+ au_update_digen(sb->s_root); -+ inode = d_inode(sb->s_root); -+ au_update_iigen(inode, /*half*/0); -+ inode->i_version++; -+ return gen; -+} -+ -+aufs_bindex_t au_new_br_id(struct super_block *sb) -+{ -+ aufs_bindex_t br_id; -+ int i; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ for (i = 0; i <= AUFS_BRANCH_MAX; i++) { -+ br_id = ++sbinfo->si_last_br_id; -+ AuDebugOn(br_id < 0); -+ if (br_id && au_br_index(sb, br_id) < 0) -+ return br_id; -+ } -+ -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* it is ok that new 'nwt' tasks are appended while we are sleeping */ -+int si_read_lock(struct super_block *sb, int flags) -+{ -+ int err; -+ -+ err = 0; -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ -+ si_noflush_read_lock(sb); -+ err = au_plink_maint(sb, flags); -+ if (unlikely(err)) -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+int si_write_lock(struct super_block *sb, int flags) -+{ -+ int err; -+ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ -+ si_noflush_write_lock(sb); -+ err = au_plink_maint(sb, flags); -+ if (unlikely(err)) -+ si_write_unlock(sb); -+ -+ return err; -+} -+ -+/* dentry and super_block lock. call at entry point */ -+int aufs_read_lock(struct dentry *dentry, int flags) -+{ -+ int err; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, flags); -+ if (unlikely(err)) -+ goto out; -+ -+ if (au_ftest_lock(flags, DW)) -+ di_write_lock_child(dentry); -+ else -+ di_read_lock_child(dentry, flags); -+ -+ if (au_ftest_lock(flags, GEN)) { -+ err = au_digen_test(dentry, au_sigen(sb)); -+ if (!au_opt_test(au_mntflags(sb), UDBA_NONE)) -+ AuDebugOn(!err && au_dbrange_test(dentry)); -+ else if (!err) -+ err = au_dbrange_test(dentry); -+ if (unlikely(err)) -+ aufs_read_unlock(dentry, flags); -+ } -+ -+out: -+ return err; -+} -+ -+void aufs_read_unlock(struct dentry *dentry, int flags) -+{ -+ if (au_ftest_lock(flags, DW)) -+ di_write_unlock(dentry); -+ else -+ di_read_unlock(dentry, flags); -+ si_read_unlock(dentry->d_sb); -+} -+ -+void aufs_write_lock(struct dentry *dentry) -+{ -+ si_write_lock(dentry->d_sb, AuLock_FLUSH | AuLock_NOPLMW); -+ di_write_lock_child(dentry); -+} -+ -+void aufs_write_unlock(struct dentry *dentry) -+{ -+ di_write_unlock(dentry); -+ si_write_unlock(dentry->d_sb); -+} -+ -+int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags) -+{ -+ int err; -+ unsigned int sigen; -+ struct super_block *sb; -+ -+ sb = d1->d_sb; -+ err = si_read_lock(sb, flags); -+ if (unlikely(err)) -+ goto out; -+ -+ di_write_lock2_child(d1, d2, au_ftest_lock(flags, DIRS)); -+ -+ if (au_ftest_lock(flags, GEN)) { -+ sigen = au_sigen(sb); -+ err = au_digen_test(d1, sigen); -+ AuDebugOn(!err && au_dbrange_test(d1)); -+ if (!err) { -+ err = au_digen_test(d2, sigen); -+ AuDebugOn(!err && au_dbrange_test(d2)); -+ } -+ if (unlikely(err)) -+ aufs_read_and_write_unlock2(d1, d2); -+ } -+ -+out: -+ return err; -+} -+ -+void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2) -+{ -+ di_write_unlock2(d1, d2); -+ si_read_unlock(d1->d_sb); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void si_pid_alloc(struct au_si_pid *au_si_pid, int idx) -+{ -+ unsigned long *p; -+ -+ BUILD_BUG_ON(sizeof(unsigned long) != -+ sizeof(*au_si_pid->pid_bitmap)); -+ -+ mutex_lock(&au_si_pid->pid_mtx); -+ p = au_si_pid->pid_bitmap[idx]; -+ while (!p) { -+ /* -+ * bad approach. -+ * but keeping 'si_pid_set()' void is more important. -+ */ -+ p = kcalloc(BITS_TO_LONGS(AU_PIDSTEP), -+ sizeof(*au_si_pid->pid_bitmap), -+ GFP_NOFS); -+ if (p) -+ break; -+ cond_resched(); -+ } -+ au_si_pid->pid_bitmap[idx] = p; -+ mutex_unlock(&au_si_pid->pid_mtx); -+} -+ -+void si_pid_set(struct super_block *sb) -+{ -+ pid_t bit; -+ int idx; -+ unsigned long *bitmap; -+ struct au_si_pid *au_si_pid; -+ -+ si_pid_idx_bit(&idx, &bit); -+ au_si_pid = &au_sbi(sb)->au_si_pid; -+ bitmap = au_si_pid->pid_bitmap[idx]; -+ if (!bitmap) { -+ si_pid_alloc(au_si_pid, idx); -+ bitmap = au_si_pid->pid_bitmap[idx]; -+ } -+ AuDebugOn(test_bit(bit, bitmap)); -+ set_bit(bit, bitmap); -+ /* smp_mb(); */ -+} -diff --git a/fs/aufs/spl.h b/fs/aufs/spl.h -new file mode 100644 -index 0000000..8f519db3 ---- /dev/null -+++ b/fs/aufs/spl.h -@@ -0,0 +1,100 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * simple list protected by a spinlock -+ */ -+ -+#ifndef __AUFS_SPL_H__ -+#define __AUFS_SPL_H__ -+ -+#ifdef __KERNEL__ -+ -+#if 0 -+struct au_splhead { -+ spinlock_t spin; -+ struct list_head head; -+}; -+ -+static inline void au_spl_init(struct au_splhead *spl) -+{ -+ spin_lock_init(&spl->spin); -+ INIT_LIST_HEAD(&spl->head); -+} -+ -+static inline void au_spl_add(struct list_head *list, struct au_splhead *spl) -+{ -+ spin_lock(&spl->spin); -+ list_add(list, &spl->head); -+ spin_unlock(&spl->spin); -+} -+ -+static inline void au_spl_del(struct list_head *list, struct au_splhead *spl) -+{ -+ spin_lock(&spl->spin); -+ list_del(list); -+ spin_unlock(&spl->spin); -+} -+ -+static inline void au_spl_del_rcu(struct list_head *list, -+ struct au_splhead *spl) -+{ -+ spin_lock(&spl->spin); -+ list_del_rcu(list); -+ spin_unlock(&spl->spin); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_sphlhead { -+ spinlock_t spin; -+ struct hlist_head head; -+}; -+ -+static inline void au_sphl_init(struct au_sphlhead *sphl) -+{ -+ spin_lock_init(&sphl->spin); -+ INIT_HLIST_HEAD(&sphl->head); -+} -+ -+static inline void au_sphl_add(struct hlist_node *hlist, -+ struct au_sphlhead *sphl) -+{ -+ spin_lock(&sphl->spin); -+ hlist_add_head(hlist, &sphl->head); -+ spin_unlock(&sphl->spin); -+} -+ -+static inline void au_sphl_del(struct hlist_node *hlist, -+ struct au_sphlhead *sphl) -+{ -+ spin_lock(&sphl->spin); -+ hlist_del(hlist); -+ spin_unlock(&sphl->spin); -+} -+ -+static inline void au_sphl_del_rcu(struct hlist_node *hlist, -+ struct au_sphlhead *sphl) -+{ -+ spin_lock(&sphl->spin); -+ hlist_del_rcu(hlist); -+ spin_unlock(&sphl->spin); -+} -+ -+static inline unsigned long au_sphl_count(struct au_sphlhead *sphl) -+{ -+ unsigned long cnt; -+ struct hlist_node *pos; -+ -+ cnt = 0; -+ spin_lock(&sphl->spin); -+ hlist_for_each(pos, &sphl->head) -+ cnt++; -+ spin_unlock(&sphl->spin); -+ return cnt; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_SPL_H__ */ -diff --git a/fs/aufs/super.c b/fs/aufs/super.c -new file mode 100644 -index 0000000..0082ce4 ---- /dev/null -+++ b/fs/aufs/super.c -@@ -0,0 +1,1033 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount and super_block operations -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+/* -+ * super_operations -+ */ -+static struct inode *aufs_alloc_inode(struct super_block *sb __maybe_unused) -+{ -+ struct au_icntnr *c; -+ -+ c = au_cache_alloc_icntnr(); -+ if (c) { -+ au_icntnr_init(c); -+ c->vfs_inode.i_version = 1; /* sigen(sb); */ -+ c->iinfo.ii_hinode = NULL; -+ return &c->vfs_inode; -+ } -+ return NULL; -+} -+ -+static void aufs_destroy_inode_cb(struct rcu_head *head) -+{ -+ struct inode *inode = container_of(head, struct inode, i_rcu); -+ -+ au_cache_dfree_icntnr(container_of(inode, struct au_icntnr, vfs_inode)); -+} -+ -+static void aufs_destroy_inode(struct inode *inode) -+{ -+ if (!au_is_bad_inode(inode)) -+ au_iinfo_fin(inode); -+ call_rcu(&inode->i_rcu, aufs_destroy_inode_cb); -+} -+ -+struct inode *au_iget_locked(struct super_block *sb, ino_t ino) -+{ -+ struct inode *inode; -+ int err; -+ -+ inode = iget_locked(sb, ino); -+ if (unlikely(!inode)) { -+ inode = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ if (!(inode->i_state & I_NEW)) -+ goto out; -+ -+ err = au_xigen_new(inode); -+ if (!err) -+ err = au_iinfo_init(inode); -+ if (!err) -+ inode->i_version++; -+ else { -+ iget_failed(inode); -+ inode = ERR_PTR(err); -+ } -+ -+out: -+ /* never return NULL */ -+ AuDebugOn(!inode); -+ AuTraceErrPtr(inode); -+ return inode; -+} -+ -+/* lock free root dinfo */ -+static int au_show_brs(struct seq_file *seq, struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct path path; -+ struct au_hdentry *hdp; -+ struct au_branch *br; -+ au_br_perm_str_t perm; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ bindex = 0; -+ hdp = au_hdentry(au_di(sb->s_root), bindex); -+ for (; !err && bindex <= bbot; bindex++, hdp++) { -+ br = au_sbr(sb, bindex); -+ path.mnt = au_br_mnt(br); -+ path.dentry = hdp->hd_dentry; -+ err = au_seq_path(seq, &path); -+ if (!err) { -+ au_optstr_br_perm(&perm, br->br_perm); -+ seq_printf(seq, "=%s", perm.a); -+ if (bindex != bbot) -+ seq_putc(seq, ':'); -+ } -+ } -+ if (unlikely(err || seq_has_overflowed(seq))) -+ err = -E2BIG; -+ -+ return err; -+} -+ -+static void au_gen_fmt(char *fmt, int len __maybe_unused, const char *pat, -+ const char *append) -+{ -+ char *p; -+ -+ p = fmt; -+ while (*pat != ':') -+ *p++ = *pat++; -+ *p++ = *pat++; -+ strcpy(p, append); -+ AuDebugOn(strlen(fmt) >= len); -+} -+ -+static void au_show_wbr_create(struct seq_file *m, int v, -+ struct au_sbinfo *sbinfo) -+{ -+ const char *pat; -+ char fmt[32]; -+ struct au_wbr_mfs *mfs; -+ -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ -+ seq_puts(m, ",create="); -+ pat = au_optstr_wbr_create(v); -+ mfs = &sbinfo->si_wbr_mfs; -+ switch (v) { -+ case AuWbrCreate_TDP: -+ case AuWbrCreate_RR: -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_PMFS: -+ seq_puts(m, pat); -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_PMFSRR: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%llu"); -+ seq_printf(m, fmt, mfs->mfsrr_watermark); -+ break; -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%lu"); -+ seq_printf(m, fmt, -+ jiffies_to_msecs(mfs->mfs_expire) -+ / MSEC_PER_SEC); -+ break; -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%llu:%lu"); -+ seq_printf(m, fmt, mfs->mfsrr_watermark, -+ jiffies_to_msecs(mfs->mfs_expire) / MSEC_PER_SEC); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+static int au_show_xino(struct seq_file *seq, struct super_block *sb) -+{ -+#ifdef CONFIG_SYSFS -+ return 0; -+#else -+ int err; -+ const int len = sizeof(AUFS_XINO_FNAME) - 1; -+ aufs_bindex_t bindex, brid; -+ struct qstr *name; -+ struct file *f; -+ struct dentry *d, *h_root; -+ -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ -+ err = 0; -+ f = au_sbi(sb)->si_xib; -+ if (!f) -+ goto out; -+ -+ /* stop printing the default xino path on the first writable branch */ -+ h_root = NULL; -+ brid = au_xino_brid(sb); -+ if (brid >= 0) { -+ bindex = au_br_index(sb, brid); -+ h_root = au_hdentry(au_di(sb->s_root), bindex)->hd_dentry; -+ } -+ d = f->f_path.dentry; -+ name = &d->d_name; -+ /* safe ->d_parent because the file is unlinked */ -+ if (d->d_parent == h_root -+ && name->len == len -+ && !memcmp(name->name, AUFS_XINO_FNAME, len)) -+ goto out; -+ -+ seq_puts(seq, ",xino="); -+ err = au_xino_path(seq, f); -+ -+out: -+ return err; -+#endif -+} -+ -+/* seq_file will re-call me in case of too long string */ -+static int aufs_show_options(struct seq_file *m, struct dentry *dentry) -+{ -+ int err; -+ unsigned int mnt_flags, v; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+#define AuBool(name, str) do { \ -+ v = au_opt_test(mnt_flags, name); \ -+ if (v != au_opt_test(AuOpt_Def, name)) \ -+ seq_printf(m, ",%s" #str, v ? "" : "no"); \ -+} while (0) -+ -+#define AuStr(name, str) do { \ -+ v = mnt_flags & AuOptMask_##name; \ -+ if (v != (AuOpt_Def & AuOptMask_##name)) \ -+ seq_printf(m, "," #str "=%s", au_optstr_##str(v)); \ -+} while (0) -+ -+#define AuUInt(name, str, val) do { \ -+ if (val != AUFS_##name##_DEF) \ -+ seq_printf(m, "," #str "=%u", val); \ -+} while (0) -+ -+ sb = dentry->d_sb; -+ if (sb->s_flags & MS_POSIXACL) -+ seq_puts(m, ",acl"); -+ -+ /* lock free root dinfo */ -+ si_noflush_read_lock(sb); -+ sbinfo = au_sbi(sb); -+ seq_printf(m, ",si=%lx", sysaufs_si_id(sbinfo)); -+ -+ mnt_flags = au_mntflags(sb); -+ if (au_opt_test(mnt_flags, XINO)) { -+ err = au_show_xino(m, sb); -+ if (unlikely(err)) -+ goto out; -+ } else -+ seq_puts(m, ",noxino"); -+ -+ AuBool(TRUNC_XINO, trunc_xino); -+ AuStr(UDBA, udba); -+ AuBool(SHWH, shwh); -+ AuBool(PLINK, plink); -+ AuBool(DIO, dio); -+ AuBool(DIRPERM1, dirperm1); -+ -+ v = sbinfo->si_wbr_create; -+ if (v != AuWbrCreate_Def) -+ au_show_wbr_create(m, v, sbinfo); -+ -+ v = sbinfo->si_wbr_copyup; -+ if (v != AuWbrCopyup_Def) -+ seq_printf(m, ",cpup=%s", au_optstr_wbr_copyup(v)); -+ -+ v = au_opt_test(mnt_flags, ALWAYS_DIROPQ); -+ if (v != au_opt_test(AuOpt_Def, ALWAYS_DIROPQ)) -+ seq_printf(m, ",diropq=%c", v ? 'a' : 'w'); -+ -+ AuUInt(DIRWH, dirwh, sbinfo->si_dirwh); -+ -+ v = jiffies_to_msecs(sbinfo->si_rdcache) / MSEC_PER_SEC; -+ AuUInt(RDCACHE, rdcache, v); -+ -+ AuUInt(RDBLK, rdblk, sbinfo->si_rdblk); -+ AuUInt(RDHASH, rdhash, sbinfo->si_rdhash); -+ -+ au_fhsm_show(m, sbinfo); -+ -+ AuBool(SUM, sum); -+ /* AuBool(SUM_W, wsum); */ -+ AuBool(WARN_PERM, warn_perm); -+ AuBool(VERBOSE, verbose); -+ -+out: -+ /* be sure to print "br:" last */ -+ if (!sysaufs_brs) { -+ seq_puts(m, ",br:"); -+ au_show_brs(m, sb); -+ } -+ si_read_unlock(sb); -+ return 0; -+ -+#undef AuBool -+#undef AuStr -+#undef AuUInt -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* sum mode which returns the summation for statfs(2) */ -+ -+static u64 au_add_till_max(u64 a, u64 b) -+{ -+ u64 old; -+ -+ old = a; -+ a += b; -+ if (old <= a) -+ return a; -+ return ULLONG_MAX; -+} -+ -+static u64 au_mul_till_max(u64 a, long mul) -+{ -+ u64 old; -+ -+ old = a; -+ a *= mul; -+ if (old <= a) -+ return a; -+ return ULLONG_MAX; -+} -+ -+static int au_statfs_sum(struct super_block *sb, struct kstatfs *buf) -+{ -+ int err; -+ long bsize, factor; -+ u64 blocks, bfree, bavail, files, ffree; -+ aufs_bindex_t bbot, bindex, i; -+ unsigned char shared; -+ struct path h_path; -+ struct super_block *h_sb; -+ -+ err = 0; -+ bsize = LONG_MAX; -+ files = 0; -+ ffree = 0; -+ blocks = 0; -+ bfree = 0; -+ bavail = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ h_sb = h_path.mnt->mnt_sb; -+ shared = 0; -+ for (i = 0; !shared && i < bindex; i++) -+ shared = (au_sbr_sb(sb, i) == h_sb); -+ if (shared) -+ continue; -+ -+ /* sb->s_root for NFS is unreliable */ -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, buf); -+ if (unlikely(err)) -+ goto out; -+ -+ if (bsize > buf->f_bsize) { -+ /* -+ * we will reduce bsize, so we have to expand blocks -+ * etc. to match them again -+ */ -+ factor = (bsize / buf->f_bsize); -+ blocks = au_mul_till_max(blocks, factor); -+ bfree = au_mul_till_max(bfree, factor); -+ bavail = au_mul_till_max(bavail, factor); -+ bsize = buf->f_bsize; -+ } -+ -+ factor = (buf->f_bsize / bsize); -+ blocks = au_add_till_max(blocks, -+ au_mul_till_max(buf->f_blocks, factor)); -+ bfree = au_add_till_max(bfree, -+ au_mul_till_max(buf->f_bfree, factor)); -+ bavail = au_add_till_max(bavail, -+ au_mul_till_max(buf->f_bavail, factor)); -+ files = au_add_till_max(files, buf->f_files); -+ ffree = au_add_till_max(ffree, buf->f_ffree); -+ } -+ -+ buf->f_bsize = bsize; -+ buf->f_blocks = blocks; -+ buf->f_bfree = bfree; -+ buf->f_bavail = bavail; -+ buf->f_files = files; -+ buf->f_ffree = ffree; -+ buf->f_frsize = 0; -+ -+out: -+ return err; -+} -+ -+static int aufs_statfs(struct dentry *dentry, struct kstatfs *buf) -+{ -+ int err; -+ struct path h_path; -+ struct super_block *sb; -+ -+ /* lock free root dinfo */ -+ sb = dentry->d_sb; -+ si_noflush_read_lock(sb); -+ if (!au_opt_test(au_mntflags(sb), SUM)) { -+ /* sb->s_root for NFS is unreliable */ -+ h_path.mnt = au_sbr_mnt(sb, 0); -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, buf); -+ } else -+ err = au_statfs_sum(sb, buf); -+ si_read_unlock(sb); -+ -+ if (!err) { -+ buf->f_type = AUFS_SUPER_MAGIC; -+ buf->f_namelen = AUFS_MAX_NAMELEN; -+ memset(&buf->f_fsid, 0, sizeof(buf->f_fsid)); -+ } -+ /* buf->f_bsize = buf->f_blocks = buf->f_bfree = buf->f_bavail = -1; */ -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_sync_fs(struct super_block *sb, int wait) -+{ -+ int err, e; -+ aufs_bindex_t bbot, bindex; -+ struct au_branch *br; -+ struct super_block *h_sb; -+ -+ err = 0; -+ si_noflush_read_lock(sb); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_writable(br->br_perm)) -+ continue; -+ -+ h_sb = au_sbr_sb(sb, bindex); -+ if (h_sb->s_op->sync_fs) { -+ e = h_sb->s_op->sync_fs(h_sb, wait); -+ if (unlikely(e && !err)) -+ err = e; -+ /* go on even if an error happens */ -+ } -+ } -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* final actions when unmounting a file system */ -+static void aufs_put_super(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = au_sbi(sb); -+ if (!sbinfo) -+ return; -+ -+ dbgaufs_si_fin(sbinfo); -+ kobject_put(&sbinfo->si_kobj); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, -+ struct super_block *sb, void *arg) -+{ -+ void *array; -+ unsigned long long n, sz; -+ -+ array = NULL; -+ n = 0; -+ if (!*hint) -+ goto out; -+ -+ if (*hint > ULLONG_MAX / sizeof(array)) { -+ array = ERR_PTR(-EMFILE); -+ pr_err("hint %llu\n", *hint); -+ goto out; -+ } -+ -+ sz = sizeof(array) * *hint; -+ array = kzalloc(sz, GFP_NOFS); -+ if (unlikely(!array)) -+ array = vzalloc(sz); -+ if (unlikely(!array)) { -+ array = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ n = cb(sb, array, *hint, arg); -+ AuDebugOn(n > *hint); -+ -+out: -+ *hint = n; -+ return array; -+} -+ -+static unsigned long long au_iarray_cb(struct super_block *sb, void *a, -+ unsigned long long max __maybe_unused, -+ void *arg) -+{ -+ unsigned long long n; -+ struct inode **p, *inode; -+ struct list_head *head; -+ -+ n = 0; -+ p = a; -+ head = arg; -+ spin_lock(&sb->s_inode_list_lock); -+ list_for_each_entry(inode, head, i_sb_list) { -+ if (!au_is_bad_inode(inode) -+ && au_ii(inode)->ii_btop >= 0) { -+ spin_lock(&inode->i_lock); -+ if (atomic_read(&inode->i_count)) { -+ au_igrab(inode); -+ *p++ = inode; -+ n++; -+ AuDebugOn(n > max); -+ } -+ spin_unlock(&inode->i_lock); -+ } -+ } -+ spin_unlock(&sb->s_inode_list_lock); -+ -+ return n; -+} -+ -+struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max) -+{ -+ *max = au_ninodes(sb); -+ return au_array_alloc(max, au_iarray_cb, sb, &sb->s_inodes); -+} -+ -+void au_iarray_free(struct inode **a, unsigned long long max) -+{ -+ unsigned long long ull; -+ -+ for (ull = 0; ull < max; ull++) -+ iput(a[ull]); -+ kvfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * refresh dentry and inode at remount time. -+ */ -+/* todo: consolidate with simple_reval_dpath() and au_reval_for_attr() */ -+static int au_do_refresh(struct dentry *dentry, unsigned int dir_flags, -+ struct dentry *parent) -+{ -+ int err; -+ -+ di_write_lock_child(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(dentry, parent); -+ if (!err && dir_flags) -+ au_hn_reset(d_inode(dentry), dir_flags); -+ di_read_unlock(parent, AuLock_IR); -+ di_write_unlock(dentry); -+ -+ return err; -+} -+ -+static int au_do_refresh_d(struct dentry *dentry, unsigned int sigen, -+ struct au_sbinfo *sbinfo, -+ const unsigned int dir_flags, unsigned int do_idop) -+{ -+ int err; -+ struct dentry *parent; -+ -+ err = 0; -+ parent = dget_parent(dentry); -+ if (!au_digen_test(parent, sigen) && au_digen_test(dentry, sigen)) { -+ if (d_really_is_positive(dentry)) { -+ if (!d_is_dir(dentry)) -+ err = au_do_refresh(dentry, /*dir_flags*/0, -+ parent); -+ else { -+ err = au_do_refresh(dentry, dir_flags, parent); -+ if (unlikely(err)) -+ au_fset_si(sbinfo, FAILED_REFRESH_DIR); -+ } -+ } else -+ err = au_do_refresh(dentry, /*dir_flags*/0, parent); -+ AuDbgDentry(dentry); -+ } -+ dput(parent); -+ -+ if (!err) { -+ if (do_idop) -+ au_refresh_dop(dentry, /*force_reval*/0); -+ } else -+ au_refresh_dop(dentry, /*force_reval*/1); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_refresh_d(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, i, j, ndentry, e; -+ unsigned int sigen; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries, *d; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root = sb->s_root; -+ const unsigned int dir_flags = au_hi_flags(d_inode(root), /*isdir*/1); -+ -+ if (do_idop) -+ au_refresh_dop(root, /*force_reval*/0); -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, root, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ sigen = au_sigen(sb); -+ sbinfo = au_sbi(sb); -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ d = dentries[j]; -+ e = au_do_refresh_d(d, sigen, sbinfo, dir_flags, -+ do_idop); -+ if (unlikely(e && !err)) -+ err = e; -+ /* go on even err */ -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int au_refresh_i(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, e; -+ unsigned int sigen; -+ unsigned long long max, ull; -+ struct inode *inode, **array; -+ -+ array = au_iarray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ sigen = au_sigen(sb); -+ for (ull = 0; ull < max; ull++) { -+ inode = array[ull]; -+ if (unlikely(!inode)) -+ break; -+ -+ e = 0; -+ ii_write_lock_child(inode); -+ if (au_iigen(inode, NULL) != sigen) { -+ e = au_refresh_hinode_self(inode); -+ if (unlikely(e)) { -+ au_refresh_iop(inode, /*force_getattr*/1); -+ pr_err("error %d, i%lu\n", e, inode->i_ino); -+ if (!err) -+ err = e; -+ /* go on even if err */ -+ } -+ } -+ if (!e && do_idop) -+ au_refresh_iop(inode, /*force_getattr*/0); -+ ii_write_unlock(inode); -+ } -+ -+ au_iarray_free(array, max); -+ -+out: -+ return err; -+} -+ -+static void au_remount_refresh(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, e; -+ unsigned int udba; -+ aufs_bindex_t bindex, bbot; -+ struct dentry *root; -+ struct inode *inode; -+ struct au_branch *br; -+ struct au_sbinfo *sbi; -+ -+ au_sigen_inc(sb); -+ sbi = au_sbi(sb); -+ au_fclr_si(sbi, FAILED_REFRESH_DIR); -+ -+ root = sb->s_root; -+ DiMustNoWaiters(root); -+ inode = d_inode(root); -+ IiMustNoWaiters(inode); -+ -+ udba = au_opt_udba(sb); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_hnotify_reset_br(udba, br, br->br_perm); -+ if (unlikely(err)) -+ AuIOErr("hnotify failed on br %d, %d, ignored\n", -+ bindex, err); -+ /* go on even if err */ -+ } -+ au_hn_reset(inode, au_hi_flags(inode, /*isdir*/1)); -+ -+ if (do_idop) { -+ if (au_ftest_si(sbi, NO_DREVAL)) { -+ AuDebugOn(sb->s_d_op == &aufs_dop_noreval); -+ sb->s_d_op = &aufs_dop_noreval; -+ AuDebugOn(sbi->si_iop_array == aufs_iop_nogetattr); -+ sbi->si_iop_array = aufs_iop_nogetattr; -+ } else { -+ AuDebugOn(sb->s_d_op == &aufs_dop); -+ sb->s_d_op = &aufs_dop; -+ AuDebugOn(sbi->si_iop_array == aufs_iop); -+ sbi->si_iop_array = aufs_iop; -+ } -+ pr_info("reset to %pf and %pf\n", -+ sb->s_d_op, sbi->si_iop_array); -+ } -+ -+ di_write_unlock(root); -+ err = au_refresh_d(sb, do_idop); -+ e = au_refresh_i(sb, do_idop); -+ if (unlikely(e && !err)) -+ err = e; -+ /* aufs_write_lock() calls ..._child() */ -+ di_write_lock_child(root); -+ -+ au_cpup_attr_all(inode, /*force*/1); -+ -+ if (unlikely(err)) -+ AuIOErr("refresh failed, ignored, %d\n", err); -+} -+ -+/* stop extra interpretation of errno in mount(8), and strange error messages */ -+static int cvt_err(int err) -+{ -+ AuTraceErr(err); -+ -+ switch (err) { -+ case -ENOENT: -+ case -ENOTDIR: -+ case -EEXIST: -+ case -EIO: -+ err = -EINVAL; -+ } -+ return err; -+} -+ -+static int aufs_remount_fs(struct super_block *sb, int *flags, char *data) -+{ -+ int err, do_dx; -+ unsigned int mntflags; -+ struct au_opts opts = { -+ .opt = NULL -+ }; -+ struct dentry *root; -+ struct inode *inode; -+ struct au_sbinfo *sbinfo; -+ -+ err = 0; -+ root = sb->s_root; -+ if (!data || !*data) { -+ err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (!err) { -+ di_write_lock_child(root); -+ err = au_opts_verify(sb, *flags, /*pending*/0); -+ aufs_write_unlock(root); -+ } -+ goto out; -+ } -+ -+ err = -ENOMEM; -+ opts.opt = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!opts.opt)) -+ goto out; -+ opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); -+ opts.flags = AuOpts_REMOUNT; -+ opts.sb_flags = *flags; -+ -+ /* parse it before aufs lock */ -+ err = au_opts_parse(sb, data, &opts); -+ if (unlikely(err)) -+ goto out_opts; -+ -+ sbinfo = au_sbi(sb); -+ inode = d_inode(root); -+ inode_lock(inode); -+ err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_mtx; -+ di_write_lock_child(root); -+ -+ /* au_opts_remount() may return an error */ -+ err = au_opts_remount(sb, &opts); -+ au_opts_free(&opts); -+ -+ if (au_ftest_opts(opts.flags, REFRESH)) -+ au_remount_refresh(sb, au_ftest_opts(opts.flags, REFRESH_IDOP)); -+ -+ if (au_ftest_opts(opts.flags, REFRESH_DYAOP)) { -+ mntflags = au_mntflags(sb); -+ do_dx = !!au_opt_test(mntflags, DIO); -+ au_dy_arefresh(do_dx); -+ } -+ -+ au_fhsm_wrote_all(sb, /*force*/1); /* ?? */ -+ aufs_write_unlock(root); -+ -+out_mtx: -+ inode_unlock(inode); -+out_opts: -+ au_delayed_free_page((unsigned long)opts.opt); -+out: -+ err = cvt_err(err); -+ AuTraceErr(err); -+ return err; -+} -+ -+static const struct super_operations aufs_sop = { -+ .alloc_inode = aufs_alloc_inode, -+ .destroy_inode = aufs_destroy_inode, -+ /* always deleting, no clearing */ -+ .drop_inode = generic_delete_inode, -+ .show_options = aufs_show_options, -+ .statfs = aufs_statfs, -+ .put_super = aufs_put_super, -+ .sync_fs = aufs_sync_fs, -+ .remount_fs = aufs_remount_fs -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int alloc_root(struct super_block *sb) -+{ -+ int err; -+ struct inode *inode; -+ struct dentry *root; -+ -+ err = -ENOMEM; -+ inode = au_iget_locked(sb, AUFS_ROOT_INO); -+ err = PTR_ERR(inode); -+ if (IS_ERR(inode)) -+ goto out; -+ -+ inode->i_op = aufs_iop + AuIop_DIR; /* with getattr by default */ -+ inode->i_fop = &aufs_dir_fop; -+ inode->i_mode = S_IFDIR; -+ set_nlink(inode, 2); -+ unlock_new_inode(inode); -+ -+ root = d_make_root(inode); -+ if (unlikely(!root)) -+ goto out; -+ err = PTR_ERR(root); -+ if (IS_ERR(root)) -+ goto out; -+ -+ err = au_di_init(root); -+ if (!err) { -+ sb->s_root = root; -+ return 0; /* success */ -+ } -+ dput(root); -+ -+out: -+ return err; -+} -+ -+static int aufs_fill_super(struct super_block *sb, void *raw_data, -+ int silent __maybe_unused) -+{ -+ int err; -+ struct au_opts opts = { -+ .opt = NULL -+ }; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root; -+ struct inode *inode; -+ char *arg = raw_data; -+ -+ if (unlikely(!arg || !*arg)) { -+ err = -EINVAL; -+ pr_err("no arg\n"); -+ goto out; -+ } -+ -+ err = -ENOMEM; -+ opts.opt = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!opts.opt)) -+ goto out; -+ opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); -+ opts.sb_flags = sb->s_flags; -+ -+ err = au_si_alloc(sb); -+ if (unlikely(err)) -+ goto out_opts; -+ sbinfo = au_sbi(sb); -+ -+ /* all timestamps always follow the ones on the branch */ -+ sb->s_flags |= MS_NOATIME | MS_NODIRATIME; -+ sb->s_op = &aufs_sop; -+ sb->s_d_op = &aufs_dop; -+ sb->s_magic = AUFS_SUPER_MAGIC; -+ sb->s_maxbytes = 0; -+ sb->s_stack_depth = 1; -+ au_export_init(sb); -+ au_xattr_init(sb); -+ -+ err = alloc_root(sb); -+ if (unlikely(err)) { -+ si_write_unlock(sb); -+ goto out_info; -+ } -+ root = sb->s_root; -+ inode = d_inode(root); -+ -+ /* -+ * actually we can parse options regardless aufs lock here. -+ * but at remount time, parsing must be done before aufs lock. -+ * so we follow the same rule. -+ */ -+ ii_write_lock_parent(inode); -+ aufs_write_unlock(root); -+ err = au_opts_parse(sb, arg, &opts); -+ if (unlikely(err)) -+ goto out_root; -+ -+ /* lock vfs_inode first, then aufs. */ -+ inode_lock(inode); -+ aufs_write_lock(root); -+ err = au_opts_mount(sb, &opts); -+ au_opts_free(&opts); -+ if (!err && au_ftest_si(sbinfo, NO_DREVAL)) { -+ sb->s_d_op = &aufs_dop_noreval; -+ pr_info("%pf\n", sb->s_d_op); -+ au_refresh_dop(root, /*force_reval*/0); -+ sbinfo->si_iop_array = aufs_iop_nogetattr; -+ au_refresh_iop(inode, /*force_getattr*/0); -+ } -+ aufs_write_unlock(root); -+ inode_unlock(inode); -+ if (!err) -+ goto out_opts; /* success */ -+ -+out_root: -+ dput(root); -+ sb->s_root = NULL; -+out_info: -+ dbgaufs_si_fin(sbinfo); -+ kobject_put(&sbinfo->si_kobj); -+ sb->s_fs_info = NULL; -+out_opts: -+ au_delayed_free_page((unsigned long)opts.opt); -+out: -+ AuTraceErr(err); -+ err = cvt_err(err); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *aufs_mount(struct file_system_type *fs_type, int flags, -+ const char *dev_name __maybe_unused, -+ void *raw_data) -+{ -+ struct dentry *root; -+ struct super_block *sb; -+ -+ /* all timestamps always follow the ones on the branch */ -+ /* mnt->mnt_flags |= MNT_NOATIME | MNT_NODIRATIME; */ -+ root = mount_nodev(fs_type, flags, raw_data, aufs_fill_super); -+ if (IS_ERR(root)) -+ goto out; -+ -+ sb = root->d_sb; -+ si_write_lock(sb, !AuLock_FLUSH); -+ sysaufs_brs_add(sb, 0); -+ si_write_unlock(sb); -+ au_sbilist_add(sb); -+ -+out: -+ return root; -+} -+ -+static void aufs_kill_sb(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = au_sbi(sb); -+ if (sbinfo) { -+ au_sbilist_del(sb); -+ aufs_write_lock(sb->s_root); -+ au_fhsm_fin(sb); -+ if (sbinfo->si_wbr_create_ops->fin) -+ sbinfo->si_wbr_create_ops->fin(sb); -+ if (au_opt_test(sbinfo->si_mntflags, UDBA_HNOTIFY)) { -+ au_opt_set_udba(sbinfo->si_mntflags, UDBA_NONE); -+ au_remount_refresh(sb, /*do_idop*/0); -+ } -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_put(sb, /*verbose*/1); -+ au_xino_clr(sb); -+ sbinfo->si_sb = NULL; -+ aufs_write_unlock(sb->s_root); -+ au_nwt_flush(&sbinfo->si_nowait); -+ } -+ kill_anon_super(sb); -+} -+ -+struct file_system_type aufs_fs_type = { -+ .name = AUFS_FSTYPE, -+ /* a race between rename and others */ -+ .fs_flags = FS_RENAME_DOES_D_MOVE, -+ .mount = aufs_mount, -+ .kill_sb = aufs_kill_sb, -+ /* no need to __module_get() and module_put(). */ -+ .owner = THIS_MODULE, -+}; -diff --git a/fs/aufs/super.h b/fs/aufs/super.h -new file mode 100644 -index 0000000..ba614b3 ---- /dev/null -+++ b/fs/aufs/super.h -@@ -0,0 +1,626 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * super_block operations -+ */ -+ -+#ifndef __AUFS_SUPER_H__ -+#define __AUFS_SUPER_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include "rwsem.h" -+#include "spl.h" -+#include "wkq.h" -+ -+/* policies to select one among multiple writable branches */ -+struct au_wbr_copyup_operations { -+ int (*copyup)(struct dentry *dentry); -+}; -+ -+#define AuWbr_DIR 1 /* target is a dir */ -+#define AuWbr_PARENT (1 << 1) /* always require a parent */ -+ -+#define au_ftest_wbr(flags, name) ((flags) & AuWbr_##name) -+#define au_fset_wbr(flags, name) { (flags) |= AuWbr_##name; } -+#define au_fclr_wbr(flags, name) { (flags) &= ~AuWbr_##name; } -+ -+struct au_wbr_create_operations { -+ int (*create)(struct dentry *dentry, unsigned int flags); -+ int (*init)(struct super_block *sb); -+ int (*fin)(struct super_block *sb); -+}; -+ -+struct au_wbr_mfs { -+ struct mutex mfs_lock; /* protect this structure */ -+ unsigned long mfs_jiffy; -+ unsigned long mfs_expire; -+ aufs_bindex_t mfs_bindex; -+ -+ unsigned long long mfsrr_bytes; -+ unsigned long long mfsrr_watermark; -+}; -+ -+#define AuPlink_NHASH 100 -+static inline int au_plink_hash(ino_t ino) -+{ -+ return ino % AuPlink_NHASH; -+} -+ -+/* File-based Hierarchical Storage Management */ -+struct au_fhsm { -+#ifdef CONFIG_AUFS_FHSM -+ /* allow only one process who can receive the notification */ -+ spinlock_t fhsm_spin; -+ pid_t fhsm_pid; -+ wait_queue_head_t fhsm_wqh; -+ atomic_t fhsm_readable; -+ -+ /* these are protected by si_rwsem */ -+ unsigned long fhsm_expire; -+ aufs_bindex_t fhsm_bottom; -+#endif -+}; -+ -+#define AU_PIDSTEP (int)(BITS_TO_LONGS(PID_MAX_DEFAULT) * BITS_PER_LONG) -+#define AU_NPIDMAP (int)DIV_ROUND_UP(PID_MAX_LIMIT, AU_PIDSTEP) -+struct au_si_pid { -+ unsigned long *pid_bitmap[AU_NPIDMAP]; -+ struct mutex pid_mtx; -+}; -+ -+struct au_branch; -+struct au_sbinfo { -+ /* nowait tasks in the system-wide workqueue */ -+ struct au_nowait_tasks si_nowait; -+ -+ /* -+ * tried sb->s_umount, but failed due to the dependecy between i_mutex. -+ * rwsem for au_sbinfo is necessary. -+ */ -+ struct au_rwsem si_rwsem; -+ -+ /* prevent recursive locking in deleting inode */ -+ struct au_si_pid au_si_pid; -+ -+ /* -+ * dirty approach to protect sb->sb_inodes and ->s_files (gone) from -+ * remount. -+ */ -+ struct percpu_counter si_ninodes, si_nfiles; -+ -+ /* branch management */ -+ unsigned int si_generation; -+ -+ /* see AuSi_ flags */ -+ unsigned char au_si_status; -+ -+ aufs_bindex_t si_bbot; -+ -+ /* dirty trick to keep br_id plus */ -+ unsigned int si_last_br_id : -+ sizeof(aufs_bindex_t) * BITS_PER_BYTE - 1; -+ struct au_branch **si_branch; -+ -+ /* policy to select a writable branch */ -+ unsigned char si_wbr_copyup; -+ unsigned char si_wbr_create; -+ struct au_wbr_copyup_operations *si_wbr_copyup_ops; -+ struct au_wbr_create_operations *si_wbr_create_ops; -+ -+ /* round robin */ -+ atomic_t si_wbr_rr_next; -+ -+ /* most free space */ -+ struct au_wbr_mfs si_wbr_mfs; -+ -+ /* File-based Hierarchical Storage Management */ -+ struct au_fhsm si_fhsm; -+ -+ /* mount flags */ -+ /* include/asm-ia64/siginfo.h defines a macro named si_flags */ -+ unsigned int si_mntflags; -+ -+ /* external inode number (bitmap and translation table) */ -+ vfs_readf_t si_xread; -+ vfs_writef_t si_xwrite; -+ struct file *si_xib; -+ struct mutex si_xib_mtx; /* protect xib members */ -+ unsigned long *si_xib_buf; -+ unsigned long si_xib_last_pindex; -+ int si_xib_next_bit; -+ aufs_bindex_t si_xino_brid; -+ unsigned long si_xino_jiffy; -+ unsigned long si_xino_expire; -+ /* reserved for future use */ -+ /* unsigned long long si_xib_limit; */ /* Max xib file size */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+ /* i_generation */ -+ struct file *si_xigen; -+ atomic_t si_xigen_next; -+#endif -+ -+ /* dirty trick to suppoer atomic_open */ -+ struct au_sphlhead si_aopen; -+ -+ /* vdir parameters */ -+ unsigned long si_rdcache; /* max cache time in jiffies */ -+ unsigned int si_rdblk; /* deblk size */ -+ unsigned int si_rdhash; /* hash size */ -+ -+ /* -+ * If the number of whiteouts are larger than si_dirwh, leave all of -+ * them after au_whtmp_ren to reduce the cost of rmdir(2). -+ * future fsck.aufs or kernel thread will remove them later. -+ * Otherwise, remove all whiteouts and the dir in rmdir(2). -+ */ -+ unsigned int si_dirwh; -+ -+ /* pseudo_link list */ -+ struct au_sphlhead si_plink[AuPlink_NHASH]; -+ wait_queue_head_t si_plink_wq; -+ spinlock_t si_plink_maint_lock; -+ pid_t si_plink_maint_pid; -+ -+ /* file list */ -+ struct au_sphlhead si_files; -+ -+ /* with/without getattr, brother of sb->s_d_op */ -+ struct inode_operations *si_iop_array; -+ -+ /* -+ * sysfs and lifetime management. -+ * this is not a small structure and it may be a waste of memory in case -+ * of sysfs is disabled, particulary when many aufs-es are mounted. -+ * but using sysfs is majority. -+ */ -+ struct kobject si_kobj; -+#ifdef CONFIG_DEBUG_FS -+ struct dentry *si_dbgaufs; -+ struct dentry *si_dbgaufs_plink; -+ struct dentry *si_dbgaufs_xib; -+#ifdef CONFIG_AUFS_EXPORT -+ struct dentry *si_dbgaufs_xigen; -+#endif -+#endif -+ -+#ifdef CONFIG_AUFS_SBILIST -+ struct hlist_node si_list; -+#endif -+ -+ /* dirty, necessary for unmounting, sysfs and sysrq */ -+ struct super_block *si_sb; -+}; -+ -+/* sbinfo status flags */ -+/* -+ * set true when refresh_dirs() failed at remount time. -+ * then try refreshing dirs at access time again. -+ * if it is false, refreshing dirs at access time is unnecesary -+ */ -+#define AuSi_FAILED_REFRESH_DIR 1 -+#define AuSi_FHSM (1 << 1) /* fhsm is active now */ -+#define AuSi_NO_DREVAL (1 << 2) /* disable all d_revalidate */ -+ -+#ifndef CONFIG_AUFS_FHSM -+#undef AuSi_FHSM -+#define AuSi_FHSM 0 -+#endif -+ -+static inline unsigned char au_do_ftest_si(struct au_sbinfo *sbi, -+ unsigned int flag) -+{ -+ AuRwMustAnyLock(&sbi->si_rwsem); -+ return sbi->au_si_status & flag; -+} -+#define au_ftest_si(sbinfo, name) au_do_ftest_si(sbinfo, AuSi_##name) -+#define au_fset_si(sbinfo, name) do { \ -+ AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ -+ (sbinfo)->au_si_status |= AuSi_##name; \ -+} while (0) -+#define au_fclr_si(sbinfo, name) do { \ -+ AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ -+ (sbinfo)->au_si_status &= ~AuSi_##name; \ -+} while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policy to select one among writable branches */ -+#define AuWbrCopyup(sbinfo, ...) \ -+ ((sbinfo)->si_wbr_copyup_ops->copyup(__VA_ARGS__)) -+#define AuWbrCreate(sbinfo, ...) \ -+ ((sbinfo)->si_wbr_create_ops->create(__VA_ARGS__)) -+ -+/* flags for si_read_lock()/aufs_read_lock()/di_read_lock() */ -+#define AuLock_DW 1 /* write-lock dentry */ -+#define AuLock_IR (1 << 1) /* read-lock inode */ -+#define AuLock_IW (1 << 2) /* write-lock inode */ -+#define AuLock_FLUSH (1 << 3) /* wait for 'nowait' tasks */ -+#define AuLock_DIRS (1 << 4) /* target is a pair of dirs */ -+ /* except RENAME_EXCHANGE */ -+#define AuLock_NOPLM (1 << 5) /* return err in plm mode */ -+#define AuLock_NOPLMW (1 << 6) /* wait for plm mode ends */ -+#define AuLock_GEN (1 << 7) /* test digen/iigen */ -+#define au_ftest_lock(flags, name) ((flags) & AuLock_##name) -+#define au_fset_lock(flags, name) \ -+ do { (flags) |= AuLock_##name; } while (0) -+#define au_fclr_lock(flags, name) \ -+ do { (flags) &= ~AuLock_##name; } while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* super.c */ -+extern struct file_system_type aufs_fs_type; -+struct inode *au_iget_locked(struct super_block *sb, ino_t ino); -+typedef unsigned long long (*au_arraycb_t)(struct super_block *sb, void *array, -+ unsigned long long max, void *arg); -+void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, -+ struct super_block *sb, void *arg); -+struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max); -+void au_iarray_free(struct inode **a, unsigned long long max); -+ -+/* sbinfo.c */ -+void au_si_free(struct kobject *kobj); -+int au_si_alloc(struct super_block *sb); -+int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr, int may_shrink); -+ -+unsigned int au_sigen_inc(struct super_block *sb); -+aufs_bindex_t au_new_br_id(struct super_block *sb); -+ -+int si_read_lock(struct super_block *sb, int flags); -+int si_write_lock(struct super_block *sb, int flags); -+int aufs_read_lock(struct dentry *dentry, int flags); -+void aufs_read_unlock(struct dentry *dentry, int flags); -+void aufs_write_lock(struct dentry *dentry); -+void aufs_write_unlock(struct dentry *dentry); -+int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags); -+void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2); -+ -+/* wbr_policy.c */ -+extern struct au_wbr_copyup_operations au_wbr_copyup_ops[]; -+extern struct au_wbr_create_operations au_wbr_create_ops[]; -+int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex); -+int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t btop); -+ -+/* mvdown.c */ -+int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *arg); -+ -+#ifdef CONFIG_AUFS_FHSM -+/* fhsm.c */ -+ -+static inline pid_t au_fhsm_pid(struct au_fhsm *fhsm) -+{ -+ pid_t pid; -+ -+ spin_lock(&fhsm->fhsm_spin); -+ pid = fhsm->fhsm_pid; -+ spin_unlock(&fhsm->fhsm_spin); -+ -+ return pid; -+} -+ -+void au_fhsm_wrote(struct super_block *sb, aufs_bindex_t bindex, int force); -+void au_fhsm_wrote_all(struct super_block *sb, int force); -+int au_fhsm_fd(struct super_block *sb, int oflags); -+int au_fhsm_br_alloc(struct au_branch *br); -+void au_fhsm_set_bottom(struct super_block *sb, aufs_bindex_t bindex); -+void au_fhsm_fin(struct super_block *sb); -+void au_fhsm_init(struct au_sbinfo *sbinfo); -+void au_fhsm_set(struct au_sbinfo *sbinfo, unsigned int sec); -+void au_fhsm_show(struct seq_file *seq, struct au_sbinfo *sbinfo); -+#else -+AuStubVoid(au_fhsm_wrote, struct super_block *sb, aufs_bindex_t bindex, -+ int force) -+AuStubVoid(au_fhsm_wrote_all, struct super_block *sb, int force) -+AuStub(int, au_fhsm_fd, return -EOPNOTSUPP, struct super_block *sb, int oflags) -+AuStub(pid_t, au_fhsm_pid, return 0, struct au_fhsm *fhsm) -+AuStubInt0(au_fhsm_br_alloc, struct au_branch *br) -+AuStubVoid(au_fhsm_set_bottom, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(au_fhsm_fin, struct super_block *sb) -+AuStubVoid(au_fhsm_init, struct au_sbinfo *sbinfo) -+AuStubVoid(au_fhsm_set, struct au_sbinfo *sbinfo, unsigned int sec) -+AuStubVoid(au_fhsm_show, struct seq_file *seq, struct au_sbinfo *sbinfo) -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_sbinfo *au_sbi(struct super_block *sb) -+{ -+ return sb->s_fs_info; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+int au_test_nfsd(void); -+void au_export_init(struct super_block *sb); -+void au_xigen_inc(struct inode *inode); -+int au_xigen_new(struct inode *inode); -+int au_xigen_set(struct super_block *sb, struct file *base); -+void au_xigen_clr(struct super_block *sb); -+ -+static inline int au_busy_or_stale(void) -+{ -+ if (!au_test_nfsd()) -+ return -EBUSY; -+ return -ESTALE; -+} -+#else -+AuStubInt0(au_test_nfsd, void) -+AuStubVoid(au_export_init, struct super_block *sb) -+AuStubVoid(au_xigen_inc, struct inode *inode) -+AuStubInt0(au_xigen_new, struct inode *inode) -+AuStubInt0(au_xigen_set, struct super_block *sb, struct file *base) -+AuStubVoid(au_xigen_clr, struct super_block *sb) -+AuStub(int, au_busy_or_stale, return -EBUSY, void) -+#endif /* CONFIG_AUFS_EXPORT */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_SBILIST -+/* module.c */ -+extern struct au_sphlhead au_sbilist; -+ -+static inline void au_sbilist_init(void) -+{ -+ au_sphl_init(&au_sbilist); -+} -+ -+static inline void au_sbilist_add(struct super_block *sb) -+{ -+ au_sphl_add(&au_sbi(sb)->si_list, &au_sbilist); -+} -+ -+static inline void au_sbilist_del(struct super_block *sb) -+{ -+ au_sphl_del(&au_sbi(sb)->si_list, &au_sbilist); -+} -+ -+#ifdef CONFIG_AUFS_MAGIC_SYSRQ -+static inline void au_sbilist_lock(void) -+{ -+ spin_lock(&au_sbilist.spin); -+} -+ -+static inline void au_sbilist_unlock(void) -+{ -+ spin_unlock(&au_sbilist.spin); -+} -+#define AuGFP_SBILIST GFP_ATOMIC -+#else -+AuStubVoid(au_sbilist_lock, void) -+AuStubVoid(au_sbilist_unlock, void) -+#define AuGFP_SBILIST GFP_NOFS -+#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ -+#else -+AuStubVoid(au_sbilist_init, void) -+AuStubVoid(au_sbilist_add, struct super_block *sb) -+AuStubVoid(au_sbilist_del, struct super_block *sb) -+AuStubVoid(au_sbilist_lock, void) -+AuStubVoid(au_sbilist_unlock, void) -+#define AuGFP_SBILIST GFP_NOFS -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void dbgaufs_si_null(struct au_sbinfo *sbinfo) -+{ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+#ifdef CONFIG_DEBUG_FS -+ sbinfo->si_dbgaufs = NULL; -+ sbinfo->si_dbgaufs_plink = NULL; -+ sbinfo->si_dbgaufs_xib = NULL; -+#ifdef CONFIG_AUFS_EXPORT -+ sbinfo->si_dbgaufs_xigen = NULL; -+#endif -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void si_pid_idx_bit(int *idx, pid_t *bit) -+{ -+ /* the origin of pid is 1, but the bitmap's is 0 */ -+ *bit = current->pid - 1; -+ *idx = *bit / AU_PIDSTEP; -+ *bit %= AU_PIDSTEP; -+} -+ -+static inline int si_pid_test(struct super_block *sb) -+{ -+ pid_t bit; -+ int idx; -+ unsigned long *bitmap; -+ -+ si_pid_idx_bit(&idx, &bit); -+ bitmap = au_sbi(sb)->au_si_pid.pid_bitmap[idx]; -+ if (bitmap) -+ return test_bit(bit, bitmap); -+ return 0; -+} -+ -+static inline void si_pid_clr(struct super_block *sb) -+{ -+ pid_t bit; -+ int idx; -+ unsigned long *bitmap; -+ -+ si_pid_idx_bit(&idx, &bit); -+ bitmap = au_sbi(sb)->au_si_pid.pid_bitmap[idx]; -+ BUG_ON(!bitmap); -+ AuDebugOn(!test_bit(bit, bitmap)); -+ clear_bit(bit, bitmap); -+ /* smp_mb(); */ -+} -+ -+void si_pid_set(struct super_block *sb); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock superblock. mainly for entry point functions */ -+/* -+ * __si_read_lock, __si_write_lock, -+ * __si_read_unlock, __si_write_unlock, __si_downgrade_lock -+ */ -+AuSimpleRwsemFuncs(__si, struct super_block *sb, &au_sbi(sb)->si_rwsem); -+ -+#define SiMustNoWaiters(sb) AuRwMustNoWaiters(&au_sbi(sb)->si_rwsem) -+#define SiMustAnyLock(sb) AuRwMustAnyLock(&au_sbi(sb)->si_rwsem) -+#define SiMustWriteLock(sb) AuRwMustWriteLock(&au_sbi(sb)->si_rwsem) -+ -+static inline void si_noflush_read_lock(struct super_block *sb) -+{ -+ __si_read_lock(sb); -+ si_pid_set(sb); -+} -+ -+static inline int si_noflush_read_trylock(struct super_block *sb) -+{ -+ int locked; -+ -+ locked = __si_read_trylock(sb); -+ if (locked) -+ si_pid_set(sb); -+ return locked; -+} -+ -+static inline void si_noflush_write_lock(struct super_block *sb) -+{ -+ __si_write_lock(sb); -+ si_pid_set(sb); -+} -+ -+static inline int si_noflush_write_trylock(struct super_block *sb) -+{ -+ int locked; -+ -+ locked = __si_write_trylock(sb); -+ if (locked) -+ si_pid_set(sb); -+ return locked; -+} -+ -+#if 0 /* reserved */ -+static inline int si_read_trylock(struct super_block *sb, int flags) -+{ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ return si_noflush_read_trylock(sb); -+} -+#endif -+ -+static inline void si_read_unlock(struct super_block *sb) -+{ -+ si_pid_clr(sb); -+ __si_read_unlock(sb); -+} -+ -+#if 0 /* reserved */ -+static inline int si_write_trylock(struct super_block *sb, int flags) -+{ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ return si_noflush_write_trylock(sb); -+} -+#endif -+ -+static inline void si_write_unlock(struct super_block *sb) -+{ -+ si_pid_clr(sb); -+ __si_write_unlock(sb); -+} -+ -+#if 0 /* reserved */ -+static inline void si_downgrade_lock(struct super_block *sb) -+{ -+ __si_downgrade_lock(sb); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline aufs_bindex_t au_sbbot(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_bbot; -+} -+ -+static inline unsigned int au_mntflags(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_mntflags; -+} -+ -+static inline unsigned int au_sigen(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_generation; -+} -+ -+static inline unsigned long long au_ninodes(struct super_block *sb) -+{ -+ s64 n = percpu_counter_sum(&au_sbi(sb)->si_ninodes); -+ -+ BUG_ON(n < 0); -+ return n; -+} -+ -+static inline void au_ninodes_inc(struct super_block *sb) -+{ -+ percpu_counter_inc(&au_sbi(sb)->si_ninodes); -+} -+ -+static inline void au_ninodes_dec(struct super_block *sb) -+{ -+ percpu_counter_dec(&au_sbi(sb)->si_ninodes); -+} -+ -+static inline unsigned long long au_nfiles(struct super_block *sb) -+{ -+ s64 n = percpu_counter_sum(&au_sbi(sb)->si_nfiles); -+ -+ BUG_ON(n < 0); -+ return n; -+} -+ -+static inline void au_nfiles_inc(struct super_block *sb) -+{ -+ percpu_counter_inc(&au_sbi(sb)->si_nfiles); -+} -+ -+static inline void au_nfiles_dec(struct super_block *sb) -+{ -+ percpu_counter_dec(&au_sbi(sb)->si_nfiles); -+} -+ -+static inline struct au_branch *au_sbr(struct super_block *sb, -+ aufs_bindex_t bindex) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_branch[0 + bindex]; -+} -+ -+static inline void au_xino_brid_set(struct super_block *sb, aufs_bindex_t brid) -+{ -+ SiMustWriteLock(sb); -+ au_sbi(sb)->si_xino_brid = brid; -+} -+ -+static inline aufs_bindex_t au_xino_brid(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_xino_brid; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_SUPER_H__ */ -diff --git a/fs/aufs/sysaufs.c b/fs/aufs/sysaufs.c -new file mode 100644 -index 0000000..8ec10fb3 ---- /dev/null -+++ b/fs/aufs/sysaufs.c -@@ -0,0 +1,91 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface and lifetime management -+ * they are necessary regardless sysfs is disabled. -+ */ -+ -+#include -+#include "aufs.h" -+ -+unsigned long sysaufs_si_mask; -+struct kset *sysaufs_kset; -+ -+#define AuSiAttr(_name) { \ -+ .attr = { .name = __stringify(_name), .mode = 0444 }, \ -+ .show = sysaufs_si_##_name, \ -+} -+ -+static struct sysaufs_si_attr sysaufs_si_attr_xi_path = AuSiAttr(xi_path); -+struct attribute *sysaufs_si_attrs[] = { -+ &sysaufs_si_attr_xi_path.attr, -+ NULL, -+}; -+ -+static const struct sysfs_ops au_sbi_ops = { -+ .show = sysaufs_si_show -+}; -+ -+static struct kobj_type au_sbi_ktype = { -+ .release = au_si_free, -+ .sysfs_ops = &au_sbi_ops, -+ .default_attrs = sysaufs_si_attrs -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int sysaufs_si_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ -+ sbinfo->si_kobj.kset = sysaufs_kset; -+ /* cf. sysaufs_name() */ -+ err = kobject_init_and_add -+ (&sbinfo->si_kobj, &au_sbi_ktype, /*&sysaufs_kset->kobj*/NULL, -+ SysaufsSiNamePrefix "%lx", sysaufs_si_id(sbinfo)); -+ -+ dbgaufs_si_null(sbinfo); -+ if (!err) { -+ err = dbgaufs_si_init(sbinfo); -+ if (unlikely(err)) -+ kobject_put(&sbinfo->si_kobj); -+ } -+ return err; -+} -+ -+void sysaufs_fin(void) -+{ -+ dbgaufs_fin(); -+ sysfs_remove_group(&sysaufs_kset->kobj, sysaufs_attr_group); -+ kset_unregister(sysaufs_kset); -+} -+ -+int __init sysaufs_init(void) -+{ -+ int err; -+ -+ do { -+ get_random_bytes(&sysaufs_si_mask, sizeof(sysaufs_si_mask)); -+ } while (!sysaufs_si_mask); -+ -+ err = -EINVAL; -+ sysaufs_kset = kset_create_and_add(AUFS_NAME, NULL, fs_kobj); -+ if (unlikely(!sysaufs_kset)) -+ goto out; -+ err = PTR_ERR(sysaufs_kset); -+ if (IS_ERR(sysaufs_kset)) -+ goto out; -+ err = sysfs_create_group(&sysaufs_kset->kobj, sysaufs_attr_group); -+ if (unlikely(err)) { -+ kset_unregister(sysaufs_kset); -+ goto out; -+ } -+ -+ err = dbgaufs_init(); -+ if (unlikely(err)) -+ sysaufs_fin(); -+out: -+ return err; -+} -diff --git a/fs/aufs/sysaufs.h b/fs/aufs/sysaufs.h -new file mode 100644 -index 0000000..1f79983 ---- /dev/null -+++ b/fs/aufs/sysaufs.h -@@ -0,0 +1,88 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface and mount lifetime management -+ */ -+ -+#ifndef __SYSAUFS_H__ -+#define __SYSAUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "module.h" -+ -+struct super_block; -+struct au_sbinfo; -+ -+struct sysaufs_si_attr { -+ struct attribute attr; -+ int (*show)(struct seq_file *seq, struct super_block *sb); -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* sysaufs.c */ -+extern unsigned long sysaufs_si_mask; -+extern struct kset *sysaufs_kset; -+extern struct attribute *sysaufs_si_attrs[]; -+int sysaufs_si_init(struct au_sbinfo *sbinfo); -+int __init sysaufs_init(void); -+void sysaufs_fin(void); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* some people doesn't like to show a pointer in kernel */ -+static inline unsigned long sysaufs_si_id(struct au_sbinfo *sbinfo) -+{ -+ return sysaufs_si_mask ^ (unsigned long)sbinfo; -+} -+ -+#define SysaufsSiNamePrefix "si_" -+#define SysaufsSiNameLen (sizeof(SysaufsSiNamePrefix) + 16) -+static inline void sysaufs_name(struct au_sbinfo *sbinfo, char *name) -+{ -+ snprintf(name, SysaufsSiNameLen, SysaufsSiNamePrefix "%lx", -+ sysaufs_si_id(sbinfo)); -+} -+ -+struct au_branch; -+#ifdef CONFIG_SYSFS -+/* sysfs.c */ -+extern struct attribute_group *sysaufs_attr_group; -+ -+int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb); -+ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, -+ char *buf); -+long au_brinfo_ioctl(struct file *file, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_brinfo_compat_ioctl(struct file *file, unsigned long arg); -+#endif -+ -+void sysaufs_br_init(struct au_branch *br); -+void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex); -+void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); -+ -+#define sysaufs_brs_init() do {} while (0) -+ -+#else -+#define sysaufs_attr_group NULL -+ -+AuStubInt0(sysaufs_si_xi_path, struct seq_file *seq, struct super_block *sb) -+AuStub(ssize_t, sysaufs_si_show, return 0, struct kobject *kobj, -+ struct attribute *attr, char *buf) -+AuStubVoid(sysaufs_br_init, struct au_branch *br) -+AuStubVoid(sysaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(sysaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) -+ -+static inline void sysaufs_brs_init(void) -+{ -+ sysaufs_brs = 0; -+} -+ -+#endif /* CONFIG_SYSFS */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __SYSAUFS_H__ */ -diff --git a/fs/aufs/sysfs.c b/fs/aufs/sysfs.c -new file mode 100644 -index 0000000..f4c3170 ---- /dev/null -+++ b/fs/aufs/sysfs.c -@@ -0,0 +1,340 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static struct attribute *au_attr[] = { -+ NULL, /* need to NULL terminate the list of attributes */ -+}; -+ -+static struct attribute_group sysaufs_attr_group_body = { -+ .attrs = au_attr -+}; -+ -+struct attribute_group *sysaufs_attr_group = &sysaufs_attr_group_body; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb) -+{ -+ int err; -+ -+ SiMustAnyLock(sb); -+ -+ err = 0; -+ if (au_opt_test(au_mntflags(sb), XINO)) { -+ err = au_xino_path(seq, au_sbi(sb)->si_xib); -+ seq_putc(seq, '\n'); -+ } -+ return err; -+} -+ -+/* -+ * the lifetime of branch is independent from the entry under sysfs. -+ * sysfs handles the lifetime of the entry, and never call ->show() after it is -+ * unlinked. -+ */ -+static int sysaufs_si_br(struct seq_file *seq, struct super_block *sb, -+ aufs_bindex_t bindex, int idx) -+{ -+ int err; -+ struct path path; -+ struct dentry *root; -+ struct au_branch *br; -+ au_br_perm_str_t perm; -+ -+ AuDbg("b%d\n", bindex); -+ -+ err = 0; -+ root = sb->s_root; -+ di_read_lock_parent(root, !AuLock_IR); -+ br = au_sbr(sb, bindex); -+ -+ switch (idx) { -+ case AuBrSysfs_BR: -+ path.mnt = au_br_mnt(br); -+ path.dentry = au_h_dptr(root, bindex); -+ err = au_seq_path(seq, &path); -+ if (!err) { -+ au_optstr_br_perm(&perm, br->br_perm); -+ seq_printf(seq, "=%s\n", perm.a); -+ } -+ break; -+ case AuBrSysfs_BRID: -+ seq_printf(seq, "%d\n", br->br_id); -+ break; -+ } -+ di_read_unlock(root, !AuLock_IR); -+ if (unlikely(err || seq_has_overflowed(seq))) -+ err = -E2BIG; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct seq_file *au_seq(char *p, ssize_t len) -+{ -+ struct seq_file *seq; -+ -+ seq = kzalloc(sizeof(*seq), GFP_NOFS); -+ if (seq) { -+ /* mutex_init(&seq.lock); */ -+ seq->buf = p; -+ seq->size = len; -+ return seq; /* success */ -+ } -+ -+ seq = ERR_PTR(-ENOMEM); -+ return seq; -+} -+ -+#define SysaufsBr_PREFIX "br" -+#define SysaufsBrid_PREFIX "brid" -+ -+/* todo: file size may exceed PAGE_SIZE */ -+ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, -+ char *buf) -+{ -+ ssize_t err; -+ int idx; -+ long l; -+ aufs_bindex_t bbot; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct seq_file *seq; -+ char *name; -+ struct attribute **cattr; -+ -+ sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); -+ sb = sbinfo->si_sb; -+ -+ /* -+ * prevent a race condition between sysfs and aufs. -+ * for instance, sysfs_file_read() calls sysfs_get_active_two() which -+ * prohibits maintaining the sysfs entries. -+ * hew we acquire read lock after sysfs_get_active_two(). -+ * on the other hand, the remount process may maintain the sysfs/aufs -+ * entries after acquiring write lock. -+ * it can cause a deadlock. -+ * simply we gave up processing read here. -+ */ -+ err = -EBUSY; -+ if (unlikely(!si_noflush_read_trylock(sb))) -+ goto out; -+ -+ seq = au_seq(buf, PAGE_SIZE); -+ err = PTR_ERR(seq); -+ if (IS_ERR(seq)) -+ goto out_unlock; -+ -+ name = (void *)attr->name; -+ cattr = sysaufs_si_attrs; -+ while (*cattr) { -+ if (!strcmp(name, (*cattr)->name)) { -+ err = container_of(*cattr, struct sysaufs_si_attr, attr) -+ ->show(seq, sb); -+ goto out_seq; -+ } -+ cattr++; -+ } -+ -+ if (!strncmp(name, SysaufsBrid_PREFIX, -+ sizeof(SysaufsBrid_PREFIX) - 1)) { -+ idx = AuBrSysfs_BRID; -+ name += sizeof(SysaufsBrid_PREFIX) - 1; -+ } else if (!strncmp(name, SysaufsBr_PREFIX, -+ sizeof(SysaufsBr_PREFIX) - 1)) { -+ idx = AuBrSysfs_BR; -+ name += sizeof(SysaufsBr_PREFIX) - 1; -+ } else -+ BUG(); -+ -+ err = kstrtol(name, 10, &l); -+ if (!err) { -+ bbot = au_sbbot(sb); -+ if (l <= bbot) -+ err = sysaufs_si_br(seq, sb, (aufs_bindex_t)l, idx); -+ else -+ err = -ENOENT; -+ } -+ -+out_seq: -+ if (!err) { -+ err = seq->count; -+ /* sysfs limit */ -+ if (unlikely(err == PAGE_SIZE)) -+ err = -EFBIG; -+ } -+ au_delayed_kfree(seq); -+out_unlock: -+ si_read_unlock(sb); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_brinfo(struct super_block *sb, union aufs_brinfo __user *arg) -+{ -+ int err; -+ int16_t brid; -+ aufs_bindex_t bindex, bbot; -+ size_t sz; -+ char *buf; -+ struct seq_file *seq; -+ struct au_branch *br; -+ -+ si_read_lock(sb, AuLock_FLUSH); -+ bbot = au_sbbot(sb); -+ err = bbot + 1; -+ if (!arg) -+ goto out; -+ -+ err = -ENOMEM; -+ buf = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!buf)) -+ goto out; -+ -+ seq = au_seq(buf, PAGE_SIZE); -+ err = PTR_ERR(seq); -+ if (IS_ERR(seq)) -+ goto out_buf; -+ -+ sz = sizeof(*arg) - offsetof(union aufs_brinfo, path); -+ for (bindex = 0; bindex <= bbot; bindex++, arg++) { -+ err = !access_ok(VERIFY_WRITE, arg, sizeof(*arg)); -+ if (unlikely(err)) -+ break; -+ -+ br = au_sbr(sb, bindex); -+ brid = br->br_id; -+ BUILD_BUG_ON(sizeof(brid) != sizeof(arg->id)); -+ err = __put_user(brid, &arg->id); -+ if (unlikely(err)) -+ break; -+ -+ BUILD_BUG_ON(sizeof(br->br_perm) != sizeof(arg->perm)); -+ err = __put_user(br->br_perm, &arg->perm); -+ if (unlikely(err)) -+ break; -+ -+ err = au_seq_path(seq, &br->br_path); -+ if (unlikely(err)) -+ break; -+ seq_putc(seq, '\0'); -+ if (!seq_has_overflowed(seq)) { -+ err = copy_to_user(arg->path, seq->buf, seq->count); -+ seq->count = 0; -+ if (unlikely(err)) -+ break; -+ } else { -+ err = -E2BIG; -+ goto out_seq; -+ } -+ } -+ if (unlikely(err)) -+ err = -EFAULT; -+ -+out_seq: -+ au_delayed_kfree(seq); -+out_buf: -+ au_delayed_free_page((unsigned long)buf); -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+long au_brinfo_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_brinfo(file->f_path.dentry->d_sb, (void __user *)arg); -+} -+ -+#ifdef CONFIG_COMPAT -+long au_brinfo_compat_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_brinfo(file->f_path.dentry->d_sb, compat_ptr(arg)); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+void sysaufs_br_init(struct au_branch *br) -+{ -+ int i; -+ struct au_brsysfs *br_sysfs; -+ struct attribute *attr; -+ -+ br_sysfs = br->br_sysfs; -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ attr = &br_sysfs->attr; -+ sysfs_attr_init(attr); -+ attr->name = br_sysfs->name; -+ attr->mode = S_IRUGO; -+ br_sysfs++; -+ } -+} -+ -+void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_branch *br; -+ struct kobject *kobj; -+ struct au_brsysfs *br_sysfs; -+ int i; -+ aufs_bindex_t bbot; -+ -+ dbgaufs_brs_del(sb, bindex); -+ -+ if (!sysaufs_brs) -+ return; -+ -+ kobj = &au_sbi(sb)->si_kobj; -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ br_sysfs = br->br_sysfs; -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ sysfs_remove_file(kobj, &br_sysfs->attr); -+ br_sysfs++; -+ } -+ } -+} -+ -+void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err, i; -+ aufs_bindex_t bbot; -+ struct kobject *kobj; -+ struct au_branch *br; -+ struct au_brsysfs *br_sysfs; -+ -+ dbgaufs_brs_add(sb, bindex); -+ -+ if (!sysaufs_brs) -+ return; -+ -+ kobj = &au_sbi(sb)->si_kobj; -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ br_sysfs = br->br_sysfs; -+ snprintf(br_sysfs[AuBrSysfs_BR].name, sizeof(br_sysfs->name), -+ SysaufsBr_PREFIX "%d", bindex); -+ snprintf(br_sysfs[AuBrSysfs_BRID].name, sizeof(br_sysfs->name), -+ SysaufsBrid_PREFIX "%d", bindex); -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ err = sysfs_create_file(kobj, &br_sysfs->attr); -+ if (unlikely(err)) -+ pr_warn("failed %s under sysfs(%d)\n", -+ br_sysfs->name, err); -+ br_sysfs++; -+ } -+ } -+} -diff --git a/fs/aufs/sysrq.c b/fs/aufs/sysrq.c -new file mode 100644 -index 0000000..7d22979 ---- /dev/null -+++ b/fs/aufs/sysrq.c -@@ -0,0 +1,144 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * magic sysrq hanlder -+ */ -+ -+/* #include */ -+#include -+#include "aufs.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void sysrq_sb(struct super_block *sb) -+{ -+ char *plevel; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ struct au_sphlhead *files; -+ struct au_finfo *finfo; -+ -+ plevel = au_plevel; -+ au_plevel = KERN_WARNING; -+ -+ /* since we define pr_fmt, call printk directly */ -+#define pr(str) printk(KERN_WARNING AUFS_NAME ": " str) -+ -+ sbinfo = au_sbi(sb); -+ printk(KERN_WARNING "si=%lx\n", sysaufs_si_id(sbinfo)); -+ pr("superblock\n"); -+ au_dpri_sb(sb); -+ -+#if 0 -+ pr("root dentry\n"); -+ au_dpri_dentry(sb->s_root); -+ pr("root inode\n"); -+ au_dpri_inode(d_inode(sb->s_root)); -+#endif -+ -+#if 0 -+ do { -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ -+ err = au_dpages_init(&dpages, GFP_ATOMIC); -+ if (unlikely(err)) -+ break; -+ err = au_dcsub_pages(&dpages, sb->s_root, NULL, NULL); -+ if (!err) -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) -+ au_dpri_dentry(dpage->dentries[j]); -+ } -+ au_dpages_free(&dpages); -+ } while (0); -+#endif -+ -+#if 1 -+ { -+ struct inode *i; -+ -+ pr("isolated inode\n"); -+ spin_lock(&sb->s_inode_list_lock); -+ list_for_each_entry(i, &sb->s_inodes, i_sb_list) { -+ spin_lock(&i->i_lock); -+ if (1 || hlist_empty(&i->i_dentry)) -+ au_dpri_inode(i); -+ spin_unlock(&i->i_lock); -+ } -+ spin_unlock(&sb->s_inode_list_lock); -+ } -+#endif -+ pr("files\n"); -+ files = &au_sbi(sb)->si_files; -+ spin_lock(&files->spin); -+ hlist_for_each_entry(finfo, &files->head, fi_hlist) { -+ umode_t mode; -+ -+ file = finfo->fi_file; -+ mode = file_inode(file)->i_mode; -+ if (!special_file(mode)) -+ au_dpri_file(file); -+ } -+ spin_unlock(&files->spin); -+ pr("done\n"); -+ -+#undef pr -+ au_plevel = plevel; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* module parameter */ -+static char *aufs_sysrq_key = "a"; -+module_param_named(sysrq, aufs_sysrq_key, charp, S_IRUGO); -+MODULE_PARM_DESC(sysrq, "MagicSysRq key for " AUFS_NAME); -+ -+static void au_sysrq(int key __maybe_unused) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ lockdep_off(); -+ au_sbilist_lock(); -+ hlist_for_each_entry(sbinfo, &au_sbilist.head, si_list) -+ sysrq_sb(sbinfo->si_sb); -+ au_sbilist_unlock(); -+ lockdep_on(); -+} -+ -+static struct sysrq_key_op au_sysrq_op = { -+ .handler = au_sysrq, -+ .help_msg = "Aufs", -+ .action_msg = "Aufs", -+ .enable_mask = SYSRQ_ENABLE_DUMP -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int __init au_sysrq_init(void) -+{ -+ int err; -+ char key; -+ -+ err = -1; -+ key = *aufs_sysrq_key; -+ if ('a' <= key && key <= 'z') -+ err = register_sysrq_key(key, &au_sysrq_op); -+ if (unlikely(err)) -+ pr_err("err %d, sysrq=%c\n", err, key); -+ return err; -+} -+ -+void au_sysrq_fin(void) -+{ -+ int err; -+ -+ err = unregister_sysrq_key(*aufs_sysrq_key, &au_sysrq_op); -+ if (unlikely(err)) -+ pr_err("err %d (ignored)\n", err); -+} -diff --git a/fs/aufs/vdir.c b/fs/aufs/vdir.c -new file mode 100644 -index 0000000..b2eb4c0 ---- /dev/null -+++ b/fs/aufs/vdir.c -@@ -0,0 +1,887 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * virtual or vertical directory -+ */ -+ -+#include "aufs.h" -+ -+static unsigned int calc_size(int nlen) -+{ -+ return ALIGN(sizeof(struct au_vdir_de) + nlen, sizeof(ino_t)); -+} -+ -+static int set_deblk_end(union au_vdir_deblk_p *p, -+ union au_vdir_deblk_p *deblk_end) -+{ -+ if (calc_size(0) <= deblk_end->deblk - p->deblk) { -+ p->de->de_str.len = 0; -+ /* smp_mb(); */ -+ return 0; -+ } -+ return -1; /* error */ -+} -+ -+/* returns true or false */ -+static int is_deblk_end(union au_vdir_deblk_p *p, -+ union au_vdir_deblk_p *deblk_end) -+{ -+ if (calc_size(0) <= deblk_end->deblk - p->deblk) -+ return !p->de->de_str.len; -+ return 1; -+} -+ -+static unsigned char *last_deblk(struct au_vdir *vdir) -+{ -+ return vdir->vd_deblk[vdir->vd_nblk - 1]; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* estimate the appropriate size for name hash table */ -+unsigned int au_rdhash_est(loff_t sz) -+{ -+ unsigned int n; -+ -+ n = UINT_MAX; -+ sz >>= 10; -+ if (sz < n) -+ n = sz; -+ if (sz < AUFS_RDHASH_DEF) -+ n = AUFS_RDHASH_DEF; -+ /* pr_info("n %u\n", n); */ -+ return n; -+} -+ -+/* -+ * the allocated memory has to be freed by -+ * au_nhash_wh_free() or au_nhash_de_free(). -+ */ -+int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp) -+{ -+ struct hlist_head *head; -+ unsigned int u; -+ size_t sz; -+ -+ sz = sizeof(*nhash->nh_head) * num_hash; -+ head = kmalloc(sz, gfp); -+ if (head) { -+ nhash->nh_num = num_hash; -+ nhash->nh_head = head; -+ for (u = 0; u < num_hash; u++) -+ INIT_HLIST_HEAD(head++); -+ return 0; /* success */ -+ } -+ -+ return -ENOMEM; -+} -+ -+static void nhash_count(struct hlist_head *head) -+{ -+#if 0 -+ unsigned long n; -+ struct hlist_node *pos; -+ -+ n = 0; -+ hlist_for_each(pos, head) -+ n++; -+ pr_info("%lu\n", n); -+#endif -+} -+ -+static void au_nhash_wh_do_free(struct hlist_head *head) -+{ -+ struct au_vdir_wh *pos; -+ struct hlist_node *node; -+ -+ hlist_for_each_entry_safe(pos, node, head, wh_hash) -+ au_delayed_kfree(pos); -+} -+ -+static void au_nhash_de_do_free(struct hlist_head *head) -+{ -+ struct au_vdir_dehstr *pos; -+ struct hlist_node *node; -+ -+ hlist_for_each_entry_safe(pos, node, head, hash) -+ au_cache_dfree_vdir_dehstr(pos); -+} -+ -+static void au_nhash_do_free(struct au_nhash *nhash, -+ void (*free)(struct hlist_head *head)) -+{ -+ unsigned int n; -+ struct hlist_head *head; -+ -+ n = nhash->nh_num; -+ if (!n) -+ return; -+ -+ head = nhash->nh_head; -+ while (n-- > 0) { -+ nhash_count(head); -+ free(head++); -+ } -+ au_delayed_kfree(nhash->nh_head); -+} -+ -+void au_nhash_wh_free(struct au_nhash *whlist) -+{ -+ au_nhash_do_free(whlist, au_nhash_wh_do_free); -+} -+ -+static void au_nhash_de_free(struct au_nhash *delist) -+{ -+ au_nhash_do_free(delist, au_nhash_de_do_free); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, -+ int limit) -+{ -+ int num; -+ unsigned int u, n; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ -+ num = 0; -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (u = 0; u < n; u++, head++) -+ hlist_for_each_entry(pos, head, wh_hash) -+ if (pos->wh_bindex == btgt && ++num > limit) -+ return 1; -+ return 0; -+} -+ -+static struct hlist_head *au_name_hash(struct au_nhash *nhash, -+ unsigned char *name, -+ unsigned int len) -+{ -+ unsigned int v; -+ /* const unsigned int magic_bit = 12; */ -+ -+ AuDebugOn(!nhash->nh_num || !nhash->nh_head); -+ -+ v = 0; -+ if (len > 8) -+ len = 8; -+ while (len--) -+ v += *name++; -+ /* v = hash_long(v, magic_bit); */ -+ v %= nhash->nh_num; -+ return nhash->nh_head + v; -+} -+ -+static int au_nhash_test_name(struct au_vdir_destr *str, const char *name, -+ int nlen) -+{ -+ return str->len == nlen && !memcmp(str->name, name, nlen); -+} -+ -+/* returns found or not */ -+int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen) -+{ -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct au_vdir_destr *str; -+ -+ head = au_name_hash(whlist, name, nlen); -+ hlist_for_each_entry(pos, head, wh_hash) { -+ str = &pos->wh_str; -+ AuDbg("%.*s\n", str->len, str->name); -+ if (au_nhash_test_name(str, name, nlen)) -+ return 1; -+ } -+ return 0; -+} -+ -+/* returns found(true) or not */ -+static int test_known(struct au_nhash *delist, char *name, int nlen) -+{ -+ struct hlist_head *head; -+ struct au_vdir_dehstr *pos; -+ struct au_vdir_destr *str; -+ -+ head = au_name_hash(delist, name, nlen); -+ hlist_for_each_entry(pos, head, hash) { -+ str = pos->str; -+ AuDbg("%.*s\n", str->len, str->name); -+ if (au_nhash_test_name(str, name, nlen)) -+ return 1; -+ } -+ return 0; -+} -+ -+static void au_shwh_init_wh(struct au_vdir_wh *wh, ino_t ino, -+ unsigned char d_type) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ wh->wh_ino = ino; -+ wh->wh_type = d_type; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, -+ unsigned int d_type, aufs_bindex_t bindex, -+ unsigned char shwh) -+{ -+ int err; -+ struct au_vdir_destr *str; -+ struct au_vdir_wh *wh; -+ -+ AuDbg("%.*s\n", nlen, name); -+ AuDebugOn(!whlist->nh_num || !whlist->nh_head); -+ -+ err = -ENOMEM; -+ wh = kmalloc(sizeof(*wh) + nlen, GFP_NOFS); -+ if (unlikely(!wh)) -+ goto out; -+ -+ err = 0; -+ wh->wh_bindex = bindex; -+ if (shwh) -+ au_shwh_init_wh(wh, ino, d_type); -+ str = &wh->wh_str; -+ str->len = nlen; -+ memcpy(str->name, name, nlen); -+ hlist_add_head(&wh->wh_hash, au_name_hash(whlist, name, nlen)); -+ /* smp_mb(); */ -+ -+out: -+ return err; -+} -+ -+static int append_deblk(struct au_vdir *vdir) -+{ -+ int err; -+ unsigned long ul; -+ const unsigned int deblk_sz = vdir->vd_deblk_sz; -+ union au_vdir_deblk_p p, deblk_end; -+ unsigned char **o; -+ -+ err = -ENOMEM; -+ o = au_krealloc(vdir->vd_deblk, sizeof(*o) * (vdir->vd_nblk + 1), -+ GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!o)) -+ goto out; -+ -+ vdir->vd_deblk = o; -+ p.deblk = kmalloc(deblk_sz, GFP_NOFS); -+ if (p.deblk) { -+ ul = vdir->vd_nblk++; -+ vdir->vd_deblk[ul] = p.deblk; -+ vdir->vd_last.ul = ul; -+ vdir->vd_last.p.deblk = p.deblk; -+ deblk_end.deblk = p.deblk + deblk_sz; -+ err = set_deblk_end(&p, &deblk_end); -+ } -+ -+out: -+ return err; -+} -+ -+static int append_de(struct au_vdir *vdir, char *name, int nlen, ino_t ino, -+ unsigned int d_type, struct au_nhash *delist) -+{ -+ int err; -+ unsigned int sz; -+ const unsigned int deblk_sz = vdir->vd_deblk_sz; -+ union au_vdir_deblk_p p, *room, deblk_end; -+ struct au_vdir_dehstr *dehstr; -+ -+ p.deblk = last_deblk(vdir); -+ deblk_end.deblk = p.deblk + deblk_sz; -+ room = &vdir->vd_last.p; -+ AuDebugOn(room->deblk < p.deblk || deblk_end.deblk <= room->deblk -+ || !is_deblk_end(room, &deblk_end)); -+ -+ sz = calc_size(nlen); -+ if (unlikely(sz > deblk_end.deblk - room->deblk)) { -+ err = append_deblk(vdir); -+ if (unlikely(err)) -+ goto out; -+ -+ p.deblk = last_deblk(vdir); -+ deblk_end.deblk = p.deblk + deblk_sz; -+ /* smp_mb(); */ -+ AuDebugOn(room->deblk != p.deblk); -+ } -+ -+ err = -ENOMEM; -+ dehstr = au_cache_alloc_vdir_dehstr(); -+ if (unlikely(!dehstr)) -+ goto out; -+ -+ dehstr->str = &room->de->de_str; -+ hlist_add_head(&dehstr->hash, au_name_hash(delist, name, nlen)); -+ room->de->de_ino = ino; -+ room->de->de_type = d_type; -+ room->de->de_str.len = nlen; -+ memcpy(room->de->de_str.name, name, nlen); -+ -+ err = 0; -+ room->deblk += sz; -+ if (unlikely(set_deblk_end(room, &deblk_end))) -+ err = append_deblk(vdir); -+ /* smp_mb(); */ -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_vdir_free(struct au_vdir *vdir, int atonce) -+{ -+ unsigned char **deblk; -+ -+ deblk = vdir->vd_deblk; -+ if (!atonce) { -+ while (vdir->vd_nblk--) -+ au_delayed_kfree(*deblk++); -+ au_delayed_kfree(vdir->vd_deblk); -+ au_cache_dfree_vdir(vdir); -+ } else { -+ /* not delayed */ -+ while (vdir->vd_nblk--) -+ kfree(*deblk++); -+ kfree(vdir->vd_deblk); -+ au_cache_free_vdir(vdir); -+ } -+} -+ -+static struct au_vdir *alloc_vdir(struct file *file) -+{ -+ struct au_vdir *vdir; -+ struct super_block *sb; -+ int err; -+ -+ sb = file->f_path.dentry->d_sb; -+ SiMustAnyLock(sb); -+ -+ err = -ENOMEM; -+ vdir = au_cache_alloc_vdir(); -+ if (unlikely(!vdir)) -+ goto out; -+ -+ vdir->vd_deblk = kzalloc(sizeof(*vdir->vd_deblk), GFP_NOFS); -+ if (unlikely(!vdir->vd_deblk)) -+ goto out_free; -+ -+ vdir->vd_deblk_sz = au_sbi(sb)->si_rdblk; -+ if (!vdir->vd_deblk_sz) { -+ /* estimate the appropriate size for deblk */ -+ vdir->vd_deblk_sz = au_dir_size(file, /*dentry*/NULL); -+ /* pr_info("vd_deblk_sz %u\n", vdir->vd_deblk_sz); */ -+ } -+ vdir->vd_nblk = 0; -+ vdir->vd_version = 0; -+ vdir->vd_jiffy = 0; -+ err = append_deblk(vdir); -+ if (!err) -+ return vdir; /* success */ -+ -+ au_delayed_kfree(vdir->vd_deblk); -+ -+out_free: -+ au_cache_dfree_vdir(vdir); -+out: -+ vdir = ERR_PTR(err); -+ return vdir; -+} -+ -+static int reinit_vdir(struct au_vdir *vdir) -+{ -+ int err; -+ union au_vdir_deblk_p p, deblk_end; -+ -+ while (vdir->vd_nblk > 1) { -+ au_delayed_kfree(vdir->vd_deblk[vdir->vd_nblk - 1]); -+ /* vdir->vd_deblk[vdir->vd_nblk - 1] = NULL; */ -+ vdir->vd_nblk--; -+ } -+ p.deblk = vdir->vd_deblk[0]; -+ deblk_end.deblk = p.deblk + vdir->vd_deblk_sz; -+ err = set_deblk_end(&p, &deblk_end); -+ /* keep vd_dblk_sz */ -+ vdir->vd_last.ul = 0; -+ vdir->vd_last.p.deblk = vdir->vd_deblk[0]; -+ vdir->vd_version = 0; -+ vdir->vd_jiffy = 0; -+ /* smp_mb(); */ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuFillVdir_CALLED 1 -+#define AuFillVdir_WHABLE (1 << 1) -+#define AuFillVdir_SHWH (1 << 2) -+#define au_ftest_fillvdir(flags, name) ((flags) & AuFillVdir_##name) -+#define au_fset_fillvdir(flags, name) \ -+ do { (flags) |= AuFillVdir_##name; } while (0) -+#define au_fclr_fillvdir(flags, name) \ -+ do { (flags) &= ~AuFillVdir_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_SHWH -+#undef AuFillVdir_SHWH -+#define AuFillVdir_SHWH 0 -+#endif -+ -+struct fillvdir_arg { -+ struct dir_context ctx; -+ struct file *file; -+ struct au_vdir *vdir; -+ struct au_nhash delist; -+ struct au_nhash whlist; -+ aufs_bindex_t bindex; -+ unsigned int flags; -+ int err; -+}; -+ -+static int fillvdir(struct dir_context *ctx, const char *__name, int nlen, -+ loff_t offset __maybe_unused, u64 h_ino, -+ unsigned int d_type) -+{ -+ struct fillvdir_arg *arg = container_of(ctx, struct fillvdir_arg, ctx); -+ char *name = (void *)__name; -+ struct super_block *sb; -+ ino_t ino; -+ const unsigned char shwh = !!au_ftest_fillvdir(arg->flags, SHWH); -+ -+ arg->err = 0; -+ sb = arg->file->f_path.dentry->d_sb; -+ au_fset_fillvdir(arg->flags, CALLED); -+ /* smp_mb(); */ -+ if (nlen <= AUFS_WH_PFX_LEN -+ || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ if (test_known(&arg->delist, name, nlen) -+ || au_nhash_test_known_wh(&arg->whlist, name, nlen)) -+ goto out; /* already exists or whiteouted */ -+ -+ arg->err = au_ino(sb, arg->bindex, h_ino, d_type, &ino); -+ if (!arg->err) { -+ if (unlikely(nlen > AUFS_MAX_NAMELEN)) -+ d_type = DT_UNKNOWN; -+ arg->err = append_de(arg->vdir, name, nlen, ino, -+ d_type, &arg->delist); -+ } -+ } else if (au_ftest_fillvdir(arg->flags, WHABLE)) { -+ name += AUFS_WH_PFX_LEN; -+ nlen -= AUFS_WH_PFX_LEN; -+ if (au_nhash_test_known_wh(&arg->whlist, name, nlen)) -+ goto out; /* already whiteouted */ -+ -+ if (shwh) -+ arg->err = au_wh_ino(sb, arg->bindex, h_ino, d_type, -+ &ino); -+ if (!arg->err) { -+ if (nlen <= AUFS_MAX_NAMELEN + AUFS_WH_PFX_LEN) -+ d_type = DT_UNKNOWN; -+ arg->err = au_nhash_append_wh -+ (&arg->whlist, name, nlen, ino, d_type, -+ arg->bindex, shwh); -+ } -+ } -+ -+out: -+ if (!arg->err) -+ arg->vdir->vd_jiffy = jiffies; -+ /* smp_mb(); */ -+ AuTraceErr(arg->err); -+ return arg->err; -+} -+ -+static int au_handle_shwh(struct super_block *sb, struct au_vdir *vdir, -+ struct au_nhash *whlist, struct au_nhash *delist) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ int err; -+ unsigned int nh, u; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct hlist_node *n; -+ char *p, *o; -+ struct au_vdir_destr *destr; -+ -+ AuDebugOn(!au_opt_test(au_mntflags(sb), SHWH)); -+ -+ err = -ENOMEM; -+ o = p = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = 0; -+ nh = whlist->nh_num; -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ p += AUFS_WH_PFX_LEN; -+ for (u = 0; u < nh; u++) { -+ head = whlist->nh_head + u; -+ hlist_for_each_entry_safe(pos, n, head, wh_hash) { -+ destr = &pos->wh_str; -+ memcpy(p, destr->name, destr->len); -+ err = append_de(vdir, o, destr->len + AUFS_WH_PFX_LEN, -+ pos->wh_ino, pos->wh_type, delist); -+ if (unlikely(err)) -+ break; -+ } -+ } -+ -+ au_delayed_free_page((unsigned long)o); -+ -+out: -+ AuTraceErr(err); -+ return err; -+#else -+ return 0; -+#endif -+} -+ -+static int au_do_read_vdir(struct fillvdir_arg *arg) -+{ -+ int err; -+ unsigned int rdhash; -+ loff_t offset; -+ aufs_bindex_t bbot, bindex, btop; -+ unsigned char shwh; -+ struct file *hf, *file; -+ struct super_block *sb; -+ -+ file = arg->file; -+ sb = file->f_path.dentry->d_sb; -+ SiMustAnyLock(sb); -+ -+ rdhash = au_sbi(sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(file, /*dentry*/NULL)); -+ err = au_nhash_alloc(&arg->delist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_nhash_alloc(&arg->whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out_delist; -+ -+ err = 0; -+ arg->flags = 0; -+ shwh = 0; -+ if (au_opt_test(au_mntflags(sb), SHWH)) { -+ shwh = 1; -+ au_fset_fillvdir(arg->flags, SHWH); -+ } -+ btop = au_fbtop(file); -+ bbot = au_fbbot_dir(file); -+ for (bindex = btop; !err && bindex <= bbot; bindex++) { -+ hf = au_hf_dir(file, bindex); -+ if (!hf) -+ continue; -+ -+ offset = vfsub_llseek(hf, 0, SEEK_SET); -+ err = offset; -+ if (unlikely(offset)) -+ break; -+ -+ arg->bindex = bindex; -+ au_fclr_fillvdir(arg->flags, WHABLE); -+ if (shwh -+ || (bindex != bbot -+ && au_br_whable(au_sbr_perm(sb, bindex)))) -+ au_fset_fillvdir(arg->flags, WHABLE); -+ do { -+ arg->err = 0; -+ au_fclr_fillvdir(arg->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(hf, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err && au_ftest_fillvdir(arg->flags, CALLED)); -+ -+ /* -+ * dir_relax() may be good for concurrency, but aufs should not -+ * use it since it will cause a lockdep problem. -+ */ -+ } -+ -+ if (!err && shwh) -+ err = au_handle_shwh(sb, arg->vdir, &arg->whlist, &arg->delist); -+ -+ au_nhash_wh_free(&arg->whlist); -+ -+out_delist: -+ au_nhash_de_free(&arg->delist); -+out: -+ return err; -+} -+ -+static int read_vdir(struct file *file, int may_read) -+{ -+ int err; -+ unsigned long expire; -+ unsigned char do_read; -+ struct fillvdir_arg arg = { -+ .ctx = { -+ .actor = fillvdir -+ } -+ }; -+ struct inode *inode; -+ struct au_vdir *vdir, *allocated; -+ -+ err = 0; -+ inode = file_inode(file); -+ IMustLock(inode); -+ IiMustWriteLock(inode); -+ SiMustAnyLock(inode->i_sb); -+ -+ allocated = NULL; -+ do_read = 0; -+ expire = au_sbi(inode->i_sb)->si_rdcache; -+ vdir = au_ivdir(inode); -+ if (!vdir) { -+ do_read = 1; -+ vdir = alloc_vdir(file); -+ err = PTR_ERR(vdir); -+ if (IS_ERR(vdir)) -+ goto out; -+ err = 0; -+ allocated = vdir; -+ } else if (may_read -+ && (inode->i_version != vdir->vd_version -+ || time_after(jiffies, vdir->vd_jiffy + expire))) { -+ do_read = 1; -+ err = reinit_vdir(vdir); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ if (!do_read) -+ return 0; /* success */ -+ -+ arg.file = file; -+ arg.vdir = vdir; -+ err = au_do_read_vdir(&arg); -+ if (!err) { -+ /* file->f_pos = 0; */ /* todo: ctx->pos? */ -+ vdir->vd_version = inode->i_version; -+ vdir->vd_last.ul = 0; -+ vdir->vd_last.p.deblk = vdir->vd_deblk[0]; -+ if (allocated) -+ au_set_ivdir(inode, allocated); -+ } else if (allocated) -+ au_vdir_free(allocated, /*atonce*/0); -+ -+out: -+ return err; -+} -+ -+static int copy_vdir(struct au_vdir *tgt, struct au_vdir *src) -+{ -+ int err, rerr; -+ unsigned long ul, n; -+ const unsigned int deblk_sz = src->vd_deblk_sz; -+ -+ AuDebugOn(tgt->vd_nblk != 1); -+ -+ err = -ENOMEM; -+ if (tgt->vd_nblk < src->vd_nblk) { -+ unsigned char **p; -+ -+ p = au_krealloc(tgt->vd_deblk, sizeof(*p) * src->vd_nblk, -+ GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!p)) -+ goto out; -+ tgt->vd_deblk = p; -+ } -+ -+ if (tgt->vd_deblk_sz != deblk_sz) { -+ unsigned char *p; -+ -+ tgt->vd_deblk_sz = deblk_sz; -+ p = au_krealloc(tgt->vd_deblk[0], deblk_sz, GFP_NOFS, -+ /*may_shrink*/1); -+ if (unlikely(!p)) -+ goto out; -+ tgt->vd_deblk[0] = p; -+ } -+ memcpy(tgt->vd_deblk[0], src->vd_deblk[0], deblk_sz); -+ tgt->vd_version = src->vd_version; -+ tgt->vd_jiffy = src->vd_jiffy; -+ -+ n = src->vd_nblk; -+ for (ul = 1; ul < n; ul++) { -+ tgt->vd_deblk[ul] = kmemdup(src->vd_deblk[ul], deblk_sz, -+ GFP_NOFS); -+ if (unlikely(!tgt->vd_deblk[ul])) -+ goto out; -+ tgt->vd_nblk++; -+ } -+ tgt->vd_nblk = n; -+ tgt->vd_last.ul = tgt->vd_last.ul; -+ tgt->vd_last.p.deblk = tgt->vd_deblk[tgt->vd_last.ul]; -+ tgt->vd_last.p.deblk += src->vd_last.p.deblk -+ - src->vd_deblk[src->vd_last.ul]; -+ /* smp_mb(); */ -+ return 0; /* success */ -+ -+out: -+ rerr = reinit_vdir(tgt); -+ BUG_ON(rerr); -+ return err; -+} -+ -+int au_vdir_init(struct file *file) -+{ -+ int err; -+ struct inode *inode; -+ struct au_vdir *vdir_cache, *allocated; -+ -+ /* test file->f_pos here instead of ctx->pos */ -+ err = read_vdir(file, !file->f_pos); -+ if (unlikely(err)) -+ goto out; -+ -+ allocated = NULL; -+ vdir_cache = au_fvdir_cache(file); -+ if (!vdir_cache) { -+ vdir_cache = alloc_vdir(file); -+ err = PTR_ERR(vdir_cache); -+ if (IS_ERR(vdir_cache)) -+ goto out; -+ allocated = vdir_cache; -+ } else if (!file->f_pos && vdir_cache->vd_version != file->f_version) { -+ /* test file->f_pos here instead of ctx->pos */ -+ err = reinit_vdir(vdir_cache); -+ if (unlikely(err)) -+ goto out; -+ } else -+ return 0; /* success */ -+ -+ inode = file_inode(file); -+ err = copy_vdir(vdir_cache, au_ivdir(inode)); -+ if (!err) { -+ file->f_version = inode->i_version; -+ if (allocated) -+ au_set_fvdir_cache(file, allocated); -+ } else if (allocated) -+ au_vdir_free(allocated, /*atonce*/0); -+ -+out: -+ return err; -+} -+ -+static loff_t calc_offset(struct au_vdir *vdir) -+{ -+ loff_t offset; -+ union au_vdir_deblk_p p; -+ -+ p.deblk = vdir->vd_deblk[vdir->vd_last.ul]; -+ offset = vdir->vd_last.p.deblk - p.deblk; -+ offset += vdir->vd_deblk_sz * vdir->vd_last.ul; -+ return offset; -+} -+ -+/* returns true or false */ -+static int seek_vdir(struct file *file, struct dir_context *ctx) -+{ -+ int valid; -+ unsigned int deblk_sz; -+ unsigned long ul, n; -+ loff_t offset; -+ union au_vdir_deblk_p p, deblk_end; -+ struct au_vdir *vdir_cache; -+ -+ valid = 1; -+ vdir_cache = au_fvdir_cache(file); -+ offset = calc_offset(vdir_cache); -+ AuDbg("offset %lld\n", offset); -+ if (ctx->pos == offset) -+ goto out; -+ -+ vdir_cache->vd_last.ul = 0; -+ vdir_cache->vd_last.p.deblk = vdir_cache->vd_deblk[0]; -+ if (!ctx->pos) -+ goto out; -+ -+ valid = 0; -+ deblk_sz = vdir_cache->vd_deblk_sz; -+ ul = div64_u64(ctx->pos, deblk_sz); -+ AuDbg("ul %lu\n", ul); -+ if (ul >= vdir_cache->vd_nblk) -+ goto out; -+ -+ n = vdir_cache->vd_nblk; -+ for (; ul < n; ul++) { -+ p.deblk = vdir_cache->vd_deblk[ul]; -+ deblk_end.deblk = p.deblk + deblk_sz; -+ offset = ul; -+ offset *= deblk_sz; -+ while (!is_deblk_end(&p, &deblk_end) && offset < ctx->pos) { -+ unsigned int l; -+ -+ l = calc_size(p.de->de_str.len); -+ offset += l; -+ p.deblk += l; -+ } -+ if (!is_deblk_end(&p, &deblk_end)) { -+ valid = 1; -+ vdir_cache->vd_last.ul = ul; -+ vdir_cache->vd_last.p = p; -+ break; -+ } -+ } -+ -+out: -+ /* smp_mb(); */ -+ AuTraceErr(!valid); -+ return valid; -+} -+ -+int au_vdir_fill_de(struct file *file, struct dir_context *ctx) -+{ -+ unsigned int l, deblk_sz; -+ union au_vdir_deblk_p deblk_end; -+ struct au_vdir *vdir_cache; -+ struct au_vdir_de *de; -+ -+ vdir_cache = au_fvdir_cache(file); -+ if (!seek_vdir(file, ctx)) -+ return 0; -+ -+ deblk_sz = vdir_cache->vd_deblk_sz; -+ while (1) { -+ deblk_end.deblk = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; -+ deblk_end.deblk += deblk_sz; -+ while (!is_deblk_end(&vdir_cache->vd_last.p, &deblk_end)) { -+ de = vdir_cache->vd_last.p.de; -+ AuDbg("%.*s, off%lld, i%lu, dt%d\n", -+ de->de_str.len, de->de_str.name, ctx->pos, -+ (unsigned long)de->de_ino, de->de_type); -+ if (unlikely(!dir_emit(ctx, de->de_str.name, -+ de->de_str.len, de->de_ino, -+ de->de_type))) { -+ /* todo: ignore the error caused by udba? */ -+ /* return err; */ -+ return 0; -+ } -+ -+ l = calc_size(de->de_str.len); -+ vdir_cache->vd_last.p.deblk += l; -+ ctx->pos += l; -+ } -+ if (vdir_cache->vd_last.ul < vdir_cache->vd_nblk - 1) { -+ vdir_cache->vd_last.ul++; -+ vdir_cache->vd_last.p.deblk -+ = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; -+ ctx->pos = deblk_sz * vdir_cache->vd_last.ul; -+ continue; -+ } -+ break; -+ } -+ -+ /* smp_mb(); */ -+ return 0; -+} -diff --git a/fs/aufs/vfsub.c b/fs/aufs/vfsub.c -new file mode 100644 -index 0000000..f2c500b ---- /dev/null -+++ b/fs/aufs/vfsub.c -@@ -0,0 +1,873 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for VFS -+ */ -+ -+#include -+#include -+#include -+#include -+#ifdef CONFIG_AUFS_BR_FUSE -+#include "../fs/mount.h" -+#endif -+#include "aufs.h" -+ -+#ifdef CONFIG_AUFS_BR_FUSE -+int vfsub_test_mntns(struct vfsmount *mnt, struct super_block *h_sb) -+{ -+ struct nsproxy *ns; -+ -+ if (!au_test_fuse(h_sb) || !au_userns) -+ return 0; -+ -+ ns = current->nsproxy; -+ /* no {get,put}_nsproxy(ns) */ -+ return real_mount(mnt)->mnt_ns == ns->mnt_ns ? 0 : -EACCES; -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_update_h_iattr(struct path *h_path, int *did) -+{ -+ int err; -+ struct kstat st; -+ struct super_block *h_sb; -+ -+ /* for remote fs, leave work for its getattr or d_revalidate */ -+ /* for bad i_attr fs, handle them in aufs_getattr() */ -+ /* still some fs may acquire i_mutex. we need to skip them */ -+ err = 0; -+ if (!did) -+ did = &err; -+ h_sb = h_path->dentry->d_sb; -+ *did = (!au_test_fs_remote(h_sb) && au_test_fs_refresh_iattr(h_sb)); -+ if (*did) -+ err = vfs_getattr(h_path, &st); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct file *vfsub_dentry_open(struct path *path, int flags) -+{ -+ struct file *file; -+ -+ file = dentry_open(path, flags /* | __FMODE_NONOTIFY */, -+ current_cred()); -+ if (!IS_ERR_OR_NULL(file) -+ && (file->f_mode & (FMODE_READ | FMODE_WRITE)) == FMODE_READ) -+ i_readcount_inc(d_inode(path->dentry)); -+ -+ return file; -+} -+ -+struct file *vfsub_filp_open(const char *path, int oflags, int mode) -+{ -+ struct file *file; -+ -+ lockdep_off(); -+ file = filp_open(path, -+ oflags /* | __FMODE_NONOTIFY */, -+ mode); -+ lockdep_on(); -+ if (IS_ERR(file)) -+ goto out; -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ -+out: -+ return file; -+} -+ -+/* -+ * Ideally this function should call VFS:do_last() in order to keep all its -+ * checkings. But it is very hard for aufs to regenerate several VFS internal -+ * structure such as nameidata. This is a second (or third) best approach. -+ * cf. linux/fs/namei.c:do_last(), lookup_open() and atomic_open(). -+ */ -+int vfsub_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args, struct au_branch *br) -+{ -+ int err; -+ struct file *file = args->file; -+ /* copied from linux/fs/namei.c:atomic_open() */ -+ struct dentry *const DENTRY_NOT_SET = (void *)-1UL; -+ -+ IMustLock(dir); -+ AuDebugOn(!dir->i_op->atomic_open); -+ -+ err = au_br_test_oflag(args->open_flag, br); -+ if (unlikely(err)) -+ goto out; -+ -+ args->file->f_path.dentry = DENTRY_NOT_SET; -+ args->file->f_path.mnt = au_br_mnt(br); -+ err = dir->i_op->atomic_open(dir, dentry, file, args->open_flag, -+ args->create_mode, args->opened); -+ if (err >= 0) { -+ /* some filesystems don't set FILE_CREATED while succeeded? */ -+ if (*args->opened & FILE_CREATED) -+ fsnotify_create(dir, dentry); -+ } else -+ goto out; -+ -+ -+ if (!err) { -+ /* todo: call VFS:may_open() here */ -+ err = open_check_o_direct(file); -+ /* todo: ima_file_check() too? */ -+ if (!err && (args->open_flag & __FMODE_EXEC)) -+ err = deny_write_access(file); -+ if (unlikely(err)) -+ /* note that the file is created and still opened */ -+ goto out; -+ } -+ -+ au_br_get(br); -+ fsnotify_open(file); -+ -+out: -+ return err; -+} -+ -+int vfsub_kern_path(const char *name, unsigned int flags, struct path *path) -+{ -+ int err; -+ -+ err = kern_path(name, flags, path); -+ if (!err && d_is_positive(path->dentry)) -+ vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+struct dentry *vfsub_lookup_one_len_unlocked(const char *name, -+ struct dentry *parent, int len) -+{ -+ struct path path = { -+ .mnt = NULL -+ }; -+ -+ path.dentry = lookup_one_len_unlocked(name, parent, len); -+ if (IS_ERR(path.dentry)) -+ goto out; -+ if (d_is_positive(path.dentry)) -+ vfsub_update_h_iattr(&path, /*did*/NULL); /*ignore*/ -+ -+out: -+ AuTraceErrPtr(path.dentry); -+ return path.dentry; -+} -+ -+struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, -+ int len) -+{ -+ struct path path = { -+ .mnt = NULL -+ }; -+ -+ /* VFS checks it too, but by WARN_ON_ONCE() */ -+ IMustLock(d_inode(parent)); -+ -+ path.dentry = lookup_one_len(name, parent, len); -+ if (IS_ERR(path.dentry)) -+ goto out; -+ if (d_is_positive(path.dentry)) -+ vfsub_update_h_iattr(&path, /*did*/NULL); /*ignore*/ -+ -+out: -+ AuTraceErrPtr(path.dentry); -+ return path.dentry; -+} -+ -+void vfsub_call_lkup_one(void *args) -+{ -+ struct vfsub_lkup_one_args *a = args; -+ *a->errp = vfsub_lkup_one(a->name, a->parent); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2) -+{ -+ struct dentry *d; -+ -+ lockdep_off(); -+ d = lock_rename(d1, d2); -+ lockdep_on(); -+ au_hn_suspend(hdir1); -+ if (hdir1 != hdir2) -+ au_hn_suspend(hdir2); -+ -+ return d; -+} -+ -+void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2) -+{ -+ au_hn_resume(hdir1); -+ if (hdir1 != hdir2) -+ au_hn_resume(hdir2); -+ lockdep_off(); -+ unlock_rename(d1, d2); -+ lockdep_on(); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_create(struct inode *dir, struct path *path, int mode, bool want_excl) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mknod(path, d, mode, 0); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_create(dir, path->dentry, mode, want_excl); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_symlink(struct inode *dir, struct path *path, const char *symname) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_symlink(path, d, symname); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_symlink(dir, path->dentry, symname); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mknod(path, d, mode, new_encode_dev(dev)); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_mknod(dir, path->dentry, mode, dev); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+static int au_test_nlink(struct inode *inode) -+{ -+ const unsigned int link_max = UINT_MAX >> 1; /* rough margin */ -+ -+ if (!au_test_fs_no_limit_nlink(inode->i_sb) -+ || inode->i_nlink < link_max) -+ return 0; -+ return -EMLINK; -+} -+ -+int vfsub_link(struct dentry *src_dentry, struct inode *dir, struct path *path, -+ struct inode **delegated_inode) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ err = au_test_nlink(d_inode(src_dentry)); -+ if (unlikely(err)) -+ return err; -+ -+ /* we don't call may_linkat() */ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_link(src_dentry, path, d); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_link(src_dentry, dir, path->dentry, delegated_inode); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ /* fuse has different memory inode for the same inumber */ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ tmp.dentry = src_dentry; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_rename(struct inode *src_dir, struct dentry *src_dentry, -+ struct inode *dir, struct path *path, -+ struct inode **delegated_inode, unsigned int flags) -+{ -+ int err; -+ struct path tmp = { -+ .mnt = path->mnt -+ }; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ IMustLock(src_dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ tmp.dentry = src_dentry->d_parent; -+ err = security_path_rename(&tmp, src_dentry, path, d, /*flags*/0); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_rename(src_dir, src_dentry, dir, path->dentry, -+ delegated_inode, flags); -+ lockdep_on(); -+ if (!err) { -+ int did; -+ -+ tmp.dentry = d->d_parent; -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = src_dentry; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ tmp.dentry = src_dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_mkdir(struct inode *dir, struct path *path, int mode) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mkdir(path, d, mode); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_mkdir(dir, path->dentry, mode); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_rmdir(struct inode *dir, struct path *path) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_rmdir(path, d); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_rmdir(dir, path->dentry); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = { -+ .dentry = path->dentry->d_parent, -+ .mnt = path->mnt -+ }; -+ -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: support mmap_sem? */ -+ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ -+ lockdep_off(); -+ err = vfs_read(file, ubuf, count, ppos); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+/* todo: kernel_read()? */ -+ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ char __user *u; -+ } buf; -+ -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ err = vfsub_read_u(file, buf.u, count, ppos); -+ set_fs(oldfs); -+ return err; -+} -+ -+ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ -+ lockdep_off(); -+ err = vfs_write(file, ubuf, count, ppos); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ const char __user *u; -+ } buf; -+ -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ err = vfsub_write_u(file, buf.u, count, ppos); -+ set_fs(oldfs); -+ return err; -+} -+ -+int vfsub_flush(struct file *file, fl_owner_t id) -+{ -+ int err; -+ -+ err = 0; -+ if (file->f_op->flush) { -+ if (!au_test_nfs(file->f_path.dentry->d_sb)) -+ err = file->f_op->flush(file, id); -+ else { -+ lockdep_off(); -+ err = file->f_op->flush(file, id); -+ lockdep_on(); -+ } -+ if (!err) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); -+ /*ignore*/ -+ } -+ return err; -+} -+ -+int vfsub_iterate_dir(struct file *file, struct dir_context *ctx) -+{ -+ int err; -+ -+ AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos); -+ -+ lockdep_off(); -+ err = iterate_dir(file, ctx); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+long vfsub_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = do_splice_to(in, ppos, pipe, len, flags); -+ lockdep_on(); -+ file_accessed(in); -+ if (err >= 0) -+ vfsub_update_h_iattr(&in->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = do_splice_from(pipe, out, ppos, len, flags); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&out->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+int vfsub_fsync(struct file *file, struct path *path, int datasync) -+{ -+ int err; -+ -+ /* file can be NULL */ -+ lockdep_off(); -+ err = vfs_fsync(file, datasync); -+ lockdep_on(); -+ if (!err) { -+ if (!path) { -+ AuDebugOn(!file); -+ path = &file->f_path; -+ } -+ vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ -+ } -+ return err; -+} -+ -+/* cf. open.c:do_sys_truncate() and do_sys_ftruncate() */ -+int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, -+ struct file *h_file) -+{ -+ int err; -+ struct inode *h_inode; -+ struct super_block *h_sb; -+ -+ if (!h_file) { -+ err = vfsub_truncate(h_path, length); -+ goto out; -+ } -+ -+ h_inode = d_inode(h_path->dentry); -+ h_sb = h_inode->i_sb; -+ lockdep_off(); -+ sb_start_write(h_sb); -+ lockdep_on(); -+ err = locks_verify_truncate(h_inode, h_file, length); -+ if (!err) -+ err = security_path_truncate(h_path); -+ if (!err) { -+ lockdep_off(); -+ err = do_truncate(h_path->dentry, length, attr, h_file); -+ lockdep_on(); -+ } -+ lockdep_off(); -+ sb_end_write(h_sb); -+ lockdep_on(); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_vfsub_mkdir_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+ int mode; -+}; -+ -+static void au_call_vfsub_mkdir(void *args) -+{ -+ struct au_vfsub_mkdir_args *a = args; -+ *a->errp = vfsub_mkdir(a->dir, a->path, a->mode); -+} -+ -+int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode) -+{ -+ int err, do_sio, wkq_err; -+ -+ do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); -+ if (!do_sio) { -+ lockdep_off(); -+ err = vfsub_mkdir(dir, path, mode); -+ lockdep_on(); -+ } else { -+ struct au_vfsub_mkdir_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path, -+ .mode = mode -+ }; -+ wkq_err = au_wkq_wait(au_call_vfsub_mkdir, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+ -+struct au_vfsub_rmdir_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+}; -+ -+static void au_call_vfsub_rmdir(void *args) -+{ -+ struct au_vfsub_rmdir_args *a = args; -+ *a->errp = vfsub_rmdir(a->dir, a->path); -+} -+ -+int vfsub_sio_rmdir(struct inode *dir, struct path *path) -+{ -+ int err, do_sio, wkq_err; -+ -+ do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); -+ if (!do_sio) { -+ lockdep_off(); -+ err = vfsub_rmdir(dir, path); -+ lockdep_on(); -+ } else { -+ struct au_vfsub_rmdir_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path -+ }; -+ wkq_err = au_wkq_wait(au_call_vfsub_rmdir, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct notify_change_args { -+ int *errp; -+ struct path *path; -+ struct iattr *ia; -+ struct inode **delegated_inode; -+}; -+ -+static void call_notify_change(void *args) -+{ -+ struct notify_change_args *a = args; -+ struct inode *h_inode; -+ -+ h_inode = d_inode(a->path->dentry); -+ IMustLock(h_inode); -+ -+ *a->errp = -EPERM; -+ if (!IS_IMMUTABLE(h_inode) && !IS_APPEND(h_inode)) { -+ lockdep_off(); -+ *a->errp = notify_change(a->path->dentry, a->ia, -+ a->delegated_inode); -+ lockdep_on(); -+ if (!*a->errp) -+ vfsub_update_h_iattr(a->path, /*did*/NULL); /*ignore*/ -+ } -+ AuTraceErr(*a->errp); -+} -+ -+int vfsub_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode) -+{ -+ int err; -+ struct notify_change_args args = { -+ .errp = &err, -+ .path = path, -+ .ia = ia, -+ .delegated_inode = delegated_inode -+ }; -+ -+ call_notify_change(&args); -+ -+ return err; -+} -+ -+int vfsub_sio_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode) -+{ -+ int err, wkq_err; -+ struct notify_change_args args = { -+ .errp = &err, -+ .path = path, -+ .ia = ia, -+ .delegated_inode = delegated_inode -+ }; -+ -+ wkq_err = au_wkq_wait(call_notify_change, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct unlink_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+ struct inode **delegated_inode; -+}; -+ -+static void call_unlink(void *args) -+{ -+ struct unlink_args *a = args; -+ struct dentry *d = a->path->dentry; -+ struct inode *h_inode; -+ const int stop_sillyrename = (au_test_nfs(d->d_sb) -+ && au_dcount(d) == 1); -+ -+ IMustLock(a->dir); -+ -+ a->path->dentry = d->d_parent; -+ *a->errp = security_path_unlink(a->path, d); -+ a->path->dentry = d; -+ if (unlikely(*a->errp)) -+ return; -+ -+ if (!stop_sillyrename) -+ dget(d); -+ h_inode = NULL; -+ if (d_is_positive(d)) { -+ h_inode = d_inode(d); -+ ihold(h_inode); -+ } -+ -+ lockdep_off(); -+ *a->errp = vfs_unlink(a->dir, d, a->delegated_inode); -+ lockdep_on(); -+ if (!*a->errp) { -+ struct path tmp = { -+ .dentry = d->d_parent, -+ .mnt = a->path->mnt -+ }; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ -+ } -+ -+ if (!stop_sillyrename) -+ dput(d); -+ if (h_inode) -+ iput(h_inode); -+ -+ AuTraceErr(*a->errp); -+} -+ -+/* -+ * @dir: must be locked. -+ * @dentry: target dentry. -+ */ -+int vfsub_unlink(struct inode *dir, struct path *path, -+ struct inode **delegated_inode, int force) -+{ -+ int err; -+ struct unlink_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path, -+ .delegated_inode = delegated_inode -+ }; -+ -+ if (!force) -+ call_unlink(&args); -+ else { -+ int wkq_err; -+ -+ wkq_err = au_wkq_wait(call_unlink, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -diff --git a/fs/aufs/vfsub.h b/fs/aufs/vfsub.h -new file mode 100644 -index 0000000..c9df32c ---- /dev/null -+++ b/fs/aufs/vfsub.h -@@ -0,0 +1,303 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for VFS -+ */ -+ -+#ifndef __AUFS_VFSUB_H__ -+#define __AUFS_VFSUB_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+#include "debug.h" -+ -+/* copied from linux/fs/internal.h */ -+/* todo: BAD approach!! */ -+extern void __mnt_drop_write(struct vfsmount *); -+extern int open_check_o_direct(struct file *f); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for lower inode */ -+/* default MAX_LOCKDEP_SUBCLASSES(8) is not enough */ -+/* reduce? gave up. */ -+enum { -+ AuLsc_I_Begin = I_MUTEX_PARENT2, /* 5 */ -+ AuLsc_I_PARENT, /* lower inode, parent first */ -+ AuLsc_I_PARENT2, /* copyup dirs */ -+ AuLsc_I_PARENT3, /* copyup wh */ -+ AuLsc_I_CHILD, -+ AuLsc_I_CHILD2, -+ AuLsc_I_End -+}; -+ -+/* to debug easier, do not make them inlined functions */ -+#define MtxMustLock(mtx) AuDebugOn(!mutex_is_locked(mtx)) -+#define IMustLock(i) AuDebugOn(!inode_is_locked(i)) -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void vfsub_drop_nlink(struct inode *inode) -+{ -+ AuDebugOn(!inode->i_nlink); -+ drop_nlink(inode); -+} -+ -+static inline void vfsub_dead_dir(struct inode *inode) -+{ -+ AuDebugOn(!S_ISDIR(inode->i_mode)); -+ inode->i_flags |= S_DEAD; -+ clear_nlink(inode); -+} -+ -+static inline int vfsub_native_ro(struct inode *inode) -+{ -+ return (inode->i_sb->s_flags & MS_RDONLY) -+ || IS_RDONLY(inode) -+ /* || IS_APPEND(inode) */ -+ || IS_IMMUTABLE(inode); -+} -+ -+#ifdef CONFIG_AUFS_BR_FUSE -+int vfsub_test_mntns(struct vfsmount *mnt, struct super_block *h_sb); -+#else -+AuStubInt0(vfsub_test_mntns, struct vfsmount *mnt, struct super_block *h_sb); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_update_h_iattr(struct path *h_path, int *did); -+struct file *vfsub_dentry_open(struct path *path, int flags); -+struct file *vfsub_filp_open(const char *path, int oflags, int mode); -+struct vfsub_aopen_args { -+ struct file *file; -+ unsigned int open_flag; -+ umode_t create_mode; -+ int *opened; -+}; -+struct au_branch; -+int vfsub_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args, struct au_branch *br); -+int vfsub_kern_path(const char *name, unsigned int flags, struct path *path); -+ -+struct dentry *vfsub_lookup_one_len_unlocked(const char *name, -+ struct dentry *parent, int len); -+struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, -+ int len); -+ -+struct vfsub_lkup_one_args { -+ struct dentry **errp; -+ struct qstr *name; -+ struct dentry *parent; -+}; -+ -+static inline struct dentry *vfsub_lkup_one(struct qstr *name, -+ struct dentry *parent) -+{ -+ return vfsub_lookup_one_len(name->name, parent, name->len); -+} -+ -+void vfsub_call_lkup_one(void *args); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int vfsub_mnt_want_write(struct vfsmount *mnt) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = mnt_want_write(mnt); -+ lockdep_on(); -+ return err; -+} -+ -+static inline void vfsub_mnt_drop_write(struct vfsmount *mnt) -+{ -+ lockdep_off(); -+ mnt_drop_write(mnt); -+ lockdep_on(); -+} -+ -+#if 0 /* reserved */ -+static inline void vfsub_mnt_drop_write_file(struct file *file) -+{ -+ lockdep_off(); -+ mnt_drop_write_file(file); -+ lockdep_on(); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_hinode; -+struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2); -+void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2); -+ -+int vfsub_create(struct inode *dir, struct path *path, int mode, -+ bool want_excl); -+int vfsub_symlink(struct inode *dir, struct path *path, -+ const char *symname); -+int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev); -+int vfsub_link(struct dentry *src_dentry, struct inode *dir, -+ struct path *path, struct inode **delegated_inode); -+int vfsub_rename(struct inode *src_hdir, struct dentry *src_dentry, -+ struct inode *hdir, struct path *path, -+ struct inode **delegated_inode, unsigned int flags); -+int vfsub_mkdir(struct inode *dir, struct path *path, int mode); -+int vfsub_rmdir(struct inode *dir, struct path *path); -+ -+/* ---------------------------------------------------------------------- */ -+ -+ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos); -+int vfsub_flush(struct file *file, fl_owner_t id); -+int vfsub_iterate_dir(struct file *file, struct dir_context *ctx); -+ -+static inline loff_t vfsub_f_size_read(struct file *file) -+{ -+ return i_size_read(file_inode(file)); -+} -+ -+static inline unsigned int vfsub_file_flags(struct file *file) -+{ -+ unsigned int flags; -+ -+ spin_lock(&file->f_lock); -+ flags = file->f_flags; -+ spin_unlock(&file->f_lock); -+ -+ return flags; -+} -+ -+static inline int vfsub_file_execed(struct file *file) -+{ -+ /* todo: direct access f_flags */ -+ return !!(vfsub_file_flags(file) & __FMODE_EXEC); -+} -+ -+#if 0 /* reserved */ -+static inline void vfsub_file_accessed(struct file *h_file) -+{ -+ file_accessed(h_file); -+ vfsub_update_h_iattr(&h_file->f_path, /*did*/NULL); /*ignore*/ -+} -+#endif -+ -+#if 0 /* reserved */ -+static inline void vfsub_touch_atime(struct vfsmount *h_mnt, -+ struct dentry *h_dentry) -+{ -+ struct path h_path = { -+ .dentry = h_dentry, -+ .mnt = h_mnt -+ }; -+ touch_atime(&h_path); -+ vfsub_update_h_iattr(&h_path, /*did*/NULL); /*ignore*/ -+} -+#endif -+ -+static inline int vfsub_update_time(struct inode *h_inode, struct timespec *ts, -+ int flags) -+{ -+ return update_time(h_inode, ts, flags); -+ /* no vfsub_update_h_iattr() since we don't have struct path */ -+} -+ -+#ifdef CONFIG_FS_POSIX_ACL -+static inline int vfsub_acl_chmod(struct inode *h_inode, umode_t h_mode) -+{ -+ int err; -+ -+ err = posix_acl_chmod(h_inode, h_mode); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ return err; -+} -+#else -+AuStubInt0(vfsub_acl_chmod, struct inode *h_inode, umode_t h_mode); -+#endif -+ -+long vfsub_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags); -+long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags); -+ -+static inline long vfsub_truncate(struct path *path, loff_t length) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = vfs_truncate(path, length); -+ lockdep_on(); -+ return err; -+} -+ -+int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, -+ struct file *h_file); -+int vfsub_fsync(struct file *file, struct path *path, int datasync); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline loff_t vfsub_llseek(struct file *file, loff_t offset, int origin) -+{ -+ loff_t err; -+ -+ lockdep_off(); -+ err = vfs_llseek(file, offset, origin); -+ lockdep_on(); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode); -+int vfsub_sio_rmdir(struct inode *dir, struct path *path); -+int vfsub_sio_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode); -+int vfsub_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode); -+int vfsub_unlink(struct inode *dir, struct path *path, -+ struct inode **delegated_inode, int force); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int vfsub_setxattr(struct dentry *dentry, const char *name, -+ const void *value, size_t size, int flags) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_setxattr(dentry, name, value, size, flags); -+ lockdep_on(); -+ -+ return err; -+} -+ -+static inline int vfsub_removexattr(struct dentry *dentry, const char *name) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_removexattr(dentry, name); -+ lockdep_on(); -+ -+ return err; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_VFSUB_H__ */ -diff --git a/fs/aufs/wbr_policy.c b/fs/aufs/wbr_policy.c -new file mode 100644 -index 0000000..438a8da ---- /dev/null -+++ b/fs/aufs/wbr_policy.c -@@ -0,0 +1,817 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * policies for selecting one among multiple writable branches -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* subset of cpup_attr() */ -+static noinline_for_stack -+int au_cpdown_attr(struct path *h_path, struct dentry *h_src) -+{ -+ int err, sbits; -+ struct iattr ia; -+ struct inode *h_isrc; -+ -+ h_isrc = d_inode(h_src); -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE | ATTR_UID | ATTR_GID; -+ ia.ia_mode = h_isrc->i_mode; -+ ia.ia_uid = h_isrc->i_uid; -+ ia.ia_gid = h_isrc->i_gid; -+ sbits = !!(ia.ia_mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(d_inode(h_path->dentry), h_isrc->i_flags); -+ /* no delegation since it is just created */ -+ err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); -+ -+ /* is this nfs only? */ -+ if (!err && sbits && au_test_nfs(h_path->dentry->d_sb)) { -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); -+ } -+ -+ return err; -+} -+ -+#define AuCpdown_PARENT_OPQ 1 -+#define AuCpdown_WHED (1 << 1) -+#define AuCpdown_MADE_DIR (1 << 2) -+#define AuCpdown_DIROPQ (1 << 3) -+#define au_ftest_cpdown(flags, name) ((flags) & AuCpdown_##name) -+#define au_fset_cpdown(flags, name) \ -+ do { (flags) |= AuCpdown_##name; } while (0) -+#define au_fclr_cpdown(flags, name) \ -+ do { (flags) &= ~AuCpdown_##name; } while (0) -+ -+static int au_cpdown_dir_opq(struct dentry *dentry, aufs_bindex_t bdst, -+ unsigned int *flags) -+{ -+ int err; -+ struct dentry *opq_dentry; -+ -+ opq_dentry = au_diropq_create(dentry, bdst); -+ err = PTR_ERR(opq_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out; -+ dput(opq_dentry); -+ au_fset_cpdown(*flags, DIROPQ); -+ -+out: -+ return err; -+} -+ -+static int au_cpdown_dir_wh(struct dentry *dentry, struct dentry *h_parent, -+ struct inode *dir, aufs_bindex_t bdst) -+{ -+ int err; -+ struct path h_path; -+ struct au_branch *br; -+ -+ br = au_sbr(dentry->d_sb, bdst); -+ h_path.dentry = au_wh_lkup(h_parent, &dentry->d_name, br); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ err = 0; -+ if (d_is_positive(h_path.dentry)) { -+ h_path.mnt = au_br_mnt(br); -+ err = au_wh_unlink_dentry(au_h_iptr(dir, bdst), &h_path, -+ dentry); -+ } -+ dput(h_path.dentry); -+ -+out: -+ return err; -+} -+ -+static int au_cpdown_dir(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg) -+{ -+ int err, rerr; -+ aufs_bindex_t bopq, btop; -+ struct path h_path; -+ struct dentry *parent; -+ struct inode *h_dir, *h_inode, *inode, *dir; -+ unsigned int *flags = arg; -+ -+ btop = au_dbtop(dentry); -+ /* dentry is di-locked */ -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ h_dir = d_inode(h_parent); -+ AuDebugOn(h_dir != au_h_iptr(dir, bdst)); -+ IMustLock(h_dir); -+ -+ err = au_lkup_neg(dentry, bdst, /*wh*/0); -+ if (unlikely(err < 0)) -+ goto out; -+ h_path.dentry = au_h_dptr(dentry, bdst); -+ h_path.mnt = au_sbr_mnt(dentry->d_sb, bdst); -+ err = vfsub_sio_mkdir(au_h_iptr(dir, bdst), &h_path, -+ S_IRWXU | S_IRUGO | S_IXUGO); -+ if (unlikely(err)) -+ goto out_put; -+ au_fset_cpdown(*flags, MADE_DIR); -+ -+ bopq = au_dbdiropq(dentry); -+ au_fclr_cpdown(*flags, WHED); -+ au_fclr_cpdown(*flags, DIROPQ); -+ if (au_dbwh(dentry) == bdst) -+ au_fset_cpdown(*flags, WHED); -+ if (!au_ftest_cpdown(*flags, PARENT_OPQ) && bopq <= bdst) -+ au_fset_cpdown(*flags, PARENT_OPQ); -+ h_inode = d_inode(h_path.dentry); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ if (au_ftest_cpdown(*flags, WHED)) { -+ err = au_cpdown_dir_opq(dentry, bdst, flags); -+ if (unlikely(err)) { -+ inode_unlock(h_inode); -+ goto out_dir; -+ } -+ } -+ -+ err = au_cpdown_attr(&h_path, au_h_dptr(dentry, btop)); -+ inode_unlock(h_inode); -+ if (unlikely(err)) -+ goto out_opq; -+ -+ if (au_ftest_cpdown(*flags, WHED)) { -+ err = au_cpdown_dir_wh(dentry, h_parent, dir, bdst); -+ if (unlikely(err)) -+ goto out_opq; -+ } -+ -+ inode = d_inode(dentry); -+ if (au_ibbot(inode) < bdst) -+ au_set_ibbot(inode, bdst); -+ au_set_h_iptr(inode, bdst, au_igrab(h_inode), -+ au_hi_flags(inode, /*isdir*/1)); -+ au_fhsm_wrote(dentry->d_sb, bdst, /*force*/0); -+ goto out; /* success */ -+ -+ /* revert */ -+out_opq: -+ if (au_ftest_cpdown(*flags, DIROPQ)) { -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ rerr = au_diropq_remove(dentry, bdst); -+ inode_unlock(h_inode); -+ if (unlikely(rerr)) { -+ AuIOErr("failed removing diropq for %pd b%d (%d)\n", -+ dentry, bdst, rerr); -+ err = -EIO; -+ goto out; -+ } -+ } -+out_dir: -+ if (au_ftest_cpdown(*flags, MADE_DIR)) { -+ rerr = vfsub_sio_rmdir(au_h_iptr(dir, bdst), &h_path); -+ if (unlikely(rerr)) { -+ AuIOErr("failed removing %pd b%d (%d)\n", -+ dentry, bdst, rerr); -+ err = -EIO; -+ } -+ } -+out_put: -+ au_set_h_dptr(dentry, bdst, NULL); -+ if (au_dbbot(dentry) == bdst) -+ au_update_dbbot(dentry); -+out: -+ dput(parent); -+ return err; -+} -+ -+int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ int err; -+ unsigned int flags; -+ -+ flags = 0; -+ err = au_cp_dirs(dentry, bdst, au_cpdown_dir, &flags); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies for create */ -+ -+int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ int err, i, j, ndentry; -+ aufs_bindex_t bopq; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries, *parent, *d; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ parent = dget_parent(dentry); -+ err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/0); -+ if (unlikely(err)) -+ goto out_free; -+ -+ err = bindex; -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ d = dentries[j]; -+ di_read_lock_parent2(d, !AuLock_IR); -+ bopq = au_dbdiropq(d); -+ di_read_unlock(d, !AuLock_IR); -+ if (bopq >= 0 && bopq < err) -+ err = bopq; -+ } -+ } -+ -+out_free: -+ dput(parent); -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int au_wbr_bu(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ for (; bindex >= 0; bindex--) -+ if (!au_br_rdonly(au_sbr(sb, bindex))) -+ return bindex; -+ return -EROFS; -+} -+ -+/* top down parent */ -+static int au_wbr_create_tdp(struct dentry *dentry, -+ unsigned int flags __maybe_unused) -+{ -+ int err; -+ aufs_bindex_t btop, bindex; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ err = btop; -+ if (!au_br_rdonly(au_sbr(sb, btop))) -+ goto out; -+ -+ err = -EROFS; -+ parent = dget_parent(dentry); -+ for (bindex = au_dbtop(parent); bindex < btop; bindex++) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = bindex; -+ break; -+ } -+ } -+ dput(parent); -+ -+ /* bottom up here */ -+ if (unlikely(err < 0)) { -+ err = au_wbr_bu(sb, btop - 1); -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ } -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* an exception for the policy other than tdp */ -+static int au_wbr_create_exp(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bwh, bdiropq; -+ struct dentry *parent; -+ -+ err = -1; -+ bwh = au_dbwh(dentry); -+ parent = dget_parent(dentry); -+ bdiropq = au_dbdiropq(parent); -+ if (bwh >= 0) { -+ if (bdiropq >= 0) -+ err = min(bdiropq, bwh); -+ else -+ err = bwh; -+ AuDbg("%d\n", err); -+ } else if (bdiropq >= 0) { -+ err = bdiropq; -+ AuDbg("%d\n", err); -+ } -+ dput(parent); -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+ if (err >= 0 && au_br_rdonly(au_sbr(dentry->d_sb, err))) -+ err = -1; -+ -+ AuDbg("%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* round robin */ -+static int au_wbr_create_init_rr(struct super_block *sb) -+{ -+ int err; -+ -+ err = au_wbr_bu(sb, au_sbbot(sb)); -+ atomic_set(&au_sbi(sb)->si_wbr_rr_next, -err); /* less important */ -+ /* smp_mb(); */ -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_rr(struct dentry *dentry, unsigned int flags) -+{ -+ int err, nbr; -+ unsigned int u; -+ aufs_bindex_t bindex, bbot; -+ struct super_block *sb; -+ atomic_t *next; -+ -+ err = au_wbr_create_exp(dentry); -+ if (err >= 0) -+ goto out; -+ -+ sb = dentry->d_sb; -+ next = &au_sbi(sb)->si_wbr_rr_next; -+ bbot = au_sbbot(sb); -+ nbr = bbot + 1; -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ if (!au_ftest_wbr(flags, DIR)) { -+ err = atomic_dec_return(next) + 1; -+ /* modulo for 0 is meaningless */ -+ if (unlikely(!err)) -+ err = atomic_dec_return(next) + 1; -+ } else -+ err = atomic_read(next); -+ AuDbg("%d\n", err); -+ u = err; -+ err = u % nbr; -+ AuDbg("%d\n", err); -+ if (!au_br_rdonly(au_sbr(sb, err))) -+ break; -+ err = -EROFS; -+ } -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out: -+ AuDbg("%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* most free space */ -+static void au_mfs(struct dentry *dentry, struct dentry *parent) -+{ -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_wbr_mfs *mfs; -+ struct dentry *h_parent; -+ aufs_bindex_t bindex, bbot; -+ int err; -+ unsigned long long b, bavail; -+ struct path h_path; -+ /* reduce the stack usage */ -+ struct kstatfs *st; -+ -+ st = kmalloc(sizeof(*st), GFP_NOFS); -+ if (unlikely(!st)) { -+ AuWarn1("failed updating mfs(%d), ignored\n", -ENOMEM); -+ return; -+ } -+ -+ bavail = 0; -+ sb = dentry->d_sb; -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ MtxMustLock(&mfs->mfs_lock); -+ mfs->mfs_bindex = -EROFS; -+ mfs->mfsrr_bytes = 0; -+ if (!parent) { -+ bindex = 0; -+ bbot = au_sbbot(sb); -+ } else { -+ bindex = au_dbtop(parent); -+ bbot = au_dbtaildir(parent); -+ } -+ -+ for (; bindex <= bbot; bindex++) { -+ if (parent) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ } -+ br = au_sbr(sb, bindex); -+ if (au_br_rdonly(br)) -+ continue; -+ -+ /* sb->s_root for NFS is unreliable */ -+ h_path.mnt = au_br_mnt(br); -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, st); -+ if (unlikely(err)) { -+ AuWarn1("failed statfs, b%d, %d\n", bindex, err); -+ continue; -+ } -+ -+ /* when the available size is equal, select the lower one */ -+ BUILD_BUG_ON(sizeof(b) < sizeof(st->f_bavail) -+ || sizeof(b) < sizeof(st->f_bsize)); -+ b = st->f_bavail * st->f_bsize; -+ br->br_wbr->wbr_bytes = b; -+ if (b >= bavail) { -+ bavail = b; -+ mfs->mfs_bindex = bindex; -+ mfs->mfs_jiffy = jiffies; -+ } -+ } -+ -+ mfs->mfsrr_bytes = bavail; -+ AuDbg("b%d\n", mfs->mfs_bindex); -+ au_delayed_kfree(st); -+} -+ -+static int au_wbr_create_mfs(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ struct dentry *parent; -+ struct super_block *sb; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_exp(dentry); -+ if (err >= 0) -+ goto out; -+ -+ sb = dentry->d_sb; -+ parent = NULL; -+ if (au_ftest_wbr(flags, PARENT)) -+ parent = dget_parent(dentry); -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (time_after(jiffies, mfs->mfs_jiffy + mfs->mfs_expire) -+ || mfs->mfs_bindex < 0 -+ || au_br_rdonly(au_sbr(sb, mfs->mfs_bindex))) -+ au_mfs(dentry, parent); -+ mutex_unlock(&mfs->mfs_lock); -+ err = mfs->mfs_bindex; -+ dput(parent); -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_init_mfs(struct super_block *sb) -+{ -+ struct au_wbr_mfs *mfs; -+ -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_init(&mfs->mfs_lock); -+ mfs->mfs_jiffy = 0; -+ mfs->mfs_bindex = -EROFS; -+ -+ return 0; -+} -+ -+static int au_wbr_create_fin_mfs(struct super_block *sb __maybe_unused) -+{ -+ mutex_destroy(&au_sbi(sb)->si_wbr_mfs.mfs_lock); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* top down regardless parent, and then mfs */ -+static int au_wbr_create_tdmfs(struct dentry *dentry, -+ unsigned int flags __maybe_unused) -+{ -+ int err; -+ aufs_bindex_t bwh, btail, bindex, bfound, bmfs; -+ unsigned long long watermark; -+ struct super_block *sb; -+ struct au_wbr_mfs *mfs; -+ struct au_branch *br; -+ struct dentry *parent; -+ -+ sb = dentry->d_sb; -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (time_after(jiffies, mfs->mfs_jiffy + mfs->mfs_expire) -+ || mfs->mfs_bindex < 0) -+ au_mfs(dentry, /*parent*/NULL); -+ watermark = mfs->mfsrr_watermark; -+ bmfs = mfs->mfs_bindex; -+ mutex_unlock(&mfs->mfs_lock); -+ -+ /* another style of au_wbr_create_exp() */ -+ bwh = au_dbwh(dentry); -+ parent = dget_parent(dentry); -+ btail = au_dbtaildir(parent); -+ if (bwh >= 0 && bwh < btail) -+ btail = bwh; -+ -+ err = au_wbr_nonopq(dentry, btail); -+ if (unlikely(err < 0)) -+ goto out; -+ btail = err; -+ bfound = -1; -+ for (bindex = 0; bindex <= btail; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_rdonly(br)) -+ continue; -+ if (br->br_wbr->wbr_bytes > watermark) { -+ bfound = bindex; -+ break; -+ } -+ } -+ err = bfound; -+ if (err < 0) -+ err = bmfs; -+ -+out: -+ dput(parent); -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* most free space and then round robin */ -+static int au_wbr_create_mfsrr(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_mfs(dentry, flags); -+ if (err >= 0) { -+ mfs = &au_sbi(dentry->d_sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (mfs->mfsrr_bytes < mfs->mfsrr_watermark) -+ err = au_wbr_create_rr(dentry, flags); -+ mutex_unlock(&mfs->mfs_lock); -+ } -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_init_mfsrr(struct super_block *sb) -+{ -+ int err; -+ -+ au_wbr_create_init_mfs(sb); /* ignore */ -+ err = au_wbr_create_init_rr(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* top down parent and most free space */ -+static int au_wbr_create_pmfs(struct dentry *dentry, unsigned int flags) -+{ -+ int err, e2; -+ unsigned long long b; -+ aufs_bindex_t bindex, btop, bbot; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent; -+ struct au_branch *br; -+ -+ err = au_wbr_create_tdp(dentry, flags); -+ if (unlikely(err < 0)) -+ goto out; -+ parent = dget_parent(dentry); -+ btop = au_dbtop(parent); -+ bbot = au_dbtaildir(parent); -+ if (btop == bbot) -+ goto out_parent; /* success */ -+ -+ e2 = au_wbr_create_mfs(dentry, flags); -+ if (e2 < 0) -+ goto out_parent; /* success */ -+ -+ /* when the available size is equal, select upper one */ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, err); -+ b = br->br_wbr->wbr_bytes; -+ AuDbg("b%d, %llu\n", err, b); -+ -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ br = au_sbr(sb, bindex); -+ if (!au_br_rdonly(br) && br->br_wbr->wbr_bytes > b) { -+ b = br->br_wbr->wbr_bytes; -+ err = bindex; -+ AuDbg("b%d, %llu\n", err, b); -+ } -+ } -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out_parent: -+ dput(parent); -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * - top down parent -+ * - most free space with parent -+ * - most free space round-robin regardless parent -+ */ -+static int au_wbr_create_pmfsrr(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ unsigned long long watermark; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_pmfs(dentry, flags | AuWbr_PARENT); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, err); -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ watermark = mfs->mfsrr_watermark; -+ mutex_unlock(&mfs->mfs_lock); -+ if (br->br_wbr->wbr_bytes < watermark) -+ /* regardless the parent dir */ -+ err = au_wbr_create_mfsrr(dentry, flags); -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies for copyup */ -+ -+/* top down parent */ -+static int au_wbr_copyup_tdp(struct dentry *dentry) -+{ -+ return au_wbr_create_tdp(dentry, /*flags, anything is ok*/0); -+} -+ -+/* bottom up parent */ -+static int au_wbr_copyup_bup(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bindex, btop; -+ struct dentry *parent, *h_parent; -+ struct super_block *sb; -+ -+ err = -EROFS; -+ sb = dentry->d_sb; -+ parent = dget_parent(dentry); -+ btop = au_dbtop(parent); -+ for (bindex = au_dbtop(dentry); bindex >= btop; bindex--) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = bindex; -+ break; -+ } -+ } -+ dput(parent); -+ -+ /* bottom up here */ -+ if (unlikely(err < 0)) -+ err = au_wbr_bu(sb, btop - 1); -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* bottom up */ -+int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t btop) -+{ -+ int err; -+ -+ err = au_wbr_bu(dentry->d_sb, btop); -+ AuDbg("b%d\n", err); -+ if (err > btop) -+ err = au_wbr_nonopq(dentry, err); -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_copyup_bu(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t btop; -+ -+ btop = au_dbtop(dentry); -+ err = au_wbr_do_copyup_bu(dentry, btop); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_wbr_copyup_operations au_wbr_copyup_ops[] = { -+ [AuWbrCopyup_TDP] = { -+ .copyup = au_wbr_copyup_tdp -+ }, -+ [AuWbrCopyup_BUP] = { -+ .copyup = au_wbr_copyup_bup -+ }, -+ [AuWbrCopyup_BU] = { -+ .copyup = au_wbr_copyup_bu -+ } -+}; -+ -+struct au_wbr_create_operations au_wbr_create_ops[] = { -+ [AuWbrCreate_TDP] = { -+ .create = au_wbr_create_tdp -+ }, -+ [AuWbrCreate_RR] = { -+ .create = au_wbr_create_rr, -+ .init = au_wbr_create_init_rr -+ }, -+ [AuWbrCreate_MFS] = { -+ .create = au_wbr_create_mfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSV] = { -+ .create = au_wbr_create_mfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSRR] = { -+ .create = au_wbr_create_mfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSRRV] = { -+ .create = au_wbr_create_mfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_TDMFS] = { -+ .create = au_wbr_create_tdmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_TDMFSV] = { -+ .create = au_wbr_create_tdmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFS] = { -+ .create = au_wbr_create_pmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSV] = { -+ .create = au_wbr_create_pmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSRR] = { -+ .create = au_wbr_create_pmfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSRRV] = { -+ .create = au_wbr_create_pmfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ } -+}; -diff --git a/fs/aufs/whout.c b/fs/aufs/whout.c -new file mode 100644 -index 0000000..2fa8627 ---- /dev/null -+++ b/fs/aufs/whout.c -@@ -0,0 +1,1048 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * whiteout for logical deletion and opaque directory -+ */ -+ -+#include "aufs.h" -+ -+#define WH_MASK S_IRUGO -+ -+/* -+ * If a directory contains this file, then it is opaque. We start with the -+ * .wh. flag so that it is blocked by lookup. -+ */ -+static struct qstr diropq_name = QSTR_INIT(AUFS_WH_DIROPQ, -+ sizeof(AUFS_WH_DIROPQ) - 1); -+ -+/* -+ * generate whiteout name, which is NOT terminated by NULL. -+ * @name: original d_name.name -+ * @len: original d_name.len -+ * @wh: whiteout qstr -+ * returns zero when succeeds, otherwise error. -+ * succeeded value as wh->name should be freed by kfree(). -+ */ -+int au_wh_name_alloc(struct qstr *wh, const struct qstr *name) -+{ -+ char *p; -+ -+ if (unlikely(name->len > PATH_MAX - AUFS_WH_PFX_LEN)) -+ return -ENAMETOOLONG; -+ -+ wh->len = name->len + AUFS_WH_PFX_LEN; -+ p = kmalloc(wh->len, GFP_NOFS); -+ wh->name = p; -+ if (p) { -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ memcpy(p + AUFS_WH_PFX_LEN, name->name, name->len); -+ /* smp_mb(); */ -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * test if the @wh_name exists under @h_parent. -+ * @try_sio specifies the necessary of super-io. -+ */ -+int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio) -+{ -+ int err; -+ struct dentry *wh_dentry; -+ -+ if (!try_sio) -+ wh_dentry = vfsub_lkup_one(wh_name, h_parent); -+ else -+ wh_dentry = au_sio_lkup_one(wh_name, h_parent); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) { -+ if (err == -ENAMETOOLONG) -+ err = 0; -+ goto out; -+ } -+ -+ err = 0; -+ if (d_is_negative(wh_dentry)) -+ goto out_wh; /* success */ -+ -+ err = 1; -+ if (d_is_reg(wh_dentry)) -+ goto out_wh; /* success */ -+ -+ err = -EIO; -+ AuIOErr("%pd Invalid whiteout entry type 0%o.\n", -+ wh_dentry, d_inode(wh_dentry)->i_mode); -+ -+out_wh: -+ dput(wh_dentry); -+out: -+ return err; -+} -+ -+/* -+ * test if the @h_dentry sets opaque or not. -+ */ -+int au_diropq_test(struct dentry *h_dentry) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ h_dir = d_inode(h_dentry); -+ err = au_wh_test(h_dentry, &diropq_name, -+ au_test_h_perm_sio(h_dir, MAY_EXEC)); -+ return err; -+} -+ -+/* -+ * returns a negative dentry whose name is unique and temporary. -+ */ -+struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, -+ struct qstr *prefix) -+{ -+ struct dentry *dentry; -+ int i; -+ char defname[NAME_MAX - AUFS_MAX_NAMELEN + DNAME_INLINE_LEN + 1], -+ *name, *p; -+ /* strict atomic_t is unnecessary here */ -+ static unsigned short cnt; -+ struct qstr qs; -+ -+ BUILD_BUG_ON(sizeof(cnt) * 2 > AUFS_WH_TMP_LEN); -+ -+ name = defname; -+ qs.len = sizeof(defname) - DNAME_INLINE_LEN + prefix->len - 1; -+ if (unlikely(prefix->len > DNAME_INLINE_LEN)) { -+ dentry = ERR_PTR(-ENAMETOOLONG); -+ if (unlikely(qs.len > NAME_MAX)) -+ goto out; -+ dentry = ERR_PTR(-ENOMEM); -+ name = kmalloc(qs.len + 1, GFP_NOFS); -+ if (unlikely(!name)) -+ goto out; -+ } -+ -+ /* doubly whiteout-ed */ -+ memcpy(name, AUFS_WH_PFX AUFS_WH_PFX, AUFS_WH_PFX_LEN * 2); -+ p = name + AUFS_WH_PFX_LEN * 2; -+ memcpy(p, prefix->name, prefix->len); -+ p += prefix->len; -+ *p++ = '.'; -+ AuDebugOn(name + qs.len + 1 - p <= AUFS_WH_TMP_LEN); -+ -+ qs.name = name; -+ for (i = 0; i < 3; i++) { -+ sprintf(p, "%.*x", AUFS_WH_TMP_LEN, cnt++); -+ dentry = au_sio_lkup_one(&qs, h_parent); -+ if (IS_ERR(dentry) || d_is_negative(dentry)) -+ goto out_name; -+ dput(dentry); -+ } -+ /* pr_warn("could not get random name\n"); */ -+ dentry = ERR_PTR(-EEXIST); -+ AuDbg("%.*s\n", AuLNPair(&qs)); -+ BUG(); -+ -+out_name: -+ if (name != defname) -+ au_delayed_kfree(name); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* -+ * rename the @h_dentry on @br to the whiteouted temporary name. -+ */ -+int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ struct inode *h_dir, *delegated; -+ struct dentry *h_parent; -+ -+ h_parent = h_dentry->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ h_path.dentry = au_whtmp_lkup(h_parent, br, &h_dentry->d_name); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ /* under the same dir, no need to lock_rename() */ -+ delegated = NULL; -+ err = vfsub_rename(h_dir, h_dentry, h_dir, &h_path, &delegated, -+ /*flags*/0); -+ AuTraceErr(err); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ dput(h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * functions for removing a whiteout -+ */ -+ -+static int do_unlink_wh(struct inode *h_dir, struct path *h_path) -+{ -+ int err, force; -+ struct inode *delegated; -+ -+ /* -+ * forces superio when the dir has a sticky bit. -+ * this may be a violation of unix fs semantics. -+ */ -+ force = (h_dir->i_mode & S_ISVTX) -+ && !uid_eq(current_fsuid(), d_inode(h_path->dentry)->i_uid); -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, h_path, &delegated, force); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ return err; -+} -+ -+int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, -+ struct dentry *dentry) -+{ -+ int err; -+ -+ err = do_unlink_wh(h_dir, h_path); -+ if (!err && dentry) -+ au_set_dbwh(dentry, -1); -+ -+ return err; -+} -+ -+static int unlink_wh_name(struct dentry *h_parent, struct qstr *wh, -+ struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ -+ err = 0; -+ h_path.dentry = vfsub_lkup_one(wh, h_parent); -+ if (IS_ERR(h_path.dentry)) -+ err = PTR_ERR(h_path.dentry); -+ else { -+ if (d_is_reg(h_path.dentry)) -+ err = do_unlink_wh(d_inode(h_parent), &h_path); -+ dput(h_path.dentry); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * initialize/clean whiteout for a branch -+ */ -+ -+static void au_wh_clean(struct inode *h_dir, struct path *whpath, -+ const int isdir) -+{ -+ int err; -+ struct inode *delegated; -+ -+ if (d_is_negative(whpath->dentry)) -+ return; -+ -+ if (isdir) -+ err = vfsub_rmdir(h_dir, whpath); -+ else { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, whpath, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } -+ if (unlikely(err)) -+ pr_warn("failed removing %pd (%d), ignored.\n", -+ whpath->dentry, err); -+} -+ -+static int test_linkable(struct dentry *h_root) -+{ -+ struct inode *h_dir = d_inode(h_root); -+ -+ if (h_dir->i_op->link) -+ return 0; -+ -+ pr_err("%pd (%s) doesn't support link(2), use noplink and rw+nolwh\n", -+ h_root, au_sbtype(h_root->d_sb)); -+ return -ENOSYS; -+} -+ -+/* todo: should this mkdir be done in /sbin/mount.aufs helper? */ -+static int au_whdir(struct inode *h_dir, struct path *path) -+{ -+ int err; -+ -+ err = -EEXIST; -+ if (d_is_negative(path->dentry)) { -+ int mode = S_IRWXU; -+ -+ if (au_test_nfs(path->dentry->d_sb)) -+ mode |= S_IXUGO; -+ err = vfsub_mkdir(h_dir, path, mode); -+ } else if (d_is_dir(path->dentry)) -+ err = 0; -+ else -+ pr_err("unknown %pd exists\n", path->dentry); -+ -+ return err; -+} -+ -+struct au_wh_base { -+ const struct qstr *name; -+ struct dentry *dentry; -+}; -+ -+static void au_wh_init_ro(struct inode *h_dir, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/0); -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+} -+ -+/* -+ * returns tri-state, -+ * minus: error, caller should print the message -+ * zero: succuess -+ * plus: error, caller should NOT print the message -+ */ -+static int au_wh_init_rw_nolink(struct dentry *h_root, struct au_wbr *wbr, -+ int do_plink, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ h_dir = d_inode(h_root); -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/0); -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ if (do_plink) { -+ err = test_linkable(h_root); -+ if (unlikely(err)) { -+ err = 1; -+ goto out; -+ } -+ -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); -+ } else -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * for the moment, aufs supports the branch filesystem which does not support -+ * link(2). testing on FAT which does not support i_op->setattr() fully either, -+ * copyup failed. finally, such filesystem will not be used as the writable -+ * branch. -+ * -+ * returns tri-state, see above. -+ */ -+static int au_wh_init_rw(struct dentry *h_root, struct au_wbr *wbr, -+ int do_plink, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ WbrWhMustWriteLock(wbr); -+ -+ err = test_linkable(h_root); -+ if (unlikely(err)) { -+ err = 1; -+ goto out; -+ } -+ -+ /* -+ * todo: should this create be done in /sbin/mount.aufs helper? -+ */ -+ err = -EEXIST; -+ h_dir = d_inode(h_root); -+ if (d_is_negative(base[AuBrWh_BASE].dentry)) { -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ err = vfsub_create(h_dir, h_path, WH_MASK, /*want_excl*/true); -+ } else if (d_is_reg(base[AuBrWh_BASE].dentry)) -+ err = 0; -+ else -+ pr_err("unknown %pd2 exists\n", base[AuBrWh_BASE].dentry); -+ if (unlikely(err)) -+ goto out; -+ -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ if (do_plink) { -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); -+ } else -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ wbr->wbr_whbase = dget(base[AuBrWh_BASE].dentry); -+ -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * initialize the whiteout base file/dir for @br. -+ */ -+int au_wh_init(struct au_branch *br, struct super_block *sb) -+{ -+ int err, i; -+ const unsigned char do_plink -+ = !!au_opt_test(au_mntflags(sb), PLINK); -+ struct inode *h_dir; -+ struct path path = br->br_path; -+ struct dentry *h_root = path.dentry; -+ struct au_wbr *wbr = br->br_wbr; -+ static const struct qstr base_name[] = { -+ [AuBrWh_BASE] = QSTR_INIT(AUFS_BASE_NAME, -+ sizeof(AUFS_BASE_NAME) - 1), -+ [AuBrWh_PLINK] = QSTR_INIT(AUFS_PLINKDIR_NAME, -+ sizeof(AUFS_PLINKDIR_NAME) - 1), -+ [AuBrWh_ORPH] = QSTR_INIT(AUFS_ORPHDIR_NAME, -+ sizeof(AUFS_ORPHDIR_NAME) - 1) -+ }; -+ struct au_wh_base base[] = { -+ [AuBrWh_BASE] = { -+ .name = base_name + AuBrWh_BASE, -+ .dentry = NULL -+ }, -+ [AuBrWh_PLINK] = { -+ .name = base_name + AuBrWh_PLINK, -+ .dentry = NULL -+ }, -+ [AuBrWh_ORPH] = { -+ .name = base_name + AuBrWh_ORPH, -+ .dentry = NULL -+ } -+ }; -+ -+ if (wbr) -+ WbrWhMustWriteLock(wbr); -+ -+ for (i = 0; i < AuBrWh_Last; i++) { -+ /* doubly whiteouted */ -+ struct dentry *d; -+ -+ d = au_wh_lkup(h_root, (void *)base[i].name, br); -+ err = PTR_ERR(d); -+ if (IS_ERR(d)) -+ goto out; -+ -+ base[i].dentry = d; -+ AuDebugOn(wbr -+ && wbr->wbr_wh[i] -+ && wbr->wbr_wh[i] != base[i].dentry); -+ } -+ -+ if (wbr) -+ for (i = 0; i < AuBrWh_Last; i++) { -+ dput(wbr->wbr_wh[i]); -+ wbr->wbr_wh[i] = NULL; -+ } -+ -+ err = 0; -+ if (!au_br_writable(br->br_perm)) { -+ h_dir = d_inode(h_root); -+ au_wh_init_ro(h_dir, base, &path); -+ } else if (!au_br_wh_linkable(br->br_perm)) { -+ err = au_wh_init_rw_nolink(h_root, wbr, do_plink, base, &path); -+ if (err > 0) -+ goto out; -+ else if (err) -+ goto out_err; -+ } else { -+ err = au_wh_init_rw(h_root, wbr, do_plink, base, &path); -+ if (err > 0) -+ goto out; -+ else if (err) -+ goto out_err; -+ } -+ goto out; /* success */ -+ -+out_err: -+ pr_err("an error(%d) on the writable branch %pd(%s)\n", -+ err, h_root, au_sbtype(h_root->d_sb)); -+out: -+ for (i = 0; i < AuBrWh_Last; i++) -+ dput(base[i].dentry); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * whiteouts are all hard-linked usually. -+ * when its link count reaches a ceiling, we create a new whiteout base -+ * asynchronously. -+ */ -+ -+struct reinit_br_wh { -+ struct super_block *sb; -+ struct au_branch *br; -+}; -+ -+static void reinit_br_wh(void *arg) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct path h_path; -+ struct reinit_br_wh *a = arg; -+ struct au_wbr *wbr; -+ struct inode *dir, *delegated; -+ struct dentry *h_root; -+ struct au_hinode *hdir; -+ -+ err = 0; -+ wbr = a->br->br_wbr; -+ /* big aufs lock */ -+ si_noflush_write_lock(a->sb); -+ if (!au_br_writable(a->br->br_perm)) -+ goto out; -+ bindex = au_br_index(a->sb, a->br->br_id); -+ if (unlikely(bindex < 0)) -+ goto out; -+ -+ di_read_lock_parent(a->sb->s_root, AuLock_IR); -+ dir = d_inode(a->sb->s_root); -+ hdir = au_hi(dir, bindex); -+ h_root = au_h_dptr(a->sb->s_root, bindex); -+ AuDebugOn(h_root != au_br_dentry(a->br)); -+ -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ wbr_wh_write_lock(wbr); -+ err = au_h_verify(wbr->wbr_whbase, au_opt_udba(a->sb), hdir->hi_inode, -+ h_root, a->br); -+ if (!err) { -+ h_path.dentry = wbr->wbr_whbase; -+ h_path.mnt = au_br_mnt(a->br); -+ delegated = NULL; -+ err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, -+ /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } else { -+ pr_warn("%pd is moved, ignored\n", wbr->wbr_whbase); -+ err = 0; -+ } -+ dput(wbr->wbr_whbase); -+ wbr->wbr_whbase = NULL; -+ if (!err) -+ err = au_wh_init(a->br, a->sb); -+ wbr_wh_write_unlock(wbr); -+ au_hn_inode_unlock(hdir); -+ di_read_unlock(a->sb->s_root, AuLock_IR); -+ if (!err) -+ au_fhsm_wrote(a->sb, bindex, /*force*/0); -+ -+out: -+ if (wbr) -+ atomic_dec(&wbr->wbr_wh_running); -+ au_br_put(a->br); -+ si_write_unlock(a->sb); -+ au_nwt_done(&au_sbi(a->sb)->si_nowait); -+ au_delayed_kfree(arg); -+ if (unlikely(err)) -+ AuIOErr("err %d\n", err); -+} -+ -+static void kick_reinit_br_wh(struct super_block *sb, struct au_branch *br) -+{ -+ int do_dec, wkq_err; -+ struct reinit_br_wh *arg; -+ -+ do_dec = 1; -+ if (atomic_inc_return(&br->br_wbr->wbr_wh_running) != 1) -+ goto out; -+ -+ /* ignore ENOMEM */ -+ arg = kmalloc(sizeof(*arg), GFP_NOFS); -+ if (arg) { -+ /* -+ * dec(wh_running), kfree(arg) and dec(br_count) -+ * in reinit function -+ */ -+ arg->sb = sb; -+ arg->br = br; -+ au_br_get(br); -+ wkq_err = au_wkq_nowait(reinit_br_wh, arg, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ atomic_dec(&br->br_wbr->wbr_wh_running); -+ au_br_put(br); -+ au_delayed_kfree(arg); -+ } -+ do_dec = 0; -+ } -+ -+out: -+ if (do_dec) -+ atomic_dec(&br->br_wbr->wbr_wh_running); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create the whiteout @wh. -+ */ -+static int link_or_create_wh(struct super_block *sb, aufs_bindex_t bindex, -+ struct dentry *wh) -+{ -+ int err; -+ struct path h_path = { -+ .dentry = wh -+ }; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *h_parent; -+ struct inode *h_dir, *delegated; -+ -+ h_parent = wh->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ br = au_sbr(sb, bindex); -+ h_path.mnt = au_br_mnt(br); -+ wbr = br->br_wbr; -+ wbr_wh_read_lock(wbr); -+ if (wbr->wbr_whbase) { -+ delegated = NULL; -+ err = vfsub_link(wbr->wbr_whbase, h_dir, &h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ if (!err || err != -EMLINK) -+ goto out; -+ -+ /* link count full. re-initialize br_whbase. */ -+ kick_reinit_br_wh(sb, br); -+ } -+ -+ /* return this error in this context */ -+ err = vfsub_create(h_dir, &h_path, WH_MASK, /*want_excl*/true); -+ if (!err) -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ -+out: -+ wbr_wh_read_unlock(wbr); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create or remove the diropq. -+ */ -+static struct dentry *do_diropq(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags) -+{ -+ struct dentry *opq_dentry, *h_dentry; -+ struct super_block *sb; -+ struct au_branch *br; -+ int err; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, bindex); -+ h_dentry = au_h_dptr(dentry, bindex); -+ opq_dentry = vfsub_lkup_one(&diropq_name, h_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out; -+ -+ if (au_ftest_diropq(flags, CREATE)) { -+ err = link_or_create_wh(sb, bindex, opq_dentry); -+ if (!err) { -+ au_set_dbdiropq(dentry, bindex); -+ goto out; /* success */ -+ } -+ } else { -+ struct path tmp = { -+ .dentry = opq_dentry, -+ .mnt = au_br_mnt(br) -+ }; -+ err = do_unlink_wh(au_h_iptr(d_inode(dentry), bindex), &tmp); -+ if (!err) -+ au_set_dbdiropq(dentry, -1); -+ } -+ dput(opq_dentry); -+ opq_dentry = ERR_PTR(err); -+ -+out: -+ return opq_dentry; -+} -+ -+struct do_diropq_args { -+ struct dentry **errp; -+ struct dentry *dentry; -+ aufs_bindex_t bindex; -+ unsigned int flags; -+}; -+ -+static void call_do_diropq(void *args) -+{ -+ struct do_diropq_args *a = args; -+ *a->errp = do_diropq(a->dentry, a->bindex, a->flags); -+} -+ -+struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags) -+{ -+ struct dentry *diropq, *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!au_test_h_perm_sio(d_inode(h_dentry), MAY_EXEC | MAY_WRITE)) -+ diropq = do_diropq(dentry, bindex, flags); -+ else { -+ int wkq_err; -+ struct do_diropq_args args = { -+ .errp = &diropq, -+ .dentry = dentry, -+ .bindex = bindex, -+ .flags = flags -+ }; -+ -+ wkq_err = au_wkq_wait(call_do_diropq, &args); -+ if (unlikely(wkq_err)) -+ diropq = ERR_PTR(wkq_err); -+ } -+ -+ return diropq; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * lookup whiteout dentry. -+ * @h_parent: lower parent dentry which must exist and be locked -+ * @base_name: name of dentry which will be whiteouted -+ * returns dentry for whiteout. -+ */ -+struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, -+ struct au_branch *br) -+{ -+ int err; -+ struct qstr wh_name; -+ struct dentry *wh_dentry; -+ -+ err = au_wh_name_alloc(&wh_name, base_name); -+ wh_dentry = ERR_PTR(err); -+ if (!err) { -+ wh_dentry = vfsub_lkup_one(&wh_name, h_parent); -+ au_delayed_kfree(wh_name.name); -+ } -+ return wh_dentry; -+} -+ -+/* -+ * link/create a whiteout for @dentry on @bindex. -+ */ -+struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent) -+{ -+ struct dentry *wh_dentry; -+ struct super_block *sb; -+ int err; -+ -+ sb = dentry->d_sb; -+ wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, au_sbr(sb, bindex)); -+ if (!IS_ERR(wh_dentry) && d_is_negative(wh_dentry)) { -+ err = link_or_create_wh(sb, bindex, wh_dentry); -+ if (!err) { -+ au_set_dbwh(dentry, bindex); -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ } else { -+ dput(wh_dentry); -+ wh_dentry = ERR_PTR(err); -+ } -+ } -+ -+ return wh_dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Delete all whiteouts in this directory on branch bindex. */ -+static int del_wh_children(struct dentry *h_dentry, struct au_nhash *whlist, -+ aufs_bindex_t bindex, struct au_branch *br) -+{ -+ int err; -+ unsigned long ul, n; -+ struct qstr wh_name; -+ char *p; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct au_vdir_destr *str; -+ -+ err = -ENOMEM; -+ p = (void *)__get_free_page(GFP_NOFS); -+ wh_name.name = p; -+ if (unlikely(!wh_name.name)) -+ goto out; -+ -+ err = 0; -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ p += AUFS_WH_PFX_LEN; -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (ul = 0; !err && ul < n; ul++, head++) { -+ hlist_for_each_entry(pos, head, wh_hash) { -+ if (pos->wh_bindex != bindex) -+ continue; -+ -+ str = &pos->wh_str; -+ if (str->len + AUFS_WH_PFX_LEN <= PATH_MAX) { -+ memcpy(p, str->name, str->len); -+ wh_name.len = AUFS_WH_PFX_LEN + str->len; -+ err = unlink_wh_name(h_dentry, &wh_name, br); -+ if (!err) -+ continue; -+ break; -+ } -+ AuIOErr("whiteout name too long %.*s\n", -+ str->len, str->name); -+ err = -EIO; -+ break; -+ } -+ } -+ au_delayed_free_page((unsigned long)wh_name.name); -+ -+out: -+ return err; -+} -+ -+struct del_wh_children_args { -+ int *errp; -+ struct dentry *h_dentry; -+ struct au_nhash *whlist; -+ aufs_bindex_t bindex; -+ struct au_branch *br; -+}; -+ -+static void call_del_wh_children(void *args) -+{ -+ struct del_wh_children_args *a = args; -+ *a->errp = del_wh_children(a->h_dentry, a->whlist, a->bindex, a->br); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp) -+{ -+ struct au_whtmp_rmdir *whtmp; -+ int err; -+ unsigned int rdhash; -+ -+ SiMustAnyLock(sb); -+ -+ whtmp = kzalloc(sizeof(*whtmp), gfp); -+ if (unlikely(!whtmp)) { -+ whtmp = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ /* no estimation for dir size */ -+ rdhash = au_sbi(sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = AUFS_RDHASH_DEF; -+ err = au_nhash_alloc(&whtmp->whlist, rdhash, gfp); -+ if (unlikely(err)) { -+ au_delayed_kfree(whtmp); -+ whtmp = ERR_PTR(err); -+ } -+ -+out: -+ return whtmp; -+} -+ -+void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp) -+{ -+ if (whtmp->br) -+ au_br_put(whtmp->br); -+ dput(whtmp->wh_dentry); -+ iput(whtmp->dir); -+ au_nhash_wh_free(&whtmp->whlist); -+ au_delayed_kfree(whtmp); -+} -+ -+/* -+ * rmdir the whiteouted temporary named dir @h_dentry. -+ * @whlist: whiteouted children. -+ */ -+int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_nhash *whlist) -+{ -+ int err; -+ unsigned int h_nlink; -+ struct path h_tmp; -+ struct inode *wh_inode, *h_dir; -+ struct au_branch *br; -+ -+ h_dir = d_inode(wh_dentry->d_parent); /* dir inode is locked */ -+ IMustLock(h_dir); -+ -+ br = au_sbr(dir->i_sb, bindex); -+ wh_inode = d_inode(wh_dentry); -+ inode_lock_nested(wh_inode, AuLsc_I_CHILD); -+ -+ /* -+ * someone else might change some whiteouts while we were sleeping. -+ * it means this whlist may have an obsoleted entry. -+ */ -+ if (!au_test_h_perm_sio(wh_inode, MAY_EXEC | MAY_WRITE)) -+ err = del_wh_children(wh_dentry, whlist, bindex, br); -+ else { -+ int wkq_err; -+ struct del_wh_children_args args = { -+ .errp = &err, -+ .h_dentry = wh_dentry, -+ .whlist = whlist, -+ .bindex = bindex, -+ .br = br -+ }; -+ -+ wkq_err = au_wkq_wait(call_del_wh_children, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ inode_unlock(wh_inode); -+ -+ if (!err) { -+ h_tmp.dentry = wh_dentry; -+ h_tmp.mnt = au_br_mnt(br); -+ h_nlink = h_dir->i_nlink; -+ err = vfsub_rmdir(h_dir, &h_tmp); -+ /* some fs doesn't change the parent nlink in some cases */ -+ h_nlink -= h_dir->i_nlink; -+ } -+ -+ if (!err) { -+ if (au_ibtop(dir) == bindex) { -+ /* todo: dir->i_mutex is necessary */ -+ au_cpup_attr_timesizes(dir); -+ if (h_nlink) -+ vfsub_drop_nlink(dir); -+ } -+ return 0; /* success */ -+ } -+ -+ pr_warn("failed removing %pd(%d), ignored\n", wh_dentry, err); -+ return err; -+} -+ -+static void call_rmdir_whtmp(void *args) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct au_whtmp_rmdir *a = args; -+ struct super_block *sb; -+ struct dentry *h_parent; -+ struct inode *h_dir; -+ struct au_hinode *hdir; -+ -+ /* rmdir by nfsd may cause deadlock with this i_mutex */ -+ /* inode_lock(a->dir); */ -+ err = -EROFS; -+ sb = a->dir->i_sb; -+ si_read_lock(sb, !AuLock_FLUSH); -+ if (!au_br_writable(a->br->br_perm)) -+ goto out; -+ bindex = au_br_index(sb, a->br->br_id); -+ if (unlikely(bindex < 0)) -+ goto out; -+ -+ err = -EIO; -+ ii_write_lock_parent(a->dir); -+ h_parent = dget_parent(a->wh_dentry); -+ h_dir = d_inode(h_parent); -+ hdir = au_hi(a->dir, bindex); -+ err = vfsub_mnt_want_write(au_br_mnt(a->br)); -+ if (unlikely(err)) -+ goto out_mnt; -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ err = au_h_verify(a->wh_dentry, au_opt_udba(sb), h_dir, h_parent, -+ a->br); -+ if (!err) -+ err = au_whtmp_rmdir(a->dir, bindex, a->wh_dentry, &a->whlist); -+ au_hn_inode_unlock(hdir); -+ vfsub_mnt_drop_write(au_br_mnt(a->br)); -+ -+out_mnt: -+ dput(h_parent); -+ ii_write_unlock(a->dir); -+out: -+ /* inode_unlock(a->dir); */ -+ au_whtmp_rmdir_free(a); -+ si_read_unlock(sb); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ if (unlikely(err)) -+ AuIOErr("err %d\n", err); -+} -+ -+void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_whtmp_rmdir *args) -+{ -+ int wkq_err; -+ struct super_block *sb; -+ -+ IMustLock(dir); -+ -+ /* all post-process will be done in do_rmdir_whtmp(). */ -+ sb = dir->i_sb; -+ args->dir = au_igrab(dir); -+ args->br = au_sbr(sb, bindex); -+ au_br_get(args->br); -+ args->wh_dentry = dget(wh_dentry); -+ wkq_err = au_wkq_nowait(call_rmdir_whtmp, args, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ pr_warn("rmdir error %pd (%d), ignored\n", wh_dentry, wkq_err); -+ au_whtmp_rmdir_free(args); -+ } -+} -diff --git a/fs/aufs/whout.h b/fs/aufs/whout.h -new file mode 100644 -index 0000000..4077dd1 ---- /dev/null -+++ b/fs/aufs/whout.h -@@ -0,0 +1,72 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * whiteout for logical deletion and opaque directory -+ */ -+ -+#ifndef __AUFS_WHOUT_H__ -+#define __AUFS_WHOUT_H__ -+ -+#ifdef __KERNEL__ -+ -+#include "dir.h" -+ -+/* whout.c */ -+int au_wh_name_alloc(struct qstr *wh, const struct qstr *name); -+int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio); -+int au_diropq_test(struct dentry *h_dentry); -+struct au_branch; -+struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, -+ struct qstr *prefix); -+int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br); -+int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, -+ struct dentry *dentry); -+int au_wh_init(struct au_branch *br, struct super_block *sb); -+ -+/* diropq flags */ -+#define AuDiropq_CREATE 1 -+#define au_ftest_diropq(flags, name) ((flags) & AuDiropq_##name) -+#define au_fset_diropq(flags, name) \ -+ do { (flags) |= AuDiropq_##name; } while (0) -+#define au_fclr_diropq(flags, name) \ -+ do { (flags) &= ~AuDiropq_##name; } while (0) -+ -+struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags); -+struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, -+ struct au_branch *br); -+struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent); -+ -+/* real rmdir for the whiteout-ed dir */ -+struct au_whtmp_rmdir { -+ struct inode *dir; -+ struct au_branch *br; -+ struct dentry *wh_dentry; -+ struct au_nhash whlist; -+}; -+ -+struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp); -+void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp); -+int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_nhash *whlist); -+void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_whtmp_rmdir *args); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct dentry *au_diropq_create(struct dentry *dentry, -+ aufs_bindex_t bindex) -+{ -+ return au_diropq_sio(dentry, bindex, AuDiropq_CREATE); -+} -+ -+static inline int au_diropq_remove(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ return PTR_ERR(au_diropq_sio(dentry, bindex, !AuDiropq_CREATE)); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_WHOUT_H__ */ -diff --git a/fs/aufs/wkq.c b/fs/aufs/wkq.c -new file mode 100644 -index 0000000..216d08f ---- /dev/null -+++ b/fs/aufs/wkq.c -@@ -0,0 +1,200 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * workqueue for asynchronous/super-io operations -+ * todo: try new dredential scheme -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* internal workqueue named AUFS_WKQ_NAME */ -+ -+static struct workqueue_struct *au_wkq; -+ -+struct au_wkinfo { -+ struct work_struct wk; -+ struct kobject *kobj; -+ -+ unsigned int flags; /* see wkq.h */ -+ -+ au_wkq_func_t func; -+ void *args; -+ -+ struct completion *comp; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void wkq_func(struct work_struct *wk) -+{ -+ struct au_wkinfo *wkinfo = container_of(wk, struct au_wkinfo, wk); -+ -+ AuDebugOn(!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)); -+ AuDebugOn(rlimit(RLIMIT_FSIZE) != RLIM_INFINITY); -+ -+ wkinfo->func(wkinfo->args); -+ if (au_ftest_wkq(wkinfo->flags, WAIT)) -+ complete(wkinfo->comp); -+ else { -+ kobject_put(wkinfo->kobj); -+ module_put(THIS_MODULE); /* todo: ?? */ -+ au_delayed_kfree(wkinfo); -+ } -+} -+ -+/* -+ * Since struct completion is large, try allocating it dynamically. -+ */ -+#if 1 /* defined(CONFIG_4KSTACKS) || defined(AuTest4KSTACKS) */ -+#define AuWkqCompDeclare(name) struct completion *comp = NULL -+ -+static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) -+{ -+ *comp = kmalloc(sizeof(**comp), GFP_NOFS); -+ if (*comp) { -+ init_completion(*comp); -+ wkinfo->comp = *comp; -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+static void au_wkq_comp_free(struct completion *comp) -+{ -+ au_delayed_kfree(comp); -+} -+ -+#else -+ -+/* no braces */ -+#define AuWkqCompDeclare(name) \ -+ DECLARE_COMPLETION_ONSTACK(_ ## name); \ -+ struct completion *comp = &_ ## name -+ -+static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) -+{ -+ wkinfo->comp = *comp; -+ return 0; -+} -+ -+static void au_wkq_comp_free(struct completion *comp __maybe_unused) -+{ -+ /* empty */ -+} -+#endif /* 4KSTACKS */ -+ -+static void au_wkq_run(struct au_wkinfo *wkinfo) -+{ -+ if (au_ftest_wkq(wkinfo->flags, NEST)) { -+ if (au_wkq_test()) { -+ AuWarn1("wkq from wkq, unless silly-rename on NFS," -+ " due to a dead dir by UDBA?\n"); -+ AuDebugOn(au_ftest_wkq(wkinfo->flags, WAIT)); -+ } -+ } else -+ au_dbg_verify_kthread(); -+ -+ if (au_ftest_wkq(wkinfo->flags, WAIT)) { -+ INIT_WORK_ONSTACK(&wkinfo->wk, wkq_func); -+ queue_work(au_wkq, &wkinfo->wk); -+ } else { -+ INIT_WORK(&wkinfo->wk, wkq_func); -+ schedule_work(&wkinfo->wk); -+ } -+} -+ -+/* -+ * Be careful. It is easy to make deadlock happen. -+ * processA: lock, wkq and wait -+ * processB: wkq and wait, lock in wkq -+ * --> deadlock -+ */ -+int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args) -+{ -+ int err; -+ AuWkqCompDeclare(comp); -+ struct au_wkinfo wkinfo = { -+ .flags = flags, -+ .func = func, -+ .args = args -+ }; -+ -+ err = au_wkq_comp_alloc(&wkinfo, &comp); -+ if (!err) { -+ au_wkq_run(&wkinfo); -+ /* no timeout, no interrupt */ -+ wait_for_completion(wkinfo.comp); -+ au_wkq_comp_free(comp); -+ destroy_work_on_stack(&wkinfo.wk); -+ } -+ -+ return err; -+ -+} -+ -+/* -+ * Note: dget/dput() in func for aufs dentries are not supported. It will be a -+ * problem in a concurrent umounting. -+ */ -+int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, -+ unsigned int flags) -+{ -+ int err; -+ struct au_wkinfo *wkinfo; -+ -+ atomic_inc(&au_sbi(sb)->si_nowait.nw_len); -+ -+ /* -+ * wkq_func() must free this wkinfo. -+ * it highly depends upon the implementation of workqueue. -+ */ -+ err = 0; -+ wkinfo = kmalloc(sizeof(*wkinfo), GFP_NOFS); -+ if (wkinfo) { -+ wkinfo->kobj = &au_sbi(sb)->si_kobj; -+ wkinfo->flags = flags & ~AuWkq_WAIT; -+ wkinfo->func = func; -+ wkinfo->args = args; -+ wkinfo->comp = NULL; -+ kobject_get(wkinfo->kobj); -+ __module_get(THIS_MODULE); /* todo: ?? */ -+ -+ au_wkq_run(wkinfo); -+ } else { -+ err = -ENOMEM; -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_nwt_init(struct au_nowait_tasks *nwt) -+{ -+ atomic_set(&nwt->nw_len, 0); -+ /* smp_mb(); */ /* atomic_set */ -+ init_waitqueue_head(&nwt->nw_wq); -+} -+ -+void au_wkq_fin(void) -+{ -+ destroy_workqueue(au_wkq); -+} -+ -+int __init au_wkq_init(void) -+{ -+ int err; -+ -+ err = 0; -+ au_wkq = alloc_workqueue(AUFS_WKQ_NAME, 0, WQ_DFL_ACTIVE); -+ if (IS_ERR(au_wkq)) -+ err = PTR_ERR(au_wkq); -+ else if (!au_wkq) -+ err = -ENOMEM; -+ -+ return err; -+} -diff --git a/fs/aufs/wkq.h b/fs/aufs/wkq.h -new file mode 100644 -index 0000000..6d63f74 ---- /dev/null -+++ b/fs/aufs/wkq.h -@@ -0,0 +1,80 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * workqueue for asynchronous/super-io operations -+ * todo: try new credentials management scheme -+ */ -+ -+#ifndef __AUFS_WKQ_H__ -+#define __AUFS_WKQ_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct super_block; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * in the next operation, wait for the 'nowait' tasks in system-wide workqueue -+ */ -+struct au_nowait_tasks { -+ atomic_t nw_len; -+ wait_queue_head_t nw_wq; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+typedef void (*au_wkq_func_t)(void *args); -+ -+/* wkq flags */ -+#define AuWkq_WAIT 1 -+#define AuWkq_NEST (1 << 1) -+#define au_ftest_wkq(flags, name) ((flags) & AuWkq_##name) -+#define au_fset_wkq(flags, name) \ -+ do { (flags) |= AuWkq_##name; } while (0) -+#define au_fclr_wkq(flags, name) \ -+ do { (flags) &= ~AuWkq_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuWkq_NEST -+#define AuWkq_NEST 0 -+#endif -+ -+/* wkq.c */ -+int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args); -+int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, -+ unsigned int flags); -+void au_nwt_init(struct au_nowait_tasks *nwt); -+int __init au_wkq_init(void); -+void au_wkq_fin(void); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int au_wkq_test(void) -+{ -+ return current->flags & PF_WQ_WORKER; -+} -+ -+static inline int au_wkq_wait(au_wkq_func_t func, void *args) -+{ -+ return au_wkq_do_wait(AuWkq_WAIT, func, args); -+} -+ -+static inline void au_nwt_done(struct au_nowait_tasks *nwt) -+{ -+ if (atomic_dec_and_test(&nwt->nw_len)) -+ wake_up_all(&nwt->nw_wq); -+} -+ -+static inline int au_nwt_flush(struct au_nowait_tasks *nwt) -+{ -+ wait_event(nwt->nw_wq, !atomic_read(&nwt->nw_len)); -+ return 0; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_WKQ_H__ */ -diff --git a/fs/aufs/xattr.c b/fs/aufs/xattr.c -new file mode 100644 -index 0000000..1daba20 ---- /dev/null -+++ b/fs/aufs/xattr.c -@@ -0,0 +1,319 @@ -+/* -+ * Copyright (C) 2014-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * handling xattr functions -+ */ -+ -+#include -+#include "aufs.h" -+ -+static int au_xattr_ignore(int err, char *name, unsigned int ignore_flags) -+{ -+ if (!ignore_flags) -+ goto out; -+ switch (err) { -+ case -ENOMEM: -+ case -EDQUOT: -+ goto out; -+ } -+ -+ if ((ignore_flags & AuBrAttr_ICEX) == AuBrAttr_ICEX) { -+ err = 0; -+ goto out; -+ } -+ -+#define cmp(brattr, prefix) do { \ -+ if (!strncmp(name, XATTR_##prefix##_PREFIX, \ -+ XATTR_##prefix##_PREFIX_LEN)) { \ -+ if (ignore_flags & AuBrAttr_ICEX_##brattr) \ -+ err = 0; \ -+ goto out; \ -+ } \ -+ } while (0) -+ -+ cmp(SEC, SECURITY); -+ cmp(SYS, SYSTEM); -+ cmp(TR, TRUSTED); -+ cmp(USR, USER); -+#undef cmp -+ -+ if (ignore_flags & AuBrAttr_ICEX_OTH) -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static const int au_xattr_out_of_list = AuBrAttr_ICEX_OTH << 1; -+ -+static int au_do_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, -+ char *name, char **buf, unsigned int ignore_flags, -+ unsigned int verbose) -+{ -+ int err; -+ ssize_t ssz; -+ struct inode *h_idst; -+ -+ ssz = vfs_getxattr_alloc(h_src, name, buf, 0, GFP_NOFS); -+ err = ssz; -+ if (unlikely(err <= 0)) { -+ if (err == -ENODATA -+ || (err == -EOPNOTSUPP -+ && ((ignore_flags & au_xattr_out_of_list) -+ || (au_test_nfs_noacl(d_inode(h_src)) -+ && (!strcmp(name, XATTR_NAME_POSIX_ACL_ACCESS) -+ || !strcmp(name, -+ XATTR_NAME_POSIX_ACL_DEFAULT)))) -+ )) -+ err = 0; -+ if (err && (verbose || au_debug_test())) -+ pr_err("%s, err %d\n", name, err); -+ goto out; -+ } -+ -+ /* unlock it temporary */ -+ h_idst = d_inode(h_dst); -+ inode_unlock(h_idst); -+ err = vfsub_setxattr(h_dst, name, *buf, ssz, /*flags*/0); -+ inode_lock_nested(h_idst, AuLsc_I_CHILD2); -+ if (unlikely(err)) { -+ if (verbose || au_debug_test()) -+ pr_err("%s, err %d\n", name, err); -+ err = au_xattr_ignore(err, name, ignore_flags); -+ } -+ -+out: -+ return err; -+} -+ -+int au_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, int ignore_flags, -+ unsigned int verbose) -+{ -+ int err, unlocked, acl_access, acl_default; -+ ssize_t ssz; -+ struct inode *h_isrc, *h_idst; -+ char *value, *p, *o, *e; -+ -+ /* try stopping to update the source inode while we are referencing */ -+ /* there should not be the parent-child relationship between them */ -+ h_isrc = d_inode(h_src); -+ h_idst = d_inode(h_dst); -+ inode_unlock(h_idst); -+ inode_lock_nested(h_isrc, AuLsc_I_CHILD); -+ inode_lock_nested(h_idst, AuLsc_I_CHILD2); -+ unlocked = 0; -+ -+ /* some filesystems don't list POSIX ACL, for example tmpfs */ -+ ssz = vfs_listxattr(h_src, NULL, 0); -+ err = ssz; -+ if (unlikely(err < 0)) { -+ AuTraceErr(err); -+ if (err == -ENODATA -+ || err == -EOPNOTSUPP) -+ err = 0; /* ignore */ -+ goto out; -+ } -+ -+ err = 0; -+ p = NULL; -+ o = NULL; -+ if (ssz) { -+ err = -ENOMEM; -+ p = kmalloc(ssz, GFP_NOFS); -+ o = p; -+ if (unlikely(!p)) -+ goto out; -+ err = vfs_listxattr(h_src, p, ssz); -+ } -+ inode_unlock(h_isrc); -+ unlocked = 1; -+ AuDbg("err %d, ssz %zd\n", err, ssz); -+ if (unlikely(err < 0)) -+ goto out_free; -+ -+ err = 0; -+ e = p + ssz; -+ value = NULL; -+ acl_access = 0; -+ acl_default = 0; -+ while (!err && p < e) { -+ acl_access |= !strncmp(p, XATTR_NAME_POSIX_ACL_ACCESS, -+ sizeof(XATTR_NAME_POSIX_ACL_ACCESS) - 1); -+ acl_default |= !strncmp(p, XATTR_NAME_POSIX_ACL_DEFAULT, -+ sizeof(XATTR_NAME_POSIX_ACL_DEFAULT) -+ - 1); -+ err = au_do_cpup_xattr(h_dst, h_src, p, &value, ignore_flags, -+ verbose); -+ p += strlen(p) + 1; -+ } -+ AuTraceErr(err); -+ ignore_flags |= au_xattr_out_of_list; -+ if (!err && !acl_access) { -+ err = au_do_cpup_xattr(h_dst, h_src, -+ XATTR_NAME_POSIX_ACL_ACCESS, &value, -+ ignore_flags, verbose); -+ AuTraceErr(err); -+ } -+ if (!err && !acl_default) { -+ err = au_do_cpup_xattr(h_dst, h_src, -+ XATTR_NAME_POSIX_ACL_DEFAULT, &value, -+ ignore_flags, verbose); -+ AuTraceErr(err); -+ } -+ -+ if (value) -+ au_delayed_kfree(value); -+ -+out_free: -+ if (o) -+ au_delayed_kfree(o); -+out: -+ if (!unlocked) -+ inode_unlock(h_isrc); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+enum { -+ AU_XATTR_LIST, -+ AU_XATTR_GET -+}; -+ -+struct au_lgxattr { -+ int type; -+ union { -+ struct { -+ char *list; -+ size_t size; -+ } list; -+ struct { -+ const char *name; -+ void *value; -+ size_t size; -+ } get; -+ } u; -+}; -+ -+static ssize_t au_lgxattr(struct dentry *dentry, struct au_lgxattr *arg) -+{ -+ ssize_t err; -+ struct path h_path; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ err = au_h_path_getattr(dentry, /*force*/1, &h_path); -+ if (unlikely(err)) -+ goto out_si; -+ if (unlikely(!h_path.dentry)) -+ /* illegally overlapped or something */ -+ goto out_di; /* pretending success */ -+ -+ /* always topmost entry only */ -+ switch (arg->type) { -+ case AU_XATTR_LIST: -+ err = vfs_listxattr(h_path.dentry, -+ arg->u.list.list, arg->u.list.size); -+ break; -+ case AU_XATTR_GET: -+ AuDebugOn(d_is_negative(h_path.dentry)); -+ err = vfs_getxattr(h_path.dentry, -+ arg->u.get.name, arg->u.get.value, -+ arg->u.get.size); -+ break; -+ } -+ -+out_di: -+ di_read_unlock(dentry, AuLock_IR); -+out_si: -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+ssize_t aufs_listxattr(struct dentry *dentry, char *list, size_t size) -+{ -+ struct au_lgxattr arg = { -+ .type = AU_XATTR_LIST, -+ .u.list = { -+ .list = list, -+ .size = size -+ }, -+ }; -+ -+ return au_lgxattr(dentry, &arg); -+} -+ -+static ssize_t au_getxattr(struct dentry *dentry, -+ struct inode *inode __maybe_unused, -+ const char *name, void *value, size_t size) -+{ -+ struct au_lgxattr arg = { -+ .type = AU_XATTR_GET, -+ .u.get = { -+ .name = name, -+ .value = value, -+ .size = size -+ }, -+ }; -+ -+ return au_lgxattr(dentry, &arg); -+} -+ -+static int au_setxattr(struct dentry *dentry, struct inode *inode, -+ const char *name, const void *value, size_t size, -+ int flags) -+{ -+ struct au_sxattr arg = { -+ .type = AU_XATTR_SET, -+ .u.set = { -+ .name = name, -+ .value = value, -+ .size = size, -+ .flags = flags -+ }, -+ }; -+ -+ return au_sxattr(dentry, inode, &arg); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_xattr_get(const struct xattr_handler *handler, -+ struct dentry *dentry, struct inode *inode, -+ const char *name, void *buffer, size_t size) -+{ -+ return au_getxattr(dentry, inode, name, buffer, size); -+} -+ -+static int au_xattr_set(const struct xattr_handler *handler, -+ struct dentry *dentry, struct inode *inode, -+ const char *name, const void *value, size_t size, -+ int flags) -+{ -+ return au_setxattr(dentry, inode, name, value, size, flags); -+} -+ -+static const struct xattr_handler au_xattr_handler = { -+ .name = "", -+ .prefix = "", -+ .get = au_xattr_get, -+ .set = au_xattr_set -+}; -+ -+static const struct xattr_handler *au_xattr_handlers[] = { -+ &au_xattr_handler, -+ NULL -+}; -+ -+void au_xattr_init(struct super_block *sb) -+{ -+ sb->s_xattr = au_xattr_handlers; -+} -diff --git a/fs/aufs/xino.c b/fs/aufs/xino.c -new file mode 100644 -index 0000000..2a411f9 ---- /dev/null -+++ b/fs/aufs/xino.c -@@ -0,0 +1,1305 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+/* -+ * external inode number translation table and bitmap -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+/* todo: unnecessary to support mmap_sem since kernel-space? */ -+ssize_t xino_fread(vfs_readf_t func, struct file *file, void *kbuf, size_t size, -+ loff_t *pos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ char __user *u; -+ } buf; -+ -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ do { -+ /* todo: signal_pending? */ -+ err = func(file, buf.u, size, pos); -+ } while (err == -EAGAIN || err == -EINTR); -+ set_fs(oldfs); -+ -+#if 0 /* reserved for future use */ -+ if (err > 0) -+ fsnotify_access(file->f_path.dentry); -+#endif -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+ -+static ssize_t do_xino_fwrite(vfs_writef_t func, struct file *file, void *kbuf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ const char __user *u; -+ } buf; -+ int i; -+ const int prevent_endless = 10; -+ -+ i = 0; -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ do { -+ err = func(file, buf.u, size, pos); -+ if (err == -EINTR -+ && !au_wkq_test() -+ && fatal_signal_pending(current)) { -+ set_fs(oldfs); -+ err = xino_fwrite_wkq(func, file, kbuf, size, pos); -+ BUG_ON(err == -EINTR); -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ } -+ } while (i++ < prevent_endless -+ && (err == -EAGAIN || err == -EINTR)); -+ set_fs(oldfs); -+ -+#if 0 /* reserved for future use */ -+ if (err > 0) -+ fsnotify_modify(file->f_path.dentry); -+#endif -+ -+ return err; -+} -+ -+struct do_xino_fwrite_args { -+ ssize_t *errp; -+ vfs_writef_t func; -+ struct file *file; -+ void *buf; -+ size_t size; -+ loff_t *pos; -+}; -+ -+static void call_do_xino_fwrite(void *args) -+{ -+ struct do_xino_fwrite_args *a = args; -+ *a->errp = do_xino_fwrite(a->func, a->file, a->buf, a->size, a->pos); -+} -+ -+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ int wkq_err; -+ struct do_xino_fwrite_args args = { -+ .errp = &err, -+ .func = func, -+ .file = file, -+ .buf = buf, -+ .size = size, -+ .pos = pos -+ }; -+ -+ /* -+ * it breaks RLIMIT_FSIZE and normal user's limit, -+ * users should care about quota and real 'filesystem full.' -+ */ -+ wkq_err = au_wkq_wait(call_do_xino_fwrite, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ -+ if (rlimit(RLIMIT_FSIZE) == RLIM_INFINITY) { -+ lockdep_off(); -+ err = do_xino_fwrite(func, file, buf, size, pos); -+ lockdep_on(); -+ } else -+ err = xino_fwrite_wkq(func, file, buf, size, pos); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create a new xinofile at the same place/path as @base_file. -+ */ -+struct file *au_xino_create2(struct file *base_file, struct file *copy_src) -+{ -+ struct file *file; -+ struct dentry *base, *parent; -+ struct inode *dir, *delegated; -+ struct qstr *name; -+ struct path path; -+ int err; -+ -+ base = base_file->f_path.dentry; -+ parent = base->d_parent; /* dir inode is locked */ -+ dir = d_inode(parent); -+ IMustLock(dir); -+ -+ file = ERR_PTR(-EINVAL); -+ name = &base->d_name; -+ path.dentry = vfsub_lookup_one_len(name->name, parent, name->len); -+ if (IS_ERR(path.dentry)) { -+ file = (void *)path.dentry; -+ pr_err("%pd lookup err %ld\n", -+ base, PTR_ERR(path.dentry)); -+ goto out; -+ } -+ -+ /* no need to mnt_want_write() since we call dentry_open() later */ -+ err = vfs_create(dir, path.dentry, S_IRUGO | S_IWUGO, NULL); -+ if (unlikely(err)) { -+ file = ERR_PTR(err); -+ pr_err("%pd create err %d\n", base, err); -+ goto out_dput; -+ } -+ -+ path.mnt = base_file->f_path.mnt; -+ file = vfsub_dentry_open(&path, -+ O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE -+ /* | __FMODE_NONOTIFY */); -+ if (IS_ERR(file)) { -+ pr_err("%pd open err %ld\n", base, PTR_ERR(file)); -+ goto out_dput; -+ } -+ -+ delegated = NULL; -+ err = vfsub_unlink(dir, &file->f_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) { -+ pr_err("%pd unlink err %d\n", base, err); -+ goto out_fput; -+ } -+ -+ if (copy_src) { -+ /* no one can touch copy_src xino */ -+ err = au_copy_file(file, copy_src, vfsub_f_size_read(copy_src)); -+ if (unlikely(err)) { -+ pr_err("%pd copy err %d\n", base, err); -+ goto out_fput; -+ } -+ } -+ goto out_dput; /* success */ -+ -+out_fput: -+ fput(file); -+ file = ERR_PTR(err); -+out_dput: -+ dput(path.dentry); -+out: -+ return file; -+} -+ -+struct au_xino_lock_dir { -+ struct au_hinode *hdir; -+ struct dentry *parent; -+ struct inode *dir; -+}; -+ -+static void au_xino_lock_dir(struct super_block *sb, struct file *xino, -+ struct au_xino_lock_dir *ldir) -+{ -+ aufs_bindex_t brid, bindex; -+ -+ ldir->hdir = NULL; -+ bindex = -1; -+ brid = au_xino_brid(sb); -+ if (brid >= 0) -+ bindex = au_br_index(sb, brid); -+ if (bindex >= 0) { -+ ldir->hdir = au_hi(d_inode(sb->s_root), bindex); -+ au_hn_inode_lock_nested(ldir->hdir, AuLsc_I_PARENT); -+ } else { -+ ldir->parent = dget_parent(xino->f_path.dentry); -+ ldir->dir = d_inode(ldir->parent); -+ inode_lock_nested(ldir->dir, AuLsc_I_PARENT); -+ } -+} -+ -+static void au_xino_unlock_dir(struct au_xino_lock_dir *ldir) -+{ -+ if (ldir->hdir) -+ au_hn_inode_unlock(ldir->hdir); -+ else { -+ inode_unlock(ldir->dir); -+ dput(ldir->parent); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* trucate xino files asynchronously */ -+ -+int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err; -+ unsigned long jiffy; -+ blkcnt_t blocks; -+ aufs_bindex_t bi, bbot; -+ struct kstatfs *st; -+ struct au_branch *br; -+ struct file *new_xino, *file; -+ struct super_block *h_sb; -+ struct au_xino_lock_dir ldir; -+ -+ err = -ENOMEM; -+ st = kmalloc(sizeof(*st), GFP_NOFS); -+ if (unlikely(!st)) -+ goto out; -+ -+ err = -EINVAL; -+ bbot = au_sbbot(sb); -+ if (unlikely(bindex < 0 || bbot < bindex)) -+ goto out_st; -+ br = au_sbr(sb, bindex); -+ file = br->br_xino.xi_file; -+ if (!file) -+ goto out_st; -+ -+ err = vfs_statfs(&file->f_path, st); -+ if (unlikely(err)) -+ AuErr1("statfs err %d, ignored\n", err); -+ jiffy = jiffies; -+ blocks = file_inode(file)->i_blocks; -+ pr_info("begin truncating xino(b%d), ib%llu, %llu/%llu free blks\n", -+ bindex, (u64)blocks, st->f_bfree, st->f_blocks); -+ -+ au_xino_lock_dir(sb, file, &ldir); -+ /* mnt_want_write() is unnecessary here */ -+ new_xino = au_xino_create2(file, file); -+ au_xino_unlock_dir(&ldir); -+ err = PTR_ERR(new_xino); -+ if (IS_ERR(new_xino)) { -+ pr_err("err %d, ignored\n", err); -+ goto out_st; -+ } -+ err = 0; -+ fput(file); -+ br->br_xino.xi_file = new_xino; -+ -+ h_sb = au_br_sb(br); -+ for (bi = 0; bi <= bbot; bi++) { -+ if (unlikely(bi == bindex)) -+ continue; -+ br = au_sbr(sb, bi); -+ if (au_br_sb(br) != h_sb) -+ continue; -+ -+ fput(br->br_xino.xi_file); -+ br->br_xino.xi_file = new_xino; -+ get_file(new_xino); -+ } -+ -+ err = vfs_statfs(&new_xino->f_path, st); -+ if (!err) { -+ pr_info("end truncating xino(b%d), ib%llu, %llu/%llu free blks\n", -+ bindex, (u64)file_inode(new_xino)->i_blocks, -+ st->f_bfree, st->f_blocks); -+ if (file_inode(new_xino)->i_blocks < blocks) -+ au_sbi(sb)->si_xino_jiffy = jiffy; -+ } else -+ AuErr1("statfs err %d, ignored\n", err); -+ -+out_st: -+ au_delayed_kfree(st); -+out: -+ return err; -+} -+ -+struct xino_do_trunc_args { -+ struct super_block *sb; -+ struct au_branch *br; -+}; -+ -+static void xino_do_trunc(void *_args) -+{ -+ struct xino_do_trunc_args *args = _args; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct inode *dir; -+ int err; -+ aufs_bindex_t bindex; -+ -+ err = 0; -+ sb = args->sb; -+ dir = d_inode(sb->s_root); -+ br = args->br; -+ -+ si_noflush_write_lock(sb); -+ ii_read_lock_parent(dir); -+ bindex = au_br_index(sb, br->br_id); -+ err = au_xino_trunc(sb, bindex); -+ ii_read_unlock(dir); -+ if (unlikely(err)) -+ pr_warn("err b%d, (%d)\n", bindex, err); -+ atomic_dec(&br->br_xino_running); -+ au_br_put(br); -+ si_write_unlock(sb); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ au_delayed_kfree(args); -+} -+ -+static int xino_trunc_test(struct super_block *sb, struct au_branch *br) -+{ -+ int err; -+ struct kstatfs st; -+ struct au_sbinfo *sbinfo; -+ -+ /* todo: si_xino_expire and the ratio should be customizable */ -+ sbinfo = au_sbi(sb); -+ if (time_before(jiffies, -+ sbinfo->si_xino_jiffy + sbinfo->si_xino_expire)) -+ return 0; -+ -+ /* truncation border */ -+ err = vfs_statfs(&br->br_xino.xi_file->f_path, &st); -+ if (unlikely(err)) { -+ AuErr1("statfs err %d, ignored\n", err); -+ return 0; -+ } -+ if (div64_u64(st.f_bfree * 100, st.f_blocks) >= AUFS_XINO_DEF_TRUNC) -+ return 0; -+ -+ return 1; -+} -+ -+static void xino_try_trunc(struct super_block *sb, struct au_branch *br) -+{ -+ struct xino_do_trunc_args *args; -+ int wkq_err; -+ -+ if (!xino_trunc_test(sb, br)) -+ return; -+ -+ if (atomic_inc_return(&br->br_xino_running) > 1) -+ goto out; -+ -+ /* lock and kfree() will be called in trunc_xino() */ -+ args = kmalloc(sizeof(*args), GFP_NOFS); -+ if (unlikely(!args)) { -+ AuErr1("no memory\n"); -+ goto out; -+ } -+ -+ au_br_get(br); -+ args->sb = sb; -+ args->br = br; -+ wkq_err = au_wkq_nowait(xino_do_trunc, args, sb, /*flags*/0); -+ if (!wkq_err) -+ return; /* success */ -+ -+ pr_err("wkq %d\n", wkq_err); -+ au_br_put(br); -+ au_delayed_kfree(args); -+ -+out: -+ atomic_dec(&br->br_xino_running); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_xino_do_write(vfs_writef_t write, struct file *file, -+ ino_t h_ino, ino_t ino) -+{ -+ loff_t pos; -+ ssize_t sz; -+ -+ pos = h_ino; -+ if (unlikely(au_loff_max / sizeof(ino) - 1 < pos)) { -+ AuIOErr1("too large hi%lu\n", (unsigned long)h_ino); -+ return -EFBIG; -+ } -+ pos *= sizeof(ino); -+ sz = xino_fwrite(write, file, &ino, sizeof(ino), &pos); -+ if (sz == sizeof(ino)) -+ return 0; /* success */ -+ -+ AuIOErr("write failed (%zd)\n", sz); -+ return -EIO; -+} -+ -+/* -+ * write @ino to the xinofile for the specified branch{@sb, @bindex} -+ * at the position of @h_ino. -+ * even if @ino is zero, it is written to the xinofile and means no entry. -+ * if the size of the xino file on a specific filesystem exceeds the watermark, -+ * try truncating it. -+ */ -+int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t ino) -+{ -+ int err; -+ unsigned int mnt_flags; -+ struct au_branch *br; -+ -+ BUILD_BUG_ON(sizeof(long long) != sizeof(au_loff_max) -+ || ((loff_t)-1) > 0); -+ SiMustAnyLock(sb); -+ -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, XINO)) -+ return 0; -+ -+ br = au_sbr(sb, bindex); -+ err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file, -+ h_ino, ino); -+ if (!err) { -+ if (au_opt_test(mnt_flags, TRUNC_XINO) -+ && au_test_fs_trunc_xino(au_br_sb(br))) -+ xino_try_trunc(sb, br); -+ return 0; /* success */ -+ } -+ -+ AuIOErr("write failed (%d)\n", err); -+ return -EIO; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* aufs inode number bitmap */ -+ -+static const int page_bits = (int)PAGE_SIZE * BITS_PER_BYTE; -+static ino_t xib_calc_ino(unsigned long pindex, int bit) -+{ -+ ino_t ino; -+ -+ AuDebugOn(bit < 0 || page_bits <= bit); -+ ino = AUFS_FIRST_INO + pindex * page_bits + bit; -+ return ino; -+} -+ -+static void xib_calc_bit(ino_t ino, unsigned long *pindex, int *bit) -+{ -+ AuDebugOn(ino < AUFS_FIRST_INO); -+ ino -= AUFS_FIRST_INO; -+ *pindex = ino / page_bits; -+ *bit = ino % page_bits; -+} -+ -+static int xib_pindex(struct super_block *sb, unsigned long pindex) -+{ -+ int err; -+ loff_t pos; -+ ssize_t sz; -+ struct au_sbinfo *sbinfo; -+ struct file *xib; -+ unsigned long *p; -+ -+ sbinfo = au_sbi(sb); -+ MtxMustLock(&sbinfo->si_xib_mtx); -+ AuDebugOn(pindex > ULONG_MAX / PAGE_SIZE -+ || !au_opt_test(sbinfo->si_mntflags, XINO)); -+ -+ if (pindex == sbinfo->si_xib_last_pindex) -+ return 0; -+ -+ xib = sbinfo->si_xib; -+ p = sbinfo->si_xib_buf; -+ pos = sbinfo->si_xib_last_pindex; -+ pos *= PAGE_SIZE; -+ sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); -+ if (unlikely(sz != PAGE_SIZE)) -+ goto out; -+ -+ pos = pindex; -+ pos *= PAGE_SIZE; -+ if (vfsub_f_size_read(xib) >= pos + PAGE_SIZE) -+ sz = xino_fread(sbinfo->si_xread, xib, p, PAGE_SIZE, &pos); -+ else { -+ memset(p, 0, PAGE_SIZE); -+ sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); -+ } -+ if (sz == PAGE_SIZE) { -+ sbinfo->si_xib_last_pindex = pindex; -+ return 0; /* success */ -+ } -+ -+out: -+ AuIOErr1("write failed (%zd)\n", sz); -+ err = sz; -+ if (sz >= 0) -+ err = -EIO; -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_xib_clear_bit(struct inode *inode) -+{ -+ int err, bit; -+ unsigned long pindex; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ AuDebugOn(inode->i_nlink); -+ -+ sb = inode->i_sb; -+ xib_calc_bit(inode->i_ino, &pindex, &bit); -+ AuDebugOn(page_bits <= bit); -+ sbinfo = au_sbi(sb); -+ mutex_lock(&sbinfo->si_xib_mtx); -+ err = xib_pindex(sb, pindex); -+ if (!err) { -+ clear_bit(bit, sbinfo->si_xib_buf); -+ sbinfo->si_xib_next_bit = bit; -+ } -+ mutex_unlock(&sbinfo->si_xib_mtx); -+} -+ -+/* for s_op->delete_inode() */ -+void au_xino_delete_inode(struct inode *inode, const int unlinked) -+{ -+ int err; -+ unsigned int mnt_flags; -+ aufs_bindex_t bindex, bbot, bi; -+ unsigned char try_trunc; -+ struct au_iinfo *iinfo; -+ struct super_block *sb; -+ struct au_hinode *hi; -+ struct inode *h_inode; -+ struct au_branch *br; -+ vfs_writef_t xwrite; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ -+ sb = inode->i_sb; -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, XINO) -+ || inode->i_ino == AUFS_ROOT_INO) -+ return; -+ -+ if (unlinked) { -+ au_xigen_inc(inode); -+ au_xib_clear_bit(inode); -+ } -+ -+ iinfo = au_ii(inode); -+ bindex = iinfo->ii_btop; -+ if (bindex < 0) -+ return; -+ -+ xwrite = au_sbi(sb)->si_xwrite; -+ try_trunc = !!au_opt_test(mnt_flags, TRUNC_XINO); -+ hi = au_hinode(iinfo, bindex); -+ bbot = iinfo->ii_bbot; -+ for (; bindex <= bbot; bindex++, hi++) { -+ h_inode = hi->hi_inode; -+ if (!h_inode -+ || (!unlinked && h_inode->i_nlink)) -+ continue; -+ -+ /* inode may not be revalidated */ -+ bi = au_br_index(sb, hi->hi_id); -+ if (bi < 0) -+ continue; -+ -+ br = au_sbr(sb, bi); -+ err = au_xino_do_write(xwrite, br->br_xino.xi_file, -+ h_inode->i_ino, /*ino*/0); -+ if (!err && try_trunc -+ && au_test_fs_trunc_xino(au_br_sb(br))) -+ xino_try_trunc(sb, br); -+ } -+} -+ -+/* get an unused inode number from bitmap */ -+ino_t au_xino_new_ino(struct super_block *sb) -+{ -+ ino_t ino; -+ unsigned long *p, pindex, ul, pend; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ int free_bit, err; -+ -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ return iunique(sb, AUFS_FIRST_INO); -+ -+ sbinfo = au_sbi(sb); -+ mutex_lock(&sbinfo->si_xib_mtx); -+ p = sbinfo->si_xib_buf; -+ free_bit = sbinfo->si_xib_next_bit; -+ if (free_bit < page_bits && !test_bit(free_bit, p)) -+ goto out; /* success */ -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ -+ pindex = sbinfo->si_xib_last_pindex; -+ for (ul = pindex - 1; ul < ULONG_MAX; ul--) { -+ err = xib_pindex(sb, ul); -+ if (unlikely(err)) -+ goto out_err; -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ } -+ -+ file = sbinfo->si_xib; -+ pend = vfsub_f_size_read(file) / PAGE_SIZE; -+ for (ul = pindex + 1; ul <= pend; ul++) { -+ err = xib_pindex(sb, ul); -+ if (unlikely(err)) -+ goto out_err; -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ } -+ BUG(); -+ -+out: -+ set_bit(free_bit, p); -+ sbinfo->si_xib_next_bit = free_bit + 1; -+ pindex = sbinfo->si_xib_last_pindex; -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ ino = xib_calc_ino(pindex, free_bit); -+ AuDbg("i%lu\n", (unsigned long)ino); -+ return ino; -+out_err: -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ AuDbg("i0\n"); -+ return 0; -+} -+ -+/* -+ * read @ino from xinofile for the specified branch{@sb, @bindex} -+ * at the position of @h_ino. -+ * if @ino does not exist and @do_new is true, get new one. -+ */ -+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t *ino) -+{ -+ int err; -+ ssize_t sz; -+ loff_t pos; -+ struct file *file; -+ struct au_sbinfo *sbinfo; -+ -+ *ino = 0; -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ return 0; /* no xino */ -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ pos = h_ino; -+ if (unlikely(au_loff_max / sizeof(*ino) - 1 < pos)) { -+ AuIOErr1("too large hi%lu\n", (unsigned long)h_ino); -+ return -EFBIG; -+ } -+ pos *= sizeof(*ino); -+ -+ file = au_sbr(sb, bindex)->br_xino.xi_file; -+ if (vfsub_f_size_read(file) < pos + sizeof(*ino)) -+ return 0; /* no ino */ -+ -+ sz = xino_fread(sbinfo->si_xread, file, ino, sizeof(*ino), &pos); -+ if (sz == sizeof(*ino)) -+ return 0; /* success */ -+ -+ err = sz; -+ if (unlikely(sz >= 0)) { -+ err = -EIO; -+ AuIOErr("xino read error (%zd)\n", sz); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* create and set a new xino file */ -+ -+struct file *au_xino_create(struct super_block *sb, char *fname, int silent) -+{ -+ struct file *file; -+ struct dentry *h_parent, *d; -+ struct inode *h_dir, *inode; -+ int err; -+ -+ /* -+ * at mount-time, and the xino file is the default path, -+ * hnotify is disabled so we have no notify events to ignore. -+ * when a user specified the xino, we cannot get au_hdir to be ignored. -+ */ -+ file = vfsub_filp_open(fname, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE -+ /* | __FMODE_NONOTIFY */, -+ S_IRUGO | S_IWUGO); -+ if (IS_ERR(file)) { -+ if (!silent) -+ pr_err("open %s(%ld)\n", fname, PTR_ERR(file)); -+ return file; -+ } -+ -+ /* keep file count */ -+ err = 0; -+ inode = file_inode(file); -+ h_parent = dget_parent(file->f_path.dentry); -+ h_dir = d_inode(h_parent); -+ inode_lock_nested(h_dir, AuLsc_I_PARENT); -+ /* mnt_want_write() is unnecessary here */ -+ /* no delegation since it is just created */ -+ if (inode->i_nlink) -+ err = vfsub_unlink(h_dir, &file->f_path, /*delegated*/NULL, -+ /*force*/0); -+ inode_unlock(h_dir); -+ dput(h_parent); -+ if (unlikely(err)) { -+ if (!silent) -+ pr_err("unlink %s(%d)\n", fname, err); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ d = file->f_path.dentry; -+ if (unlikely(sb == d->d_sb)) { -+ if (!silent) -+ pr_err("%s must be outside\n", fname); -+ goto out; -+ } -+ if (unlikely(au_test_fs_bad_xino(d->d_sb))) { -+ if (!silent) -+ pr_err("xino doesn't support %s(%s)\n", -+ fname, au_sbtype(d->d_sb)); -+ goto out; -+ } -+ return file; /* success */ -+ -+out: -+ fput(file); -+ file = ERR_PTR(err); -+ return file; -+} -+ -+/* -+ * find another branch who is on the same filesystem of the specified -+ * branch{@btgt}. search until @bbot. -+ */ -+static int is_sb_shared(struct super_block *sb, aufs_bindex_t btgt, -+ aufs_bindex_t bbot) -+{ -+ aufs_bindex_t bindex; -+ struct super_block *tgt_sb = au_sbr_sb(sb, btgt); -+ -+ for (bindex = 0; bindex < btgt; bindex++) -+ if (unlikely(tgt_sb == au_sbr_sb(sb, bindex))) -+ return bindex; -+ for (bindex++; bindex <= bbot; bindex++) -+ if (unlikely(tgt_sb == au_sbr_sb(sb, bindex))) -+ return bindex; -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * initialize the xinofile for the specified branch @br -+ * at the place/path where @base_file indicates. -+ * test whether another branch is on the same filesystem or not, -+ * if @do_test is true. -+ */ -+int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t h_ino, -+ struct file *base_file, int do_test) -+{ -+ int err; -+ ino_t ino; -+ aufs_bindex_t bbot, bindex; -+ struct au_branch *shared_br, *b; -+ struct file *file; -+ struct super_block *tgt_sb; -+ -+ shared_br = NULL; -+ bbot = au_sbbot(sb); -+ if (do_test) { -+ tgt_sb = au_br_sb(br); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ b = au_sbr(sb, bindex); -+ if (tgt_sb == au_br_sb(b)) { -+ shared_br = b; -+ break; -+ } -+ } -+ } -+ -+ if (!shared_br || !shared_br->br_xino.xi_file) { -+ struct au_xino_lock_dir ldir; -+ -+ au_xino_lock_dir(sb, base_file, &ldir); -+ /* mnt_want_write() is unnecessary here */ -+ file = au_xino_create2(base_file, NULL); -+ au_xino_unlock_dir(&ldir); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ br->br_xino.xi_file = file; -+ } else { -+ br->br_xino.xi_file = shared_br->br_xino.xi_file; -+ get_file(br->br_xino.xi_file); -+ } -+ -+ ino = AUFS_ROOT_INO; -+ err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file, -+ h_ino, ino); -+ if (unlikely(err)) { -+ fput(br->br_xino.xi_file); -+ br->br_xino.xi_file = NULL; -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* trucate a xino bitmap file */ -+ -+/* todo: slow */ -+static int do_xib_restore(struct super_block *sb, struct file *file, void *page) -+{ -+ int err, bit; -+ ssize_t sz; -+ unsigned long pindex; -+ loff_t pos, pend; -+ struct au_sbinfo *sbinfo; -+ vfs_readf_t func; -+ ino_t *ino; -+ unsigned long *p; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ MtxMustLock(&sbinfo->si_xib_mtx); -+ p = sbinfo->si_xib_buf; -+ func = sbinfo->si_xread; -+ pend = vfsub_f_size_read(file); -+ pos = 0; -+ while (pos < pend) { -+ sz = xino_fread(func, file, page, PAGE_SIZE, &pos); -+ err = sz; -+ if (unlikely(sz <= 0)) -+ goto out; -+ -+ err = 0; -+ for (ino = page; sz > 0; ino++, sz -= sizeof(ino)) { -+ if (unlikely(*ino < AUFS_FIRST_INO)) -+ continue; -+ -+ xib_calc_bit(*ino, &pindex, &bit); -+ AuDebugOn(page_bits <= bit); -+ err = xib_pindex(sb, pindex); -+ if (!err) -+ set_bit(bit, p); -+ else -+ goto out; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+static int xib_restore(struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ void *page; -+ -+ err = -ENOMEM; -+ page = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!page)) -+ goto out; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) -+ if (!bindex || is_sb_shared(sb, bindex, bindex - 1) < 0) -+ err = do_xib_restore -+ (sb, au_sbr(sb, bindex)->br_xino.xi_file, page); -+ else -+ AuDbg("b%d\n", bindex); -+ au_delayed_free_page((unsigned long)page); -+ -+out: -+ return err; -+} -+ -+int au_xib_trunc(struct super_block *sb) -+{ -+ int err; -+ ssize_t sz; -+ loff_t pos; -+ struct au_xino_lock_dir ldir; -+ struct au_sbinfo *sbinfo; -+ unsigned long *p; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ if (!au_opt_test(sbinfo->si_mntflags, XINO)) -+ goto out; -+ -+ file = sbinfo->si_xib; -+ if (vfsub_f_size_read(file) <= PAGE_SIZE) -+ goto out; -+ -+ au_xino_lock_dir(sb, file, &ldir); -+ /* mnt_want_write() is unnecessary here */ -+ file = au_xino_create2(sbinfo->si_xib, NULL); -+ au_xino_unlock_dir(&ldir); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = file; -+ -+ p = sbinfo->si_xib_buf; -+ memset(p, 0, PAGE_SIZE); -+ pos = 0; -+ sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xib, p, PAGE_SIZE, &pos); -+ if (unlikely(sz != PAGE_SIZE)) { -+ err = sz; -+ AuIOErr("err %d\n", err); -+ if (sz >= 0) -+ err = -EIO; -+ goto out; -+ } -+ -+ mutex_lock(&sbinfo->si_xib_mtx); -+ /* mnt_want_write() is unnecessary here */ -+ err = xib_restore(sb); -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * xino mount option handlers -+ */ -+ -+/* xino bitmap */ -+static void xino_clear_xib(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ sbinfo->si_xread = NULL; -+ sbinfo->si_xwrite = NULL; -+ if (sbinfo->si_xib) -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = NULL; -+ if (sbinfo->si_xib_buf) -+ au_delayed_free_page((unsigned long)sbinfo->si_xib_buf); -+ sbinfo->si_xib_buf = NULL; -+} -+ -+static int au_xino_set_xib(struct super_block *sb, struct file *base) -+{ -+ int err; -+ loff_t pos; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ file = au_xino_create2(base, sbinfo->si_xib); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ if (sbinfo->si_xib) -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = file; -+ sbinfo->si_xread = vfs_readf(file); -+ sbinfo->si_xwrite = vfs_writef(file); -+ -+ err = -ENOMEM; -+ if (!sbinfo->si_xib_buf) -+ sbinfo->si_xib_buf = (void *)get_zeroed_page(GFP_NOFS); -+ if (unlikely(!sbinfo->si_xib_buf)) -+ goto out_unset; -+ -+ sbinfo->si_xib_last_pindex = 0; -+ sbinfo->si_xib_next_bit = 0; -+ if (vfsub_f_size_read(file) < PAGE_SIZE) { -+ pos = 0; -+ err = xino_fwrite(sbinfo->si_xwrite, file, sbinfo->si_xib_buf, -+ PAGE_SIZE, &pos); -+ if (unlikely(err != PAGE_SIZE)) -+ goto out_free; -+ } -+ err = 0; -+ goto out; /* success */ -+ -+out_free: -+ if (sbinfo->si_xib_buf) -+ au_delayed_free_page((unsigned long)sbinfo->si_xib_buf); -+ sbinfo->si_xib_buf = NULL; -+ if (err >= 0) -+ err = -EIO; -+out_unset: -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = NULL; -+ sbinfo->si_xread = NULL; -+ sbinfo->si_xwrite = NULL; -+out: -+ return err; -+} -+ -+/* xino for each branch */ -+static void xino_clear_br(struct super_block *sb) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!br || !br->br_xino.xi_file) -+ continue; -+ -+ fput(br->br_xino.xi_file); -+ br->br_xino.xi_file = NULL; -+ } -+} -+ -+static int au_xino_set_br(struct super_block *sb, struct file *base) -+{ -+ int err; -+ ino_t ino; -+ aufs_bindex_t bindex, bbot, bshared; -+ struct { -+ struct file *old, *new; -+ } *fpair, *p; -+ struct au_branch *br; -+ struct inode *inode; -+ vfs_writef_t writef; -+ -+ SiMustWriteLock(sb); -+ -+ err = -ENOMEM; -+ bbot = au_sbbot(sb); -+ fpair = kcalloc(bbot + 1, sizeof(*fpair), GFP_NOFS); -+ if (unlikely(!fpair)) -+ goto out; -+ -+ inode = d_inode(sb->s_root); -+ ino = AUFS_ROOT_INO; -+ writef = au_sbi(sb)->si_xwrite; -+ for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) { -+ bshared = is_sb_shared(sb, bindex, bindex - 1); -+ if (bshared >= 0) { -+ /* shared xino */ -+ *p = fpair[bshared]; -+ get_file(p->new); -+ } -+ -+ if (!p->new) { -+ /* new xino */ -+ br = au_sbr(sb, bindex); -+ p->old = br->br_xino.xi_file; -+ p->new = au_xino_create2(base, br->br_xino.xi_file); -+ err = PTR_ERR(p->new); -+ if (IS_ERR(p->new)) { -+ p->new = NULL; -+ goto out_pair; -+ } -+ } -+ -+ err = au_xino_do_write(writef, p->new, -+ au_h_iptr(inode, bindex)->i_ino, ino); -+ if (unlikely(err)) -+ goto out_pair; -+ } -+ -+ for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) { -+ br = au_sbr(sb, bindex); -+ if (br->br_xino.xi_file) -+ fput(br->br_xino.xi_file); -+ get_file(p->new); -+ br->br_xino.xi_file = p->new; -+ } -+ -+out_pair: -+ for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) -+ if (p->new) -+ fput(p->new); -+ else -+ break; -+ au_delayed_kfree(fpair); -+out: -+ return err; -+} -+ -+void au_xino_clr(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ au_xigen_clr(sb); -+ xino_clear_xib(sb); -+ xino_clear_br(sb); -+ sbinfo = au_sbi(sb); -+ /* lvalue, do not call au_mntflags() */ -+ au_opt_clr(sbinfo->si_mntflags, XINO); -+} -+ -+int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount) -+{ -+ int err, skip; -+ struct dentry *parent, *cur_parent; -+ struct qstr *dname, *cur_name; -+ struct file *cur_xino; -+ struct inode *dir; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ parent = dget_parent(xino->file->f_path.dentry); -+ if (remount) { -+ skip = 0; -+ dname = &xino->file->f_path.dentry->d_name; -+ cur_xino = sbinfo->si_xib; -+ if (cur_xino) { -+ cur_parent = dget_parent(cur_xino->f_path.dentry); -+ cur_name = &cur_xino->f_path.dentry->d_name; -+ skip = (cur_parent == parent -+ && au_qstreq(dname, cur_name)); -+ dput(cur_parent); -+ } -+ if (skip) -+ goto out; -+ } -+ -+ au_opt_set(sbinfo->si_mntflags, XINO); -+ dir = d_inode(parent); -+ inode_lock_nested(dir, AuLsc_I_PARENT); -+ /* mnt_want_write() is unnecessary here */ -+ err = au_xino_set_xib(sb, xino->file); -+ if (!err) -+ err = au_xigen_set(sb, xino->file); -+ if (!err) -+ err = au_xino_set_br(sb, xino->file); -+ inode_unlock(dir); -+ if (!err) -+ goto out; /* success */ -+ -+ /* reset all */ -+ AuIOErr("failed creating xino(%d).\n", err); -+ au_xigen_clr(sb); -+ xino_clear_xib(sb); -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create a xinofile at the default place/path. -+ */ -+struct file *au_xino_def(struct super_block *sb) -+{ -+ struct file *file; -+ char *page, *p; -+ struct au_branch *br; -+ struct super_block *h_sb; -+ struct path path; -+ aufs_bindex_t bbot, bindex, bwr; -+ -+ br = NULL; -+ bbot = au_sbbot(sb); -+ bwr = -1; -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm) -+ && !au_test_fs_bad_xino(au_br_sb(br))) { -+ bwr = bindex; -+ break; -+ } -+ } -+ -+ if (bwr >= 0) { -+ file = ERR_PTR(-ENOMEM); -+ page = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!page)) -+ goto out; -+ path.mnt = au_br_mnt(br); -+ path.dentry = au_h_dptr(sb->s_root, bwr); -+ p = d_path(&path, page, PATH_MAX - sizeof(AUFS_XINO_FNAME)); -+ file = (void *)p; -+ if (!IS_ERR(p)) { -+ strcat(p, "/" AUFS_XINO_FNAME); -+ AuDbg("%s\n", p); -+ file = au_xino_create(sb, p, /*silent*/0); -+ if (!IS_ERR(file)) -+ au_xino_brid_set(sb, br->br_id); -+ } -+ au_delayed_free_page((unsigned long)page); -+ } else { -+ file = au_xino_create(sb, AUFS_XINO_DEFPATH, /*silent*/0); -+ if (IS_ERR(file)) -+ goto out; -+ h_sb = file->f_path.dentry->d_sb; -+ if (unlikely(au_test_fs_bad_xino(h_sb))) { -+ pr_err("xino doesn't support %s(%s)\n", -+ AUFS_XINO_DEFPATH, au_sbtype(h_sb)); -+ fput(file); -+ file = ERR_PTR(-EINVAL); -+ } -+ if (!IS_ERR(file)) -+ au_xino_brid_set(sb, -1); -+ } -+ -+out: -+ return file; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_xino_path(struct seq_file *seq, struct file *file) -+{ -+ int err; -+ -+ err = au_seq_path(seq, &file->f_path); -+ if (unlikely(err)) -+ goto out; -+ -+#define Deleted "\\040(deleted)" -+ seq->count -= sizeof(Deleted) - 1; -+ AuDebugOn(memcmp(seq->buf + seq->count, Deleted, -+ sizeof(Deleted) - 1)); -+#undef Deleted -+ -+out: -+ return err; -+} -diff --git a/fs/dcache.c b/fs/dcache.c -index 5c7cc95..df0268c 100644 ---- a/fs/dcache.c -+++ b/fs/dcache.c -@@ -1164,7 +1164,7 @@ enum d_walk_ret { - * - * The @enter() and @finish() callbacks are called with d_lock held. - */ --static void d_walk(struct dentry *parent, void *data, -+void d_walk(struct dentry *parent, void *data, - enum d_walk_ret (*enter)(void *, struct dentry *), - void (*finish)(void *)) - { -diff --git a/fs/fcntl.c b/fs/fcntl.c -index 350a2c8..6f42279 100644 ---- a/fs/fcntl.c -+++ b/fs/fcntl.c -@@ -29,7 +29,7 @@ - - #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) - --static int setfl(int fd, struct file * filp, unsigned long arg) -+int setfl(int fd, struct file * filp, unsigned long arg) - { - struct inode * inode = file_inode(filp); - int error = 0; -@@ -60,6 +60,8 @@ static int setfl(int fd, struct file * filp, unsigned long arg) - - if (filp->f_op->check_flags) - error = filp->f_op->check_flags(arg); -+ if (!error && filp->f_op->setfl) -+ error = filp->f_op->setfl(filp, arg); - if (error) - return error; - -diff --git a/fs/inode.c b/fs/inode.c -index 88110fd..9a9ba3a 100644 ---- a/fs/inode.c -+++ b/fs/inode.c -@@ -1642,7 +1642,7 @@ EXPORT_SYMBOL(generic_update_time); - * This does the actual work of updating an inodes time or version. Must have - * had called mnt_want_write() before calling this. - */ --static int update_time(struct inode *inode, struct timespec *time, int flags) -+int update_time(struct inode *inode, struct timespec *time, int flags) - { - int (*update_time)(struct inode *, struct timespec *, int); - -diff --git a/fs/proc/base.c b/fs/proc/base.c -index ca651ac..0e8551a 100644 ---- a/fs/proc/base.c -+++ b/fs/proc/base.c -@@ -1953,7 +1953,7 @@ static int map_files_get_link(struct dentry *dentry, struct path *path) - down_read(&mm->mmap_sem); - vma = find_exact_vma(mm, vm_start, vm_end); - if (vma && vma->vm_file) { -- *path = vma->vm_file->f_path; -+ *path = vma_pr_or_file(vma)->f_path; - path_get(path); - rc = 0; - } -diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c -index f8595e8..cb8eda0 100644 ---- a/fs/proc/nommu.c -+++ b/fs/proc/nommu.c -@@ -45,7 +45,10 @@ static int nommu_region_show(struct seq_file *m, struct vm_region *region) - file = region->vm_file; - - if (file) { -- struct inode *inode = file_inode(region->vm_file); -+ struct inode *inode; -+ -+ file = vmr_pr_or_file(region); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - } -diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c -index 35b92d8..5b981db 100644 ---- a/fs/proc/task_mmu.c -+++ b/fs/proc/task_mmu.c -@@ -291,7 +291,10 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid) - const char *name = NULL; - - if (file) { -- struct inode *inode = file_inode(vma->vm_file); -+ struct inode *inode; -+ -+ file = vma_pr_or_file(vma); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT; -@@ -1627,7 +1630,7 @@ static int show_numa_map(struct seq_file *m, void *v, int is_pid) - struct proc_maps_private *proc_priv = &numa_priv->proc_maps; - struct vm_area_struct *vma = v; - struct numa_maps *md = &numa_priv->md; -- struct file *file = vma->vm_file; -+ struct file *file = vma_pr_or_file(vma); - struct mm_struct *mm = vma->vm_mm; - struct mm_walk walk = { - .hugetlb_entry = gather_hugetlb_stats, -diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c -index 3717562..6a328f1 100644 ---- a/fs/proc/task_nommu.c -+++ b/fs/proc/task_nommu.c -@@ -155,7 +155,10 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma, - file = vma->vm_file; - - if (file) { -- struct inode *inode = file_inode(vma->vm_file); -+ struct inode *inode; -+ -+ file = vma_pr_or_file(vma); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT; -diff --git a/fs/read_write.c b/fs/read_write.c -index 190e0d36..4052813 100644 ---- a/fs/read_write.c -+++ b/fs/read_write.c -@@ -515,6 +515,28 @@ ssize_t __vfs_write(struct file *file, const char __user *p, size_t count, - } - EXPORT_SYMBOL(__vfs_write); - -+vfs_readf_t vfs_readf(struct file *file) -+{ -+ const struct file_operations *fop = file->f_op; -+ -+ if (fop->read) -+ return fop->read; -+ if (fop->read_iter) -+ return new_sync_read; -+ return ERR_PTR(-ENOSYS); -+} -+ -+vfs_writef_t vfs_writef(struct file *file) -+{ -+ const struct file_operations *fop = file->f_op; -+ -+ if (fop->write) -+ return fop->write; -+ if (fop->write_iter) -+ return new_sync_write; -+ return ERR_PTR(-ENOSYS); -+} -+ - ssize_t __kernel_write(struct file *file, const char *buf, size_t count, loff_t *pos) - { - mm_segment_t old_fs; -diff --git a/fs/splice.c b/fs/splice.c -index 5a7750b..28160a7 100644 ---- a/fs/splice.c -+++ b/fs/splice.c -@@ -855,8 +855,8 @@ EXPORT_SYMBOL(generic_splice_sendpage); - /* - * Attempt to initiate a splice from pipe to file. - */ --static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -- loff_t *ppos, size_t len, unsigned int flags) -+long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags) - { - ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, - loff_t *, size_t, unsigned int); -@@ -872,9 +872,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, - /* - * Attempt to initiate a splice from a file to a pipe. - */ --static long do_splice_to(struct file *in, loff_t *ppos, -- struct pipe_inode_info *pipe, size_t len, -- unsigned int flags) -+long do_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) - { - ssize_t (*splice_read)(struct file *, loff_t *, - struct pipe_inode_info *, size_t, unsigned int); -diff --git a/include/linux/file.h b/include/linux/file.h -index 7444f5f..bdac0be 100644 ---- a/include/linux/file.h -+++ b/include/linux/file.h -@@ -19,6 +19,7 @@ struct dentry; - struct path; - extern struct file *alloc_file(struct path *, fmode_t mode, - const struct file_operations *fop); -+extern struct file *get_empty_filp(void); - - static inline void fput_light(struct file *file, int fput_needed) - { -diff --git a/include/linux/fs.h b/include/linux/fs.h -index dc0478c..27c05e7 100644 ---- a/include/linux/fs.h -+++ b/include/linux/fs.h -@@ -1291,6 +1291,7 @@ extern void fasync_free(struct fasync_struct *); - /* can be called from interrupts */ - extern void kill_fasync(struct fasync_struct **, int, int); - -+extern int setfl(int fd, struct file * filp, unsigned long arg); - extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force); - extern void f_setown(struct file *filp, unsigned long arg, int force); - extern void f_delown(struct file *filp); -@@ -1715,6 +1716,7 @@ struct file_operations { - ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int); - unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); - int (*check_flags)(int); -+ int (*setfl)(struct file *, unsigned long); - int (*flock) (struct file *, int, struct file_lock *); - ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); - ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); -@@ -1768,6 +1770,12 @@ ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, - struct iovec *fast_pointer, - struct iovec **ret_pointer); - -+typedef ssize_t (*vfs_readf_t)(struct file *, char __user *, size_t, loff_t *); -+typedef ssize_t (*vfs_writef_t)(struct file *, const char __user *, size_t, -+ loff_t *); -+vfs_readf_t vfs_readf(struct file *file); -+vfs_writef_t vfs_writef(struct file *file); -+ - extern ssize_t __vfs_read(struct file *, char __user *, size_t, loff_t *); - extern ssize_t __vfs_write(struct file *, const char __user *, size_t, loff_t *); - extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *); -@@ -2140,6 +2148,7 @@ extern int current_umask(void); - extern void ihold(struct inode * inode); - extern void iput(struct inode *); - extern int generic_update_time(struct inode *, struct timespec *, int); -+extern int update_time(struct inode *, struct timespec *, int); - - /* /sys/fs */ - extern struct kobject *fs_kobj; -diff --git a/include/linux/mm.h b/include/linux/mm.h -index a92c8d7..1d83a2a 100644 ---- a/include/linux/mm.h -+++ b/include/linux/mm.h -@@ -1266,6 +1266,28 @@ static inline int fixup_user_fault(struct task_struct *tsk, - } - #endif - -+extern void vma_do_file_update_time(struct vm_area_struct *, const char[], int); -+extern struct file *vma_do_pr_or_file(struct vm_area_struct *, const char[], -+ int); -+extern void vma_do_get_file(struct vm_area_struct *, const char[], int); -+extern void vma_do_fput(struct vm_area_struct *, const char[], int); -+ -+#define vma_file_update_time(vma) vma_do_file_update_time(vma, __func__, \ -+ __LINE__) -+#define vma_pr_or_file(vma) vma_do_pr_or_file(vma, __func__, \ -+ __LINE__) -+#define vma_get_file(vma) vma_do_get_file(vma, __func__, __LINE__) -+#define vma_fput(vma) vma_do_fput(vma, __func__, __LINE__) -+ -+#ifndef CONFIG_MMU -+extern struct file *vmr_do_pr_or_file(struct vm_region *, const char[], int); -+extern void vmr_do_fput(struct vm_region *, const char[], int); -+ -+#define vmr_pr_or_file(region) vmr_do_pr_or_file(region, __func__, \ -+ __LINE__) -+#define vmr_fput(region) vmr_do_fput(region, __func__, __LINE__) -+#endif /* !CONFIG_MMU */ -+ - extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, - unsigned int gup_flags); - extern int access_remote_vm(struct mm_struct *mm, unsigned long addr, -diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h -index 4a8aced..badd16b 100644 ---- a/include/linux/mm_types.h -+++ b/include/linux/mm_types.h -@@ -275,6 +275,7 @@ struct vm_region { - unsigned long vm_top; /* region allocated to here */ - unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */ - struct file *vm_file; /* the backing file or NULL */ -+ struct file *vm_prfile; /* the virtual backing file or NULL */ - - int vm_usage; /* region usage count (access under nommu_region_sem) */ - bool vm_icache_flushed : 1; /* true if the icache has been flushed for -@@ -349,6 +350,7 @@ struct vm_area_struct { - unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE - units */ - struct file * vm_file; /* File we map to (can be NULL). */ -+ struct file *vm_prfile; /* shadow of vm_file */ - void * vm_private_data; /* was vm_pte (shared mem) */ - - #ifndef CONFIG_MMU -diff --git a/include/linux/splice.h b/include/linux/splice.h -index 00a2116..1f0a4a2 100644 ---- a/include/linux/splice.h -+++ b/include/linux/splice.h -@@ -86,4 +86,10 @@ extern void spd_release_page(struct splice_pipe_desc *, unsigned int); - - extern const struct pipe_buf_operations page_cache_pipe_buf_ops; - extern const struct pipe_buf_operations default_pipe_buf_ops; -+ -+extern long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags); -+extern long do_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags); - #endif -diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild -index cd2be1c..78f3c68 100644 ---- a/include/uapi/linux/Kbuild -+++ b/include/uapi/linux/Kbuild -@@ -59,6 +59,7 @@ header-y += atmsvc.h - header-y += atm_tcp.h - header-y += atm_zatm.h - header-y += audit.h -+header-y += aufs_type.h - header-y += auto_fs4.h - header-y += auto_fs.h - header-y += auxvec.h -diff --git a/include/uapi/linux/aufs_type.h b/include/uapi/linux/aufs_type.h -new file mode 100644 -index 0000000..b036c0a ---- /dev/null -+++ b/include/uapi/linux/aufs_type.h -@@ -0,0 +1,406 @@ -+/* -+ * Copyright (C) 2005-2016 Junjiro R. Okajima -+ */ -+ -+#ifndef __AUFS_TYPE_H__ -+#define __AUFS_TYPE_H__ -+ -+#define AUFS_NAME "aufs" -+ -+#ifdef __KERNEL__ -+/* -+ * define it before including all other headers. -+ * sched.h may use pr_* macros before defining "current", so define the -+ * no-current version first, and re-define later. -+ */ -+#define pr_fmt(fmt) AUFS_NAME " %s:%d: " fmt, __func__, __LINE__ -+#include -+#undef pr_fmt -+#define pr_fmt(fmt) \ -+ AUFS_NAME " %s:%d:%.*s[%d]: " fmt, __func__, __LINE__, \ -+ (int)sizeof(current->comm), current->comm, current->pid -+#else -+#include -+#include -+#endif /* __KERNEL__ */ -+ -+#include -+ -+#define AUFS_VERSION "4.9" -+ -+/* todo? move this to linux-2.6.19/include/magic.h */ -+#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's') -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_BRANCH_MAX_127 -+typedef int8_t aufs_bindex_t; -+#define AUFS_BRANCH_MAX 127 -+#else -+typedef int16_t aufs_bindex_t; -+#ifdef CONFIG_AUFS_BRANCH_MAX_511 -+#define AUFS_BRANCH_MAX 511 -+#elif defined(CONFIG_AUFS_BRANCH_MAX_1023) -+#define AUFS_BRANCH_MAX 1023 -+#elif defined(CONFIG_AUFS_BRANCH_MAX_32767) -+#define AUFS_BRANCH_MAX 32767 -+#endif -+#endif -+ -+#ifdef __KERNEL__ -+#ifndef AUFS_BRANCH_MAX -+#error unknown CONFIG_AUFS_BRANCH_MAX value -+#endif -+#endif /* __KERNEL__ */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AUFS_FSTYPE AUFS_NAME -+ -+#define AUFS_ROOT_INO 2 -+#define AUFS_FIRST_INO 11 -+ -+#define AUFS_WH_PFX ".wh." -+#define AUFS_WH_PFX_LEN ((int)sizeof(AUFS_WH_PFX) - 1) -+#define AUFS_WH_TMP_LEN 4 -+/* a limit for rmdir/rename a dir and copyup */ -+#define AUFS_MAX_NAMELEN (NAME_MAX \ -+ - AUFS_WH_PFX_LEN * 2 /* doubly whiteouted */\ -+ - 1 /* dot */\ -+ - AUFS_WH_TMP_LEN) /* hex */ -+#define AUFS_XINO_FNAME "." AUFS_NAME ".xino" -+#define AUFS_XINO_DEFPATH "/tmp/" AUFS_XINO_FNAME -+#define AUFS_XINO_DEF_SEC 30 /* seconds */ -+#define AUFS_XINO_DEF_TRUNC 45 /* percentage */ -+#define AUFS_DIRWH_DEF 3 -+#define AUFS_RDCACHE_DEF 10 /* seconds */ -+#define AUFS_RDCACHE_MAX 3600 /* seconds */ -+#define AUFS_RDBLK_DEF 512 /* bytes */ -+#define AUFS_RDHASH_DEF 32 -+#define AUFS_WKQ_NAME AUFS_NAME "d" -+#define AUFS_MFS_DEF_SEC 30 /* seconds */ -+#define AUFS_MFS_MAX_SEC 3600 /* seconds */ -+#define AUFS_FHSM_CACHE_DEF_SEC 30 /* seconds */ -+#define AUFS_PLINK_WARN 50 /* number of plinks in a single bucket */ -+ -+/* pseudo-link maintenace under /proc */ -+#define AUFS_PLINK_MAINT_NAME "plink_maint" -+#define AUFS_PLINK_MAINT_DIR "fs/" AUFS_NAME -+#define AUFS_PLINK_MAINT_PATH AUFS_PLINK_MAINT_DIR "/" AUFS_PLINK_MAINT_NAME -+ -+#define AUFS_DIROPQ_NAME AUFS_WH_PFX ".opq" /* whiteouted doubly */ -+#define AUFS_WH_DIROPQ AUFS_WH_PFX AUFS_DIROPQ_NAME -+ -+#define AUFS_BASE_NAME AUFS_WH_PFX AUFS_NAME -+#define AUFS_PLINKDIR_NAME AUFS_WH_PFX "plnk" -+#define AUFS_ORPHDIR_NAME AUFS_WH_PFX "orph" -+ -+/* doubly whiteouted */ -+#define AUFS_WH_BASE AUFS_WH_PFX AUFS_BASE_NAME -+#define AUFS_WH_PLINKDIR AUFS_WH_PFX AUFS_PLINKDIR_NAME -+#define AUFS_WH_ORPHDIR AUFS_WH_PFX AUFS_ORPHDIR_NAME -+ -+/* branch permissions and attributes */ -+#define AUFS_BRPERM_RW "rw" -+#define AUFS_BRPERM_RO "ro" -+#define AUFS_BRPERM_RR "rr" -+#define AUFS_BRATTR_COO_REG "coo_reg" -+#define AUFS_BRATTR_COO_ALL "coo_all" -+#define AUFS_BRATTR_FHSM "fhsm" -+#define AUFS_BRATTR_UNPIN "unpin" -+#define AUFS_BRATTR_ICEX "icex" -+#define AUFS_BRATTR_ICEX_SEC "icexsec" -+#define AUFS_BRATTR_ICEX_SYS "icexsys" -+#define AUFS_BRATTR_ICEX_TR "icextr" -+#define AUFS_BRATTR_ICEX_USR "icexusr" -+#define AUFS_BRATTR_ICEX_OTH "icexoth" -+#define AUFS_BRRATTR_WH "wh" -+#define AUFS_BRWATTR_NLWH "nolwh" -+#define AUFS_BRWATTR_MOO "moo" -+ -+#define AuBrPerm_RW 1 /* writable, hardlinkable wh */ -+#define AuBrPerm_RO (1 << 1) /* readonly */ -+#define AuBrPerm_RR (1 << 2) /* natively readonly */ -+#define AuBrPerm_Mask (AuBrPerm_RW | AuBrPerm_RO | AuBrPerm_RR) -+ -+#define AuBrAttr_COO_REG (1 << 3) /* copy-up on open */ -+#define AuBrAttr_COO_ALL (1 << 4) -+#define AuBrAttr_COO_Mask (AuBrAttr_COO_REG | AuBrAttr_COO_ALL) -+ -+#define AuBrAttr_FHSM (1 << 5) /* file-based hsm */ -+#define AuBrAttr_UNPIN (1 << 6) /* rename-able top dir of -+ branch. meaningless since -+ linux-3.18-rc1 */ -+ -+/* ignore error in copying XATTR */ -+#define AuBrAttr_ICEX_SEC (1 << 7) -+#define AuBrAttr_ICEX_SYS (1 << 8) -+#define AuBrAttr_ICEX_TR (1 << 9) -+#define AuBrAttr_ICEX_USR (1 << 10) -+#define AuBrAttr_ICEX_OTH (1 << 11) -+#define AuBrAttr_ICEX (AuBrAttr_ICEX_SEC \ -+ | AuBrAttr_ICEX_SYS \ -+ | AuBrAttr_ICEX_TR \ -+ | AuBrAttr_ICEX_USR \ -+ | AuBrAttr_ICEX_OTH) -+ -+#define AuBrRAttr_WH (1 << 12) /* whiteout-able */ -+#define AuBrRAttr_Mask AuBrRAttr_WH -+ -+#define AuBrWAttr_NoLinkWH (1 << 13) /* un-hardlinkable whiteouts */ -+#define AuBrWAttr_MOO (1 << 14) /* move-up on open */ -+#define AuBrWAttr_Mask (AuBrWAttr_NoLinkWH | AuBrWAttr_MOO) -+ -+#define AuBrAttr_CMOO_Mask (AuBrAttr_COO_Mask | AuBrWAttr_MOO) -+ -+/* #warning test userspace */ -+#ifdef __KERNEL__ -+#ifndef CONFIG_AUFS_FHSM -+#undef AuBrAttr_FHSM -+#define AuBrAttr_FHSM 0 -+#endif -+#ifndef CONFIG_AUFS_XATTR -+#undef AuBrAttr_ICEX -+#define AuBrAttr_ICEX 0 -+#undef AuBrAttr_ICEX_SEC -+#define AuBrAttr_ICEX_SEC 0 -+#undef AuBrAttr_ICEX_SYS -+#define AuBrAttr_ICEX_SYS 0 -+#undef AuBrAttr_ICEX_TR -+#define AuBrAttr_ICEX_TR 0 -+#undef AuBrAttr_ICEX_USR -+#define AuBrAttr_ICEX_USR 0 -+#undef AuBrAttr_ICEX_OTH -+#define AuBrAttr_ICEX_OTH 0 -+#endif -+#endif -+ -+/* the longest combination */ -+/* AUFS_BRATTR_ICEX and AUFS_BRATTR_ICEX_TR don't affect here */ -+#define AuBrPermStrSz sizeof(AUFS_BRPERM_RW \ -+ "+" AUFS_BRATTR_COO_REG \ -+ "+" AUFS_BRATTR_FHSM \ -+ "+" AUFS_BRATTR_UNPIN \ -+ "+" AUFS_BRATTR_ICEX_SEC \ -+ "+" AUFS_BRATTR_ICEX_SYS \ -+ "+" AUFS_BRATTR_ICEX_USR \ -+ "+" AUFS_BRATTR_ICEX_OTH \ -+ "+" AUFS_BRWATTR_NLWH) -+ -+typedef struct { -+ char a[AuBrPermStrSz]; -+} au_br_perm_str_t; -+ -+static inline int au_br_writable(int brperm) -+{ -+ return brperm & AuBrPerm_RW; -+} -+ -+static inline int au_br_whable(int brperm) -+{ -+ return brperm & (AuBrPerm_RW | AuBrRAttr_WH); -+} -+ -+static inline int au_br_wh_linkable(int brperm) -+{ -+ return !(brperm & AuBrWAttr_NoLinkWH); -+} -+ -+static inline int au_br_cmoo(int brperm) -+{ -+ return brperm & AuBrAttr_CMOO_Mask; -+} -+ -+static inline int au_br_fhsm(int brperm) -+{ -+ return brperm & AuBrAttr_FHSM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* ioctl */ -+enum { -+ /* readdir in userspace */ -+ AuCtl_RDU, -+ AuCtl_RDU_INO, -+ -+ AuCtl_WBR_FD, /* pathconf wrapper */ -+ AuCtl_IBUSY, /* busy inode */ -+ AuCtl_MVDOWN, /* move-down */ -+ AuCtl_BR, /* info about branches */ -+ AuCtl_FHSM_FD /* connection for fhsm */ -+}; -+ -+/* borrowed from linux/include/linux/kernel.h */ -+#ifndef ALIGN -+#define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) -+#define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) -+#endif -+ -+/* borrowed from linux/include/linux/compiler-gcc3.h */ -+#ifndef __aligned -+#define __aligned(x) __attribute__((aligned(x))) -+#endif -+ -+#ifdef __KERNEL__ -+#ifndef __packed -+#define __packed __attribute__((packed)) -+#endif -+#endif -+ -+struct au_rdu_cookie { -+ uint64_t h_pos; -+ int16_t bindex; -+ uint8_t flags; -+ uint8_t pad; -+ uint32_t generation; -+} __aligned(8); -+ -+struct au_rdu_ent { -+ uint64_t ino; -+ int16_t bindex; -+ uint8_t type; -+ uint8_t nlen; -+ uint8_t wh; -+ char name[0]; -+} __aligned(8); -+ -+static inline int au_rdu_len(int nlen) -+{ -+ /* include the terminating NULL */ -+ return ALIGN(sizeof(struct au_rdu_ent) + nlen + 1, -+ sizeof(uint64_t)); -+} -+ -+union au_rdu_ent_ul { -+ struct au_rdu_ent __user *e; -+ uint64_t ul; -+}; -+ -+enum { -+ AufsCtlRduV_SZ, -+ AufsCtlRduV_End -+}; -+ -+struct aufs_rdu { -+ /* input */ -+ union { -+ uint64_t sz; /* AuCtl_RDU */ -+ uint64_t nent; /* AuCtl_RDU_INO */ -+ }; -+ union au_rdu_ent_ul ent; -+ uint16_t verify[AufsCtlRduV_End]; -+ -+ /* input/output */ -+ uint32_t blk; -+ -+ /* output */ -+ union au_rdu_ent_ul tail; -+ /* number of entries which were added in a single call */ -+ uint64_t rent; -+ uint8_t full; -+ uint8_t shwh; -+ -+ struct au_rdu_cookie cookie; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aufs_wbr_fd { -+ uint32_t oflags; -+ int16_t brid; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aufs_ibusy { -+ uint64_t ino, h_ino; -+ int16_t bindex; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* error code for move-down */ -+/* the actual message strings are implemented in aufs-util.git */ -+enum { -+ EAU_MVDOWN_OPAQUE = 1, -+ EAU_MVDOWN_WHITEOUT, -+ EAU_MVDOWN_UPPER, -+ EAU_MVDOWN_BOTTOM, -+ EAU_MVDOWN_NOUPPER, -+ EAU_MVDOWN_NOLOWERBR, -+ EAU_Last -+}; -+ -+/* flags for move-down */ -+#define AUFS_MVDOWN_DMSG 1 -+#define AUFS_MVDOWN_OWLOWER (1 << 1) /* overwrite lower */ -+#define AUFS_MVDOWN_KUPPER (1 << 2) /* keep upper */ -+#define AUFS_MVDOWN_ROLOWER (1 << 3) /* do even if lower is RO */ -+#define AUFS_MVDOWN_ROLOWER_R (1 << 4) /* did on lower RO */ -+#define AUFS_MVDOWN_ROUPPER (1 << 5) /* do even if upper is RO */ -+#define AUFS_MVDOWN_ROUPPER_R (1 << 6) /* did on upper RO */ -+#define AUFS_MVDOWN_BRID_UPPER (1 << 7) /* upper brid */ -+#define AUFS_MVDOWN_BRID_LOWER (1 << 8) /* lower brid */ -+#define AUFS_MVDOWN_FHSM_LOWER (1 << 9) /* find fhsm attr for lower */ -+#define AUFS_MVDOWN_STFS (1 << 10) /* req. stfs */ -+#define AUFS_MVDOWN_STFS_FAILED (1 << 11) /* output: stfs is unusable */ -+#define AUFS_MVDOWN_BOTTOM (1 << 12) /* output: no more lowers */ -+ -+/* index for move-down */ -+enum { -+ AUFS_MVDOWN_UPPER, -+ AUFS_MVDOWN_LOWER, -+ AUFS_MVDOWN_NARRAY -+}; -+ -+/* -+ * additional info of move-down -+ * number of free blocks and inodes. -+ * subset of struct kstatfs, but smaller and always 64bit. -+ */ -+struct aufs_stfs { -+ uint64_t f_blocks; -+ uint64_t f_bavail; -+ uint64_t f_files; -+ uint64_t f_ffree; -+}; -+ -+struct aufs_stbr { -+ int16_t brid; /* optional input */ -+ int16_t bindex; /* output */ -+ struct aufs_stfs stfs; /* output when AUFS_MVDOWN_STFS set */ -+} __aligned(8); -+ -+struct aufs_mvdown { -+ uint32_t flags; /* input/output */ -+ struct aufs_stbr stbr[AUFS_MVDOWN_NARRAY]; /* input/output */ -+ int8_t au_errno; /* output */ -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+union aufs_brinfo { -+ /* PATH_MAX may differ between kernel-space and user-space */ -+ char _spacer[4096]; -+ struct { -+ int16_t id; -+ int perm; -+ char path[0]; -+ }; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuCtlType 'A' -+#define AUFS_CTL_RDU _IOWR(AuCtlType, AuCtl_RDU, struct aufs_rdu) -+#define AUFS_CTL_RDU_INO _IOWR(AuCtlType, AuCtl_RDU_INO, struct aufs_rdu) -+#define AUFS_CTL_WBR_FD _IOW(AuCtlType, AuCtl_WBR_FD, \ -+ struct aufs_wbr_fd) -+#define AUFS_CTL_IBUSY _IOWR(AuCtlType, AuCtl_IBUSY, struct aufs_ibusy) -+#define AUFS_CTL_MVDOWN _IOWR(AuCtlType, AuCtl_MVDOWN, \ -+ struct aufs_mvdown) -+#define AUFS_CTL_BRINFO _IOW(AuCtlType, AuCtl_BR, union aufs_brinfo) -+#define AUFS_CTL_FHSM_FD _IOW(AuCtlType, AuCtl_FHSM_FD, int) -+ -+#endif /* __AUFS_TYPE_H__ */ -diff --git a/kernel/fork.c b/kernel/fork.c -index 997ac1d..4d0131b 100644 ---- a/kernel/fork.c -+++ b/kernel/fork.c -@@ -624,7 +624,7 @@ static __latent_entropy int dup_mmap(struct mm_struct *mm, - struct inode *inode = file_inode(file); - struct address_space *mapping = file->f_mapping; - -- get_file(file); -+ vma_get_file(tmp); - if (tmp->vm_flags & VM_DENYWRITE) - atomic_dec(&inode->i_writecount); - i_mmap_lock_write(mapping); -diff --git a/mm/Makefile b/mm/Makefile -index 295bd7a..14fa1c8 100644 ---- a/mm/Makefile -+++ b/mm/Makefile -@@ -37,7 +37,7 @@ obj-y := filemap.o mempool.o oom_kill.o \ - mm_init.o mmu_context.o percpu.o slab_common.o \ - compaction.o vmacache.o \ - interval_tree.o list_lru.o workingset.o \ -- debug.o $(mmu-y) -+ prfile.o debug.o $(mmu-y) - - obj-y += init-mm.o - -diff --git a/mm/filemap.c b/mm/filemap.c -index 50b52fe..9e607f9 100644 ---- a/mm/filemap.c -+++ b/mm/filemap.c -@@ -2304,7 +2304,7 @@ int filemap_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf) - int ret = VM_FAULT_LOCKED; - - sb_start_pagefault(inode->i_sb); -- file_update_time(vma->vm_file); -+ vma_file_update_time(vma); - lock_page(page); - if (page->mapping != inode->i_mapping) { - unlock_page(page); -diff --git a/mm/memory.c b/mm/memory.c -index e18c57b..7be4a39 100644 ---- a/mm/memory.c -+++ b/mm/memory.c -@@ -2117,7 +2117,7 @@ static inline int wp_page_reuse(struct fault_env *fe, pte_t orig_pte, - } - - if (!page_mkwrite) -- file_update_time(vma->vm_file); -+ vma_file_update_time(vma); - } - - return VM_FAULT_WRITE; -diff --git a/mm/mmap.c b/mm/mmap.c -index 1af87c1..95b0ff4 100644 ---- a/mm/mmap.c -+++ b/mm/mmap.c -@@ -170,7 +170,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma) - if (vma->vm_ops && vma->vm_ops->close) - vma->vm_ops->close(vma); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - mpol_put(vma_policy(vma)); - kmem_cache_free(vm_area_cachep, vma); - return next; -@@ -879,7 +879,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start, - if (remove_next) { - if (file) { - uprobe_munmap(next, next->vm_start, next->vm_end); -- fput(file); -+ vma_fput(vma); - } - if (next->anon_vma) - anon_vma_merge(vma, next); -@@ -1727,8 +1727,8 @@ unsigned long mmap_region(struct file *file, unsigned long addr, - return addr; - - unmap_and_free_vma: -+ vma_fput(vma); - vma->vm_file = NULL; -- fput(file); - - /* Undo any partial mapping done by a device driver. */ - unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end); -@@ -2533,7 +2533,7 @@ static int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma, - goto out_free_mpol; - - if (new->vm_file) -- get_file(new->vm_file); -+ vma_get_file(new); - - if (new->vm_ops && new->vm_ops->open) - new->vm_ops->open(new); -@@ -2552,7 +2552,7 @@ static int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma, - if (new->vm_ops && new->vm_ops->close) - new->vm_ops->close(new); - if (new->vm_file) -- fput(new->vm_file); -+ vma_fput(new); - unlink_anon_vmas(new); - out_free_mpol: - mpol_put(vma_policy(new)); -@@ -2703,7 +2703,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, - struct vm_area_struct *vma; - unsigned long populate = 0; - unsigned long ret = -EINVAL; -- struct file *file; -+ struct file *file, *prfile; - - pr_warn_once("%s (%d) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.txt.\n", - current->comm, current->pid); -@@ -2778,10 +2778,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, - } - } - -- file = get_file(vma->vm_file); -+ vma_get_file(vma); -+ file = vma->vm_file; -+ prfile = vma->vm_prfile; - ret = do_mmap_pgoff(vma->vm_file, start, size, - prot, flags, pgoff, &populate); -+ if (!IS_ERR_VALUE(ret) && file && prfile) { -+ struct vm_area_struct *new_vma; -+ -+ new_vma = find_vma(mm, ret); -+ if (!new_vma->vm_prfile) -+ new_vma->vm_prfile = prfile; -+ if (new_vma != vma) -+ get_file(prfile); -+ } -+ /* -+ * two fput()s instead of vma_fput(vma), -+ * coz vma may not be available anymore. -+ */ - fput(file); -+ if (prfile) -+ fput(prfile); - out: - up_write(&mm->mmap_sem); - if (populate) -@@ -3056,7 +3073,7 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, - if (anon_vma_clone(new_vma, vma)) - goto out_free_mempol; - if (new_vma->vm_file) -- get_file(new_vma->vm_file); -+ vma_get_file(new_vma); - if (new_vma->vm_ops && new_vma->vm_ops->open) - new_vma->vm_ops->open(new_vma); - vma_link(mm, new_vma, prev, rb_link, rb_parent); -diff --git a/mm/nommu.c b/mm/nommu.c -index 8b8faaf..5d26ed94 100644 ---- a/mm/nommu.c -+++ b/mm/nommu.c -@@ -636,7 +636,7 @@ static void __put_nommu_region(struct vm_region *region) - up_write(&nommu_region_sem); - - if (region->vm_file) -- fput(region->vm_file); -+ vmr_fput(region); - - /* IO memory and memory shared directly out of the pagecache - * from ramfs/tmpfs mustn't be released here */ -@@ -794,7 +794,7 @@ static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma) - if (vma->vm_ops && vma->vm_ops->close) - vma->vm_ops->close(vma); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - put_nommu_region(vma->vm_region); - kmem_cache_free(vm_area_cachep, vma); - } -@@ -1320,7 +1320,7 @@ unsigned long do_mmap(struct file *file, - goto error_just_free; - } - } -- fput(region->vm_file); -+ vmr_fput(region); - kmem_cache_free(vm_region_jar, region); - region = pregion; - result = start; -@@ -1395,10 +1395,10 @@ unsigned long do_mmap(struct file *file, - up_write(&nommu_region_sem); - error: - if (region->vm_file) -- fput(region->vm_file); -+ vmr_fput(region); - kmem_cache_free(vm_region_jar, region); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - kmem_cache_free(vm_area_cachep, vma); - return ret; - -diff --git a/mm/prfile.c b/mm/prfile.c -new file mode 100644 -index 0000000..b323b8a ---- /dev/null -+++ b/mm/prfile.c -@@ -0,0 +1,86 @@ -+/* -+ * Mainly for aufs which mmap(2) diffrent file and wants to print different path -+ * in /proc/PID/maps. -+ * Call these functions via macros defined in linux/mm.h. -+ * -+ * See Documentation/filesystems/aufs/design/06mmap.txt -+ * -+ * Copyright (c) 2014 Junjro R. Okajima -+ * Copyright (c) 2014 Ian Campbell -+ */ -+ -+#include -+#include -+#include -+ -+/* #define PRFILE_TRACE */ -+static inline void prfile_trace(struct file *f, struct file *pr, -+ const char func[], int line, const char func2[]) -+{ -+#ifdef PRFILE_TRACE -+ if (pr) -+ pr_info("%s:%d: %s, %s\n", func, line, func2, -+ f ? (char *)f->f_path.dentry->d_name.name : "(null)"); -+#endif -+} -+ -+void vma_do_file_update_time(struct vm_area_struct *vma, const char func[], -+ int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ file_update_time(f); -+ if (f && pr) -+ file_update_time(pr); -+} -+ -+struct file *vma_do_pr_or_file(struct vm_area_struct *vma, const char func[], -+ int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ return (f && pr) ? pr : f; -+} -+ -+void vma_do_get_file(struct vm_area_struct *vma, const char func[], int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ get_file(f); -+ if (f && pr) -+ get_file(pr); -+} -+ -+void vma_do_fput(struct vm_area_struct *vma, const char func[], int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ fput(f); -+ if (f && pr) -+ fput(pr); -+} -+ -+#ifndef CONFIG_MMU -+struct file *vmr_do_pr_or_file(struct vm_region *region, const char func[], -+ int line) -+{ -+ struct file *f = region->vm_file, *pr = region->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ return (f && pr) ? pr : f; -+} -+ -+void vmr_do_fput(struct vm_region *region, const char func[], int line) -+{ -+ struct file *f = region->vm_file, *pr = region->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ fput(f); -+ if (f && pr) -+ fput(pr); -+} -+#endif /* !CONFIG_MMU */ diff --git a/kernel/tools/perf/files/patches/mageia/fs-aufs-5.4-version.patch b/kernel/tools/perf/files/patches/mageia/fs-aufs-5.4-version.patch deleted file mode 100755 index 85c71bf3c0..0000000000 --- a/kernel/tools/perf/files/patches/mageia/fs-aufs-5.4-version.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nurp linux-5.3-aufs/include/uapi/linux/aufs_type.h linux-5.3-aufs-ver/include/uapi/linux/aufs_type.h ---- linux-5.3-aufs/include/uapi/linux/aufs_type.h 2019-09-24 16:13:44.012259519 +0300 -+++ linux-5.3-aufs-ver/include/uapi/linux/aufs_type.h 2019-09-24 20:04:21.924707762 +0300 -@@ -27,7 +27,7 @@ - - #include - --#define AUFS_VERSION "5.x-rcN" -+#define AUFS_VERSION "5.4" - - /* todo? move this to linux-2.6.19/include/magic.h */ - #define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's') diff --git a/kernel/tools/perf/files/patches/mageia/fs-aufs-5.6-fix.patch b/kernel/tools/perf/files/patches/mageia/fs-aufs-5.6-fix.patch new file mode 100644 index 0000000000..9fe6102ac3 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-aufs-5.6-fix.patch @@ -0,0 +1,39 @@ +diff -Nurp linux-5.6.3-aufs/fs/aufs/procfs.c linux-5.6.3-aufs-fix/fs/aufs/procfs.c +--- linux-5.6.3-aufs/fs/aufs/procfs.c 2020-04-10 12:40:52.192049502 +0300 ++++ linux-5.6.3-aufs-fix/fs/aufs/procfs.c 2020-04-10 17:46:50.019444421 +0300 +@@ -116,10 +116,9 @@ out: + return err; + } + +-static const struct file_operations au_procfs_plm_fop = { +- .write = au_procfs_plm_write, +- .release = au_procfs_plm_release, +- .owner = THIS_MODULE ++static const struct proc_ops au_procfs_plm_op = { ++ .proc_write = au_procfs_plm_write, ++ .proc_release = au_procfs_plm_release + }; + + /* ---------------------------------------------------------------------- */ +@@ -143,7 +142,7 @@ int __init au_procfs_init(void) + goto out; + + entry = proc_create(AUFS_PLINK_MAINT_NAME, S_IFREG | 0200, +- au_procfs_dir, &au_procfs_plm_fop); ++ au_procfs_dir, &au_procfs_plm_op); + if (unlikely(!entry)) + goto out_dir; + +diff -Nurp linux-5.6.3-aufs/fs/aufs/xino.c linux-5.6.3-aufs-fix/fs/aufs/xino.c +--- linux-5.6.3-aufs/fs/aufs/xino.c 2020-04-10 12:40:52.193049549 +0300 ++++ linux-5.6.3-aufs-fix/fs/aufs/xino.c 2020-04-10 17:46:25.165284147 +0300 +@@ -1344,7 +1344,8 @@ static void au_xino_release(struct kref + hlist_bl_lock(hbl); + hlist_bl_for_each_entry_safe(p, pos, n, hbl, node) { + hlist_bl_del(&p->node); +- au_kfree_rcu(p); ++ /* kmemleak reported au_kfree_rcu() doesn't free it */ ++ kfree(p); + } + hlist_bl_unlock(hbl); + } diff --git a/kernel/tools/perf/files/patches/mageia/fs-aufs-5.4-modular.patch b/kernel/tools/perf/files/patches/mageia/fs-aufs-5.6-modular.patch similarity index 55% rename from kernel/tools/perf/files/patches/mageia/fs-aufs-5.4-modular.patch rename to kernel/tools/perf/files/patches/mageia/fs-aufs-5.6-modular.patch index ec4a91353c..ad296b9ac4 100644 --- a/kernel/tools/perf/files/patches/mageia/fs-aufs-5.4-modular.patch +++ b/kernel/tools/perf/files/patches/mageia/fs-aufs-5.6-modular.patch @@ -14,13 +14,12 @@ fs/xattr.c | 1 + kernel/locking/lockdep.c | 1 + kernel/task_work.c | 1 + - security/device_cgroup.c | 1 + security/security.c | 8 ++++++++ - 17 files changed, 32 insertions(+), 1 deletion(-) + 16 files changed, 31 insertions(+), 1 deletion(-) -diff -Nurp linux-5.4-aufs/fs/aufs/Kconfig linux-5.4-aufs-mod/fs/aufs/Kconfig ---- linux-5.4-aufs/fs/aufs/Kconfig 2019-11-28 01:25:59.062925618 +0200 -+++ linux-5.4-aufs-mod/fs/aufs/Kconfig 2019-11-28 01:38:40.564895255 +0200 +diff -Nurp linux-5.6.3-aufs/fs/aufs/Kconfig linux-5.6.3-aufs-mod/fs/aufs/Kconfig +--- linux-5.6.3-aufs/fs/aufs/Kconfig 2020-04-10 12:40:52.187049268 +0300 ++++ linux-5.6.3-aufs-mod/fs/aufs/Kconfig 2020-04-10 13:15:44.979742386 +0300 @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 config AUFS_FS @@ -29,10 +28,10 @@ diff -Nurp linux-5.4-aufs/fs/aufs/Kconfig linux-5.4-aufs-mod/fs/aufs/Kconfig help Aufs is a stackable unification filesystem such as Unionfs, which unifies several directories and provides a merged single -diff -Nurp linux-5.4-aufs/fs/dcache.c linux-5.4-aufs-mod/fs/dcache.c ---- linux-5.4-aufs/fs/dcache.c 2019-11-28 01:25:59.069925618 +0200 -+++ linux-5.4-aufs-mod/fs/dcache.c 2019-11-28 01:38:40.585895254 +0200 -@@ -1369,6 +1369,7 @@ rename_retry: +diff -Nurp linux-5.6.3-aufs/fs/dcache.c linux-5.6.3-aufs-mod/fs/dcache.c +--- linux-5.6.3-aufs/fs/dcache.c 2020-04-10 12:40:52.194049596 +0300 ++++ linux-5.6.3-aufs-mod/fs/dcache.c 2020-04-10 13:15:44.979742386 +0300 +@@ -1371,6 +1371,7 @@ rename_retry: seq = 1; goto again; } @@ -40,7 +39,7 @@ diff -Nurp linux-5.4-aufs/fs/dcache.c linux-5.4-aufs-mod/fs/dcache.c struct check_mount { struct vfsmount *mnt; -@@ -2914,6 +2915,7 @@ void d_exchange(struct dentry *dentry1, +@@ -2916,6 +2917,7 @@ void d_exchange(struct dentry *dentry1, write_sequnlock(&rename_lock); } @@ -48,10 +47,10 @@ diff -Nurp linux-5.4-aufs/fs/dcache.c linux-5.4-aufs-mod/fs/dcache.c /** * d_ancestor - search for an ancestor -diff -Nurp linux-5.4-aufs/fs/exec.c linux-5.4-aufs-mod/fs/exec.c ---- linux-5.4-aufs/fs/exec.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/fs/exec.c 2019-11-28 01:38:40.589895254 +0200 -@@ -110,6 +110,7 @@ bool path_noexec(const struct path *path +diff -Nurp linux-5.6.3-aufs/fs/exec.c linux-5.6.3-aufs-mod/fs/exec.c +--- linux-5.6.3-aufs/fs/exec.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs-mod/fs/exec.c 2020-04-10 13:15:44.979742386 +0300 +@@ -109,6 +109,7 @@ bool path_noexec(const struct path *path return (path->mnt->mnt_flags & MNT_NOEXEC) || (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); } @@ -59,10 +58,10 @@ diff -Nurp linux-5.4-aufs/fs/exec.c linux-5.4-aufs-mod/fs/exec.c #ifdef CONFIG_USELIB /* -diff -Nurp linux-5.4-aufs/fs/fcntl.c linux-5.4-aufs-mod/fs/fcntl.c ---- linux-5.4-aufs/fs/fcntl.c 2019-11-28 01:25:59.069925618 +0200 -+++ linux-5.4-aufs-mod/fs/fcntl.c 2019-11-28 01:38:40.589895254 +0200 -@@ -85,6 +85,7 @@ int setfl(int fd, struct file * filp, un +diff -Nurp linux-5.6.3-aufs/fs/fcntl.c linux-5.6.3-aufs-mod/fs/fcntl.c +--- linux-5.6.3-aufs/fs/fcntl.c 2020-04-10 12:40:52.194049596 +0300 ++++ linux-5.6.3-aufs-mod/fs/fcntl.c 2020-04-10 13:15:44.979742386 +0300 +@@ -85,6 +85,7 @@ int setfl(int fd, struct file *filp, uns out: return error; } @@ -70,9 +69,9 @@ diff -Nurp linux-5.4-aufs/fs/fcntl.c linux-5.4-aufs-mod/fs/fcntl.c static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, int force) -diff -Nurp linux-5.4-aufs/fs/file_table.c linux-5.4-aufs-mod/fs/file_table.c ---- linux-5.4-aufs/fs/file_table.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/fs/file_table.c 2019-11-28 01:38:40.589895254 +0200 +diff -Nurp linux-5.6.3-aufs/fs/file_table.c linux-5.6.3-aufs-mod/fs/file_table.c +--- linux-5.6.3-aufs/fs/file_table.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs-mod/fs/file_table.c 2020-04-10 13:15:44.979742386 +0300 @@ -162,6 +162,7 @@ over: } return ERR_PTR(-ENFILE); @@ -81,7 +80,7 @@ diff -Nurp linux-5.4-aufs/fs/file_table.c linux-5.4-aufs-mod/fs/file_table.c /* * Variant of alloc_empty_file() that doesn't check and modify nr_files. -@@ -375,6 +377,7 @@ void __fput_sync(struct file *file) +@@ -375,6 +376,7 @@ void __fput_sync(struct file *file) } EXPORT_SYMBOL(fput); @@ -89,20 +88,20 @@ diff -Nurp linux-5.4-aufs/fs/file_table.c linux-5.4-aufs-mod/fs/file_table.c void __init files_init(void) { -diff -Nurp linux-5.4-aufs/fs/inode.c linux-5.4-aufs-mod/fs/inode.c ---- linux-5.4-aufs/fs/inode.c 2019-11-28 01:25:59.070925617 +0200 -+++ linux-5.4-aufs-mod/fs/inode.c 2019-11-28 01:38:40.589895254 +0200 -@@ -1682,6 +1682,7 @@ int update_time(struct inode *inode, str - - return update_time(inode, time, flags); +diff -Nurp linux-5.6.3-aufs/fs/inode.c linux-5.6.3-aufs-mod/fs/inode.c +--- linux-5.6.3-aufs/fs/inode.c 2020-04-10 12:40:52.194049596 +0300 ++++ linux-5.6.3-aufs-mod/fs/inode.c 2020-04-10 13:15:44.980742432 +0300 +@@ -1694,6 +1694,7 @@ int update_time(struct inode *inode, str + return inode->i_op->update_time(inode, time, flags); + return generic_update_time(inode, time, flags); } +EXPORT_SYMBOL_GPL(update_time); /** * touch_atime - update the access time -diff -Nurp linux-5.4-aufs/fs/namespace.c linux-5.4-aufs-mod/fs/namespace.c ---- linux-5.4-aufs/fs/namespace.c 2019-11-28 01:25:59.070925617 +0200 -+++ linux-5.4-aufs-mod/fs/namespace.c 2019-11-28 01:38:40.589895254 +0200 +diff -Nurp linux-5.6.3-aufs/fs/namespace.c linux-5.6.3-aufs-mod/fs/namespace.c +--- linux-5.6.3-aufs/fs/namespace.c 2020-04-10 12:40:52.194049596 +0300 ++++ linux-5.6.3-aufs-mod/fs/namespace.c 2020-04-10 13:15:44.980742432 +0300 @@ -431,6 +431,7 @@ void __mnt_drop_write(struct vfsmount *m mnt_dec_writers(real_mount(mnt)); preempt_enable(); @@ -127,9 +126,9 @@ diff -Nurp linux-5.4-aufs/fs/namespace.c linux-5.4-aufs-mod/fs/namespace.c static void lock_mnt_tree(struct mount *mnt) { -diff -Nurp linux-5.4-aufs/fs/notify/group.c linux-5.4-aufs-mod/fs/notify/group.c ---- linux-5.4-aufs/fs/notify/group.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/fs/notify/group.c 2019-11-28 01:38:40.590895253 +0200 +diff -Nurp linux-5.6.3-aufs/fs/notify/group.c linux-5.6.3-aufs-mod/fs/notify/group.c +--- linux-5.6.3-aufs/fs/notify/group.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs-mod/fs/notify/group.c 2020-04-10 13:15:44.980742432 +0300 @@ -99,6 +99,7 @@ void fsnotify_get_group(struct fsnotify_ { refcount_inc(&group->refcnt); @@ -138,9 +137,9 @@ diff -Nurp linux-5.4-aufs/fs/notify/group.c linux-5.4-aufs-mod/fs/notify/group.c /* * Drop a reference to a group. Free it if it's through. -diff -Nurp linux-5.4-aufs/fs/open.c linux-5.4-aufs-mod/fs/open.c ---- linux-5.4-aufs/fs/open.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/fs/open.c 2019-11-28 01:38:48.762894928 +0200 +diff -Nurp linux-5.6.3-aufs/fs/open.c linux-5.6.3-aufs-mod/fs/open.c +--- linux-5.6.3-aufs/fs/open.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs-mod/fs/open.c 2020-04-10 13:15:44.980742432 +0300 @@ -65,6 +65,7 @@ int do_truncate(struct dentry *dentry, l inode_unlock(dentry->d_inode); return ret; @@ -149,9 +148,9 @@ diff -Nurp linux-5.4-aufs/fs/open.c linux-5.4-aufs-mod/fs/open.c long vfs_truncate(const struct path *path, loff_t length) { -diff -Nurp linux-5.4-aufs/fs/read_write.c linux-5.4-aufs-mod/fs/read_write.c ---- linux-5.4-aufs/fs/read_write.c 2019-11-28 01:25:59.070925617 +0200 -+++ linux-5.4-aufs-mod/fs/read_write.c 2019-11-28 01:38:48.780894927 +0200 +diff -Nurp linux-5.6.3-aufs/fs/read_write.c linux-5.6.3-aufs-mod/fs/read_write.c +--- linux-5.6.3-aufs/fs/read_write.c 2020-04-10 12:40:52.194049596 +0300 ++++ linux-5.6.3-aufs-mod/fs/read_write.c 2020-04-10 13:15:44.981742479 +0300 @@ -468,6 +468,7 @@ ssize_t vfs_read(struct file *file, char return ret; @@ -162,7 +161,7 @@ diff -Nurp linux-5.4-aufs/fs/read_write.c linux-5.4-aufs-mod/fs/read_write.c { @@ -508,6 +509,7 @@ vfs_readf_t vfs_readf(struct file *file) return new_sync_read; - return ERR_PTR(-ENOSYS); + return ERR_PTR(-ENOSYS); /* doesn't have ->read(|_iter)() op */ } +EXPORT_SYMBOL_GPL(vfs_readf); @@ -170,7 +169,7 @@ diff -Nurp linux-5.4-aufs/fs/read_write.c linux-5.4-aufs-mod/fs/read_write.c { @@ -519,6 +521,7 @@ vfs_writef_t vfs_writef(struct file *fil return new_sync_write; - return ERR_PTR(-ENOSYS); + return ERR_PTR(-ENOSYS); /* doesn't have ->write(|_iter)() op */ } +EXPORT_SYMBOL_GPL(vfs_writef); @@ -184,10 +183,10 @@ diff -Nurp linux-5.4-aufs/fs/read_write.c linux-5.4-aufs-mod/fs/read_write.c /* file_ppos returns &file->f_pos or NULL if file is stream */ static inline loff_t *file_ppos(struct file *file) -diff -Nurp linux-5.4-aufs/fs/splice.c linux-5.4-aufs-mod/fs/splice.c ---- linux-5.4-aufs/fs/splice.c 2019-11-28 01:25:59.071925617 +0200 -+++ linux-5.4-aufs-mod/fs/splice.c 2019-11-28 01:38:48.780894927 +0200 -@@ -847,6 +847,7 @@ long do_splice_from(struct pipe_inode_in +diff -Nurp linux-5.6.3-aufs/fs/splice.c linux-5.6.3-aufs-mod/fs/splice.c +--- linux-5.6.3-aufs/fs/splice.c 2020-04-10 12:40:52.194049596 +0300 ++++ linux-5.6.3-aufs-mod/fs/splice.c 2020-04-10 13:15:44.981742479 +0300 +@@ -862,6 +862,7 @@ long do_splice_from(struct pipe_inode_in return splice_write(pipe, out, ppos, len, flags); } @@ -195,7 +194,7 @@ diff -Nurp linux-5.4-aufs/fs/splice.c linux-5.4-aufs-mod/fs/splice.c /* * Attempt to initiate a splice from a file to a pipe. -@@ -876,6 +877,7 @@ long do_splice_to(struct file *in, loff_ +@@ -891,6 +892,7 @@ long do_splice_to(struct file *in, loff_ return splice_read(in, ppos, pipe, len, flags); } @@ -203,9 +202,9 @@ diff -Nurp linux-5.4-aufs/fs/splice.c linux-5.4-aufs-mod/fs/splice.c /** * splice_direct_to_actor - splices data directly between two non-pipes -diff -Nurp linux-5.4-aufs/fs/sync.c linux-5.4-aufs-mod/fs/sync.c ---- linux-5.4-aufs/fs/sync.c 2019-11-28 01:25:59.071925617 +0200 -+++ linux-5.4-aufs-mod/fs/sync.c 2019-11-28 01:38:48.780894927 +0200 +diff -Nurp linux-5.6.3-aufs/fs/sync.c linux-5.6.3-aufs-mod/fs/sync.c +--- linux-5.6.3-aufs/fs/sync.c 2020-04-10 12:40:52.194049596 +0300 ++++ linux-5.6.3-aufs-mod/fs/sync.c 2020-04-10 13:15:44.981742479 +0300 @@ -39,6 +39,7 @@ int __sync_filesystem(struct super_block sb->s_op->sync_fs(sb, wait); return __sync_blockdev(sb->s_bdev, wait); @@ -214,9 +213,9 @@ diff -Nurp linux-5.4-aufs/fs/sync.c linux-5.4-aufs-mod/fs/sync.c /* * Write out and wait upon all dirty data associated with this -diff -Nurp linux-5.4-aufs/fs/xattr.c linux-5.4-aufs-mod/fs/xattr.c ---- linux-5.4-aufs/fs/xattr.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/fs/xattr.c 2019-11-28 01:38:48.780894927 +0200 +diff -Nurp linux-5.6.3-aufs/fs/xattr.c linux-5.6.3-aufs-mod/fs/xattr.c +--- linux-5.6.3-aufs/fs/xattr.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs-mod/fs/xattr.c 2020-04-10 13:15:44.981742479 +0300 @@ -296,6 +296,7 @@ vfs_getxattr_alloc(struct dentry *dentry *xattr_value = value; return error; @@ -225,9 +224,9 @@ diff -Nurp linux-5.4-aufs/fs/xattr.c linux-5.4-aufs-mod/fs/xattr.c ssize_t __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, -diff -Nurp linux-5.4-aufs/kernel/locking/lockdep.c linux-5.4-aufs-mod/kernel/locking/lockdep.c ---- linux-5.4-aufs/kernel/locking/lockdep.c 2019-11-28 01:25:59.072925617 +0200 -+++ linux-5.4-aufs-mod/kernel/locking/lockdep.c 2019-11-28 01:38:48.780894927 +0200 +diff -Nurp linux-5.6.3-aufs/kernel/locking/lockdep.c linux-5.6.3-aufs-mod/kernel/locking/lockdep.c +--- linux-5.6.3-aufs/kernel/locking/lockdep.c 2020-04-10 12:40:52.195049643 +0300 ++++ linux-5.6.3-aufs-mod/kernel/locking/lockdep.c 2020-04-10 13:15:44.982742525 +0300 @@ -174,6 +174,7 @@ inline struct lock_class *lockdep_hlock_ */ return lock_classes + class_idx; @@ -236,26 +235,18 @@ diff -Nurp linux-5.4-aufs/kernel/locking/lockdep.c linux-5.4-aufs-mod/kernel/loc #define hlock_class(hlock) lockdep_hlock_class(hlock) #ifdef CONFIG_LOCK_STAT -diff -Nurp linux-5.4-aufs/kernel/task_work.c linux-5.4-aufs-mod/kernel/task_work.c ---- linux-5.4-aufs/kernel/task_work.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/kernel/task_work.c 2019-11-28 01:38:48.786894927 +0200 +diff -Nurp linux-5.6.3-aufs/kernel/task_work.c linux-5.6.3-aufs-mod/kernel/task_work.c +--- linux-5.6.3-aufs/kernel/task_work.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs-mod/kernel/task_work.c 2020-04-10 13:15:44.982742525 +0300 @@ -116,3 +116,4 @@ void task_work_run(void) } while (work); } } +EXPORT_SYMBOL_GPL(task_work_run); -diff -Nurp linux-5.4-aufs/security/device_cgroup.c linux-5.4-aufs-mod/security/device_cgroup.c ---- linux-5.4-aufs/security/device_cgroup.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/security/device_cgroup.c 2019-11-28 01:38:48.790894927 +0200 -@@ -824,3 +824,4 @@ int __devcgroup_check_permission(short t - - return 0; - } -+EXPORT_SYMBOL_GPL(__devcgroup_check_permission); -diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/security.c ---- linux-5.4-aufs/security/security.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs-mod/security/security.c 2019-11-28 01:38:48.794894926 +0200 -@@ -1036,6 +1036,7 @@ int security_path_rmdir(const struct pat +diff -Nurp linux-5.6.3-aufs/security/security.c linux-5.6.3-aufs-mod/security/security.c +--- linux-5.6.3-aufs/security/security.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs-mod/security/security.c 2020-04-10 13:15:44.982742525 +0300 +@@ -1068,6 +1068,7 @@ int security_path_rmdir(const struct pat return 0; return call_int_hook(path_rmdir, 0, dir, dentry); } @@ -263,7 +254,7 @@ diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/securi int security_path_unlink(const struct path *dir, struct dentry *dentry) { -@@ -1052,6 +1053,7 @@ int security_path_symlink(const struct p +@@ -1084,6 +1085,7 @@ int security_path_symlink(const struct p return 0; return call_int_hook(path_symlink, 0, dir, dentry, old_name); } @@ -271,7 +262,7 @@ diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/securi int security_path_link(struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry) -@@ -1060,6 +1062,7 @@ int security_path_link(struct dentry *ol +@@ -1092,6 +1094,7 @@ int security_path_link(struct dentry *ol return 0; return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); } @@ -279,7 +270,7 @@ diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/securi int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry, -@@ -1087,6 +1090,7 @@ int security_path_truncate(const struct +@@ -1119,6 +1122,7 @@ int security_path_truncate(const struct return 0; return call_int_hook(path_truncate, 0, path); } @@ -287,7 +278,7 @@ diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/securi int security_path_chmod(const struct path *path, umode_t mode) { -@@ -1094,6 +1098,7 @@ int security_path_chmod(const struct pat +@@ -1126,6 +1130,7 @@ int security_path_chmod(const struct pat return 0; return call_int_hook(path_chmod, 0, path, mode); } @@ -295,7 +286,7 @@ diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/securi int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid) { -@@ -1101,6 +1106,7 @@ int security_path_chown(const struct pat +@@ -1133,6 +1138,7 @@ int security_path_chown(const struct pat return 0; return call_int_hook(path_chown, 0, path, uid, gid); } @@ -303,7 +294,7 @@ diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/securi int security_path_chroot(const struct path *path) { -@@ -1201,6 +1207,7 @@ int security_inode_permission(struct ino +@@ -1233,6 +1239,7 @@ int security_inode_permission(struct ino return 0; return call_int_hook(inode_permission, 0, inode, mask); } @@ -311,7 +302,7 @@ diff -Nurp linux-5.4-aufs/security/security.c linux-5.4-aufs-mod/security/securi int security_inode_setattr(struct dentry *dentry, struct iattr *attr) { -@@ -1378,6 +1385,7 @@ int security_file_permission(struct file +@@ -1410,6 +1417,7 @@ int security_file_permission(struct file return fsnotify_perm(file, mask); } diff --git a/kernel/tools/perf/files/patches/mageia/fs-aufs-5.4.patch b/kernel/tools/perf/files/patches/mageia/fs-aufs-5.6.patch similarity index 96% rename from kernel/tools/perf/files/patches/mageia/fs-aufs-5.4.patch rename to kernel/tools/perf/files/patches/mageia/fs-aufs-5.6.patch index 0f717dbf39..52c8cfbb71 100644 --- a/kernel/tools/perf/files/patches/mageia/fs-aufs-5.4.patch +++ b/kernel/tools/perf/files/patches/mageia/fs-aufs-5.6.patch @@ -1,7 +1,7 @@ Documentation/ABI/testing/debugfs-aufs | 55 Documentation/ABI/testing/sysfs-aufs | 31 - Documentation/filesystems/aufs/README | 399 +++ + Documentation/filesystems/aufs/README | 401 +++ Documentation/filesystems/aufs/design/01intro.txt | 158 + Documentation/filesystems/aufs/design/02struct.txt | 245 ++ Documentation/filesystems/aufs/design/03atomic_open.txt | 72 @@ -52,8 +52,8 @@ fs/aufs/hbl.h | 52 fs/aufs/hfsnotify.c | 275 ++ fs/aufs/hfsplus.c | 47 - fs/aufs/hnotify.c | 708 +++++ - fs/aufs/i_op.c | 1492 ++++++++++++ + fs/aufs/hnotify.c | 702 +++++ + fs/aufs/i_op.c | 1485 ++++++++++++ fs/aufs/i_op_add.c | 923 +++++++ fs/aufs/i_op_del.c | 500 ++++ fs/aufs/i_op_ren.c | 1237 ++++++++++ @@ -82,14 +82,14 @@ fs/aufs/sysaufs.c | 80 fs/aufs/sysaufs.h | 89 fs/aufs/sysfs.c | 338 ++ - fs/aufs/sysrq.c | 147 + + fs/aufs/sysrq.c | 136 + fs/aufs/vdir.c | 883 +++++++ fs/aufs/vfsub.c | 889 +++++++ fs/aufs/vfsub.h | 341 ++ fs/aufs/wbr_policy.c | 817 ++++++ fs/aufs/whout.c | 1049 ++++++++ fs/aufs/whout.h | 73 - fs/aufs/wkq.c | 379 +++ + fs/aufs/wkq.c | 359 ++ fs/aufs/wkq.h | 76 fs/aufs/xattr.c | 343 ++ fs/aufs/xino.c | 1952 ++++++++++++++++ @@ -118,11 +118,11 @@ mm/mmap.c | 33 mm/nommu.c | 10 mm/prfile.c | 86 - 119 files changed, 36936 insertions(+), 31 deletions(-) + 119 files changed, 36894 insertions(+), 31 deletions(-) -diff -Nurp linux-5.4/Documentation/ABI/testing/debugfs-aufs linux-5.4-aufs/Documentation/ABI/testing/debugfs-aufs ---- linux-5.4/Documentation/ABI/testing/debugfs-aufs 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/ABI/testing/debugfs-aufs 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/ABI/testing/debugfs-aufs linux-5.6.3-aufs/Documentation/ABI/testing/debugfs-aufs +--- linux-5.6.3/Documentation/ABI/testing/debugfs-aufs 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/ABI/testing/debugfs-aufs 2020-04-10 12:40:52.184049128 +0300 @@ -0,0 +1,55 @@ +What: /debug/aufs/si_/ +Date: March 2009 @@ -179,9 +179,9 @@ diff -Nurp linux-5.4/Documentation/ABI/testing/debugfs-aufs linux-5.4-aufs/Docum + be created. + When the aufs mount option 'noxino' is specified, it + will be empty. About XINO files, see the aufs manual. -diff -Nurp linux-5.4/Documentation/ABI/testing/sysfs-aufs linux-5.4-aufs/Documentation/ABI/testing/sysfs-aufs ---- linux-5.4/Documentation/ABI/testing/sysfs-aufs 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/ABI/testing/sysfs-aufs 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/ABI/testing/sysfs-aufs linux-5.6.3-aufs/Documentation/ABI/testing/sysfs-aufs +--- linux-5.6.3/Documentation/ABI/testing/sysfs-aufs 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/ABI/testing/sysfs-aufs 2020-04-10 12:40:52.184049128 +0300 @@ -0,0 +1,31 @@ +What: /sys/fs/aufs/si_/ +Date: March 2009 @@ -214,12 +214,12 @@ diff -Nurp linux-5.4/Documentation/ABI/testing/sysfs-aufs linux-5.4-aufs/Documen + even if it is the default path. + When the aufs mount option 'noxino' is specified, it + will be empty. About XINO files, see the aufs manual. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/01intro.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/01intro.txt ---- linux-5.4/Documentation/filesystems/aufs/design/01intro.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/01intro.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/01intro.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/01intro.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/01intro.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/01intro.txt 2020-04-10 12:40:52.184049128 +0300 @@ -0,0 +1,158 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +Introduction +---------------------------------------- @@ -376,12 +376,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/01intro.txt linux-5.4 +Some people may think it is better to pass such work to user space +helper, instead of doing in kernel space. Actually I am still thinking +about it. But currently I have implemented it in kernel space. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/02struct.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/02struct.txt ---- linux-5.4/Documentation/filesystems/aufs/design/02struct.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/02struct.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/02struct.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/02struct.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/02struct.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/02struct.txt 2020-04-10 12:40:52.184049128 +0300 @@ -0,0 +1,245 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +Basic Aufs Internal Structure + @@ -625,12 +625,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/02struct.txt linux-5. +- etc. + +For this purpose, use "aumvdown" command in aufs-util.git. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/03atomic_open.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/03atomic_open.txt ---- linux-5.4/Documentation/filesystems/aufs/design/03atomic_open.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/03atomic_open.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/03atomic_open.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/03atomic_open.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/03atomic_open.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/03atomic_open.txt 2020-04-10 12:40:52.184049128 +0300 @@ -0,0 +1,72 @@ + -+# Copyright (C) 2015-2019 Junjiro R. Okajima ++# Copyright (C) 2015-2020 Junjiro R. Okajima + +Support for a branch who has its ->atomic_open() +---------------------------------------------------------------------- @@ -701,12 +701,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/03atomic_open.txt lin + ->atomic_open() are lost. in the ordinary case, the checks are + done by VFS:do_last(), lookup_open() and atomic_open(). some can + be implemented in aufs, but not all I am afraid. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/03lookup.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/03lookup.txt ---- linux-5.4/Documentation/filesystems/aufs/design/03lookup.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/03lookup.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/03lookup.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/03lookup.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/03lookup.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/03lookup.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,100 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +Lookup in a Branch +---------------------------------------------------------------------- @@ -805,12 +805,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/03lookup.txt linux-5. + test, and skip the revalidation in step 4. It is useful and improves + aufs performance when system surely hide the aufs branches from user, + by over-mounting something (or another method). -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/04branch.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/04branch.txt ---- linux-5.4/Documentation/filesystems/aufs/design/04branch.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/04branch.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/04branch.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/04branch.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/04branch.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/04branch.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,61 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +Branch Manipulation + @@ -870,12 +870,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/04branch.txt linux-5. + - a file on the branch is mmap-ed. + - a regular file on the branch is opened for write and there is no + same named entry on the upper branch. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/05wbr_policy.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/05wbr_policy.txt ---- linux-5.4/Documentation/filesystems/aufs/design/05wbr_policy.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/05wbr_policy.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/05wbr_policy.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/05wbr_policy.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/05wbr_policy.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/05wbr_policy.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,51 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +Policies to Select One among Multiple Writable Branches +---------------------------------------------------------------------- @@ -925,9 +925,9 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/05wbr_policy.txt linu + where the source and the target exists and selects the higher + one. If the selected branch is readonly, then aufs follows the + copyup policy. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06dirren.dot linux-5.4-aufs/Documentation/filesystems/aufs/design/06dirren.dot ---- linux-5.4/Documentation/filesystems/aufs/design/06dirren.dot 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/06dirren.dot 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/06dirren.dot linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06dirren.dot +--- linux-5.6.3/Documentation/filesystems/aufs/design/06dirren.dot 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06dirren.dot 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,31 @@ + +// to view this graph, run dot(1) command in GRAPHVIZ. @@ -960,12 +960,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06dirren.dot linux-5. + +aufs_lookup -> whinfo [label="load/remove"]; +} -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06dirren.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/06dirren.txt ---- linux-5.4/Documentation/filesystems/aufs/design/06dirren.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/06dirren.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/06dirren.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06dirren.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/06dirren.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06dirren.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,89 @@ + -+# Copyright (C) 2017-2019 Junjiro R. Okajima ++# Copyright (C) 2017-2020 Junjiro R. Okajima + +Special handling for renaming a directory (DIRREN) +---------------------------------------------------------------------- @@ -1053,12 +1053,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06dirren.txt linux-5. +contains two names, before- and after-rename, the name comparision in +UDBA handler may not work correctly. In this case, the behaviour will be +equivalen to udba=reval case. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06fhsm.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/06fhsm.txt ---- linux-5.4/Documentation/filesystems/aufs/design/06fhsm.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/06fhsm.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/06fhsm.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06fhsm.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/06fhsm.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06fhsm.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,105 @@ + -+# Copyright (C) 2011-2019 Junjiro R. Okajima ++# Copyright (C) 2011-2020 Junjiro R. Okajima + +File-based Hierarchical Storage Management (FHSM) +---------------------------------------------------------------------- @@ -1162,12 +1162,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06fhsm.txt linux-5.4- + +And of course, in every step, an error may happen. So the operation +should restore the original file state after an error happens. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06mmap.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/06mmap.txt ---- linux-5.4/Documentation/filesystems/aufs/design/06mmap.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/06mmap.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/06mmap.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06mmap.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/06mmap.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06mmap.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,59 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +mmap(2) -- File Memory Mapping +---------------------------------------------------------------------- @@ -1225,12 +1225,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06mmap.txt linux-5.4- + equivalent to vm_prfile described above. + +I have to give up this "looks-smater" approach. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06xattr.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/06xattr.txt ---- linux-5.4/Documentation/filesystems/aufs/design/06xattr.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/06xattr.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/06xattr.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06xattr.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/06xattr.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/06xattr.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,81 @@ + -+# Copyright (C) 2014-2019 Junjiro R. Okajima ++# Copyright (C) 2014-2020 Junjiro R. Okajima + +Listing XATTR/EA and getting the value +---------------------------------------------------------------------- @@ -1310,12 +1310,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/06xattr.txt linux-5.4 +Some contradiction may happen I am afraid. +Do we need another attribute to stop copying XATTR? I am unsure. For +now, aufs implements the branch attributes to ignore the error. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/07export.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/07export.txt ---- linux-5.4/Documentation/filesystems/aufs/design/07export.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/07export.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/07export.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/07export.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/07export.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/07export.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,45 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +Export Aufs via NFS +---------------------------------------------------------------------- @@ -1359,12 +1359,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/07export.txt linux-5. + convert it into ESTALE for NFSD. +- readdir(): call lockdep_on/off() because filldir in NFSD calls + lookup_one_len(), vfs_getattr(), encode_fh() and others. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/08shwh.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/08shwh.txt ---- linux-5.4/Documentation/filesystems/aufs/design/08shwh.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/08shwh.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/08shwh.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/08shwh.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/08shwh.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/08shwh.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,39 @@ + -+# Copyright (C) 2005-2019 Junjiro R. Okajima ++# Copyright (C) 2005-2020 Junjiro R. Okajima + +Show Whiteout Mode (shwh) +---------------------------------------------------------------------- @@ -1402,12 +1402,12 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/08shwh.txt linux-5.4- + +This new squashfs archive can be stored on the boot device and the +initramfs will use it to replace the old one at the next boot. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/10dynop.txt linux-5.4-aufs/Documentation/filesystems/aufs/design/10dynop.txt ---- linux-5.4/Documentation/filesystems/aufs/design/10dynop.txt 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/design/10dynop.txt 2019-11-28 01:25:59.060925618 +0200 +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/design/10dynop.txt linux-5.6.3-aufs/Documentation/filesystems/aufs/design/10dynop.txt +--- linux-5.6.3/Documentation/filesystems/aufs/design/10dynop.txt 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/design/10dynop.txt 2020-04-10 12:40:52.185049175 +0300 @@ -0,0 +1,34 @@ + -+# Copyright (C) 2010-2019 Junjiro R. Okajima ++# Copyright (C) 2010-2020 Junjiro R. Okajima + +Dynamically customizable FS operations +---------------------------------------------------------------------- @@ -1440,10 +1440,10 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/design/10dynop.txt linux-5.4 +XIP (DAX) mainly. +Currently this approach is applied to address_space_operations for +regular files only. -diff -Nurp linux-5.4/Documentation/filesystems/aufs/README linux-5.4-aufs/Documentation/filesystems/aufs/README ---- linux-5.4/Documentation/filesystems/aufs/README 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/Documentation/filesystems/aufs/README 2019-11-28 01:25:59.060925618 +0200 -@@ -0,0 +1,399 @@ +diff -Nurp linux-5.6.3/Documentation/filesystems/aufs/README linux-5.6.3-aufs/Documentation/filesystems/aufs/README +--- linux-5.6.3/Documentation/filesystems/aufs/README 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/Documentation/filesystems/aufs/README 2020-04-10 12:40:52.184049128 +0300 +@@ -0,0 +1,401 @@ + +Aufs5 -- advanced multi layered unification filesystem version 5.x +http://aufs.sf.net @@ -1718,7 +1718,8 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/README linux-5.4-aufs/Docume + the internal locks for LOCKDEP is necessary. LOCKDEP is a debugging + feature of linux kernel. If you enable CONFIG_LOCKDEP, then you will + need to apply this debug patch to expand several constant values. -+ If don't know what LOCKDEP is, then you don't have apply this patch. ++ If you don't know what LOCKDEP is, then you don't have apply this ++ patch. + + +4. Usage @@ -1768,6 +1769,7 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/README linux-5.4-aufs/Docume + system, instead of the date you downloaded. +- configuration (define/undefine CONFIG_AUFS_xxx) +- kernel configuration or /proc/config.gz (if you have it) ++- LSM (linux security module, if you are using) +- behaviour which you think to be incorrect +- actual operation, reproducible one is better +- mailto: aufs-users at lists.sourceforge.net @@ -1843,10 +1845,10 @@ diff -Nurp linux-5.4/Documentation/filesystems/aufs/README linux-5.4-aufs/Docume +# Local variables: ; +# mode: text; +# End: ; -diff -Nurp linux-5.4/drivers/block/loop.c linux-5.4-aufs/drivers/block/loop.c ---- linux-5.4/drivers/block/loop.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/drivers/block/loop.c 2019-11-28 01:25:59.062925618 +0200 -@@ -738,6 +738,24 @@ out_err: +diff -Nurp linux-5.6.3/drivers/block/loop.c linux-5.6.3-aufs/drivers/block/loop.c +--- linux-5.6.3/drivers/block/loop.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/drivers/block/loop.c 2020-04-10 12:40:52.187049268 +0300 +@@ -750,6 +750,24 @@ out_err: return error; } @@ -1871,13 +1873,13 @@ diff -Nurp linux-5.4/drivers/block/loop.c linux-5.4-aufs/drivers/block/loop.c /* loop sysfs attributes */ static ssize_t loop_attr_show(struct device *dev, char *page, -diff -Nurp linux-5.4/fs/aufs/aufs.h linux-5.4-aufs/fs/aufs/aufs.h ---- linux-5.4/fs/aufs/aufs.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/aufs.h 2019-11-28 01:25:59.062925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/aufs.h linux-5.6.3-aufs/fs/aufs/aufs.h +--- linux-5.6.3/fs/aufs/aufs.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/aufs.h 2020-04-10 12:40:52.187049268 +0300 @@ -0,0 +1,49 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -1924,13 +1926,13 @@ diff -Nurp linux-5.4/fs/aufs/aufs.h linux-5.4-aufs/fs/aufs/aufs.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_H__ */ -diff -Nurp linux-5.4/fs/aufs/branch.c linux-5.4-aufs/fs/aufs/branch.c ---- linux-5.4/fs/aufs/branch.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/branch.c 2019-11-28 01:25:59.062925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/branch.c linux-5.6.3-aufs/fs/aufs/branch.c +--- linux-5.6.3/fs/aufs/branch.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/branch.c 2020-04-10 12:40:52.188049315 +0300 @@ -0,0 +1,1415 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -3343,13 +3345,13 @@ diff -Nurp linux-5.4/fs/aufs/branch.c linux-5.4-aufs/fs/aufs/branch.c + + return err; +} -diff -Nurp linux-5.4/fs/aufs/branch.h linux-5.4-aufs/fs/aufs/branch.h ---- linux-5.4/fs/aufs/branch.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/branch.h 2019-11-28 01:25:59.062925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/branch.h linux-5.6.3-aufs/fs/aufs/branch.h +--- linux-5.6.3/fs/aufs/branch.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/branch.h 2020-04-10 12:40:52.188049315 +0300 @@ -0,0 +1,353 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -3700,13 +3702,13 @@ diff -Nurp linux-5.4/fs/aufs/branch.h linux-5.4-aufs/fs/aufs/branch.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_BRANCH_H__ */ -diff -Nurp linux-5.4/fs/aufs/cpup.c linux-5.4-aufs/fs/aufs/cpup.c ---- linux-5.4/fs/aufs/cpup.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/cpup.c 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/cpup.c linux-5.6.3-aufs/fs/aufs/cpup.c +--- linux-5.6.3/fs/aufs/cpup.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/cpup.c 2020-04-10 12:40:52.188049315 +0300 @@ -0,0 +1,1445 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -5149,13 +5151,13 @@ diff -Nurp linux-5.4/fs/aufs/cpup.c linux-5.4-aufs/fs/aufs/cpup.c + dput(parent); + return err; +} -diff -Nurp linux-5.4/fs/aufs/cpup.h linux-5.4-aufs/fs/aufs/cpup.h ---- linux-5.4/fs/aufs/cpup.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/cpup.h 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/cpup.h linux-5.6.3-aufs/fs/aufs/cpup.h +--- linux-5.6.3/fs/aufs/cpup.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/cpup.h 2020-04-10 12:40:52.188049315 +0300 @@ -0,0 +1,87 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -5240,13 +5242,13 @@ diff -Nurp linux-5.4/fs/aufs/cpup.h linux-5.4-aufs/fs/aufs/cpup.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_CPUP_H__ */ -diff -Nurp linux-5.4/fs/aufs/dbgaufs.c linux-5.4-aufs/fs/aufs/dbgaufs.c ---- linux-5.4/fs/aufs/dbgaufs.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dbgaufs.c 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dbgaufs.c linux-5.6.3-aufs/fs/aufs/dbgaufs.c +--- linux-5.6.3/fs/aufs/dbgaufs.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dbgaufs.c 2020-04-10 12:40:52.188049315 +0300 @@ -0,0 +1,513 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -5757,13 +5759,13 @@ diff -Nurp linux-5.4/fs/aufs/dbgaufs.c linux-5.4-aufs/fs/aufs/dbgaufs.c + err = 0; + return err; +} -diff -Nurp linux-5.4/fs/aufs/dbgaufs.h linux-5.4-aufs/fs/aufs/dbgaufs.h ---- linux-5.4/fs/aufs/dbgaufs.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dbgaufs.h 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dbgaufs.h linux-5.6.3-aufs/fs/aufs/dbgaufs.h +--- linux-5.6.3/fs/aufs/dbgaufs.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dbgaufs.h 2020-04-10 12:40:52.188049315 +0300 @@ -0,0 +1,40 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -5801,13 +5803,13 @@ diff -Nurp linux-5.4/fs/aufs/dbgaufs.h linux-5.4-aufs/fs/aufs/dbgaufs.h + +#endif /* __KERNEL__ */ +#endif /* __DBGAUFS_H__ */ -diff -Nurp linux-5.4/fs/aufs/dcsub.c linux-5.4-aufs/fs/aufs/dcsub.c ---- linux-5.4/fs/aufs/dcsub.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dcsub.c 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dcsub.c linux-5.6.3-aufs/fs/aufs/dcsub.c +--- linux-5.6.3/fs/aufs/dcsub.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dcsub.c 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,212 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -6017,13 +6019,13 @@ diff -Nurp linux-5.4/fs/aufs/dcsub.c linux-5.4-aufs/fs/aufs/dcsub.c + + return path_is_under(path + 0, path + 1); +} -diff -Nurp linux-5.4/fs/aufs/dcsub.h linux-5.4-aufs/fs/aufs/dcsub.h ---- linux-5.4/fs/aufs/dcsub.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dcsub.h 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dcsub.h linux-5.6.3-aufs/fs/aufs/dcsub.h +--- linux-5.6.3/fs/aufs/dcsub.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dcsub.h 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,124 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -6145,13 +6147,13 @@ diff -Nurp linux-5.4/fs/aufs/dcsub.h linux-5.4-aufs/fs/aufs/dcsub.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DCSUB_H__ */ -diff -Nurp linux-5.4/fs/aufs/debug.c linux-5.4-aufs/fs/aufs/debug.c ---- linux-5.4/fs/aufs/debug.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/debug.c 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/debug.c linux-5.6.3-aufs/fs/aufs/debug.c +--- linux-5.6.3/fs/aufs/debug.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/debug.c 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,428 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -6577,13 +6579,13 @@ diff -Nurp linux-5.4/fs/aufs/debug.c linux-5.4-aufs/fs/aufs/debug.c + + return 0; +} -diff -Nurp linux-5.4/fs/aufs/debug.h linux-5.4-aufs/fs/aufs/debug.h ---- linux-5.4/fs/aufs/debug.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/debug.h 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/debug.h linux-5.6.3-aufs/fs/aufs/debug.h +--- linux-5.6.3/fs/aufs/debug.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/debug.h 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,213 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -6794,13 +6796,13 @@ diff -Nurp linux-5.4/fs/aufs/debug.h linux-5.4-aufs/fs/aufs/debug.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DEBUG_H__ */ -diff -Nurp linux-5.4/fs/aufs/dentry.c linux-5.4-aufs/fs/aufs/dentry.c ---- linux-5.4/fs/aufs/dentry.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dentry.c 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dentry.c linux-5.6.3-aufs/fs/aufs/dentry.c +--- linux-5.6.3/fs/aufs/dentry.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dentry.c 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,1141 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -7939,13 +7941,13 @@ diff -Nurp linux-5.4/fs/aufs/dentry.c linux-5.4-aufs/fs/aufs/dentry.c +const struct dentry_operations aufs_dop_noreval = { + .d_release = aufs_d_release +}; -diff -Nurp linux-5.4/fs/aufs/dentry.h linux-5.4-aufs/fs/aufs/dentry.h ---- linux-5.4/fs/aufs/dentry.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dentry.h 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dentry.h linux-5.6.3-aufs/fs/aufs/dentry.h +--- linux-5.6.3/fs/aufs/dentry.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dentry.h 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,255 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -8198,13 +8200,13 @@ diff -Nurp linux-5.4/fs/aufs/dentry.h linux-5.4-aufs/fs/aufs/dentry.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DENTRY_H__ */ -diff -Nurp linux-5.4/fs/aufs/dinfo.c linux-5.4-aufs/fs/aufs/dinfo.c ---- linux-5.4/fs/aufs/dinfo.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dinfo.c 2019-11-28 01:25:59.063925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dinfo.c linux-5.6.3-aufs/fs/aufs/dinfo.c +--- linux-5.6.3/fs/aufs/dinfo.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dinfo.c 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,541 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -8743,13 +8745,13 @@ diff -Nurp linux-5.4/fs/aufs/dinfo.c linux-5.4-aufs/fs/aufs/dinfo.c + return bindex; + return -1; +} -diff -Nurp linux-5.4/fs/aufs/dir.c linux-5.4-aufs/fs/aufs/dir.c ---- linux-5.4/fs/aufs/dir.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dir.c 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dir.c linux-5.6.3-aufs/fs/aufs/dir.c +--- linux-5.6.3/fs/aufs/dir.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dir.c 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,750 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -9497,13 +9499,13 @@ diff -Nurp linux-5.4/fs/aufs/dir.c linux-5.4-aufs/fs/aufs/dir.c + .flush = aufs_flush_dir, + .fsync = aufs_fsync_dir +}; -diff -Nurp linux-5.4/fs/aufs/dir.h linux-5.4-aufs/fs/aufs/dir.h ---- linux-5.4/fs/aufs/dir.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dir.h 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dir.h linux-5.6.3-aufs/fs/aufs/dir.h +--- linux-5.6.3/fs/aufs/dir.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dir.h 2020-04-10 12:40:52.189049362 +0300 @@ -0,0 +1,121 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -9622,13 +9624,13 @@ diff -Nurp linux-5.4/fs/aufs/dir.h linux-5.4-aufs/fs/aufs/dir.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DIR_H__ */ -diff -Nurp linux-5.4/fs/aufs/dirren.c linux-5.4-aufs/fs/aufs/dirren.c ---- linux-5.4/fs/aufs/dirren.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dirren.c 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dirren.c linux-5.6.3-aufs/fs/aufs/dirren.c +--- linux-5.6.3/fs/aufs/dirren.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dirren.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,1303 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2017-2019 Junjiro R. Okajima ++ * Copyright (C) 2017-2020 Junjiro R. Okajima + */ + +/* @@ -9696,7 +9698,7 @@ diff -Nurp linux-5.4/fs/aufs/dirren.c linux-5.4-aufs/fs/aufs/dirren.c + found = 0; + idx = au_dr_ihash(ino); + hbl = dr->dr_h_ino + idx; -+#if 0 ++#if 0 /* debug print */ + { + struct hlist_bl_node *tmp; + @@ -10830,8 +10832,8 @@ diff -Nurp linux-5.4/fs/aufs/dirren.c linux-5.4-aufs/fs/aufs/dirren.c + err = 0; + if (!lkup->dirren.drinfo) + goto out; -+ AuDebugOn(lkup->dirren.ninfo < btgt + 1); -+ drinfo = lkup->dirren.drinfo[btgt + 1]; ++ AuDebugOn(lkup->dirren.ninfo <= btgt); ++ drinfo = lkup->dirren.drinfo[btgt]; + if (!drinfo) + goto out; + @@ -10860,8 +10862,8 @@ diff -Nurp linux-5.4/fs/aufs/dirren.c linux-5.4-aufs/fs/aufs/dirren.c + match = 1; + if (!lkup->dirren.drinfo) + goto out; -+ AuDebugOn(lkup->dirren.ninfo < bindex + 1); -+ drinfo = lkup->dirren.drinfo[bindex + 1]; ++ AuDebugOn(lkup->dirren.ninfo <= bindex); ++ drinfo = lkup->dirren.drinfo[bindex]; + if (!drinfo) + goto out; + @@ -10929,13 +10931,13 @@ diff -Nurp linux-5.4/fs/aufs/dirren.c linux-5.4-aufs/fs/aufs/dirren.c +out: + return err; +} -diff -Nurp linux-5.4/fs/aufs/dirren.h linux-5.4-aufs/fs/aufs/dirren.h ---- linux-5.4/fs/aufs/dirren.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dirren.h 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dirren.h linux-5.6.3-aufs/fs/aufs/dirren.h +--- linux-5.6.3/fs/aufs/dirren.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dirren.h 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,127 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2017-2019 Junjiro R. Okajima ++ * Copyright (C) 2017-2020 Junjiro R. Okajima + */ + +/* @@ -11060,13 +11062,13 @@ diff -Nurp linux-5.4/fs/aufs/dirren.h linux-5.4-aufs/fs/aufs/dirren.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DIRREN_H__ */ -diff -Nurp linux-5.4/fs/aufs/dynop.c linux-5.4-aufs/fs/aufs/dynop.c ---- linux-5.4/fs/aufs/dynop.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dynop.c 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dynop.c linux-5.6.3-aufs/fs/aufs/dynop.c +--- linux-5.6.3/fs/aufs/dynop.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dynop.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,354 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2010-2019 Junjiro R. Okajima ++ * Copyright (C) 2010-2020 Junjiro R. Okajima + */ + +/* @@ -11418,13 +11420,13 @@ diff -Nurp linux-5.4/fs/aufs/dynop.c linux-5.4-aufs/fs/aufs/dynop.c + for (i = 0; i < AuDyLast; i++) + WARN_ON(!hlist_bl_empty(dynop + i)); +} -diff -Nurp linux-5.4/fs/aufs/dynop.h linux-5.4-aufs/fs/aufs/dynop.h ---- linux-5.4/fs/aufs/dynop.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/dynop.h 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/dynop.h linux-5.6.3-aufs/fs/aufs/dynop.h +--- linux-5.6.3/fs/aufs/dynop.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/dynop.h 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,64 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2010-2019 Junjiro R. Okajima ++ * Copyright (C) 2010-2020 Junjiro R. Okajima + */ + +/* @@ -11486,13 +11488,13 @@ diff -Nurp linux-5.4/fs/aufs/dynop.h linux-5.4-aufs/fs/aufs/dynop.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_DYNOP_H__ */ -diff -Nurp linux-5.4/fs/aufs/export.c linux-5.4-aufs/fs/aufs/export.c ---- linux-5.4/fs/aufs/export.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/export.c 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/export.c linux-5.6.3-aufs/fs/aufs/export.c +--- linux-5.6.3/fs/aufs/export.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/export.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,825 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -12315,13 +12317,13 @@ diff -Nurp linux-5.4/fs/aufs/export.c linux-5.4-aufs/fs/aufs/export.c + BUILD_BUG_ON(sizeof(u) != sizeof(int)); + atomic_set(&sbinfo->si_xigen_next, u); +} -diff -Nurp linux-5.4/fs/aufs/fhsm.c linux-5.4-aufs/fs/aufs/fhsm.c ---- linux-5.4/fs/aufs/fhsm.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/fhsm.c 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/fhsm.c linux-5.6.3-aufs/fs/aufs/fhsm.c +--- linux-5.6.3/fs/aufs/fhsm.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/fhsm.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,413 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2011-2019 Junjiro R. Okajima ++ * Copyright (C) 2011-2020 Junjiro R. Okajima + */ + +/* @@ -12732,13 +12734,13 @@ diff -Nurp linux-5.4/fs/aufs/fhsm.c linux-5.4-aufs/fs/aufs/fhsm.c + if (u != AUFS_FHSM_CACHE_DEF_SEC) + seq_printf(seq, ",fhsm_sec=%u", u); +} -diff -Nurp linux-5.4/fs/aufs/file.c linux-5.4-aufs/fs/aufs/file.c ---- linux-5.4/fs/aufs/file.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/file.c 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/file.c linux-5.6.3-aufs/fs/aufs/file.c +--- linux-5.6.3/fs/aufs/file.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/file.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,850 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -13586,13 +13588,13 @@ diff -Nurp linux-5.4/fs/aufs/file.c linux-5.4-aufs/fs/aufs/file.c + .swap_deactivate = aufs_swap_deactivate +#endif /* CONFIG_AUFS_DEBUG */ +}; -diff -Nurp linux-5.4/fs/aufs/file.h linux-5.4-aufs/fs/aufs/file.h ---- linux-5.4/fs/aufs/file.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/file.h 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/file.h linux-5.6.3-aufs/fs/aufs/file.h +--- linux-5.6.3/fs/aufs/file.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/file.h 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,329 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -13919,13 +13921,13 @@ diff -Nurp linux-5.4/fs/aufs/file.h linux-5.4-aufs/fs/aufs/file.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_FILE_H__ */ -diff -Nurp linux-5.4/fs/aufs/finfo.c linux-5.4-aufs/fs/aufs/finfo.c ---- linux-5.4/fs/aufs/finfo.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/finfo.c 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/finfo.c linux-5.6.3-aufs/fs/aufs/finfo.c +--- linux-5.6.3/fs/aufs/finfo.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/finfo.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,136 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -14059,13 +14061,13 @@ diff -Nurp linux-5.4/fs/aufs/finfo.c linux-5.4-aufs/fs/aufs/finfo.c +out: + return err; +} -diff -Nurp linux-5.4/fs/aufs/f_op.c linux-5.4-aufs/fs/aufs/f_op.c ---- linux-5.4/fs/aufs/f_op.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/f_op.c 2019-11-28 01:25:59.064925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/f_op.c linux-5.6.3-aufs/fs/aufs/f_op.c +--- linux-5.6.3/fs/aufs/f_op.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/f_op.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,806 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -14382,7 +14384,7 @@ diff -Nurp linux-5.4/fs/aufs/f_op.c linux-5.4-aufs/fs/aufs/f_op.c + if (unlikely(err)) + goto out; + -+ err = -ENOSYS; ++ err = -ENOSYS; /* the branch doesn't have its ->(read|write)_iter() */ + iter = NULL; + if (rw == MAY_READ) + iter = h_file->f_op->read_iter; @@ -14826,7 +14828,7 @@ diff -Nurp linux-5.4/fs/aufs/f_op.c linux-5.4-aufs/fs/aufs/f_op.c +/* ---------------------------------------------------------------------- */ + +/* no one supports this operation, currently */ -+#if 0 ++#if 0 /* reserved for future use */ +static ssize_t aufs_sendpage(struct file *file, struct page *page, int offset, + size_t len, loff_t *pos, int more) +{ @@ -14862,20 +14864,20 @@ diff -Nurp linux-5.4/fs/aufs/f_op.c linux-5.4-aufs/fs/aufs/f_op.c + .setfl = aufs_setfl, + .splice_write = aufs_splice_write, + .splice_read = aufs_splice_read, -+#if 0 ++#if 0 /* reserved for future use */ + .aio_splice_write = aufs_aio_splice_write, + .aio_splice_read = aufs_aio_splice_read, +#endif + .fallocate = aufs_fallocate, + .copy_file_range = aufs_copy_file_range +}; -diff -Nurp linux-5.4/fs/aufs/fstype.h linux-5.4-aufs/fs/aufs/fstype.h ---- linux-5.4/fs/aufs/fstype.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/fstype.h 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/fstype.h linux-5.6.3-aufs/fs/aufs/fstype.h +--- linux-5.6.3/fs/aufs/fstype.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/fstype.h 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,388 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -15261,13 +15263,13 @@ diff -Nurp linux-5.4/fs/aufs/fstype.h linux-5.4-aufs/fs/aufs/fstype.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_FSTYPE_H__ */ -diff -Nurp linux-5.4/fs/aufs/hbl.h linux-5.4-aufs/fs/aufs/hbl.h ---- linux-5.4/fs/aufs/hbl.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/hbl.h 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/hbl.h linux-5.6.3-aufs/fs/aufs/hbl.h +--- linux-5.6.3/fs/aufs/hbl.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/hbl.h 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,52 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2017-2019 Junjiro R. Okajima ++ * Copyright (C) 2017-2020 Junjiro R. Okajima + */ + +/* @@ -15317,13 +15319,13 @@ diff -Nurp linux-5.4/fs/aufs/hbl.h linux-5.4-aufs/fs/aufs/hbl.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_HBL_H__ */ -diff -Nurp linux-5.4/fs/aufs/hfsnotify.c linux-5.4-aufs/fs/aufs/hfsnotify.c ---- linux-5.4/fs/aufs/hfsnotify.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/hfsnotify.c 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/hfsnotify.c linux-5.6.3-aufs/fs/aufs/hfsnotify.c +--- linux-5.6.3/fs/aufs/hfsnotify.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/hfsnotify.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,275 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -15596,13 +15598,13 @@ diff -Nurp linux-5.4/fs/aufs/hfsnotify.c linux-5.4-aufs/fs/aufs/hfsnotify.c + .fin_br = au_hfsn_fin_br, + .init_br = au_hfsn_init_br +}; -diff -Nurp linux-5.4/fs/aufs/hfsplus.c linux-5.4-aufs/fs/aufs/hfsplus.c ---- linux-5.4/fs/aufs/hfsplus.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/hfsplus.c 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/hfsplus.c linux-5.6.3-aufs/fs/aufs/hfsplus.c +--- linux-5.6.3/fs/aufs/hfsplus.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/hfsplus.c 2020-04-10 12:40:52.190049409 +0300 @@ -0,0 +1,47 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2010-2019 Junjiro R. Okajima ++ * Copyright (C) 2010-2020 Junjiro R. Okajima + */ + +/* @@ -15647,13 +15649,13 @@ diff -Nurp linux-5.4/fs/aufs/hfsplus.c linux-5.4-aufs/fs/aufs/hfsplus.c + au_lcnt_dec(&br->br_nfiles); + } +} -diff -Nurp linux-5.4/fs/aufs/hnotify.c linux-5.4-aufs/fs/aufs/hnotify.c ---- linux-5.4/fs/aufs/hnotify.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/hnotify.c 2019-11-28 01:25:59.065925618 +0200 -@@ -0,0 +1,708 @@ +diff -Nurp linux-5.6.3/fs/aufs/hnotify.c linux-5.6.3-aufs/fs/aufs/hnotify.c +--- linux-5.6.3/fs/aufs/hnotify.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/hnotify.c 2020-04-10 12:40:52.190049409 +0300 +@@ -0,0 +1,702 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -15822,12 +15824,6 @@ diff -Nurp linux-5.4/fs/aufs/hnotify.c linux-5.4-aufs/fs/aufs/hnotify.c + +out_dpages: + au_dpages_free(&dpages); -+ -+#if 0 -+ /* discard children */ -+ dentry_unhash(dentry); -+ dput(dentry); -+#endif +out: + return err; +} @@ -16359,13 +16355,13 @@ diff -Nurp linux-5.4/fs/aufs/hnotify.c linux-5.4-aufs/fs/aufs/hnotify.c + if (au_cache[AuCache_HNOTIFY]) + au_hn_destroy_cache(); +} -diff -Nurp linux-5.4/fs/aufs/iinfo.c linux-5.4-aufs/fs/aufs/iinfo.c ---- linux-5.4/fs/aufs/iinfo.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/iinfo.c 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/iinfo.c linux-5.6.3-aufs/fs/aufs/iinfo.c +--- linux-5.6.3/fs/aufs/iinfo.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/iinfo.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,273 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -16636,13 +16632,13 @@ diff -Nurp linux-5.4/fs/aufs/iinfo.c linux-5.4-aufs/fs/aufs/iinfo.c + au_kfree_rcu(iinfo->ii_hinode); + AuRwDestroy(&iinfo->ii_rwsem); +} -diff -Nurp linux-5.4/fs/aufs/inode.c linux-5.4-aufs/fs/aufs/inode.c ---- linux-5.4/fs/aufs/inode.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/inode.c 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/inode.c linux-5.6.3-aufs/fs/aufs/inode.c +--- linux-5.6.3/fs/aufs/inode.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/inode.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,516 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -16841,7 +16837,7 @@ diff -Nurp linux-5.4/fs/aufs/inode.c linux-5.4-aufs/fs/aufs/inode.c + struct dentry *h_dentry; + struct inode *h_inode; + struct au_iinfo *iinfo; -+ struct inode_operations *iop; ++ const struct inode_operations *iop; + + IiMustWriteLock(inode); + @@ -17156,13 +17152,13 @@ diff -Nurp linux-5.4/fs/aufs/inode.c linux-5.4-aufs/fs/aufs/inode.c + mask |= MAY_READ; /* force permission check */ + return au_test_h_perm(h_inode, mask); +} -diff -Nurp linux-5.4/fs/aufs/inode.h linux-5.4-aufs/fs/aufs/inode.h ---- linux-5.4/fs/aufs/inode.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/inode.h 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/inode.h linux-5.6.3-aufs/fs/aufs/inode.h +--- linux-5.6.3/fs/aufs/inode.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/inode.h 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,685 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -17306,7 +17302,7 @@ diff -Nurp linux-5.4/fs/aufs/inode.h linux-5.4-aufs/fs/aufs/inode.h + AuIop_OTHER, + AuIop_Last +}; -+extern struct inode_operations aufs_iop[AuIop_Last], ++extern struct inode_operations aufs_iop[AuIop_Last], /* not const */ + aufs_iop_nogetattr[AuIop_Last]; + +/* au_wr_dir flags */ @@ -17845,13 +17841,13 @@ diff -Nurp linux-5.4/fs/aufs/inode.h linux-5.4-aufs/fs/aufs/inode.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_INODE_H__ */ -diff -Nurp linux-5.4/fs/aufs/ioctl.c linux-5.4-aufs/fs/aufs/ioctl.c ---- linux-5.4/fs/aufs/ioctl.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/ioctl.c 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/ioctl.c linux-5.6.3-aufs/fs/aufs/ioctl.c +--- linux-5.6.3/fs/aufs/ioctl.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/ioctl.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,207 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -18056,13 +18052,13 @@ diff -Nurp linux-5.4/fs/aufs/ioctl.c linux-5.4-aufs/fs/aufs/ioctl.c + return aufs_ioctl_nondir(file, cmd, (unsigned long)compat_ptr(arg)); +} +#endif -diff -Nurp linux-5.4/fs/aufs/i_op_add.c linux-5.4-aufs/fs/aufs/i_op_add.c ---- linux-5.4/fs/aufs/i_op_add.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/i_op_add.c 2019-11-28 01:25:59.065925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/i_op_add.c linux-5.6.3-aufs/fs/aufs/i_op_add.c +--- linux-5.6.3/fs/aufs/i_op_add.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/i_op_add.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,923 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -18983,13 +18979,13 @@ diff -Nurp linux-5.4/fs/aufs/i_op_add.c linux-5.4-aufs/fs/aufs/i_op_add.c +out: + return err; +} -diff -Nurp linux-5.4/fs/aufs/i_op.c linux-5.4-aufs/fs/aufs/i_op.c ---- linux-5.4/fs/aufs/i_op.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/i_op.c 2019-11-28 01:25:59.065925618 +0200 -@@ -0,0 +1,1492 @@ +diff -Nurp linux-5.6.3/fs/aufs/i_op.c linux-5.6.3-aufs/fs/aufs/i_op.c +--- linux-5.6.3/fs/aufs/i_op.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/i_op.c 2020-04-10 12:40:52.191049456 +0300 +@@ -0,0 +1,1485 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -19048,19 +19044,6 @@ diff -Nurp linux-5.4/fs/aufs/i_op.c linux-5.4-aufs/fs/aufs/i_op.c + if (!err) + err = security_inode_permission(h_inode, mask); + -+#if 0 -+ if (!err) { -+ /* todo: do we need to call ima_path_check()? */ -+ struct path h_path = { -+ .dentry = -+ .mnt = h_mnt -+ }; -+ err = ima_path_check(&h_path, -+ mask & (MAY_READ | MAY_WRITE | MAY_EXEC), -+ IMA_COUNT_LEAVE); -+ } -+#endif -+ +out: + return err; +} @@ -19082,7 +19065,13 @@ diff -Nurp linux-5.4/fs/aufs/i_op.c linux-5.4-aufs/fs/aufs/i_op.c + sb = inode->i_sb; + si_read_lock(sb, AuLock_FLUSH); + ii_read_lock_child(inode); -+#if 0 ++#if 0 /* reserved for future use */ ++ /* ++ * This test may be rather 'too much' since the test is essentially done ++ * in the aufs_lookup(). Theoretically it is possible that the inode ++ * generation doesn't match to the superblock's here. But it isn't a ++ * big deal I suppose. ++ */ + err = au_iigen_test(inode, au_sigen(sb)); + if (unlikely(err)) + goto out; @@ -19200,7 +19189,7 @@ diff -Nurp linux-5.4/fs/aufs/i_op.c linux-5.4-aufs/fs/aufs/i_op.c + if (inode) + atomic_inc(&inode->i_count); + ret = d_splice_alias(inode, dentry); -+#if 0 ++#if 0 /* reserved for future use */ + if (unlikely(d_need_lookup(dentry))) { + spin_lock(&dentry->d_lock); + dentry->d_flags &= ~DCACHE_NEED_LOOKUP; @@ -19632,7 +19621,7 @@ diff -Nurp linux-5.4/fs/aufs/i_op.c linux-5.4-aufs/fs/aufs/i_op.c +{ + if (p->hdir) { + au_pin_hdir_set_owner(p, p->task); -+ rwsem_release(&p->hdir->hi_inode->i_rwsem.dep_map, 1, _RET_IP_); ++ rwsem_release(&p->hdir->hi_inode->i_rwsem.dep_map, _RET_IP_); + } +} + @@ -20479,13 +20468,13 @@ diff -Nurp linux-5.4/fs/aufs/i_op.c linux-5.4-aufs/fs/aufs/i_op.c + .update_time = aufs_update_time + } +}; -diff -Nurp linux-5.4/fs/aufs/i_op_del.c linux-5.4-aufs/fs/aufs/i_op_del.c ---- linux-5.4/fs/aufs/i_op_del.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/i_op_del.c 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/i_op_del.c linux-5.6.3-aufs/fs/aufs/i_op_del.c +--- linux-5.6.3/fs/aufs/i_op_del.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/i_op_del.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,500 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -20983,13 +20972,13 @@ diff -Nurp linux-5.4/fs/aufs/i_op_del.c linux-5.4-aufs/fs/aufs/i_op_del.c + AuTraceErr(err); + return err; +} -diff -Nurp linux-5.4/fs/aufs/i_op_ren.c linux-5.4-aufs/fs/aufs/i_op_ren.c ---- linux-5.4/fs/aufs/i_op_ren.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/i_op_ren.c 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/i_op_ren.c linux-5.6.3-aufs/fs/aufs/i_op_ren.c +--- linux-5.6.3/fs/aufs/i_op_ren.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/i_op_ren.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,1237 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -21391,7 +21380,7 @@ diff -Nurp linux-5.4/fs/aufs/i_op_ren.c linux-5.4-aufs/fs/aufs/i_op_ren.c + } + + BUG_ON(d_is_positive(a->dst_h_dentry) && a->src_btop != a->btgt); -+#if 0 ++#if 0 /* debugging */ + BUG_ON(!au_ftest_ren(a->auren_flags, DIRREN) + && d_is_positive(a->dst_h_dentry) + && a->src_btop != a->btgt); @@ -22224,9 +22213,9 @@ diff -Nurp linux-5.4/fs/aufs/i_op_ren.c linux-5.4-aufs/fs/aufs/i_op_ren.c + AuTraceErr(err); + return err; +} -diff -Nurp linux-5.4/fs/aufs/Kconfig linux-5.4-aufs/fs/aufs/Kconfig ---- linux-5.4/fs/aufs/Kconfig 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/Kconfig 2019-11-28 01:25:59.062925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/Kconfig linux-5.6.3-aufs/fs/aufs/Kconfig +--- linux-5.6.3/fs/aufs/Kconfig 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/Kconfig 2020-04-10 12:40:52.187049268 +0300 @@ -0,0 +1,199 @@ +# SPDX-License-Identifier: GPL-2.0 +config AUFS_FS @@ -22427,13 +22416,13 @@ diff -Nurp linux-5.4/fs/aufs/Kconfig linux-5.4-aufs/fs/aufs/Kconfig + Automatic configuration for internal use. + When aufs supports Magic SysRq, enabled automatically. +endif -diff -Nurp linux-5.4/fs/aufs/lcnt.h linux-5.4-aufs/fs/aufs/lcnt.h ---- linux-5.4/fs/aufs/lcnt.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/lcnt.h 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/lcnt.h linux-5.6.3-aufs/fs/aufs/lcnt.h +--- linux-5.6.3/fs/aufs/lcnt.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/lcnt.h 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,173 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2018-2019 Junjiro R. Okajima ++ * Copyright (C) 2018-2020 Junjiro R. Okajima + */ + +/* @@ -22604,13 +22593,13 @@ diff -Nurp linux-5.4/fs/aufs/lcnt.h linux-5.4-aufs/fs/aufs/lcnt.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_LCNT_H__ */ -diff -Nurp linux-5.4/fs/aufs/loop.c linux-5.4-aufs/fs/aufs/loop.c ---- linux-5.4/fs/aufs/loop.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/loop.c 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/loop.c linux-5.6.3-aufs/fs/aufs/loop.c +--- linux-5.6.3/fs/aufs/loop.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/loop.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,135 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -22743,13 +22732,13 @@ diff -Nurp linux-5.4/fs/aufs/loop.c linux-5.4-aufs/fs/aufs/loop.c + symbol_put(loop_backing_file); + au_kfree_try_rcu(au_warn_loopback_array); +} -diff -Nurp linux-5.4/fs/aufs/loop.h linux-5.4-aufs/fs/aufs/loop.h ---- linux-5.4/fs/aufs/loop.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/loop.h 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/loop.h linux-5.6.3-aufs/fs/aufs/loop.h +--- linux-5.6.3/fs/aufs/loop.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/loop.h 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,42 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -22789,9 +22778,9 @@ diff -Nurp linux-5.4/fs/aufs/loop.h linux-5.4-aufs/fs/aufs/loop.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_LOOP_H__ */ -diff -Nurp linux-5.4/fs/aufs/magic.mk linux-5.4-aufs/fs/aufs/magic.mk ---- linux-5.4/fs/aufs/magic.mk 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/magic.mk 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/magic.mk linux-5.6.3-aufs/fs/aufs/magic.mk +--- linux-5.6.3/fs/aufs/magic.mk 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/magic.mk 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,31 @@ +# SPDX-License-Identifier: GPL-2.0 + @@ -22824,9 +22813,9 @@ diff -Nurp linux-5.4/fs/aufs/magic.mk linux-5.4-aufs/fs/aufs/magic.mk +ifdef CONFIG_HFSPLUS_FS +ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b +endif -diff -Nurp linux-5.4/fs/aufs/Makefile linux-5.4-aufs/fs/aufs/Makefile ---- linux-5.4/fs/aufs/Makefile 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/Makefile 2019-11-28 01:25:59.062925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/Makefile linux-5.6.3-aufs/fs/aufs/Makefile +--- linux-5.6.3/fs/aufs/Makefile 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/Makefile 2020-04-10 12:40:52.187049268 +0300 @@ -0,0 +1,39 @@ +# SPDX-License-Identifier: GPL-2.0 + @@ -22867,13 +22856,13 @@ diff -Nurp linux-5.4/fs/aufs/Makefile linux-5.4-aufs/fs/aufs/Makefile +aufs-$(CONFIG_AUFS_BR_HFSPLUS) += hfsplus.o +aufs-$(CONFIG_AUFS_DEBUG) += debug.o +aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o -diff -Nurp linux-5.4/fs/aufs/module.c linux-5.4-aufs/fs/aufs/module.c ---- linux-5.4/fs/aufs/module.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/module.c 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/module.c linux-5.6.3-aufs/fs/aufs/module.c +--- linux-5.6.3/fs/aufs/module.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/module.c 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,259 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -23130,13 +23119,13 @@ diff -Nurp linux-5.4/fs/aufs/module.c linux-5.4-aufs/fs/aufs/module.c + +module_init(aufs_init); +module_exit(aufs_exit); -diff -Nurp linux-5.4/fs/aufs/module.h linux-5.4-aufs/fs/aufs/module.h ---- linux-5.4/fs/aufs/module.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/module.h 2019-11-28 01:25:59.066925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/module.h linux-5.6.3-aufs/fs/aufs/module.h +--- linux-5.6.3/fs/aufs/module.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/module.h 2020-04-10 12:40:52.191049456 +0300 @@ -0,0 +1,153 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -23287,13 +23276,13 @@ diff -Nurp linux-5.4/fs/aufs/module.h linux-5.4-aufs/fs/aufs/module.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_MODULE_H__ */ -diff -Nurp linux-5.4/fs/aufs/mvdown.c linux-5.4-aufs/fs/aufs/mvdown.c ---- linux-5.4/fs/aufs/mvdown.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/mvdown.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/mvdown.c linux-5.6.3-aufs/fs/aufs/mvdown.c +--- linux-5.6.3/fs/aufs/mvdown.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/mvdown.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,693 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2011-2019 Junjiro R. Okajima ++ * Copyright (C) 2011-2020 Junjiro R. Okajima + */ + +/* @@ -23984,13 +23973,13 @@ diff -Nurp linux-5.4/fs/aufs/mvdown.c linux-5.4-aufs/fs/aufs/mvdown.c + AuTraceErr(err); + return err; +} -diff -Nurp linux-5.4/fs/aufs/opts.c linux-5.4-aufs/fs/aufs/opts.c ---- linux-5.4/fs/aufs/opts.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/opts.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/opts.c linux-5.6.3-aufs/fs/aufs/opts.c +--- linux-5.6.3/fs/aufs/opts.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/opts.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,1867 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -25604,7 +25593,7 @@ diff -Nurp linux-5.4/fs/aufs/opts.c linux-5.4-aufs/fs/aufs/opts.c + if ((br->br_perm & AuBrAttr_ICEX) + && !h_dir->i_op->listxattr) + br->br_perm &= ~AuBrAttr_ICEX; -+#if 0 ++#if 0 /* untested */ + if ((br->br_perm & AuBrAttr_ICEX_SEC) + && (au_br_sb(br)->s_flags & SB_NOSEC)) + br->br_perm &= ~AuBrAttr_ICEX_SEC; @@ -25855,13 +25844,13 @@ diff -Nurp linux-5.4/fs/aufs/opts.c linux-5.4-aufs/fs/aufs/opts.c +{ + return au_mntflags(sb) & AuOptMask_UDBA; +} -diff -Nurp linux-5.4/fs/aufs/opts.h linux-5.4-aufs/fs/aufs/opts.h ---- linux-5.4/fs/aufs/opts.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/opts.h 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/opts.h linux-5.6.3-aufs/fs/aufs/opts.h +--- linux-5.6.3/fs/aufs/opts.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/opts.h 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,212 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -26071,13 +26060,13 @@ diff -Nurp linux-5.4/fs/aufs/opts.h linux-5.4-aufs/fs/aufs/opts.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_OPTS_H__ */ -diff -Nurp linux-5.4/fs/aufs/plink.c linux-5.4-aufs/fs/aufs/plink.c ---- linux-5.4/fs/aufs/plink.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/plink.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/plink.c linux-5.6.3-aufs/fs/aufs/plink.c +--- linux-5.6.3/fs/aufs/plink.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/plink.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,503 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -26578,13 +26567,13 @@ diff -Nurp linux-5.4/fs/aufs/plink.c linux-5.4-aufs/fs/aufs/plink.c + } + } +} -diff -Nurp linux-5.4/fs/aufs/poll.c linux-5.4-aufs/fs/aufs/poll.c ---- linux-5.4/fs/aufs/poll.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/poll.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/poll.c linux-5.6.3-aufs/fs/aufs/poll.c +--- linux-5.6.3/fs/aufs/poll.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/poll.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,38 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -26620,13 +26609,13 @@ diff -Nurp linux-5.4/fs/aufs/poll.c linux-5.4-aufs/fs/aufs/poll.c + AuDbg("mask 0x%x\n", mask); + return mask; +} -diff -Nurp linux-5.4/fs/aufs/posix_acl.c linux-5.4-aufs/fs/aufs/posix_acl.c ---- linux-5.4/fs/aufs/posix_acl.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/posix_acl.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/posix_acl.c linux-5.6.3-aufs/fs/aufs/posix_acl.c +--- linux-5.6.3/fs/aufs/posix_acl.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/posix_acl.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,92 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2014-2019 Junjiro R. Okajima ++ * Copyright (C) 2014-2020 Junjiro R. Okajima + */ + +/* @@ -26716,13 +26705,13 @@ diff -Nurp linux-5.4/fs/aufs/posix_acl.c linux-5.4-aufs/fs/aufs/posix_acl.c +out: + return err; +} -diff -Nurp linux-5.4/fs/aufs/procfs.c linux-5.4-aufs/fs/aufs/procfs.c ---- linux-5.4/fs/aufs/procfs.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/procfs.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/procfs.c linux-5.6.3-aufs/fs/aufs/procfs.c +--- linux-5.6.3/fs/aufs/procfs.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/procfs.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,158 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2010-2019 Junjiro R. Okajima ++ * Copyright (C) 2010-2020 Junjiro R. Okajima + */ + +/* @@ -26878,13 +26867,13 @@ diff -Nurp linux-5.4/fs/aufs/procfs.c linux-5.4-aufs/fs/aufs/procfs.c +out: + return err; +} -diff -Nurp linux-5.4/fs/aufs/rdu.c linux-5.4-aufs/fs/aufs/rdu.c ---- linux-5.4/fs/aufs/rdu.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/rdu.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/rdu.c linux-5.6.3-aufs/fs/aufs/rdu.c +--- linux-5.6.3/fs/aufs/rdu.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/rdu.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,371 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -27253,13 +27242,13 @@ diff -Nurp linux-5.4/fs/aufs/rdu.c linux-5.4-aufs/fs/aufs/rdu.c + return err; +} +#endif -diff -Nurp linux-5.4/fs/aufs/rwsem.h linux-5.4-aufs/fs/aufs/rwsem.h ---- linux-5.4/fs/aufs/rwsem.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/rwsem.h 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/rwsem.h linux-5.6.3-aufs/fs/aufs/rwsem.h +--- linux-5.6.3/fs/aufs/rwsem.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/rwsem.h 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,60 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -27317,13 +27306,13 @@ diff -Nurp linux-5.4/fs/aufs/rwsem.h linux-5.4-aufs/fs/aufs/rwsem.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_RWSEM_H__ */ -diff -Nurp linux-5.4/fs/aufs/sbinfo.c linux-5.4-aufs/fs/aufs/sbinfo.c ---- linux-5.4/fs/aufs/sbinfo.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/sbinfo.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/sbinfo.c linux-5.6.3-aufs/fs/aufs/sbinfo.c +--- linux-5.6.3/fs/aufs/sbinfo.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/sbinfo.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,301 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -27622,13 +27611,13 @@ diff -Nurp linux-5.4/fs/aufs/sbinfo.c linux-5.4-aufs/fs/aufs/sbinfo.c + di_write_unlock2(d1, d2); + si_read_unlock(d1->d_sb); +} -diff -Nurp linux-5.4/fs/aufs/super.c linux-5.4-aufs/fs/aufs/super.c ---- linux-5.4/fs/aufs/super.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/super.c 2019-11-28 01:25:59.067925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/super.c linux-5.6.3-aufs/fs/aufs/super.c +--- linux-5.6.3/fs/aufs/super.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/super.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,1034 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -27861,7 +27850,7 @@ diff -Nurp linux-5.4/fs/aufs/super.c linux-5.4-aufs/fs/aufs/super.c + sb = dentry->d_sb; + if (sb->s_flags & SB_POSIXACL) + seq_puts(m, ",acl"); -+#if 0 ++#if 0 /* reserved for future use */ + if (sb->s_flags & SB_I_VERSION) + seq_puts(m, ",i_version"); +#endif @@ -28660,13 +28649,13 @@ diff -Nurp linux-5.4/fs/aufs/super.c linux-5.4-aufs/fs/aufs/super.c + /* no need to __module_get() and module_put(). */ + .owner = THIS_MODULE, +}; -diff -Nurp linux-5.4/fs/aufs/super.h linux-5.4-aufs/fs/aufs/super.h ---- linux-5.4/fs/aufs/super.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/super.h 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/super.h linux-5.6.3-aufs/fs/aufs/super.h +--- linux-5.6.3/fs/aufs/super.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/super.h 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,576 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -28832,7 +28821,7 @@ diff -Nurp linux-5.4/fs/aufs/super.h linux-5.4-aufs/fs/aufs/super.h + struct hlist_bl_head si_files; + + /* with/without getattr, brother of sb->s_d_op */ -+ struct inode_operations *si_iop_array; ++ const struct inode_operations *si_iop_array; + + /* + * sysfs and lifetime management. @@ -29240,13 +29229,13 @@ diff -Nurp linux-5.4/fs/aufs/super.h linux-5.4-aufs/fs/aufs/super.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_SUPER_H__ */ -diff -Nurp linux-5.4/fs/aufs/sysaufs.c linux-5.4-aufs/fs/aufs/sysaufs.c ---- linux-5.4/fs/aufs/sysaufs.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/sysaufs.c 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/sysaufs.c linux-5.6.3-aufs/fs/aufs/sysaufs.c +--- linux-5.6.3/fs/aufs/sysaufs.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/sysaufs.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,80 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -29324,13 +29313,13 @@ diff -Nurp linux-5.4/fs/aufs/sysaufs.c linux-5.4-aufs/fs/aufs/sysaufs.c +out: + return err; +} -diff -Nurp linux-5.4/fs/aufs/sysaufs.h linux-5.4-aufs/fs/aufs/sysaufs.h ---- linux-5.4/fs/aufs/sysaufs.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/sysaufs.h 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/sysaufs.h linux-5.6.3-aufs/fs/aufs/sysaufs.h +--- linux-5.6.3/fs/aufs/sysaufs.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/sysaufs.h 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,89 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -29417,13 +29406,13 @@ diff -Nurp linux-5.4/fs/aufs/sysaufs.h linux-5.4-aufs/fs/aufs/sysaufs.h + +#endif /* __KERNEL__ */ +#endif /* __SYSAUFS_H__ */ -diff -Nurp linux-5.4/fs/aufs/sysfs.c linux-5.4-aufs/fs/aufs/sysfs.c ---- linux-5.4/fs/aufs/sysfs.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/sysfs.c 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/sysfs.c linux-5.6.3-aufs/fs/aufs/sysfs.c +--- linux-5.6.3/fs/aufs/sysfs.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/sysfs.c 2020-04-10 12:40:52.192049502 +0300 @@ -0,0 +1,338 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -29759,13 +29748,13 @@ diff -Nurp linux-5.4/fs/aufs/sysfs.c linux-5.4-aufs/fs/aufs/sysfs.c + } + } +} -diff -Nurp linux-5.4/fs/aufs/sysrq.c linux-5.4-aufs/fs/aufs/sysrq.c ---- linux-5.4/fs/aufs/sysrq.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/sysrq.c 2019-11-28 01:25:59.068925618 +0200 -@@ -0,0 +1,147 @@ +diff -Nurp linux-5.6.3/fs/aufs/sysrq.c linux-5.6.3-aufs/fs/aufs/sysrq.c +--- linux-5.6.3/fs/aufs/sysrq.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/sysrq.c 2020-04-10 12:40:52.192049502 +0300 +@@ -0,0 +1,136 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -29786,6 +29775,7 @@ diff -Nurp linux-5.4/fs/aufs/sysrq.c linux-5.4-aufs/fs/aufs/sysrq.c + struct hlist_bl_head *files; + struct hlist_bl_node *pos; + struct au_finfo *finfo; ++ struct inode *i; + + plevel = au_plevel; + au_plevel = KERN_WARNING; @@ -29798,14 +29788,7 @@ diff -Nurp linux-5.4/fs/aufs/sysrq.c linux-5.4-aufs/fs/aufs/sysrq.c + pr("superblock\n"); + au_dpri_sb(sb); + -+#if 0 -+ pr("root dentry\n"); -+ au_dpri_dentry(sb->s_root); -+ pr("root inode\n"); -+ au_dpri_inode(d_inode(sb->s_root)); -+#endif -+ -+#if 0 ++#if 0 /* reserved */ + do { + int err, i, j, ndentry; + struct au_dcsub_pages dpages; @@ -29826,21 +29809,16 @@ diff -Nurp linux-5.4/fs/aufs/sysrq.c linux-5.4-aufs/fs/aufs/sysrq.c + } while (0); +#endif + -+#if 1 -+ { -+ struct inode *i; -+ -+ pr("isolated inode\n"); -+ spin_lock(&sb->s_inode_list_lock); -+ list_for_each_entry(i, &sb->s_inodes, i_sb_list) { -+ spin_lock(&i->i_lock); -+ if (1 || hlist_empty(&i->i_dentry)) -+ au_dpri_inode(i); -+ spin_unlock(&i->i_lock); -+ } -+ spin_unlock(&sb->s_inode_list_lock); ++ pr("isolated inode\n"); ++ spin_lock(&sb->s_inode_list_lock); ++ list_for_each_entry(i, &sb->s_inodes, i_sb_list) { ++ spin_lock(&i->i_lock); ++ if (hlist_empty(&i->i_dentry)) ++ au_dpri_inode(i); ++ spin_unlock(&i->i_lock); + } -+#endif ++ spin_unlock(&sb->s_inode_list_lock); ++ + pr("files\n"); + files = &au_sbi(sb)->si_files; + hlist_bl_lock(files); @@ -29910,13 +29888,13 @@ diff -Nurp linux-5.4/fs/aufs/sysrq.c linux-5.4-aufs/fs/aufs/sysrq.c + if (unlikely(err)) + pr_err("err %d (ignored)\n", err); +} -diff -Nurp linux-5.4/fs/aufs/wbr_policy.c linux-5.4-aufs/fs/aufs/wbr_policy.c ---- linux-5.4/fs/aufs/wbr_policy.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/wbr_policy.c 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/wbr_policy.c linux-5.6.3-aufs/fs/aufs/wbr_policy.c +--- linux-5.6.3/fs/aufs/wbr_policy.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/wbr_policy.c 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,817 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -30731,13 +30709,13 @@ diff -Nurp linux-5.4/fs/aufs/wbr_policy.c linux-5.4-aufs/fs/aufs/wbr_policy.c + .fin = au_wbr_create_fin_mfs + } +}; -diff -Nurp linux-5.4/fs/aufs/vdir.c linux-5.4-aufs/fs/aufs/vdir.c ---- linux-5.4/fs/aufs/vdir.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/vdir.c 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/vdir.c linux-5.6.3-aufs/fs/aufs/vdir.c +--- linux-5.6.3/fs/aufs/vdir.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/vdir.c 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,883 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -30819,7 +30797,7 @@ diff -Nurp linux-5.4/fs/aufs/vdir.c linux-5.4-aufs/fs/aufs/vdir.c + +static void nhash_count(struct hlist_head *head) +{ -+#if 0 ++#if 0 /* debugging */ + unsigned long n; + struct hlist_node *pos; + @@ -31618,13 +31596,13 @@ diff -Nurp linux-5.4/fs/aufs/vdir.c linux-5.4-aufs/fs/aufs/vdir.c + /* smp_mb(); */ + return 0; +} -diff -Nurp linux-5.4/fs/aufs/vfsub.c linux-5.4-aufs/fs/aufs/vfsub.c ---- linux-5.4/fs/aufs/vfsub.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/vfsub.c 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/vfsub.c linux-5.6.3-aufs/fs/aufs/vfsub.c +--- linux-5.6.3/fs/aufs/vfsub.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/vfsub.c 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,889 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -32511,13 +32489,13 @@ diff -Nurp linux-5.4/fs/aufs/vfsub.c linux-5.4-aufs/fs/aufs/vfsub.c + + return err; +} -diff -Nurp linux-5.4/fs/aufs/vfsub.h linux-5.4-aufs/fs/aufs/vfsub.h ---- linux-5.4/fs/aufs/vfsub.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/vfsub.h 2019-11-28 01:25:59.068925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/vfsub.h linux-5.6.3-aufs/fs/aufs/vfsub.h +--- linux-5.6.3/fs/aufs/vfsub.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/vfsub.h 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,341 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -32856,13 +32834,13 @@ diff -Nurp linux-5.4/fs/aufs/vfsub.h linux-5.4-aufs/fs/aufs/vfsub.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_VFSUB_H__ */ -diff -Nurp linux-5.4/fs/aufs/whout.c linux-5.4-aufs/fs/aufs/whout.c ---- linux-5.4/fs/aufs/whout.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/whout.c 2019-11-28 01:25:59.069925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/whout.c linux-5.6.3-aufs/fs/aufs/whout.c +--- linux-5.6.3/fs/aufs/whout.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/whout.c 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,1049 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -33154,7 +33132,7 @@ diff -Nurp linux-5.4/fs/aufs/whout.c linux-5.4-aufs/fs/aufs/whout.c + + pr_err("%pd (%s) doesn't support link(2), use noplink and rw+nolwh\n", + h_root, au_sbtype(h_root->d_sb)); -+ return -ENOSYS; ++ return -ENOSYS; /* the branch doesn't have its ->link() */ +} + +/* todo: should this mkdir be done in /sbin/mount.aufs helper? */ @@ -33909,13 +33887,13 @@ diff -Nurp linux-5.4/fs/aufs/whout.c linux-5.4-aufs/fs/aufs/whout.c + au_whtmp_rmdir_free(args); + } +} -diff -Nurp linux-5.4/fs/aufs/whout.h linux-5.4-aufs/fs/aufs/whout.h ---- linux-5.4/fs/aufs/whout.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/whout.h 2019-11-28 01:25:59.069925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/whout.h linux-5.6.3-aufs/fs/aufs/whout.h +--- linux-5.6.3/fs/aufs/whout.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/whout.h 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,73 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -33986,13 +33964,13 @@ diff -Nurp linux-5.4/fs/aufs/whout.h linux-5.4-aufs/fs/aufs/whout.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_WHOUT_H__ */ -diff -Nurp linux-5.4/fs/aufs/wkq.c linux-5.4-aufs/fs/aufs/wkq.c ---- linux-5.4/fs/aufs/wkq.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/wkq.c 2019-11-28 01:25:59.069925618 +0200 -@@ -0,0 +1,379 @@ +diff -Nurp linux-5.6.3/fs/aufs/wkq.c linux-5.6.3-aufs/fs/aufs/wkq.c +--- linux-5.6.3/fs/aufs/wkq.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/wkq.c 2020-04-10 12:40:52.193049549 +0300 +@@ -0,0 +1,359 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -34132,8 +34110,8 @@ diff -Nurp linux-5.4/fs/aufs/wkq.c linux-5.4-aufs/fs/aufs/wkq.c + goto out; + + err = 0; -+#if 0 -+ if (0 && au_debug_test()) /* left for debugging */ ++#if 0 /* left for debugging */ ++ if (0 && au_debug_test()) + lockdep_print_held_locks(curr); +#endif + held_locks = curr->held_locks; @@ -34184,7 +34162,7 @@ diff -Nurp linux-5.4/fs/aufs/wkq.c linux-5.4-aufs/fs/aufs/wkq.c + if (!hl) + return; + while ((p = *hl++)) /* assignment */ -+ rwsem_release(p->instance, 0, /*p->acquire_ip*/_RET_IP_); ++ rwsem_release(p->instance, /*p->acquire_ip*/_RET_IP_); +} +#endif + @@ -34210,7 +34188,6 @@ diff -Nurp linux-5.4/fs/aufs/wkq.c linux-5.4-aufs/fs/aufs/wkq.c +/* + * Since struct completion is large, try allocating it dynamically. + */ -+#if 1 /* defined(CONFIG_4KSTACKS) || defined(AuTest4KSTACKS) */ +#define AuWkqCompDeclare(name) struct completion *comp = NULL + +static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) @@ -34229,25 +34206,6 @@ diff -Nurp linux-5.4/fs/aufs/wkq.c linux-5.4-aufs/fs/aufs/wkq.c + au_kfree_rcu(comp); +} + -+#else -+ -+/* no braces */ -+#define AuWkqCompDeclare(name) \ -+ DECLARE_COMPLETION_ONSTACK(_ ## name); \ -+ struct completion *comp = &_ ## name -+ -+static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) -+{ -+ wkinfo->comp = *comp; -+ return 0; -+} -+ -+static void au_wkq_comp_free(struct completion *comp __maybe_unused) -+{ -+ /* empty */ -+} -+#endif /* 4KSTACKS */ -+ +static void au_wkq_run(struct au_wkinfo *wkinfo) +{ + if (au_ftest_wkq(wkinfo->flags, NEST)) { @@ -34369,13 +34327,13 @@ diff -Nurp linux-5.4/fs/aufs/wkq.c linux-5.4-aufs/fs/aufs/wkq.c + + return err; +} -diff -Nurp linux-5.4/fs/aufs/wkq.h linux-5.4-aufs/fs/aufs/wkq.h ---- linux-5.4/fs/aufs/wkq.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/wkq.h 2019-11-28 01:25:59.069925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/wkq.h linux-5.6.3-aufs/fs/aufs/wkq.h +--- linux-5.6.3/fs/aufs/wkq.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/wkq.h 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,76 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -34449,13 +34407,13 @@ diff -Nurp linux-5.4/fs/aufs/wkq.h linux-5.4-aufs/fs/aufs/wkq.h + +#endif /* __KERNEL__ */ +#endif /* __AUFS_WKQ_H__ */ -diff -Nurp linux-5.4/fs/aufs/xattr.c linux-5.4-aufs/fs/aufs/xattr.c ---- linux-5.4/fs/aufs/xattr.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/xattr.c 2019-11-28 01:25:59.069925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/xattr.c linux-5.6.3-aufs/fs/aufs/xattr.c +--- linux-5.6.3/fs/aufs/xattr.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/xattr.c 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,343 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2014-2019 Junjiro R. Okajima ++ * Copyright (C) 2014-2020 Junjiro R. Okajima + */ + +/* @@ -34796,13 +34754,13 @@ diff -Nurp linux-5.4/fs/aufs/xattr.c linux-5.4-aufs/fs/aufs/xattr.c +{ + sb->s_xattr = au_xattr_handlers; +} -diff -Nurp linux-5.4/fs/aufs/xino.c linux-5.4-aufs/fs/aufs/xino.c ---- linux-5.4/fs/aufs/xino.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/fs/aufs/xino.c 2019-11-28 01:25:59.069925618 +0200 +diff -Nurp linux-5.6.3/fs/aufs/xino.c linux-5.6.3-aufs/fs/aufs/xino.c +--- linux-5.6.3/fs/aufs/xino.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/fs/aufs/xino.c 2020-04-10 12:40:52.193049549 +0300 @@ -0,0 +1,1952 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +/* @@ -36144,7 +36102,7 @@ diff -Nurp linux-5.4/fs/aufs/xino.c linux-5.4-aufs/fs/aufs/xino.c + if (unlikely(ul)) { + pr_warn("xi_writing %lu\n", ul); + hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry_safe (p, pos, n, hbl, node) { ++ hlist_bl_for_each_entry_safe(p, pos, n, hbl, node) { + hlist_bl_del(&p->node); + au_kfree_rcu(p); + } @@ -36752,10 +36710,10 @@ diff -Nurp linux-5.4/fs/aufs/xino.c linux-5.4-aufs/fs/aufs/xino.c +out: + return err; +} -diff -Nurp linux-5.4/fs/dcache.c linux-5.4-aufs/fs/dcache.c ---- linux-5.4/fs/dcache.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/dcache.c 2019-11-28 01:25:59.069925618 +0200 -@@ -1264,7 +1264,7 @@ enum d_walk_ret { +diff -Nurp linux-5.6.3/fs/dcache.c linux-5.6.3-aufs/fs/dcache.c +--- linux-5.6.3/fs/dcache.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/dcache.c 2020-04-10 12:40:52.194049596 +0300 +@@ -1266,7 +1266,7 @@ enum d_walk_ret { * * The @enter() callbacks are called with d_lock held. */ @@ -36764,15 +36722,15 @@ diff -Nurp linux-5.4/fs/dcache.c linux-5.4-aufs/fs/dcache.c enum d_walk_ret (*enter)(void *, struct dentry *)) { struct dentry *this_parent; -diff -Nurp linux-5.4/fs/fcntl.c linux-5.4-aufs/fs/fcntl.c ---- linux-5.4/fs/fcntl.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/fcntl.c 2019-11-28 01:25:59.069925618 +0200 +diff -Nurp linux-5.6.3/fs/fcntl.c linux-5.6.3-aufs/fs/fcntl.c +--- linux-5.6.3/fs/fcntl.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/fcntl.c 2020-04-10 12:40:52.194049596 +0300 @@ -32,7 +32,7 @@ #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) -static int setfl(int fd, struct file * filp, unsigned long arg) -+int setfl(int fd, struct file * filp, unsigned long arg) ++int setfl(int fd, struct file *filp, unsigned long arg) { struct inode * inode = file_inode(filp); int error = 0; @@ -36785,22 +36743,22 @@ diff -Nurp linux-5.4/fs/fcntl.c linux-5.4-aufs/fs/fcntl.c if (error) return error; -diff -Nurp linux-5.4/fs/inode.c linux-5.4-aufs/fs/inode.c ---- linux-5.4/fs/inode.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/inode.c 2019-11-28 01:25:59.070925617 +0200 -@@ -1673,7 +1673,7 @@ EXPORT_SYMBOL(generic_update_time); +diff -Nurp linux-5.6.3/fs/inode.c linux-5.6.3-aufs/fs/inode.c +--- linux-5.6.3/fs/inode.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/inode.c 2020-04-10 12:40:52.194049596 +0300 +@@ -1688,7 +1688,7 @@ EXPORT_SYMBOL(generic_update_time); * This does the actual work of updating an inodes time or version. Must have * had called mnt_want_write() before calling this. */ -static int update_time(struct inode *inode, struct timespec64 *time, int flags) +int update_time(struct inode *inode, struct timespec64 *time, int flags) { - int (*update_time)(struct inode *, struct timespec64 *, int); - -diff -Nurp linux-5.4/fs/Kconfig linux-5.4-aufs/fs/Kconfig ---- linux-5.4/fs/Kconfig 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/Kconfig 2019-11-28 01:33:04.893908639 +0200 -@@ -121,6 +121,7 @@ source "fs/quota/Kconfig" + if (inode->i_op->update_time) + return inode->i_op->update_time(inode, time, flags); +diff -Nurp linux-5.6.3/fs/Kconfig linux-5.6.3-aufs/fs/Kconfig +--- linux-5.6.3/fs/Kconfig 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/Kconfig 2020-04-10 13:14:44.904937004 +0300 +@@ -122,6 +122,7 @@ source "fs/quota/Kconfig" source "fs/autofs/Kconfig" source "fs/fuse/Kconfig" source "fs/overlayfs/Kconfig" @@ -36808,20 +36766,20 @@ diff -Nurp linux-5.4/fs/Kconfig linux-5.4-aufs/fs/Kconfig menu "Caches" -diff -Nurp linux-5.4/fs/Makefile linux-5.4-aufs/fs/Makefile ---- linux-5.4/fs/Makefile 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/Makefile 2019-11-28 01:34:16.881905768 +0200 -@@ -110,6 +110,7 @@ obj-$(CONFIG_AUTOFS_FS) += autofs/ +diff -Nurp linux-5.6.3/fs/Makefile linux-5.6.3-aufs/fs/Makefile +--- linux-5.6.3/fs/Makefile 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/Makefile 2020-04-10 13:13:53.450534347 +0300 +@@ -111,6 +111,7 @@ obj-$(CONFIG_AUTOFS_FS) += autofs/ obj-$(CONFIG_ADFS_FS) += adfs/ obj-$(CONFIG_FUSE_FS) += fuse/ obj-$(CONFIG_OVERLAY_FS) += overlayfs/ -+obj-$(CONFIG_AUFS_FS) += aufs/ ++obj-$(CONFIG_AUFS_FS) += aufs/ obj-$(CONFIG_ORANGEFS_FS) += orangefs/ obj-$(CONFIG_UDF_FS) += udf/ obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ -diff -Nurp linux-5.4/fs/namespace.c linux-5.4-aufs/fs/namespace.c ---- linux-5.4/fs/namespace.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/namespace.c 2019-11-28 01:25:59.070925617 +0200 +diff -Nurp linux-5.6.3/fs/namespace.c linux-5.6.3-aufs/fs/namespace.c +--- linux-5.6.3/fs/namespace.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/namespace.c 2020-04-10 12:40:52.194049596 +0300 @@ -776,6 +776,12 @@ static inline int check_mnt(struct mount return mnt->mnt_ns == current->nsproxy->mnt_ns; } @@ -36835,10 +36793,10 @@ diff -Nurp linux-5.4/fs/namespace.c linux-5.4-aufs/fs/namespace.c /* * vfsmount lock must be held for write */ -diff -Nurp linux-5.4/fs/proc/base.c linux-5.4-aufs/fs/proc/base.c ---- linux-5.4/fs/proc/base.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/proc/base.c 2019-11-28 01:25:59.070925617 +0200 -@@ -2037,7 +2037,7 @@ static int map_files_get_link(struct den +diff -Nurp linux-5.6.3/fs/proc/base.c linux-5.6.3-aufs/fs/proc/base.c +--- linux-5.6.3/fs/proc/base.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/proc/base.c 2020-04-10 12:40:52.194049596 +0300 +@@ -2128,7 +2128,7 @@ static int map_files_get_link(struct den rc = -ENOENT; vma = find_exact_vma(mm, vm_start, vm_end); if (vma && vma->vm_file) { @@ -36847,9 +36805,9 @@ diff -Nurp linux-5.4/fs/proc/base.c linux-5.4-aufs/fs/proc/base.c path_get(path); rc = 0; } -diff -Nurp linux-5.4/fs/proc/nommu.c linux-5.4-aufs/fs/proc/nommu.c ---- linux-5.4/fs/proc/nommu.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/proc/nommu.c 2019-11-28 01:25:59.070925617 +0200 +diff -Nurp linux-5.6.3/fs/proc/nommu.c linux-5.6.3-aufs/fs/proc/nommu.c +--- linux-5.6.3/fs/proc/nommu.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/proc/nommu.c 2020-04-10 12:40:52.194049596 +0300 @@ -41,7 +41,10 @@ static int nommu_region_show(struct seq_ file = region->vm_file; @@ -36862,9 +36820,9 @@ diff -Nurp linux-5.4/fs/proc/nommu.c linux-5.4-aufs/fs/proc/nommu.c dev = inode->i_sb->s_dev; ino = inode->i_ino; } -diff -Nurp linux-5.4/fs/proc/task_mmu.c linux-5.4-aufs/fs/proc/task_mmu.c ---- linux-5.4/fs/proc/task_mmu.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/proc/task_mmu.c 2019-11-28 01:25:59.070925617 +0200 +diff -Nurp linux-5.6.3/fs/proc/task_mmu.c linux-5.6.3-aufs/fs/proc/task_mmu.c +--- linux-5.6.3/fs/proc/task_mmu.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/proc/task_mmu.c 2020-04-10 12:40:52.194049596 +0300 @@ -309,7 +309,10 @@ show_map_vma(struct seq_file *m, struct const char *name = NULL; @@ -36886,9 +36844,9 @@ diff -Nurp linux-5.4/fs/proc/task_mmu.c linux-5.4-aufs/fs/proc/task_mmu.c struct mm_struct *mm = vma->vm_mm; struct mempolicy *pol; char buffer[64]; -diff -Nurp linux-5.4/fs/proc/task_nommu.c linux-5.4-aufs/fs/proc/task_nommu.c ---- linux-5.4/fs/proc/task_nommu.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/proc/task_nommu.c 2019-11-28 01:25:59.070925617 +0200 +diff -Nurp linux-5.6.3/fs/proc/task_nommu.c linux-5.6.3-aufs/fs/proc/task_nommu.c +--- linux-5.6.3/fs/proc/task_nommu.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/proc/task_nommu.c 2020-04-10 12:40:52.194049596 +0300 @@ -155,7 +155,10 @@ static int nommu_vma_show(struct seq_fil file = vma->vm_file; @@ -36901,9 +36859,9 @@ diff -Nurp linux-5.4/fs/proc/task_nommu.c linux-5.4-aufs/fs/proc/task_nommu.c dev = inode->i_sb->s_dev; ino = inode->i_ino; pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT; -diff -Nurp linux-5.4/fs/read_write.c linux-5.4-aufs/fs/read_write.c ---- linux-5.4/fs/read_write.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/read_write.c 2019-11-28 01:25:59.070925617 +0200 +diff -Nurp linux-5.6.3/fs/read_write.c linux-5.6.3-aufs/fs/read_write.c +--- linux-5.6.3/fs/read_write.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/read_write.c 2020-04-10 12:40:52.194049596 +0300 @@ -498,6 +498,28 @@ static ssize_t __vfs_write(struct file * return -EINVAL; } @@ -36916,7 +36874,7 @@ diff -Nurp linux-5.4/fs/read_write.c linux-5.4-aufs/fs/read_write.c + return fop->read; + if (fop->read_iter) + return new_sync_read; -+ return ERR_PTR(-ENOSYS); ++ return ERR_PTR(-ENOSYS); /* doesn't have ->read(|_iter)() op */ +} + +vfs_writef_t vfs_writef(struct file *file) @@ -36927,16 +36885,16 @@ diff -Nurp linux-5.4/fs/read_write.c linux-5.4-aufs/fs/read_write.c + return fop->write; + if (fop->write_iter) + return new_sync_write; -+ return ERR_PTR(-ENOSYS); ++ return ERR_PTR(-ENOSYS); /* doesn't have ->write(|_iter)() op */ +} + ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) { mm_segment_t old_fs; -diff -Nurp linux-5.4/fs/splice.c linux-5.4-aufs/fs/splice.c ---- linux-5.4/fs/splice.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/splice.c 2019-11-28 01:25:59.071925617 +0200 -@@ -834,8 +834,8 @@ EXPORT_SYMBOL(generic_splice_sendpage); +diff -Nurp linux-5.6.3/fs/splice.c linux-5.6.3-aufs/fs/splice.c +--- linux-5.6.3/fs/splice.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/splice.c 2020-04-10 12:40:52.194049596 +0300 +@@ -849,8 +849,8 @@ EXPORT_SYMBOL(generic_splice_sendpage); /* * Attempt to initiate a splice from pipe to file. */ @@ -36947,7 +36905,7 @@ diff -Nurp linux-5.4/fs/splice.c linux-5.4-aufs/fs/splice.c { ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); -@@ -851,9 +851,9 @@ static long do_splice_from(struct pipe_i +@@ -866,9 +866,9 @@ static long do_splice_from(struct pipe_i /* * Attempt to initiate a splice from a file to a pipe. */ @@ -36960,9 +36918,9 @@ diff -Nurp linux-5.4/fs/splice.c linux-5.4-aufs/fs/splice.c { ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); -diff -Nurp linux-5.4/fs/sync.c linux-5.4-aufs/fs/sync.c ---- linux-5.4/fs/sync.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/fs/sync.c 2019-11-28 01:25:59.071925617 +0200 +diff -Nurp linux-5.6.3/fs/sync.c linux-5.6.3-aufs/fs/sync.c +--- linux-5.6.3/fs/sync.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/fs/sync.c 2020-04-10 12:40:52.194049596 +0300 @@ -28,7 +28,7 @@ * wait == 1 case since in that case write_inode() functions do * sync_dirty_buffer() and thus effectively write one block at a time. @@ -36972,18 +36930,18 @@ diff -Nurp linux-5.4/fs/sync.c linux-5.4-aufs/fs/sync.c { if (wait) sync_inodes_sb(sb); -diff -Nurp linux-5.4/include/linux/fs.h linux-5.4-aufs/include/linux/fs.h ---- linux-5.4/include/linux/fs.h 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/include/linux/fs.h 2019-11-28 01:25:59.071925617 +0200 -@@ -1349,6 +1349,7 @@ extern void fasync_free(struct fasync_st +diff -Nurp linux-5.6.3/include/linux/fs.h linux-5.6.3-aufs/include/linux/fs.h +--- linux-5.6.3/include/linux/fs.h 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/include/linux/fs.h 2020-04-10 12:40:52.195049643 +0300 +@@ -1350,6 +1350,7 @@ extern void fasync_free(struct fasync_st /* can be called from interrupts */ extern void kill_fasync(struct fasync_struct **, int, int); -+extern int setfl(int fd, struct file * filp, unsigned long arg); ++extern int setfl(int fd, struct file *filp, unsigned long arg); extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force); extern int f_setown(struct file *filp, unsigned long arg, int force); extern void f_delown(struct file *filp); -@@ -1835,6 +1836,7 @@ struct file_operations { +@@ -1842,6 +1843,7 @@ struct file_operations { ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int); unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); int (*check_flags)(int); @@ -36991,7 +36949,7 @@ diff -Nurp linux-5.4/include/linux/fs.h linux-5.4-aufs/include/linux/fs.h int (*flock) (struct file *, int, struct file_lock *); ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); -@@ -1905,6 +1907,12 @@ ssize_t rw_copy_check_uvector(int type, +@@ -1912,6 +1914,12 @@ ssize_t rw_copy_check_uvector(int type, struct iovec *fast_pointer, struct iovec **ret_pointer); @@ -37004,7 +36962,7 @@ diff -Nurp linux-5.4/include/linux/fs.h linux-5.4-aufs/include/linux/fs.h extern ssize_t __vfs_read(struct file *, char __user *, size_t, loff_t *); extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *); extern ssize_t vfs_write(struct file *, const char __user *, size_t, loff_t *); -@@ -2325,6 +2333,7 @@ extern int current_umask(void); +@@ -2344,6 +2352,7 @@ extern int current_umask(void); extern void ihold(struct inode * inode); extern void iput(struct inode *); extern int generic_update_time(struct inode *, struct timespec64 *, int); @@ -37012,7 +36970,7 @@ diff -Nurp linux-5.4/include/linux/fs.h linux-5.4-aufs/include/linux/fs.h /* /sys/fs */ extern struct kobject *fs_kobj; -@@ -2613,6 +2622,7 @@ static inline bool sb_is_blkdev_sb(struc +@@ -2628,6 +2637,7 @@ static inline bool sb_is_blkdev_sb(struc return false; } #endif @@ -37020,9 +36978,9 @@ diff -Nurp linux-5.4/include/linux/fs.h linux-5.4-aufs/include/linux/fs.h extern int sync_filesystem(struct super_block *); extern const struct file_operations def_blk_fops; extern const struct file_operations def_chr_fops; -diff -Nurp linux-5.4/include/linux/lockdep.h linux-5.4-aufs/include/linux/lockdep.h ---- linux-5.4/include/linux/lockdep.h 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/include/linux/lockdep.h 2019-11-28 01:25:59.071925617 +0200 +diff -Nurp linux-5.6.3/include/linux/lockdep.h linux-5.6.3-aufs/include/linux/lockdep.h +--- linux-5.6.3/include/linux/lockdep.h 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/include/linux/lockdep.h 2020-04-10 12:40:52.195049643 +0300 @@ -331,6 +331,8 @@ static inline int lockdep_match_key(stru return lock->key == key; } @@ -37032,7 +36990,7 @@ diff -Nurp linux-5.4/include/linux/lockdep.h linux-5.4-aufs/include/linux/lockde /* * Acquire a lock. * -@@ -473,6 +475,7 @@ struct lockdep_map { }; +@@ -472,6 +474,7 @@ struct lockdep_map { }; #define lockdep_depth(tsk) (0) @@ -37040,10 +36998,10 @@ diff -Nurp linux-5.4/include/linux/lockdep.h linux-5.4-aufs/include/linux/lockde #define lockdep_is_held_type(l, r) (1) #define lockdep_assert_held(l) do { (void)(l); } while (0) -diff -Nurp linux-5.4/include/linux/mm.h linux-5.4-aufs/include/linux/mm.h ---- linux-5.4/include/linux/mm.h 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/include/linux/mm.h 2019-11-28 01:25:59.071925617 +0200 -@@ -1510,6 +1510,28 @@ static inline void unmap_shared_mapping_ +diff -Nurp linux-5.6.3/include/linux/mm.h linux-5.6.3-aufs/include/linux/mm.h +--- linux-5.6.3/include/linux/mm.h 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/include/linux/mm.h 2020-04-10 12:40:52.195049643 +0300 +@@ -1487,6 +1487,28 @@ static inline void unmap_shared_mapping_ unmap_mapping_range(mapping, holebegin, holelen, 0); } @@ -37072,9 +37030,9 @@ diff -Nurp linux-5.4/include/linux/mm.h linux-5.4-aufs/include/linux/mm.h extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, unsigned int gup_flags); extern int access_remote_vm(struct mm_struct *mm, unsigned long addr, -diff -Nurp linux-5.4/include/linux/mm_types.h linux-5.4-aufs/include/linux/mm_types.h ---- linux-5.4/include/linux/mm_types.h 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/include/linux/mm_types.h 2019-11-28 01:25:59.071925617 +0200 +diff -Nurp linux-5.6.3/include/linux/mm_types.h linux-5.6.3-aufs/include/linux/mm_types.h +--- linux-5.6.3/include/linux/mm_types.h 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/include/linux/mm_types.h 2020-04-10 12:40:52.195049643 +0300 @@ -267,6 +267,7 @@ struct vm_region { unsigned long vm_top; /* region allocated to here */ unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */ @@ -37083,7 +37041,7 @@ diff -Nurp linux-5.4/include/linux/mm_types.h linux-5.4-aufs/include/linux/mm_ty int vm_usage; /* region usage count (access under nommu_region_sem) */ bool vm_icache_flushed : 1; /* true if the icache has been flushed for -@@ -341,6 +342,7 @@ struct vm_area_struct { +@@ -346,6 +347,7 @@ struct vm_area_struct { unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE units */ struct file * vm_file; /* File we map to (can be NULL). */ @@ -37091,9 +37049,9 @@ diff -Nurp linux-5.4/include/linux/mm_types.h linux-5.4-aufs/include/linux/mm_ty void * vm_private_data; /* was vm_pte (shared mem) */ #ifdef CONFIG_SWAP -diff -Nurp linux-5.4/include/linux/mnt_namespace.h linux-5.4-aufs/include/linux/mnt_namespace.h ---- linux-5.4/include/linux/mnt_namespace.h 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/include/linux/mnt_namespace.h 2019-11-28 01:25:59.071925617 +0200 +diff -Nurp linux-5.6.3/include/linux/mnt_namespace.h linux-5.6.3-aufs/include/linux/mnt_namespace.h +--- linux-5.6.3/include/linux/mnt_namespace.h 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/include/linux/mnt_namespace.h 2020-04-10 12:40:52.195049643 +0300 @@ -6,11 +6,14 @@ struct mnt_namespace; struct fs_struct; @@ -37109,9 +37067,9 @@ diff -Nurp linux-5.4/include/linux/mnt_namespace.h linux-5.4-aufs/include/linux/ extern const struct file_operations proc_mounts_operations; extern const struct file_operations proc_mountinfo_operations; extern const struct file_operations proc_mountstats_operations; -diff -Nurp linux-5.4/include/linux/splice.h linux-5.4-aufs/include/linux/splice.h ---- linux-5.4/include/linux/splice.h 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/include/linux/splice.h 2019-11-28 01:25:59.071925617 +0200 +diff -Nurp linux-5.6.3/include/linux/splice.h linux-5.6.3-aufs/include/linux/splice.h +--- linux-5.6.3/include/linux/splice.h 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/include/linux/splice.h 2020-04-10 12:40:52.195049643 +0300 @@ -87,4 +87,10 @@ extern void splice_shrink_spd(struct spl extern const struct pipe_buf_operations page_cache_pipe_buf_ops; @@ -37123,13 +37081,13 @@ diff -Nurp linux-5.4/include/linux/splice.h linux-5.4-aufs/include/linux/splice. + struct pipe_inode_info *pipe, size_t len, + unsigned int flags); #endif -diff -Nurp linux-5.4/include/uapi/linux/aufs_type.h linux-5.4-aufs/include/uapi/linux/aufs_type.h ---- linux-5.4/include/uapi/linux/aufs_type.h 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/include/uapi/linux/aufs_type.h 2019-11-28 01:25:59.071925617 +0200 +diff -Nurp linux-5.6.3/include/uapi/linux/aufs_type.h linux-5.6.3-aufs/include/uapi/linux/aufs_type.h +--- linux-5.6.3/include/uapi/linux/aufs_type.h 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/include/uapi/linux/aufs_type.h 2020-04-10 12:40:52.195049643 +0300 @@ -0,0 +1,439 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* -+ * Copyright (C) 2005-2019 Junjiro R. Okajima ++ * Copyright (C) 2005-2020 Junjiro R. Okajima + */ + +#ifndef __AUFS_TYPE_H__ @@ -37149,20 +37107,21 @@ diff -Nurp linux-5.4/include/uapi/linux/aufs_type.h linux-5.4-aufs/include/uapi/ +#define pr_fmt(fmt) \ + AUFS_NAME " %s:%d:%.*s[%d]: " fmt, __func__, __LINE__, \ + (int)sizeof(current->comm), current->comm, current->pid ++#include +#else +#include +#include ++#include +#endif /* __KERNEL__ */ + -+#include -+ -+#define AUFS_VERSION "5.4" ++#define AUFS_VERSION "5.5" + +/* todo? move this to linux-2.6.19/include/magic.h */ +#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's') + +/* ---------------------------------------------------------------------- */ + ++#ifdef __KERNEL__ +#ifdef CONFIG_AUFS_BRANCH_MAX_127 +typedef int8_t aufs_bindex_t; +#define AUFS_BRANCH_MAX 127 @@ -37177,7 +37136,6 @@ diff -Nurp linux-5.4/include/uapi/linux/aufs_type.h linux-5.4-aufs/include/uapi/ +#endif +#endif + -+#ifdef __KERNEL__ +#ifndef AUFS_BRANCH_MAX +#error unknown CONFIG_AUFS_BRANCH_MAX value +#endif @@ -37566,10 +37524,10 @@ diff -Nurp linux-5.4/include/uapi/linux/aufs_type.h linux-5.4-aufs/include/uapi/ +#define AUFS_CTL_FHSM_FD _IOW(AuCtlType, AuCtl_FHSM_FD, int) + +#endif /* __AUFS_TYPE_H__ */ -diff -Nurp linux-5.4/kernel/fork.c linux-5.4-aufs/kernel/fork.c ---- linux-5.4/kernel/fork.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/kernel/fork.c 2019-11-28 01:25:59.072925617 +0200 -@@ -562,7 +562,7 @@ static __latent_entropy int dup_mmap(str +diff -Nurp linux-5.6.3/kernel/fork.c linux-5.6.3-aufs/kernel/fork.c +--- linux-5.6.3/kernel/fork.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/kernel/fork.c 2020-04-10 12:40:52.195049643 +0300 +@@ -565,7 +565,7 @@ static __latent_entropy int dup_mmap(str struct inode *inode = file_inode(file); struct address_space *mapping = file->f_mapping; @@ -37578,9 +37536,9 @@ diff -Nurp linux-5.4/kernel/fork.c linux-5.4-aufs/kernel/fork.c if (tmp->vm_flags & VM_DENYWRITE) atomic_dec(&inode->i_writecount); i_mmap_lock_write(mapping); -diff -Nurp linux-5.4/kernel/locking/lockdep.c linux-5.4-aufs/kernel/locking/lockdep.c ---- linux-5.4/kernel/locking/lockdep.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/kernel/locking/lockdep.c 2019-11-28 01:25:59.072925617 +0200 +diff -Nurp linux-5.6.3/kernel/locking/lockdep.c linux-5.6.3-aufs/kernel/locking/lockdep.c +--- linux-5.6.3/kernel/locking/lockdep.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/kernel/locking/lockdep.c 2020-04-10 12:40:52.195049643 +0300 @@ -153,7 +153,7 @@ static struct lock_class lock_classes[MAX_LOCKDEP_KEYS]; static DECLARE_BITMAP(lock_classes_in_use, MAX_LOCKDEP_KEYS); @@ -37598,10 +37556,10 @@ diff -Nurp linux-5.4/kernel/locking/lockdep.c linux-5.4-aufs/kernel/locking/lock #ifdef CONFIG_LOCK_STAT static DEFINE_PER_CPU(struct lock_class_stats[MAX_LOCKDEP_KEYS], cpu_lock_stats); -diff -Nurp linux-5.4/MAINTAINERS linux-5.4-aufs/MAINTAINERS ---- linux-5.4/MAINTAINERS 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/MAINTAINERS 2019-11-28 01:25:59.062925618 +0200 -@@ -2832,6 +2832,19 @@ F: include/linux/audit.h +diff -Nurp linux-5.6.3/MAINTAINERS linux-5.6.3-aufs/MAINTAINERS +--- linux-5.6.3/MAINTAINERS 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/MAINTAINERS 2020-04-10 12:40:52.187049268 +0300 +@@ -2919,6 +2919,19 @@ F: include/linux/audit.h F: include/uapi/linux/audit.h F: kernel/audit* @@ -37621,10 +37579,10 @@ diff -Nurp linux-5.4/MAINTAINERS linux-5.4-aufs/MAINTAINERS AUXILIARY DISPLAY DRIVERS M: Miguel Ojeda Sandonis S: Maintained -diff -Nurp linux-5.4/mm/filemap.c linux-5.4-aufs/mm/filemap.c ---- linux-5.4/mm/filemap.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/mm/filemap.c 2019-11-28 01:25:59.072925617 +0200 -@@ -2696,7 +2696,7 @@ vm_fault_t filemap_page_mkwrite(struct v +diff -Nurp linux-5.6.3/mm/filemap.c linux-5.6.3-aufs/mm/filemap.c +--- linux-5.6.3/mm/filemap.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/mm/filemap.c 2020-04-10 12:40:52.196049690 +0300 +@@ -2653,7 +2653,7 @@ vm_fault_t filemap_page_mkwrite(struct v vm_fault_t ret = VM_FAULT_LOCKED; sb_start_pagefault(inode->i_sb); @@ -37633,10 +37591,10 @@ diff -Nurp linux-5.4/mm/filemap.c linux-5.4-aufs/mm/filemap.c lock_page(page); if (page->mapping != inode->i_mapping) { unlock_page(page); -diff -Nurp linux-5.4/mm/Makefile linux-5.4-aufs/mm/Makefile ---- linux-5.4/mm/Makefile 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/mm/Makefile 2019-11-28 01:25:59.072925617 +0200 -@@ -42,7 +42,7 @@ obj-y := filemap.o mempool.o oom_kill. +diff -Nurp linux-5.6.3/mm/Makefile linux-5.6.3-aufs/mm/Makefile +--- linux-5.6.3/mm/Makefile 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/mm/Makefile 2020-04-10 12:40:52.195049643 +0300 +@@ -43,7 +43,7 @@ obj-y := filemap.o mempool.o oom_kill. mm_init.o mmu_context.o percpu.o slab_common.o \ compaction.o vmacache.o \ interval_tree.o list_lru.o workingset.o \ @@ -37645,10 +37603,10 @@ diff -Nurp linux-5.4/mm/Makefile linux-5.4-aufs/mm/Makefile # Give 'page_alloc' its own module-parameter namespace page-alloc-y := page_alloc.o -diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c ---- linux-5.4/mm/mmap.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/mm/mmap.c 2019-11-28 01:25:59.073925617 +0200 -@@ -182,7 +182,7 @@ static struct vm_area_struct *remove_vma +diff -Nurp linux-5.6.3/mm/mmap.c linux-5.6.3-aufs/mm/mmap.c +--- linux-5.6.3/mm/mmap.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/mm/mmap.c 2020-04-10 12:40:52.196049690 +0300 +@@ -176,7 +176,7 @@ static struct vm_area_struct *remove_vma if (vma->vm_ops && vma->vm_ops->close) vma->vm_ops->close(vma); if (vma->vm_file) @@ -37657,7 +37615,7 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c mpol_put(vma_policy(vma)); vm_area_free(vma); return next; -@@ -940,7 +940,7 @@ again: +@@ -907,7 +907,7 @@ again: if (remove_next) { if (file) { uprobe_munmap(next, next->vm_start, next->vm_end); @@ -37666,7 +37624,7 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c } if (next->anon_vma) anon_vma_merge(vma, next); -@@ -1865,8 +1865,8 @@ out: +@@ -1829,8 +1829,8 @@ out: return addr; unmap_and_free_vma: @@ -37676,7 +37634,7 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c /* Undo any partial mapping done by a device driver. */ unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end); -@@ -2695,7 +2695,7 @@ int __split_vma(struct mm_struct *mm, st +@@ -2659,7 +2659,7 @@ int __split_vma(struct mm_struct *mm, st goto out_free_mpol; if (new->vm_file) @@ -37685,7 +37643,7 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c if (new->vm_ops && new->vm_ops->open) new->vm_ops->open(new); -@@ -2714,7 +2714,7 @@ int __split_vma(struct mm_struct *mm, st +@@ -2678,7 +2678,7 @@ int __split_vma(struct mm_struct *mm, st if (new->vm_ops && new->vm_ops->close) new->vm_ops->close(new); if (new->vm_file) @@ -37694,7 +37652,7 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c unlink_anon_vmas(new); out_free_mpol: mpol_put(vma_policy(new)); -@@ -2906,7 +2906,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsign +@@ -2870,7 +2870,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsign struct vm_area_struct *vma; unsigned long populate = 0; unsigned long ret = -EINVAL; @@ -37703,7 +37661,7 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c pr_warn_once("%s (%d) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.rst.\n", current->comm, current->pid); -@@ -2981,10 +2981,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsign +@@ -2945,10 +2945,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsign } } @@ -37732,7 +37690,7 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c out: up_write(&mm->mmap_sem); if (populate) -@@ -3274,7 +3291,7 @@ struct vm_area_struct *copy_vma(struct v +@@ -3239,7 +3256,7 @@ struct vm_area_struct *copy_vma(struct v if (anon_vma_clone(new_vma, vma)) goto out_free_mempol; if (new_vma->vm_file) @@ -37741,10 +37699,10 @@ diff -Nurp linux-5.4/mm/mmap.c linux-5.4-aufs/mm/mmap.c if (new_vma->vm_ops && new_vma->vm_ops->open) new_vma->vm_ops->open(new_vma); vma_link(mm, new_vma, prev, rb_link, rb_parent); -diff -Nurp linux-5.4/mm/nommu.c linux-5.4-aufs/mm/nommu.c ---- linux-5.4/mm/nommu.c 2019-11-25 02:32:01.000000000 +0200 -+++ linux-5.4-aufs/mm/nommu.c 2019-11-28 01:25:59.073925617 +0200 -@@ -552,7 +552,7 @@ static void __put_nommu_region(struct vm +diff -Nurp linux-5.6.3/mm/nommu.c linux-5.6.3-aufs/mm/nommu.c +--- linux-5.6.3/mm/nommu.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3-aufs/mm/nommu.c 2020-04-10 12:40:52.196049690 +0300 +@@ -567,7 +567,7 @@ static void __put_nommu_region(struct vm up_write(&nommu_region_sem); if (region->vm_file) @@ -37753,7 +37711,7 @@ diff -Nurp linux-5.4/mm/nommu.c linux-5.4-aufs/mm/nommu.c /* IO memory and memory shared directly out of the pagecache * from ramfs/tmpfs mustn't be released here */ -@@ -690,7 +690,7 @@ static void delete_vma(struct mm_struct +@@ -699,7 +699,7 @@ static void delete_vma(struct mm_struct if (vma->vm_ops && vma->vm_ops->close) vma->vm_ops->close(vma); if (vma->vm_file) @@ -37762,7 +37720,7 @@ diff -Nurp linux-5.4/mm/nommu.c linux-5.4-aufs/mm/nommu.c put_nommu_region(vma->vm_region); vm_area_free(vma); } -@@ -1213,7 +1213,7 @@ unsigned long do_mmap(struct file *file, +@@ -1222,7 +1222,7 @@ unsigned long do_mmap(struct file *file, goto error_just_free; } } @@ -37771,7 +37729,7 @@ diff -Nurp linux-5.4/mm/nommu.c linux-5.4-aufs/mm/nommu.c kmem_cache_free(vm_region_jar, region); region = pregion; result = start; -@@ -1290,10 +1290,10 @@ error_just_free: +@@ -1299,10 +1299,10 @@ error_just_free: up_write(&nommu_region_sem); error: if (region->vm_file) @@ -37784,9 +37742,9 @@ diff -Nurp linux-5.4/mm/nommu.c linux-5.4-aufs/mm/nommu.c vm_area_free(vma); return ret; -diff -Nurp linux-5.4/mm/prfile.c linux-5.4-aufs/mm/prfile.c ---- linux-5.4/mm/prfile.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-5.4-aufs/mm/prfile.c 2019-11-28 01:25:59.073925617 +0200 +diff -Nurp linux-5.6.3/mm/prfile.c linux-5.6.3-aufs/mm/prfile.c +--- linux-5.6.3/mm/prfile.c 1970-01-01 02:00:00.000000000 +0200 ++++ linux-5.6.3-aufs/mm/prfile.c 2020-04-10 12:40:52.196049690 +0300 @@ -0,0 +1,86 @@ +// SPDX-License-Identifier: GPL-2.0 +/* @@ -37796,7 +37754,7 @@ diff -Nurp linux-5.4/mm/prfile.c linux-5.4-aufs/mm/prfile.c + * + * See Documentation/filesystems/aufs/design/06mmap.txt + * -+ * Copyright (c) 2014-2019 Junjro R. Okajima ++ * Copyright (c) 2014-2020 Junjro R. Okajima + * Copyright (c) 2014 Ian Campbell + */ + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-Kconfig-and-Makefile.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-Kconfig-and-Makefile.patch new file mode 100644 index 0000000000..674116ff3b --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-Kconfig-and-Makefile.patch @@ -0,0 +1,96 @@ +From b9d1e2e6265f5dc25e9f5dbfbde3e53d8a4958ac Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:42 +0900 +Subject: [PATCH 11/14] exfat: add Kconfig and Makefile +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the Kconfig and Makefile for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/Kconfig | 3 ++- + fs/Makefile | 1 + + fs/exfat/Kconfig | 21 +++++++++++++++++++++ + fs/exfat/Makefile | 8 ++++++++ + 4 files changed, 32 insertions(+), 1 deletion(-) + create mode 100644 fs/exfat/Kconfig + create mode 100644 fs/exfat/Makefile + +diff --git a/fs/Kconfig b/fs/Kconfig +index 708ba336e689..f08fbbfafd9a 100644 +--- a/fs/Kconfig ++++ b/fs/Kconfig +@@ -140,9 +140,10 @@ endmenu + endif # BLOCK + + if BLOCK +-menu "DOS/FAT/NT Filesystems" ++menu "DOS/FAT/EXFAT/NT Filesystems" + + source "fs/fat/Kconfig" ++source "fs/exfat/Kconfig" + source "fs/ntfs/Kconfig" + + endmenu +diff --git a/fs/Makefile b/fs/Makefile +index 505e51166973..2ce5112b02c8 100644 +--- a/fs/Makefile ++++ b/fs/Makefile +@@ -83,6 +83,7 @@ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ + obj-$(CONFIG_CODA_FS) += coda/ + obj-$(CONFIG_MINIX_FS) += minix/ + obj-$(CONFIG_FAT_FS) += fat/ ++obj-$(CONFIG_EXFAT_FS) += exfat/ + obj-$(CONFIG_BFS_FS) += bfs/ + obj-$(CONFIG_ISO9660_FS) += isofs/ + obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ +diff --git a/fs/exfat/Kconfig b/fs/exfat/Kconfig +new file mode 100644 +index 000000000000..2d3636dc5b8c +--- /dev/null ++++ b/fs/exfat/Kconfig +@@ -0,0 +1,21 @@ ++# SPDX-License-Identifier: GPL-2.0-or-later ++ ++config EXFAT_FS ++ tristate "exFAT filesystem support" ++ select NLS ++ help ++ This allows you to mount devices formatted with the exFAT file system. ++ exFAT is typically used on SD-Cards or USB sticks. ++ ++ To compile this as a module, choose M here: the module will be called ++ exfat. ++ ++config EXFAT_DEFAULT_IOCHARSET ++ string "Default iocharset for exFAT" ++ default "utf8" ++ depends on EXFAT_FS ++ help ++ Set this to the default input/output character set to use for ++ converting between the encoding is used for user visible filename and ++ UTF-16 character that exfat filesystem use, and can be overridden with ++ the "iocharset" mount option for exFAT filesystems. +diff --git a/fs/exfat/Makefile b/fs/exfat/Makefile +new file mode 100644 +index 000000000000..ed51926a4971 +--- /dev/null ++++ b/fs/exfat/Makefile +@@ -0,0 +1,8 @@ ++# SPDX-License-Identifier: GPL-2.0-or-later ++# ++# Makefile for the linux exFAT filesystem support. ++# ++obj-$(CONFIG_EXFAT_FS) += exfat.o ++ ++exfat-y := inode.o namei.o dir.o super.o fatent.o cache.o nls.o misc.o \ ++ file.o balloc.o +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-bitmap-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-bitmap-operations.patch new file mode 100644 index 0000000000..5505b30868 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-bitmap-operations.patch @@ -0,0 +1,309 @@ +From 1e49a94cf707204b66a3fb242f2814712c941f52 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:38 +0900 +Subject: [PATCH 07/14] exfat: add bitmap operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of bitmap operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/balloc.c | 280 ++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 280 insertions(+) + create mode 100644 fs/exfat/balloc.c + +diff --git a/fs/exfat/balloc.c b/fs/exfat/balloc.c +new file mode 100644 +index 000000000000..6a04cc02565a +--- /dev/null ++++ b/fs/exfat/balloc.c +@@ -0,0 +1,280 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++static const unsigned char free_bit[] = { ++ 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2,/* 0 ~ 19*/ ++ 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3,/* 20 ~ 39*/ ++ 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/* 40 ~ 59*/ ++ 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4,/* 60 ~ 79*/ ++ 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2,/* 80 ~ 99*/ ++ 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3,/*100 ~ 119*/ ++ 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/*120 ~ 139*/ ++ 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5,/*140 ~ 159*/ ++ 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2,/*160 ~ 179*/ ++ 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3,/*180 ~ 199*/ ++ 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/*200 ~ 219*/ ++ 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4,/*220 ~ 239*/ ++ 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0 /*240 ~ 254*/ ++}; ++ ++static const unsigned char used_bit[] = { ++ 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4, 1, 2, 2, 3,/* 0 ~ 19*/ ++ 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, 1, 2, 2, 3, 2, 3, 3, 4,/* 20 ~ 39*/ ++ 2, 3, 3, 4, 3, 4, 4, 5, 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5,/* 40 ~ 59*/ ++ 4, 5, 5, 6, 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5,/* 60 ~ 79*/ ++ 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, 2, 3, 3, 4,/* 80 ~ 99*/ ++ 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, 3, 4, 4, 5, 4, 5, 5, 6,/*100 ~ 119*/ ++ 4, 5, 5, 6, 5, 6, 6, 7, 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4,/*120 ~ 139*/ ++ 3, 4, 4, 5, 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6,/*140 ~ 159*/ ++ 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, 3, 4, 4, 5,/*160 ~ 179*/ ++ 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, 2, 3, 3, 4, 3, 4, 4, 5,/*180 ~ 199*/ ++ 3, 4, 4, 5, 4, 5, 5, 6, 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6,/*200 ~ 219*/ ++ 5, 6, 6, 7, 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7,/*220 ~ 239*/ ++ 4, 5, 5, 6, 5, 6, 6, 7, 5, 6, 6, 7, 6, 7, 7, 8 /*240 ~ 255*/ ++}; ++ ++/* ++ * Allocation Bitmap Management Functions ++ */ ++static int exfat_allocate_bitmap(struct super_block *sb, ++ struct exfat_dentry *ep) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ long long map_size; ++ unsigned int i, need_map_size; ++ sector_t sector; ++ ++ sbi->map_clu = le32_to_cpu(ep->dentry.bitmap.start_clu); ++ map_size = le64_to_cpu(ep->dentry.bitmap.size); ++ need_map_size = ((EXFAT_DATA_CLUSTER_COUNT(sbi) - 1) / BITS_PER_BYTE) ++ + 1; ++ if (need_map_size != map_size) { ++ exfat_msg(sb, KERN_ERR, ++ "bogus allocation bitmap size(need : %u, cur : %lld)", ++ need_map_size, map_size); ++ /* ++ * Only allowed when bogus allocation ++ * bitmap size is large ++ */ ++ if (need_map_size > map_size) ++ return -EIO; ++ } ++ sbi->map_sectors = ((need_map_size - 1) >> ++ (sb->s_blocksize_bits)) + 1; ++ sbi->vol_amap = kmalloc_array(sbi->map_sectors, ++ sizeof(struct buffer_head *), GFP_KERNEL); ++ if (!sbi->vol_amap) ++ return -ENOMEM; ++ ++ sector = exfat_cluster_to_sector(sbi, sbi->map_clu); ++ for (i = 0; i < sbi->map_sectors; i++) { ++ sbi->vol_amap[i] = sb_bread(sb, sector + i); ++ if (!sbi->vol_amap[i]) { ++ /* release all buffers and free vol_amap */ ++ int j = 0; ++ ++ while (j < i) ++ brelse(sbi->vol_amap[j++]); ++ ++ kfree(sbi->vol_amap); ++ sbi->vol_amap = NULL; ++ return -EIO; ++ } ++ } ++ ++ sbi->pbr_bh = NULL; ++ return 0; ++} ++ ++int exfat_load_bitmap(struct super_block *sb) ++{ ++ unsigned int i, type; ++ struct exfat_chain clu; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); ++ while (clu.dir != EXFAT_EOF_CLUSTER) { ++ for (i = 0; i < sbi->dentries_per_clu; i++) { ++ struct exfat_dentry *ep; ++ struct buffer_head *bh; ++ ++ ep = exfat_get_dentry(sb, &clu, i, &bh, NULL); ++ if (!ep) ++ return -EIO; ++ ++ type = exfat_get_entry_type(ep); ++ if (type == TYPE_UNUSED) ++ break; ++ if (type != TYPE_BITMAP) ++ continue; ++ if (ep->dentry.bitmap.flags == 0x0) { ++ int err; ++ ++ err = exfat_allocate_bitmap(sb, ep); ++ brelse(bh); ++ return err; ++ } ++ brelse(bh); ++ } ++ ++ if (exfat_get_next_cluster(sb, &clu.dir)) ++ return -EIO; ++ } ++ ++ return -EINVAL; ++} ++ ++void exfat_free_bitmap(struct exfat_sb_info *sbi) ++{ ++ int i; ++ ++ brelse(sbi->pbr_bh); ++ ++ for (i = 0; i < sbi->map_sectors; i++) ++ __brelse(sbi->vol_amap[i]); ++ ++ kfree(sbi->vol_amap); ++} ++ ++/* ++ * If the value of "clu" is 0, it means cluster 2 which is the first cluster of ++ * the cluster heap. ++ */ ++int exfat_set_bitmap(struct inode *inode, unsigned int clu) ++{ ++ int i, b; ++ unsigned int ent_idx; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ WARN_ON(clu < EXFAT_FIRST_CLUSTER); ++ ent_idx = CLUSTER_TO_BITMAP_ENT(clu); ++ i = BITMAP_OFFSET_SECTOR_INDEX(sb, ent_idx); ++ b = BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent_idx); ++ ++ set_bit_le(b, sbi->vol_amap[i]->b_data); ++ exfat_update_bh(sb, sbi->vol_amap[i], IS_DIRSYNC(inode)); ++ return 0; ++} ++ ++/* ++ * If the value of "clu" is 0, it means cluster 2 which is the first cluster of ++ * the cluster heap. ++ */ ++void exfat_clear_bitmap(struct inode *inode, unsigned int clu) ++{ ++ int i, b; ++ unsigned int ent_idx; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_mount_options *opts = &sbi->options; ++ ++ WARN_ON(clu < EXFAT_FIRST_CLUSTER); ++ ent_idx = CLUSTER_TO_BITMAP_ENT(clu); ++ i = BITMAP_OFFSET_SECTOR_INDEX(sb, ent_idx); ++ b = BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent_idx); ++ ++ clear_bit_le(b, sbi->vol_amap[i]->b_data); ++ exfat_update_bh(sb, sbi->vol_amap[i], IS_DIRSYNC(inode)); ++ ++ if (opts->discard) { ++ int ret_discard; ++ ++ ret_discard = sb_issue_discard(sb, ++ exfat_cluster_to_sector(sbi, clu + ++ EXFAT_RESERVED_CLUSTERS), ++ (1 << sbi->sect_per_clus_bits), GFP_NOFS, 0); ++ ++ if (ret_discard == -EOPNOTSUPP) { ++ exfat_msg(sb, KERN_ERR, ++ "discard not supported by device, disabling"); ++ opts->discard = 0; ++ } ++ } ++} ++ ++/* ++ * If the value of "clu" is 0, it means cluster 2 which is the first cluster of ++ * the cluster heap. ++ */ ++unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu) ++{ ++ unsigned int i, map_i, map_b, ent_idx; ++ unsigned int clu_base, clu_free; ++ unsigned char k, clu_mask; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ WARN_ON(clu < EXFAT_FIRST_CLUSTER); ++ ent_idx = CLUSTER_TO_BITMAP_ENT(clu); ++ clu_base = BITMAP_ENT_TO_CLUSTER(ent_idx & ~(BITS_PER_BYTE_MASK)); ++ clu_mask = IGNORED_BITS_REMAINED(clu, clu_base); ++ ++ map_i = BITMAP_OFFSET_SECTOR_INDEX(sb, ent_idx); ++ map_b = BITMAP_OFFSET_BYTE_IN_SECTOR(sb, ent_idx); ++ ++ for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; ++ i += BITS_PER_BYTE) { ++ k = *(sbi->vol_amap[map_i]->b_data + map_b); ++ if (clu_mask > 0) { ++ k |= clu_mask; ++ clu_mask = 0; ++ } ++ if (k < 0xFF) { ++ clu_free = clu_base + free_bit[k]; ++ if (clu_free < sbi->num_clusters) ++ return clu_free; ++ } ++ clu_base += BITS_PER_BYTE; ++ ++ if (++map_b >= sb->s_blocksize || ++ clu_base >= sbi->num_clusters) { ++ if (++map_i >= sbi->map_sectors) { ++ clu_base = EXFAT_FIRST_CLUSTER; ++ map_i = 0; ++ } ++ map_b = 0; ++ } ++ } ++ ++ return EXFAT_EOF_CLUSTER; ++} ++ ++int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned int count = 0; ++ unsigned int i, map_i = 0, map_b = 0; ++ unsigned int total_clus = EXFAT_DATA_CLUSTER_COUNT(sbi); ++ unsigned int last_mask = total_clus & BITS_PER_BYTE_MASK; ++ unsigned char clu_bits; ++ const unsigned char last_bit_mask[] = {0, 0b00000001, 0b00000011, ++ 0b00000111, 0b00001111, 0b00011111, 0b00111111, 0b01111111}; ++ ++ total_clus &= ~last_mask; ++ for (i = 0; i < total_clus; i += BITS_PER_BYTE) { ++ clu_bits = *(sbi->vol_amap[map_i]->b_data + map_b); ++ count += used_bit[clu_bits]; ++ if (++map_b >= (unsigned int)sb->s_blocksize) { ++ map_i++; ++ map_b = 0; ++ } ++ } ++ ++ if (last_mask) { ++ clu_bits = *(sbi->vol_amap[map_i]->b_data + map_b); ++ clu_bits &= last_bit_mask[last_mask]; ++ count += used_bit[clu_bits]; ++ } ++ ++ *ret_count = count; ++ return 0; ++} +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-directory-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-directory-operations.patch new file mode 100644 index 0000000000..857c1dbb66 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-directory-operations.patch @@ -0,0 +1,1267 @@ +From ca06197382bde0a3bc20215595d1c9ce20c6e341 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:35 +0900 +Subject: [PATCH 04/14] exfat: add directory operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of directory operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/dir.c | 1238 ++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 1238 insertions(+) + create mode 100644 fs/exfat/dir.c + +diff --git a/fs/exfat/dir.c b/fs/exfat/dir.c +new file mode 100644 +index 000000000000..4b91afb0f051 +--- /dev/null ++++ b/fs/exfat/dir.c +@@ -0,0 +1,1238 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++static int exfat_extract_uni_name(struct exfat_dentry *ep, ++ unsigned short *uniname) ++{ ++ int i, len = 0; ++ ++ for (i = 0; i < EXFAT_FILE_NAME_LEN; i++) { ++ *uniname = le16_to_cpu(ep->dentry.name.unicode_0_14[i]); ++ if (*uniname == 0x0) ++ return len; ++ uniname++; ++ len++; ++ } ++ ++ *uniname = 0x0; ++ return len; ++ ++} ++ ++static void exfat_get_uniname_from_ext_entry(struct super_block *sb, ++ struct exfat_chain *p_dir, int entry, unsigned short *uniname) ++{ ++ int i; ++ struct exfat_dentry *ep; ++ struct exfat_entry_set_cache *es; ++ ++ es = exfat_get_dentry_set(sb, p_dir, entry, ES_ALL_ENTRIES, &ep); ++ if (!es) ++ return; ++ ++ if (es->num_entries < 3) ++ goto free_es; ++ ++ ep += 2; ++ ++ /* ++ * First entry : file entry ++ * Second entry : stream-extension entry ++ * Third entry : first file-name entry ++ * So, the index of first file-name dentry should start from 2. ++ */ ++ for (i = 2; i < es->num_entries; i++, ep++) { ++ /* end of name entry */ ++ if (exfat_get_entry_type(ep) != TYPE_EXTEND) ++ goto free_es; ++ ++ exfat_extract_uni_name(ep, uniname); ++ uniname += EXFAT_FILE_NAME_LEN; ++ } ++ ++free_es: ++ kfree(es); ++} ++ ++/* read a directory entry from the opened directory */ ++static int exfat_readdir(struct inode *inode, struct exfat_dir_entry *dir_entry) ++{ ++ int i, dentries_per_clu, dentries_per_clu_bits = 0; ++ unsigned int type, clu_offset; ++ sector_t sector; ++ struct exfat_chain dir, clu; ++ struct exfat_uni_name uni_name; ++ struct exfat_dentry *ep; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ unsigned int dentry = ei->rwoffset & 0xFFFFFFFF; ++ struct buffer_head *bh; ++ ++ /* check if the given file ID is opened */ ++ if (ei->type != TYPE_DIR) ++ return -EPERM; ++ ++ if (ei->entry == -1) ++ exfat_chain_set(&dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); ++ else ++ exfat_chain_set(&dir, ei->start_clu, ++ EXFAT_B_TO_CLU(i_size_read(inode), sbi), ei->flags); ++ ++ dentries_per_clu = sbi->dentries_per_clu; ++ dentries_per_clu_bits = ilog2(dentries_per_clu); ++ ++ clu_offset = dentry >> dentries_per_clu_bits; ++ exfat_chain_dup(&clu, &dir); ++ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ clu.dir += clu_offset; ++ clu.size -= clu_offset; ++ } else { ++ /* hint_information */ ++ if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER && ++ ei->hint_bmap.off > 0 && clu_offset >= ei->hint_bmap.off) { ++ clu_offset -= ei->hint_bmap.off; ++ clu.dir = ei->hint_bmap.clu; ++ } ++ ++ while (clu_offset > 0) { ++ if (exfat_get_next_cluster(sb, &(clu.dir))) ++ return -EIO; ++ ++ clu_offset--; ++ } ++ } ++ ++ while (clu.dir != EXFAT_EOF_CLUSTER) { ++ i = dentry & (dentries_per_clu - 1); ++ ++ for ( ; i < dentries_per_clu; i++, dentry++) { ++ ep = exfat_get_dentry(sb, &clu, i, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ type = exfat_get_entry_type(ep); ++ if (type == TYPE_UNUSED) { ++ brelse(bh); ++ break; ++ } ++ ++ if (type != TYPE_FILE && type != TYPE_DIR) { ++ brelse(bh); ++ continue; ++ } ++ ++ dir_entry->attr = le16_to_cpu(ep->dentry.file.attr); ++ exfat_get_entry_time(sbi, &dir_entry->crtime, ++ ep->dentry.file.create_tz, ++ ep->dentry.file.create_time, ++ ep->dentry.file.create_date, ++ ep->dentry.file.create_time_ms); ++ exfat_get_entry_time(sbi, &dir_entry->mtime, ++ ep->dentry.file.modify_tz, ++ ep->dentry.file.modify_time, ++ ep->dentry.file.modify_date, ++ ep->dentry.file.modify_time_ms); ++ exfat_get_entry_time(sbi, &dir_entry->atime, ++ ep->dentry.file.access_tz, ++ ep->dentry.file.access_time, ++ ep->dentry.file.access_date, ++ 0); ++ ++ *uni_name.name = 0x0; ++ exfat_get_uniname_from_ext_entry(sb, &dir, dentry, ++ uni_name.name); ++ exfat_utf16_to_nls(sb, &uni_name, ++ dir_entry->namebuf.lfn, ++ dir_entry->namebuf.lfnbuf_len); ++ brelse(bh); ++ ++ ep = exfat_get_dentry(sb, &clu, i + 1, &bh, NULL); ++ if (!ep) ++ return -EIO; ++ dir_entry->size = ++ le64_to_cpu(ep->dentry.stream.valid_size); ++ brelse(bh); ++ ++ ei->hint_bmap.off = dentry >> dentries_per_clu_bits; ++ ei->hint_bmap.clu = clu.dir; ++ ++ ei->rwoffset = ++dentry; ++ return 0; ++ } ++ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ if (--clu.size > 0) ++ clu.dir++; ++ else ++ clu.dir = EXFAT_EOF_CLUSTER; ++ } else { ++ if (exfat_get_next_cluster(sb, &(clu.dir))) ++ return -EIO; ++ } ++ } ++ ++ dir_entry->namebuf.lfn[0] = '\0'; ++ ei->rwoffset = dentry; ++ return 0; ++} ++ ++static void exfat_init_namebuf(struct exfat_dentry_namebuf *nb) ++{ ++ nb->lfn = NULL; ++ nb->lfnbuf_len = 0; ++} ++ ++static int exfat_alloc_namebuf(struct exfat_dentry_namebuf *nb) ++{ ++ nb->lfn = __getname(); ++ if (!nb->lfn) ++ return -ENOMEM; ++ nb->lfnbuf_len = MAX_VFSNAME_BUF_SIZE; ++ return 0; ++} ++ ++static void exfat_free_namebuf(struct exfat_dentry_namebuf *nb) ++{ ++ if (!nb->lfn) ++ return; ++ ++ __putname(nb->lfn); ++ exfat_init_namebuf(nb); ++} ++ ++/* skip iterating emit_dots when dir is empty */ ++#define ITER_POS_FILLED_DOTS (2) ++static int exfat_iterate(struct file *filp, struct dir_context *ctx) ++{ ++ struct inode *inode = filp->f_path.dentry->d_inode; ++ struct super_block *sb = inode->i_sb; ++ struct inode *tmp; ++ struct exfat_dir_entry de; ++ struct exfat_dentry_namebuf *nb = &(de.namebuf); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ unsigned long inum; ++ loff_t cpos, i_pos; ++ int err = 0, fake_offset = 0; ++ ++ exfat_init_namebuf(nb); ++ mutex_lock(&EXFAT_SB(sb)->s_lock); ++ ++ cpos = ctx->pos; ++ if (!dir_emit_dots(filp, ctx)) ++ goto unlock; ++ ++ if (ctx->pos == ITER_POS_FILLED_DOTS) { ++ cpos = 0; ++ fake_offset = 1; ++ } ++ ++ if (cpos & (DENTRY_SIZE - 1)) { ++ err = -ENOENT; ++ goto unlock; ++ } ++ ++ /* name buffer should be allocated before use */ ++ err = exfat_alloc_namebuf(nb); ++ if (err) ++ goto unlock; ++get_new: ++ ei->rwoffset = EXFAT_B_TO_DEN(cpos); ++ ++ if (cpos >= i_size_read(inode)) ++ goto end_of_dir; ++ ++ err = exfat_readdir(inode, &de); ++ if (err) { ++ /* ++ * At least we tried to read a sector. Move cpos to next sector ++ * position (should be aligned). ++ */ ++ if (err == -EIO) { ++ cpos += 1 << (sb->s_blocksize_bits); ++ cpos &= ~(sb->s_blocksize - 1); ++ } ++ ++ err = -EIO; ++ goto end_of_dir; ++ } ++ ++ cpos = EXFAT_DEN_TO_B(ei->rwoffset); ++ ++ if (!nb->lfn[0]) ++ goto end_of_dir; ++ ++ i_pos = ((loff_t)ei->start_clu << 32) | ++ ((ei->rwoffset - 1) & 0xffffffff); ++ tmp = exfat_iget(sb, i_pos); ++ if (tmp) { ++ inum = tmp->i_ino; ++ iput(tmp); ++ } else { ++ inum = iunique(sb, EXFAT_ROOT_INO); ++ } ++ ++ /* ++ * Before calling dir_emit(), sb_lock should be released. ++ * Because page fault can occur in dir_emit() when the size ++ * of buffer given from user is larger than one page size. ++ */ ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ if (!dir_emit(ctx, nb->lfn, strlen(nb->lfn), inum, ++ (de.attr & ATTR_SUBDIR) ? DT_DIR : DT_REG)) ++ goto out_unlocked; ++ mutex_lock(&EXFAT_SB(sb)->s_lock); ++ ctx->pos = cpos; ++ goto get_new; ++ ++end_of_dir: ++ if (!cpos && fake_offset) ++ cpos = ITER_POS_FILLED_DOTS; ++ ctx->pos = cpos; ++unlock: ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++out_unlocked: ++ /* ++ * To improve performance, free namebuf after unlock sb_lock. ++ * If namebuf is not allocated, this function do nothing ++ */ ++ exfat_free_namebuf(nb); ++ return err; ++} ++ ++const struct file_operations exfat_dir_operations = { ++ .llseek = generic_file_llseek, ++ .read = generic_read_dir, ++ .iterate = exfat_iterate, ++ .fsync = generic_file_fsync, ++}; ++ ++int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) ++{ ++ int ret; ++ ++ exfat_chain_set(clu, EXFAT_EOF_CLUSTER, 0, ALLOC_NO_FAT_CHAIN); ++ ++ ret = exfat_alloc_cluster(inode, 1, clu); ++ if (ret) ++ return ret; ++ ++ return exfat_zeroed_cluster(inode, clu->dir); ++} ++ ++int exfat_calc_num_entries(struct exfat_uni_name *p_uniname) ++{ ++ int len; ++ ++ len = p_uniname->name_len; ++ if (len == 0) ++ return -EINVAL; ++ ++ /* 1 file entry + 1 stream entry + name entries */ ++ return ((len - 1) / EXFAT_FILE_NAME_LEN + 3); ++} ++ ++unsigned int exfat_get_entry_type(struct exfat_dentry *ep) ++{ ++ if (ep->type == EXFAT_UNUSED) ++ return TYPE_UNUSED; ++ if (IS_EXFAT_DELETED(ep->type)) ++ return TYPE_DELETED; ++ if (ep->type == EXFAT_INVAL) ++ return TYPE_INVALID; ++ if (IS_EXFAT_CRITICAL_PRI(ep->type)) { ++ if (ep->type == EXFAT_BITMAP) ++ return TYPE_BITMAP; ++ if (ep->type == EXFAT_UPCASE) ++ return TYPE_UPCASE; ++ if (ep->type == EXFAT_VOLUME) ++ return TYPE_VOLUME; ++ if (ep->type == EXFAT_FILE) { ++ if (le16_to_cpu(ep->dentry.file.attr) & ATTR_SUBDIR) ++ return TYPE_DIR; ++ return TYPE_FILE; ++ } ++ return TYPE_CRITICAL_PRI; ++ } ++ if (IS_EXFAT_BENIGN_PRI(ep->type)) { ++ if (ep->type == EXFAT_GUID) ++ return TYPE_GUID; ++ if (ep->type == EXFAT_PADDING) ++ return TYPE_PADDING; ++ if (ep->type == EXFAT_ACLTAB) ++ return TYPE_ACLTAB; ++ return TYPE_BENIGN_PRI; ++ } ++ if (IS_EXFAT_CRITICAL_SEC(ep->type)) { ++ if (ep->type == EXFAT_STREAM) ++ return TYPE_STREAM; ++ if (ep->type == EXFAT_NAME) ++ return TYPE_EXTEND; ++ if (ep->type == EXFAT_ACL) ++ return TYPE_ACL; ++ return TYPE_CRITICAL_SEC; ++ } ++ return TYPE_BENIGN_SEC; ++} ++ ++static void exfat_set_entry_type(struct exfat_dentry *ep, unsigned int type) ++{ ++ if (type == TYPE_UNUSED) { ++ ep->type = EXFAT_UNUSED; ++ } else if (type == TYPE_DELETED) { ++ ep->type &= EXFAT_DELETE; ++ } else if (type == TYPE_STREAM) { ++ ep->type = EXFAT_STREAM; ++ } else if (type == TYPE_EXTEND) { ++ ep->type = EXFAT_NAME; ++ } else if (type == TYPE_BITMAP) { ++ ep->type = EXFAT_BITMAP; ++ } else if (type == TYPE_UPCASE) { ++ ep->type = EXFAT_UPCASE; ++ } else if (type == TYPE_VOLUME) { ++ ep->type = EXFAT_VOLUME; ++ } else if (type == TYPE_DIR) { ++ ep->type = EXFAT_FILE; ++ ep->dentry.file.attr = cpu_to_le16(ATTR_SUBDIR); ++ } else if (type == TYPE_FILE) { ++ ep->type = EXFAT_FILE; ++ ep->dentry.file.attr = cpu_to_le16(ATTR_ARCHIVE); ++ } ++} ++ ++static void exfat_init_stream_entry(struct exfat_dentry *ep, ++ unsigned char flags, unsigned int start_clu, ++ unsigned long long size) ++{ ++ exfat_set_entry_type(ep, TYPE_STREAM); ++ ep->dentry.stream.flags = flags; ++ ep->dentry.stream.start_clu = cpu_to_le32(start_clu); ++ ep->dentry.stream.valid_size = cpu_to_le64(size); ++ ep->dentry.stream.size = cpu_to_le64(size); ++} ++ ++static void exfat_init_name_entry(struct exfat_dentry *ep, ++ unsigned short *uniname) ++{ ++ int i; ++ ++ exfat_set_entry_type(ep, TYPE_EXTEND); ++ ep->dentry.name.flags = 0x0; ++ ++ for (i = 0; i < EXFAT_FILE_NAME_LEN; i++) { ++ ep->dentry.name.unicode_0_14[i] = cpu_to_le16(*uniname); ++ if (*uniname == 0x0) ++ break; ++ uniname++; ++ } ++} ++ ++int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir, ++ int entry, unsigned int type, unsigned int start_clu, ++ unsigned long long size) ++{ ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct timespec64 ts = current_time(inode); ++ sector_t sector; ++ struct exfat_dentry *ep; ++ struct buffer_head *bh; ++ ++ /* ++ * We cannot use exfat_get_dentry_set here because file ep is not ++ * initialized yet. ++ */ ++ ep = exfat_get_dentry(sb, p_dir, entry, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ exfat_set_entry_type(ep, type); ++ exfat_set_entry_time(sbi, &ts, ++ &ep->dentry.file.create_tz, ++ &ep->dentry.file.create_time, ++ &ep->dentry.file.create_date, ++ &ep->dentry.file.create_time_ms); ++ exfat_set_entry_time(sbi, &ts, ++ &ep->dentry.file.modify_tz, ++ &ep->dentry.file.modify_time, ++ &ep->dentry.file.modify_date, ++ &ep->dentry.file.modify_time_ms); ++ exfat_set_entry_time(sbi, &ts, ++ &ep->dentry.file.access_tz, ++ &ep->dentry.file.access_time, ++ &ep->dentry.file.access_date, ++ NULL); ++ ++ exfat_update_bh(sb, bh, IS_DIRSYNC(inode)); ++ brelse(bh); ++ ++ ep = exfat_get_dentry(sb, p_dir, entry + 1, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ exfat_init_stream_entry(ep, ++ (type == TYPE_FILE) ? ALLOC_FAT_CHAIN : ALLOC_NO_FAT_CHAIN, ++ start_clu, size); ++ exfat_update_bh(sb, bh, IS_DIRSYNC(inode)); ++ brelse(bh); ++ ++ return 0; ++} ++ ++int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir, ++ int entry) ++{ ++ struct super_block *sb = inode->i_sb; ++ int ret = 0; ++ int i, num_entries; ++ sector_t sector; ++ unsigned short chksum; ++ struct exfat_dentry *ep, *fep; ++ struct buffer_head *fbh, *bh; ++ ++ fep = exfat_get_dentry(sb, p_dir, entry, &fbh, §or); ++ if (!fep) ++ return -EIO; ++ ++ num_entries = fep->dentry.file.num_ext + 1; ++ chksum = exfat_calc_chksum_2byte(fep, DENTRY_SIZE, 0, CS_DIR_ENTRY); ++ ++ for (i = 1; i < num_entries; i++) { ++ ep = exfat_get_dentry(sb, p_dir, entry + i, &bh, NULL); ++ if (!ep) { ++ ret = -EIO; ++ goto release_fbh; ++ } ++ chksum = exfat_calc_chksum_2byte(ep, DENTRY_SIZE, chksum, ++ CS_DEFAULT); ++ brelse(bh); ++ } ++ ++ fep->dentry.file.checksum = cpu_to_le16(chksum); ++ exfat_update_bh(sb, fbh, IS_DIRSYNC(inode)); ++release_fbh: ++ brelse(fbh); ++ return ret; ++} ++ ++int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir, ++ int entry, int num_entries, struct exfat_uni_name *p_uniname) ++{ ++ struct super_block *sb = inode->i_sb; ++ int i; ++ sector_t sector; ++ unsigned short *uniname = p_uniname->name; ++ struct exfat_dentry *ep; ++ struct buffer_head *bh; ++ int sync = IS_DIRSYNC(inode); ++ ++ ep = exfat_get_dentry(sb, p_dir, entry, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ ep->dentry.file.num_ext = (unsigned char)(num_entries - 1); ++ exfat_update_bh(sb, bh, sync); ++ brelse(bh); ++ ++ ep = exfat_get_dentry(sb, p_dir, entry + 1, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ ep->dentry.stream.name_len = p_uniname->name_len; ++ ep->dentry.stream.name_hash = cpu_to_le16(p_uniname->name_hash); ++ exfat_update_bh(sb, bh, sync); ++ brelse(bh); ++ ++ for (i = EXFAT_FIRST_CLUSTER; i < num_entries; i++) { ++ ep = exfat_get_dentry(sb, p_dir, entry + i, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ exfat_init_name_entry(ep, uniname); ++ exfat_update_bh(sb, bh, sync); ++ brelse(bh); ++ uniname += EXFAT_FILE_NAME_LEN; ++ } ++ ++ exfat_update_dir_chksum(inode, p_dir, entry); ++ return 0; ++} ++ ++int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir, ++ int entry, int order, int num_entries) ++{ ++ struct super_block *sb = inode->i_sb; ++ int i; ++ sector_t sector; ++ struct exfat_dentry *ep; ++ struct buffer_head *bh; ++ ++ for (i = order; i < num_entries; i++) { ++ ep = exfat_get_dentry(sb, p_dir, entry + i, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ exfat_set_entry_type(ep, TYPE_DELETED); ++ exfat_update_bh(sb, bh, IS_DIRSYNC(inode)); ++ brelse(bh); ++ } ++ ++ return 0; ++} ++ ++int exfat_update_dir_chksum_with_entry_set(struct super_block *sb, ++ struct exfat_entry_set_cache *es, int sync) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct buffer_head *bh; ++ sector_t sec = es->sector; ++ unsigned int off = es->offset; ++ int chksum_type = CS_DIR_ENTRY, i, num_entries = es->num_entries; ++ unsigned int buf_off = (off - es->offset); ++ unsigned int remaining_byte_in_sector, copy_entries, clu; ++ unsigned short chksum = 0; ++ ++ for (i = 0; i < num_entries; i++) { ++ chksum = exfat_calc_chksum_2byte(&es->entries[i], DENTRY_SIZE, ++ chksum, chksum_type); ++ chksum_type = CS_DEFAULT; ++ } ++ ++ es->entries[0].dentry.file.checksum = cpu_to_le16(chksum); ++ ++ while (num_entries) { ++ /* write per sector base */ ++ remaining_byte_in_sector = (1 << sb->s_blocksize_bits) - off; ++ copy_entries = min_t(int, ++ EXFAT_B_TO_DEN(remaining_byte_in_sector), ++ num_entries); ++ bh = sb_bread(sb, sec); ++ if (!bh) ++ goto err_out; ++ memcpy(bh->b_data + off, ++ (unsigned char *)&es->entries[0] + buf_off, ++ EXFAT_DEN_TO_B(copy_entries)); ++ exfat_update_bh(sb, bh, sync); ++ brelse(bh); ++ num_entries -= copy_entries; ++ ++ if (num_entries) { ++ /* get next sector */ ++ if (exfat_is_last_sector_in_cluster(sbi, sec)) { ++ clu = exfat_sector_to_cluster(sbi, sec); ++ if (es->alloc_flag == ALLOC_NO_FAT_CHAIN) ++ clu++; ++ else if (exfat_get_next_cluster(sb, &clu)) ++ goto err_out; ++ sec = exfat_cluster_to_sector(sbi, clu); ++ } else { ++ sec++; ++ } ++ off = 0; ++ buf_off += EXFAT_DEN_TO_B(copy_entries); ++ } ++ } ++ ++ return 0; ++err_out: ++ return -EIO; ++} ++ ++static int exfat_walk_fat_chain(struct super_block *sb, ++ struct exfat_chain *p_dir, unsigned int byte_offset, ++ unsigned int *clu) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned int clu_offset; ++ unsigned int cur_clu; ++ ++ clu_offset = EXFAT_B_TO_CLU(byte_offset, sbi); ++ cur_clu = p_dir->dir; ++ ++ if (p_dir->flags == ALLOC_NO_FAT_CHAIN) { ++ cur_clu += clu_offset; ++ } else { ++ while (clu_offset > 0) { ++ if (exfat_get_next_cluster(sb, &cur_clu)) ++ return -EIO; ++ if (cur_clu == EXFAT_EOF_CLUSTER) { ++ exfat_fs_error(sb, ++ "invalid dentry access beyond EOF (clu : %u, eidx : %d)", ++ p_dir->dir, ++ EXFAT_B_TO_DEN(byte_offset)); ++ return -EIO; ++ } ++ clu_offset--; ++ } ++ } ++ ++ *clu = cur_clu; ++ return 0; ++} ++ ++int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, ++ int entry, sector_t *sector, int *offset) ++{ ++ int ret; ++ unsigned int off, clu = 0; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ off = EXFAT_DEN_TO_B(entry); ++ ++ ret = exfat_walk_fat_chain(sb, p_dir, off, &clu); ++ if (ret) ++ return ret; ++ ++ /* byte offset in cluster */ ++ off = EXFAT_CLU_OFFSET(off, sbi); ++ ++ /* byte offset in sector */ ++ *offset = EXFAT_BLK_OFFSET(off, sb); ++ ++ /* sector offset in cluster */ ++ *sector = EXFAT_B_TO_BLK(off, sb); ++ *sector += exfat_cluster_to_sector(sbi, clu); ++ return 0; ++} ++ ++#define EXFAT_MAX_RA_SIZE (128*1024) ++static int exfat_dir_readahead(struct super_block *sb, sector_t sec) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct buffer_head *bh; ++ unsigned int max_ra_count = EXFAT_MAX_RA_SIZE >> sb->s_blocksize_bits; ++ unsigned int page_ra_count = PAGE_SIZE >> sb->s_blocksize_bits; ++ unsigned int adj_ra_count = max(sbi->sect_per_clus, page_ra_count); ++ unsigned int ra_count = min(adj_ra_count, max_ra_count); ++ ++ /* Read-ahead is not required */ ++ if (sbi->sect_per_clus == 1) ++ return 0; ++ ++ if (sec < sbi->data_start_sector) { ++ exfat_msg(sb, KERN_ERR, ++ "requested sector is invalid(sect:%llu, root:%llu)", ++ (unsigned long long)sec, sbi->data_start_sector); ++ return -EIO; ++ } ++ ++ /* Not sector aligned with ra_count, resize ra_count to page size */ ++ if ((sec - sbi->data_start_sector) & (ra_count - 1)) ++ ra_count = page_ra_count; ++ ++ bh = sb_find_get_block(sb, sec); ++ if (!bh || !buffer_uptodate(bh)) { ++ unsigned int i; ++ ++ for (i = 0; i < ra_count; i++) ++ sb_breadahead(sb, (sector_t)(sec + i)); ++ } ++ brelse(bh); ++ return 0; ++} ++ ++struct exfat_dentry *exfat_get_dentry(struct super_block *sb, ++ struct exfat_chain *p_dir, int entry, struct buffer_head **bh, ++ sector_t *sector) ++{ ++ unsigned int dentries_per_page = EXFAT_B_TO_DEN(PAGE_SIZE); ++ int off; ++ sector_t sec; ++ ++ if (p_dir->dir == DIR_DELETED) { ++ exfat_msg(sb, KERN_ERR, "abnormal access to deleted dentry\n"); ++ return NULL; ++ } ++ ++ if (exfat_find_location(sb, p_dir, entry, &sec, &off)) ++ return NULL; ++ ++ if (p_dir->dir != EXFAT_FREE_CLUSTER && ++ !(entry & (dentries_per_page - 1))) ++ exfat_dir_readahead(sb, sec); ++ ++ *bh = sb_bread(sb, sec); ++ if (!*bh) ++ return NULL; ++ ++ if (sector) ++ *sector = sec; ++ return (struct exfat_dentry *)((*bh)->b_data + off); ++} ++ ++enum exfat_validate_dentry_mode { ++ ES_MODE_STARTED, ++ ES_MODE_GET_FILE_ENTRY, ++ ES_MODE_GET_STRM_ENTRY, ++ ES_MODE_GET_NAME_ENTRY, ++ ES_MODE_GET_CRITICAL_SEC_ENTRY, ++}; ++ ++static bool exfat_validate_entry(unsigned int type, ++ enum exfat_validate_dentry_mode *mode) ++{ ++ if (type == TYPE_UNUSED || type == TYPE_DELETED) ++ return false; ++ ++ switch (*mode) { ++ case ES_MODE_STARTED: ++ if (type != TYPE_FILE && type != TYPE_DIR) ++ return false; ++ *mode = ES_MODE_GET_FILE_ENTRY; ++ return true; ++ case ES_MODE_GET_FILE_ENTRY: ++ if (type != TYPE_STREAM) ++ return false; ++ *mode = ES_MODE_GET_STRM_ENTRY; ++ return true; ++ case ES_MODE_GET_STRM_ENTRY: ++ if (type != TYPE_EXTEND) ++ return false; ++ *mode = ES_MODE_GET_NAME_ENTRY; ++ return true; ++ case ES_MODE_GET_NAME_ENTRY: ++ if (type == TYPE_STREAM) ++ return false; ++ if (type != TYPE_EXTEND) { ++ if (!(type & TYPE_CRITICAL_SEC)) ++ return false; ++ *mode = ES_MODE_GET_CRITICAL_SEC_ENTRY; ++ } ++ return true; ++ case ES_MODE_GET_CRITICAL_SEC_ENTRY: ++ if (type == TYPE_EXTEND || type == TYPE_STREAM) ++ return false; ++ if ((type & TYPE_CRITICAL_SEC) != TYPE_CRITICAL_SEC) ++ return false; ++ return true; ++ default: ++ WARN_ON_ONCE(1); ++ return false; ++ } ++} ++ ++/* ++ * Returns a set of dentries for a file or dir. ++ * ++ * Note that this is a copy (dump) of dentries so that user should ++ * call write_entry_set() to apply changes made in this entry set ++ * to the real device. ++ * ++ * in: ++ * sb+p_dir+entry: indicates a file/dir ++ * type: specifies how many dentries should be included. ++ * out: ++ * file_ep: will point the first dentry(= file dentry) on success ++ * return: ++ * pointer of entry set on success, ++ * NULL on failure. ++ */ ++struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb, ++ struct exfat_chain *p_dir, int entry, unsigned int type, ++ struct exfat_dentry **file_ep) ++{ ++ int ret; ++ unsigned int off, byte_offset, clu = 0; ++ unsigned int entry_type; ++ sector_t sec; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_entry_set_cache *es; ++ struct exfat_dentry *ep, *pos; ++ unsigned char num_entries; ++ enum exfat_validate_dentry_mode mode = ES_MODE_STARTED; ++ struct buffer_head *bh; ++ ++ if (p_dir->dir == DIR_DELETED) { ++ exfat_msg(sb, KERN_ERR, "access to deleted dentry\n"); ++ return NULL; ++ } ++ ++ byte_offset = EXFAT_DEN_TO_B(entry); ++ ret = exfat_walk_fat_chain(sb, p_dir, byte_offset, &clu); ++ if (ret) ++ return NULL; ++ ++ /* byte offset in cluster */ ++ byte_offset = EXFAT_CLU_OFFSET(byte_offset, sbi); ++ ++ /* byte offset in sector */ ++ off = EXFAT_BLK_OFFSET(byte_offset, sb); ++ ++ /* sector offset in cluster */ ++ sec = EXFAT_B_TO_BLK(byte_offset, sb); ++ sec += exfat_cluster_to_sector(sbi, clu); ++ ++ bh = sb_bread(sb, sec); ++ if (!bh) ++ return NULL; ++ ++ ep = (struct exfat_dentry *)(bh->b_data + off); ++ entry_type = exfat_get_entry_type(ep); ++ ++ if (entry_type != TYPE_FILE && entry_type != TYPE_DIR) ++ goto release_bh; ++ ++ num_entries = type == ES_ALL_ENTRIES ? ++ ep->dentry.file.num_ext + 1 : type; ++ es = kmalloc(struct_size(es, entries, num_entries), GFP_KERNEL); ++ if (!es) ++ goto release_bh; ++ ++ es->num_entries = num_entries; ++ es->sector = sec; ++ es->offset = off; ++ es->alloc_flag = p_dir->flags; ++ ++ pos = &es->entries[0]; ++ ++ while (num_entries) { ++ if (!exfat_validate_entry(exfat_get_entry_type(ep), &mode)) ++ goto free_es; ++ ++ /* copy dentry */ ++ memcpy(pos, ep, sizeof(struct exfat_dentry)); ++ ++ if (--num_entries == 0) ++ break; ++ ++ if (((off + DENTRY_SIZE) & (sb->s_blocksize - 1)) < ++ (off & (sb->s_blocksize - 1))) { ++ /* get the next sector */ ++ if (exfat_is_last_sector_in_cluster(sbi, sec)) { ++ if (es->alloc_flag == ALLOC_NO_FAT_CHAIN) ++ clu++; ++ else if (exfat_get_next_cluster(sb, &clu)) ++ goto free_es; ++ sec = exfat_cluster_to_sector(sbi, clu); ++ } else { ++ sec++; ++ } ++ ++ brelse(bh); ++ bh = sb_bread(sb, sec); ++ if (!bh) ++ goto free_es; ++ off = 0; ++ ep = (struct exfat_dentry *)bh->b_data; ++ } else { ++ ep++; ++ off += DENTRY_SIZE; ++ } ++ pos++; ++ } ++ ++ if (file_ep) ++ *file_ep = &es->entries[0]; ++ brelse(bh); ++ return es; ++ ++free_es: ++ kfree(es); ++release_bh: ++ brelse(bh); ++ return NULL; ++} ++ ++enum { ++ DIRENT_STEP_FILE, ++ DIRENT_STEP_STRM, ++ DIRENT_STEP_NAME, ++ DIRENT_STEP_SECD, ++}; ++ ++/* ++ * return values: ++ * >= 0 : return dir entiry position with the name in dir ++ * -EEXIST : (root dir, ".") it is the root dir itself ++ * -ENOENT : entry with the name does not exist ++ * -EIO : I/O error ++ */ ++int exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei, ++ struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, ++ int num_entries, unsigned int type) ++{ ++ int i, rewind = 0, dentry = 0, end_eidx = 0, num_ext = 0, len; ++ int order, step, name_len = 0; ++ int dentries_per_clu, num_empty = 0; ++ unsigned int entry_type; ++ unsigned short *uniname = NULL; ++ struct exfat_chain clu; ++ struct exfat_hint *hint_stat = &ei->hint_stat; ++ struct exfat_hint_femp candi_empty; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ dentries_per_clu = sbi->dentries_per_clu; ++ ++ exfat_chain_dup(&clu, p_dir); ++ ++ if (hint_stat->eidx) { ++ clu.dir = hint_stat->clu; ++ dentry = hint_stat->eidx; ++ end_eidx = dentry; ++ } ++ ++ candi_empty.eidx = EXFAT_HINT_NONE; ++rewind: ++ order = 0; ++ step = DIRENT_STEP_FILE; ++ while (clu.dir != EXFAT_EOF_CLUSTER) { ++ i = dentry & (dentries_per_clu - 1); ++ for (; i < dentries_per_clu; i++, dentry++) { ++ struct exfat_dentry *ep; ++ struct buffer_head *bh; ++ ++ if (rewind && dentry == end_eidx) ++ goto not_found; ++ ++ ep = exfat_get_dentry(sb, &clu, i, &bh, NULL); ++ if (!ep) ++ return -EIO; ++ ++ entry_type = exfat_get_entry_type(ep); ++ ++ if (entry_type == TYPE_UNUSED || ++ entry_type == TYPE_DELETED) { ++ step = DIRENT_STEP_FILE; ++ ++ num_empty++; ++ if (candi_empty.eidx == EXFAT_HINT_NONE && ++ num_empty == 1) { ++ exfat_chain_set(&candi_empty.cur, ++ clu.dir, clu.size, clu.flags); ++ } ++ ++ if (candi_empty.eidx == EXFAT_HINT_NONE && ++ num_empty >= num_entries) { ++ candi_empty.eidx = ++ dentry - (num_empty - 1); ++ WARN_ON(candi_empty.eidx < 0); ++ candi_empty.count = num_empty; ++ ++ if (ei->hint_femp.eidx == ++ EXFAT_HINT_NONE || ++ candi_empty.eidx <= ++ ei->hint_femp.eidx) { ++ memcpy(&ei->hint_femp, ++ &candi_empty, ++ sizeof(candi_empty)); ++ } ++ } ++ ++ brelse(bh); ++ if (entry_type == TYPE_UNUSED) ++ goto not_found; ++ continue; ++ } ++ ++ num_empty = 0; ++ candi_empty.eidx = EXFAT_HINT_NONE; ++ ++ if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { ++ step = DIRENT_STEP_FILE; ++ if (type == TYPE_ALL || type == entry_type) { ++ num_ext = ep->dentry.file.num_ext; ++ step = DIRENT_STEP_STRM; ++ } ++ brelse(bh); ++ continue; ++ } ++ ++ if (entry_type == TYPE_STREAM) { ++ unsigned short name_hash; ++ ++ if (step != DIRENT_STEP_STRM) { ++ step = DIRENT_STEP_FILE; ++ brelse(bh); ++ continue; ++ } ++ step = DIRENT_STEP_FILE; ++ name_hash = le16_to_cpu( ++ ep->dentry.stream.name_hash); ++ if (p_uniname->name_hash == name_hash && ++ p_uniname->name_len == ++ ep->dentry.stream.name_len) { ++ step = DIRENT_STEP_NAME; ++ order = 1; ++ name_len = 0; ++ } ++ brelse(bh); ++ continue; ++ } ++ ++ brelse(bh); ++ if (entry_type == TYPE_EXTEND) { ++ unsigned short entry_uniname[16], unichar; ++ ++ if (step != DIRENT_STEP_NAME) { ++ step = DIRENT_STEP_FILE; ++ continue; ++ } ++ ++ if (++order == 2) ++ uniname = p_uniname->name; ++ else ++ uniname += EXFAT_FILE_NAME_LEN; ++ ++ len = exfat_extract_uni_name(ep, entry_uniname); ++ name_len += len; ++ ++ unichar = *(uniname+len); ++ *(uniname+len) = 0x0; ++ ++ if (exfat_uniname_ncmp(sb, uniname, ++ entry_uniname, len)) { ++ step = DIRENT_STEP_FILE; ++ } else if (p_uniname->name_len == name_len) { ++ if (order == num_ext) ++ goto found; ++ step = DIRENT_STEP_SECD; ++ } ++ ++ *(uniname+len) = unichar; ++ continue; ++ } ++ ++ if (entry_type & ++ (TYPE_CRITICAL_SEC | TYPE_BENIGN_SEC)) { ++ if (step == DIRENT_STEP_SECD) { ++ if (++order == num_ext) ++ goto found; ++ continue; ++ } ++ } ++ step = DIRENT_STEP_FILE; ++ } ++ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ if (--clu.size > 0) ++ clu.dir++; ++ else ++ clu.dir = EXFAT_EOF_CLUSTER; ++ } else { ++ if (exfat_get_next_cluster(sb, &clu.dir)) ++ return -EIO; ++ } ++ } ++ ++not_found: ++ /* ++ * We started at not 0 index,so we should try to find target ++ * from 0 index to the index we started at. ++ */ ++ if (!rewind && end_eidx) { ++ rewind = 1; ++ dentry = 0; ++ clu.dir = p_dir->dir; ++ /* reset empty hint */ ++ num_empty = 0; ++ candi_empty.eidx = EXFAT_HINT_NONE; ++ goto rewind; ++ } ++ ++ /* initialized hint_stat */ ++ hint_stat->clu = p_dir->dir; ++ hint_stat->eidx = 0; ++ return -ENOENT; ++ ++found: ++ /* next dentry we'll find is out of this cluster */ ++ if (!((dentry + 1) & (dentries_per_clu - 1))) { ++ int ret = 0; ++ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ if (--clu.size > 0) ++ clu.dir++; ++ else ++ clu.dir = EXFAT_EOF_CLUSTER; ++ } else { ++ ret = exfat_get_next_cluster(sb, &clu.dir); ++ } ++ ++ if (ret || clu.dir != EXFAT_EOF_CLUSTER) { ++ /* just initialized hint_stat */ ++ hint_stat->clu = p_dir->dir; ++ hint_stat->eidx = 0; ++ return (dentry - num_ext); ++ } ++ } ++ ++ hint_stat->clu = clu.dir; ++ hint_stat->eidx = dentry + 1; ++ return dentry - num_ext; ++} ++ ++int exfat_count_ext_entries(struct super_block *sb, struct exfat_chain *p_dir, ++ int entry, struct exfat_dentry *ep) ++{ ++ int i, count = 0; ++ unsigned int type; ++ struct exfat_dentry *ext_ep; ++ struct buffer_head *bh; ++ ++ for (i = 0, entry++; i < ep->dentry.file.num_ext; i++, entry++) { ++ ext_ep = exfat_get_dentry(sb, p_dir, entry, &bh, NULL); ++ if (!ext_ep) ++ return -EIO; ++ ++ type = exfat_get_entry_type(ext_ep); ++ brelse(bh); ++ if (type == TYPE_EXTEND || type == TYPE_STREAM) ++ count++; ++ else ++ break; ++ } ++ return count; ++} ++ ++int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir) ++{ ++ int i, count = 0; ++ int dentries_per_clu; ++ unsigned int entry_type; ++ struct exfat_chain clu; ++ struct exfat_dentry *ep; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct buffer_head *bh; ++ ++ dentries_per_clu = sbi->dentries_per_clu; ++ ++ exfat_chain_dup(&clu, p_dir); ++ ++ while (clu.dir != EXFAT_EOF_CLUSTER) { ++ for (i = 0; i < dentries_per_clu; i++) { ++ ep = exfat_get_dentry(sb, &clu, i, &bh, NULL); ++ if (!ep) ++ return -EIO; ++ entry_type = exfat_get_entry_type(ep); ++ brelse(bh); ++ ++ if (entry_type == TYPE_UNUSED) ++ return count; ++ if (entry_type != TYPE_DIR) ++ continue; ++ count++; ++ } ++ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ if (--clu.size > 0) ++ clu.dir++; ++ else ++ clu.dir = EXFAT_EOF_CLUSTER; ++ } else { ++ if (exfat_get_next_cluster(sb, &(clu.dir))) ++ return -EIO; ++ } ++ } ++ ++ return count; ++} +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-exfat-cache.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-exfat-cache.patch new file mode 100644 index 0000000000..179a1226ea --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-exfat-cache.patch @@ -0,0 +1,354 @@ +From c35b6810c4952ae5776607e2c1d6a587425d5834 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:39 +0900 +Subject: [PATCH 08/14] exfat: add exfat cache +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of exfat cache. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/cache.c | 325 +++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 325 insertions(+) + create mode 100644 fs/exfat/cache.c + +diff --git a/fs/exfat/cache.c b/fs/exfat/cache.c +new file mode 100644 +index 000000000000..03d0824fc368 +--- /dev/null ++++ b/fs/exfat/cache.c +@@ -0,0 +1,325 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * linux/fs/fat/cache.c ++ * ++ * Written 1992,1993 by Werner Almesberger ++ * ++ * Mar 1999. AV. Changed cache, so that it uses the starting cluster instead ++ * of inode number. ++ * May 1999. AV. Fixed the bogosity with FAT32 (read "FAT28"). Fscking lusers. ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++#define EXFAT_CACHE_VALID 0 ++#define EXFAT_MAX_CACHE 16 ++ ++struct exfat_cache { ++ struct list_head cache_list; ++ unsigned int nr_contig; /* number of contiguous clusters */ ++ unsigned int fcluster; /* cluster number in the file. */ ++ unsigned int dcluster; /* cluster number on disk. */ ++}; ++ ++struct exfat_cache_id { ++ unsigned int id; ++ unsigned int nr_contig; ++ unsigned int fcluster; ++ unsigned int dcluster; ++}; ++ ++static struct kmem_cache *exfat_cachep; ++ ++static void exfat_cache_init_once(void *c) ++{ ++ struct exfat_cache *cache = (struct exfat_cache *)c; ++ ++ INIT_LIST_HEAD(&cache->cache_list); ++} ++ ++int exfat_cache_init(void) ++{ ++ exfat_cachep = kmem_cache_create("exfat_cache", ++ sizeof(struct exfat_cache), ++ 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, ++ exfat_cache_init_once); ++ if (!exfat_cachep) ++ return -ENOMEM; ++ return 0; ++} ++ ++void exfat_cache_shutdown(void) ++{ ++ if (!exfat_cachep) ++ return; ++ kmem_cache_destroy(exfat_cachep); ++} ++ ++void exfat_cache_init_inode(struct inode *inode) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ ++ spin_lock_init(&ei->cache_lru_lock); ++ ei->nr_caches = 0; ++ ei->cache_valid_id = EXFAT_CACHE_VALID + 1; ++ INIT_LIST_HEAD(&ei->cache_lru); ++} ++ ++static inline struct exfat_cache *exfat_cache_alloc(void) ++{ ++ return kmem_cache_alloc(exfat_cachep, GFP_NOFS); ++} ++ ++static inline void exfat_cache_free(struct exfat_cache *cache) ++{ ++ WARN_ON(!list_empty(&cache->cache_list)); ++ kmem_cache_free(exfat_cachep, cache); ++} ++ ++static inline void exfat_cache_update_lru(struct inode *inode, ++ struct exfat_cache *cache) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ ++ if (ei->cache_lru.next != &cache->cache_list) ++ list_move(&cache->cache_list, &ei->cache_lru); ++} ++ ++static unsigned int exfat_cache_lookup(struct inode *inode, ++ unsigned int fclus, struct exfat_cache_id *cid, ++ unsigned int *cached_fclus, unsigned int *cached_dclus) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ static struct exfat_cache nohit = { .fcluster = 0, }; ++ struct exfat_cache *hit = &nohit, *p; ++ unsigned int offset = EXFAT_EOF_CLUSTER; ++ ++ spin_lock(&ei->cache_lru_lock); ++ list_for_each_entry(p, &ei->cache_lru, cache_list) { ++ /* Find the cache of "fclus" or nearest cache. */ ++ if (p->fcluster <= fclus && hit->fcluster < p->fcluster) { ++ hit = p; ++ if (hit->fcluster + hit->nr_contig < fclus) { ++ offset = hit->nr_contig; ++ } else { ++ offset = fclus - hit->fcluster; ++ break; ++ } ++ } ++ } ++ if (hit != &nohit) { ++ exfat_cache_update_lru(inode, hit); ++ ++ cid->id = ei->cache_valid_id; ++ cid->nr_contig = hit->nr_contig; ++ cid->fcluster = hit->fcluster; ++ cid->dcluster = hit->dcluster; ++ *cached_fclus = cid->fcluster + offset; ++ *cached_dclus = cid->dcluster + offset; ++ } ++ spin_unlock(&ei->cache_lru_lock); ++ ++ return offset; ++} ++ ++static struct exfat_cache *exfat_cache_merge(struct inode *inode, ++ struct exfat_cache_id *new) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct exfat_cache *p; ++ ++ list_for_each_entry(p, &ei->cache_lru, cache_list) { ++ /* Find the same part as "new" in cluster-chain. */ ++ if (p->fcluster == new->fcluster) { ++ if (new->nr_contig > p->nr_contig) ++ p->nr_contig = new->nr_contig; ++ return p; ++ } ++ } ++ return NULL; ++} ++ ++static void exfat_cache_add(struct inode *inode, ++ struct exfat_cache_id *new) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct exfat_cache *cache, *tmp; ++ ++ if (new->fcluster == EXFAT_EOF_CLUSTER) /* dummy cache */ ++ return; ++ ++ spin_lock(&ei->cache_lru_lock); ++ if (new->id != EXFAT_CACHE_VALID && ++ new->id != ei->cache_valid_id) ++ goto unlock; /* this cache was invalidated */ ++ ++ cache = exfat_cache_merge(inode, new); ++ if (cache == NULL) { ++ if (ei->nr_caches < EXFAT_MAX_CACHE) { ++ ei->nr_caches++; ++ spin_unlock(&ei->cache_lru_lock); ++ ++ tmp = exfat_cache_alloc(); ++ if (!tmp) { ++ spin_lock(&ei->cache_lru_lock); ++ ei->nr_caches--; ++ spin_unlock(&ei->cache_lru_lock); ++ return; ++ } ++ ++ spin_lock(&ei->cache_lru_lock); ++ cache = exfat_cache_merge(inode, new); ++ if (cache != NULL) { ++ ei->nr_caches--; ++ exfat_cache_free(tmp); ++ goto out_update_lru; ++ } ++ cache = tmp; ++ } else { ++ struct list_head *p = ei->cache_lru.prev; ++ ++ cache = list_entry(p, ++ struct exfat_cache, cache_list); ++ } ++ cache->fcluster = new->fcluster; ++ cache->dcluster = new->dcluster; ++ cache->nr_contig = new->nr_contig; ++ } ++out_update_lru: ++ exfat_cache_update_lru(inode, cache); ++unlock: ++ spin_unlock(&ei->cache_lru_lock); ++} ++ ++/* ++ * Cache invalidation occurs rarely, thus the LRU chain is not updated. It ++ * fixes itself after a while. ++ */ ++static void __exfat_cache_inval_inode(struct inode *inode) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct exfat_cache *cache; ++ ++ while (!list_empty(&ei->cache_lru)) { ++ cache = list_entry(ei->cache_lru.next, ++ struct exfat_cache, cache_list); ++ list_del_init(&cache->cache_list); ++ ei->nr_caches--; ++ exfat_cache_free(cache); ++ } ++ /* Update. The copy of caches before this id is discarded. */ ++ ei->cache_valid_id++; ++ if (ei->cache_valid_id == EXFAT_CACHE_VALID) ++ ei->cache_valid_id++; ++} ++ ++void exfat_cache_inval_inode(struct inode *inode) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ ++ spin_lock(&ei->cache_lru_lock); ++ __exfat_cache_inval_inode(inode); ++ spin_unlock(&ei->cache_lru_lock); ++} ++ ++static inline int cache_contiguous(struct exfat_cache_id *cid, ++ unsigned int dclus) ++{ ++ cid->nr_contig++; ++ return cid->dcluster + cid->nr_contig == dclus; ++} ++ ++static inline void cache_init(struct exfat_cache_id *cid, ++ unsigned int fclus, unsigned int dclus) ++{ ++ cid->id = EXFAT_CACHE_VALID; ++ cid->fcluster = fclus; ++ cid->dcluster = dclus; ++ cid->nr_contig = 0; ++} ++ ++int exfat_get_cluster(struct inode *inode, unsigned int cluster, ++ unsigned int *fclus, unsigned int *dclus, ++ unsigned int *last_dclus, int allow_eof) ++{ ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned int limit = sbi->num_clusters; ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct exfat_cache_id cid; ++ unsigned int content; ++ ++ if (ei->start_clu == EXFAT_FREE_CLUSTER) { ++ exfat_fs_error(sb, ++ "invalid access to exfat cache (entry 0x%08x)", ++ ei->start_clu); ++ return -EIO; ++ } ++ ++ *fclus = 0; ++ *dclus = ei->start_clu; ++ *last_dclus = *dclus; ++ ++ /* ++ * Don`t use exfat_cache if zero offset or non-cluster allocation ++ */ ++ if (cluster == 0 || *dclus == EXFAT_EOF_CLUSTER) ++ return 0; ++ ++ cache_init(&cid, EXFAT_EOF_CLUSTER, EXFAT_EOF_CLUSTER); ++ ++ if (exfat_cache_lookup(inode, cluster, &cid, fclus, dclus) == ++ EXFAT_EOF_CLUSTER) { ++ /* ++ * dummy, always not contiguous ++ * This is reinitialized by cache_init(), later. ++ */ ++ WARN_ON(cid.id != EXFAT_CACHE_VALID || ++ cid.fcluster != EXFAT_EOF_CLUSTER || ++ cid.dcluster != EXFAT_EOF_CLUSTER || ++ cid.nr_contig != 0); ++ } ++ ++ if (*fclus == cluster) ++ return 0; ++ ++ while (*fclus < cluster) { ++ /* prevent the infinite loop of cluster chain */ ++ if (*fclus > limit) { ++ exfat_fs_error(sb, ++ "detected the cluster chain loop (i_pos %u)", ++ (*fclus)); ++ return -EIO; ++ } ++ ++ if (exfat_ent_get(sb, *dclus, &content)) ++ return -EIO; ++ ++ *last_dclus = *dclus; ++ *dclus = content; ++ (*fclus)++; ++ ++ if (content == EXFAT_EOF_CLUSTER) { ++ if (!allow_eof) { ++ exfat_fs_error(sb, ++ "invalid cluster chain (i_pos %u, last_clus 0x%08x is EOF)", ++ *fclus, (*last_dclus)); ++ return -EIO; ++ } ++ ++ break; ++ } ++ ++ if (!cache_contiguous(&cid, *dclus)) ++ cache_init(&cid, *fclus, *dclus); ++ } ++ ++ exfat_cache_add(inode, &cid); ++ return 0; ++} +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-fat-entry-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-fat-entry-operations.patch new file mode 100644 index 0000000000..5d0f4f3553 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-fat-entry-operations.patch @@ -0,0 +1,492 @@ +From 31023864e67a5f390cefbe92f72343027dc3aa33 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:37 +0900 +Subject: [PATCH 06/14] exfat: add fat entry operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of fat entry operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/fatent.c | 463 ++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 463 insertions(+) + create mode 100644 fs/exfat/fatent.c + +diff --git a/fs/exfat/fatent.c b/fs/exfat/fatent.c +new file mode 100644 +index 000000000000..a855b1769a96 +--- /dev/null ++++ b/fs/exfat/fatent.c +@@ -0,0 +1,463 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++static int exfat_mirror_bh(struct super_block *sb, sector_t sec, ++ struct buffer_head *bh) ++{ ++ struct buffer_head *c_bh; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ sector_t sec2; ++ int err = 0; ++ ++ if (sbi->FAT2_start_sector != sbi->FAT1_start_sector) { ++ sec2 = sec - sbi->FAT1_start_sector + sbi->FAT2_start_sector; ++ c_bh = sb_getblk(sb, sec2); ++ if (!c_bh) ++ return -ENOMEM; ++ memcpy(c_bh->b_data, bh->b_data, sb->s_blocksize); ++ set_buffer_uptodate(c_bh); ++ mark_buffer_dirty(c_bh); ++ if (sb->s_flags & SB_SYNCHRONOUS) ++ err = sync_dirty_buffer(c_bh); ++ brelse(c_bh); ++ } ++ ++ return err; ++} ++ ++static int __exfat_ent_get(struct super_block *sb, unsigned int loc, ++ unsigned int *content) ++{ ++ unsigned int off; ++ sector_t sec; ++ struct buffer_head *bh; ++ ++ sec = FAT_ENT_OFFSET_SECTOR(sb, loc); ++ off = FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc); ++ ++ bh = sb_bread(sb, sec); ++ if (!bh) ++ return -EIO; ++ ++ *content = le32_to_cpu(*(__le32 *)(&bh->b_data[off])); ++ ++ /* remap reserved clusters to simplify code */ ++ if (*content > EXFAT_BAD_CLUSTER) ++ *content = EXFAT_EOF_CLUSTER; ++ ++ brelse(bh); ++ return 0; ++} ++ ++int exfat_ent_set(struct super_block *sb, unsigned int loc, ++ unsigned int content) ++{ ++ unsigned int off; ++ sector_t sec; ++ __le32 *fat_entry; ++ struct buffer_head *bh; ++ ++ sec = FAT_ENT_OFFSET_SECTOR(sb, loc); ++ off = FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc); ++ ++ bh = sb_bread(sb, sec); ++ if (!bh) ++ return -EIO; ++ ++ fat_entry = (__le32 *)&(bh->b_data[off]); ++ *fat_entry = cpu_to_le32(content); ++ exfat_update_bh(sb, bh, sb->s_flags & SB_SYNCHRONOUS); ++ exfat_mirror_bh(sb, sec, bh); ++ brelse(bh); ++ return 0; ++} ++ ++static inline bool is_valid_cluster(struct exfat_sb_info *sbi, ++ unsigned int clus) ++{ ++ if (clus < EXFAT_FIRST_CLUSTER || sbi->num_clusters <= clus) ++ return false; ++ return true; ++} ++ ++int exfat_ent_get(struct super_block *sb, unsigned int loc, ++ unsigned int *content) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ int err; ++ ++ if (!is_valid_cluster(sbi, loc)) { ++ exfat_fs_error(sb, "invalid access to FAT (entry 0x%08x)", ++ loc); ++ return -EIO; ++ } ++ ++ err = __exfat_ent_get(sb, loc, content); ++ if (err) { ++ exfat_fs_error(sb, ++ "failed to access to FAT (entry 0x%08x, err:%d)", ++ loc, err); ++ return err; ++ } ++ ++ if (*content == EXFAT_FREE_CLUSTER) { ++ exfat_fs_error(sb, ++ "invalid access to FAT free cluster (entry 0x%08x)", ++ loc); ++ return -EIO; ++ } ++ ++ if (*content == EXFAT_BAD_CLUSTER) { ++ exfat_fs_error(sb, ++ "invalid access to FAT bad cluster (entry 0x%08x)", ++ loc); ++ return -EIO; ++ } ++ ++ if (*content != EXFAT_EOF_CLUSTER && !is_valid_cluster(sbi, *content)) { ++ exfat_fs_error(sb, ++ "invalid access to FAT (entry 0x%08x) bogus content (0x%08x)", ++ loc, *content); ++ return -EIO; ++ } ++ ++ return 0; ++} ++ ++int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain, ++ unsigned int len) ++{ ++ if (!len) ++ return 0; ++ ++ while (len > 1) { ++ if (exfat_ent_set(sb, chain, chain + 1)) ++ return -EIO; ++ chain++; ++ len--; ++ } ++ ++ if (exfat_ent_set(sb, chain, EXFAT_EOF_CLUSTER)) ++ return -EIO; ++ return 0; ++} ++ ++int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain) ++{ ++ unsigned int num_clusters = 0; ++ unsigned int clu; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ /* invalid cluster number */ ++ if (p_chain->dir == EXFAT_FREE_CLUSTER || ++ p_chain->dir == EXFAT_EOF_CLUSTER || ++ p_chain->dir < EXFAT_FIRST_CLUSTER) ++ return 0; ++ ++ /* no cluster to truncate */ ++ if (p_chain->size == 0) ++ return 0; ++ ++ /* check cluster validation */ ++ if (p_chain->dir < 2 && p_chain->dir >= sbi->num_clusters) { ++ exfat_msg(sb, KERN_ERR, "invalid start cluster (%u)", ++ p_chain->dir); ++ return -EIO; ++ } ++ ++ set_bit(EXFAT_SB_DIRTY, &sbi->s_state); ++ clu = p_chain->dir; ++ ++ if (p_chain->flags == ALLOC_NO_FAT_CHAIN) { ++ do { ++ exfat_clear_bitmap(inode, clu); ++ clu++; ++ ++ num_clusters++; ++ } while (num_clusters < p_chain->size); ++ } else { ++ do { ++ exfat_clear_bitmap(inode, clu); ++ ++ if (exfat_get_next_cluster(sb, &clu)) ++ goto dec_used_clus; ++ ++ num_clusters++; ++ } while (clu != EXFAT_EOF_CLUSTER); ++ } ++ ++dec_used_clus: ++ sbi->used_clusters -= num_clusters; ++ return 0; ++} ++ ++int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain, ++ unsigned int *ret_clu) ++{ ++ unsigned int clu, next; ++ unsigned int count = 0; ++ ++ next = p_chain->dir; ++ if (p_chain->flags == ALLOC_NO_FAT_CHAIN) { ++ *ret_clu = next + p_chain->size - 1; ++ return 0; ++ } ++ ++ do { ++ count++; ++ clu = next; ++ if (exfat_ent_get(sb, clu, &next)) ++ return -EIO; ++ } while (next != EXFAT_EOF_CLUSTER); ++ ++ if (p_chain->size != count) { ++ exfat_fs_error(sb, ++ "bogus directory size (clus : ondisk(%d) != counted(%d))", ++ p_chain->size, count); ++ return -EIO; ++ } ++ ++ *ret_clu = clu; ++ return 0; ++} ++ ++static inline int exfat_sync_bhs(struct buffer_head **bhs, int nr_bhs) ++{ ++ int i, err = 0; ++ ++ for (i = 0; i < nr_bhs; i++) ++ write_dirty_buffer(bhs[i], 0); ++ ++ for (i = 0; i < nr_bhs; i++) { ++ wait_on_buffer(bhs[i]); ++ if (!err && !buffer_uptodate(bhs[i])) ++ err = -EIO; ++ } ++ return err; ++} ++ ++int exfat_zeroed_cluster(struct inode *dir, unsigned int clu) ++{ ++ struct super_block *sb = dir->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct buffer_head *bhs[MAX_BUF_PER_PAGE]; ++ int nr_bhs = MAX_BUF_PER_PAGE; ++ sector_t blknr, last_blknr; ++ int err, i, n; ++ ++ blknr = exfat_cluster_to_sector(sbi, clu); ++ last_blknr = blknr + sbi->sect_per_clus; ++ ++ if (last_blknr > sbi->num_sectors && sbi->num_sectors > 0) { ++ exfat_fs_error_ratelimit(sb, ++ "%s: out of range(sect:%llu len:%u)", ++ __func__, (unsigned long long)blknr, ++ sbi->sect_per_clus); ++ return -EIO; ++ } ++ ++ /* Zeroing the unused blocks on this cluster */ ++ n = 0; ++ while (blknr < last_blknr) { ++ bhs[n] = sb_getblk(sb, blknr); ++ if (!bhs[n]) { ++ err = -ENOMEM; ++ goto release_bhs; ++ } ++ memset(bhs[n]->b_data, 0, sb->s_blocksize); ++ exfat_update_bh(sb, bhs[n], 0); ++ ++ n++; ++ blknr++; ++ ++ if (n == nr_bhs) { ++ if (IS_DIRSYNC(dir)) { ++ err = exfat_sync_bhs(bhs, n); ++ if (err) ++ goto release_bhs; ++ } ++ ++ for (i = 0; i < n; i++) ++ brelse(bhs[i]); ++ n = 0; ++ } ++ } ++ ++ if (IS_DIRSYNC(dir)) { ++ err = exfat_sync_bhs(bhs, n); ++ if (err) ++ goto release_bhs; ++ } ++ ++ for (i = 0; i < n; i++) ++ brelse(bhs[i]); ++ ++ return 0; ++ ++release_bhs: ++ exfat_msg(sb, KERN_ERR, "failed zeroed sect %llu\n", ++ (unsigned long long)blknr); ++ for (i = 0; i < n; i++) ++ bforget(bhs[i]); ++ return err; ++} ++ ++int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, ++ struct exfat_chain *p_chain) ++{ ++ int ret = -ENOSPC; ++ unsigned int num_clusters = 0, total_cnt; ++ unsigned int hint_clu, new_clu, last_clu = EXFAT_EOF_CLUSTER; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ total_cnt = EXFAT_DATA_CLUSTER_COUNT(sbi); ++ ++ if (unlikely(total_cnt < sbi->used_clusters)) { ++ exfat_fs_error_ratelimit(sb, ++ "%s: invalid used clusters(t:%u,u:%u)\n", ++ __func__, total_cnt, sbi->used_clusters); ++ return -EIO; ++ } ++ ++ if (num_alloc > total_cnt - sbi->used_clusters) ++ return -ENOSPC; ++ ++ hint_clu = p_chain->dir; ++ /* find new cluster */ ++ if (hint_clu == EXFAT_EOF_CLUSTER) { ++ if (sbi->clu_srch_ptr < EXFAT_FIRST_CLUSTER) { ++ exfat_msg(sb, KERN_ERR, ++ "sbi->clu_srch_ptr is invalid (%u)\n", ++ sbi->clu_srch_ptr); ++ sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; ++ } ++ ++ hint_clu = exfat_find_free_bitmap(sb, sbi->clu_srch_ptr); ++ if (hint_clu == EXFAT_EOF_CLUSTER) ++ return -ENOSPC; ++ } ++ ++ /* check cluster validation */ ++ if (hint_clu < EXFAT_FIRST_CLUSTER && hint_clu >= sbi->num_clusters) { ++ exfat_msg(sb, KERN_ERR, "hint_cluster is invalid (%u)\n", ++ hint_clu); ++ hint_clu = EXFAT_FIRST_CLUSTER; ++ if (p_chain->flags == ALLOC_NO_FAT_CHAIN) { ++ if (exfat_chain_cont_cluster(sb, p_chain->dir, ++ num_clusters)) ++ return -EIO; ++ p_chain->flags = ALLOC_FAT_CHAIN; ++ } ++ } ++ ++ set_bit(EXFAT_SB_DIRTY, &sbi->s_state); ++ ++ p_chain->dir = EXFAT_EOF_CLUSTER; ++ ++ while ((new_clu = exfat_find_free_bitmap(sb, hint_clu)) != ++ EXFAT_EOF_CLUSTER) { ++ if (new_clu != hint_clu && ++ p_chain->flags == ALLOC_NO_FAT_CHAIN) { ++ if (exfat_chain_cont_cluster(sb, p_chain->dir, ++ num_clusters)) { ++ ret = -EIO; ++ goto free_cluster; ++ } ++ p_chain->flags = ALLOC_FAT_CHAIN; ++ } ++ ++ /* update allocation bitmap */ ++ if (exfat_set_bitmap(inode, new_clu)) { ++ ret = -EIO; ++ goto free_cluster; ++ } ++ ++ num_clusters++; ++ ++ /* update FAT table */ ++ if (p_chain->flags == ALLOC_FAT_CHAIN) { ++ if (exfat_ent_set(sb, new_clu, EXFAT_EOF_CLUSTER)) { ++ ret = -EIO; ++ goto free_cluster; ++ } ++ } ++ ++ if (p_chain->dir == EXFAT_EOF_CLUSTER) { ++ p_chain->dir = new_clu; ++ } else if (p_chain->flags == ALLOC_FAT_CHAIN) { ++ if (exfat_ent_set(sb, last_clu, new_clu)) { ++ ret = -EIO; ++ goto free_cluster; ++ } ++ } ++ last_clu = new_clu; ++ ++ if (--num_alloc == 0) { ++ sbi->clu_srch_ptr = hint_clu; ++ sbi->used_clusters += num_clusters; ++ ++ p_chain->size += num_clusters; ++ return 0; ++ } ++ ++ hint_clu = new_clu + 1; ++ if (hint_clu >= sbi->num_clusters) { ++ hint_clu = EXFAT_FIRST_CLUSTER; ++ ++ if (p_chain->flags == ALLOC_NO_FAT_CHAIN) { ++ if (exfat_chain_cont_cluster(sb, p_chain->dir, ++ num_clusters)) { ++ ret = -EIO; ++ goto free_cluster; ++ } ++ p_chain->flags = ALLOC_FAT_CHAIN; ++ } ++ } ++ } ++free_cluster: ++ if (num_clusters) ++ exfat_free_cluster(inode, p_chain); ++ return ret; ++} ++ ++int exfat_count_num_clusters(struct super_block *sb, ++ struct exfat_chain *p_chain, unsigned int *ret_count) ++{ ++ unsigned int i, count; ++ unsigned int clu; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ if (!p_chain->dir || p_chain->dir == EXFAT_EOF_CLUSTER) { ++ *ret_count = 0; ++ return 0; ++ } ++ ++ if (p_chain->flags == ALLOC_NO_FAT_CHAIN) { ++ *ret_count = p_chain->size; ++ return 0; ++ } ++ ++ clu = p_chain->dir; ++ count = 0; ++ for (i = EXFAT_FIRST_CLUSTER; i < sbi->num_clusters; i++) { ++ count++; ++ if (exfat_ent_get(sb, clu, &clu)) ++ return -EIO; ++ if (clu == EXFAT_EOF_CLUSTER) ++ break; ++ } ++ ++ *ret_count = count; ++ return 0; ++} +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-file-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-file-operations.patch new file mode 100644 index 0000000000..49fd0d8357 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-file-operations.patch @@ -0,0 +1,390 @@ +From 98d917047e8b7f4bb2ff61d81b0ccd94a00444f9 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:36 +0900 +Subject: [PATCH 05/14] exfat: add file operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of file operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Reviewed-by: Arnd Bergmann +Signed-off-by: Al Viro +--- + fs/exfat/file.c | 360 ++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 360 insertions(+) + create mode 100644 fs/exfat/file.c + +diff --git a/fs/exfat/file.c b/fs/exfat/file.c +new file mode 100644 +index 000000000000..483f683757aa +--- /dev/null ++++ b/fs/exfat/file.c +@@ -0,0 +1,360 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++static int exfat_cont_expand(struct inode *inode, loff_t size) ++{ ++ struct address_space *mapping = inode->i_mapping; ++ loff_t start = i_size_read(inode), count = size - i_size_read(inode); ++ int err, err2; ++ ++ err = generic_cont_expand_simple(inode, size); ++ if (err) ++ return err; ++ ++ inode->i_ctime = inode->i_mtime = current_time(inode); ++ mark_inode_dirty(inode); ++ ++ if (!IS_SYNC(inode)) ++ return 0; ++ ++ err = filemap_fdatawrite_range(mapping, start, start + count - 1); ++ err2 = sync_mapping_buffers(mapping); ++ if (!err) ++ err = err2; ++ err2 = write_inode_now(inode, 1); ++ if (!err) ++ err = err2; ++ if (err) ++ return err; ++ ++ return filemap_fdatawait_range(mapping, start, start + count - 1); ++} ++ ++static bool exfat_allow_set_time(struct exfat_sb_info *sbi, struct inode *inode) ++{ ++ mode_t allow_utime = sbi->options.allow_utime; ++ ++ if (!uid_eq(current_fsuid(), inode->i_uid)) { ++ if (in_group_p(inode->i_gid)) ++ allow_utime >>= 3; ++ if (allow_utime & MAY_WRITE) ++ return true; ++ } ++ ++ /* use a default check */ ++ return false; ++} ++ ++static int exfat_sanitize_mode(const struct exfat_sb_info *sbi, ++ struct inode *inode, umode_t *mode_ptr) ++{ ++ mode_t i_mode, mask, perm; ++ ++ i_mode = inode->i_mode; ++ ++ mask = (S_ISREG(i_mode) || S_ISLNK(i_mode)) ? ++ sbi->options.fs_fmask : sbi->options.fs_dmask; ++ perm = *mode_ptr & ~(S_IFMT | mask); ++ ++ /* Of the r and x bits, all (subject to umask) must be present.*/ ++ if ((perm & 0555) != (i_mode & 0555)) ++ return -EPERM; ++ ++ if (exfat_mode_can_hold_ro(inode)) { ++ /* ++ * Of the w bits, either all (subject to umask) or none must ++ * be present. ++ */ ++ if ((perm & 0222) && ((perm & 0222) != (0222 & ~mask))) ++ return -EPERM; ++ } else { ++ /* ++ * If exfat_mode_can_hold_ro(inode) is false, can't change ++ * w bits. ++ */ ++ if ((perm & 0222) != (0222 & ~mask)) ++ return -EPERM; ++ } ++ ++ *mode_ptr &= S_IFMT | perm; ++ ++ return 0; ++} ++ ++/* resize the file length */ ++int __exfat_truncate(struct inode *inode, loff_t new_size) ++{ ++ unsigned int num_clusters_new, num_clusters_phys; ++ unsigned int last_clu = EXFAT_FREE_CLUSTER; ++ struct exfat_chain clu; ++ struct exfat_dentry *ep, *ep2; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct exfat_entry_set_cache *es = NULL; ++ int evict = (ei->dir.dir == DIR_DELETED) ? 1 : 0; ++ ++ /* check if the given file ID is opened */ ++ if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) ++ return -EPERM; ++ ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ ++ num_clusters_new = EXFAT_B_TO_CLU_ROUND_UP(i_size_read(inode), sbi); ++ num_clusters_phys = ++ EXFAT_B_TO_CLU_ROUND_UP(EXFAT_I(inode)->i_size_ondisk, sbi); ++ ++ exfat_chain_set(&clu, ei->start_clu, num_clusters_phys, ei->flags); ++ ++ if (new_size > 0) { ++ /* ++ * Truncate FAT chain num_clusters after the first cluster ++ * num_clusters = min(new, phys); ++ */ ++ unsigned int num_clusters = ++ min(num_clusters_new, num_clusters_phys); ++ ++ /* ++ * Follow FAT chain ++ * (defensive coding - works fine even with corrupted FAT table ++ */ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ clu.dir += num_clusters; ++ clu.size -= num_clusters; ++ } else { ++ while (num_clusters > 0) { ++ last_clu = clu.dir; ++ if (exfat_get_next_cluster(sb, &(clu.dir))) ++ return -EIO; ++ ++ num_clusters--; ++ clu.size--; ++ } ++ } ++ } else { ++ ei->flags = ALLOC_NO_FAT_CHAIN; ++ ei->start_clu = EXFAT_EOF_CLUSTER; ++ } ++ ++ i_size_write(inode, new_size); ++ ++ if (ei->type == TYPE_FILE) ++ ei->attr |= ATTR_ARCHIVE; ++ ++ /* update the directory entry */ ++ if (!evict) { ++ struct timespec64 ts; ++ ++ es = exfat_get_dentry_set(sb, &(ei->dir), ei->entry, ++ ES_ALL_ENTRIES, &ep); ++ if (!es) ++ return -EIO; ++ ep2 = ep + 1; ++ ++ ts = current_time(inode); ++ exfat_set_entry_time(sbi, &ts, ++ &ep->dentry.file.modify_tz, ++ &ep->dentry.file.modify_time, ++ &ep->dentry.file.modify_date, ++ &ep->dentry.file.modify_time_ms); ++ ep->dentry.file.attr = cpu_to_le16(ei->attr); ++ ++ /* File size should be zero if there is no cluster allocated */ ++ if (ei->start_clu == EXFAT_EOF_CLUSTER) { ++ ep->dentry.stream.valid_size = 0; ++ ep->dentry.stream.size = 0; ++ } else { ++ ep->dentry.stream.valid_size = cpu_to_le64(new_size); ++ ep->dentry.stream.size = ep->dentry.stream.valid_size; ++ } ++ ++ if (new_size == 0) { ++ /* Any directory can not be truncated to zero */ ++ WARN_ON(ei->type != TYPE_FILE); ++ ++ ep2->dentry.stream.flags = ALLOC_FAT_CHAIN; ++ ep2->dentry.stream.start_clu = EXFAT_FREE_CLUSTER; ++ } ++ ++ if (exfat_update_dir_chksum_with_entry_set(sb, es, ++ inode_needs_sync(inode))) ++ return -EIO; ++ kfree(es); ++ } ++ ++ /* cut off from the FAT chain */ ++ if (ei->flags == ALLOC_FAT_CHAIN && last_clu != EXFAT_FREE_CLUSTER && ++ last_clu != EXFAT_EOF_CLUSTER) { ++ if (exfat_ent_set(sb, last_clu, EXFAT_EOF_CLUSTER)) ++ return -EIO; ++ } ++ ++ /* invalidate cache and free the clusters */ ++ /* clear exfat cache */ ++ exfat_cache_inval_inode(inode); ++ ++ /* hint information */ ++ ei->hint_bmap.off = EXFAT_EOF_CLUSTER; ++ ei->hint_bmap.clu = EXFAT_EOF_CLUSTER; ++ if (ei->rwoffset > new_size) ++ ei->rwoffset = new_size; ++ ++ /* hint_stat will be used if this is directory. */ ++ ei->hint_stat.eidx = 0; ++ ei->hint_stat.clu = ei->start_clu; ++ ei->hint_femp.eidx = EXFAT_HINT_NONE; ++ ++ /* free the clusters */ ++ if (exfat_free_cluster(inode, &clu)) ++ return -EIO; ++ ++ exfat_set_vol_flags(sb, VOL_CLEAN); ++ ++ return 0; ++} ++ ++void exfat_truncate(struct inode *inode, loff_t size) ++{ ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned int blocksize = 1 << inode->i_blkbits; ++ loff_t aligned_size; ++ int err; ++ ++ mutex_lock(&sbi->s_lock); ++ if (EXFAT_I(inode)->start_clu == 0) { ++ /* ++ * Empty start_clu != ~0 (not allocated) ++ */ ++ exfat_fs_error(sb, "tried to truncate zeroed cluster."); ++ goto write_size; ++ } ++ ++ err = __exfat_truncate(inode, i_size_read(inode)); ++ if (err) ++ goto write_size; ++ ++ inode->i_ctime = inode->i_mtime = current_time(inode); ++ if (IS_DIRSYNC(inode)) ++ exfat_sync_inode(inode); ++ else ++ mark_inode_dirty(inode); ++ ++ inode->i_blocks = ((i_size_read(inode) + (sbi->cluster_size - 1)) & ++ ~(sbi->cluster_size - 1)) >> inode->i_blkbits; ++write_size: ++ aligned_size = i_size_read(inode); ++ if (aligned_size & (blocksize - 1)) { ++ aligned_size |= (blocksize - 1); ++ aligned_size++; ++ } ++ ++ if (EXFAT_I(inode)->i_size_ondisk > i_size_read(inode)) ++ EXFAT_I(inode)->i_size_ondisk = aligned_size; ++ ++ if (EXFAT_I(inode)->i_size_aligned > i_size_read(inode)) ++ EXFAT_I(inode)->i_size_aligned = aligned_size; ++ mutex_unlock(&sbi->s_lock); ++} ++ ++int exfat_getattr(const struct path *path, struct kstat *stat, ++ unsigned int request_mask, unsigned int query_flags) ++{ ++ struct inode *inode = d_backing_inode(path->dentry); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ ++ generic_fillattr(inode, stat); ++ stat->result_mask |= STATX_BTIME; ++ stat->btime.tv_sec = ei->i_crtime.tv_sec; ++ stat->btime.tv_nsec = ei->i_crtime.tv_nsec; ++ stat->blksize = EXFAT_SB(inode->i_sb)->cluster_size; ++ return 0; ++} ++ ++int exfat_setattr(struct dentry *dentry, struct iattr *attr) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(dentry->d_sb); ++ struct inode *inode = dentry->d_inode; ++ unsigned int ia_valid; ++ int error; ++ ++ if ((attr->ia_valid & ATTR_SIZE) && ++ attr->ia_size > i_size_read(inode)) { ++ error = exfat_cont_expand(inode, attr->ia_size); ++ if (error || attr->ia_valid == ATTR_SIZE) ++ return error; ++ attr->ia_valid &= ~ATTR_SIZE; ++ } ++ ++ /* Check for setting the inode time. */ ++ ia_valid = attr->ia_valid; ++ if ((ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET | ATTR_TIMES_SET)) && ++ exfat_allow_set_time(sbi, inode)) { ++ attr->ia_valid &= ~(ATTR_MTIME_SET | ATTR_ATIME_SET | ++ ATTR_TIMES_SET); ++ } ++ ++ error = setattr_prepare(dentry, attr); ++ attr->ia_valid = ia_valid; ++ if (error) ++ goto out; ++ ++ if (((attr->ia_valid & ATTR_UID) && ++ !uid_eq(attr->ia_uid, sbi->options.fs_uid)) || ++ ((attr->ia_valid & ATTR_GID) && ++ !gid_eq(attr->ia_gid, sbi->options.fs_gid)) || ++ ((attr->ia_valid & ATTR_MODE) && ++ (attr->ia_mode & ~(S_IFREG | S_IFLNK | S_IFDIR | 0777)))) { ++ error = -EPERM; ++ goto out; ++ } ++ ++ /* ++ * We don't return -EPERM here. Yes, strange, but this is too ++ * old behavior. ++ */ ++ if (attr->ia_valid & ATTR_MODE) { ++ if (exfat_sanitize_mode(sbi, inode, &attr->ia_mode) < 0) ++ attr->ia_valid &= ~ATTR_MODE; ++ } ++ ++ if (attr->ia_valid & ATTR_SIZE) { ++ error = exfat_block_truncate_page(inode, attr->ia_size); ++ if (error) ++ goto out; ++ ++ down_write(&EXFAT_I(inode)->truncate_lock); ++ truncate_setsize(inode, attr->ia_size); ++ exfat_truncate(inode, attr->ia_size); ++ up_write(&EXFAT_I(inode)->truncate_lock); ++ } ++ ++ setattr_copy(inode, attr); ++ mark_inode_dirty(inode); ++ ++out: ++ return error; ++} ++ ++const struct file_operations exfat_file_operations = { ++ .llseek = generic_file_llseek, ++ .read_iter = generic_file_read_iter, ++ .write_iter = generic_file_write_iter, ++ .mmap = generic_file_mmap, ++ .fsync = generic_file_fsync, ++ .splice_read = generic_file_splice_read, ++}; ++ ++const struct inode_operations exfat_file_inode_operations = { ++ .setattr = exfat_setattr, ++ .getattr = exfat_getattr, ++}; +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-in-memory-and-on-disk-structures-and-heade.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-in-memory-and-on-disk-structures-and-heade.patch new file mode 100644 index 0000000000..e347a9eec6 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-in-memory-and-on-disk-structures-and-heade.patch @@ -0,0 +1,740 @@ +From 1acf1a564b6034b5af1e7fb23cb98cb3bb4f6003 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:32 +0900 +Subject: [PATCH 01/14] exfat: add in-memory and on-disk structures and headers +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds in-memory and on-disk structures and headers. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/exfat_fs.h | 519 +++++++++++++++++++++++++++++++++++++++++++ + fs/exfat/exfat_raw.h | 184 +++++++++++++++ + 2 files changed, 703 insertions(+) + create mode 100644 fs/exfat/exfat_fs.h + create mode 100644 fs/exfat/exfat_raw.h + +diff --git a/fs/exfat/exfat_fs.h b/fs/exfat/exfat_fs.h +new file mode 100644 +index 000000000000..67d4e46fb810 +--- /dev/null ++++ b/fs/exfat/exfat_fs.h +@@ -0,0 +1,519 @@ ++/* SPDX-License-Identifier: GPL-2.0-or-later */ ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#ifndef _EXFAT_FS_H ++#define _EXFAT_FS_H ++ ++#include ++#include ++#include ++ ++#define EXFAT_SUPER_MAGIC 0x2011BAB0UL ++#define EXFAT_ROOT_INO 1 ++ ++#define EXFAT_SB_DIRTY 0 ++ ++#define EXFAT_CLUSTERS_UNTRACKED (~0u) ++ ++/* ++ * exfat error flags ++ */ ++enum exfat_error_mode { ++ EXFAT_ERRORS_CONT, /* ignore error and continue */ ++ EXFAT_ERRORS_PANIC, /* panic on error */ ++ EXFAT_ERRORS_RO, /* remount r/o on error */ ++}; ++ ++/* ++ * exfat nls lossy flag ++ */ ++enum { ++ NLS_NAME_NO_LOSSY, /* no lossy */ ++ NLS_NAME_LOSSY, /* just detected incorrect filename(s) */ ++ NLS_NAME_OVERLEN, /* the length is over than its limit */ ++}; ++ ++#define EXFAT_HASH_BITS 8 ++#define EXFAT_HASH_SIZE (1UL << EXFAT_HASH_BITS) ++ ++/* ++ * Type Definitions ++ */ ++#define ES_2_ENTRIES 2 ++#define ES_ALL_ENTRIES 0 ++ ++#define DIR_DELETED 0xFFFF0321 ++ ++/* type values */ ++#define TYPE_UNUSED 0x0000 ++#define TYPE_DELETED 0x0001 ++#define TYPE_INVALID 0x0002 ++#define TYPE_CRITICAL_PRI 0x0100 ++#define TYPE_BITMAP 0x0101 ++#define TYPE_UPCASE 0x0102 ++#define TYPE_VOLUME 0x0103 ++#define TYPE_DIR 0x0104 ++#define TYPE_FILE 0x011F ++#define TYPE_CRITICAL_SEC 0x0200 ++#define TYPE_STREAM 0x0201 ++#define TYPE_EXTEND 0x0202 ++#define TYPE_ACL 0x0203 ++#define TYPE_BENIGN_PRI 0x0400 ++#define TYPE_GUID 0x0401 ++#define TYPE_PADDING 0x0402 ++#define TYPE_ACLTAB 0x0403 ++#define TYPE_BENIGN_SEC 0x0800 ++#define TYPE_ALL 0x0FFF ++ ++#define MAX_CHARSET_SIZE 6 /* max size of multi-byte character */ ++#define MAX_NAME_LENGTH 255 /* max len of file name excluding NULL */ ++#define MAX_VFSNAME_BUF_SIZE ((MAX_NAME_LENGTH + 1) * MAX_CHARSET_SIZE) ++ ++#define FAT_CACHE_SIZE 128 ++#define FAT_CACHE_HASH_SIZE 64 ++#define BUF_CACHE_SIZE 256 ++#define BUF_CACHE_HASH_SIZE 64 ++ ++#define EXFAT_HINT_NONE -1 ++#define EXFAT_MIN_SUBDIR 2 ++ ++/* ++ * helpers for cluster size to byte conversion. ++ */ ++#define EXFAT_CLU_TO_B(b, sbi) ((b) << (sbi)->cluster_size_bits) ++#define EXFAT_B_TO_CLU(b, sbi) ((b) >> (sbi)->cluster_size_bits) ++#define EXFAT_B_TO_CLU_ROUND_UP(b, sbi) \ ++ (((b - 1) >> (sbi)->cluster_size_bits) + 1) ++#define EXFAT_CLU_OFFSET(off, sbi) ((off) & ((sbi)->cluster_size - 1)) ++ ++/* ++ * helpers for block size to byte conversion. ++ */ ++#define EXFAT_BLK_TO_B(b, sb) ((b) << (sb)->s_blocksize_bits) ++#define EXFAT_B_TO_BLK(b, sb) ((b) >> (sb)->s_blocksize_bits) ++#define EXFAT_B_TO_BLK_ROUND_UP(b, sb) \ ++ (((b - 1) >> (sb)->s_blocksize_bits) + 1) ++#define EXFAT_BLK_OFFSET(off, sb) ((off) & ((sb)->s_blocksize - 1)) ++ ++/* ++ * helpers for block size to dentry size conversion. ++ */ ++#define EXFAT_B_TO_DEN_IDX(b, sbi) \ ++ ((b) << ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS)) ++#define EXFAT_B_TO_DEN(b) ((b) >> DENTRY_SIZE_BITS) ++#define EXFAT_DEN_TO_B(b) ((b) << DENTRY_SIZE_BITS) ++ ++/* ++ * helpers for fat entry. ++ */ ++#define FAT_ENT_SIZE (4) ++#define FAT_ENT_SIZE_BITS (2) ++#define FAT_ENT_OFFSET_SECTOR(sb, loc) (EXFAT_SB(sb)->FAT1_start_sector + \ ++ (((u64)loc << FAT_ENT_SIZE_BITS) >> sb->s_blocksize_bits)) ++#define FAT_ENT_OFFSET_BYTE_IN_SECTOR(sb, loc) \ ++ ((loc << FAT_ENT_SIZE_BITS) & (sb->s_blocksize - 1)) ++ ++/* ++ * helpers for bitmap. ++ */ ++#define CLUSTER_TO_BITMAP_ENT(clu) ((clu) - EXFAT_RESERVED_CLUSTERS) ++#define BITMAP_ENT_TO_CLUSTER(ent) ((ent) + EXFAT_RESERVED_CLUSTERS) ++#define BITS_PER_SECTOR(sb) ((sb)->s_blocksize * BITS_PER_BYTE) ++#define BITS_PER_SECTOR_MASK(sb) (BITS_PER_SECTOR(sb) - 1) ++#define BITMAP_OFFSET_SECTOR_INDEX(sb, ent) \ ++ ((ent / BITS_PER_BYTE) >> (sb)->s_blocksize_bits) ++#define BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent) (ent & BITS_PER_SECTOR_MASK(sb)) ++#define BITMAP_OFFSET_BYTE_IN_SECTOR(sb, ent) \ ++ ((ent / BITS_PER_BYTE) & ((sb)->s_blocksize - 1)) ++#define BITS_PER_BYTE_MASK 0x7 ++#define IGNORED_BITS_REMAINED(clu, clu_base) ((1 << ((clu) - (clu_base))) - 1) ++ ++struct exfat_dentry_namebuf { ++ char *lfn; ++ int lfnbuf_len; /* usally MAX_UNINAME_BUF_SIZE */ ++}; ++ ++/* unicode name structure */ ++struct exfat_uni_name { ++ /* +3 for null and for converting */ ++ unsigned short name[MAX_NAME_LENGTH + 3]; ++ unsigned short name_hash; ++ unsigned char name_len; ++}; ++ ++/* directory structure */ ++struct exfat_chain { ++ unsigned int dir; ++ unsigned int size; ++ unsigned char flags; ++}; ++ ++/* first empty entry hint information */ ++struct exfat_hint_femp { ++ /* entry index of a directory */ ++ int eidx; ++ /* count of continuous empty entry */ ++ int count; ++ /* the cluster that first empty slot exists in */ ++ struct exfat_chain cur; ++}; ++ ++/* hint structure */ ++struct exfat_hint { ++ unsigned int clu; ++ union { ++ unsigned int off; /* cluster offset */ ++ int eidx; /* entry index */ ++ }; ++}; ++ ++struct exfat_entry_set_cache { ++ /* sector number that contains file_entry */ ++ sector_t sector; ++ /* byte offset in the sector */ ++ unsigned int offset; ++ /* flag in stream entry. 01 for cluster chain, 03 for contig. */ ++ int alloc_flag; ++ unsigned int num_entries; ++ struct exfat_dentry entries[]; ++}; ++ ++struct exfat_dir_entry { ++ struct exfat_chain dir; ++ int entry; ++ unsigned int type; ++ unsigned int start_clu; ++ unsigned char flags; ++ unsigned short attr; ++ loff_t size; ++ unsigned int num_subdirs; ++ struct timespec64 atime; ++ struct timespec64 mtime; ++ struct timespec64 crtime; ++ struct exfat_dentry_namebuf namebuf; ++}; ++ ++/* ++ * exfat mount in-memory data ++ */ ++struct exfat_mount_options { ++ kuid_t fs_uid; ++ kgid_t fs_gid; ++ unsigned short fs_fmask; ++ unsigned short fs_dmask; ++ /* permission for setting the [am]time */ ++ unsigned short allow_utime; ++ /* charset for filename input/display */ ++ char *iocharset; ++ /* on error: continue, panic, remount-ro */ ++ enum exfat_error_mode errors; ++ unsigned utf8:1, /* Use of UTF-8 character set */ ++ discard:1; /* Issue discard requests on deletions */ ++ int time_offset; /* Offset of timestamps from UTC (in minutes) */ ++}; ++ ++/* ++ * EXFAT file system superblock in-memory data ++ */ ++struct exfat_sb_info { ++ unsigned long long num_sectors; /* num of sectors in volume */ ++ unsigned int num_clusters; /* num of clusters in volume */ ++ unsigned int cluster_size; /* cluster size in bytes */ ++ unsigned int cluster_size_bits; ++ unsigned int sect_per_clus; /* cluster size in sectors */ ++ unsigned int sect_per_clus_bits; ++ unsigned long long FAT1_start_sector; /* FAT1 start sector */ ++ unsigned long long FAT2_start_sector; /* FAT2 start sector */ ++ unsigned long long data_start_sector; /* data area start sector */ ++ unsigned int num_FAT_sectors; /* num of FAT sectors */ ++ unsigned int root_dir; /* root dir cluster */ ++ unsigned int dentries_per_clu; /* num of dentries per cluster */ ++ unsigned int vol_flag; /* volume dirty flag */ ++ struct buffer_head *pbr_bh; /* buffer_head of PBR sector */ ++ ++ unsigned int map_clu; /* allocation bitmap start cluster */ ++ unsigned int map_sectors; /* num of allocation bitmap sectors */ ++ struct buffer_head **vol_amap; /* allocation bitmap */ ++ ++ unsigned short *vol_utbl; /* upcase table */ ++ ++ unsigned int clu_srch_ptr; /* cluster search pointer */ ++ unsigned int used_clusters; /* number of used clusters */ ++ ++ unsigned long s_state; ++ struct mutex s_lock; /* superblock lock */ ++ struct exfat_mount_options options; ++ struct nls_table *nls_io; /* Charset used for input and display */ ++ struct ratelimit_state ratelimit; ++ ++ spinlock_t inode_hash_lock; ++ struct hlist_head inode_hashtable[EXFAT_HASH_SIZE]; ++ ++ struct rcu_head rcu; ++}; ++ ++/* ++ * EXFAT file system inode in-memory data ++ */ ++struct exfat_inode_info { ++ struct exfat_chain dir; ++ int entry; ++ unsigned int type; ++ unsigned short attr; ++ unsigned int start_clu; ++ unsigned char flags; ++ /* ++ * the copy of low 32bit of i_version to check ++ * the validation of hint_stat. ++ */ ++ unsigned int version; ++ /* file offset or dentry index for readdir */ ++ loff_t rwoffset; ++ ++ /* hint for cluster last accessed */ ++ struct exfat_hint hint_bmap; ++ /* hint for entry index we try to lookup next time */ ++ struct exfat_hint hint_stat; ++ /* hint for first empty entry */ ++ struct exfat_hint_femp hint_femp; ++ ++ spinlock_t cache_lru_lock; ++ struct list_head cache_lru; ++ int nr_caches; ++ /* for avoiding the race between alloc and free */ ++ unsigned int cache_valid_id; ++ ++ /* ++ * NOTE: i_size_ondisk is 64bits, so must hold ->inode_lock to access. ++ * physically allocated size. ++ */ ++ loff_t i_size_ondisk; ++ /* block-aligned i_size (used in cont_write_begin) */ ++ loff_t i_size_aligned; ++ /* on-disk position of directory entry or 0 */ ++ loff_t i_pos; ++ /* hash by i_location */ ++ struct hlist_node i_hash_fat; ++ /* protect bmap against truncate */ ++ struct rw_semaphore truncate_lock; ++ struct inode vfs_inode; ++ /* File creation time */ ++ struct timespec64 i_crtime; ++}; ++ ++static inline struct exfat_sb_info *EXFAT_SB(struct super_block *sb) ++{ ++ return sb->s_fs_info; ++} ++ ++static inline struct exfat_inode_info *EXFAT_I(struct inode *inode) ++{ ++ return container_of(inode, struct exfat_inode_info, vfs_inode); ++} ++ ++/* ++ * If ->i_mode can't hold 0222 (i.e. ATTR_RO), we use ->i_attrs to ++ * save ATTR_RO instead of ->i_mode. ++ * ++ * If it's directory and !sbi->options.rodir, ATTR_RO isn't read-only ++ * bit, it's just used as flag for app. ++ */ ++static inline int exfat_mode_can_hold_ro(struct inode *inode) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); ++ ++ if (S_ISDIR(inode->i_mode)) ++ return 0; ++ ++ if ((~sbi->options.fs_fmask) & 0222) ++ return 1; ++ return 0; ++} ++ ++/* Convert attribute bits and a mask to the UNIX mode. */ ++static inline mode_t exfat_make_mode(struct exfat_sb_info *sbi, ++ unsigned short attr, mode_t mode) ++{ ++ if ((attr & ATTR_READONLY) && !(attr & ATTR_SUBDIR)) ++ mode &= ~0222; ++ ++ if (attr & ATTR_SUBDIR) ++ return (mode & ~sbi->options.fs_dmask) | S_IFDIR; ++ ++ return (mode & ~sbi->options.fs_fmask) | S_IFREG; ++} ++ ++/* Return the FAT attribute byte for this inode */ ++static inline unsigned short exfat_make_attr(struct inode *inode) ++{ ++ unsigned short attr = EXFAT_I(inode)->attr; ++ ++ if (S_ISDIR(inode->i_mode)) ++ attr |= ATTR_SUBDIR; ++ if (exfat_mode_can_hold_ro(inode) && !(inode->i_mode & 0222)) ++ attr |= ATTR_READONLY; ++ return attr; ++} ++ ++static inline void exfat_save_attr(struct inode *inode, unsigned short attr) ++{ ++ if (exfat_mode_can_hold_ro(inode)) ++ EXFAT_I(inode)->attr = attr & (ATTR_RWMASK | ATTR_READONLY); ++ else ++ EXFAT_I(inode)->attr = attr & ATTR_RWMASK; ++} ++ ++static inline bool exfat_is_last_sector_in_cluster(struct exfat_sb_info *sbi, ++ sector_t sec) ++{ ++ return ((sec - sbi->data_start_sector + 1) & ++ ((1 << sbi->sect_per_clus_bits) - 1)) == 0; ++} ++ ++static inline sector_t exfat_cluster_to_sector(struct exfat_sb_info *sbi, ++ unsigned int clus) ++{ ++ return ((clus - EXFAT_RESERVED_CLUSTERS) << sbi->sect_per_clus_bits) + ++ sbi->data_start_sector; ++} ++ ++static inline int exfat_sector_to_cluster(struct exfat_sb_info *sbi, ++ sector_t sec) ++{ ++ return ((sec - sbi->data_start_sector) >> sbi->sect_per_clus_bits) + ++ EXFAT_RESERVED_CLUSTERS; ++} ++ ++/* super.c */ ++int exfat_set_vol_flags(struct super_block *sb, unsigned short new_flag); ++ ++/* fatent.c */ ++#define exfat_get_next_cluster(sb, pclu) exfat_ent_get(sb, *(pclu), pclu) ++ ++int exfat_alloc_cluster(struct inode *inode, unsigned int num_alloc, ++ struct exfat_chain *p_chain); ++int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain); ++int exfat_ent_get(struct super_block *sb, unsigned int loc, ++ unsigned int *content); ++int exfat_ent_set(struct super_block *sb, unsigned int loc, ++ unsigned int content); ++int exfat_count_ext_entries(struct super_block *sb, struct exfat_chain *p_dir, ++ int entry, struct exfat_dentry *p_entry); ++int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain, ++ unsigned int len); ++int exfat_zeroed_cluster(struct inode *dir, unsigned int clu); ++int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain, ++ unsigned int *ret_clu); ++int exfat_count_num_clusters(struct super_block *sb, ++ struct exfat_chain *p_chain, unsigned int *ret_count); ++ ++/* balloc.c */ ++int exfat_load_bitmap(struct super_block *sb); ++void exfat_free_bitmap(struct exfat_sb_info *sbi); ++int exfat_set_bitmap(struct inode *inode, unsigned int clu); ++void exfat_clear_bitmap(struct inode *inode, unsigned int clu); ++unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu); ++int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count); ++ ++/* file.c */ ++extern const struct file_operations exfat_file_operations; ++int __exfat_truncate(struct inode *inode, loff_t new_size); ++void exfat_truncate(struct inode *inode, loff_t size); ++int exfat_setattr(struct dentry *dentry, struct iattr *attr); ++int exfat_getattr(const struct path *path, struct kstat *stat, ++ unsigned int request_mask, unsigned int query_flags); ++ ++/* namei.c */ ++extern const struct dentry_operations exfat_dentry_ops; ++extern const struct dentry_operations exfat_utf8_dentry_ops; ++ ++/* cache.c */ ++int exfat_cache_init(void); ++void exfat_cache_shutdown(void); ++void exfat_cache_init_inode(struct inode *inode); ++void exfat_cache_inval_inode(struct inode *inode); ++int exfat_get_cluster(struct inode *inode, unsigned int cluster, ++ unsigned int *fclus, unsigned int *dclus, ++ unsigned int *last_dclus, int allow_eof); ++ ++/* dir.c */ ++extern const struct inode_operations exfat_dir_inode_operations; ++extern const struct file_operations exfat_dir_operations; ++unsigned int exfat_get_entry_type(struct exfat_dentry *p_entry); ++int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir, ++ int entry, unsigned int type, unsigned int start_clu, ++ unsigned long long size); ++int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir, ++ int entry, int num_entries, struct exfat_uni_name *p_uniname); ++int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir, ++ int entry, int order, int num_entries); ++int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir, ++ int entry); ++int exfat_update_dir_chksum_with_entry_set(struct super_block *sb, ++ struct exfat_entry_set_cache *es, int sync); ++int exfat_calc_num_entries(struct exfat_uni_name *p_uniname); ++int exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei, ++ struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, ++ int num_entries, unsigned int type); ++int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu); ++int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, ++ int entry, sector_t *sector, int *offset); ++struct exfat_dentry *exfat_get_dentry(struct super_block *sb, ++ struct exfat_chain *p_dir, int entry, struct buffer_head **bh, ++ sector_t *sector); ++struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb, ++ struct exfat_chain *p_dir, int entry, unsigned int type, ++ struct exfat_dentry **file_ep); ++int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir); ++ ++/* inode.c */ ++extern const struct inode_operations exfat_file_inode_operations; ++void exfat_sync_inode(struct inode *inode); ++struct inode *exfat_build_inode(struct super_block *sb, ++ struct exfat_dir_entry *info, loff_t i_pos); ++void exfat_hash_inode(struct inode *inode, loff_t i_pos); ++void exfat_unhash_inode(struct inode *inode); ++struct inode *exfat_iget(struct super_block *sb, loff_t i_pos); ++int exfat_write_inode(struct inode *inode, struct writeback_control *wbc); ++void exfat_evict_inode(struct inode *inode); ++int exfat_block_truncate_page(struct inode *inode, loff_t from); ++ ++/* exfat/nls.c */ ++unsigned short exfat_toupper(struct super_block *sb, unsigned short a); ++int exfat_uniname_ncmp(struct super_block *sb, unsigned short *a, ++ unsigned short *b, unsigned int len); ++int exfat_utf16_to_nls(struct super_block *sb, ++ struct exfat_uni_name *uniname, unsigned char *p_cstring, ++ int len); ++int exfat_nls_to_utf16(struct super_block *sb, ++ const unsigned char *p_cstring, const int len, ++ struct exfat_uni_name *uniname, int *p_lossy); ++int exfat_create_upcase_table(struct super_block *sb); ++void exfat_free_upcase_table(struct exfat_sb_info *sbi); ++unsigned short exfat_high_surrogate(unicode_t u); ++unsigned short exfat_low_surrogate(unicode_t u); ++ ++/* exfat/misc.c */ ++void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) ++ __printf(3, 4) __cold; ++#define exfat_fs_error(sb, fmt, args...) \ ++ __exfat_fs_error(sb, 1, fmt, ## args) ++#define exfat_fs_error_ratelimit(sb, fmt, args...) \ ++ __exfat_fs_error(sb, __ratelimit(&EXFAT_SB(sb)->ratelimit), \ ++ fmt, ## args) ++void exfat_msg(struct super_block *sb, const char *lv, const char *fmt, ...) ++ __printf(3, 4) __cold; ++void exfat_get_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts, ++ u8 tz, __le16 time, __le16 date, u8 time_ms); ++void exfat_set_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts, ++ u8 *tz, __le16 *time, __le16 *date, u8 *time_ms); ++unsigned short exfat_calc_chksum_2byte(void *data, int len, ++ unsigned short chksum, int type); ++void exfat_update_bh(struct super_block *sb, struct buffer_head *bh, int sync); ++void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, ++ unsigned int size, unsigned char flags); ++void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec); ++ ++#endif /* !_EXFAT_FS_H */ +diff --git a/fs/exfat/exfat_raw.h b/fs/exfat/exfat_raw.h +new file mode 100644 +index 000000000000..2a841010e649 +--- /dev/null ++++ b/fs/exfat/exfat_raw.h +@@ -0,0 +1,184 @@ ++/* SPDX-License-Identifier: GPL-2.0-or-later */ ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#ifndef _EXFAT_RAW_H ++#define _EXFAT_RAW_H ++ ++#include ++ ++#define PBR_SIGNATURE 0xAA55 ++ ++#define EXFAT_MAX_FILE_LEN 255 ++ ++#define VOL_CLEAN 0x0000 ++#define VOL_DIRTY 0x0002 ++ ++#define EXFAT_EOF_CLUSTER 0xFFFFFFFFu ++#define EXFAT_BAD_CLUSTER 0xFFFFFFF7u ++#define EXFAT_FREE_CLUSTER 0 ++/* Cluster 0, 1 are reserved, the first cluster is 2 in the cluster heap. */ ++#define EXFAT_RESERVED_CLUSTERS 2 ++#define EXFAT_FIRST_CLUSTER 2 ++#define EXFAT_DATA_CLUSTER_COUNT(sbi) \ ++ ((sbi)->num_clusters - EXFAT_RESERVED_CLUSTERS) ++ ++/* AllocationPossible and NoFatChain field in GeneralSecondaryFlags Field */ ++#define ALLOC_FAT_CHAIN 0x01 ++#define ALLOC_NO_FAT_CHAIN 0x03 ++ ++#define DENTRY_SIZE 32 /* directory entry size */ ++#define DENTRY_SIZE_BITS 5 ++/* exFAT allows 8388608(256MB) directory entries */ ++#define MAX_EXFAT_DENTRIES 8388608 ++ ++/* dentry types */ ++#define EXFAT_UNUSED 0x00 /* end of directory */ ++#define EXFAT_DELETE (~0x80) ++#define IS_EXFAT_DELETED(x) ((x) < 0x80) /* deleted file (0x01~0x7F) */ ++#define EXFAT_INVAL 0x80 /* invalid value */ ++#define EXFAT_BITMAP 0x81 /* allocation bitmap */ ++#define EXFAT_UPCASE 0x82 /* upcase table */ ++#define EXFAT_VOLUME 0x83 /* volume label */ ++#define EXFAT_FILE 0x85 /* file or dir */ ++#define EXFAT_GUID 0xA0 ++#define EXFAT_PADDING 0xA1 ++#define EXFAT_ACLTAB 0xA2 ++#define EXFAT_STREAM 0xC0 /* stream entry */ ++#define EXFAT_NAME 0xC1 /* file name entry */ ++#define EXFAT_ACL 0xC2 /* stream entry */ ++ ++#define IS_EXFAT_CRITICAL_PRI(x) (x < 0xA0) ++#define IS_EXFAT_BENIGN_PRI(x) (x < 0xC0) ++#define IS_EXFAT_CRITICAL_SEC(x) (x < 0xE0) ++ ++/* checksum types */ ++#define CS_DIR_ENTRY 0 ++#define CS_PBR_SECTOR 1 ++#define CS_DEFAULT 2 ++ ++/* file attributes */ ++#define ATTR_READONLY 0x0001 ++#define ATTR_HIDDEN 0x0002 ++#define ATTR_SYSTEM 0x0004 ++#define ATTR_VOLUME 0x0008 ++#define ATTR_SUBDIR 0x0010 ++#define ATTR_ARCHIVE 0x0020 ++ ++#define ATTR_RWMASK (ATTR_HIDDEN | ATTR_SYSTEM | ATTR_VOLUME | \ ++ ATTR_SUBDIR | ATTR_ARCHIVE) ++ ++#define PBR64_JUMP_BOOT_LEN 3 ++#define PBR64_OEM_NAME_LEN 8 ++#define PBR64_RESERVED_LEN 53 ++ ++#define EXFAT_FILE_NAME_LEN 15 ++ ++/* EXFAT BIOS parameter block (64 bytes) */ ++struct bpb64 { ++ __u8 jmp_boot[PBR64_JUMP_BOOT_LEN]; ++ __u8 oem_name[PBR64_OEM_NAME_LEN]; ++ __u8 res_zero[PBR64_RESERVED_LEN]; ++} __packed; ++ ++/* EXFAT EXTEND BIOS parameter block (56 bytes) */ ++struct bsx64 { ++ __le64 vol_offset; ++ __le64 vol_length; ++ __le32 fat_offset; ++ __le32 fat_length; ++ __le32 clu_offset; ++ __le32 clu_count; ++ __le32 root_cluster; ++ __le32 vol_serial; ++ __u8 fs_version[2]; ++ __le16 vol_flags; ++ __u8 sect_size_bits; ++ __u8 sect_per_clus_bits; ++ __u8 num_fats; ++ __u8 phy_drv_no; ++ __u8 perc_in_use; ++ __u8 reserved2[7]; ++} __packed; ++ ++/* EXFAT PBR[BPB+BSX] (120 bytes) */ ++struct pbr64 { ++ struct bpb64 bpb; ++ struct bsx64 bsx; ++} __packed; ++ ++/* Common PBR[Partition Boot Record] (512 bytes) */ ++struct pbr { ++ union { ++ __u8 raw[64]; ++ struct bpb64 f64; ++ } bpb; ++ union { ++ __u8 raw[56]; ++ struct bsx64 f64; ++ } bsx; ++ __u8 boot_code[390]; ++ __le16 signature; ++} __packed; ++ ++struct exfat_dentry { ++ __u8 type; ++ union { ++ struct { ++ __u8 num_ext; ++ __le16 checksum; ++ __le16 attr; ++ __le16 reserved1; ++ __le16 create_time; ++ __le16 create_date; ++ __le16 modify_time; ++ __le16 modify_date; ++ __le16 access_time; ++ __le16 access_date; ++ __u8 create_time_ms; ++ __u8 modify_time_ms; ++ __u8 create_tz; ++ __u8 modify_tz; ++ __u8 access_tz; ++ __u8 reserved2[7]; ++ } __packed file; /* file directory entry */ ++ struct { ++ __u8 flags; ++ __u8 reserved1; ++ __u8 name_len; ++ __le16 name_hash; ++ __le16 reserved2; ++ __le64 valid_size; ++ __le32 reserved3; ++ __le32 start_clu; ++ __le64 size; ++ } __packed stream; /* stream extension directory entry */ ++ struct { ++ __u8 flags; ++ __le16 unicode_0_14[EXFAT_FILE_NAME_LEN]; ++ } __packed name; /* file name directory entry */ ++ struct { ++ __u8 flags; ++ __u8 reserved[18]; ++ __le32 start_clu; ++ __le64 size; ++ } __packed bitmap; /* allocation bitmap directory entry */ ++ struct { ++ __u8 reserved1[3]; ++ __le32 checksum; ++ __u8 reserved2[12]; ++ __le32 start_clu; ++ __le64 size; ++ } __packed upcase; /* up-case table directory entry */ ++ } __packed dentry; ++} __packed; ++ ++#define EXFAT_TZ_VALID (1 << 7) ++ ++/* Jan 1 GMT 00:00:00 1980 */ ++#define EXFAT_MIN_TIMESTAMP_SECS 315532800LL ++/* Dec 31 GMT 23:59:59 2107 */ ++#define EXFAT_MAX_TIMESTAMP_SECS 4354819199LL ++ ++#endif /* !_EXFAT_RAW_H */ +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-inode-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-inode-operations.patch new file mode 100644 index 0000000000..0b47e8a9b6 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-inode-operations.patch @@ -0,0 +1,2156 @@ +From 5f2aa075070cf5b2e6aae011d5a3390408d7d913 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:34 +0900 +Subject: [PATCH 03/14] exfat: add inode operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of inode operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/inode.c | 671 +++++++++++++++++++++ + fs/exfat/namei.c | 1448 ++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 2119 insertions(+) + create mode 100644 fs/exfat/inode.c + create mode 100644 fs/exfat/namei.c + +diff --git a/fs/exfat/inode.c b/fs/exfat/inode.c +new file mode 100644 +index 000000000000..06887492f54b +--- /dev/null ++++ b/fs/exfat/inode.c +@@ -0,0 +1,671 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++static int __exfat_write_inode(struct inode *inode, int sync) ++{ ++ int ret = -EIO; ++ unsigned long long on_disk_size; ++ struct exfat_dentry *ep, *ep2; ++ struct exfat_entry_set_cache *es = NULL; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ bool is_dir = (ei->type == TYPE_DIR) ? true : false; ++ ++ if (inode->i_ino == EXFAT_ROOT_INO) ++ return 0; ++ ++ /* ++ * If the indode is already unlinked, there is no need for updating it. ++ */ ++ if (ei->dir.dir == DIR_DELETED) ++ return 0; ++ ++ if (is_dir && ei->dir.dir == sbi->root_dir && ei->entry == -1) ++ return 0; ++ ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ ++ /* get the directory entry of given file or directory */ ++ es = exfat_get_dentry_set(sb, &(ei->dir), ei->entry, ES_ALL_ENTRIES, ++ &ep); ++ if (!es) ++ return -EIO; ++ ep2 = ep + 1; ++ ++ ep->dentry.file.attr = cpu_to_le16(exfat_make_attr(inode)); ++ ++ /* set FILE_INFO structure using the acquired struct exfat_dentry */ ++ exfat_set_entry_time(sbi, &ei->i_crtime, ++ &ep->dentry.file.create_tz, ++ &ep->dentry.file.create_time, ++ &ep->dentry.file.create_date, ++ &ep->dentry.file.create_time_ms); ++ exfat_set_entry_time(sbi, &inode->i_mtime, ++ &ep->dentry.file.modify_tz, ++ &ep->dentry.file.modify_time, ++ &ep->dentry.file.modify_date, ++ &ep->dentry.file.modify_time_ms); ++ exfat_set_entry_time(sbi, &inode->i_atime, ++ &ep->dentry.file.access_tz, ++ &ep->dentry.file.access_time, ++ &ep->dentry.file.access_date, ++ NULL); ++ ++ /* File size should be zero if there is no cluster allocated */ ++ on_disk_size = i_size_read(inode); ++ ++ if (ei->start_clu == EXFAT_EOF_CLUSTER) ++ on_disk_size = 0; ++ ++ ep2->dentry.stream.valid_size = cpu_to_le64(on_disk_size); ++ ep2->dentry.stream.size = ep2->dentry.stream.valid_size; ++ ++ ret = exfat_update_dir_chksum_with_entry_set(sb, es, sync); ++ kfree(es); ++ return ret; ++} ++ ++int exfat_write_inode(struct inode *inode, struct writeback_control *wbc) ++{ ++ int ret; ++ ++ mutex_lock(&EXFAT_SB(inode->i_sb)->s_lock); ++ ret = __exfat_write_inode(inode, wbc->sync_mode == WB_SYNC_ALL); ++ mutex_unlock(&EXFAT_SB(inode->i_sb)->s_lock); ++ ++ return ret; ++} ++ ++void exfat_sync_inode(struct inode *inode) ++{ ++ lockdep_assert_held(&EXFAT_SB(inode->i_sb)->s_lock); ++ __exfat_write_inode(inode, 1); ++} ++ ++/* ++ * Input: inode, (logical) clu_offset, target allocation area ++ * Output: errcode, cluster number ++ * *clu = (~0), if it's unable to allocate a new cluster ++ */ ++static int exfat_map_cluster(struct inode *inode, unsigned int clu_offset, ++ unsigned int *clu, int create) ++{ ++ int ret, modified = false; ++ unsigned int last_clu; ++ struct exfat_chain new_clu; ++ struct exfat_dentry *ep; ++ struct exfat_entry_set_cache *es = NULL; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ unsigned int local_clu_offset = clu_offset; ++ unsigned int num_to_be_allocated = 0, num_clusters = 0; ++ ++ ei->rwoffset = EXFAT_CLU_TO_B(clu_offset, sbi); ++ ++ if (EXFAT_I(inode)->i_size_ondisk > 0) ++ num_clusters = ++ EXFAT_B_TO_CLU_ROUND_UP(EXFAT_I(inode)->i_size_ondisk, ++ sbi); ++ ++ if (clu_offset >= num_clusters) ++ num_to_be_allocated = clu_offset - num_clusters + 1; ++ ++ if (!create && (num_to_be_allocated > 0)) { ++ *clu = EXFAT_EOF_CLUSTER; ++ return 0; ++ } ++ ++ *clu = last_clu = ei->start_clu; ++ ++ if (ei->flags == ALLOC_NO_FAT_CHAIN) { ++ if (clu_offset > 0 && *clu != EXFAT_EOF_CLUSTER) { ++ last_clu += clu_offset - 1; ++ ++ if (clu_offset == num_clusters) ++ *clu = EXFAT_EOF_CLUSTER; ++ else ++ *clu += clu_offset; ++ } ++ } else if (ei->type == TYPE_FILE) { ++ unsigned int fclus = 0; ++ int err = exfat_get_cluster(inode, clu_offset, ++ &fclus, clu, &last_clu, 1); ++ if (err) ++ return -EIO; ++ ++ clu_offset -= fclus; ++ } else { ++ /* hint information */ ++ if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER && ++ ei->hint_bmap.off > 0 && clu_offset >= ei->hint_bmap.off) { ++ clu_offset -= ei->hint_bmap.off; ++ /* hint_bmap.clu should be valid */ ++ WARN_ON(ei->hint_bmap.clu < 2); ++ *clu = ei->hint_bmap.clu; ++ } ++ ++ while (clu_offset > 0 && *clu != EXFAT_EOF_CLUSTER) { ++ last_clu = *clu; ++ if (exfat_get_next_cluster(sb, clu)) ++ return -EIO; ++ clu_offset--; ++ } ++ } ++ ++ if (*clu == EXFAT_EOF_CLUSTER) { ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ ++ new_clu.dir = (last_clu == EXFAT_EOF_CLUSTER) ? ++ EXFAT_EOF_CLUSTER : last_clu + 1; ++ new_clu.size = 0; ++ new_clu.flags = ei->flags; ++ ++ /* allocate a cluster */ ++ if (num_to_be_allocated < 1) { ++ /* Broken FAT (i_sze > allocated FAT) */ ++ exfat_fs_error(sb, "broken FAT chain."); ++ return -EIO; ++ } ++ ++ ret = exfat_alloc_cluster(inode, num_to_be_allocated, &new_clu); ++ if (ret) ++ return ret; ++ ++ if (new_clu.dir == EXFAT_EOF_CLUSTER || ++ new_clu.dir == EXFAT_FREE_CLUSTER) { ++ exfat_fs_error(sb, ++ "bogus cluster new allocated (last_clu : %u, new_clu : %u)", ++ last_clu, new_clu.dir); ++ return -EIO; ++ } ++ ++ /* append to the FAT chain */ ++ if (last_clu == EXFAT_EOF_CLUSTER) { ++ if (new_clu.flags == ALLOC_FAT_CHAIN) ++ ei->flags = ALLOC_FAT_CHAIN; ++ ei->start_clu = new_clu.dir; ++ modified = true; ++ } else { ++ if (new_clu.flags != ei->flags) { ++ /* no-fat-chain bit is disabled, ++ * so fat-chain should be synced with ++ * alloc-bitmap ++ */ ++ exfat_chain_cont_cluster(sb, ei->start_clu, ++ num_clusters); ++ ei->flags = ALLOC_FAT_CHAIN; ++ modified = true; ++ } ++ if (new_clu.flags == ALLOC_FAT_CHAIN) ++ if (exfat_ent_set(sb, last_clu, new_clu.dir)) ++ return -EIO; ++ } ++ ++ num_clusters += num_to_be_allocated; ++ *clu = new_clu.dir; ++ ++ if (ei->dir.dir != DIR_DELETED) { ++ es = exfat_get_dentry_set(sb, &(ei->dir), ei->entry, ++ ES_ALL_ENTRIES, &ep); ++ if (!es) ++ return -EIO; ++ /* get stream entry */ ++ ep++; ++ ++ /* update directory entry */ ++ if (modified) { ++ if (ep->dentry.stream.flags != ei->flags) ++ ep->dentry.stream.flags = ei->flags; ++ ++ if (le32_to_cpu(ep->dentry.stream.start_clu) != ++ ei->start_clu) ++ ep->dentry.stream.start_clu = ++ cpu_to_le32(ei->start_clu); ++ ++ ep->dentry.stream.valid_size = ++ cpu_to_le64(i_size_read(inode)); ++ ep->dentry.stream.size = ++ ep->dentry.stream.valid_size; ++ } ++ ++ if (exfat_update_dir_chksum_with_entry_set(sb, es, ++ inode_needs_sync(inode))) ++ return -EIO; ++ kfree(es); ++ ++ } /* end of if != DIR_DELETED */ ++ ++ inode->i_blocks += ++ num_to_be_allocated << sbi->sect_per_clus_bits; ++ ++ /* ++ * Move *clu pointer along FAT chains (hole care) because the ++ * caller of this function expect *clu to be the last cluster. ++ * This only works when num_to_be_allocated >= 2, ++ * *clu = (the first cluster of the allocated chain) => ++ * (the last cluster of ...) ++ */ ++ if (ei->flags == ALLOC_NO_FAT_CHAIN) { ++ *clu += num_to_be_allocated - 1; ++ } else { ++ while (num_to_be_allocated > 1) { ++ if (exfat_get_next_cluster(sb, clu)) ++ return -EIO; ++ num_to_be_allocated--; ++ } ++ } ++ ++ } ++ ++ /* hint information */ ++ ei->hint_bmap.off = local_clu_offset; ++ ei->hint_bmap.clu = *clu; ++ ++ return 0; ++} ++ ++static int exfat_map_new_buffer(struct exfat_inode_info *ei, ++ struct buffer_head *bh, loff_t pos) ++{ ++ if (buffer_delay(bh) && pos > ei->i_size_aligned) ++ return -EIO; ++ set_buffer_new(bh); ++ ++ /* ++ * Adjust i_size_aligned if i_size_ondisk is bigger than it. ++ */ ++ if (ei->i_size_ondisk > ei->i_size_aligned) ++ ei->i_size_aligned = ei->i_size_ondisk; ++ return 0; ++} ++ ++static int exfat_get_block(struct inode *inode, sector_t iblock, ++ struct buffer_head *bh_result, int create) ++{ ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; ++ int err = 0; ++ unsigned long mapped_blocks = 0; ++ unsigned int cluster, sec_offset; ++ sector_t last_block; ++ sector_t phys = 0; ++ loff_t pos; ++ ++ mutex_lock(&sbi->s_lock); ++ last_block = EXFAT_B_TO_BLK_ROUND_UP(i_size_read(inode), sb); ++ if (iblock >= last_block && !create) ++ goto done; ++ ++ /* Is this block already allocated? */ ++ err = exfat_map_cluster(inode, iblock >> sbi->sect_per_clus_bits, ++ &cluster, create); ++ if (err) { ++ if (err != -ENOSPC) ++ exfat_fs_error_ratelimit(sb, ++ "failed to bmap (inode : %p iblock : %llu, err : %d)", ++ inode, (unsigned long long)iblock, err); ++ goto unlock_ret; ++ } ++ ++ if (cluster == EXFAT_EOF_CLUSTER) ++ goto done; ++ ++ /* sector offset in cluster */ ++ sec_offset = iblock & (sbi->sect_per_clus - 1); ++ ++ phys = exfat_cluster_to_sector(sbi, cluster) + sec_offset; ++ mapped_blocks = sbi->sect_per_clus - sec_offset; ++ max_blocks = min(mapped_blocks, max_blocks); ++ ++ /* Treat newly added block / cluster */ ++ if (iblock < last_block) ++ create = 0; ++ ++ if (create || buffer_delay(bh_result)) { ++ pos = EXFAT_BLK_TO_B((iblock + 1), sb); ++ if (ei->i_size_ondisk < pos) ++ ei->i_size_ondisk = pos; ++ } ++ ++ if (create) { ++ err = exfat_map_new_buffer(ei, bh_result, pos); ++ if (err) { ++ exfat_fs_error(sb, ++ "requested for bmap out of range(pos : (%llu) > i_size_aligned(%llu)\n", ++ pos, ei->i_size_aligned); ++ goto unlock_ret; ++ } ++ } ++ ++ if (buffer_delay(bh_result)) ++ clear_buffer_delay(bh_result); ++ map_bh(bh_result, sb, phys); ++done: ++ bh_result->b_size = EXFAT_BLK_TO_B(max_blocks, sb); ++unlock_ret: ++ mutex_unlock(&sbi->s_lock); ++ return err; ++} ++ ++static int exfat_readpage(struct file *file, struct page *page) ++{ ++ return mpage_readpage(page, exfat_get_block); ++} ++ ++static int exfat_readpages(struct file *file, struct address_space *mapping, ++ struct list_head *pages, unsigned int nr_pages) ++{ ++ return mpage_readpages(mapping, pages, nr_pages, exfat_get_block); ++} ++ ++static int exfat_writepage(struct page *page, struct writeback_control *wbc) ++{ ++ return block_write_full_page(page, exfat_get_block, wbc); ++} ++ ++static int exfat_writepages(struct address_space *mapping, ++ struct writeback_control *wbc) ++{ ++ return mpage_writepages(mapping, wbc, exfat_get_block); ++} ++ ++static void exfat_write_failed(struct address_space *mapping, loff_t to) ++{ ++ struct inode *inode = mapping->host; ++ ++ if (to > i_size_read(inode)) { ++ truncate_pagecache(inode, i_size_read(inode)); ++ exfat_truncate(inode, EXFAT_I(inode)->i_size_aligned); ++ } ++} ++ ++static int exfat_write_begin(struct file *file, struct address_space *mapping, ++ loff_t pos, unsigned int len, unsigned int flags, ++ struct page **pagep, void **fsdata) ++{ ++ int ret; ++ ++ *pagep = NULL; ++ ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, ++ exfat_get_block, ++ &EXFAT_I(mapping->host)->i_size_ondisk); ++ ++ if (ret < 0) ++ exfat_write_failed(mapping, pos+len); ++ ++ return ret; ++} ++ ++static int exfat_write_end(struct file *file, struct address_space *mapping, ++ loff_t pos, unsigned int len, unsigned int copied, ++ struct page *pagep, void *fsdata) ++{ ++ struct inode *inode = mapping->host; ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ int err; ++ ++ err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); ++ ++ if (EXFAT_I(inode)->i_size_aligned < i_size_read(inode)) { ++ exfat_fs_error(inode->i_sb, ++ "invalid size(size(%llu) > aligned(%llu)\n", ++ i_size_read(inode), EXFAT_I(inode)->i_size_aligned); ++ return -EIO; ++ } ++ ++ if (err < len) ++ exfat_write_failed(mapping, pos+len); ++ ++ if (!(err < 0) && !(ei->attr & ATTR_ARCHIVE)) { ++ inode->i_mtime = inode->i_ctime = current_time(inode); ++ ei->attr |= ATTR_ARCHIVE; ++ mark_inode_dirty(inode); ++ } ++ ++ return err; ++} ++ ++static ssize_t exfat_direct_IO(struct kiocb *iocb, struct iov_iter *iter) ++{ ++ struct address_space *mapping = iocb->ki_filp->f_mapping; ++ struct inode *inode = mapping->host; ++ loff_t size = iocb->ki_pos + iov_iter_count(iter); ++ int rw = iov_iter_rw(iter); ++ ssize_t ret; ++ ++ if (rw == WRITE) { ++ /* ++ * FIXME: blockdev_direct_IO() doesn't use ->write_begin(), ++ * so we need to update the ->i_size_aligned to block boundary. ++ * ++ * But we must fill the remaining area or hole by nul for ++ * updating ->i_size_aligned ++ * ++ * Return 0, and fallback to normal buffered write. ++ */ ++ if (EXFAT_I(inode)->i_size_aligned < size) ++ return 0; ++ } ++ ++ /* ++ * Need to use the DIO_LOCKING for avoiding the race ++ * condition of exfat_get_block() and ->truncate(). ++ */ ++ ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); ++ if (ret < 0 && (rw & WRITE)) ++ exfat_write_failed(mapping, size); ++ return ret; ++} ++ ++static sector_t exfat_aop_bmap(struct address_space *mapping, sector_t block) ++{ ++ sector_t blocknr; ++ ++ /* exfat_get_cluster() assumes the requested blocknr isn't truncated. */ ++ down_read(&EXFAT_I(mapping->host)->truncate_lock); ++ blocknr = generic_block_bmap(mapping, block, exfat_get_block); ++ up_read(&EXFAT_I(mapping->host)->truncate_lock); ++ return blocknr; ++} ++ ++/* ++ * exfat_block_truncate_page() zeroes out a mapping from file offset `from' ++ * up to the end of the block which corresponds to `from'. ++ * This is required during truncate to physically zeroout the tail end ++ * of that block so it doesn't yield old data if the file is later grown. ++ * Also, avoid causing failure from fsx for cases of "data past EOF" ++ */ ++int exfat_block_truncate_page(struct inode *inode, loff_t from) ++{ ++ return block_truncate_page(inode->i_mapping, from, exfat_get_block); ++} ++ ++static const struct address_space_operations exfat_aops = { ++ .readpage = exfat_readpage, ++ .readpages = exfat_readpages, ++ .writepage = exfat_writepage, ++ .writepages = exfat_writepages, ++ .write_begin = exfat_write_begin, ++ .write_end = exfat_write_end, ++ .direct_IO = exfat_direct_IO, ++ .bmap = exfat_aop_bmap ++}; ++ ++static inline unsigned long exfat_hash(loff_t i_pos) ++{ ++ return hash_32(i_pos, EXFAT_HASH_BITS); ++} ++ ++void exfat_hash_inode(struct inode *inode, loff_t i_pos) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); ++ struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); ++ ++ spin_lock(&sbi->inode_hash_lock); ++ EXFAT_I(inode)->i_pos = i_pos; ++ hlist_add_head(&EXFAT_I(inode)->i_hash_fat, head); ++ spin_unlock(&sbi->inode_hash_lock); ++} ++ ++void exfat_unhash_inode(struct inode *inode) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); ++ ++ spin_lock(&sbi->inode_hash_lock); ++ hlist_del_init(&EXFAT_I(inode)->i_hash_fat); ++ EXFAT_I(inode)->i_pos = 0; ++ spin_unlock(&sbi->inode_hash_lock); ++} ++ ++struct inode *exfat_iget(struct super_block *sb, loff_t i_pos) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *info; ++ struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); ++ struct inode *inode = NULL; ++ ++ spin_lock(&sbi->inode_hash_lock); ++ hlist_for_each_entry(info, head, i_hash_fat) { ++ WARN_ON(info->vfs_inode.i_sb != sb); ++ ++ if (i_pos != info->i_pos) ++ continue; ++ inode = igrab(&info->vfs_inode); ++ if (inode) ++ break; ++ } ++ spin_unlock(&sbi->inode_hash_lock); ++ return inode; ++} ++ ++/* doesn't deal with root inode */ ++static int exfat_fill_inode(struct inode *inode, struct exfat_dir_entry *info) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ loff_t size = info->size; ++ ++ memcpy(&ei->dir, &info->dir, sizeof(struct exfat_chain)); ++ ei->entry = info->entry; ++ ei->attr = info->attr; ++ ei->start_clu = info->start_clu; ++ ei->flags = info->flags; ++ ei->type = info->type; ++ ++ ei->version = 0; ++ ei->hint_stat.eidx = 0; ++ ei->hint_stat.clu = info->start_clu; ++ ei->hint_femp.eidx = EXFAT_HINT_NONE; ++ ei->rwoffset = 0; ++ ei->hint_bmap.off = EXFAT_EOF_CLUSTER; ++ ei->i_pos = 0; ++ ++ inode->i_uid = sbi->options.fs_uid; ++ inode->i_gid = sbi->options.fs_gid; ++ inode_inc_iversion(inode); ++ inode->i_generation = prandom_u32(); ++ ++ if (info->attr & ATTR_SUBDIR) { /* directory */ ++ inode->i_generation &= ~1; ++ inode->i_mode = exfat_make_mode(sbi, info->attr, 0777); ++ inode->i_op = &exfat_dir_inode_operations; ++ inode->i_fop = &exfat_dir_operations; ++ set_nlink(inode, info->num_subdirs); ++ } else { /* regular file */ ++ inode->i_generation |= 1; ++ inode->i_mode = exfat_make_mode(sbi, info->attr, 0777); ++ inode->i_op = &exfat_file_inode_operations; ++ inode->i_fop = &exfat_file_operations; ++ inode->i_mapping->a_ops = &exfat_aops; ++ inode->i_mapping->nrpages = 0; ++ } ++ ++ i_size_write(inode, size); ++ ++ /* ondisk and aligned size should be aligned with block size */ ++ if (size & (inode->i_sb->s_blocksize - 1)) { ++ size |= (inode->i_sb->s_blocksize - 1); ++ size++; ++ } ++ ++ ei->i_size_aligned = size; ++ ei->i_size_ondisk = size; ++ ++ exfat_save_attr(inode, info->attr); ++ ++ inode->i_blocks = ((i_size_read(inode) + (sbi->cluster_size - 1)) & ++ ~(sbi->cluster_size - 1)) >> inode->i_blkbits; ++ inode->i_mtime = info->mtime; ++ inode->i_ctime = info->mtime; ++ ei->i_crtime = info->crtime; ++ inode->i_atime = info->atime; ++ ++ exfat_cache_init_inode(inode); ++ ++ return 0; ++} ++ ++struct inode *exfat_build_inode(struct super_block *sb, ++ struct exfat_dir_entry *info, loff_t i_pos) ++{ ++ struct inode *inode; ++ int err; ++ ++ inode = exfat_iget(sb, i_pos); ++ if (inode) ++ goto out; ++ inode = new_inode(sb); ++ if (!inode) { ++ inode = ERR_PTR(-ENOMEM); ++ goto out; ++ } ++ inode->i_ino = iunique(sb, EXFAT_ROOT_INO); ++ inode_set_iversion(inode, 1); ++ err = exfat_fill_inode(inode, info); ++ if (err) { ++ iput(inode); ++ inode = ERR_PTR(err); ++ goto out; ++ } ++ exfat_hash_inode(inode, i_pos); ++ insert_inode_hash(inode); ++out: ++ return inode; ++} ++ ++void exfat_evict_inode(struct inode *inode) ++{ ++ truncate_inode_pages(&inode->i_data, 0); ++ ++ if (!inode->i_nlink) { ++ i_size_write(inode, 0); ++ mutex_lock(&EXFAT_SB(inode->i_sb)->s_lock); ++ __exfat_truncate(inode, 0); ++ mutex_unlock(&EXFAT_SB(inode->i_sb)->s_lock); ++ } ++ ++ invalidate_inode_buffers(inode); ++ clear_inode(inode); ++ exfat_cache_inval_inode(inode); ++ exfat_unhash_inode(inode); ++} +diff --git a/fs/exfat/namei.c b/fs/exfat/namei.c +new file mode 100644 +index 000000000000..a8681d91f569 +--- /dev/null ++++ b/fs/exfat/namei.c +@@ -0,0 +1,1448 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++static inline unsigned long exfat_d_version(struct dentry *dentry) ++{ ++ return (unsigned long) dentry->d_fsdata; ++} ++ ++static inline void exfat_d_version_set(struct dentry *dentry, ++ unsigned long version) ++{ ++ dentry->d_fsdata = (void *) version; ++} ++ ++/* ++ * If new entry was created in the parent, it could create the 8.3 alias (the ++ * shortname of logname). So, the parent may have the negative-dentry which ++ * matches the created 8.3 alias. ++ * ++ * If it happened, the negative dentry isn't actually negative anymore. So, ++ * drop it. ++ */ ++static int exfat_d_revalidate(struct dentry *dentry, unsigned int flags) ++{ ++ int ret; ++ ++ if (flags & LOOKUP_RCU) ++ return -ECHILD; ++ ++ /* ++ * This is not negative dentry. Always valid. ++ * ++ * Note, rename() to existing directory entry will have ->d_inode, and ++ * will use existing name which isn't specified name by user. ++ * ++ * We may be able to drop this positive dentry here. But dropping ++ * positive dentry isn't good idea. So it's unsupported like ++ * rename("filename", "FILENAME") for now. ++ */ ++ if (d_really_is_positive(dentry)) ++ return 1; ++ ++ /* ++ * Drop the negative dentry, in order to make sure to use the case ++ * sensitive name which is specified by user if this is for creation. ++ */ ++ if (flags & (LOOKUP_CREATE | LOOKUP_RENAME_TARGET)) ++ return 0; ++ ++ spin_lock(&dentry->d_lock); ++ ret = inode_eq_iversion(d_inode(dentry->d_parent), ++ exfat_d_version(dentry)); ++ spin_unlock(&dentry->d_lock); ++ return ret; ++} ++ ++/* returns the length of a struct qstr, ignoring trailing dots */ ++static unsigned int exfat_striptail_len(unsigned int len, const char *name) ++{ ++ while (len && name[len - 1] == '.') ++ len--; ++ return len; ++} ++ ++/* ++ * Compute the hash for the exfat name corresponding to the dentry. If the name ++ * is invalid, we leave the hash code unchanged so that the existing dentry can ++ * be used. The exfat fs routines will return ENOENT or EINVAL as appropriate. ++ */ ++static int exfat_d_hash(const struct dentry *dentry, struct qstr *qstr) ++{ ++ struct super_block *sb = dentry->d_sb; ++ struct nls_table *t = EXFAT_SB(sb)->nls_io; ++ const unsigned char *name = qstr->name; ++ unsigned int len = exfat_striptail_len(qstr->len, qstr->name); ++ unsigned long hash = init_name_hash(dentry); ++ int i, charlen; ++ wchar_t c; ++ ++ for (i = 0; i < len; i += charlen) { ++ charlen = t->char2uni(&name[i], len - i, &c); ++ if (charlen < 0) ++ return charlen; ++ hash = partial_name_hash(exfat_toupper(sb, c), hash); ++ } ++ ++ qstr->hash = end_name_hash(hash); ++ return 0; ++} ++ ++static int exfat_d_cmp(const struct dentry *dentry, unsigned int len, ++ const char *str, const struct qstr *name) ++{ ++ struct super_block *sb = dentry->d_sb; ++ struct nls_table *t = EXFAT_SB(sb)->nls_io; ++ unsigned int alen = exfat_striptail_len(name->len, name->name); ++ unsigned int blen = exfat_striptail_len(len, str); ++ wchar_t c1, c2; ++ int charlen, i; ++ ++ if (alen != blen) ++ return 1; ++ ++ for (i = 0; i < len; i += charlen) { ++ charlen = t->char2uni(&name->name[i], alen - i, &c1); ++ if (charlen < 0) ++ return 1; ++ if (charlen != t->char2uni(&str[i], blen - i, &c2)) ++ return 1; ++ ++ if (exfat_toupper(sb, c1) != exfat_toupper(sb, c2)) ++ return 1; ++ } ++ ++ return 0; ++} ++ ++const struct dentry_operations exfat_dentry_ops = { ++ .d_revalidate = exfat_d_revalidate, ++ .d_hash = exfat_d_hash, ++ .d_compare = exfat_d_cmp, ++}; ++ ++static int exfat_utf8_d_hash(const struct dentry *dentry, struct qstr *qstr) ++{ ++ struct super_block *sb = dentry->d_sb; ++ const unsigned char *name = qstr->name; ++ unsigned int len = exfat_striptail_len(qstr->len, qstr->name); ++ unsigned long hash = init_name_hash(dentry); ++ int i, charlen; ++ unicode_t u; ++ ++ for (i = 0; i < len; i += charlen) { ++ charlen = utf8_to_utf32(&name[i], len - i, &u); ++ if (charlen < 0) ++ return charlen; ++ ++ /* ++ * Convert to UTF-16: code points above U+FFFF are encoded as ++ * surrogate pairs. ++ * exfat_toupper() works only for code points up to the U+FFFF. ++ */ ++ if (u > 0xFFFF) { ++ hash = partial_name_hash(exfat_high_surrogate(u), hash); ++ hash = partial_name_hash(exfat_low_surrogate(u), hash); ++ } else { ++ hash = partial_name_hash(exfat_toupper(sb, u), hash); ++ } ++ } ++ ++ qstr->hash = end_name_hash(hash); ++ return 0; ++} ++ ++static int exfat_utf8_d_cmp(const struct dentry *dentry, unsigned int len, ++ const char *str, const struct qstr *name) ++{ ++ struct super_block *sb = dentry->d_sb; ++ unsigned int alen = exfat_striptail_len(name->len, name->name); ++ unsigned int blen = exfat_striptail_len(len, str); ++ unicode_t u_a, u_b; ++ int charlen, i; ++ ++ if (alen != blen) ++ return 1; ++ ++ for (i = 0; i < alen; i += charlen) { ++ charlen = utf8_to_utf32(&name->name[i], alen - i, &u_a); ++ if (charlen < 0) ++ return 1; ++ if (charlen != utf8_to_utf32(&str[i], blen - i, &u_b)) ++ return 1; ++ ++ if (u_a <= 0xFFFF && u_b <= 0xFFFF) { ++ if (exfat_toupper(sb, u_a) != exfat_toupper(sb, u_b)) ++ return 1; ++ } else if (u_a > 0xFFFF && u_b > 0xFFFF) { ++ if (exfat_low_surrogate(u_a) != ++ exfat_low_surrogate(u_b) || ++ exfat_high_surrogate(u_a) != ++ exfat_high_surrogate(u_b)) ++ return 1; ++ } else { ++ return 1; ++ } ++ } ++ ++ return 0; ++} ++ ++const struct dentry_operations exfat_utf8_dentry_ops = { ++ .d_revalidate = exfat_d_revalidate, ++ .d_hash = exfat_utf8_d_hash, ++ .d_compare = exfat_utf8_d_cmp, ++}; ++ ++/* used only in search empty_slot() */ ++#define CNT_UNUSED_NOHIT (-1) ++#define CNT_UNUSED_HIT (-2) ++/* search EMPTY CONTINUOUS "num_entries" entries */ ++static int exfat_search_empty_slot(struct super_block *sb, ++ struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, ++ int num_entries) ++{ ++ int i, dentry, num_empty = 0; ++ int dentries_per_clu; ++ unsigned int type; ++ struct exfat_chain clu; ++ struct exfat_dentry *ep; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct buffer_head *bh; ++ ++ dentries_per_clu = sbi->dentries_per_clu; ++ ++ if (hint_femp->eidx != EXFAT_HINT_NONE) { ++ dentry = hint_femp->eidx; ++ if (num_entries <= hint_femp->count) { ++ hint_femp->eidx = EXFAT_HINT_NONE; ++ return dentry; ++ } ++ ++ exfat_chain_dup(&clu, &hint_femp->cur); ++ } else { ++ exfat_chain_dup(&clu, p_dir); ++ dentry = 0; ++ } ++ ++ while (clu.dir != EXFAT_EOF_CLUSTER) { ++ i = dentry & (dentries_per_clu - 1); ++ ++ for (; i < dentries_per_clu; i++, dentry++) { ++ ep = exfat_get_dentry(sb, &clu, i, &bh, NULL); ++ if (!ep) ++ return -EIO; ++ type = exfat_get_entry_type(ep); ++ brelse(bh); ++ ++ if (type == TYPE_UNUSED || type == TYPE_DELETED) { ++ num_empty++; ++ if (hint_femp->eidx == EXFAT_HINT_NONE) { ++ hint_femp->eidx = dentry; ++ hint_femp->count = CNT_UNUSED_NOHIT; ++ exfat_chain_set(&hint_femp->cur, ++ clu.dir, clu.size, clu.flags); ++ } ++ ++ if (type == TYPE_UNUSED && ++ hint_femp->count != CNT_UNUSED_HIT) ++ hint_femp->count = CNT_UNUSED_HIT; ++ } else { ++ if (hint_femp->eidx != EXFAT_HINT_NONE && ++ hint_femp->count == CNT_UNUSED_HIT) { ++ /* unused empty group means ++ * an empty group which includes ++ * unused dentry ++ */ ++ exfat_fs_error(sb, ++ "found bogus dentry(%d) beyond unused empty group(%d) (start_clu : %u, cur_clu : %u)", ++ dentry, hint_femp->eidx, ++ p_dir->dir, clu.dir); ++ return -EIO; ++ } ++ ++ num_empty = 0; ++ hint_femp->eidx = EXFAT_HINT_NONE; ++ } ++ ++ if (num_empty >= num_entries) { ++ /* found and invalidate hint_femp */ ++ hint_femp->eidx = EXFAT_HINT_NONE; ++ return (dentry - (num_entries - 1)); ++ } ++ } ++ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ if (--clu.size > 0) ++ clu.dir++; ++ else ++ clu.dir = EXFAT_EOF_CLUSTER; ++ } else { ++ if (exfat_get_next_cluster(sb, &clu.dir)) ++ return -EIO; ++ } ++ } ++ ++ return -ENOSPC; ++} ++ ++static int exfat_check_max_dentries(struct inode *inode) ++{ ++ if (EXFAT_B_TO_DEN(i_size_read(inode)) >= MAX_EXFAT_DENTRIES) { ++ /* ++ * exFAT spec allows a dir to grow upto 8388608(256MB) ++ * dentries ++ */ ++ return -ENOSPC; ++ } ++ return 0; ++} ++ ++/* find empty directory entry. ++ * if there isn't any empty slot, expand cluster chain. ++ */ ++static int exfat_find_empty_entry(struct inode *inode, ++ struct exfat_chain *p_dir, int num_entries) ++{ ++ int dentry; ++ unsigned int ret, last_clu; ++ sector_t sector; ++ loff_t size = 0; ++ struct exfat_chain clu; ++ struct exfat_dentry *ep = NULL; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct exfat_hint_femp hint_femp; ++ ++ hint_femp.eidx = EXFAT_HINT_NONE; ++ ++ if (ei->hint_femp.eidx != EXFAT_HINT_NONE) { ++ memcpy(&hint_femp, &ei->hint_femp, ++ sizeof(struct exfat_hint_femp)); ++ ei->hint_femp.eidx = EXFAT_HINT_NONE; ++ } ++ ++ while ((dentry = exfat_search_empty_slot(sb, &hint_femp, p_dir, ++ num_entries)) < 0) { ++ if (dentry == -EIO) ++ break; ++ ++ if (exfat_check_max_dentries(inode)) ++ return -ENOSPC; ++ ++ /* we trust p_dir->size regardless of FAT type */ ++ if (exfat_find_last_cluster(sb, p_dir, &last_clu)) ++ return -EIO; ++ ++ /* ++ * Allocate new cluster to this directory ++ */ ++ exfat_chain_set(&clu, last_clu + 1, 0, p_dir->flags); ++ ++ /* allocate a cluster */ ++ ret = exfat_alloc_cluster(inode, 1, &clu); ++ if (ret) ++ return ret; ++ ++ if (exfat_zeroed_cluster(inode, clu.dir)) ++ return -EIO; ++ ++ /* append to the FAT chain */ ++ if (clu.flags != p_dir->flags) { ++ /* no-fat-chain bit is disabled, ++ * so fat-chain should be synced with alloc-bitmap ++ */ ++ exfat_chain_cont_cluster(sb, p_dir->dir, p_dir->size); ++ p_dir->flags = ALLOC_FAT_CHAIN; ++ hint_femp.cur.flags = ALLOC_FAT_CHAIN; ++ } ++ ++ if (clu.flags == ALLOC_FAT_CHAIN) ++ if (exfat_ent_set(sb, last_clu, clu.dir)) ++ return -EIO; ++ ++ if (hint_femp.eidx == EXFAT_HINT_NONE) { ++ /* the special case that new dentry ++ * should be allocated from the start of new cluster ++ */ ++ hint_femp.eidx = EXFAT_B_TO_DEN_IDX(p_dir->size, sbi); ++ hint_femp.count = sbi->dentries_per_clu; ++ ++ exfat_chain_set(&hint_femp.cur, clu.dir, 0, clu.flags); ++ } ++ hint_femp.cur.size++; ++ p_dir->size++; ++ size = EXFAT_CLU_TO_B(p_dir->size, sbi); ++ ++ /* update the directory entry */ ++ if (p_dir->dir != sbi->root_dir) { ++ struct buffer_head *bh; ++ ++ ep = exfat_get_dentry(sb, ++ &(ei->dir), ei->entry + 1, &bh, §or); ++ if (!ep) ++ return -EIO; ++ ++ ep->dentry.stream.valid_size = cpu_to_le64(size); ++ ep->dentry.stream.size = ep->dentry.stream.valid_size; ++ ep->dentry.stream.flags = p_dir->flags; ++ exfat_update_bh(sb, bh, IS_DIRSYNC(inode)); ++ brelse(bh); ++ if (exfat_update_dir_chksum(inode, &(ei->dir), ++ ei->entry)) ++ return -EIO; ++ } ++ ++ /* directory inode should be updated in here */ ++ i_size_write(inode, size); ++ EXFAT_I(inode)->i_size_ondisk += sbi->cluster_size; ++ EXFAT_I(inode)->i_size_aligned += sbi->cluster_size; ++ EXFAT_I(inode)->flags = p_dir->flags; ++ inode->i_blocks += 1 << sbi->sect_per_clus_bits; ++ } ++ ++ return dentry; ++} ++ ++/* ++ * Name Resolution Functions : ++ * Zero if it was successful; otherwise nonzero. ++ */ ++static int __exfat_resolve_path(struct inode *inode, const unsigned char *path, ++ struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, ++ int lookup) ++{ ++ int namelen; ++ int lossy = NLS_NAME_NO_LOSSY; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ ++ /* strip all trailing periods */ ++ namelen = exfat_striptail_len(strlen(path), path); ++ if (!namelen) ++ return -ENOENT; ++ ++ if (strlen(path) > (MAX_NAME_LENGTH * MAX_CHARSET_SIZE)) ++ return -ENAMETOOLONG; ++ ++ /* ++ * strip all leading spaces : ++ * "MS windows 7" supports leading spaces. ++ * So we should skip this preprocessing for compatibility. ++ */ ++ ++ /* file name conversion : ++ * If lookup case, we allow bad-name for compatibility. ++ */ ++ namelen = exfat_nls_to_utf16(sb, path, namelen, p_uniname, ++ &lossy); ++ if (namelen < 0) ++ return namelen; /* return error value */ ++ ++ if ((lossy && !lookup) || !namelen) ++ return -EINVAL; ++ ++ exfat_chain_set(p_dir, ei->start_clu, ++ EXFAT_B_TO_CLU(i_size_read(inode), sbi), ei->flags); ++ ++ return 0; ++} ++ ++static inline int exfat_resolve_path(struct inode *inode, ++ const unsigned char *path, struct exfat_chain *dir, ++ struct exfat_uni_name *uni) ++{ ++ return __exfat_resolve_path(inode, path, dir, uni, 0); ++} ++ ++static inline int exfat_resolve_path_for_lookup(struct inode *inode, ++ const unsigned char *path, struct exfat_chain *dir, ++ struct exfat_uni_name *uni) ++{ ++ return __exfat_resolve_path(inode, path, dir, uni, 1); ++} ++ ++static inline loff_t exfat_make_i_pos(struct exfat_dir_entry *info) ++{ ++ return ((loff_t) info->dir.dir << 32) | (info->entry & 0xffffffff); ++} ++ ++static int exfat_add_entry(struct inode *inode, const char *path, ++ struct exfat_chain *p_dir, unsigned int type, ++ struct exfat_dir_entry *info) ++{ ++ int ret, dentry, num_entries; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_uni_name uniname; ++ struct exfat_chain clu; ++ int clu_size = 0; ++ unsigned int start_clu = EXFAT_FREE_CLUSTER; ++ ++ ret = exfat_resolve_path(inode, path, p_dir, &uniname); ++ if (ret) ++ goto out; ++ ++ num_entries = exfat_calc_num_entries(&uniname); ++ if (num_entries < 0) { ++ ret = num_entries; ++ goto out; ++ } ++ ++ /* exfat_find_empty_entry must be called before alloc_cluster() */ ++ dentry = exfat_find_empty_entry(inode, p_dir, num_entries); ++ if (dentry < 0) { ++ ret = dentry; /* -EIO or -ENOSPC */ ++ goto out; ++ } ++ ++ if (type == TYPE_DIR) { ++ ret = exfat_alloc_new_dir(inode, &clu); ++ if (ret) ++ goto out; ++ start_clu = clu.dir; ++ clu_size = sbi->cluster_size; ++ } ++ ++ /* update the directory entry */ ++ /* fill the dos name directory entry information of the created file. ++ * the first cluster is not determined yet. (0) ++ */ ++ ret = exfat_init_dir_entry(inode, p_dir, dentry, type, ++ start_clu, clu_size); ++ if (ret) ++ goto out; ++ ++ ret = exfat_init_ext_entry(inode, p_dir, dentry, num_entries, &uniname); ++ if (ret) ++ goto out; ++ ++ memcpy(&info->dir, p_dir, sizeof(struct exfat_chain)); ++ info->entry = dentry; ++ info->flags = ALLOC_NO_FAT_CHAIN; ++ info->type = type; ++ ++ if (type == TYPE_FILE) { ++ info->attr = ATTR_ARCHIVE; ++ info->start_clu = EXFAT_EOF_CLUSTER; ++ info->size = 0; ++ info->num_subdirs = 0; ++ } else { ++ int count; ++ struct exfat_chain cdir; ++ ++ info->attr = ATTR_SUBDIR; ++ info->start_clu = start_clu; ++ info->size = clu_size; ++ ++ exfat_chain_set(&cdir, info->start_clu, ++ EXFAT_B_TO_CLU(info->size, sbi), info->flags); ++ count = exfat_count_dir_entries(sb, &cdir); ++ if (count < 0) ++ return -EIO; ++ info->num_subdirs = count + EXFAT_MIN_SUBDIR; ++ } ++ memset(&info->crtime, 0, sizeof(info->crtime)); ++ memset(&info->mtime, 0, sizeof(info->mtime)); ++ memset(&info->atime, 0, sizeof(info->atime)); ++out: ++ return ret; ++} ++ ++static int exfat_create(struct inode *dir, struct dentry *dentry, umode_t mode, ++ bool excl) ++{ ++ struct super_block *sb = dir->i_sb; ++ struct inode *inode; ++ struct exfat_chain cdir; ++ struct exfat_dir_entry info; ++ loff_t i_pos; ++ int err; ++ ++ mutex_lock(&EXFAT_SB(sb)->s_lock); ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_FILE, ++ &info); ++ exfat_set_vol_flags(sb, VOL_CLEAN); ++ if (err) ++ goto unlock; ++ ++ inode_inc_iversion(dir); ++ dir->i_ctime = dir->i_mtime = current_time(dir); ++ if (IS_DIRSYNC(dir)) ++ exfat_sync_inode(dir); ++ else ++ mark_inode_dirty(dir); ++ ++ i_pos = exfat_make_i_pos(&info); ++ inode = exfat_build_inode(sb, &info, i_pos); ++ if (IS_ERR(inode)) ++ goto unlock; ++ ++ inode_inc_iversion(inode); ++ inode->i_mtime = inode->i_atime = inode->i_ctime = ++ EXFAT_I(inode)->i_crtime = current_time(inode); ++ /* timestamp is already written, so mark_inode_dirty() is unneeded. */ ++ ++ d_instantiate(dentry, inode); ++unlock: ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ return err; ++} ++ ++/* lookup a file */ ++static int exfat_find(struct inode *dir, struct qstr *qname, ++ struct exfat_dir_entry *info) ++{ ++ int ret, dentry, num_entries, count; ++ struct exfat_chain cdir; ++ struct exfat_uni_name uni_name; ++ struct exfat_dentry *ep, *ep2; ++ struct exfat_entry_set_cache *es = NULL; ++ struct super_block *sb = dir->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(dir); ++ ++ if (qname->len == 0) ++ return -ENOENT; ++ ++ /* check the validity of directory name in the given pathname */ ++ ret = exfat_resolve_path_for_lookup(dir, qname->name, &cdir, &uni_name); ++ if (ret) ++ return ret; ++ ++ num_entries = exfat_calc_num_entries(&uni_name); ++ if (num_entries < 0) ++ return num_entries; ++ ++ /* check the validation of hint_stat and initialize it if required */ ++ if (ei->version != (inode_peek_iversion_raw(dir) & 0xffffffff)) { ++ ei->hint_stat.clu = cdir.dir; ++ ei->hint_stat.eidx = 0; ++ ei->version = (inode_peek_iversion_raw(dir) & 0xffffffff); ++ ei->hint_femp.eidx = EXFAT_HINT_NONE; ++ } ++ ++ /* search the file name for directories */ ++ dentry = exfat_find_dir_entry(sb, ei, &cdir, &uni_name, ++ num_entries, TYPE_ALL); ++ ++ if ((dentry < 0) && (dentry != -EEXIST)) ++ return dentry; /* -error value */ ++ ++ memcpy(&info->dir, &cdir.dir, sizeof(struct exfat_chain)); ++ info->entry = dentry; ++ info->num_subdirs = 0; ++ ++ /* root directory itself */ ++ if (unlikely(dentry == -EEXIST)) { ++ int num_clu = 0; ++ ++ info->type = TYPE_DIR; ++ info->attr = ATTR_SUBDIR; ++ info->flags = ALLOC_FAT_CHAIN; ++ info->start_clu = sbi->root_dir; ++ memset(&info->crtime, 0, sizeof(info->crtime)); ++ memset(&info->mtime, 0, sizeof(info->mtime)); ++ memset(&info->atime, 0, sizeof(info->atime)); ++ ++ exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); ++ if (exfat_count_num_clusters(sb, &cdir, &num_clu)) ++ return -EIO; ++ info->size = num_clu << sbi->cluster_size_bits; ++ ++ count = exfat_count_dir_entries(sb, &cdir); ++ if (count < 0) ++ return -EIO; ++ ++ info->num_subdirs = count; ++ } else { ++ es = exfat_get_dentry_set(sb, &cdir, dentry, ES_2_ENTRIES, &ep); ++ if (!es) ++ return -EIO; ++ ep2 = ep + 1; ++ ++ info->type = exfat_get_entry_type(ep); ++ info->attr = le16_to_cpu(ep->dentry.file.attr); ++ info->size = le64_to_cpu(ep2->dentry.stream.valid_size); ++ if ((info->type == TYPE_FILE) && (info->size == 0)) { ++ info->flags = ALLOC_NO_FAT_CHAIN; ++ info->start_clu = EXFAT_EOF_CLUSTER; ++ } else { ++ info->flags = ep2->dentry.stream.flags; ++ info->start_clu = ++ le32_to_cpu(ep2->dentry.stream.start_clu); ++ } ++ ++ if (ei->start_clu == EXFAT_FREE_CLUSTER) { ++ exfat_fs_error(sb, ++ "non-zero size file starts with zero cluster (size : %llu, p_dir : %u, entry : 0x%08x)", ++ i_size_read(dir), ei->dir.dir, ei->entry); ++ return -EIO; ++ } ++ ++ exfat_get_entry_time(sbi, &info->crtime, ++ ep->dentry.file.create_tz, ++ ep->dentry.file.create_time, ++ ep->dentry.file.create_date, ++ ep->dentry.file.create_time_ms); ++ exfat_get_entry_time(sbi, &info->mtime, ++ ep->dentry.file.modify_tz, ++ ep->dentry.file.modify_time, ++ ep->dentry.file.modify_date, ++ ep->dentry.file.modify_time_ms); ++ exfat_get_entry_time(sbi, &info->atime, ++ ep->dentry.file.access_tz, ++ ep->dentry.file.access_time, ++ ep->dentry.file.access_date, ++ 0); ++ kfree(es); ++ ++ if (info->type == TYPE_DIR) { ++ exfat_chain_set(&cdir, info->start_clu, ++ EXFAT_B_TO_CLU(info->size, sbi), info->flags); ++ count = exfat_count_dir_entries(sb, &cdir); ++ if (count < 0) ++ return -EIO; ++ ++ info->num_subdirs = count + EXFAT_MIN_SUBDIR; ++ } ++ } ++ return 0; ++} ++ ++static int exfat_d_anon_disconn(struct dentry *dentry) ++{ ++ return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); ++} ++ ++static struct dentry *exfat_lookup(struct inode *dir, struct dentry *dentry, ++ unsigned int flags) ++{ ++ struct super_block *sb = dir->i_sb; ++ struct inode *inode; ++ struct dentry *alias; ++ struct exfat_dir_entry info; ++ int err; ++ loff_t i_pos; ++ mode_t i_mode; ++ ++ mutex_lock(&EXFAT_SB(sb)->s_lock); ++ err = exfat_find(dir, &dentry->d_name, &info); ++ if (err) { ++ if (err == -ENOENT) { ++ inode = NULL; ++ goto out; ++ } ++ goto unlock; ++ } ++ ++ i_pos = exfat_make_i_pos(&info); ++ inode = exfat_build_inode(sb, &info, i_pos); ++ if (IS_ERR(inode)) { ++ err = PTR_ERR(inode); ++ goto unlock; ++ } ++ ++ i_mode = inode->i_mode; ++ alias = d_find_alias(inode); ++ ++ /* ++ * Checking "alias->d_parent == dentry->d_parent" to make sure ++ * FS is not corrupted (especially double linked dir). ++ */ ++ if (alias && alias->d_parent == dentry->d_parent && ++ !exfat_d_anon_disconn(alias)) { ++ ++ /* ++ * Unhashed alias is able to exist because of revalidate() ++ * called by lookup_fast. You can easily make this status ++ * by calling create and lookup concurrently ++ * In such case, we reuse an alias instead of new dentry ++ */ ++ if (d_unhashed(alias)) { ++ WARN_ON(alias->d_name.hash_len != ++ dentry->d_name.hash_len); ++ exfat_msg(sb, KERN_INFO, ++ "rehashed a dentry(%p) in read lookup", alias); ++ d_drop(dentry); ++ d_rehash(alias); ++ } else if (!S_ISDIR(i_mode)) { ++ /* ++ * This inode has non anonymous-DCACHE_DISCONNECTED ++ * dentry. This means, the user did ->lookup() by an ++ * another name (longname vs 8.3 alias of it) in past. ++ * ++ * Switch to new one for reason of locality if possible. ++ */ ++ d_move(alias, dentry); ++ } ++ iput(inode); ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ return alias; ++ } ++ dput(alias); ++out: ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ if (!inode) ++ exfat_d_version_set(dentry, inode_query_iversion(dir)); ++ ++ return d_splice_alias(inode, dentry); ++unlock: ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ return ERR_PTR(err); ++} ++ ++/* remove an entry, BUT don't truncate */ ++static int exfat_unlink(struct inode *dir, struct dentry *dentry) ++{ ++ struct exfat_chain cdir; ++ struct exfat_dentry *ep; ++ struct super_block *sb = dir->i_sb; ++ struct inode *inode = dentry->d_inode; ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct buffer_head *bh; ++ sector_t sector; ++ int num_entries, entry, err = 0; ++ ++ mutex_lock(&EXFAT_SB(sb)->s_lock); ++ exfat_chain_dup(&cdir, &ei->dir); ++ entry = ei->entry; ++ if (ei->dir.dir == DIR_DELETED) { ++ exfat_msg(sb, KERN_ERR, "abnormal access to deleted dentry"); ++ err = -ENOENT; ++ goto unlock; ++ } ++ ++ ep = exfat_get_dentry(sb, &cdir, entry, &bh, §or); ++ if (!ep) { ++ err = -EIO; ++ goto unlock; ++ } ++ num_entries = exfat_count_ext_entries(sb, &cdir, entry, ep); ++ if (num_entries < 0) { ++ err = -EIO; ++ brelse(bh); ++ goto unlock; ++ } ++ num_entries++; ++ brelse(bh); ++ ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ /* update the directory entry */ ++ if (exfat_remove_entries(dir, &cdir, entry, 0, num_entries)) { ++ err = -EIO; ++ goto unlock; ++ } ++ ++ /* This doesn't modify ei */ ++ ei->dir.dir = DIR_DELETED; ++ exfat_set_vol_flags(sb, VOL_CLEAN); ++ ++ inode_inc_iversion(dir); ++ dir->i_mtime = dir->i_atime = current_time(dir); ++ if (IS_DIRSYNC(dir)) ++ exfat_sync_inode(dir); ++ else ++ mark_inode_dirty(dir); ++ ++ clear_nlink(inode); ++ inode->i_mtime = inode->i_atime = current_time(inode); ++ exfat_unhash_inode(inode); ++ exfat_d_version_set(dentry, inode_query_iversion(dir)); ++unlock: ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ return err; ++} ++ ++static int exfat_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) ++{ ++ struct super_block *sb = dir->i_sb; ++ struct inode *inode; ++ struct exfat_dir_entry info; ++ struct exfat_chain cdir; ++ loff_t i_pos; ++ int err; ++ ++ mutex_lock(&EXFAT_SB(sb)->s_lock); ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_DIR, ++ &info); ++ exfat_set_vol_flags(sb, VOL_CLEAN); ++ if (err) ++ goto unlock; ++ ++ inode_inc_iversion(dir); ++ dir->i_ctime = dir->i_mtime = current_time(dir); ++ if (IS_DIRSYNC(dir)) ++ exfat_sync_inode(dir); ++ else ++ mark_inode_dirty(dir); ++ inc_nlink(dir); ++ ++ i_pos = exfat_make_i_pos(&info); ++ inode = exfat_build_inode(sb, &info, i_pos); ++ if (IS_ERR(inode)) { ++ err = PTR_ERR(inode); ++ goto unlock; ++ } ++ ++ inode_inc_iversion(inode); ++ inode->i_mtime = inode->i_atime = inode->i_ctime = ++ EXFAT_I(inode)->i_crtime = current_time(inode); ++ /* timestamp is already written, so mark_inode_dirty() is unneeded. */ ++ ++ d_instantiate(dentry, inode); ++ ++unlock: ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ return err; ++} ++ ++static int exfat_check_dir_empty(struct super_block *sb, ++ struct exfat_chain *p_dir) ++{ ++ int i, dentries_per_clu; ++ unsigned int type; ++ struct exfat_chain clu; ++ struct exfat_dentry *ep; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct buffer_head *bh; ++ ++ dentries_per_clu = sbi->dentries_per_clu; ++ ++ exfat_chain_dup(&clu, p_dir); ++ ++ while (clu.dir != EXFAT_EOF_CLUSTER) { ++ for (i = 0; i < dentries_per_clu; i++) { ++ ep = exfat_get_dentry(sb, &clu, i, &bh, NULL); ++ if (!ep) ++ return -EIO; ++ type = exfat_get_entry_type(ep); ++ brelse(bh); ++ if (type == TYPE_UNUSED) ++ return 0; ++ ++ if (type != TYPE_FILE && type != TYPE_DIR) ++ continue; ++ ++ return -ENOTEMPTY; ++ } ++ ++ if (clu.flags == ALLOC_NO_FAT_CHAIN) { ++ if (--clu.size > 0) ++ clu.dir++; ++ else ++ clu.dir = EXFAT_EOF_CLUSTER; ++ } else { ++ if (exfat_get_next_cluster(sb, &(clu.dir))) ++ return -EIO; ++ } ++ } ++ ++ return 0; ++} ++ ++static int exfat_rmdir(struct inode *dir, struct dentry *dentry) ++{ ++ struct inode *inode = dentry->d_inode; ++ struct exfat_dentry *ep; ++ struct exfat_chain cdir, clu_to_free; ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct buffer_head *bh; ++ sector_t sector; ++ int num_entries, entry, err; ++ ++ mutex_lock(&EXFAT_SB(inode->i_sb)->s_lock); ++ ++ exfat_chain_dup(&cdir, &ei->dir); ++ entry = ei->entry; ++ ++ if (ei->dir.dir == DIR_DELETED) { ++ exfat_msg(sb, KERN_ERR, "abnormal access to deleted dentry"); ++ err = -ENOENT; ++ goto unlock; ++ } ++ ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ exfat_chain_set(&clu_to_free, ei->start_clu, ++ EXFAT_B_TO_CLU_ROUND_UP(i_size_read(inode), sbi), ei->flags); ++ ++ err = exfat_check_dir_empty(sb, &clu_to_free); ++ if (err) { ++ if (err == -EIO) ++ exfat_msg(sb, KERN_ERR, ++ "failed to exfat_check_dir_empty : err(%d)", ++ err); ++ goto unlock; ++ } ++ ++ ep = exfat_get_dentry(sb, &cdir, entry, &bh, §or); ++ if (!ep) { ++ err = -EIO; ++ goto unlock; ++ } ++ ++ num_entries = exfat_count_ext_entries(sb, &cdir, entry, ep); ++ if (num_entries < 0) { ++ err = -EIO; ++ brelse(bh); ++ goto unlock; ++ } ++ num_entries++; ++ brelse(bh); ++ ++ err = exfat_remove_entries(dir, &cdir, entry, 0, num_entries); ++ if (err) { ++ exfat_msg(sb, KERN_ERR, ++ "failed to exfat_remove_entries : err(%d)", ++ err); ++ goto unlock; ++ } ++ ei->dir.dir = DIR_DELETED; ++ exfat_set_vol_flags(sb, VOL_CLEAN); ++ ++ inode_inc_iversion(dir); ++ dir->i_mtime = dir->i_atime = current_time(dir); ++ if (IS_DIRSYNC(dir)) ++ exfat_sync_inode(dir); ++ else ++ mark_inode_dirty(dir); ++ drop_nlink(dir); ++ ++ clear_nlink(inode); ++ inode->i_mtime = inode->i_atime = current_time(inode); ++ exfat_unhash_inode(inode); ++ exfat_d_version_set(dentry, inode_query_iversion(dir)); ++unlock: ++ mutex_unlock(&EXFAT_SB(inode->i_sb)->s_lock); ++ return err; ++} ++ ++static int exfat_rename_file(struct inode *inode, struct exfat_chain *p_dir, ++ int oldentry, struct exfat_uni_name *p_uniname, ++ struct exfat_inode_info *ei) ++{ ++ int ret, num_old_entries, num_new_entries; ++ sector_t sector_old, sector_new; ++ struct exfat_dentry *epold, *epnew; ++ struct super_block *sb = inode->i_sb; ++ struct buffer_head *new_bh, *old_bh; ++ int sync = IS_DIRSYNC(inode); ++ ++ epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh, §or_old); ++ if (!epold) ++ return -EIO; ++ ++ num_old_entries = exfat_count_ext_entries(sb, p_dir, oldentry, epold); ++ if (num_old_entries < 0) ++ return -EIO; ++ num_old_entries++; ++ ++ num_new_entries = exfat_calc_num_entries(p_uniname); ++ if (num_new_entries < 0) ++ return num_new_entries; ++ ++ if (num_old_entries < num_new_entries) { ++ int newentry; ++ ++ newentry = ++ exfat_find_empty_entry(inode, p_dir, num_new_entries); ++ if (newentry < 0) ++ return newentry; /* -EIO or -ENOSPC */ ++ ++ epnew = exfat_get_dentry(sb, p_dir, newentry, &new_bh, ++ §or_new); ++ if (!epnew) ++ return -EIO; ++ ++ memcpy(epnew, epold, DENTRY_SIZE); ++ if (exfat_get_entry_type(epnew) == TYPE_FILE) { ++ epnew->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); ++ ei->attr |= ATTR_ARCHIVE; ++ } ++ exfat_update_bh(sb, new_bh, sync); ++ brelse(old_bh); ++ brelse(new_bh); ++ ++ epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh, ++ §or_old); ++ epnew = exfat_get_dentry(sb, p_dir, newentry + 1, &new_bh, ++ §or_new); ++ if (!epold || !epnew) ++ return -EIO; ++ ++ memcpy(epnew, epold, DENTRY_SIZE); ++ exfat_update_bh(sb, new_bh, sync); ++ brelse(old_bh); ++ brelse(new_bh); ++ ++ ret = exfat_init_ext_entry(inode, p_dir, newentry, ++ num_new_entries, p_uniname); ++ if (ret) ++ return ret; ++ ++ exfat_remove_entries(inode, p_dir, oldentry, 0, ++ num_old_entries); ++ ei->entry = newentry; ++ } else { ++ if (exfat_get_entry_type(epold) == TYPE_FILE) { ++ epold->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); ++ ei->attr |= ATTR_ARCHIVE; ++ } ++ exfat_update_bh(sb, old_bh, sync); ++ brelse(old_bh); ++ ret = exfat_init_ext_entry(inode, p_dir, oldentry, ++ num_new_entries, p_uniname); ++ if (ret) ++ return ret; ++ ++ exfat_remove_entries(inode, p_dir, oldentry, num_new_entries, ++ num_old_entries); ++ } ++ return 0; ++} ++ ++static int exfat_move_file(struct inode *inode, struct exfat_chain *p_olddir, ++ int oldentry, struct exfat_chain *p_newdir, ++ struct exfat_uni_name *p_uniname, struct exfat_inode_info *ei) ++{ ++ int ret, newentry, num_new_entries, num_old_entries; ++ sector_t sector_mov, sector_new; ++ struct exfat_dentry *epmov, *epnew; ++ struct super_block *sb = inode->i_sb; ++ struct buffer_head *mov_bh, *new_bh; ++ ++ epmov = exfat_get_dentry(sb, p_olddir, oldentry, &mov_bh, §or_mov); ++ if (!epmov) ++ return -EIO; ++ ++ /* check if the source and target directory is the same */ ++ if (exfat_get_entry_type(epmov) == TYPE_DIR && ++ le32_to_cpu(epmov->dentry.stream.start_clu) == p_newdir->dir) ++ return -EINVAL; ++ ++ num_old_entries = exfat_count_ext_entries(sb, p_olddir, oldentry, ++ epmov); ++ if (num_old_entries < 0) ++ return -EIO; ++ num_old_entries++; ++ ++ num_new_entries = exfat_calc_num_entries(p_uniname); ++ if (num_new_entries < 0) ++ return num_new_entries; ++ ++ newentry = exfat_find_empty_entry(inode, p_newdir, num_new_entries); ++ if (newentry < 0) ++ return newentry; /* -EIO or -ENOSPC */ ++ ++ epnew = exfat_get_dentry(sb, p_newdir, newentry, &new_bh, §or_new); ++ if (!epnew) ++ return -EIO; ++ ++ memcpy(epnew, epmov, DENTRY_SIZE); ++ if (exfat_get_entry_type(epnew) == TYPE_FILE) { ++ epnew->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); ++ ei->attr |= ATTR_ARCHIVE; ++ } ++ exfat_update_bh(sb, new_bh, IS_DIRSYNC(inode)); ++ brelse(mov_bh); ++ brelse(new_bh); ++ ++ epmov = exfat_get_dentry(sb, p_olddir, oldentry + 1, &mov_bh, ++ §or_mov); ++ epnew = exfat_get_dentry(sb, p_newdir, newentry + 1, &new_bh, ++ §or_new); ++ if (!epmov || !epnew) ++ return -EIO; ++ ++ memcpy(epnew, epmov, DENTRY_SIZE); ++ exfat_update_bh(sb, new_bh, IS_DIRSYNC(inode)); ++ brelse(mov_bh); ++ brelse(new_bh); ++ ++ ret = exfat_init_ext_entry(inode, p_newdir, newentry, num_new_entries, ++ p_uniname); ++ if (ret) ++ return ret; ++ ++ exfat_remove_entries(inode, p_olddir, oldentry, 0, num_old_entries); ++ ++ exfat_chain_set(&ei->dir, p_newdir->dir, p_newdir->size, ++ p_newdir->flags); ++ ++ ei->entry = newentry; ++ return 0; ++} ++ ++static void exfat_update_parent_info(struct exfat_inode_info *ei, ++ struct inode *parent_inode) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(parent_inode->i_sb); ++ struct exfat_inode_info *parent_ei = EXFAT_I(parent_inode); ++ loff_t parent_isize = i_size_read(parent_inode); ++ ++ /* ++ * the problem that struct exfat_inode_info caches wrong parent info. ++ * ++ * because of flag-mismatch of ei->dir, ++ * there is abnormal traversing cluster chain. ++ */ ++ if (unlikely(parent_ei->flags != ei->dir.flags || ++ parent_isize != EXFAT_CLU_TO_B(ei->dir.size, sbi) || ++ parent_ei->start_clu != ei->dir.dir)) { ++ exfat_chain_set(&ei->dir, parent_ei->start_clu, ++ EXFAT_B_TO_CLU_ROUND_UP(parent_isize, sbi), ++ parent_ei->flags); ++ } ++} ++ ++/* rename or move a old file into a new file */ ++static int __exfat_rename(struct inode *old_parent_inode, ++ struct exfat_inode_info *ei, struct inode *new_parent_inode, ++ struct dentry *new_dentry) ++{ ++ int ret; ++ int dentry; ++ struct exfat_chain olddir, newdir; ++ struct exfat_chain *p_dir = NULL; ++ struct exfat_uni_name uni_name; ++ struct exfat_dentry *ep; ++ struct super_block *sb = old_parent_inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ const unsigned char *new_path = new_dentry->d_name.name; ++ struct inode *new_inode = new_dentry->d_inode; ++ int num_entries; ++ struct exfat_inode_info *new_ei = NULL; ++ unsigned int new_entry_type = TYPE_UNUSED; ++ int new_entry = 0; ++ struct buffer_head *old_bh, *new_bh = NULL; ++ ++ /* check the validity of pointer parameters */ ++ if (new_path == NULL || strlen(new_path) == 0) ++ return -EINVAL; ++ ++ if (ei->dir.dir == DIR_DELETED) { ++ exfat_msg(sb, KERN_ERR, ++ "abnormal access to deleted source dentry"); ++ return -ENOENT; ++ } ++ ++ exfat_update_parent_info(ei, old_parent_inode); ++ ++ exfat_chain_dup(&olddir, &ei->dir); ++ dentry = ei->entry; ++ ++ ep = exfat_get_dentry(sb, &olddir, dentry, &old_bh, NULL); ++ if (!ep) { ++ ret = -EIO; ++ goto out; ++ } ++ brelse(old_bh); ++ ++ /* check whether new dir is existing directory and empty */ ++ if (new_inode) { ++ ret = -EIO; ++ new_ei = EXFAT_I(new_inode); ++ ++ if (new_ei->dir.dir == DIR_DELETED) { ++ exfat_msg(sb, KERN_ERR, ++ "abnormal access to deleted target dentry"); ++ goto out; ++ } ++ ++ exfat_update_parent_info(new_ei, new_parent_inode); ++ ++ p_dir = &(new_ei->dir); ++ new_entry = new_ei->entry; ++ ep = exfat_get_dentry(sb, p_dir, new_entry, &new_bh, NULL); ++ if (!ep) ++ goto out; ++ ++ new_entry_type = exfat_get_entry_type(ep); ++ brelse(new_bh); ++ ++ /* if new_inode exists, update ei */ ++ if (new_entry_type == TYPE_DIR) { ++ struct exfat_chain new_clu; ++ ++ new_clu.dir = new_ei->start_clu; ++ new_clu.size = ++ EXFAT_B_TO_CLU_ROUND_UP(i_size_read(new_inode), ++ sbi); ++ new_clu.flags = new_ei->flags; ++ ++ ret = exfat_check_dir_empty(sb, &new_clu); ++ if (ret) ++ goto out; ++ } ++ } ++ ++ /* check the validity of directory name in the given new pathname */ ++ ret = exfat_resolve_path(new_parent_inode, new_path, &newdir, ++ &uni_name); ++ if (ret) ++ goto out; ++ ++ exfat_set_vol_flags(sb, VOL_DIRTY); ++ ++ if (olddir.dir == newdir.dir) ++ ret = exfat_rename_file(new_parent_inode, &olddir, dentry, ++ &uni_name, ei); ++ else ++ ret = exfat_move_file(new_parent_inode, &olddir, dentry, ++ &newdir, &uni_name, ei); ++ ++ if (!ret && new_inode) { ++ /* delete entries of new_dir */ ++ ep = exfat_get_dentry(sb, p_dir, new_entry, &new_bh, NULL); ++ if (!ep) { ++ ret = -EIO; ++ goto del_out; ++ } ++ ++ num_entries = exfat_count_ext_entries(sb, p_dir, new_entry, ep); ++ if (num_entries < 0) { ++ ret = -EIO; ++ goto del_out; ++ } ++ brelse(new_bh); ++ ++ if (exfat_remove_entries(new_inode, p_dir, new_entry, 0, ++ num_entries + 1)) { ++ ret = -EIO; ++ goto del_out; ++ } ++ ++ /* Free the clusters if new_inode is a dir(as if exfat_rmdir) */ ++ if (new_entry_type == TYPE_DIR) { ++ /* new_ei, new_clu_to_free */ ++ struct exfat_chain new_clu_to_free; ++ ++ exfat_chain_set(&new_clu_to_free, new_ei->start_clu, ++ EXFAT_B_TO_CLU_ROUND_UP(i_size_read(new_inode), ++ sbi), new_ei->flags); ++ ++ if (exfat_free_cluster(new_inode, &new_clu_to_free)) { ++ /* just set I/O error only */ ++ ret = -EIO; ++ } ++ ++ i_size_write(new_inode, 0); ++ new_ei->start_clu = EXFAT_EOF_CLUSTER; ++ new_ei->flags = ALLOC_NO_FAT_CHAIN; ++ } ++del_out: ++ /* Update new_inode ei ++ * Prevent syncing removed new_inode ++ * (new_ei is already initialized above code ("if (new_inode)") ++ */ ++ new_ei->dir.dir = DIR_DELETED; ++ } ++ exfat_set_vol_flags(sb, VOL_CLEAN); ++out: ++ return ret; ++} ++ ++static int exfat_rename(struct inode *old_dir, struct dentry *old_dentry, ++ struct inode *new_dir, struct dentry *new_dentry, ++ unsigned int flags) ++{ ++ struct inode *old_inode, *new_inode; ++ struct super_block *sb = old_dir->i_sb; ++ loff_t i_pos; ++ int err; ++ ++ /* ++ * The VFS already checks for existence, so for local filesystems ++ * the RENAME_NOREPLACE implementation is equivalent to plain rename. ++ * Don't support any other flags ++ */ ++ if (flags & ~RENAME_NOREPLACE) ++ return -EINVAL; ++ ++ mutex_lock(&EXFAT_SB(sb)->s_lock); ++ old_inode = old_dentry->d_inode; ++ new_inode = new_dentry->d_inode; ++ ++ err = __exfat_rename(old_dir, EXFAT_I(old_inode), new_dir, new_dentry); ++ if (err) ++ goto unlock; ++ ++ inode_inc_iversion(new_dir); ++ new_dir->i_ctime = new_dir->i_mtime = new_dir->i_atime = ++ EXFAT_I(new_dir)->i_crtime = current_time(new_dir); ++ if (IS_DIRSYNC(new_dir)) ++ exfat_sync_inode(new_dir); ++ else ++ mark_inode_dirty(new_dir); ++ ++ i_pos = ((loff_t)EXFAT_I(old_inode)->dir.dir << 32) | ++ (EXFAT_I(old_inode)->entry & 0xffffffff); ++ exfat_unhash_inode(old_inode); ++ exfat_hash_inode(old_inode, i_pos); ++ if (IS_DIRSYNC(new_dir)) ++ exfat_sync_inode(old_inode); ++ else ++ mark_inode_dirty(old_inode); ++ ++ if (S_ISDIR(old_inode->i_mode) && old_dir != new_dir) { ++ drop_nlink(old_dir); ++ if (!new_inode) ++ inc_nlink(new_dir); ++ } ++ ++ inode_inc_iversion(old_dir); ++ old_dir->i_ctime = old_dir->i_mtime = current_time(old_dir); ++ if (IS_DIRSYNC(old_dir)) ++ exfat_sync_inode(old_dir); ++ else ++ mark_inode_dirty(old_dir); ++ ++ if (new_inode) { ++ exfat_unhash_inode(new_inode); ++ ++ /* skip drop_nlink if new_inode already has been dropped */ ++ if (new_inode->i_nlink) { ++ drop_nlink(new_inode); ++ if (S_ISDIR(new_inode->i_mode)) ++ drop_nlink(new_inode); ++ } else { ++ exfat_msg(sb, KERN_WARNING, ++ "abnormal access to an inode dropped"); ++ WARN_ON(new_inode->i_nlink == 0); ++ } ++ new_inode->i_ctime = EXFAT_I(new_inode)->i_crtime = ++ current_time(new_inode); ++ } ++ ++unlock: ++ mutex_unlock(&EXFAT_SB(sb)->s_lock); ++ return err; ++} ++ ++const struct inode_operations exfat_dir_inode_operations = { ++ .create = exfat_create, ++ .lookup = exfat_lookup, ++ .unlink = exfat_unlink, ++ .mkdir = exfat_mkdir, ++ .rmdir = exfat_rmdir, ++ .rename = exfat_rename, ++ .setattr = exfat_setattr, ++ .getattr = exfat_getattr, ++}; +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-misc-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-misc-operations.patch new file mode 100644 index 0000000000..5d461d199f --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-misc-operations.patch @@ -0,0 +1,193 @@ +From 772b29cca528fcb21374bb3e597d848779938d16 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:40 +0900 +Subject: [PATCH 09/14] exfat: add misc operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of misc operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Arnd Bergmann +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/misc.c | 163 ++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 163 insertions(+) + create mode 100644 fs/exfat/misc.c + +diff --git a/fs/exfat/misc.c b/fs/exfat/misc.c +new file mode 100644 +index 000000000000..14a3300848f6 +--- /dev/null ++++ b/fs/exfat/misc.c +@@ -0,0 +1,163 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Written 1992,1993 by Werner Almesberger ++ * 22/11/2000 - Fixed fat_date_unix2dos for dates earlier than 01/01/1980 ++ * and date_dos2unix for date==0 by Igor Zhbanov(bsg@uniyar.ac.ru) ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++/* ++ * exfat_fs_error reports a file system problem that might indicate fa data ++ * corruption/inconsistency. Depending on 'errors' mount option the ++ * panic() is called, or error message is printed FAT and nothing is done, ++ * or filesystem is remounted read-only (default behavior). ++ * In case the file system is remounted read-only, it can be made writable ++ * again by remounting it. ++ */ ++void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) ++{ ++ struct exfat_mount_options *opts = &EXFAT_SB(sb)->options; ++ va_list args; ++ struct va_format vaf; ++ ++ if (report) { ++ va_start(args, fmt); ++ vaf.fmt = fmt; ++ vaf.va = &args; ++ exfat_msg(sb, KERN_ERR, "error, %pV\n", &vaf); ++ va_end(args); ++ } ++ ++ if (opts->errors == EXFAT_ERRORS_PANIC) { ++ panic("exFAT-fs (%s): fs panic from previous error\n", ++ sb->s_id); ++ } else if (opts->errors == EXFAT_ERRORS_RO && !sb_rdonly(sb)) { ++ sb->s_flags |= SB_RDONLY; ++ exfat_msg(sb, KERN_ERR, "Filesystem has been set read-only"); ++ } ++} ++ ++/* ++ * exfat_msg() - print preformated EXFAT specific messages. ++ * All logs except what uses exfat_fs_error() should be written by exfat_msg() ++ */ ++void exfat_msg(struct super_block *sb, const char *level, const char *fmt, ...) ++{ ++ struct va_format vaf; ++ va_list args; ++ ++ va_start(args, fmt); ++ vaf.fmt = fmt; ++ vaf.va = &args; ++ /* level means KERN_ pacility level */ ++ printk("%sexFAT-fs (%s): %pV\n", level, sb->s_id, &vaf); ++ va_end(args); ++} ++ ++#define SECS_PER_MIN (60) ++#define TIMEZONE_SEC(x) ((x) * 15 * SECS_PER_MIN) ++ ++static void exfat_adjust_tz(struct timespec64 *ts, u8 tz_off) ++{ ++ if (tz_off <= 0x3F) ++ ts->tv_sec -= TIMEZONE_SEC(tz_off); ++ else /* 0x40 <= (tz_off & 0x7F) <=0x7F */ ++ ts->tv_sec += TIMEZONE_SEC(0x80 - tz_off); ++} ++ ++/* Convert a EXFAT time/date pair to a UNIX date (seconds since 1 1 70). */ ++void exfat_get_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts, ++ u8 tz, __le16 time, __le16 date, u8 time_ms) ++{ ++ u16 t = le16_to_cpu(time); ++ u16 d = le16_to_cpu(date); ++ ++ ts->tv_sec = mktime64(1980 + (d >> 9), d >> 5 & 0x000F, d & 0x001F, ++ t >> 11, (t >> 5) & 0x003F, (t & 0x001F) << 1); ++ ++ ++ /* time_ms field represent 0 ~ 199(1990 ms) */ ++ if (time_ms) { ++ ts->tv_sec += time_ms / 100; ++ ts->tv_nsec = (time_ms % 100) * 10 * NSEC_PER_MSEC; ++ } ++ ++ if (tz & EXFAT_TZ_VALID) ++ /* Adjust timezone to UTC0. */ ++ exfat_adjust_tz(ts, tz & ~EXFAT_TZ_VALID); ++ else ++ /* Convert from local time to UTC using time_offset. */ ++ ts->tv_sec -= sbi->options.time_offset * SECS_PER_MIN; ++} ++ ++/* Convert linear UNIX date to a EXFAT time/date pair. */ ++void exfat_set_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts, ++ u8 *tz, __le16 *time, __le16 *date, u8 *time_ms) ++{ ++ struct tm tm; ++ u16 t, d; ++ ++ time64_to_tm(ts->tv_sec, 0, &tm); ++ t = (tm.tm_hour << 11) | (tm.tm_min << 5) | (tm.tm_sec >> 1); ++ d = ((tm.tm_year - 80) << 9) | ((tm.tm_mon + 1) << 5) | tm.tm_mday; ++ ++ *time = cpu_to_le16(t); ++ *date = cpu_to_le16(d); ++ ++ /* time_ms field represent 0 ~ 199(1990 ms) */ ++ if (time_ms) ++ *time_ms = (tm.tm_sec & 1) * 100 + ++ ts->tv_nsec / (10 * NSEC_PER_MSEC); ++ ++ /* ++ * Record 00h value for OffsetFromUtc field and 1 value for OffsetValid ++ * to indicate that local time and UTC are the same. ++ */ ++ *tz = EXFAT_TZ_VALID; ++} ++ ++unsigned short exfat_calc_chksum_2byte(void *data, int len, ++ unsigned short chksum, int type) ++{ ++ int i; ++ unsigned char *c = (unsigned char *)data; ++ ++ for (i = 0; i < len; i++, c++) { ++ if (((i == 2) || (i == 3)) && (type == CS_DIR_ENTRY)) ++ continue; ++ chksum = (((chksum & 1) << 15) | ((chksum & 0xFFFE) >> 1)) + ++ (unsigned short)*c; ++ } ++ return chksum; ++} ++ ++void exfat_update_bh(struct super_block *sb, struct buffer_head *bh, int sync) ++{ ++ set_bit(EXFAT_SB_DIRTY, &EXFAT_SB(sb)->s_state); ++ set_buffer_uptodate(bh); ++ mark_buffer_dirty(bh); ++ ++ if (sync) ++ sync_dirty_buffer(bh); ++} ++ ++void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, ++ unsigned int size, unsigned char flags) ++{ ++ ec->dir = dir; ++ ec->size = size; ++ ec->flags = flags; ++} ++ ++void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) ++{ ++ return exfat_chain_set(dup, ec->dir, ec->size, ec->flags); ++} +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-module_alias_fs.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-module_alias_fs.patch new file mode 100644 index 0000000000..6232c18b72 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-module_alias_fs.patch @@ -0,0 +1,30 @@ +From c37f83b424911f9bb6c9f17a4543c9c77cd73282 Mon Sep 17 00:00:00 2001 +From: Thomas Backlund +Date: Sat, 4 Apr 2020 23:00:31 +0300 +Subject: [PATCH v2] exfat: add missing MODULE_ALIAS_FS() + +This adds the necessary MODULE_ALIAS_FS() to exfat so the module gets +automatically loaded when an exfat filesystem is mounted. + +Signed-off-by: Thomas Backlund +Cc: Namjae Jeon +Cc: Sungjong Seo +--- + fs/exfat/super.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/fs/exfat/super.c b/fs/exfat/super.c +index 16ed202ef527..b4a4063a0272 100644 +--- a/fs/exfat/super.c ++++ b/fs/exfat/super.c +@@ -717,6 +717,7 @@ static void __exit exit_exfat_fs(void) + module_init(init_exfat_fs); + module_exit(exit_exfat_fs); + ++MODULE_ALIAS_FS("exfat"); + MODULE_LICENSE("GPL"); + MODULE_DESCRIPTION("exFAT filesystem support"); + MODULE_AUTHOR("Samsung Electronics Co., Ltd."); +-- +2.26.0 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-nls-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-nls-operations.patch new file mode 100644 index 0000000000..5c5792d53e --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-nls-operations.patch @@ -0,0 +1,860 @@ +From 370e812b3ec190fa492c9fd5a80c38b086d105c0 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:41 +0900 +Subject: [PATCH 10/14] exfat: add nls operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of nls operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Signed-off-by: Al Viro +--- + fs/exfat/nls.c | 831 +++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 831 insertions(+) + create mode 100644 fs/exfat/nls.c + +diff --git a/fs/exfat/nls.c b/fs/exfat/nls.c +new file mode 100644 +index 000000000000..6d1c3ae130ff +--- /dev/null ++++ b/fs/exfat/nls.c +@@ -0,0 +1,831 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++/* Upcase tabel macro */ ++#define EXFAT_NUM_UPCASE (2918) ++#define UTBL_COUNT (0x10000) ++ ++/* ++ * Upcase table in compressed format (7.2.5.1 Recommended Up-case Table ++ * in exfat specification, See: ++ * https://docs.microsoft.com/en-us/windows/win32/fileio/exfat-specification). ++ */ ++static const unsigned short uni_def_upcase[EXFAT_NUM_UPCASE] = { ++ 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, ++ 0x0008, 0x0009, 0x000a, 0x000b, 0x000c, 0x000d, 0x000e, 0x000f, ++ 0x0010, 0x0011, 0x0012, 0x0013, 0x0014, 0x0015, 0x0016, 0x0017, ++ 0x0018, 0x0019, 0x001a, 0x001b, 0x001c, 0x001d, 0x001e, 0x001f, ++ 0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, ++ 0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f, ++ 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, ++ 0x0038, 0x0039, 0x003a, 0x003b, 0x003c, 0x003d, 0x003e, 0x003f, ++ 0x0040, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, ++ 0x0048, 0x0049, 0x004a, 0x004b, 0x004c, 0x004d, 0x004e, 0x004f, ++ 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, ++ 0x0058, 0x0059, 0x005a, 0x005b, 0x005c, 0x005d, 0x005e, 0x005f, ++ 0x0060, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, ++ 0x0048, 0x0049, 0x004a, 0x004b, 0x004c, 0x004d, 0x004e, 0x004f, ++ 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, ++ 0x0058, 0x0059, 0x005a, 0x007b, 0x007c, 0x007d, 0x007e, 0x007f, ++ 0x0080, 0x0081, 0x0082, 0x0083, 0x0084, 0x0085, 0x0086, 0x0087, ++ 0x0088, 0x0089, 0x008a, 0x008b, 0x008c, 0x008d, 0x008e, 0x008f, ++ 0x0090, 0x0091, 0x0092, 0x0093, 0x0094, 0x0095, 0x0096, 0x0097, ++ 0x0098, 0x0099, 0x009a, 0x009b, 0x009c, 0x009d, 0x009e, 0x009f, ++ 0x00a0, 0x00a1, 0x00a2, 0x00a3, 0x00a4, 0x00a5, 0x00a6, 0x00a7, ++ 0x00a8, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x00af, ++ 0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x00b4, 0x00b5, 0x00b6, 0x00b7, ++ 0x00b8, 0x00b9, 0x00ba, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x00bf, ++ 0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7, ++ 0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf, ++ 0x00d0, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x00d7, ++ 0x00d8, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x00dd, 0x00de, 0x00df, ++ 0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7, ++ 0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf, ++ 0x00d0, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x00f7, ++ 0x00d8, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x00dd, 0x00de, 0x0178, ++ 0x0100, 0x0100, 0x0102, 0x0102, 0x0104, 0x0104, 0x0106, 0x0106, ++ 0x0108, 0x0108, 0x010a, 0x010a, 0x010c, 0x010c, 0x010e, 0x010e, ++ 0x0110, 0x0110, 0x0112, 0x0112, 0x0114, 0x0114, 0x0116, 0x0116, ++ 0x0118, 0x0118, 0x011a, 0x011a, 0x011c, 0x011c, 0x011e, 0x011e, ++ 0x0120, 0x0120, 0x0122, 0x0122, 0x0124, 0x0124, 0x0126, 0x0126, ++ 0x0128, 0x0128, 0x012a, 0x012a, 0x012c, 0x012c, 0x012e, 0x012e, ++ 0x0130, 0x0131, 0x0132, 0x0132, 0x0134, 0x0134, 0x0136, 0x0136, ++ 0x0138, 0x0139, 0x0139, 0x013b, 0x013b, 0x013d, 0x013d, 0x013f, ++ 0x013f, 0x0141, 0x0141, 0x0143, 0x0143, 0x0145, 0x0145, 0x0147, ++ 0x0147, 0x0149, 0x014a, 0x014a, 0x014c, 0x014c, 0x014e, 0x014e, ++ 0x0150, 0x0150, 0x0152, 0x0152, 0x0154, 0x0154, 0x0156, 0x0156, ++ 0x0158, 0x0158, 0x015a, 0x015a, 0x015c, 0x015c, 0x015e, 0x015e, ++ 0x0160, 0x0160, 0x0162, 0x0162, 0x0164, 0x0164, 0x0166, 0x0166, ++ 0x0168, 0x0168, 0x016a, 0x016a, 0x016c, 0x016c, 0x016e, 0x016e, ++ 0x0170, 0x0170, 0x0172, 0x0172, 0x0174, 0x0174, 0x0176, 0x0176, ++ 0x0178, 0x0179, 0x0179, 0x017b, 0x017b, 0x017d, 0x017d, 0x017f, ++ 0x0243, 0x0181, 0x0182, 0x0182, 0x0184, 0x0184, 0x0186, 0x0187, ++ 0x0187, 0x0189, 0x018a, 0x018b, 0x018b, 0x018d, 0x018e, 0x018f, ++ 0x0190, 0x0191, 0x0191, 0x0193, 0x0194, 0x01f6, 0x0196, 0x0197, ++ 0x0198, 0x0198, 0x023d, 0x019b, 0x019c, 0x019d, 0x0220, 0x019f, ++ 0x01a0, 0x01a0, 0x01a2, 0x01a2, 0x01a4, 0x01a4, 0x01a6, 0x01a7, ++ 0x01a7, 0x01a9, 0x01aa, 0x01ab, 0x01ac, 0x01ac, 0x01ae, 0x01af, ++ 0x01af, 0x01b1, 0x01b2, 0x01b3, 0x01b3, 0x01b5, 0x01b5, 0x01b7, ++ 0x01b8, 0x01b8, 0x01ba, 0x01bb, 0x01bc, 0x01bc, 0x01be, 0x01f7, ++ 0x01c0, 0x01c1, 0x01c2, 0x01c3, 0x01c4, 0x01c5, 0x01c4, 0x01c7, ++ 0x01c8, 0x01c7, 0x01ca, 0x01cb, 0x01ca, 0x01cd, 0x01cd, 0x01cf, ++ 0x01cf, 0x01d1, 0x01d1, 0x01d3, 0x01d3, 0x01d5, 0x01d5, 0x01d7, ++ 0x01d7, 0x01d9, 0x01d9, 0x01db, 0x01db, 0x018e, 0x01de, 0x01de, ++ 0x01e0, 0x01e0, 0x01e2, 0x01e2, 0x01e4, 0x01e4, 0x01e6, 0x01e6, ++ 0x01e8, 0x01e8, 0x01ea, 0x01ea, 0x01ec, 0x01ec, 0x01ee, 0x01ee, ++ 0x01f0, 0x01f1, 0x01f2, 0x01f1, 0x01f4, 0x01f4, 0x01f6, 0x01f7, ++ 0x01f8, 0x01f8, 0x01fa, 0x01fa, 0x01fc, 0x01fc, 0x01fe, 0x01fe, ++ 0x0200, 0x0200, 0x0202, 0x0202, 0x0204, 0x0204, 0x0206, 0x0206, ++ 0x0208, 0x0208, 0x020a, 0x020a, 0x020c, 0x020c, 0x020e, 0x020e, ++ 0x0210, 0x0210, 0x0212, 0x0212, 0x0214, 0x0214, 0x0216, 0x0216, ++ 0x0218, 0x0218, 0x021a, 0x021a, 0x021c, 0x021c, 0x021e, 0x021e, ++ 0x0220, 0x0221, 0x0222, 0x0222, 0x0224, 0x0224, 0x0226, 0x0226, ++ 0x0228, 0x0228, 0x022a, 0x022a, 0x022c, 0x022c, 0x022e, 0x022e, ++ 0x0230, 0x0230, 0x0232, 0x0232, 0x0234, 0x0235, 0x0236, 0x0237, ++ 0x0238, 0x0239, 0x2c65, 0x023b, 0x023b, 0x023d, 0x2c66, 0x023f, ++ 0x0240, 0x0241, 0x0241, 0x0243, 0x0244, 0x0245, 0x0246, 0x0246, ++ 0x0248, 0x0248, 0x024a, 0x024a, 0x024c, 0x024c, 0x024e, 0x024e, ++ 0x0250, 0x0251, 0x0252, 0x0181, 0x0186, 0x0255, 0x0189, 0x018a, ++ 0x0258, 0x018f, 0x025a, 0x0190, 0x025c, 0x025d, 0x025e, 0x025f, ++ 0x0193, 0x0261, 0x0262, 0x0194, 0x0264, 0x0265, 0x0266, 0x0267, ++ 0x0197, 0x0196, 0x026a, 0x2c62, 0x026c, 0x026d, 0x026e, 0x019c, ++ 0x0270, 0x0271, 0x019d, 0x0273, 0x0274, 0x019f, 0x0276, 0x0277, ++ 0x0278, 0x0279, 0x027a, 0x027b, 0x027c, 0x2c64, 0x027e, 0x027f, ++ 0x01a6, 0x0281, 0x0282, 0x01a9, 0x0284, 0x0285, 0x0286, 0x0287, ++ 0x01ae, 0x0244, 0x01b1, 0x01b2, 0x0245, 0x028d, 0x028e, 0x028f, ++ 0x0290, 0x0291, 0x01b7, 0x0293, 0x0294, 0x0295, 0x0296, 0x0297, ++ 0x0298, 0x0299, 0x029a, 0x029b, 0x029c, 0x029d, 0x029e, 0x029f, ++ 0x02a0, 0x02a1, 0x02a2, 0x02a3, 0x02a4, 0x02a5, 0x02a6, 0x02a7, ++ 0x02a8, 0x02a9, 0x02aa, 0x02ab, 0x02ac, 0x02ad, 0x02ae, 0x02af, ++ 0x02b0, 0x02b1, 0x02b2, 0x02b3, 0x02b4, 0x02b5, 0x02b6, 0x02b7, ++ 0x02b8, 0x02b9, 0x02ba, 0x02bb, 0x02bc, 0x02bd, 0x02be, 0x02bf, ++ 0x02c0, 0x02c1, 0x02c2, 0x02c3, 0x02c4, 0x02c5, 0x02c6, 0x02c7, ++ 0x02c8, 0x02c9, 0x02ca, 0x02cb, 0x02cc, 0x02cd, 0x02ce, 0x02cf, ++ 0x02d0, 0x02d1, 0x02d2, 0x02d3, 0x02d4, 0x02d5, 0x02d6, 0x02d7, ++ 0x02d8, 0x02d9, 0x02da, 0x02db, 0x02dc, 0x02dd, 0x02de, 0x02df, ++ 0x02e0, 0x02e1, 0x02e2, 0x02e3, 0x02e4, 0x02e5, 0x02e6, 0x02e7, ++ 0x02e8, 0x02e9, 0x02ea, 0x02eb, 0x02ec, 0x02ed, 0x02ee, 0x02ef, ++ 0x02f0, 0x02f1, 0x02f2, 0x02f3, 0x02f4, 0x02f5, 0x02f6, 0x02f7, ++ 0x02f8, 0x02f9, 0x02fa, 0x02fb, 0x02fc, 0x02fd, 0x02fe, 0x02ff, ++ 0x0300, 0x0301, 0x0302, 0x0303, 0x0304, 0x0305, 0x0306, 0x0307, ++ 0x0308, 0x0309, 0x030a, 0x030b, 0x030c, 0x030d, 0x030e, 0x030f, ++ 0x0310, 0x0311, 0x0312, 0x0313, 0x0314, 0x0315, 0x0316, 0x0317, ++ 0x0318, 0x0319, 0x031a, 0x031b, 0x031c, 0x031d, 0x031e, 0x031f, ++ 0x0320, 0x0321, 0x0322, 0x0323, 0x0324, 0x0325, 0x0326, 0x0327, ++ 0x0328, 0x0329, 0x032a, 0x032b, 0x032c, 0x032d, 0x032e, 0x032f, ++ 0x0330, 0x0331, 0x0332, 0x0333, 0x0334, 0x0335, 0x0336, 0x0337, ++ 0x0338, 0x0339, 0x033a, 0x033b, 0x033c, 0x033d, 0x033e, 0x033f, ++ 0x0340, 0x0341, 0x0342, 0x0343, 0x0344, 0x0345, 0x0346, 0x0347, ++ 0x0348, 0x0349, 0x034a, 0x034b, 0x034c, 0x034d, 0x034e, 0x034f, ++ 0x0350, 0x0351, 0x0352, 0x0353, 0x0354, 0x0355, 0x0356, 0x0357, ++ 0x0358, 0x0359, 0x035a, 0x035b, 0x035c, 0x035d, 0x035e, 0x035f, ++ 0x0360, 0x0361, 0x0362, 0x0363, 0x0364, 0x0365, 0x0366, 0x0367, ++ 0x0368, 0x0369, 0x036a, 0x036b, 0x036c, 0x036d, 0x036e, 0x036f, ++ 0x0370, 0x0371, 0x0372, 0x0373, 0x0374, 0x0375, 0x0376, 0x0377, ++ 0x0378, 0x0379, 0x037a, 0x03fd, 0x03fe, 0x03ff, 0x037e, 0x037f, ++ 0x0380, 0x0381, 0x0382, 0x0383, 0x0384, 0x0385, 0x0386, 0x0387, ++ 0x0388, 0x0389, 0x038a, 0x038b, 0x038c, 0x038d, 0x038e, 0x038f, ++ 0x0390, 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397, ++ 0x0398, 0x0399, 0x039a, 0x039b, 0x039c, 0x039d, 0x039e, 0x039f, ++ 0x03a0, 0x03a1, 0x03a2, 0x03a3, 0x03a4, 0x03a5, 0x03a6, 0x03a7, ++ 0x03a8, 0x03a9, 0x03aa, 0x03ab, 0x0386, 0x0388, 0x0389, 0x038a, ++ 0x03b0, 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397, ++ 0x0398, 0x0399, 0x039a, 0x039b, 0x039c, 0x039d, 0x039e, 0x039f, ++ 0x03a0, 0x03a1, 0x03a3, 0x03a3, 0x03a4, 0x03a5, 0x03a6, 0x03a7, ++ 0x03a8, 0x03a9, 0x03aa, 0x03ab, 0x038c, 0x038e, 0x038f, 0x03cf, ++ 0x03d0, 0x03d1, 0x03d2, 0x03d3, 0x03d4, 0x03d5, 0x03d6, 0x03d7, ++ 0x03d8, 0x03d8, 0x03da, 0x03da, 0x03dc, 0x03dc, 0x03de, 0x03de, ++ 0x03e0, 0x03e0, 0x03e2, 0x03e2, 0x03e4, 0x03e4, 0x03e6, 0x03e6, ++ 0x03e8, 0x03e8, 0x03ea, 0x03ea, 0x03ec, 0x03ec, 0x03ee, 0x03ee, ++ 0x03f0, 0x03f1, 0x03f9, 0x03f3, 0x03f4, 0x03f5, 0x03f6, 0x03f7, ++ 0x03f7, 0x03f9, 0x03fa, 0x03fa, 0x03fc, 0x03fd, 0x03fe, 0x03ff, ++ 0x0400, 0x0401, 0x0402, 0x0403, 0x0404, 0x0405, 0x0406, 0x0407, ++ 0x0408, 0x0409, 0x040a, 0x040b, 0x040c, 0x040d, 0x040e, 0x040f, ++ 0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, ++ 0x0418, 0x0419, 0x041a, 0x041b, 0x041c, 0x041d, 0x041e, 0x041f, ++ 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, ++ 0x0428, 0x0429, 0x042a, 0x042b, 0x042c, 0x042d, 0x042e, 0x042f, ++ 0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, ++ 0x0418, 0x0419, 0x041a, 0x041b, 0x041c, 0x041d, 0x041e, 0x041f, ++ 0x0420, 0x0421, 0x0422, 0x0423, 0x0424, 0x0425, 0x0426, 0x0427, ++ 0x0428, 0x0429, 0x042a, 0x042b, 0x042c, 0x042d, 0x042e, 0x042f, ++ 0x0400, 0x0401, 0x0402, 0x0403, 0x0404, 0x0405, 0x0406, 0x0407, ++ 0x0408, 0x0409, 0x040a, 0x040b, 0x040c, 0x040d, 0x040e, 0x040f, ++ 0x0460, 0x0460, 0x0462, 0x0462, 0x0464, 0x0464, 0x0466, 0x0466, ++ 0x0468, 0x0468, 0x046a, 0x046a, 0x046c, 0x046c, 0x046e, 0x046e, ++ 0x0470, 0x0470, 0x0472, 0x0472, 0x0474, 0x0474, 0x0476, 0x0476, ++ 0x0478, 0x0478, 0x047a, 0x047a, 0x047c, 0x047c, 0x047e, 0x047e, ++ 0x0480, 0x0480, 0x0482, 0x0483, 0x0484, 0x0485, 0x0486, 0x0487, ++ 0x0488, 0x0489, 0x048a, 0x048a, 0x048c, 0x048c, 0x048e, 0x048e, ++ 0x0490, 0x0490, 0x0492, 0x0492, 0x0494, 0x0494, 0x0496, 0x0496, ++ 0x0498, 0x0498, 0x049a, 0x049a, 0x049c, 0x049c, 0x049e, 0x049e, ++ 0x04a0, 0x04a0, 0x04a2, 0x04a2, 0x04a4, 0x04a4, 0x04a6, 0x04a6, ++ 0x04a8, 0x04a8, 0x04aa, 0x04aa, 0x04ac, 0x04ac, 0x04ae, 0x04ae, ++ 0x04b0, 0x04b0, 0x04b2, 0x04b2, 0x04b4, 0x04b4, 0x04b6, 0x04b6, ++ 0x04b8, 0x04b8, 0x04ba, 0x04ba, 0x04bc, 0x04bc, 0x04be, 0x04be, ++ 0x04c0, 0x04c1, 0x04c1, 0x04c3, 0x04c3, 0x04c5, 0x04c5, 0x04c7, ++ 0x04c7, 0x04c9, 0x04c9, 0x04cb, 0x04cb, 0x04cd, 0x04cd, 0x04c0, ++ 0x04d0, 0x04d0, 0x04d2, 0x04d2, 0x04d4, 0x04d4, 0x04d6, 0x04d6, ++ 0x04d8, 0x04d8, 0x04da, 0x04da, 0x04dc, 0x04dc, 0x04de, 0x04de, ++ 0x04e0, 0x04e0, 0x04e2, 0x04e2, 0x04e4, 0x04e4, 0x04e6, 0x04e6, ++ 0x04e8, 0x04e8, 0x04ea, 0x04ea, 0x04ec, 0x04ec, 0x04ee, 0x04ee, ++ 0x04f0, 0x04f0, 0x04f2, 0x04f2, 0x04f4, 0x04f4, 0x04f6, 0x04f6, ++ 0x04f8, 0x04f8, 0x04fa, 0x04fa, 0x04fc, 0x04fc, 0x04fe, 0x04fe, ++ 0x0500, 0x0500, 0x0502, 0x0502, 0x0504, 0x0504, 0x0506, 0x0506, ++ 0x0508, 0x0508, 0x050a, 0x050a, 0x050c, 0x050c, 0x050e, 0x050e, ++ 0x0510, 0x0510, 0x0512, 0x0512, 0x0514, 0x0515, 0x0516, 0x0517, ++ 0x0518, 0x0519, 0x051a, 0x051b, 0x051c, 0x051d, 0x051e, 0x051f, ++ 0x0520, 0x0521, 0x0522, 0x0523, 0x0524, 0x0525, 0x0526, 0x0527, ++ 0x0528, 0x0529, 0x052a, 0x052b, 0x052c, 0x052d, 0x052e, 0x052f, ++ 0x0530, 0x0531, 0x0532, 0x0533, 0x0534, 0x0535, 0x0536, 0x0537, ++ 0x0538, 0x0539, 0x053a, 0x053b, 0x053c, 0x053d, 0x053e, 0x053f, ++ 0x0540, 0x0541, 0x0542, 0x0543, 0x0544, 0x0545, 0x0546, 0x0547, ++ 0x0548, 0x0549, 0x054a, 0x054b, 0x054c, 0x054d, 0x054e, 0x054f, ++ 0x0550, 0x0551, 0x0552, 0x0553, 0x0554, 0x0555, 0x0556, 0x0557, ++ 0x0558, 0x0559, 0x055a, 0x055b, 0x055c, 0x055d, 0x055e, 0x055f, ++ 0x0560, 0x0531, 0x0532, 0x0533, 0x0534, 0x0535, 0x0536, 0x0537, ++ 0x0538, 0x0539, 0x053a, 0x053b, 0x053c, 0x053d, 0x053e, 0x053f, ++ 0x0540, 0x0541, 0x0542, 0x0543, 0x0544, 0x0545, 0x0546, 0x0547, ++ 0x0548, 0x0549, 0x054a, 0x054b, 0x054c, 0x054d, 0x054e, 0x054f, ++ 0x0550, 0x0551, 0x0552, 0x0553, 0x0554, 0x0555, 0x0556, 0xffff, ++ 0x17f6, 0x2c63, 0x1d7e, 0x1d7f, 0x1d80, 0x1d81, 0x1d82, 0x1d83, ++ 0x1d84, 0x1d85, 0x1d86, 0x1d87, 0x1d88, 0x1d89, 0x1d8a, 0x1d8b, ++ 0x1d8c, 0x1d8d, 0x1d8e, 0x1d8f, 0x1d90, 0x1d91, 0x1d92, 0x1d93, ++ 0x1d94, 0x1d95, 0x1d96, 0x1d97, 0x1d98, 0x1d99, 0x1d9a, 0x1d9b, ++ 0x1d9c, 0x1d9d, 0x1d9e, 0x1d9f, 0x1da0, 0x1da1, 0x1da2, 0x1da3, ++ 0x1da4, 0x1da5, 0x1da6, 0x1da7, 0x1da8, 0x1da9, 0x1daa, 0x1dab, ++ 0x1dac, 0x1dad, 0x1dae, 0x1daf, 0x1db0, 0x1db1, 0x1db2, 0x1db3, ++ 0x1db4, 0x1db5, 0x1db6, 0x1db7, 0x1db8, 0x1db9, 0x1dba, 0x1dbb, ++ 0x1dbc, 0x1dbd, 0x1dbe, 0x1dbf, 0x1dc0, 0x1dc1, 0x1dc2, 0x1dc3, ++ 0x1dc4, 0x1dc5, 0x1dc6, 0x1dc7, 0x1dc8, 0x1dc9, 0x1dca, 0x1dcb, ++ 0x1dcc, 0x1dcd, 0x1dce, 0x1dcf, 0x1dd0, 0x1dd1, 0x1dd2, 0x1dd3, ++ 0x1dd4, 0x1dd5, 0x1dd6, 0x1dd7, 0x1dd8, 0x1dd9, 0x1dda, 0x1ddb, ++ 0x1ddc, 0x1ddd, 0x1dde, 0x1ddf, 0x1de0, 0x1de1, 0x1de2, 0x1de3, ++ 0x1de4, 0x1de5, 0x1de6, 0x1de7, 0x1de8, 0x1de9, 0x1dea, 0x1deb, ++ 0x1dec, 0x1ded, 0x1dee, 0x1def, 0x1df0, 0x1df1, 0x1df2, 0x1df3, ++ 0x1df4, 0x1df5, 0x1df6, 0x1df7, 0x1df8, 0x1df9, 0x1dfa, 0x1dfb, ++ 0x1dfc, 0x1dfd, 0x1dfe, 0x1dff, 0x1e00, 0x1e00, 0x1e02, 0x1e02, ++ 0x1e04, 0x1e04, 0x1e06, 0x1e06, 0x1e08, 0x1e08, 0x1e0a, 0x1e0a, ++ 0x1e0c, 0x1e0c, 0x1e0e, 0x1e0e, 0x1e10, 0x1e10, 0x1e12, 0x1e12, ++ 0x1e14, 0x1e14, 0x1e16, 0x1e16, 0x1e18, 0x1e18, 0x1e1a, 0x1e1a, ++ 0x1e1c, 0x1e1c, 0x1e1e, 0x1e1e, 0x1e20, 0x1e20, 0x1e22, 0x1e22, ++ 0x1e24, 0x1e24, 0x1e26, 0x1e26, 0x1e28, 0x1e28, 0x1e2a, 0x1e2a, ++ 0x1e2c, 0x1e2c, 0x1e2e, 0x1e2e, 0x1e30, 0x1e30, 0x1e32, 0x1e32, ++ 0x1e34, 0x1e34, 0x1e36, 0x1e36, 0x1e38, 0x1e38, 0x1e3a, 0x1e3a, ++ 0x1e3c, 0x1e3c, 0x1e3e, 0x1e3e, 0x1e40, 0x1e40, 0x1e42, 0x1e42, ++ 0x1e44, 0x1e44, 0x1e46, 0x1e46, 0x1e48, 0x1e48, 0x1e4a, 0x1e4a, ++ 0x1e4c, 0x1e4c, 0x1e4e, 0x1e4e, 0x1e50, 0x1e50, 0x1e52, 0x1e52, ++ 0x1e54, 0x1e54, 0x1e56, 0x1e56, 0x1e58, 0x1e58, 0x1e5a, 0x1e5a, ++ 0x1e5c, 0x1e5c, 0x1e5e, 0x1e5e, 0x1e60, 0x1e60, 0x1e62, 0x1e62, ++ 0x1e64, 0x1e64, 0x1e66, 0x1e66, 0x1e68, 0x1e68, 0x1e6a, 0x1e6a, ++ 0x1e6c, 0x1e6c, 0x1e6e, 0x1e6e, 0x1e70, 0x1e70, 0x1e72, 0x1e72, ++ 0x1e74, 0x1e74, 0x1e76, 0x1e76, 0x1e78, 0x1e78, 0x1e7a, 0x1e7a, ++ 0x1e7c, 0x1e7c, 0x1e7e, 0x1e7e, 0x1e80, 0x1e80, 0x1e82, 0x1e82, ++ 0x1e84, 0x1e84, 0x1e86, 0x1e86, 0x1e88, 0x1e88, 0x1e8a, 0x1e8a, ++ 0x1e8c, 0x1e8c, 0x1e8e, 0x1e8e, 0x1e90, 0x1e90, 0x1e92, 0x1e92, ++ 0x1e94, 0x1e94, 0x1e96, 0x1e97, 0x1e98, 0x1e99, 0x1e9a, 0x1e9b, ++ 0x1e9c, 0x1e9d, 0x1e9e, 0x1e9f, 0x1ea0, 0x1ea0, 0x1ea2, 0x1ea2, ++ 0x1ea4, 0x1ea4, 0x1ea6, 0x1ea6, 0x1ea8, 0x1ea8, 0x1eaa, 0x1eaa, ++ 0x1eac, 0x1eac, 0x1eae, 0x1eae, 0x1eb0, 0x1eb0, 0x1eb2, 0x1eb2, ++ 0x1eb4, 0x1eb4, 0x1eb6, 0x1eb6, 0x1eb8, 0x1eb8, 0x1eba, 0x1eba, ++ 0x1ebc, 0x1ebc, 0x1ebe, 0x1ebe, 0x1ec0, 0x1ec0, 0x1ec2, 0x1ec2, ++ 0x1ec4, 0x1ec4, 0x1ec6, 0x1ec6, 0x1ec8, 0x1ec8, 0x1eca, 0x1eca, ++ 0x1ecc, 0x1ecc, 0x1ece, 0x1ece, 0x1ed0, 0x1ed0, 0x1ed2, 0x1ed2, ++ 0x1ed4, 0x1ed4, 0x1ed6, 0x1ed6, 0x1ed8, 0x1ed8, 0x1eda, 0x1eda, ++ 0x1edc, 0x1edc, 0x1ede, 0x1ede, 0x1ee0, 0x1ee0, 0x1ee2, 0x1ee2, ++ 0x1ee4, 0x1ee4, 0x1ee6, 0x1ee6, 0x1ee8, 0x1ee8, 0x1eea, 0x1eea, ++ 0x1eec, 0x1eec, 0x1eee, 0x1eee, 0x1ef0, 0x1ef0, 0x1ef2, 0x1ef2, ++ 0x1ef4, 0x1ef4, 0x1ef6, 0x1ef6, 0x1ef8, 0x1ef8, 0x1efa, 0x1efb, ++ 0x1efc, 0x1efd, 0x1efe, 0x1eff, 0x1f08, 0x1f09, 0x1f0a, 0x1f0b, ++ 0x1f0c, 0x1f0d, 0x1f0e, 0x1f0f, 0x1f08, 0x1f09, 0x1f0a, 0x1f0b, ++ 0x1f0c, 0x1f0d, 0x1f0e, 0x1f0f, 0x1f18, 0x1f19, 0x1f1a, 0x1f1b, ++ 0x1f1c, 0x1f1d, 0x1f16, 0x1f17, 0x1f18, 0x1f19, 0x1f1a, 0x1f1b, ++ 0x1f1c, 0x1f1d, 0x1f1e, 0x1f1f, 0x1f28, 0x1f29, 0x1f2a, 0x1f2b, ++ 0x1f2c, 0x1f2d, 0x1f2e, 0x1f2f, 0x1f28, 0x1f29, 0x1f2a, 0x1f2b, ++ 0x1f2c, 0x1f2d, 0x1f2e, 0x1f2f, 0x1f38, 0x1f39, 0x1f3a, 0x1f3b, ++ 0x1f3c, 0x1f3d, 0x1f3e, 0x1f3f, 0x1f38, 0x1f39, 0x1f3a, 0x1f3b, ++ 0x1f3c, 0x1f3d, 0x1f3e, 0x1f3f, 0x1f48, 0x1f49, 0x1f4a, 0x1f4b, ++ 0x1f4c, 0x1f4d, 0x1f46, 0x1f47, 0x1f48, 0x1f49, 0x1f4a, 0x1f4b, ++ 0x1f4c, 0x1f4d, 0x1f4e, 0x1f4f, 0x1f50, 0x1f59, 0x1f52, 0x1f5b, ++ 0x1f54, 0x1f5d, 0x1f56, 0x1f5f, 0x1f58, 0x1f59, 0x1f5a, 0x1f5b, ++ 0x1f5c, 0x1f5d, 0x1f5e, 0x1f5f, 0x1f68, 0x1f69, 0x1f6a, 0x1f6b, ++ 0x1f6c, 0x1f6d, 0x1f6e, 0x1f6f, 0x1f68, 0x1f69, 0x1f6a, 0x1f6b, ++ 0x1f6c, 0x1f6d, 0x1f6e, 0x1f6f, 0x1fba, 0x1fbb, 0x1fc8, 0x1fc9, ++ 0x1fca, 0x1fcb, 0x1fda, 0x1fdb, 0x1ff8, 0x1ff9, 0x1fea, 0x1feb, ++ 0x1ffa, 0x1ffb, 0x1f7e, 0x1f7f, 0x1f88, 0x1f89, 0x1f8a, 0x1f8b, ++ 0x1f8c, 0x1f8d, 0x1f8e, 0x1f8f, 0x1f88, 0x1f89, 0x1f8a, 0x1f8b, ++ 0x1f8c, 0x1f8d, 0x1f8e, 0x1f8f, 0x1f98, 0x1f99, 0x1f9a, 0x1f9b, ++ 0x1f9c, 0x1f9d, 0x1f9e, 0x1f9f, 0x1f98, 0x1f99, 0x1f9a, 0x1f9b, ++ 0x1f9c, 0x1f9d, 0x1f9e, 0x1f9f, 0x1fa8, 0x1fa9, 0x1faa, 0x1fab, ++ 0x1fac, 0x1fad, 0x1fae, 0x1faf, 0x1fa8, 0x1fa9, 0x1faa, 0x1fab, ++ 0x1fac, 0x1fad, 0x1fae, 0x1faf, 0x1fb8, 0x1fb9, 0x1fb2, 0x1fbc, ++ 0x1fb4, 0x1fb5, 0x1fb6, 0x1fb7, 0x1fb8, 0x1fb9, 0x1fba, 0x1fbb, ++ 0x1fbc, 0x1fbd, 0x1fbe, 0x1fbf, 0x1fc0, 0x1fc1, 0x1fc2, 0x1fc3, ++ 0x1fc4, 0x1fc5, 0x1fc6, 0x1fc7, 0x1fc8, 0x1fc9, 0x1fca, 0x1fcb, ++ 0x1fc3, 0x1fcd, 0x1fce, 0x1fcf, 0x1fd8, 0x1fd9, 0x1fd2, 0x1fd3, ++ 0x1fd4, 0x1fd5, 0x1fd6, 0x1fd7, 0x1fd8, 0x1fd9, 0x1fda, 0x1fdb, ++ 0x1fdc, 0x1fdd, 0x1fde, 0x1fdf, 0x1fe8, 0x1fe9, 0x1fe2, 0x1fe3, ++ 0x1fe4, 0x1fec, 0x1fe6, 0x1fe7, 0x1fe8, 0x1fe9, 0x1fea, 0x1feb, ++ 0x1fec, 0x1fed, 0x1fee, 0x1fef, 0x1ff0, 0x1ff1, 0x1ff2, 0x1ff3, ++ 0x1ff4, 0x1ff5, 0x1ff6, 0x1ff7, 0x1ff8, 0x1ff9, 0x1ffa, 0x1ffb, ++ 0x1ff3, 0x1ffd, 0x1ffe, 0x1fff, 0x2000, 0x2001, 0x2002, 0x2003, ++ 0x2004, 0x2005, 0x2006, 0x2007, 0x2008, 0x2009, 0x200a, 0x200b, ++ 0x200c, 0x200d, 0x200e, 0x200f, 0x2010, 0x2011, 0x2012, 0x2013, ++ 0x2014, 0x2015, 0x2016, 0x2017, 0x2018, 0x2019, 0x201a, 0x201b, ++ 0x201c, 0x201d, 0x201e, 0x201f, 0x2020, 0x2021, 0x2022, 0x2023, ++ 0x2024, 0x2025, 0x2026, 0x2027, 0x2028, 0x2029, 0x202a, 0x202b, ++ 0x202c, 0x202d, 0x202e, 0x202f, 0x2030, 0x2031, 0x2032, 0x2033, ++ 0x2034, 0x2035, 0x2036, 0x2037, 0x2038, 0x2039, 0x203a, 0x203b, ++ 0x203c, 0x203d, 0x203e, 0x203f, 0x2040, 0x2041, 0x2042, 0x2043, ++ 0x2044, 0x2045, 0x2046, 0x2047, 0x2048, 0x2049, 0x204a, 0x204b, ++ 0x204c, 0x204d, 0x204e, 0x204f, 0x2050, 0x2051, 0x2052, 0x2053, ++ 0x2054, 0x2055, 0x2056, 0x2057, 0x2058, 0x2059, 0x205a, 0x205b, ++ 0x205c, 0x205d, 0x205e, 0x205f, 0x2060, 0x2061, 0x2062, 0x2063, ++ 0x2064, 0x2065, 0x2066, 0x2067, 0x2068, 0x2069, 0x206a, 0x206b, ++ 0x206c, 0x206d, 0x206e, 0x206f, 0x2070, 0x2071, 0x2072, 0x2073, ++ 0x2074, 0x2075, 0x2076, 0x2077, 0x2078, 0x2079, 0x207a, 0x207b, ++ 0x207c, 0x207d, 0x207e, 0x207f, 0x2080, 0x2081, 0x2082, 0x2083, ++ 0x2084, 0x2085, 0x2086, 0x2087, 0x2088, 0x2089, 0x208a, 0x208b, ++ 0x208c, 0x208d, 0x208e, 0x208f, 0x2090, 0x2091, 0x2092, 0x2093, ++ 0x2094, 0x2095, 0x2096, 0x2097, 0x2098, 0x2099, 0x209a, 0x209b, ++ 0x209c, 0x209d, 0x209e, 0x209f, 0x20a0, 0x20a1, 0x20a2, 0x20a3, ++ 0x20a4, 0x20a5, 0x20a6, 0x20a7, 0x20a8, 0x20a9, 0x20aa, 0x20ab, ++ 0x20ac, 0x20ad, 0x20ae, 0x20af, 0x20b0, 0x20b1, 0x20b2, 0x20b3, ++ 0x20b4, 0x20b5, 0x20b6, 0x20b7, 0x20b8, 0x20b9, 0x20ba, 0x20bb, ++ 0x20bc, 0x20bd, 0x20be, 0x20bf, 0x20c0, 0x20c1, 0x20c2, 0x20c3, ++ 0x20c4, 0x20c5, 0x20c6, 0x20c7, 0x20c8, 0x20c9, 0x20ca, 0x20cb, ++ 0x20cc, 0x20cd, 0x20ce, 0x20cf, 0x20d0, 0x20d1, 0x20d2, 0x20d3, ++ 0x20d4, 0x20d5, 0x20d6, 0x20d7, 0x20d8, 0x20d9, 0x20da, 0x20db, ++ 0x20dc, 0x20dd, 0x20de, 0x20df, 0x20e0, 0x20e1, 0x20e2, 0x20e3, ++ 0x20e4, 0x20e5, 0x20e6, 0x20e7, 0x20e8, 0x20e9, 0x20ea, 0x20eb, ++ 0x20ec, 0x20ed, 0x20ee, 0x20ef, 0x20f0, 0x20f1, 0x20f2, 0x20f3, ++ 0x20f4, 0x20f5, 0x20f6, 0x20f7, 0x20f8, 0x20f9, 0x20fa, 0x20fb, ++ 0x20fc, 0x20fd, 0x20fe, 0x20ff, 0x2100, 0x2101, 0x2102, 0x2103, ++ 0x2104, 0x2105, 0x2106, 0x2107, 0x2108, 0x2109, 0x210a, 0x210b, ++ 0x210c, 0x210d, 0x210e, 0x210f, 0x2110, 0x2111, 0x2112, 0x2113, ++ 0x2114, 0x2115, 0x2116, 0x2117, 0x2118, 0x2119, 0x211a, 0x211b, ++ 0x211c, 0x211d, 0x211e, 0x211f, 0x2120, 0x2121, 0x2122, 0x2123, ++ 0x2124, 0x2125, 0x2126, 0x2127, 0x2128, 0x2129, 0x212a, 0x212b, ++ 0x212c, 0x212d, 0x212e, 0x212f, 0x2130, 0x2131, 0x2132, 0x2133, ++ 0x2134, 0x2135, 0x2136, 0x2137, 0x2138, 0x2139, 0x213a, 0x213b, ++ 0x213c, 0x213d, 0x213e, 0x213f, 0x2140, 0x2141, 0x2142, 0x2143, ++ 0x2144, 0x2145, 0x2146, 0x2147, 0x2148, 0x2149, 0x214a, 0x214b, ++ 0x214c, 0x214d, 0x2132, 0x214f, 0x2150, 0x2151, 0x2152, 0x2153, ++ 0x2154, 0x2155, 0x2156, 0x2157, 0x2158, 0x2159, 0x215a, 0x215b, ++ 0x215c, 0x215d, 0x215e, 0x215f, 0x2160, 0x2161, 0x2162, 0x2163, ++ 0x2164, 0x2165, 0x2166, 0x2167, 0x2168, 0x2169, 0x216a, 0x216b, ++ 0x216c, 0x216d, 0x216e, 0x216f, 0x2160, 0x2161, 0x2162, 0x2163, ++ 0x2164, 0x2165, 0x2166, 0x2167, 0x2168, 0x2169, 0x216a, 0x216b, ++ 0x216c, 0x216d, 0x216e, 0x216f, 0x2180, 0x2181, 0x2182, 0x2183, ++ 0x2183, 0xffff, 0x034b, 0x24b6, 0x24b7, 0x24b8, 0x24b9, 0x24ba, ++ 0x24bb, 0x24bc, 0x24bd, 0x24be, 0x24bf, 0x24c0, 0x24c1, 0x24c2, ++ 0x24c3, 0x24c4, 0x24c5, 0x24c6, 0x24c7, 0x24c8, 0x24c9, 0x24ca, ++ 0x24cb, 0x24cc, 0x24cd, 0x24ce, 0x24cf, 0xffff, 0x0746, 0x2c00, ++ 0x2c01, 0x2c02, 0x2c03, 0x2c04, 0x2c05, 0x2c06, 0x2c07, 0x2c08, ++ 0x2c09, 0x2c0a, 0x2c0b, 0x2c0c, 0x2c0d, 0x2c0e, 0x2c0f, 0x2c10, ++ 0x2c11, 0x2c12, 0x2c13, 0x2c14, 0x2c15, 0x2c16, 0x2c17, 0x2c18, ++ 0x2c19, 0x2c1a, 0x2c1b, 0x2c1c, 0x2c1d, 0x2c1e, 0x2c1f, 0x2c20, ++ 0x2c21, 0x2c22, 0x2c23, 0x2c24, 0x2c25, 0x2c26, 0x2c27, 0x2c28, ++ 0x2c29, 0x2c2a, 0x2c2b, 0x2c2c, 0x2c2d, 0x2c2e, 0x2c5f, 0x2c60, ++ 0x2c60, 0x2c62, 0x2c63, 0x2c64, 0x2c65, 0x2c66, 0x2c67, 0x2c67, ++ 0x2c69, 0x2c69, 0x2c6b, 0x2c6b, 0x2c6d, 0x2c6e, 0x2c6f, 0x2c70, ++ 0x2c71, 0x2c72, 0x2c73, 0x2c74, 0x2c75, 0x2c75, 0x2c77, 0x2c78, ++ 0x2c79, 0x2c7a, 0x2c7b, 0x2c7c, 0x2c7d, 0x2c7e, 0x2c7f, 0x2c80, ++ 0x2c80, 0x2c82, 0x2c82, 0x2c84, 0x2c84, 0x2c86, 0x2c86, 0x2c88, ++ 0x2c88, 0x2c8a, 0x2c8a, 0x2c8c, 0x2c8c, 0x2c8e, 0x2c8e, 0x2c90, ++ 0x2c90, 0x2c92, 0x2c92, 0x2c94, 0x2c94, 0x2c96, 0x2c96, 0x2c98, ++ 0x2c98, 0x2c9a, 0x2c9a, 0x2c9c, 0x2c9c, 0x2c9e, 0x2c9e, 0x2ca0, ++ 0x2ca0, 0x2ca2, 0x2ca2, 0x2ca4, 0x2ca4, 0x2ca6, 0x2ca6, 0x2ca8, ++ 0x2ca8, 0x2caa, 0x2caa, 0x2cac, 0x2cac, 0x2cae, 0x2cae, 0x2cb0, ++ 0x2cb0, 0x2cb2, 0x2cb2, 0x2cb4, 0x2cb4, 0x2cb6, 0x2cb6, 0x2cb8, ++ 0x2cb8, 0x2cba, 0x2cba, 0x2cbc, 0x2cbc, 0x2cbe, 0x2cbe, 0x2cc0, ++ 0x2cc0, 0x2cc2, 0x2cc2, 0x2cc4, 0x2cc4, 0x2cc6, 0x2cc6, 0x2cc8, ++ 0x2cc8, 0x2cca, 0x2cca, 0x2ccc, 0x2ccc, 0x2cce, 0x2cce, 0x2cd0, ++ 0x2cd0, 0x2cd2, 0x2cd2, 0x2cd4, 0x2cd4, 0x2cd6, 0x2cd6, 0x2cd8, ++ 0x2cd8, 0x2cda, 0x2cda, 0x2cdc, 0x2cdc, 0x2cde, 0x2cde, 0x2ce0, ++ 0x2ce0, 0x2ce2, 0x2ce2, 0x2ce4, 0x2ce5, 0x2ce6, 0x2ce7, 0x2ce8, ++ 0x2ce9, 0x2cea, 0x2ceb, 0x2cec, 0x2ced, 0x2cee, 0x2cef, 0x2cf0, ++ 0x2cf1, 0x2cf2, 0x2cf3, 0x2cf4, 0x2cf5, 0x2cf6, 0x2cf7, 0x2cf8, ++ 0x2cf9, 0x2cfa, 0x2cfb, 0x2cfc, 0x2cfd, 0x2cfe, 0x2cff, 0x10a0, ++ 0x10a1, 0x10a2, 0x10a3, 0x10a4, 0x10a5, 0x10a6, 0x10a7, 0x10a8, ++ 0x10a9, 0x10aa, 0x10ab, 0x10ac, 0x10ad, 0x10ae, 0x10af, 0x10b0, ++ 0x10b1, 0x10b2, 0x10b3, 0x10b4, 0x10b5, 0x10b6, 0x10b7, 0x10b8, ++ 0x10b9, 0x10ba, 0x10bb, 0x10bc, 0x10bd, 0x10be, 0x10bf, 0x10c0, ++ 0x10c1, 0x10c2, 0x10c3, 0x10c4, 0x10c5, 0xffff, 0xd21b, 0xff21, ++ 0xff22, 0xff23, 0xff24, 0xff25, 0xff26, 0xff27, 0xff28, 0xff29, ++ 0xff2a, 0xff2b, 0xff2c, 0xff2d, 0xff2e, 0xff2f, 0xff30, 0xff31, ++ 0xff32, 0xff33, 0xff34, 0xff35, 0xff36, 0xff37, 0xff38, 0xff39, ++ 0xff3a, 0xff5b, 0xff5c, 0xff5d, 0xff5e, 0xff5f, 0xff60, 0xff61, ++ 0xff62, 0xff63, 0xff64, 0xff65, 0xff66, 0xff67, 0xff68, 0xff69, ++ 0xff6a, 0xff6b, 0xff6c, 0xff6d, 0xff6e, 0xff6f, 0xff70, 0xff71, ++ 0xff72, 0xff73, 0xff74, 0xff75, 0xff76, 0xff77, 0xff78, 0xff79, ++ 0xff7a, 0xff7b, 0xff7c, 0xff7d, 0xff7e, 0xff7f, 0xff80, 0xff81, ++ 0xff82, 0xff83, 0xff84, 0xff85, 0xff86, 0xff87, 0xff88, 0xff89, ++ 0xff8a, 0xff8b, 0xff8c, 0xff8d, 0xff8e, 0xff8f, 0xff90, 0xff91, ++ 0xff92, 0xff93, 0xff94, 0xff95, 0xff96, 0xff97, 0xff98, 0xff99, ++ 0xff9a, 0xff9b, 0xff9c, 0xff9d, 0xff9e, 0xff9f, 0xffa0, 0xffa1, ++ 0xffa2, 0xffa3, 0xffa4, 0xffa5, 0xffa6, 0xffa7, 0xffa8, 0xffa9, ++ 0xffaa, 0xffab, 0xffac, 0xffad, 0xffae, 0xffaf, 0xffb0, 0xffb1, ++ 0xffb2, 0xffb3, 0xffb4, 0xffb5, 0xffb6, 0xffb7, 0xffb8, 0xffb9, ++ 0xffba, 0xffbb, 0xffbc, 0xffbd, 0xffbe, 0xffbf, 0xffc0, 0xffc1, ++ 0xffc2, 0xffc3, 0xffc4, 0xffc5, 0xffc6, 0xffc7, 0xffc8, 0xffc9, ++ 0xffca, 0xffcb, 0xffcc, 0xffcd, 0xffce, 0xffcf, 0xffd0, 0xffd1, ++ 0xffd2, 0xffd3, 0xffd4, 0xffd5, 0xffd6, 0xffd7, 0xffd8, 0xffd9, ++ 0xffda, 0xffdb, 0xffdc, 0xffdd, 0xffde, 0xffdf, 0xffe0, 0xffe1, ++ 0xffe2, 0xffe3, 0xffe4, 0xffe5, 0xffe6, 0xffe7, 0xffe8, 0xffe9, ++ 0xffea, 0xffeb, 0xffec, 0xffed, 0xffee, 0xffef, 0xfff0, 0xfff1, ++ 0xfff2, 0xfff3, 0xfff4, 0xfff5, 0xfff6, 0xfff7, 0xfff8, 0xfff9, ++ 0xfffa, 0xfffb, 0xfffc, 0xfffd, 0xfffe, 0xffff, ++}; ++ ++/* ++ * Allow full-width illegal characters : ++ * "MS windows 7" supports full-width-invalid-name-characters. ++ * So we should check half-width-invalid-name-characters(ASCII) only ++ * for compatibility. ++ * ++ * " * / : < > ? \ | ++ */ ++static unsigned short bad_uni_chars[] = { ++ 0x0022, 0x002A, 0x002F, 0x003A, ++ 0x003C, 0x003E, 0x003F, 0x005C, 0x007C, ++ 0 ++}; ++ ++static int exfat_convert_char_to_ucs2(struct nls_table *nls, ++ const unsigned char *ch, int ch_len, unsigned short *ucs2, ++ int *lossy) ++{ ++ int len; ++ ++ *ucs2 = 0x0; ++ ++ if (ch[0] < 0x80) { ++ *ucs2 = ch[0]; ++ return 1; ++ } ++ ++ len = nls->char2uni(ch, ch_len, ucs2); ++ if (len < 0) { ++ /* conversion failed */ ++ if (lossy != NULL) ++ *lossy |= NLS_NAME_LOSSY; ++ *ucs2 = '_'; ++ return 1; ++ } ++ return len; ++} ++ ++static int exfat_convert_ucs2_to_char(struct nls_table *nls, ++ unsigned short ucs2, unsigned char *ch, int *lossy) ++{ ++ int len; ++ ++ ch[0] = 0x0; ++ ++ if (ucs2 < 0x0080) { ++ ch[0] = ucs2; ++ return 1; ++ } ++ ++ len = nls->uni2char(ucs2, ch, MAX_CHARSET_SIZE); ++ if (len < 0) { ++ /* conversion failed */ ++ if (lossy != NULL) ++ *lossy |= NLS_NAME_LOSSY; ++ ch[0] = '_'; ++ return 1; ++ } ++ return len; ++} ++ ++unsigned short exfat_toupper(struct super_block *sb, unsigned short a) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ return sbi->vol_utbl[a] ? sbi->vol_utbl[a] : a; ++} ++ ++static unsigned short *exfat_wstrchr(unsigned short *str, unsigned short wchar) ++{ ++ while (*str) { ++ if (*(str++) == wchar) ++ return str; ++ } ++ return NULL; ++} ++ ++int exfat_uniname_ncmp(struct super_block *sb, unsigned short *a, ++ unsigned short *b, unsigned int len) ++{ ++ int i; ++ ++ for (i = 0; i < len; i++, a++, b++) ++ if (exfat_toupper(sb, *a) != exfat_toupper(sb, *b)) ++ return 1; ++ return 0; ++} ++ ++static int exfat_utf16_to_utf8(struct super_block *sb, ++ struct exfat_uni_name *p_uniname, unsigned char *p_cstring, ++ int buflen) ++{ ++ int len; ++ const unsigned short *uniname = p_uniname->name; ++ ++ /* always len >= 0 */ ++ len = utf16s_to_utf8s(uniname, MAX_NAME_LENGTH, UTF16_HOST_ENDIAN, ++ p_cstring, buflen); ++ p_cstring[len] = '\0'; ++ return len; ++} ++ ++static int exfat_utf8_to_utf16(struct super_block *sb, ++ const unsigned char *p_cstring, const int len, ++ struct exfat_uni_name *p_uniname, int *p_lossy) ++{ ++ int i, unilen, lossy = NLS_NAME_NO_LOSSY; ++ unsigned short upname[MAX_NAME_LENGTH + 1]; ++ unsigned short *uniname = p_uniname->name; ++ ++ WARN_ON(!len); ++ ++ unilen = utf8s_to_utf16s(p_cstring, len, UTF16_HOST_ENDIAN, ++ (wchar_t *)uniname, MAX_NAME_LENGTH + 2); ++ if (unilen < 0) { ++ exfat_msg(sb, KERN_ERR, ++ "failed to %s (err : %d) nls len : %d", ++ __func__, unilen, len); ++ return unilen; ++ } ++ ++ if (unilen > MAX_NAME_LENGTH) { ++ exfat_msg(sb, KERN_ERR, ++ "failed to %s (estr:ENAMETOOLONG) nls len : %d, unilen : %d > %d", ++ __func__, len, unilen, MAX_NAME_LENGTH); ++ return -ENAMETOOLONG; ++ } ++ ++ p_uniname->name_len = unilen & 0xFF; ++ ++ for (i = 0; i < unilen; i++) { ++ if (*uniname < 0x0020 || ++ exfat_wstrchr(bad_uni_chars, *uniname)) ++ lossy |= NLS_NAME_LOSSY; ++ ++ upname[i] = exfat_toupper(sb, *uniname); ++ uniname++; ++ } ++ ++ *uniname = '\0'; ++ p_uniname->name_len = unilen; ++ p_uniname->name_hash = exfat_calc_chksum_2byte(upname, unilen << 1, 0, ++ CS_DEFAULT); ++ ++ if (p_lossy) ++ *p_lossy = lossy; ++ return unilen; ++} ++ ++#define PLANE_SIZE 0x00010000 ++#define SURROGATE_MASK 0xfffff800 ++#define SURROGATE_PAIR 0x0000d800 ++#define SURROGATE_LOW 0x00000400 ++#define SURROGATE_BITS 0x000003ff ++ ++unsigned short exfat_high_surrogate(unicode_t u) ++{ ++ return ((u - PLANE_SIZE) >> 10) + SURROGATE_PAIR; ++} ++ ++unsigned short exfat_low_surrogate(unicode_t u) ++{ ++ return ((u - PLANE_SIZE) & SURROGATE_BITS) | SURROGATE_PAIR | ++ SURROGATE_LOW; ++} ++ ++static int __exfat_utf16_to_nls(struct super_block *sb, ++ struct exfat_uni_name *p_uniname, unsigned char *p_cstring, ++ int buflen) ++{ ++ int i, j, len, out_len = 0; ++ unsigned char buf[MAX_CHARSET_SIZE]; ++ const unsigned short *uniname = p_uniname->name; ++ struct nls_table *nls = EXFAT_SB(sb)->nls_io; ++ ++ i = 0; ++ while (i < MAX_NAME_LENGTH && out_len < (buflen - 1)) { ++ if (*uniname == '\0') ++ break; ++ if ((*uniname & SURROGATE_MASK) != SURROGATE_PAIR) { ++ len = exfat_convert_ucs2_to_char(nls, *uniname, buf, ++ NULL); ++ } else { ++ /* Process UTF-16 surrogate pair as one character */ ++ if (!(*uniname & SURROGATE_LOW) && ++ i+1 < MAX_NAME_LENGTH && ++ (*(uniname+1) & SURROGATE_MASK) == SURROGATE_PAIR && ++ (*(uniname+1) & SURROGATE_LOW)) { ++ uniname++; ++ i++; ++ } ++ ++ /* ++ * UTF-16 surrogate pair encodes code points above ++ * U+FFFF. Code points above U+FFFF are not supported ++ * by kernel NLS framework therefore use replacement ++ * character ++ */ ++ len = 1; ++ buf[0] = '_'; ++ } ++ ++ if (out_len + len >= buflen) ++ len = buflen - 1 - out_len; ++ out_len += len; ++ ++ if (len > 1) { ++ for (j = 0; j < len; j++) ++ *p_cstring++ = buf[j]; ++ } else { /* len == 1 */ ++ *p_cstring++ = *buf; ++ } ++ ++ uniname++; ++ i++; ++ } ++ ++ *p_cstring = '\0'; ++ return out_len; ++} ++ ++static int exfat_nls_to_ucs2(struct super_block *sb, ++ const unsigned char *p_cstring, const int len, ++ struct exfat_uni_name *p_uniname, int *p_lossy) ++{ ++ int i = 0, unilen = 0, lossy = NLS_NAME_NO_LOSSY; ++ unsigned short upname[MAX_NAME_LENGTH + 1]; ++ unsigned short *uniname = p_uniname->name; ++ struct nls_table *nls = EXFAT_SB(sb)->nls_io; ++ ++ WARN_ON(!len); ++ ++ while (unilen < MAX_NAME_LENGTH && i < len) { ++ i += exfat_convert_char_to_ucs2(nls, p_cstring + i, len - i, ++ uniname, &lossy); ++ ++ if (*uniname < 0x0020 || ++ exfat_wstrchr(bad_uni_chars, *uniname)) ++ lossy |= NLS_NAME_LOSSY; ++ ++ upname[unilen] = exfat_toupper(sb, *uniname); ++ uniname++; ++ unilen++; ++ } ++ ++ if (p_cstring[i] != '\0') ++ lossy |= NLS_NAME_OVERLEN; ++ ++ *uniname = '\0'; ++ p_uniname->name_len = unilen; ++ p_uniname->name_hash = exfat_calc_chksum_2byte(upname, unilen << 1, 0, ++ CS_DEFAULT); ++ ++ if (p_lossy) ++ *p_lossy = lossy; ++ return unilen; ++} ++ ++int exfat_utf16_to_nls(struct super_block *sb, struct exfat_uni_name *uniname, ++ unsigned char *p_cstring, int buflen) ++{ ++ if (EXFAT_SB(sb)->options.utf8) ++ return exfat_utf16_to_utf8(sb, uniname, p_cstring, ++ buflen); ++ return __exfat_utf16_to_nls(sb, uniname, p_cstring, buflen); ++} ++ ++int exfat_nls_to_utf16(struct super_block *sb, const unsigned char *p_cstring, ++ const int len, struct exfat_uni_name *uniname, int *p_lossy) ++{ ++ if (EXFAT_SB(sb)->options.utf8) ++ return exfat_utf8_to_utf16(sb, p_cstring, len, ++ uniname, p_lossy); ++ return exfat_nls_to_ucs2(sb, p_cstring, len, uniname, p_lossy); ++} ++ ++static int exfat_load_upcase_table(struct super_block *sb, ++ sector_t sector, unsigned long long num_sectors, ++ unsigned int utbl_checksum) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned int sect_size = sb->s_blocksize; ++ unsigned int i, index = 0, checksum = 0; ++ int ret; ++ unsigned char skip = false; ++ unsigned short *upcase_table; ++ ++ upcase_table = kcalloc(UTBL_COUNT, sizeof(unsigned short), GFP_KERNEL); ++ if (!upcase_table) ++ return -ENOMEM; ++ ++ sbi->vol_utbl = upcase_table; ++ num_sectors += sector; ++ ++ while (sector < num_sectors) { ++ struct buffer_head *bh; ++ ++ bh = sb_bread(sb, sector); ++ if (!bh) { ++ exfat_msg(sb, KERN_ERR, ++ "failed to read sector(0x%llx)\n", ++ (unsigned long long)sector); ++ ret = -EIO; ++ goto free_table; ++ } ++ sector++; ++ for (i = 0; i < sect_size && index <= 0xFFFF; i += 2) { ++ unsigned short uni = get_unaligned_le16(bh->b_data + i); ++ ++ checksum = ((checksum & 1) ? 0x80000000 : 0) + ++ (checksum >> 1) + ++ *(((unsigned char *)bh->b_data) + i); ++ checksum = ((checksum & 1) ? 0x80000000 : 0) + ++ (checksum >> 1) + ++ *(((unsigned char *)bh->b_data) + (i + 1)); ++ ++ if (skip) { ++ index += uni; ++ skip = false; ++ } else if (uni == index) { ++ index++; ++ } else if (uni == 0xFFFF) { ++ skip = true; ++ } else { /* uni != index , uni != 0xFFFF */ ++ upcase_table[index] = uni; ++ index++; ++ } ++ } ++ brelse(bh); ++ } ++ ++ if (index >= 0xFFFF && utbl_checksum == checksum) ++ return 0; ++ ++ exfat_msg(sb, KERN_ERR, ++ "failed to load upcase table (idx : 0x%08x, chksum : 0x%08x, utbl_chksum : 0x%08x)\n", ++ index, checksum, utbl_checksum); ++ ret = -EINVAL; ++free_table: ++ exfat_free_upcase_table(sbi); ++ return ret; ++} ++ ++static int exfat_load_default_upcase_table(struct super_block *sb) ++{ ++ int i, ret = -EIO; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned char skip = false; ++ unsigned short uni = 0, *upcase_table; ++ unsigned int index = 0; ++ ++ upcase_table = kcalloc(UTBL_COUNT, sizeof(unsigned short), GFP_KERNEL); ++ if (!upcase_table) ++ return -ENOMEM; ++ ++ sbi->vol_utbl = upcase_table; ++ ++ for (i = 0; index <= 0xFFFF && i < EXFAT_NUM_UPCASE; i++) { ++ uni = uni_def_upcase[i]; ++ if (skip) { ++ index += uni; ++ skip = false; ++ } else if (uni == index) { ++ index++; ++ } else if (uni == 0xFFFF) { ++ skip = true; ++ } else { ++ upcase_table[index] = uni; ++ index++; ++ } ++ } ++ ++ if (index >= 0xFFFF) ++ return 0; ++ ++ /* FATAL error: default upcase table has error */ ++ exfat_free_upcase_table(sbi); ++ return ret; ++} ++ ++int exfat_create_upcase_table(struct super_block *sb) ++{ ++ int i, ret; ++ unsigned int tbl_clu, type; ++ sector_t sector; ++ unsigned long long tbl_size, num_sectors; ++ unsigned char blksize_bits = sb->s_blocksize_bits; ++ struct exfat_chain clu; ++ struct exfat_dentry *ep; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct buffer_head *bh; ++ ++ clu.dir = sbi->root_dir; ++ clu.flags = ALLOC_FAT_CHAIN; ++ ++ while (clu.dir != EXFAT_EOF_CLUSTER) { ++ for (i = 0; i < sbi->dentries_per_clu; i++) { ++ ep = exfat_get_dentry(sb, &clu, i, &bh, NULL); ++ if (!ep) ++ return -EIO; ++ ++ type = exfat_get_entry_type(ep); ++ if (type == TYPE_UNUSED) { ++ brelse(bh); ++ break; ++ } ++ ++ if (type != TYPE_UPCASE) { ++ brelse(bh); ++ continue; ++ } ++ ++ tbl_clu = le32_to_cpu(ep->dentry.upcase.start_clu); ++ tbl_size = le64_to_cpu(ep->dentry.upcase.size); ++ ++ sector = exfat_cluster_to_sector(sbi, tbl_clu); ++ num_sectors = ((tbl_size - 1) >> blksize_bits) + 1; ++ ret = exfat_load_upcase_table(sb, sector, num_sectors, ++ le32_to_cpu(ep->dentry.upcase.checksum)); ++ ++ brelse(bh); ++ if (ret && ret != -EIO) ++ goto load_default; ++ ++ /* load successfully */ ++ return ret; ++ } ++ ++ if (exfat_get_next_cluster(sb, &(clu.dir))) ++ return -EIO; ++ } ++ ++load_default: ++ /* load default upcase table */ ++ return exfat_load_default_upcase_table(sb); ++} ++ ++void exfat_free_upcase_table(struct exfat_sb_info *sbi) ++{ ++ kfree(sbi->vol_utbl); ++} +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-add-super-block-operations.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-super-block-operations.patch new file mode 100644 index 0000000000..f51a251870 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-add-super-block-operations.patch @@ -0,0 +1,758 @@ +From 719c1e1829166da399903b13da6dcc5344e73449 Mon Sep 17 00:00:00 2001 +From: Namjae Jeon +Date: Mon, 2 Mar 2020 15:21:33 +0900 +Subject: [PATCH 02/14] exfat: add super block operations +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This adds the implementation of superblock operations for exfat. + +Signed-off-by: Namjae Jeon +Signed-off-by: Sungjong Seo +Reviewed-by: Pali Rohár +Reviewed-by: Christoph Hellwig +Reviewed-by: Arnd Bergmann +Signed-off-by: Al Viro +--- + fs/exfat/super.c | 728 +++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 728 insertions(+) + create mode 100644 fs/exfat/super.c + +diff --git a/fs/exfat/super.c b/fs/exfat/super.c +new file mode 100644 +index 000000000000..f06e0b53e393 +--- /dev/null ++++ b/fs/exfat/super.c +@@ -0,0 +1,728 @@ ++// SPDX-License-Identifier: GPL-2.0-or-later ++/* ++ * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#include "exfat_raw.h" ++#include "exfat_fs.h" ++ ++static char exfat_default_iocharset[] = CONFIG_EXFAT_DEFAULT_IOCHARSET; ++static struct kmem_cache *exfat_inode_cachep; ++ ++static void exfat_free_iocharset(struct exfat_sb_info *sbi) ++{ ++ if (sbi->options.iocharset != exfat_default_iocharset) ++ kfree(sbi->options.iocharset); ++} ++ ++static void exfat_delayed_free(struct rcu_head *p) ++{ ++ struct exfat_sb_info *sbi = container_of(p, struct exfat_sb_info, rcu); ++ ++ unload_nls(sbi->nls_io); ++ exfat_free_iocharset(sbi); ++ exfat_free_upcase_table(sbi); ++ kfree(sbi); ++} ++ ++static void exfat_put_super(struct super_block *sb) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ mutex_lock(&sbi->s_lock); ++ if (test_and_clear_bit(EXFAT_SB_DIRTY, &sbi->s_state)) ++ sync_blockdev(sb->s_bdev); ++ exfat_set_vol_flags(sb, VOL_CLEAN); ++ exfat_free_bitmap(sbi); ++ mutex_unlock(&sbi->s_lock); ++ ++ call_rcu(&sbi->rcu, exfat_delayed_free); ++} ++ ++static int exfat_sync_fs(struct super_block *sb, int wait) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ int err = 0; ++ ++ /* If there are some dirty buffers in the bdev inode */ ++ mutex_lock(&sbi->s_lock); ++ if (test_and_clear_bit(EXFAT_SB_DIRTY, &sbi->s_state)) { ++ sync_blockdev(sb->s_bdev); ++ if (exfat_set_vol_flags(sb, VOL_CLEAN)) ++ err = -EIO; ++ } ++ mutex_unlock(&sbi->s_lock); ++ return err; ++} ++ ++static int exfat_statfs(struct dentry *dentry, struct kstatfs *buf) ++{ ++ struct super_block *sb = dentry->d_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ unsigned long long id = huge_encode_dev(sb->s_bdev->bd_dev); ++ ++ if (sbi->used_clusters == EXFAT_CLUSTERS_UNTRACKED) { ++ mutex_lock(&sbi->s_lock); ++ if (exfat_count_used_clusters(sb, &sbi->used_clusters)) { ++ mutex_unlock(&sbi->s_lock); ++ return -EIO; ++ } ++ mutex_unlock(&sbi->s_lock); ++ } ++ ++ buf->f_type = sb->s_magic; ++ buf->f_bsize = sbi->cluster_size; ++ buf->f_blocks = sbi->num_clusters - 2; /* clu 0 & 1 */ ++ buf->f_bfree = buf->f_blocks - sbi->used_clusters; ++ buf->f_bavail = buf->f_bfree; ++ buf->f_fsid.val[0] = (unsigned int)id; ++ buf->f_fsid.val[1] = (unsigned int)(id >> 32); ++ /* Unicode utf16 255 characters */ ++ buf->f_namelen = EXFAT_MAX_FILE_LEN * NLS_MAX_CHARSET_SIZE; ++ return 0; ++} ++ ++int exfat_set_vol_flags(struct super_block *sb, unsigned short new_flag) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct pbr64 *bpb; ++ bool sync = 0; ++ ++ /* flags are not changed */ ++ if (sbi->vol_flag == new_flag) ++ return 0; ++ ++ sbi->vol_flag = new_flag; ++ ++ /* skip updating volume dirty flag, ++ * if this volume has been mounted with read-only ++ */ ++ if (sb_rdonly(sb)) ++ return 0; ++ ++ if (!sbi->pbr_bh) { ++ sbi->pbr_bh = sb_bread(sb, 0); ++ if (!sbi->pbr_bh) { ++ exfat_msg(sb, KERN_ERR, "failed to read boot sector"); ++ return -ENOMEM; ++ } ++ } ++ ++ bpb = (struct pbr64 *)sbi->pbr_bh->b_data; ++ bpb->bsx.vol_flags = cpu_to_le16(new_flag); ++ ++ if (new_flag == VOL_DIRTY && !buffer_dirty(sbi->pbr_bh)) ++ sync = true; ++ else ++ sync = false; ++ ++ set_buffer_uptodate(sbi->pbr_bh); ++ mark_buffer_dirty(sbi->pbr_bh); ++ ++ if (sync) ++ sync_dirty_buffer(sbi->pbr_bh); ++ return 0; ++} ++ ++static int exfat_show_options(struct seq_file *m, struct dentry *root) ++{ ++ struct super_block *sb = root->d_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_mount_options *opts = &sbi->options; ++ ++ /* Show partition info */ ++ if (!uid_eq(opts->fs_uid, GLOBAL_ROOT_UID)) ++ seq_printf(m, ",uid=%u", ++ from_kuid_munged(&init_user_ns, opts->fs_uid)); ++ if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) ++ seq_printf(m, ",gid=%u", ++ from_kgid_munged(&init_user_ns, opts->fs_gid)); ++ seq_printf(m, ",fmask=%04o,dmask=%04o", opts->fs_fmask, opts->fs_dmask); ++ if (opts->allow_utime) ++ seq_printf(m, ",allow_utime=%04o", opts->allow_utime); ++ if (opts->utf8) ++ seq_puts(m, ",iocharset=utf8"); ++ else if (sbi->nls_io) ++ seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); ++ seq_printf(m, ",bps=%ld", sb->s_blocksize); ++ if (opts->errors == EXFAT_ERRORS_CONT) ++ seq_puts(m, ",errors=continue"); ++ else if (opts->errors == EXFAT_ERRORS_PANIC) ++ seq_puts(m, ",errors=panic"); ++ else ++ seq_puts(m, ",errors=remount-ro"); ++ if (opts->discard) ++ seq_puts(m, ",discard"); ++ if (opts->time_offset) ++ seq_printf(m, ",time_offset=%d", opts->time_offset); ++ return 0; ++} ++ ++static struct inode *exfat_alloc_inode(struct super_block *sb) ++{ ++ struct exfat_inode_info *ei; ++ ++ ei = kmem_cache_alloc(exfat_inode_cachep, GFP_NOFS); ++ if (!ei) ++ return NULL; ++ ++ init_rwsem(&ei->truncate_lock); ++ return &ei->vfs_inode; ++} ++ ++static void exfat_free_inode(struct inode *inode) ++{ ++ kmem_cache_free(exfat_inode_cachep, EXFAT_I(inode)); ++} ++ ++static const struct super_operations exfat_sops = { ++ .alloc_inode = exfat_alloc_inode, ++ .free_inode = exfat_free_inode, ++ .write_inode = exfat_write_inode, ++ .evict_inode = exfat_evict_inode, ++ .put_super = exfat_put_super, ++ .sync_fs = exfat_sync_fs, ++ .statfs = exfat_statfs, ++ .show_options = exfat_show_options, ++}; ++ ++enum { ++ Opt_uid, ++ Opt_gid, ++ Opt_umask, ++ Opt_dmask, ++ Opt_fmask, ++ Opt_allow_utime, ++ Opt_charset, ++ Opt_errors, ++ Opt_discard, ++ Opt_time_offset, ++}; ++ ++static const struct fs_parameter_spec exfat_param_specs[] = { ++ fsparam_u32("uid", Opt_uid), ++ fsparam_u32("gid", Opt_gid), ++ fsparam_u32oct("umask", Opt_umask), ++ fsparam_u32oct("dmask", Opt_dmask), ++ fsparam_u32oct("fmask", Opt_fmask), ++ fsparam_u32oct("allow_utime", Opt_allow_utime), ++ fsparam_string("iocharset", Opt_charset), ++ fsparam_enum("errors", Opt_errors), ++ fsparam_flag("discard", Opt_discard), ++ fsparam_s32("time_offset", Opt_time_offset), ++ {} ++}; ++ ++static const struct fs_parameter_enum exfat_param_enums[] = { ++ { Opt_errors, "continue", EXFAT_ERRORS_CONT }, ++ { Opt_errors, "panic", EXFAT_ERRORS_PANIC }, ++ { Opt_errors, "remount-ro", EXFAT_ERRORS_RO }, ++ {} ++}; ++ ++static const struct fs_parameter_description exfat_parameters = { ++ .name = "exfat", ++ .specs = exfat_param_specs, ++ .enums = exfat_param_enums, ++}; ++ ++static int exfat_parse_param(struct fs_context *fc, struct fs_parameter *param) ++{ ++ struct exfat_sb_info *sbi = fc->s_fs_info; ++ struct exfat_mount_options *opts = &sbi->options; ++ struct fs_parse_result result; ++ int opt; ++ ++ opt = fs_parse(fc, &exfat_parameters, param, &result); ++ if (opt < 0) ++ return opt; ++ ++ switch (opt) { ++ case Opt_uid: ++ opts->fs_uid = make_kuid(current_user_ns(), result.uint_32); ++ break; ++ case Opt_gid: ++ opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); ++ break; ++ case Opt_umask: ++ opts->fs_fmask = result.uint_32; ++ opts->fs_dmask = result.uint_32; ++ break; ++ case Opt_dmask: ++ opts->fs_dmask = result.uint_32; ++ break; ++ case Opt_fmask: ++ opts->fs_fmask = result.uint_32; ++ break; ++ case Opt_allow_utime: ++ opts->allow_utime = result.uint_32 & 0022; ++ break; ++ case Opt_charset: ++ exfat_free_iocharset(sbi); ++ opts->iocharset = kstrdup(param->string, GFP_KERNEL); ++ if (!opts->iocharset) ++ return -ENOMEM; ++ break; ++ case Opt_errors: ++ opts->errors = result.uint_32; ++ break; ++ case Opt_discard: ++ opts->discard = 1; ++ break; ++ case Opt_time_offset: ++ /* ++ * Make the limit 24 just in case someone invents something ++ * unusual. ++ */ ++ if (result.int_32 < -24 * 60 || result.int_32 > 24 * 60) ++ return -EINVAL; ++ opts->time_offset = result.int_32; ++ break; ++ default: ++ return -EINVAL; ++ } ++ ++ return 0; ++} ++ ++static void exfat_hash_init(struct super_block *sb) ++{ ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ int i; ++ ++ spin_lock_init(&sbi->inode_hash_lock); ++ for (i = 0; i < EXFAT_HASH_SIZE; i++) ++ INIT_HLIST_HEAD(&sbi->inode_hashtable[i]); ++} ++ ++static int exfat_read_root(struct inode *inode) ++{ ++ struct super_block *sb = inode->i_sb; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ struct exfat_inode_info *ei = EXFAT_I(inode); ++ struct exfat_chain cdir; ++ int num_subdirs, num_clu = 0; ++ ++ exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); ++ ei->entry = -1; ++ ei->start_clu = sbi->root_dir; ++ ei->flags = ALLOC_FAT_CHAIN; ++ ei->type = TYPE_DIR; ++ ei->version = 0; ++ ei->rwoffset = 0; ++ ei->hint_bmap.off = EXFAT_EOF_CLUSTER; ++ ei->hint_stat.eidx = 0; ++ ei->hint_stat.clu = sbi->root_dir; ++ ei->hint_femp.eidx = EXFAT_HINT_NONE; ++ ++ exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); ++ if (exfat_count_num_clusters(sb, &cdir, &num_clu)) ++ return -EIO; ++ i_size_write(inode, num_clu << sbi->cluster_size_bits); ++ ++ num_subdirs = exfat_count_dir_entries(sb, &cdir); ++ if (num_subdirs < 0) ++ return -EIO; ++ set_nlink(inode, num_subdirs + EXFAT_MIN_SUBDIR); ++ ++ inode->i_uid = sbi->options.fs_uid; ++ inode->i_gid = sbi->options.fs_gid; ++ inode_inc_iversion(inode); ++ inode->i_generation = 0; ++ inode->i_mode = exfat_make_mode(sbi, ATTR_SUBDIR, 0777); ++ inode->i_op = &exfat_dir_inode_operations; ++ inode->i_fop = &exfat_dir_operations; ++ ++ inode->i_blocks = ((i_size_read(inode) + (sbi->cluster_size - 1)) ++ & ~(sbi->cluster_size - 1)) >> inode->i_blkbits; ++ EXFAT_I(inode)->i_pos = ((loff_t)sbi->root_dir << 32) | 0xffffffff; ++ EXFAT_I(inode)->i_size_aligned = i_size_read(inode); ++ EXFAT_I(inode)->i_size_ondisk = i_size_read(inode); ++ ++ exfat_save_attr(inode, ATTR_SUBDIR); ++ inode->i_mtime = inode->i_atime = inode->i_ctime = ei->i_crtime = ++ current_time(inode); ++ exfat_cache_init_inode(inode); ++ return 0; ++} ++ ++static struct pbr *exfat_read_pbr_with_logical_sector(struct super_block *sb, ++ struct buffer_head **prev_bh) ++{ ++ struct pbr *p_pbr = (struct pbr *) (*prev_bh)->b_data; ++ unsigned short logical_sect = 0; ++ ++ logical_sect = 1 << p_pbr->bsx.f64.sect_size_bits; ++ ++ if (!is_power_of_2(logical_sect) || ++ logical_sect < 512 || logical_sect > 4096) { ++ exfat_msg(sb, KERN_ERR, "bogus logical sector size %u", ++ logical_sect); ++ return NULL; ++ } ++ ++ if (logical_sect < sb->s_blocksize) { ++ exfat_msg(sb, KERN_ERR, ++ "logical sector size too small for device (logical sector size = %u)", ++ logical_sect); ++ return NULL; ++ } ++ ++ if (logical_sect > sb->s_blocksize) { ++ struct buffer_head *bh = NULL; ++ ++ __brelse(*prev_bh); ++ *prev_bh = NULL; ++ ++ if (!sb_set_blocksize(sb, logical_sect)) { ++ exfat_msg(sb, KERN_ERR, ++ "unable to set blocksize %u", logical_sect); ++ return NULL; ++ } ++ bh = sb_bread(sb, 0); ++ if (!bh) { ++ exfat_msg(sb, KERN_ERR, ++ "unable to read boot sector (logical sector size = %lu)", ++ sb->s_blocksize); ++ return NULL; ++ } ++ ++ *prev_bh = bh; ++ p_pbr = (struct pbr *) bh->b_data; ++ } ++ return p_pbr; ++} ++ ++/* mount the file system volume */ ++static int __exfat_fill_super(struct super_block *sb) ++{ ++ int ret; ++ struct pbr *p_pbr; ++ struct pbr64 *p_bpb; ++ struct buffer_head *bh; ++ struct exfat_sb_info *sbi = EXFAT_SB(sb); ++ ++ /* set block size to read super block */ ++ sb_min_blocksize(sb, 512); ++ ++ /* read boot sector */ ++ bh = sb_bread(sb, 0); ++ if (!bh) { ++ exfat_msg(sb, KERN_ERR, "unable to read boot sector"); ++ return -EIO; ++ } ++ ++ /* PRB is read */ ++ p_pbr = (struct pbr *)bh->b_data; ++ ++ /* check the validity of PBR */ ++ if (le16_to_cpu((p_pbr->signature)) != PBR_SIGNATURE) { ++ exfat_msg(sb, KERN_ERR, "invalid boot record signature"); ++ ret = -EINVAL; ++ goto free_bh; ++ } ++ ++ ++ /* check logical sector size */ ++ p_pbr = exfat_read_pbr_with_logical_sector(sb, &bh); ++ if (!p_pbr) { ++ ret = -EIO; ++ goto free_bh; ++ } ++ ++ /* ++ * res_zero field must be filled with zero to prevent mounting ++ * from FAT volume. ++ */ ++ if (memchr_inv(p_pbr->bpb.f64.res_zero, 0, ++ sizeof(p_pbr->bpb.f64.res_zero))) { ++ ret = -EINVAL; ++ goto free_bh; ++ } ++ ++ p_bpb = (struct pbr64 *)p_pbr; ++ if (!p_bpb->bsx.num_fats) { ++ exfat_msg(sb, KERN_ERR, "bogus number of FAT structure"); ++ ret = -EINVAL; ++ goto free_bh; ++ } ++ ++ sbi->sect_per_clus = 1 << p_bpb->bsx.sect_per_clus_bits; ++ sbi->sect_per_clus_bits = p_bpb->bsx.sect_per_clus_bits; ++ sbi->cluster_size_bits = sbi->sect_per_clus_bits + sb->s_blocksize_bits; ++ sbi->cluster_size = 1 << sbi->cluster_size_bits; ++ sbi->num_FAT_sectors = le32_to_cpu(p_bpb->bsx.fat_length); ++ sbi->FAT1_start_sector = le32_to_cpu(p_bpb->bsx.fat_offset); ++ sbi->FAT2_start_sector = p_bpb->bsx.num_fats == 1 ? ++ sbi->FAT1_start_sector : ++ sbi->FAT1_start_sector + sbi->num_FAT_sectors; ++ sbi->data_start_sector = le32_to_cpu(p_bpb->bsx.clu_offset); ++ sbi->num_sectors = le64_to_cpu(p_bpb->bsx.vol_length); ++ /* because the cluster index starts with 2 */ ++ sbi->num_clusters = le32_to_cpu(p_bpb->bsx.clu_count) + ++ EXFAT_RESERVED_CLUSTERS; ++ ++ sbi->root_dir = le32_to_cpu(p_bpb->bsx.root_cluster); ++ sbi->dentries_per_clu = 1 << ++ (sbi->cluster_size_bits - DENTRY_SIZE_BITS); ++ ++ sbi->vol_flag = le16_to_cpu(p_bpb->bsx.vol_flags); ++ sbi->clu_srch_ptr = EXFAT_FIRST_CLUSTER; ++ sbi->used_clusters = EXFAT_CLUSTERS_UNTRACKED; ++ ++ if (le16_to_cpu(p_bpb->bsx.vol_flags) & VOL_DIRTY) { ++ sbi->vol_flag |= VOL_DIRTY; ++ exfat_msg(sb, KERN_WARNING, ++ "Volume was not properly unmounted. Some data may be corrupt. Please run fsck."); ++ } ++ ++ /* exFAT file size is limited by a disk volume size */ ++ sb->s_maxbytes = (u64)(sbi->num_clusters - EXFAT_RESERVED_CLUSTERS) << ++ sbi->cluster_size_bits; ++ ++ ret = exfat_create_upcase_table(sb); ++ if (ret) { ++ exfat_msg(sb, KERN_ERR, "failed to load upcase table"); ++ goto free_bh; ++ } ++ ++ ret = exfat_load_bitmap(sb); ++ if (ret) { ++ exfat_msg(sb, KERN_ERR, "failed to load alloc-bitmap"); ++ goto free_upcase_table; ++ } ++ ++ ret = exfat_count_used_clusters(sb, &sbi->used_clusters); ++ if (ret) { ++ exfat_msg(sb, KERN_ERR, "failed to scan clusters"); ++ goto free_alloc_bitmap; ++ } ++ ++ return 0; ++ ++free_alloc_bitmap: ++ exfat_free_bitmap(sbi); ++free_upcase_table: ++ exfat_free_upcase_table(sbi); ++free_bh: ++ brelse(bh); ++ return ret; ++} ++ ++static int exfat_fill_super(struct super_block *sb, struct fs_context *fc) ++{ ++ struct exfat_sb_info *sbi = sb->s_fs_info; ++ struct exfat_mount_options *opts = &sbi->options; ++ struct inode *root_inode; ++ int err; ++ ++ if (opts->allow_utime == (unsigned short)-1) ++ opts->allow_utime = ~opts->fs_dmask & 0022; ++ ++ if (opts->discard) { ++ struct request_queue *q = bdev_get_queue(sb->s_bdev); ++ ++ if (!blk_queue_discard(q)) ++ exfat_msg(sb, KERN_WARNING, ++ "mounting with \"discard\" option, but the device does not support discard"); ++ opts->discard = 0; ++ } ++ ++ sb->s_flags |= SB_NODIRATIME; ++ sb->s_magic = EXFAT_SUPER_MAGIC; ++ sb->s_op = &exfat_sops; ++ ++ sb->s_time_gran = 1; ++ sb->s_time_min = EXFAT_MIN_TIMESTAMP_SECS; ++ sb->s_time_max = EXFAT_MAX_TIMESTAMP_SECS; ++ ++ err = __exfat_fill_super(sb); ++ if (err) { ++ exfat_msg(sb, KERN_ERR, "failed to recognize exfat type"); ++ goto check_nls_io; ++ } ++ ++ /* set up enough so that it can read an inode */ ++ exfat_hash_init(sb); ++ ++ if (!strcmp(sbi->options.iocharset, "utf8")) ++ opts->utf8 = 1; ++ else { ++ sbi->nls_io = load_nls(sbi->options.iocharset); ++ if (!sbi->nls_io) { ++ exfat_msg(sb, KERN_ERR, "IO charset %s not found", ++ sbi->options.iocharset); ++ err = -EINVAL; ++ goto free_table; ++ } ++ } ++ ++ if (sbi->options.utf8) ++ sb->s_d_op = &exfat_utf8_dentry_ops; ++ else ++ sb->s_d_op = &exfat_dentry_ops; ++ ++ root_inode = new_inode(sb); ++ if (!root_inode) { ++ exfat_msg(sb, KERN_ERR, "failed to allocate root inode."); ++ err = -ENOMEM; ++ goto free_table; ++ } ++ ++ root_inode->i_ino = EXFAT_ROOT_INO; ++ inode_set_iversion(root_inode, 1); ++ err = exfat_read_root(root_inode); ++ if (err) { ++ exfat_msg(sb, KERN_ERR, "failed to initialize root inode."); ++ goto put_inode; ++ } ++ ++ exfat_hash_inode(root_inode, EXFAT_I(root_inode)->i_pos); ++ insert_inode_hash(root_inode); ++ ++ sb->s_root = d_make_root(root_inode); ++ if (!sb->s_root) { ++ exfat_msg(sb, KERN_ERR, "failed to get the root dentry"); ++ err = -ENOMEM; ++ goto put_inode; ++ } ++ ++ return 0; ++ ++put_inode: ++ iput(root_inode); ++ sb->s_root = NULL; ++ ++free_table: ++ exfat_free_upcase_table(sbi); ++ exfat_free_bitmap(sbi); ++ ++check_nls_io: ++ unload_nls(sbi->nls_io); ++ exfat_free_iocharset(sbi); ++ sb->s_fs_info = NULL; ++ kfree(sbi); ++ return err; ++} ++ ++static int exfat_get_tree(struct fs_context *fc) ++{ ++ return get_tree_bdev(fc, exfat_fill_super); ++} ++ ++static void exfat_free(struct fs_context *fc) ++{ ++ kfree(fc->s_fs_info); ++} ++ ++static const struct fs_context_operations exfat_context_ops = { ++ .parse_param = exfat_parse_param, ++ .get_tree = exfat_get_tree, ++ .free = exfat_free, ++}; ++ ++static int exfat_init_fs_context(struct fs_context *fc) ++{ ++ struct exfat_sb_info *sbi; ++ ++ sbi = kzalloc(sizeof(struct exfat_sb_info), GFP_KERNEL); ++ if (!sbi) ++ return -ENOMEM; ++ ++ mutex_init(&sbi->s_lock); ++ ratelimit_state_init(&sbi->ratelimit, DEFAULT_RATELIMIT_INTERVAL, ++ DEFAULT_RATELIMIT_BURST); ++ ++ sbi->options.fs_uid = current_uid(); ++ sbi->options.fs_gid = current_gid(); ++ sbi->options.fs_fmask = current->fs->umask; ++ sbi->options.fs_dmask = current->fs->umask; ++ sbi->options.allow_utime = -1; ++ sbi->options.iocharset = exfat_default_iocharset; ++ sbi->options.errors = EXFAT_ERRORS_RO; ++ ++ fc->s_fs_info = sbi; ++ fc->ops = &exfat_context_ops; ++ return 0; ++} ++ ++static struct file_system_type exfat_fs_type = { ++ .owner = THIS_MODULE, ++ .name = "exfat", ++ .init_fs_context = exfat_init_fs_context, ++ .parameters = &exfat_parameters, ++ .kill_sb = kill_block_super, ++ .fs_flags = FS_REQUIRES_DEV, ++}; ++ ++static void exfat_inode_init_once(void *foo) ++{ ++ struct exfat_inode_info *ei = (struct exfat_inode_info *)foo; ++ ++ INIT_HLIST_NODE(&ei->i_hash_fat); ++ inode_init_once(&ei->vfs_inode); ++} ++ ++static int __init init_exfat_fs(void) ++{ ++ int err; ++ ++ err = exfat_cache_init(); ++ if (err) ++ return err; ++ ++ exfat_inode_cachep = kmem_cache_create("exfat_inode_cache", ++ sizeof(struct exfat_inode_info), ++ 0, SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, ++ exfat_inode_init_once); ++ if (!exfat_inode_cachep) { ++ err = -ENOMEM; ++ goto shutdown_cache; ++ } ++ ++ err = register_filesystem(&exfat_fs_type); ++ if (err) ++ goto destroy_cache; ++ ++ return 0; ++ ++destroy_cache: ++ kmem_cache_destroy(exfat_inode_cachep); ++shutdown_cache: ++ exfat_cache_shutdown(); ++ return err; ++} ++ ++static void __exit exit_exfat_fs(void) ++{ ++ /* ++ * Make sure all delayed rcu free inodes are flushed before we ++ * destroy cache. ++ */ ++ rcu_barrier(); ++ kmem_cache_destroy(exfat_inode_cachep); ++ unregister_filesystem(&exfat_fs_type); ++ exfat_cache_shutdown(); ++} ++ ++module_init(init_exfat_fs); ++module_exit(exit_exfat_fs); ++ ++MODULE_LICENSE("GPL"); ++MODULE_DESCRIPTION("exFAT filesystem support"); ++MODULE_AUTHOR("Samsung Electronics Co., Ltd."); +-- +2.25.1 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-remove-from-staging.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-remove-from-staging.patch new file mode 100644 index 0000000000..252683728e --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-remove-from-staging.patch @@ -0,0 +1,9152 @@ + +This removes the staging driver in favour of the one being merged upstream in 5.7 + +Signed-off-by: Thomas Backlund + +--- + MAINTAINERS | 6 + drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/staging/exfat/Kconfig | 41 -- + drivers/staging/exfat/Makefile | 10 + drivers/staging/exfat/TODO | 69 --- + drivers/staging/exfat/exfat.h | 824 ---------------------------------------- + drivers/staging/exfat/exfat_blkdev.c | 136 ------ + drivers/staging/exfat/exfat_cache.c | 555 --------------------------- + drivers/staging/exfat/exfat_core.c | 2582 -------------------------------------------------------------------------------------------------------------------------------- + drivers/staging/exfat/exfat_nls.c | 212 ---------- + drivers/staging/exfat/exfat_super.c | 3883 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- + drivers/staging/exfat/exfat_upcase.c | 740 ------------------------------------ + 13 files changed, 9061 deletions(-) + +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/exfat_blkdev.c linux-5.6.3/drivers/staging/exfat/exfat_blkdev.c +--- linux-5.6.3.orig/drivers/staging/exfat/exfat_blkdev.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/exfat_blkdev.c 1970-01-01 02:00:00.000000000 +0200 +@@ -1,136 +0,0 @@ +-// SPDX-License-Identifier: GPL-2.0-or-later +-/* +- * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. +- */ +- +-#include +-#include +-#include +-#include "exfat.h" +- +-void exfat_bdev_open(struct super_block *sb) +-{ +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- if (p_bd->opened) +- return; +- +- p_bd->sector_size = bdev_logical_block_size(sb->s_bdev); +- p_bd->sector_size_bits = ilog2(p_bd->sector_size); +- p_bd->sector_size_mask = p_bd->sector_size - 1; +- p_bd->num_sectors = i_size_read(sb->s_bdev->bd_inode) >> +- p_bd->sector_size_bits; +- p_bd->opened = true; +-} +- +-void exfat_bdev_close(struct super_block *sb) +-{ +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- p_bd->opened = false; +-} +- +-int exfat_bdev_read(struct super_block *sb, sector_t secno, struct buffer_head **bh, +- u32 num_secs, bool read) +-{ +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- long flags = sbi->debug_flags; +- +- if (flags & EXFAT_DEBUGFLAGS_ERROR_RW) +- return -EIO; +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- +- if (!p_bd->opened) +- return -ENODEV; +- +- if (*bh) +- __brelse(*bh); +- +- if (read) +- *bh = __bread(sb->s_bdev, secno, +- num_secs << p_bd->sector_size_bits); +- else +- *bh = __getblk(sb->s_bdev, secno, +- num_secs << p_bd->sector_size_bits); +- +- if (*bh) +- return 0; +- +- WARN(!p_fs->dev_ejected, +- "[EXFAT] No bh, device seems wrong or to be ejected.\n"); +- +- return -EIO; +-} +- +-int exfat_bdev_write(struct super_block *sb, sector_t secno, struct buffer_head *bh, +- u32 num_secs, bool sync) +-{ +- s32 count; +- struct buffer_head *bh2; +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- long flags = sbi->debug_flags; +- +- if (flags & EXFAT_DEBUGFLAGS_ERROR_RW) +- return -EIO; +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- +- if (!p_bd->opened) +- return -ENODEV; +- +- if (secno == bh->b_blocknr) { +- lock_buffer(bh); +- set_buffer_uptodate(bh); +- mark_buffer_dirty(bh); +- unlock_buffer(bh); +- if (sync && (sync_dirty_buffer(bh) != 0)) +- return -EIO; +- } else { +- count = num_secs << p_bd->sector_size_bits; +- +- bh2 = __getblk(sb->s_bdev, secno, count); +- if (!bh2) +- goto no_bh; +- +- lock_buffer(bh2); +- memcpy(bh2->b_data, bh->b_data, count); +- set_buffer_uptodate(bh2); +- mark_buffer_dirty(bh2); +- unlock_buffer(bh2); +- if (sync && (sync_dirty_buffer(bh2) != 0)) { +- __brelse(bh2); +- goto no_bh; +- } +- __brelse(bh2); +- } +- +- return 0; +- +-no_bh: +- WARN(!p_fs->dev_ejected, +- "[EXFAT] No bh, device seems wrong or to be ejected.\n"); +- +- return -EIO; +-} +- +-int exfat_bdev_sync(struct super_block *sb) +-{ +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- long flags = sbi->debug_flags; +- +- if (flags & EXFAT_DEBUGFLAGS_ERROR_RW) +- return -EIO; +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- +- if (!p_bd->opened) +- return -ENODEV; +- +- return sync_blockdev(sb->s_bdev); +-} +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/exfat_cache.c linux-5.6.3/drivers/staging/exfat/exfat_cache.c +--- linux-5.6.3.orig/drivers/staging/exfat/exfat_cache.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/exfat_cache.c 1970-01-01 02:00:00.000000000 +0200 +@@ -1,555 +0,0 @@ +-// SPDX-License-Identifier: GPL-2.0-or-later +-/* +- * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. +- */ +- +-#include +-#include +-#include +-#include "exfat.h" +- +-#define LOCKBIT 0x01 +-#define DIRTYBIT 0x02 +- +-/* Local variables */ +-static DEFINE_MUTEX(f_mutex); +-static DEFINE_MUTEX(b_mutex); +- +-static struct buf_cache_t *FAT_cache_find(struct super_block *sb, sector_t sec) +-{ +- s32 off; +- struct buf_cache_t *bp, *hp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- off = (sec + +- (sec >> p_fs->sectors_per_clu_bits)) & (FAT_CACHE_HASH_SIZE - 1); +- +- hp = &p_fs->FAT_cache_hash_list[off]; +- for (bp = hp->hash_next; bp != hp; bp = bp->hash_next) { +- if ((bp->drv == p_fs->drv) && (bp->sec == sec)) { +- WARN(!bp->buf_bh, +- "[EXFAT] FAT_cache has no bh. It will make system panic.\n"); +- +- touch_buffer(bp->buf_bh); +- return bp; +- } +- } +- return NULL; +-} +- +-static void push_to_mru(struct buf_cache_t *bp, struct buf_cache_t *list) +-{ +- bp->next = list->next; +- bp->prev = list; +- list->next->prev = bp; +- list->next = bp; +-} +- +-static void push_to_lru(struct buf_cache_t *bp, struct buf_cache_t *list) +-{ +- bp->prev = list->prev; +- bp->next = list; +- list->prev->next = bp; +- list->prev = bp; +-} +- +-static void move_to_mru(struct buf_cache_t *bp, struct buf_cache_t *list) +-{ +- bp->prev->next = bp->next; +- bp->next->prev = bp->prev; +- push_to_mru(bp, list); +-} +- +-static void move_to_lru(struct buf_cache_t *bp, struct buf_cache_t *list) +-{ +- bp->prev->next = bp->next; +- bp->next->prev = bp->prev; +- push_to_lru(bp, list); +-} +- +-static struct buf_cache_t *FAT_cache_get(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- bp = p_fs->FAT_cache_lru_list.prev; +- +- move_to_mru(bp, &p_fs->FAT_cache_lru_list); +- return bp; +-} +- +-static void FAT_cache_insert_hash(struct super_block *sb, +- struct buf_cache_t *bp) +-{ +- s32 off; +- struct buf_cache_t *hp; +- struct fs_info_t *p_fs; +- +- p_fs = &(EXFAT_SB(sb)->fs_info); +- off = (bp->sec + +- (bp->sec >> p_fs->sectors_per_clu_bits)) & +- (FAT_CACHE_HASH_SIZE - 1); +- +- hp = &p_fs->FAT_cache_hash_list[off]; +- bp->hash_next = hp->hash_next; +- bp->hash_prev = hp; +- hp->hash_next->hash_prev = bp; +- hp->hash_next = bp; +-} +- +-static void FAT_cache_remove_hash(struct buf_cache_t *bp) +-{ +- (bp->hash_prev)->hash_next = bp->hash_next; +- (bp->hash_next)->hash_prev = bp->hash_prev; +-} +- +-static void buf_cache_insert_hash(struct super_block *sb, +- struct buf_cache_t *bp) +-{ +- s32 off; +- struct buf_cache_t *hp; +- struct fs_info_t *p_fs; +- +- p_fs = &(EXFAT_SB(sb)->fs_info); +- off = (bp->sec + +- (bp->sec >> p_fs->sectors_per_clu_bits)) & +- (BUF_CACHE_HASH_SIZE - 1); +- +- hp = &p_fs->buf_cache_hash_list[off]; +- bp->hash_next = hp->hash_next; +- bp->hash_prev = hp; +- hp->hash_next->hash_prev = bp; +- hp->hash_next = bp; +-} +- +-static void buf_cache_remove_hash(struct buf_cache_t *bp) +-{ +- (bp->hash_prev)->hash_next = bp->hash_next; +- (bp->hash_next)->hash_prev = bp->hash_prev; +-} +- +-void exfat_buf_init(struct super_block *sb) +-{ +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- int i; +- +- /* LRU list */ +- p_fs->FAT_cache_lru_list.next = &p_fs->FAT_cache_lru_list; +- p_fs->FAT_cache_lru_list.prev = &p_fs->FAT_cache_lru_list; +- +- for (i = 0; i < FAT_CACHE_SIZE; i++) { +- p_fs->FAT_cache_array[i].drv = -1; +- p_fs->FAT_cache_array[i].sec = ~0; +- p_fs->FAT_cache_array[i].flag = 0; +- p_fs->FAT_cache_array[i].buf_bh = NULL; +- p_fs->FAT_cache_array[i].prev = NULL; +- p_fs->FAT_cache_array[i].next = NULL; +- push_to_mru(&p_fs->FAT_cache_array[i], +- &p_fs->FAT_cache_lru_list); +- } +- +- p_fs->buf_cache_lru_list.next = &p_fs->buf_cache_lru_list; +- p_fs->buf_cache_lru_list.prev = &p_fs->buf_cache_lru_list; +- +- for (i = 0; i < BUF_CACHE_SIZE; i++) { +- p_fs->buf_cache_array[i].drv = -1; +- p_fs->buf_cache_array[i].sec = ~0; +- p_fs->buf_cache_array[i].flag = 0; +- p_fs->buf_cache_array[i].buf_bh = NULL; +- p_fs->buf_cache_array[i].prev = NULL; +- p_fs->buf_cache_array[i].next = NULL; +- push_to_mru(&p_fs->buf_cache_array[i], +- &p_fs->buf_cache_lru_list); +- } +- +- /* HASH list */ +- for (i = 0; i < FAT_CACHE_HASH_SIZE; i++) { +- p_fs->FAT_cache_hash_list[i].drv = -1; +- p_fs->FAT_cache_hash_list[i].sec = ~0; +- p_fs->FAT_cache_hash_list[i].hash_next = +- &p_fs->FAT_cache_hash_list[i]; +- p_fs->FAT_cache_hash_list[i].hash_prev = +- &p_fs->FAT_cache_hash_list[i]; +- } +- +- for (i = 0; i < FAT_CACHE_SIZE; i++) +- FAT_cache_insert_hash(sb, &p_fs->FAT_cache_array[i]); +- +- for (i = 0; i < BUF_CACHE_HASH_SIZE; i++) { +- p_fs->buf_cache_hash_list[i].drv = -1; +- p_fs->buf_cache_hash_list[i].sec = ~0; +- p_fs->buf_cache_hash_list[i].hash_next = +- &p_fs->buf_cache_hash_list[i]; +- p_fs->buf_cache_hash_list[i].hash_prev = +- &p_fs->buf_cache_hash_list[i]; +- } +- +- for (i = 0; i < BUF_CACHE_SIZE; i++) +- buf_cache_insert_hash(sb, &p_fs->buf_cache_array[i]); +-} +- +-void exfat_buf_shutdown(struct super_block *sb) +-{ +-} +- +-static int __exfat_fat_read(struct super_block *sb, u32 loc, u32 *content) +-{ +- s32 off; +- u32 _content; +- sector_t sec; +- u8 *fat_sector, *fat_entry; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- sec = p_fs->FAT1_start_sector + +- (loc >> (p_bd->sector_size_bits - 2)); +- off = (loc << 2) & p_bd->sector_size_mask; +- +- fat_sector = exfat_fat_getblk(sb, sec); +- if (!fat_sector) +- return -1; +- +- fat_entry = &fat_sector[off]; +- _content = GET32_A(fat_entry); +- +- if (_content >= CLUSTER_32(0xFFFFFFF8)) { +- *content = CLUSTER_32(~0); +- return 0; +- } +- *content = CLUSTER_32(_content); +- return 0; +-} +- +-/* in : sb, loc +- * out: content +- * returns 0 on success +- * -1 on error +- */ +-int exfat_fat_read(struct super_block *sb, u32 loc, u32 *content) +-{ +- s32 ret; +- +- mutex_lock(&f_mutex); +- ret = __exfat_fat_read(sb, loc, content); +- mutex_unlock(&f_mutex); +- +- return ret; +-} +- +-static s32 __exfat_fat_write(struct super_block *sb, u32 loc, u32 content) +-{ +- s32 off; +- sector_t sec; +- u8 *fat_sector, *fat_entry; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- sec = p_fs->FAT1_start_sector + (loc >> +- (p_bd->sector_size_bits - 2)); +- off = (loc << 2) & p_bd->sector_size_mask; +- +- fat_sector = exfat_fat_getblk(sb, sec); +- if (!fat_sector) +- return -1; +- +- fat_entry = &fat_sector[off]; +- +- SET32_A(fat_entry, content); +- +- exfat_fat_modify(sb, sec); +- return 0; +-} +- +-int exfat_fat_write(struct super_block *sb, u32 loc, u32 content) +-{ +- s32 ret; +- +- mutex_lock(&f_mutex); +- ret = __exfat_fat_write(sb, loc, content); +- mutex_unlock(&f_mutex); +- +- return ret; +-} +- +-u8 *exfat_fat_getblk(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- bp = FAT_cache_find(sb, sec); +- if (bp) { +- move_to_mru(bp, &p_fs->FAT_cache_lru_list); +- return bp->buf_bh->b_data; +- } +- +- bp = FAT_cache_get(sb, sec); +- +- FAT_cache_remove_hash(bp); +- +- bp->drv = p_fs->drv; +- bp->sec = sec; +- bp->flag = 0; +- +- FAT_cache_insert_hash(sb, bp); +- +- if (sector_read(sb, sec, &bp->buf_bh, 1) != 0) { +- FAT_cache_remove_hash(bp); +- bp->drv = -1; +- bp->sec = ~0; +- bp->flag = 0; +- bp->buf_bh = NULL; +- +- move_to_lru(bp, &p_fs->FAT_cache_lru_list); +- return NULL; +- } +- +- return bp->buf_bh->b_data; +-} +- +-void exfat_fat_modify(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- +- bp = FAT_cache_find(sb, sec); +- if (bp) +- sector_write(sb, sec, bp->buf_bh, 0); +-} +- +-void exfat_fat_release_all(struct super_block *sb) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- mutex_lock(&f_mutex); +- +- bp = p_fs->FAT_cache_lru_list.next; +- while (bp != &p_fs->FAT_cache_lru_list) { +- if (bp->drv == p_fs->drv) { +- bp->drv = -1; +- bp->sec = ~0; +- bp->flag = 0; +- +- if (bp->buf_bh) { +- __brelse(bp->buf_bh); +- bp->buf_bh = NULL; +- } +- } +- bp = bp->next; +- } +- +- mutex_unlock(&f_mutex); +-} +- +-void exfat_fat_sync(struct super_block *sb) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- mutex_lock(&f_mutex); +- +- bp = p_fs->FAT_cache_lru_list.next; +- while (bp != &p_fs->FAT_cache_lru_list) { +- if ((bp->drv == p_fs->drv) && (bp->flag & DIRTYBIT)) { +- sync_dirty_buffer(bp->buf_bh); +- bp->flag &= ~(DIRTYBIT); +- } +- bp = bp->next; +- } +- +- mutex_unlock(&f_mutex); +-} +- +-static struct buf_cache_t *buf_cache_find(struct super_block *sb, sector_t sec) +-{ +- s32 off; +- struct buf_cache_t *bp, *hp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- off = (sec + (sec >> p_fs->sectors_per_clu_bits)) & +- (BUF_CACHE_HASH_SIZE - 1); +- +- hp = &p_fs->buf_cache_hash_list[off]; +- for (bp = hp->hash_next; bp != hp; bp = bp->hash_next) { +- if ((bp->drv == p_fs->drv) && (bp->sec == sec)) { +- touch_buffer(bp->buf_bh); +- return bp; +- } +- } +- return NULL; +-} +- +-static struct buf_cache_t *buf_cache_get(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- bp = p_fs->buf_cache_lru_list.prev; +- while (bp->flag & LOCKBIT) +- bp = bp->prev; +- +- move_to_mru(bp, &p_fs->buf_cache_lru_list); +- return bp; +-} +- +-static u8 *__exfat_buf_getblk(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- bp = buf_cache_find(sb, sec); +- if (bp) { +- move_to_mru(bp, &p_fs->buf_cache_lru_list); +- return bp->buf_bh->b_data; +- } +- +- bp = buf_cache_get(sb, sec); +- +- buf_cache_remove_hash(bp); +- +- bp->drv = p_fs->drv; +- bp->sec = sec; +- bp->flag = 0; +- +- buf_cache_insert_hash(sb, bp); +- +- if (sector_read(sb, sec, &bp->buf_bh, 1) != 0) { +- buf_cache_remove_hash(bp); +- bp->drv = -1; +- bp->sec = ~0; +- bp->flag = 0; +- bp->buf_bh = NULL; +- +- move_to_lru(bp, &p_fs->buf_cache_lru_list); +- return NULL; +- } +- +- return bp->buf_bh->b_data; +-} +- +-u8 *exfat_buf_getblk(struct super_block *sb, sector_t sec) +-{ +- u8 *buf; +- +- mutex_lock(&b_mutex); +- buf = __exfat_buf_getblk(sb, sec); +- mutex_unlock(&b_mutex); +- +- return buf; +-} +- +-void exfat_buf_modify(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- +- mutex_lock(&b_mutex); +- +- bp = buf_cache_find(sb, sec); +- if (likely(bp)) +- sector_write(sb, sec, bp->buf_bh, 0); +- +- WARN(!bp, "[EXFAT] failed to find buffer_cache(sector:%llu).\n", +- (unsigned long long)sec); +- +- mutex_unlock(&b_mutex); +-} +- +-void exfat_buf_lock(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- +- mutex_lock(&b_mutex); +- +- bp = buf_cache_find(sb, sec); +- if (likely(bp)) +- bp->flag |= LOCKBIT; +- +- WARN(!bp, "[EXFAT] failed to find buffer_cache(sector:%llu).\n", +- (unsigned long long)sec); +- +- mutex_unlock(&b_mutex); +-} +- +-void exfat_buf_unlock(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- +- mutex_lock(&b_mutex); +- +- bp = buf_cache_find(sb, sec); +- if (likely(bp)) +- bp->flag &= ~(LOCKBIT); +- +- WARN(!bp, "[EXFAT] failed to find buffer_cache(sector:%llu).\n", +- (unsigned long long)sec); +- +- mutex_unlock(&b_mutex); +-} +- +-void exfat_buf_release(struct super_block *sb, sector_t sec) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- mutex_lock(&b_mutex); +- +- bp = buf_cache_find(sb, sec); +- if (likely(bp)) { +- bp->drv = -1; +- bp->sec = ~0; +- bp->flag = 0; +- +- if (bp->buf_bh) { +- __brelse(bp->buf_bh); +- bp->buf_bh = NULL; +- } +- +- move_to_lru(bp, &p_fs->buf_cache_lru_list); +- } +- +- mutex_unlock(&b_mutex); +-} +- +-void exfat_buf_release_all(struct super_block *sb) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- mutex_lock(&b_mutex); +- +- bp = p_fs->buf_cache_lru_list.next; +- while (bp != &p_fs->buf_cache_lru_list) { +- if (bp->drv == p_fs->drv) { +- bp->drv = -1; +- bp->sec = ~0; +- bp->flag = 0; +- +- if (bp->buf_bh) { +- __brelse(bp->buf_bh); +- bp->buf_bh = NULL; +- } +- } +- bp = bp->next; +- } +- +- mutex_unlock(&b_mutex); +-} +- +-void exfat_buf_sync(struct super_block *sb) +-{ +- struct buf_cache_t *bp; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- mutex_lock(&b_mutex); +- +- bp = p_fs->buf_cache_lru_list.next; +- while (bp != &p_fs->buf_cache_lru_list) { +- if ((bp->drv == p_fs->drv) && (bp->flag & DIRTYBIT)) { +- sync_dirty_buffer(bp->buf_bh); +- bp->flag &= ~(DIRTYBIT); +- } +- bp = bp->next; +- } +- +- mutex_unlock(&b_mutex); +-} +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/exfat_core.c linux-5.6.3/drivers/staging/exfat/exfat_core.c +--- linux-5.6.3.orig/drivers/staging/exfat/exfat_core.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/exfat_core.c 1970-01-01 02:00:00.000000000 +0200 +@@ -1,2582 +0,0 @@ +-// SPDX-License-Identifier: GPL-2.0-or-later +-/* +- * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. +- */ +- +-#include +-#include +-#include +-#include +-#include +-#include +-#include "exfat.h" +- +-static void __set_sb_dirty(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- sbi->s_dirt = 1; +-} +- +-static u8 name_buf[MAX_PATH_LENGTH * MAX_CHARSET_SIZE]; +- +-static u8 free_bit[] = { +- 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, /* 0 ~ 19 */ +- 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3, /* 20 ~ 39 */ +- 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, /* 40 ~ 59 */ +- 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, /* 60 ~ 79 */ +- 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, /* 80 ~ 99 */ +- 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, /* 100 ~ 119 */ +- 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, /* 120 ~ 139 */ +- 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, /* 140 ~ 159 */ +- 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, /* 160 ~ 179 */ +- 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, /* 180 ~ 199 */ +- 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, /* 200 ~ 219 */ +- 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, /* 220 ~ 239 */ +- 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0 /* 240 ~ 254 */ +-}; +- +-static u8 used_bit[] = { +- 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4, 1, 2, 2, 3, /* 0 ~ 19 */ +- 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, 1, 2, 2, 3, 2, 3, 3, 4, /* 20 ~ 39 */ +- 2, 3, 3, 4, 3, 4, 4, 5, 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, /* 40 ~ 59 */ +- 4, 5, 5, 6, 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, 3, 4, 4, 5, /* 60 ~ 79 */ +- 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, 2, 3, 3, 4, /* 80 ~ 99 */ +- 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, 3, 4, 4, 5, 4, 5, 5, 6, /* 100 ~ 119 */ +- 4, 5, 5, 6, 5, 6, 6, 7, 1, 2, 2, 3, 2, 3, 3, 4, 2, 3, 3, 4, /* 120 ~ 139 */ +- 3, 4, 4, 5, 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, /* 140 ~ 159 */ +- 2, 3, 3, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 5, 5, 6, 3, 4, 4, 5, /* 160 ~ 179 */ +- 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, 2, 3, 3, 4, 3, 4, 4, 5, /* 180 ~ 199 */ +- 3, 4, 4, 5, 4, 5, 5, 6, 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, /* 200 ~ 219 */ +- 5, 6, 6, 7, 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 5, 6, 6, 7, /* 220 ~ 239 */ +- 4, 5, 5, 6, 5, 6, 6, 7, 5, 6, 6, 7, 6, 7, 7, 8 /* 240 ~ 255 */ +-}; +- +-#define BITMAP_LOC(v) ((v) >> 3) +-#define BITMAP_SHIFT(v) ((v) & 0x07) +- +-static inline s32 exfat_bitmap_test(u8 *bitmap, int i) +-{ +- u8 data; +- +- data = bitmap[BITMAP_LOC(i)]; +- if ((data >> BITMAP_SHIFT(i)) & 0x01) +- return 1; +- return 0; +-} +- +-static inline void exfat_bitmap_set(u8 *bitmap, int i) +-{ +- bitmap[BITMAP_LOC(i)] |= (0x01 << BITMAP_SHIFT(i)); +-} +- +-static inline void exfat_bitmap_clear(u8 *bitmap, int i) +-{ +- bitmap[BITMAP_LOC(i)] &= ~(0x01 << BITMAP_SHIFT(i)); +-} +- +-/* +- * File System Management Functions +- */ +- +-void fs_set_vol_flags(struct super_block *sb, u32 new_flag) +-{ +- struct pbr_sector_t *p_pbr; +- struct bpbex_t *p_bpb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (p_fs->vol_flag == new_flag) +- return; +- +- p_fs->vol_flag = new_flag; +- +- if (!p_fs->pbr_bh) { +- if (sector_read(sb, p_fs->PBR_sector, +- &p_fs->pbr_bh, 1) != 0) +- return; +- } +- +- p_pbr = (struct pbr_sector_t *)p_fs->pbr_bh->b_data; +- p_bpb = (struct bpbex_t *)p_pbr->bpb; +- SET16(p_bpb->vol_flags, (u16)new_flag); +- +- /* XXX duyoung +- * what can we do here? (cuz fs_set_vol_flags() is void) +- */ +- if ((new_flag == VOL_DIRTY) && (!buffer_dirty(p_fs->pbr_bh))) +- sector_write(sb, p_fs->PBR_sector, p_fs->pbr_bh, 1); +- else +- sector_write(sb, p_fs->PBR_sector, p_fs->pbr_bh, 0); +-} +- +-void fs_error(struct super_block *sb) +-{ +- struct exfat_mount_options *opts = &EXFAT_SB(sb)->options; +- +- if (opts->errors == EXFAT_ERRORS_PANIC) { +- panic("[EXFAT] Filesystem panic from previous error\n"); +- } else if ((opts->errors == EXFAT_ERRORS_RO) && !sb_rdonly(sb)) { +- sb->s_flags |= SB_RDONLY; +- pr_err("[EXFAT] Filesystem has been set read-only\n"); +- } +-} +- +-/* +- * Cluster Management Functions +- */ +- +-static s32 clear_cluster(struct super_block *sb, u32 clu) +-{ +- sector_t s, n; +- s32 ret = 0; +- struct buffer_head *tmp_bh = NULL; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- if (clu == CLUSTER_32(0)) { /* FAT16 root_dir */ +- s = p_fs->root_start_sector; +- n = p_fs->data_start_sector; +- } else { +- s = START_SECTOR(clu); +- n = s + p_fs->sectors_per_clu; +- } +- +- for (; s < n; s++) { +- ret = sector_read(sb, s, &tmp_bh, 0); +- if (ret != 0) +- return ret; +- +- memset((char *)tmp_bh->b_data, 0x0, p_bd->sector_size); +- ret = sector_write(sb, s, tmp_bh, 0); +- if (ret != 0) +- break; +- } +- +- brelse(tmp_bh); +- return ret; +-} +- +-static s32 set_alloc_bitmap(struct super_block *sb, u32 clu) +-{ +- int i, b; +- sector_t sector; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- i = clu >> (p_bd->sector_size_bits + 3); +- b = clu & ((p_bd->sector_size << 3) - 1); +- +- sector = START_SECTOR(p_fs->map_clu) + i; +- +- exfat_bitmap_set((u8 *)p_fs->vol_amap[i]->b_data, b); +- +- return sector_write(sb, sector, p_fs->vol_amap[i], 0); +-} +- +-static s32 clr_alloc_bitmap(struct super_block *sb, u32 clu) +-{ +- int i, b; +- sector_t sector; +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct exfat_mount_options *opts = &sbi->options; +- int ret; +-#endif /* CONFIG_STAGING_EXFAT_DISCARD */ +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- i = clu >> (p_bd->sector_size_bits + 3); +- b = clu & ((p_bd->sector_size << 3) - 1); +- +- sector = START_SECTOR(p_fs->map_clu) + i; +- +- exfat_bitmap_clear((u8 *)p_fs->vol_amap[i]->b_data, b); +- +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- if (opts->discard) { +- ret = sb_issue_discard(sb, START_SECTOR(clu), +- (1 << p_fs->sectors_per_clu_bits), +- GFP_NOFS, 0); +- if (ret == -EOPNOTSUPP) { +- pr_warn("discard not supported by device, disabling"); +- opts->discard = 0; +- } else { +- return ret; +- } +- } +-#endif /* CONFIG_STAGING_EXFAT_DISCARD */ +- +- return sector_write(sb, sector, p_fs->vol_amap[i], 0); +-} +- +-static u32 test_alloc_bitmap(struct super_block *sb, u32 clu) +-{ +- int i, map_i, map_b; +- u32 clu_base, clu_free; +- u8 k, clu_mask; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- clu_base = (clu & ~(0x7)) + 2; +- clu_mask = (1 << (clu - clu_base + 2)) - 1; +- +- map_i = clu >> (p_bd->sector_size_bits + 3); +- map_b = (clu >> 3) & p_bd->sector_size_mask; +- +- for (i = 2; i < p_fs->num_clusters; i += 8) { +- k = *(((u8 *)p_fs->vol_amap[map_i]->b_data) + map_b); +- if (clu_mask > 0) { +- k |= clu_mask; +- clu_mask = 0; +- } +- if (k < 0xFF) { +- clu_free = clu_base + free_bit[k]; +- if (clu_free < p_fs->num_clusters) +- return clu_free; +- } +- clu_base += 8; +- +- if (((++map_b) >= p_bd->sector_size) || +- (clu_base >= p_fs->num_clusters)) { +- if ((++map_i) >= p_fs->map_sectors) { +- clu_base = 2; +- map_i = 0; +- } +- map_b = 0; +- } +- } +- +- return CLUSTER_32(~0); +-} +- +-s32 exfat_alloc_cluster(struct super_block *sb, s32 num_alloc, +- struct chain_t *p_chain) +-{ +- s32 num_clusters = 0; +- u32 hint_clu, new_clu, last_clu = CLUSTER_32(~0); +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- hint_clu = p_chain->dir; +- if (hint_clu == CLUSTER_32(~0)) { +- hint_clu = test_alloc_bitmap(sb, p_fs->clu_srch_ptr - 2); +- if (hint_clu == CLUSTER_32(~0)) +- return 0; +- } else if (hint_clu >= p_fs->num_clusters) { +- hint_clu = 2; +- p_chain->flags = 0x01; +- } +- +- __set_sb_dirty(sb); +- +- p_chain->dir = CLUSTER_32(~0); +- +- while ((new_clu = test_alloc_bitmap(sb, hint_clu - 2)) != CLUSTER_32(~0)) { +- if (new_clu != hint_clu) { +- if (p_chain->flags == 0x03) { +- exfat_chain_cont_cluster(sb, p_chain->dir, +- num_clusters); +- p_chain->flags = 0x01; +- } +- } +- +- if (set_alloc_bitmap(sb, new_clu - 2) != 0) +- return -EIO; +- +- num_clusters++; +- +- if (p_chain->flags == 0x01) { +- if (exfat_fat_write(sb, new_clu, CLUSTER_32(~0)) < 0) +- return -EIO; +- } +- +- if (p_chain->dir == CLUSTER_32(~0)) { +- p_chain->dir = new_clu; +- } else { +- if (p_chain->flags == 0x01) { +- if (exfat_fat_write(sb, last_clu, new_clu) < 0) +- return -EIO; +- } +- } +- last_clu = new_clu; +- +- if ((--num_alloc) == 0) { +- p_fs->clu_srch_ptr = hint_clu; +- if (p_fs->used_clusters != UINT_MAX) +- p_fs->used_clusters += num_clusters; +- +- p_chain->size += num_clusters; +- return num_clusters; +- } +- +- hint_clu = new_clu + 1; +- if (hint_clu >= p_fs->num_clusters) { +- hint_clu = 2; +- +- if (p_chain->flags == 0x03) { +- exfat_chain_cont_cluster(sb, p_chain->dir, +- num_clusters); +- p_chain->flags = 0x01; +- } +- } +- } +- +- p_fs->clu_srch_ptr = hint_clu; +- if (p_fs->used_clusters != UINT_MAX) +- p_fs->used_clusters += num_clusters; +- +- p_chain->size += num_clusters; +- return num_clusters; +-} +- +-void exfat_free_cluster(struct super_block *sb, struct chain_t *p_chain, +- s32 do_relse) +-{ +- s32 num_clusters = 0; +- u32 clu; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- int i; +- sector_t sector; +- +- if ((p_chain->dir == CLUSTER_32(0)) || (p_chain->dir == CLUSTER_32(~0))) +- return; +- +- if (p_chain->size <= 0) { +- pr_err("[EXFAT] free_cluster : skip free-req clu:%u, because of zero-size truncation\n", +- p_chain->dir); +- return; +- } +- +- __set_sb_dirty(sb); +- clu = p_chain->dir; +- +- if (p_chain->flags == 0x03) { +- do { +- if (do_relse) { +- sector = START_SECTOR(clu); +- for (i = 0; i < p_fs->sectors_per_clu; i++) +- exfat_buf_release(sb, sector + i); +- } +- +- if (clr_alloc_bitmap(sb, clu - 2) != 0) +- break; +- clu++; +- +- num_clusters++; +- } while (num_clusters < p_chain->size); +- } else { +- do { +- if (p_fs->dev_ejected) +- break; +- +- if (do_relse) { +- sector = START_SECTOR(clu); +- for (i = 0; i < p_fs->sectors_per_clu; i++) +- exfat_buf_release(sb, sector + i); +- } +- +- if (clr_alloc_bitmap(sb, clu - 2) != 0) +- break; +- +- if (exfat_fat_read(sb, clu, &clu) == -1) +- break; +- num_clusters++; +- } while ((clu != CLUSTER_32(0)) && (clu != CLUSTER_32(~0))); +- } +- +- if (p_fs->used_clusters != UINT_MAX) +- p_fs->used_clusters -= num_clusters; +-} +- +-static u32 find_last_cluster(struct super_block *sb, struct chain_t *p_chain) +-{ +- u32 clu, next; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- clu = p_chain->dir; +- +- if (p_chain->flags == 0x03) { +- clu += p_chain->size - 1; +- } else { +- while ((exfat_fat_read(sb, clu, &next) == 0) && +- (next != CLUSTER_32(~0))) { +- if (p_fs->dev_ejected) +- break; +- clu = next; +- } +- } +- +- return clu; +-} +- +-s32 count_num_clusters(struct super_block *sb, struct chain_t *p_chain) +-{ +- int i, count = 0; +- u32 clu; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if ((p_chain->dir == CLUSTER_32(0)) || (p_chain->dir == CLUSTER_32(~0))) +- return 0; +- +- clu = p_chain->dir; +- +- if (p_chain->flags == 0x03) { +- count = p_chain->size; +- } else { +- for (i = 2; i < p_fs->num_clusters; i++) { +- count++; +- if (exfat_fat_read(sb, clu, &clu) != 0) +- return 0; +- if (clu == CLUSTER_32(~0)) +- break; +- } +- } +- +- return count; +-} +- +-s32 exfat_count_used_clusters(struct super_block *sb) +-{ +- int i, map_i, map_b, count = 0; +- u8 k; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- map_i = 0; +- map_b = 0; +- +- for (i = 2; i < p_fs->num_clusters; i += 8) { +- k = *(((u8 *)p_fs->vol_amap[map_i]->b_data) + map_b); +- count += used_bit[k]; +- +- if ((++map_b) >= p_bd->sector_size) { +- map_i++; +- map_b = 0; +- } +- } +- +- return count; +-} +- +-void exfat_chain_cont_cluster(struct super_block *sb, u32 chain, s32 len) +-{ +- if (len == 0) +- return; +- +- while (len > 1) { +- if (exfat_fat_write(sb, chain, chain + 1) < 0) +- break; +- chain++; +- len--; +- } +- exfat_fat_write(sb, chain, CLUSTER_32(~0)); +-} +- +-/* +- * Allocation Bitmap Management Functions +- */ +- +-s32 load_alloc_bitmap(struct super_block *sb) +-{ +- int i, j, ret; +- u32 map_size; +- u32 type; +- sector_t sector; +- struct chain_t clu; +- struct bmap_dentry_t *ep; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- clu.dir = p_fs->root_dir; +- clu.flags = 0x01; +- +- while (clu.dir != CLUSTER_32(~0)) { +- if (p_fs->dev_ejected) +- break; +- +- for (i = 0; i < p_fs->dentries_per_clu; i++) { +- ep = (struct bmap_dentry_t *)get_entry_in_dir(sb, &clu, +- i, NULL); +- if (!ep) +- return -ENOENT; +- +- type = exfat_get_entry_type((struct dentry_t *)ep); +- +- if (type == TYPE_UNUSED) +- break; +- if (type != TYPE_BITMAP) +- continue; +- +- if (ep->flags == 0x0) { +- p_fs->map_clu = GET32_A(ep->start_clu); +- map_size = (u32)GET64_A(ep->size); +- +- p_fs->map_sectors = ((map_size - 1) >> p_bd->sector_size_bits) + 1; +- +- p_fs->vol_amap = kmalloc_array(p_fs->map_sectors, +- sizeof(struct buffer_head *), +- GFP_KERNEL); +- if (!p_fs->vol_amap) +- return -ENOMEM; +- +- sector = START_SECTOR(p_fs->map_clu); +- +- for (j = 0; j < p_fs->map_sectors; j++) { +- p_fs->vol_amap[j] = NULL; +- ret = sector_read(sb, sector + j, &p_fs->vol_amap[j], 1); +- if (ret != 0) { +- /* release all buffers and free vol_amap */ +- i = 0; +- while (i < j) +- brelse(p_fs->vol_amap[i++]); +- +- kfree(p_fs->vol_amap); +- p_fs->vol_amap = NULL; +- return ret; +- } +- } +- +- p_fs->pbr_bh = NULL; +- return 0; +- } +- } +- +- if (exfat_fat_read(sb, clu.dir, &clu.dir) != 0) +- return -EIO; +- } +- +- return -EFSCORRUPTED; +-} +- +-void free_alloc_bitmap(struct super_block *sb) +-{ +- int i; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- brelse(p_fs->pbr_bh); +- +- for (i = 0; i < p_fs->map_sectors; i++) +- __brelse(p_fs->vol_amap[i]); +- +- kfree(p_fs->vol_amap); +- p_fs->vol_amap = NULL; +-} +- +-void sync_alloc_bitmap(struct super_block *sb) +-{ +- int i; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (!p_fs->vol_amap) +- return; +- +- for (i = 0; i < p_fs->map_sectors; i++) +- sync_dirty_buffer(p_fs->vol_amap[i]); +-} +- +-/* +- * Upcase table Management Functions +- */ +-static s32 __load_upcase_table(struct super_block *sb, sector_t sector, +- u32 num_sectors, u32 utbl_checksum) +-{ +- int i, ret = -EINVAL; +- u32 j; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- struct buffer_head *tmp_bh = NULL; +- sector_t end_sector = num_sectors + sector; +- +- bool skip = false; +- u32 index = 0; +- u16 uni = 0; +- u16 **upcase_table; +- +- u32 checksum = 0; +- +- upcase_table = kmalloc_array(UTBL_COL_COUNT, sizeof(u16 *), GFP_KERNEL); +- p_fs->vol_utbl = upcase_table; +- if (!upcase_table) +- return -ENOMEM; +- memset(upcase_table, 0, UTBL_COL_COUNT * sizeof(u16 *)); +- +- while (sector < end_sector) { +- ret = sector_read(sb, sector, &tmp_bh, 1); +- if (ret != 0) { +- pr_debug("sector read (0x%llX)fail\n", +- (unsigned long long)sector); +- goto error; +- } +- sector++; +- +- for (i = 0; i < p_bd->sector_size && index <= 0xFFFF; i += 2) { +- uni = GET16(((u8 *)tmp_bh->b_data) + i); +- +- checksum = ((checksum & 1) ? 0x80000000 : 0) + +- (checksum >> 1) + *(((u8 *)tmp_bh->b_data) + +- i); +- checksum = ((checksum & 1) ? 0x80000000 : 0) + +- (checksum >> 1) + *(((u8 *)tmp_bh->b_data) + +- (i + 1)); +- +- if (skip) { +- pr_debug("skip from 0x%X ", index); +- index += uni; +- pr_debug("to 0x%X (amount of 0x%X)\n", +- index, uni); +- skip = false; +- } else if (uni == index) { +- index++; +- } else if (uni == 0xFFFF) { +- skip = true; +- } else { /* uni != index , uni != 0xFFFF */ +- u16 col_index = get_col_index(index); +- +- if (!upcase_table[col_index]) { +- pr_debug("alloc = 0x%X\n", col_index); +- upcase_table[col_index] = kmalloc_array(UTBL_ROW_COUNT, +- sizeof(u16), GFP_KERNEL); +- if (!upcase_table[col_index]) { +- ret = -ENOMEM; +- goto error; +- } +- +- for (j = 0; j < UTBL_ROW_COUNT; j++) +- upcase_table[col_index][j] = (col_index << LOW_INDEX_BIT) | j; +- } +- +- upcase_table[col_index][get_row_index(index)] = uni; +- index++; +- } +- } +- } +- if (index >= 0xFFFF && utbl_checksum == checksum) { +- if (tmp_bh) +- brelse(tmp_bh); +- return 0; +- } +- ret = -EINVAL; +-error: +- if (tmp_bh) +- brelse(tmp_bh); +- free_upcase_table(sb); +- return ret; +-} +- +-static s32 __load_default_upcase_table(struct super_block *sb) +-{ +- int i, ret = -EINVAL; +- u32 j; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- bool skip = false; +- u32 index = 0; +- u16 uni = 0; +- u16 **upcase_table; +- +- upcase_table = kmalloc_array(UTBL_COL_COUNT, sizeof(u16 *), GFP_KERNEL); +- p_fs->vol_utbl = upcase_table; +- if (!upcase_table) +- return -ENOMEM; +- memset(upcase_table, 0, UTBL_COL_COUNT * sizeof(u16 *)); +- +- for (i = 0; index <= 0xFFFF && i < NUM_UPCASE * 2; i += 2) { +- uni = GET16(uni_upcase + i); +- if (skip) { +- pr_debug("skip from 0x%X ", index); +- index += uni; +- pr_debug("to 0x%X (amount of 0x%X)\n", index, uni); +- skip = false; +- } else if (uni == index) { +- index++; +- } else if (uni == 0xFFFF) { +- skip = true; +- } else { /* uni != index , uni != 0xFFFF */ +- u16 col_index = get_col_index(index); +- +- if (!upcase_table[col_index]) { +- pr_debug("alloc = 0x%X\n", col_index); +- upcase_table[col_index] = kmalloc_array(UTBL_ROW_COUNT, +- sizeof(u16), +- GFP_KERNEL); +- if (!upcase_table[col_index]) { +- ret = -ENOMEM; +- goto error; +- } +- +- for (j = 0; j < UTBL_ROW_COUNT; j++) +- upcase_table[col_index][j] = (col_index << LOW_INDEX_BIT) | j; +- } +- +- upcase_table[col_index][get_row_index(index)] = uni; +- index++; +- } +- } +- +- if (index >= 0xFFFF) +- return 0; +- +-error: +- /* FATAL error: default upcase table has error */ +- free_upcase_table(sb); +- return ret; +-} +- +-s32 load_upcase_table(struct super_block *sb) +-{ +- int i; +- u32 tbl_clu, tbl_size; +- sector_t sector; +- u32 type, num_sectors; +- struct chain_t clu; +- struct case_dentry_t *ep; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- clu.dir = p_fs->root_dir; +- clu.flags = 0x01; +- +- if (p_fs->dev_ejected) +- return -EIO; +- +- while (clu.dir != CLUSTER_32(~0)) { +- for (i = 0; i < p_fs->dentries_per_clu; i++) { +- ep = (struct case_dentry_t *)get_entry_in_dir(sb, &clu, +- i, NULL); +- if (!ep) +- return -ENOENT; +- +- type = exfat_get_entry_type((struct dentry_t *)ep); +- +- if (type == TYPE_UNUSED) +- break; +- if (type != TYPE_UPCASE) +- continue; +- +- tbl_clu = GET32_A(ep->start_clu); +- tbl_size = (u32)GET64_A(ep->size); +- +- sector = START_SECTOR(tbl_clu); +- num_sectors = ((tbl_size - 1) >> p_bd->sector_size_bits) + 1; +- if (__load_upcase_table(sb, sector, num_sectors, +- GET32_A(ep->checksum)) != 0) +- break; +- return 0; +- } +- if (exfat_fat_read(sb, clu.dir, &clu.dir) != 0) +- return -EIO; +- } +- /* load default upcase table */ +- return __load_default_upcase_table(sb); +-} +- +-void free_upcase_table(struct super_block *sb) +-{ +- u32 i; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- u16 **upcase_table; +- +- upcase_table = p_fs->vol_utbl; +- for (i = 0; i < UTBL_COL_COUNT; i++) +- kfree(upcase_table[i]); +- +- kfree(p_fs->vol_utbl); +- p_fs->vol_utbl = NULL; +-} +- +-/* +- * Directory Entry Management Functions +- */ +- +-u32 exfat_get_entry_type(struct dentry_t *p_entry) +-{ +- struct file_dentry_t *ep = (struct file_dentry_t *)p_entry; +- +- if (ep->type == 0x0) { +- return TYPE_UNUSED; +- } else if (ep->type < 0x80) { +- return TYPE_DELETED; +- } else if (ep->type == 0x80) { +- return TYPE_INVALID; +- } else if (ep->type < 0xA0) { +- if (ep->type == 0x81) { +- return TYPE_BITMAP; +- } else if (ep->type == 0x82) { +- return TYPE_UPCASE; +- } else if (ep->type == 0x83) { +- return TYPE_VOLUME; +- } else if (ep->type == 0x85) { +- if (GET16_A(ep->attr) & ATTR_SUBDIR) +- return TYPE_DIR; +- else +- return TYPE_FILE; +- } +- return TYPE_CRITICAL_PRI; +- } else if (ep->type < 0xC0) { +- if (ep->type == 0xA0) +- return TYPE_GUID; +- else if (ep->type == 0xA1) +- return TYPE_PADDING; +- else if (ep->type == 0xA2) +- return TYPE_ACLTAB; +- return TYPE_BENIGN_PRI; +- } else if (ep->type < 0xE0) { +- if (ep->type == 0xC0) +- return TYPE_STREAM; +- else if (ep->type == 0xC1) +- return TYPE_EXTEND; +- else if (ep->type == 0xC2) +- return TYPE_ACL; +- return TYPE_CRITICAL_SEC; +- } +- +- return TYPE_BENIGN_SEC; +-} +- +-static void exfat_set_entry_type(struct dentry_t *p_entry, u32 type) +-{ +- struct file_dentry_t *ep = (struct file_dentry_t *)p_entry; +- +- if (type == TYPE_UNUSED) { +- ep->type = 0x0; +- } else if (type == TYPE_DELETED) { +- ep->type &= ~0x80; +- } else if (type == TYPE_STREAM) { +- ep->type = 0xC0; +- } else if (type == TYPE_EXTEND) { +- ep->type = 0xC1; +- } else if (type == TYPE_BITMAP) { +- ep->type = 0x81; +- } else if (type == TYPE_UPCASE) { +- ep->type = 0x82; +- } else if (type == TYPE_VOLUME) { +- ep->type = 0x83; +- } else if (type == TYPE_DIR) { +- ep->type = 0x85; +- SET16_A(ep->attr, ATTR_SUBDIR); +- } else if (type == TYPE_FILE) { +- ep->type = 0x85; +- SET16_A(ep->attr, ATTR_ARCHIVE); +- } else if (type == TYPE_SYMLINK) { +- ep->type = 0x85; +- SET16_A(ep->attr, ATTR_ARCHIVE | ATTR_SYMLINK); +- } +-} +- +-u32 exfat_get_entry_attr(struct dentry_t *p_entry) +-{ +- struct file_dentry_t *ep = (struct file_dentry_t *)p_entry; +- +- return (u32)GET16_A(ep->attr); +-} +- +-void exfat_set_entry_attr(struct dentry_t *p_entry, u32 attr) +-{ +- struct file_dentry_t *ep = (struct file_dentry_t *)p_entry; +- +- SET16_A(ep->attr, (u16)attr); +-} +- +-u8 exfat_get_entry_flag(struct dentry_t *p_entry) +-{ +- struct strm_dentry_t *ep = (struct strm_dentry_t *)p_entry; +- +- return ep->flags; +-} +- +-void exfat_set_entry_flag(struct dentry_t *p_entry, u8 flags) +-{ +- struct strm_dentry_t *ep = (struct strm_dentry_t *)p_entry; +- +- ep->flags = flags; +-} +- +-u32 exfat_get_entry_clu0(struct dentry_t *p_entry) +-{ +- struct strm_dentry_t *ep = (struct strm_dentry_t *)p_entry; +- +- return GET32_A(ep->start_clu); +-} +- +-void exfat_set_entry_clu0(struct dentry_t *p_entry, u32 start_clu) +-{ +- struct strm_dentry_t *ep = (struct strm_dentry_t *)p_entry; +- +- SET32_A(ep->start_clu, start_clu); +-} +- +-u64 exfat_get_entry_size(struct dentry_t *p_entry) +-{ +- struct strm_dentry_t *ep = (struct strm_dentry_t *)p_entry; +- +- return GET64_A(ep->valid_size); +-} +- +-void exfat_set_entry_size(struct dentry_t *p_entry, u64 size) +-{ +- struct strm_dentry_t *ep = (struct strm_dentry_t *)p_entry; +- +- SET64_A(ep->valid_size, size); +- SET64_A(ep->size, size); +-} +- +-void exfat_get_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, +- u8 mode) +-{ +- u16 t = 0x00, d = 0x21; +- struct file_dentry_t *ep = (struct file_dentry_t *)p_entry; +- +- switch (mode) { +- case TM_CREATE: +- t = GET16_A(ep->create_time); +- d = GET16_A(ep->create_date); +- break; +- case TM_MODIFY: +- t = GET16_A(ep->modify_time); +- d = GET16_A(ep->modify_date); +- break; +- case TM_ACCESS: +- t = GET16_A(ep->access_time); +- d = GET16_A(ep->access_date); +- break; +- } +- +- tp->sec = (t & 0x001F) << 1; +- tp->min = (t >> 5) & 0x003F; +- tp->hour = (t >> 11); +- tp->day = (d & 0x001F); +- tp->mon = (d >> 5) & 0x000F; +- tp->year = (d >> 9); +-} +- +-void exfat_set_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, +- u8 mode) +-{ +- u16 t, d; +- struct file_dentry_t *ep = (struct file_dentry_t *)p_entry; +- +- t = (tp->hour << 11) | (tp->min << 5) | (tp->sec >> 1); +- d = (tp->year << 9) | (tp->mon << 5) | tp->day; +- +- switch (mode) { +- case TM_CREATE: +- SET16_A(ep->create_time, t); +- SET16_A(ep->create_date, d); +- break; +- case TM_MODIFY: +- SET16_A(ep->modify_time, t); +- SET16_A(ep->modify_date, d); +- break; +- case TM_ACCESS: +- SET16_A(ep->access_time, t); +- SET16_A(ep->access_date, d); +- break; +- } +-} +- +-static void init_file_entry(struct file_dentry_t *ep, u32 type) +-{ +- struct timestamp_t tm, *tp; +- +- exfat_set_entry_type((struct dentry_t *)ep, type); +- +- tp = tm_current(&tm); +- exfat_set_entry_time((struct dentry_t *)ep, tp, TM_CREATE); +- exfat_set_entry_time((struct dentry_t *)ep, tp, TM_MODIFY); +- exfat_set_entry_time((struct dentry_t *)ep, tp, TM_ACCESS); +- ep->create_time_ms = 0; +- ep->modify_time_ms = 0; +- ep->access_time_ms = 0; +-} +- +-static void init_strm_entry(struct strm_dentry_t *ep, u8 flags, u32 start_clu, u64 size) +-{ +- exfat_set_entry_type((struct dentry_t *)ep, TYPE_STREAM); +- ep->flags = flags; +- SET32_A(ep->start_clu, start_clu); +- SET64_A(ep->valid_size, size); +- SET64_A(ep->size, size); +-} +- +-static void init_name_entry(struct name_dentry_t *ep, u16 *uniname) +-{ +- int i; +- +- exfat_set_entry_type((struct dentry_t *)ep, TYPE_EXTEND); +- ep->flags = 0x0; +- +- for (i = 0; i < 30; i++, i++) { +- SET16_A(ep->unicode_0_14 + i, *uniname); +- if (*uniname == 0x0) +- break; +- uniname++; +- } +-} +- +-static s32 exfat_init_dir_entry(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, u32 type, u32 start_clu, u64 size) +-{ +- sector_t sector; +- u8 flags; +- struct file_dentry_t *file_ep; +- struct strm_dentry_t *strm_ep; +- +- flags = (type == TYPE_FILE) ? 0x01 : 0x03; +- +- /* we cannot use get_entry_set_in_dir here because file ep is not initialized yet */ +- file_ep = (struct file_dentry_t *)get_entry_in_dir(sb, p_dir, entry, +- §or); +- if (!file_ep) +- return -ENOENT; +- +- strm_ep = (struct strm_dentry_t *)get_entry_in_dir(sb, p_dir, entry + 1, +- §or); +- if (!strm_ep) +- return -ENOENT; +- +- init_file_entry(file_ep, type); +- exfat_buf_modify(sb, sector); +- +- init_strm_entry(strm_ep, flags, start_clu, size); +- exfat_buf_modify(sb, sector); +- +- return 0; +-} +- +-static s32 exfat_init_ext_entry(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, s32 num_entries, +- struct uni_name_t *p_uniname, +- struct dos_name_t *p_dosname) +-{ +- int i; +- sector_t sector; +- u16 *uniname = p_uniname->name; +- struct file_dentry_t *file_ep; +- struct strm_dentry_t *strm_ep; +- struct name_dentry_t *name_ep; +- +- file_ep = (struct file_dentry_t *)get_entry_in_dir(sb, p_dir, entry, +- §or); +- if (!file_ep) +- return -ENOENT; +- +- file_ep->num_ext = (u8)(num_entries - 1); +- exfat_buf_modify(sb, sector); +- +- strm_ep = (struct strm_dentry_t *)get_entry_in_dir(sb, p_dir, entry + 1, +- §or); +- if (!strm_ep) +- return -ENOENT; +- +- strm_ep->name_len = p_uniname->name_len; +- SET16_A(strm_ep->name_hash, p_uniname->name_hash); +- exfat_buf_modify(sb, sector); +- +- for (i = 2; i < num_entries; i++) { +- name_ep = (struct name_dentry_t *)get_entry_in_dir(sb, p_dir, +- entry + i, +- §or); +- if (!name_ep) +- return -ENOENT; +- +- init_name_entry(name_ep, uniname); +- exfat_buf_modify(sb, sector); +- uniname += 15; +- } +- +- update_dir_checksum(sb, p_dir, entry); +- +- return 0; +-} +- +-void exfat_delete_dir_entry(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, s32 order, s32 num_entries) +-{ +- int i; +- sector_t sector; +- struct dentry_t *ep; +- +- for (i = order; i < num_entries; i++) { +- ep = get_entry_in_dir(sb, p_dir, entry + i, §or); +- if (!ep) +- return; +- +- exfat_set_entry_type(ep, TYPE_DELETED); +- exfat_buf_modify(sb, sector); +- } +-} +- +-void update_dir_checksum(struct super_block *sb, struct chain_t *p_dir, +- s32 entry) +-{ +- int i, num_entries; +- sector_t sector; +- u16 chksum; +- struct file_dentry_t *file_ep; +- struct dentry_t *ep; +- +- file_ep = (struct file_dentry_t *)get_entry_in_dir(sb, p_dir, entry, +- §or); +- if (!file_ep) +- return; +- +- exfat_buf_lock(sb, sector); +- +- num_entries = (s32)file_ep->num_ext + 1; +- chksum = calc_checksum_2byte((void *)file_ep, DENTRY_SIZE, 0, +- CS_DIR_ENTRY); +- +- for (i = 1; i < num_entries; i++) { +- ep = get_entry_in_dir(sb, p_dir, entry + i, NULL); +- if (!ep) { +- exfat_buf_unlock(sb, sector); +- return; +- } +- +- chksum = calc_checksum_2byte((void *)ep, DENTRY_SIZE, chksum, +- CS_DEFAULT); +- } +- +- SET16_A(file_ep->checksum, chksum); +- exfat_buf_modify(sb, sector); +- exfat_buf_unlock(sb, sector); +-} +- +-static s32 __write_partial_entries_in_entry_set(struct super_block *sb, +- struct entry_set_cache_t *es, +- sector_t sec, s32 off, u32 count) +-{ +- s32 num_entries, buf_off = (off - es->offset); +- u32 remaining_byte_in_sector, copy_entries; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- u32 clu; +- u8 *buf, *esbuf = (u8 *)&es->__buf; +- +- pr_debug("%s entered es %p sec %llu off %d count %d\n", +- __func__, es, (unsigned long long)sec, off, count); +- num_entries = count; +- +- while (num_entries) { +- /* white per sector base */ +- remaining_byte_in_sector = (1 << p_bd->sector_size_bits) - off; +- copy_entries = min_t(s32, +- remaining_byte_in_sector >> DENTRY_SIZE_BITS, +- num_entries); +- buf = exfat_buf_getblk(sb, sec); +- if (!buf) +- goto err_out; +- pr_debug("es->buf %p buf_off %u\n", esbuf, buf_off); +- pr_debug("copying %d entries from %p to sector %llu\n", +- copy_entries, (esbuf + buf_off), +- (unsigned long long)sec); +- memcpy(buf + off, esbuf + buf_off, +- copy_entries << DENTRY_SIZE_BITS); +- exfat_buf_modify(sb, sec); +- num_entries -= copy_entries; +- +- if (num_entries) { +- /* get next sector */ +- if (IS_LAST_SECTOR_IN_CLUSTER(sec)) { +- clu = GET_CLUSTER_FROM_SECTOR(sec); +- if (es->alloc_flag == 0x03) { +- clu++; +- } else { +- if (exfat_fat_read(sb, clu, &clu) == -1) +- goto err_out; +- } +- sec = START_SECTOR(clu); +- } else { +- sec++; +- } +- off = 0; +- buf_off += copy_entries << DENTRY_SIZE_BITS; +- } +- } +- +- pr_debug("%s exited successfully\n", __func__); +- return 0; +-err_out: +- pr_debug("%s failed\n", __func__); +- return -EINVAL; +-} +- +-/* write back all entries in entry set */ +-static s32 write_whole_entry_set(struct super_block *sb, struct entry_set_cache_t *es) +-{ +- return __write_partial_entries_in_entry_set(sb, es, es->sector, +- es->offset, +- es->num_entries); +-} +- +-void update_dir_checksum_with_entry_set(struct super_block *sb, +- struct entry_set_cache_t *es) +-{ +- struct dentry_t *ep; +- u16 chksum = 0; +- s32 chksum_type = CS_DIR_ENTRY, i; +- +- ep = (struct dentry_t *)&es->__buf; +- for (i = 0; i < es->num_entries; i++) { +- pr_debug("%s ep %p\n", __func__, ep); +- chksum = calc_checksum_2byte((void *)ep, DENTRY_SIZE, chksum, +- chksum_type); +- ep++; +- chksum_type = CS_DEFAULT; +- } +- +- ep = (struct dentry_t *)&es->__buf; +- SET16_A(((struct file_dentry_t *)ep)->checksum, chksum); +- write_whole_entry_set(sb, es); +-} +- +-static s32 _walk_fat_chain(struct super_block *sb, struct chain_t *p_dir, +- s32 byte_offset, u32 *clu) +-{ +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- s32 clu_offset; +- u32 cur_clu; +- +- clu_offset = byte_offset >> p_fs->cluster_size_bits; +- cur_clu = p_dir->dir; +- +- if (p_dir->flags == 0x03) { +- cur_clu += clu_offset; +- } else { +- while (clu_offset > 0) { +- if (exfat_fat_read(sb, cur_clu, &cur_clu) == -1) +- return -EIO; +- clu_offset--; +- } +- } +- +- if (clu) +- *clu = cur_clu; +- return 0; +-} +- +-static s32 find_location(struct super_block *sb, struct chain_t *p_dir, s32 entry, +- sector_t *sector, s32 *offset) +-{ +- s32 off, ret; +- u32 clu = 0; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- off = entry << DENTRY_SIZE_BITS; +- +- if (p_dir->dir == CLUSTER_32(0)) { /* FAT16 root_dir */ +- *offset = off & p_bd->sector_size_mask; +- *sector = off >> p_bd->sector_size_bits; +- *sector += p_fs->root_start_sector; +- } else { +- ret = _walk_fat_chain(sb, p_dir, off, &clu); +- if (ret != 0) +- return ret; +- +- /* byte offset in cluster */ +- off &= p_fs->cluster_size - 1; +- +- /* byte offset in sector */ +- *offset = off & p_bd->sector_size_mask; +- +- /* sector offset in cluster */ +- *sector = off >> p_bd->sector_size_bits; +- *sector += START_SECTOR(clu); +- } +- return 0; +-} +- +-struct dentry_t *get_entry_in_dir(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, sector_t *sector) +-{ +- s32 off; +- sector_t sec; +- u8 *buf; +- +- if (find_location(sb, p_dir, entry, &sec, &off) != 0) +- return NULL; +- +- buf = exfat_buf_getblk(sb, sec); +- +- if (!buf) +- return NULL; +- +- if (sector) +- *sector = sec; +- return (struct dentry_t *)(buf + off); +-} +- +-/* returns a set of dentries for a file or dir. +- * Note that this is a copy (dump) of dentries so that user should call write_entry_set() +- * to apply changes made in this entry set to the real device. +- * in: +- * sb+p_dir+entry: indicates a file/dir +- * type: specifies how many dentries should be included. +- * out: +- * file_ep: will point the first dentry(= file dentry) on success +- * return: +- * pointer of entry set on success, +- * NULL on failure. +- */ +- +-#define ES_MODE_STARTED 0 +-#define ES_MODE_GET_FILE_ENTRY 1 +-#define ES_MODE_GET_STRM_ENTRY 2 +-#define ES_MODE_GET_NAME_ENTRY 3 +-#define ES_MODE_GET_CRITICAL_SEC_ENTRY 4 +-struct entry_set_cache_t *get_entry_set_in_dir(struct super_block *sb, +- struct chain_t *p_dir, s32 entry, +- u32 type, +- struct dentry_t **file_ep) +-{ +- s32 off, ret, byte_offset; +- u32 clu = 0; +- sector_t sec; +- u32 entry_type; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- struct entry_set_cache_t *es = NULL; +- struct dentry_t *ep, *pos; +- u8 *buf; +- u8 num_entries; +- s32 mode = ES_MODE_STARTED; +- size_t bufsize; +- +- pr_debug("%s entered p_dir dir %u flags %x size %d\n", +- __func__, p_dir->dir, p_dir->flags, p_dir->size); +- +- byte_offset = entry << DENTRY_SIZE_BITS; +- ret = _walk_fat_chain(sb, p_dir, byte_offset, &clu); +- if (ret != 0) +- return NULL; +- +- /* byte offset in cluster */ +- byte_offset &= p_fs->cluster_size - 1; +- +- /* byte offset in sector */ +- off = byte_offset & p_bd->sector_size_mask; +- +- /* sector offset in cluster */ +- sec = byte_offset >> p_bd->sector_size_bits; +- sec += START_SECTOR(clu); +- +- buf = exfat_buf_getblk(sb, sec); +- if (!buf) +- goto err_out; +- +- ep = (struct dentry_t *)(buf + off); +- entry_type = exfat_get_entry_type(ep); +- +- if ((entry_type != TYPE_FILE) && (entry_type != TYPE_DIR)) +- goto err_out; +- +- if (type == ES_ALL_ENTRIES) +- num_entries = ((struct file_dentry_t *)ep)->num_ext + 1; +- else +- num_entries = type; +- +- bufsize = offsetof(struct entry_set_cache_t, __buf) + (num_entries) * +- sizeof(struct dentry_t); +- pr_debug("%s: trying to kmalloc %zx bytes for %d entries\n", __func__, +- bufsize, num_entries); +- es = kmalloc(bufsize, GFP_KERNEL); +- if (!es) +- goto err_out; +- +- es->num_entries = num_entries; +- es->sector = sec; +- es->offset = off; +- es->alloc_flag = p_dir->flags; +- +- pos = (struct dentry_t *)&es->__buf; +- +- while (num_entries) { +- /* +- * instead of copying whole sector, we will check every entry. +- * this will provide minimum stablity and consistency. +- */ +- entry_type = exfat_get_entry_type(ep); +- +- if ((entry_type == TYPE_UNUSED) || (entry_type == TYPE_DELETED)) +- goto err_out; +- +- switch (mode) { +- case ES_MODE_STARTED: +- if ((entry_type == TYPE_FILE) || (entry_type == TYPE_DIR)) +- mode = ES_MODE_GET_FILE_ENTRY; +- else +- goto err_out; +- break; +- case ES_MODE_GET_FILE_ENTRY: +- if (entry_type == TYPE_STREAM) +- mode = ES_MODE_GET_STRM_ENTRY; +- else +- goto err_out; +- break; +- case ES_MODE_GET_STRM_ENTRY: +- if (entry_type == TYPE_EXTEND) +- mode = ES_MODE_GET_NAME_ENTRY; +- else +- goto err_out; +- break; +- case ES_MODE_GET_NAME_ENTRY: +- if (entry_type == TYPE_EXTEND) +- break; +- else if (entry_type == TYPE_STREAM) +- goto err_out; +- else if (entry_type & TYPE_CRITICAL_SEC) +- mode = ES_MODE_GET_CRITICAL_SEC_ENTRY; +- else +- goto err_out; +- break; +- case ES_MODE_GET_CRITICAL_SEC_ENTRY: +- if ((entry_type == TYPE_EXTEND) || +- (entry_type == TYPE_STREAM)) +- goto err_out; +- else if ((entry_type & TYPE_CRITICAL_SEC) != +- TYPE_CRITICAL_SEC) +- goto err_out; +- break; +- } +- +- memcpy(pos, ep, sizeof(struct dentry_t)); +- +- if (--num_entries == 0) +- break; +- +- if (((off + DENTRY_SIZE) & p_bd->sector_size_mask) < +- (off & p_bd->sector_size_mask)) { +- /* get the next sector */ +- if (IS_LAST_SECTOR_IN_CLUSTER(sec)) { +- if (es->alloc_flag == 0x03) { +- clu++; +- } else { +- if (exfat_fat_read(sb, clu, &clu) == -1) +- goto err_out; +- } +- sec = START_SECTOR(clu); +- } else { +- sec++; +- } +- buf = exfat_buf_getblk(sb, sec); +- if (!buf) +- goto err_out; +- off = 0; +- ep = (struct dentry_t *)(buf); +- } else { +- ep++; +- off += DENTRY_SIZE; +- } +- pos++; +- } +- +- if (file_ep) +- *file_ep = (struct dentry_t *)&es->__buf; +- +- pr_debug("%s exiting es %p sec %llu offset %d flags %d, num_entries %u buf ptr %p\n", +- __func__, es, (unsigned long long)es->sector, es->offset, +- es->alloc_flag, es->num_entries, &es->__buf); +- return es; +-err_out: +- pr_debug("%s exited NULL (es %p)\n", __func__, es); +- kfree(es); +- return NULL; +-} +- +-void release_entry_set(struct entry_set_cache_t *es) +-{ +- pr_debug("%s es=%p\n", __func__, es); +- kfree(es); +-} +- +-/* search EMPTY CONTINUOUS "num_entries" entries */ +-static s32 search_deleted_or_unused_entry(struct super_block *sb, +- struct chain_t *p_dir, +- s32 num_entries) +-{ +- int i, dentry, num_empty = 0; +- s32 dentries_per_clu; +- u32 type; +- struct chain_t clu; +- struct dentry_t *ep; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (p_dir->dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- dentries_per_clu = p_fs->dentries_in_root; +- else +- dentries_per_clu = p_fs->dentries_per_clu; +- +- if (p_fs->hint_uentry.dir == p_dir->dir) { +- if (p_fs->hint_uentry.entry == -1) +- return -1; +- +- clu.dir = p_fs->hint_uentry.clu.dir; +- clu.size = p_fs->hint_uentry.clu.size; +- clu.flags = p_fs->hint_uentry.clu.flags; +- +- dentry = p_fs->hint_uentry.entry; +- } else { +- p_fs->hint_uentry.entry = -1; +- +- clu.dir = p_dir->dir; +- clu.size = p_dir->size; +- clu.flags = p_dir->flags; +- +- dentry = 0; +- } +- +- while (clu.dir != CLUSTER_32(~0)) { +- if (p_fs->dev_ejected) +- break; +- +- if (p_dir->dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- i = dentry % dentries_per_clu; +- else +- i = dentry & (dentries_per_clu - 1); +- +- for (; i < dentries_per_clu; i++, dentry++) { +- ep = get_entry_in_dir(sb, &clu, i, NULL); +- if (!ep) +- return -1; +- +- type = exfat_get_entry_type(ep); +- +- if (type == TYPE_UNUSED) { +- num_empty++; +- if (p_fs->hint_uentry.entry == -1) { +- p_fs->hint_uentry.dir = p_dir->dir; +- p_fs->hint_uentry.entry = dentry; +- +- p_fs->hint_uentry.clu.dir = clu.dir; +- p_fs->hint_uentry.clu.size = clu.size; +- p_fs->hint_uentry.clu.flags = clu.flags; +- } +- } else if (type == TYPE_DELETED) { +- num_empty++; +- } else { +- num_empty = 0; +- } +- +- if (num_empty >= num_entries) { +- p_fs->hint_uentry.dir = CLUSTER_32(~0); +- p_fs->hint_uentry.entry = -1; +- +- if (p_fs->vol_type == EXFAT) +- return dentry - (num_entries - 1); +- else +- return dentry; +- } +- } +- +- if (p_dir->dir == CLUSTER_32(0)) +- break; /* FAT16 root_dir */ +- +- if (clu.flags == 0x03) { +- if ((--clu.size) > 0) +- clu.dir++; +- else +- clu.dir = CLUSTER_32(~0); +- } else { +- if (exfat_fat_read(sb, clu.dir, &clu.dir) != 0) +- return -1; +- } +- } +- +- return -1; +-} +- +-static s32 find_empty_entry(struct inode *inode, struct chain_t *p_dir, s32 num_entries) +-{ +- s32 ret, dentry; +- u32 last_clu; +- sector_t sector; +- u64 size = 0; +- struct chain_t clu; +- struct dentry_t *ep = NULL; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- +- if (p_dir->dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- return search_deleted_or_unused_entry(sb, p_dir, num_entries); +- +- while ((dentry = search_deleted_or_unused_entry(sb, p_dir, num_entries)) < 0) { +- if (p_fs->dev_ejected) +- break; +- +- if (p_dir->dir != p_fs->root_dir) +- size = i_size_read(inode); +- +- last_clu = find_last_cluster(sb, p_dir); +- clu.dir = last_clu + 1; +- clu.size = 0; +- clu.flags = p_dir->flags; +- +- /* (1) allocate a cluster */ +- ret = exfat_alloc_cluster(sb, 1, &clu); +- if (ret < 1) +- return -EIO; +- +- if (clear_cluster(sb, clu.dir) != 0) +- return -EIO; +- +- /* (2) append to the FAT chain */ +- if (clu.flags != p_dir->flags) { +- exfat_chain_cont_cluster(sb, p_dir->dir, p_dir->size); +- p_dir->flags = 0x01; +- p_fs->hint_uentry.clu.flags = 0x01; +- } +- if (clu.flags == 0x01) +- if (exfat_fat_write(sb, last_clu, clu.dir) < 0) +- return -EIO; +- +- if (p_fs->hint_uentry.entry == -1) { +- p_fs->hint_uentry.dir = p_dir->dir; +- p_fs->hint_uentry.entry = p_dir->size << (p_fs->cluster_size_bits - DENTRY_SIZE_BITS); +- +- p_fs->hint_uentry.clu.dir = clu.dir; +- p_fs->hint_uentry.clu.size = 0; +- p_fs->hint_uentry.clu.flags = clu.flags; +- } +- p_fs->hint_uentry.clu.size++; +- p_dir->size++; +- +- /* (3) update the directory entry */ +- if (p_dir->dir != p_fs->root_dir) { +- size += p_fs->cluster_size; +- +- ep = get_entry_in_dir(sb, &fid->dir, +- fid->entry + 1, §or); +- if (!ep) +- return -ENOENT; +- exfat_set_entry_size(ep, size); +- exfat_set_entry_flag(ep, p_dir->flags); +- exfat_buf_modify(sb, sector); +- +- update_dir_checksum(sb, &fid->dir, +- fid->entry); +- } +- +- i_size_write(inode, i_size_read(inode) + p_fs->cluster_size); +- EXFAT_I(inode)->mmu_private += p_fs->cluster_size; +- EXFAT_I(inode)->fid.size += p_fs->cluster_size; +- EXFAT_I(inode)->fid.flags = p_dir->flags; +- inode->i_blocks += 1 << (p_fs->cluster_size_bits - 9); +- } +- +- return dentry; +-} +- +-static s32 extract_uni_name_from_name_entry(struct name_dentry_t *ep, u16 *uniname, +- s32 order) +-{ +- int i, len = 0; +- +- for (i = 0; i < 30; i += 2) { +- *uniname = GET16_A(ep->unicode_0_14 + i); +- if (*uniname == 0x0) +- return len; +- uniname++; +- len++; +- } +- +- *uniname = 0x0; +- return len; +-} +- +-/* return values of exfat_find_dir_entry() +- * >= 0 : return dir entiry position with the name in dir +- * -1 : (root dir, ".") it is the root dir itself +- * -2 : entry with the name does not exist +- */ +-s32 exfat_find_dir_entry(struct super_block *sb, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, s32 num_entries, +- struct dos_name_t *p_dosname, u32 type) +-{ +- int i = 0, dentry = 0, num_ext_entries = 0, len, step; +- s32 order = 0; +- bool is_feasible_entry = false; +- s32 dentries_per_clu, num_empty = 0; +- u32 entry_type; +- u16 entry_uniname[16], *uniname = NULL, unichar; +- struct chain_t clu; +- struct dentry_t *ep; +- struct file_dentry_t *file_ep; +- struct strm_dentry_t *strm_ep; +- struct name_dentry_t *name_ep; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (p_dir->dir == p_fs->root_dir) { +- if ((!nls_uniname_cmp(sb, p_uniname->name, +- (u16 *)UNI_CUR_DIR_NAME)) || +- (!nls_uniname_cmp(sb, p_uniname->name, +- (u16 *)UNI_PAR_DIR_NAME))) +- return -1; // special case, root directory itself +- } +- +- if (p_dir->dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- dentries_per_clu = p_fs->dentries_in_root; +- else +- dentries_per_clu = p_fs->dentries_per_clu; +- +- clu.dir = p_dir->dir; +- clu.size = p_dir->size; +- clu.flags = p_dir->flags; +- +- p_fs->hint_uentry.dir = p_dir->dir; +- p_fs->hint_uentry.entry = -1; +- +- while (clu.dir != CLUSTER_32(~0)) { +- if (p_fs->dev_ejected) +- break; +- +- while (i < dentries_per_clu) { +- ep = get_entry_in_dir(sb, &clu, i, NULL); +- if (!ep) +- return -2; +- +- entry_type = exfat_get_entry_type(ep); +- step = 1; +- +- if ((entry_type == TYPE_UNUSED) || (entry_type == TYPE_DELETED)) { +- is_feasible_entry = false; +- +- if (p_fs->hint_uentry.entry == -1) { +- num_empty++; +- +- if (num_empty == 1) { +- p_fs->hint_uentry.clu.dir = clu.dir; +- p_fs->hint_uentry.clu.size = clu.size; +- p_fs->hint_uentry.clu.flags = clu.flags; +- } +- if ((num_empty >= num_entries) || (entry_type == TYPE_UNUSED)) +- p_fs->hint_uentry.entry = dentry - (num_empty - 1); +- } +- +- if (entry_type == TYPE_UNUSED) +- return -2; +- } else { +- num_empty = 0; +- +- if ((entry_type == TYPE_FILE) || (entry_type == TYPE_DIR)) { +- file_ep = (struct file_dentry_t *)ep; +- if ((type == TYPE_ALL) || (type == entry_type)) { +- num_ext_entries = file_ep->num_ext; +- is_feasible_entry = true; +- } else { +- is_feasible_entry = false; +- step = file_ep->num_ext + 1; +- } +- } else if (entry_type == TYPE_STREAM) { +- if (is_feasible_entry) { +- strm_ep = (struct strm_dentry_t *)ep; +- if (p_uniname->name_hash == GET16_A(strm_ep->name_hash) && +- p_uniname->name_len == strm_ep->name_len) { +- order = 1; +- } else { +- is_feasible_entry = false; +- step = num_ext_entries; +- } +- } +- } else if (entry_type == TYPE_EXTEND) { +- if (is_feasible_entry) { +- name_ep = (struct name_dentry_t *)ep; +- +- if ((++order) == 2) +- uniname = p_uniname->name; +- else +- uniname += 15; +- +- len = extract_uni_name_from_name_entry(name_ep, +- entry_uniname, order); +- +- unichar = *(uniname + len); +- *(uniname + len) = 0x0; +- +- if (nls_uniname_cmp(sb, uniname, entry_uniname)) { +- is_feasible_entry = false; +- step = num_ext_entries - order + 1; +- } else if (order == num_ext_entries) { +- p_fs->hint_uentry.dir = CLUSTER_32(~0); +- p_fs->hint_uentry.entry = -1; +- return dentry - (num_ext_entries); +- } +- +- *(uniname + len) = unichar; +- } +- } else { +- is_feasible_entry = false; +- } +- } +- +- i += step; +- dentry += step; +- } +- +- i -= dentries_per_clu; +- +- if (p_dir->dir == CLUSTER_32(0)) +- break; /* FAT16 root_dir */ +- +- if (clu.flags == 0x03) { +- if ((--clu.size) > 0) +- clu.dir++; +- else +- clu.dir = CLUSTER_32(~0); +- } else { +- if (exfat_fat_read(sb, clu.dir, &clu.dir) != 0) +- return -2; +- } +- } +- +- return -2; +-} +- +-s32 exfat_count_ext_entries(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, struct dentry_t *p_entry) +-{ +- int i, count = 0; +- u32 type; +- struct file_dentry_t *file_ep = (struct file_dentry_t *)p_entry; +- struct dentry_t *ext_ep; +- +- for (i = 0, entry++; i < file_ep->num_ext; i++, entry++) { +- ext_ep = get_entry_in_dir(sb, p_dir, entry, NULL); +- if (!ext_ep) +- return -1; +- +- type = exfat_get_entry_type(ext_ep); +- if ((type == TYPE_EXTEND) || (type == TYPE_STREAM)) +- count++; +- else +- return count; +- } +- +- return count; +-} +- +-s32 count_dos_name_entries(struct super_block *sb, struct chain_t *p_dir, +- u32 type) +-{ +- int i, count = 0; +- s32 dentries_per_clu; +- u32 entry_type; +- struct chain_t clu; +- struct dentry_t *ep; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (p_dir->dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- dentries_per_clu = p_fs->dentries_in_root; +- else +- dentries_per_clu = p_fs->dentries_per_clu; +- +- clu.dir = p_dir->dir; +- clu.size = p_dir->size; +- clu.flags = p_dir->flags; +- +- while (clu.dir != CLUSTER_32(~0)) { +- if (p_fs->dev_ejected) +- break; +- +- for (i = 0; i < dentries_per_clu; i++) { +- ep = get_entry_in_dir(sb, &clu, i, NULL); +- if (!ep) +- return -ENOENT; +- +- entry_type = exfat_get_entry_type(ep); +- +- if (entry_type == TYPE_UNUSED) +- return count; +- if (!(type & TYPE_CRITICAL_PRI) && +- !(type & TYPE_BENIGN_PRI)) +- continue; +- +- if ((type == TYPE_ALL) || (type == entry_type)) +- count++; +- } +- +- if (p_dir->dir == CLUSTER_32(0)) +- break; /* FAT16 root_dir */ +- +- if (clu.flags == 0x03) { +- if ((--clu.size) > 0) +- clu.dir++; +- else +- clu.dir = CLUSTER_32(~0); +- } else { +- if (exfat_fat_read(sb, clu.dir, &clu.dir) != 0) +- return -EIO; +- } +- } +- +- return count; +-} +- +-bool is_dir_empty(struct super_block *sb, struct chain_t *p_dir) +-{ +- int i, count = 0; +- s32 dentries_per_clu; +- u32 type; +- struct chain_t clu; +- struct dentry_t *ep; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (p_dir->dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- dentries_per_clu = p_fs->dentries_in_root; +- else +- dentries_per_clu = p_fs->dentries_per_clu; +- +- clu.dir = p_dir->dir; +- clu.size = p_dir->size; +- clu.flags = p_dir->flags; +- +- while (clu.dir != CLUSTER_32(~0)) { +- if (p_fs->dev_ejected) +- break; +- +- for (i = 0; i < dentries_per_clu; i++) { +- ep = get_entry_in_dir(sb, &clu, i, NULL); +- if (!ep) +- break; +- +- type = exfat_get_entry_type(ep); +- +- if (type == TYPE_UNUSED) +- return true; +- if ((type != TYPE_FILE) && (type != TYPE_DIR)) +- continue; +- +- if (p_dir->dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- return false; +- +- if (p_fs->vol_type == EXFAT) +- return false; +- if ((p_dir->dir == p_fs->root_dir) || ((++count) > 2)) +- return false; +- } +- +- if (p_dir->dir == CLUSTER_32(0)) +- break; /* FAT16 root_dir */ +- +- if (clu.flags == 0x03) { +- if ((--clu.size) > 0) +- clu.dir++; +- else +- clu.dir = CLUSTER_32(~0); +- } +- if (exfat_fat_read(sb, clu.dir, &clu.dir) != 0) +- break; +- } +- +- return true; +-} +- +-/* +- * Name Conversion Functions +- */ +- +-/* input : dir, uni_name +- * output : num_of_entry, dos_name(format : aaaaaa~1.bbb) +- */ +-s32 get_num_entries_and_dos_name(struct super_block *sb, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, s32 *entries, +- struct dos_name_t *p_dosname) +-{ +- s32 num_entries; +- +- num_entries = exfat_calc_num_entries(p_uniname); +- if (num_entries == 0) +- return -EINVAL; +- +- *entries = num_entries; +- +- return 0; +-} +- +-void exfat_get_uni_name_from_ext_entry(struct super_block *sb, +- struct chain_t *p_dir, s32 entry, +- u16 *uniname) +-{ +- int i; +- struct dentry_t *ep; +- struct entry_set_cache_t *es; +- +- es = get_entry_set_in_dir(sb, p_dir, entry, ES_ALL_ENTRIES, &ep); +- if (!es || es->num_entries < 3) { +- if (es) +- release_entry_set(es); +- return; +- } +- +- ep += 2; +- +- /* +- * First entry : file entry +- * Second entry : stream-extension entry +- * Third entry : first file-name entry +- * So, the index of first file-name dentry should start from 2. +- */ +- for (i = 2; i < es->num_entries; i++, ep++) { +- if (exfat_get_entry_type(ep) == TYPE_EXTEND) +- extract_uni_name_from_name_entry((struct name_dentry_t *) +- ep, uniname, i); +- else +- goto out; +- uniname += 15; +- } +- +-out: +- release_entry_set(es); +-} +- +-s32 exfat_calc_num_entries(struct uni_name_t *p_uniname) +-{ +- s32 len; +- +- len = p_uniname->name_len; +- if (len == 0) +- return 0; +- +- /* 1 file entry + 1 stream entry + name entries */ +- return (len - 1) / 15 + 3; +-} +- +-u16 calc_checksum_2byte(void *data, s32 len, u16 chksum, s32 type) +-{ +- int i; +- u8 *c = (u8 *)data; +- +- switch (type) { +- case CS_DIR_ENTRY: +- for (i = 0; i < len; i++, c++) { +- if ((i == 2) || (i == 3)) +- continue; +- chksum = (((chksum & 1) << 15) | +- ((chksum & 0xFFFE) >> 1)) + (u16)*c; +- } +- break; +- default +- : +- for (i = 0; i < len; i++, c++) +- chksum = (((chksum & 1) << 15) | +- ((chksum & 0xFFFE) >> 1)) + (u16)*c; +- } +- +- return chksum; +-} +- +-/* +- * Name Resolution Functions +- */ +- +-/* return values of resolve_path() +- * > 0 : return the length of the path +- * < 0 : return error +- */ +-s32 resolve_path(struct inode *inode, char *path, struct chain_t *p_dir, +- struct uni_name_t *p_uniname) +-{ +- bool lossy = false; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- +- if (strscpy(name_buf, path, sizeof(name_buf)) < 0) +- return -EINVAL; +- +- nls_cstring_to_uniname(sb, p_uniname, name_buf, &lossy); +- if (lossy) +- return -EINVAL; +- +- fid->size = i_size_read(inode); +- +- p_dir->dir = fid->start_clu; +- p_dir->size = (s32)(fid->size >> p_fs->cluster_size_bits); +- p_dir->flags = fid->flags; +- +- return 0; +-} +- +-s32 exfat_mount(struct super_block *sb, struct pbr_sector_t *p_pbr) +-{ +- struct bpbex_t *p_bpb = (struct bpbex_t *)p_pbr->bpb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- if (p_bpb->num_fats == 0) +- return -EFSCORRUPTED; +- +- p_fs->sectors_per_clu = 1 << p_bpb->sectors_per_clu_bits; +- p_fs->sectors_per_clu_bits = p_bpb->sectors_per_clu_bits; +- p_fs->cluster_size_bits = p_fs->sectors_per_clu_bits + +- p_bd->sector_size_bits; +- p_fs->cluster_size = 1 << p_fs->cluster_size_bits; +- +- p_fs->num_FAT_sectors = GET32(p_bpb->fat_length); +- +- p_fs->FAT1_start_sector = p_fs->PBR_sector + GET32(p_bpb->fat_offset); +- if (p_bpb->num_fats == 1) +- p_fs->FAT2_start_sector = p_fs->FAT1_start_sector; +- else +- p_fs->FAT2_start_sector = p_fs->FAT1_start_sector + +- p_fs->num_FAT_sectors; +- +- p_fs->root_start_sector = p_fs->PBR_sector + GET32(p_bpb->clu_offset); +- p_fs->data_start_sector = p_fs->root_start_sector; +- +- p_fs->num_sectors = GET64(p_bpb->vol_length); +- p_fs->num_clusters = GET32(p_bpb->clu_count) + 2; +- /* because the cluster index starts with 2 */ +- +- p_fs->vol_type = EXFAT; +- p_fs->vol_id = GET32(p_bpb->vol_serial); +- +- p_fs->root_dir = GET32(p_bpb->root_cluster); +- p_fs->dentries_in_root = 0; +- p_fs->dentries_per_clu = 1 << (p_fs->cluster_size_bits - +- DENTRY_SIZE_BITS); +- +- p_fs->vol_flag = (u32)GET16(p_bpb->vol_flags); +- p_fs->clu_srch_ptr = 2; +- p_fs->used_clusters = UINT_MAX; +- +- return 0; +-} +- +-s32 create_dir(struct inode *inode, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, struct file_id_t *fid) +-{ +- s32 ret, dentry, num_entries; +- u64 size; +- struct chain_t clu; +- struct dos_name_t dos_name; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- ret = get_num_entries_and_dos_name(sb, p_dir, p_uniname, &num_entries, +- &dos_name); +- if (ret) +- return ret; +- +- /* find_empty_entry must be called before alloc_cluster */ +- dentry = find_empty_entry(inode, p_dir, num_entries); +- if (dentry < 0) +- return -ENOSPC; +- +- clu.dir = CLUSTER_32(~0); +- clu.size = 0; +- clu.flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; +- +- /* (1) allocate a cluster */ +- ret = exfat_alloc_cluster(sb, 1, &clu); +- if (ret < 0) +- return ret; +- else if (ret == 0) +- return -ENOSPC; +- +- ret = clear_cluster(sb, clu.dir); +- if (ret != 0) +- return ret; +- +- size = p_fs->cluster_size; +- +- /* (2) update the directory entry */ +- /* make sub-dir entry in parent directory */ +- ret = exfat_init_dir_entry(sb, p_dir, dentry, TYPE_DIR, clu.dir, +- size); +- if (ret != 0) +- return ret; +- +- ret = exfat_init_ext_entry(sb, p_dir, dentry, num_entries, p_uniname, +- &dos_name); +- if (ret != 0) +- return ret; +- +- fid->dir.dir = p_dir->dir; +- fid->dir.size = p_dir->size; +- fid->dir.flags = p_dir->flags; +- fid->entry = dentry; +- +- fid->attr = ATTR_SUBDIR; +- fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; +- fid->size = size; +- fid->start_clu = clu.dir; +- +- fid->type = TYPE_DIR; +- fid->rwoffset = 0; +- fid->hint_last_off = -1; +- +- return 0; +-} +- +-s32 create_file(struct inode *inode, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, u8 mode, struct file_id_t *fid) +-{ +- s32 ret, dentry, num_entries; +- struct dos_name_t dos_name; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- ret = get_num_entries_and_dos_name(sb, p_dir, p_uniname, &num_entries, +- &dos_name); +- if (ret) +- return ret; +- +- /* find_empty_entry must be called before alloc_cluster() */ +- dentry = find_empty_entry(inode, p_dir, num_entries); +- if (dentry < 0) +- return -ENOSPC; +- +- /* (1) update the directory entry */ +- /* fill the dos name directory entry information of the created file. +- * the first cluster is not determined yet. (0) +- */ +- ret = exfat_init_dir_entry(sb, p_dir, dentry, TYPE_FILE | mode, +- CLUSTER_32(0), 0); +- if (ret != 0) +- return ret; +- +- ret = exfat_init_ext_entry(sb, p_dir, dentry, num_entries, p_uniname, +- &dos_name); +- if (ret != 0) +- return ret; +- +- fid->dir.dir = p_dir->dir; +- fid->dir.size = p_dir->size; +- fid->dir.flags = p_dir->flags; +- fid->entry = dentry; +- +- fid->attr = ATTR_ARCHIVE | mode; +- fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; +- fid->size = 0; +- fid->start_clu = CLUSTER_32(~0); +- +- fid->type = TYPE_FILE; +- fid->rwoffset = 0; +- fid->hint_last_off = -1; +- +- return 0; +-} +- +-void remove_file(struct inode *inode, struct chain_t *p_dir, s32 entry) +-{ +- s32 num_entries; +- sector_t sector; +- struct dentry_t *ep; +- struct super_block *sb = inode->i_sb; +- +- ep = get_entry_in_dir(sb, p_dir, entry, §or); +- if (!ep) +- return; +- +- exfat_buf_lock(sb, sector); +- +- /* exfat_buf_lock() before call count_ext_entries() */ +- num_entries = exfat_count_ext_entries(sb, p_dir, entry, ep); +- if (num_entries < 0) { +- exfat_buf_unlock(sb, sector); +- return; +- } +- num_entries++; +- +- exfat_buf_unlock(sb, sector); +- +- /* (1) update the directory entry */ +- exfat_delete_dir_entry(sb, p_dir, entry, 0, num_entries); +-} +- +-s32 exfat_rename_file(struct inode *inode, struct chain_t *p_dir, s32 oldentry, +- struct uni_name_t *p_uniname, struct file_id_t *fid) +-{ +- s32 ret, newentry = -1, num_old_entries, num_new_entries; +- sector_t sector_old, sector_new; +- struct dos_name_t dos_name; +- struct dentry_t *epold, *epnew; +- struct super_block *sb = inode->i_sb; +- +- epold = get_entry_in_dir(sb, p_dir, oldentry, §or_old); +- if (!epold) +- return -ENOENT; +- +- exfat_buf_lock(sb, sector_old); +- +- /* exfat_buf_lock() before call count_ext_entries() */ +- num_old_entries = exfat_count_ext_entries(sb, p_dir, oldentry, +- epold); +- if (num_old_entries < 0) { +- exfat_buf_unlock(sb, sector_old); +- return -ENOENT; +- } +- num_old_entries++; +- +- ret = get_num_entries_and_dos_name(sb, p_dir, p_uniname, +- &num_new_entries, &dos_name); +- if (ret) { +- exfat_buf_unlock(sb, sector_old); +- return ret; +- } +- +- if (num_old_entries < num_new_entries) { +- newentry = find_empty_entry(inode, p_dir, num_new_entries); +- if (newentry < 0) { +- exfat_buf_unlock(sb, sector_old); +- return -ENOSPC; +- } +- +- epnew = get_entry_in_dir(sb, p_dir, newentry, §or_new); +- if (!epnew) { +- exfat_buf_unlock(sb, sector_old); +- return -ENOENT; +- } +- +- memcpy((void *)epnew, (void *)epold, DENTRY_SIZE); +- if (exfat_get_entry_type(epnew) == TYPE_FILE) { +- exfat_set_entry_attr(epnew, +- exfat_get_entry_attr(epnew) | +- ATTR_ARCHIVE); +- fid->attr |= ATTR_ARCHIVE; +- } +- exfat_buf_modify(sb, sector_new); +- exfat_buf_unlock(sb, sector_old); +- +- epold = get_entry_in_dir(sb, p_dir, oldentry + 1, +- §or_old); +- exfat_buf_lock(sb, sector_old); +- epnew = get_entry_in_dir(sb, p_dir, newentry + 1, +- §or_new); +- +- if (!epold || !epnew) { +- exfat_buf_unlock(sb, sector_old); +- return -ENOENT; +- } +- +- memcpy((void *)epnew, (void *)epold, DENTRY_SIZE); +- exfat_buf_modify(sb, sector_new); +- exfat_buf_unlock(sb, sector_old); +- +- ret = exfat_init_ext_entry(sb, p_dir, newentry, +- num_new_entries, p_uniname, +- &dos_name); +- if (ret != 0) +- return ret; +- +- exfat_delete_dir_entry(sb, p_dir, oldentry, 0, +- num_old_entries); +- fid->entry = newentry; +- } else { +- if (exfat_get_entry_type(epold) == TYPE_FILE) { +- exfat_set_entry_attr(epold, +- exfat_get_entry_attr(epold) | +- ATTR_ARCHIVE); +- fid->attr |= ATTR_ARCHIVE; +- } +- exfat_buf_modify(sb, sector_old); +- exfat_buf_unlock(sb, sector_old); +- +- ret = exfat_init_ext_entry(sb, p_dir, oldentry, +- num_new_entries, p_uniname, +- &dos_name); +- if (ret != 0) +- return ret; +- +- exfat_delete_dir_entry(sb, p_dir, oldentry, num_new_entries, +- num_old_entries); +- } +- +- return 0; +-} +- +-s32 move_file(struct inode *inode, struct chain_t *p_olddir, s32 oldentry, +- struct chain_t *p_newdir, struct uni_name_t *p_uniname, +- struct file_id_t *fid) +-{ +- s32 ret, newentry, num_new_entries, num_old_entries; +- sector_t sector_mov, sector_new; +- struct dos_name_t dos_name; +- struct dentry_t *epmov, *epnew; +- struct super_block *sb = inode->i_sb; +- +- epmov = get_entry_in_dir(sb, p_olddir, oldentry, §or_mov); +- if (!epmov) +- return -ENOENT; +- +- /* check if the source and target directory is the same */ +- if (exfat_get_entry_type(epmov) == TYPE_DIR && +- exfat_get_entry_clu0(epmov) == p_newdir->dir) +- return -EINVAL; +- +- exfat_buf_lock(sb, sector_mov); +- +- /* exfat_buf_lock() before call count_ext_entries() */ +- num_old_entries = exfat_count_ext_entries(sb, p_olddir, oldentry, +- epmov); +- if (num_old_entries < 0) { +- exfat_buf_unlock(sb, sector_mov); +- return -ENOENT; +- } +- num_old_entries++; +- +- ret = get_num_entries_and_dos_name(sb, p_newdir, p_uniname, +- &num_new_entries, &dos_name); +- if (ret) { +- exfat_buf_unlock(sb, sector_mov); +- return ret; +- } +- +- newentry = find_empty_entry(inode, p_newdir, num_new_entries); +- if (newentry < 0) { +- exfat_buf_unlock(sb, sector_mov); +- return -ENOSPC; +- } +- +- epnew = get_entry_in_dir(sb, p_newdir, newentry, §or_new); +- if (!epnew) { +- exfat_buf_unlock(sb, sector_mov); +- return -ENOENT; +- } +- +- memcpy((void *)epnew, (void *)epmov, DENTRY_SIZE); +- if (exfat_get_entry_type(epnew) == TYPE_FILE) { +- exfat_set_entry_attr(epnew, exfat_get_entry_attr(epnew) | +- ATTR_ARCHIVE); +- fid->attr |= ATTR_ARCHIVE; +- } +- exfat_buf_modify(sb, sector_new); +- exfat_buf_unlock(sb, sector_mov); +- +- epmov = get_entry_in_dir(sb, p_olddir, oldentry + 1, +- §or_mov); +- exfat_buf_lock(sb, sector_mov); +- epnew = get_entry_in_dir(sb, p_newdir, newentry + 1, +- §or_new); +- if (!epmov || !epnew) { +- exfat_buf_unlock(sb, sector_mov); +- return -ENOENT; +- } +- +- memcpy((void *)epnew, (void *)epmov, DENTRY_SIZE); +- exfat_buf_modify(sb, sector_new); +- exfat_buf_unlock(sb, sector_mov); +- +- ret = exfat_init_ext_entry(sb, p_newdir, newentry, num_new_entries, +- p_uniname, &dos_name); +- if (ret != 0) +- return ret; +- +- exfat_delete_dir_entry(sb, p_olddir, oldentry, 0, num_old_entries); +- +- fid->dir.dir = p_newdir->dir; +- fid->dir.size = p_newdir->size; +- fid->dir.flags = p_newdir->flags; +- +- fid->entry = newentry; +- +- return 0; +-} +- +-/* +- * Sector Read/Write Functions +- */ +- +-int sector_read(struct super_block *sb, sector_t sec, struct buffer_head **bh, +- bool read) +-{ +- s32 ret = -EIO; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if ((sec >= (p_fs->PBR_sector + p_fs->num_sectors)) && +- (p_fs->num_sectors > 0)) { +- pr_err("[EXFAT] %s: out of range error! (sec = %llu)\n", +- __func__, (unsigned long long)sec); +- fs_error(sb); +- return ret; +- } +- +- if (!p_fs->dev_ejected) { +- ret = exfat_bdev_read(sb, sec, bh, 1, read); +- if (ret != 0) +- p_fs->dev_ejected = 1; +- } +- +- return ret; +-} +- +-int sector_write(struct super_block *sb, sector_t sec, struct buffer_head *bh, +- bool sync) +-{ +- s32 ret = -EIO; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (sec >= (p_fs->PBR_sector + p_fs->num_sectors) && +- (p_fs->num_sectors > 0)) { +- pr_err("[EXFAT] %s: out of range error! (sec = %llu)\n", +- __func__, (unsigned long long)sec); +- fs_error(sb); +- return ret; +- } +- +- if (!bh) { +- pr_err("[EXFAT] %s: bh is NULL!\n", __func__); +- fs_error(sb); +- return ret; +- } +- +- if (!p_fs->dev_ejected) { +- ret = exfat_bdev_write(sb, sec, bh, 1, sync); +- if (ret != 0) +- p_fs->dev_ejected = 1; +- } +- +- return ret; +-} +- +-int multi_sector_read(struct super_block *sb, sector_t sec, +- struct buffer_head **bh, s32 num_secs, bool read) +-{ +- s32 ret = -EIO; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (((sec + num_secs) > (p_fs->PBR_sector + p_fs->num_sectors)) && +- (p_fs->num_sectors > 0)) { +- pr_err("[EXFAT] %s: out of range error! (sec = %llu, num_secs = %d)\n", +- __func__, (unsigned long long)sec, num_secs); +- fs_error(sb); +- return ret; +- } +- +- if (!p_fs->dev_ejected) { +- ret = exfat_bdev_read(sb, sec, bh, num_secs, read); +- if (ret != 0) +- p_fs->dev_ejected = 1; +- } +- +- return ret; +-} +- +-int multi_sector_write(struct super_block *sb, sector_t sec, +- struct buffer_head *bh, s32 num_secs, bool sync) +-{ +- s32 ret = -EIO; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if ((sec + num_secs) > (p_fs->PBR_sector + p_fs->num_sectors) && +- (p_fs->num_sectors > 0)) { +- pr_err("[EXFAT] %s: out of range error! (sec = %llu, num_secs = %d)\n", +- __func__, (unsigned long long)sec, num_secs); +- fs_error(sb); +- return ret; +- } +- if (!bh) { +- pr_err("[EXFAT] %s: bh is NULL!\n", __func__); +- fs_error(sb); +- return ret; +- } +- +- if (!p_fs->dev_ejected) { +- ret = exfat_bdev_write(sb, sec, bh, num_secs, sync); +- if (ret != 0) +- p_fs->dev_ejected = 1; +- } +- +- return ret; +-} +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/exfat.h linux-5.6.3/drivers/staging/exfat/exfat.h +--- linux-5.6.3.orig/drivers/staging/exfat/exfat.h 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/exfat.h 1970-01-01 02:00:00.000000000 +0200 +@@ -1,824 +0,0 @@ +-/* SPDX-License-Identifier: GPL-2.0-or-later */ +-/* +- * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. +- */ +- +-#ifndef _EXFAT_H +-#define _EXFAT_H +- +-#include +-#include +- +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- /* For Debugging Purpose */ +- /* IOCTL code 'f' used by +- * - file systems typically #0~0x1F +- * - embedded terminal devices #128~ +- * - exts for debugging purpose #99 +- * number 100 and 101 is available now but has possible conflicts +- */ +-#define EXFAT_IOC_GET_DEBUGFLAGS _IOR('f', 100, long) +-#define EXFAT_IOC_SET_DEBUGFLAGS _IOW('f', 101, long) +- +-#define EXFAT_DEBUGFLAGS_INVALID_UMOUNT 0x01 +-#define EXFAT_DEBUGFLAGS_ERROR_RW 0x02 +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- +-#ifdef CONFIG_STAGING_EXFAT_DEBUG_MSG +-#define DEBUG 1 +-#else +-#undef DEBUG +-#endif +- +-#define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */ +- +-#define DENTRY_SIZE 32 /* dir entry size */ +-#define DENTRY_SIZE_BITS 5 +- +-/* PBR entries */ +-#define PBR_SIGNATURE 0xAA55 +-#define EXT_SIGNATURE 0xAA550000 +-#define VOL_LABEL "NO NAME " /* size should be 11 */ +-#define OEM_NAME "MSWIN4.1" /* size should be 8 */ +-#define STR_FAT12 "FAT12 " /* size should be 8 */ +-#define STR_FAT16 "FAT16 " /* size should be 8 */ +-#define STR_FAT32 "FAT32 " /* size should be 8 */ +-#define STR_EXFAT "EXFAT " /* size should be 8 */ +-#define VOL_CLEAN 0x0000 +-#define VOL_DIRTY 0x0002 +- +-/* max number of clusters */ +-#define FAT12_THRESHOLD 4087 /* 2^12 - 1 + 2 (clu 0 & 1) */ +-#define FAT16_THRESHOLD 65527 /* 2^16 - 1 + 2 */ +-#define FAT32_THRESHOLD 268435457 /* 2^28 - 1 + 2 */ +-#define EXFAT_THRESHOLD 268435457 /* 2^28 - 1 + 2 */ +- +-/* file types */ +-#define TYPE_UNUSED 0x0000 +-#define TYPE_DELETED 0x0001 +-#define TYPE_INVALID 0x0002 +-#define TYPE_CRITICAL_PRI 0x0100 +-#define TYPE_BITMAP 0x0101 +-#define TYPE_UPCASE 0x0102 +-#define TYPE_VOLUME 0x0103 +-#define TYPE_DIR 0x0104 +-#define TYPE_FILE 0x011F +-#define TYPE_SYMLINK 0x015F +-#define TYPE_CRITICAL_SEC 0x0200 +-#define TYPE_STREAM 0x0201 +-#define TYPE_EXTEND 0x0202 +-#define TYPE_ACL 0x0203 +-#define TYPE_BENIGN_PRI 0x0400 +-#define TYPE_GUID 0x0401 +-#define TYPE_PADDING 0x0402 +-#define TYPE_ACLTAB 0x0403 +-#define TYPE_BENIGN_SEC 0x0800 +-#define TYPE_ALL 0x0FFF +- +-/* time modes */ +-#define TM_CREATE 0 +-#define TM_MODIFY 1 +-#define TM_ACCESS 2 +- +-/* checksum types */ +-#define CS_DIR_ENTRY 0 +-#define CS_PBR_SECTOR 1 +-#define CS_DEFAULT 2 +- +-#define CLUSTER_16(x) ((u16)(x)) +-#define CLUSTER_32(x) ((u32)(x)) +- +-#define START_SECTOR(x) \ +- ((((sector_t)((x) - 2)) << p_fs->sectors_per_clu_bits) + \ +- p_fs->data_start_sector) +- +-#define IS_LAST_SECTOR_IN_CLUSTER(sec) \ +- ((((sec) - p_fs->data_start_sector + 1) & \ +- ((1 << p_fs->sectors_per_clu_bits) - 1)) == 0) +- +-#define GET_CLUSTER_FROM_SECTOR(sec) \ +- ((u32)((((sec) - p_fs->data_start_sector) >> \ +- p_fs->sectors_per_clu_bits) + 2)) +- +-#define GET16(p_src) \ +- (((u16)(p_src)[0]) | (((u16)(p_src)[1]) << 8)) +-#define GET32(p_src) \ +- (((u32)(p_src)[0]) | (((u32)(p_src)[1]) << 8) | \ +- (((u32)(p_src)[2]) << 16) | (((u32)(p_src)[3]) << 24)) +-#define GET64(p_src) \ +- (((u64)(p_src)[0]) | (((u64)(p_src)[1]) << 8) | \ +- (((u64)(p_src)[2]) << 16) | (((u64)(p_src)[3]) << 24) | \ +- (((u64)(p_src)[4]) << 32) | (((u64)(p_src)[5]) << 40) | \ +- (((u64)(p_src)[6]) << 48) | (((u64)(p_src)[7]) << 56)) +- +-#define SET16(p_dst, src) \ +- do { \ +- (p_dst)[0] = (u8)(src); \ +- (p_dst)[1] = (u8)(((u16)(src)) >> 8); \ +- } while (0) +-#define SET32(p_dst, src) \ +- do { \ +- (p_dst)[0] = (u8)(src); \ +- (p_dst)[1] = (u8)(((u32)(src)) >> 8); \ +- (p_dst)[2] = (u8)(((u32)(src)) >> 16); \ +- (p_dst)[3] = (u8)(((u32)(src)) >> 24); \ +- } while (0) +-#define SET64(p_dst, src) \ +- do { \ +- (p_dst)[0] = (u8)(src); \ +- (p_dst)[1] = (u8)(((u64)(src)) >> 8); \ +- (p_dst)[2] = (u8)(((u64)(src)) >> 16); \ +- (p_dst)[3] = (u8)(((u64)(src)) >> 24); \ +- (p_dst)[4] = (u8)(((u64)(src)) >> 32); \ +- (p_dst)[5] = (u8)(((u64)(src)) >> 40); \ +- (p_dst)[6] = (u8)(((u64)(src)) >> 48); \ +- (p_dst)[7] = (u8)(((u64)(src)) >> 56); \ +- } while (0) +- +-#ifdef __LITTLE_ENDIAN +-#define GET16_A(p_src) (*((u16 *)(p_src))) +-#define GET32_A(p_src) (*((u32 *)(p_src))) +-#define GET64_A(p_src) (*((u64 *)(p_src))) +-#define SET16_A(p_dst, src) (*((u16 *)(p_dst)) = (u16)(src)) +-#define SET32_A(p_dst, src) (*((u32 *)(p_dst)) = (u32)(src)) +-#define SET64_A(p_dst, src) (*((u64 *)(p_dst)) = (u64)(src)) +-#else /* BIG_ENDIAN */ +-#define GET16_A(p_src) GET16(p_src) +-#define GET32_A(p_src) GET32(p_src) +-#define GET64_A(p_src) GET64(p_src) +-#define SET16_A(p_dst, src) SET16(p_dst, src) +-#define SET32_A(p_dst, src) SET32(p_dst, src) +-#define SET64_A(p_dst, src) SET64(p_dst, src) +-#endif +- +-/* cache size (in number of sectors) */ +-/* (should be an exponential value of 2) */ +-#define FAT_CACHE_SIZE 128 +-#define FAT_CACHE_HASH_SIZE 64 +-#define BUF_CACHE_SIZE 256 +-#define BUF_CACHE_HASH_SIZE 64 +- +-/* Upcase table macro */ +-#define HIGH_INDEX_BIT (8) +-#define HIGH_INDEX_MASK (0xFF00) +-#define LOW_INDEX_BIT (16 - HIGH_INDEX_BIT) +-#define UTBL_ROW_COUNT BIT(LOW_INDEX_BIT) +-#define UTBL_COL_COUNT BIT(HIGH_INDEX_BIT) +- +-static inline u16 get_col_index(u16 i) +-{ +- return i >> LOW_INDEX_BIT; +-} +- +-static inline u16 get_row_index(u16 i) +-{ +- return i & ~HIGH_INDEX_MASK; +-} +- +-#define EXFAT_SUPER_MAGIC (0x2011BAB0L) +-#define EXFAT_ROOT_INO 1 +- +-/* FAT types */ +-#define FAT12 0x01 /* FAT12 */ +-#define FAT16 0x0E /* Win95 FAT16 (LBA) */ +-#define FAT32 0x0C /* Win95 FAT32 (LBA) */ +-#define EXFAT 0x07 /* exFAT */ +- +-/* file name lengths */ +-#define MAX_CHARSET_SIZE 3 /* max size of multi-byte character */ +-#define MAX_PATH_DEPTH 15 /* max depth of path name */ +-#define MAX_NAME_LENGTH 256 /* max len of filename including NULL */ +-#define MAX_PATH_LENGTH 260 /* max len of pathname including NULL */ +-#define DOS_NAME_LENGTH 11 /* DOS filename length excluding NULL */ +-#define DOS_PATH_LENGTH 80 /* DOS pathname length excluding NULL */ +- +-/* file attributes */ +-#define ATTR_NORMAL 0x0000 +-#define ATTR_READONLY 0x0001 +-#define ATTR_HIDDEN 0x0002 +-#define ATTR_SYSTEM 0x0004 +-#define ATTR_VOLUME 0x0008 +-#define ATTR_SUBDIR 0x0010 +-#define ATTR_ARCHIVE 0x0020 +-#define ATTR_SYMLINK 0x0040 +-#define ATTR_EXTEND 0x000F +-#define ATTR_RWMASK 0x007E +- +-/* file creation modes */ +-#define FM_REGULAR 0x00 +-#define FM_SYMLINK 0x40 +- +-#define NUM_UPCASE 2918 +- +-#define DOS_CUR_DIR_NAME ". " +-#define DOS_PAR_DIR_NAME ".. " +- +-#ifdef __LITTLE_ENDIAN +-#define UNI_CUR_DIR_NAME ".\0" +-#define UNI_PAR_DIR_NAME ".\0.\0" +-#else +-#define UNI_CUR_DIR_NAME "\0." +-#define UNI_PAR_DIR_NAME "\0.\0." +-#endif +- +-struct date_time_t { +- u16 Year; +- u16 Month; +- u16 Day; +- u16 Hour; +- u16 Minute; +- u16 Second; +- u16 MilliSecond; +-}; +- +-struct part_info_t { +- u32 Offset; /* start sector number of the partition */ +- u32 Size; /* in sectors */ +-}; +- +-struct dev_info_t { +- u32 SecSize; /* sector size in bytes */ +- u32 DevSize; /* block device size in sectors */ +-}; +- +-struct vol_info_t { +- u32 FatType; +- u32 ClusterSize; +- u32 NumClusters; +- u32 FreeClusters; +- u32 UsedClusters; +-}; +- +-/* directory structure */ +-struct chain_t { +- u32 dir; +- s32 size; +- u8 flags; +-}; +- +-struct file_id_t { +- struct chain_t dir; +- s32 entry; +- u32 type; +- u32 attr; +- u32 start_clu; +- u64 size; +- u8 flags; +- s64 rwoffset; +- s32 hint_last_off; +- u32 hint_last_clu; +-}; +- +-struct dir_entry_t { +- char Name[MAX_NAME_LENGTH * MAX_CHARSET_SIZE]; +- +- /* used only for FAT12/16/32, not used for exFAT */ +- char ShortName[DOS_NAME_LENGTH + 2]; +- +- u32 Attr; +- u64 Size; +- u32 NumSubdirs; +- struct date_time_t CreateTimestamp; +- struct date_time_t ModifyTimestamp; +- struct date_time_t AccessTimestamp; +-}; +- +-struct timestamp_t { +- u16 sec; /* 0 ~ 59 */ +- u16 min; /* 0 ~ 59 */ +- u16 hour; /* 0 ~ 23 */ +- u16 day; /* 1 ~ 31 */ +- u16 mon; /* 1 ~ 12 */ +- u16 year; /* 0 ~ 127 (since 1980) */ +-}; +- +-/* MS_DOS FAT partition boot record (512 bytes) */ +-struct pbr_sector_t { +- u8 jmp_boot[3]; +- u8 oem_name[8]; +- u8 bpb[109]; +- u8 boot_code[390]; +- u8 signature[2]; +-}; +- +-/* MS-DOS FAT12/16 BIOS parameter block (51 bytes) */ +-struct bpb16_t { +- u8 sector_size[2]; +- u8 sectors_per_clu; +- u8 num_reserved[2]; +- u8 num_fats; +- u8 num_root_entries[2]; +- u8 num_sectors[2]; +- u8 media_type; +- u8 num_fat_sectors[2]; +- u8 sectors_in_track[2]; +- u8 num_heads[2]; +- u8 num_hid_sectors[4]; +- u8 num_huge_sectors[4]; +- +- u8 phy_drv_no; +- u8 reserved; +- u8 ext_signature; +- u8 vol_serial[4]; +- u8 vol_label[11]; +- u8 vol_type[8]; +-}; +- +-/* MS-DOS FAT32 BIOS parameter block (79 bytes) */ +-struct bpb32_t { +- u8 sector_size[2]; +- u8 sectors_per_clu; +- u8 num_reserved[2]; +- u8 num_fats; +- u8 num_root_entries[2]; +- u8 num_sectors[2]; +- u8 media_type; +- u8 num_fat_sectors[2]; +- u8 sectors_in_track[2]; +- u8 num_heads[2]; +- u8 num_hid_sectors[4]; +- u8 num_huge_sectors[4]; +- u8 num_fat32_sectors[4]; +- u8 ext_flags[2]; +- u8 fs_version[2]; +- u8 root_cluster[4]; +- u8 fsinfo_sector[2]; +- u8 backup_sector[2]; +- u8 reserved[12]; +- +- u8 phy_drv_no; +- u8 ext_reserved; +- u8 ext_signature; +- u8 vol_serial[4]; +- u8 vol_label[11]; +- u8 vol_type[8]; +-}; +- +-/* MS-DOS EXFAT BIOS parameter block (109 bytes) */ +-struct bpbex_t { +- u8 reserved1[53]; +- u8 vol_offset[8]; +- u8 vol_length[8]; +- u8 fat_offset[4]; +- u8 fat_length[4]; +- u8 clu_offset[4]; +- u8 clu_count[4]; +- u8 root_cluster[4]; +- u8 vol_serial[4]; +- u8 fs_version[2]; +- u8 vol_flags[2]; +- u8 sector_size_bits; +- u8 sectors_per_clu_bits; +- u8 num_fats; +- u8 phy_drv_no; +- u8 perc_in_use; +- u8 reserved2[7]; +-}; +- +-/* MS-DOS FAT file system information sector (512 bytes) */ +-struct fsi_sector_t { +- u8 signature1[4]; +- u8 reserved1[480]; +- u8 signature2[4]; +- u8 free_cluster[4]; +- u8 next_cluster[4]; +- u8 reserved2[14]; +- u8 signature3[2]; +-}; +- +-/* MS-DOS FAT directory entry (32 bytes) */ +-struct dentry_t { +- u8 dummy[32]; +-}; +- +-struct dos_dentry_t { +- u8 name[DOS_NAME_LENGTH]; +- u8 attr; +- u8 lcase; +- u8 create_time_ms; +- u8 create_time[2]; +- u8 create_date[2]; +- u8 access_date[2]; +- u8 start_clu_hi[2]; +- u8 modify_time[2]; +- u8 modify_date[2]; +- u8 start_clu_lo[2]; +- u8 size[4]; +-}; +- +-/* MS-DOS FAT extended directory entry (32 bytes) */ +-struct ext_dentry_t { +- u8 order; +- u8 unicode_0_4[10]; +- u8 attr; +- u8 sysid; +- u8 checksum; +- u8 unicode_5_10[12]; +- u8 start_clu[2]; +- u8 unicode_11_12[4]; +-}; +- +-/* MS-DOS EXFAT file directory entry (32 bytes) */ +-struct file_dentry_t { +- u8 type; +- u8 num_ext; +- u8 checksum[2]; +- u8 attr[2]; +- u8 reserved1[2]; +- u8 create_time[2]; +- u8 create_date[2]; +- u8 modify_time[2]; +- u8 modify_date[2]; +- u8 access_time[2]; +- u8 access_date[2]; +- u8 create_time_ms; +- u8 modify_time_ms; +- u8 access_time_ms; +- u8 reserved2[9]; +-}; +- +-/* MS-DOS EXFAT stream extension directory entry (32 bytes) */ +-struct strm_dentry_t { +- u8 type; +- u8 flags; +- u8 reserved1; +- u8 name_len; +- u8 name_hash[2]; +- u8 reserved2[2]; +- u8 valid_size[8]; +- u8 reserved3[4]; +- u8 start_clu[4]; +- u8 size[8]; +-}; +- +-/* MS-DOS EXFAT file name directory entry (32 bytes) */ +-struct name_dentry_t { +- u8 type; +- u8 flags; +- u8 unicode_0_14[30]; +-}; +- +-/* MS-DOS EXFAT allocation bitmap directory entry (32 bytes) */ +-struct bmap_dentry_t { +- u8 type; +- u8 flags; +- u8 reserved[18]; +- u8 start_clu[4]; +- u8 size[8]; +-}; +- +-/* MS-DOS EXFAT up-case table directory entry (32 bytes) */ +-struct case_dentry_t { +- u8 type; +- u8 reserved1[3]; +- u8 checksum[4]; +- u8 reserved2[12]; +- u8 start_clu[4]; +- u8 size[8]; +-}; +- +-/* MS-DOS EXFAT volume label directory entry (32 bytes) */ +-struct volm_dentry_t { +- u8 type; +- u8 label_len; +- u8 unicode_0_10[22]; +- u8 reserved[8]; +-}; +- +-/* unused entry hint information */ +-struct uentry_t { +- u32 dir; +- s32 entry; +- struct chain_t clu; +-}; +- +-/* DOS name structure */ +-struct dos_name_t { +- u8 name[DOS_NAME_LENGTH]; +- u8 name_case; +-}; +- +-/* unicode name structure */ +-struct uni_name_t { +- u16 name[MAX_NAME_LENGTH]; +- u16 name_hash; +- u8 name_len; +-}; +- +-struct buf_cache_t { +- struct buf_cache_t *next; +- struct buf_cache_t *prev; +- struct buf_cache_t *hash_next; +- struct buf_cache_t *hash_prev; +- s32 drv; +- sector_t sec; +- u32 flag; +- struct buffer_head *buf_bh; +-}; +- +-struct fs_info_t { +- u32 drv; /* drive ID */ +- u32 vol_type; /* volume FAT type */ +- u32 vol_id; /* volume serial number */ +- +- u64 num_sectors; /* num of sectors in volume */ +- u32 num_clusters; /* num of clusters in volume */ +- u32 cluster_size; /* cluster size in bytes */ +- u32 cluster_size_bits; +- u32 sectors_per_clu; /* cluster size in sectors */ +- u32 sectors_per_clu_bits; +- +- u32 PBR_sector; /* PBR sector */ +- u32 FAT1_start_sector; /* FAT1 start sector */ +- u32 FAT2_start_sector; /* FAT2 start sector */ +- u32 root_start_sector; /* root dir start sector */ +- u32 data_start_sector; /* data area start sector */ +- u32 num_FAT_sectors; /* num of FAT sectors */ +- +- u32 root_dir; /* root dir cluster */ +- u32 dentries_in_root; /* num of dentries in root dir */ +- u32 dentries_per_clu; /* num of dentries per cluster */ +- +- u32 vol_flag; /* volume dirty flag */ +- struct buffer_head *pbr_bh; /* PBR sector */ +- +- u32 map_clu; /* allocation bitmap start cluster */ +- u32 map_sectors; /* num of allocation bitmap sectors */ +- struct buffer_head **vol_amap; /* allocation bitmap */ +- +- u16 **vol_utbl; /* upcase table */ +- +- u32 clu_srch_ptr; /* cluster search pointer */ +- u32 used_clusters; /* number of used clusters */ +- struct uentry_t hint_uentry; /* unused entry hint information */ +- +- u32 dev_ejected; /* block device operation error flag */ +- +- struct mutex v_mutex; +- +- /* FAT cache */ +- struct buf_cache_t FAT_cache_array[FAT_CACHE_SIZE]; +- struct buf_cache_t FAT_cache_lru_list; +- struct buf_cache_t FAT_cache_hash_list[FAT_CACHE_HASH_SIZE]; +- +- /* buf cache */ +- struct buf_cache_t buf_cache_array[BUF_CACHE_SIZE]; +- struct buf_cache_t buf_cache_lru_list; +- struct buf_cache_t buf_cache_hash_list[BUF_CACHE_HASH_SIZE]; +-}; +- +-#define ES_2_ENTRIES 2 +-#define ES_3_ENTRIES 3 +-#define ES_ALL_ENTRIES 0 +- +-struct entry_set_cache_t { +- /* sector number that contains file_entry */ +- sector_t sector; +- +- /* byte offset in the sector */ +- s32 offset; +- +- /* +- * flag in stream entry. +- * 01 for cluster chain, +- * 03 for contig. clusteres. +- */ +- s32 alloc_flag; +- +- u32 num_entries; +- +- /* __buf should be the last member */ +- void *__buf; +-}; +- +-#define EXFAT_ERRORS_CONT 1 /* ignore error and continue */ +-#define EXFAT_ERRORS_PANIC 2 /* panic on error */ +-#define EXFAT_ERRORS_RO 3 /* remount r/o on error */ +- +-/* ioctl command */ +-#define EXFAT_IOCTL_GET_VOLUME_ID _IOR('r', 0x12, __u32) +- +-struct exfat_mount_options { +- kuid_t fs_uid; +- kgid_t fs_gid; +- unsigned short fs_fmask; +- unsigned short fs_dmask; +- +- /* permission for setting the [am]time */ +- unsigned short allow_utime; +- +- /* codepage for shortname conversions */ +- unsigned short codepage; +- +- /* charset for filename input/display */ +- char *iocharset; +- +- unsigned char casesensitive; +- +- /* on error: continue, panic, remount-ro */ +- unsigned char errors; +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- /* flag on if -o dicard specified and device support discard() */ +- unsigned char discard; +-#endif /* CONFIG_STAGING_EXFAT_DISCARD */ +-}; +- +-#define EXFAT_HASH_BITS 8 +-#define EXFAT_HASH_SIZE BIT(EXFAT_HASH_BITS) +- +-/* +- * EXFAT file system in-core superblock data +- */ +-struct bd_info_t { +- s32 sector_size; /* in bytes */ +- s32 sector_size_bits; +- s32 sector_size_mask; +- +- /* total number of sectors in this block device */ +- s32 num_sectors; +- +- /* opened or not */ +- bool opened; +-}; +- +-struct exfat_sb_info { +- struct fs_info_t fs_info; +- struct bd_info_t bd_info; +- +- struct exfat_mount_options options; +- +- int s_dirt; +- struct mutex s_lock; +- struct nls_table *nls_disk; /* Codepage used on disk */ +- struct nls_table *nls_io; /* Charset used for input and display */ +- +- struct inode *fat_inode; +- +- spinlock_t inode_hash_lock; +- struct hlist_head inode_hashtable[EXFAT_HASH_SIZE]; +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- long debug_flags; +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +-}; +- +-/* +- * EXFAT file system inode data in memory +- */ +-struct exfat_inode_info { +- struct file_id_t fid; +- char *target; +- /* NOTE: mmu_private is 64bits, so must hold ->i_mutex to access */ +- loff_t mmu_private; /* physically allocated size */ +- loff_t i_pos; /* on-disk position of directory entry or 0 */ +- struct hlist_node i_hash_fat; /* hash by i_location */ +- struct rw_semaphore truncate_lock; +- struct inode vfs_inode; +- struct rw_semaphore i_alloc_sem; /* protect bmap against truncate */ +-}; +- +-#define EXFAT_SB(sb) ((struct exfat_sb_info *)((sb)->s_fs_info)) +- +-static inline struct exfat_inode_info *EXFAT_I(struct inode *inode) +-{ +- return container_of(inode, struct exfat_inode_info, vfs_inode); +-} +- +-/* NLS management function */ +-u16 nls_upper(struct super_block *sb, u16 a); +-int nls_uniname_cmp(struct super_block *sb, u16 *a, u16 *b); +-void nls_uniname_to_cstring(struct super_block *sb, u8 *p_cstring, +- struct uni_name_t *p_uniname); +-void nls_cstring_to_uniname(struct super_block *sb, +- struct uni_name_t *p_uniname, u8 *p_cstring, +- bool *p_lossy); +- +-/* buffer cache management */ +-void exfat_buf_init(struct super_block *sb); +-void exfat_buf_shutdown(struct super_block *sb); +-int exfat_fat_read(struct super_block *sb, u32 loc, u32 *content); +-s32 exfat_fat_write(struct super_block *sb, u32 loc, u32 content); +-u8 *exfat_fat_getblk(struct super_block *sb, sector_t sec); +-void exfat_fat_modify(struct super_block *sb, sector_t sec); +-void exfat_fat_release_all(struct super_block *sb); +-void exfat_fat_sync(struct super_block *sb); +-u8 *exfat_buf_getblk(struct super_block *sb, sector_t sec); +-void exfat_buf_modify(struct super_block *sb, sector_t sec); +-void exfat_buf_lock(struct super_block *sb, sector_t sec); +-void exfat_buf_unlock(struct super_block *sb, sector_t sec); +-void exfat_buf_release(struct super_block *sb, sector_t sec); +-void exfat_buf_release_all(struct super_block *sb); +-void exfat_buf_sync(struct super_block *sb); +- +-/* fs management functions */ +-void fs_set_vol_flags(struct super_block *sb, u32 new_flag); +-void fs_error(struct super_block *sb); +- +-/* cluster management functions */ +-s32 count_num_clusters(struct super_block *sb, struct chain_t *dir); +-void exfat_chain_cont_cluster(struct super_block *sb, u32 chain, s32 len); +- +-/* allocation bitmap management functions */ +-s32 load_alloc_bitmap(struct super_block *sb); +-void free_alloc_bitmap(struct super_block *sb); +-void sync_alloc_bitmap(struct super_block *sb); +- +-/* upcase table management functions */ +-s32 load_upcase_table(struct super_block *sb); +-void free_upcase_table(struct super_block *sb); +- +-/* dir entry management functions */ +-struct timestamp_t *tm_current(struct timestamp_t *tm); +- +-struct dentry_t *get_entry_in_dir(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, sector_t *sector); +-struct entry_set_cache_t *get_entry_set_in_dir(struct super_block *sb, +- struct chain_t *p_dir, s32 entry, +- u32 type, +- struct dentry_t **file_ep); +-void release_entry_set(struct entry_set_cache_t *es); +-s32 count_dos_name_entries(struct super_block *sb, struct chain_t *p_dir, +- u32 type); +-void update_dir_checksum(struct super_block *sb, struct chain_t *p_dir, +- s32 entry); +-void update_dir_checksum_with_entry_set(struct super_block *sb, +- struct entry_set_cache_t *es); +-bool is_dir_empty(struct super_block *sb, struct chain_t *p_dir); +- +-/* name conversion functions */ +-s32 get_num_entries_and_dos_name(struct super_block *sb, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, s32 *entries, +- struct dos_name_t *p_dosname); +-u16 calc_checksum_2byte(void *data, s32 len, u16 chksum, s32 type); +- +-/* name resolution functions */ +-s32 resolve_path(struct inode *inode, char *path, struct chain_t *p_dir, +- struct uni_name_t *p_uniname); +- +-/* file operation functions */ +-s32 exfat_mount(struct super_block *sb, struct pbr_sector_t *p_pbr); +-s32 create_dir(struct inode *inode, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, struct file_id_t *fid); +-s32 create_file(struct inode *inode, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, u8 mode, struct file_id_t *fid); +-void remove_file(struct inode *inode, struct chain_t *p_dir, s32 entry); +-s32 exfat_rename_file(struct inode *inode, struct chain_t *p_dir, s32 old_entry, +- struct uni_name_t *p_uniname, struct file_id_t *fid); +-s32 move_file(struct inode *inode, struct chain_t *p_olddir, s32 oldentry, +- struct chain_t *p_newdir, struct uni_name_t *p_uniname, +- struct file_id_t *fid); +- +-/* sector read/write functions */ +-int sector_read(struct super_block *sb, sector_t sec, +- struct buffer_head **bh, bool read); +-int sector_write(struct super_block *sb, sector_t sec, +- struct buffer_head *bh, bool sync); +-int multi_sector_read(struct super_block *sb, sector_t sec, +- struct buffer_head **bh, s32 num_secs, bool read); +-int multi_sector_write(struct super_block *sb, sector_t sec, +- struct buffer_head *bh, s32 num_secs, bool sync); +- +-void exfat_bdev_open(struct super_block *sb); +-void exfat_bdev_close(struct super_block *sb); +-int exfat_bdev_read(struct super_block *sb, sector_t secno, +- struct buffer_head **bh, u32 num_secs, bool read); +-int exfat_bdev_write(struct super_block *sb, sector_t secno, +- struct buffer_head *bh, u32 num_secs, bool sync); +-int exfat_bdev_sync(struct super_block *sb); +- +-/* cluster operation functions */ +-s32 exfat_alloc_cluster(struct super_block *sb, s32 num_alloc, +- struct chain_t *p_chain); +-void exfat_free_cluster(struct super_block *sb, struct chain_t *p_chain, +- s32 do_relse); +-s32 exfat_count_used_clusters(struct super_block *sb); +- +-/* dir operation functions */ +-s32 exfat_find_dir_entry(struct super_block *sb, struct chain_t *p_dir, +- struct uni_name_t *p_uniname, s32 num_entries, +- struct dos_name_t *p_dosname, u32 type); +-void exfat_delete_dir_entry(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, s32 order, s32 num_entries); +-void exfat_get_uni_name_from_ext_entry(struct super_block *sb, +- struct chain_t *p_dir, s32 entry, +- u16 *uniname); +-s32 exfat_count_ext_entries(struct super_block *sb, struct chain_t *p_dir, +- s32 entry, struct dentry_t *p_entry); +-s32 exfat_calc_num_entries(struct uni_name_t *p_uniname); +- +-/* dir entry getter/setter */ +-u32 exfat_get_entry_type(struct dentry_t *p_entry); +-u32 exfat_get_entry_attr(struct dentry_t *p_entry); +-void exfat_set_entry_attr(struct dentry_t *p_entry, u32 attr); +-u8 exfat_get_entry_flag(struct dentry_t *p_entry); +-void exfat_set_entry_flag(struct dentry_t *p_entry, u8 flags); +-u32 exfat_get_entry_clu0(struct dentry_t *p_entry); +-void exfat_set_entry_clu0(struct dentry_t *p_entry, u32 start_clu); +-u64 exfat_get_entry_size(struct dentry_t *p_entry); +-void exfat_set_entry_size(struct dentry_t *p_entry, u64 size); +-void exfat_get_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, +- u8 mode); +-void exfat_set_entry_time(struct dentry_t *p_entry, struct timestamp_t *tp, +- u8 mode); +- +-extern const u8 uni_upcase[]; +-#endif /* _EXFAT_H */ +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/exfat_nls.c linux-5.6.3/drivers/staging/exfat/exfat_nls.c +--- linux-5.6.3.orig/drivers/staging/exfat/exfat_nls.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/exfat_nls.c 1970-01-01 02:00:00.000000000 +0200 +@@ -1,212 +0,0 @@ +-// SPDX-License-Identifier: GPL-2.0-or-later +-/* +- * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. +- */ +- +-#include +-#include +-#include "exfat.h" +- +-static u16 bad_uni_chars[] = { +- /* " * / : < > ? \ | */ +- 0x0022, 0x002A, 0x002F, 0x003A, +- 0x003C, 0x003E, 0x003F, 0x005C, 0x007C, +- 0 +-}; +- +-static int convert_ch_to_uni(struct nls_table *nls, u16 *uni, u8 *ch, +- bool *lossy) +-{ +- int len; +- +- *uni = 0x0; +- +- if (ch[0] < 0x80) { +- *uni = (u16)ch[0]; +- return 1; +- } +- +- len = nls->char2uni(ch, NLS_MAX_CHARSET_SIZE, uni); +- if (len < 0) { +- /* conversion failed */ +- pr_info("%s: fail to use nls\n", __func__); +- if (lossy) +- *lossy = true; +- *uni = (u16)'_'; +- if (!strcmp(nls->charset, "utf8")) +- return 1; +- else +- return 2; +- } +- +- return len; +-} +- +-static int convert_uni_to_ch(struct nls_table *nls, u8 *ch, u16 uni, +- bool *lossy) +-{ +- int len; +- +- ch[0] = 0x0; +- +- if (uni < 0x0080) { +- ch[0] = (u8)uni; +- return 1; +- } +- +- len = nls->uni2char(uni, ch, NLS_MAX_CHARSET_SIZE); +- if (len < 0) { +- /* conversion failed */ +- pr_info("%s: fail to use nls\n", __func__); +- if (lossy) +- *lossy = true; +- ch[0] = '_'; +- return 1; +- } +- +- return len; +-} +- +-u16 nls_upper(struct super_block *sb, u16 a) +-{ +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- if (EXFAT_SB(sb)->options.casesensitive) +- return a; +- if (p_fs->vol_utbl && p_fs->vol_utbl[get_col_index(a)]) +- return p_fs->vol_utbl[get_col_index(a)][get_row_index(a)]; +- else +- return a; +-} +- +-static u16 *nls_wstrchr(u16 *str, u16 wchar) +-{ +- while (*str) { +- if (*(str++) == wchar) +- return str; +- } +- +- return NULL; +-} +- +-int nls_uniname_cmp(struct super_block *sb, u16 *a, u16 *b) +-{ +- int i; +- +- for (i = 0; i < MAX_NAME_LENGTH; i++, a++, b++) { +- if (nls_upper(sb, *a) != nls_upper(sb, *b)) +- return 1; +- if (*a == 0x0) +- return 0; +- } +- return 0; +-} +- +-void nls_uniname_to_cstring(struct super_block *sb, u8 *p_cstring, +- struct uni_name_t *p_uniname) +-{ +- int i, j, len; +- u8 buf[MAX_CHARSET_SIZE]; +- u16 *uniname = p_uniname->name; +- struct nls_table *nls = EXFAT_SB(sb)->nls_io; +- +- if (!nls) { +- len = utf16s_to_utf8s(uniname, MAX_NAME_LENGTH, +- UTF16_HOST_ENDIAN, p_cstring, +- MAX_NAME_LENGTH); +- p_cstring[len] = 0; +- return; +- } +- +- i = 0; +- while (i < (MAX_NAME_LENGTH - 1)) { +- if (*uniname == (u16)'\0') +- break; +- +- len = convert_uni_to_ch(nls, buf, *uniname, NULL); +- +- if (len > 1) { +- for (j = 0; j < len; j++) +- *p_cstring++ = (char)*(buf + j); +- } else { /* len == 1 */ +- *p_cstring++ = (char)*buf; +- } +- +- uniname++; +- i++; +- } +- +- *p_cstring = '\0'; +-} +- +-void nls_cstring_to_uniname(struct super_block *sb, +- struct uni_name_t *p_uniname, u8 *p_cstring, +- bool *p_lossy) +-{ +- int i, j; +- bool lossy = false; +- u8 *end_of_name; +- u8 upname[MAX_NAME_LENGTH * 2]; +- u16 *uniname = p_uniname->name; +- struct nls_table *nls = EXFAT_SB(sb)->nls_io; +- +- /* strip all trailing spaces */ +- end_of_name = p_cstring + strlen(p_cstring); +- +- while (*(--end_of_name) == ' ') { +- if (end_of_name < p_cstring) +- break; +- } +- *(++end_of_name) = '\0'; +- +- if (strcmp(p_cstring, ".") && strcmp(p_cstring, "..")) { +- /* strip all trailing periods */ +- while (*(--end_of_name) == '.') { +- if (end_of_name < p_cstring) +- break; +- } +- *(++end_of_name) = '\0'; +- } +- +- if (*p_cstring == '\0') +- lossy = true; +- +- if (!nls) { +- i = utf8s_to_utf16s(p_cstring, MAX_NAME_LENGTH, +- UTF16_HOST_ENDIAN, uniname, +- MAX_NAME_LENGTH); +- for (j = 0; j < i; j++) +- SET16_A(upname + j * 2, nls_upper(sb, uniname[j])); +- uniname[i] = '\0'; +- } else { +- i = 0; +- j = 0; +- while (j < (MAX_NAME_LENGTH - 1)) { +- if (*(p_cstring + i) == '\0') +- break; +- +- i += convert_ch_to_uni(nls, uniname, +- (u8 *)(p_cstring + i), &lossy); +- +- if ((*uniname < 0x0020) || +- nls_wstrchr(bad_uni_chars, *uniname)) +- lossy = true; +- +- SET16_A(upname + j * 2, nls_upper(sb, *uniname)); +- +- uniname++; +- j++; +- } +- +- if (*(p_cstring + i) != '\0') +- lossy = true; +- *uniname = (u16)'\0'; +- } +- +- p_uniname->name_len = j; +- p_uniname->name_hash = calc_checksum_2byte(upname, j << 1, 0, +- CS_DEFAULT); +- +- if (p_lossy) +- *p_lossy = lossy; +-} +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/exfat_super.c linux-5.6.3/drivers/staging/exfat/exfat_super.c +--- linux-5.6.3.orig/drivers/staging/exfat/exfat_super.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/exfat_super.c 1970-01-01 02:00:00.000000000 +0200 +@@ -1,3883 +0,0 @@ +-// SPDX-License-Identifier: GPL-2.0-or-later +-/* +- * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. +- */ +- +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +-#include +- +-#define EXFAT_VERSION "1.3.0" +- +-#include "exfat.h" +- +-static struct kmem_cache *exfat_inode_cachep; +- +-static int exfat_default_codepage = CONFIG_STAGING_EXFAT_DEFAULT_CODEPAGE; +-static char exfat_default_iocharset[] = CONFIG_STAGING_EXFAT_DEFAULT_IOCHARSET; +- +-#define INC_IVERSION(x) (inode_inc_iversion(x)) +-#define GET_IVERSION(x) (inode_peek_iversion_raw(x)) +-#define SET_IVERSION(x, y) (inode_set_iversion(x, y)) +- +-static struct inode *exfat_iget(struct super_block *sb, loff_t i_pos); +-static int exfat_sync_inode(struct inode *inode); +-static struct inode *exfat_build_inode(struct super_block *sb, +- struct file_id_t *fid, loff_t i_pos); +-static int exfat_write_inode(struct inode *inode, +- struct writeback_control *wbc); +-static void exfat_write_super(struct super_block *sb); +- +-#define UNIX_SECS_1980 315532800L +-#define UNIX_SECS_2108 4354819200L +- +-/* Convert a FAT time/date pair to a UNIX date (seconds since 1 1 70). */ +-static void exfat_time_fat2unix(struct timespec64 *ts, struct date_time_t *tp) +-{ +- ts->tv_sec = mktime64(tp->Year + 1980, tp->Month + 1, tp->Day, +- tp->Hour, tp->Minute, tp->Second); +- +- ts->tv_nsec = tp->MilliSecond * NSEC_PER_MSEC; +-} +- +-/* Convert linear UNIX date to a FAT time/date pair. */ +-static void exfat_time_unix2fat(struct timespec64 *ts, struct date_time_t *tp) +-{ +- time64_t second = ts->tv_sec; +- struct tm tm; +- +- time64_to_tm(second, 0, &tm); +- +- if (second < UNIX_SECS_1980) { +- tp->MilliSecond = 0; +- tp->Second = 0; +- tp->Minute = 0; +- tp->Hour = 0; +- tp->Day = 1; +- tp->Month = 1; +- tp->Year = 0; +- return; +- } +- +- if (second >= UNIX_SECS_2108) { +- tp->MilliSecond = 999; +- tp->Second = 59; +- tp->Minute = 59; +- tp->Hour = 23; +- tp->Day = 31; +- tp->Month = 12; +- tp->Year = 127; +- return; +- } +- +- tp->MilliSecond = ts->tv_nsec / NSEC_PER_MSEC; +- tp->Second = tm.tm_sec; +- tp->Minute = tm.tm_min; +- tp->Hour = tm.tm_hour; +- tp->Day = tm.tm_mday; +- tp->Month = tm.tm_mon + 1; +- tp->Year = tm.tm_year + 1900 - 1980; +-} +- +-struct timestamp_t *tm_current(struct timestamp_t *tp) +-{ +- time64_t second = ktime_get_real_seconds(); +- struct tm tm; +- +- time64_to_tm(second, 0, &tm); +- +- if (second < UNIX_SECS_1980) { +- tp->sec = 0; +- tp->min = 0; +- tp->hour = 0; +- tp->day = 1; +- tp->mon = 1; +- tp->year = 0; +- return tp; +- } +- +- if (second >= UNIX_SECS_2108) { +- tp->sec = 59; +- tp->min = 59; +- tp->hour = 23; +- tp->day = 31; +- tp->mon = 12; +- tp->year = 127; +- return tp; +- } +- +- tp->sec = tm.tm_sec; +- tp->min = tm.tm_min; +- tp->hour = tm.tm_hour; +- tp->day = tm.tm_mday; +- tp->mon = tm.tm_mon + 1; +- tp->year = tm.tm_year + 1900 - 1980; +- +- return tp; +-} +- +-static void __lock_super(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- mutex_lock(&sbi->s_lock); +-} +- +-static void __unlock_super(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- mutex_unlock(&sbi->s_lock); +-} +- +-static int __is_sb_dirty(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- return sbi->s_dirt; +-} +- +-static void __set_sb_clean(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- sbi->s_dirt = 0; +-} +- +-static int __exfat_revalidate(struct dentry *dentry) +-{ +- return 0; +-} +- +-static int exfat_revalidate(struct dentry *dentry, unsigned int flags) +-{ +- if (flags & LOOKUP_RCU) +- return -ECHILD; +- +- if (dentry->d_inode) +- return 1; +- return __exfat_revalidate(dentry); +-} +- +-static int exfat_revalidate_ci(struct dentry *dentry, unsigned int flags) +-{ +- if (flags & LOOKUP_RCU) +- return -ECHILD; +- +- if (dentry->d_inode) +- return 1; +- +- if (!flags) +- return 0; +- +- if (flags & (LOOKUP_CREATE | LOOKUP_RENAME_TARGET)) +- return 0; +- +- return __exfat_revalidate(dentry); +-} +- +-static unsigned int __exfat_striptail_len(unsigned int len, const char *name) +-{ +- while (len && name[len - 1] == '.') +- len--; +- return len; +-} +- +-static unsigned int exfat_striptail_len(const struct qstr *qstr) +-{ +- return __exfat_striptail_len(qstr->len, qstr->name); +-} +- +-static int exfat_d_hash(const struct dentry *dentry, struct qstr *qstr) +-{ +- qstr->hash = full_name_hash(dentry, qstr->name, +- exfat_striptail_len(qstr)); +- return 0; +-} +- +-static int exfat_d_hashi(const struct dentry *dentry, struct qstr *qstr) +-{ +- struct super_block *sb = dentry->d_sb; +- const unsigned char *name; +- unsigned int len; +- unsigned long hash; +- +- name = qstr->name; +- len = exfat_striptail_len(qstr); +- +- hash = init_name_hash(dentry); +- while (len--) +- hash = partial_name_hash(nls_upper(sb, *name++), hash); +- qstr->hash = end_name_hash(hash); +- +- return 0; +-} +- +-static int exfat_cmpi(const struct dentry *dentry, unsigned int len, +- const char *str, const struct qstr *name) +-{ +- struct nls_table *t = EXFAT_SB(dentry->d_sb)->nls_io; +- unsigned int alen, blen; +- +- alen = exfat_striptail_len(name); +- blen = __exfat_striptail_len(len, str); +- if (alen == blen) { +- if (!t) { +- if (strncasecmp(name->name, str, alen) == 0) +- return 0; +- } else { +- if (nls_strnicmp(t, name->name, str, alen) == 0) +- return 0; +- } +- } +- return 1; +-} +- +-static int exfat_cmp(const struct dentry *dentry, unsigned int len, +- const char *str, const struct qstr *name) +-{ +- unsigned int alen, blen; +- +- alen = exfat_striptail_len(name); +- blen = __exfat_striptail_len(len, str); +- if (alen == blen) { +- if (strncmp(name->name, str, alen) == 0) +- return 0; +- } +- return 1; +-} +- +-static const struct dentry_operations exfat_ci_dentry_ops = { +- .d_revalidate = exfat_revalidate_ci, +- .d_hash = exfat_d_hashi, +- .d_compare = exfat_cmpi, +-}; +- +-static const struct dentry_operations exfat_dentry_ops = { +- .d_revalidate = exfat_revalidate, +- .d_hash = exfat_d_hash, +- .d_compare = exfat_cmp, +-}; +- +-static DEFINE_MUTEX(z_mutex); +- +-static inline void fs_sync(struct super_block *sb, bool do_sync) +-{ +- if (do_sync) +- exfat_bdev_sync(sb); +-} +- +-/* +- * If ->i_mode can't hold S_IWUGO (i.e. ATTR_RO), we use ->i_attrs to +- * save ATTR_RO instead of ->i_mode. +- * +- * If it's directory and !sbi->options.rodir, ATTR_RO isn't read-only +- * bit, it's just used as flag for app. +- */ +-static inline int exfat_mode_can_hold_ro(struct inode *inode) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); +- +- if (S_ISDIR(inode->i_mode)) +- return 0; +- +- if ((~sbi->options.fs_fmask) & 0222) +- return 1; +- return 0; +-} +- +-/* Convert attribute bits and a mask to the UNIX mode. */ +-static inline mode_t exfat_make_mode(struct exfat_sb_info *sbi, u32 attr, +- mode_t mode) +-{ +- if ((attr & ATTR_READONLY) && !(attr & ATTR_SUBDIR)) +- mode &= ~0222; +- +- if (attr & ATTR_SUBDIR) +- return (mode & ~sbi->options.fs_dmask) | S_IFDIR; +- else if (attr & ATTR_SYMLINK) +- return (mode & ~sbi->options.fs_dmask) | S_IFLNK; +- else +- return (mode & ~sbi->options.fs_fmask) | S_IFREG; +-} +- +-/* Return the FAT attribute byte for this inode */ +-static inline u32 exfat_make_attr(struct inode *inode) +-{ +- if (exfat_mode_can_hold_ro(inode) && !(inode->i_mode & 0222)) +- return (EXFAT_I(inode)->fid.attr) | ATTR_READONLY; +- else +- return EXFAT_I(inode)->fid.attr; +-} +- +-static inline void exfat_save_attr(struct inode *inode, u32 attr) +-{ +- if (exfat_mode_can_hold_ro(inode)) +- EXFAT_I(inode)->fid.attr = attr & ATTR_RWMASK; +- else +- EXFAT_I(inode)->fid.attr = attr & (ATTR_RWMASK | ATTR_READONLY); +-} +- +-static int ffsMountVol(struct super_block *sb) +-{ +- int i, ret; +- struct pbr_sector_t *p_pbr; +- struct buffer_head *tmp_bh = NULL; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- pr_info("[EXFAT] trying to mount...\n"); +- +- mutex_lock(&z_mutex); +- +- exfat_buf_init(sb); +- +- mutex_init(&p_fs->v_mutex); +- p_fs->dev_ejected = 0; +- +- /* open the block device */ +- exfat_bdev_open(sb); +- +- if (p_bd->sector_size < sb->s_blocksize) { +- printk(KERN_INFO "EXFAT: mount failed - sector size %d less than blocksize %ld\n", +- p_bd->sector_size, sb->s_blocksize); +- ret = -EINVAL; +- goto out; +- } +- if (p_bd->sector_size > sb->s_blocksize) +- sb_set_blocksize(sb, p_bd->sector_size); +- +- /* read Sector 0 */ +- if (sector_read(sb, 0, &tmp_bh, 1) != 0) { +- ret = -EIO; +- goto out; +- } +- +- p_fs->PBR_sector = 0; +- +- p_pbr = (struct pbr_sector_t *)tmp_bh->b_data; +- +- /* check the validity of PBR */ +- if (GET16_A(p_pbr->signature) != PBR_SIGNATURE) { +- brelse(tmp_bh); +- exfat_bdev_close(sb); +- ret = -EFSCORRUPTED; +- goto out; +- } +- +- /* fill fs_struct */ +- for (i = 0; i < 53; i++) +- if (p_pbr->bpb[i]) +- break; +- +- if (i < 53) { +- /* Not sure how we'd get here, but complain if it does */ +- ret = -EINVAL; +- pr_info("EXFAT: Attempted to mount VFAT filesystem\n"); +- goto out; +- } else { +- ret = exfat_mount(sb, p_pbr); +- } +- +- brelse(tmp_bh); +- +- if (ret) { +- exfat_bdev_close(sb); +- goto out; +- } +- +- ret = load_alloc_bitmap(sb); +- if (ret) { +- exfat_bdev_close(sb); +- goto out; +- } +- ret = load_upcase_table(sb); +- if (ret) { +- free_alloc_bitmap(sb); +- exfat_bdev_close(sb); +- goto out; +- } +- +- if (p_fs->dev_ejected) { +- free_upcase_table(sb); +- free_alloc_bitmap(sb); +- exfat_bdev_close(sb); +- ret = -EIO; +- goto out; +- } +- +- pr_info("[EXFAT] mounted successfully\n"); +- +-out: +- mutex_unlock(&z_mutex); +- +- return ret; +-} +- +-static int ffsUmountVol(struct super_block *sb) +-{ +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- int err = 0; +- +- pr_info("[EXFAT] trying to unmount...\n"); +- +- mutex_lock(&z_mutex); +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +- +- free_upcase_table(sb); +- free_alloc_bitmap(sb); +- +- exfat_fat_release_all(sb); +- exfat_buf_release_all(sb); +- +- /* close the block device */ +- exfat_bdev_close(sb); +- +- if (p_fs->dev_ejected) { +- pr_info("[EXFAT] unmounted with media errors. Device is already ejected.\n"); +- err = -EIO; +- } +- +- exfat_buf_shutdown(sb); +- +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- mutex_unlock(&z_mutex); +- +- pr_info("[EXFAT] unmounted successfully\n"); +- +- return err; +-} +- +-static int ffsGetVolInfo(struct super_block *sb, struct vol_info_t *info) +-{ +- int err = 0; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- /* check the validity of pointer parameters */ +- if (!info) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- if (p_fs->used_clusters == UINT_MAX) +- p_fs->used_clusters = exfat_count_used_clusters(sb); +- +- info->FatType = p_fs->vol_type; +- info->ClusterSize = p_fs->cluster_size; +- info->NumClusters = p_fs->num_clusters - 2; /* clu 0 & 1 */ +- info->UsedClusters = p_fs->used_clusters; +- info->FreeClusters = info->NumClusters - info->UsedClusters; +- +- if (p_fs->dev_ejected) +- err = -EIO; +- +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return err; +-} +- +-static int ffsSyncVol(struct super_block *sb, bool do_sync) +-{ +- int err = 0; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* synchronize the file system */ +- fs_sync(sb, do_sync); +- fs_set_vol_flags(sb, VOL_CLEAN); +- +- if (p_fs->dev_ejected) +- err = -EIO; +- +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return err; +-} +- +-/*----------------------------------------------------------------------*/ +-/* File Operation Functions */ +-/*----------------------------------------------------------------------*/ +- +-static int ffsLookupFile(struct inode *inode, char *path, struct file_id_t *fid) +-{ +- int ret, dentry, num_entries; +- struct chain_t dir; +- struct uni_name_t uni_name; +- struct dos_name_t dos_name; +- struct dentry_t *ep, *ep2; +- struct entry_set_cache_t *es = NULL; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- pr_debug("%s entered\n", __func__); +- +- /* check the validity of pointer parameters */ +- if (!fid || !path || (*path == '\0')) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* check the validity of directory name in the given pathname */ +- ret = resolve_path(inode, path, &dir, &uni_name); +- if (ret) +- goto out; +- +- ret = get_num_entries_and_dos_name(sb, &dir, &uni_name, &num_entries, +- &dos_name); +- if (ret) +- goto out; +- +- /* search the file name for directories */ +- dentry = exfat_find_dir_entry(sb, &dir, &uni_name, num_entries, +- &dos_name, TYPE_ALL); +- if (dentry < -1) { +- ret = -ENOENT; +- goto out; +- } +- +- fid->dir.dir = dir.dir; +- fid->dir.size = dir.size; +- fid->dir.flags = dir.flags; +- fid->entry = dentry; +- +- if (dentry == -1) { +- fid->type = TYPE_DIR; +- fid->rwoffset = 0; +- fid->hint_last_off = -1; +- +- fid->attr = ATTR_SUBDIR; +- fid->flags = 0x01; +- fid->size = 0; +- fid->start_clu = p_fs->root_dir; +- } else { +- es = get_entry_set_in_dir(sb, &dir, dentry, +- ES_2_ENTRIES, &ep); +- if (!es) { +- ret = -ENOENT; +- goto out; +- } +- ep2 = ep + 1; +- +- fid->type = exfat_get_entry_type(ep); +- fid->rwoffset = 0; +- fid->hint_last_off = -1; +- fid->attr = exfat_get_entry_attr(ep); +- +- fid->size = exfat_get_entry_size(ep2); +- if ((fid->type == TYPE_FILE) && (fid->size == 0)) { +- fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; +- fid->start_clu = CLUSTER_32(~0); +- } else { +- fid->flags = exfat_get_entry_flag(ep2); +- fid->start_clu = exfat_get_entry_clu0(ep2); +- } +- +- release_entry_set(es); +- } +- +- if (p_fs->dev_ejected) +- ret = -EIO; +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static int ffsCreateFile(struct inode *inode, char *path, u8 mode, +- struct file_id_t *fid) +-{ +- struct chain_t dir; +- struct uni_name_t uni_name; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- int ret = 0; +- +- /* check the validity of pointer parameters */ +- if (!fid || !path || (*path == '\0')) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* check the validity of directory name in the given pathname */ +- ret = resolve_path(inode, path, &dir, &uni_name); +- if (ret) +- goto out; +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- /* create a new file */ +- ret = create_file(inode, &dir, &uni_name, mode, fid); +- +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static int ffsReadFile(struct inode *inode, struct file_id_t *fid, void *buffer, +- u64 count, u64 *rcount) +-{ +- s32 offset, sec_offset, clu_offset; +- u32 clu; +- int ret = 0; +- sector_t LogSector; +- u64 oneblkread, read_bytes; +- struct buffer_head *tmp_bh = NULL; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- /* check the validity of the given file id */ +- if (!fid) +- return -EINVAL; +- +- /* check the validity of pointer parameters */ +- if (!buffer) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* check if the given file ID is opened */ +- if (fid->type != TYPE_FILE) { +- ret = -EPERM; +- goto out; +- } +- +- if (fid->rwoffset > fid->size) +- fid->rwoffset = fid->size; +- +- if (count > (fid->size - fid->rwoffset)) +- count = fid->size - fid->rwoffset; +- +- if (count == 0) { +- if (rcount) +- *rcount = 0; +- ret = 0; +- goto out; +- } +- +- read_bytes = 0; +- +- while (count > 0) { +- clu_offset = (s32)(fid->rwoffset >> p_fs->cluster_size_bits); +- clu = fid->start_clu; +- +- if (fid->flags == 0x03) { +- clu += clu_offset; +- } else { +- /* hint information */ +- if ((clu_offset > 0) && (fid->hint_last_off > 0) && +- (clu_offset >= fid->hint_last_off)) { +- clu_offset -= fid->hint_last_off; +- clu = fid->hint_last_clu; +- } +- +- while (clu_offset > 0) { +- /* clu = exfat_fat_read(sb, clu); */ +- if (exfat_fat_read(sb, clu, &clu) == -1) { +- ret = -EIO; +- goto out; +- } +- +- clu_offset--; +- } +- } +- +- /* hint information */ +- fid->hint_last_off = (s32)(fid->rwoffset >> +- p_fs->cluster_size_bits); +- fid->hint_last_clu = clu; +- +- /* byte offset in cluster */ +- offset = (s32)(fid->rwoffset & (p_fs->cluster_size - 1)); +- +- /* sector offset in cluster */ +- sec_offset = offset >> p_bd->sector_size_bits; +- +- /* byte offset in sector */ +- offset &= p_bd->sector_size_mask; +- +- LogSector = START_SECTOR(clu) + sec_offset; +- +- oneblkread = (u64)(p_bd->sector_size - offset); +- if (oneblkread > count) +- oneblkread = count; +- +- if ((offset == 0) && (oneblkread == p_bd->sector_size)) { +- if (sector_read(sb, LogSector, &tmp_bh, 1) != +- 0) +- goto err_out; +- memcpy((char *)buffer + read_bytes, +- (char *)tmp_bh->b_data, (s32)oneblkread); +- } else { +- if (sector_read(sb, LogSector, &tmp_bh, 1) != +- 0) +- goto err_out; +- memcpy((char *)buffer + read_bytes, +- (char *)tmp_bh->b_data + offset, +- (s32)oneblkread); +- } +- count -= oneblkread; +- read_bytes += oneblkread; +- fid->rwoffset += oneblkread; +- } +- brelse(tmp_bh); +- +-/* How did this ever work and not leak a brlse()?? */ +-err_out: +- /* set the size of read bytes */ +- if (rcount) +- *rcount = read_bytes; +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static int ffsWriteFile(struct inode *inode, struct file_id_t *fid, +- void *buffer, u64 count, u64 *wcount) +-{ +- bool modified = false; +- s32 offset, sec_offset, clu_offset; +- s32 num_clusters, num_alloc, num_alloced = (s32)~0; +- int ret = 0; +- u32 clu, last_clu; +- sector_t LogSector; +- u64 oneblkwrite, write_bytes; +- struct chain_t new_clu; +- struct timestamp_t tm; +- struct dentry_t *ep, *ep2; +- struct entry_set_cache_t *es = NULL; +- struct buffer_head *tmp_bh = NULL; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- +- /* check the validity of the given file id */ +- if (!fid) +- return -EINVAL; +- +- /* check the validity of pointer parameters */ +- if (!buffer) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* check if the given file ID is opened */ +- if (fid->type != TYPE_FILE) { +- ret = -EPERM; +- goto out; +- } +- +- if (fid->rwoffset > fid->size) +- fid->rwoffset = fid->size; +- +- if (count == 0) { +- if (wcount) +- *wcount = 0; +- ret = 0; +- goto out; +- } +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- if (fid->size == 0) +- num_clusters = 0; +- else +- num_clusters = (s32)((fid->size - 1) >> +- p_fs->cluster_size_bits) + 1; +- +- write_bytes = 0; +- +- while (count > 0) { +- clu_offset = (s32)(fid->rwoffset >> p_fs->cluster_size_bits); +- clu = fid->start_clu; +- last_clu = fid->start_clu; +- +- if (fid->flags == 0x03) { +- if ((clu_offset > 0) && (clu != CLUSTER_32(~0))) { +- last_clu += clu_offset - 1; +- +- if (clu_offset == num_clusters) +- clu = CLUSTER_32(~0); +- else +- clu += clu_offset; +- } +- } else { +- /* hint information */ +- if ((clu_offset > 0) && (fid->hint_last_off > 0) && +- (clu_offset >= fid->hint_last_off)) { +- clu_offset -= fid->hint_last_off; +- clu = fid->hint_last_clu; +- } +- +- while ((clu_offset > 0) && (clu != CLUSTER_32(~0))) { +- last_clu = clu; +- /* clu = exfat_fat_read(sb, clu); */ +- if (exfat_fat_read(sb, clu, &clu) == -1) { +- ret = -EIO; +- goto out; +- } +- clu_offset--; +- } +- } +- +- if (clu == CLUSTER_32(~0)) { +- num_alloc = (s32)((count - 1) >> +- p_fs->cluster_size_bits) + 1; +- new_clu.dir = (last_clu == CLUSTER_32(~0)) ? +- CLUSTER_32(~0) : last_clu + 1; +- new_clu.size = 0; +- new_clu.flags = fid->flags; +- +- /* (1) allocate a chain of clusters */ +- num_alloced = exfat_alloc_cluster(sb, +- num_alloc, +- &new_clu); +- if (num_alloced == 0) +- break; +- if (num_alloced < 0) { +- ret = num_alloced; +- goto out; +- } +- +- /* (2) append to the FAT chain */ +- if (last_clu == CLUSTER_32(~0)) { +- if (new_clu.flags == 0x01) +- fid->flags = 0x01; +- fid->start_clu = new_clu.dir; +- modified = true; +- } else { +- if (new_clu.flags != fid->flags) { +- exfat_chain_cont_cluster(sb, +- fid->start_clu, +- num_clusters); +- fid->flags = 0x01; +- modified = true; +- } +- if (new_clu.flags == 0x01) +- exfat_fat_write(sb, last_clu, new_clu.dir); +- } +- +- num_clusters += num_alloced; +- clu = new_clu.dir; +- } +- +- /* hint information */ +- fid->hint_last_off = (s32)(fid->rwoffset >> +- p_fs->cluster_size_bits); +- fid->hint_last_clu = clu; +- +- /* byte offset in cluster */ +- offset = (s32)(fid->rwoffset & (p_fs->cluster_size - 1)); +- +- /* sector offset in cluster */ +- sec_offset = offset >> p_bd->sector_size_bits; +- +- /* byte offset in sector */ +- offset &= p_bd->sector_size_mask; +- +- LogSector = START_SECTOR(clu) + sec_offset; +- +- oneblkwrite = (u64)(p_bd->sector_size - offset); +- if (oneblkwrite > count) +- oneblkwrite = count; +- +- if ((offset == 0) && (oneblkwrite == p_bd->sector_size)) { +- if (sector_read(sb, LogSector, &tmp_bh, 0) != +- 0) +- goto err_out; +- memcpy((char *)tmp_bh->b_data, +- (char *)buffer + write_bytes, (s32)oneblkwrite); +- if (sector_write(sb, LogSector, tmp_bh, 0) != +- 0) { +- brelse(tmp_bh); +- goto err_out; +- } +- } else { +- if ((offset > 0) || +- ((fid->rwoffset + oneblkwrite) < fid->size)) { +- if (sector_read(sb, LogSector, &tmp_bh, 1) != +- 0) +- goto err_out; +- } else { +- if (sector_read(sb, LogSector, &tmp_bh, 0) != +- 0) +- goto err_out; +- } +- +- memcpy((char *)tmp_bh->b_data + offset, +- (char *)buffer + write_bytes, (s32)oneblkwrite); +- if (sector_write(sb, LogSector, tmp_bh, 0) != +- 0) { +- brelse(tmp_bh); +- goto err_out; +- } +- } +- +- count -= oneblkwrite; +- write_bytes += oneblkwrite; +- fid->rwoffset += oneblkwrite; +- +- fid->attr |= ATTR_ARCHIVE; +- +- if (fid->size < fid->rwoffset) { +- fid->size = fid->rwoffset; +- modified = true; +- } +- } +- +- brelse(tmp_bh); +- +- /* (3) update the direcoty entry */ +- es = get_entry_set_in_dir(sb, &fid->dir, fid->entry, +- ES_ALL_ENTRIES, &ep); +- if (!es) +- goto err_out; +- ep2 = ep + 1; +- +- exfat_set_entry_time(ep, tm_current(&tm), TM_MODIFY); +- exfat_set_entry_attr(ep, fid->attr); +- +- if (modified) { +- if (exfat_get_entry_flag(ep2) != fid->flags) +- exfat_set_entry_flag(ep2, fid->flags); +- +- if (exfat_get_entry_size(ep2) != fid->size) +- exfat_set_entry_size(ep2, fid->size); +- +- if (exfat_get_entry_clu0(ep2) != fid->start_clu) +- exfat_set_entry_clu0(ep2, fid->start_clu); +- } +- +- update_dir_checksum_with_entry_set(sb, es); +- release_entry_set(es); +- +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +-err_out: +- /* set the size of written bytes */ +- if (wcount) +- *wcount = write_bytes; +- +- if (num_alloced == 0) +- ret = -ENOSPC; +- +- else if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static int ffsTruncateFile(struct inode *inode, u64 old_size, u64 new_size) +-{ +- s32 num_clusters; +- u32 last_clu = CLUSTER_32(0); +- int ret = 0; +- struct chain_t clu; +- struct timestamp_t tm; +- struct dentry_t *ep, *ep2; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- struct entry_set_cache_t *es = NULL; +- +- pr_debug("%s entered (inode %p size %llu)\n", __func__, inode, +- new_size); +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* check if the given file ID is opened */ +- if (fid->type != TYPE_FILE) { +- ret = -EPERM; +- goto out; +- } +- +- if (fid->size != old_size) { +- pr_err("[EXFAT] truncate : can't skip it because of size-mismatch(old:%lld->fid:%lld).\n", +- old_size, fid->size); +- } +- +- if (old_size <= new_size) { +- ret = 0; +- goto out; +- } +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- clu.dir = fid->start_clu; +- clu.size = (s32)((old_size - 1) >> p_fs->cluster_size_bits) + 1; +- clu.flags = fid->flags; +- +- if (new_size > 0) { +- num_clusters = (s32)((new_size - 1) >> +- p_fs->cluster_size_bits) + 1; +- +- if (clu.flags == 0x03) { +- clu.dir += num_clusters; +- } else { +- while (num_clusters > 0) { +- last_clu = clu.dir; +- if (exfat_fat_read(sb, clu.dir, &clu.dir) == -1) { +- ret = -EIO; +- goto out; +- } +- num_clusters--; +- } +- } +- +- clu.size -= num_clusters; +- } +- +- fid->size = new_size; +- fid->attr |= ATTR_ARCHIVE; +- if (new_size == 0) { +- fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; +- fid->start_clu = CLUSTER_32(~0); +- } +- +- /* (1) update the directory entry */ +- es = get_entry_set_in_dir(sb, &fid->dir, fid->entry, +- ES_ALL_ENTRIES, &ep); +- if (!es) { +- ret = -ENOENT; +- goto out; +- } +- ep2 = ep + 1; +- +- exfat_set_entry_time(ep, tm_current(&tm), TM_MODIFY); +- exfat_set_entry_attr(ep, fid->attr); +- +- exfat_set_entry_size(ep2, new_size); +- if (new_size == 0) { +- exfat_set_entry_flag(ep2, 0x01); +- exfat_set_entry_clu0(ep2, CLUSTER_32(0)); +- } +- +- update_dir_checksum_with_entry_set(sb, es); +- release_entry_set(es); +- +- /* (2) cut off from the FAT chain */ +- if (last_clu != CLUSTER_32(0)) { +- if (fid->flags == 0x01) +- exfat_fat_write(sb, last_clu, CLUSTER_32(~0)); +- } +- +- /* (3) free the clusters */ +- exfat_free_cluster(sb, &clu, 0); +- +- /* hint information */ +- fid->hint_last_off = -1; +- if (fid->rwoffset > fid->size) +- fid->rwoffset = fid->size; +- +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- pr_debug("%s exited (%d)\n", __func__, ret); +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static void update_parent_info(struct file_id_t *fid, +- struct inode *parent_inode) +-{ +- struct fs_info_t *p_fs = &(EXFAT_SB(parent_inode->i_sb)->fs_info); +- struct file_id_t *parent_fid = &(EXFAT_I(parent_inode)->fid); +- +- if (unlikely((parent_fid->flags != fid->dir.flags) || +- (parent_fid->size != +- (fid->dir.size << p_fs->cluster_size_bits)) || +- (parent_fid->start_clu != fid->dir.dir))) { +- fid->dir.dir = parent_fid->start_clu; +- fid->dir.flags = parent_fid->flags; +- fid->dir.size = ((parent_fid->size + (p_fs->cluster_size - 1)) +- >> p_fs->cluster_size_bits); +- } +-} +- +-static int ffsMoveFile(struct inode *old_parent_inode, struct file_id_t *fid, +- struct inode *new_parent_inode, struct dentry *new_dentry) +-{ +- s32 ret; +- s32 dentry; +- struct chain_t olddir, newdir; +- struct chain_t *p_dir = NULL; +- struct uni_name_t uni_name; +- struct dentry_t *ep; +- struct super_block *sb = old_parent_inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- u8 *new_path = (u8 *)new_dentry->d_name.name; +- struct inode *new_inode = new_dentry->d_inode; +- int num_entries; +- struct file_id_t *new_fid = NULL; +- s32 new_entry = 0; +- +- /* check the validity of the given file id */ +- if (!fid) +- return -EINVAL; +- +- /* check the validity of pointer parameters */ +- if (!new_path || (*new_path == '\0')) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- update_parent_info(fid, old_parent_inode); +- +- olddir.dir = fid->dir.dir; +- olddir.size = fid->dir.size; +- olddir.flags = fid->dir.flags; +- +- dentry = fid->entry; +- +- /* check if the old file is "." or ".." */ +- if (p_fs->vol_type != EXFAT) { +- if ((olddir.dir != p_fs->root_dir) && (dentry < 2)) { +- ret = -EPERM; +- goto out2; +- } +- } +- +- ep = get_entry_in_dir(sb, &olddir, dentry, NULL); +- if (!ep) { +- ret = -ENOENT; +- goto out2; +- } +- +- if (exfat_get_entry_attr(ep) & ATTR_READONLY) { +- ret = -EPERM; +- goto out2; +- } +- +- /* check whether new dir is existing directory and empty */ +- if (new_inode) { +- u32 entry_type; +- +- ret = -ENOENT; +- new_fid = &EXFAT_I(new_inode)->fid; +- +- update_parent_info(new_fid, new_parent_inode); +- +- p_dir = &new_fid->dir; +- new_entry = new_fid->entry; +- ep = get_entry_in_dir(sb, p_dir, new_entry, NULL); +- if (!ep) +- goto out; +- +- entry_type = exfat_get_entry_type(ep); +- +- if (entry_type == TYPE_DIR) { +- struct chain_t new_clu; +- +- new_clu.dir = new_fid->start_clu; +- new_clu.size = (s32)((new_fid->size - 1) >> +- p_fs->cluster_size_bits) + 1; +- new_clu.flags = new_fid->flags; +- +- if (!is_dir_empty(sb, &new_clu)) { +- ret = -EEXIST; +- goto out; +- } +- } +- } +- +- /* check the validity of directory name in the given new pathname */ +- ret = resolve_path(new_parent_inode, new_path, &newdir, &uni_name); +- if (ret) +- goto out2; +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- if (olddir.dir == newdir.dir) +- ret = exfat_rename_file(new_parent_inode, &olddir, dentry, +- &uni_name, fid); +- else +- ret = move_file(new_parent_inode, &olddir, dentry, &newdir, +- &uni_name, fid); +- +- if ((ret == 0) && new_inode) { +- /* delete entries of new_dir */ +- ep = get_entry_in_dir(sb, p_dir, new_entry, NULL); +- if (!ep) +- goto out; +- +- num_entries = exfat_count_ext_entries(sb, p_dir, +- new_entry, ep); +- if (num_entries < 0) +- goto out; +- exfat_delete_dir_entry(sb, p_dir, new_entry, 0, +- num_entries + 1); +- } +-out: +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +- if (p_fs->dev_ejected) +- ret = -EIO; +-out2: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static int ffsRemoveFile(struct inode *inode, struct file_id_t *fid) +-{ +- s32 dentry; +- int ret = 0; +- struct chain_t dir, clu_to_free; +- struct dentry_t *ep; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- /* check the validity of the given file id */ +- if (!fid) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- dir.dir = fid->dir.dir; +- dir.size = fid->dir.size; +- dir.flags = fid->dir.flags; +- +- dentry = fid->entry; +- +- ep = get_entry_in_dir(sb, &dir, dentry, NULL); +- if (!ep) { +- ret = -ENOENT; +- goto out; +- } +- +- if (exfat_get_entry_attr(ep) & ATTR_READONLY) { +- ret = -EPERM; +- goto out; +- } +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- /* (1) update the directory entry */ +- remove_file(inode, &dir, dentry); +- +- clu_to_free.dir = fid->start_clu; +- clu_to_free.size = (s32)((fid->size - 1) >> p_fs->cluster_size_bits) + 1; +- clu_to_free.flags = fid->flags; +- +- /* (2) free the clusters */ +- exfat_free_cluster(sb, &clu_to_free, 0); +- +- fid->size = 0; +- fid->start_clu = CLUSTER_32(~0); +- fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; +- +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +- if (p_fs->dev_ejected) +- ret = -EIO; +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-#if 0 +-/* Not currently wired up */ +-static int ffsSetAttr(struct inode *inode, u32 attr) +-{ +- u32 type; +- int ret = 0; +- sector_t sector = 0; +- struct dentry_t *ep; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- u8 is_dir = (fid->type == TYPE_DIR) ? 1 : 0; +- struct entry_set_cache_t *es = NULL; +- +- if (fid->attr == attr) { +- if (p_fs->dev_ejected) +- return -EIO; +- return 0; +- } +- +- if (is_dir) { +- if ((fid->dir.dir == p_fs->root_dir) && +- (fid->entry == -1)) { +- if (p_fs->dev_ejected) +- return -EIO; +- return 0; +- } +- } +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* get the directory entry of given file */ +- es = get_entry_set_in_dir(sb, &fid->dir, fid->entry, +- ES_ALL_ENTRIES, &ep); +- if (!es) { +- ret = -ENOENT; +- goto out; +- } +- +- type = exfat_get_entry_type(ep); +- +- if (((type == TYPE_FILE) && (attr & ATTR_SUBDIR)) || +- ((type == TYPE_DIR) && (!(attr & ATTR_SUBDIR)))) { +- if (p_fs->dev_ejected) +- ret = -EIO; +- else +- ret = -EINVAL; +- +- release_entry_set(es); +- goto out; +- } +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- /* set the file attribute */ +- fid->attr = attr; +- exfat_set_entry_attr(ep, attr); +- +- update_dir_checksum_with_entry_set(sb, es); +- release_entry_set(es); +- +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +- if (p_fs->dev_ejected) +- ret = -EIO; +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +-#endif +- +-static int ffsReadStat(struct inode *inode, struct dir_entry_t *info) +-{ +- s32 count; +- int ret = 0; +- struct chain_t dir; +- struct uni_name_t uni_name; +- struct timestamp_t tm; +- struct dentry_t *ep, *ep2; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- struct entry_set_cache_t *es = NULL; +- u8 is_dir = (fid->type == TYPE_DIR) ? 1 : 0; +- +- pr_debug("%s entered\n", __func__); +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- if (is_dir) { +- if ((fid->dir.dir == p_fs->root_dir) && +- (fid->entry == -1)) { +- info->Attr = ATTR_SUBDIR; +- memset((char *)&info->CreateTimestamp, 0, +- sizeof(struct date_time_t)); +- memset((char *)&info->ModifyTimestamp, 0, +- sizeof(struct date_time_t)); +- memset((char *)&info->AccessTimestamp, 0, +- sizeof(struct date_time_t)); +- strcpy(info->ShortName, "."); +- strcpy(info->Name, "."); +- +- dir.dir = p_fs->root_dir; +- dir.flags = 0x01; +- +- if (p_fs->root_dir == CLUSTER_32(0)) { +- /* FAT16 root_dir */ +- info->Size = p_fs->dentries_in_root << +- DENTRY_SIZE_BITS; +- } else { +- info->Size = count_num_clusters(sb, &dir) << +- p_fs->cluster_size_bits; +- } +- +- count = count_dos_name_entries(sb, &dir, TYPE_DIR); +- if (count < 0) { +- ret = count; /* propagate error upward */ +- goto out; +- } +- info->NumSubdirs = count; +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- goto out; +- } +- } +- +- /* get the directory entry of given file or directory */ +- es = get_entry_set_in_dir(sb, &fid->dir, fid->entry, +- ES_2_ENTRIES, &ep); +- if (!es) { +- ret = -ENOENT; +- goto out; +- } +- ep2 = ep + 1; +- +- /* set FILE_INFO structure using the acquired struct dentry_t */ +- info->Attr = exfat_get_entry_attr(ep); +- +- exfat_get_entry_time(ep, &tm, TM_CREATE); +- info->CreateTimestamp.Year = tm.year; +- info->CreateTimestamp.Month = tm.mon; +- info->CreateTimestamp.Day = tm.day; +- info->CreateTimestamp.Hour = tm.hour; +- info->CreateTimestamp.Minute = tm.min; +- info->CreateTimestamp.Second = tm.sec; +- info->CreateTimestamp.MilliSecond = 0; +- +- exfat_get_entry_time(ep, &tm, TM_MODIFY); +- info->ModifyTimestamp.Year = tm.year; +- info->ModifyTimestamp.Month = tm.mon; +- info->ModifyTimestamp.Day = tm.day; +- info->ModifyTimestamp.Hour = tm.hour; +- info->ModifyTimestamp.Minute = tm.min; +- info->ModifyTimestamp.Second = tm.sec; +- info->ModifyTimestamp.MilliSecond = 0; +- +- memset((char *)&info->AccessTimestamp, 0, sizeof(struct date_time_t)); +- +- *uni_name.name = 0x0; +- /* XXX this is very bad for exfat cuz name is already included in es. +- * API should be revised +- */ +- exfat_get_uni_name_from_ext_entry(sb, &fid->dir, fid->entry, +- uni_name.name); +- nls_uniname_to_cstring(sb, info->Name, &uni_name); +- +- info->NumSubdirs = 2; +- +- info->Size = exfat_get_entry_size(ep2); +- +- release_entry_set(es); +- +- if (is_dir) { +- dir.dir = fid->start_clu; +- dir.flags = 0x01; +- +- if (info->Size == 0) +- info->Size = (u64)count_num_clusters(sb, &dir) << +- p_fs->cluster_size_bits; +- +- count = count_dos_name_entries(sb, &dir, TYPE_DIR); +- if (count < 0) { +- ret = count; /* propagate error upward */ +- goto out; +- } +- info->NumSubdirs += count; +- } +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- pr_debug("%s exited successfully\n", __func__); +- return ret; +-} +- +-static int ffsWriteStat(struct inode *inode, struct dir_entry_t *info) +-{ +- int ret = 0; +- struct timestamp_t tm; +- struct dentry_t *ep, *ep2; +- struct entry_set_cache_t *es = NULL; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- u8 is_dir = (fid->type == TYPE_DIR) ? 1 : 0; +- +- pr_debug("%s entered (inode %p info %p\n", __func__, inode, info); +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- if (is_dir) { +- if ((fid->dir.dir == p_fs->root_dir) && +- (fid->entry == -1)) { +- if (p_fs->dev_ejected) +- ret = -EIO; +- ret = 0; +- goto out; +- } +- } +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- /* get the directory entry of given file or directory */ +- es = get_entry_set_in_dir(sb, &fid->dir, fid->entry, +- ES_ALL_ENTRIES, &ep); +- if (!es) { +- ret = -ENOENT; +- goto out; +- } +- ep2 = ep + 1; +- +- exfat_set_entry_attr(ep, info->Attr); +- +- /* set FILE_INFO structure using the acquired struct dentry_t */ +- tm.sec = info->CreateTimestamp.Second; +- tm.min = info->CreateTimestamp.Minute; +- tm.hour = info->CreateTimestamp.Hour; +- tm.day = info->CreateTimestamp.Day; +- tm.mon = info->CreateTimestamp.Month; +- tm.year = info->CreateTimestamp.Year; +- exfat_set_entry_time(ep, &tm, TM_CREATE); +- +- tm.sec = info->ModifyTimestamp.Second; +- tm.min = info->ModifyTimestamp.Minute; +- tm.hour = info->ModifyTimestamp.Hour; +- tm.day = info->ModifyTimestamp.Day; +- tm.mon = info->ModifyTimestamp.Month; +- tm.year = info->ModifyTimestamp.Year; +- exfat_set_entry_time(ep, &tm, TM_MODIFY); +- +- exfat_set_entry_size(ep2, info->Size); +- +- update_dir_checksum_with_entry_set(sb, es); +- release_entry_set(es); +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- pr_debug("%s exited (%d)\n", __func__, ret); +- +- return ret; +-} +- +-static int ffsMapCluster(struct inode *inode, s32 clu_offset, u32 *clu) +-{ +- s32 num_clusters, num_alloced; +- bool modified = false; +- u32 last_clu; +- int ret = 0; +- struct chain_t new_clu; +- struct dentry_t *ep; +- struct entry_set_cache_t *es = NULL; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- +- /* check the validity of pointer parameters */ +- if (!clu) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- fid->rwoffset = (s64)(clu_offset) << p_fs->cluster_size_bits; +- +- if (EXFAT_I(inode)->mmu_private == 0) +- num_clusters = 0; +- else +- num_clusters = (s32)((EXFAT_I(inode)->mmu_private - 1) >> +- p_fs->cluster_size_bits) + 1; +- +- *clu = last_clu = fid->start_clu; +- +- if (fid->flags == 0x03) { +- if ((clu_offset > 0) && (*clu != CLUSTER_32(~0))) { +- last_clu += clu_offset - 1; +- +- if (clu_offset == num_clusters) +- *clu = CLUSTER_32(~0); +- else +- *clu += clu_offset; +- } +- } else { +- /* hint information */ +- if ((clu_offset > 0) && (fid->hint_last_off > 0) && +- (clu_offset >= fid->hint_last_off)) { +- clu_offset -= fid->hint_last_off; +- *clu = fid->hint_last_clu; +- } +- +- while ((clu_offset > 0) && (*clu != CLUSTER_32(~0))) { +- last_clu = *clu; +- if (exfat_fat_read(sb, *clu, clu) == -1) { +- ret = -EIO; +- goto out; +- } +- clu_offset--; +- } +- } +- +- if (*clu == CLUSTER_32(~0)) { +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- new_clu.dir = (last_clu == CLUSTER_32(~0)) ? CLUSTER_32(~0) : +- last_clu + 1; +- new_clu.size = 0; +- new_clu.flags = fid->flags; +- +- /* (1) allocate a cluster */ +- num_alloced = exfat_alloc_cluster(sb, 1, &new_clu); +- if (num_alloced < 0) { +- ret = -EIO; +- goto out; +- } else if (num_alloced == 0) { +- ret = -ENOSPC; +- goto out; +- } +- +- /* (2) append to the FAT chain */ +- if (last_clu == CLUSTER_32(~0)) { +- if (new_clu.flags == 0x01) +- fid->flags = 0x01; +- fid->start_clu = new_clu.dir; +- modified = true; +- } else { +- if (new_clu.flags != fid->flags) { +- exfat_chain_cont_cluster(sb, fid->start_clu, +- num_clusters); +- fid->flags = 0x01; +- modified = true; +- } +- if (new_clu.flags == 0x01) +- exfat_fat_write(sb, last_clu, new_clu.dir); +- } +- +- num_clusters += num_alloced; +- *clu = new_clu.dir; +- +- es = get_entry_set_in_dir(sb, &fid->dir, fid->entry, +- ES_ALL_ENTRIES, &ep); +- if (!es) { +- ret = -ENOENT; +- goto out; +- } +- /* get stream entry */ +- ep++; +- +- /* (3) update directory entry */ +- if (modified) { +- if (exfat_get_entry_flag(ep) != fid->flags) +- exfat_set_entry_flag(ep, fid->flags); +- +- if (exfat_get_entry_clu0(ep) != fid->start_clu) +- exfat_set_entry_clu0(ep, fid->start_clu); +- } +- +- update_dir_checksum_with_entry_set(sb, es); +- release_entry_set(es); +- +- /* add number of new blocks to inode */ +- inode->i_blocks += num_alloced << (p_fs->cluster_size_bits - 9); +- } +- +- /* hint information */ +- fid->hint_last_off = (s32)(fid->rwoffset >> p_fs->cluster_size_bits); +- fid->hint_last_clu = *clu; +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-/*----------------------------------------------------------------------*/ +-/* Directory Operation Functions */ +-/*----------------------------------------------------------------------*/ +- +-static int ffsCreateDir(struct inode *inode, char *path, struct file_id_t *fid) +-{ +- int ret = 0; +- struct chain_t dir; +- struct uni_name_t uni_name; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- pr_debug("%s entered\n", __func__); +- +- /* check the validity of pointer parameters */ +- if (!fid || !path || (*path == '\0')) +- return -EINVAL; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- /* check the validity of directory name in the given old pathname */ +- ret = resolve_path(inode, path, &dir, &uni_name); +- if (ret) +- goto out; +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- ret = create_dir(inode, &dir, &uni_name, fid); +- +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +- if (p_fs->dev_ejected) +- ret = -EIO; +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static int ffsReadDir(struct inode *inode, struct dir_entry_t *dir_entry) +-{ +- int i, dentry, clu_offset; +- int ret = 0; +- s32 dentries_per_clu, dentries_per_clu_bits = 0; +- u32 type; +- sector_t sector; +- struct chain_t dir, clu; +- struct uni_name_t uni_name; +- struct timestamp_t tm; +- struct dentry_t *ep; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- +- /* check the validity of pointer parameters */ +- if (!dir_entry) +- return -EINVAL; +- +- /* check if the given file ID is opened */ +- if (fid->type != TYPE_DIR) +- return -ENOTDIR; +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- if (fid->entry == -1) { +- dir.dir = p_fs->root_dir; +- dir.flags = 0x01; +- } else { +- dir.dir = fid->start_clu; +- dir.size = (s32)(fid->size >> p_fs->cluster_size_bits); +- dir.flags = fid->flags; +- } +- +- dentry = (s32)fid->rwoffset; +- +- if (dir.dir == CLUSTER_32(0)) { +- /* FAT16 root_dir */ +- dentries_per_clu = p_fs->dentries_in_root; +- +- if (dentry == dentries_per_clu) { +- clu.dir = CLUSTER_32(~0); +- } else { +- clu.dir = dir.dir; +- clu.size = dir.size; +- clu.flags = dir.flags; +- } +- } else { +- dentries_per_clu = p_fs->dentries_per_clu; +- dentries_per_clu_bits = ilog2(dentries_per_clu); +- +- clu_offset = dentry >> dentries_per_clu_bits; +- clu.dir = dir.dir; +- clu.size = dir.size; +- clu.flags = dir.flags; +- +- if (clu.flags == 0x03) { +- clu.dir += clu_offset; +- clu.size -= clu_offset; +- } else { +- /* hint_information */ +- if ((clu_offset > 0) && (fid->hint_last_off > 0) && +- (clu_offset >= fid->hint_last_off)) { +- clu_offset -= fid->hint_last_off; +- clu.dir = fid->hint_last_clu; +- } +- +- while (clu_offset > 0) { +- /* clu.dir = exfat_fat_read(sb, clu.dir); */ +- if (exfat_fat_read(sb, clu.dir, &clu.dir) == -1) { +- ret = -EIO; +- goto out; +- } +- clu_offset--; +- } +- } +- } +- +- while (clu.dir != CLUSTER_32(~0)) { +- if (p_fs->dev_ejected) +- break; +- +- if (dir.dir == CLUSTER_32(0)) /* FAT16 root_dir */ +- i = dentry % dentries_per_clu; +- else +- i = dentry & (dentries_per_clu - 1); +- +- for ( ; i < dentries_per_clu; i++, dentry++) { +- ep = get_entry_in_dir(sb, &clu, i, §or); +- if (!ep) { +- ret = -ENOENT; +- goto out; +- } +- type = exfat_get_entry_type(ep); +- +- if (type == TYPE_UNUSED) +- break; +- +- if ((type != TYPE_FILE) && (type != TYPE_DIR)) +- continue; +- +- exfat_buf_lock(sb, sector); +- dir_entry->Attr = exfat_get_entry_attr(ep); +- +- exfat_get_entry_time(ep, &tm, TM_CREATE); +- dir_entry->CreateTimestamp.Year = tm.year; +- dir_entry->CreateTimestamp.Month = tm.mon; +- dir_entry->CreateTimestamp.Day = tm.day; +- dir_entry->CreateTimestamp.Hour = tm.hour; +- dir_entry->CreateTimestamp.Minute = tm.min; +- dir_entry->CreateTimestamp.Second = tm.sec; +- dir_entry->CreateTimestamp.MilliSecond = 0; +- +- exfat_get_entry_time(ep, &tm, TM_MODIFY); +- dir_entry->ModifyTimestamp.Year = tm.year; +- dir_entry->ModifyTimestamp.Month = tm.mon; +- dir_entry->ModifyTimestamp.Day = tm.day; +- dir_entry->ModifyTimestamp.Hour = tm.hour; +- dir_entry->ModifyTimestamp.Minute = tm.min; +- dir_entry->ModifyTimestamp.Second = tm.sec; +- dir_entry->ModifyTimestamp.MilliSecond = 0; +- +- memset((char *)&dir_entry->AccessTimestamp, 0, +- sizeof(struct date_time_t)); +- +- *uni_name.name = 0x0; +- exfat_get_uni_name_from_ext_entry(sb, &dir, dentry, +- uni_name.name); +- nls_uniname_to_cstring(sb, dir_entry->Name, &uni_name); +- exfat_buf_unlock(sb, sector); +- +- ep = get_entry_in_dir(sb, &clu, i + 1, NULL); +- if (!ep) { +- ret = -ENOENT; +- goto out; +- } +- +- dir_entry->Size = exfat_get_entry_size(ep); +- +- /* hint information */ +- if (dir.dir == CLUSTER_32(0)) { /* FAT16 root_dir */ +- } else { +- fid->hint_last_off = dentry >> +- dentries_per_clu_bits; +- fid->hint_last_clu = clu.dir; +- } +- +- fid->rwoffset = (s64)(++dentry); +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- goto out; +- } +- +- if (dir.dir == CLUSTER_32(0)) +- break; /* FAT16 root_dir */ +- +- if (clu.flags == 0x03) { +- if ((--clu.size) > 0) +- clu.dir++; +- else +- clu.dir = CLUSTER_32(~0); +- } else { +- /* clu.dir = exfat_fat_read(sb, clu.dir); */ +- if (exfat_fat_read(sb, clu.dir, &clu.dir) == -1) { +- ret = -EIO; +- goto out; +- } +- } +- } +- +- *dir_entry->Name = '\0'; +- +- fid->rwoffset = (s64)(++dentry); +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-static int ffsRemoveDir(struct inode *inode, struct file_id_t *fid) +-{ +- s32 dentry; +- int ret = 0; +- struct chain_t dir, clu_to_free; +- struct super_block *sb = inode->i_sb; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- /* check the validity of the given file id */ +- if (!fid) +- return -EINVAL; +- +- dir.dir = fid->dir.dir; +- dir.size = fid->dir.size; +- dir.flags = fid->dir.flags; +- +- dentry = fid->entry; +- +- /* check if the file is "." or ".." */ +- if (p_fs->vol_type != EXFAT) { +- if ((dir.dir != p_fs->root_dir) && (dentry < 2)) +- return -EPERM; +- } +- +- /* acquire the lock for file system critical section */ +- mutex_lock(&p_fs->v_mutex); +- +- clu_to_free.dir = fid->start_clu; +- clu_to_free.size = (s32)((fid->size - 1) >> p_fs->cluster_size_bits) + 1; +- clu_to_free.flags = fid->flags; +- +- if (!is_dir_empty(sb, &clu_to_free)) { +- ret = -ENOTEMPTY; +- goto out; +- } +- +- fs_set_vol_flags(sb, VOL_DIRTY); +- +- /* (1) update the directory entry */ +- remove_file(inode, &dir, dentry); +- +- /* (2) free the clusters */ +- exfat_free_cluster(sb, &clu_to_free, 1); +- +- fid->size = 0; +- fid->start_clu = CLUSTER_32(~0); +- fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; +- +-#ifndef CONFIG_STAGING_EXFAT_DELAYED_SYNC +- fs_sync(sb, true); +- fs_set_vol_flags(sb, VOL_CLEAN); +-#endif +- +- if (p_fs->dev_ejected) +- ret = -EIO; +- +-out: +- /* release the lock for file system critical section */ +- mutex_unlock(&p_fs->v_mutex); +- +- return ret; +-} +- +-/*======================================================================*/ +-/* Directory Entry Operations */ +-/*======================================================================*/ +- +-static int exfat_readdir(struct file *filp, struct dir_context *ctx) +-{ +- struct inode *inode = file_inode(filp); +- struct super_block *sb = inode->i_sb; +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct fs_info_t *p_fs = &sbi->fs_info; +- struct bd_info_t *p_bd = &(EXFAT_SB(sb)->bd_info); +- struct dir_entry_t de; +- unsigned long inum; +- loff_t cpos; +- int err = 0; +- +- __lock_super(sb); +- +- cpos = ctx->pos; +- /* Fake . and .. for the root directory. */ +- if ((p_fs->vol_type == EXFAT) || (inode->i_ino == EXFAT_ROOT_INO)) { +- while (cpos < 2) { +- if (inode->i_ino == EXFAT_ROOT_INO) +- inum = EXFAT_ROOT_INO; +- else if (cpos == 0) +- inum = inode->i_ino; +- else /* (cpos == 1) */ +- inum = parent_ino(filp->f_path.dentry); +- +- if (!dir_emit_dots(filp, ctx)) +- goto out; +- cpos++; +- ctx->pos++; +- } +- if (cpos == 2) +- cpos = 0; +- } +- if (cpos & (DENTRY_SIZE - 1)) { +- err = -ENOENT; +- goto out; +- } +- +-get_new: +- EXFAT_I(inode)->fid.size = i_size_read(inode); +- EXFAT_I(inode)->fid.rwoffset = cpos >> DENTRY_SIZE_BITS; +- +- err = ffsReadDir(inode, &de); +- if (err) { +- /* at least we tried to read a sector +- * move cpos to next sector position (should be aligned) +- */ +- if (err == -EIO) { +- cpos += 1 << p_bd->sector_size_bits; +- cpos &= ~((1 << p_bd->sector_size_bits) - 1); +- } +- +- goto end_of_dir; +- } +- +- cpos = EXFAT_I(inode)->fid.rwoffset << DENTRY_SIZE_BITS; +- +- if (!de.Name[0]) +- goto end_of_dir; +- +- if (!memcmp(de.ShortName, DOS_CUR_DIR_NAME, DOS_NAME_LENGTH)) { +- inum = inode->i_ino; +- } else if (!memcmp(de.ShortName, DOS_PAR_DIR_NAME, DOS_NAME_LENGTH)) { +- inum = parent_ino(filp->f_path.dentry); +- } else { +- loff_t i_pos = ((loff_t)EXFAT_I(inode)->fid.start_clu << 32) | +- ((EXFAT_I(inode)->fid.rwoffset - 1) & 0xffffffff); +- struct inode *tmp = exfat_iget(sb, i_pos); +- +- if (tmp) { +- inum = tmp->i_ino; +- iput(tmp); +- } else { +- inum = iunique(sb, EXFAT_ROOT_INO); +- } +- } +- +- if (!dir_emit(ctx, de.Name, strlen(de.Name), inum, +- (de.Attr & ATTR_SUBDIR) ? DT_DIR : DT_REG)) +- goto out; +- +- ctx->pos = cpos; +- goto get_new; +- +-end_of_dir: +- ctx->pos = cpos; +-out: +- __unlock_super(sb); +- return err; +-} +- +-static int exfat_ioctl_volume_id(struct inode *dir) +-{ +- struct super_block *sb = dir->i_sb; +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct fs_info_t *p_fs = &sbi->fs_info; +- +- return p_fs->vol_id; +-} +- +-static long exfat_generic_ioctl(struct file *filp, unsigned int cmd, +- unsigned long arg) +-{ +- struct inode *inode = filp->f_path.dentry->d_inode; +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- unsigned int flags; +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- +- switch (cmd) { +- case EXFAT_IOCTL_GET_VOLUME_ID: +- return exfat_ioctl_volume_id(inode); +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- case EXFAT_IOC_GET_DEBUGFLAGS: { +- struct super_block *sb = inode->i_sb; +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- flags = sbi->debug_flags; +- return put_user(flags, (int __user *)arg); +- } +- case EXFAT_IOC_SET_DEBUGFLAGS: { +- struct super_block *sb = inode->i_sb; +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- if (!capable(CAP_SYS_ADMIN)) +- return -EPERM; +- +- if (get_user(flags, (int __user *)arg)) +- return -EFAULT; +- +- __lock_super(sb); +- sbi->debug_flags = flags; +- __unlock_super(sb); +- +- return 0; +- } +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- default: +- return -ENOTTY; /* Inappropriate ioctl for device */ +- } +-} +- +-static const struct file_operations exfat_dir_operations = { +- .llseek = generic_file_llseek, +- .read = generic_read_dir, +- .iterate = exfat_readdir, +- .unlocked_ioctl = exfat_generic_ioctl, +- .fsync = generic_file_fsync, +-}; +- +-static int exfat_create(struct inode *dir, struct dentry *dentry, umode_t mode, +- bool excl) +-{ +- struct super_block *sb = dir->i_sb; +- struct timespec64 curtime; +- struct inode *inode; +- struct file_id_t fid; +- loff_t i_pos; +- int err; +- +- __lock_super(sb); +- +- pr_debug("%s entered\n", __func__); +- +- err = ffsCreateFile(dir, (u8 *)dentry->d_name.name, FM_REGULAR, &fid); +- if (err) +- goto out; +- +- INC_IVERSION(dir); +- curtime = current_time(dir); +- dir->i_ctime = curtime; +- dir->i_mtime = curtime; +- dir->i_atime = curtime; +- if (IS_DIRSYNC(dir)) +- (void)exfat_sync_inode(dir); +- else +- mark_inode_dirty(dir); +- +- i_pos = ((loff_t)fid.dir.dir << 32) | (fid.entry & 0xffffffff); +- +- inode = exfat_build_inode(sb, &fid, i_pos); +- if (IS_ERR(inode)) { +- err = PTR_ERR(inode); +- goto out; +- } +- INC_IVERSION(inode); +- curtime = current_time(inode); +- inode->i_mtime = curtime; +- inode->i_atime = curtime; +- inode->i_ctime = curtime; +- /* +- * timestamp is already written, so mark_inode_dirty() is unnecessary. +- */ +- +- dentry->d_time = GET_IVERSION(dentry->d_parent->d_inode); +- d_instantiate(dentry, inode); +- +-out: +- __unlock_super(sb); +- pr_debug("%s exited\n", __func__); +- return err; +-} +- +-static int exfat_find(struct inode *dir, struct qstr *qname, +- struct file_id_t *fid) +-{ +- int err; +- +- if (qname->len == 0) +- return -ENOENT; +- +- err = ffsLookupFile(dir, (u8 *)qname->name, fid); +- if (err) +- return -ENOENT; +- +- return 0; +-} +- +-static int exfat_d_anon_disconn(struct dentry *dentry) +-{ +- return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); +-} +- +-static struct dentry *exfat_lookup(struct inode *dir, struct dentry *dentry, +- unsigned int flags) +-{ +- struct super_block *sb = dir->i_sb; +- struct inode *inode; +- struct dentry *alias; +- int err; +- struct file_id_t fid; +- loff_t i_pos; +- u64 ret; +- mode_t i_mode; +- +- __lock_super(sb); +- pr_debug("%s entered\n", __func__); +- err = exfat_find(dir, &dentry->d_name, &fid); +- if (err) { +- if (err == -ENOENT) { +- inode = NULL; +- goto out; +- } +- goto error; +- } +- +- i_pos = ((loff_t)fid.dir.dir << 32) | (fid.entry & 0xffffffff); +- inode = exfat_build_inode(sb, &fid, i_pos); +- if (IS_ERR(inode)) { +- err = PTR_ERR(inode); +- goto error; +- } +- +- i_mode = inode->i_mode; +- if (S_ISLNK(i_mode) && !EXFAT_I(inode)->target) { +- EXFAT_I(inode)->target = kmalloc(i_size_read(inode) + 1, +- GFP_KERNEL); +- if (!EXFAT_I(inode)->target) { +- err = -ENOMEM; +- goto error; +- } +- ffsReadFile(dir, &fid, EXFAT_I(inode)->target, +- i_size_read(inode), &ret); +- *(EXFAT_I(inode)->target + i_size_read(inode)) = '\0'; +- } +- +- alias = d_find_alias(inode); +- if (alias && !exfat_d_anon_disconn(alias)) { +- BUG_ON(d_unhashed(alias)); +- if (!S_ISDIR(i_mode)) +- d_move(alias, dentry); +- iput(inode); +- __unlock_super(sb); +- pr_debug("%s exited 1\n", __func__); +- return alias; +- } +- dput(alias); +-out: +- __unlock_super(sb); +- dentry->d_time = GET_IVERSION(dentry->d_parent->d_inode); +- dentry = d_splice_alias(inode, dentry); +- if (dentry) +- dentry->d_time = GET_IVERSION(dentry->d_parent->d_inode); +- pr_debug("%s exited 2\n", __func__); +- return dentry; +- +-error: +- __unlock_super(sb); +- pr_debug("%s exited 3\n", __func__); +- return ERR_PTR(err); +-} +- +-static inline unsigned long exfat_hash(loff_t i_pos) +-{ +- return hash_32(i_pos, EXFAT_HASH_BITS); +-} +- +-static void exfat_attach(struct inode *inode, loff_t i_pos) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); +- struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); +- +- spin_lock(&sbi->inode_hash_lock); +- EXFAT_I(inode)->i_pos = i_pos; +- hlist_add_head(&EXFAT_I(inode)->i_hash_fat, head); +- spin_unlock(&sbi->inode_hash_lock); +-} +- +-static void exfat_detach(struct inode *inode) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); +- +- spin_lock(&sbi->inode_hash_lock); +- hlist_del_init(&EXFAT_I(inode)->i_hash_fat); +- EXFAT_I(inode)->i_pos = 0; +- spin_unlock(&sbi->inode_hash_lock); +-} +- +-static int exfat_unlink(struct inode *dir, struct dentry *dentry) +-{ +- struct inode *inode = dentry->d_inode; +- struct super_block *sb = dir->i_sb; +- struct timespec64 curtime; +- int err; +- +- __lock_super(sb); +- +- pr_debug("%s entered\n", __func__); +- +- EXFAT_I(inode)->fid.size = i_size_read(inode); +- +- err = ffsRemoveFile(dir, &(EXFAT_I(inode)->fid)); +- if (err) +- goto out; +- +- INC_IVERSION(dir); +- curtime = current_time(dir); +- dir->i_mtime = curtime; +- dir->i_atime = curtime; +- if (IS_DIRSYNC(dir)) +- (void)exfat_sync_inode(dir); +- else +- mark_inode_dirty(dir); +- +- clear_nlink(inode); +- curtime = current_time(inode); +- inode->i_mtime = curtime; +- inode->i_atime = curtime; +- exfat_detach(inode); +- remove_inode_hash(inode); +- +-out: +- __unlock_super(sb); +- pr_debug("%s exited\n", __func__); +- return err; +-} +- +-static int exfat_symlink(struct inode *dir, struct dentry *dentry, +- const char *target) +-{ +- struct super_block *sb = dir->i_sb; +- struct timespec64 curtime; +- struct inode *inode; +- struct file_id_t fid; +- loff_t i_pos; +- int err; +- u64 len = (u64)strlen(target); +- u64 ret; +- +- __lock_super(sb); +- +- pr_debug("%s entered\n", __func__); +- +- err = ffsCreateFile(dir, (u8 *)dentry->d_name.name, FM_SYMLINK, &fid); +- if (err) +- goto out; +- +- +- err = ffsWriteFile(dir, &fid, (char *)target, len, &ret); +- +- if (err) { +- ffsRemoveFile(dir, &fid); +- goto out; +- } +- +- INC_IVERSION(dir); +- curtime = current_time(dir); +- dir->i_ctime = curtime; +- dir->i_mtime = curtime; +- dir->i_atime = curtime; +- if (IS_DIRSYNC(dir)) +- (void)exfat_sync_inode(dir); +- else +- mark_inode_dirty(dir); +- +- i_pos = ((loff_t)fid.dir.dir << 32) | (fid.entry & 0xffffffff); +- +- inode = exfat_build_inode(sb, &fid, i_pos); +- if (IS_ERR(inode)) { +- err = PTR_ERR(inode); +- goto out; +- } +- INC_IVERSION(inode); +- curtime = current_time(inode); +- inode->i_mtime = curtime; +- inode->i_atime = curtime; +- inode->i_ctime = curtime; +- /* timestamp is already written, so mark_inode_dirty() is unneeded. */ +- +- EXFAT_I(inode)->target = kmemdup(target, len + 1, GFP_KERNEL); +- if (!EXFAT_I(inode)->target) { +- err = -ENOMEM; +- goto out; +- } +- +- dentry->d_time = GET_IVERSION(dentry->d_parent->d_inode); +- d_instantiate(dentry, inode); +- +-out: +- __unlock_super(sb); +- pr_debug("%s exited\n", __func__); +- return err; +-} +- +-static int exfat_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) +-{ +- struct super_block *sb = dir->i_sb; +- struct timespec64 curtime; +- struct inode *inode; +- struct file_id_t fid; +- loff_t i_pos; +- int err; +- +- __lock_super(sb); +- +- pr_debug("%s entered\n", __func__); +- +- err = ffsCreateDir(dir, (u8 *)dentry->d_name.name, &fid); +- if (err) +- goto out; +- +- INC_IVERSION(dir); +- curtime = current_time(dir); +- dir->i_ctime = curtime; +- dir->i_mtime = curtime; +- dir->i_atime = curtime; +- if (IS_DIRSYNC(dir)) +- (void)exfat_sync_inode(dir); +- else +- mark_inode_dirty(dir); +- inc_nlink(dir); +- +- i_pos = ((loff_t)fid.dir.dir << 32) | (fid.entry & 0xffffffff); +- +- inode = exfat_build_inode(sb, &fid, i_pos); +- if (IS_ERR(inode)) { +- err = PTR_ERR(inode); +- goto out; +- } +- INC_IVERSION(inode); +- curtime = current_time(inode); +- inode->i_mtime = curtime; +- inode->i_atime = curtime; +- inode->i_ctime = curtime; +- /* timestamp is already written, so mark_inode_dirty() is unneeded. */ +- +- dentry->d_time = GET_IVERSION(dentry->d_parent->d_inode); +- d_instantiate(dentry, inode); +- +-out: +- __unlock_super(sb); +- pr_debug("%s exited\n", __func__); +- return err; +-} +- +-static int exfat_rmdir(struct inode *dir, struct dentry *dentry) +-{ +- struct inode *inode = dentry->d_inode; +- struct super_block *sb = dir->i_sb; +- struct timespec64 curtime; +- int err; +- +- __lock_super(sb); +- +- pr_debug("%s entered\n", __func__); +- +- EXFAT_I(inode)->fid.size = i_size_read(inode); +- +- err = ffsRemoveDir(dir, &(EXFAT_I(inode)->fid)); +- if (err) +- goto out; +- +- INC_IVERSION(dir); +- curtime = current_time(dir); +- dir->i_mtime = curtime; +- dir->i_atime = curtime; +- if (IS_DIRSYNC(dir)) +- (void)exfat_sync_inode(dir); +- else +- mark_inode_dirty(dir); +- drop_nlink(dir); +- +- clear_nlink(inode); +- curtime = current_time(inode); +- inode->i_mtime = curtime; +- inode->i_atime = curtime; +- exfat_detach(inode); +- remove_inode_hash(inode); +- +-out: +- __unlock_super(sb); +- pr_debug("%s exited\n", __func__); +- return err; +-} +- +-static int exfat_rename(struct inode *old_dir, struct dentry *old_dentry, +- struct inode *new_dir, struct dentry *new_dentry, +- unsigned int flags) +-{ +- struct inode *old_inode, *new_inode; +- struct super_block *sb = old_dir->i_sb; +- struct timespec64 curtime; +- loff_t i_pos; +- int err; +- +- if (flags) +- return -EINVAL; +- +- __lock_super(sb); +- +- pr_debug("%s entered\n", __func__); +- +- old_inode = old_dentry->d_inode; +- new_inode = new_dentry->d_inode; +- +- EXFAT_I(old_inode)->fid.size = i_size_read(old_inode); +- +- err = ffsMoveFile(old_dir, &(EXFAT_I(old_inode)->fid), new_dir, +- new_dentry); +- if (err) +- goto out; +- +- INC_IVERSION(new_dir); +- curtime = current_time(new_dir); +- new_dir->i_ctime = curtime; +- new_dir->i_mtime = curtime; +- new_dir->i_atime = curtime; +- +- if (IS_DIRSYNC(new_dir)) +- (void)exfat_sync_inode(new_dir); +- else +- mark_inode_dirty(new_dir); +- +- i_pos = ((loff_t)EXFAT_I(old_inode)->fid.dir.dir << 32) | +- (EXFAT_I(old_inode)->fid.entry & 0xffffffff); +- +- exfat_detach(old_inode); +- exfat_attach(old_inode, i_pos); +- if (IS_DIRSYNC(new_dir)) +- (void)exfat_sync_inode(old_inode); +- else +- mark_inode_dirty(old_inode); +- +- if ((S_ISDIR(old_inode->i_mode)) && (old_dir != new_dir)) { +- drop_nlink(old_dir); +- if (!new_inode) +- inc_nlink(new_dir); +- } +- INC_IVERSION(old_dir); +- curtime = current_time(old_dir); +- old_dir->i_ctime = curtime; +- old_dir->i_mtime = curtime; +- if (IS_DIRSYNC(old_dir)) +- (void)exfat_sync_inode(old_dir); +- else +- mark_inode_dirty(old_dir); +- +- if (new_inode) { +- exfat_detach(new_inode); +- drop_nlink(new_inode); +- if (S_ISDIR(new_inode->i_mode)) +- drop_nlink(new_inode); +- new_inode->i_ctime = current_time(new_inode); +- } +- +-out: +- __unlock_super(sb); +- pr_debug("%s exited\n", __func__); +- return err; +-} +- +-static int exfat_cont_expand(struct inode *inode, loff_t size) +-{ +- struct address_space *mapping = inode->i_mapping; +- loff_t start = i_size_read(inode), count = size - i_size_read(inode); +- struct timespec64 curtime; +- int err, err2; +- +- err = generic_cont_expand_simple(inode, size); +- if (err != 0) +- return err; +- +- curtime = current_time(inode); +- inode->i_ctime = curtime; +- inode->i_mtime = curtime; +- mark_inode_dirty(inode); +- +- if (IS_SYNC(inode)) { +- err = filemap_fdatawrite_range(mapping, start, +- start + count - 1); +- err2 = sync_mapping_buffers(mapping); +- err = (err) ? (err) : (err2); +- err2 = write_inode_now(inode, 1); +- err = (err) ? (err) : (err2); +- if (!err) +- err = filemap_fdatawait_range(mapping, start, +- start + count - 1); +- } +- return err; +-} +- +-static int exfat_allow_set_time(struct exfat_sb_info *sbi, struct inode *inode) +-{ +- mode_t allow_utime = sbi->options.allow_utime; +- +- if (!uid_eq(current_fsuid(), inode->i_uid)) { +- if (in_group_p(inode->i_gid)) +- allow_utime >>= 3; +- if (allow_utime & MAY_WRITE) +- return 1; +- } +- +- /* use a default check */ +- return 0; +-} +- +-static int exfat_sanitize_mode(const struct exfat_sb_info *sbi, +- struct inode *inode, umode_t *mode_ptr) +-{ +- mode_t i_mode, mask, perm; +- +- i_mode = inode->i_mode; +- +- if (S_ISREG(i_mode) || S_ISLNK(i_mode)) +- mask = sbi->options.fs_fmask; +- else +- mask = sbi->options.fs_dmask; +- +- perm = *mode_ptr & ~(S_IFMT | mask); +- +- /* Of the r and x bits, all (subject to umask) must be present.*/ +- if ((perm & 0555) != (i_mode & 0555)) +- return -EPERM; +- +- if (exfat_mode_can_hold_ro(inode)) { +- /* +- * Of the w bits, either all (subject to umask) or none must be +- * present. +- */ +- if ((perm & 0222) && ((perm & 0222) != (0222 & ~mask))) +- return -EPERM; +- } else { +- /* +- * If exfat_mode_can_hold_ro(inode) is false, can't change w +- * bits. +- */ +- if ((perm & 0222) != (0222 & ~mask)) +- return -EPERM; +- } +- +- *mode_ptr &= S_IFMT | perm; +- +- return 0; +-} +- +-static void exfat_truncate(struct inode *inode, loff_t old_size) +-{ +- struct super_block *sb = inode->i_sb; +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct fs_info_t *p_fs = &sbi->fs_info; +- struct timespec64 curtime; +- int err; +- +- __lock_super(sb); +- +- /* +- * This protects against truncating a file bigger than it was then +- * trying to write into the hole. +- */ +- if (EXFAT_I(inode)->mmu_private > i_size_read(inode)) +- EXFAT_I(inode)->mmu_private = i_size_read(inode); +- +- if (EXFAT_I(inode)->fid.start_clu == 0) +- goto out; +- +- err = ffsTruncateFile(inode, old_size, i_size_read(inode)); +- if (err) +- goto out; +- +- curtime = current_time(inode); +- inode->i_ctime = curtime; +- inode->i_mtime = curtime; +- if (IS_DIRSYNC(inode)) +- (void)exfat_sync_inode(inode); +- else +- mark_inode_dirty(inode); +- +- inode->i_blocks = ((i_size_read(inode) + (p_fs->cluster_size - 1)) & +- ~((loff_t)p_fs->cluster_size - 1)) >> 9; +-out: +- __unlock_super(sb); +-} +- +-static int exfat_setattr(struct dentry *dentry, struct iattr *attr) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(dentry->d_sb); +- struct inode *inode = dentry->d_inode; +- unsigned int ia_valid; +- int error; +- loff_t old_size; +- +- pr_debug("%s entered\n", __func__); +- +- if ((attr->ia_valid & ATTR_SIZE) && +- attr->ia_size > i_size_read(inode)) { +- error = exfat_cont_expand(inode, attr->ia_size); +- if (error || attr->ia_valid == ATTR_SIZE) +- return error; +- attr->ia_valid &= ~ATTR_SIZE; +- } +- +- ia_valid = attr->ia_valid; +- +- if ((ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET | ATTR_TIMES_SET)) && +- exfat_allow_set_time(sbi, inode)) { +- attr->ia_valid &= ~(ATTR_MTIME_SET | +- ATTR_ATIME_SET | +- ATTR_TIMES_SET); +- } +- +- error = setattr_prepare(dentry, attr); +- attr->ia_valid = ia_valid; +- if (error) +- return error; +- +- if (((attr->ia_valid & ATTR_UID) && +- (!uid_eq(attr->ia_uid, sbi->options.fs_uid))) || +- ((attr->ia_valid & ATTR_GID) && +- (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || +- ((attr->ia_valid & ATTR_MODE) && +- (attr->ia_mode & ~(S_IFREG | S_IFLNK | S_IFDIR | 0777)))) { +- return -EPERM; +- } +- +- /* +- * We don't return -EPERM here. Yes, strange, but this is too +- * old behavior. +- */ +- if (attr->ia_valid & ATTR_MODE) { +- if (exfat_sanitize_mode(sbi, inode, &attr->ia_mode) < 0) +- attr->ia_valid &= ~ATTR_MODE; +- } +- +- EXFAT_I(inode)->fid.size = i_size_read(inode); +- +- if (attr->ia_valid & ATTR_SIZE) { +- old_size = i_size_read(inode); +- down_write(&EXFAT_I(inode)->truncate_lock); +- truncate_setsize(inode, attr->ia_size); +- exfat_truncate(inode, old_size); +- up_write(&EXFAT_I(inode)->truncate_lock); +- } +- setattr_copy(inode, attr); +- mark_inode_dirty(inode); +- +- pr_debug("%s exited\n", __func__); +- return error; +-} +- +-static int exfat_getattr(const struct path *path, struct kstat *stat, +- u32 request_mask, unsigned int flags) +-{ +- struct inode *inode = path->dentry->d_inode; +- +- pr_debug("%s entered\n", __func__); +- +- generic_fillattr(inode, stat); +- stat->blksize = EXFAT_SB(inode->i_sb)->fs_info.cluster_size; +- +- pr_debug("%s exited\n", __func__); +- return 0; +-} +- +-static const struct inode_operations exfat_dir_inode_operations = { +- .create = exfat_create, +- .lookup = exfat_lookup, +- .unlink = exfat_unlink, +- .symlink = exfat_symlink, +- .mkdir = exfat_mkdir, +- .rmdir = exfat_rmdir, +- .rename = exfat_rename, +- .setattr = exfat_setattr, +- .getattr = exfat_getattr, +-}; +- +-/*======================================================================*/ +-/* File Operations */ +-/*======================================================================*/ +-static const char *exfat_get_link(struct dentry *dentry, struct inode *inode, +- struct delayed_call *done) +-{ +- struct exfat_inode_info *ei = EXFAT_I(inode); +- +- if (ei->target) { +- char *cookie = ei->target; +- +- if (cookie) +- return (char *)(ei->target); +- } +- return NULL; +-} +- +-static const struct inode_operations exfat_symlink_inode_operations = { +- .get_link = exfat_get_link, +-}; +- +-static int exfat_file_release(struct inode *inode, struct file *filp) +-{ +- struct super_block *sb = inode->i_sb; +- +- EXFAT_I(inode)->fid.size = i_size_read(inode); +- ffsSyncVol(sb, false); +- return 0; +-} +- +-static const struct file_operations exfat_file_operations = { +- .llseek = generic_file_llseek, +- .read_iter = generic_file_read_iter, +- .write_iter = generic_file_write_iter, +- .mmap = generic_file_mmap, +- .release = exfat_file_release, +- .unlocked_ioctl = exfat_generic_ioctl, +- .fsync = generic_file_fsync, +- .splice_read = generic_file_splice_read, +-}; +- +-static const struct inode_operations exfat_file_inode_operations = { +- .setattr = exfat_setattr, +- .getattr = exfat_getattr, +-}; +- +-/*======================================================================*/ +-/* Address Space Operations */ +-/*======================================================================*/ +- +-static int exfat_bmap(struct inode *inode, sector_t sector, sector_t *phys, +- unsigned long *mapped_blocks, int *create) +-{ +- struct super_block *sb = inode->i_sb; +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct fs_info_t *p_fs = &sbi->fs_info; +- const unsigned long blocksize = sb->s_blocksize; +- const unsigned char blocksize_bits = sb->s_blocksize_bits; +- sector_t last_block; +- int err, clu_offset, sec_offset; +- unsigned int cluster; +- +- *phys = 0; +- *mapped_blocks = 0; +- +- last_block = (i_size_read(inode) + (blocksize - 1)) >> blocksize_bits; +- if (sector >= last_block) { +- if (*create == 0) +- return 0; +- } else { +- *create = 0; +- } +- +- /* cluster offset */ +- clu_offset = sector >> p_fs->sectors_per_clu_bits; +- +- /* sector offset in cluster */ +- sec_offset = sector & (p_fs->sectors_per_clu - 1); +- +- EXFAT_I(inode)->fid.size = i_size_read(inode); +- +- err = ffsMapCluster(inode, clu_offset, &cluster); +- +- if (!err && (cluster != CLUSTER_32(~0))) { +- *phys = START_SECTOR(cluster) + sec_offset; +- *mapped_blocks = p_fs->sectors_per_clu - sec_offset; +- } +- +- return 0; +-} +- +-static int exfat_get_block(struct inode *inode, sector_t iblock, +- struct buffer_head *bh_result, int create) +-{ +- struct super_block *sb = inode->i_sb; +- unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; +- int err; +- unsigned long mapped_blocks; +- sector_t phys; +- +- __lock_super(sb); +- +- err = exfat_bmap(inode, iblock, &phys, &mapped_blocks, &create); +- if (err) { +- __unlock_super(sb); +- return err; +- } +- +- if (phys) { +- max_blocks = min(mapped_blocks, max_blocks); +- if (create) { +- EXFAT_I(inode)->mmu_private += max_blocks << +- sb->s_blocksize_bits; +- set_buffer_new(bh_result); +- } +- map_bh(bh_result, sb, phys); +- } +- +- bh_result->b_size = max_blocks << sb->s_blocksize_bits; +- __unlock_super(sb); +- +- return 0; +-} +- +-static int exfat_readpage(struct file *file, struct page *page) +-{ +- return mpage_readpage(page, exfat_get_block); +-} +- +-static int exfat_readpages(struct file *file, struct address_space *mapping, +- struct list_head *pages, unsigned int nr_pages) +-{ +- return mpage_readpages(mapping, pages, nr_pages, exfat_get_block); +-} +- +-static int exfat_writepage(struct page *page, struct writeback_control *wbc) +-{ +- return block_write_full_page(page, exfat_get_block, wbc); +-} +- +-static int exfat_writepages(struct address_space *mapping, +- struct writeback_control *wbc) +-{ +- return mpage_writepages(mapping, wbc, exfat_get_block); +-} +- +-static void exfat_write_failed(struct address_space *mapping, loff_t to) +-{ +- struct inode *inode = mapping->host; +- +- if (to > i_size_read(inode)) { +- truncate_pagecache(inode, i_size_read(inode)); +- EXFAT_I(inode)->fid.size = i_size_read(inode); +- exfat_truncate(inode, i_size_read(inode)); +- } +-} +- +-static int exfat_write_begin(struct file *file, struct address_space *mapping, +- loff_t pos, unsigned int len, unsigned int flags, +- struct page **pagep, void **fsdata) +-{ +- int ret; +- +- *pagep = NULL; +- ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, +- exfat_get_block, +- &EXFAT_I(mapping->host)->mmu_private); +- +- if (ret < 0) +- exfat_write_failed(mapping, pos + len); +- return ret; +-} +- +-static int exfat_write_end(struct file *file, struct address_space *mapping, +- loff_t pos, unsigned int len, unsigned int copied, +- struct page *pagep, void *fsdata) +-{ +- struct inode *inode = mapping->host; +- struct file_id_t *fid = &(EXFAT_I(inode)->fid); +- struct timespec64 curtime; +- int err; +- +- err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata); +- +- if (err < len) +- exfat_write_failed(mapping, pos + len); +- +- if (!(err < 0) && !(fid->attr & ATTR_ARCHIVE)) { +- curtime = current_time(inode); +- inode->i_mtime = curtime; +- inode->i_ctime = curtime; +- fid->attr |= ATTR_ARCHIVE; +- mark_inode_dirty(inode); +- } +- return err; +-} +- +-static ssize_t exfat_direct_IO(struct kiocb *iocb, struct iov_iter *iter) +-{ +- struct inode *inode = iocb->ki_filp->f_mapping->host; +- struct address_space *mapping = iocb->ki_filp->f_mapping; +- ssize_t ret; +- int rw; +- +- rw = iov_iter_rw(iter); +- +- if (rw == WRITE) { +- if (EXFAT_I(inode)->mmu_private < iov_iter_count(iter)) +- return 0; +- } +- ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); +- +- if ((ret < 0) && (rw & WRITE)) +- exfat_write_failed(mapping, iov_iter_count(iter)); +- return ret; +-} +- +-static sector_t _exfat_bmap(struct address_space *mapping, sector_t block) +-{ +- sector_t blocknr; +- +- /* exfat_get_cluster() assumes the requested blocknr isn't truncated. */ +- down_read(&EXFAT_I(mapping->host)->truncate_lock); +- blocknr = generic_block_bmap(mapping, block, exfat_get_block); +- up_read(&EXFAT_I(mapping->host)->truncate_lock); +- +- return blocknr; +-} +- +-static const struct address_space_operations exfat_aops = { +- .readpage = exfat_readpage, +- .readpages = exfat_readpages, +- .writepage = exfat_writepage, +- .writepages = exfat_writepages, +- .write_begin = exfat_write_begin, +- .write_end = exfat_write_end, +- .direct_IO = exfat_direct_IO, +- .bmap = _exfat_bmap +-}; +- +-/*======================================================================*/ +-/* Super Operations */ +-/*======================================================================*/ +- +-static struct inode *exfat_iget(struct super_block *sb, loff_t i_pos) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct exfat_inode_info *info; +- struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); +- struct inode *inode = NULL; +- +- spin_lock(&sbi->inode_hash_lock); +- hlist_for_each_entry(info, head, i_hash_fat) { +- BUG_ON(info->vfs_inode.i_sb != sb); +- +- if (i_pos != info->i_pos) +- continue; +- inode = igrab(&info->vfs_inode); +- if (inode) +- break; +- } +- spin_unlock(&sbi->inode_hash_lock); +- return inode; +-} +- +-/* doesn't deal with root inode */ +-static int exfat_fill_inode(struct inode *inode, struct file_id_t *fid) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(inode->i_sb); +- struct fs_info_t *p_fs = &sbi->fs_info; +- struct dir_entry_t info; +- +- memcpy(&(EXFAT_I(inode)->fid), fid, sizeof(struct file_id_t)); +- +- ffsReadStat(inode, &info); +- +- EXFAT_I(inode)->i_pos = 0; +- EXFAT_I(inode)->target = NULL; +- inode->i_uid = sbi->options.fs_uid; +- inode->i_gid = sbi->options.fs_gid; +- INC_IVERSION(inode); +- inode->i_generation = prandom_u32(); +- +- if (info.Attr & ATTR_SUBDIR) { /* directory */ +- inode->i_generation &= ~1; +- inode->i_mode = exfat_make_mode(sbi, info.Attr, 0777); +- inode->i_op = &exfat_dir_inode_operations; +- inode->i_fop = &exfat_dir_operations; +- +- i_size_write(inode, info.Size); +- EXFAT_I(inode)->mmu_private = i_size_read(inode); +- set_nlink(inode, info.NumSubdirs); +- } else if (info.Attr & ATTR_SYMLINK) { /* symbolic link */ +- inode->i_generation |= 1; +- inode->i_mode = exfat_make_mode(sbi, info.Attr, 0777); +- inode->i_op = &exfat_symlink_inode_operations; +- +- i_size_write(inode, info.Size); +- EXFAT_I(inode)->mmu_private = i_size_read(inode); +- } else { /* regular file */ +- inode->i_generation |= 1; +- inode->i_mode = exfat_make_mode(sbi, info.Attr, 0777); +- inode->i_op = &exfat_file_inode_operations; +- inode->i_fop = &exfat_file_operations; +- inode->i_mapping->a_ops = &exfat_aops; +- inode->i_mapping->nrpages = 0; +- +- i_size_write(inode, info.Size); +- EXFAT_I(inode)->mmu_private = i_size_read(inode); +- } +- exfat_save_attr(inode, info.Attr); +- +- inode->i_blocks = ((i_size_read(inode) + (p_fs->cluster_size - 1)) +- & ~((loff_t)p_fs->cluster_size - 1)) >> 9; +- +- exfat_time_fat2unix(&inode->i_mtime, &info.ModifyTimestamp); +- exfat_time_fat2unix(&inode->i_ctime, &info.CreateTimestamp); +- exfat_time_fat2unix(&inode->i_atime, &info.AccessTimestamp); +- +- return 0; +-} +- +-static struct inode *exfat_build_inode(struct super_block *sb, +- struct file_id_t *fid, loff_t i_pos) +-{ +- struct inode *inode; +- int err; +- +- inode = exfat_iget(sb, i_pos); +- if (inode) +- goto out; +- inode = new_inode(sb); +- if (!inode) { +- inode = ERR_PTR(-ENOMEM); +- goto out; +- } +- inode->i_ino = iunique(sb, EXFAT_ROOT_INO); +- SET_IVERSION(inode, 1); +- err = exfat_fill_inode(inode, fid); +- if (err) { +- iput(inode); +- inode = ERR_PTR(err); +- goto out; +- } +- exfat_attach(inode, i_pos); +- insert_inode_hash(inode); +-out: +- return inode; +-} +- +-static int exfat_sync_inode(struct inode *inode) +-{ +- return exfat_write_inode(inode, NULL); +-} +- +-static struct inode *exfat_alloc_inode(struct super_block *sb) +-{ +- struct exfat_inode_info *ei; +- +- ei = kmem_cache_alloc(exfat_inode_cachep, GFP_NOFS); +- if (!ei) +- return NULL; +- +- init_rwsem(&ei->truncate_lock); +- +- return &ei->vfs_inode; +-} +- +-static void exfat_destroy_inode(struct inode *inode) +-{ +- kfree(EXFAT_I(inode)->target); +- EXFAT_I(inode)->target = NULL; +- +- kmem_cache_free(exfat_inode_cachep, EXFAT_I(inode)); +-} +- +-static int exfat_write_inode(struct inode *inode, struct writeback_control *wbc) +-{ +- struct dir_entry_t info; +- +- if (inode->i_ino == EXFAT_ROOT_INO) +- return 0; +- +- info.Attr = exfat_make_attr(inode); +- info.Size = i_size_read(inode); +- +- exfat_time_unix2fat(&inode->i_mtime, &info.ModifyTimestamp); +- exfat_time_unix2fat(&inode->i_ctime, &info.CreateTimestamp); +- exfat_time_unix2fat(&inode->i_atime, &info.AccessTimestamp); +- +- ffsWriteStat(inode, &info); +- +- return 0; +-} +- +-static void exfat_evict_inode(struct inode *inode) +-{ +- truncate_inode_pages(&inode->i_data, 0); +- +- if (!inode->i_nlink) +- i_size_write(inode, 0); +- invalidate_inode_buffers(inode); +- clear_inode(inode); +- exfat_detach(inode); +- +- remove_inode_hash(inode); +-} +- +-static void exfat_free_super(struct exfat_sb_info *sbi) +-{ +- if (sbi->nls_disk) +- unload_nls(sbi->nls_disk); +- if (sbi->nls_io) +- unload_nls(sbi->nls_io); +- if (sbi->options.iocharset != exfat_default_iocharset) +- kfree(sbi->options.iocharset); +- /* mutex_init is in exfat_fill_super function. only for 3.7+ */ +- mutex_destroy(&sbi->s_lock); +- kvfree(sbi); +-} +- +-static void exfat_put_super(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- +- if (__is_sb_dirty(sb)) +- exfat_write_super(sb); +- +- ffsUmountVol(sb); +- +- sb->s_fs_info = NULL; +- exfat_free_super(sbi); +-} +- +-static void exfat_write_super(struct super_block *sb) +-{ +- __lock_super(sb); +- +- __set_sb_clean(sb); +- +- if (!sb_rdonly(sb)) +- ffsSyncVol(sb, true); +- +- __unlock_super(sb); +-} +- +-static int exfat_sync_fs(struct super_block *sb, int wait) +-{ +- int err = 0; +- +- if (__is_sb_dirty(sb)) { +- __lock_super(sb); +- __set_sb_clean(sb); +- err = ffsSyncVol(sb, true); +- __unlock_super(sb); +- } +- +- return err; +-} +- +-static int exfat_statfs(struct dentry *dentry, struct kstatfs *buf) +-{ +- struct super_block *sb = dentry->d_sb; +- u64 id = huge_encode_dev(sb->s_bdev->bd_dev); +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- struct vol_info_t info; +- +- if (p_fs->used_clusters == UINT_MAX) { +- if (ffsGetVolInfo(sb, &info) == -EIO) +- return -EIO; +- +- } else { +- info.FatType = p_fs->vol_type; +- info.ClusterSize = p_fs->cluster_size; +- info.NumClusters = p_fs->num_clusters - 2; +- info.UsedClusters = p_fs->used_clusters; +- info.FreeClusters = info.NumClusters - info.UsedClusters; +- +- if (p_fs->dev_ejected) +- pr_info("[EXFAT] statfs on device that is ejected\n"); +- } +- +- buf->f_type = sb->s_magic; +- buf->f_bsize = info.ClusterSize; +- buf->f_blocks = info.NumClusters; +- buf->f_bfree = info.FreeClusters; +- buf->f_bavail = info.FreeClusters; +- buf->f_fsid.val[0] = (u32)id; +- buf->f_fsid.val[1] = (u32)(id >> 32); +- buf->f_namelen = 260; +- +- return 0; +-} +- +-static int exfat_remount(struct super_block *sb, int *flags, char *data) +-{ +- *flags |= SB_NODIRATIME; +- return 0; +-} +- +-static int exfat_show_options(struct seq_file *m, struct dentry *root) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(root->d_sb); +- struct exfat_mount_options *opts = &sbi->options; +- +- if (__kuid_val(opts->fs_uid)) +- seq_printf(m, ",uid=%u", __kuid_val(opts->fs_uid)); +- if (__kgid_val(opts->fs_gid)) +- seq_printf(m, ",gid=%u", __kgid_val(opts->fs_gid)); +- seq_printf(m, ",fmask=%04o", opts->fs_fmask); +- seq_printf(m, ",dmask=%04o", opts->fs_dmask); +- if (opts->allow_utime) +- seq_printf(m, ",allow_utime=%04o", opts->allow_utime); +- if (sbi->nls_disk) +- seq_printf(m, ",codepage=%s", sbi->nls_disk->charset); +- if (sbi->nls_io) +- seq_printf(m, ",iocharset=%s", sbi->nls_io->charset); +- seq_printf(m, ",namecase=%u", opts->casesensitive); +- if (opts->errors == EXFAT_ERRORS_CONT) +- seq_puts(m, ",errors=continue"); +- else if (opts->errors == EXFAT_ERRORS_PANIC) +- seq_puts(m, ",errors=panic"); +- else +- seq_puts(m, ",errors=remount-ro"); +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- if (opts->discard) +- seq_puts(m, ",discard"); +-#endif +- return 0; +-} +- +-static const struct super_operations exfat_sops = { +- .alloc_inode = exfat_alloc_inode, +- .destroy_inode = exfat_destroy_inode, +- .write_inode = exfat_write_inode, +- .evict_inode = exfat_evict_inode, +- .put_super = exfat_put_super, +- .sync_fs = exfat_sync_fs, +- .statfs = exfat_statfs, +- .remount_fs = exfat_remount, +- .show_options = exfat_show_options, +-}; +- +-/*======================================================================*/ +-/* Export Operations */ +-/*======================================================================*/ +- +-static struct inode *exfat_nfs_get_inode(struct super_block *sb, u64 ino, +- u32 generation) +-{ +- struct inode *inode = NULL; +- +- if (ino < EXFAT_ROOT_INO) +- return inode; +- inode = ilookup(sb, ino); +- +- if (inode && generation && (inode->i_generation != generation)) { +- iput(inode); +- inode = NULL; +- } +- +- return inode; +-} +- +-static struct dentry *exfat_fh_to_dentry(struct super_block *sb, +- struct fid *fid, int fh_len, +- int fh_type) +-{ +- return generic_fh_to_dentry(sb, fid, fh_len, fh_type, +- exfat_nfs_get_inode); +-} +- +-static struct dentry *exfat_fh_to_parent(struct super_block *sb, +- struct fid *fid, int fh_len, +- int fh_type) +-{ +- return generic_fh_to_parent(sb, fid, fh_len, fh_type, +- exfat_nfs_get_inode); +-} +- +-static const struct export_operations exfat_export_ops = { +- .fh_to_dentry = exfat_fh_to_dentry, +- .fh_to_parent = exfat_fh_to_parent, +-}; +- +-/*======================================================================*/ +-/* Super Block Read Operations */ +-/*======================================================================*/ +- +-enum { +- Opt_uid, +- Opt_gid, +- Opt_umask, +- Opt_dmask, +- Opt_fmask, +- Opt_allow_utime, +- Opt_codepage, +- Opt_charset, +- Opt_namecase, +- Opt_debug, +- Opt_err_cont, +- Opt_err_panic, +- Opt_err_ro, +- Opt_utf8_hack, +- Opt_err, +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- Opt_discard, +-#endif /* EXFAT_CONFIG_DISCARD */ +-}; +- +-static const match_table_t exfat_tokens = { +- {Opt_uid, "uid=%u"}, +- {Opt_gid, "gid=%u"}, +- {Opt_umask, "umask=%o"}, +- {Opt_dmask, "dmask=%o"}, +- {Opt_fmask, "fmask=%o"}, +- {Opt_allow_utime, "allow_utime=%o"}, +- {Opt_codepage, "codepage=%u"}, +- {Opt_charset, "iocharset=%s"}, +- {Opt_namecase, "namecase=%u"}, +- {Opt_debug, "debug"}, +- {Opt_err_cont, "errors=continue"}, +- {Opt_err_panic, "errors=panic"}, +- {Opt_err_ro, "errors=remount-ro"}, +- {Opt_utf8_hack, "utf8"}, +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- {Opt_discard, "discard"}, +-#endif /* CONFIG_STAGING_EXFAT_DISCARD */ +- {Opt_err, NULL} +-}; +- +-static int parse_options(char *options, int silent, int *debug, +- struct exfat_mount_options *opts) +-{ +- char *p; +- substring_t args[MAX_OPT_ARGS]; +- int option; +- char *iocharset; +- +- opts->fs_uid = current_uid(); +- opts->fs_gid = current_gid(); +- opts->fs_fmask = current->fs->umask; +- opts->fs_dmask = current->fs->umask; +- opts->allow_utime = U16_MAX; +- opts->codepage = exfat_default_codepage; +- opts->iocharset = exfat_default_iocharset; +- opts->casesensitive = 0; +- opts->errors = EXFAT_ERRORS_RO; +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- opts->discard = 0; +-#endif +- *debug = 0; +- +- if (!options) +- goto out; +- +- while ((p = strsep(&options, ","))) { +- int token; +- +- if (!*p) +- continue; +- +- token = match_token(p, exfat_tokens, args); +- switch (token) { +- case Opt_uid: +- if (match_int(&args[0], &option)) +- return 0; +- opts->fs_uid = KUIDT_INIT(option); +- break; +- case Opt_gid: +- if (match_int(&args[0], &option)) +- return 0; +- opts->fs_gid = KGIDT_INIT(option); +- break; +- case Opt_umask: +- case Opt_dmask: +- case Opt_fmask: +- if (match_octal(&args[0], &option)) +- return 0; +- if (token != Opt_dmask) +- opts->fs_fmask = option; +- if (token != Opt_fmask) +- opts->fs_dmask = option; +- break; +- case Opt_allow_utime: +- if (match_octal(&args[0], &option)) +- return 0; +- opts->allow_utime = option & 0022; +- break; +- case Opt_codepage: +- if (match_int(&args[0], &option)) +- return 0; +- opts->codepage = option; +- break; +- case Opt_charset: +- if (opts->iocharset != exfat_default_iocharset) +- kfree(opts->iocharset); +- iocharset = match_strdup(&args[0]); +- if (!iocharset) +- return -ENOMEM; +- opts->iocharset = iocharset; +- break; +- case Opt_namecase: +- if (match_int(&args[0], &option)) +- return 0; +- opts->casesensitive = option; +- break; +- case Opt_err_cont: +- opts->errors = EXFAT_ERRORS_CONT; +- break; +- case Opt_err_panic: +- opts->errors = EXFAT_ERRORS_PANIC; +- break; +- case Opt_err_ro: +- opts->errors = EXFAT_ERRORS_RO; +- break; +- case Opt_debug: +- *debug = 1; +- break; +-#ifdef CONFIG_STAGING_EXFAT_DISCARD +- case Opt_discard: +- opts->discard = 1; +- break; +-#endif /* CONFIG_STAGING_EXFAT_DISCARD */ +- case Opt_utf8_hack: +- break; +- default: +- if (!silent) +- pr_err("[EXFAT] Unrecognized mount option %s or missing value\n", +- p); +- return -EINVAL; +- } +- } +- +-out: +- if (opts->allow_utime == U16_MAX) +- opts->allow_utime = ~opts->fs_dmask & 0022; +- +- return 0; +-} +- +-static void exfat_hash_init(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- int i; +- +- spin_lock_init(&sbi->inode_hash_lock); +- for (i = 0; i < EXFAT_HASH_SIZE; i++) +- INIT_HLIST_HEAD(&sbi->inode_hashtable[i]); +-} +- +-static int exfat_read_root(struct inode *inode) +-{ +- struct super_block *sb = inode->i_sb; +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct fs_info_t *p_fs = &sbi->fs_info; +- struct timespec64 curtime; +- struct dir_entry_t info; +- +- EXFAT_I(inode)->fid.dir.dir = p_fs->root_dir; +- EXFAT_I(inode)->fid.dir.flags = 0x01; +- EXFAT_I(inode)->fid.entry = -1; +- EXFAT_I(inode)->fid.start_clu = p_fs->root_dir; +- EXFAT_I(inode)->fid.flags = 0x01; +- EXFAT_I(inode)->fid.type = TYPE_DIR; +- EXFAT_I(inode)->fid.rwoffset = 0; +- EXFAT_I(inode)->fid.hint_last_off = -1; +- +- EXFAT_I(inode)->target = NULL; +- +- ffsReadStat(inode, &info); +- +- inode->i_uid = sbi->options.fs_uid; +- inode->i_gid = sbi->options.fs_gid; +- INC_IVERSION(inode); +- inode->i_generation = 0; +- inode->i_mode = exfat_make_mode(sbi, ATTR_SUBDIR, 0777); +- inode->i_op = &exfat_dir_inode_operations; +- inode->i_fop = &exfat_dir_operations; +- +- i_size_write(inode, info.Size); +- inode->i_blocks = ((i_size_read(inode) + (p_fs->cluster_size - 1)) +- & ~((loff_t)p_fs->cluster_size - 1)) >> 9; +- EXFAT_I(inode)->i_pos = ((loff_t)p_fs->root_dir << 32) | 0xffffffff; +- EXFAT_I(inode)->mmu_private = i_size_read(inode); +- +- exfat_save_attr(inode, ATTR_SUBDIR); +- curtime = current_time(inode); +- inode->i_mtime = curtime; +- inode->i_atime = curtime; +- inode->i_ctime = curtime; +- set_nlink(inode, info.NumSubdirs + 2); +- +- return 0; +-} +- +-static void setup_dops(struct super_block *sb) +-{ +- if (EXFAT_SB(sb)->options.casesensitive == 0) +- sb->s_d_op = &exfat_ci_dentry_ops; +- else +- sb->s_d_op = &exfat_dentry_ops; +-} +- +-static int exfat_fill_super(struct super_block *sb, void *data, int silent) +-{ +- struct inode *root_inode = NULL; +- struct exfat_sb_info *sbi; +- int debug, ret; +- long error; +- +- /* +- * GFP_KERNEL is ok here, because while we do hold the +- * supeblock lock, memory pressure can't call back into +- * the filesystem, since we're only just about to mount +- * it and have no inodes etc active! +- */ +- sbi = kvzalloc(sizeof(*sbi), GFP_KERNEL); +- if (!sbi) +- return -ENOMEM; +- mutex_init(&sbi->s_lock); +- sb->s_fs_info = sbi; +- sb->s_flags |= SB_NODIRATIME; +- sb->s_magic = EXFAT_SUPER_MAGIC; +- sb->s_op = &exfat_sops; +- sb->s_export_op = &exfat_export_ops; +- +- error = parse_options(data, silent, &debug, &sbi->options); +- if (error) +- goto out_fail; +- +- setup_dops(sb); +- +- error = -EIO; +- sb_min_blocksize(sb, 512); +- sb->s_maxbytes = 0x7fffffffffffffffLL; /* maximum file size */ +- +- ret = ffsMountVol(sb); +- if (ret) { +- if (!silent) +- pr_err("[EXFAT] ffsMountVol failed\n"); +- +- goto out_fail; +- } +- +- /* set up enough so that it can read an inode */ +- exfat_hash_init(sb); +- +- /* +- * The low byte of FAT's first entry must have same value with +- * media-field. But in real world, too many devices is +- * writing wrong value. So, removed that validity check. +- * +- * if (FAT_FIRST_ENT(sb, media) != first) +- */ +- +- sbi->nls_io = load_nls(sbi->options.iocharset); +- +- error = -ENOMEM; +- root_inode = new_inode(sb); +- if (!root_inode) +- goto out_fail2; +- root_inode->i_ino = EXFAT_ROOT_INO; +- SET_IVERSION(root_inode, 1); +- +- error = exfat_read_root(root_inode); +- if (error < 0) +- goto out_fail2; +- error = -ENOMEM; +- exfat_attach(root_inode, EXFAT_I(root_inode)->i_pos); +- insert_inode_hash(root_inode); +- sb->s_root = d_make_root(root_inode); +- if (!sb->s_root) { +- pr_err("[EXFAT] Getting the root inode failed\n"); +- goto out_fail2; +- } +- +- return 0; +- +-out_fail2: +- ffsUmountVol(sb); +-out_fail: +- if (root_inode) +- iput(root_inode); +- sb->s_fs_info = NULL; +- exfat_free_super(sbi); +- return error; +-} +- +-static struct dentry *exfat_fs_mount(struct file_system_type *fs_type, +- int flags, const char *dev_name, +- void *data) +-{ +- return mount_bdev(fs_type, flags, dev_name, data, exfat_fill_super); +-} +- +-static void init_once(void *foo) +-{ +- struct exfat_inode_info *ei = (struct exfat_inode_info *)foo; +- +- INIT_HLIST_NODE(&ei->i_hash_fat); +- inode_init_once(&ei->vfs_inode); +-} +- +-static int __init exfat_init_inodecache(void) +-{ +- exfat_inode_cachep = kmem_cache_create("exfat_inode_cache", +- sizeof(struct exfat_inode_info), +- 0, +- (SLAB_RECLAIM_ACCOUNT | +- SLAB_MEM_SPREAD), +- init_once); +- if (!exfat_inode_cachep) +- return -ENOMEM; +- return 0; +-} +- +-static void __exit exfat_destroy_inodecache(void) +-{ +- /* +- * Make sure all delayed rcu free inodes are flushed before we +- * destroy cache. +- */ +- rcu_barrier(); +- kmem_cache_destroy(exfat_inode_cachep); +-} +- +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +-static void exfat_debug_kill_sb(struct super_block *sb) +-{ +- struct exfat_sb_info *sbi = EXFAT_SB(sb); +- struct block_device *bdev = sb->s_bdev; +- struct fs_info_t *p_fs = &(EXFAT_SB(sb)->fs_info); +- +- long flags; +- +- if (sbi) { +- flags = sbi->debug_flags; +- +- if (flags & EXFAT_DEBUGFLAGS_INVALID_UMOUNT) { +- /* +- * invalidate_bdev drops all device cache include +- * dirty. We use this to simulate device removal. +- */ +- mutex_lock(&p_fs->v_mutex); +- exfat_fat_release_all(sb); +- exfat_buf_release_all(sb); +- mutex_unlock(&p_fs->v_mutex); +- +- invalidate_bdev(bdev); +- } +- } +- +- kill_block_super(sb); +-} +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- +-static struct file_system_type exfat_fs_type = { +- .owner = THIS_MODULE, +- .name = "exfat", +- .mount = exfat_fs_mount, +-#ifdef CONFIG_STAGING_EXFAT_KERNEL_DEBUG +- .kill_sb = exfat_debug_kill_sb, +-#else +- .kill_sb = kill_block_super, +-#endif /* CONFIG_STAGING_EXFAT_KERNEL_DEBUG */ +- .fs_flags = FS_REQUIRES_DEV, +-}; +- +-static int __init init_exfat(void) +-{ +- int err; +- +- BUILD_BUG_ON(sizeof(struct dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct dos_dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct ext_dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct file_dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct strm_dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct name_dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct bmap_dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct case_dentry_t) != DENTRY_SIZE); +- BUILD_BUG_ON(sizeof(struct volm_dentry_t) != DENTRY_SIZE); +- +- pr_info("exFAT: Version %s\n", EXFAT_VERSION); +- +- err = exfat_init_inodecache(); +- if (err) +- return err; +- +- err = register_filesystem(&exfat_fs_type); +- if (err) +- return err; +- +- return 0; +-} +- +-static void __exit exit_exfat(void) +-{ +- exfat_destroy_inodecache(); +- unregister_filesystem(&exfat_fs_type); +-} +- +-module_init(init_exfat); +-module_exit(exit_exfat); +- +-MODULE_LICENSE("GPL"); +-MODULE_DESCRIPTION("exFAT Filesystem Driver"); +-MODULE_ALIAS_FS("exfat"); +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/exfat_upcase.c linux-5.6.3/drivers/staging/exfat/exfat_upcase.c +--- linux-5.6.3.orig/drivers/staging/exfat/exfat_upcase.c 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/exfat_upcase.c 1970-01-01 02:00:00.000000000 +0200 +@@ -1,740 +0,0 @@ +-// SPDX-License-Identifier: GPL-2.0-or-later +-/* +- * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. +- */ +- +-#include +-#include "exfat.h" +- +-const u8 uni_upcase[NUM_UPCASE << 1] = { +- 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, +- 0x04, 0x00, 0x05, 0x00, 0x06, 0x00, 0x07, 0x00, +- 0x08, 0x00, 0x09, 0x00, 0x0A, 0x00, 0x0B, 0x00, +- 0x0C, 0x00, 0x0D, 0x00, 0x0E, 0x00, 0x0F, 0x00, +- 0x10, 0x00, 0x11, 0x00, 0x12, 0x00, 0x13, 0x00, +- 0x14, 0x00, 0x15, 0x00, 0x16, 0x00, 0x17, 0x00, +- 0x18, 0x00, 0x19, 0x00, 0x1A, 0x00, 0x1B, 0x00, +- 0x1C, 0x00, 0x1D, 0x00, 0x1E, 0x00, 0x1F, 0x00, +- 0x20, 0x00, 0x21, 0x00, 0x22, 0x00, 0x23, 0x00, +- 0x24, 0x00, 0x25, 0x00, 0x26, 0x00, 0x27, 0x00, +- 0x28, 0x00, 0x29, 0x00, 0x2A, 0x00, 0x2B, 0x00, +- 0x2C, 0x00, 0x2D, 0x00, 0x2E, 0x00, 0x2F, 0x00, +- 0x30, 0x00, 0x31, 0x00, 0x32, 0x00, 0x33, 0x00, +- 0x34, 0x00, 0x35, 0x00, 0x36, 0x00, 0x37, 0x00, +- 0x38, 0x00, 0x39, 0x00, 0x3A, 0x00, 0x3B, 0x00, +- 0x3C, 0x00, 0x3D, 0x00, 0x3E, 0x00, 0x3F, 0x00, +- 0x40, 0x00, 0x41, 0x00, 0x42, 0x00, 0x43, 0x00, +- 0x44, 0x00, 0x45, 0x00, 0x46, 0x00, 0x47, 0x00, +- 0x48, 0x00, 0x49, 0x00, 0x4A, 0x00, 0x4B, 0x00, +- 0x4C, 0x00, 0x4D, 0x00, 0x4E, 0x00, 0x4F, 0x00, +- 0x50, 0x00, 0x51, 0x00, 0x52, 0x00, 0x53, 0x00, +- 0x54, 0x00, 0x55, 0x00, 0x56, 0x00, 0x57, 0x00, +- 0x58, 0x00, 0x59, 0x00, 0x5A, 0x00, 0x5B, 0x00, +- 0x5C, 0x00, 0x5D, 0x00, 0x5E, 0x00, 0x5F, 0x00, +- 0x60, 0x00, 0x41, 0x00, 0x42, 0x00, 0x43, 0x00, +- 0x44, 0x00, 0x45, 0x00, 0x46, 0x00, 0x47, 0x00, +- 0x48, 0x00, 0x49, 0x00, 0x4A, 0x00, 0x4B, 0x00, +- 0x4C, 0x00, 0x4D, 0x00, 0x4E, 0x00, 0x4F, 0x00, +- 0x50, 0x00, 0x51, 0x00, 0x52, 0x00, 0x53, 0x00, +- 0x54, 0x00, 0x55, 0x00, 0x56, 0x00, 0x57, 0x00, +- 0x58, 0x00, 0x59, 0x00, 0x5A, 0x00, 0x7B, 0x00, +- 0x7C, 0x00, 0x7D, 0x00, 0x7E, 0x00, 0x7F, 0x00, +- 0x80, 0x00, 0x81, 0x00, 0x82, 0x00, 0x83, 0x00, +- 0x84, 0x00, 0x85, 0x00, 0x86, 0x00, 0x87, 0x00, +- 0x88, 0x00, 0x89, 0x00, 0x8A, 0x00, 0x8B, 0x00, +- 0x8C, 0x00, 0x8D, 0x00, 0x8E, 0x00, 0x8F, 0x00, +- 0x90, 0x00, 0x91, 0x00, 0x92, 0x00, 0x93, 0x00, +- 0x94, 0x00, 0x95, 0x00, 0x96, 0x00, 0x97, 0x00, +- 0x98, 0x00, 0x99, 0x00, 0x9A, 0x00, 0x9B, 0x00, +- 0x9C, 0x00, 0x9D, 0x00, 0x9E, 0x00, 0x9F, 0x00, +- 0xA0, 0x00, 0xA1, 0x00, 0xA2, 0x00, 0xA3, 0x00, +- 0xA4, 0x00, 0xA5, 0x00, 0xA6, 0x00, 0xA7, 0x00, +- 0xA8, 0x00, 0xA9, 0x00, 0xAA, 0x00, 0xAB, 0x00, +- 0xAC, 0x00, 0xAD, 0x00, 0xAE, 0x00, 0xAF, 0x00, +- 0xB0, 0x00, 0xB1, 0x00, 0xB2, 0x00, 0xB3, 0x00, +- 0xB4, 0x00, 0xB5, 0x00, 0xB6, 0x00, 0xB7, 0x00, +- 0xB8, 0x00, 0xB9, 0x00, 0xBA, 0x00, 0xBB, 0x00, +- 0xBC, 0x00, 0xBD, 0x00, 0xBE, 0x00, 0xBF, 0x00, +- 0xC0, 0x00, 0xC1, 0x00, 0xC2, 0x00, 0xC3, 0x00, +- 0xC4, 0x00, 0xC5, 0x00, 0xC6, 0x00, 0xC7, 0x00, +- 0xC8, 0x00, 0xC9, 0x00, 0xCA, 0x00, 0xCB, 0x00, +- 0xCC, 0x00, 0xCD, 0x00, 0xCE, 0x00, 0xCF, 0x00, +- 0xD0, 0x00, 0xD1, 0x00, 0xD2, 0x00, 0xD3, 0x00, +- 0xD4, 0x00, 0xD5, 0x00, 0xD6, 0x00, 0xD7, 0x00, +- 0xD8, 0x00, 0xD9, 0x00, 0xDA, 0x00, 0xDB, 0x00, +- 0xDC, 0x00, 0xDD, 0x00, 0xDE, 0x00, 0xDF, 0x00, +- 0xC0, 0x00, 0xC1, 0x00, 0xC2, 0x00, 0xC3, 0x00, +- 0xC4, 0x00, 0xC5, 0x00, 0xC6, 0x00, 0xC7, 0x00, +- 0xC8, 0x00, 0xC9, 0x00, 0xCA, 0x00, 0xCB, 0x00, +- 0xCC, 0x00, 0xCD, 0x00, 0xCE, 0x00, 0xCF, 0x00, +- 0xD0, 0x00, 0xD1, 0x00, 0xD2, 0x00, 0xD3, 0x00, +- 0xD4, 0x00, 0xD5, 0x00, 0xD6, 0x00, 0xF7, 0x00, +- 0xD8, 0x00, 0xD9, 0x00, 0xDA, 0x00, 0xDB, 0x00, +- 0xDC, 0x00, 0xDD, 0x00, 0xDE, 0x00, 0x78, 0x01, +- 0x00, 0x01, 0x00, 0x01, 0x02, 0x01, 0x02, 0x01, +- 0x04, 0x01, 0x04, 0x01, 0x06, 0x01, 0x06, 0x01, +- 0x08, 0x01, 0x08, 0x01, 0x0A, 0x01, 0x0A, 0x01, +- 0x0C, 0x01, 0x0C, 0x01, 0x0E, 0x01, 0x0E, 0x01, +- 0x10, 0x01, 0x10, 0x01, 0x12, 0x01, 0x12, 0x01, +- 0x14, 0x01, 0x14, 0x01, 0x16, 0x01, 0x16, 0x01, +- 0x18, 0x01, 0x18, 0x01, 0x1A, 0x01, 0x1A, 0x01, +- 0x1C, 0x01, 0x1C, 0x01, 0x1E, 0x01, 0x1E, 0x01, +- 0x20, 0x01, 0x20, 0x01, 0x22, 0x01, 0x22, 0x01, +- 0x24, 0x01, 0x24, 0x01, 0x26, 0x01, 0x26, 0x01, +- 0x28, 0x01, 0x28, 0x01, 0x2A, 0x01, 0x2A, 0x01, +- 0x2C, 0x01, 0x2C, 0x01, 0x2E, 0x01, 0x2E, 0x01, +- 0x30, 0x01, 0x31, 0x01, 0x32, 0x01, 0x32, 0x01, +- 0x34, 0x01, 0x34, 0x01, 0x36, 0x01, 0x36, 0x01, +- 0x38, 0x01, 0x39, 0x01, 0x39, 0x01, 0x3B, 0x01, +- 0x3B, 0x01, 0x3D, 0x01, 0x3D, 0x01, 0x3F, 0x01, +- 0x3F, 0x01, 0x41, 0x01, 0x41, 0x01, 0x43, 0x01, +- 0x43, 0x01, 0x45, 0x01, 0x45, 0x01, 0x47, 0x01, +- 0x47, 0x01, 0x49, 0x01, 0x4A, 0x01, 0x4A, 0x01, +- 0x4C, 0x01, 0x4C, 0x01, 0x4E, 0x01, 0x4E, 0x01, +- 0x50, 0x01, 0x50, 0x01, 0x52, 0x01, 0x52, 0x01, +- 0x54, 0x01, 0x54, 0x01, 0x56, 0x01, 0x56, 0x01, +- 0x58, 0x01, 0x58, 0x01, 0x5A, 0x01, 0x5A, 0x01, +- 0x5C, 0x01, 0x5C, 0x01, 0x5E, 0x01, 0x5E, 0x01, +- 0x60, 0x01, 0x60, 0x01, 0x62, 0x01, 0x62, 0x01, +- 0x64, 0x01, 0x64, 0x01, 0x66, 0x01, 0x66, 0x01, +- 0x68, 0x01, 0x68, 0x01, 0x6A, 0x01, 0x6A, 0x01, +- 0x6C, 0x01, 0x6C, 0x01, 0x6E, 0x01, 0x6E, 0x01, +- 0x70, 0x01, 0x70, 0x01, 0x72, 0x01, 0x72, 0x01, +- 0x74, 0x01, 0x74, 0x01, 0x76, 0x01, 0x76, 0x01, +- 0x78, 0x01, 0x79, 0x01, 0x79, 0x01, 0x7B, 0x01, +- 0x7B, 0x01, 0x7D, 0x01, 0x7D, 0x01, 0x7F, 0x01, +- 0x43, 0x02, 0x81, 0x01, 0x82, 0x01, 0x82, 0x01, +- 0x84, 0x01, 0x84, 0x01, 0x86, 0x01, 0x87, 0x01, +- 0x87, 0x01, 0x89, 0x01, 0x8A, 0x01, 0x8B, 0x01, +- 0x8B, 0x01, 0x8D, 0x01, 0x8E, 0x01, 0x8F, 0x01, +- 0x90, 0x01, 0x91, 0x01, 0x91, 0x01, 0x93, 0x01, +- 0x94, 0x01, 0xF6, 0x01, 0x96, 0x01, 0x97, 0x01, +- 0x98, 0x01, 0x98, 0x01, 0x3D, 0x02, 0x9B, 0x01, +- 0x9C, 0x01, 0x9D, 0x01, 0x20, 0x02, 0x9F, 0x01, +- 0xA0, 0x01, 0xA0, 0x01, 0xA2, 0x01, 0xA2, 0x01, +- 0xA4, 0x01, 0xA4, 0x01, 0xA6, 0x01, 0xA7, 0x01, +- 0xA7, 0x01, 0xA9, 0x01, 0xAA, 0x01, 0xAB, 0x01, +- 0xAC, 0x01, 0xAC, 0x01, 0xAE, 0x01, 0xAF, 0x01, +- 0xAF, 0x01, 0xB1, 0x01, 0xB2, 0x01, 0xB3, 0x01, +- 0xB3, 0x01, 0xB5, 0x01, 0xB5, 0x01, 0xB7, 0x01, +- 0xB8, 0x01, 0xB8, 0x01, 0xBA, 0x01, 0xBB, 0x01, +- 0xBC, 0x01, 0xBC, 0x01, 0xBE, 0x01, 0xF7, 0x01, +- 0xC0, 0x01, 0xC1, 0x01, 0xC2, 0x01, 0xC3, 0x01, +- 0xC4, 0x01, 0xC5, 0x01, 0xC4, 0x01, 0xC7, 0x01, +- 0xC8, 0x01, 0xC7, 0x01, 0xCA, 0x01, 0xCB, 0x01, +- 0xCA, 0x01, 0xCD, 0x01, 0xCD, 0x01, 0xCF, 0x01, +- 0xCF, 0x01, 0xD1, 0x01, 0xD1, 0x01, 0xD3, 0x01, +- 0xD3, 0x01, 0xD5, 0x01, 0xD5, 0x01, 0xD7, 0x01, +- 0xD7, 0x01, 0xD9, 0x01, 0xD9, 0x01, 0xDB, 0x01, +- 0xDB, 0x01, 0x8E, 0x01, 0xDE, 0x01, 0xDE, 0x01, +- 0xE0, 0x01, 0xE0, 0x01, 0xE2, 0x01, 0xE2, 0x01, +- 0xE4, 0x01, 0xE4, 0x01, 0xE6, 0x01, 0xE6, 0x01, +- 0xE8, 0x01, 0xE8, 0x01, 0xEA, 0x01, 0xEA, 0x01, +- 0xEC, 0x01, 0xEC, 0x01, 0xEE, 0x01, 0xEE, 0x01, +- 0xF0, 0x01, 0xF1, 0x01, 0xF2, 0x01, 0xF1, 0x01, +- 0xF4, 0x01, 0xF4, 0x01, 0xF6, 0x01, 0xF7, 0x01, +- 0xF8, 0x01, 0xF8, 0x01, 0xFA, 0x01, 0xFA, 0x01, +- 0xFC, 0x01, 0xFC, 0x01, 0xFE, 0x01, 0xFE, 0x01, +- 0x00, 0x02, 0x00, 0x02, 0x02, 0x02, 0x02, 0x02, +- 0x04, 0x02, 0x04, 0x02, 0x06, 0x02, 0x06, 0x02, +- 0x08, 0x02, 0x08, 0x02, 0x0A, 0x02, 0x0A, 0x02, +- 0x0C, 0x02, 0x0C, 0x02, 0x0E, 0x02, 0x0E, 0x02, +- 0x10, 0x02, 0x10, 0x02, 0x12, 0x02, 0x12, 0x02, +- 0x14, 0x02, 0x14, 0x02, 0x16, 0x02, 0x16, 0x02, +- 0x18, 0x02, 0x18, 0x02, 0x1A, 0x02, 0x1A, 0x02, +- 0x1C, 0x02, 0x1C, 0x02, 0x1E, 0x02, 0x1E, 0x02, +- 0x20, 0x02, 0x21, 0x02, 0x22, 0x02, 0x22, 0x02, +- 0x24, 0x02, 0x24, 0x02, 0x26, 0x02, 0x26, 0x02, +- 0x28, 0x02, 0x28, 0x02, 0x2A, 0x02, 0x2A, 0x02, +- 0x2C, 0x02, 0x2C, 0x02, 0x2E, 0x02, 0x2E, 0x02, +- 0x30, 0x02, 0x30, 0x02, 0x32, 0x02, 0x32, 0x02, +- 0x34, 0x02, 0x35, 0x02, 0x36, 0x02, 0x37, 0x02, +- 0x38, 0x02, 0x39, 0x02, 0x65, 0x2C, 0x3B, 0x02, +- 0x3B, 0x02, 0x3D, 0x02, 0x66, 0x2C, 0x3F, 0x02, +- 0x40, 0x02, 0x41, 0x02, 0x41, 0x02, 0x43, 0x02, +- 0x44, 0x02, 0x45, 0x02, 0x46, 0x02, 0x46, 0x02, +- 0x48, 0x02, 0x48, 0x02, 0x4A, 0x02, 0x4A, 0x02, +- 0x4C, 0x02, 0x4C, 0x02, 0x4E, 0x02, 0x4E, 0x02, +- 0x50, 0x02, 0x51, 0x02, 0x52, 0x02, 0x81, 0x01, +- 0x86, 0x01, 0x55, 0x02, 0x89, 0x01, 0x8A, 0x01, +- 0x58, 0x02, 0x8F, 0x01, 0x5A, 0x02, 0x90, 0x01, +- 0x5C, 0x02, 0x5D, 0x02, 0x5E, 0x02, 0x5F, 0x02, +- 0x93, 0x01, 0x61, 0x02, 0x62, 0x02, 0x94, 0x01, +- 0x64, 0x02, 0x65, 0x02, 0x66, 0x02, 0x67, 0x02, +- 0x97, 0x01, 0x96, 0x01, 0x6A, 0x02, 0x62, 0x2C, +- 0x6C, 0x02, 0x6D, 0x02, 0x6E, 0x02, 0x9C, 0x01, +- 0x70, 0x02, 0x71, 0x02, 0x9D, 0x01, 0x73, 0x02, +- 0x74, 0x02, 0x9F, 0x01, 0x76, 0x02, 0x77, 0x02, +- 0x78, 0x02, 0x79, 0x02, 0x7A, 0x02, 0x7B, 0x02, +- 0x7C, 0x02, 0x64, 0x2C, 0x7E, 0x02, 0x7F, 0x02, +- 0xA6, 0x01, 0x81, 0x02, 0x82, 0x02, 0xA9, 0x01, +- 0x84, 0x02, 0x85, 0x02, 0x86, 0x02, 0x87, 0x02, +- 0xAE, 0x01, 0x44, 0x02, 0xB1, 0x01, 0xB2, 0x01, +- 0x45, 0x02, 0x8D, 0x02, 0x8E, 0x02, 0x8F, 0x02, +- 0x90, 0x02, 0x91, 0x02, 0xB7, 0x01, 0x93, 0x02, +- 0x94, 0x02, 0x95, 0x02, 0x96, 0x02, 0x97, 0x02, +- 0x98, 0x02, 0x99, 0x02, 0x9A, 0x02, 0x9B, 0x02, +- 0x9C, 0x02, 0x9D, 0x02, 0x9E, 0x02, 0x9F, 0x02, +- 0xA0, 0x02, 0xA1, 0x02, 0xA2, 0x02, 0xA3, 0x02, +- 0xA4, 0x02, 0xA5, 0x02, 0xA6, 0x02, 0xA7, 0x02, +- 0xA8, 0x02, 0xA9, 0x02, 0xAA, 0x02, 0xAB, 0x02, +- 0xAC, 0x02, 0xAD, 0x02, 0xAE, 0x02, 0xAF, 0x02, +- 0xB0, 0x02, 0xB1, 0x02, 0xB2, 0x02, 0xB3, 0x02, +- 0xB4, 0x02, 0xB5, 0x02, 0xB6, 0x02, 0xB7, 0x02, +- 0xB8, 0x02, 0xB9, 0x02, 0xBA, 0x02, 0xBB, 0x02, +- 0xBC, 0x02, 0xBD, 0x02, 0xBE, 0x02, 0xBF, 0x02, +- 0xC0, 0x02, 0xC1, 0x02, 0xC2, 0x02, 0xC3, 0x02, +- 0xC4, 0x02, 0xC5, 0x02, 0xC6, 0x02, 0xC7, 0x02, +- 0xC8, 0x02, 0xC9, 0x02, 0xCA, 0x02, 0xCB, 0x02, +- 0xCC, 0x02, 0xCD, 0x02, 0xCE, 0x02, 0xCF, 0x02, +- 0xD0, 0x02, 0xD1, 0x02, 0xD2, 0x02, 0xD3, 0x02, +- 0xD4, 0x02, 0xD5, 0x02, 0xD6, 0x02, 0xD7, 0x02, +- 0xD8, 0x02, 0xD9, 0x02, 0xDA, 0x02, 0xDB, 0x02, +- 0xDC, 0x02, 0xDD, 0x02, 0xDE, 0x02, 0xDF, 0x02, +- 0xE0, 0x02, 0xE1, 0x02, 0xE2, 0x02, 0xE3, 0x02, +- 0xE4, 0x02, 0xE5, 0x02, 0xE6, 0x02, 0xE7, 0x02, +- 0xE8, 0x02, 0xE9, 0x02, 0xEA, 0x02, 0xEB, 0x02, +- 0xEC, 0x02, 0xED, 0x02, 0xEE, 0x02, 0xEF, 0x02, +- 0xF0, 0x02, 0xF1, 0x02, 0xF2, 0x02, 0xF3, 0x02, +- 0xF4, 0x02, 0xF5, 0x02, 0xF6, 0x02, 0xF7, 0x02, +- 0xF8, 0x02, 0xF9, 0x02, 0xFA, 0x02, 0xFB, 0x02, +- 0xFC, 0x02, 0xFD, 0x02, 0xFE, 0x02, 0xFF, 0x02, +- 0x00, 0x03, 0x01, 0x03, 0x02, 0x03, 0x03, 0x03, +- 0x04, 0x03, 0x05, 0x03, 0x06, 0x03, 0x07, 0x03, +- 0x08, 0x03, 0x09, 0x03, 0x0A, 0x03, 0x0B, 0x03, +- 0x0C, 0x03, 0x0D, 0x03, 0x0E, 0x03, 0x0F, 0x03, +- 0x10, 0x03, 0x11, 0x03, 0x12, 0x03, 0x13, 0x03, +- 0x14, 0x03, 0x15, 0x03, 0x16, 0x03, 0x17, 0x03, +- 0x18, 0x03, 0x19, 0x03, 0x1A, 0x03, 0x1B, 0x03, +- 0x1C, 0x03, 0x1D, 0x03, 0x1E, 0x03, 0x1F, 0x03, +- 0x20, 0x03, 0x21, 0x03, 0x22, 0x03, 0x23, 0x03, +- 0x24, 0x03, 0x25, 0x03, 0x26, 0x03, 0x27, 0x03, +- 0x28, 0x03, 0x29, 0x03, 0x2A, 0x03, 0x2B, 0x03, +- 0x2C, 0x03, 0x2D, 0x03, 0x2E, 0x03, 0x2F, 0x03, +- 0x30, 0x03, 0x31, 0x03, 0x32, 0x03, 0x33, 0x03, +- 0x34, 0x03, 0x35, 0x03, 0x36, 0x03, 0x37, 0x03, +- 0x38, 0x03, 0x39, 0x03, 0x3A, 0x03, 0x3B, 0x03, +- 0x3C, 0x03, 0x3D, 0x03, 0x3E, 0x03, 0x3F, 0x03, +- 0x40, 0x03, 0x41, 0x03, 0x42, 0x03, 0x43, 0x03, +- 0x44, 0x03, 0x45, 0x03, 0x46, 0x03, 0x47, 0x03, +- 0x48, 0x03, 0x49, 0x03, 0x4A, 0x03, 0x4B, 0x03, +- 0x4C, 0x03, 0x4D, 0x03, 0x4E, 0x03, 0x4F, 0x03, +- 0x50, 0x03, 0x51, 0x03, 0x52, 0x03, 0x53, 0x03, +- 0x54, 0x03, 0x55, 0x03, 0x56, 0x03, 0x57, 0x03, +- 0x58, 0x03, 0x59, 0x03, 0x5A, 0x03, 0x5B, 0x03, +- 0x5C, 0x03, 0x5D, 0x03, 0x5E, 0x03, 0x5F, 0x03, +- 0x60, 0x03, 0x61, 0x03, 0x62, 0x03, 0x63, 0x03, +- 0x64, 0x03, 0x65, 0x03, 0x66, 0x03, 0x67, 0x03, +- 0x68, 0x03, 0x69, 0x03, 0x6A, 0x03, 0x6B, 0x03, +- 0x6C, 0x03, 0x6D, 0x03, 0x6E, 0x03, 0x6F, 0x03, +- 0x70, 0x03, 0x71, 0x03, 0x72, 0x03, 0x73, 0x03, +- 0x74, 0x03, 0x75, 0x03, 0x76, 0x03, 0x77, 0x03, +- 0x78, 0x03, 0x79, 0x03, 0x7A, 0x03, 0xFD, 0x03, +- 0xFE, 0x03, 0xFF, 0x03, 0x7E, 0x03, 0x7F, 0x03, +- 0x80, 0x03, 0x81, 0x03, 0x82, 0x03, 0x83, 0x03, +- 0x84, 0x03, 0x85, 0x03, 0x86, 0x03, 0x87, 0x03, +- 0x88, 0x03, 0x89, 0x03, 0x8A, 0x03, 0x8B, 0x03, +- 0x8C, 0x03, 0x8D, 0x03, 0x8E, 0x03, 0x8F, 0x03, +- 0x90, 0x03, 0x91, 0x03, 0x92, 0x03, 0x93, 0x03, +- 0x94, 0x03, 0x95, 0x03, 0x96, 0x03, 0x97, 0x03, +- 0x98, 0x03, 0x99, 0x03, 0x9A, 0x03, 0x9B, 0x03, +- 0x9C, 0x03, 0x9D, 0x03, 0x9E, 0x03, 0x9F, 0x03, +- 0xA0, 0x03, 0xA1, 0x03, 0xA2, 0x03, 0xA3, 0x03, +- 0xA4, 0x03, 0xA5, 0x03, 0xA6, 0x03, 0xA7, 0x03, +- 0xA8, 0x03, 0xA9, 0x03, 0xAA, 0x03, 0xAB, 0x03, +- 0x86, 0x03, 0x88, 0x03, 0x89, 0x03, 0x8A, 0x03, +- 0xB0, 0x03, 0x91, 0x03, 0x92, 0x03, 0x93, 0x03, +- 0x94, 0x03, 0x95, 0x03, 0x96, 0x03, 0x97, 0x03, +- 0x98, 0x03, 0x99, 0x03, 0x9A, 0x03, 0x9B, 0x03, +- 0x9C, 0x03, 0x9D, 0x03, 0x9E, 0x03, 0x9F, 0x03, +- 0xA0, 0x03, 0xA1, 0x03, 0xA3, 0x03, 0xA3, 0x03, +- 0xA4, 0x03, 0xA5, 0x03, 0xA6, 0x03, 0xA7, 0x03, +- 0xA8, 0x03, 0xA9, 0x03, 0xAA, 0x03, 0xAB, 0x03, +- 0x8C, 0x03, 0x8E, 0x03, 0x8F, 0x03, 0xCF, 0x03, +- 0xD0, 0x03, 0xD1, 0x03, 0xD2, 0x03, 0xD3, 0x03, +- 0xD4, 0x03, 0xD5, 0x03, 0xD6, 0x03, 0xD7, 0x03, +- 0xD8, 0x03, 0xD8, 0x03, 0xDA, 0x03, 0xDA, 0x03, +- 0xDC, 0x03, 0xDC, 0x03, 0xDE, 0x03, 0xDE, 0x03, +- 0xE0, 0x03, 0xE0, 0x03, 0xE2, 0x03, 0xE2, 0x03, +- 0xE4, 0x03, 0xE4, 0x03, 0xE6, 0x03, 0xE6, 0x03, +- 0xE8, 0x03, 0xE8, 0x03, 0xEA, 0x03, 0xEA, 0x03, +- 0xEC, 0x03, 0xEC, 0x03, 0xEE, 0x03, 0xEE, 0x03, +- 0xF0, 0x03, 0xF1, 0x03, 0xF9, 0x03, 0xF3, 0x03, +- 0xF4, 0x03, 0xF5, 0x03, 0xF6, 0x03, 0xF7, 0x03, +- 0xF7, 0x03, 0xF9, 0x03, 0xFA, 0x03, 0xFA, 0x03, +- 0xFC, 0x03, 0xFD, 0x03, 0xFE, 0x03, 0xFF, 0x03, +- 0x00, 0x04, 0x01, 0x04, 0x02, 0x04, 0x03, 0x04, +- 0x04, 0x04, 0x05, 0x04, 0x06, 0x04, 0x07, 0x04, +- 0x08, 0x04, 0x09, 0x04, 0x0A, 0x04, 0x0B, 0x04, +- 0x0C, 0x04, 0x0D, 0x04, 0x0E, 0x04, 0x0F, 0x04, +- 0x10, 0x04, 0x11, 0x04, 0x12, 0x04, 0x13, 0x04, +- 0x14, 0x04, 0x15, 0x04, 0x16, 0x04, 0x17, 0x04, +- 0x18, 0x04, 0x19, 0x04, 0x1A, 0x04, 0x1B, 0x04, +- 0x1C, 0x04, 0x1D, 0x04, 0x1E, 0x04, 0x1F, 0x04, +- 0x20, 0x04, 0x21, 0x04, 0x22, 0x04, 0x23, 0x04, +- 0x24, 0x04, 0x25, 0x04, 0x26, 0x04, 0x27, 0x04, +- 0x28, 0x04, 0x29, 0x04, 0x2A, 0x04, 0x2B, 0x04, +- 0x2C, 0x04, 0x2D, 0x04, 0x2E, 0x04, 0x2F, 0x04, +- 0x10, 0x04, 0x11, 0x04, 0x12, 0x04, 0x13, 0x04, +- 0x14, 0x04, 0x15, 0x04, 0x16, 0x04, 0x17, 0x04, +- 0x18, 0x04, 0x19, 0x04, 0x1A, 0x04, 0x1B, 0x04, +- 0x1C, 0x04, 0x1D, 0x04, 0x1E, 0x04, 0x1F, 0x04, +- 0x20, 0x04, 0x21, 0x04, 0x22, 0x04, 0x23, 0x04, +- 0x24, 0x04, 0x25, 0x04, 0x26, 0x04, 0x27, 0x04, +- 0x28, 0x04, 0x29, 0x04, 0x2A, 0x04, 0x2B, 0x04, +- 0x2C, 0x04, 0x2D, 0x04, 0x2E, 0x04, 0x2F, 0x04, +- 0x00, 0x04, 0x01, 0x04, 0x02, 0x04, 0x03, 0x04, +- 0x04, 0x04, 0x05, 0x04, 0x06, 0x04, 0x07, 0x04, +- 0x08, 0x04, 0x09, 0x04, 0x0A, 0x04, 0x0B, 0x04, +- 0x0C, 0x04, 0x0D, 0x04, 0x0E, 0x04, 0x0F, 0x04, +- 0x60, 0x04, 0x60, 0x04, 0x62, 0x04, 0x62, 0x04, +- 0x64, 0x04, 0x64, 0x04, 0x66, 0x04, 0x66, 0x04, +- 0x68, 0x04, 0x68, 0x04, 0x6A, 0x04, 0x6A, 0x04, +- 0x6C, 0x04, 0x6C, 0x04, 0x6E, 0x04, 0x6E, 0x04, +- 0x70, 0x04, 0x70, 0x04, 0x72, 0x04, 0x72, 0x04, +- 0x74, 0x04, 0x74, 0x04, 0x76, 0x04, 0x76, 0x04, +- 0x78, 0x04, 0x78, 0x04, 0x7A, 0x04, 0x7A, 0x04, +- 0x7C, 0x04, 0x7C, 0x04, 0x7E, 0x04, 0x7E, 0x04, +- 0x80, 0x04, 0x80, 0x04, 0x82, 0x04, 0x83, 0x04, +- 0x84, 0x04, 0x85, 0x04, 0x86, 0x04, 0x87, 0x04, +- 0x88, 0x04, 0x89, 0x04, 0x8A, 0x04, 0x8A, 0x04, +- 0x8C, 0x04, 0x8C, 0x04, 0x8E, 0x04, 0x8E, 0x04, +- 0x90, 0x04, 0x90, 0x04, 0x92, 0x04, 0x92, 0x04, +- 0x94, 0x04, 0x94, 0x04, 0x96, 0x04, 0x96, 0x04, +- 0x98, 0x04, 0x98, 0x04, 0x9A, 0x04, 0x9A, 0x04, +- 0x9C, 0x04, 0x9C, 0x04, 0x9E, 0x04, 0x9E, 0x04, +- 0xA0, 0x04, 0xA0, 0x04, 0xA2, 0x04, 0xA2, 0x04, +- 0xA4, 0x04, 0xA4, 0x04, 0xA6, 0x04, 0xA6, 0x04, +- 0xA8, 0x04, 0xA8, 0x04, 0xAA, 0x04, 0xAA, 0x04, +- 0xAC, 0x04, 0xAC, 0x04, 0xAE, 0x04, 0xAE, 0x04, +- 0xB0, 0x04, 0xB0, 0x04, 0xB2, 0x04, 0xB2, 0x04, +- 0xB4, 0x04, 0xB4, 0x04, 0xB6, 0x04, 0xB6, 0x04, +- 0xB8, 0x04, 0xB8, 0x04, 0xBA, 0x04, 0xBA, 0x04, +- 0xBC, 0x04, 0xBC, 0x04, 0xBE, 0x04, 0xBE, 0x04, +- 0xC0, 0x04, 0xC1, 0x04, 0xC1, 0x04, 0xC3, 0x04, +- 0xC3, 0x04, 0xC5, 0x04, 0xC5, 0x04, 0xC7, 0x04, +- 0xC7, 0x04, 0xC9, 0x04, 0xC9, 0x04, 0xCB, 0x04, +- 0xCB, 0x04, 0xCD, 0x04, 0xCD, 0x04, 0xC0, 0x04, +- 0xD0, 0x04, 0xD0, 0x04, 0xD2, 0x04, 0xD2, 0x04, +- 0xD4, 0x04, 0xD4, 0x04, 0xD6, 0x04, 0xD6, 0x04, +- 0xD8, 0x04, 0xD8, 0x04, 0xDA, 0x04, 0xDA, 0x04, +- 0xDC, 0x04, 0xDC, 0x04, 0xDE, 0x04, 0xDE, 0x04, +- 0xE0, 0x04, 0xE0, 0x04, 0xE2, 0x04, 0xE2, 0x04, +- 0xE4, 0x04, 0xE4, 0x04, 0xE6, 0x04, 0xE6, 0x04, +- 0xE8, 0x04, 0xE8, 0x04, 0xEA, 0x04, 0xEA, 0x04, +- 0xEC, 0x04, 0xEC, 0x04, 0xEE, 0x04, 0xEE, 0x04, +- 0xF0, 0x04, 0xF0, 0x04, 0xF2, 0x04, 0xF2, 0x04, +- 0xF4, 0x04, 0xF4, 0x04, 0xF6, 0x04, 0xF6, 0x04, +- 0xF8, 0x04, 0xF8, 0x04, 0xFA, 0x04, 0xFA, 0x04, +- 0xFC, 0x04, 0xFC, 0x04, 0xFE, 0x04, 0xFE, 0x04, +- 0x00, 0x05, 0x00, 0x05, 0x02, 0x05, 0x02, 0x05, +- 0x04, 0x05, 0x04, 0x05, 0x06, 0x05, 0x06, 0x05, +- 0x08, 0x05, 0x08, 0x05, 0x0A, 0x05, 0x0A, 0x05, +- 0x0C, 0x05, 0x0C, 0x05, 0x0E, 0x05, 0x0E, 0x05, +- 0x10, 0x05, 0x10, 0x05, 0x12, 0x05, 0x12, 0x05, +- 0x14, 0x05, 0x15, 0x05, 0x16, 0x05, 0x17, 0x05, +- 0x18, 0x05, 0x19, 0x05, 0x1A, 0x05, 0x1B, 0x05, +- 0x1C, 0x05, 0x1D, 0x05, 0x1E, 0x05, 0x1F, 0x05, +- 0x20, 0x05, 0x21, 0x05, 0x22, 0x05, 0x23, 0x05, +- 0x24, 0x05, 0x25, 0x05, 0x26, 0x05, 0x27, 0x05, +- 0x28, 0x05, 0x29, 0x05, 0x2A, 0x05, 0x2B, 0x05, +- 0x2C, 0x05, 0x2D, 0x05, 0x2E, 0x05, 0x2F, 0x05, +- 0x30, 0x05, 0x31, 0x05, 0x32, 0x05, 0x33, 0x05, +- 0x34, 0x05, 0x35, 0x05, 0x36, 0x05, 0x37, 0x05, +- 0x38, 0x05, 0x39, 0x05, 0x3A, 0x05, 0x3B, 0x05, +- 0x3C, 0x05, 0x3D, 0x05, 0x3E, 0x05, 0x3F, 0x05, +- 0x40, 0x05, 0x41, 0x05, 0x42, 0x05, 0x43, 0x05, +- 0x44, 0x05, 0x45, 0x05, 0x46, 0x05, 0x47, 0x05, +- 0x48, 0x05, 0x49, 0x05, 0x4A, 0x05, 0x4B, 0x05, +- 0x4C, 0x05, 0x4D, 0x05, 0x4E, 0x05, 0x4F, 0x05, +- 0x50, 0x05, 0x51, 0x05, 0x52, 0x05, 0x53, 0x05, +- 0x54, 0x05, 0x55, 0x05, 0x56, 0x05, 0x57, 0x05, +- 0x58, 0x05, 0x59, 0x05, 0x5A, 0x05, 0x5B, 0x05, +- 0x5C, 0x05, 0x5D, 0x05, 0x5E, 0x05, 0x5F, 0x05, +- 0x60, 0x05, 0x31, 0x05, 0x32, 0x05, 0x33, 0x05, +- 0x34, 0x05, 0x35, 0x05, 0x36, 0x05, 0x37, 0x05, +- 0x38, 0x05, 0x39, 0x05, 0x3A, 0x05, 0x3B, 0x05, +- 0x3C, 0x05, 0x3D, 0x05, 0x3E, 0x05, 0x3F, 0x05, +- 0x40, 0x05, 0x41, 0x05, 0x42, 0x05, 0x43, 0x05, +- 0x44, 0x05, 0x45, 0x05, 0x46, 0x05, 0x47, 0x05, +- 0x48, 0x05, 0x49, 0x05, 0x4A, 0x05, 0x4B, 0x05, +- 0x4C, 0x05, 0x4D, 0x05, 0x4E, 0x05, 0x4F, 0x05, +- 0x50, 0x05, 0x51, 0x05, 0x52, 0x05, 0x53, 0x05, +- 0x54, 0x05, 0x55, 0x05, 0x56, 0x05, 0xFF, 0xFF, +- 0xF6, 0x17, 0x63, 0x2C, 0x7E, 0x1D, 0x7F, 0x1D, +- 0x80, 0x1D, 0x81, 0x1D, 0x82, 0x1D, 0x83, 0x1D, +- 0x84, 0x1D, 0x85, 0x1D, 0x86, 0x1D, 0x87, 0x1D, +- 0x88, 0x1D, 0x89, 0x1D, 0x8A, 0x1D, 0x8B, 0x1D, +- 0x8C, 0x1D, 0x8D, 0x1D, 0x8E, 0x1D, 0x8F, 0x1D, +- 0x90, 0x1D, 0x91, 0x1D, 0x92, 0x1D, 0x93, 0x1D, +- 0x94, 0x1D, 0x95, 0x1D, 0x96, 0x1D, 0x97, 0x1D, +- 0x98, 0x1D, 0x99, 0x1D, 0x9A, 0x1D, 0x9B, 0x1D, +- 0x9C, 0x1D, 0x9D, 0x1D, 0x9E, 0x1D, 0x9F, 0x1D, +- 0xA0, 0x1D, 0xA1, 0x1D, 0xA2, 0x1D, 0xA3, 0x1D, +- 0xA4, 0x1D, 0xA5, 0x1D, 0xA6, 0x1D, 0xA7, 0x1D, +- 0xA8, 0x1D, 0xA9, 0x1D, 0xAA, 0x1D, 0xAB, 0x1D, +- 0xAC, 0x1D, 0xAD, 0x1D, 0xAE, 0x1D, 0xAF, 0x1D, +- 0xB0, 0x1D, 0xB1, 0x1D, 0xB2, 0x1D, 0xB3, 0x1D, +- 0xB4, 0x1D, 0xB5, 0x1D, 0xB6, 0x1D, 0xB7, 0x1D, +- 0xB8, 0x1D, 0xB9, 0x1D, 0xBA, 0x1D, 0xBB, 0x1D, +- 0xBC, 0x1D, 0xBD, 0x1D, 0xBE, 0x1D, 0xBF, 0x1D, +- 0xC0, 0x1D, 0xC1, 0x1D, 0xC2, 0x1D, 0xC3, 0x1D, +- 0xC4, 0x1D, 0xC5, 0x1D, 0xC6, 0x1D, 0xC7, 0x1D, +- 0xC8, 0x1D, 0xC9, 0x1D, 0xCA, 0x1D, 0xCB, 0x1D, +- 0xCC, 0x1D, 0xCD, 0x1D, 0xCE, 0x1D, 0xCF, 0x1D, +- 0xD0, 0x1D, 0xD1, 0x1D, 0xD2, 0x1D, 0xD3, 0x1D, +- 0xD4, 0x1D, 0xD5, 0x1D, 0xD6, 0x1D, 0xD7, 0x1D, +- 0xD8, 0x1D, 0xD9, 0x1D, 0xDA, 0x1D, 0xDB, 0x1D, +- 0xDC, 0x1D, 0xDD, 0x1D, 0xDE, 0x1D, 0xDF, 0x1D, +- 0xE0, 0x1D, 0xE1, 0x1D, 0xE2, 0x1D, 0xE3, 0x1D, +- 0xE4, 0x1D, 0xE5, 0x1D, 0xE6, 0x1D, 0xE7, 0x1D, +- 0xE8, 0x1D, 0xE9, 0x1D, 0xEA, 0x1D, 0xEB, 0x1D, +- 0xEC, 0x1D, 0xED, 0x1D, 0xEE, 0x1D, 0xEF, 0x1D, +- 0xF0, 0x1D, 0xF1, 0x1D, 0xF2, 0x1D, 0xF3, 0x1D, +- 0xF4, 0x1D, 0xF5, 0x1D, 0xF6, 0x1D, 0xF7, 0x1D, +- 0xF8, 0x1D, 0xF9, 0x1D, 0xFA, 0x1D, 0xFB, 0x1D, +- 0xFC, 0x1D, 0xFD, 0x1D, 0xFE, 0x1D, 0xFF, 0x1D, +- 0x00, 0x1E, 0x00, 0x1E, 0x02, 0x1E, 0x02, 0x1E, +- 0x04, 0x1E, 0x04, 0x1E, 0x06, 0x1E, 0x06, 0x1E, +- 0x08, 0x1E, 0x08, 0x1E, 0x0A, 0x1E, 0x0A, 0x1E, +- 0x0C, 0x1E, 0x0C, 0x1E, 0x0E, 0x1E, 0x0E, 0x1E, +- 0x10, 0x1E, 0x10, 0x1E, 0x12, 0x1E, 0x12, 0x1E, +- 0x14, 0x1E, 0x14, 0x1E, 0x16, 0x1E, 0x16, 0x1E, +- 0x18, 0x1E, 0x18, 0x1E, 0x1A, 0x1E, 0x1A, 0x1E, +- 0x1C, 0x1E, 0x1C, 0x1E, 0x1E, 0x1E, 0x1E, 0x1E, +- 0x20, 0x1E, 0x20, 0x1E, 0x22, 0x1E, 0x22, 0x1E, +- 0x24, 0x1E, 0x24, 0x1E, 0x26, 0x1E, 0x26, 0x1E, +- 0x28, 0x1E, 0x28, 0x1E, 0x2A, 0x1E, 0x2A, 0x1E, +- 0x2C, 0x1E, 0x2C, 0x1E, 0x2E, 0x1E, 0x2E, 0x1E, +- 0x30, 0x1E, 0x30, 0x1E, 0x32, 0x1E, 0x32, 0x1E, +- 0x34, 0x1E, 0x34, 0x1E, 0x36, 0x1E, 0x36, 0x1E, +- 0x38, 0x1E, 0x38, 0x1E, 0x3A, 0x1E, 0x3A, 0x1E, +- 0x3C, 0x1E, 0x3C, 0x1E, 0x3E, 0x1E, 0x3E, 0x1E, +- 0x40, 0x1E, 0x40, 0x1E, 0x42, 0x1E, 0x42, 0x1E, +- 0x44, 0x1E, 0x44, 0x1E, 0x46, 0x1E, 0x46, 0x1E, +- 0x48, 0x1E, 0x48, 0x1E, 0x4A, 0x1E, 0x4A, 0x1E, +- 0x4C, 0x1E, 0x4C, 0x1E, 0x4E, 0x1E, 0x4E, 0x1E, +- 0x50, 0x1E, 0x50, 0x1E, 0x52, 0x1E, 0x52, 0x1E, +- 0x54, 0x1E, 0x54, 0x1E, 0x56, 0x1E, 0x56, 0x1E, +- 0x58, 0x1E, 0x58, 0x1E, 0x5A, 0x1E, 0x5A, 0x1E, +- 0x5C, 0x1E, 0x5C, 0x1E, 0x5E, 0x1E, 0x5E, 0x1E, +- 0x60, 0x1E, 0x60, 0x1E, 0x62, 0x1E, 0x62, 0x1E, +- 0x64, 0x1E, 0x64, 0x1E, 0x66, 0x1E, 0x66, 0x1E, +- 0x68, 0x1E, 0x68, 0x1E, 0x6A, 0x1E, 0x6A, 0x1E, +- 0x6C, 0x1E, 0x6C, 0x1E, 0x6E, 0x1E, 0x6E, 0x1E, +- 0x70, 0x1E, 0x70, 0x1E, 0x72, 0x1E, 0x72, 0x1E, +- 0x74, 0x1E, 0x74, 0x1E, 0x76, 0x1E, 0x76, 0x1E, +- 0x78, 0x1E, 0x78, 0x1E, 0x7A, 0x1E, 0x7A, 0x1E, +- 0x7C, 0x1E, 0x7C, 0x1E, 0x7E, 0x1E, 0x7E, 0x1E, +- 0x80, 0x1E, 0x80, 0x1E, 0x82, 0x1E, 0x82, 0x1E, +- 0x84, 0x1E, 0x84, 0x1E, 0x86, 0x1E, 0x86, 0x1E, +- 0x88, 0x1E, 0x88, 0x1E, 0x8A, 0x1E, 0x8A, 0x1E, +- 0x8C, 0x1E, 0x8C, 0x1E, 0x8E, 0x1E, 0x8E, 0x1E, +- 0x90, 0x1E, 0x90, 0x1E, 0x92, 0x1E, 0x92, 0x1E, +- 0x94, 0x1E, 0x94, 0x1E, 0x96, 0x1E, 0x97, 0x1E, +- 0x98, 0x1E, 0x99, 0x1E, 0x9A, 0x1E, 0x9B, 0x1E, +- 0x9C, 0x1E, 0x9D, 0x1E, 0x9E, 0x1E, 0x9F, 0x1E, +- 0xA0, 0x1E, 0xA0, 0x1E, 0xA2, 0x1E, 0xA2, 0x1E, +- 0xA4, 0x1E, 0xA4, 0x1E, 0xA6, 0x1E, 0xA6, 0x1E, +- 0xA8, 0x1E, 0xA8, 0x1E, 0xAA, 0x1E, 0xAA, 0x1E, +- 0xAC, 0x1E, 0xAC, 0x1E, 0xAE, 0x1E, 0xAE, 0x1E, +- 0xB0, 0x1E, 0xB0, 0x1E, 0xB2, 0x1E, 0xB2, 0x1E, +- 0xB4, 0x1E, 0xB4, 0x1E, 0xB6, 0x1E, 0xB6, 0x1E, +- 0xB8, 0x1E, 0xB8, 0x1E, 0xBA, 0x1E, 0xBA, 0x1E, +- 0xBC, 0x1E, 0xBC, 0x1E, 0xBE, 0x1E, 0xBE, 0x1E, +- 0xC0, 0x1E, 0xC0, 0x1E, 0xC2, 0x1E, 0xC2, 0x1E, +- 0xC4, 0x1E, 0xC4, 0x1E, 0xC6, 0x1E, 0xC6, 0x1E, +- 0xC8, 0x1E, 0xC8, 0x1E, 0xCA, 0x1E, 0xCA, 0x1E, +- 0xCC, 0x1E, 0xCC, 0x1E, 0xCE, 0x1E, 0xCE, 0x1E, +- 0xD0, 0x1E, 0xD0, 0x1E, 0xD2, 0x1E, 0xD2, 0x1E, +- 0xD4, 0x1E, 0xD4, 0x1E, 0xD6, 0x1E, 0xD6, 0x1E, +- 0xD8, 0x1E, 0xD8, 0x1E, 0xDA, 0x1E, 0xDA, 0x1E, +- 0xDC, 0x1E, 0xDC, 0x1E, 0xDE, 0x1E, 0xDE, 0x1E, +- 0xE0, 0x1E, 0xE0, 0x1E, 0xE2, 0x1E, 0xE2, 0x1E, +- 0xE4, 0x1E, 0xE4, 0x1E, 0xE6, 0x1E, 0xE6, 0x1E, +- 0xE8, 0x1E, 0xE8, 0x1E, 0xEA, 0x1E, 0xEA, 0x1E, +- 0xEC, 0x1E, 0xEC, 0x1E, 0xEE, 0x1E, 0xEE, 0x1E, +- 0xF0, 0x1E, 0xF0, 0x1E, 0xF2, 0x1E, 0xF2, 0x1E, +- 0xF4, 0x1E, 0xF4, 0x1E, 0xF6, 0x1E, 0xF6, 0x1E, +- 0xF8, 0x1E, 0xF8, 0x1E, 0xFA, 0x1E, 0xFB, 0x1E, +- 0xFC, 0x1E, 0xFD, 0x1E, 0xFE, 0x1E, 0xFF, 0x1E, +- 0x08, 0x1F, 0x09, 0x1F, 0x0A, 0x1F, 0x0B, 0x1F, +- 0x0C, 0x1F, 0x0D, 0x1F, 0x0E, 0x1F, 0x0F, 0x1F, +- 0x08, 0x1F, 0x09, 0x1F, 0x0A, 0x1F, 0x0B, 0x1F, +- 0x0C, 0x1F, 0x0D, 0x1F, 0x0E, 0x1F, 0x0F, 0x1F, +- 0x18, 0x1F, 0x19, 0x1F, 0x1A, 0x1F, 0x1B, 0x1F, +- 0x1C, 0x1F, 0x1D, 0x1F, 0x16, 0x1F, 0x17, 0x1F, +- 0x18, 0x1F, 0x19, 0x1F, 0x1A, 0x1F, 0x1B, 0x1F, +- 0x1C, 0x1F, 0x1D, 0x1F, 0x1E, 0x1F, 0x1F, 0x1F, +- 0x28, 0x1F, 0x29, 0x1F, 0x2A, 0x1F, 0x2B, 0x1F, +- 0x2C, 0x1F, 0x2D, 0x1F, 0x2E, 0x1F, 0x2F, 0x1F, +- 0x28, 0x1F, 0x29, 0x1F, 0x2A, 0x1F, 0x2B, 0x1F, +- 0x2C, 0x1F, 0x2D, 0x1F, 0x2E, 0x1F, 0x2F, 0x1F, +- 0x38, 0x1F, 0x39, 0x1F, 0x3A, 0x1F, 0x3B, 0x1F, +- 0x3C, 0x1F, 0x3D, 0x1F, 0x3E, 0x1F, 0x3F, 0x1F, +- 0x38, 0x1F, 0x39, 0x1F, 0x3A, 0x1F, 0x3B, 0x1F, +- 0x3C, 0x1F, 0x3D, 0x1F, 0x3E, 0x1F, 0x3F, 0x1F, +- 0x48, 0x1F, 0x49, 0x1F, 0x4A, 0x1F, 0x4B, 0x1F, +- 0x4C, 0x1F, 0x4D, 0x1F, 0x46, 0x1F, 0x47, 0x1F, +- 0x48, 0x1F, 0x49, 0x1F, 0x4A, 0x1F, 0x4B, 0x1F, +- 0x4C, 0x1F, 0x4D, 0x1F, 0x4E, 0x1F, 0x4F, 0x1F, +- 0x50, 0x1F, 0x59, 0x1F, 0x52, 0x1F, 0x5B, 0x1F, +- 0x54, 0x1F, 0x5D, 0x1F, 0x56, 0x1F, 0x5F, 0x1F, +- 0x58, 0x1F, 0x59, 0x1F, 0x5A, 0x1F, 0x5B, 0x1F, +- 0x5C, 0x1F, 0x5D, 0x1F, 0x5E, 0x1F, 0x5F, 0x1F, +- 0x68, 0x1F, 0x69, 0x1F, 0x6A, 0x1F, 0x6B, 0x1F, +- 0x6C, 0x1F, 0x6D, 0x1F, 0x6E, 0x1F, 0x6F, 0x1F, +- 0x68, 0x1F, 0x69, 0x1F, 0x6A, 0x1F, 0x6B, 0x1F, +- 0x6C, 0x1F, 0x6D, 0x1F, 0x6E, 0x1F, 0x6F, 0x1F, +- 0xBA, 0x1F, 0xBB, 0x1F, 0xC8, 0x1F, 0xC9, 0x1F, +- 0xCA, 0x1F, 0xCB, 0x1F, 0xDA, 0x1F, 0xDB, 0x1F, +- 0xF8, 0x1F, 0xF9, 0x1F, 0xEA, 0x1F, 0xEB, 0x1F, +- 0xFA, 0x1F, 0xFB, 0x1F, 0x7E, 0x1F, 0x7F, 0x1F, +- 0x88, 0x1F, 0x89, 0x1F, 0x8A, 0x1F, 0x8B, 0x1F, +- 0x8C, 0x1F, 0x8D, 0x1F, 0x8E, 0x1F, 0x8F, 0x1F, +- 0x88, 0x1F, 0x89, 0x1F, 0x8A, 0x1F, 0x8B, 0x1F, +- 0x8C, 0x1F, 0x8D, 0x1F, 0x8E, 0x1F, 0x8F, 0x1F, +- 0x98, 0x1F, 0x99, 0x1F, 0x9A, 0x1F, 0x9B, 0x1F, +- 0x9C, 0x1F, 0x9D, 0x1F, 0x9E, 0x1F, 0x9F, 0x1F, +- 0x98, 0x1F, 0x99, 0x1F, 0x9A, 0x1F, 0x9B, 0x1F, +- 0x9C, 0x1F, 0x9D, 0x1F, 0x9E, 0x1F, 0x9F, 0x1F, +- 0xA8, 0x1F, 0xA9, 0x1F, 0xAA, 0x1F, 0xAB, 0x1F, +- 0xAC, 0x1F, 0xAD, 0x1F, 0xAE, 0x1F, 0xAF, 0x1F, +- 0xA8, 0x1F, 0xA9, 0x1F, 0xAA, 0x1F, 0xAB, 0x1F, +- 0xAC, 0x1F, 0xAD, 0x1F, 0xAE, 0x1F, 0xAF, 0x1F, +- 0xB8, 0x1F, 0xB9, 0x1F, 0xB2, 0x1F, 0xBC, 0x1F, +- 0xB4, 0x1F, 0xB5, 0x1F, 0xB6, 0x1F, 0xB7, 0x1F, +- 0xB8, 0x1F, 0xB9, 0x1F, 0xBA, 0x1F, 0xBB, 0x1F, +- 0xBC, 0x1F, 0xBD, 0x1F, 0xBE, 0x1F, 0xBF, 0x1F, +- 0xC0, 0x1F, 0xC1, 0x1F, 0xC2, 0x1F, 0xC3, 0x1F, +- 0xC4, 0x1F, 0xC5, 0x1F, 0xC6, 0x1F, 0xC7, 0x1F, +- 0xC8, 0x1F, 0xC9, 0x1F, 0xCA, 0x1F, 0xCB, 0x1F, +- 0xC3, 0x1F, 0xCD, 0x1F, 0xCE, 0x1F, 0xCF, 0x1F, +- 0xD8, 0x1F, 0xD9, 0x1F, 0xD2, 0x1F, 0xD3, 0x1F, +- 0xD4, 0x1F, 0xD5, 0x1F, 0xD6, 0x1F, 0xD7, 0x1F, +- 0xD8, 0x1F, 0xD9, 0x1F, 0xDA, 0x1F, 0xDB, 0x1F, +- 0xDC, 0x1F, 0xDD, 0x1F, 0xDE, 0x1F, 0xDF, 0x1F, +- 0xE8, 0x1F, 0xE9, 0x1F, 0xE2, 0x1F, 0xE3, 0x1F, +- 0xE4, 0x1F, 0xEC, 0x1F, 0xE6, 0x1F, 0xE7, 0x1F, +- 0xE8, 0x1F, 0xE9, 0x1F, 0xEA, 0x1F, 0xEB, 0x1F, +- 0xEC, 0x1F, 0xED, 0x1F, 0xEE, 0x1F, 0xEF, 0x1F, +- 0xF0, 0x1F, 0xF1, 0x1F, 0xF2, 0x1F, 0xF3, 0x1F, +- 0xF4, 0x1F, 0xF5, 0x1F, 0xF6, 0x1F, 0xF7, 0x1F, +- 0xF8, 0x1F, 0xF9, 0x1F, 0xFA, 0x1F, 0xFB, 0x1F, +- 0xF3, 0x1F, 0xFD, 0x1F, 0xFE, 0x1F, 0xFF, 0x1F, +- 0x00, 0x20, 0x01, 0x20, 0x02, 0x20, 0x03, 0x20, +- 0x04, 0x20, 0x05, 0x20, 0x06, 0x20, 0x07, 0x20, +- 0x08, 0x20, 0x09, 0x20, 0x0A, 0x20, 0x0B, 0x20, +- 0x0C, 0x20, 0x0D, 0x20, 0x0E, 0x20, 0x0F, 0x20, +- 0x10, 0x20, 0x11, 0x20, 0x12, 0x20, 0x13, 0x20, +- 0x14, 0x20, 0x15, 0x20, 0x16, 0x20, 0x17, 0x20, +- 0x18, 0x20, 0x19, 0x20, 0x1A, 0x20, 0x1B, 0x20, +- 0x1C, 0x20, 0x1D, 0x20, 0x1E, 0x20, 0x1F, 0x20, +- 0x20, 0x20, 0x21, 0x20, 0x22, 0x20, 0x23, 0x20, +- 0x24, 0x20, 0x25, 0x20, 0x26, 0x20, 0x27, 0x20, +- 0x28, 0x20, 0x29, 0x20, 0x2A, 0x20, 0x2B, 0x20, +- 0x2C, 0x20, 0x2D, 0x20, 0x2E, 0x20, 0x2F, 0x20, +- 0x30, 0x20, 0x31, 0x20, 0x32, 0x20, 0x33, 0x20, +- 0x34, 0x20, 0x35, 0x20, 0x36, 0x20, 0x37, 0x20, +- 0x38, 0x20, 0x39, 0x20, 0x3A, 0x20, 0x3B, 0x20, +- 0x3C, 0x20, 0x3D, 0x20, 0x3E, 0x20, 0x3F, 0x20, +- 0x40, 0x20, 0x41, 0x20, 0x42, 0x20, 0x43, 0x20, +- 0x44, 0x20, 0x45, 0x20, 0x46, 0x20, 0x47, 0x20, +- 0x48, 0x20, 0x49, 0x20, 0x4A, 0x20, 0x4B, 0x20, +- 0x4C, 0x20, 0x4D, 0x20, 0x4E, 0x20, 0x4F, 0x20, +- 0x50, 0x20, 0x51, 0x20, 0x52, 0x20, 0x53, 0x20, +- 0x54, 0x20, 0x55, 0x20, 0x56, 0x20, 0x57, 0x20, +- 0x58, 0x20, 0x59, 0x20, 0x5A, 0x20, 0x5B, 0x20, +- 0x5C, 0x20, 0x5D, 0x20, 0x5E, 0x20, 0x5F, 0x20, +- 0x60, 0x20, 0x61, 0x20, 0x62, 0x20, 0x63, 0x20, +- 0x64, 0x20, 0x65, 0x20, 0x66, 0x20, 0x67, 0x20, +- 0x68, 0x20, 0x69, 0x20, 0x6A, 0x20, 0x6B, 0x20, +- 0x6C, 0x20, 0x6D, 0x20, 0x6E, 0x20, 0x6F, 0x20, +- 0x70, 0x20, 0x71, 0x20, 0x72, 0x20, 0x73, 0x20, +- 0x74, 0x20, 0x75, 0x20, 0x76, 0x20, 0x77, 0x20, +- 0x78, 0x20, 0x79, 0x20, 0x7A, 0x20, 0x7B, 0x20, +- 0x7C, 0x20, 0x7D, 0x20, 0x7E, 0x20, 0x7F, 0x20, +- 0x80, 0x20, 0x81, 0x20, 0x82, 0x20, 0x83, 0x20, +- 0x84, 0x20, 0x85, 0x20, 0x86, 0x20, 0x87, 0x20, +- 0x88, 0x20, 0x89, 0x20, 0x8A, 0x20, 0x8B, 0x20, +- 0x8C, 0x20, 0x8D, 0x20, 0x8E, 0x20, 0x8F, 0x20, +- 0x90, 0x20, 0x91, 0x20, 0x92, 0x20, 0x93, 0x20, +- 0x94, 0x20, 0x95, 0x20, 0x96, 0x20, 0x97, 0x20, +- 0x98, 0x20, 0x99, 0x20, 0x9A, 0x20, 0x9B, 0x20, +- 0x9C, 0x20, 0x9D, 0x20, 0x9E, 0x20, 0x9F, 0x20, +- 0xA0, 0x20, 0xA1, 0x20, 0xA2, 0x20, 0xA3, 0x20, +- 0xA4, 0x20, 0xA5, 0x20, 0xA6, 0x20, 0xA7, 0x20, +- 0xA8, 0x20, 0xA9, 0x20, 0xAA, 0x20, 0xAB, 0x20, +- 0xAC, 0x20, 0xAD, 0x20, 0xAE, 0x20, 0xAF, 0x20, +- 0xB0, 0x20, 0xB1, 0x20, 0xB2, 0x20, 0xB3, 0x20, +- 0xB4, 0x20, 0xB5, 0x20, 0xB6, 0x20, 0xB7, 0x20, +- 0xB8, 0x20, 0xB9, 0x20, 0xBA, 0x20, 0xBB, 0x20, +- 0xBC, 0x20, 0xBD, 0x20, 0xBE, 0x20, 0xBF, 0x20, +- 0xC0, 0x20, 0xC1, 0x20, 0xC2, 0x20, 0xC3, 0x20, +- 0xC4, 0x20, 0xC5, 0x20, 0xC6, 0x20, 0xC7, 0x20, +- 0xC8, 0x20, 0xC9, 0x20, 0xCA, 0x20, 0xCB, 0x20, +- 0xCC, 0x20, 0xCD, 0x20, 0xCE, 0x20, 0xCF, 0x20, +- 0xD0, 0x20, 0xD1, 0x20, 0xD2, 0x20, 0xD3, 0x20, +- 0xD4, 0x20, 0xD5, 0x20, 0xD6, 0x20, 0xD7, 0x20, +- 0xD8, 0x20, 0xD9, 0x20, 0xDA, 0x20, 0xDB, 0x20, +- 0xDC, 0x20, 0xDD, 0x20, 0xDE, 0x20, 0xDF, 0x20, +- 0xE0, 0x20, 0xE1, 0x20, 0xE2, 0x20, 0xE3, 0x20, +- 0xE4, 0x20, 0xE5, 0x20, 0xE6, 0x20, 0xE7, 0x20, +- 0xE8, 0x20, 0xE9, 0x20, 0xEA, 0x20, 0xEB, 0x20, +- 0xEC, 0x20, 0xED, 0x20, 0xEE, 0x20, 0xEF, 0x20, +- 0xF0, 0x20, 0xF1, 0x20, 0xF2, 0x20, 0xF3, 0x20, +- 0xF4, 0x20, 0xF5, 0x20, 0xF6, 0x20, 0xF7, 0x20, +- 0xF8, 0x20, 0xF9, 0x20, 0xFA, 0x20, 0xFB, 0x20, +- 0xFC, 0x20, 0xFD, 0x20, 0xFE, 0x20, 0xFF, 0x20, +- 0x00, 0x21, 0x01, 0x21, 0x02, 0x21, 0x03, 0x21, +- 0x04, 0x21, 0x05, 0x21, 0x06, 0x21, 0x07, 0x21, +- 0x08, 0x21, 0x09, 0x21, 0x0A, 0x21, 0x0B, 0x21, +- 0x0C, 0x21, 0x0D, 0x21, 0x0E, 0x21, 0x0F, 0x21, +- 0x10, 0x21, 0x11, 0x21, 0x12, 0x21, 0x13, 0x21, +- 0x14, 0x21, 0x15, 0x21, 0x16, 0x21, 0x17, 0x21, +- 0x18, 0x21, 0x19, 0x21, 0x1A, 0x21, 0x1B, 0x21, +- 0x1C, 0x21, 0x1D, 0x21, 0x1E, 0x21, 0x1F, 0x21, +- 0x20, 0x21, 0x21, 0x21, 0x22, 0x21, 0x23, 0x21, +- 0x24, 0x21, 0x25, 0x21, 0x26, 0x21, 0x27, 0x21, +- 0x28, 0x21, 0x29, 0x21, 0x2A, 0x21, 0x2B, 0x21, +- 0x2C, 0x21, 0x2D, 0x21, 0x2E, 0x21, 0x2F, 0x21, +- 0x30, 0x21, 0x31, 0x21, 0x32, 0x21, 0x33, 0x21, +- 0x34, 0x21, 0x35, 0x21, 0x36, 0x21, 0x37, 0x21, +- 0x38, 0x21, 0x39, 0x21, 0x3A, 0x21, 0x3B, 0x21, +- 0x3C, 0x21, 0x3D, 0x21, 0x3E, 0x21, 0x3F, 0x21, +- 0x40, 0x21, 0x41, 0x21, 0x42, 0x21, 0x43, 0x21, +- 0x44, 0x21, 0x45, 0x21, 0x46, 0x21, 0x47, 0x21, +- 0x48, 0x21, 0x49, 0x21, 0x4A, 0x21, 0x4B, 0x21, +- 0x4C, 0x21, 0x4D, 0x21, 0x32, 0x21, 0x4F, 0x21, +- 0x50, 0x21, 0x51, 0x21, 0x52, 0x21, 0x53, 0x21, +- 0x54, 0x21, 0x55, 0x21, 0x56, 0x21, 0x57, 0x21, +- 0x58, 0x21, 0x59, 0x21, 0x5A, 0x21, 0x5B, 0x21, +- 0x5C, 0x21, 0x5D, 0x21, 0x5E, 0x21, 0x5F, 0x21, +- 0x60, 0x21, 0x61, 0x21, 0x62, 0x21, 0x63, 0x21, +- 0x64, 0x21, 0x65, 0x21, 0x66, 0x21, 0x67, 0x21, +- 0x68, 0x21, 0x69, 0x21, 0x6A, 0x21, 0x6B, 0x21, +- 0x6C, 0x21, 0x6D, 0x21, 0x6E, 0x21, 0x6F, 0x21, +- 0x60, 0x21, 0x61, 0x21, 0x62, 0x21, 0x63, 0x21, +- 0x64, 0x21, 0x65, 0x21, 0x66, 0x21, 0x67, 0x21, +- 0x68, 0x21, 0x69, 0x21, 0x6A, 0x21, 0x6B, 0x21, +- 0x6C, 0x21, 0x6D, 0x21, 0x6E, 0x21, 0x6F, 0x21, +- 0x80, 0x21, 0x81, 0x21, 0x82, 0x21, 0x83, 0x21, +- 0x83, 0x21, 0xFF, 0xFF, 0x4B, 0x03, 0xB6, 0x24, +- 0xB7, 0x24, 0xB8, 0x24, 0xB9, 0x24, 0xBA, 0x24, +- 0xBB, 0x24, 0xBC, 0x24, 0xBD, 0x24, 0xBE, 0x24, +- 0xBF, 0x24, 0xC0, 0x24, 0xC1, 0x24, 0xC2, 0x24, +- 0xC3, 0x24, 0xC4, 0x24, 0xC5, 0x24, 0xC6, 0x24, +- 0xC7, 0x24, 0xC8, 0x24, 0xC9, 0x24, 0xCA, 0x24, +- 0xCB, 0x24, 0xCC, 0x24, 0xCD, 0x24, 0xCE, 0x24, +- 0xCF, 0x24, 0xFF, 0xFF, 0x46, 0x07, 0x00, 0x2C, +- 0x01, 0x2C, 0x02, 0x2C, 0x03, 0x2C, 0x04, 0x2C, +- 0x05, 0x2C, 0x06, 0x2C, 0x07, 0x2C, 0x08, 0x2C, +- 0x09, 0x2C, 0x0A, 0x2C, 0x0B, 0x2C, 0x0C, 0x2C, +- 0x0D, 0x2C, 0x0E, 0x2C, 0x0F, 0x2C, 0x10, 0x2C, +- 0x11, 0x2C, 0x12, 0x2C, 0x13, 0x2C, 0x14, 0x2C, +- 0x15, 0x2C, 0x16, 0x2C, 0x17, 0x2C, 0x18, 0x2C, +- 0x19, 0x2C, 0x1A, 0x2C, 0x1B, 0x2C, 0x1C, 0x2C, +- 0x1D, 0x2C, 0x1E, 0x2C, 0x1F, 0x2C, 0x20, 0x2C, +- 0x21, 0x2C, 0x22, 0x2C, 0x23, 0x2C, 0x24, 0x2C, +- 0x25, 0x2C, 0x26, 0x2C, 0x27, 0x2C, 0x28, 0x2C, +- 0x29, 0x2C, 0x2A, 0x2C, 0x2B, 0x2C, 0x2C, 0x2C, +- 0x2D, 0x2C, 0x2E, 0x2C, 0x5F, 0x2C, 0x60, 0x2C, +- 0x60, 0x2C, 0x62, 0x2C, 0x63, 0x2C, 0x64, 0x2C, +- 0x65, 0x2C, 0x66, 0x2C, 0x67, 0x2C, 0x67, 0x2C, +- 0x69, 0x2C, 0x69, 0x2C, 0x6B, 0x2C, 0x6B, 0x2C, +- 0x6D, 0x2C, 0x6E, 0x2C, 0x6F, 0x2C, 0x70, 0x2C, +- 0x71, 0x2C, 0x72, 0x2C, 0x73, 0x2C, 0x74, 0x2C, +- 0x75, 0x2C, 0x75, 0x2C, 0x77, 0x2C, 0x78, 0x2C, +- 0x79, 0x2C, 0x7A, 0x2C, 0x7B, 0x2C, 0x7C, 0x2C, +- 0x7D, 0x2C, 0x7E, 0x2C, 0x7F, 0x2C, 0x80, 0x2C, +- 0x80, 0x2C, 0x82, 0x2C, 0x82, 0x2C, 0x84, 0x2C, +- 0x84, 0x2C, 0x86, 0x2C, 0x86, 0x2C, 0x88, 0x2C, +- 0x88, 0x2C, 0x8A, 0x2C, 0x8A, 0x2C, 0x8C, 0x2C, +- 0x8C, 0x2C, 0x8E, 0x2C, 0x8E, 0x2C, 0x90, 0x2C, +- 0x90, 0x2C, 0x92, 0x2C, 0x92, 0x2C, 0x94, 0x2C, +- 0x94, 0x2C, 0x96, 0x2C, 0x96, 0x2C, 0x98, 0x2C, +- 0x98, 0x2C, 0x9A, 0x2C, 0x9A, 0x2C, 0x9C, 0x2C, +- 0x9C, 0x2C, 0x9E, 0x2C, 0x9E, 0x2C, 0xA0, 0x2C, +- 0xA0, 0x2C, 0xA2, 0x2C, 0xA2, 0x2C, 0xA4, 0x2C, +- 0xA4, 0x2C, 0xA6, 0x2C, 0xA6, 0x2C, 0xA8, 0x2C, +- 0xA8, 0x2C, 0xAA, 0x2C, 0xAA, 0x2C, 0xAC, 0x2C, +- 0xAC, 0x2C, 0xAE, 0x2C, 0xAE, 0x2C, 0xB0, 0x2C, +- 0xB0, 0x2C, 0xB2, 0x2C, 0xB2, 0x2C, 0xB4, 0x2C, +- 0xB4, 0x2C, 0xB6, 0x2C, 0xB6, 0x2C, 0xB8, 0x2C, +- 0xB8, 0x2C, 0xBA, 0x2C, 0xBA, 0x2C, 0xBC, 0x2C, +- 0xBC, 0x2C, 0xBE, 0x2C, 0xBE, 0x2C, 0xC0, 0x2C, +- 0xC0, 0x2C, 0xC2, 0x2C, 0xC2, 0x2C, 0xC4, 0x2C, +- 0xC4, 0x2C, 0xC6, 0x2C, 0xC6, 0x2C, 0xC8, 0x2C, +- 0xC8, 0x2C, 0xCA, 0x2C, 0xCA, 0x2C, 0xCC, 0x2C, +- 0xCC, 0x2C, 0xCE, 0x2C, 0xCE, 0x2C, 0xD0, 0x2C, +- 0xD0, 0x2C, 0xD2, 0x2C, 0xD2, 0x2C, 0xD4, 0x2C, +- 0xD4, 0x2C, 0xD6, 0x2C, 0xD6, 0x2C, 0xD8, 0x2C, +- 0xD8, 0x2C, 0xDA, 0x2C, 0xDA, 0x2C, 0xDC, 0x2C, +- 0xDC, 0x2C, 0xDE, 0x2C, 0xDE, 0x2C, 0xE0, 0x2C, +- 0xE0, 0x2C, 0xE2, 0x2C, 0xE2, 0x2C, 0xE4, 0x2C, +- 0xE5, 0x2C, 0xE6, 0x2C, 0xE7, 0x2C, 0xE8, 0x2C, +- 0xE9, 0x2C, 0xEA, 0x2C, 0xEB, 0x2C, 0xEC, 0x2C, +- 0xED, 0x2C, 0xEE, 0x2C, 0xEF, 0x2C, 0xF0, 0x2C, +- 0xF1, 0x2C, 0xF2, 0x2C, 0xF3, 0x2C, 0xF4, 0x2C, +- 0xF5, 0x2C, 0xF6, 0x2C, 0xF7, 0x2C, 0xF8, 0x2C, +- 0xF9, 0x2C, 0xFA, 0x2C, 0xFB, 0x2C, 0xFC, 0x2C, +- 0xFD, 0x2C, 0xFE, 0x2C, 0xFF, 0x2C, 0xA0, 0x10, +- 0xA1, 0x10, 0xA2, 0x10, 0xA3, 0x10, 0xA4, 0x10, +- 0xA5, 0x10, 0xA6, 0x10, 0xA7, 0x10, 0xA8, 0x10, +- 0xA9, 0x10, 0xAA, 0x10, 0xAB, 0x10, 0xAC, 0x10, +- 0xAD, 0x10, 0xAE, 0x10, 0xAF, 0x10, 0xB0, 0x10, +- 0xB1, 0x10, 0xB2, 0x10, 0xB3, 0x10, 0xB4, 0x10, +- 0xB5, 0x10, 0xB6, 0x10, 0xB7, 0x10, 0xB8, 0x10, +- 0xB9, 0x10, 0xBA, 0x10, 0xBB, 0x10, 0xBC, 0x10, +- 0xBD, 0x10, 0xBE, 0x10, 0xBF, 0x10, 0xC0, 0x10, +- 0xC1, 0x10, 0xC2, 0x10, 0xC3, 0x10, 0xC4, 0x10, +- 0xC5, 0x10, 0xFF, 0xFF, 0x1B, 0xD2, 0x21, 0xFF, +- 0x22, 0xFF, 0x23, 0xFF, 0x24, 0xFF, 0x25, 0xFF, +- 0x26, 0xFF, 0x27, 0xFF, 0x28, 0xFF, 0x29, 0xFF, +- 0x2A, 0xFF, 0x2B, 0xFF, 0x2C, 0xFF, 0x2D, 0xFF, +- 0x2E, 0xFF, 0x2F, 0xFF, 0x30, 0xFF, 0x31, 0xFF, +- 0x32, 0xFF, 0x33, 0xFF, 0x34, 0xFF, 0x35, 0xFF, +- 0x36, 0xFF, 0x37, 0xFF, 0x38, 0xFF, 0x39, 0xFF, +- 0x3A, 0xFF, 0x5B, 0xFF, 0x5C, 0xFF, 0x5D, 0xFF, +- 0x5E, 0xFF, 0x5F, 0xFF, 0x60, 0xFF, 0x61, 0xFF, +- 0x62, 0xFF, 0x63, 0xFF, 0x64, 0xFF, 0x65, 0xFF, +- 0x66, 0xFF, 0x67, 0xFF, 0x68, 0xFF, 0x69, 0xFF, +- 0x6A, 0xFF, 0x6B, 0xFF, 0x6C, 0xFF, 0x6D, 0xFF, +- 0x6E, 0xFF, 0x6F, 0xFF, 0x70, 0xFF, 0x71, 0xFF, +- 0x72, 0xFF, 0x73, 0xFF, 0x74, 0xFF, 0x75, 0xFF, +- 0x76, 0xFF, 0x77, 0xFF, 0x78, 0xFF, 0x79, 0xFF, +- 0x7A, 0xFF, 0x7B, 0xFF, 0x7C, 0xFF, 0x7D, 0xFF, +- 0x7E, 0xFF, 0x7F, 0xFF, 0x80, 0xFF, 0x81, 0xFF, +- 0x82, 0xFF, 0x83, 0xFF, 0x84, 0xFF, 0x85, 0xFF, +- 0x86, 0xFF, 0x87, 0xFF, 0x88, 0xFF, 0x89, 0xFF, +- 0x8A, 0xFF, 0x8B, 0xFF, 0x8C, 0xFF, 0x8D, 0xFF, +- 0x8E, 0xFF, 0x8F, 0xFF, 0x90, 0xFF, 0x91, 0xFF, +- 0x92, 0xFF, 0x93, 0xFF, 0x94, 0xFF, 0x95, 0xFF, +- 0x96, 0xFF, 0x97, 0xFF, 0x98, 0xFF, 0x99, 0xFF, +- 0x9A, 0xFF, 0x9B, 0xFF, 0x9C, 0xFF, 0x9D, 0xFF, +- 0x9E, 0xFF, 0x9F, 0xFF, 0xA0, 0xFF, 0xA1, 0xFF, +- 0xA2, 0xFF, 0xA3, 0xFF, 0xA4, 0xFF, 0xA5, 0xFF, +- 0xA6, 0xFF, 0xA7, 0xFF, 0xA8, 0xFF, 0xA9, 0xFF, +- 0xAA, 0xFF, 0xAB, 0xFF, 0xAC, 0xFF, 0xAD, 0xFF, +- 0xAE, 0xFF, 0xAF, 0xFF, 0xB0, 0xFF, 0xB1, 0xFF, +- 0xB2, 0xFF, 0xB3, 0xFF, 0xB4, 0xFF, 0xB5, 0xFF, +- 0xB6, 0xFF, 0xB7, 0xFF, 0xB8, 0xFF, 0xB9, 0xFF, +- 0xBA, 0xFF, 0xBB, 0xFF, 0xBC, 0xFF, 0xBD, 0xFF, +- 0xBE, 0xFF, 0xBF, 0xFF, 0xC0, 0xFF, 0xC1, 0xFF, +- 0xC2, 0xFF, 0xC3, 0xFF, 0xC4, 0xFF, 0xC5, 0xFF, +- 0xC6, 0xFF, 0xC7, 0xFF, 0xC8, 0xFF, 0xC9, 0xFF, +- 0xCA, 0xFF, 0xCB, 0xFF, 0xCC, 0xFF, 0xCD, 0xFF, +- 0xCE, 0xFF, 0xCF, 0xFF, 0xD0, 0xFF, 0xD1, 0xFF, +- 0xD2, 0xFF, 0xD3, 0xFF, 0xD4, 0xFF, 0xD5, 0xFF, +- 0xD6, 0xFF, 0xD7, 0xFF, 0xD8, 0xFF, 0xD9, 0xFF, +- 0xDA, 0xFF, 0xDB, 0xFF, 0xDC, 0xFF, 0xDD, 0xFF, +- 0xDE, 0xFF, 0xDF, 0xFF, 0xE0, 0xFF, 0xE1, 0xFF, +- 0xE2, 0xFF, 0xE3, 0xFF, 0xE4, 0xFF, 0xE5, 0xFF, +- 0xE6, 0xFF, 0xE7, 0xFF, 0xE8, 0xFF, 0xE9, 0xFF, +- 0xEA, 0xFF, 0xEB, 0xFF, 0xEC, 0xFF, 0xED, 0xFF, +- 0xEE, 0xFF, 0xEF, 0xFF, 0xF0, 0xFF, 0xF1, 0xFF, +- 0xF2, 0xFF, 0xF3, 0xFF, 0xF4, 0xFF, 0xF5, 0xFF, +- 0xF6, 0xFF, 0xF7, 0xFF, 0xF8, 0xFF, 0xF9, 0xFF, +- 0xFA, 0xFF, 0xFB, 0xFF, 0xFC, 0xFF, 0xFD, 0xFF, +- 0xFE, 0xFF, 0xFF, 0xFF +-}; +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/Kconfig linux-5.6.3/drivers/staging/exfat/Kconfig +--- linux-5.6.3.orig/drivers/staging/exfat/Kconfig 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/Kconfig 1970-01-01 02:00:00.000000000 +0200 +@@ -1,41 +0,0 @@ +-# SPDX-License-Identifier: GPL-2.0 +-config STAGING_EXFAT_FS +- tristate "exFAT fs support" +- depends on BLOCK +- select NLS +- help +- This adds support for the exFAT file system. +- +-config STAGING_EXFAT_DISCARD +- bool "enable discard support" +- depends on STAGING_EXFAT_FS +- default y +- +-config STAGING_EXFAT_DELAYED_SYNC +- bool "enable delayed sync" +- depends on STAGING_EXFAT_FS +- default n +- +-config STAGING_EXFAT_KERNEL_DEBUG +- bool "enable kernel debug features via ioctl" +- depends on STAGING_EXFAT_FS +- default n +- +-config STAGING_EXFAT_DEBUG_MSG +- bool "print debug messages" +- depends on STAGING_EXFAT_FS +- default n +- +-config STAGING_EXFAT_DEFAULT_CODEPAGE +- int "Default codepage for exFAT" +- default 437 +- depends on STAGING_EXFAT_FS +- help +- This option should be set to the codepage of your exFAT filesystems. +- +-config STAGING_EXFAT_DEFAULT_IOCHARSET +- string "Default iocharset for exFAT" +- default "utf8" +- depends on STAGING_EXFAT_FS +- help +- Set this to the default input/output character set you'd like exFAT to use. +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/Makefile linux-5.6.3/drivers/staging/exfat/Makefile +--- linux-5.6.3.orig/drivers/staging/exfat/Makefile 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/Makefile 1970-01-01 02:00:00.000000000 +0200 +@@ -1,10 +0,0 @@ +-# SPDX-License-Identifier: GPL-2.0-or-later +- +-obj-$(CONFIG_STAGING_EXFAT_FS) += exfat.o +- +-exfat-y := exfat_core.o \ +- exfat_super.o \ +- exfat_blkdev.o \ +- exfat_cache.o \ +- exfat_nls.o \ +- exfat_upcase.o +diff -Nurp linux-5.6.3.orig/drivers/staging/exfat/TODO linux-5.6.3/drivers/staging/exfat/TODO +--- linux-5.6.3.orig/drivers/staging/exfat/TODO 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/exfat/TODO 1970-01-01 02:00:00.000000000 +0200 +@@ -1,69 +0,0 @@ +-A laundry list of things that need looking at, most of which will +-require more work than the average checkpatch cleanup... +- +-Note that some of these entries may not be bugs - they're things +-that need to be looked at, and *possibly* fixed. +- +-Clean up the ffsCamelCase function names. +- +-Fix (thing)->flags to not use magic numbers - multiple offenders +- +-Sort out all the s32/u32/u8 nonsense - most of these should be plain int. +- +-exfat_core.c - ffsReadFile - the goto err_out seem to leak a brelse(). +-same for ffsWriteFile. +- +-All the calls to fs_sync() need to be looked at, particularly in the +-context of EXFAT_DELAYED_SYNC. Currently, if that's defined, we only +-flush to disk when sync() gets called. We should be doing at least +-metadata flushes at appropriate times. +- +-ffsTruncateFile - if (old_size <= new_size) { +-That doesn't look right. How did it ever work? Are they relying on lazy +-block allocation when actual writes happen? If nothing else, it never +-does the 'fid->size = new_size' and do the inode update.... +- +-ffsSetAttr() is just dangling in the breeze, not wired up at all... +- +-Convert global mutexes to a per-superblock mutex. +- +-Right now, we load exactly one UTF-8 table. Check to see +-if that plays nice with different codepage and iocharset values +-for simultanous mounts of different devices +- +-exfat_rmdir() checks for -EBUSY but ffsRemoveDir() doesn't return it. +-In fact, there's a complete lack of -EBUSY testing anywhere. +- +-There's probably a few missing checks for -EEXIST +- +-check return codes of sync_dirty_buffer() +- +-Why is remove_file doing a num_entries++?? +- +-Double check a lot of can't-happen parameter checks (for null pointers for +-things that have only one call site and can't pass a null, etc). +- +-All the DEBUG stuff can probably be tossed, including the ioctl(). Either +-that, or convert to a proper fault-injection system. +- +-exfat_remount does exactly one thing. Fix to actually deal with remount +-options, particularly handling R/O correctly. For that matter, allow +-R/O mounts in the first place. +- +-Figure out why the VFAT code used multi_sector_(read|write) but the +-exfat code doesn't use it. The difference matters on SSDs with wear leveling. +- +-exfat_fat_sync(), exfat_buf_sync(), and sync_alloc_bitmap() +-aren't called anyplace.... +- +-Create helper function for exfat_set_entry_time() and exfat_set_entry_type() +-because it's sort of ugly to be calling the same functionn directly and +-other code calling through the fs_func struc ponters... +- +-clean up the remaining vol_type checks, which are of two types: +-some are ?: operators with magic numbers, and the rest are places +-where we're doing stuff with '.' and '..'. +- +-Patches to: +- Greg Kroah-Hartman +- Valdis Kletnieks +diff -Nurp linux-5.6.3.orig/drivers/staging/Kconfig linux-5.6.3/drivers/staging/Kconfig +--- linux-5.6.3.orig/drivers/staging/Kconfig 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/Kconfig 2020-04-10 13:23:50.104394573 +0300 +@@ -115,8 +115,6 @@ source "drivers/staging/kpc2000/Kconfig" + source "drivers/staging/wusbcore/Kconfig" + source "drivers/staging/uwb/Kconfig" + +-source "drivers/staging/exfat/Kconfig" +- + source "drivers/staging/qlge/Kconfig" + + source "drivers/staging/hp/Kconfig" +diff -Nurp linux-5.6.3.orig/drivers/staging/Makefile linux-5.6.3/drivers/staging/Makefile +--- linux-5.6.3.orig/drivers/staging/Makefile 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/drivers/staging/Makefile 2020-04-10 13:23:55.703656045 +0300 +@@ -48,7 +48,6 @@ obj-$(CONFIG_FIELDBUS_DEV) += fieldb + obj-$(CONFIG_KPC2000) += kpc2000/ + obj-$(CONFIG_UWB) += uwb/ + obj-$(CONFIG_USB_WUSB) += wusbcore/ +-obj-$(CONFIG_STAGING_EXFAT_FS) += exfat/ + obj-$(CONFIG_QLGE) += qlge/ + obj-$(CONFIG_NET_VENDOR_HP) += hp/ + obj-$(CONFIG_WFX) += wfx/ +diff -Nurp linux-5.6.3.orig/MAINTAINERS linux-5.6.3/MAINTAINERS +--- linux-5.6.3.orig/MAINTAINERS 2020-03-30 01:25:41.000000000 +0300 ++++ linux-5.6.3/MAINTAINERS 2020-04-10 13:23:25.806260135 +0300 +@@ -6304,12 +6304,6 @@ F: include/trace/events/mdio.h + F: include/uapi/linux/mdio.h + F: include/uapi/linux/mii.h + +-EXFAT FILE SYSTEM +-M: Valdis Kletnieks +-L: linux-fsdevel@vger.kernel.org +-S: Maintained +-F: drivers/staging/exfat/ +- + EXT2 FILE SYSTEM + M: Jan Kara + L: linux-ext4@vger.kernel.org diff --git a/kernel/tools/perf/files/patches/mageia/fs-exfat-update-file-system-parameter-handling.patch b/kernel/tools/perf/files/patches/mageia/fs-exfat-update-file-system-parameter-handling.patch new file mode 100644 index 0000000000..9e07cd45a6 --- /dev/null +++ b/kernel/tools/perf/files/patches/mageia/fs-exfat-update-file-system-parameter-handling.patch @@ -0,0 +1,84 @@ +From 9acd0d53800c55c6e2186e29b6433daf24617451 Mon Sep 17 00:00:00 2001 +From: Valdis Kletnieks +Date: Mon, 2 Mar 2020 15:21:45 +0900 +Subject: [PATCH] exfat: update file system parameter handling + +Al Viro recently reworked the way file system parameters are handled +Update super.c to work with it in linux-next 20200203. + +Signed-off-by: Valdis Kletnieks +Reviewed-by: Christoph Hellwig +Acked-by: Namjae Jeon +Signed-off-by: Al Viro +--- + fs/exfat/super.c | 28 +++++++++++----------------- + 1 file changed, 11 insertions(+), 17 deletions(-) + +diff --git a/fs/exfat/super.c b/fs/exfat/super.c +index f06e0b53e393..16ed202ef527 100644 +--- a/fs/exfat/super.c ++++ b/fs/exfat/super.c +@@ -214,7 +214,14 @@ enum { + Opt_time_offset, + }; + +-static const struct fs_parameter_spec exfat_param_specs[] = { ++static const struct constant_table exfat_param_enums[] = { ++ { "continue", EXFAT_ERRORS_CONT }, ++ { "panic", EXFAT_ERRORS_PANIC }, ++ { "remount-ro", EXFAT_ERRORS_RO }, ++ {} ++}; ++ ++static const struct fs_parameter_spec exfat_parameters[] = { + fsparam_u32("uid", Opt_uid), + fsparam_u32("gid", Opt_gid), + fsparam_u32oct("umask", Opt_umask), +@@ -222,25 +229,12 @@ static const struct fs_parameter_spec exfat_param_specs[] = { + fsparam_u32oct("fmask", Opt_fmask), + fsparam_u32oct("allow_utime", Opt_allow_utime), + fsparam_string("iocharset", Opt_charset), +- fsparam_enum("errors", Opt_errors), ++ fsparam_enum("errors", Opt_errors, exfat_param_enums), + fsparam_flag("discard", Opt_discard), + fsparam_s32("time_offset", Opt_time_offset), + {} + }; + +-static const struct fs_parameter_enum exfat_param_enums[] = { +- { Opt_errors, "continue", EXFAT_ERRORS_CONT }, +- { Opt_errors, "panic", EXFAT_ERRORS_PANIC }, +- { Opt_errors, "remount-ro", EXFAT_ERRORS_RO }, +- {} +-}; +- +-static const struct fs_parameter_description exfat_parameters = { +- .name = "exfat", +- .specs = exfat_param_specs, +- .enums = exfat_param_enums, +-}; +- + static int exfat_parse_param(struct fs_context *fc, struct fs_parameter *param) + { + struct exfat_sb_info *sbi = fc->s_fs_info; +@@ -248,7 +242,7 @@ static int exfat_parse_param(struct fs_context *fc, struct fs_parameter *param) + struct fs_parse_result result; + int opt; + +- opt = fs_parse(fc, &exfat_parameters, param, &result); ++ opt = fs_parse(fc, exfat_parameters, param, &result); + if (opt < 0) + return opt; + +@@ -665,7 +659,7 @@ static struct file_system_type exfat_fs_type = { + .owner = THIS_MODULE, + .name = "exfat", + .init_fs_context = exfat_init_fs_context, +- .parameters = &exfat_parameters, ++ .parameters = exfat_parameters, + .kill_sb = kill_block_super, + .fs_flags = FS_REQUIRES_DEV, + }; +-- +2.26.0 + diff --git a/kernel/tools/perf/files/patches/mageia/fs-jbd2-Fix-dbench4-performance-regression-for-nobarrier-mounts.patch b/kernel/tools/perf/files/patches/mageia/fs-jbd2-Fix-dbench4-performance-regression-for-nobarrier-mounts.patch deleted file mode 100644 index 6c29cbbff1..0000000000 --- a/kernel/tools/perf/files/patches/mageia/fs-jbd2-Fix-dbench4-performance-regression-for-nobarrier-mounts.patch +++ /dev/null @@ -1,39 +0,0 @@ -From: Jan Kara -Subject: [PATCH] jbd2: Fix dbench4 performance regression for 'nobarrier' mounts -Date: Fri, 28 Apr 2017 11:59:34 +0200 - -Commit b685d3d65ac7 "block: treat REQ_FUA and REQ_PREFLUSH as -synchronous" removed REQ_SYNC flag from WRITE_FUA implementation. Since -JBD2 strips REQ_FUA and REQ_FLUSH flags from submitted IO when the -filesystem is mounted with nobarrier mount option, journal superblock -writes ended up being async writes after this patch and that caused -heavy performance regression for dbench4 benchmark with high number of -processes. In my test setup with HP RAID array with non-volatile write -cache and 32 GB ram, dbench4 runs with 8 processes regressed by ~25%. - -Fix the problem by making sure journal superblock writes are always -treated as synchronous since they generally block progress of the -journalling machinery and thus the whole filesystem. - -Fixes: b685d3d65ac791406e0dfd8779cc9b3707fea5a3 -CC: stable@vger.kernel.org -Signed-off-by: Jan Kara ---- - fs/jbd2/journal.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c -index 5adc2fb62b0f..e768126f6a72 100644 ---- a/fs/jbd2/journal.c -+++ b/fs/jbd2/journal.c -@@ -1348,7 +1348,7 @@ static int jbd2_write_superblock(journal_t *journal, int write_flags) - jbd2_superblock_csum_set(journal, sb); - get_bh(bh); - bh->b_end_io = end_buffer_write_sync; -- ret = submit_bh(REQ_OP_WRITE, write_flags, bh); -+ ret = submit_bh(REQ_OP_WRITE, write_flags | REQ_SYNC, bh); - wait_on_buffer(bh); - if (buffer_write_io_error(bh)) { - clear_buffer_write_io_error(bh); --- -2.12.0 diff --git a/kernel/tools/perf/files/patches/mageia/fs-seq_file-reset-iterator-to-first-record-for-zero-off.patch b/kernel/tools/perf/files/patches/mageia/fs-seq_file-reset-iterator-to-first-record-for-zero-off.patch deleted file mode 100644 index b0cc86e349..0000000000 --- a/kernel/tools/perf/files/patches/mageia/fs-seq_file-reset-iterator-to-first-record-for-zero-off.patch +++ /dev/null @@ -1,44 +0,0 @@ -From e522751d605d99a81508e58390a8f51ee96fb662 Mon Sep 17 00:00:00 2001 -From: Tomasz Majchrzak -Date: Tue, 29 Nov 2016 15:18:20 +0100 -Subject: [PATCH] seq_file: reset iterator to first record for zero offset - -If kernfs file is empty on a first read, successive read operations -using the same file descriptor will return no data, even when data is -available. Default kernfs 'seq_next' implementation advances iterator -position even when next object is not there. Kernfs 'seq_start' for -following requests will not return iterator as position is already on -the second object. - -This defect doesn't allow to monitor badblocks sysfs files from MD raid. -They are initially empty but if data appears at some stage, userspace is -not able to read it. - -Signed-off-by: Tomasz Majchrzak -Signed-off-by: Miklos Szeredi -Signed-off-by: Al Viro ---- - fs/seq_file.c | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/fs/seq_file.c b/fs/seq_file.c -index 368bfb9..a11f271 100644 ---- a/fs/seq_file.c -+++ b/fs/seq_file.c -@@ -190,6 +190,13 @@ ssize_t seq_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) - */ - m->version = file->f_version; - -+ /* -+ * if request is to read from zero offset, reset iterator to first -+ * record as it might have been already advanced by previous requests -+ */ -+ if (*ppos == 0) -+ m->index = 0; -+ - /* Don't assume *ppos is where we left it */ - if (unlikely(*ppos != m->read_pos)) { - while ((err = traverse(m, *ppos)) == -EAGAIN) --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/fs-vboxsf.patch b/kernel/tools/perf/files/patches/mageia/fs-vboxsf.patch deleted file mode 100644 index 434fdee6d6..0000000000 --- a/kernel/tools/perf/files/patches/mageia/fs-vboxsf.patch +++ /dev/null @@ -1,3410 +0,0 @@ -From df4028658f9dd7f82fd190e9db5bd82c05f94625 Mon Sep 17 00:00:00 2001 -From: Hans de Goede -Date: Mon, 28 Oct 2019 12:17:44 +0100 -Subject: staging: Add VirtualBox guest shared folder (vboxsf) support - -VirtualBox hosts can share folders with guests, this commit adds a -VFS driver implementing the Linux-guest side of this, allowing folders -exported by the host to be mounted under Linux. - -This driver depends on the guest <-> host IPC functions exported by -the vboxguest driver. - -Signed-off-by: Hans de Goede -Link: https://lore.kernel.org/r/20191028111744.143863-2-hdegoede@redhat.com -Signed-off-by: Greg Kroah-Hartman ---- - MAINTAINERS | 6 + - drivers/staging/Kconfig | 2 + - drivers/staging/Makefile | 1 + - drivers/staging/vboxsf/Kconfig | 10 + - drivers/staging/vboxsf/Makefile | 5 + - drivers/staging/vboxsf/TODO | 7 + - drivers/staging/vboxsf/dir.c | 418 ++++++++++++++ - drivers/staging/vboxsf/file.c | 370 +++++++++++++ - drivers/staging/vboxsf/shfl_hostintf.h | 901 +++++++++++++++++++++++++++++++ - drivers/staging/vboxsf/super.c | 499 +++++++++++++++++ - drivers/staging/vboxsf/utils.c | 550 +++++++++++++++++++ - drivers/staging/vboxsf/vboxsf_wrappers.c | 371 +++++++++++++ - drivers/staging/vboxsf/vfsmod.h | 138 +++++ - 13 files changed, 3278 insertions(+) - create mode 100644 drivers/staging/vboxsf/Kconfig - create mode 100644 drivers/staging/vboxsf/Makefile - create mode 100644 drivers/staging/vboxsf/TODO - create mode 100644 drivers/staging/vboxsf/dir.c - create mode 100644 drivers/staging/vboxsf/file.c - create mode 100644 drivers/staging/vboxsf/shfl_hostintf.h - create mode 100644 drivers/staging/vboxsf/super.c - create mode 100644 drivers/staging/vboxsf/utils.c - create mode 100644 drivers/staging/vboxsf/vboxsf_wrappers.c - create mode 100644 drivers/staging/vboxsf/vfsmod.h - -diff --git a/MAINTAINERS b/MAINTAINERS -index c6c34d04ce95..71789e42ed17 100644 ---- a/MAINTAINERS -+++ b/MAINTAINERS -@@ -17335,6 +17335,12 @@ F: include/linux/vbox_utils.h - F: include/uapi/linux/vbox*.h - F: drivers/virt/vboxguest/ - -+VIRTUAL BOX SHARED FOLDER VFS DRIVER: -+M: Hans de Goede -+L: linux-fsdevel@vger.kernel.org -+S: Maintained -+F: drivers/staging/vboxsf/* -+ - VIRTUAL SERIO DEVICE DRIVER - M: Stephen Chandler Paul - S: Maintained -diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig -index 6f1fa4c849a1..927d29eb92c6 100644 ---- a/drivers/staging/Kconfig -+++ b/drivers/staging/Kconfig -@@ -125,4 +125,6 @@ source "drivers/staging/exfat/Kconfig" - - source "drivers/staging/qlge/Kconfig" - -+source "drivers/staging/vboxsf/Kconfig" -+ - endif # STAGING -diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile -index a90f9b308c8d..f01f04199073 100644 ---- a/drivers/staging/Makefile -+++ b/drivers/staging/Makefile -@@ -53,3 +53,4 @@ obj-$(CONFIG_UWB) += uwb/ - obj-$(CONFIG_USB_WUSB) += wusbcore/ - obj-$(CONFIG_EXFAT_FS) += exfat/ - obj-$(CONFIG_QLGE) += qlge/ -+obj-$(CONFIG_VBOXSF_FS) += vboxsf/ -diff --git a/drivers/staging/vboxsf/Kconfig b/drivers/staging/vboxsf/Kconfig -new file mode 100644 -index 000000000000..b84586ae08b3 ---- /dev/null -+++ b/drivers/staging/vboxsf/Kconfig -@@ -0,0 +1,10 @@ -+config VBOXSF_FS -+ tristate "VirtualBox guest shared folder (vboxsf) support" -+ depends on X86 && VBOXGUEST -+ select NLS -+ help -+ VirtualBox hosts can share folders with guests, this driver -+ implements the Linux-guest side of this allowing folders exported -+ by the host to be mounted under Linux. -+ -+ If you want to use shared folders in VirtualBox guests, answer Y or M. -diff --git a/drivers/staging/vboxsf/Makefile b/drivers/staging/vboxsf/Makefile -new file mode 100644 -index 000000000000..9e4328e79623 ---- /dev/null -+++ b/drivers/staging/vboxsf/Makefile -@@ -0,0 +1,5 @@ -+# SPDX-License-Identifier: MIT -+ -+obj-$(CONFIG_VBOXSF_FS) += vboxsf.o -+ -+vboxsf-y := dir.o file.o utils.o vboxsf_wrappers.o super.o -diff --git a/drivers/staging/vboxsf/TODO b/drivers/staging/vboxsf/TODO -new file mode 100644 -index 000000000000..8b9193d0d4f0 ---- /dev/null -+++ b/drivers/staging/vboxsf/TODO -@@ -0,0 +1,7 @@ -+TODO: -+- Find a file-system developer to review this and give their Reviewed-By -+- Address any items coming up during review -+- Move to fs/vboxfs -+ -+Please send any patches to Greg Kroah-Hartman -+and Hans de Goede -diff --git a/drivers/staging/vboxsf/dir.c b/drivers/staging/vboxsf/dir.c -new file mode 100644 -index 000000000000..f260b5cc1646 ---- /dev/null -+++ b/drivers/staging/vboxsf/dir.c -@@ -0,0 +1,418 @@ -+// SPDX-License-Identifier: MIT -+/* -+ * VirtualBox Guest Shared Folders support: Directory inode and file operations -+ * -+ * Copyright (C) 2006-2018 Oracle Corporation -+ */ -+ -+#include -+#include -+#include "vfsmod.h" -+ -+static int vboxsf_dir_open(struct inode *inode, struct file *file) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(inode->i_sb); -+ struct shfl_createparms params = {}; -+ struct vboxsf_dir_info *sf_d; -+ int err; -+ -+ sf_d = vboxsf_dir_info_alloc(); -+ if (!sf_d) -+ return -ENOMEM; -+ -+ params.handle = SHFL_HANDLE_NIL; -+ params.create_flags = SHFL_CF_DIRECTORY | SHFL_CF_ACT_OPEN_IF_EXISTS | -+ SHFL_CF_ACT_FAIL_IF_NEW | SHFL_CF_ACCESS_READ; -+ -+ err = vboxsf_create_at_dentry(file_dentry(file), ¶ms); -+ if (err) -+ goto err_free_dir_info; -+ -+ if (params.result != SHFL_FILE_EXISTS) { -+ err = -ENOENT; -+ goto err_close; -+ } -+ -+ err = vboxsf_dir_read_all(sbi, sf_d, params.handle); -+ if (err) -+ goto err_close; -+ -+ vboxsf_close(sbi->root, params.handle); -+ file->private_data = sf_d; -+ return 0; -+ -+err_close: -+ vboxsf_close(sbi->root, params.handle); -+err_free_dir_info: -+ vboxsf_dir_info_free(sf_d); -+ return err; -+} -+ -+static int vboxsf_dir_release(struct inode *inode, struct file *file) -+{ -+ if (file->private_data) -+ vboxsf_dir_info_free(file->private_data); -+ -+ return 0; -+} -+ -+static unsigned int vboxsf_get_d_type(u32 mode) -+{ -+ unsigned int d_type; -+ -+ switch (mode & SHFL_TYPE_MASK) { -+ case SHFL_TYPE_FIFO: -+ d_type = DT_FIFO; -+ break; -+ case SHFL_TYPE_DEV_CHAR: -+ d_type = DT_CHR; -+ break; -+ case SHFL_TYPE_DIRECTORY: -+ d_type = DT_DIR; -+ break; -+ case SHFL_TYPE_DEV_BLOCK: -+ d_type = DT_BLK; -+ break; -+ case SHFL_TYPE_FILE: -+ d_type = DT_REG; -+ break; -+ case SHFL_TYPE_SYMLINK: -+ d_type = DT_LNK; -+ break; -+ case SHFL_TYPE_SOCKET: -+ d_type = DT_SOCK; -+ break; -+ case SHFL_TYPE_WHITEOUT: -+ d_type = DT_WHT; -+ break; -+ default: -+ d_type = DT_UNKNOWN; -+ break; -+ } -+ return d_type; -+} -+ -+static bool vboxsf_dir_emit(struct file *dir, struct dir_context *ctx) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(file_inode(dir)->i_sb); -+ struct vboxsf_dir_info *sf_d = dir->private_data; -+ struct shfl_dirinfo *info; -+ struct vboxsf_dir_buf *b; -+ unsigned int d_type; -+ loff_t i, cur = 0; -+ ino_t fake_ino; -+ size_t size; -+ int err; -+ -+ list_for_each_entry(b, &sf_d->info_list, head) { -+try_next_entry: -+ if (ctx->pos >= cur + b->entries) { -+ cur += b->entries; -+ continue; -+ } -+ -+ /* -+ * Note the vboxsf_dir_info objects we are iterating over here -+ * are variable sized, so the info pointer may end up being -+ * unaligned. This is how we get the data from the host. -+ * Since vboxsf is only supported on x86 machines this is not -+ * a problem. -+ */ -+ for (i = 0, info = b->buf; i < ctx->pos - cur; i++) { -+ size = offsetof(struct shfl_dirinfo, name.string) + -+ info->name.size; -+ info = (struct shfl_dirinfo *)((uintptr_t)info + size); -+ } -+ -+ /* Info now points to the right entry, emit it. */ -+ d_type = vboxsf_get_d_type(info->info.attr.mode); -+ -+ /* -+ * On 32 bit systems pos is 64 signed, while ino is 32 bit -+ * unsigned so fake_ino may overflow, check for this. -+ */ -+ if ((ino_t)(ctx->pos + 1) != (u64)(ctx->pos + 1)) { -+ vbg_err("vboxsf: fake ino overflow, truncating dir\n"); -+ return false; -+ } -+ fake_ino = ctx->pos + 1; -+ -+ if (sbi->nls) { -+ char d_name[NAME_MAX]; -+ -+ err = vboxsf_nlscpy(sbi, d_name, NAME_MAX, -+ info->name.string.utf8, -+ info->name.length); -+ if (err) { -+ /* skip erroneous entry and proceed */ -+ ctx->pos += 1; -+ goto try_next_entry; -+ } -+ -+ return dir_emit(ctx, d_name, strlen(d_name), -+ fake_ino, d_type); -+ } -+ -+ return dir_emit(ctx, info->name.string.utf8, info->name.length, -+ fake_ino, d_type); -+ } -+ -+ return false; -+} -+ -+static int vboxsf_dir_iterate(struct file *dir, struct dir_context *ctx) -+{ -+ bool keep_iterating; -+ -+ for (keep_iterating = true; keep_iterating; ctx->pos += 1) -+ keep_iterating = vboxsf_dir_emit(dir, ctx); -+ -+ return 0; -+} -+ -+const struct file_operations vboxsf_dir_fops = { -+ .open = vboxsf_dir_open, -+ .iterate = vboxsf_dir_iterate, -+ .release = vboxsf_dir_release, -+ .read = generic_read_dir, -+ .llseek = generic_file_llseek, -+}; -+ -+/* -+ * This is called during name resolution/lookup to check if the @dentry in -+ * the cache is still valid. the job is handled by vboxsf_inode_revalidate. -+ */ -+static int vboxsf_dentry_revalidate(struct dentry *dentry, unsigned int flags) -+{ -+ if (flags & LOOKUP_RCU) -+ return -ECHILD; -+ -+ if (d_really_is_positive(dentry)) -+ return vboxsf_inode_revalidate(dentry) == 0; -+ else -+ return vboxsf_stat_dentry(dentry, NULL) == -ENOENT; -+} -+ -+const struct dentry_operations vboxsf_dentry_ops = { -+ .d_revalidate = vboxsf_dentry_revalidate -+}; -+ -+/* iops */ -+ -+static struct dentry *vboxsf_dir_lookup(struct inode *parent, -+ struct dentry *dentry, -+ unsigned int flags) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); -+ struct shfl_fsobjinfo fsinfo; -+ struct inode *inode; -+ int err; -+ -+ dentry->d_time = jiffies; -+ -+ err = vboxsf_stat_dentry(dentry, &fsinfo); -+ if (err) { -+ inode = (err == -ENOENT) ? NULL : ERR_PTR(err); -+ } else { -+ inode = vboxsf_new_inode(parent->i_sb); -+ if (!IS_ERR(inode)) -+ vboxsf_init_inode(sbi, inode, &fsinfo); -+ } -+ -+ return d_splice_alias(inode, dentry); -+} -+ -+static int vboxsf_dir_instantiate(struct inode *parent, struct dentry *dentry, -+ struct shfl_fsobjinfo *info) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); -+ struct vboxsf_inode *sf_i; -+ struct inode *inode; -+ -+ inode = vboxsf_new_inode(parent->i_sb); -+ if (IS_ERR(inode)) -+ return PTR_ERR(inode); -+ -+ sf_i = VBOXSF_I(inode); -+ /* The host may have given us different attr then requested */ -+ sf_i->force_restat = 1; -+ vboxsf_init_inode(sbi, inode, info); -+ -+ d_instantiate(dentry, inode); -+ -+ return 0; -+} -+ -+static int vboxsf_dir_create(struct inode *parent, struct dentry *dentry, -+ umode_t mode, int is_dir) -+{ -+ struct vboxsf_inode *sf_parent_i = VBOXSF_I(parent); -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); -+ struct shfl_createparms params = {}; -+ int err; -+ -+ params.handle = SHFL_HANDLE_NIL; -+ params.create_flags = SHFL_CF_ACT_CREATE_IF_NEW | -+ SHFL_CF_ACT_FAIL_IF_EXISTS | -+ SHFL_CF_ACCESS_READWRITE | -+ (is_dir ? SHFL_CF_DIRECTORY : 0); -+ params.info.attr.mode = (mode & 0777) | -+ (is_dir ? SHFL_TYPE_DIRECTORY : SHFL_TYPE_FILE); -+ params.info.attr.additional = SHFLFSOBJATTRADD_NOTHING; -+ -+ err = vboxsf_create_at_dentry(dentry, ¶ms); -+ if (err) -+ return err; -+ -+ if (params.result != SHFL_FILE_CREATED) -+ return -EPERM; -+ -+ vboxsf_close(sbi->root, params.handle); -+ -+ err = vboxsf_dir_instantiate(parent, dentry, ¶ms.info); -+ if (err) -+ return err; -+ -+ /* parent directory access/change time changed */ -+ sf_parent_i->force_restat = 1; -+ -+ return 0; -+} -+ -+static int vboxsf_dir_mkfile(struct inode *parent, struct dentry *dentry, -+ umode_t mode, bool excl) -+{ -+ return vboxsf_dir_create(parent, dentry, mode, 0); -+} -+ -+static int vboxsf_dir_mkdir(struct inode *parent, struct dentry *dentry, -+ umode_t mode) -+{ -+ return vboxsf_dir_create(parent, dentry, mode, 1); -+} -+ -+static int vboxsf_dir_unlink(struct inode *parent, struct dentry *dentry) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); -+ struct vboxsf_inode *sf_parent_i = VBOXSF_I(parent); -+ struct inode *inode = d_inode(dentry); -+ struct shfl_string *path; -+ u32 flags; -+ int err; -+ -+ if (S_ISDIR(inode->i_mode)) -+ flags = SHFL_REMOVE_DIR; -+ else -+ flags = SHFL_REMOVE_FILE; -+ -+ if (S_ISLNK(inode->i_mode)) -+ flags |= SHFL_REMOVE_SYMLINK; -+ -+ path = vboxsf_path_from_dentry(sbi, dentry); -+ if (IS_ERR(path)) -+ return PTR_ERR(path); -+ -+ err = vboxsf_remove(sbi->root, path, flags); -+ __putname(path); -+ if (err) -+ return err; -+ -+ /* parent directory access/change time changed */ -+ sf_parent_i->force_restat = 1; -+ -+ return 0; -+} -+ -+static int vboxsf_dir_rename(struct inode *old_parent, -+ struct dentry *old_dentry, -+ struct inode *new_parent, -+ struct dentry *new_dentry, -+ unsigned int flags) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(old_parent->i_sb); -+ struct vboxsf_inode *sf_old_parent_i = VBOXSF_I(old_parent); -+ struct vboxsf_inode *sf_new_parent_i = VBOXSF_I(new_parent); -+ u32 shfl_flags = SHFL_RENAME_FILE | SHFL_RENAME_REPLACE_IF_EXISTS; -+ struct shfl_string *old_path, *new_path; -+ int err; -+ -+ if (flags) -+ return -EINVAL; -+ -+ old_path = vboxsf_path_from_dentry(sbi, old_dentry); -+ if (IS_ERR(old_path)) -+ return PTR_ERR(old_path); -+ -+ new_path = vboxsf_path_from_dentry(sbi, new_dentry); -+ if (IS_ERR(new_path)) { -+ err = PTR_ERR(new_path); -+ goto err_put_old_path; -+ } -+ -+ if (d_inode(old_dentry)->i_mode & S_IFDIR) -+ shfl_flags = 0; -+ -+ err = vboxsf_rename(sbi->root, old_path, new_path, shfl_flags); -+ if (err == 0) { -+ /* parent directories access/change time changed */ -+ sf_new_parent_i->force_restat = 1; -+ sf_old_parent_i->force_restat = 1; -+ } -+ -+ __putname(new_path); -+err_put_old_path: -+ __putname(old_path); -+ return err; -+} -+ -+static int vboxsf_dir_symlink(struct inode *parent, struct dentry *dentry, -+ const char *symname) -+{ -+ struct vboxsf_inode *sf_parent_i = VBOXSF_I(parent); -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(parent->i_sb); -+ int symname_size = strlen(symname) + 1; -+ struct shfl_string *path, *ssymname; -+ struct shfl_fsobjinfo info; -+ int err; -+ -+ path = vboxsf_path_from_dentry(sbi, dentry); -+ if (IS_ERR(path)) -+ return PTR_ERR(path); -+ -+ ssymname = kmalloc(SHFLSTRING_HEADER_SIZE + symname_size, GFP_KERNEL); -+ if (!ssymname) { -+ __putname(path); -+ return -ENOMEM; -+ } -+ ssymname->length = symname_size - 1; -+ ssymname->size = symname_size; -+ memcpy(ssymname->string.utf8, symname, symname_size); -+ -+ err = vboxsf_symlink(sbi->root, path, ssymname, &info); -+ kfree(ssymname); -+ __putname(path); -+ if (err) { -+ /* -EROFS means symlinks are note support -> -EPERM */ -+ return (err == -EROFS) ? -EPERM : err; -+ } -+ -+ err = vboxsf_dir_instantiate(parent, dentry, &info); -+ if (err) -+ return err; -+ -+ /* parent directory access/change time changed */ -+ sf_parent_i->force_restat = 1; -+ return 0; -+} -+ -+const struct inode_operations vboxsf_dir_iops = { -+ .lookup = vboxsf_dir_lookup, -+ .create = vboxsf_dir_mkfile, -+ .mkdir = vboxsf_dir_mkdir, -+ .rmdir = vboxsf_dir_unlink, -+ .unlink = vboxsf_dir_unlink, -+ .rename = vboxsf_dir_rename, -+ .symlink = vboxsf_dir_symlink, -+ .getattr = vboxsf_getattr, -+ .setattr = vboxsf_setattr, -+}; -diff --git a/drivers/staging/vboxsf/file.c b/drivers/staging/vboxsf/file.c -new file mode 100644 -index 000000000000..4b61ccf83fca ---- /dev/null -+++ b/drivers/staging/vboxsf/file.c -@@ -0,0 +1,370 @@ -+// SPDX-License-Identifier: MIT -+/* -+ * VirtualBox Guest Shared Folders support: Regular file inode and file ops. -+ * -+ * Copyright (C) 2006-2018 Oracle Corporation -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include "vfsmod.h" -+ -+struct vboxsf_handle { -+ u64 handle; -+ u32 root; -+ u32 access_flags; -+ struct kref refcount; -+ struct list_head head; -+}; -+ -+static int vboxsf_file_open(struct inode *inode, struct file *file) -+{ -+ struct vboxsf_inode *sf_i = VBOXSF_I(inode); -+ struct shfl_createparms params = {}; -+ struct vboxsf_handle *sf_handle; -+ u32 access_flags = 0; -+ int err; -+ -+ sf_handle = kmalloc(sizeof(*sf_handle), GFP_KERNEL); -+ if (!sf_handle) -+ return -ENOMEM; -+ -+ /* -+ * We check the value of params.handle afterwards to find out if -+ * the call succeeded or failed, as the API does not seem to cleanly -+ * distinguish error and informational messages. -+ * -+ * Furthermore, we must set params.handle to SHFL_HANDLE_NIL to -+ * make the shared folders host service use our mode parameter. -+ */ -+ params.handle = SHFL_HANDLE_NIL; -+ if (file->f_flags & O_CREAT) { -+ params.create_flags |= SHFL_CF_ACT_CREATE_IF_NEW; -+ /* -+ * We ignore O_EXCL, as the Linux kernel seems to call create -+ * beforehand itself, so O_EXCL should always fail. -+ */ -+ if (file->f_flags & O_TRUNC) -+ params.create_flags |= SHFL_CF_ACT_OVERWRITE_IF_EXISTS; -+ else -+ params.create_flags |= SHFL_CF_ACT_OPEN_IF_EXISTS; -+ } else { -+ params.create_flags |= SHFL_CF_ACT_FAIL_IF_NEW; -+ if (file->f_flags & O_TRUNC) -+ params.create_flags |= SHFL_CF_ACT_OVERWRITE_IF_EXISTS; -+ } -+ -+ switch (file->f_flags & O_ACCMODE) { -+ case O_RDONLY: -+ access_flags |= SHFL_CF_ACCESS_READ; -+ break; -+ -+ case O_WRONLY: -+ access_flags |= SHFL_CF_ACCESS_WRITE; -+ break; -+ -+ case O_RDWR: -+ access_flags |= SHFL_CF_ACCESS_READWRITE; -+ break; -+ -+ default: -+ WARN_ON(1); -+ } -+ -+ if (file->f_flags & O_APPEND) -+ access_flags |= SHFL_CF_ACCESS_APPEND; -+ -+ params.create_flags |= access_flags; -+ params.info.attr.mode = inode->i_mode; -+ -+ err = vboxsf_create_at_dentry(file_dentry(file), ¶ms); -+ if (err == 0 && params.handle == SHFL_HANDLE_NIL) -+ err = (params.result == SHFL_FILE_EXISTS) ? -EEXIST : -ENOENT; -+ if (err) { -+ kfree(sf_handle); -+ return err; -+ } -+ -+ /* the host may have given us different attr then requested */ -+ sf_i->force_restat = 1; -+ -+ /* init our handle struct and add it to the inode's handles list */ -+ sf_handle->handle = params.handle; -+ sf_handle->root = VBOXSF_SBI(inode->i_sb)->root; -+ sf_handle->access_flags = access_flags; -+ kref_init(&sf_handle->refcount); -+ -+ mutex_lock(&sf_i->handle_list_mutex); -+ list_add(&sf_handle->head, &sf_i->handle_list); -+ mutex_unlock(&sf_i->handle_list_mutex); -+ -+ file->private_data = sf_handle; -+ return 0; -+} -+ -+static void vboxsf_handle_release(struct kref *refcount) -+{ -+ struct vboxsf_handle *sf_handle = -+ container_of(refcount, struct vboxsf_handle, refcount); -+ -+ vboxsf_close(sf_handle->root, sf_handle->handle); -+ kfree(sf_handle); -+} -+ -+static int vboxsf_file_release(struct inode *inode, struct file *file) -+{ -+ struct vboxsf_inode *sf_i = VBOXSF_I(inode); -+ struct vboxsf_handle *sf_handle = file->private_data; -+ -+ /* -+ * When a file is closed on our (the guest) side, we want any subsequent -+ * accesses done on the host side to see all changes done from our side. -+ */ -+ filemap_write_and_wait(inode->i_mapping); -+ -+ mutex_lock(&sf_i->handle_list_mutex); -+ list_del(&sf_handle->head); -+ mutex_unlock(&sf_i->handle_list_mutex); -+ -+ kref_put(&sf_handle->refcount, vboxsf_handle_release); -+ return 0; -+} -+ -+/* -+ * Write back dirty pages now, because there may not be any suitable -+ * open files later -+ */ -+static void vboxsf_vma_close(struct vm_area_struct *vma) -+{ -+ filemap_write_and_wait(vma->vm_file->f_mapping); -+} -+ -+static const struct vm_operations_struct vboxsf_file_vm_ops = { -+ .close = vboxsf_vma_close, -+ .fault = filemap_fault, -+ .map_pages = filemap_map_pages, -+}; -+ -+static int vboxsf_file_mmap(struct file *file, struct vm_area_struct *vma) -+{ -+ int err; -+ -+ err = generic_file_mmap(file, vma); -+ if (!err) -+ vma->vm_ops = &vboxsf_file_vm_ops; -+ -+ return err; -+} -+ -+/* -+ * Note that since we are accessing files on the host's filesystem, files -+ * may always be changed underneath us by the host! -+ * -+ * The vboxsf API between the guest and the host does not offer any functions -+ * to deal with this. There is no inode-generation to check for changes, no -+ * events / callback on changes and no way to lock files. -+ * -+ * To avoid returning stale data when a file gets *opened* on our (the guest) -+ * side, we do a "stat" on the host side, then compare the mtime with the -+ * last known mtime and invalidate the page-cache if they differ. -+ * This is done from vboxsf_inode_revalidate(). -+ * -+ * When reads are done through the read_iter fop, it is possible to do -+ * further cache revalidation then, there are 3 options to deal with this: -+ * -+ * 1) Rely solely on the revalidation done at open time -+ * 2) Do another "stat" and compare mtime again. Unfortunately the vboxsf -+ * host API does not allow stat on handles, so we would need to use -+ * file->f_path.dentry and the stat will then fail if the file was unlinked -+ * or renamed (and there is no thing like NFS' silly-rename). So we get: -+ * 2a) "stat" and compare mtime, on stat failure invalidate the cache -+ * 2b) "stat" and compare mtime, on stat failure do nothing -+ * 3) Simply always call invalidate_inode_pages2_range on the range of the read -+ * -+ * Currently we are keeping things KISS and using option 1. this allows -+ * directly using generic_file_read_iter without wrapping it. -+ * -+ * This means that only data written on the host side before open() on -+ * the guest side is guaranteed to be seen by the guest. If necessary -+ * we may provide other read-cache strategies in the future and make this -+ * configurable through a mount option. -+ */ -+const struct file_operations vboxsf_reg_fops = { -+ .llseek = generic_file_llseek, -+ .read_iter = generic_file_read_iter, -+ .write_iter = generic_file_write_iter, -+ .mmap = vboxsf_file_mmap, -+ .open = vboxsf_file_open, -+ .release = vboxsf_file_release, -+ .fsync = noop_fsync, -+ .splice_read = generic_file_splice_read, -+}; -+ -+const struct inode_operations vboxsf_reg_iops = { -+ .getattr = vboxsf_getattr, -+ .setattr = vboxsf_setattr -+}; -+ -+static int vboxsf_readpage(struct file *file, struct page *page) -+{ -+ struct vboxsf_handle *sf_handle = file->private_data; -+ loff_t off = page_offset(page); -+ u32 nread = PAGE_SIZE; -+ u8 *buf; -+ int err; -+ -+ buf = kmap(page); -+ -+ err = vboxsf_read(sf_handle->root, sf_handle->handle, off, &nread, buf); -+ if (err == 0) { -+ memset(&buf[nread], 0, PAGE_SIZE - nread); -+ flush_dcache_page(page); -+ SetPageUptodate(page); -+ } else { -+ SetPageError(page); -+ } -+ -+ kunmap(page); -+ unlock_page(page); -+ return err; -+} -+ -+static struct vboxsf_handle *vboxsf_get_write_handle(struct vboxsf_inode *sf_i) -+{ -+ struct vboxsf_handle *h, *sf_handle = NULL; -+ -+ mutex_lock(&sf_i->handle_list_mutex); -+ list_for_each_entry(h, &sf_i->handle_list, head) { -+ if (h->access_flags == SHFL_CF_ACCESS_WRITE || -+ h->access_flags == SHFL_CF_ACCESS_READWRITE) { -+ kref_get(&h->refcount); -+ sf_handle = h; -+ break; -+ } -+ } -+ mutex_unlock(&sf_i->handle_list_mutex); -+ -+ return sf_handle; -+} -+ -+static int vboxsf_writepage(struct page *page, struct writeback_control *wbc) -+{ -+ struct inode *inode = page->mapping->host; -+ struct vboxsf_inode *sf_i = VBOXSF_I(inode); -+ struct vboxsf_handle *sf_handle; -+ loff_t off = page_offset(page); -+ loff_t size = i_size_read(inode); -+ u32 nwrite = PAGE_SIZE; -+ u8 *buf; -+ int err; -+ -+ if (off + PAGE_SIZE > size) -+ nwrite = size & ~PAGE_MASK; -+ -+ sf_handle = vboxsf_get_write_handle(sf_i); -+ if (!sf_handle) -+ return -EBADF; -+ -+ buf = kmap(page); -+ err = vboxsf_write(sf_handle->root, sf_handle->handle, -+ off, &nwrite, buf); -+ kunmap(page); -+ -+ kref_put(&sf_handle->refcount, vboxsf_handle_release); -+ -+ if (err == 0) { -+ ClearPageError(page); -+ /* mtime changed */ -+ sf_i->force_restat = 1; -+ } else { -+ ClearPageUptodate(page); -+ } -+ -+ unlock_page(page); -+ return err; -+} -+ -+static int vboxsf_write_end(struct file *file, struct address_space *mapping, -+ loff_t pos, unsigned int len, unsigned int copied, -+ struct page *page, void *fsdata) -+{ -+ struct inode *inode = mapping->host; -+ struct vboxsf_handle *sf_handle = file->private_data; -+ unsigned int from = pos & ~PAGE_MASK; -+ u32 nwritten = len; -+ u8 *buf; -+ int err; -+ -+ buf = kmap(page); -+ err = vboxsf_write(sf_handle->root, sf_handle->handle, -+ pos, &nwritten, buf + from); -+ kunmap(page); -+ -+ if (err) { -+ nwritten = 0; -+ goto out; -+ } -+ -+ /* mtime changed */ -+ VBOXSF_I(inode)->force_restat = 1; -+ -+ if (!PageUptodate(page) && nwritten == PAGE_SIZE) -+ SetPageUptodate(page); -+ -+ pos += nwritten; -+ if (pos > inode->i_size) -+ i_size_write(inode, pos); -+ -+out: -+ unlock_page(page); -+ put_page(page); -+ -+ return nwritten; -+} -+ -+const struct address_space_operations vboxsf_reg_aops = { -+ .readpage = vboxsf_readpage, -+ .writepage = vboxsf_writepage, -+ .set_page_dirty = __set_page_dirty_nobuffers, -+ .write_begin = simple_write_begin, -+ .write_end = vboxsf_write_end, -+}; -+ -+static const char *vboxsf_get_link(struct dentry *dentry, struct inode *inode, -+ struct delayed_call *done) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(inode->i_sb); -+ struct shfl_string *path; -+ char *link; -+ int err; -+ -+ if (!dentry) -+ return ERR_PTR(-ECHILD); -+ -+ path = vboxsf_path_from_dentry(sbi, dentry); -+ if (IS_ERR(path)) -+ return (char *)path; -+ -+ link = kzalloc(PATH_MAX, GFP_KERNEL); -+ if (!link) { -+ __putname(path); -+ return ERR_PTR(-ENOMEM); -+ } -+ -+ err = vboxsf_readlink(sbi->root, path, PATH_MAX, link); -+ __putname(path); -+ if (err) { -+ kfree(link); -+ return ERR_PTR(err); -+ } -+ -+ set_delayed_call(done, kfree_link, link); -+ return link; -+} -+ -+const struct inode_operations vboxsf_lnk_iops = { -+ .get_link = vboxsf_get_link -+}; -diff --git a/drivers/staging/vboxsf/shfl_hostintf.h b/drivers/staging/vboxsf/shfl_hostintf.h -new file mode 100644 -index 000000000000..aca829062c12 ---- /dev/null -+++ b/drivers/staging/vboxsf/shfl_hostintf.h -@@ -0,0 +1,901 @@ -+/* SPDX-License-Identifier: MIT */ -+/* -+ * VirtualBox Shared Folders: host interface definition. -+ * -+ * Copyright (C) 2006-2018 Oracle Corporation -+ */ -+ -+#ifndef SHFL_HOSTINTF_H -+#define SHFL_HOSTINTF_H -+ -+#include -+ -+/* The max in/out buffer size for a FN_READ or FN_WRITE call */ -+#define SHFL_MAX_RW_COUNT (16 * SZ_1M) -+ -+/* -+ * Structures shared between guest and the service -+ * can be relocated and use offsets to point to variable -+ * length parts. -+ * -+ * Shared folders protocol works with handles. -+ * Before doing any action on a file system object, -+ * one have to obtain the object handle via a SHFL_FN_CREATE -+ * request. A handle must be closed with SHFL_FN_CLOSE. -+ */ -+ -+enum { -+ SHFL_FN_QUERY_MAPPINGS = 1, /* Query mappings changes. */ -+ SHFL_FN_QUERY_MAP_NAME = 2, /* Query map name. */ -+ SHFL_FN_CREATE = 3, /* Open/create object. */ -+ SHFL_FN_CLOSE = 4, /* Close object handle. */ -+ SHFL_FN_READ = 5, /* Read object content. */ -+ SHFL_FN_WRITE = 6, /* Write new object content. */ -+ SHFL_FN_LOCK = 7, /* Lock/unlock a range in the object. */ -+ SHFL_FN_LIST = 8, /* List object content. */ -+ SHFL_FN_INFORMATION = 9, /* Query/set object information. */ -+ /* Note function number 10 is not used! */ -+ SHFL_FN_REMOVE = 11, /* Remove object */ -+ SHFL_FN_MAP_FOLDER_OLD = 12, /* Map folder (legacy) */ -+ SHFL_FN_UNMAP_FOLDER = 13, /* Unmap folder */ -+ SHFL_FN_RENAME = 14, /* Rename object */ -+ SHFL_FN_FLUSH = 15, /* Flush file */ -+ SHFL_FN_SET_UTF8 = 16, /* Select UTF8 filename encoding */ -+ SHFL_FN_MAP_FOLDER = 17, /* Map folder */ -+ SHFL_FN_READLINK = 18, /* Read symlink dest (as of VBox 4.0) */ -+ SHFL_FN_SYMLINK = 19, /* Create symlink (as of VBox 4.0) */ -+ SHFL_FN_SET_SYMLINKS = 20, /* Ask host to show symlinks (4.0+) */ -+}; -+ -+/* Root handles for a mapping are of type u32, Root handles are unique. */ -+#define SHFL_ROOT_NIL UINT_MAX -+ -+/* Shared folders handle for an opened object are of type u64. */ -+#define SHFL_HANDLE_NIL ULLONG_MAX -+ -+/* Hardcoded maximum length (in chars) of a shared folder name. */ -+#define SHFL_MAX_LEN (256) -+/* Hardcoded maximum number of shared folder mapping available to the guest. */ -+#define SHFL_MAX_MAPPINGS (64) -+ -+/** Shared folder string buffer structure. */ -+struct shfl_string { -+ /** Allocated size of the string member in bytes. */ -+ u16 size; -+ -+ /** Length of string without trailing nul in bytes. */ -+ u16 length; -+ -+ /** UTF-8 or UTF-16 string. Nul terminated. */ -+ union { -+ u8 utf8[2]; -+ u16 utf16[1]; -+ u16 ucs2[1]; /* misnomer, use utf16. */ -+ } string; -+}; -+VMMDEV_ASSERT_SIZE(shfl_string, 6); -+ -+/* The size of shfl_string w/o the string part. */ -+#define SHFLSTRING_HEADER_SIZE 4 -+ -+/* Calculate size of the string. */ -+static inline u32 shfl_string_buf_size(const struct shfl_string *string) -+{ -+ return string ? SHFLSTRING_HEADER_SIZE + string->size : 0; -+} -+ -+/* Set user id on execution (S_ISUID). */ -+#define SHFL_UNIX_ISUID 0004000U -+/* Set group id on execution (S_ISGID). */ -+#define SHFL_UNIX_ISGID 0002000U -+/* Sticky bit (S_ISVTX / S_ISTXT). */ -+#define SHFL_UNIX_ISTXT 0001000U -+ -+/* Owner readable (S_IRUSR). */ -+#define SHFL_UNIX_IRUSR 0000400U -+/* Owner writable (S_IWUSR). */ -+#define SHFL_UNIX_IWUSR 0000200U -+/* Owner executable (S_IXUSR). */ -+#define SHFL_UNIX_IXUSR 0000100U -+ -+/* Group readable (S_IRGRP). */ -+#define SHFL_UNIX_IRGRP 0000040U -+/* Group writable (S_IWGRP). */ -+#define SHFL_UNIX_IWGRP 0000020U -+/* Group executable (S_IXGRP). */ -+#define SHFL_UNIX_IXGRP 0000010U -+ -+/* Other readable (S_IROTH). */ -+#define SHFL_UNIX_IROTH 0000004U -+/* Other writable (S_IWOTH). */ -+#define SHFL_UNIX_IWOTH 0000002U -+/* Other executable (S_IXOTH). */ -+#define SHFL_UNIX_IXOTH 0000001U -+ -+/* Named pipe (fifo) (S_IFIFO). */ -+#define SHFL_TYPE_FIFO 0010000U -+/* Character device (S_IFCHR). */ -+#define SHFL_TYPE_DEV_CHAR 0020000U -+/* Directory (S_IFDIR). */ -+#define SHFL_TYPE_DIRECTORY 0040000U -+/* Block device (S_IFBLK). */ -+#define SHFL_TYPE_DEV_BLOCK 0060000U -+/* Regular file (S_IFREG). */ -+#define SHFL_TYPE_FILE 0100000U -+/* Symbolic link (S_IFLNK). */ -+#define SHFL_TYPE_SYMLINK 0120000U -+/* Socket (S_IFSOCK). */ -+#define SHFL_TYPE_SOCKET 0140000U -+/* Whiteout (S_IFWHT). */ -+#define SHFL_TYPE_WHITEOUT 0160000U -+/* Type mask (S_IFMT). */ -+#define SHFL_TYPE_MASK 0170000U -+ -+/* Checks the mode flags indicate a directory (S_ISDIR). */ -+#define SHFL_IS_DIRECTORY(m) (((m) & SHFL_TYPE_MASK) == SHFL_TYPE_DIRECTORY) -+/* Checks the mode flags indicate a symbolic link (S_ISLNK). */ -+#define SHFL_IS_SYMLINK(m) (((m) & SHFL_TYPE_MASK) == SHFL_TYPE_SYMLINK) -+ -+/** The available additional information in a shfl_fsobjattr object. */ -+enum shfl_fsobjattr_add { -+ /** No additional information is available / requested. */ -+ SHFLFSOBJATTRADD_NOTHING = 1, -+ /** -+ * The additional unix attributes (shfl_fsobjattr::u::unix_attr) are -+ * available / requested. -+ */ -+ SHFLFSOBJATTRADD_UNIX, -+ /** -+ * The additional extended attribute size (shfl_fsobjattr::u::size) is -+ * available / requested. -+ */ -+ SHFLFSOBJATTRADD_EASIZE, -+ /** -+ * The last valid item (inclusive). -+ * The valid range is SHFLFSOBJATTRADD_NOTHING thru -+ * SHFLFSOBJATTRADD_LAST. -+ */ -+ SHFLFSOBJATTRADD_LAST = SHFLFSOBJATTRADD_EASIZE, -+ -+ /** The usual 32-bit hack. */ -+ SHFLFSOBJATTRADD_32BIT_SIZE_HACK = 0x7fffffff -+}; -+ -+/** -+ * Additional unix Attributes, these are available when -+ * shfl_fsobjattr.additional == SHFLFSOBJATTRADD_UNIX. -+ */ -+struct shfl_fsobjattr_unix { -+ /** -+ * The user owning the filesystem object (st_uid). -+ * This field is ~0U if not supported. -+ */ -+ u32 uid; -+ -+ /** -+ * The group the filesystem object is assigned (st_gid). -+ * This field is ~0U if not supported. -+ */ -+ u32 gid; -+ -+ /** -+ * Number of hard links to this filesystem object (st_nlink). -+ * This field is 1 if the filesystem doesn't support hardlinking or -+ * the information isn't available. -+ */ -+ u32 hardlinks; -+ -+ /** -+ * The device number of the device which this filesystem object resides -+ * on (st_dev). This field is 0 if this information is not available. -+ */ -+ u32 inode_id_device; -+ -+ /** -+ * The unique identifier (within the filesystem) of this filesystem -+ * object (st_ino). Together with inode_id_device, this field can be -+ * used as a OS wide unique id, when both their values are not 0. -+ * This field is 0 if the information is not available. -+ */ -+ u64 inode_id; -+ -+ /** -+ * User flags (st_flags). -+ * This field is 0 if this information is not available. -+ */ -+ u32 flags; -+ -+ /** -+ * The current generation number (st_gen). -+ * This field is 0 if this information is not available. -+ */ -+ u32 generation_id; -+ -+ /** -+ * The device number of a char. or block device type object (st_rdev). -+ * This field is 0 if the file isn't a char. or block device or when -+ * the OS doesn't use the major+minor device idenfication scheme. -+ */ -+ u32 device; -+} __packed; -+ -+/** Extended attribute size. */ -+struct shfl_fsobjattr_easize { -+ /** Size of EAs. */ -+ s64 cb; -+} __packed; -+ -+/** Shared folder filesystem object attributes. */ -+struct shfl_fsobjattr { -+ /** Mode flags (st_mode). SHFL_UNIX_*, SHFL_TYPE_*, and SHFL_DOS_*. */ -+ u32 mode; -+ -+ /** The additional attributes available. */ -+ enum shfl_fsobjattr_add additional; -+ -+ /** -+ * Additional attributes. -+ * -+ * Unless explicitly specified to an API, the API can provide additional -+ * data as it is provided by the underlying OS. -+ */ -+ union { -+ struct shfl_fsobjattr_unix unix_attr; -+ struct shfl_fsobjattr_easize size; -+ } __packed u; -+} __packed; -+VMMDEV_ASSERT_SIZE(shfl_fsobjattr, 44); -+ -+struct shfl_timespec { -+ s64 ns_relative_to_unix_epoch; -+}; -+ -+/** Filesystem object information structure. */ -+struct shfl_fsobjinfo { -+ /** -+ * Logical size (st_size). -+ * For normal files this is the size of the file. -+ * For symbolic links, this is the length of the path name contained -+ * in the symbolic link. -+ * For other objects this fields needs to be specified. -+ */ -+ s64 size; -+ -+ /** Disk allocation size (st_blocks * DEV_BSIZE). */ -+ s64 allocated; -+ -+ /** Time of last access (st_atime). */ -+ struct shfl_timespec access_time; -+ -+ /** Time of last data modification (st_mtime). */ -+ struct shfl_timespec modification_time; -+ -+ /** -+ * Time of last status change (st_ctime). -+ * If not available this is set to modification_time. -+ */ -+ struct shfl_timespec change_time; -+ -+ /** -+ * Time of file birth (st_birthtime). -+ * If not available this is set to change_time. -+ */ -+ struct shfl_timespec birth_time; -+ -+ /** Attributes. */ -+ struct shfl_fsobjattr attr; -+ -+} __packed; -+VMMDEV_ASSERT_SIZE(shfl_fsobjinfo, 92); -+ -+/** -+ * result of an open/create request. -+ * Along with handle value the result code -+ * identifies what has happened while -+ * trying to open the object. -+ */ -+enum shfl_create_result { -+ SHFL_NO_RESULT, -+ /** Specified path does not exist. */ -+ SHFL_PATH_NOT_FOUND, -+ /** Path to file exists, but the last component does not. */ -+ SHFL_FILE_NOT_FOUND, -+ /** File already exists and either has been opened or not. */ -+ SHFL_FILE_EXISTS, -+ /** New file was created. */ -+ SHFL_FILE_CREATED, -+ /** Existing file was replaced or overwritten. */ -+ SHFL_FILE_REPLACED -+}; -+ -+/* No flags. Initialization value. */ -+#define SHFL_CF_NONE (0x00000000) -+ -+/* -+ * Only lookup the object, do not return a handle. When this is set all other -+ * flags are ignored. -+ */ -+#define SHFL_CF_LOOKUP (0x00000001) -+ -+/* -+ * Open parent directory of specified object. -+ * Useful for the corresponding Windows FSD flag -+ * and for opening paths like \\dir\\*.* to search the 'dir'. -+ */ -+#define SHFL_CF_OPEN_TARGET_DIRECTORY (0x00000002) -+ -+/* Create/open a directory. */ -+#define SHFL_CF_DIRECTORY (0x00000004) -+ -+/* -+ * Open/create action to do if object exists -+ * and if the object does not exists. -+ * REPLACE file means atomically DELETE and CREATE. -+ * OVERWRITE file means truncating the file to 0 and -+ * setting new size. -+ * When opening an existing directory REPLACE and OVERWRITE -+ * actions are considered invalid, and cause returning -+ * FILE_EXISTS with NIL handle. -+ */ -+#define SHFL_CF_ACT_MASK_IF_EXISTS (0x000000f0) -+#define SHFL_CF_ACT_MASK_IF_NEW (0x00000f00) -+ -+/* What to do if object exists. */ -+#define SHFL_CF_ACT_OPEN_IF_EXISTS (0x00000000) -+#define SHFL_CF_ACT_FAIL_IF_EXISTS (0x00000010) -+#define SHFL_CF_ACT_REPLACE_IF_EXISTS (0x00000020) -+#define SHFL_CF_ACT_OVERWRITE_IF_EXISTS (0x00000030) -+ -+/* What to do if object does not exist. */ -+#define SHFL_CF_ACT_CREATE_IF_NEW (0x00000000) -+#define SHFL_CF_ACT_FAIL_IF_NEW (0x00000100) -+ -+/* Read/write requested access for the object. */ -+#define SHFL_CF_ACCESS_MASK_RW (0x00003000) -+ -+/* No access requested. */ -+#define SHFL_CF_ACCESS_NONE (0x00000000) -+/* Read access requested. */ -+#define SHFL_CF_ACCESS_READ (0x00001000) -+/* Write access requested. */ -+#define SHFL_CF_ACCESS_WRITE (0x00002000) -+/* Read/Write access requested. */ -+#define SHFL_CF_ACCESS_READWRITE (0x00003000) -+ -+/* Requested share access for the object. */ -+#define SHFL_CF_ACCESS_MASK_DENY (0x0000c000) -+ -+/* Allow any access. */ -+#define SHFL_CF_ACCESS_DENYNONE (0x00000000) -+/* Do not allow read. */ -+#define SHFL_CF_ACCESS_DENYREAD (0x00004000) -+/* Do not allow write. */ -+#define SHFL_CF_ACCESS_DENYWRITE (0x00008000) -+/* Do not allow access. */ -+#define SHFL_CF_ACCESS_DENYALL (0x0000c000) -+ -+/* Requested access to attributes of the object. */ -+#define SHFL_CF_ACCESS_MASK_ATTR (0x00030000) -+ -+/* No access requested. */ -+#define SHFL_CF_ACCESS_ATTR_NONE (0x00000000) -+/* Read access requested. */ -+#define SHFL_CF_ACCESS_ATTR_READ (0x00010000) -+/* Write access requested. */ -+#define SHFL_CF_ACCESS_ATTR_WRITE (0x00020000) -+/* Read/Write access requested. */ -+#define SHFL_CF_ACCESS_ATTR_READWRITE (0x00030000) -+ -+/* -+ * The file is opened in append mode. -+ * Ignored if SHFL_CF_ACCESS_WRITE is not set. -+ */ -+#define SHFL_CF_ACCESS_APPEND (0x00040000) -+ -+/** Create parameters buffer struct for SHFL_FN_CREATE call */ -+struct shfl_createparms { -+ /** Returned handle of opened object. */ -+ u64 handle; -+ -+ /** Returned result of the operation */ -+ enum shfl_create_result result; -+ -+ /** SHFL_CF_* */ -+ u32 create_flags; -+ -+ /** -+ * Attributes of object to create and -+ * returned actual attributes of opened/created object. -+ */ -+ struct shfl_fsobjinfo info; -+} __packed; -+ -+/** Shared Folder directory information */ -+struct shfl_dirinfo { -+ /** Full information about the object. */ -+ struct shfl_fsobjinfo info; -+ /** -+ * The length of the short field (number of UTF16 chars). -+ * It is 16-bit for reasons of alignment. -+ */ -+ u16 short_name_len; -+ /** -+ * The short name for 8.3 compatibility. -+ * Empty string if not available. -+ */ -+ u16 short_name[14]; -+ struct shfl_string name; -+}; -+ -+/** Shared folder filesystem properties. */ -+struct shfl_fsproperties { -+ /** -+ * The maximum size of a filesystem object name. -+ * This does not include the '\\0'. -+ */ -+ u32 max_component_len; -+ -+ /** -+ * True if the filesystem is remote. -+ * False if the filesystem is local. -+ */ -+ bool remote; -+ -+ /** -+ * True if the filesystem is case sensitive. -+ * False if the filesystem is case insensitive. -+ */ -+ bool case_sensitive; -+ -+ /** -+ * True if the filesystem is mounted read only. -+ * False if the filesystem is mounted read write. -+ */ -+ bool read_only; -+ -+ /** -+ * True if the filesystem can encode unicode object names. -+ * False if it can't. -+ */ -+ bool supports_unicode; -+ -+ /** -+ * True if the filesystem is compresses. -+ * False if it isn't or we don't know. -+ */ -+ bool compressed; -+ -+ /** -+ * True if the filesystem compresses of individual files. -+ * False if it doesn't or we don't know. -+ */ -+ bool file_compression; -+}; -+VMMDEV_ASSERT_SIZE(shfl_fsproperties, 12); -+ -+struct shfl_volinfo { -+ s64 total_allocation_bytes; -+ s64 available_allocation_bytes; -+ u32 bytes_per_allocation_unit; -+ u32 bytes_per_sector; -+ u32 serial; -+ struct shfl_fsproperties properties; -+}; -+ -+ -+/** SHFL_FN_MAP_FOLDER Parameters structure. */ -+struct shfl_map_folder { -+ /** -+ * pointer, in: -+ * Points to struct shfl_string buffer. -+ */ -+ struct vmmdev_hgcm_function_parameter path; -+ -+ /** -+ * pointer, out: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * pointer, in: UTF16 -+ * Path delimiter -+ */ -+ struct vmmdev_hgcm_function_parameter delimiter; -+ -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Case senstive flag -+ */ -+ struct vmmdev_hgcm_function_parameter case_sensitive; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_MAP_FOLDER (4) -+ -+ -+/** SHFL_FN_UNMAP_FOLDER Parameters structure. */ -+struct shfl_unmap_folder { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_UNMAP_FOLDER (1) -+ -+ -+/** SHFL_FN_CREATE Parameters structure. */ -+struct shfl_create { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * pointer, in: -+ * Points to struct shfl_string buffer. -+ */ -+ struct vmmdev_hgcm_function_parameter path; -+ -+ /** -+ * pointer, in/out: -+ * Points to struct shfl_createparms buffer. -+ */ -+ struct vmmdev_hgcm_function_parameter parms; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_CREATE (3) -+ -+ -+/** SHFL_FN_CLOSE Parameters structure. */ -+struct shfl_close { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * value64, in: -+ * SHFLHANDLE (u64) of object to close. -+ */ -+ struct vmmdev_hgcm_function_parameter handle; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_CLOSE (2) -+ -+ -+/** SHFL_FN_READ Parameters structure. */ -+struct shfl_read { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * value64, in: -+ * SHFLHANDLE (u64) of object to read from. -+ */ -+ struct vmmdev_hgcm_function_parameter handle; -+ -+ /** -+ * value64, in: -+ * Offset to read from. -+ */ -+ struct vmmdev_hgcm_function_parameter offset; -+ -+ /** -+ * value64, in/out: -+ * Bytes to read/How many were read. -+ */ -+ struct vmmdev_hgcm_function_parameter cb; -+ -+ /** -+ * pointer, out: -+ * Buffer to place data to. -+ */ -+ struct vmmdev_hgcm_function_parameter buffer; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_READ (5) -+ -+ -+/** SHFL_FN_WRITE Parameters structure. */ -+struct shfl_write { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * value64, in: -+ * SHFLHANDLE (u64) of object to write to. -+ */ -+ struct vmmdev_hgcm_function_parameter handle; -+ -+ /** -+ * value64, in: -+ * Offset to write to. -+ */ -+ struct vmmdev_hgcm_function_parameter offset; -+ -+ /** -+ * value64, in/out: -+ * Bytes to write/How many were written. -+ */ -+ struct vmmdev_hgcm_function_parameter cb; -+ -+ /** -+ * pointer, in: -+ * Data to write. -+ */ -+ struct vmmdev_hgcm_function_parameter buffer; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_WRITE (5) -+ -+ -+/* -+ * SHFL_FN_LIST -+ * Listing information includes variable length RTDIRENTRY[EX] structures. -+ */ -+ -+#define SHFL_LIST_NONE 0 -+#define SHFL_LIST_RETURN_ONE 1 -+ -+/** SHFL_FN_LIST Parameters structure. */ -+struct shfl_list { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * value64, in: -+ * SHFLHANDLE (u64) of object to be listed. -+ */ -+ struct vmmdev_hgcm_function_parameter handle; -+ -+ /** -+ * value32, in: -+ * List flags SHFL_LIST_*. -+ */ -+ struct vmmdev_hgcm_function_parameter flags; -+ -+ /** -+ * value32, in/out: -+ * Bytes to be used for listing information/How many bytes were used. -+ */ -+ struct vmmdev_hgcm_function_parameter cb; -+ -+ /** -+ * pointer, in/optional -+ * Points to struct shfl_string buffer that specifies a search path. -+ */ -+ struct vmmdev_hgcm_function_parameter path; -+ -+ /** -+ * pointer, out: -+ * Buffer to place listing information to. (struct shfl_dirinfo) -+ */ -+ struct vmmdev_hgcm_function_parameter buffer; -+ -+ /** -+ * value32, in/out: -+ * Indicates a key where the listing must be resumed. -+ * in: 0 means start from begin of object. -+ * out: 0 means listing completed. -+ */ -+ struct vmmdev_hgcm_function_parameter resume_point; -+ -+ /** -+ * pointer, out: -+ * Number of files returned -+ */ -+ struct vmmdev_hgcm_function_parameter file_count; -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_LIST (8) -+ -+ -+/** SHFL_FN_READLINK Parameters structure. */ -+struct shfl_readLink { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * pointer, in: -+ * Points to struct shfl_string buffer. -+ */ -+ struct vmmdev_hgcm_function_parameter path; -+ -+ /** -+ * pointer, out: -+ * Buffer to place data to. -+ */ -+ struct vmmdev_hgcm_function_parameter buffer; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_READLINK (3) -+ -+ -+/* SHFL_FN_INFORMATION */ -+ -+/* Mask of Set/Get bit. */ -+#define SHFL_INFO_MODE_MASK (0x1) -+/* Get information */ -+#define SHFL_INFO_GET (0x0) -+/* Set information */ -+#define SHFL_INFO_SET (0x1) -+ -+/* Get name of the object. */ -+#define SHFL_INFO_NAME (0x2) -+/* Set size of object (extend/trucate); only applies to file objects */ -+#define SHFL_INFO_SIZE (0x4) -+/* Get/Set file object info. */ -+#define SHFL_INFO_FILE (0x8) -+/* Get volume information. */ -+#define SHFL_INFO_VOLUME (0x10) -+ -+/** SHFL_FN_INFORMATION Parameters structure. */ -+struct shfl_information { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * value64, in: -+ * SHFLHANDLE (u64) of object to be listed. -+ */ -+ struct vmmdev_hgcm_function_parameter handle; -+ -+ /** -+ * value32, in: -+ * SHFL_INFO_* -+ */ -+ struct vmmdev_hgcm_function_parameter flags; -+ -+ /** -+ * value32, in/out: -+ * Bytes to be used for information/How many bytes were used. -+ */ -+ struct vmmdev_hgcm_function_parameter cb; -+ -+ /** -+ * pointer, in/out: -+ * Information to be set/get (shfl_fsobjinfo or shfl_string). Do not -+ * forget to set the shfl_fsobjinfo::attr::additional for a get -+ * operation as well. -+ */ -+ struct vmmdev_hgcm_function_parameter info; -+ -+}; -+ -+/* Number of parameters */ -+#define SHFL_CPARMS_INFORMATION (5) -+ -+ -+/* SHFL_FN_REMOVE */ -+ -+#define SHFL_REMOVE_FILE (0x1) -+#define SHFL_REMOVE_DIR (0x2) -+#define SHFL_REMOVE_SYMLINK (0x4) -+ -+/** SHFL_FN_REMOVE Parameters structure. */ -+struct shfl_remove { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * pointer, in: -+ * Points to struct shfl_string buffer. -+ */ -+ struct vmmdev_hgcm_function_parameter path; -+ -+ /** -+ * value32, in: -+ * remove flags (file/directory) -+ */ -+ struct vmmdev_hgcm_function_parameter flags; -+ -+}; -+ -+#define SHFL_CPARMS_REMOVE (3) -+ -+ -+/* SHFL_FN_RENAME */ -+ -+#define SHFL_RENAME_FILE (0x1) -+#define SHFL_RENAME_DIR (0x2) -+#define SHFL_RENAME_REPLACE_IF_EXISTS (0x4) -+ -+/** SHFL_FN_RENAME Parameters structure. */ -+struct shfl_rename { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * pointer, in: -+ * Points to struct shfl_string src. -+ */ -+ struct vmmdev_hgcm_function_parameter src; -+ -+ /** -+ * pointer, in: -+ * Points to struct shfl_string dest. -+ */ -+ struct vmmdev_hgcm_function_parameter dest; -+ -+ /** -+ * value32, in: -+ * rename flags (file/directory) -+ */ -+ struct vmmdev_hgcm_function_parameter flags; -+ -+}; -+ -+#define SHFL_CPARMS_RENAME (4) -+ -+ -+/** SHFL_FN_SYMLINK Parameters structure. */ -+struct shfl_symlink { -+ /** -+ * pointer, in: SHFLROOT (u32) -+ * Root handle of the mapping which name is queried. -+ */ -+ struct vmmdev_hgcm_function_parameter root; -+ -+ /** -+ * pointer, in: -+ * Points to struct shfl_string of path for the new symlink. -+ */ -+ struct vmmdev_hgcm_function_parameter new_path; -+ -+ /** -+ * pointer, in: -+ * Points to struct shfl_string of destination for symlink. -+ */ -+ struct vmmdev_hgcm_function_parameter old_path; -+ -+ /** -+ * pointer, out: -+ * Information about created symlink. -+ */ -+ struct vmmdev_hgcm_function_parameter info; -+ -+}; -+ -+#define SHFL_CPARMS_SYMLINK (4) -+ -+#endif -diff --git a/drivers/staging/vboxsf/super.c b/drivers/staging/vboxsf/super.c -new file mode 100644 -index 000000000000..3913ffafa83b ---- /dev/null -+++ b/drivers/staging/vboxsf/super.c -@@ -0,0 +1,499 @@ -+// SPDX-License-Identifier: MIT -+/* -+ * VirtualBox Guest Shared Folders support: Virtual File System. -+ * -+ * Module initialization/finalization -+ * File system registration/deregistration -+ * Superblock reading -+ * Few utility functions -+ * -+ * Copyright (C) 2006-2018 Oracle Corporation -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include "vfsmod.h" -+ -+#define VBOXSF_SUPER_MAGIC 0x786f4256 /* 'VBox' little endian */ -+ -+#define VBSF_MOUNT_SIGNATURE_BYTE_0 ('\000') -+#define VBSF_MOUNT_SIGNATURE_BYTE_1 ('\377') -+#define VBSF_MOUNT_SIGNATURE_BYTE_2 ('\376') -+#define VBSF_MOUNT_SIGNATURE_BYTE_3 ('\375') -+ -+static int follow_symlinks; -+module_param(follow_symlinks, int, 0444); -+MODULE_PARM_DESC(follow_symlinks, -+ "Let host resolve symlinks rather than showing them"); -+ -+static DEFINE_IDA(vboxsf_bdi_ida); -+static DEFINE_MUTEX(vboxsf_setup_mutex); -+static bool vboxsf_setup_done; -+static struct super_operations vboxsf_super_ops; /* forward declaration */ -+static struct kmem_cache *vboxsf_inode_cachep; -+ -+static char * const vboxsf_default_nls = CONFIG_NLS_DEFAULT; -+ -+enum { opt_nls, opt_uid, opt_gid, opt_ttl, opt_dmode, opt_fmode, -+ opt_dmask, opt_fmask }; -+ -+static const struct fs_parameter_spec vboxsf_param_specs[] = { -+ fsparam_string ("nls", opt_nls), -+ fsparam_u32 ("uid", opt_uid), -+ fsparam_u32 ("gid", opt_gid), -+ fsparam_u32 ("ttl", opt_ttl), -+ fsparam_u32oct ("dmode", opt_dmode), -+ fsparam_u32oct ("fmode", opt_fmode), -+ fsparam_u32oct ("dmask", opt_dmask), -+ fsparam_u32oct ("fmask", opt_fmask), -+ {} -+}; -+ -+static const struct fs_parameter_description vboxsf_fs_parameters = { -+ .name = "vboxsf", -+ .specs = vboxsf_param_specs, -+}; -+ -+static int vboxsf_parse_param(struct fs_context *fc, struct fs_parameter *param) -+{ -+ struct vboxsf_fs_context *ctx = fc->fs_private; -+ struct fs_parse_result result; -+ kuid_t uid; -+ kgid_t gid; -+ int opt; -+ -+ opt = fs_parse(fc, &vboxsf_fs_parameters, param, &result); -+ if (opt < 0) -+ return opt; -+ -+ switch (opt) { -+ case opt_nls: -+ if (fc->purpose != FS_CONTEXT_FOR_MOUNT) { -+ vbg_err("vboxsf: Cannot reconfigure nls option\n"); -+ return -EINVAL; -+ } -+ ctx->nls_name = param->string; -+ param->string = NULL; -+ break; -+ case opt_uid: -+ uid = make_kuid(current_user_ns(), result.uint_32); -+ if (!uid_valid(uid)) -+ return -EINVAL; -+ ctx->o.uid = uid; -+ break; -+ case opt_gid: -+ gid = make_kgid(current_user_ns(), result.uint_32); -+ if (!gid_valid(gid)) -+ return -EINVAL; -+ ctx->o.gid = gid; -+ break; -+ case opt_ttl: -+ ctx->o.ttl = msecs_to_jiffies(result.uint_32); -+ break; -+ case opt_dmode: -+ if (result.uint_32 & ~0777) -+ return -EINVAL; -+ ctx->o.dmode = result.uint_32; -+ ctx->o.dmode_set = true; -+ break; -+ case opt_fmode: -+ if (result.uint_32 & ~0777) -+ return -EINVAL; -+ ctx->o.fmode = result.uint_32; -+ ctx->o.fmode_set = true; -+ break; -+ case opt_dmask: -+ if (result.uint_32 & ~07777) -+ return -EINVAL; -+ ctx->o.dmask = result.uint_32; -+ break; -+ case opt_fmask: -+ if (result.uint_32 & ~07777) -+ return -EINVAL; -+ ctx->o.fmask = result.uint_32; -+ break; -+ default: -+ return -EINVAL; -+ } -+ -+ return 0; -+} -+ -+static int vboxsf_fill_super(struct super_block *sb, struct fs_context *fc) -+{ -+ struct vboxsf_fs_context *ctx = fc->fs_private; -+ struct shfl_string *folder_name, root_path; -+ struct vboxsf_sbi *sbi; -+ struct dentry *droot; -+ struct inode *iroot; -+ char *nls_name; -+ size_t size; -+ int err; -+ -+ if (!fc->source) -+ return -EINVAL; -+ -+ sbi = kzalloc(sizeof(*sbi), GFP_KERNEL); -+ if (!sbi) -+ return -ENOMEM; -+ -+ sbi->o = ctx->o; -+ idr_init(&sbi->ino_idr); -+ spin_lock_init(&sbi->ino_idr_lock); -+ sbi->next_generation = 1; -+ sbi->bdi_id = -1; -+ -+ /* Load nls if not utf8 */ -+ nls_name = ctx->nls_name ? ctx->nls_name : vboxsf_default_nls; -+ if (strcmp(nls_name, "utf8") != 0) { -+ if (nls_name == vboxsf_default_nls) -+ sbi->nls = load_nls_default(); -+ else -+ sbi->nls = load_nls(nls_name); -+ -+ if (!sbi->nls) { -+ vbg_err("vboxsf: Count not load '%s' nls\n", nls_name); -+ err = -EINVAL; -+ goto fail_free; -+ } -+ } -+ -+ sbi->bdi_id = ida_simple_get(&vboxsf_bdi_ida, 0, 0, GFP_KERNEL); -+ if (sbi->bdi_id < 0) { -+ err = sbi->bdi_id; -+ goto fail_free; -+ } -+ -+ err = super_setup_bdi_name(sb, "vboxsf-%s.%d", fc->source, sbi->bdi_id); -+ if (err) -+ goto fail_free; -+ -+ /* Turn source into a shfl_string and map the folder */ -+ size = strlen(fc->source) + 1; -+ folder_name = kmalloc(SHFLSTRING_HEADER_SIZE + size, GFP_KERNEL); -+ if (!folder_name) -+ goto fail_free; -+ folder_name->size = size; -+ folder_name->length = size - 1; -+ strlcpy(folder_name->string.utf8, fc->source, size); -+ err = vboxsf_map_folder(folder_name, &sbi->root); -+ kfree(folder_name); -+ if (err) { -+ vbg_err("vboxsf: Host rejected mount of '%s' with error %d\n", -+ fc->source, err); -+ goto fail_free; -+ } -+ -+ root_path.length = 1; -+ root_path.size = 2; -+ root_path.string.utf8[0] = '/'; -+ root_path.string.utf8[1] = 0; -+ err = vboxsf_stat(sbi, &root_path, &sbi->root_info); -+ if (err) -+ goto fail_unmap; -+ -+ sb->s_magic = VBOXSF_SUPER_MAGIC; -+ sb->s_blocksize = 1024; -+ sb->s_maxbytes = MAX_LFS_FILESIZE; -+ sb->s_op = &vboxsf_super_ops; -+ sb->s_d_op = &vboxsf_dentry_ops; -+ -+ iroot = iget_locked(sb, 0); -+ if (!iroot) { -+ err = -ENOMEM; -+ goto fail_unmap; -+ } -+ vboxsf_init_inode(sbi, iroot, &sbi->root_info); -+ unlock_new_inode(iroot); -+ -+ droot = d_make_root(iroot); -+ if (!droot) { -+ err = -ENOMEM; -+ goto fail_unmap; -+ } -+ -+ sb->s_root = droot; -+ sb->s_fs_info = sbi; -+ return 0; -+ -+fail_unmap: -+ vboxsf_unmap_folder(sbi->root); -+fail_free: -+ if (sbi->bdi_id >= 0) -+ ida_simple_remove(&vboxsf_bdi_ida, sbi->bdi_id); -+ if (sbi->nls) -+ unload_nls(sbi->nls); -+ idr_destroy(&sbi->ino_idr); -+ kfree(sbi); -+ return err; -+} -+ -+static void vboxsf_inode_init_once(void *data) -+{ -+ struct vboxsf_inode *sf_i = data; -+ -+ mutex_init(&sf_i->handle_list_mutex); -+ inode_init_once(&sf_i->vfs_inode); -+} -+ -+static struct inode *vboxsf_alloc_inode(struct super_block *sb) -+{ -+ struct vboxsf_inode *sf_i; -+ -+ sf_i = kmem_cache_alloc(vboxsf_inode_cachep, GFP_NOFS); -+ if (!sf_i) -+ return NULL; -+ -+ sf_i->force_restat = 0; -+ INIT_LIST_HEAD(&sf_i->handle_list); -+ -+ return &sf_i->vfs_inode; -+} -+ -+static void vboxsf_free_inode(struct inode *inode) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(inode->i_sb); -+ unsigned long flags; -+ -+ spin_lock_irqsave(&sbi->ino_idr_lock, flags); -+ idr_remove(&sbi->ino_idr, inode->i_ino); -+ spin_unlock_irqrestore(&sbi->ino_idr_lock, flags); -+ kmem_cache_free(vboxsf_inode_cachep, VBOXSF_I(inode)); -+} -+ -+static void vboxsf_put_super(struct super_block *sb) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(sb); -+ -+ vboxsf_unmap_folder(sbi->root); -+ if (sbi->bdi_id >= 0) -+ ida_simple_remove(&vboxsf_bdi_ida, sbi->bdi_id); -+ if (sbi->nls) -+ unload_nls(sbi->nls); -+ -+ /* -+ * vboxsf_free_inode uses the idr, make sure all delayed rcu free -+ * inodes are flushed. -+ */ -+ rcu_barrier(); -+ idr_destroy(&sbi->ino_idr); -+ kfree(sbi); -+} -+ -+static int vboxsf_statfs(struct dentry *dentry, struct kstatfs *stat) -+{ -+ struct super_block *sb = dentry->d_sb; -+ struct shfl_volinfo shfl_volinfo; -+ struct vboxsf_sbi *sbi; -+ u32 buf_len; -+ int err; -+ -+ sbi = VBOXSF_SBI(sb); -+ buf_len = sizeof(shfl_volinfo); -+ err = vboxsf_fsinfo(sbi->root, 0, SHFL_INFO_GET | SHFL_INFO_VOLUME, -+ &buf_len, &shfl_volinfo); -+ if (err) -+ return err; -+ -+ stat->f_type = VBOXSF_SUPER_MAGIC; -+ stat->f_bsize = shfl_volinfo.bytes_per_allocation_unit; -+ -+ do_div(shfl_volinfo.total_allocation_bytes, -+ shfl_volinfo.bytes_per_allocation_unit); -+ stat->f_blocks = shfl_volinfo.total_allocation_bytes; -+ -+ do_div(shfl_volinfo.available_allocation_bytes, -+ shfl_volinfo.bytes_per_allocation_unit); -+ stat->f_bfree = shfl_volinfo.available_allocation_bytes; -+ stat->f_bavail = shfl_volinfo.available_allocation_bytes; -+ -+ stat->f_files = 1000; -+ /* -+ * Don't return 0 here since the guest may then think that it is not -+ * possible to create any more files. -+ */ -+ stat->f_ffree = 1000000; -+ stat->f_fsid.val[0] = 0; -+ stat->f_fsid.val[1] = 0; -+ stat->f_namelen = 255; -+ return 0; -+} -+ -+static struct super_operations vboxsf_super_ops = { -+ .alloc_inode = vboxsf_alloc_inode, -+ .free_inode = vboxsf_free_inode, -+ .put_super = vboxsf_put_super, -+ .statfs = vboxsf_statfs, -+}; -+ -+static int vboxsf_setup(void) -+{ -+ int err; -+ -+ mutex_lock(&vboxsf_setup_mutex); -+ -+ if (vboxsf_setup_done) -+ goto success; -+ -+ vboxsf_inode_cachep = -+ kmem_cache_create("vboxsf_inode_cache", -+ sizeof(struct vboxsf_inode), 0, -+ (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD | -+ SLAB_ACCOUNT), -+ vboxsf_inode_init_once); -+ if (!vboxsf_inode_cachep) { -+ err = -ENOMEM; -+ goto fail_nomem; -+ } -+ -+ err = vboxsf_connect(); -+ if (err) { -+ vbg_err("vboxsf: err %d connecting to guest PCI-device\n", err); -+ vbg_err("vboxsf: make sure you are inside a VirtualBox VM\n"); -+ vbg_err("vboxsf: and check dmesg for vboxguest errors\n"); -+ goto fail_free_cache; -+ } -+ -+ err = vboxsf_set_utf8(); -+ if (err) { -+ vbg_err("vboxsf_setutf8 error %d\n", err); -+ goto fail_disconnect; -+ } -+ -+ if (!follow_symlinks) { -+ err = vboxsf_set_symlinks(); -+ if (err) -+ vbg_warn("vboxsf: Unable to show symlinks: %d\n", err); -+ } -+ -+ vboxsf_setup_done = true; -+success: -+ mutex_unlock(&vboxsf_setup_mutex); -+ return 0; -+ -+fail_disconnect: -+ vboxsf_disconnect(); -+fail_free_cache: -+ kmem_cache_destroy(vboxsf_inode_cachep); -+fail_nomem: -+ mutex_unlock(&vboxsf_setup_mutex); -+ return err; -+} -+ -+static int vboxsf_parse_monolithic(struct fs_context *fc, void *data) -+{ -+ char *options = data; -+ -+ if (options && options[0] == VBSF_MOUNT_SIGNATURE_BYTE_0 && -+ options[1] == VBSF_MOUNT_SIGNATURE_BYTE_1 && -+ options[2] == VBSF_MOUNT_SIGNATURE_BYTE_2 && -+ options[3] == VBSF_MOUNT_SIGNATURE_BYTE_3) { -+ vbg_err("vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.\n"); -+ return -EINVAL; -+ } -+ -+ return generic_parse_monolithic(fc, data); -+} -+ -+static int vboxsf_get_tree(struct fs_context *fc) -+{ -+ int err; -+ -+ err = vboxsf_setup(); -+ if (err) -+ return err; -+ -+ return vfs_get_super(fc, vfs_get_independent_super, vboxsf_fill_super); -+} -+ -+static int vboxsf_reconfigure(struct fs_context *fc) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(fc->root->d_sb); -+ struct vboxsf_fs_context *ctx = fc->fs_private; -+ struct inode *iroot; -+ -+ iroot = ilookup(fc->root->d_sb, 0); -+ if (!iroot) -+ return -ENOENT; -+ -+ /* Apply changed options to the root inode */ -+ sbi->o = ctx->o; -+ vboxsf_init_inode(sbi, iroot, &sbi->root_info); -+ -+ return 0; -+} -+ -+static void vboxsf_free_fc(struct fs_context *fc) -+{ -+ struct vboxsf_fs_context *ctx = fc->fs_private; -+ -+ kfree(ctx->nls_name); -+ kfree(ctx); -+} -+ -+static const struct fs_context_operations vboxsf_context_ops = { -+ .free = vboxsf_free_fc, -+ .parse_param = vboxsf_parse_param, -+ .parse_monolithic = vboxsf_parse_monolithic, -+ .get_tree = vboxsf_get_tree, -+ .reconfigure = vboxsf_reconfigure, -+}; -+ -+static int vboxsf_init_fs_context(struct fs_context *fc) -+{ -+ struct vboxsf_fs_context *ctx; -+ -+ ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); -+ if (!ctx) -+ return -ENOMEM; -+ -+ current_uid_gid(&ctx->o.uid, &ctx->o.gid); -+ -+ fc->fs_private = ctx; -+ fc->ops = &vboxsf_context_ops; -+ return 0; -+} -+ -+static struct file_system_type vboxsf_fs_type = { -+ .owner = THIS_MODULE, -+ .name = "vboxsf", -+ .init_fs_context = vboxsf_init_fs_context, -+ .parameters = &vboxsf_fs_parameters, -+ .kill_sb = kill_anon_super -+}; -+ -+/* Module initialization/finalization handlers */ -+static int __init vboxsf_init(void) -+{ -+ return register_filesystem(&vboxsf_fs_type); -+} -+ -+static void __exit vboxsf_fini(void) -+{ -+ unregister_filesystem(&vboxsf_fs_type); -+ -+ mutex_lock(&vboxsf_setup_mutex); -+ if (vboxsf_setup_done) { -+ vboxsf_disconnect(); -+ /* -+ * Make sure all delayed rcu free inodes are flushed -+ * before we destroy the cache. -+ */ -+ rcu_barrier(); -+ kmem_cache_destroy(vboxsf_inode_cachep); -+ } -+ mutex_unlock(&vboxsf_setup_mutex); -+} -+ -+module_init(vboxsf_init); -+module_exit(vboxsf_fini); -+ -+MODULE_DESCRIPTION("Oracle VM VirtualBox Module for Host File System Access"); -+MODULE_AUTHOR("Oracle Corporation"); -+MODULE_LICENSE("GPL v2"); -+MODULE_ALIAS_FS("vboxsf"); -diff --git a/drivers/staging/vboxsf/utils.c b/drivers/staging/vboxsf/utils.c -new file mode 100644 -index 000000000000..1870b69c824e ---- /dev/null -+++ b/drivers/staging/vboxsf/utils.c -@@ -0,0 +1,550 @@ -+// SPDX-License-Identifier: MIT -+/* -+ * VirtualBox Guest Shared Folders support: Utility functions. -+ * Mainly conversion from/to VirtualBox/Linux data structures. -+ * -+ * Copyright (C) 2006-2018 Oracle Corporation -+ */ -+ -+#include -+#include -+#include -+#include -+#include "vfsmod.h" -+ -+struct inode *vboxsf_new_inode(struct super_block *sb) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(sb); -+ struct inode *inode; -+ unsigned long flags; -+ int cursor, ret; -+ u32 gen; -+ -+ inode = new_inode(sb); -+ if (!inode) -+ return ERR_PTR(-ENOMEM); -+ -+ idr_preload(GFP_KERNEL); -+ spin_lock_irqsave(&sbi->ino_idr_lock, flags); -+ cursor = idr_get_cursor(&sbi->ino_idr); -+ ret = idr_alloc_cyclic(&sbi->ino_idr, inode, 1, 0, GFP_ATOMIC); -+ if (ret >= 0 && ret < cursor) -+ sbi->next_generation++; -+ gen = sbi->next_generation; -+ spin_unlock_irqrestore(&sbi->ino_idr_lock, flags); -+ idr_preload_end(); -+ -+ if (ret < 0) { -+ iput(inode); -+ return ERR_PTR(ret); -+ } -+ -+ inode->i_ino = ret; -+ inode->i_generation = gen; -+ return inode; -+} -+ -+/* set [inode] attributes based on [info], uid/gid based on [sbi] */ -+void vboxsf_init_inode(struct vboxsf_sbi *sbi, struct inode *inode, -+ const struct shfl_fsobjinfo *info) -+{ -+ const struct shfl_fsobjattr *attr; -+ s64 allocated; -+ int mode; -+ -+ attr = &info->attr; -+ -+#define mode_set(r) ((attr->mode & (SHFL_UNIX_##r)) ? (S_##r) : 0) -+ -+ mode = mode_set(IRUSR); -+ mode |= mode_set(IWUSR); -+ mode |= mode_set(IXUSR); -+ -+ mode |= mode_set(IRGRP); -+ mode |= mode_set(IWGRP); -+ mode |= mode_set(IXGRP); -+ -+ mode |= mode_set(IROTH); -+ mode |= mode_set(IWOTH); -+ mode |= mode_set(IXOTH); -+ -+#undef mode_set -+ -+ /* We use the host-side values for these */ -+ inode->i_flags |= S_NOATIME | S_NOCMTIME; -+ inode->i_mapping->a_ops = &vboxsf_reg_aops; -+ -+ if (SHFL_IS_DIRECTORY(attr->mode)) { -+ inode->i_mode = sbi->o.dmode_set ? sbi->o.dmode : mode; -+ inode->i_mode &= ~sbi->o.dmask; -+ inode->i_mode |= S_IFDIR; -+ inode->i_op = &vboxsf_dir_iops; -+ inode->i_fop = &vboxsf_dir_fops; -+ /* -+ * XXX: this probably should be set to the number of entries -+ * in the directory plus two (. ..) -+ */ -+ set_nlink(inode, 1); -+ } else if (SHFL_IS_SYMLINK(attr->mode)) { -+ inode->i_mode = sbi->o.fmode_set ? sbi->o.fmode : mode; -+ inode->i_mode &= ~sbi->o.fmask; -+ inode->i_mode |= S_IFLNK; -+ inode->i_op = &vboxsf_lnk_iops; -+ set_nlink(inode, 1); -+ } else { -+ inode->i_mode = sbi->o.fmode_set ? sbi->o.fmode : mode; -+ inode->i_mode &= ~sbi->o.fmask; -+ inode->i_mode |= S_IFREG; -+ inode->i_op = &vboxsf_reg_iops; -+ inode->i_fop = &vboxsf_reg_fops; -+ set_nlink(inode, 1); -+ } -+ -+ inode->i_uid = sbi->o.uid; -+ inode->i_gid = sbi->o.gid; -+ -+ inode->i_size = info->size; -+ inode->i_blkbits = 12; -+ /* i_blocks always in units of 512 bytes! */ -+ allocated = info->allocated + 511; -+ do_div(allocated, 512); -+ inode->i_blocks = allocated; -+ -+ inode->i_atime = ns_to_timespec64( -+ info->access_time.ns_relative_to_unix_epoch); -+ inode->i_ctime = ns_to_timespec64( -+ info->change_time.ns_relative_to_unix_epoch); -+ inode->i_mtime = ns_to_timespec64( -+ info->modification_time.ns_relative_to_unix_epoch); -+} -+ -+int vboxsf_create_at_dentry(struct dentry *dentry, -+ struct shfl_createparms *params) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(dentry->d_sb); -+ struct shfl_string *path; -+ int err; -+ -+ path = vboxsf_path_from_dentry(sbi, dentry); -+ if (IS_ERR(path)) -+ return PTR_ERR(path); -+ -+ err = vboxsf_create(sbi->root, path, params); -+ __putname(path); -+ -+ return err; -+} -+ -+int vboxsf_stat(struct vboxsf_sbi *sbi, struct shfl_string *path, -+ struct shfl_fsobjinfo *info) -+{ -+ struct shfl_createparms params = {}; -+ int err; -+ -+ params.handle = SHFL_HANDLE_NIL; -+ params.create_flags = SHFL_CF_LOOKUP | SHFL_CF_ACT_FAIL_IF_NEW; -+ -+ err = vboxsf_create(sbi->root, path, ¶ms); -+ if (err) -+ return err; -+ -+ if (params.result != SHFL_FILE_EXISTS) -+ return -ENOENT; -+ -+ if (info) -+ *info = params.info; -+ -+ return 0; -+} -+ -+int vboxsf_stat_dentry(struct dentry *dentry, struct shfl_fsobjinfo *info) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(dentry->d_sb); -+ struct shfl_string *path; -+ int err; -+ -+ path = vboxsf_path_from_dentry(sbi, dentry); -+ if (IS_ERR(path)) -+ return PTR_ERR(path); -+ -+ err = vboxsf_stat(sbi, path, info); -+ __putname(path); -+ return err; -+} -+ -+int vboxsf_inode_revalidate(struct dentry *dentry) -+{ -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(dentry->d_sb); -+ struct vboxsf_inode *sf_i; -+ struct shfl_fsobjinfo info; -+ struct timespec64 prev_mtime; -+ struct inode *inode; -+ int err; -+ -+ if (!dentry || !d_really_is_positive(dentry)) -+ return -EINVAL; -+ -+ inode = d_inode(dentry); -+ prev_mtime = inode->i_mtime; -+ sf_i = VBOXSF_I(inode); -+ if (!sf_i->force_restat) { -+ if (time_before(jiffies, dentry->d_time + sbi->o.ttl)) -+ return 0; -+ } -+ -+ err = vboxsf_stat_dentry(dentry, &info); -+ if (err) -+ return err; -+ -+ dentry->d_time = jiffies; -+ sf_i->force_restat = 0; -+ vboxsf_init_inode(sbi, inode, &info); -+ -+ /* -+ * If the file was changed on the host side we need to invalidate the -+ * page-cache for it. Note this also gets triggered by our own writes, -+ * this is unavoidable. -+ */ -+ if (timespec64_compare(&inode->i_mtime, &prev_mtime) > 0) -+ invalidate_inode_pages2(inode->i_mapping); -+ -+ return 0; -+} -+ -+int vboxsf_getattr(const struct path *path, struct kstat *kstat, -+ u32 request_mask, unsigned int flags) -+{ -+ int err; -+ struct dentry *dentry = path->dentry; -+ struct inode *inode = d_inode(dentry); -+ struct vboxsf_inode *sf_i = VBOXSF_I(inode); -+ -+ switch (flags & AT_STATX_SYNC_TYPE) { -+ case AT_STATX_DONT_SYNC: -+ err = 0; -+ break; -+ case AT_STATX_FORCE_SYNC: -+ sf_i->force_restat = 1; -+ /* fall-through */ -+ default: -+ err = vboxsf_inode_revalidate(dentry); -+ } -+ if (err) -+ return err; -+ -+ generic_fillattr(d_inode(dentry), kstat); -+ return 0; -+} -+ -+int vboxsf_setattr(struct dentry *dentry, struct iattr *iattr) -+{ -+ struct vboxsf_inode *sf_i = VBOXSF_I(d_inode(dentry)); -+ struct vboxsf_sbi *sbi = VBOXSF_SBI(dentry->d_sb); -+ struct shfl_createparms params = {}; -+ struct shfl_fsobjinfo info = {}; -+ u32 buf_len; -+ int err; -+ -+ params.handle = SHFL_HANDLE_NIL; -+ params.create_flags = SHFL_CF_ACT_OPEN_IF_EXISTS | -+ SHFL_CF_ACT_FAIL_IF_NEW | -+ SHFL_CF_ACCESS_ATTR_WRITE; -+ -+ /* this is at least required for Posix hosts */ -+ if (iattr->ia_valid & ATTR_SIZE) -+ params.create_flags |= SHFL_CF_ACCESS_WRITE; -+ -+ err = vboxsf_create_at_dentry(dentry, ¶ms); -+ if (err || params.result != SHFL_FILE_EXISTS) -+ return err ? err : -ENOENT; -+ -+#define mode_set(r) ((iattr->ia_mode & (S_##r)) ? SHFL_UNIX_##r : 0) -+ -+ /* -+ * Setting the file size and setting the other attributes has to -+ * be handled separately. -+ */ -+ if (iattr->ia_valid & (ATTR_MODE | ATTR_ATIME | ATTR_MTIME)) { -+ if (iattr->ia_valid & ATTR_MODE) { -+ info.attr.mode = mode_set(IRUSR); -+ info.attr.mode |= mode_set(IWUSR); -+ info.attr.mode |= mode_set(IXUSR); -+ info.attr.mode |= mode_set(IRGRP); -+ info.attr.mode |= mode_set(IWGRP); -+ info.attr.mode |= mode_set(IXGRP); -+ info.attr.mode |= mode_set(IROTH); -+ info.attr.mode |= mode_set(IWOTH); -+ info.attr.mode |= mode_set(IXOTH); -+ -+ if (iattr->ia_mode & S_IFDIR) -+ info.attr.mode |= SHFL_TYPE_DIRECTORY; -+ else -+ info.attr.mode |= SHFL_TYPE_FILE; -+ } -+ -+ if (iattr->ia_valid & ATTR_ATIME) -+ info.access_time.ns_relative_to_unix_epoch = -+ timespec64_to_ns(&iattr->ia_atime); -+ -+ if (iattr->ia_valid & ATTR_MTIME) -+ info.modification_time.ns_relative_to_unix_epoch = -+ timespec64_to_ns(&iattr->ia_mtime); -+ -+ /* -+ * Ignore ctime (inode change time) as it can't be set -+ * from userland anyway. -+ */ -+ -+ buf_len = sizeof(info); -+ err = vboxsf_fsinfo(sbi->root, params.handle, -+ SHFL_INFO_SET | SHFL_INFO_FILE, &buf_len, -+ &info); -+ if (err) { -+ vboxsf_close(sbi->root, params.handle); -+ return err; -+ } -+ -+ /* the host may have given us different attr then requested */ -+ sf_i->force_restat = 1; -+ } -+ -+#undef mode_set -+ -+ if (iattr->ia_valid & ATTR_SIZE) { -+ memset(&info, 0, sizeof(info)); -+ info.size = iattr->ia_size; -+ buf_len = sizeof(info); -+ err = vboxsf_fsinfo(sbi->root, params.handle, -+ SHFL_INFO_SET | SHFL_INFO_SIZE, &buf_len, -+ &info); -+ if (err) { -+ vboxsf_close(sbi->root, params.handle); -+ return err; -+ } -+ -+ /* the host may have given us different attr then requested */ -+ sf_i->force_restat = 1; -+ } -+ -+ vboxsf_close(sbi->root, params.handle); -+ -+ /* Update the inode with what the host has actually given us. */ -+ if (sf_i->force_restat) -+ vboxsf_inode_revalidate(dentry); -+ -+ return 0; -+} -+ -+/* -+ * [dentry] contains string encoded in coding system that corresponds -+ * to [sbi]->nls, we must convert it to UTF8 here. -+ * Returns a shfl_string allocated through __getname (must be freed using -+ * __putname), or an ERR_PTR on error. -+ */ -+struct shfl_string *vboxsf_path_from_dentry(struct vboxsf_sbi *sbi, -+ struct dentry *dentry) -+{ -+ struct shfl_string *shfl_path; -+ int path_len, out_len, nb; -+ char *buf, *path; -+ wchar_t uni; -+ u8 *out; -+ -+ buf = __getname(); -+ if (!buf) -+ return ERR_PTR(-ENOMEM); -+ -+ path = dentry_path_raw(dentry, buf, PATH_MAX); -+ if (IS_ERR(path)) { -+ __putname(buf); -+ return (struct shfl_string *)path; -+ } -+ path_len = strlen(path); -+ -+ if (sbi->nls) { -+ shfl_path = __getname(); -+ if (!shfl_path) { -+ __putname(buf); -+ return ERR_PTR(-ENOMEM); -+ } -+ -+ out = shfl_path->string.utf8; -+ out_len = PATH_MAX - SHFLSTRING_HEADER_SIZE - 1; -+ -+ while (path_len) { -+ nb = sbi->nls->char2uni(path, path_len, &uni); -+ if (nb < 0) { -+ __putname(shfl_path); -+ __putname(buf); -+ return ERR_PTR(-EINVAL); -+ } -+ path += nb; -+ path_len -= nb; -+ -+ nb = utf32_to_utf8(uni, out, out_len); -+ if (nb < 0) { -+ __putname(shfl_path); -+ __putname(buf); -+ return ERR_PTR(-ENAMETOOLONG); -+ } -+ out += nb; -+ out_len -= nb; -+ } -+ *out = 0; -+ shfl_path->length = out - shfl_path->string.utf8; -+ shfl_path->size = shfl_path->length + 1; -+ __putname(buf); -+ } else { -+ if ((SHFLSTRING_HEADER_SIZE + path_len + 1) > PATH_MAX) { -+ __putname(buf); -+ return ERR_PTR(-ENAMETOOLONG); -+ } -+ /* -+ * dentry_path stores the name at the end of buf, but the -+ * shfl_string string we return must be properly aligned. -+ */ -+ shfl_path = (struct shfl_string *)buf; -+ memmove(shfl_path->string.utf8, path, path_len); -+ shfl_path->string.utf8[path_len] = 0; -+ shfl_path->length = path_len; -+ shfl_path->size = path_len + 1; -+ } -+ -+ return shfl_path; -+} -+ -+int vboxsf_nlscpy(struct vboxsf_sbi *sbi, char *name, size_t name_bound_len, -+ const unsigned char *utf8_name, size_t utf8_len) -+{ -+ const char *in; -+ char *out; -+ size_t out_len; -+ size_t out_bound_len; -+ size_t in_bound_len; -+ -+ in = utf8_name; -+ in_bound_len = utf8_len; -+ -+ out = name; -+ out_len = 0; -+ /* Reserve space for terminating 0 */ -+ out_bound_len = name_bound_len - 1; -+ -+ while (in_bound_len) { -+ int nb; -+ unicode_t uni; -+ -+ nb = utf8_to_utf32(in, in_bound_len, &uni); -+ if (nb < 0) -+ return -EINVAL; -+ -+ in += nb; -+ in_bound_len -= nb; -+ -+ nb = sbi->nls->uni2char(uni, out, out_bound_len); -+ if (nb < 0) -+ return nb; -+ -+ out += nb; -+ out_bound_len -= nb; -+ out_len += nb; -+ } -+ -+ *out = 0; -+ -+ return 0; -+} -+ -+static struct vboxsf_dir_buf *vboxsf_dir_buf_alloc(struct list_head *list) -+{ -+ struct vboxsf_dir_buf *b; -+ -+ b = kmalloc(sizeof(*b), GFP_KERNEL); -+ if (!b) -+ return NULL; -+ -+ b->buf = kmalloc(DIR_BUFFER_SIZE, GFP_KERNEL); -+ if (!b->buf) { -+ kfree(b); -+ return NULL; -+ } -+ -+ b->entries = 0; -+ b->used = 0; -+ b->free = DIR_BUFFER_SIZE; -+ list_add(&b->head, list); -+ -+ return b; -+} -+ -+static void vboxsf_dir_buf_free(struct vboxsf_dir_buf *b) -+{ -+ list_del(&b->head); -+ kfree(b->buf); -+ kfree(b); -+} -+ -+struct vboxsf_dir_info *vboxsf_dir_info_alloc(void) -+{ -+ struct vboxsf_dir_info *p; -+ -+ p = kmalloc(sizeof(*p), GFP_KERNEL); -+ if (!p) -+ return NULL; -+ -+ INIT_LIST_HEAD(&p->info_list); -+ return p; -+} -+ -+void vboxsf_dir_info_free(struct vboxsf_dir_info *p) -+{ -+ struct list_head *list, *pos, *tmp; -+ -+ list = &p->info_list; -+ list_for_each_safe(pos, tmp, list) { -+ struct vboxsf_dir_buf *b; -+ -+ b = list_entry(pos, struct vboxsf_dir_buf, head); -+ vboxsf_dir_buf_free(b); -+ } -+ kfree(p); -+} -+ -+int vboxsf_dir_read_all(struct vboxsf_sbi *sbi, struct vboxsf_dir_info *sf_d, -+ u64 handle) -+{ -+ struct vboxsf_dir_buf *b; -+ u32 entries, size; -+ int err = 0; -+ void *buf; -+ -+ /* vboxsf_dirinfo returns 1 on end of dir */ -+ while (err == 0) { -+ b = vboxsf_dir_buf_alloc(&sf_d->info_list); -+ if (!b) { -+ err = -ENOMEM; -+ break; -+ } -+ -+ buf = b->buf; -+ size = b->free; -+ -+ err = vboxsf_dirinfo(sbi->root, handle, NULL, 0, 0, -+ &size, buf, &entries); -+ if (err < 0) -+ break; -+ -+ b->entries += entries; -+ b->free -= size; -+ b->used += size; -+ } -+ -+ if (b && b->used == 0) -+ vboxsf_dir_buf_free(b); -+ -+ /* -EILSEQ means the host could not translate a filename, ignore */ -+ if (err > 0 || err == -EILSEQ) -+ err = 0; -+ -+ return err; -+} -diff --git a/drivers/staging/vboxsf/vboxsf_wrappers.c b/drivers/staging/vboxsf/vboxsf_wrappers.c -new file mode 100644 -index 000000000000..bfc78a097dae ---- /dev/null -+++ b/drivers/staging/vboxsf/vboxsf_wrappers.c -@@ -0,0 +1,371 @@ -+// SPDX-License-Identifier: MIT -+/* -+ * Wrapper functions for the shfl host calls. -+ * -+ * Copyright (C) 2006-2018 Oracle Corporation -+ */ -+ -+#include -+#include -+#include -+#include -+#include "vfsmod.h" -+ -+#define SHFL_REQUEST \ -+ (VMMDEV_REQUESTOR_KERNEL | VMMDEV_REQUESTOR_USR_DRV_OTHER | \ -+ VMMDEV_REQUESTOR_CON_DONT_KNOW | VMMDEV_REQUESTOR_TRUST_NOT_GIVEN) -+ -+static u32 vboxsf_client_id; -+ -+int vboxsf_connect(void) -+{ -+ struct vbg_dev *gdev; -+ struct vmmdev_hgcm_service_location loc; -+ int err, vbox_status; -+ -+ loc.type = VMMDEV_HGCM_LOC_LOCALHOST_EXISTING; -+ strcpy(loc.u.localhost.service_name, "VBoxSharedFolders"); -+ -+ gdev = vbg_get_gdev(); -+ if (IS_ERR(gdev)) -+ return -ENODEV; /* No guest-device */ -+ -+ err = vbg_hgcm_connect(gdev, SHFL_REQUEST, &loc, -+ &vboxsf_client_id, &vbox_status); -+ vbg_put_gdev(gdev); -+ -+ return err ? err : vbg_status_code_to_errno(vbox_status); -+} -+ -+void vboxsf_disconnect(void) -+{ -+ struct vbg_dev *gdev; -+ int vbox_status; -+ -+ gdev = vbg_get_gdev(); -+ if (IS_ERR(gdev)) -+ return; /* guest-device is gone, already disconnected */ -+ -+ vbg_hgcm_disconnect(gdev, SHFL_REQUEST, vboxsf_client_id, &vbox_status); -+ vbg_put_gdev(gdev); -+} -+ -+static int vboxsf_call(u32 function, void *parms, u32 parm_count, int *status) -+{ -+ struct vbg_dev *gdev; -+ int err, vbox_status; -+ -+ gdev = vbg_get_gdev(); -+ if (IS_ERR(gdev)) -+ return -ESHUTDOWN; /* guest-dev removed underneath us */ -+ -+ err = vbg_hgcm_call(gdev, SHFL_REQUEST, vboxsf_client_id, function, -+ U32_MAX, parms, parm_count, &vbox_status); -+ vbg_put_gdev(gdev); -+ -+ if (err < 0) -+ return err; -+ -+ if (status) -+ *status = vbox_status; -+ -+ return vbg_status_code_to_errno(vbox_status); -+} -+ -+int vboxsf_map_folder(struct shfl_string *folder_name, u32 *root) -+{ -+ struct shfl_map_folder parms; -+ int err, status; -+ -+ parms.path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL; -+ parms.path.u.pointer.size = shfl_string_buf_size(folder_name); -+ parms.path.u.pointer.u.linear_addr = (uintptr_t)folder_name; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = 0; -+ -+ parms.delimiter.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.delimiter.u.value32 = '/'; -+ -+ parms.case_sensitive.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.case_sensitive.u.value32 = 1; -+ -+ err = vboxsf_call(SHFL_FN_MAP_FOLDER, &parms, SHFL_CPARMS_MAP_FOLDER, -+ &status); -+ if (err == -ENOSYS && status == VERR_NOT_IMPLEMENTED) -+ vbg_err("%s: Error host is too old\n", __func__); -+ -+ *root = parms.root.u.value32; -+ return err; -+} -+ -+int vboxsf_unmap_folder(u32 root) -+{ -+ struct shfl_unmap_folder parms; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ return vboxsf_call(SHFL_FN_UNMAP_FOLDER, &parms, -+ SHFL_CPARMS_UNMAP_FOLDER, NULL); -+} -+ -+/** -+ * vboxsf_create - Create a new file or folder -+ * @root: Root of the shared folder in which to create the file -+ * @parsed_path: The path of the file or folder relative to the shared folder -+ * @param: create_parms Parameters for file/folder creation. -+ * -+ * Create a new file or folder or open an existing one in a shared folder. -+ * Note this function always returns 0 / success unless an exceptional condition -+ * occurs - out of memory, invalid arguments, etc. If the file or folder could -+ * not be opened or created, create_parms->handle will be set to -+ * SHFL_HANDLE_NIL on return. In this case the value in create_parms->result -+ * provides information as to why (e.g. SHFL_FILE_EXISTS), create_parms->result -+ * is also set on success as additional information. -+ * -+ * Returns: -+ * 0 or negative errno value. -+ */ -+int vboxsf_create(u32 root, struct shfl_string *parsed_path, -+ struct shfl_createparms *create_parms) -+{ -+ struct shfl_create parms; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL; -+ parms.path.u.pointer.size = shfl_string_buf_size(parsed_path); -+ parms.path.u.pointer.u.linear_addr = (uintptr_t)parsed_path; -+ -+ parms.parms.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL; -+ parms.parms.u.pointer.size = sizeof(struct shfl_createparms); -+ parms.parms.u.pointer.u.linear_addr = (uintptr_t)create_parms; -+ -+ return vboxsf_call(SHFL_FN_CREATE, &parms, SHFL_CPARMS_CREATE, NULL); -+} -+ -+int vboxsf_close(u32 root, u64 handle) -+{ -+ struct shfl_close parms; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.handle.type = VMMDEV_HGCM_PARM_TYPE_64BIT; -+ parms.handle.u.value64 = handle; -+ -+ return vboxsf_call(SHFL_FN_CLOSE, &parms, SHFL_CPARMS_CLOSE, NULL); -+} -+ -+int vboxsf_remove(u32 root, struct shfl_string *parsed_path, u32 flags) -+{ -+ struct shfl_remove parms; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.path.u.pointer.size = shfl_string_buf_size(parsed_path); -+ parms.path.u.pointer.u.linear_addr = (uintptr_t)parsed_path; -+ -+ parms.flags.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.flags.u.value32 = flags; -+ -+ return vboxsf_call(SHFL_FN_REMOVE, &parms, SHFL_CPARMS_REMOVE, NULL); -+} -+ -+int vboxsf_rename(u32 root, struct shfl_string *src_path, -+ struct shfl_string *dest_path, u32 flags) -+{ -+ struct shfl_rename parms; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.src.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.src.u.pointer.size = shfl_string_buf_size(src_path); -+ parms.src.u.pointer.u.linear_addr = (uintptr_t)src_path; -+ -+ parms.dest.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.dest.u.pointer.size = shfl_string_buf_size(dest_path); -+ parms.dest.u.pointer.u.linear_addr = (uintptr_t)dest_path; -+ -+ parms.flags.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.flags.u.value32 = flags; -+ -+ return vboxsf_call(SHFL_FN_RENAME, &parms, SHFL_CPARMS_RENAME, NULL); -+} -+ -+int vboxsf_read(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf) -+{ -+ struct shfl_read parms; -+ int err; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.handle.type = VMMDEV_HGCM_PARM_TYPE_64BIT; -+ parms.handle.u.value64 = handle; -+ parms.offset.type = VMMDEV_HGCM_PARM_TYPE_64BIT; -+ parms.offset.u.value64 = offset; -+ parms.cb.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.cb.u.value32 = *buf_len; -+ parms.buffer.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_OUT; -+ parms.buffer.u.pointer.size = *buf_len; -+ parms.buffer.u.pointer.u.linear_addr = (uintptr_t)buf; -+ -+ err = vboxsf_call(SHFL_FN_READ, &parms, SHFL_CPARMS_READ, NULL); -+ -+ *buf_len = parms.cb.u.value32; -+ return err; -+} -+ -+int vboxsf_write(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf) -+{ -+ struct shfl_write parms; -+ int err; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.handle.type = VMMDEV_HGCM_PARM_TYPE_64BIT; -+ parms.handle.u.value64 = handle; -+ parms.offset.type = VMMDEV_HGCM_PARM_TYPE_64BIT; -+ parms.offset.u.value64 = offset; -+ parms.cb.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.cb.u.value32 = *buf_len; -+ parms.buffer.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.buffer.u.pointer.size = *buf_len; -+ parms.buffer.u.pointer.u.linear_addr = (uintptr_t)buf; -+ -+ err = vboxsf_call(SHFL_FN_WRITE, &parms, SHFL_CPARMS_WRITE, NULL); -+ -+ *buf_len = parms.cb.u.value32; -+ return err; -+} -+ -+/* Returns 0 on success, 1 on end-of-dir, negative errno otherwise */ -+int vboxsf_dirinfo(u32 root, u64 handle, -+ struct shfl_string *parsed_path, u32 flags, u32 index, -+ u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count) -+{ -+ struct shfl_list parms; -+ int err, status; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.handle.type = VMMDEV_HGCM_PARM_TYPE_64BIT; -+ parms.handle.u.value64 = handle; -+ parms.flags.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.flags.u.value32 = flags; -+ parms.cb.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.cb.u.value32 = *buf_len; -+ if (parsed_path) { -+ parms.path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.path.u.pointer.size = shfl_string_buf_size(parsed_path); -+ parms.path.u.pointer.u.linear_addr = (uintptr_t)parsed_path; -+ } else { -+ parms.path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_IN; -+ parms.path.u.pointer.size = 0; -+ parms.path.u.pointer.u.linear_addr = 0; -+ } -+ -+ parms.buffer.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_OUT; -+ parms.buffer.u.pointer.size = *buf_len; -+ parms.buffer.u.pointer.u.linear_addr = (uintptr_t)buf; -+ -+ parms.resume_point.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.resume_point.u.value32 = index; -+ parms.file_count.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.file_count.u.value32 = 0; /* out parameter only */ -+ -+ err = vboxsf_call(SHFL_FN_LIST, &parms, SHFL_CPARMS_LIST, &status); -+ if (err == -ENODATA && status == VERR_NO_MORE_FILES) -+ err = 1; -+ -+ *buf_len = parms.cb.u.value32; -+ *file_count = parms.file_count.u.value32; -+ return err; -+} -+ -+int vboxsf_fsinfo(u32 root, u64 handle, u32 flags, -+ u32 *buf_len, void *buf) -+{ -+ struct shfl_information parms; -+ int err; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.handle.type = VMMDEV_HGCM_PARM_TYPE_64BIT; -+ parms.handle.u.value64 = handle; -+ parms.flags.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.flags.u.value32 = flags; -+ parms.cb.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.cb.u.value32 = *buf_len; -+ parms.info.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL; -+ parms.info.u.pointer.size = *buf_len; -+ parms.info.u.pointer.u.linear_addr = (uintptr_t)buf; -+ -+ err = vboxsf_call(SHFL_FN_INFORMATION, &parms, SHFL_CPARMS_INFORMATION, -+ NULL); -+ -+ *buf_len = parms.cb.u.value32; -+ return err; -+} -+ -+int vboxsf_readlink(u32 root, struct shfl_string *parsed_path, -+ u32 buf_len, u8 *buf) -+{ -+ struct shfl_readLink parms; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.path.u.pointer.size = shfl_string_buf_size(parsed_path); -+ parms.path.u.pointer.u.linear_addr = (uintptr_t)parsed_path; -+ -+ parms.buffer.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_OUT; -+ parms.buffer.u.pointer.size = buf_len; -+ parms.buffer.u.pointer.u.linear_addr = (uintptr_t)buf; -+ -+ return vboxsf_call(SHFL_FN_READLINK, &parms, SHFL_CPARMS_READLINK, -+ NULL); -+} -+ -+int vboxsf_symlink(u32 root, struct shfl_string *new_path, -+ struct shfl_string *old_path, struct shfl_fsobjinfo *buf) -+{ -+ struct shfl_symlink parms; -+ -+ parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; -+ parms.root.u.value32 = root; -+ -+ parms.new_path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.new_path.u.pointer.size = shfl_string_buf_size(new_path); -+ parms.new_path.u.pointer.u.linear_addr = (uintptr_t)new_path; -+ -+ parms.old_path.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_IN; -+ parms.old_path.u.pointer.size = shfl_string_buf_size(old_path); -+ parms.old_path.u.pointer.u.linear_addr = (uintptr_t)old_path; -+ -+ parms.info.type = VMMDEV_HGCM_PARM_TYPE_LINADDR_KERNEL_OUT; -+ parms.info.u.pointer.size = sizeof(struct shfl_fsobjinfo); -+ parms.info.u.pointer.u.linear_addr = (uintptr_t)buf; -+ -+ return vboxsf_call(SHFL_FN_SYMLINK, &parms, SHFL_CPARMS_SYMLINK, NULL); -+} -+ -+int vboxsf_set_utf8(void) -+{ -+ return vboxsf_call(SHFL_FN_SET_UTF8, NULL, 0, NULL); -+} -+ -+int vboxsf_set_symlinks(void) -+{ -+ return vboxsf_call(SHFL_FN_SET_SYMLINKS, NULL, 0, NULL); -+} -diff --git a/drivers/staging/vboxsf/vfsmod.h b/drivers/staging/vboxsf/vfsmod.h -new file mode 100644 -index 000000000000..de650d65fbe4 ---- /dev/null -+++ b/drivers/staging/vboxsf/vfsmod.h -@@ -0,0 +1,138 @@ -+/* SPDX-License-Identifier: MIT */ -+/* -+ * VirtualBox Guest Shared Folders support: module header. -+ * -+ * Copyright (C) 2006-2018 Oracle Corporation -+ */ -+ -+#ifndef VFSMOD_H -+#define VFSMOD_H -+ -+#include -+#include -+#include -+#include "shfl_hostintf.h" -+ -+#define DIR_BUFFER_SIZE SZ_16K -+ -+/* The cast is to prevent assignment of void * to pointers of arbitrary type */ -+#define VBOXSF_SBI(sb) ((struct vboxsf_sbi *)(sb)->s_fs_info) -+#define VBOXSF_I(i) container_of(i, struct vboxsf_inode, vfs_inode) -+ -+struct vboxsf_options { -+ unsigned long ttl; -+ kuid_t uid; -+ kgid_t gid; -+ bool dmode_set; -+ bool fmode_set; -+ umode_t dmode; -+ umode_t fmode; -+ umode_t dmask; -+ umode_t fmask; -+}; -+ -+struct vboxsf_fs_context { -+ struct vboxsf_options o; -+ char *nls_name; -+}; -+ -+/* per-shared folder information */ -+struct vboxsf_sbi { -+ struct vboxsf_options o; -+ struct shfl_fsobjinfo root_info; -+ struct idr ino_idr; -+ spinlock_t ino_idr_lock; /* This protects ino_idr */ -+ struct nls_table *nls; -+ u32 next_generation; -+ u32 root; -+ int bdi_id; -+}; -+ -+/* per-inode information */ -+struct vboxsf_inode { -+ /* some information was changed, update data on next revalidate */ -+ int force_restat; -+ /* list of open handles for this inode + lock protecting it */ -+ struct list_head handle_list; -+ /* This mutex protects handle_list accesses */ -+ struct mutex handle_list_mutex; -+ /* The VFS inode struct */ -+ struct inode vfs_inode; -+}; -+ -+struct vboxsf_dir_info { -+ struct list_head info_list; -+}; -+ -+struct vboxsf_dir_buf { -+ size_t entries; -+ size_t free; -+ size_t used; -+ void *buf; -+ struct list_head head; -+}; -+ -+/* globals */ -+extern const struct inode_operations vboxsf_dir_iops; -+extern const struct inode_operations vboxsf_lnk_iops; -+extern const struct inode_operations vboxsf_reg_iops; -+extern const struct file_operations vboxsf_dir_fops; -+extern const struct file_operations vboxsf_reg_fops; -+extern const struct address_space_operations vboxsf_reg_aops; -+extern const struct dentry_operations vboxsf_dentry_ops; -+ -+/* from utils.c */ -+struct inode *vboxsf_new_inode(struct super_block *sb); -+void vboxsf_init_inode(struct vboxsf_sbi *sbi, struct inode *inode, -+ const struct shfl_fsobjinfo *info); -+int vboxsf_create_at_dentry(struct dentry *dentry, -+ struct shfl_createparms *params); -+int vboxsf_stat(struct vboxsf_sbi *sbi, struct shfl_string *path, -+ struct shfl_fsobjinfo *info); -+int vboxsf_stat_dentry(struct dentry *dentry, struct shfl_fsobjinfo *info); -+int vboxsf_inode_revalidate(struct dentry *dentry); -+int vboxsf_getattr(const struct path *path, struct kstat *kstat, -+ u32 request_mask, unsigned int query_flags); -+int vboxsf_setattr(struct dentry *dentry, struct iattr *iattr); -+struct shfl_string *vboxsf_path_from_dentry(struct vboxsf_sbi *sbi, -+ struct dentry *dentry); -+int vboxsf_nlscpy(struct vboxsf_sbi *sbi, char *name, size_t name_bound_len, -+ const unsigned char *utf8_name, size_t utf8_len); -+struct vboxsf_dir_info *vboxsf_dir_info_alloc(void); -+void vboxsf_dir_info_free(struct vboxsf_dir_info *p); -+int vboxsf_dir_read_all(struct vboxsf_sbi *sbi, struct vboxsf_dir_info *sf_d, -+ u64 handle); -+ -+/* from vboxsf_wrappers.c */ -+int vboxsf_connect(void); -+void vboxsf_disconnect(void); -+ -+int vboxsf_create(u32 root, struct shfl_string *parsed_path, -+ struct shfl_createparms *create_parms); -+ -+int vboxsf_close(u32 root, u64 handle); -+int vboxsf_remove(u32 root, struct shfl_string *parsed_path, u32 flags); -+int vboxsf_rename(u32 root, struct shfl_string *src_path, -+ struct shfl_string *dest_path, u32 flags); -+ -+int vboxsf_read(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf); -+int vboxsf_write(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf); -+ -+int vboxsf_dirinfo(u32 root, u64 handle, -+ struct shfl_string *parsed_path, u32 flags, u32 index, -+ u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count); -+int vboxsf_fsinfo(u32 root, u64 handle, u32 flags, -+ u32 *buf_len, void *buf); -+ -+int vboxsf_map_folder(struct shfl_string *folder_name, u32 *root); -+int vboxsf_unmap_folder(u32 root); -+ -+int vboxsf_readlink(u32 root, struct shfl_string *parsed_path, -+ u32 buf_len, u8 *buf); -+int vboxsf_symlink(u32 root, struct shfl_string *new_path, -+ struct shfl_string *old_path, struct shfl_fsobjinfo *buf); -+ -+int vboxsf_set_utf8(void); -+int vboxsf_set_symlinks(void); -+ -+#endif --- -cgit 1.2-0.3.lf.el7 - diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-POLARIS12-PCI-ID.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-POLARIS12-PCI-ID.patch deleted file mode 100644 index e8bff963ce..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-POLARIS12-PCI-ID.patch +++ /dev/null @@ -1,28 +0,0 @@ -From cf8c73afb3abf0f8905efbaddd4ce11a0deec9da Mon Sep 17 00:00:00 2001 -From: Evan Quan -Date: Fri, 17 Mar 2017 10:22:51 +0800 -Subject: [PATCH] drm/amd/amdgpu: add POLARIS12 PCI ID - -Signed-off-by: Evan Quan -Reviewed-by: Junwei Zhang -Signed-off-by: Alex Deucher -Cc: stable@vger.kernel.org ---- - drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -index f7adbac..b76cd69 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -@@ -421,6 +421,7 @@ static const struct pci_device_id pciidlist[] = { - {0x1002, 0x6985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - {0x1002, 0x6986, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - {0x1002, 0x6987, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, -+ {0x1002, 0x6995, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - {0x1002, 0x699F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - - {0, 0, 0} --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-PCI-ID.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-PCI-ID.patch deleted file mode 100644 index 3a010204cd..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-PCI-ID.patch +++ /dev/null @@ -1,38 +0,0 @@ -From fc8e9c54699e42754094ff475da46440778d8f19 Mon Sep 17 00:00:00 2001 -From: Junwei Zhang -Date: Thu, 4 Aug 2016 12:54:22 +0800 -Subject: [PATCH] drm/amd/amdgpu: add Polaris12 PCI ID -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Junwei Zhang -Reviewed-by: Alex Deucher -Reviewed-by: Christian König -Reviewed-by: Ken Wang -Signed-off-by: Alex Deucher ---- - drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -index 8cb937b..2534ada 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -@@ -418,6 +418,13 @@ static const struct pci_device_id pciidlist[] = { - {0x1002, 0x67CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, - {0x1002, 0x67CC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, - {0x1002, 0x67CF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10}, -+ /* Polaris12 */ -+ {0x1002, 0x6980, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, -+ {0x1002, 0x6981, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, -+ {0x1002, 0x6985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, -+ {0x1002, 0x6986, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, -+ {0x1002, 0x6987, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, -+ {0x1002, 0x699F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - - {0, 0, 0} - }; --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-support-v3.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-support-v3.patch deleted file mode 100644 index 7b8a11336c..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-support-v3.patch +++ /dev/null @@ -1,469 +0,0 @@ -From c4642a479fac9f5c224ff7425d86c427b94011af Mon Sep 17 00:00:00 2001 -From: Junwei Zhang -Date: Wed, 14 Dec 2016 15:32:28 -0500 -Subject: [PATCH] drm/amd/amdgpu: add Polaris12 support (v3) -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -v2: agd: squash in various fixes -v3: agd: squash in: -drm/amdgpu: remove unnecessary smc sk firmware for polaris12 - -Signed-off-by: Junwei Zhang -Reviewed-by: Alex Deucher -Reviewed-by: Christian König -Reviewed-by: Ken Wang -Signed-off-by: Alex Deucher -[ rebased for 4.9 / tmb ] -Signed-off-by: Thomas Backlund ---- - drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 3 +++ - drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++ - drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 5 +++++ - drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 5 +++++ - drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 13 ++++++++++--- - drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 31 +++++++++++++++++++++++++----- - drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 5 +++++ - drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 6 ++++++ - drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 5 +++-- - drivers/gpu/drm/amd/amdgpu/vi.c | 10 ++++++++++ - drivers/gpu/drm/amd/include/amd_shared.h | 1 + - 11 files changed, 76 insertions(+), 10 deletions(-) - -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c -index 9ada56c..4c851fde 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c -@@ -840,6 +840,9 @@ static int amdgpu_cgs_get_firmware_info(struct cgs_device *cgs_device, - else if (type == CGS_UCODE_ID_SMU_SK) - strcpy(fw_name, "amdgpu/polaris10_smc_sk.bin"); - break; -+ case CHIP_POLARIS12: -+ strcpy(fw_name, "amdgpu/polaris12_smc.bin"); -+ break; - default: - DRM_ERROR("SMC firmware not supported\n"); - return -EINVAL; -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c -index 60bd4af..fe3bb94 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c -@@ -73,6 +73,7 @@ static const char *amdgpu_asic_name[] = { - "STONEY", - "POLARIS10", - "POLARIS11", -+ "POLARIS12", - "LAST", - }; - -@@ -1277,6 +1278,7 @@ static int amdgpu_early_init(struct amdgpu_device *adev) - case CHIP_FIJI: - case CHIP_POLARIS11: - case CHIP_POLARIS10: -+ case CHIP_POLARIS12: - case CHIP_CARRIZO: - case CHIP_STONEY: - if (adev->asic_type == CHIP_CARRIZO || adev->asic_type == CHIP_STONEY) -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c -index a81dfae..1d564be 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c -@@ -65,6 +65,7 @@ - #define FIRMWARE_STONEY "amdgpu/stoney_uvd.bin" - #define FIRMWARE_POLARIS10 "amdgpu/polaris10_uvd.bin" - #define FIRMWARE_POLARIS11 "amdgpu/polaris11_uvd.bin" -+#define FIRMWARE_POLARIS12 "amdgpu/polaris12_uvd.bin" - - /** - * amdgpu_uvd_cs_ctx - Command submission parser context -@@ -98,6 +99,7 @@ MODULE_FIRMWARE(FIRMWARE_FIJI); - MODULE_FIRMWARE(FIRMWARE_STONEY); - MODULE_FIRMWARE(FIRMWARE_POLARIS10); - MODULE_FIRMWARE(FIRMWARE_POLARIS11); -+MODULE_FIRMWARE(FIRMWARE_POLARIS12); - - static void amdgpu_uvd_idle_work_handler(struct work_struct *work); - -@@ -149,6 +151,9 @@ int amdgpu_uvd_sw_init(struct amdgpu_device *adev) - case CHIP_POLARIS11: - fw_name = FIRMWARE_POLARIS11; - break; -+ case CHIP_POLARIS12: -+ fw_name = FIRMWARE_POLARIS12; -+ break; - default: - return -EINVAL; - } -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c -index 69b66b9..8fec802 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c -@@ -52,6 +52,7 @@ - #define FIRMWARE_STONEY "amdgpu/stoney_vce.bin" - #define FIRMWARE_POLARIS10 "amdgpu/polaris10_vce.bin" - #define FIRMWARE_POLARIS11 "amdgpu/polaris11_vce.bin" -+#define FIRMWARE_POLARIS12 "amdgpu/polaris12_vce.bin" - - #ifdef CONFIG_DRM_AMDGPU_CIK - MODULE_FIRMWARE(FIRMWARE_BONAIRE); -@@ -66,6 +67,7 @@ MODULE_FIRMWARE(FIRMWARE_FIJI); - MODULE_FIRMWARE(FIRMWARE_STONEY); - MODULE_FIRMWARE(FIRMWARE_POLARIS10); - MODULE_FIRMWARE(FIRMWARE_POLARIS11); -+MODULE_FIRMWARE(FIRMWARE_POLARIS12); - - static void amdgpu_vce_idle_work_handler(struct work_struct *work); - -@@ -121,6 +123,9 @@ int amdgpu_vce_sw_init(struct amdgpu_device *adev, unsigned long size) - case CHIP_POLARIS11: - fw_name = FIRMWARE_POLARIS11; - break; -+ case CHIP_POLARIS12: -+ fw_name = FIRMWARE_POLARIS12; -+ break; - - default: - return -EINVAL; -diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c -index b3d62b9..2006abb 100644 ---- a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c -+++ b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c -@@ -167,6 +167,7 @@ static void dce_v11_0_init_golden_registers(struct amdgpu_device *adev) - (const u32)ARRAY_SIZE(stoney_golden_settings_a11)); - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - amdgpu_program_register_sequence(adev, - polaris11_golden_settings_a11, - (const u32)ARRAY_SIZE(polaris11_golden_settings_a11)); -@@ -608,6 +609,7 @@ static int dce_v11_0_get_num_crtc (struct amdgpu_device *adev) - num_crtc = 6; - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - num_crtc = 5; - break; - default: -@@ -1589,6 +1591,7 @@ static int dce_v11_0_audio_init(struct amdgpu_device *adev) - adev->mode_info.audio.num_pins = 8; - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - adev->mode_info.audio.num_pins = 6; - break; - default: -@@ -2388,7 +2391,8 @@ static u32 dce_v11_0_pick_pll(struct drm_crtc *crtc) - int pll; - - if ((adev->asic_type == CHIP_POLARIS10) || -- (adev->asic_type == CHIP_POLARIS11)) { -+ (adev->asic_type == CHIP_POLARIS11) || -+ (adev->asic_type == CHIP_POLARIS12)) { - struct amdgpu_encoder *amdgpu_encoder = - to_amdgpu_encoder(amdgpu_crtc->encoder); - struct amdgpu_encoder_atom_dig *dig = amdgpu_encoder->enc_priv; -@@ -2822,7 +2826,8 @@ static int dce_v11_0_crtc_mode_set(struct drm_crtc *crtc, - return -EINVAL; - - if ((adev->asic_type == CHIP_POLARIS10) || -- (adev->asic_type == CHIP_POLARIS11)) { -+ (adev->asic_type == CHIP_POLARIS11) || -+ (adev->asic_type == CHIP_POLARIS12)) { - struct amdgpu_encoder *amdgpu_encoder = - to_amdgpu_encoder(amdgpu_crtc->encoder); - int encoder_mode = -@@ -2992,6 +2997,7 @@ static int dce_v11_0_early_init(void *handle) - adev->mode_info.num_dig = 6; - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - adev->mode_info.num_hpd = 5; - adev->mode_info.num_dig = 5; - break; -@@ -3101,7 +3107,8 @@ static int dce_v11_0_hw_init(void *handle) - amdgpu_atombios_crtc_powergate_init(adev); - amdgpu_atombios_encoder_init_dig(adev); - if ((adev->asic_type == CHIP_POLARIS10) || -- (adev->asic_type == CHIP_POLARIS11)) { -+ (adev->asic_type == CHIP_POLARIS11) || -+ (adev->asic_type == CHIP_POLARIS12)) { - amdgpu_atombios_crtc_set_dce_clock(adev, adev->clock.default_dispclk, - DCE_CLOCK_TYPE_DISPCLK, ATOM_GCK_DFS); - amdgpu_atombios_crtc_set_dce_clock(adev, 0, -diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c -index d0ec009..3733741 100644 ---- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c -+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c -@@ -138,6 +138,13 @@ MODULE_FIRMWARE("amdgpu/polaris10_mec.bi - MODULE_FIRMWARE("amdgpu/polaris10_mec2.bin"); - MODULE_FIRMWARE("amdgpu/polaris10_rlc.bin"); - -+MODULE_FIRMWARE("amdgpu/polaris12_ce.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_pfp.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_me.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_mec.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_mec2.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_rlc.bin"); -+ - static const struct amdgpu_gds_reg_offset amdgpu_gds_reg_offset[] = - { - {mmGDS_VMID0_BASE, mmGDS_VMID0_SIZE, mmGDS_GWS_VMID0, mmGDS_OA_VMID0}, -@@ -687,6 +694,7 @@ static void gfx_v8_0_init_golden_registe - (const u32)ARRAY_SIZE(tonga_golden_common_all)); - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - amdgpu_program_register_sequence(adev, - golden_settings_polaris11_a11, - (const u32)ARRAY_SIZE(golden_settings_polaris11_a11)); -@@ -901,6 +909,9 @@ static int gfx_v8_0_init_microcode(struc - case CHIP_POLARIS10: - chip_name = "polaris10"; - break; -+ case CHIP_POLARIS12: -+ chip_name = "polaris12"; -+ break; - case CHIP_STONEY: - chip_name = "stoney"; - break; -@@ -1777,6 +1788,7 @@ static int gfx_v8_0_gpu_early_init(struc - gb_addr_config = TONGA_GB_ADDR_CONFIG_GOLDEN; - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - ret = amdgpu_atombios_get_gfx_info(adev); - if (ret) - return ret; -@@ -2695,6 +2707,7 @@ static void gfx_v8_0_tiling_mode_table_i - - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - modearray[0] = (ARRAY_MODE(ARRAY_2D_TILED_THIN1) | - PIPE_CONFIG(ADDR_SURF_P4_16x16) | - TILE_SPLIT(ADDR_SURF_TILE_SPLIT_64B) | -@@ -3516,6 +3529,7 @@ gfx_v8_0_raster_config(struct amdgpu_dev - *rconf1 |= 0x0; - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | - SE_XSEL(1) | SE_YSEL(1); - *rconf1 |= 0x0; -@@ -4029,7 +4043,8 @@ static void gfx_v8_0_init_pg(struct amdg - cz_enable_cp_power_gating(adev, true); - else - cz_enable_cp_power_gating(adev, false); -- } else if (adev->asic_type == CHIP_POLARIS11) { -+ } else if ((adev->asic_type == CHIP_POLARIS11) || -+ (adev->asic_type == CHIP_POLARIS11)) { - gfx_v8_0_init_power_gating(adev); - } - } -@@ -4100,7 +4115,8 @@ static int gfx_v8_0_rlc_resume(struct am - RLC_CGCG_CGLS_CTRL__CGLS_EN_MASK); - WREG32(mmRLC_CGCG_CGLS_CTRL, tmp); - if (adev->asic_type == CHIP_POLARIS11 || -- adev->asic_type == CHIP_POLARIS10) { -+ adev->asic_type == CHIP_POLARIS10 || -+ adev->asic_type == CHIP_POLARIS12) { - tmp = RREG32(mmRLC_CGCG_CGLS_CTRL_3D); - tmp &= ~0x3; - WREG32(mmRLC_CGCG_CGLS_CTRL_3D, tmp); -@@ -4288,6 +4304,7 @@ static int gfx_v8_0_cp_gfx_start(struct - amdgpu_ring_write(ring, 0x0000002A); - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - amdgpu_ring_write(ring, 0x16000012); - amdgpu_ring_write(ring, 0x00000000); - break; -@@ -4938,7 +4955,8 @@ static int gfx_v8_0_cp_compute_resume(st - (adev->asic_type == CHIP_FIJI) || - (adev->asic_type == CHIP_STONEY) || - (adev->asic_type == CHIP_POLARIS11) || -- (adev->asic_type == CHIP_POLARIS10)) { -+ (adev->asic_type == CHIP_POLARIS10) || -+ (adev->asic_type == CHIP_POLARIS12)) { - WREG32(mmCP_MEC_DOORBELL_RANGE_LOWER, - AMDGPU_DOORBELL_KIQ << 2); - WREG32(mmCP_MEC_DOORBELL_RANGE_UPPER, -@@ -4974,7 +4992,8 @@ static int gfx_v8_0_cp_compute_resume(st - mqd->cp_hqd_persistent_state = tmp; - if (adev->asic_type == CHIP_STONEY || - adev->asic_type == CHIP_POLARIS11 || -- adev->asic_type == CHIP_POLARIS10) { -+ adev->asic_type == CHIP_POLARIS10 || -+ adev->asic_type == CHIP_POLARIS12) { - tmp = RREG32(mmCP_ME1_PIPE3_INT_CNTL); - tmp = REG_SET_FIELD(tmp, CP_ME1_PIPE3_INT_CNTL, GENERIC2_INT_ENABLE, 1); - WREG32(mmCP_ME1_PIPE3_INT_CNTL, tmp); -@@ -5488,7 +5507,8 @@ static int gfx_v8_0_late_init(void *hand - static void gfx_v8_0_enable_gfx_static_mg_power_gating(struct amdgpu_device *adev, - bool enable) - { -- if (adev->asic_type == CHIP_POLARIS11) -+ if ((adev->asic_type == CHIP_POLARIS11) || -+ (adev->asic_type == CHIP_POLARIS12)) - /* Send msg to SMU via Powerplay */ - amdgpu_set_powergating_state(adev, - AMD_IP_BLOCK_TYPE_SMC, -@@ -5565,6 +5585,7 @@ static int gfx_v8_0_set_powergating_stat - gfx_v8_0_enable_gfx_dynamic_mg_power_gating(adev, false); - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - if ((adev->pg_flags & AMD_PG_SUPPORT_GFX_SMG) && enable) - gfx_v8_0_enable_gfx_static_mg_power_gating(adev, true); - else -diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c -index 0daac3a..476bc9f 100644 ---- a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c -+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c -@@ -46,6 +46,7 @@ static int gmc_v8_0_wait_for_idle(void *handle); - MODULE_FIRMWARE("amdgpu/tonga_mc.bin"); - MODULE_FIRMWARE("amdgpu/polaris11_mc.bin"); - MODULE_FIRMWARE("amdgpu/polaris10_mc.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_mc.bin"); - - static const u32 golden_settings_tonga_a11[] = - { -@@ -130,6 +131,7 @@ static void gmc_v8_0_init_golden_registers(struct amdgpu_device *adev) - (const u32)ARRAY_SIZE(golden_settings_tonga_a11)); - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - amdgpu_program_register_sequence(adev, - golden_settings_polaris11_a11, - (const u32)ARRAY_SIZE(golden_settings_polaris11_a11)); -@@ -225,6 +227,9 @@ static int gmc_v8_0_init_microcode(struct amdgpu_device *adev) - case CHIP_POLARIS10: - chip_name = "polaris10"; - break; -+ case CHIP_POLARIS12: -+ chip_name = "polaris12"; -+ break; - case CHIP_FIJI: - case CHIP_CARRIZO: - case CHIP_STONEY: -diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c -index 1170a64..034ace7 100644 ---- a/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c -+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c -@@ -60,6 +60,8 @@ MODULE_FIRMWARE("amdgpu/polaris10_sdma.bin"); - MODULE_FIRMWARE("amdgpu/polaris10_sdma1.bin"); - MODULE_FIRMWARE("amdgpu/polaris11_sdma.bin"); - MODULE_FIRMWARE("amdgpu/polaris11_sdma1.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_sdma.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_sdma1.bin"); - - - static const u32 sdma_offsets[SDMA_MAX_INSTANCE] = -@@ -206,6 +208,7 @@ static void sdma_v3_0_init_golden_registers(struct amdgpu_device *adev) - (const u32)ARRAY_SIZE(golden_settings_tonga_a11)); - break; - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - amdgpu_program_register_sequence(adev, - golden_settings_polaris11_a11, - (const u32)ARRAY_SIZE(golden_settings_polaris11_a11)); -@@ -278,6 +281,9 @@ static int sdma_v3_0_init_microcode(struct amdgpu_device *adev) - case CHIP_POLARIS10: - chip_name = "polaris10"; - break; -+ case CHIP_POLARIS12: -+ chip_name = "polaris12"; -+ break; - case CHIP_CARRIZO: - chip_name = "carrizo"; - break; -diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c -index 6b3293a..5fb0b7f 100644 ---- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c -+++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c -@@ -320,11 +320,12 @@ static unsigned vce_v3_0_get_harvest_config(struct amdgpu_device *adev) - { - u32 tmp; - -- /* Fiji, Stoney, Polaris10, Polaris11 are single pipe */ -+ /* Fiji, Stoney, Polaris10, Polaris11, Polaris12 are single pipe */ - if ((adev->asic_type == CHIP_FIJI) || - (adev->asic_type == CHIP_STONEY) || - (adev->asic_type == CHIP_POLARIS10) || -- (adev->asic_type == CHIP_POLARIS11)) -+ (adev->asic_type == CHIP_POLARIS11) || -+ (adev->asic_type == CHIP_POLARIS12)) - return AMDGPU_VCE_HARVEST_VCE1; - - /* Tonga and CZ are dual or single pipe */ -diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c -index bf088d6..c2ac54f 100644 ---- a/drivers/gpu/drm/amd/amdgpu/vi.c -+++ b/drivers/gpu/drm/amd/amdgpu/vi.c -@@ -88,6 +88,7 @@ MODULE_FIRMWARE("amdgpu/polaris10_smc.bi - MODULE_FIRMWARE("amdgpu/polaris10_smc_sk.bin"); - MODULE_FIRMWARE("amdgpu/polaris11_smc.bin"); - MODULE_FIRMWARE("amdgpu/polaris11_smc_sk.bin"); -+MODULE_FIRMWARE("amdgpu/polaris12_smc.bin"); - - /* - * Indirect registers accessor -@@ -312,6 +313,7 @@ static void vi_init_golden_registers(str - break; - case CHIP_POLARIS11: - case CHIP_POLARIS10: -+ case CHIP_POLARIS12: - default: - break; - } -@@ -592,6 +594,7 @@ static int vi_read_register(struct amdgp - case CHIP_TONGA: - case CHIP_POLARIS11: - case CHIP_POLARIS10: -+ case CHIP_POLARIS12: - case CHIP_CARRIZO: - case CHIP_STONEY: - asic_register_table = cz_allowed_read_registers; -@@ -1465,6 +1468,7 @@ int vi_set_ip_blocks(struct amdgpu_devic - break; - case CHIP_POLARIS11: - case CHIP_POLARIS10: -+ case CHIP_POLARIS12: - adev->ip_blocks = polaris11_ip_blocks_vd; - adev->num_ip_blocks = ARRAY_SIZE(polaris11_ip_blocks_vd); - break; -@@ -1608,6 +1612,11 @@ static int vi_common_early_init(void *ha - adev->pg_flags = 0; - adev->external_rev_id = adev->rev_id + 0x50; - break; -+ case CHIP_POLARIS12: -+ adev->cg_flags = AMD_CG_SUPPORT_UVD_MGCG; -+ adev->pg_flags = 0; -+ adev->external_rev_id = adev->rev_id + 0x64; -+ break; - case CHIP_CARRIZO: - adev->cg_flags = AMD_CG_SUPPORT_UVD_MGCG | - AMD_CG_SUPPORT_GFX_MGCG | -@@ -1897,6 +1906,7 @@ static int vi_common_set_clockgating_sta - case CHIP_TONGA: - case CHIP_POLARIS10: - case CHIP_POLARIS11: -+ case CHIP_POLARIS12: - vi_common_set_clockgating_state_by_smu(adev, state); - default: - break; -diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h -index c02469a..5f59117 100644 ---- a/drivers/gpu/drm/amd/include/amd_shared.h -+++ b/drivers/gpu/drm/amd/include/amd_shared.h -@@ -46,6 +46,7 @@ enum amd_asic_type { - CHIP_STONEY, - CHIP_POLARIS10, - CHIP_POLARIS11, -+ CHIP_POLARIS12, - CHIP_LAST, - }; - --- -2.10.2 diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-add-Polaris12-DID.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-add-Polaris12-DID.patch deleted file mode 100644 index c58684f602..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-add-Polaris12-DID.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 6e88491cf2a3b17199c78bd53348b39dc6a88275 Mon Sep 17 00:00:00 2001 -From: Junshan Fang -Date: Thu, 15 Jun 2017 14:02:20 +0800 -Subject: [PATCH] drm/amdgpu: add Polaris12 DID - -Signed-off-by: Junshan Fang -Reviewed-by: Roger.He -Signed-off-by: Alex Deucher -Cc: stable@vger.kernel.org -Signed-off-by: Alex Deucher ---- - drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c -index f2d705e6a75a..ab6b0d0febab 100644 -@@ -418,6 +418,7 @@ static const struct pci_device_id pciidl - {0x1002, 0x6986, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - {0x1002, 0x6987, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - {0x1002, 0x6995, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, -+ {0x1002, 0x6997, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - {0x1002, 0x699F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12}, - - {0, 0, 0} diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-pm-check-for-headless-before-calling-comp.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-pm-check-for-headless-before-calling-comp.patch deleted file mode 100644 index de592904f2..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-pm-check-for-headless-before-calling-comp.patch +++ /dev/null @@ -1,32 +0,0 @@ -From c10c8f7c27103bd7ac02d041d9d6e97296d48fc1 Mon Sep 17 00:00:00 2001 -From: Alex Deucher -Date: Fri, 10 Feb 2017 18:09:32 -0500 -Subject: [PATCH] drm/amdgpu/pm: check for headless before calling - compute_clocks - -Don't update display bandwidth on headless asics. - -bug: -https://bugs.freedesktop.org/show_bug.cgi?id=99387 - -Signed-off-by: Alex Deucher -Cc: stable@vger.kernel.org ---- - drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c -index 95e026a..346e80a 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c -@@ -1283,7 +1283,9 @@ void amdgpu_pm_compute_clocks(struct amd - if (adev->pp_enabled) { - int i = 0; - -- amdgpu_display_bandwidth_update(adev); -+ if (adev->mode_info.num_crtc) -+ amdgpu_display_bandwidth_update(adev); -+ - for (i = 0; i < AMDGPU_MAX_RINGS; i++) { - struct amdgpu_ring *ring = adev->rings[i]; - if (ring && ring->ready) diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-powerplay-add-Polaris12-support.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-powerplay-add-Polaris12-support.patch deleted file mode 100644 index 7b2b0f6369..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-amdgpu-powerplay-add-Polaris12-support.patch +++ /dev/null @@ -1,81 +0,0 @@ -From f4309526576db325264b6dc9ee150ee70b330a42 Mon Sep 17 00:00:00 2001 -From: Junwei Zhang -Date: Wed, 14 Dec 2016 15:40:48 -0500 -Subject: [PATCH] drm/amdgpu/powerplay: add Polaris12 support -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Junwei Zhang -Reviewed-by: Alex Deucher -Reviewed-by: Christian König -Reviewed-by: Ken Wang -Signed-off-by: Alex Deucher ---- - drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 1 + - drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 3 ++- - drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c | 2 +- - drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c | 1 + - 4 files changed, 5 insertions(+), 2 deletions(-) - -diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c -index fc592c2..95a568d 100644 ---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c -+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c -@@ -98,6 +98,7 @@ static int amdgpu_pp_early_init(void *handle) - switch (adev->asic_type) { - case CHIP_POLARIS11: - case CHIP_POLARIS10: -+ case CHIP_POLARIS12: - case CHIP_TONGA: - case CHIP_FIJI: - case CHIP_TOPAZ: -diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c -index dc6700a..b036064 100644 ---- a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c -+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c -@@ -95,6 +95,7 @@ int hwmgr_init(struct amd_pp_init *pp_init, struct pp_instance *handle) - break; - case CHIP_POLARIS11: - case CHIP_POLARIS10: -+ case CHIP_POLARIS12: - polaris_set_asic_special_caps(hwmgr); - hwmgr->feature_mask &= ~(PP_UVD_HANDSHAKE_MASK); - break; -@@ -745,7 +746,7 @@ int polaris_set_asic_special_caps(struct pp_hwmgr *hwmgr) - phm_cap_set(hwmgr->platform_descriptor.platformCaps, - PHM_PlatformCaps_TablelessHardwareInterface); - -- if (hwmgr->chip_id == CHIP_POLARIS11) -+ if ((hwmgr->chip_id == CHIP_POLARIS11) || (hwmgr->chip_id == CHIP_POLARIS12)) - phm_cap_set(hwmgr->platform_descriptor.platformCaps, - PHM_PlatformCaps_SPLLShutdownSupport); - return 0; -diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c -index 26477f0..6cd1287 100644 ---- a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c -+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c -@@ -521,7 +521,7 @@ int smu7_enable_didt_config(struct pp_hwmgr *hwmgr) - PP_ASSERT_WITH_CODE((result == 0), "DIDT Config failed.", return result); - result = smu7_program_pt_config_registers(hwmgr, DIDTConfig_Polaris10); - PP_ASSERT_WITH_CODE((result == 0), "DIDT Config failed.", return result); -- } else if (hwmgr->chip_id == CHIP_POLARIS11) { -+ } else if ((hwmgr->chip_id == CHIP_POLARIS11) || (hwmgr->chip_id == CHIP_POLARIS12)) { - result = smu7_program_pt_config_registers(hwmgr, GCCACConfig_Polaris11); - PP_ASSERT_WITH_CODE((result == 0), "DIDT Config failed.", return result); - result = smu7_program_pt_config_registers(hwmgr, DIDTConfig_Polaris11); -diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c -index e5812aa..6e618aa 100644 ---- a/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c -+++ b/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c -@@ -65,6 +65,7 @@ int smum_init(struct amd_pp_init *pp_init, struct pp_instance *handle) - break; - case CHIP_POLARIS11: - case CHIP_POLARIS10: -+ case CHIP_POLARIS12: - polaris10_smum_init(smumgr); - break; - default: --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-i915-don-t-warn-about-Skylake-CPU-KabyPoint-PCH-.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-i915-don-t-warn-about-Skylake-CPU-KabyPoint-PCH-.patch deleted file mode 100644 index aaf9bb2675..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-i915-don-t-warn-about-Skylake-CPU-KabyPoint-PCH-.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 853277481178fdf14d1a4e9e6ac7174d6046176f Mon Sep 17 00:00:00 2001 -From: Jani Nikula -Date: Wed, 1 Feb 2017 15:46:09 +0200 -Subject: [PATCH] drm/i915: don't warn about Skylake CPU - KabyPoint PCH combo - -Apparently there are machines out there with Skylake CPU and KabyPoint -PCH. Judging from our driver code, there doesn't seem to be any code -paths that would do anything different between SunrisePoint and -KabyPoint PCHs, so it would seem okay to accept the combo without -warnings. - -Fixes: 22dea0be50b2 ("drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.") -References: https://lists.freedesktop.org/archives/intel-gfx/2017-February/118611.html -Reported-by: Rainer Koenig -Cc: Rainer Koenig -Cc: Rodrigo Vivi -Cc: # v4.8+ -Reviewed-by: Rodrigo Vivi -Signed-off-by: Jani Nikula -Link: http://patchwork.freedesktop.org/patch/msgid/1485956769-26015-1-git-send-email-jani.nikula@intel.com -(cherry picked from commit 3aac4acb89710fe782c9e78e7b1febf76e112c6c) -Signed-off-by: Jani Nikula -[ rebased for 4.9 / tmb ] -Signed-off-by: Thomas Backlund ---- - drivers/gpu/drm/i915/i915_drv.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c -index b2c4a0b..8d63098 100644 ---- a/drivers/gpu/drm/i915/i915_drv.c -+++ b/drivers/gpu/drm/i915/i915_drv.c -@@ -207,7 +207,8 @@ static void intel_detect_pch(struct drm_ - } else if (id == INTEL_PCH_KBP_DEVICE_ID_TYPE) { - dev_priv->pch_type = PCH_KBP; - DRM_DEBUG_KMS("Found KabyPoint PCH\n"); -- WARN_ON(!IS_KABYLAKE(dev)); -+ WARN_ON(!IS_SKYLAKE(dev) && -+ !IS_KABYLAKE(dev)); - } else if ((id == INTEL_PCH_P2X_DEVICE_ID_TYPE) || - (id == INTEL_PCH_P3X_DEVICE_ID_TYPE) || - ((id == INTEL_PCH_QEMU_DEVICE_ID_TYPE) && diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.31.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.31.patch deleted file mode 100644 index ac0254e505..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.31.patch +++ /dev/null @@ -1,100 +0,0 @@ -Adapt mach64 to build with 2.6.31 series kernels - -Signed-off-by: Thomas Backlund - -diff -urp linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64/mach64_dma.c linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64.fixed/mach64_dma.c ---- linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64/mach64_dma.c 2009-07-23 00:24:12.000000000 +0300 -+++ linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64.fixed/mach64_dma.c 2009-07-23 02:28:21.000000000 +0300 -@@ -1006,7 +1006,7 @@ static int mach64_do_dma_init(struct drm - - DRM_DEBUG("\n"); - -- dev_priv = drm_alloc(sizeof(drm_mach64_private_t), DRM_MEM_DRIVER); -+ dev_priv = kmalloc(sizeof(drm_mach64_private_t), GFP_KERNEL); - if (dev_priv == NULL) - return -ENOMEM; - -@@ -1386,8 +1386,7 @@ int mach64_do_cleanup_dma(struct drm_dev - - mach64_destroy_freelist(dev); - -- drm_free(dev_priv, sizeof(drm_mach64_private_t), -- DRM_MEM_DRIVER); -+ kfree(dev_priv); - dev->dev_private = NULL; - } - -@@ -1476,8 +1475,8 @@ int mach64_init_freelist(struct drm_devi - for (i = 0; i < dma->buf_count; i++) { - if ((entry = - (drm_mach64_freelist_t *) -- drm_alloc(sizeof(drm_mach64_freelist_t), -- DRM_MEM_BUFLISTS)) == NULL) -+ kmalloc(sizeof(drm_mach64_freelist_t), -+ GFP_KERNEL)) == NULL) - return -ENOMEM; - memset(entry, 0, sizeof(drm_mach64_freelist_t)); - entry->buf = dma->buflist[i]; -@@ -1500,18 +1499,18 @@ void mach64_destroy_freelist(struct drm_ - list_for_each_safe(ptr, tmp, &dev_priv->pending) { - list_del(ptr); - entry = list_entry(ptr, drm_mach64_freelist_t, list); -- drm_free(entry, sizeof(*entry), DRM_MEM_BUFLISTS); -+ kfree(entry); - } - list_for_each_safe(ptr, tmp, &dev_priv->placeholders) { - list_del(ptr); - entry = list_entry(ptr, drm_mach64_freelist_t, list); -- drm_free(entry, sizeof(*entry), DRM_MEM_BUFLISTS); -+ kfree(entry); - } - - list_for_each_safe(ptr, tmp, &dev_priv->free_list) { - list_del(ptr); - entry = list_entry(ptr, drm_mach64_freelist_t, list); -- drm_free(entry, sizeof(*entry), DRM_MEM_BUFLISTS); -+ kfree(entry); - } - } - -diff -urp linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64/mach64_state.c linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64.fixed/mach64_state.c ---- linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64/mach64_state.c 2009-07-23 00:24:12.000000000 +0300 -+++ linux-2.6.31-rc3-git5-mnb1/drivers/gpu/drm/mach64.fixed/mach64_state.c 2009-07-23 02:29:24.000000000 +0300 -@@ -490,12 +490,12 @@ static __inline__ int copy_from_user_ver - unsigned long n = bytes; /* dwords remaining in buffer */ - u32 *from, *orig_from; - -- from = drm_alloc(bytes, DRM_MEM_DRIVER); -+ from = kmalloc(bytes, GFP_KERNEL); - if (from == NULL) - return -ENOMEM; - - if (DRM_COPY_FROM_USER(from, ufrom, bytes)) { -- drm_free(from, bytes, DRM_MEM_DRIVER); -+ kfree(from); - return -EFAULT; - } - orig_from = from; /* we'll be modifying the "from" ptr, so save it */ -@@ -526,19 +526,19 @@ static __inline__ int copy_from_user_ver - to += count; - } else { - DRM_ERROR("Got bad command: 0x%04x\n", reg); -- drm_free(orig_from, bytes, DRM_MEM_DRIVER); -+ kfree(orig_from); - return -EACCES; - } - } else { - DRM_ERROR - ("Got bad command count(=%u) dwords remaining=%lu\n", - count, n); -- drm_free(orig_from, bytes, DRM_MEM_DRIVER); -+ kfree(orig_from); - return -EINVAL; - } - } - -- drm_free(orig_from, bytes, DRM_MEM_DRIVER); -+ kfree(orig_from); - if (n == 0) - return 0; - else { diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.36-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.36-buildfix.patch deleted file mode 100644 index ef42898382..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.36-buildfix.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- linux-2.6.35/drivers/gpu/drm/mach64/mach64_state.c.orig 2010-10-03 13:29:10.000000000 +0300 -+++ linux-2.6.35/drivers/gpu/drm/mach64/mach64_state.c 2010-10-03 14:04:45.991164007 +0300 -@@ -41,15 +41,15 @@ - * - */ - struct drm_ioctl_desc mach64_ioctls[] = { -- DRM_IOCTL_DEF(DRM_MACH64_INIT, mach64_dma_init, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), -- DRM_IOCTL_DEF(DRM_MACH64_CLEAR, mach64_dma_clear, DRM_AUTH), -- DRM_IOCTL_DEF(DRM_MACH64_SWAP, mach64_dma_swap, DRM_AUTH), -- DRM_IOCTL_DEF(DRM_MACH64_IDLE, mach64_dma_idle, DRM_AUTH), -- DRM_IOCTL_DEF(DRM_MACH64_RESET, mach64_engine_reset, DRM_AUTH), -- DRM_IOCTL_DEF(DRM_MACH64_VERTEX, mach64_dma_vertex, DRM_AUTH), -- DRM_IOCTL_DEF(DRM_MACH64_BLIT, mach64_dma_blit, DRM_AUTH), -- DRM_IOCTL_DEF(DRM_MACH64_FLUSH, mach64_dma_flush, DRM_AUTH), -- DRM_IOCTL_DEF(DRM_MACH64_GETPARAM, mach64_get_param, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_INIT, mach64_dma_init, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), -+ DRM_IOCTL_DEF_DRV(MACH64_CLEAR, mach64_dma_clear, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_SWAP, mach64_dma_swap, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_IDLE, mach64_dma_idle, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_RESET, mach64_engine_reset, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_VERTEX, mach64_dma_vertex, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_BLIT, mach64_dma_blit, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_FLUSH, mach64_dma_flush, DRM_AUTH), -+ DRM_IOCTL_DEF_DRV(MACH64_GETPARAM, mach64_get_param, DRM_AUTH), - }; - - int mach64_max_ioctl = DRM_ARRAY_SIZE(mach64_ioctls); diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.37-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.37-buildfix.patch deleted file mode 100644 index 43dc70ecd9..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-2.6.37-buildfix.patch +++ /dev/null @@ -1,24 +0,0 @@ - -Fix build for 2.6.37 - -Signed-off-by: Thomas Backlund - ---- a/drivers/gpu/drm/mach64/mach64_drv.c.orig 2011-01-02 16:55:48.000000000 +0200 -+++ a/drivers/gpu/drm/mach64/mach64_drv.c 2011-01-02 17:53:54.808775632 +0200 -@@ -51,8 +51,6 @@ static struct drm_driver driver = { - .irq_uninstall = mach64_driver_irq_uninstall, - .irq_handler = mach64_driver_irq_handler, - .reclaim_buffers = drm_core_reclaim_buffers, -- .get_map_ofs = drm_core_get_map_ofs, -- .get_reg_ofs = drm_core_get_reg_ofs, - .ioctls = mach64_ioctls, - .dma_ioctl = mach64_dma_buffers, - .fops = { -@@ -63,6 +61,7 @@ static struct drm_driver driver = { - .mmap = drm_mmap, - .poll = drm_poll, - .fasync = drm_fasync, -+ .llseek = noop_llseek, - }, - .pci_driver = { - .name = DRIVER_NAME, diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.0-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.0-buildfix.patch deleted file mode 100644 index 9d7538a9e2..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.0-buildfix.patch +++ /dev/null @@ -1,44 +0,0 @@ - -fix build with linux-3.0 - -Signed-off-by: Thomas Backlund - - drivers/gpu/drm/mach64/mach64_drv.c | 13 +++++++------ - 1 file changed, 7 insertions(+), 6 deletions(-) - ---- a/drivers/gpu/drm/mach64/mach64_drv.c.orig 2011-07-15 02:48:40.000000000 +0300 -+++ a/drivers/gpu/drm/mach64/mach64_drv.c 2011-07-15 13:24:41.454753025 +0300 -@@ -63,10 +63,6 @@ static struct drm_driver driver = { - .fasync = drm_fasync, - .llseek = noop_llseek, - }, -- .pci_driver = { -- .name = DRIVER_NAME, -- .id_table = pciidlist, -- }, - - .name = DRIVER_NAME, - .desc = DRIVER_DESC, -@@ -76,15 +72,20 @@ static struct drm_driver driver = { - .patchlevel = DRIVER_PATCHLEVEL, - }; - -+static struct pci_driver mach64_pci_driver = { -+ .name = DRIVER_NAME, -+ .id_table = pciidlist, -+}; -+ - static int __init mach64_init(void) - { - driver.num_ioctls = mach64_max_ioctl; -- return drm_init(&driver); -+ return drm_pci_init(&driver, &mach64_pci_driver); - } - - static void __exit mach64_exit(void) - { -- drm_exit(&driver); -+ drm_pci_exit(&driver, &mach64_pci_driver); - } - - module_init(mach64_init); diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.12-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.12-buildfix.patch deleted file mode 100644 index 5ec066982f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.12-buildfix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- linux/drivers/gpu/drm/mach64/mach64_drv.c.orig 2013-10-13 12:19:41.000000000 +0300 -+++ linux/drivers/gpu/drm/mach64/mach64_drv.c 2013-10-13 14:27:25.684247911 +0300 -@@ -46,13 +46,12 @@ static const struct file_operations mach - .unlocked_ioctl = drm_ioctl, - .mmap = drm_mmap, - .poll = drm_poll, -- .fasync = drm_fasync, - .llseek = noop_llseek, - }; - - static struct drm_driver driver = { - .driver_features = -- DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_HAVE_DMA -+ DRIVER_USE_AGP | DRIVER_PCI_DMA | DRIVER_HAVE_DMA - | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED, - .lastclose = mach64_driver_lastclose, - .get_vblank_counter = mach64_get_vblank_counter, diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.17-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.17-buildfix.patch deleted file mode 100644 index 6b7b378035..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.17-buildfix.patch +++ /dev/null @@ -1,31 +0,0 @@ - -Adapt for kernel-3.17 - -DRM_ARRAY_SIZE is a duplicate of ARRAY_SIZE and have been dropped. - -drm_dev_to_irq has been dropped, so call dev->pdev->irq directly -for code simplicity. - -Signed-off-by: Thomas Backlund - -diff -urp linux/drivers/gpu/drm/mach64/mach64_state.c.orig linux/drivers/gpu/drm/mach64/mach64_state.c ---- linux/drivers/gpu/drm/mach64/mach64_state.c.orig -+++ linux/drivers/gpu/drm/mach64/mach64_state.c -@@ -52,7 +52,7 @@ struct drm_ioctl_desc mach64_ioctls[] = - DRM_IOCTL_DEF_DRV(MACH64_GETPARAM, mach64_get_param, DRM_AUTH), - }; - --int mach64_max_ioctl = DRM_ARRAY_SIZE(mach64_ioctls); -+int mach64_max_ioctl = ARRAY_SIZE(mach64_ioctls); - - /* ================================================================ - * DMA hardware state programming functions -@@ -895,7 +895,7 @@ int mach64_get_param(struct drm_device * - value = mach64_do_get_frames_queued(dev_priv); - break; - case MACH64_PARAM_IRQ_NR: -- value = drm_dev_to_irq(dev); -+ value = dev->pdev->irq; - break; - default: - return -EINVAL; diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.18-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.18-buildfix.patch deleted file mode 100644 index bc0d460667..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.18-buildfix.patch +++ /dev/null @@ -1,142 +0,0 @@ - -Fix build with kernel 3.18 - -Signed-off-by: Thomas Backlund - -diff -urp linux/drivers/gpu/drm/mach64.orig/mach64_dma.c linux/drivers/gpu/drm/mach64/mach64_dma.c ---- linux/drivers/gpu/drm/mach64.orig/mach64_dma.c 2014-11-29 22:01:54.000000000 +0200 -+++ linux/drivers/gpu/drm/mach64/mach64_dma.c 2014-11-30 00:02:06.906821818 +0200 -@@ -1038,21 +1038,21 @@ static int mach64_do_dma_init(struct drm - INIT_LIST_HEAD(&dev_priv->placeholders); - INIT_LIST_HEAD(&dev_priv->pending); - -- dev_priv->sarea = drm_getsarea(dev); -+ dev_priv->sarea = drm_legacy_getsarea(dev); - if (!dev_priv->sarea) { - DRM_ERROR("can not find sarea!\n"); - dev->dev_private = (void *)dev_priv; - mach64_do_cleanup_dma(dev); - return -EINVAL; - } -- dev_priv->fb = drm_core_findmap(dev, init->fb_offset); -+ dev_priv->fb = drm_legacy_findmap(dev, init->fb_offset); - if (!dev_priv->fb) { - DRM_ERROR("can not find frame buffer map!\n"); - dev->dev_private = (void *)dev_priv; - mach64_do_cleanup_dma(dev); - return -EINVAL; - } -- dev_priv->mmio = drm_core_findmap(dev, init->mmio_offset); -+ dev_priv->mmio = drm_legacy_findmap(dev, init->mmio_offset); - if (!dev_priv->mmio) { - DRM_ERROR("can not find mmio map!\n"); - dev->dev_private = (void *)dev_priv; -@@ -1060,7 +1060,7 @@ static int mach64_do_dma_init(struct drm - return -EINVAL; - } - -- dev_priv->ring_map = drm_core_findmap(dev, init->ring_offset); -+ dev_priv->ring_map = drm_legacy_findmap(dev, init->ring_offset); - if (!dev_priv->ring_map) { - DRM_ERROR("can not find ring map!\n"); - dev->dev_private = (void *)dev_priv; -@@ -1072,7 +1072,7 @@ static int mach64_do_dma_init(struct drm - ((u8 *) dev_priv->sarea->handle + init->sarea_priv_offset); - - if (!dev_priv->is_pci) { -- drm_core_ioremap(dev_priv->ring_map, dev); -+ drm_legacy_ioremap(dev_priv->ring_map, dev); - if (!dev_priv->ring_map->handle) { - DRM_ERROR("can not ioremap virtual address for" - " descriptor ring\n"); -@@ -1082,7 +1082,7 @@ static int mach64_do_dma_init(struct drm - } - dev->agp_buffer_token = init->buffers_offset; - dev->agp_buffer_map = -- drm_core_findmap(dev, init->buffers_offset); -+ drm_legacy_findmap(dev, init->buffers_offset); - if (!dev->agp_buffer_map) { - DRM_ERROR("can not find dma buffer map!\n"); - dev->dev_private = (void *)dev_priv; -@@ -1093,7 +1093,7 @@ static int mach64_do_dma_init(struct drm - dev isn't passed all the way though the mach64 - DA */ - dev_priv->dev_buffers = dev->agp_buffer_map; - -- drm_core_ioremap(dev->agp_buffer_map, dev); -+ drm_legacy_ioremap(dev->agp_buffer_map, dev); - if (!dev->agp_buffer_map->handle) { - DRM_ERROR("can not ioremap virtual address for" - " dma buffer\n"); -@@ -1102,7 +1102,7 @@ static int mach64_do_dma_init(struct drm - return -ENOMEM; - } - dev_priv->agp_textures = -- drm_core_findmap(dev, init->agp_textures_offset); -+ drm_legacy_findmap(dev, init->agp_textures_offset); - if (!dev_priv->agp_textures) { - DRM_ERROR("can not find agp texture region!\n"); - dev->dev_private = (void *)dev_priv; -@@ -1376,10 +1376,10 @@ int mach64_do_cleanup_dma(struct drm_dev - - if (!dev_priv->is_pci) { - if (dev_priv->ring_map) -- drm_core_ioremapfree(dev_priv->ring_map, dev); -+ drm_legacy_ioremapfree(dev_priv->ring_map, dev); - - if (dev->agp_buffer_map) { -- drm_core_ioremapfree(dev->agp_buffer_map, dev); -+ drm_legacy_ioremapfree(dev->agp_buffer_map, dev); - dev->agp_buffer_map = NULL; - } - } -diff -urp linux/drivers/gpu/drm/mach64.orig/mach64_drv.c linux/drivers/gpu/drm/mach64/mach64_drv.c ---- linux/drivers/gpu/drm/mach64.orig/mach64_drv.c 2014-11-29 22:01:54.000000000 +0200 -+++ linux/drivers/gpu/drm/mach64/mach64_drv.c 2014-11-29 23:14:21.918009653 +0200 -@@ -34,6 +34,7 @@ - #include "mach64_drv.h" - - #include -+#include - - static struct pci_device_id pciidlist[] = { - mach64_PCI_IDS -@@ -44,7 +45,7 @@ static const struct file_operations mach - .open = drm_open, - .release = drm_release, - .unlocked_ioctl = drm_ioctl, -- .mmap = drm_mmap, -+ .mmap = drm_legacy_mmap, - .poll = drm_poll, - .llseek = noop_llseek, - }; -diff -urp linux/drivers/gpu/drm/mach64.orig/mach64_drv.h linux/drivers/gpu/drm/mach64/mach64_drv.h ---- linux/drivers/gpu/drm/mach64.orig/mach64_drv.h 2014-11-29 22:01:54.000000000 +0200 -+++ linux/drivers/gpu/drm/mach64/mach64_drv.h 2014-11-29 23:58:20.111491646 +0200 -@@ -35,6 +35,8 @@ - #ifndef __MACH64_DRV_H__ - #define __MACH64_DRV_H__ - -+#include -+ - /* General customization: - */ - -@@ -102,12 +104,12 @@ typedef struct drm_mach64_private { - u32 back_offset_pitch; - u32 depth_offset_pitch; - -- drm_local_map_t *sarea; -- drm_local_map_t *fb; -- drm_local_map_t *mmio; -- drm_local_map_t *ring_map; -- drm_local_map_t *dev_buffers; /* this is a pointer to a structure in dev */ -- drm_local_map_t *agp_textures; -+ struct drm_local_map *sarea; -+ struct drm_local_map *fb; -+ struct drm_local_map *mmio; -+ struct drm_local_map *ring_map; -+ struct drm_local_map *dev_buffers; /* this is a pointer to a structure in dev */ -+ struct drm_local_map *agp_textures; - } drm_mach64_private_t; - - extern struct drm_ioctl_desc mach64_ioctls[]; diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.3-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.3-buildfix.patch deleted file mode 100644 index 824b95525b..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.3-buildfix.patch +++ /dev/null @@ -1,47 +0,0 @@ - -This moves the .fops to a separate struct as required by kernel-3.3 - -Signed-off-by: Thomas Backlund - - b/drivers/gpu/drm/mach64/mach64_drv.c | 23 ++++++++++++----------- - 1 file changed, 12 insertions(+), 11 deletions(-) - ---- a/drivers/gpu/drm/mach64/mach64_drv.c -+++ b/drivers/gpu/drm/mach64/mach64_drv.c -@@ -39,6 +39,17 @@ static struct pci_device_id pciidlist[] - mach64_PCI_IDS - }; - -+static const struct file_operations mach64_driver_fops = { -+ .owner = THIS_MODULE, -+ .open = drm_open, -+ .release = drm_release, -+ .unlocked_ioctl = drm_ioctl, -+ .mmap = drm_mmap, -+ .poll = drm_poll, -+ .fasync = drm_fasync, -+ .llseek = noop_llseek, -+}; -+ - static struct drm_driver driver = { - .driver_features = - DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_HAVE_DMA -@@ -54,17 +65,7 @@ static struct drm_driver driver = { - .reclaim_buffers = drm_core_reclaim_buffers, - .ioctls = mach64_ioctls, - .dma_ioctl = mach64_dma_buffers, -- .fops = { -- .owner = THIS_MODULE, -- .open = drm_open, -- .release = drm_release, -- .unlocked_ioctl = drm_ioctl, -- .mmap = drm_mmap, -- .poll = drm_poll, -- .fasync = drm_fasync, -- .llseek = noop_llseek, -- }, -- -+ .fops = &mach64_driver_fops, - .name = DRIVER_NAME, - .desc = DRIVER_DESC, - .date = DRIVER_DATE, diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.6-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.6-buildfix.patch deleted file mode 100644 index c7df6444db..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.6-buildfix.patch +++ /dev/null @@ -1,15 +0,0 @@ - -reclaim_buffers is gone in 3.6 - -Signed-off-by: Thomas Backlund - ---- linux/drivers/gpu/drm/mach64/mach64_drv.c.orig 2012-10-17 22:26:58.000000000 +0300 -+++ linux/drivers/gpu/drm/mach64/mach64_drv.c 2012-10-17 23:05:10.212566630 +0300 -@@ -62,7 +62,6 @@ static struct drm_driver driver = { - .irq_postinstall = mach64_driver_irq_postinstall, - .irq_uninstall = mach64_driver_irq_uninstall, - .irq_handler = mach64_driver_irq_handler, -- .reclaim_buffers = drm_core_reclaim_buffers, - .ioctls = mach64_ioctls, - .dma_ioctl = mach64_dma_buffers, - .fops = &mach64_driver_fops, diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.7-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.7-buildfix.patch deleted file mode 100644 index cc1c5b2763..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-3.7-buildfix.patch +++ /dev/null @@ -1,61 +0,0 @@ -diff -Nurp linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_dma.c linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_dma.c ---- linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_dma.c 2012-12-06 19:50:10.000000000 +0200 -+++ linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_dma.c 2012-12-06 20:19:10.590681644 +0200 -@@ -34,8 +34,8 @@ - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - --#include "drmP.h" --#include "drm.h" -+#include -+#include - #include "mach64_drm.h" - #include "mach64_drv.h" - -diff -Nurp linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_drv.c linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_drv.c ---- linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_drv.c 2012-12-06 19:50:10.000000000 +0200 -+++ linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_drv.c 2012-12-06 20:20:13.062073838 +0200 -@@ -28,12 +28,12 @@ - */ - - #include --#include "drmP.h" --#include "drm.h" -+#include -+#include - #include "mach64_drm.h" - #include "mach64_drv.h" - --#include "drm_pciids.h" -+#include - - static struct pci_device_id pciidlist[] = { - mach64_PCI_IDS -diff -Nurp linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_irq.c linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_irq.c ---- linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_irq.c 2012-12-06 19:50:10.000000000 +0200 -+++ linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_irq.c 2012-12-06 20:20:40.192678476 +0200 -@@ -35,8 +35,8 @@ - * Leif Delgass - */ - --#include "drmP.h" --#include "drm.h" -+#include -+#include - #include "mach64_drm.h" - #include "mach64_drv.h" - -diff -Nurp linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_state.c linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_state.c ---- linux-3.7-rc8/drivers/gpu/drm/mach64.orig/mach64_state.c 2012-12-06 19:50:10.000000000 +0200 -+++ linux-3.7-rc8/drivers/gpu/drm/mach64/mach64_state.c 2012-12-06 20:21:00.783137370 +0200 -@@ -30,8 +30,8 @@ - * José Fonseca - */ - --#include "drmP.h" --#include "drm.h" -+#include -+#include - #include "mach64_drm.h" - #include "mach64_drv.h" - diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fix-for-changed-drm_ioctl.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fix-for-changed-drm_ioctl.patch deleted file mode 100644 index 951eabb925..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fix-for-changed-drm_ioctl.patch +++ /dev/null @@ -1,20 +0,0 @@ -Update mach64 for changes in drm_ioctl done in 2.6.33: -"drm: convert drm_ioctl to unlocked_ioctl" (commit ed8b670) - -Signed-off-by: Herton Ronaldo Krzesinski ---- - drivers/gpu/drm/mach64/mach64_drv.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff -p -up linux-2.6.33/drivers/gpu/drm/mach64/mach64_drv.c.orig linux-2.6.33/drivers/gpu/drm/mach64/mach64_drv.c ---- linux-2.6.33/drivers/gpu/drm/mach64/mach64_drv.c.orig 2010-03-16 19:27:22.517068880 -0300 -+++ linux-2.6.33/drivers/gpu/drm/mach64/mach64_drv.c 2010-03-16 19:27:54.890318416 -0300 -@@ -59,7 +59,7 @@ static struct drm_driver driver = { - .owner = THIS_MODULE, - .open = drm_open, - .release = drm_release, -- .ioctl = drm_ioctl, -+ .unlocked_ioctl = drm_ioctl, - .mmap = drm_mmap, - .poll = drm_poll, - .fasync = drm_fasync, diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fix-for-changed-drm_pci_alloc.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fix-for-changed-drm_pci_alloc.patch deleted file mode 100644 index b67cecab09..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fix-for-changed-drm_pci_alloc.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -p -up linux-2.6.32/drivers/gpu/drm/mach64/mach64_dma.c.orig linux-2.6.32/drivers/gpu/drm/mach64/mach64_dma.c ---- linux-2.6.32/drivers/gpu/drm/mach64/mach64_dma.c.orig 2010-01-06 11:35:13.784843304 -0200 -+++ linux-2.6.32/drivers/gpu/drm/mach64/mach64_dma.c 2010-01-06 11:37:50.793843502 -0200 -@@ -835,7 +835,7 @@ static int mach64_bm_dma_test(struct drm - /* FIXME: get a dma buffer from the freelist here */ - DRM_DEBUG("Allocating data memory ...\n"); - cpu_addr_dmah = -- drm_pci_alloc(dev, 0x1000, 0x1000, 0xfffffffful); -+ drm_pci_alloc(dev, 0x1000, 0x1000); - if (!cpu_addr_dmah) { - DRM_INFO("data-memory allocation failed!\n"); - return -ENOMEM; diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fixes.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fixes.patch deleted file mode 100644 index 0ea07cd720..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-fixes.patch +++ /dev/null @@ -1,97 +0,0 @@ -Fix/cleanup mach64 drm module for building with current kernel. - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - drivers/gpu/drm/mach64/mach64_dma.c | 9 +-------- - drivers/gpu/drm/mach64/mach64_drv.c | 11 +---------- - drivers/gpu/drm/mach64/mach64_state.c | 4 ++-- - 3 files changed, 4 insertions(+), 20 deletions(-) - -diff -p -up linux-2.6.28/drivers/gpu/drm/mach64/mach64_dma.c.orig linux-2.6.28/drivers/gpu/drm/mach64/mach64_dma.c ---- linux-2.6.28/drivers/gpu/drm/mach64/mach64_dma.c.orig 2008-12-10 12:19:14.000000000 -0500 -+++ linux-2.6.28/drivers/gpu/drm/mach64/mach64_dma.c 2008-12-10 13:34:19.000000000 -0500 -@@ -834,14 +834,8 @@ static int mach64_bm_dma_test(struct drm - - /* FIXME: get a dma buffer from the freelist here */ - DRM_DEBUG("Allocating data memory ...\n"); --#ifdef __FreeBSD__ -- DRM_UNLOCK(); --#endif - cpu_addr_dmah = - drm_pci_alloc(dev, 0x1000, 0x1000, 0xfffffffful); --#ifdef __FreeBSD__ -- DRM_LOCK(); --#endif - if (!cpu_addr_dmah) { - DRM_INFO("data-memory allocation failed!\n"); - return -ENOMEM; -@@ -1375,8 +1369,7 @@ int mach64_do_cleanup_dma(struct drm_dev - * may not have been called from userspace and after dev_private - * is freed, it's too late. - */ -- if (dev->irq) -- drm_irq_uninstall(dev); -+ drm_irq_uninstall(dev); - - if (dev->dev_private) { - drm_mach64_private_t *dev_priv = dev->dev_private; -diff -p -up linux-2.6.28/drivers/gpu/drm/mach64/mach64_drv.c.orig linux-2.6.28/drivers/gpu/drm/mach64/mach64_drv.c ---- linux-2.6.28/drivers/gpu/drm/mach64/mach64_drv.c.orig 2008-12-10 12:13:13.000000000 -0500 -+++ linux-2.6.28/drivers/gpu/drm/mach64/mach64_drv.c 2008-12-10 12:16:54.000000000 -0500 -@@ -38,7 +38,6 @@ static struct pci_device_id pciidlist[] - mach64_PCI_IDS - }; - --static int probe(struct pci_dev *pdev, const struct pci_device_id *ent); - static struct drm_driver driver = { - .driver_features = - DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_HAVE_DMA -@@ -68,8 +67,6 @@ static struct drm_driver driver = { - .pci_driver = { - .name = DRIVER_NAME, - .id_table = pciidlist, -- .probe = probe, -- .remove = __devexit_p(drm_cleanup_pci), - }, - - .name = DRIVER_NAME, -@@ -80,16 +77,10 @@ static struct drm_driver driver = { - .patchlevel = DRIVER_PATCHLEVEL, - }; - --static int probe(struct pci_dev *pdev, const struct pci_device_id *ent) --{ -- return drm_get_dev(pdev, ent, &driver); --} -- -- - static int __init mach64_init(void) - { - driver.num_ioctls = mach64_max_ioctl; -- return drm_init(&driver, pciidlist); -+ return drm_init(&driver); - } - - static void __exit mach64_exit(void) -diff -p -up linux-2.6.28/drivers/gpu/drm/mach64/mach64_state.c.orig linux-2.6.28/drivers/gpu/drm/mach64/mach64_state.c ---- linux-2.6.28/drivers/gpu/drm/mach64/mach64_state.c.orig 2008-12-10 12:13:13.000000000 -0500 -+++ linux-2.6.28/drivers/gpu/drm/mach64/mach64_state.c 2008-12-10 13:38:54.000000000 -0500 -@@ -455,7 +455,7 @@ static int mach64_do_get_frames_queued(d - head = ring->head; - - start = (MACH64_MAX_QUEUED_FRAMES - -- DRM_MIN(MACH64_MAX_QUEUED_FRAMES, sarea_priv->frames_queued)); -+ min(MACH64_MAX_QUEUED_FRAMES, sarea_priv->frames_queued)); - - if (head == tail) { - sarea_priv->frames_queued = 0; -@@ -895,7 +895,7 @@ int mach64_get_param(struct drm_device * - value = mach64_do_get_frames_queued(dev_priv); - break; - case MACH64_PARAM_IRQ_NR: -- value = dev->irq; -+ value = drm_dev_to_irq(dev); - break; - default: - return -EINVAL; diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-include-module.h.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-include-module.h.patch deleted file mode 100644 index 9c1163d5c1..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-include-module.h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- linux/drivers/gpu/drm/mach64/mach64_drv.c.orig 2011-12-25 00:48:42.814932355 +0200 -+++ linux/drivers/gpu/drm/mach64/mach64_drv.c 2011-12-25 00:47:43.393625260 +0200 -@@ -27,6 +27,7 @@ - * Leif Delgass - */ - -+#include - #include "drmP.h" - #include "drm.h" - #include "mach64_drm.h" diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-linux-3.14-buildfix.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-linux-3.14-buildfix.patch deleted file mode 100644 index 80010d3a01..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-linux-3.14-buildfix.patch +++ /dev/null @@ -1,102 +0,0 @@ - -Fix build with kernel-3.14 - -Signed-off-by: Thomas Backlund - - drivers/gpu/drm/mach64/mach64_dma.c | 10 +++++----- - drivers/gpu/drm/mach64/mach64_drv.h | 2 +- - drivers/gpu/drm/mach64/mach64_irq.c | 2 +- - drivers/gpu/drm/mach64/mach64_state.c | 6 +++--- - 4 files changed, 10 insertions(+), 10 deletions(-) - -diff -urp linux/drivers/gpu/drm/mach64.orig/mach64_dma.c linux/drivers/gpu/drm/mach64/mach64_dma.c ---- linux/drivers/gpu/drm/mach64.orig/mach64_dma.c 2014-04-26 19:10:55.000000000 +0300 -+++ linux/drivers/gpu/drm/mach64/mach64_dma.c 2014-04-26 20:26:05.263501325 +0300 -@@ -696,9 +696,9 @@ do { \ - DRM_INFO( "ADVANCE_RING() wr=0x%06x tail=0x%06x\n", \ - _ring_write, _ring_tail ); \ - } \ -- DRM_MEMORYBARRIER(); \ -+ mb(); \ - mach64_clear_dma_eol( &_ring[(_ring_tail - 2) & _ring_mask] ); \ -- DRM_MEMORYBARRIER(); \ -+ mb(); \ - dev_priv->ring.tail = _ring_write; \ - mach64_ring_tick( dev_priv, &(dev_priv)->ring ); \ - } while (0) -@@ -912,7 +912,7 @@ static int mach64_bm_dma_test(struct drm - DRM_DEBUG(" data[%d] = 0x%08x\n", i, data[i]); - } - -- DRM_MEMORYBARRIER(); -+ mb(); - - DRM_DEBUG("waiting for idle...\n"); - if ((i = mach64_do_wait_for_idle(dev_priv))) { -@@ -1716,10 +1716,10 @@ static int mach64_dma_get_buffers(struct - - buf->file_priv = file_priv; - -- if (DRM_COPY_TO_USER(&d->request_indices[i], &buf->idx, -+ if (copy_to_user(&d->request_indices[i], &buf->idx, - sizeof(buf->idx))) - return -EFAULT; -- if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total, -+ if (copy_to_user(&d->request_sizes[i], &buf->total, - sizeof(buf->total))) - return -EFAULT; - -diff -urp linux/drivers/gpu/drm/mach64.orig/mach64_drv.h linux/drivers/gpu/drm/mach64/mach64_drv.h ---- linux/drivers/gpu/drm/mach64.orig/mach64_drv.h 2014-04-26 19:10:55.000000000 +0300 -+++ linux/drivers/gpu/drm/mach64/mach64_drv.h 2014-04-26 20:28:43.693457652 +0300 -@@ -166,7 +166,7 @@ extern int mach64_get_param(struct drm_d - extern u32 mach64_get_vblank_counter(struct drm_device *dev, int crtc); - extern int mach64_enable_vblank(struct drm_device *dev, int crtc); - extern void mach64_disable_vblank(struct drm_device *dev, int crtc); --extern irqreturn_t mach64_driver_irq_handler(DRM_IRQ_ARGS); -+extern irqreturn_t mach64_driver_irq_handler(int irq, void *arg); - extern void mach64_driver_irq_preinstall(struct drm_device *dev); - extern int mach64_driver_irq_postinstall(struct drm_device *dev); - extern void mach64_driver_irq_uninstall(struct drm_device *dev); -diff -urp linux/drivers/gpu/drm/mach64.orig/mach64_irq.c linux/drivers/gpu/drm/mach64/mach64_irq.c ---- linux/drivers/gpu/drm/mach64.orig/mach64_irq.c 2014-04-26 19:10:55.000000000 +0300 -+++ linux/drivers/gpu/drm/mach64/mach64_irq.c 2014-04-26 20:32:01.464898140 +0300 -@@ -40,7 +40,7 @@ - #include "mach64_drm.h" - #include "mach64_drv.h" - --irqreturn_t mach64_driver_irq_handler(DRM_IRQ_ARGS) -+irqreturn_t mach64_driver_irq_handler(int irq, void *arg) - { - struct drm_device *dev = arg; - drm_mach64_private_t *dev_priv = dev->dev_private; -diff -urp linux/drivers/gpu/drm/mach64.orig/mach64_state.c linux/drivers/gpu/drm/mach64/mach64_state.c ---- linux/drivers/gpu/drm/mach64.orig/mach64_state.c 2014-04-26 19:10:55.000000000 +0300 -+++ linux/drivers/gpu/drm/mach64/mach64_state.c 2014-04-26 20:07:16.701527488 +0300 -@@ -494,7 +494,7 @@ static __inline__ int copy_from_user_ver - if (from == NULL) - return -ENOMEM; - -- if (DRM_COPY_FROM_USER(from, ufrom, bytes)) { -+ if (copy_from_user(from, ufrom, bytes)) { - kfree(from); - return -EFAULT; - } -@@ -640,7 +640,7 @@ static __inline__ int copy_from_user_bli - { - to = (u32 *)((char *)to + MACH64_HOSTDATA_BLIT_OFFSET); - -- if (DRM_COPY_FROM_USER(to, ufrom, bytes)) { -+ if (copy_from_user(to, ufrom, bytes)) { - return -EFAULT; - } - -@@ -901,7 +901,7 @@ int mach64_get_param(struct drm_device * - return -EINVAL; - } - -- if (DRM_COPY_TO_USER(param->value, &value, sizeof(int))) { -+ if (copy_to_user(param->value, &value, sizeof(int))) { - DRM_ERROR("copy_to_user\n"); - return -EFAULT; - } diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-restore-mach64_PCI_IDS.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-restore-mach64_PCI_IDS.patch deleted file mode 100644 index 651d763195..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64-restore-mach64_PCI_IDS.patch +++ /dev/null @@ -1,38 +0,0 @@ -Theese got dropped in 3.12-rc - -Restore for now to get the mach64 driver to build - -TODO: Need to check mesa & drm if it's dropped there too... - ---- linux/include/drm/drm_pciids.h.orig 2013-10-13 11:05:33.000000000 +0300 -+++ linux/include/drm/drm_pciids.h 2013-10-13 14:30:43.625995248 +0300 -@@ -711,6 +711,29 @@ - {0x102b, 0x2527, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G550}, \ - {0, 0, 0} - -+#define mach64_PCI_IDS \ -+ {0x1002, 0x4749, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4750, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4751, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4742, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4744, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c49, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c50, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c51, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c42, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c44, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x474c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x474f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4752, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4753, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x474d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x474e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c52, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c53, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c4d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0x1002, 0x4c4e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ -+ {0, 0, 0} -+ - #define sisdrv_PCI_IDS \ - {0x1039, 0x0300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ - {0x1039, 0x5300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ diff --git a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64.patch b/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64.patch deleted file mode 100644 index 409981fc8d..0000000000 --- a/kernel/tools/perf/files/patches/mageia/gpu-drm-mach64.patch +++ /dev/null @@ -1,4144 +0,0 @@ -mach64 driver from git://anongit.freedesktop.org/git/mesa/drm -head: c99566fb810c9d8cae5e9cd39d1772b55e2f514c - ---- - drivers/gpu/drm/Kconfig | 11 - drivers/gpu/drm/Makefile | 1 - drivers/gpu/drm/mach64/Makefile | 8 - drivers/gpu/drm/Kconfig | 11 - drivers/gpu/drm/Makefile | 1 - drivers/gpu/drm/mach64/Makefile | 8 - drivers/gpu/drm/mach64/mach64_dma.c | 1778 ++++++++++++++++++++++++++++++++++ - drivers/gpu/drm/mach64/mach64_drm.h | 256 ++++ - drivers/gpu/drm/mach64/mach64_drv.c | 105 ++ - drivers/gpu/drm/mach64/mach64_drv.h | 859 ++++++++++++++++ - drivers/gpu/drm/mach64/mach64_irq.c | 159 +++ - drivers/gpu/drm/mach64/mach64_state.c | 910 +++++++++++++++++ - 9 files changed, 4087 insertions(+) - ---- /dev/null -+++ b/drivers/gpu/drm/mach64/Makefile -@@ -0,0 +1,8 @@ -+# -+# Makefile for the drm device driver. This driver provides support for the -+# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. -+ -+ccflags-y = -Iinclude/drm -+mach64-y := mach64_drv.o mach64_dma.o mach64_irq.o mach64_state.o -+ -+obj-$(CONFIG_DRM_MACH64) += mach64.o ---- /dev/null -+++ b/drivers/gpu/drm/mach64/mach64_dma.c -@@ -0,0 +1,1778 @@ -+/* mach64_dma.c -- DMA support for mach64 (Rage Pro) driver -*- linux-c -*- */ -+/** -+ * \file mach64_dma.c -+ * DMA support for mach64 (Rage Pro) driver -+ * -+ * \author Gareth Hughes -+ * \author Frank C. Earl -+ * \author Leif Delgass -+ * \author José Fonseca -+ */ -+ -+/* -+ * Copyright 2000 Gareth Hughes -+ * Copyright 2002 Frank C. Earl -+ * Copyright 2002-2003 Leif Delgass -+ * All Rights Reserved. -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining a -+ * copy of this software and associated documentation files (the "Software"), -+ * to deal in the Software without restriction, including without limitation -+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, -+ * and/or sell copies of the Software, and to permit persons to whom the -+ * Software is furnished to do so, subject to the following conditions: -+ * -+ * The above copyright notice and this permission notice (including the next -+ * paragraph) shall be included in all copies or substantial portions of the -+ * Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -+ */ -+ -+#include "drmP.h" -+#include "drm.h" -+#include "mach64_drm.h" -+#include "mach64_drv.h" -+ -+/*******************************************************************/ -+/** \name Engine, FIFO control */ -+/*@{*/ -+ -+/** -+ * Waits for free entries in the FIFO. -+ * -+ * \note Most writes to Mach64 registers are automatically routed through -+ * command FIFO which is 16 entry deep. Prior to writing to any draw engine -+ * register one has to ensure that enough FIFO entries are available by calling -+ * this function. Failure to do so may cause the engine to lock. -+ * -+ * \param dev_priv pointer to device private data structure. -+ * \param entries number of free entries in the FIFO to wait for. -+ * -+ * \returns zero on success, or -EBUSY if the timeout (specificed by -+ * drm_mach64_private::usec_timeout) occurs. -+ */ -+int mach64_do_wait_for_fifo(drm_mach64_private_t *dev_priv, int entries) -+{ -+ int slots = 0, i; -+ -+ for (i = 0; i < dev_priv->usec_timeout; i++) { -+ slots = (MACH64_READ(MACH64_FIFO_STAT) & MACH64_FIFO_SLOT_MASK); -+ if (slots <= (0x8000 >> entries)) -+ return 0; -+ DRM_UDELAY(1); -+ } -+ -+ DRM_INFO("failed! slots=%d entries=%d\n", slots, entries); -+ return -EBUSY; -+} -+ -+/** -+ * Wait for the draw engine to be idle. -+ */ -+int mach64_do_wait_for_idle(drm_mach64_private_t *dev_priv) -+{ -+ int i, ret; -+ -+ ret = mach64_do_wait_for_fifo(dev_priv, 16); -+ if (ret < 0) -+ return ret; -+ -+ for (i = 0; i < dev_priv->usec_timeout; i++) { -+ if (!(MACH64_READ(MACH64_GUI_STAT) & MACH64_GUI_ACTIVE)) -+ return 0; -+ DRM_UDELAY(1); -+ } -+ -+ DRM_INFO("failed! GUI_STAT=0x%08x\n", MACH64_READ(MACH64_GUI_STAT)); -+ mach64_dump_ring_info(dev_priv); -+ return -EBUSY; -+} -+ -+/** -+ * Wait for free entries in the ring buffer. -+ * -+ * The Mach64 bus master can be configured to act as a virtual FIFO, using a -+ * circular buffer (commonly referred as "ring buffer" in other drivers) with -+ * pointers to engine commands. This allows the CPU to do other things while -+ * the graphics engine is busy, i.e., DMA mode. -+ * -+ * This function should be called before writing new entries to the ring -+ * buffer. -+ * -+ * \param dev_priv pointer to device private data structure. -+ * \param n number of free entries in the ring buffer to wait for. -+ * -+ * \returns zero on success, or -EBUSY if the timeout (specificed by -+ * drm_mach64_private_t::usec_timeout) occurs. -+ * -+ * \sa mach64_dump_ring_info() -+ */ -+int mach64_wait_ring(drm_mach64_private_t *dev_priv, int n) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ int i; -+ -+ for (i = 0; i < dev_priv->usec_timeout; i++) { -+ mach64_update_ring_snapshot(dev_priv); -+ if (ring->space >= n) { -+ if (i > 0) -+ DRM_DEBUG("%d usecs\n", i); -+ return 0; -+ } -+ DRM_UDELAY(1); -+ } -+ -+ /* FIXME: This is being ignored... */ -+ DRM_ERROR("failed!\n"); -+ mach64_dump_ring_info(dev_priv); -+ return -EBUSY; -+} -+ -+/** -+ * Wait until all DMA requests have been processed... -+ * -+ * \sa mach64_wait_ring() -+ */ -+static int mach64_ring_idle(drm_mach64_private_t *dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ u32 head; -+ int i; -+ -+ head = ring->head; -+ i = 0; -+ while (i < dev_priv->usec_timeout) { -+ mach64_update_ring_snapshot(dev_priv); -+ if (ring->head == ring->tail && -+ !(MACH64_READ(MACH64_GUI_STAT) & MACH64_GUI_ACTIVE)) { -+ if (i > 0) -+ DRM_DEBUG("%d usecs\n", i); -+ return 0; -+ } -+ if (ring->head == head) { -+ ++i; -+ } else { -+ head = ring->head; -+ i = 0; -+ } -+ DRM_UDELAY(1); -+ } -+ -+ DRM_INFO("failed! GUI_STAT=0x%08x\n", MACH64_READ(MACH64_GUI_STAT)); -+ mach64_dump_ring_info(dev_priv); -+ return -EBUSY; -+} -+ -+/** -+ * Reset the the ring buffer descriptors. -+ * -+ * \sa mach64_do_engine_reset() -+ */ -+static void mach64_ring_reset(drm_mach64_private_t *dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ -+ mach64_do_release_used_buffers(dev_priv); -+ ring->head_addr = ring->start_addr; -+ ring->head = ring->tail = 0; -+ ring->space = ring->size; -+ -+ MACH64_WRITE(MACH64_BM_GUI_TABLE_CMD, -+ ring->head_addr | MACH64_CIRCULAR_BUF_SIZE_16KB); -+ -+ dev_priv->ring_running = 0; -+} -+ -+/** -+ * Ensure the all the queued commands will be processed. -+ */ -+int mach64_do_dma_flush(drm_mach64_private_t *dev_priv) -+{ -+ /* FIXME: It's not necessary to wait for idle when flushing -+ * we just need to ensure the ring will be completely processed -+ * in finite time without another ioctl -+ */ -+ return mach64_ring_idle(dev_priv); -+} -+ -+/** -+ * Stop all DMA activity. -+ */ -+int mach64_do_dma_idle(drm_mach64_private_t *dev_priv) -+{ -+ int ret; -+ -+ /* wait for completion */ -+ if ((ret = mach64_ring_idle(dev_priv)) < 0) { -+ DRM_ERROR("failed BM_GUI_TABLE=0x%08x tail: %u\n", -+ MACH64_READ(MACH64_BM_GUI_TABLE), -+ dev_priv->ring.tail); -+ return ret; -+ } -+ -+ mach64_ring_stop(dev_priv); -+ -+ /* clean up after pass */ -+ mach64_do_release_used_buffers(dev_priv); -+ return 0; -+} -+ -+/** -+ * Reset the engine. This will stop the DMA if it is running. -+ */ -+int mach64_do_engine_reset(drm_mach64_private_t *dev_priv) -+{ -+ u32 tmp; -+ -+ DRM_DEBUG("\n"); -+ -+ /* Kill off any outstanding DMA transfers. -+ */ -+ tmp = MACH64_READ(MACH64_BUS_CNTL); -+ MACH64_WRITE(MACH64_BUS_CNTL, tmp | MACH64_BUS_MASTER_DIS); -+ -+ /* Reset the GUI engine (high to low transition). -+ */ -+ tmp = MACH64_READ(MACH64_GEN_TEST_CNTL); -+ MACH64_WRITE(MACH64_GEN_TEST_CNTL, tmp & ~MACH64_GUI_ENGINE_ENABLE); -+ /* Enable the GUI engine -+ */ -+ tmp = MACH64_READ(MACH64_GEN_TEST_CNTL); -+ MACH64_WRITE(MACH64_GEN_TEST_CNTL, tmp | MACH64_GUI_ENGINE_ENABLE); -+ -+ /* ensure engine is not locked up by clearing any FIFO or HOST errors -+ */ -+ tmp = MACH64_READ(MACH64_BUS_CNTL); -+ MACH64_WRITE(MACH64_BUS_CNTL, tmp | 0x00a00000); -+ -+ /* Once GUI engine is restored, disable bus mastering */ -+ MACH64_WRITE(MACH64_SRC_CNTL, 0); -+ -+ /* Reset descriptor ring */ -+ mach64_ring_reset(dev_priv); -+ -+ return 0; -+} -+ -+/*@}*/ -+ -+ -+/*******************************************************************/ -+/** \name Debugging output */ -+/*@{*/ -+ -+/** -+ * Dump engine registers values. -+ */ -+void mach64_dump_engine_info(drm_mach64_private_t *dev_priv) -+{ -+ DRM_INFO("\n"); -+ if (!dev_priv->is_pci) { -+ DRM_INFO(" AGP_BASE = 0x%08x\n", -+ MACH64_READ(MACH64_AGP_BASE)); -+ DRM_INFO(" AGP_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_AGP_CNTL)); -+ } -+ DRM_INFO(" ALPHA_TST_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_ALPHA_TST_CNTL)); -+ DRM_INFO("\n"); -+ DRM_INFO(" BM_COMMAND = 0x%08x\n", -+ MACH64_READ(MACH64_BM_COMMAND)); -+ DRM_INFO("BM_FRAME_BUF_OFFSET = 0x%08x\n", -+ MACH64_READ(MACH64_BM_FRAME_BUF_OFFSET)); -+ DRM_INFO(" BM_GUI_TABLE = 0x%08x\n", -+ MACH64_READ(MACH64_BM_GUI_TABLE)); -+ DRM_INFO(" BM_STATUS = 0x%08x\n", -+ MACH64_READ(MACH64_BM_STATUS)); -+ DRM_INFO(" BM_SYSTEM_MEM_ADDR = 0x%08x\n", -+ MACH64_READ(MACH64_BM_SYSTEM_MEM_ADDR)); -+ DRM_INFO(" BM_SYSTEM_TABLE = 0x%08x\n", -+ MACH64_READ(MACH64_BM_SYSTEM_TABLE)); -+ DRM_INFO(" BUS_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_BUS_CNTL)); -+ DRM_INFO("\n"); -+ /* DRM_INFO( " CLOCK_CNTL = 0x%08x\n", MACH64_READ( MACH64_CLOCK_CNTL ) ); */ -+ DRM_INFO(" CLR_CMP_CLR = 0x%08x\n", -+ MACH64_READ(MACH64_CLR_CMP_CLR)); -+ DRM_INFO(" CLR_CMP_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_CLR_CMP_CNTL)); -+ /* DRM_INFO( " CLR_CMP_MSK = 0x%08x\n", MACH64_READ( MACH64_CLR_CMP_MSK ) ); */ -+ DRM_INFO(" CONFIG_CHIP_ID = 0x%08x\n", -+ MACH64_READ(MACH64_CONFIG_CHIP_ID)); -+ DRM_INFO(" CONFIG_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_CONFIG_CNTL)); -+ DRM_INFO(" CONFIG_STAT0 = 0x%08x\n", -+ MACH64_READ(MACH64_CONFIG_STAT0)); -+ DRM_INFO(" CONFIG_STAT1 = 0x%08x\n", -+ MACH64_READ(MACH64_CONFIG_STAT1)); -+ DRM_INFO(" CONFIG_STAT2 = 0x%08x\n", -+ MACH64_READ(MACH64_CONFIG_STAT2)); -+ DRM_INFO(" CRC_SIG = 0x%08x\n", MACH64_READ(MACH64_CRC_SIG)); -+ DRM_INFO(" CUSTOM_MACRO_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_CUSTOM_MACRO_CNTL)); -+ DRM_INFO("\n"); -+ /* DRM_INFO( " DAC_CNTL = 0x%08x\n", MACH64_READ( MACH64_DAC_CNTL ) ); */ -+ /* DRM_INFO( " DAC_REGS = 0x%08x\n", MACH64_READ( MACH64_DAC_REGS ) ); */ -+ DRM_INFO(" DP_BKGD_CLR = 0x%08x\n", -+ MACH64_READ(MACH64_DP_BKGD_CLR)); -+ DRM_INFO(" DP_FRGD_CLR = 0x%08x\n", -+ MACH64_READ(MACH64_DP_FRGD_CLR)); -+ DRM_INFO(" DP_MIX = 0x%08x\n", MACH64_READ(MACH64_DP_MIX)); -+ DRM_INFO(" DP_PIX_WIDTH = 0x%08x\n", -+ MACH64_READ(MACH64_DP_PIX_WIDTH)); -+ DRM_INFO(" DP_SRC = 0x%08x\n", MACH64_READ(MACH64_DP_SRC)); -+ DRM_INFO(" DP_WRITE_MASK = 0x%08x\n", -+ MACH64_READ(MACH64_DP_WRITE_MASK)); -+ DRM_INFO(" DSP_CONFIG = 0x%08x\n", -+ MACH64_READ(MACH64_DSP_CONFIG)); -+ DRM_INFO(" DSP_ON_OFF = 0x%08x\n", -+ MACH64_READ(MACH64_DSP_ON_OFF)); -+ DRM_INFO(" DST_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_DST_CNTL)); -+ DRM_INFO(" DST_OFF_PITCH = 0x%08x\n", -+ MACH64_READ(MACH64_DST_OFF_PITCH)); -+ DRM_INFO("\n"); -+ /* DRM_INFO( " EXT_DAC_REGS = 0x%08x\n", MACH64_READ( MACH64_EXT_DAC_REGS ) ); */ -+ DRM_INFO(" EXT_MEM_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_EXT_MEM_CNTL)); -+ DRM_INFO("\n"); -+ DRM_INFO(" FIFO_STAT = 0x%08x\n", -+ MACH64_READ(MACH64_FIFO_STAT)); -+ DRM_INFO("\n"); -+ DRM_INFO(" GEN_TEST_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_GEN_TEST_CNTL)); -+ /* DRM_INFO( " GP_IO = 0x%08x\n", MACH64_READ( MACH64_GP_IO ) ); */ -+ DRM_INFO(" GUI_CMDFIFO_DATA = 0x%08x\n", -+ MACH64_READ(MACH64_GUI_CMDFIFO_DATA)); -+ DRM_INFO(" GUI_CMDFIFO_DEBUG = 0x%08x\n", -+ MACH64_READ(MACH64_GUI_CMDFIFO_DEBUG)); -+ DRM_INFO(" GUI_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_GUI_CNTL)); -+ DRM_INFO(" GUI_STAT = 0x%08x\n", -+ MACH64_READ(MACH64_GUI_STAT)); -+ DRM_INFO(" GUI_TRAJ_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_GUI_TRAJ_CNTL)); -+ DRM_INFO("\n"); -+ DRM_INFO(" HOST_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_HOST_CNTL)); -+ DRM_INFO(" HW_DEBUG = 0x%08x\n", -+ MACH64_READ(MACH64_HW_DEBUG)); -+ DRM_INFO("\n"); -+ DRM_INFO(" MEM_ADDR_CONFIG = 0x%08x\n", -+ MACH64_READ(MACH64_MEM_ADDR_CONFIG)); -+ DRM_INFO(" MEM_BUF_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_MEM_BUF_CNTL)); -+ DRM_INFO("\n"); -+ DRM_INFO(" PAT_REG0 = 0x%08x\n", -+ MACH64_READ(MACH64_PAT_REG0)); -+ DRM_INFO(" PAT_REG1 = 0x%08x\n", -+ MACH64_READ(MACH64_PAT_REG1)); -+ DRM_INFO("\n"); -+ DRM_INFO(" SC_LEFT = 0x%08x\n", MACH64_READ(MACH64_SC_LEFT)); -+ DRM_INFO(" SC_RIGHT = 0x%08x\n", -+ MACH64_READ(MACH64_SC_RIGHT)); -+ DRM_INFO(" SC_TOP = 0x%08x\n", MACH64_READ(MACH64_SC_TOP)); -+ DRM_INFO(" SC_BOTTOM = 0x%08x\n", -+ MACH64_READ(MACH64_SC_BOTTOM)); -+ DRM_INFO("\n"); -+ DRM_INFO(" SCALE_3D_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_SCALE_3D_CNTL)); -+ DRM_INFO(" SCRATCH_REG0 = 0x%08x\n", -+ MACH64_READ(MACH64_SCRATCH_REG0)); -+ DRM_INFO(" SCRATCH_REG1 = 0x%08x\n", -+ MACH64_READ(MACH64_SCRATCH_REG1)); -+ DRM_INFO(" SETUP_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_SETUP_CNTL)); -+ DRM_INFO(" SRC_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_SRC_CNTL)); -+ DRM_INFO("\n"); -+ DRM_INFO(" TEX_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_TEX_CNTL)); -+ DRM_INFO(" TEX_SIZE_PITCH = 0x%08x\n", -+ MACH64_READ(MACH64_TEX_SIZE_PITCH)); -+ DRM_INFO(" TIMER_CONFIG = 0x%08x\n", -+ MACH64_READ(MACH64_TIMER_CONFIG)); -+ DRM_INFO("\n"); -+ DRM_INFO(" Z_CNTL = 0x%08x\n", MACH64_READ(MACH64_Z_CNTL)); -+ DRM_INFO(" Z_OFF_PITCH = 0x%08x\n", -+ MACH64_READ(MACH64_Z_OFF_PITCH)); -+ DRM_INFO("\n"); -+} -+ -+#define MACH64_DUMP_CONTEXT 3 -+ -+/** -+ * Used by mach64_dump_ring_info() to dump the contents of the current buffer -+ * pointed by the ring head. -+ */ -+static void mach64_dump_buf_info(drm_mach64_private_t *dev_priv, -+ struct drm_buf *buf) -+{ -+ u32 addr = GETBUFADDR(buf); -+ u32 used = buf->used >> 2; -+ u32 sys_addr = MACH64_READ(MACH64_BM_SYSTEM_MEM_ADDR); -+ u32 *p = GETBUFPTR(buf); -+ int skipped = 0; -+ -+ DRM_INFO("buffer contents:\n"); -+ -+ while (used) { -+ u32 reg, count; -+ -+ reg = le32_to_cpu(*p++); -+ if (addr <= GETBUFADDR(buf) + MACH64_DUMP_CONTEXT * 4 || -+ (addr >= sys_addr - MACH64_DUMP_CONTEXT * 4 && -+ addr <= sys_addr + MACH64_DUMP_CONTEXT * 4) || -+ addr >= -+ GETBUFADDR(buf) + buf->used - MACH64_DUMP_CONTEXT * 4) { -+ DRM_INFO("%08x: 0x%08x\n", addr, reg); -+ } -+ addr += 4; -+ used--; -+ -+ count = (reg >> 16) + 1; -+ reg = reg & 0xffff; -+ reg = MMSELECT(reg); -+ while (count && used) { -+ if (addr <= GETBUFADDR(buf) + MACH64_DUMP_CONTEXT * 4 || -+ (addr >= sys_addr - MACH64_DUMP_CONTEXT * 4 && -+ addr <= sys_addr + MACH64_DUMP_CONTEXT * 4) || -+ addr >= -+ GETBUFADDR(buf) + buf->used - -+ MACH64_DUMP_CONTEXT * 4) { -+ DRM_INFO("%08x: 0x%04x = 0x%08x\n", addr, -+ reg, le32_to_cpu(*p)); -+ skipped = 0; -+ } else { -+ if (!skipped) { -+ DRM_INFO(" ...\n"); -+ skipped = 1; -+ } -+ } -+ p++; -+ addr += 4; -+ used--; -+ -+ reg += 4; -+ count--; -+ } -+ } -+ -+ DRM_INFO("\n"); -+} -+ -+/** -+ * Dump the ring state and contents, including the contents of the buffer being -+ * processed by the graphics engine. -+ */ -+void mach64_dump_ring_info(drm_mach64_private_t *dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ int i, skipped; -+ -+ DRM_INFO("\n"); -+ -+ DRM_INFO("ring contents:\n"); -+ DRM_INFO(" head_addr: 0x%08x head: %u tail: %u\n\n", -+ ring->head_addr, ring->head, ring->tail); -+ -+ skipped = 0; -+ for (i = 0; i < ring->size / sizeof(u32); i += 4) { -+ if (i <= MACH64_DUMP_CONTEXT * 4 || -+ i >= ring->size / sizeof(u32) - MACH64_DUMP_CONTEXT * 4 || -+ (i >= ring->tail - MACH64_DUMP_CONTEXT * 4 && -+ i <= ring->tail + MACH64_DUMP_CONTEXT * 4) || -+ (i >= ring->head - MACH64_DUMP_CONTEXT * 4 && -+ i <= ring->head + MACH64_DUMP_CONTEXT * 4)) { -+ DRM_INFO(" 0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x%s%s\n", -+ (u32)(ring->start_addr + i * sizeof(u32)), -+ le32_to_cpu(((u32 *) ring->start)[i + 0]), -+ le32_to_cpu(((u32 *) ring->start)[i + 1]), -+ le32_to_cpu(((u32 *) ring->start)[i + 2]), -+ le32_to_cpu(((u32 *) ring->start)[i + 3]), -+ i == ring->head ? " (head)" : "", -+ i == ring->tail ? " (tail)" : ""); -+ skipped = 0; -+ } else { -+ if (!skipped) { -+ DRM_INFO(" ...\n"); -+ skipped = 1; -+ } -+ } -+ } -+ -+ DRM_INFO("\n"); -+ -+ if (ring->head >= 0 && ring->head < ring->size / sizeof(u32)) { -+ struct list_head *ptr; -+ u32 addr = le32_to_cpu(((u32 *) ring->start)[ring->head + 1]); -+ -+ list_for_each(ptr, &dev_priv->pending) { -+ drm_mach64_freelist_t *entry = -+ list_entry(ptr, drm_mach64_freelist_t, list); -+ struct drm_buf *buf = entry->buf; -+ -+ u32 buf_addr = GETBUFADDR(buf); -+ -+ if (buf_addr <= addr && addr < buf_addr + buf->used) -+ mach64_dump_buf_info(dev_priv, buf); -+ } -+ } -+ -+ DRM_INFO("\n"); -+ DRM_INFO(" BM_GUI_TABLE = 0x%08x\n", -+ MACH64_READ(MACH64_BM_GUI_TABLE)); -+ DRM_INFO("\n"); -+ DRM_INFO("BM_FRAME_BUF_OFFSET = 0x%08x\n", -+ MACH64_READ(MACH64_BM_FRAME_BUF_OFFSET)); -+ DRM_INFO(" BM_SYSTEM_MEM_ADDR = 0x%08x\n", -+ MACH64_READ(MACH64_BM_SYSTEM_MEM_ADDR)); -+ DRM_INFO(" BM_COMMAND = 0x%08x\n", -+ MACH64_READ(MACH64_BM_COMMAND)); -+ DRM_INFO("\n"); -+ DRM_INFO(" BM_STATUS = 0x%08x\n", -+ MACH64_READ(MACH64_BM_STATUS)); -+ DRM_INFO(" BUS_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_BUS_CNTL)); -+ DRM_INFO(" FIFO_STAT = 0x%08x\n", -+ MACH64_READ(MACH64_FIFO_STAT)); -+ DRM_INFO(" GUI_STAT = 0x%08x\n", -+ MACH64_READ(MACH64_GUI_STAT)); -+ DRM_INFO(" SRC_CNTL = 0x%08x\n", -+ MACH64_READ(MACH64_SRC_CNTL)); -+} -+ -+/*@}*/ -+ -+ -+/*******************************************************************/ -+/** \name DMA descriptor ring macros */ -+/*@{*/ -+ -+/** -+ * Add the end mark to the ring's new tail position. -+ * -+ * The bus master engine will keep processing the DMA buffers listed in the ring -+ * until it finds this mark, making it stop. -+ * -+ * \sa mach64_clear_dma_eol -+ */ -+static __inline__ void mach64_set_dma_eol(volatile u32 *addr) -+{ -+#if defined(__i386__) -+ int nr = 31; -+ -+ /* Taken from include/asm-i386/bitops.h linux header */ -+ __asm__ __volatile__("lock;" "btsl %1,%0":"=m"(*addr) -+ :"Ir"(nr)); -+#elif defined(__powerpc__) -+ u32 old; -+ u32 mask = cpu_to_le32(MACH64_DMA_EOL); -+ -+ /* Taken from the include/asm-ppc/bitops.h linux header */ -+ __asm__ __volatile__("\n\ -+1: lwarx %0,0,%3 \n\ -+ or %0,%0,%2 \n\ -+ stwcx. %0,0,%3 \n\ -+ bne- 1b":"=&r"(old), "=m"(*addr) -+ :"r"(mask), "r"(addr), "m"(*addr) -+ :"cc"); -+#elif defined(__alpha__) -+ u32 temp; -+ u32 mask = MACH64_DMA_EOL; -+ -+ /* Taken from the include/asm-alpha/bitops.h linux header */ -+ __asm__ __volatile__("1: ldl_l %0,%3\n" -+ " bis %0,%2,%0\n" -+ " stl_c %0,%1\n" -+ " beq %0,2f\n" -+ ".subsection 2\n" -+ "2: br 1b\n" -+ ".previous":"=&r"(temp), "=m"(*addr) -+ :"Ir"(mask), "m"(*addr)); -+#else -+ u32 mask = cpu_to_le32(MACH64_DMA_EOL); -+ -+ *addr |= mask; -+#endif -+} -+ -+/** -+ * Remove the end mark from the ring's old tail position. -+ * -+ * It should be called after calling mach64_set_dma_eol to mark the ring's new -+ * tail position. -+ * -+ * We update the end marks while the bus master engine is in operation. Since -+ * the bus master engine may potentially be reading from the same position -+ * that we write, we must change atomically to avoid having intermediary bad -+ * data. -+ */ -+static __inline__ void mach64_clear_dma_eol(volatile u32 *addr) -+{ -+#if defined(__i386__) -+ int nr = 31; -+ -+ /* Taken from include/asm-i386/bitops.h linux header */ -+ __asm__ __volatile__("lock;" "btrl %1,%0":"=m"(*addr) -+ :"Ir"(nr)); -+#elif defined(__powerpc__) -+ u32 old; -+ u32 mask = cpu_to_le32(MACH64_DMA_EOL); -+ -+ /* Taken from the include/asm-ppc/bitops.h linux header */ -+ __asm__ __volatile__("\n\ -+1: lwarx %0,0,%3 \n\ -+ andc %0,%0,%2 \n\ -+ stwcx. %0,0,%3 \n\ -+ bne- 1b":"=&r"(old), "=m"(*addr) -+ :"r"(mask), "r"(addr), "m"(*addr) -+ :"cc"); -+#elif defined(__alpha__) -+ u32 temp; -+ u32 mask = ~MACH64_DMA_EOL; -+ -+ /* Taken from the include/asm-alpha/bitops.h linux header */ -+ __asm__ __volatile__("1: ldl_l %0,%3\n" -+ " and %0,%2,%0\n" -+ " stl_c %0,%1\n" -+ " beq %0,2f\n" -+ ".subsection 2\n" -+ "2: br 1b\n" -+ ".previous":"=&r"(temp), "=m"(*addr) -+ :"Ir"(mask), "m"(*addr)); -+#else -+ u32 mask = cpu_to_le32(~MACH64_DMA_EOL); -+ -+ *addr &= mask; -+#endif -+} -+ -+#define RING_LOCALS \ -+ int _ring_tail, _ring_write; unsigned int _ring_mask; volatile u32 *_ring -+ -+#define RING_WRITE_OFS _ring_write -+ -+#define BEGIN_RING(n) \ -+ do { \ -+ if (MACH64_VERBOSE) { \ -+ DRM_INFO( "BEGIN_RING( %d ) \n", \ -+ (n) ); \ -+ } \ -+ if (dev_priv->ring.space <= (n) * sizeof(u32)) { \ -+ int ret; \ -+ if ((ret = mach64_wait_ring( dev_priv, (n) * sizeof(u32))) < 0 ) { \ -+ DRM_ERROR( "wait_ring failed, resetting engine\n"); \ -+ mach64_dump_engine_info( dev_priv ); \ -+ mach64_do_engine_reset( dev_priv ); \ -+ return ret; \ -+ } \ -+ } \ -+ dev_priv->ring.space -= (n) * sizeof(u32); \ -+ _ring = (u32 *) dev_priv->ring.start; \ -+ _ring_tail = _ring_write = dev_priv->ring.tail; \ -+ _ring_mask = dev_priv->ring.tail_mask; \ -+ } while (0) -+ -+#define OUT_RING( x ) \ -+do { \ -+ if (MACH64_VERBOSE) { \ -+ DRM_INFO( " OUT_RING( 0x%08x ) at 0x%x\n", \ -+ (unsigned int)(x), _ring_write ); \ -+ } \ -+ _ring[_ring_write++] = cpu_to_le32( x ); \ -+ _ring_write &= _ring_mask; \ -+} while (0) -+ -+#define ADVANCE_RING() \ -+do { \ -+ if (MACH64_VERBOSE) { \ -+ DRM_INFO( "ADVANCE_RING() wr=0x%06x tail=0x%06x\n", \ -+ _ring_write, _ring_tail ); \ -+ } \ -+ DRM_MEMORYBARRIER(); \ -+ mach64_clear_dma_eol( &_ring[(_ring_tail - 2) & _ring_mask] ); \ -+ DRM_MEMORYBARRIER(); \ -+ dev_priv->ring.tail = _ring_write; \ -+ mach64_ring_tick( dev_priv, &(dev_priv)->ring ); \ -+} while (0) -+ -+/** -+ * Queue a DMA buffer of registers writes into the ring buffer. -+ */ -+int mach64_add_buf_to_ring(drm_mach64_private_t *dev_priv, -+ drm_mach64_freelist_t *entry) -+{ -+ int bytes, pages, remainder; -+ u32 address, page; -+ int i; -+ struct drm_buf *buf = entry->buf; -+ RING_LOCALS; -+ -+ bytes = buf->used; -+ address = GETBUFADDR( buf ); -+ pages = (bytes + MACH64_DMA_CHUNKSIZE - 1) / MACH64_DMA_CHUNKSIZE; -+ -+ BEGIN_RING( pages * 4 ); -+ -+ for ( i = 0 ; i < pages-1 ; i++ ) { -+ page = address + i * MACH64_DMA_CHUNKSIZE; -+ OUT_RING( MACH64_APERTURE_OFFSET + MACH64_BM_ADDR ); -+ OUT_RING( page ); -+ OUT_RING( MACH64_DMA_CHUNKSIZE | MACH64_DMA_HOLD_OFFSET ); -+ OUT_RING( 0 ); -+ } -+ -+ /* generate the final descriptor for any remaining commands in this buffer */ -+ page = address + i * MACH64_DMA_CHUNKSIZE; -+ remainder = bytes - i * MACH64_DMA_CHUNKSIZE; -+ -+ /* Save dword offset of last descriptor for this buffer. -+ * This is needed to check for completion of the buffer in freelist_get -+ */ -+ entry->ring_ofs = RING_WRITE_OFS; -+ -+ OUT_RING( MACH64_APERTURE_OFFSET + MACH64_BM_ADDR ); -+ OUT_RING( page ); -+ OUT_RING( remainder | MACH64_DMA_HOLD_OFFSET | MACH64_DMA_EOL ); -+ OUT_RING( 0 ); -+ -+ ADVANCE_RING(); -+ -+ return 0; -+} -+ -+/** -+ * Queue DMA buffer controlling host data tranfers (e.g., blit). -+ * -+ * Almost identical to mach64_add_buf_to_ring. -+ */ -+int mach64_add_hostdata_buf_to_ring(drm_mach64_private_t *dev_priv, -+ drm_mach64_freelist_t *entry) -+{ -+ int bytes, pages, remainder; -+ u32 address, page; -+ int i; -+ struct drm_buf *buf = entry->buf; -+ RING_LOCALS; -+ -+ bytes = buf->used - MACH64_HOSTDATA_BLIT_OFFSET; -+ pages = (bytes + MACH64_DMA_CHUNKSIZE - 1) / MACH64_DMA_CHUNKSIZE; -+ address = GETBUFADDR( buf ); -+ -+ BEGIN_RING( 4 + pages * 4 ); -+ -+ OUT_RING( MACH64_APERTURE_OFFSET + MACH64_BM_ADDR ); -+ OUT_RING( address ); -+ OUT_RING( MACH64_HOSTDATA_BLIT_OFFSET | MACH64_DMA_HOLD_OFFSET ); -+ OUT_RING( 0 ); -+ address += MACH64_HOSTDATA_BLIT_OFFSET; -+ -+ for ( i = 0 ; i < pages-1 ; i++ ) { -+ page = address + i * MACH64_DMA_CHUNKSIZE; -+ OUT_RING( MACH64_APERTURE_OFFSET + MACH64_BM_HOSTDATA ); -+ OUT_RING( page ); -+ OUT_RING( MACH64_DMA_CHUNKSIZE | MACH64_DMA_HOLD_OFFSET ); -+ OUT_RING( 0 ); -+ } -+ -+ /* generate the final descriptor for any remaining commands in this buffer */ -+ page = address + i * MACH64_DMA_CHUNKSIZE; -+ remainder = bytes - i * MACH64_DMA_CHUNKSIZE; -+ -+ /* Save dword offset of last descriptor for this buffer. -+ * This is needed to check for completion of the buffer in freelist_get -+ */ -+ entry->ring_ofs = RING_WRITE_OFS; -+ -+ OUT_RING( MACH64_APERTURE_OFFSET + MACH64_BM_HOSTDATA ); -+ OUT_RING( page ); -+ OUT_RING( remainder | MACH64_DMA_HOLD_OFFSET | MACH64_DMA_EOL ); -+ OUT_RING( 0 ); -+ -+ ADVANCE_RING(); -+ -+ return 0; -+} -+ -+/*@}*/ -+ -+ -+/*******************************************************************/ -+/** \name DMA test and initialization */ -+/*@{*/ -+ -+/** -+ * Perform a simple DMA operation using the pattern registers to test whether -+ * DMA works. -+ * -+ * \return zero if successful. -+ * -+ * \note This function was the testbed for many experiences regarding Mach64 -+ * DMA operation. It is left here since it so tricky to get DMA operating -+ * properly in some architectures and hardware. -+ */ -+static int mach64_bm_dma_test(struct drm_device * dev) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_dma_handle_t *cpu_addr_dmah; -+ u32 data_addr; -+ u32 *table, *data; -+ u32 expected[2]; -+ u32 src_cntl, pat_reg0, pat_reg1; -+ int i, count, failed; -+ -+ DRM_DEBUG("\n"); -+ -+ table = (u32 *) dev_priv->ring.start; -+ -+ /* FIXME: get a dma buffer from the freelist here */ -+ DRM_DEBUG("Allocating data memory ...\n"); -+#ifdef __FreeBSD__ -+ DRM_UNLOCK(); -+#endif -+ cpu_addr_dmah = -+ drm_pci_alloc(dev, 0x1000, 0x1000, 0xfffffffful); -+#ifdef __FreeBSD__ -+ DRM_LOCK(); -+#endif -+ if (!cpu_addr_dmah) { -+ DRM_INFO("data-memory allocation failed!\n"); -+ return -ENOMEM; -+ } else { -+ data = (u32 *) cpu_addr_dmah->vaddr; -+ data_addr = (u32) cpu_addr_dmah->busaddr; -+ } -+ -+ /* Save the X server's value for SRC_CNTL and restore it -+ * in case our test fails. This prevents the X server -+ * from disabling it's cache for this register -+ */ -+ src_cntl = MACH64_READ(MACH64_SRC_CNTL); -+ pat_reg0 = MACH64_READ(MACH64_PAT_REG0); -+ pat_reg1 = MACH64_READ(MACH64_PAT_REG1); -+ -+ mach64_do_wait_for_fifo(dev_priv, 3); -+ -+ MACH64_WRITE(MACH64_SRC_CNTL, 0); -+ MACH64_WRITE(MACH64_PAT_REG0, 0x11111111); -+ MACH64_WRITE(MACH64_PAT_REG1, 0x11111111); -+ -+ mach64_do_wait_for_idle(dev_priv); -+ -+ for (i = 0; i < 2; i++) { -+ u32 reg; -+ reg = MACH64_READ((MACH64_PAT_REG0 + i * 4)); -+ DRM_DEBUG("(Before DMA Transfer) reg %d = 0x%08x\n", i, reg); -+ if (reg != 0x11111111) { -+ DRM_INFO("Error initializing test registers\n"); -+ DRM_INFO("resetting engine ...\n"); -+ mach64_do_engine_reset(dev_priv); -+ DRM_INFO("freeing data buffer memory.\n"); -+ drm_pci_free(dev, cpu_addr_dmah); -+ return -EIO; -+ } -+ } -+ -+ /* fill up a buffer with sets of 2 consecutive writes starting with PAT_REG0 */ -+ count = 0; -+ -+ data[count++] = cpu_to_le32(DMAREG(MACH64_PAT_REG0) | (1 << 16)); -+ data[count++] = expected[0] = 0x22222222; -+ data[count++] = expected[1] = 0xaaaaaaaa; -+ -+ while (count < 1020) { -+ data[count++] = -+ cpu_to_le32(DMAREG(MACH64_PAT_REG0) | (1 << 16)); -+ data[count++] = 0x22222222; -+ data[count++] = 0xaaaaaaaa; -+ } -+ data[count++] = cpu_to_le32(DMAREG(MACH64_SRC_CNTL) | (0 << 16)); -+ data[count++] = 0; -+ -+ DRM_DEBUG("Preparing table ...\n"); -+ table[MACH64_DMA_FRAME_BUF_OFFSET] = cpu_to_le32(MACH64_BM_ADDR + -+ MACH64_APERTURE_OFFSET); -+ table[MACH64_DMA_SYS_MEM_ADDR] = cpu_to_le32(data_addr); -+ table[MACH64_DMA_COMMAND] = cpu_to_le32(count * sizeof(u32) -+ | MACH64_DMA_HOLD_OFFSET -+ | MACH64_DMA_EOL); -+ table[MACH64_DMA_RESERVED] = 0; -+ -+ DRM_DEBUG("table[0] = 0x%08x\n", table[0]); -+ DRM_DEBUG("table[1] = 0x%08x\n", table[1]); -+ DRM_DEBUG("table[2] = 0x%08x\n", table[2]); -+ DRM_DEBUG("table[3] = 0x%08x\n", table[3]); -+ -+ for (i = 0; i < 6; i++) { -+ DRM_DEBUG(" data[%d] = 0x%08x\n", i, data[i]); -+ } -+ DRM_DEBUG(" ...\n"); -+ for (i = count - 5; i < count; i++) { -+ DRM_DEBUG(" data[%d] = 0x%08x\n", i, data[i]); -+ } -+ -+ DRM_MEMORYBARRIER(); -+ -+ DRM_DEBUG("waiting for idle...\n"); -+ if ((i = mach64_do_wait_for_idle(dev_priv))) { -+ DRM_INFO("mach64_do_wait_for_idle failed (result=%d)\n", i); -+ DRM_INFO("resetting engine ...\n"); -+ mach64_do_engine_reset(dev_priv); -+ mach64_do_wait_for_fifo(dev_priv, 3); -+ MACH64_WRITE(MACH64_SRC_CNTL, src_cntl); -+ MACH64_WRITE(MACH64_PAT_REG0, pat_reg0); -+ MACH64_WRITE(MACH64_PAT_REG1, pat_reg1); -+ DRM_INFO("freeing data buffer memory.\n"); -+ drm_pci_free(dev, cpu_addr_dmah); -+ return i; -+ } -+ DRM_DEBUG("waiting for idle...done\n"); -+ -+ DRM_DEBUG("BUS_CNTL = 0x%08x\n", MACH64_READ(MACH64_BUS_CNTL)); -+ DRM_DEBUG("SRC_CNTL = 0x%08x\n", MACH64_READ(MACH64_SRC_CNTL)); -+ DRM_DEBUG("\n"); -+ DRM_DEBUG("data bus addr = 0x%08x\n", data_addr); -+ DRM_DEBUG("table bus addr = 0x%08x\n", dev_priv->ring.start_addr); -+ -+ DRM_DEBUG("starting DMA transfer...\n"); -+ MACH64_WRITE(MACH64_BM_GUI_TABLE_CMD, -+ dev_priv->ring.start_addr | MACH64_CIRCULAR_BUF_SIZE_16KB); -+ -+ MACH64_WRITE(MACH64_SRC_CNTL, -+ MACH64_SRC_BM_ENABLE | MACH64_SRC_BM_SYNC | -+ MACH64_SRC_BM_OP_SYSTEM_TO_REG); -+ -+ /* Kick off the transfer */ -+ DRM_DEBUG("starting DMA transfer... done.\n"); -+ MACH64_WRITE(MACH64_DST_HEIGHT_WIDTH, 0); -+ -+ DRM_DEBUG("waiting for idle...\n"); -+ -+ if ((i = mach64_do_wait_for_idle(dev_priv))) { -+ /* engine locked up, dump register state and reset */ -+ DRM_INFO("mach64_do_wait_for_idle failed (result=%d)\n", i); -+ mach64_dump_engine_info(dev_priv); -+ DRM_INFO("resetting engine ...\n"); -+ mach64_do_engine_reset(dev_priv); -+ mach64_do_wait_for_fifo(dev_priv, 3); -+ MACH64_WRITE(MACH64_SRC_CNTL, src_cntl); -+ MACH64_WRITE(MACH64_PAT_REG0, pat_reg0); -+ MACH64_WRITE(MACH64_PAT_REG1, pat_reg1); -+ DRM_INFO("freeing data buffer memory.\n"); -+ drm_pci_free(dev, cpu_addr_dmah); -+ return i; -+ } -+ -+ DRM_DEBUG("waiting for idle...done\n"); -+ -+ /* restore SRC_CNTL */ -+ mach64_do_wait_for_fifo(dev_priv, 1); -+ MACH64_WRITE(MACH64_SRC_CNTL, src_cntl); -+ -+ failed = 0; -+ -+ /* Check register values to see if the GUI master operation succeeded */ -+ for (i = 0; i < 2; i++) { -+ u32 reg; -+ reg = MACH64_READ((MACH64_PAT_REG0 + i * 4)); -+ DRM_DEBUG("(After DMA Transfer) reg %d = 0x%08x\n", i, reg); -+ if (reg != expected[i]) { -+ failed = -1; -+ } -+ } -+ -+ /* restore pattern registers */ -+ mach64_do_wait_for_fifo(dev_priv, 2); -+ MACH64_WRITE(MACH64_PAT_REG0, pat_reg0); -+ MACH64_WRITE(MACH64_PAT_REG1, pat_reg1); -+ -+ DRM_DEBUG("freeing data buffer memory.\n"); -+ drm_pci_free(dev, cpu_addr_dmah); -+ DRM_DEBUG("returning ...\n"); -+ -+ return failed; -+} -+ -+/** -+ * Called during the DMA initialization ioctl to initialize all the necessary -+ * software and hardware state for DMA operation. -+ */ -+static int mach64_do_dma_init(struct drm_device * dev, drm_mach64_init_t * init) -+{ -+ drm_mach64_private_t *dev_priv; -+ u32 tmp; -+ int i, ret; -+ -+ DRM_DEBUG("\n"); -+ -+ dev_priv = drm_alloc(sizeof(drm_mach64_private_t), DRM_MEM_DRIVER); -+ if (dev_priv == NULL) -+ return -ENOMEM; -+ -+ memset(dev_priv, 0, sizeof(drm_mach64_private_t)); -+ -+ dev_priv->is_pci = init->is_pci; -+ -+ dev_priv->fb_bpp = init->fb_bpp; -+ dev_priv->front_offset = init->front_offset; -+ dev_priv->front_pitch = init->front_pitch; -+ dev_priv->back_offset = init->back_offset; -+ dev_priv->back_pitch = init->back_pitch; -+ -+ dev_priv->depth_bpp = init->depth_bpp; -+ dev_priv->depth_offset = init->depth_offset; -+ dev_priv->depth_pitch = init->depth_pitch; -+ -+ dev_priv->front_offset_pitch = (((dev_priv->front_pitch / 8) << 22) | -+ (dev_priv->front_offset >> 3)); -+ dev_priv->back_offset_pitch = (((dev_priv->back_pitch / 8) << 22) | -+ (dev_priv->back_offset >> 3)); -+ dev_priv->depth_offset_pitch = (((dev_priv->depth_pitch / 8) << 22) | -+ (dev_priv->depth_offset >> 3)); -+ -+ dev_priv->usec_timeout = 1000000; -+ -+ /* Set up the freelist, placeholder list and pending list */ -+ INIT_LIST_HEAD(&dev_priv->free_list); -+ INIT_LIST_HEAD(&dev_priv->placeholders); -+ INIT_LIST_HEAD(&dev_priv->pending); -+ -+ dev_priv->sarea = drm_getsarea(dev); -+ if (!dev_priv->sarea) { -+ DRM_ERROR("can not find sarea!\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -EINVAL; -+ } -+ dev_priv->fb = drm_core_findmap(dev, init->fb_offset); -+ if (!dev_priv->fb) { -+ DRM_ERROR("can not find frame buffer map!\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -EINVAL; -+ } -+ dev_priv->mmio = drm_core_findmap(dev, init->mmio_offset); -+ if (!dev_priv->mmio) { -+ DRM_ERROR("can not find mmio map!\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -EINVAL; -+ } -+ -+ dev_priv->ring_map = drm_core_findmap(dev, init->ring_offset); -+ if (!dev_priv->ring_map) { -+ DRM_ERROR("can not find ring map!\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -EINVAL; -+ } -+ -+ dev_priv->sarea_priv = (drm_mach64_sarea_t *) -+ ((u8 *) dev_priv->sarea->handle + init->sarea_priv_offset); -+ -+ if (!dev_priv->is_pci) { -+ drm_core_ioremap(dev_priv->ring_map, dev); -+ if (!dev_priv->ring_map->handle) { -+ DRM_ERROR("can not ioremap virtual address for" -+ " descriptor ring\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -ENOMEM; -+ } -+ dev->agp_buffer_token = init->buffers_offset; -+ dev->agp_buffer_map = -+ drm_core_findmap(dev, init->buffers_offset); -+ if (!dev->agp_buffer_map) { -+ DRM_ERROR("can not find dma buffer map!\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -EINVAL; -+ } -+ /* there might be a nicer way to do this - -+ dev isn't passed all the way though the mach64 - DA */ -+ dev_priv->dev_buffers = dev->agp_buffer_map; -+ -+ drm_core_ioremap(dev->agp_buffer_map, dev); -+ if (!dev->agp_buffer_map->handle) { -+ DRM_ERROR("can not ioremap virtual address for" -+ " dma buffer\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -ENOMEM; -+ } -+ dev_priv->agp_textures = -+ drm_core_findmap(dev, init->agp_textures_offset); -+ if (!dev_priv->agp_textures) { -+ DRM_ERROR("can not find agp texture region!\n"); -+ dev->dev_private = (void *)dev_priv; -+ mach64_do_cleanup_dma(dev); -+ return -EINVAL; -+ } -+ } -+ -+ dev->dev_private = (void *)dev_priv; -+ -+ dev_priv->driver_mode = init->dma_mode; -+ -+ /* changing the FIFO size from the default causes problems with DMA */ -+ tmp = MACH64_READ(MACH64_GUI_CNTL); -+ if ((tmp & MACH64_CMDFIFO_SIZE_MASK) != MACH64_CMDFIFO_SIZE_128) { -+ DRM_INFO("Setting FIFO size to 128 entries\n"); -+ /* FIFO must be empty to change the FIFO depth */ -+ if ((ret = mach64_do_wait_for_idle(dev_priv))) { -+ DRM_ERROR -+ ("wait for idle failed before changing FIFO depth!\n"); -+ mach64_do_cleanup_dma(dev); -+ return ret; -+ } -+ MACH64_WRITE(MACH64_GUI_CNTL, ((tmp & ~MACH64_CMDFIFO_SIZE_MASK) -+ | MACH64_CMDFIFO_SIZE_128)); -+ /* need to read GUI_STAT for proper sync according to docs */ -+ if ((ret = mach64_do_wait_for_idle(dev_priv))) { -+ DRM_ERROR -+ ("wait for idle failed when changing FIFO depth!\n"); -+ mach64_do_cleanup_dma(dev); -+ return ret; -+ } -+ } -+ -+ dev_priv->ring.size = 0x4000; /* 16KB */ -+ dev_priv->ring.start = dev_priv->ring_map->handle; -+ dev_priv->ring.start_addr = (u32) dev_priv->ring_map->offset; -+ -+ memset(dev_priv->ring.start, 0, dev_priv->ring.size); -+ DRM_INFO("descriptor ring: cpu addr %p, bus addr: 0x%08x\n", -+ dev_priv->ring.start, dev_priv->ring.start_addr); -+ -+ ret = 0; -+ if (dev_priv->driver_mode != MACH64_MODE_MMIO) { -+ -+ /* enable block 1 registers and bus mastering */ -+ MACH64_WRITE(MACH64_BUS_CNTL, ((MACH64_READ(MACH64_BUS_CNTL) -+ | MACH64_BUS_EXT_REG_EN) -+ & ~MACH64_BUS_MASTER_DIS)); -+ -+ /* try a DMA GUI-mastering pass and fall back to MMIO if it fails */ -+ DRM_DEBUG("Starting DMA test...\n"); -+ if ((ret = mach64_bm_dma_test(dev))) { -+ dev_priv->driver_mode = MACH64_MODE_MMIO; -+ } -+ } -+ -+ switch (dev_priv->driver_mode) { -+ case MACH64_MODE_MMIO: -+ MACH64_WRITE(MACH64_BUS_CNTL, (MACH64_READ(MACH64_BUS_CNTL) -+ | MACH64_BUS_EXT_REG_EN -+ | MACH64_BUS_MASTER_DIS)); -+ if (init->dma_mode == MACH64_MODE_MMIO) -+ DRM_INFO("Forcing pseudo-DMA mode\n"); -+ else -+ DRM_INFO -+ ("DMA test failed (ret=%d), using pseudo-DMA mode\n", -+ ret); -+ break; -+ case MACH64_MODE_DMA_SYNC: -+ DRM_INFO("DMA test succeeded, using synchronous DMA mode\n"); -+ break; -+ case MACH64_MODE_DMA_ASYNC: -+ default: -+ DRM_INFO("DMA test succeeded, using asynchronous DMA mode\n"); -+ } -+ -+ dev_priv->ring_running = 0; -+ -+ /* setup offsets for physical address of table start and end */ -+ dev_priv->ring.head_addr = dev_priv->ring.start_addr; -+ dev_priv->ring.head = dev_priv->ring.tail = 0; -+ dev_priv->ring.tail_mask = (dev_priv->ring.size / sizeof(u32)) - 1; -+ dev_priv->ring.space = dev_priv->ring.size; -+ -+ /* setup physical address and size of descriptor table */ -+ mach64_do_wait_for_fifo(dev_priv, 1); -+ MACH64_WRITE(MACH64_BM_GUI_TABLE_CMD, -+ (dev_priv->ring. -+ head_addr | MACH64_CIRCULAR_BUF_SIZE_16KB)); -+ -+ /* init frame counter */ -+ dev_priv->sarea_priv->frames_queued = 0; -+ for (i = 0; i < MACH64_MAX_QUEUED_FRAMES; i++) { -+ dev_priv->frame_ofs[i] = ~0; /* All ones indicates placeholder */ -+ } -+ -+ /* Allocate the DMA buffer freelist */ -+ if ((ret = mach64_init_freelist(dev))) { -+ DRM_ERROR("Freelist allocation failed\n"); -+ mach64_do_cleanup_dma(dev); -+ return ret; -+ } -+ -+ return 0; -+} -+ -+/*******************************************************************/ -+/** MMIO Pseudo-DMA (intended primarily for debugging, not performance) -+ */ -+ -+int mach64_do_dispatch_pseudo_dma(drm_mach64_private_t *dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ volatile u32 *ring_read; -+ struct list_head *ptr; -+ drm_mach64_freelist_t *entry; -+ struct drm_buf *buf = NULL; -+ u32 *buf_ptr; -+ u32 used, reg, target; -+ int fifo, count, found, ret, no_idle_wait; -+ -+ fifo = count = reg = no_idle_wait = 0; -+ target = MACH64_BM_ADDR; -+ -+ if ((ret = mach64_do_wait_for_idle(dev_priv)) < 0) { -+ DRM_INFO("idle failed before pseudo-dma dispatch, resetting engine\n"); -+ mach64_dump_engine_info(dev_priv); -+ mach64_do_engine_reset(dev_priv); -+ return ret; -+ } -+ -+ ring_read = (u32 *) ring->start; -+ -+ while (ring->tail != ring->head) { -+ u32 buf_addr, new_target, offset; -+ u32 bytes, remaining, head, eol; -+ -+ head = ring->head; -+ -+ new_target = -+ le32_to_cpu(ring_read[head++]) - MACH64_APERTURE_OFFSET; -+ buf_addr = le32_to_cpu(ring_read[head++]); -+ eol = le32_to_cpu(ring_read[head]) & MACH64_DMA_EOL; -+ bytes = le32_to_cpu(ring_read[head++]) -+ & ~(MACH64_DMA_HOLD_OFFSET | MACH64_DMA_EOL); -+ head++; -+ head &= ring->tail_mask; -+ -+ /* can't wait for idle between a blit setup descriptor -+ * and a HOSTDATA descriptor or the engine will lock -+ */ -+ if (new_target == MACH64_BM_HOSTDATA -+ && target == MACH64_BM_ADDR) -+ no_idle_wait = 1; -+ -+ target = new_target; -+ -+ found = 0; -+ offset = 0; -+ list_for_each(ptr, &dev_priv->pending) { -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ buf = entry->buf; -+ offset = buf_addr - GETBUFADDR(buf); -+ if (offset >= 0 && offset < MACH64_BUFFER_SIZE) { -+ found = 1; -+ break; -+ } -+ } -+ -+ if (!found || buf == NULL) { -+ DRM_ERROR -+ ("Couldn't find pending buffer: head: %u tail: %u buf_addr: 0x%08x %s\n", -+ head, ring->tail, buf_addr, (eol ? "eol" : "")); -+ mach64_dump_ring_info(dev_priv); -+ mach64_do_engine_reset(dev_priv); -+ return -EINVAL; -+ } -+ -+ /* Hand feed the buffer to the card via MMIO, waiting for the fifo -+ * every 16 writes -+ */ -+ DRM_DEBUG("target: (0x%08x) %s\n", target, -+ (target == -+ MACH64_BM_HOSTDATA ? "BM_HOSTDATA" : "BM_ADDR")); -+ DRM_DEBUG("offset: %u bytes: %u used: %u\n", offset, bytes, -+ buf->used); -+ -+ remaining = (buf->used - offset) >> 2; /* dwords remaining in buffer */ -+ used = bytes >> 2; /* dwords in buffer for this descriptor */ -+ buf_ptr = (u32 *) ((char *)GETBUFPTR(buf) + offset); -+ -+ while (used) { -+ -+ if (count == 0) { -+ if (target == MACH64_BM_HOSTDATA) { -+ reg = DMAREG(MACH64_HOST_DATA0); -+ count = -+ (remaining > 16) ? 16 : remaining; -+ fifo = 0; -+ } else { -+ reg = le32_to_cpu(*buf_ptr++); -+ used--; -+ count = (reg >> 16) + 1; -+ } -+ -+ reg = reg & 0xffff; -+ reg = MMSELECT(reg); -+ } -+ while (count && used) { -+ if (!fifo) { -+ if (no_idle_wait) { -+ if ((ret = -+ mach64_do_wait_for_fifo -+ (dev_priv, 16)) < 0) { -+ no_idle_wait = 0; -+ return ret; -+ } -+ } else { -+ if ((ret = -+ mach64_do_wait_for_idle -+ (dev_priv)) < 0) { -+ return ret; -+ } -+ } -+ fifo = 16; -+ } -+ --fifo; -+ MACH64_WRITE(reg, le32_to_cpu(*buf_ptr++)); -+ used--; -+ remaining--; -+ -+ reg += 4; -+ count--; -+ } -+ } -+ ring->head = head; -+ ring->head_addr = ring->start_addr + (ring->head * sizeof(u32)); -+ ring->space += (4 * sizeof(u32)); -+ } -+ -+ if ((ret = mach64_do_wait_for_idle(dev_priv)) < 0) { -+ return ret; -+ } -+ MACH64_WRITE(MACH64_BM_GUI_TABLE_CMD, -+ ring->head_addr | MACH64_CIRCULAR_BUF_SIZE_16KB); -+ -+ DRM_DEBUG("completed\n"); -+ return 0; -+} -+ -+/*@}*/ -+ -+ -+/*******************************************************************/ -+/** \name DMA cleanup */ -+/*@{*/ -+ -+int mach64_do_cleanup_dma(struct drm_device * dev) -+{ -+ DRM_DEBUG("\n"); -+ -+ /* Make sure interrupts are disabled here because the uninstall ioctl -+ * may not have been called from userspace and after dev_private -+ * is freed, it's too late. -+ */ -+ if (dev->irq) -+ drm_irq_uninstall(dev); -+ -+ if (dev->dev_private) { -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ -+ if (!dev_priv->is_pci) { -+ if (dev_priv->ring_map) -+ drm_core_ioremapfree(dev_priv->ring_map, dev); -+ -+ if (dev->agp_buffer_map) { -+ drm_core_ioremapfree(dev->agp_buffer_map, dev); -+ dev->agp_buffer_map = NULL; -+ } -+ } -+ -+ mach64_destroy_freelist(dev); -+ -+ drm_free(dev_priv, sizeof(drm_mach64_private_t), -+ DRM_MEM_DRIVER); -+ dev->dev_private = NULL; -+ } -+ -+ return 0; -+} -+ -+/*@}*/ -+ -+ -+/*******************************************************************/ -+/** \name IOCTL handlers */ -+/*@{*/ -+ -+int mach64_dma_init(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_init_t *init = data; -+ -+ DRM_DEBUG("\n"); -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ switch (init->func) { -+ case DRM_MACH64_INIT_DMA: -+ return mach64_do_dma_init(dev, init); -+ case DRM_MACH64_CLEANUP_DMA: -+ return mach64_do_cleanup_dma(dev); -+ } -+ -+ return -EINVAL; -+} -+ -+int mach64_dma_idle(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ -+ DRM_DEBUG("\n"); -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ return mach64_do_dma_idle(dev_priv); -+} -+ -+int mach64_dma_flush(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ -+ DRM_DEBUG("\n"); -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ return mach64_do_dma_flush(dev_priv); -+} -+ -+int mach64_engine_reset(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ -+ DRM_DEBUG("\n"); -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ return mach64_do_engine_reset(dev_priv); -+} -+ -+/*@}*/ -+ -+ -+/*******************************************************************/ -+/** \name Freelist management */ -+/*@{*/ -+ -+int mach64_init_freelist(struct drm_device * dev) -+{ -+ struct drm_device_dma *dma = dev->dma; -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_freelist_t *entry; -+ struct list_head *ptr; -+ int i; -+ -+ DRM_DEBUG("adding %d buffers to freelist\n", dma->buf_count); -+ -+ for (i = 0; i < dma->buf_count; i++) { -+ if ((entry = -+ (drm_mach64_freelist_t *) -+ drm_alloc(sizeof(drm_mach64_freelist_t), -+ DRM_MEM_BUFLISTS)) == NULL) -+ return -ENOMEM; -+ memset(entry, 0, sizeof(drm_mach64_freelist_t)); -+ entry->buf = dma->buflist[i]; -+ ptr = &entry->list; -+ list_add_tail(ptr, &dev_priv->free_list); -+ } -+ -+ return 0; -+} -+ -+void mach64_destroy_freelist(struct drm_device * dev) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_freelist_t *entry; -+ struct list_head *ptr; -+ struct list_head *tmp; -+ -+ DRM_DEBUG("\n"); -+ -+ list_for_each_safe(ptr, tmp, &dev_priv->pending) { -+ list_del(ptr); -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ drm_free(entry, sizeof(*entry), DRM_MEM_BUFLISTS); -+ } -+ list_for_each_safe(ptr, tmp, &dev_priv->placeholders) { -+ list_del(ptr); -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ drm_free(entry, sizeof(*entry), DRM_MEM_BUFLISTS); -+ } -+ -+ list_for_each_safe(ptr, tmp, &dev_priv->free_list) { -+ list_del(ptr); -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ drm_free(entry, sizeof(*entry), DRM_MEM_BUFLISTS); -+ } -+} -+ -+/* IMPORTANT: This function should only be called when the engine is idle or locked up, -+ * as it assumes all buffers in the pending list have been completed by the hardware. -+ */ -+int mach64_do_release_used_buffers(drm_mach64_private_t *dev_priv) -+{ -+ struct list_head *ptr; -+ struct list_head *tmp; -+ drm_mach64_freelist_t *entry; -+ int i; -+ -+ if (list_empty(&dev_priv->pending)) -+ return 0; -+ -+ /* Iterate the pending list and move all buffers into the freelist... */ -+ i = 0; -+ list_for_each_safe(ptr, tmp, &dev_priv->pending) { -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ if (entry->discard) { -+ entry->buf->pending = 0; -+ list_del(ptr); -+ list_add_tail(ptr, &dev_priv->free_list); -+ i++; -+ } -+ } -+ -+ DRM_DEBUG("released %d buffers from pending list\n", i); -+ -+ return 0; -+} -+ -+static int mach64_do_reclaim_completed(drm_mach64_private_t *dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ struct list_head *ptr; -+ struct list_head *tmp; -+ drm_mach64_freelist_t *entry; -+ u32 head, tail, ofs; -+ -+ mach64_ring_tick(dev_priv, ring); -+ head = ring->head; -+ tail = ring->tail; -+ -+ if (head == tail) { -+#if MACH64_EXTRA_CHECKING -+ if (MACH64_READ(MACH64_GUI_STAT) & MACH64_GUI_ACTIVE) { -+ DRM_ERROR("Empty ring with non-idle engine!\n"); -+ mach64_dump_ring_info(dev_priv); -+ return -1; -+ } -+#endif -+ /* last pass is complete, so release everything */ -+ mach64_do_release_used_buffers(dev_priv); -+ DRM_DEBUG("idle engine, freed all buffers.\n"); -+ if (list_empty(&dev_priv->free_list)) { -+ DRM_ERROR("Freelist empty with idle engine\n"); -+ return -1; -+ } -+ return 0; -+ } -+ /* Look for a completed buffer and bail out of the loop -+ * as soon as we find one -- don't waste time trying -+ * to free extra bufs here, leave that to do_release_used_buffers -+ */ -+ list_for_each_safe(ptr, tmp, &dev_priv->pending) { -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ ofs = entry->ring_ofs; -+ if (entry->discard && -+ ((head < tail && (ofs < head || ofs >= tail)) || -+ (head > tail && (ofs < head && ofs >= tail)))) { -+#if MACH64_EXTRA_CHECKING -+ int i; -+ -+ for (i = head; i != tail; i = (i + 4) & ring->tail_mask) -+ { -+ u32 o1 = le32_to_cpu(((u32 *) ring-> -+ start)[i + 1]); -+ u32 o2 = GETBUFADDR(entry->buf); -+ -+ if (o1 == o2) { -+ DRM_ERROR -+ ("Attempting to free used buffer: " -+ "i=%d buf=0x%08x\n", -+ i, o1); -+ mach64_dump_ring_info(dev_priv); -+ return -1; -+ } -+ } -+#endif -+ /* found a processed buffer */ -+ entry->buf->pending = 0; -+ list_del(ptr); -+ list_add_tail(ptr, &dev_priv->free_list); -+ DRM_DEBUG -+ ("freed processed buffer (head=%d tail=%d " -+ "buf ring ofs=%d).\n", -+ head, tail, ofs); -+ return 0; -+ } -+ } -+ -+ return 1; -+} -+ -+struct drm_buf *mach64_freelist_get(drm_mach64_private_t *dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ drm_mach64_freelist_t *entry; -+ struct list_head *ptr; -+ int t; -+ -+ if (list_empty(&dev_priv->free_list)) { -+ if (list_empty(&dev_priv->pending)) { -+ DRM_ERROR -+ ("Couldn't get buffer - pending and free lists empty\n"); -+ t = 0; -+ list_for_each(ptr, &dev_priv->placeholders) { -+ t++; -+ } -+ DRM_INFO("Placeholders: %d\n", t); -+ return NULL; -+ } -+ -+ for (t = 0; t < dev_priv->usec_timeout; t++) { -+ int ret; -+ -+ ret = mach64_do_reclaim_completed(dev_priv); -+ if (ret == 0) -+ goto _freelist_entry_found; -+ if (ret < 0) -+ return NULL; -+ -+ DRM_UDELAY(1); -+ } -+ mach64_dump_ring_info(dev_priv); -+ DRM_ERROR -+ ("timeout waiting for buffers: ring head_addr: 0x%08x head: %d tail: %d\n", -+ ring->head_addr, ring->head, ring->tail); -+ return NULL; -+ } -+ -+ _freelist_entry_found: -+ ptr = dev_priv->free_list.next; -+ list_del(ptr); -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ entry->buf->used = 0; -+ list_add_tail(ptr, &dev_priv->placeholders); -+ return entry->buf; -+} -+ -+int mach64_freelist_put(drm_mach64_private_t *dev_priv, struct drm_buf *copy_buf) -+{ -+ struct list_head *ptr; -+ drm_mach64_freelist_t *entry; -+ -+#if MACH64_EXTRA_CHECKING -+ list_for_each(ptr, &dev_priv->pending) { -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ if (copy_buf == entry->buf) { -+ DRM_ERROR("Trying to release a pending buf\n"); -+ return -EFAULT; -+ } -+ } -+#endif -+ ptr = dev_priv->placeholders.next; -+ entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ copy_buf->pending = 0; -+ copy_buf->used = 0; -+ entry->buf = copy_buf; -+ entry->discard = 1; -+ list_del(ptr); -+ list_add_tail(ptr, &dev_priv->free_list); -+ -+ return 0; -+} -+ -+/*@}*/ -+ -+ -+/*******************************************************************/ -+/** \name DMA buffer request and submission IOCTL handler */ -+/*@{*/ -+ -+static int mach64_dma_get_buffers(struct drm_device *dev, -+ struct drm_file *file_priv, -+ struct drm_dma * d) -+{ -+ int i; -+ struct drm_buf *buf; -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ -+ for (i = d->granted_count; i < d->request_count; i++) { -+ buf = mach64_freelist_get(dev_priv); -+#if MACH64_EXTRA_CHECKING -+ if (!buf) -+ return -EFAULT; -+#else -+ if (!buf) -+ return -EAGAIN; -+#endif -+ -+ buf->file_priv = file_priv; -+ -+ if (DRM_COPY_TO_USER(&d->request_indices[i], &buf->idx, -+ sizeof(buf->idx))) -+ return -EFAULT; -+ if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total, -+ sizeof(buf->total))) -+ return -EFAULT; -+ -+ d->granted_count++; -+ } -+ return 0; -+} -+ -+int mach64_dma_buffers(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ struct drm_device_dma *dma = dev->dma; -+ struct drm_dma *d = data; -+ int ret = 0; -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ /* Please don't send us buffers. -+ */ -+ if (d->send_count != 0) { -+ DRM_ERROR("Process %d trying to send %d buffers via drmDMA\n", -+ DRM_CURRENTPID, d->send_count); -+ return -EINVAL; -+ } -+ -+ /* We'll send you buffers. -+ */ -+ if (d->request_count < 0 || d->request_count > dma->buf_count) { -+ DRM_ERROR("Process %d trying to get %d buffers (of %d max)\n", -+ DRM_CURRENTPID, d->request_count, dma->buf_count); -+ ret = -EINVAL; -+ } -+ -+ d->granted_count = 0; -+ -+ if (d->request_count) { -+ ret = mach64_dma_get_buffers(dev, file_priv, d); -+ } -+ -+ return ret; -+} -+ -+void mach64_driver_lastclose(struct drm_device * dev) -+{ -+ mach64_do_cleanup_dma(dev); -+} -+ -+/*@}*/ ---- /dev/null -+++ b/drivers/gpu/drm/mach64/mach64_drm.h -@@ -0,0 +1,256 @@ -+/* mach64_drm.h -- Public header for the mach64 driver -*- linux-c -*- -+ * Created: Thu Nov 30 20:04:32 2000 by gareth@valinux.com -+ */ -+/* -+ * Copyright 2000 Gareth Hughes -+ * Copyright 2002 Frank C. Earl -+ * Copyright 2002-2003 Leif Delgass -+ * All Rights Reserved. -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining a -+ * copy of this software and associated documentation files (the "Software"), -+ * to deal in the Software without restriction, including without limitation -+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, -+ * and/or sell copies of the Software, and to permit persons to whom the -+ * Software is furnished to do so, subject to the following conditions: -+ * -+ * The above copyright notice and this permission notice (including the next -+ * paragraph) shall be included in all copies or substantial portions of the -+ * Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -+ * -+ * Authors: -+ * Gareth Hughes -+ * Frank C. Earl -+ * Leif Delgass -+ */ -+ -+#ifndef __MACH64_DRM_H__ -+#define __MACH64_DRM_H__ -+ -+/* WARNING: If you change any of these defines, make sure to change the -+ * defines in the Xserver file (mach64_sarea.h) -+ */ -+#ifndef __MACH64_SAREA_DEFINES__ -+#define __MACH64_SAREA_DEFINES__ -+ -+/* What needs to be changed for the current vertex buffer? -+ * GH: We're going to be pedantic about this. We want the card to do as -+ * little as possible, so let's avoid having it fetch a whole bunch of -+ * register values that don't change all that often, if at all. -+ */ -+#define MACH64_UPLOAD_DST_OFF_PITCH 0x0001 -+#define MACH64_UPLOAD_Z_OFF_PITCH 0x0002 -+#define MACH64_UPLOAD_Z_ALPHA_CNTL 0x0004 -+#define MACH64_UPLOAD_SCALE_3D_CNTL 0x0008 -+#define MACH64_UPLOAD_DP_FOG_CLR 0x0010 -+#define MACH64_UPLOAD_DP_WRITE_MASK 0x0020 -+#define MACH64_UPLOAD_DP_PIX_WIDTH 0x0040 -+#define MACH64_UPLOAD_SETUP_CNTL 0x0080 -+#define MACH64_UPLOAD_MISC 0x0100 -+#define MACH64_UPLOAD_TEXTURE 0x0200 -+#define MACH64_UPLOAD_TEX0IMAGE 0x0400 -+#define MACH64_UPLOAD_TEX1IMAGE 0x0800 -+#define MACH64_UPLOAD_CLIPRECTS 0x1000 /* handled client-side */ -+#define MACH64_UPLOAD_CONTEXT 0x00ff -+#define MACH64_UPLOAD_ALL 0x1fff -+ -+/* DMA buffer size -+ */ -+#define MACH64_BUFFER_SIZE 16384 -+ -+/* Max number of swaps allowed on the ring -+ * before the client must wait -+ */ -+#define MACH64_MAX_QUEUED_FRAMES 3U -+ -+/* Byte offsets for host blit buffer data -+ */ -+#define MACH64_HOSTDATA_BLIT_OFFSET 104 -+ -+/* Keep these small for testing. -+ */ -+#define MACH64_NR_SAREA_CLIPRECTS 8 -+ -+#define MACH64_CARD_HEAP 0 -+#define MACH64_AGP_HEAP 1 -+#define MACH64_NR_TEX_HEAPS 2 -+#define MACH64_NR_TEX_REGIONS 64 -+#define MACH64_LOG_TEX_GRANULARITY 16 -+ -+#define MACH64_TEX_MAXLEVELS 1 -+ -+#define MACH64_NR_CONTEXT_REGS 15 -+#define MACH64_NR_TEXTURE_REGS 4 -+ -+#endif /* __MACH64_SAREA_DEFINES__ */ -+ -+typedef struct { -+ unsigned int dst_off_pitch; -+ -+ unsigned int z_off_pitch; -+ unsigned int z_cntl; -+ unsigned int alpha_tst_cntl; -+ -+ unsigned int scale_3d_cntl; -+ -+ unsigned int sc_left_right; -+ unsigned int sc_top_bottom; -+ -+ unsigned int dp_fog_clr; -+ unsigned int dp_write_mask; -+ unsigned int dp_pix_width; -+ unsigned int dp_mix; -+ unsigned int dp_src; -+ -+ unsigned int clr_cmp_cntl; -+ unsigned int gui_traj_cntl; -+ -+ unsigned int setup_cntl; -+ -+ unsigned int tex_size_pitch; -+ unsigned int tex_cntl; -+ unsigned int secondary_tex_off; -+ unsigned int tex_offset; -+} drm_mach64_context_regs_t; -+ -+typedef struct drm_mach64_sarea { -+ /* The channel for communication of state information to the kernel -+ * on firing a vertex dma buffer. -+ */ -+ drm_mach64_context_regs_t context_state; -+ unsigned int dirty; -+ unsigned int vertsize; -+ -+ /* The current cliprects, or a subset thereof. -+ */ -+ struct drm_clip_rect boxes[MACH64_NR_SAREA_CLIPRECTS]; -+ unsigned int nbox; -+ -+ /* Counters for client-side throttling of rendering clients. -+ */ -+ unsigned int frames_queued; -+ -+ /* Texture memory LRU. -+ */ -+ struct drm_tex_region tex_list[MACH64_NR_TEX_HEAPS][MACH64_NR_TEX_REGIONS + -+ 1]; -+ unsigned int tex_age[MACH64_NR_TEX_HEAPS]; -+ int ctx_owner; -+} drm_mach64_sarea_t; -+ -+/* WARNING: If you change any of these defines, make sure to change the -+ * defines in the Xserver file (mach64_common.h) -+ */ -+ -+/* Mach64 specific ioctls -+ * The device specific ioctl range is 0x40 to 0x79. -+ */ -+ -+#define DRM_MACH64_INIT 0x00 -+#define DRM_MACH64_IDLE 0x01 -+#define DRM_MACH64_RESET 0x02 -+#define DRM_MACH64_SWAP 0x03 -+#define DRM_MACH64_CLEAR 0x04 -+#define DRM_MACH64_VERTEX 0x05 -+#define DRM_MACH64_BLIT 0x06 -+#define DRM_MACH64_FLUSH 0x07 -+#define DRM_MACH64_GETPARAM 0x08 -+ -+#define DRM_IOCTL_MACH64_INIT DRM_IOW( DRM_COMMAND_BASE + DRM_MACH64_INIT, drm_mach64_init_t) -+#define DRM_IOCTL_MACH64_IDLE DRM_IO( DRM_COMMAND_BASE + DRM_MACH64_IDLE ) -+#define DRM_IOCTL_MACH64_RESET DRM_IO( DRM_COMMAND_BASE + DRM_MACH64_RESET ) -+#define DRM_IOCTL_MACH64_SWAP DRM_IO( DRM_COMMAND_BASE + DRM_MACH64_SWAP ) -+#define DRM_IOCTL_MACH64_CLEAR DRM_IOW( DRM_COMMAND_BASE + DRM_MACH64_CLEAR, drm_mach64_clear_t) -+#define DRM_IOCTL_MACH64_VERTEX DRM_IOW( DRM_COMMAND_BASE + DRM_MACH64_VERTEX, drm_mach64_vertex_t) -+#define DRM_IOCTL_MACH64_BLIT DRM_IOW( DRM_COMMAND_BASE + DRM_MACH64_BLIT, drm_mach64_blit_t) -+#define DRM_IOCTL_MACH64_FLUSH DRM_IO( DRM_COMMAND_BASE + DRM_MACH64_FLUSH ) -+#define DRM_IOCTL_MACH64_GETPARAM DRM_IOWR( DRM_COMMAND_BASE + DRM_MACH64_GETPARAM, drm_mach64_getparam_t) -+ -+/* Buffer flags for clears -+ */ -+#define MACH64_FRONT 0x1 -+#define MACH64_BACK 0x2 -+#define MACH64_DEPTH 0x4 -+ -+/* Primitive types for vertex buffers -+ */ -+#define MACH64_PRIM_POINTS 0x00000000 -+#define MACH64_PRIM_LINES 0x00000001 -+#define MACH64_PRIM_LINE_LOOP 0x00000002 -+#define MACH64_PRIM_LINE_STRIP 0x00000003 -+#define MACH64_PRIM_TRIANGLES 0x00000004 -+#define MACH64_PRIM_TRIANGLE_STRIP 0x00000005 -+#define MACH64_PRIM_TRIANGLE_FAN 0x00000006 -+#define MACH64_PRIM_QUADS 0x00000007 -+#define MACH64_PRIM_QUAD_STRIP 0x00000008 -+#define MACH64_PRIM_POLYGON 0x00000009 -+ -+typedef enum _drm_mach64_dma_mode_t { -+ MACH64_MODE_DMA_ASYNC, -+ MACH64_MODE_DMA_SYNC, -+ MACH64_MODE_MMIO -+} drm_mach64_dma_mode_t; -+ -+typedef struct drm_mach64_init { -+ enum { -+ DRM_MACH64_INIT_DMA = 0x01, -+ DRM_MACH64_CLEANUP_DMA = 0x02 -+ } func; -+ -+ unsigned long sarea_priv_offset; -+ int is_pci; -+ drm_mach64_dma_mode_t dma_mode; -+ -+ unsigned int fb_bpp; -+ unsigned int front_offset, front_pitch; -+ unsigned int back_offset, back_pitch; -+ -+ unsigned int depth_bpp; -+ unsigned int depth_offset, depth_pitch; -+ -+ unsigned long fb_offset; -+ unsigned long mmio_offset; -+ unsigned long ring_offset; -+ unsigned long buffers_offset; -+ unsigned long agp_textures_offset; -+} drm_mach64_init_t; -+ -+typedef struct drm_mach64_clear { -+ unsigned int flags; -+ int x, y, w, h; -+ unsigned int clear_color; -+ unsigned int clear_depth; -+} drm_mach64_clear_t; -+ -+typedef struct drm_mach64_vertex { -+ int prim; -+ void *buf; /* Address of vertex buffer */ -+ unsigned long used; /* Number of bytes in buffer */ -+ int discard; /* Client finished with buffer? */ -+} drm_mach64_vertex_t; -+ -+typedef struct drm_mach64_blit { -+ void *buf; -+ int pitch; -+ int offset; -+ int format; -+ unsigned short x, y; -+ unsigned short width, height; -+} drm_mach64_blit_t; -+ -+typedef struct drm_mach64_getparam { -+ enum { -+ MACH64_PARAM_FRAMES_QUEUED = 0x01, -+ MACH64_PARAM_IRQ_NR = 0x02 -+ } param; -+ void *value; -+} drm_mach64_getparam_t; -+ -+#endif ---- /dev/null -+++ b/drivers/gpu/drm/mach64/mach64_drv.c -@@ -0,0 +1,105 @@ -+/* mach64_drv.c -- mach64 (Rage Pro) driver -*- linux-c -*- -+ * Created: Fri Nov 24 18:34:32 2000 by gareth@valinux.com -+ * -+ * Copyright 2000 Gareth Hughes -+ * All Rights Reserved. -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining a -+ * copy of this software and associated documentation files (the "Software"), -+ * to deal in the Software without restriction, including without limitation -+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, -+ * and/or sell copies of the Software, and to permit persons to whom the -+ * Software is furnished to do so, subject to the following conditions: -+ * -+ * The above copyright notice and this permission notice (including the next -+ * paragraph) shall be included in all copies or substantial portions of the -+ * Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * GARETH HUGHES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -+ * -+ * Authors: -+ * Gareth Hughes -+ * Leif Delgass -+ */ -+ -+#include "drmP.h" -+#include "drm.h" -+#include "mach64_drm.h" -+#include "mach64_drv.h" -+ -+#include "drm_pciids.h" -+ -+static struct pci_device_id pciidlist[] = { -+ mach64_PCI_IDS -+}; -+ -+static int probe(struct pci_dev *pdev, const struct pci_device_id *ent); -+static struct drm_driver driver = { -+ .driver_features = -+ DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_HAVE_DMA -+ | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED, -+ .lastclose = mach64_driver_lastclose, -+ .get_vblank_counter = mach64_get_vblank_counter, -+ .enable_vblank = mach64_enable_vblank, -+ .disable_vblank = mach64_disable_vblank, -+ .irq_preinstall = mach64_driver_irq_preinstall, -+ .irq_postinstall = mach64_driver_irq_postinstall, -+ .irq_uninstall = mach64_driver_irq_uninstall, -+ .irq_handler = mach64_driver_irq_handler, -+ .reclaim_buffers = drm_core_reclaim_buffers, -+ .get_map_ofs = drm_core_get_map_ofs, -+ .get_reg_ofs = drm_core_get_reg_ofs, -+ .ioctls = mach64_ioctls, -+ .dma_ioctl = mach64_dma_buffers, -+ .fops = { -+ .owner = THIS_MODULE, -+ .open = drm_open, -+ .release = drm_release, -+ .ioctl = drm_ioctl, -+ .mmap = drm_mmap, -+ .poll = drm_poll, -+ .fasync = drm_fasync, -+ }, -+ .pci_driver = { -+ .name = DRIVER_NAME, -+ .id_table = pciidlist, -+ .probe = probe, -+ .remove = __devexit_p(drm_cleanup_pci), -+ }, -+ -+ .name = DRIVER_NAME, -+ .desc = DRIVER_DESC, -+ .date = DRIVER_DATE, -+ .major = DRIVER_MAJOR, -+ .minor = DRIVER_MINOR, -+ .patchlevel = DRIVER_PATCHLEVEL, -+}; -+ -+static int probe(struct pci_dev *pdev, const struct pci_device_id *ent) -+{ -+ return drm_get_dev(pdev, ent, &driver); -+} -+ -+ -+static int __init mach64_init(void) -+{ -+ driver.num_ioctls = mach64_max_ioctl; -+ return drm_init(&driver, pciidlist); -+} -+ -+static void __exit mach64_exit(void) -+{ -+ drm_exit(&driver); -+} -+ -+module_init(mach64_init); -+module_exit(mach64_exit); -+ -+MODULE_AUTHOR(DRIVER_AUTHOR); -+MODULE_DESCRIPTION(DRIVER_DESC); -+MODULE_LICENSE("GPL and additional rights"); ---- /dev/null -+++ b/drivers/gpu/drm/mach64/mach64_drv.h -@@ -0,0 +1,859 @@ -+/* mach64_drv.h -- Private header for mach64 driver -*- linux-c -*- -+ * Created: Fri Nov 24 22:07:58 2000 by gareth@valinux.com -+ */ -+/* -+ * Copyright 2000 Gareth Hughes -+ * Copyright 2002 Frank C. Earl -+ * Copyright 2002-2003 Leif Delgass -+ * All Rights Reserved. -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining a -+ * copy of this software and associated documentation files (the "Software"), -+ * to deal in the Software without restriction, including without limitation -+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, -+ * and/or sell copies of the Software, and to permit persons to whom the -+ * Software is furnished to do so, subject to the following conditions: -+ * -+ * The above copyright notice and this permission notice (including the next -+ * paragraph) shall be included in all copies or substantial portions of the -+ * Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -+ * -+ * Authors: -+ * Gareth Hughes -+ * Frank C. Earl -+ * Leif Delgass -+ * José Fonseca -+ */ -+ -+#ifndef __MACH64_DRV_H__ -+#define __MACH64_DRV_H__ -+ -+/* General customization: -+ */ -+ -+#define DRIVER_AUTHOR "Gareth Hughes, Leif Delgass, José Fonseca" -+ -+#define DRIVER_NAME "mach64" -+#define DRIVER_DESC "DRM module for the ATI Rage Pro" -+#define DRIVER_DATE "20060718" -+ -+#define DRIVER_MAJOR 2 -+#define DRIVER_MINOR 0 -+#define DRIVER_PATCHLEVEL 0 -+ -+/* FIXME: remove these when not needed */ -+/* Development driver options */ -+#define MACH64_EXTRA_CHECKING 0 /* Extra sanity checks for DMA/freelist management */ -+#define MACH64_VERBOSE 0 /* Verbose debugging output */ -+ -+typedef struct drm_mach64_freelist { -+ struct list_head list; /* List pointers for free_list, placeholders, or pending list */ -+ struct drm_buf *buf; /* Pointer to the buffer */ -+ int discard; /* This flag is set when we're done (re)using a buffer */ -+ u32 ring_ofs; /* dword offset in ring of last descriptor for this buffer */ -+} drm_mach64_freelist_t; -+ -+typedef struct drm_mach64_descriptor_ring { -+ void *start; /* write pointer (cpu address) to start of descriptor ring */ -+ u32 start_addr; /* bus address of beginning of descriptor ring */ -+ int size; /* size of ring in bytes */ -+ -+ u32 head_addr; /* bus address of descriptor ring head */ -+ u32 head; /* dword offset of descriptor ring head */ -+ u32 tail; /* dword offset of descriptor ring tail */ -+ u32 tail_mask; /* mask used to wrap ring */ -+ int space; /* number of free bytes in ring */ -+} drm_mach64_descriptor_ring_t; -+ -+typedef struct drm_mach64_private { -+ drm_mach64_sarea_t *sarea_priv; -+ -+ int is_pci; -+ drm_mach64_dma_mode_t driver_mode; /* Async DMA, sync DMA, or MMIO */ -+ -+ int usec_timeout; /* Timeout for the wait functions */ -+ -+ drm_mach64_descriptor_ring_t ring; /* DMA descriptor table (ring buffer) */ -+ int ring_running; /* Is bus mastering is enabled */ -+ -+ struct list_head free_list; /* Free-list head */ -+ struct list_head placeholders; /* Placeholder list for buffers held by clients */ -+ struct list_head pending; /* Buffers pending completion */ -+ -+ u32 frame_ofs[MACH64_MAX_QUEUED_FRAMES]; /* dword ring offsets of most recent frame swaps */ -+ -+ unsigned int fb_bpp; -+ unsigned int front_offset, front_pitch; -+ unsigned int back_offset, back_pitch; -+ -+ unsigned int depth_bpp; -+ unsigned int depth_offset, depth_pitch; -+ -+ atomic_t vbl_received; /**< Number of vblanks received. */ -+ -+ u32 front_offset_pitch; -+ u32 back_offset_pitch; -+ u32 depth_offset_pitch; -+ -+ drm_local_map_t *sarea; -+ drm_local_map_t *fb; -+ drm_local_map_t *mmio; -+ drm_local_map_t *ring_map; -+ drm_local_map_t *dev_buffers; /* this is a pointer to a structure in dev */ -+ drm_local_map_t *agp_textures; -+} drm_mach64_private_t; -+ -+extern struct drm_ioctl_desc mach64_ioctls[]; -+extern int mach64_max_ioctl; -+ -+ /* mach64_dma.c */ -+extern int mach64_dma_init(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_dma_idle(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_dma_flush(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_engine_reset(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_dma_buffers(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern void mach64_driver_lastclose(struct drm_device * dev); -+ -+extern int mach64_init_freelist(struct drm_device * dev); -+extern void mach64_destroy_freelist(struct drm_device * dev); -+extern struct drm_buf *mach64_freelist_get(drm_mach64_private_t * dev_priv); -+extern int mach64_freelist_put(drm_mach64_private_t * dev_priv, -+ struct drm_buf * copy_buf); -+ -+extern int mach64_do_wait_for_fifo(drm_mach64_private_t * dev_priv, -+ int entries); -+extern int mach64_do_wait_for_idle(drm_mach64_private_t * dev_priv); -+extern int mach64_wait_ring(drm_mach64_private_t * dev_priv, int n); -+extern int mach64_do_dispatch_pseudo_dma(drm_mach64_private_t * dev_priv); -+extern int mach64_do_release_used_buffers(drm_mach64_private_t * dev_priv); -+extern void mach64_dump_engine_info(drm_mach64_private_t * dev_priv); -+extern void mach64_dump_ring_info(drm_mach64_private_t * dev_priv); -+extern int mach64_do_engine_reset(drm_mach64_private_t * dev_priv); -+ -+extern int mach64_add_buf_to_ring(drm_mach64_private_t *dev_priv, -+ drm_mach64_freelist_t *_entry); -+extern int mach64_add_hostdata_buf_to_ring(drm_mach64_private_t *dev_priv, -+ drm_mach64_freelist_t *_entry); -+ -+extern int mach64_do_dma_idle(drm_mach64_private_t * dev_priv); -+extern int mach64_do_dma_flush(drm_mach64_private_t * dev_priv); -+extern int mach64_do_cleanup_dma(struct drm_device * dev); -+ -+ /* mach64_state.c */ -+extern int mach64_dma_clear(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_dma_swap(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_dma_vertex(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_dma_blit(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+extern int mach64_get_param(struct drm_device *dev, void *data, -+ struct drm_file *file_priv); -+ -+extern u32 mach64_get_vblank_counter(struct drm_device *dev, int crtc); -+extern int mach64_enable_vblank(struct drm_device *dev, int crtc); -+extern void mach64_disable_vblank(struct drm_device *dev, int crtc); -+extern irqreturn_t mach64_driver_irq_handler(DRM_IRQ_ARGS); -+extern void mach64_driver_irq_preinstall(struct drm_device *dev); -+extern int mach64_driver_irq_postinstall(struct drm_device *dev); -+extern void mach64_driver_irq_uninstall(struct drm_device *dev); -+ -+/* ================================================================ -+ * Registers -+ */ -+ -+#define MACH64_AGP_BASE 0x0148 -+#define MACH64_AGP_CNTL 0x014c -+#define MACH64_ALPHA_TST_CNTL 0x0550 -+ -+#define MACH64_DSP_CONFIG 0x0420 -+#define MACH64_DSP_ON_OFF 0x0424 -+#define MACH64_EXT_MEM_CNTL 0x04ac -+#define MACH64_GEN_TEST_CNTL 0x04d0 -+#define MACH64_HW_DEBUG 0x047c -+#define MACH64_MEM_ADDR_CONFIG 0x0434 -+#define MACH64_MEM_BUF_CNTL 0x042c -+#define MACH64_MEM_CNTL 0x04b0 -+ -+#define MACH64_BM_ADDR 0x0648 -+#define MACH64_BM_COMMAND 0x0188 -+#define MACH64_BM_DATA 0x0648 -+#define MACH64_BM_FRAME_BUF_OFFSET 0x0180 -+#define MACH64_BM_GUI_TABLE 0x01b8 -+#define MACH64_BM_GUI_TABLE_CMD 0x064c -+# define MACH64_CIRCULAR_BUF_SIZE_16KB (0 << 0) -+# define MACH64_CIRCULAR_BUF_SIZE_32KB (1 << 0) -+# define MACH64_CIRCULAR_BUF_SIZE_64KB (2 << 0) -+# define MACH64_CIRCULAR_BUF_SIZE_128KB (3 << 0) -+# define MACH64_LAST_DESCRIPTOR (1 << 31) -+#define MACH64_BM_HOSTDATA 0x0644 -+#define MACH64_BM_STATUS 0x018c -+#define MACH64_BM_SYSTEM_MEM_ADDR 0x0184 -+#define MACH64_BM_SYSTEM_TABLE 0x01bc -+#define MACH64_BUS_CNTL 0x04a0 -+# define MACH64_BUS_MSTR_RESET (1 << 1) -+# define MACH64_BUS_APER_REG_DIS (1 << 4) -+# define MACH64_BUS_FLUSH_BUF (1 << 2) -+# define MACH64_BUS_MASTER_DIS (1 << 6) -+# define MACH64_BUS_EXT_REG_EN (1 << 27) -+ -+#define MACH64_CLR_CMP_CLR 0x0700 -+#define MACH64_CLR_CMP_CNTL 0x0708 -+#define MACH64_CLR_CMP_MASK 0x0704 -+#define MACH64_CONFIG_CHIP_ID 0x04e0 -+#define MACH64_CONFIG_CNTL 0x04dc -+#define MACH64_CONFIG_STAT0 0x04e4 -+#define MACH64_CONFIG_STAT1 0x0494 -+#define MACH64_CONFIG_STAT2 0x0498 -+#define MACH64_CONTEXT_LOAD_CNTL 0x072c -+#define MACH64_CONTEXT_MASK 0x0720 -+#define MACH64_COMPOSITE_SHADOW_ID 0x0798 -+#define MACH64_CRC_SIG 0x04e8 -+#define MACH64_CUSTOM_MACRO_CNTL 0x04d4 -+ -+#define MACH64_DP_BKGD_CLR 0x06c0 -+#define MACH64_DP_FOG_CLR 0x06c4 -+#define MACH64_DP_FGRD_BKGD_CLR 0x06e0 -+#define MACH64_DP_FRGD_CLR 0x06c4 -+#define MACH64_DP_FGRD_CLR_MIX 0x06dc -+ -+#define MACH64_DP_MIX 0x06d4 -+# define BKGD_MIX_NOT_D (0 << 0) -+# define BKGD_MIX_ZERO (1 << 0) -+# define BKGD_MIX_ONE (2 << 0) -+# define MACH64_BKGD_MIX_D (3 << 0) -+# define BKGD_MIX_NOT_S (4 << 0) -+# define BKGD_MIX_D_XOR_S (5 << 0) -+# define BKGD_MIX_NOT_D_XOR_S (6 << 0) -+# define MACH64_BKGD_MIX_S (7 << 0) -+# define BKGD_MIX_NOT_D_OR_NOT_S (8 << 0) -+# define BKGD_MIX_D_OR_NOT_S (9 << 0) -+# define BKGD_MIX_NOT_D_OR_S (10 << 0) -+# define BKGD_MIX_D_OR_S (11 << 0) -+# define BKGD_MIX_D_AND_S (12 << 0) -+# define BKGD_MIX_NOT_D_AND_S (13 << 0) -+# define BKGD_MIX_D_AND_NOT_S (14 << 0) -+# define BKGD_MIX_NOT_D_AND_NOT_S (15 << 0) -+# define BKGD_MIX_D_PLUS_S_DIV2 (23 << 0) -+# define FRGD_MIX_NOT_D (0 << 16) -+# define FRGD_MIX_ZERO (1 << 16) -+# define FRGD_MIX_ONE (2 << 16) -+# define FRGD_MIX_D (3 << 16) -+# define FRGD_MIX_NOT_S (4 << 16) -+# define FRGD_MIX_D_XOR_S (5 << 16) -+# define FRGD_MIX_NOT_D_XOR_S (6 << 16) -+# define MACH64_FRGD_MIX_S (7 << 16) -+# define FRGD_MIX_NOT_D_OR_NOT_S (8 << 16) -+# define FRGD_MIX_D_OR_NOT_S (9 << 16) -+# define FRGD_MIX_NOT_D_OR_S (10 << 16) -+# define FRGD_MIX_D_OR_S (11 << 16) -+# define FRGD_MIX_D_AND_S (12 << 16) -+# define FRGD_MIX_NOT_D_AND_S (13 << 16) -+# define FRGD_MIX_D_AND_NOT_S (14 << 16) -+# define FRGD_MIX_NOT_D_AND_NOT_S (15 << 16) -+# define FRGD_MIX_D_PLUS_S_DIV2 (23 << 16) -+ -+#define MACH64_DP_PIX_WIDTH 0x06d0 -+# define MACH64_HOST_TRIPLE_ENABLE (1 << 13) -+# define MACH64_BYTE_ORDER_MSB_TO_LSB (0 << 24) -+# define MACH64_BYTE_ORDER_LSB_TO_MSB (1 << 24) -+ -+#define MACH64_DP_SRC 0x06d8 -+# define MACH64_BKGD_SRC_BKGD_CLR (0 << 0) -+# define MACH64_BKGD_SRC_FRGD_CLR (1 << 0) -+# define MACH64_BKGD_SRC_HOST (2 << 0) -+# define MACH64_BKGD_SRC_BLIT (3 << 0) -+# define MACH64_BKGD_SRC_PATTERN (4 << 0) -+# define MACH64_BKGD_SRC_3D (5 << 0) -+# define MACH64_FRGD_SRC_BKGD_CLR (0 << 8) -+# define MACH64_FRGD_SRC_FRGD_CLR (1 << 8) -+# define MACH64_FRGD_SRC_HOST (2 << 8) -+# define MACH64_FRGD_SRC_BLIT (3 << 8) -+# define MACH64_FRGD_SRC_PATTERN (4 << 8) -+# define MACH64_FRGD_SRC_3D (5 << 8) -+# define MACH64_MONO_SRC_ONE (0 << 16) -+# define MACH64_MONO_SRC_PATTERN (1 << 16) -+# define MACH64_MONO_SRC_HOST (2 << 16) -+# define MACH64_MONO_SRC_BLIT (3 << 16) -+ -+#define MACH64_DP_WRITE_MASK 0x06c8 -+ -+#define MACH64_DST_CNTL 0x0530 -+# define MACH64_DST_X_RIGHT_TO_LEFT (0 << 0) -+# define MACH64_DST_X_LEFT_TO_RIGHT (1 << 0) -+# define MACH64_DST_Y_BOTTOM_TO_TOP (0 << 1) -+# define MACH64_DST_Y_TOP_TO_BOTTOM (1 << 1) -+# define MACH64_DST_X_MAJOR (0 << 2) -+# define MACH64_DST_Y_MAJOR (1 << 2) -+# define MACH64_DST_X_TILE (1 << 3) -+# define MACH64_DST_Y_TILE (1 << 4) -+# define MACH64_DST_LAST_PEL (1 << 5) -+# define MACH64_DST_POLYGON_ENABLE (1 << 6) -+# define MACH64_DST_24_ROTATION_ENABLE (1 << 7) -+ -+#define MACH64_DST_HEIGHT_WIDTH 0x0518 -+#define MACH64_DST_OFF_PITCH 0x0500 -+#define MACH64_DST_WIDTH_HEIGHT 0x06ec -+#define MACH64_DST_X_Y 0x06e8 -+#define MACH64_DST_Y_X 0x050c -+ -+#define MACH64_FIFO_STAT 0x0710 -+# define MACH64_FIFO_SLOT_MASK 0x0000ffff -+# define MACH64_FIFO_ERR (1 << 31) -+ -+#define MACH64_GEN_TEST_CNTL 0x04d0 -+# define MACH64_GUI_ENGINE_ENABLE (1 << 8) -+#define MACH64_GUI_CMDFIFO_DEBUG 0x0170 -+#define MACH64_GUI_CMDFIFO_DATA 0x0174 -+#define MACH64_GUI_CNTL 0x0178 -+# define MACH64_CMDFIFO_SIZE_MASK 0x00000003ul -+# define MACH64_CMDFIFO_SIZE_192 0x00000000ul -+# define MACH64_CMDFIFO_SIZE_128 0x00000001ul -+# define MACH64_CMDFIFO_SIZE_64 0x00000002ul -+#define MACH64_GUI_STAT 0x0738 -+# define MACH64_GUI_ACTIVE (1 << 0) -+#define MACH64_GUI_TRAJ_CNTL 0x0730 -+ -+#define MACH64_HOST_CNTL 0x0640 -+#define MACH64_HOST_DATA0 0x0600 -+ -+#define MACH64_ONE_OVER_AREA 0x029c -+#define MACH64_ONE_OVER_AREA_UC 0x0300 -+ -+#define MACH64_PAT_REG0 0x0680 -+#define MACH64_PAT_REG1 0x0684 -+ -+#define MACH64_SC_LEFT 0x06a0 -+#define MACH64_SC_RIGHT 0x06a4 -+#define MACH64_SC_LEFT_RIGHT 0x06a8 -+#define MACH64_SC_TOP 0x06ac -+#define MACH64_SC_BOTTOM 0x06b0 -+#define MACH64_SC_TOP_BOTTOM 0x06b4 -+ -+#define MACH64_SCALE_3D_CNTL 0x05fc -+#define MACH64_SCRATCH_REG0 0x0480 -+#define MACH64_SCRATCH_REG1 0x0484 -+#define MACH64_SECONDARY_TEX_OFF 0x0778 -+#define MACH64_SETUP_CNTL 0x0304 -+#define MACH64_SRC_CNTL 0x05b4 -+# define MACH64_SRC_BM_ENABLE (1 << 8) -+# define MACH64_SRC_BM_SYNC (1 << 9) -+# define MACH64_SRC_BM_OP_FRAME_TO_SYSTEM (0 << 10) -+# define MACH64_SRC_BM_OP_SYSTEM_TO_FRAME (1 << 10) -+# define MACH64_SRC_BM_OP_REG_TO_SYSTEM (2 << 10) -+# define MACH64_SRC_BM_OP_SYSTEM_TO_REG (3 << 10) -+#define MACH64_SRC_HEIGHT1 0x0594 -+#define MACH64_SRC_HEIGHT2 0x05ac -+#define MACH64_SRC_HEIGHT1_WIDTH1 0x0598 -+#define MACH64_SRC_HEIGHT2_WIDTH2 0x05b0 -+#define MACH64_SRC_OFF_PITCH 0x0580 -+#define MACH64_SRC_WIDTH1 0x0590 -+#define MACH64_SRC_Y_X 0x058c -+ -+#define MACH64_TEX_0_OFF 0x05c0 -+#define MACH64_TEX_CNTL 0x0774 -+#define MACH64_TEX_SIZE_PITCH 0x0770 -+#define MACH64_TIMER_CONFIG 0x0428 -+ -+#define MACH64_VERTEX_1_ARGB 0x0254 -+#define MACH64_VERTEX_1_S 0x0240 -+#define MACH64_VERTEX_1_SECONDARY_S 0x0328 -+#define MACH64_VERTEX_1_SECONDARY_T 0x032c -+#define MACH64_VERTEX_1_SECONDARY_W 0x0330 -+#define MACH64_VERTEX_1_SPEC_ARGB 0x024c -+#define MACH64_VERTEX_1_T 0x0244 -+#define MACH64_VERTEX_1_W 0x0248 -+#define MACH64_VERTEX_1_X_Y 0x0258 -+#define MACH64_VERTEX_1_Z 0x0250 -+#define MACH64_VERTEX_2_ARGB 0x0274 -+#define MACH64_VERTEX_2_S 0x0260 -+#define MACH64_VERTEX_2_SECONDARY_S 0x0334 -+#define MACH64_VERTEX_2_SECONDARY_T 0x0338 -+#define MACH64_VERTEX_2_SECONDARY_W 0x033c -+#define MACH64_VERTEX_2_SPEC_ARGB 0x026c -+#define MACH64_VERTEX_2_T 0x0264 -+#define MACH64_VERTEX_2_W 0x0268 -+#define MACH64_VERTEX_2_X_Y 0x0278 -+#define MACH64_VERTEX_2_Z 0x0270 -+#define MACH64_VERTEX_3_ARGB 0x0294 -+#define MACH64_VERTEX_3_S 0x0280 -+#define MACH64_VERTEX_3_SECONDARY_S 0x02a0 -+#define MACH64_VERTEX_3_SECONDARY_T 0x02a4 -+#define MACH64_VERTEX_3_SECONDARY_W 0x02a8 -+#define MACH64_VERTEX_3_SPEC_ARGB 0x028c -+#define MACH64_VERTEX_3_T 0x0284 -+#define MACH64_VERTEX_3_W 0x0288 -+#define MACH64_VERTEX_3_X_Y 0x0298 -+#define MACH64_VERTEX_3_Z 0x0290 -+ -+#define MACH64_Z_CNTL 0x054c -+#define MACH64_Z_OFF_PITCH 0x0548 -+ -+#define MACH64_CRTC_VLINE_CRNT_VLINE 0x0410 -+# define MACH64_CRTC_VLINE_MASK 0x000007ff -+# define MACH64_CRTC_CRNT_VLINE_MASK 0x07ff0000 -+#define MACH64_CRTC_OFF_PITCH 0x0414 -+#define MACH64_CRTC_INT_CNTL 0x0418 -+# define MACH64_CRTC_VBLANK (1 << 0) -+# define MACH64_CRTC_VBLANK_INT_EN (1 << 1) -+# define MACH64_CRTC_VBLANK_INT (1 << 2) -+# define MACH64_CRTC_VLINE_INT_EN (1 << 3) -+# define MACH64_CRTC_VLINE_INT (1 << 4) -+# define MACH64_CRTC_VLINE_SYNC (1 << 5) /* 0=even, 1=odd */ -+# define MACH64_CRTC_FRAME (1 << 6) /* 0=even, 1=odd */ -+# define MACH64_CRTC_SNAPSHOT_INT_EN (1 << 7) -+# define MACH64_CRTC_SNAPSHOT_INT (1 << 8) -+# define MACH64_CRTC_I2C_INT_EN (1 << 9) -+# define MACH64_CRTC_I2C_INT (1 << 10) -+# define MACH64_CRTC2_VBLANK (1 << 11) /* LT Pro */ -+# define MACH64_CRTC2_VBLANK_INT_EN (1 << 12) /* LT Pro */ -+# define MACH64_CRTC2_VBLANK_INT (1 << 13) /* LT Pro */ -+# define MACH64_CRTC2_VLINE_INT_EN (1 << 14) /* LT Pro */ -+# define MACH64_CRTC2_VLINE_INT (1 << 15) /* LT Pro */ -+# define MACH64_CRTC_CAPBUF0_INT_EN (1 << 16) -+# define MACH64_CRTC_CAPBUF0_INT (1 << 17) -+# define MACH64_CRTC_CAPBUF1_INT_EN (1 << 18) -+# define MACH64_CRTC_CAPBUF1_INT (1 << 19) -+# define MACH64_CRTC_OVERLAY_EOF_INT_EN (1 << 20) -+# define MACH64_CRTC_OVERLAY_EOF_INT (1 << 21) -+# define MACH64_CRTC_ONESHOT_CAP_INT_EN (1 << 22) -+# define MACH64_CRTC_ONESHOT_CAP_INT (1 << 23) -+# define MACH64_CRTC_BUSMASTER_EOL_INT_EN (1 << 24) -+# define MACH64_CRTC_BUSMASTER_EOL_INT (1 << 25) -+# define MACH64_CRTC_GP_INT_EN (1 << 26) -+# define MACH64_CRTC_GP_INT (1 << 27) -+# define MACH64_CRTC2_VLINE_SYNC (1 << 28) /* LT Pro */ /* 0=even, 1=odd */ -+# define MACH64_CRTC_SNAPSHOT2_INT_EN (1 << 29) /* LT Pro */ -+# define MACH64_CRTC_SNAPSHOT2_INT (1 << 30) /* LT Pro */ -+# define MACH64_CRTC_VBLANK2_INT (1 << 31) -+# define MACH64_CRTC_INT_ENS \ -+ ( \ -+ MACH64_CRTC_VBLANK_INT_EN | \ -+ MACH64_CRTC_VLINE_INT_EN | \ -+ MACH64_CRTC_SNAPSHOT_INT_EN | \ -+ MACH64_CRTC_I2C_INT_EN | \ -+ MACH64_CRTC2_VBLANK_INT_EN | \ -+ MACH64_CRTC2_VLINE_INT_EN | \ -+ MACH64_CRTC_CAPBUF0_INT_EN | \ -+ MACH64_CRTC_CAPBUF1_INT_EN | \ -+ MACH64_CRTC_OVERLAY_EOF_INT_EN | \ -+ MACH64_CRTC_ONESHOT_CAP_INT_EN | \ -+ MACH64_CRTC_BUSMASTER_EOL_INT_EN | \ -+ MACH64_CRTC_GP_INT_EN | \ -+ MACH64_CRTC_SNAPSHOT2_INT_EN | \ -+ 0 \ -+ ) -+# define MACH64_CRTC_INT_ACKS \ -+ ( \ -+ MACH64_CRTC_VBLANK_INT | \ -+ MACH64_CRTC_VLINE_INT | \ -+ MACH64_CRTC_SNAPSHOT_INT | \ -+ MACH64_CRTC_I2C_INT | \ -+ MACH64_CRTC2_VBLANK_INT | \ -+ MACH64_CRTC2_VLINE_INT | \ -+ MACH64_CRTC_CAPBUF0_INT | \ -+ MACH64_CRTC_CAPBUF1_INT | \ -+ MACH64_CRTC_OVERLAY_EOF_INT | \ -+ MACH64_CRTC_ONESHOT_CAP_INT | \ -+ MACH64_CRTC_BUSMASTER_EOL_INT | \ -+ MACH64_CRTC_GP_INT | \ -+ MACH64_CRTC_SNAPSHOT2_INT | \ -+ MACH64_CRTC_VBLANK2_INT | \ -+ 0 \ -+ ) -+ -+#define MACH64_DATATYPE_CI8 2 -+#define MACH64_DATATYPE_ARGB1555 3 -+#define MACH64_DATATYPE_RGB565 4 -+#define MACH64_DATATYPE_ARGB8888 6 -+#define MACH64_DATATYPE_RGB332 7 -+#define MACH64_DATATYPE_Y8 8 -+#define MACH64_DATATYPE_RGB8 9 -+#define MACH64_DATATYPE_VYUY422 11 -+#define MACH64_DATATYPE_YVYU422 12 -+#define MACH64_DATATYPE_AYUV444 14 -+#define MACH64_DATATYPE_ARGB4444 15 -+ -+#define MACH64_READ(reg) DRM_READ32(dev_priv->mmio, (reg) ) -+#define MACH64_WRITE(reg,val) DRM_WRITE32(dev_priv->mmio, (reg), (val) ) -+ -+#define DWMREG0 0x0400 -+#define DWMREG0_END 0x07ff -+#define DWMREG1 0x0000 -+#define DWMREG1_END 0x03ff -+ -+#define ISREG0(r) (((r) >= DWMREG0) && ((r) <= DWMREG0_END)) -+#define DMAREG0(r) (((r) - DWMREG0) >> 2) -+#define DMAREG1(r) ((((r) - DWMREG1) >> 2 ) | 0x0100) -+#define DMAREG(r) (ISREG0(r) ? DMAREG0(r) : DMAREG1(r)) -+ -+#define MMREG0 0x0000 -+#define MMREG0_END 0x00ff -+ -+#define ISMMREG0(r) (((r) >= MMREG0) && ((r) <= MMREG0_END)) -+#define MMSELECT0(r) (((r) << 2) + DWMREG0) -+#define MMSELECT1(r) (((((r) & 0xff) << 2) + DWMREG1)) -+#define MMSELECT(r) (ISMMREG0(r) ? MMSELECT0(r) : MMSELECT1(r)) -+ -+/* ================================================================ -+ * DMA constants -+ */ -+ -+/* DMA descriptor field indices: -+ * The descriptor fields are loaded into the read-only -+ * BM_* system bus master registers during a bus-master operation -+ */ -+#define MACH64_DMA_FRAME_BUF_OFFSET 0 /* BM_FRAME_BUF_OFFSET */ -+#define MACH64_DMA_SYS_MEM_ADDR 1 /* BM_SYSTEM_MEM_ADDR */ -+#define MACH64_DMA_COMMAND 2 /* BM_COMMAND */ -+#define MACH64_DMA_RESERVED 3 /* BM_STATUS */ -+ -+/* BM_COMMAND descriptor field flags */ -+#define MACH64_DMA_HOLD_OFFSET (1<<30) /* Don't increment DMA_FRAME_BUF_OFFSET */ -+#define MACH64_DMA_EOL (1<<31) /* End of descriptor list flag */ -+ -+#define MACH64_DMA_CHUNKSIZE 0x1000 /* 4kB per DMA descriptor */ -+#define MACH64_APERTURE_OFFSET 0x7ff800 /* frame-buffer offset for gui-masters */ -+ -+/* ================================================================ -+ * Ring operations -+ * -+ * Since the Mach64 bus master engine requires polling, these functions end -+ * up being called frequently, hence being inline. -+ */ -+ -+static __inline__ void mach64_ring_start(drm_mach64_private_t * dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ -+ DRM_DEBUG("head_addr: 0x%08x head: %d tail: %d space: %d\n", -+ ring->head_addr, ring->head, ring->tail, ring->space); -+ -+ if (mach64_do_wait_for_idle(dev_priv) < 0) { -+ mach64_do_engine_reset(dev_priv); -+ } -+ -+ if (dev_priv->driver_mode != MACH64_MODE_MMIO) { -+ /* enable bus mastering and block 1 registers */ -+ MACH64_WRITE(MACH64_BUS_CNTL, -+ (MACH64_READ(MACH64_BUS_CNTL) & -+ ~MACH64_BUS_MASTER_DIS) -+ | MACH64_BUS_EXT_REG_EN); -+ mach64_do_wait_for_idle(dev_priv); -+ } -+ -+ /* reset descriptor table ring head */ -+ MACH64_WRITE(MACH64_BM_GUI_TABLE_CMD, -+ ring->head_addr | MACH64_CIRCULAR_BUF_SIZE_16KB); -+ -+ dev_priv->ring_running = 1; -+} -+ -+static __inline__ void mach64_ring_resume(drm_mach64_private_t * dev_priv, -+ drm_mach64_descriptor_ring_t * ring) -+{ -+ DRM_DEBUG("head_addr: 0x%08x head: %d tail: %d space: %d\n", -+ ring->head_addr, ring->head, ring->tail, ring->space); -+ -+ /* reset descriptor table ring head */ -+ MACH64_WRITE(MACH64_BM_GUI_TABLE_CMD, -+ ring->head_addr | MACH64_CIRCULAR_BUF_SIZE_16KB); -+ -+ if (dev_priv->driver_mode == MACH64_MODE_MMIO) { -+ mach64_do_dispatch_pseudo_dma(dev_priv); -+ } else { -+ /* enable GUI bus mastering, and sync the bus master to the GUI */ -+ MACH64_WRITE(MACH64_SRC_CNTL, -+ MACH64_SRC_BM_ENABLE | MACH64_SRC_BM_SYNC | -+ MACH64_SRC_BM_OP_SYSTEM_TO_REG); -+ -+ /* kick off the transfer */ -+ MACH64_WRITE(MACH64_DST_HEIGHT_WIDTH, 0); -+ if (dev_priv->driver_mode == MACH64_MODE_DMA_SYNC) { -+ if ((mach64_do_wait_for_idle(dev_priv)) < 0) { -+ DRM_ERROR("idle failed, resetting engine\n"); -+ mach64_dump_engine_info(dev_priv); -+ mach64_do_engine_reset(dev_priv); -+ return; -+ } -+ mach64_do_release_used_buffers(dev_priv); -+ } -+ } -+} -+ -+/** -+ * Poll the ring head and make sure the bus master is alive. -+ * -+ * Mach64's bus master engine will stop if there are no more entries to process. -+ * This function polls the engine for the last processed entry and calls -+ * mach64_ring_resume if there is an unprocessed entry. -+ * -+ * Note also that, since we update the ring tail while the bus master engine is -+ * in operation, it is possible that the last tail update was too late to be -+ * processed, and the bus master engine stops at the previous tail position. -+ * Therefore it is important to call this function frequently. -+ */ -+static __inline__ void mach64_ring_tick(drm_mach64_private_t * dev_priv, -+ drm_mach64_descriptor_ring_t * ring) -+{ -+ DRM_DEBUG("head_addr: 0x%08x head: %d tail: %d space: %d\n", -+ ring->head_addr, ring->head, ring->tail, ring->space); -+ -+ if (!dev_priv->ring_running) { -+ mach64_ring_start(dev_priv); -+ -+ if (ring->head != ring->tail) { -+ mach64_ring_resume(dev_priv, ring); -+ } -+ } else { -+ /* GUI_ACTIVE must be read before BM_GUI_TABLE to -+ * correctly determine the ring head -+ */ -+ int gui_active = -+ MACH64_READ(MACH64_GUI_STAT) & MACH64_GUI_ACTIVE; -+ -+ ring->head_addr = MACH64_READ(MACH64_BM_GUI_TABLE) & 0xfffffff0; -+ -+ if (gui_active) { -+ /* If not idle, BM_GUI_TABLE points one descriptor -+ * past the current head -+ */ -+ if (ring->head_addr == ring->start_addr) { -+ ring->head_addr += ring->size; -+ } -+ ring->head_addr -= 4 * sizeof(u32); -+ } -+ -+ if (ring->head_addr < ring->start_addr || -+ ring->head_addr >= ring->start_addr + ring->size) { -+ DRM_ERROR("bad ring head address: 0x%08x\n", -+ ring->head_addr); -+ mach64_dump_ring_info(dev_priv); -+ mach64_do_engine_reset(dev_priv); -+ return; -+ } -+ -+ ring->head = (ring->head_addr - ring->start_addr) / sizeof(u32); -+ -+ if (!gui_active && ring->head != ring->tail) { -+ mach64_ring_resume(dev_priv, ring); -+ } -+ } -+} -+ -+static __inline__ void mach64_ring_stop(drm_mach64_private_t * dev_priv) -+{ -+ DRM_DEBUG("head_addr: 0x%08x head: %d tail: %d space: %d\n", -+ dev_priv->ring.head_addr, dev_priv->ring.head, -+ dev_priv->ring.tail, dev_priv->ring.space); -+ -+ /* restore previous SRC_CNTL to disable busmastering */ -+ mach64_do_wait_for_fifo(dev_priv, 1); -+ MACH64_WRITE(MACH64_SRC_CNTL, 0); -+ -+ /* disable busmastering but keep the block 1 registers enabled */ -+ mach64_do_wait_for_idle(dev_priv); -+ MACH64_WRITE(MACH64_BUS_CNTL, MACH64_READ(MACH64_BUS_CNTL) -+ | MACH64_BUS_MASTER_DIS | MACH64_BUS_EXT_REG_EN); -+ -+ dev_priv->ring_running = 0; -+} -+ -+static __inline__ void -+mach64_update_ring_snapshot(drm_mach64_private_t * dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ -+ DRM_DEBUG("\n"); -+ -+ mach64_ring_tick(dev_priv, ring); -+ -+ ring->space = (ring->head - ring->tail) * sizeof(u32); -+ if (ring->space <= 0) { -+ ring->space += ring->size; -+ } -+} -+ -+/* ================================================================ -+ * DMA macros -+ * -+ * Mach64's ring buffer doesn't take register writes directly. These -+ * have to be written indirectly in DMA buffers. These macros simplify -+ * the task of setting up a buffer, writing commands to it, and -+ * queuing the buffer in the ring. -+ */ -+ -+#define DMALOCALS \ -+ drm_mach64_freelist_t *_entry = NULL; \ -+ struct drm_buf *_buf = NULL; \ -+ u32 *_buf_wptr; int _outcount -+ -+#define GETBUFPTR( __buf ) \ -+((dev_priv->is_pci) ? \ -+ ((u32 *)(__buf)->address) : \ -+ ((u32 *)((char *)dev_priv->dev_buffers->handle + (__buf)->offset))) -+ -+#define GETBUFADDR( __buf ) ((u32)(__buf)->bus_address) -+ -+#define GETRINGOFFSET() (_entry->ring_ofs) -+ -+static __inline__ int mach64_find_pending_buf_entry(drm_mach64_private_t * -+ dev_priv, -+ drm_mach64_freelist_t ** -+ entry, struct drm_buf * buf) -+{ -+ struct list_head *ptr; -+#if MACH64_EXTRA_CHECKING -+ if (list_empty(&dev_priv->pending)) { -+ DRM_ERROR("Empty pending list in \n"); -+ return -EINVAL; -+ } -+#endif -+ ptr = dev_priv->pending.prev; -+ *entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ while ((*entry)->buf != buf) { -+ if (ptr == &dev_priv->pending) { -+ return -EFAULT; -+ } -+ ptr = ptr->prev; -+ *entry = list_entry(ptr, drm_mach64_freelist_t, list); -+ } -+ return 0; -+} -+ -+#define DMASETPTR( _p ) \ -+do { \ -+ _buf = (_p); \ -+ _outcount = 0; \ -+ _buf_wptr = GETBUFPTR( _buf ); \ -+} while(0) -+ -+/* FIXME: use a private set of smaller buffers for state emits, clears, and swaps? */ -+#define DMAGETPTR( file_priv, dev_priv, n ) \ -+do { \ -+ if ( MACH64_VERBOSE ) { \ -+ DRM_INFO( "DMAGETPTR( %d )\n", (n) ); \ -+ } \ -+ _buf = mach64_freelist_get( dev_priv ); \ -+ if (_buf == NULL) { \ -+ DRM_ERROR("couldn't get buffer in DMAGETPTR\n"); \ -+ return -EAGAIN; \ -+ } \ -+ if (_buf->pending) { \ -+ DRM_ERROR("pending buf in DMAGETPTR\n"); \ -+ return -EFAULT; \ -+ } \ -+ _buf->file_priv = file_priv; \ -+ _outcount = 0; \ -+ \ -+ _buf_wptr = GETBUFPTR( _buf ); \ -+} while (0) -+ -+#define DMAOUTREG( reg, val ) \ -+do { \ -+ if ( MACH64_VERBOSE ) { \ -+ DRM_INFO( " DMAOUTREG( 0x%x = 0x%08x )\n", \ -+ reg, val ); \ -+ } \ -+ _buf_wptr[_outcount++] = cpu_to_le32(DMAREG(reg)); \ -+ _buf_wptr[_outcount++] = cpu_to_le32((val)); \ -+ _buf->used += 8; \ -+} while (0) -+ -+#define DMAADVANCE( dev_priv, _discard ) \ -+ do { \ -+ struct list_head *ptr; \ -+ int ret; \ -+ \ -+ if ( MACH64_VERBOSE ) { \ -+ DRM_INFO( "DMAADVANCE() in \n" ); \ -+ } \ -+ \ -+ if (_buf->used <= 0) { \ -+ DRM_ERROR( "DMAADVANCE(): sending empty buf %d\n", \ -+ _buf->idx ); \ -+ return -EFAULT; \ -+ } \ -+ if (_buf->pending) { \ -+ /* This is a resued buffer, so we need to find it in the pending list */ \ -+ if ((ret = mach64_find_pending_buf_entry(dev_priv, &_entry, _buf))) { \ -+ DRM_ERROR( "DMAADVANCE(): couldn't find pending buf %d\n", _buf->idx ); \ -+ return ret; \ -+ } \ -+ if (_entry->discard) { \ -+ DRM_ERROR( "DMAADVANCE(): sending discarded pending buf %d\n", _buf->idx ); \ -+ return -EFAULT; \ -+ } \ -+ } else { \ -+ if (list_empty(&dev_priv->placeholders)) { \ -+ DRM_ERROR( "DMAADVANCE(): empty placeholder list\n"); \ -+ return -EFAULT; \ -+ } \ -+ ptr = dev_priv->placeholders.next; \ -+ list_del(ptr); \ -+ _entry = list_entry(ptr, drm_mach64_freelist_t, list); \ -+ _buf->pending = 1; \ -+ _entry->buf = _buf; \ -+ list_add_tail(ptr, &dev_priv->pending); \ -+ } \ -+ _entry->discard = (_discard); \ -+ if ((ret = mach64_add_buf_to_ring( dev_priv, _entry ))) \ -+ return ret; \ -+ } while (0) -+ -+#define DMADISCARDBUF() \ -+ do { \ -+ if (_entry == NULL) { \ -+ int ret; \ -+ if ((ret = mach64_find_pending_buf_entry(dev_priv, &_entry, _buf))) { \ -+ DRM_ERROR( "couldn't find pending buf %d\n", \ -+ _buf->idx ); \ -+ return ret; \ -+ } \ -+ } \ -+ _entry->discard = 1; \ -+ } while(0) -+ -+#define DMAADVANCEHOSTDATA( dev_priv ) \ -+ do { \ -+ struct list_head *ptr; \ -+ int ret; \ -+ \ -+ if ( MACH64_VERBOSE ) { \ -+ DRM_INFO( "DMAADVANCEHOSTDATA() in \n" ); \ -+ } \ -+ \ -+ if (_buf->used <= 0) { \ -+ DRM_ERROR( "DMAADVANCEHOSTDATA(): sending empty buf %d\n", _buf->idx ); \ -+ return -EFAULT; \ -+ } \ -+ if (list_empty(&dev_priv->placeholders)) { \ -+ DRM_ERROR( "empty placeholder list in DMAADVANCEHOSTDATA()\n" ); \ -+ return -EFAULT; \ -+ } \ -+ \ -+ ptr = dev_priv->placeholders.next; \ -+ list_del(ptr); \ -+ _entry = list_entry(ptr, drm_mach64_freelist_t, list); \ -+ _entry->buf = _buf; \ -+ _entry->buf->pending = 1; \ -+ list_add_tail(ptr, &dev_priv->pending); \ -+ _entry->discard = 1; \ -+ if ((ret = mach64_add_hostdata_buf_to_ring( dev_priv, _entry ))) \ -+ return ret; \ -+ } while (0) -+ -+#endif /* __MACH64_DRV_H__ */ ---- /dev/null -+++ b/drivers/gpu/drm/mach64/mach64_irq.c -@@ -0,0 +1,159 @@ -+/* mach64_irq.c -- IRQ handling for ATI Mach64 -*- linux-c -*- -+ * Created: Tue Feb 25, 2003 by Leif Delgass, based on radeon_irq.c/r128_irq.c -+ */ -+/*- -+ * Copyright (C) The Weather Channel, Inc. 2002. -+ * Copyright 2003 Leif Delgass -+ * All Rights Reserved. -+ * -+ * The Weather Channel (TM) funded Tungsten Graphics to develop the -+ * initial release of the Radeon 8500 driver under the XFree86 license. -+ * This notice must be preserved. -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining a -+ * copy of this software and associated documentation files (the "Software"), -+ * to deal in the Software without restriction, including without limitation -+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, -+ * and/or sell copies of the Software, and to permit persons to whom the -+ * Software is furnished to do so, subject to the following conditions: -+ * -+ * The above copyright notice and this permission notice (including the next -+ * paragraph) shall be included in all copies or substantial portions of the -+ * Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -+ * DEALINGS IN THE SOFTWARE. -+ * -+ * Authors: -+ * Keith Whitwell -+ * Eric Anholt -+ * Leif Delgass -+ */ -+ -+#include "drmP.h" -+#include "drm.h" -+#include "mach64_drm.h" -+#include "mach64_drv.h" -+ -+irqreturn_t mach64_driver_irq_handler(DRM_IRQ_ARGS) -+{ -+ struct drm_device *dev = arg; -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ int status; -+ -+ status = MACH64_READ(MACH64_CRTC_INT_CNTL); -+ -+ /* VBLANK interrupt */ -+ if (status & MACH64_CRTC_VBLANK_INT) { -+ /* Mask off all interrupt ack bits before setting the ack bit, since -+ * there may be other handlers outside the DRM. -+ * -+ * NOTE: On mach64, you need to keep the enable bits set when doing -+ * the ack, despite what the docs say about not acking and enabling -+ * in a single write. -+ */ -+ MACH64_WRITE(MACH64_CRTC_INT_CNTL, -+ (status & ~MACH64_CRTC_INT_ACKS) -+ | MACH64_CRTC_VBLANK_INT); -+ -+ atomic_inc(&dev_priv->vbl_received); -+ drm_handle_vblank(dev, 0); -+ return IRQ_HANDLED; -+ } -+ return IRQ_NONE; -+} -+ -+u32 mach64_get_vblank_counter(struct drm_device * dev, int crtc) -+{ -+ const drm_mach64_private_t *const dev_priv = dev->dev_private; -+ -+ if (crtc != 0) -+ return 0; -+ -+ return atomic_read(&dev_priv->vbl_received); -+} -+ -+int mach64_enable_vblank(struct drm_device * dev, int crtc) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ u32 status = MACH64_READ(MACH64_CRTC_INT_CNTL); -+ -+ if (crtc != 0) { -+ DRM_ERROR("tried to enable vblank on non-existent crtc %d\n", -+ crtc); -+ return -EINVAL; -+ } -+ -+ DRM_DEBUG("before enable vblank CRTC_INT_CTNL: 0x%08x\n", status); -+ -+ /* Turn on VBLANK interrupt */ -+ MACH64_WRITE(MACH64_CRTC_INT_CNTL, MACH64_READ(MACH64_CRTC_INT_CNTL) -+ | MACH64_CRTC_VBLANK_INT_EN); -+ -+ return 0; -+} -+ -+void mach64_disable_vblank(struct drm_device * dev, int crtc) -+{ -+ if (crtc != 0) { -+ DRM_ERROR("tried to disable vblank on non-existent crtc %d\n", -+ crtc); -+ return; -+ } -+ -+ /* -+ * FIXME: implement proper interrupt disable by using the vblank -+ * counter register (if available). -+ */ -+} -+ -+static void mach64_disable_vblank_local(struct drm_device * dev, int crtc) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ u32 status = MACH64_READ(MACH64_CRTC_INT_CNTL); -+ -+ if (crtc != 0) { -+ DRM_ERROR("tried to disable vblank on non-existent crtc %d\n", -+ crtc); -+ return; -+ } -+ -+ DRM_DEBUG("before disable vblank CRTC_INT_CTNL: 0x%08x\n", status); -+ -+ /* Disable and clear VBLANK interrupt */ -+ MACH64_WRITE(MACH64_CRTC_INT_CNTL, (status & ~MACH64_CRTC_VBLANK_INT_EN) -+ | MACH64_CRTC_VBLANK_INT); -+} -+ -+void mach64_driver_irq_preinstall(struct drm_device * dev) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ -+ u32 status = MACH64_READ(MACH64_CRTC_INT_CNTL); -+ -+ DRM_DEBUG("before install CRTC_INT_CTNL: 0x%08x\n", status); -+ -+ mach64_disable_vblank_local(dev, 0); -+} -+ -+int mach64_driver_irq_postinstall(struct drm_device * dev) -+{ -+ return drm_vblank_init(dev, 1); -+} -+ -+void mach64_driver_irq_uninstall(struct drm_device * dev) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ if (!dev_priv) -+ return; -+ -+ mach64_disable_vblank_local(dev, 0); -+ -+ DRM_DEBUG("after uninstall CRTC_INT_CTNL: 0x%08x\n", -+ MACH64_READ(MACH64_CRTC_INT_CNTL)); -+} ---- /dev/null -+++ b/drivers/gpu/drm/mach64/mach64_state.c -@@ -0,0 +1,910 @@ -+/* mach64_state.c -- State support for mach64 (Rage Pro) driver -*- linux-c -*- -+ * Created: Sun Dec 03 19:20:26 2000 by gareth@valinux.com -+ */ -+/* -+ * Copyright 2000 Gareth Hughes -+ * Copyright 2002-2003 Leif Delgass -+ * All Rights Reserved. -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining a -+ * copy of this software and associated documentation files (the "Software"), -+ * to deal in the Software without restriction, including without limitation -+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, -+ * and/or sell copies of the Software, and to permit persons to whom the -+ * Software is furnished to do so, subject to the following conditions: -+ * -+ * The above copyright notice and this permission notice (including the next -+ * paragraph) shall be included in all copies or substantial portions of the -+ * Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -+ * THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -+ * -+ * Authors: -+ * Gareth Hughes -+ * Leif Delgass -+ * José Fonseca -+ */ -+ -+#include "drmP.h" -+#include "drm.h" -+#include "mach64_drm.h" -+#include "mach64_drv.h" -+ -+/* Interface history: -+ * -+ * 1.0 - Initial mach64 DRM -+ * -+ */ -+struct drm_ioctl_desc mach64_ioctls[] = { -+ DRM_IOCTL_DEF(DRM_MACH64_INIT, mach64_dma_init, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY), -+ DRM_IOCTL_DEF(DRM_MACH64_CLEAR, mach64_dma_clear, DRM_AUTH), -+ DRM_IOCTL_DEF(DRM_MACH64_SWAP, mach64_dma_swap, DRM_AUTH), -+ DRM_IOCTL_DEF(DRM_MACH64_IDLE, mach64_dma_idle, DRM_AUTH), -+ DRM_IOCTL_DEF(DRM_MACH64_RESET, mach64_engine_reset, DRM_AUTH), -+ DRM_IOCTL_DEF(DRM_MACH64_VERTEX, mach64_dma_vertex, DRM_AUTH), -+ DRM_IOCTL_DEF(DRM_MACH64_BLIT, mach64_dma_blit, DRM_AUTH), -+ DRM_IOCTL_DEF(DRM_MACH64_FLUSH, mach64_dma_flush, DRM_AUTH), -+ DRM_IOCTL_DEF(DRM_MACH64_GETPARAM, mach64_get_param, DRM_AUTH), -+}; -+ -+int mach64_max_ioctl = DRM_ARRAY_SIZE(mach64_ioctls); -+ -+/* ================================================================ -+ * DMA hardware state programming functions -+ */ -+ -+static void mach64_print_dirty(const char *msg, unsigned int flags) -+{ -+ DRM_DEBUG("%s: (0x%x) %s%s%s%s%s%s%s%s%s%s%s%s\n", -+ msg, -+ flags, -+ (flags & MACH64_UPLOAD_DST_OFF_PITCH) ? "dst_off_pitch, " : -+ "", -+ (flags & MACH64_UPLOAD_Z_ALPHA_CNTL) ? "z_alpha_cntl, " : "", -+ (flags & MACH64_UPLOAD_SCALE_3D_CNTL) ? "scale_3d_cntl, " : -+ "", (flags & MACH64_UPLOAD_DP_FOG_CLR) ? "dp_fog_clr, " : "", -+ (flags & MACH64_UPLOAD_DP_WRITE_MASK) ? "dp_write_mask, " : -+ "", -+ (flags & MACH64_UPLOAD_DP_PIX_WIDTH) ? "dp_pix_width, " : "", -+ (flags & MACH64_UPLOAD_SETUP_CNTL) ? "setup_cntl, " : "", -+ (flags & MACH64_UPLOAD_MISC) ? "misc, " : "", -+ (flags & MACH64_UPLOAD_TEXTURE) ? "texture, " : "", -+ (flags & MACH64_UPLOAD_TEX0IMAGE) ? "tex0 image, " : "", -+ (flags & MACH64_UPLOAD_TEX1IMAGE) ? "tex1 image, " : "", -+ (flags & MACH64_UPLOAD_CLIPRECTS) ? "cliprects, " : ""); -+} -+ -+/* Mach64 doesn't have hardware cliprects, just one hardware scissor, -+ * so the GL scissor is intersected with each cliprect here -+ */ -+/* This function returns 0 on success, 1 for no intersection, and -+ * negative for an error -+ */ -+static int mach64_emit_cliprect(struct drm_file *file_priv, -+ drm_mach64_private_t * dev_priv, -+ struct drm_clip_rect * box) -+{ -+ u32 sc_left_right, sc_top_bottom; -+ struct drm_clip_rect scissor; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ drm_mach64_context_regs_t *regs = &sarea_priv->context_state; -+ DMALOCALS; -+ -+ DRM_DEBUG("box=%p\n", box); -+ -+ /* Get GL scissor */ -+ /* FIXME: store scissor in SAREA as a cliprect instead of in -+ * hardware format, or do intersection client-side -+ */ -+ scissor.x1 = regs->sc_left_right & 0xffff; -+ scissor.x2 = (regs->sc_left_right & 0xffff0000) >> 16; -+ scissor.y1 = regs->sc_top_bottom & 0xffff; -+ scissor.y2 = (regs->sc_top_bottom & 0xffff0000) >> 16; -+ -+ /* Intersect GL scissor with cliprect */ -+ if (box->x1 > scissor.x1) -+ scissor.x1 = box->x1; -+ if (box->y1 > scissor.y1) -+ scissor.y1 = box->y1; -+ if (box->x2 < scissor.x2) -+ scissor.x2 = box->x2; -+ if (box->y2 < scissor.y2) -+ scissor.y2 = box->y2; -+ /* positive return means skip */ -+ if (scissor.x1 >= scissor.x2) -+ return 1; -+ if (scissor.y1 >= scissor.y2) -+ return 1; -+ -+ DMAGETPTR(file_priv, dev_priv, 2); /* returns on failure to get buffer */ -+ -+ sc_left_right = ((scissor.x1 << 0) | (scissor.x2 << 16)); -+ sc_top_bottom = ((scissor.y1 << 0) | (scissor.y2 << 16)); -+ -+ DMAOUTREG(MACH64_SC_LEFT_RIGHT, sc_left_right); -+ DMAOUTREG(MACH64_SC_TOP_BOTTOM, sc_top_bottom); -+ -+ DMAADVANCE(dev_priv, 1); -+ -+ return 0; -+} -+ -+static __inline__ int mach64_emit_state(struct drm_file *file_priv, -+ drm_mach64_private_t * dev_priv) -+{ -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ drm_mach64_context_regs_t *regs = &sarea_priv->context_state; -+ unsigned int dirty = sarea_priv->dirty; -+ u32 offset = ((regs->tex_size_pitch & 0xf0) >> 2); -+ DMALOCALS; -+ -+ if (MACH64_VERBOSE) { -+ mach64_print_dirty(__FUNCTION__, dirty); -+ } else { -+ DRM_DEBUG("dirty=0x%08x\n", dirty); -+ } -+ -+ DMAGETPTR(file_priv, dev_priv, 17); /* returns on failure to get buffer */ -+ -+ if (dirty & MACH64_UPLOAD_MISC) { -+ DMAOUTREG(MACH64_DP_MIX, regs->dp_mix); -+ DMAOUTREG(MACH64_DP_SRC, regs->dp_src); -+ DMAOUTREG(MACH64_CLR_CMP_CNTL, regs->clr_cmp_cntl); -+ DMAOUTREG(MACH64_GUI_TRAJ_CNTL, regs->gui_traj_cntl); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_MISC; -+ } -+ -+ if (dirty & MACH64_UPLOAD_DST_OFF_PITCH) { -+ DMAOUTREG(MACH64_DST_OFF_PITCH, regs->dst_off_pitch); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_DST_OFF_PITCH; -+ } -+ if (dirty & MACH64_UPLOAD_Z_OFF_PITCH) { -+ DMAOUTREG(MACH64_Z_OFF_PITCH, regs->z_off_pitch); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_Z_OFF_PITCH; -+ } -+ if (dirty & MACH64_UPLOAD_Z_ALPHA_CNTL) { -+ DMAOUTREG(MACH64_Z_CNTL, regs->z_cntl); -+ DMAOUTREG(MACH64_ALPHA_TST_CNTL, regs->alpha_tst_cntl); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_Z_ALPHA_CNTL; -+ } -+ if (dirty & MACH64_UPLOAD_SCALE_3D_CNTL) { -+ DMAOUTREG(MACH64_SCALE_3D_CNTL, regs->scale_3d_cntl); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_SCALE_3D_CNTL; -+ } -+ if (dirty & MACH64_UPLOAD_DP_FOG_CLR) { -+ DMAOUTREG(MACH64_DP_FOG_CLR, regs->dp_fog_clr); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_DP_FOG_CLR; -+ } -+ if (dirty & MACH64_UPLOAD_DP_WRITE_MASK) { -+ DMAOUTREG(MACH64_DP_WRITE_MASK, regs->dp_write_mask); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_DP_WRITE_MASK; -+ } -+ if (dirty & MACH64_UPLOAD_DP_PIX_WIDTH) { -+ DMAOUTREG(MACH64_DP_PIX_WIDTH, regs->dp_pix_width); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_DP_PIX_WIDTH; -+ } -+ if (dirty & MACH64_UPLOAD_SETUP_CNTL) { -+ DMAOUTREG(MACH64_SETUP_CNTL, regs->setup_cntl); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_SETUP_CNTL; -+ } -+ -+ if (dirty & MACH64_UPLOAD_TEXTURE) { -+ DMAOUTREG(MACH64_TEX_SIZE_PITCH, regs->tex_size_pitch); -+ DMAOUTREG(MACH64_TEX_CNTL, regs->tex_cntl); -+ DMAOUTREG(MACH64_SECONDARY_TEX_OFF, regs->secondary_tex_off); -+ DMAOUTREG(MACH64_TEX_0_OFF + offset, regs->tex_offset); -+ sarea_priv->dirty &= ~MACH64_UPLOAD_TEXTURE; -+ } -+ -+ DMAADVANCE(dev_priv, 1); -+ -+ sarea_priv->dirty &= MACH64_UPLOAD_CLIPRECTS; -+ -+ return 0; -+ -+} -+ -+/* ================================================================ -+ * DMA command dispatch functions -+ */ -+ -+static int mach64_dma_dispatch_clear(struct drm_device * dev, -+ struct drm_file *file_priv, -+ unsigned int flags, -+ int cx, int cy, int cw, int ch, -+ unsigned int clear_color, -+ unsigned int clear_depth) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ drm_mach64_context_regs_t *ctx = &sarea_priv->context_state; -+ int nbox = sarea_priv->nbox; -+ struct drm_clip_rect *pbox = sarea_priv->boxes; -+ u32 fb_bpp, depth_bpp; -+ int i; -+ DMALOCALS; -+ -+ DRM_DEBUG("\n"); -+ -+ switch (dev_priv->fb_bpp) { -+ case 16: -+ fb_bpp = MACH64_DATATYPE_RGB565; -+ break; -+ case 32: -+ fb_bpp = MACH64_DATATYPE_ARGB8888; -+ break; -+ default: -+ return -EINVAL; -+ } -+ switch (dev_priv->depth_bpp) { -+ case 16: -+ depth_bpp = MACH64_DATATYPE_RGB565; -+ break; -+ case 24: -+ case 32: -+ depth_bpp = MACH64_DATATYPE_ARGB8888; -+ break; -+ default: -+ return -EINVAL; -+ } -+ -+ if (!nbox) -+ return 0; -+ -+ DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to get buffer */ -+ -+ for (i = 0; i < nbox; i++) { -+ int x = pbox[i].x1; -+ int y = pbox[i].y1; -+ int w = pbox[i].x2 - x; -+ int h = pbox[i].y2 - y; -+ -+ DRM_DEBUG("dispatch clear %d,%d-%d,%d flags 0x%x\n", -+ pbox[i].x1, pbox[i].y1, -+ pbox[i].x2, pbox[i].y2, flags); -+ -+ if (flags & (MACH64_FRONT | MACH64_BACK)) { -+ /* Setup for color buffer clears -+ */ -+ -+ DMAOUTREG(MACH64_Z_CNTL, 0); -+ DMAOUTREG(MACH64_SCALE_3D_CNTL, 0); -+ -+ DMAOUTREG(MACH64_SC_LEFT_RIGHT, ctx->sc_left_right); -+ DMAOUTREG(MACH64_SC_TOP_BOTTOM, ctx->sc_top_bottom); -+ -+ DMAOUTREG(MACH64_CLR_CMP_CNTL, 0); -+ DMAOUTREG(MACH64_GUI_TRAJ_CNTL, -+ (MACH64_DST_X_LEFT_TO_RIGHT | -+ MACH64_DST_Y_TOP_TO_BOTTOM)); -+ -+ DMAOUTREG(MACH64_DP_PIX_WIDTH, ((fb_bpp << 0) | -+ (fb_bpp << 4) | -+ (fb_bpp << 8) | -+ (fb_bpp << 16) | -+ (fb_bpp << 28))); -+ -+ DMAOUTREG(MACH64_DP_FRGD_CLR, clear_color); -+ DMAOUTREG(MACH64_DP_WRITE_MASK, ctx->dp_write_mask); -+ DMAOUTREG(MACH64_DP_MIX, (MACH64_BKGD_MIX_D | -+ MACH64_FRGD_MIX_S)); -+ DMAOUTREG(MACH64_DP_SRC, (MACH64_BKGD_SRC_FRGD_CLR | -+ MACH64_FRGD_SRC_FRGD_CLR | -+ MACH64_MONO_SRC_ONE)); -+ -+ } -+ -+ if (flags & MACH64_FRONT) { -+ -+ DMAOUTREG(MACH64_DST_OFF_PITCH, -+ dev_priv->front_offset_pitch); -+ DMAOUTREG(MACH64_DST_X_Y, (y << 16) | x); -+ DMAOUTREG(MACH64_DST_WIDTH_HEIGHT, (h << 16) | w); -+ -+ } -+ -+ if (flags & MACH64_BACK) { -+ -+ DMAOUTREG(MACH64_DST_OFF_PITCH, -+ dev_priv->back_offset_pitch); -+ DMAOUTREG(MACH64_DST_X_Y, (y << 16) | x); -+ DMAOUTREG(MACH64_DST_WIDTH_HEIGHT, (h << 16) | w); -+ -+ } -+ -+ if (flags & MACH64_DEPTH) { -+ /* Setup for depth buffer clear -+ */ -+ DMAOUTREG(MACH64_Z_CNTL, 0); -+ DMAOUTREG(MACH64_SCALE_3D_CNTL, 0); -+ -+ DMAOUTREG(MACH64_SC_LEFT_RIGHT, ctx->sc_left_right); -+ DMAOUTREG(MACH64_SC_TOP_BOTTOM, ctx->sc_top_bottom); -+ -+ DMAOUTREG(MACH64_CLR_CMP_CNTL, 0); -+ DMAOUTREG(MACH64_GUI_TRAJ_CNTL, -+ (MACH64_DST_X_LEFT_TO_RIGHT | -+ MACH64_DST_Y_TOP_TO_BOTTOM)); -+ -+ DMAOUTREG(MACH64_DP_PIX_WIDTH, ((depth_bpp << 0) | -+ (depth_bpp << 4) | -+ (depth_bpp << 8) | -+ (depth_bpp << 16) | -+ (depth_bpp << 28))); -+ -+ DMAOUTREG(MACH64_DP_FRGD_CLR, clear_depth); -+ DMAOUTREG(MACH64_DP_WRITE_MASK, 0xffffffff); -+ DMAOUTREG(MACH64_DP_MIX, (MACH64_BKGD_MIX_D | -+ MACH64_FRGD_MIX_S)); -+ DMAOUTREG(MACH64_DP_SRC, (MACH64_BKGD_SRC_FRGD_CLR | -+ MACH64_FRGD_SRC_FRGD_CLR | -+ MACH64_MONO_SRC_ONE)); -+ -+ DMAOUTREG(MACH64_DST_OFF_PITCH, -+ dev_priv->depth_offset_pitch); -+ DMAOUTREG(MACH64_DST_X_Y, (y << 16) | x); -+ DMAOUTREG(MACH64_DST_WIDTH_HEIGHT, (h << 16) | w); -+ } -+ } -+ -+ DMAADVANCE(dev_priv, 1); -+ -+ return 0; -+} -+ -+static int mach64_dma_dispatch_swap(struct drm_device * dev, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ int nbox = sarea_priv->nbox; -+ struct drm_clip_rect *pbox = sarea_priv->boxes; -+ u32 fb_bpp; -+ int i; -+ DMALOCALS; -+ -+ DRM_DEBUG("\n"); -+ -+ switch (dev_priv->fb_bpp) { -+ case 16: -+ fb_bpp = MACH64_DATATYPE_RGB565; -+ break; -+ case 32: -+ default: -+ fb_bpp = MACH64_DATATYPE_ARGB8888; -+ break; -+ } -+ -+ if (!nbox) -+ return 0; -+ -+ DMAGETPTR(file_priv, dev_priv, 13 + nbox * 4); /* returns on failure to get buffer */ -+ -+ DMAOUTREG(MACH64_Z_CNTL, 0); -+ DMAOUTREG(MACH64_SCALE_3D_CNTL, 0); -+ -+ DMAOUTREG(MACH64_SC_LEFT_RIGHT, 0 | (8191 << 16)); /* no scissor */ -+ DMAOUTREG(MACH64_SC_TOP_BOTTOM, 0 | (16383 << 16)); -+ -+ DMAOUTREG(MACH64_CLR_CMP_CNTL, 0); -+ DMAOUTREG(MACH64_GUI_TRAJ_CNTL, (MACH64_DST_X_LEFT_TO_RIGHT | -+ MACH64_DST_Y_TOP_TO_BOTTOM)); -+ -+ DMAOUTREG(MACH64_DP_PIX_WIDTH, ((fb_bpp << 0) | -+ (fb_bpp << 4) | -+ (fb_bpp << 8) | -+ (fb_bpp << 16) | (fb_bpp << 28))); -+ -+ DMAOUTREG(MACH64_DP_WRITE_MASK, 0xffffffff); -+ DMAOUTREG(MACH64_DP_MIX, (MACH64_BKGD_MIX_D | MACH64_FRGD_MIX_S)); -+ DMAOUTREG(MACH64_DP_SRC, (MACH64_BKGD_SRC_BKGD_CLR | -+ MACH64_FRGD_SRC_BLIT | MACH64_MONO_SRC_ONE)); -+ -+ DMAOUTREG(MACH64_SRC_OFF_PITCH, dev_priv->back_offset_pitch); -+ DMAOUTREG(MACH64_DST_OFF_PITCH, dev_priv->front_offset_pitch); -+ -+ for (i = 0; i < nbox; i++) { -+ int x = pbox[i].x1; -+ int y = pbox[i].y1; -+ int w = pbox[i].x2 - x; -+ int h = pbox[i].y2 - y; -+ -+ DRM_DEBUG("dispatch swap %d,%d-%d,%d\n", -+ pbox[i].x1, pbox[i].y1, pbox[i].x2, pbox[i].y2); -+ -+ DMAOUTREG(MACH64_SRC_WIDTH1, w); -+ DMAOUTREG(MACH64_SRC_Y_X, (x << 16) | y); -+ DMAOUTREG(MACH64_DST_Y_X, (x << 16) | y); -+ DMAOUTREG(MACH64_DST_WIDTH_HEIGHT, (h << 16) | w); -+ -+ } -+ -+ DMAADVANCE(dev_priv, 1); -+ -+ if (dev_priv->driver_mode == MACH64_MODE_DMA_ASYNC) { -+ for (i = 0; i < MACH64_MAX_QUEUED_FRAMES - 1; i++) { -+ dev_priv->frame_ofs[i] = dev_priv->frame_ofs[i + 1]; -+ } -+ dev_priv->frame_ofs[i] = GETRINGOFFSET(); -+ -+ dev_priv->sarea_priv->frames_queued++; -+ } -+ -+ return 0; -+} -+ -+static int mach64_do_get_frames_queued(drm_mach64_private_t * dev_priv) -+{ -+ drm_mach64_descriptor_ring_t *ring = &dev_priv->ring; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ int i, start; -+ u32 head, tail, ofs; -+ -+ DRM_DEBUG("\n"); -+ -+ if (sarea_priv->frames_queued == 0) -+ return 0; -+ -+ tail = ring->tail; -+ mach64_ring_tick(dev_priv, ring); -+ head = ring->head; -+ -+ start = (MACH64_MAX_QUEUED_FRAMES - -+ DRM_MIN(MACH64_MAX_QUEUED_FRAMES, sarea_priv->frames_queued)); -+ -+ if (head == tail) { -+ sarea_priv->frames_queued = 0; -+ for (i = start; i < MACH64_MAX_QUEUED_FRAMES; i++) { -+ dev_priv->frame_ofs[i] = ~0; -+ } -+ return 0; -+ } -+ -+ for (i = start; i < MACH64_MAX_QUEUED_FRAMES; i++) { -+ ofs = dev_priv->frame_ofs[i]; -+ DRM_DEBUG("frame_ofs[%d] ofs: %d\n", i, ofs); -+ if (ofs == ~0 || -+ (head < tail && (ofs < head || ofs >= tail)) || -+ (head > tail && (ofs < head && ofs >= tail))) { -+ sarea_priv->frames_queued = -+ (MACH64_MAX_QUEUED_FRAMES - 1) - i; -+ dev_priv->frame_ofs[i] = ~0; -+ } -+ } -+ -+ return sarea_priv->frames_queued; -+} -+ -+/* Copy and verify a client submited buffer. -+ * FIXME: Make an assembly optimized version -+ */ -+static __inline__ int copy_from_user_vertex(u32 *to, -+ const u32 __user *ufrom, -+ unsigned long bytes) -+{ -+ unsigned long n = bytes; /* dwords remaining in buffer */ -+ u32 *from, *orig_from; -+ -+ from = drm_alloc(bytes, DRM_MEM_DRIVER); -+ if (from == NULL) -+ return -ENOMEM; -+ -+ if (DRM_COPY_FROM_USER(from, ufrom, bytes)) { -+ drm_free(from, bytes, DRM_MEM_DRIVER); -+ return -EFAULT; -+ } -+ orig_from = from; /* we'll be modifying the "from" ptr, so save it */ -+ -+ n >>= 2; -+ -+ while (n > 1) { -+ u32 data, reg, count; -+ -+ data = *from++; -+ -+ n--; -+ -+ reg = le32_to_cpu(data); -+ count = (reg >> 16) + 1; -+ if (count <= n) { -+ n -= count; -+ reg &= 0xffff; -+ -+ /* This is an exact match of Mach64's Setup Engine registers, -+ * excluding SETUP_CNTL (1_C1). -+ */ -+ if ((reg >= 0x0190 && reg < 0x01c1) || -+ (reg >= 0x01ca && reg <= 0x01cf)) { -+ *to++ = data; -+ memcpy(to, from, count << 2); -+ from += count; -+ to += count; -+ } else { -+ DRM_ERROR("Got bad command: 0x%04x\n", reg); -+ drm_free(orig_from, bytes, DRM_MEM_DRIVER); -+ return -EACCES; -+ } -+ } else { -+ DRM_ERROR -+ ("Got bad command count(=%u) dwords remaining=%lu\n", -+ count, n); -+ drm_free(orig_from, bytes, DRM_MEM_DRIVER); -+ return -EINVAL; -+ } -+ } -+ -+ drm_free(orig_from, bytes, DRM_MEM_DRIVER); -+ if (n == 0) -+ return 0; -+ else { -+ DRM_ERROR("Bad buf->used(=%lu)\n", bytes); -+ return -EINVAL; -+ } -+} -+ -+static int mach64_dma_dispatch_vertex(struct drm_device * dev, -+ struct drm_file *file_priv, -+ drm_mach64_vertex_t * vertex) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ struct drm_buf *copy_buf; -+ void *buf = vertex->buf; -+ unsigned long used = vertex->used; -+ int ret = 0; -+ int i = 0; -+ int done = 0; -+ int verify_ret = 0; -+ DMALOCALS; -+ -+ DRM_DEBUG("buf=%p used=%lu nbox=%d\n", -+ buf, used, sarea_priv->nbox); -+ -+ if (!used) -+ goto _vertex_done; -+ -+ copy_buf = mach64_freelist_get(dev_priv); -+ if (copy_buf == NULL) { -+ DRM_ERROR("couldn't get buffer\n"); -+ return -EAGAIN; -+ } -+ -+ /* Mach64's vertex data is actually register writes. To avoid security -+ * compromises these register writes have to be verified and copied from -+ * user space into a private DMA buffer. -+ */ -+ verify_ret = copy_from_user_vertex(GETBUFPTR(copy_buf), buf, used); -+ -+ if (verify_ret != 0) { -+ mach64_freelist_put(dev_priv, copy_buf); -+ goto _vertex_done; -+ } -+ -+ copy_buf->used = used; -+ -+ DMASETPTR(copy_buf); -+ -+ if (sarea_priv->dirty & ~MACH64_UPLOAD_CLIPRECTS) { -+ ret = mach64_emit_state(file_priv, dev_priv); -+ if (ret < 0) -+ return ret; -+ } -+ -+ do { -+ /* Emit the next cliprect */ -+ if (i < sarea_priv->nbox) { -+ ret = mach64_emit_cliprect(file_priv, dev_priv, -+ &sarea_priv->boxes[i]); -+ if (ret < 0) { -+ /* failed to get buffer */ -+ return ret; -+ } else if (ret != 0) { -+ /* null intersection with scissor */ -+ continue; -+ } -+ } -+ if ((i >= sarea_priv->nbox - 1)) -+ done = 1; -+ -+ /* Add the buffer to the DMA queue */ -+ DMAADVANCE(dev_priv, done); -+ -+ } while (++i < sarea_priv->nbox); -+ -+ if (!done) { -+ if (copy_buf->pending) { -+ DMADISCARDBUF(); -+ } else { -+ /* This buffer wasn't used (no cliprects), so place it -+ * back on the free list -+ */ -+ mach64_freelist_put(dev_priv, copy_buf); -+ } -+ } -+ -+_vertex_done: -+ sarea_priv->dirty &= ~MACH64_UPLOAD_CLIPRECTS; -+ sarea_priv->nbox = 0; -+ -+ return verify_ret; -+} -+ -+static __inline__ int copy_from_user_blit(u32 *to, -+ const u32 __user *ufrom, -+ unsigned long bytes) -+{ -+ to = (u32 *)((char *)to + MACH64_HOSTDATA_BLIT_OFFSET); -+ -+ if (DRM_COPY_FROM_USER(to, ufrom, bytes)) { -+ return -EFAULT; -+ } -+ -+ return 0; -+} -+ -+static int mach64_dma_dispatch_blit(struct drm_device * dev, -+ struct drm_file *file_priv, -+ drm_mach64_blit_t * blit) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ int dword_shift, dwords; -+ unsigned long used; -+ struct drm_buf *copy_buf; -+ int verify_ret = 0; -+ DMALOCALS; -+ -+ /* The compiler won't optimize away a division by a variable, -+ * even if the only legal values are powers of two. Thus, we'll -+ * use a shift instead. -+ */ -+ switch (blit->format) { -+ case MACH64_DATATYPE_ARGB8888: -+ dword_shift = 0; -+ break; -+ case MACH64_DATATYPE_ARGB1555: -+ case MACH64_DATATYPE_RGB565: -+ case MACH64_DATATYPE_VYUY422: -+ case MACH64_DATATYPE_YVYU422: -+ case MACH64_DATATYPE_ARGB4444: -+ dword_shift = 1; -+ break; -+ case MACH64_DATATYPE_CI8: -+ case MACH64_DATATYPE_RGB8: -+ dword_shift = 2; -+ break; -+ default: -+ DRM_ERROR("invalid blit format %d\n", blit->format); -+ return -EINVAL; -+ } -+ -+ /* Set buf->used to the bytes of blit data based on the blit dimensions -+ * and verify the size. When the setup is emitted to the buffer with -+ * the DMA* macros below, buf->used is incremented to include the bytes -+ * used for setup as well as the blit data. -+ */ -+ dwords = (blit->width * blit->height) >> dword_shift; -+ used = dwords << 2; -+ if (used <= 0 || -+ used > MACH64_BUFFER_SIZE - MACH64_HOSTDATA_BLIT_OFFSET) { -+ DRM_ERROR("Invalid blit size: %lu bytes\n", used); -+ return -EINVAL; -+ } -+ -+ copy_buf = mach64_freelist_get(dev_priv); -+ if (copy_buf == NULL) { -+ DRM_ERROR("couldn't get buffer\n"); -+ return -EAGAIN; -+ } -+ -+ /* Copy the blit data from userspace. -+ * -+ * XXX: This is overkill. The most efficient solution would be having -+ * two sets of buffers (one set private for vertex data, the other set -+ * client-writable for blits). However that would bring more complexity -+ * and would break backward compatability. The solution currently -+ * implemented is keeping all buffers private, allowing to secure the -+ * driver, without increasing complexity at the expense of some speed -+ * transfering data. -+ */ -+ verify_ret = copy_from_user_blit(GETBUFPTR(copy_buf), blit->buf, used); -+ -+ if (verify_ret != 0) { -+ mach64_freelist_put(dev_priv, copy_buf); -+ goto _blit_done; -+ } -+ -+ copy_buf->used = used; -+ -+ /* FIXME: Use a last buffer flag and reduce the state emitted for subsequent, -+ * continuation buffers? -+ */ -+ -+ /* Blit via BM_HOSTDATA (gui-master) - like HOST_DATA[0-15], but doesn't require -+ * a register command every 16 dwords. State setup is added at the start of the -+ * buffer -- the client leaves space for this based on MACH64_HOSTDATA_BLIT_OFFSET -+ */ -+ DMASETPTR(copy_buf); -+ -+ DMAOUTREG(MACH64_Z_CNTL, 0); -+ DMAOUTREG(MACH64_SCALE_3D_CNTL, 0); -+ -+ DMAOUTREG(MACH64_SC_LEFT_RIGHT, 0 | (8191 << 16)); /* no scissor */ -+ DMAOUTREG(MACH64_SC_TOP_BOTTOM, 0 | (16383 << 16)); -+ -+ DMAOUTREG(MACH64_CLR_CMP_CNTL, 0); /* disable */ -+ DMAOUTREG(MACH64_GUI_TRAJ_CNTL, -+ MACH64_DST_X_LEFT_TO_RIGHT | MACH64_DST_Y_TOP_TO_BOTTOM); -+ -+ DMAOUTREG(MACH64_DP_PIX_WIDTH, (blit->format << 0) /* dst pix width */ -+ |(blit->format << 4) /* composite pix width */ -+ |(blit->format << 8) /* src pix width */ -+ |(blit->format << 16) /* host data pix width */ -+ |(blit->format << 28) /* scaler/3D pix width */ -+ ); -+ -+ DMAOUTREG(MACH64_DP_WRITE_MASK, 0xffffffff); /* enable all planes */ -+ DMAOUTREG(MACH64_DP_MIX, MACH64_BKGD_MIX_D | MACH64_FRGD_MIX_S); -+ DMAOUTREG(MACH64_DP_SRC, -+ MACH64_BKGD_SRC_BKGD_CLR -+ | MACH64_FRGD_SRC_HOST | MACH64_MONO_SRC_ONE); -+ -+ DMAOUTREG(MACH64_DST_OFF_PITCH, -+ (blit->pitch << 22) | (blit->offset >> 3)); -+ DMAOUTREG(MACH64_DST_X_Y, (blit->y << 16) | blit->x); -+ DMAOUTREG(MACH64_DST_WIDTH_HEIGHT, (blit->height << 16) | blit->width); -+ -+ DRM_DEBUG("%lu bytes\n", used); -+ -+ /* Add the buffer to the queue */ -+ DMAADVANCEHOSTDATA(dev_priv); -+ -+_blit_done: -+ return verify_ret; -+} -+ -+/* ================================================================ -+ * IOCTL functions -+ */ -+ -+int mach64_dma_clear(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ drm_mach64_clear_t *clear = data; -+ int ret; -+ -+ DRM_DEBUG("pid=%d\n", DRM_CURRENTPID); -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ if (sarea_priv->nbox > MACH64_NR_SAREA_CLIPRECTS) -+ sarea_priv->nbox = MACH64_NR_SAREA_CLIPRECTS; -+ -+ ret = mach64_dma_dispatch_clear(dev, file_priv, clear->flags, -+ clear->x, clear->y, clear->w, clear->h, -+ clear->clear_color, -+ clear->clear_depth); -+ -+ /* Make sure we restore the 3D state next time. -+ */ -+ sarea_priv->dirty |= (MACH64_UPLOAD_CONTEXT | MACH64_UPLOAD_MISC); -+ return ret; -+} -+ -+int mach64_dma_swap(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ int ret; -+ -+ DRM_DEBUG("pid=%d\n", DRM_CURRENTPID); -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ if (sarea_priv->nbox > MACH64_NR_SAREA_CLIPRECTS) -+ sarea_priv->nbox = MACH64_NR_SAREA_CLIPRECTS; -+ -+ ret = mach64_dma_dispatch_swap(dev, file_priv); -+ -+ /* Make sure we restore the 3D state next time. -+ */ -+ sarea_priv->dirty |= (MACH64_UPLOAD_CONTEXT | MACH64_UPLOAD_MISC); -+ return ret; -+} -+ -+int mach64_dma_vertex(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ drm_mach64_vertex_t *vertex = data; -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ if (!dev_priv) { -+ DRM_ERROR("called with no initialization\n"); -+ return -EINVAL; -+ } -+ -+ DRM_DEBUG("pid=%d buf=%p used=%lu discard=%d\n", -+ DRM_CURRENTPID, -+ vertex->buf, vertex->used, vertex->discard); -+ -+ if (vertex->prim < 0 || vertex->prim > MACH64_PRIM_POLYGON) { -+ DRM_ERROR("buffer prim %d\n", vertex->prim); -+ return -EINVAL; -+ } -+ -+ if (vertex->used > MACH64_BUFFER_SIZE || (vertex->used & 3) != 0) { -+ DRM_ERROR("Invalid vertex buffer size: %lu bytes\n", -+ vertex->used); -+ return -EINVAL; -+ } -+ -+ if (sarea_priv->nbox > MACH64_NR_SAREA_CLIPRECTS) -+ sarea_priv->nbox = MACH64_NR_SAREA_CLIPRECTS; -+ -+ return mach64_dma_dispatch_vertex(dev, file_priv, vertex); -+} -+ -+int mach64_dma_blit(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_sarea_t *sarea_priv = dev_priv->sarea_priv; -+ drm_mach64_blit_t *blit = data; -+ int ret; -+ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ -+ ret = mach64_dma_dispatch_blit(dev, file_priv, blit); -+ -+ /* Make sure we restore the 3D state next time. -+ */ -+ sarea_priv->dirty |= (MACH64_UPLOAD_CONTEXT | -+ MACH64_UPLOAD_MISC | MACH64_UPLOAD_CLIPRECTS); -+ -+ return ret; -+} -+ -+int mach64_get_param(struct drm_device *dev, void *data, -+ struct drm_file *file_priv) -+{ -+ drm_mach64_private_t *dev_priv = dev->dev_private; -+ drm_mach64_getparam_t *param = data; -+ int value; -+ -+ DRM_DEBUG("\n"); -+ -+ if (!dev_priv) { -+ DRM_ERROR("called with no initialization\n"); -+ return -EINVAL; -+ } -+ -+ switch (param->param) { -+ case MACH64_PARAM_FRAMES_QUEUED: -+ /* Needs lock since it calls mach64_ring_tick() */ -+ LOCK_TEST_WITH_RETURN(dev, file_priv); -+ value = mach64_do_get_frames_queued(dev_priv); -+ break; -+ case MACH64_PARAM_IRQ_NR: -+ value = dev->irq; -+ break; -+ default: -+ return -EINVAL; -+ } -+ -+ if (DRM_COPY_TO_USER(param->value, &value, sizeof(int))) { -+ DRM_ERROR("copy_to_user\n"); -+ return -EFAULT; -+ } -+ -+ return 0; -+} ---- linux/drivers/gpu/drm/Kconfig.gpu-drm-mach64.orig -+++ linux/drivers/gpu/drm/Kconfig -@@ -267,6 +267,17 @@ config DRM_I810 - selected, the module will be called i810. AGP support is required - for this driver to work. - -+config DRM_MACH64 -+ tristate "ATI Rage Pro (Mach64)" -+ depends on DRM && PCI -+ help -+ Choose this option if you have an ATI Rage Pro (mach64 chipset) -+ graphics card. Example cards include: 3D Rage Pro, Xpert 98, -+ 3D Rage LT Pro, 3D Rage XL/XC, and 3D Rage Mobility (P/M, M1). -+ Cards earlier than ATI Rage Pro (e.g. Rage II) are not supported. -+ If M is selected, the module will be called mach64. AGP support for -+ this card is strongly suggested (unless you have a PCI version). -+ - config DRM_MGA - tristate "Matrox g200/g400" - depends on DRM && PCI ---- linux/drivers/gpu/drm/Makefile.gpu-drm-mach64.orig -+++ linux/drivers/gpu/drm/Makefile -@@ -47,6 +47,7 @@ obj-$(CONFIG_DRM_R128) += r128/ - obj-$(CONFIG_HSA_AMD) += amd/amdkfd/ - obj-$(CONFIG_DRM_RADEON)+= radeon/ - obj-$(CONFIG_DRM_AMDGPU)+= amd/amdgpu/ -+obj-$(CONFIG_DRM_MACH64)+= mach64/ - obj-$(CONFIG_DRM_MGA) += mga/ - obj-$(CONFIG_DRM_I810) += i810/ - obj-$(CONFIG_DRM_I915) += i915/ diff --git a/kernel/tools/perf/files/patches/mageia/hid-usbhid-IBM-BladeCenterHS20-quirk.patch b/kernel/tools/perf/files/patches/mageia/hid-usbhid-IBM-BladeCenterHS20-quirk.patch deleted file mode 100644 index d8e7fa4dea..0000000000 --- a/kernel/tools/perf/files/patches/mageia/hid-usbhid-IBM-BladeCenterHS20-quirk.patch +++ /dev/null @@ -1,37 +0,0 @@ -Subject: Add blacklist of usb hid modules - -IBM Blade Center HS20 can connect PS2 kerboard and mouse, It is USB emulation. -This devices need HID_QUIRK_IGNORE option. - -This patch is workaround. - -[ rediffed for 2.6.28 -- herton ] -Signed-off-by: Go Taniguchi - ---- - drivers/hid/hid-core.c | 2 ++ - drivers/hid/hid-ids.h | 2 ++ - 2 files changed, 4 insertions(+) - ---- a/drivers/hid/hid-core.c -+++ b/drivers/hid/hid-core.c -@@ -2062,6 +2062,8 @@ static const struct hid_device_id hid_ig - { HID_USB_DEVICE(USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1005) }, - { HID_USB_DEVICE(USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1006) }, - { HID_USB_DEVICE(USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1007) }, -+ { HID_USB_DEVICE(USB_VENDOR_ID_IBM, 0x4001) }, -+ { HID_USB_DEVICE(USB_VENDOR_ID_IBM, 0x4002) }, - { HID_USB_DEVICE(USB_VENDOR_ID_IMATION, USB_DEVICE_ID_DISC_STAKKA) }, - { HID_USB_DEVICE(USB_VENDOR_ID_JABRA, USB_DEVICE_ID_JABRA_SPEAK_410) }, - { HID_USB_DEVICE(USB_VENDOR_ID_JABRA, USB_DEVICE_ID_JABRA_SPEAK_510) }, ---- a/drivers/hid/hid-ids.h -+++ b/drivers/hid/hid-ids.h -@@ -46,6 +46,8 @@ - #define USB_VENDOR_ID_AFATECH 0x15a4 - #define USB_DEVICE_ID_AFATECH_AF9016 0x9016 - -+#define USB_VENDOR_ID_IBM 0x04b3 -+ - #define USB_VENDOR_ID_AIPTEK 0x08ca - #define USB_DEVICE_ID_AIPTEK_01 0x0001 - #define USB_DEVICE_ID_AIPTEK_10 0x0010 diff --git a/kernel/tools/perf/files/patches/mageia/ide-pci-sis5513-965.patch b/kernel/tools/perf/files/patches/mageia/ide-pci-sis5513-965.patch deleted file mode 100644 index 9c54ab700e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/ide-pci-sis5513-965.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- - drivers/ide/sis5513.c | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff -p -up linux-2.6.28/drivers/ide/sis5513.c.orig linux-2.6.28/drivers/ide/sis5513.c ---- linux-2.6.28/drivers/ide/sis5513.c.orig 2008-12-08 12:41:13.000000000 -0500 -+++ linux-2.6.28/drivers/ide/sis5513.c 2008-12-08 12:51:32.000000000 -0500 -@@ -412,6 +412,15 @@ static int __devinit sis_find_family(str - pci_name(dev)); - } - } -+ else if (trueid == 0x180) { /* sis965L */ -+ u16 pci_command; -+ pci_read_config_word(dev, PCI_COMMAND, &pci_command); -+ pci_command &= ~PCI_COMMAND_INTX_DISABLE; -+ pci_write_config_word(dev, PCI_COMMAND, pci_command); -+ chipset_family = ATA_133; -+ printk(KERN_INFO DRV_NAME " %s: SiS 965 IDE UDMA133 controller\n", -+ pci_name(dev)); -+ } - } - - if (!chipset_family) { /* Belongs to pci-quirks */ diff --git a/kernel/tools/perf/files/patches/mageia/include-kbuild-export-pci_ids.patch b/kernel/tools/perf/files/patches/mageia/include-kbuild-export-pci_ids.patch deleted file mode 100644 index ebcf983291..0000000000 --- a/kernel/tools/perf/files/patches/mageia/include-kbuild-export-pci_ids.patch +++ /dev/null @@ -1,19 +0,0 @@ -From Thierry Vignaud (Mandriva) - -We now lacks /usr/include/linux/pci_ids.h which break ldetect build... -Can you readd it please? -Thanks ---- - include/linux/Kbuild | 1 + - 1 file changed, 1 insertion(+) - ---- linux/include/uapi/linux/Kbuild.include-kbuild-export-pci_ids.orig -+++ linux/include/uapi/linux/Kbuild -@@ -277,6 +277,7 @@ header-y += param.h - header-y += parport.h - header-y += patchkey.h - header-y += pci.h -+header-y += pci_ids.h - header-y += pci_regs.h - header-y += perf_event.h - header-y += personality.h diff --git a/kernel/tools/perf/files/patches/mageia/input-i8042-quirks-for-Fujitsu-Lifebook-A544-and-Lif.patch b/kernel/tools/perf/files/patches/mageia/input-i8042-quirks-for-Fujitsu-Lifebook-A544-and-Lif.patch deleted file mode 100644 index 2ed7667194..0000000000 --- a/kernel/tools/perf/files/patches/mageia/input-i8042-quirks-for-Fujitsu-Lifebook-A544-and-Lif.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 993b3a3f80a7842a48cd46c2b41e1b3ef6302468 Mon Sep 17 00:00:00 2001 -From: Hans de Goede -Date: Fri, 24 Oct 2014 14:55:24 -0700 -Subject: [PATCH] Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook - AH544 - -These models need i8042.notimeout, otherwise the touchpad will not work. - -BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=69731 -BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1111138 -Cc: stable@vger.kernel.org -Signed-off-by: Hans de Goede -Signed-off-by: Dmitry Torokhov ---- - drivers/input/serio/i8042-x86ia64io.h | 16 ++++++++++++++++ - 1 file changed, 16 insertions(+) - -diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h -index a0bcbb6..aa9b299 100644 ---- a/drivers/input/serio/i8042-x86ia64io.h -+++ b/drivers/input/serio/i8042-x86ia64io.h -@@ -364,6 +364,22 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = { - }, - }, - { -+ /* Fujitsu A544 laptop */ -+ /* https://bugzilla.redhat.com/show_bug.cgi?id=1111138 */ -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), -+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK A544"), -+ }, -+ }, -+ { -+ /* Fujitsu AH544 laptop */ -+ /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), -+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK AH544"), -+ }, -+ }, -+ { - /* Fujitsu U574 laptop */ - /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ - .matches = { --- -2.1.2 - diff --git a/kernel/tools/perf/files/patches/mageia/iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch b/kernel/tools/perf/files/patches/mageia/iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch deleted file mode 100644 index 9d28dcefcb..0000000000 --- a/kernel/tools/perf/files/patches/mageia/iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch +++ /dev/null @@ -1,102 +0,0 @@ -From: Arindam Nath - -Change History --------------- - -v3: -- add Fixes and CC tags -- add link to Bugzilla - -v2: changes suggested by Joerg -- add flush flag to improve efficiency of flush operation - -v1: -- The idea behind flush queues is to defer the IOTLB flushing - for domains for which the mappings are no longer valid. We - add such domains in queue_add(), and when the queue size - reaches FLUSH_QUEUE_SIZE, we perform __queue_flush(). - - Since we have already taken lock before __queue_flush() - is called, we need to make sure the IOTLB flushing is - performed as quickly as possible. - - In the current implementation, we perform IOTLB flushing - for all domains irrespective of which ones were actually - added in the flush queue initially. This can be quite - expensive especially for domains for which unmapping is - not required at this point of time. - - This patch makes use of domain information in - 'struct flush_queue_entry' to make sure we only flush - IOTLBs for domains who need it, skipping others. - -Bugzilla: https://bugs.freedesktop.org/101029 -Fixes: b1516a14657a ("iommu/amd: Implement flush queue") -Cc: stable@vger.kernel.org -Suggested-by: Joerg Roedel -Signed-off-by: Arindam Nath ---- - drivers/iommu/amd_iommu.c | 27 ++++++++++++++++++++------- - drivers/iommu/amd_iommu_types.h | 2 ++ - 2 files changed, 22 insertions(+), 7 deletions(-) - -diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c -index 63cacf5..1edeebec 100644 ---- a/drivers/iommu/amd_iommu.c -+++ b/drivers/iommu/amd_iommu.c -@@ -2227,15 +2227,26 @@ static struct iommu_group *amd_iommu_device_group(struct device *dev) - - static void __queue_flush(struct flush_queue *queue) - { -- struct protection_domain *domain; -- unsigned long flags; - int idx; - -- /* First flush TLB of all known domains */ -- spin_lock_irqsave(&amd_iommu_pd_lock, flags); -- list_for_each_entry(domain, &amd_iommu_pd_list, list) -- domain_flush_tlb(domain); -- spin_unlock_irqrestore(&amd_iommu_pd_lock, flags); -+ /* First flush TLB of all domains which were added to flush queue */ -+ for (idx = 0; idx < queue->next; ++idx) { -+ struct flush_queue_entry *entry; -+ -+ entry = queue->entries + idx; -+ -+ /* -+ * There might be cases where multiple IOVA entries for the -+ * same domain are queued in the flush queue. To avoid -+ * flushing the same domain again, we check whether the -+ * flag is set or not. This improves the efficiency of -+ * flush operation. -+ */ -+ if (!entry->dma_dom->domain.already_flushed) { -+ entry->dma_dom->domain.already_flushed = true; -+ domain_flush_tlb(&entry->dma_dom->domain); -+ } -+ } - - /* Wait until flushes have completed */ - domain_flush_complete(NULL); -@@ -2289,6 +2300,8 @@ static void queue_add(struct dma_ops_domain *dma_dom, - pages = __roundup_pow_of_two(pages); - address >>= PAGE_SHIFT; - -+ dma_dom->domain.already_flushed = false; -+ - queue = get_cpu_ptr(&flush_queue); - spin_lock_irqsave(&queue->lock, flags); - -diff --git a/drivers/iommu/amd_iommu_types.h b/drivers/iommu/amd_iommu_types.h -index 4de8f41..4f5519d 100644 ---- a/drivers/iommu/amd_iommu_types.h -+++ b/drivers/iommu/amd_iommu_types.h -@@ -454,6 +454,8 @@ struct protection_domain { - bool updated; /* complete domain flush required */ - unsigned dev_cnt; /* devices assigned to this domain */ - unsigned dev_iommu[MAX_IOMMUS]; /* per-IOMMU reference count */ -+ bool already_flushed; /* flag to avoid flushing the same domain again -+ in a single invocation of __queue_flush() */ - }; - - /* diff --git a/kernel/tools/perf/files/patches/mageia/media-usb-pwc-lie-in-proc-usb-devices.patch b/kernel/tools/perf/files/patches/mageia/media-usb-pwc-lie-in-proc-usb-devices.patch deleted file mode 100644 index 32d496e3ff..0000000000 --- a/kernel/tools/perf/files/patches/mageia/media-usb-pwc-lie-in-proc-usb-devices.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/drivers/media/video/pwc/pwc-if.c b/drivers/media/video/pwc/pwc-if.c -index f976df4..32c883b 100644 ---- a/drivers/media/usb/pwc/pwc-if.c -+++ b/drivers/media/usb/pwc/pwc-if.c -@@ -119,7 +119,7 @@ static void usb_pwc_disconnect(struct us - static void pwc_isoc_cleanup(struct pwc_device *pdev); - - static struct usb_driver pwc_driver = { -- .name = "Philips webcam", /* name */ -+ .name = "pwc", /* name */ - .id_table = pwc_device_table, - .probe = usb_pwc_probe, /* probe() */ - .disconnect = usb_pwc_disconnect, /* disconnect() */ diff --git a/kernel/tools/perf/files/patches/mageia/mpt-vmware-fix.patch b/kernel/tools/perf/files/patches/mageia/mpt-vmware-fix.patch deleted file mode 100644 index 0b90277c0c..0000000000 --- a/kernel/tools/perf/files/patches/mageia/mpt-vmware-fix.patch +++ /dev/null @@ -1,49 +0,0 @@ -Subject: mpt scsi modules for VMWare's emulated - -The attached patch is a workaround for a bug in VMWare's emulated LSI -Fusion SCSI HBA. The emulated firmware returns zero for the maximum -number of attached devices; the real firmware returns a positive -number. Therefore, the kernel that boots and works fine on bare metal -will fail on VMWare because this firmware value is handed to the SCSI -midlayer, which then skips the entire bus scan. - -F7 bz 241935 - -The patch below was submitted by Eric Moore of LSI to the linux-scsi -mailing list: - -http://marc.info/?l=linux-scsi&m=117432237404247 - -then immediately rejected by Christoph Hellwig, who prefers that -VMWare fix their emulation instead. - -This patch is workaround. - ---- - drivers/message/fusion/mptbase.c | 15 +++++++++++++-- - 1 file changed, 13 insertions(+), 2 deletions(-) - ---- a/drivers/message/fusion/mptbase.c -+++ b/drivers/message/fusion/mptbase.c -@@ -3051,8 +3051,19 @@ GetPortFacts(MPT_ADAPTER *ioc, int portn - pfacts->MaxPersistentIDs = le16_to_cpu(pfacts->MaxPersistentIDs); - pfacts->MaxLanBuckets = le16_to_cpu(pfacts->MaxLanBuckets); - -- max_id = (ioc->bus_type == SAS) ? pfacts->PortSCSIID : -- pfacts->MaxDevices; -+ switch (ioc->bus_type) { -+ case SAS: -+ max_id = pfacts->PortSCSIID; -+ break; -+ case FC: -+ max_id = pfacts->MaxDevices; -+ break; -+ case SPI: -+ default: -+ max_id = MPT_MAX_SCSI_DEVICES; -+ break; -+ } -+ - ioc->devices_per_bus = (max_id > 255) ? 256 : max_id; - ioc->number_of_buses = (ioc->devices_per_bus < 256) ? 1 : max_id/256; - diff --git a/kernel/tools/perf/files/patches/mageia/net-ipv4-netfilter-ipt_IFWLOG-3.6-buildfix.patch b/kernel/tools/perf/files/patches/mageia/net-ipv4-netfilter-ipt_IFWLOG-3.6-buildfix.patch deleted file mode 100644 index 51041b6f74..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-ipv4-netfilter-ipt_IFWLOG-3.6-buildfix.patch +++ /dev/null @@ -1,33 +0,0 @@ - -Adapt to netlink changes in 3.6 - -Signed-off-by: Thomas Backlund - ---- linux/net/ipv4/netfilter/ipt_IFWLOG.c.orig 2012-10-17 22:44:57.000000000 +0300 -+++ linux/net/ipv4/netfilter/ipt_IFWLOG.c 2012-10-17 23:17:10.012725918 +0300 -@@ -56,9 +56,9 @@ static void send_packet(const struct nl_ - return; - } - -- nlh = NLMSG_PUT(skb, 0, 0, 0, size - sizeof(*nlh)); -+ nlh = nlmsg_put(skb, 0, 0, 0, size - sizeof(*nlh), 0); - -- memcpy(NLMSG_DATA(nlh), (const void *) msg, sizeof(*msg)); -+ memcpy(nlmsg_data(nlh), (const void *) msg, sizeof(*msg)); - - NETLINK_CB(skb).pid = 0; /* from kernel */ - NETLINK_CB(skb).dst_group = IFWLOGNLGRP_DEF; -@@ -169,9 +169,11 @@ static struct xt_target ipt_IFWLOG = { - static int __init ipt_ifwlog_init(void) - { - int err; -+ struct netlink_kernel_cfg cfg = { -+ .groups = IFWLOGNLGRP_MAX, -+ }; - -- nl = netlink_kernel_create(&init_net, NETLINK_IFWLOG, IFWLOGNLGRP_MAX, -- NULL, NULL, THIS_MODULE); -+ nl = netlink_kernel_create(&init_net, NETLINK_IFWLOG, THIS_MODULE, &cfg); - if (!nl) { - PRINTR(KERN_WARNING "IFWLOG: cannot create netlink socket\n"); - return -ENOMEM; diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-2.6.35-buildfix.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-2.6.35-buildfix.patch deleted file mode 100644 index 99d4d0631a..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-2.6.35-buildfix.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- linux-2.6.35-rc6-git-mnb0.1/net/ipv4/netfilter/ipt_IFWLOG.c.orig 2010-07-30 21:17:30.000000000 +0300 -+++ linux-2.6.35-rc6-git-mnb0.1/net/ipv4/netfilter/ipt_IFWLOG.c 2010-07-31 13:46:33.834611944 +0300 -@@ -135,7 +135,7 @@ static void ipt_IFWLOG_packet(const stru - } - - static unsigned int ipt_IFWLOG_target(struct sk_buff *skb, -- const struct xt_target_param *target_param) -+ const struct xt_action_param *target_param) - { - const struct ipt_IFWLOG_info *info = target_param->targinfo; - -@@ -144,17 +144,17 @@ static unsigned int ipt_IFWLOG_target(st - return IPT_CONTINUE; - } - --static bool ipt_IFWLOG_checkentry(const struct xt_tgchk_param *tgchk_param) -+static int ipt_IFWLOG_checkentry(const struct xt_tgchk_param *tgchk_param) - { - const struct ipt_IFWLOG_info *info = tgchk_param->targinfo; - - if (info->prefix[sizeof(info->prefix)-1] != '\0') { - DEBUGP("IFWLOG: prefix term %i\n", - info->prefix[sizeof(info->prefix)-1]); -- return false; -+ return -EINVAL; - } - -- return true; -+ return 0; - } - - static struct xt_target ipt_IFWLOG = { diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-2.6.37-buildfix.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-2.6.37-buildfix.patch deleted file mode 100644 index 0ae95aa337..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-2.6.37-buildfix.patch +++ /dev/null @@ -1,15 +0,0 @@ - - net/ipv4/netfilter/ipt_IFWLOG.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- linux-2.6.37-rc3-git1-tmb0.3/net/ipv4/netfilter/ipt_IFWLOG.c.orig 2010-11-24 21:58:36.000000000 +0200 -+++ linux-2.6.37-rc3-git1-tmb0.3/net/ipv4/netfilter/ipt_IFWLOG.c 2010-11-25 13:08:55.719379646 +0200 -@@ -141,7 +141,7 @@ static unsigned int ipt_IFWLOG_target(st - - ipt_IFWLOG_packet(skb, target_param->in, target_param->out, info); - -- return IPT_CONTINUE; -+ return XT_CONTINUE; - } - - static int ipt_IFWLOG_checkentry(const struct xt_tgchk_param *tgchk_param) diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-3.7-buildfix.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-3.7-buildfix.patch deleted file mode 100644 index 744e840f5a..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-3.7-buildfix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- linux-3.7-rc8/net/ipv4/netfilter/ipt_IFWLOG.c.orig 2012-12-06 19:50:10.000000000 +0200 -+++ linux-3.7-rc8/net/ipv4/netfilter/ipt_IFWLOG.c 2012-12-06 20:55:23.669152916 +0200 -@@ -60,7 +60,7 @@ static void send_packet(const struct nl_ - - memcpy(nlmsg_data(nlh), (const void *) msg, sizeof(*msg)); - -- NETLINK_CB(skb).pid = 0; /* from kernel */ -+ NETLINK_CB(skb).portid = 0; /* from kernel */ - NETLINK_CB(skb).dst_group = IFWLOGNLGRP_DEF; - - if (nl) { -@@ -173,7 +173,7 @@ static int __init ipt_ifwlog_init(void) - .groups = IFWLOGNLGRP_MAX, - }; - -- nl = netlink_kernel_create(&init_net, NETLINK_IFWLOG, THIS_MODULE, &cfg); -+ nl = netlink_kernel_create(&init_net, NETLINK_IFWLOG, &cfg); - if (!nl) { - PRINTR(KERN_WARNING "IFWLOG: cannot create netlink socket\n"); - return -ENOMEM; diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-mdv.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-mdv.patch deleted file mode 100644 index 5ecc015146..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-mdv.patch +++ /dev/null @@ -1,264 +0,0 @@ -ipt_IFWLOG: Mandriva changes - -This patch holds all the Mandriva changes done in ipt_IFWLOG -netfilter module. - -This work is mostly done by Thomas Backlund, Herton R. Krzesinski -and Luiz Fernando N. Capitulino. - -Signed-off-by: Luiz Fernando N. Capitulino -Signed-off-by: Herton Ronaldo Krzesinski - ---- - include/linux/netfilter_ipv4/Kbuild | 1 - include/linux/netfilter_ipv4/ipt_IFWLOG.h | 23 +++++- - net/ipv4/netfilter/ipt_IFWLOG.c | 108 +++++++++++++++--------------- - 3 files changed, 77 insertions(+), 55 deletions(-) - -diff -p -up linux-2.6.28/include/linux/netfilter_ipv4/ipt_IFWLOG.h.orig linux-2.6.28/include/linux/netfilter_ipv4/ipt_IFWLOG.h ---- linux-2.6.28/include/linux/netfilter_ipv4/ipt_IFWLOG.h.orig 2008-12-12 10:55:07.000000000 -0500 -+++ linux-2.6.28/include/linux/netfilter_ipv4/ipt_IFWLOG.h 2008-12-12 10:56:30.000000000 -0500 -@@ -1,10 +1,25 @@ --#ifndef _IPT_IFWLOG_H --#define _IPT_IFWLOG_H -+#ifndef _LINUX_IPT_IFWLOG_H -+#define _LINUX_IPT_IFWLOG_H - - #ifndef NETLINK_IFWLOG --#define NETLINK_IFWLOG 19 -+#define NETLINK_IFWLOG 20 - #endif - -+#ifndef __KERNEL__ -+/* Multicast groups - backwards compatiblility for userspace */ -+#define IFWLOG_NLGRP_NONE 0x00000000 -+#define IFWLOG_NLGRP_DEF 0x00000001 /* default message group */ -+#endif -+ -+enum { -+ IFWLOGNLGRP_NONE, -+#define IFWLOGNLGRP_NONE IFWLOGNLGRP_NONE -+ IFWLOGNLGRP_DEF, -+#define IFWLOGNLGRP_DEF IFWLOGNLGRP_DEF -+ __IFWLOGNLGRP_MAX -+}; -+#define IFWLOGNLGRP_MAX (__IFWLOGNLGRP_MAX - 1) -+ - #define PREFSIZ 32 - - struct nl_msg { /* Netlink message */ -@@ -23,4 +38,4 @@ struct ipt_IFWLOG_info { - char prefix[PREFSIZ]; - }; - --#endif /* _IPT_IFWLOG_H */ -+#endif /* _LINUX_IPT_IFWLOG_H */ -diff -p -up linux-2.6.28/net/ipv4/netfilter/ipt_IFWLOG.c.orig linux-2.6.28/net/ipv4/netfilter/ipt_IFWLOG.c ---- linux-2.6.28/net/ipv4/netfilter/ipt_IFWLOG.c.orig 2008-12-12 10:55:07.000000000 -0500 -+++ linux-2.6.28/net/ipv4/netfilter/ipt_IFWLOG.c 2008-12-12 10:57:16.000000000 -0500 -@@ -4,6 +4,14 @@ - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. -+ * -+ * 2007-10-10 Thomas Backlund : build fixes for 2.6.22.9 -+ * 2007-11-11 Herton Krzesinski : build fixes for 2.6.24-rc -+ * 2007-12-03 Luiz Capitulino : v1.1 -+ * - Better multicast group usage -+ * - Coding style fixes -+ * - Do not return -EINVAL by default in ipt_ifwlog_init() -+ * - Minor refinements - */ - - #include -@@ -19,12 +27,10 @@ - #include - - #include -+#include - #include - #include - --MODULE_LICENSE("GPL"); --MODULE_AUTHOR("Samir Bellabes "); --MODULE_DESCRIPTION("Interactive firewall logging and module"); - - #if 0 - #define DEBUGP PRINTR -@@ -36,44 +42,41 @@ MODULE_DESCRIPTION("Interactive firewall - - static struct sock *nl; - --#define GROUP 10 -- - /* send struct to userspace */ --static void send_packet(struct nl_msg msg) -+static void send_packet(const struct nl_msg *msg) - { - struct sk_buff *skb = NULL; - struct nlmsghdr *nlh; -+ unsigned int size; - -- skb = alloc_skb(NLMSG_SPACE(sizeof(struct nl_msg)), GFP_ATOMIC); -+ size = NLMSG_SPACE(sizeof(*msg)); -+ skb = alloc_skb(size, GFP_ATOMIC); - if (!skb) { - PRINTR(KERN_WARNING "IFWLOG: OOM can't allocate skb\n"); -- return ; -+ return; - } - -- nlh = NLMSG_PUT(skb, 0, 0, 0, sizeof(struct nl_msg) - sizeof(*nlh)); -+ nlh = NLMSG_PUT(skb, 0, 0, 0, size - sizeof(*nlh)); - -- memcpy(NLMSG_DATA(nlh), (const void*)&msg, sizeof(struct nl_msg)); -+ memcpy(NLMSG_DATA(nlh), (const void *) msg, sizeof(*msg)); - - NETLINK_CB(skb).pid = 0; /* from kernel */ -- NETLINK_CB(skb).dst_pid = 0; /* multicast */ -- NETLINK_CB(skb).dst_group = 10; -+ NETLINK_CB(skb).dst_group = IFWLOGNLGRP_DEF; - - if (nl) { - DEBUGP(KERN_WARNING - "IFWLOG: nlmsg_len=%ld\nnlmsg_type=%d nlmsg_flags=%d\nnlmsg_seq=%ld nlmsg_pid = %ld\n", - (long)nlh->nlmsg_len, nlh->nlmsg_type, nlh->nlmsg_flags, - (long)nlh->nlmsg_seq, (long)nlh->nlmsg_pid); -- DEBUGP(KERN_WARNING "prefix : %s\n", msg.prefix); -+ DEBUGP(KERN_WARNING "prefix : %s\n", msg->prefix); - -- netlink_broadcast(nl, skb, 0, 10, GFP_ATOMIC); -- return ; -+ netlink_broadcast(nl, skb, 0, IFWLOGNLGRP_DEF, GFP_ATOMIC); -+ return; - } - -- nlmsg_failure: -- if (skb) -- kfree_skb(skb); -- PRINTR(KERN_WARNING "IFWLOG: Error sending netlink packet\n"); -- return ; -+nlmsg_failure: -+ kfree_skb(skb); -+ PRINTR(KERN_WARNING "IFWLOG: Error sending netlink packet\n"); - } - - /* fill struct for userspace */ -@@ -128,73 +131,76 @@ static void ipt_IFWLOG_packet(const stru - do_gettimeofday((struct timeval *)&tv); - msg.timestamp_sec = tv.tv_sec; - -- send_packet(msg); -+ send_packet(&msg); - } - --static unsigned int ipt_IFWLOG_target(struct sk_buff **pskb, -- const struct net_device *in, -- const struct net_device *out, -- unsigned int hooknum, -- const void *targinfo, -- void *userinfo) -+static unsigned int ipt_IFWLOG_target(struct sk_buff *skb, -+ const struct xt_target_param *target_param) - { -- const struct ipt_IFWLOG_info *info = targinfo; -+ const struct ipt_IFWLOG_info *info = target_param->targinfo; - -- ipt_IFWLOG_packet(*pskb, in, out, info); -+ ipt_IFWLOG_packet(skb, target_param->in, target_param->out, info); - - return IPT_CONTINUE; - } - --static int ipt_IFWLOG_checkentry(const char *tablename, -- const struct ipt_entry *e, -- void *targinfo, -- unsigned int targinfosize, -- unsigned int hook_mask) -+static bool ipt_IFWLOG_checkentry(const struct xt_tgchk_param *tgchk_param) - { -- const struct ipt_IFWLOG_info *info = targinfo; -+ const struct ipt_IFWLOG_info *info = tgchk_param->targinfo; - - if (info->prefix[sizeof(info->prefix)-1] != '\0') { - DEBUGP("IFWLOG: prefix term %i\n", - info->prefix[sizeof(info->prefix)-1]); -- return 0; -+ return false; - } - -- return 1; -+ return true; - } - --static struct ipt_target ipt_IFWLOG = { -+static struct xt_target ipt_IFWLOG = { - .name = "IFWLOG", -+ .family = AF_INET, - .target = ipt_IFWLOG_target, - .targetsize = sizeof(struct ipt_IFWLOG_info), - .checkentry = ipt_IFWLOG_checkentry, - .me = THIS_MODULE, - }; - --static int __init init(void) -+static int __init ipt_ifwlog_init(void) - { -- nl = (struct sock*) netlink_kernel_create(NETLINK_IFWLOG, GROUP, NULL, THIS_MODULE); -- if (!nl) { -- PRINTR(KERN_WARNING "IFWLOG: cannot create netlink socket\n"); -- return -EINVAL; -- } -+ int err; - -- if (ipt_register_target(&ipt_IFWLOG)) { -+ nl = netlink_kernel_create(&init_net, NETLINK_IFWLOG, IFWLOGNLGRP_MAX, -+ NULL, NULL, THIS_MODULE); -+ if (!nl) { -+ PRINTR(KERN_WARNING "IFWLOG: cannot create netlink socket\n"); -+ return -ENOMEM; -+ } -+ -+ err = xt_register_target(&ipt_IFWLOG); -+ if (err) { - if (nl && nl->sk_socket) - sock_release(nl->sk_socket); -- return -EINVAL; -+ return err; - } - - PRINTR(KERN_INFO "IFWLOG: register target\n"); - return 0; - } - --static void __exit fini(void) -+static void __exit ipt_ifwlog_fini(void) - { - if (nl && nl->sk_socket) -- sock_release(nl->sk_socket); -+ sock_release(nl->sk_socket); - PRINTR(KERN_INFO "IFWLOG: unregister target\n"); -- ipt_unregister_target(&ipt_IFWLOG); -+ xt_unregister_target(&ipt_IFWLOG); - } - --module_init(init); --module_exit(fini); -+module_init(ipt_ifwlog_init); -+module_exit(ipt_ifwlog_fini); -+ -+MODULE_LICENSE("GPL"); -+MODULE_AUTHOR("Samir Bellabes "); -+MODULE_AUTHOR("Luiz Capitulino "); -+MODULE_DESCRIPTION("Interactive firewall logging and module"); -+MODULE_VERSION("v1.1"); ---- linux/include/uapi/linux/netfilter_ipv4/Kbuild.net-netfilter-IFWLOG-mdv.orig -+++ linux/include/uapi/linux/netfilter_ipv4/Kbuild -@@ -2,6 +2,7 @@ header-y += ip_queue.h - header-y += ip_tables.h - header-y += ipt_CLUSTERIP.h - header-y += ipt_ECN.h -+header-y += ipt_IFWLOG.h - header-y += ipt_LOG.h - header-y += ipt_REJECT.h - header-y += ipt_TTL.h diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-remove-unused-label.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-remove-unused-label.patch deleted file mode 100644 index b2c71eab0f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG-remove-unused-label.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- linux-4.4/net/ipv4/netfilter/ipt_IFWLOG.c~ 2016-01-24 13:19:13.233713998 +0100 -+++ linux-4.4/net/ipv4/netfilter/ipt_IFWLOG.c 2016-01-24 20:49:10.145823623 +0100 -@@ -74,7 +74,6 @@ - return; - } - --nlmsg_failure: - kfree_skb(skb); - PRINTR(KERN_WARNING "IFWLOG: Error sending netlink packet\n"); - } diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG.patch deleted file mode 100644 index c865442256..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-IFWLOG.patch +++ /dev/null @@ -1,269 +0,0 @@ ---- - include/linux/netfilter_ipv4/ipt_IFWLOG.h | 26 +++ - net/ipv4/netfilter/Kconfig | 11 + - net/ipv4/netfilter/Makefile | 1 - net/ipv4/netfilter/ipt_IFWLOG.c | 200 ++++++++++++++++++++++++++++++ - 4 files changed, 238 insertions(+) - ---- /dev/null -+++ b/net/ipv4/netfilter/ipt_IFWLOG.c -@@ -0,0 +1,200 @@ -+/* Interactive Firewall for Mandriva -+ * Samir Bellabes -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License version 2 as -+ * published by the Free Software Foundation. -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+ -+MODULE_LICENSE("GPL"); -+MODULE_AUTHOR("Samir Bellabes "); -+MODULE_DESCRIPTION("Interactive firewall logging and module"); -+ -+#if 0 -+#define DEBUGP PRINTR -+#else -+#define DEBUGP(format, args...) -+#endif -+ -+#define PRINTR(format, args...) do { if(net_ratelimit()) printk(format, ##args); } while(0) -+ -+static struct sock *nl; -+ -+#define GROUP 10 -+ -+/* send struct to userspace */ -+static void send_packet(struct nl_msg msg) -+{ -+ struct sk_buff *skb = NULL; -+ struct nlmsghdr *nlh; -+ -+ skb = alloc_skb(NLMSG_SPACE(sizeof(struct nl_msg)), GFP_ATOMIC); -+ if (!skb) { -+ PRINTR(KERN_WARNING "IFWLOG: OOM can't allocate skb\n"); -+ return ; -+ } -+ -+ nlh = NLMSG_PUT(skb, 0, 0, 0, sizeof(struct nl_msg) - sizeof(*nlh)); -+ -+ memcpy(NLMSG_DATA(nlh), (const void*)&msg, sizeof(struct nl_msg)); -+ -+ NETLINK_CB(skb).pid = 0; /* from kernel */ -+ NETLINK_CB(skb).dst_pid = 0; /* multicast */ -+ NETLINK_CB(skb).dst_group = 10; -+ -+ if (nl) { -+ DEBUGP(KERN_WARNING -+ "IFWLOG: nlmsg_len=%ld\nnlmsg_type=%d nlmsg_flags=%d\nnlmsg_seq=%ld nlmsg_pid = %ld\n", -+ (long)nlh->nlmsg_len, nlh->nlmsg_type, nlh->nlmsg_flags, -+ (long)nlh->nlmsg_seq, (long)nlh->nlmsg_pid); -+ DEBUGP(KERN_WARNING "prefix : %s\n", msg.prefix); -+ -+ netlink_broadcast(nl, skb, 0, 10, GFP_ATOMIC); -+ return ; -+ } -+ -+ nlmsg_failure: -+ if (skb) -+ kfree_skb(skb); -+ PRINTR(KERN_WARNING "IFWLOG: Error sending netlink packet\n"); -+ return ; -+} -+ -+/* fill struct for userspace */ -+static void ipt_IFWLOG_packet(const struct sk_buff *skb, -+ const struct net_device *in, -+ const struct net_device *out, -+ const struct ipt_IFWLOG_info *info) -+{ -+ struct iphdr iph; -+ struct tcphdr tcph; -+ struct udphdr udph; -+ struct nl_msg msg; -+ struct iphdr _iph, *ih; -+ struct timeval tv; -+ -+ memset(&msg, 0, sizeof(struct nl_msg)); -+ -+ ih = skb_header_pointer(skb, 0, sizeof(_iph), &_iph); -+ if (ih == NULL) { -+ PRINTR(KERN_WARNING "IFWLOG: skb truncated"); -+ return; -+ } -+ -+ /* save interface name */ -+ if (in) -+ strcpy(msg.indev_name, in->name); -+ if (out) -+ strcpy(msg.outdev_name, out->name); -+ -+ /* save log-prefix */ -+ strcpy(msg.prefix, info->prefix); -+ -+ /* save ip header */ -+ skb_copy_bits(skb, 0, &iph, sizeof(iph)); -+ memcpy(&msg.ip, &iph, sizeof(struct iphdr)); -+ -+ /* save transport header */ -+ switch (iph.protocol){ -+ case IPPROTO_TCP: -+ skb_copy_bits(skb, iph.ihl*4 , &tcph, sizeof(tcph)); -+ memcpy(&msg.h.th, &tcph, sizeof(struct tcphdr)); -+ break; -+ case IPPROTO_UDP: -+ skb_copy_bits(skb, iph.ihl*4 , &udph, sizeof(udph)); -+ memcpy(&msg.h.uh, &udph, sizeof(struct udphdr)); -+ break; -+ default: -+ break; -+ } -+ -+ /* save timetamp */ -+ do_gettimeofday((struct timeval *)&tv); -+ msg.timestamp_sec = tv.tv_sec; -+ -+ send_packet(msg); -+} -+ -+static unsigned int ipt_IFWLOG_target(struct sk_buff **pskb, -+ const struct net_device *in, -+ const struct net_device *out, -+ unsigned int hooknum, -+ const void *targinfo, -+ void *userinfo) -+{ -+ const struct ipt_IFWLOG_info *info = targinfo; -+ -+ ipt_IFWLOG_packet(*pskb, in, out, info); -+ -+ return IPT_CONTINUE; -+} -+ -+static int ipt_IFWLOG_checkentry(const char *tablename, -+ const struct ipt_entry *e, -+ void *targinfo, -+ unsigned int targinfosize, -+ unsigned int hook_mask) -+{ -+ const struct ipt_IFWLOG_info *info = targinfo; -+ -+ if (info->prefix[sizeof(info->prefix)-1] != '\0') { -+ DEBUGP("IFWLOG: prefix term %i\n", -+ info->prefix[sizeof(info->prefix)-1]); -+ return 0; -+ } -+ -+ return 1; -+} -+ -+static struct ipt_target ipt_IFWLOG = { -+ .name = "IFWLOG", -+ .target = ipt_IFWLOG_target, -+ .targetsize = sizeof(struct ipt_IFWLOG_info), -+ .checkentry = ipt_IFWLOG_checkentry, -+ .me = THIS_MODULE, -+}; -+ -+static int __init init(void) -+{ -+ nl = (struct sock*) netlink_kernel_create(NETLINK_IFWLOG, GROUP, NULL, THIS_MODULE); -+ if (!nl) { -+ PRINTR(KERN_WARNING "IFWLOG: cannot create netlink socket\n"); -+ return -EINVAL; -+ } -+ -+ if (ipt_register_target(&ipt_IFWLOG)) { -+ if (nl && nl->sk_socket) -+ sock_release(nl->sk_socket); -+ return -EINVAL; -+ } -+ -+ PRINTR(KERN_INFO "IFWLOG: register target\n"); -+ return 0; -+} -+ -+static void __exit fini(void) -+{ -+ if (nl && nl->sk_socket) -+ sock_release(nl->sk_socket); -+ PRINTR(KERN_INFO "IFWLOG: unregister target\n"); -+ ipt_unregister_target(&ipt_IFWLOG); -+} -+ -+module_init(init); -+module_exit(fini); ---- a/net/ipv4/netfilter/Kconfig -+++ b/net/ipv4/netfilter/Kconfig -@@ -331,6 +331,17 @@ config IP_NF_TARGET_TTL - (e.g. when running oldconfig). It selects - CONFIG_NETFILTER_XT_TARGET_HL. - -+config IP_NF_TARGET_IFWLOG -+ tristate 'IFWLOG target support' -+ depends on IP_NF_IPTABLES -+ help -+ This option adds a `IFWLOG' target, which is used by -+ Interactive Firewall for sending informations to a userspace -+ daemon -+ -+ If you want to compile it as a module, say M here and read -+ Documentation/modules.txt. If unsure, say `N'. -+ - # raw + specific targets - config IP_NF_RAW - tristate 'raw table support (required for NOTRACK/TRACE)' ---- /dev/null -+++ b/include/linux/netfilter_ipv4/ipt_IFWLOG.h -@@ -0,0 +1,26 @@ -+#ifndef _IPT_IFWLOG_H -+#define _IPT_IFWLOG_H -+ -+#ifndef NETLINK_IFWLOG -+#define NETLINK_IFWLOG 19 -+#endif -+ -+#define PREFSIZ 32 -+ -+struct nl_msg { /* Netlink message */ -+ long timestamp_sec; /* time packet */ -+ char indev_name[IFNAMSIZ]; /* name of the ingoing interface */ -+ char outdev_name[IFNAMSIZ]; /* name of the outgoing interface */ -+ unsigned char prefix[PREFSIZ]; /* informations on the logging reason */ -+ struct iphdr ip; -+ union { -+ struct tcphdr th; -+ struct udphdr uh; -+ } h; -+}; -+ -+struct ipt_IFWLOG_info { -+ char prefix[PREFSIZ]; -+}; -+ -+#endif /* _IPT_IFWLOG_H */ ---- linux/net/ipv4/netfilter/Makefile.net-netfilter-IFWLOG.orig 2013-10-13 11:29:08.799136037 +0300 -+++ linux/net/ipv4/netfilter/Makefile 2013-10-13 11:30:28.085842333 +0300 -@@ -44,6 +44,7 @@ obj-$(CONFIG_IP_NF_MATCH_RPFILTER) += ip - # targets - obj-$(CONFIG_IP_NF_TARGET_CLUSTERIP) += ipt_CLUSTERIP.o - obj-$(CONFIG_IP_NF_TARGET_ECN) += ipt_ECN.o -+obj-$(CONFIG_IP_NF_TARGET_IFWLOG) += ipt_IFWLOG.o - obj-$(CONFIG_IP_NF_TARGET_MASQUERADE) += ipt_MASQUERADE.o - obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o - obj-$(CONFIG_IP_NF_TARGET_SYNPROXY) += ipt_SYNPROXY.o diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-2.6.35-buildfix.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-2.6.35-buildfix.patch deleted file mode 100644 index 218031c4a5..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-2.6.35-buildfix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-2.6.35-rc6-git-mnb0.1/net/ipv4/netfilter/ipt_psd.c.orig 2010-07-30 21:17:30.000000000 +0300 -+++ linux-2.6.35-rc6-git-mnb0.1/net/ipv4/netfilter/ipt_psd.c 2010-07-31 13:29:00.623601957 +0300 -@@ -98,7 +98,7 @@ static inline int hashfunc(struct in_add - - static bool - ipt_psd_match(const struct sk_buff *pskb, -- const struct xt_match_param *match_param) -+ struct xt_action_param *match_param) - { - struct iphdr *ip_hdr; - struct tcphdr *tcp_hdr; diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-fix-redefines.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-fix-redefines.patch deleted file mode 100644 index ddee206e60..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-fix-redefines.patch +++ /dev/null @@ -1,85 +0,0 @@ - -Make defines psd specific so they dont redefine in-kernel defines like -HASH_SIZE. - -Signed-off-by: Thomas Backlund - - - include/linux/netfilter_ipv4/ipt_psd.h | 14 +++++++------- - net/ipv4/netfilter/ipt_psd.c | 14 +++++++------- - 2 files changed, 14 insertions(+), 14 deletions(-) - -diff -Nurp linux-4.9.5-psd/include/linux/netfilter_ipv4/ipt_psd.h linux-4.9.5-psd-fix/include/linux/netfilter_ipv4/ipt_psd.h ---- linux-4.9.5-psd/include/linux/netfilter_ipv4/ipt_psd.h 2017-01-20 21:47:19.788931403 +0200 -+++ linux-4.9.5-psd-fix/include/linux/netfilter_ipv4/ipt_psd.h 2017-01-20 21:58:09.995871253 +0200 -@@ -21,14 +21,14 @@ - #define SCAN_DELAY_THRESHOLD (300) /* old usage of HZ here was erroneously and broke under uml */ - - /* -- * Keep track of up to LIST_SIZE source addresses, using a hash table of -- * HASH_SIZE entries for faster lookups, but limiting hash collisions to -- * HASH_MAX source addresses per the same hash value. -+ * Keep track of up to PSD_LIST_SIZE source addresses, using a hash table of -+ * PSD_HASH_SIZE entries for faster lookups, but limiting hash collisions to -+ * PSD_HASH_MAX source addresses per the same hash value. - */ --#define LIST_SIZE 0x100 --#define HASH_LOG 9 --#define HASH_SIZE (1 << HASH_LOG) --#define HASH_MAX 0x10 -+#define PSD_LIST_SIZE 0x100 -+#define PSD_HASH_LOG 9 -+#define PSD_HASH_SIZE (1 << PSD_HASH_LOG) -+#define PSD_HASH_MAX 0x10 - - struct ipt_psd_info { - unsigned int weight_threshold; -diff -Nurp linux-4.9.5-psd/net/ipv4/netfilter/ipt_psd.c linux-4.9.5-psd-fix/net/ipv4/netfilter/ipt_psd.c ---- linux-4.9.5-psd/net/ipv4/netfilter/ipt_psd.c 2017-01-20 21:47:19.792931402 +0200 -+++ linux-4.9.5-psd-fix/net/ipv4/netfilter/ipt_psd.c 2017-01-20 21:58:09.998871253 +0200 -@@ -74,8 +74,8 @@ struct host { - */ - static struct { - spinlock_t lock; -- struct host list[LIST_SIZE]; /* List of source addresses */ -- struct host *hash[HASH_SIZE]; /* Hash: pointers into the list */ -+ struct host list[PSD_LIST_SIZE]; /* List of source addresses */ -+ struct host *hash[PSD_HASH_SIZE]; /* Hash: pointers into the list */ - int index; /* Oldest entry to be replaced */ - } state; - -@@ -91,9 +91,9 @@ static inline int hashfunc(struct in_add - hash = 0; - do { - hash ^= value; -- } while ((value >>= HASH_LOG)); -+ } while ((value >>= PSD_HASH_LOG)); - -- return hash & (HASH_SIZE - 1); -+ return hash & (PSD_HASH_SIZE - 1); - } - - static bool -@@ -245,11 +245,11 @@ ipt_psd_match(const struct sk_buff *pskb - /* Got too many source addresses with the same hash value? Then remove the - * oldest one from the hash table, so that they can't take too much of our - * CPU time even with carefully chosen spoofed IP addresses. */ -- if (count >= HASH_MAX && last) last->next = NULL; -+ if (count >= PSD_HASH_MAX && last) last->next = NULL; - - /* We're going to re-use the oldest list entry, so remove it from the hash - * table first (if it is really already in use, and isn't removed from the -- * hash table already because of the HASH_MAX check above). */ -+ * hash table already because of the PSD_HASH_MAX check above). */ - - /* First, find it */ - if (state.list[state.index].src_addr.s_addr) -@@ -273,7 +273,7 @@ ipt_psd_match(const struct sk_buff *pskb - - /* Get our list entry */ - curr = &state.list[state.index++]; -- if (state.index >= LIST_SIZE) state.index = 0; -+ if (state.index >= PSD_LIST_SIZE) state.index = 0; - - /* Link it into the hash table */ - head = &state.hash[hash]; diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-mdv.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-mdv.patch deleted file mode 100644 index 6bcf06ddf8..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd-mdv.patch +++ /dev/null @@ -1,233 +0,0 @@ -ipt_psd: Mandriva changes - -This patch holds all the Mandriva changes done in ipt_psd -netfilter module. - -Most of the time they're just upgrades to match with new -API in the kernel. - -This work is mostly done by Thomas Backlund, Herton R. -Krzesinski and Luiz Fernando N. Capitulino. - -Signed-off-by: Luiz Fernando N. Capitulino -Signed-off-by: Herton Ronaldo Krzesinski - ---- - include/linux/netfilter_ipv4/Kbuild | 1 - net/ipv4/netfilter/Kconfig | 8 ++ - net/ipv4/netfilter/ipt_psd.c | 113 ++++++++++++++---------------------- - 3 files changed, 55 insertions(+), 67 deletions(-) - -diff -p -up linux-2.6.28/net/ipv4/netfilter/ipt_psd.c.orig linux-2.6.28/net/ipv4/netfilter/ipt_psd.c ---- linux-2.6.28/net/ipv4/netfilter/ipt_psd.c.orig 2008-12-12 11:03:05.000000000 -0500 -+++ linux-2.6.28/net/ipv4/netfilter/ipt_psd.c 2008-12-12 11:04:03.000000000 -0500 -@@ -1,21 +1,24 @@ - /* -- This is a module which is used for PSD (portscan detection) -- Derived from scanlogd v2.1 written by Solar Designer -- and LOG target module. -- -- Copyright (C) 2000,2001 astaro AG -- -- This file is distributed under the terms of the GNU General Public -- License (GPL). Copies of the GPL can be obtained from: -- ftp://prep.ai.mit.edu/pub/gnu/GPL -- -- 2000-05-04 Markus Hennig : initial -- 2000-08-18 Dennis Koslowski : first release -- 2000-12-01 Dennis Koslowski : UDP scans detection added -- 2001-01-02 Dennis Koslowski : output modified -- 2001-02-04 Jan Rekorajski : converted from target to match -- 2004-05-05 Martijn Lievaart : ported to 2.6 --*/ -+ * This is a module which is used for PSD (portscan detection) -+ * Derived from scanlogd v2.1 written by Solar Designer -+ * and LOG target module. -+ * -+ * Copyright (C) 2000,2001 astaro AG -+ * -+ * This file is distributed under the terms of the GNU General Public -+ * License (GPL). Copies of the GPL can be obtained from: -+ * ftp://prep.ai.mit.edu/pub/gnu/GPL -+ * -+ * 2000-05-04 Markus Hennig : initial -+ * 2000-08-18 Dennis Koslowski : first release -+ * 2000-12-01 Dennis Koslowski : UDP scans detection added -+ * 2001-01-02 Dennis Koslowski : output modified -+ * 2001-02-04 Jan Rekorajski : converted from target to match -+ * 2004-05-05 Martijn Lievaart : ported to 2.6 -+ * 2007-10-10 Thomas Backlund : 2.6.22 update -+ * 2007-11-14 Luiz Capitulino : 2.6.22 API usage fixes -+ * 2007-11-26 Herton Ronaldo Krzesinski : switch xt_match->match to bool -+ */ - - #include - #include -@@ -54,7 +57,7 @@ struct port { - */ - struct host { - struct host *next; /* Next entry with the same hash */ -- clock_t timestamp; /* Last update time */ -+ unsigned long timestamp; /* Last update time */ - struct in_addr src_addr; /* Source address */ - struct in_addr dest_addr; /* Destination address */ - unsigned short src_port; /* Source port */ -@@ -93,33 +96,29 @@ static inline int hashfunc(struct in_add - return hash & (HASH_SIZE - 1); - } - --static int -+static bool - ipt_psd_match(const struct sk_buff *pskb, -- const struct net_device *in, -- const struct net_device *out, -- const void *matchinfo, -- int offset, -- int *hotdrop) -+ const struct xt_match_param *match_param) - { - struct iphdr *ip_hdr; - struct tcphdr *tcp_hdr; - struct in_addr addr; - u_int16_t src_port,dest_port; - u_int8_t tcp_flags, proto; -- clock_t now; -+ unsigned long now; - struct host *curr, *last, **head; - int hash, index, count; - - /* Parameters from userspace */ -- const struct ipt_psd_info *psdinfo = matchinfo; -+ const struct ipt_psd_info *psdinfo = match_param->matchinfo; - - /* IP header */ -- ip_hdr = pskb->nh.iph; -+ ip_hdr = ipip_hdr(pskb); - - /* Sanity check */ - if (ntohs(ip_hdr->frag_off) & IP_OFFSET) { - DEBUGP("PSD: sanity check failed\n"); -- return 0; -+ return false; - } - - /* TCP or UDP ? */ -@@ -127,7 +126,7 @@ ipt_psd_match(const struct sk_buff *pskb - - if (proto != IPPROTO_TCP && proto != IPPROTO_UDP) { - DEBUGP("PSD: protocol not supported\n"); -- return 0; -+ return false; - } - - /* Get the source address, source & destination ports, and TCP flags */ -@@ -151,7 +150,7 @@ ipt_psd_match(const struct sk_buff *pskb - * them spoof us. [DHCP needs this feature - HW] */ - if (!addr.s_addr) { - DEBUGP("PSD: spoofed source address (0.0.0.0)\n"); -- return 0; -+ return false; - } - - /* Use jiffies here not to depend on someone setting the time while we're -@@ -298,46 +297,26 @@ ipt_psd_match(const struct sk_buff *pskb - - out_no_match: - spin_unlock(&state.lock); -- return 0; -+ return false; - - out_match: - spin_unlock(&state.lock); -- return 1; -+ DEBUGP("PSD: Dropping packets from "NIPQUAD_FMT" \n", -+ NIPQUAD(curr->src_addr.s_addr)); -+ return true; - } - --static int ipt_psd_checkentry(const char *tablename, -- const struct ipt_ip *e, -- void *matchinfo, -- unsigned int matchsize, -- unsigned int hook_mask) --{ --/* const struct ipt_psd_info *psdinfo = targinfo;*/ -- -- /* we accept TCP only */ --/* if (e->ip.proto != IPPROTO_TCP) { */ --/* DEBUGP("PSD: specified protocol may be TCP only\n"); */ --/* return 0; */ --/* } */ -- -- if (matchsize != IPT_ALIGN(sizeof(struct ipt_psd_info))) { -- DEBUGP("PSD: matchsize %u != %u\n", -- matchsize, -- IPT_ALIGN(sizeof(struct ipt_psd_info))); -- return 0; -- } -- -- return 1; --} -- --static struct ipt_match ipt_psd_reg = { -- .name = "psd", -- .match = ipt_psd_match, -- .checkentry = ipt_psd_checkentry, -- .me = THIS_MODULE }; -+static struct xt_match ipt_psd_reg = { -+ .name = "psd", -+ .family = AF_INET, -+ .match = ipt_psd_match, -+ .matchsize = sizeof(struct ipt_psd_info), -+ .me = THIS_MODULE -+}; - --static int __init init(void) -+static int __init ipt_psd_init(void) - { -- if (ipt_register_match(&ipt_psd_reg)) -+ if (xt_register_match(&ipt_psd_reg)) - return -EINVAL; - - memset(&state, 0, sizeof(state)); -@@ -348,11 +327,11 @@ static int __init init(void) - return 0; - } - --static void __exit fini(void) -+static void __exit ipt_psd_fini(void) - { -- ipt_unregister_match(&ipt_psd_reg); -+ xt_unregister_match(&ipt_psd_reg); - printk("netfilter PSD unloaded - (c) astaro AG\n"); - } - --module_init(init); --module_exit(fini); -+module_init(ipt_psd_init); -+module_exit(ipt_psd_fini); ---- a/net/ipv4/netfilter/Kconfig -+++ b/net/ipv4/netfilter/Kconfig -@@ -193,6 +193,14 @@ config IP_NF_MATCH_ECN - (e.g. when running oldconfig). It selects - CONFIG_NETFILTER_XT_MATCH_ECN. - -+config IP_NF_MATCH_PSD -+ tristate 'Port scanner detection support' -+ depends on NETFILTER_ADVANCED -+ help -+ Module used for PSD (portscan detection). -+ -+ To compile it as a module, choose M here. If unsure, say N. -+ - config IP_NF_MATCH_RPFILTER - tristate '"rpfilter" reverse path filter match support' - depends on NETFILTER_ADVANCED ---- linux/include/uapi/linux/netfilter_ipv4/Kbuild.orig -+++ linux/include/uapi/linux/netfilter_ipv4/Kbuild -@@ -8,4 +8,5 @@ header-y += ipt_REJECT.h - header-y += ipt_TTL.h - header-y += ipt_ah.h - header-y += ipt_ecn.h -+header-y += ipt_psd.h - header-y += ipt_ttl.h diff --git a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd.patch b/kernel/tools/perf/files/patches/mageia/net-netfilter-psd.patch deleted file mode 100644 index 8ec326ff2a..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-netfilter-psd.patch +++ /dev/null @@ -1,420 +0,0 @@ ---- - include/linux/netfilter_ipv4/ipt_psd.h | 40 +++ - net/ipv4/netfilter/Makefile | 1 - net/ipv4/netfilter/ipt_psd.c | 358 +++++++++++++++++++++++++++++++++ - 3 files changed, 399 insertions(+) - ---- /dev/null -+++ b/net/ipv4/netfilter/ipt_psd.c -@@ -0,0 +1,358 @@ -+/* -+ This is a module which is used for PSD (portscan detection) -+ Derived from scanlogd v2.1 written by Solar Designer -+ and LOG target module. -+ -+ Copyright (C) 2000,2001 astaro AG -+ -+ This file is distributed under the terms of the GNU General Public -+ License (GPL). Copies of the GPL can be obtained from: -+ ftp://prep.ai.mit.edu/pub/gnu/GPL -+ -+ 2000-05-04 Markus Hennig : initial -+ 2000-08-18 Dennis Koslowski : first release -+ 2000-12-01 Dennis Koslowski : UDP scans detection added -+ 2001-01-02 Dennis Koslowski : output modified -+ 2001-02-04 Jan Rekorajski : converted from target to match -+ 2004-05-05 Martijn Lievaart : ported to 2.6 -+*/ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#if 0 -+#define DEBUGP printk -+#else -+#define DEBUGP(format, args...) -+#endif -+ -+MODULE_LICENSE("GPL"); -+MODULE_AUTHOR("Dennis Koslowski "); -+ -+#define HF_DADDR_CHANGING 0x01 -+#define HF_SPORT_CHANGING 0x02 -+#define HF_TOS_CHANGING 0x04 -+#define HF_TTL_CHANGING 0x08 -+ -+/* -+ * Information we keep per each target port -+ */ -+struct port { -+ u_int16_t number; /* port number */ -+ u_int8_t proto; /* protocol number */ -+ u_int8_t and_flags; /* tcp ANDed flags */ -+ u_int8_t or_flags; /* tcp ORed flags */ -+}; -+ -+/* -+ * Information we keep per each source address. -+ */ -+struct host { -+ struct host *next; /* Next entry with the same hash */ -+ clock_t timestamp; /* Last update time */ -+ struct in_addr src_addr; /* Source address */ -+ struct in_addr dest_addr; /* Destination address */ -+ unsigned short src_port; /* Source port */ -+ int count; /* Number of ports in the list */ -+ int weight; /* Total weight of ports in the list */ -+ struct port ports[SCAN_MAX_COUNT - 1]; /* List of ports */ -+ unsigned char tos; /* TOS */ -+ unsigned char ttl; /* TTL */ -+ unsigned char flags; /* HF_ flags bitmask */ -+}; -+ -+/* -+ * State information. -+ */ -+static struct { -+ spinlock_t lock; -+ struct host list[LIST_SIZE]; /* List of source addresses */ -+ struct host *hash[HASH_SIZE]; /* Hash: pointers into the list */ -+ int index; /* Oldest entry to be replaced */ -+} state; -+ -+/* -+ * Convert an IP address into a hash table index. -+ */ -+static inline int hashfunc(struct in_addr addr) -+{ -+ unsigned int value; -+ int hash; -+ -+ value = addr.s_addr; -+ hash = 0; -+ do { -+ hash ^= value; -+ } while ((value >>= HASH_LOG)); -+ -+ return hash & (HASH_SIZE - 1); -+} -+ -+static int -+ipt_psd_match(const struct sk_buff *pskb, -+ const struct net_device *in, -+ const struct net_device *out, -+ const void *matchinfo, -+ int offset, -+ int *hotdrop) -+{ -+ struct iphdr *ip_hdr; -+ struct tcphdr *tcp_hdr; -+ struct in_addr addr; -+ u_int16_t src_port,dest_port; -+ u_int8_t tcp_flags, proto; -+ clock_t now; -+ struct host *curr, *last, **head; -+ int hash, index, count; -+ -+ /* Parameters from userspace */ -+ const struct ipt_psd_info *psdinfo = matchinfo; -+ -+ /* IP header */ -+ ip_hdr = pskb->nh.iph; -+ -+ /* Sanity check */ -+ if (ntohs(ip_hdr->frag_off) & IP_OFFSET) { -+ DEBUGP("PSD: sanity check failed\n"); -+ return 0; -+ } -+ -+ /* TCP or UDP ? */ -+ proto = ip_hdr->protocol; -+ -+ if (proto != IPPROTO_TCP && proto != IPPROTO_UDP) { -+ DEBUGP("PSD: protocol not supported\n"); -+ return 0; -+ } -+ -+ /* Get the source address, source & destination ports, and TCP flags */ -+ -+ addr.s_addr = ip_hdr->saddr; -+ -+ tcp_hdr = (struct tcphdr*)((u_int32_t *)ip_hdr + ip_hdr->ihl); -+ -+ /* Yep, it´s dirty */ -+ src_port = tcp_hdr->source; -+ dest_port = tcp_hdr->dest; -+ -+ if (proto == IPPROTO_TCP) { -+ tcp_flags = *((u_int8_t*)tcp_hdr + 13); -+ } -+ else { -+ tcp_flags = 0x00; -+ } -+ -+ /* We're using IP address 0.0.0.0 for a special purpose here, so don't let -+ * them spoof us. [DHCP needs this feature - HW] */ -+ if (!addr.s_addr) { -+ DEBUGP("PSD: spoofed source address (0.0.0.0)\n"); -+ return 0; -+ } -+ -+ /* Use jiffies here not to depend on someone setting the time while we're -+ * running; we need to be careful with possible return value overflows. */ -+ now = jiffies; -+ -+ spin_lock(&state.lock); -+ -+ /* Do we know this source address already? */ -+ count = 0; -+ last = NULL; -+ if ((curr = *(head = &state.hash[hash = hashfunc(addr)]))) -+ do { -+ if (curr->src_addr.s_addr == addr.s_addr) break; -+ count++; -+ if (curr->next) last = curr; -+ } while ((curr = curr->next)); -+ -+ if (curr) { -+ -+ /* We know this address, and the entry isn't too old. Update it. */ -+ if (now - curr->timestamp <= (psdinfo->delay_threshold*HZ)/100 && -+ time_after_eq(now, curr->timestamp)) { -+ -+ /* Just update the appropriate list entry if we've seen this port already */ -+ for (index = 0; index < curr->count; index++) { -+ if (curr->ports[index].number == dest_port) { -+ curr->ports[index].proto = proto; -+ curr->ports[index].and_flags &= tcp_flags; -+ curr->ports[index].or_flags |= tcp_flags; -+ goto out_no_match; -+ } -+ } -+ -+ /* TCP/ACK and/or TCP/RST to a new port? This could be an outgoing connection. */ -+ if (proto == IPPROTO_TCP && (tcp_hdr->ack || tcp_hdr->rst)) -+ goto out_no_match; -+ -+ /* Packet to a new port, and not TCP/ACK: update the timestamp */ -+ curr->timestamp = now; -+ -+ /* Logged this scan already? Then drop the packet. */ -+ if (curr->weight >= psdinfo->weight_threshold) -+ goto out_match; -+ -+ /* Specify if destination address, source port, TOS or TTL are not fixed */ -+ if (curr->dest_addr.s_addr != ip_hdr->daddr) -+ curr->flags |= HF_DADDR_CHANGING; -+ if (curr->src_port != src_port) -+ curr->flags |= HF_SPORT_CHANGING; -+ if (curr->tos != ip_hdr->tos) -+ curr->flags |= HF_TOS_CHANGING; -+ if (curr->ttl != ip_hdr->ttl) -+ curr->flags |= HF_TTL_CHANGING; -+ -+ /* Update the total weight */ -+ curr->weight += (ntohs(dest_port) < 1024) ? -+ psdinfo->lo_ports_weight : psdinfo->hi_ports_weight; -+ -+ /* Got enough destination ports to decide that this is a scan? */ -+ /* Then log it and drop the packet. */ -+ if (curr->weight >= psdinfo->weight_threshold) -+ goto out_match; -+ -+ /* Remember the new port */ -+ if (curr->count < SCAN_MAX_COUNT) { -+ curr->ports[curr->count].number = dest_port; -+ curr->ports[curr->count].proto = proto; -+ curr->ports[curr->count].and_flags = tcp_flags; -+ curr->ports[curr->count].or_flags = tcp_flags; -+ curr->count++; -+ } -+ -+ goto out_no_match; -+ } -+ -+ /* We know this address, but the entry is outdated. Mark it unused, and -+ * remove from the hash table. We'll allocate a new entry instead since -+ * this one might get re-used too soon. */ -+ curr->src_addr.s_addr = 0; -+ if (last) -+ last->next = last->next->next; -+ else if (*head) -+ *head = (*head)->next; -+ last = NULL; -+ } -+ -+ /* We don't need an ACK from a new source address */ -+ if (proto == IPPROTO_TCP && tcp_hdr->ack) -+ goto out_no_match; -+ -+ /* Got too many source addresses with the same hash value? Then remove the -+ * oldest one from the hash table, so that they can't take too much of our -+ * CPU time even with carefully chosen spoofed IP addresses. */ -+ if (count >= HASH_MAX && last) last->next = NULL; -+ -+ /* We're going to re-use the oldest list entry, so remove it from the hash -+ * table first (if it is really already in use, and isn't removed from the -+ * hash table already because of the HASH_MAX check above). */ -+ -+ /* First, find it */ -+ if (state.list[state.index].src_addr.s_addr) -+ head = &state.hash[hashfunc(state.list[state.index].src_addr)]; -+ else -+ head = &last; -+ last = NULL; -+ if ((curr = *head)) -+ do { -+ if (curr == &state.list[state.index]) break; -+ last = curr; -+ } while ((curr = curr->next)); -+ -+ /* Then, remove it */ -+ if (curr) { -+ if (last) -+ last->next = last->next->next; -+ else if (*head) -+ *head = (*head)->next; -+ } -+ -+ /* Get our list entry */ -+ curr = &state.list[state.index++]; -+ if (state.index >= LIST_SIZE) state.index = 0; -+ -+ /* Link it into the hash table */ -+ head = &state.hash[hash]; -+ curr->next = *head; -+ *head = curr; -+ -+ /* And fill in the fields */ -+ curr->timestamp = now; -+ curr->src_addr = addr; -+ curr->dest_addr.s_addr = ip_hdr->daddr; -+ curr->src_port = src_port; -+ curr->count = 1; -+ curr->weight = (ntohs(dest_port) < 1024) ? -+ psdinfo->lo_ports_weight : psdinfo->hi_ports_weight; -+ curr->ports[0].number = dest_port; -+ curr->ports[0].proto = proto; -+ curr->ports[0].and_flags = tcp_flags; -+ curr->ports[0].or_flags = tcp_flags; -+ curr->tos = ip_hdr->tos; -+ curr->ttl = ip_hdr->ttl; -+ -+out_no_match: -+ spin_unlock(&state.lock); -+ return 0; -+ -+out_match: -+ spin_unlock(&state.lock); -+ return 1; -+} -+ -+static int ipt_psd_checkentry(const char *tablename, -+ const struct ipt_ip *e, -+ void *matchinfo, -+ unsigned int matchsize, -+ unsigned int hook_mask) -+{ -+/* const struct ipt_psd_info *psdinfo = targinfo;*/ -+ -+ /* we accept TCP only */ -+/* if (e->ip.proto != IPPROTO_TCP) { */ -+/* DEBUGP("PSD: specified protocol may be TCP only\n"); */ -+/* return 0; */ -+/* } */ -+ -+ if (matchsize != IPT_ALIGN(sizeof(struct ipt_psd_info))) { -+ DEBUGP("PSD: matchsize %u != %u\n", -+ matchsize, -+ IPT_ALIGN(sizeof(struct ipt_psd_info))); -+ return 0; -+ } -+ -+ return 1; -+} -+ -+static struct ipt_match ipt_psd_reg = { -+ .name = "psd", -+ .match = ipt_psd_match, -+ .checkentry = ipt_psd_checkentry, -+ .me = THIS_MODULE }; -+ -+static int __init init(void) -+{ -+ if (ipt_register_match(&ipt_psd_reg)) -+ return -EINVAL; -+ -+ memset(&state, 0, sizeof(state)); -+ -+ spin_lock_init(&(state.lock)); -+ -+ printk("netfilter PSD loaded - (c) astaro AG\n"); -+ return 0; -+} -+ -+static void __exit fini(void) -+{ -+ ipt_unregister_match(&ipt_psd_reg); -+ printk("netfilter PSD unloaded - (c) astaro AG\n"); -+} -+ -+module_init(init); -+module_exit(fini); ---- /dev/null -+++ b/include/linux/netfilter_ipv4/ipt_psd.h -@@ -0,0 +1,40 @@ -+#ifndef _IPT_PSD_H -+#define _IPT_PSD_H -+ -+#include -+#include -+ -+/* -+ * High port numbers have a lower weight to reduce the frequency of false -+ * positives, such as from passive mode FTP transfers. -+ */ -+#define PORT_WEIGHT_PRIV 3 -+#define PORT_WEIGHT_HIGH 1 -+ -+/* -+ * Port scan detection thresholds: at least COUNT ports need to be scanned -+ * from the same source, with no longer than DELAY ticks between ports. -+ */ -+#define SCAN_MIN_COUNT 7 -+#define SCAN_MAX_COUNT (SCAN_MIN_COUNT * PORT_WEIGHT_PRIV) -+#define SCAN_WEIGHT_THRESHOLD SCAN_MAX_COUNT -+#define SCAN_DELAY_THRESHOLD (300) /* old usage of HZ here was erroneously and broke under uml */ -+ -+/* -+ * Keep track of up to LIST_SIZE source addresses, using a hash table of -+ * HASH_SIZE entries for faster lookups, but limiting hash collisions to -+ * HASH_MAX source addresses per the same hash value. -+ */ -+#define LIST_SIZE 0x100 -+#define HASH_LOG 9 -+#define HASH_SIZE (1 << HASH_LOG) -+#define HASH_MAX 0x10 -+ -+struct ipt_psd_info { -+ unsigned int weight_threshold; -+ unsigned int delay_threshold; -+ unsigned short lo_ports_weight; -+ unsigned short hi_ports_weight; -+}; -+ -+#endif /*_IPT_PSD_H*/ ---- a/net/ipv4/netfilter/Makefile -+++ b/net/ipv4/netfilter/Makefile -@@ -49,6 +49,7 @@ - - # matches - obj-$(CONFIG_IP_NF_MATCH_AH) += ipt_ah.o -+obj-$(CONFIG_IP_NF_MATCH_PSD) += ipt_psd.o - obj-$(CONFIG_IP_NF_MATCH_RPFILTER) += ipt_rpfilter.o - - # targets diff --git a/kernel/tools/perf/files/patches/mageia/net-sis190-fix-list-usage.patch b/kernel/tools/perf/files/patches/mageia/net-sis190-fix-list-usage.patch deleted file mode 100644 index eda13d1d32..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-sis190-fix-list-usage.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- - drivers/net/ethernet/sis/sis190.c | 10 +++++++--- - 1 file changed, 7 insertions(+), 3 deletions(-) - ---- linux/drivers/net/ethernet/sis/sis190.c.net-sis190-fix-list-usage.orig -+++ linux/drivers/net/ethernet/sis/sis190.c -@@ -1252,6 +1252,7 @@ static u16 sis190_default_phy(struct net - struct sis190_private *tp = netdev_priv(dev); - struct mii_if_info *mii_if = &tp->mii_if; - void __iomem *ioaddr = tp->mmio_addr; -+ struct list_head *l; - u16 status; - - phy_home = phy_default = phy_lan = NULL; -@@ -1280,9 +1281,12 @@ static u16 sis190_default_phy(struct net - phy_default = phy_home; - else if (phy_lan) - phy_default = phy_lan; -- else -- phy_default = list_first_entry(&tp->first_phy, -- struct sis190_phy, list); -+ else { -+ l = &tp->first_phy; -+ l = l->next; -+ phy_default = list_first_entry(l, struct sis190_phy, list); -+ -+ } - } - - if (mii_if->phy_id != phy_default->phy_id) { diff --git a/kernel/tools/perf/files/patches/mageia/net-wireless-rtlwifi-Fix-kernel-oops-introduced-with-commit-e4965.patch b/kernel/tools/perf/files/patches/mageia/net-wireless-rtlwifi-Fix-kernel-oops-introduced-with-commit-e4965.patch deleted file mode 100644 index ab148933d7..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-wireless-rtlwifi-Fix-kernel-oops-introduced-with-commit-e4965.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 22b68b93ae2506bd56ee3bf232a51bc8ab955b56 Mon Sep 17 00:00:00 2001 -From: Larry Finger -Date: Mon, 19 Dec 2016 20:38:12 -0600 -Subject: [PATCH] rtlwifi: Fix kernel oops introduced with commit e49656147359 - -With commit e49656147359 {"rtlwifi: Use dev_kfree_skb_irq instead of -kfree_skb"), the method used to free an skb was changed because the -kfree_skb() was inside a spinlock. What was forgotten is that kfree_skb() -guards against a NULL value for the argument. Routine dev_kfree_skb_irq() -does not, and a test is needed to prevent kernel panics. - -Fixes: e49656147359 ("rtlwifi: Use dev_kfree_skb_irq instead of kfree_skb") -Signed-off-by: Larry Finger -Cc: Stable # 4.9+ -Cc: Wei Yongjun -Signed-off-by: Kalle Valo ---- - drivers/net/wireless/realtek/rtlwifi/core.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/drivers/net/wireless/realtek/rtlwifi/core.c b/drivers/net/wireless/realtek/rtlwifi/core.c -index 2caa4ad..ded1493 100644 ---- a/drivers/net/wireless/realtek/rtlwifi/core.c -+++ b/drivers/net/wireless/realtek/rtlwifi/core.c -@@ -1829,7 +1829,8 @@ bool rtl_cmd_send_packet(struct ieee80211_hw *hw, struct sk_buff *skb) - - spin_lock_irqsave(&rtlpriv->locks.irq_th_lock, flags); - pskb = __skb_dequeue(&ring->queue); -- dev_kfree_skb_irq(pskb); -+ if (pskb) -+ dev_kfree_skb_irq(pskb); - - /*this is wrong, fill_tx_cmddesc needs update*/ - pdesc = &ring->desc[0]; --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/net-wireless-rtlwifi-Use-dev_kfree_skb_irq-instead-of-kfree_skb.patch b/kernel/tools/perf/files/patches/mageia/net-wireless-rtlwifi-Use-dev_kfree_skb_irq-instead-of-kfree_skb.patch deleted file mode 100644 index 50aa874d2e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/net-wireless-rtlwifi-Use-dev_kfree_skb_irq-instead-of-kfree_skb.patch +++ /dev/null @@ -1,34 +0,0 @@ -From e49656147359411fb7529a211e852e587e5970dd Mon Sep 17 00:00:00 2001 -From: Wei Yongjun -Date: Tue, 1 Nov 2016 14:48:40 +0000 -Subject: [PATCH] rtlwifi: Use dev_kfree_skb_irq instead of kfree_skb - -It is not allowed to call kfree_skb() from hardware interrupt -context or with interrupts being disabled, spin_lock_irqsave() -make sure always in irq disable context. So the kfree_skb() -should be replaced with dev_kfree_skb_irq(). - -This is detected by Coccinelle semantic patch. - -Signed-off-by: Wei Yongjun -Signed-off-by: Kalle Valo ---- - drivers/net/wireless/realtek/rtlwifi/core.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/net/wireless/realtek/rtlwifi/core.c b/drivers/net/wireless/realtek/rtlwifi/core.c -index f95760c..a11e8f5 100644 ---- a/drivers/net/wireless/realtek/rtlwifi/core.c -+++ b/drivers/net/wireless/realtek/rtlwifi/core.c -@@ -1832,7 +1832,7 @@ bool rtl_cmd_send_packet(struct ieee80211_hw *hw, struct sk_buff *skb) - - spin_lock_irqsave(&rtlpriv->locks.irq_th_lock, flags); - pskb = __skb_dequeue(&ring->queue); -- kfree_skb(pskb); -+ dev_kfree_skb_irq(pskb); - - /*this is wrong, fill_tx_cmddesc needs update*/ - pdesc = &ring->desc[0]; --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/pci-Blacklist-AMD-Stoney-GPU-devices-for-ATS.patch b/kernel/tools/perf/files/patches/mageia/pci-Blacklist-AMD-Stoney-GPU-devices-for-ATS.patch deleted file mode 100644 index 0383b3ba88..0000000000 --- a/kernel/tools/perf/files/patches/mageia/pci-Blacklist-AMD-Stoney-GPU-devices-for-ATS.patch +++ /dev/null @@ -1,43 +0,0 @@ -From: Joerg Roedel - -ATS is broken on these devices. Under invalidation load, the -GPU does not reply to invalidations anymore, causing -Completion-wait loop timeouts on the AMD IOMMU driver side. -Fix it by not enabling ATS on these devices. - -Note that below mentioned commit is not broken, it just -triggers the issue because it might cause invalidation -storms on devices. - -Fixes: b1516a14657a ('iommu/amd: Implement flush queue') -Reported-by: Daniel Drake -Cc: Daniel Drake -Cc: Alexander Deucher -Signed-off-by: Joerg Roedel ---- - drivers/pci/ats.c | 8 ++++++++ - 1 file changed, 8 insertions(+) - -diff --git a/drivers/pci/ats.c b/drivers/pci/ats.c -index eeb9fb2..711bdb2 100644 ---- a/drivers/pci/ats.c -+++ b/drivers/pci/ats.c -@@ -17,10 +17,18 @@ - - #include "pci.h" - -+static const struct pci_device_id broken_ats_tbl[] = { -+ { PCI_DEVICE(PCI_VENDOR_ID_AMD, 0x98e4) }, /* AMD Stoney GPU part */ -+ { 0 } -+}; -+ - void pci_ats_init(struct pci_dev *dev) - { - int pos; - -+ if (pci_match_id(broken_ats_tbl, dev)) -+ return; -+ - pos = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ATS); - if (!pos) - return; diff --git a/kernel/tools/perf/files/patches/mageia/pci-add-ALI-M5229-ide-compatibility-mode-quirk.patch b/kernel/tools/perf/files/patches/mageia/pci-add-ALI-M5229-ide-compatibility-mode-quirk.patch deleted file mode 100644 index 47e1a2f5a3..0000000000 --- a/kernel/tools/perf/files/patches/mageia/pci-add-ALI-M5229-ide-compatibility-mode-quirk.patch +++ /dev/null @@ -1,60 +0,0 @@ -PCI: Add ALI M5229 comaptibility mode quirk - -The libata driver will not work with an M5229 set into native IDE -mode (the old drivers/pci one does) if the M5229 does not provide -it's own IRQ. - -The M5229 implementation embedded into the ALI M1543 uses the -M1543's ISA PIC to provide the interrupts and thus does not have -an valid PCI IRQ set. This quirk detects the abscence of IRQ and -sets the M5229 back into compatibility mode to use IRQs 14 and 15 -so that libata works correctly. - -Note, I belive that the check for an valid interrupt line is -correct, I only have an M5229 in an ALI M1543 to check this -on. It would be useful to confirm that a M5229 with an valid IRQ -does not trigger this quirk. - -Signed-off-by: Ben Dooks - ---- - drivers/pci/quirks.c | 28 ++++++++++++++++++++++++++++ - 1 file changed, 28 insertions(+) - ---- a/drivers/pci/quirks.c -+++ b/drivers/pci/quirks.c -@@ -964,6 +964,34 @@ static void __devinit quirk_svwks_csb5id - } - DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB5IDE, quirk_svwks_csb5ide); - -+/* Some systems set the ALI M5229 in the ALI M1543 bridge to native mode, -+ * which cannot be supported by the pata_ali.c driver (the old drivers/ide -+ * makes a compatibility effort to change the IDE interrupts). -+ */ -+static void __devinit quirk_ali_ide_compatibility(struct pci_dev *pdev) -+{ -+ u8 tmp; -+ -+ /* pdev->irq and pdev->pin have yet to be initialised, so check -+ * by reading from the configuration header to see if we've got -+ * a valid interrupt line. */ -+ -+ pci_read_config_byte(pdev, PCI_INTERRUPT_LINE, &tmp); -+ if (tmp != 0xff) -+ return; -+ -+ pci_read_config_byte(pdev, PCI_CLASS_PROG, &tmp); -+ if (tmp & 0x5) { -+ dev_info(&pdev->dev, "quirk: changing to IDE compatibility mode\n"); -+ -+ tmp &= ~0x05; -+ pdev->class &= ~0x05; -+ pci_write_config_byte(pdev, PCI_CLASS_PROG, tmp); -+ } -+} -+ -+DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M5229, quirk_ali_ide_compatibility); -+ - /* - * Intel 82801CAM ICH3-M datasheet says IDE modes must be the same - */ diff --git a/kernel/tools/perf/files/patches/mageia/pci-quirks-drop-devinit-exit.patch b/kernel/tools/perf/files/patches/mageia/pci-quirks-drop-devinit-exit.patch deleted file mode 100644 index c8eeeda073..0000000000 --- a/kernel/tools/perf/files/patches/mageia/pci-quirks-drop-devinit-exit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./drivers/pci/quirks.c.orig 2013-01-16 18:13:57.000000000 +0200 -+++ ./drivers/pci/quirks.c 2013-01-16 18:42:24.331008402 +0200 -@@ -1083,7 +1083,7 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_SE - * which cannot be supported by the pata_ali.c driver (the old drivers/ide - * makes a compatibility effort to change the IDE interrupts). - */ --static void __devinit quirk_ali_ide_compatibility(struct pci_dev *pdev) -+static void quirk_ali_ide_compatibility(struct pci_dev *pdev) - { - u8 tmp; - diff --git a/kernel/tools/perf/files/patches/mageia/pinctrl_amd-Use-regular-interrupt-instead-of-chained.patch b/kernel/tools/perf/files/patches/mageia/pinctrl_amd-Use-regular-interrupt-instead-of-chained.patch deleted file mode 100644 index 36d963a611..0000000000 --- a/kernel/tools/perf/files/patches/mageia/pinctrl_amd-Use-regular-interrupt-instead-of-chained.patch +++ /dev/null @@ -1,179 +0,0 @@ -From ba714a9c1dea85e0bf2899d02dfeb9c70040427c Mon Sep 17 00:00:00 2001 -From: Thomas Gleixner -Date: Tue, 23 May 2017 23:23:32 +0200 -Subject: [PATCH] pinctrl/amd: Use regular interrupt instead of chained - -The AMD pinctrl driver uses a chained interrupt to demultiplex the GPIO -interrupts. Kevin Vandeventer reported, that his new AMD Ryzen locks up -hard on boot when the AMD pinctrl driver is initialized. The reason is an -interrupt storm. It's not clear whether that's caused by hardware or -firmware or both. - -Using chained interrupts on X86 is a dangerous endavour. If a system is -misconfigured or the hardware buggy there is no safety net to catch an -interrupt storm. - -Convert the driver to use a regular interrupt for the demultiplex -handler. This allows the interrupt storm detector to catch the malfunction -and lets the system boot up. - -This should be backported to stable because it's likely that more users run -into this problem as the AMD Ryzen machines are spreading. - -Reported-by: Kevin Vandeventer -Link: https://bugzilla.suse.com/show_bug.cgi?id=1034261 -Signed-off-by: Thomas Gleixner -Signed-off-by: Linus Walleij -Backported to 4.9 by: Borislav Petkov - ---- - drivers/pinctrl/pinctrl-amd.c | 91 +++++++++++++++++++------------------------ - 1 file changed, 41 insertions(+), 50 deletions(-) - - -Date: Thu, 22 Jun 2017 11:16:31 +0200 -From: -To: Thomas Backlund -Cc: stable , Thomas Gleixner , - Linus Walleij , - "Shah, Nehal-bakulchandra" , - "Xue, Ken" , - "S-k, Shyam-sundar" , - Sherry Hurwitz -Subject: Re: ba714a9c1dea ("pinctrl/amd: Use regular interrupt instead of chained") - -On Thu, Jun 22, 2017 at 12:03:50PM +0300, Thomas Backlund wrote: -> If it's intended for 4.9 -longterm, a proper backport is needed. - -Something like this, I guess. But I need to find a box to test it. - -Regards/Gruss, - Boris. - -diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c -index c9a146948192..531e2224f38f 100644 ---- a/drivers/pinctrl/pinctrl-amd.c -+++ b/drivers/pinctrl/pinctrl-amd.c -@@ -476,64 +476,54 @@ static struct irq_chip amd_gpio_irqchip = { - .irq_set_type = amd_gpio_irq_set_type, - }; - --static void amd_gpio_irq_handler(struct irq_desc *desc) -+#define PIN_IRQ_PENDING (BIT(INTERRUPT_STS_OFF) | BIT(WAKE_STS_OFF)) -+ -+static irqreturn_t amd_gpio_irq_handler(int irq, void *dev_id) - { -- u32 i; -- u32 off; -- u32 reg; -- u32 pin_reg; -- u64 reg64; -- int handled = 0; -- unsigned int irq; -+ struct amd_gpio *gpio_dev = dev_id; -+ struct gpio_chip *gc = &gpio_dev->gc; -+ irqreturn_t ret = IRQ_NONE; -+ unsigned int i, irqnr; - unsigned long flags; -- struct irq_chip *chip = irq_desc_get_chip(desc); -- struct gpio_chip *gc = irq_desc_get_handler_data(desc); -- struct amd_gpio *gpio_dev = gpiochip_get_data(gc); -+ u32 *regs, regval; -+ u64 status, mask; - -- chained_irq_enter(chip, desc); -- /*enable GPIO interrupt again*/ -+ /* Read the wake status */ - spin_lock_irqsave(&gpio_dev->lock, flags); -- reg = readl(gpio_dev->base + WAKE_INT_STATUS_REG1); -- reg64 = reg; -- reg64 = reg64 << 32; -- -- reg = readl(gpio_dev->base + WAKE_INT_STATUS_REG0); -- reg64 |= reg; -+ status = readl(gpio_dev->base + WAKE_INT_STATUS_REG1); -+ status <<= 32; -+ status |= readl(gpio_dev->base + WAKE_INT_STATUS_REG0); - spin_unlock_irqrestore(&gpio_dev->lock, flags); - -- /* -- * first 46 bits indicates interrupt status. -- * one bit represents four interrupt sources. -- */ -- for (off = 0; off < 46 ; off++) { -- if (reg64 & BIT(off)) { -- for (i = 0; i < 4; i++) { -- pin_reg = readl(gpio_dev->base + -- (off * 4 + i) * 4); -- if ((pin_reg & BIT(INTERRUPT_STS_OFF)) || -- (pin_reg & BIT(WAKE_STS_OFF))) { -- irq = irq_find_mapping(gc->irqdomain, -- off * 4 + i); -- generic_handle_irq(irq); -- writel(pin_reg, -- gpio_dev->base -- + (off * 4 + i) * 4); -- handled++; -- } -- } -+ /* Bit 0-45 contain the relevant status bits */ -+ status &= (1ULL << 46) - 1; -+ regs = gpio_dev->base; -+ for (mask = 1, irqnr = 0; status; mask <<= 1, regs += 4, irqnr += 4) { -+ if (!(status & mask)) -+ continue; -+ status &= ~mask; -+ -+ /* Each status bit covers four pins */ -+ for (i = 0; i < 4; i++) { -+ regval = readl(regs + i); -+ if (!(regval & PIN_IRQ_PENDING)) -+ continue; -+ irq = irq_find_mapping(gc->irqdomain, irqnr + i); -+ generic_handle_irq(irq); -+ /* Clear interrupt */ -+ writel(regval, regs + i); -+ ret = IRQ_HANDLED; - } - } - -- if (handled == 0) -- handle_bad_irq(desc); -- -+ /* Signal EOI to the GPIO unit */ - spin_lock_irqsave(&gpio_dev->lock, flags); -- reg = readl(gpio_dev->base + WAKE_INT_MASTER_REG); -- reg |= EOI_MASK; -- writel(reg, gpio_dev->base + WAKE_INT_MASTER_REG); -+ regval = readl(gpio_dev->base + WAKE_INT_MASTER_REG); -+ regval |= EOI_MASK; -+ writel(regval, gpio_dev->base + WAKE_INT_MASTER_REG); - spin_unlock_irqrestore(&gpio_dev->lock, flags); - -- chained_irq_exit(chip, desc); -+ return ret; - } - - static int amd_get_groups_count(struct pinctrl_dev *pctldev) -@@ -801,10 +791,11 @@ static int amd_gpio_probe(struct platform_device *pdev) - goto out2; - } - -- gpiochip_set_chained_irqchip(&gpio_dev->gc, -- &amd_gpio_irqchip, -- irq_base, -- amd_gpio_irq_handler); -+ ret = devm_request_irq(&pdev->dev, irq_base, amd_gpio_irq_handler, 0, -+ KBUILD_MODNAME, gpio_dev); -+ if (ret) -+ goto out2; -+ - - platform_set_drvdata(pdev, gpio_dev); - - --- -Regards/Gruss, - Boris. - -Good mailing practices for 400: avoid top-posting and trim the reply. diff --git a/kernel/tools/perf/files/patches/mageia/platform-x86-add-shuttle-wmi-driver.patch b/kernel/tools/perf/files/patches/mageia/platform-x86-add-shuttle-wmi-driver.patch deleted file mode 100644 index 02f8979192..0000000000 --- a/kernel/tools/perf/files/patches/mageia/platform-x86-add-shuttle-wmi-driver.patch +++ /dev/null @@ -1,1437 +0,0 @@ - - Documentation/ABI/testing/sysfs-platform-shuttle-wmi | 72 + - MAINTAINERS | 6 - drivers/platform/x86/Kconfig | 15 - drivers/platform/x86/Makefile | 1 - drivers/platform/x86/shuttle-wmi.c | 1297 +++++++++++++++++++ - 5 files changed, 1391 insertions(+) - -diff -Nurp linux-3.14.2/Documentation/ABI/testing/sysfs-platform-shuttle-wmi linux-3.14.2-shuttle/Documentation/ABI/testing/sysfs-platform-shuttle-wmi ---- linux-3.14.2/Documentation/ABI/testing/sysfs-platform-shuttle-wmi 1970-01-01 02:00:00.000000000 +0200 -+++ linux-3.14.2-shuttle/Documentation/ABI/testing/sysfs-platform-shuttle-wmi 2014-04-26 18:33:26.867761088 +0300 -@@ -0,0 +1,72 @@ -+What: /sys/devices/platform/shuttle_wmi/lcd_auto_adjust -+Date: December 2010 -+KernelVersion: 2.6.36 -+Contact: "Herton Ronaldo Krzesinski" -+Description: -+ This is a write only option (accepts any single value, eg. -+ "echo 1 > lcd_auto_adjust") that starts LCD auto-adjust -+ function, if the machine has this function enabled. Some -+ shuttle machines have LCD attached to analog VGA connector, -+ so uses/needs auto-adjust. -+ -+What: /sys/devices/platform/shuttle_wmi/model_name -+Date: December 2010 -+KernelVersion: 2.6.36 -+Contact: "Herton Ronaldo Krzesinski" -+Description: -+ This is a read only attribute which outputs a string with model -+ name of the machine. When shuttle-wmi can't determine which -+ model it is, "Unknown" is returned. Otherwise, the possible -+ models are "Shuttle MA", "Shuttle DA18IE", "Shuttle DA18IM", -+ "Shuttle X50 V2", "Positivo A14IE01", "Positivo P13", -+ "Positivo P14". -+ -+What: /sys/devices/platform/shuttle_wmi/panel_set_default -+Date: December 2010 -+KernelVersion: 2.6.36 -+Contact: "Herton Ronaldo Krzesinski" -+Description: -+ This is a write only option (accepts any single value, eg. -+ "echo 1 > panel_set_default"). Probably resets panel/lcd to -+ default configuration, function not explained in shuttle wmi -+ documentation. It also starts an auto adjust and color adjust -+ cycle. The function should only work in shuttle machines with -+ LCD attached to an analog VGA connector. -+ -+What: /sys/devices/platform/shuttle_wmi/powersave -+Date: December 2010 -+KernelVersion: 2.6.36 -+Contact: "Herton Ronaldo Krzesinski" -+Description: -+ Control powersave state. 1 means on, 0 means off. -+ When enabled, it basically forces the cpu to stay on powersave -+ state (only works if cpu has P-states support, it is similar to -+ powersave governor in cpufreq) when machine is only running on -+ battery. If not running on battery, this function isn't expected -+ to work, any attempt to enable this returns -EIO. -+ -+What: /sys/devices/platform/shuttle_wmi/touchpad_off -+Date: December 2010 -+KernelVersion: 2.6.36 -+Contact: "Herton Ronaldo Krzesinski" -+Description: -+ Control touchpad state. 1 means off, 0 means on. -+ -+What: /sys/devices/platform/shuttle_wmi/webcam -+Date: December 2010 -+KernelVersion: 2.6.36 -+Contact: "Herton Ronaldo Krzesinski" -+Description: -+ Control webcam state. 1 means on, 0 means off. -+ -+What: /sys/devices/platform/shuttle_wmi/white_balance -+Date: December 2010 -+KernelVersion: 2.6.36 -+Contact: "Herton Ronaldo Krzesinski" -+Description: -+ This is a write only option (accepts any single value, eg. -+ "echo 1 > white_balance"). Probably triggers an automatic -+ white balance adjustment for lcd, function not explained in -+ shuttle wmi documentation. It also starts an auto adjust and -+ color adjust cycle. The function should only work in shuttle -+ machines with LCD attached to an analog VGA connector. -diff -Nurp linux-3.14.2/drivers/platform/x86/Kconfig linux-3.14.2-shuttle/drivers/platform/x86/Kconfig ---- linux-3.14.2/drivers/platform/x86/Kconfig 2014-03-31 06:40:15.000000000 +0300 -+++ linux-3.14.2-shuttle/drivers/platform/x86/Kconfig 2014-04-26 18:33:26.867761088 +0300 -@@ -811,6 +811,21 @@ config INTEL_SMARTCONNECT - This driver checks to determine whether the device has Intel Smart - Connect enabled, and if so disables it. - -+config SHUTTLE_WMI -+ tristate "Shuttle WMI Extras Driver" -+ depends on ACPI_WMI -+ depends on BACKLIGHT_CLASS_DEVICE -+ depends on RFKILL -+ depends on INPUT -+ select INPUT_SPARSEKMAP -+ ---help--- -+ This is a driver for the WMI interface present on some Shuttle -+ machines. It adds controls for wireless, bluetooth and 3g radios, -+ webcam switch, backlight controls, among others. -+ -+ If you have a Shuttle machine with ACPI-WMI interface say Y or M -+ here. -+ - config PVPANIC - tristate "pvpanic device support" - depends on ACPI -diff -Nurp linux-3.14.2/drivers/platform/x86/Makefile linux-3.14.2-shuttle/drivers/platform/x86/Makefile ---- linux-3.15/drivers/platform/x86/Makefile -+++ linux-3.15-shuttle/drivers/platform/x86/Makefile -@@ -53,6 +53,7 @@ obj-$(CONFIG_SAMSUNG_Q10) += samsung-q10 - obj-$(CONFIG_APPLE_GMUX) += apple-gmux.o - obj-$(CONFIG_INTEL_RST) += intel-rst.o - obj-$(CONFIG_INTEL_SMARTCONNECT) += intel-smartconnect.o -+obj-$(CONFIG_SHUTTLE_WMI) += shuttle-wmi.o - - obj-$(CONFIG_PVPANIC) += pvpanic.o - obj-$(CONFIG_ALIENWARE_WMI) += alienware-wmi.o -diff -Nurp linux-3.14.2/drivers/platform/x86/shuttle-wmi.c linux-3.14.2-shuttle/drivers/platform/x86/shuttle-wmi.c ---- linux-3.14.2/drivers/platform/x86/shuttle-wmi.c 1970-01-01 02:00:00.000000000 +0200 -+++ linux-3.14.2-shuttle/drivers/platform/x86/shuttle-wmi.c 2014-04-26 18:33:26.868761096 +0300 -@@ -0,0 +1,1297 @@ -+/* -+ * ACPI-WMI driver for Shuttle WMI interface -+ * -+ * Copyright (c) 2010 Herton Ronaldo Krzesinski -+ * -+ * Development of this driver was funded by Positivo Informatica S.A. -+ * Parts of the driver were based on some WMI documentation provided by Shuttle -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License version 2 as -+ * published by the Free Software Foundation. -+ */ -+ -+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+MODULE_AUTHOR("Herton Ronaldo Krzesinski"); -+MODULE_DESCRIPTION("Shuttle WMI Extras Driver"); -+MODULE_LICENSE("GPL"); -+ -+#define SHUTTLE_WMI_SETGET_GUID "abbc0f6f-8ea1-11d1-00a0-c90629100000" -+#define SHUTTLE_WMI_EVENT_GUID "abbc0f72-8ea1-11d1-00a0-c90629100000" -+MODULE_ALIAS("wmi:"SHUTTLE_WMI_SETGET_GUID); -+MODULE_ALIAS("wmi:"SHUTTLE_WMI_EVENT_GUID); -+ -+#define CMD_WRITEEC 0x00 -+#define CMD_READEC 0x01 -+#define CMD_SCMD 0x02 -+#define CMD_INT15 0x03 -+#define CMD_HWSW 0x07 -+#define CMD_LCTRL 0x09 -+#define CMD_CUTLVDS 0x11 -+#define CMD_MA 0x18 -+#define CMD_DA18IE 0x19 -+#define CMD_DA18IM 0x20 -+ -+#define ECRAM_ER0 0x443 -+#define ECRAM_ER1 0x45a -+#define ECRAM_ER2 0x47b -+#define ECRAM_ER3 0x758 -+#define ECRAM_ER4 0x759 -+ -+struct shuttle_ecram { -+ unsigned short addr; -+ u32 mask; -+}; -+ -+struct shuttle_state { -+ struct shuttle_ecram ecram; -+ struct device_attribute *dev_attr; -+}; -+ -+static struct shuttle_state state_powersave = { -+ .ecram = { -+ .addr = ECRAM_ER3, -+ .mask = 0x10, -+ }, -+}; -+ -+static struct shuttle_state state_touchpad_off = { -+ .ecram = { -+ .addr = ECRAM_ER2, -+ .mask = 0x02, -+ }, -+}; -+ -+static struct shuttle_state state_webcam = { -+ .ecram = { -+ .addr = ECRAM_ER2, -+ .mask = 0x10, -+ }, -+}; -+ -+struct shuttle_rfkill { -+ struct rfkill *rfk; -+ enum rfkill_type type; -+ struct shuttle_ecram ecram_state; -+ struct shuttle_ecram ecram_present; -+ /* lists of rf state switch notification codes */ -+ u32 rf_on[3]; -+ u32 rf_off[3]; -+}; -+ -+static struct shuttle_rfkill srfk_3g = { -+ .type = RFKILL_TYPE_WWAN, -+ .ecram_state = { -+ .addr = ECRAM_ER2, -+ .mask = 0x40, -+ }, -+ .rf_on = { 0x10, 0x29 }, -+ .rf_off = { 0x11, 0x2a }, -+}; -+ -+static struct shuttle_rfkill srfk_bluetooth = { -+ .type = RFKILL_TYPE_BLUETOOTH, -+ .ecram_state = { -+ .addr = ECRAM_ER2, -+ .mask = 0x20, -+ }, -+ .rf_on = { 0x0c, 0x29 }, -+ .rf_off = { 0x0d, 0x2a }, -+}; -+ -+static struct shuttle_rfkill srfk_wlan = { -+ .type = RFKILL_TYPE_WLAN, -+ .ecram_state = { -+ .addr = ECRAM_ER2, -+ .mask = 0x80, -+ }, -+ .ecram_present = { -+ .addr = ECRAM_ER1, -+ .mask = 0x80, -+ }, -+ .rf_on = { 0x08 }, -+ .rf_off = { 0x09 }, -+}; -+ -+enum fn_type { -+ FN_CMD, -+ FN_CMD_DEBUG, -+ FN_RFKILL, -+ FN_STATE -+}; -+ -+struct shuttle_fn_map { -+ char *name; -+ enum fn_type type; -+ unsigned short cmd; -+ unsigned short arg; -+ unsigned short fn; -+ void *data; -+}; -+ -+static struct shuttle_fn_map unknown_fn_map[] = { -+ { "fn_f1", FN_CMD_DEBUG, CMD_SCMD, 0, 0x01, NULL }, -+ { "fn_f2", FN_CMD_DEBUG, CMD_SCMD, 0, 0x02, NULL }, -+ { "fn_f3", FN_CMD_DEBUG, CMD_SCMD, 0, 0x03, NULL }, -+ { "fn_f4", FN_CMD_DEBUG, CMD_SCMD, 0, 0x04, NULL }, -+ { "fn_f5", FN_CMD_DEBUG, CMD_SCMD, 0, 0x05, NULL }, -+ { "fn_f6", FN_CMD_DEBUG, CMD_SCMD, 0, 0x06, NULL }, -+ { "fn_f7", FN_CMD_DEBUG, CMD_SCMD, 0, 0x07, NULL }, -+ { "fn_f8", FN_CMD_DEBUG, CMD_SCMD, 0, 0x08, NULL }, -+ { "fn_f9", FN_CMD_DEBUG, CMD_SCMD, 0, 0x09, NULL }, -+ { "fn_f10", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0a, NULL }, -+ { "fn_f11", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0b, NULL }, -+ { "fn_f12", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0c, NULL }, -+ { "fn_f13", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0d, NULL }, -+ { "fn_f14", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0e, NULL }, -+ { "fn_f15", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0f, NULL }, -+ { "lcd_auto_adjust", FN_CMD, CMD_SCMD, 0, 0x81, NULL }, -+ { "lightbar_brightness_down", FN_CMD_DEBUG, CMD_LCTRL, 1, 0x00, NULL }, -+ { "lightbar_brightness_up", FN_CMD_DEBUG, CMD_LCTRL, 1, 0x01, NULL }, -+ { "panel_set_default", FN_CMD, CMD_SCMD, 0, 0x83, NULL }, -+ { "video_output_on", FN_CMD_DEBUG, CMD_CUTLVDS, 0, 0x01, NULL}, -+ { "video_output_off", FN_CMD_DEBUG, CMD_CUTLVDS, 0, 0x00, NULL}, -+ { "white_balance", FN_CMD, CMD_SCMD, 0, 0x82, NULL }, -+ { } -+}; -+ -+static struct shuttle_fn_map fn_map_1[] = { -+ { "brightness_down", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0b, NULL }, -+ { "brightness_up", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0c, NULL }, -+ { "lcd_auto_adjust", FN_CMD, CMD_SCMD, 0, 0x81, NULL }, -+ { "lightbar_brightness_down", FN_CMD_DEBUG, CMD_LCTRL, 1, 0x00, NULL }, -+ { "lightbar_brightness_up", FN_CMD_DEBUG, CMD_LCTRL, 1, 0x01, NULL }, -+ { "panel_set_default", FN_CMD, CMD_SCMD, 0, 0x83, NULL }, -+ { "powersave", FN_STATE, CMD_SCMD, 0, 0x02, &state_powersave }, -+ { "shuttle_3g", FN_RFKILL, CMD_SCMD, 0, 0x05, &srfk_3g }, -+ { "shuttle_bluetooth", FN_RFKILL, CMD_SCMD, 0, 0x0d, &srfk_bluetooth }, -+ { "shuttle_wlan", FN_RFKILL, CMD_SCMD, 0, 0x04, &srfk_wlan }, -+ { "sleep", FN_CMD_DEBUG, CMD_SCMD, 0, 0x01, NULL }, -+ { "sound_mute", FN_CMD_DEBUG, CMD_SCMD, 0, 0x08, NULL }, -+ { "switch_video", FN_CMD_DEBUG, CMD_SCMD, 0, 0x03, NULL }, -+ { "touchpad_off", FN_STATE, CMD_SCMD, 0, 0x06, &state_touchpad_off }, -+ { "volume_down", FN_CMD_DEBUG, CMD_SCMD, 0, 0x09, NULL }, -+ { "volume_up", FN_CMD_DEBUG, CMD_SCMD, 0, 0x0a, NULL }, -+ { "video_output_on", FN_CMD_DEBUG, CMD_CUTLVDS, 0, 0x01, NULL}, -+ { "video_output_off", FN_CMD_DEBUG, CMD_CUTLVDS, 0, 0x00, NULL}, -+ { "webcam", FN_STATE, CMD_SCMD, 0, 0x07, &state_webcam }, -+ { "white_balance", FN_CMD, CMD_SCMD, 0, 0x82, NULL }, -+ { } -+}; -+ -+static struct shuttle_fn_map fn_map_2[] = { -+ { "brightness_down", FN_CMD_DEBUG, CMD_SCMD, 0, 0x08, NULL }, -+ { "brightness_up", FN_CMD_DEBUG, CMD_SCMD, 0, 0x09, NULL }, -+ { "video_output", FN_CMD_DEBUG, CMD_SCMD, 0, 0x02, NULL }, -+ { "video_output_on", FN_CMD_DEBUG, CMD_CUTLVDS, 0, 0x01, NULL}, -+ { "video_output_off", FN_CMD_DEBUG, CMD_CUTLVDS, 0, 0x00, NULL}, -+ { "shuttle_wlan", FN_RFKILL, CMD_SCMD, 0, 0x0b, &srfk_wlan }, -+ { "sleep", FN_CMD_DEBUG, CMD_SCMD, 0, 0x03, NULL }, -+ { "sound_mute", FN_CMD_DEBUG, CMD_SCMD, 0, 0x04, NULL }, -+ { "switch_video", FN_CMD_DEBUG, CMD_SCMD, 0, 0x07, NULL }, -+ { "touchpad_off", FN_STATE, CMD_SCMD, 0, 0x01, &state_touchpad_off }, -+ { "volume_down", FN_CMD_DEBUG, CMD_SCMD, 0, 0x05, NULL }, -+ { "volume_up", FN_CMD_DEBUG, CMD_SCMD, 0, 0x06, NULL }, -+ { "webcam", FN_STATE, CMD_SCMD, 0, 0x0a, &state_webcam }, -+ { } -+}; -+ -+struct shuttle_backlight { -+ u8 ec_addr; -+ struct shuttle_fn_map *fn_bl_down; -+ struct shuttle_fn_map *fn_bl_up; -+}; -+ -+static struct shuttle_backlight common_bl_desc = { -+ .ec_addr = 0x79, -+}; -+ -+static struct shuttle_backlight quirk_bl_desc = { -+ .ec_addr = 0x79, -+ .fn_bl_down = &fn_map_1[0], -+ .fn_bl_up = &fn_map_1[1], -+}; -+ -+struct shuttle_id { -+ unsigned char cmd_id; -+ const char *model_name; -+ struct shuttle_backlight *bl_desc; -+ struct shuttle_fn_map *fn_map; -+}; -+ -+static struct shuttle_id shuttle_ids[] = { -+ { CMD_MA, "Shuttle MA", &common_bl_desc, fn_map_1 }, -+ { CMD_DA18IE, "Shuttle DA18IE", &quirk_bl_desc, fn_map_1 }, -+ { CMD_DA18IM, "Shuttle DA18IM", &common_bl_desc, fn_map_1 } -+}; -+ -+static struct shuttle_id id_unknown = { -+ .model_name = "Unknown", -+ .fn_map = unknown_fn_map, -+}; -+ -+static struct shuttle_id shuttle_dmi_id; -+ -+static int shuttle_dmi_matched(const struct dmi_system_id *dmi) -+{ -+ shuttle_dmi_id.model_name = dmi->ident; -+ shuttle_dmi_id.bl_desc = &common_bl_desc; -+ shuttle_dmi_id.fn_map = dmi->driver_data; -+ return 1; -+} -+ -+static struct dmi_system_id shuttle_dmi_ids[] = { -+ { -+ .callback = shuttle_dmi_matched, -+ .ident = "Shuttle X50 V2", -+ .matches = { -+ DMI_MATCH(DMI_PRODUCT_NAME, "X50-V2"), -+ }, -+ .driver_data = fn_map_1, -+ }, -+ { -+ .callback = shuttle_dmi_matched, -+ .ident = "Positivo A14IE01", -+ .matches = { -+ DMI_MATCH(DMI_BOARD_VENDOR, "POSITIVO"), -+ DMI_MATCH(DMI_BOARD_NAME, "A14IE01"), -+ }, -+ .driver_data = fn_map_2, -+ }, -+ { -+ .callback = shuttle_dmi_matched, -+ .ident = "Positivo P13", -+ .matches = { -+ DMI_MATCH(DMI_BOARD_VENDOR, "POSITIVO"), -+ DMI_MATCH(DMI_BOARD_NAME, "P13"), -+ }, -+ .driver_data = fn_map_2, -+ }, -+ { -+ .callback = shuttle_dmi_matched, -+ .ident = "Positivo P14", -+ .matches = { -+ DMI_MATCH(DMI_BOARD_VENDOR, "POSITIVO"), -+ DMI_MATCH(DMI_BOARD_NAME, "P14"), -+ }, -+ .driver_data = fn_map_2, -+ }, -+ {} -+}; -+ -+static struct dmi_system_id __devinitdata shuttle_quirk_bl_dmi_ids[] = { -+ { -+ .ident = "Positivo M13", -+ .matches = { -+ DMI_MATCH(DMI_BOARD_VENDOR, "POSITIVO"), -+ DMI_MATCH(DMI_BOARD_NAME, "M13"), -+ }, -+ }, -+ { -+ .ident = "Positivo M14", -+ .matches = { -+ DMI_MATCH(DMI_BOARD_VENDOR, "POSITIVO"), -+ DMI_MATCH(DMI_BOARD_NAME, "M14"), -+ }, -+ }, -+ { -+ .ident = "Positivo A14IM01", -+ .matches = { -+ DMI_MATCH(DMI_BOARD_VENDOR, "POSITIVO"), -+ DMI_MATCH(DMI_BOARD_NAME, "A14IM01"), -+ }, -+ }, -+ { -+ .ident = "Positivo J14IM21", -+ .matches = { -+ DMI_MATCH(DMI_BOARD_VENDOR, "POSITIVO"), -+ DMI_MATCH(DMI_BOARD_NAME, "J14IM21"), -+ }, -+ }, -+ {} -+}; -+ -+struct shuttle_wmi { -+ struct platform_device *pdev; -+ struct shuttle_id *id; -+ struct dentry *dbg_root; -+ struct attribute_group *attr_group; -+ struct input_dev *inputdev; -+ struct backlight_device *bd; -+}; -+ -+struct shuttle_cmd { -+ u16 param2; -+ u16 param1; -+ u8 arg; -+ u8 cmd; -+ u16 hdr; -+}; -+ -+static int wmi_setget_mtd(struct shuttle_cmd *scmd, u32 *res) -+{ -+ acpi_status status; -+ union acpi_object *obj; -+ struct acpi_buffer input; -+ static DEFINE_MUTEX(mtd_lock); -+ struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; -+ -+ input.length = sizeof(struct shuttle_cmd); -+ scmd->hdr = 0xec00; -+ input.pointer = (u8 *) scmd; -+ -+ /* We must serialize access to wmi_evaluate_method: the wmi interface -+ * functions in the bios save its parameters on a common shared buffer, -+ * which gets overwritten on parallel calls with unpredicted results; -+ * AML code doesn't have any locking, so we must do this here */ -+ mutex_lock(&mtd_lock); -+ status = wmi_evaluate_method(SHUTTLE_WMI_SETGET_GUID, 0, 2, -+ &input, &output); -+ mutex_unlock(&mtd_lock); -+ if (ACPI_FAILURE(status)) -+ return -1; -+ -+ obj = output.pointer; -+ if (obj) { -+ if (obj->type == ACPI_TYPE_INTEGER) { -+ if (res) -+ *res = obj->integer.value; -+ } else { -+ pr_err("Unsupported object returned (%s)", __func__); -+ res = NULL; -+ } -+ kfree(obj); -+ } else { -+ if (res) { -+ pr_warning("No result from WMI method (%s)", __func__); -+ res = NULL; -+ } -+ } -+ -+ return (res) ? 0 : 1; -+} -+ -+static int wmi_ec_cmd(unsigned char cmd, unsigned char arg, -+ unsigned short param1, unsigned short param2, -+ u32 *res) -+{ -+ struct shuttle_cmd scmd = { -+ .cmd = cmd, -+ .arg = arg, -+ .param1 = param1, -+ .param2 = param2 -+ }; -+ -+ return wmi_setget_mtd(&scmd, res); -+} -+ -+static int wmi_ec_state(struct shuttle_ecram *ecram) -+{ -+ u32 val; -+ -+ if (wmi_ec_cmd(CMD_READEC, 0, 0, ecram->addr, &val)) -+ return -EIO; -+ return (val & ecram->mask) ? 1 : 0; -+} -+ -+static int rfkill_common_set_block(void *data, bool blocked) -+{ -+ int sw; -+ struct shuttle_fn_map *fn_map = data; -+ struct shuttle_rfkill *srfk = fn_map->data; -+ -+ sw = wmi_ec_state(&srfk->ecram_state); -+ if (sw < 0) -+ return sw; -+ -+ if (blocked == sw) -+ wmi_ec_cmd(fn_map->cmd, fn_map->arg, 0, fn_map->fn, NULL); -+ else -+ return 0; -+ -+ sw = wmi_ec_state(&srfk->ecram_state); -+ if (sw < 0) -+ return sw; -+ -+ return (sw != blocked) ? 0 : -EIO; -+} -+ -+static const struct rfkill_ops rfkill_common_ops = { -+ .set_block = rfkill_common_set_block, -+}; -+ -+static void pr_possible_dev_state(void) -+{ -+ static bool pr; -+ u32 val; -+ -+ if (!pr) { -+ pr = true; -+ pr_info("need to unblock some rfkills to check device" -+ " presence\n"); -+ if (!wmi_ec_cmd(CMD_READEC, 0, 0, ECRAM_ER1, &val)) -+ pr_info("possible device present state at address" -+ " 0x%04x is 0x%08x\n", ECRAM_ER1, val); -+ } -+} -+ -+static int shuttle_rfkill_init(struct shuttle_fn_map *fn_map, -+ struct device *dev) -+{ -+ int rc; -+ struct shuttle_rfkill *srfk = fn_map->data; -+ -+ /* Try to detect if device controlled by this rfkill is present, to -+ * avoid having an rfkill switch when not needed */ -+ if (srfk->ecram_present.mask && srfk->ecram_present.addr) { -+ /* we have an address to read to check if device is present */ -+ rc = wmi_ec_state(&srfk->ecram_present); -+ if (rc <= 0) -+ return rc; -+ -+ rc = wmi_ec_state(&srfk->ecram_state); -+ if (rc < 0) -+ return rc; -+ } else { -+ /* print only once the possible value of devices presence, for -+ * extra information (useful to check if really device presence -+ * is or isn't available at usual ECRAM_ER1 address) */ -+ pr_possible_dev_state(); -+ -+ /* no address/mask to check, detect if device is available by -+ * trying to enable it, in case it's disabled */ -+ rc = wmi_ec_state(&srfk->ecram_state); -+ if (rc < 0) -+ return rc; -+ if (!rc) { -+ if (rfkill_common_set_block(fn_map, false)) -+ return 0; -+ -+ /* after check, reset to initial setting; should be -+ * unlikely this returns with error, but really check if -+ * we could reset to initial blocked setting, otherwise -+ * don't make it a fatal error and assume rfkill not -+ * blocked */ -+ if (rfkill_common_set_block(fn_map, true)) -+ rc = 1; -+ } -+ } -+ -+ srfk->rfk = rfkill_alloc(fn_map->name, dev, srfk->type, -+ &rfkill_common_ops, fn_map); -+ if (!srfk->rfk) -+ return -ENOMEM; -+ -+ rfkill_init_sw_state(srfk->rfk, !rc); -+ -+ rc = rfkill_register(srfk->rfk); -+ if (rc) { -+ rfkill_destroy(srfk->rfk); -+ srfk->rfk = NULL; -+ return rc; -+ } -+ -+ return 0; -+} -+ -+static void shuttle_rfkill_remove(struct shuttle_fn_map *fn_map) -+{ -+ struct shuttle_rfkill *srfk = fn_map->data; -+ -+ if (srfk->rfk) { -+ rfkill_unregister(srfk->rfk); -+ rfkill_destroy(srfk->rfk); -+ srfk->rfk = NULL; -+ } -+} -+ -+static int shuttle_rfkill_resume(struct device *dev) -+{ -+ struct shuttle_fn_map *fn_map; -+ struct shuttle_rfkill *srfk; -+ int rc; -+ struct platform_device *pdev = to_platform_device(dev); -+ struct shuttle_wmi *priv = platform_get_drvdata(pdev); -+ -+ for (fn_map = priv->id->fn_map; fn_map->name; fn_map++) { -+ if (fn_map->type != FN_RFKILL) -+ continue; -+ -+ srfk = fn_map->data; -+ if (srfk->rfk) { -+ rc = wmi_ec_state(&srfk->ecram_state); -+ if (rc < 0) -+ return rc; -+ rfkill_set_sw_state(srfk->rfk, rc); -+ } -+ } -+ return 0; -+} -+ -+static bool set_rfkill_sw(u32 *list, u32 code, struct rfkill *rfk, bool blocked) -+{ -+ while (*list) { -+ if (*list == code) { -+ rfkill_set_sw_state(rfk, blocked); -+ return true; -+ } -+ list++; -+ } -+ return false; -+} -+ -+static bool notify_switch_rfkill(struct shuttle_wmi *priv, u32 code) -+{ -+ struct shuttle_fn_map *fn_map; -+ struct shuttle_rfkill *srfk; -+ struct rfkill *rfk; -+ bool res = false; -+ -+ for (fn_map = priv->id->fn_map; fn_map->name; fn_map++) { -+ if (fn_map->type != FN_RFKILL) -+ continue; -+ -+ srfk = fn_map->data; -+ rfk = srfk->rfk; -+ if (!rfk) -+ continue; -+ -+ /* check if notification code means radio turned on, looking -+ * at list_on array of "on" notification codes for this rfkill; -+ * if code is in this list, we notify rfkill core (set_rfkill_sw -+ * does the check, notification and returns true) and we can -+ * skip to next rfkill on the list (some notification codes are -+ * shared, firmware may want to turn on two radios at same time, -+ * so we must check all rfkills with this code) */ -+ if (set_rfkill_sw(srfk->rf_on, code, rfk, false)) { -+ res = true; -+ continue; -+ } -+ -+ /* same as above, but we check the list_off to see if -+ * notification code means radio turned off */ -+ if (set_rfkill_sw(srfk->rf_off, code, rfk, true)) -+ res = true; -+ } -+ /* if we found that notification code was indeed a radio on/off event, -+ * return true here */ -+ return res; -+} -+ -+static bool notify_switch_attr(struct platform_device *pdev, u32 code) -+{ -+ int i; -+ struct shuttle_switch { -+ u32 switch_on; -+ u32 switch_off; -+ char *sys_attr; -+ }; -+ static const struct shuttle_switch codes[] = { -+ { 0x04, 0x05, "touchpad_off" }, -+ { 0x12, 0x13, "webcam" }, -+ { 0x31, 0x32, "powersave" } -+ }; -+ -+ for (i = 0; i < ARRAY_SIZE(codes); i++) { -+ if (codes[i].switch_on == code || codes[i].switch_off == code) { -+ sysfs_notify(&pdev->dev.kobj, NULL, codes[i].sys_attr); -+ return true; -+ } -+ } -+ return false; -+} -+ -+static void shuttle_wmi_notify(u32 value, void *data) -+{ -+ acpi_status status; -+ union acpi_object *obj; -+ u8 type; -+ u32 code; -+ struct acpi_buffer res = { ACPI_ALLOCATE_BUFFER, NULL }; -+ struct shuttle_wmi *priv = data; -+ -+ status = wmi_get_event_data(value, &res); -+ if (status != AE_OK) { -+ pr_warning("unable to retrieve wmi event status" -+ " (error=0x%x)\n", status); -+ return; -+ } -+ -+ obj = (union acpi_object *) res.pointer; -+ if (!obj) -+ return; -+ if (obj->type != ACPI_TYPE_INTEGER) { -+ pr_info("unknown object returned in wmi event\n"); -+ goto notify_exit; -+ } -+ -+ type = (obj->integer.value >> 24) & 0xFF; -+ switch (type) { -+ case 0: /* OSD/Scancode event */ -+ code = obj->integer.value & 0xFFFFFF; -+ -+ /* update rfkill switches */ -+ if (notify_switch_rfkill(priv, code)) -+ break; -+ -+ /* send notification on state switch attributes */ -+ if (notify_switch_attr(priv->pdev, code)) -+ break; -+ -+ if (priv->bd && (code == 0x14 || code == 0x15)) { -+ backlight_force_update(priv->bd, -+ BACKLIGHT_UPDATE_HOTKEY); -+ break; -+ } -+ -+ if (!sparse_keymap_report_event(priv->inputdev, code, 1, true)) -+ pr_info("unhandled scancode (0x%06x)\n", code); -+ break; -+ case 1: /* Power management event */ -+ /* Events not used. -+ * Possible values for obj->integer.value: -+ * 0x01000000 - silent mode -+ * 0x01010000 - brightness sync */ -+ case 2: /* i-PowerXross event */ -+ /* i-PowerXross is a overclocking feature, not -+ * implemented, there are no further details, possible -+ * values for obj->integer.value in documentation: -+ * 0x02000000 - idle mode -+ * 0x02010000 - action mode -+ * 0x02020000 - entry s3 */ -+ break; -+ case 0xec: /* Lost event */ -+ if (printk_ratelimit()) -+ pr_warning("lost event because of buggy BIOS"); -+ break; -+ default: -+ pr_info("unknown wmi notification type (0x%02x)\n", type); -+ } -+ -+notify_exit: -+ kfree(obj); -+} -+ -+static const struct key_entry shuttle_wmi_keymap[] = { -+ { KE_IGNORE, 0x14, { KEY_BRIGHTNESSUP } }, -+ { KE_IGNORE, 0x15, { KEY_BRIGHTNESSDOWN } }, -+ { KE_KEY, 0x16, { KEY_FASTFORWARD } }, -+ { KE_KEY, 0x17, { KEY_REWIND } }, -+ { KE_KEY, 0x18, { KEY_F13 } }, /* OSD Beep */ -+ { KE_KEY, 0x2b, { KEY_F14 } }, /* OSD menu 1 */ -+ { KE_KEY, 0x2c, { KEY_F15 } }, /* OSD menu 2 */ -+ { KE_KEY, 0x2d, { KEY_F16 } }, /* OSD menu 3 */ -+ { KE_KEY, 0x2e, { KEY_F17 } }, /* OSD menu 4 */ -+ { KE_KEY, 0x33, { KEY_F18 } }, /* Update OSD bar status */ -+ { KE_KEY, 0x90, { KEY_WWW } }, -+ { KE_KEY, 0x95, { KEY_PREVIOUSSONG } }, -+ { KE_KEY, 0xa0, { KEY_PROG1 } }, /* Call OSD software */ -+ { KE_KEY, 0xa1, { KEY_VOLUMEDOWN } }, -+ { KE_KEY, 0xa3, { KEY_MUTE } }, -+ { KE_KEY, 0xb2, { KEY_VOLUMEUP } }, -+ { KE_KEY, 0xb4, { KEY_PLAYPAUSE } }, -+ { KE_KEY, 0xbb, { KEY_STOPCD } }, -+ { KE_KEY, 0xc8, { KEY_MAIL } }, -+ { KE_KEY, 0xcd, { KEY_NEXTSONG } }, -+ { KE_KEY, 0xd0, { KEY_MEDIA } }, -+ -+ /* Known non hotkey events don't handled, that we don't care or -+ * which we must ignore */ -+ { KE_IGNORE, 0x01, }, /* Caps Lock toggled */ -+ { KE_IGNORE, 0x02, }, /* Num Lock toggled */ -+ { KE_IGNORE, 0x03, }, /* Scroll Lock toggled */ -+ { KE_IGNORE, 0x06, }, /* Downclock/Silent on */ -+ { KE_IGNORE, 0x07, }, /* Downclock/Silent off */ -+ { KE_IGNORE, 0x0a, }, /* WiMax on */ -+ { KE_IGNORE, 0x0b, }, /* WiMax off */ -+ { KE_IGNORE, 0x0e, }, /* RF on */ -+ { KE_IGNORE, 0x0f, }, /* RF off */ -+ { KE_IGNORE, 0x1a, }, /* Auto Brightness on */ -+ { KE_IGNORE, 0x1b, }, /* Auto Brightness off */ -+ { KE_IGNORE, 0x1c, }, /* Auto-KB Brightness on */ -+ { KE_IGNORE, 0x1d, }, /* Auto-KB Brightness off */ -+ { KE_IGNORE, 0x1e, }, /* Light Bar Brightness up */ -+ { KE_IGNORE, 0x1f, }, /* Light Bar Brightness down */ -+ { KE_IGNORE, 0x20, }, /* China Telecom AP enable */ -+ { KE_IGNORE, 0x21, }, /* China Mobile AP enable */ -+ { KE_IGNORE, 0x22, }, /* Huawei AP enable */ -+ { KE_IGNORE, 0x23, }, /* Docking in */ -+ { KE_IGNORE, 0x24, }, /* Docking out */ -+ { KE_IGNORE, 0x25, }, /* Device no function */ -+ { KE_IGNORE, 0x26, }, /* i-PowerXross OverClocking */ -+ { KE_IGNORE, 0x27, }, /* i-PowerXross PowerSaving */ -+ { KE_IGNORE, 0x28, }, /* i-PowerXross off */ -+ { KE_IGNORE, 0x2f, }, /* Optimus on */ -+ { KE_IGNORE, 0x30, }, /* Optimus off */ -+ { KE_IGNORE, 0x91, }, /* ICO 2 on */ -+ { KE_IGNORE, 0x92, }, /* ICO 2 off */ -+ -+ { KE_END, 0 } -+}; -+ -+static int shuttle_wmi_input_init(struct shuttle_wmi *priv) -+{ -+ struct input_dev *input; -+ int rc; -+ -+ input = input_allocate_device(); -+ if (!input) -+ return -ENOMEM; -+ -+ input->name = "Shuttle WMI hotkeys"; -+ input->phys = KBUILD_MODNAME "/input0"; -+ input->id.bustype = BUS_HOST; -+ -+ rc = sparse_keymap_setup(input, shuttle_wmi_keymap, NULL); -+ if (rc) -+ goto err_free_dev; -+ -+ rc = input_register_device(input); -+ if (rc) -+ goto err_free_keymap; -+ -+ priv->inputdev = input; -+ return 0; -+ -+err_free_keymap: -+ sparse_keymap_free(input); -+err_free_dev: -+ input_free_device(input); -+ return rc; -+} -+ -+static void shuttle_wmi_input_remove(struct shuttle_wmi *priv) -+{ -+ struct input_dev *input = priv->inputdev; -+ -+ sparse_keymap_free(input); -+ input_unregister_device(input); -+} -+ -+static int shuttle_wmi_get_bl(struct backlight_device *bd) -+{ -+ u8 val; -+ int rc; -+ struct shuttle_wmi *priv = bl_get_data(bd); -+ struct shuttle_backlight *sbl = priv->id->bl_desc; -+ -+ rc = ec_read(sbl->ec_addr, &val); -+ if (rc) -+ return rc; -+ return val & 7; -+} -+ -+static int shuttle_wmi_update_bl(struct backlight_device *bd) -+{ -+ int rc, steps; -+ u8 val; -+ struct shuttle_fn_map *fn_down, *fn_up; -+ struct shuttle_wmi *priv = bl_get_data(bd); -+ struct shuttle_backlight *sbl = priv->id->bl_desc; -+ -+ fn_down = sbl->fn_bl_down; -+ fn_up = sbl->fn_bl_up; -+ if (!fn_down || !fn_up) { -+ rc = ec_write(sbl->ec_addr, bd->props.brightness); -+ if (rc) -+ return rc; -+ } else { -+ /* change brightness by steps, this is a quirk for shuttle -+ * machines which don't accept direct write to ec for this */ -+ rc = ec_read(sbl->ec_addr, &val); -+ if (rc) -+ return rc; -+ steps = bd->props.brightness - (val & 7); -+ while (steps > 0) { -+ wmi_ec_cmd(fn_up->cmd, fn_up->arg, 0, fn_up->fn, NULL); -+ steps--; -+ } -+ while (steps < 0) { -+ wmi_ec_cmd(fn_down->cmd, fn_down->arg, 0, fn_down->fn, -+ NULL); -+ steps++; -+ } -+ } -+ -+ wmi_ec_cmd(CMD_CUTLVDS, 0, 0, -+ (bd->props.power == FB_BLANK_UNBLANK) ? 1 : 0, -+ NULL); -+ -+ return 0; -+} -+ -+static const struct backlight_ops shuttle_wmi_bl_ops = { -+ .get_brightness = shuttle_wmi_get_bl, -+ .update_status = shuttle_wmi_update_bl, -+}; -+ -+static int shuttle_wmi_backlight_init(struct shuttle_wmi *priv) -+{ -+ int rc; -+ u8 val; -+ struct backlight_properties props; -+ struct backlight_device *bd; -+ struct shuttle_backlight *sbl = priv->id->bl_desc; -+ -+ rc = ec_read(sbl->ec_addr, &val); -+ if (rc) -+ return rc; -+ memset(&props, 0, sizeof(struct backlight_properties)); -+ props.max_brightness = 7; -+ props.brightness = val & 7; -+ props.power = FB_BLANK_UNBLANK; -+ -+ bd = backlight_device_register(KBUILD_MODNAME, &priv->pdev->dev, priv, -+ &shuttle_wmi_bl_ops, &props); -+ if (IS_ERR(bd)) -+ return PTR_ERR(bd); -+ priv->bd = bd; -+ return 0; -+} -+ -+static void shuttle_wmi_backlight_exit(struct shuttle_wmi *priv) -+{ -+ if (priv->bd) -+ backlight_device_unregister(priv->bd); -+} -+ -+static ssize_t store_fn_cmd(struct device *dev, struct device_attribute *attr, -+ const char *buf, size_t count) -+{ -+ struct platform_device *pdev = to_platform_device(dev); -+ struct shuttle_wmi *priv = platform_get_drvdata(pdev); -+ struct shuttle_fn_map *fn_map; -+ -+ for (fn_map = priv->id->fn_map; fn_map->name; fn_map++) { -+ if (fn_map->name == attr->attr.name) { -+ wmi_ec_cmd(fn_map->cmd, fn_map->arg, 0, fn_map->fn, -+ NULL); -+ return count; -+ } -+ } -+ return -EIO; -+} -+ -+static int set_fn_cmd_debug(void *data, u64 val) -+{ -+ struct shuttle_fn_map *fn_map = data; -+ -+ wmi_ec_cmd(fn_map->cmd, fn_map->arg, 0, fn_map->fn, NULL); -+ /* we don't know yet how many brightness values or maximum brightness -+ * values for lightbar, for now print possible brightness value change -+ * to aid in discovering these */ -+ if (fn_map->cmd == CMD_LCTRL) { -+ u32 val; -+ if (!wmi_ec_cmd(CMD_READEC, 0, 0, ECRAM_ER4, &val)) -+ pr_info("possible lightbar brightness change to value" -+ " 0x%08x\n", val); -+ } -+ return 0; -+} -+DEFINE_SIMPLE_ATTRIBUTE(fops_fn_cmd_debug, NULL, set_fn_cmd_debug, "%llu"); -+ -+static ssize_t show_fn_state(struct device *dev, struct device_attribute *attr, -+ char *buf) -+{ -+ struct shuttle_fn_map *fn_map; -+ struct shuttle_state *state; -+ int sw; -+ struct platform_device *pdev = to_platform_device(dev); -+ struct shuttle_wmi *priv = platform_get_drvdata(pdev); -+ -+ for (fn_map = priv->id->fn_map; fn_map->name; fn_map++) { -+ if (fn_map->name != attr->attr.name) -+ continue; -+ -+ state = fn_map->data; -+ sw = wmi_ec_state(&state->ecram); -+ if (sw < 0) -+ return sw; -+ return sprintf(buf, "%d\n", sw); -+ } -+ return -EIO; -+} -+ -+static ssize_t store_fn_state(struct device *dev, struct device_attribute *attr, -+ const char *buf, size_t count) -+{ -+ int enable, sw; -+ struct shuttle_fn_map *fn_map; -+ struct shuttle_state *state; -+ struct platform_device *pdev = to_platform_device(dev); -+ struct shuttle_wmi *priv = platform_get_drvdata(pdev); -+ -+ if (sscanf(buf, "%i", &enable) != 1) -+ return -EINVAL; -+ -+ for (fn_map = priv->id->fn_map; fn_map->name; fn_map++) { -+ if (fn_map->name != attr->attr.name) -+ continue; -+ -+ state = fn_map->data; -+ sw = wmi_ec_state(&state->ecram); -+ if (sw < 0) -+ return sw; -+ enable = enable ? 1 : 0; -+ if (enable != sw) { -+ wmi_ec_cmd(fn_map->cmd, fn_map->arg, 0, fn_map->fn, -+ NULL); -+ sw = wmi_ec_state(&state->ecram); -+ if (sw < 0) -+ return sw; -+ if (enable != sw) -+ return -EIO; -+ } -+ return count; -+ } -+ return -EIO; -+} -+ -+static void shuttle_fn_exit(struct shuttle_wmi *priv) -+{ -+ struct shuttle_fn_map *fn_map; -+ struct dentry *dbg_entry; -+ struct shuttle_state *state; -+ -+ if (priv->attr_group) { -+ sysfs_remove_group(&priv->pdev->dev.kobj, priv->attr_group); -+ kfree(priv->attr_group->attrs); -+ kfree(priv->attr_group); -+ priv->attr_group = NULL; -+ } -+ -+ fn_map = priv->id->fn_map; -+ while (fn_map->name) { -+ switch (fn_map->type) { -+ case FN_CMD: -+ kfree(fn_map->data); -+ fn_map->data = NULL; -+ break; -+ case FN_CMD_DEBUG: -+ dbg_entry = fn_map->data; -+ if (dbg_entry) { -+ debugfs_remove(dbg_entry); -+ fn_map->data = NULL; -+ } -+ break; -+ case FN_RFKILL: -+ shuttle_rfkill_remove(fn_map); -+ break; -+ case FN_STATE: -+ state = fn_map->data; -+ kfree(state->dev_attr); -+ state->dev_attr = NULL; -+ break; -+ } -+ fn_map++; -+ } -+} -+ -+static struct device_attribute *new_dev_attr(struct shuttle_fn_map *fn_map) -+{ -+ struct device_attribute *dev_attr; -+ -+ dev_attr = kzalloc(sizeof(struct device_attribute), GFP_KERNEL); -+ if (!dev_attr) -+ return NULL; -+ dev_attr->attr.name = fn_map->name; -+ return dev_attr; -+} -+ -+static int shuttle_fn_init(struct shuttle_wmi *priv) -+{ -+ struct shuttle_fn_map *fn_map; -+ struct device_attribute *dev_attr; -+ struct dentry *dbg_entry; -+ struct shuttle_state *state; -+ struct attribute **attr; -+ int nattr = 0; -+ int rc = -ENOMEM; -+ -+ fn_map = priv->id->fn_map; -+ while (fn_map->name) { -+ switch (fn_map->type) { -+ case FN_CMD: -+ dev_attr = new_dev_attr(fn_map); -+ if (!dev_attr) -+ goto fn_init_err; -+ dev_attr->attr.mode = 0200; -+ dev_attr->store = store_fn_cmd; -+ fn_map->data = dev_attr; -+ nattr++; -+ break; -+ case FN_CMD_DEBUG: -+ dbg_entry = debugfs_create_file(fn_map->name, 0200, -+ priv->dbg_root, fn_map, -+ &fops_fn_cmd_debug); -+ if (!dbg_entry) -+ goto fn_init_err; -+ fn_map->data = dbg_entry; -+ break; -+ case FN_RFKILL: -+ rc = shuttle_rfkill_init(fn_map, &priv->pdev->dev); -+ if (rc) -+ goto fn_init_err; -+ break; -+ case FN_STATE: -+ dev_attr = new_dev_attr(fn_map); -+ if (!dev_attr) -+ goto fn_init_err; -+ dev_attr->attr.mode = 0644; -+ dev_attr->show = show_fn_state; -+ dev_attr->store = store_fn_state; -+ state = fn_map->data; -+ state->dev_attr = dev_attr; -+ nattr++; -+ break; -+ } -+ fn_map++; -+ } -+ -+ /* create array of sysfs attributes (FN_CMD and FN_STATE types) */ -+ if (nattr > 0) { -+ priv->attr_group = kzalloc(sizeof(struct attribute_group), -+ GFP_KERNEL); -+ if (!priv->attr_group) -+ goto fn_init_err; -+ priv->attr_group->attrs = kzalloc(sizeof(struct attribute *) * -+ (nattr + 1), GFP_KERNEL); -+ if (!priv->attr_group->attrs) -+ goto fn_attrs_err; -+ attr = priv->attr_group->attrs; -+ fn_map = priv->id->fn_map; -+ while (fn_map->name) { -+ if (fn_map->type == FN_CMD) { -+ dev_attr = fn_map->data; -+ *attr = &dev_attr->attr; -+ attr++; -+ } else if (fn_map->type == FN_STATE) { -+ state = fn_map->data; -+ *attr = &state->dev_attr->attr; -+ attr++; -+ } -+ fn_map++; -+ } -+ rc = sysfs_create_group(&priv->pdev->dev.kobj, -+ priv->attr_group); -+ if (rc) -+ goto fn_grp_err; -+ } -+ -+ return 0; -+ -+fn_grp_err: -+ kfree(priv->attr_group->attrs); -+fn_attrs_err: -+ kfree(priv->attr_group); -+ priv->attr_group = NULL; -+fn_init_err: -+ shuttle_fn_exit(priv); -+ return rc; -+} -+ -+static int __devinit shuttle_wmi_probe(struct platform_device *pdev) -+{ -+ struct shuttle_wmi *priv; -+ int rc, i; -+ acpi_status status; -+ u32 val; -+ -+ priv = kzalloc(sizeof(struct shuttle_wmi), GFP_KERNEL); -+ if (!priv) -+ return -ENOMEM; -+ priv->pdev = pdev; -+ platform_set_drvdata(pdev, priv); -+ -+ for (i = 0; i < ARRAY_SIZE(shuttle_ids); i++) { -+ rc = wmi_ec_cmd(shuttle_ids[i].cmd_id, 0, 0, 0, &val); -+ if (!rc && val == 1) { -+ priv->id = &shuttle_ids[i]; -+ break; -+ } -+ } -+ /* If we can't identify the system using a WMI command, try using a DMI -+ * match, otherwise set id to unknown model */ -+ if (i == ARRAY_SIZE(shuttle_ids)) { -+ if (dmi_check_system(shuttle_dmi_ids)) -+ priv->id = &shuttle_dmi_id; -+ else -+ priv->id = &id_unknown; -+ } -+ -+ /* Process backlight quirks for some models based on DA18IM */ -+ if (priv->id->cmd_id == CMD_DA18IM) { -+ if (dmi_check_system(shuttle_quirk_bl_dmi_ids)) -+ priv->id->bl_desc = &quirk_bl_desc; -+ } -+ -+ priv->dbg_root = debugfs_create_dir(KBUILD_MODNAME, NULL); -+ if (!priv->dbg_root) { -+ rc = -ENOMEM; -+ goto err_debugfs; -+ } -+ -+ rc = shuttle_fn_init(priv); -+ if (rc) -+ goto err_fn; -+ -+ rc = shuttle_wmi_input_init(priv); -+ if (rc) -+ goto err_input; -+ -+ status = wmi_install_notify_handler(SHUTTLE_WMI_EVENT_GUID, -+ shuttle_wmi_notify, priv); -+ if (ACPI_FAILURE(status)) { -+ rc = -EIO; -+ goto err_notify; -+ } -+ -+ if (!acpi_video_backlight_support()) { -+ rc = shuttle_wmi_backlight_init(priv); -+ if (rc) -+ goto err_backlight; -+ } -+ return 0; -+ -+err_backlight: -+ wmi_remove_notify_handler(SHUTTLE_WMI_EVENT_GUID); -+err_notify: -+ shuttle_wmi_input_remove(priv); -+err_input: -+ shuttle_fn_exit(priv); -+err_fn: -+ debugfs_remove(priv->dbg_root); -+err_debugfs: -+ kfree(priv); -+ return rc; -+} -+ -+static int __devexit shuttle_wmi_remove(struct platform_device *pdev) -+{ -+ struct shuttle_wmi *priv = platform_get_drvdata(pdev); -+ -+ shuttle_wmi_backlight_exit(priv); -+ wmi_remove_notify_handler(SHUTTLE_WMI_EVENT_GUID); -+ shuttle_wmi_input_remove(priv); -+ shuttle_fn_exit(priv); -+ debugfs_remove(priv->dbg_root); -+ kfree(priv); -+ return 0; -+} -+ -+static int shuttle_wmi_resume(struct device *dev) -+{ -+ return shuttle_rfkill_resume(dev); -+} -+ -+static const struct dev_pm_ops shuttle_wmi_pm_ops = { -+ .restore = shuttle_wmi_resume, -+ .resume = shuttle_wmi_resume, -+}; -+ -+static struct platform_driver shuttle_wmi_driver = { -+ .driver = { -+ .name = KBUILD_MODNAME, -+ .owner = THIS_MODULE, -+ .pm = &shuttle_wmi_pm_ops, -+ }, -+ .probe = shuttle_wmi_probe, -+ .remove = __devexit_p(shuttle_wmi_remove), -+}; -+ -+static struct platform_device *shuttle_wmi_device; -+ -+static ssize_t show_model_name(struct device *dev, -+ struct device_attribute *attr, -+ char *buf) -+{ -+ struct platform_device *pdev = to_platform_device(dev); -+ struct shuttle_wmi *priv = platform_get_drvdata(pdev); -+ -+ return sprintf(buf, "%s\n", priv->id->model_name); -+} -+ -+static DEVICE_ATTR(model_name, 0444, show_model_name, NULL); -+ -+static struct attribute *shuttle_platform_attributes[] = { -+ &dev_attr_model_name.attr, -+ NULL -+}; -+ -+static struct attribute_group shuttle_attribute_group = { -+ .attrs = shuttle_platform_attributes -+}; -+ -+static int __init shuttle_wmi_init(void) -+{ -+ int rc; -+ u32 val; -+ -+ if (!wmi_has_guid(SHUTTLE_WMI_SETGET_GUID) || -+ !wmi_has_guid(SHUTTLE_WMI_EVENT_GUID)) { -+ pr_err("Required WMI GUID not available\n"); -+ return -ENODEV; -+ } -+ -+ /* Check that we are really on a shuttle BIOS */ -+ rc = wmi_ec_cmd(CMD_INT15, 0, 0, 0, &val); -+ if (rc || val != 0x534c) { -+ pr_err("Shuttle WMI device not found or unsupported" -+ " (val=0x%08x)\n", val); -+ return -ENODEV; -+ } -+ -+ rc = platform_driver_register(&shuttle_wmi_driver); -+ if (rc) -+ goto err_driver_register; -+ shuttle_wmi_device = platform_device_alloc(KBUILD_MODNAME, -1); -+ if (!shuttle_wmi_device) { -+ rc = -ENOMEM; -+ goto err_device_alloc; -+ } -+ rc = platform_device_add(shuttle_wmi_device); -+ if (rc) -+ goto err_device_add; -+ -+ rc = sysfs_create_group(&shuttle_wmi_device->dev.kobj, -+ &shuttle_attribute_group); -+ if (rc) -+ goto err_sysfs; -+ -+ return 0; -+ -+err_sysfs: -+ platform_device_del(shuttle_wmi_device); -+err_device_add: -+ platform_device_put(shuttle_wmi_device); -+err_device_alloc: -+ platform_driver_unregister(&shuttle_wmi_driver); -+err_driver_register: -+ return rc; -+} -+ -+static void __exit shuttle_wmi_exit(void) -+{ -+ sysfs_remove_group(&shuttle_wmi_device->dev.kobj, -+ &shuttle_attribute_group); -+ platform_device_unregister(shuttle_wmi_device); -+ platform_driver_unregister(&shuttle_wmi_driver); -+} -+ -+module_init(shuttle_wmi_init); -+module_exit(shuttle_wmi_exit); -diff -Nurp linux-4.6/MAINTAINERS linux-4.6-shuttle/MAINTAINERS ---- linux-4.6/MAINTAINERS -+++ linux-4.6-shuttle/MAINTAINERS -@@ -10130,6 +10130,12 @@ S: Orphan - F: drivers/media/platform/sh_vou.c - F: include/media/drv-intf/sh_vou.h - -+SHUTTLE WMI EXTRAS DRIVER -+M: Herton Ronaldo Krzesinski -+L: platform-driver-x86@vger.kernel.org -+S: Maintained -+F: drivers/platform/x86/shuttle-wmi.c -+ - SIMPLE FIRMWARE INTERFACE (SFI) - M: Len Brown - L: sfi-devel@simplefirmware.org diff --git a/kernel/tools/perf/files/patches/mageia/platform-x86-asus-nb-wmi-Add-wapf4-quirk-for-the-X30.patch b/kernel/tools/perf/files/patches/mageia/platform-x86-asus-nb-wmi-Add-wapf4-quirk-for-the-X30.patch deleted file mode 100644 index 8c719dd56e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/platform-x86-asus-nb-wmi-Add-wapf4-quirk-for-the-X30.patch +++ /dev/null @@ -1,37 +0,0 @@ -From f35823619db8bbaa2afea8705f239c3cecb9d22f Mon Sep 17 00:00:00 2001 -From: Santeri Toivonen -Date: Tue, 4 Apr 2017 21:09:00 +0300 -Subject: [PATCH] platform/x86: asus-nb-wmi: Add wapf4 quirk for the X302UA - -Asus laptop X302UA starts up with Wi-Fi disabled, -without a way to enable it. Set wapf=4 to fix the problem. - -Signed-off-by: Santeri Toivonen -Signed-off-by: Darren Hart (VMware) ---- - drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c -index dea98ffb6f60..1ae58d906536 100644 ---- a/drivers/platform/x86/asus-nb-wmi.c -+++ b/drivers/platform/x86/asus-nb-wmi.c -@@ -144,6 +144,15 @@ static const struct dmi_system_id asus_quirks[] = { - }, - { - .callback = dmi_matched, -+ .ident = "ASUSTeK COMPUTER INC. X302UA", -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), -+ DMI_MATCH(DMI_PRODUCT_NAME, "X302UA"), -+ }, -+ .driver_data = &quirk_asus_wapf4, -+ }, -+ { -+ .callback = dmi_matched, - .ident = "ASUSTeK COMPUTER INC. X401U", - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), --- -2.13.2 - diff --git a/kernel/tools/perf/files/patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch b/kernel/tools/perf/files/patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch deleted file mode 100644 index ee0d5849a3..0000000000 --- a/kernel/tools/perf/files/patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- linux/drivers/platform/x86/shuttle-wmi.c.orig 2015-09-30 00:51:13.000000000 +0300 -+++ linux/drivers/platform/x86/shuttle-wmi.c 2015-09-30 02:04:20.808458393 +0300 -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - - MODULE_AUTHOR("Herton Ronaldo Krzesinski"); - MODULE_DESCRIPTION("Shuttle WMI Extras Driver"); -@@ -1161,7 +1162,7 @@ static int shuttle_wmi_probe(struct plat - goto err_notify; - } - -- if (!acpi_video_backlight_support()) { -+ if (acpi_video_get_backlight_type() == acpi_backlight_vendor) { - rc = shuttle_wmi_backlight_init(priv); - if (rc) - goto err_backlight; diff --git a/kernel/tools/perf/files/patches/mageia/platform-x86-shuttle-wmi-drop-devinit-exit.patch b/kernel/tools/perf/files/patches/mageia/platform-x86-shuttle-wmi-drop-devinit-exit.patch deleted file mode 100644 index 171286414e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/platform-x86-shuttle-wmi-drop-devinit-exit.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- ./drivers/platform/x86/shuttle-wmi.c.orig 2013-01-16 18:13:57.000000000 +0200 -+++ ./drivers/platform/x86/shuttle-wmi.c 2013-01-16 18:41:13.676433242 +0200 -@@ -294,7 +294,7 @@ static struct dmi_system_id shuttle_dmi_ - {} - }; - --static struct dmi_system_id __devinitdata shuttle_quirk_bl_dmi_ids[] = { -+static struct dmi_system_id shuttle_quirk_bl_dmi_ids[] = { - { - .ident = "Positivo M13", - .matches = { -@@ -1105,7 +1105,7 @@ fn_init_err: - return rc; - } - --static int __devinit shuttle_wmi_probe(struct platform_device *pdev) -+static int shuttle_wmi_probe(struct platform_device *pdev) - { - struct shuttle_wmi *priv; - int rc, i; -@@ -1181,7 +1181,7 @@ err_debugfs: - return rc; - } - --static int __devexit shuttle_wmi_remove(struct platform_device *pdev) -+static int shuttle_wmi_remove(struct platform_device *pdev) - { - struct shuttle_wmi *priv = platform_get_drvdata(pdev); - -@@ -1211,7 +1211,7 @@ static struct platform_driver shuttle_wm - .pm = &shuttle_wmi_pm_ops, - }, - .probe = shuttle_wmi_probe, -- .remove = __devexit_p(shuttle_wmi_remove), -+ .remove = shuttle_wmi_remove, - }; - - static struct platform_device *shuttle_wmi_device; diff --git a/kernel/tools/perf/files/patches/mageia/scsi-megaraid-new-sysfs-name.patch b/kernel/tools/perf/files/patches/mageia/scsi-megaraid-new-sysfs-name.patch deleted file mode 100644 index c750150fe6..0000000000 --- a/kernel/tools/perf/files/patches/mageia/scsi-megaraid-new-sysfs-name.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - drivers/scsi/megaraid/megaraid_mbox.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- linux-3.8-rc3-mga0.1/drivers/scsi/megaraid/megaraid_mbox.c.scsi-megaraid-new-sysfs-name.orig 2013-01-10 08:17:11.000000000 +0200 -+++ linux-3.8-rc3-mga0.1/drivers/scsi/megaraid/megaraid_mbox.c 2013-01-10 08:30:19.908301909 +0200 -@@ -302,7 +302,7 @@ MODULE_DEVICE_TABLE(pci, pci_id_table_g) - - - static struct pci_driver megaraid_pci_driver = { -- .name = "megaraid", -+ .name = "megaraid_mbox", - .id_table = pci_id_table_g, - .probe = megaraid_probe_one, - .remove = megaraid_detach_one, diff --git a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-2.6.2.patch b/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-2.6.2.patch deleted file mode 100644 index bf7be4ba71..0000000000 --- a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-2.6.2.patch +++ /dev/null @@ -1,5083 +0,0 @@ ---- - drivers/scsi/Kconfig | 36 + - drivers/scsi/Makefile | 10 - drivers/scsi/epsa2.c | 507 +++++++++++++++++++ - drivers/scsi/epst.c | 478 ++++++++++++++++++ - drivers/scsi/onscsi.c | 544 ++++++++++++++++++++ - drivers/scsi/ppscsi.c | 1294 +++++++++++++++++++++++++++++++++++++++++++++++++ - drivers/scsi/ppscsi.h | 356 +++++++++++++ - drivers/scsi/sparcsi.c | 389 ++++++++++++++ - drivers/scsi/t348.c | 318 ++++++++++++ - drivers/scsi/t358.c | 394 ++++++++++++++ - drivers/scsi/vpi0.c | 276 ++++++++++ - drivers/scsi/vpi2.c | 418 +++++++++++++++ - 12 files changed, 5020 insertions(+) - ---- /dev/null -+++ b/drivers/scsi/vpi2.c -@@ -0,0 +1,418 @@ -+/* -+ vpi2.c (c) 1995-1999 Grant Guenther -+ (c) 1997-1999 David Campbell -+ (c) 2000 Tim Waugh -+ -+ This is the ppSCSI protocol module for the Iomega VPI2 adapter -+ found in the newer ZIP-100 drives. -+ -+*/ -+ -+#error "This doesn't work yet." -+ -+#define VPI2_VERSION "0.91" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+static char vpi2_map[256]; /* status bits permutation */ -+ -+static void vpi2_init (PHA *pha) -+{ -+ -+/* *** No MSG line on the VPI2 ! *** */ /* tmw: is this true for VPI2? */ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x80,0x40,0x00,0x20,0x10}; -+ -+ ppsc_make_map(vpi2_map,key,0); -+ sprintf(pha->ident,"vpi2 %s (%s) ",VPI2_VERSION,PPSC_H_VERSION); -+} -+ -+#define j44(a,b) ((a&0xf0)|((b>>4)&0x0f)) -+ -+#define CST(v) w2(0xc);w0(v);w2(4);w2(6);w2(4);w2(0xc); -+#define DST(v) w2(0xc);w0(v);w2(0xc);w2(0xe);w2(0xc);w2(4);w2(0xc); -+ -+static inline int imm_cpp (PHA *pha, unsigned char b) -+{ -+ unsigned char s1, s2, s3; -+ -+ w2(0xc); -+ udelay(2); /* 1 usec - infinite */ -+ w0(0xaa); -+ udelay(10); /* 7 usec - infinite */ -+ w0(0x55); -+ udelay(10); /* 7 usec - infinite */ -+ w0(0x00); -+ udelay(10); /* 7 usec - infinite */ -+ w0(0xff); -+ udelay(10); /* 7 usec - infinite */ -+ s1 = r1() & 0xb8; -+ w0(0x87); -+ udelay(10); /* 7 usec - infinite */ -+ s2 = r1() & 0xb8; -+ w0(0x78); -+ udelay(10); -+ s3 = r1() & 0x38; -+ /* -+ * Values for b are: -+ * 0000 00aa Assign address aa to current device -+ * 0010 00aa Select device aa in EPP Winbond mode -+ * 0010 10aa Select device aa in EPP mode -+ * 0011 xxxx Deselect all devices -+ * 0110 00aa Test device aa -+ * 1101 00aa Select device aa in ECP mode -+ * 1110 00aa Select device aa in Compatible mode -+ */ -+ w0(b); -+ udelay(2); /* 1 usec - infinite */ -+ w2(0x0c); -+ udelay(10); /* 7 usec - infinite */ -+ w2(0x0d); -+ udelay(2); /* 1 usec - infinite */ -+ w2(0x0c); -+ udelay(10); /* 7 usec - infinite */ -+ w0(0xff); -+ udelay(10); /* 7 usec - infinite */ -+ -+ /* -+ * The following table is electrical pin values. -+ * (BSY is inverted at the CTR register) -+ * -+ * BSY ACK POut SEL Fault -+ * S1 0 X 1 1 1 -+ * S2 1 X 0 1 1 -+ * S3 L X 1 1 S -+ * -+ * L => Last device in chain -+ * S => Selected -+ * -+ * Observered values for S1,S2,S3 are: -+ * Disconnect => f8/58/78 -+ * Connect => f8/58/70 -+ */ -+ if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x30)) -+ return 1; /* Connected */ -+ if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x38)) -+ return 0; /* Disconnected */ -+ -+ return -1; /* No device present */ -+} -+ -+static inline int do_vpi2_connect (PHA *pha) -+{ -+ pha->saved_r0 = r0(); -+ pha->saved_r2 = r2(); -+ -+ imm_cpp(pha, 0xe0); /* Select device 0 in compatible mode */ -+ imm_cpp(pha, 0x30); /* Disconnect all devices */ -+ -+ if (pha->mode >= 2) -+ /* Select device 0 in EPP mode */ -+ return imm_cpp (pha, 0x28); -+ -+ /* Select device 0 in compatible mode */ -+ return imm_cpp (pha, 0xe0); -+} -+ -+static void vpi2_connect (PHA *pha) -+{ -+ printk ("--> vpi2_connect\n"); -+ do_vpi2_connect (pha); -+ printk ("<--\n"); -+} -+ -+static void vpi2_disconnect (PHA *pha) -+{ -+ printk ("--> vpi2_disconnect\n"); -+ imm_cpp (pha, 0x30); /* Disconnect all devices */ -+ -+ w2(pha->saved_r2); -+ w0(pha->saved_r0); -+ printk ("<--\n"); -+} -+ -+ -+/* There are no data-transfer tests available, just this simple -+ check that we are talking to a VPI2. */ -+static int vpi2_test_proto (PHA *pha) -+{ -+ int e = 1; -+ -+ printk ("--> vpi2_test_proto\n"); -+ if (do_vpi2_connect(pha) == 1) -+ e--; -+ -+ vpi2_disconnect (pha); -+ printk ("<-- %d\n", e); -+ return e; -+} -+ -+static int vpi2_select (PHA *pha, int initiator, int target) -+{ -+ printk ("--> vpi2_select\n"); -+ w2(0xc); -+ if (r1() & 0x08) { -+ printk ("<-- -1 (busy)\n"); -+ return -1; /* bus busy */ -+ } -+ -+ /* -+ * Now assert the SCSI ID (HOST and TARGET) on the data bus -+ */ -+ w2(0x4); -+ w0(0x80 | (1 << target)); -+ udelay (1); -+ -+ /* -+ * Deassert SELIN first followed by STROBE -+ */ -+ w2(0xc); -+ w2(0xd); -+ -+ printk ("<-- 0\n"); -+ return 0; -+ -+} -+ -+static int vpi2_test_select (PHA *pha) -+{ -+ int val = r1() & 0x08; -+ printk ("--> vpi2_test_select\n<-- %d\n", val); -+ return val; /* BSY asserted ? */ -+} -+ -+static void vpi2_select_finish (PHA *pha) -+{ -+ printk ("--> vpi2_select_finish\n<--\n"); -+ w2(0xc); -+} -+ -+static void vpi2_deselect (PHA *pha) -+{ -+ printk ("--> vpi2_deselect\n<--\n"); -+ w2(0xc); -+} -+ -+static int vpi2_get_bus_status (PHA *pha) -+{ -+ int val; -+ printk ("--> vpi2_get_bus_status\n"); -+ w2(0xc); -+ val = vpi2_map[r1()]; -+ printk ("<-- %d\n", val); -+ return val; -+} -+ -+/* These functions are inlined so the C optimiser can move the switches -+ outside of loops where possible, am I dreaming ? */ -+ -+static inline int vpi2_read (PHA *pha, int first) -+{ -+ int l, h; -+ -+ printk ("--> vpi2_read\n<--\n"); -+ -+ switch (pha->mode) { -+ -+ case 0: if (first) w2(4); -+ w2(0x6); h = r1(); -+ w2(0x5); l = r1(); w2(4); -+ return j44(h,l); -+ -+ case 1: if (first) w2(0x25); -+ w2(0x26); -+ l = r0(); -+ w2(0x25); -+ return l; -+ -+ case 2: if (first) w2(0x24); -+ return r4(); -+ -+ default: return -1; -+ -+ } -+} -+ -+static inline void vpi2_write (PHA *pha, int v, int first ) -+{ -+ static int alternate; -+ -+ printk ("--> vpi2_write\n"); -+ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: -+ if (first) { -+ w2(0xc); -+ alternate = 0; -+ } -+ w0(v); -+ if (alternate) -+ w2(0x0); -+ else -+ w2(0x5); -+ alternate = 1 - alternate; -+ break; -+ -+ case 2: if (first) w2(0x4); -+ w4(v); -+ break; -+ -+ } -+ printk ("<--\n"); -+} -+ -+static void vpi2_slow_start (PHA *pha, char *val) -+{ -+ int r; -+ -+ printk ("--> vpi2_slow_start\n"); -+ -+ w2(0xc); -+ -+ r = (r1() & 0x10); -+ -+ if (r) *val = vpi2_read(pha,1); -+ else vpi2_write(pha,*val,1); -+ -+ printk ("<--\n"); -+} -+ -+static int vpi2_slow_done (PHA *pha) -+{ -+ printk ("--> vpi2_slow_done\n<--\n"); -+ return 1; /* vpi2 does its own REQ/ACK handshaking */ -+} -+ -+static void vpi2_slow_end (PHA *pha) -+{ -+ printk ("--> vpi2_slow_end\n<--\n"); -+ w2(0xc); -+} -+ -+static void vpi2_start_block (PHA *pha, int rd) -+{ -+ printk ("--> vpi2_start_block\n<--\n"); -+ pha->priv_flag = rd; -+} -+ -+static int vpi2_transfer_ready (PHA *pha) -+{ -+ int b; -+ -+ printk ("--> vpi2_transfer_ready\n<--\n"); -+ b = vpi2_get_bus_status(pha); -+ if ((b & PPSC_PH_STAT) == PPSC_PH_STAT) return -1; -+ if (b == (PPSC_REQ|PPSC_BSY| pha->priv_flag)) return 128; -+ return 0; -+} -+ -+static int vpi2_transfer_block (PHA *pha, char * buf, int buflen, int rd) -+{ -+ int k, n, i; -+ -+ printk ("--> vpi2_transfer_block\n"); -+ k = 0; -+ while (k < buflen) { -+ n = vpi2_transfer_ready(pha); -+ if (n <= 0 ) break; -+ if (n > (buflen-k)) n = buflen-k; -+ for (i=0;i vpi2_transfer_done\n<-- 1\n"); -+ return 1; -+} -+ -+static void vpi2_end_block (PHA *pha, int rd) -+{ -+ printk ("--> vpi2_end_block\n<--\n"); -+ w2(0xc); -+} -+ -+static void vpi2_reset_bus (PHA *pha) -+{ -+ printk ("--> vpi2_reset_bus\n<--\n"); -+ w2(0xc); -+ w0(0x40); w2(8); udelay(60); -+ w2(0xc); -+} -+ -+/* Make these correspond to the actual modes supported by the adapter */ -+ -+static char *(mode_strings[3]) = {"Nybble","PS/2","EPP"}; -+ -+static struct ppsc_protocol vpi2_psp = { -+ -+ {&host0,&host1,&host2,&host3}, /* params */ -+ &host_structs, /* hosts */ -+ 3, /* num_modes */ -+ 2, /* epp_first */ -+ 1, /* default_delay */ -+ 0, /* can_message */ -+ 16, /* sg_tablesize */ -+ mode_strings, -+ vpi2_init, -+ NULL, -+ vpi2_connect, -+ vpi2_disconnect, -+ vpi2_test_proto, -+ vpi2_select, -+ vpi2_test_select, -+ vpi2_select_finish, -+ vpi2_deselect, -+ vpi2_get_bus_status, -+ vpi2_slow_start, -+ vpi2_slow_done, -+ vpi2_slow_end, -+ vpi2_start_block, -+ vpi2_transfer_block, -+ vpi2_transfer_ready, -+ vpi2_transfer_done, -+ vpi2_end_block, -+ vpi2_reset_bus -+}; -+ -+int vpi2_detect (struct scsi_host_template *tpnt) -+{ -+ int val; -+ printk ("--> vpi2_detect\n"); -+ val = ppsc_detect( &vpi2_psp, tpnt, verbose); -+ printk ("<-- %d\n", val); -+ return val; -+} -+ -+#ifdef MODULE -+ -+struct scsi_host_template driver_template = PPSC_TEMPLATE(vpi2); -+ -+#include "scsi_module.c" -+ -+MODULE_LICENSE("GPL"); -+ -+#else -+ -+void vpi2_setup (char *str, int *ints) -+{ -+ printk ("--> vpi2_setup\n"); -+ ppsc_gen_setup(stt,4,str); -+ printk ("<--\n"); -+} -+ -+#endif -+ -+/* end of vpi2.c */ ---- /dev/null -+++ b/drivers/scsi/vpi0.c -@@ -0,0 +1,276 @@ -+/* -+ vpi0.c (c) 1995-1999 Grant Guenther -+ (c) 1997-1999 David Campbell -+ -+ This is the ppSCSI protocol module for the Iomega VPI0 adapter -+ found in the original ZIP-100 drives and the Jaz Traveller. -+ -+*/ -+ -+#define VPI0_VERSION "0.91" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+static char vpi0_map[256]; /* status bits permutation */ -+ -+static void vpi0_init (PHA *pha) -+{ -+ -+/* *** No MSG line on the VPI0 ! *** */ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x80,0x40,0x00,0x20,0x10}; -+ -+ ppsc_make_map(vpi0_map,key,0); -+ sprintf(pha->ident,"vpi0 %s (%s) ",VPI0_VERSION,PPSC_H_VERSION); -+} -+ -+#define j44(a,b) ((a&0xf0)|((b>>4)&0x0f)) -+ -+#define CST(v) w2(0xc);w0(v);w2(4);w2(6);w2(4);w2(0xc); -+#define DST(v) w2(0xc);w0(v);w2(0xc);w2(0xe);w2(0xc);w2(4);w2(0xc); -+ -+static void vpi0_connect (PHA *pha) -+{ -+ pha->saved_r0 = r0(); -+ pha->saved_r2 = r2(); -+ -+ CST(0); CST(0x3c); CST(0x20); -+ if (pha->mode >= 2) { CST(0xcf) } else { CST(0x8f) } -+} -+ -+static void vpi0_disconnect (PHA *pha) -+{ -+ DST(0); DST(0x3c); DST(0x20); DST(0xf); -+ -+ w2(pha->saved_r2); -+ w0(pha->saved_r0); -+} -+ -+ -+/* There are no data-transfer tests available, just this simple -+ check that we are talking to a VPI0. */ -+static int vpi0_test_proto (PHA *pha) -+{ -+ int e = 2; -+ -+ vpi0_connect(pha); -+ w2(0xe); -+ if ((r1() & 8) == 8) e--; -+ w2(0xc); -+ if ((r1() & 8) == 0) e--; -+ vpi0_disconnect(pha); -+ return e; -+} -+ -+static int vpi0_select (PHA *pha, int initiator, int target) -+{ -+ w2(0xc); -+ if (r1() & 0x40) return -1; /* bus busy */ -+ -+ w0(1<mode) { -+ -+ case 0: if (first) w2(4); -+ h = r1(); w2(6); -+ l = r1(); w2(4); -+ return j44(h,l); -+ -+ case 1: if (first) w2(0x25); -+ l = r0(); -+ w2(0x27); w2(0x25); -+ return l; -+ -+ case 2: if (first) w2(0x24); -+ return r4(); -+ -+ default: return -1; -+ -+ } -+} -+ -+static inline void vpi0_write (PHA *pha, int v, int first ) -+{ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: if (first) w2(0xc); -+ w0(v); w2(0xe); w2(0xc); -+ break; -+ -+ case 2: if (first) w2(0x4); -+ w4(v); -+ break; -+ -+ } -+} -+ -+static void vpi0_slow_start (PHA *pha, char *val) -+{ -+ int r; -+ -+ w2(0xc); -+ -+ r = (r1() & 0x10); -+ -+ if (r) *val = vpi0_read(pha,1); -+ else vpi0_write(pha,*val,1); -+ -+} -+ -+static int vpi0_slow_done (PHA *pha) -+{ -+ return 1; /* vpi0 does its own REQ/ACK handshaking */ -+} -+ -+static void vpi0_slow_end (PHA *pha) -+{ -+ w2(0xc); -+} -+ -+static void vpi0_start_block (PHA *pha, int rd) -+{ -+ pha->priv_flag = rd; -+} -+ -+static int vpi0_transfer_ready (PHA *pha) -+{ -+ int b; -+ -+ b = vpi0_get_bus_status(pha); -+ if ((b & PPSC_PH_STAT) == PPSC_PH_STAT) return -1; -+ if (b == (PPSC_REQ|PPSC_BSY| pha->priv_flag)) return 128; -+ return 0; -+} -+ -+static int vpi0_transfer_block (PHA *pha, char * buf, int buflen, int rd) -+{ -+ int k, n, i; -+ -+ k = 0; -+ while (k < buflen) { -+ n = vpi0_transfer_ready(pha); -+ if (n <= 0 ) break; -+ if (n > (buflen-k)) n = buflen-k; -+ for (i=0;i -+ -+ This is the low-level protocol module for the Adaptec APA-348 -+ (aka Trantor T348) parallel port SCSI adapter. It forms part -+ of the 'ppSCSI' suite of drivers. -+ -+*/ -+ -+#define T348_VERSION "0.92" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+#define j44(a,b) (((a<<1)&0xf0)+((b>>3)&0x0f)) -+ -+static char t348_map[256]; /* status bits permutation */ -+ -+static void t348_init (PHA *pha) -+{ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x20,0x40,0x10,0x08,0x04}; -+ -+ ppsc_make_map(t348_map,key,0); -+ sprintf(pha->ident,"t348 %s (%s), Adaptec APA-348", -+ T348_VERSION,PPSC_H_VERSION); -+} -+ -+static void t348_write_regr (PHA *pha, int regr, int value) -+{ -+ w0(0x40+regr); w2(1); w2(0); w0(value); w2(8); w2(0); -+} -+ -+static int t348_read_regr (PHA *pha, int regr) -+{ -+ int s,a,b; -+ -+ w0(0x10+regr); s = r2(); w2(s|1); w2(s); w2(8); -+ w0(0x80); a = r1(); w0(0); b = r1(); w2(0); -+ return j44(a,b); -+} -+ -+static void t348_connect (PHA *pha) -+{ -+ int t; -+ -+ pha->saved_r0 = r0(); -+ w0(0); -+ t = r2(); -+ w2(t%16); w0(0xfe); w2(t%4); w2((t%4)+8); w2(0); -+ pha->saved_r2 = t; -+} -+ -+static void t348_disconnect (PHA *pha) -+{ -+ w0(0x71); w2(1); w2(0); -+ w0(pha->saved_r0); -+ w2(pha->saved_r2); -+} -+ -+static int t348_test_proto (PHA *pha) -+{ -+ int k, e, a, b; -+ int wnt[3] = {0x6c, 0x55, 0xaa}; -+ -+ e = 0; -+ -+ t348_connect(pha); -+ -+ switch (pha->mode) { -+ -+ case 0: w0(0x70); w2(1); w2(0); w0(0); -+ for (k=0;k<3;k++) { -+ w2(8); a = r1(); w2(0); -+ w2(8); w2(8); w2(8); w2(8); w2(8); -+ b = r1(); w2(0); -+ if (j44(b,a) != wnt[k]) e++; -+ } -+ break; -+ -+ case 1: w0(0x50); w2(1); w2(0); -+ for (k=0;k<3;k++) { -+ w2(0xe0); w2(0xe8); -+ if (r0() != wnt[k]) e++; -+ w2(0xe0); w2(0xe8); -+ } -+ -+ } -+ -+ t348_disconnect(pha); -+ -+ return e; -+} -+ -+/* The T348 appears to contain a NCR 5380 core. The following -+ functions use the 5380 registers. See NCR5380.h for clues. -+*/ -+ -+#define WR(r,v) t348_write_regr(pha,r,v) -+#define RR(r) (t348_read_regr(pha,r)) -+ -+static int t348_select (PHA *pha, int initiator, int target) -+{ -+ WR(3,0); WR(1,1); -+ WR(0,(1 << initiator)); WR(2,1); udelay(100); -+ if (RR(1) != 0x41) { -+ WR(1,0); -+ return -1; -+ } -+ -+ WR(1,5); WR(0,(1 << initiator)|(1 << target)); -+ WR(2,0); WR(2,0); WR(2,0); -+ return 0; -+} -+ -+static int t348_test_select (PHA *pha) -+{ -+ return ((RR(4) & 0x42) == 0x42); -+} -+ -+static void t348_select_finish (PHA *pha) -+{ -+ WR(3,2); WR(1,5); WR(1,1); -+} -+ -+static void t348_deselect (PHA *pha) -+{ -+ WR(1,0); -+} -+ -+static int t348_get_bus_status (PHA *pha) -+{ -+ int s; -+ -+ s = RR(4); -+ return t348_map[s]; -+} -+ -+static void t348_slow_start (PHA *pha, char *val) -+{ -+ int ph, io; -+ -+ ph = ((RR(4)>>2)&7); -+ io = (ph & 1); -+ -+ WR(3,ph); -+ WR(1,1-io); -+ if (io) *val = RR(0); else WR(0,*val); -+ WR(1,0x10+(1-io)); -+} -+ -+static int t348_slow_done (PHA *pha) -+{ -+ return ((RR(4) & 0x20) == 0); -+} -+ -+static void t348_slow_end (PHA *pha) -+{ -+ int io; -+ -+ io = ((RR(4)>>2)&1); -+ -+ WR(1,1-io); -+} -+ -+static void t348_start_block (PHA *pha, int rd) -+{ -+ if (rd) { -+ -+ WR(3,1); WR(1,0); -+ WR(2,2); WR(7,3); -+ WR(3,1); WR(1,0); -+ -+ switch (pha->mode) { -+ -+ case 0: w0(0x31); w2(1); w2(0); w0(0x80); w2(8); -+ break; -+ -+ case 1: w0(0x21); w2(1); w2(0); w2(0xe8); -+ break; -+ } -+ -+ } else { -+ -+ WR(3,0); WR(1,1); -+ WR(2,2); WR(5,0); -+ WR(3,0); WR(1,1); -+ -+ w0(0x61); w2(1); w2(0); -+ } -+} -+ -+static int t348_transfer_ready (PHA *pha) -+{ -+ if (r1() & 0x80) return 1; -+ -+ if (pha->data_dir == 0) return 0; -+ return -1; -+} -+ -+static int t348_transfer_block (PHA *pha, char * buf, int buflen, int rd) -+{ -+ int k, a, b; -+ -+ k = 0; -+ while (k < buflen) { -+ -+ if (t348_transfer_ready(pha) <= 0) break; -+ -+ if (rd) { -+ switch(pha->mode) { -+ -+ case 0: a = r1(); w0(0); b = r1(); w0(0xc0); -+ buf[k++] = j44(a,b); -+ a = r1(); w0(0x40); b = r1(); w0(0x80); -+ buf[k++] = j44(a,b); -+ break; -+ -+ case 1: buf[k++] = r0(); w2(0xea); -+ buf[k++] = r0(); w2(0xe8); -+ break; -+ } -+ -+ } else { -+ -+ w0(buf[k++]); w2(2); -+ w0(buf[k++]); w2(0); -+ } -+ -+ } -+ -+ return k; -+} -+ -+static int t348_transfer_done (PHA *pha) -+{ -+ return 1; -+} -+ -+static void t348_end_block (PHA *pha, int rd) -+{ -+ w2(0); -+ WR(2,0); -+} -+ -+ -+static void t348_reset_bus (PHA *pha) -+{ -+ WR(1,1); WR(3,0); -+ WR(2,0); -+ WR(1,0x80); udelay(60); -+ WR(1,0); -+ WR(2,0); -+ WR(1,1); WR(3,0); -+ WR(2,0); -+} -+ -+static char *(mode_strings[2]) = {"Nybble","PS/2"}; -+ -+static struct ppsc_protocol t348_psp = { -+ -+ {&host0,&host1,&host2,&host3}, /* params */ -+ &host_structs, /* hosts */ -+ 2, /* num_modes */ -+ 2, /* epp_first */ -+ 1, /* default_delay */ -+ 1, /* can_message */ -+ 0, /* sg_tablesize */ -+ mode_strings, -+ t348_init, -+ NULL, -+ t348_connect, -+ t348_disconnect, -+ t348_test_proto, -+ t348_select, -+ t348_test_select, -+ t348_select_finish, -+ t348_deselect, -+ t348_get_bus_status, -+ t348_slow_start, -+ t348_slow_done, -+ t348_slow_end, -+ t348_start_block, -+ t348_transfer_block, -+ t348_transfer_ready, -+ t348_transfer_done, -+ t348_end_block, -+ t348_reset_bus -+}; -+ -+int t348_detect (struct scsi_host_template *tpnt) -+{ -+ return ppsc_detect( &t348_psp, tpnt, verbose); -+} -+ -+#ifdef MODULE -+ -+struct scsi_host_template driver_template = PPSC_TEMPLATE(t348); -+ -+#include "scsi_module.c" -+ -+MODULE_LICENSE("GPL"); -+ -+#else -+ -+void t348_setup (char *str, int *ints) -+{ -+ ppsc_gen_setup(stt,4,str); -+} -+ -+#endif -+ -+/* end of t348.c */ -+ ---- /dev/null -+++ b/drivers/scsi/t358.c -@@ -0,0 +1,394 @@ -+/* -+ t358.c (c) 1997-1999 Grant Guenther -+ -+ This is the low-level protocol module for the Adaptec APA-358 -+ (aka Trantor T358) parallel port SCSI adapter. It forms part -+ of the 'ppSCSI' suite of drivers. -+ -+*/ -+ -+#define T358_VERSION "0.91" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+#define j44(a,b) (((a<<1)&0xf0)+((b>>3)&0x0f)) -+ -+static char t358_map[256]; /* status bits permutation */ -+ -+static void t358_init (PHA *pha) -+{ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x20,0x40,0x10,0x08,0x04}; -+ -+ ppsc_make_map(t358_map,key,0); -+ sprintf(pha->ident,"t358 %s (%s), Adaptec APA-358", -+ T358_VERSION,PPSC_H_VERSION); -+} -+ -+static void t358_write_regr (PHA *pha, int regr, int value) -+{ -+ int x; -+ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: w0(regr); x = r2(); w2(1); w2(9); w2(0); w2(0); -+ w0(value); w2(1); w2(3); w2(0); w2(x); -+ break; -+ -+ case 2: w2(0xc0); w3(regr); w4(value); -+ break; -+ -+ } -+} -+ -+static int t358_read_regr (PHA *pha, int regr) -+{ -+ int h, l; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(regr); w2(1); w2(9); w2(0); w2(0); -+ w0(0x80); w2(2); h = r1(); -+ w0(0); l = r1(); w2(0); -+ return j44(h,l); -+ -+ case 1: w0(regr); h = r2(); w2(1); w2(9); w2(0); w2(0); -+ w2(0xe2); l = r0(); w2(h); -+ return l; -+ -+ case 2: h = r2(); w2(0xe0); w3(regr); w2(0xe0); -+ l = r4(); w2(h); -+ return l; -+ } -+ -+ return 0; -+} -+ -+static void t358_read_block (PHA *pha, char *buf, int len) -+{ -+ int k, h, l; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(0x10); w2(1); w2(9); w2(0); w2(0); -+ for (k=0;kmode) { -+ -+ case 0: -+ case 1: w0(0x10); x = r2(); -+ w2(1); w2(9); w2(0); w2(0); -+ for (k=0;ksaved_r0 = r0(); -+ w0(0); -+ pha->saved_r2 = r2(); -+ b = pha->saved_r2 % 4; -+ w0(0xf7); w2(b+4); w2(b); w2(b+8); w2(b); w2(0); -+ -+ if (pha->mode) { w0(0x80); w2(1); w2(9); w2(1); w2(0); } -+ else { w0(0xa0); w2(1); w2(9); w2(0); } -+} -+ -+static void t358_disconnect (PHA *pha) -+{ -+ w0(pha->saved_r0); -+ w2(pha->saved_r2); -+} -+ -+static int t358_test_proto (PHA *pha) -+{ -+ int h, l, a, b; -+ int j = 0, k = 0, e = 0; -+ -+ t358_connect(pha); -+ -+ switch (pha->mode) { -+ -+ case 0: w0(0x80); w2(8); h = r1(); w0(0); l = r1(); -+ w2(0); w2(8); a = r1(); w0(0); b = r1(); w2(0); -+ k = j44(h,l); j = j44(a,b); -+ break; -+ -+ case 1: w2(0xe0); w0(0); w2(0xe8); k = r0(); -+ w2(0xe0); w2(0xe8); j = r0(); w2(0xe0); -+ break; -+ -+ case 2: w0(0xa0); w2(1); w2(9); w2(0); -+ w0(0x80); w2(8); h = r1(); w0(0); l = r1(); -+ w2(0); w2(8); a = r1(); w0(0); b = r1(); w2(0); -+ k = j44(h,l); j = j44(a,b); -+ w0(0x80); w2(1); w2(9); w2(1); w2(0); -+ -+ } -+ -+ if (V_PROBE) printk("%s: Signature: %x %x\n",pha->device,k,j); -+ -+ if ((k != 0xe8) || (j != 0xff)) e++; -+ -+ t358_disconnect(pha); -+ -+ if (!e) { -+ -+ t358_connect(pha); -+ -+ for (j=0;j<256;j++) { -+ t358_write_regr(pha,0,j); -+ k = t358_read_regr(pha,0); -+ if (k != j) e++; -+ } -+ -+ t358_disconnect(pha); -+ -+ } -+ -+ return e; -+} -+ -+/* The T358 appears to contain a NCR 53c400 core. Check NCR5380.h -+ for hints about the regrs ... */ -+ -+#define WR(r,v) t358_write_regr(pha,r+8,v) -+#define RR(r) (t358_read_regr(pha,r+8)) -+ -+static int t358_select (PHA *pha, int initiator, int target) -+{ -+ WR(3,0); WR(1,1); -+ WR(0,(1 << initiator)); WR(2,1); udelay(100); -+ if (RR(1) != 0x41) { -+ WR(1,0); -+ return -1; -+ } -+ -+ WR(1,5); WR(0,(1 << initiator)|(1 << target)); -+ WR(2,0); WR(2,0); WR(2,0); -+ return 0; -+} -+ -+static int t358_test_select (PHA *pha) -+{ -+ return ((RR(4) & 0x42) == 0x42); -+} -+ -+static void t358_select_finish (PHA *pha) -+{ -+ WR(3,2); WR(1,5); WR(1,1); -+} -+ -+static void t358_deselect (PHA *pha) -+{ -+ WR(1,0); -+} -+ -+static int t358_get_bus_status (PHA *pha) -+{ -+ int s; -+ -+ s = RR(4); -+ return t358_map[s]; -+} -+ -+static void t358_slow_start (PHA *pha, char *val) -+{ -+ int ph, io; -+ -+ ph = ((RR(4)>>2)&7); -+ io = (ph & 1); -+ -+ WR(3,ph); -+ WR(1,1-io); -+ if (io) *val = RR(0); else WR(0,*val); -+ WR(1,0x10+(1-io)); -+} -+ -+static int t358_slow_done (PHA *pha) -+{ -+ return ((RR(4) & 0x20) == 0); -+} -+ -+static void t358_slow_end (PHA *pha) -+{ -+ int io; -+ -+ io = ((RR(4)>>2)&1); -+ -+ WR(1,1-io); -+} -+ -+static void t358_start_block (PHA *pha, int rd) -+{ -+ if (rd) { -+ WR(3,1); WR(1,0); -+ WR(2,2); -+ WR(0x10,0x40); WR(2,0); WR(2,0xa); -+ WR(3,1); WR(1,0); WR(7,3); -+ } else { -+ WR(3,0); WR(1,1); -+ WR(2,2); -+ WR(0x10,0); WR(2,0); WR(2,0xa); -+ WR(3,0); WR(1,1); WR(5,0); -+ } -+ WR(0x11,pha->tlen/128); -+} -+ -+static int t358_transfer_ready (PHA *pha) -+{ -+ int r; -+ -+ r = RR(0x10); -+ -+ if (!(r & 4)) return 128; /* 4 is host buffer not ready */ -+ -+ if (r & 1) return -1; /* last block transferred */ -+ -+ return 0; -+} -+ -+static int t358_transfer_block (PHA *pha, char * buf, int buflen, int rd) -+{ -+ int k, n; -+ -+ k = 0; -+ while (k < buflen) { -+ -+ n = t358_transfer_ready(pha); -+ -+ if (n <= 0) break; -+ -+ if (n > (buflen - k)) n = buflen - k; -+ -+ if (rd) t358_read_block(pha,buf,n); -+ else t358_write_block(pha,buf,n); -+ -+ k += n; buf += n; -+ -+ } -+ -+ return k; -+} -+ -+static int t358_transfer_done (PHA *pha) -+{ -+ if (RR(0x10) & 1) return 1; /* last block transferred */ -+ return 0; -+} -+ -+static void t358_end_block (PHA *pha, int rd) -+{ -+ WR(2,0); -+} -+ -+ -+static void t358_reset_bus (PHA *pha) -+{ -+ WR(1,1); WR(3,0); -+ WR(2,0); -+ WR(1,0x80); udelay(60); -+ WR(1,0); -+ WR(2,0); -+ WR(1,1); WR(3,0); -+ WR(2,0); -+} -+ -+static char *(mode_strings[3]) = {"Nybble","PS/2","EPP"}; -+ -+static struct ppsc_protocol t358_psp = { -+ -+ {&host0,&host1,&host2,&host3}, /* params */ -+ &host_structs, /* hosts */ -+ 3, /* num_modes */ -+ 2, /* epp_first */ -+ 1, /* default_delay */ -+ 1, /* can_message */ -+ 16, /* sg_tablesize */ -+ mode_strings, -+ t358_init, -+ NULL, -+ t358_connect, -+ t358_disconnect, -+ t358_test_proto, -+ t358_select, -+ t358_test_select, -+ t358_select_finish, -+ t358_deselect, -+ t358_get_bus_status, -+ t358_slow_start, -+ t358_slow_done, -+ t358_slow_end, -+ t358_start_block, -+ t358_transfer_block, -+ t358_transfer_ready, -+ t358_transfer_done, -+ t358_end_block, -+ t358_reset_bus -+}; -+ -+int t358_detect (struct scsi_host_template *tpnt ) -+{ -+ return ppsc_detect( &t358_psp, tpnt, verbose); -+} -+ -+#ifdef MODULE -+ -+struct scsi_host_template driver_template = PPSC_TEMPLATE(t358); -+ -+#include "scsi_module.c" -+ -+MODULE_LICENSE("GPL"); -+ -+#else -+ -+void t358_setup (char *str, int *ints) -+{ -+ ppsc_gen_setup(stt,4,str); -+} -+ -+#endif -+ -+/* end of t358.c */ -+ ---- a/drivers/scsi/Makefile -+++ b/drivers/scsi/Makefile -@@ -129,6 +129,16 @@ obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libisc - - obj-$(CONFIG_ARM) += arm/ - -+obj-$(CONFIG_PPSCSI) += ppscsi.o -+obj-$(CONFIG_PPSCSI_T348) += t348.o -+obj-$(CONFIG_PPSCSI_T358) += t358.o -+obj-$(CONFIG_PPSCSI_ONSCSI) += onscsi.o -+obj-$(CONFIG_PPSCSI_EPSA2) += epsa2.o -+obj-$(CONFIG_PPSCSI_EPST) += epst.o -+obj-$(CONFIG_PPSCSI_VPI0) += vpi0.o -+obj-$(CONFIG_PPSCSI_VPI2) += vpi2.o -+obj-$(CONFIG_PPSCSI_SPARCSI) += sparcsi.o -+ - obj-$(CONFIG_CHR_DEV_ST) += st.o - obj-$(CONFIG_CHR_DEV_OSST) += osst.o - obj-$(CONFIG_BLK_DEV_SD) += sd_mod.o ---- /dev/null -+++ b/drivers/scsi/epst.c -@@ -0,0 +1,478 @@ -+/* -+ epst.c (c) 1996-1999 Grant Guenther -+ -+ This is the ppSCSI protocol module for the Shuttle -+ Technologies EPST parallel port SCSI adapter. -+ -+*/ -+ -+#define EPST_VERSION "0.92" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+#define EPST_VER_CODE 0xb2 -+ -+#define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) -+#define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) -+ -+static char epst_map[256]; /* status bits permutation */ -+ -+static void epst_init (PHA *pha) -+{ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x20,0x40,0x04,0x02,0x01}; -+ -+ ppsc_make_map(epst_map,key,0); -+ sprintf(pha->ident,"epst %s (%s), Shuttle EPST", -+ EPST_VERSION,PPSC_H_VERSION); -+} -+ -+static void epst_write_regr (PHA *pha, int regr, int value) -+{ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: -+ case 2: w0(0x60+regr); w2(1); w0(value); w2(4); -+ break; -+ -+ case 3: -+ case 4: -+ case 5: w3(0x40+regr); w4(value); -+ break; -+ -+ } -+} -+ -+static int epst_read_regr (PHA *pha, int regr) -+{ -+ int a, b; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(regr); w2(1); w2(3); -+ a = r1(); w2(4); b = r1(); -+ return j44(a,b); -+ -+ case 1: w0(0x40+regr); w2(1); w2(4); -+ a = r1(); b = r2(); w0(0xff); -+ return j53(a,b); -+ -+ case 2: w0(0x20+regr); w2(1); w2(0x25); -+ a = r0(); w2(4); -+ return a; -+ -+ case 3: -+ case 4: -+ case 5: w3(regr); w2(0x24); a = r4(); -+ return a; -+ -+ } -+ -+ return -1; -+} -+ -+/* for performance reasons, these block transfer functions make -+ some assumptions about the behaviour of the SCSI devices. In -+ particular, DMA transfers are assumed not to stall within the -+ last few bytes of a block ... -+*/ -+ -+static int epst_read_block (PHA *pha, char *buf, int len) -+{ -+ int t, k, p, a, b; -+ -+ k = 0; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(7); w2(1); w2(3); w0(0xff); -+ p = 1; -+ while (k < len) { -+ w2(6+p); a = r1(); -+ if (a & 8) b = a; else { w2(4+p); b = r1(); } -+ buf[k++] = j44(a,b); -+ p = 1 - p; -+ if (!(k % 16)) { -+ w0(0xfe); t = r1(); w0(0xff); -+ if (t & 8) break; -+ } -+ } -+ w0(0); w2(4); -+ break; -+ -+ case 1: w0(0x47); w2(1); w2(5); w0(0xff); -+ p = 0; -+ while (k < len) { -+ a = r1(); b = r2(); -+ buf[k++] = j53(a,b); -+ w2(4+p); -+ p = 1 - p; -+ if (!(k % 16)) { -+ w0(0xfe); t = r1(); w0(0xff); -+ if (t & 8) break; -+ } -+ } -+ w0(0); w2(4); -+ break; -+ -+ case 2: w0(0x27); w2(1); -+ p = 1; -+ while (k < len) { -+ w2(0x24+p); -+ buf[k++] = r0(); -+ p = 1 - p; -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(6); w2(4); -+ break; -+ -+ case 3: w3(0x80); w2(0x24); -+ while (k < len) { -+ buf[k++] = r4(); -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 4: w3(0x80); w2(0x24); -+ while (k < len) { -+ if ((len - k) > 1) { -+ *((u16 *)(&buf[k])) = r4w(); -+ k += 2; -+ } else { -+ buf[k++] = r4(); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 5: w3(0x80); w2(0x24); -+ while (k < len) { -+ if ((len - k) > 3) { -+ *((u32 *)(&buf[k])) = r4l(); -+ k += 4; -+ } else { -+ buf[k++] = r4(); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ } -+ -+ return k; -+} -+ -+static int epst_write_block (PHA *pha, char *buf, int len) -+{ -+ int p, k; -+ -+ k = 0; -+ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: -+ case 2: w0(0x67); w2(1); -+ p = 1; -+ while (k < len) { -+ w2(4+p); -+ w0(buf[k++]); -+ p = 1 - p; -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(5); w2(7); w2(4); -+ break; -+ -+ case 3: w3(0xc0); -+ while (k < len) { -+ w4(buf[k++]); -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 4: w3(0xc0); -+ while (k < len) { -+ if ((len - k) > 1) { -+ w4w(*((u16 *)(&buf[k]))); -+ k += 2; -+ } else { -+ w4(buf[k++]); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 5: w3(0xc0); -+ while (k < len) { -+ if ((len - k) > 3) { -+ w4l(*((u32 *)(&buf[k]))); -+ k += 4; -+ } else { -+ w4(buf[k++]); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ } -+ -+ return k; -+} -+ -+#define WR(r,v) epst_write_regr(pha,r,v) -+#define RR(r) (epst_read_regr(pha,r)) -+ -+#define CPP(x) w2(4);w0(0x22);w0(0xaa);w0(0x55);w0(0);w0(0xff);\ -+ w0(0x87);w0(0x78);w0(x);w2(5);w2(4);w0(0xff); -+ -+static void epst_connect (PHA *pha) -+{ -+ w2(4); -+ CPP(0x40); CPP(0xe0); -+ w0(0); w2(1); w2(3); w2(4); -+ -+ if (pha->mode >= 3) { -+ w0(0); w2(1); w2(3); w2(4); w2(0xc); -+ w0(0x40); w2(6); w2(7); w2(4); -+ } -+ -+ WR(0x1d,0x20); WR(0x1d,0); /* clear the ring buffer */ -+ WR(0xa,0x1e); /* set up PDMA */ -+ WR(0xc,4); /* enable status bits */ -+ WR(8,2); /* deglitch timing */ -+} -+ -+static void epst_disconnect (PHA *pha) -+{ -+ CPP(0x30); w2(4); -+ CPP(0x40); w2(4); -+} -+ -+#define Wsr(r,v) WR(0x18+r,v) -+#define Rsr(r) (RR(0x18+r)) -+ -+static int epst_test_proto (PHA *pha) -+{ -+ int i, j, e; -+ char wb[16], rb[16]; -+ -+ e = 0; -+ -+ epst_connect(pha); -+ i = RR(0xb); -+ if (V_PROBE) printk("%s: version code reads: 0x%x\n",pha->device,i); -+ epst_disconnect(pha); -+ -+ if (i != EPST_VER_CODE) return 1; -+ -+ epst_connect(pha); -+ -+ for (j=0;j<200;j++) { -+ for (i=0;i<16;i++) { wb[i] = i+j; rb[i] = i+j+6; } -+ Wsr(5,1); -+ epst_write_block(pha,wb,16); -+ Wsr(5,0x11); -+ epst_read_block(pha,rb,16); -+ for (i=0;i<16;i++) if (wb[i] != rb[i]) e++; -+ } -+ -+ epst_disconnect(pha); -+ -+ if (V_FULL) -+ printk("%s: test port 0x%x mode %d errors %d\n", -+ pha->device,pha->port,pha->mode,e); -+ -+ return e; -+} -+ -+/* The EPST contains a core SCSI controller that is very -+ similar to the NCR 5380. Some bits have been shuffled -+ around, but the basic structure is the same. -+*/ -+ -+static int epst_select (PHA *pha, int initiator, int target) -+{ -+ Wsr(4,(1< -+ -+ This is the low-level protocol module for the WBS-11A parallel -+ port SCSI adapter. This adapter has been marketed by LinkSys -+ as the "ParaSCSI+" and by Shining Technologies as the "SparCSI". -+ The device is constructed from the KBIC-951A ISA replicator -+ chip from KingByte and the NCR 5380. -+ -+*/ -+ -+#define SPARCSI_VERSION "0.91" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+#define r12w() (delay_p,inw(pha->port+1)&0xffff) -+ -+#define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) -+#define j53(w) (((w>>3)&0x1f)|((w>>4)&0xe0)) -+ -+static char sparcsi_map[256]; /* status bits permutation */ -+ -+static void sparcsi_init (PHA *pha) -+{ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x20,0x40,0x10,0x08,0x04}; -+ -+ ppsc_make_map(sparcsi_map,key,0); -+ sprintf(pha->ident,"sparcsi %s (%s), WBS-11A", -+ SPARCSI_VERSION,PPSC_H_VERSION); -+} -+ -+static void sparcsi_write_regr (PHA *pha, int regr, int value) -+{ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: -+ case 2: w0(regr|0x10); w2(4); w2(6); w2(4); -+ w0(value); w2(5); w2(4); -+ break; -+ -+ case 3: w0(0x20); w2(4); w2(6); w2(4); w3(regr); -+ w4(value); w2(4); w2(0); w2(4); -+ break; -+ -+ } -+} -+ -+static int sparcsi_read_regr (PHA *pha, int regr) -+{ -+ int a, b; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(regr|0x18); w2(4); w2(6); w2(4); w2(5); -+ a = r1(); w0(0x58); b = r1(); w2(4); -+ return j44(a,b); -+ -+ case 1: w0(regr|0x58); w2(4); w2(6); w2(4); w2(5); -+ a = r12w(); w2(4); -+ return j53(a); -+ -+ case 2: w0(regr|0x98); w2(4); w2(6); w2(4); w2(0xa5); -+ a = r0(); w2(4); -+ return a; -+ -+ case 3: w0(0x20); w2(4); w2(6); w2(4); w3(regr); -+ w2(0xe4); a = r4(); w2(4); w2(0); w2(4); -+ return a; -+ -+ } -+ return -1; -+} -+ -+static void sparcsi_read_block (PHA *pha, char *buf, int len) -+{ -+ int k, a, b; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(8); w2(4); w2(6); w2(4); -+ for (k=0;kmode) { -+ -+ case 0: -+ case 1: -+ case 2: w0(0); w2(4); w2(6); w2(4); -+ for(k=0;ksaved_r0 = r0(); -+ pha->saved_r2 = r2(); -+ w2(4); -+} -+ -+static void sparcsi_disconnect (PHA *pha) -+{ -+ w0(pha->saved_r0); -+ w2(pha->saved_r2); -+} -+ -+#define WR(r,v) sparcsi_write_regr(pha,r,v) -+#define RR(r) (sparcsi_read_regr(pha,r)) -+ -+static int sparcsi_test_proto (PHA *pha) -+{ -+ int k, e; -+ -+ e = 0; -+ -+ sparcsi_connect(pha); -+ -+ if (!pha->private[0]) { /* reset the SCSI bus on first sight */ -+ -+ if (V_FULL) printk("%s: SCSI reset ...\n",pha->device); -+ -+ WR(1,0x80); udelay(60); -+ WR(1,0); -+ scsi_sleep(5*HZ); -+ pha->private[0] = 1; -+ } -+ -+ WR(1,0); -+ WR(1,1); -+ -+ if (V_PROBE) -+ printk("%s: 5380 regrs [4]=%x [5]=%x\n",pha->device,RR(4),RR(5)); -+ -+ for (k=0;k<256;k++) { -+ WR(0,k); -+ if (RR(0) != k) e++; -+ WR(0,255-k); -+ if (RR(0) != (255-k)) e++; -+ } -+ -+ WR(1,0); -+ -+ sparcsi_disconnect(pha); -+ -+ return e; -+} -+ -+static int sparcsi_select (PHA *pha, int initiator, int target) -+{ -+ WR(3,0); WR(1,1); -+ WR(0,(1 << initiator)); WR(2,1); udelay(100); -+ if (RR(1) != 0x41) { -+ WR(1,0); -+ return -1; -+ } -+ -+ WR(1,5); WR(0,(1 << initiator)|(1 << target)); -+ WR(2,0); WR(2,0); WR(2,0); -+ return 0; -+} -+ -+static int sparcsi_test_select (PHA *pha) -+{ -+ return ((RR(4) & 0x42) == 0x42); -+} -+ -+static void sparcsi_select_finish (PHA *pha) -+{ -+ WR(3,2); WR(1,5); WR(1,1); -+} -+ -+static void sparcsi_deselect (PHA *pha) -+{ -+ WR(1,0); -+} -+ -+static int sparcsi_get_bus_status (PHA *pha) -+{ -+ int s; -+ -+ s = RR(4); -+ return sparcsi_map[s]; -+} -+ -+static void sparcsi_slow_start (PHA *pha, char *val) -+{ -+ int ph, io; -+ -+ ph = ((RR(4)>>2)&7); -+ io = (ph & 1); -+ -+ WR(3,ph); -+ WR(1,1-io); -+ if (io) *val = RR(0); else WR(0,*val); -+ WR(1,0x10+(1-io)); -+} -+ -+static int sparcsi_slow_done (PHA *pha) -+{ -+ return ((RR(4) & 0x20) == 0); -+} -+ -+static void sparcsi_slow_end (PHA *pha) -+{ -+ int io; -+ -+ io = ((RR(4)>>2)&1); -+ -+ WR(1,1-io); -+} -+ -+static void sparcsi_start_block (PHA *pha, int rd) -+{ -+ if (rd) { -+ -+ WR(3,1); WR(1,0); -+ WR(2,2); WR(7,3); -+ WR(3,1); WR(1,0); -+ -+ } else { -+ -+ WR(3,0); WR(1,1); -+ WR(2,2); WR(5,0); -+ WR(3,0); WR(1,1); -+ -+ } -+ pha->priv_flag = rd; -+} -+ -+static int sparcsi_transfer_ready (PHA *pha) -+{ -+ int chunk; -+ -+ chunk = 512; -+ if ((pha->data_count == 0) && (!pha->priv_flag)) chunk++; -+ -+ if (r1() & 0x40) return chunk; -+ if (!(RR(5) & 8)) return -1; -+ return 0; -+} -+ -+static int sparcsi_transfer_block (PHA *pha, char * buf, int buflen, int rd) -+{ -+ int k, n; -+ -+ k = 0; -+ while (k < buflen) { -+ -+ n = sparcsi_transfer_ready(pha); -+ -+ if (n <= 0) break; -+ -+ if (n > (buflen - k)) n = buflen - k; -+ -+ if (rd) sparcsi_read_block(pha,buf,n); -+ else sparcsi_write_block(pha,buf,n); -+ -+ k += n; buf += n; -+ } -+ -+ return k; -+} -+ -+static int sparcsi_transfer_done (PHA *pha) -+{ -+ return 1; -+} -+ -+static void sparcsi_end_block (PHA *pha, int rd) -+{ -+ char buf[2] = {0,0}; -+ -+ if (!rd) sparcsi_write_block(pha,buf,1); -+ -+ WR(2,0); -+} -+ -+static void sparcsi_reset_bus (PHA *pha) -+{ -+ WR(1,1); WR(3,0); -+ WR(2,0); -+ WR(1,0x80); udelay(60); -+ WR(1,0); -+ WR(2,0); -+ WR(1,1); WR(3,0); -+ WR(2,0); -+} -+ -+static char *(mode_strings[4]) = {"Nybble","KBIC 5/3","PS/2","EPP"}; -+ -+static struct ppsc_protocol sparcsi_psp = { -+ -+ {&host0,&host1,&host2,&host3}, /* params */ -+ &host_structs, /* hosts */ -+ 4, /* num_modes */ -+ 3, /* epp_first */ -+ 1, /* default_delay */ -+ 1, /* can_message */ -+ 16, /* sg_tablesize */ -+ mode_strings, -+ sparcsi_init, -+ NULL, -+ sparcsi_connect, -+ sparcsi_disconnect, -+ sparcsi_test_proto, -+ sparcsi_select, -+ sparcsi_test_select, -+ sparcsi_select_finish, -+ sparcsi_deselect, -+ sparcsi_get_bus_status, -+ sparcsi_slow_start, -+ sparcsi_slow_done, -+ sparcsi_slow_end, -+ sparcsi_start_block, -+ sparcsi_transfer_block, -+ sparcsi_transfer_ready, -+ sparcsi_transfer_done, -+ sparcsi_end_block, -+ sparcsi_reset_bus -+}; -+ -+int sparcsi_detect (Scsi_Host_Template *tpnt) -+{ -+ return ppsc_detect( &sparcsi_psp, tpnt, verbose); -+} -+ -+#ifdef MODULE -+ -+Scsi_Host_Template driver_template = PPSC_TEMPLATE(sparcsi); -+ -+#include "scsi_module.c" -+ -+MODULE_LICENSE("GPL"); -+ -+#else -+ -+void sparcsi_setup (char *str, int *ints) -+{ -+ ppsc_gen_setup(stt,4,str); -+} -+ -+#endif -+ -+/* end of sparcsi.c */ -+ ---- /dev/null -+++ b/drivers/scsi/epsa2.c -@@ -0,0 +1,507 @@ -+/* -+ epsa2.c (c) 1996-1999 Grant Guenther -+ -+ This is the ppSCSI protocol module for the Shuttle -+ Technologies EPSA2 parallel port SCSI adapter. EPSA2 is -+ a predecessor to the EPST. It uses slightly different -+ command encoding and has a less elaborate internal register -+ model. -+ -+*/ -+ -+#define EPSA2_VERSION "0.91" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+#define EPSA2_VER_CODE 0xb1 -+ -+#define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) -+#define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) -+ -+static char epsa2_map[256]; /* status bits permutation */ -+ -+static void epsa2_init( PHA *pha) -+{ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x20,0x40,0x04,0x02,0x01}; -+ -+ ppsc_make_map(epsa2_map,key,0); -+ sprintf(pha->ident,"epsa2 %s (%s), Shuttle EPSA2", -+ EPSA2_VERSION,PPSC_H_VERSION); -+} -+ -+static void epsa2_write_regr (PHA *pha, int regr, int value) -+{ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: -+ case 2: w0(0x70+regr); w2(1); w0(value); w2(4); -+ break; -+ -+ case 3: -+ case 4: -+ case 5: w3(0x40+regr); w4(value); w2(4); -+ break; -+ -+ } -+} -+ -+static int epsa2_read_regr (PHA *pha, int regr) -+{ -+ int a, b; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(0x40+regr); w2(1); w2(3); -+ a = r1(); w2(4); b = r1(); -+ return j44(a,b); -+ -+ case 1: w0(0x60+regr); w2(1); w2(4); -+ a = r1(); b = r2(); w0(0xff); -+ return j53(a,b); -+ -+ case 2: w0(0x50+regr); w2(1); w2(0x25); -+ a = r0(); w2(4); -+ return a; -+ -+ case 3: -+ case 4: -+ case 5: w3(regr); w2(0x24); a = r4(); w2(4); -+ return a; -+ -+ } -+ -+ return -1; -+} -+ -+/* for performance reasons, these block transfer functions make -+ some assumptions about the behaviour of the SCSI devices. In -+ particular, DMA transfers are assumed not to stall within the -+ last few bytes of a block ... -+*/ -+ -+static int epsa2_read_block (PHA *pha, char *buf, int len) -+{ -+ int t, k, p, a, b; -+ -+ k = 0; -+ -+ switch (pha->mode) { -+ -+ case 0: w0(7); w2(1); w2(3); w0(0xff); -+ p = 1; -+ while (k < len) { -+ w2(6+p); a = r1(); -+ if (a & 8) b = a; else { w2(4+p); b = r1(); } -+ buf[k++] = j44(a,b); -+ p = 1 - p; -+ if (!(k % 16)) { -+ w0(0xfe); t = r1(); w0(0xff); -+ if (t & 8) break; -+ } -+ } -+ w0(0); w2(4); -+ break; -+ -+ case 1: w0(0x27); w2(1); w2(5); w0(0xff); -+ p = 0; -+ while (k < len) { -+ a = r1(); b = r2(); -+ buf[k++] = j53(a,b); -+ w2(4+p); -+ p = 1 - p; -+ if (!(k % 16)) { -+ w0(0xfe); t = r1(); w0(0xff); -+ if (t & 8) break; -+ } -+ } -+ w0(0); w2(4); -+ break; -+ -+ case 2: w0(0x17); w2(1); -+ p = 1; -+ while (k < len) { -+ w2(0x24+p); -+ buf[k++] = r0(); -+ p = 1 - p; -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(6); w2(4); -+ break; -+ -+ case 3: w3(6); w2(0x24); -+ while (k < len) { -+ buf[k++] = r4(); -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 4: w3(6); w2(0x24); -+ while (k < len) { -+ if ((len - k) > 1) { -+ *((u16 *)(&buf[k])) = r4w(); -+ k += 2; -+ } else { -+ buf[k++] = r4(); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 5: w3(6); w2(0x24); -+ while (k < len) { -+ if ((len - k) > 3) { -+ *((u32 *)(&buf[k])) = r4l(); -+ k += 4; -+ } else { -+ buf[k++] = r4(); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ } -+ -+ return k; -+} -+ -+static int epsa2_write_block (PHA *pha, char *buf, int len) -+{ -+ int p, k; -+ -+ k = 0; -+ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: -+ case 2: w0(0x37); w2(1); -+ p = 1; -+ while (k < len) { -+ w2(4+p); -+ w0(buf[k++]); -+ p = 1 - p; -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(5); w2(7); w2(4); -+ break; -+ -+ case 3: w3(0x46); -+ while (k < len) { -+ w4(buf[k++]); -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 4: w3(0x46); -+ while (k < len) { -+ if ((len - k) > 1) { -+ w4w(*((u16 *)(&buf[k]))); -+ k += 2; -+ } else { -+ w4(buf[k++]); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ -+ case 5: w3(0x46); -+ while (k < len) { -+ if ((len - k) > 3) { -+ w4l(*((u32 *)(&buf[k]))); -+ k += 4; -+ } else { -+ w4(buf[k++]); -+ } -+ if ((!(k % 16)) && (r1() & 8)) break; -+ } -+ w2(4); -+ break; -+ } -+ -+ return k; -+} -+ -+#define WR(r,v) epsa2_write_regr(pha,r,v) -+#define RR(r) (epsa2_read_regr(pha,r)) -+ -+#define CPP(x) w2(4);w0(0x22);w0(0xaa);w0(0x55);w0(0);w0(0xff);\ -+ w0(0x87);w0(0x78);w0(x);w2(5);w2(4);w0(0xff); -+ -+static void epsa2_connect (PHA *pha) -+{ -+ CPP(0x40); CPP(0xe0); -+ -+ w0(0x73); w2(1); w0(0); w2(4); -+ w0(0x72); w2(1); w0(0x40); w2(4); -+ -+ w0(0); w2(1); w2(4); -+ -+ CPP(0x50); CPP(0x48); -+ -+ switch (pha->mode) { -+ -+ case 0: WR(7,0x82); -+ break; -+ -+ case 1: -+ case 2: WR(7,0xa2); -+ break; -+ -+ case 3: -+ case 4: -+ case 5: CPP(0x30); CPP(0x20); -+ WR(7,0xa3); -+ break; -+ } -+ -+ w2(4); -+} -+ -+static void epsa2_disconnect (PHA *pha) -+{ -+ switch (pha->mode) { -+ -+ case 0: WR(7,2); WR(2,0); -+ break; -+ -+ case 1: -+ case 2: WR(7,0x22); WR(2,0); -+ break; -+ -+ case 3: -+ case 4: -+ case 5: WR(7,0x23); w2(4); -+ w0(0x72); w2(1); w0(0); w2(4); -+ break; -+ } -+ -+ CPP(0x30); CPP(0x40); -+} -+ -+static int epsa2_test_proto (PHA *pha) -+{ -+ int i, j, e; -+ char wb[16], rb[16]; -+ -+ e = 0; -+ -+ epsa2_connect(pha); -+ i = RR(7); -+ if (V_PROBE) printk("%s: version code reads: 0x%x\n",pha->device,i); -+ epsa2_disconnect(pha); -+ -+ if (i != EPSA2_VER_CODE) return 1; -+ -+ epsa2_connect(pha); -+ -+ for (j=0;j<200;j++) { -+ for (i=0;i<16;i++) { wb[i] = i+j; rb[i] = i+j+6; } -+ WR(5,1); -+ epsa2_write_block(pha,wb,16); -+ udelay(100); -+ WR(5,0x11); -+ epsa2_read_block(pha,rb,16); -+ for (i=0;i<16;i++) if (wb[i] != rb[i]) e++; -+ } -+ -+ epsa2_disconnect(pha); -+ -+ if (V_FULL) -+ printk("%s: test port 0x%x mode %d errors %d\n", -+ pha->device,pha->port,pha->mode,e); -+ -+ return e; -+} -+ -+/* The EPSA2 contains a core SCSI controller that is very -+ similar to the NCR 5380. Some bits have been shuffled -+ around, but the basic structure is the same. -+*/ -+ -+static int epsa2_select (PHA *pha, int initiator, int target) -+{ -+ WR(4,(1< -+ (C) 2000 Tim Waugh -+ Under the terms of the GNU general public license. -+ -+ This is the common code shared by the PPSCSI family of -+ low-level drivers for parallel port SCSI host adapters. -+ -+ -+ To use one of the ppSCSI drivers, you must first have this module -+ built-in to your kernel, or loaded. Then, you can load the -+ appropriate protocol module. All protocol modules accept the -+ same parameters: -+ -+ verbose=N determines the logging level where N= -+ 0 only serious errors are logged -+ 1 report progress messages while probing adapters -+ 2 log the scsi commands sent to adapters -+ 3 basic debugging information -+ 4 full debugging (generates lots of output) -+ -+ hostN=,,,,, -+ -+ sets per-host-adapter parameters where -+ -+ N is between 0 and 3, each protocol can -+ support up to four separate adapters. -+ -+ The parport for this adapter, eg: -+ 0 for parport0. -+ -+ Protocol dependent mode number. Usually -+ probed to determine the fastest available -+ mode. -+ -+ microseconds of delay per port access. -+ Default is protocol dependent. -+ -+ Determines this host's ability to load -+ the system. Default 0. Set to 1 or 2 -+ to reduce load at the expense of device -+ performance. -+ -+ scatter-gather table size. -+ -+ bit mask of targets on which to force -+ all commands to use explicit REQ/ACK -+ handshaking, rather than adapter buffers. -+ -+*/ -+ -+#define PPSC_VERSION "0.92" -+ -+#define PPSC_BASE -+#include "ppscsi.h" -+#include -+#include -+#include -+#include -+ -+#include -+ -+#define PPSC_GEN_TMO 40*HZ -+#define PPSC_SELECT_TMO HZ/10 -+#define PPSC_PROBE_TMO HZ/2 -+#define PPSC_RESET_TMO 4*HZ -+#define PPSC_SLOW_LOOPS 30 -+#define PPSC_BUSY_SNOOZE HZ; -+ -+#define PPSC_DEF_NICE 0 -+#define PPSC_INITIATOR 7 -+ -+spinlock_t ppsc_spinlock = SPIN_LOCK_UNLOCKED; -+ -+static char ppsc_bulk_map[256]; -+ -+struct ppsc_port_list_struct { -+ struct parport *port; -+ struct ppsc_port_list_struct *next; -+}; -+static struct ppsc_port_list_struct *ppsc_port_list; -+ -+/* ppsc_attach and ppsc_detach are for keeping a list of currently -+ * available ports, held under a mutex. We do this rather than -+ * using parport_enumerate because it stops a load of races. -+ */ -+ -+static void ppsc_attach (struct parport *port) -+{ -+ struct ppsc_port_list_struct *add; -+ -+ add = kmalloc (sizeof (struct ppsc_port_list_struct), GFP_KERNEL); -+ if (!add) { -+ printk (KERN_WARNING "ppscsi: memory squeeze\n"); -+ return; -+ } -+ -+ add->port = parport_get_port (port); -+ add->next = ppsc_port_list; -+ wmb (); -+ ppsc_port_list = add; -+} -+ -+static void ppsc_detach (struct parport *port) -+{ -+ /* Do nothing. We have a reference to the port already, so -+ * it won't go away. We'll clean up the port list when we -+ * unload. */ -+} -+ -+static struct parport_driver ppsc_driver = { -+ name: "ppscsi", -+ attach: ppsc_attach, -+ detach: ppsc_detach -+}; -+ -+void ppsc_make_map (char map[256], char key[5], int inv) -+{ -+ int i, j; -+ -+ for (i=0;i<256;i++) { -+ map[i] = 0; -+ for (j=0;j<5;j++) -+ map[i] = (map[i] << 1) | ((i & key[j]) != inv*key[j]); -+ } -+} -+ -+void ppsc_gen_setup (STT t[], int n, char *ss) -+{ -+ int j, k, sgn; -+ -+ k = 0; -+ for (j=0;jcontinuation = continuation; -+ pha->ready = ready; -+ if (timeout) -+ pha->timeout = jiffies + timeout; -+ else pha->timeout = pha->then + pha->tmo; -+ -+ if (!pha->nice && !pha->wq_active) { -+#ifdef HAVE_DISABLE_HLT -+ disable_hlt(); -+#endif -+ pha->wq_active = 1; -+ schedule_work (&pha->wq); -+ } -+ -+ if (!pha->timer_active) { -+ pha->timer_active = 1; -+ pha->timer.expires = jiffies + ((pha->nice>0)?(pha->nice-1):0); -+ add_timer(&pha->timer); -+ } -+ -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+} -+ -+static void ppsc_tq_int (void *data) -+{ -+ void (*con)(PHA *); -+ unsigned long flags; -+ PHA *pha = (PHA *)data; -+ -+ spin_lock_irqsave(&ppsc_spinlock,flags); -+ -+ con = pha->continuation; -+ -+#ifdef HAVE_DISABLE_HLT -+ enable_hlt(); -+#endif -+ -+ pha->wq_active = 0; -+ -+ if (!con) { -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+ return; -+ } -+ pha->timedout = time_after_eq (jiffies, pha->timeout); -+ if (!pha->ready || pha->ready(pha) || pha->timedout) { -+ pha->continuation = NULL; -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+ con(pha); -+ return; -+ } -+ -+#ifdef HAVE_DISABLE_HLT -+ disable_hlt(); -+#endif -+ -+ pha->wq_active = 1; -+ schedule_work (&pha->wq); -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+} -+ -+static void ppsc_timer_int (unsigned long data) -+{ -+ void (*con)(PHA *); -+ unsigned long flags; -+ PHA *pha = (PHA *)data; -+ -+ spin_lock_irqsave(&ppsc_spinlock,flags); -+ -+ con = pha->continuation; -+ pha->timer_active = 0; -+ if (!con) { -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+ return; -+ } -+ pha->timedout = time_after_eq (jiffies, pha->timeout); -+ if (!pha->ready || pha->ready(pha) || pha->timedout) { -+ pha->continuation = NULL; -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+ con(pha); -+ return; -+ } -+ pha->timer_active = 1; -+ pha->timer.expires = jiffies + ((pha->nice>0)?(pha->nice-1):0); -+ add_timer(&pha->timer); -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+} -+ -+static void ppsc_wake_up( void *p) -+{ -+ PHA *pha = (PHA *) p; -+ unsigned long flags; -+ void (*cont)(PHA *) = NULL; -+ -+ spin_lock_irqsave(&ppsc_spinlock,flags); -+ -+ if (pha->claim_cont && -+ !parport_claim(pha->pardev)) { -+ cont = pha->claim_cont; -+ pha->claim_cont = NULL; -+ pha->claimed = 1; -+ } -+ -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+ -+ wake_up(&(pha->parq)); -+ -+ if (cont) cont(pha); -+} -+ -+void ppsc_do_claimed (PHA *pha, void(*cont)(PHA *)) -+{ -+ unsigned long flags; -+ -+ spin_lock_irqsave(&ppsc_spinlock,flags); -+ -+ if (!parport_claim(pha->pardev)) { -+ pha->claimed = 1; -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+ cont(pha); -+ } else { -+ pha->claim_cont = cont; -+ spin_unlock_irqrestore(&ppsc_spinlock,flags); -+ } -+} -+ -+static void ppsc_claim (PHA *pha) -+{ -+ if (pha->claimed) return; -+ pha->claimed = 1; -+ -+ wait_event (pha->parq, !parport_claim (pha->pardev)); -+} -+ -+static void ppsc_unclaim (PHA *pha) -+{ -+ pha->claimed = 0; -+ parport_release(pha->pardev); -+} -+ -+static void ppsc_unregister_parport (PHA *pha) -+{ -+ parport_unregister_device(pha->pardev); -+ pha->pardev = NULL; -+} -+ -+static int ppsc_register_parport (PHA *pha, int verbose) -+{ -+ struct ppsc_port_list_struct *ports; -+ struct parport *port = NULL; -+ -+ ports = ppsc_port_list; -+ while((ports)&&(ports->port->number != pha->port)) -+ ports = ports->next; -+ if (ports) { -+ port = ports->port; -+ pha->pardev = parport_register_device(port, pha->device, -+ NULL, ppsc_wake_up, NULL, -+ 0, (void *)pha); -+ } else { -+ printk (KERN_DEBUG "%s: no such device: parport%d\n", -+ pha->device, pha->port); -+ return 1; -+ } -+ -+ if (!pha->pardev) { -+ printk (KERN_DEBUG "%s: couldn't register device\n", -+ pha->device); -+ return 1; -+ } -+ -+ init_waitqueue_head (&pha->parq); -+ -+ /* For now, cache the port base address. Won't need this -+ after transition to parport_xxx_yyy. */ -+ pha->port = port->base; -+ -+ if (verbose) -+ printk("%s: 0x%x is %s\n",pha->device,pha->port, -+ port->name); -+ pha->parname = port->name; -+ return 0; -+} -+ -+/* Here's the actual core SCSI stuff ... */ -+ -+#define PPSC_FAIL(err,msg) { ppsc_fail_command(pha,err,msg); return; } -+ -+static void ppsc_start (PHA *pha); -+static void ppsc_select_intr (PHA *pha); -+static void ppsc_engine (PHA *pha); -+static void ppsc_transfer (PHA *pha); -+static void ppsc_transfer_done (PHA *pha); -+static int ppsc_slow (PHA *pha, char *val); -+static void ppsc_slow_done (PHA *pha); -+static void ppsc_cleanup (PHA *pha); -+static void ppsc_fail_command (PHA *pha, int err_code, char *msg); -+static int ppsc_ready (PHA *pha); -+ -+/* synchronous interface is deprecated, but we maintain it for -+ internal use. It just starts an asynchronous command and waits -+ for it to complete. -+*/ -+ -+int ppsc_command (struct scsi_cmnd *cmd) -+{ -+ PHA *pha = (PHA *) cmd->device->host->hostdata[0]; -+ -+ pha->cur_cmd = cmd; -+ pha->done = NULL; -+ pha->then = jiffies; -+ -+ ppsc_do_claimed(pha,ppsc_start); -+ -+ while (pha->cur_cmd) scsi_sleep(1); -+ -+ return cmd->result; -+} -+ -+int ppsc_queuecommand (struct scsi_cmnd *cmd, void (*done)(struct scsi_cmnd *)) -+{ -+ PHA *pha = (PHA *) cmd->device->host->hostdata[0]; -+ -+ if (pha->cur_cmd) { -+ printk("%s: Driver is busy\n",pha->device); -+ return 0; -+ } -+ -+ pha->cur_cmd = cmd; -+ pha->done = done; -+ pha->then = jiffies; -+ -+ ppsc_do_claimed(pha,ppsc_start); -+ -+ return 0; -+} -+ -+static void ppsc_arb_fail (PHA *pha) -+{ -+ PPSC_FAIL(DID_BUS_BUSY,"Arbitration failure"); -+} -+ -+static void ppsc_start (PHA *pha) -+{ -+ int k, r, b, bf; -+ struct scatterlist *p; -+ -+ pha->last_phase = PPSC_PH_NONE; -+ pha->return_code = (DID_OK << 16); -+ pha->overflow = 0; -+ pha->protocol_error = 0; -+ pha->cmd_count = 0; -+ -+ k = pha->cur_cmd->cmnd[0]; -+ bf = ppsc_bulk_map[k]; -+ -+ bf &= (!((1<cur_cmd->device->id) & pha->slow_targets)); -+ -+ r = pha->cur_cmd->use_sg; -+ if (r) { -+ b = 0; -+ p = (struct scatterlist *)pha->cur_cmd->request_buffer; -+ for (k=0;klength; -+ p++; -+ } -+ } else { -+ b = pha->cur_cmd->request_bufflen; -+ } -+ -+ bf &= (b > 127); -+ -+ if (V_DEBUG) -+ printk("%s: Target %d, bl=%d us=%d bf=%d cm=%x\n", -+ pha->device,pha->cur_cmd->device->id,b,r,bf,k); -+ -+ pha->bulk = bf; -+ pha->tlen = b; -+ -+ pha->proto->connect(pha); -+ -+ r = 0; -+ while (r++ < 5) { -+ k = pha->proto->select(pha,PPSC_INITIATOR,pha->cur_cmd->device->id); -+ if (k != -1) break; -+ udelay(200); -+ } -+ -+ if (k == -1) { -+ ppsc_set_intr(pha,ppsc_arb_fail,NULL,1); -+ return; -+ } -+ -+ ppsc_set_intr(pha,ppsc_select_intr,pha->proto->test_select, -+ PPSC_SELECT_TMO); -+} -+ -+static void ppsc_select_intr (PHA *pha) -+{ -+ if (!pha->proto->test_select(pha)) { -+ pha->return_code = DID_NO_CONNECT << 16; -+ ppsc_cleanup(pha); -+ return; -+ } -+ if (pha->proto->select_finish) -+ pha->proto->select_finish(pha); -+ -+ if (V_FULL) -+ printk("%s: selected target\n",pha->device); -+ -+ pha->timedout = 0; -+ ppsc_engine(pha); -+} -+ -+static void ppsc_update_sg (PHA *pha) -+{ -+ if ((!pha->cur_len) && pha->sg_count) { -+ pha->sg_count--; -+ pha->sg_list++; -+ pha->cur_buf = page_address(pha->sg_list->page) + pha->sg_list->offset; -+ pha->cur_len = pha->sg_list->length; -+ } -+} -+ -+static void ppsc_engine (PHA *pha) -+{ -+ int phase, i; -+ char *sb; -+ -+ while (1) { -+ if ((pha->last_phase == PPSC_PH_MSGIN) || -+ ((pha->last_phase == PPSC_PH_STAT) -+ && (!pha->proto->can_message))) { -+ pha->return_code |= (pha->status_byte & STATUS_MASK) -+ | (pha->message_byte << 8); -+ ppsc_cleanup(pha); -+ return; -+ } -+ -+ phase = pha->proto->get_bus_status(pha); -+ -+ if (pha->abort_flag) -+ PPSC_FAIL(DID_ABORT,"Command aborted"); -+ -+ if (pha->protocol_error) -+ PPSC_FAIL(DID_ERROR,"Adapter protocol failure"); -+ -+ if (!(phase & PPSC_BSY)) { -+ if (pha->last_phase == PPSC_PH_STAT) { -+ if (V_DEBUG) printk("%s: No msg phase ?\n", pha->device); -+ pha->return_code |= (pha->status_byte & STATUS_MASK); -+ ppsc_cleanup(pha); -+ return; -+ } -+ PPSC_FAIL(DID_ERROR,"Unexpected bus free"); -+ } -+ -+ if (!(phase & PPSC_REQ)) { -+ if (pha->timedout) -+ PPSC_FAIL(DID_TIME_OUT,"Pseudo-interrupt timeout"); -+ ppsc_set_intr(pha,ppsc_engine,ppsc_ready,0); -+ return; -+ } -+ -+ switch (phase) { -+ -+ case PPSC_PH_CMD: -+ -+ if (phase != pha->last_phase) { -+ if (pha->last_phase != PPSC_PH_NONE) -+ PPSC_FAIL(DID_ERROR,"Phase sequence error 1"); -+ pha->cmd_count = 0; -+ if (V_TRACE) { -+ printk("%s: Command to %d (%d): ", -+ pha->device, pha->cur_cmd->device->id, -+ pha->cur_cmd->cmd_len); -+ for (i=0;icur_cmd->cmd_len;i++) -+ printk("%2x ",pha->cur_cmd->cmnd[i]); -+ printk("\n"); -+ } -+ } -+ -+ pha->last_phase = phase; -+ -+ if (pha->cmd_count >= pha->cur_cmd->cmd_len) -+ PPSC_FAIL(DID_ERROR,"Command buffer overrun"); -+ -+ if (!ppsc_slow(pha,&(pha->cur_cmd->cmnd[pha->cmd_count++]))) -+ return; -+ -+ break; -+ -+ case PPSC_PH_READ: -+ case PPSC_PH_WRITE: -+ -+ if (phase != pha->last_phase) { -+ if (pha->last_phase != PPSC_PH_CMD) -+ PPSC_FAIL(DID_ERROR,"Phase sequence error 2"); -+ pha->data_dir = phase & PPSC_IO; -+ pha->data_count = 0; -+ -+ pha->sg_count = pha->cur_cmd->use_sg; -+ if (pha->sg_count) { -+ pha->sg_count--; -+ pha->sg_list = -+ (struct scatterlist *)pha->cur_cmd->request_buffer; -+ pha->cur_buf = page_address(pha->sg_list->page) + pha->sg_list->offset; -+ pha->cur_len = pha->sg_list->length; -+ } else { -+ pha->cur_buf = pha->cur_cmd->request_buffer; -+ pha->cur_len = pha->cur_cmd->request_bufflen; -+ } -+ -+ pha->last_phase = phase; -+ -+ } -+ -+ if ((pha->bulk) && (pha->cur_len > 0 )) { -+ pha->proto->start_block(pha,pha->data_dir); -+ ppsc_transfer(pha); -+ return; -+ } -+ -+ ppsc_update_sg(pha); -+ -+ if (!pha->cur_len) { -+ pha->cur_len = 1; -+ pha->cur_buf = (char *)&i; -+ i = 0x5a; -+ pha->overflow++; -+ } -+ -+ pha->cur_len--; -+ pha->data_count++; -+ -+ if (!ppsc_slow(pha,pha->cur_buf++)) return; -+ -+ break; -+ -+ case PPSC_PH_STAT: -+ -+ if ((pha->last_phase != PPSC_PH_CMD) && -+ (pha->last_phase != PPSC_PH_READ) && -+ (pha->last_phase != PPSC_PH_WRITE)) -+ PPSC_FAIL(DID_ERROR,"Phase sequence error 3"); -+ -+ if ((pha->last_phase != PPSC_PH_CMD) && -+ (V_DEBUG)) { -+ printk("%s: %s%s %d bytes\n", -+ pha->device, -+ pha->bulk?"":"slow ", -+ pha->data_dir?"read":"write", -+ pha->data_count); -+ -+ if (pha->cur_cmd->cmnd[0] == REQUEST_SENSE) { -+ -+ sb = (char *)pha->cur_cmd->request_buffer; -+ printk("%s: Sense key: %x ASC: %x ASCQ: %x\n", -+ pha->device, sb[2] & 0xff, -+ sb[12] & 0xff, sb[13] & 0xff); -+ } -+ } -+ -+ if (pha->overflow) -+ printk("%s: WARNING: data %s overran by %d/%d bytes\n", -+ pha->device,pha->data_dir?"read":"write", -+ pha->overflow,pha->data_count); -+ -+ pha->last_phase = phase; -+ -+ if (!ppsc_slow(pha,&pha->status_byte)) return; -+ -+ break; -+ -+ case PPSC_PH_MSGIN: -+ -+ if (pha->last_phase != PPSC_PH_STAT) -+ PPSC_FAIL(DID_ERROR,"Phase sequence error 4"); -+ -+ pha->last_phase = phase; -+ -+ if (V_FULL) -+ printk("%s: status = %x\n",pha->device,pha->status_byte); -+ -+ if (!ppsc_slow(pha,&pha->message_byte)) return; -+ -+ break; -+ -+ default: -+ -+ PPSC_FAIL(DID_ERROR,"Unexpected bus phase"); -+ -+ } -+ } -+} -+ -+static void ppsc_transfer (PHA *pha) -+{ -+ int i, j; -+ -+ if (pha->timedout) -+ PPSC_FAIL(DID_TIME_OUT,"PDMA timeout"); -+ -+ while(1) { -+ -+ if (!(j=pha->proto->transfer_ready(pha))) { -+ ppsc_set_intr(pha,ppsc_transfer, -+ pha->proto->transfer_ready,0); -+ return; -+ } -+ -+ if (j < 0) { -+ if (V_DEBUG) -+ printk("%s: short transfer\n",pha->device); -+ ppsc_set_intr(pha,ppsc_transfer_done, -+ pha->proto->transfer_done,0); -+ return; -+ } -+ -+ i = pha->proto->transfer_block(pha,pha->cur_buf, -+ pha->cur_len,pha->data_dir); -+ -+ if (V_FULL) -+ printk("%s: Fragment %d\n",pha->device,i); -+ -+ if ((i < 0) || (i > pha->cur_len)) -+ PPSC_FAIL(DID_ERROR,"Block transfer error"); -+ -+ pha->cur_len -= i; -+ pha->cur_buf += i; -+ pha->data_count += i; -+ -+ ppsc_update_sg(pha); -+ -+ if (pha->cur_len == 0 ) { -+ ppsc_set_intr(pha,ppsc_transfer_done, -+ pha->proto->transfer_done,0); -+ return; -+ } -+ } -+} -+ -+static void ppsc_transfer_done (PHA *pha) -+{ -+ if (pha->timedout) PPSC_FAIL(DID_TIME_OUT,"PDMA done timeout"); -+ -+ pha->proto->end_block(pha,pha->data_dir); -+ ppsc_engine(pha); -+} -+ -+static int ppsc_slow (PHA *pha, char *val) -+{ -+ int k; -+ -+ pha->proto->slow_start(pha,val); -+ -+ k = 0; -+ while (k++ < PPSC_SLOW_LOOPS) -+ if (pha->proto->slow_done(pha)) { -+ pha->proto->slow_end(pha); -+ return 1; -+ } -+ -+ ppsc_set_intr(pha,ppsc_slow_done,pha->proto->slow_done,0); -+ return 0; -+} -+ -+static void ppsc_slow_done (PHA *pha) -+{ -+ int k; -+ -+ if (pha->timedout) PPSC_FAIL(DID_TIME_OUT,"PIO timeout"); -+ -+ pha->proto->slow_end(pha); -+ -+ k = 0; -+ while (k++ < PPSC_SLOW_LOOPS) -+ if (ppsc_ready(pha)) break; -+ -+ ppsc_engine(pha); -+} -+ -+static void ppsc_try_again (unsigned long data ) -+{ -+ PHA *pha = (PHA *)data; -+ -+ ppsc_do_claimed(pha,ppsc_start); -+} -+ -+static void ppsc_cleanup (PHA *pha) -+{ -+ struct scsi_cmnd *cmd; -+ void (*done)(struct scsi_cmnd *); -+ unsigned long saved_flags; -+ -+ pha->tot_bytes += pha->data_count; -+ -+ cmd = pha->cur_cmd; -+ done = pha->done; -+ cmd->result = pha->return_code; -+ pha->cur_cmd = 0; -+ -+ pha->proto->deselect(pha); -+ pha->proto->disconnect(pha); -+ -+ if (V_FULL) printk("%s: releasing parport\n",pha->device); -+ -+ ppsc_unclaim(pha); -+ -+ if (pha->abort_flag) { -+ -+ if (V_DEBUG) printk("%s: command aborted !\n",pha->device); -+ -+ return; /* kill the thread */ -+ } -+ -+ if (V_DEBUG) -+ printk("%s: Command status %08x last phase %o\n", -+ pha->device,cmd->result,pha->last_phase); -+ -+ if (status_byte(pha->return_code) == BUSY) { -+ -+ pha->cur_cmd = cmd; -+ -+ if (V_FULL) -+ printk("%s: BUSY, sleeping before retry ...\n", -+ pha->device); -+ -+ init_timer (&pha->sleeper); -+ pha->sleeper.data = (unsigned long) pha; -+ pha->sleeper.function = ppsc_try_again; -+ pha->sleeper.expires = jiffies + PPSC_BUSY_SNOOZE; -+ add_timer(&pha->sleeper); -+ -+ return; -+ -+ } -+ -+ pha->tot_cmds++; -+ -+ if ((cmd->cmnd[0] != REQUEST_SENSE) && -+ (status_byte(pha->return_code) == CHECK_CONDITION)) { -+ -+ if (V_FULL) -+ printk("%s: Requesting sense data\n",pha->device); -+ -+ cmd->cmnd[0] = REQUEST_SENSE; -+ cmd->cmnd[1] &= 0xe0; -+ cmd->cmnd[2] = 0; -+ cmd->cmnd[3] = 0; -+ cmd->cmnd[4] = sizeof(cmd->sense_buffer); -+ cmd->cmnd[5] = 0; -+ cmd->cmd_len = 6; -+ cmd->use_sg = 0; -+ cmd->request_buffer = (char *) cmd->sense_buffer; -+ cmd->request_bufflen = sizeof(cmd->sense_buffer); -+ -+ pha->cur_cmd = cmd; -+ ppsc_do_claimed(pha,ppsc_start); -+ -+ return; -+ } -+ -+ if (done) { -+ -+ spin_lock_irqsave(pha->host_ptr->host_lock,saved_flags); -+ done(cmd); -+ spin_unlock_irqrestore(pha->host_ptr->host_lock,saved_flags); -+ -+ } -+ -+} -+ -+static void ppsc_fail_command (PHA *pha, int err_code, char *msg) -+{ -+ int bs; -+ -+ pha->tot_errs++; -+ -+ bs = pha->proto->get_bus_status(pha); -+ -+ pha->return_code = err_code << 16; -+ if (!pha->quiet) -+ printk("%s: %s, bs=%o cb=%d db=%d bu=%d sg=%d " -+ "rd=%d lp=%o pe=%d cc=%d\n", -+ pha->device, msg, bs, -+ pha->cmd_count, pha->data_count, -+ pha->bulk, pha->sg_count, pha->data_dir, -+ pha->last_phase, pha->protocol_error, pha->tot_cmds); -+ -+ ppsc_cleanup(pha); -+} -+ -+static int ppsc_ready (PHA *pha) -+{ -+ int bs; -+ -+ if (pha->abort_flag || pha->protocol_error) return 1; -+ bs = pha->proto->get_bus_status(pha); -+ -+ if ( (bs & (PPSC_REQ|PPSC_BSY)) != PPSC_BSY) return 1; -+ -+ return 0; -+} -+ -+int ppsc_abort (struct scsi_cmnd * cmd) -+{ -+ PHA *pha = (PHA *)cmd->device->host->hostdata[0]; -+ -+ printk("%s: Command abort not supported\n",pha->device); -+ return FAILED; -+} -+ -+static void ppsc_reset_pha (PHA *pha) -+{ -+ if (!pha->proto->reset_bus) { -+ printk("%s: No reset method available\n",pha->device); -+ return; -+ } -+ -+ ppsc_claim(pha); -+ pha->proto->connect(pha); -+ pha->proto->reset_bus(pha); -+ scsi_sleep(4*HZ); -+ pha->proto->disconnect(pha); -+ ppsc_unclaim(pha); -+ -+ if (!pha->quiet) printk("%s: Bus reset\n",pha->device); -+} -+ -+int ppsc_reset (struct scsi_cmnd * cmd) -+{ -+ PHA *pha = (PHA *)cmd->device->host->hostdata[0]; -+ int k = 0; -+ -+ if (!pha->proto->reset_bus) -+ return FAILED; -+ -+ if (pha->cur_cmd) -+ pha->abort_flag = PPSC_DO_RESET; -+ -+ while (pha->cur_cmd && (k < PPSC_RESET_TMO)) { -+ scsi_sleep(HZ/10); -+ k += HZ/10; -+ } -+ -+ if (pha->cur_cmd) { -+ printk("%s: Driver won't give up for reset\n",pha->device); -+ return FAILED; -+ } -+ -+ ppsc_reset_pha(pha); -+ -+ return SUCCESS; -+} -+ -+#define PROCIN(n,var) \ -+ if ((length>n+1)&&(strncmp(buffer,#var"=",n+1)==0)) { \ -+ pha->var = simple_strtoul(buffer+n+1,NULL,0); \ -+ return length; \ -+ } -+ -+#define PROCOUT(fmt,val) len+=sprintf(buffer+len,fmt"\n",val); -+ -+int ppsc_proc_info(struct Scsi_Host *p, char *buffer, char **start, off_t offset, -+ int length, int inout) -+{ -+ int len = 0; -+ PHA *pha; -+ -+ if (!p) return 0; /* should never happen */ -+ pha = (PHA *)p->hostdata[0]; -+ -+ if (inout) { -+ -+ PROCIN(4,mode); -+ PROCIN(5,delay); -+ PROCIN(7,verbose); -+ PROCIN(10,abort_flag); -+ PROCIN(4,nice); -+ -+ return (-EINVAL); -+ } -+ -+ PROCOUT("ident: %s",pha->ident); -+ PROCOUT("base port: 0x%03x",pha->port); -+ PROCOUT("mode: %d",pha->mode); -+ if (pha->proto->mode_names) -+ PROCOUT("mode name: %s",pha->proto->mode_names[pha->mode]); -+ PROCOUT("delay: %d",pha->delay); -+ PROCOUT("nice: %d",pha->nice); -+ PROCOUT("verbose: %d",pha->verbose); -+ PROCOUT("quiet: %d",pha->quiet); -+ PROCOUT("tot_cmds: %d",pha->tot_cmds); -+ PROCOUT("tot_bytes: %ld",pha->tot_bytes); -+ PROCOUT("tot_errs: %d",pha->tot_errs); -+ -+ if (pha->pardev) { -+ PROCOUT("parport device: %s",pha->parname); -+ PROCOUT("claimed: %d",pha->claimed); -+ } -+ if (V_DEBUG) { -+ PROCOUT("then: %ld",pha->then); -+ PROCOUT("timeout: %ld",pha->timeout); -+ PROCOUT("now: %ld",jiffies); -+ PROCOUT("timer active: %d",pha->timer_active); -+ PROCOUT("wq_active: %d",pha->wq_active); -+ PROCOUT("abort_flag: %d",pha->abort_flag); -+ PROCOUT("return_code: %08x",pha->return_code); -+ PROCOUT("last_phase: %o",pha->last_phase); -+ PROCOUT("cmd_count: %d",pha->cmd_count); -+ PROCOUT("data_count: %d",pha->data_count); -+ PROCOUT("data_dir: %d",pha->data_dir); -+ PROCOUT("bulk: %d",pha->bulk); -+ PROCOUT("tlen: %d",pha->tlen); -+ PROCOUT("overflow: %d",pha->overflow); -+ } -+ -+ if (offset > len) return 0; -+ -+ *start = buffer+offset; len -= offset; -+ if (len > length) len = length; -+ return len; -+} -+ -+int ppsc_biosparam (struct scsi_device * sdev, struct block_device *bdev, sector_t capacity, int ip[]) -+{ -+ ip[0] = 0x40; -+ ip[1] = 0x20; -+ ip[2] = (capacity +1) / (ip[0] * ip[1]); -+ if (ip[2] > 1024) { -+ ip[0] = 0xff; -+ ip[1] = 0x3f; -+ ip[2] = (capacity +1) / (ip[0] * ip[1]); -+ if (ip[2] > 1023) -+ ip[2] = 1023; -+ } -+ return 0; -+} -+ -+static int ppsc_inquire (PHA *pha, int target, char *buf) -+{ -+ char inq[6] = {0x12,0,0,0,36,0}; -+ int i; -+ struct scsi_cmnd cmd; -+ struct scsi_device dev; -+ -+ dev.host = pha->host_ptr; -+ dev.id = target; -+ cmd.device = &dev; -+ cmd.cmd_len = 6; -+ for (i=0;i<6;i++) cmd.cmnd[i] = inq[i]; -+ cmd.use_sg = 0; -+ cmd.request_buffer = buf; -+ cmd.request_bufflen = 36; -+ -+ return ppsc_command(&cmd); -+} -+ -+static void ppsc_test_mode (PHA *pha, int mode) -+{ -+ int i, t, s, e, f, g, ok, old_mode; -+ char ibuf[38]; -+ -+ if ((mode >= pha->proto->epp_first) && -+ !(pha->pardev->port->modes & PARPORT_MODE_EPP)) -+ return; -+ -+ old_mode = pha->mode; -+ pha->mode = mode; -+ -+ e = -1; f = -1; g = 0; -+ -+ if (pha->proto->test_proto) { -+ ppsc_claim(pha); -+ e = pha->proto->test_proto(pha); -+ ppsc_unclaim(pha); -+ } -+ -+ if (e <= 0) { -+ f = 0; -+ for (t=0;t<8;t++) { -+ s = ppsc_inquire(pha,t,ibuf); -+ if (s == DID_NO_CONNECT << 16) continue; -+ if (s) { -+ f++; -+ break; -+ } -+ if (V_FULL) { -+ for (i=0;i<36;i++) -+ if ((ibuf[i] < ' ') || (ibuf[i] >= '~')) ibuf[i] = '.'; -+ ibuf[36] = 0; -+ printk("%s: port 0x%x mode %d targ %d: %s\n", -+ pha->device,pha->port,mode,t,ibuf); -+ } -+ g++; -+ } -+ if (f) ppsc_reset_pha(pha); -+ } -+ -+ ok = (e<=0) && (f == 0); -+ -+ if (!ok) pha->mode = old_mode; -+ -+ if (V_PROBE) printk("%s: port 0x%3x mode %d test %s (%d,%d,%d)\n", -+ pha->device,pha->port,mode,ok?"passed":"failed",e,f,g); -+} -+ -+ -+int ppsc_release_pha (PHA *pha) -+{ -+ if (pha->proto->release) pha->proto->release(pha); -+ -+ ppsc_unregister_parport(pha); -+ -+ /* MOD_DEC_USE_COUNT; */ -+ -+ return 0; -+} -+ -+ -+int ppsc_detect (PSP *proto, Scsi_Host_Template *tpnt, int verbose) -+{ -+ int i, m, p, d, n, s, z; -+ struct ppsc_port_list_struct *next_port = NULL; /* shut gcc up */ -+ int user_specified = 1; -+ PHA *pha; -+ int host_count = 0; -+ struct Scsi_Host *hreg; -+ -+ m = 0; -+ for (i=0;i<4;i++) if ((*proto->params[i])[PPSC_PARM_PORT] != -1) m++; -+ -+ if (!m) { -+ /* Just take parports from the list as they come. */ -+ next_port = ppsc_port_list; -+ user_specified = 0; -+ } -+ -+ tpnt->this_id = PPSC_INITIATOR; -+ -+ for (i=0;i<4;i++) { -+ if (!user_specified) { -+ if (!next_port) -+ break; -+ -+ p = next_port->port->number; -+ next_port = next_port->next; -+ } -+ else { -+ p = (*proto->params[i])[PPSC_PARM_PORT]; -+ if (p < 0) -+ continue; -+ } -+ -+ m = (*proto->params[i])[PPSC_PARM_MODE]; -+ n = (*proto->params[i])[PPSC_PARM_NICE]; -+ if (n == -1) n = PPSC_DEF_NICE; -+ d = (*proto->params[i])[PPSC_PARM_DLY]; -+ if (d == -1) d = proto->default_delay; -+ s = (*proto->params[i])[PPSC_PARM_SGTS]; -+ if (s == -1) s = proto->default_sg_tablesize; -+ z = (*proto->params[i])[PPSC_PARM_SLOW]; -+ if (z == -1) z = 0; -+ -+ /* MOD_INC_USE_COUNT; */ -+ -+ pha = &(((*proto->hosts)[i])); -+ -+ pha->proto = proto; -+ -+ pha->port = p; -+ pha->delay = d; -+ pha->nice = n; -+ -+ d = sizeof(pha->device)-3; -+ p = strlen(tpnt->name); -+ if (p > d) p = d; -+ for (n=0;ndevice[n] = tpnt->name[n]; -+ pha->device[p] = '.'; -+ pha->device[p+1] = '0' + i; -+ pha->device[p+2] = 0; -+ -+ INIT_WORK(&pha->wq, ppsc_tq_int, pha); -+ -+ init_timer (&pha->timer); -+ pha->timer.data = (unsigned long) pha; -+ pha->timer.function = ppsc_timer_int; -+ -+ init_waitqueue_head (&pha->parq); -+ pha->pardev = NULL; -+ pha->claimed = 0; -+ pha->claim_cont = NULL; -+ pha->timer_active = 0; -+ pha->wq_active = 0; -+ pha->timedout = 0; -+ -+ pha->cur_cmd = NULL; -+ pha->done = NULL; -+ pha->abort_flag = 0; -+ pha->protocol_error = 0; -+ pha->tot_errs = 0; -+ pha->tot_cmds = 0; -+ pha->tot_bytes = 0; -+ -+ for (n=0;n<8;n++) pha->private[n] = 0; -+ -+ pha->slow_targets = z; -+ -+ if (ppsc_register_parport(pha,verbose)) { -+ /* MOD_DEC_USE_COUNT; */ -+ continue; -+ } -+ -+ pha->proto->init(pha); -+ -+ pha->verbose = verbose; -+ pha->quiet = 1; /* no errors until probe over */ -+ if (V_FULL) pha->quiet = 0; /* unless we want them ... */ -+ -+ pha->tmo = PPSC_PROBE_TMO; -+ -+ hreg = scsi_register(tpnt,sizeof(PHA*)); -+ hreg->dma_channel = -1; -+ hreg->n_io_port = 0; -+ hreg->unique_id = (int) pha; /* What should we put in here??? */ -+ hreg->sg_tablesize = s; -+ hreg->hostdata[0]=(unsigned long)pha; /* Will be our pointer */ -+ -+ pha->host_ptr = hreg; -+ -+ pha->mode = -1; -+ -+ if (m == -1) for (m=0;mnum_modes;m++) -+ ppsc_test_mode(pha,m); -+ else ppsc_test_mode(pha,m); -+ -+ if (pha->mode != -1) { -+ -+ pha->quiet = 0; /* enable PPSC_FAIL msgs */ -+ pha->tmo = PPSC_GEN_TMO; -+ host_count++; -+ -+ printk("%s: %s at 0x%3x mode %d (%s) dly %d nice %d sg %d\n", -+ pha->device, -+ pha->ident, -+ pha->port, -+ pha->mode, -+ (pha->proto->mode_names)? -+ pha->proto->mode_names[pha->mode]:"", -+ pha->delay, -+ pha->nice, -+ hreg->sg_tablesize); -+ -+ } else { -+ -+ scsi_unregister(hreg); -+ ppsc_release_pha(pha); -+ -+ } -+ } -+ return host_count; -+} -+ -+int ppsc_release (struct Scsi_Host *host) -+{ -+ PHA *pha = (PHA *) host->hostdata[0]; -+ -+ return ppsc_release_pha(pha); -+} -+ -+int ppsc_initialise (void) -+{ -+ int i; -+ -+ for (i=0;i<256;i++) ppsc_bulk_map[i] = 0; -+ -+/* commands marked in this map will use pseudo-DMA transfers, while -+ the rest will use the slow handshaking. -+*/ -+ -+ ppsc_bulk_map[READ_6] = 1; -+ ppsc_bulk_map[READ_10] = 1; -+ ppsc_bulk_map[READ_BUFFER] = 1; -+ ppsc_bulk_map[WRITE_6] = 1; -+ ppsc_bulk_map[WRITE_10] = 1; -+ ppsc_bulk_map[WRITE_BUFFER] = 1; -+ -+ if (parport_register_driver (&ppsc_driver)) { -+ printk (KERN_WARNING "ppscsi: couldn't register driver\n"); -+ return -EIO; -+ } -+ -+ printk("ppSCSI %s (%s) installed\n",PPSC_VERSION,PPSC_H_VERSION); -+ return 0; -+} -+ -+#ifdef MODULE -+ -+int init_module (void) -+{ -+ return ppsc_initialise(); -+} -+ -+void cleanup_module (void) -+{ -+ struct ppsc_port_list_struct *ports, *next; -+ parport_unregister_driver (&ppsc_driver); -+ for (ports = ppsc_port_list; ports; ports = next) { -+ next = ports->next; -+ parport_put_port (ports->port); -+ kfree (ports); -+ } -+} -+ -+MODULE_LICENSE("GPL"); -+ -+#endif -+ -+EXPORT_SYMBOL(ppsc_make_map); -+EXPORT_SYMBOL(ppsc_queuecommand); -+EXPORT_SYMBOL(ppsc_abort); -+EXPORT_SYMBOL(ppsc_reset); -+EXPORT_SYMBOL(ppsc_proc_info); -+EXPORT_SYMBOL(ppsc_biosparam); -+EXPORT_SYMBOL(ppsc_detect); -+EXPORT_SYMBOL(ppsc_release); -+ -+/* end of ppscsi.c */ ---- /dev/null -+++ b/drivers/scsi/ppscsi.h -@@ -0,0 +1,356 @@ -+#ifndef _PPSC_H -+#define _PPSC_H -+ -+/* -+ ppscsi.h (c) 1999 Grant Guenther -+ Under the terms of the GNU public license. -+ -+ This header file defines a common interface for constructing -+ low-level SCSI drivers for parallel port SCSI adapters. -+ -+*/ -+ -+#define PPSC_H_VERSION "0.92" -+ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include "scsi.h" -+#include "hosts.h" -+ -+ -+/* ppscsi global functions */ -+ -+extern void ppsc_make_map( char map[256], char key[5], int inv); -+ -+extern int ppsc_proc_info(struct Scsi_Host *, char *,char **,off_t,int,int); -+extern int ppsc_command(struct scsi_cmnd *); -+extern int ppsc_queuecommand(struct scsi_cmnd *, void (* done)(struct scsi_cmnd *)); -+extern int ppsc_abort(struct scsi_cmnd *); -+extern int ppsc_reset(struct scsi_cmnd *); -+extern int ppsc_biosparam(struct scsi_device *, struct block_device *, sector_t capacity, int[]); -+extern int ppsc_release(struct Scsi_Host *); -+ -+#ifndef PPSC_BASE -+ -+/* imports for hosts.c */ -+ -+#ifdef CONFIG_PPSCSI_T348 -+extern int t348_detect( Scsi_Host_Template *); -+#endif -+ -+#ifdef CONFIG_PPSCSI_T358 -+extern int t358_detect( Scsi_Host_Template *); -+#endif -+ -+#ifdef CONFIG_PPSCSI_ONSCSI -+extern int onscsi_detect( Scsi_Host_Template *); -+#endif -+ -+#ifdef CONFIG_PPSCSI_EPST -+extern int epst_detect( Scsi_Host_Template *); -+#endif -+ -+#ifdef CONFIG_PPSCSI_EPSA2 -+extern int epsa2_detect( Scsi_Host_Template *); -+#endif -+ -+#ifdef CONFIG_PPSCSI_VPI0 -+extern int vpi0_detect( Scsi_Host_Template *); -+#endif -+ -+#ifdef CONFIG_PPSCSI_SPARCSI -+extern int sparcsi_detect( Scsi_Host_Template *); -+#endif -+ -+#endif -+ -+#define PPSC_TEMPLATE(proto){ \ -+ .name = #proto, \ -+ .detect = proto##_detect, \ -+ .release = ppsc_release, \ -+ .proc_name = #proto, \ -+ .proc_info = ppsc_proc_info, \ -+ .queuecommand = ppsc_queuecommand, \ -+ .eh_abort_handler = ppsc_abort, \ -+ .eh_bus_reset_handler = ppsc_reset, \ -+ .eh_host_reset_handler = ppsc_reset, \ -+ .bios_param = ppsc_biosparam, \ -+ .can_queue = 1, \ -+ .sg_tablesize = SG_NONE, \ -+ .cmd_per_lun = 1, \ -+ .use_clustering = DISABLE_CLUSTERING \ -+} -+ -+/* types used by the actual driver modules */ -+ -+#ifdef PPSC_BASE -+ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+ -+struct setup_tab_t { -+ -+ char *tag; /* variable name */ -+ int size; /* number of elements in array */ -+ int *iv; /* pointer to variable */ -+}; -+ -+typedef struct setup_tab_t STT; -+ -+extern void ppsc_gen_setup( STT t[], int n, char *ss ); -+ -+typedef struct ppsc_host_adapter PHA; -+ -+struct ppsc_host_adapter { -+ -+ char ident[80]; /* Adapter name and version info */ -+ -+ char device[12]; /* device name for messages */ -+ -+ struct Scsi_Host *host_ptr; /* SCSI host structure */ -+ struct ppsc_protocol *proto; /* adapter protocol */ -+ -+ int port; /* parallel port base address */ -+ int mode; /* transfer mode in use */ -+ int delay; /* parallel port settling delay */ -+ int saved_r0; /* saved port state */ -+ int saved_r2; /* saved port state */ -+ -+ int reserved; /* number of ports reserved */ -+ int tmo; /* default command timeout */ -+ int verbose; /* logging level */ -+ int quiet; /* do not log PPSC_FAIL msgs */ -+ -+ int slow_targets; /* bit mask for disabling block mode */ -+ -+ wait_queue_head_t parq; /* semaphore for parport sharing */ -+ struct pardevice *pardev; /* pointer to pardevice */ -+ const char *parname; /* parport name */ -+ int claimed; /* parport has been claimed */ -+ void (*claim_cont)(PHA *); /* continuation for parport wait */ -+ -+ void (*continuation)(PHA *); /* next "interrupt" handler */ -+ int (*ready)(PHA *); /* current ready test */ -+ unsigned long then; /* jiffies at start of last wait */ -+ unsigned long timeout; /* when to timeout this wait */ -+ int timedout; /* timeout was seen */ -+ int timer_active; /* we're using a timer */ -+ int wq_active; /* we have a task queued */ -+ int nice; /* tune the CPU load */ -+ struct timer_list timer; /* timer queue element */ -+ struct work_struct wq; /* task queue element */ -+ -+ int private[8]; /* for the protocol layer, if needed */ -+ char *priv_ptr; -+ int priv_flag; -+ -+ struct scsi_cmnd *cur_cmd; /* current command on this host */ -+ void (*done)(struct scsi_cmnd *); /* current "done" function */ -+ -+ int overflow; /* excess bytes transferred */ -+ int bulk; /* should we use block mode ? */ -+ int tlen; /* total transfer length */ -+ int abort_flag; /* abort=1 reset=2 requested */ -+ int return_code; /* build return value here */ -+ -+ struct scatterlist *sg_list; /* current fragment, if any */ -+ int sg_count; /* remaining fragments */ -+ char *cur_buf; /* current buffer pointer */ -+ int cur_len; /* remaining bytes in buffer */ -+ -+ struct timer_list sleeper; /* for BUSY handling */ -+ -+ int last_phase; /* to detect phase changes */ -+ char message_byte; -+ char status_byte; -+ -+ int cmd_count; /* bytes of command transfered */ -+ int data_count; /* bytes of data transferred */ -+ int data_dir; /* direction of transfer */ -+ -+ int tot_cmds; /* number of commands processed */ -+ long tot_bytes; /* total bytes transferred */ -+ int tot_errs; /* number of failed commands */ -+ -+ int protocol_error; /* Some protocols can set this -+ != zero to signal a fatal error -+ we report it and expect to die -+ */ -+}; -+ -+/* constants for 'verbose' */ -+ -+#define PPSC_VERB_NORMAL 0 -+#define PPSC_VERB_PROBE 1 -+#define PPSC_VERB_TRACE 2 -+#define PPSC_VERB_DEBUG 3 -+#define PPSC_VERB_FULL 4 -+ -+#define V_PROBE (pha->verbose >= PPSC_VERB_PROBE) -+#define V_TRACE (pha->verbose >= PPSC_VERB_TRACE) -+#define V_DEBUG (pha->verbose >= PPSC_VERB_DEBUG) -+#define V_FULL (pha->verbose >= PPSC_VERB_FULL) -+ -+/* constants for abort_flag */ -+ -+#define PPSC_DO_ABORT 1 -+#define PPSC_DO_RESET 2 -+ -+ -+struct ppsc_protocol { -+ -+ int (*params[4])[8]; /* hostN tuning parameters */ -+ -+ PHA (*hosts)[4]; /* actual PHA structs */ -+ -+ int num_modes; /* number of modes*/ -+ int epp_first; /* modes >= this use 8 ports */ -+ int default_delay; /* delay parameter if not specified */ -+ -+ int can_message; /* adapter can send/rcv SCSI msgs */ -+ int default_sg_tablesize; /* sg_tablesize if not specified */ -+ -+ char **mode_names; /* printable names of comm. modes */ -+ -+/* first two functions are NOT called with the port claimed. */ -+ -+ void (*init)(PHA *); /* (pha) -+ protocol initialisation -+ should fill in pha->ident */ -+ void (*release)(PHA *); /* (pha) optional -+ protocol no longer in use */ -+ void (*connect)(PHA *); /* (pha) -+ connect to adapter */ -+ void (*disconnect)(PHA *); /* (pha) -+ release adapter */ -+ int (*test_proto)(PHA *); /* (pha) optional -+ test protocol in current settings, -+ returns error count */ -+ int (*select)(PHA *,int,int); /* (pha,initiator,target) -+ start artibration and selection -+ 0 = OK, -1 = arb. failed */ -+ int (*test_select)(PHA *); /* (pha) -+ test for selection to complete -+ 1 = OK, 0 try again */ -+ void (*select_finish)(PHA *); /* (pha) optional -+ called after successful select */ -+ void (*deselect)(PHA *); /* (pha) -+ release SCSI bus */ -+ int (*get_bus_status)(PHA *); /* (pha) -+ return (REQ,BSY,MSG,C/D,I/O) */ -+ void (*slow_start)(PHA *,char *); /* (pha,byte) -+ start transfer of one byte using -+ explicit handshaking */ -+ int (*slow_done)(PHA *); /* (pha) -+ has the device acked the byte ? */ -+ void (*slow_end)(PHA *); /* (pha) -+ shut down the slow transfer */ -+ void (*start_block)(PHA *,int); /* (pha,read) -+ start data transfer */ -+ int (*transfer_block)(PHA *,char *,int,int); -+ /* (pha,buf,len,read) -+ transfer as much as possible and -+ return count of bytes -+ can return -1 if error detected */ -+ int (*transfer_ready)(PHA *pha);/* (pha) -+ can we go again yet ? -+ >0 = yes, 0 = try again, -1 = done */ -+ int (*transfer_done)(PHA *pha); /* (pha) -+ has all data been flushed ? -+ 1 = yes, 0 = try again */ -+ void (*end_block)(PHA *,int); /* (pha,read) -+ shut down block transfer */ -+ void (*reset_bus)(PHA *); /* (pha) optional -+ reset SCSI bus if possible */ -+ -+}; -+ -+/* constants for the params array */ -+ -+#define PPSC_PARM_PORT 0 -+#define PPSC_PARM_MODE 1 -+#define PPSC_PARM_DLY 2 -+#define PPSC_PARM_NICE 3 -+#define PPSC_PARM_SGTS 4 -+#define PPSC_PARM_SLOW 5 -+ -+/* constants for get_bus_status */ -+ -+#define PPSC_REQ 16 -+#define PPSC_BSY 8 -+#define PPSC_MSG 4 -+#define PPSC_CD 2 -+#define PPSC_IO 1 -+ -+/* phases */ -+ -+#define PPSC_PH_NONE 0 -+#define PPSC_PH_WRITE (PPSC_REQ|PPSC_BSY) -+#define PPSC_PH_READ (PPSC_PH_WRITE|PPSC_IO) -+#define PPSC_PH_CMD (PPSC_PH_WRITE|PPSC_CD) -+#define PPSC_PH_STAT (PPSC_PH_READ|PPSC_CD) -+#define PPSC_PH_MSGIN (PPSC_PH_STAT|PPSC_MSG) -+ -+typedef struct ppsc_protocol PSP; -+ -+extern int ppsc_detect( PSP *, Scsi_Host_Template *, int); -+ -+#ifdef PPSC_HA_MODULE -+ -+static int verbose = PPSC_VERB_NORMAL; -+ -+static int host0[8] = {-1,-1,-1,-1,-1,-1,-1,-1}; -+static int host1[8] = {-1,-1,-1,-1,-1,-1,-1,-1}; -+static int host2[8] = {-1,-1,-1,-1,-1,-1,-1,-1}; -+static int host3[8] = {-1,-1,-1,-1,-1,-1,-1,-1}; -+ -+#ifndef MODULE -+ -+static STT stt[4] = { {"host0",8,host0}, -+ {"host1",8,host1}, -+ {"host2",8,host2}, -+ {"host3",8,host3} }; -+#endif -+ -+MODULE_PARM(host0,"1-8i"); -+MODULE_PARM(host1,"1-8i"); -+MODULE_PARM(host2,"1-8i"); -+MODULE_PARM(host3,"1-8i"); -+MODULE_PARM(verbose,"i"); -+ -+static struct ppsc_host_adapter host_structs[4]; -+ -+#define delay_p (pha->delay?udelay(pha->delay):0) -+#define out_p(offs,byte) outb(byte,pha->port+offs); delay_p; -+#define in_p(offs) (delay_p,inb(pha->port+offs)) -+ -+#define w0(byte) do {out_p(0,byte);} while (0) -+#define r0() (in_p(0) & 0xff) -+#define w1(byte) do {out_p(1,byte);} while (0) -+#define r1() (in_p(1) & 0xff) -+#define w2(byte) do {out_p(2,byte);} while (0) -+#define r2() (in_p(2) & 0xff) -+#define w3(byte) do {out_p(3,byte);} while (0) -+#define w4(byte) do {out_p(4,byte);} while (0) -+#define r4() (in_p(4) & 0xff) -+#define w4w(data) do {outw(data,pha->port+4); delay_p;} while (0) -+#define w4l(data) do {outl(data,pha->port+4); delay_p;} while (0) -+#define r4w() (delay_p,inw(pha->port+4)&0xffff) -+#define r4l() (delay_p,inl(pha->port+4)&0xffffffff) -+ -+#endif /* PPSC_HA_MODULE */ -+#endif /* PPSC_BASE */ -+#endif /* _PPSC_H */ -+ -+/* end of ppscsi.h */ -+ ---- /dev/null -+++ b/drivers/scsi/onscsi.c -@@ -0,0 +1,544 @@ -+/* -+ onscsi.c (c) 1999 Grant Guenther -+ -+ This is the ppSCSI protocol module for the OnSpec 90c26 -+ in its SCSI adapter mode. -+*/ -+ -+#define ONSCSI_VERSION "0.91" -+ -+#define PPSC_BASE -+#define PPSC_HA_MODULE -+ -+#include "ppscsi.h" -+ -+#define ONSCSI_REP_COUNT 256 -+ -+#define TOGL pha->private[0] -+ -+static char onscsi_map[256]; /* status bits permutation */ -+ -+static void onscsi_init (PHA *pha) -+{ -+ -+/* { REQ, BSY, MSG, CD, IO} */ -+ -+ char key[5] = {0x10,0x01,0x20,0x40,0x80}; -+ -+ ppsc_make_map(onscsi_map,key,0); -+ sprintf(pha->ident,"onscsi %s (%s), OnSpec 90c26", -+ ONSCSI_VERSION,PPSC_H_VERSION); -+} -+ -+#define j44(a,b) ((b&0xf0)|((a>>4)&0x0f)) -+ -+#define CMD(x) w0(x);w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4); -+#define VAL(v) w0(v);w2(5);w2(7);w2(5);w2(4); -+ -+static inline void onscsi_opcode (PHA *pha, int x ) -+{ -+ if (pha->mode < 2) { -+ CMD(x); -+ } else { -+ w3(x); -+ } -+} -+ -+#define OP(x) onscsi_opcode(pha,x) -+#define FULLBYTE (pha->mode > 0) -+ -+static void onscsi_write_regr (PHA *pha, int r, int v) -+{ -+ onscsi_opcode(pha,r); -+ -+ if (pha->mode < 2) { -+ VAL(v); -+ } else { -+ w2(5); w4(v); w2(4); -+ } -+} -+ -+static inline int onscsi_read_nybble (PHA *pha) -+{ -+ int a, b; -+ -+ w2(6); a = r1(); w2(4); -+ w2(6); b = r1(); w2(4); -+ -+ return j44(a,b); -+} -+ -+static int onscsi_read_regr (PHA *pha, int r) -+{ -+ int v = -1; -+ -+ onscsi_opcode(pha,r); -+ -+ switch (pha->mode) { -+ -+ case 0: v = onscsi_read_nybble(pha); -+ break; -+ -+ case 1: w2(0x26); v = r0(); w2(4); -+ break; -+ -+ case 2: -+ case 3: -+ case 4: w2(0x24); v = r4(); w2(4); -+ break; -+ -+ } -+ -+ return v; -+} -+ -+#define RR(r) onscsi_read_regr(pha,r) -+#define WR(r,v) onscsi_write_regr(pha,r,v) -+ -+static void onscsi_write_block (PHA *pha, char *buf, int n) -+{ -+ int i; -+ -+ w2(5+TOGL); -+ -+ switch (pha->mode) { -+ -+ case 0: -+ case 1: for (i=0;imode) { -+ -+ case 0: w2(4); -+ for (i=0;isaved_r0 = r0(); -+ pha->saved_r2 = r2(); -+ -+ CPP(0x20,4); -+ -+ CMD(2); VAL(0); -+ CMD(2); VAL(FULLBYTE); -+ -+ WR(2,FULLBYTE); -+} -+ -+static void onscsi_disconnect (PHA *pha) -+{ -+ WR(3,0); WR(7,0x48); -+ OP(4); -+ CPP(0x30,pha->saved_r2); -+ -+ w0(pha->saved_r0); -+ w2(pha->saved_r2); -+} -+ -+static int onscsi_test_proto (PHA *pha) -+{ -+ int i, k, j; -+ char wbuf[16], rbuf[16]; -+ int e = 0; -+ -+ pha->saved_r0 = r0(); -+ pha->saved_r2 = r2(); -+ -+ CPP(0x30,pha->saved_r2); -+ CPP(0x0,pha->saved_r2); -+ -+ w0(0xfe);w0(0xaa);w0(0x55);w0(0);w0(0xff); -+ i = ((r1() & 0xf0) << 4); w0(0x87); -+ i |= (r1() & 0xf0); w0(0x78); -+ w0(0x20);w2(5); -+ i |= ((r1() & 0xf0) >> 4); -+ w2(4);w0(0xff); -+ -+ if (V_PROBE) printk("%s: signature 0x%x\n",pha->device,i); -+ -+ if (i == 0xb5f) { -+ -+ CMD(2); VAL(FULLBYTE); -+ -+ w2(4); w2(0xc); udelay(100); w2(4); udelay(100); -+ -+ CMD(2); VAL(0); -+ CMD(2); VAL(FULLBYTE); -+ -+ WR(2,FULLBYTE); -+ -+ k = RR(4); -+ -+ if (V_PROBE) -+ printk("%s: OnSpec 90c26 version %x\n",pha->device,k); -+ } -+ -+ CPP(0x30,pha->saved_r2); -+ -+ w0(pha->saved_r0); -+ w2(pha->saved_r2); -+ -+ if (i != 0xb5f) return 1; -+ -+ onscsi_connect(pha); -+ -+ for (k=0;kmode == 0) WR(2,0x30); -+ if (pha->mode == 1) WR(2,0x10); -+ -+ WR(3,0); WR(7,0x48); -+ -+ WR(3,1); WR(7,0x48); OP(5); -+ TOGL = 0; -+ onscsi_write_block(pha,wbuf,16); -+ w2(4); -+ -+ if (pha->mode == 0) WR(2,0); -+ if (pha->mode == 1) WR(2,0x11); -+ -+ WR(3,5); WR(7,0x48); OP(5); -+ TOGL = 0; -+ onscsi_read_block(pha,rbuf,16); -+ w2(4); -+ -+ for (j=0;j<16;j++) -+ if (rbuf[j] != wbuf[j]) e++; -+ -+ } -+ -+ onscsi_disconnect(pha); -+ -+#ifdef EXPERIMENT -+ -+ /* enable this to see how the buffer status bits work */ -+ -+ if (pha->mode == 2) { -+ -+ onscsi_connect(pha); -+ -+ WR(3,0); WR(7,0x48); -+ WR(3,1); WR(7,0x48); OP(5); -+ w2(5); -+ -+ for (k=0;k<16;k++) { -+ j = r1(); w4(k); -+ printk("%2x:%d ",j,k); -+ } -+ printk("\n"); -+ -+ w2(4); WR(3,5); WR(7,0x48); OP(5); -+ w2(0x24); -+ -+ for (k=0;k<16;k++) { -+ j = r1(); -+ printk("%2x:%d ",j,r4()); -+ } -+ printk("\n"); -+ -+ w2(4); -+ -+ onscsi_disconnect(pha); -+ } -+ -+ if (pha->mode == 1) { -+ -+ onscsi_connect(pha); -+ -+ WR(2,0x11); -+ WR(3,0); WR(7,0x48); -+ WR(3,1); WR(7,0x48); OP(5); -+ w2(5); i = 0; -+ -+ for (k=0;k<16;k++) { -+ j = r1(); w0(k); i = 2 - i; w2(5+i); -+ printk("%2x:%d ",j,k); -+ } -+ printk("%2x.\n",r1()); -+ -+ w2(4); -+ -+ WR(2,0x11); -+ WR(3,0); WR(7,0x48); -+ WR(3,5); WR(7,0x48); OP(5); -+ w2(0x24); i = 0; -+ -+ printk("%2x ",r1()); -+ for (k=0;k<16;k++) { -+ i = 2 - i; w2(0x24+i); j = r1(); -+ printk("%2x:%d ",j,r0()); -+ } -+ printk("\n"); -+ -+ w2(4); -+ -+ onscsi_disconnect(pha); -+ } -+ -+#endif -+ -+ if (V_FULL) -+ printk("%s: test port 0x%x mode %d errors %d\n", -+ pha->device,pha->port,pha->mode,e); -+ -+ return e; -+} -+ -+static int onscsi_select (PHA *pha, int initiator, int target) -+{ -+ WR(1,0); -+ WR(2,0x80+FULLBYTE); -+ if (RR(1) != 0) return -1; -+ WR(0,((1 << initiator) | (1 << target))); -+ WR(1,2); -+ return 0; -+} -+ -+static int onscsi_test_select (PHA *pha) -+{ -+ return ((RR(1) & 3) == 3); -+} -+ -+static void onscsi_select_finish (PHA *pha) -+{ -+ WR(1,0); -+} -+ -+static void onscsi_deselect (PHA *pha) -+{ -+ WR(1,0); -+ /* WR(2,0x20+FULLBYTE); */ -+ WR(2,FULLBYTE); -+ WR(3,0); WR(7,0x48); -+} -+ -+static int onscsi_get_bus_status (PHA *pha) -+{ -+ WR(2,0x20+FULLBYTE); -+ return onscsi_map[RR(1)]; -+} -+ -+static void onscsi_slow_start (PHA *pha, char *val) -+{ -+ pha->priv_flag = (RR(1) & 0x80); -+ pha->priv_ptr = val; -+ -+ if (pha->priv_flag) WR(2,0x20); else WR(2,0x21); -+ -+ OP(0); -+ -+ if (pha->priv_flag) { -+ w2(6); -+ } else { -+ w0(*val); w2(5); w2(7); -+ } -+} -+ -+static int onscsi_slow_done (PHA *pha) -+{ -+ return (!(r1() & 8)); -+} -+ -+static void onscsi_slow_end (PHA *pha) -+{ -+ if (pha->priv_flag) { -+ *pha->priv_ptr = onscsi_read_nybble(pha); -+ } else { -+ w2(5); w2(4); -+ } -+} -+ -+static void onscsi_start_block (PHA *pha, int rd) -+{ -+ pha->priv_flag = rd; -+ -+ if (rd) { -+ WR(3,5); WR(7,0x48); -+ if (pha->mode == 1) WR(2,0x31); -+ OP(5); -+ w2(5); w0(0xff); w2(4); -+ } else { -+ WR(3,1); WR(7,0x48); -+ if (pha->mode == 1) WR(2,0x31); -+ OP(5); -+ } -+ TOGL = 0; -+} -+ -+static int onscsi_transfer_done (PHA *pha) -+{ -+ int x; -+ -+ if (pha->priv_flag) return 1; -+ -+ if (pha->mode == 0) { WR(2,0x20); OP(5); } -+ x = r1(); x = r1(); -+ if (pha->mode == 0) { WR(2,0x30); OP(5); } -+ -+ if ((x & 0xf0) == 0x80) return 16; -+ return 0; -+} -+ -+static int onscsi_transfer_ready (PHA *pha) -+{ -+ int x; -+ -+ if (pha->priv_flag) { -+ x = r1(); x = r1(); -+ if ((x & 0xf0) == 0xf0) return 16; -+ if ((x & 0xf0) == 0xb0) return 8; -+ if ((x & 0xf0) == 0x90) return 1; -+ if ((x & 0xf8) == 0x88) return -1; -+ if ((x & 0xf8) == 0x08) return -1; -+ if ((x & 0xf8) == 0x0) return 1; -+ -+ if ((x & 0xf8) != 0x80) printk("DEBUG: %x\n",x); -+ -+ return 0; -+ } -+ -+ return onscsi_transfer_done(pha); -+} -+ -+ -+static int onscsi_transfer_block (PHA *pha, char * buf, int buflen, int rd) -+{ -+ int k, b; -+ -+ k = 0; -+ while ( k < buflen) { -+ -+ if ((b=onscsi_transfer_ready(pha)) <= 0) break; -+ if (b > (buflen-k)) b = buflen-k; -+ -+ if (rd) onscsi_read_block(pha,buf,b); -+ else onscsi_write_block(pha,buf,b); -+ -+ k += b; buf += b; -+ } -+ -+ return k; -+} -+ -+static void onscsi_end_block (PHA *pha, int rd) -+{ -+ w2(4); WR(3,0); WR(7,0x48); -+} -+ -+static void onscsi_reset_bus (PHA *pha) -+{ -+ WR(2,2); -+ udelay(500); -+ WR(2,0); -+ WR(2,FULLBYTE); -+} -+ -+static char *(mode_strings[5]) = {"Nybble","PS/2","EPP","EPP-16","EPP-32"}; -+ -+static struct ppsc_protocol onscsi_psp = { -+ -+ {&host0,&host1,&host2,&host3}, /* params */ -+ &host_structs, /* hosts */ -+ 5, /* num_modes */ -+ 2, /* epp_first */ -+ 1, /* default_delay */ -+ 1, /* can_message */ -+ 16, /* sg_tablesize */ -+ mode_strings, -+ onscsi_init, -+ NULL, /* release */ -+ onscsi_connect, -+ onscsi_disconnect, -+ onscsi_test_proto, -+ onscsi_select, -+ onscsi_test_select, -+ onscsi_select_finish, -+ onscsi_deselect, -+ onscsi_get_bus_status, -+ onscsi_slow_start, -+ onscsi_slow_done, -+ onscsi_slow_end, -+ onscsi_start_block, -+ onscsi_transfer_block, -+ onscsi_transfer_ready, -+ onscsi_transfer_done, -+ onscsi_end_block, -+ onscsi_reset_bus -+}; -+ -+int onscsi_detect (struct scsi_host_template *tpnt ) -+{ -+ return ppsc_detect( &onscsi_psp, tpnt, verbose); -+} -+ -+#ifdef MODULE -+ -+struct scsi_host_template driver_template = PPSC_TEMPLATE(onscsi); -+ -+#include "scsi_module.c" -+ -+MODULE_LICENSE("GPL"); -+ -+#else -+ -+void onscsi_setup (char *str, int *ints) -+{ -+ ppsc_gen_setup(stt,4,str); -+} -+ -+#endif -+ -+/* end of onscsi.c */ ---- linux-2.6.31-rc3-git5.mnb1/drivers/scsi/Kconfig.scsi-ppscsi-2.6.2.orig 2009-07-22 01:11:12.000000000 +0300 -+++ linux-2.6.31-rc3-git5.mnb1/drivers/scsi/Kconfig 2009-07-22 21:54:04.000000000 +0300 -@@ -1062,6 +1062,42 @@ config SCSI_IZIP_SLOW_CTR - - Generally, saying N is fine. - -+config PPSCSI -+ tristate "Parallel Port SCSI adapters" -+ depends on SCSI && PARPORT -+ -+config PPSCSI_T348 -+ tristate "Adaptec APA-348 adapter" -+ depends on PPSCSI -+ -+config PPSCSI_T358 -+ tristate "Adaptec APA-358 adapter" -+ depends on PPSCSI -+ -+config PPSCSI_VPI0 -+ tristate "Iomega VPI0 adapter" -+ depends on PPSCSI -+ -+config PPSCSI_VPI2 -+ tristate "Iomega VPI2 adapter (EXPERIMENTAL)" -+ depends on PPSCSI && EXPERIMENTAL -+ -+config PPSCSI_ONSCSI -+ tristate "OnSpec 90c26 adapter" -+ depends on PPSCSI -+ -+config PPSCSI_SPARCSI -+ tristate "Shining SparSCI adapter" -+ depends on PPSCSI -+ -+config PPSCSI_EPSA2 -+ tristate "Shuttle EPSA-2 adapter" -+ depends on PPSCSI -+ -+config PPSCSI_EPST -+ tristate "Shuttle EPST adapter" -+ depends on PPSCSI -+ - config SCSI_NCR53C406A - tristate "NCR53c406a SCSI support" - depends on ISA && SCSI diff --git a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-3.0-buildfix.patch b/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-3.0-buildfix.patch deleted file mode 100644 index c0be53e272..0000000000 --- a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-3.0-buildfix.patch +++ /dev/null @@ -1,19 +0,0 @@ - -fix build with 3.0 - -Signed-off-by: Thomas Backlund - - drivers/scsi/ppscsi.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/scsi/ppscsi.c.orig 2011-07-15 02:37:27.000000000 +0300 -+++ a/drivers/scsi/ppscsi.c 2011-07-15 13:44:29.514928985 +0300 -@@ -72,7 +72,7 @@ - #define PPSC_DEF_NICE 0 - #define PPSC_INITIATOR 7 - --spinlock_t ppsc_spinlock = SPIN_LOCK_UNLOCKED; -+DEFINE_SPINLOCK(ppsc_spinlock); - - static char ppsc_bulk_map[256]; - diff --git a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-mdvbz45393.patch b/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-mdvbz45393.patch deleted file mode 100644 index 2e919ea621..0000000000 --- a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-mdvbz45393.patch +++ /dev/null @@ -1,31 +0,0 @@ -Fix for https://qa.mandriva.com/show_bug.cgi?id=45393 - -cmnd field of struct scsi_cmnd changed after commit "[SCSI] Let -scsi_cmnd->cmnd use request->cmd buffer" -(64a87b244b9297667ca80264aab849a36f494884) - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - drivers/scsi/ppscsi.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - ---- a/drivers/scsi/ppscsi.c -+++ b/drivers/scsi/ppscsi.c -@@ -1009,7 +1009,6 @@ int ppsc_biosparam (struct scsi_device * - static int ppsc_inquire (PHA *pha, int target, char *buf) - { - char inq[6] = {0x12,0,0,0,36,0}; -- int i; - struct scsi_cmnd cmd; - struct scsi_device dev; - -@@ -1017,7 +1016,7 @@ static int ppsc_inquire (PHA *pha, int t - dev.id = target; - cmd.device = &dev; - cmd.cmd_len = 6; -- for (i=0;i<6;i++) cmd.cmnd[i] = inq[i]; -+ cmd.cmnd = inq; - cmd.sdb.table.nents = 0; - cmd.sdb.table.sgl = (void *) buf; - cmd.sdb.length = 36; diff --git a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-sg-helper-update.patch b/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-sg-helper-update.patch deleted file mode 100644 index defdcefebe..0000000000 --- a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-sg-helper-update.patch +++ /dev/null @@ -1,36 +0,0 @@ -Update ppscsi for 2.6.24 changes. - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - drivers/scsi/ppscsi.c | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - ---- a/drivers/scsi/ppscsi.c -+++ b/drivers/scsi/ppscsi.c -@@ -58,6 +58,7 @@ - #include - #include - #include -+#include - - #include - -@@ -484,7 +485,7 @@ static void ppsc_update_sg (PHA *pha) - if ((!pha->cur_len) && pha->sg_count) { - pha->sg_count--; - pha->sg_list++; -- pha->cur_buf = page_address(pha->sg_list->page) + pha->sg_list->offset; -+ pha->cur_buf = sg_virt(pha->sg_list); - pha->cur_len = pha->sg_list->length; - } - } -@@ -571,7 +572,7 @@ static void ppsc_engine (PHA *pha) - pha->sg_count--; - pha->sg_list = - (struct scatterlist *)pha->cur_cmd->request_buffer; -- pha->cur_buf = page_address(pha->sg_list->page) + pha->sg_list->offset; -+ pha->cur_buf = sg_virt(pha->sg_list); - pha->cur_len = pha->sg_list->length; - } else { - pha->cur_buf = pha->cur_cmd->request_buffer; diff --git a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-update-for-scsi_data_buffer.patch b/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-update-for-scsi_data_buffer.patch deleted file mode 100644 index 496326e311..0000000000 --- a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi-update-for-scsi_data_buffer.patch +++ /dev/null @@ -1,88 +0,0 @@ -Update ppscsi for "[SCSI] implement scsi_data_buffer" change on Linux 2.6.25 -(commit 30b0c37b27485a9cb897bfe3824f6f517b8c80d6) - -Signed-off-by: Herton Ronaldo Krzesinski - ---- - drivers/scsi/ppscsi.c | 30 +++++++++++++++--------------- - 1 file changed, 15 insertions(+), 15 deletions(-) - ---- a/drivers/scsi/ppscsi.c -+++ b/drivers/scsi/ppscsi.c -@@ -424,16 +424,16 @@ static void ppsc_start (PHA *pha) - - bf &= (!((1<cur_cmd->device->id) & pha->slow_targets)); - -- r = pha->cur_cmd->use_sg; -+ r = scsi_sg_count(pha->cur_cmd); - if (r) { - b = 0; -- p = (struct scatterlist *)pha->cur_cmd->request_buffer; -+ p = scsi_sglist(pha->cur_cmd); - for (k=0;klength; - p++; - } - } else { -- b = pha->cur_cmd->request_bufflen; -+ b = scsi_bufflen(pha->cur_cmd); - } - - bf &= (b > 127); -@@ -567,16 +567,16 @@ static void ppsc_engine (PHA *pha) - pha->data_dir = phase & PPSC_IO; - pha->data_count = 0; - -- pha->sg_count = pha->cur_cmd->use_sg; -+ pha->sg_count = scsi_sg_count(pha->cur_cmd); - if (pha->sg_count) { - pha->sg_count--; -- pha->sg_list = -- (struct scatterlist *)pha->cur_cmd->request_buffer; -+ pha->sg_list = scsi_sglist(pha->cur_cmd); - pha->cur_buf = sg_virt(pha->sg_list); - pha->cur_len = pha->sg_list->length; - } else { -- pha->cur_buf = pha->cur_cmd->request_buffer; -- pha->cur_len = pha->cur_cmd->request_bufflen; -+ pha->cur_buf = -+ (char *)pha->cur_cmd->sdb.table.sgl; -+ pha->cur_len = scsi_bufflen(pha->cur_cmd); - } - - pha->last_phase = phase; -@@ -622,7 +622,7 @@ static void ppsc_engine (PHA *pha) - - if (pha->cur_cmd->cmnd[0] == REQUEST_SENSE) { - -- sb = (char *)pha->cur_cmd->request_buffer; -+ sb = (char *)pha->cur_cmd->sdb.table.sgl; - printk("%s: Sense key: %x ASC: %x ASCQ: %x\n", - pha->device, sb[2] & 0xff, - sb[12] & 0xff, sb[13] & 0xff); -@@ -819,9 +819,9 @@ static void ppsc_cleanup (PHA *pha) - cmd->cmnd[4] = sizeof(cmd->sense_buffer); - cmd->cmnd[5] = 0; - cmd->cmd_len = 6; -- cmd->use_sg = 0; -- cmd->request_buffer = (char *) cmd->sense_buffer; -- cmd->request_bufflen = sizeof(cmd->sense_buffer); -+ cmd->sdb.table.nents = 0; -+ cmd->sdb.table.sgl = (void *) cmd->sense_buffer; -+ cmd->sdb.length = sizeof(cmd->sense_buffer); - - pha->cur_cmd = cmd; - ppsc_do_claimed(pha,ppsc_start); -@@ -1018,9 +1018,9 @@ static int ppsc_inquire (PHA *pha, int t - cmd.device = &dev; - cmd.cmd_len = 6; - for (i=0;i<6;i++) cmd.cmnd[i] = inq[i]; -- cmd.use_sg = 0; -- cmd.request_buffer = buf; -- cmd.request_bufflen = 36; -+ cmd.sdb.table.nents = 0; -+ cmd.sdb.table.sgl = (void *) buf; -+ cmd.sdb.length = 36; - - return ppsc_command(&cmd); - } diff --git a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi_fixes.patch b/kernel/tools/perf/files/patches/mageia/scsi-ppscsi_fixes.patch deleted file mode 100644 index acc011e989..0000000000 --- a/kernel/tools/perf/files/patches/mageia/scsi-ppscsi_fixes.patch +++ /dev/null @@ -1,226 +0,0 @@ ---- - drivers/scsi/Makefile | 2 +- - drivers/scsi/ppscsi.c | 22 ++++++++++++---------- - drivers/scsi/ppscsi.h | 34 ++++++++++++++++++---------------- - drivers/scsi/sparcsi.c | 6 +++--- - 4 files changed, 34 insertions(+), 30 deletions(-) - ---- a/drivers/scsi/ppscsi.c -+++ b/drivers/scsi/ppscsi.c -@@ -57,6 +57,7 @@ - #include - #include - #include -+#include - - #include - -@@ -95,7 +96,8 @@ static void ppsc_attach (struct parport - return; - } - -- add->port = parport_get_port (port); -+ atomic_inc(&port->ref_count); -+ add->port = port; - add->next = ppsc_port_list; - wmb (); - ppsc_port_list = add; -@@ -187,11 +189,11 @@ static void ppsc_set_intr (PHA *pha, voi - spin_unlock_irqrestore(&ppsc_spinlock,flags); - } - --static void ppsc_tq_int (void *data) -+static void ppsc_tq_int (struct work_struct *work) - { - void (*con)(PHA *); - unsigned long flags; -- PHA *pha = (PHA *)data; -+ PHA *pha = container_of(work, PHA, wq); - - spin_lock_irqsave(&ppsc_spinlock,flags); - -@@ -377,7 +379,7 @@ int ppsc_command (struct scsi_cmnd *cmd) - - ppsc_do_claimed(pha,ppsc_start); - -- while (pha->cur_cmd) scsi_sleep(1); -+ while (pha->cur_cmd) ssleep(1); - - return cmd->result; - } -@@ -886,7 +888,7 @@ static void ppsc_reset_pha (PHA *pha) - ppsc_claim(pha); - pha->proto->connect(pha); - pha->proto->reset_bus(pha); -- scsi_sleep(4*HZ); -+ ssleep(4*HZ); - pha->proto->disconnect(pha); - ppsc_unclaim(pha); - -@@ -905,7 +907,7 @@ int ppsc_reset (struct scsi_cmnd * cmd) - pha->abort_flag = PPSC_DO_RESET; - - while (pha->cur_cmd && (k < PPSC_RESET_TMO)) { -- scsi_sleep(HZ/10); -+ ssleep(HZ/10); - k += HZ/10; - } - -@@ -992,11 +994,11 @@ int ppsc_biosparam (struct scsi_device * - { - ip[0] = 0x40; - ip[1] = 0x20; -- ip[2] = (capacity +1) / (ip[0] * ip[1]); -+ ip[2] = (unsigned int)(capacity +1) >> 11; - if (ip[2] > 1024) { - ip[0] = 0xff; - ip[1] = 0x3f; -- ip[2] = (capacity +1) / (ip[0] * ip[1]); -+ ip[2] = (unsigned int)(capacity +1) / (0xff * 0x3f); - if (ip[2] > 1023) - ip[2] = 1023; - } -@@ -1084,7 +1086,7 @@ int ppsc_release_pha (PHA *pha) - } - - --int ppsc_detect (PSP *proto, Scsi_Host_Template *tpnt, int verbose) -+int ppsc_detect (PSP *proto, struct scsi_host_template *tpnt, int verbose) - { - int i, m, p, d, n, s, z; - struct ppsc_port_list_struct *next_port = NULL; /* shut gcc up */ -@@ -1146,7 +1148,7 @@ int ppsc_detect (PSP *proto, Scsi_Host_T - pha->device[p+1] = '0' + i; - pha->device[p+2] = 0; - -- INIT_WORK(&pha->wq, ppsc_tq_int, pha); -+ INIT_WORK(&pha->wq, ppsc_tq_int); - - init_timer (&pha->timer); - pha->timer.data = (unsigned long) pha; ---- a/drivers/scsi/sparcsi.c -+++ b/drivers/scsi/sparcsi.c -@@ -165,7 +165,7 @@ static int sparcsi_test_proto (PHA *pha) - - WR(1,0x80); udelay(60); - WR(1,0); -- scsi_sleep(5*HZ); -+ ssleep(5*HZ); - pha->private[0] = 1; - } - -@@ -363,14 +363,14 @@ static struct ppsc_protocol sparcsi_psp - sparcsi_reset_bus - }; - --int sparcsi_detect (Scsi_Host_Template *tpnt) -+int sparcsi_detect (struct scsi_host_template *tpnt) - { - return ppsc_detect( &sparcsi_psp, tpnt, verbose); - } - - #ifdef MODULE - --Scsi_Host_Template driver_template = PPSC_TEMPLATE(sparcsi); -+struct scsi_host_template driver_template = PPSC_TEMPLATE(sparcsi); - - #include "scsi_module.c" - ---- a/drivers/scsi/ppscsi.h -+++ b/drivers/scsi/ppscsi.h -@@ -13,14 +13,16 @@ - #define PPSC_H_VERSION "0.92" - - #include --#include -+#include - #include - #include - #include - #include - --#include "scsi.h" --#include "hosts.h" -+#include -+#include -+#include -+#include - - - /* ppscsi global functions */ -@@ -40,31 +42,31 @@ extern int ppsc_release(struct Scsi_Host - /* imports for hosts.c */ - - #ifdef CONFIG_PPSCSI_T348 --extern int t348_detect( Scsi_Host_Template *); -+extern int t348_detect( struct scsi_host_template *); - #endif - - #ifdef CONFIG_PPSCSI_T358 --extern int t358_detect( Scsi_Host_Template *); -+extern int t358_detect( struct scsi_host_template *); - #endif - - #ifdef CONFIG_PPSCSI_ONSCSI --extern int onscsi_detect( Scsi_Host_Template *); -+extern int onscsi_detect( struct scsi_host_template *); - #endif - - #ifdef CONFIG_PPSCSI_EPST --extern int epst_detect( Scsi_Host_Template *); -+extern int epst_detect( struct scsi_host_template *); - #endif - - #ifdef CONFIG_PPSCSI_EPSA2 --extern int epsa2_detect( Scsi_Host_Template *); -+extern int epsa2_detect( struct scsi_host_template *); - #endif - - #ifdef CONFIG_PPSCSI_VPI0 --extern int vpi0_detect( Scsi_Host_Template *); -+extern int vpi0_detect( struct scsi_host_template *); - #endif - - #ifdef CONFIG_PPSCSI_SPARCSI --extern int sparcsi_detect( Scsi_Host_Template *); -+extern int sparcsi_detect( struct scsi_host_template *); - #endif - - #endif -@@ -303,7 +305,7 @@ struct ppsc_protocol { - - typedef struct ppsc_protocol PSP; - --extern int ppsc_detect( PSP *, Scsi_Host_Template *, int); -+extern int ppsc_detect( PSP *, struct scsi_host_template *, int); - - #ifdef PPSC_HA_MODULE - -@@ -322,11 +324,11 @@ static STT stt[4] = { {"host0",8,host0}, - {"host3",8,host3} }; - #endif - --MODULE_PARM(host0,"1-8i"); --MODULE_PARM(host1,"1-8i"); --MODULE_PARM(host2,"1-8i"); --MODULE_PARM(host3,"1-8i"); --MODULE_PARM(verbose,"i"); -+module_param_array(host0, int, NULL, 0); -+module_param_array(host1, int, NULL, 0); -+module_param_array(host2, int, NULL, 0); -+module_param_array(host3, int, NULL, 0); -+module_param(verbose, int, 0); - - static struct ppsc_host_adapter host_structs[4]; - ---- a/drivers/scsi/Makefile -+++ b/drivers/scsi/Makefile -@@ -136,7 +136,7 @@ obj-$(CONFIG_PPSCSI_ONSCSI) += onscsi.o - obj-$(CONFIG_PPSCSI_EPSA2) += epsa2.o - obj-$(CONFIG_PPSCSI_EPST) += epst.o - obj-$(CONFIG_PPSCSI_VPI0) += vpi0.o --obj-$(CONFIG_PPSCSI_VPI2) += vpi2.o -+obj-n += vpi2.o - obj-$(CONFIG_PPSCSI_SPARCSI) += sparcsi.o - - obj-$(CONFIG_CHR_DEV_ST) += st.o diff --git a/kernel/tools/perf/files/patches/mageia/series b/kernel/tools/perf/files/patches/mageia/series deleted file mode 100644 index b977f0a76e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/series +++ /dev/null @@ -1,448 +0,0 @@ -# -# Mageia kernel series file -# -# This file describes the order in which patches should be applied -# in the kernel and why the patch is needed. -# -# Luiz Fernando N. Capitulino -# - -### -### Upstream git -### - -### -### Stable Queue -### - -### -### Arch x86 -### - -# laptop needing pci=assign-busses (#18989, needs to be submitted upstream) -x86-pci-toshiba-equium-a60-assign-busses.patch - -# If users choose a bad video mode, allow to jump to -# a working one (TTL: forever) -x86-boot-video-80x25-if-break.patch - -# Allow poweroff on UP machines running SMP kernels -x86-default_poweroff_up_machines.patch - -# Fix #38760, need to be revised and submitted upstream -# BROKEN: x86-cpufreq-speedstep-dothan-3.patch - -# raise vmalloc to fix https://bugs.mageia.org/show_bug.cgi?id=904 -x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch - -# slows down boot -Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch - -### -### Core -### -base-cacheinfo-silence-DT-warnings.patch - -# fixes crash on boot on some Amd systems -iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch - -### -### i2c -### - -### -### PCI core -### - -# BROKEN: pci-pciprobe-CardBusNo.patch - -# http://lkml.org/lkml/2008/9/12/52 -pci-add-ALI-M5229-ide-compatibility-mode-quirk.patch -pci-quirks-drop-devinit-exit.patch - -# Stoney iommu hang -pci-Blacklist-AMD-Stoney-GPU-devices-for-ATS.patch - -### -### PNP core -### - -### -### ACPI -### - -# CLEVO M360S acpi irq workaround -acpi-CLEVO-M360S-disable_acpi_irq.patch - -# Clevo M720SR freezes with C3 -acpi-processor-M720SR-limit-to-C2.patch - -# backlight fixes -ACPI-video-Add-a-quirk-to-force-acpi-video-backlight.patch - -# drop obsolete warn -acpi-do-not-warn-if-_BQC-does-not-exist.patch - -# silence useless acpi warnings -acpi-ACPICA-Events-Fix-acpi_ev_initialize_region-return-v.patch - -### -### Block -### - -# epsa2 SCSI driver, don't know from where it came -scsi-ppscsi-2.6.2.patch - -# epsa2 is far behind -scsi-ppscsi_fixes.patch - -# Fix build of ppscsi on 2.6.24 -scsi-ppscsi-sg-helper-update.patch - -# Update/fix for ppscsi on 2.6.25 -scsi-ppscsi-update-for-scsi_data_buffer.patch - -# https://qa.mandriva.com/show_bug.cgi?id=45393 -scsi-ppscsi-mdvbz45393.patch - -# epsa2 3.0 buildfix -scsi-ppscsi-3.0-buildfix.patch - -# Don't know know why this is needed -scsi-megaraid-new-sysfs-name.patch - -# Looks like fixes from Arnaud, not sure why they're needed -ide-pci-sis5513-965.patch - -mpt-vmware-fix.patch - -# adds aliases to support upgrade from old dm-raid45 patch -dm-raid-aliases.patch - -# disable floppy autoloading (mga #4696) -block-floppy-disable-pnp-modalias.patch - -# prefer ata over ide drivers -ata-prefer-ata-drivers-over-ide-drivers-when-both-are-built.patch - -# Nice SSD speedup -block-Make-CFQ-default-to-IOPS-mode-on-SSDs.patch - -# Include new BFQ I/O scheduler -# (See http://algo.ing.unimo.it/people/paolo/disk_sched) -block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch -block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch -block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch -block-Turn-into-BFQ-v8r7-for-4.9.0.patch -block-update-bfq-from-v8r7-to-v8r10.patch -block-update-bfq-from-v8r10-to-v8r11.patch - -# new macbooks -block-nvme-detect-NVMe-controller-in-recent-MacBooks.patch - -### -### Char -### - -# hard locks Dell R720xd -Revert-ipmi-Start-the-timer-and-thread-on-internal-m.patch - -# tpm_crb fixes for SkyLake -char-tpm-tpm_crb-implement-tpm-crb-idle-state.patch -char-tmp-tpm_crb-fix-Intel-PTT-hw-bug-during-idle-state.patch -char-tpm-tpm_crb-open-code-the-crb_init-into-acpi_add.patch -char-tmp-tpm_crb-implement-runtime-pm-for-tpm_crb.patch - -### -### File-system -### - -# aufs from: http://aufs.sourceforge.net/ (mga#8314) -fs-aufs-4.9.patch -fs-aufs-4.9-modular.patch - -# needed for mdadm: imsm: enable bad block support for imsm metadata -fs-seq_file-reset-iterator-to-first-record-for-zero-off.patch - -# performance regression fix -fs-jbd2-Fix-dbench4-performance-regression-for-nobarrier-mounts.patch - -### -### FireWire -### - -# adding module aliases to ease upgrade from ieee1394 -firewire-ieee1394-module-aliases.patch - -### -### GPU/DRM -### - -# new Q57 Host Bridge id -char-agp-intel-new-Q57-id.patch - -# External mach64 drm support from git://anongit.freedesktop.org/git/mesa/drm -gpu-drm-mach64.patch -gpu-drm-mach64-fixes.patch -gpu-drm-mach64-2.6.31.patch -gpu-drm-mach64-fix-for-changed-drm_pci_alloc.patch -gpu-drm-mach64-fix-for-changed-drm_ioctl.patch -gpu-drm-mach64-2.6.36-buildfix.patch -gpu-drm-mach64-2.6.37-buildfix.patch -gpu-drm-mach64-3.0-buildfix.patch -gpu-drm-mach64-include-module.h.patch -gpu-drm-mach64-3.3-buildfix.patch -gpu-drm-mach64-3.6-buildfix.patch -gpu-drm-mach64-3.7-buildfix.patch -gpu-drm-mach64-3.12-buildfix.patch -gpu-drm-mach64-restore-mach64_PCI_IDS.patch -gpu-drm-mach64-linux-3.14-buildfix.patch -gpu-drm-mach64-3.17-buildfix.patch -gpu-drm-mach64-3.18-buildfix.patch - -# -gpu-drm-i915-don-t-warn-about-Skylake-CPU-KabyPoint-PCH-.patch - -# Amd polaris12 support -gpu-drm-amd-amdgpu-add-Polaris12-PCI-ID.patch -gpu-drm-amd-amdgpu-add-Polaris12-support-v3.patch -gpu-drm-amdgpu-powerplay-add-Polaris12-support.patch -gpu-drm-amd-amdgpu-add-POLARIS12-PCI-ID.patch -gpu-drm-amdgpu-add-Polaris12-DID.patch - -# fix crash -gpu-drm-amdgpu-pm-check-for-headless-before-calling-comp.patch - -### -### Hardware Monitoring -### - -### -### Input -### - -input-i8042-quirks-for-Fujitsu-Lifebook-A544-and-Lif.patch - -### -### idle -### - -### -### Kbuild -### - -### -### Media -### - -### -### Misc -### - -### -### MM -### - -### -### Network -### - -# SiS 190 fixes -net-sis190-fix-list-usage.patch - -# netfilter IFWLOG support -net-netfilter-IFWLOG.patch -net-netfilter-IFWLOG-mdv.patch -net-netfilter-IFWLOG-2.6.35-buildfix.patch -net-netfilter-IFWLOG-2.6.37-buildfix.patch -net-ipv4-netfilter-ipt_IFWLOG-3.6-buildfix.patch -net-netfilter-IFWLOG-3.7-buildfix.patch -net-netfilter-IFWLOG-remove-unused-label.patch - -# netfilter psd support -net-netfilter-psd.patch -net-netfilter-psd-mdv.patch -net-netfilter-psd-2.6.35-buildfix.patch -net-netfilter-psd-fix-redefines.patch - -# rtlwifi fixes -net-wireless-rtlwifi-Use-dev_kfree_skb_irq-instead-of-kfree_skb.patch -net-wireless-rtlwifi-Fix-kernel-oops-introduced-with-commit-e4965.patch - -# update rtl8xxxu for mga#20508 -net-wireless-realtek-rtl8xxxu-linux-4.11-rc.patch - -### -### pinctrl -### - -# fix non-booting Ryzen+ due to interrupt storm -pinctrl_amd-Use-regular-interrupt-instead-of-chained.patch - -### -### Platform drivers -### - -# Allow access to Shuttle WMI interface controls -# (Mainly allow turning on/off webcam and wireless on Shuttle DA18IE and DA18IM) -platform-x86-add-shuttle-wmi-driver.patch -platform-x86-shuttle-wmi-drop-devinit-exit.patch -platform-x86-shuttle-wmi-4.2-buildfix.patch - -# X302UA no wifi -platform-x86-asus-nb-wmi-Add-wapf4-quirk-for-the-X30.patch - -### -### RTC -### - -### -### Serial -### - -# Export pci_ids.h to user space, needed by ldetect -include-kbuild-export-pci_ids.patch - -### -### Sound -### - -# new codecs -sound-ALSA-hda-realtek-Add-new-codec-ID-ALC299.patch -sound-ALSA-hda-realtek-New-codec-support-of-ALC1220.patch -sound-ALSA-hda-realtek-new-id-for-alc1220.patch -sound-ALSA-hda-realtek-Remove-ALC285-device-ID.patch -sound-ALSA-hda-realtek-New-codecs-support-for-ALC215-ALC28.patch - -# add support for Gigabyte GA-AX370 Gaming 5 with dual codecs (TTL: 4.12) -sound-ALSA-hda-A-new-flag-to-enforce-prefix-to-each-pin.patch -sound-ALSA-hda-Allow-to-enable-disable-vmaster-build-expli.patch -sound-ALSA-hda-Support-Gigabyte-Gaming-board-with-dual-Rea.patch -sound-ALSA-hda-Use-a-helper-function-for-renaming-kctl-nam.patch -# another dual codec system -sound-ALSA-hda-Apply-dual-codec-quirk-for-MSI-Z270-Gaming-.patch -sound-ALSA-hda-Fix-applying-MSI-dual-codec-mobo-quirk.patch - -# intel -sound-ALSA-hda-Add-Geminilake-id-to-SKL_PLUS.patch -sound-ALSA-hda-Add-Coffelake-PCI-ID.patch -sound-ALSA-hda-Apply-quirks-to-Broxton-T-too.patch - -### -### Staging -### - - -### -### TTY -### - -### -### -### - -### -### USB -### - -hid-usbhid-IBM-BladeCenterHS20-quirk.patch - -usb-storage-unusual_devs-add-id.patch -usb-storage-unusual_devs-add-id-2.6.37-buildfix.patch - -### -### V4L -### - -# pwc driver name in /proc/bus/devices, /sys fix and "advertisement" removal -media-usb-pwc-lie-in-proc-usb-devices.patch - -### -### Video -### - -# Mageia framebuffer boot logo -video-mageia-logo.patch - -### -### 3rdparty -### - -3rd-3rdparty-1.0-tree.patch - -# TODO: fix up patch below to include all archs? -3rd-3rdparty-merge.patch - -# acerhk -3rd-acerhk-0.5.35.patch -3rd-acerhk-kbuild.patch -3rd-acerhk-extra-cflags.patch -3rd-acerhk-proc_dir_entry-owner.patch -3rd-acerhk-fix-build-with-function-tracer.patch -3rd-acerhk-2.6.36-buildfix.patch -3rd-acerhk-fix-include.patch - -# aes2501 -3rd-aes2501-r19.patch -3rd-aes2501-kbuild.patch -3rd-aes2501-rmmod-oops-fix.patch - -# ndiswrapper -3rd-ndiswrapper-1.60.patch -3rd-ndiswrapper-Kconfig.patch -3rd-ndiswrapper-Makefile-build-fix.patch -3rd-ndiswrapper-4.7-buildfix.patch - -# rfswitch -3rd-rfswitch-1.3.patch -3rd-rfswitch-build-fix.patch -3rd-rfswitch-3.0-buildfix.patch - -# viahss -3rd-viahss-0.92.patch -3rd-viahss-config.patch -3rd-viahss-module-license.patch -3rd-viahss-2.6.35-buildfix.patch -3rd-viahss-3.0-buildfix.patch - -# add rtl8723bs support (mga#15874) -3rd-rtl8723bs.patch - -# add rtl8812 support (mga#21043) -3rd-rtl8812au.patch - -### -### Security -### - -### -### Smack fixes -### - -### -### XEN -### - -### -### ARM -### - -### -### IA64 -### - -### -### Tools -### - -# wipe powerpc refrence so we can nuke dangling symlinks (mga#17676) -tools-testing-selftest-Makefile-remove-powerpc-reference.patch - -# perf build fixes -tools-build-Make-fixdep-parsing-wait-for-last-target.patch -tools-perf-tools-Force-fixdep-compilation-at-the-start-of-.patch -tools-perf-tools-Move-perf-build-related-variables-under-n.patch - -### -### UAPI -### diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-A-new-flag-to-enforce-prefix-to-each-pin.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-A-new-flag-to-enforce-prefix-to-each-pin.patch deleted file mode 100644 index 1899b30857..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-A-new-flag-to-enforce-prefix-to-each-pin.patch +++ /dev/null @@ -1,68 +0,0 @@ -From 9f3dadb156692e15933a4a97ef659f65151be4a1 Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Mon, 10 Apr 2017 17:12:33 +0200 -Subject: [PATCH 1/4] ALSA: hda - A new flag to enforce prefix to each pin - -This is a preliminary patch for a smooth multi-codec support, and it -introduces a new flag, force_pin_prefix, to struct hda_codec. -This flag is used to force to add the pin location prefix to each -input pin. For example, when there is only one microphone pin, -usually the auto-parser assigns the string "Mic". With this flag on, -it'll be like "Front Mic". Also, the creation of "Master" or "PCM" -playback volume for a single pin is suppressed, too. - -Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=195305 -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/hda_auto_parser.c | 1 + - sound/pci/hda/hda_codec.h | 1 + - sound/pci/hda/hda_generic.c | 2 ++ - 3 files changed, 4 insertions(+) - -diff --git a/sound/pci/hda/hda_auto_parser.c b/sound/pci/hda/hda_auto_parser.c -index a03cf68..d3ea731 100644 ---- a/sound/pci/hda/hda_auto_parser.c -+++ b/sound/pci/hda/hda_auto_parser.c -@@ -580,6 +580,7 @@ const char *hda_get_autocfg_input_label(struct hda_codec *codec, - has_multiple_pins = 1; - if (has_multiple_pins && type == AUTO_PIN_MIC) - has_multiple_pins &= check_mic_location_need(codec, cfg, input); -+ has_multiple_pins |= codec->force_pin_prefix; - return hda_get_input_pin_label(codec, &cfg->inputs[input], - cfg->inputs[input].pin, - has_multiple_pins); -diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h -index f17f252..d6fb2d5 100644 ---- a/sound/pci/hda/hda_codec.h -+++ b/sound/pci/hda/hda_codec.h -@@ -256,6 +256,7 @@ struct hda_codec { - unsigned int dump_coef:1; /* dump processing coefs in codec proc file */ - unsigned int power_save_node:1; /* advanced PM for each widget */ - unsigned int auto_runtime_pm:1; /* enable automatic codec runtime pm */ -+ unsigned int force_pin_prefix:1; /* Add location prefix */ - #ifdef CONFIG_PM - unsigned long power_on_acct; - unsigned long power_off_acct; -diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c -index e7c8f4f..4438328 100644 ---- a/sound/pci/hda/hda_generic.c -+++ b/sound/pci/hda/hda_generic.c -@@ -1125,6 +1125,7 @@ static const char *get_line_out_pfx(struct hda_codec *codec, int ch, - - *index = 0; - if (cfg->line_outs == 1 && !spec->multi_ios && -+ !codec->force_pin_prefix && - !cfg->hp_outs && !cfg->speaker_outs) - return spec->vmaster_mute.hook ? "PCM" : "Master"; - -@@ -1132,6 +1133,7 @@ static const char *get_line_out_pfx(struct hda_codec *codec, int ch, - * use it master (or "PCM" if a vmaster hook is present) - */ - if (spec->multiout.num_dacs == 1 && !spec->mixer_nid && -+ !codec->force_pin_prefix && - !spec->multiout.hp_out_nid[0] && !spec->multiout.extra_out_nid[0]) - return spec->vmaster_mute.hook ? "PCM" : "Master"; - --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Add-Coffelake-PCI-ID.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Add-Coffelake-PCI-ID.patch deleted file mode 100644 index e58824baa4..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Add-Coffelake-PCI-ID.patch +++ /dev/null @@ -1,45 +0,0 @@ -From e79b0006c45c9b0b22f3ea54ff6e256b34c1f208 Mon Sep 17 00:00:00 2001 -From: Megha Dey -Date: Wed, 14 Jun 2017 09:51:56 +0530 -Subject: [PATCH] ALSA: hda - Add Coffelake PCI ID - -Coffelake is another Intel part, so need to add PCI ID for it. - -Signed-off-by: Megha Dey -Signed-off-by: Subhransu S. Prusty -Acked-by: Vinod Koul -Cc: -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/hda_intel.c | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c -index 1770f085c2a6..e3c696c46a21 100644 ---- a/sound/pci/hda/hda_intel.c -+++ b/sound/pci/hda/hda_intel.c -@@ -371,9 +371,10 @@ enum { - #define IS_KBL_H(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa2f0) - #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) - #define IS_GLK(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x3198) -+#define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348) - #define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) || \ - IS_KBL(pci) || IS_KBL_LP(pci) || IS_KBL_H(pci) || \ -- IS_GLK(pci) -+ IS_GLK(pci) || IS_CFL(pci) - - static char *driver_short_names[] = { - [AZX_DRIVER_ICH] = "HDA Intel", -@@ -2378,6 +2379,9 @@ static const struct pci_device_id azx_ids[] = { - /* Kabylake-H */ - { PCI_DEVICE(0x8086, 0xa2f0), - .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_SKYLAKE }, -+ /* Coffelake */ -+ { PCI_DEVICE(0x8086, 0xa348), -+ .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_SKYLAKE}, - /* Broxton-P(Apollolake) */ - { PCI_DEVICE(0x8086, 0x5a98), - .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON }, --- -2.13.1 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Add-Geminilake-id-to-SKL_PLUS.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Add-Geminilake-id-to-SKL_PLUS.patch deleted file mode 100644 index 191ae6593e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Add-Geminilake-id-to-SKL_PLUS.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 12ee4022f67f8854061b46e5c0a7ad6258ab66c2 Mon Sep 17 00:00:00 2001 -From: "Subhransu S. Prusty" -Date: Wed, 12 Apr 2017 09:54:00 +0530 -Subject: [PATCH] ALSA: hda: Add Geminilake id to SKL_PLUS - -Geminilake is Skylake family platform. So add it's id to skl_plus check. - -Fixes: 126cfa2f5e15 ("ALSA: hda: Add Geminilake HDMI codec ID") -Signed-off-by: Subhransu S. Prusty -Cc: Senthilnathan Veppur -Cc: Vinod Koul -Cc: Takashi Iwai -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/hda_intel.c | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c -index 59ab34fa0bc8..b786fbab029f 100644 ---- a/sound/pci/hda/hda_intel.c -+++ b/sound/pci/hda/hda_intel.c -@@ -370,8 +370,10 @@ enum { - #define IS_KBL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d71) - #define IS_KBL_H(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa2f0) - #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) -+#define IS_GLK(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x3198) - #define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) || \ -- IS_KBL(pci) || IS_KBL_LP(pci) || IS_KBL_H(pci) -+ IS_KBL(pci) || IS_KBL_LP(pci) || IS_KBL_H(pci) || \ -+ IS_GLK(pci) - - static char *driver_short_names[] = { - [AZX_DRIVER_ICH] = "HDA Intel", --- -2.13.1 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Allow-to-enable-disable-vmaster-build-expli.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Allow-to-enable-disable-vmaster-build-expli.patch deleted file mode 100644 index 57b07e2f1f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Allow-to-enable-disable-vmaster-build-expli.patch +++ /dev/null @@ -1,78 +0,0 @@ -From 7480316c265c9fcdbf73b1b8dec061b893b7e987 Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Mon, 10 Apr 2017 17:37:34 +0200 -Subject: [PATCH 2/4] ALSA: hda - Allow to enable/disable vmaster build - explicitly - -Another preliminary patch for the dual-codec support: since the -support of vmaster over multiple codecs is difficult, simply disable -it by a new flag to hda_codec struct. A new user hint is added as -well for consistency. - -Signed-off-by: Takashi Iwai ---- - Documentation/sound/hd-audio/notes.rst | 2 ++ - sound/pci/hda/hda_generic.c | 7 +++++-- - sound/pci/hda/hda_generic.h | 1 + - 3 files changed, 8 insertions(+), 2 deletions(-) - -#diff --git a/Documentation/sound/hd-audio/notes.rst b/Documentation/sound/hd-audio/notes.rst -#index 9eeb9b4..f59c3cd 100644 -#--- a/Documentation/sound/hd-audio/notes.rst -#+++ b/Documentation/sound/hd-audio/notes.rst -#@@ -494,6 +494,8 @@ add_hp_mic (bool) -# hp_mic_detect (bool) -# enable/disable the hp/mic shared input for a single built-in mic -# case; default true -#+vmaster (bool) -#+ enable/disable the virtual Master control; default true -# mixer_nid (int) -# specifies the widget NID of the analog-loopback mixer -# -diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c -index 4438328..2842c82 100644 ---- a/sound/pci/hda/hda_generic.c -+++ b/sound/pci/hda/hda_generic.c -@@ -196,6 +196,9 @@ static void parse_user_hints(struct hda_codec *codec) - val = snd_hda_get_bool_hint(codec, "hp_mic_detect"); - if (val >= 0) - spec->suppress_hp_mic_detect = !val; -+ val = snd_hda_get_bool_hint(codec, "vmaster"); -+ if (val >= 0) -+ spec->suppress_vmaster = !val; - - if (!snd_hda_get_int_hint(codec, "mixer_nid", &val)) - spec->mixer_nid = val; -@@ -5033,7 +5036,7 @@ int snd_hda_gen_build_controls(struct hda_codec *codec) - } - - /* if we have no master control, let's create it */ -- if (!spec->no_analog && -+ if (!spec->no_analog && !spec->suppress_vmaster && - !snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) { - err = snd_hda_add_vmaster(codec, "Master Playback Volume", - spec->vmaster_tlv, slave_pfxs, -@@ -5041,7 +5044,7 @@ int snd_hda_gen_build_controls(struct hda_codec *codec) - if (err < 0) - return err; - } -- if (!spec->no_analog && -+ if (!spec->no_analog && !spec->suppress_vmaster && - !snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) { - err = __snd_hda_add_vmaster(codec, "Master Playback Switch", - NULL, slave_pfxs, -diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h -index f66fc7e..6177231 100644 ---- a/sound/pci/hda/hda_generic.h -+++ b/sound/pci/hda/hda_generic.h -@@ -229,6 +229,7 @@ struct hda_gen_spec { - unsigned int add_jack_modes:1; /* add i/o jack mode enum ctls */ - unsigned int power_down_unused:1; /* power down unused widgets */ - unsigned int dac_min_mute:1; /* minimal = mute for DACs */ -+ unsigned int suppress_vmaster:1; /* don't create vmaster kctls */ - - /* other internal flags */ - unsigned int no_analog:1; /* digital I/O only */ --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Apply-dual-codec-quirk-for-MSI-Z270-Gaming-.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Apply-dual-codec-quirk-for-MSI-Z270-Gaming-.patch deleted file mode 100644 index eb675d6188..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Apply-dual-codec-quirk-for-MSI-Z270-Gaming-.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 63691587f7b0028326ddd1226c378aaaeca4d4e4 Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Mon, 22 May 2017 16:32:46 +0200 -Subject: [PATCH] ALSA: hda - Apply dual-codec quirk for MSI Z270-Gaming mobo - -MSI Z270-Gamin mobo has also two ALC1220 codecs like Gigabyte AZ370- -Gaming mobo. Apply the same quirk to this one. - -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index 9c22ad694534..3fdd5af190a4 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -2328,6 +2328,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = { - SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3), - SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE), - SND_PCI_QUIRK(0x1458, 0xa0b8, "Gigabyte AZ370-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS), -+ SND_PCI_QUIRK(0x1462, 0xda57, "MSI Z270-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS), - SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX), - SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD), - SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD), --- -2.13.1 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Apply-quirks-to-Broxton-T-too.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Apply-quirks-to-Broxton-T-too.patch deleted file mode 100644 index 020edb5956..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Apply-quirks-to-Broxton-T-too.patch +++ /dev/null @@ -1,38 +0,0 @@ -From c7ecb9068e6772c43941ce609f08bc53f36e1dce Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Wed, 14 Jun 2017 07:37:14 +0200 -Subject: [PATCH] ALSA: hda - Apply quirks to Broxton-T, too - -Broxton-T was a forgotten child and we didn't apply the quirks for -Skylake+ properly. Meanwhile, a quirk for reducing the DMA latency -seems specific to the early Broxton model, so we leave as is. - -Cc: -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/hda_intel.c | 7 ++++--- - 1 file changed, 4 insertions(+), 3 deletions(-) - -diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c -index e3c696c46a21..01eb1dc7b5b3 100644 ---- a/sound/pci/hda/hda_intel.c -+++ b/sound/pci/hda/hda_intel.c -@@ -370,11 +370,12 @@ enum { - #define IS_KBL_LP(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x9d71) - #define IS_KBL_H(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa2f0) - #define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98) -+#define IS_BXT_T(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x1a98) - #define IS_GLK(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x3198) - #define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348) --#define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci)) || \ -- IS_KBL(pci) || IS_KBL_LP(pci) || IS_KBL_H(pci) || \ -- IS_GLK(pci) || IS_CFL(pci) -+#define IS_SKL_PLUS(pci) (IS_SKL(pci) || IS_SKL_LP(pci) || IS_BXT(pci) || \ -+ IS_BXT_T(pci) || IS_KBL(pci) || IS_KBL_LP(pci) || \ -+ IS_KBL_H(pci) || IS_GLK(pci) || IS_CFL(pci)) - - static char *driver_short_names[] = { - [AZX_DRIVER_ICH] = "HDA Intel", --- -2.13.1 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Fix-applying-MSI-dual-codec-mobo-quirk.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Fix-applying-MSI-dual-codec-mobo-quirk.patch deleted file mode 100644 index cd69979b63..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Fix-applying-MSI-dual-codec-mobo-quirk.patch +++ /dev/null @@ -1,42 +0,0 @@ -From d2c3b14e1f0dcebdb695617c0c1342a36b914a47 Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Thu, 1 Jun 2017 09:35:30 +0200 -Subject: [PATCH] ALSA: hda - Fix applying MSI dual-codec mobo quirk - -The previous commit [63691587f7b0: ALSA: hda - Apply dual-codec quirk -for MSI Z270-Gaming mobo] attempted to apply the existing dual-codec -quirk for a MSI mobo. But it turned out that this isn't applied -properly due to the MSI-vendor quirk before this entry. I overlooked -such two MSI entries just because they were put in the wrong position, -although we have a list ordered by PCI SSID numbers. - -This patch fixes it by rearranging the unordered entries. - -Fixes: 63691587f7b0 ("ALSA: hda - Apply dual-codec quirk for MSI Z270-Gaming mobo") -Reported-by: Rudolf Schmidt -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index 918e45268915..a57988d617e9 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -2324,11 +2324,11 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = { - SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_MBA11_VREF), - - SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD), -- SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD), -- SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3), - SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE), - SND_PCI_QUIRK(0x1458, 0xa0b8, "Gigabyte AZ370-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS), -+ SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD), - SND_PCI_QUIRK(0x1462, 0xda57, "MSI Z270-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS), -+ SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3), - SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX), - SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD), - SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD), --- -2.13.1 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Support-Gigabyte-Gaming-board-with-dual-Rea.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Support-Gigabyte-Gaming-board-with-dual-Rea.patch deleted file mode 100644 index 0f93df15f0..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Support-Gigabyte-Gaming-board-with-dual-Rea.patch +++ /dev/null @@ -1,122 +0,0 @@ -From 7beb3a6e9335d13872f24566b451f8371edd238f Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Mon, 10 Apr 2017 18:05:52 +0200 -Subject: [PATCH 3/4] ALSA: hda - Support Gigabyte Gaming board with dual - Realtek codecs - -This patch adds some workarounds to make Gigabyte GA-AX370 Gaming 5 -board working without the conflicts of kctls, etc. In general, the -dual codec configs result in the conflicts of the following stuff: -- Master controls -- Capture controls -- Analog loopback controls -In addition, the auto-mute and the auto-mic can't work well among -multiple codecs. - -The current "solution" is to disable all these features, and use UCM -for a better PulseAudio management. For a dedicated UCM profile, the -patch overrides the card longname so that the system an get a unique -profile path. - -Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=195305 -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 61 +++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 61 insertions(+) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index 9371f1a..e81cf83 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -1800,6 +1800,7 @@ enum { - ALC882_FIXUP_NO_PRIMARY_HP, - ALC887_FIXUP_ASUS_BASS, - ALC887_FIXUP_BASS_CHMAP, -+ ALC1220_FIXUP_GB_DUAL_CODECS, - }; - - static void alc889_fixup_coef(struct hda_codec *codec, -@@ -1962,6 +1963,61 @@ static void alc882_fixup_no_primary_hp(struct hda_codec *codec, - static void alc_fixup_bass_chmap(struct hda_codec *codec, - const struct hda_fixup *fix, int action); - -+/* For dual-codec configuration, we need to disable some features to avoid -+ * conflicts of kctls and PCM streams -+ */ -+static void alc_fixup_dual_codecs(struct hda_codec *codec, -+ const struct hda_fixup *fix, int action) -+{ -+ struct alc_spec *spec = codec->spec; -+ -+ if (action != HDA_FIXUP_ACT_PRE_PROBE) -+ return; -+ /* disable vmaster */ -+ spec->gen.suppress_vmaster = 1; -+ /* auto-mute and auto-mic switch don't work with multiple codecs */ -+ spec->gen.suppress_auto_mute = 1; -+ spec->gen.suppress_auto_mic = 1; -+ /* disable aamix as well */ -+ spec->gen.mixer_nid = 0; -+ /* add location prefix to avoid conflicts */ -+ codec->force_pin_prefix = 1; -+} -+ -+static void rename_ctl(struct hda_codec *codec, const char *oldname, -+ const char *newname) -+{ -+ struct snd_kcontrol *kctl; -+ -+ kctl = snd_hda_find_mixer_ctl(codec, oldname); -+ if (kctl) -+ strcpy(kctl->id.name, newname); -+} -+ -+static void alc1220_fixup_gb_dual_codecs(struct hda_codec *codec, -+ const struct hda_fixup *fix, -+ int action) -+{ -+ alc_fixup_dual_codecs(codec, fix, action); -+ switch (action) { -+ case HDA_FIXUP_ACT_PRE_PROBE: -+ /* override card longname to provide a unique UCM profile */ -+ strcpy(codec->card->longname, "HDAudio-Gigabyte-ALC1220DualCodecs"); -+ break; -+ case HDA_FIXUP_ACT_BUILD: -+ /* rename Capture controls depending on the codec */ -+ rename_ctl(codec, "Capture Volume", -+ codec->addr == 0 ? -+ "Rear-Panel Capture Volume" : -+ "Front-Panel Capture Volume"); -+ rename_ctl(codec, "Capture Switch", -+ codec->addr == 0 ? -+ "Rear-Panel Capture Switch" : -+ "Front-Panel Capture Switch"); -+ break; -+ } -+} -+ - static const struct hda_fixup alc882_fixups[] = { - [ALC882_FIXUP_ABIT_AW9D_MAX] = { - .type = HDA_FIXUP_PINS, -@@ -2198,6 +2254,10 @@ static const struct hda_fixup alc882_fixups[] = { - .type = HDA_FIXUP_FUNC, - .v.func = alc_fixup_bass_chmap, - }, -+ [ALC1220_FIXUP_GB_DUAL_CODECS] = { -+ .type = HDA_FIXUP_FUNC, -+ .v.func = alc1220_fixup_gb_dual_codecs, -+ }, - }; - - static const struct snd_pci_quirk alc882_fixup_tbl[] = { -@@ -2267,6 +2327,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = { - SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD), - SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3), - SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE), -+ SND_PCI_QUIRK(0x1458, 0xa0b8, "Gigabyte AZ370-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS), - SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX), - SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD), - SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD), --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Use-a-helper-function-for-renaming-kctl-nam.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Use-a-helper-function-for-renaming-kctl-nam.patch deleted file mode 100644 index 8094a3312a..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-Use-a-helper-function-for-renaming-kctl-nam.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 56798e6b3a2264b58d50b93cfd66586ede77d661 Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Tue, 11 Apr 2017 08:10:52 +0200 -Subject: [PATCH 4/4] ALSA: hda - Use a helper function for renaming kctl names - -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 11 ++++------- - 1 file changed, 4 insertions(+), 7 deletions(-) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index e81cf83..57eeefd 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -4724,7 +4724,6 @@ static void alc282_fixup_asus_tx300(struct hda_codec *codec, - { 0x1b, 0x21114000 }, /* dock speaker pin */ - {} - }; -- struct snd_kcontrol *kctl; - - switch (action) { - case HDA_FIXUP_ACT_PRE_PROBE: -@@ -4739,12 +4738,10 @@ static void alc282_fixup_asus_tx300(struct hda_codec *codec, - /* this is a bit tricky; give more sane names for the main - * (tablet) speaker and the dock speaker, respectively - */ -- kctl = snd_hda_find_mixer_ctl(codec, "Speaker Playback Switch"); -- if (kctl) -- strcpy(kctl->id.name, "Dock Speaker Playback Switch"); -- kctl = snd_hda_find_mixer_ctl(codec, "Bass Speaker Playback Switch"); -- if (kctl) -- strcpy(kctl->id.name, "Speaker Playback Switch"); -+ rename_ctl(codec, "Speaker Playback Switch", -+ "Dock Speaker Playback Switch"); -+ rename_ctl(codec, "Bass Speaker Playback Switch", -+ "Speaker Playback Switch"); - break; - } - } --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-Add-new-codec-ID-ALC299.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-Add-new-codec-ID-ALC299.patch deleted file mode 100644 index ae18a31bd1..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-Add-new-codec-ID-ALC299.patch +++ /dev/null @@ -1,102 +0,0 @@ -From 28f1f9b26cee161ddd3985b3eb78e3ffada08dda Mon Sep 17 00:00:00 2001 -From: Kailang Yang -Date: Wed, 4 Jan 2017 14:49:07 +0800 -Subject: [PATCH] ALSA: hda/realtek - Add new codec ID ALC299 - -ALC299 was similar as ALC225. -Add headset support for ALC299. -ALC3271 was for Dell rename. - -Signed-off-by: Kailang Yang -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index 1ae29fd..3c69647 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -337,6 +337,7 @@ static void alc_fill_eapd_coef(struct hda_codec *codec) - case 0x10ec0288: - case 0x10ec0295: - case 0x10ec0298: -+ case 0x10ec0299: - alc_update_coef_idx(codec, 0x10, 1<<9, 0); - break; - case 0x10ec0285: -@@ -912,6 +913,7 @@ static struct alc_codec_rename_pci_table rename_pci_tbl[] = { - { 0x10ec0256, 0x1028, 0, "ALC3246" }, - { 0x10ec0225, 0x1028, 0, "ALC3253" }, - { 0x10ec0295, 0x1028, 0, "ALC3254" }, -+ { 0x10ec0299, 0x1028, 0, "ALC3271" }, - { 0x10ec0670, 0x1025, 0, "ALC669X" }, - { 0x10ec0676, 0x1025, 0, "ALC679X" }, - { 0x10ec0282, 0x1043, 0, "ALC3229" }, -@@ -3716,6 +3718,7 @@ static void alc_headset_mode_unplugged(struct hda_codec *codec) - break; - case 0x10ec0225: - case 0x10ec0295: -+ case 0x10ec0299: - alc_process_coef_fw(codec, coef0225); - break; - case 0x10ec0867: -@@ -3823,6 +3826,7 @@ static void alc_headset_mode_mic_in(struct hda_codec *codec, hda_nid_t hp_pin, - break; - case 0x10ec0225: - case 0x10ec0295: -+ case 0x10ec0299: - alc_update_coef_idx(codec, 0x45, 0x3f<<10, 0x31<<10); - snd_hda_set_pin_ctl_cache(codec, hp_pin, 0); - alc_process_coef_fw(codec, coef0225); -@@ -3881,6 +3885,7 @@ static void alc_headset_mode_default(struct hda_codec *codec) - switch (codec->core.vendor_id) { - case 0x10ec0225: - case 0x10ec0295: -+ case 0x10ec0299: - alc_process_coef_fw(codec, coef0225); - break; - case 0x10ec0255: -@@ -3996,6 +4001,7 @@ static void alc_headset_mode_ctia(struct hda_codec *codec) - break; - case 0x10ec0225: - case 0x10ec0295: -+ case 0x10ec0299: - alc_process_coef_fw(codec, coef0225); - break; - case 0x10ec0867: -@@ -4089,6 +4095,7 @@ static void alc_headset_mode_omtp(struct hda_codec *codec) - break; - case 0x10ec0225: - case 0x10ec0295: -+ case 0x10ec0299: - alc_process_coef_fw(codec, coef0225); - break; - } -@@ -4173,6 +4180,7 @@ static void alc_determine_headset_type(struct hda_codec *codec) - break; - case 0x10ec0225: - case 0x10ec0295: -+ case 0x10ec0299: - alc_process_coef_fw(codec, coef0225); - msleep(800); - val = alc_read_coef_idx(codec, 0x46); -@@ -6219,6 +6227,7 @@ static int patch_alc269(struct hda_codec *codec) - break; - case 0x10ec0225: - case 0x10ec0295: -+ case 0x10ec0299: - spec->codec_variant = ALC269_TYPE_ALC225; - break; - case 0x10ec0234: -@@ -7256,6 +7265,7 @@ static const struct hda_device_id snd_hda_id_realtek[] = { - HDA_CODEC_ENTRY(0x10ec0294, "ALC294", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0295, "ALC295", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0298, "ALC298", patch_alc269), -+ HDA_CODEC_ENTRY(0x10ec0299, "ALC299", patch_alc269), - HDA_CODEC_REV_ENTRY(0x10ec0861, 0x100340, "ALC660", patch_alc861), - HDA_CODEC_ENTRY(0x10ec0660, "ALC660-VD", patch_alc861vd), - HDA_CODEC_ENTRY(0x10ec0861, "ALC861", patch_alc861), --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-New-codec-support-of-ALC1220.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-New-codec-support-of-ALC1220.patch deleted file mode 100644 index 706464677f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-New-codec-support-of-ALC1220.patch +++ /dev/null @@ -1,45 +0,0 @@ -From a535ad57d0e6b959cd79914a1127caade36a9459 Mon Sep 17 00:00:00 2001 -From: Kailang Yang -Date: Mon, 16 Jan 2017 16:59:26 +0800 -Subject: [PATCH] ALSA: hda/realtek - New codec support of ALC1220 - -Add support for new codec of ALC1220. -It's compatible with ALC882 & co. - -Signed-off-by: Kailang Yang -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index 3c69647..1c88da8 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -380,6 +380,7 @@ static void alc_fill_eapd_coef(struct hda_codec *codec) - break; - case 0x10ec0899: - case 0x10ec0900: -+ case 0x10ec1220: - alc_update_coef_idx(codec, 0x7, 1<<1, 0); - break; - } -@@ -2310,6 +2311,7 @@ static int patch_alc882(struct hda_codec *codec) - case 0x10ec0882: - case 0x10ec0885: - case 0x10ec0900: -+ case 0x10ec1220: - break; - default: - /* ALC883 and variants */ -@@ -7297,6 +7299,7 @@ static const struct hda_device_id snd_hda_id_realtek[] = { - HDA_CODEC_ENTRY(0x10ec0892, "ALC892", patch_alc662), - HDA_CODEC_ENTRY(0x10ec0899, "ALC898", patch_alc882), - HDA_CODEC_ENTRY(0x10ec0900, "ALC1150", patch_alc882), -+ HDA_CODEC_ENTRY(0x10ec1220, "ALC1220", patch_alc882), - {} /* terminator */ - }; - MODULE_DEVICE_TABLE(hdaudio, snd_hda_id_realtek); --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-New-codecs-support-for-ALC215-ALC28.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-New-codecs-support-for-ALC215-ALC28.patch deleted file mode 100644 index 86bf8a64c6..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-New-codecs-support-for-ALC215-ALC28.patch +++ /dev/null @@ -1,85 +0,0 @@ -From 0a6f0600efc3df0179a33188c30b5026bd9d1c27 Mon Sep 17 00:00:00 2001 -From: Kailang Yang -Date: Fri, 30 Jun 2017 16:00:48 +0800 -Subject: [PATCH] ALSA: hda/realtek - New codecs support for - ALC215/ALC285/ALC289 - -Add new codecs support for ALC215 ALC285 ALC289. - -Signed-off-by: Kailang Yang -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 14 ++++++++++++++ - 1 file changed, 14 insertions(+) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index 80c7c832d442..c39bc497650c 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -327,6 +327,7 @@ static void alc_fill_eapd_coef(struct hd - case 0x10ec0292: - alc_update_coef_idx(codec, 0x4, 1<<15, 0); - break; -+ case 0x10ec0215: - case 0x10ec0225: - case 0x10ec0233: - case 0x10ec0255: -@@ -335,8 +336,10 @@ static void alc_fill_eapd_coef(struct hd - case 0x10ec0283: - case 0x10ec0286: - case 0x10ec0288: -+ case 0x10ec0285: - case 0x10ec0295: - case 0x10ec0298: -+ case 0x10ec0289: - case 0x10ec0299: - alc_update_coef_idx(codec, 0x10, 1<<9, 0); - break; -@@ -2723,6 +2726,7 @@ enum { - ALC269_TYPE_ALC298, - ALC269_TYPE_ALC255, - ALC269_TYPE_ALC256, -+ ALC269_TYPE_ALC215, - ALC269_TYPE_ALC225, - ALC269_TYPE_ALC294, - ALC269_TYPE_ALC700, -@@ -2755,6 +2759,7 @@ static int alc269_parse_auto_config(stru - case ALC269_TYPE_ALC298: - case ALC269_TYPE_ALC255: - case ALC269_TYPE_ALC256: -+ case ALC269_TYPE_ALC215: - case ALC269_TYPE_ALC225: - case ALC269_TYPE_ALC294: - case ALC269_TYPE_ALC700: -@@ -6298,6 +6303,12 @@ static int patch_alc269(struct hda_codec - spec->gen.mixer_nid = 0; /* ALC256 does not have any loopback mixer path */ - alc_update_coef_idx(codec, 0x36, 1 << 13, 1 << 5); /* Switch pcbeep path to Line in path*/ - break; -+ case 0x10ec0215: -+ case 0x10ec0285: -+ case 0x10ec0289: -+ spec->codec_variant = ALC269_TYPE_ALC215; -+ spec->gen.mixer_nid = 0; -+ break; - case 0x10ec0225: - case 0x10ec0295: - case 0x10ec0299: -@@ -7267,6 +7278,7 @@ static int patch_alc680(struct hda_codec - * patch entries - */ - static const struct hda_device_id snd_hda_id_realtek[] = { -+ HDA_CODEC_ENTRY(0x10ec0215, "ALC215", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0221, "ALC221", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0225, "ALC225", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0231, "ALC231", patch_alc269), -@@ -7289,8 +7301,10 @@ static const struct hda_device_id snd_hd - HDA_CODEC_ENTRY(0x10ec0282, "ALC282", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0283, "ALC283", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0284, "ALC284", patch_alc269), -+ HDA_CODEC_ENTRY(0x10ec0285, "ALC285", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0286, "ALC286", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0288, "ALC288", patch_alc269), -+ HDA_CODEC_ENTRY(0x10ec0289, "ALC289", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0290, "ALC290", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0292, "ALC292", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0293, "ALC293", patch_alc269), diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-Remove-ALC285-device-ID.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-Remove-ALC285-device-ID.patch deleted file mode 100644 index 0564974722..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-Remove-ALC285-device-ID.patch +++ /dev/null @@ -1,68 +0,0 @@ -From 4731d5de4b1ca8d2565782cc3aeac392db07c075 Mon Sep 17 00:00:00 2001 -From: Kailang Yang -Date: Fri, 30 Jun 2017 15:22:57 +0800 -Subject: [PATCH] ALSA: hda/realtek - Remove ALC285 device ID - -0x0285 Device ID was not used. -It just assigned for alias of ALC293 as backup. -So, remove it first. -Because our new codec will use this device ID. - -Signed-off-by: Kailang Yang -Signed-off-by: Takashi Iwai ---- - sound/pci/hda/patch_realtek.c | 9 +++------ - 1 file changed, 3 insertions(+), 6 deletions(-) - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index c79491a1cd47..80c7c832d442 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -340,7 +340,6 @@ static void alc_fill_eapd_coef(struct hda_codec *codec) - case 0x10ec0299: - alc_update_coef_idx(codec, 0x10, 1<<9, 0); - break; -- case 0x10ec0285: - case 0x10ec0293: - alc_update_coef_idx(codec, 0xa, 1<<13, 0); - break; -@@ -2738,7 +2737,7 @@ enum { - ALC269_TYPE_ALC282, - ALC269_TYPE_ALC283, - ALC269_TYPE_ALC284, -- ALC269_TYPE_ALC285, -+ ALC269_TYPE_ALC293, - ALC269_TYPE_ALC286, - ALC269_TYPE_ALC298, - ALC269_TYPE_ALC255, -@@ -2764,7 +2763,7 @@ static int alc269_parse_auto_config(struct hda_codec *codec) - case ALC269_TYPE_ALC269VC: - case ALC269_TYPE_ALC280: - case ALC269_TYPE_ALC284: -- case ALC269_TYPE_ALC285: -+ case ALC269_TYPE_ALC293: - ssids = alc269va_ssids; - break; - case ALC269_TYPE_ALC269VB: -@@ -6678,9 +6677,8 @@ static int patch_alc269(struct hda_codec *codec) - case 0x10ec0292: - spec->codec_variant = ALC269_TYPE_ALC284; - break; -- case 0x10ec0285: - case 0x10ec0293: -- spec->codec_variant = ALC269_TYPE_ALC285; -+ spec->codec_variant = ALC269_TYPE_ALC293; - break; - case 0x10ec0286: - case 0x10ec0288: -@@ -7752,7 +7750,6 @@ static const struct hda_device_id snd_hda_id_realtek[] = { - HDA_CODEC_ENTRY(0x10ec0282, "ALC282", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0283, "ALC283", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0284, "ALC284", patch_alc269), -- HDA_CODEC_ENTRY(0x10ec0285, "ALC285", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0286, "ALC286", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0288, "ALC288", patch_alc269), - HDA_CODEC_ENTRY(0x10ec0290, "ALC290", patch_alc269), --- -2.13.2 - diff --git a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-new-id-for-alc1220.patch b/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-new-id-for-alc1220.patch deleted file mode 100644 index 7dc599355f..0000000000 --- a/kernel/tools/perf/files/patches/mageia/sound-ALSA-hda-realtek-new-id-for-alc1220.patch +++ /dev/null @@ -1,30 +0,0 @@ -From a7498943b45d43f4a1abf37b75908c1edf840230 Mon Sep 17 00:00:00 2001 -From: Kailang Yang -Date: Tue, 11 Jul 2017 15:15:47 +0800 -Subject: [PATCH] ALSA: hda/realtek - New codec device ID for ALC1220 - -Codec ID is 0x1168. -It is another ALC1220 codec. - -Signed-off-by: Kailang Yang - -diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c -index e2116d2..45d58fc 100644 ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -380,6 +380,7 @@ static void alc_fill_eapd_coef(struct hd - break; - case 0x10ec0899: - case 0x10ec0900: -+ case 0x10ec1168: - case 0x10ec1220: - alc_update_coef_idx(codec, 0x7, 1<<1, 0); - break; -@@ -7331,6 +7332,7 @@ static const struct hda_device_id snd_hd - HDA_CODEC_ENTRY(0x10ec0892, "ALC892", patch_alc662), - HDA_CODEC_ENTRY(0x10ec0899, "ALC898", patch_alc882), - HDA_CODEC_ENTRY(0x10ec0900, "ALC1150", patch_alc882), -+ HDA_CODEC_ENTRY(0x10ec1168, "ALC1220", patch_alc882), - HDA_CODEC_ENTRY(0x10ec1220, "ALC1220", patch_alc882), - {} /* terminator */ - }; diff --git a/kernel/tools/perf/files/patches/mageia/tools-build-Make-fixdep-parsing-wait-for-last-target.patch b/kernel/tools/perf/files/patches/mageia/tools-build-Make-fixdep-parsing-wait-for-last-target.patch deleted file mode 100644 index f15fccc5b2..0000000000 --- a/kernel/tools/perf/files/patches/mageia/tools-build-Make-fixdep-parsing-wait-for-last-target.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 1cd6472e3f8d3fdee0fd19f7088807b284d3080f Mon Sep 17 00:00:00 2001 -From: Jiri Olsa -Date: Thu, 1 Dec 2016 14:00:25 +0100 -Subject: [PATCH] tools build: Make fixdep parsing wait for last target - -The fixdep tool, among other things, replaces the target of the object -in the gcc generated dependency output file. - -The parsing code assumes there's only single target in the rule but this -is not always the case as described in here: - - https://gcc.gnu.org/ml/gcc-help/2016-11/msg00099.html - -Make the fixdep code smart enough to skip all the possible targets. - -Signed-off-by: Jiri Olsa -Tested-by: Arnaldo Carvalho de Melo -Acked-by: Peter Foley -Cc: Wang Nan -Link: http://lkml.kernel.org/r/20161201130025.GA16430@krava -Signed-off-by: Arnaldo Carvalho de Melo ---- - tools/build/fixdep.c | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/tools/build/fixdep.c b/tools/build/fixdep.c -index 1521d36..734d154 100644 ---- a/tools/build/fixdep.c -+++ b/tools/build/fixdep.c -@@ -49,7 +49,7 @@ static void parse_dep_file(void *map, size_t len) - char *end = m + len; - char *p; - char s[PATH_MAX]; -- int is_target; -+ int is_target, has_target = 0; - int saw_any_target = 0; - int is_first_dep = 0; - -@@ -67,7 +67,8 @@ static void parse_dep_file(void *map, size_t len) - if (is_target) { - /* The /next/ file is the first dependency */ - is_first_dep = 1; -- } else { -+ has_target = 1; -+ } else if (has_target) { - /* Save this token/filename */ - memcpy(s, m, p-m); - s[p - m] = 0; --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/tools-perf-tools-Force-fixdep-compilation-at-the-start-of-.patch b/kernel/tools/perf/files/patches/mageia/tools-perf-tools-Force-fixdep-compilation-at-the-start-of-.patch deleted file mode 100644 index 7bc4952d8a..0000000000 --- a/kernel/tools/perf/files/patches/mageia/tools-perf-tools-Force-fixdep-compilation-at-the-start-of-.patch +++ /dev/null @@ -1,237 +0,0 @@ -From abb26210a39522a6645bce3f438ed9a26bedb11b Mon Sep 17 00:00:00 2001 -From: Jiri Olsa -Date: Tue, 6 Dec 2016 14:18:49 +0100 -Subject: [PATCH] perf tools: Force fixdep compilation at the start of the - build - -The fixdep tool needs to be built before everything else, because it fixes -every object dependency file. - -We handle this currently by making all objects to depend on fixdep, which is -error prone and is easily forgotten when new object is added. - -Instead of this, this patch force fixdep tool to be built as the first target -in the separate make session. This way we don't need to handle extra fixdep -dependencies and we are certain there's no fixdep race with any parallel make -job. - -Committer notes: - -Testing it: - -Before: - - $ rm -rf /tmp/build/perf/ ; mkdir -p /tmp/build/perf ; make -k O=/tmp/build/perf -C tools/perf install-bin - make: Entering directory '/home/acme/git/linux/tools/perf' - BUILD: Doing 'make -j4' parallel build - - Auto-detecting system features: - ... dwarf: [ on ] - ... dwarf_getlocations: [ on ] - ... glibc: [ on ] - ... gtk2: [ on ] - ... libaudit: [ on ] - ... libbfd: [ on ] - ... libelf: [ on ] - ... libnuma: [ on ] - ... numa_num_possible_cpus: [ on ] - ... libperl: [ on ] - ... libpython: [ on ] - ... libslang: [ on ] - ... libcrypto: [ on ] - ... libunwind: [ on ] - ... libdw-dwarf-unwind: [ on ] - ... zlib: [ on ] - ... lzma: [ on ] - ... get_cpuid: [ on ] - ... bpf: [ on ] - - GEN /tmp/build/perf/common-cmds.h - HOSTCC /tmp/build/perf/fixdep.o - HOSTLD /tmp/build/perf/fixdep-in.o - LINK /tmp/build/perf/fixdep - MKDIR /tmp/build/perf/pmu-events/ - HOSTCC /tmp/build/perf/pmu-events/json.o - MKDIR /tmp/build/perf/pmu-events/ - HOSTCC /tmp/build/perf/pmu-events/jsmn.o - HOSTCC /tmp/build/perf/pmu-events/jevents.o - HOSTLD /tmp/build/perf/pmu-events/jevents-in.o - PERF_VERSION = 4.9.rc8.g868cd5 - CC /tmp/build/perf/perf-read-vdso32 - - -After: - - $ rm -rf /tmp/build/perf/ ; mkdir -p /tmp/build/perf ; make -k O=/tmp/build/perf -C tools/perf install-bin - make: Entering directory '/home/acme/git/linux/tools/perf' - BUILD: Doing 'make -j4' parallel build - HOSTCC /tmp/build/perf/fixdep.o - HOSTLD /tmp/build/perf/fixdep-in.o - LINK /tmp/build/perf/fixdep - - Auto-detecting system features: - ... dwarf: [ on ] - ... dwarf_getlocations: [ on ] - ... glibc: [ on ] - ... gtk2: [ on ] - ... libaudit: [ on ] - ... libbfd: [ on ] - ... libelf: [ on ] - ... libnuma: [ on ] - ... numa_num_possible_cpus: [ on ] - ... libperl: [ on ] - ... libpython: [ on ] - ... libslang: [ on ] - ... libcrypto: [ on ] - ... libunwind: [ on ] - ... libdw-dwarf-unwind: [ on ] - ... zlib: [ on ] - ... lzma: [ on ] - ... get_cpuid: [ on ] - ... bpf: [ on ] - - GEN /tmp/build/perf/common-cmds.h - MKDIR /tmp/build/perf/fd/ - CC /tmp/build/perf/fd/array.o - LD /tmp/build/perf/fd/libapi-in.o - MKDIR /tmp/build/perf/fs/ - CC /tmp/build/perf/event-parse.o - CC /tmp/build/perf/fs/fs.o - PERF_VERSION = 4.9.rc8.g57a92f - CC /tmp/build/perf/event-plugin.o - MKDIR /tmp/build/perf/fs/ - CC /tmp/build/perf/fs/tracing_path.o - - -Signed-off-by: Jiri Olsa -Tested-by: Arnaldo Carvalho de Melo -Cc: David Ahern -Cc: Namhyung Kim -Cc: Peter Zijlstra -Link: http://lkml.kernel.org/r/1481030331-31944-3-git-send-email-jolsa@kernel.org -Signed-off-by: Arnaldo Carvalho de Melo ---- - tools/perf/Makefile.perf | 50 ++++++++++++++++++++++++++++++++++++------------ - 1 file changed, 38 insertions(+), 12 deletions(-) - -diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf -index 9e5a6e1..33b1d9f 100644 ---- a/tools/perf/Makefile.perf -+++ b/tools/perf/Makefile.perf -@@ -177,6 +177,35 @@ ifeq ($(filter-out $(NON_CONFIG_TARGETS) - endif - endif - -+# The fixdep build - we force fixdep tool to be built as -+# the first target in the separate make session not to be -+# disturbed by any parallel make jobs. Once fixdep is done -+# we issue the requested build with FIXDEP=1 variable. -+# -+# The fixdep build is disabled for $(NON_CONFIG_TARGETS) -+# targets, because it's not necessary. -+ -+ifdef FIXDEP -+ force_fixdep := 0 -+else -+ force_fixdep := $(config) -+endif -+ -+export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK -+export HOSTCC HOSTLD HOSTAR -+ -+include $(srctree)/tools/build/Makefile.include -+ -+ifeq ($(force_fixdep),1) -+goals := $(filter-out all sub-make, $(MAKECMDGOALS)) -+ -+$(goals) all: sub-make -+ -+sub-make: fixdep -+ $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals) -+ -+else # force_fixdep -+ - # Set FEATURE_TESTS to 'all' so all possible feature checkers are executed. - # Without this setting the output feature dump file misses some features, for - # example, liberty. Select all checkers so we won't get an incomplete feature -@@ -348,10 +377,6 @@ strip: $(PROGRAMS) $(OUTPUT)perf - - PERF_IN := $(OUTPUT)perf-in.o - --export srctree OUTPUT RM CC LD AR CFLAGS V BISON FLEX AWK --export HOSTCC HOSTLD HOSTAR --include $(srctree)/tools/build/Makefile.include -- - JEVENTS := $(OUTPUT)pmu-events/jevents - JEVENTS_IN := $(OUTPUT)pmu-events/jevents-in.o - -@@ -470,7 +495,7 @@ $(OUTPUT)perf: $(PERFLIBS) $(PERF_IN) $( - $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $(LIBTRACEEVENT_DYNAMIC_LIST_LDFLAGS) \ - $(PERF_IN) $(PMU_EVENTS_IN) $(LIBS) -o $@ - --$(GTK_IN): fixdep FORCE -+$(GTK_IN): FORCE - $(Q)$(MAKE) $(build)=gtk - - $(OUTPUT)libperf-gtk.so: $(GTK_IN) $(PERFLIBS) -@@ -515,7 +540,7 @@ endif - __build-dir = $(subst $(OUTPUT),,$(dir $@)) - build-dir = $(if $(__build-dir),$(__build-dir),.) - --prepare: $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h fixdep archheaders -+prepare: $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h archheaders - - $(OUTPUT)%.o: %.c prepare FORCE - $(Q)$(MAKE) -f $(srctree)/tools/build/Makefile.build dir=$(build-dir) $@ -@@ -555,7 +580,7 @@ $(patsubst perf-%,%.o,$(PROGRAMS)): $(wi - - LIBPERF_IN := $(OUTPUT)libperf-in.o - --$(LIBPERF_IN): prepare fixdep FORCE -+$(LIBPERF_IN): prepare FORCE - $(Q)$(MAKE) $(build)=libperf - - $(LIB_FILE): $(LIBPERF_IN) -@@ -563,10 +588,10 @@ $(LIB_FILE): $(LIBPERF_IN) - - LIBTRACEEVENT_FLAGS += plugin_dir=$(plugindir_SQ) - --$(LIBTRACEEVENT): fixdep FORCE -+$(LIBTRACEEVENT): FORCE - $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) $(OUTPUT)libtraceevent.a - --libtraceevent_plugins: fixdep FORCE -+libtraceevent_plugins: FORCE - $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) plugins - - $(LIBTRACEEVENT_DYNAMIC_LIST): libtraceevent_plugins -@@ -579,21 +604,21 @@ $(LIBTRACEEVENT)-clean: - install-traceevent-plugins: libtraceevent_plugins - $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) install_plugins - --$(LIBAPI): fixdep FORCE -+$(LIBAPI): FORCE - $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) $(OUTPUT)libapi.a - - $(LIBAPI)-clean: - $(call QUIET_CLEAN, libapi) - $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null - --$(LIBBPF): fixdep FORCE -+$(LIBBPF): FORCE - $(Q)$(MAKE) -C $(BPF_DIR) O=$(OUTPUT) $(OUTPUT)libbpf.a FEATURES_DUMP=$(FEATURE_DUMP_EXPORT) - - $(LIBBPF)-clean: - $(call QUIET_CLEAN, libbpf) - $(Q)$(MAKE) -C $(BPF_DIR) O=$(OUTPUT) clean >/dev/null - --$(LIBSUBCMD): fixdep FORCE -+$(LIBSUBCMD): FORCE - $(Q)$(MAKE) -C $(SUBCMD_DIR) O=$(OUTPUT) $(OUTPUT)libsubcmd.a - - $(LIBSUBCMD)-clean: -@@ -790,3 +815,4 @@ FORCE: - .PHONY: $(GIT-HEAD-PHONY) TAGS tags cscope FORCE prepare - .PHONY: libtraceevent_plugins archheaders - -+endif # force_fixdep diff --git a/kernel/tools/perf/files/patches/mageia/tools-perf-tools-Move-perf-build-related-variables-under-n.patch b/kernel/tools/perf/files/patches/mageia/tools-perf-tools-Move-perf-build-related-variables-under-n.patch deleted file mode 100644 index 9b50c1cd7b..0000000000 --- a/kernel/tools/perf/files/patches/mageia/tools-perf-tools-Move-perf-build-related-variables-under-n.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 8ac1eb7bab7c8d9d6f00b3e2a408611c45d9dff0 Mon Sep 17 00:00:00 2001 -From: Jiri Olsa -Date: Tue, 6 Dec 2016 14:18:50 +0100 -Subject: [PATCH] perf tools: Move perf build related variables under non - fixdep leg - -Because there's no need for them in fixdep build. - -Signed-off-by: Jiri Olsa -Cc: David Ahern -Cc: Namhyung Kim -Cc: Peter Zijlstra -Link: http://lkml.kernel.org/r/1481030331-31944-4-git-send-email-jolsa@kernel.org -Signed-off-by: Arnaldo Carvalho de Melo ---- - tools/perf/Makefile.perf | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf -index 33b1d9f..8f1c258 100644 ---- a/tools/perf/Makefile.perf -+++ b/tools/perf/Makefile.perf -@@ -164,11 +164,6 @@ BISON = bison - STRIP = strip - AWK = awk - --LIB_DIR = $(srctree)/tools/lib/api/ --TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/ --BPF_DIR = $(srctree)/tools/lib/bpf/ --SUBCMD_DIR = $(srctree)/tools/lib/subcmd/ -- - # include Makefile.config by default and rule out - # non-config cases - config := 1 -@@ -210,6 +205,11 @@ sub-make: fixdep - - else # force_fixdep - -+LIB_DIR = $(srctree)/tools/lib/api/ -+TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/ -+BPF_DIR = $(srctree)/tools/lib/bpf/ -+SUBCMD_DIR = $(srctree)/tools/lib/subcmd/ -+ - # Set FEATURE_TESTS to 'all' so all possible feature checkers are executed. - # Without this setting the output feature dump file misses some features, for - # example, liberty. Select all checkers so we won't get an incomplete feature --- -2.10.2 - diff --git a/kernel/tools/perf/files/patches/mageia/tools-testing-selftest-Makefile-remove-powerpc-reference.patch b/kernel/tools/perf/files/patches/mageia/tools-testing-selftest-Makefile-remove-powerpc-reference.patch deleted file mode 100644 index fea25f61bb..0000000000 --- a/kernel/tools/perf/files/patches/mageia/tools-testing-selftest-Makefile-remove-powerpc-reference.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- linux/tools/testing/selftests/Makefile.orig -+++ linux/tools/testing/selftests/Makefile -@@ -16,7 +16,6 @@ TARGETS += mount - TARGETS += mqueue - TARGETS += net - TARGETS += nsfs --TARGETS += powerpc - TARGETS += pstore - TARGETS += ptrace - TARGETS += seccomp diff --git a/kernel/tools/perf/files/patches/mageia/usb-storage-unusual_devs-add-id-2.6.37-buildfix.patch b/kernel/tools/perf/files/patches/mageia/usb-storage-unusual_devs-add-id-2.6.37-buildfix.patch deleted file mode 100644 index fa6655de05..0000000000 --- a/kernel/tools/perf/files/patches/mageia/usb-storage-unusual_devs-add-id-2.6.37-buildfix.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- linux/drivers/usb/storage/unusual_devs.h.orig 2012-12-06 18:26:48.639813048 +0200 -+++ linux/drivers/usb/storage/unusual_devs.h 2012-12-06 18:27:16.570440504 +0200 -@@ -2046,16 +2046,16 @@ UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0 - UNUSUAL_DEV( 0x0584, 0x0001, 0x0100, 0x0102, - "RATOCSystems", - "Compact Flash Adapter", -- US_SC_SCSI, US_PR_BULK, NULL, -+ USB_SC_SCSI, USB_PR_BULK, NULL, - US_FL_SINGLE_LUN | US_FL_MAX_SECTORS_MIN), - - /* - * Panasonic/OEMs compact USB CDROMs status - * KXL-840(CD-ROM11): usb_stor_Bulk_max_lun() is danger, need US_FL_SINGLE_LUN - * KXL-RW11(CDRRW02): usb_stor_Bulk_max_lun() is danger, need US_FL_SINGLE_LUN -- * KXL-RW20(CDRRW03): original IClass is 0xFF, use US_PR_CB and need init reset -+ * KXL-RW20(CDRRW03): original IClass is 0xFF, use USB_PR_CB and need init reset - * KXL-RW31(CDRRW05): work fine with current code -- * KXL-RW21(CDRRW06): original IClass is 0xFF, use US_PR_CB and need init reset -+ * KXL-RW21(CDRRW06): original IClass is 0xFF, use USB_PR_CB and need init reset - * KXL-RW32(CDRRW09): work fine with current code - * KXL-RW40(CDRRW10): work fine with current code - * Checked: Go Taniguchi -@@ -2063,19 +2063,19 @@ UNUSUAL_DEV( 0x0584, 0x0001, 0x0100, 0x0 - UNUSUAL_DEV( 0x04da, 0x0d01, 0x0000, 0xffff, - "Panasonic", - "CD-ROM11", -- US_SC_8020, US_PR_BULK, NULL, US_FL_SINGLE_LUN), -+ USB_SC_8020, USB_PR_BULK, NULL, US_FL_SINGLE_LUN), - UNUSUAL_DEV( 0x04da, 0x0d02, 0x0000, 0xffff, - "Panasonic", - "CDRRW02", -- US_SC_8020, US_PR_BULK, NULL, US_FL_SINGLE_LUN), -+ USB_SC_8020, USB_PR_BULK, NULL, US_FL_SINGLE_LUN), - UNUSUAL_DEV( 0x04da, 0x0d03, 0x0000, 0xffff, - "Panasonic", - "CDRRW03", -- US_SC_8020, US_PR_CB, NULL, US_FL_MAX_SECTORS_MIN), -+ USB_SC_8020, USB_PR_CB, NULL, US_FL_MAX_SECTORS_MIN), - UNUSUAL_DEV( 0x04da, 0x0d06, 0x0000, 0xffff, - "Panasonic", - "CDRRW06", -- US_SC_8020, US_PR_CB, NULL, US_FL_MAX_SECTORS_MIN), -+ USB_SC_8020, USB_PR_CB, NULL, US_FL_MAX_SECTORS_MIN), - - /* Control/Bulk transport for all SubClass values */ - USUAL_DEV(USB_SC_RBC, USB_PR_CB), diff --git a/kernel/tools/perf/files/patches/mageia/usb-storage-unusual_devs-add-id.patch b/kernel/tools/perf/files/patches/mageia/usb-storage-unusual_devs-add-id.patch deleted file mode 100644 index b9fc02006e..0000000000 --- a/kernel/tools/perf/files/patches/mageia/usb-storage-unusual_devs-add-id.patch +++ /dev/null @@ -1,55 +0,0 @@ -Subject: Change to usb storage of unusual_dev. - -This patch is japanease unique USB devices quirks. -There are many unique USB CD, which probides by Panasonic. -I try to use all models. all devices worked fine. - -Signed-off-by: Go Taniguchi - ---- - drivers/usb/storage/unusual_devs.h | 34 ++++++++++++++++++++++++++++++++++ - 1 file changed, 34 insertions(+) - ---- linux/drivers/usb/storage/unusual_devs.h.orig 2014-06-03 21:48:03.211099341 +0300 -+++ linux/drivers/usb/storage/unusual_devs.h 2014-06-04 21:57:21.546299167 +0300 -@@ -2105,6 +2105,40 @@ UNUSUAL_DEV( 0xed10, 0x7636, 0x0001, 0x0 - #include "unusual_uas.h" - #endif - -+UNUSUAL_DEV( 0x0584, 0x0001, 0x0100, 0x0102, -+ "RATOCSystems", -+ "Compact Flash Adapter", -+ US_SC_SCSI, US_PR_BULK, NULL, -+ US_FL_SINGLE_LUN | US_FL_MAX_SECTORS_MIN), -+ -+/* -+ * Panasonic/OEMs compact USB CDROMs status -+ * KXL-840(CD-ROM11): usb_stor_Bulk_max_lun() is danger, need US_FL_SINGLE_LUN -+ * KXL-RW11(CDRRW02): usb_stor_Bulk_max_lun() is danger, need US_FL_SINGLE_LUN -+ * KXL-RW20(CDRRW03): original IClass is 0xFF, use US_PR_CB and need init reset -+ * KXL-RW31(CDRRW05): work fine with current code -+ * KXL-RW21(CDRRW06): original IClass is 0xFF, use US_PR_CB and need init reset -+ * KXL-RW32(CDRRW09): work fine with current code -+ * KXL-RW40(CDRRW10): work fine with current code -+ * Checked: Go Taniguchi -+ */ -+UNUSUAL_DEV( 0x04da, 0x0d01, 0x0000, 0xffff, -+ "Panasonic", -+ "CD-ROM11", -+ US_SC_8020, US_PR_BULK, NULL, US_FL_SINGLE_LUN), -+UNUSUAL_DEV( 0x04da, 0x0d02, 0x0000, 0xffff, -+ "Panasonic", -+ "CDRRW02", -+ US_SC_8020, US_PR_BULK, NULL, US_FL_SINGLE_LUN), -+UNUSUAL_DEV( 0x04da, 0x0d03, 0x0000, 0xffff, -+ "Panasonic", -+ "CDRRW03", -+ US_SC_8020, US_PR_CB, NULL, US_FL_MAX_SECTORS_MIN), -+UNUSUAL_DEV( 0x04da, 0x0d06, 0x0000, 0xffff, -+ "Panasonic", -+ "CDRRW06", -+ US_SC_8020, US_PR_CB, NULL, US_FL_MAX_SECTORS_MIN), -+ - /* Control/Bulk transport for all SubClass values */ - USUAL_DEV(USB_SC_RBC, USB_PR_CB), - USUAL_DEV(USB_SC_8020, USB_PR_CB), diff --git a/kernel/tools/perf/files/patches/mageia/video-mageia-logo.patch b/kernel/tools/perf/files/patches/mageia/video-mageia-logo.patch deleted file mode 100644 index efc5307e0c..0000000000 --- a/kernel/tools/perf/files/patches/mageia/video-mageia-logo.patch +++ /dev/null @@ -1,949 +0,0 @@ - -Mageia framebuffer boot logo - -Signed-off-by: Thomas Backlund - - drivers/video/logo/Kconfig | 5 - drivers/video/logo/Makefile | 1 - drivers/video/logo/logo.c | 5 - drivers/video/logo/logo_mageia_clut224.ppm | 883 +++++++++++++++++++++++++++++ - include/linux/linux_logo.h | 1 - 5 files changed, 895 insertions(+) - -diff -Nurp linux-2.6.37.3/drivers/video/logo/Kconfig linux-2.6.37.3.mga/drivers/video/logo/Kconfig ---- linux-2.6.37.3/drivers/video/logo/Kconfig 2011-01-05 02:50:19.000000000 +0200 -+++ linux-2.6.37.3.mga/drivers/video/logo/Kconfig 2011-03-08 21:50:08.077611366 +0200 -@@ -82,4 +82,9 @@ config LOGO_M32R_CLUT224 - depends on M32R - default y - -+config LOGO_MAGEIA_CLUT224 -+ bool "224-color Mageia logo" -+ depends on LOGO -+ default y -+ - endif # LOGO -diff -Nurp linux-2.6.37.3/drivers/video/logo/logo.c linux-2.6.37.3.mga/drivers/video/logo/logo.c ---- linux-2.6.37.3/drivers/video/logo/logo.c 2011-01-05 02:50:19.000000000 +0200 -+++ linux-2.6.37.3.mga/drivers/video/logo/logo.c 2011-03-08 21:51:27.042063947 +0200 -@@ -63,6 +63,11 @@ const struct linux_logo * __init_refok f - } - - if (depth >= 8) { -+#ifdef CONFIG_LOGO_MAGEIA_CLUT224 -+ /* Mageia logo */ -+ logo = &logo_mageia_clut224; -+ return logo; -+#endif - #ifdef CONFIG_LOGO_LINUX_CLUT224 - /* Generic Linux logo */ - logo = &logo_linux_clut224; -diff -Nurp linux-2.6.37.3/drivers/video/logo/logo_mageia_clut224.ppm linux-2.6.37.3.mga/drivers/video/logo/logo_mageia_clut224.ppm ---- linux-2.6.37.3/drivers/video/logo/logo_mageia_clut224.ppm 1970-01-01 02:00:00.000000000 +0200 -+++ linux-2.6.37.3.mga/drivers/video/logo/logo_mageia_clut224.ppm 2011-03-08 23:47:47.000000000 +0200 -@@ -0,0 +1,883 @@ -+P3 -+80 80 -+255 -+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 11 16 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 9 14 29 -+9 14 29 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -+ -+0 0 0 0 0 0 0 0 0 0 0 0 8 23 42 32 55 114 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 37 56 117 -+37 56 117 37 56 117 18 45 91 9 14 29 0 0 0 0 0 0 0 0 0 0 0 0 -+ -+0 0 0 0 0 0 0 0 0 18 45 91 37 56 117 37 56 117 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 36 57 118 -+36 57 118 36 57 118 37 56 117 36 57 118 17 36 71 0 0 0 0 0 0 0 0 0 -+ -+0 0 0 3 11 16 18 45 91 35 58 120 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 35 58 119 -+35 58 119 35 58 119 35 58 119 35 58 119 35 58 120 17 36 71 0 0 0 0 0 0 -+ -+0 0 0 11 38 58 37 56 117 34 59 122 35 58 119 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 -+35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 35 58 120 9 14 29 0 0 0 -+ -+0 0 0 32 55 114 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 35 58 119 63 96 153 63 96 153 63 96 153 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 -+34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 34 59 122 18 45 91 0 0 0 -+ -+8 23 42 34 59 122 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 125 157 204 191 220 251 194 222 252 191 218 250 108 152 201 -+32 55 114 32 62 125 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 -+33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 33 60 123 34 59 122 0 0 0 -+ -+11 38 58 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 62 125 63 96 153 170 209 245 168 209 245 168 209 245 170 209 245 164 205 243 -+63 96 153 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 -+32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 61 124 32 62 125 8 16 31 -+ -+17 36 71 33 60 123 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 86 129 181 148 198 240 145 197 239 145 197 239 145 197 239 145 197 239 -+63 96 153 32 61 124 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 -+32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 32 62 125 8 16 31 -+ -+11 38 58 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 -+31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 -+31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 -+31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 -+31 63 126 30 65 129 63 96 153 123 185 232 123 185 232 123 185 232 123 185 232 122 182 230 -+41 91 154 31 63 126 31 63 126 31 63 126 31 63 126 63 96 153 40 74 135 31 63 126 -+31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 -+31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 -+31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 -+31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 31 63 126 8 16 31 -+ -+17 36 71 31 63 126 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 -+30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 -+30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 -+30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 -+30 64 128 30 64 128 30 65 129 85 139 195 97 172 225 100 173 226 100 173 226 85 139 195 -+32 61 124 30 64 128 30 64 128 86 129 181 184 213 246 201 225 254 201 225 254 142 183 225 -+40 74 135 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 -+30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 -+30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 -+30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 30 64 128 8 16 31 -+ -+17 36 71 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 -+30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 -+30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 -+30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 -+30 65 129 30 65 129 29 66 130 31 63 126 58 114 175 58 114 175 41 91 154 29 66 130 -+30 65 129 28 68 132 40 74 135 178 210 243 176 212 247 173 211 246 176 212 247 176 212 247 -+125 157 204 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 -+30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 -+30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 -+30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 30 65 129 8 16 31 -+ -+17 36 71 30 64 128 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 -+29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 -+29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 -+29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 -+29 66 130 29 66 130 29 66 130 29 66 130 30 64 128 28 67 131 29 66 130 29 66 130 -+29 66 130 29 66 130 85 139 195 158 203 242 154 201 241 155 202 241 155 202 241 155 202 241 -+154 201 241 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 -+29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 -+29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 -+29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 29 66 130 6 18 34 -+ -+17 36 71 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 86 129 181 134 191 236 134 191 236 134 191 236 134 191 236 134 191 236 -+134 191 236 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 -+28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 28 67 131 6 18 34 -+ -+17 36 71 28 67 131 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 40 74 135 117 182 230 115 181 230 115 181 230 115 181 230 115 181 230 -+85 139 195 27 69 133 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 -+28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 28 68 132 6 18 34 -+ -+17 36 71 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 -+27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 -+27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 -+27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 -+27 69 133 27 69 133 27 69 133 27 69 133 26 71 136 63 96 153 108 152 201 142 183 225 -+86 129 181 27 69 133 27 69 133 58 114 175 95 170 224 95 170 224 97 172 225 77 152 208 -+41 91 154 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 -+27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 -+27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 -+27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 27 69 133 6 18 34 -+ -+11 38 71 27 69 133 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 -+26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 -+26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 -+26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 -+26 70 135 26 70 135 26 70 135 26 70 135 86 129 181 197 223 253 188 217 249 188 217 249 -+191 220 251 152 193 232 40 74 135 26 70 135 23 75 141 41 91 154 41 91 154 26 70 135 -+27 69 133 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 -+26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 -+26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 -+26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 26 70 135 6 18 34 -+ -+11 38 71 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 -+26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 -+26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 -+26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 -+26 71 136 26 71 136 26 70 135 41 91 154 172 210 246 170 209 245 170 209 245 170 209 245 -+168 209 245 178 210 243 85 139 195 26 71 136 26 71 136 25 72 137 26 71 136 26 71 136 -+26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 -+26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 -+26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 -+26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 26 71 136 6 18 34 -+ -+11 38 71 26 71 136 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 86 129 181 151 200 240 152 200 240 152 200 240 152 200 240 -+152 200 240 151 200 240 122 172 221 27 69 133 24 73 138 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 -+25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 25 72 137 6 18 34 -+ -+11 38 71 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 25 72 137 58 114 175 134 191 236 134 191 236 134 191 236 134 191 236 -+134 191 236 134 191 236 108 152 201 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 -+24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 24 73 138 6 18 34 -+ -+11 38 71 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 41 91 154 115 181 230 115 181 230 115 181 230 115 181 230 -+115 181 230 115 181 230 60 128 188 24 73 138 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 -+23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 23 74 139 5 19 36 -+ -+11 38 71 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 -+23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 -+23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 -+23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 -+23 75 141 23 75 141 23 75 141 23 74 139 58 114 175 97 172 225 97 172 225 97 172 225 -+97 172 225 77 152 208 24 73 138 23 75 141 41 91 154 125 157 204 152 193 232 142 183 225 -+86 129 181 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 -+23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 -+23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 -+23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 23 75 141 5 19 36 -+ -+11 38 71 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 -+22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 -+22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 -+22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 -+22 76 142 22 76 142 22 76 142 22 76 142 21 76 143 30 98 155 58 114 175 60 128 188 -+42 114 176 23 74 139 21 76 143 63 96 153 176 212 247 188 218 250 188 218 250 188 217 249 -+191 218 250 125 157 204 21 77 144 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 -+22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 -+22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 -+22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 22 76 142 5 19 36 -+ -+11 38 71 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 -+21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 -+21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 -+21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 23 75 141 -+58 114 175 125 157 204 152 193 232 108 152 201 41 91 154 21 77 144 21 77 144 21 76 143 -+21 76 143 21 76 143 21 76 143 131 179 222 172 210 246 172 210 246 172 210 246 172 210 246 -+172 210 246 170 209 245 86 129 181 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 -+21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 -+21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 -+21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 21 76 143 5 19 36 -+ -+11 38 71 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 -+21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 -+21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 -+21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 125 157 204 -+194 222 252 191 220 251 191 220 251 191 220 251 184 213 246 86 129 181 21 77 144 21 77 144 -+21 77 144 21 77 144 22 89 156 155 202 241 155 202 242 155 202 242 155 202 242 155 202 242 -+155 202 242 155 202 242 122 172 221 21 76 143 21 77 144 21 77 144 21 77 144 21 77 144 -+21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 -+21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 -+21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 21 77 144 5 19 36 -+ -+11 38 71 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 -+20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 -+20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 -+20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 21 77 144 85 139 195 176 212 247 -+176 212 247 176 212 247 176 212 247 176 212 247 176 212 247 164 205 243 41 91 154 20 78 145 -+20 78 145 20 78 145 41 91 154 140 193 237 140 193 237 140 193 237 140 193 237 140 193 237 -+137 192 236 143 192 235 100 169 221 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 -+20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 -+20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 -+20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 20 78 145 5 19 36 -+ -+11 38 71 19 80 148 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 -+19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 -+19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 -+19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 131 179 222 161 204 243 -+160 204 243 160 204 243 160 204 243 160 204 243 160 204 243 160 204 243 85 139 195 19 79 147 -+19 79 147 19 79 147 19 79 147 111 178 227 123 185 232 121 184 232 122 185 232 122 185 232 -+122 185 232 122 185 232 85 139 195 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 -+19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 -+19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 -+19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 19 79 147 5 19 36 -+ -+11 38 71 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 -+19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 -+19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 -+19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 145 196 239 145 196 239 -+145 196 239 145 196 239 145 196 239 145 196 239 145 196 239 145 196 239 85 139 195 19 80 148 -+19 80 148 19 80 148 19 79 147 60 128 188 106 176 228 106 176 228 106 176 228 106 176 228 -+106 176 228 100 172 225 22 89 156 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 -+19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 -+19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 -+19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 19 80 148 5 19 36 -+ -+11 38 71 17 82 150 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 -+18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 -+18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 -+18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 111 178 227 132 189 234 -+130 189 235 130 189 235 130 189 235 130 189 235 130 189 235 130 189 235 85 139 195 17 82 150 -+18 81 149 18 81 149 18 81 149 18 81 149 42 114 176 88 166 221 87 167 223 89 168 223 -+77 152 208 30 98 155 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 -+18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 -+18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 -+18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 18 81 149 5 19 36 -+ -+11 38 71 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 -+17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 -+17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 -+17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 16 83 151 85 139 195 115 181 230 -+115 181 230 115 181 230 115 181 230 115 181 230 117 182 230 111 178 227 42 114 176 17 82 150 -+17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 18 81 149 23 96 163 22 89 156 -+18 81 149 16 83 151 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 -+17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 -+17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 -+17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 17 82 150 4 21 38 -+ -+9 48 78 17 82 150 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 22 89 156 83 162 217 -+100 172 225 100 173 226 100 173 226 100 173 226 100 173 226 62 142 198 19 79 147 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 -+16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 16 83 151 4 21 38 -+ -+9 48 78 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 14 87 156 -+60 128 188 77 152 208 84 165 222 65 151 210 42 114 176 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 -+16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 16 84 153 4 21 38 -+ -+9 48 78 16 84 153 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 58 114 175 42 114 176 16 84 153 15 85 154 15 85 154 -+15 85 154 14 86 155 15 85 154 16 84 153 15 85 154 15 85 154 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 58 114 175 42 114 176 16 83 151 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 -+15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 15 85 154 4 21 38 -+ -+9 48 78 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 -+14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 -+14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 -+15 85 154 42 114 176 178 210 243 204 226 255 204 226 255 178 210 243 42 114 176 14 86 155 -+14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 -+14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 -+14 86 155 85 139 195 191 218 250 204 226 255 201 225 254 142 183 225 23 96 163 14 86 155 -+14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 -+14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 -+14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 14 86 155 4 21 38 -+ -+9 48 78 14 86 155 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 -+14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 -+14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 -+42 114 176 191 218 250 201 225 254 201 225 254 201 225 254 201 225 254 201 225 254 108 152 201 -+13 88 157 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 -+14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 23 96 163 -+142 183 225 201 225 254 201 225 254 201 225 254 201 225 254 201 225 254 163 199 237 23 96 163 -+14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 -+14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 -+14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 14 87 156 4 21 38 -+ -+9 48 78 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 -+13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 -+13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 14 87 156 42 114 176 -+184 213 246 197 223 253 197 223 253 197 223 253 197 223 253 197 223 253 197 223 253 196 222 253 -+178 210 243 60 128 188 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 -+13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 23 96 163 91 153 206 184 213 246 -+197 223 253 197 223 253 197 223 253 197 223 253 197 223 253 197 223 253 197 223 253 163 199 237 -+23 96 163 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 -+13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 -+13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 13 88 157 4 21 38 -+ -+9 48 78 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 -+12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 -+12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 28 113 174 184 213 246 -+194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 -+194 222 252 196 222 253 172 207 243 125 157 204 60 128 188 13 88 157 12 89 158 12 89 158 -+12 89 158 12 89 158 23 96 163 60 128 188 122 172 221 184 213 246 194 222 252 194 222 252 -+194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 194 222 252 -+163 199 237 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 -+12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 -+12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 12 89 158 4 21 38 -+ -+9 48 78 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 -+12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 -+12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 13 88 157 163 199 237 191 220 251 -+191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 -+191 220 251 191 220 251 191 220 251 188 218 250 191 218 250 191 220 251 178 210 243 152 193 232 -+142 183 225 191 220 251 191 220 251 194 222 252 191 220 251 191 220 251 191 220 251 191 220 251 -+191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 191 220 251 -+185 217 250 125 157 204 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 -+12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 -+12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 12 90 160 1 24 42 -+ -+9 48 78 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 -+11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 -+11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 91 153 206 188 218 250 188 218 250 -+188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 -+188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 -+188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 -+188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 188 218 250 -+188 218 250 188 218 250 60 128 188 12 89 158 11 91 161 11 91 161 11 91 161 11 91 161 -+11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 -+11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 11 91 161 1 24 42 -+ -+9 48 78 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 -+10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 -+10 92 162 10 92 162 10 92 162 11 91 161 28 113 174 188 218 250 185 217 250 185 217 250 -+185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 -+185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 -+185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 -+185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 185 217 250 -+185 217 250 185 217 250 163 199 237 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 -+10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 -+10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 10 92 162 1 24 42 -+ -+2 50 86 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 -+9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 -+9 92 163 9 92 163 9 92 163 9 92 163 122 172 221 179 214 248 182 215 249 182 215 249 -+182 215 249 182 215 249 182 215 249 182 215 249 152 193 232 182 215 249 182 215 249 182 215 249 -+182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 -+182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 182 215 249 -+182 215 249 182 215 249 172 207 243 163 199 237 182 215 249 182 215 249 182 215 249 182 215 249 -+182 215 249 182 215 249 182 215 249 85 139 195 8 94 166 9 92 163 9 92 163 9 92 163 -+9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 -+9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 9 92 163 1 24 42 -+ -+9 48 78 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 -+9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 -+9 93 164 9 93 164 9 92 163 28 113 174 179 214 248 179 214 248 179 214 248 179 214 248 -+179 214 248 179 214 248 179 214 248 122 172 221 11 91 161 40 129 186 142 183 225 179 214 248 -+179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 -+179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 179 214 248 -+176 212 247 122 172 221 28 113 174 18 102 171 163 199 237 179 214 248 179 214 248 179 214 248 -+179 214 248 179 214 248 179 214 248 154 201 241 9 93 164 9 93 164 9 93 164 9 93 164 -+9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 -+9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 9 93 164 1 24 42 -+ -+2 50 86 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 -+8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 -+8 94 166 8 94 166 8 94 166 107 172 224 178 210 243 176 212 247 176 212 247 176 212 247 -+176 212 247 176 212 247 164 205 243 18 102 171 8 94 166 8 94 166 8 94 166 28 113 174 -+92 162 218 163 199 237 173 211 246 176 212 247 176 212 247 176 212 247 176 212 247 176 212 247 -+176 212 247 176 212 247 176 212 247 176 212 247 176 212 247 176 212 247 143 192 235 85 139 195 -+18 102 171 8 94 166 8 94 166 8 94 166 40 129 186 176 212 247 176 212 247 176 212 247 -+176 212 247 176 212 247 176 212 247 176 212 247 62 142 198 9 93 164 8 94 166 8 94 166 -+8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 -+8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 8 94 166 1 24 42 -+ -+2 50 86 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 -+7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 -+7 95 167 7 95 167 8 94 166 161 204 243 173 211 246 173 211 246 173 211 246 173 211 246 -+172 210 246 178 210 243 62 142 198 7 95 167 7 95 167 7 95 167 7 95 167 8 94 166 -+8 94 166 8 94 166 28 119 185 85 139 195 92 162 218 131 179 222 131 179 222 131 179 222 -+131 179 222 131 179 222 131 179 222 91 153 206 62 142 198 28 113 174 7 95 167 7 96 168 -+7 95 167 7 95 167 7 95 167 7 96 168 9 93 164 107 172 224 173 211 246 173 211 246 -+173 211 246 173 211 246 173 211 246 173 211 246 122 172 221 7 95 167 7 95 167 7 95 167 -+7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 -+7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 7 95 167 1 24 42 -+ -+2 50 86 7 95 167 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 -+7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 -+7 96 168 7 96 168 60 128 188 170 209 245 170 209 245 170 209 245 170 209 245 170 209 245 -+170 209 245 145 196 239 8 94 166 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 -+7 96 168 7 96 168 7 96 168 6 97 169 7 96 168 7 96 168 6 97 169 7 96 168 -+6 97 169 7 96 168 6 97 169 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 -+7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 28 113 174 170 209 245 170 209 245 -+170 209 245 170 209 245 170 209 245 170 209 245 170 209 245 18 102 171 7 96 168 7 96 168 -+7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 -+7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 7 96 168 1 24 42 -+ -+2 50 86 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 -+6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 -+6 97 169 7 96 168 92 162 218 167 207 244 167 207 244 167 207 244 167 207 244 167 207 244 -+167 207 244 91 153 206 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 -+6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 -+6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 -+6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 5 99 172 131 179 222 167 207 244 -+167 207 244 167 207 244 167 207 244 167 207 244 168 209 245 60 128 188 6 97 169 6 97 169 -+6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 -+6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 6 97 169 1 24 42 -+ -+2 50 86 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 -+5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 -+5 98 170 5 98 170 132 189 234 164 205 243 164 205 243 164 205 243 164 205 243 164 205 243 -+164 205 243 28 113 174 5 99 172 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 -+5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 -+5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 -+5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 62 142 198 164 205 243 -+164 205 243 164 205 243 164 205 243 164 205 243 164 205 243 92 162 218 5 98 170 5 98 170 -+5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 -+5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 5 98 170 1 24 42 -+ -+2 50 86 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 -+5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 -+5 99 172 5 99 172 161 204 243 161 204 243 161 204 243 161 204 243 161 204 243 161 204 243 -+139 191 235 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 -+5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 -+5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 -+5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 4 100 173 28 113 174 161 204 243 -+161 204 243 161 204 243 161 204 243 161 204 243 161 204 243 122 172 221 5 99 172 5 99 172 -+5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 -+5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 5 99 172 1 24 42 -+ -+2 50 86 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 -+4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 -+4 100 173 28 119 185 160 204 243 158 203 242 158 203 242 158 203 242 158 203 242 158 203 242 -+100 169 221 5 98 170 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 -+4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 -+4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 -+4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 3 101 174 139 191 235 -+158 203 242 158 203 242 158 203 242 158 203 242 158 203 242 148 198 240 4 100 173 4 100 173 -+4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 -+4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 4 100 173 1 24 42 -+ -+2 50 86 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 -+3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 -+3 101 174 40 129 186 154 201 241 154 201 241 154 201 241 154 201 241 154 201 241 154 201 241 -+77 152 208 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 -+3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 -+3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 -+3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 5 99 172 111 178 227 -+154 201 241 154 201 241 154 201 241 154 201 241 154 201 241 154 201 241 3 101 174 3 101 174 -+3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 -+3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 3 101 174 0 26 44 -+ -+2 50 86 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 -+3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 -+3 102 175 40 129 186 151 200 240 151 200 240 151 200 240 151 200 240 151 200 240 151 200 240 -+62 142 198 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 -+3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 -+3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 -+3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 107 172 224 -+151 200 240 151 200 240 151 200 240 151 200 240 151 200 240 151 200 240 3 102 175 3 102 175 -+3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 -+3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 3 102 175 0 26 44 -+ -+2 50 86 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 -+2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 -+1 104 177 40 129 186 148 198 240 148 198 240 148 198 240 148 198 240 148 198 240 148 198 240 -+40 129 186 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 -+2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 -+2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 -+2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 77 152 208 -+148 198 240 148 198 240 148 198 240 148 198 240 148 198 240 148 198 240 2 103 176 2 103 176 -+2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 -+2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 2 103 176 0 26 44 -+ -+2 50 86 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 -+1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 -+1 104 177 40 129 186 145 196 239 145 197 239 145 197 239 145 197 239 145 197 239 145 197 239 -+51 141 199 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 -+1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 -+1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 -+1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 100 169 221 -+145 196 239 145 197 239 145 197 239 145 197 239 145 197 239 145 197 239 1 104 177 1 104 177 -+1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 -+1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 1 104 177 0 26 44 -+ -+2 50 86 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 -+0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 -+1 106 180 27 129 189 145 196 239 140 193 237 140 193 237 140 193 237 140 193 237 140 193 237 -+77 152 208 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 -+0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 -+0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 -+0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 107 172 224 -+145 196 239 140 193 237 140 193 237 140 193 237 140 193 237 140 193 237 0 105 179 0 105 179 -+0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 -+0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 105 179 0 26 44 -+ -+4 57 93 0 105 179 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 -+1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 -+1 106 180 28 119 185 140 193 237 140 193 237 140 193 237 140 193 237 140 193 237 140 193 237 -+83 162 217 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 -+1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 -+1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 -+1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 122 182 230 -+140 193 237 140 193 237 140 193 237 140 193 237 140 193 237 132 189 234 1 106 180 1 106 180 -+1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 -+1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 1 106 180 0 26 44 -+ -+4 57 93 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 -+2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 -+2 108 181 2 108 181 137 192 236 137 192 236 137 192 236 137 192 236 137 192 236 137 192 236 -+111 178 227 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 -+2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 -+2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 -+2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 8 115 186 137 192 236 -+137 192 236 137 192 236 137 192 236 137 192 236 137 192 236 100 169 221 2 108 181 2 108 181 -+2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 -+2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 2 108 181 0 26 44 -+ -+4 57 93 2 108 181 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 -+4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 -+4 110 182 4 110 182 107 172 224 134 191 236 134 191 236 134 191 236 134 191 236 134 191 236 -+132 189 234 17 119 189 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 -+4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 -+4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 -+4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 51 141 199 134 191 236 -+134 191 236 134 191 236 134 191 236 134 191 236 134 191 236 77 152 208 4 110 182 4 110 182 -+4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 -+4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 4 110 182 0 26 44 -+ -+4 57 93 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 -+5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 -+5 112 184 5 112 184 83 162 217 130 189 234 130 189 234 130 189 234 130 189 234 130 189 234 -+127 187 234 65 151 210 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 -+5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 -+5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 -+5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 92 162 218 130 189 234 -+130 189 234 130 189 234 130 189 234 130 189 234 130 189 235 51 141 199 5 112 184 5 112 184 -+5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 -+5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 5 112 184 6 113 185 0 26 44 -+ -+4 57 93 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 -+6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 -+6 113 185 6 113 185 42 139 203 127 187 234 127 187 234 127 187 234 127 187 234 127 187 234 -+127 187 234 111 178 227 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 -+6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 -+6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 -+6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 19 124 193 127 187 234 127 187 234 -+127 187 234 127 187 234 127 187 234 127 187 234 127 187 234 17 119 189 6 113 185 6 113 185 -+6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 -+6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 6 113 185 3 30 48 -+ -+4 57 93 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 -+8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 -+8 115 186 8 115 186 17 119 189 117 182 230 124 186 233 124 186 233 124 186 233 124 186 233 -+124 186 233 124 186 233 51 141 199 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 -+8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 -+8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 -+8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 79 161 217 124 186 233 124 186 233 -+124 186 233 124 186 233 124 186 233 124 186 233 95 168 221 8 115 186 8 115 186 8 115 186 -+8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 -+8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 8 115 186 3 30 48 -+ -+4 57 93 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 -+9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 -+9 117 188 9 117 188 9 117 188 79 161 217 121 184 232 121 184 232 121 184 232 121 184 232 -+121 184 232 121 184 232 106 176 228 17 119 189 9 117 188 9 117 188 9 117 188 9 117 188 -+9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 -+9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 -+9 117 188 9 117 188 9 117 188 9 117 188 27 133 194 122 182 230 121 184 232 121 184 232 -+121 184 232 121 184 232 121 184 232 121 184 232 51 141 199 9 117 188 9 117 188 9 117 188 -+9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 -+9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 9 117 188 3 30 48 -+ -+4 57 93 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 -+11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 -+11 119 189 11 119 189 11 119 189 27 133 194 117 182 230 117 182 230 117 182 230 117 182 230 -+117 182 230 117 182 230 117 182 230 79 161 217 11 119 189 11 119 189 11 119 189 11 119 189 -+11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 -+11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 -+11 119 189 11 119 189 11 119 189 17 119 189 100 172 225 117 182 230 117 182 230 117 182 230 -+117 182 230 117 182 230 117 182 230 111 178 227 11 119 189 11 119 189 11 119 189 11 119 189 -+11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 -+11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 11 119 189 3 30 48 -+ -+4 57 93 13 122 191 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 -+12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 -+12 121 190 12 121 190 12 121 190 13 122 191 88 166 221 115 181 230 115 181 230 115 181 230 -+115 181 230 115 181 230 115 181 230 115 181 230 51 141 199 13 122 191 12 121 190 12 121 190 -+12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 -+12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 -+12 121 190 12 121 190 12 121 190 79 161 217 115 181 230 115 181 230 115 181 230 115 181 230 -+115 181 230 115 181 230 115 181 230 65 151 210 12 121 190 12 121 190 12 121 190 12 121 190 -+12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 -+12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 12 121 190 3 30 48 -+ -+4 57 93 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 -+13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 -+13 122 191 13 122 191 13 122 191 13 122 191 27 133 194 112 180 229 112 180 229 112 180 229 -+112 180 229 112 180 229 112 180 229 112 180 229 112 180 229 51 141 199 13 122 191 13 122 191 -+13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 -+13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 -+13 122 191 12 121 190 79 161 217 112 180 229 112 180 229 112 180 229 112 180 229 112 180 229 -+112 180 229 112 180 229 100 172 225 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 -+13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 -+13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 13 122 191 3 30 48 -+ -+12 68 101 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 -+15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 -+15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 65 151 210 109 178 229 109 178 229 -+109 178 229 109 178 229 109 178 229 109 178 229 109 178 229 109 178 229 65 151 210 15 124 193 -+15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 -+15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 -+17 128 195 79 161 217 109 178 229 109 178 229 109 178 229 109 178 229 109 178 229 109 178 229 -+109 178 229 109 178 229 42 139 203 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 -+15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 -+15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 15 124 193 3 30 48 -+ -+4 57 93 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 -+16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 -+16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 89 168 223 106 176 228 -+106 176 228 106 176 228 106 176 228 106 176 228 106 176 228 106 176 228 106 176 228 81 164 221 -+27 133 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 -+16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 42 139 203 -+94 170 224 106 176 228 106 176 228 106 176 228 106 176 228 106 176 228 106 176 228 106 176 228 -+106 176 228 65 151 210 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 -+16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 -+16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 16 126 194 3 30 48 -+ -+12 68 101 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 -+17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 -+17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 28 137 198 97 172 225 -+103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 -+103 175 227 65 151 210 28 137 198 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 -+17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 42 139 203 79 161 217 103 175 227 -+103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 103 175 227 -+88 166 221 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 -+17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 -+17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 17 128 195 3 30 48 -+ -+12 68 101 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 -+19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 -+19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 31 139 202 -+95 170 224 100 173 226 100 173 226 100 173 226 100 173 226 100 173 226 100 173 226 100 173 226 -+100 173 226 100 173 226 100 173 226 81 164 221 65 151 210 42 139 203 42 139 203 19 130 197 -+22 132 197 42 139 203 42 139 203 65 151 210 89 168 223 100 173 226 100 173 226 100 173 226 -+100 173 226 100 173 226 100 173 226 100 173 226 100 173 226 100 173 226 100 173 226 84 165 222 -+22 132 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 -+19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 -+19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 19 130 197 20 131 198 3 30 48 -+ -+12 68 101 19 130 197 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 -+20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 -+20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 -+31 139 202 93 169 223 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 -+97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 -+97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 -+97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 97 172 225 81 164 221 23 135 201 -+20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 -+20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 -+20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 20 131 198 3 30 48 -+ -+12 68 101 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 -+21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 -+21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 -+23 135 201 31 139 202 89 168 223 94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 -+94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 -+94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 -+94 170 224 94 170 224 94 170 224 94 170 224 94 170 224 81 164 221 24 137 202 21 133 199 -+21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 -+21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 -+21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 21 133 199 23 135 201 3 30 48 -+ -+12 68 101 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 -+23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 -+23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 -+22 130 192 21 125 186 28 122 176 77 152 208 89 168 223 90 169 224 90 169 224 90 169 224 -+90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 -+90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 90 169 224 -+90 169 224 90 169 224 90 169 224 90 169 224 62 142 198 17 118 175 21 125 186 22 132 197 -+23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 -+23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 -+23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 23 135 201 3 30 48 -+ -+12 68 101 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 -+24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 -+24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 22 130 192 17 118 175 21 111 162 -+21 111 162 21 111 162 21 111 162 21 111 162 40 129 186 83 162 217 87 167 223 87 167 223 -+87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 -+87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 87 167 223 -+87 167 223 87 167 223 77 152 208 28 122 176 21 111 162 21 111 162 21 111 162 21 111 162 -+22 114 165 17 118 175 22 132 197 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 -+24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 -+24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 24 137 202 26 139 203 3 30 48 -+ -+12 68 101 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 -+26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 -+26 139 203 26 139 203 26 139 203 26 139 203 28 122 176 21 111 162 21 111 162 21 111 162 -+21 111 162 21 111 162 21 111 162 21 111 162 21 111 162 24 115 166 51 141 199 79 161 217 -+84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 -+84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 84 166 222 -+79 161 217 40 129 186 22 112 163 21 111 162 21 111 162 21 111 162 21 111 162 21 111 162 -+21 111 162 22 112 163 21 111 162 22 130 192 26 139 203 26 139 203 26 139 203 26 139 203 -+26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 -+26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 26 139 203 3 30 48 -+ -+9 48 78 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 -+27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 -+27 140 204 27 140 204 27 140 204 27 140 204 17 118 175 22 112 163 22 112 163 22 112 163 -+22 112 163 22 112 163 22 112 163 22 112 163 22 112 163 22 112 163 22 112 163 21 111 162 -+40 129 186 62 142 198 79 161 217 81 164 221 81 164 221 81 164 221 81 164 221 81 164 221 -+81 164 221 81 164 221 81 164 221 81 164 221 81 164 221 79 161 217 62 142 198 28 122 176 -+22 112 163 22 112 163 22 112 163 22 112 163 22 112 163 22 112 163 22 112 163 22 112 163 -+22 112 163 22 112 163 22 112 163 21 125 186 27 140 204 27 140 204 27 140 204 27 140 204 -+27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 -+27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 27 140 204 4 18 26 -+ -+4 18 26 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 -+28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 -+28 142 206 28 142 206 28 142 206 28 142 206 28 137 198 28 122 176 22 114 165 22 114 165 -+22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 -+22 114 165 22 114 165 22 114 165 28 122 176 40 129 186 51 141 199 51 141 199 51 141 199 -+51 141 199 51 141 199 51 141 199 28 122 176 28 122 176 22 112 163 22 114 165 22 114 165 -+22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 22 114 165 -+22 114 165 22 114 165 28 122 176 27 140 204 28 142 206 28 142 206 28 142 206 28 142 206 -+28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 -+28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 142 206 28 122 176 0 0 0 -+ -+0 0 0 19 91 130 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 -+30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 -+30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 28 140 203 27 129 189 -+28 122 176 25 117 166 24 115 166 24 115 166 24 115 166 24 115 166 24 115 166 24 115 166 -+24 115 166 24 115 166 24 115 166 24 115 166 24 115 166 22 112 163 24 115 166 22 112 163 -+24 115 166 22 112 163 24 115 166 25 117 166 24 115 166 24 115 166 24 115 166 24 115 166 -+24 115 166 24 115 166 24 115 166 24 115 166 24 115 166 22 114 165 28 122 176 28 122 176 -+27 133 194 29 142 204 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 -+30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 -+30 144 207 30 144 207 30 144 207 30 144 207 30 144 207 31 146 208 9 48 78 0 0 0 -+ -+0 0 0 4 18 26 28 137 198 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 -+31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 -+31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 -+31 146 208 32 148 210 30 144 206 28 137 198 27 133 194 27 129 189 27 129 189 28 122 176 -+28 122 176 28 122 176 25 117 166 25 117 166 25 117 166 25 117 166 25 117 166 25 117 166 -+25 117 166 25 117 166 25 117 166 25 117 166 25 117 166 25 117 166 28 122 176 28 122 176 -+28 122 176 27 129 189 27 129 189 28 137 198 28 137 198 31 146 208 31 146 208 31 146 208 -+31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 -+31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 -+31 146 208 31 146 208 31 146 208 31 146 208 31 146 208 25 117 166 0 0 0 0 0 0 -+ -+0 0 0 0 0 0 8 23 42 28 137 198 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 32 148 210 -+32 148 210 32 148 210 32 148 210 32 148 210 25 117 166 3 11 16 0 0 0 0 0 0 -+ -+0 0 0 0 0 0 0 0 0 4 18 26 19 91 130 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 34 149 211 -+34 149 211 34 149 211 31 139 202 18 76 106 3 11 16 0 0 0 0 0 0 0 0 0 -+ -+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 18 26 9 48 78 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 18 76 106 -+18 76 106 11 38 58 3 11 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -+ -diff -Nurp linux-2.6.37.3/drivers/video/logo/Makefile linux-2.6.37.3.mga/drivers/video/logo/Makefile ---- linux-2.6.37.3/drivers/video/logo/Makefile 2011-01-05 02:50:19.000000000 +0200 -+++ linux-2.6.37.3.mga/drivers/video/logo/Makefile 2011-03-08 21:51:35.728113700 +0200 -@@ -15,6 +15,7 @@ obj-$(CONFIG_LOGO_SUPERH_MONO) += logo_ - obj-$(CONFIG_LOGO_SUPERH_VGA16) += logo_superh_vga16.o - obj-$(CONFIG_LOGO_SUPERH_CLUT224) += logo_superh_clut224.o - obj-$(CONFIG_LOGO_M32R_CLUT224) += logo_m32r_clut224.o -+obj-$(CONFIG_LOGO_MAGEIA_CLUT224) += logo_mageia_clut224.o - - obj-$(CONFIG_SPU_BASE) += logo_spe_clut224.o - -diff -Nurp linux-2.6.37.3/include/linux/linux_logo.h linux-2.6.37.3.mga/include/linux/linux_logo.h ---- linux-2.6.37.3/include/linux/linux_logo.h 2011-01-05 02:50:19.000000000 +0200 -+++ linux-2.6.37.3.mga/include/linux/linux_logo.h 2011-03-08 21:51:20.263024073 +0200 -@@ -47,6 +47,7 @@ extern const struct linux_logo logo_supe - extern const struct linux_logo logo_superh_clut224; - extern const struct linux_logo logo_m32r_clut224; - extern const struct linux_logo logo_spe_clut224; -+extern const struct linux_logo logo_mageia_clut224; - - extern const struct linux_logo *fb_find_logo(int depth); - #ifdef CONFIG_FB_LOGO_EXTRA diff --git a/kernel/tools/perf/files/patches/mageia/x86-boot-video-80x25-if-break.patch b/kernel/tools/perf/files/patches/mageia/x86-boot-video-80x25-if-break.patch deleted file mode 100644 index e7e92f47db..0000000000 --- a/kernel/tools/perf/files/patches/mageia/x86-boot-video-80x25-if-break.patch +++ /dev/null @@ -1,24 +0,0 @@ -Automatically switches textmode if the user selects a wrong one. - -Original author of the idea/first patch is unknown. - -Signed-off-by: Herton Ronaldo Krzesinski -Signed-off-by: Luiz Fernando N. Capitulino - --- - arch/x86/boot/video.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - ---- a/arch/x86/boot/video.c -+++ b/arch/x86/boot/video.c -@@ -325,8 +325,8 @@ void set_video(void) - if (!set_mode(mode)) - break; - -- printf("Undefined video mode number: %x\n", mode); -- mode = ASK_VGA; -+ printf("Undefined video mode number: %x, jump to 80x25\n", mode); -+ mode = VIDEO_80x25; - } - boot_params.hdr.vid_mode = mode; - vesa_store_edid(); diff --git a/kernel/tools/perf/files/patches/mageia/x86-default_poweroff_up_machines.patch b/kernel/tools/perf/files/patches/mageia/x86-default_poweroff_up_machines.patch deleted file mode 100644 index 28ce1a0d42..0000000000 --- a/kernel/tools/perf/files/patches/mageia/x86-default_poweroff_up_machines.patch +++ /dev/null @@ -1,58 +0,0 @@ -From: Olaf Dabrunz -Subject: [apm] default to "power_off" when SMP kernel is used on single processo -r machines -Reference: SUSE221667 - -This patch turns on support for the APM power_off function by default when the -SMP kernel is used on single processor machines. - -It is a bit ugly to use a separate variable to make sure the default value is -only used when needed and the power_off variable is not initialized twice. But -I did not find a better way to do this with the way the current initialization -system works. - -Signed-off-by: Olaf Dabrunz - - - arch/x86/kernel/apm_32.c | 15 ++++++++++++++- - 1 file changed, 14 insertions(+), 1 deletion(-) - ---- a/arch/x86/kernel/apm_32.c -+++ b/arch/x86/kernel/apm_32.c -@@ -388,6 +388,7 @@ static bool smp __read_mostly; - static int apm_disabled = -1; - #ifdef CONFIG_SMP - static bool power_off; -+static int power_off_set; - #else - static bool power_off = 1; - #endif -@@ -1843,6 +1844,14 @@ static int apm(void *unused) - } - } - -+#ifdef CONFIG_SMP -+ if (!power_off_set) { -+ power_off = (num_online_cpus() == 1); -+ /* remember not to initialize (with default value) again */ -+ power_off_set = 1; -+ } -+#endif -+ - /* Install our power off handler.. */ - if (power_off) - pm_power_off = apm_power_off; -@@ -1886,8 +1895,12 @@ static int __init apm_setup(char *str) - if (strncmp(str, "debug", 5) == 0) - debug = !invert; - if ((strncmp(str, "power-off", 9) == 0) || -- (strncmp(str, "power_off", 9) == 0)) -+ (strncmp(str, "power_off", 9) == 0)) { - power_off = !invert; -+#ifdef CONFIG_SMP -+ power_off_set = 1; -+#endif -+ } - if (strncmp(str, "smp", 3) == 0) { - smp = !invert; - idle_threshold = 100; diff --git a/kernel/tools/perf/files/patches/mageia/x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch b/kernel/tools/perf/files/patches/mageia/x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch deleted file mode 100644 index 05d57ee230..0000000000 --- a/kernel/tools/perf/files/patches/mageia/x86-increase-default-minimum-vmalloc-area-by-64MB-to-192MB.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 2db91ae7c0862bc83c1fe8b8bd14b8de3e2c02b8 Mon Sep 17 00:00:00 2001 -From: Anssi Hannula -Date: Sat, 30 Apr 2011 17:09:04 +0300 -Subject: [PATCH] x86: increase default minimum vmalloc area by 64MB to 192MB - -This fixes issues like https://bugs.mageia.org/show_bug.cgi?id=904. - -Signed-off-by: Anssi Hannula ---- - arch/x86/mm/pgtable_32.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/arch/x86/mm/pgtable_32.c b/arch/x86/mm/pgtable_32.c -index cac7184..5801fb7 100644 ---- a/arch/x86/mm/pgtable_32.c -+++ b/arch/x86/mm/pgtable_32.c -@@ -19,7 +19,7 @@ - #include - #include - --unsigned int __VMALLOC_RESERVE = 128 << 20; -+unsigned int __VMALLOC_RESERVE = 192 << 20; - - /* - * Associate a virtual page frame with a given physical page frame --- -1.7.3 - diff --git a/kernel/tools/perf/files/patches/mageia/x86-pci-toshiba-equium-a60-assign-busses.patch b/kernel/tools/perf/files/patches/mageia/x86-pci-toshiba-equium-a60-assign-busses.patch deleted file mode 100644 index f9b4b1c74c..0000000000 --- a/kernel/tools/perf/files/patches/mageia/x86-pci-toshiba-equium-a60-assign-busses.patch +++ /dev/null @@ -1,29 +0,0 @@ - -The Toshiba Equium A6 Laptop needs pci-assign-busses in order to detect -the Wireless card Netgear MA521 - -More info here: http://qa.mandriva.com/show_bug.cgi?id=18989 - -Signed-off-by: Thomas Backlund - ---- - arch/x86/pci/common.c | 8 ++++++++ - 1 file changed, 8 insertions(+) - ---- a/arch/x86/pci/common.c -+++ b/arch/x86/pci/common.c -@@ -245,6 +245,14 @@ static const struct dmi_system_id __devi - DMI_MATCH(DMI_PRODUCT_NAME, "SX20S"), - }, - }, -+ { -+ .callback = assign_all_busses, -+ .ident = "Toshiba Equium A6 Laptop", -+ .matches = { -+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), -+ DMI_MATCH(DMI_PRODUCT_NAME, "Equium A60"), -+ }, -+ }, - #endif /* __i386__ */ - { - .callback = set_bf_sort, diff --git a/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-4.14-modular.patch b/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-4.14-modular.patch deleted file mode 100644 index 786c03ea22..0000000000 --- a/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-4.14-modular.patch +++ /dev/null @@ -1,431 +0,0 @@ - - fs/aufs/Kconfig | 2 +- - fs/dcache.c | 2 ++ - fs/exec.c | 1 + - fs/fcntl.c | 1 + - fs/file_table.c | 4 ++++ - fs/inode.c | 1 + - fs/namespace.c | 2 ++ - fs/notify/group.c | 4 ++++ - fs/notify/mark.c | 4 ++++ - fs/open.c | 2 ++ - fs/read_write.c | 4 ++++ - fs/splice.c | 2 ++ - fs/sync.c | 1 + - fs/xattr.c | 1 + - kernel/task_work.c | 1 + - security/commoncap.c | 2 ++ - security/device_cgroup.c | 2 ++ - security/security.c | 10 ++++++++++ - 18 files changed, 45 insertions(+), 1 deletion(-) - -diff -Nurp linux-4.14.14-aufs/fs/aufs/Kconfig linux-4.14.14-aufs.mod/fs/aufs/Kconfig ---- linux-4.14.14-aufs/fs/aufs/Kconfig 2018-01-17 11:17:42.191975391 +0200 -+++ linux-4.14.14-aufs.mod/fs/aufs/Kconfig 2018-01-17 11:18:22.784556755 +0200 -@@ -1,6 +1,6 @@ - # SPDX-License-Identifier: GPL-2.0 - config AUFS_FS -- bool "Aufs (Advanced multi layered unification filesystem) support" -+ tristate "Aufs (Advanced multi layered unification filesystem) support" - help - Aufs is a stackable unification filesystem such as Unionfs, - which unifies several directories and provides a merged single -diff -Nurp linux-4.14.14-aufs/fs/dcache.c linux-4.14.14-aufs.mod/fs/dcache.c ---- linux-4.14.14-aufs/fs/dcache.c 2018-01-17 11:17:42.200975519 +0200 -+++ linux-4.14.14-aufs.mod/fs/dcache.c 2018-01-17 11:18:22.784556755 +0200 -@@ -1305,6 +1305,7 @@ rename_retry: - seq = 1; - goto again; - } -+EXPORT_SYMBOL_GPL(d_walk); - - struct check_mount { - struct vfsmount *mnt; -@@ -2894,6 +2895,7 @@ void d_exchange(struct dentry *dentry1, - - write_sequnlock(&rename_lock); - } -+EXPORT_SYMBOL_GPL(d_exchange); - - /** - * d_ancestor - search for an ancestor -diff -Nurp linux-4.14.14-aufs/fs/exec.c linux-4.14.14-aufs.mod/fs/exec.c ---- linux-4.14.14-aufs/fs/exec.c 2018-01-17 11:08:18.957908605 +0200 -+++ linux-4.14.14-aufs.mod/fs/exec.c 2018-01-17 11:18:22.785556770 +0200 -@@ -109,6 +109,7 @@ bool path_noexec(const struct path *path - return (path->mnt->mnt_flags & MNT_NOEXEC) || - (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); - } -+EXPORT_SYMBOL_GPL(path_noexec); - - #ifdef CONFIG_USELIB - /* -diff -Nurp linux-4.14.14-aufs/fs/fcntl.c linux-4.14.14-aufs.mod/fs/fcntl.c ---- linux-4.14.14-aufs/fs/fcntl.c 2018-01-17 11:17:42.200975519 +0200 -+++ linux-4.14.14-aufs.mod/fs/fcntl.c 2018-01-17 11:18:22.785556770 +0200 -@@ -85,6 +85,7 @@ int setfl(int fd, struct file * filp, un - out: - return error; - } -+EXPORT_SYMBOL_GPL(setfl); - - static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, - int force) -diff -Nurp linux-4.14.14-aufs/fs/file_table.c linux-4.14.14-aufs.mod/fs/file_table.c ---- linux-4.14.14-aufs/fs/file_table.c 2017-11-12 20:46:13.000000000 +0200 -+++ linux-4.14.14-aufs.mod/fs/file_table.c 2018-01-17 11:18:22.785556770 +0200 -@@ -148,6 +148,7 @@ over: - } - return ERR_PTR(-ENFILE); - } -+EXPORT_SYMBOL_GPL(get_empty_filp); - - /** - * alloc_file - allocate and initialize a 'struct file' -@@ -258,6 +259,7 @@ void flush_delayed_fput(void) - { - delayed_fput(NULL); - } -+EXPORT_SYMBOL_GPL(flush_delayed_fput); - - static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput); - -@@ -300,6 +302,7 @@ void __fput_sync(struct file *file) - } - - EXPORT_SYMBOL(fput); -+EXPORT_SYMBOL_GPL(__fput_sync); - - void put_filp(struct file *file) - { -@@ -308,6 +311,7 @@ void put_filp(struct file *file) - file_free(file); - } - } -+EXPORT_SYMBOL_GPL(put_filp); - - void __init files_init(void) - { -diff -Nurp linux-4.14.14-aufs/fs/inode.c linux-4.14.14-aufs.mod/fs/inode.c ---- linux-4.14.14-aufs/fs/inode.c 2018-01-17 11:17:42.200975519 +0200 -+++ linux-4.14.14-aufs.mod/fs/inode.c 2018-01-17 11:18:22.785556770 +0200 -@@ -1664,6 +1664,7 @@ int update_time(struct inode *inode, str - - return update_time(inode, time, flags); - } -+EXPORT_SYMBOL_GPL(update_time); - - /** - * touch_atime - update the access time -diff -Nurp linux-4.14.14-aufs/fs/namespace.c linux-4.14.14-aufs.mod/fs/namespace.c ---- linux-4.14.14-aufs/fs/namespace.c 2018-01-17 11:17:42.201975534 +0200 -+++ linux-4.14.14-aufs.mod/fs/namespace.c 2018-01-17 11:18:22.785556770 +0200 -@@ -517,6 +517,7 @@ void __mnt_drop_write(struct vfsmount *m - mnt_dec_writers(real_mount(mnt)); - preempt_enable(); - } -+EXPORT_SYMBOL_GPL(__mnt_drop_write); - - /** - * mnt_drop_write - give up write access to a mount -@@ -1887,6 +1888,7 @@ int iterate_mounts(int (*f)(struct vfsmo - } - return 0; - } -+EXPORT_SYMBOL_GPL(iterate_mounts); - - static void cleanup_group_ids(struct mount *mnt, struct mount *end) - { -diff -Nurp linux-4.14.14-aufs/fs/notify/group.c linux-4.14.14-aufs.mod/fs/notify/group.c ---- linux-4.14.14-aufs/fs/notify/group.c 2017-11-12 20:46:13.000000000 +0200 -+++ linux-4.14.14-aufs.mod/fs/notify/group.c 2018-01-17 11:18:22.786556784 +0200 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - - #include - #include "fsnotify.h" -@@ -109,6 +110,7 @@ void fsnotify_get_group(struct fsnotify_ - { - atomic_inc(&group->refcnt); - } -+EXPORT_SYMBOL_GPL(fsnotify_get_group); - - /* - * Drop a reference to a group. Free it if it's through. -@@ -118,6 +120,7 @@ void fsnotify_put_group(struct fsnotify_ - if (atomic_dec_and_test(&group->refcnt)) - fsnotify_final_destroy_group(group); - } -+EXPORT_SYMBOL_GPL(fsnotify_put_group); - - /* - * Create a new fsnotify_group and hold a reference for the group returned. -@@ -147,6 +150,7 @@ struct fsnotify_group *fsnotify_alloc_gr - - return group; - } -+EXPORT_SYMBOL_GPL(fsnotify_alloc_group); - - int fsnotify_fasync(int fd, struct file *file, int on) - { -diff -Nurp linux-4.14.14-aufs/fs/notify/mark.c linux-4.14.14-aufs.mod/fs/notify/mark.c ---- linux-4.14.14-aufs/fs/notify/mark.c 2018-01-17 11:08:18.963908691 +0200 -+++ linux-4.14.14-aufs.mod/fs/notify/mark.c 2018-01-17 11:18:22.786556784 +0200 -@@ -124,6 +124,7 @@ static void __fsnotify_recalc_mask(struc - else if (conn->flags & FSNOTIFY_OBJ_TYPE_VFSMOUNT) - real_mount(conn->mnt)->mnt_fsnotify_mask = new_mask; - } -+EXPORT_SYMBOL_GPL(fsnotify_put_mark); - - /* - * Calculate mask of events for a list of marks. The caller must make sure -@@ -271,6 +272,7 @@ static bool fsnotify_get_mark_safe(struc - } - return false; - } -+EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); - - /* - * Puts marks and wakes up group destruction if necessary. -@@ -428,6 +430,7 @@ int fsnotify_compare_groups(struct fsnot - return 1; - return -1; - } -+EXPORT_SYMBOL_GPL(fsnotify_add_mark); - - static int fsnotify_attach_connector_to_object( - struct fsnotify_mark_connector __rcu **connp, -@@ -557,6 +560,7 @@ out_err: - spin_unlock(&mark->lock); - return err; - } -+EXPORT_SYMBOL_GPL(fsnotify_init_mark); - - /* - * Attach an initialized mark to a given group and fs object. -diff -Nurp linux-4.14.14-aufs/fs/open.c linux-4.14.14-aufs.mod/fs/open.c ---- linux-4.14.14-aufs/fs/open.c 2017-11-12 20:46:13.000000000 +0200 -+++ linux-4.14.14-aufs.mod/fs/open.c 2018-01-17 11:18:22.786556784 +0200 -@@ -64,6 +64,7 @@ int do_truncate(struct dentry *dentry, l - inode_unlock(dentry->d_inode); - return ret; - } -+EXPORT_SYMBOL_GPL(do_truncate); - - long vfs_truncate(const struct path *path, loff_t length) - { -@@ -691,6 +692,7 @@ int open_check_o_direct(struct file *f) - } - return 0; - } -+EXPORT_SYMBOL_GPL(open_check_o_direct); - - static int do_dentry_open(struct file *f, - struct inode *inode, -diff -Nurp linux-4.14.14-aufs/fs/read_write.c linux-4.14.14-aufs.mod/fs/read_write.c ---- linux-4.14.14-aufs/fs/read_write.c 2018-01-17 11:17:42.201975534 +0200 -+++ linux-4.14.14-aufs.mod/fs/read_write.c 2018-01-17 11:18:22.790556841 +0200 -@@ -454,6 +454,7 @@ ssize_t vfs_read(struct file *file, char - - return ret; - } -+EXPORT_SYMBOL_GPL(vfs_read); - - static ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos) - { -@@ -494,6 +495,7 @@ vfs_readf_t vfs_readf(struct file *file) - return new_sync_read; - return ERR_PTR(-ENOSYS); - } -+EXPORT_SYMBOL_GPL(vfs_readf); - - vfs_writef_t vfs_writef(struct file *file) - { -@@ -505,6 +507,7 @@ vfs_writef_t vfs_writef(struct file *fil - return new_sync_write; - return ERR_PTR(-ENOSYS); - } -+EXPORT_SYMBOL_GPL(vfs_writef); - - ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) - { -@@ -574,6 +577,7 @@ ssize_t vfs_write(struct file *file, con - - return ret; - } -+EXPORT_SYMBOL_GPL(vfs_write); - - static inline loff_t file_pos_read(struct file *file) - { -diff -Nurp linux-4.14.14-aufs/fs/splice.c linux-4.14.14-aufs.mod/fs/splice.c ---- linux-4.14.14-aufs/fs/splice.c 2018-01-17 11:17:42.201975534 +0200 -+++ linux-4.14.14-aufs.mod/fs/splice.c 2018-01-17 11:18:22.791556855 +0200 -@@ -850,6 +850,7 @@ long do_splice_from(struct pipe_inode_in - - return splice_write(pipe, out, ppos, len, flags); - } -+EXPORT_SYMBOL_GPL(do_splice_from); - - /* - * Attempt to initiate a splice from a file to a pipe. -@@ -879,6 +880,7 @@ long do_splice_to(struct file *in, loff_ - - return splice_read(in, ppos, pipe, len, flags); - } -+EXPORT_SYMBOL_GPL(do_splice_to); - - /** - * splice_direct_to_actor - splices data directly between two non-pipes -diff -Nurp linux-4.14.14-aufs/fs/sync.c linux-4.14.14-aufs.mod/fs/sync.c ---- linux-4.14.14-aufs/fs/sync.c 2018-01-17 11:17:42.201975534 +0200 -+++ linux-4.14.14-aufs.mod/fs/sync.c 2018-01-17 11:18:22.791556855 +0200 -@@ -39,6 +39,7 @@ int __sync_filesystem(struct super_block - sb->s_op->sync_fs(sb, wait); - return __sync_blockdev(sb->s_bdev, wait); - } -+EXPORT_SYMBOL_GPL(__sync_filesystem); - - /* - * Write out and wait upon all dirty data associated with this -diff -Nurp linux-4.14.14-aufs/fs/xattr.c linux-4.14.14-aufs.mod/fs/xattr.c ---- linux-4.14.14-aufs/fs/xattr.c 2017-11-12 20:46:13.000000000 +0200 -+++ linux-4.14.14-aufs.mod/fs/xattr.c 2018-01-17 11:18:22.791556855 +0200 -@@ -297,6 +297,7 @@ vfs_getxattr_alloc(struct dentry *dentry - *xattr_value = value; - return error; - } -+EXPORT_SYMBOL_GPL(vfs_getxattr_alloc); - - ssize_t - __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, -diff -Nurp linux-4.14.14-aufs/kernel/task_work.c linux-4.14.14-aufs.mod/kernel/task_work.c ---- linux-4.14.14-aufs/kernel/task_work.c 2018-01-17 11:08:18.979908919 +0200 -+++ linux-4.14.14-aufs.mod/kernel/task_work.c 2018-01-17 11:18:22.791556855 +0200 -@@ -116,3 +116,4 @@ void task_work_run(void) - } while (work); - } - } -+EXPORT_SYMBOL_GPL(task_work_run); -diff -Nurp linux-4.14.14-aufs/security/commoncap.c linux-4.14.14-aufs.mod/security/commoncap.c ---- linux-4.14.14-aufs/security/commoncap.c 2018-01-17 11:08:18.999909204 +0200 -+++ linux-4.14.14-aufs.mod/security/commoncap.c 2018-01-17 11:18:22.791556855 +0200 -@@ -1267,12 +1267,14 @@ int cap_mmap_addr(unsigned long addr) - } - return ret; - } -+EXPORT_SYMBOL_GPL(cap_mmap_addr); - - int cap_mmap_file(struct file *file, unsigned long reqprot, - unsigned long prot, unsigned long flags) - { - return 0; - } -+EXPORT_SYMBOL_GPL(cap_mmap_file); - - #ifdef CONFIG_SECURITY - -diff -Nurp linux-4.14.14-aufs/security/device_cgroup.c linux-4.14.14-aufs.mod/security/device_cgroup.c ---- linux-4.14.14-aufs/security/device_cgroup.c 2017-11-12 20:46:13.000000000 +0200 -+++ linux-4.14.14-aufs.mod/security/device_cgroup.c 2018-01-17 11:18:22.791556855 +0200 -@@ -8,6 +8,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -850,6 +851,7 @@ int __devcgroup_inode_permission(struct - return __devcgroup_check_permission(type, imajor(inode), iminor(inode), - access); - } -+EXPORT_SYMBOL_GPL(__devcgroup_inode_permission); - - int devcgroup_inode_mknod(int mode, dev_t dev) - { -diff -Nurp linux-4.14.14-aufs/security/security.c linux-4.14.14-aufs.mod/security/security.c ---- linux-4.14.14-aufs/security/security.c 2017-11-12 20:46:13.000000000 +0200 -+++ linux-4.14.14-aufs.mod/security/security.c 2018-01-17 11:18:22.791556855 +0200 -@@ -530,6 +530,7 @@ int security_path_rmdir(const struct pat - return 0; - return call_int_hook(path_rmdir, 0, dir, dentry); - } -+EXPORT_SYMBOL_GPL(security_path_rmdir); - - int security_path_unlink(const struct path *dir, struct dentry *dentry) - { -@@ -546,6 +547,7 @@ int security_path_symlink(const struct p - return 0; - return call_int_hook(path_symlink, 0, dir, dentry, old_name); - } -+EXPORT_SYMBOL_GPL(security_path_symlink); - - int security_path_link(struct dentry *old_dentry, const struct path *new_dir, - struct dentry *new_dentry) -@@ -554,6 +556,7 @@ int security_path_link(struct dentry *ol - return 0; - return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); - } -+EXPORT_SYMBOL_GPL(security_path_link); - - int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, - const struct path *new_dir, struct dentry *new_dentry, -@@ -581,6 +584,7 @@ int security_path_truncate(const struct - return 0; - return call_int_hook(path_truncate, 0, path); - } -+EXPORT_SYMBOL_GPL(security_path_truncate); - - int security_path_chmod(const struct path *path, umode_t mode) - { -@@ -588,6 +592,7 @@ int security_path_chmod(const struct pat - return 0; - return call_int_hook(path_chmod, 0, path, mode); - } -+EXPORT_SYMBOL_GPL(security_path_chmod); - - int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid) - { -@@ -595,6 +600,7 @@ int security_path_chown(const struct pat - return 0; - return call_int_hook(path_chown, 0, path, uid, gid); - } -+EXPORT_SYMBOL_GPL(security_path_chown); - - int security_path_chroot(const struct path *path) - { -@@ -680,6 +686,7 @@ int security_inode_readlink(struct dentr - return 0; - return call_int_hook(inode_readlink, 0, dentry); - } -+EXPORT_SYMBOL_GPL(security_inode_readlink); - - int security_inode_follow_link(struct dentry *dentry, struct inode *inode, - bool rcu) -@@ -695,6 +702,7 @@ int security_inode_permission(struct ino - return 0; - return call_int_hook(inode_permission, 0, inode, mask); - } -+EXPORT_SYMBOL_GPL(security_inode_permission); - - int security_inode_setattr(struct dentry *dentry, struct iattr *attr) - { -@@ -866,6 +874,7 @@ int security_file_permission(struct file - - return fsnotify_perm(file, mask); - } -+EXPORT_SYMBOL_GPL(security_file_permission); - - int security_file_alloc(struct file *file) - { -@@ -925,6 +934,7 @@ int security_mmap_file(struct file *file - return ret; - return ima_file_mmap(file, prot); - } -+EXPORT_SYMBOL_GPL(security_mmap_file); - - int security_mmap_addr(unsigned long addr) - { diff --git a/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-4.14.patch b/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-4.14.patch deleted file mode 100644 index 8672929f18..0000000000 --- a/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-4.14.patch +++ /dev/null @@ -1,37170 +0,0 @@ - Documentation/ABI/testing/debugfs-aufs | 50 + - Documentation/ABI/testing/sysfs-aufs | 31 + - Documentation/filesystems/aufs/README | 393 ++++ - Documentation/filesystems/aufs/design/01intro.txt | 158 ++ - Documentation/filesystems/aufs/design/02struct.txt | 245 +++ - .../filesystems/aufs/design/03atomic_open.txt | 72 + - Documentation/filesystems/aufs/design/03lookup.txt | 100 ++ - Documentation/filesystems/aufs/design/04branch.txt | 61 + - .../filesystems/aufs/design/05wbr_policy.txt | 51 + - Documentation/filesystems/aufs/design/06dirren.dot | 31 + - Documentation/filesystems/aufs/design/06dirren.txt | 89 + - Documentation/filesystems/aufs/design/06fhsm.txt | 105 ++ - Documentation/filesystems/aufs/design/06mmap.txt | 59 + - Documentation/filesystems/aufs/design/06xattr.txt | 81 + - Documentation/filesystems/aufs/design/07export.txt | 45 + - Documentation/filesystems/aufs/design/08shwh.txt | 39 + - Documentation/filesystems/aufs/design/10dynop.txt | 34 + - MAINTAINERS | 13 + - drivers/block/loop.c | 18 + - fs/Kconfig | 1 + - fs/Makefile | 1 + - fs/aufs/Kconfig | 199 +++ - fs/aufs/Makefile | 38 + - fs/aufs/aufs.h | 48 + - fs/aufs/branch.c | 1420 +++++++++++++++ - fs/aufs/branch.h | 321 ++++ - fs/aufs/cpup.c | 1430 +++++++++++++++ - fs/aufs/cpup.h | 87 + - fs/aufs/dbgaufs.c | 425 +++++ - fs/aufs/dbgaufs.h | 36 + - fs/aufs/dcsub.c | 213 +++ - fs/aufs/dcsub.h | 124 ++ - fs/aufs/debug.c | 428 +++++ - fs/aufs/debug.h | 213 +++ - fs/aufs/dentry.c | 1140 ++++++++++++ - fs/aufs/dentry.h | 254 +++ - fs/aufs/dinfo.c | 541 ++++++ - fs/aufs/dir.c | 747 ++++++++ - fs/aufs/dir.h | 119 ++ - fs/aufs/dirren.c | 1303 ++++++++++++++ - fs/aufs/dirren.h | 127 ++ - fs/aufs/dynop.c | 357 ++++ - fs/aufs/dynop.h | 62 + - fs/aufs/export.c | 824 +++++++++ - fs/aufs/f_op.c | 805 +++++++++ - fs/aufs/fhsm.c | 413 +++++ - fs/aufs/file.c | 844 +++++++++ - fs/aufs/file.h | 328 ++++ - fs/aufs/finfo.c | 136 ++ - fs/aufs/fstype.h | 388 ++++ - fs/aufs/hbl.h | 52 + - fs/aufs/hfsnotify.c | 277 +++ - fs/aufs/hfsplus.c | 44 + - fs/aufs/hnotify.c | 707 ++++++++ - fs/aufs/i_op.c | 1447 +++++++++++++++ - fs/aufs/i_op_add.c | 908 ++++++++++ - fs/aufs/i_op_del.c | 499 ++++++ - fs/aufs/i_op_ren.c | 1234 +++++++++++++ - fs/aufs/iinfo.c | 273 +++ - fs/aufs/inode.c | 515 ++++++ - fs/aufs/inode.h | 683 +++++++ - fs/aufs/ioctl.c | 207 +++ - fs/aufs/loop.c | 135 ++ - fs/aufs/loop.h | 40 + - fs/aufs/magic.mk | 31 + - fs/aufs/module.c | 253 +++ - fs/aufs/module.h | 89 + - fs/aufs/mvdown.c | 692 +++++++ - fs/aufs/opts.c | 1879 ++++++++++++++++++++ - fs/aufs/opts.h | 212 +++ - fs/aufs/plink.c | 503 ++++++ - fs/aufs/poll.c | 40 + - fs/aufs/posix_acl.c | 90 + - fs/aufs/procfs.c | 158 ++ - fs/aufs/rdu.c | 369 ++++ - fs/aufs/rwsem.h | 60 + - fs/aufs/sbinfo.c | 292 +++ - fs/aufs/super.c | 1034 +++++++++++ - fs/aufs/super.h | 614 +++++++ - fs/aufs/sysaufs.c | 92 + - fs/aufs/sysaufs.h | 89 + - fs/aufs/sysfs.c | 341 ++++ - fs/aufs/sysrq.c | 147 ++ - fs/aufs/vdir.c | 880 +++++++++ - fs/aufs/vfsub.c | 882 +++++++++ - fs/aufs/vfsub.h | 348 ++++ - fs/aufs/wbr_policy.c | 818 +++++++++ - fs/aufs/whout.c | 1049 +++++++++++ - fs/aufs/whout.h | 73 + - fs/aufs/wkq.c | 378 ++++ - fs/aufs/wkq.h | 81 + - fs/aufs/xattr.c | 343 ++++ - fs/aufs/xino.c | 1457 +++++++++++++++ - fs/dcache.c | 2 +- - fs/fcntl.c | 4 +- - fs/inode.c | 2 +- - fs/namespace.c | 6 + - fs/proc/base.c | 2 +- - fs/proc/nommu.c | 5 +- - fs/proc/task_mmu.c | 7 +- - fs/proc/task_nommu.c | 5 +- - fs/read_write.c | 22 + - fs/splice.c | 10 +- - fs/sync.c | 2 +- - include/linux/file.h | 1 + - include/linux/fs.h | 10 + - include/linux/lockdep.h | 3 + - include/linux/mm.h | 22 + - include/linux/mm_types.h | 2 + - include/linux/mnt_namespace.h | 3 + - include/linux/splice.h | 6 + - include/uapi/linux/aufs_type.h | 435 +++++ - kernel/fork.c | 2 +- - kernel/locking/lockdep.c | 3 +- - mm/Makefile | 2 +- - mm/filemap.c | 2 +- - mm/mmap.c | 33 +- - mm/nommu.c | 10 +- - mm/prfile.c | 86 + - 119 files changed, 36018 insertions(+), 31 deletions(-) - -diff --git a/Documentation/ABI/testing/debugfs-aufs b/Documentation/ABI/testing/debugfs-aufs -new file mode 100644 -index 000000000000..99642d1055a2 ---- /dev/null -+++ b/Documentation/ABI/testing/debugfs-aufs -@@ -0,0 +1,50 @@ -+What: /debug/aufs/si_/ -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ Under /debug/aufs, a directory named si_ is created -+ per aufs mount, where is a unique id generated -+ internally. -+ -+What: /debug/aufs/si_/plink -+Date: Apr 2013 -+Contact: J. R. Okajima -+Description: -+ It has three lines and shows the information about the -+ pseudo-link. The first line is a single number -+ representing a number of buckets. The second line is a -+ number of pseudo-links per buckets (separated by a -+ blank). The last line is a single number representing a -+ total number of psedo-links. -+ When the aufs mount option 'noplink' is specified, it -+ will show "1\n0\n0\n". -+ -+What: /debug/aufs/si_/xib -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xib (External Inode Number -+ Bitmap), its block size and file size. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -+ -+What: /debug/aufs/si_/xino0, xino1 ... xinoN -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xino (External Inode Number -+ Translation Table), its link count, block size and file -+ size. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -+ -+What: /debug/aufs/si_/xigen -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xigen (External Inode -+ Generation Table), its block size and file size. -+ If CONFIG_AUFS_EXPORT is disabled, this entry will not -+ be created. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -diff --git a/Documentation/ABI/testing/sysfs-aufs b/Documentation/ABI/testing/sysfs-aufs -new file mode 100644 -index 000000000000..82f9518495ea ---- /dev/null -+++ b/Documentation/ABI/testing/sysfs-aufs -@@ -0,0 +1,31 @@ -+What: /sys/fs/aufs/si_/ -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ Under /sys/fs/aufs, a directory named si_ is created -+ per aufs mount, where is a unique id generated -+ internally. -+ -+What: /sys/fs/aufs/si_/br0, br1 ... brN -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the abolute path of a member directory (which -+ is called branch) in aufs, and its permission. -+ -+What: /sys/fs/aufs/si_/brid0, brid1 ... bridN -+Date: July 2013 -+Contact: J. R. Okajima -+Description: -+ It shows the id of a member directory (which is called -+ branch) in aufs. -+ -+What: /sys/fs/aufs/si_/xi_path -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the abolute path of XINO (External Inode Number -+ Bitmap, Translation Table and Generation Table) file -+ even if it is the default path. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -diff --git a/Documentation/filesystems/aufs/README b/Documentation/filesystems/aufs/README -new file mode 100644 -index 000000000000..fa82b6394f69 ---- /dev/null -+++ b/Documentation/filesystems/aufs/README -@@ -0,0 +1,393 @@ -+ -+Aufs4 -- advanced multi layered unification filesystem version 4.x -+http://aufs.sf.net -+Junjiro R. Okajima -+ -+ -+0. Introduction -+---------------------------------------- -+In the early days, aufs was entirely re-designed and re-implemented -+Unionfs Version 1.x series. Adding many original ideas, approaches, -+improvements and implementations, it becomes totally different from -+Unionfs while keeping the basic features. -+Recently, Unionfs Version 2.x series begin taking some of the same -+approaches to aufs1's. -+Unionfs is being developed by Professor Erez Zadok at Stony Brook -+University and his team. -+ -+Aufs4 supports linux-4.0 and later, and for linux-3.x series try aufs3. -+If you want older kernel version support, try aufs2-2.6.git or -+aufs2-standalone.git repository, aufs1 from CVS on SourceForge. -+ -+Note: it becomes clear that "Aufs was rejected. Let's give it up." -+ According to Christoph Hellwig, linux rejects all union-type -+ filesystems but UnionMount. -+ -+ -+PS. Al Viro seems have a plan to merge aufs as well as overlayfs and -+ UnionMount, and he pointed out an issue around a directory mutex -+ lock and aufs addressed it. But it is still unsure whether aufs will -+ be merged (or any other union solution). -+ -+ -+ -+1. Features -+---------------------------------------- -+- unite several directories into a single virtual filesystem. The member -+ directory is called as a branch. -+- you can specify the permission flags to the branch, which are 'readonly', -+ 'readwrite' and 'whiteout-able.' -+- by upper writable branch, internal copyup and whiteout, files/dirs on -+ readonly branch are modifiable logically. -+- dynamic branch manipulation, add, del. -+- etc... -+ -+Also there are many enhancements in aufs, such as: -+- test only the highest one for the directory permission (dirperm1) -+- copyup on open (coo=) -+- 'move' policy for copy-up between two writable branches, after -+ checking free space. -+- xattr, acl -+- readdir(3) in userspace. -+- keep inode number by external inode number table -+- keep the timestamps of file/dir in internal copyup operation -+- seekable directory, supporting NFS readdir. -+- whiteout is hardlinked in order to reduce the consumption of inodes -+ on branch -+- do not copyup, nor create a whiteout when it is unnecessary -+- revert a single systemcall when an error occurs in aufs -+- remount interface instead of ioctl -+- maintain /etc/mtab by an external command, /sbin/mount.aufs. -+- loopback mounted filesystem as a branch -+- kernel thread for removing the dir who has a plenty of whiteouts -+- support copyup sparse file (a file which has a 'hole' in it) -+- default permission flags for branches -+- selectable permission flags for ro branch, whether whiteout can -+ exist or not -+- export via NFS. -+- support /fs/aufs and /aufs. -+- support multiple writable branches, some policies to select one -+ among multiple writable branches. -+- a new semantics for link(2) and rename(2) to support multiple -+ writable branches. -+- no glibc changes are required. -+- pseudo hardlink (hardlink over branches) -+- allow a direct access manually to a file on branch, e.g. bypassing aufs. -+ including NFS or remote filesystem branch. -+- userspace wrapper for pathconf(3)/fpathconf(3) with _PC_LINK_MAX. -+- and more... -+ -+Currently these features are dropped temporary from aufs4. -+See design/08plan.txt in detail. -+- nested mount, i.e. aufs as readonly no-whiteout branch of another aufs -+ (robr) -+- statistics of aufs thread (/sys/fs/aufs/stat) -+ -+Features or just an idea in the future (see also design/*.txt), -+- reorder the branch index without del/re-add. -+- permanent xino files for NFSD -+- an option for refreshing the opened files after add/del branches -+- light version, without branch manipulation. (unnecessary?) -+- copyup in userspace -+- inotify in userspace -+- readv/writev -+ -+ -+2. Download -+---------------------------------------- -+There are three GIT trees for aufs4, aufs4-linux.git, -+aufs4-standalone.git, and aufs-util.git. Note that there is no "4" in -+"aufs-util.git." -+While the aufs-util is always necessary, you need either of aufs4-linux -+or aufs4-standalone. -+ -+The aufs4-linux tree includes the whole linux mainline GIT tree, -+git://git.kernel.org/.../torvalds/linux.git. -+And you cannot select CONFIG_AUFS_FS=m for this version, eg. you cannot -+build aufs4 as an external kernel module. -+Several extra patches are not included in this tree. Only -+aufs4-standalone tree contains them. They are described in the later -+section "Configuration and Compilation." -+ -+On the other hand, the aufs4-standalone tree has only aufs source files -+and necessary patches, and you can select CONFIG_AUFS_FS=m. -+But you need to apply all aufs patches manually. -+ -+You will find GIT branches whose name is in form of "aufs4.x" where "x" -+represents the linux kernel version, "linux-4.x". For instance, -+"aufs4.0" is for linux-4.0. For latest "linux-4.x-rcN", use -+"aufs4.x-rcN" branch. -+ -+o aufs4-linux tree -+$ git clone --reference /your/linux/git/tree \ -+ git://github.com/sfjro/aufs4-linux.git aufs4-linux.git -+- if you don't have linux GIT tree, then remove "--reference ..." -+$ cd aufs4-linux.git -+$ git checkout origin/aufs4.0 -+ -+Or You may want to directly git-pull aufs into your linux GIT tree, and -+leave the patch-work to GIT. -+$ cd /your/linux/git/tree -+$ git remote add aufs4 git://github.com/sfjro/aufs4-linux.git -+$ git fetch aufs4 -+$ git checkout -b my4.0 v4.0 -+$ (add your local change...) -+$ git pull aufs4 aufs4.0 -+- now you have v4.0 + your_changes + aufs4.0 in you my4.0 branch. -+- you may need to solve some conflicts between your_changes and -+ aufs4.0. in this case, git-rerere is recommended so that you can -+ solve the similar conflicts automatically when you upgrade to 4.1 or -+ later in the future. -+ -+o aufs4-standalone tree -+$ git clone git://github.com/sfjro/aufs4-standalone.git aufs4-standalone.git -+$ cd aufs4-standalone.git -+$ git checkout origin/aufs4.0 -+ -+o aufs-util tree -+$ git clone git://git.code.sf.net/p/aufs/aufs-util aufs-util.git -+- note that the public aufs-util.git is on SourceForge instead of -+ GitHUB. -+$ cd aufs-util.git -+$ git checkout origin/aufs4.0 -+ -+Note: The 4.x-rcN branch is to be used with `rc' kernel versions ONLY. -+The minor version number, 'x' in '4.x', of aufs may not always -+follow the minor version number of the kernel. -+Because changes in the kernel that cause the use of a new -+minor version number do not always require changes to aufs-util. -+ -+Since aufs-util has its own minor version number, you may not be -+able to find a GIT branch in aufs-util for your kernel's -+exact minor version number. -+In this case, you should git-checkout the branch for the -+nearest lower number. -+ -+For (an unreleased) example: -+If you are using "linux-4.10" and the "aufs4.10" branch -+does not exist in aufs-util repository, then "aufs4.9", "aufs4.8" -+or something numerically smaller is the branch for your kernel. -+ -+Also you can view all branches by -+ $ git branch -a -+ -+ -+3. Configuration and Compilation -+---------------------------------------- -+Make sure you have git-checkout'ed the correct branch. -+ -+For aufs4-linux tree, -+- enable CONFIG_AUFS_FS. -+- set other aufs configurations if necessary. -+ -+For aufs4-standalone tree, -+There are several ways to build. -+ -+1. -+- apply ./aufs4-kbuild.patch to your kernel source files. -+- apply ./aufs4-base.patch too. -+- apply ./aufs4-mmap.patch too. -+- apply ./aufs4-standalone.patch too, if you have a plan to set -+ CONFIG_AUFS_FS=m. otherwise you don't need ./aufs4-standalone.patch. -+- copy ./{Documentation,fs,include/uapi/linux/aufs_type.h} files to your -+ kernel source tree. Never copy $PWD/include/uapi/linux/Kbuild. -+- enable CONFIG_AUFS_FS, you can select either -+ =m or =y. -+- and build your kernel as usual. -+- install the built kernel. -+ Note: Since linux-3.9, every filesystem module requires an alias -+ "fs-". You should make sure that "fs-aufs" is listed in your -+ modules.aliases file if you set CONFIG_AUFS_FS=m. -+- install the header files too by "make headers_install" to the -+ directory where you specify. By default, it is $PWD/usr. -+ "make help" shows a brief note for headers_install. -+- and reboot your system. -+ -+2. -+- module only (CONFIG_AUFS_FS=m). -+- apply ./aufs4-base.patch to your kernel source files. -+- apply ./aufs4-mmap.patch too. -+- apply ./aufs4-standalone.patch too. -+- build your kernel, don't forget "make headers_install", and reboot. -+- edit ./config.mk and set other aufs configurations if necessary. -+ Note: You should read $PWD/fs/aufs/Kconfig carefully which describes -+ every aufs configurations. -+- build the module by simple "make". -+ Note: Since linux-3.9, every filesystem module requires an alias -+ "fs-". You should make sure that "fs-aufs" is listed in your -+ modules.aliases file. -+- you can specify ${KDIR} make variable which points to your kernel -+ source tree. -+- install the files -+ + run "make install" to install the aufs module, or copy the built -+ $PWD/aufs.ko to /lib/modules/... and run depmod -a (or reboot simply). -+ + run "make install_headers" (instead of headers_install) to install -+ the modified aufs header file (you can specify DESTDIR which is -+ available in aufs standalone version's Makefile only), or copy -+ $PWD/usr/include/linux/aufs_type.h to /usr/include/linux or wherever -+ you like manually. By default, the target directory is $PWD/usr. -+- no need to apply aufs4-kbuild.patch, nor copying source files to your -+ kernel source tree. -+ -+Note: The header file aufs_type.h is necessary to build aufs-util -+ as well as "make headers_install" in the kernel source tree. -+ headers_install is subject to be forgotten, but it is essentially -+ necessary, not only for building aufs-util. -+ You may not meet problems without headers_install in some older -+ version though. -+ -+And then, -+- read README in aufs-util, build and install it -+- note that your distribution may contain an obsoleted version of -+ aufs_type.h in /usr/include/linux or something. When you build aufs -+ utilities, make sure that your compiler refers the correct aufs header -+ file which is built by "make headers_install." -+- if you want to use readdir(3) in userspace or pathconf(3) wrapper, -+ then run "make install_ulib" too. And refer to the aufs manual in -+ detail. -+ -+There several other patches in aufs4-standalone.git. They are all -+optional. When you meet some problems, they will help you. -+- aufs4-loopback.patch -+ Supports a nested loopback mount in a branch-fs. This patch is -+ unnecessary until aufs produces a message like "you may want to try -+ another patch for loopback file". -+- vfs-ino.patch -+ Modifies a system global kernel internal function get_next_ino() in -+ order to stop assigning 0 for an inode-number. Not directly related to -+ aufs, but recommended generally. -+- tmpfs-idr.patch -+ Keeps the tmpfs inode number as the lowest value. Effective to reduce -+ the size of aufs XINO files for tmpfs branch. Also it prevents the -+ duplication of inode number, which is important for backup tools and -+ other utilities. When you find aufs XINO files for tmpfs branch -+ growing too much, try this patch. -+- lockdep-debug.patch -+ Because aufs is not only an ordinary filesystem (callee of VFS), but -+ also a caller of VFS functions for branch filesystems, subclassing of -+ the internal locks for LOCKDEP is necessary. LOCKDEP is a debugging -+ feature of linux kernel. If you enable CONFIG_LOCKDEP, then you will -+ need to apply this debug patch to expand several constant values. -+ If don't know what LOCKDEP, then you don't have apply this patch. -+ -+ -+4. Usage -+---------------------------------------- -+At first, make sure aufs-util are installed, and please read the aufs -+manual, aufs.5 in aufs-util.git tree. -+$ man -l aufs.5 -+ -+And then, -+$ mkdir /tmp/rw /tmp/aufs -+# mount -t aufs -o br=/tmp/rw:${HOME} none /tmp/aufs -+ -+Here is another example. The result is equivalent. -+# mount -t aufs -o br=/tmp/rw=rw:${HOME}=ro none /tmp/aufs -+ Or -+# mount -t aufs -o br:/tmp/rw none /tmp/aufs -+# mount -o remount,append:${HOME} /tmp/aufs -+ -+Then, you can see whole tree of your home dir through /tmp/aufs. If -+you modify a file under /tmp/aufs, the one on your home directory is -+not affected, instead the same named file will be newly created under -+/tmp/rw. And all of your modification to a file will be applied to -+the one under /tmp/rw. This is called the file based Copy on Write -+(COW) method. -+Aufs mount options are described in aufs.5. -+If you run chroot or something and make your aufs as a root directory, -+then you need to customize the shutdown script. See the aufs manual in -+detail. -+ -+Additionally, there are some sample usages of aufs which are a -+diskless system with network booting, and LiveCD over NFS. -+See sample dir in CVS tree on SourceForge. -+ -+ -+5. Contact -+---------------------------------------- -+When you have any problems or strange behaviour in aufs, please let me -+know with: -+- /proc/mounts (instead of the output of mount(8)) -+- /sys/module/aufs/* -+- /sys/fs/aufs/* (if you have them) -+- /debug/aufs/* (if you have them) -+- linux kernel version -+ if your kernel is not plain, for example modified by distributor, -+ the url where i can download its source is necessary too. -+- aufs version which was printed at loading the module or booting the -+ system, instead of the date you downloaded. -+- configuration (define/undefine CONFIG_AUFS_xxx) -+- kernel configuration or /proc/config.gz (if you have it) -+- behaviour which you think to be incorrect -+- actual operation, reproducible one is better -+- mailto: aufs-users at lists.sourceforge.net -+ -+Usually, I don't watch the Public Areas(Bugs, Support Requests, Patches, -+and Feature Requests) on SourceForge. Please join and write to -+aufs-users ML. -+ -+ -+6. Acknowledgements -+---------------------------------------- -+Thanks to everyone who have tried and are using aufs, whoever -+have reported a bug or any feedback. -+ -+Especially donators: -+Tomas Matejicek(slax.org) made a donation (much more than once). -+ Since Apr 2010, Tomas M (the author of Slax and Linux Live -+ scripts) is making "doubling" donations. -+ Unfortunately I cannot list all of the donators, but I really -+ appreciate. -+ It ends Aug 2010, but the ordinary donation URL is still available. -+ -+Dai Itasaka made a donation (2007/8). -+Chuck Smith made a donation (2008/4, 10 and 12). -+Henk Schoneveld made a donation (2008/9). -+Chih-Wei Huang, ASUS, CTC donated Eee PC 4G (2008/10). -+Francois Dupoux made a donation (2008/11). -+Bruno Cesar Ribas and Luis Carlos Erpen de Bona, C3SL serves public -+ aufs2 GIT tree (2009/2). -+William Grant made a donation (2009/3). -+Patrick Lane made a donation (2009/4). -+The Mail Archive (mail-archive.com) made donations (2009/5). -+Nippy Networks (Ed Wildgoose) made a donation (2009/7). -+New Dream Network, LLC (www.dreamhost.com) made a donation (2009/11). -+Pavel Pronskiy made a donation (2011/2). -+Iridium and Inmarsat satellite phone retailer (www.mailasail.com), Nippy -+ Networks (Ed Wildgoose) made a donation for hardware (2011/3). -+Max Lekomcev (DOM-TV project) made a donation (2011/7, 12, 2012/3, 6 and -+11). -+Sam Liddicott made a donation (2011/9). -+Era Scarecrow made a donation (2013/4). -+Bor Ratajc made a donation (2013/4). -+Alessandro Gorreta made a donation (2013/4). -+POIRETTE Marc made a donation (2013/4). -+Alessandro Gorreta made a donation (2013/4). -+lauri kasvandik made a donation (2013/5). -+"pemasu from Finland" made a donation (2013/7). -+The Parted Magic Project made a donation (2013/9 and 11). -+Pavel Barta made a donation (2013/10). -+Nikolay Pertsev made a donation (2014/5). -+James B made a donation (2014/7 and 2015/7). -+Stefano Di Biase made a donation (2014/8). -+Daniel Epellei made a donation (2015/1). -+OmegaPhil made a donation (2016/1). -+Tomasz Szewczyk made a donation (2016/4). -+James Burry made a donation (2016/12). -+ -+Thank you very much. -+Donations are always, including future donations, very important and -+helpful for me to keep on developing aufs. -+ -+ -+7. -+---------------------------------------- -+If you are an experienced user, no explanation is needed. Aufs is -+just a linux filesystem. -+ -+ -+Enjoy! -+ -+# Local variables: ; -+# mode: text; -+# End: ; -diff --git a/Documentation/filesystems/aufs/design/01intro.txt b/Documentation/filesystems/aufs/design/01intro.txt -new file mode 100644 -index 000000000000..0cabbfc90903 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/01intro.txt -@@ -0,0 +1,158 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+Introduction -+---------------------------------------- -+ -+aufs [ei ju: ef es] | /ey-yoo-ef-es/ | [a u f s] -+1. abbrev. for "advanced multi-layered unification filesystem". -+2. abbrev. for "another unionfs". -+3. abbrev. for "auf das" in German which means "on the" in English. -+ Ex. "Butter aufs Brot"(G) means "butter onto bread"(E). -+ But "Filesystem aufs Filesystem" is hard to understand. -+4. abbrev. for "African Urban Fashion Show". -+ -+AUFS is a filesystem with features: -+- multi layered stackable unification filesystem, the member directory -+ is called as a branch. -+- branch permission and attribute, 'readonly', 'real-readonly', -+ 'readwrite', 'whiteout-able', 'link-able whiteout', etc. and their -+ combination. -+- internal "file copy-on-write". -+- logical deletion, whiteout. -+- dynamic branch manipulation, adding, deleting and changing permission. -+- allow bypassing aufs, user's direct branch access. -+- external inode number translation table and bitmap which maintains the -+ persistent aufs inode number. -+- seekable directory, including NFS readdir. -+- file mapping, mmap and sharing pages. -+- pseudo-link, hardlink over branches. -+- loopback mounted filesystem as a branch. -+- several policies to select one among multiple writable branches. -+- revert a single systemcall when an error occurs in aufs. -+- and more... -+ -+ -+Multi Layered Stackable Unification Filesystem -+---------------------------------------------------------------------- -+Most people already knows what it is. -+It is a filesystem which unifies several directories and provides a -+merged single directory. When users access a file, the access will be -+passed/re-directed/converted (sorry, I am not sure which English word is -+correct) to the real file on the member filesystem. The member -+filesystem is called 'lower filesystem' or 'branch' and has a mode -+'readonly' and 'readwrite.' And the deletion for a file on the lower -+readonly branch is handled by creating 'whiteout' on the upper writable -+branch. -+ -+On LKML, there have been discussions about UnionMount (Jan Blunck, -+Bharata B Rao and Valerie Aurora) and Unionfs (Erez Zadok). They took -+different approaches to implement the merged-view. -+The former tries putting it into VFS, and the latter implements as a -+separate filesystem. -+(If I misunderstand about these implementations, please let me know and -+I shall correct it. Because it is a long time ago when I read their -+source files last time). -+ -+UnionMount's approach will be able to small, but may be hard to share -+branches between several UnionMount since the whiteout in it is -+implemented in the inode on branch filesystem and always -+shared. According to Bharata's post, readdir does not seems to be -+finished yet. -+There are several missing features known in this implementations such as -+- for users, the inode number may change silently. eg. copy-up. -+- link(2) may break by copy-up. -+- read(2) may get an obsoleted filedata (fstat(2) too). -+- fcntl(F_SETLK) may be broken by copy-up. -+- unnecessary copy-up may happen, for example mmap(MAP_PRIVATE) after -+ open(O_RDWR). -+ -+In linux-3.18, "overlay" filesystem (formerly known as "overlayfs") was -+merged into mainline. This is another implementation of UnionMount as a -+separated filesystem. All the limitations and known problems which -+UnionMount are equally inherited to "overlay" filesystem. -+ -+Unionfs has a longer history. When I started implementing a stackable -+filesystem (Aug 2005), it already existed. It has virtual super_block, -+inode, dentry and file objects and they have an array pointing lower -+same kind objects. After contributing many patches for Unionfs, I -+re-started my project AUFS (Jun 2006). -+ -+In AUFS, the structure of filesystem resembles to Unionfs, but I -+implemented my own ideas, approaches and enhancements and it became -+totally different one. -+ -+Comparing DM snapshot and fs based implementation -+- the number of bytes to be copied between devices is much smaller. -+- the type of filesystem must be one and only. -+- the fs must be writable, no readonly fs, even for the lower original -+ device. so the compression fs will not be usable. but if we use -+ loopback mount, we may address this issue. -+ for instance, -+ mount /cdrom/squashfs.img /sq -+ losetup /sq/ext2.img -+ losetup /somewhere/cow -+ dmsetup "snapshot /dev/loop0 /dev/loop1 ..." -+- it will be difficult (or needs more operations) to extract the -+ difference between the original device and COW. -+- DM snapshot-merge may help a lot when users try merging. in the -+ fs-layer union, users will use rsync(1). -+ -+You may want to read my old paper "Filesystems in LiveCD" -+(http://aufs.sourceforge.net/aufs2/report/sq/sq.pdf). -+ -+ -+Several characters/aspects/persona of aufs -+---------------------------------------------------------------------- -+ -+Aufs has several characters, aspects or persona. -+1. a filesystem, callee of VFS helper -+2. sub-VFS, caller of VFS helper for branches -+3. a virtual filesystem which maintains persistent inode number -+4. reader/writer of files on branches such like an application -+ -+1. Callee of VFS Helper -+As an ordinary linux filesystem, aufs is a callee of VFS. For instance, -+unlink(2) from an application reaches sys_unlink() kernel function and -+then vfs_unlink() is called. vfs_unlink() is one of VFS helper and it -+calls filesystem specific unlink operation. Actually aufs implements the -+unlink operation but it behaves like a redirector. -+ -+2. Caller of VFS Helper for Branches -+aufs_unlink() passes the unlink request to the branch filesystem as if -+it were called from VFS. So the called unlink operation of the branch -+filesystem acts as usual. As a caller of VFS helper, aufs should handle -+every necessary pre/post operation for the branch filesystem. -+- acquire the lock for the parent dir on a branch -+- lookup in a branch -+- revalidate dentry on a branch -+- mnt_want_write() for a branch -+- vfs_unlink() for a branch -+- mnt_drop_write() for a branch -+- release the lock on a branch -+ -+3. Persistent Inode Number -+One of the most important issue for a filesystem is to maintain inode -+numbers. This is particularly important to support exporting a -+filesystem via NFS. Aufs is a virtual filesystem which doesn't have a -+backend block device for its own. But some storage is necessary to -+keep and maintain the inode numbers. It may be a large space and may not -+suit to keep in memory. Aufs rents some space from its first writable -+branch filesystem (by default) and creates file(s) on it. These files -+are created by aufs internally and removed soon (currently) keeping -+opened. -+Note: Because these files are removed, they are totally gone after -+ unmounting aufs. It means the inode numbers are not persistent -+ across unmount or reboot. I have a plan to make them really -+ persistent which will be important for aufs on NFS server. -+ -+4. Read/Write Files Internally (copy-on-write) -+Because a branch can be readonly, when you write a file on it, aufs will -+"copy-up" it to the upper writable branch internally. And then write the -+originally requested thing to the file. Generally kernel doesn't -+open/read/write file actively. In aufs, even a single write may cause a -+internal "file copy". This behaviour is very similar to cp(1) command. -+ -+Some people may think it is better to pass such work to user space -+helper, instead of doing in kernel space. Actually I am still thinking -+about it. But currently I have implemented it in kernel space. -diff --git a/Documentation/filesystems/aufs/design/02struct.txt b/Documentation/filesystems/aufs/design/02struct.txt -new file mode 100644 -index 000000000000..cec903ec2c48 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/02struct.txt -@@ -0,0 +1,245 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+Basic Aufs Internal Structure -+ -+Superblock/Inode/Dentry/File Objects -+---------------------------------------------------------------------- -+As like an ordinary filesystem, aufs has its own -+superblock/inode/dentry/file objects. All these objects have a -+dynamically allocated array and store the same kind of pointers to the -+lower filesystem, branch. -+For example, when you build a union with one readwrite branch and one -+readonly, mounted /au, /rw and /ro respectively. -+- /au = /rw + /ro -+- /ro/fileA exists but /rw/fileA -+ -+Aufs lookup operation finds /ro/fileA and gets dentry for that. These -+pointers are stored in a aufs dentry. The array in aufs dentry will be, -+- [0] = NULL (because /rw/fileA doesn't exist) -+- [1] = /ro/fileA -+ -+This style of an array is essentially same to the aufs -+superblock/inode/dentry/file objects. -+ -+Because aufs supports manipulating branches, ie. add/delete/change -+branches dynamically, these objects has its own generation. When -+branches are changed, the generation in aufs superblock is -+incremented. And a generation in other object are compared when it is -+accessed. When a generation in other objects are obsoleted, aufs -+refreshes the internal array. -+ -+ -+Superblock -+---------------------------------------------------------------------- -+Additionally aufs superblock has some data for policies to select one -+among multiple writable branches, XIB files, pseudo-links and kobject. -+See below in detail. -+About the policies which supports copy-down a directory, see -+wbr_policy.txt too. -+ -+ -+Branch and XINO(External Inode Number Translation Table) -+---------------------------------------------------------------------- -+Every branch has its own xino (external inode number translation table) -+file. The xino file is created and unlinked by aufs internally. When two -+members of a union exist on the same filesystem, they share the single -+xino file. -+The struct of a xino file is simple, just a sequence of aufs inode -+numbers which is indexed by the lower inode number. -+In the above sample, assume the inode number of /ro/fileA is i111 and -+aufs assigns the inode number i999 for fileA. Then aufs writes 999 as -+4(8) bytes at 111 * 4(8) bytes offset in the xino file. -+ -+When the inode numbers are not contiguous, the xino file will be sparse -+which has a hole in it and doesn't consume as much disk space as it -+might appear. If your branch filesystem consumes disk space for such -+holes, then you should specify 'xino=' option at mounting aufs. -+ -+Aufs has a mount option to free the disk blocks for such holes in XINO -+files on tmpfs or ramdisk. But it is not so effective actually. If you -+meet a problem of disk shortage due to XINO files, then you should try -+"tmpfs-ino.patch" (and "vfs-ino.patch" too) in aufs4-standalone.git. -+The patch localizes the assignment inumbers per tmpfs-mount and avoid -+the holes in XINO files. -+ -+Also a writable branch has three kinds of "whiteout bases". All these -+are existed when the branch is joined to aufs, and their names are -+whiteout-ed doubly, so that users will never see their names in aufs -+hierarchy. -+1. a regular file which will be hardlinked to all whiteouts. -+2. a directory to store a pseudo-link. -+3. a directory to store an "orphan"-ed file temporary. -+ -+1. Whiteout Base -+ When you remove a file on a readonly branch, aufs handles it as a -+ logical deletion and creates a whiteout on the upper writable branch -+ as a hardlink of this file in order not to consume inode on the -+ writable branch. -+2. Pseudo-link Dir -+ See below, Pseudo-link. -+3. Step-Parent Dir -+ When "fileC" exists on the lower readonly branch only and it is -+ opened and removed with its parent dir, and then user writes -+ something into it, then aufs copies-up fileC to this -+ directory. Because there is no other dir to store fileC. After -+ creating a file under this dir, the file is unlinked. -+ -+Because aufs supports manipulating branches, ie. add/delete/change -+dynamically, a branch has its own id. When the branch order changes, -+aufs finds the new index by searching the branch id. -+ -+ -+Pseudo-link -+---------------------------------------------------------------------- -+Assume "fileA" exists on the lower readonly branch only and it is -+hardlinked to "fileB" on the branch. When you write something to fileA, -+aufs copies-up it to the upper writable branch. Additionally aufs -+creates a hardlink under the Pseudo-link Directory of the writable -+branch. The inode of a pseudo-link is kept in aufs super_block as a -+simple list. If fileB is read after unlinking fileA, aufs returns -+filedata from the pseudo-link instead of the lower readonly -+branch. Because the pseudo-link is based upon the inode, to keep the -+inode number by xino (see above) is essentially necessary. -+ -+All the hardlinks under the Pseudo-link Directory of the writable branch -+should be restored in a proper location later. Aufs provides a utility -+to do this. The userspace helpers executed at remounting and unmounting -+aufs by default. -+During this utility is running, it puts aufs into the pseudo-link -+maintenance mode. In this mode, only the process which began the -+maintenance mode (and its child processes) is allowed to operate in -+aufs. Some other processes which are not related to the pseudo-link will -+be allowed to run too, but the rest have to return an error or wait -+until the maintenance mode ends. If a process already acquires an inode -+mutex (in VFS), it has to return an error. -+ -+ -+XIB(external inode number bitmap) -+---------------------------------------------------------------------- -+Addition to the xino file per a branch, aufs has an external inode number -+bitmap in a superblock object. It is also an internal file such like a -+xino file. -+It is a simple bitmap to mark whether the aufs inode number is in-use or -+not. -+To reduce the file I/O, aufs prepares a single memory page to cache xib. -+ -+As well as XINO files, aufs has a feature to truncate/refresh XIB to -+reduce the number of consumed disk blocks for these files. -+ -+ -+Virtual or Vertical Dir, and Readdir in Userspace -+---------------------------------------------------------------------- -+In order to support multiple layers (branches), aufs readdir operation -+constructs a virtual dir block on memory. For readdir, aufs calls -+vfs_readdir() internally for each dir on branches, merges their entries -+with eliminating the whiteout-ed ones, and sets it to file (dir) -+object. So the file object has its entry list until it is closed. The -+entry list will be updated when the file position is zero and becomes -+obsoleted. This decision is made in aufs automatically. -+ -+The dynamically allocated memory block for the name of entries has a -+unit of 512 bytes (by default) and stores the names contiguously (no -+padding). Another block for each entry is handled by kmem_cache too. -+During building dir blocks, aufs creates hash list and judging whether -+the entry is whiteouted by its upper branch or already listed. -+The merged result is cached in the corresponding inode object and -+maintained by a customizable life-time option. -+ -+Some people may call it can be a security hole or invite DoS attack -+since the opened and once readdir-ed dir (file object) holds its entry -+list and becomes a pressure for system memory. But I'd say it is similar -+to files under /proc or /sys. The virtual files in them also holds a -+memory page (generally) while they are opened. When an idea to reduce -+memory for them is introduced, it will be applied to aufs too. -+For those who really hate this situation, I've developed readdir(3) -+library which operates this merging in userspace. You just need to set -+LD_PRELOAD environment variable, and aufs will not consume no memory in -+kernel space for readdir(3). -+ -+ -+Workqueue -+---------------------------------------------------------------------- -+Aufs sometimes requires privilege access to a branch. For instance, -+in copy-up/down operation. When a user process is going to make changes -+to a file which exists in the lower readonly branch only, and the mode -+of one of ancestor directories may not be writable by a user -+process. Here aufs copy-up the file with its ancestors and they may -+require privilege to set its owner/group/mode/etc. -+This is a typical case of a application character of aufs (see -+Introduction). -+ -+Aufs uses workqueue synchronously for this case. It creates its own -+workqueue. The workqueue is a kernel thread and has privilege. Aufs -+passes the request to call mkdir or write (for example), and wait for -+its completion. This approach solves a problem of a signal handler -+simply. -+If aufs didn't adopt the workqueue and changed the privilege of the -+process, then the process may receive the unexpected SIGXFSZ or other -+signals. -+ -+Also aufs uses the system global workqueue ("events" kernel thread) too -+for asynchronous tasks, such like handling inotify/fsnotify, re-creating a -+whiteout base and etc. This is unrelated to a privilege. -+Most of aufs operation tries acquiring a rw_semaphore for aufs -+superblock at the beginning, at the same time waits for the completion -+of all queued asynchronous tasks. -+ -+ -+Whiteout -+---------------------------------------------------------------------- -+The whiteout in aufs is very similar to Unionfs's. That is represented -+by its filename. UnionMount takes an approach of a file mode, but I am -+afraid several utilities (find(1) or something) will have to support it. -+ -+Basically the whiteout represents "logical deletion" which stops aufs to -+lookup further, but also it represents "dir is opaque" which also stop -+further lookup. -+ -+In aufs, rmdir(2) and rename(2) for dir uses whiteout alternatively. -+In order to make several functions in a single systemcall to be -+revertible, aufs adopts an approach to rename a directory to a temporary -+unique whiteouted name. -+For example, in rename(2) dir where the target dir already existed, aufs -+renames the target dir to a temporary unique whiteouted name before the -+actual rename on a branch, and then handles other actions (make it opaque, -+update the attributes, etc). If an error happens in these actions, aufs -+simply renames the whiteouted name back and returns an error. If all are -+succeeded, aufs registers a function to remove the whiteouted unique -+temporary name completely and asynchronously to the system global -+workqueue. -+ -+ -+Copy-up -+---------------------------------------------------------------------- -+It is a well-known feature or concept. -+When user modifies a file on a readonly branch, aufs operate "copy-up" -+internally and makes change to the new file on the upper writable branch. -+When the trigger systemcall does not update the timestamps of the parent -+dir, aufs reverts it after copy-up. -+ -+ -+Move-down (aufs3.9 and later) -+---------------------------------------------------------------------- -+"Copy-up" is one of the essential feature in aufs. It copies a file from -+the lower readonly branch to the upper writable branch when a user -+changes something about the file. -+"Move-down" is an opposite action of copy-up. Basically this action is -+ran manually instead of automatically and internally. -+For desgin and implementation, aufs has to consider these issues. -+- whiteout for the file may exist on the lower branch. -+- ancestor directories may not exist on the lower branch. -+- diropq for the ancestor directories may exist on the upper branch. -+- free space on the lower branch will reduce. -+- another access to the file may happen during moving-down, including -+ UDBA (see "Revalidate Dentry and UDBA"). -+- the file should not be hard-linked nor pseudo-linked. they should be -+ handled by auplink utility later. -+ -+Sometimes users want to move-down a file from the upper writable branch -+to the lower readonly or writable branch. For instance, -+- the free space of the upper writable branch is going to run out. -+- create a new intermediate branch between the upper and lower branch. -+- etc. -+ -+For this purpose, use "aumvdown" command in aufs-util.git. -diff --git a/Documentation/filesystems/aufs/design/03atomic_open.txt b/Documentation/filesystems/aufs/design/03atomic_open.txt -new file mode 100644 -index 000000000000..12117ae5772b ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/03atomic_open.txt -@@ -0,0 +1,72 @@ -+ -+# Copyright (C) 2015-2017 Junjiro R. Okajima -+ -+Support for a branch who has its ->atomic_open() -+---------------------------------------------------------------------- -+The filesystems who implement its ->atomic_open() are not majority. For -+example NFSv4 does, and aufs should call NFSv4 ->atomic_open, -+particularly for open(O_CREAT|O_EXCL, 0400) case. Other than -+->atomic_open(), NFSv4 returns an error for this open(2). While I am not -+sure whether all filesystems who have ->atomic_open() behave like this, -+but NFSv4 surely returns the error. -+ -+In order to support ->atomic_open() for aufs, there are a few -+approaches. -+ -+A. Introduce aufs_atomic_open() -+ - calls one of VFS:do_last(), lookup_open() or atomic_open() for -+ branch fs. -+B. Introduce aufs_atomic_open() calling create, open and chmod. this is -+ an aufs user Pip Cet's approach -+ - calls aufs_create(), VFS finish_open() and notify_change(). -+ - pass fake-mode to finish_open(), and then correct the mode by -+ notify_change(). -+C. Extend aufs_open() to call branch fs's ->atomic_open() -+ - no aufs_atomic_open(). -+ - aufs_lookup() registers the TID to an aufs internal object. -+ - aufs_create() does nothing when the matching TID is registered, but -+ registers the mode. -+ - aufs_open() calls branch fs's ->atomic_open() when the matching -+ TID is registered. -+D. Extend aufs_open() to re-try branch fs's ->open() with superuser's -+ credential -+ - no aufs_atomic_open(). -+ - aufs_create() registers the TID to an internal object. this info -+ represents "this process created this file just now." -+ - when aufs gets EACCES from branch fs's ->open(), then confirm the -+ registered TID and re-try open() with superuser's credential. -+ -+Pros and cons for each approach. -+ -+A. -+ - straightforward but highly depends upon VFS internal. -+ - the atomic behavaiour is kept. -+ - some of parameters such as nameidata are hard to reproduce for -+ branch fs. -+ - large overhead. -+B. -+ - easy to implement. -+ - the atomic behavaiour is lost. -+C. -+ - the atomic behavaiour is kept. -+ - dirty and tricky. -+ - VFS checks whether the file is created correctly after calling -+ ->create(), which means this approach doesn't work. -+D. -+ - easy to implement. -+ - the atomic behavaiour is lost. -+ - to open a file with superuser's credential and give it to a user -+ process is a bad idea, since the file object keeps the credential -+ in it. It may affect LSM or something. This approach doesn't work -+ either. -+ -+The approach A is ideal, but it hard to implement. So here is a -+variation of A, which is to be implemented. -+ -+A-1. Introduce aufs_atomic_open() -+ - calls branch fs ->atomic_open() if exists. otherwise calls -+ vfs_create() and finish_open(). -+ - the demerit is that the several checks after branch fs -+ ->atomic_open() are lost. in the ordinary case, the checks are -+ done by VFS:do_last(), lookup_open() and atomic_open(). some can -+ be implemented in aufs, but not all I am afraid. -diff --git a/Documentation/filesystems/aufs/design/03lookup.txt b/Documentation/filesystems/aufs/design/03lookup.txt -new file mode 100644 -index 000000000000..9421550324a2 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/03lookup.txt -@@ -0,0 +1,100 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+Lookup in a Branch -+---------------------------------------------------------------------- -+Since aufs has a character of sub-VFS (see Introduction), it operates -+lookup for branches as VFS does. It may be a heavy work. But almost all -+lookup operation in aufs is the simplest case, ie. lookup only an entry -+directly connected to its parent. Digging down the directory hierarchy -+is unnecessary. VFS has a function lookup_one_len() for that use, and -+aufs calls it. -+ -+When a branch is a remote filesystem, aufs basically relies upon its -+->d_revalidate(), also aufs forces the hardest revalidate tests for -+them. -+For d_revalidate, aufs implements three levels of revalidate tests. See -+"Revalidate Dentry and UDBA" in detail. -+ -+ -+Test Only the Highest One for the Directory Permission (dirperm1 option) -+---------------------------------------------------------------------- -+Let's try case study. -+- aufs has two branches, upper readwrite and lower readonly. -+ /au = /rw + /ro -+- "dirA" exists under /ro, but /rw. and its mode is 0700. -+- user invoked "chmod a+rx /au/dirA" -+- the internal copy-up is activated and "/rw/dirA" is created and its -+ permission bits are set to world readable. -+- then "/au/dirA" becomes world readable? -+ -+In this case, /ro/dirA is still 0700 since it exists in readonly branch, -+or it may be a natively readonly filesystem. If aufs respects the lower -+branch, it should not respond readdir request from other users. But user -+allowed it by chmod. Should really aufs rejects showing the entries -+under /ro/dirA? -+ -+To be honest, I don't have a good solution for this case. So aufs -+implements 'dirperm1' and 'nodirperm1' mount options, and leave it to -+users. -+When dirperm1 is specified, aufs checks only the highest one for the -+directory permission, and shows the entries. Otherwise, as usual, checks -+every dir existing on all branches and rejects the request. -+ -+As a side effect, dirperm1 option improves the performance of aufs -+because the number of permission check is reduced when the number of -+branch is many. -+ -+ -+Revalidate Dentry and UDBA (User's Direct Branch Access) -+---------------------------------------------------------------------- -+Generally VFS helpers re-validate a dentry as a part of lookup. -+0. digging down the directory hierarchy. -+1. lock the parent dir by its i_mutex. -+2. lookup the final (child) entry. -+3. revalidate it. -+4. call the actual operation (create, unlink, etc.) -+5. unlock the parent dir -+ -+If the filesystem implements its ->d_revalidate() (step 3), then it is -+called. Actually aufs implements it and checks the dentry on a branch is -+still valid. -+But it is not enough. Because aufs has to release the lock for the -+parent dir on a branch at the end of ->lookup() (step 2) and -+->d_revalidate() (step 3) while the i_mutex of the aufs dir is still -+held by VFS. -+If the file on a branch is changed directly, eg. bypassing aufs, after -+aufs released the lock, then the subsequent operation may cause -+something unpleasant result. -+ -+This situation is a result of VFS architecture, ->lookup() and -+->d_revalidate() is separated. But I never say it is wrong. It is a good -+design from VFS's point of view. It is just not suitable for sub-VFS -+character in aufs. -+ -+Aufs supports such case by three level of revalidation which is -+selectable by user. -+1. Simple Revalidate -+ Addition to the native flow in VFS's, confirm the child-parent -+ relationship on the branch just after locking the parent dir on the -+ branch in the "actual operation" (step 4). When this validation -+ fails, aufs returns EBUSY. ->d_revalidate() (step 3) in aufs still -+ checks the validation of the dentry on branches. -+2. Monitor Changes Internally by Inotify/Fsnotify -+ Addition to above, in the "actual operation" (step 4) aufs re-lookup -+ the dentry on the branch, and returns EBUSY if it finds different -+ dentry. -+ Additionally, aufs sets the inotify/fsnotify watch for every dir on branches -+ during it is in cache. When the event is notified, aufs registers a -+ function to kernel 'events' thread by schedule_work(). And the -+ function sets some special status to the cached aufs dentry and inode -+ private data. If they are not cached, then aufs has nothing to -+ do. When the same file is accessed through aufs (step 0-3) later, -+ aufs will detect the status and refresh all necessary data. -+ In this mode, aufs has to ignore the event which is fired by aufs -+ itself. -+3. No Extra Validation -+ This is the simplest test and doesn't add any additional revalidation -+ test, and skip the revalidation in step 4. It is useful and improves -+ aufs performance when system surely hide the aufs branches from user, -+ by over-mounting something (or another method). -diff --git a/Documentation/filesystems/aufs/design/04branch.txt b/Documentation/filesystems/aufs/design/04branch.txt -new file mode 100644 -index 000000000000..ec59427ad94f ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/04branch.txt -@@ -0,0 +1,61 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+Branch Manipulation -+ -+Since aufs supports dynamic branch manipulation, ie. add/remove a branch -+and changing its permission/attribute, there are a lot of works to do. -+ -+ -+Add a Branch -+---------------------------------------------------------------------- -+o Confirm the adding dir exists outside of aufs, including loopback -+ mount, and its various attributes. -+o Initialize the xino file and whiteout bases if necessary. -+ See struct.txt. -+ -+o Check the owner/group/mode of the directory -+ When the owner/group/mode of the adding directory differs from the -+ existing branch, aufs issues a warning because it may impose a -+ security risk. -+ For example, when a upper writable branch has a world writable empty -+ top directory, a malicious user can create any files on the writable -+ branch directly, like copy-up and modify manually. If something like -+ /etc/{passwd,shadow} exists on the lower readonly branch but the upper -+ writable branch, and the writable branch is world-writable, then a -+ malicious guy may create /etc/passwd on the writable branch directly -+ and the infected file will be valid in aufs. -+ I am afraid it can be a security issue, but aufs can do nothing except -+ producing a warning. -+ -+ -+Delete a Branch -+---------------------------------------------------------------------- -+o Confirm the deleting branch is not busy -+ To be general, there is one merit to adopt "remount" interface to -+ manipulate branches. It is to discard caches. At deleting a branch, -+ aufs checks the still cached (and connected) dentries and inodes. If -+ there are any, then they are all in-use. An inode without its -+ corresponding dentry can be alive alone (for example, inotify/fsnotify case). -+ -+ For the cached one, aufs checks whether the same named entry exists on -+ other branches. -+ If the cached one is a directory, because aufs provides a merged view -+ to users, as long as one dir is left on any branch aufs can show the -+ dir to users. In this case, the branch can be removed from aufs. -+ Otherwise aufs rejects deleting the branch. -+ -+ If any file on the deleting branch is opened by aufs, then aufs -+ rejects deleting. -+ -+ -+Modify the Permission of a Branch -+---------------------------------------------------------------------- -+o Re-initialize or remove the xino file and whiteout bases if necessary. -+ See struct.txt. -+ -+o rw --> ro: Confirm the modifying branch is not busy -+ Aufs rejects the request if any of these conditions are true. -+ - a file on the branch is mmap-ed. -+ - a regular file on the branch is opened for write and there is no -+ same named entry on the upper branch. -diff --git a/Documentation/filesystems/aufs/design/05wbr_policy.txt b/Documentation/filesystems/aufs/design/05wbr_policy.txt -new file mode 100644 -index 000000000000..89df0e2819d2 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/05wbr_policy.txt -@@ -0,0 +1,51 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+Policies to Select One among Multiple Writable Branches -+---------------------------------------------------------------------- -+When the number of writable branch is more than one, aufs has to decide -+the target branch for file creation or copy-up. By default, the highest -+writable branch which has the parent (or ancestor) dir of the target -+file is chosen (top-down-parent policy). -+By user's request, aufs implements some other policies to select the -+writable branch, for file creation several policies, round-robin, -+most-free-space, and other policies. For copy-up, top-down-parent, -+bottom-up-parent, bottom-up and others. -+ -+As expected, the round-robin policy selects the branch in circular. When -+you have two writable branches and creates 10 new files, 5 files will be -+created for each branch. mkdir(2) systemcall is an exception. When you -+create 10 new directories, all will be created on the same branch. -+And the most-free-space policy selects the one which has most free -+space among the writable branches. The amount of free space will be -+checked by aufs internally, and users can specify its time interval. -+ -+The policies for copy-up is more simple, -+top-down-parent is equivalent to the same named on in create policy, -+bottom-up-parent selects the writable branch where the parent dir -+exists and the nearest upper one from the copyup-source, -+bottom-up selects the nearest upper writable branch from the -+copyup-source, regardless the existence of the parent dir. -+ -+There are some rules or exceptions to apply these policies. -+- If there is a readonly branch above the policy-selected branch and -+ the parent dir is marked as opaque (a variation of whiteout), or the -+ target (creating) file is whiteout-ed on the upper readonly branch, -+ then the result of the policy is ignored and the target file will be -+ created on the nearest upper writable branch than the readonly branch. -+- If there is a writable branch above the policy-selected branch and -+ the parent dir is marked as opaque or the target file is whiteouted -+ on the branch, then the result of the policy is ignored and the target -+ file will be created on the highest one among the upper writable -+ branches who has diropq or whiteout. In case of whiteout, aufs removes -+ it as usual. -+- link(2) and rename(2) systemcalls are exceptions in every policy. -+ They try selecting the branch where the source exists as possible -+ since copyup a large file will take long time. If it can't be, -+ ie. the branch where the source exists is readonly, then they will -+ follow the copyup policy. -+- There is an exception for rename(2) when the target exists. -+ If the rename target exists, aufs compares the index of the branches -+ where the source and the target exists and selects the higher -+ one. If the selected branch is readonly, then aufs follows the -+ copyup policy. -diff --git a/Documentation/filesystems/aufs/design/06dirren.dot b/Documentation/filesystems/aufs/design/06dirren.dot -new file mode 100644 -index 000000000000..2d62bb6dd55f ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06dirren.dot -@@ -0,0 +1,31 @@ -+ -+// to view this graph, run dot(1) command in GRAPHVIZ. -+ -+digraph G { -+node [shape=box]; -+whinfo [label="detailed info file\n(lower_brid_root-hinum, h_inum, namelen, old name)"]; -+ -+node [shape=oval]; -+ -+aufs_rename -> whinfo [label="store/remove"]; -+ -+node [shape=oval]; -+inode_list [label="h_inum list in branch\ncache"]; -+ -+node [shape=box]; -+whinode [label="h_inum list file"]; -+ -+node [shape=oval]; -+brmgmt [label="br_add/del/mod/umount"]; -+ -+brmgmt -> inode_list [label="create/remove"]; -+brmgmt -> whinode [label="load/store"]; -+ -+inode_list -> whinode [style=dashed,dir=both]; -+ -+aufs_rename -> inode_list [label="add/del"]; -+ -+aufs_lookup -> inode_list [label="search"]; -+ -+aufs_lookup -> whinfo [label="load/remove"]; -+} -diff --git a/Documentation/filesystems/aufs/design/06dirren.txt b/Documentation/filesystems/aufs/design/06dirren.txt -new file mode 100644 -index 000000000000..7aed1889d91e ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06dirren.txt -@@ -0,0 +1,89 @@ -+ -+# Copyright (C) 2017 Junjiro R. Okajima -+ -+Special handling for renaming a directory (DIRREN) -+---------------------------------------------------------------------- -+First, let's assume we have a simple usecase. -+ -+- /u = /rw + /ro -+- /rw/dirA exists -+- /ro/dirA and /ro/dirA/file exist too -+- there is no dirB on both branches -+- a user issues rename("dirA", "dirB") -+ -+Now, what should aufs behave against this rename(2)? -+There are a few possible cases. -+ -+A. returns EROFS. -+ since dirA exists on a readonly branch which cannot be renamed. -+B. returns EXDEV. -+ it is possible to copy-up dirA (only the dir itself), but the child -+ entries ("file" in this case) should not be. it must be a bad -+ approach to copy-up recursively. -+C. returns a success. -+ even the branch /ro is readonly, aufs tries renaming it. Obviously it -+ is a violation of aufs' policy. -+D. construct an extra information which indicates that /ro/dirA should -+ be handled as the name of dirB. -+ overlayfs has a similar feature called REDIRECT. -+ -+Until now, aufs implements the case B only which returns EXDEV, and -+expects the userspace application behaves like mv(1) which tries -+issueing rename(2) recursively. -+ -+A new aufs feature called DIRREN is introduced which implements the case -+D. There are several "extra information" added. -+ -+1. detailed info per renamed directory -+ path: /rw/dirB/$AUFS_WH_DR_INFO_PFX. -+2. the inode-number list of directories on a branch -+ path: /rw/dirB/$AUFS_WH_DR_BRHINO -+ -+The filename of "detailed info per directory" represents the lower -+branch, and its format is -+- a type of the branch id -+ one of these. -+ + uuid (not implemented yet) -+ + fsid -+ + dev -+- the inode-number of the branch root dir -+ -+And it contains these info in a single regular file. -+- magic number -+- branch's inode-number of the logically renamed dir -+- the name of the before-renamed dir -+ -+The "detailed info per directory" file is created in aufs rename(2), and -+loaded in any lookup. -+The info is considered in lookup for the matching case only. Here -+"matching" means that the root of branch (in the info filename) is same -+to the current looking-up branch. After looking-up the before-renamed -+name, the inode-number is compared. And the matched dentry is used. -+ -+The "inode-number list of directories" is a regular file which contains -+simply the inode-numbers on the branch. The file is created or updated -+in removing the branch, and loaded in adding the branch. Its lifetime is -+equal to the branch. -+The list is refered in lookup, and when the current target inode is -+found in the list, the aufs tries loading the "detailed info per -+directory" and get the changed and valid name of the dir. -+ -+Theoretically these "extra informaiton" may be able to be put into XATTR -+in the dir inode. But aufs doesn't choose this way because -+1. XATTR may not be supported by the branch (or its configuration) -+2. XATTR may have its size limit. -+3. XATTR may be less easy to convert than a regular file, when the -+ format of the info is changed in the future. -+At the same time, I agree that the regular file approach is much slower -+than XATTR approach. So, in the future, aufs may take the XATTR or other -+better approach. -+ -+This DIRREN feature is enabled by aufs configuration, and is activated -+by a new mount option. -+ -+For the more complicated case, there is a work with UDBA option, which -+is to dected the direct access to the branches (by-passing aufs) and to -+maintain the cashes in aufs. Since a single cached aufs dentry may -+contains two names, before- and after-rename, the name comparision in -+UDBA handler may not work correctly. In this case, the behaviour will be -+equivalen to udba=reval case. -diff --git a/Documentation/filesystems/aufs/design/06fhsm.txt b/Documentation/filesystems/aufs/design/06fhsm.txt -new file mode 100644 -index 000000000000..dc8451fc3ac2 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06fhsm.txt -@@ -0,0 +1,105 @@ -+ -+# Copyright (C) 2011-2017 Junjiro R. Okajima -+ -+File-based Hierarchical Storage Management (FHSM) -+---------------------------------------------------------------------- -+Hierarchical Storage Management (or HSM) is a well-known feature in the -+storage world. Aufs provides this feature as file-based with multiple -+writable branches, based upon the principle of "Colder, the Lower". -+Here the word "colder" means that the less used files, and "lower" means -+that the position in the order of the stacked branches vertically. -+These multiple writable branches are prioritized, ie. the topmost one -+should be the fastest drive and be used heavily. -+ -+o Characters in aufs FHSM story -+- aufs itself and a new branch attribute. -+- a new ioctl interface to move-down and to establish a connection with -+ the daemon ("move-down" is a converse of "copy-up"). -+- userspace tool and daemon. -+ -+The userspace daemon establishes a connection with aufs and waits for -+the notification. The notified information is very similar to struct -+statfs containing the number of consumed blocks and inodes. -+When the consumed blocks/inodes of a branch exceeds the user-specified -+upper watermark, the daemon activates its move-down process until the -+consumed blocks/inodes reaches the user-specified lower watermark. -+ -+The actual move-down is done by aufs based upon the request from -+user-space since we need to maintain the inode number and the internal -+pointer arrays in aufs. -+ -+Currently aufs FHSM handles the regular files only. Additionally they -+must not be hard-linked nor pseudo-linked. -+ -+ -+o Cowork of aufs and the user-space daemon -+ During the userspace daemon established the connection, aufs sends a -+ small notification to it whenever aufs writes something into the -+ writable branch. But it may cost high since aufs issues statfs(2) -+ internally. So user can specify a new option to cache the -+ info. Actually the notification is controlled by these factors. -+ + the specified cache time. -+ + classified as "force" by aufs internally. -+ Until the specified time expires, aufs doesn't send the info -+ except the forced cases. When aufs decide forcing, the info is always -+ notified to userspace. -+ For example, the number of free inodes is generally large enough and -+ the shortage of it happens rarely. So aufs doesn't force the -+ notification when creating a new file, directory and others. This is -+ the typical case which aufs doesn't force. -+ When aufs writes the actual filedata and the files consumes any of new -+ blocks, the aufs forces notifying. -+ -+ -+o Interfaces in aufs -+- New branch attribute. -+ + fhsm -+ Specifies that the branch is managed by FHSM feature. In other word, -+ participant in the FHSM. -+ When nofhsm is set to the branch, it will not be the source/target -+ branch of the move-down operation. This attribute is set -+ independently from coo and moo attributes, and if you want full -+ FHSM, you should specify them as well. -+- New mount option. -+ + fhsm_sec -+ Specifies a second to suppress many less important info to be -+ notified. -+- New ioctl. -+ + AUFS_CTL_FHSM_FD -+ create a new file descriptor which userspace can read the notification -+ (a subset of struct statfs) from aufs. -+- Module parameter 'brs' -+ It has to be set to 1. Otherwise the new mount option 'fhsm' will not -+ be set. -+- mount helpers /sbin/mount.aufs and /sbin/umount.aufs -+ When there are two or more branches with fhsm attributes, -+ /sbin/mount.aufs invokes the user-space daemon and /sbin/umount.aufs -+ terminates it. As a result of remounting and branch-manipulation, the -+ number of branches with fhsm attribute can be one. In this case, -+ /sbin/mount.aufs will terminate the user-space daemon. -+ -+ -+Finally the operation is done as these steps in kernel-space. -+- make sure that, -+ + no one else is using the file. -+ + the file is not hard-linked. -+ + the file is not pseudo-linked. -+ + the file is a regular file. -+ + the parent dir is not opaqued. -+- find the target writable branch. -+- make sure the file is not whiteout-ed by the upper (than the target) -+ branch. -+- make the parent dir on the target branch. -+- mutex lock the inode on the branch. -+- unlink the whiteout on the target branch (if exists). -+- lookup and create the whiteout-ed temporary name on the target branch. -+- copy the file as the whiteout-ed temporary name on the target branch. -+- rename the whiteout-ed temporary name to the original name. -+- unlink the file on the source branch. -+- maintain the internal pointer array and the external inode number -+ table (XINO). -+- maintain the timestamps and other attributes of the parent dir and the -+ file. -+ -+And of course, in every step, an error may happen. So the operation -+should restore the original file state after an error happens. -diff --git a/Documentation/filesystems/aufs/design/06mmap.txt b/Documentation/filesystems/aufs/design/06mmap.txt -new file mode 100644 -index 000000000000..d79f7ad01162 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06mmap.txt -@@ -0,0 +1,59 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+mmap(2) -- File Memory Mapping -+---------------------------------------------------------------------- -+In aufs, the file-mapped pages are handled by a branch fs directly, no -+interaction with aufs. It means aufs_mmap() calls the branch fs's -+->mmap(). -+This approach is simple and good, but there is one problem. -+Under /proc, several entries show the mmapped files by its path (with -+device and inode number), and the printed path will be the path on the -+branch fs's instead of virtual aufs's. -+This is not a problem in most cases, but some utilities lsof(1) (and its -+user) may expect the path on aufs. -+ -+To address this issue, aufs adds a new member called vm_prfile in struct -+vm_area_struct (and struct vm_region). The original vm_file points to -+the file on the branch fs in order to handle everything correctly as -+usual. The new vm_prfile points to a virtual file in aufs, and the -+show-functions in procfs refers to vm_prfile if it is set. -+Also we need to maintain several other places where touching vm_file -+such like -+- fork()/clone() copies vma and the reference count of vm_file is -+ incremented. -+- merging vma maintains the ref count too. -+ -+This is not a good approach. It just fakes the printed path. But it -+leaves all behaviour around f_mapping unchanged. This is surely an -+advantage. -+Actually aufs had adopted another complicated approach which calls -+generic_file_mmap() and handles struct vm_operations_struct. In this -+approach, aufs met a hard problem and I could not solve it without -+switching the approach. -+ -+There may be one more another approach which is -+- bind-mount the branch-root onto the aufs-root internally -+- grab the new vfsmount (ie. struct mount) -+- lazy-umount the branch-root internally -+- in open(2) the aufs-file, open the branch-file with the hidden -+ vfsmount (instead of the original branch's vfsmount) -+- ideally this "bind-mount and lazy-umount" should be done atomically, -+ but it may be possible from userspace by the mount helper. -+ -+Adding the internal hidden vfsmount and using it in opening a file, the -+file path under /proc will be printed correctly. This approach looks -+smarter, but is not possible I am afraid. -+- aufs-root may be bind-mount later. when it happens, another hidden -+ vfsmount will be required. -+- it is hard to get the chance to bind-mount and lazy-umount -+ + in kernel-space, FS can have vfsmount in open(2) via -+ file->f_path, and aufs can know its vfsmount. But several locks are -+ already acquired, and if aufs tries to bind-mount and lazy-umount -+ here, then it may cause a deadlock. -+ + in user-space, bind-mount doesn't invoke the mount helper. -+- since /proc shows dev and ino, aufs has to give vma these info. it -+ means a new member vm_prinode will be necessary. this is essentially -+ equivalent to vm_prfile described above. -+ -+I have to give up this "looks-smater" approach. -diff --git a/Documentation/filesystems/aufs/design/06xattr.txt b/Documentation/filesystems/aufs/design/06xattr.txt -new file mode 100644 -index 000000000000..1ff7d53f9b07 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06xattr.txt -@@ -0,0 +1,81 @@ -+ -+# Copyright (C) 2014-2017 Junjiro R. Okajima -+ -+Listing XATTR/EA and getting the value -+---------------------------------------------------------------------- -+For the inode standard attributes (owner, group, timestamps, etc.), aufs -+shows the values from the topmost existing file. This behaviour is good -+for the non-dir entries since the bahaviour exactly matches the shown -+information. But for the directories, aufs considers all the same named -+entries on the lower branches. Which means, if one of the lower entry -+rejects readdir call, then aufs returns an error even if the topmost -+entry allows it. This behaviour is necessary to respect the branch fs's -+security, but can make users confused since the user-visible standard -+attributes don't match the behaviour. -+To address this issue, aufs has a mount option called dirperm1 which -+checks the permission for the topmost entry only, and ignores the lower -+entry's permission. -+ -+A similar issue can happen around XATTR. -+getxattr(2) and listxattr(2) families behave as if dirperm1 option is -+always set. Otherwise these very unpleasant situation would happen. -+- listxattr(2) may return the duplicated entries. -+- users may not be able to remove or reset the XATTR forever, -+ -+ -+XATTR/EA support in the internal (copy,move)-(up,down) -+---------------------------------------------------------------------- -+Generally the extended attributes of inode are categorized as these. -+- "security" for LSM and capability. -+- "system" for posix ACL, 'acl' mount option is required for the branch -+ fs generally. -+- "trusted" for userspace, CAP_SYS_ADMIN is required. -+- "user" for userspace, 'user_xattr' mount option is required for the -+ branch fs generally. -+ -+Moreover there are some other categories. Aufs handles these rather -+unpopular categories as the ordinary ones, ie. there is no special -+condition nor exception. -+ -+In copy-up, the support for XATTR on the dst branch may differ from the -+src branch. In this case, the copy-up operation will get an error and -+the original user operation which triggered the copy-up will fail. It -+can happen that even all copy-up will fail. -+When both of src and dst branches support XATTR and if an error occurs -+during copying XATTR, then the copy-up should fail obviously. That is a -+good reason and aufs should return an error to userspace. But when only -+the src branch support that XATTR, aufs should not return an error. -+For example, the src branch supports ACL but the dst branch doesn't -+because the dst branch may natively un-support it or temporary -+un-support it due to "noacl" mount option. Of course, the dst branch fs -+may NOT return an error even if the XATTR is not supported. It is -+totally up to the branch fs. -+ -+Anyway when the aufs internal copy-up gets an error from the dst branch -+fs, then aufs tries removing the just copied entry and returns the error -+to the userspace. The worst case of this situation will be all copy-up -+will fail. -+ -+For the copy-up operation, there two basic approaches. -+- copy the specified XATTR only (by category above), and return the -+ error unconditionally if it happens. -+- copy all XATTR, and ignore the error on the specified category only. -+ -+In order to support XATTR and to implement the correct behaviour, aufs -+chooses the latter approach and introduces some new branch attributes, -+"icexsec", "icexsys", "icextr", "icexusr", and "icexoth". -+They correspond to the XATTR namespaces (see above). Additionally, to be -+convenient, "icex" is also provided which means all "icex*" attributes -+are set (here the word "icex" stands for "ignore copy-error on XATTR"). -+ -+The meaning of these attributes is to ignore the error from setting -+XATTR on that branch. -+Note that aufs tries copying all XATTR unconditionally, and ignores the -+error from the dst branch according to the specified attributes. -+ -+Some XATTR may have its default value. The default value may come from -+the parent dir or the environment. If the default value is set at the -+file creating-time, it will be overwritten by copy-up. -+Some contradiction may happen I am afraid. -+Do we need another attribute to stop copying XATTR? I am unsure. For -+now, aufs implements the branch attributes to ignore the error. -diff --git a/Documentation/filesystems/aufs/design/07export.txt b/Documentation/filesystems/aufs/design/07export.txt -new file mode 100644 -index 000000000000..d50dcb8eb7fe ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/07export.txt -@@ -0,0 +1,45 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+Export Aufs via NFS -+---------------------------------------------------------------------- -+Here is an approach. -+- like xino/xib, add a new file 'xigen' which stores aufs inode -+ generation. -+- iget_locked(): initialize aufs inode generation for a new inode, and -+ store it in xigen file. -+- destroy_inode(): increment aufs inode generation and store it in xigen -+ file. it is necessary even if it is not unlinked, because any data of -+ inode may be changed by UDBA. -+- encode_fh(): for a root dir, simply return FILEID_ROOT. otherwise -+ build file handle by -+ + branch id (4 bytes) -+ + superblock generation (4 bytes) -+ + inode number (4 or 8 bytes) -+ + parent dir inode number (4 or 8 bytes) -+ + inode generation (4 bytes)) -+ + return value of exportfs_encode_fh() for the parent on a branch (4 -+ bytes) -+ + file handle for a branch (by exportfs_encode_fh()) -+- fh_to_dentry(): -+ + find the index of a branch from its id in handle, and check it is -+ still exist in aufs. -+ + 1st level: get the inode number from handle and search it in cache. -+ + 2nd level: if not found in cache, get the parent inode number from -+ the handle and search it in cache. and then open the found parent -+ dir, find the matching inode number by vfs_readdir() and get its -+ name, and call lookup_one_len() for the target dentry. -+ + 3rd level: if the parent dir is not cached, call -+ exportfs_decode_fh() for a branch and get the parent on a branch, -+ build a pathname of it, convert it a pathname in aufs, call -+ path_lookup(). now aufs gets a parent dir dentry, then handle it as -+ the 2nd level. -+ + to open the dir, aufs needs struct vfsmount. aufs keeps vfsmount -+ for every branch, but not itself. to get this, (currently) aufs -+ searches in current->nsproxy->mnt_ns list. it may not be a good -+ idea, but I didn't get other approach. -+ + test the generation of the gotten inode. -+- every inode operation: they may get EBUSY due to UDBA. in this case, -+ convert it into ESTALE for NFSD. -+- readdir(): call lockdep_on/off() because filldir in NFSD calls -+ lookup_one_len(), vfs_getattr(), encode_fh() and others. -diff --git a/Documentation/filesystems/aufs/design/08shwh.txt b/Documentation/filesystems/aufs/design/08shwh.txt -new file mode 100644 -index 000000000000..7b57de50fbc7 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/08shwh.txt -@@ -0,0 +1,39 @@ -+ -+# Copyright (C) 2005-2017 Junjiro R. Okajima -+ -+Show Whiteout Mode (shwh) -+---------------------------------------------------------------------- -+Generally aufs hides the name of whiteouts. But in some cases, to show -+them is very useful for users. For instance, creating a new middle layer -+(branch) by merging existing layers. -+ -+(borrowing aufs1 HOW-TO from a user, Michael Towers) -+When you have three branches, -+- Bottom: 'system', squashfs (underlying base system), read-only -+- Middle: 'mods', squashfs, read-only -+- Top: 'overlay', ram (tmpfs), read-write -+ -+The top layer is loaded at boot time and saved at shutdown, to preserve -+the changes made to the system during the session. -+When larger changes have been made, or smaller changes have accumulated, -+the size of the saved top layer data grows. At this point, it would be -+nice to be able to merge the two overlay branches ('mods' and 'overlay') -+and rewrite the 'mods' squashfs, clearing the top layer and thus -+restoring save and load speed. -+ -+This merging is simplified by the use of another aufs mount, of just the -+two overlay branches using the 'shwh' option. -+# mount -t aufs -o ro,shwh,br:/livesys/overlay=ro+wh:/livesys/mods=rr+wh \ -+ aufs /livesys/merge_union -+ -+A merged view of these two branches is then available at -+/livesys/merge_union, and the new feature is that the whiteouts are -+visible! -+Note that in 'shwh' mode the aufs mount must be 'ro', which will disable -+writing to all branches. Also the default mode for all branches is 'ro'. -+It is now possible to save the combined contents of the two overlay -+branches to a new squashfs, e.g.: -+# mksquashfs /livesys/merge_union /path/to/newmods.squash -+ -+This new squashfs archive can be stored on the boot device and the -+initramfs will use it to replace the old one at the next boot. -diff --git a/Documentation/filesystems/aufs/design/10dynop.txt b/Documentation/filesystems/aufs/design/10dynop.txt -new file mode 100644 -index 000000000000..1c38e65a43bd ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/10dynop.txt -@@ -0,0 +1,34 @@ -+ -+# Copyright (C) 2010-2017 Junjiro R. Okajima -+ -+Dynamically customizable FS operations -+---------------------------------------------------------------------- -+Generally FS operations (struct inode_operations, struct -+address_space_operations, struct file_operations, etc.) are defined as -+"static const", but it never means that FS have only one set of -+operation. Some FS have multiple sets of them. For instance, ext2 has -+three sets, one for XIP, for NOBH, and for normal. -+Since aufs overrides and redirects these operations, sometimes aufs has -+to change its behaviour according to the branch FS type. More importantly -+VFS acts differently if a function (member in the struct) is set or -+not. It means aufs should have several sets of operations and select one -+among them according to the branch FS definition. -+ -+In order to solve this problem and not to affect the behaviour of VFS, -+aufs defines these operations dynamically. For instance, aufs defines -+dummy direct_IO function for struct address_space_operations, but it may -+not be set to the address_space_operations actually. When the branch FS -+doesn't have it, aufs doesn't set it to its address_space_operations -+while the function definition itself is still alive. So the behaviour -+itself will not change, and it will return an error when direct_IO is -+not set. -+ -+The lifetime of these dynamically generated operation object is -+maintained by aufs branch object. When the branch is removed from aufs, -+the reference counter of the object is decremented. When it reaches -+zero, the dynamically generated operation object will be freed. -+ -+This approach is designed to support AIO (io_submit), Direct I/O and -+XIP (DAX) mainly. -+Currently this approach is applied to address_space_operations for -+regular files only. -diff --git a/MAINTAINERS b/MAINTAINERS -index 2811a211632c..02b6deb1f5bc 100644 ---- a/MAINTAINERS -+++ b/MAINTAINERS -@@ -2465,6 +2465,19 @@ F: include/linux/audit.h - F: include/uapi/linux/audit.h - F: kernel/audit* - -+AUFS (advanced multi layered unification filesystem) FILESYSTEM -+M: "J. R. Okajima" -+L: linux-unionfs@vger.kernel.org -+L: aufs-users@lists.sourceforge.net (members only) -+W: http://aufs.sourceforge.net -+T: git://github.com/sfjro/aufs4-linux.git -+S: Supported -+F: Documentation/filesystems/aufs/ -+F: Documentation/ABI/testing/debugfs-aufs -+F: Documentation/ABI/testing/sysfs-aufs -+F: fs/aufs/ -+F: include/uapi/linux/aufs_type.h -+ - AUXILIARY DISPLAY DRIVERS - M: Miguel Ojeda Sandonis - W: http://miguelojeda.es/auxdisplay.htm -diff --git a/drivers/block/loop.c b/drivers/block/loop.c -index 85de67334695..d44de9dbaddf 100644 ---- a/drivers/block/loop.c -+++ b/drivers/block/loop.c -@@ -686,6 +686,24 @@ static inline int is_loop_device(struct file *file) - return i && S_ISBLK(i->i_mode) && MAJOR(i->i_rdev) == LOOP_MAJOR; - } - -+/* -+ * for AUFS -+ * no get/put for file. -+ */ -+struct file *loop_backing_file(struct super_block *sb) -+{ -+ struct file *ret; -+ struct loop_device *l; -+ -+ ret = NULL; -+ if (MAJOR(sb->s_dev) == LOOP_MAJOR) { -+ l = sb->s_bdev->bd_disk->private_data; -+ ret = l->lo_backing_file; -+ } -+ return ret; -+} -+EXPORT_SYMBOL_GPL(loop_backing_file); -+ - /* loop sysfs attributes */ - - static ssize_t loop_attr_show(struct device *dev, char *page, -diff --git a/fs/Kconfig b/fs/Kconfig -index 7aee6d699fd6..ec92031204c5 100644 ---- a/fs/Kconfig -+++ b/fs/Kconfig -@@ -248,6 +248,7 @@ source "fs/pstore/Kconfig" - source "fs/sysv/Kconfig" - source "fs/ufs/Kconfig" - source "fs/exofs/Kconfig" -+source "fs/aufs/Kconfig" - - endif # MISC_FILESYSTEMS - -diff --git a/fs/Makefile b/fs/Makefile -index ef772f1eaff8..51779e68c0d0 100644 ---- a/fs/Makefile -+++ b/fs/Makefile -@@ -129,3 +129,4 @@ obj-y += exofs/ # Multiple modules - obj-$(CONFIG_CEPH_FS) += ceph/ - obj-$(CONFIG_PSTORE) += pstore/ - obj-$(CONFIG_EFIVAR_FS) += efivarfs/ -+obj-$(CONFIG_AUFS_FS) += aufs/ -diff --git a/fs/aufs/Kconfig b/fs/aufs/Kconfig -new file mode 100644 -index 000000000000..0b442aeb7b45 ---- /dev/null -+++ b/fs/aufs/Kconfig -@@ -0,0 +1,199 @@ -+# SPDX-License-Identifier: GPL-2.0 -+config AUFS_FS -+ bool "Aufs (Advanced multi layered unification filesystem) support" -+ help -+ Aufs is a stackable unification filesystem such as Unionfs, -+ which unifies several directories and provides a merged single -+ directory. -+ In the early days, aufs was entirely re-designed and -+ re-implemented Unionfs Version 1.x series. Introducing many -+ original ideas, approaches and improvements, it becomes totally -+ different from Unionfs while keeping the basic features. -+ -+if AUFS_FS -+choice -+ prompt "Maximum number of branches" -+ default AUFS_BRANCH_MAX_127 -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_127 -+ bool "127" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_511 -+ bool "511" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_1023 -+ bool "1023" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_32767 -+ bool "32767" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+endchoice -+ -+config AUFS_SBILIST -+ bool -+ depends on AUFS_MAGIC_SYSRQ || PROC_FS -+ default y -+ help -+ Automatic configuration for internal use. -+ When aufs supports Magic SysRq or /proc, enabled automatically. -+ -+config AUFS_HNOTIFY -+ bool "Detect direct branch access (bypassing aufs)" -+ help -+ If you want to modify files on branches directly, eg. bypassing aufs, -+ and want aufs to detect the changes of them fully, then enable this -+ option and use 'udba=notify' mount option. -+ Currently there is only one available configuration, "fsnotify". -+ It will have a negative impact to the performance. -+ See detail in aufs.5. -+ -+choice -+ prompt "method" if AUFS_HNOTIFY -+ default AUFS_HFSNOTIFY -+config AUFS_HFSNOTIFY -+ bool "fsnotify" -+ select FSNOTIFY -+endchoice -+ -+config AUFS_EXPORT -+ bool "NFS-exportable aufs" -+ depends on EXPORTFS = y -+ help -+ If you want to export your mounted aufs via NFS, then enable this -+ option. There are several requirements for this configuration. -+ See detail in aufs.5. -+ -+config AUFS_INO_T_64 -+ bool -+ depends on AUFS_EXPORT -+ depends on 64BIT && !(ALPHA || S390) -+ default y -+ help -+ Automatic configuration for internal use. -+ /* typedef unsigned long/int __kernel_ino_t */ -+ /* alpha and s390x are int */ -+ -+config AUFS_XATTR -+ bool "support for XATTR/EA (including Security Labels)" -+ help -+ If your branch fs supports XATTR/EA and you want to make them -+ available in aufs too, then enable this opsion and specify the -+ branch attributes for EA. -+ See detail in aufs.5. -+ -+config AUFS_FHSM -+ bool "File-based Hierarchical Storage Management" -+ help -+ Hierarchical Storage Management (or HSM) is a well-known feature -+ in the storage world. Aufs provides this feature as file-based. -+ with multiple branches. -+ These multiple branches are prioritized, ie. the topmost one -+ should be the fastest drive and be used heavily. -+ -+config AUFS_RDU -+ bool "Readdir in userspace" -+ help -+ Aufs has two methods to provide a merged view for a directory, -+ by a user-space library and by kernel-space natively. The latter -+ is always enabled but sometimes large and slow. -+ If you enable this option, install the library in aufs2-util -+ package, and set some environment variables for your readdir(3), -+ then the work will be handled in user-space which generally -+ shows better performance in most cases. -+ See detail in aufs.5. -+ -+config AUFS_DIRREN -+ bool "Workaround for rename(2)-ing a directory" -+ help -+ By default, aufs returns EXDEV error in renameing a dir who has -+ his child on the lower branch, since it is a bad idea to issue -+ rename(2) internally for every lower branch. But user may not -+ accept this behaviour. So here is a workaround to allow such -+ rename(2) and store some extra infromation on the writable -+ branch. Obviously this costs high (and I don't like it). -+ To use this feature, you need to enable this configuration AND -+ to specify the mount option `dirren.' -+ See details in aufs.5 and the design documents. -+ -+config AUFS_SHWH -+ bool "Show whiteouts" -+ help -+ If you want to make the whiteouts in aufs visible, then enable -+ this option and specify 'shwh' mount option. Although it may -+ sounds like philosophy or something, but in technically it -+ simply shows the name of whiteout with keeping its behaviour. -+ -+config AUFS_BR_RAMFS -+ bool "Ramfs (initramfs/rootfs) as an aufs branch" -+ help -+ If you want to use ramfs as an aufs branch fs, then enable this -+ option. Generally tmpfs is recommended. -+ Aufs prohibited them to be a branch fs by default, because -+ initramfs becomes unusable after switch_root or something -+ generally. If you sets initramfs as an aufs branch and boot your -+ system by switch_root, you will meet a problem easily since the -+ files in initramfs may be inaccessible. -+ Unless you are going to use ramfs as an aufs branch fs without -+ switch_root or something, leave it N. -+ -+config AUFS_BR_FUSE -+ bool "Fuse fs as an aufs branch" -+ depends on FUSE_FS -+ select AUFS_POLL -+ help -+ If you want to use fuse-based userspace filesystem as an aufs -+ branch fs, then enable this option. -+ It implements the internal poll(2) operation which is -+ implemented by fuse only (curretnly). -+ -+config AUFS_POLL -+ bool -+ help -+ Automatic configuration for internal use. -+ -+config AUFS_BR_HFSPLUS -+ bool "Hfsplus as an aufs branch" -+ depends on HFSPLUS_FS -+ default y -+ help -+ If you want to use hfsplus fs as an aufs branch fs, then enable -+ this option. This option introduces a small overhead at -+ copying-up a file on hfsplus. -+ -+config AUFS_BDEV_LOOP -+ bool -+ depends on BLK_DEV_LOOP -+ default y -+ help -+ Automatic configuration for internal use. -+ Convert =[ym] into =y. -+ -+config AUFS_DEBUG -+ bool "Debug aufs" -+ help -+ Enable this to compile aufs internal debug code. -+ It will have a negative impact to the performance. -+ -+config AUFS_MAGIC_SYSRQ -+ bool -+ depends on AUFS_DEBUG && MAGIC_SYSRQ -+ default y -+ help -+ Automatic configuration for internal use. -+ When aufs supports Magic SysRq, enabled automatically. -+endif -diff --git a/fs/aufs/Makefile b/fs/aufs/Makefile -new file mode 100644 -index 000000000000..aa43f916b5ef ---- /dev/null -+++ b/fs/aufs/Makefile -@@ -0,0 +1,38 @@ -+# SPDX-License-Identifier: GPL-2.0 -+ -+include ${srctree}/${src}/magic.mk -+ -+# cf. include/linux/kernel.h -+# enable pr_debug -+ccflags-y += -DDEBUG -+# sparse requires the full pathname -+ccflags-y += -include ${srctree}/include/uapi/linux/aufs_type.h -+ -+obj-$(CONFIG_AUFS_FS) += aufs.o -+aufs-y := module.o sbinfo.o super.o branch.o xino.o sysaufs.o opts.o \ -+ wkq.o vfsub.o dcsub.o \ -+ cpup.o whout.o wbr_policy.o \ -+ dinfo.o dentry.o \ -+ dynop.o \ -+ finfo.o file.o f_op.o \ -+ dir.o vdir.o \ -+ iinfo.o inode.o i_op.o i_op_add.o i_op_del.o i_op_ren.o \ -+ mvdown.o ioctl.o -+ -+# all are boolean -+aufs-$(CONFIG_PROC_FS) += procfs.o plink.o -+aufs-$(CONFIG_SYSFS) += sysfs.o -+aufs-$(CONFIG_DEBUG_FS) += dbgaufs.o -+aufs-$(CONFIG_AUFS_BDEV_LOOP) += loop.o -+aufs-$(CONFIG_AUFS_HNOTIFY) += hnotify.o -+aufs-$(CONFIG_AUFS_HFSNOTIFY) += hfsnotify.o -+aufs-$(CONFIG_AUFS_EXPORT) += export.o -+aufs-$(CONFIG_AUFS_XATTR) += xattr.o -+aufs-$(CONFIG_FS_POSIX_ACL) += posix_acl.o -+aufs-$(CONFIG_AUFS_DIRREN) += dirren.o -+aufs-$(CONFIG_AUFS_FHSM) += fhsm.o -+aufs-$(CONFIG_AUFS_POLL) += poll.o -+aufs-$(CONFIG_AUFS_RDU) += rdu.o -+aufs-$(CONFIG_AUFS_BR_HFSPLUS) += hfsplus.o -+aufs-$(CONFIG_AUFS_DEBUG) += debug.o -+aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o -diff --git a/fs/aufs/aufs.h b/fs/aufs/aufs.h -new file mode 100644 -index 000000000000..73a0cae76784 ---- /dev/null -+++ b/fs/aufs/aufs.h -@@ -0,0 +1,48 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * all header files -+ */ -+ -+#ifndef __AUFS_H__ -+#define __AUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+#define AuStub(type, name, body, ...) \ -+ static inline type name(__VA_ARGS__) { body; } -+ -+#define AuStubVoid(name, ...) \ -+ AuStub(void, name, , __VA_ARGS__) -+#define AuStubInt0(name, ...) \ -+ AuStub(int, name, return 0, __VA_ARGS__) -+ -+#include "debug.h" -+ -+#include "branch.h" -+#include "cpup.h" -+#include "dcsub.h" -+#include "dbgaufs.h" -+#include "dentry.h" -+#include "dir.h" -+#include "dirren.h" -+#include "dynop.h" -+#include "file.h" -+#include "fstype.h" -+#include "hbl.h" -+#include "inode.h" -+#include "loop.h" -+#include "module.h" -+#include "opts.h" -+#include "rwsem.h" -+#include "super.h" -+#include "sysaufs.h" -+#include "vfsub.h" -+#include "whout.h" -+#include "wkq.h" -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_H__ */ -diff --git a/fs/aufs/branch.c b/fs/aufs/branch.c -new file mode 100644 -index 000000000000..1027fce6a0ec ---- /dev/null -+++ b/fs/aufs/branch.c -@@ -0,0 +1,1420 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * branch management -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+/* -+ * free a single branch -+ */ -+static void au_br_do_free(struct au_branch *br) -+{ -+ int i; -+ struct au_wbr *wbr; -+ struct au_dykey **key; -+ -+ au_hnotify_fin_br(br); -+ /* always, regardless the mount option */ -+ au_dr_hino_free(&br->br_dirren); -+ -+ if (br->br_xino.xi_file) -+ fput(br->br_xino.xi_file); -+ for (i = br->br_xino.xi_nondir.total - 1; i >= 0; i--) -+ AuDebugOn(br->br_xino.xi_nondir.array[i]); -+ kfree(br->br_xino.xi_nondir.array); -+ -+ AuDebugOn(au_br_count(br)); -+ au_br_count_fin(br); -+ -+ wbr = br->br_wbr; -+ if (wbr) { -+ for (i = 0; i < AuBrWh_Last; i++) -+ dput(wbr->wbr_wh[i]); -+ AuDebugOn(atomic_read(&wbr->wbr_wh_running)); -+ AuRwDestroy(&wbr->wbr_wh_rwsem); -+ } -+ -+ if (br->br_fhsm) { -+ au_br_fhsm_fin(br->br_fhsm); -+ kfree(br->br_fhsm); -+ } -+ -+ key = br->br_dykey; -+ for (i = 0; i < AuBrDynOp; i++, key++) -+ if (*key) -+ au_dy_put(*key); -+ else -+ break; -+ -+ /* recursive lock, s_umount of branch's */ -+ lockdep_off(); -+ path_put(&br->br_path); -+ lockdep_on(); -+ kfree(wbr); -+ kfree(br); -+} -+ -+/* -+ * frees all branches -+ */ -+void au_br_free(struct au_sbinfo *sbinfo) -+{ -+ aufs_bindex_t bmax; -+ struct au_branch **br; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ bmax = sbinfo->si_bbot + 1; -+ br = sbinfo->si_branch; -+ while (bmax--) -+ au_br_do_free(*br++); -+} -+ -+/* -+ * find the index of a branch which is specified by @br_id. -+ */ -+int au_br_index(struct super_block *sb, aufs_bindex_t br_id) -+{ -+ aufs_bindex_t bindex, bbot; -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (au_sbr_id(sb, bindex) == br_id) -+ return bindex; -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * add a branch -+ */ -+ -+static int test_overlap(struct super_block *sb, struct dentry *h_adding, -+ struct dentry *h_root) -+{ -+ if (unlikely(h_adding == h_root -+ || au_test_loopback_overlap(sb, h_adding))) -+ return 1; -+ if (h_adding->d_sb != h_root->d_sb) -+ return 0; -+ return au_test_subdir(h_adding, h_root) -+ || au_test_subdir(h_root, h_adding); -+} -+ -+/* -+ * returns a newly allocated branch. @new_nbranch is a number of branches -+ * after adding a branch. -+ */ -+static struct au_branch *au_br_alloc(struct super_block *sb, int new_nbranch, -+ int perm) -+{ -+ struct au_branch *add_branch; -+ struct dentry *root; -+ struct inode *inode; -+ int err; -+ -+ err = -ENOMEM; -+ add_branch = kzalloc(sizeof(*add_branch), GFP_NOFS); -+ if (unlikely(!add_branch)) -+ goto out; -+ add_branch->br_xino.xi_nondir.total = 8; /* initial size */ -+ add_branch->br_xino.xi_nondir.array -+ = kcalloc(add_branch->br_xino.xi_nondir.total, sizeof(ino_t), -+ GFP_NOFS); -+ if (unlikely(!add_branch->br_xino.xi_nondir.array)) -+ goto out_br; -+ -+ err = au_hnotify_init_br(add_branch, perm); -+ if (unlikely(err)) -+ goto out_xinondir; -+ -+ if (au_br_writable(perm)) { -+ /* may be freed separately at changing the branch permission */ -+ add_branch->br_wbr = kzalloc(sizeof(*add_branch->br_wbr), -+ GFP_NOFS); -+ if (unlikely(!add_branch->br_wbr)) -+ goto out_hnotify; -+ } -+ -+ if (au_br_fhsm(perm)) { -+ err = au_fhsm_br_alloc(add_branch); -+ if (unlikely(err)) -+ goto out_wbr; -+ } -+ -+ root = sb->s_root; -+ err = au_sbr_realloc(au_sbi(sb), new_nbranch, /*may_shrink*/0); -+ if (!err) -+ err = au_di_realloc(au_di(root), new_nbranch, /*may_shrink*/0); -+ if (!err) { -+ inode = d_inode(root); -+ err = au_hinode_realloc(au_ii(inode), new_nbranch, -+ /*may_shrink*/0); -+ } -+ if (!err) -+ return add_branch; /* success */ -+ -+out_wbr: -+ kfree(add_branch->br_wbr); -+out_hnotify: -+ au_hnotify_fin_br(add_branch); -+out_xinondir: -+ kfree(add_branch->br_xino.xi_nondir.array); -+out_br: -+ kfree(add_branch); -+out: -+ return ERR_PTR(err); -+} -+ -+/* -+ * test if the branch permission is legal or not. -+ */ -+static int test_br(struct inode *inode, int brperm, char *path) -+{ -+ int err; -+ -+ err = (au_br_writable(brperm) && IS_RDONLY(inode)); -+ if (!err) -+ goto out; -+ -+ err = -EINVAL; -+ pr_err("write permission for readonly mount or inode, %s\n", path); -+ -+out: -+ return err; -+} -+ -+/* -+ * returns: -+ * 0: success, the caller will add it -+ * plus: success, it is already unified, the caller should ignore it -+ * minus: error -+ */ -+static int test_add(struct super_block *sb, struct au_opt_add *add, int remount) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *root, *h_dentry; -+ struct inode *inode, *h_inode; -+ -+ root = sb->s_root; -+ bbot = au_sbbot(sb); -+ if (unlikely(bbot >= 0 -+ && au_find_dbindex(root, add->path.dentry) >= 0)) { -+ err = 1; -+ if (!remount) { -+ err = -EINVAL; -+ pr_err("%s duplicated\n", add->pathname); -+ } -+ goto out; -+ } -+ -+ err = -ENOSPC; /* -E2BIG; */ -+ if (unlikely(AUFS_BRANCH_MAX <= add->bindex -+ || AUFS_BRANCH_MAX - 1 <= bbot)) { -+ pr_err("number of branches exceeded %s\n", add->pathname); -+ goto out; -+ } -+ -+ err = -EDOM; -+ if (unlikely(add->bindex < 0 || bbot + 1 < add->bindex)) { -+ pr_err("bad index %d\n", add->bindex); -+ goto out; -+ } -+ -+ inode = d_inode(add->path.dentry); -+ err = -ENOENT; -+ if (unlikely(!inode->i_nlink)) { -+ pr_err("no existence %s\n", add->pathname); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ if (unlikely(inode->i_sb == sb)) { -+ pr_err("%s must be outside\n", add->pathname); -+ goto out; -+ } -+ -+ if (unlikely(au_test_fs_unsuppoted(inode->i_sb))) { -+ pr_err("unsupported filesystem, %s (%s)\n", -+ add->pathname, au_sbtype(inode->i_sb)); -+ goto out; -+ } -+ -+ if (unlikely(inode->i_sb->s_stack_depth)) { -+ pr_err("already stacked, %s (%s)\n", -+ add->pathname, au_sbtype(inode->i_sb)); -+ goto out; -+ } -+ -+ err = test_br(d_inode(add->path.dentry), add->perm, add->pathname); -+ if (unlikely(err)) -+ goto out; -+ -+ if (bbot < 0) -+ return 0; /* success */ -+ -+ err = -EINVAL; -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (unlikely(test_overlap(sb, add->path.dentry, -+ au_h_dptr(root, bindex)))) { -+ pr_err("%s is overlapped\n", add->pathname); -+ goto out; -+ } -+ -+ err = 0; -+ if (au_opt_test(au_mntflags(sb), WARN_PERM)) { -+ h_dentry = au_h_dptr(root, 0); -+ h_inode = d_inode(h_dentry); -+ if ((h_inode->i_mode & S_IALLUGO) != (inode->i_mode & S_IALLUGO) -+ || !uid_eq(h_inode->i_uid, inode->i_uid) -+ || !gid_eq(h_inode->i_gid, inode->i_gid)) -+ pr_warn("uid/gid/perm %s %u/%u/0%o, %u/%u/0%o\n", -+ add->pathname, -+ i_uid_read(inode), i_gid_read(inode), -+ (inode->i_mode & S_IALLUGO), -+ i_uid_read(h_inode), i_gid_read(h_inode), -+ (h_inode->i_mode & S_IALLUGO)); -+ } -+ -+out: -+ return err; -+} -+ -+/* -+ * initialize or clean the whiteouts for an adding branch -+ */ -+static int au_br_init_wh(struct super_block *sb, struct au_branch *br, -+ int new_perm) -+{ -+ int err, old_perm; -+ aufs_bindex_t bindex; -+ struct inode *h_inode; -+ struct au_wbr *wbr; -+ struct au_hinode *hdir; -+ struct dentry *h_dentry; -+ -+ err = vfsub_mnt_want_write(au_br_mnt(br)); -+ if (unlikely(err)) -+ goto out; -+ -+ wbr = br->br_wbr; -+ old_perm = br->br_perm; -+ br->br_perm = new_perm; -+ hdir = NULL; -+ h_inode = NULL; -+ bindex = au_br_index(sb, br->br_id); -+ if (0 <= bindex) { -+ hdir = au_hi(d_inode(sb->s_root), bindex); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ } else { -+ h_dentry = au_br_dentry(br); -+ h_inode = d_inode(h_dentry); -+ inode_lock_nested(h_inode, AuLsc_I_PARENT); -+ } -+ if (!wbr) -+ err = au_wh_init(br, sb); -+ else { -+ wbr_wh_write_lock(wbr); -+ err = au_wh_init(br, sb); -+ wbr_wh_write_unlock(wbr); -+ } -+ if (hdir) -+ au_hn_inode_unlock(hdir); -+ else -+ inode_unlock(h_inode); -+ vfsub_mnt_drop_write(au_br_mnt(br)); -+ br->br_perm = old_perm; -+ -+ if (!err && wbr && !au_br_writable(new_perm)) { -+ kfree(wbr); -+ br->br_wbr = NULL; -+ } -+ -+out: -+ return err; -+} -+ -+static int au_wbr_init(struct au_branch *br, struct super_block *sb, -+ int perm) -+{ -+ int err; -+ struct kstatfs kst; -+ struct au_wbr *wbr; -+ -+ wbr = br->br_wbr; -+ au_rw_init(&wbr->wbr_wh_rwsem); -+ atomic_set(&wbr->wbr_wh_running, 0); -+ -+ /* -+ * a limit for rmdir/rename a dir -+ * cf. AUFS_MAX_NAMELEN in include/uapi/linux/aufs_type.h -+ */ -+ err = vfs_statfs(&br->br_path, &kst); -+ if (unlikely(err)) -+ goto out; -+ err = -EINVAL; -+ if (kst.f_namelen >= NAME_MAX) -+ err = au_br_init_wh(sb, br, perm); -+ else -+ pr_err("%pd(%s), unsupported namelen %ld\n", -+ au_br_dentry(br), -+ au_sbtype(au_br_dentry(br)->d_sb), kst.f_namelen); -+ -+out: -+ return err; -+} -+ -+/* initialize a new branch */ -+static int au_br_init(struct au_branch *br, struct super_block *sb, -+ struct au_opt_add *add) -+{ -+ int err; -+ struct inode *h_inode; -+ -+ err = 0; -+ spin_lock_init(&br->br_xino.xi_nondir.spin); -+ init_waitqueue_head(&br->br_xino.xi_nondir.wqh); -+ br->br_perm = add->perm; -+ br->br_path = add->path; /* set first, path_get() later */ -+ spin_lock_init(&br->br_dykey_lock); -+ au_br_count_init(br); -+ atomic_set(&br->br_xino_running, 0); -+ br->br_id = au_new_br_id(sb); -+ AuDebugOn(br->br_id < 0); -+ -+ /* always, regardless the given option */ -+ err = au_dr_br_init(sb, br, &add->path); -+ if (unlikely(err)) -+ goto out_err; -+ -+ if (au_br_writable(add->perm)) { -+ err = au_wbr_init(br, sb, add->perm); -+ if (unlikely(err)) -+ goto out_err; -+ } -+ -+ if (au_opt_test(au_mntflags(sb), XINO)) { -+ h_inode = d_inode(add->path.dentry); -+ err = au_xino_br(sb, br, h_inode->i_ino, -+ au_sbr(sb, 0)->br_xino.xi_file, /*do_test*/1); -+ if (unlikely(err)) { -+ AuDebugOn(br->br_xino.xi_file); -+ goto out_err; -+ } -+ } -+ -+ sysaufs_br_init(br); -+ path_get(&br->br_path); -+ goto out; /* success */ -+ -+out_err: -+ memset(&br->br_path, 0, sizeof(br->br_path)); -+out: -+ return err; -+} -+ -+static void au_br_do_add_brp(struct au_sbinfo *sbinfo, aufs_bindex_t bindex, -+ struct au_branch *br, aufs_bindex_t bbot, -+ aufs_bindex_t amount) -+{ -+ struct au_branch **brp; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ brp = sbinfo->si_branch + bindex; -+ memmove(brp + 1, brp, sizeof(*brp) * amount); -+ *brp = br; -+ sbinfo->si_bbot++; -+ if (unlikely(bbot < 0)) -+ sbinfo->si_bbot = 0; -+} -+ -+static void au_br_do_add_hdp(struct au_dinfo *dinfo, aufs_bindex_t bindex, -+ aufs_bindex_t bbot, aufs_bindex_t amount) -+{ -+ struct au_hdentry *hdp; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ hdp = au_hdentry(dinfo, bindex); -+ memmove(hdp + 1, hdp, sizeof(*hdp) * amount); -+ au_h_dentry_init(hdp); -+ dinfo->di_bbot++; -+ if (unlikely(bbot < 0)) -+ dinfo->di_btop = 0; -+} -+ -+static void au_br_do_add_hip(struct au_iinfo *iinfo, aufs_bindex_t bindex, -+ aufs_bindex_t bbot, aufs_bindex_t amount) -+{ -+ struct au_hinode *hip; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ hip = au_hinode(iinfo, bindex); -+ memmove(hip + 1, hip, sizeof(*hip) * amount); -+ au_hinode_init(hip); -+ iinfo->ii_bbot++; -+ if (unlikely(bbot < 0)) -+ iinfo->ii_btop = 0; -+} -+ -+static void au_br_do_add(struct super_block *sb, struct au_branch *br, -+ aufs_bindex_t bindex) -+{ -+ struct dentry *root, *h_dentry; -+ struct inode *root_inode, *h_inode; -+ aufs_bindex_t bbot, amount; -+ -+ root = sb->s_root; -+ root_inode = d_inode(root); -+ bbot = au_sbbot(sb); -+ amount = bbot + 1 - bindex; -+ h_dentry = au_br_dentry(br); -+ au_sbilist_lock(); -+ au_br_do_add_brp(au_sbi(sb), bindex, br, bbot, amount); -+ au_br_do_add_hdp(au_di(root), bindex, bbot, amount); -+ au_br_do_add_hip(au_ii(root_inode), bindex, bbot, amount); -+ au_set_h_dptr(root, bindex, dget(h_dentry)); -+ h_inode = d_inode(h_dentry); -+ au_set_h_iptr(root_inode, bindex, au_igrab(h_inode), /*flags*/0); -+ au_sbilist_unlock(); -+} -+ -+int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount) -+{ -+ int err; -+ aufs_bindex_t bbot, add_bindex; -+ struct dentry *root, *h_dentry; -+ struct inode *root_inode; -+ struct au_branch *add_branch; -+ -+ root = sb->s_root; -+ root_inode = d_inode(root); -+ IMustLock(root_inode); -+ IiMustWriteLock(root_inode); -+ err = test_add(sb, add, remount); -+ if (unlikely(err < 0)) -+ goto out; -+ if (err) { -+ err = 0; -+ goto out; /* success */ -+ } -+ -+ bbot = au_sbbot(sb); -+ add_branch = au_br_alloc(sb, bbot + 2, add->perm); -+ err = PTR_ERR(add_branch); -+ if (IS_ERR(add_branch)) -+ goto out; -+ -+ err = au_br_init(add_branch, sb, add); -+ if (unlikely(err)) { -+ au_br_do_free(add_branch); -+ goto out; -+ } -+ -+ add_bindex = add->bindex; -+ if (!remount) -+ au_br_do_add(sb, add_branch, add_bindex); -+ else { -+ sysaufs_brs_del(sb, add_bindex); -+ au_br_do_add(sb, add_branch, add_bindex); -+ sysaufs_brs_add(sb, add_bindex); -+ } -+ -+ h_dentry = add->path.dentry; -+ if (!add_bindex) { -+ au_cpup_attr_all(root_inode, /*force*/1); -+ sb->s_maxbytes = h_dentry->d_sb->s_maxbytes; -+ } else -+ au_add_nlink(root_inode, d_inode(h_dentry)); -+ -+ /* -+ * this test/set prevents aufs from handling unnecesary notify events -+ * of xino files, in case of re-adding a writable branch which was -+ * once detached from aufs. -+ */ -+ if (au_xino_brid(sb) < 0 -+ && au_br_writable(add_branch->br_perm) -+ && !au_test_fs_bad_xino(h_dentry->d_sb) -+ && add_branch->br_xino.xi_file -+ && add_branch->br_xino.xi_file->f_path.dentry->d_parent == h_dentry) -+ au_xino_brid_set(sb, add_branch->br_id); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static unsigned long long au_farray_cb(struct super_block *sb, void *a, -+ unsigned long long max __maybe_unused, -+ void *arg) -+{ -+ unsigned long long n; -+ struct file **p, *f; -+ struct hlist_bl_head *files; -+ struct hlist_bl_node *pos; -+ struct au_finfo *finfo; -+ -+ n = 0; -+ p = a; -+ files = &au_sbi(sb)->si_files; -+ hlist_bl_lock(files); -+ hlist_bl_for_each_entry(finfo, pos, files, fi_hlist) { -+ f = finfo->fi_file; -+ if (file_count(f) -+ && !special_file(file_inode(f)->i_mode)) { -+ get_file(f); -+ *p++ = f; -+ n++; -+ AuDebugOn(n > max); -+ } -+ } -+ hlist_bl_unlock(files); -+ -+ return n; -+} -+ -+static struct file **au_farray_alloc(struct super_block *sb, -+ unsigned long long *max) -+{ -+ *max = au_nfiles(sb); -+ return au_array_alloc(max, au_farray_cb, sb, /*arg*/NULL); -+} -+ -+static void au_farray_free(struct file **a, unsigned long long max) -+{ -+ unsigned long long ull; -+ -+ for (ull = 0; ull < max; ull++) -+ if (a[ull]) -+ fput(a[ull]); -+ kvfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * delete a branch -+ */ -+ -+/* to show the line number, do not make it inlined function */ -+#define AuVerbose(do_info, fmt, ...) do { \ -+ if (do_info) \ -+ pr_info(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+static int au_test_ibusy(struct inode *inode, aufs_bindex_t btop, -+ aufs_bindex_t bbot) -+{ -+ return (inode && !S_ISDIR(inode->i_mode)) || btop == bbot; -+} -+ -+static int au_test_dbusy(struct dentry *dentry, aufs_bindex_t btop, -+ aufs_bindex_t bbot) -+{ -+ return au_test_ibusy(d_inode(dentry), btop, bbot); -+} -+ -+/* -+ * test if the branch is deletable or not. -+ */ -+static int test_dentry_busy(struct dentry *root, aufs_bindex_t bindex, -+ unsigned int sigen, const unsigned int verbose) -+{ -+ int err, i, j, ndentry; -+ aufs_bindex_t btop, bbot; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry *d; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, root, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ for (i = 0; !err && i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = 0; !err && j < ndentry; j++) { -+ d = dpage->dentries[j]; -+ AuDebugOn(au_dcount(d) <= 0); -+ if (!au_digen_test(d, sigen)) { -+ di_read_lock_child(d, AuLock_IR); -+ if (unlikely(au_dbrange_test(d))) { -+ di_read_unlock(d, AuLock_IR); -+ continue; -+ } -+ } else { -+ di_write_lock_child(d); -+ if (unlikely(au_dbrange_test(d))) { -+ di_write_unlock(d); -+ continue; -+ } -+ err = au_reval_dpath(d, sigen); -+ if (!err) -+ di_downgrade_lock(d, AuLock_IR); -+ else { -+ di_write_unlock(d); -+ break; -+ } -+ } -+ -+ /* AuDbgDentry(d); */ -+ btop = au_dbtop(d); -+ bbot = au_dbbot(d); -+ if (btop <= bindex -+ && bindex <= bbot -+ && au_h_dptr(d, bindex) -+ && au_test_dbusy(d, btop, bbot)) { -+ err = -EBUSY; -+ AuVerbose(verbose, "busy %pd\n", d); -+ AuDbgDentry(d); -+ } -+ di_read_unlock(d, AuLock_IR); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int test_inode_busy(struct super_block *sb, aufs_bindex_t bindex, -+ unsigned int sigen, const unsigned int verbose) -+{ -+ int err; -+ unsigned long long max, ull; -+ struct inode *i, **array; -+ aufs_bindex_t btop, bbot; -+ -+ array = au_iarray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ AuDbg("b%d\n", bindex); -+ for (ull = 0; !err && ull < max; ull++) { -+ i = array[ull]; -+ if (unlikely(!i)) -+ break; -+ if (i->i_ino == AUFS_ROOT_INO) -+ continue; -+ -+ /* AuDbgInode(i); */ -+ if (au_iigen(i, NULL) == sigen) -+ ii_read_lock_child(i); -+ else { -+ ii_write_lock_child(i); -+ err = au_refresh_hinode_self(i); -+ au_iigen_dec(i); -+ if (!err) -+ ii_downgrade_lock(i); -+ else { -+ ii_write_unlock(i); -+ break; -+ } -+ } -+ -+ btop = au_ibtop(i); -+ bbot = au_ibbot(i); -+ if (btop <= bindex -+ && bindex <= bbot -+ && au_h_iptr(i, bindex) -+ && au_test_ibusy(i, btop, bbot)) { -+ err = -EBUSY; -+ AuVerbose(verbose, "busy i%lu\n", i->i_ino); -+ AuDbgInode(i); -+ } -+ ii_read_unlock(i); -+ } -+ au_iarray_free(array, max); -+ -+out: -+ return err; -+} -+ -+static int test_children_busy(struct dentry *root, aufs_bindex_t bindex, -+ const unsigned int verbose) -+{ -+ int err; -+ unsigned int sigen; -+ -+ sigen = au_sigen(root->d_sb); -+ DiMustNoWaiters(root); -+ IiMustNoWaiters(d_inode(root)); -+ di_write_unlock(root); -+ err = test_dentry_busy(root, bindex, sigen, verbose); -+ if (!err) -+ err = test_inode_busy(root->d_sb, bindex, sigen, verbose); -+ di_write_lock_child(root); /* aufs_write_lock() calls ..._child() */ -+ -+ return err; -+} -+ -+static int test_dir_busy(struct file *file, aufs_bindex_t br_id, -+ struct file **to_free, int *idx) -+{ -+ int err; -+ unsigned char matched, root; -+ aufs_bindex_t bindex, bbot; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ -+ err = 0; -+ root = IS_ROOT(file->f_path.dentry); -+ if (root) { -+ get_file(file); -+ to_free[*idx] = file; -+ (*idx)++; -+ goto out; -+ } -+ -+ matched = 0; -+ fidir = au_fi(file)->fi_hdir; -+ AuDebugOn(!fidir); -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); bindex <= bbot; bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ if (!hfile->hf_file) -+ continue; -+ -+ if (hfile->hf_br->br_id == br_id) { -+ matched = 1; -+ break; -+ } -+ } -+ if (matched) -+ err = -EBUSY; -+ -+out: -+ return err; -+} -+ -+static int test_file_busy(struct super_block *sb, aufs_bindex_t br_id, -+ struct file **to_free, int opened) -+{ -+ int err, idx; -+ unsigned long long ull, max; -+ aufs_bindex_t btop; -+ struct file *file, **array; -+ struct dentry *root; -+ struct au_hfile *hfile; -+ -+ array = au_farray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ idx = 0; -+ root = sb->s_root; -+ di_write_unlock(root); -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ fi_read_lock(file); -+ btop = au_fbtop(file); -+ if (!d_is_dir(file->f_path.dentry)) { -+ hfile = &au_fi(file)->fi_htop; -+ if (hfile->hf_br->br_id == br_id) -+ err = -EBUSY; -+ } else -+ err = test_dir_busy(file, br_id, to_free, &idx); -+ fi_read_unlock(file); -+ if (unlikely(err)) -+ break; -+ } -+ di_write_lock_child(root); -+ au_farray_free(array, max); -+ AuDebugOn(idx > opened); -+ -+out: -+ return err; -+} -+ -+static void br_del_file(struct file **to_free, unsigned long long opened, -+ aufs_bindex_t br_id) -+{ -+ unsigned long long ull; -+ aufs_bindex_t bindex, btop, bbot, bfound; -+ struct file *file; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ -+ for (ull = 0; ull < opened; ull++) { -+ file = to_free[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ AuDebugOn(!d_is_dir(file->f_path.dentry)); -+ bfound = -1; -+ fidir = au_fi(file)->fi_hdir; -+ AuDebugOn(!fidir); -+ fi_write_lock(file); -+ btop = au_fbtop(file); -+ bbot = au_fbbot_dir(file); -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ if (!hfile->hf_file) -+ continue; -+ -+ if (hfile->hf_br->br_id == br_id) { -+ bfound = bindex; -+ break; -+ } -+ } -+ AuDebugOn(bfound < 0); -+ au_set_h_fptr(file, bfound, NULL); -+ if (bfound == btop) { -+ for (btop++; btop <= bbot; btop++) -+ if (au_hf_dir(file, btop)) { -+ au_set_fbtop(file, btop); -+ break; -+ } -+ } -+ fi_write_unlock(file); -+ } -+} -+ -+static void au_br_do_del_brp(struct au_sbinfo *sbinfo, -+ const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_branch **brp, **p; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ brp = sbinfo->si_branch + bindex; -+ if (bindex < bbot) -+ memmove(brp, brp + 1, sizeof(*brp) * (bbot - bindex)); -+ sbinfo->si_branch[0 + bbot] = NULL; -+ sbinfo->si_bbot--; -+ -+ p = au_krealloc(sbinfo->si_branch, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ sbinfo->si_branch = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del_hdp(struct au_dinfo *dinfo, const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_hdentry *hdp, *p; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ hdp = au_hdentry(dinfo, bindex); -+ if (bindex < bbot) -+ memmove(hdp, hdp + 1, sizeof(*hdp) * (bbot - bindex)); -+ /* au_h_dentry_init(au_hdentry(dinfo, bbot); */ -+ dinfo->di_bbot--; -+ -+ p = au_krealloc(dinfo->di_hdentry, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ dinfo->di_hdentry = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del_hip(struct au_iinfo *iinfo, const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_hinode *hip, *p; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ hip = au_hinode(iinfo, bindex); -+ if (bindex < bbot) -+ memmove(hip, hip + 1, sizeof(*hip) * (bbot - bindex)); -+ /* au_hinode_init(au_hinode(iinfo, bbot)); */ -+ iinfo->ii_bbot--; -+ -+ p = au_krealloc(iinfo->ii_hinode, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ iinfo->ii_hinode = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_branch *br) -+{ -+ aufs_bindex_t bbot; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root, *h_root; -+ struct inode *inode, *h_inode; -+ struct au_hinode *hinode; -+ -+ SiMustWriteLock(sb); -+ -+ root = sb->s_root; -+ inode = d_inode(root); -+ sbinfo = au_sbi(sb); -+ bbot = sbinfo->si_bbot; -+ -+ h_root = au_h_dptr(root, bindex); -+ hinode = au_hi(inode, bindex); -+ h_inode = au_igrab(hinode->hi_inode); -+ au_hiput(hinode); -+ -+ au_sbilist_lock(); -+ au_br_do_del_brp(sbinfo, bindex, bbot); -+ au_br_do_del_hdp(au_di(root), bindex, bbot); -+ au_br_do_del_hip(au_ii(inode), bindex, bbot); -+ au_sbilist_unlock(); -+ -+ /* ignore an error */ -+ au_dr_br_fin(sb, br); /* always, regardless the mount option */ -+ -+ dput(h_root); -+ iput(h_inode); -+ au_br_do_free(br); -+} -+ -+static unsigned long long empty_cb(struct super_block *sb, void *array, -+ unsigned long long max, void *arg) -+{ -+ return max; -+} -+ -+int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount) -+{ -+ int err, rerr, i; -+ unsigned long long opened; -+ unsigned int mnt_flags; -+ aufs_bindex_t bindex, bbot, br_id; -+ unsigned char do_wh, verbose; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *root; -+ struct file **to_free; -+ -+ err = 0; -+ opened = 0; -+ to_free = NULL; -+ root = sb->s_root; -+ bindex = au_find_dbindex(root, del->h_path.dentry); -+ if (bindex < 0) { -+ if (remount) -+ goto out; /* success */ -+ err = -ENOENT; -+ pr_err("%s no such branch\n", del->pathname); -+ goto out; -+ } -+ AuDbg("bindex b%d\n", bindex); -+ -+ err = -EBUSY; -+ mnt_flags = au_mntflags(sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ bbot = au_sbbot(sb); -+ if (unlikely(!bbot)) { -+ AuVerbose(verbose, "no more branches left\n"); -+ goto out; -+ } -+ br = au_sbr(sb, bindex); -+ AuDebugOn(!path_equal(&br->br_path, &del->h_path)); -+ -+ br_id = br->br_id; -+ opened = au_br_count(br); -+ if (unlikely(opened)) { -+ to_free = au_array_alloc(&opened, empty_cb, sb, NULL); -+ err = PTR_ERR(to_free); -+ if (IS_ERR(to_free)) -+ goto out; -+ -+ err = test_file_busy(sb, br_id, to_free, opened); -+ if (unlikely(err)) { -+ AuVerbose(verbose, "%llu file(s) opened\n", opened); -+ goto out; -+ } -+ } -+ -+ wbr = br->br_wbr; -+ do_wh = wbr && (wbr->wbr_whbase || wbr->wbr_plink || wbr->wbr_orph); -+ if (do_wh) { -+ /* instead of WbrWhMustWriteLock(wbr) */ -+ SiMustWriteLock(sb); -+ for (i = 0; i < AuBrWh_Last; i++) { -+ dput(wbr->wbr_wh[i]); -+ wbr->wbr_wh[i] = NULL; -+ } -+ } -+ -+ err = test_children_busy(root, bindex, verbose); -+ if (unlikely(err)) { -+ if (do_wh) -+ goto out_wh; -+ goto out; -+ } -+ -+ err = 0; -+ if (to_free) { -+ /* -+ * now we confirmed the branch is deletable. -+ * let's free the remaining opened dirs on the branch. -+ */ -+ di_write_unlock(root); -+ br_del_file(to_free, opened, br_id); -+ di_write_lock_child(root); -+ } -+ -+ if (!remount) -+ au_br_do_del(sb, bindex, br); -+ else { -+ sysaufs_brs_del(sb, bindex); -+ au_br_do_del(sb, bindex, br); -+ sysaufs_brs_add(sb, bindex); -+ } -+ -+ if (!bindex) { -+ au_cpup_attr_all(d_inode(root), /*force*/1); -+ sb->s_maxbytes = au_sbr_sb(sb, 0)->s_maxbytes; -+ } else -+ au_sub_nlink(d_inode(root), d_inode(del->h_path.dentry)); -+ if (au_opt_test(mnt_flags, PLINK)) -+ au_plink_half_refresh(sb, br_id); -+ -+ if (au_xino_brid(sb) == br_id) -+ au_xino_brid_set(sb, -1); -+ goto out; /* success */ -+ -+out_wh: -+ /* revert */ -+ rerr = au_br_init_wh(sb, br, br->br_perm); -+ if (rerr) -+ pr_warn("failed re-creating base whiteout, %s. (%d)\n", -+ del->pathname, rerr); -+out: -+ if (to_free) -+ au_farray_free(to_free, opened); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_ibusy(struct super_block *sb, struct aufs_ibusy __user *arg) -+{ -+ int err; -+ aufs_bindex_t btop, bbot; -+ struct aufs_ibusy ibusy; -+ struct inode *inode, *h_inode; -+ -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = copy_from_user(&ibusy, arg, sizeof(ibusy)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, &arg->h_ino, sizeof(arg->h_ino)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ si_read_lock(sb, AuLock_FLUSH); -+ if (unlikely(ibusy.bindex < 0 || ibusy.bindex > au_sbbot(sb))) -+ goto out_unlock; -+ -+ err = 0; -+ ibusy.h_ino = 0; /* invalid */ -+ inode = ilookup(sb, ibusy.ino); -+ if (!inode -+ || inode->i_ino == AUFS_ROOT_INO -+ || au_is_bad_inode(inode)) -+ goto out_unlock; -+ -+ ii_read_lock_child(inode); -+ btop = au_ibtop(inode); -+ bbot = au_ibbot(inode); -+ if (btop <= ibusy.bindex && ibusy.bindex <= bbot) { -+ h_inode = au_h_iptr(inode, ibusy.bindex); -+ if (h_inode && au_test_ibusy(inode, btop, bbot)) -+ ibusy.h_ino = h_inode->i_ino; -+ } -+ ii_read_unlock(inode); -+ iput(inode); -+ -+out_unlock: -+ si_read_unlock(sb); -+ if (!err) { -+ err = __put_user(ibusy.h_ino, &arg->h_ino); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ } -+out: -+ return err; -+} -+ -+long au_ibusy_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_ibusy(file->f_path.dentry->d_sb, (void __user *)arg); -+} -+ -+#ifdef CONFIG_COMPAT -+long au_ibusy_compat_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_ibusy(file->f_path.dentry->d_sb, compat_ptr(arg)); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * change a branch permission -+ */ -+ -+static void au_warn_ima(void) -+{ -+#ifdef CONFIG_IMA -+ /* since it doesn't support mark_files_ro() */ -+ AuWarn1("RW -> RO makes IMA to produce wrong message\n"); -+#endif -+} -+ -+static int do_need_sigen_inc(int a, int b) -+{ -+ return au_br_whable(a) && !au_br_whable(b); -+} -+ -+static int need_sigen_inc(int old, int new) -+{ -+ return do_need_sigen_inc(old, new) -+ || do_need_sigen_inc(new, old); -+} -+ -+static int au_br_mod_files_ro(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err, do_warn; -+ unsigned int mnt_flags; -+ unsigned long long ull, max; -+ aufs_bindex_t br_id; -+ unsigned char verbose, writer; -+ struct file *file, *hf, **array; -+ struct au_hfile *hfile; -+ -+ mnt_flags = au_mntflags(sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ -+ array = au_farray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ do_warn = 0; -+ br_id = au_sbr_id(sb, bindex); -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ fi_read_lock(file); -+ if (unlikely(au_test_mmapped(file))) { -+ err = -EBUSY; -+ AuVerbose(verbose, "mmapped %pD\n", file); -+ AuDbgFile(file); -+ FiMustNoWaiters(file); -+ fi_read_unlock(file); -+ goto out_array; -+ } -+ -+ hfile = &au_fi(file)->fi_htop; -+ hf = hfile->hf_file; -+ if (!d_is_reg(file->f_path.dentry) -+ || !(file->f_mode & FMODE_WRITE) -+ || hfile->hf_br->br_id != br_id -+ || !(hf->f_mode & FMODE_WRITE)) -+ array[ull] = NULL; -+ else { -+ do_warn = 1; -+ get_file(file); -+ } -+ -+ FiMustNoWaiters(file); -+ fi_read_unlock(file); -+ fput(file); -+ } -+ -+ err = 0; -+ if (do_warn) -+ au_warn_ima(); -+ -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (!file) -+ continue; -+ -+ /* todo: already flushed? */ -+ /* -+ * fs/super.c:mark_files_ro() is gone, but aufs keeps its -+ * approach which resets f_mode and calls mnt_drop_write() and -+ * file_release_write() for each file, because the branch -+ * attribute in aufs world is totally different from the native -+ * fs rw/ro mode. -+ */ -+ /* fi_read_lock(file); */ -+ hfile = &au_fi(file)->fi_htop; -+ hf = hfile->hf_file; -+ /* fi_read_unlock(file); */ -+ spin_lock(&hf->f_lock); -+ writer = !!(hf->f_mode & FMODE_WRITER); -+ hf->f_mode &= ~(FMODE_WRITE | FMODE_WRITER); -+ spin_unlock(&hf->f_lock); -+ if (writer) { -+ put_write_access(file_inode(hf)); -+ __mnt_drop_write(hf->f_path.mnt); -+ } -+ } -+ -+out_array: -+ au_farray_free(array, max); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, -+ int *do_refresh) -+{ -+ int err, rerr; -+ aufs_bindex_t bindex; -+ struct dentry *root; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ root = sb->s_root; -+ bindex = au_find_dbindex(root, mod->h_root); -+ if (bindex < 0) { -+ if (remount) -+ return 0; /* success */ -+ err = -ENOENT; -+ pr_err("%s no such branch\n", mod->path); -+ goto out; -+ } -+ AuDbg("bindex b%d\n", bindex); -+ -+ err = test_br(d_inode(mod->h_root), mod->perm, mod->path); -+ if (unlikely(err)) -+ goto out; -+ -+ br = au_sbr(sb, bindex); -+ AuDebugOn(mod->h_root != au_br_dentry(br)); -+ if (br->br_perm == mod->perm) -+ return 0; /* success */ -+ -+ /* pre-allocate for non-fhsm --> fhsm */ -+ bf = NULL; -+ if (!au_br_fhsm(br->br_perm) && au_br_fhsm(mod->perm)) { -+ err = au_fhsm_br_alloc(br); -+ if (unlikely(err)) -+ goto out; -+ bf = br->br_fhsm; -+ br->br_fhsm = NULL; -+ } -+ -+ if (au_br_writable(br->br_perm)) { -+ /* remove whiteout base */ -+ err = au_br_init_wh(sb, br, mod->perm); -+ if (unlikely(err)) -+ goto out_bf; -+ -+ if (!au_br_writable(mod->perm)) { -+ /* rw --> ro, file might be mmapped */ -+ DiMustNoWaiters(root); -+ IiMustNoWaiters(d_inode(root)); -+ di_write_unlock(root); -+ err = au_br_mod_files_ro(sb, bindex); -+ /* aufs_write_lock() calls ..._child() */ -+ di_write_lock_child(root); -+ -+ if (unlikely(err)) { -+ rerr = -ENOMEM; -+ br->br_wbr = kzalloc(sizeof(*br->br_wbr), -+ GFP_NOFS); -+ if (br->br_wbr) -+ rerr = au_wbr_init(br, sb, br->br_perm); -+ if (unlikely(rerr)) { -+ AuIOErr("nested error %d (%d)\n", -+ rerr, err); -+ br->br_perm = mod->perm; -+ } -+ } -+ } -+ } else if (au_br_writable(mod->perm)) { -+ /* ro --> rw */ -+ err = -ENOMEM; -+ br->br_wbr = kzalloc(sizeof(*br->br_wbr), GFP_NOFS); -+ if (br->br_wbr) { -+ err = au_wbr_init(br, sb, mod->perm); -+ if (unlikely(err)) { -+ kfree(br->br_wbr); -+ br->br_wbr = NULL; -+ } -+ } -+ } -+ if (unlikely(err)) -+ goto out_bf; -+ -+ if (au_br_fhsm(br->br_perm)) { -+ if (!au_br_fhsm(mod->perm)) { -+ /* fhsm --> non-fhsm */ -+ au_br_fhsm_fin(br->br_fhsm); -+ kfree(br->br_fhsm); -+ br->br_fhsm = NULL; -+ } -+ } else if (au_br_fhsm(mod->perm)) -+ /* non-fhsm --> fhsm */ -+ br->br_fhsm = bf; -+ -+ *do_refresh |= need_sigen_inc(br->br_perm, mod->perm); -+ br->br_perm = mod->perm; -+ goto out; /* success */ -+ -+out_bf: -+ kfree(bf); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_br_stfs(struct au_branch *br, struct aufs_stfs *stfs) -+{ -+ int err; -+ struct kstatfs kstfs; -+ -+ err = vfs_statfs(&br->br_path, &kstfs); -+ if (!err) { -+ stfs->f_blocks = kstfs.f_blocks; -+ stfs->f_bavail = kstfs.f_bavail; -+ stfs->f_files = kstfs.f_files; -+ stfs->f_ffree = kstfs.f_ffree; -+ } -+ -+ return err; -+} -diff --git a/fs/aufs/branch.h b/fs/aufs/branch.h -new file mode 100644 -index 000000000000..4d00945fae8d ---- /dev/null -+++ b/fs/aufs/branch.h -@@ -0,0 +1,321 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * branch filesystems and xino for them -+ */ -+ -+#ifndef __AUFS_BRANCH_H__ -+#define __AUFS_BRANCH_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "dirren.h" -+#include "dynop.h" -+#include "rwsem.h" -+#include "super.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* a xino file */ -+struct au_xino_file { -+ struct file *xi_file; -+ struct { -+ spinlock_t spin; -+ ino_t *array; -+ int total; -+ /* reserved for future use */ -+ /* unsigned long *bitmap; */ -+ wait_queue_head_t wqh; -+ } xi_nondir; -+ -+ /* todo: make xino files an array to support huge inode number */ -+ -+#ifdef CONFIG_DEBUG_FS -+ struct dentry *xi_dbgaufs; -+#endif -+}; -+ -+/* File-based Hierarchical Storage Management */ -+struct au_br_fhsm { -+#ifdef CONFIG_AUFS_FHSM -+ struct mutex bf_lock; -+ unsigned long bf_jiffy; -+ struct aufs_stfs bf_stfs; -+ int bf_readable; -+#endif -+}; -+ -+/* members for writable branch only */ -+enum {AuBrWh_BASE, AuBrWh_PLINK, AuBrWh_ORPH, AuBrWh_Last}; -+struct au_wbr { -+ struct au_rwsem wbr_wh_rwsem; -+ struct dentry *wbr_wh[AuBrWh_Last]; -+ atomic_t wbr_wh_running; -+#define wbr_whbase wbr_wh[AuBrWh_BASE] /* whiteout base */ -+#define wbr_plink wbr_wh[AuBrWh_PLINK] /* pseudo-link dir */ -+#define wbr_orph wbr_wh[AuBrWh_ORPH] /* dir for orphans */ -+ -+ /* mfs mode */ -+ unsigned long long wbr_bytes; -+}; -+ -+/* ext2 has 3 types of operations at least, ext3 has 4 */ -+#define AuBrDynOp (AuDyLast * 4) -+ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+/* support for asynchronous destruction */ -+struct au_br_hfsnotify { -+ struct fsnotify_group *hfsn_group; -+}; -+#endif -+ -+/* sysfs entries */ -+struct au_brsysfs { -+ char name[16]; -+ struct attribute attr; -+}; -+ -+enum { -+ AuBrSysfs_BR, -+ AuBrSysfs_BRID, -+ AuBrSysfs_Last -+}; -+ -+/* protected by superblock rwsem */ -+struct au_branch { -+ struct au_xino_file br_xino; -+ -+ aufs_bindex_t br_id; -+ -+ int br_perm; -+ struct path br_path; -+ spinlock_t br_dykey_lock; -+ struct au_dykey *br_dykey[AuBrDynOp]; -+ struct percpu_counter br_count; -+ -+ struct au_wbr *br_wbr; -+ struct au_br_fhsm *br_fhsm; -+ -+ /* xino truncation */ -+ atomic_t br_xino_running; -+ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ struct au_br_hfsnotify *br_hfsn; -+#endif -+ -+#ifdef CONFIG_SYSFS -+ /* entries under sysfs per mount-point */ -+ struct au_brsysfs br_sysfs[AuBrSysfs_Last]; -+#endif -+ -+ struct au_dr_br br_dirren; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct vfsmount *au_br_mnt(struct au_branch *br) -+{ -+ return br->br_path.mnt; -+} -+ -+static inline struct dentry *au_br_dentry(struct au_branch *br) -+{ -+ return br->br_path.dentry; -+} -+ -+static inline struct super_block *au_br_sb(struct au_branch *br) -+{ -+ return au_br_mnt(br)->mnt_sb; -+} -+ -+static inline void au_br_get(struct au_branch *br) -+{ -+ percpu_counter_inc(&br->br_count); -+} -+ -+static inline void au_br_put(struct au_branch *br) -+{ -+ percpu_counter_dec(&br->br_count); -+} -+ -+static inline s64 au_br_count(struct au_branch *br) -+{ -+ return percpu_counter_sum(&br->br_count); -+} -+ -+static inline void au_br_count_init(struct au_branch *br) -+{ -+ percpu_counter_init(&br->br_count, 0, GFP_NOFS); -+} -+ -+static inline void au_br_count_fin(struct au_branch *br) -+{ -+ percpu_counter_destroy(&br->br_count); -+} -+ -+static inline int au_br_rdonly(struct au_branch *br) -+{ -+ return (sb_rdonly(au_br_sb(br)) -+ || !au_br_writable(br->br_perm)) -+ ? -EROFS : 0; -+} -+ -+static inline int au_br_hnotifyable(int brperm __maybe_unused) -+{ -+#ifdef CONFIG_AUFS_HNOTIFY -+ return !(brperm & AuBrPerm_RR); -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_br_test_oflag(int oflag, struct au_branch *br) -+{ -+ int err, exec_flag; -+ -+ err = 0; -+ exec_flag = oflag & __FMODE_EXEC; -+ if (unlikely(exec_flag && path_noexec(&br->br_path))) -+ err = -EACCES; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* branch.c */ -+struct au_sbinfo; -+void au_br_free(struct au_sbinfo *sinfo); -+int au_br_index(struct super_block *sb, aufs_bindex_t br_id); -+struct au_opt_add; -+int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount); -+struct au_opt_del; -+int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount); -+long au_ibusy_ioctl(struct file *file, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_ibusy_compat_ioctl(struct file *file, unsigned long arg); -+#endif -+struct au_opt_mod; -+int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, -+ int *do_refresh); -+struct aufs_stfs; -+int au_br_stfs(struct au_branch *br, struct aufs_stfs *stfs); -+ -+/* xino.c */ -+static const loff_t au_loff_max = LLONG_MAX; -+ -+int au_xib_trunc(struct super_block *sb); -+ssize_t xino_fread(vfs_readf_t func, struct file *file, void *buf, size_t size, -+ loff_t *pos); -+ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+struct file *au_xino_create2(struct file *base_file, struct file *copy_src); -+struct file *au_xino_create(struct super_block *sb, char *fname, int silent); -+ino_t au_xino_new_ino(struct super_block *sb); -+void au_xino_delete_inode(struct inode *inode, const int unlinked); -+int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t ino); -+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t *ino); -+int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t hino, -+ struct file *base_file, int do_test); -+int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex); -+ -+struct au_opt_xino; -+int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount); -+void au_xino_clr(struct super_block *sb); -+struct file *au_xino_def(struct super_block *sb); -+int au_xino_path(struct seq_file *seq, struct file *file); -+ -+void au_xinondir_leave(struct super_block *sb, aufs_bindex_t bindex, -+ ino_t h_ino, int idx); -+int au_xinondir_enter(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ int *idx); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Superblock to branch */ -+static inline -+aufs_bindex_t au_sbr_id(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_sbr(sb, bindex)->br_id; -+} -+ -+static inline -+struct vfsmount *au_sbr_mnt(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_mnt(au_sbr(sb, bindex)); -+} -+ -+static inline -+struct super_block *au_sbr_sb(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_sb(au_sbr(sb, bindex)); -+} -+ -+static inline void au_sbr_get(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ au_br_get(au_sbr(sb, bindex)); -+} -+ -+static inline void au_sbr_put(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ au_br_put(au_sbr(sb, bindex)); -+} -+ -+static inline int au_sbr_perm(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_sbr(sb, bindex)->br_perm; -+} -+ -+static inline int au_sbr_whable(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_whable(au_sbr_perm(sb, bindex)); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define wbr_wh_read_lock(wbr) au_rw_read_lock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_lock(wbr) au_rw_write_lock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_read_trylock(wbr) au_rw_read_trylock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_trylock(wbr) au_rw_write_trylock(&(wbr)->wbr_wh_rwsem) -+/* -+#define wbr_wh_read_trylock_nested(wbr) \ -+ au_rw_read_trylock_nested(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_trylock_nested(wbr) \ -+ au_rw_write_trylock_nested(&(wbr)->wbr_wh_rwsem) -+*/ -+ -+#define wbr_wh_read_unlock(wbr) au_rw_read_unlock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_unlock(wbr) au_rw_write_unlock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_downgrade_lock(wbr) au_rw_dgrade_lock(&(wbr)->wbr_wh_rwsem) -+ -+#define WbrWhMustNoWaiters(wbr) AuRwMustNoWaiters(&(wbr)->wbr_wh_rwsem) -+#define WbrWhMustAnyLock(wbr) AuRwMustAnyLock(&(wbr)->wbr_wh_rwsem) -+#define WbrWhMustWriteLock(wbr) AuRwMustWriteLock(&(wbr)->wbr_wh_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_FHSM -+static inline void au_br_fhsm_init(struct au_br_fhsm *brfhsm) -+{ -+ mutex_init(&brfhsm->bf_lock); -+ brfhsm->bf_jiffy = 0; -+ brfhsm->bf_readable = 0; -+} -+ -+static inline void au_br_fhsm_fin(struct au_br_fhsm *brfhsm) -+{ -+ mutex_destroy(&brfhsm->bf_lock); -+} -+#else -+AuStubVoid(au_br_fhsm_init, struct au_br_fhsm *brfhsm) -+AuStubVoid(au_br_fhsm_fin, struct au_br_fhsm *brfhsm) -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_BRANCH_H__ */ -diff --git a/fs/aufs/cpup.c b/fs/aufs/cpup.c -new file mode 100644 -index 000000000000..3678bacc40b3 ---- /dev/null -+++ b/fs/aufs/cpup.c -@@ -0,0 +1,1430 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * copy-up functions, see wbr_policy.c for copy-down -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+void au_cpup_attr_flags(struct inode *dst, unsigned int iflags) -+{ -+ const unsigned int mask = S_DEAD | S_SWAPFILE | S_PRIVATE -+ | S_NOATIME | S_NOCMTIME | S_AUTOMOUNT; -+ -+ BUILD_BUG_ON(sizeof(iflags) != sizeof(dst->i_flags)); -+ -+ dst->i_flags |= iflags & ~mask; -+ if (au_test_fs_notime(dst->i_sb)) -+ dst->i_flags |= S_NOATIME | S_NOCMTIME; -+} -+ -+void au_cpup_attr_timesizes(struct inode *inode) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ fsstack_copy_attr_times(inode, h_inode); -+ fsstack_copy_inode_size(inode, h_inode); -+} -+ -+void au_cpup_attr_nlink(struct inode *inode, int force) -+{ -+ struct inode *h_inode; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ -+ sb = inode->i_sb; -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (!force -+ && !S_ISDIR(h_inode->i_mode) -+ && au_opt_test(au_mntflags(sb), PLINK) -+ && au_plink_test(inode)) -+ return; -+ -+ /* -+ * 0 can happen in revalidating. -+ * h_inode->i_mutex may not be held here, but it is harmless since once -+ * i_nlink reaches 0, it will never become positive except O_TMPFILE -+ * case. -+ * todo: O_TMPFILE+linkat(AT_SYMLINK_FOLLOW) bypassing aufs may cause -+ * the incorrect link count. -+ */ -+ set_nlink(inode, h_inode->i_nlink); -+ -+ /* -+ * fewer nlink makes find(1) noisy, but larger nlink doesn't. -+ * it may includes whplink directory. -+ */ -+ if (S_ISDIR(h_inode->i_mode)) { -+ bbot = au_ibbot(inode); -+ for (bindex++; bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (h_inode) -+ au_add_nlink(inode, h_inode); -+ } -+ } -+} -+ -+void au_cpup_attr_changeable(struct inode *inode) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ inode->i_mode = h_inode->i_mode; -+ inode->i_uid = h_inode->i_uid; -+ inode->i_gid = h_inode->i_gid; -+ au_cpup_attr_timesizes(inode); -+ au_cpup_attr_flags(inode, h_inode->i_flags); -+} -+ -+void au_cpup_igen(struct inode *inode, struct inode *h_inode) -+{ -+ struct au_iinfo *iinfo = au_ii(inode); -+ -+ IiMustWriteLock(inode); -+ -+ iinfo->ii_higen = h_inode->i_generation; -+ iinfo->ii_hsb1 = h_inode->i_sb; -+} -+ -+void au_cpup_attr_all(struct inode *inode, int force) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ au_cpup_attr_changeable(inode); -+ if (inode->i_nlink > 0) -+ au_cpup_attr_nlink(inode, force); -+ inode->i_rdev = h_inode->i_rdev; -+ inode->i_blkbits = h_inode->i_blkbits; -+ au_cpup_igen(inode, h_inode); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Note: dt_dentry and dt_h_dentry are not dget/dput-ed */ -+ -+/* keep the timestamps of the parent dir when cpup */ -+void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, -+ struct path *h_path) -+{ -+ struct inode *h_inode; -+ -+ dt->dt_dentry = dentry; -+ dt->dt_h_path = *h_path; -+ h_inode = d_inode(h_path->dentry); -+ dt->dt_atime = h_inode->i_atime; -+ dt->dt_mtime = h_inode->i_mtime; -+ /* smp_mb(); */ -+} -+ -+void au_dtime_revert(struct au_dtime *dt) -+{ -+ struct iattr attr; -+ int err; -+ -+ attr.ia_atime = dt->dt_atime; -+ attr.ia_mtime = dt->dt_mtime; -+ attr.ia_valid = ATTR_FORCE | ATTR_MTIME | ATTR_MTIME_SET -+ | ATTR_ATIME | ATTR_ATIME_SET; -+ -+ /* no delegation since this is a directory */ -+ err = vfsub_notify_change(&dt->dt_h_path, &attr, /*delegated*/NULL); -+ if (unlikely(err)) -+ pr_warn("restoring timestamps failed(%d). ignored\n", err); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* internal use only */ -+struct au_cpup_reg_attr { -+ int valid; -+ struct kstat st; -+ unsigned int iflags; /* inode->i_flags */ -+}; -+ -+static noinline_for_stack -+int cpup_iattr(struct dentry *dst, aufs_bindex_t bindex, struct dentry *h_src, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err, sbits, icex; -+ unsigned int mnt_flags; -+ unsigned char verbose; -+ struct iattr ia; -+ struct path h_path; -+ struct inode *h_isrc, *h_idst; -+ struct kstat *h_st; -+ struct au_branch *br; -+ -+ h_path.dentry = au_h_dptr(dst, bindex); -+ h_idst = d_inode(h_path.dentry); -+ br = au_sbr(dst->d_sb, bindex); -+ h_path.mnt = au_br_mnt(br); -+ h_isrc = d_inode(h_src); -+ ia.ia_valid = ATTR_FORCE | ATTR_UID | ATTR_GID -+ | ATTR_ATIME | ATTR_MTIME -+ | ATTR_ATIME_SET | ATTR_MTIME_SET; -+ if (h_src_attr && h_src_attr->valid) { -+ h_st = &h_src_attr->st; -+ ia.ia_uid = h_st->uid; -+ ia.ia_gid = h_st->gid; -+ ia.ia_atime = h_st->atime; -+ ia.ia_mtime = h_st->mtime; -+ if (h_idst->i_mode != h_st->mode -+ && !S_ISLNK(h_idst->i_mode)) { -+ ia.ia_valid |= ATTR_MODE; -+ ia.ia_mode = h_st->mode; -+ } -+ sbits = !!(h_st->mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(h_idst, h_src_attr->iflags); -+ } else { -+ ia.ia_uid = h_isrc->i_uid; -+ ia.ia_gid = h_isrc->i_gid; -+ ia.ia_atime = h_isrc->i_atime; -+ ia.ia_mtime = h_isrc->i_mtime; -+ if (h_idst->i_mode != h_isrc->i_mode -+ && !S_ISLNK(h_idst->i_mode)) { -+ ia.ia_valid |= ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ } -+ sbits = !!(h_isrc->i_mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(h_idst, h_isrc->i_flags); -+ } -+ /* no delegation since it is just created */ -+ err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); -+ -+ /* is this nfs only? */ -+ if (!err && sbits && au_test_nfs(h_path.dentry->d_sb)) { -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); -+ } -+ -+ icex = br->br_perm & AuBrAttr_ICEX; -+ if (!err) { -+ mnt_flags = au_mntflags(dst->d_sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ err = au_cpup_xattr(h_path.dentry, h_src, icex, verbose); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_copy_file(struct file *dst, struct file *src, loff_t len, -+ char *buf, unsigned long blksize) -+{ -+ int err; -+ size_t sz, rbytes, wbytes; -+ unsigned char all_zero; -+ char *p, *zp; -+ struct inode *h_inode; -+ /* reduce stack usage */ -+ struct iattr *ia; -+ -+ zp = page_address(ZERO_PAGE(0)); -+ if (unlikely(!zp)) -+ return -ENOMEM; /* possible? */ -+ -+ err = 0; -+ all_zero = 0; -+ while (len) { -+ AuDbg("len %lld\n", len); -+ sz = blksize; -+ if (len < blksize) -+ sz = len; -+ -+ rbytes = 0; -+ /* todo: signal_pending? */ -+ while (!rbytes || err == -EAGAIN || err == -EINTR) { -+ rbytes = vfsub_read_k(src, buf, sz, &src->f_pos); -+ err = rbytes; -+ } -+ if (unlikely(err < 0)) -+ break; -+ -+ all_zero = 0; -+ if (len >= rbytes && rbytes == blksize) -+ all_zero = !memcmp(buf, zp, rbytes); -+ if (!all_zero) { -+ wbytes = rbytes; -+ p = buf; -+ while (wbytes) { -+ size_t b; -+ -+ b = vfsub_write_k(dst, p, wbytes, &dst->f_pos); -+ err = b; -+ /* todo: signal_pending? */ -+ if (unlikely(err == -EAGAIN || err == -EINTR)) -+ continue; -+ if (unlikely(err < 0)) -+ break; -+ wbytes -= b; -+ p += b; -+ } -+ if (unlikely(err < 0)) -+ break; -+ } else { -+ loff_t res; -+ -+ AuLabel(hole); -+ res = vfsub_llseek(dst, rbytes, SEEK_CUR); -+ err = res; -+ if (unlikely(res < 0)) -+ break; -+ } -+ len -= rbytes; -+ err = 0; -+ } -+ -+ /* the last block may be a hole */ -+ if (!err && all_zero) { -+ AuLabel(last hole); -+ -+ err = 1; -+ if (au_test_nfs(dst->f_path.dentry->d_sb)) { -+ /* nfs requires this step to make last hole */ -+ /* is this only nfs? */ -+ do { -+ /* todo: signal_pending? */ -+ err = vfsub_write_k(dst, "\0", 1, &dst->f_pos); -+ } while (err == -EAGAIN || err == -EINTR); -+ if (err == 1) -+ dst->f_pos--; -+ } -+ -+ if (err == 1) { -+ ia = (void *)buf; -+ ia->ia_size = dst->f_pos; -+ ia->ia_valid = ATTR_SIZE | ATTR_FILE; -+ ia->ia_file = dst; -+ h_inode = file_inode(dst); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD2); -+ /* no delegation since it is just created */ -+ err = vfsub_notify_change(&dst->f_path, ia, -+ /*delegated*/NULL); -+ inode_unlock(h_inode); -+ } -+ } -+ -+ return err; -+} -+ -+int au_copy_file(struct file *dst, struct file *src, loff_t len) -+{ -+ int err; -+ unsigned long blksize; -+ unsigned char do_kfree; -+ char *buf; -+ -+ err = -ENOMEM; -+ blksize = dst->f_path.dentry->d_sb->s_blocksize; -+ if (!blksize || PAGE_SIZE < blksize) -+ blksize = PAGE_SIZE; -+ AuDbg("blksize %lu\n", blksize); -+ do_kfree = (blksize != PAGE_SIZE && blksize >= sizeof(struct iattr *)); -+ if (do_kfree) -+ buf = kmalloc(blksize, GFP_NOFS); -+ else -+ buf = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!buf)) -+ goto out; -+ -+ if (len > (1 << 22)) -+ AuDbg("copying a large file %lld\n", (long long)len); -+ -+ src->f_pos = 0; -+ dst->f_pos = 0; -+ err = au_do_copy_file(dst, src, len, buf, blksize); -+ if (do_kfree) -+ kfree(buf); -+ else -+ free_page((unsigned long)buf); -+ -+out: -+ return err; -+} -+ -+static int au_do_copy(struct file *dst, struct file *src, loff_t len) -+{ -+ int err; -+ struct super_block *h_src_sb; -+ struct inode *h_src_inode; -+ -+ h_src_inode = file_inode(src); -+ h_src_sb = h_src_inode->i_sb; -+ -+ /* XFS acquires inode_lock */ -+ if (!au_test_xfs(h_src_sb)) -+ err = au_copy_file(dst, src, len); -+ else { -+ inode_unlock_shared(h_src_inode); -+ err = au_copy_file(dst, src, len); -+ vfsub_inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD); -+ } -+ -+ return err; -+} -+ -+static int au_clone_or_copy(struct file *dst, struct file *src, loff_t len) -+{ -+ int err; -+ struct super_block *h_src_sb; -+ struct inode *h_src_inode; -+ -+ h_src_inode = file_inode(src); -+ h_src_sb = h_src_inode->i_sb; -+ if (h_src_sb != file_inode(dst)->i_sb -+ || !dst->f_op->clone_file_range) { -+ err = au_do_copy(dst, src, len); -+ goto out; -+ } -+ -+ if (!au_test_nfs(h_src_sb)) { -+ inode_unlock_shared(h_src_inode); -+ err = vfsub_clone_file_range(src, dst, len); -+ vfsub_inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD); -+ } else -+ err = vfsub_clone_file_range(src, dst, len); -+ /* older XFS has a condition in cloning */ -+ if (unlikely(err != -EOPNOTSUPP)) -+ goto out; -+ -+ /* the backend fs on NFS may not support cloning */ -+ err = au_do_copy(dst, src, len); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * to support a sparse file which is opened with O_APPEND, -+ * we need to close the file. -+ */ -+static int au_cp_regular(struct au_cp_generic *cpg) -+{ -+ int err, i; -+ enum { SRC, DST }; -+ struct { -+ aufs_bindex_t bindex; -+ unsigned int flags; -+ struct dentry *dentry; -+ int force_wr; -+ struct file *file; -+ void *label; -+ } *f, file[] = { -+ { -+ .bindex = cpg->bsrc, -+ .flags = O_RDONLY | O_NOATIME | O_LARGEFILE, -+ .label = &&out -+ }, -+ { -+ .bindex = cpg->bdst, -+ .flags = O_WRONLY | O_NOATIME | O_LARGEFILE, -+ .force_wr = !!au_ftest_cpup(cpg->flags, RWDST), -+ .label = &&out_src -+ } -+ }; -+ struct super_block *sb, *h_src_sb; -+ struct inode *h_src_inode; -+ struct task_struct *tsk = current; -+ -+ /* bsrc branch can be ro/rw. */ -+ sb = cpg->dentry->d_sb; -+ f = file; -+ for (i = 0; i < 2; i++, f++) { -+ f->dentry = au_h_dptr(cpg->dentry, f->bindex); -+ f->file = au_h_open(cpg->dentry, f->bindex, f->flags, -+ /*file*/NULL, f->force_wr); -+ err = PTR_ERR(f->file); -+ if (IS_ERR(f->file)) -+ goto *f->label; -+ } -+ -+ /* try stopping to update while we copyup */ -+ h_src_inode = d_inode(file[SRC].dentry); -+ h_src_sb = h_src_inode->i_sb; -+ if (!au_test_nfs(h_src_sb)) -+ IMustLock(h_src_inode); -+ err = au_clone_or_copy(file[DST].file, file[SRC].file, cpg->len); -+ -+ /* i wonder if we had O_NO_DELAY_FPUT flag */ -+ if (tsk->flags & PF_KTHREAD) -+ __fput_sync(file[DST].file); -+ else { -+ /* it happend actually */ -+ fput(file[DST].file); -+ /* -+ * too bad. -+ * we have to call both since we don't know which place the file -+ * was added to. -+ */ -+ task_work_run(); -+ flush_delayed_fput(); -+ } -+ au_sbr_put(sb, file[DST].bindex); -+ -+out_src: -+ fput(file[SRC].file); -+ au_sbr_put(sb, file[SRC].bindex); -+out: -+ return err; -+} -+ -+static int au_do_cpup_regular(struct au_cp_generic *cpg, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err, rerr; -+ loff_t l; -+ struct path h_path; -+ struct inode *h_src_inode, *h_dst_inode; -+ -+ err = 0; -+ h_src_inode = au_h_iptr(d_inode(cpg->dentry), cpg->bsrc); -+ l = i_size_read(h_src_inode); -+ if (cpg->len == -1 || l < cpg->len) -+ cpg->len = l; -+ if (cpg->len) { -+ /* try stopping to update while we are referencing */ -+ vfsub_inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD); -+ au_pin_hdir_unlock(cpg->pin); -+ -+ h_path.dentry = au_h_dptr(cpg->dentry, cpg->bsrc); -+ h_path.mnt = au_sbr_mnt(cpg->dentry->d_sb, cpg->bsrc); -+ h_src_attr->iflags = h_src_inode->i_flags; -+ if (!au_test_nfs(h_src_inode->i_sb)) -+ err = vfsub_getattr(&h_path, &h_src_attr->st); -+ else { -+ inode_unlock_shared(h_src_inode); -+ err = vfsub_getattr(&h_path, &h_src_attr->st); -+ vfsub_inode_lock_shared_nested(h_src_inode, -+ AuLsc_I_CHILD); -+ } -+ if (unlikely(err)) { -+ inode_unlock_shared(h_src_inode); -+ goto out; -+ } -+ h_src_attr->valid = 1; -+ if (!au_test_nfs(h_src_inode->i_sb)) { -+ err = au_cp_regular(cpg); -+ inode_unlock_shared(h_src_inode); -+ } else { -+ inode_unlock_shared(h_src_inode); -+ err = au_cp_regular(cpg); -+ } -+ rerr = au_pin_hdir_relock(cpg->pin); -+ if (!err && rerr) -+ err = rerr; -+ } -+ if (!err && (h_src_inode->i_state & I_LINKABLE)) { -+ h_path.dentry = au_h_dptr(cpg->dentry, cpg->bdst); -+ h_dst_inode = d_inode(h_path.dentry); -+ spin_lock(&h_dst_inode->i_lock); -+ h_dst_inode->i_state |= I_LINKABLE; -+ spin_unlock(&h_dst_inode->i_lock); -+ } -+ -+out: -+ return err; -+} -+ -+static int au_do_cpup_symlink(struct path *h_path, struct dentry *h_src, -+ struct inode *h_dir) -+{ -+ int err, symlen; -+ mm_segment_t old_fs; -+ union { -+ char *k; -+ char __user *u; -+ } sym; -+ -+ err = -ENOMEM; -+ sym.k = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!sym.k)) -+ goto out; -+ -+ /* unnecessary to support mmap_sem since symlink is not mmap-able */ -+ old_fs = get_fs(); -+ set_fs(KERNEL_DS); -+ symlen = vfs_readlink(h_src, sym.u, PATH_MAX); -+ err = symlen; -+ set_fs(old_fs); -+ -+ if (symlen > 0) { -+ sym.k[symlen] = 0; -+ err = vfsub_symlink(h_dir, h_path, sym.k); -+ } -+ free_page((unsigned long)sym.k); -+ -+out: -+ return err; -+} -+ -+/* -+ * regardless 'acl' option, reset all ACL. -+ * All ACL will be copied up later from the original entry on the lower branch. -+ */ -+static int au_reset_acl(struct inode *h_dir, struct path *h_path, umode_t mode) -+{ -+ int err; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_dentry = h_path->dentry; -+ h_inode = d_inode(h_dentry); -+ /* forget_all_cached_acls(h_inode)); */ -+ err = vfsub_removexattr(h_dentry, XATTR_NAME_POSIX_ACL_ACCESS); -+ AuTraceErr(err); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ if (!err) -+ err = vfsub_acl_chmod(h_inode, mode); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_do_cpup_dir(struct au_cp_generic *cpg, struct dentry *dst_parent, -+ struct inode *h_dir, struct path *h_path) -+{ -+ int err; -+ struct inode *dir, *inode; -+ -+ err = vfsub_removexattr(h_path->dentry, XATTR_NAME_POSIX_ACL_DEFAULT); -+ AuTraceErr(err); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * strange behaviour from the users view, -+ * particularry setattr case -+ */ -+ dir = d_inode(dst_parent); -+ if (au_ibtop(dir) == cpg->bdst) -+ au_cpup_attr_nlink(dir, /*force*/1); -+ inode = d_inode(cpg->dentry); -+ au_cpup_attr_nlink(inode, /*force*/1); -+ -+out: -+ return err; -+} -+ -+static noinline_for_stack -+int cpup_entry(struct au_cp_generic *cpg, struct dentry *dst_parent, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err; -+ umode_t mode; -+ unsigned int mnt_flags; -+ unsigned char isdir, isreg, force; -+ const unsigned char do_dt = !!au_ftest_cpup(cpg->flags, DTIME); -+ struct au_dtime dt; -+ struct path h_path; -+ struct dentry *h_src, *h_dst, *h_parent; -+ struct inode *h_inode, *h_dir; -+ struct super_block *sb; -+ -+ /* bsrc branch can be ro/rw. */ -+ h_src = au_h_dptr(cpg->dentry, cpg->bsrc); -+ h_inode = d_inode(h_src); -+ AuDebugOn(h_inode != au_h_iptr(d_inode(cpg->dentry), cpg->bsrc)); -+ -+ /* try stopping to be referenced while we are creating */ -+ h_dst = au_h_dptr(cpg->dentry, cpg->bdst); -+ if (au_ftest_cpup(cpg->flags, RENAME)) -+ AuDebugOn(strncmp(h_dst->d_name.name, AUFS_WH_PFX, -+ AUFS_WH_PFX_LEN)); -+ h_parent = h_dst->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ AuDebugOn(h_parent != h_dst->d_parent); -+ -+ sb = cpg->dentry->d_sb; -+ h_path.mnt = au_sbr_mnt(sb, cpg->bdst); -+ if (do_dt) { -+ h_path.dentry = h_parent; -+ au_dtime_store(&dt, dst_parent, &h_path); -+ } -+ h_path.dentry = h_dst; -+ -+ isreg = 0; -+ isdir = 0; -+ mode = h_inode->i_mode; -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ isreg = 1; -+ err = vfsub_create(h_dir, &h_path, S_IRUSR | S_IWUSR, -+ /*want_excl*/true); -+ if (!err) -+ err = au_do_cpup_regular(cpg, h_src_attr); -+ break; -+ case S_IFDIR: -+ isdir = 1; -+ err = vfsub_mkdir(h_dir, &h_path, mode); -+ if (!err) -+ err = au_do_cpup_dir(cpg, dst_parent, h_dir, &h_path); -+ break; -+ case S_IFLNK: -+ err = au_do_cpup_symlink(&h_path, h_src, h_dir); -+ break; -+ case S_IFCHR: -+ case S_IFBLK: -+ AuDebugOn(!capable(CAP_MKNOD)); -+ /*FALLTHROUGH*/ -+ case S_IFIFO: -+ case S_IFSOCK: -+ err = vfsub_mknod(h_dir, &h_path, mode, h_inode->i_rdev); -+ break; -+ default: -+ AuIOErr("Unknown inode type 0%o\n", mode); -+ err = -EIO; -+ } -+ if (!err) -+ err = au_reset_acl(h_dir, &h_path, mode); -+ -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, UDBA_NONE) -+ && !isdir -+ && au_opt_test(mnt_flags, XINO) -+ && (h_inode->i_nlink == 1 -+ || (h_inode->i_state & I_LINKABLE)) -+ /* todo: unnecessary? */ -+ /* && d_inode(cpg->dentry)->i_nlink == 1 */ -+ && cpg->bdst < cpg->bsrc -+ && !au_ftest_cpup(cpg->flags, KEEPLINO)) -+ au_xino_write(sb, cpg->bsrc, h_inode->i_ino, /*ino*/0); -+ /* ignore this error */ -+ -+ if (!err) { -+ force = 0; -+ if (isreg) { -+ force = !!cpg->len; -+ if (cpg->len == -1) -+ force = !!i_size_read(h_inode); -+ } -+ au_fhsm_wrote(sb, cpg->bdst, force); -+ } -+ -+ if (do_dt) -+ au_dtime_revert(&dt); -+ return err; -+} -+ -+static int au_do_ren_after_cpup(struct au_cp_generic *cpg, struct path *h_path) -+{ -+ int err; -+ struct dentry *dentry, *h_dentry, *h_parent, *parent; -+ struct inode *h_dir; -+ aufs_bindex_t bdst; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ h_dentry = au_h_dptr(dentry, bdst); -+ if (!au_ftest_cpup(cpg->flags, OVERWRITE)) { -+ dget(h_dentry); -+ au_set_h_dptr(dentry, bdst, NULL); -+ err = au_lkup_neg(dentry, bdst, /*wh*/0); -+ if (!err) -+ h_path->dentry = dget(au_h_dptr(dentry, bdst)); -+ au_set_h_dptr(dentry, bdst, h_dentry); -+ } else { -+ err = 0; -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ dput(parent); -+ h_path->dentry = vfsub_lkup_one(&dentry->d_name, h_parent); -+ if (IS_ERR(h_path->dentry)) -+ err = PTR_ERR(h_path->dentry); -+ } -+ if (unlikely(err)) -+ goto out; -+ -+ h_parent = h_dentry->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ AuDbg("%pd %pd\n", h_dentry, h_path->dentry); -+ /* no delegation since it is just created */ -+ err = vfsub_rename(h_dir, h_dentry, h_dir, h_path, /*delegated*/NULL, -+ /*flags*/0); -+ dput(h_path->dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * copyup the @dentry from @bsrc to @bdst. -+ * the caller must set the both of lower dentries. -+ * @len is for truncating when it is -1 copyup the entire file. -+ * in link/rename cases, @dst_parent may be different from the real one. -+ * basic->bsrc can be larger than basic->bdst. -+ * aufs doesn't touch the credential so -+ * security_inode_copy_up{,_xattr}() are unnecrssary. -+ */ -+static int au_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) -+{ -+ int err, rerr; -+ aufs_bindex_t old_ibtop; -+ unsigned char isdir, plink; -+ struct dentry *h_src, *h_dst, *h_parent; -+ struct inode *dst_inode, *h_dir, *inode, *delegated, *src_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct path h_path; -+ struct au_cpup_reg_attr h_src_attr; -+ } *a; -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ a->h_src_attr.valid = 0; -+ -+ sb = cpg->dentry->d_sb; -+ br = au_sbr(sb, cpg->bdst); -+ a->h_path.mnt = au_br_mnt(br); -+ h_dst = au_h_dptr(cpg->dentry, cpg->bdst); -+ h_parent = h_dst->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ h_src = au_h_dptr(cpg->dentry, cpg->bsrc); -+ inode = d_inode(cpg->dentry); -+ -+ if (!dst_parent) -+ dst_parent = dget_parent(cpg->dentry); -+ else -+ dget(dst_parent); -+ -+ plink = !!au_opt_test(au_mntflags(sb), PLINK); -+ dst_inode = au_h_iptr(inode, cpg->bdst); -+ if (dst_inode) { -+ if (unlikely(!plink)) { -+ err = -EIO; -+ AuIOErr("hi%lu(i%lu) exists on b%d " -+ "but plink is disabled\n", -+ dst_inode->i_ino, inode->i_ino, cpg->bdst); -+ goto out_parent; -+ } -+ -+ if (dst_inode->i_nlink) { -+ const int do_dt = au_ftest_cpup(cpg->flags, DTIME); -+ -+ h_src = au_plink_lkup(inode, cpg->bdst); -+ err = PTR_ERR(h_src); -+ if (IS_ERR(h_src)) -+ goto out_parent; -+ if (unlikely(d_is_negative(h_src))) { -+ err = -EIO; -+ AuIOErr("i%lu exists on b%d " -+ "but not pseudo-linked\n", -+ inode->i_ino, cpg->bdst); -+ dput(h_src); -+ goto out_parent; -+ } -+ -+ if (do_dt) { -+ a->h_path.dentry = h_parent; -+ au_dtime_store(&a->dt, dst_parent, &a->h_path); -+ } -+ -+ a->h_path.dentry = h_dst; -+ delegated = NULL; -+ err = vfsub_link(h_src, h_dir, &a->h_path, &delegated); -+ if (!err && au_ftest_cpup(cpg->flags, RENAME)) -+ err = au_do_ren_after_cpup(cpg, &a->h_path); -+ if (do_dt) -+ au_dtime_revert(&a->dt); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ dput(h_src); -+ goto out_parent; -+ } else -+ /* todo: cpup_wh_file? */ -+ /* udba work */ -+ au_update_ibrange(inode, /*do_put_zero*/1); -+ } -+ -+ isdir = S_ISDIR(inode->i_mode); -+ old_ibtop = au_ibtop(inode); -+ err = cpup_entry(cpg, dst_parent, &a->h_src_attr); -+ if (unlikely(err)) -+ goto out_rev; -+ dst_inode = d_inode(h_dst); -+ inode_lock_nested(dst_inode, AuLsc_I_CHILD2); -+ /* todo: necessary? */ -+ /* au_pin_hdir_unlock(cpg->pin); */ -+ -+ err = cpup_iattr(cpg->dentry, cpg->bdst, h_src, &a->h_src_attr); -+ if (unlikely(err)) { -+ /* todo: necessary? */ -+ /* au_pin_hdir_relock(cpg->pin); */ /* ignore an error */ -+ inode_unlock(dst_inode); -+ goto out_rev; -+ } -+ -+ if (cpg->bdst < old_ibtop) { -+ if (S_ISREG(inode->i_mode)) { -+ err = au_dy_iaop(inode, cpg->bdst, dst_inode); -+ if (unlikely(err)) { -+ /* ignore an error */ -+ /* au_pin_hdir_relock(cpg->pin); */ -+ inode_unlock(dst_inode); -+ goto out_rev; -+ } -+ } -+ au_set_ibtop(inode, cpg->bdst); -+ } else -+ au_set_ibbot(inode, cpg->bdst); -+ au_set_h_iptr(inode, cpg->bdst, au_igrab(dst_inode), -+ au_hi_flags(inode, isdir)); -+ -+ /* todo: necessary? */ -+ /* err = au_pin_hdir_relock(cpg->pin); */ -+ inode_unlock(dst_inode); -+ if (unlikely(err)) -+ goto out_rev; -+ -+ src_inode = d_inode(h_src); -+ if (!isdir -+ && (src_inode->i_nlink > 1 -+ || src_inode->i_state & I_LINKABLE) -+ && plink) -+ au_plink_append(inode, cpg->bdst, h_dst); -+ -+ if (au_ftest_cpup(cpg->flags, RENAME)) { -+ a->h_path.dentry = h_dst; -+ err = au_do_ren_after_cpup(cpg, &a->h_path); -+ } -+ if (!err) -+ goto out_parent; /* success */ -+ -+ /* revert */ -+out_rev: -+ a->h_path.dentry = h_parent; -+ au_dtime_store(&a->dt, dst_parent, &a->h_path); -+ a->h_path.dentry = h_dst; -+ rerr = 0; -+ if (d_is_positive(h_dst)) { -+ if (!isdir) { -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(h_dir, &a->h_path, -+ /*delegated*/NULL, /*force*/0); -+ } else -+ rerr = vfsub_rmdir(h_dir, &a->h_path); -+ } -+ au_dtime_revert(&a->dt); -+ if (rerr) { -+ AuIOErr("failed removing broken entry(%d, %d)\n", err, rerr); -+ err = -EIO; -+ } -+out_parent: -+ dput(dst_parent); -+ kfree(a); -+out: -+ return err; -+} -+ -+#if 0 /* reserved */ -+struct au_cpup_single_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+ struct dentry *dst_parent; -+}; -+ -+static void au_call_cpup_single(void *args) -+{ -+ struct au_cpup_single_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_single(a->cpg, a->dst_parent); -+ au_pin_hdir_release(a->cpg->pin); -+} -+#endif -+ -+/* -+ * prevent SIGXFSZ in copy-up. -+ * testing CAP_MKNOD is for generic fs, -+ * but CAP_FSETID is for xfs only, currently. -+ */ -+static int au_cpup_sio_test(struct au_pin *pin, umode_t mode) -+{ -+ int do_sio; -+ struct super_block *sb; -+ struct inode *h_dir; -+ -+ do_sio = 0; -+ sb = au_pinned_parent(pin)->d_sb; -+ if (!au_wkq_test() -+ && (!au_sbi(sb)->si_plink_maint_pid -+ || au_plink_maint(sb, AuLock_NOPLM))) { -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ /* no condition about RLIMIT_FSIZE and the file size */ -+ do_sio = 1; -+ break; -+ case S_IFCHR: -+ case S_IFBLK: -+ do_sio = !capable(CAP_MKNOD); -+ break; -+ } -+ if (!do_sio) -+ do_sio = ((mode & (S_ISUID | S_ISGID)) -+ && !capable(CAP_FSETID)); -+ /* this workaround may be removed in the future */ -+ if (!do_sio) { -+ h_dir = au_pinned_h_dir(pin); -+ do_sio = h_dir->i_mode & S_ISVTX; -+ } -+ } -+ -+ return do_sio; -+} -+ -+#if 0 /* reserved */ -+int au_sio_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) -+{ -+ int err, wkq_err; -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(cpg->dentry, cpg->bsrc); -+ if (!au_cpup_sio_test(pin, d_inode(h_dentry)->i_mode)) -+ err = au_cpup_single(cpg, dst_parent); -+ else { -+ struct au_cpup_single_args args = { -+ .errp = &err, -+ .cpg = cpg, -+ .dst_parent = dst_parent -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_single, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+#endif -+ -+/* -+ * copyup the @dentry from the first active lower branch to @bdst, -+ * using au_cpup_single(). -+ */ -+static int au_cpup_simple(struct au_cp_generic *cpg) -+{ -+ int err; -+ unsigned int flags_orig; -+ struct dentry *dentry; -+ -+ AuDebugOn(cpg->bsrc < 0); -+ -+ dentry = cpg->dentry; -+ DiMustWriteLock(dentry); -+ -+ err = au_lkup_neg(dentry, cpg->bdst, /*wh*/1); -+ if (!err) { -+ flags_orig = cpg->flags; -+ au_fset_cpup(cpg->flags, RENAME); -+ err = au_cpup_single(cpg, NULL); -+ cpg->flags = flags_orig; -+ if (!err) -+ return 0; /* success */ -+ -+ /* revert */ -+ au_set_h_dptr(dentry, cpg->bdst, NULL); -+ au_set_dbtop(dentry, cpg->bsrc); -+ } -+ -+ return err; -+} -+ -+struct au_cpup_simple_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+}; -+ -+static void au_call_cpup_simple(void *args) -+{ -+ struct au_cpup_simple_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_simple(a->cpg); -+ au_pin_hdir_release(a->cpg->pin); -+} -+ -+static int au_do_sio_cpup_simple(struct au_cp_generic *cpg) -+{ -+ int err, wkq_err; -+ struct dentry *dentry, *parent; -+ struct file *h_file; -+ struct inode *h_dir; -+ -+ dentry = cpg->dentry; -+ h_file = NULL; -+ if (au_ftest_cpup(cpg->flags, HOPEN)) { -+ AuDebugOn(cpg->bsrc < 0); -+ h_file = au_h_open_pre(dentry, cpg->bsrc, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ } -+ -+ parent = dget_parent(dentry); -+ h_dir = au_h_iptr(d_inode(parent), cpg->bdst); -+ if (!au_test_h_perm_sio(h_dir, MAY_EXEC | MAY_WRITE) -+ && !au_cpup_sio_test(cpg->pin, d_inode(dentry)->i_mode)) -+ err = au_cpup_simple(cpg); -+ else { -+ struct au_cpup_simple_args args = { -+ .errp = &err, -+ .cpg = cpg -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_simple, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ dput(parent); -+ if (h_file) -+ au_h_open_post(dentry, cpg->bsrc, h_file); -+ -+out: -+ return err; -+} -+ -+int au_sio_cpup_simple(struct au_cp_generic *cpg) -+{ -+ aufs_bindex_t bsrc, bbot; -+ struct dentry *dentry, *h_dentry; -+ -+ if (cpg->bsrc < 0) { -+ dentry = cpg->dentry; -+ bbot = au_dbbot(dentry); -+ for (bsrc = cpg->bdst + 1; bsrc <= bbot; bsrc++) { -+ h_dentry = au_h_dptr(dentry, bsrc); -+ if (h_dentry) { -+ AuDebugOn(d_is_negative(h_dentry)); -+ break; -+ } -+ } -+ AuDebugOn(bsrc > bbot); -+ cpg->bsrc = bsrc; -+ } -+ AuDebugOn(cpg->bsrc <= cpg->bdst); -+ return au_do_sio_cpup_simple(cpg); -+} -+ -+int au_sio_cpdown_simple(struct au_cp_generic *cpg) -+{ -+ AuDebugOn(cpg->bdst <= cpg->bsrc); -+ return au_do_sio_cpup_simple(cpg); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * copyup the deleted file for writing. -+ */ -+static int au_do_cpup_wh(struct au_cp_generic *cpg, struct dentry *wh_dentry, -+ struct file *file) -+{ -+ int err; -+ unsigned int flags_orig; -+ aufs_bindex_t bsrc_orig; -+ struct au_dinfo *dinfo; -+ struct { -+ struct au_hdentry *hd; -+ struct dentry *h_dentry; -+ } hdst, hsrc; -+ -+ dinfo = au_di(cpg->dentry); -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ bsrc_orig = cpg->bsrc; -+ cpg->bsrc = dinfo->di_btop; -+ hdst.hd = au_hdentry(dinfo, cpg->bdst); -+ hdst.h_dentry = hdst.hd->hd_dentry; -+ hdst.hd->hd_dentry = wh_dentry; -+ dinfo->di_btop = cpg->bdst; -+ -+ hsrc.h_dentry = NULL; -+ if (file) { -+ hsrc.hd = au_hdentry(dinfo, cpg->bsrc); -+ hsrc.h_dentry = hsrc.hd->hd_dentry; -+ hsrc.hd->hd_dentry = au_hf_top(file)->f_path.dentry; -+ } -+ flags_orig = cpg->flags; -+ cpg->flags = !AuCpup_DTIME; -+ err = au_cpup_single(cpg, /*h_parent*/NULL); -+ cpg->flags = flags_orig; -+ if (file) { -+ if (!err) -+ err = au_reopen_nondir(file); -+ hsrc.hd->hd_dentry = hsrc.h_dentry; -+ } -+ hdst.hd->hd_dentry = hdst.h_dentry; -+ dinfo->di_btop = cpg->bsrc; -+ cpg->bsrc = bsrc_orig; -+ -+ return err; -+} -+ -+static int au_cpup_wh(struct au_cp_generic *cpg, struct file *file) -+{ -+ int err; -+ aufs_bindex_t bdst; -+ struct au_dtime dt; -+ struct dentry *dentry, *parent, *h_parent, *wh_dentry; -+ struct au_branch *br; -+ struct path h_path; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ br = au_sbr(dentry->d_sb, bdst); -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ wh_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out; -+ -+ h_path.dentry = h_parent; -+ h_path.mnt = au_br_mnt(br); -+ au_dtime_store(&dt, parent, &h_path); -+ err = au_do_cpup_wh(cpg, wh_dentry, file); -+ if (unlikely(err)) -+ goto out_wh; -+ -+ dget(wh_dentry); -+ h_path.dentry = wh_dentry; -+ if (!d_is_dir(wh_dentry)) { -+ /* no delegation since it is just created */ -+ err = vfsub_unlink(d_inode(h_parent), &h_path, -+ /*delegated*/NULL, /*force*/0); -+ } else -+ err = vfsub_rmdir(d_inode(h_parent), &h_path); -+ if (unlikely(err)) { -+ AuIOErr("failed remove copied-up tmp file %pd(%d)\n", -+ wh_dentry, err); -+ err = -EIO; -+ } -+ au_dtime_revert(&dt); -+ au_set_hi_wh(d_inode(dentry), bdst, wh_dentry); -+ -+out_wh: -+ dput(wh_dentry); -+out: -+ dput(parent); -+ return err; -+} -+ -+struct au_cpup_wh_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+ struct file *file; -+}; -+ -+static void au_call_cpup_wh(void *args) -+{ -+ struct au_cpup_wh_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_wh(a->cpg, a->file); -+ au_pin_hdir_release(a->cpg->pin); -+} -+ -+int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file) -+{ -+ int err, wkq_err; -+ aufs_bindex_t bdst; -+ struct dentry *dentry, *parent, *h_orph, *h_parent; -+ struct inode *dir, *h_dir, *h_tmpdir; -+ struct au_wbr *wbr; -+ struct au_pin wh_pin, *pin_orig; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ h_orph = NULL; -+ h_parent = NULL; -+ h_dir = au_igrab(au_h_iptr(dir, bdst)); -+ h_tmpdir = h_dir; -+ pin_orig = NULL; -+ if (!h_dir->i_nlink) { -+ wbr = au_sbr(dentry->d_sb, bdst)->br_wbr; -+ h_orph = wbr->wbr_orph; -+ -+ h_parent = dget(au_h_dptr(parent, bdst)); -+ au_set_h_dptr(parent, bdst, dget(h_orph)); -+ h_tmpdir = d_inode(h_orph); -+ au_set_h_iptr(dir, bdst, au_igrab(h_tmpdir), /*flags*/0); -+ -+ inode_lock_nested(h_tmpdir, AuLsc_I_PARENT3); -+ /* todo: au_h_open_pre()? */ -+ -+ pin_orig = cpg->pin; -+ au_pin_init(&wh_pin, dentry, bdst, AuLsc_DI_PARENT, -+ AuLsc_I_PARENT3, cpg->pin->udba, AuPin_DI_LOCKED); -+ cpg->pin = &wh_pin; -+ } -+ -+ if (!au_test_h_perm_sio(h_tmpdir, MAY_EXEC | MAY_WRITE) -+ && !au_cpup_sio_test(cpg->pin, d_inode(dentry)->i_mode)) -+ err = au_cpup_wh(cpg, file); -+ else { -+ struct au_cpup_wh_args args = { -+ .errp = &err, -+ .cpg = cpg, -+ .file = file -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_wh, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ if (h_orph) { -+ inode_unlock(h_tmpdir); -+ /* todo: au_h_open_post()? */ -+ au_set_h_iptr(dir, bdst, au_igrab(h_dir), /*flags*/0); -+ au_set_h_dptr(parent, bdst, h_parent); -+ AuDebugOn(!pin_orig); -+ cpg->pin = pin_orig; -+ } -+ iput(h_dir); -+ dput(parent); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * generic routine for both of copy-up and copy-down. -+ */ -+/* cf. revalidate function in file.c */ -+int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, -+ int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg), -+ void *arg) -+{ -+ int err; -+ struct au_pin pin; -+ struct dentry *d, *parent, *h_parent, *real_parent, *h_dentry; -+ -+ err = 0; -+ parent = dget_parent(dentry); -+ if (IS_ROOT(parent)) -+ goto out; -+ -+ au_pin_init(&pin, dentry, bdst, AuLsc_DI_PARENT2, AuLsc_I_PARENT2, -+ au_opt_udba(dentry->d_sb), AuPin_MNT_WRITE); -+ -+ /* do not use au_dpage */ -+ real_parent = parent; -+ while (1) { -+ dput(parent); -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ if (h_parent) -+ goto out; /* success */ -+ -+ /* find top dir which is necessary to cpup */ -+ do { -+ d = parent; -+ dput(parent); -+ parent = dget_parent(d); -+ di_read_lock_parent3(parent, !AuLock_IR); -+ h_parent = au_h_dptr(parent, bdst); -+ di_read_unlock(parent, !AuLock_IR); -+ } while (!h_parent); -+ -+ if (d != real_parent) -+ di_write_lock_child3(d); -+ -+ /* somebody else might create while we were sleeping */ -+ h_dentry = au_h_dptr(d, bdst); -+ if (!h_dentry || d_is_negative(h_dentry)) { -+ if (h_dentry) -+ au_update_dbtop(d); -+ -+ au_pin_set_dentry(&pin, d); -+ err = au_do_pin(&pin); -+ if (!err) { -+ err = cp(d, bdst, &pin, h_parent, arg); -+ au_unpin(&pin); -+ } -+ } -+ -+ if (d != real_parent) -+ di_write_unlock(d); -+ if (unlikely(err)) -+ break; -+ } -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+static int au_cpup_dir(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent __maybe_unused, -+ void *arg __maybe_unused) -+{ -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = bdst, -+ .bsrc = -1, -+ .len = 0, -+ .pin = pin, -+ .flags = AuCpup_DTIME -+ }; -+ return au_sio_cpup_simple(&cpg); -+} -+ -+int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ return au_cp_dirs(dentry, bdst, au_cpup_dir, NULL); -+} -+ -+int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ int err; -+ struct dentry *parent; -+ struct inode *dir; -+ -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ err = 0; -+ if (au_h_iptr(dir, bdst)) -+ goto out; -+ -+ di_read_unlock(parent, AuLock_IR); -+ di_write_lock_parent(parent); -+ /* someone else might change our inode while we were sleeping */ -+ if (!au_h_iptr(dir, bdst)) -+ err = au_cpup_dirs(dentry, bdst); -+ di_downgrade_lock(parent, AuLock_IR); -+ -+out: -+ dput(parent); -+ return err; -+} -diff --git a/fs/aufs/cpup.h b/fs/aufs/cpup.h -new file mode 100644 -index 000000000000..22c5f5402939 ---- /dev/null -+++ b/fs/aufs/cpup.h -@@ -0,0 +1,87 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * copy-up/down functions -+ */ -+ -+#ifndef __AUFS_CPUP_H__ -+#define __AUFS_CPUP_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct inode; -+struct file; -+struct au_pin; -+ -+void au_cpup_attr_flags(struct inode *dst, unsigned int iflags); -+void au_cpup_attr_timesizes(struct inode *inode); -+void au_cpup_attr_nlink(struct inode *inode, int force); -+void au_cpup_attr_changeable(struct inode *inode); -+void au_cpup_igen(struct inode *inode, struct inode *h_inode); -+void au_cpup_attr_all(struct inode *inode, int force); -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_cp_generic { -+ struct dentry *dentry; -+ aufs_bindex_t bdst, bsrc; -+ loff_t len; -+ struct au_pin *pin; -+ unsigned int flags; -+}; -+ -+/* cpup flags */ -+#define AuCpup_DTIME 1 /* do dtime_store/revert */ -+#define AuCpup_KEEPLINO (1 << 1) /* do not clear the lower xino, -+ for link(2) */ -+#define AuCpup_RENAME (1 << 2) /* rename after cpup */ -+#define AuCpup_HOPEN (1 << 3) /* call h_open_pre/post() in -+ cpup */ -+#define AuCpup_OVERWRITE (1 << 4) /* allow overwriting the -+ existing entry */ -+#define AuCpup_RWDST (1 << 5) /* force write target even if -+ the branch is marked as RO */ -+ -+#ifndef CONFIG_AUFS_BR_HFSPLUS -+#undef AuCpup_HOPEN -+#define AuCpup_HOPEN 0 -+#endif -+ -+#define au_ftest_cpup(flags, name) ((flags) & AuCpup_##name) -+#define au_fset_cpup(flags, name) \ -+ do { (flags) |= AuCpup_##name; } while (0) -+#define au_fclr_cpup(flags, name) \ -+ do { (flags) &= ~AuCpup_##name; } while (0) -+ -+int au_copy_file(struct file *dst, struct file *src, loff_t len); -+int au_sio_cpup_simple(struct au_cp_generic *cpg); -+int au_sio_cpdown_simple(struct au_cp_generic *cpg); -+int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file); -+ -+int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, -+ int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg), -+ void *arg); -+int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* keep timestamps when copyup */ -+struct au_dtime { -+ struct dentry *dt_dentry; -+ struct path dt_h_path; -+ struct timespec dt_atime, dt_mtime; -+}; -+void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, -+ struct path *h_path); -+void au_dtime_revert(struct au_dtime *dt); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_CPUP_H__ */ -diff --git a/fs/aufs/dbgaufs.c b/fs/aufs/dbgaufs.c -new file mode 100644 -index 000000000000..ec512d378dda ---- /dev/null -+++ b/fs/aufs/dbgaufs.c -@@ -0,0 +1,425 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * debugfs interface -+ */ -+ -+#include -+#include "aufs.h" -+ -+#ifndef CONFIG_SYSFS -+#error DEBUG_FS depends upon SYSFS -+#endif -+ -+static struct dentry *dbgaufs; -+static const mode_t dbgaufs_mode = S_IRUSR | S_IRGRP | S_IROTH; -+ -+/* 20 is max digits length of ulong 64 */ -+struct dbgaufs_arg { -+ int n; -+ char a[20 * 4]; -+}; -+ -+/* -+ * common function for all XINO files -+ */ -+static int dbgaufs_xi_release(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ kfree(file->private_data); -+ return 0; -+} -+ -+static int dbgaufs_xi_open(struct file *xf, struct file *file, int do_fcnt) -+{ -+ int err; -+ struct kstat st; -+ struct dbgaufs_arg *p; -+ -+ err = -ENOMEM; -+ p = kmalloc(sizeof(*p), GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = 0; -+ p->n = 0; -+ file->private_data = p; -+ if (!xf) -+ goto out; -+ -+ err = vfsub_getattr(&xf->f_path, &st); -+ if (!err) { -+ if (do_fcnt) -+ p->n = snprintf -+ (p->a, sizeof(p->a), "%ld, %llux%u %lld\n", -+ (long)file_count(xf), st.blocks, st.blksize, -+ (long long)st.size); -+ else -+ p->n = snprintf(p->a, sizeof(p->a), "%llux%u %lld\n", -+ st.blocks, st.blksize, -+ (long long)st.size); -+ AuDebugOn(p->n >= sizeof(p->a)); -+ } else { -+ p->n = snprintf(p->a, sizeof(p->a), "err %d\n", err); -+ err = 0; -+ } -+ -+out: -+ return err; -+ -+} -+ -+static ssize_t dbgaufs_xi_read(struct file *file, char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ struct dbgaufs_arg *p; -+ -+ p = file->private_data; -+ return simple_read_from_buffer(buf, count, ppos, p->a, p->n); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dbgaufs_plink_arg { -+ int n; -+ char a[]; -+}; -+ -+static int dbgaufs_plink_release(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ free_page((unsigned long)file->private_data); -+ return 0; -+} -+ -+static int dbgaufs_plink_open(struct inode *inode, struct file *file) -+{ -+ int err, i, limit; -+ unsigned long n, sum; -+ struct dbgaufs_plink_arg *p; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct hlist_bl_head *hbl; -+ -+ err = -ENOMEM; -+ p = (void *)get_zeroed_page(GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = -EFBIG; -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ limit = PAGE_SIZE - sizeof(p->n); -+ -+ /* the number of buckets */ -+ n = snprintf(p->a + p->n, limit, "%d\n", AuPlink_NHASH); -+ p->n += n; -+ limit -= n; -+ -+ sum = 0; -+ for (i = 0, hbl = sbinfo->si_plink; i < AuPlink_NHASH; -+ i++, hbl++) { -+ n = au_hbl_count(hbl); -+ sum += n; -+ -+ n = snprintf(p->a + p->n, limit, "%lu ", n); -+ p->n += n; -+ limit -= n; -+ if (unlikely(limit <= 0)) -+ goto out_free; -+ } -+ p->a[p->n - 1] = '\n'; -+ -+ /* the sum of plinks */ -+ n = snprintf(p->a + p->n, limit, "%lu\n", sum); -+ p->n += n; -+ limit -= n; -+ if (unlikely(limit <= 0)) -+ goto out_free; -+ } else { -+#define str "1\n0\n0\n" -+ p->n = sizeof(str) - 1; -+ strcpy(p->a, str); -+#undef str -+ } -+ si_read_unlock(sb); -+ -+ err = 0; -+ file->private_data = p; -+ goto out; /* success */ -+ -+out_free: -+ free_page((unsigned long)p); -+out: -+ return err; -+} -+ -+static ssize_t dbgaufs_plink_read(struct file *file, char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ struct dbgaufs_plink_arg *p; -+ -+ p = file->private_data; -+ return simple_read_from_buffer(buf, count, ppos, p->a, p->n); -+} -+ -+static const struct file_operations dbgaufs_plink_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_plink_open, -+ .release = dbgaufs_plink_release, -+ .read = dbgaufs_plink_read -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int dbgaufs_xib_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ err = dbgaufs_xi_open(sbinfo->si_xib, file, /*do_fcnt*/0); -+ si_read_unlock(sb); -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xib_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xib_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define DbgaufsXi_PREFIX "xi" -+ -+static int dbgaufs_xino_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ long l; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct file *xf; -+ struct qstr *name; -+ -+ err = -ENOENT; -+ xf = NULL; -+ name = &file->f_path.dentry->d_name; -+ if (unlikely(name->len < sizeof(DbgaufsXi_PREFIX) -+ || memcmp(name->name, DbgaufsXi_PREFIX, -+ sizeof(DbgaufsXi_PREFIX) - 1))) -+ goto out; -+ err = kstrtol(name->name + sizeof(DbgaufsXi_PREFIX) - 1, 10, &l); -+ if (unlikely(err)) -+ goto out; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ if (l <= au_sbbot(sb)) { -+ xf = au_sbr(sb, (aufs_bindex_t)l)->br_xino.xi_file; -+ err = dbgaufs_xi_open(xf, file, /*do_fcnt*/1); -+ } else -+ err = -ENOENT; -+ si_read_unlock(sb); -+ -+out: -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xino_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xino_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ aufs_bindex_t bbot; -+ struct au_branch *br; -+ struct au_xino_file *xi; -+ -+ if (!au_sbi(sb)->si_dbgaufs) -+ return; -+ -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ xi = &br->br_xino; -+ /* debugfs acquires the parent i_mutex */ -+ lockdep_off(); -+ debugfs_remove(xi->xi_dbgaufs); -+ lockdep_on(); -+ xi->xi_dbgaufs = NULL; -+ } -+} -+ -+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_sbinfo *sbinfo; -+ struct dentry *parent; -+ struct au_branch *br; -+ struct au_xino_file *xi; -+ aufs_bindex_t bbot; -+ char name[sizeof(DbgaufsXi_PREFIX) + 5]; /* "xi" bindex NULL */ -+ -+ sbinfo = au_sbi(sb); -+ parent = sbinfo->si_dbgaufs; -+ if (!parent) -+ return; -+ -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ snprintf(name, sizeof(name), DbgaufsXi_PREFIX "%d", bindex); -+ br = au_sbr(sb, bindex); -+ xi = &br->br_xino; -+ AuDebugOn(xi->xi_dbgaufs); -+ /* debugfs acquires the parent i_mutex */ -+ lockdep_off(); -+ xi->xi_dbgaufs = debugfs_create_file(name, dbgaufs_mode, parent, -+ sbinfo, &dbgaufs_xino_fop); -+ lockdep_on(); -+ /* ignore an error */ -+ if (unlikely(!xi->xi_dbgaufs)) -+ AuWarn1("failed %s under debugfs\n", name); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+static int dbgaufs_xigen_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ err = dbgaufs_xi_open(sbinfo->si_xigen, file, /*do_fcnt*/0); -+ si_read_unlock(sb); -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xigen_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xigen_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ err = -EIO; -+ sbinfo->si_dbgaufs_xigen = debugfs_create_file -+ ("xigen", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_xigen_fop); -+ if (sbinfo->si_dbgaufs_xigen) -+ err = 0; -+ -+ return err; -+} -+#else -+static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) -+{ -+ return 0; -+} -+#endif /* CONFIG_AUFS_EXPORT */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+void dbgaufs_si_fin(struct au_sbinfo *sbinfo) -+{ -+ /* -+ * This function is a dynamic '__fin' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ debugfs_remove_recursive(sbinfo->si_dbgaufs); -+ sbinfo->si_dbgaufs = NULL; -+ kobject_put(&sbinfo->si_kobj); -+} -+ -+int dbgaufs_si_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ char name[SysaufsSiNameLen]; -+ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ err = -ENOENT; -+ if (!dbgaufs) { -+ AuErr1("/debug/aufs is uninitialized\n"); -+ goto out; -+ } -+ -+ err = -EIO; -+ sysaufs_name(sbinfo, name); -+ sbinfo->si_dbgaufs = debugfs_create_dir(name, dbgaufs); -+ if (unlikely(!sbinfo->si_dbgaufs)) -+ goto out; -+ kobject_get(&sbinfo->si_kobj); -+ -+ sbinfo->si_dbgaufs_xib = debugfs_create_file -+ ("xib", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_xib_fop); -+ if (unlikely(!sbinfo->si_dbgaufs_xib)) -+ goto out_dir; -+ -+ sbinfo->si_dbgaufs_plink = debugfs_create_file -+ ("plink", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_plink_fop); -+ if (unlikely(!sbinfo->si_dbgaufs_plink)) -+ goto out_dir; -+ -+ err = dbgaufs_xigen_init(sbinfo); -+ if (!err) -+ goto out; /* success */ -+ -+out_dir: -+ dbgaufs_si_fin(sbinfo); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void dbgaufs_fin(void) -+{ -+ debugfs_remove(dbgaufs); -+} -+ -+int __init dbgaufs_init(void) -+{ -+ int err; -+ -+ err = -EIO; -+ dbgaufs = debugfs_create_dir(AUFS_NAME, NULL); -+ if (dbgaufs) -+ err = 0; -+ return err; -+} -diff --git a/fs/aufs/dbgaufs.h b/fs/aufs/dbgaufs.h -new file mode 100644 -index 000000000000..323a96962aef ---- /dev/null -+++ b/fs/aufs/dbgaufs.h -@@ -0,0 +1,36 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * debugfs interface -+ */ -+ -+#ifndef __DBGAUFS_H__ -+#define __DBGAUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+struct super_block; -+struct au_sbinfo; -+ -+#ifdef CONFIG_DEBUG_FS -+/* dbgaufs.c */ -+void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); -+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex); -+void dbgaufs_si_fin(struct au_sbinfo *sbinfo); -+int dbgaufs_si_init(struct au_sbinfo *sbinfo); -+void dbgaufs_fin(void); -+int __init dbgaufs_init(void); -+#else -+AuStubVoid(dbgaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(dbgaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(dbgaufs_si_fin, struct au_sbinfo *sbinfo) -+AuStubInt0(dbgaufs_si_init, struct au_sbinfo *sbinfo) -+AuStubVoid(dbgaufs_fin, void) -+AuStubInt0(__init dbgaufs_init, void) -+#endif /* CONFIG_DEBUG_FS */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __DBGAUFS_H__ */ -diff --git a/fs/aufs/dcsub.c b/fs/aufs/dcsub.c -new file mode 100644 -index 000000000000..0541d11207f2 ---- /dev/null -+++ b/fs/aufs/dcsub.c -@@ -0,0 +1,213 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for dentry cache -+ */ -+ -+#include "aufs.h" -+ -+static void au_dpage_free(struct au_dpage *dpage) -+{ -+ int i; -+ struct dentry **p; -+ -+ p = dpage->dentries; -+ for (i = 0; i < dpage->ndentry; i++) -+ dput(*p++); -+ free_page((unsigned long)dpage->dentries); -+} -+ -+int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp) -+{ -+ int err; -+ void *p; -+ -+ err = -ENOMEM; -+ dpages->dpages = kmalloc(sizeof(*dpages->dpages), gfp); -+ if (unlikely(!dpages->dpages)) -+ goto out; -+ -+ p = (void *)__get_free_page(gfp); -+ if (unlikely(!p)) -+ goto out_dpages; -+ -+ dpages->dpages[0].ndentry = 0; -+ dpages->dpages[0].dentries = p; -+ dpages->ndpage = 1; -+ return 0; /* success */ -+ -+out_dpages: -+ kfree(dpages->dpages); -+out: -+ return err; -+} -+ -+void au_dpages_free(struct au_dcsub_pages *dpages) -+{ -+ int i; -+ struct au_dpage *p; -+ -+ p = dpages->dpages; -+ for (i = 0; i < dpages->ndpage; i++) -+ au_dpage_free(p++); -+ kfree(dpages->dpages); -+} -+ -+static int au_dpages_append(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, gfp_t gfp) -+{ -+ int err, sz; -+ struct au_dpage *dpage; -+ void *p; -+ -+ dpage = dpages->dpages + dpages->ndpage - 1; -+ sz = PAGE_SIZE / sizeof(dentry); -+ if (unlikely(dpage->ndentry >= sz)) { -+ AuLabel(new dpage); -+ err = -ENOMEM; -+ sz = dpages->ndpage * sizeof(*dpages->dpages); -+ p = au_kzrealloc(dpages->dpages, sz, -+ sz + sizeof(*dpages->dpages), gfp, -+ /*may_shrink*/0); -+ if (unlikely(!p)) -+ goto out; -+ -+ dpages->dpages = p; -+ dpage = dpages->dpages + dpages->ndpage; -+ p = (void *)__get_free_page(gfp); -+ if (unlikely(!p)) -+ goto out; -+ -+ dpage->ndentry = 0; -+ dpage->dentries = p; -+ dpages->ndpage++; -+ } -+ -+ AuDebugOn(au_dcount(dentry) <= 0); -+ dpage->dentries[dpage->ndentry++] = dget_dlock(dentry); -+ return 0; /* success */ -+ -+out: -+ return err; -+} -+ -+/* todo: BAD approach */ -+/* copied from linux/fs/dcache.c */ -+enum d_walk_ret { -+ D_WALK_CONTINUE, -+ D_WALK_QUIT, -+ D_WALK_NORETRY, -+ D_WALK_SKIP, -+}; -+ -+extern void d_walk(struct dentry *parent, void *data, -+ enum d_walk_ret (*enter)(void *, struct dentry *), -+ void (*finish)(void *)); -+ -+struct ac_dpages_arg { -+ int err; -+ struct au_dcsub_pages *dpages; -+ struct super_block *sb; -+ au_dpages_test test; -+ void *arg; -+}; -+ -+static enum d_walk_ret au_call_dpages_append(void *_arg, struct dentry *dentry) -+{ -+ enum d_walk_ret ret; -+ struct ac_dpages_arg *arg = _arg; -+ -+ ret = D_WALK_CONTINUE; -+ if (dentry->d_sb == arg->sb -+ && !IS_ROOT(dentry) -+ && au_dcount(dentry) > 0 -+ && au_di(dentry) -+ && (!arg->test || arg->test(dentry, arg->arg))) { -+ arg->err = au_dpages_append(arg->dpages, dentry, GFP_ATOMIC); -+ if (unlikely(arg->err)) -+ ret = D_WALK_QUIT; -+ } -+ -+ return ret; -+} -+ -+int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, -+ au_dpages_test test, void *arg) -+{ -+ struct ac_dpages_arg args = { -+ .err = 0, -+ .dpages = dpages, -+ .sb = root->d_sb, -+ .test = test, -+ .arg = arg -+ }; -+ -+ d_walk(root, &args, au_call_dpages_append, NULL); -+ -+ return args.err; -+} -+ -+int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, -+ int do_include, au_dpages_test test, void *arg) -+{ -+ int err; -+ -+ err = 0; -+ write_seqlock(&rename_lock); -+ spin_lock(&dentry->d_lock); -+ if (do_include -+ && au_dcount(dentry) > 0 -+ && (!test || test(dentry, arg))) -+ err = au_dpages_append(dpages, dentry, GFP_ATOMIC); -+ spin_unlock(&dentry->d_lock); -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * RCU for vfsmount is unnecessary since this is a traverse in a single -+ * mount -+ */ -+ while (!IS_ROOT(dentry)) { -+ dentry = dentry->d_parent; /* rename_lock is locked */ -+ spin_lock(&dentry->d_lock); -+ if (au_dcount(dentry) > 0 -+ && (!test || test(dentry, arg))) -+ err = au_dpages_append(dpages, dentry, GFP_ATOMIC); -+ spin_unlock(&dentry->d_lock); -+ if (unlikely(err)) -+ break; -+ } -+ -+out: -+ write_sequnlock(&rename_lock); -+ return err; -+} -+ -+static inline int au_dcsub_dpages_aufs(struct dentry *dentry, void *arg) -+{ -+ return au_di(dentry) && dentry->d_sb == arg; -+} -+ -+int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, int do_include) -+{ -+ return au_dcsub_pages_rev(dpages, dentry, do_include, -+ au_dcsub_dpages_aufs, dentry->d_sb); -+} -+ -+int au_test_subdir(struct dentry *d1, struct dentry *d2) -+{ -+ struct path path[2] = { -+ { -+ .dentry = d1 -+ }, -+ { -+ .dentry = d2 -+ } -+ }; -+ -+ return path_is_under(path + 0, path + 1); -+} -diff --git a/fs/aufs/dcsub.h b/fs/aufs/dcsub.h -new file mode 100644 -index 000000000000..3b19330c1f50 ---- /dev/null -+++ b/fs/aufs/dcsub.h -@@ -0,0 +1,124 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for dentry cache -+ */ -+ -+#ifndef __AUFS_DCSUB_H__ -+#define __AUFS_DCSUB_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+ -+struct au_dpage { -+ int ndentry; -+ struct dentry **dentries; -+}; -+ -+struct au_dcsub_pages { -+ int ndpage; -+ struct au_dpage *dpages; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dcsub.c */ -+int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp); -+void au_dpages_free(struct au_dcsub_pages *dpages); -+typedef int (*au_dpages_test)(struct dentry *dentry, void *arg); -+int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, -+ au_dpages_test test, void *arg); -+int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, -+ int do_include, au_dpages_test test, void *arg); -+int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, int do_include); -+int au_test_subdir(struct dentry *d1, struct dentry *d2); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * todo: in linux-3.13, several similar (but faster) helpers are added to -+ * include/linux/dcache.h. Try them (in the future). -+ */ -+ -+static inline int au_d_hashed_positive(struct dentry *d) -+{ -+ int err; -+ struct inode *inode = d_inode(d); -+ -+ err = 0; -+ if (unlikely(d_unhashed(d) -+ || d_is_negative(d) -+ || !inode->i_nlink)) -+ err = -ENOENT; -+ return err; -+} -+ -+static inline int au_d_linkable(struct dentry *d) -+{ -+ int err; -+ struct inode *inode = d_inode(d); -+ -+ err = au_d_hashed_positive(d); -+ if (err -+ && d_is_positive(d) -+ && (inode->i_state & I_LINKABLE)) -+ err = 0; -+ return err; -+} -+ -+static inline int au_d_alive(struct dentry *d) -+{ -+ int err; -+ struct inode *inode; -+ -+ err = 0; -+ if (!IS_ROOT(d)) -+ err = au_d_hashed_positive(d); -+ else { -+ inode = d_inode(d); -+ if (unlikely(d_unlinked(d) -+ || d_is_negative(d) -+ || !inode->i_nlink)) -+ err = -ENOENT; -+ } -+ return err; -+} -+ -+static inline int au_alive_dir(struct dentry *d) -+{ -+ int err; -+ -+ err = au_d_alive(d); -+ if (unlikely(err || IS_DEADDIR(d_inode(d)))) -+ err = -ENOENT; -+ return err; -+} -+ -+static inline int au_qstreq(struct qstr *a, struct qstr *b) -+{ -+ return a->len == b->len -+ && !memcmp(a->name, b->name, a->len); -+} -+ -+/* -+ * by the commit -+ * 360f547 2015-01-25 dcache: let the dentry count go down to zero without -+ * taking d_lock -+ * the type of d_lockref.count became int, but the inlined function d_count() -+ * still returns unsigned int. -+ * I don't know why. Maybe it is for every d_count() users? -+ * Anyway au_dcount() lives on. -+ */ -+static inline int au_dcount(struct dentry *d) -+{ -+ return (int)d_count(d); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DCSUB_H__ */ -diff --git a/fs/aufs/debug.c b/fs/aufs/debug.c -new file mode 100644 -index 000000000000..7b39a8d5965d ---- /dev/null -+++ b/fs/aufs/debug.c -@@ -0,0 +1,428 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * debug print functions -+ */ -+ -+#include "aufs.h" -+ -+/* Returns 0, or -errno. arg is in kp->arg. */ -+static int param_atomic_t_set(const char *val, const struct kernel_param *kp) -+{ -+ int err, n; -+ -+ err = kstrtoint(val, 0, &n); -+ if (!err) { -+ if (n > 0) -+ au_debug_on(); -+ else -+ au_debug_off(); -+ } -+ return err; -+} -+ -+/* Returns length written or -errno. Buffer is 4k (ie. be short!) */ -+static int param_atomic_t_get(char *buffer, const struct kernel_param *kp) -+{ -+ atomic_t *a; -+ -+ a = kp->arg; -+ return sprintf(buffer, "%d", atomic_read(a)); -+} -+ -+static struct kernel_param_ops param_ops_atomic_t = { -+ .set = param_atomic_t_set, -+ .get = param_atomic_t_get -+ /* void (*free)(void *arg) */ -+}; -+ -+atomic_t aufs_debug = ATOMIC_INIT(0); -+MODULE_PARM_DESC(debug, "debug print"); -+module_param_named(debug, aufs_debug, atomic_t, S_IRUGO | S_IWUSR | S_IWGRP); -+ -+DEFINE_MUTEX(au_dbg_mtx); /* just to serialize the dbg msgs */ -+char *au_plevel = KERN_DEBUG; -+#define dpri(fmt, ...) do { \ -+ if ((au_plevel \ -+ && strcmp(au_plevel, KERN_DEBUG)) \ -+ || au_debug_test()) \ -+ printk("%s" fmt, au_plevel, ##__VA_ARGS__); \ -+} while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_dpri_whlist(struct au_nhash *whlist) -+{ -+ unsigned long ul, n; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (ul = 0; ul < n; ul++) { -+ hlist_for_each_entry(pos, head, wh_hash) -+ dpri("b%d, %.*s, %d\n", -+ pos->wh_bindex, -+ pos->wh_str.len, pos->wh_str.name, -+ pos->wh_str.len); -+ head++; -+ } -+} -+ -+void au_dpri_vdir(struct au_vdir *vdir) -+{ -+ unsigned long ul; -+ union au_vdir_deblk_p p; -+ unsigned char *o; -+ -+ if (!vdir || IS_ERR(vdir)) { -+ dpri("err %ld\n", PTR_ERR(vdir)); -+ return; -+ } -+ -+ dpri("deblk %u, nblk %lu, deblk %p, last{%lu, %p}, ver %lu\n", -+ vdir->vd_deblk_sz, vdir->vd_nblk, vdir->vd_deblk, -+ vdir->vd_last.ul, vdir->vd_last.p.deblk, vdir->vd_version); -+ for (ul = 0; ul < vdir->vd_nblk; ul++) { -+ p.deblk = vdir->vd_deblk[ul]; -+ o = p.deblk; -+ dpri("[%lu]: %p\n", ul, o); -+ } -+} -+ -+static int do_pri_inode(aufs_bindex_t bindex, struct inode *inode, int hn, -+ struct dentry *wh) -+{ -+ char *n = NULL; -+ int l = 0; -+ -+ if (!inode || IS_ERR(inode)) { -+ dpri("i%d: err %ld\n", bindex, PTR_ERR(inode)); -+ return -1; -+ } -+ -+ /* the type of i_blocks depends upon CONFIG_LBDAF */ -+ BUILD_BUG_ON(sizeof(inode->i_blocks) != sizeof(unsigned long) -+ && sizeof(inode->i_blocks) != sizeof(u64)); -+ if (wh) { -+ n = (void *)wh->d_name.name; -+ l = wh->d_name.len; -+ } -+ -+ dpri("i%d: %p, i%lu, %s, cnt %d, nl %u, 0%o, sz %llu, blk %llu," -+ " hn %d, ct %lld, np %lu, st 0x%lx, f 0x%x, v %llu, g %x%s%.*s\n", -+ bindex, inode, -+ inode->i_ino, inode->i_sb ? au_sbtype(inode->i_sb) : "??", -+ atomic_read(&inode->i_count), inode->i_nlink, inode->i_mode, -+ i_size_read(inode), (unsigned long long)inode->i_blocks, -+ hn, (long long)timespec_to_ns(&inode->i_ctime) & 0x0ffff, -+ inode->i_mapping ? inode->i_mapping->nrpages : 0, -+ inode->i_state, inode->i_flags, inode->i_version, -+ inode->i_generation, -+ l ? ", wh " : "", l, n); -+ return 0; -+} -+ -+void au_dpri_inode(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ aufs_bindex_t bindex; -+ int err, hn; -+ -+ err = do_pri_inode(-1, inode, -1, NULL); -+ if (err || !au_test_aufs(inode->i_sb) || au_is_bad_inode(inode)) -+ return; -+ -+ iinfo = au_ii(inode); -+ dpri("i-1: btop %d, bbot %d, gen %d\n", -+ iinfo->ii_btop, iinfo->ii_bbot, au_iigen(inode, NULL)); -+ if (iinfo->ii_btop < 0) -+ return; -+ hn = 0; -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; bindex++) { -+ hi = au_hinode(iinfo, bindex); -+ hn = !!au_hn(hi); -+ do_pri_inode(bindex, hi->hi_inode, hn, hi->hi_whdentry); -+ } -+} -+ -+void au_dpri_dalias(struct inode *inode) -+{ -+ struct dentry *d; -+ -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) -+ au_dpri_dentry(d); -+ spin_unlock(&inode->i_lock); -+} -+ -+static int do_pri_dentry(aufs_bindex_t bindex, struct dentry *dentry) -+{ -+ struct dentry *wh = NULL; -+ int hn; -+ struct inode *inode; -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ -+ if (!dentry || IS_ERR(dentry)) { -+ dpri("d%d: err %ld\n", bindex, PTR_ERR(dentry)); -+ return -1; -+ } -+ /* do not call dget_parent() here */ -+ /* note: access d_xxx without d_lock */ -+ dpri("d%d: %p, %pd2?, %s, cnt %d, flags 0x%x, %shashed\n", -+ bindex, dentry, dentry, -+ dentry->d_sb ? au_sbtype(dentry->d_sb) : "??", -+ au_dcount(dentry), dentry->d_flags, -+ d_unhashed(dentry) ? "un" : ""); -+ hn = -1; -+ inode = NULL; -+ if (d_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (inode -+ && au_test_aufs(dentry->d_sb) -+ && bindex >= 0 -+ && !au_is_bad_inode(inode)) { -+ iinfo = au_ii(inode); -+ hi = au_hinode(iinfo, bindex); -+ hn = !!au_hn(hi); -+ wh = hi->hi_whdentry; -+ } -+ do_pri_inode(bindex, inode, hn, wh); -+ return 0; -+} -+ -+void au_dpri_dentry(struct dentry *dentry) -+{ -+ struct au_dinfo *dinfo; -+ aufs_bindex_t bindex; -+ int err; -+ -+ err = do_pri_dentry(-1, dentry); -+ if (err || !au_test_aufs(dentry->d_sb)) -+ return; -+ -+ dinfo = au_di(dentry); -+ if (!dinfo) -+ return; -+ dpri("d-1: btop %d, bbot %d, bwh %d, bdiropq %d, gen %d, tmp %d\n", -+ dinfo->di_btop, dinfo->di_bbot, -+ dinfo->di_bwh, dinfo->di_bdiropq, au_digen(dentry), -+ dinfo->di_tmpfile); -+ if (dinfo->di_btop < 0) -+ return; -+ for (bindex = dinfo->di_btop; bindex <= dinfo->di_bbot; bindex++) -+ do_pri_dentry(bindex, au_hdentry(dinfo, bindex)->hd_dentry); -+} -+ -+static int do_pri_file(aufs_bindex_t bindex, struct file *file) -+{ -+ char a[32]; -+ -+ if (!file || IS_ERR(file)) { -+ dpri("f%d: err %ld\n", bindex, PTR_ERR(file)); -+ return -1; -+ } -+ a[0] = 0; -+ if (bindex < 0 -+ && !IS_ERR_OR_NULL(file->f_path.dentry) -+ && au_test_aufs(file->f_path.dentry->d_sb) -+ && au_fi(file)) -+ snprintf(a, sizeof(a), ", gen %d, mmapped %d", -+ au_figen(file), atomic_read(&au_fi(file)->fi_mmapped)); -+ dpri("f%d: mode 0x%x, flags 0%o, cnt %ld, v %llu, pos %llu%s\n", -+ bindex, file->f_mode, file->f_flags, (long)file_count(file), -+ file->f_version, file->f_pos, a); -+ if (!IS_ERR_OR_NULL(file->f_path.dentry)) -+ do_pri_dentry(bindex, file->f_path.dentry); -+ return 0; -+} -+ -+void au_dpri_file(struct file *file) -+{ -+ struct au_finfo *finfo; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ aufs_bindex_t bindex; -+ int err; -+ -+ err = do_pri_file(-1, file); -+ if (err -+ || IS_ERR_OR_NULL(file->f_path.dentry) -+ || !au_test_aufs(file->f_path.dentry->d_sb)) -+ return; -+ -+ finfo = au_fi(file); -+ if (!finfo) -+ return; -+ if (finfo->fi_btop < 0) -+ return; -+ fidir = finfo->fi_hdir; -+ if (!fidir) -+ do_pri_file(finfo->fi_btop, finfo->fi_htop.hf_file); -+ else -+ for (bindex = finfo->fi_btop; -+ bindex >= 0 && bindex <= fidir->fd_bbot; -+ bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ do_pri_file(bindex, hfile ? hfile->hf_file : NULL); -+ } -+} -+ -+static int do_pri_br(aufs_bindex_t bindex, struct au_branch *br) -+{ -+ struct vfsmount *mnt; -+ struct super_block *sb; -+ -+ if (!br || IS_ERR(br)) -+ goto out; -+ mnt = au_br_mnt(br); -+ if (!mnt || IS_ERR(mnt)) -+ goto out; -+ sb = mnt->mnt_sb; -+ if (!sb || IS_ERR(sb)) -+ goto out; -+ -+ dpri("s%d: {perm 0x%x, id %d, cnt %lld, wbr %p}, " -+ "%s, dev 0x%02x%02x, flags 0x%lx, cnt %d, active %d, " -+ "xino %d\n", -+ bindex, br->br_perm, br->br_id, au_br_count(br), -+ br->br_wbr, au_sbtype(sb), MAJOR(sb->s_dev), MINOR(sb->s_dev), -+ sb->s_flags, sb->s_count, -+ atomic_read(&sb->s_active), !!br->br_xino.xi_file); -+ return 0; -+ -+out: -+ dpri("s%d: err %ld\n", bindex, PTR_ERR(br)); -+ return -1; -+} -+ -+void au_dpri_sb(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ aufs_bindex_t bindex; -+ int err; -+ /* to reuduce stack size */ -+ struct { -+ struct vfsmount mnt; -+ struct au_branch fake; -+ } *a; -+ -+ /* this function can be called from magic sysrq */ -+ a = kzalloc(sizeof(*a), GFP_ATOMIC); -+ if (unlikely(!a)) { -+ dpri("no memory\n"); -+ return; -+ } -+ -+ a->mnt.mnt_sb = sb; -+ a->fake.br_path.mnt = &a->mnt; -+ au_br_count_init(&a->fake); -+ err = do_pri_br(-1, &a->fake); -+ au_br_count_fin(&a->fake); -+ kfree(a); -+ dpri("dev 0x%x\n", sb->s_dev); -+ if (err || !au_test_aufs(sb)) -+ return; -+ -+ sbinfo = au_sbi(sb); -+ if (!sbinfo) -+ return; -+ dpri("nw %d, gen %u, kobj %d\n", -+ atomic_read(&sbinfo->si_nowait.nw_len), sbinfo->si_generation, -+ kref_read(&sbinfo->si_kobj.kref)); -+ for (bindex = 0; bindex <= sbinfo->si_bbot; bindex++) -+ do_pri_br(bindex, sbinfo->si_branch[0 + bindex]); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line) -+{ -+ struct inode *h_inode, *inode = d_inode(dentry); -+ struct dentry *h_dentry; -+ aufs_bindex_t bindex, bbot, bi; -+ -+ if (!inode /* || au_di(dentry)->di_lsc == AuLsc_DI_TMP */) -+ return; -+ -+ bbot = au_dbbot(dentry); -+ bi = au_ibbot(inode); -+ if (bi < bbot) -+ bbot = bi; -+ bindex = au_dbtop(dentry); -+ bi = au_ibtop(inode); -+ if (bi > bindex) -+ bindex = bi; -+ -+ for (; bindex <= bbot; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(h_inode != d_inode(h_dentry))) { -+ au_debug_on(); -+ AuDbg("b%d, %s:%d\n", bindex, func, line); -+ AuDbgDentry(dentry); -+ AuDbgInode(inode); -+ au_debug_off(); -+ BUG(); -+ } -+ } -+} -+ -+void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen) -+{ -+ int err, i, j; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ AuDebugOn(err); -+ err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/1); -+ AuDebugOn(err); -+ for (i = dpages.ndpage - 1; !err && i >= 0; i--) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ for (j = dpage->ndentry - 1; !err && j >= 0; j--) -+ AuDebugOn(au_digen_test(dentries[j], sigen)); -+ } -+ au_dpages_free(&dpages); -+} -+ -+void au_dbg_verify_kthread(void) -+{ -+ if (au_wkq_test()) { -+ au_dbg_blocked(); -+ /* -+ * It may be recursive, but udba=notify between two aufs mounts, -+ * where a single ro branch is shared, is not a problem. -+ */ -+ /* WARN_ON(1); */ -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int __init au_debug_init(void) -+{ -+ aufs_bindex_t bindex; -+ struct au_vdir_destr destr; -+ -+ bindex = -1; -+ AuDebugOn(bindex >= 0); -+ -+ destr.len = -1; -+ AuDebugOn(destr.len < NAME_MAX); -+ -+#ifdef CONFIG_4KSTACKS -+ pr_warn("CONFIG_4KSTACKS is defined.\n"); -+#endif -+ -+ return 0; -+} -diff --git a/fs/aufs/debug.h b/fs/aufs/debug.h -new file mode 100644 -index 000000000000..5f3245be378e ---- /dev/null -+++ b/fs/aufs/debug.h -@@ -0,0 +1,213 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * debug print functions -+ */ -+ -+#ifndef __AUFS_DEBUG_H__ -+#define __AUFS_DEBUG_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define AuDebugOn(a) BUG_ON(a) -+ -+/* module parameter */ -+extern atomic_t aufs_debug; -+static inline void au_debug_on(void) -+{ -+ atomic_inc(&aufs_debug); -+} -+static inline void au_debug_off(void) -+{ -+ atomic_dec_if_positive(&aufs_debug); -+} -+ -+static inline int au_debug_test(void) -+{ -+ return atomic_read(&aufs_debug) > 0; -+} -+#else -+#define AuDebugOn(a) do {} while (0) -+AuStubVoid(au_debug_on, void) -+AuStubVoid(au_debug_off, void) -+AuStubInt0(au_debug_test, void) -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+#define param_check_atomic_t(name, p) __param_check(name, p, atomic_t) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* debug print */ -+ -+#define AuDbg(fmt, ...) do { \ -+ if (au_debug_test()) \ -+ pr_debug("DEBUG: " fmt, ##__VA_ARGS__); \ -+} while (0) -+#define AuLabel(l) AuDbg(#l "\n") -+#define AuIOErr(fmt, ...) pr_err("I/O Error, " fmt, ##__VA_ARGS__) -+#define AuWarn1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ pr_warn(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuErr1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ pr_err(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuIOErr1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ AuIOErr(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuUnsupportMsg "This operation is not supported." \ -+ " Please report this application to aufs-users ML." -+#define AuUnsupport(fmt, ...) do { \ -+ pr_err(AuUnsupportMsg "\n" fmt, ##__VA_ARGS__); \ -+ dump_stack(); \ -+} while (0) -+ -+#define AuTraceErr(e) do { \ -+ if (unlikely((e) < 0)) \ -+ AuDbg("err %d\n", (int)(e)); \ -+} while (0) -+ -+#define AuTraceErrPtr(p) do { \ -+ if (IS_ERR(p)) \ -+ AuDbg("err %ld\n", PTR_ERR(p)); \ -+} while (0) -+ -+/* dirty macros for debug print, use with "%.*s" and caution */ -+#define AuLNPair(qstr) (qstr)->len, (qstr)->name -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry; -+#ifdef CONFIG_AUFS_DEBUG -+extern struct mutex au_dbg_mtx; -+extern char *au_plevel; -+struct au_nhash; -+void au_dpri_whlist(struct au_nhash *whlist); -+struct au_vdir; -+void au_dpri_vdir(struct au_vdir *vdir); -+struct inode; -+void au_dpri_inode(struct inode *inode); -+void au_dpri_dalias(struct inode *inode); -+void au_dpri_dentry(struct dentry *dentry); -+struct file; -+void au_dpri_file(struct file *filp); -+struct super_block; -+void au_dpri_sb(struct super_block *sb); -+ -+#define au_dbg_verify_dinode(d) __au_dbg_verify_dinode(d, __func__, __LINE__) -+void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line); -+void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen); -+void au_dbg_verify_kthread(void); -+ -+int __init au_debug_init(void); -+ -+#define AuDbgWhlist(w) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#w "\n"); \ -+ au_dpri_whlist(w); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgVdir(v) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#v "\n"); \ -+ au_dpri_vdir(v); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgInode(i) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#i "\n"); \ -+ au_dpri_inode(i); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgDAlias(i) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#i "\n"); \ -+ au_dpri_dalias(i); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgDentry(d) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#d "\n"); \ -+ au_dpri_dentry(d); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgFile(f) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#f "\n"); \ -+ au_dpri_file(f); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgSb(sb) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#sb "\n"); \ -+ au_dpri_sb(sb); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgSym(addr) do { \ -+ char sym[KSYM_SYMBOL_LEN]; \ -+ sprint_symbol(sym, (unsigned long)addr); \ -+ AuDbg("%s\n", sym); \ -+} while (0) -+#else -+AuStubVoid(au_dbg_verify_dinode, struct dentry *dentry) -+AuStubVoid(au_dbg_verify_gen, struct dentry *parent, unsigned int sigen) -+AuStubVoid(au_dbg_verify_kthread, void) -+AuStubInt0(__init au_debug_init, void) -+ -+#define AuDbgWhlist(w) do {} while (0) -+#define AuDbgVdir(v) do {} while (0) -+#define AuDbgInode(i) do {} while (0) -+#define AuDbgDAlias(i) do {} while (0) -+#define AuDbgDentry(d) do {} while (0) -+#define AuDbgFile(f) do {} while (0) -+#define AuDbgSb(sb) do {} while (0) -+#define AuDbgSym(addr) do {} while (0) -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_MAGIC_SYSRQ -+int __init au_sysrq_init(void); -+void au_sysrq_fin(void); -+ -+#ifdef CONFIG_HW_CONSOLE -+#define au_dbg_blocked() do { \ -+ WARN_ON(1); \ -+ handle_sysrq('w'); \ -+} while (0) -+#else -+AuStubVoid(au_dbg_blocked, void) -+#endif -+ -+#else -+AuStubInt0(__init au_sysrq_init, void) -+AuStubVoid(au_sysrq_fin, void) -+AuStubVoid(au_dbg_blocked, void) -+#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DEBUG_H__ */ -diff --git a/fs/aufs/dentry.c b/fs/aufs/dentry.c -new file mode 100644 -index 000000000000..de83d9e5b94d ---- /dev/null -+++ b/fs/aufs/dentry.c -@@ -0,0 +1,1140 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * lookup and dentry operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* -+ * returns positive/negative dentry, NULL or an error. -+ * NULL means whiteout-ed or not-found. -+ */ -+static struct dentry* -+au_do_lookup(struct dentry *h_parent, struct dentry *dentry, -+ aufs_bindex_t bindex, struct au_do_lookup_args *args) -+{ -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_branch *br; -+ int wh_found, opq; -+ unsigned char wh_able; -+ const unsigned char allow_neg = !!au_ftest_lkup(args->flags, ALLOW_NEG); -+ const unsigned char ignore_perm = !!au_ftest_lkup(args->flags, -+ IGNORE_PERM); -+ -+ wh_found = 0; -+ br = au_sbr(dentry->d_sb, bindex); -+ wh_able = !!au_br_whable(br->br_perm); -+ if (wh_able) -+ wh_found = au_wh_test(h_parent, &args->whname, ignore_perm); -+ h_dentry = ERR_PTR(wh_found); -+ if (!wh_found) -+ goto real_lookup; -+ if (unlikely(wh_found < 0)) -+ goto out; -+ -+ /* We found a whiteout */ -+ /* au_set_dbbot(dentry, bindex); */ -+ au_set_dbwh(dentry, bindex); -+ if (!allow_neg) -+ return NULL; /* success */ -+ -+real_lookup: -+ if (!ignore_perm) -+ h_dentry = vfsub_lkup_one(args->name, h_parent); -+ else -+ h_dentry = au_sio_lkup_one(args->name, h_parent); -+ if (IS_ERR(h_dentry)) { -+ if (PTR_ERR(h_dentry) == -ENAMETOOLONG -+ && !allow_neg) -+ h_dentry = NULL; -+ goto out; -+ } -+ -+ h_inode = d_inode(h_dentry); -+ if (d_is_negative(h_dentry)) { -+ if (!allow_neg) -+ goto out_neg; -+ } else if (wh_found -+ || (args->type && args->type != (h_inode->i_mode & S_IFMT))) -+ goto out_neg; -+ else if (au_ftest_lkup(args->flags, DIRREN) -+ /* && h_inode */ -+ && !au_dr_lkup_h_ino(args, bindex, h_inode->i_ino)) { -+ AuDbg("b%d %pd ignored hi%llu\n", bindex, h_dentry, -+ (unsigned long long)h_inode->i_ino); -+ goto out_neg; -+ } -+ -+ if (au_dbbot(dentry) <= bindex) -+ au_set_dbbot(dentry, bindex); -+ if (au_dbtop(dentry) < 0 || bindex < au_dbtop(dentry)) -+ au_set_dbtop(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, h_dentry); -+ -+ if (!d_is_dir(h_dentry) -+ || !wh_able -+ || (d_really_is_positive(dentry) && !d_is_dir(dentry))) -+ goto out; /* success */ -+ -+ vfsub_inode_lock_shared_nested(h_inode, AuLsc_I_CHILD); -+ opq = au_diropq_test(h_dentry); -+ inode_unlock_shared(h_inode); -+ if (opq > 0) -+ au_set_dbdiropq(dentry, bindex); -+ else if (unlikely(opq < 0)) { -+ au_set_h_dptr(dentry, bindex, NULL); -+ h_dentry = ERR_PTR(opq); -+ } -+ goto out; -+ -+out_neg: -+ dput(h_dentry); -+ h_dentry = NULL; -+out: -+ return h_dentry; -+} -+ -+static int au_test_shwh(struct super_block *sb, const struct qstr *name) -+{ -+ if (unlikely(!au_opt_test(au_mntflags(sb), SHWH) -+ && !strncmp(name->name, AUFS_WH_PFX, AUFS_WH_PFX_LEN))) -+ return -EPERM; -+ return 0; -+} -+ -+/* -+ * returns the number of lower positive dentries, -+ * otherwise an error. -+ * can be called at unlinking with @type is zero. -+ */ -+int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t btop, -+ unsigned int flags) -+{ -+ int npositive, err; -+ aufs_bindex_t bindex, btail, bdiropq; -+ unsigned char isdir, dirperm1, dirren; -+ struct au_do_lookup_args args = { -+ .flags = flags, -+ .name = &dentry->d_name -+ }; -+ struct dentry *parent; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ err = au_test_shwh(sb, args.name); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_wh_name_alloc(&args.whname, args.name); -+ if (unlikely(err)) -+ goto out; -+ -+ isdir = !!d_is_dir(dentry); -+ dirperm1 = !!au_opt_test(au_mntflags(sb), DIRPERM1); -+ dirren = !!au_opt_test(au_mntflags(sb), DIRREN); -+ if (dirren) -+ au_fset_lkup(args.flags, DIRREN); -+ -+ npositive = 0; -+ parent = dget_parent(dentry); -+ btail = au_dbtaildir(parent); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ struct dentry *h_parent, *h_dentry; -+ struct inode *h_inode, *h_dir; -+ struct au_branch *br; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) { -+ if (d_is_positive(h_dentry)) -+ npositive++; -+ break; -+ } -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || !d_is_dir(h_parent)) -+ continue; -+ -+ if (dirren) { -+ /* if the inum matches, then use the prepared name */ -+ err = au_dr_lkup_name(&args, bindex); -+ if (unlikely(err)) -+ goto out_parent; -+ } -+ -+ h_dir = d_inode(h_parent); -+ vfsub_inode_lock_shared_nested(h_dir, AuLsc_I_PARENT); -+ h_dentry = au_do_lookup(h_parent, dentry, bindex, &args); -+ inode_unlock_shared(h_dir); -+ err = PTR_ERR(h_dentry); -+ if (IS_ERR(h_dentry)) -+ goto out_parent; -+ if (h_dentry) -+ au_fclr_lkup(args.flags, ALLOW_NEG); -+ if (dirperm1) -+ au_fset_lkup(args.flags, IGNORE_PERM); -+ -+ if (au_dbwh(dentry) == bindex) -+ break; -+ if (!h_dentry) -+ continue; -+ if (d_is_negative(h_dentry)) -+ continue; -+ h_inode = d_inode(h_dentry); -+ npositive++; -+ if (!args.type) -+ args.type = h_inode->i_mode & S_IFMT; -+ if (args.type != S_IFDIR) -+ break; -+ else if (isdir) { -+ /* the type of lower may be different */ -+ bdiropq = au_dbdiropq(dentry); -+ if (bdiropq >= 0 && bdiropq <= bindex) -+ break; -+ } -+ br = au_sbr(sb, bindex); -+ if (dirren -+ && au_dr_hino_test_add(&br->br_dirren, h_inode->i_ino, -+ /*add_ent*/NULL)) { -+ /* prepare next name to lookup */ -+ err = au_dr_lkup(&args, dentry, bindex); -+ if (unlikely(err)) -+ goto out_parent; -+ } -+ } -+ -+ if (npositive) { -+ AuLabel(positive); -+ au_update_dbtop(dentry); -+ } -+ err = npositive; -+ if (unlikely(!au_opt_test(au_mntflags(sb), UDBA_NONE) -+ && au_dbtop(dentry) < 0)) { -+ err = -EIO; -+ AuIOErr("both of real entry and whiteout found, %pd, err %d\n", -+ dentry, err); -+ } -+ -+out_parent: -+ dput(parent); -+ kfree(args.whname.name); -+ if (dirren) -+ au_dr_lkup_fin(&args); -+out: -+ return err; -+} -+ -+struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent) -+{ -+ struct dentry *dentry; -+ int wkq_err; -+ -+ if (!au_test_h_perm_sio(d_inode(parent), MAY_EXEC)) -+ dentry = vfsub_lkup_one(name, parent); -+ else { -+ struct vfsub_lkup_one_args args = { -+ .errp = &dentry, -+ .name = name, -+ .parent = parent -+ }; -+ -+ wkq_err = au_wkq_wait(vfsub_call_lkup_one, &args); -+ if (unlikely(wkq_err)) -+ dentry = ERR_PTR(wkq_err); -+ } -+ -+ return dentry; -+} -+ -+/* -+ * lookup @dentry on @bindex which should be negative. -+ */ -+int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh) -+{ -+ int err; -+ struct dentry *parent, *h_parent, *h_dentry; -+ struct au_branch *br; -+ -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bindex); -+ br = au_sbr(dentry->d_sb, bindex); -+ if (wh) -+ h_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); -+ else -+ h_dentry = au_sio_lkup_one(&dentry->d_name, h_parent); -+ err = PTR_ERR(h_dentry); -+ if (IS_ERR(h_dentry)) -+ goto out; -+ if (unlikely(d_is_positive(h_dentry))) { -+ err = -EIO; -+ AuIOErr("%pd should be negative on b%d.\n", h_dentry, bindex); -+ dput(h_dentry); -+ goto out; -+ } -+ -+ err = 0; -+ if (bindex < au_dbtop(dentry)) -+ au_set_dbtop(dentry, bindex); -+ if (au_dbbot(dentry) < bindex) -+ au_set_dbbot(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, h_dentry); -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* subset of struct inode */ -+struct au_iattr { -+ unsigned long i_ino; -+ /* unsigned int i_nlink; */ -+ kuid_t i_uid; -+ kgid_t i_gid; -+ u64 i_version; -+/* -+ loff_t i_size; -+ blkcnt_t i_blocks; -+*/ -+ umode_t i_mode; -+}; -+ -+static void au_iattr_save(struct au_iattr *ia, struct inode *h_inode) -+{ -+ ia->i_ino = h_inode->i_ino; -+ /* ia->i_nlink = h_inode->i_nlink; */ -+ ia->i_uid = h_inode->i_uid; -+ ia->i_gid = h_inode->i_gid; -+ ia->i_version = h_inode->i_version; -+/* -+ ia->i_size = h_inode->i_size; -+ ia->i_blocks = h_inode->i_blocks; -+*/ -+ ia->i_mode = (h_inode->i_mode & S_IFMT); -+} -+ -+static int au_iattr_test(struct au_iattr *ia, struct inode *h_inode) -+{ -+ return ia->i_ino != h_inode->i_ino -+ /* || ia->i_nlink != h_inode->i_nlink */ -+ || !uid_eq(ia->i_uid, h_inode->i_uid) -+ || !gid_eq(ia->i_gid, h_inode->i_gid) -+ || ia->i_version != h_inode->i_version -+/* -+ || ia->i_size != h_inode->i_size -+ || ia->i_blocks != h_inode->i_blocks -+*/ -+ || ia->i_mode != (h_inode->i_mode & S_IFMT); -+} -+ -+static int au_h_verify_dentry(struct dentry *h_dentry, struct dentry *h_parent, -+ struct au_branch *br) -+{ -+ int err; -+ struct au_iattr ia; -+ struct inode *h_inode; -+ struct dentry *h_d; -+ struct super_block *h_sb; -+ -+ err = 0; -+ memset(&ia, -1, sizeof(ia)); -+ h_sb = h_dentry->d_sb; -+ h_inode = NULL; -+ if (d_is_positive(h_dentry)) { -+ h_inode = d_inode(h_dentry); -+ au_iattr_save(&ia, h_inode); -+ } else if (au_test_nfs(h_sb) || au_test_fuse(h_sb)) -+ /* nfs d_revalidate may return 0 for negative dentry */ -+ /* fuse d_revalidate always return 0 for negative dentry */ -+ goto out; -+ -+ /* main purpose is namei.c:cached_lookup() and d_revalidate */ -+ h_d = vfsub_lkup_one(&h_dentry->d_name, h_parent); -+ err = PTR_ERR(h_d); -+ if (IS_ERR(h_d)) -+ goto out; -+ -+ err = 0; -+ if (unlikely(h_d != h_dentry -+ || d_inode(h_d) != h_inode -+ || (h_inode && au_iattr_test(&ia, h_inode)))) -+ err = au_busy_or_stale(); -+ dput(h_d); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, -+ struct dentry *h_parent, struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ if (udba == AuOpt_UDBA_REVAL -+ && !au_test_fs_remote(h_dentry->d_sb)) { -+ IMustLock(h_dir); -+ err = (d_inode(h_dentry->d_parent) != h_dir); -+ } else if (udba != AuOpt_UDBA_NONE) -+ err = au_h_verify_dentry(h_dentry, h_parent, br); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_refresh_hdentry(struct dentry *dentry, struct dentry *parent) -+{ -+ int err; -+ aufs_bindex_t new_bindex, bindex, bbot, bwh, bdiropq; -+ struct au_hdentry tmp, *p, *q; -+ struct au_dinfo *dinfo; -+ struct super_block *sb; -+ -+ DiMustWriteLock(dentry); -+ -+ sb = dentry->d_sb; -+ dinfo = au_di(dentry); -+ bbot = dinfo->di_bbot; -+ bwh = dinfo->di_bwh; -+ bdiropq = dinfo->di_bdiropq; -+ bindex = dinfo->di_btop; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, p++) { -+ if (!p->hd_dentry) -+ continue; -+ -+ new_bindex = au_br_index(sb, p->hd_id); -+ if (new_bindex == bindex) -+ continue; -+ -+ if (dinfo->di_bwh == bindex) -+ bwh = new_bindex; -+ if (dinfo->di_bdiropq == bindex) -+ bdiropq = new_bindex; -+ if (new_bindex < 0) { -+ au_hdput(p); -+ p->hd_dentry = NULL; -+ continue; -+ } -+ -+ /* swap two lower dentries, and loop again */ -+ q = au_hdentry(dinfo, new_bindex); -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hd_dentry) { -+ bindex--; -+ p--; -+ } -+ } -+ -+ dinfo->di_bwh = -1; -+ if (bwh >= 0 && bwh <= au_sbbot(sb) && au_sbr_whable(sb, bwh)) -+ dinfo->di_bwh = bwh; -+ -+ dinfo->di_bdiropq = -1; -+ if (bdiropq >= 0 -+ && bdiropq <= au_sbbot(sb) -+ && au_sbr_whable(sb, bdiropq)) -+ dinfo->di_bdiropq = bdiropq; -+ -+ err = -EIO; -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ bbot = au_dbbot(parent); -+ bindex = 0; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, p++) -+ if (p->hd_dentry) { -+ dinfo->di_btop = bindex; -+ break; -+ } -+ -+ if (dinfo->di_btop >= 0) { -+ bindex = bbot; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex >= 0; bindex--, p--) -+ if (p->hd_dentry) { -+ dinfo->di_bbot = bindex; -+ err = 0; -+ break; -+ } -+ } -+ -+ return err; -+} -+ -+static void au_do_hide(struct dentry *dentry) -+{ -+ struct inode *inode; -+ -+ if (d_really_is_positive(dentry)) { -+ inode = d_inode(dentry); -+ if (!d_is_dir(dentry)) { -+ if (inode->i_nlink && !d_unhashed(dentry)) -+ drop_nlink(inode); -+ } else { -+ clear_nlink(inode); -+ /* stop next lookup */ -+ inode->i_flags |= S_DEAD; -+ } -+ smp_mb(); /* necessary? */ -+ } -+ d_drop(dentry); -+} -+ -+static int au_hide_children(struct dentry *parent) -+{ -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry *dentry; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, parent, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ /* in reverse order */ -+ for (i = dpages.ndpage - 1; i >= 0; i--) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = ndentry - 1; j >= 0; j--) { -+ dentry = dpage->dentries[j]; -+ if (dentry != parent) -+ au_do_hide(dentry); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static void au_hide(struct dentry *dentry) -+{ -+ int err; -+ -+ AuDbgDentry(dentry); -+ if (d_is_dir(dentry)) { -+ /* shrink_dcache_parent(dentry); */ -+ err = au_hide_children(dentry); -+ if (unlikely(err)) -+ AuIOErr("%pd, failed hiding children, ignored %d\n", -+ dentry, err); -+ } -+ au_do_hide(dentry); -+} -+ -+/* -+ * By adding a dirty branch, a cached dentry may be affected in various ways. -+ * -+ * a dirty branch is added -+ * - on the top of layers -+ * - in the middle of layers -+ * - to the bottom of layers -+ * -+ * on the added branch there exists -+ * - a whiteout -+ * - a diropq -+ * - a same named entry -+ * + exist -+ * * negative --> positive -+ * * positive --> positive -+ * - type is unchanged -+ * - type is changed -+ * + doesn't exist -+ * * negative --> negative -+ * * positive --> negative (rejected by au_br_del() for non-dir case) -+ * - none -+ */ -+static int au_refresh_by_dinfo(struct dentry *dentry, struct au_dinfo *dinfo, -+ struct au_dinfo *tmp) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct { -+ struct dentry *dentry; -+ struct inode *inode; -+ mode_t mode; -+ } orig_h, tmp_h = { -+ .dentry = NULL -+ }; -+ struct au_hdentry *hd; -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry; -+ -+ err = 0; -+ AuDebugOn(dinfo->di_btop < 0); -+ orig_h.mode = 0; -+ orig_h.dentry = au_hdentry(dinfo, dinfo->di_btop)->hd_dentry; -+ orig_h.inode = NULL; -+ if (d_is_positive(orig_h.dentry)) { -+ orig_h.inode = d_inode(orig_h.dentry); -+ orig_h.mode = orig_h.inode->i_mode & S_IFMT; -+ } -+ if (tmp->di_btop >= 0) { -+ tmp_h.dentry = au_hdentry(tmp, tmp->di_btop)->hd_dentry; -+ if (d_is_positive(tmp_h.dentry)) { -+ tmp_h.inode = d_inode(tmp_h.dentry); -+ tmp_h.mode = tmp_h.inode->i_mode & S_IFMT; -+ } -+ } -+ -+ inode = NULL; -+ if (d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (!orig_h.inode) { -+ AuDbg("nagative originally\n"); -+ if (inode) { -+ au_hide(dentry); -+ goto out; -+ } -+ AuDebugOn(inode); -+ AuDebugOn(dinfo->di_btop != dinfo->di_bbot); -+ AuDebugOn(dinfo->di_bdiropq != -1); -+ -+ if (!tmp_h.inode) { -+ AuDbg("negative --> negative\n"); -+ /* should have only one negative lower */ -+ if (tmp->di_btop >= 0 -+ && tmp->di_btop < dinfo->di_btop) { -+ AuDebugOn(tmp->di_btop != tmp->di_bbot); -+ AuDebugOn(dinfo->di_btop != dinfo->di_bbot); -+ au_set_h_dptr(dentry, dinfo->di_btop, NULL); -+ au_di_cp(dinfo, tmp); -+ hd = au_hdentry(tmp, tmp->di_btop); -+ au_set_h_dptr(dentry, tmp->di_btop, -+ dget(hd->hd_dentry)); -+ } -+ au_dbg_verify_dinode(dentry); -+ } else { -+ AuDbg("negative --> positive\n"); -+ /* -+ * similar to the behaviour of creating with bypassing -+ * aufs. -+ * unhash it in order to force an error in the -+ * succeeding create operation. -+ * we should not set S_DEAD here. -+ */ -+ d_drop(dentry); -+ /* au_di_swap(tmp, dinfo); */ -+ au_dbg_verify_dinode(dentry); -+ } -+ } else { -+ AuDbg("positive originally\n"); -+ /* inode may be NULL */ -+ AuDebugOn(inode && (inode->i_mode & S_IFMT) != orig_h.mode); -+ if (!tmp_h.inode) { -+ AuDbg("positive --> negative\n"); -+ /* or bypassing aufs */ -+ au_hide(dentry); -+ if (tmp->di_bwh >= 0 && tmp->di_bwh <= dinfo->di_btop) -+ dinfo->di_bwh = tmp->di_bwh; -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } else if (orig_h.mode == tmp_h.mode) { -+ AuDbg("positive --> positive, same type\n"); -+ if (!S_ISDIR(orig_h.mode) -+ && dinfo->di_btop > tmp->di_btop) { -+ /* -+ * similar to the behaviour of removing and -+ * creating. -+ */ -+ au_hide(dentry); -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } else { -+ /* fill empty slots */ -+ if (dinfo->di_btop > tmp->di_btop) -+ dinfo->di_btop = tmp->di_btop; -+ if (dinfo->di_bbot < tmp->di_bbot) -+ dinfo->di_bbot = tmp->di_bbot; -+ dinfo->di_bwh = tmp->di_bwh; -+ dinfo->di_bdiropq = tmp->di_bdiropq; -+ bbot = dinfo->di_bbot; -+ bindex = tmp->di_btop; -+ hd = au_hdentry(tmp, bindex); -+ for (; bindex <= bbot; bindex++, hd++) { -+ if (au_h_dptr(dentry, bindex)) -+ continue; -+ h_dentry = hd->hd_dentry; -+ if (!h_dentry) -+ continue; -+ AuDebugOn(d_is_negative(h_dentry)); -+ h_inode = d_inode(h_dentry); -+ AuDebugOn(orig_h.mode -+ != (h_inode->i_mode -+ & S_IFMT)); -+ au_set_h_dptr(dentry, bindex, -+ dget(h_dentry)); -+ } -+ if (inode) -+ err = au_refresh_hinode(inode, dentry); -+ au_dbg_verify_dinode(dentry); -+ } -+ } else { -+ AuDbg("positive --> positive, different type\n"); -+ /* similar to the behaviour of removing and creating */ -+ au_hide(dentry); -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } -+ } -+ -+out: -+ return err; -+} -+ -+void au_refresh_dop(struct dentry *dentry, int force_reval) -+{ -+ const struct dentry_operations *dop -+ = force_reval ? &aufs_dop : dentry->d_sb->s_d_op; -+ static const unsigned int mask -+ = DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE; -+ -+ BUILD_BUG_ON(sizeof(mask) != sizeof(dentry->d_flags)); -+ -+ if (dentry->d_op == dop) -+ return; -+ -+ AuDbg("%pd\n", dentry); -+ spin_lock(&dentry->d_lock); -+ if (dop == &aufs_dop) -+ dentry->d_flags |= mask; -+ else -+ dentry->d_flags &= ~mask; -+ dentry->d_op = dop; -+ spin_unlock(&dentry->d_lock); -+} -+ -+int au_refresh_dentry(struct dentry *dentry, struct dentry *parent) -+{ -+ int err, ebrange, nbr; -+ unsigned int sigen; -+ struct au_dinfo *dinfo, *tmp; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ DiMustWriteLock(dentry); -+ AuDebugOn(IS_ROOT(dentry)); -+ AuDebugOn(d_really_is_negative(parent)); -+ -+ sb = dentry->d_sb; -+ sigen = au_sigen(sb); -+ err = au_digen_test(parent, sigen); -+ if (unlikely(err)) -+ goto out; -+ -+ nbr = au_sbbot(sb) + 1; -+ dinfo = au_di(dentry); -+ err = au_di_realloc(dinfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ ebrange = au_dbrange_test(dentry); -+ if (!ebrange) -+ ebrange = au_do_refresh_hdentry(dentry, parent); -+ -+ if (d_unhashed(dentry) || ebrange /* || dinfo->di_tmpfile */) { -+ AuDebugOn(au_dbtop(dentry) < 0 && au_dbbot(dentry) >= 0); -+ if (d_really_is_positive(dentry)) { -+ inode = d_inode(dentry); -+ err = au_refresh_hinode_self(inode); -+ } -+ au_dbg_verify_dinode(dentry); -+ if (!err) -+ goto out_dgen; /* success */ -+ goto out; -+ } -+ -+ /* temporary dinfo */ -+ AuDbgDentry(dentry); -+ err = -ENOMEM; -+ tmp = au_di_alloc(sb, AuLsc_DI_TMP); -+ if (unlikely(!tmp)) -+ goto out; -+ au_di_swap(tmp, dinfo); -+ /* returns the number of positive dentries */ -+ /* -+ * if current working dir is removed, it returns an error. -+ * but the dentry is legal. -+ */ -+ err = au_lkup_dentry(dentry, /*btop*/0, AuLkup_ALLOW_NEG); -+ AuDbgDentry(dentry); -+ au_di_swap(tmp, dinfo); -+ if (err == -ENOENT) -+ err = 0; -+ if (err >= 0) { -+ /* compare/refresh by dinfo */ -+ AuDbgDentry(dentry); -+ err = au_refresh_by_dinfo(dentry, dinfo, tmp); -+ au_dbg_verify_dinode(dentry); -+ AuTraceErr(err); -+ } -+ au_di_realloc(dinfo, nbr, /*may_shrink*/1); /* harmless if err */ -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ if (unlikely(err)) -+ goto out; -+ -+out_dgen: -+ au_update_digen(dentry); -+out: -+ if (unlikely(err && !(dentry->d_flags & DCACHE_NFSFS_RENAMED))) { -+ AuIOErr("failed refreshing %pd, %d\n", dentry, err); -+ AuDbgDentry(dentry); -+ } -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_do_h_d_reval(struct dentry *h_dentry, unsigned int flags, -+ struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ int err, valid; -+ -+ err = 0; -+ if (!(h_dentry->d_flags & DCACHE_OP_REVALIDATE)) -+ goto out; -+ -+ AuDbg("b%d\n", bindex); -+ /* -+ * gave up supporting LOOKUP_CREATE/OPEN for lower fs, -+ * due to whiteout and branch permission. -+ */ -+ flags &= ~(/*LOOKUP_PARENT |*/ LOOKUP_OPEN | LOOKUP_CREATE -+ | LOOKUP_FOLLOW | LOOKUP_EXCL); -+ /* it may return tri-state */ -+ valid = h_dentry->d_op->d_revalidate(h_dentry, flags); -+ -+ if (unlikely(valid < 0)) -+ err = valid; -+ else if (!valid) -+ err = -EINVAL; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* todo: remove this */ -+static int h_d_revalidate(struct dentry *dentry, struct inode *inode, -+ unsigned int flags, int do_udba, int dirren) -+{ -+ int err; -+ umode_t mode, h_mode; -+ aufs_bindex_t bindex, btail, btop, ibs, ibe; -+ unsigned char plus, unhashed, is_root, h_plus, h_nfs, tmpfile; -+ struct inode *h_inode, *h_cached_inode; -+ struct dentry *h_dentry; -+ struct qstr *name, *h_name; -+ -+ err = 0; -+ plus = 0; -+ mode = 0; -+ ibs = -1; -+ ibe = -1; -+ unhashed = !!d_unhashed(dentry); -+ is_root = !!IS_ROOT(dentry); -+ name = &dentry->d_name; -+ tmpfile = au_di(dentry)->di_tmpfile; -+ -+ /* -+ * Theoretically, REVAL test should be unnecessary in case of -+ * {FS,I}NOTIFY. -+ * But {fs,i}notify doesn't fire some necessary events, -+ * IN_ATTRIB for atime/nlink/pageio -+ * Let's do REVAL test too. -+ */ -+ if (do_udba && inode) { -+ mode = (inode->i_mode & S_IFMT); -+ plus = (inode->i_nlink > 0); -+ ibs = au_ibtop(inode); -+ ibe = au_ibbot(inode); -+ } -+ -+ btop = au_dbtop(dentry); -+ btail = btop; -+ if (inode && S_ISDIR(inode->i_mode)) -+ btail = au_dbtaildir(dentry); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ -+ AuDbg("b%d, %pd\n", bindex, h_dentry); -+ h_nfs = !!au_test_nfs(h_dentry->d_sb); -+ spin_lock(&h_dentry->d_lock); -+ h_name = &h_dentry->d_name; -+ if (unlikely(do_udba -+ && !is_root -+ && ((!h_nfs -+ && (unhashed != !!d_unhashed(h_dentry) -+ || (!tmpfile && !dirren -+ && !au_qstreq(name, h_name)) -+ )) -+ || (h_nfs -+ && !(flags & LOOKUP_OPEN) -+ && (h_dentry->d_flags -+ & DCACHE_NFSFS_RENAMED))) -+ )) { -+ int h_unhashed; -+ -+ h_unhashed = d_unhashed(h_dentry); -+ spin_unlock(&h_dentry->d_lock); -+ AuDbg("unhash 0x%x 0x%x, %pd %pd\n", -+ unhashed, h_unhashed, dentry, h_dentry); -+ goto err; -+ } -+ spin_unlock(&h_dentry->d_lock); -+ -+ err = au_do_h_d_reval(h_dentry, flags, dentry, bindex); -+ if (unlikely(err)) -+ /* do not goto err, to keep the errno */ -+ break; -+ -+ /* todo: plink too? */ -+ if (!do_udba) -+ continue; -+ -+ /* UDBA tests */ -+ if (unlikely(!!inode != d_is_positive(h_dentry))) -+ goto err; -+ -+ h_inode = NULL; -+ if (d_is_positive(h_dentry)) -+ h_inode = d_inode(h_dentry); -+ h_plus = plus; -+ h_mode = mode; -+ h_cached_inode = h_inode; -+ if (h_inode) { -+ h_mode = (h_inode->i_mode & S_IFMT); -+ h_plus = (h_inode->i_nlink > 0); -+ } -+ if (inode && ibs <= bindex && bindex <= ibe) -+ h_cached_inode = au_h_iptr(inode, bindex); -+ -+ if (!h_nfs) { -+ if (unlikely(plus != h_plus && !tmpfile)) -+ goto err; -+ } else { -+ if (unlikely(!(h_dentry->d_flags & DCACHE_NFSFS_RENAMED) -+ && !is_root -+ && !IS_ROOT(h_dentry) -+ && unhashed != d_unhashed(h_dentry))) -+ goto err; -+ } -+ if (unlikely(mode != h_mode -+ || h_cached_inode != h_inode)) -+ goto err; -+ continue; -+ -+err: -+ err = -EINVAL; -+ break; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* todo: consolidate with do_refresh() and au_reval_for_attr() */ -+static int simple_reval_dpath(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *parent; -+ -+ if (!au_digen_test(dentry, sigen)) -+ return 0; -+ -+ parent = dget_parent(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ AuDebugOn(au_digen_test(parent, sigen)); -+ au_dbg_verify_gen(parent, sigen); -+ err = au_refresh_dentry(dentry, parent); -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_reval_dpath(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *d, *parent; -+ -+ if (!au_ftest_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR)) -+ return simple_reval_dpath(dentry, sigen); -+ -+ /* slow loop, keep it simple and stupid */ -+ /* cf: au_cpup_dirs() */ -+ err = 0; -+ parent = NULL; -+ while (au_digen_test(dentry, sigen)) { -+ d = dentry; -+ while (1) { -+ dput(parent); -+ parent = dget_parent(d); -+ if (!au_digen_test(parent, sigen)) -+ break; -+ d = parent; -+ } -+ -+ if (d != dentry) -+ di_write_lock_child2(d); -+ -+ /* someone might update our dentry while we were sleeping */ -+ if (au_digen_test(d, sigen)) { -+ /* -+ * todo: consolidate with simple_reval_dpath(), -+ * do_refresh() and au_reval_for_attr(). -+ */ -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(d, parent); -+ di_read_unlock(parent, AuLock_IR); -+ } -+ -+ if (d != dentry) -+ di_write_unlock(d); -+ dput(parent); -+ if (unlikely(err)) -+ break; -+ } -+ -+ return err; -+} -+ -+/* -+ * if valid returns 1, otherwise 0. -+ */ -+static int aufs_d_revalidate(struct dentry *dentry, unsigned int flags) -+{ -+ int valid, err; -+ unsigned int sigen; -+ unsigned char do_udba, dirren; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ /* todo: support rcu-walk? */ -+ if (flags & LOOKUP_RCU) -+ return -ECHILD; -+ -+ valid = 0; -+ if (unlikely(!au_di(dentry))) -+ goto out; -+ -+ valid = 1; -+ sb = dentry->d_sb; -+ /* -+ * todo: very ugly -+ * i_mutex of parent dir may be held, -+ * but we should not return 'invalid' due to busy. -+ */ -+ err = aufs_read_lock(dentry, AuLock_FLUSH | AuLock_DW | AuLock_NOPLM); -+ if (unlikely(err)) { -+ valid = err; -+ AuTraceErr(err); -+ goto out; -+ } -+ inode = NULL; -+ if (d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (unlikely(inode && au_is_bad_inode(inode))) { -+ err = -EINVAL; -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ if (unlikely(au_dbrange_test(dentry))) { -+ err = -EINVAL; -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ -+ sigen = au_sigen(sb); -+ if (au_digen_test(dentry, sigen)) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_dpath(dentry, sigen); -+ if (unlikely(err)) { -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ } -+ di_downgrade_lock(dentry, AuLock_IR); -+ -+ err = -EINVAL; -+ if (!(flags & (LOOKUP_OPEN | LOOKUP_EMPTY)) -+ && inode -+ && !(inode->i_state && I_LINKABLE) -+ && (IS_DEADDIR(inode) || !inode->i_nlink)) { -+ AuTraceErr(err); -+ goto out_inval; -+ } -+ -+ do_udba = !au_opt_test(au_mntflags(sb), UDBA_NONE); -+ if (do_udba && inode) { -+ aufs_bindex_t btop = au_ibtop(inode); -+ struct inode *h_inode; -+ -+ if (btop >= 0) { -+ h_inode = au_h_iptr(inode, btop); -+ if (h_inode && au_test_higen(inode, h_inode)) { -+ AuTraceErr(err); -+ goto out_inval; -+ } -+ } -+ } -+ -+ dirren = !!au_opt_test(au_mntflags(sb), DIRREN); -+ err = h_d_revalidate(dentry, inode, flags, do_udba, dirren); -+ if (unlikely(!err && do_udba && au_dbtop(dentry) < 0)) { -+ err = -EIO; -+ AuDbg("both of real entry and whiteout found, %p, err %d\n", -+ dentry, err); -+ } -+ goto out_inval; -+ -+out_dgrade: -+ di_downgrade_lock(dentry, AuLock_IR); -+out_inval: -+ aufs_read_unlock(dentry, AuLock_IR); -+ AuTraceErr(err); -+ valid = !err; -+out: -+ if (!valid) { -+ AuDbg("%pd invalid, %d\n", dentry, valid); -+ d_drop(dentry); -+ } -+ return valid; -+} -+ -+static void aufs_d_release(struct dentry *dentry) -+{ -+ if (au_di(dentry)) { -+ au_di_fin(dentry); -+ au_hn_di_reinit(dentry); -+ } -+} -+ -+const struct dentry_operations aufs_dop = { -+ .d_revalidate = aufs_d_revalidate, -+ .d_weak_revalidate = aufs_d_revalidate, -+ .d_release = aufs_d_release -+}; -+ -+/* aufs_dop without d_revalidate */ -+const struct dentry_operations aufs_dop_noreval = { -+ .d_release = aufs_d_release -+}; -diff --git a/fs/aufs/dentry.h b/fs/aufs/dentry.h -new file mode 100644 -index 000000000000..4f3f8b838bb4 ---- /dev/null -+++ b/fs/aufs/dentry.h -@@ -0,0 +1,254 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * lookup and dentry operations -+ */ -+ -+#ifndef __AUFS_DENTRY_H__ -+#define __AUFS_DENTRY_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "dirren.h" -+#include "rwsem.h" -+ -+struct au_hdentry { -+ struct dentry *hd_dentry; -+ aufs_bindex_t hd_id; -+}; -+ -+struct au_dinfo { -+ atomic_t di_generation; -+ -+ struct au_rwsem di_rwsem; -+ aufs_bindex_t di_btop, di_bbot, di_bwh, di_bdiropq; -+ unsigned char di_tmpfile; /* to allow the different name */ -+ struct au_hdentry *di_hdentry; -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* flags for au_lkup_dentry() */ -+#define AuLkup_ALLOW_NEG 1 -+#define AuLkup_IGNORE_PERM (1 << 1) -+#define AuLkup_DIRREN (1 << 2) -+#define au_ftest_lkup(flags, name) ((flags) & AuLkup_##name) -+#define au_fset_lkup(flags, name) \ -+ do { (flags) |= AuLkup_##name; } while (0) -+#define au_fclr_lkup(flags, name) \ -+ do { (flags) &= ~AuLkup_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuLkup_DIRREN -+#define AuLkup_DIRREN 0 -+#endif -+ -+struct au_do_lookup_args { -+ unsigned int flags; -+ mode_t type; -+ struct qstr whname, *name; -+ struct au_dr_lookup dirren; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dentry.c */ -+extern const struct dentry_operations aufs_dop, aufs_dop_noreval; -+struct au_branch; -+struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent); -+int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, -+ struct dentry *h_parent, struct au_branch *br); -+ -+int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t btop, -+ unsigned int flags); -+int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh); -+int au_refresh_dentry(struct dentry *dentry, struct dentry *parent); -+int au_reval_dpath(struct dentry *dentry, unsigned int sigen); -+void au_refresh_dop(struct dentry *dentry, int force_reval); -+ -+/* dinfo.c */ -+void au_di_init_once(void *_di); -+struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc); -+void au_di_free(struct au_dinfo *dinfo); -+void au_di_swap(struct au_dinfo *a, struct au_dinfo *b); -+void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src); -+int au_di_init(struct dentry *dentry); -+void au_di_fin(struct dentry *dentry); -+int au_di_realloc(struct au_dinfo *dinfo, int nbr, int may_shrink); -+ -+void di_read_lock(struct dentry *d, int flags, unsigned int lsc); -+void di_read_unlock(struct dentry *d, int flags); -+void di_downgrade_lock(struct dentry *d, int flags); -+void di_write_lock(struct dentry *d, unsigned int lsc); -+void di_write_unlock(struct dentry *d); -+void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir); -+void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir); -+void di_write_unlock2(struct dentry *d1, struct dentry *d2); -+ -+struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex); -+struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex); -+aufs_bindex_t au_dbtail(struct dentry *dentry); -+aufs_bindex_t au_dbtaildir(struct dentry *dentry); -+ -+void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+int au_digen_test(struct dentry *dentry, unsigned int sigen); -+int au_dbrange_test(struct dentry *dentry); -+void au_update_digen(struct dentry *dentry); -+void au_update_dbrange(struct dentry *dentry, int do_put_zero); -+void au_update_dbtop(struct dentry *dentry); -+void au_update_dbbot(struct dentry *dentry); -+int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_dinfo *au_di(struct dentry *dentry) -+{ -+ return dentry->d_fsdata; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for dinfo */ -+enum { -+ AuLsc_DI_CHILD, /* child first */ -+ AuLsc_DI_CHILD2, /* rename(2), link(2), and cpup at hnotify */ -+ AuLsc_DI_CHILD3, /* copyup dirs */ -+ AuLsc_DI_PARENT, -+ AuLsc_DI_PARENT2, -+ AuLsc_DI_PARENT3, -+ AuLsc_DI_TMP /* temp for replacing dinfo */ -+}; -+ -+/* -+ * di_read_lock_child, di_write_lock_child, -+ * di_read_lock_child2, di_write_lock_child2, -+ * di_read_lock_child3, di_write_lock_child3, -+ * di_read_lock_parent, di_write_lock_parent, -+ * di_read_lock_parent2, di_write_lock_parent2, -+ * di_read_lock_parent3, di_write_lock_parent3, -+ */ -+#define AuReadLockFunc(name, lsc) \ -+static inline void di_read_lock_##name(struct dentry *d, int flags) \ -+{ di_read_lock(d, flags, AuLsc_DI_##lsc); } -+ -+#define AuWriteLockFunc(name, lsc) \ -+static inline void di_write_lock_##name(struct dentry *d) \ -+{ di_write_lock(d, AuLsc_DI_##lsc); } -+ -+#define AuRWLockFuncs(name, lsc) \ -+ AuReadLockFunc(name, lsc) \ -+ AuWriteLockFunc(name, lsc) -+ -+AuRWLockFuncs(child, CHILD); -+AuRWLockFuncs(child2, CHILD2); -+AuRWLockFuncs(child3, CHILD3); -+AuRWLockFuncs(parent, PARENT); -+AuRWLockFuncs(parent2, PARENT2); -+AuRWLockFuncs(parent3, PARENT3); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+#define DiMustNoWaiters(d) AuRwMustNoWaiters(&au_di(d)->di_rwsem) -+#define DiMustAnyLock(d) AuRwMustAnyLock(&au_di(d)->di_rwsem) -+#define DiMustWriteLock(d) AuRwMustWriteLock(&au_di(d)->di_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: memory barrier? */ -+static inline unsigned int au_digen(struct dentry *d) -+{ -+ return atomic_read(&au_di(d)->di_generation); -+} -+ -+static inline void au_h_dentry_init(struct au_hdentry *hdentry) -+{ -+ hdentry->hd_dentry = NULL; -+} -+ -+static inline struct au_hdentry *au_hdentry(struct au_dinfo *di, -+ aufs_bindex_t bindex) -+{ -+ return di->di_hdentry + bindex; -+} -+ -+static inline void au_hdput(struct au_hdentry *hd) -+{ -+ if (hd) -+ dput(hd->hd_dentry); -+} -+ -+static inline aufs_bindex_t au_dbtop(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_btop; -+} -+ -+static inline aufs_bindex_t au_dbbot(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bbot; -+} -+ -+static inline aufs_bindex_t au_dbwh(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bwh; -+} -+ -+static inline aufs_bindex_t au_dbdiropq(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bdiropq; -+} -+ -+/* todo: hard/soft set? */ -+static inline void au_set_dbtop(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_btop = bindex; -+} -+ -+static inline void au_set_dbbot(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_bbot = bindex; -+} -+ -+static inline void au_set_dbwh(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ /* dbwh can be outside of btop - bbot range */ -+ au_di(dentry)->di_bwh = bindex; -+} -+ -+static inline void au_set_dbdiropq(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_bdiropq = bindex; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_HNOTIFY -+static inline void au_digen_dec(struct dentry *d) -+{ -+ atomic_dec(&au_di(d)->di_generation); -+} -+ -+static inline void au_hn_di_reinit(struct dentry *dentry) -+{ -+ dentry->d_fsdata = NULL; -+} -+#else -+AuStubVoid(au_hn_di_reinit, struct dentry *dentry __maybe_unused) -+#endif /* CONFIG_AUFS_HNOTIFY */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DENTRY_H__ */ -diff --git a/fs/aufs/dinfo.c b/fs/aufs/dinfo.c -new file mode 100644 -index 000000000000..ad8e3487db0b ---- /dev/null -+++ b/fs/aufs/dinfo.c -@@ -0,0 +1,541 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * dentry private data -+ */ -+ -+#include "aufs.h" -+ -+void au_di_init_once(void *_dinfo) -+{ -+ struct au_dinfo *dinfo = _dinfo; -+ -+ au_rw_init(&dinfo->di_rwsem); -+} -+ -+struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc) -+{ -+ struct au_dinfo *dinfo; -+ int nbr, i; -+ -+ dinfo = au_cache_alloc_dinfo(); -+ if (unlikely(!dinfo)) -+ goto out; -+ -+ nbr = au_sbbot(sb) + 1; -+ if (nbr <= 0) -+ nbr = 1; -+ dinfo->di_hdentry = kcalloc(nbr, sizeof(*dinfo->di_hdentry), GFP_NOFS); -+ if (dinfo->di_hdentry) { -+ au_rw_write_lock_nested(&dinfo->di_rwsem, lsc); -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ dinfo->di_bwh = -1; -+ dinfo->di_bdiropq = -1; -+ dinfo->di_tmpfile = 0; -+ for (i = 0; i < nbr; i++) -+ dinfo->di_hdentry[i].hd_id = -1; -+ goto out; -+ } -+ -+ au_cache_free_dinfo(dinfo); -+ dinfo = NULL; -+ -+out: -+ return dinfo; -+} -+ -+void au_di_free(struct au_dinfo *dinfo) -+{ -+ struct au_hdentry *p; -+ aufs_bindex_t bbot, bindex; -+ -+ /* dentry may not be revalidated */ -+ bindex = dinfo->di_btop; -+ if (bindex >= 0) { -+ bbot = dinfo->di_bbot; -+ p = au_hdentry(dinfo, bindex); -+ while (bindex++ <= bbot) -+ au_hdput(p++); -+ } -+ kfree(dinfo->di_hdentry); -+ au_cache_free_dinfo(dinfo); -+} -+ -+void au_di_swap(struct au_dinfo *a, struct au_dinfo *b) -+{ -+ struct au_hdentry *p; -+ aufs_bindex_t bi; -+ -+ AuRwMustWriteLock(&a->di_rwsem); -+ AuRwMustWriteLock(&b->di_rwsem); -+ -+#define DiSwap(v, name) \ -+ do { \ -+ v = a->di_##name; \ -+ a->di_##name = b->di_##name; \ -+ b->di_##name = v; \ -+ } while (0) -+ -+ DiSwap(p, hdentry); -+ DiSwap(bi, btop); -+ DiSwap(bi, bbot); -+ DiSwap(bi, bwh); -+ DiSwap(bi, bdiropq); -+ /* smp_mb(); */ -+ -+#undef DiSwap -+} -+ -+void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src) -+{ -+ AuRwMustWriteLock(&dst->di_rwsem); -+ AuRwMustWriteLock(&src->di_rwsem); -+ -+ dst->di_btop = src->di_btop; -+ dst->di_bbot = src->di_bbot; -+ dst->di_bwh = src->di_bwh; -+ dst->di_bdiropq = src->di_bdiropq; -+ /* smp_mb(); */ -+} -+ -+int au_di_init(struct dentry *dentry) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_dinfo *dinfo; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ dinfo = au_di_alloc(sb, AuLsc_DI_CHILD); -+ if (dinfo) { -+ atomic_set(&dinfo->di_generation, au_sigen(sb)); -+ /* smp_mb(); */ /* atomic_set */ -+ dentry->d_fsdata = dinfo; -+ } else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+void au_di_fin(struct dentry *dentry) -+{ -+ struct au_dinfo *dinfo; -+ -+ dinfo = au_di(dentry); -+ AuRwDestroy(&dinfo->di_rwsem); -+ au_di_free(dinfo); -+} -+ -+int au_di_realloc(struct au_dinfo *dinfo, int nbr, int may_shrink) -+{ -+ int err, sz; -+ struct au_hdentry *hdp; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ err = -ENOMEM; -+ sz = sizeof(*hdp) * (dinfo->di_bbot + 1); -+ if (!sz) -+ sz = sizeof(*hdp); -+ hdp = au_kzrealloc(dinfo->di_hdentry, sz, sizeof(*hdp) * nbr, GFP_NOFS, -+ may_shrink); -+ if (hdp) { -+ dinfo->di_hdentry = hdp; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void do_ii_write_lock(struct inode *inode, unsigned int lsc) -+{ -+ switch (lsc) { -+ case AuLsc_DI_CHILD: -+ ii_write_lock_child(inode); -+ break; -+ case AuLsc_DI_CHILD2: -+ ii_write_lock_child2(inode); -+ break; -+ case AuLsc_DI_CHILD3: -+ ii_write_lock_child3(inode); -+ break; -+ case AuLsc_DI_PARENT: -+ ii_write_lock_parent(inode); -+ break; -+ case AuLsc_DI_PARENT2: -+ ii_write_lock_parent2(inode); -+ break; -+ case AuLsc_DI_PARENT3: -+ ii_write_lock_parent3(inode); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+static void do_ii_read_lock(struct inode *inode, unsigned int lsc) -+{ -+ switch (lsc) { -+ case AuLsc_DI_CHILD: -+ ii_read_lock_child(inode); -+ break; -+ case AuLsc_DI_CHILD2: -+ ii_read_lock_child2(inode); -+ break; -+ case AuLsc_DI_CHILD3: -+ ii_read_lock_child3(inode); -+ break; -+ case AuLsc_DI_PARENT: -+ ii_read_lock_parent(inode); -+ break; -+ case AuLsc_DI_PARENT2: -+ ii_read_lock_parent2(inode); -+ break; -+ case AuLsc_DI_PARENT3: -+ ii_read_lock_parent3(inode); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+void di_read_lock(struct dentry *d, int flags, unsigned int lsc) -+{ -+ struct inode *inode; -+ -+ au_rw_read_lock_nested(&au_di(d)->di_rwsem, lsc); -+ if (d_really_is_positive(d)) { -+ inode = d_inode(d); -+ if (au_ftest_lock(flags, IW)) -+ do_ii_write_lock(inode, lsc); -+ else if (au_ftest_lock(flags, IR)) -+ do_ii_read_lock(inode, lsc); -+ } -+} -+ -+void di_read_unlock(struct dentry *d, int flags) -+{ -+ struct inode *inode; -+ -+ if (d_really_is_positive(d)) { -+ inode = d_inode(d); -+ if (au_ftest_lock(flags, IW)) { -+ au_dbg_verify_dinode(d); -+ ii_write_unlock(inode); -+ } else if (au_ftest_lock(flags, IR)) { -+ au_dbg_verify_dinode(d); -+ ii_read_unlock(inode); -+ } -+ } -+ au_rw_read_unlock(&au_di(d)->di_rwsem); -+} -+ -+void di_downgrade_lock(struct dentry *d, int flags) -+{ -+ if (d_really_is_positive(d) && au_ftest_lock(flags, IR)) -+ ii_downgrade_lock(d_inode(d)); -+ au_rw_dgrade_lock(&au_di(d)->di_rwsem); -+} -+ -+void di_write_lock(struct dentry *d, unsigned int lsc) -+{ -+ au_rw_write_lock_nested(&au_di(d)->di_rwsem, lsc); -+ if (d_really_is_positive(d)) -+ do_ii_write_lock(d_inode(d), lsc); -+} -+ -+void di_write_unlock(struct dentry *d) -+{ -+ au_dbg_verify_dinode(d); -+ if (d_really_is_positive(d)) -+ ii_write_unlock(d_inode(d)); -+ au_rw_write_unlock(&au_di(d)->di_rwsem); -+} -+ -+void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir) -+{ -+ AuDebugOn(d1 == d2 -+ || d_inode(d1) == d_inode(d2) -+ || d1->d_sb != d2->d_sb); -+ -+ if ((isdir && au_test_subdir(d1, d2)) -+ || d1 < d2) { -+ di_write_lock_child(d1); -+ di_write_lock_child2(d2); -+ } else { -+ di_write_lock_child(d2); -+ di_write_lock_child2(d1); -+ } -+} -+ -+void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir) -+{ -+ AuDebugOn(d1 == d2 -+ || d_inode(d1) == d_inode(d2) -+ || d1->d_sb != d2->d_sb); -+ -+ if ((isdir && au_test_subdir(d1, d2)) -+ || d1 < d2) { -+ di_write_lock_parent(d1); -+ di_write_lock_parent2(d2); -+ } else { -+ di_write_lock_parent(d2); -+ di_write_lock_parent2(d1); -+ } -+} -+ -+void di_write_unlock2(struct dentry *d1, struct dentry *d2) -+{ -+ di_write_unlock(d1); -+ if (d_inode(d1) == d_inode(d2)) -+ au_rw_write_unlock(&au_di(d2)->di_rwsem); -+ else -+ di_write_unlock(d2); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ struct dentry *d; -+ -+ DiMustAnyLock(dentry); -+ -+ if (au_dbtop(dentry) < 0 || bindex < au_dbtop(dentry)) -+ return NULL; -+ AuDebugOn(bindex < 0); -+ d = au_hdentry(au_di(dentry), bindex)->hd_dentry; -+ AuDebugOn(d && au_dcount(d) <= 0); -+ return d; -+} -+ -+/* -+ * extended version of au_h_dptr(). -+ * returns a hashed and positive (or linkable) h_dentry in bindex, NULL, or -+ * error. -+ */ -+struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ struct dentry *h_dentry; -+ struct inode *inode, *h_inode; -+ -+ AuDebugOn(d_really_is_negative(dentry)); -+ -+ h_dentry = NULL; -+ if (au_dbtop(dentry) <= bindex -+ && bindex <= au_dbbot(dentry)) -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && !au_d_linkable(h_dentry)) { -+ dget(h_dentry); -+ goto out; /* success */ -+ } -+ -+ inode = d_inode(dentry); -+ AuDebugOn(bindex < au_ibtop(inode)); -+ AuDebugOn(au_ibbot(inode) < bindex); -+ h_inode = au_h_iptr(inode, bindex); -+ h_dentry = d_find_alias(h_inode); -+ if (h_dentry) { -+ if (!IS_ERR(h_dentry)) { -+ if (!au_d_linkable(h_dentry)) -+ goto out; /* success */ -+ dput(h_dentry); -+ } else -+ goto out; -+ } -+ -+ if (au_opt_test(au_mntflags(dentry->d_sb), PLINK)) { -+ h_dentry = au_plink_lkup(inode, bindex); -+ AuDebugOn(!h_dentry); -+ if (!IS_ERR(h_dentry)) { -+ if (!au_d_hashed_positive(h_dentry)) -+ goto out; /* success */ -+ dput(h_dentry); -+ h_dentry = NULL; -+ } -+ } -+ -+out: -+ AuDbgDentry(h_dentry); -+ return h_dentry; -+} -+ -+aufs_bindex_t au_dbtail(struct dentry *dentry) -+{ -+ aufs_bindex_t bbot, bwh; -+ -+ bbot = au_dbbot(dentry); -+ if (0 <= bbot) { -+ bwh = au_dbwh(dentry); -+ if (!bwh) -+ return bwh; -+ if (0 < bwh && bwh < bbot) -+ return bwh - 1; -+ } -+ return bbot; -+} -+ -+aufs_bindex_t au_dbtaildir(struct dentry *dentry) -+{ -+ aufs_bindex_t bbot, bopq; -+ -+ bbot = au_dbtail(dentry); -+ if (0 <= bbot) { -+ bopq = au_dbdiropq(dentry); -+ if (0 <= bopq && bopq < bbot) -+ bbot = bopq; -+ } -+ return bbot; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_dentry) -+{ -+ struct au_dinfo *dinfo; -+ struct au_hdentry *hd; -+ struct au_branch *br; -+ -+ DiMustWriteLock(dentry); -+ -+ dinfo = au_di(dentry); -+ hd = au_hdentry(dinfo, bindex); -+ au_hdput(hd); -+ hd->hd_dentry = h_dentry; -+ if (h_dentry) { -+ br = au_sbr(dentry->d_sb, bindex); -+ hd->hd_id = br->br_id; -+ } -+} -+ -+int au_dbrange_test(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t btop, bbot; -+ -+ err = 0; -+ btop = au_dbtop(dentry); -+ bbot = au_dbbot(dentry); -+ if (btop >= 0) -+ AuDebugOn(bbot < 0 && btop > bbot); -+ else { -+ err = -EIO; -+ AuDebugOn(bbot >= 0); -+ } -+ -+ return err; -+} -+ -+int au_digen_test(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(au_digen(dentry) != sigen -+ || au_iigen_test(d_inode(dentry), sigen))) -+ err = -EIO; -+ -+ return err; -+} -+ -+void au_update_digen(struct dentry *dentry) -+{ -+ atomic_set(&au_di(dentry)->di_generation, au_sigen(dentry->d_sb)); -+ /* smp_mb(); */ /* atomic_set */ -+} -+ -+void au_update_dbrange(struct dentry *dentry, int do_put_zero) -+{ -+ struct au_dinfo *dinfo; -+ struct dentry *h_d; -+ struct au_hdentry *hdp; -+ aufs_bindex_t bindex, bbot; -+ -+ DiMustWriteLock(dentry); -+ -+ dinfo = au_di(dentry); -+ if (!dinfo || dinfo->di_btop < 0) -+ return; -+ -+ if (do_put_zero) { -+ bbot = dinfo->di_bbot; -+ bindex = dinfo->di_btop; -+ hdp = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, hdp++) { -+ h_d = hdp->hd_dentry; -+ if (h_d && d_is_negative(h_d)) -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+ } -+ -+ dinfo->di_btop = 0; -+ hdp = au_hdentry(dinfo, dinfo->di_btop); -+ for (; dinfo->di_btop <= dinfo->di_bbot; dinfo->di_btop++, hdp++) -+ if (hdp->hd_dentry) -+ break; -+ if (dinfo->di_btop > dinfo->di_bbot) { -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ return; -+ } -+ -+ hdp = au_hdentry(dinfo, dinfo->di_bbot); -+ for (; dinfo->di_bbot >= 0; dinfo->di_bbot--, hdp--) -+ if (hdp->hd_dentry) -+ break; -+ AuDebugOn(dinfo->di_btop > dinfo->di_bbot || dinfo->di_bbot < 0); -+} -+ -+void au_update_dbtop(struct dentry *dentry) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct dentry *h_dentry; -+ -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ if (d_is_positive(h_dentry)) { -+ au_set_dbtop(dentry, bindex); -+ return; -+ } -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+} -+ -+void au_update_dbbot(struct dentry *dentry) -+{ -+ aufs_bindex_t bindex, btop; -+ struct dentry *h_dentry; -+ -+ btop = au_dbtop(dentry); -+ for (bindex = au_dbbot(dentry); bindex >= btop; bindex--) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ if (d_is_positive(h_dentry)) { -+ au_set_dbbot(dentry, bindex); -+ return; -+ } -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+} -+ -+int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry) -+{ -+ aufs_bindex_t bindex, bbot; -+ -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) -+ if (au_h_dptr(dentry, bindex) == h_dentry) -+ return bindex; -+ return -1; -+} -diff --git a/fs/aufs/dir.c b/fs/aufs/dir.c -new file mode 100644 -index 000000000000..aab6ff4c412b ---- /dev/null -+++ b/fs/aufs/dir.c -@@ -0,0 +1,747 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * directory operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+void au_add_nlink(struct inode *dir, struct inode *h_dir) -+{ -+ unsigned int nlink; -+ -+ AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); -+ -+ nlink = dir->i_nlink; -+ nlink += h_dir->i_nlink - 2; -+ if (h_dir->i_nlink < 2) -+ nlink += 2; -+ smp_mb(); /* for i_nlink */ -+ /* 0 can happen in revaliding */ -+ set_nlink(dir, nlink); -+} -+ -+void au_sub_nlink(struct inode *dir, struct inode *h_dir) -+{ -+ unsigned int nlink; -+ -+ AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); -+ -+ nlink = dir->i_nlink; -+ nlink -= h_dir->i_nlink - 2; -+ if (h_dir->i_nlink < 2) -+ nlink -= 2; -+ smp_mb(); /* for i_nlink */ -+ /* nlink == 0 means the branch-fs is broken */ -+ set_nlink(dir, nlink); -+} -+ -+loff_t au_dir_size(struct file *file, struct dentry *dentry) -+{ -+ loff_t sz; -+ aufs_bindex_t bindex, bbot; -+ struct file *h_file; -+ struct dentry *h_dentry; -+ -+ sz = 0; -+ if (file) { -+ AuDebugOn(!d_is_dir(file->f_path.dentry)); -+ -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); -+ bindex <= bbot && sz < KMALLOC_MAX_SIZE; -+ bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (h_file && file_inode(h_file)) -+ sz += vfsub_f_size_read(h_file); -+ } -+ } else { -+ AuDebugOn(!dentry); -+ AuDebugOn(!d_is_dir(dentry)); -+ -+ bbot = au_dbtaildir(dentry); -+ for (bindex = au_dbtop(dentry); -+ bindex <= bbot && sz < KMALLOC_MAX_SIZE; -+ bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) -+ sz += i_size_read(d_inode(h_dentry)); -+ } -+ } -+ if (sz < KMALLOC_MAX_SIZE) -+ sz = roundup_pow_of_two(sz); -+ if (sz > KMALLOC_MAX_SIZE) -+ sz = KMALLOC_MAX_SIZE; -+ else if (sz < NAME_MAX) { -+ BUILD_BUG_ON(AUFS_RDBLK_DEF < NAME_MAX); -+ sz = AUFS_RDBLK_DEF; -+ } -+ return sz; -+} -+ -+struct au_dir_ts_arg { -+ struct dentry *dentry; -+ aufs_bindex_t brid; -+}; -+ -+static void au_do_dir_ts(void *arg) -+{ -+ struct au_dir_ts_arg *a = arg; -+ struct au_dtime dt; -+ struct path h_path; -+ struct inode *dir, *h_dir; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_hinode *hdir; -+ int err; -+ aufs_bindex_t btop, bindex; -+ -+ sb = a->dentry->d_sb; -+ if (d_really_is_negative(a->dentry)) -+ goto out; -+ /* no dir->i_mutex lock */ -+ aufs_read_lock(a->dentry, AuLock_DW); /* noflush */ -+ -+ dir = d_inode(a->dentry); -+ btop = au_ibtop(dir); -+ bindex = au_br_index(sb, a->brid); -+ if (bindex < btop) -+ goto out_unlock; -+ -+ br = au_sbr(sb, bindex); -+ h_path.dentry = au_h_dptr(a->dentry, bindex); -+ if (!h_path.dentry) -+ goto out_unlock; -+ h_path.mnt = au_br_mnt(br); -+ au_dtime_store(&dt, a->dentry, &h_path); -+ -+ br = au_sbr(sb, btop); -+ if (!au_br_writable(br->br_perm)) -+ goto out_unlock; -+ h_path.dentry = au_h_dptr(a->dentry, btop); -+ h_path.mnt = au_br_mnt(br); -+ err = vfsub_mnt_want_write(h_path.mnt); -+ if (err) -+ goto out_unlock; -+ hdir = au_hi(dir, btop); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ h_dir = au_h_iptr(dir, btop); -+ if (h_dir->i_nlink -+ && timespec_compare(&h_dir->i_mtime, &dt.dt_mtime) < 0) { -+ dt.dt_h_path = h_path; -+ au_dtime_revert(&dt); -+ } -+ au_hn_inode_unlock(hdir); -+ vfsub_mnt_drop_write(h_path.mnt); -+ au_cpup_attr_timesizes(dir); -+ -+out_unlock: -+ aufs_read_unlock(a->dentry, AuLock_DW); -+out: -+ dput(a->dentry); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ kfree(arg); -+} -+ -+void au_dir_ts(struct inode *dir, aufs_bindex_t bindex) -+{ -+ int perm, wkq_err; -+ aufs_bindex_t btop; -+ struct au_dir_ts_arg *arg; -+ struct dentry *dentry; -+ struct super_block *sb; -+ -+ IMustLock(dir); -+ -+ dentry = d_find_any_alias(dir); -+ AuDebugOn(!dentry); -+ sb = dentry->d_sb; -+ btop = au_ibtop(dir); -+ if (btop == bindex) { -+ au_cpup_attr_timesizes(dir); -+ goto out; -+ } -+ -+ perm = au_sbr_perm(sb, btop); -+ if (!au_br_writable(perm)) -+ goto out; -+ -+ arg = kmalloc(sizeof(*arg), GFP_NOFS); -+ if (!arg) -+ goto out; -+ -+ arg->dentry = dget(dentry); /* will be dput-ted by au_do_dir_ts() */ -+ arg->brid = au_sbr_id(sb, bindex); -+ wkq_err = au_wkq_nowait(au_do_dir_ts, arg, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ pr_err("wkq %d\n", wkq_err); -+ dput(dentry); -+ kfree(arg); -+ } -+ -+out: -+ dput(dentry); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int reopen_dir(struct file *file) -+{ -+ int err; -+ unsigned int flags; -+ aufs_bindex_t bindex, btail, btop; -+ struct dentry *dentry, *h_dentry; -+ struct file *h_file; -+ -+ /* open all lower dirs */ -+ dentry = file->f_path.dentry; -+ btop = au_dbtop(dentry); -+ for (bindex = au_fbtop(file); bindex < btop; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbtop(file, btop); -+ -+ btail = au_dbtaildir(dentry); -+ for (bindex = au_fbbot_dir(file); btail < bindex; bindex--) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbbot_dir(file, btail); -+ -+ flags = vfsub_file_flags(file); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ h_file = au_hf_dir(file, bindex); -+ if (h_file) -+ continue; -+ -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; /* close all? */ -+ au_set_h_fptr(file, bindex, h_file); -+ } -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static int do_open_dir(struct file *file, int flags, struct file *h_file) -+{ -+ int err; -+ aufs_bindex_t bindex, btail; -+ struct dentry *dentry, *h_dentry; -+ struct vfsmount *mnt; -+ -+ FiMustWriteLock(file); -+ AuDebugOn(h_file); -+ -+ err = 0; -+ mnt = file->f_path.mnt; -+ dentry = file->f_path.dentry; -+ file->f_version = d_inode(dentry)->i_version; -+ bindex = au_dbtop(dentry); -+ au_set_fbtop(file, bindex); -+ btail = au_dbtaildir(dentry); -+ au_set_fbbot_dir(file, btail); -+ for (; !err && bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ -+ err = vfsub_test_mntns(mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ break; -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ if (IS_ERR(h_file)) { -+ err = PTR_ERR(h_file); -+ break; -+ } -+ au_set_h_fptr(file, bindex, h_file); -+ } -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ if (!err) -+ return 0; /* success */ -+ -+ /* close all */ -+ for (bindex = au_fbtop(file); bindex <= btail; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbtop(file, -1); -+ au_set_fbbot_dir(file, -1); -+ -+ return err; -+} -+ -+static int aufs_open_dir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_fidir *fidir; -+ -+ err = -ENOMEM; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ fidir = au_fidir_alloc(sb); -+ if (fidir) { -+ struct au_do_open_args args = { -+ .open = do_open_dir, -+ .fidir = fidir -+ }; -+ err = au_do_open(file, &args); -+ if (unlikely(err)) -+ kfree(fidir); -+ } -+ si_read_unlock(sb); -+ return err; -+} -+ -+static int aufs_release_dir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ struct au_vdir *vdir_cache; -+ struct au_finfo *finfo; -+ struct au_fidir *fidir; -+ struct au_hfile *hf; -+ aufs_bindex_t bindex, bbot; -+ -+ finfo = au_fi(file); -+ fidir = finfo->fi_hdir; -+ if (fidir) { -+ au_hbl_del(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ vdir_cache = fidir->fd_vdir_cache; /* lock-free */ -+ if (vdir_cache) -+ au_vdir_free(vdir_cache); -+ -+ bindex = finfo->fi_btop; -+ if (bindex >= 0) { -+ hf = fidir->fd_hfile + bindex; -+ /* -+ * calls fput() instead of filp_close(), -+ * since no dnotify or lock for the lower file. -+ */ -+ bbot = fidir->fd_bbot; -+ for (; bindex <= bbot; bindex++, hf++) -+ if (hf->hf_file) -+ au_hfput(hf, /*execed*/0); -+ } -+ kfree(fidir); -+ finfo->fi_hdir = NULL; -+ } -+ au_finfo_fin(file); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_flush_dir(struct file *file, fl_owner_t id) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct file *h_file; -+ -+ err = 0; -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); !err && bindex <= bbot; bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (h_file) -+ err = vfsub_flush(h_file, id); -+ } -+ return err; -+} -+ -+static int aufs_flush_dir(struct file *file, fl_owner_t id) -+{ -+ return au_do_flush(file, id, au_do_flush_dir); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_fsync_dir_no_file(struct dentry *dentry, int datasync) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); !err && bindex <= bbot; bindex++) { -+ struct path h_path; -+ -+ if (au_test_ro(sb, bindex, inode)) -+ continue; -+ h_path.dentry = au_h_dptr(dentry, bindex); -+ if (!h_path.dentry) -+ continue; -+ -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_fsync(NULL, &h_path, datasync); -+ } -+ -+ return err; -+} -+ -+static int au_do_fsync_dir(struct file *file, int datasync) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct file *h_file; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1, /*fi_lsc*/0); -+ if (unlikely(err)) -+ goto out; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); !err && bindex <= bbot; bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (!h_file || au_test_ro(sb, bindex, inode)) -+ continue; -+ -+ err = vfsub_fsync(h_file, &h_file->f_path, datasync); -+ } -+ -+out: -+ return err; -+} -+ -+/* -+ * @file may be NULL -+ */ -+static int aufs_fsync_dir(struct file *file, loff_t start, loff_t end, -+ int datasync) -+{ -+ int err; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ inode_lock(inode); -+ sb = dentry->d_sb; -+ si_noflush_read_lock(sb); -+ if (file) -+ err = au_do_fsync_dir(file, datasync); -+ else { -+ di_write_lock_child(dentry); -+ err = au_do_fsync_dir_no_file(dentry, datasync); -+ } -+ au_cpup_attr_timesizes(inode); -+ di_write_unlock(dentry); -+ if (file) -+ fi_write_unlock(file); -+ -+ si_read_unlock(sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_iterate_shared(struct file *file, struct dir_context *ctx) -+{ -+ int err; -+ struct dentry *dentry; -+ struct inode *inode, *h_inode; -+ struct super_block *sb; -+ -+ AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos); -+ -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ -+ sb = dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1, /*fi_lsc*/0); -+ if (unlikely(err)) -+ goto out; -+ err = au_alive_dir(dentry); -+ if (!err) -+ err = au_vdir_init(file); -+ di_downgrade_lock(dentry, AuLock_IR); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ if (!au_test_nfsd()) { -+ err = au_vdir_fill_de(file, ctx); -+ fsstack_copy_attr_atime(inode, h_inode); -+ } else { -+ /* -+ * nfsd filldir may call lookup_one_len(), vfs_getattr(), -+ * encode_fh() and others. -+ */ -+ atomic_inc(&h_inode->i_count); -+ di_read_unlock(dentry, AuLock_IR); -+ si_read_unlock(sb); -+ err = au_vdir_fill_de(file, ctx); -+ fsstack_copy_attr_atime(inode, h_inode); -+ fi_write_unlock(file); -+ iput(h_inode); -+ -+ AuTraceErr(err); -+ return err; -+ } -+ -+out_unlock: -+ di_read_unlock(dentry, AuLock_IR); -+ fi_write_unlock(file); -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuTestEmpty_WHONLY 1 -+#define AuTestEmpty_CALLED (1 << 1) -+#define AuTestEmpty_SHWH (1 << 2) -+#define au_ftest_testempty(flags, name) ((flags) & AuTestEmpty_##name) -+#define au_fset_testempty(flags, name) \ -+ do { (flags) |= AuTestEmpty_##name; } while (0) -+#define au_fclr_testempty(flags, name) \ -+ do { (flags) &= ~AuTestEmpty_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_SHWH -+#undef AuTestEmpty_SHWH -+#define AuTestEmpty_SHWH 0 -+#endif -+ -+struct test_empty_arg { -+ struct dir_context ctx; -+ struct au_nhash *whlist; -+ unsigned int flags; -+ int err; -+ aufs_bindex_t bindex; -+}; -+ -+static int test_empty_cb(struct dir_context *ctx, const char *__name, -+ int namelen, loff_t offset __maybe_unused, u64 ino, -+ unsigned int d_type) -+{ -+ struct test_empty_arg *arg = container_of(ctx, struct test_empty_arg, -+ ctx); -+ char *name = (void *)__name; -+ -+ arg->err = 0; -+ au_fset_testempty(arg->flags, CALLED); -+ /* smp_mb(); */ -+ if (name[0] == '.' -+ && (namelen == 1 || (name[1] == '.' && namelen == 2))) -+ goto out; /* success */ -+ -+ if (namelen <= AUFS_WH_PFX_LEN -+ || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ if (au_ftest_testempty(arg->flags, WHONLY) -+ && !au_nhash_test_known_wh(arg->whlist, name, namelen)) -+ arg->err = -ENOTEMPTY; -+ goto out; -+ } -+ -+ name += AUFS_WH_PFX_LEN; -+ namelen -= AUFS_WH_PFX_LEN; -+ if (!au_nhash_test_known_wh(arg->whlist, name, namelen)) -+ arg->err = au_nhash_append_wh -+ (arg->whlist, name, namelen, ino, d_type, arg->bindex, -+ au_ftest_testempty(arg->flags, SHWH)); -+ -+out: -+ /* smp_mb(); */ -+ AuTraceErr(arg->err); -+ return arg->err; -+} -+ -+static int do_test_empty(struct dentry *dentry, struct test_empty_arg *arg) -+{ -+ int err; -+ struct file *h_file; -+ -+ h_file = au_h_open(dentry, arg->bindex, -+ O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_LARGEFILE, -+ /*file*/NULL, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = 0; -+ if (!au_opt_test(au_mntflags(dentry->d_sb), UDBA_NONE) -+ && !file_inode(h_file)->i_nlink) -+ goto out_put; -+ -+ do { -+ arg->err = 0; -+ au_fclr_testempty(arg->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(h_file, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err && au_ftest_testempty(arg->flags, CALLED)); -+ -+out_put: -+ fput(h_file); -+ au_sbr_put(dentry->d_sb, arg->bindex); -+out: -+ return err; -+} -+ -+struct do_test_empty_args { -+ int *errp; -+ struct dentry *dentry; -+ struct test_empty_arg *arg; -+}; -+ -+static void call_do_test_empty(void *args) -+{ -+ struct do_test_empty_args *a = args; -+ *a->errp = do_test_empty(a->dentry, a->arg); -+} -+ -+static int sio_test_empty(struct dentry *dentry, struct test_empty_arg *arg) -+{ -+ int err, wkq_err; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_dentry = au_h_dptr(dentry, arg->bindex); -+ h_inode = d_inode(h_dentry); -+ /* todo: i_mode changes anytime? */ -+ vfsub_inode_lock_shared_nested(h_inode, AuLsc_I_CHILD); -+ err = au_test_h_perm_sio(h_inode, MAY_EXEC | MAY_READ); -+ inode_unlock_shared(h_inode); -+ if (!err) -+ err = do_test_empty(dentry, arg); -+ else { -+ struct do_test_empty_args args = { -+ .errp = &err, -+ .dentry = dentry, -+ .arg = arg -+ }; -+ unsigned int flags = arg->flags; -+ -+ wkq_err = au_wkq_wait(call_do_test_empty, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ arg->flags = flags; -+ } -+ -+ return err; -+} -+ -+int au_test_empty_lower(struct dentry *dentry) -+{ -+ int err; -+ unsigned int rdhash; -+ aufs_bindex_t bindex, btop, btail; -+ struct au_nhash whlist; -+ struct test_empty_arg arg = { -+ .ctx = { -+ .actor = test_empty_cb -+ } -+ }; -+ int (*test_empty)(struct dentry *dentry, struct test_empty_arg *arg); -+ -+ SiMustAnyLock(dentry->d_sb); -+ -+ rdhash = au_sbi(dentry->d_sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, dentry)); -+ err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ -+ arg.flags = 0; -+ arg.whlist = &whlist; -+ btop = au_dbtop(dentry); -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) -+ au_fset_testempty(arg.flags, SHWH); -+ test_empty = do_test_empty; -+ if (au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1)) -+ test_empty = sio_test_empty; -+ arg.bindex = btop; -+ err = test_empty(dentry, &arg); -+ if (unlikely(err)) -+ goto out_whlist; -+ -+ au_fset_testempty(arg.flags, WHONLY); -+ btail = au_dbtaildir(dentry); -+ for (bindex = btop + 1; !err && bindex <= btail; bindex++) { -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) { -+ arg.bindex = bindex; -+ err = test_empty(dentry, &arg); -+ } -+ } -+ -+out_whlist: -+ au_nhash_wh_free(&whlist); -+out: -+ return err; -+} -+ -+int au_test_empty(struct dentry *dentry, struct au_nhash *whlist) -+{ -+ int err; -+ struct test_empty_arg arg = { -+ .ctx = { -+ .actor = test_empty_cb -+ } -+ }; -+ aufs_bindex_t bindex, btail; -+ -+ err = 0; -+ arg.whlist = whlist; -+ arg.flags = AuTestEmpty_WHONLY; -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) -+ au_fset_testempty(arg.flags, SHWH); -+ btail = au_dbtaildir(dentry); -+ for (bindex = au_dbtop(dentry); !err && bindex <= btail; bindex++) { -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) { -+ arg.bindex = bindex; -+ err = sio_test_empty(dentry, &arg); -+ } -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+const struct file_operations aufs_dir_fop = { -+ .owner = THIS_MODULE, -+ .llseek = default_llseek, -+ .read = generic_read_dir, -+ .iterate_shared = aufs_iterate_shared, -+ .unlocked_ioctl = aufs_ioctl_dir, -+#ifdef CONFIG_COMPAT -+ .compat_ioctl = aufs_compat_ioctl_dir, -+#endif -+ .open = aufs_open_dir, -+ .release = aufs_release_dir, -+ .flush = aufs_flush_dir, -+ .fsync = aufs_fsync_dir -+}; -diff --git a/fs/aufs/dir.h b/fs/aufs/dir.h -new file mode 100644 -index 000000000000..04b652f787d6 ---- /dev/null -+++ b/fs/aufs/dir.h -@@ -0,0 +1,119 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * directory operations -+ */ -+ -+#ifndef __AUFS_DIR_H__ -+#define __AUFS_DIR_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* need to be faster and smaller */ -+ -+struct au_nhash { -+ unsigned int nh_num; -+ struct hlist_head *nh_head; -+}; -+ -+struct au_vdir_destr { -+ unsigned char len; -+ unsigned char name[0]; -+} __packed; -+ -+struct au_vdir_dehstr { -+ struct hlist_node hash; -+ struct au_vdir_destr *str; -+} ____cacheline_aligned_in_smp; -+ -+struct au_vdir_de { -+ ino_t de_ino; -+ unsigned char de_type; -+ /* caution: packed */ -+ struct au_vdir_destr de_str; -+} __packed; -+ -+struct au_vdir_wh { -+ struct hlist_node wh_hash; -+#ifdef CONFIG_AUFS_SHWH -+ ino_t wh_ino; -+ aufs_bindex_t wh_bindex; -+ unsigned char wh_type; -+#else -+ aufs_bindex_t wh_bindex; -+#endif -+ /* caution: packed */ -+ struct au_vdir_destr wh_str; -+} __packed; -+ -+union au_vdir_deblk_p { -+ unsigned char *deblk; -+ struct au_vdir_de *de; -+}; -+ -+struct au_vdir { -+ unsigned char **vd_deblk; -+ unsigned long vd_nblk; -+ struct { -+ unsigned long ul; -+ union au_vdir_deblk_p p; -+ } vd_last; -+ -+ unsigned long vd_version; -+ unsigned int vd_deblk_sz; -+ unsigned long vd_jiffy; -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dir.c */ -+extern const struct file_operations aufs_dir_fop; -+void au_add_nlink(struct inode *dir, struct inode *h_dir); -+void au_sub_nlink(struct inode *dir, struct inode *h_dir); -+loff_t au_dir_size(struct file *file, struct dentry *dentry); -+void au_dir_ts(struct inode *dir, aufs_bindex_t bsrc); -+int au_test_empty_lower(struct dentry *dentry); -+int au_test_empty(struct dentry *dentry, struct au_nhash *whlist); -+ -+/* vdir.c */ -+unsigned int au_rdhash_est(loff_t sz); -+int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp); -+void au_nhash_wh_free(struct au_nhash *whlist); -+int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, -+ int limit); -+int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen); -+int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, -+ unsigned int d_type, aufs_bindex_t bindex, -+ unsigned char shwh); -+void au_vdir_free(struct au_vdir *vdir); -+int au_vdir_init(struct file *file); -+int au_vdir_fill_de(struct file *file, struct dir_context *ctx); -+ -+/* ioctl.c */ -+long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg); -+ -+#ifdef CONFIG_AUFS_RDU -+/* rdu.c */ -+long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, -+ unsigned long arg); -+#endif -+#else -+AuStub(long, au_rdu_ioctl, return -EINVAL, struct file *file, -+ unsigned int cmd, unsigned long arg) -+#ifdef CONFIG_COMPAT -+AuStub(long, au_rdu_compat_ioctl, return -EINVAL, struct file *file, -+ unsigned int cmd, unsigned long arg) -+#endif -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DIR_H__ */ -diff --git a/fs/aufs/dirren.c b/fs/aufs/dirren.c -new file mode 100644 -index 000000000000..56fec6307e6b ---- /dev/null -+++ b/fs/aufs/dirren.c -@@ -0,0 +1,1303 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * special handling in renaming a directoy -+ * in order to support looking-up the before-renamed name on the lower readonly -+ * branches -+ */ -+ -+#include -+#include "aufs.h" -+ -+static void au_dr_hino_del(struct au_dr_br *dr, struct au_dr_hino *ent) -+{ -+ int idx; -+ -+ idx = au_dr_ihash(ent->dr_h_ino); -+ au_hbl_del(&ent->dr_hnode, dr->dr_h_ino + idx); -+} -+ -+static int au_dr_hino_test_empty(struct au_dr_br *dr) -+{ -+ int ret, i; -+ struct hlist_bl_head *hbl; -+ -+ ret = 1; -+ for (i = 0; ret && i < AuDirren_NHASH; i++) { -+ hbl = dr->dr_h_ino + i; -+ hlist_bl_lock(hbl); -+ ret &= hlist_bl_empty(hbl); -+ hlist_bl_unlock(hbl); -+ } -+ -+ return ret; -+} -+ -+static struct au_dr_hino *au_dr_hino_find(struct au_dr_br *dr, ino_t ino) -+{ -+ struct au_dr_hino *found, *ent; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ int idx; -+ -+ found = NULL; -+ idx = au_dr_ihash(ino); -+ hbl = dr->dr_h_ino + idx; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(ent, pos, hbl, dr_hnode) -+ if (ent->dr_h_ino == ino) { -+ found = ent; -+ break; -+ } -+ hlist_bl_unlock(hbl); -+ -+ return found; -+} -+ -+int au_dr_hino_test_add(struct au_dr_br *dr, ino_t ino, -+ struct au_dr_hino *add_ent) -+{ -+ int found, idx; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_dr_hino *ent; -+ -+ found = 0; -+ idx = au_dr_ihash(ino); -+ hbl = dr->dr_h_ino + idx; -+#if 0 -+ { -+ struct hlist_bl_node *tmp; -+ -+ hlist_bl_for_each_entry_safe(ent, pos, tmp, hbl, dr_hnode) -+ AuDbg("hi%llu\n", (unsigned long long)ent->dr_h_ino); -+ } -+#endif -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(ent, pos, hbl, dr_hnode) -+ if (ent->dr_h_ino == ino) { -+ found = 1; -+ break; -+ } -+ if (!found && add_ent) -+ hlist_bl_add_head(&add_ent->dr_hnode, hbl); -+ hlist_bl_unlock(hbl); -+ -+ if (!found && add_ent) -+ AuDbg("i%llu added\n", (unsigned long long)add_ent->dr_h_ino); -+ -+ return found; -+} -+ -+void au_dr_hino_free(struct au_dr_br *dr) -+{ -+ int i; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos, *tmp; -+ struct au_dr_hino *ent; -+ -+ /* SiMustWriteLock(sb); */ -+ -+ for (i = 0; i < AuDirren_NHASH; i++) { -+ hbl = dr->dr_h_ino + i; -+ /* no spinlock since sbinfo must be write-locked */ -+ hlist_bl_for_each_entry_safe(ent, pos, tmp, hbl, dr_hnode) -+ kfree(ent); -+ INIT_HLIST_BL_HEAD(hbl); -+ } -+} -+ -+/* returns the number of inodes or an error */ -+static int au_dr_hino_store(struct super_block *sb, struct au_branch *br, -+ struct file *hinofile) -+{ -+ int err, i; -+ ssize_t ssz; -+ loff_t pos, oldsize; -+ __be64 u64; -+ struct inode *hinoinode; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *n1, *n2; -+ struct au_dr_hino *ent; -+ -+ SiMustWriteLock(sb); -+ AuDebugOn(!au_br_writable(br->br_perm)); -+ -+ hinoinode = file_inode(hinofile); -+ oldsize = i_size_read(hinoinode); -+ -+ err = 0; -+ pos = 0; -+ hbl = br->br_dirren.dr_h_ino; -+ for (i = 0; !err && i < AuDirren_NHASH; i++, hbl++) { -+ /* no bit-lock since sbinfo must be write-locked */ -+ hlist_bl_for_each_entry_safe(ent, n1, n2, hbl, dr_hnode) { -+ AuDbg("hi%llu, %pD2\n", -+ (unsigned long long)ent->dr_h_ino, hinofile); -+ u64 = cpu_to_be64(ent->dr_h_ino); -+ ssz = vfsub_write_k(hinofile, &u64, sizeof(u64), &pos); -+ if (ssz == sizeof(u64)) -+ continue; -+ -+ /* write error */ -+ pr_err("ssz %zd, %pD2\n", ssz, hinofile); -+ err = -ENOSPC; -+ if (ssz < 0) -+ err = ssz; -+ break; -+ } -+ } -+ /* regardless the error */ -+ if (pos < oldsize) { -+ err = vfsub_trunc(&hinofile->f_path, pos, /*attr*/0, hinofile); -+ AuTraceErr(err); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_dr_hino_load(struct au_dr_br *dr, struct file *hinofile) -+{ -+ int err, hidx; -+ ssize_t ssz; -+ size_t sz, n; -+ loff_t pos; -+ uint64_t u64; -+ struct au_dr_hino *ent; -+ struct inode *hinoinode; -+ struct hlist_bl_head *hbl; -+ -+ err = 0; -+ pos = 0; -+ hbl = dr->dr_h_ino; -+ hinoinode = file_inode(hinofile); -+ sz = i_size_read(hinoinode); -+ AuDebugOn(sz % sizeof(u64)); -+ n = sz / sizeof(u64); -+ while (n--) { -+ ssz = vfsub_read_k(hinofile, &u64, sizeof(u64), &pos); -+ if (unlikely(ssz != sizeof(u64))) { -+ pr_err("ssz %zd, %pD2\n", ssz, hinofile); -+ err = -EINVAL; -+ if (ssz < 0) -+ err = ssz; -+ goto out_free; -+ } -+ -+ ent = kmalloc(sizeof(*ent), GFP_NOFS); -+ if (!ent) { -+ err = -ENOMEM; -+ AuTraceErr(err); -+ goto out_free; -+ } -+ ent->dr_h_ino = be64_to_cpu((__force __be64)u64); -+ AuDbg("hi%llu, %pD2\n", -+ (unsigned long long)ent->dr_h_ino, hinofile); -+ hidx = au_dr_ihash(ent->dr_h_ino); -+ au_hbl_add(&ent->dr_hnode, hbl + hidx); -+ } -+ goto out; /* success */ -+ -+out_free: -+ au_dr_hino_free(dr); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * @bindex/@br is a switch to distinguish whether suspending hnotify or not. -+ * @path is a switch to distinguish load and store. -+ */ -+static int au_dr_hino(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_branch *br, const struct path *path) -+{ -+ int err, flags; -+ unsigned char load, suspend; -+ struct file *hinofile; -+ struct au_hinode *hdir; -+ struct inode *dir, *delegated; -+ struct path hinopath; -+ struct qstr hinoname = QSTR_INIT(AUFS_WH_DR_BRHINO, -+ sizeof(AUFS_WH_DR_BRHINO) - 1); -+ -+ AuDebugOn(bindex < 0 && !br); -+ AuDebugOn(bindex >= 0 && br); -+ -+ err = -EINVAL; -+ suspend = !br; -+ if (suspend) -+ br = au_sbr(sb, bindex); -+ load = !!path; -+ if (!load) { -+ path = &br->br_path; -+ AuDebugOn(!au_br_writable(br->br_perm)); -+ if (unlikely(!au_br_writable(br->br_perm))) -+ goto out; -+ } -+ -+ hdir = NULL; -+ if (suspend) { -+ dir = d_inode(sb->s_root); -+ hdir = au_hinode(au_ii(dir), bindex); -+ dir = hdir->hi_inode; -+ au_hn_inode_lock_nested(hdir, AuLsc_I_CHILD); -+ } else { -+ dir = d_inode(path->dentry); -+ inode_lock_nested(dir, AuLsc_I_CHILD); -+ } -+ hinopath.dentry = vfsub_lkup_one(&hinoname, path->dentry); -+ err = PTR_ERR(hinopath.dentry); -+ if (IS_ERR(hinopath.dentry)) -+ goto out_unlock; -+ -+ err = 0; -+ flags = O_RDONLY; -+ if (load) { -+ if (d_is_negative(hinopath.dentry)) -+ goto out_dput; /* success */ -+ } else { -+ if (au_dr_hino_test_empty(&br->br_dirren)) { -+ if (d_is_positive(hinopath.dentry)) { -+ delegated = NULL; -+ err = vfsub_unlink(dir, &hinopath, &delegated, -+ /*force*/0); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ pr_err("ignored err %d, %pd2\n", -+ err, hinopath.dentry); -+ if (unlikely(err == -EWOULDBLOCK)) -+ iput(delegated); -+ err = 0; -+ } -+ goto out_dput; -+ } else if (!d_is_positive(hinopath.dentry)) { -+ err = vfsub_create(dir, &hinopath, 0600, -+ /*want_excl*/false); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out_dput; -+ } -+ flags = O_WRONLY; -+ } -+ hinopath.mnt = path->mnt; -+ hinofile = vfsub_dentry_open(&hinopath, flags); -+ if (suspend) -+ au_hn_inode_unlock(hdir); -+ else -+ inode_unlock(dir); -+ dput(hinopath.dentry); -+ AuTraceErrPtr(hinofile); -+ if (IS_ERR(hinofile)) { -+ err = PTR_ERR(hinofile); -+ goto out; -+ } -+ -+ if (load) -+ err = au_dr_hino_load(&br->br_dirren, hinofile); -+ else -+ err = au_dr_hino_store(sb, br, hinofile); -+ fput(hinofile); -+ goto out; -+ -+out_dput: -+ dput(hinopath.dentry); -+out_unlock: -+ if (suspend) -+ au_hn_inode_unlock(hdir); -+ else -+ inode_unlock(dir); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_dr_brid_init(struct au_dr_brid *brid, const struct path *path) -+{ -+ int err; -+ struct kstatfs kstfs; -+ dev_t dev; -+ struct dentry *dentry; -+ struct super_block *sb; -+ -+ err = vfs_statfs((void *)path, &kstfs); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out; -+ -+ /* todo: support for UUID */ -+ -+ if (kstfs.f_fsid.val[0] || kstfs.f_fsid.val[1]) { -+ brid->type = AuBrid_FSID; -+ brid->fsid = kstfs.f_fsid; -+ } else { -+ dentry = path->dentry; -+ sb = dentry->d_sb; -+ dev = sb->s_dev; -+ if (dev) { -+ brid->type = AuBrid_DEV; -+ brid->dev = dev; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+int au_dr_br_init(struct super_block *sb, struct au_branch *br, -+ const struct path *path) -+{ -+ int err, i; -+ struct au_dr_br *dr; -+ struct hlist_bl_head *hbl; -+ -+ dr = &br->br_dirren; -+ hbl = dr->dr_h_ino; -+ for (i = 0; i < AuDirren_NHASH; i++, hbl++) -+ INIT_HLIST_BL_HEAD(hbl); -+ -+ err = au_dr_brid_init(&dr->dr_brid, path); -+ if (unlikely(err)) -+ goto out; -+ -+ if (au_opt_test(au_mntflags(sb), DIRREN)) -+ err = au_dr_hino(sb, /*bindex*/-1, br, path); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_dr_br_fin(struct super_block *sb, struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ if (au_br_writable(br->br_perm)) -+ err = au_dr_hino(sb, /*bindex*/-1, br, /*path*/NULL); -+ if (!err) -+ au_dr_hino_free(&br->br_dirren); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_brid_str(struct au_dr_brid *brid, struct inode *h_inode, -+ char *buf, size_t sz) -+{ -+ int err; -+ unsigned int major, minor; -+ char *p; -+ -+ p = buf; -+ err = snprintf(p, sz, "%d_", brid->type); -+ AuDebugOn(err > sz); -+ p += err; -+ sz -= err; -+ switch (brid->type) { -+ case AuBrid_Unset: -+ return -EINVAL; -+ case AuBrid_UUID: -+ err = snprintf(p, sz, "%pU", brid->uuid.b); -+ break; -+ case AuBrid_FSID: -+ err = snprintf(p, sz, "%08x-%08x", -+ brid->fsid.val[0], brid->fsid.val[1]); -+ break; -+ case AuBrid_DEV: -+ major = MAJOR(brid->dev); -+ minor = MINOR(brid->dev); -+ if (major <= 0xff && minor <= 0xff) -+ err = snprintf(p, sz, "%02x%02x", major, minor); -+ else -+ err = snprintf(p, sz, "%03x:%05x", major, minor); -+ break; -+ } -+ AuDebugOn(err > sz); -+ p += err; -+ sz -= err; -+ err = snprintf(p, sz, "_%llu", (unsigned long long)h_inode->i_ino); -+ AuDebugOn(err > sz); -+ p += err; -+ sz -= err; -+ -+ return p - buf; -+} -+ -+static int au_drinfo_name(struct au_branch *br, char *name, int len) -+{ -+ int rlen; -+ struct dentry *br_dentry; -+ struct inode *br_inode; -+ -+ br_dentry = au_br_dentry(br); -+ br_inode = d_inode(br_dentry); -+ rlen = au_brid_str(&br->br_dirren.dr_brid, br_inode, name, len); -+ AuDebugOn(rlen >= AUFS_DIRREN_ENV_VAL_SZ); -+ AuDebugOn(rlen > len); -+ -+ return rlen; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * from the given @h_dentry, construct drinfo at @*fdata. -+ * when the size of @*fdata is not enough, reallocate and return new @fdata and -+ * @allocated. -+ */ -+static int au_drinfo_construct(struct au_drinfo_fdata **fdata, -+ struct dentry *h_dentry, -+ unsigned char *allocated) -+{ -+ int err, v; -+ struct au_drinfo_fdata *f, *p; -+ struct au_drinfo *drinfo; -+ struct inode *h_inode; -+ struct qstr *qname; -+ -+ err = 0; -+ f = *fdata; -+ h_inode = d_inode(h_dentry); -+ qname = &h_dentry->d_name; -+ drinfo = &f->drinfo; -+ drinfo->ino = (__force uint64_t)cpu_to_be64(h_inode->i_ino); -+ drinfo->oldnamelen = qname->len; -+ if (*allocated < sizeof(*f) + qname->len) { -+ v = roundup_pow_of_two(*allocated + qname->len); -+ p = au_krealloc(f, v, GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!p)) { -+ err = -ENOMEM; -+ AuTraceErr(err); -+ goto out; -+ } -+ f = p; -+ *fdata = f; -+ *allocated = v; -+ drinfo = &f->drinfo; -+ } -+ memcpy(drinfo->oldname, qname->name, qname->len); -+ AuDbg("i%llu, %.*s\n", -+ be64_to_cpu((__force __be64)drinfo->ino), drinfo->oldnamelen, -+ drinfo->oldname); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* callers have to free the return value */ -+static struct au_drinfo *au_drinfo_read_k(struct file *file, ino_t h_ino) -+{ -+ struct au_drinfo *ret, *drinfo; -+ struct au_drinfo_fdata fdata; -+ int len; -+ loff_t pos; -+ ssize_t ssz; -+ -+ ret = ERR_PTR(-EIO); -+ pos = 0; -+ ssz = vfsub_read_k(file, &fdata, sizeof(fdata), &pos); -+ if (unlikely(ssz != sizeof(fdata))) { -+ AuIOErr("ssz %zd, %u, %pD2\n", -+ ssz, (unsigned int)sizeof(fdata), file); -+ goto out; -+ } -+ -+ fdata.magic = ntohl((__force __be32)fdata.magic); -+ switch (fdata.magic) { -+ case AUFS_DRINFO_MAGIC_V1: -+ break; -+ default: -+ AuIOErr("magic-num 0x%x, 0x%x, %pD2\n", -+ fdata.magic, AUFS_DRINFO_MAGIC_V1, file); -+ goto out; -+ } -+ -+ drinfo = &fdata.drinfo; -+ len = drinfo->oldnamelen; -+ if (!len) { -+ AuIOErr("broken drinfo %pD2\n", file); -+ goto out; -+ } -+ -+ ret = NULL; -+ drinfo->ino = be64_to_cpu((__force __be64)drinfo->ino); -+ if (unlikely(h_ino && drinfo->ino != h_ino)) { -+ AuDbg("ignored i%llu, i%llu, %pD2\n", -+ (unsigned long long)drinfo->ino, -+ (unsigned long long)h_ino, file); -+ goto out; /* success */ -+ } -+ -+ ret = kmalloc(sizeof(*ret) + len, GFP_NOFS); -+ if (unlikely(!ret)) { -+ ret = ERR_PTR(-ENOMEM); -+ AuTraceErrPtr(ret); -+ goto out; -+ } -+ -+ *ret = *drinfo; -+ ssz = vfsub_read_k(file, (void *)ret->oldname, len, &pos); -+ if (unlikely(ssz != len)) { -+ kfree(ret); -+ ret = ERR_PTR(-EIO); -+ AuIOErr("ssz %zd, %u, %pD2\n", ssz, len, file); -+ goto out; -+ } -+ -+ AuDbg("oldname %.*s\n", ret->oldnamelen, ret->oldname); -+ -+out: -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* in order to be revertible */ -+struct au_drinfo_rev_elm { -+ int created; -+ struct dentry *info_dentry; -+ struct au_drinfo *info_last; -+}; -+ -+struct au_drinfo_rev { -+ unsigned char already; -+ aufs_bindex_t nelm; -+ struct au_drinfo_rev_elm elm[0]; -+}; -+ -+/* todo: isn't it too large? */ -+struct au_drinfo_store { -+ struct path h_ppath; -+ struct dentry *h_dentry; -+ struct au_drinfo_fdata *fdata; -+ char *infoname; /* inside of whname, just after PFX */ -+ char whname[sizeof(AUFS_WH_DR_INFO_PFX) + AUFS_DIRREN_ENV_VAL_SZ]; -+ aufs_bindex_t btgt, btail; -+ unsigned char no_sio, -+ allocated, /* current size of *fdata */ -+ infonamelen, /* room size for p */ -+ whnamelen, /* length of the genarated name */ -+ renameback; /* renamed back */ -+}; -+ -+/* on rename(2) error, the caller should revert it using @elm */ -+static int au_drinfo_do_store(struct au_drinfo_store *w, -+ struct au_drinfo_rev_elm *elm) -+{ -+ int err, len; -+ ssize_t ssz; -+ loff_t pos; -+ struct path infopath = { -+ .mnt = w->h_ppath.mnt -+ }; -+ struct inode *h_dir, *h_inode, *delegated; -+ struct file *infofile; -+ struct qstr *qname; -+ -+ AuDebugOn(elm -+ && memcmp(elm, page_address(ZERO_PAGE(0)), sizeof(*elm))); -+ -+ infopath.dentry = vfsub_lookup_one_len(w->whname, w->h_ppath.dentry, -+ w->whnamelen); -+ AuTraceErrPtr(infopath.dentry); -+ if (IS_ERR(infopath.dentry)) { -+ err = PTR_ERR(infopath.dentry); -+ goto out; -+ } -+ -+ err = 0; -+ h_dir = d_inode(w->h_ppath.dentry); -+ if (elm && d_is_negative(infopath.dentry)) { -+ err = vfsub_create(h_dir, &infopath, 0600, /*want_excl*/true); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out_dput; -+ elm->created = 1; -+ elm->info_dentry = dget(infopath.dentry); -+ } -+ -+ infofile = vfsub_dentry_open(&infopath, O_RDWR); -+ AuTraceErrPtr(infofile); -+ if (IS_ERR(infofile)) { -+ err = PTR_ERR(infofile); -+ goto out_dput; -+ } -+ -+ h_inode = d_inode(infopath.dentry); -+ if (elm && i_size_read(h_inode)) { -+ h_inode = d_inode(w->h_dentry); -+ elm->info_last = au_drinfo_read_k(infofile, h_inode->i_ino); -+ AuTraceErrPtr(elm->info_last); -+ if (IS_ERR(elm->info_last)) { -+ err = PTR_ERR(elm->info_last); -+ elm->info_last = NULL; -+ AuDebugOn(elm->info_dentry); -+ goto out_fput; -+ } -+ } -+ -+ if (elm && w->renameback) { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &infopath, &delegated, /*force*/0); -+ AuTraceErr(err); -+ if (unlikely(err == -EWOULDBLOCK)) -+ iput(delegated); -+ goto out_fput; -+ } -+ -+ pos = 0; -+ qname = &w->h_dentry->d_name; -+ len = sizeof(*w->fdata) + qname->len; -+ if (!elm) -+ len = sizeof(*w->fdata) + w->fdata->drinfo.oldnamelen; -+ ssz = vfsub_write_k(infofile, w->fdata, len, &pos); -+ if (ssz == len) { -+ AuDbg("hi%llu, %.*s\n", w->fdata->drinfo.ino, -+ w->fdata->drinfo.oldnamelen, w->fdata->drinfo.oldname); -+ goto out_fput; /* success */ -+ } else { -+ err = -EIO; -+ if (ssz < 0) -+ err = ssz; -+ /* the caller should revert it using @elm */ -+ } -+ -+out_fput: -+ fput(infofile); -+out_dput: -+ dput(infopath.dentry); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+struct au_call_drinfo_do_store_args { -+ int *errp; -+ struct au_drinfo_store *w; -+ struct au_drinfo_rev_elm *elm; -+}; -+ -+static void au_call_drinfo_do_store(void *args) -+{ -+ struct au_call_drinfo_do_store_args *a = args; -+ -+ *a->errp = au_drinfo_do_store(a->w, a->elm); -+} -+ -+static int au_drinfo_store_sio(struct au_drinfo_store *w, -+ struct au_drinfo_rev_elm *elm) -+{ -+ int err, wkq_err; -+ -+ if (w->no_sio) -+ err = au_drinfo_do_store(w, elm); -+ else { -+ struct au_call_drinfo_do_store_args a = { -+ .errp = &err, -+ .w = w, -+ .elm = elm -+ }; -+ wkq_err = au_wkq_wait(au_call_drinfo_do_store, &a); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ AuTraceErr(err); -+ -+ return err; -+} -+ -+static int au_drinfo_store_work_init(struct au_drinfo_store *w, -+ aufs_bindex_t btgt) -+{ -+ int err; -+ -+ memset(w, 0, sizeof(*w)); -+ w->allocated = roundup_pow_of_two(sizeof(*w->fdata) + 40); -+ strcpy(w->whname, AUFS_WH_DR_INFO_PFX); -+ w->infoname = w->whname + sizeof(AUFS_WH_DR_INFO_PFX) - 1; -+ w->infonamelen = sizeof(w->whname) - sizeof(AUFS_WH_DR_INFO_PFX); -+ w->btgt = btgt; -+ w->no_sio = !!uid_eq(current_fsuid(), GLOBAL_ROOT_UID); -+ -+ err = -ENOMEM; -+ w->fdata = kcalloc(1, w->allocated, GFP_NOFS); -+ if (unlikely(!w->fdata)) { -+ AuTraceErr(err); -+ goto out; -+ } -+ w->fdata->magic = (__force uint32_t)htonl(AUFS_DRINFO_MAGIC_V1); -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static void au_drinfo_store_work_fin(struct au_drinfo_store *w) -+{ -+ kfree(w->fdata); -+} -+ -+static void au_drinfo_store_rev(struct au_drinfo_rev *rev, -+ struct au_drinfo_store *w) -+{ -+ struct au_drinfo_rev_elm *elm; -+ struct inode *h_dir, *delegated; -+ int err, nelm; -+ struct path infopath = { -+ .mnt = w->h_ppath.mnt -+ }; -+ -+ h_dir = d_inode(w->h_ppath.dentry); -+ IMustLock(h_dir); -+ -+ err = 0; -+ elm = rev->elm; -+ for (nelm = rev->nelm; nelm > 0; nelm--, elm++) { -+ AuDebugOn(elm->created && elm->info_last); -+ if (elm->created) { -+ AuDbg("here\n"); -+ delegated = NULL; -+ infopath.dentry = elm->info_dentry; -+ err = vfsub_unlink(h_dir, &infopath, &delegated, -+ !w->no_sio); -+ AuTraceErr(err); -+ if (unlikely(err == -EWOULDBLOCK)) -+ iput(delegated); -+ dput(elm->info_dentry); -+ } else if (elm->info_last) { -+ AuDbg("here\n"); -+ w->fdata->drinfo = *elm->info_last; -+ memcpy(w->fdata->drinfo.oldname, -+ elm->info_last->oldname, -+ elm->info_last->oldnamelen); -+ err = au_drinfo_store_sio(w, /*elm*/NULL); -+ kfree(elm->info_last); -+ } -+ if (unlikely(err)) -+ AuIOErr("%d, %s\n", err, w->whname); -+ /* go on even if err */ -+ } -+} -+ -+/* caller has to call au_dr_rename_fin() later */ -+static int au_drinfo_store(struct dentry *dentry, aufs_bindex_t btgt, -+ struct qstr *dst_name, void *_rev) -+{ -+ int err, sz, nelm; -+ aufs_bindex_t bindex, btail; -+ struct au_drinfo_store work; -+ struct au_drinfo_rev *rev, **p; -+ struct au_drinfo_rev_elm *elm; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_hinode *hdir; -+ -+ err = au_drinfo_store_work_init(&work, btgt); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOMEM; -+ btail = au_dbtaildir(dentry); -+ nelm = btail - btgt; -+ sz = sizeof(*rev) + sizeof(*elm) * nelm; -+ rev = kcalloc(1, sz, GFP_NOFS); -+ if (unlikely(!rev)) { -+ AuTraceErr(err); -+ goto out_args; -+ } -+ rev->nelm = nelm; -+ elm = rev->elm; -+ p = _rev; -+ *p = rev; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ work.h_ppath.dentry = au_h_dptr(dentry, btgt); -+ work.h_ppath.mnt = au_sbr_mnt(sb, btgt); -+ hdir = au_hi(d_inode(dentry), btgt); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_CHILD); -+ for (bindex = btgt + 1; bindex <= btail; bindex++, elm++) { -+ work.h_dentry = au_h_dptr(dentry, bindex); -+ if (!work.h_dentry) -+ continue; -+ -+ err = au_drinfo_construct(&work.fdata, work.h_dentry, -+ &work.allocated); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ break; -+ -+ work.renameback = au_qstreq(&work.h_dentry->d_name, dst_name); -+ br = au_sbr(sb, bindex); -+ work.whnamelen = sizeof(AUFS_WH_DR_INFO_PFX) - 1; -+ work.whnamelen += au_drinfo_name(br, work.infoname, -+ work.infonamelen); -+ AuDbg("whname %.*s, i%llu, %.*s\n", -+ work.whnamelen, work.whname, -+ be64_to_cpu((__force __be64)work.fdata->drinfo.ino), -+ work.fdata->drinfo.oldnamelen, -+ work.fdata->drinfo.oldname); -+ -+ err = au_drinfo_store_sio(&work, elm); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ break; -+ } -+ if (unlikely(err)) { -+ /* revert all drinfo */ -+ au_drinfo_store_rev(rev, &work); -+ kfree(rev); -+ *p = NULL; -+ } -+ au_hn_inode_unlock(hdir); -+ -+out_args: -+ au_drinfo_store_work_fin(&work); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_dr_rename(struct dentry *src, aufs_bindex_t bindex, -+ struct qstr *dst_name, void *_rev) -+{ -+ int err, already; -+ ino_t ino; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_dr_br *dr; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_dr_hino *ent; -+ struct au_drinfo_rev *rev, **p; -+ -+ AuDbg("bindex %d\n", bindex); -+ -+ err = -ENOMEM; -+ ent = kmalloc(sizeof(*ent), GFP_NOFS); -+ if (unlikely(!ent)) -+ goto out; -+ -+ sb = src->d_sb; -+ br = au_sbr(sb, bindex); -+ dr = &br->br_dirren; -+ h_dentry = au_h_dptr(src, bindex); -+ h_inode = d_inode(h_dentry); -+ ino = h_inode->i_ino; -+ ent->dr_h_ino = ino; -+ already = au_dr_hino_test_add(dr, ino, ent); -+ AuDbg("b%d, hi%llu, already %d\n", -+ bindex, (unsigned long long)ino, already); -+ -+ err = au_drinfo_store(src, bindex, dst_name, _rev); -+ AuTraceErr(err); -+ if (!err) { -+ p = _rev; -+ rev = *p; -+ rev->already = already; -+ goto out; /* success */ -+ } -+ -+ /* revert */ -+ if (!already) -+ au_dr_hino_del(dr, ent); -+ kfree(ent); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_dr_rename_fin(struct dentry *src, aufs_bindex_t btgt, void *_rev) -+{ -+ struct au_drinfo_rev *rev; -+ struct au_drinfo_rev_elm *elm; -+ int nelm; -+ -+ rev = _rev; -+ elm = rev->elm; -+ for (nelm = rev->nelm; nelm > 0; nelm--, elm++) { -+ dput(elm->info_dentry); -+ kfree(elm->info_last); -+ } -+ kfree(rev); -+} -+ -+void au_dr_rename_rev(struct dentry *src, aufs_bindex_t btgt, void *_rev) -+{ -+ int err; -+ struct au_drinfo_store work; -+ struct au_drinfo_rev *rev = _rev; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct inode *h_inode; -+ struct au_dr_br *dr; -+ struct au_dr_hino *ent; -+ -+ err = au_drinfo_store_work_init(&work, btgt); -+ if (unlikely(err)) -+ goto out; -+ -+ sb = src->d_sb; -+ br = au_sbr(sb, btgt); -+ work.h_ppath.dentry = au_h_dptr(src, btgt); -+ work.h_ppath.mnt = au_br_mnt(br); -+ au_drinfo_store_rev(rev, &work); -+ au_drinfo_store_work_fin(&work); -+ if (rev->already) -+ goto out; -+ -+ dr = &br->br_dirren; -+ h_inode = d_inode(work.h_ppath.dentry); -+ ent = au_dr_hino_find(dr, h_inode->i_ino); -+ BUG_ON(!ent); -+ au_dr_hino_del(dr, ent); -+ kfree(ent); -+ -+out: -+ kfree(rev); -+ if (unlikely(err)) -+ pr_err("failed to remove dirren info\n"); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct au_drinfo *au_drinfo_do_load(struct path *h_ppath, -+ char *whname, int whnamelen, -+ struct dentry **info_dentry) -+{ -+ struct au_drinfo *drinfo; -+ struct file *f; -+ struct inode *h_dir; -+ struct path infopath; -+ int unlocked; -+ -+ AuDbg("%pd/%.*s\n", h_ppath->dentry, whnamelen, whname); -+ -+ *info_dentry = NULL; -+ drinfo = NULL; -+ unlocked = 0; -+ h_dir = d_inode(h_ppath->dentry); -+ vfsub_inode_lock_shared_nested(h_dir, AuLsc_I_PARENT); -+ infopath.dentry = vfsub_lookup_one_len(whname, h_ppath->dentry, -+ whnamelen); -+ if (IS_ERR(infopath.dentry)) { -+ drinfo = (void *)infopath.dentry; -+ goto out; -+ } -+ -+ if (d_is_negative(infopath.dentry)) -+ goto out_dput; /* success */ -+ -+ infopath.mnt = h_ppath->mnt; -+ f = vfsub_dentry_open(&infopath, O_RDONLY); -+ inode_unlock_shared(h_dir); -+ unlocked = 1; -+ if (IS_ERR(f)) { -+ drinfo = (void *)f; -+ goto out_dput; -+ } -+ -+ drinfo = au_drinfo_read_k(f, /*h_ino*/0); -+ if (IS_ERR_OR_NULL(drinfo)) -+ goto out_fput; -+ -+ AuDbg("oldname %.*s\n", drinfo->oldnamelen, drinfo->oldname); -+ *info_dentry = dget(infopath.dentry); /* keep it alive */ -+ -+out_fput: -+ fput(f); -+out_dput: -+ dput(infopath.dentry); -+out: -+ if (!unlocked) -+ inode_unlock_shared(h_dir); -+ AuTraceErrPtr(drinfo); -+ return drinfo; -+} -+ -+struct au_drinfo_do_load_args { -+ struct au_drinfo **drinfop; -+ struct path *h_ppath; -+ char *whname; -+ int whnamelen; -+ struct dentry **info_dentry; -+}; -+ -+static void au_call_drinfo_do_load(void *args) -+{ -+ struct au_drinfo_do_load_args *a = args; -+ -+ *a->drinfop = au_drinfo_do_load(a->h_ppath, a->whname, a->whnamelen, -+ a->info_dentry); -+} -+ -+struct au_drinfo_load { -+ struct path h_ppath; -+ struct qstr *qname; -+ unsigned char no_sio; -+ -+ aufs_bindex_t ninfo; -+ struct au_drinfo **drinfo; -+}; -+ -+static int au_drinfo_load(struct au_drinfo_load *w, aufs_bindex_t bindex, -+ struct au_branch *br) -+{ -+ int err, wkq_err, whnamelen, e; -+ char whname[sizeof(AUFS_WH_DR_INFO_PFX) + AUFS_DIRREN_ENV_VAL_SZ] -+ = AUFS_WH_DR_INFO_PFX; -+ struct au_drinfo *drinfo; -+ struct qstr oldname; -+ struct inode *h_dir, *delegated; -+ struct dentry *info_dentry; -+ struct path infopath; -+ -+ whnamelen = sizeof(AUFS_WH_DR_INFO_PFX) - 1; -+ whnamelen += au_drinfo_name(br, whname + whnamelen, -+ sizeof(whname) - whnamelen); -+ if (w->no_sio) -+ drinfo = au_drinfo_do_load(&w->h_ppath, whname, whnamelen, -+ &info_dentry); -+ else { -+ struct au_drinfo_do_load_args args = { -+ .drinfop = &drinfo, -+ .h_ppath = &w->h_ppath, -+ .whname = whname, -+ .whnamelen = whnamelen, -+ .info_dentry = &info_dentry -+ }; -+ wkq_err = au_wkq_wait(au_call_drinfo_do_load, &args); -+ if (unlikely(wkq_err)) -+ drinfo = ERR_PTR(wkq_err); -+ } -+ err = PTR_ERR(drinfo); -+ if (IS_ERR_OR_NULL(drinfo)) -+ goto out; -+ -+ err = 0; -+ oldname.len = drinfo->oldnamelen; -+ oldname.name = drinfo->oldname; -+ if (au_qstreq(w->qname, &oldname)) { -+ /* the name is renamed back */ -+ kfree(drinfo); -+ drinfo = NULL; -+ -+ infopath.dentry = info_dentry; -+ infopath.mnt = w->h_ppath.mnt; -+ h_dir = d_inode(w->h_ppath.dentry); -+ delegated = NULL; -+ inode_lock_nested(h_dir, AuLsc_I_PARENT); -+ e = vfsub_unlink(h_dir, &infopath, &delegated, !w->no_sio); -+ inode_unlock(h_dir); -+ if (unlikely(e)) -+ AuIOErr("ignored %d, %pd2\n", e, &infopath.dentry); -+ if (unlikely(e == -EWOULDBLOCK)) -+ iput(delegated); -+ } -+ kfree(w->drinfo[bindex]); -+ w->drinfo[bindex] = drinfo; -+ dput(info_dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_dr_lkup_free(struct au_drinfo **drinfo, int n) -+{ -+ struct au_drinfo **p = drinfo; -+ -+ while (n-- > 0) -+ kfree(*drinfo++); -+ kfree(p); -+} -+ -+int au_dr_lkup(struct au_do_lookup_args *lkup, struct dentry *dentry, -+ aufs_bindex_t btgt) -+{ -+ int err, ninfo; -+ struct au_drinfo_load w; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ struct inode *h_dir; -+ struct au_dr_hino *ent; -+ struct super_block *sb; -+ -+ AuDbg("%.*s, name %.*s, whname %.*s, b%d\n", -+ AuLNPair(&dentry->d_name), AuLNPair(&lkup->dirren.dr_name), -+ AuLNPair(&lkup->whname), btgt); -+ -+ sb = dentry->d_sb; -+ bbot = au_sbbot(sb); -+ w.ninfo = bbot + 1; -+ if (!lkup->dirren.drinfo) { -+ lkup->dirren.drinfo = kcalloc(w.ninfo, -+ sizeof(*lkup->dirren.drinfo), -+ GFP_NOFS); -+ if (unlikely(!lkup->dirren.drinfo)) { -+ err = -ENOMEM; -+ goto out; -+ } -+ lkup->dirren.ninfo = w.ninfo; -+ } -+ w.drinfo = lkup->dirren.drinfo; -+ w.no_sio = !!uid_eq(current_fsuid(), GLOBAL_ROOT_UID); -+ w.h_ppath.dentry = au_h_dptr(dentry, btgt); -+ AuDebugOn(!w.h_ppath.dentry); -+ w.h_ppath.mnt = au_sbr_mnt(sb, btgt); -+ w.qname = &dentry->d_name; -+ -+ ninfo = 0; -+ for (bindex = btgt + 1; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_drinfo_load(&w, bindex, br); -+ if (unlikely(err)) -+ goto out_free; -+ if (w.drinfo[bindex]) -+ ninfo++; -+ } -+ if (!ninfo) { -+ br = au_sbr(sb, btgt); -+ h_dir = d_inode(w.h_ppath.dentry); -+ ent = au_dr_hino_find(&br->br_dirren, h_dir->i_ino); -+ AuDebugOn(!ent); -+ au_dr_hino_del(&br->br_dirren, ent); -+ kfree(ent); -+ } -+ goto out; /* success */ -+ -+out_free: -+ au_dr_lkup_free(lkup->dirren.drinfo, lkup->dirren.ninfo); -+ lkup->dirren.ninfo = 0; -+ lkup->dirren.drinfo = NULL; -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_dr_lkup_fin(struct au_do_lookup_args *lkup) -+{ -+ au_dr_lkup_free(lkup->dirren.drinfo, lkup->dirren.ninfo); -+} -+ -+int au_dr_lkup_name(struct au_do_lookup_args *lkup, aufs_bindex_t btgt) -+{ -+ int err; -+ struct au_drinfo *drinfo; -+ -+ err = 0; -+ if (!lkup->dirren.drinfo) -+ goto out; -+ AuDebugOn(lkup->dirren.ninfo < btgt + 1); -+ drinfo = lkup->dirren.drinfo[btgt + 1]; -+ if (!drinfo) -+ goto out; -+ -+ kfree(lkup->whname.name); -+ lkup->whname.name = NULL; -+ lkup->dirren.dr_name.len = drinfo->oldnamelen; -+ lkup->dirren.dr_name.name = drinfo->oldname; -+ lkup->name = &lkup->dirren.dr_name; -+ err = au_wh_name_alloc(&lkup->whname, lkup->name); -+ if (!err) -+ AuDbg("name %.*s, whname %.*s, b%d\n", -+ AuLNPair(lkup->name), AuLNPair(&lkup->whname), -+ btgt); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_dr_lkup_h_ino(struct au_do_lookup_args *lkup, aufs_bindex_t bindex, -+ ino_t h_ino) -+{ -+ int match; -+ struct au_drinfo *drinfo; -+ -+ match = 1; -+ if (!lkup->dirren.drinfo) -+ goto out; -+ AuDebugOn(lkup->dirren.ninfo < bindex + 1); -+ drinfo = lkup->dirren.drinfo[bindex + 1]; -+ if (!drinfo) -+ goto out; -+ -+ match = (drinfo->ino == h_ino); -+ AuDbg("match %d\n", match); -+ -+out: -+ return match; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_dr_opt_set(struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_dr_hino(sb, bindex, /*br*/NULL, &br->br_path); -+ } -+ -+ return err; -+} -+ -+int au_dr_opt_flush(struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm)) -+ err = au_dr_hino(sb, bindex, /*br*/NULL, /*path*/NULL); -+ } -+ -+ return err; -+} -+ -+int au_dr_opt_clr(struct super_block *sb, int no_flush) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ err = 0; -+ if (!no_flush) { -+ err = au_dr_opt_flush(sb); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ au_dr_hino_free(&br->br_dirren); -+ } -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/dirren.h b/fs/aufs/dirren.h -new file mode 100644 -index 000000000000..4b672fb11f02 ---- /dev/null -+++ b/fs/aufs/dirren.h -@@ -0,0 +1,127 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * renamed dir info -+ */ -+ -+#ifndef __AUFS_DIRREN_H__ -+#define __AUFS_DIRREN_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include "hbl.h" -+ -+#define AuDirren_NHASH 100 -+ -+#ifdef CONFIG_AUFS_DIRREN -+enum au_brid_type { -+ AuBrid_Unset, -+ AuBrid_UUID, -+ AuBrid_FSID, -+ AuBrid_DEV -+}; -+ -+struct au_dr_brid { -+ enum au_brid_type type; -+ union { -+ uuid_t uuid; /* unimplemented yet */ -+ fsid_t fsid; -+ dev_t dev; -+ }; -+}; -+ -+/* 20 is the max digits length of ulong 64 */ -+/* brid-type "_" uuid "_" inum */ -+#define AUFS_DIRREN_FNAME_SZ (1 + 1 + UUID_STRING_LEN + 20) -+#define AUFS_DIRREN_ENV_VAL_SZ (AUFS_DIRREN_FNAME_SZ + 1 + 20) -+ -+struct au_dr_hino { -+ struct hlist_bl_node dr_hnode; -+ ino_t dr_h_ino; -+}; -+ -+struct au_dr_br { -+ struct hlist_bl_head dr_h_ino[AuDirren_NHASH]; -+ struct au_dr_brid dr_brid; -+}; -+ -+struct au_dr_lookup { -+ /* dr_name is pointed by struct au_do_lookup_args.name */ -+ struct qstr dr_name; /* subset of dr_info */ -+ aufs_bindex_t ninfo; -+ struct au_drinfo **drinfo; -+}; -+#else -+struct au_dr_hino; -+/* empty */ -+struct au_dr_br { }; -+struct au_dr_lookup { }; -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_branch; -+struct au_do_lookup_args; -+struct au_hinode; -+#ifdef CONFIG_AUFS_DIRREN -+int au_dr_hino_test_add(struct au_dr_br *dr, ino_t h_ino, -+ struct au_dr_hino *add_ent); -+void au_dr_hino_free(struct au_dr_br *dr); -+int au_dr_br_init(struct super_block *sb, struct au_branch *br, -+ const struct path *path); -+int au_dr_br_fin(struct super_block *sb, struct au_branch *br); -+int au_dr_rename(struct dentry *src, aufs_bindex_t bindex, -+ struct qstr *dst_name, void *_rev); -+void au_dr_rename_fin(struct dentry *src, aufs_bindex_t btgt, void *rev); -+void au_dr_rename_rev(struct dentry *src, aufs_bindex_t bindex, void *rev); -+int au_dr_lkup(struct au_do_lookup_args *lkup, struct dentry *dentry, -+ aufs_bindex_t bindex); -+int au_dr_lkup_name(struct au_do_lookup_args *lkup, aufs_bindex_t btgt); -+int au_dr_lkup_h_ino(struct au_do_lookup_args *lkup, aufs_bindex_t bindex, -+ ino_t h_ino); -+void au_dr_lkup_fin(struct au_do_lookup_args *lkup); -+int au_dr_opt_set(struct super_block *sb); -+int au_dr_opt_flush(struct super_block *sb); -+int au_dr_opt_clr(struct super_block *sb, int no_flush); -+#else -+AuStubInt0(au_dr_hino_test_add, struct au_dr_br *dr, ino_t h_ino, -+ struct au_dr_hino *add_ent); -+AuStubVoid(au_dr_hino_free, struct au_dr_br *dr); -+AuStubInt0(au_dr_br_init, struct super_block *sb, struct au_branch *br, -+ const struct path *path); -+AuStubInt0(au_dr_br_fin, struct super_block *sb, struct au_branch *br); -+AuStubInt0(au_dr_rename, struct dentry *src, aufs_bindex_t bindex, -+ struct qstr *dst_name, void *_rev); -+AuStubVoid(au_dr_rename_fin, struct dentry *src, aufs_bindex_t btgt, void *rev); -+AuStubVoid(au_dr_rename_rev, struct dentry *src, aufs_bindex_t bindex, -+ void *rev); -+AuStubInt0(au_dr_lkup, struct au_do_lookup_args *lkup, struct dentry *dentry, -+ aufs_bindex_t bindex); -+AuStubInt0(au_dr_lkup_name, struct au_do_lookup_args *lkup, aufs_bindex_t btgt); -+AuStubInt0(au_dr_lkup_h_ino, struct au_do_lookup_args *lkup, -+ aufs_bindex_t bindex, ino_t h_ino); -+AuStubVoid(au_dr_lkup_fin, struct au_do_lookup_args *lkup); -+AuStubInt0(au_dr_opt_set, struct super_block *sb); -+AuStubInt0(au_dr_opt_flush, struct super_block *sb); -+AuStubInt0(au_dr_opt_clr, struct super_block *sb, int no_flush); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_DIRREN -+static inline int au_dr_ihash(ino_t h_ino) -+{ -+ return h_ino % AuDirren_NHASH; -+} -+#else -+AuStubInt0(au_dr_ihash, ino_t h_ino); -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DIRREN_H__ */ -diff --git a/fs/aufs/dynop.c b/fs/aufs/dynop.c -new file mode 100644 -index 000000000000..706c2f4bf347 ---- /dev/null -+++ b/fs/aufs/dynop.c -@@ -0,0 +1,357 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2010-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * dynamically customizable operations for regular files -+ */ -+ -+#include "aufs.h" -+ -+#define DyPrSym(key) AuDbgSym(key->dk_op.dy_hop) -+ -+/* -+ * How large will these lists be? -+ * Usually just a few elements, 20-30 at most for each, I guess. -+ */ -+static struct hlist_bl_head dynop[AuDyLast]; -+ -+static struct au_dykey *dy_gfind_get(struct hlist_bl_head *hbl, -+ const void *h_op) -+{ -+ struct au_dykey *key, *tmp; -+ struct hlist_bl_node *pos; -+ -+ key = NULL; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(tmp, pos, hbl, dk_hnode) -+ if (tmp->dk_op.dy_hop == h_op) { -+ key = tmp; -+ kref_get(&key->dk_kref); -+ break; -+ } -+ hlist_bl_unlock(hbl); -+ -+ return key; -+} -+ -+static struct au_dykey *dy_bradd(struct au_branch *br, struct au_dykey *key) -+{ -+ struct au_dykey **k, *found; -+ const void *h_op = key->dk_op.dy_hop; -+ int i; -+ -+ found = NULL; -+ k = br->br_dykey; -+ for (i = 0; i < AuBrDynOp; i++) -+ if (k[i]) { -+ if (k[i]->dk_op.dy_hop == h_op) { -+ found = k[i]; -+ break; -+ } -+ } else -+ break; -+ if (!found) { -+ spin_lock(&br->br_dykey_lock); -+ for (; i < AuBrDynOp; i++) -+ if (k[i]) { -+ if (k[i]->dk_op.dy_hop == h_op) { -+ found = k[i]; -+ break; -+ } -+ } else { -+ k[i] = key; -+ break; -+ } -+ spin_unlock(&br->br_dykey_lock); -+ BUG_ON(i == AuBrDynOp); /* expand the array */ -+ } -+ -+ return found; -+} -+ -+/* kref_get() if @key is already added */ -+static struct au_dykey *dy_gadd(struct hlist_bl_head *hbl, struct au_dykey *key) -+{ -+ struct au_dykey *tmp, *found; -+ struct hlist_bl_node *pos; -+ const void *h_op = key->dk_op.dy_hop; -+ -+ found = NULL; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(tmp, pos, hbl, dk_hnode) -+ if (tmp->dk_op.dy_hop == h_op) { -+ kref_get(&tmp->dk_kref); -+ found = tmp; -+ break; -+ } -+ if (!found) -+ hlist_bl_add_head(&key->dk_hnode, hbl); -+ hlist_bl_unlock(hbl); -+ -+ if (!found) -+ DyPrSym(key); -+ return found; -+} -+ -+static void dy_free_rcu(struct rcu_head *rcu) -+{ -+ struct au_dykey *key; -+ -+ key = container_of(rcu, struct au_dykey, dk_rcu); -+ DyPrSym(key); -+ kfree(key); -+} -+ -+static void dy_free(struct kref *kref) -+{ -+ struct au_dykey *key; -+ struct hlist_bl_head *hbl; -+ -+ key = container_of(kref, struct au_dykey, dk_kref); -+ hbl = dynop + key->dk_op.dy_type; -+ au_hbl_del(&key->dk_hnode, hbl); -+ call_rcu(&key->dk_rcu, dy_free_rcu); -+} -+ -+void au_dy_put(struct au_dykey *key) -+{ -+ kref_put(&key->dk_kref, dy_free); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define DyDbgSize(cnt, op) AuDebugOn(cnt != sizeof(op)/sizeof(void *)) -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define DyDbgDeclare(cnt) unsigned int cnt = 0 -+#define DyDbgInc(cnt) do { cnt++; } while (0) -+#else -+#define DyDbgDeclare(cnt) do {} while (0) -+#define DyDbgInc(cnt) do {} while (0) -+#endif -+ -+#define DySet(func, dst, src, h_op, h_sb) do { \ -+ DyDbgInc(cnt); \ -+ if (h_op->func) { \ -+ if (src.func) \ -+ dst.func = src.func; \ -+ else \ -+ AuDbg("%s %s\n", au_sbtype(h_sb), #func); \ -+ } \ -+} while (0) -+ -+#define DySetForce(func, dst, src) do { \ -+ AuDebugOn(!src.func); \ -+ DyDbgInc(cnt); \ -+ dst.func = src.func; \ -+} while (0) -+ -+#define DySetAop(func) \ -+ DySet(func, dyaop->da_op, aufs_aop, h_aop, h_sb) -+#define DySetAopForce(func) \ -+ DySetForce(func, dyaop->da_op, aufs_aop) -+ -+static void dy_aop(struct au_dykey *key, const void *h_op, -+ struct super_block *h_sb __maybe_unused) -+{ -+ struct au_dyaop *dyaop = (void *)key; -+ const struct address_space_operations *h_aop = h_op; -+ DyDbgDeclare(cnt); -+ -+ AuDbg("%s\n", au_sbtype(h_sb)); -+ -+ DySetAop(writepage); -+ DySetAopForce(readpage); /* force */ -+ DySetAop(writepages); -+ DySetAop(set_page_dirty); -+ DySetAop(readpages); -+ DySetAop(write_begin); -+ DySetAop(write_end); -+ DySetAop(bmap); -+ DySetAop(invalidatepage); -+ DySetAop(releasepage); -+ DySetAop(freepage); -+ /* this one will be changed according to an aufs mount option */ -+ DySetAop(direct_IO); -+ DySetAop(migratepage); -+ DySetAop(isolate_page); -+ DySetAop(putback_page); -+ DySetAop(launder_page); -+ DySetAop(is_partially_uptodate); -+ DySetAop(is_dirty_writeback); -+ DySetAop(error_remove_page); -+ DySetAop(swap_activate); -+ DySetAop(swap_deactivate); -+ -+ DyDbgSize(cnt, *h_aop); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void dy_bug(struct kref *kref) -+{ -+ BUG(); -+} -+ -+static struct au_dykey *dy_get(struct au_dynop *op, struct au_branch *br) -+{ -+ struct au_dykey *key, *old; -+ struct hlist_bl_head *hbl; -+ struct op { -+ unsigned int sz; -+ void (*set)(struct au_dykey *key, const void *h_op, -+ struct super_block *h_sb __maybe_unused); -+ }; -+ static const struct op a[] = { -+ [AuDy_AOP] = { -+ .sz = sizeof(struct au_dyaop), -+ .set = dy_aop -+ } -+ }; -+ const struct op *p; -+ -+ hbl = dynop + op->dy_type; -+ key = dy_gfind_get(hbl, op->dy_hop); -+ if (key) -+ goto out_add; /* success */ -+ -+ p = a + op->dy_type; -+ key = kzalloc(p->sz, GFP_NOFS); -+ if (unlikely(!key)) { -+ key = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ key->dk_op.dy_hop = op->dy_hop; -+ kref_init(&key->dk_kref); -+ p->set(key, op->dy_hop, au_br_sb(br)); -+ old = dy_gadd(hbl, key); -+ if (old) { -+ kfree(key); -+ key = old; -+ } -+ -+out_add: -+ old = dy_bradd(br, key); -+ if (old) -+ /* its ref-count should never be zero here */ -+ kref_put(&key->dk_kref, dy_bug); -+out: -+ return key; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * Aufs prohibits O_DIRECT by defaut even if the branch supports it. -+ * This behaviour is necessary to return an error from open(O_DIRECT) instead -+ * of the succeeding I/O. The dio mount option enables O_DIRECT and makes -+ * open(O_DIRECT) always succeed, but the succeeding I/O may return an error. -+ * See the aufs manual in detail. -+ */ -+static void dy_adx(struct au_dyaop *dyaop, int do_dx) -+{ -+ if (!do_dx) -+ dyaop->da_op.direct_IO = NULL; -+ else -+ dyaop->da_op.direct_IO = aufs_aop.direct_IO; -+} -+ -+static struct au_dyaop *dy_aget(struct au_branch *br, -+ const struct address_space_operations *h_aop, -+ int do_dx) -+{ -+ struct au_dyaop *dyaop; -+ struct au_dynop op; -+ -+ op.dy_type = AuDy_AOP; -+ op.dy_haop = h_aop; -+ dyaop = (void *)dy_get(&op, br); -+ if (IS_ERR(dyaop)) -+ goto out; -+ dy_adx(dyaop, do_dx); -+ -+out: -+ return dyaop; -+} -+ -+int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode) -+{ -+ int err, do_dx; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_dyaop *dyaop; -+ -+ AuDebugOn(!S_ISREG(h_inode->i_mode)); -+ IiMustWriteLock(inode); -+ -+ sb = inode->i_sb; -+ br = au_sbr(sb, bindex); -+ do_dx = !!au_opt_test(au_mntflags(sb), DIO); -+ dyaop = dy_aget(br, h_inode->i_mapping->a_ops, do_dx); -+ err = PTR_ERR(dyaop); -+ if (IS_ERR(dyaop)) -+ /* unnecessary to call dy_fput() */ -+ goto out; -+ -+ err = 0; -+ inode->i_mapping->a_ops = &dyaop->da_op; -+ -+out: -+ return err; -+} -+ -+/* -+ * Is it safe to replace a_ops during the inode/file is in operation? -+ * Yes, I hope so. -+ */ -+int au_dy_irefresh(struct inode *inode) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct inode *h_inode; -+ -+ err = 0; -+ if (S_ISREG(inode->i_mode)) { -+ btop = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, btop); -+ err = au_dy_iaop(inode, btop, h_inode); -+ } -+ return err; -+} -+ -+void au_dy_arefresh(int do_dx) -+{ -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_dykey *key; -+ -+ hbl = dynop + AuDy_AOP; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(key, pos, hbl, dk_hnode) -+ dy_adx((void *)key, do_dx); -+ hlist_bl_unlock(hbl); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void __init au_dy_init(void) -+{ -+ int i; -+ -+ /* make sure that 'struct au_dykey *' can be any type */ -+ BUILD_BUG_ON(offsetof(struct au_dyaop, da_key)); -+ -+ for (i = 0; i < AuDyLast; i++) -+ INIT_HLIST_BL_HEAD(dynop + i); -+} -+ -+void au_dy_fin(void) -+{ -+ int i; -+ -+ for (i = 0; i < AuDyLast; i++) -+ WARN_ON(!hlist_bl_empty(dynop + i)); -+} -diff --git a/fs/aufs/dynop.h b/fs/aufs/dynop.h -new file mode 100644 -index 000000000000..9a48883f520d ---- /dev/null -+++ b/fs/aufs/dynop.h -@@ -0,0 +1,62 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2010-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * dynamically customizable operations (for regular files only) -+ */ -+ -+#ifndef __AUFS_DYNOP_H__ -+#define __AUFS_DYNOP_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+ -+enum {AuDy_AOP, AuDyLast}; -+ -+struct au_dynop { -+ int dy_type; -+ union { -+ const void *dy_hop; -+ const struct address_space_operations *dy_haop; -+ }; -+}; -+ -+struct au_dykey { -+ union { -+ struct hlist_bl_node dk_hnode; -+ struct rcu_head dk_rcu; -+ }; -+ struct au_dynop dk_op; -+ -+ /* -+ * during I am in the branch local array, kref is gotten. when the -+ * branch is removed, kref is put. -+ */ -+ struct kref dk_kref; -+}; -+ -+/* stop unioning since their sizes are very different from each other */ -+struct au_dyaop { -+ struct au_dykey da_key; -+ struct address_space_operations da_op; /* not const */ -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dynop.c */ -+struct au_branch; -+void au_dy_put(struct au_dykey *key); -+int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode); -+int au_dy_irefresh(struct inode *inode); -+void au_dy_arefresh(int do_dio); -+ -+void __init au_dy_init(void); -+void au_dy_fin(void); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DYNOP_H__ */ -diff --git a/fs/aufs/export.c b/fs/aufs/export.c -new file mode 100644 -index 000000000000..a7e471fd6c6a ---- /dev/null -+++ b/fs/aufs/export.c -@@ -0,0 +1,824 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * export via nfs -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+union conv { -+#ifdef CONFIG_AUFS_INO_T_64 -+ __u32 a[2]; -+#else -+ __u32 a[1]; -+#endif -+ ino_t ino; -+}; -+ -+static ino_t decode_ino(__u32 *a) -+{ -+ union conv u; -+ -+ BUILD_BUG_ON(sizeof(u.ino) != sizeof(u.a)); -+ u.a[0] = a[0]; -+#ifdef CONFIG_AUFS_INO_T_64 -+ u.a[1] = a[1]; -+#endif -+ return u.ino; -+} -+ -+static void encode_ino(__u32 *a, ino_t ino) -+{ -+ union conv u; -+ -+ u.ino = ino; -+ a[0] = u.a[0]; -+#ifdef CONFIG_AUFS_INO_T_64 -+ a[1] = u.a[1]; -+#endif -+} -+ -+/* NFS file handle */ -+enum { -+ Fh_br_id, -+ Fh_sigen, -+#ifdef CONFIG_AUFS_INO_T_64 -+ /* support 64bit inode number */ -+ Fh_ino1, -+ Fh_ino2, -+ Fh_dir_ino1, -+ Fh_dir_ino2, -+#else -+ Fh_ino1, -+ Fh_dir_ino1, -+#endif -+ Fh_igen, -+ Fh_h_type, -+ Fh_tail, -+ -+ Fh_ino = Fh_ino1, -+ Fh_dir_ino = Fh_dir_ino1 -+}; -+ -+static int au_test_anon(struct dentry *dentry) -+{ -+ /* note: read d_flags without d_lock */ -+ return !!(dentry->d_flags & DCACHE_DISCONNECTED); -+} -+ -+int au_test_nfsd(void) -+{ -+ int ret; -+ struct task_struct *tsk = current; -+ char comm[sizeof(tsk->comm)]; -+ -+ ret = 0; -+ if (tsk->flags & PF_KTHREAD) { -+ get_task_comm(comm, tsk); -+ ret = !strcmp(comm, "nfsd"); -+ } -+ -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* inode generation external table */ -+ -+void au_xigen_inc(struct inode *inode) -+{ -+ loff_t pos; -+ ssize_t sz; -+ __u32 igen; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ sb = inode->i_sb; -+ AuDebugOn(!au_opt_test(au_mntflags(sb), XINO)); -+ -+ sbinfo = au_sbi(sb); -+ pos = inode->i_ino; -+ pos *= sizeof(igen); -+ igen = inode->i_generation + 1; -+ sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xigen, &igen, -+ sizeof(igen), &pos); -+ if (sz == sizeof(igen)) -+ return; /* success */ -+ -+ if (unlikely(sz >= 0)) -+ AuIOErr("xigen error (%zd)\n", sz); -+} -+ -+int au_xigen_new(struct inode *inode) -+{ -+ int err; -+ loff_t pos; -+ ssize_t sz; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ err = 0; -+ /* todo: dirty, at mount time */ -+ if (inode->i_ino == AUFS_ROOT_INO) -+ goto out; -+ sb = inode->i_sb; -+ SiMustAnyLock(sb); -+ if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) -+ goto out; -+ -+ err = -EFBIG; -+ pos = inode->i_ino; -+ if (unlikely(au_loff_max / sizeof(inode->i_generation) - 1 < pos)) { -+ AuIOErr1("too large i%lld\n", pos); -+ goto out; -+ } -+ pos *= sizeof(inode->i_generation); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ file = sbinfo->si_xigen; -+ BUG_ON(!file); -+ -+ if (vfsub_f_size_read(file) -+ < pos + sizeof(inode->i_generation)) { -+ inode->i_generation = atomic_inc_return(&sbinfo->si_xigen_next); -+ sz = xino_fwrite(sbinfo->si_xwrite, file, &inode->i_generation, -+ sizeof(inode->i_generation), &pos); -+ } else -+ sz = xino_fread(sbinfo->si_xread, file, &inode->i_generation, -+ sizeof(inode->i_generation), &pos); -+ if (sz == sizeof(inode->i_generation)) -+ goto out; /* success */ -+ -+ err = sz; -+ if (unlikely(sz >= 0)) { -+ err = -EIO; -+ AuIOErr("xigen error (%zd)\n", sz); -+ } -+ -+out: -+ return err; -+} -+ -+int au_xigen_set(struct super_block *sb, struct file *base) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ file = au_xino_create2(base, sbinfo->si_xigen); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ err = 0; -+ if (sbinfo->si_xigen) -+ fput(sbinfo->si_xigen); -+ sbinfo->si_xigen = file; -+ -+out: -+ return err; -+} -+ -+void au_xigen_clr(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ if (sbinfo->si_xigen) { -+ fput(sbinfo->si_xigen); -+ sbinfo->si_xigen = NULL; -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *decode_by_ino(struct super_block *sb, ino_t ino, -+ ino_t dir_ino) -+{ -+ struct dentry *dentry, *d; -+ struct inode *inode; -+ unsigned int sigen; -+ -+ dentry = NULL; -+ inode = ilookup(sb, ino); -+ if (!inode) -+ goto out; -+ -+ dentry = ERR_PTR(-ESTALE); -+ sigen = au_sigen(sb); -+ if (unlikely(au_is_bad_inode(inode) -+ || IS_DEADDIR(inode) -+ || sigen != au_iigen(inode, NULL))) -+ goto out_iput; -+ -+ dentry = NULL; -+ if (!dir_ino || S_ISDIR(inode->i_mode)) -+ dentry = d_find_alias(inode); -+ else { -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { -+ spin_lock(&d->d_lock); -+ if (!au_test_anon(d) -+ && d_inode(d->d_parent)->i_ino == dir_ino) { -+ dentry = dget_dlock(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ spin_unlock(&d->d_lock); -+ } -+ spin_unlock(&inode->i_lock); -+ } -+ if (unlikely(dentry && au_digen_test(dentry, sigen))) { -+ /* need to refresh */ -+ dput(dentry); -+ dentry = NULL; -+ } -+ -+out_iput: -+ iput(inode); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: dirty? */ -+/* if exportfs_decode_fh() passed vfsmount*, we could be happy */ -+ -+struct au_compare_mnt_args { -+ /* input */ -+ struct super_block *sb; -+ -+ /* output */ -+ struct vfsmount *mnt; -+}; -+ -+static int au_compare_mnt(struct vfsmount *mnt, void *arg) -+{ -+ struct au_compare_mnt_args *a = arg; -+ -+ if (mnt->mnt_sb != a->sb) -+ return 0; -+ a->mnt = mntget(mnt); -+ return 1; -+} -+ -+static struct vfsmount *au_mnt_get(struct super_block *sb) -+{ -+ int err; -+ struct path root; -+ struct au_compare_mnt_args args = { -+ .sb = sb -+ }; -+ -+ get_fs_root(current->fs, &root); -+ rcu_read_lock(); -+ err = iterate_mounts(au_compare_mnt, &args, root.mnt); -+ rcu_read_unlock(); -+ path_put(&root); -+ AuDebugOn(!err); -+ AuDebugOn(!args.mnt); -+ return args.mnt; -+} -+ -+struct au_nfsd_si_lock { -+ unsigned int sigen; -+ aufs_bindex_t bindex, br_id; -+ unsigned char force_lock; -+}; -+ -+static int si_nfsd_read_lock(struct super_block *sb, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ -+ si_read_lock(sb, AuLock_FLUSH); -+ -+ /* branch id may be wrapped around */ -+ err = 0; -+ bindex = au_br_index(sb, nsi_lock->br_id); -+ if (bindex >= 0 && nsi_lock->sigen + AUFS_BRANCH_MAX > au_sigen(sb)) -+ goto out; /* success */ -+ -+ err = -ESTALE; -+ bindex = -1; -+ if (!nsi_lock->force_lock) -+ si_read_unlock(sb); -+ -+out: -+ nsi_lock->bindex = bindex; -+ return err; -+} -+ -+struct find_name_by_ino { -+ struct dir_context ctx; -+ int called, found; -+ ino_t ino; -+ char *name; -+ int namelen; -+}; -+ -+static int -+find_name_by_ino(struct dir_context *ctx, const char *name, int namelen, -+ loff_t offset, u64 ino, unsigned int d_type) -+{ -+ struct find_name_by_ino *a = container_of(ctx, struct find_name_by_ino, -+ ctx); -+ -+ a->called++; -+ if (a->ino != ino) -+ return 0; -+ -+ memcpy(a->name, name, namelen); -+ a->namelen = namelen; -+ a->found = 1; -+ return 1; -+} -+ -+static struct dentry *au_lkup_by_ino(struct path *path, ino_t ino, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry, *parent; -+ struct file *file; -+ struct inode *dir; -+ struct find_name_by_ino arg = { -+ .ctx = { -+ .actor = find_name_by_ino -+ } -+ }; -+ int err; -+ -+ parent = path->dentry; -+ if (nsi_lock) -+ si_read_unlock(parent->d_sb); -+ file = vfsub_dentry_open(path, au_dir_roflags); -+ dentry = (void *)file; -+ if (IS_ERR(file)) -+ goto out; -+ -+ dentry = ERR_PTR(-ENOMEM); -+ arg.name = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!arg.name)) -+ goto out_file; -+ arg.ino = ino; -+ arg.found = 0; -+ do { -+ arg.called = 0; -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(file, &arg.ctx); -+ } while (!err && !arg.found && arg.called); -+ dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_name; -+ /* instead of ENOENT */ -+ dentry = ERR_PTR(-ESTALE); -+ if (!arg.found) -+ goto out_name; -+ -+ /* do not call vfsub_lkup_one() */ -+ dir = d_inode(parent); -+ dentry = vfsub_lookup_one_len_unlocked(arg.name, parent, arg.namelen); -+ AuTraceErrPtr(dentry); -+ if (IS_ERR(dentry)) -+ goto out_name; -+ AuDebugOn(au_test_anon(dentry)); -+ if (unlikely(d_really_is_negative(dentry))) { -+ dput(dentry); -+ dentry = ERR_PTR(-ENOENT); -+ } -+ -+out_name: -+ free_page((unsigned long)arg.name); -+out_file: -+ fput(file); -+out: -+ if (unlikely(nsi_lock -+ && si_nfsd_read_lock(parent->d_sb, nsi_lock) < 0)) -+ if (!IS_ERR(dentry)) { -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+ } -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+static struct dentry *decode_by_dir_ino(struct super_block *sb, ino_t ino, -+ ino_t dir_ino, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry; -+ struct path path; -+ -+ if (dir_ino != AUFS_ROOT_INO) { -+ path.dentry = decode_by_ino(sb, dir_ino, 0); -+ dentry = path.dentry; -+ if (!path.dentry || IS_ERR(path.dentry)) -+ goto out; -+ AuDebugOn(au_test_anon(path.dentry)); -+ } else -+ path.dentry = dget(sb->s_root); -+ -+ path.mnt = au_mnt_get(sb); -+ dentry = au_lkup_by_ino(&path, ino, nsi_lock); -+ path_put(&path); -+ -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int h_acceptable(void *expv, struct dentry *dentry) -+{ -+ return 1; -+} -+ -+static char *au_build_path(struct dentry *h_parent, struct path *h_rootpath, -+ char *buf, int len, struct super_block *sb) -+{ -+ char *p; -+ int n; -+ struct path path; -+ -+ p = d_path(h_rootpath, buf, len); -+ if (IS_ERR(p)) -+ goto out; -+ n = strlen(p); -+ -+ path.mnt = h_rootpath->mnt; -+ path.dentry = h_parent; -+ p = d_path(&path, buf, len); -+ if (IS_ERR(p)) -+ goto out; -+ if (n != 1) -+ p += n; -+ -+ path.mnt = au_mnt_get(sb); -+ path.dentry = sb->s_root; -+ p = d_path(&path, buf, len - strlen(p)); -+ mntput(path.mnt); -+ if (IS_ERR(p)) -+ goto out; -+ if (n != 1) -+ p[strlen(p)] = '/'; -+ -+out: -+ AuTraceErrPtr(p); -+ return p; -+} -+ -+static -+struct dentry *decode_by_path(struct super_block *sb, ino_t ino, __u32 *fh, -+ int fh_len, struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry, *h_parent, *root; -+ struct super_block *h_sb; -+ char *pathname, *p; -+ struct vfsmount *h_mnt; -+ struct au_branch *br; -+ int err; -+ struct path path; -+ -+ br = au_sbr(sb, nsi_lock->bindex); -+ h_mnt = au_br_mnt(br); -+ h_sb = h_mnt->mnt_sb; -+ /* todo: call lower fh_to_dentry()? fh_to_parent()? */ -+ lockdep_off(); -+ h_parent = exportfs_decode_fh(h_mnt, (void *)(fh + Fh_tail), -+ fh_len - Fh_tail, fh[Fh_h_type], -+ h_acceptable, /*context*/NULL); -+ lockdep_on(); -+ dentry = h_parent; -+ if (unlikely(!h_parent || IS_ERR(h_parent))) { -+ AuWarn1("%s decode_fh failed, %ld\n", -+ au_sbtype(h_sb), PTR_ERR(h_parent)); -+ goto out; -+ } -+ dentry = NULL; -+ if (unlikely(au_test_anon(h_parent))) { -+ AuWarn1("%s decode_fh returned a disconnected dentry\n", -+ au_sbtype(h_sb)); -+ goto out_h_parent; -+ } -+ -+ dentry = ERR_PTR(-ENOMEM); -+ pathname = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!pathname)) -+ goto out_h_parent; -+ -+ root = sb->s_root; -+ path.mnt = h_mnt; -+ di_read_lock_parent(root, !AuLock_IR); -+ path.dentry = au_h_dptr(root, nsi_lock->bindex); -+ di_read_unlock(root, !AuLock_IR); -+ p = au_build_path(h_parent, &path, pathname, PAGE_SIZE, sb); -+ dentry = (void *)p; -+ if (IS_ERR(p)) -+ goto out_pathname; -+ -+ si_read_unlock(sb); -+ err = vfsub_kern_path(p, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); -+ dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_relock; -+ -+ dentry = ERR_PTR(-ENOENT); -+ AuDebugOn(au_test_anon(path.dentry)); -+ if (unlikely(d_really_is_negative(path.dentry))) -+ goto out_path; -+ -+ if (ino != d_inode(path.dentry)->i_ino) -+ dentry = au_lkup_by_ino(&path, ino, /*nsi_lock*/NULL); -+ else -+ dentry = dget(path.dentry); -+ -+out_path: -+ path_put(&path); -+out_relock: -+ if (unlikely(si_nfsd_read_lock(sb, nsi_lock) < 0)) -+ if (!IS_ERR(dentry)) { -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+ } -+out_pathname: -+ free_page((unsigned long)pathname); -+out_h_parent: -+ dput(h_parent); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry * -+aufs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, -+ int fh_type) -+{ -+ struct dentry *dentry; -+ __u32 *fh = fid->raw; -+ struct au_branch *br; -+ ino_t ino, dir_ino; -+ struct au_nfsd_si_lock nsi_lock = { -+ .force_lock = 0 -+ }; -+ -+ dentry = ERR_PTR(-ESTALE); -+ /* it should never happen, but the file handle is unreliable */ -+ if (unlikely(fh_len < Fh_tail)) -+ goto out; -+ nsi_lock.sigen = fh[Fh_sigen]; -+ nsi_lock.br_id = fh[Fh_br_id]; -+ -+ /* branch id may be wrapped around */ -+ br = NULL; -+ if (unlikely(si_nfsd_read_lock(sb, &nsi_lock))) -+ goto out; -+ nsi_lock.force_lock = 1; -+ -+ /* is this inode still cached? */ -+ ino = decode_ino(fh + Fh_ino); -+ /* it should never happen */ -+ if (unlikely(ino == AUFS_ROOT_INO)) -+ goto out_unlock; -+ -+ dir_ino = decode_ino(fh + Fh_dir_ino); -+ dentry = decode_by_ino(sb, ino, dir_ino); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (dentry) -+ goto accept; -+ -+ /* is the parent dir cached? */ -+ br = au_sbr(sb, nsi_lock.bindex); -+ au_br_get(br); -+ dentry = decode_by_dir_ino(sb, ino, dir_ino, &nsi_lock); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (dentry) -+ goto accept; -+ -+ /* lookup path */ -+ dentry = decode_by_path(sb, ino, fh, fh_len, &nsi_lock); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (unlikely(!dentry)) -+ /* todo?: make it ESTALE */ -+ goto out_unlock; -+ -+accept: -+ if (!au_digen_test(dentry, au_sigen(sb)) -+ && d_inode(dentry)->i_generation == fh[Fh_igen]) -+ goto out_unlock; /* success */ -+ -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+out_unlock: -+ if (br) -+ au_br_put(br); -+ si_read_unlock(sb); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+#if 0 /* reserved for future use */ -+/* support subtreecheck option */ -+static struct dentry *aufs_fh_to_parent(struct super_block *sb, struct fid *fid, -+ int fh_len, int fh_type) -+{ -+ struct dentry *parent; -+ __u32 *fh = fid->raw; -+ ino_t dir_ino; -+ -+ dir_ino = decode_ino(fh + Fh_dir_ino); -+ parent = decode_by_ino(sb, dir_ino, 0); -+ if (IS_ERR(parent)) -+ goto out; -+ if (!parent) -+ parent = decode_by_path(sb, au_br_index(sb, fh[Fh_br_id]), -+ dir_ino, fh, fh_len); -+ -+out: -+ AuTraceErrPtr(parent); -+ return parent; -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_encode_fh(struct inode *inode, __u32 *fh, int *max_len, -+ struct inode *dir) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb, *h_sb; -+ struct dentry *dentry, *parent, *h_parent; -+ struct inode *h_dir; -+ struct au_branch *br; -+ -+ err = -ENOSPC; -+ if (unlikely(*max_len <= Fh_tail)) { -+ AuWarn1("NFSv2 client (max_len %d)?\n", *max_len); -+ goto out; -+ } -+ -+ err = FILEID_ROOT; -+ if (inode->i_ino == AUFS_ROOT_INO) { -+ AuDebugOn(inode->i_ino != AUFS_ROOT_INO); -+ goto out; -+ } -+ -+ h_parent = NULL; -+ sb = inode->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH); -+ if (unlikely(err)) -+ goto out; -+ -+#ifdef CONFIG_AUFS_DEBUG -+ if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) -+ AuWarn1("NFS-exporting requires xino\n"); -+#endif -+ err = -EIO; -+ parent = NULL; -+ ii_read_lock_child(inode); -+ bindex = au_ibtop(inode); -+ if (!dir) { -+ dentry = d_find_any_alias(inode); -+ if (unlikely(!dentry)) -+ goto out_unlock; -+ AuDebugOn(au_test_anon(dentry)); -+ parent = dget_parent(dentry); -+ dput(dentry); -+ if (unlikely(!parent)) -+ goto out_unlock; -+ if (d_really_is_positive(parent)) -+ dir = d_inode(parent); -+ } -+ -+ ii_read_lock_parent(dir); -+ h_dir = au_h_iptr(dir, bindex); -+ ii_read_unlock(dir); -+ if (unlikely(!h_dir)) -+ goto out_parent; -+ h_parent = d_find_any_alias(h_dir); -+ if (unlikely(!h_parent)) -+ goto out_hparent; -+ -+ err = -EPERM; -+ br = au_sbr(sb, bindex); -+ h_sb = au_br_sb(br); -+ if (unlikely(!h_sb->s_export_op)) { -+ AuErr1("%s branch is not exportable\n", au_sbtype(h_sb)); -+ goto out_hparent; -+ } -+ -+ fh[Fh_br_id] = br->br_id; -+ fh[Fh_sigen] = au_sigen(sb); -+ encode_ino(fh + Fh_ino, inode->i_ino); -+ encode_ino(fh + Fh_dir_ino, dir->i_ino); -+ fh[Fh_igen] = inode->i_generation; -+ -+ *max_len -= Fh_tail; -+ fh[Fh_h_type] = exportfs_encode_fh(h_parent, (void *)(fh + Fh_tail), -+ max_len, -+ /*connectable or subtreecheck*/0); -+ err = fh[Fh_h_type]; -+ *max_len += Fh_tail; -+ /* todo: macros? */ -+ if (err != FILEID_INVALID) -+ err = 99; -+ else -+ AuWarn1("%s encode_fh failed\n", au_sbtype(h_sb)); -+ -+out_hparent: -+ dput(h_parent); -+out_parent: -+ dput(parent); -+out_unlock: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+out: -+ if (unlikely(err < 0)) -+ err = FILEID_INVALID; -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_commit_metadata(struct inode *inode) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct inode *h_inode; -+ int (*f)(struct inode *inode); -+ -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ ii_write_lock_child(inode); -+ bindex = au_ibtop(inode); -+ AuDebugOn(bindex < 0); -+ h_inode = au_h_iptr(inode, bindex); -+ -+ f = h_inode->i_sb->s_export_op->commit_metadata; -+ if (f) -+ err = f(h_inode); -+ else { -+ struct writeback_control wbc = { -+ .sync_mode = WB_SYNC_ALL, -+ .nr_to_write = 0 /* metadata only */ -+ }; -+ -+ err = sync_inode(h_inode, &wbc); -+ } -+ -+ au_cpup_attr_timesizes(inode); -+ ii_write_unlock(inode); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct export_operations aufs_export_op = { -+ .fh_to_dentry = aufs_fh_to_dentry, -+ /* .fh_to_parent = aufs_fh_to_parent, */ -+ .encode_fh = aufs_encode_fh, -+ .commit_metadata = aufs_commit_metadata -+}; -+ -+void au_export_init(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ __u32 u; -+ -+ BUILD_BUG_ON_MSG(IS_BUILTIN(CONFIG_AUFS_FS) -+ && IS_MODULE(CONFIG_EXPORTFS), -+ AUFS_NAME ": unsupported configuration " -+ "CONFIG_EXPORTFS=m and CONFIG_AUFS_FS=y"); -+ -+ sb->s_export_op = &aufs_export_op; -+ sbinfo = au_sbi(sb); -+ sbinfo->si_xigen = NULL; -+ get_random_bytes(&u, sizeof(u)); -+ BUILD_BUG_ON(sizeof(u) != sizeof(int)); -+ atomic_set(&sbinfo->si_xigen_next, u); -+} -diff --git a/fs/aufs/f_op.c b/fs/aufs/f_op.c -new file mode 100644 -index 000000000000..3ea06e5a1610 ---- /dev/null -+++ b/fs/aufs/f_op.c -@@ -0,0 +1,805 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * file and vm operations -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+int au_do_open_nondir(struct file *file, int flags, struct file *h_file) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct dentry *dentry, *h_dentry; -+ struct au_finfo *finfo; -+ struct inode *h_inode; -+ -+ FiMustWriteLock(file); -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ AuDebugOn(IS_ERR_OR_NULL(dentry)); -+ finfo = au_fi(file); -+ memset(&finfo->fi_htop, 0, sizeof(finfo->fi_htop)); -+ atomic_set(&finfo->fi_mmapped, 0); -+ bindex = au_dbtop(dentry); -+ if (!h_file) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ err = vfsub_test_mntns(file->f_path.mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ goto out; -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ } else { -+ h_dentry = h_file->f_path.dentry; -+ err = vfsub_test_mntns(file->f_path.mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ goto out; -+ get_file(h_file); -+ } -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ if ((flags & __O_TMPFILE) -+ && !(flags & O_EXCL)) { -+ h_inode = file_inode(h_file); -+ spin_lock(&h_inode->i_lock); -+ h_inode->i_state |= I_LINKABLE; -+ spin_unlock(&h_inode->i_lock); -+ } -+ au_set_fbtop(file, bindex); -+ au_set_h_fptr(file, bindex, h_file); -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ } -+ -+out: -+ return err; -+} -+ -+static int aufs_open_nondir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_do_open_args args = { -+ .open = au_do_open_nondir -+ }; -+ -+ AuDbg("%pD, f_flags 0x%x, f_mode 0x%x\n", -+ file, vfsub_file_flags(file), file->f_mode); -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ err = au_do_open(file, &args); -+ si_read_unlock(sb); -+ return err; -+} -+ -+int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file) -+{ -+ struct au_finfo *finfo; -+ aufs_bindex_t bindex; -+ -+ finfo = au_fi(file); -+ au_hbl_del(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ bindex = finfo->fi_btop; -+ if (bindex >= 0) -+ au_set_h_fptr(file, bindex, NULL); -+ -+ au_finfo_fin(file); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_flush_nondir(struct file *file, fl_owner_t id) -+{ -+ int err; -+ struct file *h_file; -+ -+ err = 0; -+ h_file = au_hf_top(file); -+ if (h_file) -+ err = vfsub_flush(h_file, id); -+ return err; -+} -+ -+static int aufs_flush_nondir(struct file *file, fl_owner_t id) -+{ -+ return au_do_flush(file, id, au_do_flush_nondir); -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * read and write functions acquire [fdi]_rwsem once, but release before -+ * mmap_sem. This is because to stop a race condition between mmap(2). -+ * Releasing these aufs-rwsem should be safe, no branch-mamagement (by keeping -+ * si_rwsem), no harmful copy-up should happen. Actually copy-up may happen in -+ * read functions after [fdi]_rwsem are released, but it should be harmless. -+ */ -+ -+/* Callers should call au_read_post() or fput() in the end */ -+struct file *au_read_pre(struct file *file, int keep_fi, unsigned int lsc) -+{ -+ struct file *h_file; -+ int err; -+ -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0, lsc); -+ if (!err) { -+ di_read_unlock(file->f_path.dentry, AuLock_IR); -+ h_file = au_hf_top(file); -+ get_file(h_file); -+ if (!keep_fi) -+ fi_read_unlock(file); -+ } else -+ h_file = ERR_PTR(err); -+ -+ return h_file; -+} -+ -+static void au_read_post(struct inode *inode, struct file *h_file) -+{ -+ /* update without lock, I don't think it a problem */ -+ fsstack_copy_attr_atime(inode, file_inode(h_file)); -+ fput(h_file); -+} -+ -+struct au_write_pre { -+ /* input */ -+ unsigned int lsc; -+ -+ /* output */ -+ blkcnt_t blks; -+ aufs_bindex_t btop; -+}; -+ -+/* -+ * return with iinfo is write-locked -+ * callers should call au_write_post() or iinfo_write_unlock() + fput() in the -+ * end -+ */ -+static struct file *au_write_pre(struct file *file, int do_ready, -+ struct au_write_pre *wpre) -+{ -+ struct file *h_file; -+ struct dentry *dentry; -+ int err; -+ unsigned int lsc; -+ struct au_pin pin; -+ -+ lsc = 0; -+ if (wpre) -+ lsc = wpre->lsc; -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1, lsc); -+ h_file = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ if (do_ready) { -+ err = au_ready_to_write(file, -1, &pin); -+ if (unlikely(err)) { -+ h_file = ERR_PTR(err); -+ di_write_unlock(dentry); -+ goto out_fi; -+ } -+ } -+ -+ di_downgrade_lock(dentry, /*flags*/0); -+ if (wpre) -+ wpre->btop = au_fbtop(file); -+ h_file = au_hf_top(file); -+ get_file(h_file); -+ if (wpre) -+ wpre->blks = file_inode(h_file)->i_blocks; -+ if (do_ready) -+ au_unpin(&pin); -+ di_read_unlock(dentry, /*flags*/0); -+ -+out_fi: -+ fi_write_unlock(file); -+out: -+ return h_file; -+} -+ -+static void au_write_post(struct inode *inode, struct file *h_file, -+ struct au_write_pre *wpre, ssize_t written) -+{ -+ struct inode *h_inode; -+ -+ au_cpup_attr_timesizes(inode); -+ AuDebugOn(au_ibtop(inode) != wpre->btop); -+ h_inode = file_inode(h_file); -+ inode->i_mode = h_inode->i_mode; -+ ii_write_unlock(inode); -+ /* AuDbg("blks %llu, %llu\n", (u64)blks, (u64)h_inode->i_blocks); */ -+ if (written > 0) -+ au_fhsm_wrote(inode->i_sb, wpre->btop, -+ /*force*/h_inode->i_blocks > wpre->blks); -+ fput(h_file); -+} -+ -+static ssize_t aufs_read(struct file *file, char __user *buf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ struct inode *inode; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ /* filedata may be obsoleted by concurrent copyup, but no problem */ -+ err = vfsub_read_u(h_file, buf, count, ppos); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* -+ * todo: very ugly -+ * it locks both of i_mutex and si_rwsem for read in safe. -+ * if the plink maintenance mode continues forever (that is the problem), -+ * may loop forever. -+ */ -+static void au_mtx_and_read_lock(struct inode *inode) -+{ -+ int err; -+ struct super_block *sb = inode->i_sb; -+ -+ while (1) { -+ inode_lock(inode); -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (!err) -+ break; -+ inode_unlock(inode); -+ si_read_lock(sb, AuLock_NOPLMW); -+ si_read_unlock(sb); -+ } -+} -+ -+static ssize_t aufs_write(struct file *file, const char __user *ubuf, -+ size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ char __user *buf = (char __user *)ubuf; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_write_u(h_file, buf, count, ppos); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t au_do_iter(struct file *h_file, int rw, struct kiocb *kio, -+ struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct file *file; -+ ssize_t (*iter)(struct kiocb *, struct iov_iter *); -+ -+ err = security_file_permission(h_file, rw); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOSYS; -+ iter = NULL; -+ if (rw == MAY_READ) -+ iter = h_file->f_op->read_iter; -+ else if (rw == MAY_WRITE) -+ iter = h_file->f_op->write_iter; -+ -+ file = kio->ki_filp; -+ kio->ki_filp = h_file; -+ if (iter) { -+ lockdep_off(); -+ err = iter(kio, iov_iter); -+ lockdep_on(); -+ } else -+ /* currently there is no such fs */ -+ WARN_ON_ONCE(1); -+ kio->ki_filp = file; -+ -+out: -+ return err; -+} -+ -+static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct file *file, *h_file; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ file = kio->ki_filp; -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/1, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ if (au_test_loopback_kthread()) { -+ au_warn_loopback(h_file->f_path.dentry->d_sb); -+ if (file->f_mapping != h_file->f_mapping) { -+ file->f_mapping = h_file->f_mapping; -+ smp_mb(); /* unnecessary? */ -+ } -+ } -+ fi_read_unlock(file); -+ -+ err = au_do_iter(h_file, MAY_READ, kio, iov_iter); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static ssize_t aufs_write_iter(struct kiocb *kio, struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *file, *h_file; -+ -+ file = kio->ki_filp; -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = au_do_iter(h_file, MAY_WRITE, kio, iov_iter); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t aufs_splice_read(struct file *file, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) -+{ -+ ssize_t err; -+ struct file *h_file; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_splice_to(h_file, ppos, pipe, len, flags); -+ /* todo: necessasry? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static ssize_t -+aufs_splice_write(struct pipe_inode_info *pipe, struct file *file, loff_t *ppos, -+ size_t len, unsigned int flags) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_splice_from(pipe, h_file, ppos, len, flags); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static long aufs_fallocate(struct file *file, int mode, loff_t offset, -+ loff_t len) -+{ -+ long err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_fallocate(h_file, mode, offset, len); -+ lockdep_on(); -+ au_write_post(inode, h_file, &wpre, /*written*/1); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t aufs_copy_file_range(struct file *src, loff_t src_pos, -+ struct file *dst, loff_t dst_pos, -+ size_t len, unsigned int flags) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ enum { SRC, DST }; -+ struct { -+ struct inode *inode; -+ struct file *h_file; -+ struct super_block *h_sb; -+ } a[2]; -+#define a_src a[SRC] -+#define a_dst a[DST] -+ -+ err = -EINVAL; -+ a_src.inode = file_inode(src); -+ if (unlikely(!S_ISREG(a_src.inode->i_mode))) -+ goto out; -+ a_dst.inode = file_inode(dst); -+ if (unlikely(!S_ISREG(a_dst.inode->i_mode))) -+ goto out; -+ -+ au_mtx_and_read_lock(a_dst.inode); -+ /* -+ * in order to match the order in di_write_lock2_{child,parent}(), -+ * use f_path.dentry for this comparision. -+ */ -+ if (src->f_path.dentry < dst->f_path.dentry) { -+ a_src.h_file = au_read_pre(src, /*keep_fi*/1, AuLsc_FI_1); -+ err = PTR_ERR(a_src.h_file); -+ if (IS_ERR(a_src.h_file)) -+ goto out_si; -+ -+ wpre.lsc = AuLsc_FI_2; -+ a_dst.h_file = au_write_pre(dst, /*do_ready*/1, &wpre); -+ err = PTR_ERR(a_dst.h_file); -+ if (IS_ERR(a_dst.h_file)) { -+ au_read_post(a_src.inode, a_src.h_file); -+ goto out_si; -+ } -+ } else { -+ wpre.lsc = AuLsc_FI_1; -+ a_dst.h_file = au_write_pre(dst, /*do_ready*/1, &wpre); -+ err = PTR_ERR(a_dst.h_file); -+ if (IS_ERR(a_dst.h_file)) -+ goto out_si; -+ -+ a_src.h_file = au_read_pre(src, /*keep_fi*/1, AuLsc_FI_2); -+ err = PTR_ERR(a_src.h_file); -+ if (IS_ERR(a_src.h_file)) { -+ au_write_post(a_dst.inode, a_dst.h_file, &wpre, -+ /*written*/0); -+ goto out_si; -+ } -+ } -+ -+ err = -EXDEV; -+ a_src.h_sb = file_inode(a_src.h_file)->i_sb; -+ a_dst.h_sb = file_inode(a_dst.h_file)->i_sb; -+ if (unlikely(a_src.h_sb != a_dst.h_sb)) { -+ AuDbgFile(src); -+ AuDbgFile(dst); -+ goto out_file; -+ } -+ -+ err = vfsub_copy_file_range(a_src.h_file, src_pos, a_dst.h_file, -+ dst_pos, len, flags); -+ -+out_file: -+ au_write_post(a_dst.inode, a_dst.h_file, &wpre, err); -+ fi_read_unlock(src); -+ au_read_post(a_src.inode, a_src.h_file); -+out_si: -+ si_read_unlock(a_dst.inode->i_sb); -+ inode_unlock(a_dst.inode); -+out: -+ return err; -+#undef a_src -+#undef a_dst -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * The locking order around current->mmap_sem. -+ * - in most and regular cases -+ * file I/O syscall -- aufs_read() or something -+ * -- si_rwsem for read -- mmap_sem -+ * (Note that [fdi]i_rwsem are released before mmap_sem). -+ * - in mmap case -+ * mmap(2) -- mmap_sem -- aufs_mmap() -- si_rwsem for read -- [fdi]i_rwsem -+ * This AB-BA order is definitly bad, but is not a problem since "si_rwsem for -+ * read" allows muliple processes to acquire it and [fdi]i_rwsem are not held in -+ * file I/O. Aufs needs to stop lockdep in aufs_mmap() though. -+ * It means that when aufs acquires si_rwsem for write, the process should never -+ * acquire mmap_sem. -+ * -+ * Actually aufs_iterate() holds [fdi]i_rwsem before mmap_sem, but this is not a -+ * problem either since any directory is not able to be mmap-ed. -+ * The similar scenario is applied to aufs_readlink() too. -+ */ -+ -+#if 0 /* stop calling security_file_mmap() */ -+/* cf. linux/include/linux/mman.h: calc_vm_prot_bits() */ -+#define AuConv_VM_PROT(f, b) _calc_vm_trans(f, VM_##b, PROT_##b) -+ -+static unsigned long au_arch_prot_conv(unsigned long flags) -+{ -+ /* currently ppc64 only */ -+#ifdef CONFIG_PPC64 -+ /* cf. linux/arch/powerpc/include/asm/mman.h */ -+ AuDebugOn(arch_calc_vm_prot_bits(-1) != VM_SAO); -+ return AuConv_VM_PROT(flags, SAO); -+#else -+ AuDebugOn(arch_calc_vm_prot_bits(-1)); -+ return 0; -+#endif -+} -+ -+static unsigned long au_prot_conv(unsigned long flags) -+{ -+ return AuConv_VM_PROT(flags, READ) -+ | AuConv_VM_PROT(flags, WRITE) -+ | AuConv_VM_PROT(flags, EXEC) -+ | au_arch_prot_conv(flags); -+} -+ -+/* cf. linux/include/linux/mman.h: calc_vm_flag_bits() */ -+#define AuConv_VM_MAP(f, b) _calc_vm_trans(f, VM_##b, MAP_##b) -+ -+static unsigned long au_flag_conv(unsigned long flags) -+{ -+ return AuConv_VM_MAP(flags, GROWSDOWN) -+ | AuConv_VM_MAP(flags, DENYWRITE) -+ | AuConv_VM_MAP(flags, LOCKED); -+} -+#endif -+ -+static int aufs_mmap(struct file *file, struct vm_area_struct *vma) -+{ -+ int err; -+ const unsigned char wlock -+ = (file->f_mode & FMODE_WRITE) && (vma->vm_flags & VM_SHARED); -+ struct super_block *sb; -+ struct file *h_file; -+ struct inode *inode; -+ -+ AuDbgVmRegion(file, vma); -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ lockdep_off(); -+ si_read_lock(sb, AuLock_NOPLMW); -+ -+ h_file = au_write_pre(file, wlock, /*wpre*/NULL); -+ lockdep_on(); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = 0; -+ au_set_mmapped(file); -+ au_vm_file_reset(vma, h_file); -+ /* -+ * we cannot call security_mmap_file() here since it may acquire -+ * mmap_sem or i_mutex. -+ * -+ * err = security_mmap_file(h_file, au_prot_conv(vma->vm_flags), -+ * au_flag_conv(vma->vm_flags)); -+ */ -+ if (!err) -+ err = call_mmap(h_file, vma); -+ if (!err) { -+ au_vm_prfile_set(vma, file); -+ fsstack_copy_attr_atime(inode, file_inode(h_file)); -+ goto out_fput; /* success */ -+ } -+ au_unset_mmapped(file); -+ au_vm_file_reset(vma, file); -+ -+out_fput: -+ lockdep_off(); -+ ii_write_unlock(inode); -+ lockdep_on(); -+ fput(h_file); -+out: -+ lockdep_off(); -+ si_read_unlock(sb); -+ lockdep_on(); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_fsync_nondir(struct file *file, loff_t start, loff_t end, -+ int datasync) -+{ -+ int err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ err = 0; /* -EBADF; */ /* posix? */ -+ if (unlikely(!(file->f_mode & FMODE_WRITE))) -+ goto out; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out_unlock; -+ -+ err = vfsub_fsync(h_file, &h_file->f_path, datasync); -+ au_write_post(inode, h_file, &wpre, /*written*/0); -+ -+out_unlock: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+out: -+ return err; -+} -+ -+static int aufs_fasync(int fd, struct file *file, int flag) -+{ -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ if (h_file->f_op->fasync) -+ err = h_file->f_op->fasync(fd, h_file, flag); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static int aufs_setfl(struct file *file, unsigned long arg) -+{ -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ /* stop calling h_file->fasync */ -+ arg |= vfsub_file_flags(file) & FASYNC; -+ err = setfl(/*unused fd*/-1, h_file, arg); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* no one supports this operation, currently */ -+#if 0 -+static ssize_t aufs_sendpage(struct file *file, struct page *page, int offset, -+ size_t len, loff_t *pos, int more) -+{ -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+const struct file_operations aufs_file_fop = { -+ .owner = THIS_MODULE, -+ -+ .llseek = default_llseek, -+ -+ .read = aufs_read, -+ .write = aufs_write, -+ .read_iter = aufs_read_iter, -+ .write_iter = aufs_write_iter, -+ -+#ifdef CONFIG_AUFS_POLL -+ .poll = aufs_poll, -+#endif -+ .unlocked_ioctl = aufs_ioctl_nondir, -+#ifdef CONFIG_COMPAT -+ .compat_ioctl = aufs_compat_ioctl_nondir, -+#endif -+ .mmap = aufs_mmap, -+ .open = aufs_open_nondir, -+ .flush = aufs_flush_nondir, -+ .release = aufs_release_nondir, -+ .fsync = aufs_fsync_nondir, -+ .fasync = aufs_fasync, -+ /* .sendpage = aufs_sendpage, */ -+ .setfl = aufs_setfl, -+ .splice_write = aufs_splice_write, -+ .splice_read = aufs_splice_read, -+#if 0 -+ .aio_splice_write = aufs_aio_splice_write, -+ .aio_splice_read = aufs_aio_splice_read, -+#endif -+ .fallocate = aufs_fallocate, -+ .copy_file_range = aufs_copy_file_range -+}; -diff --git a/fs/aufs/fhsm.c b/fs/aufs/fhsm.c -new file mode 100644 -index 000000000000..c55abb1b846f ---- /dev/null -+++ b/fs/aufs/fhsm.c -@@ -0,0 +1,413 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2011-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * File-based Hierarchy Storage Management -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+static aufs_bindex_t au_fhsm_bottom(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ AuDebugOn(!fhsm); -+ return fhsm->fhsm_bottom; -+} -+ -+void au_fhsm_set_bottom(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ AuDebugOn(!fhsm); -+ fhsm->fhsm_bottom = bindex; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_fhsm_test_jiffy(struct au_sbinfo *sbinfo, struct au_branch *br) -+{ -+ struct au_br_fhsm *bf; -+ -+ bf = br->br_fhsm; -+ MtxMustLock(&bf->bf_lock); -+ -+ return !bf->bf_readable -+ || time_after(jiffies, -+ bf->bf_jiffy + sbinfo->si_fhsm.fhsm_expire); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_fhsm_notify(struct super_block *sb, int val) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ if (au_fhsm_pid(fhsm) -+ && atomic_read(&fhsm->fhsm_readable) != -1) { -+ atomic_set(&fhsm->fhsm_readable, val); -+ if (val) -+ wake_up(&fhsm->fhsm_wqh); -+ } -+} -+ -+static int au_fhsm_stfs(struct super_block *sb, aufs_bindex_t bindex, -+ struct aufs_stfs *rstfs, int do_lock, int do_notify) -+{ -+ int err; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ br = au_sbr(sb, bindex); -+ AuDebugOn(au_br_rdonly(br)); -+ bf = br->br_fhsm; -+ AuDebugOn(!bf); -+ -+ if (do_lock) -+ mutex_lock(&bf->bf_lock); -+ else -+ MtxMustLock(&bf->bf_lock); -+ -+ /* sb->s_root for NFS is unreliable */ -+ err = au_br_stfs(br, &bf->bf_stfs); -+ if (unlikely(err)) { -+ AuErr1("FHSM failed (%d), b%d, ignored.\n", bindex, err); -+ goto out; -+ } -+ -+ bf->bf_jiffy = jiffies; -+ bf->bf_readable = 1; -+ if (do_notify) -+ au_fhsm_notify(sb, /*val*/1); -+ if (rstfs) -+ *rstfs = bf->bf_stfs; -+ -+out: -+ if (do_lock) -+ mutex_unlock(&bf->bf_lock); -+ au_fhsm_notify(sb, /*val*/1); -+ -+ return err; -+} -+ -+void au_fhsm_wrote(struct super_block *sb, aufs_bindex_t bindex, int force) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ AuDbg("b%d, force %d\n", bindex, force); -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ if (!au_ftest_si(sbinfo, FHSM) -+ || fhsm->fhsm_bottom == bindex) -+ return; -+ -+ br = au_sbr(sb, bindex); -+ bf = br->br_fhsm; -+ AuDebugOn(!bf); -+ mutex_lock(&bf->bf_lock); -+ if (force -+ || au_fhsm_pid(fhsm) -+ || au_fhsm_test_jiffy(sbinfo, br)) -+ err = au_fhsm_stfs(sb, bindex, /*rstfs*/NULL, /*do_lock*/0, -+ /*do_notify*/1); -+ mutex_unlock(&bf->bf_lock); -+} -+ -+void au_fhsm_wrote_all(struct super_block *sb, int force) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ /* exclude the bottom */ -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) -+ au_fhsm_wrote(sb, bindex, force); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static unsigned int au_fhsm_poll(struct file *file, -+ struct poll_table_struct *wait) -+{ -+ unsigned int mask; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ mask = 0; -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+ poll_wait(file, &fhsm->fhsm_wqh, wait); -+ if (atomic_read(&fhsm->fhsm_readable)) -+ mask = POLLIN /* | POLLRDNORM */; -+ -+ AuTraceErr((int)mask); -+ return mask; -+} -+ -+static int au_fhsm_do_read_one(struct aufs_stbr __user *stbr, -+ struct aufs_stfs *stfs, __s16 brid) -+{ -+ int err; -+ -+ err = copy_to_user(&stbr->stfs, stfs, sizeof(*stfs)); -+ if (!err) -+ err = __put_user(brid, &stbr->brid); -+ if (unlikely(err)) -+ err = -EFAULT; -+ -+ return err; -+} -+ -+static ssize_t au_fhsm_do_read(struct super_block *sb, -+ struct aufs_stbr __user *stbr, size_t count) -+{ -+ ssize_t err; -+ int nstbr; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ /* except the bottom branch */ -+ err = 0; -+ nstbr = 0; -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; !err && bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_fhsm(br->br_perm)) -+ continue; -+ -+ bf = br->br_fhsm; -+ mutex_lock(&bf->bf_lock); -+ if (bf->bf_readable) { -+ err = -EFAULT; -+ if (count >= sizeof(*stbr)) -+ err = au_fhsm_do_read_one(stbr++, &bf->bf_stfs, -+ br->br_id); -+ if (!err) { -+ bf->bf_readable = 0; -+ count -= sizeof(*stbr); -+ nstbr++; -+ } -+ } -+ mutex_unlock(&bf->bf_lock); -+ } -+ if (!err) -+ err = sizeof(*stbr) * nstbr; -+ -+ return err; -+} -+ -+static ssize_t au_fhsm_read(struct file *file, char __user *buf, size_t count, -+ loff_t *pos) -+{ -+ ssize_t err; -+ int readable; -+ aufs_bindex_t nfhsm, bindex, bbot; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ struct au_branch *br; -+ struct super_block *sb; -+ -+ err = 0; -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+need_data: -+ spin_lock_irq(&fhsm->fhsm_wqh.lock); -+ if (!atomic_read(&fhsm->fhsm_readable)) { -+ if (vfsub_file_flags(file) & O_NONBLOCK) -+ err = -EAGAIN; -+ else -+ err = wait_event_interruptible_locked_irq -+ (fhsm->fhsm_wqh, -+ atomic_read(&fhsm->fhsm_readable)); -+ } -+ spin_unlock_irq(&fhsm->fhsm_wqh.lock); -+ if (unlikely(err)) -+ goto out; -+ -+ /* sb may already be dead */ -+ au_rw_read_lock(&sbinfo->si_rwsem); -+ readable = atomic_read(&fhsm->fhsm_readable); -+ if (readable > 0) { -+ sb = sbinfo->si_sb; -+ AuDebugOn(!sb); -+ /* exclude the bottom branch */ -+ nfhsm = 0; -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) -+ nfhsm++; -+ } -+ err = -EMSGSIZE; -+ if (nfhsm * sizeof(struct aufs_stbr) <= count) { -+ atomic_set(&fhsm->fhsm_readable, 0); -+ err = au_fhsm_do_read(sbinfo->si_sb, (void __user *)buf, -+ count); -+ } -+ } -+ au_rw_read_unlock(&sbinfo->si_rwsem); -+ if (!readable) -+ goto need_data; -+ -+out: -+ return err; -+} -+ -+static int au_fhsm_release(struct inode *inode, struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ /* sb may already be dead */ -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock(&fhsm->fhsm_spin); -+ fhsm->fhsm_pid = 0; -+ spin_unlock(&fhsm->fhsm_spin); -+ kobject_put(&sbinfo->si_kobj); -+ -+ return 0; -+} -+ -+static const struct file_operations au_fhsm_fops = { -+ .owner = THIS_MODULE, -+ .llseek = noop_llseek, -+ .read = au_fhsm_read, -+ .poll = au_fhsm_poll, -+ .release = au_fhsm_release -+}; -+ -+int au_fhsm_fd(struct super_block *sb, int oflags) -+{ -+ int err, fd; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(oflags & ~(O_CLOEXEC | O_NONBLOCK))) -+ goto out; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock(&fhsm->fhsm_spin); -+ if (!fhsm->fhsm_pid) -+ fhsm->fhsm_pid = current->pid; -+ else -+ err = -EBUSY; -+ spin_unlock(&fhsm->fhsm_spin); -+ if (unlikely(err)) -+ goto out; -+ -+ oflags |= O_RDONLY; -+ /* oflags |= FMODE_NONOTIFY; */ -+ fd = anon_inode_getfd("[aufs_fhsm]", &au_fhsm_fops, sbinfo, oflags); -+ err = fd; -+ if (unlikely(fd < 0)) -+ goto out_pid; -+ -+ /* succeed reglardless 'fhsm' status */ -+ kobject_get(&sbinfo->si_kobj); -+ si_noflush_read_lock(sb); -+ if (au_ftest_si(sbinfo, FHSM)) -+ au_fhsm_wrote_all(sb, /*force*/0); -+ si_read_unlock(sb); -+ goto out; /* success */ -+ -+out_pid: -+ spin_lock(&fhsm->fhsm_spin); -+ fhsm->fhsm_pid = 0; -+ spin_unlock(&fhsm->fhsm_spin); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_fhsm_br_alloc(struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ br->br_fhsm = kmalloc(sizeof(*br->br_fhsm), GFP_NOFS); -+ if (br->br_fhsm) -+ au_br_fhsm_init(br->br_fhsm); -+ else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_fhsm_fin(struct super_block *sb) -+{ -+ au_fhsm_notify(sb, /*val*/-1); -+} -+ -+void au_fhsm_init(struct au_sbinfo *sbinfo) -+{ -+ struct au_fhsm *fhsm; -+ -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock_init(&fhsm->fhsm_spin); -+ init_waitqueue_head(&fhsm->fhsm_wqh); -+ atomic_set(&fhsm->fhsm_readable, 0); -+ fhsm->fhsm_expire -+ = msecs_to_jiffies(AUFS_FHSM_CACHE_DEF_SEC * MSEC_PER_SEC); -+ fhsm->fhsm_bottom = -1; -+} -+ -+void au_fhsm_set(struct au_sbinfo *sbinfo, unsigned int sec) -+{ -+ sbinfo->si_fhsm.fhsm_expire -+ = msecs_to_jiffies(sec * MSEC_PER_SEC); -+} -+ -+void au_fhsm_show(struct seq_file *seq, struct au_sbinfo *sbinfo) -+{ -+ unsigned int u; -+ -+ if (!au_ftest_si(sbinfo, FHSM)) -+ return; -+ -+ u = jiffies_to_msecs(sbinfo->si_fhsm.fhsm_expire) / MSEC_PER_SEC; -+ if (u != AUFS_FHSM_CACHE_DEF_SEC) -+ seq_printf(seq, ",fhsm_sec=%u", u); -+} -diff --git a/fs/aufs/file.c b/fs/aufs/file.c -new file mode 100644 -index 000000000000..83e69022c64c ---- /dev/null -+++ b/fs/aufs/file.c -@@ -0,0 +1,844 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * handling file/dir, and address_space operation -+ */ -+ -+#ifdef CONFIG_AUFS_DEBUG -+#include -+#endif -+#include -+#include "aufs.h" -+ -+/* drop flags for writing */ -+unsigned int au_file_roflags(unsigned int flags) -+{ -+ flags &= ~(O_WRONLY | O_RDWR | O_APPEND | O_CREAT | O_TRUNC); -+ flags |= O_RDONLY | O_NOATIME; -+ return flags; -+} -+ -+/* common functions to regular file and dir */ -+struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, -+ struct file *file, int force_wr) -+{ -+ struct file *h_file; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct path h_path; -+ int err; -+ -+ /* a race condition can happen between open and unlink/rmdir */ -+ h_file = ERR_PTR(-ENOENT); -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (au_test_nfsd() && (!h_dentry || d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ spin_lock(&h_dentry->d_lock); -+ err = (!d_unhashed(dentry) && d_unlinked(h_dentry)) -+ /* || !d_inode(dentry)->i_nlink */ -+ ; -+ spin_unlock(&h_dentry->d_lock); -+ if (unlikely(err)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, bindex); -+ err = au_br_test_oflag(flags, br); -+ h_file = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ /* drop flags for writing */ -+ if (au_test_ro(sb, bindex, d_inode(dentry))) { -+ if (force_wr && !(flags & O_WRONLY)) -+ force_wr = 0; -+ flags = au_file_roflags(flags); -+ if (force_wr) { -+ h_file = ERR_PTR(-EROFS); -+ flags = au_file_roflags(flags); -+ if (unlikely(vfsub_native_ro(h_inode) -+ || IS_APPEND(h_inode))) -+ goto out; -+ flags &= ~O_ACCMODE; -+ flags |= O_WRONLY; -+ } -+ } -+ flags &= ~O_CREAT; -+ au_br_get(br); -+ h_path.dentry = h_dentry; -+ h_path.mnt = au_br_mnt(br); -+ h_file = vfsub_dentry_open(&h_path, flags); -+ if (IS_ERR(h_file)) -+ goto out_br; -+ -+ if (flags & __FMODE_EXEC) { -+ err = deny_write_access(h_file); -+ if (unlikely(err)) { -+ fput(h_file); -+ h_file = ERR_PTR(err); -+ goto out_br; -+ } -+ } -+ fsnotify_open(h_file); -+ goto out; /* success */ -+ -+out_br: -+ au_br_put(br); -+out: -+ return h_file; -+} -+ -+static int au_cmoo(struct dentry *dentry) -+{ -+ int err, cmoo, matched; -+ unsigned int udba; -+ struct path h_path; -+ struct au_pin pin; -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ struct inode *delegated; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ pid_t pid; -+ struct au_branch *br; -+ struct dentry *parent; -+ struct au_hinode *hdir; -+ -+ DiMustWriteLock(dentry); -+ IiMustWriteLock(d_inode(dentry)); -+ -+ err = 0; -+ if (IS_ROOT(dentry)) -+ goto out; -+ cpg.bsrc = au_dbtop(dentry); -+ if (!cpg.bsrc) -+ goto out; -+ -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ pid = au_fhsm_pid(fhsm); -+ rcu_read_lock(); -+ matched = (pid -+ && (current->pid == pid -+ || rcu_dereference(current->real_parent)->pid == pid)); -+ rcu_read_unlock(); -+ if (matched) -+ goto out; -+ -+ br = au_sbr(sb, cpg.bsrc); -+ cmoo = au_br_cmoo(br->br_perm); -+ if (!cmoo) -+ goto out; -+ if (!d_is_reg(dentry)) -+ cmoo &= AuBrAttr_COO_ALL; -+ if (!cmoo) -+ goto out; -+ -+ parent = dget_parent(dentry); -+ di_write_lock_parent(parent); -+ err = au_wbr_do_copyup_bu(dentry, cpg.bsrc - 1); -+ cpg.bdst = err; -+ if (unlikely(err < 0)) { -+ err = 0; /* there is no upper writable branch */ -+ goto out_dgrade; -+ } -+ AuDbg("bsrc %d, bdst %d\n", cpg.bsrc, cpg.bdst); -+ -+ /* do not respect the coo attrib for the target branch */ -+ err = au_cpup_dirs(dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_dgrade; -+ -+ di_downgrade_lock(parent, AuLock_IR); -+ udba = au_opt_udba(sb); -+ err = au_pin(&pin, dentry, cpg.bdst, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ if (unlikely(err)) -+ goto out_parent; -+ if (!(cmoo & AuBrWAttr_MOO)) -+ goto out_parent; /* success */ -+ -+ err = au_pin(&pin, dentry, cpg.bsrc, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ h_path.mnt = au_br_mnt(br); -+ h_path.dentry = au_h_dptr(dentry, cpg.bsrc); -+ hdir = au_hi(d_inode(parent), cpg.bsrc); -+ delegated = NULL; -+ err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, /*force*/1); -+ au_unpin(&pin); -+ /* todo: keep h_dentry or not? */ -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) { -+ pr_err("unlink %pd after coo failed (%d), ignored\n", -+ dentry, err); -+ err = 0; -+ } -+ goto out_parent; /* success */ -+ -+out_dgrade: -+ di_downgrade_lock(parent, AuLock_IR); -+out_parent: -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_do_open(struct file *file, struct au_do_open_args *args) -+{ -+ int err, aopen = args->aopen; -+ struct dentry *dentry; -+ struct au_finfo *finfo; -+ -+ if (!aopen) -+ err = au_finfo_init(file, args->fidir); -+ else { -+ lockdep_off(); -+ err = au_finfo_init(file, args->fidir); -+ lockdep_on(); -+ } -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ AuDebugOn(IS_ERR_OR_NULL(dentry)); -+ di_write_lock_child(dentry); -+ err = au_cmoo(dentry); -+ di_downgrade_lock(dentry, AuLock_IR); -+ if (!err) { -+ if (!aopen) -+ err = args->open(file, vfsub_file_flags(file), NULL); -+ else { -+ lockdep_off(); -+ err = args->open(file, vfsub_file_flags(file), NULL); -+ lockdep_on(); -+ } -+ } -+ di_read_unlock(dentry, AuLock_IR); -+ -+ finfo = au_fi(file); -+ if (!err) { -+ finfo->fi_file = file; -+ au_hbl_add(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ } -+ if (!aopen) -+ fi_write_unlock(file); -+ else { -+ lockdep_off(); -+ fi_write_unlock(file); -+ lockdep_on(); -+ } -+ if (unlikely(err)) { -+ finfo->fi_hdir = NULL; -+ au_finfo_fin(file); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_reopen_nondir(struct file *file) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct dentry *dentry; -+ struct file *h_file, *h_file_tmp; -+ -+ dentry = file->f_path.dentry; -+ btop = au_dbtop(dentry); -+ h_file_tmp = NULL; -+ if (au_fbtop(file) == btop) { -+ h_file = au_hf_top(file); -+ if (file->f_mode == h_file->f_mode) -+ return 0; /* success */ -+ h_file_tmp = h_file; -+ get_file(h_file_tmp); -+ au_set_h_fptr(file, btop, NULL); -+ } -+ AuDebugOn(au_fi(file)->fi_hdir); -+ /* -+ * it can happen -+ * file exists on both of rw and ro -+ * open --> dbtop and fbtop are both 0 -+ * prepend a branch as rw, "rw" become ro -+ * remove rw/file -+ * delete the top branch, "rw" becomes rw again -+ * --> dbtop is 1, fbtop is still 0 -+ * write --> fbtop is 0 but dbtop is 1 -+ */ -+ /* AuDebugOn(au_fbtop(file) < btop); */ -+ -+ h_file = au_h_open(dentry, btop, vfsub_file_flags(file) & ~O_TRUNC, -+ file, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) { -+ if (h_file_tmp) { -+ au_sbr_get(dentry->d_sb, btop); -+ au_set_h_fptr(file, btop, h_file_tmp); -+ h_file_tmp = NULL; -+ } -+ goto out; /* todo: close all? */ -+ } -+ -+ err = 0; -+ au_set_fbtop(file, btop); -+ au_set_h_fptr(file, btop, h_file); -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ -+out: -+ if (h_file_tmp) -+ fput(h_file_tmp); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_reopen_wh(struct file *file, aufs_bindex_t btgt, -+ struct dentry *hi_wh) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct au_dinfo *dinfo; -+ struct dentry *h_dentry; -+ struct au_hdentry *hdp; -+ -+ dinfo = au_di(file->f_path.dentry); -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ btop = dinfo->di_btop; -+ dinfo->di_btop = btgt; -+ hdp = au_hdentry(dinfo, btgt); -+ h_dentry = hdp->hd_dentry; -+ hdp->hd_dentry = hi_wh; -+ err = au_reopen_nondir(file); -+ hdp->hd_dentry = h_dentry; -+ dinfo->di_btop = btop; -+ -+ return err; -+} -+ -+static int au_ready_to_write_wh(struct file *file, loff_t len, -+ aufs_bindex_t bcpup, struct au_pin *pin) -+{ -+ int err; -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry, *hi_wh; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = bcpup, -+ .bsrc = -1, -+ .len = len, -+ .pin = pin -+ }; -+ -+ au_update_dbtop(cpg.dentry); -+ inode = d_inode(cpg.dentry); -+ h_inode = NULL; -+ if (au_dbtop(cpg.dentry) <= bcpup -+ && au_dbbot(cpg.dentry) >= bcpup) { -+ h_dentry = au_h_dptr(cpg.dentry, bcpup); -+ if (h_dentry && d_is_positive(h_dentry)) -+ h_inode = d_inode(h_dentry); -+ } -+ hi_wh = au_hi_wh(inode, bcpup); -+ if (!hi_wh && !h_inode) -+ err = au_sio_cpup_wh(&cpg, file); -+ else -+ /* already copied-up after unlink */ -+ err = au_reopen_wh(file, bcpup, hi_wh); -+ -+ if (!err -+ && (inode->i_nlink > 1 -+ || (inode->i_state & I_LINKABLE)) -+ && au_opt_test(au_mntflags(cpg.dentry->d_sb), PLINK)) -+ au_plink_append(inode, bcpup, au_h_dptr(cpg.dentry, bcpup)); -+ -+ return err; -+} -+ -+/* -+ * prepare the @file for writing. -+ */ -+int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin) -+{ -+ int err; -+ aufs_bindex_t dbtop; -+ struct dentry *parent; -+ struct inode *inode; -+ struct super_block *sb; -+ struct file *h_file; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = len, -+ .pin = pin, -+ .flags = AuCpup_DTIME -+ }; -+ -+ sb = cpg.dentry->d_sb; -+ inode = d_inode(cpg.dentry); -+ cpg.bsrc = au_fbtop(file); -+ err = au_test_ro(sb, cpg.bsrc, inode); -+ if (!err && (au_hf_top(file)->f_mode & FMODE_WRITE)) { -+ err = au_pin(pin, cpg.dentry, cpg.bsrc, AuOpt_UDBA_NONE, -+ /*flags*/0); -+ goto out; -+ } -+ -+ /* need to cpup or reopen */ -+ parent = dget_parent(cpg.dentry); -+ di_write_lock_parent(parent); -+ err = AuWbrCopyup(au_sbi(sb), cpg.dentry); -+ cpg.bdst = err; -+ if (unlikely(err < 0)) -+ goto out_dgrade; -+ err = 0; -+ -+ if (!d_unhashed(cpg.dentry) && !au_h_dptr(parent, cpg.bdst)) { -+ err = au_cpup_dirs(cpg.dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_dgrade; -+ } -+ -+ err = au_pin(pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_dgrade; -+ -+ dbtop = au_dbtop(cpg.dentry); -+ if (dbtop <= cpg.bdst) -+ cpg.bsrc = cpg.bdst; -+ -+ if (dbtop <= cpg.bdst /* just reopen */ -+ || !d_unhashed(cpg.dentry) /* copyup and reopen */ -+ ) { -+ h_file = au_h_open_pre(cpg.dentry, cpg.bsrc, /*force_wr*/0); -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ di_downgrade_lock(parent, AuLock_IR); -+ if (dbtop > cpg.bdst) -+ err = au_sio_cpup_simple(&cpg); -+ if (!err) -+ err = au_reopen_nondir(file); -+ au_h_open_post(cpg.dentry, cpg.bsrc, h_file); -+ } -+ } else { /* copyup as wh and reopen */ -+ /* -+ * since writable hfsplus branch is not supported, -+ * h_open_pre/post() are unnecessary. -+ */ -+ err = au_ready_to_write_wh(file, len, cpg.bdst, pin); -+ di_downgrade_lock(parent, AuLock_IR); -+ } -+ -+ if (!err) { -+ au_pin_set_parent_lflag(pin, /*lflag*/0); -+ goto out_dput; /* success */ -+ } -+ au_unpin(pin); -+ goto out_unlock; -+ -+out_dgrade: -+ di_downgrade_lock(parent, AuLock_IR); -+out_unlock: -+ di_read_unlock(parent, AuLock_IR); -+out_dput: -+ dput(parent); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_do_flush(struct file *file, fl_owner_t id, -+ int (*flush)(struct file *file, fl_owner_t id)) -+{ -+ int err; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_noflush_read_lock(sb); -+ fi_read_lock(file); -+ ii_read_lock_child(inode); -+ -+ err = flush(file, id); -+ au_cpup_attr_timesizes(inode); -+ -+ ii_read_unlock(inode); -+ fi_read_unlock(file); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_file_refresh_by_inode(struct file *file, int *need_reopen) -+{ -+ int err; -+ struct au_pin pin; -+ struct au_finfo *finfo; -+ struct dentry *parent, *hi_wh; -+ struct inode *inode; -+ struct super_block *sb; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME -+ }; -+ -+ FiMustWriteLock(file); -+ -+ err = 0; -+ finfo = au_fi(file); -+ sb = cpg.dentry->d_sb; -+ inode = d_inode(cpg.dentry); -+ cpg.bdst = au_ibtop(inode); -+ if (cpg.bdst == finfo->fi_btop || IS_ROOT(cpg.dentry)) -+ goto out; -+ -+ parent = dget_parent(cpg.dentry); -+ if (au_test_ro(sb, cpg.bdst, inode)) { -+ di_read_lock_parent(parent, !AuLock_IR); -+ err = AuWbrCopyup(au_sbi(sb), cpg.dentry); -+ cpg.bdst = err; -+ di_read_unlock(parent, !AuLock_IR); -+ if (unlikely(err < 0)) -+ goto out_parent; -+ err = 0; -+ } -+ -+ di_read_lock_parent(parent, AuLock_IR); -+ hi_wh = au_hi_wh(inode, cpg.bdst); -+ if (!S_ISDIR(inode->i_mode) -+ && au_opt_test(au_mntflags(sb), PLINK) -+ && au_plink_test(inode) -+ && !d_unhashed(cpg.dentry) -+ && cpg.bdst < au_dbtop(cpg.dentry)) { -+ err = au_test_and_cpup_dirs(cpg.dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ /* always superio. */ -+ err = au_pin(&pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ } else if (hi_wh) { -+ /* already copied-up after unlink */ -+ err = au_reopen_wh(file, cpg.bdst, hi_wh); -+ *need_reopen = 0; -+ } -+ -+out_unlock: -+ di_read_unlock(parent, AuLock_IR); -+out_parent: -+ dput(parent); -+out: -+ return err; -+} -+ -+static void au_do_refresh_dir(struct file *file) -+{ -+ aufs_bindex_t bindex, bbot, new_bindex, brid; -+ struct au_hfile *p, tmp, *q; -+ struct au_finfo *finfo; -+ struct super_block *sb; -+ struct au_fidir *fidir; -+ -+ FiMustWriteLock(file); -+ -+ sb = file->f_path.dentry->d_sb; -+ finfo = au_fi(file); -+ fidir = finfo->fi_hdir; -+ AuDebugOn(!fidir); -+ p = fidir->fd_hfile + finfo->fi_btop; -+ brid = p->hf_br->br_id; -+ bbot = fidir->fd_bbot; -+ for (bindex = finfo->fi_btop; bindex <= bbot; bindex++, p++) { -+ if (!p->hf_file) -+ continue; -+ -+ new_bindex = au_br_index(sb, p->hf_br->br_id); -+ if (new_bindex == bindex) -+ continue; -+ if (new_bindex < 0) { -+ au_set_h_fptr(file, bindex, NULL); -+ continue; -+ } -+ -+ /* swap two lower inode, and loop again */ -+ q = fidir->fd_hfile + new_bindex; -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hf_file) { -+ bindex--; -+ p--; -+ } -+ } -+ -+ p = fidir->fd_hfile; -+ if (!au_test_mmapped(file) && !d_unlinked(file->f_path.dentry)) { -+ bbot = au_sbbot(sb); -+ for (finfo->fi_btop = 0; finfo->fi_btop <= bbot; -+ finfo->fi_btop++, p++) -+ if (p->hf_file) { -+ if (file_inode(p->hf_file)) -+ break; -+ au_hfput(p, /*execed*/0); -+ } -+ } else { -+ bbot = au_br_index(sb, brid); -+ for (finfo->fi_btop = 0; finfo->fi_btop < bbot; -+ finfo->fi_btop++, p++) -+ if (p->hf_file) -+ au_hfput(p, /*execed*/0); -+ bbot = au_sbbot(sb); -+ } -+ -+ p = fidir->fd_hfile + bbot; -+ for (fidir->fd_bbot = bbot; fidir->fd_bbot >= finfo->fi_btop; -+ fidir->fd_bbot--, p--) -+ if (p->hf_file) { -+ if (file_inode(p->hf_file)) -+ break; -+ au_hfput(p, /*execed*/0); -+ } -+ AuDebugOn(fidir->fd_bbot < finfo->fi_btop); -+} -+ -+/* -+ * after branch manipulating, refresh the file. -+ */ -+static int refresh_file(struct file *file, int (*reopen)(struct file *file)) -+{ -+ int err, need_reopen, nbr; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *dentry; -+ struct super_block *sb; -+ struct au_finfo *finfo; -+ struct au_hfile *hfile; -+ -+ dentry = file->f_path.dentry; -+ sb = dentry->d_sb; -+ nbr = au_sbbot(sb) + 1; -+ finfo = au_fi(file); -+ if (!finfo->fi_hdir) { -+ hfile = &finfo->fi_htop; -+ AuDebugOn(!hfile->hf_file); -+ bindex = au_br_index(sb, hfile->hf_br->br_id); -+ AuDebugOn(bindex < 0); -+ if (bindex != finfo->fi_btop) -+ au_set_fbtop(file, bindex); -+ } else { -+ err = au_fidir_realloc(finfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ au_do_refresh_dir(file); -+ } -+ -+ err = 0; -+ need_reopen = 1; -+ if (!au_test_mmapped(file)) -+ err = au_file_refresh_by_inode(file, &need_reopen); -+ if (finfo->fi_hdir) -+ /* harmless if err */ -+ au_fidir_realloc(finfo, nbr, /*may_shrink*/1); -+ if (!err && need_reopen && !d_unlinked(dentry)) -+ err = reopen(file); -+ if (!err) { -+ au_update_figen(file); -+ goto out; /* success */ -+ } -+ -+ /* error, close all lower files */ -+ if (finfo->fi_hdir) { -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); bindex <= bbot; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ } -+ -+out: -+ return err; -+} -+ -+/* common function to regular file and dir */ -+int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), -+ int wlock, unsigned int fi_lsc) -+{ -+ int err; -+ unsigned int sigen, figen; -+ aufs_bindex_t btop; -+ unsigned char pseudo_link; -+ struct dentry *dentry; -+ struct inode *inode; -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ sigen = au_sigen(dentry->d_sb); -+ fi_write_lock_nested(file, fi_lsc); -+ figen = au_figen(file); -+ if (!fi_lsc) -+ di_write_lock_child(dentry); -+ else -+ di_write_lock_child2(dentry); -+ btop = au_dbtop(dentry); -+ pseudo_link = (btop != au_ibtop(inode)); -+ if (sigen == figen && !pseudo_link && au_fbtop(file) == btop) { -+ if (!wlock) { -+ di_downgrade_lock(dentry, AuLock_IR); -+ fi_downgrade_lock(file); -+ } -+ goto out; /* success */ -+ } -+ -+ AuDbg("sigen %d, figen %d\n", sigen, figen); -+ if (au_digen_test(dentry, sigen)) { -+ err = au_reval_dpath(dentry, sigen); -+ AuDebugOn(!err && au_digen_test(dentry, sigen)); -+ } -+ -+ if (!err) -+ err = refresh_file(file, reopen); -+ if (!err) { -+ if (!wlock) { -+ di_downgrade_lock(dentry, AuLock_IR); -+ fi_downgrade_lock(file); -+ } -+ } else { -+ di_write_unlock(dentry); -+ fi_write_unlock(file); -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* cf. aufs_nopage() */ -+/* for madvise(2) */ -+static int aufs_readpage(struct file *file __maybe_unused, struct page *page) -+{ -+ unlock_page(page); -+ return 0; -+} -+ -+/* it will never be called, but necessary to support O_DIRECT */ -+static ssize_t aufs_direct_IO(struct kiocb *iocb, struct iov_iter *iter) -+{ BUG(); return 0; } -+ -+/* they will never be called. */ -+#ifdef CONFIG_AUFS_DEBUG -+static int aufs_write_begin(struct file *file, struct address_space *mapping, -+ loff_t pos, unsigned len, unsigned flags, -+ struct page **pagep, void **fsdata) -+{ AuUnsupport(); return 0; } -+static int aufs_write_end(struct file *file, struct address_space *mapping, -+ loff_t pos, unsigned len, unsigned copied, -+ struct page *page, void *fsdata) -+{ AuUnsupport(); return 0; } -+static int aufs_writepage(struct page *page, struct writeback_control *wbc) -+{ AuUnsupport(); return 0; } -+ -+static int aufs_set_page_dirty(struct page *page) -+{ AuUnsupport(); return 0; } -+static void aufs_invalidatepage(struct page *page, unsigned int offset, -+ unsigned int length) -+{ AuUnsupport(); } -+static int aufs_releasepage(struct page *page, gfp_t gfp) -+{ AuUnsupport(); return 0; } -+#if 0 /* called by memory compaction regardless file */ -+static int aufs_migratepage(struct address_space *mapping, struct page *newpage, -+ struct page *page, enum migrate_mode mode) -+{ AuUnsupport(); return 0; } -+#endif -+static bool aufs_isolate_page(struct page *page, isolate_mode_t mode) -+{ AuUnsupport(); return true; } -+static void aufs_putback_page(struct page *page) -+{ AuUnsupport(); } -+static int aufs_launder_page(struct page *page) -+{ AuUnsupport(); return 0; } -+static int aufs_is_partially_uptodate(struct page *page, -+ unsigned long from, -+ unsigned long count) -+{ AuUnsupport(); return 0; } -+static void aufs_is_dirty_writeback(struct page *page, bool *dirty, -+ bool *writeback) -+{ AuUnsupport(); } -+static int aufs_error_remove_page(struct address_space *mapping, -+ struct page *page) -+{ AuUnsupport(); return 0; } -+static int aufs_swap_activate(struct swap_info_struct *sis, struct file *file, -+ sector_t *span) -+{ AuUnsupport(); return 0; } -+static void aufs_swap_deactivate(struct file *file) -+{ AuUnsupport(); } -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+const struct address_space_operations aufs_aop = { -+ .readpage = aufs_readpage, -+ .direct_IO = aufs_direct_IO, -+#ifdef CONFIG_AUFS_DEBUG -+ .writepage = aufs_writepage, -+ /* no writepages, because of writepage */ -+ .set_page_dirty = aufs_set_page_dirty, -+ /* no readpages, because of readpage */ -+ .write_begin = aufs_write_begin, -+ .write_end = aufs_write_end, -+ /* no bmap, no block device */ -+ .invalidatepage = aufs_invalidatepage, -+ .releasepage = aufs_releasepage, -+ /* is fallback_migrate_page ok? */ -+ /* .migratepage = aufs_migratepage, */ -+ .isolate_page = aufs_isolate_page, -+ .putback_page = aufs_putback_page, -+ .launder_page = aufs_launder_page, -+ .is_partially_uptodate = aufs_is_partially_uptodate, -+ .is_dirty_writeback = aufs_is_dirty_writeback, -+ .error_remove_page = aufs_error_remove_page, -+ .swap_activate = aufs_swap_activate, -+ .swap_deactivate = aufs_swap_deactivate -+#endif /* CONFIG_AUFS_DEBUG */ -+}; -diff --git a/fs/aufs/file.h b/fs/aufs/file.h -new file mode 100644 -index 000000000000..c767a785227c ---- /dev/null -+++ b/fs/aufs/file.h -@@ -0,0 +1,328 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * file operations -+ */ -+ -+#ifndef __AUFS_FILE_H__ -+#define __AUFS_FILE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+#include "rwsem.h" -+ -+struct au_branch; -+struct au_hfile { -+ struct file *hf_file; -+ struct au_branch *hf_br; -+}; -+ -+struct au_vdir; -+struct au_fidir { -+ aufs_bindex_t fd_bbot; -+ aufs_bindex_t fd_nent; -+ struct au_vdir *fd_vdir_cache; -+ struct au_hfile fd_hfile[]; -+}; -+ -+static inline int au_fidir_sz(int nent) -+{ -+ AuDebugOn(nent < 0); -+ return sizeof(struct au_fidir) + sizeof(struct au_hfile) * nent; -+} -+ -+struct au_finfo { -+ atomic_t fi_generation; -+ -+ struct au_rwsem fi_rwsem; -+ aufs_bindex_t fi_btop; -+ -+ /* do not union them */ -+ struct { /* for non-dir */ -+ struct au_hfile fi_htop; -+ atomic_t fi_mmapped; -+ }; -+ struct au_fidir *fi_hdir; /* for dir only */ -+ -+ struct hlist_bl_node fi_hlist; -+ struct file *fi_file; /* very ugly */ -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* file.c */ -+extern const struct address_space_operations aufs_aop; -+unsigned int au_file_roflags(unsigned int flags); -+struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, -+ struct file *file, int force_wr); -+struct au_do_open_args { -+ int aopen; -+ int (*open)(struct file *file, int flags, -+ struct file *h_file); -+ struct au_fidir *fidir; -+ struct file *h_file; -+}; -+int au_do_open(struct file *file, struct au_do_open_args *args); -+int au_reopen_nondir(struct file *file); -+struct au_pin; -+int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin); -+int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), -+ int wlock, unsigned int fi_lsc); -+int au_do_flush(struct file *file, fl_owner_t id, -+ int (*flush)(struct file *file, fl_owner_t id)); -+ -+/* poll.c */ -+#ifdef CONFIG_AUFS_POLL -+unsigned int aufs_poll(struct file *file, poll_table *wait); -+#endif -+ -+#ifdef CONFIG_AUFS_BR_HFSPLUS -+/* hfsplus.c */ -+struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, -+ int force_wr); -+void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file); -+#else -+AuStub(struct file *, au_h_open_pre, return NULL, struct dentry *dentry, -+ aufs_bindex_t bindex, int force_wr) -+AuStubVoid(au_h_open_post, struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file); -+#endif -+ -+/* f_op.c */ -+extern const struct file_operations aufs_file_fop; -+int au_do_open_nondir(struct file *file, int flags, struct file *h_file); -+int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file); -+struct file *au_read_pre(struct file *file, int keep_fi, unsigned int lsc); -+ -+/* finfo.c */ -+void au_hfput(struct au_hfile *hf, int execed); -+void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, -+ struct file *h_file); -+ -+void au_update_figen(struct file *file); -+struct au_fidir *au_fidir_alloc(struct super_block *sb); -+int au_fidir_realloc(struct au_finfo *finfo, int nbr, int may_shrink); -+ -+void au_fi_init_once(void *_fi); -+void au_finfo_fin(struct file *file); -+int au_finfo_init(struct file *file, struct au_fidir *fidir); -+ -+/* ioctl.c */ -+long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, -+ unsigned long arg); -+long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, -+ unsigned long arg); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_finfo *au_fi(struct file *file) -+{ -+ return file->private_data; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define fi_read_lock(f) au_rw_read_lock(&au_fi(f)->fi_rwsem) -+#define fi_write_lock(f) au_rw_write_lock(&au_fi(f)->fi_rwsem) -+#define fi_read_trylock(f) au_rw_read_trylock(&au_fi(f)->fi_rwsem) -+#define fi_write_trylock(f) au_rw_write_trylock(&au_fi(f)->fi_rwsem) -+/* -+#define fi_read_trylock_nested(f) \ -+ au_rw_read_trylock_nested(&au_fi(f)->fi_rwsem) -+#define fi_write_trylock_nested(f) \ -+ au_rw_write_trylock_nested(&au_fi(f)->fi_rwsem) -+*/ -+ -+#define fi_read_unlock(f) au_rw_read_unlock(&au_fi(f)->fi_rwsem) -+#define fi_write_unlock(f) au_rw_write_unlock(&au_fi(f)->fi_rwsem) -+#define fi_downgrade_lock(f) au_rw_dgrade_lock(&au_fi(f)->fi_rwsem) -+ -+/* lock subclass for finfo */ -+enum { -+ AuLsc_FI_1, -+ AuLsc_FI_2 -+}; -+ -+static inline void fi_read_lock_nested(struct file *f, unsigned int lsc) -+{ -+ au_rw_read_lock_nested(&au_fi(f)->fi_rwsem, lsc); -+} -+ -+static inline void fi_write_lock_nested(struct file *f, unsigned int lsc) -+{ -+ au_rw_write_lock_nested(&au_fi(f)->fi_rwsem, lsc); -+} -+ -+/* -+ * fi_read_lock_1, fi_write_lock_1, -+ * fi_read_lock_2, fi_write_lock_2 -+ */ -+#define AuReadLockFunc(name) \ -+static inline void fi_read_lock_##name(struct file *f) \ -+{ fi_read_lock_nested(f, AuLsc_FI_##name); } -+ -+#define AuWriteLockFunc(name) \ -+static inline void fi_write_lock_##name(struct file *f) \ -+{ fi_write_lock_nested(f, AuLsc_FI_##name); } -+ -+#define AuRWLockFuncs(name) \ -+ AuReadLockFunc(name) \ -+ AuWriteLockFunc(name) -+ -+AuRWLockFuncs(1); -+AuRWLockFuncs(2); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+#define FiMustNoWaiters(f) AuRwMustNoWaiters(&au_fi(f)->fi_rwsem) -+#define FiMustAnyLock(f) AuRwMustAnyLock(&au_fi(f)->fi_rwsem) -+#define FiMustWriteLock(f) AuRwMustWriteLock(&au_fi(f)->fi_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: hard/soft set? */ -+static inline aufs_bindex_t au_fbtop(struct file *file) -+{ -+ FiMustAnyLock(file); -+ return au_fi(file)->fi_btop; -+} -+ -+static inline aufs_bindex_t au_fbbot_dir(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_bbot; -+} -+ -+static inline struct au_vdir *au_fvdir_cache(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_vdir_cache; -+} -+ -+static inline void au_set_fbtop(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustWriteLock(file); -+ au_fi(file)->fi_btop = bindex; -+} -+ -+static inline void au_set_fbbot_dir(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustWriteLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ au_fi(file)->fi_hdir->fd_bbot = bindex; -+} -+ -+static inline void au_set_fvdir_cache(struct file *file, -+ struct au_vdir *vdir_cache) -+{ -+ FiMustWriteLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ au_fi(file)->fi_hdir->fd_vdir_cache = vdir_cache; -+} -+ -+static inline struct file *au_hf_top(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_htop.hf_file; -+} -+ -+static inline struct file *au_hf_dir(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_hfile[0 + bindex].hf_file; -+} -+ -+/* todo: memory barrier? */ -+static inline unsigned int au_figen(struct file *f) -+{ -+ return atomic_read(&au_fi(f)->fi_generation); -+} -+ -+static inline void au_set_mmapped(struct file *f) -+{ -+ if (atomic_inc_return(&au_fi(f)->fi_mmapped)) -+ return; -+ pr_warn("fi_mmapped wrapped around\n"); -+ while (!atomic_inc_return(&au_fi(f)->fi_mmapped)) -+ ; -+} -+ -+static inline void au_unset_mmapped(struct file *f) -+{ -+ atomic_dec(&au_fi(f)->fi_mmapped); -+} -+ -+static inline int au_test_mmapped(struct file *f) -+{ -+ return atomic_read(&au_fi(f)->fi_mmapped); -+} -+ -+/* customize vma->vm_file */ -+ -+static inline void au_do_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ struct file *f; -+ -+ f = vma->vm_file; -+ get_file(file); -+ vma->vm_file = file; -+ fput(f); -+} -+ -+#ifdef CONFIG_MMU -+#define AuDbgVmRegion(file, vma) do {} while (0) -+ -+static inline void au_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ au_do_vm_file_reset(vma, file); -+} -+#else -+#define AuDbgVmRegion(file, vma) \ -+ AuDebugOn((vma)->vm_region && (vma)->vm_region->vm_file != (file)) -+ -+static inline void au_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ struct file *f; -+ -+ au_do_vm_file_reset(vma, file); -+ f = vma->vm_region->vm_file; -+ get_file(file); -+ vma->vm_region->vm_file = file; -+ fput(f); -+} -+#endif /* CONFIG_MMU */ -+ -+/* handle vma->vm_prfile */ -+static inline void au_vm_prfile_set(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ get_file(file); -+ vma->vm_prfile = file; -+#ifndef CONFIG_MMU -+ get_file(file); -+ vma->vm_region->vm_prfile = file; -+#endif -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_FILE_H__ */ -diff --git a/fs/aufs/finfo.c b/fs/aufs/finfo.c -new file mode 100644 -index 000000000000..ca55e38058f1 ---- /dev/null -+++ b/fs/aufs/finfo.c -@@ -0,0 +1,136 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * file private data -+ */ -+ -+#include "aufs.h" -+ -+void au_hfput(struct au_hfile *hf, int execed) -+{ -+ if (execed) -+ allow_write_access(hf->hf_file); -+ fput(hf->hf_file); -+ hf->hf_file = NULL; -+ au_br_put(hf->hf_br); -+ hf->hf_br = NULL; -+} -+ -+void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, struct file *val) -+{ -+ struct au_finfo *finfo = au_fi(file); -+ struct au_hfile *hf; -+ struct au_fidir *fidir; -+ -+ fidir = finfo->fi_hdir; -+ if (!fidir) { -+ AuDebugOn(finfo->fi_btop != bindex); -+ hf = &finfo->fi_htop; -+ } else -+ hf = fidir->fd_hfile + bindex; -+ -+ if (hf && hf->hf_file) -+ au_hfput(hf, vfsub_file_execed(file)); -+ if (val) { -+ FiMustWriteLock(file); -+ AuDebugOn(IS_ERR_OR_NULL(file->f_path.dentry)); -+ hf->hf_file = val; -+ hf->hf_br = au_sbr(file->f_path.dentry->d_sb, bindex); -+ } -+} -+ -+void au_update_figen(struct file *file) -+{ -+ atomic_set(&au_fi(file)->fi_generation, au_digen(file->f_path.dentry)); -+ /* smp_mb(); */ /* atomic_set */ -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_fidir *au_fidir_alloc(struct super_block *sb) -+{ -+ struct au_fidir *fidir; -+ int nbr; -+ -+ nbr = au_sbbot(sb) + 1; -+ if (nbr < 2) -+ nbr = 2; /* initial allocate for 2 branches */ -+ fidir = kzalloc(au_fidir_sz(nbr), GFP_NOFS); -+ if (fidir) { -+ fidir->fd_bbot = -1; -+ fidir->fd_nent = nbr; -+ } -+ -+ return fidir; -+} -+ -+int au_fidir_realloc(struct au_finfo *finfo, int nbr, int may_shrink) -+{ -+ int err; -+ struct au_fidir *fidir, *p; -+ -+ AuRwMustWriteLock(&finfo->fi_rwsem); -+ fidir = finfo->fi_hdir; -+ AuDebugOn(!fidir); -+ -+ err = -ENOMEM; -+ p = au_kzrealloc(fidir, au_fidir_sz(fidir->fd_nent), au_fidir_sz(nbr), -+ GFP_NOFS, may_shrink); -+ if (p) { -+ p->fd_nent = nbr; -+ finfo->fi_hdir = p; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_finfo_fin(struct file *file) -+{ -+ struct au_finfo *finfo; -+ -+ au_nfiles_dec(file->f_path.dentry->d_sb); -+ -+ finfo = au_fi(file); -+ AuDebugOn(finfo->fi_hdir); -+ AuRwDestroy(&finfo->fi_rwsem); -+ au_cache_free_finfo(finfo); -+} -+ -+void au_fi_init_once(void *_finfo) -+{ -+ struct au_finfo *finfo = _finfo; -+ -+ au_rw_init(&finfo->fi_rwsem); -+} -+ -+int au_finfo_init(struct file *file, struct au_fidir *fidir) -+{ -+ int err; -+ struct au_finfo *finfo; -+ struct dentry *dentry; -+ -+ err = -ENOMEM; -+ dentry = file->f_path.dentry; -+ finfo = au_cache_alloc_finfo(); -+ if (unlikely(!finfo)) -+ goto out; -+ -+ err = 0; -+ au_nfiles_inc(dentry->d_sb); -+ au_rw_write_lock(&finfo->fi_rwsem); -+ finfo->fi_btop = -1; -+ finfo->fi_hdir = fidir; -+ atomic_set(&finfo->fi_generation, au_digen(dentry)); -+ /* smp_mb(); */ /* atomic_set */ -+ -+ file->private_data = finfo; -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/fstype.h b/fs/aufs/fstype.h -new file mode 100644 -index 000000000000..702f4280c196 ---- /dev/null -+++ b/fs/aufs/fstype.h -@@ -0,0 +1,388 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * judging filesystem type -+ */ -+ -+#ifndef __AUFS_FSTYPE_H__ -+#define __AUFS_FSTYPE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+ -+static inline int au_test_aufs(struct super_block *sb) -+{ -+ return sb->s_magic == AUFS_SUPER_MAGIC; -+} -+ -+static inline const char *au_sbtype(struct super_block *sb) -+{ -+ return sb->s_type->name; -+} -+ -+static inline int au_test_iso9660(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ISO9660_FS) -+ return sb->s_magic == ISOFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_romfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ROMFS_FS) -+ return sb->s_magic == ROMFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_cramfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_CRAMFS) -+ return sb->s_magic == CRAMFS_MAGIC; -+#endif -+ return 0; -+} -+ -+static inline int au_test_nfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_NFS_FS) -+ return sb->s_magic == NFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_fuse(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_FUSE_FS) -+ return sb->s_magic == FUSE_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_xfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_XFS_FS) -+ return sb->s_magic == XFS_SB_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_tmpfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_TMPFS -+ return sb->s_magic == TMPFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_ecryptfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ECRYPT_FS) -+ return !strcmp(au_sbtype(sb), "ecryptfs"); -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_ramfs(struct super_block *sb) -+{ -+ return sb->s_magic == RAMFS_MAGIC; -+} -+ -+static inline int au_test_ubifs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_UBIFS_FS) -+ return sb->s_magic == UBIFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_procfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_PROC_FS -+ return sb->s_magic == PROC_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_sysfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_SYSFS -+ return sb->s_magic == SYSFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_configfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_CONFIGFS_FS) -+ return sb->s_magic == CONFIGFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_minix(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_MINIX_FS) -+ return sb->s_magic == MINIX3_SUPER_MAGIC -+ || sb->s_magic == MINIX2_SUPER_MAGIC -+ || sb->s_magic == MINIX2_SUPER_MAGIC2 -+ || sb->s_magic == MINIX_SUPER_MAGIC -+ || sb->s_magic == MINIX_SUPER_MAGIC2; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_fat(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_FAT_FS) -+ return sb->s_magic == MSDOS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_msdos(struct super_block *sb) -+{ -+ return au_test_fat(sb); -+} -+ -+static inline int au_test_vfat(struct super_block *sb) -+{ -+ return au_test_fat(sb); -+} -+ -+static inline int au_test_securityfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_SECURITYFS -+ return sb->s_magic == SECURITYFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_squashfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_SQUASHFS) -+ return sb->s_magic == SQUASHFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_btrfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_BTRFS_FS) -+ return sb->s_magic == BTRFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_xenfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_XENFS) -+ return sb->s_magic == XENFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_debugfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_DEBUG_FS -+ return sb->s_magic == DEBUGFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_nilfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_NILFS) -+ return sb->s_magic == NILFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_hfsplus(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_HFSPLUS_FS) -+ return sb->s_magic == HFSPLUS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * they can't be an aufs branch. -+ */ -+static inline int au_test_fs_unsuppoted(struct super_block *sb) -+{ -+ return -+#ifndef CONFIG_AUFS_BR_RAMFS -+ au_test_ramfs(sb) || -+#endif -+ au_test_procfs(sb) -+ || au_test_sysfs(sb) -+ || au_test_configfs(sb) -+ || au_test_debugfs(sb) -+ || au_test_securityfs(sb) -+ || au_test_xenfs(sb) -+ || au_test_ecryptfs(sb) -+ /* || !strcmp(au_sbtype(sb), "unionfs") */ -+ || au_test_aufs(sb); /* will be supported in next version */ -+} -+ -+static inline int au_test_fs_remote(struct super_block *sb) -+{ -+ return !au_test_tmpfs(sb) -+#ifdef CONFIG_AUFS_BR_RAMFS -+ && !au_test_ramfs(sb) -+#endif -+ && !(sb->s_type->fs_flags & FS_REQUIRES_DEV); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * Note: these functions (below) are created after reading ->getattr() in all -+ * filesystems under linux/fs. it means we have to do so in every update... -+ */ -+ -+/* -+ * some filesystems require getattr to refresh the inode attributes before -+ * referencing. -+ * in most cases, we can rely on the inode attribute in NFS (or every remote fs) -+ * and leave the work for d_revalidate() -+ */ -+static inline int au_test_fs_refresh_iattr(struct super_block *sb) -+{ -+ return au_test_nfs(sb) -+ || au_test_fuse(sb) -+ /* || au_test_btrfs(sb) */ /* untested */ -+ ; -+} -+ -+/* -+ * filesystems which don't maintain i_size or i_blocks. -+ */ -+static inline int au_test_fs_bad_iattr_size(struct super_block *sb) -+{ -+ return au_test_xfs(sb) -+ || au_test_btrfs(sb) -+ || au_test_ubifs(sb) -+ || au_test_hfsplus(sb) /* maintained, but incorrect */ -+ /* || au_test_minix(sb) */ /* untested */ -+ ; -+} -+ -+/* -+ * filesystems which don't store the correct value in some of their inode -+ * attributes. -+ */ -+static inline int au_test_fs_bad_iattr(struct super_block *sb) -+{ -+ return au_test_fs_bad_iattr_size(sb) -+ || au_test_fat(sb) -+ || au_test_msdos(sb) -+ || au_test_vfat(sb); -+} -+ -+/* they don't check i_nlink in link(2) */ -+static inline int au_test_fs_no_limit_nlink(struct super_block *sb) -+{ -+ return au_test_tmpfs(sb) -+#ifdef CONFIG_AUFS_BR_RAMFS -+ || au_test_ramfs(sb) -+#endif -+ || au_test_ubifs(sb) -+ || au_test_hfsplus(sb); -+} -+ -+/* -+ * filesystems which sets S_NOATIME and S_NOCMTIME. -+ */ -+static inline int au_test_fs_notime(struct super_block *sb) -+{ -+ return au_test_nfs(sb) -+ || au_test_fuse(sb) -+ || au_test_ubifs(sb) -+ ; -+} -+ -+/* temporary support for i#1 in cramfs */ -+static inline int au_test_fs_unique_ino(struct inode *inode) -+{ -+ if (au_test_cramfs(inode->i_sb)) -+ return inode->i_ino != 1; -+ return 1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * the filesystem where the xino files placed must support i/o after unlink and -+ * maintain i_size and i_blocks. -+ */ -+static inline int au_test_fs_bad_xino(struct super_block *sb) -+{ -+ return au_test_fs_remote(sb) -+ || au_test_fs_bad_iattr_size(sb) -+ /* don't want unnecessary work for xino */ -+ || au_test_aufs(sb) -+ || au_test_ecryptfs(sb) -+ || au_test_nilfs(sb); -+} -+ -+static inline int au_test_fs_trunc_xino(struct super_block *sb) -+{ -+ return au_test_tmpfs(sb) -+ || au_test_ramfs(sb); -+} -+ -+/* -+ * test if the @sb is real-readonly. -+ */ -+static inline int au_test_fs_rr(struct super_block *sb) -+{ -+ return au_test_squashfs(sb) -+ || au_test_iso9660(sb) -+ || au_test_cramfs(sb) -+ || au_test_romfs(sb); -+} -+ -+/* -+ * test if the @inode is nfs with 'noacl' option -+ * NFS always sets MS_POSIXACL regardless its mount option 'noacl.' -+ */ -+static inline int au_test_nfs_noacl(struct inode *inode) -+{ -+ return au_test_nfs(inode->i_sb) -+ /* && IS_POSIXACL(inode) */ -+ && !nfs_server_capable(inode, NFS_CAP_ACLS); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_FSTYPE_H__ */ -diff --git a/fs/aufs/hbl.h b/fs/aufs/hbl.h -new file mode 100644 -index 000000000000..5b40d113b9ea ---- /dev/null -+++ b/fs/aufs/hbl.h -@@ -0,0 +1,52 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * helpers for hlist_bl.h -+ */ -+ -+#ifndef __AUFS_HBL_H__ -+#define __AUFS_HBL_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+static inline void au_hbl_add(struct hlist_bl_node *node, -+ struct hlist_bl_head *hbl) -+{ -+ hlist_bl_lock(hbl); -+ hlist_bl_add_head(node, hbl); -+ hlist_bl_unlock(hbl); -+} -+ -+static inline void au_hbl_del(struct hlist_bl_node *node, -+ struct hlist_bl_head *hbl) -+{ -+ hlist_bl_lock(hbl); -+ hlist_bl_del(node); -+ hlist_bl_unlock(hbl); -+} -+ -+#define au_hbl_for_each(pos, head) \ -+ for (pos = hlist_bl_first(head); \ -+ pos; \ -+ pos = pos->next) -+ -+static inline unsigned long au_hbl_count(struct hlist_bl_head *hbl) -+{ -+ unsigned long cnt; -+ struct hlist_bl_node *pos; -+ -+ cnt = 0; -+ hlist_bl_lock(hbl); -+ au_hbl_for_each(pos, hbl) -+ cnt++; -+ hlist_bl_unlock(hbl); -+ return cnt; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_HBL_H__ */ -diff --git a/fs/aufs/hfsnotify.c b/fs/aufs/hfsnotify.c -new file mode 100644 -index 000000000000..b11a88a33416 ---- /dev/null -+++ b/fs/aufs/hfsnotify.c -@@ -0,0 +1,277 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * fsnotify for the lower directories -+ */ -+ -+#include "aufs.h" -+ -+/* FS_IN_IGNORED is unnecessary */ -+static const __u32 AuHfsnMask = (FS_MOVED_TO | FS_MOVED_FROM | FS_DELETE -+ | FS_CREATE | FS_EVENT_ON_CHILD); -+static DECLARE_WAIT_QUEUE_HEAD(au_hfsn_wq); -+static __cacheline_aligned_in_smp atomic64_t au_hfsn_ifree = ATOMIC64_INIT(0); -+ -+static void au_hfsn_free_mark(struct fsnotify_mark *mark) -+{ -+ struct au_hnotify *hn = container_of(mark, struct au_hnotify, -+ hn_mark); -+ /* AuDbg("here\n"); */ -+ au_cache_free_hnotify(hn); -+ smp_mb__before_atomic(); /* for atomic64_dec */ -+ if (atomic64_dec_and_test(&au_hfsn_ifree)) -+ wake_up(&au_hfsn_wq); -+} -+ -+static int au_hfsn_alloc(struct au_hinode *hinode) -+{ -+ int err; -+ struct au_hnotify *hn; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct fsnotify_mark *mark; -+ aufs_bindex_t bindex; -+ -+ hn = hinode->hi_notify; -+ sb = hn->hn_aufs_inode->i_sb; -+ bindex = au_br_index(sb, hinode->hi_id); -+ br = au_sbr(sb, bindex); -+ AuDebugOn(!br->br_hfsn); -+ -+ mark = &hn->hn_mark; -+ fsnotify_init_mark(mark, br->br_hfsn->hfsn_group); -+ mark->mask = AuHfsnMask; -+ /* -+ * by udba rename or rmdir, aufs assign a new inode to the known -+ * h_inode, so specify 1 to allow dups. -+ */ -+ lockdep_off(); -+ err = fsnotify_add_mark(mark, hinode->hi_inode, /*mnt*/NULL, -+ /*allow_dups*/1); -+ lockdep_on(); -+ -+ return err; -+} -+ -+static int au_hfsn_free(struct au_hinode *hinode, struct au_hnotify *hn) -+{ -+ struct fsnotify_mark *mark; -+ unsigned long long ull; -+ struct fsnotify_group *group; -+ -+ ull = atomic64_inc_return(&au_hfsn_ifree); -+ BUG_ON(!ull); -+ -+ mark = &hn->hn_mark; -+ spin_lock(&mark->lock); -+ group = mark->group; -+ fsnotify_get_group(group); -+ spin_unlock(&mark->lock); -+ lockdep_off(); -+ fsnotify_destroy_mark(mark, group); -+ fsnotify_put_mark(mark); -+ fsnotify_put_group(group); -+ lockdep_on(); -+ -+ /* free hn by myself */ -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_ctl(struct au_hinode *hinode, int do_set) -+{ -+ struct fsnotify_mark *mark; -+ -+ mark = &hinode->hi_notify->hn_mark; -+ spin_lock(&mark->lock); -+ if (do_set) { -+ AuDebugOn(mark->mask & AuHfsnMask); -+ mark->mask |= AuHfsnMask; -+ } else { -+ AuDebugOn(!(mark->mask & AuHfsnMask)); -+ mark->mask &= ~AuHfsnMask; -+ } -+ spin_unlock(&mark->lock); -+ /* fsnotify_recalc_inode_mask(hinode->hi_inode); */ -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* #define AuDbgHnotify */ -+#ifdef AuDbgHnotify -+static char *au_hfsn_name(u32 mask) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+#define test_ret(flag) \ -+ do { \ -+ if (mask & flag) \ -+ return #flag; \ -+ } while (0) -+ test_ret(FS_ACCESS); -+ test_ret(FS_MODIFY); -+ test_ret(FS_ATTRIB); -+ test_ret(FS_CLOSE_WRITE); -+ test_ret(FS_CLOSE_NOWRITE); -+ test_ret(FS_OPEN); -+ test_ret(FS_MOVED_FROM); -+ test_ret(FS_MOVED_TO); -+ test_ret(FS_CREATE); -+ test_ret(FS_DELETE); -+ test_ret(FS_DELETE_SELF); -+ test_ret(FS_MOVE_SELF); -+ test_ret(FS_UNMOUNT); -+ test_ret(FS_Q_OVERFLOW); -+ test_ret(FS_IN_IGNORED); -+ test_ret(FS_ISDIR); -+ test_ret(FS_IN_ONESHOT); -+ test_ret(FS_EVENT_ON_CHILD); -+ return ""; -+#undef test_ret -+#else -+ return "??"; -+#endif -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_free_group(struct fsnotify_group *group) -+{ -+ struct au_br_hfsnotify *hfsn = group->private; -+ -+ /* AuDbg("here\n"); */ -+ kfree(hfsn); -+} -+ -+static int au_hfsn_handle_event(struct fsnotify_group *group, -+ struct inode *inode, -+ struct fsnotify_mark *inode_mark, -+ struct fsnotify_mark *vfsmount_mark, -+ u32 mask, const void *data, int data_type, -+ const unsigned char *file_name, u32 cookie, -+ struct fsnotify_iter_info *iter_info) -+{ -+ int err; -+ struct au_hnotify *hnotify; -+ struct inode *h_dir, *h_inode; -+ struct qstr h_child_qstr = QSTR_INIT(file_name, strlen(file_name)); -+ -+ AuDebugOn(data_type != FSNOTIFY_EVENT_INODE); -+ -+ err = 0; -+ /* if FS_UNMOUNT happens, there must be another bug */ -+ AuDebugOn(mask & FS_UNMOUNT); -+ if (mask & (FS_IN_IGNORED | FS_UNMOUNT)) -+ goto out; -+ -+ h_dir = inode; -+ h_inode = NULL; -+#ifdef AuDbgHnotify -+ au_debug_on(); -+ if (1 || h_child_qstr.len != sizeof(AUFS_XINO_FNAME) - 1 -+ || strncmp(h_child_qstr.name, AUFS_XINO_FNAME, h_child_qstr.len)) { -+ AuDbg("i%lu, mask 0x%x %s, hcname %.*s, hi%lu\n", -+ h_dir->i_ino, mask, au_hfsn_name(mask), -+ AuLNPair(&h_child_qstr), h_inode ? h_inode->i_ino : 0); -+ /* WARN_ON(1); */ -+ } -+ au_debug_off(); -+#endif -+ -+ AuDebugOn(!inode_mark); -+ hnotify = container_of(inode_mark, struct au_hnotify, hn_mark); -+ err = au_hnotify(h_dir, hnotify, mask, &h_child_qstr, h_inode); -+ -+out: -+ return err; -+} -+ -+static struct fsnotify_ops au_hfsn_ops = { -+ .handle_event = au_hfsn_handle_event, -+ .free_group_priv = au_hfsn_free_group, -+ .free_mark = au_hfsn_free_mark -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_fin_br(struct au_branch *br) -+{ -+ struct au_br_hfsnotify *hfsn; -+ -+ hfsn = br->br_hfsn; -+ if (hfsn) { -+ lockdep_off(); -+ fsnotify_put_group(hfsn->hfsn_group); -+ lockdep_on(); -+ } -+} -+ -+static int au_hfsn_init_br(struct au_branch *br, int perm) -+{ -+ int err; -+ struct fsnotify_group *group; -+ struct au_br_hfsnotify *hfsn; -+ -+ err = 0; -+ br->br_hfsn = NULL; -+ if (!au_br_hnotifyable(perm)) -+ goto out; -+ -+ err = -ENOMEM; -+ hfsn = kmalloc(sizeof(*hfsn), GFP_NOFS); -+ if (unlikely(!hfsn)) -+ goto out; -+ -+ err = 0; -+ group = fsnotify_alloc_group(&au_hfsn_ops); -+ if (IS_ERR(group)) { -+ err = PTR_ERR(group); -+ pr_err("fsnotify_alloc_group() failed, %d\n", err); -+ goto out_hfsn; -+ } -+ -+ group->private = hfsn; -+ hfsn->hfsn_group = group; -+ br->br_hfsn = hfsn; -+ goto out; /* success */ -+ -+out_hfsn: -+ kfree(hfsn); -+out: -+ return err; -+} -+ -+static int au_hfsn_reset_br(unsigned int udba, struct au_branch *br, int perm) -+{ -+ int err; -+ -+ err = 0; -+ if (!br->br_hfsn) -+ err = au_hfsn_init_br(br, perm); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_fin(void) -+{ -+ AuDbg("au_hfsn_ifree %lld\n", (long long)atomic64_read(&au_hfsn_ifree)); -+ wait_event(au_hfsn_wq, !atomic64_read(&au_hfsn_ifree)); -+} -+ -+const struct au_hnotify_op au_hnotify_op = { -+ .ctl = au_hfsn_ctl, -+ .alloc = au_hfsn_alloc, -+ .free = au_hfsn_free, -+ -+ .fin = au_hfsn_fin, -+ -+ .reset_br = au_hfsn_reset_br, -+ .fin_br = au_hfsn_fin_br, -+ .init_br = au_hfsn_init_br -+}; -diff --git a/fs/aufs/hfsplus.c b/fs/aufs/hfsplus.c -new file mode 100644 -index 000000000000..2596935ce744 ---- /dev/null -+++ b/fs/aufs/hfsplus.c -@@ -0,0 +1,44 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2010-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * special support for filesystems which aqucires an inode mutex -+ * at final closing a file, eg, hfsplus. -+ * -+ * This trick is very simple and stupid, just to open the file before really -+ * neceeary open to tell hfsplus that this is not the final closing. -+ * The caller should call au_h_open_pre() after acquiring the inode mutex, -+ * and au_h_open_post() after releasing it. -+ */ -+ -+#include "aufs.h" -+ -+struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, -+ int force_wr) -+{ -+ struct file *h_file; -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ AuDebugOn(!h_dentry); -+ AuDebugOn(d_is_negative(h_dentry)); -+ -+ h_file = NULL; -+ if (au_test_hfsplus(h_dentry->d_sb) -+ && d_is_reg(h_dentry)) -+ h_file = au_h_open(dentry, bindex, -+ O_RDONLY | O_NOATIME | O_LARGEFILE, -+ /*file*/NULL, force_wr); -+ return h_file; -+} -+ -+void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file) -+{ -+ if (h_file) { -+ fput(h_file); -+ au_sbr_put(dentry->d_sb, bindex); -+ } -+} -diff --git a/fs/aufs/hnotify.c b/fs/aufs/hnotify.c -new file mode 100644 -index 000000000000..e55c6c04d147 ---- /dev/null -+++ b/fs/aufs/hnotify.c -@@ -0,0 +1,707 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * abstraction to notify the direct changes on lower directories -+ */ -+ -+#include "aufs.h" -+ -+int au_hn_alloc(struct au_hinode *hinode, struct inode *inode) -+{ -+ int err; -+ struct au_hnotify *hn; -+ -+ err = -ENOMEM; -+ hn = au_cache_alloc_hnotify(); -+ if (hn) { -+ hn->hn_aufs_inode = inode; -+ hinode->hi_notify = hn; -+ err = au_hnotify_op.alloc(hinode); -+ AuTraceErr(err); -+ if (unlikely(err)) { -+ hinode->hi_notify = NULL; -+ au_cache_free_hnotify(hn); -+ /* -+ * The upper dir was removed by udba, but the same named -+ * dir left. In this case, aufs assignes a new inode -+ * number and set the monitor again. -+ * For the lower dir, the old monitnor is still left. -+ */ -+ if (err == -EEXIST) -+ err = 0; -+ } -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_hn_free(struct au_hinode *hinode) -+{ -+ struct au_hnotify *hn; -+ -+ hn = hinode->hi_notify; -+ if (hn) { -+ hinode->hi_notify = NULL; -+ if (au_hnotify_op.free(hinode, hn)) -+ au_cache_free_hnotify(hn); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_hn_ctl(struct au_hinode *hinode, int do_set) -+{ -+ if (hinode->hi_notify) -+ au_hnotify_op.ctl(hinode, do_set); -+} -+ -+void au_hn_reset(struct inode *inode, unsigned int flags) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct inode *hi; -+ struct dentry *iwhdentry; -+ -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); bindex <= bbot; bindex++) { -+ hi = au_h_iptr(inode, bindex); -+ if (!hi) -+ continue; -+ -+ /* inode_lock_nested(hi, AuLsc_I_CHILD); */ -+ iwhdentry = au_hi_wh(inode, bindex); -+ if (iwhdentry) -+ dget(iwhdentry); -+ au_igrab(hi); -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ au_set_h_iptr(inode, bindex, au_igrab(hi), -+ flags & ~AuHi_XINO); -+ iput(hi); -+ dput(iwhdentry); -+ /* inode_unlock(hi); */ -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int hn_xino(struct inode *inode, struct inode *h_inode) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot, bfound, btop; -+ struct inode *h_i; -+ -+ err = 0; -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("branch root dir was changed\n"); -+ goto out; -+ } -+ -+ bfound = -1; -+ bbot = au_ibbot(inode); -+ btop = au_ibtop(inode); -+#if 0 /* reserved for future use */ -+ if (bindex == bbot) { -+ /* keep this ino in rename case */ -+ goto out; -+ } -+#endif -+ for (bindex = btop; bindex <= bbot; bindex++) -+ if (au_h_iptr(inode, bindex) == h_inode) { -+ bfound = bindex; -+ break; -+ } -+ if (bfound < 0) -+ goto out; -+ -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ h_i = au_h_iptr(inode, bindex); -+ if (!h_i) -+ continue; -+ -+ err = au_xino_write(inode->i_sb, bindex, h_i->i_ino, /*ino*/0); -+ /* ignore this error */ -+ /* bad action? */ -+ } -+ -+ /* children inode number will be broken */ -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int hn_gen_tree(struct dentry *dentry) -+{ -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, dentry, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ struct dentry *d; -+ -+ d = dentries[j]; -+ if (IS_ROOT(d)) -+ continue; -+ -+ au_digen_dec(d); -+ if (d_really_is_positive(d)) -+ /* todo: reset children xino? -+ cached children only? */ -+ au_iigen_dec(d_inode(d)); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+ -+#if 0 -+ /* discard children */ -+ dentry_unhash(dentry); -+ dput(dentry); -+#endif -+out: -+ return err; -+} -+ -+/* -+ * return 0 if processed. -+ */ -+static int hn_gen_by_inode(char *name, unsigned int nlen, struct inode *inode, -+ const unsigned int isdir) -+{ -+ int err; -+ struct dentry *d; -+ struct qstr *dname; -+ -+ err = 1; -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("branch root dir was changed\n"); -+ err = 0; -+ goto out; -+ } -+ -+ if (!isdir) { -+ AuDebugOn(!name); -+ au_iigen_dec(inode); -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { -+ spin_lock(&d->d_lock); -+ dname = &d->d_name; -+ if (dname->len != nlen -+ && memcmp(dname->name, name, nlen)) { -+ spin_unlock(&d->d_lock); -+ continue; -+ } -+ err = 0; -+ au_digen_dec(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ spin_unlock(&inode->i_lock); -+ } else { -+ au_fset_si(au_sbi(inode->i_sb), FAILED_REFRESH_DIR); -+ d = d_find_any_alias(inode); -+ if (!d) { -+ au_iigen_dec(inode); -+ goto out; -+ } -+ -+ spin_lock(&d->d_lock); -+ dname = &d->d_name; -+ if (dname->len == nlen && !memcmp(dname->name, name, nlen)) { -+ spin_unlock(&d->d_lock); -+ err = hn_gen_tree(d); -+ spin_lock(&d->d_lock); -+ } -+ spin_unlock(&d->d_lock); -+ dput(d); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int hn_gen_by_name(struct dentry *dentry, const unsigned int isdir) -+{ -+ int err; -+ -+ if (IS_ROOT(dentry)) { -+ pr_warn("branch root dir was changed\n"); -+ return 0; -+ } -+ -+ err = 0; -+ if (!isdir) { -+ au_digen_dec(dentry); -+ if (d_really_is_positive(dentry)) -+ au_iigen_dec(d_inode(dentry)); -+ } else { -+ au_fset_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR); -+ if (d_really_is_positive(dentry)) -+ err = hn_gen_tree(dentry); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* hnotify job flags */ -+#define AuHnJob_XINO0 1 -+#define AuHnJob_GEN (1 << 1) -+#define AuHnJob_DIRENT (1 << 2) -+#define AuHnJob_ISDIR (1 << 3) -+#define AuHnJob_TRYXINO0 (1 << 4) -+#define AuHnJob_MNTPNT (1 << 5) -+#define au_ftest_hnjob(flags, name) ((flags) & AuHnJob_##name) -+#define au_fset_hnjob(flags, name) \ -+ do { (flags) |= AuHnJob_##name; } while (0) -+#define au_fclr_hnjob(flags, name) \ -+ do { (flags) &= ~AuHnJob_##name; } while (0) -+ -+enum { -+ AuHn_CHILD, -+ AuHn_PARENT, -+ AuHnLast -+}; -+ -+struct au_hnotify_args { -+ struct inode *h_dir, *dir, *h_child_inode; -+ u32 mask; -+ unsigned int flags[AuHnLast]; -+ unsigned int h_child_nlen; -+ char h_child_name[]; -+}; -+ -+struct hn_job_args { -+ unsigned int flags; -+ struct inode *inode, *h_inode, *dir, *h_dir; -+ struct dentry *dentry; -+ char *h_name; -+ int h_nlen; -+}; -+ -+static int hn_job(struct hn_job_args *a) -+{ -+ const unsigned int isdir = au_ftest_hnjob(a->flags, ISDIR); -+ int e; -+ -+ /* reset xino */ -+ if (au_ftest_hnjob(a->flags, XINO0) && a->inode) -+ hn_xino(a->inode, a->h_inode); /* ignore this error */ -+ -+ if (au_ftest_hnjob(a->flags, TRYXINO0) -+ && a->inode -+ && a->h_inode) { -+ vfsub_inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD); -+ if (!a->h_inode->i_nlink -+ && !(a->h_inode->i_state & I_LINKABLE)) -+ hn_xino(a->inode, a->h_inode); /* ignore this error */ -+ inode_unlock_shared(a->h_inode); -+ } -+ -+ /* make the generation obsolete */ -+ if (au_ftest_hnjob(a->flags, GEN)) { -+ e = -1; -+ if (a->inode) -+ e = hn_gen_by_inode(a->h_name, a->h_nlen, a->inode, -+ isdir); -+ if (e && a->dentry) -+ hn_gen_by_name(a->dentry, isdir); -+ /* ignore this error */ -+ } -+ -+ /* make dir entries obsolete */ -+ if (au_ftest_hnjob(a->flags, DIRENT) && a->inode) { -+ struct au_vdir *vdir; -+ -+ vdir = au_ivdir(a->inode); -+ if (vdir) -+ vdir->vd_jiffy = 0; -+ /* IMustLock(a->inode); */ -+ /* a->inode->i_version++; */ -+ } -+ -+ /* can do nothing but warn */ -+ if (au_ftest_hnjob(a->flags, MNTPNT) -+ && a->dentry -+ && d_mountpoint(a->dentry)) -+ pr_warn("mount-point %pd is removed or renamed\n", a->dentry); -+ -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *lookup_wlock_by_name(char *name, unsigned int nlen, -+ struct inode *dir) -+{ -+ struct dentry *dentry, *d, *parent; -+ struct qstr *dname; -+ -+ parent = d_find_any_alias(dir); -+ if (!parent) -+ return NULL; -+ -+ dentry = NULL; -+ spin_lock(&parent->d_lock); -+ list_for_each_entry(d, &parent->d_subdirs, d_child) { -+ /* AuDbg("%pd\n", d); */ -+ spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); -+ dname = &d->d_name; -+ if (dname->len != nlen || memcmp(dname->name, name, nlen)) -+ goto cont_unlock; -+ if (au_di(d)) -+ au_digen_dec(d); -+ else -+ goto cont_unlock; -+ if (au_dcount(d) > 0) { -+ dentry = dget_dlock(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ -+cont_unlock: -+ spin_unlock(&d->d_lock); -+ } -+ spin_unlock(&parent->d_lock); -+ dput(parent); -+ -+ if (dentry) -+ di_write_lock_child(dentry); -+ -+ return dentry; -+} -+ -+static struct inode *lookup_wlock_by_ino(struct super_block *sb, -+ aufs_bindex_t bindex, ino_t h_ino) -+{ -+ struct inode *inode; -+ ino_t ino; -+ int err; -+ -+ inode = NULL; -+ err = au_xino_read(sb, bindex, h_ino, &ino); -+ if (!err && ino) -+ inode = ilookup(sb, ino); -+ if (!inode) -+ goto out; -+ -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("wrong root branch\n"); -+ iput(inode); -+ inode = NULL; -+ goto out; -+ } -+ -+ ii_write_lock_child(inode); -+ -+out: -+ return inode; -+} -+ -+static void au_hn_bh(void *_args) -+{ -+ struct au_hnotify_args *a = _args; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot, bfound; -+ unsigned char xino, try_iput; -+ int err; -+ struct inode *inode; -+ ino_t h_ino; -+ struct hn_job_args args; -+ struct dentry *dentry; -+ struct au_sbinfo *sbinfo; -+ -+ AuDebugOn(!_args); -+ AuDebugOn(!a->h_dir); -+ AuDebugOn(!a->dir); -+ AuDebugOn(!a->mask); -+ AuDbg("mask 0x%x, i%lu, hi%lu, hci%lu\n", -+ a->mask, a->dir->i_ino, a->h_dir->i_ino, -+ a->h_child_inode ? a->h_child_inode->i_ino : 0); -+ -+ inode = NULL; -+ dentry = NULL; -+ /* -+ * do not lock a->dir->i_mutex here -+ * because of d_revalidate() may cause a deadlock. -+ */ -+ sb = a->dir->i_sb; -+ AuDebugOn(!sb); -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!sbinfo); -+ si_write_lock(sb, AuLock_NOPLMW); -+ -+ if (au_opt_test(sbinfo->si_mntflags, DIRREN)) -+ switch (a->mask & FS_EVENTS_POSS_ON_CHILD) { -+ case FS_MOVED_FROM: -+ case FS_MOVED_TO: -+ AuWarn1("DIRREN with UDBA may not work correctly " -+ "for the direct rename(2)\n"); -+ } -+ -+ ii_read_lock_parent(a->dir); -+ bfound = -1; -+ bbot = au_ibbot(a->dir); -+ for (bindex = au_ibtop(a->dir); bindex <= bbot; bindex++) -+ if (au_h_iptr(a->dir, bindex) == a->h_dir) { -+ bfound = bindex; -+ break; -+ } -+ ii_read_unlock(a->dir); -+ if (unlikely(bfound < 0)) -+ goto out; -+ -+ xino = !!au_opt_test(au_mntflags(sb), XINO); -+ h_ino = 0; -+ if (a->h_child_inode) -+ h_ino = a->h_child_inode->i_ino; -+ -+ if (a->h_child_nlen -+ && (au_ftest_hnjob(a->flags[AuHn_CHILD], GEN) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], MNTPNT))) -+ dentry = lookup_wlock_by_name(a->h_child_name, a->h_child_nlen, -+ a->dir); -+ try_iput = 0; -+ if (dentry && d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (xino && !inode && h_ino -+ && (au_ftest_hnjob(a->flags[AuHn_CHILD], XINO0) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], TRYXINO0) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], GEN))) { -+ inode = lookup_wlock_by_ino(sb, bfound, h_ino); -+ try_iput = 1; -+ } -+ -+ args.flags = a->flags[AuHn_CHILD]; -+ args.dentry = dentry; -+ args.inode = inode; -+ args.h_inode = a->h_child_inode; -+ args.dir = a->dir; -+ args.h_dir = a->h_dir; -+ args.h_name = a->h_child_name; -+ args.h_nlen = a->h_child_nlen; -+ err = hn_job(&args); -+ if (dentry) { -+ if (au_di(dentry)) -+ di_write_unlock(dentry); -+ dput(dentry); -+ } -+ if (inode && try_iput) { -+ ii_write_unlock(inode); -+ iput(inode); -+ } -+ -+ ii_write_lock_parent(a->dir); -+ args.flags = a->flags[AuHn_PARENT]; -+ args.dentry = NULL; -+ args.inode = a->dir; -+ args.h_inode = a->h_dir; -+ args.dir = NULL; -+ args.h_dir = NULL; -+ args.h_name = NULL; -+ args.h_nlen = 0; -+ err = hn_job(&args); -+ ii_write_unlock(a->dir); -+ -+out: -+ iput(a->h_child_inode); -+ iput(a->h_dir); -+ iput(a->dir); -+ si_write_unlock(sb); -+ au_nwt_done(&sbinfo->si_nowait); -+ kfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, -+ struct qstr *h_child_qstr, struct inode *h_child_inode) -+{ -+ int err, len; -+ unsigned int flags[AuHnLast], f; -+ unsigned char isdir, isroot, wh; -+ struct inode *dir; -+ struct au_hnotify_args *args; -+ char *p, *h_child_name; -+ -+ err = 0; -+ AuDebugOn(!hnotify || !hnotify->hn_aufs_inode); -+ dir = igrab(hnotify->hn_aufs_inode); -+ if (!dir) -+ goto out; -+ -+ isroot = (dir->i_ino == AUFS_ROOT_INO); -+ wh = 0; -+ h_child_name = (void *)h_child_qstr->name; -+ len = h_child_qstr->len; -+ if (h_child_name) { -+ if (len > AUFS_WH_PFX_LEN -+ && !memcmp(h_child_name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ h_child_name += AUFS_WH_PFX_LEN; -+ len -= AUFS_WH_PFX_LEN; -+ wh = 1; -+ } -+ } -+ -+ isdir = 0; -+ if (h_child_inode) -+ isdir = !!S_ISDIR(h_child_inode->i_mode); -+ flags[AuHn_PARENT] = AuHnJob_ISDIR; -+ flags[AuHn_CHILD] = 0; -+ if (isdir) -+ flags[AuHn_CHILD] = AuHnJob_ISDIR; -+ au_fset_hnjob(flags[AuHn_PARENT], DIRENT); -+ au_fset_hnjob(flags[AuHn_CHILD], GEN); -+ switch (mask & FS_EVENTS_POSS_ON_CHILD) { -+ case FS_MOVED_FROM: -+ case FS_MOVED_TO: -+ au_fset_hnjob(flags[AuHn_CHILD], XINO0); -+ au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); -+ /*FALLTHROUGH*/ -+ case FS_CREATE: -+ AuDebugOn(!h_child_name); -+ break; -+ -+ case FS_DELETE: -+ /* -+ * aufs never be able to get this child inode. -+ * revalidation should be in d_revalidate() -+ * by checking i_nlink, i_generation or d_unhashed(). -+ */ -+ AuDebugOn(!h_child_name); -+ au_fset_hnjob(flags[AuHn_CHILD], TRYXINO0); -+ au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); -+ break; -+ -+ default: -+ AuDebugOn(1); -+ } -+ -+ if (wh) -+ h_child_inode = NULL; -+ -+ err = -ENOMEM; -+ /* iput() and kfree() will be called in au_hnotify() */ -+ args = kmalloc(sizeof(*args) + len + 1, GFP_NOFS); -+ if (unlikely(!args)) { -+ AuErr1("no memory\n"); -+ iput(dir); -+ goto out; -+ } -+ args->flags[AuHn_PARENT] = flags[AuHn_PARENT]; -+ args->flags[AuHn_CHILD] = flags[AuHn_CHILD]; -+ args->mask = mask; -+ args->dir = dir; -+ args->h_dir = igrab(h_dir); -+ if (h_child_inode) -+ h_child_inode = igrab(h_child_inode); /* can be NULL */ -+ args->h_child_inode = h_child_inode; -+ args->h_child_nlen = len; -+ if (len) { -+ p = (void *)args; -+ p += sizeof(*args); -+ memcpy(p, h_child_name, len); -+ p[len] = 0; -+ } -+ -+ /* NFS fires the event for silly-renamed one from kworker */ -+ f = 0; -+ if (!dir->i_nlink -+ || (au_test_nfs(h_dir->i_sb) && (mask & FS_DELETE))) -+ f = AuWkq_NEST; -+ err = au_wkq_nowait(au_hn_bh, args, dir->i_sb, f); -+ if (unlikely(err)) { -+ pr_err("wkq %d\n", err); -+ iput(args->h_child_inode); -+ iput(args->h_dir); -+ iput(args->dir); -+ kfree(args); -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm) -+{ -+ int err; -+ -+ AuDebugOn(!(udba & AuOptMask_UDBA)); -+ -+ err = 0; -+ if (au_hnotify_op.reset_br) -+ err = au_hnotify_op.reset_br(udba, br, perm); -+ -+ return err; -+} -+ -+int au_hnotify_init_br(struct au_branch *br, int perm) -+{ -+ int err; -+ -+ err = 0; -+ if (au_hnotify_op.init_br) -+ err = au_hnotify_op.init_br(br, perm); -+ -+ return err; -+} -+ -+void au_hnotify_fin_br(struct au_branch *br) -+{ -+ if (au_hnotify_op.fin_br) -+ au_hnotify_op.fin_br(br); -+} -+ -+static void au_hn_destroy_cache(void) -+{ -+ kmem_cache_destroy(au_cache[AuCache_HNOTIFY]); -+ au_cache[AuCache_HNOTIFY] = NULL; -+} -+ -+int __init au_hnotify_init(void) -+{ -+ int err; -+ -+ err = -ENOMEM; -+ au_cache[AuCache_HNOTIFY] = AuCache(au_hnotify); -+ if (au_cache[AuCache_HNOTIFY]) { -+ err = 0; -+ if (au_hnotify_op.init) -+ err = au_hnotify_op.init(); -+ if (unlikely(err)) -+ au_hn_destroy_cache(); -+ } -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_hnotify_fin(void) -+{ -+ if (au_hnotify_op.fin) -+ au_hnotify_op.fin(); -+ -+ /* cf. au_cache_fin() */ -+ if (au_cache[AuCache_HNOTIFY]) -+ au_hn_destroy_cache(); -+} -diff --git a/fs/aufs/i_op.c b/fs/aufs/i_op.c -new file mode 100644 -index 000000000000..6d9381769876 ---- /dev/null -+++ b/fs/aufs/i_op.c -@@ -0,0 +1,1447 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (except add/del/rename) -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+static int h_permission(struct inode *h_inode, int mask, -+ struct path *h_path, int brperm) -+{ -+ int err; -+ const unsigned char write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); -+ -+ err = -EPERM; -+ if (write_mask && IS_IMMUTABLE(h_inode)) -+ goto out; -+ -+ err = -EACCES; -+ if (((mask & MAY_EXEC) -+ && S_ISREG(h_inode->i_mode) -+ && (path_noexec(h_path) -+ || !(h_inode->i_mode & S_IXUGO)))) -+ goto out; -+ -+ /* -+ * - skip the lower fs test in the case of write to ro branch. -+ * - nfs dir permission write check is optimized, but a policy for -+ * link/rename requires a real check. -+ * - nfs always sets MS_POSIXACL regardless its mount option 'noacl.' -+ * in this case, generic_permission() returns -EOPNOTSUPP. -+ */ -+ if ((write_mask && !au_br_writable(brperm)) -+ || (au_test_nfs(h_inode->i_sb) && S_ISDIR(h_inode->i_mode) -+ && write_mask && !(mask & MAY_READ)) -+ || !h_inode->i_op->permission) { -+ /* AuLabel(generic_permission); */ -+ /* AuDbg("get_acl %pf\n", h_inode->i_op->get_acl); */ -+ err = generic_permission(h_inode, mask); -+ if (err == -EOPNOTSUPP && au_test_nfs_noacl(h_inode)) -+ err = h_inode->i_op->permission(h_inode, mask); -+ AuTraceErr(err); -+ } else { -+ /* AuLabel(h_inode->permission); */ -+ err = h_inode->i_op->permission(h_inode, mask); -+ AuTraceErr(err); -+ } -+ -+ if (!err) -+ err = devcgroup_inode_permission(h_inode, mask); -+ if (!err) -+ err = security_inode_permission(h_inode, mask); -+ -+#if 0 -+ if (!err) { -+ /* todo: do we need to call ima_path_check()? */ -+ struct path h_path = { -+ .dentry = -+ .mnt = h_mnt -+ }; -+ err = ima_path_check(&h_path, -+ mask & (MAY_READ | MAY_WRITE | MAY_EXEC), -+ IMA_COUNT_LEAVE); -+ } -+#endif -+ -+out: -+ return err; -+} -+ -+static int aufs_permission(struct inode *inode, int mask) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ const unsigned char isdir = !!S_ISDIR(inode->i_mode), -+ write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ -+ /* todo: support rcu-walk? */ -+ if (mask & MAY_NOT_BLOCK) -+ return -ECHILD; -+ -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_read_lock_child(inode); -+#if 0 -+ err = au_iigen_test(inode, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out; -+#endif -+ -+ if (!isdir -+ || write_mask -+ || au_opt_test(au_mntflags(sb), DIRPERM1)) { -+ err = au_busy_or_stale(); -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ if (unlikely(!h_inode -+ || (h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT))) -+ goto out; -+ -+ err = 0; -+ bindex = au_ibtop(inode); -+ br = au_sbr(sb, bindex); -+ err = h_permission(h_inode, mask, &br->br_path, br->br_perm); -+ if (write_mask -+ && !err -+ && !special_file(h_inode->i_mode)) { -+ /* test whether the upper writable branch exists */ -+ err = -EROFS; -+ for (; bindex >= 0; bindex--) -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = 0; -+ break; -+ } -+ } -+ goto out; -+ } -+ -+ /* non-write to dir */ -+ err = 0; -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); !err && bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (h_inode) { -+ err = au_busy_or_stale(); -+ if (unlikely(!S_ISDIR(h_inode->i_mode))) -+ break; -+ -+ br = au_sbr(sb, bindex); -+ err = h_permission(h_inode, mask, &br->br_path, -+ br->br_perm); -+ } -+ } -+ -+out: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *aufs_lookup(struct inode *dir, struct dentry *dentry, -+ unsigned int flags) -+{ -+ struct dentry *ret, *parent; -+ struct inode *inode; -+ struct super_block *sb; -+ int err, npositive; -+ -+ IMustLock(dir); -+ -+ /* todo: support rcu-walk? */ -+ ret = ERR_PTR(-ECHILD); -+ if (flags & LOOKUP_RCU) -+ goto out; -+ -+ ret = ERR_PTR(-ENAMETOOLONG); -+ if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ goto out; -+ -+ sb = dir->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ ret = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_di_init(dentry); -+ ret = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_si; -+ -+ inode = NULL; -+ npositive = 0; /* suppress a warning */ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_alive_dir(parent); -+ if (!err) -+ err = au_digen_test(parent, au_sigen(sb)); -+ if (!err) { -+ /* regardless LOOKUP_CREATE, always ALLOW_NEG */ -+ npositive = au_lkup_dentry(dentry, au_dbtop(parent), -+ AuLkup_ALLOW_NEG); -+ err = npositive; -+ } -+ di_read_unlock(parent, AuLock_IR); -+ ret = ERR_PTR(err); -+ if (unlikely(err < 0)) -+ goto out_unlock; -+ -+ if (npositive) { -+ inode = au_new_inode(dentry, /*must_new*/0); -+ if (IS_ERR(inode)) { -+ ret = (void *)inode; -+ inode = NULL; -+ goto out_unlock; -+ } -+ } -+ -+ if (inode) -+ atomic_inc(&inode->i_count); -+ ret = d_splice_alias(inode, dentry); -+#if 0 -+ if (unlikely(d_need_lookup(dentry))) { -+ spin_lock(&dentry->d_lock); -+ dentry->d_flags &= ~DCACHE_NEED_LOOKUP; -+ spin_unlock(&dentry->d_lock); -+ } else -+#endif -+ if (inode) { -+ if (!IS_ERR(ret)) { -+ iput(inode); -+ if (ret && ret != dentry) -+ ii_write_unlock(inode); -+ } else { -+ ii_write_unlock(inode); -+ iput(inode); -+ inode = NULL; -+ } -+ } -+ -+out_unlock: -+ di_write_unlock(dentry); -+out_si: -+ si_read_unlock(sb); -+out: -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aopen_node { -+ struct hlist_bl_node hblist; -+ struct file *file, *h_file; -+}; -+ -+static int au_do_aopen(struct inode *inode, struct file *file) -+{ -+ struct hlist_bl_head *aopen; -+ struct hlist_bl_node *pos; -+ struct aopen_node *node; -+ struct au_do_open_args args = { -+ .aopen = 1, -+ .open = au_do_open_nondir -+ }; -+ -+ aopen = &au_sbi(inode->i_sb)->si_aopen; -+ hlist_bl_lock(aopen); -+ hlist_bl_for_each_entry(node, pos, aopen, hblist) -+ if (node->file == file) { -+ args.h_file = node->h_file; -+ break; -+ } -+ hlist_bl_unlock(aopen); -+ /* AuDebugOn(!args.h_file); */ -+ -+ return au_do_open(file, &args); -+} -+ -+static int aufs_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct file *file, unsigned int open_flag, -+ umode_t create_mode, int *opened) -+{ -+ int err, unlocked, h_opened = *opened; -+ unsigned int lkup_flags; -+ struct dentry *parent, *d; -+ struct hlist_bl_head *aopen; -+ struct vfsub_aopen_args args = { -+ .open_flag = open_flag, -+ .create_mode = create_mode, -+ .opened = &h_opened -+ }; -+ struct aopen_node aopen_node = { -+ .file = file -+ }; -+ -+ IMustLock(dir); -+ AuDbg("open_flag 0%o\n", open_flag); -+ AuDbgDentry(dentry); -+ -+ err = 0; -+ if (!au_di(dentry)) { -+ lkup_flags = LOOKUP_OPEN; -+ if (open_flag & O_CREAT) -+ lkup_flags |= LOOKUP_CREATE; -+ d = aufs_lookup(dir, dentry, lkup_flags); -+ if (IS_ERR(d)) { -+ err = PTR_ERR(d); -+ AuTraceErr(err); -+ goto out; -+ } else if (d) { -+ /* -+ * obsoleted dentry found. -+ * another error will be returned later. -+ */ -+ d_drop(d); -+ AuDbgDentry(d); -+ dput(d); -+ } -+ AuDbgDentry(dentry); -+ } -+ -+ if (d_is_positive(dentry) -+ || d_unhashed(dentry) -+ || d_unlinked(dentry) -+ || !(open_flag & O_CREAT)) -+ goto out_no_open; -+ -+ unlocked = 0; -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_GEN); -+ if (unlikely(err)) -+ goto out; -+ -+ parent = dentry->d_parent; /* dir is locked */ -+ di_write_lock_parent(parent); -+ err = au_lkup_dentry(dentry, /*btop*/0, AuLkup_ALLOW_NEG); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ AuDbgDentry(dentry); -+ if (d_is_positive(dentry)) -+ goto out_unlock; -+ -+ args.file = get_empty_filp(); -+ err = PTR_ERR(args.file); -+ if (IS_ERR(args.file)) -+ goto out_unlock; -+ -+ args.file->f_flags = file->f_flags; -+ err = au_aopen_or_create(dir, dentry, &args); -+ AuTraceErr(err); -+ AuDbgFile(args.file); -+ if (unlikely(err < 0)) { -+ if (h_opened & FILE_OPENED) -+ fput(args.file); -+ else -+ put_filp(args.file); -+ goto out_unlock; -+ } -+ di_write_unlock(parent); -+ di_write_unlock(dentry); -+ unlocked = 1; -+ -+ /* some filesystems don't set FILE_CREATED while succeeded? */ -+ *opened |= FILE_CREATED; -+ if (h_opened & FILE_OPENED) -+ aopen_node.h_file = args.file; -+ else { -+ put_filp(args.file); -+ args.file = NULL; -+ } -+ aopen = &au_sbi(dir->i_sb)->si_aopen; -+ au_hbl_add(&aopen_node.hblist, aopen); -+ err = finish_open(file, dentry, au_do_aopen, opened); -+ au_hbl_del(&aopen_node.hblist, aopen); -+ AuTraceErr(err); -+ AuDbgFile(file); -+ if (aopen_node.h_file) -+ fput(aopen_node.h_file); -+ -+out_unlock: -+ if (unlocked) -+ si_read_unlock(dentry->d_sb); -+ else { -+ di_write_unlock(parent); -+ aufs_read_unlock(dentry, AuLock_DW); -+ } -+ AuDbgDentry(dentry); -+ if (unlikely(err < 0)) -+ goto out; -+out_no_open: -+ if (err >= 0 && !(*opened & FILE_CREATED)) { -+ AuLabel(out_no_open); -+ dget(dentry); -+ err = finish_no_open(file, dentry); -+ } -+out: -+ AuDbg("%pd%s%s\n", dentry, -+ (*opened & FILE_CREATED) ? " created" : "", -+ (*opened & FILE_OPENED) ? " opened" : ""); -+ AuTraceErr(err); -+ return err; -+} -+ -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_wr_dir_cpup(struct dentry *dentry, struct dentry *parent, -+ const unsigned char add_entry, aufs_bindex_t bcpup, -+ aufs_bindex_t btop) -+{ -+ int err; -+ struct dentry *h_parent; -+ struct inode *h_dir; -+ -+ if (add_entry) -+ IMustLock(d_inode(parent)); -+ else -+ di_write_lock_parent(parent); -+ -+ err = 0; -+ if (!au_h_dptr(parent, bcpup)) { -+ if (btop > bcpup) -+ err = au_cpup_dirs(dentry, bcpup); -+ else if (btop < bcpup) -+ err = au_cpdown_dirs(dentry, bcpup); -+ else -+ BUG(); -+ } -+ if (!err && add_entry && !au_ftest_wrdir(add_entry, TMPFILE)) { -+ h_parent = au_h_dptr(parent, bcpup); -+ h_dir = d_inode(h_parent); -+ vfsub_inode_lock_shared_nested(h_dir, AuLsc_I_PARENT); -+ err = au_lkup_neg(dentry, bcpup, /*wh*/0); -+ /* todo: no unlock here */ -+ inode_unlock_shared(h_dir); -+ -+ AuDbg("bcpup %d\n", bcpup); -+ if (!err) { -+ if (d_really_is_negative(dentry)) -+ au_set_h_dptr(dentry, btop, NULL); -+ au_update_dbrange(dentry, /*do_put_zero*/0); -+ } -+ } -+ -+ if (!add_entry) -+ di_write_unlock(parent); -+ if (!err) -+ err = bcpup; /* success */ -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * decide the branch and the parent dir where we will create a new entry. -+ * returns new bindex or an error. -+ * copyup the parent dir if needed. -+ */ -+int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, -+ struct au_wr_dir_args *args) -+{ -+ int err; -+ unsigned int flags; -+ aufs_bindex_t bcpup, btop, src_btop; -+ const unsigned char add_entry -+ = au_ftest_wrdir(args->flags, ADD_ENTRY) -+ | au_ftest_wrdir(args->flags, TMPFILE); -+ struct super_block *sb; -+ struct dentry *parent; -+ struct au_sbinfo *sbinfo; -+ -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ parent = dget_parent(dentry); -+ btop = au_dbtop(dentry); -+ bcpup = btop; -+ if (args->force_btgt < 0) { -+ if (src_dentry) { -+ src_btop = au_dbtop(src_dentry); -+ if (src_btop < btop) -+ bcpup = src_btop; -+ } else if (add_entry) { -+ flags = 0; -+ if (au_ftest_wrdir(args->flags, ISDIR)) -+ au_fset_wbr(flags, DIR); -+ err = AuWbrCreate(sbinfo, dentry, flags); -+ bcpup = err; -+ } -+ -+ if (bcpup < 0 || au_test_ro(sb, bcpup, d_inode(dentry))) { -+ if (add_entry) -+ err = AuWbrCopyup(sbinfo, dentry); -+ else { -+ if (!IS_ROOT(dentry)) { -+ di_read_lock_parent(parent, !AuLock_IR); -+ err = AuWbrCopyup(sbinfo, dentry); -+ di_read_unlock(parent, !AuLock_IR); -+ } else -+ err = AuWbrCopyup(sbinfo, dentry); -+ } -+ bcpup = err; -+ if (unlikely(err < 0)) -+ goto out; -+ } -+ } else { -+ bcpup = args->force_btgt; -+ AuDebugOn(au_test_ro(sb, bcpup, d_inode(dentry))); -+ } -+ -+ AuDbg("btop %d, bcpup %d\n", btop, bcpup); -+ err = bcpup; -+ if (bcpup == btop) -+ goto out; /* success */ -+ -+ /* copyup the new parent into the branch we process */ -+ err = au_wr_dir_cpup(dentry, parent, add_entry, bcpup, btop); -+ if (err >= 0) { -+ if (d_really_is_negative(dentry)) { -+ au_set_h_dptr(dentry, btop, NULL); -+ au_set_dbtop(dentry, bcpup); -+ au_set_dbbot(dentry, bcpup); -+ } -+ AuDebugOn(add_entry -+ && !au_ftest_wrdir(args->flags, TMPFILE) -+ && !au_h_dptr(dentry, bcpup)); -+ } -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_pin_hdir_unlock(struct au_pin *p) -+{ -+ if (p->hdir) -+ au_hn_inode_unlock(p->hdir); -+} -+ -+int au_pin_hdir_lock(struct au_pin *p) -+{ -+ int err; -+ -+ err = 0; -+ if (!p->hdir) -+ goto out; -+ -+ /* even if an error happens later, keep this lock */ -+ au_hn_inode_lock_nested(p->hdir, p->lsc_hi); -+ -+ err = -EBUSY; -+ if (unlikely(p->hdir->hi_inode != d_inode(p->h_parent))) -+ goto out; -+ -+ err = 0; -+ if (p->h_dentry) -+ err = au_h_verify(p->h_dentry, p->udba, p->hdir->hi_inode, -+ p->h_parent, p->br); -+ -+out: -+ return err; -+} -+ -+int au_pin_hdir_relock(struct au_pin *p) -+{ -+ int err, i; -+ struct inode *h_i; -+ struct dentry *h_d[] = { -+ p->h_dentry, -+ p->h_parent -+ }; -+ -+ err = au_pin_hdir_lock(p); -+ if (unlikely(err)) -+ goto out; -+ -+ for (i = 0; !err && i < sizeof(h_d)/sizeof(*h_d); i++) { -+ if (!h_d[i]) -+ continue; -+ if (d_is_positive(h_d[i])) { -+ h_i = d_inode(h_d[i]); -+ err = !h_i->i_nlink; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+static void au_pin_hdir_set_owner(struct au_pin *p, struct task_struct *task) -+{ -+#if !defined(CONFIG_RWSEM_GENERIC_SPINLOCK) && defined(CONFIG_RWSEM_SPIN_ON_OWNER) -+ p->hdir->hi_inode->i_rwsem.owner = task; -+#endif -+} -+ -+void au_pin_hdir_acquire_nest(struct au_pin *p) -+{ -+ if (p->hdir) { -+ rwsem_acquire_nest(&p->hdir->hi_inode->i_rwsem.dep_map, -+ p->lsc_hi, 0, NULL, _RET_IP_); -+ au_pin_hdir_set_owner(p, current); -+ } -+} -+ -+void au_pin_hdir_release(struct au_pin *p) -+{ -+ if (p->hdir) { -+ au_pin_hdir_set_owner(p, p->task); -+ rwsem_release(&p->hdir->hi_inode->i_rwsem.dep_map, 1, _RET_IP_); -+ } -+} -+ -+struct dentry *au_pinned_h_parent(struct au_pin *pin) -+{ -+ if (pin && pin->parent) -+ return au_h_dptr(pin->parent, pin->bindex); -+ return NULL; -+} -+ -+void au_unpin(struct au_pin *p) -+{ -+ if (p->hdir) -+ au_pin_hdir_unlock(p); -+ if (p->h_mnt && au_ftest_pin(p->flags, MNT_WRITE)) -+ vfsub_mnt_drop_write(p->h_mnt); -+ if (!p->hdir) -+ return; -+ -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ iput(p->hdir->hi_inode); -+ dput(p->parent); -+ p->parent = NULL; -+ p->hdir = NULL; -+ p->h_mnt = NULL; -+ /* do not clear p->task */ -+} -+ -+int au_do_pin(struct au_pin *p) -+{ -+ int err; -+ struct super_block *sb; -+ struct inode *h_dir; -+ -+ err = 0; -+ sb = p->dentry->d_sb; -+ p->br = au_sbr(sb, p->bindex); -+ if (IS_ROOT(p->dentry)) { -+ if (au_ftest_pin(p->flags, MNT_WRITE)) { -+ p->h_mnt = au_br_mnt(p->br); -+ err = vfsub_mnt_want_write(p->h_mnt); -+ if (unlikely(err)) { -+ au_fclr_pin(p->flags, MNT_WRITE); -+ goto out_err; -+ } -+ } -+ goto out; -+ } -+ -+ p->h_dentry = NULL; -+ if (p->bindex <= au_dbbot(p->dentry)) -+ p->h_dentry = au_h_dptr(p->dentry, p->bindex); -+ -+ p->parent = dget_parent(p->dentry); -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_lock(p->parent, AuLock_IR, p->lsc_di); -+ -+ h_dir = NULL; -+ p->h_parent = au_h_dptr(p->parent, p->bindex); -+ p->hdir = au_hi(d_inode(p->parent), p->bindex); -+ if (p->hdir) -+ h_dir = p->hdir->hi_inode; -+ -+ /* -+ * udba case, or -+ * if DI_LOCKED is not set, then p->parent may be different -+ * and h_parent can be NULL. -+ */ -+ if (unlikely(!p->hdir || !h_dir || !p->h_parent)) { -+ err = -EBUSY; -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ dput(p->parent); -+ p->parent = NULL; -+ goto out_err; -+ } -+ -+ if (au_ftest_pin(p->flags, MNT_WRITE)) { -+ p->h_mnt = au_br_mnt(p->br); -+ err = vfsub_mnt_want_write(p->h_mnt); -+ if (unlikely(err)) { -+ au_fclr_pin(p->flags, MNT_WRITE); -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ dput(p->parent); -+ p->parent = NULL; -+ goto out_err; -+ } -+ } -+ -+ au_igrab(h_dir); -+ err = au_pin_hdir_lock(p); -+ if (!err) -+ goto out; /* success */ -+ -+ au_unpin(p); -+ -+out_err: -+ pr_err("err %d\n", err); -+ err = au_busy_or_stale(); -+out: -+ return err; -+} -+ -+void au_pin_init(struct au_pin *p, struct dentry *dentry, -+ aufs_bindex_t bindex, int lsc_di, int lsc_hi, -+ unsigned int udba, unsigned char flags) -+{ -+ p->dentry = dentry; -+ p->udba = udba; -+ p->lsc_di = lsc_di; -+ p->lsc_hi = lsc_hi; -+ p->flags = flags; -+ p->bindex = bindex; -+ -+ p->parent = NULL; -+ p->hdir = NULL; -+ p->h_mnt = NULL; -+ -+ p->h_dentry = NULL; -+ p->h_parent = NULL; -+ p->br = NULL; -+ p->task = current; -+} -+ -+int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int udba, unsigned char flags) -+{ -+ au_pin_init(pin, dentry, bindex, AuLsc_DI_PARENT, AuLsc_I_PARENT2, -+ udba, flags); -+ return au_do_pin(pin); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * ->setattr() and ->getattr() are called in various cases. -+ * chmod, stat: dentry is revalidated. -+ * fchmod, fstat: file and dentry are not revalidated, additionally they may be -+ * unhashed. -+ * for ->setattr(), ia->ia_file is passed from ftruncate only. -+ */ -+/* todo: consolidate with do_refresh() and simple_reval_dpath() */ -+int au_reval_for_attr(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *parent; -+ -+ err = 0; -+ if (au_digen_test(dentry, sigen)) { -+ parent = dget_parent(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(dentry, parent); -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_pin_and_icpup(struct dentry *dentry, struct iattr *ia, -+ struct au_icpup_args *a) -+{ -+ int err; -+ loff_t sz; -+ aufs_bindex_t btop, ibtop; -+ struct dentry *hi_wh, *parent; -+ struct inode *inode; -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = 0 -+ }; -+ -+ if (d_is_dir(dentry)) -+ au_fset_wrdir(wr_dir_args.flags, ISDIR); -+ /* plink or hi_wh() case */ -+ btop = au_dbtop(dentry); -+ inode = d_inode(dentry); -+ ibtop = au_ibtop(inode); -+ if (btop != ibtop && !au_test_ro(inode->i_sb, ibtop, inode)) -+ wr_dir_args.force_btgt = ibtop; -+ err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); -+ if (unlikely(err < 0)) -+ goto out; -+ a->btgt = err; -+ if (err != btop) -+ au_fset_icpup(a->flags, DID_CPUP); -+ -+ err = 0; -+ a->pin_flags = AuPin_MNT_WRITE; -+ parent = NULL; -+ if (!IS_ROOT(dentry)) { -+ au_fset_pin(a->pin_flags, DI_LOCKED); -+ parent = dget_parent(dentry); -+ di_write_lock_parent(parent); -+ } -+ -+ err = au_pin(&a->pin, dentry, a->btgt, a->udba, a->pin_flags); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ sz = -1; -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ a->h_inode = d_inode(a->h_path.dentry); -+ if (ia && (ia->ia_valid & ATTR_SIZE)) { -+ vfsub_inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD); -+ if (ia->ia_size < i_size_read(a->h_inode)) -+ sz = ia->ia_size; -+ inode_unlock_shared(a->h_inode); -+ } -+ -+ hi_wh = NULL; -+ if (au_ftest_icpup(a->flags, DID_CPUP) && d_unlinked(dentry)) { -+ hi_wh = au_hi_wh(inode, a->btgt); -+ if (!hi_wh) { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->btgt, -+ .bsrc = -1, -+ .len = sz, -+ .pin = &a->pin -+ }; -+ err = au_sio_cpup_wh(&cpg, /*file*/NULL); -+ if (unlikely(err)) -+ goto out_unlock; -+ hi_wh = au_hi_wh(inode, a->btgt); -+ /* todo: revalidate hi_wh? */ -+ } -+ } -+ -+ if (parent) { -+ au_pin_set_parent_lflag(&a->pin, /*lflag*/0); -+ di_downgrade_lock(parent, AuLock_IR); -+ dput(parent); -+ parent = NULL; -+ } -+ if (!au_ftest_icpup(a->flags, DID_CPUP)) -+ goto out; /* success */ -+ -+ if (!d_unhashed(dentry)) { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->btgt, -+ .bsrc = btop, -+ .len = sz, -+ .pin = &a->pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ if (!err) -+ a->h_path.dentry = au_h_dptr(dentry, a->btgt); -+ } else if (!hi_wh) -+ a->h_path.dentry = au_h_dptr(dentry, a->btgt); -+ else -+ a->h_path.dentry = hi_wh; /* do not dget here */ -+ -+out_unlock: -+ a->h_inode = d_inode(a->h_path.dentry); -+ if (!err) -+ goto out; /* success */ -+ au_unpin(&a->pin); -+out_parent: -+ if (parent) { -+ di_write_unlock(parent); -+ dput(parent); -+ } -+out: -+ if (!err) -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ return err; -+} -+ -+static int aufs_setattr(struct dentry *dentry, struct iattr *ia) -+{ -+ int err; -+ struct inode *inode, *delegated; -+ struct super_block *sb; -+ struct file *file; -+ struct au_icpup_args *a; -+ -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ -+ err = setattr_prepare(dentry, ia); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ if (ia->ia_valid & (ATTR_KILL_SUID | ATTR_KILL_SGID)) -+ ia->ia_valid &= ~ATTR_MODE; -+ -+ file = NULL; -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_kfree; -+ -+ if (ia->ia_valid & ATTR_FILE) { -+ /* currently ftruncate(2) only */ -+ AuDebugOn(!d_is_reg(dentry)); -+ file = ia->ia_file; -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1, -+ /*fi_lsc*/0); -+ if (unlikely(err)) -+ goto out_si; -+ ia->ia_file = au_hf_top(file); -+ a->udba = AuOpt_UDBA_NONE; -+ } else { -+ /* fchmod() doesn't pass ia_file */ -+ a->udba = au_opt_udba(sb); -+ di_write_lock_child(dentry); -+ /* no d_unlinked(), to set UDBA_NONE for root */ -+ if (d_unhashed(dentry)) -+ a->udba = AuOpt_UDBA_NONE; -+ if (a->udba != AuOpt_UDBA_NONE) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_for_attr(dentry, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out_dentry; -+ } -+ } -+ -+ err = au_pin_and_icpup(dentry, ia, a); -+ if (unlikely(err < 0)) -+ goto out_dentry; -+ if (au_ftest_icpup(a->flags, DID_CPUP)) { -+ ia->ia_file = NULL; -+ ia->ia_valid &= ~ATTR_FILE; -+ } -+ -+ a->h_path.mnt = au_sbr_mnt(sb, a->btgt); -+ if ((ia->ia_valid & (ATTR_MODE | ATTR_CTIME)) -+ == (ATTR_MODE | ATTR_CTIME)) { -+ err = security_path_chmod(&a->h_path, ia->ia_mode); -+ if (unlikely(err)) -+ goto out_unlock; -+ } else if ((ia->ia_valid & (ATTR_UID | ATTR_GID)) -+ && (ia->ia_valid & ATTR_CTIME)) { -+ err = security_path_chown(&a->h_path, ia->ia_uid, ia->ia_gid); -+ if (unlikely(err)) -+ goto out_unlock; -+ } -+ -+ if (ia->ia_valid & ATTR_SIZE) { -+ struct file *f; -+ -+ if (ia->ia_size < i_size_read(inode)) -+ /* unmap only */ -+ truncate_setsize(inode, ia->ia_size); -+ -+ f = NULL; -+ if (ia->ia_valid & ATTR_FILE) -+ f = ia->ia_file; -+ inode_unlock(a->h_inode); -+ err = vfsub_trunc(&a->h_path, ia->ia_size, ia->ia_valid, f); -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ } else { -+ delegated = NULL; -+ while (1) { -+ err = vfsub_notify_change(&a->h_path, ia, &delegated); -+ if (delegated) { -+ err = break_deleg_wait(&delegated); -+ if (!err) -+ continue; -+ } -+ break; -+ } -+ } -+ /* -+ * regardless aufs 'acl' option setting. -+ * why don't all acl-aware fs call this func from their ->setattr()? -+ */ -+ if (!err && (ia->ia_valid & ATTR_MODE)) -+ err = vfsub_acl_chmod(a->h_inode, ia->ia_mode); -+ if (!err) -+ au_cpup_attr_changeable(inode); -+ -+out_unlock: -+ inode_unlock(a->h_inode); -+ au_unpin(&a->pin); -+ if (unlikely(err)) -+ au_update_dbtop(dentry); -+out_dentry: -+ di_write_unlock(dentry); -+ if (file) { -+ fi_write_unlock(file); -+ ia->ia_file = file; -+ ia->ia_valid |= ATTR_FILE; -+ } -+out_si: -+ si_read_unlock(sb); -+out_kfree: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+#if IS_ENABLED(CONFIG_AUFS_XATTR) || IS_ENABLED(CONFIG_FS_POSIX_ACL) -+static int au_h_path_to_set_attr(struct dentry *dentry, -+ struct au_icpup_args *a, struct path *h_path) -+{ -+ int err; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ a->udba = au_opt_udba(sb); -+ /* no d_unlinked(), to set UDBA_NONE for root */ -+ if (d_unhashed(dentry)) -+ a->udba = AuOpt_UDBA_NONE; -+ if (a->udba != AuOpt_UDBA_NONE) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_for_attr(dentry, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out; -+ } -+ err = au_pin_and_icpup(dentry, /*ia*/NULL, a); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ h_path->dentry = a->h_path.dentry; -+ h_path->mnt = au_sbr_mnt(sb, a->btgt); -+ -+out: -+ return err; -+} -+ -+ssize_t au_sxattr(struct dentry *dentry, struct inode *inode, -+ struct au_sxattr *arg) -+{ -+ int err; -+ struct path h_path; -+ struct super_block *sb; -+ struct au_icpup_args *a; -+ struct inode *h_inode; -+ -+ IMustLock(inode); -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_kfree; -+ -+ h_path.dentry = NULL; /* silence gcc */ -+ di_write_lock_child(dentry); -+ err = au_h_path_to_set_attr(dentry, a, &h_path); -+ if (unlikely(err)) -+ goto out_di; -+ -+ inode_unlock(a->h_inode); -+ switch (arg->type) { -+ case AU_XATTR_SET: -+ AuDebugOn(d_is_negative(h_path.dentry)); -+ err = vfsub_setxattr(h_path.dentry, -+ arg->u.set.name, arg->u.set.value, -+ arg->u.set.size, arg->u.set.flags); -+ break; -+ case AU_ACL_SET: -+ err = -EOPNOTSUPP; -+ h_inode = d_inode(h_path.dentry); -+ if (h_inode->i_op->set_acl) -+ /* this will call posix_acl_update_mode */ -+ err = h_inode->i_op->set_acl(h_inode, -+ arg->u.acl_set.acl, -+ arg->u.acl_set.type); -+ break; -+ } -+ if (!err) -+ au_cpup_attr_timesizes(inode); -+ -+ au_unpin(&a->pin); -+ if (unlikely(err)) -+ au_update_dbtop(dentry); -+ -+out_di: -+ di_write_unlock(dentry); -+ si_read_unlock(sb); -+out_kfree: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+#endif -+ -+static void au_refresh_iattr(struct inode *inode, struct kstat *st, -+ unsigned int nlink) -+{ -+ unsigned int n; -+ -+ inode->i_mode = st->mode; -+ /* don't i_[ug]id_write() here */ -+ inode->i_uid = st->uid; -+ inode->i_gid = st->gid; -+ inode->i_atime = st->atime; -+ inode->i_mtime = st->mtime; -+ inode->i_ctime = st->ctime; -+ -+ au_cpup_attr_nlink(inode, /*force*/0); -+ if (S_ISDIR(inode->i_mode)) { -+ n = inode->i_nlink; -+ n -= nlink; -+ n += st->nlink; -+ smp_mb(); /* for i_nlink */ -+ /* 0 can happen */ -+ set_nlink(inode, n); -+ } -+ -+ spin_lock(&inode->i_lock); -+ inode->i_blocks = st->blocks; -+ i_size_write(inode, st->size); -+ spin_unlock(&inode->i_lock); -+} -+ -+/* -+ * common routine for aufs_getattr() and au_getxattr(). -+ * returns zero or negative (an error). -+ * @dentry will be read-locked in success. -+ */ -+int au_h_path_getattr(struct dentry *dentry, int force, struct path *h_path, -+ int locked) -+{ -+ int err; -+ unsigned int mnt_flags, sigen; -+ unsigned char udba_none; -+ aufs_bindex_t bindex; -+ struct super_block *sb, *h_sb; -+ struct inode *inode; -+ -+ h_path->mnt = NULL; -+ h_path->dentry = NULL; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ mnt_flags = au_mntflags(sb); -+ udba_none = !!au_opt_test(mnt_flags, UDBA_NONE); -+ -+ if (unlikely(locked)) -+ goto body; /* skip locking dinfo */ -+ -+ /* support fstat(2) */ -+ if (!d_unlinked(dentry) && !udba_none) { -+ sigen = au_sigen(sb); -+ err = au_digen_test(dentry, sigen); -+ if (!err) { -+ di_read_lock_child(dentry, AuLock_IR); -+ err = au_dbrange_test(dentry); -+ if (unlikely(err)) { -+ di_read_unlock(dentry, AuLock_IR); -+ goto out; -+ } -+ } else { -+ AuDebugOn(IS_ROOT(dentry)); -+ di_write_lock_child(dentry); -+ err = au_dbrange_test(dentry); -+ if (!err) -+ err = au_reval_for_attr(dentry, sigen); -+ if (!err) -+ di_downgrade_lock(dentry, AuLock_IR); -+ else { -+ di_write_unlock(dentry); -+ goto out; -+ } -+ } -+ } else -+ di_read_lock_child(dentry, AuLock_IR); -+ -+body: -+ inode = d_inode(dentry); -+ bindex = au_ibtop(inode); -+ h_path->mnt = au_sbr_mnt(sb, bindex); -+ h_sb = h_path->mnt->mnt_sb; -+ if (!force -+ && !au_test_fs_bad_iattr(h_sb) -+ && udba_none) -+ goto out; /* success */ -+ -+ if (au_dbtop(dentry) == bindex) -+ h_path->dentry = au_h_dptr(dentry, bindex); -+ else if (au_opt_test(mnt_flags, PLINK) && au_plink_test(inode)) { -+ h_path->dentry = au_plink_lkup(inode, bindex); -+ if (IS_ERR(h_path->dentry)) -+ /* pretending success */ -+ h_path->dentry = NULL; -+ else -+ dput(h_path->dentry); -+ } -+ -+out: -+ return err; -+} -+ -+static int aufs_getattr(const struct path *path, struct kstat *st, -+ u32 request, unsigned int query) -+{ -+ int err; -+ unsigned char positive; -+ struct path h_path; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ dentry = path->dentry; -+ inode = d_inode(dentry); -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ err = au_h_path_getattr(dentry, /*force*/0, &h_path, /*locked*/0); -+ if (unlikely(err)) -+ goto out_si; -+ if (unlikely(!h_path.dentry)) -+ /* illegally overlapped or something */ -+ goto out_fill; /* pretending success */ -+ -+ positive = d_is_positive(h_path.dentry); -+ if (positive) -+ /* no vfsub version */ -+ err = vfs_getattr(&h_path, st, request, query); -+ if (!err) { -+ if (positive) -+ au_refresh_iattr(inode, st, -+ d_inode(h_path.dentry)->i_nlink); -+ goto out_fill; /* success */ -+ } -+ AuTraceErr(err); -+ goto out_di; -+ -+out_fill: -+ generic_fillattr(inode, st); -+out_di: -+ di_read_unlock(dentry, AuLock_IR); -+out_si: -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const char *aufs_get_link(struct dentry *dentry, struct inode *inode, -+ struct delayed_call *done) -+{ -+ const char *ret; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ int err; -+ aufs_bindex_t bindex; -+ -+ ret = NULL; /* suppress a warning */ -+ err = -ECHILD; -+ if (!dentry) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_IR | AuLock_GEN); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_d_hashed_positive(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ err = -EINVAL; -+ inode = d_inode(dentry); -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(!h_inode->i_op->get_link)) -+ goto out_unlock; -+ -+ err = -EBUSY; -+ h_dentry = NULL; -+ if (au_dbtop(dentry) <= bindex) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) -+ dget(h_dentry); -+ } -+ if (!h_dentry) { -+ h_dentry = d_find_any_alias(h_inode); -+ if (IS_ERR(h_dentry)) { -+ err = PTR_ERR(h_dentry); -+ goto out_unlock; -+ } -+ } -+ if (unlikely(!h_dentry)) -+ goto out_unlock; -+ -+ err = 0; -+ AuDbg("%pf\n", h_inode->i_op->get_link); -+ AuDbgDentry(h_dentry); -+ ret = vfs_get_link(h_dentry, done); -+ dput(h_dentry); -+ if (IS_ERR(ret)) -+ err = PTR_ERR(ret); -+ -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_IR); -+out: -+ if (unlikely(err)) -+ ret = ERR_PTR(err); -+ AuTraceErrPtr(ret); -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_is_special(struct inode *inode) -+{ -+ return (inode->i_mode & (S_IFBLK | S_IFCHR | S_IFIFO | S_IFSOCK)); -+} -+ -+static int aufs_update_time(struct inode *inode, struct timespec *ts, int flags) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct inode *h_inode; -+ struct vfsmount *h_mnt; -+ -+ sb = inode->i_sb; -+ WARN_ONCE((flags & S_ATIME) && !IS_NOATIME(inode), -+ "unexpected s_flags 0x%lx", sb->s_flags); -+ -+ /* mmap_sem might be acquired already, cf. aufs_mmap() */ -+ lockdep_off(); -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_write_lock_child(inode); -+ -+ err = 0; -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (!au_test_ro(sb, bindex, inode)) { -+ h_mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mnt_want_write(h_mnt); -+ if (!err) { -+ err = vfsub_update_time(h_inode, ts, flags); -+ vfsub_mnt_drop_write(h_mnt); -+ } -+ } else if (au_is_special(h_inode)) { -+ /* -+ * Never copy-up here. -+ * These special files may already be opened and used for -+ * communicating. If we copied it up, then the communication -+ * would be corrupted. -+ */ -+ AuWarn1("timestamps for i%lu are ignored " -+ "since it is on readonly branch (hi%lu).\n", -+ inode->i_ino, h_inode->i_ino); -+ } else if (flags & ~S_ATIME) { -+ err = -EIO; -+ AuIOErr1("unexpected flags 0x%x\n", flags); -+ AuDebugOn(1); -+ } -+ -+ if (!err) -+ au_cpup_attr_timesizes(inode); -+ ii_write_unlock(inode); -+ si_read_unlock(sb); -+ lockdep_on(); -+ -+ if (!err && (flags & S_VERSION)) -+ inode_inc_iversion(inode); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* no getattr version will be set by module.c:aufs_init() */ -+struct inode_operations aufs_iop_nogetattr[AuIop_Last], -+ aufs_iop[] = { -+ [AuIop_SYMLINK] = { -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, /* unsupport for symlink? */ -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .get_link = aufs_get_link, -+ -+ /* .update_time = aufs_update_time */ -+ }, -+ [AuIop_DIR] = { -+ .create = aufs_create, -+ .lookup = aufs_lookup, -+ .link = aufs_link, -+ .unlink = aufs_unlink, -+ .symlink = aufs_symlink, -+ .mkdir = aufs_mkdir, -+ .rmdir = aufs_rmdir, -+ .mknod = aufs_mknod, -+ .rename = aufs_rename, -+ -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .update_time = aufs_update_time, -+ .atomic_open = aufs_atomic_open, -+ .tmpfile = aufs_tmpfile -+ }, -+ [AuIop_OTHER] = { -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .update_time = aufs_update_time -+ } -+}; -diff --git a/fs/aufs/i_op_add.c b/fs/aufs/i_op_add.c -new file mode 100644 -index 000000000000..5523be8edd6a ---- /dev/null -+++ b/fs/aufs/i_op_add.c -@@ -0,0 +1,908 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (add entry) -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * final procedure of adding a new entry, except link(2). -+ * remove whiteout, instantiate, copyup the parent dir's times and size -+ * and update version. -+ * if it failed, re-create the removed whiteout. -+ */ -+static int epilog(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct dentry *dentry) -+{ -+ int err, rerr; -+ aufs_bindex_t bwh; -+ struct path h_path; -+ struct super_block *sb; -+ struct inode *inode, *h_dir; -+ struct dentry *wh; -+ -+ bwh = -1; -+ sb = dir->i_sb; -+ if (wh_dentry) { -+ h_dir = d_inode(wh_dentry->d_parent); /* dir inode is locked */ -+ IMustLock(h_dir); -+ AuDebugOn(au_h_iptr(dir, bindex) != h_dir); -+ bwh = au_dbwh(dentry); -+ h_path.dentry = wh_dentry; -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, -+ dentry); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ inode = au_new_inode(dentry, /*must_new*/1); -+ if (!IS_ERR(inode)) { -+ d_instantiate(dentry, inode); -+ dir = d_inode(dentry->d_parent); /* dir inode is locked */ -+ IMustLock(dir); -+ au_dir_ts(dir, bindex); -+ dir->i_version++; -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ return 0; /* success */ -+ } -+ -+ err = PTR_ERR(inode); -+ if (!wh_dentry) -+ goto out; -+ -+ /* revert */ -+ /* dir inode is locked */ -+ wh = au_wh_create(dentry, bwh, wh_dentry->d_parent); -+ rerr = PTR_ERR(wh); -+ if (IS_ERR(wh)) { -+ AuIOErr("%pd reverting whiteout failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } else -+ dput(wh); -+ -+out: -+ return err; -+} -+ -+static int au_d_may_add(struct dentry *dentry) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(d_unhashed(dentry))) -+ err = -ENOENT; -+ if (unlikely(d_really_is_positive(dentry))) -+ err = -EEXIST; -+ return err; -+} -+ -+/* -+ * simple tests for the adding inode operations. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir) -+{ -+ int err; -+ umode_t h_mode; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ err = -ENAMETOOLONG; -+ if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ goto out; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (d_really_is_negative(dentry)) { -+ err = -EEXIST; -+ if (unlikely(d_is_positive(h_dentry))) -+ goto out; -+ } else { -+ /* rename(2) case */ -+ err = -EIO; -+ if (unlikely(d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ if (unlikely(!h_inode->i_nlink)) -+ goto out; -+ -+ h_mode = h_inode->i_mode; -+ if (!isdir) { -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(h_mode))) -+ goto out; -+ } else if (unlikely(!S_ISDIR(h_mode))) { -+ err = -ENOTDIR; -+ goto out; -+ } -+ } -+ -+ err = 0; -+ /* expected parent dir is locked */ -+ if (unlikely(h_parent != h_dentry->d_parent)) -+ err = -EIO; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * initial procedure of adding a new entry. -+ * prepare writable branch and the parent dir, lock it, -+ * and lookup whiteout for the new entry. -+ */ -+static struct dentry* -+lock_hdir_lkup_wh(struct dentry *dentry, struct au_dtime *dt, -+ struct dentry *src_dentry, struct au_pin *pin, -+ struct au_wr_dir_args *wr_dir_args) -+{ -+ struct dentry *wh_dentry, *h_parent; -+ struct super_block *sb; -+ struct au_branch *br; -+ int err; -+ unsigned int udba; -+ aufs_bindex_t bcpup; -+ -+ AuDbg("%pd\n", dentry); -+ -+ err = au_wr_dir(dentry, src_dentry, wr_dir_args); -+ bcpup = err; -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ udba = au_opt_udba(sb); -+ err = au_pin(pin, dentry, bcpup, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ h_parent = au_pinned_h_parent(pin); -+ if (udba != AuOpt_UDBA_NONE -+ && au_dbtop(dentry) == bcpup) -+ err = au_may_add(dentry, bcpup, h_parent, -+ au_ftest_wrdir(wr_dir_args->flags, ISDIR)); -+ else if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ err = -ENAMETOOLONG; -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ br = au_sbr(sb, bcpup); -+ if (dt) { -+ struct path tmp = { -+ .dentry = h_parent, -+ .mnt = au_br_mnt(br) -+ }; -+ au_dtime_store(dt, au_pinned_parent(pin), &tmp); -+ } -+ -+ wh_dentry = NULL; -+ if (bcpup != au_dbwh(dentry)) -+ goto out; /* success */ -+ -+ /* -+ * ENAMETOOLONG here means that if we allowed create such name, then it -+ * would not be able to removed in the future. So we don't allow such -+ * name here and we don't handle ENAMETOOLONG differently here. -+ */ -+ wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, br); -+ -+out_unpin: -+ if (IS_ERR(wh_dentry)) -+ au_unpin(pin); -+out: -+ return wh_dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+enum { Mknod, Symlink, Creat }; -+struct simple_arg { -+ int type; -+ union { -+ struct { -+ umode_t mode; -+ bool want_excl; -+ bool try_aopen; -+ struct vfsub_aopen_args *aopen; -+ } c; -+ struct { -+ const char *symname; -+ } s; -+ struct { -+ umode_t mode; -+ dev_t dev; -+ } m; -+ } u; -+}; -+ -+static int add_simple(struct inode *dir, struct dentry *dentry, -+ struct simple_arg *arg) -+{ -+ int err, rerr; -+ aufs_bindex_t btop; -+ unsigned char created; -+ const unsigned char try_aopen -+ = (arg->type == Creat && arg->u.c.try_aopen); -+ struct dentry *wh_dentry, *parent; -+ struct inode *h_dir; -+ struct super_block *sb; -+ struct au_branch *br; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ struct path h_path; -+ struct au_wr_dir_args wr_dir_args; -+ } *a; -+ -+ AuDbg("%pd\n", dentry); -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ a->wr_dir_args.force_btgt = -1; -+ a->wr_dir_args.flags = AuWrDir_ADD_ENTRY; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ if (!try_aopen) { -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ } -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ if (!try_aopen) -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, -+ &a->pin, &a->wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ btop = au_dbtop(dentry); -+ sb = dentry->d_sb; -+ br = au_sbr(sb, btop); -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ a->h_path.mnt = au_br_mnt(br); -+ h_dir = au_pinned_h_dir(&a->pin); -+ switch (arg->type) { -+ case Creat: -+ err = 0; -+ if (!try_aopen || !h_dir->i_op->atomic_open) -+ err = vfsub_create(h_dir, &a->h_path, arg->u.c.mode, -+ arg->u.c.want_excl); -+ else -+ err = vfsub_atomic_open(h_dir, a->h_path.dentry, -+ arg->u.c.aopen, br); -+ break; -+ case Symlink: -+ err = vfsub_symlink(h_dir, &a->h_path, arg->u.s.symname); -+ break; -+ case Mknod: -+ err = vfsub_mknod(h_dir, &a->h_path, arg->u.m.mode, -+ arg->u.m.dev); -+ break; -+ default: -+ BUG(); -+ } -+ created = !err; -+ if (!err) -+ err = epilog(dir, btop, wh_dentry, dentry); -+ -+ /* revert */ -+ if (unlikely(created && err && d_is_positive(a->h_path.dentry))) { -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(h_dir, &a->h_path, /*delegated*/NULL, -+ /*force*/0); -+ if (rerr) { -+ AuIOErr("%pd revert failure(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&a->dt); -+ } -+ -+ if (!err && try_aopen && !h_dir->i_op->atomic_open) -+ *arg->u.c.aopen->opened |= FILE_CREATED; -+ -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ -+out_parent: -+ if (!try_aopen) -+ di_write_unlock(parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ if (!try_aopen) -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ return err; -+} -+ -+int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, -+ dev_t dev) -+{ -+ struct simple_arg arg = { -+ .type = Mknod, -+ .u.m = { -+ .mode = mode, -+ .dev = dev -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) -+{ -+ struct simple_arg arg = { -+ .type = Symlink, -+ .u.s.symname = symname -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, -+ bool want_excl) -+{ -+ struct simple_arg arg = { -+ .type = Creat, -+ .u.c = { -+ .mode = mode, -+ .want_excl = want_excl -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int au_aopen_or_create(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *aopen_args) -+{ -+ struct simple_arg arg = { -+ .type = Creat, -+ .u.c = { -+ .mode = aopen_args->create_mode, -+ .want_excl = aopen_args->open_flag & O_EXCL, -+ .try_aopen = true, -+ .aopen = aopen_args -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent, *h_dentry; -+ struct inode *h_dir, *inode; -+ struct vfsmount *h_mnt; -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = AuWrDir_TMPFILE -+ }; -+ -+ /* copy-up may happen */ -+ inode_lock(dir); -+ -+ sb = dir->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_di_init(dentry); -+ if (unlikely(err)) -+ goto out_si; -+ -+ err = -EBUSY; -+ parent = d_find_any_alias(dir); -+ AuDebugOn(!parent); -+ di_write_lock_parent(parent); -+ if (unlikely(d_inode(parent) != dir)) -+ goto out_parent; -+ -+ err = au_digen_test(parent, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ bindex = au_dbtop(parent); -+ au_set_dbtop(dentry, bindex); -+ au_set_dbbot(dentry, bindex); -+ err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); -+ bindex = err; -+ if (unlikely(err < 0)) -+ goto out_parent; -+ -+ err = -EOPNOTSUPP; -+ h_dir = au_h_iptr(dir, bindex); -+ if (unlikely(!h_dir->i_op->tmpfile)) -+ goto out_parent; -+ -+ h_mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mnt_want_write(h_mnt); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ h_parent = au_h_dptr(parent, bindex); -+ h_dentry = vfs_tmpfile(h_parent, mode, /*open_flag*/0); -+ if (IS_ERR(h_dentry)) { -+ err = PTR_ERR(h_dentry); -+ goto out_mnt; -+ } -+ -+ au_set_dbtop(dentry, bindex); -+ au_set_dbbot(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, dget(h_dentry)); -+ inode = au_new_inode(dentry, /*must_new*/1); -+ if (IS_ERR(inode)) { -+ err = PTR_ERR(inode); -+ au_set_h_dptr(dentry, bindex, NULL); -+ au_set_dbtop(dentry, -1); -+ au_set_dbbot(dentry, -1); -+ } else { -+ if (!inode->i_nlink) -+ set_nlink(inode, 1); -+ d_tmpfile(dentry, inode); -+ au_di(dentry)->di_tmpfile = 1; -+ -+ /* update without i_mutex */ -+ if (au_ibtop(dir) == au_dbtop(dentry)) -+ au_cpup_attr_timesizes(dir); -+ } -+ dput(h_dentry); -+ -+out_mnt: -+ vfsub_mnt_drop_write(h_mnt); -+out_parent: -+ di_write_unlock(parent); -+ dput(parent); -+ di_write_unlock(dentry); -+ if (unlikely(err)) { -+ au_di_fin(dentry); -+ dentry->d_fsdata = NULL; -+ } -+out_si: -+ si_read_unlock(sb); -+out: -+ inode_unlock(dir); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_link_args { -+ aufs_bindex_t bdst, bsrc; -+ struct au_pin pin; -+ struct path h_path; -+ struct dentry *src_parent, *parent; -+}; -+ -+static int au_cpup_before_link(struct dentry *src_dentry, -+ struct au_link_args *a) -+{ -+ int err; -+ struct dentry *h_src_dentry; -+ struct au_cp_generic cpg = { -+ .dentry = src_dentry, -+ .bdst = a->bdst, -+ .bsrc = a->bsrc, -+ .len = -1, -+ .pin = &a->pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN /* | AuCpup_KEEPLINO */ -+ }; -+ -+ di_read_lock_parent(a->src_parent, AuLock_IR); -+ err = au_test_and_cpup_dirs(src_dentry, a->bdst); -+ if (unlikely(err)) -+ goto out; -+ -+ h_src_dentry = au_h_dptr(src_dentry, a->bsrc); -+ err = au_pin(&a->pin, src_dentry, a->bdst, -+ au_opt_udba(src_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&a->pin); -+ -+out: -+ di_read_unlock(a->src_parent, AuLock_IR); -+ return err; -+} -+ -+static int au_cpup_or_link(struct dentry *src_dentry, struct dentry *dentry, -+ struct au_link_args *a) -+{ -+ int err; -+ unsigned char plink; -+ aufs_bindex_t bbot; -+ struct dentry *h_src_dentry; -+ struct inode *h_inode, *inode, *delegated; -+ struct super_block *sb; -+ struct file *h_file; -+ -+ plink = 0; -+ h_inode = NULL; -+ sb = src_dentry->d_sb; -+ inode = d_inode(src_dentry); -+ if (au_ibtop(inode) <= a->bdst) -+ h_inode = au_h_iptr(inode, a->bdst); -+ if (!h_inode || !h_inode->i_nlink) { -+ /* copyup src_dentry as the name of dentry. */ -+ bbot = au_dbbot(dentry); -+ if (bbot < a->bsrc) -+ au_set_dbbot(dentry, a->bsrc); -+ au_set_h_dptr(dentry, a->bsrc, -+ dget(au_h_dptr(src_dentry, a->bsrc))); -+ dget(a->h_path.dentry); -+ au_set_h_dptr(dentry, a->bdst, NULL); -+ AuDbg("temporary d_inode...\n"); -+ spin_lock(&dentry->d_lock); -+ dentry->d_inode = d_inode(src_dentry); /* tmp */ -+ spin_unlock(&dentry->d_lock); -+ h_file = au_h_open_pre(dentry, a->bsrc, /*force_wr*/0); -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->bdst, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &a->pin, -+ .flags = AuCpup_KEEPLINO -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ au_h_open_post(dentry, a->bsrc, h_file); -+ if (!err) { -+ dput(a->h_path.dentry); -+ a->h_path.dentry = au_h_dptr(dentry, a->bdst); -+ } else -+ au_set_h_dptr(dentry, a->bdst, -+ a->h_path.dentry); -+ } -+ spin_lock(&dentry->d_lock); -+ dentry->d_inode = NULL; /* restore */ -+ spin_unlock(&dentry->d_lock); -+ AuDbg("temporary d_inode...done\n"); -+ au_set_h_dptr(dentry, a->bsrc, NULL); -+ au_set_dbbot(dentry, bbot); -+ } else { -+ /* the inode of src_dentry already exists on a.bdst branch */ -+ h_src_dentry = d_find_alias(h_inode); -+ if (!h_src_dentry && au_plink_test(inode)) { -+ plink = 1; -+ h_src_dentry = au_plink_lkup(inode, a->bdst); -+ err = PTR_ERR(h_src_dentry); -+ if (IS_ERR(h_src_dentry)) -+ goto out; -+ -+ if (unlikely(d_is_negative(h_src_dentry))) { -+ dput(h_src_dentry); -+ h_src_dentry = NULL; -+ } -+ -+ } -+ if (h_src_dentry) { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ dput(h_src_dentry); -+ } else { -+ AuIOErr("no dentry found for hi%lu on b%d\n", -+ h_inode->i_ino, a->bdst); -+ err = -EIO; -+ } -+ } -+ -+ if (!err && !plink) -+ au_plink_append(inode, a->bdst, a->h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int aufs_link(struct dentry *src_dentry, struct inode *dir, -+ struct dentry *dentry) -+{ -+ int err, rerr; -+ struct au_dtime dt; -+ struct au_link_args *a; -+ struct dentry *wh_dentry, *h_src_dentry; -+ struct inode *inode, *delegated; -+ struct super_block *sb; -+ struct au_wr_dir_args wr_dir_args = { -+ /* .force_btgt = -1, */ -+ .flags = AuWrDir_ADD_ENTRY -+ }; -+ -+ IMustLock(dir); -+ inode = d_inode(src_dentry); -+ IMustLock(inode); -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ a->parent = dentry->d_parent; /* dir inode is locked */ -+ err = aufs_read_and_write_lock2(dentry, src_dentry, -+ AuLock_NOPLM | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_kfree; -+ err = au_d_linkable(src_dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ a->src_parent = dget_parent(src_dentry); -+ wr_dir_args.force_btgt = au_ibtop(inode); -+ -+ di_write_lock_parent(a->parent); -+ wr_dir_args.force_btgt = au_wbr(dentry, wr_dir_args.force_btgt); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &dt, src_dentry, &a->pin, -+ &wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ a->bdst = au_dbtop(dentry); -+ a->h_path.dentry = au_h_dptr(dentry, a->bdst); -+ a->h_path.mnt = au_sbr_mnt(sb, a->bdst); -+ a->bsrc = au_ibtop(inode); -+ h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); -+ if (!h_src_dentry && au_di(src_dentry)->di_tmpfile) -+ h_src_dentry = dget(au_hi_wh(inode, a->bsrc)); -+ if (!h_src_dentry) { -+ a->bsrc = au_dbtop(src_dentry); -+ h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); -+ AuDebugOn(!h_src_dentry); -+ } else if (IS_ERR(h_src_dentry)) { -+ err = PTR_ERR(h_src_dentry); -+ goto out_parent; -+ } -+ -+ /* -+ * aufs doesn't touch the credential so -+ * security_dentry_create_files_as() is unnecrssary. -+ */ -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ if (a->bdst < a->bsrc -+ /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) -+ err = au_cpup_or_link(src_dentry, dentry, a); -+ else { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ dput(h_src_dentry); -+ } else { -+ /* -+ * copyup src_dentry to the branch we process, -+ * and then link(2) to it. -+ */ -+ dput(h_src_dentry); -+ if (a->bdst < a->bsrc -+ /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) { -+ au_unpin(&a->pin); -+ di_write_unlock(a->parent); -+ err = au_cpup_before_link(src_dentry, a); -+ di_write_lock_parent(a->parent); -+ if (!err) -+ err = au_pin(&a->pin, dentry, a->bdst, -+ au_opt_udba(sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_wh; -+ } -+ if (!err) { -+ h_src_dentry = au_h_dptr(src_dentry, a->bdst); -+ err = -ENOENT; -+ if (h_src_dentry && d_is_positive(h_src_dentry)) { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, -+ au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry" -+ " for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ } -+ } -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ if (wh_dentry) { -+ a->h_path.dentry = wh_dentry; -+ err = au_wh_unlink_dentry(au_pinned_h_dir(&a->pin), &a->h_path, -+ dentry); -+ if (unlikely(err)) -+ goto out_revert; -+ } -+ -+ au_dir_ts(dir, a->bdst); -+ dir->i_version++; -+ inc_nlink(inode); -+ inode->i_ctime = dir->i_ctime; -+ d_instantiate(dentry, au_igrab(inode)); -+ if (d_unhashed(a->h_path.dentry)) -+ /* some filesystem calls d_drop() */ -+ d_drop(dentry); -+ /* some filesystems consume an inode even hardlink */ -+ au_fhsm_wrote(sb, a->bdst, /*force*/0); -+ goto out_unpin; /* success */ -+ -+out_revert: -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(au_pinned_h_dir(&a->pin), &a->h_path, -+ /*delegated*/NULL, /*force*/0); -+ if (unlikely(rerr)) { -+ AuIOErr("%pd reverting failed(%d, %d)\n", dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&dt); -+out_unpin: -+ au_unpin(&a->pin); -+out_wh: -+ dput(wh_dentry); -+out_parent: -+ di_write_unlock(a->parent); -+ dput(a->src_parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ aufs_read_and_write_unlock2(dentry, src_dentry); -+out_kfree: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) -+{ -+ int err, rerr; -+ aufs_bindex_t bindex; -+ unsigned char diropq; -+ struct path h_path; -+ struct dentry *wh_dentry, *parent, *opq_dentry; -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct { -+ struct au_pin pin; -+ struct au_dtime dt; -+ } *a; /* reduce the stack usage */ -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = AuWrDir_ADD_ENTRY | AuWrDir_ISDIR -+ }; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, -+ &a->pin, &wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ sb = dentry->d_sb; -+ bindex = au_dbtop(dentry); -+ h_path.dentry = au_h_dptr(dentry, bindex); -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mkdir(au_pinned_h_dir(&a->pin), &h_path, mode); -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ /* make the dir opaque */ -+ diropq = 0; -+ h_inode = d_inode(h_path.dentry); -+ if (wh_dentry -+ || au_opt_test(au_mntflags(sb), ALWAYS_DIROPQ)) { -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ opq_dentry = au_diropq_create(dentry, bindex); -+ inode_unlock(h_inode); -+ err = PTR_ERR(opq_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out_dir; -+ dput(opq_dentry); -+ diropq = 1; -+ } -+ -+ err = epilog(dir, bindex, wh_dentry, dentry); -+ if (!err) { -+ inc_nlink(dir); -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ if (diropq) { -+ AuLabel(revert opq); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ rerr = au_diropq_remove(dentry, bindex); -+ inode_unlock(h_inode); -+ if (rerr) { -+ AuIOErr("%pd reverting diropq failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ } -+ -+out_dir: -+ AuLabel(revert dir); -+ rerr = vfsub_rmdir(au_pinned_h_dir(&a->pin), &h_path); -+ if (rerr) { -+ AuIOErr("%pd reverting dir failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&a->dt); -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+out_parent: -+ di_write_unlock(parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ return err; -+} -diff --git a/fs/aufs/i_op_del.c b/fs/aufs/i_op_del.c -new file mode 100644 -index 000000000000..4a22fbcfc348 ---- /dev/null -+++ b/fs/aufs/i_op_del.c -@@ -0,0 +1,499 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (del entry) -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * decide if a new whiteout for @dentry is necessary or not. -+ * when it is necessary, prepare the parent dir for the upper branch whose -+ * branch index is @bcpup for creation. the actual creation of the whiteout will -+ * be done by caller. -+ * return value: -+ * 0: wh is unnecessary -+ * plus: wh is necessary -+ * minus: error -+ */ -+int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup) -+{ -+ int need_wh, err; -+ aufs_bindex_t btop; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ if (*bcpup < 0) { -+ *bcpup = btop; -+ if (au_test_ro(sb, btop, d_inode(dentry))) { -+ err = AuWbrCopyup(au_sbi(sb), dentry); -+ *bcpup = err; -+ if (unlikely(err < 0)) -+ goto out; -+ } -+ } else -+ AuDebugOn(btop < *bcpup -+ || au_test_ro(sb, *bcpup, d_inode(dentry))); -+ AuDbg("bcpup %d, btop %d\n", *bcpup, btop); -+ -+ if (*bcpup != btop) { -+ err = au_cpup_dirs(dentry, *bcpup); -+ if (unlikely(err)) -+ goto out; -+ need_wh = 1; -+ } else { -+ struct au_dinfo *dinfo, *tmp; -+ -+ need_wh = -ENOMEM; -+ dinfo = au_di(dentry); -+ tmp = au_di_alloc(sb, AuLsc_DI_TMP); -+ if (tmp) { -+ au_di_cp(tmp, dinfo); -+ au_di_swap(tmp, dinfo); -+ /* returns the number of positive dentries */ -+ need_wh = au_lkup_dentry(dentry, btop + 1, -+ /* AuLkup_IGNORE_PERM */ 0); -+ au_di_swap(tmp, dinfo); -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ } -+ } -+ AuDbg("need_wh %d\n", need_wh); -+ err = need_wh; -+ -+out: -+ return err; -+} -+ -+/* -+ * simple tests for the del-entry operations. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir) -+{ -+ int err; -+ umode_t h_mode; -+ struct dentry *h_dentry, *h_latest; -+ struct inode *h_inode; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (d_really_is_positive(dentry)) { -+ err = -ENOENT; -+ if (unlikely(d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ if (unlikely(!h_inode->i_nlink)) -+ goto out; -+ -+ h_mode = h_inode->i_mode; -+ if (!isdir) { -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(h_mode))) -+ goto out; -+ } else if (unlikely(!S_ISDIR(h_mode))) { -+ err = -ENOTDIR; -+ goto out; -+ } -+ } else { -+ /* rename(2) case */ -+ err = -EIO; -+ if (unlikely(d_is_positive(h_dentry))) -+ goto out; -+ } -+ -+ err = -ENOENT; -+ /* expected parent dir is locked */ -+ if (unlikely(h_parent != h_dentry->d_parent)) -+ goto out; -+ err = 0; -+ -+ /* -+ * rmdir a dir may break the consistency on some filesystem. -+ * let's try heavy test. -+ */ -+ err = -EACCES; -+ if (unlikely(!au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1) -+ && au_test_h_perm(d_inode(h_parent), -+ MAY_EXEC | MAY_WRITE))) -+ goto out; -+ -+ h_latest = au_sio_lkup_one(&dentry->d_name, h_parent); -+ err = -EIO; -+ if (IS_ERR(h_latest)) -+ goto out; -+ if (h_latest == h_dentry) -+ err = 0; -+ dput(h_latest); -+ -+out: -+ return err; -+} -+ -+/* -+ * decide the branch where we operate for @dentry. the branch index will be set -+ * @rbcpup. after diciding it, 'pin' it and store the timestamps of the parent -+ * dir for reverting. -+ * when a new whiteout is necessary, create it. -+ */ -+static struct dentry* -+lock_hdir_create_wh(struct dentry *dentry, int isdir, aufs_bindex_t *rbcpup, -+ struct au_dtime *dt, struct au_pin *pin) -+{ -+ struct dentry *wh_dentry; -+ struct super_block *sb; -+ struct path h_path; -+ int err, need_wh; -+ unsigned int udba; -+ aufs_bindex_t bcpup; -+ -+ need_wh = au_wr_dir_need_wh(dentry, isdir, rbcpup); -+ wh_dentry = ERR_PTR(need_wh); -+ if (unlikely(need_wh < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ udba = au_opt_udba(sb); -+ bcpup = *rbcpup; -+ err = au_pin(pin, dentry, bcpup, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ h_path.dentry = au_pinned_h_parent(pin); -+ if (udba != AuOpt_UDBA_NONE -+ && au_dbtop(dentry) == bcpup) { -+ err = au_may_del(dentry, bcpup, h_path.dentry, isdir); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_unpin; -+ } -+ -+ h_path.mnt = au_sbr_mnt(sb, bcpup); -+ au_dtime_store(dt, au_pinned_parent(pin), &h_path); -+ wh_dentry = NULL; -+ if (!need_wh) -+ goto out; /* success, no need to create whiteout */ -+ -+ wh_dentry = au_wh_create(dentry, bcpup, h_path.dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_unpin; -+ -+ /* returns with the parent is locked and wh_dentry is dget-ed */ -+ goto out; /* success */ -+ -+out_unpin: -+ au_unpin(pin); -+out: -+ return wh_dentry; -+} -+ -+/* -+ * when removing a dir, rename it to a unique temporary whiteout-ed name first -+ * in order to be revertible and save time for removing many child whiteouts -+ * under the dir. -+ * returns 1 when there are too many child whiteout and caller should remove -+ * them asynchronously. returns 0 when the number of children is enough small to -+ * remove now or the branch fs is a remote fs. -+ * otherwise return an error. -+ */ -+static int renwh_and_rmdir(struct dentry *dentry, aufs_bindex_t bindex, -+ struct au_nhash *whlist, struct inode *dir) -+{ -+ int rmdir_later, err, dirwh; -+ struct dentry *h_dentry; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ sb = dentry->d_sb; -+ SiMustAnyLock(sb); -+ h_dentry = au_h_dptr(dentry, bindex); -+ err = au_whtmp_ren(h_dentry, au_sbr(sb, bindex)); -+ if (unlikely(err)) -+ goto out; -+ -+ /* stop monitoring */ -+ inode = d_inode(dentry); -+ au_hn_free(au_hi(inode, bindex)); -+ -+ if (!au_test_fs_remote(h_dentry->d_sb)) { -+ dirwh = au_sbi(sb)->si_dirwh; -+ rmdir_later = (dirwh <= 1); -+ if (!rmdir_later) -+ rmdir_later = au_nhash_test_longer_wh(whlist, bindex, -+ dirwh); -+ if (rmdir_later) -+ return rmdir_later; -+ } -+ -+ err = au_whtmp_rmdir(dir, bindex, h_dentry, whlist); -+ if (unlikely(err)) { -+ AuIOErr("rmdir %pd, b%d failed, %d. ignored\n", -+ h_dentry, bindex, err); -+ err = 0; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * final procedure for deleting a entry. -+ * maintain dentry and iattr. -+ */ -+static void epilog(struct inode *dir, struct dentry *dentry, -+ aufs_bindex_t bindex) -+{ -+ struct inode *inode; -+ -+ inode = d_inode(dentry); -+ d_drop(dentry); -+ inode->i_ctime = dir->i_ctime; -+ -+ au_dir_ts(dir, bindex); -+ dir->i_version++; -+} -+ -+/* -+ * when an error happened, remove the created whiteout and revert everything. -+ */ -+static int do_revert(int err, struct inode *dir, aufs_bindex_t bindex, -+ aufs_bindex_t bwh, struct dentry *wh_dentry, -+ struct dentry *dentry, struct au_dtime *dt) -+{ -+ int rerr; -+ struct path h_path = { -+ .dentry = wh_dentry, -+ .mnt = au_sbr_mnt(dir->i_sb, bindex) -+ }; -+ -+ rerr = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, dentry); -+ if (!rerr) { -+ au_set_dbwh(dentry, bwh); -+ au_dtime_revert(dt); -+ return 0; -+ } -+ -+ AuIOErr("%pd reverting whiteout failed(%d, %d)\n", dentry, err, rerr); -+ return -EIO; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int aufs_unlink(struct inode *dir, struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bwh, bindex, btop; -+ struct inode *inode, *h_dir, *delegated; -+ struct dentry *parent, *wh_dentry; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ struct path h_path; -+ } *a; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_d_hashed_positive(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ err = -EISDIR; -+ if (unlikely(d_is_dir(dentry))) -+ goto out_unlock; /* possible? */ -+ -+ btop = au_dbtop(dentry); -+ bwh = au_dbwh(dentry); -+ bindex = -1; -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/0, &bindex, &a->dt, -+ &a->pin); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ a->h_path.mnt = au_sbr_mnt(dentry->d_sb, btop); -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ dget(a->h_path.dentry); -+ if (bindex == btop) { -+ h_dir = au_pinned_h_dir(&a->pin); -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &a->h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } else { -+ /* dir inode is locked */ -+ h_dir = d_inode(wh_dentry->d_parent); -+ IMustLock(h_dir); -+ err = 0; -+ } -+ -+ if (!err) { -+ vfsub_drop_nlink(inode); -+ epilog(dir, dentry, bindex); -+ -+ /* update target timestamps */ -+ if (bindex == btop) { -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); -+ /*ignore*/ -+ inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ } else -+ /* todo: this timestamp may be reverted later */ -+ inode->i_ctime = h_dir->i_ctime; -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ if (wh_dentry) { -+ int rerr; -+ -+ rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, -+ &a->dt); -+ if (rerr) -+ err = rerr; -+ } -+ -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ dput(a->h_path.dentry); -+out_parent: -+ di_write_unlock(parent); -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ return err; -+} -+ -+int aufs_rmdir(struct inode *dir, struct dentry *dentry) -+{ -+ int err, rmdir_later; -+ aufs_bindex_t bwh, bindex, btop; -+ struct inode *inode; -+ struct dentry *parent, *wh_dentry, *h_dentry; -+ struct au_whtmp_rmdir *args; -+ /* to reuduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ } *a; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_alive_dir(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ err = -ENOTDIR; -+ if (unlikely(!d_is_dir(dentry))) -+ goto out_unlock; /* possible? */ -+ -+ err = -ENOMEM; -+ args = au_whtmp_rmdir_alloc(dir->i_sb, GFP_NOFS); -+ if (unlikely(!args)) -+ goto out_unlock; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ err = au_test_empty(dentry, &args->whlist); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ btop = au_dbtop(dentry); -+ bwh = au_dbwh(dentry); -+ bindex = -1; -+ wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/1, &bindex, &a->dt, -+ &a->pin); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ h_dentry = au_h_dptr(dentry, btop); -+ dget(h_dentry); -+ rmdir_later = 0; -+ if (bindex == btop) { -+ err = renwh_and_rmdir(dentry, btop, &args->whlist, dir); -+ if (err > 0) { -+ rmdir_later = err; -+ err = 0; -+ } -+ } else { -+ /* stop monitoring */ -+ au_hn_free(au_hi(inode, btop)); -+ -+ /* dir inode is locked */ -+ IMustLock(d_inode(wh_dentry->d_parent)); -+ err = 0; -+ } -+ -+ if (!err) { -+ vfsub_dead_dir(inode); -+ au_set_dbdiropq(dentry, -1); -+ epilog(dir, dentry, bindex); -+ -+ if (rmdir_later) { -+ au_whtmp_kick_rmdir(dir, btop, h_dentry, args); -+ args = NULL; -+ } -+ -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ AuLabel(revert); -+ if (wh_dentry) { -+ int rerr; -+ -+ rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, -+ &a->dt); -+ if (rerr) -+ err = rerr; -+ } -+ -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ dput(h_dentry); -+out_parent: -+ di_write_unlock(parent); -+ if (args) -+ au_whtmp_rmdir_free(args); -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/i_op_ren.c b/fs/aufs/i_op_ren.c -new file mode 100644 -index 000000000000..7071c57d3d63 ---- /dev/null -+++ b/fs/aufs/i_op_ren.c -@@ -0,0 +1,1234 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operation (rename entry) -+ * todo: this is crazy monster -+ */ -+ -+#include "aufs.h" -+ -+enum { AuSRC, AuDST, AuSrcDst }; -+enum { AuPARENT, AuCHILD, AuParentChild }; -+ -+#define AuRen_ISDIR_SRC 1 -+#define AuRen_ISDIR_DST (1 << 1) -+#define AuRen_ISSAMEDIR (1 << 2) -+#define AuRen_WHSRC (1 << 3) -+#define AuRen_WHDST (1 << 4) -+#define AuRen_MNT_WRITE (1 << 5) -+#define AuRen_DT_DSTDIR (1 << 6) -+#define AuRen_DIROPQ_SRC (1 << 7) -+#define AuRen_DIROPQ_DST (1 << 8) -+#define AuRen_DIRREN (1 << 9) -+#define AuRen_DROPPED_SRC (1 << 10) -+#define AuRen_DROPPED_DST (1 << 11) -+#define au_ftest_ren(flags, name) ((flags) & AuRen_##name) -+#define au_fset_ren(flags, name) \ -+ do { (flags) |= AuRen_##name; } while (0) -+#define au_fclr_ren(flags, name) \ -+ do { (flags) &= ~AuRen_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuRen_DIRREN -+#define AuRen_DIRREN 0 -+#endif -+ -+struct au_ren_args { -+ struct { -+ struct dentry *dentry, *h_dentry, *parent, *h_parent, -+ *wh_dentry; -+ struct inode *dir, *inode; -+ struct au_hinode *hdir, *hinode; -+ struct au_dtime dt[AuParentChild]; -+ aufs_bindex_t btop, bdiropq; -+ } sd[AuSrcDst]; -+ -+#define src_dentry sd[AuSRC].dentry -+#define src_dir sd[AuSRC].dir -+#define src_inode sd[AuSRC].inode -+#define src_h_dentry sd[AuSRC].h_dentry -+#define src_parent sd[AuSRC].parent -+#define src_h_parent sd[AuSRC].h_parent -+#define src_wh_dentry sd[AuSRC].wh_dentry -+#define src_hdir sd[AuSRC].hdir -+#define src_hinode sd[AuSRC].hinode -+#define src_h_dir sd[AuSRC].hdir->hi_inode -+#define src_dt sd[AuSRC].dt -+#define src_btop sd[AuSRC].btop -+#define src_bdiropq sd[AuSRC].bdiropq -+ -+#define dst_dentry sd[AuDST].dentry -+#define dst_dir sd[AuDST].dir -+#define dst_inode sd[AuDST].inode -+#define dst_h_dentry sd[AuDST].h_dentry -+#define dst_parent sd[AuDST].parent -+#define dst_h_parent sd[AuDST].h_parent -+#define dst_wh_dentry sd[AuDST].wh_dentry -+#define dst_hdir sd[AuDST].hdir -+#define dst_hinode sd[AuDST].hinode -+#define dst_h_dir sd[AuDST].hdir->hi_inode -+#define dst_dt sd[AuDST].dt -+#define dst_btop sd[AuDST].btop -+#define dst_bdiropq sd[AuDST].bdiropq -+ -+ struct dentry *h_trap; -+ struct au_branch *br; -+ struct path h_path; -+ struct au_nhash whlist; -+ aufs_bindex_t btgt, src_bwh; -+ -+ struct { -+ unsigned short auren_flags; -+ unsigned char flags; /* syscall parameter */ -+ unsigned char exchange; -+ } __packed; -+ -+ struct au_whtmp_rmdir *thargs; -+ struct dentry *h_dst; -+ struct au_hinode *h_root; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * functions for reverting. -+ * when an error happened in a single rename systemcall, we should revert -+ * everything as if nothing happened. -+ * we don't need to revert the copied-up/down the parent dir since they are -+ * harmless. -+ */ -+ -+#define RevertFailure(fmt, ...) do { \ -+ AuIOErr("revert failure: " fmt " (%d, %d)\n", \ -+ ##__VA_ARGS__, err, rerr); \ -+ err = -EIO; \ -+} while (0) -+ -+static void au_ren_do_rev_diropq(int err, struct au_ren_args *a, int idx) -+{ -+ int rerr; -+ struct dentry *d; -+#define src_or_dst(member) a->sd[idx].member -+ -+ d = src_or_dst(dentry); /* {src,dst}_dentry */ -+ au_hn_inode_lock_nested(src_or_dst(hinode), AuLsc_I_CHILD); -+ rerr = au_diropq_remove(d, a->btgt); -+ au_hn_inode_unlock(src_or_dst(hinode)); -+ au_set_dbdiropq(d, src_or_dst(bdiropq)); -+ if (rerr) -+ RevertFailure("remove diropq %pd", d); -+ -+#undef src_or_dst_ -+} -+ -+static void au_ren_rev_diropq(int err, struct au_ren_args *a) -+{ -+ if (au_ftest_ren(a->auren_flags, DIROPQ_SRC)) -+ au_ren_do_rev_diropq(err, a, AuSRC); -+ if (au_ftest_ren(a->auren_flags, DIROPQ_DST)) -+ au_ren_do_rev_diropq(err, a, AuDST); -+} -+ -+static void au_ren_rev_rename(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ struct inode *delegated; -+ -+ a->h_path.dentry = vfsub_lkup_one(&a->src_dentry->d_name, -+ a->src_h_parent); -+ rerr = PTR_ERR(a->h_path.dentry); -+ if (IS_ERR(a->h_path.dentry)) { -+ RevertFailure("lkup one %pd", a->src_dentry); -+ return; -+ } -+ -+ delegated = NULL; -+ rerr = vfsub_rename(a->dst_h_dir, -+ au_h_dptr(a->src_dentry, a->btgt), -+ a->src_h_dir, &a->h_path, &delegated, a->flags); -+ if (unlikely(rerr == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ /* au_set_h_dptr(a->src_dentry, a->btgt, NULL); */ -+ if (rerr) -+ RevertFailure("rename %pd", a->src_dentry); -+} -+ -+static void au_ren_rev_whtmp(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ struct inode *delegated; -+ -+ a->h_path.dentry = vfsub_lkup_one(&a->dst_dentry->d_name, -+ a->dst_h_parent); -+ rerr = PTR_ERR(a->h_path.dentry); -+ if (IS_ERR(a->h_path.dentry)) { -+ RevertFailure("lkup one %pd", a->dst_dentry); -+ return; -+ } -+ if (d_is_positive(a->h_path.dentry)) { -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ return; -+ } -+ -+ delegated = NULL; -+ rerr = vfsub_rename(a->dst_h_dir, a->h_dst, a->dst_h_dir, &a->h_path, -+ &delegated, a->flags); -+ if (unlikely(rerr == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ if (!rerr) -+ au_set_h_dptr(a->dst_dentry, a->btgt, dget(a->h_dst)); -+ else -+ RevertFailure("rename %pd", a->h_dst); -+} -+ -+static void au_ren_rev_whsrc(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ -+ a->h_path.dentry = a->src_wh_dentry; -+ rerr = au_wh_unlink_dentry(a->src_h_dir, &a->h_path, a->src_dentry); -+ au_set_dbwh(a->src_dentry, a->src_bwh); -+ if (rerr) -+ RevertFailure("unlink %pd", a->src_wh_dentry); -+} -+#undef RevertFailure -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * when we have to copyup the renaming entry, do it with the rename-target name -+ * in order to minimize the cost (the later actual rename is unnecessary). -+ * otherwise rename it on the target branch. -+ */ -+static int au_ren_or_cpup(struct au_ren_args *a) -+{ -+ int err; -+ struct dentry *d; -+ struct inode *delegated; -+ -+ d = a->src_dentry; -+ if (au_dbtop(d) == a->btgt) { -+ a->h_path.dentry = a->dst_h_dentry; -+ AuDebugOn(au_dbtop(d) != a->btgt); -+ delegated = NULL; -+ err = vfsub_rename(a->src_h_dir, au_h_dptr(d, a->btgt), -+ a->dst_h_dir, &a->h_path, &delegated, -+ a->flags); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ } else -+ BUG(); -+ -+ if (!err && a->h_dst) -+ /* it will be set to dinfo later */ -+ dget(a->h_dst); -+ -+ return err; -+} -+ -+/* cf. aufs_rmdir() */ -+static int au_ren_del_whtmp(struct au_ren_args *a) -+{ -+ int err; -+ struct inode *dir; -+ -+ dir = a->dst_dir; -+ SiMustAnyLock(dir->i_sb); -+ if (!au_nhash_test_longer_wh(&a->whlist, a->btgt, -+ au_sbi(dir->i_sb)->si_dirwh) -+ || au_test_fs_remote(a->h_dst->d_sb)) { -+ err = au_whtmp_rmdir(dir, a->btgt, a->h_dst, &a->whlist); -+ if (unlikely(err)) -+ pr_warn("failed removing whtmp dir %pd (%d), " -+ "ignored.\n", a->h_dst, err); -+ } else { -+ au_nhash_wh_free(&a->thargs->whlist); -+ a->thargs->whlist = a->whlist; -+ a->whlist.nh_num = 0; -+ au_whtmp_kick_rmdir(dir, a->btgt, a->h_dst, a->thargs); -+ dput(a->h_dst); -+ a->thargs = NULL; -+ } -+ -+ return 0; -+} -+ -+/* make it 'opaque' dir. */ -+static int au_ren_do_diropq(struct au_ren_args *a, int idx) -+{ -+ int err; -+ struct dentry *d, *diropq; -+#define src_or_dst(member) a->sd[idx].member -+ -+ err = 0; -+ d = src_or_dst(dentry); /* {src,dst}_dentry */ -+ src_or_dst(bdiropq) = au_dbdiropq(d); -+ src_or_dst(hinode) = au_hi(src_or_dst(inode), a->btgt); -+ au_hn_inode_lock_nested(src_or_dst(hinode), AuLsc_I_CHILD); -+ diropq = au_diropq_create(d, a->btgt); -+ au_hn_inode_unlock(src_or_dst(hinode)); -+ if (IS_ERR(diropq)) -+ err = PTR_ERR(diropq); -+ else -+ dput(diropq); -+ -+#undef src_or_dst_ -+ return err; -+} -+ -+static int au_ren_diropq(struct au_ren_args *a) -+{ -+ int err; -+ unsigned char always; -+ struct dentry *d; -+ -+ err = 0; -+ d = a->dst_dentry; /* already renamed on the branch */ -+ always = !!au_opt_test(au_mntflags(d->d_sb), ALWAYS_DIROPQ); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ && !au_ftest_ren(a->auren_flags, DIRREN) -+ && a->btgt != au_dbdiropq(a->src_dentry) -+ && (a->dst_wh_dentry -+ || a->btgt <= au_dbdiropq(d) -+ /* hide the lower to keep xino */ -+ /* the lowers may not be a dir, but we hide them anyway */ -+ || a->btgt < au_dbbot(d) -+ || always)) { -+ AuDbg("here\n"); -+ err = au_ren_do_diropq(a, AuSRC); -+ if (unlikely(err)) -+ goto out; -+ au_fset_ren(a->auren_flags, DIROPQ_SRC); -+ } -+ if (!a->exchange) -+ goto out; /* success */ -+ -+ d = a->src_dentry; /* already renamed on the branch */ -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) -+ && a->btgt != au_dbdiropq(a->dst_dentry) -+ && (a->btgt < au_dbdiropq(d) -+ || a->btgt < au_dbbot(d) -+ || always)) { -+ AuDbgDentry(a->src_dentry); -+ AuDbgDentry(a->dst_dentry); -+ err = au_ren_do_diropq(a, AuDST); -+ if (unlikely(err)) -+ goto out_rev_src; -+ au_fset_ren(a->auren_flags, DIROPQ_DST); -+ } -+ goto out; /* success */ -+ -+out_rev_src: -+ AuDbg("err %d, reverting src\n", err); -+ au_ren_rev_diropq(err, a); -+out: -+ return err; -+} -+ -+static int do_rename(struct au_ren_args *a) -+{ -+ int err; -+ struct dentry *d, *h_d; -+ -+ if (!a->exchange) { -+ /* prepare workqueue args for asynchronous rmdir */ -+ h_d = a->dst_h_dentry; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) -+ /* && !au_ftest_ren(a->auren_flags, DIRREN) */ -+ && d_is_positive(h_d)) { -+ err = -ENOMEM; -+ a->thargs = au_whtmp_rmdir_alloc(a->src_dentry->d_sb, -+ GFP_NOFS); -+ if (unlikely(!a->thargs)) -+ goto out; -+ a->h_dst = dget(h_d); -+ } -+ -+ /* create whiteout for src_dentry */ -+ if (au_ftest_ren(a->auren_flags, WHSRC)) { -+ a->src_bwh = au_dbwh(a->src_dentry); -+ AuDebugOn(a->src_bwh >= 0); -+ a->src_wh_dentry = au_wh_create(a->src_dentry, a->btgt, -+ a->src_h_parent); -+ err = PTR_ERR(a->src_wh_dentry); -+ if (IS_ERR(a->src_wh_dentry)) -+ goto out_thargs; -+ } -+ -+ /* lookup whiteout for dentry */ -+ if (au_ftest_ren(a->auren_flags, WHDST)) { -+ h_d = au_wh_lkup(a->dst_h_parent, -+ &a->dst_dentry->d_name, a->br); -+ err = PTR_ERR(h_d); -+ if (IS_ERR(h_d)) -+ goto out_whsrc; -+ if (d_is_negative(h_d)) -+ dput(h_d); -+ else -+ a->dst_wh_dentry = h_d; -+ } -+ -+ /* rename dentry to tmpwh */ -+ if (a->thargs) { -+ err = au_whtmp_ren(a->dst_h_dentry, a->br); -+ if (unlikely(err)) -+ goto out_whdst; -+ -+ d = a->dst_dentry; -+ au_set_h_dptr(d, a->btgt, NULL); -+ err = au_lkup_neg(d, a->btgt, /*wh*/0); -+ if (unlikely(err)) -+ goto out_whtmp; -+ a->dst_h_dentry = au_h_dptr(d, a->btgt); -+ } -+ } -+ -+ BUG_ON(d_is_positive(a->dst_h_dentry) && a->src_btop != a->btgt); -+#if 0 -+ BUG_ON(!au_ftest_ren(a->auren_flags, DIRREN) -+ && d_is_positive(a->dst_h_dentry) -+ && a->src_btop != a->btgt); -+#endif -+ -+ /* rename by vfs_rename or cpup */ -+ err = au_ren_or_cpup(a); -+ if (unlikely(err)) -+ /* leave the copied-up one */ -+ goto out_whtmp; -+ -+ /* make dir opaque */ -+ err = au_ren_diropq(a); -+ if (unlikely(err)) -+ goto out_rename; -+ -+ /* update target timestamps */ -+ if (a->exchange) { -+ AuDebugOn(au_dbtop(a->dst_dentry) != a->btgt); -+ a->h_path.dentry = au_h_dptr(a->dst_dentry, a->btgt); -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); /*ignore*/ -+ a->dst_inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ } -+ AuDebugOn(au_dbtop(a->src_dentry) != a->btgt); -+ a->h_path.dentry = au_h_dptr(a->src_dentry, a->btgt); -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); /*ignore*/ -+ a->src_inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ -+ if (!a->exchange) { -+ /* remove whiteout for dentry */ -+ if (a->dst_wh_dentry) { -+ a->h_path.dentry = a->dst_wh_dentry; -+ err = au_wh_unlink_dentry(a->dst_h_dir, &a->h_path, -+ a->dst_dentry); -+ if (unlikely(err)) -+ goto out_diropq; -+ } -+ -+ /* remove whtmp */ -+ if (a->thargs) -+ au_ren_del_whtmp(a); /* ignore this error */ -+ -+ au_fhsm_wrote(a->src_dentry->d_sb, a->btgt, /*force*/0); -+ } -+ err = 0; -+ goto out_success; -+ -+out_diropq: -+ au_ren_rev_diropq(err, a); -+out_rename: -+ au_ren_rev_rename(err, a); -+ dput(a->h_dst); -+out_whtmp: -+ if (a->thargs) -+ au_ren_rev_whtmp(err, a); -+out_whdst: -+ dput(a->dst_wh_dentry); -+ a->dst_wh_dentry = NULL; -+out_whsrc: -+ if (a->src_wh_dentry) -+ au_ren_rev_whsrc(err, a); -+out_success: -+ dput(a->src_wh_dentry); -+ dput(a->dst_wh_dentry); -+out_thargs: -+ if (a->thargs) { -+ dput(a->h_dst); -+ au_whtmp_rmdir_free(a->thargs); -+ a->thargs = NULL; -+ } -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * test if @dentry dir can be rename destination or not. -+ * success means, it is a logically empty dir. -+ */ -+static int may_rename_dstdir(struct dentry *dentry, struct au_nhash *whlist) -+{ -+ return au_test_empty(dentry, whlist); -+} -+ -+/* -+ * test if @a->src_dentry dir can be rename source or not. -+ * if it can, return 0. -+ * success means, -+ * - it is a logically empty dir. -+ * - or, it exists on writable branch and has no children including whiteouts -+ * on the lower branch unless DIRREN is on. -+ */ -+static int may_rename_srcdir(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int rdhash; -+ aufs_bindex_t btop, btgt; -+ struct dentry *dentry; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ dentry = a->src_dentry; -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ if (au_opt_test(sbinfo->si_mntflags, DIRREN)) -+ au_fset_ren(a->auren_flags, DIRREN); -+ -+ btgt = a->btgt; -+ btop = au_dbtop(dentry); -+ if (btop != btgt) { -+ struct au_nhash whlist; -+ -+ SiMustAnyLock(sb); -+ rdhash = sbinfo->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, -+ dentry)); -+ err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_test_empty(dentry, &whlist); -+ au_nhash_wh_free(&whlist); -+ goto out; -+ } -+ -+ if (btop == au_dbtaildir(dentry)) -+ return 0; /* success */ -+ -+ err = au_test_empty_lower(dentry); -+ -+out: -+ if (err == -ENOTEMPTY) { -+ if (au_ftest_ren(a->auren_flags, DIRREN)) { -+ err = 0; -+ } else { -+ AuWarn1("renaming dir who has child(ren) on multiple " -+ "branches, is not supported\n"); -+ err = -EXDEV; -+ } -+ } -+ return err; -+} -+ -+/* side effect: sets whlist and h_dentry */ -+static int au_ren_may_dir(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int rdhash; -+ struct dentry *d; -+ -+ d = a->dst_dentry; -+ SiMustAnyLock(d->d_sb); -+ -+ err = 0; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) && a->dst_inode) { -+ rdhash = au_sbi(d->d_sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, d)); -+ err = au_nhash_alloc(&a->whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ -+ if (!a->exchange) { -+ au_set_dbtop(d, a->dst_btop); -+ err = may_rename_dstdir(d, &a->whlist); -+ au_set_dbtop(d, a->btgt); -+ } else -+ err = may_rename_srcdir(a); -+ } -+ a->dst_h_dentry = au_h_dptr(d, au_dbtop(d)); -+ if (unlikely(err)) -+ goto out; -+ -+ d = a->src_dentry; -+ a->src_h_dentry = au_h_dptr(d, au_dbtop(d)); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) { -+ err = may_rename_srcdir(a); -+ if (unlikely(err)) { -+ au_nhash_wh_free(&a->whlist); -+ a->whlist.nh_num = 0; -+ } -+ } -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * simple tests for rename. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+static int au_may_ren(struct au_ren_args *a) -+{ -+ int err, isdir; -+ struct inode *h_inode; -+ -+ if (a->src_btop == a->btgt) { -+ err = au_may_del(a->src_dentry, a->btgt, a->src_h_parent, -+ au_ftest_ren(a->auren_flags, ISDIR_SRC)); -+ if (unlikely(err)) -+ goto out; -+ err = -EINVAL; -+ if (unlikely(a->src_h_dentry == a->h_trap)) -+ goto out; -+ } -+ -+ err = 0; -+ if (a->dst_btop != a->btgt) -+ goto out; -+ -+ err = -ENOTEMPTY; -+ if (unlikely(a->dst_h_dentry == a->h_trap)) -+ goto out; -+ -+ err = -EIO; -+ isdir = !!au_ftest_ren(a->auren_flags, ISDIR_DST); -+ if (d_really_is_negative(a->dst_dentry)) { -+ if (d_is_negative(a->dst_h_dentry)) -+ err = au_may_add(a->dst_dentry, a->btgt, -+ a->dst_h_parent, isdir); -+ } else { -+ if (unlikely(d_is_negative(a->dst_h_dentry))) -+ goto out; -+ h_inode = d_inode(a->dst_h_dentry); -+ if (h_inode->i_nlink) -+ err = au_may_del(a->dst_dentry, a->btgt, -+ a->dst_h_parent, isdir); -+ } -+ -+out: -+ if (unlikely(err == -ENOENT || err == -EEXIST)) -+ err = -EIO; -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * locking order -+ * (VFS) -+ * - src_dir and dir by lock_rename() -+ * - inode if exitsts -+ * (aufs) -+ * - lock all -+ * + src_dentry and dentry by aufs_read_and_write_lock2() which calls, -+ * + si_read_lock -+ * + di_write_lock2_child() -+ * + di_write_lock_child() -+ * + ii_write_lock_child() -+ * + di_write_lock_child2() -+ * + ii_write_lock_child2() -+ * + src_parent and parent -+ * + di_write_lock_parent() -+ * + ii_write_lock_parent() -+ * + di_write_lock_parent2() -+ * + ii_write_lock_parent2() -+ * + lower src_dir and dir by vfsub_lock_rename() -+ * + verify the every relationships between child and parent. if any -+ * of them failed, unlock all and return -EBUSY. -+ */ -+static void au_ren_unlock(struct au_ren_args *a) -+{ -+ vfsub_unlock_rename(a->src_h_parent, a->src_hdir, -+ a->dst_h_parent, a->dst_hdir); -+ if (au_ftest_ren(a->auren_flags, DIRREN) -+ && a->h_root) -+ au_hn_inode_unlock(a->h_root); -+ if (au_ftest_ren(a->auren_flags, MNT_WRITE)) -+ vfsub_mnt_drop_write(au_br_mnt(a->br)); -+} -+ -+static int au_ren_lock(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int udba; -+ -+ err = 0; -+ a->src_h_parent = au_h_dptr(a->src_parent, a->btgt); -+ a->src_hdir = au_hi(a->src_dir, a->btgt); -+ a->dst_h_parent = au_h_dptr(a->dst_parent, a->btgt); -+ a->dst_hdir = au_hi(a->dst_dir, a->btgt); -+ -+ err = vfsub_mnt_want_write(au_br_mnt(a->br)); -+ if (unlikely(err)) -+ goto out; -+ au_fset_ren(a->auren_flags, MNT_WRITE); -+ if (au_ftest_ren(a->auren_flags, DIRREN)) { -+ struct dentry *root; -+ struct inode *dir; -+ -+ /* -+ * sbinfo is already locked, so this ii_read_lock is -+ * unnecessary. but our debugging feature checks it. -+ */ -+ root = a->src_inode->i_sb->s_root; -+ if (root != a->src_parent && root != a->dst_parent) { -+ dir = d_inode(root); -+ ii_read_lock_parent3(dir); -+ a->h_root = au_hi(dir, a->btgt); -+ ii_read_unlock(dir); -+ au_hn_inode_lock_nested(a->h_root, AuLsc_I_PARENT3); -+ } -+ } -+ a->h_trap = vfsub_lock_rename(a->src_h_parent, a->src_hdir, -+ a->dst_h_parent, a->dst_hdir); -+ udba = au_opt_udba(a->src_dentry->d_sb); -+ if (unlikely(a->src_hdir->hi_inode != d_inode(a->src_h_parent) -+ || a->dst_hdir->hi_inode != d_inode(a->dst_h_parent))) -+ err = au_busy_or_stale(); -+ if (!err && au_dbtop(a->src_dentry) == a->btgt) -+ err = au_h_verify(a->src_h_dentry, udba, -+ d_inode(a->src_h_parent), a->src_h_parent, -+ a->br); -+ if (!err && au_dbtop(a->dst_dentry) == a->btgt) -+ err = au_h_verify(a->dst_h_dentry, udba, -+ d_inode(a->dst_h_parent), a->dst_h_parent, -+ a->br); -+ if (!err) -+ goto out; /* success */ -+ -+ err = au_busy_or_stale(); -+ au_ren_unlock(a); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_ren_refresh_dir(struct au_ren_args *a) -+{ -+ struct inode *dir; -+ -+ dir = a->dst_dir; -+ dir->i_version++; -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) { -+ /* is this updating defined in POSIX? */ -+ au_cpup_attr_timesizes(a->src_inode); -+ au_cpup_attr_nlink(dir, /*force*/1); -+ } -+ au_dir_ts(dir, a->btgt); -+ -+ if (a->exchange) { -+ dir = a->src_dir; -+ dir->i_version++; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST)) { -+ /* is this updating defined in POSIX? */ -+ au_cpup_attr_timesizes(a->dst_inode); -+ au_cpup_attr_nlink(dir, /*force*/1); -+ } -+ au_dir_ts(dir, a->btgt); -+ } -+ -+ if (au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ return; -+ -+ dir = a->src_dir; -+ dir->i_version++; -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) -+ au_cpup_attr_nlink(dir, /*force*/1); -+ au_dir_ts(dir, a->btgt); -+} -+ -+static void au_ren_refresh(struct au_ren_args *a) -+{ -+ aufs_bindex_t bbot, bindex; -+ struct dentry *d, *h_d; -+ struct inode *i, *h_i; -+ struct super_block *sb; -+ -+ d = a->dst_dentry; -+ d_drop(d); -+ if (a->h_dst) -+ /* already dget-ed by au_ren_or_cpup() */ -+ au_set_h_dptr(d, a->btgt, a->h_dst); -+ -+ i = a->dst_inode; -+ if (i) { -+ if (!a->exchange) { -+ if (!au_ftest_ren(a->auren_flags, ISDIR_DST)) -+ vfsub_drop_nlink(i); -+ else { -+ vfsub_dead_dir(i); -+ au_cpup_attr_timesizes(i); -+ } -+ au_update_dbrange(d, /*do_put_zero*/1); -+ } else -+ au_cpup_attr_nlink(i, /*force*/1); -+ } else { -+ bbot = a->btgt; -+ for (bindex = au_dbtop(d); bindex < bbot; bindex++) -+ au_set_h_dptr(d, bindex, NULL); -+ bbot = au_dbbot(d); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) -+ au_set_h_dptr(d, bindex, NULL); -+ au_update_dbrange(d, /*do_put_zero*/0); -+ } -+ -+ if (a->exchange -+ || au_ftest_ren(a->auren_flags, DIRREN)) { -+ d_drop(a->src_dentry); -+ if (au_ftest_ren(a->auren_flags, DIRREN)) -+ au_set_dbwh(a->src_dentry, -1); -+ return; -+ } -+ -+ d = a->src_dentry; -+ au_set_dbwh(d, -1); -+ bbot = au_dbbot(d); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) { -+ h_d = au_h_dptr(d, bindex); -+ if (h_d) -+ au_set_h_dptr(d, bindex, NULL); -+ } -+ au_set_dbbot(d, a->btgt); -+ -+ sb = d->d_sb; -+ i = a->src_inode; -+ if (au_opt_test(au_mntflags(sb), PLINK) && au_plink_test(i)) -+ return; /* success */ -+ -+ bbot = au_ibbot(i); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) { -+ h_i = au_h_iptr(i, bindex); -+ if (h_i) { -+ au_xino_write(sb, bindex, h_i->i_ino, /*ino*/0); -+ /* ignore this error */ -+ au_set_h_iptr(i, bindex, NULL, 0); -+ } -+ } -+ au_set_ibbot(i, a->btgt); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* mainly for link(2) and rename(2) */ -+int au_wbr(struct dentry *dentry, aufs_bindex_t btgt) -+{ -+ aufs_bindex_t bdiropq, bwh; -+ struct dentry *parent; -+ struct au_branch *br; -+ -+ parent = dentry->d_parent; -+ IMustLock(d_inode(parent)); /* dir is locked */ -+ -+ bdiropq = au_dbdiropq(parent); -+ bwh = au_dbwh(dentry); -+ br = au_sbr(dentry->d_sb, btgt); -+ if (au_br_rdonly(br) -+ || (0 <= bdiropq && bdiropq < btgt) -+ || (0 <= bwh && bwh < btgt)) -+ btgt = -1; -+ -+ AuDbg("btgt %d\n", btgt); -+ return btgt; -+} -+ -+/* sets src_btop, dst_btop and btgt */ -+static int au_ren_wbr(struct au_ren_args *a) -+{ -+ int err; -+ struct au_wr_dir_args wr_dir_args = { -+ /* .force_btgt = -1, */ -+ .flags = AuWrDir_ADD_ENTRY -+ }; -+ -+ a->src_btop = au_dbtop(a->src_dentry); -+ a->dst_btop = au_dbtop(a->dst_dentry); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ || au_ftest_ren(a->auren_flags, ISDIR_DST)) -+ au_fset_wrdir(wr_dir_args.flags, ISDIR); -+ wr_dir_args.force_btgt = a->src_btop; -+ if (a->dst_inode && a->dst_btop < a->src_btop) -+ wr_dir_args.force_btgt = a->dst_btop; -+ wr_dir_args.force_btgt = au_wbr(a->dst_dentry, wr_dir_args.force_btgt); -+ err = au_wr_dir(a->dst_dentry, a->src_dentry, &wr_dir_args); -+ a->btgt = err; -+ if (a->exchange) -+ au_update_dbtop(a->dst_dentry); -+ -+ return err; -+} -+ -+static void au_ren_dt(struct au_ren_args *a) -+{ -+ a->h_path.dentry = a->src_h_parent; -+ au_dtime_store(a->src_dt + AuPARENT, a->src_parent, &a->h_path); -+ if (!au_ftest_ren(a->auren_flags, ISSAMEDIR)) { -+ a->h_path.dentry = a->dst_h_parent; -+ au_dtime_store(a->dst_dt + AuPARENT, a->dst_parent, &a->h_path); -+ } -+ -+ au_fclr_ren(a->auren_flags, DT_DSTDIR); -+ if (!au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ && !a->exchange) -+ return; -+ -+ a->h_path.dentry = a->src_h_dentry; -+ au_dtime_store(a->src_dt + AuCHILD, a->src_dentry, &a->h_path); -+ if (d_is_positive(a->dst_h_dentry)) { -+ au_fset_ren(a->auren_flags, DT_DSTDIR); -+ a->h_path.dentry = a->dst_h_dentry; -+ au_dtime_store(a->dst_dt + AuCHILD, a->dst_dentry, &a->h_path); -+ } -+} -+ -+static void au_ren_rev_dt(int err, struct au_ren_args *a) -+{ -+ struct dentry *h_d; -+ struct inode *h_inode; -+ -+ au_dtime_revert(a->src_dt + AuPARENT); -+ if (!au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ au_dtime_revert(a->dst_dt + AuPARENT); -+ -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) && err != -EIO) { -+ h_d = a->src_dt[AuCHILD].dt_h_path.dentry; -+ h_inode = d_inode(h_d); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ au_dtime_revert(a->src_dt + AuCHILD); -+ inode_unlock(h_inode); -+ -+ if (au_ftest_ren(a->auren_flags, DT_DSTDIR)) { -+ h_d = a->dst_dt[AuCHILD].dt_h_path.dentry; -+ h_inode = d_inode(h_d); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ au_dtime_revert(a->dst_dt + AuCHILD); -+ inode_unlock(h_inode); -+ } -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int aufs_rename(struct inode *_src_dir, struct dentry *_src_dentry, -+ struct inode *_dst_dir, struct dentry *_dst_dentry, -+ unsigned int _flags) -+{ -+ int err, lock_flags; -+ void *rev; -+ /* reduce stack space */ -+ struct au_ren_args *a; -+ struct au_pin pin; -+ -+ AuDbg("%pd, %pd, 0x%x\n", _src_dentry, _dst_dentry, _flags); -+ IMustLock(_src_dir); -+ IMustLock(_dst_dir); -+ -+ err = -EINVAL; -+ if (unlikely(_flags & RENAME_WHITEOUT)) -+ goto out; -+ -+ err = -ENOMEM; -+ BUILD_BUG_ON(sizeof(*a) > PAGE_SIZE); -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ a->flags = _flags; -+ a->exchange = _flags & RENAME_EXCHANGE; -+ a->src_dir = _src_dir; -+ a->src_dentry = _src_dentry; -+ a->src_inode = NULL; -+ if (d_really_is_positive(a->src_dentry)) -+ a->src_inode = d_inode(a->src_dentry); -+ a->src_parent = a->src_dentry->d_parent; /* dir inode is locked */ -+ a->dst_dir = _dst_dir; -+ a->dst_dentry = _dst_dentry; -+ a->dst_inode = NULL; -+ if (d_really_is_positive(a->dst_dentry)) -+ a->dst_inode = d_inode(a->dst_dentry); -+ a->dst_parent = a->dst_dentry->d_parent; /* dir inode is locked */ -+ if (a->dst_inode) { -+ /* -+ * if EXCHANGE && src is non-dir && dst is dir, -+ * dst is not locked. -+ */ -+ /* IMustLock(a->dst_inode); */ -+ au_igrab(a->dst_inode); -+ } -+ -+ err = -ENOTDIR; -+ lock_flags = AuLock_FLUSH | AuLock_NOPLM | AuLock_GEN; -+ if (d_is_dir(a->src_dentry)) { -+ au_fset_ren(a->auren_flags, ISDIR_SRC); -+ if (unlikely(!a->exchange -+ && d_really_is_positive(a->dst_dentry) -+ && !d_is_dir(a->dst_dentry))) -+ goto out_free; -+ lock_flags |= AuLock_DIRS; -+ } -+ if (a->dst_inode && d_is_dir(a->dst_dentry)) { -+ au_fset_ren(a->auren_flags, ISDIR_DST); -+ if (unlikely(!a->exchange -+ && d_really_is_positive(a->src_dentry) -+ && !d_is_dir(a->src_dentry))) -+ goto out_free; -+ lock_flags |= AuLock_DIRS; -+ } -+ err = aufs_read_and_write_lock2(a->dst_dentry, a->src_dentry, -+ lock_flags); -+ if (unlikely(err)) -+ goto out_free; -+ -+ err = au_d_hashed_positive(a->src_dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ err = -ENOENT; -+ if (a->dst_inode) { -+ /* -+ * If it is a dir, VFS unhash it before this -+ * function. It means we cannot rely upon d_unhashed(). -+ */ -+ if (unlikely(!a->dst_inode->i_nlink)) -+ goto out_unlock; -+ if (!au_ftest_ren(a->auren_flags, ISDIR_DST)) { -+ err = au_d_hashed_positive(a->dst_dentry); -+ if (unlikely(err && !a->exchange)) -+ goto out_unlock; -+ } else if (unlikely(IS_DEADDIR(a->dst_inode))) -+ goto out_unlock; -+ } else if (unlikely(d_unhashed(a->dst_dentry))) -+ goto out_unlock; -+ -+ /* -+ * is it possible? -+ * yes, it happened (in linux-3.3-rcN) but I don't know why. -+ * there may exist a problem somewhere else. -+ */ -+ err = -EINVAL; -+ if (unlikely(d_inode(a->dst_parent) == d_inode(a->src_dentry))) -+ goto out_unlock; -+ -+ au_fset_ren(a->auren_flags, ISSAMEDIR); /* temporary */ -+ di_write_lock_parent(a->dst_parent); -+ -+ /* which branch we process */ -+ err = au_ren_wbr(a); -+ if (unlikely(err < 0)) -+ goto out_parent; -+ a->br = au_sbr(a->dst_dentry->d_sb, a->btgt); -+ a->h_path.mnt = au_br_mnt(a->br); -+ -+ /* are they available to be renamed */ -+ err = au_ren_may_dir(a); -+ if (unlikely(err)) -+ goto out_children; -+ -+ /* prepare the writable parent dir on the same branch */ -+ if (a->dst_btop == a->btgt) { -+ au_fset_ren(a->auren_flags, WHDST); -+ } else { -+ err = au_cpup_dirs(a->dst_dentry, a->btgt); -+ if (unlikely(err)) -+ goto out_children; -+ } -+ -+ err = 0; -+ if (!a->exchange) { -+ if (a->src_dir != a->dst_dir) { -+ /* -+ * this temporary unlock is safe, -+ * because both dir->i_mutex are locked. -+ */ -+ di_write_unlock(a->dst_parent); -+ di_write_lock_parent(a->src_parent); -+ err = au_wr_dir_need_wh(a->src_dentry, -+ au_ftest_ren(a->auren_flags, -+ ISDIR_SRC), -+ &a->btgt); -+ di_write_unlock(a->src_parent); -+ di_write_lock2_parent(a->src_parent, a->dst_parent, -+ /*isdir*/1); -+ au_fclr_ren(a->auren_flags, ISSAMEDIR); -+ } else -+ err = au_wr_dir_need_wh(a->src_dentry, -+ au_ftest_ren(a->auren_flags, -+ ISDIR_SRC), -+ &a->btgt); -+ } -+ if (unlikely(err < 0)) -+ goto out_children; -+ if (err) -+ au_fset_ren(a->auren_flags, WHSRC); -+ -+ /* cpup src */ -+ if (a->src_btop != a->btgt) { -+ err = au_pin(&pin, a->src_dentry, a->btgt, -+ au_opt_udba(a->src_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ struct au_cp_generic cpg = { -+ .dentry = a->src_dentry, -+ .bdst = a->btgt, -+ .bsrc = a->src_btop, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ AuDebugOn(au_dbtop(a->src_dentry) != a->src_btop); -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ if (unlikely(err)) -+ goto out_children; -+ a->src_btop = a->btgt; -+ a->src_h_dentry = au_h_dptr(a->src_dentry, a->btgt); -+ if (!a->exchange) -+ au_fset_ren(a->auren_flags, WHSRC); -+ } -+ -+ /* cpup dst */ -+ if (a->exchange && a->dst_inode -+ && a->dst_btop != a->btgt) { -+ err = au_pin(&pin, a->dst_dentry, a->btgt, -+ au_opt_udba(a->dst_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ struct au_cp_generic cpg = { -+ .dentry = a->dst_dentry, -+ .bdst = a->btgt, -+ .bsrc = a->dst_btop, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ if (unlikely(err)) -+ goto out_children; -+ a->dst_btop = a->btgt; -+ a->dst_h_dentry = au_h_dptr(a->dst_dentry, a->btgt); -+ } -+ -+ /* lock them all */ -+ err = au_ren_lock(a); -+ if (unlikely(err)) -+ /* leave the copied-up one */ -+ goto out_children; -+ -+ if (!a->exchange) { -+ if (!au_opt_test(au_mntflags(a->dst_dir->i_sb), UDBA_NONE)) -+ err = au_may_ren(a); -+ else if (unlikely(a->dst_dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ err = -ENAMETOOLONG; -+ if (unlikely(err)) -+ goto out_hdir; -+ } -+ -+ /* store timestamps to be revertible */ -+ au_ren_dt(a); -+ -+ /* store dirren info */ -+ if (au_ftest_ren(a->auren_flags, DIRREN)) { -+ err = au_dr_rename(a->src_dentry, a->btgt, -+ &a->dst_dentry->d_name, &rev); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out_dt; -+ } -+ -+ /* here we go */ -+ err = do_rename(a); -+ if (unlikely(err)) -+ goto out_dirren; -+ -+ if (au_ftest_ren(a->auren_flags, DIRREN)) -+ au_dr_rename_fin(a->src_dentry, a->btgt, rev); -+ -+ /* update dir attributes */ -+ au_ren_refresh_dir(a); -+ -+ /* dput/iput all lower dentries */ -+ au_ren_refresh(a); -+ -+ goto out_hdir; /* success */ -+ -+out_dirren: -+ if (au_ftest_ren(a->auren_flags, DIRREN)) -+ au_dr_rename_rev(a->src_dentry, a->btgt, rev); -+out_dt: -+ au_ren_rev_dt(err, a); -+out_hdir: -+ au_ren_unlock(a); -+out_children: -+ au_nhash_wh_free(&a->whlist); -+ if (err && a->dst_inode && a->dst_btop != a->btgt) { -+ AuDbg("btop %d, btgt %d\n", a->dst_btop, a->btgt); -+ au_set_h_dptr(a->dst_dentry, a->btgt, NULL); -+ au_set_dbtop(a->dst_dentry, a->dst_btop); -+ } -+out_parent: -+ if (!err) { -+ if (d_unhashed(a->src_dentry)) -+ au_fset_ren(a->auren_flags, DROPPED_SRC); -+ if (d_unhashed(a->dst_dentry)) -+ au_fset_ren(a->auren_flags, DROPPED_DST); -+ if (!a->exchange) -+ d_move(a->src_dentry, a->dst_dentry); -+ else { -+ d_exchange(a->src_dentry, a->dst_dentry); -+ if (au_ftest_ren(a->auren_flags, DROPPED_DST)) -+ d_drop(a->dst_dentry); -+ } -+ if (au_ftest_ren(a->auren_flags, DROPPED_SRC)) -+ d_drop(a->src_dentry); -+ } else { -+ au_update_dbtop(a->dst_dentry); -+ if (!a->dst_inode) -+ d_drop(a->dst_dentry); -+ } -+ if (au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ di_write_unlock(a->dst_parent); -+ else -+ di_write_unlock2(a->src_parent, a->dst_parent); -+out_unlock: -+ aufs_read_and_write_unlock2(a->dst_dentry, a->src_dentry); -+out_free: -+ iput(a->dst_inode); -+ if (a->thargs) -+ au_whtmp_rmdir_free(a->thargs); -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/iinfo.c b/fs/aufs/iinfo.c -new file mode 100644 -index 000000000000..df293a889764 ---- /dev/null -+++ b/fs/aufs/iinfo.c -@@ -0,0 +1,273 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode private data -+ */ -+ -+#include "aufs.h" -+ -+struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex) -+{ -+ struct inode *h_inode; -+ struct au_hinode *hinode; -+ -+ IiMustAnyLock(inode); -+ -+ hinode = au_hinode(au_ii(inode), bindex); -+ h_inode = hinode->hi_inode; -+ AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); -+ return h_inode; -+} -+ -+/* todo: hard/soft set? */ -+void au_hiput(struct au_hinode *hinode) -+{ -+ au_hn_free(hinode); -+ dput(hinode->hi_whdentry); -+ iput(hinode->hi_inode); -+} -+ -+unsigned int au_hi_flags(struct inode *inode, int isdir) -+{ -+ unsigned int flags; -+ const unsigned int mnt_flags = au_mntflags(inode->i_sb); -+ -+ flags = 0; -+ if (au_opt_test(mnt_flags, XINO)) -+ au_fset_hi(flags, XINO); -+ if (isdir && au_opt_test(mnt_flags, UDBA_HNOTIFY)) -+ au_fset_hi(flags, HNOTIFY); -+ return flags; -+} -+ -+void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode, unsigned int flags) -+{ -+ struct au_hinode *hinode; -+ struct inode *hi; -+ struct au_iinfo *iinfo = au_ii(inode); -+ -+ IiMustWriteLock(inode); -+ -+ hinode = au_hinode(iinfo, bindex); -+ hi = hinode->hi_inode; -+ AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); -+ -+ if (hi) -+ au_hiput(hinode); -+ hinode->hi_inode = h_inode; -+ if (h_inode) { -+ int err; -+ struct super_block *sb = inode->i_sb; -+ struct au_branch *br; -+ -+ AuDebugOn(inode->i_mode -+ && (h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT)); -+ if (bindex == iinfo->ii_btop) -+ au_cpup_igen(inode, h_inode); -+ br = au_sbr(sb, bindex); -+ hinode->hi_id = br->br_id; -+ if (au_ftest_hi(flags, XINO)) { -+ err = au_xino_write(sb, bindex, h_inode->i_ino, -+ inode->i_ino); -+ if (unlikely(err)) -+ AuIOErr1("failed au_xino_write() %d\n", err); -+ } -+ -+ if (au_ftest_hi(flags, HNOTIFY) -+ && au_br_hnotifyable(br->br_perm)) { -+ err = au_hn_alloc(hinode, inode); -+ if (unlikely(err)) -+ AuIOErr1("au_hn_alloc() %d\n", err); -+ } -+ } -+} -+ -+void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_wh) -+{ -+ struct au_hinode *hinode; -+ -+ IiMustWriteLock(inode); -+ -+ hinode = au_hinode(au_ii(inode), bindex); -+ AuDebugOn(hinode->hi_whdentry); -+ hinode->hi_whdentry = h_wh; -+} -+ -+void au_update_iigen(struct inode *inode, int half) -+{ -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ unsigned int sigen; -+ -+ sigen = au_sigen(inode->i_sb); -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ iigen->ig_generation = sigen; -+ if (half) -+ au_ig_fset(iigen->ig_flags, HALF_REFRESHED); -+ else -+ au_ig_fclr(iigen->ig_flags, HALF_REFRESHED); -+ spin_unlock(&iigen->ig_spin); -+} -+ -+/* it may be called at remount time, too */ -+void au_update_ibrange(struct inode *inode, int do_put_zero) -+{ -+ struct au_iinfo *iinfo; -+ aufs_bindex_t bindex, bbot; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ IiMustWriteLock(inode); -+ -+ iinfo = au_ii(inode); -+ if (do_put_zero && iinfo->ii_btop >= 0) { -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; -+ bindex++) { -+ struct inode *h_i; -+ -+ h_i = au_hinode(iinfo, bindex)->hi_inode; -+ if (h_i -+ && !h_i->i_nlink -+ && !(h_i->i_state & I_LINKABLE)) -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ } -+ } -+ -+ iinfo->ii_btop = -1; -+ iinfo->ii_bbot = -1; -+ bbot = au_sbbot(inode->i_sb); -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (au_hinode(iinfo, bindex)->hi_inode) { -+ iinfo->ii_btop = bindex; -+ break; -+ } -+ if (iinfo->ii_btop >= 0) -+ for (bindex = bbot; bindex >= iinfo->ii_btop; bindex--) -+ if (au_hinode(iinfo, bindex)->hi_inode) { -+ iinfo->ii_bbot = bindex; -+ break; -+ } -+ AuDebugOn(iinfo->ii_btop > iinfo->ii_bbot); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_icntnr_init_once(void *_c) -+{ -+ struct au_icntnr *c = _c; -+ struct au_iinfo *iinfo = &c->iinfo; -+ -+ spin_lock_init(&iinfo->ii_generation.ig_spin); -+ au_rw_init(&iinfo->ii_rwsem); -+ inode_init_once(&c->vfs_inode); -+} -+ -+void au_hinode_init(struct au_hinode *hinode) -+{ -+ hinode->hi_inode = NULL; -+ hinode->hi_id = -1; -+ au_hn_init(hinode); -+ hinode->hi_whdentry = NULL; -+} -+ -+int au_iinfo_init(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct super_block *sb; -+ struct au_hinode *hi; -+ int nbr, i; -+ -+ sb = inode->i_sb; -+ iinfo = &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); -+ nbr = au_sbbot(sb) + 1; -+ if (unlikely(nbr <= 0)) -+ nbr = 1; -+ hi = kmalloc_array(nbr, sizeof(*iinfo->ii_hinode), GFP_NOFS); -+ if (hi) { -+ au_ninodes_inc(sb); -+ -+ iinfo->ii_hinode = hi; -+ for (i = 0; i < nbr; i++, hi++) -+ au_hinode_init(hi); -+ -+ iinfo->ii_generation.ig_generation = au_sigen(sb); -+ iinfo->ii_btop = -1; -+ iinfo->ii_bbot = -1; -+ iinfo->ii_vdir = NULL; -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+int au_hinode_realloc(struct au_iinfo *iinfo, int nbr, int may_shrink) -+{ -+ int err, i; -+ struct au_hinode *hip; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ err = -ENOMEM; -+ hip = au_krealloc(iinfo->ii_hinode, sizeof(*hip) * nbr, GFP_NOFS, -+ may_shrink); -+ if (hip) { -+ iinfo->ii_hinode = hip; -+ i = iinfo->ii_bbot + 1; -+ hip += i; -+ for (; i < nbr; i++, hip++) -+ au_hinode_init(hip); -+ err = 0; -+ } -+ -+ return err; -+} -+ -+void au_iinfo_fin(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ const unsigned char unlinked = !inode->i_nlink; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ -+ sb = inode->i_sb; -+ au_ninodes_dec(sb); -+ if (si_pid_test(sb)) -+ au_xino_delete_inode(inode, unlinked); -+ else { -+ /* -+ * it is safe to hide the dependency between sbinfo and -+ * sb->s_umount. -+ */ -+ lockdep_off(); -+ si_noflush_read_lock(sb); -+ au_xino_delete_inode(inode, unlinked); -+ si_read_unlock(sb); -+ lockdep_on(); -+ } -+ -+ iinfo = au_ii(inode); -+ if (iinfo->ii_vdir) -+ au_vdir_free(iinfo->ii_vdir); -+ -+ bindex = iinfo->ii_btop; -+ if (bindex >= 0) { -+ hi = au_hinode(iinfo, bindex); -+ bbot = iinfo->ii_bbot; -+ while (bindex++ <= bbot) { -+ if (hi->hi_inode) -+ au_hiput(hi); -+ hi++; -+ } -+ } -+ kfree(iinfo->ii_hinode); -+ AuRwDestroy(&iinfo->ii_rwsem); -+} -diff --git a/fs/aufs/inode.c b/fs/aufs/inode.c -new file mode 100644 -index 000000000000..8638aa04bbfa ---- /dev/null -+++ b/fs/aufs/inode.c -@@ -0,0 +1,515 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode functions -+ */ -+ -+#include "aufs.h" -+ -+struct inode *au_igrab(struct inode *inode) -+{ -+ if (inode) { -+ AuDebugOn(!atomic_read(&inode->i_count)); -+ ihold(inode); -+ } -+ return inode; -+} -+ -+static void au_refresh_hinode_attr(struct inode *inode, int do_version) -+{ -+ au_cpup_attr_all(inode, /*force*/0); -+ au_update_iigen(inode, /*half*/1); -+ if (do_version) -+ inode->i_version++; -+} -+ -+static int au_ii_refresh(struct inode *inode, int *update) -+{ -+ int err, e, nbr; -+ umode_t type; -+ aufs_bindex_t bindex, new_bindex; -+ struct super_block *sb; -+ struct au_iinfo *iinfo; -+ struct au_hinode *p, *q, tmp; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ IiMustWriteLock(inode); -+ -+ *update = 0; -+ sb = inode->i_sb; -+ nbr = au_sbbot(sb) + 1; -+ type = inode->i_mode & S_IFMT; -+ iinfo = au_ii(inode); -+ err = au_hinode_realloc(iinfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ -+ AuDebugOn(iinfo->ii_btop < 0); -+ p = au_hinode(iinfo, iinfo->ii_btop); -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; -+ bindex++, p++) { -+ if (!p->hi_inode) -+ continue; -+ -+ AuDebugOn(type != (p->hi_inode->i_mode & S_IFMT)); -+ new_bindex = au_br_index(sb, p->hi_id); -+ if (new_bindex == bindex) -+ continue; -+ -+ if (new_bindex < 0) { -+ *update = 1; -+ au_hiput(p); -+ p->hi_inode = NULL; -+ continue; -+ } -+ -+ if (new_bindex < iinfo->ii_btop) -+ iinfo->ii_btop = new_bindex; -+ if (iinfo->ii_bbot < new_bindex) -+ iinfo->ii_bbot = new_bindex; -+ /* swap two lower inode, and loop again */ -+ q = au_hinode(iinfo, new_bindex); -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hi_inode) { -+ bindex--; -+ p--; -+ } -+ } -+ au_update_ibrange(inode, /*do_put_zero*/0); -+ au_hinode_realloc(iinfo, nbr, /*may_shrink*/1); /* harmless if err */ -+ e = au_dy_irefresh(inode); -+ if (unlikely(e && !err)) -+ err = e; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_refresh_iop(struct inode *inode, int force_getattr) -+{ -+ int type; -+ struct au_sbinfo *sbi = au_sbi(inode->i_sb); -+ const struct inode_operations *iop -+ = force_getattr ? aufs_iop : sbi->si_iop_array; -+ -+ if (inode->i_op == iop) -+ return; -+ -+ switch (inode->i_mode & S_IFMT) { -+ case S_IFDIR: -+ type = AuIop_DIR; -+ break; -+ case S_IFLNK: -+ type = AuIop_SYMLINK; -+ break; -+ default: -+ type = AuIop_OTHER; -+ break; -+ } -+ -+ inode->i_op = iop + type; -+ /* unnecessary smp_wmb() */ -+} -+ -+int au_refresh_hinode_self(struct inode *inode) -+{ -+ int err, update; -+ -+ err = au_ii_refresh(inode, &update); -+ if (!err) -+ au_refresh_hinode_attr(inode, update && S_ISDIR(inode->i_mode)); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_refresh_hinode(struct inode *inode, struct dentry *dentry) -+{ -+ int err, e, update; -+ unsigned int flags; -+ umode_t mode; -+ aufs_bindex_t bindex, bbot; -+ unsigned char isdir; -+ struct au_hinode *p; -+ struct au_iinfo *iinfo; -+ -+ err = au_ii_refresh(inode, &update); -+ if (unlikely(err)) -+ goto out; -+ -+ update = 0; -+ iinfo = au_ii(inode); -+ p = au_hinode(iinfo, iinfo->ii_btop); -+ mode = (inode->i_mode & S_IFMT); -+ isdir = S_ISDIR(mode); -+ flags = au_hi_flags(inode, isdir); -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) { -+ struct inode *h_i, *h_inode; -+ struct dentry *h_d; -+ -+ h_d = au_h_dptr(dentry, bindex); -+ if (!h_d || d_is_negative(h_d)) -+ continue; -+ -+ h_inode = d_inode(h_d); -+ AuDebugOn(mode != (h_inode->i_mode & S_IFMT)); -+ if (iinfo->ii_btop <= bindex && bindex <= iinfo->ii_bbot) { -+ h_i = au_h_iptr(inode, bindex); -+ if (h_i) { -+ if (h_i == h_inode) -+ continue; -+ err = -EIO; -+ break; -+ } -+ } -+ if (bindex < iinfo->ii_btop) -+ iinfo->ii_btop = bindex; -+ if (iinfo->ii_bbot < bindex) -+ iinfo->ii_bbot = bindex; -+ au_set_h_iptr(inode, bindex, au_igrab(h_inode), flags); -+ update = 1; -+ } -+ au_update_ibrange(inode, /*do_put_zero*/0); -+ e = au_dy_irefresh(inode); -+ if (unlikely(e && !err)) -+ err = e; -+ if (!err) -+ au_refresh_hinode_attr(inode, update && isdir); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int set_inode(struct inode *inode, struct dentry *dentry) -+{ -+ int err; -+ unsigned int flags; -+ umode_t mode; -+ aufs_bindex_t bindex, btop, btail; -+ unsigned char isdir; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_iinfo *iinfo; -+ struct inode_operations *iop; -+ -+ IiMustWriteLock(inode); -+ -+ err = 0; -+ isdir = 0; -+ iop = au_sbi(inode->i_sb)->si_iop_array; -+ btop = au_dbtop(dentry); -+ h_dentry = au_h_dptr(dentry, btop); -+ h_inode = d_inode(h_dentry); -+ mode = h_inode->i_mode; -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_OTHER; -+ inode->i_fop = &aufs_file_fop; -+ err = au_dy_iaop(inode, btop, h_inode); -+ if (unlikely(err)) -+ goto out; -+ break; -+ case S_IFDIR: -+ isdir = 1; -+ btail = au_dbtaildir(dentry); -+ inode->i_op = iop + AuIop_DIR; -+ inode->i_fop = &aufs_dir_fop; -+ break; -+ case S_IFLNK: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_SYMLINK; -+ break; -+ case S_IFBLK: -+ case S_IFCHR: -+ case S_IFIFO: -+ case S_IFSOCK: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_OTHER; -+ init_special_inode(inode, mode, h_inode->i_rdev); -+ break; -+ default: -+ AuIOErr("Unknown file type 0%o\n", mode); -+ err = -EIO; -+ goto out; -+ } -+ -+ /* do not set hnotify for whiteouted dirs (SHWH mode) */ -+ flags = au_hi_flags(inode, isdir); -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH) -+ && au_ftest_hi(flags, HNOTIFY) -+ && dentry->d_name.len > AUFS_WH_PFX_LEN -+ && !memcmp(dentry->d_name.name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) -+ au_fclr_hi(flags, HNOTIFY); -+ iinfo = au_ii(inode); -+ iinfo->ii_btop = btop; -+ iinfo->ii_bbot = btail; -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) -+ au_set_h_iptr(inode, bindex, -+ au_igrab(d_inode(h_dentry)), flags); -+ } -+ au_cpup_attr_all(inode, /*force*/1); -+ /* -+ * to force calling aufs_get_acl() every time, -+ * do not call cache_no_acl() for aufs inode. -+ */ -+ -+out: -+ return err; -+} -+ -+/* -+ * successful returns with iinfo write_locked -+ * minus: errno -+ * zero: success, matched -+ * plus: no error, but unmatched -+ */ -+static int reval_inode(struct inode *inode, struct dentry *dentry) -+{ -+ int err; -+ unsigned int gen, igflags; -+ aufs_bindex_t bindex, bbot; -+ struct inode *h_inode, *h_dinode; -+ struct dentry *h_dentry; -+ -+ /* -+ * before this function, if aufs got any iinfo lock, it must be only -+ * one, the parent dir. -+ * it can happen by UDBA and the obsoleted inode number. -+ */ -+ err = -EIO; -+ if (unlikely(inode->i_ino == parent_ino(dentry))) -+ goto out; -+ -+ err = 1; -+ ii_write_lock_new_child(inode); -+ h_dentry = au_h_dptr(dentry, au_dbtop(dentry)); -+ h_dinode = d_inode(h_dentry); -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (!h_inode || h_inode != h_dinode) -+ continue; -+ -+ err = 0; -+ gen = au_iigen(inode, &igflags); -+ if (gen == au_digen(dentry) -+ && !au_ig_ftest(igflags, HALF_REFRESHED)) -+ break; -+ -+ /* fully refresh inode using dentry */ -+ err = au_refresh_hinode(inode, dentry); -+ if (!err) -+ au_update_iigen(inode, /*half*/0); -+ break; -+ } -+ -+ if (unlikely(err)) -+ ii_write_unlock(inode); -+out: -+ return err; -+} -+ -+int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ unsigned int d_type, ino_t *ino) -+{ -+ int err, idx; -+ const int isnondir = d_type != DT_DIR; -+ -+ /* prevent hardlinked inode number from race condition */ -+ if (isnondir) { -+ err = au_xinondir_enter(sb, bindex, h_ino, &idx); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ err = au_xino_read(sb, bindex, h_ino, ino); -+ if (unlikely(err)) -+ goto out_xinondir; -+ -+ if (!*ino) { -+ err = -EIO; -+ *ino = au_xino_new_ino(sb); -+ if (unlikely(!*ino)) -+ goto out_xinondir; -+ err = au_xino_write(sb, bindex, h_ino, *ino); -+ if (unlikely(err)) -+ goto out_xinondir; -+ } -+ -+out_xinondir: -+ if (isnondir && idx >= 0) -+ au_xinondir_leave(sb, bindex, h_ino, idx); -+out: -+ return err; -+} -+ -+/* successful returns with iinfo write_locked */ -+/* todo: return with unlocked? */ -+struct inode *au_new_inode(struct dentry *dentry, int must_new) -+{ -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry; -+ struct super_block *sb; -+ ino_t h_ino, ino; -+ int err, idx, hlinked; -+ aufs_bindex_t btop; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ h_dentry = au_h_dptr(dentry, btop); -+ h_inode = d_inode(h_dentry); -+ h_ino = h_inode->i_ino; -+ hlinked = !d_is_dir(h_dentry) && h_inode->i_nlink > 1; -+ -+new_ino: -+ /* -+ * stop 'race'-ing between hardlinks under different -+ * parents. -+ */ -+ if (hlinked) { -+ err = au_xinondir_enter(sb, btop, h_ino, &idx); -+ inode = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ err = au_xino_read(sb, btop, h_ino, &ino); -+ inode = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_xinondir; -+ -+ if (!ino) { -+ ino = au_xino_new_ino(sb); -+ if (unlikely(!ino)) { -+ inode = ERR_PTR(-EIO); -+ goto out_xinondir; -+ } -+ } -+ -+ AuDbg("i%lu\n", (unsigned long)ino); -+ inode = au_iget_locked(sb, ino); -+ err = PTR_ERR(inode); -+ if (IS_ERR(inode)) -+ goto out_xinondir; -+ -+ AuDbg("%lx, new %d\n", inode->i_state, !!(inode->i_state & I_NEW)); -+ if (inode->i_state & I_NEW) { -+ ii_write_lock_new_child(inode); -+ err = set_inode(inode, dentry); -+ if (!err) { -+ unlock_new_inode(inode); -+ goto out_xinondir; /* success */ -+ } -+ -+ /* -+ * iget_failed() calls iput(), but we need to call -+ * ii_write_unlock() after iget_failed(). so dirty hack for -+ * i_count. -+ */ -+ atomic_inc(&inode->i_count); -+ iget_failed(inode); -+ ii_write_unlock(inode); -+ au_xino_write(sb, btop, h_ino, /*ino*/0); -+ /* ignore this error */ -+ goto out_iput; -+ } else if (!must_new && !IS_DEADDIR(inode) && inode->i_nlink) { -+ /* -+ * horrible race condition between lookup, readdir and copyup -+ * (or something). -+ */ -+ if (hlinked && idx >= 0) -+ au_xinondir_leave(sb, btop, h_ino, idx); -+ err = reval_inode(inode, dentry); -+ if (unlikely(err < 0)) { -+ hlinked = 0; -+ goto out_iput; -+ } -+ if (!err) -+ goto out; /* success */ -+ else if (hlinked && idx >= 0) { -+ err = au_xinondir_enter(sb, btop, h_ino, &idx); -+ if (unlikely(err)) { -+ iput(inode); -+ inode = ERR_PTR(err); -+ goto out; -+ } -+ } -+ } -+ -+ if (unlikely(au_test_fs_unique_ino(h_inode))) -+ AuWarn1("Warning: Un-notified UDBA or repeatedly renamed dir," -+ " b%d, %s, %pd, hi%lu, i%lu.\n", -+ btop, au_sbtype(h_dentry->d_sb), dentry, -+ (unsigned long)h_ino, (unsigned long)ino); -+ ino = 0; -+ err = au_xino_write(sb, btop, h_ino, /*ino*/0); -+ if (!err) { -+ iput(inode); -+ if (hlinked && idx >= 0) -+ au_xinondir_leave(sb, btop, h_ino, idx); -+ goto new_ino; -+ } -+ -+out_iput: -+ iput(inode); -+ inode = ERR_PTR(err); -+out_xinondir: -+ if (hlinked && idx >= 0) -+ au_xinondir_leave(sb, btop, h_ino, idx); -+out: -+ return inode; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, -+ struct inode *inode) -+{ -+ int err; -+ struct inode *hi; -+ -+ err = au_br_rdonly(au_sbr(sb, bindex)); -+ -+ /* pseudo-link after flushed may happen out of bounds */ -+ if (!err -+ && inode -+ && au_ibtop(inode) <= bindex -+ && bindex <= au_ibbot(inode)) { -+ /* -+ * permission check is unnecessary since vfsub routine -+ * will be called later -+ */ -+ hi = au_h_iptr(inode, bindex); -+ if (hi) -+ err = IS_IMMUTABLE(hi) ? -EROFS : 0; -+ } -+ -+ return err; -+} -+ -+int au_test_h_perm(struct inode *h_inode, int mask) -+{ -+ if (uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) -+ return 0; -+ return inode_permission(h_inode, mask); -+} -+ -+int au_test_h_perm_sio(struct inode *h_inode, int mask) -+{ -+ if (au_test_nfs(h_inode->i_sb) -+ && (mask & MAY_WRITE) -+ && S_ISDIR(h_inode->i_mode)) -+ mask |= MAY_READ; /* force permission check */ -+ return au_test_h_perm(h_inode, mask); -+} -diff --git a/fs/aufs/inode.h b/fs/aufs/inode.h -new file mode 100644 -index 000000000000..2f8e518b283f ---- /dev/null -+++ b/fs/aufs/inode.h -@@ -0,0 +1,683 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations -+ */ -+ -+#ifndef __AUFS_INODE_H__ -+#define __AUFS_INODE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "rwsem.h" -+ -+struct vfsmount; -+ -+struct au_hnotify { -+#ifdef CONFIG_AUFS_HNOTIFY -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ /* never use fsnotify_add_vfsmount_mark() */ -+ struct fsnotify_mark hn_mark; -+#endif -+ struct inode *hn_aufs_inode; /* no get/put */ -+#endif -+} ____cacheline_aligned_in_smp; -+ -+struct au_hinode { -+ struct inode *hi_inode; -+ aufs_bindex_t hi_id; -+#ifdef CONFIG_AUFS_HNOTIFY -+ struct au_hnotify *hi_notify; -+#endif -+ -+ /* reference to the copied-up whiteout with get/put */ -+ struct dentry *hi_whdentry; -+}; -+ -+/* ig_flags */ -+#define AuIG_HALF_REFRESHED 1 -+#define au_ig_ftest(flags, name) ((flags) & AuIG_##name) -+#define au_ig_fset(flags, name) \ -+ do { (flags) |= AuIG_##name; } while (0) -+#define au_ig_fclr(flags, name) \ -+ do { (flags) &= ~AuIG_##name; } while (0) -+ -+struct au_iigen { -+ spinlock_t ig_spin; -+ __u32 ig_generation, ig_flags; -+}; -+ -+struct au_vdir; -+struct au_iinfo { -+ struct au_iigen ii_generation; -+ struct super_block *ii_hsb1; /* no get/put */ -+ -+ struct au_rwsem ii_rwsem; -+ aufs_bindex_t ii_btop, ii_bbot; -+ __u32 ii_higen; -+ struct au_hinode *ii_hinode; -+ struct au_vdir *ii_vdir; -+}; -+ -+struct au_icntnr { -+ struct au_iinfo iinfo; -+ struct inode vfs_inode; -+ struct hlist_bl_node plink; -+} ____cacheline_aligned_in_smp; -+ -+/* au_pin flags */ -+#define AuPin_DI_LOCKED 1 -+#define AuPin_MNT_WRITE (1 << 1) -+#define au_ftest_pin(flags, name) ((flags) & AuPin_##name) -+#define au_fset_pin(flags, name) \ -+ do { (flags) |= AuPin_##name; } while (0) -+#define au_fclr_pin(flags, name) \ -+ do { (flags) &= ~AuPin_##name; } while (0) -+ -+struct au_pin { -+ /* input */ -+ struct dentry *dentry; -+ unsigned int udba; -+ unsigned char lsc_di, lsc_hi, flags; -+ aufs_bindex_t bindex; -+ -+ /* output */ -+ struct dentry *parent; -+ struct au_hinode *hdir; -+ struct vfsmount *h_mnt; -+ -+ /* temporary unlock/relock for copyup */ -+ struct dentry *h_dentry, *h_parent; -+ struct au_branch *br; -+ struct task_struct *task; -+}; -+ -+void au_pin_hdir_unlock(struct au_pin *p); -+int au_pin_hdir_lock(struct au_pin *p); -+int au_pin_hdir_relock(struct au_pin *p); -+void au_pin_hdir_acquire_nest(struct au_pin *p); -+void au_pin_hdir_release(struct au_pin *p); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_iinfo *au_ii(struct inode *inode) -+{ -+ BUG_ON(is_bad_inode(inode)); -+ return &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* inode.c */ -+struct inode *au_igrab(struct inode *inode); -+void au_refresh_iop(struct inode *inode, int force_getattr); -+int au_refresh_hinode_self(struct inode *inode); -+int au_refresh_hinode(struct inode *inode, struct dentry *dentry); -+int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ unsigned int d_type, ino_t *ino); -+struct inode *au_new_inode(struct dentry *dentry, int must_new); -+int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, -+ struct inode *inode); -+int au_test_h_perm(struct inode *h_inode, int mask); -+int au_test_h_perm_sio(struct inode *h_inode, int mask); -+ -+static inline int au_wh_ino(struct super_block *sb, aufs_bindex_t bindex, -+ ino_t h_ino, unsigned int d_type, ino_t *ino) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ return au_ino(sb, bindex, h_ino, d_type, ino); -+#else -+ return 0; -+#endif -+} -+ -+/* i_op.c */ -+enum { -+ AuIop_SYMLINK, -+ AuIop_DIR, -+ AuIop_OTHER, -+ AuIop_Last -+}; -+extern struct inode_operations aufs_iop[AuIop_Last], -+ aufs_iop_nogetattr[AuIop_Last]; -+ -+/* au_wr_dir flags */ -+#define AuWrDir_ADD_ENTRY 1 -+#define AuWrDir_ISDIR (1 << 1) -+#define AuWrDir_TMPFILE (1 << 2) -+#define au_ftest_wrdir(flags, name) ((flags) & AuWrDir_##name) -+#define au_fset_wrdir(flags, name) \ -+ do { (flags) |= AuWrDir_##name; } while (0) -+#define au_fclr_wrdir(flags, name) \ -+ do { (flags) &= ~AuWrDir_##name; } while (0) -+ -+struct au_wr_dir_args { -+ aufs_bindex_t force_btgt; -+ unsigned char flags; -+}; -+int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, -+ struct au_wr_dir_args *args); -+ -+struct dentry *au_pinned_h_parent(struct au_pin *pin); -+void au_pin_init(struct au_pin *pin, struct dentry *dentry, -+ aufs_bindex_t bindex, int lsc_di, int lsc_hi, -+ unsigned int udba, unsigned char flags); -+int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int udba, unsigned char flags) __must_check; -+int au_do_pin(struct au_pin *pin) __must_check; -+void au_unpin(struct au_pin *pin); -+int au_reval_for_attr(struct dentry *dentry, unsigned int sigen); -+ -+#define AuIcpup_DID_CPUP 1 -+#define au_ftest_icpup(flags, name) ((flags) & AuIcpup_##name) -+#define au_fset_icpup(flags, name) \ -+ do { (flags) |= AuIcpup_##name; } while (0) -+#define au_fclr_icpup(flags, name) \ -+ do { (flags) &= ~AuIcpup_##name; } while (0) -+ -+struct au_icpup_args { -+ unsigned char flags; -+ unsigned char pin_flags; -+ aufs_bindex_t btgt; -+ unsigned int udba; -+ struct au_pin pin; -+ struct path h_path; -+ struct inode *h_inode; -+}; -+ -+int au_pin_and_icpup(struct dentry *dentry, struct iattr *ia, -+ struct au_icpup_args *a); -+ -+int au_h_path_getattr(struct dentry *dentry, int force, struct path *h_path, -+ int locked); -+ -+/* i_op_add.c */ -+int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir); -+int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, -+ dev_t dev); -+int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname); -+int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, -+ bool want_excl); -+struct vfsub_aopen_args; -+int au_aopen_or_create(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args); -+int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode); -+int aufs_link(struct dentry *src_dentry, struct inode *dir, -+ struct dentry *dentry); -+int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode); -+ -+/* i_op_del.c */ -+int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup); -+int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir); -+int aufs_unlink(struct inode *dir, struct dentry *dentry); -+int aufs_rmdir(struct inode *dir, struct dentry *dentry); -+ -+/* i_op_ren.c */ -+int au_wbr(struct dentry *dentry, aufs_bindex_t btgt); -+int aufs_rename(struct inode *src_dir, struct dentry *src_dentry, -+ struct inode *dir, struct dentry *dentry, -+ unsigned int flags); -+ -+/* iinfo.c */ -+struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex); -+void au_hiput(struct au_hinode *hinode); -+void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_wh); -+unsigned int au_hi_flags(struct inode *inode, int isdir); -+ -+/* hinode flags */ -+#define AuHi_XINO 1 -+#define AuHi_HNOTIFY (1 << 1) -+#define au_ftest_hi(flags, name) ((flags) & AuHi_##name) -+#define au_fset_hi(flags, name) \ -+ do { (flags) |= AuHi_##name; } while (0) -+#define au_fclr_hi(flags, name) \ -+ do { (flags) &= ~AuHi_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuHi_HNOTIFY -+#define AuHi_HNOTIFY 0 -+#endif -+ -+void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode, unsigned int flags); -+ -+void au_update_iigen(struct inode *inode, int half); -+void au_update_ibrange(struct inode *inode, int do_put_zero); -+ -+void au_icntnr_init_once(void *_c); -+void au_hinode_init(struct au_hinode *hinode); -+int au_iinfo_init(struct inode *inode); -+void au_iinfo_fin(struct inode *inode); -+int au_hinode_realloc(struct au_iinfo *iinfo, int nbr, int may_shrink); -+ -+#ifdef CONFIG_PROC_FS -+/* plink.c */ -+int au_plink_maint(struct super_block *sb, int flags); -+struct au_sbinfo; -+void au_plink_maint_leave(struct au_sbinfo *sbinfo); -+int au_plink_maint_enter(struct super_block *sb); -+#ifdef CONFIG_AUFS_DEBUG -+void au_plink_list(struct super_block *sb); -+#else -+AuStubVoid(au_plink_list, struct super_block *sb) -+#endif -+int au_plink_test(struct inode *inode); -+struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex); -+void au_plink_append(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+void au_plink_put(struct super_block *sb, int verbose); -+void au_plink_clean(struct super_block *sb, int verbose); -+void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id); -+#else -+AuStubInt0(au_plink_maint, struct super_block *sb, int flags); -+AuStubVoid(au_plink_maint_leave, struct au_sbinfo *sbinfo); -+AuStubInt0(au_plink_maint_enter, struct super_block *sb); -+AuStubVoid(au_plink_list, struct super_block *sb); -+AuStubInt0(au_plink_test, struct inode *inode); -+AuStub(struct dentry *, au_plink_lkup, return NULL, -+ struct inode *inode, aufs_bindex_t bindex); -+AuStubVoid(au_plink_append, struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+AuStubVoid(au_plink_put, struct super_block *sb, int verbose); -+AuStubVoid(au_plink_clean, struct super_block *sb, int verbose); -+AuStubVoid(au_plink_half_refresh, struct super_block *sb, aufs_bindex_t br_id); -+#endif /* CONFIG_PROC_FS */ -+ -+#ifdef CONFIG_AUFS_XATTR -+/* xattr.c */ -+int au_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, int ignore_flags, -+ unsigned int verbose); -+ssize_t aufs_listxattr(struct dentry *dentry, char *list, size_t size); -+void au_xattr_init(struct super_block *sb); -+#else -+AuStubInt0(au_cpup_xattr, struct dentry *h_dst, struct dentry *h_src, -+ int ignore_flags, unsigned int verbose); -+AuStubVoid(au_xattr_init, struct super_block *sb); -+#endif -+ -+#ifdef CONFIG_FS_POSIX_ACL -+struct posix_acl *aufs_get_acl(struct inode *inode, int type); -+int aufs_set_acl(struct inode *inode, struct posix_acl *acl, int type); -+#endif -+ -+#if IS_ENABLED(CONFIG_AUFS_XATTR) || IS_ENABLED(CONFIG_FS_POSIX_ACL) -+enum { -+ AU_XATTR_SET, -+ AU_ACL_SET -+}; -+ -+struct au_sxattr { -+ int type; -+ union { -+ struct { -+ const char *name; -+ const void *value; -+ size_t size; -+ int flags; -+ } set; -+ struct { -+ struct posix_acl *acl; -+ int type; -+ } acl_set; -+ } u; -+}; -+ssize_t au_sxattr(struct dentry *dentry, struct inode *inode, -+ struct au_sxattr *arg); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for iinfo */ -+enum { -+ AuLsc_II_CHILD, /* child first */ -+ AuLsc_II_CHILD2, /* rename(2), link(2), and cpup at hnotify */ -+ AuLsc_II_CHILD3, /* copyup dirs */ -+ AuLsc_II_PARENT, /* see AuLsc_I_PARENT in vfsub.h */ -+ AuLsc_II_PARENT2, -+ AuLsc_II_PARENT3, /* copyup dirs */ -+ AuLsc_II_NEW_CHILD -+}; -+ -+/* -+ * ii_read_lock_child, ii_write_lock_child, -+ * ii_read_lock_child2, ii_write_lock_child2, -+ * ii_read_lock_child3, ii_write_lock_child3, -+ * ii_read_lock_parent, ii_write_lock_parent, -+ * ii_read_lock_parent2, ii_write_lock_parent2, -+ * ii_read_lock_parent3, ii_write_lock_parent3, -+ * ii_read_lock_new_child, ii_write_lock_new_child, -+ */ -+#define AuReadLockFunc(name, lsc) \ -+static inline void ii_read_lock_##name(struct inode *i) \ -+{ \ -+ au_rw_read_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ -+} -+ -+#define AuWriteLockFunc(name, lsc) \ -+static inline void ii_write_lock_##name(struct inode *i) \ -+{ \ -+ au_rw_write_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ -+} -+ -+#define AuRWLockFuncs(name, lsc) \ -+ AuReadLockFunc(name, lsc) \ -+ AuWriteLockFunc(name, lsc) -+ -+AuRWLockFuncs(child, CHILD); -+AuRWLockFuncs(child2, CHILD2); -+AuRWLockFuncs(child3, CHILD3); -+AuRWLockFuncs(parent, PARENT); -+AuRWLockFuncs(parent2, PARENT2); -+AuRWLockFuncs(parent3, PARENT3); -+AuRWLockFuncs(new_child, NEW_CHILD); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+#define ii_read_unlock(i) au_rw_read_unlock(&au_ii(i)->ii_rwsem) -+#define ii_write_unlock(i) au_rw_write_unlock(&au_ii(i)->ii_rwsem) -+#define ii_downgrade_lock(i) au_rw_dgrade_lock(&au_ii(i)->ii_rwsem) -+ -+#define IiMustNoWaiters(i) AuRwMustNoWaiters(&au_ii(i)->ii_rwsem) -+#define IiMustAnyLock(i) AuRwMustAnyLock(&au_ii(i)->ii_rwsem) -+#define IiMustWriteLock(i) AuRwMustWriteLock(&au_ii(i)->ii_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void au_icntnr_init(struct au_icntnr *c) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+ c->vfs_inode.i_mode = 0; -+#endif -+} -+ -+static inline unsigned int au_iigen(struct inode *inode, unsigned int *igflags) -+{ -+ unsigned int gen; -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ if (igflags) -+ *igflags = iigen->ig_flags; -+ gen = iigen->ig_generation; -+ spin_unlock(&iigen->ig_spin); -+ -+ return gen; -+} -+ -+/* tiny test for inode number */ -+/* tmpfs generation is too rough */ -+static inline int au_test_higen(struct inode *inode, struct inode *h_inode) -+{ -+ struct au_iinfo *iinfo; -+ -+ iinfo = au_ii(inode); -+ AuRwMustAnyLock(&iinfo->ii_rwsem); -+ return !(iinfo->ii_hsb1 == h_inode->i_sb -+ && iinfo->ii_higen == h_inode->i_generation); -+} -+ -+static inline void au_iigen_dec(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ iigen->ig_generation--; -+ spin_unlock(&iigen->ig_spin); -+} -+ -+static inline int au_iigen_test(struct inode *inode, unsigned int sigen) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(inode && au_iigen(inode, NULL) != sigen)) -+ err = -EIO; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_hinode *au_hinode(struct au_iinfo *iinfo, -+ aufs_bindex_t bindex) -+{ -+ return iinfo->ii_hinode + bindex; -+} -+ -+static inline int au_is_bad_inode(struct inode *inode) -+{ -+ return !!(is_bad_inode(inode) || !au_hinode(au_ii(inode), 0)); -+} -+ -+static inline aufs_bindex_t au_ii_br_id(struct inode *inode, -+ aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex)->hi_id; -+} -+ -+static inline aufs_bindex_t au_ibtop(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_btop; -+} -+ -+static inline aufs_bindex_t au_ibbot(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_bbot; -+} -+ -+static inline struct au_vdir *au_ivdir(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_vdir; -+} -+ -+static inline struct dentry *au_hi_wh(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex)->hi_whdentry; -+} -+ -+static inline void au_set_ibtop(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_btop = bindex; -+} -+ -+static inline void au_set_ibbot(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_bbot = bindex; -+} -+ -+static inline void au_set_ivdir(struct inode *inode, struct au_vdir *vdir) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_vdir = vdir; -+} -+ -+static inline struct au_hinode *au_hi(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct dentry *au_pinned_parent(struct au_pin *pin) -+{ -+ if (pin) -+ return pin->parent; -+ return NULL; -+} -+ -+static inline struct inode *au_pinned_h_dir(struct au_pin *pin) -+{ -+ if (pin && pin->hdir) -+ return pin->hdir->hi_inode; -+ return NULL; -+} -+ -+static inline struct au_hinode *au_pinned_hdir(struct au_pin *pin) -+{ -+ if (pin) -+ return pin->hdir; -+ return NULL; -+} -+ -+static inline void au_pin_set_dentry(struct au_pin *pin, struct dentry *dentry) -+{ -+ if (pin) -+ pin->dentry = dentry; -+} -+ -+static inline void au_pin_set_parent_lflag(struct au_pin *pin, -+ unsigned char lflag) -+{ -+ if (pin) { -+ if (lflag) -+ au_fset_pin(pin->flags, DI_LOCKED); -+ else -+ au_fclr_pin(pin->flags, DI_LOCKED); -+ } -+} -+ -+#if 0 /* reserved */ -+static inline void au_pin_set_parent(struct au_pin *pin, struct dentry *parent) -+{ -+ if (pin) { -+ dput(pin->parent); -+ pin->parent = dget(parent); -+ } -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_branch; -+#ifdef CONFIG_AUFS_HNOTIFY -+struct au_hnotify_op { -+ void (*ctl)(struct au_hinode *hinode, int do_set); -+ int (*alloc)(struct au_hinode *hinode); -+ -+ /* -+ * if it returns true, the the caller should free hinode->hi_notify, -+ * otherwise ->free() frees it. -+ */ -+ int (*free)(struct au_hinode *hinode, -+ struct au_hnotify *hn) __must_check; -+ -+ void (*fin)(void); -+ int (*init)(void); -+ -+ int (*reset_br)(unsigned int udba, struct au_branch *br, int perm); -+ void (*fin_br)(struct au_branch *br); -+ int (*init_br)(struct au_branch *br, int perm); -+}; -+ -+/* hnotify.c */ -+int au_hn_alloc(struct au_hinode *hinode, struct inode *inode); -+void au_hn_free(struct au_hinode *hinode); -+void au_hn_ctl(struct au_hinode *hinode, int do_set); -+void au_hn_reset(struct inode *inode, unsigned int flags); -+int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, -+ struct qstr *h_child_qstr, struct inode *h_child_inode); -+int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm); -+int au_hnotify_init_br(struct au_branch *br, int perm); -+void au_hnotify_fin_br(struct au_branch *br); -+int __init au_hnotify_init(void); -+void au_hnotify_fin(void); -+ -+/* hfsnotify.c */ -+extern const struct au_hnotify_op au_hnotify_op; -+ -+static inline -+void au_hn_init(struct au_hinode *hinode) -+{ -+ hinode->hi_notify = NULL; -+} -+ -+static inline struct au_hnotify *au_hn(struct au_hinode *hinode) -+{ -+ return hinode->hi_notify; -+} -+ -+#else -+AuStub(int, au_hn_alloc, return -EOPNOTSUPP, -+ struct au_hinode *hinode __maybe_unused, -+ struct inode *inode __maybe_unused) -+AuStub(struct au_hnotify *, au_hn, return NULL, struct au_hinode *hinode) -+AuStubVoid(au_hn_free, struct au_hinode *hinode __maybe_unused) -+AuStubVoid(au_hn_ctl, struct au_hinode *hinode __maybe_unused, -+ int do_set __maybe_unused) -+AuStubVoid(au_hn_reset, struct inode *inode __maybe_unused, -+ unsigned int flags __maybe_unused) -+AuStubInt0(au_hnotify_reset_br, unsigned int udba __maybe_unused, -+ struct au_branch *br __maybe_unused, -+ int perm __maybe_unused) -+AuStubInt0(au_hnotify_init_br, struct au_branch *br __maybe_unused, -+ int perm __maybe_unused) -+AuStubVoid(au_hnotify_fin_br, struct au_branch *br __maybe_unused) -+AuStubInt0(__init au_hnotify_init, void) -+AuStubVoid(au_hnotify_fin, void) -+AuStubVoid(au_hn_init, struct au_hinode *hinode __maybe_unused) -+#endif /* CONFIG_AUFS_HNOTIFY */ -+ -+static inline void au_hn_suspend(struct au_hinode *hdir) -+{ -+ au_hn_ctl(hdir, /*do_set*/0); -+} -+ -+static inline void au_hn_resume(struct au_hinode *hdir) -+{ -+ au_hn_ctl(hdir, /*do_set*/1); -+} -+ -+static inline void au_hn_inode_lock(struct au_hinode *hdir) -+{ -+ inode_lock(hdir->hi_inode); -+ au_hn_suspend(hdir); -+} -+ -+static inline void au_hn_inode_lock_nested(struct au_hinode *hdir, -+ unsigned int sc __maybe_unused) -+{ -+ inode_lock_nested(hdir->hi_inode, sc); -+ au_hn_suspend(hdir); -+} -+ -+#if 0 /* unused */ -+#include "vfsub.h" -+static inline void au_hn_inode_lock_shared_nested(struct au_hinode *hdir, -+ unsigned int sc) -+{ -+ vfsub_inode_lock_shared_nested(hdir->hi_inode, sc); -+ au_hn_suspend(hdir); -+} -+#endif -+ -+static inline void au_hn_inode_unlock(struct au_hinode *hdir) -+{ -+ au_hn_resume(hdir); -+ inode_unlock(hdir->hi_inode); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_INODE_H__ */ -diff --git a/fs/aufs/ioctl.c b/fs/aufs/ioctl.c -new file mode 100644 -index 000000000000..4714d2167447 ---- /dev/null -+++ b/fs/aufs/ioctl.c -@@ -0,0 +1,207 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * ioctl -+ * plink-management and readdir in userspace. -+ * assist the pathconf(3) wrapper library. -+ * move-down -+ * File-based Hierarchical Storage Management. -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static int au_wbr_fd(struct path *path, struct aufs_wbr_fd __user *arg) -+{ -+ int err, fd; -+ aufs_bindex_t wbi, bindex, bbot; -+ struct file *h_file; -+ struct super_block *sb; -+ struct dentry *root; -+ struct au_branch *br; -+ struct aufs_wbr_fd wbrfd = { -+ .oflags = au_dir_roflags, -+ .brid = -1 -+ }; -+ const int valid = O_RDONLY | O_NONBLOCK | O_LARGEFILE | O_DIRECTORY -+ | O_NOATIME | O_CLOEXEC; -+ -+ AuDebugOn(wbrfd.oflags & ~valid); -+ -+ if (arg) { -+ err = copy_from_user(&wbrfd, arg, sizeof(wbrfd)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ goto out; -+ } -+ -+ err = -EINVAL; -+ AuDbg("wbrfd{0%o, %d}\n", wbrfd.oflags, wbrfd.brid); -+ wbrfd.oflags |= au_dir_roflags; -+ AuDbg("0%o\n", wbrfd.oflags); -+ if (unlikely(wbrfd.oflags & ~valid)) -+ goto out; -+ } -+ -+ fd = get_unused_fd_flags(0); -+ err = fd; -+ if (unlikely(fd < 0)) -+ goto out; -+ -+ h_file = ERR_PTR(-EINVAL); -+ wbi = 0; -+ br = NULL; -+ sb = path->dentry->d_sb; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_IR); -+ bbot = au_sbbot(sb); -+ if (wbrfd.brid >= 0) { -+ wbi = au_br_index(sb, wbrfd.brid); -+ if (unlikely(wbi < 0 || wbi > bbot)) -+ goto out_unlock; -+ } -+ -+ h_file = ERR_PTR(-ENOENT); -+ br = au_sbr(sb, wbi); -+ if (!au_br_writable(br->br_perm)) { -+ if (arg) -+ goto out_unlock; -+ -+ bindex = wbi + 1; -+ wbi = -1; -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm)) { -+ wbi = bindex; -+ br = au_sbr(sb, wbi); -+ break; -+ } -+ } -+ } -+ AuDbg("wbi %d\n", wbi); -+ if (wbi >= 0) -+ h_file = au_h_open(root, wbi, wbrfd.oflags, NULL, -+ /*force_wr*/0); -+ -+out_unlock: -+ aufs_read_unlock(root, AuLock_IR); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out_fd; -+ -+ au_br_put(br); /* cf. au_h_open() */ -+ fd_install(fd, h_file); -+ err = fd; -+ goto out; /* success */ -+ -+out_fd: -+ put_unused_fd(fd); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err; -+ struct dentry *dentry; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ioctl(file, cmd, arg); -+ break; -+ -+ case AUFS_CTL_WBR_FD: -+ err = au_wbr_fd(&file->f_path, (void __user *)arg); -+ break; -+ -+ case AUFS_CTL_IBUSY: -+ err = au_ibusy_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_BRINFO: -+ err = au_brinfo_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_FHSM_FD: -+ dentry = file->f_path.dentry; -+ if (IS_ROOT(dentry)) -+ err = au_fhsm_fd(dentry->d_sb, arg); -+ else -+ err = -ENOTTY; -+ break; -+ -+ default: -+ /* do not call the lower */ -+ AuDbg("0x%x\n", cmd); -+ err = -ENOTTY; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err; -+ -+ switch (cmd) { -+ case AUFS_CTL_MVDOWN: -+ err = au_mvdown(file->f_path.dentry, (void __user *)arg); -+ break; -+ -+ case AUFS_CTL_WBR_FD: -+ err = au_wbr_fd(&file->f_path, (void __user *)arg); -+ break; -+ -+ default: -+ /* do not call the lower */ -+ AuDbg("0x%x\n", cmd); -+ err = -ENOTTY; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+#ifdef CONFIG_COMPAT -+long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ long err; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_compat_ioctl(file, cmd, arg); -+ break; -+ -+ case AUFS_CTL_IBUSY: -+ err = au_ibusy_compat_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_BRINFO: -+ err = au_brinfo_compat_ioctl(file, arg); -+ break; -+ -+ default: -+ err = aufs_ioctl_dir(file, cmd, arg); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ return aufs_ioctl_nondir(file, cmd, (unsigned long)compat_ptr(arg)); -+} -+#endif -diff --git a/fs/aufs/loop.c b/fs/aufs/loop.c -new file mode 100644 -index 000000000000..3b217c24dd12 ---- /dev/null -+++ b/fs/aufs/loop.c -@@ -0,0 +1,135 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * support for loopback block device as a branch -+ */ -+ -+#include "aufs.h" -+ -+/* added into drivers/block/loop.c */ -+static struct file *(*backing_file_func)(struct super_block *sb); -+ -+/* -+ * test if two lower dentries have overlapping branches. -+ */ -+int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding) -+{ -+ struct super_block *h_sb; -+ struct file *backing_file; -+ -+ if (unlikely(!backing_file_func)) { -+ /* don't load "loop" module here */ -+ backing_file_func = symbol_get(loop_backing_file); -+ if (unlikely(!backing_file_func)) -+ /* "loop" module is not loaded */ -+ return 0; -+ } -+ -+ h_sb = h_adding->d_sb; -+ backing_file = backing_file_func(h_sb); -+ if (!backing_file) -+ return 0; -+ -+ h_adding = backing_file->f_path.dentry; -+ /* -+ * h_adding can be local NFS. -+ * in this case aufs cannot detect the loop. -+ */ -+ if (unlikely(h_adding->d_sb == sb)) -+ return 1; -+ return !!au_test_subdir(h_adding, sb->s_root); -+} -+ -+/* true if a kernel thread named 'loop[0-9].*' accesses a file */ -+int au_test_loopback_kthread(void) -+{ -+ int ret; -+ struct task_struct *tsk = current; -+ char c, comm[sizeof(tsk->comm)]; -+ -+ ret = 0; -+ if (tsk->flags & PF_KTHREAD) { -+ get_task_comm(comm, tsk); -+ c = comm[4]; -+ ret = ('0' <= c && c <= '9' -+ && !strncmp(comm, "loop", 4)); -+ } -+ -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define au_warn_loopback_step 16 -+static int au_warn_loopback_nelem = au_warn_loopback_step; -+static unsigned long *au_warn_loopback_array; -+ -+void au_warn_loopback(struct super_block *h_sb) -+{ -+ int i, new_nelem; -+ unsigned long *a, magic; -+ static DEFINE_SPINLOCK(spin); -+ -+ magic = h_sb->s_magic; -+ spin_lock(&spin); -+ a = au_warn_loopback_array; -+ for (i = 0; i < au_warn_loopback_nelem && *a; i++) -+ if (a[i] == magic) { -+ spin_unlock(&spin); -+ return; -+ } -+ -+ /* h_sb is new to us, print it */ -+ if (i < au_warn_loopback_nelem) { -+ a[i] = magic; -+ goto pr; -+ } -+ -+ /* expand the array */ -+ new_nelem = au_warn_loopback_nelem + au_warn_loopback_step; -+ a = au_kzrealloc(au_warn_loopback_array, -+ au_warn_loopback_nelem * sizeof(unsigned long), -+ new_nelem * sizeof(unsigned long), GFP_ATOMIC, -+ /*may_shrink*/0); -+ if (a) { -+ au_warn_loopback_nelem = new_nelem; -+ au_warn_loopback_array = a; -+ a[i] = magic; -+ goto pr; -+ } -+ -+ spin_unlock(&spin); -+ AuWarn1("realloc failed, ignored\n"); -+ return; -+ -+pr: -+ spin_unlock(&spin); -+ pr_warn("you may want to try another patch for loopback file " -+ "on %s(0x%lx) branch\n", au_sbtype(h_sb), magic); -+} -+ -+int au_loopback_init(void) -+{ -+ int err; -+ struct super_block *sb __maybe_unused; -+ -+ BUILD_BUG_ON(sizeof(sb->s_magic) != sizeof(unsigned long)); -+ -+ err = 0; -+ au_warn_loopback_array = kcalloc(au_warn_loopback_step, -+ sizeof(unsigned long), GFP_NOFS); -+ if (unlikely(!au_warn_loopback_array)) -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+void au_loopback_fin(void) -+{ -+ if (backing_file_func) -+ symbol_put(loop_backing_file); -+ kfree(au_warn_loopback_array); -+} -diff --git a/fs/aufs/loop.h b/fs/aufs/loop.h -new file mode 100644 -index 000000000000..7d7bf342c4d8 ---- /dev/null -+++ b/fs/aufs/loop.h -@@ -0,0 +1,40 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * support for loopback mount as a branch -+ */ -+ -+#ifndef __AUFS_LOOP_H__ -+#define __AUFS_LOOP_H__ -+ -+#ifdef __KERNEL__ -+ -+struct dentry; -+struct super_block; -+ -+#ifdef CONFIG_AUFS_BDEV_LOOP -+/* drivers/block/loop.c */ -+struct file *loop_backing_file(struct super_block *sb); -+ -+/* loop.c */ -+int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding); -+int au_test_loopback_kthread(void); -+void au_warn_loopback(struct super_block *h_sb); -+ -+int au_loopback_init(void); -+void au_loopback_fin(void); -+#else -+AuStubInt0(au_test_loopback_overlap, struct super_block *sb, -+ struct dentry *h_adding) -+AuStubInt0(au_test_loopback_kthread, void) -+AuStubVoid(au_warn_loopback, struct super_block *h_sb) -+ -+AuStubInt0(au_loopback_init, void) -+AuStubVoid(au_loopback_fin, void) -+#endif /* BLK_DEV_LOOP */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_LOOP_H__ */ -diff --git a/fs/aufs/magic.mk b/fs/aufs/magic.mk -new file mode 100644 -index 000000000000..7bc9eef3ffec ---- /dev/null -+++ b/fs/aufs/magic.mk -@@ -0,0 +1,31 @@ -+# SPDX-License-Identifier: GPL-2.0 -+ -+# defined in ${srctree}/fs/fuse/inode.c -+# tristate -+ifdef CONFIG_FUSE_FS -+ccflags-y += -DFUSE_SUPER_MAGIC=0x65735546 -+endif -+ -+# defined in ${srctree}/fs/xfs/xfs_sb.h -+# tristate -+ifdef CONFIG_XFS_FS -+ccflags-y += -DXFS_SB_MAGIC=0x58465342 -+endif -+ -+# defined in ${srctree}/fs/configfs/mount.c -+# tristate -+ifdef CONFIG_CONFIGFS_FS -+ccflags-y += -DCONFIGFS_MAGIC=0x62656570 -+endif -+ -+# defined in ${srctree}/fs/ubifs/ubifs.h -+# tristate -+ifdef CONFIG_UBIFS_FS -+ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905 -+endif -+ -+# defined in ${srctree}/fs/hfsplus/hfsplus_raw.h -+# tristate -+ifdef CONFIG_HFSPLUS_FS -+ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b -+endif -diff --git a/fs/aufs/module.c b/fs/aufs/module.c -new file mode 100644 -index 000000000000..7cde174ad9e1 ---- /dev/null -+++ b/fs/aufs/module.c -@@ -0,0 +1,253 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * module global variables and operations -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+/* shrinkable realloc */ -+void *au_krealloc(void *p, unsigned int new_sz, gfp_t gfp, int may_shrink) -+{ -+ size_t sz; -+ int diff; -+ -+ sz = 0; -+ diff = -1; -+ if (p) { -+#if 0 /* unused */ -+ if (!new_sz) { -+ kfree(p); -+ p = NULL; -+ goto out; -+ } -+#else -+ AuDebugOn(!new_sz); -+#endif -+ sz = ksize(p); -+ diff = au_kmidx_sub(sz, new_sz); -+ } -+ if (sz && !diff) -+ goto out; -+ -+ if (sz < new_sz) -+ /* expand or SLOB */ -+ p = krealloc(p, new_sz, gfp); -+ else if (new_sz < sz && may_shrink) { -+ /* shrink */ -+ void *q; -+ -+ q = kmalloc(new_sz, gfp); -+ if (q) { -+ if (p) { -+ memcpy(q, p, new_sz); -+ kfree(p); -+ } -+ p = q; -+ } else -+ p = NULL; -+ } -+ -+out: -+ return p; -+} -+ -+void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp, -+ int may_shrink) -+{ -+ p = au_krealloc(p, new_sz, gfp, may_shrink); -+ if (p && new_sz > nused) -+ memset(p + nused, 0, new_sz - nused); -+ return p; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * aufs caches -+ */ -+struct kmem_cache *au_cache[AuCache_Last]; -+ -+static void au_cache_fin(void) -+{ -+ int i; -+ -+ /* -+ * Make sure all delayed rcu free inodes are flushed before we -+ * destroy cache. -+ */ -+ rcu_barrier(); -+ -+ /* excluding AuCache_HNOTIFY */ -+ BUILD_BUG_ON(AuCache_HNOTIFY + 1 != AuCache_Last); -+ for (i = 0; i < AuCache_HNOTIFY; i++) { -+ kmem_cache_destroy(au_cache[i]); -+ au_cache[i] = NULL; -+ } -+} -+ -+static int __init au_cache_init(void) -+{ -+ au_cache[AuCache_DINFO] = AuCacheCtor(au_dinfo, au_di_init_once); -+ if (au_cache[AuCache_DINFO]) -+ /* SLAB_DESTROY_BY_RCU */ -+ au_cache[AuCache_ICNTNR] = AuCacheCtor(au_icntnr, -+ au_icntnr_init_once); -+ if (au_cache[AuCache_ICNTNR]) -+ au_cache[AuCache_FINFO] = AuCacheCtor(au_finfo, -+ au_fi_init_once); -+ if (au_cache[AuCache_FINFO]) -+ au_cache[AuCache_VDIR] = AuCache(au_vdir); -+ if (au_cache[AuCache_VDIR]) -+ au_cache[AuCache_DEHSTR] = AuCache(au_vdir_dehstr); -+ if (au_cache[AuCache_DEHSTR]) -+ return 0; -+ -+ au_cache_fin(); -+ return -ENOMEM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_dir_roflags; -+ -+#ifdef CONFIG_AUFS_SBILIST -+/* -+ * iterate_supers_type() doesn't protect us from -+ * remounting (branch management) -+ */ -+struct hlist_bl_head au_sbilist; -+#endif -+ -+/* -+ * functions for module interface. -+ */ -+MODULE_LICENSE("GPL"); -+/* MODULE_LICENSE("GPL v2"); */ -+MODULE_AUTHOR("Junjiro R. Okajima "); -+MODULE_DESCRIPTION(AUFS_NAME -+ " -- Advanced multi layered unification filesystem"); -+MODULE_VERSION(AUFS_VERSION); -+ -+/* this module parameter has no meaning when SYSFS is disabled */ -+int sysaufs_brs = 1; -+MODULE_PARM_DESC(brs, "use /fs/aufs/si_*/brN"); -+module_param_named(brs, sysaufs_brs, int, S_IRUGO); -+ -+/* this module parameter has no meaning when USER_NS is disabled */ -+bool au_userns; -+MODULE_PARM_DESC(allow_userns, "allow unprivileged to mount under userns"); -+module_param_named(allow_userns, au_userns, bool, S_IRUGO); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static char au_esc_chars[0x20 + 3]; /* 0x01-0x20, backslash, del, and NULL */ -+ -+int au_seq_path(struct seq_file *seq, struct path *path) -+{ -+ int err; -+ -+ err = seq_path(seq, path, au_esc_chars); -+ if (err >= 0) -+ err = 0; -+ else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int __init aufs_init(void) -+{ -+ int err, i; -+ char *p; -+ -+ p = au_esc_chars; -+ for (i = 1; i <= ' '; i++) -+ *p++ = i; -+ *p++ = '\\'; -+ *p++ = '\x7f'; -+ *p = 0; -+ -+ au_dir_roflags = au_file_roflags(O_DIRECTORY | O_LARGEFILE); -+ -+ memcpy(aufs_iop_nogetattr, aufs_iop, sizeof(aufs_iop)); -+ for (i = 0; i < AuIop_Last; i++) -+ aufs_iop_nogetattr[i].getattr = NULL; -+ -+ memset(au_cache, 0, sizeof(au_cache)); /* including hnotify */ -+ -+ au_sbilist_init(); -+ sysaufs_brs_init(); -+ au_debug_init(); -+ au_dy_init(); -+ err = sysaufs_init(); -+ if (unlikely(err)) -+ goto out; -+ err = au_procfs_init(); -+ if (unlikely(err)) -+ goto out_sysaufs; -+ err = au_wkq_init(); -+ if (unlikely(err)) -+ goto out_procfs; -+ err = au_loopback_init(); -+ if (unlikely(err)) -+ goto out_wkq; -+ err = au_hnotify_init(); -+ if (unlikely(err)) -+ goto out_loopback; -+ err = au_sysrq_init(); -+ if (unlikely(err)) -+ goto out_hin; -+ err = au_cache_init(); -+ if (unlikely(err)) -+ goto out_sysrq; -+ -+ aufs_fs_type.fs_flags |= au_userns ? FS_USERNS_MOUNT : 0; -+ err = register_filesystem(&aufs_fs_type); -+ if (unlikely(err)) -+ goto out_cache; -+ -+ /* since we define pr_fmt, call printk directly */ -+ printk(KERN_INFO AUFS_NAME " " AUFS_VERSION "\n"); -+ goto out; /* success */ -+ -+out_cache: -+ au_cache_fin(); -+out_sysrq: -+ au_sysrq_fin(); -+out_hin: -+ au_hnotify_fin(); -+out_loopback: -+ au_loopback_fin(); -+out_wkq: -+ au_wkq_fin(); -+out_procfs: -+ au_procfs_fin(); -+out_sysaufs: -+ sysaufs_fin(); -+ au_dy_fin(); -+out: -+ return err; -+} -+ -+static void __exit aufs_exit(void) -+{ -+ unregister_filesystem(&aufs_fs_type); -+ au_cache_fin(); -+ au_sysrq_fin(); -+ au_hnotify_fin(); -+ au_loopback_fin(); -+ au_wkq_fin(); -+ au_procfs_fin(); -+ sysaufs_fin(); -+ au_dy_fin(); -+} -+ -+module_init(aufs_init); -+module_exit(aufs_exit); -diff --git a/fs/aufs/module.h b/fs/aufs/module.h -new file mode 100644 -index 000000000000..f5f31430427d ---- /dev/null -+++ b/fs/aufs/module.h -@@ -0,0 +1,89 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * module initialization and module-global -+ */ -+ -+#ifndef __AUFS_MODULE_H__ -+#define __AUFS_MODULE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct path; -+struct seq_file; -+ -+/* module parameters */ -+extern int sysaufs_brs; -+extern bool au_userns; -+ -+/* ---------------------------------------------------------------------- */ -+ -+extern int au_dir_roflags; -+ -+void *au_krealloc(void *p, unsigned int new_sz, gfp_t gfp, int may_shrink); -+void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp, -+ int may_shrink); -+ -+static inline int au_kmidx_sub(size_t sz, size_t new_sz) -+{ -+#ifndef CONFIG_SLOB -+ return kmalloc_index(sz) - kmalloc_index(new_sz); -+#else -+ return -1; /* SLOB is untested */ -+#endif -+} -+ -+int au_seq_path(struct seq_file *seq, struct path *path); -+ -+#ifdef CONFIG_PROC_FS -+/* procfs.c */ -+int __init au_procfs_init(void); -+void au_procfs_fin(void); -+#else -+AuStubInt0(au_procfs_init, void); -+AuStubVoid(au_procfs_fin, void); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* kmem cache */ -+enum { -+ AuCache_DINFO, -+ AuCache_ICNTNR, -+ AuCache_FINFO, -+ AuCache_VDIR, -+ AuCache_DEHSTR, -+ AuCache_HNOTIFY, /* must be last */ -+ AuCache_Last -+}; -+ -+extern struct kmem_cache *au_cache[AuCache_Last]; -+ -+#define AuCacheFlags (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD) -+#define AuCache(type) KMEM_CACHE(type, AuCacheFlags) -+#define AuCacheCtor(type, ctor) \ -+ kmem_cache_create(#type, sizeof(struct type), \ -+ __alignof__(struct type), AuCacheFlags, ctor) -+ -+#define AuCacheFuncs(name, index) \ -+static inline struct au_##name *au_cache_alloc_##name(void) \ -+{ return kmem_cache_alloc(au_cache[AuCache_##index], GFP_NOFS); } \ -+static inline void au_cache_free_##name(struct au_##name *p) \ -+{ kmem_cache_free(au_cache[AuCache_##index], p); } -+ -+AuCacheFuncs(dinfo, DINFO); -+AuCacheFuncs(icntnr, ICNTNR); -+AuCacheFuncs(finfo, FINFO); -+AuCacheFuncs(vdir, VDIR); -+AuCacheFuncs(vdir_dehstr, DEHSTR); -+#ifdef CONFIG_AUFS_HNOTIFY -+AuCacheFuncs(hnotify, HNOTIFY); -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_MODULE_H__ */ -diff --git a/fs/aufs/mvdown.c b/fs/aufs/mvdown.c -new file mode 100644 -index 000000000000..57f24f22e4a6 ---- /dev/null -+++ b/fs/aufs/mvdown.c -@@ -0,0 +1,692 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2011-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * move-down, opposite of copy-up -+ */ -+ -+#include "aufs.h" -+ -+struct au_mvd_args { -+ struct { -+ struct super_block *h_sb; -+ struct dentry *h_parent; -+ struct au_hinode *hdir; -+ struct inode *h_dir, *h_inode; -+ struct au_pin pin; -+ } info[AUFS_MVDOWN_NARRAY]; -+ -+ struct aufs_mvdown mvdown; -+ struct dentry *dentry, *parent; -+ struct inode *inode, *dir; -+ struct super_block *sb; -+ aufs_bindex_t bopq, bwh, bfound; -+ unsigned char rename_lock; -+}; -+ -+#define mvd_errno mvdown.au_errno -+#define mvd_bsrc mvdown.stbr[AUFS_MVDOWN_UPPER].bindex -+#define mvd_src_brid mvdown.stbr[AUFS_MVDOWN_UPPER].brid -+#define mvd_bdst mvdown.stbr[AUFS_MVDOWN_LOWER].bindex -+#define mvd_dst_brid mvdown.stbr[AUFS_MVDOWN_LOWER].brid -+ -+#define mvd_h_src_sb info[AUFS_MVDOWN_UPPER].h_sb -+#define mvd_h_src_parent info[AUFS_MVDOWN_UPPER].h_parent -+#define mvd_hdir_src info[AUFS_MVDOWN_UPPER].hdir -+#define mvd_h_src_dir info[AUFS_MVDOWN_UPPER].h_dir -+#define mvd_h_src_inode info[AUFS_MVDOWN_UPPER].h_inode -+#define mvd_pin_src info[AUFS_MVDOWN_UPPER].pin -+ -+#define mvd_h_dst_sb info[AUFS_MVDOWN_LOWER].h_sb -+#define mvd_h_dst_parent info[AUFS_MVDOWN_LOWER].h_parent -+#define mvd_hdir_dst info[AUFS_MVDOWN_LOWER].hdir -+#define mvd_h_dst_dir info[AUFS_MVDOWN_LOWER].h_dir -+#define mvd_h_dst_inode info[AUFS_MVDOWN_LOWER].h_inode -+#define mvd_pin_dst info[AUFS_MVDOWN_LOWER].pin -+ -+#define AU_MVD_PR(flag, ...) do { \ -+ if (flag) \ -+ pr_err(__VA_ARGS__); \ -+ } while (0) -+ -+static int find_lower_writable(struct au_mvd_args *a) -+{ -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ sb = a->sb; -+ bindex = a->mvd_bsrc; -+ bbot = au_sbbot(sb); -+ if (a->mvdown.flags & AUFS_MVDOWN_FHSM_LOWER) -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm) -+ && !sb_rdonly(au_br_sb(br))) -+ return bindex; -+ } -+ else if (!(a->mvdown.flags & AUFS_MVDOWN_ROLOWER)) -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_rdonly(br)) -+ return bindex; -+ } -+ else -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!sb_rdonly(au_br_sb(br))) { -+ if (au_br_rdonly(br)) -+ a->mvdown.flags -+ |= AUFS_MVDOWN_ROLOWER_R; -+ return bindex; -+ } -+ } -+ -+ return -1; -+} -+ -+/* make the parent dir on bdst */ -+static int au_do_mkdir(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = 0; -+ a->mvd_hdir_src = au_hi(a->dir, a->mvd_bsrc); -+ a->mvd_hdir_dst = au_hi(a->dir, a->mvd_bdst); -+ a->mvd_h_src_parent = au_h_dptr(a->parent, a->mvd_bsrc); -+ a->mvd_h_dst_parent = NULL; -+ if (au_dbbot(a->parent) >= a->mvd_bdst) -+ a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); -+ if (!a->mvd_h_dst_parent) { -+ err = au_cpdown_dirs(a->dentry, a->mvd_bdst); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "cpdown_dirs failed\n"); -+ goto out; -+ } -+ a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* lock them all */ -+static int au_do_lock(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct dentry *h_trap; -+ -+ a->mvd_h_src_sb = au_sbr_sb(a->sb, a->mvd_bsrc); -+ a->mvd_h_dst_sb = au_sbr_sb(a->sb, a->mvd_bdst); -+ err = au_pin(&a->mvd_pin_dst, a->dentry, a->mvd_bdst, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ AuTraceErr(err); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_dst failed\n"); -+ goto out; -+ } -+ -+ if (a->mvd_h_src_sb != a->mvd_h_dst_sb) { -+ a->rename_lock = 0; -+ au_pin_init(&a->mvd_pin_src, a->dentry, a->mvd_bsrc, -+ AuLsc_DI_PARENT, AuLsc_I_PARENT3, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ err = au_do_pin(&a->mvd_pin_src); -+ AuTraceErr(err); -+ a->mvd_h_src_dir = d_inode(a->mvd_h_src_parent); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_src failed\n"); -+ goto out_dst; -+ } -+ goto out; /* success */ -+ } -+ -+ a->rename_lock = 1; -+ au_pin_hdir_unlock(&a->mvd_pin_dst); -+ err = au_pin(&a->mvd_pin_src, a->dentry, a->mvd_bsrc, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ AuTraceErr(err); -+ a->mvd_h_src_dir = d_inode(a->mvd_h_src_parent); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_src failed\n"); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ goto out_dst; -+ } -+ au_pin_hdir_unlock(&a->mvd_pin_src); -+ h_trap = vfsub_lock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ if (h_trap) { -+ err = (h_trap != a->mvd_h_src_parent); -+ if (err) -+ err = (h_trap != a->mvd_h_dst_parent); -+ } -+ BUG_ON(err); /* it should never happen */ -+ if (unlikely(a->mvd_h_src_dir != au_pinned_h_dir(&a->mvd_pin_src))) { -+ err = -EBUSY; -+ AuTraceErr(err); -+ vfsub_unlock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ au_pin_hdir_lock(&a->mvd_pin_src); -+ au_unpin(&a->mvd_pin_src); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ goto out_dst; -+ } -+ goto out; /* success */ -+ -+out_dst: -+ au_unpin(&a->mvd_pin_dst); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static void au_do_unlock(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ if (!a->rename_lock) -+ au_unpin(&a->mvd_pin_src); -+ else { -+ vfsub_unlock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ au_pin_hdir_lock(&a->mvd_pin_src); -+ au_unpin(&a->mvd_pin_src); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ } -+ au_unpin(&a->mvd_pin_dst); -+} -+ -+/* copy-down the file */ -+static int au_do_cpdown(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_cp_generic cpg = { -+ .dentry = a->dentry, -+ .bdst = a->mvd_bdst, -+ .bsrc = a->mvd_bsrc, -+ .len = -1, -+ .pin = &a->mvd_pin_dst, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ -+ AuDbg("b%d, b%d\n", cpg.bsrc, cpg.bdst); -+ if (a->mvdown.flags & AUFS_MVDOWN_OWLOWER) -+ au_fset_cpup(cpg.flags, OVERWRITE); -+ if (a->mvdown.flags & AUFS_MVDOWN_ROLOWER) -+ au_fset_cpup(cpg.flags, RWDST); -+ err = au_sio_cpdown_simple(&cpg); -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "cpdown failed\n"); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * unlink the whiteout on bdst if exist which may be created by UDBA while we -+ * were sleeping -+ */ -+static int au_do_unlink_wh(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct path h_path; -+ struct au_branch *br; -+ struct inode *delegated; -+ -+ br = au_sbr(a->sb, a->mvd_bdst); -+ h_path.dentry = au_wh_lkup(a->mvd_h_dst_parent, &a->dentry->d_name, br); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) { -+ AU_MVD_PR(dmsg, "wh_lkup failed\n"); -+ goto out; -+ } -+ -+ err = 0; -+ if (d_is_positive(h_path.dentry)) { -+ h_path.mnt = au_br_mnt(br); -+ delegated = NULL; -+ err = vfsub_unlink(d_inode(a->mvd_h_dst_parent), &h_path, -+ &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "wh_unlink failed\n"); -+ } -+ dput(h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * unlink the topmost h_dentry -+ */ -+static int au_do_unlink(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct path h_path; -+ struct inode *delegated; -+ -+ h_path.mnt = au_sbr_mnt(a->sb, a->mvd_bsrc); -+ h_path.dentry = au_h_dptr(a->dentry, a->mvd_bsrc); -+ delegated = NULL; -+ err = vfsub_unlink(a->mvd_h_src_dir, &h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "unlink failed\n"); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* Since mvdown succeeded, we ignore an error of this function */ -+static void au_do_stfs(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_branch *br; -+ -+ a->mvdown.flags |= AUFS_MVDOWN_STFS_FAILED; -+ br = au_sbr(a->sb, a->mvd_bsrc); -+ err = au_br_stfs(br, &a->mvdown.stbr[AUFS_MVDOWN_UPPER].stfs); -+ if (!err) { -+ br = au_sbr(a->sb, a->mvd_bdst); -+ a->mvdown.stbr[AUFS_MVDOWN_LOWER].brid = br->br_id; -+ err = au_br_stfs(br, &a->mvdown.stbr[AUFS_MVDOWN_LOWER].stfs); -+ } -+ if (!err) -+ a->mvdown.flags &= ~AUFS_MVDOWN_STFS_FAILED; -+ else -+ AU_MVD_PR(dmsg, "statfs failed (%d), ignored\n", err); -+} -+ -+/* -+ * copy-down the file and unlink the bsrc file. -+ * - unlink the bdst whout if exist -+ * - copy-down the file (with whtmp name and rename) -+ * - unlink the bsrc file -+ */ -+static int au_do_mvdown(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = au_do_mkdir(dmsg, a); -+ if (!err) -+ err = au_do_lock(dmsg, a); -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * do not revert the activities we made on bdst since they should be -+ * harmless in aufs. -+ */ -+ -+ err = au_do_cpdown(dmsg, a); -+ if (!err) -+ err = au_do_unlink_wh(dmsg, a); -+ if (!err && !(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) -+ err = au_do_unlink(dmsg, a); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ AuDbg("%pd2, 0x%x, %d --> %d\n", -+ a->dentry, a->mvdown.flags, a->mvd_bsrc, a->mvd_bdst); -+ if (find_lower_writable(a) < 0) -+ a->mvdown.flags |= AUFS_MVDOWN_BOTTOM; -+ -+ if (a->mvdown.flags & AUFS_MVDOWN_STFS) -+ au_do_stfs(dmsg, a); -+ -+ /* maintain internal array */ -+ if (!(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) { -+ au_set_h_dptr(a->dentry, a->mvd_bsrc, NULL); -+ au_set_dbtop(a->dentry, a->mvd_bdst); -+ au_set_h_iptr(a->inode, a->mvd_bsrc, NULL, /*flags*/0); -+ au_set_ibtop(a->inode, a->mvd_bdst); -+ } else { -+ /* hide the lower */ -+ au_set_h_dptr(a->dentry, a->mvd_bdst, NULL); -+ au_set_dbbot(a->dentry, a->mvd_bsrc); -+ au_set_h_iptr(a->inode, a->mvd_bdst, NULL, /*flags*/0); -+ au_set_ibbot(a->inode, a->mvd_bsrc); -+ } -+ if (au_dbbot(a->dentry) < a->mvd_bdst) -+ au_set_dbbot(a->dentry, a->mvd_bdst); -+ if (au_ibbot(a->inode) < a->mvd_bdst) -+ au_set_ibbot(a->inode, a->mvd_bdst); -+ -+out_unlock: -+ au_do_unlock(dmsg, a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* make sure the file is idle */ -+static int au_mvd_args_busy(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err, plinked; -+ -+ err = 0; -+ plinked = !!au_opt_test(au_mntflags(a->sb), PLINK); -+ if (au_dbtop(a->dentry) == a->mvd_bsrc -+ && au_dcount(a->dentry) == 1 -+ && atomic_read(&a->inode->i_count) == 1 -+ /* && a->mvd_h_src_inode->i_nlink == 1 */ -+ && (!plinked || !au_plink_test(a->inode)) -+ && a->inode->i_nlink == 1) -+ goto out; -+ -+ err = -EBUSY; -+ AU_MVD_PR(dmsg, -+ "b%d, d{b%d, c%d?}, i{c%d?, l%u}, hi{l%u}, p{%d, %d}\n", -+ a->mvd_bsrc, au_dbtop(a->dentry), au_dcount(a->dentry), -+ atomic_read(&a->inode->i_count), a->inode->i_nlink, -+ a->mvd_h_src_inode->i_nlink, -+ plinked, plinked ? au_plink_test(a->inode) : 0); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* make sure the parent dir is fine */ -+static int au_mvd_args_parent(const unsigned char dmsg, -+ struct au_mvd_args *a) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ -+ err = 0; -+ if (unlikely(au_alive_dir(a->parent))) { -+ err = -ENOENT; -+ AU_MVD_PR(dmsg, "parent dir is dead\n"); -+ goto out; -+ } -+ -+ a->bopq = au_dbdiropq(a->parent); -+ bindex = au_wbr_nonopq(a->dentry, a->mvd_bdst); -+ AuDbg("b%d\n", bindex); -+ if (unlikely((bindex >= 0 && bindex < a->mvd_bdst) -+ || (a->bopq != -1 && a->bopq < a->mvd_bdst))) { -+ err = -EINVAL; -+ a->mvd_errno = EAU_MVDOWN_OPAQUE; -+ AU_MVD_PR(dmsg, "ancestor is opaque b%d, b%d\n", -+ a->bopq, a->mvd_bdst); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args_intermediate(const unsigned char dmsg, -+ struct au_mvd_args *a) -+{ -+ int err; -+ struct au_dinfo *dinfo, *tmp; -+ -+ /* lookup the next lower positive entry */ -+ err = -ENOMEM; -+ tmp = au_di_alloc(a->sb, AuLsc_DI_TMP); -+ if (unlikely(!tmp)) -+ goto out; -+ -+ a->bfound = -1; -+ a->bwh = -1; -+ dinfo = au_di(a->dentry); -+ au_di_cp(tmp, dinfo); -+ au_di_swap(tmp, dinfo); -+ -+ /* returns the number of positive dentries */ -+ err = au_lkup_dentry(a->dentry, a->mvd_bsrc + 1, -+ /* AuLkup_IGNORE_PERM */ 0); -+ if (!err) -+ a->bwh = au_dbwh(a->dentry); -+ else if (err > 0) -+ a->bfound = au_dbtop(a->dentry); -+ -+ au_di_swap(tmp, dinfo); -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ if (unlikely(err < 0)) -+ AU_MVD_PR(dmsg, "failed look-up lower\n"); -+ -+ /* -+ * here, we have these cases. -+ * bfound == -1 -+ * no positive dentry under bsrc. there are more sub-cases. -+ * bwh < 0 -+ * there no whiteout, we can safely move-down. -+ * bwh <= bsrc -+ * impossible -+ * bsrc < bwh && bwh < bdst -+ * there is a whiteout on RO branch. cannot proceed. -+ * bwh == bdst -+ * there is a whiteout on the RW target branch. it should -+ * be removed. -+ * bdst < bwh -+ * there is a whiteout somewhere unrelated branch. -+ * -1 < bfound && bfound <= bsrc -+ * impossible. -+ * bfound < bdst -+ * found, but it is on RO branch between bsrc and bdst. cannot -+ * proceed. -+ * bfound == bdst -+ * found, replace it if AUFS_MVDOWN_FORCE is set. otherwise return -+ * error. -+ * bdst < bfound -+ * found, after we create the file on bdst, it will be hidden. -+ */ -+ -+ AuDebugOn(a->bfound == -1 -+ && a->bwh != -1 -+ && a->bwh <= a->mvd_bsrc); -+ AuDebugOn(-1 < a->bfound -+ && a->bfound <= a->mvd_bsrc); -+ -+ err = -EINVAL; -+ if (a->bfound == -1 -+ && a->mvd_bsrc < a->bwh -+ && a->bwh != -1 -+ && a->bwh < a->mvd_bdst) { -+ a->mvd_errno = EAU_MVDOWN_WHITEOUT; -+ AU_MVD_PR(dmsg, "bsrc %d, bdst %d, bfound %d, bwh %d\n", -+ a->mvd_bsrc, a->mvd_bdst, a->bfound, a->bwh); -+ goto out; -+ } else if (a->bfound != -1 && a->bfound < a->mvd_bdst) { -+ a->mvd_errno = EAU_MVDOWN_UPPER; -+ AU_MVD_PR(dmsg, "bdst %d, bfound %d\n", -+ a->mvd_bdst, a->bfound); -+ goto out; -+ } -+ -+ err = 0; /* success */ -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args_exist(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = 0; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_OWLOWER) -+ && a->bfound == a->mvd_bdst) -+ err = -EEXIST; -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_branch *br; -+ -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(a->inode->i_mode))) -+ goto out; -+ -+ err = -EINVAL; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_UPPER)) -+ a->mvd_bsrc = au_ibtop(a->inode); -+ else { -+ a->mvd_bsrc = au_br_index(a->sb, a->mvd_src_brid); -+ if (unlikely(a->mvd_bsrc < 0 -+ || (a->mvd_bsrc < au_dbtop(a->dentry) -+ || au_dbbot(a->dentry) < a->mvd_bsrc -+ || !au_h_dptr(a->dentry, a->mvd_bsrc)) -+ || (a->mvd_bsrc < au_ibtop(a->inode) -+ || au_ibbot(a->inode) < a->mvd_bsrc -+ || !au_h_iptr(a->inode, a->mvd_bsrc)))) { -+ a->mvd_errno = EAU_MVDOWN_NOUPPER; -+ AU_MVD_PR(dmsg, "no upper\n"); -+ goto out; -+ } -+ } -+ if (unlikely(a->mvd_bsrc == au_sbbot(a->sb))) { -+ a->mvd_errno = EAU_MVDOWN_BOTTOM; -+ AU_MVD_PR(dmsg, "on the bottom\n"); -+ goto out; -+ } -+ a->mvd_h_src_inode = au_h_iptr(a->inode, a->mvd_bsrc); -+ br = au_sbr(a->sb, a->mvd_bsrc); -+ err = au_br_rdonly(br); -+ if (!(a->mvdown.flags & AUFS_MVDOWN_ROUPPER)) { -+ if (unlikely(err)) -+ goto out; -+ } else if (!(vfsub_native_ro(a->mvd_h_src_inode) -+ || IS_APPEND(a->mvd_h_src_inode))) { -+ if (err) -+ a->mvdown.flags |= AUFS_MVDOWN_ROUPPER_R; -+ /* go on */ -+ } else -+ goto out; -+ -+ err = -EINVAL; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_LOWER)) { -+ a->mvd_bdst = find_lower_writable(a); -+ if (unlikely(a->mvd_bdst < 0)) { -+ a->mvd_errno = EAU_MVDOWN_BOTTOM; -+ AU_MVD_PR(dmsg, "no writable lower branch\n"); -+ goto out; -+ } -+ } else { -+ a->mvd_bdst = au_br_index(a->sb, a->mvd_dst_brid); -+ if (unlikely(a->mvd_bdst < 0 -+ || au_sbbot(a->sb) < a->mvd_bdst)) { -+ a->mvd_errno = EAU_MVDOWN_NOLOWERBR; -+ AU_MVD_PR(dmsg, "no lower brid\n"); -+ goto out; -+ } -+ } -+ -+ err = au_mvd_args_busy(dmsg, a); -+ if (!err) -+ err = au_mvd_args_parent(dmsg, a); -+ if (!err) -+ err = au_mvd_args_intermediate(dmsg, a); -+ if (!err) -+ err = au_mvd_args_exist(dmsg, a); -+ if (!err) -+ AuDbg("b%d, b%d\n", a->mvd_bsrc, a->mvd_bdst); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *uarg) -+{ -+ int err, e; -+ unsigned char dmsg; -+ struct au_mvd_args *args; -+ struct inode *inode; -+ -+ inode = d_inode(dentry); -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -ENOMEM; -+ args = kmalloc(sizeof(*args), GFP_NOFS); -+ if (unlikely(!args)) -+ goto out; -+ -+ err = copy_from_user(&args->mvdown, uarg, sizeof(args->mvdown)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, uarg, sizeof(*uarg)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out_free; -+ } -+ AuDbg("flags 0x%x\n", args->mvdown.flags); -+ args->mvdown.flags &= ~(AUFS_MVDOWN_ROLOWER_R | AUFS_MVDOWN_ROUPPER_R); -+ args->mvdown.au_errno = 0; -+ args->dentry = dentry; -+ args->inode = inode; -+ args->sb = dentry->d_sb; -+ -+ err = -ENOENT; -+ dmsg = !!(args->mvdown.flags & AUFS_MVDOWN_DMSG); -+ args->parent = dget_parent(dentry); -+ args->dir = d_inode(args->parent); -+ inode_lock_nested(args->dir, I_MUTEX_PARENT); -+ dput(args->parent); -+ if (unlikely(args->parent != dentry->d_parent)) { -+ AU_MVD_PR(dmsg, "parent dir is moved\n"); -+ goto out_dir; -+ } -+ -+ inode_lock_nested(inode, I_MUTEX_CHILD); -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_NOPLMW); -+ if (unlikely(err)) -+ goto out_inode; -+ -+ di_write_lock_parent(args->parent); -+ err = au_mvd_args(dmsg, args); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ err = au_do_mvdown(dmsg, args); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ au_cpup_attr_timesizes(args->dir); -+ au_cpup_attr_timesizes(inode); -+ if (!(args->mvdown.flags & AUFS_MVDOWN_KUPPER)) -+ au_cpup_igen(inode, au_h_iptr(inode, args->mvd_bdst)); -+ /* au_digen_dec(dentry); */ -+ -+out_parent: -+ di_write_unlock(args->parent); -+ aufs_read_unlock(dentry, AuLock_DW); -+out_inode: -+ inode_unlock(inode); -+out_dir: -+ inode_unlock(args->dir); -+out_free: -+ e = copy_to_user(uarg, &args->mvdown, sizeof(args->mvdown)); -+ if (unlikely(e)) -+ err = -EFAULT; -+ kfree(args); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/opts.c b/fs/aufs/opts.c -new file mode 100644 -index 000000000000..40c506207806 ---- /dev/null -+++ b/fs/aufs/opts.c -@@ -0,0 +1,1879 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount options/flags -+ */ -+ -+#include -+#include /* a distribution requires */ -+#include -+#include "aufs.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+enum { -+ Opt_br, -+ Opt_add, Opt_del, Opt_mod, Opt_append, Opt_prepend, -+ Opt_idel, Opt_imod, -+ Opt_dirwh, Opt_rdcache, Opt_rdblk, Opt_rdhash, -+ Opt_rdblk_def, Opt_rdhash_def, -+ Opt_xino, Opt_noxino, -+ Opt_trunc_xino, Opt_trunc_xino_v, Opt_notrunc_xino, -+ Opt_trunc_xino_path, Opt_itrunc_xino, -+ Opt_trunc_xib, Opt_notrunc_xib, -+ Opt_shwh, Opt_noshwh, -+ Opt_plink, Opt_noplink, Opt_list_plink, -+ Opt_udba, -+ Opt_dio, Opt_nodio, -+ Opt_diropq_a, Opt_diropq_w, -+ Opt_warn_perm, Opt_nowarn_perm, -+ Opt_wbr_copyup, Opt_wbr_create, -+ Opt_fhsm_sec, -+ Opt_verbose, Opt_noverbose, -+ Opt_sum, Opt_nosum, Opt_wsum, -+ Opt_dirperm1, Opt_nodirperm1, -+ Opt_dirren, Opt_nodirren, -+ Opt_acl, Opt_noacl, -+ Opt_tail, Opt_ignore, Opt_ignore_silent, Opt_err -+}; -+ -+static match_table_t options = { -+ {Opt_br, "br=%s"}, -+ {Opt_br, "br:%s"}, -+ -+ {Opt_add, "add=%d:%s"}, -+ {Opt_add, "add:%d:%s"}, -+ {Opt_add, "ins=%d:%s"}, -+ {Opt_add, "ins:%d:%s"}, -+ {Opt_append, "append=%s"}, -+ {Opt_append, "append:%s"}, -+ {Opt_prepend, "prepend=%s"}, -+ {Opt_prepend, "prepend:%s"}, -+ -+ {Opt_del, "del=%s"}, -+ {Opt_del, "del:%s"}, -+ /* {Opt_idel, "idel:%d"}, */ -+ {Opt_mod, "mod=%s"}, -+ {Opt_mod, "mod:%s"}, -+ /* {Opt_imod, "imod:%d:%s"}, */ -+ -+ {Opt_dirwh, "dirwh=%d"}, -+ -+ {Opt_xino, "xino=%s"}, -+ {Opt_noxino, "noxino"}, -+ {Opt_trunc_xino, "trunc_xino"}, -+ {Opt_trunc_xino_v, "trunc_xino_v=%d:%d"}, -+ {Opt_notrunc_xino, "notrunc_xino"}, -+ {Opt_trunc_xino_path, "trunc_xino=%s"}, -+ {Opt_itrunc_xino, "itrunc_xino=%d"}, -+ /* {Opt_zxino, "zxino=%s"}, */ -+ {Opt_trunc_xib, "trunc_xib"}, -+ {Opt_notrunc_xib, "notrunc_xib"}, -+ -+#ifdef CONFIG_PROC_FS -+ {Opt_plink, "plink"}, -+#else -+ {Opt_ignore_silent, "plink"}, -+#endif -+ -+ {Opt_noplink, "noplink"}, -+ -+#ifdef CONFIG_AUFS_DEBUG -+ {Opt_list_plink, "list_plink"}, -+#endif -+ -+ {Opt_udba, "udba=%s"}, -+ -+ {Opt_dio, "dio"}, -+ {Opt_nodio, "nodio"}, -+ -+#ifdef CONFIG_AUFS_DIRREN -+ {Opt_dirren, "dirren"}, -+ {Opt_nodirren, "nodirren"}, -+#else -+ {Opt_ignore, "dirren"}, -+ {Opt_ignore_silent, "nodirren"}, -+#endif -+ -+#ifdef CONFIG_AUFS_FHSM -+ {Opt_fhsm_sec, "fhsm_sec=%d"}, -+#else -+ {Opt_ignore, "fhsm_sec=%d"}, -+#endif -+ -+ {Opt_diropq_a, "diropq=always"}, -+ {Opt_diropq_a, "diropq=a"}, -+ {Opt_diropq_w, "diropq=whiteouted"}, -+ {Opt_diropq_w, "diropq=w"}, -+ -+ {Opt_warn_perm, "warn_perm"}, -+ {Opt_nowarn_perm, "nowarn_perm"}, -+ -+ /* keep them temporary */ -+ {Opt_ignore_silent, "nodlgt"}, -+ {Opt_ignore, "clean_plink"}, -+ -+#ifdef CONFIG_AUFS_SHWH -+ {Opt_shwh, "shwh"}, -+#endif -+ {Opt_noshwh, "noshwh"}, -+ -+ {Opt_dirperm1, "dirperm1"}, -+ {Opt_nodirperm1, "nodirperm1"}, -+ -+ {Opt_verbose, "verbose"}, -+ {Opt_verbose, "v"}, -+ {Opt_noverbose, "noverbose"}, -+ {Opt_noverbose, "quiet"}, -+ {Opt_noverbose, "q"}, -+ {Opt_noverbose, "silent"}, -+ -+ {Opt_sum, "sum"}, -+ {Opt_nosum, "nosum"}, -+ {Opt_wsum, "wsum"}, -+ -+ {Opt_rdcache, "rdcache=%d"}, -+ {Opt_rdblk, "rdblk=%d"}, -+ {Opt_rdblk_def, "rdblk=def"}, -+ {Opt_rdhash, "rdhash=%d"}, -+ {Opt_rdhash_def, "rdhash=def"}, -+ -+ {Opt_wbr_create, "create=%s"}, -+ {Opt_wbr_create, "create_policy=%s"}, -+ {Opt_wbr_copyup, "cpup=%s"}, -+ {Opt_wbr_copyup, "copyup=%s"}, -+ {Opt_wbr_copyup, "copyup_policy=%s"}, -+ -+ /* generic VFS flag */ -+#ifdef CONFIG_FS_POSIX_ACL -+ {Opt_acl, "acl"}, -+ {Opt_noacl, "noacl"}, -+#else -+ {Opt_ignore, "acl"}, -+ {Opt_ignore_silent, "noacl"}, -+#endif -+ -+ /* internal use for the scripts */ -+ {Opt_ignore_silent, "si=%s"}, -+ -+ {Opt_br, "dirs=%s"}, -+ {Opt_ignore, "debug=%d"}, -+ {Opt_ignore, "delete=whiteout"}, -+ {Opt_ignore, "delete=all"}, -+ {Opt_ignore, "imap=%s"}, -+ -+ /* temporary workaround, due to old mount(8)? */ -+ {Opt_ignore_silent, "relatime"}, -+ -+ {Opt_err, NULL} -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const char *au_parser_pattern(int val, match_table_t tbl) -+{ -+ struct match_token *p; -+ -+ p = tbl; -+ while (p->pattern) { -+ if (p->token == val) -+ return p->pattern; -+ p++; -+ } -+ BUG(); -+ return "??"; -+} -+ -+static const char *au_optstr(int *val, match_table_t tbl) -+{ -+ struct match_token *p; -+ int v; -+ -+ v = *val; -+ if (!v) -+ goto out; -+ p = tbl; -+ while (p->pattern) { -+ if (p->token -+ && (v & p->token) == p->token) { -+ *val &= ~p->token; -+ return p->pattern; -+ } -+ p++; -+ } -+ -+out: -+ return NULL; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t brperm = { -+ {AuBrPerm_RO, AUFS_BRPERM_RO}, -+ {AuBrPerm_RR, AUFS_BRPERM_RR}, -+ {AuBrPerm_RW, AUFS_BRPERM_RW}, -+ {0, NULL} -+}; -+ -+static match_table_t brattr = { -+ /* general */ -+ {AuBrAttr_COO_REG, AUFS_BRATTR_COO_REG}, -+ {AuBrAttr_COO_ALL, AUFS_BRATTR_COO_ALL}, -+ /* 'unpin' attrib is meaningless since linux-3.18-rc1 */ -+ {AuBrAttr_UNPIN, AUFS_BRATTR_UNPIN}, -+#ifdef CONFIG_AUFS_FHSM -+ {AuBrAttr_FHSM, AUFS_BRATTR_FHSM}, -+#endif -+#ifdef CONFIG_AUFS_XATTR -+ {AuBrAttr_ICEX, AUFS_BRATTR_ICEX}, -+ {AuBrAttr_ICEX_SEC, AUFS_BRATTR_ICEX_SEC}, -+ {AuBrAttr_ICEX_SYS, AUFS_BRATTR_ICEX_SYS}, -+ {AuBrAttr_ICEX_TR, AUFS_BRATTR_ICEX_TR}, -+ {AuBrAttr_ICEX_USR, AUFS_BRATTR_ICEX_USR}, -+ {AuBrAttr_ICEX_OTH, AUFS_BRATTR_ICEX_OTH}, -+#endif -+ -+ /* ro/rr branch */ -+ {AuBrRAttr_WH, AUFS_BRRATTR_WH}, -+ -+ /* rw branch */ -+ {AuBrWAttr_MOO, AUFS_BRWATTR_MOO}, -+ {AuBrWAttr_NoLinkWH, AUFS_BRWATTR_NLWH}, -+ -+ {0, NULL} -+}; -+ -+static int br_attr_val(char *str, match_table_t table, substring_t args[]) -+{ -+ int attr, v; -+ char *p; -+ -+ attr = 0; -+ do { -+ p = strchr(str, '+'); -+ if (p) -+ *p = 0; -+ v = match_token(str, table, args); -+ if (v) { -+ if (v & AuBrAttr_CMOO_Mask) -+ attr &= ~AuBrAttr_CMOO_Mask; -+ attr |= v; -+ } else { -+ if (p) -+ *p = '+'; -+ pr_warn("ignored branch attribute %s\n", str); -+ break; -+ } -+ if (p) -+ str = p + 1; -+ } while (p); -+ -+ return attr; -+} -+ -+static int au_do_optstr_br_attr(au_br_perm_str_t *str, int perm) -+{ -+ int sz; -+ const char *p; -+ char *q; -+ -+ q = str->a; -+ *q = 0; -+ p = au_optstr(&perm, brattr); -+ if (p) { -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ } else -+ goto out; -+ -+ do { -+ p = au_optstr(&perm, brattr); -+ if (p) { -+ *q++ = '+'; -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ } -+ } while (p); -+ -+out: -+ return q - str->a; -+} -+ -+static int noinline_for_stack br_perm_val(char *perm) -+{ -+ int val, bad, sz; -+ char *p; -+ substring_t args[MAX_OPT_ARGS]; -+ au_br_perm_str_t attr; -+ -+ p = strchr(perm, '+'); -+ if (p) -+ *p = 0; -+ val = match_token(perm, brperm, args); -+ if (!val) { -+ if (p) -+ *p = '+'; -+ pr_warn("ignored branch permission %s\n", perm); -+ val = AuBrPerm_RO; -+ goto out; -+ } -+ if (!p) -+ goto out; -+ -+ val |= br_attr_val(p + 1, brattr, args); -+ -+ bad = 0; -+ switch (val & AuBrPerm_Mask) { -+ case AuBrPerm_RO: -+ case AuBrPerm_RR: -+ bad = val & AuBrWAttr_Mask; -+ val &= ~AuBrWAttr_Mask; -+ break; -+ case AuBrPerm_RW: -+ bad = val & AuBrRAttr_Mask; -+ val &= ~AuBrRAttr_Mask; -+ break; -+ } -+ -+ /* -+ * 'unpin' attrib becomes meaningless since linux-3.18-rc1, but aufs -+ * does not treat it as an error, just warning. -+ * this is a tiny guard for the user operation. -+ */ -+ if (val & AuBrAttr_UNPIN) { -+ bad |= AuBrAttr_UNPIN; -+ val &= ~AuBrAttr_UNPIN; -+ } -+ -+ if (unlikely(bad)) { -+ sz = au_do_optstr_br_attr(&attr, bad); -+ AuDebugOn(!sz); -+ pr_warn("ignored branch attribute %s\n", attr.a); -+ } -+ -+out: -+ return val; -+} -+ -+void au_optstr_br_perm(au_br_perm_str_t *str, int perm) -+{ -+ au_br_perm_str_t attr; -+ const char *p; -+ char *q; -+ int sz; -+ -+ q = str->a; -+ p = au_optstr(&perm, brperm); -+ AuDebugOn(!p || !*p); -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ -+ sz = au_do_optstr_br_attr(&attr, perm); -+ if (sz) { -+ *q++ = '+'; -+ memcpy(q, attr.a, sz + 1); -+ } -+ -+ AuDebugOn(strlen(str->a) >= sizeof(str->a)); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t udbalevel = { -+ {AuOpt_UDBA_REVAL, "reval"}, -+ {AuOpt_UDBA_NONE, "none"}, -+#ifdef CONFIG_AUFS_HNOTIFY -+ {AuOpt_UDBA_HNOTIFY, "notify"}, /* abstraction */ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ {AuOpt_UDBA_HNOTIFY, "fsnotify"}, -+#endif -+#endif -+ {-1, NULL} -+}; -+ -+static int noinline_for_stack udba_val(char *str) -+{ -+ substring_t args[MAX_OPT_ARGS]; -+ -+ return match_token(str, udbalevel, args); -+} -+ -+const char *au_optstr_udba(int udba) -+{ -+ return au_parser_pattern(udba, udbalevel); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t au_wbr_create_policy = { -+ {AuWbrCreate_TDP, "tdp"}, -+ {AuWbrCreate_TDP, "top-down-parent"}, -+ {AuWbrCreate_RR, "rr"}, -+ {AuWbrCreate_RR, "round-robin"}, -+ {AuWbrCreate_MFS, "mfs"}, -+ {AuWbrCreate_MFS, "most-free-space"}, -+ {AuWbrCreate_MFSV, "mfs:%d"}, -+ {AuWbrCreate_MFSV, "most-free-space:%d"}, -+ -+ /* top-down regardless the parent, and then mfs */ -+ {AuWbrCreate_TDMFS, "tdmfs:%d"}, -+ {AuWbrCreate_TDMFSV, "tdmfs:%d:%d"}, -+ -+ {AuWbrCreate_MFSRR, "mfsrr:%d"}, -+ {AuWbrCreate_MFSRRV, "mfsrr:%d:%d"}, -+ {AuWbrCreate_PMFS, "pmfs"}, -+ {AuWbrCreate_PMFSV, "pmfs:%d"}, -+ {AuWbrCreate_PMFSRR, "pmfsrr:%d"}, -+ {AuWbrCreate_PMFSRRV, "pmfsrr:%d:%d"}, -+ -+ {-1, NULL} -+}; -+ -+static int au_wbr_mfs_wmark(substring_t *arg, char *str, -+ struct au_opt_wbr_create *create) -+{ -+ int err; -+ unsigned long long ull; -+ -+ err = 0; -+ if (!match_u64(arg, &ull)) -+ create->mfsrr_watermark = ull; -+ else { -+ pr_err("bad integer in %s\n", str); -+ err = -EINVAL; -+ } -+ -+ return err; -+} -+ -+static int au_wbr_mfs_sec(substring_t *arg, char *str, -+ struct au_opt_wbr_create *create) -+{ -+ int n, err; -+ -+ err = 0; -+ if (!match_int(arg, &n) && 0 <= n && n <= AUFS_MFS_MAX_SEC) -+ create->mfs_second = n; -+ else { -+ pr_err("bad integer in %s\n", str); -+ err = -EINVAL; -+ } -+ -+ return err; -+} -+ -+static int noinline_for_stack -+au_wbr_create_val(char *str, struct au_opt_wbr_create *create) -+{ -+ int err, e; -+ substring_t args[MAX_OPT_ARGS]; -+ -+ err = match_token(str, au_wbr_create_policy, args); -+ create->wbr_create = err; -+ switch (err) { -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ e = au_wbr_mfs_wmark(&args[0], str, create); -+ if (!e) -+ e = au_wbr_mfs_sec(&args[1], str, create); -+ if (unlikely(e)) -+ err = e; -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_PMFSRR: -+ e = au_wbr_mfs_wmark(&args[0], str, create); -+ if (unlikely(e)) { -+ err = e; -+ break; -+ } -+ /*FALLTHROUGH*/ -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_PMFS: -+ create->mfs_second = AUFS_MFS_DEF_SEC; -+ break; -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ e = au_wbr_mfs_sec(&args[0], str, create); -+ if (unlikely(e)) -+ err = e; -+ break; -+ } -+ -+ return err; -+} -+ -+const char *au_optstr_wbr_create(int wbr_create) -+{ -+ return au_parser_pattern(wbr_create, au_wbr_create_policy); -+} -+ -+static match_table_t au_wbr_copyup_policy = { -+ {AuWbrCopyup_TDP, "tdp"}, -+ {AuWbrCopyup_TDP, "top-down-parent"}, -+ {AuWbrCopyup_BUP, "bup"}, -+ {AuWbrCopyup_BUP, "bottom-up-parent"}, -+ {AuWbrCopyup_BU, "bu"}, -+ {AuWbrCopyup_BU, "bottom-up"}, -+ {-1, NULL} -+}; -+ -+static int noinline_for_stack au_wbr_copyup_val(char *str) -+{ -+ substring_t args[MAX_OPT_ARGS]; -+ -+ return match_token(str, au_wbr_copyup_policy, args); -+} -+ -+const char *au_optstr_wbr_copyup(int wbr_copyup) -+{ -+ return au_parser_pattern(wbr_copyup, au_wbr_copyup_policy); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const int lkup_dirflags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; -+ -+static void dump_opts(struct au_opts *opts) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+ /* reduce stack space */ -+ union { -+ struct au_opt_add *add; -+ struct au_opt_del *del; -+ struct au_opt_mod *mod; -+ struct au_opt_xino *xino; -+ struct au_opt_xino_itrunc *xino_itrunc; -+ struct au_opt_wbr_create *create; -+ } u; -+ struct au_opt *opt; -+ -+ opt = opts->opt; -+ while (opt->type != Opt_tail) { -+ switch (opt->type) { -+ case Opt_add: -+ u.add = &opt->add; -+ AuDbg("add {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_del: -+ case Opt_idel: -+ u.del = &opt->del; -+ AuDbg("del {%s, %p}\n", -+ u.del->pathname, u.del->h_path.dentry); -+ break; -+ case Opt_mod: -+ case Opt_imod: -+ u.mod = &opt->mod; -+ AuDbg("mod {%s, 0x%x, %p}\n", -+ u.mod->path, u.mod->perm, u.mod->h_root); -+ break; -+ case Opt_append: -+ u.add = &opt->add; -+ AuDbg("append {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_prepend: -+ u.add = &opt->add; -+ AuDbg("prepend {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_dirwh: -+ AuDbg("dirwh %d\n", opt->dirwh); -+ break; -+ case Opt_rdcache: -+ AuDbg("rdcache %d\n", opt->rdcache); -+ break; -+ case Opt_rdblk: -+ AuDbg("rdblk %u\n", opt->rdblk); -+ break; -+ case Opt_rdblk_def: -+ AuDbg("rdblk_def\n"); -+ break; -+ case Opt_rdhash: -+ AuDbg("rdhash %u\n", opt->rdhash); -+ break; -+ case Opt_rdhash_def: -+ AuDbg("rdhash_def\n"); -+ break; -+ case Opt_xino: -+ u.xino = &opt->xino; -+ AuDbg("xino {%s %pD}\n", u.xino->path, u.xino->file); -+ break; -+ case Opt_trunc_xino: -+ AuLabel(trunc_xino); -+ break; -+ case Opt_notrunc_xino: -+ AuLabel(notrunc_xino); -+ break; -+ case Opt_trunc_xino_path: -+ case Opt_itrunc_xino: -+ u.xino_itrunc = &opt->xino_itrunc; -+ AuDbg("trunc_xino %d\n", u.xino_itrunc->bindex); -+ break; -+ case Opt_noxino: -+ AuLabel(noxino); -+ break; -+ case Opt_trunc_xib: -+ AuLabel(trunc_xib); -+ break; -+ case Opt_notrunc_xib: -+ AuLabel(notrunc_xib); -+ break; -+ case Opt_shwh: -+ AuLabel(shwh); -+ break; -+ case Opt_noshwh: -+ AuLabel(noshwh); -+ break; -+ case Opt_dirperm1: -+ AuLabel(dirperm1); -+ break; -+ case Opt_nodirperm1: -+ AuLabel(nodirperm1); -+ break; -+ case Opt_plink: -+ AuLabel(plink); -+ break; -+ case Opt_noplink: -+ AuLabel(noplink); -+ break; -+ case Opt_list_plink: -+ AuLabel(list_plink); -+ break; -+ case Opt_udba: -+ AuDbg("udba %d, %s\n", -+ opt->udba, au_optstr_udba(opt->udba)); -+ break; -+ case Opt_dio: -+ AuLabel(dio); -+ break; -+ case Opt_nodio: -+ AuLabel(nodio); -+ break; -+ case Opt_diropq_a: -+ AuLabel(diropq_a); -+ break; -+ case Opt_diropq_w: -+ AuLabel(diropq_w); -+ break; -+ case Opt_warn_perm: -+ AuLabel(warn_perm); -+ break; -+ case Opt_nowarn_perm: -+ AuLabel(nowarn_perm); -+ break; -+ case Opt_verbose: -+ AuLabel(verbose); -+ break; -+ case Opt_noverbose: -+ AuLabel(noverbose); -+ break; -+ case Opt_sum: -+ AuLabel(sum); -+ break; -+ case Opt_nosum: -+ AuLabel(nosum); -+ break; -+ case Opt_wsum: -+ AuLabel(wsum); -+ break; -+ case Opt_wbr_create: -+ u.create = &opt->wbr_create; -+ AuDbg("create %d, %s\n", u.create->wbr_create, -+ au_optstr_wbr_create(u.create->wbr_create)); -+ switch (u.create->wbr_create) { -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ AuDbg("%d sec\n", u.create->mfs_second); -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ AuDbg("%llu watermark\n", -+ u.create->mfsrr_watermark); -+ break; -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ AuDbg("%llu watermark, %d sec\n", -+ u.create->mfsrr_watermark, -+ u.create->mfs_second); -+ break; -+ } -+ break; -+ case Opt_wbr_copyup: -+ AuDbg("copyup %d, %s\n", opt->wbr_copyup, -+ au_optstr_wbr_copyup(opt->wbr_copyup)); -+ break; -+ case Opt_fhsm_sec: -+ AuDbg("fhsm_sec %u\n", opt->fhsm_second); -+ break; -+ case Opt_dirren: -+ AuLabel(dirren); -+ break; -+ case Opt_nodirren: -+ AuLabel(nodirren); -+ break; -+ case Opt_acl: -+ AuLabel(acl); -+ break; -+ case Opt_noacl: -+ AuLabel(noacl); -+ break; -+ default: -+ BUG(); -+ } -+ opt++; -+ } -+#endif -+} -+ -+void au_opts_free(struct au_opts *opts) -+{ -+ struct au_opt *opt; -+ -+ opt = opts->opt; -+ while (opt->type != Opt_tail) { -+ switch (opt->type) { -+ case Opt_add: -+ case Opt_append: -+ case Opt_prepend: -+ path_put(&opt->add.path); -+ break; -+ case Opt_del: -+ case Opt_idel: -+ path_put(&opt->del.h_path); -+ break; -+ case Opt_mod: -+ case Opt_imod: -+ dput(opt->mod.h_root); -+ break; -+ case Opt_xino: -+ fput(opt->xino.file); -+ break; -+ } -+ opt++; -+ } -+} -+ -+static int opt_add(struct au_opt *opt, char *opt_str, unsigned long sb_flags, -+ aufs_bindex_t bindex) -+{ -+ int err; -+ struct au_opt_add *add = &opt->add; -+ char *p; -+ -+ add->bindex = bindex; -+ add->perm = AuBrPerm_RO; -+ add->pathname = opt_str; -+ p = strchr(opt_str, '='); -+ if (p) { -+ *p++ = 0; -+ if (*p) -+ add->perm = br_perm_val(p); -+ } -+ -+ err = vfsub_kern_path(add->pathname, lkup_dirflags, &add->path); -+ if (!err) { -+ if (!p) { -+ add->perm = AuBrPerm_RO; -+ if (au_test_fs_rr(add->path.dentry->d_sb)) -+ add->perm = AuBrPerm_RR; -+ else if (!bindex && !(sb_flags & MS_RDONLY)) -+ add->perm = AuBrPerm_RW; -+ } -+ opt->type = Opt_add; -+ goto out; -+ } -+ pr_err("lookup failed %s (%d)\n", add->pathname, err); -+ err = -EINVAL; -+ -+out: -+ return err; -+} -+ -+static int au_opts_parse_del(struct au_opt_del *del, substring_t args[]) -+{ -+ int err; -+ -+ del->pathname = args[0].from; -+ AuDbg("del path %s\n", del->pathname); -+ -+ err = vfsub_kern_path(del->pathname, lkup_dirflags, &del->h_path); -+ if (unlikely(err)) -+ pr_err("lookup failed %s (%d)\n", del->pathname, err); -+ -+ return err; -+} -+ -+#if 0 /* reserved for future use */ -+static int au_opts_parse_idel(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_opt_del *del, substring_t args[]) -+{ -+ int err; -+ struct dentry *root; -+ -+ err = -EINVAL; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (bindex < 0 || au_sbbot(sb) < bindex) { -+ pr_err("out of bounds, %d\n", bindex); -+ goto out; -+ } -+ -+ err = 0; -+ del->h_path.dentry = dget(au_h_dptr(root, bindex)); -+ del->h_path.mnt = mntget(au_sbr_mnt(sb, bindex)); -+ -+out: -+ aufs_read_unlock(root, !AuLock_IR); -+ return err; -+} -+#endif -+ -+static int noinline_for_stack -+au_opts_parse_mod(struct au_opt_mod *mod, substring_t args[]) -+{ -+ int err; -+ struct path path; -+ char *p; -+ -+ err = -EINVAL; -+ mod->path = args[0].from; -+ p = strchr(mod->path, '='); -+ if (unlikely(!p)) { -+ pr_err("no permssion %s\n", args[0].from); -+ goto out; -+ } -+ -+ *p++ = 0; -+ err = vfsub_kern_path(mod->path, lkup_dirflags, &path); -+ if (unlikely(err)) { -+ pr_err("lookup failed %s (%d)\n", mod->path, err); -+ goto out; -+ } -+ -+ mod->perm = br_perm_val(p); -+ AuDbg("mod path %s, perm 0x%x, %s\n", mod->path, mod->perm, p); -+ mod->h_root = dget(path.dentry); -+ path_put(&path); -+ -+out: -+ return err; -+} -+ -+#if 0 /* reserved for future use */ -+static int au_opts_parse_imod(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_opt_mod *mod, substring_t args[]) -+{ -+ int err; -+ struct dentry *root; -+ -+ err = -EINVAL; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (bindex < 0 || au_sbbot(sb) < bindex) { -+ pr_err("out of bounds, %d\n", bindex); -+ goto out; -+ } -+ -+ err = 0; -+ mod->perm = br_perm_val(args[1].from); -+ AuDbg("mod path %s, perm 0x%x, %s\n", -+ mod->path, mod->perm, args[1].from); -+ mod->h_root = dget(au_h_dptr(root, bindex)); -+ -+out: -+ aufs_read_unlock(root, !AuLock_IR); -+ return err; -+} -+#endif -+ -+static int au_opts_parse_xino(struct super_block *sb, struct au_opt_xino *xino, -+ substring_t args[]) -+{ -+ int err; -+ struct file *file; -+ -+ file = au_xino_create(sb, args[0].from, /*silent*/0); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(file->f_path.dentry->d_sb == sb)) { -+ fput(file); -+ pr_err("%s must be outside\n", args[0].from); -+ goto out; -+ } -+ -+ err = 0; -+ xino->file = file; -+ xino->path = args[0].from; -+ -+out: -+ return err; -+} -+ -+static int noinline_for_stack -+au_opts_parse_xino_itrunc_path(struct super_block *sb, -+ struct au_opt_xino_itrunc *xino_itrunc, -+ substring_t args[]) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct path path; -+ struct dentry *root; -+ -+ err = vfsub_kern_path(args[0].from, lkup_dirflags, &path); -+ if (unlikely(err)) { -+ pr_err("lookup failed %s (%d)\n", args[0].from, err); -+ goto out; -+ } -+ -+ xino_itrunc->bindex = -1; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ if (au_h_dptr(root, bindex) == path.dentry) { -+ xino_itrunc->bindex = bindex; -+ break; -+ } -+ } -+ aufs_read_unlock(root, !AuLock_IR); -+ path_put(&path); -+ -+ if (unlikely(xino_itrunc->bindex < 0)) { -+ pr_err("no such branch %s\n", args[0].from); -+ err = -EINVAL; -+ } -+ -+out: -+ return err; -+} -+ -+/* called without aufs lock */ -+int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts) -+{ -+ int err, n, token; -+ aufs_bindex_t bindex; -+ unsigned char skipped; -+ struct dentry *root; -+ struct au_opt *opt, *opt_tail; -+ char *opt_str; -+ /* reduce the stack space */ -+ union { -+ struct au_opt_xino_itrunc *xino_itrunc; -+ struct au_opt_wbr_create *create; -+ } u; -+ struct { -+ substring_t args[MAX_OPT_ARGS]; -+ } *a; -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ root = sb->s_root; -+ err = 0; -+ bindex = 0; -+ opt = opts->opt; -+ opt_tail = opt + opts->max_opt - 1; -+ opt->type = Opt_tail; -+ while (!err && (opt_str = strsep(&str, ",")) && *opt_str) { -+ err = -EINVAL; -+ skipped = 0; -+ token = match_token(opt_str, options, a->args); -+ switch (token) { -+ case Opt_br: -+ err = 0; -+ while (!err && (opt_str = strsep(&a->args[0].from, ":")) -+ && *opt_str) { -+ err = opt_add(opt, opt_str, opts->sb_flags, -+ bindex++); -+ if (unlikely(!err && ++opt > opt_tail)) { -+ err = -E2BIG; -+ break; -+ } -+ opt->type = Opt_tail; -+ skipped = 1; -+ } -+ break; -+ case Opt_add: -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ bindex = n; -+ err = opt_add(opt, a->args[1].from, opts->sb_flags, -+ bindex); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_append: -+ err = opt_add(opt, a->args[0].from, opts->sb_flags, -+ /*dummy bindex*/1); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_prepend: -+ err = opt_add(opt, a->args[0].from, opts->sb_flags, -+ /*bindex*/0); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_del: -+ err = au_opts_parse_del(&opt->del, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#if 0 /* reserved for future use */ -+ case Opt_idel: -+ del->pathname = "(indexed)"; -+ if (unlikely(match_int(&args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ err = au_opts_parse_idel(sb, n, &opt->del, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#endif -+ case Opt_mod: -+ err = au_opts_parse_mod(&opt->mod, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#ifdef IMOD /* reserved for future use */ -+ case Opt_imod: -+ u.mod->path = "(indexed)"; -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ err = au_opts_parse_imod(sb, n, &opt->mod, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#endif -+ case Opt_xino: -+ err = au_opts_parse_xino(sb, &opt->xino, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+ -+ case Opt_trunc_xino_path: -+ err = au_opts_parse_xino_itrunc_path -+ (sb, &opt->xino_itrunc, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+ -+ case Opt_itrunc_xino: -+ u.xino_itrunc = &opt->xino_itrunc; -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ u.xino_itrunc->bindex = n; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (n < 0 || au_sbbot(sb) < n) { -+ pr_err("out of bounds, %d\n", n); -+ aufs_read_unlock(root, !AuLock_IR); -+ break; -+ } -+ aufs_read_unlock(root, !AuLock_IR); -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_dirwh: -+ if (unlikely(match_int(&a->args[0], &opt->dirwh))) -+ break; -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_rdcache: -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (unlikely(n > AUFS_RDCACHE_MAX)) { -+ pr_err("rdcache must be smaller than %d\n", -+ AUFS_RDCACHE_MAX); -+ break; -+ } -+ opt->rdcache = n; -+ err = 0; -+ opt->type = token; -+ break; -+ case Opt_rdblk: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0 -+ || n > KMALLOC_MAX_SIZE)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (unlikely(n && n < NAME_MAX)) { -+ pr_err("rdblk must be larger than %d\n", -+ NAME_MAX); -+ break; -+ } -+ opt->rdblk = n; -+ err = 0; -+ opt->type = token; -+ break; -+ case Opt_rdhash: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0 -+ || n * sizeof(struct hlist_head) -+ > KMALLOC_MAX_SIZE)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ opt->rdhash = n; -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_trunc_xino: -+ case Opt_notrunc_xino: -+ case Opt_noxino: -+ case Opt_trunc_xib: -+ case Opt_notrunc_xib: -+ case Opt_shwh: -+ case Opt_noshwh: -+ case Opt_dirperm1: -+ case Opt_nodirperm1: -+ case Opt_plink: -+ case Opt_noplink: -+ case Opt_list_plink: -+ case Opt_dio: -+ case Opt_nodio: -+ case Opt_diropq_a: -+ case Opt_diropq_w: -+ case Opt_warn_perm: -+ case Opt_nowarn_perm: -+ case Opt_verbose: -+ case Opt_noverbose: -+ case Opt_sum: -+ case Opt_nosum: -+ case Opt_wsum: -+ case Opt_rdblk_def: -+ case Opt_rdhash_def: -+ case Opt_dirren: -+ case Opt_nodirren: -+ case Opt_acl: -+ case Opt_noacl: -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_udba: -+ opt->udba = udba_val(a->args[0].from); -+ if (opt->udba >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ -+ case Opt_wbr_create: -+ u.create = &opt->wbr_create; -+ u.create->wbr_create -+ = au_wbr_create_val(a->args[0].from, u.create); -+ if (u.create->wbr_create >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ case Opt_wbr_copyup: -+ opt->wbr_copyup = au_wbr_copyup_val(a->args[0].from); -+ if (opt->wbr_copyup >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ -+ case Opt_fhsm_sec: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (sysaufs_brs) { -+ opt->fhsm_second = n; -+ opt->type = token; -+ } else -+ pr_warn("ignored %s\n", opt_str); -+ err = 0; -+ break; -+ -+ case Opt_ignore: -+ pr_warn("ignored %s\n", opt_str); -+ /*FALLTHROUGH*/ -+ case Opt_ignore_silent: -+ skipped = 1; -+ err = 0; -+ break; -+ case Opt_err: -+ pr_err("unknown option %s\n", opt_str); -+ break; -+ } -+ -+ if (!err && !skipped) { -+ if (unlikely(++opt > opt_tail)) { -+ err = -E2BIG; -+ opt--; -+ opt->type = Opt_tail; -+ break; -+ } -+ opt->type = Opt_tail; -+ } -+ } -+ -+ kfree(a); -+ dump_opts(opts); -+ if (unlikely(err)) -+ au_opts_free(opts); -+ -+out: -+ return err; -+} -+ -+static int au_opt_wbr_create(struct super_block *sb, -+ struct au_opt_wbr_create *create) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 1; /* handled */ -+ sbinfo = au_sbi(sb); -+ if (sbinfo->si_wbr_create_ops->fin) { -+ err = sbinfo->si_wbr_create_ops->fin(sb); -+ if (!err) -+ err = 1; -+ } -+ -+ sbinfo->si_wbr_create = create->wbr_create; -+ sbinfo->si_wbr_create_ops = au_wbr_create_ops + create->wbr_create; -+ switch (create->wbr_create) { -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRR: -+ case AuWbrCreate_PMFSRRV: -+ sbinfo->si_wbr_mfs.mfsrr_watermark = create->mfsrr_watermark; -+ /*FALLTHROUGH*/ -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFS: -+ case AuWbrCreate_PMFSV: -+ sbinfo->si_wbr_mfs.mfs_expire -+ = msecs_to_jiffies(create->mfs_second * MSEC_PER_SEC); -+ break; -+ } -+ -+ if (sbinfo->si_wbr_create_ops->init) -+ sbinfo->si_wbr_create_ops->init(sb); /* ignore */ -+ -+ return err; -+} -+ -+/* -+ * returns, -+ * plus: processed without an error -+ * zero: unprocessed -+ */ -+static int au_opt_simple(struct super_block *sb, struct au_opt *opt, -+ struct au_opts *opts) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 1; /* handled */ -+ sbinfo = au_sbi(sb); -+ switch (opt->type) { -+ case Opt_udba: -+ sbinfo->si_mntflags &= ~AuOptMask_UDBA; -+ sbinfo->si_mntflags |= opt->udba; -+ opts->given_udba |= opt->udba; -+ break; -+ -+ case Opt_plink: -+ au_opt_set(sbinfo->si_mntflags, PLINK); -+ break; -+ case Opt_noplink: -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_put(sb, /*verbose*/1); -+ au_opt_clr(sbinfo->si_mntflags, PLINK); -+ break; -+ case Opt_list_plink: -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_list(sb); -+ break; -+ -+ case Opt_dio: -+ au_opt_set(sbinfo->si_mntflags, DIO); -+ au_fset_opts(opts->flags, REFRESH_DYAOP); -+ break; -+ case Opt_nodio: -+ au_opt_clr(sbinfo->si_mntflags, DIO); -+ au_fset_opts(opts->flags, REFRESH_DYAOP); -+ break; -+ -+ case Opt_fhsm_sec: -+ au_fhsm_set(sbinfo, opt->fhsm_second); -+ break; -+ -+ case Opt_diropq_a: -+ au_opt_set(sbinfo->si_mntflags, ALWAYS_DIROPQ); -+ break; -+ case Opt_diropq_w: -+ au_opt_clr(sbinfo->si_mntflags, ALWAYS_DIROPQ); -+ break; -+ -+ case Opt_warn_perm: -+ au_opt_set(sbinfo->si_mntflags, WARN_PERM); -+ break; -+ case Opt_nowarn_perm: -+ au_opt_clr(sbinfo->si_mntflags, WARN_PERM); -+ break; -+ -+ case Opt_verbose: -+ au_opt_set(sbinfo->si_mntflags, VERBOSE); -+ break; -+ case Opt_noverbose: -+ au_opt_clr(sbinfo->si_mntflags, VERBOSE); -+ break; -+ -+ case Opt_sum: -+ au_opt_set(sbinfo->si_mntflags, SUM); -+ break; -+ case Opt_wsum: -+ au_opt_clr(sbinfo->si_mntflags, SUM); -+ au_opt_set(sbinfo->si_mntflags, SUM_W); -+ case Opt_nosum: -+ au_opt_clr(sbinfo->si_mntflags, SUM); -+ au_opt_clr(sbinfo->si_mntflags, SUM_W); -+ break; -+ -+ case Opt_wbr_create: -+ err = au_opt_wbr_create(sb, &opt->wbr_create); -+ break; -+ case Opt_wbr_copyup: -+ sbinfo->si_wbr_copyup = opt->wbr_copyup; -+ sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + opt->wbr_copyup; -+ break; -+ -+ case Opt_dirwh: -+ sbinfo->si_dirwh = opt->dirwh; -+ break; -+ -+ case Opt_rdcache: -+ sbinfo->si_rdcache -+ = msecs_to_jiffies(opt->rdcache * MSEC_PER_SEC); -+ break; -+ case Opt_rdblk: -+ sbinfo->si_rdblk = opt->rdblk; -+ break; -+ case Opt_rdblk_def: -+ sbinfo->si_rdblk = AUFS_RDBLK_DEF; -+ break; -+ case Opt_rdhash: -+ sbinfo->si_rdhash = opt->rdhash; -+ break; -+ case Opt_rdhash_def: -+ sbinfo->si_rdhash = AUFS_RDHASH_DEF; -+ break; -+ -+ case Opt_shwh: -+ au_opt_set(sbinfo->si_mntflags, SHWH); -+ break; -+ case Opt_noshwh: -+ au_opt_clr(sbinfo->si_mntflags, SHWH); -+ break; -+ -+ case Opt_dirperm1: -+ au_opt_set(sbinfo->si_mntflags, DIRPERM1); -+ break; -+ case Opt_nodirperm1: -+ au_opt_clr(sbinfo->si_mntflags, DIRPERM1); -+ break; -+ -+ case Opt_trunc_xino: -+ au_opt_set(sbinfo->si_mntflags, TRUNC_XINO); -+ break; -+ case Opt_notrunc_xino: -+ au_opt_clr(sbinfo->si_mntflags, TRUNC_XINO); -+ break; -+ -+ case Opt_trunc_xino_path: -+ case Opt_itrunc_xino: -+ err = au_xino_trunc(sb, opt->xino_itrunc.bindex); -+ if (!err) -+ err = 1; -+ break; -+ -+ case Opt_trunc_xib: -+ au_fset_opts(opts->flags, TRUNC_XIB); -+ break; -+ case Opt_notrunc_xib: -+ au_fclr_opts(opts->flags, TRUNC_XIB); -+ break; -+ -+ case Opt_dirren: -+ err = 1; -+ if (!au_opt_test(sbinfo->si_mntflags, DIRREN)) { -+ err = au_dr_opt_set(sb); -+ if (!err) -+ err = 1; -+ } -+ if (err == 1) -+ au_opt_set(sbinfo->si_mntflags, DIRREN); -+ break; -+ case Opt_nodirren: -+ err = 1; -+ if (au_opt_test(sbinfo->si_mntflags, DIRREN)) { -+ err = au_dr_opt_clr(sb, au_ftest_opts(opts->flags, -+ DR_FLUSHED)); -+ if (!err) -+ err = 1; -+ } -+ if (err == 1) -+ au_opt_clr(sbinfo->si_mntflags, DIRREN); -+ break; -+ -+ case Opt_acl: -+ sb->s_flags |= MS_POSIXACL; -+ break; -+ case Opt_noacl: -+ sb->s_flags &= ~MS_POSIXACL; -+ break; -+ -+ default: -+ err = 0; -+ break; -+ } -+ -+ return err; -+} -+ -+/* -+ * returns tri-state. -+ * plus: processed without an error -+ * zero: unprocessed -+ * minus: error -+ */ -+static int au_opt_br(struct super_block *sb, struct au_opt *opt, -+ struct au_opts *opts) -+{ -+ int err, do_refresh; -+ -+ err = 0; -+ switch (opt->type) { -+ case Opt_append: -+ opt->add.bindex = au_sbbot(sb) + 1; -+ if (opt->add.bindex < 0) -+ opt->add.bindex = 0; -+ goto add; -+ case Opt_prepend: -+ opt->add.bindex = 0; -+ add: /* indented label */ -+ case Opt_add: -+ err = au_br_add(sb, &opt->add, -+ au_ftest_opts(opts->flags, REMOUNT)); -+ if (!err) { -+ err = 1; -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ -+ case Opt_del: -+ case Opt_idel: -+ err = au_br_del(sb, &opt->del, -+ au_ftest_opts(opts->flags, REMOUNT)); -+ if (!err) { -+ err = 1; -+ au_fset_opts(opts->flags, TRUNC_XIB); -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ -+ case Opt_mod: -+ case Opt_imod: -+ err = au_br_mod(sb, &opt->mod, -+ au_ftest_opts(opts->flags, REMOUNT), -+ &do_refresh); -+ if (!err) { -+ err = 1; -+ if (do_refresh) -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ } -+ return err; -+} -+ -+static int au_opt_xino(struct super_block *sb, struct au_opt *opt, -+ struct au_opt_xino **opt_xino, -+ struct au_opts *opts) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *root, *parent, *h_root; -+ -+ err = 0; -+ switch (opt->type) { -+ case Opt_xino: -+ err = au_xino_set(sb, &opt->xino, -+ !!au_ftest_opts(opts->flags, REMOUNT)); -+ if (unlikely(err)) -+ break; -+ -+ *opt_xino = &opt->xino; -+ au_xino_brid_set(sb, -1); -+ -+ /* safe d_parent access */ -+ parent = opt->xino.file->f_path.dentry->d_parent; -+ root = sb->s_root; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ h_root = au_h_dptr(root, bindex); -+ if (h_root == parent) { -+ au_xino_brid_set(sb, au_sbr_id(sb, bindex)); -+ break; -+ } -+ } -+ break; -+ -+ case Opt_noxino: -+ au_xino_clr(sb); -+ au_xino_brid_set(sb, -1); -+ *opt_xino = (void *)-1; -+ break; -+ } -+ -+ return err; -+} -+ -+int au_opts_verify(struct super_block *sb, unsigned long sb_flags, -+ unsigned int pending) -+{ -+ int err, fhsm; -+ aufs_bindex_t bindex, bbot; -+ unsigned char do_plink, skip, do_free, can_no_dreval; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *root, *dentry; -+ struct inode *dir, *h_dir; -+ struct au_sbinfo *sbinfo; -+ struct au_hinode *hdir; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!(sbinfo->si_mntflags & AuOptMask_UDBA)); -+ -+ if (!(sb_flags & MS_RDONLY)) { -+ if (unlikely(!au_br_writable(au_sbr_perm(sb, 0)))) -+ pr_warn("first branch should be rw\n"); -+ if (unlikely(au_opt_test(sbinfo->si_mntflags, SHWH))) -+ pr_warn_once("shwh should be used with ro\n"); -+ } -+ -+ if (au_opt_test((sbinfo->si_mntflags | pending), UDBA_HNOTIFY) -+ && !au_opt_test(sbinfo->si_mntflags, XINO)) -+ pr_warn_once("udba=*notify requires xino\n"); -+ -+ if (au_opt_test(sbinfo->si_mntflags, DIRPERM1)) -+ pr_warn_once("dirperm1 breaks the protection" -+ " by the permission bits on the lower branch\n"); -+ -+ err = 0; -+ fhsm = 0; -+ root = sb->s_root; -+ dir = d_inode(root); -+ do_plink = !!au_opt_test(sbinfo->si_mntflags, PLINK); -+ can_no_dreval = !!au_opt_test((sbinfo->si_mntflags | pending), -+ UDBA_NONE); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) { -+ skip = 0; -+ h_dir = au_h_iptr(dir, bindex); -+ br = au_sbr(sb, bindex); -+ -+ if ((br->br_perm & AuBrAttr_ICEX) -+ && !h_dir->i_op->listxattr) -+ br->br_perm &= ~AuBrAttr_ICEX; -+#if 0 -+ if ((br->br_perm & AuBrAttr_ICEX_SEC) -+ && (au_br_sb(br)->s_flags & MS_NOSEC)) -+ br->br_perm &= ~AuBrAttr_ICEX_SEC; -+#endif -+ -+ do_free = 0; -+ wbr = br->br_wbr; -+ if (wbr) -+ wbr_wh_read_lock(wbr); -+ -+ if (!au_br_writable(br->br_perm)) { -+ do_free = !!wbr; -+ skip = (!wbr -+ || (!wbr->wbr_whbase -+ && !wbr->wbr_plink -+ && !wbr->wbr_orph)); -+ } else if (!au_br_wh_linkable(br->br_perm)) { -+ /* skip = (!br->br_whbase && !br->br_orph); */ -+ skip = (!wbr || !wbr->wbr_whbase); -+ if (skip && wbr) { -+ if (do_plink) -+ skip = !!wbr->wbr_plink; -+ else -+ skip = !wbr->wbr_plink; -+ } -+ } else { -+ /* skip = (br->br_whbase && br->br_ohph); */ -+ skip = (wbr && wbr->wbr_whbase); -+ if (skip) { -+ if (do_plink) -+ skip = !!wbr->wbr_plink; -+ else -+ skip = !wbr->wbr_plink; -+ } -+ } -+ if (wbr) -+ wbr_wh_read_unlock(wbr); -+ -+ if (can_no_dreval) { -+ dentry = br->br_path.dentry; -+ spin_lock(&dentry->d_lock); -+ if (dentry->d_flags & -+ (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE)) -+ can_no_dreval = 0; -+ spin_unlock(&dentry->d_lock); -+ } -+ -+ if (au_br_fhsm(br->br_perm)) { -+ fhsm++; -+ AuDebugOn(!br->br_fhsm); -+ } -+ -+ if (skip) -+ continue; -+ -+ hdir = au_hi(dir, bindex); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ if (wbr) -+ wbr_wh_write_lock(wbr); -+ err = au_wh_init(br, sb); -+ if (wbr) -+ wbr_wh_write_unlock(wbr); -+ au_hn_inode_unlock(hdir); -+ -+ if (!err && do_free) { -+ kfree(wbr); -+ br->br_wbr = NULL; -+ } -+ } -+ -+ if (can_no_dreval) -+ au_fset_si(sbinfo, NO_DREVAL); -+ else -+ au_fclr_si(sbinfo, NO_DREVAL); -+ -+ if (fhsm >= 2) { -+ au_fset_si(sbinfo, FHSM); -+ for (bindex = bbot; bindex >= 0; bindex--) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) { -+ au_fhsm_set_bottom(sb, bindex); -+ break; -+ } -+ } -+ } else { -+ au_fclr_si(sbinfo, FHSM); -+ au_fhsm_set_bottom(sb, -1); -+ } -+ -+ return err; -+} -+ -+int au_opts_mount(struct super_block *sb, struct au_opts *opts) -+{ -+ int err; -+ unsigned int tmp; -+ aufs_bindex_t bindex, bbot; -+ struct au_opt *opt; -+ struct au_opt_xino *opt_xino, xino; -+ struct au_sbinfo *sbinfo; -+ struct au_branch *br; -+ struct inode *dir; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ opt_xino = NULL; -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) -+ err = au_opt_simple(sb, opt++, opts); -+ if (err > 0) -+ err = 0; -+ else if (unlikely(err < 0)) -+ goto out; -+ -+ /* disable xino and udba temporary */ -+ sbinfo = au_sbi(sb); -+ tmp = sbinfo->si_mntflags; -+ au_opt_clr(sbinfo->si_mntflags, XINO); -+ au_opt_set_udba(sbinfo->si_mntflags, UDBA_REVAL); -+ -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) -+ err = au_opt_br(sb, opt++, opts); -+ if (err > 0) -+ err = 0; -+ else if (unlikely(err < 0)) -+ goto out; -+ -+ bbot = au_sbbot(sb); -+ if (unlikely(bbot < 0)) { -+ err = -EINVAL; -+ pr_err("no branches\n"); -+ goto out; -+ } -+ -+ if (au_opt_test(tmp, XINO)) -+ au_opt_set(sbinfo->si_mntflags, XINO); -+ opt = opts->opt; -+ while (!err && opt->type != Opt_tail) -+ err = au_opt_xino(sb, opt++, &opt_xino, opts); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_opts_verify(sb, sb->s_flags, tmp); -+ if (unlikely(err)) -+ goto out; -+ -+ /* restore xino */ -+ if (au_opt_test(tmp, XINO) && !opt_xino) { -+ xino.file = au_xino_def(sb); -+ err = PTR_ERR(xino.file); -+ if (IS_ERR(xino.file)) -+ goto out; -+ -+ err = au_xino_set(sb, &xino, /*remount*/0); -+ fput(xino.file); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ /* restore udba */ -+ tmp &= AuOptMask_UDBA; -+ sbinfo->si_mntflags &= ~AuOptMask_UDBA; -+ sbinfo->si_mntflags |= tmp; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_hnotify_reset_br(tmp, br, br->br_perm); -+ if (unlikely(err)) -+ AuIOErr("hnotify failed on br %d, %d, ignored\n", -+ bindex, err); -+ /* go on even if err */ -+ } -+ if (au_opt_test(tmp, UDBA_HNOTIFY)) { -+ dir = d_inode(sb->s_root); -+ au_hn_reset(dir, au_hi_flags(dir, /*isdir*/1) & ~AuHi_XINO); -+ } -+ -+out: -+ return err; -+} -+ -+int au_opts_remount(struct super_block *sb, struct au_opts *opts) -+{ -+ int err, rerr; -+ unsigned char no_dreval; -+ struct inode *dir; -+ struct au_opt_xino *opt_xino; -+ struct au_opt *opt; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = au_dr_opt_flush(sb); -+ if (unlikely(err)) -+ goto out; -+ au_fset_opts(opts->flags, DR_FLUSHED); -+ -+ dir = d_inode(sb->s_root); -+ sbinfo = au_sbi(sb); -+ opt_xino = NULL; -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) { -+ err = au_opt_simple(sb, opt, opts); -+ if (!err) -+ err = au_opt_br(sb, opt, opts); -+ if (!err) -+ err = au_opt_xino(sb, opt, &opt_xino, opts); -+ opt++; -+ } -+ if (err > 0) -+ err = 0; -+ AuTraceErr(err); -+ /* go on even err */ -+ -+ no_dreval = !!au_ftest_si(sbinfo, NO_DREVAL); -+ rerr = au_opts_verify(sb, opts->sb_flags, /*pending*/0); -+ if (unlikely(rerr && !err)) -+ err = rerr; -+ -+ if (no_dreval != !!au_ftest_si(sbinfo, NO_DREVAL)) -+ au_fset_opts(opts->flags, REFRESH_IDOP); -+ -+ if (au_ftest_opts(opts->flags, TRUNC_XIB)) { -+ rerr = au_xib_trunc(sb); -+ if (unlikely(rerr && !err)) -+ err = rerr; -+ } -+ -+ /* will be handled by the caller */ -+ if (!au_ftest_opts(opts->flags, REFRESH) -+ && (opts->given_udba -+ || au_opt_test(sbinfo->si_mntflags, XINO) -+ || au_ftest_opts(opts->flags, REFRESH_IDOP) -+ )) -+ au_fset_opts(opts->flags, REFRESH); -+ -+ AuDbg("status 0x%x\n", opts->flags); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+unsigned int au_opt_udba(struct super_block *sb) -+{ -+ return au_mntflags(sb) & AuOptMask_UDBA; -+} -diff --git a/fs/aufs/opts.h b/fs/aufs/opts.h -new file mode 100644 -index 000000000000..82f8c3258b1f ---- /dev/null -+++ b/fs/aufs/opts.h -@@ -0,0 +1,212 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount options/flags -+ */ -+ -+#ifndef __AUFS_OPTS_H__ -+#define __AUFS_OPTS_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct file; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* mount flags */ -+#define AuOpt_XINO 1 /* external inode number bitmap -+ and translation table */ -+#define AuOpt_TRUNC_XINO (1 << 1) /* truncate xino files */ -+#define AuOpt_UDBA_NONE (1 << 2) /* users direct branch access */ -+#define AuOpt_UDBA_REVAL (1 << 3) -+#define AuOpt_UDBA_HNOTIFY (1 << 4) -+#define AuOpt_SHWH (1 << 5) /* show whiteout */ -+#define AuOpt_PLINK (1 << 6) /* pseudo-link */ -+#define AuOpt_DIRPERM1 (1 << 7) /* ignore the lower dir's perm -+ bits */ -+#define AuOpt_ALWAYS_DIROPQ (1 << 9) /* policy to creating diropq */ -+#define AuOpt_SUM (1 << 10) /* summation for statfs(2) */ -+#define AuOpt_SUM_W (1 << 11) /* unimplemented */ -+#define AuOpt_WARN_PERM (1 << 12) /* warn when add-branch */ -+#define AuOpt_VERBOSE (1 << 13) /* busy inode when del-branch */ -+#define AuOpt_DIO (1 << 14) /* direct io */ -+#define AuOpt_DIRREN (1 << 15) /* directory rename */ -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuOpt_UDBA_HNOTIFY -+#define AuOpt_UDBA_HNOTIFY 0 -+#endif -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuOpt_DIRREN -+#define AuOpt_DIRREN 0 -+#endif -+#ifndef CONFIG_AUFS_SHWH -+#undef AuOpt_SHWH -+#define AuOpt_SHWH 0 -+#endif -+ -+#define AuOpt_Def (AuOpt_XINO \ -+ | AuOpt_UDBA_REVAL \ -+ | AuOpt_PLINK \ -+ /* | AuOpt_DIRPERM1 */ \ -+ | AuOpt_WARN_PERM) -+#define AuOptMask_UDBA (AuOpt_UDBA_NONE \ -+ | AuOpt_UDBA_REVAL \ -+ | AuOpt_UDBA_HNOTIFY) -+ -+#define au_opt_test(flags, name) (flags & AuOpt_##name) -+#define au_opt_set(flags, name) do { \ -+ BUILD_BUG_ON(AuOpt_##name & AuOptMask_UDBA); \ -+ ((flags) |= AuOpt_##name); \ -+} while (0) -+#define au_opt_set_udba(flags, name) do { \ -+ (flags) &= ~AuOptMask_UDBA; \ -+ ((flags) |= AuOpt_##name); \ -+} while (0) -+#define au_opt_clr(flags, name) do { \ -+ ((flags) &= ~AuOpt_##name); \ -+} while (0) -+ -+static inline unsigned int au_opts_plink(unsigned int mntflags) -+{ -+#ifdef CONFIG_PROC_FS -+ return mntflags; -+#else -+ return mntflags & ~AuOpt_PLINK; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies to select one among multiple writable branches */ -+enum { -+ AuWbrCreate_TDP, /* top down parent */ -+ AuWbrCreate_RR, /* round robin */ -+ AuWbrCreate_MFS, /* most free space */ -+ AuWbrCreate_MFSV, /* mfs with seconds */ -+ AuWbrCreate_MFSRR, /* mfs then rr */ -+ AuWbrCreate_MFSRRV, /* mfs then rr with seconds */ -+ AuWbrCreate_TDMFS, /* top down regardless parent and mfs */ -+ AuWbrCreate_TDMFSV, /* top down regardless parent and mfs */ -+ AuWbrCreate_PMFS, /* parent and mfs */ -+ AuWbrCreate_PMFSV, /* parent and mfs with seconds */ -+ AuWbrCreate_PMFSRR, /* parent, mfs and round-robin */ -+ AuWbrCreate_PMFSRRV, /* plus seconds */ -+ -+ AuWbrCreate_Def = AuWbrCreate_TDP -+}; -+ -+enum { -+ AuWbrCopyup_TDP, /* top down parent */ -+ AuWbrCopyup_BUP, /* bottom up parent */ -+ AuWbrCopyup_BU, /* bottom up */ -+ -+ AuWbrCopyup_Def = AuWbrCopyup_TDP -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_opt_add { -+ aufs_bindex_t bindex; -+ char *pathname; -+ int perm; -+ struct path path; -+}; -+ -+struct au_opt_del { -+ char *pathname; -+ struct path h_path; -+}; -+ -+struct au_opt_mod { -+ char *path; -+ int perm; -+ struct dentry *h_root; -+}; -+ -+struct au_opt_xino { -+ char *path; -+ struct file *file; -+}; -+ -+struct au_opt_xino_itrunc { -+ aufs_bindex_t bindex; -+}; -+ -+struct au_opt_wbr_create { -+ int wbr_create; -+ int mfs_second; -+ unsigned long long mfsrr_watermark; -+}; -+ -+struct au_opt { -+ int type; -+ union { -+ struct au_opt_xino xino; -+ struct au_opt_xino_itrunc xino_itrunc; -+ struct au_opt_add add; -+ struct au_opt_del del; -+ struct au_opt_mod mod; -+ int dirwh; -+ int rdcache; -+ unsigned int rdblk; -+ unsigned int rdhash; -+ int udba; -+ struct au_opt_wbr_create wbr_create; -+ int wbr_copyup; -+ unsigned int fhsm_second; -+ }; -+}; -+ -+/* opts flags */ -+#define AuOpts_REMOUNT 1 -+#define AuOpts_REFRESH (1 << 1) -+#define AuOpts_TRUNC_XIB (1 << 2) -+#define AuOpts_REFRESH_DYAOP (1 << 3) -+#define AuOpts_REFRESH_IDOP (1 << 4) -+#define AuOpts_DR_FLUSHED (1 << 5) -+#define au_ftest_opts(flags, name) ((flags) & AuOpts_##name) -+#define au_fset_opts(flags, name) \ -+ do { (flags) |= AuOpts_##name; } while (0) -+#define au_fclr_opts(flags, name) \ -+ do { (flags) &= ~AuOpts_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuOpts_DR_FLUSHED -+#define AuOpts_DR_FLUSHED 0 -+#endif -+ -+struct au_opts { -+ struct au_opt *opt; -+ int max_opt; -+ -+ unsigned int given_udba; -+ unsigned int flags; -+ unsigned long sb_flags; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* opts.c */ -+void au_optstr_br_perm(au_br_perm_str_t *str, int perm); -+const char *au_optstr_udba(int udba); -+const char *au_optstr_wbr_copyup(int wbr_copyup); -+const char *au_optstr_wbr_create(int wbr_create); -+ -+void au_opts_free(struct au_opts *opts); -+struct super_block; -+int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts); -+int au_opts_verify(struct super_block *sb, unsigned long sb_flags, -+ unsigned int pending); -+int au_opts_mount(struct super_block *sb, struct au_opts *opts); -+int au_opts_remount(struct super_block *sb, struct au_opts *opts); -+ -+unsigned int au_opt_udba(struct super_block *sb); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_OPTS_H__ */ -diff --git a/fs/aufs/plink.c b/fs/aufs/plink.c -new file mode 100644 -index 000000000000..3fe5ef527f5f ---- /dev/null -+++ b/fs/aufs/plink.c -@@ -0,0 +1,503 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * pseudo-link -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * the pseudo-link maintenance mode. -+ * during a user process maintains the pseudo-links, -+ * prohibit adding a new plink and branch manipulation. -+ * -+ * Flags -+ * NOPLM: -+ * For entry functions which will handle plink, and i_mutex is already held -+ * in VFS. -+ * They cannot wait and should return an error at once. -+ * Callers has to check the error. -+ * NOPLMW: -+ * For entry functions which will handle plink, but i_mutex is not held -+ * in VFS. -+ * They can wait the plink maintenance mode to finish. -+ * -+ * They behave like F_SETLK and F_SETLKW. -+ * If the caller never handle plink, then both flags are unnecessary. -+ */ -+ -+int au_plink_maint(struct super_block *sb, int flags) -+{ -+ int err; -+ pid_t pid, ppid; -+ struct task_struct *parent, *prev; -+ struct au_sbinfo *sbi; -+ -+ SiMustAnyLock(sb); -+ -+ err = 0; -+ if (!au_opt_test(au_mntflags(sb), PLINK)) -+ goto out; -+ -+ sbi = au_sbi(sb); -+ pid = sbi->si_plink_maint_pid; -+ if (!pid || pid == current->pid) -+ goto out; -+ -+ /* todo: it highly depends upon /sbin/mount.aufs */ -+ prev = NULL; -+ parent = current; -+ ppid = 0; -+ rcu_read_lock(); -+ while (1) { -+ parent = rcu_dereference(parent->real_parent); -+ if (parent == prev) -+ break; -+ ppid = task_pid_vnr(parent); -+ if (pid == ppid) { -+ rcu_read_unlock(); -+ goto out; -+ } -+ prev = parent; -+ } -+ rcu_read_unlock(); -+ -+ if (au_ftest_lock(flags, NOPLMW)) { -+ /* if there is no i_mutex lock in VFS, we don't need to wait */ -+ /* AuDebugOn(!lockdep_depth(current)); */ -+ while (sbi->si_plink_maint_pid) { -+ si_read_unlock(sb); -+ /* gave up wake_up_bit() */ -+ wait_event(sbi->si_plink_wq, !sbi->si_plink_maint_pid); -+ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&sbi->si_nowait); -+ si_noflush_read_lock(sb); -+ } -+ } else if (au_ftest_lock(flags, NOPLM)) { -+ AuDbg("ppid %d, pid %d\n", ppid, pid); -+ err = -EAGAIN; -+ } -+ -+out: -+ return err; -+} -+ -+void au_plink_maint_leave(struct au_sbinfo *sbinfo) -+{ -+ spin_lock(&sbinfo->si_plink_maint_lock); -+ sbinfo->si_plink_maint_pid = 0; -+ spin_unlock(&sbinfo->si_plink_maint_lock); -+ wake_up_all(&sbinfo->si_plink_wq); -+} -+ -+int au_plink_maint_enter(struct super_block *sb) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ /* make sure i am the only one in this fs */ -+ si_write_lock(sb, AuLock_FLUSH); -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ spin_lock(&sbinfo->si_plink_maint_lock); -+ if (!sbinfo->si_plink_maint_pid) -+ sbinfo->si_plink_maint_pid = current->pid; -+ else -+ err = -EBUSY; -+ spin_unlock(&sbinfo->si_plink_maint_lock); -+ } -+ si_write_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_DEBUG -+void au_plink_list(struct super_block *sb) -+{ -+ int i; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_icntnr *icntnr; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ hbl = sbinfo->si_plink + i; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(icntnr, pos, hbl, plink) -+ AuDbg("%lu\n", icntnr->vfs_inode.i_ino); -+ hlist_bl_unlock(hbl); -+ } -+} -+#endif -+ -+/* is the inode pseudo-linked? */ -+int au_plink_test(struct inode *inode) -+{ -+ int found, i; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_icntnr *icntnr; -+ -+ sbinfo = au_sbi(inode->i_sb); -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ AuDebugOn(!au_opt_test(au_mntflags(inode->i_sb), PLINK)); -+ AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); -+ -+ found = 0; -+ i = au_plink_hash(inode->i_ino); -+ hbl = sbinfo->si_plink + i; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(icntnr, pos, hbl, plink) -+ if (&icntnr->vfs_inode == inode) { -+ found = 1; -+ break; -+ } -+ hlist_bl_unlock(hbl); -+ return found; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * generate a name for plink. -+ * the file will be stored under AUFS_WH_PLINKDIR. -+ */ -+/* 20 is max digits length of ulong 64 */ -+#define PLINK_NAME_LEN ((20 + 1) * 2) -+ -+static int plink_name(char *name, int len, struct inode *inode, -+ aufs_bindex_t bindex) -+{ -+ int rlen; -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, bindex); -+ rlen = snprintf(name, len, "%lu.%lu", inode->i_ino, h_inode->i_ino); -+ return rlen; -+} -+ -+struct au_do_plink_lkup_args { -+ struct dentry **errp; -+ struct qstr *tgtname; -+ struct dentry *h_parent; -+ struct au_branch *br; -+}; -+ -+static struct dentry *au_do_plink_lkup(struct qstr *tgtname, -+ struct dentry *h_parent, -+ struct au_branch *br) -+{ -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_inode = d_inode(h_parent); -+ vfsub_inode_lock_shared_nested(h_inode, AuLsc_I_CHILD2); -+ h_dentry = vfsub_lkup_one(tgtname, h_parent); -+ inode_unlock_shared(h_inode); -+ return h_dentry; -+} -+ -+static void au_call_do_plink_lkup(void *args) -+{ -+ struct au_do_plink_lkup_args *a = args; -+ *a->errp = au_do_plink_lkup(a->tgtname, a->h_parent, a->br); -+} -+ -+/* lookup the plink-ed @inode under the branch at @bindex */ -+struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex) -+{ -+ struct dentry *h_dentry, *h_parent; -+ struct au_branch *br; -+ int wkq_err; -+ char a[PLINK_NAME_LEN]; -+ struct qstr tgtname = QSTR_INIT(a, 0); -+ -+ AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); -+ -+ br = au_sbr(inode->i_sb, bindex); -+ h_parent = br->br_wbr->wbr_plink; -+ tgtname.len = plink_name(a, sizeof(a), inode, bindex); -+ -+ if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { -+ struct au_do_plink_lkup_args args = { -+ .errp = &h_dentry, -+ .tgtname = &tgtname, -+ .h_parent = h_parent, -+ .br = br -+ }; -+ -+ wkq_err = au_wkq_wait(au_call_do_plink_lkup, &args); -+ if (unlikely(wkq_err)) -+ h_dentry = ERR_PTR(wkq_err); -+ } else -+ h_dentry = au_do_plink_lkup(&tgtname, h_parent, br); -+ -+ return h_dentry; -+} -+ -+/* create a pseudo-link */ -+static int do_whplink(struct qstr *tgt, struct dentry *h_parent, -+ struct dentry *h_dentry, struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ struct inode *h_dir, *delegated; -+ -+ h_dir = d_inode(h_parent); -+ inode_lock_nested(h_dir, AuLsc_I_CHILD2); -+again: -+ h_path.dentry = vfsub_lkup_one(tgt, h_parent); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ err = 0; -+ /* wh.plink dir is not monitored */ -+ /* todo: is it really safe? */ -+ if (d_is_positive(h_path.dentry) -+ && d_inode(h_path.dentry) != d_inode(h_dentry)) { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ dput(h_path.dentry); -+ h_path.dentry = NULL; -+ if (!err) -+ goto again; -+ } -+ if (!err && d_is_negative(h_path.dentry)) { -+ delegated = NULL; -+ err = vfsub_link(h_dentry, h_dir, &h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ dput(h_path.dentry); -+ -+out: -+ inode_unlock(h_dir); -+ return err; -+} -+ -+struct do_whplink_args { -+ int *errp; -+ struct qstr *tgt; -+ struct dentry *h_parent; -+ struct dentry *h_dentry; -+ struct au_branch *br; -+}; -+ -+static void call_do_whplink(void *args) -+{ -+ struct do_whplink_args *a = args; -+ *a->errp = do_whplink(a->tgt, a->h_parent, a->h_dentry, a->br); -+} -+ -+static int whplink(struct dentry *h_dentry, struct inode *inode, -+ aufs_bindex_t bindex, struct au_branch *br) -+{ -+ int err, wkq_err; -+ struct au_wbr *wbr; -+ struct dentry *h_parent; -+ char a[PLINK_NAME_LEN]; -+ struct qstr tgtname = QSTR_INIT(a, 0); -+ -+ wbr = au_sbr(inode->i_sb, bindex)->br_wbr; -+ h_parent = wbr->wbr_plink; -+ tgtname.len = plink_name(a, sizeof(a), inode, bindex); -+ -+ /* always superio. */ -+ if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { -+ struct do_whplink_args args = { -+ .errp = &err, -+ .tgt = &tgtname, -+ .h_parent = h_parent, -+ .h_dentry = h_dentry, -+ .br = br -+ }; -+ wkq_err = au_wkq_wait(call_do_whplink, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } else -+ err = do_whplink(&tgtname, h_parent, h_dentry, br); -+ -+ return err; -+} -+ -+/* -+ * create a new pseudo-link for @h_dentry on @bindex. -+ * the linked inode is held in aufs @inode. -+ */ -+void au_plink_append(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry) -+{ -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_icntnr *icntnr; -+ int found, err, cnt, i; -+ -+ sb = inode->i_sb; -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ found = au_plink_test(inode); -+ if (found) -+ return; -+ -+ i = au_plink_hash(inode->i_ino); -+ hbl = sbinfo->si_plink + i; -+ au_igrab(inode); -+ -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(icntnr, pos, hbl, plink) { -+ if (&icntnr->vfs_inode == inode) { -+ found = 1; -+ break; -+ } -+ } -+ if (!found) { -+ icntnr = container_of(inode, struct au_icntnr, vfs_inode); -+ hlist_bl_add_head(&icntnr->plink, hbl); -+ } -+ hlist_bl_unlock(hbl); -+ if (!found) { -+ cnt = au_hbl_count(hbl); -+#define msg "unexpectedly unblanced or too many pseudo-links" -+ if (cnt > AUFS_PLINK_WARN) -+ AuWarn1(msg ", %d\n", cnt); -+#undef msg -+ err = whplink(h_dentry, inode, bindex, au_sbr(sb, bindex)); -+ if (unlikely(err)) { -+ pr_warn("err %d, damaged pseudo link.\n", err); -+ au_hbl_del(&icntnr->plink, hbl); -+ iput(&icntnr->vfs_inode); -+ } -+ } else -+ iput(&icntnr->vfs_inode); -+} -+ -+/* free all plinks */ -+void au_plink_put(struct super_block *sb, int verbose) -+{ -+ int i, warned; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos, *tmp; -+ struct au_icntnr *icntnr; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ /* no spin_lock since sbinfo is write-locked */ -+ warned = 0; -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ hbl = sbinfo->si_plink + i; -+ if (!warned && verbose && !hlist_bl_empty(hbl)) { -+ pr_warn("pseudo-link is not flushed"); -+ warned = 1; -+ } -+ hlist_bl_for_each_entry_safe(icntnr, pos, tmp, hbl, plink) -+ iput(&icntnr->vfs_inode); -+ INIT_HLIST_BL_HEAD(hbl); -+ } -+} -+ -+void au_plink_clean(struct super_block *sb, int verbose) -+{ -+ struct dentry *root; -+ -+ root = sb->s_root; -+ aufs_write_lock(root); -+ if (au_opt_test(au_mntflags(sb), PLINK)) -+ au_plink_put(sb, verbose); -+ aufs_write_unlock(root); -+} -+ -+static int au_plink_do_half_refresh(struct inode *inode, aufs_bindex_t br_id) -+{ -+ int do_put; -+ aufs_bindex_t btop, bbot, bindex; -+ -+ do_put = 0; -+ btop = au_ibtop(inode); -+ bbot = au_ibbot(inode); -+ if (btop >= 0) { -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ if (!au_h_iptr(inode, bindex) -+ || au_ii_br_id(inode, bindex) != br_id) -+ continue; -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ do_put = 1; -+ break; -+ } -+ if (do_put) -+ for (bindex = btop; bindex <= bbot; bindex++) -+ if (au_h_iptr(inode, bindex)) { -+ do_put = 0; -+ break; -+ } -+ } else -+ do_put = 1; -+ -+ return do_put; -+} -+ -+/* free the plinks on a branch specified by @br_id */ -+void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id) -+{ -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos, *tmp; -+ struct au_icntnr *icntnr; -+ struct inode *inode; -+ int i, do_put; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ /* no bit_lock since sbinfo is write-locked */ -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ hbl = sbinfo->si_plink + i; -+ hlist_bl_for_each_entry_safe(icntnr, pos, tmp, hbl, plink) { -+ inode = au_igrab(&icntnr->vfs_inode); -+ ii_write_lock_child(inode); -+ do_put = au_plink_do_half_refresh(inode, br_id); -+ if (do_put) { -+ hlist_bl_del(&icntnr->plink); -+ iput(inode); -+ } -+ ii_write_unlock(inode); -+ iput(inode); -+ } -+ } -+} -diff --git a/fs/aufs/poll.c b/fs/aufs/poll.c -new file mode 100644 -index 000000000000..0ecc465e505e ---- /dev/null -+++ b/fs/aufs/poll.c -@@ -0,0 +1,40 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * poll operation -+ * There is only one filesystem which implements ->poll operation, currently. -+ */ -+ -+#include "aufs.h" -+ -+unsigned int aufs_poll(struct file *file, poll_table *wait) -+{ -+ unsigned int mask; -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ /* We should pretend an error happened. */ -+ mask = POLLERR /* | POLLIN | POLLOUT */; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ /* it is not an error if h_file has no operation */ -+ mask = DEFAULT_POLLMASK; -+ if (h_file->f_op->poll) -+ mask = h_file->f_op->poll(h_file, wait); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ AuTraceErr((int)mask); -+ return mask; -+} -diff --git a/fs/aufs/posix_acl.c b/fs/aufs/posix_acl.c -new file mode 100644 -index 000000000000..dee01d657850 ---- /dev/null -+++ b/fs/aufs/posix_acl.c -@@ -0,0 +1,90 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2014-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * posix acl operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+struct posix_acl *aufs_get_acl(struct inode *inode, int type) -+{ -+ struct posix_acl *acl; -+ int err; -+ aufs_bindex_t bindex; -+ struct inode *h_inode; -+ struct super_block *sb; -+ -+ acl = NULL; -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_read_lock_child(inode); -+ if (!(sb->s_flags & MS_POSIXACL)) -+ goto out; -+ -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(!h_inode -+ || ((h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT)))) { -+ err = au_busy_or_stale(); -+ acl = ERR_PTR(err); -+ goto out; -+ } -+ -+ /* always topmost only */ -+ acl = get_acl(h_inode, type); -+ if (!IS_ERR_OR_NULL(acl)) -+ set_cached_acl(inode, type, acl); -+ -+out: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+ -+ AuTraceErrPtr(acl); -+ return acl; -+} -+ -+int aufs_set_acl(struct inode *inode, struct posix_acl *acl, int type) -+{ -+ int err; -+ ssize_t ssz; -+ struct dentry *dentry; -+ struct au_sxattr arg = { -+ .type = AU_ACL_SET, -+ .u.acl_set = { -+ .acl = acl, -+ .type = type -+ }, -+ }; -+ -+ IMustLock(inode); -+ -+ if (inode->i_ino == AUFS_ROOT_INO) -+ dentry = dget(inode->i_sb->s_root); -+ else { -+ dentry = d_find_alias(inode); -+ if (!dentry) -+ dentry = d_find_any_alias(inode); -+ if (!dentry) { -+ pr_warn("cannot handle this inode, " -+ "please report to aufs-users ML\n"); -+ err = -ENOENT; -+ goto out; -+ } -+ } -+ -+ ssz = au_sxattr(dentry, inode, &arg); -+ dput(dentry); -+ err = ssz; -+ if (ssz >= 0) { -+ err = 0; -+ set_cached_acl(inode, type, acl); -+ } -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/procfs.c b/fs/aufs/procfs.c -new file mode 100644 -index 000000000000..7481906e90ee ---- /dev/null -+++ b/fs/aufs/procfs.c -@@ -0,0 +1,158 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2010-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * procfs interfaces -+ */ -+ -+#include -+#include "aufs.h" -+ -+static int au_procfs_plm_release(struct inode *inode, struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = file->private_data; -+ if (sbinfo) { -+ au_plink_maint_leave(sbinfo); -+ kobject_put(&sbinfo->si_kobj); -+ } -+ -+ return 0; -+} -+ -+static void au_procfs_plm_write_clean(struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = file->private_data; -+ if (sbinfo) -+ au_plink_clean(sbinfo->si_sb, /*verbose*/0); -+} -+ -+static int au_procfs_plm_write_si(struct file *file, unsigned long id) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_node *pos; -+ -+ err = -EBUSY; -+ if (unlikely(file->private_data)) -+ goto out; -+ -+ sb = NULL; -+ /* don't use au_sbilist_lock() here */ -+ hlist_bl_lock(&au_sbilist); -+ hlist_bl_for_each_entry(sbinfo, pos, &au_sbilist, si_list) -+ if (id == sysaufs_si_id(sbinfo)) { -+ kobject_get(&sbinfo->si_kobj); -+ sb = sbinfo->si_sb; -+ break; -+ } -+ hlist_bl_unlock(&au_sbilist); -+ -+ err = -EINVAL; -+ if (unlikely(!sb)) -+ goto out; -+ -+ err = au_plink_maint_enter(sb); -+ if (!err) -+ /* keep kobject_get() */ -+ file->private_data = sbinfo; -+ else -+ kobject_put(&sbinfo->si_kobj); -+out: -+ return err; -+} -+ -+/* -+ * Accept a valid "si=xxxx" only. -+ * Once it is accepted successfully, accept "clean" too. -+ */ -+static ssize_t au_procfs_plm_write(struct file *file, const char __user *ubuf, -+ size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ unsigned long id; -+ /* last newline is allowed */ -+ char buf[3 + sizeof(unsigned long) * 2 + 1]; -+ -+ err = -EACCES; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(count > sizeof(buf))) -+ goto out; -+ -+ err = copy_from_user(buf, ubuf, count); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ goto out; -+ } -+ buf[count] = 0; -+ -+ err = -EINVAL; -+ if (!strcmp("clean", buf)) { -+ au_procfs_plm_write_clean(file); -+ goto out_success; -+ } else if (unlikely(strncmp("si=", buf, 3))) -+ goto out; -+ -+ err = kstrtoul(buf + 3, 16, &id); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_procfs_plm_write_si(file, id); -+ if (unlikely(err)) -+ goto out; -+ -+out_success: -+ err = count; /* success */ -+out: -+ return err; -+} -+ -+static const struct file_operations au_procfs_plm_fop = { -+ .write = au_procfs_plm_write, -+ .release = au_procfs_plm_release, -+ .owner = THIS_MODULE -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct proc_dir_entry *au_procfs_dir; -+ -+void au_procfs_fin(void) -+{ -+ remove_proc_entry(AUFS_PLINK_MAINT_NAME, au_procfs_dir); -+ remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); -+} -+ -+int __init au_procfs_init(void) -+{ -+ int err; -+ struct proc_dir_entry *entry; -+ -+ err = -ENOMEM; -+ au_procfs_dir = proc_mkdir(AUFS_PLINK_MAINT_DIR, NULL); -+ if (unlikely(!au_procfs_dir)) -+ goto out; -+ -+ entry = proc_create(AUFS_PLINK_MAINT_NAME, S_IFREG | S_IWUSR, -+ au_procfs_dir, &au_procfs_plm_fop); -+ if (unlikely(!entry)) -+ goto out_dir; -+ -+ err = 0; -+ goto out; /* success */ -+ -+ -+out_dir: -+ remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); -+out: -+ return err; -+} -diff --git a/fs/aufs/rdu.c b/fs/aufs/rdu.c -new file mode 100644 -index 000000000000..94128e655471 ---- /dev/null -+++ b/fs/aufs/rdu.c -@@ -0,0 +1,369 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * readdir in userspace. -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+/* bits for struct aufs_rdu.flags */ -+#define AuRdu_CALLED 1 -+#define AuRdu_CONT (1 << 1) -+#define AuRdu_FULL (1 << 2) -+#define au_ftest_rdu(flags, name) ((flags) & AuRdu_##name) -+#define au_fset_rdu(flags, name) \ -+ do { (flags) |= AuRdu_##name; } while (0) -+#define au_fclr_rdu(flags, name) \ -+ do { (flags) &= ~AuRdu_##name; } while (0) -+ -+struct au_rdu_arg { -+ struct dir_context ctx; -+ struct aufs_rdu *rdu; -+ union au_rdu_ent_ul ent; -+ unsigned long end; -+ -+ struct super_block *sb; -+ int err; -+}; -+ -+static int au_rdu_fill(struct dir_context *ctx, const char *name, int nlen, -+ loff_t offset, u64 h_ino, unsigned int d_type) -+{ -+ int err, len; -+ struct au_rdu_arg *arg = container_of(ctx, struct au_rdu_arg, ctx); -+ struct aufs_rdu *rdu = arg->rdu; -+ struct au_rdu_ent ent; -+ -+ err = 0; -+ arg->err = 0; -+ au_fset_rdu(rdu->cookie.flags, CALLED); -+ len = au_rdu_len(nlen); -+ if (arg->ent.ul + len < arg->end) { -+ ent.ino = h_ino; -+ ent.bindex = rdu->cookie.bindex; -+ ent.type = d_type; -+ ent.nlen = nlen; -+ if (unlikely(nlen > AUFS_MAX_NAMELEN)) -+ ent.type = DT_UNKNOWN; -+ -+ /* unnecessary to support mmap_sem since this is a dir */ -+ err = -EFAULT; -+ if (copy_to_user(arg->ent.e, &ent, sizeof(ent))) -+ goto out; -+ if (copy_to_user(arg->ent.e->name, name, nlen)) -+ goto out; -+ /* the terminating NULL */ -+ if (__put_user(0, arg->ent.e->name + nlen)) -+ goto out; -+ err = 0; -+ /* AuDbg("%p, %.*s\n", arg->ent.p, nlen, name); */ -+ arg->ent.ul += len; -+ rdu->rent++; -+ } else { -+ err = -EFAULT; -+ au_fset_rdu(rdu->cookie.flags, FULL); -+ rdu->full = 1; -+ rdu->tail = arg->ent; -+ } -+ -+out: -+ /* AuTraceErr(err); */ -+ return err; -+} -+ -+static int au_rdu_do(struct file *h_file, struct au_rdu_arg *arg) -+{ -+ int err; -+ loff_t offset; -+ struct au_rdu_cookie *cookie = &arg->rdu->cookie; -+ -+ /* we don't have to care (FMODE_32BITHASH | FMODE_64BITHASH) for ext4 */ -+ offset = vfsub_llseek(h_file, cookie->h_pos, SEEK_SET); -+ err = offset; -+ if (unlikely(offset != cookie->h_pos)) -+ goto out; -+ -+ err = 0; -+ do { -+ arg->err = 0; -+ au_fclr_rdu(cookie->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(h_file, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err -+ && au_ftest_rdu(cookie->flags, CALLED) -+ && !au_ftest_rdu(cookie->flags, FULL)); -+ cookie->h_pos = h_file->f_pos; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_rdu(struct file *file, struct aufs_rdu *rdu) -+{ -+ int err; -+ aufs_bindex_t bbot; -+ struct au_rdu_arg arg = { -+ .ctx = { -+ .actor = au_rdu_fill -+ } -+ }; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct file *h_file; -+ struct au_rdu_cookie *cookie = &rdu->cookie; -+ -+ err = !access_ok(VERIFY_WRITE, rdu->ent.e, rdu->sz); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ rdu->rent = 0; -+ rdu->tail = rdu->ent; -+ rdu->full = 0; -+ arg.rdu = rdu; -+ arg.ent = rdu->ent; -+ arg.end = arg.ent.ul; -+ arg.end += rdu->sz; -+ -+ err = -ENOTDIR; -+ if (unlikely(!file->f_op->iterate && !file->f_op->iterate_shared)) -+ goto out; -+ -+ err = security_file_permission(file, MAY_READ); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ inode_lock_shared(inode); -+ -+ arg.sb = inode->i_sb; -+ err = si_read_lock(arg.sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_mtx; -+ err = au_alive_dir(dentry); -+ if (unlikely(err)) -+ goto out_si; -+ /* todo: reval? */ -+ fi_read_lock(file); -+ -+ err = -EAGAIN; -+ if (unlikely(au_ftest_rdu(cookie->flags, CONT) -+ && cookie->generation != au_figen(file))) -+ goto out_unlock; -+ -+ err = 0; -+ if (!rdu->blk) { -+ rdu->blk = au_sbi(arg.sb)->si_rdblk; -+ if (!rdu->blk) -+ rdu->blk = au_dir_size(file, /*dentry*/NULL); -+ } -+ bbot = au_fbtop(file); -+ if (cookie->bindex < bbot) -+ cookie->bindex = bbot; -+ bbot = au_fbbot_dir(file); -+ /* AuDbg("b%d, b%d\n", cookie->bindex, bbot); */ -+ for (; !err && cookie->bindex <= bbot; -+ cookie->bindex++, cookie->h_pos = 0) { -+ h_file = au_hf_dir(file, cookie->bindex); -+ if (!h_file) -+ continue; -+ -+ au_fclr_rdu(cookie->flags, FULL); -+ err = au_rdu_do(h_file, &arg); -+ AuTraceErr(err); -+ if (unlikely(au_ftest_rdu(cookie->flags, FULL) || err)) -+ break; -+ } -+ AuDbg("rent %llu\n", rdu->rent); -+ -+ if (!err && !au_ftest_rdu(cookie->flags, CONT)) { -+ rdu->shwh = !!au_opt_test(au_sbi(arg.sb)->si_mntflags, SHWH); -+ au_fset_rdu(cookie->flags, CONT); -+ cookie->generation = au_figen(file); -+ } -+ -+ ii_read_lock_child(inode); -+ fsstack_copy_attr_atime(inode, au_h_iptr(inode, au_ibtop(inode))); -+ ii_read_unlock(inode); -+ -+out_unlock: -+ fi_read_unlock(file); -+out_si: -+ si_read_unlock(arg.sb); -+out_mtx: -+ inode_unlock_shared(inode); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_rdu_ino(struct file *file, struct aufs_rdu *rdu) -+{ -+ int err; -+ ino_t ino; -+ unsigned long long nent; -+ union au_rdu_ent_ul *u; -+ struct au_rdu_ent ent; -+ struct super_block *sb; -+ -+ err = 0; -+ nent = rdu->nent; -+ u = &rdu->ent; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ while (nent-- > 0) { -+ /* unnecessary to support mmap_sem since this is a dir */ -+ err = copy_from_user(&ent, u->e, sizeof(ent)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, &u->e->ino, sizeof(ino)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ break; -+ } -+ -+ /* AuDbg("b%d, i%llu\n", ent.bindex, ent.ino); */ -+ if (!ent.wh) -+ err = au_ino(sb, ent.bindex, ent.ino, ent.type, &ino); -+ else -+ err = au_wh_ino(sb, ent.bindex, ent.ino, ent.type, -+ &ino); -+ if (unlikely(err)) { -+ AuTraceErr(err); -+ break; -+ } -+ -+ err = __put_user(ino, &u->e->ino); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ break; -+ } -+ u->ul += au_rdu_len(ent.nlen); -+ } -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_rdu_verify(struct aufs_rdu *rdu) -+{ -+ AuDbg("rdu{%llu, %p, %u | %u | %llu, %u, %u | " -+ "%llu, b%d, 0x%x, g%u}\n", -+ rdu->sz, rdu->ent.e, rdu->verify[AufsCtlRduV_SZ], -+ rdu->blk, -+ rdu->rent, rdu->shwh, rdu->full, -+ rdu->cookie.h_pos, rdu->cookie.bindex, rdu->cookie.flags, -+ rdu->cookie.generation); -+ -+ if (rdu->verify[AufsCtlRduV_SZ] == sizeof(*rdu)) -+ return 0; -+ -+ AuDbg("%u:%u\n", -+ rdu->verify[AufsCtlRduV_SZ], (unsigned int)sizeof(*rdu)); -+ return -EINVAL; -+} -+ -+long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err, e; -+ struct aufs_rdu rdu; -+ void __user *p = (void __user *)arg; -+ -+ err = copy_from_user(&rdu, p, sizeof(rdu)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ err = au_rdu_verify(&rdu); -+ if (unlikely(err)) -+ goto out; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ err = au_rdu(file, &rdu); -+ if (unlikely(err)) -+ break; -+ -+ e = copy_to_user(p, &rdu, sizeof(rdu)); -+ if (unlikely(e)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ break; -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ino(file, &rdu); -+ break; -+ -+ default: -+ /* err = -ENOTTY; */ -+ err = -EINVAL; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+#ifdef CONFIG_COMPAT -+long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err, e; -+ struct aufs_rdu rdu; -+ void __user *p = compat_ptr(arg); -+ -+ /* todo: get_user()? */ -+ err = copy_from_user(&rdu, p, sizeof(rdu)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ rdu.ent.e = compat_ptr(rdu.ent.ul); -+ err = au_rdu_verify(&rdu); -+ if (unlikely(err)) -+ goto out; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ err = au_rdu(file, &rdu); -+ if (unlikely(err)) -+ break; -+ -+ rdu.ent.ul = ptr_to_compat(rdu.ent.e); -+ rdu.tail.ul = ptr_to_compat(rdu.tail.e); -+ e = copy_to_user(p, &rdu, sizeof(rdu)); -+ if (unlikely(e)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ break; -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ino(file, &rdu); -+ break; -+ -+ default: -+ /* err = -ENOTTY; */ -+ err = -EINVAL; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+#endif -diff --git a/fs/aufs/rwsem.h b/fs/aufs/rwsem.h -new file mode 100644 -index 000000000000..8a3713b409cc ---- /dev/null -+++ b/fs/aufs/rwsem.h -@@ -0,0 +1,60 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * simple read-write semaphore wrappers -+ */ -+ -+#ifndef __AUFS_RWSEM_H__ -+#define __AUFS_RWSEM_H__ -+ -+#ifdef __KERNEL__ -+ -+#include "debug.h" -+ -+/* in the futre, the name 'au_rwsem' will be totally gone */ -+#define au_rwsem rw_semaphore -+ -+/* to debug easier, do not make them inlined functions */ -+#define AuRwMustNoWaiters(rw) AuDebugOn(rwsem_is_contended(rw)) -+/* rwsem_is_locked() is unusable */ -+#define AuRwMustReadLock(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && !lockdep_is_held_type(rw, 1)) -+#define AuRwMustWriteLock(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && !lockdep_is_held_type(rw, 0)) -+#define AuRwMustAnyLock(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && !lockdep_is_held(rw)) -+#define AuRwDestroy(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && lockdep_is_held(rw)) -+ -+#define au_rw_init(rw) init_rwsem(rw) -+ -+#define au_rw_init_wlock(rw) do { \ -+ au_rw_init(rw); \ -+ down_write(rw); \ -+ } while (0) -+ -+#define au_rw_init_wlock_nested(rw, lsc) do { \ -+ au_rw_init(rw); \ -+ down_write_nested(rw, lsc); \ -+ } while (0) -+ -+#define au_rw_read_lock(rw) down_read(rw) -+#define au_rw_read_lock_nested(rw, lsc) down_read_nested(rw, lsc) -+#define au_rw_read_unlock(rw) up_read(rw) -+#define au_rw_dgrade_lock(rw) downgrade_write(rw) -+#define au_rw_write_lock(rw) down_write(rw) -+#define au_rw_write_lock_nested(rw, lsc) down_write_nested(rw, lsc) -+#define au_rw_write_unlock(rw) up_write(rw) -+/* why is not _nested version defined? */ -+#define au_rw_read_trylock(rw) down_read_trylock(rw) -+#define au_rw_write_trylock(rw) down_write_trylock(rw) -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_RWSEM_H__ */ -diff --git a/fs/aufs/sbinfo.c b/fs/aufs/sbinfo.c -new file mode 100644 -index 000000000000..1d862c4e1105 ---- /dev/null -+++ b/fs/aufs/sbinfo.c -@@ -0,0 +1,292 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * superblock private data -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * they are necessary regardless sysfs is disabled. -+ */ -+void au_si_free(struct kobject *kobj) -+{ -+ int i; -+ struct au_sbinfo *sbinfo; -+ char *locked __maybe_unused; /* debug only */ -+ -+ sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); -+ for (i = 0; i < AuPlink_NHASH; i++) -+ AuDebugOn(!hlist_bl_empty(sbinfo->si_plink + i)); -+ AuDebugOn(atomic_read(&sbinfo->si_nowait.nw_len)); -+ -+ AuDebugOn(percpu_counter_sum(&sbinfo->si_ninodes)); -+ percpu_counter_destroy(&sbinfo->si_ninodes); -+ AuDebugOn(percpu_counter_sum(&sbinfo->si_nfiles)); -+ percpu_counter_destroy(&sbinfo->si_nfiles); -+ -+ au_rw_write_lock(&sbinfo->si_rwsem); -+ au_br_free(sbinfo); -+ au_rw_write_unlock(&sbinfo->si_rwsem); -+ -+ kfree(sbinfo->si_branch); -+ mutex_destroy(&sbinfo->si_xib_mtx); -+ AuRwDestroy(&sbinfo->si_rwsem); -+ -+ kfree(sbinfo); -+} -+ -+int au_si_alloc(struct super_block *sb) -+{ -+ int err, i; -+ struct au_sbinfo *sbinfo; -+ -+ err = -ENOMEM; -+ sbinfo = kzalloc(sizeof(*sbinfo), GFP_NOFS); -+ if (unlikely(!sbinfo)) -+ goto out; -+ -+ /* will be reallocated separately */ -+ sbinfo->si_branch = kzalloc(sizeof(*sbinfo->si_branch), GFP_NOFS); -+ if (unlikely(!sbinfo->si_branch)) -+ goto out_sbinfo; -+ -+ err = sysaufs_si_init(sbinfo); -+ if (unlikely(err)) -+ goto out_br; -+ -+ au_nwt_init(&sbinfo->si_nowait); -+ au_rw_init_wlock(&sbinfo->si_rwsem); -+ -+ percpu_counter_init(&sbinfo->si_ninodes, 0, GFP_NOFS); -+ percpu_counter_init(&sbinfo->si_nfiles, 0, GFP_NOFS); -+ -+ sbinfo->si_bbot = -1; -+ sbinfo->si_last_br_id = AUFS_BRANCH_MAX / 2; -+ -+ sbinfo->si_wbr_copyup = AuWbrCopyup_Def; -+ sbinfo->si_wbr_create = AuWbrCreate_Def; -+ sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + sbinfo->si_wbr_copyup; -+ sbinfo->si_wbr_create_ops = au_wbr_create_ops + sbinfo->si_wbr_create; -+ -+ au_fhsm_init(sbinfo); -+ -+ sbinfo->si_mntflags = au_opts_plink(AuOpt_Def); -+ -+ sbinfo->si_xino_jiffy = jiffies; -+ sbinfo->si_xino_expire -+ = msecs_to_jiffies(AUFS_XINO_DEF_SEC * MSEC_PER_SEC); -+ mutex_init(&sbinfo->si_xib_mtx); -+ sbinfo->si_xino_brid = -1; -+ /* leave si_xib_last_pindex and si_xib_next_bit */ -+ -+ INIT_HLIST_BL_HEAD(&sbinfo->si_aopen); -+ -+ sbinfo->si_rdcache = msecs_to_jiffies(AUFS_RDCACHE_DEF * MSEC_PER_SEC); -+ sbinfo->si_rdblk = AUFS_RDBLK_DEF; -+ sbinfo->si_rdhash = AUFS_RDHASH_DEF; -+ sbinfo->si_dirwh = AUFS_DIRWH_DEF; -+ -+ for (i = 0; i < AuPlink_NHASH; i++) -+ INIT_HLIST_BL_HEAD(sbinfo->si_plink + i); -+ init_waitqueue_head(&sbinfo->si_plink_wq); -+ spin_lock_init(&sbinfo->si_plink_maint_lock); -+ -+ INIT_HLIST_BL_HEAD(&sbinfo->si_files); -+ -+ /* with getattr by default */ -+ sbinfo->si_iop_array = aufs_iop; -+ -+ /* leave other members for sysaufs and si_mnt. */ -+ sbinfo->si_sb = sb; -+ sb->s_fs_info = sbinfo; -+ si_pid_set(sb); -+ return 0; /* success */ -+ -+out_br: -+ kfree(sbinfo->si_branch); -+out_sbinfo: -+ kfree(sbinfo); -+out: -+ return err; -+} -+ -+int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr, int may_shrink) -+{ -+ int err, sz; -+ struct au_branch **brp; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ err = -ENOMEM; -+ sz = sizeof(*brp) * (sbinfo->si_bbot + 1); -+ if (unlikely(!sz)) -+ sz = sizeof(*brp); -+ brp = au_kzrealloc(sbinfo->si_branch, sz, sizeof(*brp) * nbr, GFP_NOFS, -+ may_shrink); -+ if (brp) { -+ sbinfo->si_branch = brp; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+unsigned int au_sigen_inc(struct super_block *sb) -+{ -+ unsigned int gen; -+ struct inode *inode; -+ -+ SiMustWriteLock(sb); -+ -+ gen = ++au_sbi(sb)->si_generation; -+ au_update_digen(sb->s_root); -+ inode = d_inode(sb->s_root); -+ au_update_iigen(inode, /*half*/0); -+ inode->i_version++; -+ return gen; -+} -+ -+aufs_bindex_t au_new_br_id(struct super_block *sb) -+{ -+ aufs_bindex_t br_id; -+ int i; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ for (i = 0; i <= AUFS_BRANCH_MAX; i++) { -+ br_id = ++sbinfo->si_last_br_id; -+ AuDebugOn(br_id < 0); -+ if (br_id && au_br_index(sb, br_id) < 0) -+ return br_id; -+ } -+ -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* it is ok that new 'nwt' tasks are appended while we are sleeping */ -+int si_read_lock(struct super_block *sb, int flags) -+{ -+ int err; -+ -+ err = 0; -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ -+ si_noflush_read_lock(sb); -+ err = au_plink_maint(sb, flags); -+ if (unlikely(err)) -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+int si_write_lock(struct super_block *sb, int flags) -+{ -+ int err; -+ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ -+ si_noflush_write_lock(sb); -+ err = au_plink_maint(sb, flags); -+ if (unlikely(err)) -+ si_write_unlock(sb); -+ -+ return err; -+} -+ -+/* dentry and super_block lock. call at entry point */ -+int aufs_read_lock(struct dentry *dentry, int flags) -+{ -+ int err; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, flags); -+ if (unlikely(err)) -+ goto out; -+ -+ if (au_ftest_lock(flags, DW)) -+ di_write_lock_child(dentry); -+ else -+ di_read_lock_child(dentry, flags); -+ -+ if (au_ftest_lock(flags, GEN)) { -+ err = au_digen_test(dentry, au_sigen(sb)); -+ if (!au_opt_test(au_mntflags(sb), UDBA_NONE)) -+ AuDebugOn(!err && au_dbrange_test(dentry)); -+ else if (!err) -+ err = au_dbrange_test(dentry); -+ if (unlikely(err)) -+ aufs_read_unlock(dentry, flags); -+ } -+ -+out: -+ return err; -+} -+ -+void aufs_read_unlock(struct dentry *dentry, int flags) -+{ -+ if (au_ftest_lock(flags, DW)) -+ di_write_unlock(dentry); -+ else -+ di_read_unlock(dentry, flags); -+ si_read_unlock(dentry->d_sb); -+} -+ -+void aufs_write_lock(struct dentry *dentry) -+{ -+ si_write_lock(dentry->d_sb, AuLock_FLUSH | AuLock_NOPLMW); -+ di_write_lock_child(dentry); -+} -+ -+void aufs_write_unlock(struct dentry *dentry) -+{ -+ di_write_unlock(dentry); -+ si_write_unlock(dentry->d_sb); -+} -+ -+int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags) -+{ -+ int err; -+ unsigned int sigen; -+ struct super_block *sb; -+ -+ sb = d1->d_sb; -+ err = si_read_lock(sb, flags); -+ if (unlikely(err)) -+ goto out; -+ -+ di_write_lock2_child(d1, d2, au_ftest_lock(flags, DIRS)); -+ -+ if (au_ftest_lock(flags, GEN)) { -+ sigen = au_sigen(sb); -+ err = au_digen_test(d1, sigen); -+ AuDebugOn(!err && au_dbrange_test(d1)); -+ if (!err) { -+ err = au_digen_test(d2, sigen); -+ AuDebugOn(!err && au_dbrange_test(d2)); -+ } -+ if (unlikely(err)) -+ aufs_read_and_write_unlock2(d1, d2); -+ } -+ -+out: -+ return err; -+} -+ -+void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2) -+{ -+ di_write_unlock2(d1, d2); -+ si_read_unlock(d1->d_sb); -+} -diff --git a/fs/aufs/super.c b/fs/aufs/super.c -new file mode 100644 -index 000000000000..75c2e173fde1 ---- /dev/null -+++ b/fs/aufs/super.c -@@ -0,0 +1,1034 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount and super_block operations -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+/* -+ * super_operations -+ */ -+static struct inode *aufs_alloc_inode(struct super_block *sb __maybe_unused) -+{ -+ struct au_icntnr *c; -+ -+ c = au_cache_alloc_icntnr(); -+ if (c) { -+ au_icntnr_init(c); -+ c->vfs_inode.i_version = 1; /* sigen(sb); */ -+ c->iinfo.ii_hinode = NULL; -+ return &c->vfs_inode; -+ } -+ return NULL; -+} -+ -+static void aufs_destroy_inode_cb(struct rcu_head *head) -+{ -+ struct inode *inode = container_of(head, struct inode, i_rcu); -+ -+ au_cache_free_icntnr(container_of(inode, struct au_icntnr, vfs_inode)); -+} -+ -+static void aufs_destroy_inode(struct inode *inode) -+{ -+ if (!au_is_bad_inode(inode)) -+ au_iinfo_fin(inode); -+ call_rcu(&inode->i_rcu, aufs_destroy_inode_cb); -+} -+ -+struct inode *au_iget_locked(struct super_block *sb, ino_t ino) -+{ -+ struct inode *inode; -+ int err; -+ -+ inode = iget_locked(sb, ino); -+ if (unlikely(!inode)) { -+ inode = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ if (!(inode->i_state & I_NEW)) -+ goto out; -+ -+ err = au_xigen_new(inode); -+ if (!err) -+ err = au_iinfo_init(inode); -+ if (!err) -+ inode->i_version++; -+ else { -+ iget_failed(inode); -+ inode = ERR_PTR(err); -+ } -+ -+out: -+ /* never return NULL */ -+ AuDebugOn(!inode); -+ AuTraceErrPtr(inode); -+ return inode; -+} -+ -+/* lock free root dinfo */ -+static int au_show_brs(struct seq_file *seq, struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct path path; -+ struct au_hdentry *hdp; -+ struct au_branch *br; -+ au_br_perm_str_t perm; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ bindex = 0; -+ hdp = au_hdentry(au_di(sb->s_root), bindex); -+ for (; !err && bindex <= bbot; bindex++, hdp++) { -+ br = au_sbr(sb, bindex); -+ path.mnt = au_br_mnt(br); -+ path.dentry = hdp->hd_dentry; -+ err = au_seq_path(seq, &path); -+ if (!err) { -+ au_optstr_br_perm(&perm, br->br_perm); -+ seq_printf(seq, "=%s", perm.a); -+ if (bindex != bbot) -+ seq_putc(seq, ':'); -+ } -+ } -+ if (unlikely(err || seq_has_overflowed(seq))) -+ err = -E2BIG; -+ -+ return err; -+} -+ -+static void au_gen_fmt(char *fmt, int len __maybe_unused, const char *pat, -+ const char *append) -+{ -+ char *p; -+ -+ p = fmt; -+ while (*pat != ':') -+ *p++ = *pat++; -+ *p++ = *pat++; -+ strcpy(p, append); -+ AuDebugOn(strlen(fmt) >= len); -+} -+ -+static void au_show_wbr_create(struct seq_file *m, int v, -+ struct au_sbinfo *sbinfo) -+{ -+ const char *pat; -+ char fmt[32]; -+ struct au_wbr_mfs *mfs; -+ -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ -+ seq_puts(m, ",create="); -+ pat = au_optstr_wbr_create(v); -+ mfs = &sbinfo->si_wbr_mfs; -+ switch (v) { -+ case AuWbrCreate_TDP: -+ case AuWbrCreate_RR: -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_PMFS: -+ seq_puts(m, pat); -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_PMFSRR: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%llu"); -+ seq_printf(m, fmt, mfs->mfsrr_watermark); -+ break; -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%lu"); -+ seq_printf(m, fmt, -+ jiffies_to_msecs(mfs->mfs_expire) -+ / MSEC_PER_SEC); -+ break; -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%llu:%lu"); -+ seq_printf(m, fmt, mfs->mfsrr_watermark, -+ jiffies_to_msecs(mfs->mfs_expire) / MSEC_PER_SEC); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+static int au_show_xino(struct seq_file *seq, struct super_block *sb) -+{ -+#ifdef CONFIG_SYSFS -+ return 0; -+#else -+ int err; -+ const int len = sizeof(AUFS_XINO_FNAME) - 1; -+ aufs_bindex_t bindex, brid; -+ struct qstr *name; -+ struct file *f; -+ struct dentry *d, *h_root; -+ -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ -+ err = 0; -+ f = au_sbi(sb)->si_xib; -+ if (!f) -+ goto out; -+ -+ /* stop printing the default xino path on the first writable branch */ -+ h_root = NULL; -+ brid = au_xino_brid(sb); -+ if (brid >= 0) { -+ bindex = au_br_index(sb, brid); -+ h_root = au_hdentry(au_di(sb->s_root), bindex)->hd_dentry; -+ } -+ d = f->f_path.dentry; -+ name = &d->d_name; -+ /* safe ->d_parent because the file is unlinked */ -+ if (d->d_parent == h_root -+ && name->len == len -+ && !memcmp(name->name, AUFS_XINO_FNAME, len)) -+ goto out; -+ -+ seq_puts(seq, ",xino="); -+ err = au_xino_path(seq, f); -+ -+out: -+ return err; -+#endif -+} -+ -+/* seq_file will re-call me in case of too long string */ -+static int aufs_show_options(struct seq_file *m, struct dentry *dentry) -+{ -+ int err; -+ unsigned int mnt_flags, v; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+#define AuBool(name, str) do { \ -+ v = au_opt_test(mnt_flags, name); \ -+ if (v != au_opt_test(AuOpt_Def, name)) \ -+ seq_printf(m, ",%s" #str, v ? "" : "no"); \ -+} while (0) -+ -+#define AuStr(name, str) do { \ -+ v = mnt_flags & AuOptMask_##name; \ -+ if (v != (AuOpt_Def & AuOptMask_##name)) \ -+ seq_printf(m, "," #str "=%s", au_optstr_##str(v)); \ -+} while (0) -+ -+#define AuUInt(name, str, val) do { \ -+ if (val != AUFS_##name##_DEF) \ -+ seq_printf(m, "," #str "=%u", val); \ -+} while (0) -+ -+ sb = dentry->d_sb; -+ if (sb->s_flags & MS_POSIXACL) -+ seq_puts(m, ",acl"); -+ -+ /* lock free root dinfo */ -+ si_noflush_read_lock(sb); -+ sbinfo = au_sbi(sb); -+ seq_printf(m, ",si=%lx", sysaufs_si_id(sbinfo)); -+ -+ mnt_flags = au_mntflags(sb); -+ if (au_opt_test(mnt_flags, XINO)) { -+ err = au_show_xino(m, sb); -+ if (unlikely(err)) -+ goto out; -+ } else -+ seq_puts(m, ",noxino"); -+ -+ AuBool(TRUNC_XINO, trunc_xino); -+ AuStr(UDBA, udba); -+ AuBool(SHWH, shwh); -+ AuBool(PLINK, plink); -+ AuBool(DIO, dio); -+ AuBool(DIRPERM1, dirperm1); -+ -+ v = sbinfo->si_wbr_create; -+ if (v != AuWbrCreate_Def) -+ au_show_wbr_create(m, v, sbinfo); -+ -+ v = sbinfo->si_wbr_copyup; -+ if (v != AuWbrCopyup_Def) -+ seq_printf(m, ",cpup=%s", au_optstr_wbr_copyup(v)); -+ -+ v = au_opt_test(mnt_flags, ALWAYS_DIROPQ); -+ if (v != au_opt_test(AuOpt_Def, ALWAYS_DIROPQ)) -+ seq_printf(m, ",diropq=%c", v ? 'a' : 'w'); -+ -+ AuUInt(DIRWH, dirwh, sbinfo->si_dirwh); -+ -+ v = jiffies_to_msecs(sbinfo->si_rdcache) / MSEC_PER_SEC; -+ AuUInt(RDCACHE, rdcache, v); -+ -+ AuUInt(RDBLK, rdblk, sbinfo->si_rdblk); -+ AuUInt(RDHASH, rdhash, sbinfo->si_rdhash); -+ -+ au_fhsm_show(m, sbinfo); -+ -+ AuBool(DIRREN, dirren); -+ AuBool(SUM, sum); -+ /* AuBool(SUM_W, wsum); */ -+ AuBool(WARN_PERM, warn_perm); -+ AuBool(VERBOSE, verbose); -+ -+out: -+ /* be sure to print "br:" last */ -+ if (!sysaufs_brs) { -+ seq_puts(m, ",br:"); -+ au_show_brs(m, sb); -+ } -+ si_read_unlock(sb); -+ return 0; -+ -+#undef AuBool -+#undef AuStr -+#undef AuUInt -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* sum mode which returns the summation for statfs(2) */ -+ -+static u64 au_add_till_max(u64 a, u64 b) -+{ -+ u64 old; -+ -+ old = a; -+ a += b; -+ if (old <= a) -+ return a; -+ return ULLONG_MAX; -+} -+ -+static u64 au_mul_till_max(u64 a, long mul) -+{ -+ u64 old; -+ -+ old = a; -+ a *= mul; -+ if (old <= a) -+ return a; -+ return ULLONG_MAX; -+} -+ -+static int au_statfs_sum(struct super_block *sb, struct kstatfs *buf) -+{ -+ int err; -+ long bsize, factor; -+ u64 blocks, bfree, bavail, files, ffree; -+ aufs_bindex_t bbot, bindex, i; -+ unsigned char shared; -+ struct path h_path; -+ struct super_block *h_sb; -+ -+ err = 0; -+ bsize = LONG_MAX; -+ files = 0; -+ ffree = 0; -+ blocks = 0; -+ bfree = 0; -+ bavail = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ h_sb = h_path.mnt->mnt_sb; -+ shared = 0; -+ for (i = 0; !shared && i < bindex; i++) -+ shared = (au_sbr_sb(sb, i) == h_sb); -+ if (shared) -+ continue; -+ -+ /* sb->s_root for NFS is unreliable */ -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, buf); -+ if (unlikely(err)) -+ goto out; -+ -+ if (bsize > buf->f_bsize) { -+ /* -+ * we will reduce bsize, so we have to expand blocks -+ * etc. to match them again -+ */ -+ factor = (bsize / buf->f_bsize); -+ blocks = au_mul_till_max(blocks, factor); -+ bfree = au_mul_till_max(bfree, factor); -+ bavail = au_mul_till_max(bavail, factor); -+ bsize = buf->f_bsize; -+ } -+ -+ factor = (buf->f_bsize / bsize); -+ blocks = au_add_till_max(blocks, -+ au_mul_till_max(buf->f_blocks, factor)); -+ bfree = au_add_till_max(bfree, -+ au_mul_till_max(buf->f_bfree, factor)); -+ bavail = au_add_till_max(bavail, -+ au_mul_till_max(buf->f_bavail, factor)); -+ files = au_add_till_max(files, buf->f_files); -+ ffree = au_add_till_max(ffree, buf->f_ffree); -+ } -+ -+ buf->f_bsize = bsize; -+ buf->f_blocks = blocks; -+ buf->f_bfree = bfree; -+ buf->f_bavail = bavail; -+ buf->f_files = files; -+ buf->f_ffree = ffree; -+ buf->f_frsize = 0; -+ -+out: -+ return err; -+} -+ -+static int aufs_statfs(struct dentry *dentry, struct kstatfs *buf) -+{ -+ int err; -+ struct path h_path; -+ struct super_block *sb; -+ -+ /* lock free root dinfo */ -+ sb = dentry->d_sb; -+ si_noflush_read_lock(sb); -+ if (!au_opt_test(au_mntflags(sb), SUM)) { -+ /* sb->s_root for NFS is unreliable */ -+ h_path.mnt = au_sbr_mnt(sb, 0); -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, buf); -+ } else -+ err = au_statfs_sum(sb, buf); -+ si_read_unlock(sb); -+ -+ if (!err) { -+ buf->f_type = AUFS_SUPER_MAGIC; -+ buf->f_namelen = AUFS_MAX_NAMELEN; -+ memset(&buf->f_fsid, 0, sizeof(buf->f_fsid)); -+ } -+ /* buf->f_bsize = buf->f_blocks = buf->f_bfree = buf->f_bavail = -1; */ -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_sync_fs(struct super_block *sb, int wait) -+{ -+ int err, e; -+ aufs_bindex_t bbot, bindex; -+ struct au_branch *br; -+ struct super_block *h_sb; -+ -+ err = 0; -+ si_noflush_read_lock(sb); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_writable(br->br_perm)) -+ continue; -+ -+ h_sb = au_sbr_sb(sb, bindex); -+ e = vfsub_sync_filesystem(h_sb, wait); -+ if (unlikely(e && !err)) -+ err = e; -+ /* go on even if an error happens */ -+ } -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* final actions when unmounting a file system */ -+static void aufs_put_super(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = au_sbi(sb); -+ if (!sbinfo) -+ return; -+ -+ dbgaufs_si_fin(sbinfo); -+ kobject_put(&sbinfo->si_kobj); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, -+ struct super_block *sb, void *arg) -+{ -+ void *array; -+ unsigned long long n, sz; -+ -+ array = NULL; -+ n = 0; -+ if (!*hint) -+ goto out; -+ -+ if (*hint > ULLONG_MAX / sizeof(array)) { -+ array = ERR_PTR(-EMFILE); -+ pr_err("hint %llu\n", *hint); -+ goto out; -+ } -+ -+ sz = sizeof(array) * *hint; -+ array = kzalloc(sz, GFP_NOFS); -+ if (unlikely(!array)) -+ array = vzalloc(sz); -+ if (unlikely(!array)) { -+ array = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ n = cb(sb, array, *hint, arg); -+ AuDebugOn(n > *hint); -+ -+out: -+ *hint = n; -+ return array; -+} -+ -+static unsigned long long au_iarray_cb(struct super_block *sb, void *a, -+ unsigned long long max __maybe_unused, -+ void *arg) -+{ -+ unsigned long long n; -+ struct inode **p, *inode; -+ struct list_head *head; -+ -+ n = 0; -+ p = a; -+ head = arg; -+ spin_lock(&sb->s_inode_list_lock); -+ list_for_each_entry(inode, head, i_sb_list) { -+ if (!au_is_bad_inode(inode) -+ && au_ii(inode)->ii_btop >= 0) { -+ spin_lock(&inode->i_lock); -+ if (atomic_read(&inode->i_count)) { -+ au_igrab(inode); -+ *p++ = inode; -+ n++; -+ AuDebugOn(n > max); -+ } -+ spin_unlock(&inode->i_lock); -+ } -+ } -+ spin_unlock(&sb->s_inode_list_lock); -+ -+ return n; -+} -+ -+struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max) -+{ -+ *max = au_ninodes(sb); -+ return au_array_alloc(max, au_iarray_cb, sb, &sb->s_inodes); -+} -+ -+void au_iarray_free(struct inode **a, unsigned long long max) -+{ -+ unsigned long long ull; -+ -+ for (ull = 0; ull < max; ull++) -+ iput(a[ull]); -+ kvfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * refresh dentry and inode at remount time. -+ */ -+/* todo: consolidate with simple_reval_dpath() and au_reval_for_attr() */ -+static int au_do_refresh(struct dentry *dentry, unsigned int dir_flags, -+ struct dentry *parent) -+{ -+ int err; -+ -+ di_write_lock_child(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(dentry, parent); -+ if (!err && dir_flags) -+ au_hn_reset(d_inode(dentry), dir_flags); -+ di_read_unlock(parent, AuLock_IR); -+ di_write_unlock(dentry); -+ -+ return err; -+} -+ -+static int au_do_refresh_d(struct dentry *dentry, unsigned int sigen, -+ struct au_sbinfo *sbinfo, -+ const unsigned int dir_flags, unsigned int do_idop) -+{ -+ int err; -+ struct dentry *parent; -+ -+ err = 0; -+ parent = dget_parent(dentry); -+ if (!au_digen_test(parent, sigen) && au_digen_test(dentry, sigen)) { -+ if (d_really_is_positive(dentry)) { -+ if (!d_is_dir(dentry)) -+ err = au_do_refresh(dentry, /*dir_flags*/0, -+ parent); -+ else { -+ err = au_do_refresh(dentry, dir_flags, parent); -+ if (unlikely(err)) -+ au_fset_si(sbinfo, FAILED_REFRESH_DIR); -+ } -+ } else -+ err = au_do_refresh(dentry, /*dir_flags*/0, parent); -+ AuDbgDentry(dentry); -+ } -+ dput(parent); -+ -+ if (!err) { -+ if (do_idop) -+ au_refresh_dop(dentry, /*force_reval*/0); -+ } else -+ au_refresh_dop(dentry, /*force_reval*/1); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_refresh_d(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, i, j, ndentry, e; -+ unsigned int sigen; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries, *d; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root = sb->s_root; -+ const unsigned int dir_flags = au_hi_flags(d_inode(root), /*isdir*/1); -+ -+ if (do_idop) -+ au_refresh_dop(root, /*force_reval*/0); -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, root, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ sigen = au_sigen(sb); -+ sbinfo = au_sbi(sb); -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ d = dentries[j]; -+ e = au_do_refresh_d(d, sigen, sbinfo, dir_flags, -+ do_idop); -+ if (unlikely(e && !err)) -+ err = e; -+ /* go on even err */ -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int au_refresh_i(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, e; -+ unsigned int sigen; -+ unsigned long long max, ull; -+ struct inode *inode, **array; -+ -+ array = au_iarray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ sigen = au_sigen(sb); -+ for (ull = 0; ull < max; ull++) { -+ inode = array[ull]; -+ if (unlikely(!inode)) -+ break; -+ -+ e = 0; -+ ii_write_lock_child(inode); -+ if (au_iigen(inode, NULL) != sigen) { -+ e = au_refresh_hinode_self(inode); -+ if (unlikely(e)) { -+ au_refresh_iop(inode, /*force_getattr*/1); -+ pr_err("error %d, i%lu\n", e, inode->i_ino); -+ if (!err) -+ err = e; -+ /* go on even if err */ -+ } -+ } -+ if (!e && do_idop) -+ au_refresh_iop(inode, /*force_getattr*/0); -+ ii_write_unlock(inode); -+ } -+ -+ au_iarray_free(array, max); -+ -+out: -+ return err; -+} -+ -+static void au_remount_refresh(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, e; -+ unsigned int udba; -+ aufs_bindex_t bindex, bbot; -+ struct dentry *root; -+ struct inode *inode; -+ struct au_branch *br; -+ struct au_sbinfo *sbi; -+ -+ au_sigen_inc(sb); -+ sbi = au_sbi(sb); -+ au_fclr_si(sbi, FAILED_REFRESH_DIR); -+ -+ root = sb->s_root; -+ DiMustNoWaiters(root); -+ inode = d_inode(root); -+ IiMustNoWaiters(inode); -+ -+ udba = au_opt_udba(sb); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_hnotify_reset_br(udba, br, br->br_perm); -+ if (unlikely(err)) -+ AuIOErr("hnotify failed on br %d, %d, ignored\n", -+ bindex, err); -+ /* go on even if err */ -+ } -+ au_hn_reset(inode, au_hi_flags(inode, /*isdir*/1)); -+ -+ if (do_idop) { -+ if (au_ftest_si(sbi, NO_DREVAL)) { -+ AuDebugOn(sb->s_d_op == &aufs_dop_noreval); -+ sb->s_d_op = &aufs_dop_noreval; -+ AuDebugOn(sbi->si_iop_array == aufs_iop_nogetattr); -+ sbi->si_iop_array = aufs_iop_nogetattr; -+ } else { -+ AuDebugOn(sb->s_d_op == &aufs_dop); -+ sb->s_d_op = &aufs_dop; -+ AuDebugOn(sbi->si_iop_array == aufs_iop); -+ sbi->si_iop_array = aufs_iop; -+ } -+ pr_info("reset to %pf and %pf\n", -+ sb->s_d_op, sbi->si_iop_array); -+ } -+ -+ di_write_unlock(root); -+ err = au_refresh_d(sb, do_idop); -+ e = au_refresh_i(sb, do_idop); -+ if (unlikely(e && !err)) -+ err = e; -+ /* aufs_write_lock() calls ..._child() */ -+ di_write_lock_child(root); -+ -+ au_cpup_attr_all(inode, /*force*/1); -+ -+ if (unlikely(err)) -+ AuIOErr("refresh failed, ignored, %d\n", err); -+} -+ -+/* stop extra interpretation of errno in mount(8), and strange error messages */ -+static int cvt_err(int err) -+{ -+ AuTraceErr(err); -+ -+ switch (err) { -+ case -ENOENT: -+ case -ENOTDIR: -+ case -EEXIST: -+ case -EIO: -+ err = -EINVAL; -+ } -+ return err; -+} -+ -+static int aufs_remount_fs(struct super_block *sb, int *flags, char *data) -+{ -+ int err, do_dx; -+ unsigned int mntflags; -+ struct au_opts opts = { -+ .opt = NULL -+ }; -+ struct dentry *root; -+ struct inode *inode; -+ struct au_sbinfo *sbinfo; -+ -+ err = 0; -+ root = sb->s_root; -+ if (!data || !*data) { -+ err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (!err) { -+ di_write_lock_child(root); -+ err = au_opts_verify(sb, *flags, /*pending*/0); -+ aufs_write_unlock(root); -+ } -+ goto out; -+ } -+ -+ err = -ENOMEM; -+ opts.opt = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!opts.opt)) -+ goto out; -+ opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); -+ opts.flags = AuOpts_REMOUNT; -+ opts.sb_flags = *flags; -+ -+ /* parse it before aufs lock */ -+ err = au_opts_parse(sb, data, &opts); -+ if (unlikely(err)) -+ goto out_opts; -+ -+ sbinfo = au_sbi(sb); -+ inode = d_inode(root); -+ inode_lock(inode); -+ err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_mtx; -+ di_write_lock_child(root); -+ -+ /* au_opts_remount() may return an error */ -+ err = au_opts_remount(sb, &opts); -+ au_opts_free(&opts); -+ -+ if (au_ftest_opts(opts.flags, REFRESH)) -+ au_remount_refresh(sb, au_ftest_opts(opts.flags, REFRESH_IDOP)); -+ -+ if (au_ftest_opts(opts.flags, REFRESH_DYAOP)) { -+ mntflags = au_mntflags(sb); -+ do_dx = !!au_opt_test(mntflags, DIO); -+ au_dy_arefresh(do_dx); -+ } -+ -+ au_fhsm_wrote_all(sb, /*force*/1); /* ?? */ -+ aufs_write_unlock(root); -+ -+out_mtx: -+ inode_unlock(inode); -+out_opts: -+ free_page((unsigned long)opts.opt); -+out: -+ err = cvt_err(err); -+ AuTraceErr(err); -+ return err; -+} -+ -+static const struct super_operations aufs_sop = { -+ .alloc_inode = aufs_alloc_inode, -+ .destroy_inode = aufs_destroy_inode, -+ /* always deleting, no clearing */ -+ .drop_inode = generic_delete_inode, -+ .show_options = aufs_show_options, -+ .statfs = aufs_statfs, -+ .put_super = aufs_put_super, -+ .sync_fs = aufs_sync_fs, -+ .remount_fs = aufs_remount_fs -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int alloc_root(struct super_block *sb) -+{ -+ int err; -+ struct inode *inode; -+ struct dentry *root; -+ -+ err = -ENOMEM; -+ inode = au_iget_locked(sb, AUFS_ROOT_INO); -+ err = PTR_ERR(inode); -+ if (IS_ERR(inode)) -+ goto out; -+ -+ inode->i_op = aufs_iop + AuIop_DIR; /* with getattr by default */ -+ inode->i_fop = &aufs_dir_fop; -+ inode->i_mode = S_IFDIR; -+ set_nlink(inode, 2); -+ unlock_new_inode(inode); -+ -+ root = d_make_root(inode); -+ if (unlikely(!root)) -+ goto out; -+ err = PTR_ERR(root); -+ if (IS_ERR(root)) -+ goto out; -+ -+ err = au_di_init(root); -+ if (!err) { -+ sb->s_root = root; -+ return 0; /* success */ -+ } -+ dput(root); -+ -+out: -+ return err; -+} -+ -+static int aufs_fill_super(struct super_block *sb, void *raw_data, -+ int silent __maybe_unused) -+{ -+ int err; -+ struct au_opts opts = { -+ .opt = NULL -+ }; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root; -+ struct inode *inode; -+ char *arg = raw_data; -+ -+ if (unlikely(!arg || !*arg)) { -+ err = -EINVAL; -+ pr_err("no arg\n"); -+ goto out; -+ } -+ -+ err = -ENOMEM; -+ opts.opt = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!opts.opt)) -+ goto out; -+ opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); -+ opts.sb_flags = sb->s_flags; -+ -+ err = au_si_alloc(sb); -+ if (unlikely(err)) -+ goto out_opts; -+ sbinfo = au_sbi(sb); -+ -+ /* all timestamps always follow the ones on the branch */ -+ sb->s_flags |= MS_NOATIME | MS_NODIRATIME; -+ sb->s_op = &aufs_sop; -+ sb->s_d_op = &aufs_dop; -+ sb->s_magic = AUFS_SUPER_MAGIC; -+ sb->s_maxbytes = 0; -+ sb->s_stack_depth = 1; -+ au_export_init(sb); -+ au_xattr_init(sb); -+ -+ err = alloc_root(sb); -+ if (unlikely(err)) { -+ si_write_unlock(sb); -+ goto out_info; -+ } -+ root = sb->s_root; -+ inode = d_inode(root); -+ -+ /* -+ * actually we can parse options regardless aufs lock here. -+ * but at remount time, parsing must be done before aufs lock. -+ * so we follow the same rule. -+ */ -+ ii_write_lock_parent(inode); -+ aufs_write_unlock(root); -+ err = au_opts_parse(sb, arg, &opts); -+ if (unlikely(err)) -+ goto out_root; -+ -+ /* lock vfs_inode first, then aufs. */ -+ inode_lock(inode); -+ aufs_write_lock(root); -+ err = au_opts_mount(sb, &opts); -+ au_opts_free(&opts); -+ if (!err && au_ftest_si(sbinfo, NO_DREVAL)) { -+ sb->s_d_op = &aufs_dop_noreval; -+ pr_info("%pf\n", sb->s_d_op); -+ au_refresh_dop(root, /*force_reval*/0); -+ sbinfo->si_iop_array = aufs_iop_nogetattr; -+ au_refresh_iop(inode, /*force_getattr*/0); -+ } -+ aufs_write_unlock(root); -+ inode_unlock(inode); -+ if (!err) -+ goto out_opts; /* success */ -+ -+out_root: -+ dput(root); -+ sb->s_root = NULL; -+out_info: -+ dbgaufs_si_fin(sbinfo); -+ kobject_put(&sbinfo->si_kobj); -+ sb->s_fs_info = NULL; -+out_opts: -+ free_page((unsigned long)opts.opt); -+out: -+ AuTraceErr(err); -+ err = cvt_err(err); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *aufs_mount(struct file_system_type *fs_type, int flags, -+ const char *dev_name __maybe_unused, -+ void *raw_data) -+{ -+ struct dentry *root; -+ struct super_block *sb; -+ -+ /* all timestamps always follow the ones on the branch */ -+ /* mnt->mnt_flags |= MNT_NOATIME | MNT_NODIRATIME; */ -+ root = mount_nodev(fs_type, flags, raw_data, aufs_fill_super); -+ if (IS_ERR(root)) -+ goto out; -+ -+ sb = root->d_sb; -+ si_write_lock(sb, !AuLock_FLUSH); -+ sysaufs_brs_add(sb, 0); -+ si_write_unlock(sb); -+ au_sbilist_add(sb); -+ -+out: -+ return root; -+} -+ -+static void aufs_kill_sb(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = au_sbi(sb); -+ if (sbinfo) { -+ au_sbilist_del(sb); -+ aufs_write_lock(sb->s_root); -+ au_fhsm_fin(sb); -+ if (sbinfo->si_wbr_create_ops->fin) -+ sbinfo->si_wbr_create_ops->fin(sb); -+ if (au_opt_test(sbinfo->si_mntflags, UDBA_HNOTIFY)) { -+ au_opt_set_udba(sbinfo->si_mntflags, UDBA_NONE); -+ au_remount_refresh(sb, /*do_idop*/0); -+ } -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_put(sb, /*verbose*/1); -+ au_xino_clr(sb); -+ au_dr_opt_flush(sb); -+ sbinfo->si_sb = NULL; -+ aufs_write_unlock(sb->s_root); -+ au_nwt_flush(&sbinfo->si_nowait); -+ } -+ kill_anon_super(sb); -+} -+ -+struct file_system_type aufs_fs_type = { -+ .name = AUFS_FSTYPE, -+ /* a race between rename and others */ -+ .fs_flags = FS_RENAME_DOES_D_MOVE, -+ .mount = aufs_mount, -+ .kill_sb = aufs_kill_sb, -+ /* no need to __module_get() and module_put(). */ -+ .owner = THIS_MODULE, -+}; -diff --git a/fs/aufs/super.h b/fs/aufs/super.h -new file mode 100644 -index 000000000000..9562f4debe9f ---- /dev/null -+++ b/fs/aufs/super.h -@@ -0,0 +1,614 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * super_block operations -+ */ -+ -+#ifndef __AUFS_SUPER_H__ -+#define __AUFS_SUPER_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include "hbl.h" -+#include "rwsem.h" -+#include "wkq.h" -+ -+/* policies to select one among multiple writable branches */ -+struct au_wbr_copyup_operations { -+ int (*copyup)(struct dentry *dentry); -+}; -+ -+#define AuWbr_DIR 1 /* target is a dir */ -+#define AuWbr_PARENT (1 << 1) /* always require a parent */ -+ -+#define au_ftest_wbr(flags, name) ((flags) & AuWbr_##name) -+#define au_fset_wbr(flags, name) { (flags) |= AuWbr_##name; } -+#define au_fclr_wbr(flags, name) { (flags) &= ~AuWbr_##name; } -+ -+struct au_wbr_create_operations { -+ int (*create)(struct dentry *dentry, unsigned int flags); -+ int (*init)(struct super_block *sb); -+ int (*fin)(struct super_block *sb); -+}; -+ -+struct au_wbr_mfs { -+ struct mutex mfs_lock; /* protect this structure */ -+ unsigned long mfs_jiffy; -+ unsigned long mfs_expire; -+ aufs_bindex_t mfs_bindex; -+ -+ unsigned long long mfsrr_bytes; -+ unsigned long long mfsrr_watermark; -+}; -+ -+#define AuPlink_NHASH 100 -+static inline int au_plink_hash(ino_t ino) -+{ -+ return ino % AuPlink_NHASH; -+} -+ -+/* File-based Hierarchical Storage Management */ -+struct au_fhsm { -+#ifdef CONFIG_AUFS_FHSM -+ /* allow only one process who can receive the notification */ -+ spinlock_t fhsm_spin; -+ pid_t fhsm_pid; -+ wait_queue_head_t fhsm_wqh; -+ atomic_t fhsm_readable; -+ -+ /* these are protected by si_rwsem */ -+ unsigned long fhsm_expire; -+ aufs_bindex_t fhsm_bottom; -+#endif -+}; -+ -+struct au_branch; -+struct au_sbinfo { -+ /* nowait tasks in the system-wide workqueue */ -+ struct au_nowait_tasks si_nowait; -+ -+ /* -+ * tried sb->s_umount, but failed due to the dependecy between i_mutex. -+ * rwsem for au_sbinfo is necessary. -+ */ -+ struct au_rwsem si_rwsem; -+ -+ /* -+ * dirty approach to protect sb->sb_inodes and ->s_files (gone) from -+ * remount. -+ */ -+ struct percpu_counter si_ninodes, si_nfiles; -+ -+ /* branch management */ -+ unsigned int si_generation; -+ -+ /* see AuSi_ flags */ -+ unsigned char au_si_status; -+ -+ aufs_bindex_t si_bbot; -+ -+ /* dirty trick to keep br_id plus */ -+ unsigned int si_last_br_id : -+ sizeof(aufs_bindex_t) * BITS_PER_BYTE - 1; -+ struct au_branch **si_branch; -+ -+ /* policy to select a writable branch */ -+ unsigned char si_wbr_copyup; -+ unsigned char si_wbr_create; -+ struct au_wbr_copyup_operations *si_wbr_copyup_ops; -+ struct au_wbr_create_operations *si_wbr_create_ops; -+ -+ /* round robin */ -+ atomic_t si_wbr_rr_next; -+ -+ /* most free space */ -+ struct au_wbr_mfs si_wbr_mfs; -+ -+ /* File-based Hierarchical Storage Management */ -+ struct au_fhsm si_fhsm; -+ -+ /* mount flags */ -+ /* include/asm-ia64/siginfo.h defines a macro named si_flags */ -+ unsigned int si_mntflags; -+ -+ /* external inode number (bitmap and translation table) */ -+ vfs_readf_t si_xread; -+ vfs_writef_t si_xwrite; -+ struct file *si_xib; -+ struct mutex si_xib_mtx; /* protect xib members */ -+ unsigned long *si_xib_buf; -+ unsigned long si_xib_last_pindex; -+ int si_xib_next_bit; -+ aufs_bindex_t si_xino_brid; -+ unsigned long si_xino_jiffy; -+ unsigned long si_xino_expire; -+ /* reserved for future use */ -+ /* unsigned long long si_xib_limit; */ /* Max xib file size */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+ /* i_generation */ -+ struct file *si_xigen; -+ atomic_t si_xigen_next; -+#endif -+ -+ /* dirty trick to suppoer atomic_open */ -+ struct hlist_bl_head si_aopen; -+ -+ /* vdir parameters */ -+ unsigned long si_rdcache; /* max cache time in jiffies */ -+ unsigned int si_rdblk; /* deblk size */ -+ unsigned int si_rdhash; /* hash size */ -+ -+ /* -+ * If the number of whiteouts are larger than si_dirwh, leave all of -+ * them after au_whtmp_ren to reduce the cost of rmdir(2). -+ * future fsck.aufs or kernel thread will remove them later. -+ * Otherwise, remove all whiteouts and the dir in rmdir(2). -+ */ -+ unsigned int si_dirwh; -+ -+ /* pseudo_link list */ -+ struct hlist_bl_head si_plink[AuPlink_NHASH]; -+ wait_queue_head_t si_plink_wq; -+ spinlock_t si_plink_maint_lock; -+ pid_t si_plink_maint_pid; -+ -+ /* file list */ -+ struct hlist_bl_head si_files; -+ -+ /* with/without getattr, brother of sb->s_d_op */ -+ struct inode_operations *si_iop_array; -+ -+ /* -+ * sysfs and lifetime management. -+ * this is not a small structure and it may be a waste of memory in case -+ * of sysfs is disabled, particulary when many aufs-es are mounted. -+ * but using sysfs is majority. -+ */ -+ struct kobject si_kobj; -+#ifdef CONFIG_DEBUG_FS -+ struct dentry *si_dbgaufs; -+ struct dentry *si_dbgaufs_plink; -+ struct dentry *si_dbgaufs_xib; -+#ifdef CONFIG_AUFS_EXPORT -+ struct dentry *si_dbgaufs_xigen; -+#endif -+#endif -+ -+#ifdef CONFIG_AUFS_SBILIST -+ struct hlist_bl_node si_list; -+#endif -+ -+ /* dirty, necessary for unmounting, sysfs and sysrq */ -+ struct super_block *si_sb; -+}; -+ -+/* sbinfo status flags */ -+/* -+ * set true when refresh_dirs() failed at remount time. -+ * then try refreshing dirs at access time again. -+ * if it is false, refreshing dirs at access time is unnecesary -+ */ -+#define AuSi_FAILED_REFRESH_DIR 1 -+#define AuSi_FHSM (1 << 1) /* fhsm is active now */ -+#define AuSi_NO_DREVAL (1 << 2) /* disable all d_revalidate */ -+ -+#ifndef CONFIG_AUFS_FHSM -+#undef AuSi_FHSM -+#define AuSi_FHSM 0 -+#endif -+ -+static inline unsigned char au_do_ftest_si(struct au_sbinfo *sbi, -+ unsigned int flag) -+{ -+ AuRwMustAnyLock(&sbi->si_rwsem); -+ return sbi->au_si_status & flag; -+} -+#define au_ftest_si(sbinfo, name) au_do_ftest_si(sbinfo, AuSi_##name) -+#define au_fset_si(sbinfo, name) do { \ -+ AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ -+ (sbinfo)->au_si_status |= AuSi_##name; \ -+} while (0) -+#define au_fclr_si(sbinfo, name) do { \ -+ AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ -+ (sbinfo)->au_si_status &= ~AuSi_##name; \ -+} while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policy to select one among writable branches */ -+#define AuWbrCopyup(sbinfo, ...) \ -+ ((sbinfo)->si_wbr_copyup_ops->copyup(__VA_ARGS__)) -+#define AuWbrCreate(sbinfo, ...) \ -+ ((sbinfo)->si_wbr_create_ops->create(__VA_ARGS__)) -+ -+/* flags for si_read_lock()/aufs_read_lock()/di_read_lock() */ -+#define AuLock_DW 1 /* write-lock dentry */ -+#define AuLock_IR (1 << 1) /* read-lock inode */ -+#define AuLock_IW (1 << 2) /* write-lock inode */ -+#define AuLock_FLUSH (1 << 3) /* wait for 'nowait' tasks */ -+#define AuLock_DIRS (1 << 4) /* target is a pair of dirs */ -+ /* except RENAME_EXCHANGE */ -+#define AuLock_NOPLM (1 << 5) /* return err in plm mode */ -+#define AuLock_NOPLMW (1 << 6) /* wait for plm mode ends */ -+#define AuLock_GEN (1 << 7) /* test digen/iigen */ -+#define au_ftest_lock(flags, name) ((flags) & AuLock_##name) -+#define au_fset_lock(flags, name) \ -+ do { (flags) |= AuLock_##name; } while (0) -+#define au_fclr_lock(flags, name) \ -+ do { (flags) &= ~AuLock_##name; } while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* super.c */ -+extern struct file_system_type aufs_fs_type; -+struct inode *au_iget_locked(struct super_block *sb, ino_t ino); -+typedef unsigned long long (*au_arraycb_t)(struct super_block *sb, void *array, -+ unsigned long long max, void *arg); -+void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, -+ struct super_block *sb, void *arg); -+struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max); -+void au_iarray_free(struct inode **a, unsigned long long max); -+ -+/* sbinfo.c */ -+void au_si_free(struct kobject *kobj); -+int au_si_alloc(struct super_block *sb); -+int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr, int may_shrink); -+ -+unsigned int au_sigen_inc(struct super_block *sb); -+aufs_bindex_t au_new_br_id(struct super_block *sb); -+ -+int si_read_lock(struct super_block *sb, int flags); -+int si_write_lock(struct super_block *sb, int flags); -+int aufs_read_lock(struct dentry *dentry, int flags); -+void aufs_read_unlock(struct dentry *dentry, int flags); -+void aufs_write_lock(struct dentry *dentry); -+void aufs_write_unlock(struct dentry *dentry); -+int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags); -+void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2); -+ -+/* wbr_policy.c */ -+extern struct au_wbr_copyup_operations au_wbr_copyup_ops[]; -+extern struct au_wbr_create_operations au_wbr_create_ops[]; -+int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex); -+int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t btop); -+ -+/* mvdown.c */ -+int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *arg); -+ -+#ifdef CONFIG_AUFS_FHSM -+/* fhsm.c */ -+ -+static inline pid_t au_fhsm_pid(struct au_fhsm *fhsm) -+{ -+ pid_t pid; -+ -+ spin_lock(&fhsm->fhsm_spin); -+ pid = fhsm->fhsm_pid; -+ spin_unlock(&fhsm->fhsm_spin); -+ -+ return pid; -+} -+ -+void au_fhsm_wrote(struct super_block *sb, aufs_bindex_t bindex, int force); -+void au_fhsm_wrote_all(struct super_block *sb, int force); -+int au_fhsm_fd(struct super_block *sb, int oflags); -+int au_fhsm_br_alloc(struct au_branch *br); -+void au_fhsm_set_bottom(struct super_block *sb, aufs_bindex_t bindex); -+void au_fhsm_fin(struct super_block *sb); -+void au_fhsm_init(struct au_sbinfo *sbinfo); -+void au_fhsm_set(struct au_sbinfo *sbinfo, unsigned int sec); -+void au_fhsm_show(struct seq_file *seq, struct au_sbinfo *sbinfo); -+#else -+AuStubVoid(au_fhsm_wrote, struct super_block *sb, aufs_bindex_t bindex, -+ int force) -+AuStubVoid(au_fhsm_wrote_all, struct super_block *sb, int force) -+AuStub(int, au_fhsm_fd, return -EOPNOTSUPP, struct super_block *sb, int oflags) -+AuStub(pid_t, au_fhsm_pid, return 0, struct au_fhsm *fhsm) -+AuStubInt0(au_fhsm_br_alloc, struct au_branch *br) -+AuStubVoid(au_fhsm_set_bottom, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(au_fhsm_fin, struct super_block *sb) -+AuStubVoid(au_fhsm_init, struct au_sbinfo *sbinfo) -+AuStubVoid(au_fhsm_set, struct au_sbinfo *sbinfo, unsigned int sec) -+AuStubVoid(au_fhsm_show, struct seq_file *seq, struct au_sbinfo *sbinfo) -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_sbinfo *au_sbi(struct super_block *sb) -+{ -+ return sb->s_fs_info; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+int au_test_nfsd(void); -+void au_export_init(struct super_block *sb); -+void au_xigen_inc(struct inode *inode); -+int au_xigen_new(struct inode *inode); -+int au_xigen_set(struct super_block *sb, struct file *base); -+void au_xigen_clr(struct super_block *sb); -+ -+static inline int au_busy_or_stale(void) -+{ -+ if (!au_test_nfsd()) -+ return -EBUSY; -+ return -ESTALE; -+} -+#else -+AuStubInt0(au_test_nfsd, void) -+AuStubVoid(au_export_init, struct super_block *sb) -+AuStubVoid(au_xigen_inc, struct inode *inode) -+AuStubInt0(au_xigen_new, struct inode *inode) -+AuStubInt0(au_xigen_set, struct super_block *sb, struct file *base) -+AuStubVoid(au_xigen_clr, struct super_block *sb) -+AuStub(int, au_busy_or_stale, return -EBUSY, void) -+#endif /* CONFIG_AUFS_EXPORT */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_SBILIST -+/* module.c */ -+extern struct hlist_bl_head au_sbilist; -+ -+static inline void au_sbilist_init(void) -+{ -+ INIT_HLIST_BL_HEAD(&au_sbilist); -+} -+ -+static inline void au_sbilist_add(struct super_block *sb) -+{ -+ au_hbl_add(&au_sbi(sb)->si_list, &au_sbilist); -+} -+ -+static inline void au_sbilist_del(struct super_block *sb) -+{ -+ au_hbl_del(&au_sbi(sb)->si_list, &au_sbilist); -+} -+ -+#ifdef CONFIG_AUFS_MAGIC_SYSRQ -+static inline void au_sbilist_lock(void) -+{ -+ hlist_bl_lock(&au_sbilist); -+} -+ -+static inline void au_sbilist_unlock(void) -+{ -+ hlist_bl_unlock(&au_sbilist); -+} -+#define AuGFP_SBILIST GFP_ATOMIC -+#else -+AuStubVoid(au_sbilist_lock, void) -+AuStubVoid(au_sbilist_unlock, void) -+#define AuGFP_SBILIST GFP_NOFS -+#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ -+#else -+AuStubVoid(au_sbilist_init, void) -+AuStubVoid(au_sbilist_add, struct super_block *sb) -+AuStubVoid(au_sbilist_del, struct super_block *sb) -+AuStubVoid(au_sbilist_lock, void) -+AuStubVoid(au_sbilist_unlock, void) -+#define AuGFP_SBILIST GFP_NOFS -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void dbgaufs_si_null(struct au_sbinfo *sbinfo) -+{ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+#ifdef CONFIG_DEBUG_FS -+ sbinfo->si_dbgaufs = NULL; -+ sbinfo->si_dbgaufs_plink = NULL; -+ sbinfo->si_dbgaufs_xib = NULL; -+#ifdef CONFIG_AUFS_EXPORT -+ sbinfo->si_dbgaufs_xigen = NULL; -+#endif -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* current->atomic_flags */ -+/* this value should never corrupt the ones defined in linux/sched.h */ -+#define PFA_AUFS 7 -+ -+TASK_PFA_TEST(AUFS, test_aufs) /* task_test_aufs */ -+TASK_PFA_SET(AUFS, aufs) /* task_set_aufs */ -+TASK_PFA_CLEAR(AUFS, aufs) /* task_clear_aufs */ -+ -+static inline int si_pid_test(struct super_block *sb) -+{ -+ return !!task_test_aufs(current); -+} -+ -+static inline void si_pid_clr(struct super_block *sb) -+{ -+ AuDebugOn(!task_test_aufs(current)); -+ task_clear_aufs(current); -+} -+ -+static inline void si_pid_set(struct super_block *sb) -+{ -+ AuDebugOn(task_test_aufs(current)); -+ task_set_aufs(current); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock superblock. mainly for entry point functions */ -+#define __si_read_lock(sb) au_rw_read_lock(&au_sbi(sb)->si_rwsem) -+#define __si_write_lock(sb) au_rw_write_lock(&au_sbi(sb)->si_rwsem) -+#define __si_read_trylock(sb) au_rw_read_trylock(&au_sbi(sb)->si_rwsem) -+#define __si_write_trylock(sb) au_rw_write_trylock(&au_sbi(sb)->si_rwsem) -+/* -+#define __si_read_trylock_nested(sb) \ -+ au_rw_read_trylock_nested(&au_sbi(sb)->si_rwsem) -+#define __si_write_trylock_nested(sb) \ -+ au_rw_write_trylock_nested(&au_sbi(sb)->si_rwsem) -+*/ -+ -+#define __si_read_unlock(sb) au_rw_read_unlock(&au_sbi(sb)->si_rwsem) -+#define __si_write_unlock(sb) au_rw_write_unlock(&au_sbi(sb)->si_rwsem) -+#define __si_downgrade_lock(sb) au_rw_dgrade_lock(&au_sbi(sb)->si_rwsem) -+ -+#define SiMustNoWaiters(sb) AuRwMustNoWaiters(&au_sbi(sb)->si_rwsem) -+#define SiMustAnyLock(sb) AuRwMustAnyLock(&au_sbi(sb)->si_rwsem) -+#define SiMustWriteLock(sb) AuRwMustWriteLock(&au_sbi(sb)->si_rwsem) -+ -+static inline void si_noflush_read_lock(struct super_block *sb) -+{ -+ __si_read_lock(sb); -+ si_pid_set(sb); -+} -+ -+static inline int si_noflush_read_trylock(struct super_block *sb) -+{ -+ int locked; -+ -+ locked = __si_read_trylock(sb); -+ if (locked) -+ si_pid_set(sb); -+ return locked; -+} -+ -+static inline void si_noflush_write_lock(struct super_block *sb) -+{ -+ __si_write_lock(sb); -+ si_pid_set(sb); -+} -+ -+static inline int si_noflush_write_trylock(struct super_block *sb) -+{ -+ int locked; -+ -+ locked = __si_write_trylock(sb); -+ if (locked) -+ si_pid_set(sb); -+ return locked; -+} -+ -+#if 0 /* reserved */ -+static inline int si_read_trylock(struct super_block *sb, int flags) -+{ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ return si_noflush_read_trylock(sb); -+} -+#endif -+ -+static inline void si_read_unlock(struct super_block *sb) -+{ -+ si_pid_clr(sb); -+ __si_read_unlock(sb); -+} -+ -+#if 0 /* reserved */ -+static inline int si_write_trylock(struct super_block *sb, int flags) -+{ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ return si_noflush_write_trylock(sb); -+} -+#endif -+ -+static inline void si_write_unlock(struct super_block *sb) -+{ -+ si_pid_clr(sb); -+ __si_write_unlock(sb); -+} -+ -+#if 0 /* reserved */ -+static inline void si_downgrade_lock(struct super_block *sb) -+{ -+ __si_downgrade_lock(sb); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline aufs_bindex_t au_sbbot(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_bbot; -+} -+ -+static inline unsigned int au_mntflags(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_mntflags; -+} -+ -+static inline unsigned int au_sigen(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_generation; -+} -+ -+static inline unsigned long long au_ninodes(struct super_block *sb) -+{ -+ s64 n = percpu_counter_sum(&au_sbi(sb)->si_ninodes); -+ -+ BUG_ON(n < 0); -+ return n; -+} -+ -+static inline void au_ninodes_inc(struct super_block *sb) -+{ -+ percpu_counter_inc(&au_sbi(sb)->si_ninodes); -+} -+ -+static inline void au_ninodes_dec(struct super_block *sb) -+{ -+ percpu_counter_dec(&au_sbi(sb)->si_ninodes); -+} -+ -+static inline unsigned long long au_nfiles(struct super_block *sb) -+{ -+ s64 n = percpu_counter_sum(&au_sbi(sb)->si_nfiles); -+ -+ BUG_ON(n < 0); -+ return n; -+} -+ -+static inline void au_nfiles_inc(struct super_block *sb) -+{ -+ percpu_counter_inc(&au_sbi(sb)->si_nfiles); -+} -+ -+static inline void au_nfiles_dec(struct super_block *sb) -+{ -+ percpu_counter_dec(&au_sbi(sb)->si_nfiles); -+} -+ -+static inline struct au_branch *au_sbr(struct super_block *sb, -+ aufs_bindex_t bindex) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_branch[0 + bindex]; -+} -+ -+static inline void au_xino_brid_set(struct super_block *sb, aufs_bindex_t brid) -+{ -+ SiMustWriteLock(sb); -+ au_sbi(sb)->si_xino_brid = brid; -+} -+ -+static inline aufs_bindex_t au_xino_brid(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_xino_brid; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_SUPER_H__ */ -diff --git a/fs/aufs/sysaufs.c b/fs/aufs/sysaufs.c -new file mode 100644 -index 000000000000..505d6ef3371c ---- /dev/null -+++ b/fs/aufs/sysaufs.c -@@ -0,0 +1,92 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface and lifetime management -+ * they are necessary regardless sysfs is disabled. -+ */ -+ -+#include -+#include "aufs.h" -+ -+unsigned long sysaufs_si_mask; -+struct kset *sysaufs_kset; -+ -+#define AuSiAttr(_name) { \ -+ .attr = { .name = __stringify(_name), .mode = 0444 }, \ -+ .show = sysaufs_si_##_name, \ -+} -+ -+static struct sysaufs_si_attr sysaufs_si_attr_xi_path = AuSiAttr(xi_path); -+struct attribute *sysaufs_si_attrs[] = { -+ &sysaufs_si_attr_xi_path.attr, -+ NULL, -+}; -+ -+static const struct sysfs_ops au_sbi_ops = { -+ .show = sysaufs_si_show -+}; -+ -+static struct kobj_type au_sbi_ktype = { -+ .release = au_si_free, -+ .sysfs_ops = &au_sbi_ops, -+ .default_attrs = sysaufs_si_attrs -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int sysaufs_si_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ -+ sbinfo->si_kobj.kset = sysaufs_kset; -+ /* cf. sysaufs_name() */ -+ err = kobject_init_and_add -+ (&sbinfo->si_kobj, &au_sbi_ktype, /*&sysaufs_kset->kobj*/NULL, -+ SysaufsSiNamePrefix "%lx", sysaufs_si_id(sbinfo)); -+ -+ dbgaufs_si_null(sbinfo); -+ if (!err) { -+ err = dbgaufs_si_init(sbinfo); -+ if (unlikely(err)) -+ kobject_put(&sbinfo->si_kobj); -+ } -+ return err; -+} -+ -+void sysaufs_fin(void) -+{ -+ dbgaufs_fin(); -+ sysfs_remove_group(&sysaufs_kset->kobj, sysaufs_attr_group); -+ kset_unregister(sysaufs_kset); -+} -+ -+int __init sysaufs_init(void) -+{ -+ int err; -+ -+ do { -+ get_random_bytes(&sysaufs_si_mask, sizeof(sysaufs_si_mask)); -+ } while (!sysaufs_si_mask); -+ -+ err = -EINVAL; -+ sysaufs_kset = kset_create_and_add(AUFS_NAME, NULL, fs_kobj); -+ if (unlikely(!sysaufs_kset)) -+ goto out; -+ err = PTR_ERR(sysaufs_kset); -+ if (IS_ERR(sysaufs_kset)) -+ goto out; -+ err = sysfs_create_group(&sysaufs_kset->kobj, sysaufs_attr_group); -+ if (unlikely(err)) { -+ kset_unregister(sysaufs_kset); -+ goto out; -+ } -+ -+ err = dbgaufs_init(); -+ if (unlikely(err)) -+ sysaufs_fin(); -+out: -+ return err; -+} -diff --git a/fs/aufs/sysaufs.h b/fs/aufs/sysaufs.h -new file mode 100644 -index 000000000000..a4d84ce79e32 ---- /dev/null -+++ b/fs/aufs/sysaufs.h -@@ -0,0 +1,89 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface and mount lifetime management -+ */ -+ -+#ifndef __SYSAUFS_H__ -+#define __SYSAUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "module.h" -+ -+struct super_block; -+struct au_sbinfo; -+ -+struct sysaufs_si_attr { -+ struct attribute attr; -+ int (*show)(struct seq_file *seq, struct super_block *sb); -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* sysaufs.c */ -+extern unsigned long sysaufs_si_mask; -+extern struct kset *sysaufs_kset; -+extern struct attribute *sysaufs_si_attrs[]; -+int sysaufs_si_init(struct au_sbinfo *sbinfo); -+int __init sysaufs_init(void); -+void sysaufs_fin(void); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* some people doesn't like to show a pointer in kernel */ -+static inline unsigned long sysaufs_si_id(struct au_sbinfo *sbinfo) -+{ -+ return sysaufs_si_mask ^ (unsigned long)sbinfo; -+} -+ -+#define SysaufsSiNamePrefix "si_" -+#define SysaufsSiNameLen (sizeof(SysaufsSiNamePrefix) + 16) -+static inline void sysaufs_name(struct au_sbinfo *sbinfo, char *name) -+{ -+ snprintf(name, SysaufsSiNameLen, SysaufsSiNamePrefix "%lx", -+ sysaufs_si_id(sbinfo)); -+} -+ -+struct au_branch; -+#ifdef CONFIG_SYSFS -+/* sysfs.c */ -+extern struct attribute_group *sysaufs_attr_group; -+ -+int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb); -+ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, -+ char *buf); -+long au_brinfo_ioctl(struct file *file, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_brinfo_compat_ioctl(struct file *file, unsigned long arg); -+#endif -+ -+void sysaufs_br_init(struct au_branch *br); -+void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex); -+void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); -+ -+#define sysaufs_brs_init() do {} while (0) -+ -+#else -+#define sysaufs_attr_group NULL -+ -+AuStubInt0(sysaufs_si_xi_path, struct seq_file *seq, struct super_block *sb) -+AuStub(ssize_t, sysaufs_si_show, return 0, struct kobject *kobj, -+ struct attribute *attr, char *buf) -+AuStubVoid(sysaufs_br_init, struct au_branch *br) -+AuStubVoid(sysaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(sysaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) -+ -+static inline void sysaufs_brs_init(void) -+{ -+ sysaufs_brs = 0; -+} -+ -+#endif /* CONFIG_SYSFS */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __SYSAUFS_H__ */ -diff --git a/fs/aufs/sysfs.c b/fs/aufs/sysfs.c -new file mode 100644 -index 000000000000..d00aa523e242 ---- /dev/null -+++ b/fs/aufs/sysfs.c -@@ -0,0 +1,341 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static struct attribute *au_attr[] = { -+ NULL, /* need to NULL terminate the list of attributes */ -+}; -+ -+static struct attribute_group sysaufs_attr_group_body = { -+ .attrs = au_attr -+}; -+ -+struct attribute_group *sysaufs_attr_group = &sysaufs_attr_group_body; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb) -+{ -+ int err; -+ -+ SiMustAnyLock(sb); -+ -+ err = 0; -+ if (au_opt_test(au_mntflags(sb), XINO)) { -+ err = au_xino_path(seq, au_sbi(sb)->si_xib); -+ seq_putc(seq, '\n'); -+ } -+ return err; -+} -+ -+/* -+ * the lifetime of branch is independent from the entry under sysfs. -+ * sysfs handles the lifetime of the entry, and never call ->show() after it is -+ * unlinked. -+ */ -+static int sysaufs_si_br(struct seq_file *seq, struct super_block *sb, -+ aufs_bindex_t bindex, int idx) -+{ -+ int err; -+ struct path path; -+ struct dentry *root; -+ struct au_branch *br; -+ au_br_perm_str_t perm; -+ -+ AuDbg("b%d\n", bindex); -+ -+ err = 0; -+ root = sb->s_root; -+ di_read_lock_parent(root, !AuLock_IR); -+ br = au_sbr(sb, bindex); -+ -+ switch (idx) { -+ case AuBrSysfs_BR: -+ path.mnt = au_br_mnt(br); -+ path.dentry = au_h_dptr(root, bindex); -+ err = au_seq_path(seq, &path); -+ if (!err) { -+ au_optstr_br_perm(&perm, br->br_perm); -+ seq_printf(seq, "=%s\n", perm.a); -+ } -+ break; -+ case AuBrSysfs_BRID: -+ seq_printf(seq, "%d\n", br->br_id); -+ break; -+ } -+ di_read_unlock(root, !AuLock_IR); -+ if (unlikely(err || seq_has_overflowed(seq))) -+ err = -E2BIG; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct seq_file *au_seq(char *p, ssize_t len) -+{ -+ struct seq_file *seq; -+ -+ seq = kzalloc(sizeof(*seq), GFP_NOFS); -+ if (seq) { -+ /* mutex_init(&seq.lock); */ -+ seq->buf = p; -+ seq->size = len; -+ return seq; /* success */ -+ } -+ -+ seq = ERR_PTR(-ENOMEM); -+ return seq; -+} -+ -+#define SysaufsBr_PREFIX "br" -+#define SysaufsBrid_PREFIX "brid" -+ -+/* todo: file size may exceed PAGE_SIZE */ -+ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, -+ char *buf) -+{ -+ ssize_t err; -+ int idx; -+ long l; -+ aufs_bindex_t bbot; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct seq_file *seq; -+ char *name; -+ struct attribute **cattr; -+ -+ sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); -+ sb = sbinfo->si_sb; -+ -+ /* -+ * prevent a race condition between sysfs and aufs. -+ * for instance, sysfs_file_read() calls sysfs_get_active_two() which -+ * prohibits maintaining the sysfs entries. -+ * hew we acquire read lock after sysfs_get_active_two(). -+ * on the other hand, the remount process may maintain the sysfs/aufs -+ * entries after acquiring write lock. -+ * it can cause a deadlock. -+ * simply we gave up processing read here. -+ */ -+ err = -EBUSY; -+ if (unlikely(!si_noflush_read_trylock(sb))) -+ goto out; -+ -+ seq = au_seq(buf, PAGE_SIZE); -+ err = PTR_ERR(seq); -+ if (IS_ERR(seq)) -+ goto out_unlock; -+ -+ name = (void *)attr->name; -+ cattr = sysaufs_si_attrs; -+ while (*cattr) { -+ if (!strcmp(name, (*cattr)->name)) { -+ err = container_of(*cattr, struct sysaufs_si_attr, attr) -+ ->show(seq, sb); -+ goto out_seq; -+ } -+ cattr++; -+ } -+ -+ if (!strncmp(name, SysaufsBrid_PREFIX, -+ sizeof(SysaufsBrid_PREFIX) - 1)) { -+ idx = AuBrSysfs_BRID; -+ name += sizeof(SysaufsBrid_PREFIX) - 1; -+ } else if (!strncmp(name, SysaufsBr_PREFIX, -+ sizeof(SysaufsBr_PREFIX) - 1)) { -+ idx = AuBrSysfs_BR; -+ name += sizeof(SysaufsBr_PREFIX) - 1; -+ } else -+ BUG(); -+ -+ err = kstrtol(name, 10, &l); -+ if (!err) { -+ bbot = au_sbbot(sb); -+ if (l <= bbot) -+ err = sysaufs_si_br(seq, sb, (aufs_bindex_t)l, idx); -+ else -+ err = -ENOENT; -+ } -+ -+out_seq: -+ if (!err) { -+ err = seq->count; -+ /* sysfs limit */ -+ if (unlikely(err == PAGE_SIZE)) -+ err = -EFBIG; -+ } -+ kfree(seq); -+out_unlock: -+ si_read_unlock(sb); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_brinfo(struct super_block *sb, union aufs_brinfo __user *arg) -+{ -+ int err; -+ int16_t brid; -+ aufs_bindex_t bindex, bbot; -+ size_t sz; -+ char *buf; -+ struct seq_file *seq; -+ struct au_branch *br; -+ -+ si_read_lock(sb, AuLock_FLUSH); -+ bbot = au_sbbot(sb); -+ err = bbot + 1; -+ if (!arg) -+ goto out; -+ -+ err = -ENOMEM; -+ buf = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!buf)) -+ goto out; -+ -+ seq = au_seq(buf, PAGE_SIZE); -+ err = PTR_ERR(seq); -+ if (IS_ERR(seq)) -+ goto out_buf; -+ -+ sz = sizeof(*arg) - offsetof(union aufs_brinfo, path); -+ for (bindex = 0; bindex <= bbot; bindex++, arg++) { -+ err = !access_ok(VERIFY_WRITE, arg, sizeof(*arg)); -+ if (unlikely(err)) -+ break; -+ -+ br = au_sbr(sb, bindex); -+ brid = br->br_id; -+ BUILD_BUG_ON(sizeof(brid) != sizeof(arg->id)); -+ err = __put_user(brid, &arg->id); -+ if (unlikely(err)) -+ break; -+ -+ BUILD_BUG_ON(sizeof(br->br_perm) != sizeof(arg->perm)); -+ err = __put_user(br->br_perm, &arg->perm); -+ if (unlikely(err)) -+ break; -+ -+ err = au_seq_path(seq, &br->br_path); -+ if (unlikely(err)) -+ break; -+ seq_putc(seq, '\0'); -+ if (!seq_has_overflowed(seq)) { -+ err = copy_to_user(arg->path, seq->buf, seq->count); -+ seq->count = 0; -+ if (unlikely(err)) -+ break; -+ } else { -+ err = -E2BIG; -+ goto out_seq; -+ } -+ } -+ if (unlikely(err)) -+ err = -EFAULT; -+ -+out_seq: -+ kfree(seq); -+out_buf: -+ free_page((unsigned long)buf); -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+long au_brinfo_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_brinfo(file->f_path.dentry->d_sb, (void __user *)arg); -+} -+ -+#ifdef CONFIG_COMPAT -+long au_brinfo_compat_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_brinfo(file->f_path.dentry->d_sb, compat_ptr(arg)); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+void sysaufs_br_init(struct au_branch *br) -+{ -+ int i; -+ struct au_brsysfs *br_sysfs; -+ struct attribute *attr; -+ -+ br_sysfs = br->br_sysfs; -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ attr = &br_sysfs->attr; -+ sysfs_attr_init(attr); -+ attr->name = br_sysfs->name; -+ attr->mode = S_IRUGO; -+ br_sysfs++; -+ } -+} -+ -+void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_branch *br; -+ struct kobject *kobj; -+ struct au_brsysfs *br_sysfs; -+ int i; -+ aufs_bindex_t bbot; -+ -+ dbgaufs_brs_del(sb, bindex); -+ -+ if (!sysaufs_brs) -+ return; -+ -+ kobj = &au_sbi(sb)->si_kobj; -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ br_sysfs = br->br_sysfs; -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ sysfs_remove_file(kobj, &br_sysfs->attr); -+ br_sysfs++; -+ } -+ } -+} -+ -+void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err, i; -+ aufs_bindex_t bbot; -+ struct kobject *kobj; -+ struct au_branch *br; -+ struct au_brsysfs *br_sysfs; -+ -+ dbgaufs_brs_add(sb, bindex); -+ -+ if (!sysaufs_brs) -+ return; -+ -+ kobj = &au_sbi(sb)->si_kobj; -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ br_sysfs = br->br_sysfs; -+ snprintf(br_sysfs[AuBrSysfs_BR].name, sizeof(br_sysfs->name), -+ SysaufsBr_PREFIX "%d", bindex); -+ snprintf(br_sysfs[AuBrSysfs_BRID].name, sizeof(br_sysfs->name), -+ SysaufsBrid_PREFIX "%d", bindex); -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ err = sysfs_create_file(kobj, &br_sysfs->attr); -+ if (unlikely(err)) -+ pr_warn("failed %s under sysfs(%d)\n", -+ br_sysfs->name, err); -+ br_sysfs++; -+ } -+ } -+} -diff --git a/fs/aufs/sysrq.c b/fs/aufs/sysrq.c -new file mode 100644 -index 000000000000..d928d408d1e5 ---- /dev/null -+++ b/fs/aufs/sysrq.c -@@ -0,0 +1,147 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * magic sysrq hanlder -+ */ -+ -+/* #include */ -+#include -+#include "aufs.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void sysrq_sb(struct super_block *sb) -+{ -+ char *plevel; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ struct hlist_bl_head *files; -+ struct hlist_bl_node *pos; -+ struct au_finfo *finfo; -+ -+ plevel = au_plevel; -+ au_plevel = KERN_WARNING; -+ -+ /* since we define pr_fmt, call printk directly */ -+#define pr(str) printk(KERN_WARNING AUFS_NAME ": " str) -+ -+ sbinfo = au_sbi(sb); -+ printk(KERN_WARNING "si=%lx\n", sysaufs_si_id(sbinfo)); -+ pr("superblock\n"); -+ au_dpri_sb(sb); -+ -+#if 0 -+ pr("root dentry\n"); -+ au_dpri_dentry(sb->s_root); -+ pr("root inode\n"); -+ au_dpri_inode(d_inode(sb->s_root)); -+#endif -+ -+#if 0 -+ do { -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ -+ err = au_dpages_init(&dpages, GFP_ATOMIC); -+ if (unlikely(err)) -+ break; -+ err = au_dcsub_pages(&dpages, sb->s_root, NULL, NULL); -+ if (!err) -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) -+ au_dpri_dentry(dpage->dentries[j]); -+ } -+ au_dpages_free(&dpages); -+ } while (0); -+#endif -+ -+#if 1 -+ { -+ struct inode *i; -+ -+ pr("isolated inode\n"); -+ spin_lock(&sb->s_inode_list_lock); -+ list_for_each_entry(i, &sb->s_inodes, i_sb_list) { -+ spin_lock(&i->i_lock); -+ if (1 || hlist_empty(&i->i_dentry)) -+ au_dpri_inode(i); -+ spin_unlock(&i->i_lock); -+ } -+ spin_unlock(&sb->s_inode_list_lock); -+ } -+#endif -+ pr("files\n"); -+ files = &au_sbi(sb)->si_files; -+ hlist_bl_lock(files); -+ hlist_bl_for_each_entry(finfo, pos, files, fi_hlist) { -+ umode_t mode; -+ -+ file = finfo->fi_file; -+ mode = file_inode(file)->i_mode; -+ if (!special_file(mode)) -+ au_dpri_file(file); -+ } -+ hlist_bl_unlock(files); -+ pr("done\n"); -+ -+#undef pr -+ au_plevel = plevel; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* module parameter */ -+static char *aufs_sysrq_key = "a"; -+module_param_named(sysrq, aufs_sysrq_key, charp, S_IRUGO); -+MODULE_PARM_DESC(sysrq, "MagicSysRq key for " AUFS_NAME); -+ -+static void au_sysrq(int key __maybe_unused) -+{ -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_node *pos; -+ -+ lockdep_off(); -+ au_sbilist_lock(); -+ hlist_bl_for_each_entry(sbinfo, pos, &au_sbilist, si_list) -+ sysrq_sb(sbinfo->si_sb); -+ au_sbilist_unlock(); -+ lockdep_on(); -+} -+ -+static struct sysrq_key_op au_sysrq_op = { -+ .handler = au_sysrq, -+ .help_msg = "Aufs", -+ .action_msg = "Aufs", -+ .enable_mask = SYSRQ_ENABLE_DUMP -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int __init au_sysrq_init(void) -+{ -+ int err; -+ char key; -+ -+ err = -1; -+ key = *aufs_sysrq_key; -+ if ('a' <= key && key <= 'z') -+ err = register_sysrq_key(key, &au_sysrq_op); -+ if (unlikely(err)) -+ pr_err("err %d, sysrq=%c\n", err, key); -+ return err; -+} -+ -+void au_sysrq_fin(void) -+{ -+ int err; -+ -+ err = unregister_sysrq_key(*aufs_sysrq_key, &au_sysrq_op); -+ if (unlikely(err)) -+ pr_err("err %d (ignored)\n", err); -+} -diff --git a/fs/aufs/vdir.c b/fs/aufs/vdir.c -new file mode 100644 -index 000000000000..7afd018b94ef ---- /dev/null -+++ b/fs/aufs/vdir.c -@@ -0,0 +1,880 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * virtual or vertical directory -+ */ -+ -+#include "aufs.h" -+ -+static unsigned int calc_size(int nlen) -+{ -+ return ALIGN(sizeof(struct au_vdir_de) + nlen, sizeof(ino_t)); -+} -+ -+static int set_deblk_end(union au_vdir_deblk_p *p, -+ union au_vdir_deblk_p *deblk_end) -+{ -+ if (calc_size(0) <= deblk_end->deblk - p->deblk) { -+ p->de->de_str.len = 0; -+ /* smp_mb(); */ -+ return 0; -+ } -+ return -1; /* error */ -+} -+ -+/* returns true or false */ -+static int is_deblk_end(union au_vdir_deblk_p *p, -+ union au_vdir_deblk_p *deblk_end) -+{ -+ if (calc_size(0) <= deblk_end->deblk - p->deblk) -+ return !p->de->de_str.len; -+ return 1; -+} -+ -+static unsigned char *last_deblk(struct au_vdir *vdir) -+{ -+ return vdir->vd_deblk[vdir->vd_nblk - 1]; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* estimate the appropriate size for name hash table */ -+unsigned int au_rdhash_est(loff_t sz) -+{ -+ unsigned int n; -+ -+ n = UINT_MAX; -+ sz >>= 10; -+ if (sz < n) -+ n = sz; -+ if (sz < AUFS_RDHASH_DEF) -+ n = AUFS_RDHASH_DEF; -+ /* pr_info("n %u\n", n); */ -+ return n; -+} -+ -+/* -+ * the allocated memory has to be freed by -+ * au_nhash_wh_free() or au_nhash_de_free(). -+ */ -+int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp) -+{ -+ struct hlist_head *head; -+ unsigned int u; -+ size_t sz; -+ -+ sz = sizeof(*nhash->nh_head) * num_hash; -+ head = kmalloc(sz, gfp); -+ if (head) { -+ nhash->nh_num = num_hash; -+ nhash->nh_head = head; -+ for (u = 0; u < num_hash; u++) -+ INIT_HLIST_HEAD(head++); -+ return 0; /* success */ -+ } -+ -+ return -ENOMEM; -+} -+ -+static void nhash_count(struct hlist_head *head) -+{ -+#if 0 -+ unsigned long n; -+ struct hlist_node *pos; -+ -+ n = 0; -+ hlist_for_each(pos, head) -+ n++; -+ pr_info("%lu\n", n); -+#endif -+} -+ -+static void au_nhash_wh_do_free(struct hlist_head *head) -+{ -+ struct au_vdir_wh *pos; -+ struct hlist_node *node; -+ -+ hlist_for_each_entry_safe(pos, node, head, wh_hash) -+ kfree(pos); -+} -+ -+static void au_nhash_de_do_free(struct hlist_head *head) -+{ -+ struct au_vdir_dehstr *pos; -+ struct hlist_node *node; -+ -+ hlist_for_each_entry_safe(pos, node, head, hash) -+ au_cache_free_vdir_dehstr(pos); -+} -+ -+static void au_nhash_do_free(struct au_nhash *nhash, -+ void (*free)(struct hlist_head *head)) -+{ -+ unsigned int n; -+ struct hlist_head *head; -+ -+ n = nhash->nh_num; -+ if (!n) -+ return; -+ -+ head = nhash->nh_head; -+ while (n-- > 0) { -+ nhash_count(head); -+ free(head++); -+ } -+ kfree(nhash->nh_head); -+} -+ -+void au_nhash_wh_free(struct au_nhash *whlist) -+{ -+ au_nhash_do_free(whlist, au_nhash_wh_do_free); -+} -+ -+static void au_nhash_de_free(struct au_nhash *delist) -+{ -+ au_nhash_do_free(delist, au_nhash_de_do_free); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, -+ int limit) -+{ -+ int num; -+ unsigned int u, n; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ -+ num = 0; -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (u = 0; u < n; u++, head++) -+ hlist_for_each_entry(pos, head, wh_hash) -+ if (pos->wh_bindex == btgt && ++num > limit) -+ return 1; -+ return 0; -+} -+ -+static struct hlist_head *au_name_hash(struct au_nhash *nhash, -+ unsigned char *name, -+ unsigned int len) -+{ -+ unsigned int v; -+ /* const unsigned int magic_bit = 12; */ -+ -+ AuDebugOn(!nhash->nh_num || !nhash->nh_head); -+ -+ v = 0; -+ if (len > 8) -+ len = 8; -+ while (len--) -+ v += *name++; -+ /* v = hash_long(v, magic_bit); */ -+ v %= nhash->nh_num; -+ return nhash->nh_head + v; -+} -+ -+static int au_nhash_test_name(struct au_vdir_destr *str, const char *name, -+ int nlen) -+{ -+ return str->len == nlen && !memcmp(str->name, name, nlen); -+} -+ -+/* returns found or not */ -+int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen) -+{ -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct au_vdir_destr *str; -+ -+ head = au_name_hash(whlist, name, nlen); -+ hlist_for_each_entry(pos, head, wh_hash) { -+ str = &pos->wh_str; -+ AuDbg("%.*s\n", str->len, str->name); -+ if (au_nhash_test_name(str, name, nlen)) -+ return 1; -+ } -+ return 0; -+} -+ -+/* returns found(true) or not */ -+static int test_known(struct au_nhash *delist, char *name, int nlen) -+{ -+ struct hlist_head *head; -+ struct au_vdir_dehstr *pos; -+ struct au_vdir_destr *str; -+ -+ head = au_name_hash(delist, name, nlen); -+ hlist_for_each_entry(pos, head, hash) { -+ str = pos->str; -+ AuDbg("%.*s\n", str->len, str->name); -+ if (au_nhash_test_name(str, name, nlen)) -+ return 1; -+ } -+ return 0; -+} -+ -+static void au_shwh_init_wh(struct au_vdir_wh *wh, ino_t ino, -+ unsigned char d_type) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ wh->wh_ino = ino; -+ wh->wh_type = d_type; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, -+ unsigned int d_type, aufs_bindex_t bindex, -+ unsigned char shwh) -+{ -+ int err; -+ struct au_vdir_destr *str; -+ struct au_vdir_wh *wh; -+ -+ AuDbg("%.*s\n", nlen, name); -+ AuDebugOn(!whlist->nh_num || !whlist->nh_head); -+ -+ err = -ENOMEM; -+ wh = kmalloc(sizeof(*wh) + nlen, GFP_NOFS); -+ if (unlikely(!wh)) -+ goto out; -+ -+ err = 0; -+ wh->wh_bindex = bindex; -+ if (shwh) -+ au_shwh_init_wh(wh, ino, d_type); -+ str = &wh->wh_str; -+ str->len = nlen; -+ memcpy(str->name, name, nlen); -+ hlist_add_head(&wh->wh_hash, au_name_hash(whlist, name, nlen)); -+ /* smp_mb(); */ -+ -+out: -+ return err; -+} -+ -+static int append_deblk(struct au_vdir *vdir) -+{ -+ int err; -+ unsigned long ul; -+ const unsigned int deblk_sz = vdir->vd_deblk_sz; -+ union au_vdir_deblk_p p, deblk_end; -+ unsigned char **o; -+ -+ err = -ENOMEM; -+ o = au_krealloc(vdir->vd_deblk, sizeof(*o) * (vdir->vd_nblk + 1), -+ GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!o)) -+ goto out; -+ -+ vdir->vd_deblk = o; -+ p.deblk = kmalloc(deblk_sz, GFP_NOFS); -+ if (p.deblk) { -+ ul = vdir->vd_nblk++; -+ vdir->vd_deblk[ul] = p.deblk; -+ vdir->vd_last.ul = ul; -+ vdir->vd_last.p.deblk = p.deblk; -+ deblk_end.deblk = p.deblk + deblk_sz; -+ err = set_deblk_end(&p, &deblk_end); -+ } -+ -+out: -+ return err; -+} -+ -+static int append_de(struct au_vdir *vdir, char *name, int nlen, ino_t ino, -+ unsigned int d_type, struct au_nhash *delist) -+{ -+ int err; -+ unsigned int sz; -+ const unsigned int deblk_sz = vdir->vd_deblk_sz; -+ union au_vdir_deblk_p p, *room, deblk_end; -+ struct au_vdir_dehstr *dehstr; -+ -+ p.deblk = last_deblk(vdir); -+ deblk_end.deblk = p.deblk + deblk_sz; -+ room = &vdir->vd_last.p; -+ AuDebugOn(room->deblk < p.deblk || deblk_end.deblk <= room->deblk -+ || !is_deblk_end(room, &deblk_end)); -+ -+ sz = calc_size(nlen); -+ if (unlikely(sz > deblk_end.deblk - room->deblk)) { -+ err = append_deblk(vdir); -+ if (unlikely(err)) -+ goto out; -+ -+ p.deblk = last_deblk(vdir); -+ deblk_end.deblk = p.deblk + deblk_sz; -+ /* smp_mb(); */ -+ AuDebugOn(room->deblk != p.deblk); -+ } -+ -+ err = -ENOMEM; -+ dehstr = au_cache_alloc_vdir_dehstr(); -+ if (unlikely(!dehstr)) -+ goto out; -+ -+ dehstr->str = &room->de->de_str; -+ hlist_add_head(&dehstr->hash, au_name_hash(delist, name, nlen)); -+ room->de->de_ino = ino; -+ room->de->de_type = d_type; -+ room->de->de_str.len = nlen; -+ memcpy(room->de->de_str.name, name, nlen); -+ -+ err = 0; -+ room->deblk += sz; -+ if (unlikely(set_deblk_end(room, &deblk_end))) -+ err = append_deblk(vdir); -+ /* smp_mb(); */ -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_vdir_free(struct au_vdir *vdir) -+{ -+ unsigned char **deblk; -+ -+ deblk = vdir->vd_deblk; -+ while (vdir->vd_nblk--) -+ kfree(*deblk++); -+ kfree(vdir->vd_deblk); -+ au_cache_free_vdir(vdir); -+} -+ -+static struct au_vdir *alloc_vdir(struct file *file) -+{ -+ struct au_vdir *vdir; -+ struct super_block *sb; -+ int err; -+ -+ sb = file->f_path.dentry->d_sb; -+ SiMustAnyLock(sb); -+ -+ err = -ENOMEM; -+ vdir = au_cache_alloc_vdir(); -+ if (unlikely(!vdir)) -+ goto out; -+ -+ vdir->vd_deblk = kzalloc(sizeof(*vdir->vd_deblk), GFP_NOFS); -+ if (unlikely(!vdir->vd_deblk)) -+ goto out_free; -+ -+ vdir->vd_deblk_sz = au_sbi(sb)->si_rdblk; -+ if (!vdir->vd_deblk_sz) { -+ /* estimate the appropriate size for deblk */ -+ vdir->vd_deblk_sz = au_dir_size(file, /*dentry*/NULL); -+ /* pr_info("vd_deblk_sz %u\n", vdir->vd_deblk_sz); */ -+ } -+ vdir->vd_nblk = 0; -+ vdir->vd_version = 0; -+ vdir->vd_jiffy = 0; -+ err = append_deblk(vdir); -+ if (!err) -+ return vdir; /* success */ -+ -+ kfree(vdir->vd_deblk); -+ -+out_free: -+ au_cache_free_vdir(vdir); -+out: -+ vdir = ERR_PTR(err); -+ return vdir; -+} -+ -+static int reinit_vdir(struct au_vdir *vdir) -+{ -+ int err; -+ union au_vdir_deblk_p p, deblk_end; -+ -+ while (vdir->vd_nblk > 1) { -+ kfree(vdir->vd_deblk[vdir->vd_nblk - 1]); -+ /* vdir->vd_deblk[vdir->vd_nblk - 1] = NULL; */ -+ vdir->vd_nblk--; -+ } -+ p.deblk = vdir->vd_deblk[0]; -+ deblk_end.deblk = p.deblk + vdir->vd_deblk_sz; -+ err = set_deblk_end(&p, &deblk_end); -+ /* keep vd_dblk_sz */ -+ vdir->vd_last.ul = 0; -+ vdir->vd_last.p.deblk = vdir->vd_deblk[0]; -+ vdir->vd_version = 0; -+ vdir->vd_jiffy = 0; -+ /* smp_mb(); */ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuFillVdir_CALLED 1 -+#define AuFillVdir_WHABLE (1 << 1) -+#define AuFillVdir_SHWH (1 << 2) -+#define au_ftest_fillvdir(flags, name) ((flags) & AuFillVdir_##name) -+#define au_fset_fillvdir(flags, name) \ -+ do { (flags) |= AuFillVdir_##name; } while (0) -+#define au_fclr_fillvdir(flags, name) \ -+ do { (flags) &= ~AuFillVdir_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_SHWH -+#undef AuFillVdir_SHWH -+#define AuFillVdir_SHWH 0 -+#endif -+ -+struct fillvdir_arg { -+ struct dir_context ctx; -+ struct file *file; -+ struct au_vdir *vdir; -+ struct au_nhash delist; -+ struct au_nhash whlist; -+ aufs_bindex_t bindex; -+ unsigned int flags; -+ int err; -+}; -+ -+static int fillvdir(struct dir_context *ctx, const char *__name, int nlen, -+ loff_t offset __maybe_unused, u64 h_ino, -+ unsigned int d_type) -+{ -+ struct fillvdir_arg *arg = container_of(ctx, struct fillvdir_arg, ctx); -+ char *name = (void *)__name; -+ struct super_block *sb; -+ ino_t ino; -+ const unsigned char shwh = !!au_ftest_fillvdir(arg->flags, SHWH); -+ -+ arg->err = 0; -+ sb = arg->file->f_path.dentry->d_sb; -+ au_fset_fillvdir(arg->flags, CALLED); -+ /* smp_mb(); */ -+ if (nlen <= AUFS_WH_PFX_LEN -+ || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ if (test_known(&arg->delist, name, nlen) -+ || au_nhash_test_known_wh(&arg->whlist, name, nlen)) -+ goto out; /* already exists or whiteouted */ -+ -+ arg->err = au_ino(sb, arg->bindex, h_ino, d_type, &ino); -+ if (!arg->err) { -+ if (unlikely(nlen > AUFS_MAX_NAMELEN)) -+ d_type = DT_UNKNOWN; -+ arg->err = append_de(arg->vdir, name, nlen, ino, -+ d_type, &arg->delist); -+ } -+ } else if (au_ftest_fillvdir(arg->flags, WHABLE)) { -+ name += AUFS_WH_PFX_LEN; -+ nlen -= AUFS_WH_PFX_LEN; -+ if (au_nhash_test_known_wh(&arg->whlist, name, nlen)) -+ goto out; /* already whiteouted */ -+ -+ if (shwh) -+ arg->err = au_wh_ino(sb, arg->bindex, h_ino, d_type, -+ &ino); -+ if (!arg->err) { -+ if (nlen <= AUFS_MAX_NAMELEN + AUFS_WH_PFX_LEN) -+ d_type = DT_UNKNOWN; -+ arg->err = au_nhash_append_wh -+ (&arg->whlist, name, nlen, ino, d_type, -+ arg->bindex, shwh); -+ } -+ } -+ -+out: -+ if (!arg->err) -+ arg->vdir->vd_jiffy = jiffies; -+ /* smp_mb(); */ -+ AuTraceErr(arg->err); -+ return arg->err; -+} -+ -+static int au_handle_shwh(struct super_block *sb, struct au_vdir *vdir, -+ struct au_nhash *whlist, struct au_nhash *delist) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ int err; -+ unsigned int nh, u; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct hlist_node *n; -+ char *p, *o; -+ struct au_vdir_destr *destr; -+ -+ AuDebugOn(!au_opt_test(au_mntflags(sb), SHWH)); -+ -+ err = -ENOMEM; -+ o = p = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = 0; -+ nh = whlist->nh_num; -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ p += AUFS_WH_PFX_LEN; -+ for (u = 0; u < nh; u++) { -+ head = whlist->nh_head + u; -+ hlist_for_each_entry_safe(pos, n, head, wh_hash) { -+ destr = &pos->wh_str; -+ memcpy(p, destr->name, destr->len); -+ err = append_de(vdir, o, destr->len + AUFS_WH_PFX_LEN, -+ pos->wh_ino, pos->wh_type, delist); -+ if (unlikely(err)) -+ break; -+ } -+ } -+ -+ free_page((unsigned long)o); -+ -+out: -+ AuTraceErr(err); -+ return err; -+#else -+ return 0; -+#endif -+} -+ -+static int au_do_read_vdir(struct fillvdir_arg *arg) -+{ -+ int err; -+ unsigned int rdhash; -+ loff_t offset; -+ aufs_bindex_t bbot, bindex, btop; -+ unsigned char shwh; -+ struct file *hf, *file; -+ struct super_block *sb; -+ -+ file = arg->file; -+ sb = file->f_path.dentry->d_sb; -+ SiMustAnyLock(sb); -+ -+ rdhash = au_sbi(sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(file, /*dentry*/NULL)); -+ err = au_nhash_alloc(&arg->delist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_nhash_alloc(&arg->whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out_delist; -+ -+ err = 0; -+ arg->flags = 0; -+ shwh = 0; -+ if (au_opt_test(au_mntflags(sb), SHWH)) { -+ shwh = 1; -+ au_fset_fillvdir(arg->flags, SHWH); -+ } -+ btop = au_fbtop(file); -+ bbot = au_fbbot_dir(file); -+ for (bindex = btop; !err && bindex <= bbot; bindex++) { -+ hf = au_hf_dir(file, bindex); -+ if (!hf) -+ continue; -+ -+ offset = vfsub_llseek(hf, 0, SEEK_SET); -+ err = offset; -+ if (unlikely(offset)) -+ break; -+ -+ arg->bindex = bindex; -+ au_fclr_fillvdir(arg->flags, WHABLE); -+ if (shwh -+ || (bindex != bbot -+ && au_br_whable(au_sbr_perm(sb, bindex)))) -+ au_fset_fillvdir(arg->flags, WHABLE); -+ do { -+ arg->err = 0; -+ au_fclr_fillvdir(arg->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(hf, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err && au_ftest_fillvdir(arg->flags, CALLED)); -+ -+ /* -+ * dir_relax() may be good for concurrency, but aufs should not -+ * use it since it will cause a lockdep problem. -+ */ -+ } -+ -+ if (!err && shwh) -+ err = au_handle_shwh(sb, arg->vdir, &arg->whlist, &arg->delist); -+ -+ au_nhash_wh_free(&arg->whlist); -+ -+out_delist: -+ au_nhash_de_free(&arg->delist); -+out: -+ return err; -+} -+ -+static int read_vdir(struct file *file, int may_read) -+{ -+ int err; -+ unsigned long expire; -+ unsigned char do_read; -+ struct fillvdir_arg arg = { -+ .ctx = { -+ .actor = fillvdir -+ } -+ }; -+ struct inode *inode; -+ struct au_vdir *vdir, *allocated; -+ -+ err = 0; -+ inode = file_inode(file); -+ IMustLock(inode); -+ IiMustWriteLock(inode); -+ SiMustAnyLock(inode->i_sb); -+ -+ allocated = NULL; -+ do_read = 0; -+ expire = au_sbi(inode->i_sb)->si_rdcache; -+ vdir = au_ivdir(inode); -+ if (!vdir) { -+ do_read = 1; -+ vdir = alloc_vdir(file); -+ err = PTR_ERR(vdir); -+ if (IS_ERR(vdir)) -+ goto out; -+ err = 0; -+ allocated = vdir; -+ } else if (may_read -+ && (inode->i_version != vdir->vd_version -+ || time_after(jiffies, vdir->vd_jiffy + expire))) { -+ do_read = 1; -+ err = reinit_vdir(vdir); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ if (!do_read) -+ return 0; /* success */ -+ -+ arg.file = file; -+ arg.vdir = vdir; -+ err = au_do_read_vdir(&arg); -+ if (!err) { -+ /* file->f_pos = 0; */ /* todo: ctx->pos? */ -+ vdir->vd_version = inode->i_version; -+ vdir->vd_last.ul = 0; -+ vdir->vd_last.p.deblk = vdir->vd_deblk[0]; -+ if (allocated) -+ au_set_ivdir(inode, allocated); -+ } else if (allocated) -+ au_vdir_free(allocated); -+ -+out: -+ return err; -+} -+ -+static int copy_vdir(struct au_vdir *tgt, struct au_vdir *src) -+{ -+ int err, rerr; -+ unsigned long ul, n; -+ const unsigned int deblk_sz = src->vd_deblk_sz; -+ -+ AuDebugOn(tgt->vd_nblk != 1); -+ -+ err = -ENOMEM; -+ if (tgt->vd_nblk < src->vd_nblk) { -+ unsigned char **p; -+ -+ p = au_krealloc(tgt->vd_deblk, sizeof(*p) * src->vd_nblk, -+ GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!p)) -+ goto out; -+ tgt->vd_deblk = p; -+ } -+ -+ if (tgt->vd_deblk_sz != deblk_sz) { -+ unsigned char *p; -+ -+ tgt->vd_deblk_sz = deblk_sz; -+ p = au_krealloc(tgt->vd_deblk[0], deblk_sz, GFP_NOFS, -+ /*may_shrink*/1); -+ if (unlikely(!p)) -+ goto out; -+ tgt->vd_deblk[0] = p; -+ } -+ memcpy(tgt->vd_deblk[0], src->vd_deblk[0], deblk_sz); -+ tgt->vd_version = src->vd_version; -+ tgt->vd_jiffy = src->vd_jiffy; -+ -+ n = src->vd_nblk; -+ for (ul = 1; ul < n; ul++) { -+ tgt->vd_deblk[ul] = kmemdup(src->vd_deblk[ul], deblk_sz, -+ GFP_NOFS); -+ if (unlikely(!tgt->vd_deblk[ul])) -+ goto out; -+ tgt->vd_nblk++; -+ } -+ tgt->vd_nblk = n; -+ tgt->vd_last.ul = tgt->vd_last.ul; -+ tgt->vd_last.p.deblk = tgt->vd_deblk[tgt->vd_last.ul]; -+ tgt->vd_last.p.deblk += src->vd_last.p.deblk -+ - src->vd_deblk[src->vd_last.ul]; -+ /* smp_mb(); */ -+ return 0; /* success */ -+ -+out: -+ rerr = reinit_vdir(tgt); -+ BUG_ON(rerr); -+ return err; -+} -+ -+int au_vdir_init(struct file *file) -+{ -+ int err; -+ struct inode *inode; -+ struct au_vdir *vdir_cache, *allocated; -+ -+ /* test file->f_pos here instead of ctx->pos */ -+ err = read_vdir(file, !file->f_pos); -+ if (unlikely(err)) -+ goto out; -+ -+ allocated = NULL; -+ vdir_cache = au_fvdir_cache(file); -+ if (!vdir_cache) { -+ vdir_cache = alloc_vdir(file); -+ err = PTR_ERR(vdir_cache); -+ if (IS_ERR(vdir_cache)) -+ goto out; -+ allocated = vdir_cache; -+ } else if (!file->f_pos && vdir_cache->vd_version != file->f_version) { -+ /* test file->f_pos here instead of ctx->pos */ -+ err = reinit_vdir(vdir_cache); -+ if (unlikely(err)) -+ goto out; -+ } else -+ return 0; /* success */ -+ -+ inode = file_inode(file); -+ err = copy_vdir(vdir_cache, au_ivdir(inode)); -+ if (!err) { -+ file->f_version = inode->i_version; -+ if (allocated) -+ au_set_fvdir_cache(file, allocated); -+ } else if (allocated) -+ au_vdir_free(allocated); -+ -+out: -+ return err; -+} -+ -+static loff_t calc_offset(struct au_vdir *vdir) -+{ -+ loff_t offset; -+ union au_vdir_deblk_p p; -+ -+ p.deblk = vdir->vd_deblk[vdir->vd_last.ul]; -+ offset = vdir->vd_last.p.deblk - p.deblk; -+ offset += vdir->vd_deblk_sz * vdir->vd_last.ul; -+ return offset; -+} -+ -+/* returns true or false */ -+static int seek_vdir(struct file *file, struct dir_context *ctx) -+{ -+ int valid; -+ unsigned int deblk_sz; -+ unsigned long ul, n; -+ loff_t offset; -+ union au_vdir_deblk_p p, deblk_end; -+ struct au_vdir *vdir_cache; -+ -+ valid = 1; -+ vdir_cache = au_fvdir_cache(file); -+ offset = calc_offset(vdir_cache); -+ AuDbg("offset %lld\n", offset); -+ if (ctx->pos == offset) -+ goto out; -+ -+ vdir_cache->vd_last.ul = 0; -+ vdir_cache->vd_last.p.deblk = vdir_cache->vd_deblk[0]; -+ if (!ctx->pos) -+ goto out; -+ -+ valid = 0; -+ deblk_sz = vdir_cache->vd_deblk_sz; -+ ul = div64_u64(ctx->pos, deblk_sz); -+ AuDbg("ul %lu\n", ul); -+ if (ul >= vdir_cache->vd_nblk) -+ goto out; -+ -+ n = vdir_cache->vd_nblk; -+ for (; ul < n; ul++) { -+ p.deblk = vdir_cache->vd_deblk[ul]; -+ deblk_end.deblk = p.deblk + deblk_sz; -+ offset = ul; -+ offset *= deblk_sz; -+ while (!is_deblk_end(&p, &deblk_end) && offset < ctx->pos) { -+ unsigned int l; -+ -+ l = calc_size(p.de->de_str.len); -+ offset += l; -+ p.deblk += l; -+ } -+ if (!is_deblk_end(&p, &deblk_end)) { -+ valid = 1; -+ vdir_cache->vd_last.ul = ul; -+ vdir_cache->vd_last.p = p; -+ break; -+ } -+ } -+ -+out: -+ /* smp_mb(); */ -+ AuTraceErr(!valid); -+ return valid; -+} -+ -+int au_vdir_fill_de(struct file *file, struct dir_context *ctx) -+{ -+ unsigned int l, deblk_sz; -+ union au_vdir_deblk_p deblk_end; -+ struct au_vdir *vdir_cache; -+ struct au_vdir_de *de; -+ -+ vdir_cache = au_fvdir_cache(file); -+ if (!seek_vdir(file, ctx)) -+ return 0; -+ -+ deblk_sz = vdir_cache->vd_deblk_sz; -+ while (1) { -+ deblk_end.deblk = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; -+ deblk_end.deblk += deblk_sz; -+ while (!is_deblk_end(&vdir_cache->vd_last.p, &deblk_end)) { -+ de = vdir_cache->vd_last.p.de; -+ AuDbg("%.*s, off%lld, i%lu, dt%d\n", -+ de->de_str.len, de->de_str.name, ctx->pos, -+ (unsigned long)de->de_ino, de->de_type); -+ if (unlikely(!dir_emit(ctx, de->de_str.name, -+ de->de_str.len, de->de_ino, -+ de->de_type))) { -+ /* todo: ignore the error caused by udba? */ -+ /* return err; */ -+ return 0; -+ } -+ -+ l = calc_size(de->de_str.len); -+ vdir_cache->vd_last.p.deblk += l; -+ ctx->pos += l; -+ } -+ if (vdir_cache->vd_last.ul < vdir_cache->vd_nblk - 1) { -+ vdir_cache->vd_last.ul++; -+ vdir_cache->vd_last.p.deblk -+ = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; -+ ctx->pos = deblk_sz * vdir_cache->vd_last.ul; -+ continue; -+ } -+ break; -+ } -+ -+ /* smp_mb(); */ -+ return 0; -+} -diff --git a/fs/aufs/vfsub.c b/fs/aufs/vfsub.c -new file mode 100644 -index 000000000000..f70a954d11c1 ---- /dev/null -+++ b/fs/aufs/vfsub.c -@@ -0,0 +1,882 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for VFS -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+#ifdef CONFIG_AUFS_BR_FUSE -+int vfsub_test_mntns(struct vfsmount *mnt, struct super_block *h_sb) -+{ -+ if (!au_test_fuse(h_sb) || !au_userns) -+ return 0; -+ -+ return is_current_mnt_ns(mnt) ? 0 : -EACCES; -+} -+#endif -+ -+int vfsub_sync_filesystem(struct super_block *h_sb, int wait) -+{ -+ int err; -+ -+ lockdep_off(); -+ down_read(&h_sb->s_umount); -+ err = __sync_filesystem(h_sb, wait); -+ up_read(&h_sb->s_umount); -+ lockdep_on(); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_update_h_iattr(struct path *h_path, int *did) -+{ -+ int err; -+ struct kstat st; -+ struct super_block *h_sb; -+ -+ /* for remote fs, leave work for its getattr or d_revalidate */ -+ /* for bad i_attr fs, handle them in aufs_getattr() */ -+ /* still some fs may acquire i_mutex. we need to skip them */ -+ err = 0; -+ if (!did) -+ did = &err; -+ h_sb = h_path->dentry->d_sb; -+ *did = (!au_test_fs_remote(h_sb) && au_test_fs_refresh_iattr(h_sb)); -+ if (*did) -+ err = vfsub_getattr(h_path, &st); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct file *vfsub_dentry_open(struct path *path, int flags) -+{ -+ struct file *file; -+ -+ file = dentry_open(path, flags /* | __FMODE_NONOTIFY */, -+ current_cred()); -+ if (!IS_ERR_OR_NULL(file) -+ && (file->f_mode & (FMODE_READ | FMODE_WRITE)) == FMODE_READ) -+ i_readcount_inc(d_inode(path->dentry)); -+ -+ return file; -+} -+ -+struct file *vfsub_filp_open(const char *path, int oflags, int mode) -+{ -+ struct file *file; -+ -+ lockdep_off(); -+ file = filp_open(path, -+ oflags /* | __FMODE_NONOTIFY */, -+ mode); -+ lockdep_on(); -+ if (IS_ERR(file)) -+ goto out; -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ -+out: -+ return file; -+} -+ -+/* -+ * Ideally this function should call VFS:do_last() in order to keep all its -+ * checkings. But it is very hard for aufs to regenerate several VFS internal -+ * structure such as nameidata. This is a second (or third) best approach. -+ * cf. linux/fs/namei.c:do_last(), lookup_open() and atomic_open(). -+ */ -+int vfsub_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args, struct au_branch *br) -+{ -+ int err; -+ struct file *file = args->file; -+ /* copied from linux/fs/namei.c:atomic_open() */ -+ struct dentry *const DENTRY_NOT_SET = (void *)-1UL; -+ -+ IMustLock(dir); -+ AuDebugOn(!dir->i_op->atomic_open); -+ -+ err = au_br_test_oflag(args->open_flag, br); -+ if (unlikely(err)) -+ goto out; -+ -+ args->file->f_path.dentry = DENTRY_NOT_SET; -+ args->file->f_path.mnt = au_br_mnt(br); -+ err = dir->i_op->atomic_open(dir, dentry, file, args->open_flag, -+ args->create_mode, args->opened); -+ if (err >= 0) { -+ /* some filesystems don't set FILE_CREATED while succeeded? */ -+ if (*args->opened & FILE_CREATED) -+ fsnotify_create(dir, dentry); -+ } else -+ goto out; -+ -+ -+ if (!err) { -+ /* todo: call VFS:may_open() here */ -+ err = open_check_o_direct(file); -+ /* todo: ima_file_check() too? */ -+ if (!err && (args->open_flag & __FMODE_EXEC)) -+ err = deny_write_access(file); -+ if (unlikely(err)) -+ /* note that the file is created and still opened */ -+ goto out; -+ } -+ -+ au_br_get(br); -+ fsnotify_open(file); -+ -+out: -+ return err; -+} -+ -+int vfsub_kern_path(const char *name, unsigned int flags, struct path *path) -+{ -+ int err; -+ -+ err = kern_path(name, flags, path); -+ if (!err && d_is_positive(path->dentry)) -+ vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+struct dentry *vfsub_lookup_one_len_unlocked(const char *name, -+ struct dentry *parent, int len) -+{ -+ struct path path = { -+ .mnt = NULL -+ }; -+ -+ path.dentry = lookup_one_len_unlocked(name, parent, len); -+ if (IS_ERR(path.dentry)) -+ goto out; -+ if (d_is_positive(path.dentry)) -+ vfsub_update_h_iattr(&path, /*did*/NULL); /*ignore*/ -+ -+out: -+ AuTraceErrPtr(path.dentry); -+ return path.dentry; -+} -+ -+struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, -+ int len) -+{ -+ struct path path = { -+ .mnt = NULL -+ }; -+ -+ /* VFS checks it too, but by WARN_ON_ONCE() */ -+ IMustLock(d_inode(parent)); -+ -+ path.dentry = lookup_one_len(name, parent, len); -+ if (IS_ERR(path.dentry)) -+ goto out; -+ if (d_is_positive(path.dentry)) -+ vfsub_update_h_iattr(&path, /*did*/NULL); /*ignore*/ -+ -+out: -+ AuTraceErrPtr(path.dentry); -+ return path.dentry; -+} -+ -+void vfsub_call_lkup_one(void *args) -+{ -+ struct vfsub_lkup_one_args *a = args; -+ *a->errp = vfsub_lkup_one(a->name, a->parent); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2) -+{ -+ struct dentry *d; -+ -+ lockdep_off(); -+ d = lock_rename(d1, d2); -+ lockdep_on(); -+ au_hn_suspend(hdir1); -+ if (hdir1 != hdir2) -+ au_hn_suspend(hdir2); -+ -+ return d; -+} -+ -+void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2) -+{ -+ au_hn_resume(hdir1); -+ if (hdir1 != hdir2) -+ au_hn_resume(hdir2); -+ lockdep_off(); -+ unlock_rename(d1, d2); -+ lockdep_on(); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_create(struct inode *dir, struct path *path, int mode, bool want_excl) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mknod(path, d, mode, 0); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_create(dir, path->dentry, mode, want_excl); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_symlink(struct inode *dir, struct path *path, const char *symname) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_symlink(path, d, symname); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_symlink(dir, path->dentry, symname); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mknod(path, d, mode, new_encode_dev(dev)); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_mknod(dir, path->dentry, mode, dev); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+static int au_test_nlink(struct inode *inode) -+{ -+ const unsigned int link_max = UINT_MAX >> 1; /* rough margin */ -+ -+ if (!au_test_fs_no_limit_nlink(inode->i_sb) -+ || inode->i_nlink < link_max) -+ return 0; -+ return -EMLINK; -+} -+ -+int vfsub_link(struct dentry *src_dentry, struct inode *dir, struct path *path, -+ struct inode **delegated_inode) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ err = au_test_nlink(d_inode(src_dentry)); -+ if (unlikely(err)) -+ return err; -+ -+ /* we don't call may_linkat() */ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_link(src_dentry, path, d); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_link(src_dentry, dir, path->dentry, delegated_inode); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ /* fuse has different memory inode for the same inumber */ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ tmp.dentry = src_dentry; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_rename(struct inode *src_dir, struct dentry *src_dentry, -+ struct inode *dir, struct path *path, -+ struct inode **delegated_inode, unsigned int flags) -+{ -+ int err; -+ struct path tmp = { -+ .mnt = path->mnt -+ }; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ IMustLock(src_dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ tmp.dentry = src_dentry->d_parent; -+ err = security_path_rename(&tmp, src_dentry, path, d, /*flags*/0); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_rename(src_dir, src_dentry, dir, path->dentry, -+ delegated_inode, flags); -+ lockdep_on(); -+ if (!err) { -+ int did; -+ -+ tmp.dentry = d->d_parent; -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = src_dentry; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ tmp.dentry = src_dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_mkdir(struct inode *dir, struct path *path, int mode) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mkdir(path, d, mode); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_mkdir(dir, path->dentry, mode); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_rmdir(struct inode *dir, struct path *path) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_rmdir(path, d); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_rmdir(dir, path->dentry); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = { -+ .dentry = path->dentry->d_parent, -+ .mnt = path->mnt -+ }; -+ -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: support mmap_sem? */ -+ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ -+ lockdep_off(); -+ err = vfs_read(file, ubuf, count, ppos); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+/* todo: kernel_read()? */ -+ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ char __user *u; -+ } buf; -+ -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ err = vfsub_read_u(file, buf.u, count, ppos); -+ set_fs(oldfs); -+ return err; -+} -+ -+ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ -+ lockdep_off(); -+ err = vfs_write(file, ubuf, count, ppos); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ const char __user *u; -+ } buf; -+ -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ err = vfsub_write_u(file, buf.u, count, ppos); -+ set_fs(oldfs); -+ return err; -+} -+ -+int vfsub_flush(struct file *file, fl_owner_t id) -+{ -+ int err; -+ -+ err = 0; -+ if (file->f_op->flush) { -+ if (!au_test_nfs(file->f_path.dentry->d_sb)) -+ err = file->f_op->flush(file, id); -+ else { -+ lockdep_off(); -+ err = file->f_op->flush(file, id); -+ lockdep_on(); -+ } -+ if (!err) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); -+ /*ignore*/ -+ } -+ return err; -+} -+ -+int vfsub_iterate_dir(struct file *file, struct dir_context *ctx) -+{ -+ int err; -+ -+ AuDbg("%pD, ctx{%pf, %llu}\n", file, ctx->actor, ctx->pos); -+ -+ lockdep_off(); -+ err = iterate_dir(file, ctx); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ -+ return err; -+} -+ -+long vfsub_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = do_splice_to(in, ppos, pipe, len, flags); -+ lockdep_on(); -+ file_accessed(in); -+ if (err >= 0) -+ vfsub_update_h_iattr(&in->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = do_splice_from(pipe, out, ppos, len, flags); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&out->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+int vfsub_fsync(struct file *file, struct path *path, int datasync) -+{ -+ int err; -+ -+ /* file can be NULL */ -+ lockdep_off(); -+ err = vfs_fsync(file, datasync); -+ lockdep_on(); -+ if (!err) { -+ if (!path) { -+ AuDebugOn(!file); -+ path = &file->f_path; -+ } -+ vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ -+ } -+ return err; -+} -+ -+/* cf. open.c:do_sys_truncate() and do_sys_ftruncate() */ -+int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, -+ struct file *h_file) -+{ -+ int err; -+ struct inode *h_inode; -+ struct super_block *h_sb; -+ -+ if (!h_file) { -+ err = vfsub_truncate(h_path, length); -+ goto out; -+ } -+ -+ h_inode = d_inode(h_path->dentry); -+ h_sb = h_inode->i_sb; -+ lockdep_off(); -+ sb_start_write(h_sb); -+ lockdep_on(); -+ err = locks_verify_truncate(h_inode, h_file, length); -+ if (!err) -+ err = security_path_truncate(h_path); -+ if (!err) { -+ lockdep_off(); -+ err = do_truncate(h_path->dentry, length, attr, h_file); -+ lockdep_on(); -+ } -+ lockdep_off(); -+ sb_end_write(h_sb); -+ lockdep_on(); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_vfsub_mkdir_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+ int mode; -+}; -+ -+static void au_call_vfsub_mkdir(void *args) -+{ -+ struct au_vfsub_mkdir_args *a = args; -+ *a->errp = vfsub_mkdir(a->dir, a->path, a->mode); -+} -+ -+int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode) -+{ -+ int err, do_sio, wkq_err; -+ -+ do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); -+ if (!do_sio) { -+ lockdep_off(); -+ err = vfsub_mkdir(dir, path, mode); -+ lockdep_on(); -+ } else { -+ struct au_vfsub_mkdir_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path, -+ .mode = mode -+ }; -+ wkq_err = au_wkq_wait(au_call_vfsub_mkdir, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+ -+struct au_vfsub_rmdir_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+}; -+ -+static void au_call_vfsub_rmdir(void *args) -+{ -+ struct au_vfsub_rmdir_args *a = args; -+ *a->errp = vfsub_rmdir(a->dir, a->path); -+} -+ -+int vfsub_sio_rmdir(struct inode *dir, struct path *path) -+{ -+ int err, do_sio, wkq_err; -+ -+ do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); -+ if (!do_sio) { -+ lockdep_off(); -+ err = vfsub_rmdir(dir, path); -+ lockdep_on(); -+ } else { -+ struct au_vfsub_rmdir_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path -+ }; -+ wkq_err = au_wkq_wait(au_call_vfsub_rmdir, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct notify_change_args { -+ int *errp; -+ struct path *path; -+ struct iattr *ia; -+ struct inode **delegated_inode; -+}; -+ -+static void call_notify_change(void *args) -+{ -+ struct notify_change_args *a = args; -+ struct inode *h_inode; -+ -+ h_inode = d_inode(a->path->dentry); -+ IMustLock(h_inode); -+ -+ *a->errp = -EPERM; -+ if (!IS_IMMUTABLE(h_inode) && !IS_APPEND(h_inode)) { -+ lockdep_off(); -+ *a->errp = notify_change(a->path->dentry, a->ia, -+ a->delegated_inode); -+ lockdep_on(); -+ if (!*a->errp) -+ vfsub_update_h_iattr(a->path, /*did*/NULL); /*ignore*/ -+ } -+ AuTraceErr(*a->errp); -+} -+ -+int vfsub_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode) -+{ -+ int err; -+ struct notify_change_args args = { -+ .errp = &err, -+ .path = path, -+ .ia = ia, -+ .delegated_inode = delegated_inode -+ }; -+ -+ call_notify_change(&args); -+ -+ return err; -+} -+ -+int vfsub_sio_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode) -+{ -+ int err, wkq_err; -+ struct notify_change_args args = { -+ .errp = &err, -+ .path = path, -+ .ia = ia, -+ .delegated_inode = delegated_inode -+ }; -+ -+ wkq_err = au_wkq_wait(call_notify_change, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct unlink_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+ struct inode **delegated_inode; -+}; -+ -+static void call_unlink(void *args) -+{ -+ struct unlink_args *a = args; -+ struct dentry *d = a->path->dentry; -+ struct inode *h_inode; -+ const int stop_sillyrename = (au_test_nfs(d->d_sb) -+ && au_dcount(d) == 1); -+ -+ IMustLock(a->dir); -+ -+ a->path->dentry = d->d_parent; -+ *a->errp = security_path_unlink(a->path, d); -+ a->path->dentry = d; -+ if (unlikely(*a->errp)) -+ return; -+ -+ if (!stop_sillyrename) -+ dget(d); -+ h_inode = NULL; -+ if (d_is_positive(d)) { -+ h_inode = d_inode(d); -+ ihold(h_inode); -+ } -+ -+ lockdep_off(); -+ *a->errp = vfs_unlink(a->dir, d, a->delegated_inode); -+ lockdep_on(); -+ if (!*a->errp) { -+ struct path tmp = { -+ .dentry = d->d_parent, -+ .mnt = a->path->mnt -+ }; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ -+ } -+ -+ if (!stop_sillyrename) -+ dput(d); -+ if (h_inode) -+ iput(h_inode); -+ -+ AuTraceErr(*a->errp); -+} -+ -+/* -+ * @dir: must be locked. -+ * @dentry: target dentry. -+ */ -+int vfsub_unlink(struct inode *dir, struct path *path, -+ struct inode **delegated_inode, int force) -+{ -+ int err; -+ struct unlink_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path, -+ .delegated_inode = delegated_inode -+ }; -+ -+ if (!force) -+ call_unlink(&args); -+ else { -+ int wkq_err; -+ -+ wkq_err = au_wkq_wait(call_unlink, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -diff --git a/fs/aufs/vfsub.h b/fs/aufs/vfsub.h -new file mode 100644 -index 000000000000..85739f295e07 ---- /dev/null -+++ b/fs/aufs/vfsub.h -@@ -0,0 +1,348 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for VFS -+ */ -+ -+#ifndef __AUFS_VFSUB_H__ -+#define __AUFS_VFSUB_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+#include "debug.h" -+ -+/* copied from linux/fs/internal.h */ -+/* todo: BAD approach!! */ -+extern void __mnt_drop_write(struct vfsmount *); -+extern int open_check_o_direct(struct file *f); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for lower inode */ -+/* default MAX_LOCKDEP_SUBCLASSES(8) is not enough */ -+/* reduce? gave up. */ -+enum { -+ AuLsc_I_Begin = I_MUTEX_PARENT2, /* 5 */ -+ AuLsc_I_PARENT, /* lower inode, parent first */ -+ AuLsc_I_PARENT2, /* copyup dirs */ -+ AuLsc_I_PARENT3, /* copyup wh */ -+ AuLsc_I_CHILD, -+ AuLsc_I_CHILD2, -+ AuLsc_I_End -+}; -+ -+/* to debug easier, do not make them inlined functions */ -+#define MtxMustLock(mtx) AuDebugOn(!mutex_is_locked(mtx)) -+#define IMustLock(i) AuDebugOn(!inode_is_locked(i)) -+ -+/* why VFS doesn't define it? */ -+static inline -+void vfsub_inode_lock_shared_nested(struct inode *inode, unsigned int sc) -+{ -+ down_read_nested(&inode->i_rwsem, sc); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void vfsub_drop_nlink(struct inode *inode) -+{ -+ AuDebugOn(!inode->i_nlink); -+ drop_nlink(inode); -+} -+ -+static inline void vfsub_dead_dir(struct inode *inode) -+{ -+ AuDebugOn(!S_ISDIR(inode->i_mode)); -+ inode->i_flags |= S_DEAD; -+ clear_nlink(inode); -+} -+ -+static inline int vfsub_native_ro(struct inode *inode) -+{ -+ return sb_rdonly(inode->i_sb) -+ || IS_RDONLY(inode) -+ /* || IS_APPEND(inode) */ -+ || IS_IMMUTABLE(inode); -+} -+ -+#ifdef CONFIG_AUFS_BR_FUSE -+int vfsub_test_mntns(struct vfsmount *mnt, struct super_block *h_sb); -+#else -+AuStubInt0(vfsub_test_mntns, struct vfsmount *mnt, struct super_block *h_sb); -+#endif -+ -+int vfsub_sync_filesystem(struct super_block *h_sb, int wait); -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_update_h_iattr(struct path *h_path, int *did); -+struct file *vfsub_dentry_open(struct path *path, int flags); -+struct file *vfsub_filp_open(const char *path, int oflags, int mode); -+struct vfsub_aopen_args { -+ struct file *file; -+ unsigned int open_flag; -+ umode_t create_mode; -+ int *opened; -+}; -+struct au_branch; -+int vfsub_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args, struct au_branch *br); -+int vfsub_kern_path(const char *name, unsigned int flags, struct path *path); -+ -+struct dentry *vfsub_lookup_one_len_unlocked(const char *name, -+ struct dentry *parent, int len); -+struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, -+ int len); -+ -+struct vfsub_lkup_one_args { -+ struct dentry **errp; -+ struct qstr *name; -+ struct dentry *parent; -+}; -+ -+static inline struct dentry *vfsub_lkup_one(struct qstr *name, -+ struct dentry *parent) -+{ -+ return vfsub_lookup_one_len(name->name, parent, name->len); -+} -+ -+void vfsub_call_lkup_one(void *args); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int vfsub_mnt_want_write(struct vfsmount *mnt) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = mnt_want_write(mnt); -+ lockdep_on(); -+ return err; -+} -+ -+static inline void vfsub_mnt_drop_write(struct vfsmount *mnt) -+{ -+ lockdep_off(); -+ mnt_drop_write(mnt); -+ lockdep_on(); -+} -+ -+#if 0 /* reserved */ -+static inline void vfsub_mnt_drop_write_file(struct file *file) -+{ -+ lockdep_off(); -+ mnt_drop_write_file(file); -+ lockdep_on(); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_hinode; -+struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2); -+void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2); -+ -+int vfsub_create(struct inode *dir, struct path *path, int mode, -+ bool want_excl); -+int vfsub_symlink(struct inode *dir, struct path *path, -+ const char *symname); -+int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev); -+int vfsub_link(struct dentry *src_dentry, struct inode *dir, -+ struct path *path, struct inode **delegated_inode); -+int vfsub_rename(struct inode *src_hdir, struct dentry *src_dentry, -+ struct inode *hdir, struct path *path, -+ struct inode **delegated_inode, unsigned int flags); -+int vfsub_mkdir(struct inode *dir, struct path *path, int mode); -+int vfsub_rmdir(struct inode *dir, struct path *path); -+ -+/* ---------------------------------------------------------------------- */ -+ -+ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos); -+int vfsub_flush(struct file *file, fl_owner_t id); -+int vfsub_iterate_dir(struct file *file, struct dir_context *ctx); -+ -+static inline loff_t vfsub_f_size_read(struct file *file) -+{ -+ return i_size_read(file_inode(file)); -+} -+ -+static inline unsigned int vfsub_file_flags(struct file *file) -+{ -+ unsigned int flags; -+ -+ spin_lock(&file->f_lock); -+ flags = file->f_flags; -+ spin_unlock(&file->f_lock); -+ -+ return flags; -+} -+ -+static inline int vfsub_file_execed(struct file *file) -+{ -+ /* todo: direct access f_flags */ -+ return !!(vfsub_file_flags(file) & __FMODE_EXEC); -+} -+ -+#if 0 /* reserved */ -+static inline void vfsub_file_accessed(struct file *h_file) -+{ -+ file_accessed(h_file); -+ vfsub_update_h_iattr(&h_file->f_path, /*did*/NULL); /*ignore*/ -+} -+#endif -+ -+#if 0 /* reserved */ -+static inline void vfsub_touch_atime(struct vfsmount *h_mnt, -+ struct dentry *h_dentry) -+{ -+ struct path h_path = { -+ .dentry = h_dentry, -+ .mnt = h_mnt -+ }; -+ touch_atime(&h_path); -+ vfsub_update_h_iattr(&h_path, /*did*/NULL); /*ignore*/ -+} -+#endif -+ -+static inline int vfsub_update_time(struct inode *h_inode, struct timespec *ts, -+ int flags) -+{ -+ return update_time(h_inode, ts, flags); -+ /* no vfsub_update_h_iattr() since we don't have struct path */ -+} -+ -+#ifdef CONFIG_FS_POSIX_ACL -+static inline int vfsub_acl_chmod(struct inode *h_inode, umode_t h_mode) -+{ -+ int err; -+ -+ err = posix_acl_chmod(h_inode, h_mode); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ return err; -+} -+#else -+AuStubInt0(vfsub_acl_chmod, struct inode *h_inode, umode_t h_mode); -+#endif -+ -+long vfsub_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags); -+long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags); -+ -+static inline long vfsub_truncate(struct path *path, loff_t length) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = vfs_truncate(path, length); -+ lockdep_on(); -+ return err; -+} -+ -+int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, -+ struct file *h_file); -+int vfsub_fsync(struct file *file, struct path *path, int datasync); -+ -+/* -+ * re-use branch fs's ioctl(FICLONE) while aufs itself doesn't support such -+ * ioctl. -+ */ -+static inline int vfsub_clone_file_range(struct file *src, struct file *dst, -+ u64 len) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_clone_file_range(src, 0, dst, 0, len); -+ lockdep_on(); -+ -+ return err; -+} -+ -+/* copy_file_range(2) is a systemcall */ -+static inline ssize_t vfsub_copy_file_range(struct file *src, loff_t src_pos, -+ struct file *dst, loff_t dst_pos, -+ size_t len, unsigned int flags) -+{ -+ ssize_t ssz; -+ -+ lockdep_off(); -+ ssz = vfs_copy_file_range(src, src_pos, dst, dst_pos, len, flags); -+ lockdep_on(); -+ -+ return ssz; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline loff_t vfsub_llseek(struct file *file, loff_t offset, int origin) -+{ -+ loff_t err; -+ -+ lockdep_off(); -+ err = vfs_llseek(file, offset, origin); -+ lockdep_on(); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode); -+int vfsub_sio_rmdir(struct inode *dir, struct path *path); -+int vfsub_sio_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode); -+int vfsub_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode); -+int vfsub_unlink(struct inode *dir, struct path *path, -+ struct inode **delegated_inode, int force); -+ -+static inline int vfsub_getattr(const struct path *path, struct kstat *st) -+{ -+ return vfs_getattr(path, st, STATX_BASIC_STATS, AT_STATX_SYNC_AS_STAT); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int vfsub_setxattr(struct dentry *dentry, const char *name, -+ const void *value, size_t size, int flags) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_setxattr(dentry, name, value, size, flags); -+ lockdep_on(); -+ -+ return err; -+} -+ -+static inline int vfsub_removexattr(struct dentry *dentry, const char *name) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_removexattr(dentry, name); -+ lockdep_on(); -+ -+ return err; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_VFSUB_H__ */ -diff --git a/fs/aufs/wbr_policy.c b/fs/aufs/wbr_policy.c -new file mode 100644 -index 000000000000..c18e0dc4d236 ---- /dev/null -+++ b/fs/aufs/wbr_policy.c -@@ -0,0 +1,818 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * policies for selecting one among multiple writable branches -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* subset of cpup_attr() */ -+static noinline_for_stack -+int au_cpdown_attr(struct path *h_path, struct dentry *h_src) -+{ -+ int err, sbits; -+ struct iattr ia; -+ struct inode *h_isrc; -+ -+ h_isrc = d_inode(h_src); -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE | ATTR_UID | ATTR_GID; -+ ia.ia_mode = h_isrc->i_mode; -+ ia.ia_uid = h_isrc->i_uid; -+ ia.ia_gid = h_isrc->i_gid; -+ sbits = !!(ia.ia_mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(d_inode(h_path->dentry), h_isrc->i_flags); -+ /* no delegation since it is just created */ -+ err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); -+ -+ /* is this nfs only? */ -+ if (!err && sbits && au_test_nfs(h_path->dentry->d_sb)) { -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); -+ } -+ -+ return err; -+} -+ -+#define AuCpdown_PARENT_OPQ 1 -+#define AuCpdown_WHED (1 << 1) -+#define AuCpdown_MADE_DIR (1 << 2) -+#define AuCpdown_DIROPQ (1 << 3) -+#define au_ftest_cpdown(flags, name) ((flags) & AuCpdown_##name) -+#define au_fset_cpdown(flags, name) \ -+ do { (flags) |= AuCpdown_##name; } while (0) -+#define au_fclr_cpdown(flags, name) \ -+ do { (flags) &= ~AuCpdown_##name; } while (0) -+ -+static int au_cpdown_dir_opq(struct dentry *dentry, aufs_bindex_t bdst, -+ unsigned int *flags) -+{ -+ int err; -+ struct dentry *opq_dentry; -+ -+ opq_dentry = au_diropq_create(dentry, bdst); -+ err = PTR_ERR(opq_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out; -+ dput(opq_dentry); -+ au_fset_cpdown(*flags, DIROPQ); -+ -+out: -+ return err; -+} -+ -+static int au_cpdown_dir_wh(struct dentry *dentry, struct dentry *h_parent, -+ struct inode *dir, aufs_bindex_t bdst) -+{ -+ int err; -+ struct path h_path; -+ struct au_branch *br; -+ -+ br = au_sbr(dentry->d_sb, bdst); -+ h_path.dentry = au_wh_lkup(h_parent, &dentry->d_name, br); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ err = 0; -+ if (d_is_positive(h_path.dentry)) { -+ h_path.mnt = au_br_mnt(br); -+ err = au_wh_unlink_dentry(au_h_iptr(dir, bdst), &h_path, -+ dentry); -+ } -+ dput(h_path.dentry); -+ -+out: -+ return err; -+} -+ -+static int au_cpdown_dir(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg) -+{ -+ int err, rerr; -+ aufs_bindex_t bopq, btop; -+ struct path h_path; -+ struct dentry *parent; -+ struct inode *h_dir, *h_inode, *inode, *dir; -+ unsigned int *flags = arg; -+ -+ btop = au_dbtop(dentry); -+ /* dentry is di-locked */ -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ h_dir = d_inode(h_parent); -+ AuDebugOn(h_dir != au_h_iptr(dir, bdst)); -+ IMustLock(h_dir); -+ -+ err = au_lkup_neg(dentry, bdst, /*wh*/0); -+ if (unlikely(err < 0)) -+ goto out; -+ h_path.dentry = au_h_dptr(dentry, bdst); -+ h_path.mnt = au_sbr_mnt(dentry->d_sb, bdst); -+ err = vfsub_sio_mkdir(au_h_iptr(dir, bdst), &h_path, -+ S_IRWXU | S_IRUGO | S_IXUGO); -+ if (unlikely(err)) -+ goto out_put; -+ au_fset_cpdown(*flags, MADE_DIR); -+ -+ bopq = au_dbdiropq(dentry); -+ au_fclr_cpdown(*flags, WHED); -+ au_fclr_cpdown(*flags, DIROPQ); -+ if (au_dbwh(dentry) == bdst) -+ au_fset_cpdown(*flags, WHED); -+ if (!au_ftest_cpdown(*flags, PARENT_OPQ) && bopq <= bdst) -+ au_fset_cpdown(*flags, PARENT_OPQ); -+ h_inode = d_inode(h_path.dentry); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ if (au_ftest_cpdown(*flags, WHED)) { -+ err = au_cpdown_dir_opq(dentry, bdst, flags); -+ if (unlikely(err)) { -+ inode_unlock(h_inode); -+ goto out_dir; -+ } -+ } -+ -+ err = au_cpdown_attr(&h_path, au_h_dptr(dentry, btop)); -+ inode_unlock(h_inode); -+ if (unlikely(err)) -+ goto out_opq; -+ -+ if (au_ftest_cpdown(*flags, WHED)) { -+ err = au_cpdown_dir_wh(dentry, h_parent, dir, bdst); -+ if (unlikely(err)) -+ goto out_opq; -+ } -+ -+ inode = d_inode(dentry); -+ if (au_ibbot(inode) < bdst) -+ au_set_ibbot(inode, bdst); -+ au_set_h_iptr(inode, bdst, au_igrab(h_inode), -+ au_hi_flags(inode, /*isdir*/1)); -+ au_fhsm_wrote(dentry->d_sb, bdst, /*force*/0); -+ goto out; /* success */ -+ -+ /* revert */ -+out_opq: -+ if (au_ftest_cpdown(*flags, DIROPQ)) { -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ rerr = au_diropq_remove(dentry, bdst); -+ inode_unlock(h_inode); -+ if (unlikely(rerr)) { -+ AuIOErr("failed removing diropq for %pd b%d (%d)\n", -+ dentry, bdst, rerr); -+ err = -EIO; -+ goto out; -+ } -+ } -+out_dir: -+ if (au_ftest_cpdown(*flags, MADE_DIR)) { -+ rerr = vfsub_sio_rmdir(au_h_iptr(dir, bdst), &h_path); -+ if (unlikely(rerr)) { -+ AuIOErr("failed removing %pd b%d (%d)\n", -+ dentry, bdst, rerr); -+ err = -EIO; -+ } -+ } -+out_put: -+ au_set_h_dptr(dentry, bdst, NULL); -+ if (au_dbbot(dentry) == bdst) -+ au_update_dbbot(dentry); -+out: -+ dput(parent); -+ return err; -+} -+ -+int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ int err; -+ unsigned int flags; -+ -+ flags = 0; -+ err = au_cp_dirs(dentry, bdst, au_cpdown_dir, &flags); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies for create */ -+ -+int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ int err, i, j, ndentry; -+ aufs_bindex_t bopq; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries, *parent, *d; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ parent = dget_parent(dentry); -+ err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/0); -+ if (unlikely(err)) -+ goto out_free; -+ -+ err = bindex; -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ d = dentries[j]; -+ di_read_lock_parent2(d, !AuLock_IR); -+ bopq = au_dbdiropq(d); -+ di_read_unlock(d, !AuLock_IR); -+ if (bopq >= 0 && bopq < err) -+ err = bopq; -+ } -+ } -+ -+out_free: -+ dput(parent); -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int au_wbr_bu(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ for (; bindex >= 0; bindex--) -+ if (!au_br_rdonly(au_sbr(sb, bindex))) -+ return bindex; -+ return -EROFS; -+} -+ -+/* top down parent */ -+static int au_wbr_create_tdp(struct dentry *dentry, -+ unsigned int flags __maybe_unused) -+{ -+ int err; -+ aufs_bindex_t btop, bindex; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ err = btop; -+ if (!au_br_rdonly(au_sbr(sb, btop))) -+ goto out; -+ -+ err = -EROFS; -+ parent = dget_parent(dentry); -+ for (bindex = au_dbtop(parent); bindex < btop; bindex++) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = bindex; -+ break; -+ } -+ } -+ dput(parent); -+ -+ /* bottom up here */ -+ if (unlikely(err < 0)) { -+ err = au_wbr_bu(sb, btop - 1); -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ } -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* an exception for the policy other than tdp */ -+static int au_wbr_create_exp(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bwh, bdiropq; -+ struct dentry *parent; -+ -+ err = -1; -+ bwh = au_dbwh(dentry); -+ parent = dget_parent(dentry); -+ bdiropq = au_dbdiropq(parent); -+ if (bwh >= 0) { -+ if (bdiropq >= 0) -+ err = min(bdiropq, bwh); -+ else -+ err = bwh; -+ AuDbg("%d\n", err); -+ } else if (bdiropq >= 0) { -+ err = bdiropq; -+ AuDbg("%d\n", err); -+ } -+ dput(parent); -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+ if (err >= 0 && au_br_rdonly(au_sbr(dentry->d_sb, err))) -+ err = -1; -+ -+ AuDbg("%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* round robin */ -+static int au_wbr_create_init_rr(struct super_block *sb) -+{ -+ int err; -+ -+ err = au_wbr_bu(sb, au_sbbot(sb)); -+ atomic_set(&au_sbi(sb)->si_wbr_rr_next, -err); /* less important */ -+ /* smp_mb(); */ -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_rr(struct dentry *dentry, unsigned int flags) -+{ -+ int err, nbr; -+ unsigned int u; -+ aufs_bindex_t bindex, bbot; -+ struct super_block *sb; -+ atomic_t *next; -+ -+ err = au_wbr_create_exp(dentry); -+ if (err >= 0) -+ goto out; -+ -+ sb = dentry->d_sb; -+ next = &au_sbi(sb)->si_wbr_rr_next; -+ bbot = au_sbbot(sb); -+ nbr = bbot + 1; -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ if (!au_ftest_wbr(flags, DIR)) { -+ err = atomic_dec_return(next) + 1; -+ /* modulo for 0 is meaningless */ -+ if (unlikely(!err)) -+ err = atomic_dec_return(next) + 1; -+ } else -+ err = atomic_read(next); -+ AuDbg("%d\n", err); -+ u = err; -+ err = u % nbr; -+ AuDbg("%d\n", err); -+ if (!au_br_rdonly(au_sbr(sb, err))) -+ break; -+ err = -EROFS; -+ } -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out: -+ AuDbg("%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* most free space */ -+static void au_mfs(struct dentry *dentry, struct dentry *parent) -+{ -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_wbr_mfs *mfs; -+ struct dentry *h_parent; -+ aufs_bindex_t bindex, bbot; -+ int err; -+ unsigned long long b, bavail; -+ struct path h_path; -+ /* reduce the stack usage */ -+ struct kstatfs *st; -+ -+ st = kmalloc(sizeof(*st), GFP_NOFS); -+ if (unlikely(!st)) { -+ AuWarn1("failed updating mfs(%d), ignored\n", -ENOMEM); -+ return; -+ } -+ -+ bavail = 0; -+ sb = dentry->d_sb; -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ MtxMustLock(&mfs->mfs_lock); -+ mfs->mfs_bindex = -EROFS; -+ mfs->mfsrr_bytes = 0; -+ if (!parent) { -+ bindex = 0; -+ bbot = au_sbbot(sb); -+ } else { -+ bindex = au_dbtop(parent); -+ bbot = au_dbtaildir(parent); -+ } -+ -+ for (; bindex <= bbot; bindex++) { -+ if (parent) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ } -+ br = au_sbr(sb, bindex); -+ if (au_br_rdonly(br)) -+ continue; -+ -+ /* sb->s_root for NFS is unreliable */ -+ h_path.mnt = au_br_mnt(br); -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, st); -+ if (unlikely(err)) { -+ AuWarn1("failed statfs, b%d, %d\n", bindex, err); -+ continue; -+ } -+ -+ /* when the available size is equal, select the lower one */ -+ BUILD_BUG_ON(sizeof(b) < sizeof(st->f_bavail) -+ || sizeof(b) < sizeof(st->f_bsize)); -+ b = st->f_bavail * st->f_bsize; -+ br->br_wbr->wbr_bytes = b; -+ if (b >= bavail) { -+ bavail = b; -+ mfs->mfs_bindex = bindex; -+ mfs->mfs_jiffy = jiffies; -+ } -+ } -+ -+ mfs->mfsrr_bytes = bavail; -+ AuDbg("b%d\n", mfs->mfs_bindex); -+ kfree(st); -+} -+ -+static int au_wbr_create_mfs(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ struct dentry *parent; -+ struct super_block *sb; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_exp(dentry); -+ if (err >= 0) -+ goto out; -+ -+ sb = dentry->d_sb; -+ parent = NULL; -+ if (au_ftest_wbr(flags, PARENT)) -+ parent = dget_parent(dentry); -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (time_after(jiffies, mfs->mfs_jiffy + mfs->mfs_expire) -+ || mfs->mfs_bindex < 0 -+ || au_br_rdonly(au_sbr(sb, mfs->mfs_bindex))) -+ au_mfs(dentry, parent); -+ mutex_unlock(&mfs->mfs_lock); -+ err = mfs->mfs_bindex; -+ dput(parent); -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_init_mfs(struct super_block *sb) -+{ -+ struct au_wbr_mfs *mfs; -+ -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_init(&mfs->mfs_lock); -+ mfs->mfs_jiffy = 0; -+ mfs->mfs_bindex = -EROFS; -+ -+ return 0; -+} -+ -+static int au_wbr_create_fin_mfs(struct super_block *sb __maybe_unused) -+{ -+ mutex_destroy(&au_sbi(sb)->si_wbr_mfs.mfs_lock); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* top down regardless parent, and then mfs */ -+static int au_wbr_create_tdmfs(struct dentry *dentry, -+ unsigned int flags __maybe_unused) -+{ -+ int err; -+ aufs_bindex_t bwh, btail, bindex, bfound, bmfs; -+ unsigned long long watermark; -+ struct super_block *sb; -+ struct au_wbr_mfs *mfs; -+ struct au_branch *br; -+ struct dentry *parent; -+ -+ sb = dentry->d_sb; -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (time_after(jiffies, mfs->mfs_jiffy + mfs->mfs_expire) -+ || mfs->mfs_bindex < 0) -+ au_mfs(dentry, /*parent*/NULL); -+ watermark = mfs->mfsrr_watermark; -+ bmfs = mfs->mfs_bindex; -+ mutex_unlock(&mfs->mfs_lock); -+ -+ /* another style of au_wbr_create_exp() */ -+ bwh = au_dbwh(dentry); -+ parent = dget_parent(dentry); -+ btail = au_dbtaildir(parent); -+ if (bwh >= 0 && bwh < btail) -+ btail = bwh; -+ -+ err = au_wbr_nonopq(dentry, btail); -+ if (unlikely(err < 0)) -+ goto out; -+ btail = err; -+ bfound = -1; -+ for (bindex = 0; bindex <= btail; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_rdonly(br)) -+ continue; -+ if (br->br_wbr->wbr_bytes > watermark) { -+ bfound = bindex; -+ break; -+ } -+ } -+ err = bfound; -+ if (err < 0) -+ err = bmfs; -+ -+out: -+ dput(parent); -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* most free space and then round robin */ -+static int au_wbr_create_mfsrr(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_mfs(dentry, flags); -+ if (err >= 0) { -+ mfs = &au_sbi(dentry->d_sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (mfs->mfsrr_bytes < mfs->mfsrr_watermark) -+ err = au_wbr_create_rr(dentry, flags); -+ mutex_unlock(&mfs->mfs_lock); -+ } -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_init_mfsrr(struct super_block *sb) -+{ -+ int err; -+ -+ au_wbr_create_init_mfs(sb); /* ignore */ -+ err = au_wbr_create_init_rr(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* top down parent and most free space */ -+static int au_wbr_create_pmfs(struct dentry *dentry, unsigned int flags) -+{ -+ int err, e2; -+ unsigned long long b; -+ aufs_bindex_t bindex, btop, bbot; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent; -+ struct au_branch *br; -+ -+ err = au_wbr_create_tdp(dentry, flags); -+ if (unlikely(err < 0)) -+ goto out; -+ parent = dget_parent(dentry); -+ btop = au_dbtop(parent); -+ bbot = au_dbtaildir(parent); -+ if (btop == bbot) -+ goto out_parent; /* success */ -+ -+ e2 = au_wbr_create_mfs(dentry, flags); -+ if (e2 < 0) -+ goto out_parent; /* success */ -+ -+ /* when the available size is equal, select upper one */ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, err); -+ b = br->br_wbr->wbr_bytes; -+ AuDbg("b%d, %llu\n", err, b); -+ -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ br = au_sbr(sb, bindex); -+ if (!au_br_rdonly(br) && br->br_wbr->wbr_bytes > b) { -+ b = br->br_wbr->wbr_bytes; -+ err = bindex; -+ AuDbg("b%d, %llu\n", err, b); -+ } -+ } -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out_parent: -+ dput(parent); -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * - top down parent -+ * - most free space with parent -+ * - most free space round-robin regardless parent -+ */ -+static int au_wbr_create_pmfsrr(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ unsigned long long watermark; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_pmfs(dentry, flags | AuWbr_PARENT); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, err); -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ watermark = mfs->mfsrr_watermark; -+ mutex_unlock(&mfs->mfs_lock); -+ if (br->br_wbr->wbr_bytes < watermark) -+ /* regardless the parent dir */ -+ err = au_wbr_create_mfsrr(dentry, flags); -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies for copyup */ -+ -+/* top down parent */ -+static int au_wbr_copyup_tdp(struct dentry *dentry) -+{ -+ return au_wbr_create_tdp(dentry, /*flags, anything is ok*/0); -+} -+ -+/* bottom up parent */ -+static int au_wbr_copyup_bup(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bindex, btop; -+ struct dentry *parent, *h_parent; -+ struct super_block *sb; -+ -+ err = -EROFS; -+ sb = dentry->d_sb; -+ parent = dget_parent(dentry); -+ btop = au_dbtop(parent); -+ for (bindex = au_dbtop(dentry); bindex >= btop; bindex--) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = bindex; -+ break; -+ } -+ } -+ dput(parent); -+ -+ /* bottom up here */ -+ if (unlikely(err < 0)) -+ err = au_wbr_bu(sb, btop - 1); -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* bottom up */ -+int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t btop) -+{ -+ int err; -+ -+ err = au_wbr_bu(dentry->d_sb, btop); -+ AuDbg("b%d\n", err); -+ if (err > btop) -+ err = au_wbr_nonopq(dentry, err); -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_copyup_bu(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t btop; -+ -+ btop = au_dbtop(dentry); -+ err = au_wbr_do_copyup_bu(dentry, btop); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_wbr_copyup_operations au_wbr_copyup_ops[] = { -+ [AuWbrCopyup_TDP] = { -+ .copyup = au_wbr_copyup_tdp -+ }, -+ [AuWbrCopyup_BUP] = { -+ .copyup = au_wbr_copyup_bup -+ }, -+ [AuWbrCopyup_BU] = { -+ .copyup = au_wbr_copyup_bu -+ } -+}; -+ -+struct au_wbr_create_operations au_wbr_create_ops[] = { -+ [AuWbrCreate_TDP] = { -+ .create = au_wbr_create_tdp -+ }, -+ [AuWbrCreate_RR] = { -+ .create = au_wbr_create_rr, -+ .init = au_wbr_create_init_rr -+ }, -+ [AuWbrCreate_MFS] = { -+ .create = au_wbr_create_mfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSV] = { -+ .create = au_wbr_create_mfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSRR] = { -+ .create = au_wbr_create_mfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSRRV] = { -+ .create = au_wbr_create_mfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_TDMFS] = { -+ .create = au_wbr_create_tdmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_TDMFSV] = { -+ .create = au_wbr_create_tdmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFS] = { -+ .create = au_wbr_create_pmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSV] = { -+ .create = au_wbr_create_pmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSRR] = { -+ .create = au_wbr_create_pmfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSRRV] = { -+ .create = au_wbr_create_pmfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ } -+}; -diff --git a/fs/aufs/whout.c b/fs/aufs/whout.c -new file mode 100644 -index 000000000000..9ed0b30b56f4 ---- /dev/null -+++ b/fs/aufs/whout.c -@@ -0,0 +1,1049 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * whiteout for logical deletion and opaque directory -+ */ -+ -+#include "aufs.h" -+ -+#define WH_MASK S_IRUGO -+ -+/* -+ * If a directory contains this file, then it is opaque. We start with the -+ * .wh. flag so that it is blocked by lookup. -+ */ -+static struct qstr diropq_name = QSTR_INIT(AUFS_WH_DIROPQ, -+ sizeof(AUFS_WH_DIROPQ) - 1); -+ -+/* -+ * generate whiteout name, which is NOT terminated by NULL. -+ * @name: original d_name.name -+ * @len: original d_name.len -+ * @wh: whiteout qstr -+ * returns zero when succeeds, otherwise error. -+ * succeeded value as wh->name should be freed by kfree(). -+ */ -+int au_wh_name_alloc(struct qstr *wh, const struct qstr *name) -+{ -+ char *p; -+ -+ if (unlikely(name->len > PATH_MAX - AUFS_WH_PFX_LEN)) -+ return -ENAMETOOLONG; -+ -+ wh->len = name->len + AUFS_WH_PFX_LEN; -+ p = kmalloc(wh->len, GFP_NOFS); -+ wh->name = p; -+ if (p) { -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ memcpy(p + AUFS_WH_PFX_LEN, name->name, name->len); -+ /* smp_mb(); */ -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * test if the @wh_name exists under @h_parent. -+ * @try_sio specifies the necessary of super-io. -+ */ -+int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio) -+{ -+ int err; -+ struct dentry *wh_dentry; -+ -+ if (!try_sio) -+ wh_dentry = vfsub_lkup_one(wh_name, h_parent); -+ else -+ wh_dentry = au_sio_lkup_one(wh_name, h_parent); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) { -+ if (err == -ENAMETOOLONG) -+ err = 0; -+ goto out; -+ } -+ -+ err = 0; -+ if (d_is_negative(wh_dentry)) -+ goto out_wh; /* success */ -+ -+ err = 1; -+ if (d_is_reg(wh_dentry)) -+ goto out_wh; /* success */ -+ -+ err = -EIO; -+ AuIOErr("%pd Invalid whiteout entry type 0%o.\n", -+ wh_dentry, d_inode(wh_dentry)->i_mode); -+ -+out_wh: -+ dput(wh_dentry); -+out: -+ return err; -+} -+ -+/* -+ * test if the @h_dentry sets opaque or not. -+ */ -+int au_diropq_test(struct dentry *h_dentry) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ h_dir = d_inode(h_dentry); -+ err = au_wh_test(h_dentry, &diropq_name, -+ au_test_h_perm_sio(h_dir, MAY_EXEC)); -+ return err; -+} -+ -+/* -+ * returns a negative dentry whose name is unique and temporary. -+ */ -+struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, -+ struct qstr *prefix) -+{ -+ struct dentry *dentry; -+ int i; -+ char defname[NAME_MAX - AUFS_MAX_NAMELEN + DNAME_INLINE_LEN + 1], -+ *name, *p; -+ /* strict atomic_t is unnecessary here */ -+ static unsigned short cnt; -+ struct qstr qs; -+ -+ BUILD_BUG_ON(sizeof(cnt) * 2 > AUFS_WH_TMP_LEN); -+ -+ name = defname; -+ qs.len = sizeof(defname) - DNAME_INLINE_LEN + prefix->len - 1; -+ if (unlikely(prefix->len > DNAME_INLINE_LEN)) { -+ dentry = ERR_PTR(-ENAMETOOLONG); -+ if (unlikely(qs.len > NAME_MAX)) -+ goto out; -+ dentry = ERR_PTR(-ENOMEM); -+ name = kmalloc(qs.len + 1, GFP_NOFS); -+ if (unlikely(!name)) -+ goto out; -+ } -+ -+ /* doubly whiteout-ed */ -+ memcpy(name, AUFS_WH_PFX AUFS_WH_PFX, AUFS_WH_PFX_LEN * 2); -+ p = name + AUFS_WH_PFX_LEN * 2; -+ memcpy(p, prefix->name, prefix->len); -+ p += prefix->len; -+ *p++ = '.'; -+ AuDebugOn(name + qs.len + 1 - p <= AUFS_WH_TMP_LEN); -+ -+ qs.name = name; -+ for (i = 0; i < 3; i++) { -+ sprintf(p, "%.*x", AUFS_WH_TMP_LEN, cnt++); -+ dentry = au_sio_lkup_one(&qs, h_parent); -+ if (IS_ERR(dentry) || d_is_negative(dentry)) -+ goto out_name; -+ dput(dentry); -+ } -+ /* pr_warn("could not get random name\n"); */ -+ dentry = ERR_PTR(-EEXIST); -+ AuDbg("%.*s\n", AuLNPair(&qs)); -+ BUG(); -+ -+out_name: -+ if (name != defname) -+ kfree(name); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* -+ * rename the @h_dentry on @br to the whiteouted temporary name. -+ */ -+int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ struct inode *h_dir, *delegated; -+ struct dentry *h_parent; -+ -+ h_parent = h_dentry->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ h_path.dentry = au_whtmp_lkup(h_parent, br, &h_dentry->d_name); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ /* under the same dir, no need to lock_rename() */ -+ delegated = NULL; -+ err = vfsub_rename(h_dir, h_dentry, h_dir, &h_path, &delegated, -+ /*flags*/0); -+ AuTraceErr(err); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ dput(h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * functions for removing a whiteout -+ */ -+ -+static int do_unlink_wh(struct inode *h_dir, struct path *h_path) -+{ -+ int err, force; -+ struct inode *delegated; -+ -+ /* -+ * forces superio when the dir has a sticky bit. -+ * this may be a violation of unix fs semantics. -+ */ -+ force = (h_dir->i_mode & S_ISVTX) -+ && !uid_eq(current_fsuid(), d_inode(h_path->dentry)->i_uid); -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, h_path, &delegated, force); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ return err; -+} -+ -+int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, -+ struct dentry *dentry) -+{ -+ int err; -+ -+ err = do_unlink_wh(h_dir, h_path); -+ if (!err && dentry) -+ au_set_dbwh(dentry, -1); -+ -+ return err; -+} -+ -+static int unlink_wh_name(struct dentry *h_parent, struct qstr *wh, -+ struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ -+ err = 0; -+ h_path.dentry = vfsub_lkup_one(wh, h_parent); -+ if (IS_ERR(h_path.dentry)) -+ err = PTR_ERR(h_path.dentry); -+ else { -+ if (d_is_reg(h_path.dentry)) -+ err = do_unlink_wh(d_inode(h_parent), &h_path); -+ dput(h_path.dentry); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * initialize/clean whiteout for a branch -+ */ -+ -+static void au_wh_clean(struct inode *h_dir, struct path *whpath, -+ const int isdir) -+{ -+ int err; -+ struct inode *delegated; -+ -+ if (d_is_negative(whpath->dentry)) -+ return; -+ -+ if (isdir) -+ err = vfsub_rmdir(h_dir, whpath); -+ else { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, whpath, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } -+ if (unlikely(err)) -+ pr_warn("failed removing %pd (%d), ignored.\n", -+ whpath->dentry, err); -+} -+ -+static int test_linkable(struct dentry *h_root) -+{ -+ struct inode *h_dir = d_inode(h_root); -+ -+ if (h_dir->i_op->link) -+ return 0; -+ -+ pr_err("%pd (%s) doesn't support link(2), use noplink and rw+nolwh\n", -+ h_root, au_sbtype(h_root->d_sb)); -+ return -ENOSYS; -+} -+ -+/* todo: should this mkdir be done in /sbin/mount.aufs helper? */ -+static int au_whdir(struct inode *h_dir, struct path *path) -+{ -+ int err; -+ -+ err = -EEXIST; -+ if (d_is_negative(path->dentry)) { -+ int mode = S_IRWXU; -+ -+ if (au_test_nfs(path->dentry->d_sb)) -+ mode |= S_IXUGO; -+ err = vfsub_mkdir(h_dir, path, mode); -+ } else if (d_is_dir(path->dentry)) -+ err = 0; -+ else -+ pr_err("unknown %pd exists\n", path->dentry); -+ -+ return err; -+} -+ -+struct au_wh_base { -+ const struct qstr *name; -+ struct dentry *dentry; -+}; -+ -+static void au_wh_init_ro(struct inode *h_dir, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/0); -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+} -+ -+/* -+ * returns tri-state, -+ * minus: error, caller should print the message -+ * zero: succuess -+ * plus: error, caller should NOT print the message -+ */ -+static int au_wh_init_rw_nolink(struct dentry *h_root, struct au_wbr *wbr, -+ int do_plink, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ h_dir = d_inode(h_root); -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/0); -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ if (do_plink) { -+ err = test_linkable(h_root); -+ if (unlikely(err)) { -+ err = 1; -+ goto out; -+ } -+ -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); -+ } else -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * for the moment, aufs supports the branch filesystem which does not support -+ * link(2). testing on FAT which does not support i_op->setattr() fully either, -+ * copyup failed. finally, such filesystem will not be used as the writable -+ * branch. -+ * -+ * returns tri-state, see above. -+ */ -+static int au_wh_init_rw(struct dentry *h_root, struct au_wbr *wbr, -+ int do_plink, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ WbrWhMustWriteLock(wbr); -+ -+ err = test_linkable(h_root); -+ if (unlikely(err)) { -+ err = 1; -+ goto out; -+ } -+ -+ /* -+ * todo: should this create be done in /sbin/mount.aufs helper? -+ */ -+ err = -EEXIST; -+ h_dir = d_inode(h_root); -+ if (d_is_negative(base[AuBrWh_BASE].dentry)) { -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ err = vfsub_create(h_dir, h_path, WH_MASK, /*want_excl*/true); -+ } else if (d_is_reg(base[AuBrWh_BASE].dentry)) -+ err = 0; -+ else -+ pr_err("unknown %pd2 exists\n", base[AuBrWh_BASE].dentry); -+ if (unlikely(err)) -+ goto out; -+ -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ if (do_plink) { -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); -+ } else -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ wbr->wbr_whbase = dget(base[AuBrWh_BASE].dentry); -+ -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * initialize the whiteout base file/dir for @br. -+ */ -+int au_wh_init(struct au_branch *br, struct super_block *sb) -+{ -+ int err, i; -+ const unsigned char do_plink -+ = !!au_opt_test(au_mntflags(sb), PLINK); -+ struct inode *h_dir; -+ struct path path = br->br_path; -+ struct dentry *h_root = path.dentry; -+ struct au_wbr *wbr = br->br_wbr; -+ static const struct qstr base_name[] = { -+ [AuBrWh_BASE] = QSTR_INIT(AUFS_BASE_NAME, -+ sizeof(AUFS_BASE_NAME) - 1), -+ [AuBrWh_PLINK] = QSTR_INIT(AUFS_PLINKDIR_NAME, -+ sizeof(AUFS_PLINKDIR_NAME) - 1), -+ [AuBrWh_ORPH] = QSTR_INIT(AUFS_ORPHDIR_NAME, -+ sizeof(AUFS_ORPHDIR_NAME) - 1) -+ }; -+ struct au_wh_base base[] = { -+ [AuBrWh_BASE] = { -+ .name = base_name + AuBrWh_BASE, -+ .dentry = NULL -+ }, -+ [AuBrWh_PLINK] = { -+ .name = base_name + AuBrWh_PLINK, -+ .dentry = NULL -+ }, -+ [AuBrWh_ORPH] = { -+ .name = base_name + AuBrWh_ORPH, -+ .dentry = NULL -+ } -+ }; -+ -+ if (wbr) -+ WbrWhMustWriteLock(wbr); -+ -+ for (i = 0; i < AuBrWh_Last; i++) { -+ /* doubly whiteouted */ -+ struct dentry *d; -+ -+ d = au_wh_lkup(h_root, (void *)base[i].name, br); -+ err = PTR_ERR(d); -+ if (IS_ERR(d)) -+ goto out; -+ -+ base[i].dentry = d; -+ AuDebugOn(wbr -+ && wbr->wbr_wh[i] -+ && wbr->wbr_wh[i] != base[i].dentry); -+ } -+ -+ if (wbr) -+ for (i = 0; i < AuBrWh_Last; i++) { -+ dput(wbr->wbr_wh[i]); -+ wbr->wbr_wh[i] = NULL; -+ } -+ -+ err = 0; -+ if (!au_br_writable(br->br_perm)) { -+ h_dir = d_inode(h_root); -+ au_wh_init_ro(h_dir, base, &path); -+ } else if (!au_br_wh_linkable(br->br_perm)) { -+ err = au_wh_init_rw_nolink(h_root, wbr, do_plink, base, &path); -+ if (err > 0) -+ goto out; -+ else if (err) -+ goto out_err; -+ } else { -+ err = au_wh_init_rw(h_root, wbr, do_plink, base, &path); -+ if (err > 0) -+ goto out; -+ else if (err) -+ goto out_err; -+ } -+ goto out; /* success */ -+ -+out_err: -+ pr_err("an error(%d) on the writable branch %pd(%s)\n", -+ err, h_root, au_sbtype(h_root->d_sb)); -+out: -+ for (i = 0; i < AuBrWh_Last; i++) -+ dput(base[i].dentry); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * whiteouts are all hard-linked usually. -+ * when its link count reaches a ceiling, we create a new whiteout base -+ * asynchronously. -+ */ -+ -+struct reinit_br_wh { -+ struct super_block *sb; -+ struct au_branch *br; -+}; -+ -+static void reinit_br_wh(void *arg) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct path h_path; -+ struct reinit_br_wh *a = arg; -+ struct au_wbr *wbr; -+ struct inode *dir, *delegated; -+ struct dentry *h_root; -+ struct au_hinode *hdir; -+ -+ err = 0; -+ wbr = a->br->br_wbr; -+ /* big aufs lock */ -+ si_noflush_write_lock(a->sb); -+ if (!au_br_writable(a->br->br_perm)) -+ goto out; -+ bindex = au_br_index(a->sb, a->br->br_id); -+ if (unlikely(bindex < 0)) -+ goto out; -+ -+ di_read_lock_parent(a->sb->s_root, AuLock_IR); -+ dir = d_inode(a->sb->s_root); -+ hdir = au_hi(dir, bindex); -+ h_root = au_h_dptr(a->sb->s_root, bindex); -+ AuDebugOn(h_root != au_br_dentry(a->br)); -+ -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ wbr_wh_write_lock(wbr); -+ err = au_h_verify(wbr->wbr_whbase, au_opt_udba(a->sb), hdir->hi_inode, -+ h_root, a->br); -+ if (!err) { -+ h_path.dentry = wbr->wbr_whbase; -+ h_path.mnt = au_br_mnt(a->br); -+ delegated = NULL; -+ err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, -+ /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } else { -+ pr_warn("%pd is moved, ignored\n", wbr->wbr_whbase); -+ err = 0; -+ } -+ dput(wbr->wbr_whbase); -+ wbr->wbr_whbase = NULL; -+ if (!err) -+ err = au_wh_init(a->br, a->sb); -+ wbr_wh_write_unlock(wbr); -+ au_hn_inode_unlock(hdir); -+ di_read_unlock(a->sb->s_root, AuLock_IR); -+ if (!err) -+ au_fhsm_wrote(a->sb, bindex, /*force*/0); -+ -+out: -+ if (wbr) -+ atomic_dec(&wbr->wbr_wh_running); -+ au_br_put(a->br); -+ si_write_unlock(a->sb); -+ au_nwt_done(&au_sbi(a->sb)->si_nowait); -+ kfree(arg); -+ if (unlikely(err)) -+ AuIOErr("err %d\n", err); -+} -+ -+static void kick_reinit_br_wh(struct super_block *sb, struct au_branch *br) -+{ -+ int do_dec, wkq_err; -+ struct reinit_br_wh *arg; -+ -+ do_dec = 1; -+ if (atomic_inc_return(&br->br_wbr->wbr_wh_running) != 1) -+ goto out; -+ -+ /* ignore ENOMEM */ -+ arg = kmalloc(sizeof(*arg), GFP_NOFS); -+ if (arg) { -+ /* -+ * dec(wh_running), kfree(arg) and dec(br_count) -+ * in reinit function -+ */ -+ arg->sb = sb; -+ arg->br = br; -+ au_br_get(br); -+ wkq_err = au_wkq_nowait(reinit_br_wh, arg, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ atomic_dec(&br->br_wbr->wbr_wh_running); -+ au_br_put(br); -+ kfree(arg); -+ } -+ do_dec = 0; -+ } -+ -+out: -+ if (do_dec) -+ atomic_dec(&br->br_wbr->wbr_wh_running); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create the whiteout @wh. -+ */ -+static int link_or_create_wh(struct super_block *sb, aufs_bindex_t bindex, -+ struct dentry *wh) -+{ -+ int err; -+ struct path h_path = { -+ .dentry = wh -+ }; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *h_parent; -+ struct inode *h_dir, *delegated; -+ -+ h_parent = wh->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ br = au_sbr(sb, bindex); -+ h_path.mnt = au_br_mnt(br); -+ wbr = br->br_wbr; -+ wbr_wh_read_lock(wbr); -+ if (wbr->wbr_whbase) { -+ delegated = NULL; -+ err = vfsub_link(wbr->wbr_whbase, h_dir, &h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ if (!err || err != -EMLINK) -+ goto out; -+ -+ /* link count full. re-initialize br_whbase. */ -+ kick_reinit_br_wh(sb, br); -+ } -+ -+ /* return this error in this context */ -+ err = vfsub_create(h_dir, &h_path, WH_MASK, /*want_excl*/true); -+ if (!err) -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ -+out: -+ wbr_wh_read_unlock(wbr); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create or remove the diropq. -+ */ -+static struct dentry *do_diropq(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags) -+{ -+ struct dentry *opq_dentry, *h_dentry; -+ struct super_block *sb; -+ struct au_branch *br; -+ int err; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, bindex); -+ h_dentry = au_h_dptr(dentry, bindex); -+ opq_dentry = vfsub_lkup_one(&diropq_name, h_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out; -+ -+ if (au_ftest_diropq(flags, CREATE)) { -+ err = link_or_create_wh(sb, bindex, opq_dentry); -+ if (!err) { -+ au_set_dbdiropq(dentry, bindex); -+ goto out; /* success */ -+ } -+ } else { -+ struct path tmp = { -+ .dentry = opq_dentry, -+ .mnt = au_br_mnt(br) -+ }; -+ err = do_unlink_wh(au_h_iptr(d_inode(dentry), bindex), &tmp); -+ if (!err) -+ au_set_dbdiropq(dentry, -1); -+ } -+ dput(opq_dentry); -+ opq_dentry = ERR_PTR(err); -+ -+out: -+ return opq_dentry; -+} -+ -+struct do_diropq_args { -+ struct dentry **errp; -+ struct dentry *dentry; -+ aufs_bindex_t bindex; -+ unsigned int flags; -+}; -+ -+static void call_do_diropq(void *args) -+{ -+ struct do_diropq_args *a = args; -+ *a->errp = do_diropq(a->dentry, a->bindex, a->flags); -+} -+ -+struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags) -+{ -+ struct dentry *diropq, *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!au_test_h_perm_sio(d_inode(h_dentry), MAY_EXEC | MAY_WRITE)) -+ diropq = do_diropq(dentry, bindex, flags); -+ else { -+ int wkq_err; -+ struct do_diropq_args args = { -+ .errp = &diropq, -+ .dentry = dentry, -+ .bindex = bindex, -+ .flags = flags -+ }; -+ -+ wkq_err = au_wkq_wait(call_do_diropq, &args); -+ if (unlikely(wkq_err)) -+ diropq = ERR_PTR(wkq_err); -+ } -+ -+ return diropq; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * lookup whiteout dentry. -+ * @h_parent: lower parent dentry which must exist and be locked -+ * @base_name: name of dentry which will be whiteouted -+ * returns dentry for whiteout. -+ */ -+struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, -+ struct au_branch *br) -+{ -+ int err; -+ struct qstr wh_name; -+ struct dentry *wh_dentry; -+ -+ err = au_wh_name_alloc(&wh_name, base_name); -+ wh_dentry = ERR_PTR(err); -+ if (!err) { -+ wh_dentry = vfsub_lkup_one(&wh_name, h_parent); -+ kfree(wh_name.name); -+ } -+ return wh_dentry; -+} -+ -+/* -+ * link/create a whiteout for @dentry on @bindex. -+ */ -+struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent) -+{ -+ struct dentry *wh_dentry; -+ struct super_block *sb; -+ int err; -+ -+ sb = dentry->d_sb; -+ wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, au_sbr(sb, bindex)); -+ if (!IS_ERR(wh_dentry) && d_is_negative(wh_dentry)) { -+ err = link_or_create_wh(sb, bindex, wh_dentry); -+ if (!err) { -+ au_set_dbwh(dentry, bindex); -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ } else { -+ dput(wh_dentry); -+ wh_dentry = ERR_PTR(err); -+ } -+ } -+ -+ return wh_dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Delete all whiteouts in this directory on branch bindex. */ -+static int del_wh_children(struct dentry *h_dentry, struct au_nhash *whlist, -+ aufs_bindex_t bindex, struct au_branch *br) -+{ -+ int err; -+ unsigned long ul, n; -+ struct qstr wh_name; -+ char *p; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct au_vdir_destr *str; -+ -+ err = -ENOMEM; -+ p = (void *)__get_free_page(GFP_NOFS); -+ wh_name.name = p; -+ if (unlikely(!wh_name.name)) -+ goto out; -+ -+ err = 0; -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ p += AUFS_WH_PFX_LEN; -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (ul = 0; !err && ul < n; ul++, head++) { -+ hlist_for_each_entry(pos, head, wh_hash) { -+ if (pos->wh_bindex != bindex) -+ continue; -+ -+ str = &pos->wh_str; -+ if (str->len + AUFS_WH_PFX_LEN <= PATH_MAX) { -+ memcpy(p, str->name, str->len); -+ wh_name.len = AUFS_WH_PFX_LEN + str->len; -+ err = unlink_wh_name(h_dentry, &wh_name, br); -+ if (!err) -+ continue; -+ break; -+ } -+ AuIOErr("whiteout name too long %.*s\n", -+ str->len, str->name); -+ err = -EIO; -+ break; -+ } -+ } -+ free_page((unsigned long)wh_name.name); -+ -+out: -+ return err; -+} -+ -+struct del_wh_children_args { -+ int *errp; -+ struct dentry *h_dentry; -+ struct au_nhash *whlist; -+ aufs_bindex_t bindex; -+ struct au_branch *br; -+}; -+ -+static void call_del_wh_children(void *args) -+{ -+ struct del_wh_children_args *a = args; -+ *a->errp = del_wh_children(a->h_dentry, a->whlist, a->bindex, a->br); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp) -+{ -+ struct au_whtmp_rmdir *whtmp; -+ int err; -+ unsigned int rdhash; -+ -+ SiMustAnyLock(sb); -+ -+ whtmp = kzalloc(sizeof(*whtmp), gfp); -+ if (unlikely(!whtmp)) { -+ whtmp = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ /* no estimation for dir size */ -+ rdhash = au_sbi(sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = AUFS_RDHASH_DEF; -+ err = au_nhash_alloc(&whtmp->whlist, rdhash, gfp); -+ if (unlikely(err)) { -+ kfree(whtmp); -+ whtmp = ERR_PTR(err); -+ } -+ -+out: -+ return whtmp; -+} -+ -+void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp) -+{ -+ if (whtmp->br) -+ au_br_put(whtmp->br); -+ dput(whtmp->wh_dentry); -+ iput(whtmp->dir); -+ au_nhash_wh_free(&whtmp->whlist); -+ kfree(whtmp); -+} -+ -+/* -+ * rmdir the whiteouted temporary named dir @h_dentry. -+ * @whlist: whiteouted children. -+ */ -+int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_nhash *whlist) -+{ -+ int err; -+ unsigned int h_nlink; -+ struct path h_tmp; -+ struct inode *wh_inode, *h_dir; -+ struct au_branch *br; -+ -+ h_dir = d_inode(wh_dentry->d_parent); /* dir inode is locked */ -+ IMustLock(h_dir); -+ -+ br = au_sbr(dir->i_sb, bindex); -+ wh_inode = d_inode(wh_dentry); -+ inode_lock_nested(wh_inode, AuLsc_I_CHILD); -+ -+ /* -+ * someone else might change some whiteouts while we were sleeping. -+ * it means this whlist may have an obsoleted entry. -+ */ -+ if (!au_test_h_perm_sio(wh_inode, MAY_EXEC | MAY_WRITE)) -+ err = del_wh_children(wh_dentry, whlist, bindex, br); -+ else { -+ int wkq_err; -+ struct del_wh_children_args args = { -+ .errp = &err, -+ .h_dentry = wh_dentry, -+ .whlist = whlist, -+ .bindex = bindex, -+ .br = br -+ }; -+ -+ wkq_err = au_wkq_wait(call_del_wh_children, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ inode_unlock(wh_inode); -+ -+ if (!err) { -+ h_tmp.dentry = wh_dentry; -+ h_tmp.mnt = au_br_mnt(br); -+ h_nlink = h_dir->i_nlink; -+ err = vfsub_rmdir(h_dir, &h_tmp); -+ /* some fs doesn't change the parent nlink in some cases */ -+ h_nlink -= h_dir->i_nlink; -+ } -+ -+ if (!err) { -+ if (au_ibtop(dir) == bindex) { -+ /* todo: dir->i_mutex is necessary */ -+ au_cpup_attr_timesizes(dir); -+ if (h_nlink) -+ vfsub_drop_nlink(dir); -+ } -+ return 0; /* success */ -+ } -+ -+ pr_warn("failed removing %pd(%d), ignored\n", wh_dentry, err); -+ return err; -+} -+ -+static void call_rmdir_whtmp(void *args) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct au_whtmp_rmdir *a = args; -+ struct super_block *sb; -+ struct dentry *h_parent; -+ struct inode *h_dir; -+ struct au_hinode *hdir; -+ -+ /* rmdir by nfsd may cause deadlock with this i_mutex */ -+ /* inode_lock(a->dir); */ -+ err = -EROFS; -+ sb = a->dir->i_sb; -+ si_read_lock(sb, !AuLock_FLUSH); -+ if (!au_br_writable(a->br->br_perm)) -+ goto out; -+ bindex = au_br_index(sb, a->br->br_id); -+ if (unlikely(bindex < 0)) -+ goto out; -+ -+ err = -EIO; -+ ii_write_lock_parent(a->dir); -+ h_parent = dget_parent(a->wh_dentry); -+ h_dir = d_inode(h_parent); -+ hdir = au_hi(a->dir, bindex); -+ err = vfsub_mnt_want_write(au_br_mnt(a->br)); -+ if (unlikely(err)) -+ goto out_mnt; -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ err = au_h_verify(a->wh_dentry, au_opt_udba(sb), h_dir, h_parent, -+ a->br); -+ if (!err) -+ err = au_whtmp_rmdir(a->dir, bindex, a->wh_dentry, &a->whlist); -+ au_hn_inode_unlock(hdir); -+ vfsub_mnt_drop_write(au_br_mnt(a->br)); -+ -+out_mnt: -+ dput(h_parent); -+ ii_write_unlock(a->dir); -+out: -+ /* inode_unlock(a->dir); */ -+ au_whtmp_rmdir_free(a); -+ si_read_unlock(sb); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ if (unlikely(err)) -+ AuIOErr("err %d\n", err); -+} -+ -+void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_whtmp_rmdir *args) -+{ -+ int wkq_err; -+ struct super_block *sb; -+ -+ IMustLock(dir); -+ -+ /* all post-process will be done in do_rmdir_whtmp(). */ -+ sb = dir->i_sb; -+ args->dir = au_igrab(dir); -+ args->br = au_sbr(sb, bindex); -+ au_br_get(args->br); -+ args->wh_dentry = dget(wh_dentry); -+ wkq_err = au_wkq_nowait(call_rmdir_whtmp, args, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ pr_warn("rmdir error %pd (%d), ignored\n", wh_dentry, wkq_err); -+ au_whtmp_rmdir_free(args); -+ } -+} -diff --git a/fs/aufs/whout.h b/fs/aufs/whout.h -new file mode 100644 -index 000000000000..94a76217bbcb ---- /dev/null -+++ b/fs/aufs/whout.h -@@ -0,0 +1,73 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * whiteout for logical deletion and opaque directory -+ */ -+ -+#ifndef __AUFS_WHOUT_H__ -+#define __AUFS_WHOUT_H__ -+ -+#ifdef __KERNEL__ -+ -+#include "dir.h" -+ -+/* whout.c */ -+int au_wh_name_alloc(struct qstr *wh, const struct qstr *name); -+int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio); -+int au_diropq_test(struct dentry *h_dentry); -+struct au_branch; -+struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, -+ struct qstr *prefix); -+int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br); -+int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, -+ struct dentry *dentry); -+int au_wh_init(struct au_branch *br, struct super_block *sb); -+ -+/* diropq flags */ -+#define AuDiropq_CREATE 1 -+#define au_ftest_diropq(flags, name) ((flags) & AuDiropq_##name) -+#define au_fset_diropq(flags, name) \ -+ do { (flags) |= AuDiropq_##name; } while (0) -+#define au_fclr_diropq(flags, name) \ -+ do { (flags) &= ~AuDiropq_##name; } while (0) -+ -+struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags); -+struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, -+ struct au_branch *br); -+struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent); -+ -+/* real rmdir for the whiteout-ed dir */ -+struct au_whtmp_rmdir { -+ struct inode *dir; -+ struct au_branch *br; -+ struct dentry *wh_dentry; -+ struct au_nhash whlist; -+}; -+ -+struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp); -+void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp); -+int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_nhash *whlist); -+void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_whtmp_rmdir *args); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct dentry *au_diropq_create(struct dentry *dentry, -+ aufs_bindex_t bindex) -+{ -+ return au_diropq_sio(dentry, bindex, AuDiropq_CREATE); -+} -+ -+static inline int au_diropq_remove(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ return PTR_ERR(au_diropq_sio(dentry, bindex, !AuDiropq_CREATE)); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_WHOUT_H__ */ -diff --git a/fs/aufs/wkq.c b/fs/aufs/wkq.c -new file mode 100644 -index 000000000000..df25631428d6 ---- /dev/null -+++ b/fs/aufs/wkq.c -@@ -0,0 +1,378 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * workqueue for asynchronous/super-io operations -+ * todo: try new dredential scheme -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* internal workqueue named AUFS_WKQ_NAME */ -+ -+static struct workqueue_struct *au_wkq; -+ -+struct au_wkinfo { -+ struct work_struct wk; -+ struct kobject *kobj; -+ -+ unsigned int flags; /* see wkq.h */ -+ -+ au_wkq_func_t func; -+ void *args; -+ -+#ifdef CONFIG_LOCKDEP -+ int dont_check; -+ struct held_lock **hlock; -+#endif -+ -+ struct completion *comp; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * Aufs passes some operations to the workqueue such as the internal copyup. -+ * This scheme looks rather unnatural for LOCKDEP debugging feature, since the -+ * job run by workqueue depends upon the locks acquired in the other task. -+ * Delegating a small operation to the workqueue, aufs passes its lockdep -+ * information too. And the job in the workqueue restores the info in order to -+ * pretend as if it acquired those locks. This is just to make LOCKDEP work -+ * correctly and expectedly. -+ */ -+ -+#ifndef CONFIG_LOCKDEP -+AuStubInt0(au_wkq_lockdep_alloc, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_free, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_pre, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_post, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_init, struct au_wkinfo *wkinfo); -+#else -+static void au_wkq_lockdep_init(struct au_wkinfo *wkinfo) -+{ -+ wkinfo->hlock = NULL; -+ wkinfo->dont_check = 0; -+} -+ -+/* -+ * 1: matched -+ * 0: unmatched -+ */ -+static int au_wkq_lockdep_test(struct lock_class_key *key, const char *name) -+{ -+ static DEFINE_SPINLOCK(spin); -+ static struct { -+ char *name; -+ struct lock_class_key *key; -+ } a[] = { -+ { .name = "&sbinfo->si_rwsem" }, -+ { .name = "&finfo->fi_rwsem" }, -+ { .name = "&dinfo->di_rwsem" }, -+ { .name = "&iinfo->ii_rwsem" } -+ }; -+ static int set; -+ int i; -+ -+ /* lockless read from 'set.' see below */ -+ if (set == ARRAY_SIZE(a)) { -+ for (i = 0; i < ARRAY_SIZE(a); i++) -+ if (a[i].key == key) -+ goto match; -+ goto unmatch; -+ } -+ -+ spin_lock(&spin); -+ if (set) -+ for (i = 0; i < ARRAY_SIZE(a); i++) -+ if (a[i].key == key) { -+ spin_unlock(&spin); -+ goto match; -+ } -+ for (i = 0; i < ARRAY_SIZE(a); i++) { -+ if (a[i].key) { -+ if (unlikely(a[i].key == key)) { /* rare but possible */ -+ spin_unlock(&spin); -+ goto match; -+ } else -+ continue; -+ } -+ if (strstr(a[i].name, name)) { -+ /* -+ * the order of these three lines is important for the -+ * lockless read above. -+ */ -+ a[i].key = key; -+ spin_unlock(&spin); -+ set++; -+ /* AuDbg("%d, %s\n", set, name); */ -+ goto match; -+ } -+ } -+ spin_unlock(&spin); -+ goto unmatch; -+ -+match: -+ return 1; -+unmatch: -+ return 0; -+} -+ -+static int au_wkq_lockdep_alloc(struct au_wkinfo *wkinfo) -+{ -+ int err, n; -+ struct task_struct *curr; -+ struct held_lock **hl, *held_locks, *p; -+ -+ err = 0; -+ curr = current; -+ wkinfo->dont_check = lockdep_recursing(curr); -+ if (wkinfo->dont_check) -+ goto out; -+ n = curr->lockdep_depth; -+ if (!n) -+ goto out; -+ -+ err = -ENOMEM; -+ wkinfo->hlock = kmalloc_array(n + 1, sizeof(*wkinfo->hlock), GFP_NOFS); -+ if (unlikely(!wkinfo->hlock)) -+ goto out; -+ -+ err = 0; -+#if 0 -+ if (0 && au_debug_test()) /* left for debugging */ -+ lockdep_print_held_locks(curr); -+#endif -+ held_locks = curr->held_locks; -+ hl = wkinfo->hlock; -+ while (n--) { -+ p = held_locks++; -+ if (au_wkq_lockdep_test(p->instance->key, p->instance->name)) -+ *hl++ = p; -+ } -+ *hl = NULL; -+ -+out: -+ return err; -+} -+ -+static void au_wkq_lockdep_free(struct au_wkinfo *wkinfo) -+{ -+ kfree(wkinfo->hlock); -+} -+ -+static void au_wkq_lockdep_pre(struct au_wkinfo *wkinfo) -+{ -+ struct held_lock *p, **hl = wkinfo->hlock; -+ int subclass; -+ -+ if (wkinfo->dont_check) -+ lockdep_off(); -+ if (!hl) -+ return; -+ while ((p = *hl++)) { /* assignment */ -+ subclass = lockdep_hlock_class(p)->subclass; -+ /* AuDbg("%s, %d\n", p->instance->name, subclass); */ -+ if (p->read) -+ rwsem_acquire_read(p->instance, subclass, 0, -+ /*p->acquire_ip*/_RET_IP_); -+ else -+ rwsem_acquire(p->instance, subclass, 0, -+ /*p->acquire_ip*/_RET_IP_); -+ } -+} -+ -+static void au_wkq_lockdep_post(struct au_wkinfo *wkinfo) -+{ -+ struct held_lock *p, **hl = wkinfo->hlock; -+ -+ if (wkinfo->dont_check) -+ lockdep_on(); -+ if (!hl) -+ return; -+ while ((p = *hl++)) /* assignment */ -+ rwsem_release(p->instance, 0, /*p->acquire_ip*/_RET_IP_); -+} -+#endif -+ -+static void wkq_func(struct work_struct *wk) -+{ -+ struct au_wkinfo *wkinfo = container_of(wk, struct au_wkinfo, wk); -+ -+ AuDebugOn(!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)); -+ AuDebugOn(rlimit(RLIMIT_FSIZE) != RLIM_INFINITY); -+ -+ au_wkq_lockdep_pre(wkinfo); -+ wkinfo->func(wkinfo->args); -+ au_wkq_lockdep_post(wkinfo); -+ if (au_ftest_wkq(wkinfo->flags, WAIT)) -+ complete(wkinfo->comp); -+ else { -+ kobject_put(wkinfo->kobj); -+ module_put(THIS_MODULE); /* todo: ?? */ -+ kfree(wkinfo); -+ } -+} -+ -+/* -+ * Since struct completion is large, try allocating it dynamically. -+ */ -+#if 1 /* defined(CONFIG_4KSTACKS) || defined(AuTest4KSTACKS) */ -+#define AuWkqCompDeclare(name) struct completion *comp = NULL -+ -+static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) -+{ -+ *comp = kmalloc(sizeof(**comp), GFP_NOFS); -+ if (*comp) { -+ init_completion(*comp); -+ wkinfo->comp = *comp; -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+static void au_wkq_comp_free(struct completion *comp) -+{ -+ kfree(comp); -+} -+ -+#else -+ -+/* no braces */ -+#define AuWkqCompDeclare(name) \ -+ DECLARE_COMPLETION_ONSTACK(_ ## name); \ -+ struct completion *comp = &_ ## name -+ -+static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) -+{ -+ wkinfo->comp = *comp; -+ return 0; -+} -+ -+static void au_wkq_comp_free(struct completion *comp __maybe_unused) -+{ -+ /* empty */ -+} -+#endif /* 4KSTACKS */ -+ -+static void au_wkq_run(struct au_wkinfo *wkinfo) -+{ -+ if (au_ftest_wkq(wkinfo->flags, NEST)) { -+ if (au_wkq_test()) { -+ AuWarn1("wkq from wkq, unless silly-rename on NFS," -+ " due to a dead dir by UDBA?\n"); -+ AuDebugOn(au_ftest_wkq(wkinfo->flags, WAIT)); -+ } -+ } else -+ au_dbg_verify_kthread(); -+ -+ if (au_ftest_wkq(wkinfo->flags, WAIT)) { -+ INIT_WORK_ONSTACK(&wkinfo->wk, wkq_func); -+ queue_work(au_wkq, &wkinfo->wk); -+ } else { -+ INIT_WORK(&wkinfo->wk, wkq_func); -+ schedule_work(&wkinfo->wk); -+ } -+} -+ -+/* -+ * Be careful. It is easy to make deadlock happen. -+ * processA: lock, wkq and wait -+ * processB: wkq and wait, lock in wkq -+ * --> deadlock -+ */ -+int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args) -+{ -+ int err; -+ AuWkqCompDeclare(comp); -+ struct au_wkinfo wkinfo = { -+ .flags = flags, -+ .func = func, -+ .args = args -+ }; -+ -+ err = au_wkq_comp_alloc(&wkinfo, &comp); -+ if (unlikely(err)) -+ goto out; -+ err = au_wkq_lockdep_alloc(&wkinfo); -+ if (unlikely(err)) -+ goto out_comp; -+ if (!err) { -+ au_wkq_run(&wkinfo); -+ /* no timeout, no interrupt */ -+ wait_for_completion(wkinfo.comp); -+ } -+ au_wkq_lockdep_free(&wkinfo); -+ -+out_comp: -+ au_wkq_comp_free(comp); -+out: -+ destroy_work_on_stack(&wkinfo.wk); -+ return err; -+} -+ -+/* -+ * Note: dget/dput() in func for aufs dentries are not supported. It will be a -+ * problem in a concurrent umounting. -+ */ -+int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, -+ unsigned int flags) -+{ -+ int err; -+ struct au_wkinfo *wkinfo; -+ -+ atomic_inc(&au_sbi(sb)->si_nowait.nw_len); -+ -+ /* -+ * wkq_func() must free this wkinfo. -+ * it highly depends upon the implementation of workqueue. -+ */ -+ err = 0; -+ wkinfo = kmalloc(sizeof(*wkinfo), GFP_NOFS); -+ if (wkinfo) { -+ wkinfo->kobj = &au_sbi(sb)->si_kobj; -+ wkinfo->flags = flags & ~AuWkq_WAIT; -+ wkinfo->func = func; -+ wkinfo->args = args; -+ wkinfo->comp = NULL; -+ au_wkq_lockdep_init(wkinfo); -+ kobject_get(wkinfo->kobj); -+ __module_get(THIS_MODULE); /* todo: ?? */ -+ -+ au_wkq_run(wkinfo); -+ } else { -+ err = -ENOMEM; -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_nwt_init(struct au_nowait_tasks *nwt) -+{ -+ atomic_set(&nwt->nw_len, 0); -+ /* smp_mb(); */ /* atomic_set */ -+ init_waitqueue_head(&nwt->nw_wq); -+} -+ -+void au_wkq_fin(void) -+{ -+ destroy_workqueue(au_wkq); -+} -+ -+int __init au_wkq_init(void) -+{ -+ int err; -+ -+ err = 0; -+ au_wkq = alloc_workqueue(AUFS_WKQ_NAME, 0, WQ_DFL_ACTIVE); -+ if (IS_ERR(au_wkq)) -+ err = PTR_ERR(au_wkq); -+ else if (!au_wkq) -+ err = -ENOMEM; -+ -+ return err; -+} -diff --git a/fs/aufs/wkq.h b/fs/aufs/wkq.h -new file mode 100644 -index 000000000000..43150d025ac3 ---- /dev/null -+++ b/fs/aufs/wkq.h -@@ -0,0 +1,81 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * workqueue for asynchronous/super-io operations -+ * todo: try new credentials management scheme -+ */ -+ -+#ifndef __AUFS_WKQ_H__ -+#define __AUFS_WKQ_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct super_block; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * in the next operation, wait for the 'nowait' tasks in system-wide workqueue -+ */ -+struct au_nowait_tasks { -+ atomic_t nw_len; -+ wait_queue_head_t nw_wq; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+typedef void (*au_wkq_func_t)(void *args); -+ -+/* wkq flags */ -+#define AuWkq_WAIT 1 -+#define AuWkq_NEST (1 << 1) -+#define au_ftest_wkq(flags, name) ((flags) & AuWkq_##name) -+#define au_fset_wkq(flags, name) \ -+ do { (flags) |= AuWkq_##name; } while (0) -+#define au_fclr_wkq(flags, name) \ -+ do { (flags) &= ~AuWkq_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuWkq_NEST -+#define AuWkq_NEST 0 -+#endif -+ -+/* wkq.c */ -+int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args); -+int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, -+ unsigned int flags); -+void au_nwt_init(struct au_nowait_tasks *nwt); -+int __init au_wkq_init(void); -+void au_wkq_fin(void); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int au_wkq_test(void) -+{ -+ return current->flags & PF_WQ_WORKER; -+} -+ -+static inline int au_wkq_wait(au_wkq_func_t func, void *args) -+{ -+ return au_wkq_do_wait(AuWkq_WAIT, func, args); -+} -+ -+static inline void au_nwt_done(struct au_nowait_tasks *nwt) -+{ -+ if (atomic_dec_and_test(&nwt->nw_len)) -+ wake_up_all(&nwt->nw_wq); -+} -+ -+static inline int au_nwt_flush(struct au_nowait_tasks *nwt) -+{ -+ wait_event(nwt->nw_wq, !atomic_read(&nwt->nw_len)); -+ return 0; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_WKQ_H__ */ -diff --git a/fs/aufs/xattr.c b/fs/aufs/xattr.c -new file mode 100644 -index 000000000000..dbe452868cd5 ---- /dev/null -+++ b/fs/aufs/xattr.c -@@ -0,0 +1,343 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2014-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * handling xattr functions -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+static int au_xattr_ignore(int err, char *name, unsigned int ignore_flags) -+{ -+ if (!ignore_flags) -+ goto out; -+ switch (err) { -+ case -ENOMEM: -+ case -EDQUOT: -+ goto out; -+ } -+ -+ if ((ignore_flags & AuBrAttr_ICEX) == AuBrAttr_ICEX) { -+ err = 0; -+ goto out; -+ } -+ -+#define cmp(brattr, prefix) do { \ -+ if (!strncmp(name, XATTR_##prefix##_PREFIX, \ -+ XATTR_##prefix##_PREFIX_LEN)) { \ -+ if (ignore_flags & AuBrAttr_ICEX_##brattr) \ -+ err = 0; \ -+ goto out; \ -+ } \ -+ } while (0) -+ -+ cmp(SEC, SECURITY); -+ cmp(SYS, SYSTEM); -+ cmp(TR, TRUSTED); -+ cmp(USR, USER); -+#undef cmp -+ -+ if (ignore_flags & AuBrAttr_ICEX_OTH) -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static const int au_xattr_out_of_list = AuBrAttr_ICEX_OTH << 1; -+ -+static int au_do_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, -+ char *name, char **buf, unsigned int ignore_flags, -+ unsigned int verbose) -+{ -+ int err; -+ ssize_t ssz; -+ struct inode *h_idst; -+ -+ ssz = vfs_getxattr_alloc(h_src, name, buf, 0, GFP_NOFS); -+ err = ssz; -+ if (unlikely(err <= 0)) { -+ if (err == -ENODATA -+ || (err == -EOPNOTSUPP -+ && ((ignore_flags & au_xattr_out_of_list) -+ || (au_test_nfs_noacl(d_inode(h_src)) -+ && (!strcmp(name, XATTR_NAME_POSIX_ACL_ACCESS) -+ || !strcmp(name, -+ XATTR_NAME_POSIX_ACL_DEFAULT)))) -+ )) -+ err = 0; -+ if (err && (verbose || au_debug_test())) -+ pr_err("%s, err %d\n", name, err); -+ goto out; -+ } -+ -+ /* unlock it temporary */ -+ h_idst = d_inode(h_dst); -+ inode_unlock(h_idst); -+ err = vfsub_setxattr(h_dst, name, *buf, ssz, /*flags*/0); -+ inode_lock_nested(h_idst, AuLsc_I_CHILD2); -+ if (unlikely(err)) { -+ if (verbose || au_debug_test()) -+ pr_err("%s, err %d\n", name, err); -+ err = au_xattr_ignore(err, name, ignore_flags); -+ } -+ -+out: -+ return err; -+} -+ -+int au_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, int ignore_flags, -+ unsigned int verbose) -+{ -+ int err, unlocked, acl_access, acl_default; -+ ssize_t ssz; -+ struct inode *h_isrc, *h_idst; -+ char *value, *p, *o, *e; -+ -+ /* try stopping to update the source inode while we are referencing */ -+ /* there should not be the parent-child relationship between them */ -+ h_isrc = d_inode(h_src); -+ h_idst = d_inode(h_dst); -+ inode_unlock(h_idst); -+ vfsub_inode_lock_shared_nested(h_isrc, AuLsc_I_CHILD); -+ inode_lock_nested(h_idst, AuLsc_I_CHILD2); -+ unlocked = 0; -+ -+ /* some filesystems don't list POSIX ACL, for example tmpfs */ -+ ssz = vfs_listxattr(h_src, NULL, 0); -+ err = ssz; -+ if (unlikely(err < 0)) { -+ AuTraceErr(err); -+ if (err == -ENODATA -+ || err == -EOPNOTSUPP) -+ err = 0; /* ignore */ -+ goto out; -+ } -+ -+ err = 0; -+ p = NULL; -+ o = NULL; -+ if (ssz) { -+ err = -ENOMEM; -+ p = kmalloc(ssz, GFP_NOFS); -+ o = p; -+ if (unlikely(!p)) -+ goto out; -+ err = vfs_listxattr(h_src, p, ssz); -+ } -+ inode_unlock_shared(h_isrc); -+ unlocked = 1; -+ AuDbg("err %d, ssz %zd\n", err, ssz); -+ if (unlikely(err < 0)) -+ goto out_free; -+ -+ err = 0; -+ e = p + ssz; -+ value = NULL; -+ acl_access = 0; -+ acl_default = 0; -+ while (!err && p < e) { -+ acl_access |= !strncmp(p, XATTR_NAME_POSIX_ACL_ACCESS, -+ sizeof(XATTR_NAME_POSIX_ACL_ACCESS) - 1); -+ acl_default |= !strncmp(p, XATTR_NAME_POSIX_ACL_DEFAULT, -+ sizeof(XATTR_NAME_POSIX_ACL_DEFAULT) -+ - 1); -+ err = au_do_cpup_xattr(h_dst, h_src, p, &value, ignore_flags, -+ verbose); -+ p += strlen(p) + 1; -+ } -+ AuTraceErr(err); -+ ignore_flags |= au_xattr_out_of_list; -+ if (!err && !acl_access) { -+ err = au_do_cpup_xattr(h_dst, h_src, -+ XATTR_NAME_POSIX_ACL_ACCESS, &value, -+ ignore_flags, verbose); -+ AuTraceErr(err); -+ } -+ if (!err && !acl_default) { -+ err = au_do_cpup_xattr(h_dst, h_src, -+ XATTR_NAME_POSIX_ACL_DEFAULT, &value, -+ ignore_flags, verbose); -+ AuTraceErr(err); -+ } -+ -+ kfree(value); -+ -+out_free: -+ kfree(o); -+out: -+ if (!unlocked) -+ inode_unlock_shared(h_isrc); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_smack_reentering(struct super_block *sb) -+{ -+#if IS_ENABLED(CONFIG_SECURITY_SMACK) -+ /* -+ * as a part of lookup, smack_d_instantiate() is called, and it calls -+ * i_op->getxattr(). ouch. -+ */ -+ return si_pid_test(sb); -+#else -+ return 0; -+#endif -+} -+ -+enum { -+ AU_XATTR_LIST, -+ AU_XATTR_GET -+}; -+ -+struct au_lgxattr { -+ int type; -+ union { -+ struct { -+ char *list; -+ size_t size; -+ } list; -+ struct { -+ const char *name; -+ void *value; -+ size_t size; -+ } get; -+ } u; -+}; -+ -+static ssize_t au_lgxattr(struct dentry *dentry, struct au_lgxattr *arg) -+{ -+ ssize_t err; -+ int reenter; -+ struct path h_path; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ reenter = au_smack_reentering(sb); -+ if (!reenter) { -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ } -+ err = au_h_path_getattr(dentry, /*force*/1, &h_path, reenter); -+ if (unlikely(err)) -+ goto out_si; -+ if (unlikely(!h_path.dentry)) -+ /* illegally overlapped or something */ -+ goto out_di; /* pretending success */ -+ -+ /* always topmost entry only */ -+ switch (arg->type) { -+ case AU_XATTR_LIST: -+ err = vfs_listxattr(h_path.dentry, -+ arg->u.list.list, arg->u.list.size); -+ break; -+ case AU_XATTR_GET: -+ AuDebugOn(d_is_negative(h_path.dentry)); -+ err = vfs_getxattr(h_path.dentry, -+ arg->u.get.name, arg->u.get.value, -+ arg->u.get.size); -+ break; -+ } -+ -+out_di: -+ if (!reenter) -+ di_read_unlock(dentry, AuLock_IR); -+out_si: -+ if (!reenter) -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+ssize_t aufs_listxattr(struct dentry *dentry, char *list, size_t size) -+{ -+ struct au_lgxattr arg = { -+ .type = AU_XATTR_LIST, -+ .u.list = { -+ .list = list, -+ .size = size -+ }, -+ }; -+ -+ return au_lgxattr(dentry, &arg); -+} -+ -+static ssize_t au_getxattr(struct dentry *dentry, -+ struct inode *inode __maybe_unused, -+ const char *name, void *value, size_t size) -+{ -+ struct au_lgxattr arg = { -+ .type = AU_XATTR_GET, -+ .u.get = { -+ .name = name, -+ .value = value, -+ .size = size -+ }, -+ }; -+ -+ return au_lgxattr(dentry, &arg); -+} -+ -+static int au_setxattr(struct dentry *dentry, struct inode *inode, -+ const char *name, const void *value, size_t size, -+ int flags) -+{ -+ struct au_sxattr arg = { -+ .type = AU_XATTR_SET, -+ .u.set = { -+ .name = name, -+ .value = value, -+ .size = size, -+ .flags = flags -+ }, -+ }; -+ -+ return au_sxattr(dentry, inode, &arg); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_xattr_get(const struct xattr_handler *handler, -+ struct dentry *dentry, struct inode *inode, -+ const char *name, void *buffer, size_t size) -+{ -+ return au_getxattr(dentry, inode, name, buffer, size); -+} -+ -+static int au_xattr_set(const struct xattr_handler *handler, -+ struct dentry *dentry, struct inode *inode, -+ const char *name, const void *value, size_t size, -+ int flags) -+{ -+ return au_setxattr(dentry, inode, name, value, size, flags); -+} -+ -+static const struct xattr_handler au_xattr_handler = { -+ .name = "", -+ .prefix = "", -+ .get = au_xattr_get, -+ .set = au_xattr_set -+}; -+ -+static const struct xattr_handler *au_xattr_handlers[] = { -+#ifdef CONFIG_FS_POSIX_ACL -+ &posix_acl_access_xattr_handler, -+ &posix_acl_default_xattr_handler, -+#endif -+ &au_xattr_handler, /* must be last */ -+ NULL -+}; -+ -+void au_xattr_init(struct super_block *sb) -+{ -+ sb->s_xattr = au_xattr_handlers; -+} -diff --git a/fs/aufs/xino.c b/fs/aufs/xino.c -new file mode 100644 -index 000000000000..eea2c34cabf4 ---- /dev/null -+++ b/fs/aufs/xino.c -@@ -0,0 +1,1457 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+/* -+ * external inode number translation table and bitmap -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static ssize_t xino_fread_wkq(vfs_readf_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+ -+/* todo: unnecessary to support mmap_sem since kernel-space? */ -+ssize_t xino_fread(vfs_readf_t func, struct file *file, void *kbuf, size_t size, -+ loff_t *pos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ char __user *u; -+ } buf; -+ int i; -+ const int prevent_endless = 10; -+ -+ i = 0; -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ do { -+ err = func(file, buf.u, size, pos); -+ if (err == -EINTR -+ && !au_wkq_test() -+ && fatal_signal_pending(current)) { -+ set_fs(oldfs); -+ err = xino_fread_wkq(func, file, kbuf, size, pos); -+ BUG_ON(err == -EINTR); -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ } -+ } while (i++ < prevent_endless -+ && (err == -EAGAIN || err == -EINTR)); -+ set_fs(oldfs); -+ -+#if 0 /* reserved for future use */ -+ if (err > 0) -+ fsnotify_access(file->f_path.dentry); -+#endif -+ -+ return err; -+} -+ -+struct xino_fread_args { -+ ssize_t *errp; -+ vfs_readf_t func; -+ struct file *file; -+ void *buf; -+ size_t size; -+ loff_t *pos; -+}; -+ -+static void call_xino_fread(void *args) -+{ -+ struct xino_fread_args *a = args; -+ *a->errp = xino_fread(a->func, a->file, a->buf, a->size, a->pos); -+} -+ -+static ssize_t xino_fread_wkq(vfs_readf_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ int wkq_err; -+ struct xino_fread_args args = { -+ .errp = &err, -+ .func = func, -+ .file = file, -+ .buf = buf, -+ .size = size, -+ .pos = pos -+ }; -+ -+ wkq_err = au_wkq_wait(call_xino_fread, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+ -+static ssize_t do_xino_fwrite(vfs_writef_t func, struct file *file, void *kbuf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ const char __user *u; -+ } buf; -+ int i; -+ const int prevent_endless = 10; -+ -+ i = 0; -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ do { -+ err = func(file, buf.u, size, pos); -+ if (err == -EINTR -+ && !au_wkq_test() -+ && fatal_signal_pending(current)) { -+ set_fs(oldfs); -+ err = xino_fwrite_wkq(func, file, kbuf, size, pos); -+ BUG_ON(err == -EINTR); -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ } -+ } while (i++ < prevent_endless -+ && (err == -EAGAIN || err == -EINTR)); -+ set_fs(oldfs); -+ -+#if 0 /* reserved for future use */ -+ if (err > 0) -+ fsnotify_modify(file->f_path.dentry); -+#endif -+ -+ return err; -+} -+ -+struct do_xino_fwrite_args { -+ ssize_t *errp; -+ vfs_writef_t func; -+ struct file *file; -+ void *buf; -+ size_t size; -+ loff_t *pos; -+}; -+ -+static void call_do_xino_fwrite(void *args) -+{ -+ struct do_xino_fwrite_args *a = args; -+ *a->errp = do_xino_fwrite(a->func, a->file, a->buf, a->size, a->pos); -+} -+ -+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ int wkq_err; -+ struct do_xino_fwrite_args args = { -+ .errp = &err, -+ .func = func, -+ .file = file, -+ .buf = buf, -+ .size = size, -+ .pos = pos -+ }; -+ -+ /* -+ * it breaks RLIMIT_FSIZE and normal user's limit, -+ * users should care about quota and real 'filesystem full.' -+ */ -+ wkq_err = au_wkq_wait(call_do_xino_fwrite, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ -+ if (rlimit(RLIMIT_FSIZE) == RLIM_INFINITY) { -+ lockdep_off(); -+ err = do_xino_fwrite(func, file, buf, size, pos); -+ lockdep_on(); -+ } else { -+ lockdep_off(); -+ err = xino_fwrite_wkq(func, file, buf, size, pos); -+ lockdep_on(); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create a new xinofile at the same place/path as @base_file. -+ */ -+struct file *au_xino_create2(struct file *base_file, struct file *copy_src) -+{ -+ struct file *file; -+ struct dentry *base, *parent; -+ struct inode *dir, *delegated; -+ struct qstr *name; -+ struct path path; -+ int err; -+ -+ base = base_file->f_path.dentry; -+ parent = base->d_parent; /* dir inode is locked */ -+ dir = d_inode(parent); -+ IMustLock(dir); -+ -+ file = ERR_PTR(-EINVAL); -+ name = &base->d_name; -+ path.dentry = vfsub_lookup_one_len(name->name, parent, name->len); -+ if (IS_ERR(path.dentry)) { -+ file = (void *)path.dentry; -+ pr_err("%pd lookup err %ld\n", -+ base, PTR_ERR(path.dentry)); -+ goto out; -+ } -+ -+ /* no need to mnt_want_write() since we call dentry_open() later */ -+ err = vfs_create(dir, path.dentry, S_IRUGO | S_IWUGO, NULL); -+ if (unlikely(err)) { -+ file = ERR_PTR(err); -+ pr_err("%pd create err %d\n", base, err); -+ goto out_dput; -+ } -+ -+ path.mnt = base_file->f_path.mnt; -+ file = vfsub_dentry_open(&path, -+ O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE -+ /* | __FMODE_NONOTIFY */); -+ if (IS_ERR(file)) { -+ pr_err("%pd open err %ld\n", base, PTR_ERR(file)); -+ goto out_dput; -+ } -+ -+ delegated = NULL; -+ err = vfsub_unlink(dir, &file->f_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) { -+ pr_err("%pd unlink err %d\n", base, err); -+ goto out_fput; -+ } -+ -+ if (copy_src) { -+ /* no one can touch copy_src xino */ -+ err = au_copy_file(file, copy_src, vfsub_f_size_read(copy_src)); -+ if (unlikely(err)) { -+ pr_err("%pd copy err %d\n", base, err); -+ goto out_fput; -+ } -+ } -+ goto out_dput; /* success */ -+ -+out_fput: -+ fput(file); -+ file = ERR_PTR(err); -+out_dput: -+ dput(path.dentry); -+out: -+ return file; -+} -+ -+struct au_xino_lock_dir { -+ struct au_hinode *hdir; -+ struct dentry *parent; -+ struct inode *dir; -+}; -+ -+static void au_xino_lock_dir(struct super_block *sb, struct file *xino, -+ struct au_xino_lock_dir *ldir) -+{ -+ aufs_bindex_t brid, bindex; -+ -+ ldir->hdir = NULL; -+ bindex = -1; -+ brid = au_xino_brid(sb); -+ if (brid >= 0) -+ bindex = au_br_index(sb, brid); -+ if (bindex >= 0) { -+ ldir->hdir = au_hi(d_inode(sb->s_root), bindex); -+ au_hn_inode_lock_nested(ldir->hdir, AuLsc_I_PARENT); -+ } else { -+ ldir->parent = dget_parent(xino->f_path.dentry); -+ ldir->dir = d_inode(ldir->parent); -+ inode_lock_nested(ldir->dir, AuLsc_I_PARENT); -+ } -+} -+ -+static void au_xino_unlock_dir(struct au_xino_lock_dir *ldir) -+{ -+ if (ldir->hdir) -+ au_hn_inode_unlock(ldir->hdir); -+ else { -+ inode_unlock(ldir->dir); -+ dput(ldir->parent); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* trucate xino files asynchronously */ -+ -+int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err; -+ unsigned long jiffy; -+ blkcnt_t blocks; -+ aufs_bindex_t bi, bbot; -+ struct kstatfs *st; -+ struct au_branch *br; -+ struct file *new_xino, *file; -+ struct super_block *h_sb; -+ struct au_xino_lock_dir ldir; -+ -+ err = -ENOMEM; -+ st = kmalloc(sizeof(*st), GFP_NOFS); -+ if (unlikely(!st)) -+ goto out; -+ -+ err = -EINVAL; -+ bbot = au_sbbot(sb); -+ if (unlikely(bindex < 0 || bbot < bindex)) -+ goto out_st; -+ br = au_sbr(sb, bindex); -+ file = br->br_xino.xi_file; -+ if (!file) -+ goto out_st; -+ -+ err = vfs_statfs(&file->f_path, st); -+ if (unlikely(err)) -+ AuErr1("statfs err %d, ignored\n", err); -+ jiffy = jiffies; -+ blocks = file_inode(file)->i_blocks; -+ pr_info("begin truncating xino(b%d), ib%llu, %llu/%llu free blks\n", -+ bindex, (u64)blocks, st->f_bfree, st->f_blocks); -+ -+ au_xino_lock_dir(sb, file, &ldir); -+ /* mnt_want_write() is unnecessary here */ -+ new_xino = au_xino_create2(file, file); -+ au_xino_unlock_dir(&ldir); -+ err = PTR_ERR(new_xino); -+ if (IS_ERR(new_xino)) { -+ pr_err("err %d, ignored\n", err); -+ goto out_st; -+ } -+ err = 0; -+ fput(file); -+ br->br_xino.xi_file = new_xino; -+ -+ h_sb = au_br_sb(br); -+ for (bi = 0; bi <= bbot; bi++) { -+ if (unlikely(bi == bindex)) -+ continue; -+ br = au_sbr(sb, bi); -+ if (au_br_sb(br) != h_sb) -+ continue; -+ -+ fput(br->br_xino.xi_file); -+ br->br_xino.xi_file = new_xino; -+ get_file(new_xino); -+ } -+ -+ err = vfs_statfs(&new_xino->f_path, st); -+ if (!err) { -+ pr_info("end truncating xino(b%d), ib%llu, %llu/%llu free blks\n", -+ bindex, (u64)file_inode(new_xino)->i_blocks, -+ st->f_bfree, st->f_blocks); -+ if (file_inode(new_xino)->i_blocks < blocks) -+ au_sbi(sb)->si_xino_jiffy = jiffy; -+ } else -+ AuErr1("statfs err %d, ignored\n", err); -+ -+out_st: -+ kfree(st); -+out: -+ return err; -+} -+ -+struct xino_do_trunc_args { -+ struct super_block *sb; -+ struct au_branch *br; -+}; -+ -+static void xino_do_trunc(void *_args) -+{ -+ struct xino_do_trunc_args *args = _args; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct inode *dir; -+ int err; -+ aufs_bindex_t bindex; -+ -+ err = 0; -+ sb = args->sb; -+ dir = d_inode(sb->s_root); -+ br = args->br; -+ -+ si_noflush_write_lock(sb); -+ ii_read_lock_parent(dir); -+ bindex = au_br_index(sb, br->br_id); -+ err = au_xino_trunc(sb, bindex); -+ ii_read_unlock(dir); -+ if (unlikely(err)) -+ pr_warn("err b%d, (%d)\n", bindex, err); -+ atomic_dec(&br->br_xino_running); -+ au_br_put(br); -+ si_write_unlock(sb); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ kfree(args); -+} -+ -+static int xino_trunc_test(struct super_block *sb, struct au_branch *br) -+{ -+ int err; -+ struct kstatfs st; -+ struct au_sbinfo *sbinfo; -+ -+ /* todo: si_xino_expire and the ratio should be customizable */ -+ sbinfo = au_sbi(sb); -+ if (time_before(jiffies, -+ sbinfo->si_xino_jiffy + sbinfo->si_xino_expire)) -+ return 0; -+ -+ /* truncation border */ -+ err = vfs_statfs(&br->br_xino.xi_file->f_path, &st); -+ if (unlikely(err)) { -+ AuErr1("statfs err %d, ignored\n", err); -+ return 0; -+ } -+ if (div64_u64(st.f_bfree * 100, st.f_blocks) >= AUFS_XINO_DEF_TRUNC) -+ return 0; -+ -+ return 1; -+} -+ -+static void xino_try_trunc(struct super_block *sb, struct au_branch *br) -+{ -+ struct xino_do_trunc_args *args; -+ int wkq_err; -+ -+ if (!xino_trunc_test(sb, br)) -+ return; -+ -+ if (atomic_inc_return(&br->br_xino_running) > 1) -+ goto out; -+ -+ /* lock and kfree() will be called in trunc_xino() */ -+ args = kmalloc(sizeof(*args), GFP_NOFS); -+ if (unlikely(!args)) { -+ AuErr1("no memory\n"); -+ goto out; -+ } -+ -+ au_br_get(br); -+ args->sb = sb; -+ args->br = br; -+ wkq_err = au_wkq_nowait(xino_do_trunc, args, sb, /*flags*/0); -+ if (!wkq_err) -+ return; /* success */ -+ -+ pr_err("wkq %d\n", wkq_err); -+ au_br_put(br); -+ kfree(args); -+ -+out: -+ atomic_dec(&br->br_xino_running); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_xino_do_write(vfs_writef_t write, struct file *file, -+ ino_t h_ino, ino_t ino) -+{ -+ loff_t pos; -+ ssize_t sz; -+ -+ pos = h_ino; -+ if (unlikely(au_loff_max / sizeof(ino) - 1 < pos)) { -+ AuIOErr1("too large hi%lu\n", (unsigned long)h_ino); -+ return -EFBIG; -+ } -+ pos *= sizeof(ino); -+ sz = xino_fwrite(write, file, &ino, sizeof(ino), &pos); -+ if (sz == sizeof(ino)) -+ return 0; /* success */ -+ -+ AuIOErr("write failed (%zd)\n", sz); -+ return -EIO; -+} -+ -+/* -+ * write @ino to the xinofile for the specified branch{@sb, @bindex} -+ * at the position of @h_ino. -+ * even if @ino is zero, it is written to the xinofile and means no entry. -+ * if the size of the xino file on a specific filesystem exceeds the watermark, -+ * try truncating it. -+ */ -+int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t ino) -+{ -+ int err; -+ unsigned int mnt_flags; -+ struct au_branch *br; -+ -+ BUILD_BUG_ON(sizeof(long long) != sizeof(au_loff_max) -+ || ((loff_t)-1) > 0); -+ SiMustAnyLock(sb); -+ -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, XINO)) -+ return 0; -+ -+ br = au_sbr(sb, bindex); -+ err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file, -+ h_ino, ino); -+ if (!err) { -+ if (au_opt_test(mnt_flags, TRUNC_XINO) -+ && au_test_fs_trunc_xino(au_br_sb(br))) -+ xino_try_trunc(sb, br); -+ return 0; /* success */ -+ } -+ -+ AuIOErr("write failed (%d)\n", err); -+ return -EIO; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* aufs inode number bitmap */ -+ -+static const int page_bits = (int)PAGE_SIZE * BITS_PER_BYTE; -+static ino_t xib_calc_ino(unsigned long pindex, int bit) -+{ -+ ino_t ino; -+ -+ AuDebugOn(bit < 0 || page_bits <= bit); -+ ino = AUFS_FIRST_INO + pindex * page_bits + bit; -+ return ino; -+} -+ -+static void xib_calc_bit(ino_t ino, unsigned long *pindex, int *bit) -+{ -+ AuDebugOn(ino < AUFS_FIRST_INO); -+ ino -= AUFS_FIRST_INO; -+ *pindex = ino / page_bits; -+ *bit = ino % page_bits; -+} -+ -+static int xib_pindex(struct super_block *sb, unsigned long pindex) -+{ -+ int err; -+ loff_t pos; -+ ssize_t sz; -+ struct au_sbinfo *sbinfo; -+ struct file *xib; -+ unsigned long *p; -+ -+ sbinfo = au_sbi(sb); -+ MtxMustLock(&sbinfo->si_xib_mtx); -+ AuDebugOn(pindex > ULONG_MAX / PAGE_SIZE -+ || !au_opt_test(sbinfo->si_mntflags, XINO)); -+ -+ if (pindex == sbinfo->si_xib_last_pindex) -+ return 0; -+ -+ xib = sbinfo->si_xib; -+ p = sbinfo->si_xib_buf; -+ pos = sbinfo->si_xib_last_pindex; -+ pos *= PAGE_SIZE; -+ sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); -+ if (unlikely(sz != PAGE_SIZE)) -+ goto out; -+ -+ pos = pindex; -+ pos *= PAGE_SIZE; -+ if (vfsub_f_size_read(xib) >= pos + PAGE_SIZE) -+ sz = xino_fread(sbinfo->si_xread, xib, p, PAGE_SIZE, &pos); -+ else { -+ memset(p, 0, PAGE_SIZE); -+ sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); -+ } -+ if (sz == PAGE_SIZE) { -+ sbinfo->si_xib_last_pindex = pindex; -+ return 0; /* success */ -+ } -+ -+out: -+ AuIOErr1("write failed (%zd)\n", sz); -+ err = sz; -+ if (sz >= 0) -+ err = -EIO; -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_xib_clear_bit(struct inode *inode) -+{ -+ int err, bit; -+ unsigned long pindex; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ AuDebugOn(inode->i_nlink); -+ -+ sb = inode->i_sb; -+ xib_calc_bit(inode->i_ino, &pindex, &bit); -+ AuDebugOn(page_bits <= bit); -+ sbinfo = au_sbi(sb); -+ mutex_lock(&sbinfo->si_xib_mtx); -+ err = xib_pindex(sb, pindex); -+ if (!err) { -+ clear_bit(bit, sbinfo->si_xib_buf); -+ sbinfo->si_xib_next_bit = bit; -+ } -+ mutex_unlock(&sbinfo->si_xib_mtx); -+} -+ -+/* for s_op->delete_inode() */ -+void au_xino_delete_inode(struct inode *inode, const int unlinked) -+{ -+ int err; -+ unsigned int mnt_flags; -+ aufs_bindex_t bindex, bbot, bi; -+ unsigned char try_trunc; -+ struct au_iinfo *iinfo; -+ struct super_block *sb; -+ struct au_hinode *hi; -+ struct inode *h_inode; -+ struct au_branch *br; -+ vfs_writef_t xwrite; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ -+ sb = inode->i_sb; -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, XINO) -+ || inode->i_ino == AUFS_ROOT_INO) -+ return; -+ -+ if (unlinked) { -+ au_xigen_inc(inode); -+ au_xib_clear_bit(inode); -+ } -+ -+ iinfo = au_ii(inode); -+ bindex = iinfo->ii_btop; -+ if (bindex < 0) -+ return; -+ -+ xwrite = au_sbi(sb)->si_xwrite; -+ try_trunc = !!au_opt_test(mnt_flags, TRUNC_XINO); -+ hi = au_hinode(iinfo, bindex); -+ bbot = iinfo->ii_bbot; -+ for (; bindex <= bbot; bindex++, hi++) { -+ h_inode = hi->hi_inode; -+ if (!h_inode -+ || (!unlinked && h_inode->i_nlink)) -+ continue; -+ -+ /* inode may not be revalidated */ -+ bi = au_br_index(sb, hi->hi_id); -+ if (bi < 0) -+ continue; -+ -+ br = au_sbr(sb, bi); -+ err = au_xino_do_write(xwrite, br->br_xino.xi_file, -+ h_inode->i_ino, /*ino*/0); -+ if (!err && try_trunc -+ && au_test_fs_trunc_xino(au_br_sb(br))) -+ xino_try_trunc(sb, br); -+ } -+} -+ -+/* get an unused inode number from bitmap */ -+ino_t au_xino_new_ino(struct super_block *sb) -+{ -+ ino_t ino; -+ unsigned long *p, pindex, ul, pend; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ int free_bit, err; -+ -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ return iunique(sb, AUFS_FIRST_INO); -+ -+ sbinfo = au_sbi(sb); -+ mutex_lock(&sbinfo->si_xib_mtx); -+ p = sbinfo->si_xib_buf; -+ free_bit = sbinfo->si_xib_next_bit; -+ if (free_bit < page_bits && !test_bit(free_bit, p)) -+ goto out; /* success */ -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ -+ pindex = sbinfo->si_xib_last_pindex; -+ for (ul = pindex - 1; ul < ULONG_MAX; ul--) { -+ err = xib_pindex(sb, ul); -+ if (unlikely(err)) -+ goto out_err; -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ } -+ -+ file = sbinfo->si_xib; -+ pend = vfsub_f_size_read(file) / PAGE_SIZE; -+ for (ul = pindex + 1; ul <= pend; ul++) { -+ err = xib_pindex(sb, ul); -+ if (unlikely(err)) -+ goto out_err; -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ } -+ BUG(); -+ -+out: -+ set_bit(free_bit, p); -+ sbinfo->si_xib_next_bit = free_bit + 1; -+ pindex = sbinfo->si_xib_last_pindex; -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ ino = xib_calc_ino(pindex, free_bit); -+ AuDbg("i%lu\n", (unsigned long)ino); -+ return ino; -+out_err: -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ AuDbg("i0\n"); -+ return 0; -+} -+ -+/* -+ * read @ino from xinofile for the specified branch{@sb, @bindex} -+ * at the position of @h_ino. -+ * if @ino does not exist and @do_new is true, get new one. -+ */ -+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t *ino) -+{ -+ int err; -+ ssize_t sz; -+ loff_t pos; -+ struct file *file; -+ struct au_sbinfo *sbinfo; -+ -+ *ino = 0; -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ return 0; /* no xino */ -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ pos = h_ino; -+ if (unlikely(au_loff_max / sizeof(*ino) - 1 < pos)) { -+ AuIOErr1("too large hi%lu\n", (unsigned long)h_ino); -+ return -EFBIG; -+ } -+ pos *= sizeof(*ino); -+ -+ file = au_sbr(sb, bindex)->br_xino.xi_file; -+ if (vfsub_f_size_read(file) < pos + sizeof(*ino)) -+ return 0; /* no ino */ -+ -+ sz = xino_fread(sbinfo->si_xread, file, ino, sizeof(*ino), &pos); -+ if (sz == sizeof(*ino)) -+ return 0; /* success */ -+ -+ err = sz; -+ if (unlikely(sz >= 0)) { -+ err = -EIO; -+ AuIOErr("xino read error (%zd)\n", sz); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* create and set a new xino file */ -+ -+struct file *au_xino_create(struct super_block *sb, char *fname, int silent) -+{ -+ struct file *file; -+ struct dentry *h_parent, *d; -+ struct inode *h_dir, *inode; -+ int err; -+ -+ /* -+ * at mount-time, and the xino file is the default path, -+ * hnotify is disabled so we have no notify events to ignore. -+ * when a user specified the xino, we cannot get au_hdir to be ignored. -+ */ -+ file = vfsub_filp_open(fname, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE -+ /* | __FMODE_NONOTIFY */, -+ S_IRUGO | S_IWUGO); -+ if (IS_ERR(file)) { -+ if (!silent) -+ pr_err("open %s(%ld)\n", fname, PTR_ERR(file)); -+ return file; -+ } -+ -+ /* keep file count */ -+ err = 0; -+ inode = file_inode(file); -+ h_parent = dget_parent(file->f_path.dentry); -+ h_dir = d_inode(h_parent); -+ inode_lock_nested(h_dir, AuLsc_I_PARENT); -+ /* mnt_want_write() is unnecessary here */ -+ /* no delegation since it is just created */ -+ if (inode->i_nlink) -+ err = vfsub_unlink(h_dir, &file->f_path, /*delegated*/NULL, -+ /*force*/0); -+ inode_unlock(h_dir); -+ dput(h_parent); -+ if (unlikely(err)) { -+ if (!silent) -+ pr_err("unlink %s(%d)\n", fname, err); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ d = file->f_path.dentry; -+ if (unlikely(sb == d->d_sb)) { -+ if (!silent) -+ pr_err("%s must be outside\n", fname); -+ goto out; -+ } -+ if (unlikely(au_test_fs_bad_xino(d->d_sb))) { -+ if (!silent) -+ pr_err("xino doesn't support %s(%s)\n", -+ fname, au_sbtype(d->d_sb)); -+ goto out; -+ } -+ return file; /* success */ -+ -+out: -+ fput(file); -+ file = ERR_PTR(err); -+ return file; -+} -+ -+/* -+ * find another branch who is on the same filesystem of the specified -+ * branch{@btgt}. search until @bbot. -+ */ -+static int is_sb_shared(struct super_block *sb, aufs_bindex_t btgt, -+ aufs_bindex_t bbot) -+{ -+ aufs_bindex_t bindex; -+ struct super_block *tgt_sb = au_sbr_sb(sb, btgt); -+ -+ for (bindex = 0; bindex < btgt; bindex++) -+ if (unlikely(tgt_sb == au_sbr_sb(sb, bindex))) -+ return bindex; -+ for (bindex++; bindex <= bbot; bindex++) -+ if (unlikely(tgt_sb == au_sbr_sb(sb, bindex))) -+ return bindex; -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * initialize the xinofile for the specified branch @br -+ * at the place/path where @base_file indicates. -+ * test whether another branch is on the same filesystem or not, -+ * if @do_test is true. -+ */ -+int au_xino_br(struct super_block *sb, struct au_branch *br, ino_t h_ino, -+ struct file *base_file, int do_test) -+{ -+ int err; -+ ino_t ino; -+ aufs_bindex_t bbot, bindex; -+ struct au_branch *shared_br, *b; -+ struct file *file; -+ struct super_block *tgt_sb; -+ -+ shared_br = NULL; -+ bbot = au_sbbot(sb); -+ if (do_test) { -+ tgt_sb = au_br_sb(br); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ b = au_sbr(sb, bindex); -+ if (tgt_sb == au_br_sb(b)) { -+ shared_br = b; -+ break; -+ } -+ } -+ } -+ -+ if (!shared_br || !shared_br->br_xino.xi_file) { -+ struct au_xino_lock_dir ldir; -+ -+ au_xino_lock_dir(sb, base_file, &ldir); -+ /* mnt_want_write() is unnecessary here */ -+ file = au_xino_create2(base_file, NULL); -+ au_xino_unlock_dir(&ldir); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ br->br_xino.xi_file = file; -+ } else { -+ br->br_xino.xi_file = shared_br->br_xino.xi_file; -+ get_file(br->br_xino.xi_file); -+ } -+ -+ ino = AUFS_ROOT_INO; -+ err = au_xino_do_write(au_sbi(sb)->si_xwrite, br->br_xino.xi_file, -+ h_ino, ino); -+ if (unlikely(err)) { -+ fput(br->br_xino.xi_file); -+ br->br_xino.xi_file = NULL; -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* trucate a xino bitmap file */ -+ -+/* todo: slow */ -+static int do_xib_restore(struct super_block *sb, struct file *file, void *page) -+{ -+ int err, bit; -+ ssize_t sz; -+ unsigned long pindex; -+ loff_t pos, pend; -+ struct au_sbinfo *sbinfo; -+ vfs_readf_t func; -+ ino_t *ino; -+ unsigned long *p; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ MtxMustLock(&sbinfo->si_xib_mtx); -+ p = sbinfo->si_xib_buf; -+ func = sbinfo->si_xread; -+ pend = vfsub_f_size_read(file); -+ pos = 0; -+ while (pos < pend) { -+ sz = xino_fread(func, file, page, PAGE_SIZE, &pos); -+ err = sz; -+ if (unlikely(sz <= 0)) -+ goto out; -+ -+ err = 0; -+ for (ino = page; sz > 0; ino++, sz -= sizeof(ino)) { -+ if (unlikely(*ino < AUFS_FIRST_INO)) -+ continue; -+ -+ xib_calc_bit(*ino, &pindex, &bit); -+ AuDebugOn(page_bits <= bit); -+ err = xib_pindex(sb, pindex); -+ if (!err) -+ set_bit(bit, p); -+ else -+ goto out; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+static int xib_restore(struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ void *page; -+ -+ err = -ENOMEM; -+ page = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!page)) -+ goto out; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) -+ if (!bindex || is_sb_shared(sb, bindex, bindex - 1) < 0) -+ err = do_xib_restore -+ (sb, au_sbr(sb, bindex)->br_xino.xi_file, page); -+ else -+ AuDbg("b%d\n", bindex); -+ free_page((unsigned long)page); -+ -+out: -+ return err; -+} -+ -+int au_xib_trunc(struct super_block *sb) -+{ -+ int err; -+ ssize_t sz; -+ loff_t pos; -+ struct au_xino_lock_dir ldir; -+ struct au_sbinfo *sbinfo; -+ unsigned long *p; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ if (!au_opt_test(sbinfo->si_mntflags, XINO)) -+ goto out; -+ -+ file = sbinfo->si_xib; -+ if (vfsub_f_size_read(file) <= PAGE_SIZE) -+ goto out; -+ -+ au_xino_lock_dir(sb, file, &ldir); -+ /* mnt_want_write() is unnecessary here */ -+ file = au_xino_create2(sbinfo->si_xib, NULL); -+ au_xino_unlock_dir(&ldir); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = file; -+ -+ p = sbinfo->si_xib_buf; -+ memset(p, 0, PAGE_SIZE); -+ pos = 0; -+ sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xib, p, PAGE_SIZE, &pos); -+ if (unlikely(sz != PAGE_SIZE)) { -+ err = sz; -+ AuIOErr("err %d\n", err); -+ if (sz >= 0) -+ err = -EIO; -+ goto out; -+ } -+ -+ mutex_lock(&sbinfo->si_xib_mtx); -+ /* mnt_want_write() is unnecessary here */ -+ err = xib_restore(sb); -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * xino mount option handlers -+ */ -+ -+/* xino bitmap */ -+static void xino_clear_xib(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ sbinfo->si_xread = NULL; -+ sbinfo->si_xwrite = NULL; -+ if (sbinfo->si_xib) -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = NULL; -+ if (sbinfo->si_xib_buf) -+ free_page((unsigned long)sbinfo->si_xib_buf); -+ sbinfo->si_xib_buf = NULL; -+} -+ -+static int au_xino_set_xib(struct super_block *sb, struct file *base) -+{ -+ int err; -+ loff_t pos; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ file = au_xino_create2(base, sbinfo->si_xib); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ if (sbinfo->si_xib) -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = file; -+ sbinfo->si_xread = vfs_readf(file); -+ sbinfo->si_xwrite = vfs_writef(file); -+ -+ err = -ENOMEM; -+ if (!sbinfo->si_xib_buf) -+ sbinfo->si_xib_buf = (void *)get_zeroed_page(GFP_NOFS); -+ if (unlikely(!sbinfo->si_xib_buf)) -+ goto out_unset; -+ -+ sbinfo->si_xib_last_pindex = 0; -+ sbinfo->si_xib_next_bit = 0; -+ if (vfsub_f_size_read(file) < PAGE_SIZE) { -+ pos = 0; -+ err = xino_fwrite(sbinfo->si_xwrite, file, sbinfo->si_xib_buf, -+ PAGE_SIZE, &pos); -+ if (unlikely(err != PAGE_SIZE)) -+ goto out_free; -+ } -+ err = 0; -+ goto out; /* success */ -+ -+out_free: -+ if (sbinfo->si_xib_buf) -+ free_page((unsigned long)sbinfo->si_xib_buf); -+ sbinfo->si_xib_buf = NULL; -+ if (err >= 0) -+ err = -EIO; -+out_unset: -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = NULL; -+ sbinfo->si_xread = NULL; -+ sbinfo->si_xwrite = NULL; -+out: -+ return err; -+} -+ -+/* xino for each branch */ -+static void xino_clear_br(struct super_block *sb) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!br || !br->br_xino.xi_file) -+ continue; -+ -+ fput(br->br_xino.xi_file); -+ br->br_xino.xi_file = NULL; -+ } -+} -+ -+static int au_xino_set_br(struct super_block *sb, struct file *base) -+{ -+ int err; -+ ino_t ino; -+ aufs_bindex_t bindex, bbot, bshared; -+ struct { -+ struct file *old, *new; -+ } *fpair, *p; -+ struct au_branch *br; -+ struct inode *inode; -+ vfs_writef_t writef; -+ -+ SiMustWriteLock(sb); -+ -+ err = -ENOMEM; -+ bbot = au_sbbot(sb); -+ fpair = kcalloc(bbot + 1, sizeof(*fpair), GFP_NOFS); -+ if (unlikely(!fpair)) -+ goto out; -+ -+ inode = d_inode(sb->s_root); -+ ino = AUFS_ROOT_INO; -+ writef = au_sbi(sb)->si_xwrite; -+ for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) { -+ bshared = is_sb_shared(sb, bindex, bindex - 1); -+ if (bshared >= 0) { -+ /* shared xino */ -+ *p = fpair[bshared]; -+ get_file(p->new); -+ } -+ -+ if (!p->new) { -+ /* new xino */ -+ br = au_sbr(sb, bindex); -+ p->old = br->br_xino.xi_file; -+ p->new = au_xino_create2(base, br->br_xino.xi_file); -+ err = PTR_ERR(p->new); -+ if (IS_ERR(p->new)) { -+ p->new = NULL; -+ goto out_pair; -+ } -+ } -+ -+ err = au_xino_do_write(writef, p->new, -+ au_h_iptr(inode, bindex)->i_ino, ino); -+ if (unlikely(err)) -+ goto out_pair; -+ } -+ -+ for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) { -+ br = au_sbr(sb, bindex); -+ if (br->br_xino.xi_file) -+ fput(br->br_xino.xi_file); -+ get_file(p->new); -+ br->br_xino.xi_file = p->new; -+ } -+ -+out_pair: -+ for (bindex = 0, p = fpair; bindex <= bbot; bindex++, p++) -+ if (p->new) -+ fput(p->new); -+ else -+ break; -+ kfree(fpair); -+out: -+ return err; -+} -+ -+void au_xino_clr(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ au_xigen_clr(sb); -+ xino_clear_xib(sb); -+ xino_clear_br(sb); -+ sbinfo = au_sbi(sb); -+ /* lvalue, do not call au_mntflags() */ -+ au_opt_clr(sbinfo->si_mntflags, XINO); -+} -+ -+int au_xino_set(struct super_block *sb, struct au_opt_xino *xino, int remount) -+{ -+ int err, skip; -+ struct dentry *parent, *cur_parent; -+ struct qstr *dname, *cur_name; -+ struct file *cur_xino; -+ struct inode *dir; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ parent = dget_parent(xino->file->f_path.dentry); -+ if (remount) { -+ skip = 0; -+ dname = &xino->file->f_path.dentry->d_name; -+ cur_xino = sbinfo->si_xib; -+ if (cur_xino) { -+ cur_parent = dget_parent(cur_xino->f_path.dentry); -+ cur_name = &cur_xino->f_path.dentry->d_name; -+ skip = (cur_parent == parent -+ && au_qstreq(dname, cur_name)); -+ dput(cur_parent); -+ } -+ if (skip) -+ goto out; -+ } -+ -+ au_opt_set(sbinfo->si_mntflags, XINO); -+ dir = d_inode(parent); -+ inode_lock_nested(dir, AuLsc_I_PARENT); -+ /* mnt_want_write() is unnecessary here */ -+ err = au_xino_set_xib(sb, xino->file); -+ if (!err) -+ err = au_xigen_set(sb, xino->file); -+ if (!err) -+ err = au_xino_set_br(sb, xino->file); -+ inode_unlock(dir); -+ if (!err) -+ goto out; /* success */ -+ -+ /* reset all */ -+ AuIOErr("failed creating xino(%d).\n", err); -+ au_xigen_clr(sb); -+ xino_clear_xib(sb); -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create a xinofile at the default place/path. -+ */ -+struct file *au_xino_def(struct super_block *sb) -+{ -+ struct file *file; -+ char *page, *p; -+ struct au_branch *br; -+ struct super_block *h_sb; -+ struct path path; -+ aufs_bindex_t bbot, bindex, bwr; -+ -+ br = NULL; -+ bbot = au_sbbot(sb); -+ bwr = -1; -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm) -+ && !au_test_fs_bad_xino(au_br_sb(br))) { -+ bwr = bindex; -+ break; -+ } -+ } -+ -+ if (bwr >= 0) { -+ file = ERR_PTR(-ENOMEM); -+ page = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!page)) -+ goto out; -+ path.mnt = au_br_mnt(br); -+ path.dentry = au_h_dptr(sb->s_root, bwr); -+ p = d_path(&path, page, PATH_MAX - sizeof(AUFS_XINO_FNAME)); -+ file = (void *)p; -+ if (!IS_ERR(p)) { -+ strcat(p, "/" AUFS_XINO_FNAME); -+ AuDbg("%s\n", p); -+ file = au_xino_create(sb, p, /*silent*/0); -+ if (!IS_ERR(file)) -+ au_xino_brid_set(sb, br->br_id); -+ } -+ free_page((unsigned long)page); -+ } else { -+ file = au_xino_create(sb, AUFS_XINO_DEFPATH, /*silent*/0); -+ if (IS_ERR(file)) -+ goto out; -+ h_sb = file->f_path.dentry->d_sb; -+ if (unlikely(au_test_fs_bad_xino(h_sb))) { -+ pr_err("xino doesn't support %s(%s)\n", -+ AUFS_XINO_DEFPATH, au_sbtype(h_sb)); -+ fput(file); -+ file = ERR_PTR(-EINVAL); -+ } -+ if (!IS_ERR(file)) -+ au_xino_brid_set(sb, -1); -+ } -+ -+out: -+ return file; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_xino_path(struct seq_file *seq, struct file *file) -+{ -+ int err; -+ -+ err = au_seq_path(seq, &file->f_path); -+ if (unlikely(err)) -+ goto out; -+ -+#define Deleted "\\040(deleted)" -+ seq->count -= sizeof(Deleted) - 1; -+ AuDebugOn(memcmp(seq->buf + seq->count, Deleted, -+ sizeof(Deleted) - 1)); -+#undef Deleted -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_xinondir_leave(struct super_block *sb, aufs_bindex_t bindex, -+ ino_t h_ino, int idx) -+{ -+ struct au_xino_file *xino; -+ -+ AuDebugOn(!au_opt_test(au_mntflags(sb), XINO)); -+ xino = &au_sbr(sb, bindex)->br_xino; -+ AuDebugOn(idx < 0 || xino->xi_nondir.total <= idx); -+ -+ spin_lock(&xino->xi_nondir.spin); -+ AuDebugOn(xino->xi_nondir.array[idx] != h_ino); -+ xino->xi_nondir.array[idx] = 0; -+ spin_unlock(&xino->xi_nondir.spin); -+ wake_up_all(&xino->xi_nondir.wqh); -+} -+ -+static int au_xinondir_find(struct au_xino_file *xino, ino_t h_ino) -+{ -+ int found, total, i; -+ -+ found = -1; -+ total = xino->xi_nondir.total; -+ for (i = 0; i < total; i++) { -+ if (xino->xi_nondir.array[i] != h_ino) -+ continue; -+ found = i; -+ break; -+ } -+ -+ return found; -+} -+ -+static int au_xinondir_expand(struct au_xino_file *xino) -+{ -+ int err, sz; -+ ino_t *p; -+ -+ BUILD_BUG_ON(KMALLOC_MAX_SIZE > INT_MAX); -+ -+ err = -ENOMEM; -+ sz = xino->xi_nondir.total * sizeof(ino_t); -+ if (unlikely(sz > KMALLOC_MAX_SIZE / 2)) -+ goto out; -+ p = au_kzrealloc(xino->xi_nondir.array, sz, sz << 1, GFP_ATOMIC, -+ /*may_shrink*/0); -+ if (p) { -+ xino->xi_nondir.array = p; -+ xino->xi_nondir.total <<= 1; -+ AuDbg("xi_nondir.total %d\n", xino->xi_nondir.total); -+ err = 0; -+ } -+ -+out: -+ return err; -+} -+ -+int au_xinondir_enter(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ int *idx) -+{ -+ int err, found, empty; -+ struct au_xino_file *xino; -+ -+ err = 0; -+ *idx = -1; -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ goto out; /* no xino */ -+ -+ xino = &au_sbr(sb, bindex)->br_xino; -+ -+again: -+ spin_lock(&xino->xi_nondir.spin); -+ found = au_xinondir_find(xino, h_ino); -+ if (found == -1) { -+ empty = au_xinondir_find(xino, /*h_ino*/0); -+ if (empty == -1) { -+ empty = xino->xi_nondir.total; -+ err = au_xinondir_expand(xino); -+ if (unlikely(err)) -+ goto out_unlock; -+ } -+ xino->xi_nondir.array[empty] = h_ino; -+ *idx = empty; -+ } else { -+ spin_unlock(&xino->xi_nondir.spin); -+ wait_event(xino->xi_nondir.wqh, -+ xino->xi_nondir.array[found] != h_ino); -+ goto again; -+ } -+ -+out_unlock: -+ spin_unlock(&xino->xi_nondir.spin); -+out: -+ return err; -+} -diff --git a/fs/dcache.c b/fs/dcache.c -index f90141387f01..e3719a5e45d9 100644 ---- a/fs/dcache.c -+++ b/fs/dcache.c -@@ -1197,7 +1197,7 @@ enum d_walk_ret { - * - * The @enter() and @finish() callbacks are called with d_lock held. - */ --static void d_walk(struct dentry *parent, void *data, -+void d_walk(struct dentry *parent, void *data, - enum d_walk_ret (*enter)(void *, struct dentry *), - void (*finish)(void *)) - { -diff --git a/fs/fcntl.c b/fs/fcntl.c -index 8d78ffd7b399..cffefab04504 100644 ---- a/fs/fcntl.c -+++ b/fs/fcntl.c -@@ -32,7 +32,7 @@ - - #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) - --static int setfl(int fd, struct file * filp, unsigned long arg) -+int setfl(int fd, struct file * filp, unsigned long arg) - { - struct inode * inode = file_inode(filp); - int error = 0; -@@ -63,6 +63,8 @@ static int setfl(int fd, struct file * filp, unsigned long arg) - - if (filp->f_op->check_flags) - error = filp->f_op->check_flags(arg); -+ if (!error && filp->f_op->setfl) -+ error = filp->f_op->setfl(filp, arg); - if (error) - return error; - -diff --git a/fs/inode.c b/fs/inode.c -index d1e35b53bb23..f7800d6fd1a0 100644 ---- a/fs/inode.c -+++ b/fs/inode.c -@@ -1655,7 +1655,7 @@ EXPORT_SYMBOL(generic_update_time); - * This does the actual work of updating an inodes time or version. Must have - * had called mnt_want_write() before calling this. - */ --static int update_time(struct inode *inode, struct timespec *time, int flags) -+int update_time(struct inode *inode, struct timespec *time, int flags) - { - int (*update_time)(struct inode *, struct timespec *, int); - -diff --git a/fs/namespace.c b/fs/namespace.c -index d18deb4c410b..e5a4a7f8a249 100644 ---- a/fs/namespace.c -+++ b/fs/namespace.c -@@ -846,6 +846,12 @@ static inline int check_mnt(struct mount *mnt) - return mnt->mnt_ns == current->nsproxy->mnt_ns; - } - -+/* for aufs, CONFIG_AUFS_BR_FUSE */ -+int is_current_mnt_ns(struct vfsmount *mnt) -+{ -+ return check_mnt(real_mount(mnt)); -+} -+ - /* - * vfsmount lock must be held for write - */ -diff --git a/fs/proc/base.c b/fs/proc/base.c -index 9d357b2ea6cb..11f4f23b803e 100644 ---- a/fs/proc/base.c -+++ b/fs/proc/base.c -@@ -1988,7 +1988,7 @@ static int map_files_get_link(struct dentry *dentry, struct path *path) - down_read(&mm->mmap_sem); - vma = find_exact_vma(mm, vm_start, vm_end); - if (vma && vma->vm_file) { -- *path = vma->vm_file->f_path; -+ *path = vma_pr_or_file(vma)->f_path; - path_get(path); - rc = 0; - } -diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c -index 75634379f82e..7c0dc0ff4882 100644 ---- a/fs/proc/nommu.c -+++ b/fs/proc/nommu.c -@@ -45,7 +45,10 @@ static int nommu_region_show(struct seq_file *m, struct vm_region *region) - file = region->vm_file; - - if (file) { -- struct inode *inode = file_inode(region->vm_file); -+ struct inode *inode; -+ -+ file = vmr_pr_or_file(region); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - } -diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c -index 6744bd706ecf..6d4dea31b008 100644 ---- a/fs/proc/task_mmu.c -+++ b/fs/proc/task_mmu.c -@@ -310,7 +310,10 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid) - const char *name = NULL; - - if (file) { -- struct inode *inode = file_inode(vma->vm_file); -+ struct inode *inode; -+ -+ file = vma_pr_or_file(vma); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT; -@@ -1739,7 +1742,7 @@ static int show_numa_map(struct seq_file *m, void *v, int is_pid) - struct proc_maps_private *proc_priv = &numa_priv->proc_maps; - struct vm_area_struct *vma = v; - struct numa_maps *md = &numa_priv->md; -- struct file *file = vma->vm_file; -+ struct file *file = vma_pr_or_file(vma); - struct mm_struct *mm = vma->vm_mm; - struct mm_walk walk = { - .hugetlb_entry = gather_hugetlb_stats, -diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c -index 5b62f57bd9bc..dfb4a3bd0fac 100644 ---- a/fs/proc/task_nommu.c -+++ b/fs/proc/task_nommu.c -@@ -156,7 +156,10 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma, - file = vma->vm_file; - - if (file) { -- struct inode *inode = file_inode(vma->vm_file); -+ struct inode *inode; -+ -+ file = vma_pr_or_file(vma); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT; -diff --git a/fs/read_write.c b/fs/read_write.c -index 0046d72efe94..2388284447cf 100644 ---- a/fs/read_write.c -+++ b/fs/read_write.c -@@ -484,6 +484,28 @@ ssize_t __vfs_write(struct file *file, const char __user *p, size_t count, - return -EINVAL; - } - -+vfs_readf_t vfs_readf(struct file *file) -+{ -+ const struct file_operations *fop = file->f_op; -+ -+ if (fop->read) -+ return fop->read; -+ if (fop->read_iter) -+ return new_sync_read; -+ return ERR_PTR(-ENOSYS); -+} -+ -+vfs_writef_t vfs_writef(struct file *file) -+{ -+ const struct file_operations *fop = file->f_op; -+ -+ if (fop->write) -+ return fop->write; -+ if (fop->write_iter) -+ return new_sync_write; -+ return ERR_PTR(-ENOSYS); -+} -+ - ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) - { - mm_segment_t old_fs; -diff --git a/fs/splice.c b/fs/splice.c -index f3084cce0ea6..eb888c670aec 100644 ---- a/fs/splice.c -+++ b/fs/splice.c -@@ -837,8 +837,8 @@ EXPORT_SYMBOL(generic_splice_sendpage); - /* - * Attempt to initiate a splice from pipe to file. - */ --static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -- loff_t *ppos, size_t len, unsigned int flags) -+long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags) - { - ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, - loff_t *, size_t, unsigned int); -@@ -854,9 +854,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, - /* - * Attempt to initiate a splice from a file to a pipe. - */ --static long do_splice_to(struct file *in, loff_t *ppos, -- struct pipe_inode_info *pipe, size_t len, -- unsigned int flags) -+long do_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) - { - ssize_t (*splice_read)(struct file *, loff_t *, - struct pipe_inode_info *, size_t, unsigned int); -diff --git a/fs/sync.c b/fs/sync.c -index 83ac79a960dd..fe15900ed873 100644 ---- a/fs/sync.c -+++ b/fs/sync.c -@@ -28,7 +28,7 @@ - * wait == 1 case since in that case write_inode() functions do - * sync_dirty_buffer() and thus effectively write one block at a time. - */ --static int __sync_filesystem(struct super_block *sb, int wait) -+int __sync_filesystem(struct super_block *sb, int wait) - { - if (wait) - sync_inodes_sb(sb); -diff --git a/include/linux/file.h b/include/linux/file.h -index 279720db984a..76e38eade225 100644 ---- a/include/linux/file.h -+++ b/include/linux/file.h -@@ -20,6 +20,7 @@ struct dentry; - struct path; - extern struct file *alloc_file(const struct path *, fmode_t mode, - const struct file_operations *fop); -+extern struct file *get_empty_filp(void); - - static inline void fput_light(struct file *file, int fput_needed) - { -diff --git a/include/linux/fs.h b/include/linux/fs.h -index 885266aae2d7..e489e42d1a6d 100644 ---- a/include/linux/fs.h -+++ b/include/linux/fs.h -@@ -1265,6 +1265,7 @@ extern void fasync_free(struct fasync_struct *); - /* can be called from interrupts */ - extern void kill_fasync(struct fasync_struct **, int, int); - -+extern int setfl(int fd, struct file * filp, unsigned long arg); - extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force); - extern int f_setown(struct file *filp, unsigned long arg, int force); - extern void f_delown(struct file *filp); -@@ -1711,6 +1712,7 @@ struct file_operations { - ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int); - unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); - int (*check_flags)(int); -+ int (*setfl)(struct file *, unsigned long); - int (*flock) (struct file *, int, struct file_lock *); - ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); - ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); -@@ -1781,6 +1783,12 @@ ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, - struct iovec *fast_pointer, - struct iovec **ret_pointer); - -+typedef ssize_t (*vfs_readf_t)(struct file *, char __user *, size_t, loff_t *); -+typedef ssize_t (*vfs_writef_t)(struct file *, const char __user *, size_t, -+ loff_t *); -+vfs_readf_t vfs_readf(struct file *file); -+vfs_writef_t vfs_writef(struct file *file); -+ - extern ssize_t __vfs_read(struct file *, char __user *, size_t, loff_t *); - extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *); - extern ssize_t vfs_write(struct file *, const char __user *, size_t, loff_t *); -@@ -2183,6 +2191,7 @@ extern int current_umask(void); - extern void ihold(struct inode * inode); - extern void iput(struct inode *); - extern int generic_update_time(struct inode *, struct timespec *, int); -+extern int update_time(struct inode *, struct timespec *, int); - - /* /sys/fs */ - extern struct kobject *fs_kobj; -@@ -2463,6 +2472,7 @@ static inline bool sb_is_blkdev_sb(struct super_block *sb) - return false; - } - #endif -+extern int __sync_filesystem(struct super_block *, int); - extern int sync_filesystem(struct super_block *); - extern const struct file_operations def_blk_fops; - extern const struct file_operations def_chr_fops; -diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h -index f301d31b473c..c26f5b420464 100644 ---- a/include/linux/lockdep.h -+++ b/include/linux/lockdep.h -@@ -406,6 +406,8 @@ static inline int lockdep_match_key(struct lockdep_map *lock, - return lock->key == key; - } - -+struct lock_class *lockdep_hlock_class(struct held_lock *hlock); -+ - /* - * Acquire a lock. - * -@@ -530,6 +532,7 @@ struct lock_class_key { }; - - #define lockdep_depth(tsk) (0) - -+#define lockdep_is_held(lock) (1) - #define lockdep_is_held_type(l, r) (1) - - #define lockdep_assert_held(l) do { (void)(l); } while (0) -diff --git a/include/linux/mm.h b/include/linux/mm.h -index 43edf659453b..3f9acd93ae28 100644 ---- a/include/linux/mm.h -+++ b/include/linux/mm.h -@@ -1349,6 +1349,28 @@ static inline int fixup_user_fault(struct task_struct *tsk, - } - #endif - -+extern void vma_do_file_update_time(struct vm_area_struct *, const char[], int); -+extern struct file *vma_do_pr_or_file(struct vm_area_struct *, const char[], -+ int); -+extern void vma_do_get_file(struct vm_area_struct *, const char[], int); -+extern void vma_do_fput(struct vm_area_struct *, const char[], int); -+ -+#define vma_file_update_time(vma) vma_do_file_update_time(vma, __func__, \ -+ __LINE__) -+#define vma_pr_or_file(vma) vma_do_pr_or_file(vma, __func__, \ -+ __LINE__) -+#define vma_get_file(vma) vma_do_get_file(vma, __func__, __LINE__) -+#define vma_fput(vma) vma_do_fput(vma, __func__, __LINE__) -+ -+#ifndef CONFIG_MMU -+extern struct file *vmr_do_pr_or_file(struct vm_region *, const char[], int); -+extern void vmr_do_fput(struct vm_region *, const char[], int); -+ -+#define vmr_pr_or_file(region) vmr_do_pr_or_file(region, __func__, \ -+ __LINE__) -+#define vmr_fput(region) vmr_do_fput(region, __func__, __LINE__) -+#endif /* !CONFIG_MMU */ -+ - extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, - unsigned int gup_flags); - extern int access_remote_vm(struct mm_struct *mm, unsigned long addr, -diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h -index c85f11dafd56..a63875a76849 100644 ---- a/include/linux/mm_types.h -+++ b/include/linux/mm_types.h -@@ -261,6 +261,7 @@ struct vm_region { - unsigned long vm_top; /* region allocated to here */ - unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */ - struct file *vm_file; /* the backing file or NULL */ -+ struct file *vm_prfile; /* the virtual backing file or NULL */ - - int vm_usage; /* region usage count (access under nommu_region_sem) */ - bool vm_icache_flushed : 1; /* true if the icache has been flushed for -@@ -335,6 +336,7 @@ struct vm_area_struct { - unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE - units */ - struct file * vm_file; /* File we map to (can be NULL). */ -+ struct file *vm_prfile; /* shadow of vm_file */ - void * vm_private_data; /* was vm_pte (shared mem) */ - - atomic_long_t swap_readahead_info; -diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h -index 35942084cd40..24f5fd1a789d 100644 ---- a/include/linux/mnt_namespace.h -+++ b/include/linux/mnt_namespace.h -@@ -6,11 +6,14 @@ - struct mnt_namespace; - struct fs_struct; - struct user_namespace; -+struct vfsmount; - - extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, - struct user_namespace *, struct fs_struct *); - extern void put_mnt_ns(struct mnt_namespace *ns); - -+extern int is_current_mnt_ns(struct vfsmount *mnt); -+ - extern const struct file_operations proc_mounts_operations; - extern const struct file_operations proc_mountinfo_operations; - extern const struct file_operations proc_mountstats_operations; -diff --git a/include/linux/splice.h b/include/linux/splice.h -index 74b4911ac16d..19789fbea567 100644 ---- a/include/linux/splice.h -+++ b/include/linux/splice.h -@@ -87,4 +87,10 @@ extern void splice_shrink_spd(struct splice_pipe_desc *); - - extern const struct pipe_buf_operations page_cache_pipe_buf_ops; - extern const struct pipe_buf_operations default_pipe_buf_ops; -+ -+extern long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags); -+extern long do_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags); - #endif -diff --git a/include/uapi/linux/aufs_type.h b/include/uapi/linux/aufs_type.h -new file mode 100644 -index 000000000000..95702c1e61e5 ---- /dev/null -+++ b/include/uapi/linux/aufs_type.h -@@ -0,0 +1,435 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Copyright (C) 2005-2017 Junjiro R. Okajima -+ */ -+ -+#ifndef __AUFS_TYPE_H__ -+#define __AUFS_TYPE_H__ -+ -+#define AUFS_NAME "aufs" -+ -+#ifdef __KERNEL__ -+/* -+ * define it before including all other headers. -+ * sched.h may use pr_* macros before defining "current", so define the -+ * no-current version first, and re-define later. -+ */ -+#define pr_fmt(fmt) AUFS_NAME " %s:%d: " fmt, __func__, __LINE__ -+#include -+#undef pr_fmt -+#define pr_fmt(fmt) \ -+ AUFS_NAME " %s:%d:%.*s[%d]: " fmt, __func__, __LINE__, \ -+ (int)sizeof(current->comm), current->comm, current->pid -+#else -+#include -+#include -+#endif /* __KERNEL__ */ -+ -+#include -+ -+#define AUFS_VERSION "4.14" -+ -+/* todo? move this to linux-2.6.19/include/magic.h */ -+#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's') -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_BRANCH_MAX_127 -+typedef int8_t aufs_bindex_t; -+#define AUFS_BRANCH_MAX 127 -+#else -+typedef int16_t aufs_bindex_t; -+#ifdef CONFIG_AUFS_BRANCH_MAX_511 -+#define AUFS_BRANCH_MAX 511 -+#elif defined(CONFIG_AUFS_BRANCH_MAX_1023) -+#define AUFS_BRANCH_MAX 1023 -+#elif defined(CONFIG_AUFS_BRANCH_MAX_32767) -+#define AUFS_BRANCH_MAX 32767 -+#endif -+#endif -+ -+#ifdef __KERNEL__ -+#ifndef AUFS_BRANCH_MAX -+#error unknown CONFIG_AUFS_BRANCH_MAX value -+#endif -+#endif /* __KERNEL__ */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AUFS_FSTYPE AUFS_NAME -+ -+#define AUFS_ROOT_INO 2 -+#define AUFS_FIRST_INO 11 -+ -+#define AUFS_WH_PFX ".wh." -+#define AUFS_WH_PFX_LEN ((int)sizeof(AUFS_WH_PFX) - 1) -+#define AUFS_WH_TMP_LEN 4 -+/* a limit for rmdir/rename a dir and copyup */ -+#define AUFS_MAX_NAMELEN (NAME_MAX \ -+ - AUFS_WH_PFX_LEN * 2 /* doubly whiteouted */\ -+ - 1 /* dot */\ -+ - AUFS_WH_TMP_LEN) /* hex */ -+#define AUFS_XINO_FNAME "." AUFS_NAME ".xino" -+#define AUFS_XINO_DEFPATH "/tmp/" AUFS_XINO_FNAME -+#define AUFS_XINO_DEF_SEC 30 /* seconds */ -+#define AUFS_XINO_DEF_TRUNC 45 /* percentage */ -+#define AUFS_DIRWH_DEF 3 -+#define AUFS_RDCACHE_DEF 10 /* seconds */ -+#define AUFS_RDCACHE_MAX 3600 /* seconds */ -+#define AUFS_RDBLK_DEF 512 /* bytes */ -+#define AUFS_RDHASH_DEF 32 -+#define AUFS_WKQ_NAME AUFS_NAME "d" -+#define AUFS_MFS_DEF_SEC 30 /* seconds */ -+#define AUFS_MFS_MAX_SEC 3600 /* seconds */ -+#define AUFS_FHSM_CACHE_DEF_SEC 30 /* seconds */ -+#define AUFS_PLINK_WARN 50 /* number of plinks in a single bucket */ -+ -+/* pseudo-link maintenace under /proc */ -+#define AUFS_PLINK_MAINT_NAME "plink_maint" -+#define AUFS_PLINK_MAINT_DIR "fs/" AUFS_NAME -+#define AUFS_PLINK_MAINT_PATH AUFS_PLINK_MAINT_DIR "/" AUFS_PLINK_MAINT_NAME -+ -+/* dirren, renamed dir */ -+#define AUFS_DR_INFO_PFX AUFS_WH_PFX ".dr." -+#define AUFS_DR_BRHINO_NAME AUFS_WH_PFX "hino" -+/* whiteouted doubly */ -+#define AUFS_WH_DR_INFO_PFX AUFS_WH_PFX AUFS_DR_INFO_PFX -+#define AUFS_WH_DR_BRHINO AUFS_WH_PFX AUFS_DR_BRHINO_NAME -+ -+#define AUFS_DIROPQ_NAME AUFS_WH_PFX ".opq" /* whiteouted doubly */ -+#define AUFS_WH_DIROPQ AUFS_WH_PFX AUFS_DIROPQ_NAME -+ -+#define AUFS_BASE_NAME AUFS_WH_PFX AUFS_NAME -+#define AUFS_PLINKDIR_NAME AUFS_WH_PFX "plnk" -+#define AUFS_ORPHDIR_NAME AUFS_WH_PFX "orph" -+ -+/* doubly whiteouted */ -+#define AUFS_WH_BASE AUFS_WH_PFX AUFS_BASE_NAME -+#define AUFS_WH_PLINKDIR AUFS_WH_PFX AUFS_PLINKDIR_NAME -+#define AUFS_WH_ORPHDIR AUFS_WH_PFX AUFS_ORPHDIR_NAME -+ -+/* branch permissions and attributes */ -+#define AUFS_BRPERM_RW "rw" -+#define AUFS_BRPERM_RO "ro" -+#define AUFS_BRPERM_RR "rr" -+#define AUFS_BRATTR_COO_REG "coo_reg" -+#define AUFS_BRATTR_COO_ALL "coo_all" -+#define AUFS_BRATTR_FHSM "fhsm" -+#define AUFS_BRATTR_UNPIN "unpin" -+#define AUFS_BRATTR_ICEX "icex" -+#define AUFS_BRATTR_ICEX_SEC "icexsec" -+#define AUFS_BRATTR_ICEX_SYS "icexsys" -+#define AUFS_BRATTR_ICEX_TR "icextr" -+#define AUFS_BRATTR_ICEX_USR "icexusr" -+#define AUFS_BRATTR_ICEX_OTH "icexoth" -+#define AUFS_BRRATTR_WH "wh" -+#define AUFS_BRWATTR_NLWH "nolwh" -+#define AUFS_BRWATTR_MOO "moo" -+ -+#define AuBrPerm_RW 1 /* writable, hardlinkable wh */ -+#define AuBrPerm_RO (1 << 1) /* readonly */ -+#define AuBrPerm_RR (1 << 2) /* natively readonly */ -+#define AuBrPerm_Mask (AuBrPerm_RW | AuBrPerm_RO | AuBrPerm_RR) -+ -+#define AuBrAttr_COO_REG (1 << 3) /* copy-up on open */ -+#define AuBrAttr_COO_ALL (1 << 4) -+#define AuBrAttr_COO_Mask (AuBrAttr_COO_REG | AuBrAttr_COO_ALL) -+ -+#define AuBrAttr_FHSM (1 << 5) /* file-based hsm */ -+#define AuBrAttr_UNPIN (1 << 6) /* rename-able top dir of -+ branch. meaningless since -+ linux-3.18-rc1 */ -+ -+/* ignore error in copying XATTR */ -+#define AuBrAttr_ICEX_SEC (1 << 7) -+#define AuBrAttr_ICEX_SYS (1 << 8) -+#define AuBrAttr_ICEX_TR (1 << 9) -+#define AuBrAttr_ICEX_USR (1 << 10) -+#define AuBrAttr_ICEX_OTH (1 << 11) -+#define AuBrAttr_ICEX (AuBrAttr_ICEX_SEC \ -+ | AuBrAttr_ICEX_SYS \ -+ | AuBrAttr_ICEX_TR \ -+ | AuBrAttr_ICEX_USR \ -+ | AuBrAttr_ICEX_OTH) -+ -+#define AuBrRAttr_WH (1 << 12) /* whiteout-able */ -+#define AuBrRAttr_Mask AuBrRAttr_WH -+ -+#define AuBrWAttr_NoLinkWH (1 << 13) /* un-hardlinkable whiteouts */ -+#define AuBrWAttr_MOO (1 << 14) /* move-up on open */ -+#define AuBrWAttr_Mask (AuBrWAttr_NoLinkWH | AuBrWAttr_MOO) -+ -+#define AuBrAttr_CMOO_Mask (AuBrAttr_COO_Mask | AuBrWAttr_MOO) -+ -+/* #warning test userspace */ -+#ifdef __KERNEL__ -+#ifndef CONFIG_AUFS_FHSM -+#undef AuBrAttr_FHSM -+#define AuBrAttr_FHSM 0 -+#endif -+#ifndef CONFIG_AUFS_XATTR -+#undef AuBrAttr_ICEX -+#define AuBrAttr_ICEX 0 -+#undef AuBrAttr_ICEX_SEC -+#define AuBrAttr_ICEX_SEC 0 -+#undef AuBrAttr_ICEX_SYS -+#define AuBrAttr_ICEX_SYS 0 -+#undef AuBrAttr_ICEX_TR -+#define AuBrAttr_ICEX_TR 0 -+#undef AuBrAttr_ICEX_USR -+#define AuBrAttr_ICEX_USR 0 -+#undef AuBrAttr_ICEX_OTH -+#define AuBrAttr_ICEX_OTH 0 -+#endif -+#endif -+ -+/* the longest combination */ -+/* AUFS_BRATTR_ICEX and AUFS_BRATTR_ICEX_TR don't affect here */ -+#define AuBrPermStrSz sizeof(AUFS_BRPERM_RW \ -+ "+" AUFS_BRATTR_COO_REG \ -+ "+" AUFS_BRATTR_FHSM \ -+ "+" AUFS_BRATTR_UNPIN \ -+ "+" AUFS_BRATTR_ICEX_SEC \ -+ "+" AUFS_BRATTR_ICEX_SYS \ -+ "+" AUFS_BRATTR_ICEX_USR \ -+ "+" AUFS_BRATTR_ICEX_OTH \ -+ "+" AUFS_BRWATTR_NLWH) -+ -+typedef struct { -+ char a[AuBrPermStrSz]; -+} au_br_perm_str_t; -+ -+static inline int au_br_writable(int brperm) -+{ -+ return brperm & AuBrPerm_RW; -+} -+ -+static inline int au_br_whable(int brperm) -+{ -+ return brperm & (AuBrPerm_RW | AuBrRAttr_WH); -+} -+ -+static inline int au_br_wh_linkable(int brperm) -+{ -+ return !(brperm & AuBrWAttr_NoLinkWH); -+} -+ -+static inline int au_br_cmoo(int brperm) -+{ -+ return brperm & AuBrAttr_CMOO_Mask; -+} -+ -+static inline int au_br_fhsm(int brperm) -+{ -+ return brperm & AuBrAttr_FHSM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* ioctl */ -+enum { -+ /* readdir in userspace */ -+ AuCtl_RDU, -+ AuCtl_RDU_INO, -+ -+ AuCtl_WBR_FD, /* pathconf wrapper */ -+ AuCtl_IBUSY, /* busy inode */ -+ AuCtl_MVDOWN, /* move-down */ -+ AuCtl_BR, /* info about branches */ -+ AuCtl_FHSM_FD /* connection for fhsm */ -+}; -+ -+/* borrowed from linux/include/linux/kernel.h */ -+#ifndef ALIGN -+#define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) -+#define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) -+#endif -+ -+/* borrowed from linux/include/linux/compiler-gcc3.h */ -+#ifndef __aligned -+#define __aligned(x) __attribute__((aligned(x))) -+#endif -+ -+#ifdef __KERNEL__ -+#ifndef __packed -+#define __packed __attribute__((packed)) -+#endif -+#endif -+ -+struct au_rdu_cookie { -+ uint64_t h_pos; -+ int16_t bindex; -+ uint8_t flags; -+ uint8_t pad; -+ uint32_t generation; -+} __aligned(8); -+ -+struct au_rdu_ent { -+ uint64_t ino; -+ int16_t bindex; -+ uint8_t type; -+ uint8_t nlen; -+ uint8_t wh; -+ char name[0]; -+} __aligned(8); -+ -+static inline int au_rdu_len(int nlen) -+{ -+ /* include the terminating NULL */ -+ return ALIGN(sizeof(struct au_rdu_ent) + nlen + 1, -+ sizeof(uint64_t)); -+} -+ -+union au_rdu_ent_ul { -+ struct au_rdu_ent __user *e; -+ uint64_t ul; -+}; -+ -+enum { -+ AufsCtlRduV_SZ, -+ AufsCtlRduV_End -+}; -+ -+struct aufs_rdu { -+ /* input */ -+ union { -+ uint64_t sz; /* AuCtl_RDU */ -+ uint64_t nent; /* AuCtl_RDU_INO */ -+ }; -+ union au_rdu_ent_ul ent; -+ uint16_t verify[AufsCtlRduV_End]; -+ -+ /* input/output */ -+ uint32_t blk; -+ -+ /* output */ -+ union au_rdu_ent_ul tail; -+ /* number of entries which were added in a single call */ -+ uint64_t rent; -+ uint8_t full; -+ uint8_t shwh; -+ -+ struct au_rdu_cookie cookie; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dirren. the branch is identified by the filename who contains this */ -+struct au_drinfo { -+ uint64_t ino; -+ union { -+ uint8_t oldnamelen; -+ uint64_t _padding; -+ }; -+ uint8_t oldname[0]; -+} __aligned(8); -+ -+struct au_drinfo_fdata { -+ uint32_t magic; -+ struct au_drinfo drinfo; -+} __aligned(8); -+ -+#define AUFS_DRINFO_MAGIC_V1 ('a' << 24 | 'd' << 16 | 'r' << 8 | 0x01) -+/* future */ -+#define AUFS_DRINFO_MAGIC_V2 ('a' << 24 | 'd' << 16 | 'r' << 8 | 0x02) -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aufs_wbr_fd { -+ uint32_t oflags; -+ int16_t brid; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aufs_ibusy { -+ uint64_t ino, h_ino; -+ int16_t bindex; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* error code for move-down */ -+/* the actual message strings are implemented in aufs-util.git */ -+enum { -+ EAU_MVDOWN_OPAQUE = 1, -+ EAU_MVDOWN_WHITEOUT, -+ EAU_MVDOWN_UPPER, -+ EAU_MVDOWN_BOTTOM, -+ EAU_MVDOWN_NOUPPER, -+ EAU_MVDOWN_NOLOWERBR, -+ EAU_Last -+}; -+ -+/* flags for move-down */ -+#define AUFS_MVDOWN_DMSG 1 -+#define AUFS_MVDOWN_OWLOWER (1 << 1) /* overwrite lower */ -+#define AUFS_MVDOWN_KUPPER (1 << 2) /* keep upper */ -+#define AUFS_MVDOWN_ROLOWER (1 << 3) /* do even if lower is RO */ -+#define AUFS_MVDOWN_ROLOWER_R (1 << 4) /* did on lower RO */ -+#define AUFS_MVDOWN_ROUPPER (1 << 5) /* do even if upper is RO */ -+#define AUFS_MVDOWN_ROUPPER_R (1 << 6) /* did on upper RO */ -+#define AUFS_MVDOWN_BRID_UPPER (1 << 7) /* upper brid */ -+#define AUFS_MVDOWN_BRID_LOWER (1 << 8) /* lower brid */ -+#define AUFS_MVDOWN_FHSM_LOWER (1 << 9) /* find fhsm attr for lower */ -+#define AUFS_MVDOWN_STFS (1 << 10) /* req. stfs */ -+#define AUFS_MVDOWN_STFS_FAILED (1 << 11) /* output: stfs is unusable */ -+#define AUFS_MVDOWN_BOTTOM (1 << 12) /* output: no more lowers */ -+ -+/* index for move-down */ -+enum { -+ AUFS_MVDOWN_UPPER, -+ AUFS_MVDOWN_LOWER, -+ AUFS_MVDOWN_NARRAY -+}; -+ -+/* -+ * additional info of move-down -+ * number of free blocks and inodes. -+ * subset of struct kstatfs, but smaller and always 64bit. -+ */ -+struct aufs_stfs { -+ uint64_t f_blocks; -+ uint64_t f_bavail; -+ uint64_t f_files; -+ uint64_t f_ffree; -+}; -+ -+struct aufs_stbr { -+ int16_t brid; /* optional input */ -+ int16_t bindex; /* output */ -+ struct aufs_stfs stfs; /* output when AUFS_MVDOWN_STFS set */ -+} __aligned(8); -+ -+struct aufs_mvdown { -+ uint32_t flags; /* input/output */ -+ struct aufs_stbr stbr[AUFS_MVDOWN_NARRAY]; /* input/output */ -+ int8_t au_errno; /* output */ -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+union aufs_brinfo { -+ /* PATH_MAX may differ between kernel-space and user-space */ -+ char _spacer[4096]; -+ struct { -+ int16_t id; -+ int perm; -+ char path[0]; -+ }; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuCtlType 'A' -+#define AUFS_CTL_RDU _IOWR(AuCtlType, AuCtl_RDU, struct aufs_rdu) -+#define AUFS_CTL_RDU_INO _IOWR(AuCtlType, AuCtl_RDU_INO, struct aufs_rdu) -+#define AUFS_CTL_WBR_FD _IOW(AuCtlType, AuCtl_WBR_FD, \ -+ struct aufs_wbr_fd) -+#define AUFS_CTL_IBUSY _IOWR(AuCtlType, AuCtl_IBUSY, struct aufs_ibusy) -+#define AUFS_CTL_MVDOWN _IOWR(AuCtlType, AuCtl_MVDOWN, \ -+ struct aufs_mvdown) -+#define AUFS_CTL_BRINFO _IOW(AuCtlType, AuCtl_BR, union aufs_brinfo) -+#define AUFS_CTL_FHSM_FD _IOW(AuCtlType, AuCtl_FHSM_FD, int) -+ -+#endif /* __AUFS_TYPE_H__ */ -diff --git a/kernel/fork.c b/kernel/fork.c -index 07cc743698d3..b1d2b4381ab7 100644 ---- a/kernel/fork.c -+++ b/kernel/fork.c -@@ -676,7 +676,7 @@ static __latent_entropy int dup_mmap(struct mm_struct *mm, - struct inode *inode = file_inode(file); - struct address_space *mapping = file->f_mapping; - -- get_file(file); -+ vma_get_file(tmp); - if (tmp->vm_flags & VM_DENYWRITE) - atomic_dec(&inode->i_writecount); - i_mmap_lock_write(mapping); -diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c -index e36e652d996f..bc97a9799ba1 100644 ---- a/kernel/locking/lockdep.c -+++ b/kernel/locking/lockdep.c -@@ -144,7 +144,7 @@ static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES]; - unsigned long nr_lock_classes; - static struct lock_class lock_classes[MAX_LOCKDEP_KEYS]; - --static inline struct lock_class *hlock_class(struct held_lock *hlock) -+inline struct lock_class *lockdep_hlock_class(struct held_lock *hlock) - { - if (!hlock->class_idx) { - /* -@@ -155,6 +155,7 @@ static inline struct lock_class *hlock_class(struct held_lock *hlock) - } - return lock_classes + hlock->class_idx - 1; - } -+#define hlock_class(hlock) lockdep_hlock_class(hlock) - - #ifdef CONFIG_LOCK_STAT - static DEFINE_PER_CPU(struct lock_class_stats[MAX_LOCKDEP_KEYS], cpu_lock_stats); -diff --git a/mm/Makefile b/mm/Makefile -index 4659b93cba43..844888411196 100644 ---- a/mm/Makefile -+++ b/mm/Makefile -@@ -40,7 +40,7 @@ obj-y := filemap.o mempool.o oom_kill.o \ - mm_init.o mmu_context.o percpu.o slab_common.o \ - compaction.o vmacache.o swap_slots.o \ - interval_tree.o list_lru.o workingset.o \ -- debug.o $(mmu-y) -+ prfile.o debug.o $(mmu-y) - - obj-y += init-mm.o - -diff --git a/mm/filemap.c b/mm/filemap.c -index 594d73fef8b4..7183aefa1551 100644 ---- a/mm/filemap.c -+++ b/mm/filemap.c -@@ -2590,7 +2590,7 @@ int filemap_page_mkwrite(struct vm_fault *vmf) - int ret = VM_FAULT_LOCKED; - - sb_start_pagefault(inode->i_sb); -- file_update_time(vmf->vma->vm_file); -+ vma_file_update_time(vmf->vma); - lock_page(page); - if (page->mapping != inode->i_mapping) { - unlock_page(page); -diff --git a/mm/mmap.c b/mm/mmap.c -index 680506faceae..081406a0aeec 100644 ---- a/mm/mmap.c -+++ b/mm/mmap.c -@@ -171,7 +171,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma) - if (vma->vm_ops && vma->vm_ops->close) - vma->vm_ops->close(vma); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - mpol_put(vma_policy(vma)); - kmem_cache_free(vm_area_cachep, vma); - return next; -@@ -896,7 +896,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start, - if (remove_next) { - if (file) { - uprobe_munmap(next, next->vm_start, next->vm_end); -- fput(file); -+ vma_fput(vma); - } - if (next->anon_vma) - anon_vma_merge(vma, next); -@@ -1746,8 +1746,8 @@ unsigned long mmap_region(struct file *file, unsigned long addr, - return addr; - - unmap_and_free_vma: -+ vma_fput(vma); - vma->vm_file = NULL; -- fput(file); - - /* Undo any partial mapping done by a device driver. */ - unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end); -@@ -2569,7 +2569,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma, - goto out_free_mpol; - - if (new->vm_file) -- get_file(new->vm_file); -+ vma_get_file(new); - - if (new->vm_ops && new->vm_ops->open) - new->vm_ops->open(new); -@@ -2588,7 +2588,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma, - if (new->vm_ops && new->vm_ops->close) - new->vm_ops->close(new); - if (new->vm_file) -- fput(new->vm_file); -+ vma_fput(new); - unlink_anon_vmas(new); - out_free_mpol: - mpol_put(vma_policy(new)); -@@ -2750,7 +2750,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, - struct vm_area_struct *vma; - unsigned long populate = 0; - unsigned long ret = -EINVAL; -- struct file *file; -+ struct file *file, *prfile; - - pr_warn_once("%s (%d) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.txt.\n", - current->comm, current->pid); -@@ -2825,10 +2825,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, - } - } - -- file = get_file(vma->vm_file); -+ vma_get_file(vma); -+ file = vma->vm_file; -+ prfile = vma->vm_prfile; - ret = do_mmap_pgoff(vma->vm_file, start, size, - prot, flags, pgoff, &populate, NULL); -+ if (!IS_ERR_VALUE(ret) && file && prfile) { -+ struct vm_area_struct *new_vma; -+ -+ new_vma = find_vma(mm, ret); -+ if (!new_vma->vm_prfile) -+ new_vma->vm_prfile = prfile; -+ if (new_vma != vma) -+ get_file(prfile); -+ } -+ /* -+ * two fput()s instead of vma_fput(vma), -+ * coz vma may not be available anymore. -+ */ - fput(file); -+ if (prfile) -+ fput(prfile); - out: - up_write(&mm->mmap_sem); - if (populate) -@@ -3136,7 +3153,7 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, - if (anon_vma_clone(new_vma, vma)) - goto out_free_mempol; - if (new_vma->vm_file) -- get_file(new_vma->vm_file); -+ vma_get_file(new_vma); - if (new_vma->vm_ops && new_vma->vm_ops->open) - new_vma->vm_ops->open(new_vma); - vma_link(mm, new_vma, prev, rb_link, rb_parent); -diff --git a/mm/nommu.c b/mm/nommu.c -index 17c00d93de2e..4bcdf9448dd0 100644 ---- a/mm/nommu.c -+++ b/mm/nommu.c -@@ -641,7 +641,7 @@ static void __put_nommu_region(struct vm_region *region) - up_write(&nommu_region_sem); - - if (region->vm_file) -- fput(region->vm_file); -+ vmr_fput(region); - - /* IO memory and memory shared directly out of the pagecache - * from ramfs/tmpfs mustn't be released here */ -@@ -799,7 +799,7 @@ static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma) - if (vma->vm_ops && vma->vm_ops->close) - vma->vm_ops->close(vma); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - put_nommu_region(vma->vm_region); - kmem_cache_free(vm_area_cachep, vma); - } -@@ -1321,7 +1321,7 @@ unsigned long do_mmap(struct file *file, - goto error_just_free; - } - } -- fput(region->vm_file); -+ vmr_fput(region); - kmem_cache_free(vm_region_jar, region); - region = pregion; - result = start; -@@ -1396,10 +1396,10 @@ unsigned long do_mmap(struct file *file, - up_write(&nommu_region_sem); - error: - if (region->vm_file) -- fput(region->vm_file); -+ vmr_fput(region); - kmem_cache_free(vm_region_jar, region); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - kmem_cache_free(vm_area_cachep, vma); - return ret; - -diff --git a/mm/prfile.c b/mm/prfile.c -new file mode 100644 -index 000000000000..3f5666999b7c ---- /dev/null -+++ b/mm/prfile.c -@@ -0,0 +1,86 @@ -+/* -+ * SPDX-License-Identifier: GPL-2.0 -+ * Mainly for aufs which mmap(2) different file and wants to print different -+ * path in /proc/PID/maps. -+ * Call these functions via macros defined in linux/mm.h. -+ * -+ * See Documentation/filesystems/aufs/design/06mmap.txt -+ * -+ * Copyright (c) 2014-2017 Junjro R. Okajima -+ * Copyright (c) 2014 Ian Campbell -+ */ -+ -+#include -+#include -+#include -+ -+/* #define PRFILE_TRACE */ -+static inline void prfile_trace(struct file *f, struct file *pr, -+ const char func[], int line, const char func2[]) -+{ -+#ifdef PRFILE_TRACE -+ if (pr) -+ pr_info("%s:%d: %s, %pD2\n", func, line, func2, f); -+#endif -+} -+ -+void vma_do_file_update_time(struct vm_area_struct *vma, const char func[], -+ int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ file_update_time(f); -+ if (f && pr) -+ file_update_time(pr); -+} -+ -+struct file *vma_do_pr_or_file(struct vm_area_struct *vma, const char func[], -+ int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ return (f && pr) ? pr : f; -+} -+ -+void vma_do_get_file(struct vm_area_struct *vma, const char func[], int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ get_file(f); -+ if (f && pr) -+ get_file(pr); -+} -+ -+void vma_do_fput(struct vm_area_struct *vma, const char func[], int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ fput(f); -+ if (f && pr) -+ fput(pr); -+} -+ -+#ifndef CONFIG_MMU -+struct file *vmr_do_pr_or_file(struct vm_region *region, const char func[], -+ int line) -+{ -+ struct file *f = region->vm_file, *pr = region->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ return (f && pr) ? pr : f; -+} -+ -+void vmr_do_fput(struct vm_region *region, const char func[], int line) -+{ -+ struct file *f = region->vm_file, *pr = region->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ fput(f); -+ if (f && pr) -+ fput(pr); -+} -+#endif /* !CONFIG_MMU */ diff --git a/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-include-vmalloc.patch b/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-include-vmalloc.patch deleted file mode 100644 index 0c41364733..0000000000 --- a/kernel/tools/perf/files/patches/mageia_4_14/fs-aufs-include-vmalloc.patch +++ /dev/null @@ -1,27 +0,0 @@ - -arm build fails with: - -n file included from fs/aufs/aufs.h:31:0, - from fs/aufs/module.c:11: -fs/aufs/file.h: In function 'au_do_vm_file_reset': -fs/aufs/file.h:273:9: error: dereferencing pointer to incomplete type 'struct vm_area_struct' - f = vma->vm_file; - ^ - -on x86(64) we seem to get covered by implict inclusion. - -So explicitly include it to avoid subtle breakage - -Signed-off-by: Thomas Backlund ---- - ---- ./fs/aufs/file.h.orig -+++ ./fs/aufs/file.h -@@ -15,6 +15,7 @@ - #include - #include - #include -+#include - #include "rwsem.h" - - struct au_branch; diff --git a/kernel/tools/perf/files/patches/mageia_4_19/fs-aufs-4.19-modular.patch b/kernel/tools/perf/files/patches/mageia_4_19/fs-aufs-4.19-modular.patch deleted file mode 100644 index 05bd0189c3..0000000000 --- a/kernel/tools/perf/files/patches/mageia_4_19/fs-aufs-4.19-modular.patch +++ /dev/null @@ -1,404 +0,0 @@ - - fs/aufs/Kconfig | 2 +- - fs/dcache.c | 2 ++ - fs/exec.c | 1 + - fs/fcntl.c | 1 + - fs/file_table.c | 3 +++ - fs/inode.c | 1 + - fs/namespace.c | 2 ++ - fs/notify/group.c | 4 ++++ - fs/notify/mark.c | 3 +++ - fs/open.c | 1 + - fs/read_write.c | 4 ++++ - fs/splice.c | 2 ++ - fs/sync.c | 1 + - fs/xattr.c | 1 + - kernel/task_work.c | 1 + - security/commoncap.c | 2 ++ - security/device_cgroup.c | 2 ++ - security/security.c | 10 ++++++++++ - 18 files changed, 42 insertions(+), 1 deletion(-) - -diff -Nurp linux-4.19.1-aufs/fs/aufs/Kconfig linux-4.19.1-aufs-mod/fs/aufs/Kconfig ---- linux-4.19.1-aufs/fs/aufs/Kconfig 2018-11-05 20:06:43.402301839 +0200 -+++ linux-4.19.1-aufs-mod/fs/aufs/Kconfig 2018-11-05 20:08:19.014106701 +0200 -@@ -1,6 +1,6 @@ - # SPDX-License-Identifier: GPL-2.0 - config AUFS_FS -- bool "Aufs (Advanced multi layered unification filesystem) support" -+ tristate "Aufs (Advanced multi layered unification filesystem) support" - help - Aufs is a stackable unification filesystem such as Unionfs, - which unifies several directories and provides a merged single -diff -Nurp linux-4.19.1-aufs/fs/dcache.c linux-4.19.1-aufs-mod/fs/dcache.c ---- linux-4.19.1-aufs/fs/dcache.c 2018-11-05 20:06:43.409301971 +0200 -+++ linux-4.19.1-aufs-mod/fs/dcache.c 2018-11-05 20:08:19.014106701 +0200 -@@ -1343,6 +1343,7 @@ rename_retry: - seq = 1; - goto again; - } -+EXPORT_SYMBOL_GPL(d_walk); - - struct check_mount { - struct vfsmount *mnt; -@@ -2837,6 +2838,7 @@ void d_exchange(struct dentry *dentry1, - - write_sequnlock(&rename_lock); - } -+EXPORT_SYMBOL_GPL(d_exchange); - - /** - * d_ancestor - search for an ancestor -diff -Nurp linux-4.19.1-aufs/fs/exec.c linux-4.19.1-aufs-mod/fs/exec.c ---- linux-4.19.1-aufs/fs/exec.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/fs/exec.c 2018-11-05 20:08:19.014106701 +0200 -@@ -109,6 +109,7 @@ bool path_noexec(const struct path *path - return (path->mnt->mnt_flags & MNT_NOEXEC) || - (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); - } -+EXPORT_SYMBOL_GPL(path_noexec); - - #ifdef CONFIG_USELIB - /* -diff -Nurp linux-4.19.1-aufs/fs/fcntl.c linux-4.19.1-aufs-mod/fs/fcntl.c ---- linux-4.19.1-aufs/fs/fcntl.c 2018-11-05 20:06:43.409301971 +0200 -+++ linux-4.19.1-aufs-mod/fs/fcntl.c 2018-11-05 20:08:19.015106720 +0200 -@@ -85,6 +85,7 @@ int setfl(int fd, struct file * filp, un - out: - return error; - } -+EXPORT_SYMBOL_GPL(setfl); - - static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, - int force) -diff -Nurp linux-4.19.1-aufs/fs/file_table.c linux-4.19.1-aufs-mod/fs/file_table.c ---- linux-4.19.1-aufs/fs/file_table.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/fs/file_table.c 2018-11-05 21:04:47.298905524 +0200 -@@ -161,6 +161,7 @@ over: - } - return ERR_PTR(-ENFILE); - } -+EXPORT_SYMBOL_GPL(alloc_empty_file); - - /* - * Variant of alloc_empty_file() that doesn't check and modify nr_files. -@@ -323,6 +324,7 @@ void flush_delayed_fput(void) - { - delayed_fput(NULL); - } -+EXPORT_SYMBOL_GPL(flush_delayed_fput); - - static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput); - -@@ -365,6 +367,7 @@ void __fput_sync(struct file *file) - } - - EXPORT_SYMBOL(fput); -+EXPORT_SYMBOL_GPL(__fput_sync); - - void __init files_init(void) - { -diff -Nurp linux-4.19.1-aufs/fs/inode.c linux-4.19.1-aufs-mod/fs/inode.c ---- linux-4.19.1-aufs/fs/inode.c 2018-11-05 20:06:43.409301971 +0200 -+++ linux-4.19.1-aufs-mod/fs/inode.c 2018-11-05 20:08:19.015106720 +0200 -@@ -1666,6 +1666,7 @@ int update_time(struct inode *inode, str - - return update_time(inode, time, flags); - } -+EXPORT_SYMBOL_GPL(update_time); - - /** - * touch_atime - update the access time -diff -Nurp linux-4.19.1-aufs/fs/namespace.c linux-4.19.1-aufs-mod/fs/namespace.c ---- linux-4.19.1-aufs/fs/namespace.c 2018-11-05 20:06:43.410301989 +0200 -+++ linux-4.19.1-aufs-mod/fs/namespace.c 2018-11-05 20:08:19.015106720 +0200 -@@ -437,6 +437,7 @@ void __mnt_drop_write(struct vfsmount *m - mnt_dec_writers(real_mount(mnt)); - preempt_enable(); - } -+EXPORT_SYMBOL_GPL(__mnt_drop_write); - - /** - * mnt_drop_write - give up write access to a mount -@@ -1832,6 +1833,7 @@ int iterate_mounts(int (*f)(struct vfsmo - } - return 0; - } -+EXPORT_SYMBOL_GPL(iterate_mounts); - - static void cleanup_group_ids(struct mount *mnt, struct mount *end) - { -diff -Nurp linux-4.19.1-aufs/fs/notify/group.c linux-4.19.1-aufs-mod/fs/notify/group.c ---- linux-4.19.1-aufs/fs/notify/group.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/fs/notify/group.c 2018-11-05 20:09:24.538349333 +0200 -@@ -23,6 +23,7 @@ - #include - #include - #include -+#include - - #include - #include "fsnotify.h" -@@ -112,6 +113,7 @@ void fsnotify_get_group(struct fsnotify_ - { - refcount_inc(&group->refcnt); - } -+EXPORT_SYMBOL_GPL(fsnotify_get_group); - - /* - * Drop a reference to a group. Free it if it's through. -@@ -121,6 +123,7 @@ void fsnotify_put_group(struct fsnotify_ - if (refcount_dec_and_test(&group->refcnt)) - fsnotify_final_destroy_group(group); - } -+EXPORT_SYMBOL_GPL(fsnotify_put_group); - - /* - * Create a new fsnotify_group and hold a reference for the group returned. -@@ -150,6 +153,7 @@ struct fsnotify_group *fsnotify_alloc_gr - - return group; - } -+EXPORT_SYMBOL_GPL(fsnotify_alloc_group); - - int fsnotify_fasync(int fd, struct file *file, int on) - { -diff -Nurp linux-4.19.1-aufs/fs/notify/mark.c linux-4.19.1-aufs-mod/fs/notify/mark.c ---- linux-4.19.1-aufs/fs/notify/mark.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/fs/notify/mark.c 2018-11-05 20:53:39.635340341 +0200 -@@ -125,6 +125,7 @@ __u32 fsnotify_conn_mask(struct fsnotify - - return *fsnotify_conn_mask_p(conn); - } -+EXPORT_SYMBOL_GPL(fsnotify_put_mark); - - static void __fsnotify_recalc_mask(struct fsnotify_mark_connector *conn) - { -@@ -289,6 +290,7 @@ static bool fsnotify_get_mark_safe(struc - } - return false; - } -+EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); - - /* - * Puts marks and wakes up group destruction if necessary. -@@ -572,6 +574,7 @@ out_err: - spin_unlock(&mark->lock); - return err; - } -+EXPORT_SYMBOL_GPL(fsnotify_init_mark); - - /* - * Attach an initialized mark to a given group and fs object. -diff -Nurp linux-4.19.1-aufs/fs/open.c linux-4.19.1-aufs-mod/fs/open.c ---- linux-4.19.1-aufs/fs/open.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/fs/open.c 2018-11-05 20:55:37.785556160 +0200 -@@ -64,6 +64,7 @@ int do_truncate(struct dentry *dentry, l - inode_unlock(dentry->d_inode); - return ret; - } -+EXPORT_SYMBOL_GPL(do_truncate); - - long vfs_truncate(const struct path *path, loff_t length) - { -diff -Nurp linux-4.19.1-aufs/fs/read_write.c linux-4.19.1-aufs-mod/fs/read_write.c ---- linux-4.19.1-aufs/fs/read_write.c 2018-11-05 20:06:43.410301989 +0200 -+++ linux-4.19.1-aufs-mod/fs/read_write.c 2018-11-05 20:08:19.016106739 +0200 -@@ -459,6 +459,7 @@ ssize_t vfs_read(struct file *file, char - - return ret; - } -+EXPORT_SYMBOL_GPL(vfs_read); - - static ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos) - { -@@ -499,6 +500,7 @@ vfs_readf_t vfs_readf(struct file *file) - return new_sync_read; - return ERR_PTR(-ENOSYS); - } -+EXPORT_SYMBOL_GPL(vfs_readf); - - vfs_writef_t vfs_writef(struct file *file) - { -@@ -510,6 +512,7 @@ vfs_writef_t vfs_writef(struct file *fil - return new_sync_write; - return ERR_PTR(-ENOSYS); - } -+EXPORT_SYMBOL_GPL(vfs_writef); - - ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) - { -@@ -579,6 +582,7 @@ ssize_t vfs_write(struct file *file, con - - return ret; - } -+EXPORT_SYMBOL_GPL(vfs_write); - - static inline loff_t file_pos_read(struct file *file) - { -diff -Nurp linux-4.19.1-aufs/fs/splice.c linux-4.19.1-aufs-mod/fs/splice.c ---- linux-4.19.1-aufs/fs/splice.c 2018-11-05 20:06:43.410301989 +0200 -+++ linux-4.19.1-aufs-mod/fs/splice.c 2018-11-05 20:08:19.016106739 +0200 -@@ -851,6 +851,7 @@ long do_splice_from(struct pipe_inode_in - - return splice_write(pipe, out, ppos, len, flags); - } -+EXPORT_SYMBOL_GPL(do_splice_from); - - /* - * Attempt to initiate a splice from a file to a pipe. -@@ -880,6 +881,7 @@ long do_splice_to(struct file *in, loff_ - - return splice_read(in, ppos, pipe, len, flags); - } -+EXPORT_SYMBOL_GPL(do_splice_to); - - /** - * splice_direct_to_actor - splices data directly between two non-pipes -diff -Nurp linux-4.19.1-aufs/fs/sync.c linux-4.19.1-aufs-mod/fs/sync.c ---- linux-4.19.1-aufs/fs/sync.c 2018-11-05 20:06:43.410301989 +0200 -+++ linux-4.19.1-aufs-mod/fs/sync.c 2018-11-05 20:08:19.016106739 +0200 -@@ -39,6 +39,7 @@ int __sync_filesystem(struct super_block - sb->s_op->sync_fs(sb, wait); - return __sync_blockdev(sb->s_bdev, wait); - } -+EXPORT_SYMBOL_GPL(__sync_filesystem); - - /* - * Write out and wait upon all dirty data associated with this -diff -Nurp linux-4.19.1-aufs/fs/xattr.c linux-4.19.1-aufs-mod/fs/xattr.c ---- linux-4.19.1-aufs/fs/xattr.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/fs/xattr.c 2018-11-05 20:08:19.016106739 +0200 -@@ -295,6 +295,7 @@ vfs_getxattr_alloc(struct dentry *dentry - *xattr_value = value; - return error; - } -+EXPORT_SYMBOL_GPL(vfs_getxattr_alloc); - - ssize_t - __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, -diff -Nurp linux-4.19.1-aufs/kernel/task_work.c linux-4.19.1-aufs-mod/kernel/task_work.c ---- linux-4.19.1-aufs/kernel/task_work.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/kernel/task_work.c 2018-11-05 20:08:19.017106758 +0200 -@@ -116,3 +116,4 @@ void task_work_run(void) - } while (work); - } - } -+EXPORT_SYMBOL_GPL(task_work_run); -diff -Nurp linux-4.19.1-aufs/security/commoncap.c linux-4.19.1-aufs-mod/security/commoncap.c ---- linux-4.19.1-aufs/security/commoncap.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/security/commoncap.c 2018-11-05 20:08:19.017106758 +0200 -@@ -1336,12 +1336,14 @@ int cap_mmap_addr(unsigned long addr) - } - return ret; - } -+EXPORT_SYMBOL_GPL(cap_mmap_addr); - - int cap_mmap_file(struct file *file, unsigned long reqprot, - unsigned long prot, unsigned long flags) - { - return 0; - } -+EXPORT_SYMBOL_GPL(cap_mmap_file); - - #ifdef CONFIG_SECURITY - -diff -Nurp linux-4.19.1-aufs/security/device_cgroup.c linux-4.19.1-aufs-mod/security/device_cgroup.c ---- linux-4.19.1-aufs/security/device_cgroup.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/security/device_cgroup.c 2018-11-05 20:08:19.017106758 +0200 -@@ -8,6 +8,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -824,3 +825,4 @@ int __devcgroup_check_permission(short t - - return 0; - } -+EXPORT_SYMBOL_GPL(__devcgroup_check_permission); -diff -Nurp linux-4.19.1-aufs/security/security.c linux-4.19.1-aufs-mod/security/security.c ---- linux-4.19.1-aufs/security/security.c 2018-10-22 09:37:37.000000000 +0300 -+++ linux-4.19.1-aufs-mod/security/security.c 2018-11-05 20:08:19.017106758 +0200 -@@ -542,6 +542,7 @@ int security_path_rmdir(const struct pat - return 0; - return call_int_hook(path_rmdir, 0, dir, dentry); - } -+EXPORT_SYMBOL_GPL(security_path_rmdir); - - int security_path_unlink(const struct path *dir, struct dentry *dentry) - { -@@ -558,6 +559,7 @@ int security_path_symlink(const struct p - return 0; - return call_int_hook(path_symlink, 0, dir, dentry, old_name); - } -+EXPORT_SYMBOL_GPL(security_path_symlink); - - int security_path_link(struct dentry *old_dentry, const struct path *new_dir, - struct dentry *new_dentry) -@@ -566,6 +568,7 @@ int security_path_link(struct dentry *ol - return 0; - return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); - } -+EXPORT_SYMBOL_GPL(security_path_link); - - int security_path_rename(const struct path *old_dir, struct dentry *old_dentry, - const struct path *new_dir, struct dentry *new_dentry, -@@ -593,6 +596,7 @@ int security_path_truncate(const struct - return 0; - return call_int_hook(path_truncate, 0, path); - } -+EXPORT_SYMBOL_GPL(security_path_truncate); - - int security_path_chmod(const struct path *path, umode_t mode) - { -@@ -600,6 +604,7 @@ int security_path_chmod(const struct pat - return 0; - return call_int_hook(path_chmod, 0, path, mode); - } -+EXPORT_SYMBOL_GPL(security_path_chmod); - - int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid) - { -@@ -607,6 +612,7 @@ int security_path_chown(const struct pat - return 0; - return call_int_hook(path_chown, 0, path, uid, gid); - } -+EXPORT_SYMBOL_GPL(security_path_chown); - - int security_path_chroot(const struct path *path) - { -@@ -692,6 +698,7 @@ int security_inode_readlink(struct dentr - return 0; - return call_int_hook(inode_readlink, 0, dentry); - } -+EXPORT_SYMBOL_GPL(security_inode_readlink); - - int security_inode_follow_link(struct dentry *dentry, struct inode *inode, - bool rcu) -@@ -707,6 +714,7 @@ int security_inode_permission(struct ino - return 0; - return call_int_hook(inode_permission, 0, inode, mask); - } -+EXPORT_SYMBOL_GPL(security_inode_permission); - - int security_inode_setattr(struct dentry *dentry, struct iattr *attr) - { -@@ -878,6 +886,7 @@ int security_file_permission(struct file - - return fsnotify_perm(file, mask); - } -+EXPORT_SYMBOL_GPL(security_file_permission); - - int security_file_alloc(struct file *file) - { -@@ -937,6 +946,7 @@ int security_mmap_file(struct file *file - return ret; - return ima_file_mmap(file, prot); - } -+EXPORT_SYMBOL_GPL(security_mmap_file); - - int security_mmap_addr(unsigned long addr) - { diff --git a/kernel/tools/perf/files/patches/mageia_4_19/fs-aufs-4.19.patch b/kernel/tools/perf/files/patches/mageia_4_19/fs-aufs-4.19.patch deleted file mode 100644 index 5f947e7194..0000000000 --- a/kernel/tools/perf/files/patches/mageia_4_19/fs-aufs-4.19.patch +++ /dev/null @@ -1,37882 +0,0 @@ - Documentation/ABI/testing/debugfs-aufs | 55 + - Documentation/ABI/testing/sysfs-aufs | 31 + - Documentation/filesystems/aufs/README | 394 ++++ - Documentation/filesystems/aufs/design/01intro.txt | 158 ++ - Documentation/filesystems/aufs/design/02struct.txt | 245 +++ - .../filesystems/aufs/design/03atomic_open.txt | 72 + - Documentation/filesystems/aufs/design/03lookup.txt | 100 ++ - Documentation/filesystems/aufs/design/04branch.txt | 61 + - .../filesystems/aufs/design/05wbr_policy.txt | 51 + - Documentation/filesystems/aufs/design/06dirren.dot | 31 + - Documentation/filesystems/aufs/design/06dirren.txt | 89 + - Documentation/filesystems/aufs/design/06fhsm.txt | 105 ++ - Documentation/filesystems/aufs/design/06mmap.txt | 59 + - Documentation/filesystems/aufs/design/06xattr.txt | 81 + - Documentation/filesystems/aufs/design/07export.txt | 45 + - Documentation/filesystems/aufs/design/08shwh.txt | 39 + - Documentation/filesystems/aufs/design/10dynop.txt | 34 + - MAINTAINERS | 13 + - drivers/block/loop.c | 18 + - fs/Kconfig | 1 + - fs/Makefile | 1 + - fs/aufs/Kconfig | 199 +++ - fs/aufs/Makefile | 38 + - fs/aufs/aufs.h | 49 + - fs/aufs/branch.c | 1409 +++++++++++++++ - fs/aufs/branch.h | 354 ++++ - fs/aufs/cpup.c | 1431 +++++++++++++++ - fs/aufs/cpup.h | 87 + - fs/aufs/dbgaufs.c | 506 ++++++ - fs/aufs/dbgaufs.h | 40 + - fs/aufs/dcsub.c | 212 +++ - fs/aufs/dcsub.h | 124 ++ - fs/aufs/debug.c | 427 +++++ - fs/aufs/debug.h | 213 +++ - fs/aufs/dentry.c | 1140 ++++++++++++ - fs/aufs/dentry.h | 254 +++ - fs/aufs/dinfo.c | 541 ++++++ - fs/aufs/dir.c | 749 ++++++++ - fs/aufs/dir.h | 119 ++ - fs/aufs/dirren.c | 1303 ++++++++++++++ - fs/aufs/dirren.h | 127 ++ - fs/aufs/dynop.c | 357 ++++ - fs/aufs/dynop.h | 62 + - fs/aufs/export.c | 825 +++++++++ - fs/aufs/f_op.c | 806 +++++++++ - fs/aufs/fhsm.c | 413 +++++ - fs/aufs/file.c | 850 +++++++++ - fs/aufs/file.h | 328 ++++ - fs/aufs/finfo.c | 136 ++ - fs/aufs/fstype.h | 388 ++++ - fs/aufs/hbl.h | 52 + - fs/aufs/hfsnotify.c | 276 +++ - fs/aufs/hfsplus.c | 47 + - fs/aufs/hnotify.c | 707 ++++++++ - fs/aufs/i_op.c | 1493 ++++++++++++++++ - fs/aufs/i_op_add.c | 922 ++++++++++ - fs/aufs/i_op_del.c | 499 ++++++ - fs/aufs/i_op_ren.c | 1236 +++++++++++++ - fs/aufs/iinfo.c | 273 +++ - fs/aufs/inode.c | 515 ++++++ - fs/aufs/inode.h | 683 +++++++ - fs/aufs/ioctl.c | 207 +++ - fs/aufs/lcnt.h | 173 ++ - fs/aufs/loop.c | 135 ++ - fs/aufs/loop.h | 40 + - fs/aufs/magic.mk | 31 + - fs/aufs/module.c | 259 +++ - fs/aufs/module.h | 89 + - fs/aufs/mvdown.c | 692 ++++++++ - fs/aufs/opts.c | 1864 +++++++++++++++++++ - fs/aufs/opts.h | 212 +++ - fs/aufs/plink.c | 503 ++++++ - fs/aufs/poll.c | 38 + - fs/aufs/posix_acl.c | 90 + - fs/aufs/procfs.c | 158 ++ - fs/aufs/rdu.c | 369 ++++ - fs/aufs/rwsem.h | 60 + - fs/aufs/sbinfo.c | 300 ++++ - fs/aufs/super.c | 1035 +++++++++++ - fs/aufs/super.h | 576 ++++++ - fs/aufs/sysaufs.c | 80 + - fs/aufs/sysaufs.h | 89 + - fs/aufs/sysfs.c | 337 ++++ - fs/aufs/sysrq.c | 147 ++ - fs/aufs/vdir.c | 882 +++++++++ - fs/aufs/vfsub.c | 889 +++++++++ - fs/aufs/vfsub.h | 342 ++++ - fs/aufs/wbr_policy.c | 817 +++++++++ - fs/aufs/whout.c | 1049 +++++++++++ - fs/aufs/whout.h | 73 + - fs/aufs/wkq.c | 379 ++++ - fs/aufs/wkq.h | 76 + - fs/aufs/xattr.c | 343 ++++ - fs/aufs/xino.c | 1877 ++++++++++++++++++++ - fs/dcache.c | 2 +- - fs/fcntl.c | 4 +- - fs/inode.c | 2 +- - fs/namespace.c | 6 + - fs/proc/base.c | 2 +- - fs/proc/nommu.c | 5 +- - fs/proc/task_mmu.c | 7 +- - fs/proc/task_nommu.c | 5 +- - fs/read_write.c | 22 + - fs/splice.c | 10 +- - fs/sync.c | 2 +- - include/linux/fs.h | 10 + - include/linux/lockdep.h | 3 + - include/linux/mm.h | 22 + - include/linux/mm_types.h | 2 + - include/linux/mnt_namespace.h | 3 + - include/linux/splice.h | 6 + - include/uapi/linux/aufs_type.h | 435 +++++ - kernel/fork.c | 2 +- - kernel/locking/lockdep.c | 3 +- - mm/Makefile | 2 +- - mm/filemap.c | 2 +- - mm/mmap.c | 33 +- - mm/nommu.c | 8 +- - mm/prfile.c | 86 + - 119 files changed, 36738 insertions(+), 30 deletions(-) - -diff --git a/Documentation/ABI/testing/debugfs-aufs b/Documentation/ABI/testing/debugfs-aufs -new file mode 100644 -index 000000000000..4a6694194ba6 ---- /dev/null -+++ b/Documentation/ABI/testing/debugfs-aufs -@@ -0,0 +1,55 @@ -+What: /debug/aufs/si_/ -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ Under /debug/aufs, a directory named si_ is created -+ per aufs mount, where is a unique id generated -+ internally. -+ -+What: /debug/aufs/si_/plink -+Date: Apr 2013 -+Contact: J. R. Okajima -+Description: -+ It has three lines and shows the information about the -+ pseudo-link. The first line is a single number -+ representing a number of buckets. The second line is a -+ number of pseudo-links per buckets (separated by a -+ blank). The last line is a single number representing a -+ total number of psedo-links. -+ When the aufs mount option 'noplink' is specified, it -+ will show "1\n0\n0\n". -+ -+What: /debug/aufs/si_/xib -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xib (External Inode Number -+ Bitmap), its block size and file size. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -+ -+What: /debug/aufs/si_/xi0, xi1 ... xiN and xiN-N -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xino (External Inode Number -+ Translation Table), its link count, block size and file -+ size. -+ Due to the file size limit, there may exist multiple -+ xino files per branch. In this case, "-N" is added to -+ the filename and it corresponds to the index of the -+ internal xino array. "-0" is omitted. -+ When the aufs mount option 'noxino' is specified, Those -+ entries won't exist. About XINO files, see the aufs -+ manual. -+ -+What: /debug/aufs/si_/xigen -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the consumed blocks by xigen (External Inode -+ Generation Table), its block size and file size. -+ If CONFIG_AUFS_EXPORT is disabled, this entry will not -+ be created. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -diff --git a/Documentation/ABI/testing/sysfs-aufs b/Documentation/ABI/testing/sysfs-aufs -new file mode 100644 -index 000000000000..82f9518495ea ---- /dev/null -+++ b/Documentation/ABI/testing/sysfs-aufs -@@ -0,0 +1,31 @@ -+What: /sys/fs/aufs/si_/ -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ Under /sys/fs/aufs, a directory named si_ is created -+ per aufs mount, where is a unique id generated -+ internally. -+ -+What: /sys/fs/aufs/si_/br0, br1 ... brN -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the abolute path of a member directory (which -+ is called branch) in aufs, and its permission. -+ -+What: /sys/fs/aufs/si_/brid0, brid1 ... bridN -+Date: July 2013 -+Contact: J. R. Okajima -+Description: -+ It shows the id of a member directory (which is called -+ branch) in aufs. -+ -+What: /sys/fs/aufs/si_/xi_path -+Date: March 2009 -+Contact: J. R. Okajima -+Description: -+ It shows the abolute path of XINO (External Inode Number -+ Bitmap, Translation Table and Generation Table) file -+ even if it is the default path. -+ When the aufs mount option 'noxino' is specified, it -+ will be empty. About XINO files, see the aufs manual. -diff --git a/Documentation/filesystems/aufs/README b/Documentation/filesystems/aufs/README -new file mode 100644 -index 000000000000..79eb50ae06bd ---- /dev/null -+++ b/Documentation/filesystems/aufs/README -@@ -0,0 +1,394 @@ -+ -+Aufs4 -- advanced multi layered unification filesystem version 4.x -+http://aufs.sf.net -+Junjiro R. Okajima -+ -+ -+0. Introduction -+---------------------------------------- -+In the early days, aufs was entirely re-designed and re-implemented -+Unionfs Version 1.x series. Adding many original ideas, approaches, -+improvements and implementations, it becomes totally different from -+Unionfs while keeping the basic features. -+Recently, Unionfs Version 2.x series begin taking some of the same -+approaches to aufs1's. -+Unionfs is being developed by Professor Erez Zadok at Stony Brook -+University and his team. -+ -+Aufs4 supports linux-4.0 and later, and for linux-3.x series try aufs3. -+If you want older kernel version support, try aufs2-2.6.git or -+aufs2-standalone.git repository, aufs1 from CVS on SourceForge. -+ -+Note: it becomes clear that "Aufs was rejected. Let's give it up." -+ According to Christoph Hellwig, linux rejects all union-type -+ filesystems but UnionMount. -+ -+ -+PS. Al Viro seems have a plan to merge aufs as well as overlayfs and -+ UnionMount, and he pointed out an issue around a directory mutex -+ lock and aufs addressed it. But it is still unsure whether aufs will -+ be merged (or any other union solution). -+ -+ -+ -+1. Features -+---------------------------------------- -+- unite several directories into a single virtual filesystem. The member -+ directory is called as a branch. -+- you can specify the permission flags to the branch, which are 'readonly', -+ 'readwrite' and 'whiteout-able.' -+- by upper writable branch, internal copyup and whiteout, files/dirs on -+ readonly branch are modifiable logically. -+- dynamic branch manipulation, add, del. -+- etc... -+ -+Also there are many enhancements in aufs, such as: -+- test only the highest one for the directory permission (dirperm1) -+- copyup on open (coo=) -+- 'move' policy for copy-up between two writable branches, after -+ checking free space. -+- xattr, acl -+- readdir(3) in userspace. -+- keep inode number by external inode number table -+- keep the timestamps of file/dir in internal copyup operation -+- seekable directory, supporting NFS readdir. -+- whiteout is hardlinked in order to reduce the consumption of inodes -+ on branch -+- do not copyup, nor create a whiteout when it is unnecessary -+- revert a single systemcall when an error occurs in aufs -+- remount interface instead of ioctl -+- maintain /etc/mtab by an external command, /sbin/mount.aufs. -+- loopback mounted filesystem as a branch -+- kernel thread for removing the dir who has a plenty of whiteouts -+- support copyup sparse file (a file which has a 'hole' in it) -+- default permission flags for branches -+- selectable permission flags for ro branch, whether whiteout can -+ exist or not -+- export via NFS. -+- support /fs/aufs and /aufs. -+- support multiple writable branches, some policies to select one -+ among multiple writable branches. -+- a new semantics for link(2) and rename(2) to support multiple -+ writable branches. -+- no glibc changes are required. -+- pseudo hardlink (hardlink over branches) -+- allow a direct access manually to a file on branch, e.g. bypassing aufs. -+ including NFS or remote filesystem branch. -+- userspace wrapper for pathconf(3)/fpathconf(3) with _PC_LINK_MAX. -+- and more... -+ -+Currently these features are dropped temporary from aufs4. -+See design/08plan.txt in detail. -+- nested mount, i.e. aufs as readonly no-whiteout branch of another aufs -+ (robr) -+- statistics of aufs thread (/sys/fs/aufs/stat) -+ -+Features or just an idea in the future (see also design/*.txt), -+- reorder the branch index without del/re-add. -+- permanent xino files for NFSD -+- an option for refreshing the opened files after add/del branches -+- light version, without branch manipulation. (unnecessary?) -+- copyup in userspace -+- inotify in userspace -+- readv/writev -+ -+ -+2. Download -+---------------------------------------- -+There are three GIT trees for aufs4, aufs4-linux.git, -+aufs4-standalone.git, and aufs-util.git. Note that there is no "4" in -+"aufs-util.git." -+While the aufs-util is always necessary, you need either of aufs4-linux -+or aufs4-standalone. -+ -+The aufs4-linux tree includes the whole linux mainline GIT tree, -+git://git.kernel.org/.../torvalds/linux.git. -+And you cannot select CONFIG_AUFS_FS=m for this version, eg. you cannot -+build aufs4 as an external kernel module. -+Several extra patches are not included in this tree. Only -+aufs4-standalone tree contains them. They are described in the later -+section "Configuration and Compilation." -+ -+On the other hand, the aufs4-standalone tree has only aufs source files -+and necessary patches, and you can select CONFIG_AUFS_FS=m. -+But you need to apply all aufs patches manually. -+ -+You will find GIT branches whose name is in form of "aufs4.x" where "x" -+represents the linux kernel version, "linux-4.x". For instance, -+"aufs4.0" is for linux-4.0. For latest "linux-4.x-rcN", use -+"aufs4.x-rcN" branch. -+ -+o aufs4-linux tree -+$ git clone --reference /your/linux/git/tree \ -+ git://github.com/sfjro/aufs4-linux.git aufs4-linux.git -+- if you don't have linux GIT tree, then remove "--reference ..." -+$ cd aufs4-linux.git -+$ git checkout origin/aufs4.0 -+ -+Or You may want to directly git-pull aufs into your linux GIT tree, and -+leave the patch-work to GIT. -+$ cd /your/linux/git/tree -+$ git remote add aufs4 git://github.com/sfjro/aufs4-linux.git -+$ git fetch aufs4 -+$ git checkout -b my4.0 v4.0 -+$ (add your local change...) -+$ git pull aufs4 aufs4.0 -+- now you have v4.0 + your_changes + aufs4.0 in you my4.0 branch. -+- you may need to solve some conflicts between your_changes and -+ aufs4.0. in this case, git-rerere is recommended so that you can -+ solve the similar conflicts automatically when you upgrade to 4.1 or -+ later in the future. -+ -+o aufs4-standalone tree -+$ git clone git://github.com/sfjro/aufs4-standalone.git aufs4-standalone.git -+$ cd aufs4-standalone.git -+$ git checkout origin/aufs4.0 -+ -+o aufs-util tree -+$ git clone git://git.code.sf.net/p/aufs/aufs-util aufs-util.git -+- note that the public aufs-util.git is on SourceForge instead of -+ GitHUB. -+$ cd aufs-util.git -+$ git checkout origin/aufs4.0 -+ -+Note: The 4.x-rcN branch is to be used with `rc' kernel versions ONLY. -+The minor version number, 'x' in '4.x', of aufs may not always -+follow the minor version number of the kernel. -+Because changes in the kernel that cause the use of a new -+minor version number do not always require changes to aufs-util. -+ -+Since aufs-util has its own minor version number, you may not be -+able to find a GIT branch in aufs-util for your kernel's -+exact minor version number. -+In this case, you should git-checkout the branch for the -+nearest lower number. -+ -+For (an unreleased) example: -+If you are using "linux-4.10" and the "aufs4.10" branch -+does not exist in aufs-util repository, then "aufs4.9", "aufs4.8" -+or something numerically smaller is the branch for your kernel. -+ -+Also you can view all branches by -+ $ git branch -a -+ -+ -+3. Configuration and Compilation -+---------------------------------------- -+Make sure you have git-checkout'ed the correct branch. -+ -+For aufs4-linux tree, -+- enable CONFIG_AUFS_FS. -+- set other aufs configurations if necessary. -+ -+For aufs4-standalone tree, -+There are several ways to build. -+ -+1. -+- apply ./aufs4-kbuild.patch to your kernel source files. -+- apply ./aufs4-base.patch too. -+- apply ./aufs4-mmap.patch too. -+- apply ./aufs4-standalone.patch too, if you have a plan to set -+ CONFIG_AUFS_FS=m. otherwise you don't need ./aufs4-standalone.patch. -+- copy ./{Documentation,fs,include/uapi/linux/aufs_type.h} files to your -+ kernel source tree. Never copy $PWD/include/uapi/linux/Kbuild. -+- enable CONFIG_AUFS_FS, you can select either -+ =m or =y. -+- and build your kernel as usual. -+- install the built kernel. -+ Note: Since linux-3.9, every filesystem module requires an alias -+ "fs-". You should make sure that "fs-aufs" is listed in your -+ modules.aliases file if you set CONFIG_AUFS_FS=m. -+- install the header files too by "make headers_install" to the -+ directory where you specify. By default, it is $PWD/usr. -+ "make help" shows a brief note for headers_install. -+- and reboot your system. -+ -+2. -+- module only (CONFIG_AUFS_FS=m). -+- apply ./aufs4-base.patch to your kernel source files. -+- apply ./aufs4-mmap.patch too. -+- apply ./aufs4-standalone.patch too. -+- build your kernel, don't forget "make headers_install", and reboot. -+- edit ./config.mk and set other aufs configurations if necessary. -+ Note: You should read $PWD/fs/aufs/Kconfig carefully which describes -+ every aufs configurations. -+- build the module by simple "make". -+ Note: Since linux-3.9, every filesystem module requires an alias -+ "fs-". You should make sure that "fs-aufs" is listed in your -+ modules.aliases file. -+- you can specify ${KDIR} make variable which points to your kernel -+ source tree. -+- install the files -+ + run "make install" to install the aufs module, or copy the built -+ $PWD/aufs.ko to /lib/modules/... and run depmod -a (or reboot simply). -+ + run "make install_headers" (instead of headers_install) to install -+ the modified aufs header file (you can specify DESTDIR which is -+ available in aufs standalone version's Makefile only), or copy -+ $PWD/usr/include/linux/aufs_type.h to /usr/include/linux or wherever -+ you like manually. By default, the target directory is $PWD/usr. -+- no need to apply aufs4-kbuild.patch, nor copying source files to your -+ kernel source tree. -+ -+Note: The header file aufs_type.h is necessary to build aufs-util -+ as well as "make headers_install" in the kernel source tree. -+ headers_install is subject to be forgotten, but it is essentially -+ necessary, not only for building aufs-util. -+ You may not meet problems without headers_install in some older -+ version though. -+ -+And then, -+- read README in aufs-util, build and install it -+- note that your distribution may contain an obsoleted version of -+ aufs_type.h in /usr/include/linux or something. When you build aufs -+ utilities, make sure that your compiler refers the correct aufs header -+ file which is built by "make headers_install." -+- if you want to use readdir(3) in userspace or pathconf(3) wrapper, -+ then run "make install_ulib" too. And refer to the aufs manual in -+ detail. -+ -+There several other patches in aufs4-standalone.git. They are all -+optional. When you meet some problems, they will help you. -+- aufs4-loopback.patch -+ Supports a nested loopback mount in a branch-fs. This patch is -+ unnecessary until aufs produces a message like "you may want to try -+ another patch for loopback file". -+- vfs-ino.patch -+ Modifies a system global kernel internal function get_next_ino() in -+ order to stop assigning 0 for an inode-number. Not directly related to -+ aufs, but recommended generally. -+- tmpfs-idr.patch -+ Keeps the tmpfs inode number as the lowest value. Effective to reduce -+ the size of aufs XINO files for tmpfs branch. Also it prevents the -+ duplication of inode number, which is important for backup tools and -+ other utilities. When you find aufs XINO files for tmpfs branch -+ growing too much, try this patch. -+- lockdep-debug.patch -+ Because aufs is not only an ordinary filesystem (callee of VFS), but -+ also a caller of VFS functions for branch filesystems, subclassing of -+ the internal locks for LOCKDEP is necessary. LOCKDEP is a debugging -+ feature of linux kernel. If you enable CONFIG_LOCKDEP, then you will -+ need to apply this debug patch to expand several constant values. -+ If don't know what LOCKDEP, then you don't have apply this patch. -+ -+ -+4. Usage -+---------------------------------------- -+At first, make sure aufs-util are installed, and please read the aufs -+manual, aufs.5 in aufs-util.git tree. -+$ man -l aufs.5 -+ -+And then, -+$ mkdir /tmp/rw /tmp/aufs -+# mount -t aufs -o br=/tmp/rw:${HOME} none /tmp/aufs -+ -+Here is another example. The result is equivalent. -+# mount -t aufs -o br=/tmp/rw=rw:${HOME}=ro none /tmp/aufs -+ Or -+# mount -t aufs -o br:/tmp/rw none /tmp/aufs -+# mount -o remount,append:${HOME} /tmp/aufs -+ -+Then, you can see whole tree of your home dir through /tmp/aufs. If -+you modify a file under /tmp/aufs, the one on your home directory is -+not affected, instead the same named file will be newly created under -+/tmp/rw. And all of your modification to a file will be applied to -+the one under /tmp/rw. This is called the file based Copy on Write -+(COW) method. -+Aufs mount options are described in aufs.5. -+If you run chroot or something and make your aufs as a root directory, -+then you need to customize the shutdown script. See the aufs manual in -+detail. -+ -+Additionally, there are some sample usages of aufs which are a -+diskless system with network booting, and LiveCD over NFS. -+See sample dir in CVS tree on SourceForge. -+ -+ -+5. Contact -+---------------------------------------- -+When you have any problems or strange behaviour in aufs, please let me -+know with: -+- /proc/mounts (instead of the output of mount(8)) -+- /sys/module/aufs/* -+- /sys/fs/aufs/* (if you have them) -+- /debug/aufs/* (if you have them) -+- linux kernel version -+ if your kernel is not plain, for example modified by distributor, -+ the url where i can download its source is necessary too. -+- aufs version which was printed at loading the module or booting the -+ system, instead of the date you downloaded. -+- configuration (define/undefine CONFIG_AUFS_xxx) -+- kernel configuration or /proc/config.gz (if you have it) -+- behaviour which you think to be incorrect -+- actual operation, reproducible one is better -+- mailto: aufs-users at lists.sourceforge.net -+ -+Usually, I don't watch the Public Areas(Bugs, Support Requests, Patches, -+and Feature Requests) on SourceForge. Please join and write to -+aufs-users ML. -+ -+ -+6. Acknowledgements -+---------------------------------------- -+Thanks to everyone who have tried and are using aufs, whoever -+have reported a bug or any feedback. -+ -+Especially donators: -+Tomas Matejicek(slax.org) made a donation (much more than once). -+ Since Apr 2010, Tomas M (the author of Slax and Linux Live -+ scripts) is making "doubling" donations. -+ Unfortunately I cannot list all of the donators, but I really -+ appreciate. -+ It ends Aug 2010, but the ordinary donation URL is still available. -+ -+Dai Itasaka made a donation (2007/8). -+Chuck Smith made a donation (2008/4, 10 and 12). -+Henk Schoneveld made a donation (2008/9). -+Chih-Wei Huang, ASUS, CTC donated Eee PC 4G (2008/10). -+Francois Dupoux made a donation (2008/11). -+Bruno Cesar Ribas and Luis Carlos Erpen de Bona, C3SL serves public -+ aufs2 GIT tree (2009/2). -+William Grant made a donation (2009/3). -+Patrick Lane made a donation (2009/4). -+The Mail Archive (mail-archive.com) made donations (2009/5). -+Nippy Networks (Ed Wildgoose) made a donation (2009/7). -+New Dream Network, LLC (www.dreamhost.com) made a donation (2009/11). -+Pavel Pronskiy made a donation (2011/2). -+Iridium and Inmarsat satellite phone retailer (www.mailasail.com), Nippy -+ Networks (Ed Wildgoose) made a donation for hardware (2011/3). -+Max Lekomcev (DOM-TV project) made a donation (2011/7, 12, 2012/3, 6 and -+11). -+Sam Liddicott made a donation (2011/9). -+Era Scarecrow made a donation (2013/4). -+Bor Ratajc made a donation (2013/4). -+Alessandro Gorreta made a donation (2013/4). -+POIRETTE Marc made a donation (2013/4). -+Alessandro Gorreta made a donation (2013/4). -+lauri kasvandik made a donation (2013/5). -+"pemasu from Finland" made a donation (2013/7). -+The Parted Magic Project made a donation (2013/9 and 11). -+Pavel Barta made a donation (2013/10). -+Nikolay Pertsev made a donation (2014/5). -+James B made a donation (2014/7 and 2015/7). -+Stefano Di Biase made a donation (2014/8). -+Daniel Epellei made a donation (2015/1). -+OmegaPhil made a donation (2016/1, 2018/4). -+Tomasz Szewczyk made a donation (2016/4). -+James Burry made a donation (2016/12). -+Carsten Rose made a donation (2018/9). -+ -+Thank you very much. -+Donations are always, including future donations, very important and -+helpful for me to keep on developing aufs. -+ -+ -+7. -+---------------------------------------- -+If you are an experienced user, no explanation is needed. Aufs is -+just a linux filesystem. -+ -+ -+Enjoy! -+ -+# Local variables: ; -+# mode: text; -+# End: ; -diff --git a/Documentation/filesystems/aufs/design/01intro.txt b/Documentation/filesystems/aufs/design/01intro.txt -new file mode 100644 -index 000000000000..0e06d99eac9c ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/01intro.txt -@@ -0,0 +1,158 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+Introduction -+---------------------------------------- -+ -+aufs [ei ju: ef es] | /ey-yoo-ef-es/ | [a u f s] -+1. abbrev. for "advanced multi-layered unification filesystem". -+2. abbrev. for "another unionfs". -+3. abbrev. for "auf das" in German which means "on the" in English. -+ Ex. "Butter aufs Brot"(G) means "butter onto bread"(E). -+ But "Filesystem aufs Filesystem" is hard to understand. -+4. abbrev. for "African Urban Fashion Show". -+ -+AUFS is a filesystem with features: -+- multi layered stackable unification filesystem, the member directory -+ is called as a branch. -+- branch permission and attribute, 'readonly', 'real-readonly', -+ 'readwrite', 'whiteout-able', 'link-able whiteout', etc. and their -+ combination. -+- internal "file copy-on-write". -+- logical deletion, whiteout. -+- dynamic branch manipulation, adding, deleting and changing permission. -+- allow bypassing aufs, user's direct branch access. -+- external inode number translation table and bitmap which maintains the -+ persistent aufs inode number. -+- seekable directory, including NFS readdir. -+- file mapping, mmap and sharing pages. -+- pseudo-link, hardlink over branches. -+- loopback mounted filesystem as a branch. -+- several policies to select one among multiple writable branches. -+- revert a single systemcall when an error occurs in aufs. -+- and more... -+ -+ -+Multi Layered Stackable Unification Filesystem -+---------------------------------------------------------------------- -+Most people already knows what it is. -+It is a filesystem which unifies several directories and provides a -+merged single directory. When users access a file, the access will be -+passed/re-directed/converted (sorry, I am not sure which English word is -+correct) to the real file on the member filesystem. The member -+filesystem is called 'lower filesystem' or 'branch' and has a mode -+'readonly' and 'readwrite.' And the deletion for a file on the lower -+readonly branch is handled by creating 'whiteout' on the upper writable -+branch. -+ -+On LKML, there have been discussions about UnionMount (Jan Blunck, -+Bharata B Rao and Valerie Aurora) and Unionfs (Erez Zadok). They took -+different approaches to implement the merged-view. -+The former tries putting it into VFS, and the latter implements as a -+separate filesystem. -+(If I misunderstand about these implementations, please let me know and -+I shall correct it. Because it is a long time ago when I read their -+source files last time). -+ -+UnionMount's approach will be able to small, but may be hard to share -+branches between several UnionMount since the whiteout in it is -+implemented in the inode on branch filesystem and always -+shared. According to Bharata's post, readdir does not seems to be -+finished yet. -+There are several missing features known in this implementations such as -+- for users, the inode number may change silently. eg. copy-up. -+- link(2) may break by copy-up. -+- read(2) may get an obsoleted filedata (fstat(2) too). -+- fcntl(F_SETLK) may be broken by copy-up. -+- unnecessary copy-up may happen, for example mmap(MAP_PRIVATE) after -+ open(O_RDWR). -+ -+In linux-3.18, "overlay" filesystem (formerly known as "overlayfs") was -+merged into mainline. This is another implementation of UnionMount as a -+separated filesystem. All the limitations and known problems which -+UnionMount are equally inherited to "overlay" filesystem. -+ -+Unionfs has a longer history. When I started implementing a stackable -+filesystem (Aug 2005), it already existed. It has virtual super_block, -+inode, dentry and file objects and they have an array pointing lower -+same kind objects. After contributing many patches for Unionfs, I -+re-started my project AUFS (Jun 2006). -+ -+In AUFS, the structure of filesystem resembles to Unionfs, but I -+implemented my own ideas, approaches and enhancements and it became -+totally different one. -+ -+Comparing DM snapshot and fs based implementation -+- the number of bytes to be copied between devices is much smaller. -+- the type of filesystem must be one and only. -+- the fs must be writable, no readonly fs, even for the lower original -+ device. so the compression fs will not be usable. but if we use -+ loopback mount, we may address this issue. -+ for instance, -+ mount /cdrom/squashfs.img /sq -+ losetup /sq/ext2.img -+ losetup /somewhere/cow -+ dmsetup "snapshot /dev/loop0 /dev/loop1 ..." -+- it will be difficult (or needs more operations) to extract the -+ difference between the original device and COW. -+- DM snapshot-merge may help a lot when users try merging. in the -+ fs-layer union, users will use rsync(1). -+ -+You may want to read my old paper "Filesystems in LiveCD" -+(http://aufs.sourceforge.net/aufs2/report/sq/sq.pdf). -+ -+ -+Several characters/aspects/persona of aufs -+---------------------------------------------------------------------- -+ -+Aufs has several characters, aspects or persona. -+1. a filesystem, callee of VFS helper -+2. sub-VFS, caller of VFS helper for branches -+3. a virtual filesystem which maintains persistent inode number -+4. reader/writer of files on branches such like an application -+ -+1. Callee of VFS Helper -+As an ordinary linux filesystem, aufs is a callee of VFS. For instance, -+unlink(2) from an application reaches sys_unlink() kernel function and -+then vfs_unlink() is called. vfs_unlink() is one of VFS helper and it -+calls filesystem specific unlink operation. Actually aufs implements the -+unlink operation but it behaves like a redirector. -+ -+2. Caller of VFS Helper for Branches -+aufs_unlink() passes the unlink request to the branch filesystem as if -+it were called from VFS. So the called unlink operation of the branch -+filesystem acts as usual. As a caller of VFS helper, aufs should handle -+every necessary pre/post operation for the branch filesystem. -+- acquire the lock for the parent dir on a branch -+- lookup in a branch -+- revalidate dentry on a branch -+- mnt_want_write() for a branch -+- vfs_unlink() for a branch -+- mnt_drop_write() for a branch -+- release the lock on a branch -+ -+3. Persistent Inode Number -+One of the most important issue for a filesystem is to maintain inode -+numbers. This is particularly important to support exporting a -+filesystem via NFS. Aufs is a virtual filesystem which doesn't have a -+backend block device for its own. But some storage is necessary to -+keep and maintain the inode numbers. It may be a large space and may not -+suit to keep in memory. Aufs rents some space from its first writable -+branch filesystem (by default) and creates file(s) on it. These files -+are created by aufs internally and removed soon (currently) keeping -+opened. -+Note: Because these files are removed, they are totally gone after -+ unmounting aufs. It means the inode numbers are not persistent -+ across unmount or reboot. I have a plan to make them really -+ persistent which will be important for aufs on NFS server. -+ -+4. Read/Write Files Internally (copy-on-write) -+Because a branch can be readonly, when you write a file on it, aufs will -+"copy-up" it to the upper writable branch internally. And then write the -+originally requested thing to the file. Generally kernel doesn't -+open/read/write file actively. In aufs, even a single write may cause a -+internal "file copy". This behaviour is very similar to cp(1) command. -+ -+Some people may think it is better to pass such work to user space -+helper, instead of doing in kernel space. Actually I am still thinking -+about it. But currently I have implemented it in kernel space. -diff --git a/Documentation/filesystems/aufs/design/02struct.txt b/Documentation/filesystems/aufs/design/02struct.txt -new file mode 100644 -index 000000000000..080c3777b37f ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/02struct.txt -@@ -0,0 +1,245 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+Basic Aufs Internal Structure -+ -+Superblock/Inode/Dentry/File Objects -+---------------------------------------------------------------------- -+As like an ordinary filesystem, aufs has its own -+superblock/inode/dentry/file objects. All these objects have a -+dynamically allocated array and store the same kind of pointers to the -+lower filesystem, branch. -+For example, when you build a union with one readwrite branch and one -+readonly, mounted /au, /rw and /ro respectively. -+- /au = /rw + /ro -+- /ro/fileA exists but /rw/fileA -+ -+Aufs lookup operation finds /ro/fileA and gets dentry for that. These -+pointers are stored in a aufs dentry. The array in aufs dentry will be, -+- [0] = NULL (because /rw/fileA doesn't exist) -+- [1] = /ro/fileA -+ -+This style of an array is essentially same to the aufs -+superblock/inode/dentry/file objects. -+ -+Because aufs supports manipulating branches, ie. add/delete/change -+branches dynamically, these objects has its own generation. When -+branches are changed, the generation in aufs superblock is -+incremented. And a generation in other object are compared when it is -+accessed. When a generation in other objects are obsoleted, aufs -+refreshes the internal array. -+ -+ -+Superblock -+---------------------------------------------------------------------- -+Additionally aufs superblock has some data for policies to select one -+among multiple writable branches, XIB files, pseudo-links and kobject. -+See below in detail. -+About the policies which supports copy-down a directory, see -+wbr_policy.txt too. -+ -+ -+Branch and XINO(External Inode Number Translation Table) -+---------------------------------------------------------------------- -+Every branch has its own xino (external inode number translation table) -+file. The xino file is created and unlinked by aufs internally. When two -+members of a union exist on the same filesystem, they share the single -+xino file. -+The struct of a xino file is simple, just a sequence of aufs inode -+numbers which is indexed by the lower inode number. -+In the above sample, assume the inode number of /ro/fileA is i111 and -+aufs assigns the inode number i999 for fileA. Then aufs writes 999 as -+4(8) bytes at 111 * 4(8) bytes offset in the xino file. -+ -+When the inode numbers are not contiguous, the xino file will be sparse -+which has a hole in it and doesn't consume as much disk space as it -+might appear. If your branch filesystem consumes disk space for such -+holes, then you should specify 'xino=' option at mounting aufs. -+ -+Aufs has a mount option to free the disk blocks for such holes in XINO -+files on tmpfs or ramdisk. But it is not so effective actually. If you -+meet a problem of disk shortage due to XINO files, then you should try -+"tmpfs-ino.patch" (and "vfs-ino.patch" too) in aufs4-standalone.git. -+The patch localizes the assignment inumbers per tmpfs-mount and avoid -+the holes in XINO files. -+ -+Also a writable branch has three kinds of "whiteout bases". All these -+are existed when the branch is joined to aufs, and their names are -+whiteout-ed doubly, so that users will never see their names in aufs -+hierarchy. -+1. a regular file which will be hardlinked to all whiteouts. -+2. a directory to store a pseudo-link. -+3. a directory to store an "orphan"-ed file temporary. -+ -+1. Whiteout Base -+ When you remove a file on a readonly branch, aufs handles it as a -+ logical deletion and creates a whiteout on the upper writable branch -+ as a hardlink of this file in order not to consume inode on the -+ writable branch. -+2. Pseudo-link Dir -+ See below, Pseudo-link. -+3. Step-Parent Dir -+ When "fileC" exists on the lower readonly branch only and it is -+ opened and removed with its parent dir, and then user writes -+ something into it, then aufs copies-up fileC to this -+ directory. Because there is no other dir to store fileC. After -+ creating a file under this dir, the file is unlinked. -+ -+Because aufs supports manipulating branches, ie. add/delete/change -+dynamically, a branch has its own id. When the branch order changes, -+aufs finds the new index by searching the branch id. -+ -+ -+Pseudo-link -+---------------------------------------------------------------------- -+Assume "fileA" exists on the lower readonly branch only and it is -+hardlinked to "fileB" on the branch. When you write something to fileA, -+aufs copies-up it to the upper writable branch. Additionally aufs -+creates a hardlink under the Pseudo-link Directory of the writable -+branch. The inode of a pseudo-link is kept in aufs super_block as a -+simple list. If fileB is read after unlinking fileA, aufs returns -+filedata from the pseudo-link instead of the lower readonly -+branch. Because the pseudo-link is based upon the inode, to keep the -+inode number by xino (see above) is essentially necessary. -+ -+All the hardlinks under the Pseudo-link Directory of the writable branch -+should be restored in a proper location later. Aufs provides a utility -+to do this. The userspace helpers executed at remounting and unmounting -+aufs by default. -+During this utility is running, it puts aufs into the pseudo-link -+maintenance mode. In this mode, only the process which began the -+maintenance mode (and its child processes) is allowed to operate in -+aufs. Some other processes which are not related to the pseudo-link will -+be allowed to run too, but the rest have to return an error or wait -+until the maintenance mode ends. If a process already acquires an inode -+mutex (in VFS), it has to return an error. -+ -+ -+XIB(external inode number bitmap) -+---------------------------------------------------------------------- -+Addition to the xino file per a branch, aufs has an external inode number -+bitmap in a superblock object. It is also an internal file such like a -+xino file. -+It is a simple bitmap to mark whether the aufs inode number is in-use or -+not. -+To reduce the file I/O, aufs prepares a single memory page to cache xib. -+ -+As well as XINO files, aufs has a feature to truncate/refresh XIB to -+reduce the number of consumed disk blocks for these files. -+ -+ -+Virtual or Vertical Dir, and Readdir in Userspace -+---------------------------------------------------------------------- -+In order to support multiple layers (branches), aufs readdir operation -+constructs a virtual dir block on memory. For readdir, aufs calls -+vfs_readdir() internally for each dir on branches, merges their entries -+with eliminating the whiteout-ed ones, and sets it to file (dir) -+object. So the file object has its entry list until it is closed. The -+entry list will be updated when the file position is zero and becomes -+obsoleted. This decision is made in aufs automatically. -+ -+The dynamically allocated memory block for the name of entries has a -+unit of 512 bytes (by default) and stores the names contiguously (no -+padding). Another block for each entry is handled by kmem_cache too. -+During building dir blocks, aufs creates hash list and judging whether -+the entry is whiteouted by its upper branch or already listed. -+The merged result is cached in the corresponding inode object and -+maintained by a customizable life-time option. -+ -+Some people may call it can be a security hole or invite DoS attack -+since the opened and once readdir-ed dir (file object) holds its entry -+list and becomes a pressure for system memory. But I'd say it is similar -+to files under /proc or /sys. The virtual files in them also holds a -+memory page (generally) while they are opened. When an idea to reduce -+memory for them is introduced, it will be applied to aufs too. -+For those who really hate this situation, I've developed readdir(3) -+library which operates this merging in userspace. You just need to set -+LD_PRELOAD environment variable, and aufs will not consume no memory in -+kernel space for readdir(3). -+ -+ -+Workqueue -+---------------------------------------------------------------------- -+Aufs sometimes requires privilege access to a branch. For instance, -+in copy-up/down operation. When a user process is going to make changes -+to a file which exists in the lower readonly branch only, and the mode -+of one of ancestor directories may not be writable by a user -+process. Here aufs copy-up the file with its ancestors and they may -+require privilege to set its owner/group/mode/etc. -+This is a typical case of a application character of aufs (see -+Introduction). -+ -+Aufs uses workqueue synchronously for this case. It creates its own -+workqueue. The workqueue is a kernel thread and has privilege. Aufs -+passes the request to call mkdir or write (for example), and wait for -+its completion. This approach solves a problem of a signal handler -+simply. -+If aufs didn't adopt the workqueue and changed the privilege of the -+process, then the process may receive the unexpected SIGXFSZ or other -+signals. -+ -+Also aufs uses the system global workqueue ("events" kernel thread) too -+for asynchronous tasks, such like handling inotify/fsnotify, re-creating a -+whiteout base and etc. This is unrelated to a privilege. -+Most of aufs operation tries acquiring a rw_semaphore for aufs -+superblock at the beginning, at the same time waits for the completion -+of all queued asynchronous tasks. -+ -+ -+Whiteout -+---------------------------------------------------------------------- -+The whiteout in aufs is very similar to Unionfs's. That is represented -+by its filename. UnionMount takes an approach of a file mode, but I am -+afraid several utilities (find(1) or something) will have to support it. -+ -+Basically the whiteout represents "logical deletion" which stops aufs to -+lookup further, but also it represents "dir is opaque" which also stop -+further lookup. -+ -+In aufs, rmdir(2) and rename(2) for dir uses whiteout alternatively. -+In order to make several functions in a single systemcall to be -+revertible, aufs adopts an approach to rename a directory to a temporary -+unique whiteouted name. -+For example, in rename(2) dir where the target dir already existed, aufs -+renames the target dir to a temporary unique whiteouted name before the -+actual rename on a branch, and then handles other actions (make it opaque, -+update the attributes, etc). If an error happens in these actions, aufs -+simply renames the whiteouted name back and returns an error. If all are -+succeeded, aufs registers a function to remove the whiteouted unique -+temporary name completely and asynchronously to the system global -+workqueue. -+ -+ -+Copy-up -+---------------------------------------------------------------------- -+It is a well-known feature or concept. -+When user modifies a file on a readonly branch, aufs operate "copy-up" -+internally and makes change to the new file on the upper writable branch. -+When the trigger systemcall does not update the timestamps of the parent -+dir, aufs reverts it after copy-up. -+ -+ -+Move-down (aufs3.9 and later) -+---------------------------------------------------------------------- -+"Copy-up" is one of the essential feature in aufs. It copies a file from -+the lower readonly branch to the upper writable branch when a user -+changes something about the file. -+"Move-down" is an opposite action of copy-up. Basically this action is -+ran manually instead of automatically and internally. -+For desgin and implementation, aufs has to consider these issues. -+- whiteout for the file may exist on the lower branch. -+- ancestor directories may not exist on the lower branch. -+- diropq for the ancestor directories may exist on the upper branch. -+- free space on the lower branch will reduce. -+- another access to the file may happen during moving-down, including -+ UDBA (see "Revalidate Dentry and UDBA"). -+- the file should not be hard-linked nor pseudo-linked. they should be -+ handled by auplink utility later. -+ -+Sometimes users want to move-down a file from the upper writable branch -+to the lower readonly or writable branch. For instance, -+- the free space of the upper writable branch is going to run out. -+- create a new intermediate branch between the upper and lower branch. -+- etc. -+ -+For this purpose, use "aumvdown" command in aufs-util.git. -diff --git a/Documentation/filesystems/aufs/design/03atomic_open.txt b/Documentation/filesystems/aufs/design/03atomic_open.txt -new file mode 100644 -index 000000000000..2d69d1d293ac ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/03atomic_open.txt -@@ -0,0 +1,72 @@ -+ -+# Copyright (C) 2015-2018 Junjiro R. Okajima -+ -+Support for a branch who has its ->atomic_open() -+---------------------------------------------------------------------- -+The filesystems who implement its ->atomic_open() are not majority. For -+example NFSv4 does, and aufs should call NFSv4 ->atomic_open, -+particularly for open(O_CREAT|O_EXCL, 0400) case. Other than -+->atomic_open(), NFSv4 returns an error for this open(2). While I am not -+sure whether all filesystems who have ->atomic_open() behave like this, -+but NFSv4 surely returns the error. -+ -+In order to support ->atomic_open() for aufs, there are a few -+approaches. -+ -+A. Introduce aufs_atomic_open() -+ - calls one of VFS:do_last(), lookup_open() or atomic_open() for -+ branch fs. -+B. Introduce aufs_atomic_open() calling create, open and chmod. this is -+ an aufs user Pip Cet's approach -+ - calls aufs_create(), VFS finish_open() and notify_change(). -+ - pass fake-mode to finish_open(), and then correct the mode by -+ notify_change(). -+C. Extend aufs_open() to call branch fs's ->atomic_open() -+ - no aufs_atomic_open(). -+ - aufs_lookup() registers the TID to an aufs internal object. -+ - aufs_create() does nothing when the matching TID is registered, but -+ registers the mode. -+ - aufs_open() calls branch fs's ->atomic_open() when the matching -+ TID is registered. -+D. Extend aufs_open() to re-try branch fs's ->open() with superuser's -+ credential -+ - no aufs_atomic_open(). -+ - aufs_create() registers the TID to an internal object. this info -+ represents "this process created this file just now." -+ - when aufs gets EACCES from branch fs's ->open(), then confirm the -+ registered TID and re-try open() with superuser's credential. -+ -+Pros and cons for each approach. -+ -+A. -+ - straightforward but highly depends upon VFS internal. -+ - the atomic behavaiour is kept. -+ - some of parameters such as nameidata are hard to reproduce for -+ branch fs. -+ - large overhead. -+B. -+ - easy to implement. -+ - the atomic behavaiour is lost. -+C. -+ - the atomic behavaiour is kept. -+ - dirty and tricky. -+ - VFS checks whether the file is created correctly after calling -+ ->create(), which means this approach doesn't work. -+D. -+ - easy to implement. -+ - the atomic behavaiour is lost. -+ - to open a file with superuser's credential and give it to a user -+ process is a bad idea, since the file object keeps the credential -+ in it. It may affect LSM or something. This approach doesn't work -+ either. -+ -+The approach A is ideal, but it hard to implement. So here is a -+variation of A, which is to be implemented. -+ -+A-1. Introduce aufs_atomic_open() -+ - calls branch fs ->atomic_open() if exists. otherwise calls -+ vfs_create() and finish_open(). -+ - the demerit is that the several checks after branch fs -+ ->atomic_open() are lost. in the ordinary case, the checks are -+ done by VFS:do_last(), lookup_open() and atomic_open(). some can -+ be implemented in aufs, but not all I am afraid. -diff --git a/Documentation/filesystems/aufs/design/03lookup.txt b/Documentation/filesystems/aufs/design/03lookup.txt -new file mode 100644 -index 000000000000..d6d4432a6a36 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/03lookup.txt -@@ -0,0 +1,100 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+Lookup in a Branch -+---------------------------------------------------------------------- -+Since aufs has a character of sub-VFS (see Introduction), it operates -+lookup for branches as VFS does. It may be a heavy work. But almost all -+lookup operation in aufs is the simplest case, ie. lookup only an entry -+directly connected to its parent. Digging down the directory hierarchy -+is unnecessary. VFS has a function lookup_one_len() for that use, and -+aufs calls it. -+ -+When a branch is a remote filesystem, aufs basically relies upon its -+->d_revalidate(), also aufs forces the hardest revalidate tests for -+them. -+For d_revalidate, aufs implements three levels of revalidate tests. See -+"Revalidate Dentry and UDBA" in detail. -+ -+ -+Test Only the Highest One for the Directory Permission (dirperm1 option) -+---------------------------------------------------------------------- -+Let's try case study. -+- aufs has two branches, upper readwrite and lower readonly. -+ /au = /rw + /ro -+- "dirA" exists under /ro, but /rw. and its mode is 0700. -+- user invoked "chmod a+rx /au/dirA" -+- the internal copy-up is activated and "/rw/dirA" is created and its -+ permission bits are set to world readable. -+- then "/au/dirA" becomes world readable? -+ -+In this case, /ro/dirA is still 0700 since it exists in readonly branch, -+or it may be a natively readonly filesystem. If aufs respects the lower -+branch, it should not respond readdir request from other users. But user -+allowed it by chmod. Should really aufs rejects showing the entries -+under /ro/dirA? -+ -+To be honest, I don't have a good solution for this case. So aufs -+implements 'dirperm1' and 'nodirperm1' mount options, and leave it to -+users. -+When dirperm1 is specified, aufs checks only the highest one for the -+directory permission, and shows the entries. Otherwise, as usual, checks -+every dir existing on all branches and rejects the request. -+ -+As a side effect, dirperm1 option improves the performance of aufs -+because the number of permission check is reduced when the number of -+branch is many. -+ -+ -+Revalidate Dentry and UDBA (User's Direct Branch Access) -+---------------------------------------------------------------------- -+Generally VFS helpers re-validate a dentry as a part of lookup. -+0. digging down the directory hierarchy. -+1. lock the parent dir by its i_mutex. -+2. lookup the final (child) entry. -+3. revalidate it. -+4. call the actual operation (create, unlink, etc.) -+5. unlock the parent dir -+ -+If the filesystem implements its ->d_revalidate() (step 3), then it is -+called. Actually aufs implements it and checks the dentry on a branch is -+still valid. -+But it is not enough. Because aufs has to release the lock for the -+parent dir on a branch at the end of ->lookup() (step 2) and -+->d_revalidate() (step 3) while the i_mutex of the aufs dir is still -+held by VFS. -+If the file on a branch is changed directly, eg. bypassing aufs, after -+aufs released the lock, then the subsequent operation may cause -+something unpleasant result. -+ -+This situation is a result of VFS architecture, ->lookup() and -+->d_revalidate() is separated. But I never say it is wrong. It is a good -+design from VFS's point of view. It is just not suitable for sub-VFS -+character in aufs. -+ -+Aufs supports such case by three level of revalidation which is -+selectable by user. -+1. Simple Revalidate -+ Addition to the native flow in VFS's, confirm the child-parent -+ relationship on the branch just after locking the parent dir on the -+ branch in the "actual operation" (step 4). When this validation -+ fails, aufs returns EBUSY. ->d_revalidate() (step 3) in aufs still -+ checks the validation of the dentry on branches. -+2. Monitor Changes Internally by Inotify/Fsnotify -+ Addition to above, in the "actual operation" (step 4) aufs re-lookup -+ the dentry on the branch, and returns EBUSY if it finds different -+ dentry. -+ Additionally, aufs sets the inotify/fsnotify watch for every dir on branches -+ during it is in cache. When the event is notified, aufs registers a -+ function to kernel 'events' thread by schedule_work(). And the -+ function sets some special status to the cached aufs dentry and inode -+ private data. If they are not cached, then aufs has nothing to -+ do. When the same file is accessed through aufs (step 0-3) later, -+ aufs will detect the status and refresh all necessary data. -+ In this mode, aufs has to ignore the event which is fired by aufs -+ itself. -+3. No Extra Validation -+ This is the simplest test and doesn't add any additional revalidation -+ test, and skip the revalidation in step 4. It is useful and improves -+ aufs performance when system surely hide the aufs branches from user, -+ by over-mounting something (or another method). -diff --git a/Documentation/filesystems/aufs/design/04branch.txt b/Documentation/filesystems/aufs/design/04branch.txt -new file mode 100644 -index 000000000000..49400cb27dd0 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/04branch.txt -@@ -0,0 +1,61 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+Branch Manipulation -+ -+Since aufs supports dynamic branch manipulation, ie. add/remove a branch -+and changing its permission/attribute, there are a lot of works to do. -+ -+ -+Add a Branch -+---------------------------------------------------------------------- -+o Confirm the adding dir exists outside of aufs, including loopback -+ mount, and its various attributes. -+o Initialize the xino file and whiteout bases if necessary. -+ See struct.txt. -+ -+o Check the owner/group/mode of the directory -+ When the owner/group/mode of the adding directory differs from the -+ existing branch, aufs issues a warning because it may impose a -+ security risk. -+ For example, when a upper writable branch has a world writable empty -+ top directory, a malicious user can create any files on the writable -+ branch directly, like copy-up and modify manually. If something like -+ /etc/{passwd,shadow} exists on the lower readonly branch but the upper -+ writable branch, and the writable branch is world-writable, then a -+ malicious guy may create /etc/passwd on the writable branch directly -+ and the infected file will be valid in aufs. -+ I am afraid it can be a security issue, but aufs can do nothing except -+ producing a warning. -+ -+ -+Delete a Branch -+---------------------------------------------------------------------- -+o Confirm the deleting branch is not busy -+ To be general, there is one merit to adopt "remount" interface to -+ manipulate branches. It is to discard caches. At deleting a branch, -+ aufs checks the still cached (and connected) dentries and inodes. If -+ there are any, then they are all in-use. An inode without its -+ corresponding dentry can be alive alone (for example, inotify/fsnotify case). -+ -+ For the cached one, aufs checks whether the same named entry exists on -+ other branches. -+ If the cached one is a directory, because aufs provides a merged view -+ to users, as long as one dir is left on any branch aufs can show the -+ dir to users. In this case, the branch can be removed from aufs. -+ Otherwise aufs rejects deleting the branch. -+ -+ If any file on the deleting branch is opened by aufs, then aufs -+ rejects deleting. -+ -+ -+Modify the Permission of a Branch -+---------------------------------------------------------------------- -+o Re-initialize or remove the xino file and whiteout bases if necessary. -+ See struct.txt. -+ -+o rw --> ro: Confirm the modifying branch is not busy -+ Aufs rejects the request if any of these conditions are true. -+ - a file on the branch is mmap-ed. -+ - a regular file on the branch is opened for write and there is no -+ same named entry on the upper branch. -diff --git a/Documentation/filesystems/aufs/design/05wbr_policy.txt b/Documentation/filesystems/aufs/design/05wbr_policy.txt -new file mode 100644 -index 000000000000..f0eda9704407 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/05wbr_policy.txt -@@ -0,0 +1,51 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+Policies to Select One among Multiple Writable Branches -+---------------------------------------------------------------------- -+When the number of writable branch is more than one, aufs has to decide -+the target branch for file creation or copy-up. By default, the highest -+writable branch which has the parent (or ancestor) dir of the target -+file is chosen (top-down-parent policy). -+By user's request, aufs implements some other policies to select the -+writable branch, for file creation several policies, round-robin, -+most-free-space, and other policies. For copy-up, top-down-parent, -+bottom-up-parent, bottom-up and others. -+ -+As expected, the round-robin policy selects the branch in circular. When -+you have two writable branches and creates 10 new files, 5 files will be -+created for each branch. mkdir(2) systemcall is an exception. When you -+create 10 new directories, all will be created on the same branch. -+And the most-free-space policy selects the one which has most free -+space among the writable branches. The amount of free space will be -+checked by aufs internally, and users can specify its time interval. -+ -+The policies for copy-up is more simple, -+top-down-parent is equivalent to the same named on in create policy, -+bottom-up-parent selects the writable branch where the parent dir -+exists and the nearest upper one from the copyup-source, -+bottom-up selects the nearest upper writable branch from the -+copyup-source, regardless the existence of the parent dir. -+ -+There are some rules or exceptions to apply these policies. -+- If there is a readonly branch above the policy-selected branch and -+ the parent dir is marked as opaque (a variation of whiteout), or the -+ target (creating) file is whiteout-ed on the upper readonly branch, -+ then the result of the policy is ignored and the target file will be -+ created on the nearest upper writable branch than the readonly branch. -+- If there is a writable branch above the policy-selected branch and -+ the parent dir is marked as opaque or the target file is whiteouted -+ on the branch, then the result of the policy is ignored and the target -+ file will be created on the highest one among the upper writable -+ branches who has diropq or whiteout. In case of whiteout, aufs removes -+ it as usual. -+- link(2) and rename(2) systemcalls are exceptions in every policy. -+ They try selecting the branch where the source exists as possible -+ since copyup a large file will take long time. If it can't be, -+ ie. the branch where the source exists is readonly, then they will -+ follow the copyup policy. -+- There is an exception for rename(2) when the target exists. -+ If the rename target exists, aufs compares the index of the branches -+ where the source and the target exists and selects the higher -+ one. If the selected branch is readonly, then aufs follows the -+ copyup policy. -diff --git a/Documentation/filesystems/aufs/design/06dirren.dot b/Documentation/filesystems/aufs/design/06dirren.dot -new file mode 100644 -index 000000000000..2d62bb6dd55f ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06dirren.dot -@@ -0,0 +1,31 @@ -+ -+// to view this graph, run dot(1) command in GRAPHVIZ. -+ -+digraph G { -+node [shape=box]; -+whinfo [label="detailed info file\n(lower_brid_root-hinum, h_inum, namelen, old name)"]; -+ -+node [shape=oval]; -+ -+aufs_rename -> whinfo [label="store/remove"]; -+ -+node [shape=oval]; -+inode_list [label="h_inum list in branch\ncache"]; -+ -+node [shape=box]; -+whinode [label="h_inum list file"]; -+ -+node [shape=oval]; -+brmgmt [label="br_add/del/mod/umount"]; -+ -+brmgmt -> inode_list [label="create/remove"]; -+brmgmt -> whinode [label="load/store"]; -+ -+inode_list -> whinode [style=dashed,dir=both]; -+ -+aufs_rename -> inode_list [label="add/del"]; -+ -+aufs_lookup -> inode_list [label="search"]; -+ -+aufs_lookup -> whinfo [label="load/remove"]; -+} -diff --git a/Documentation/filesystems/aufs/design/06dirren.txt b/Documentation/filesystems/aufs/design/06dirren.txt -new file mode 100644 -index 000000000000..70e8c57b7221 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06dirren.txt -@@ -0,0 +1,89 @@ -+ -+# Copyright (C) 2017-2018 Junjiro R. Okajima -+ -+Special handling for renaming a directory (DIRREN) -+---------------------------------------------------------------------- -+First, let's assume we have a simple usecase. -+ -+- /u = /rw + /ro -+- /rw/dirA exists -+- /ro/dirA and /ro/dirA/file exist too -+- there is no dirB on both branches -+- a user issues rename("dirA", "dirB") -+ -+Now, what should aufs behave against this rename(2)? -+There are a few possible cases. -+ -+A. returns EROFS. -+ since dirA exists on a readonly branch which cannot be renamed. -+B. returns EXDEV. -+ it is possible to copy-up dirA (only the dir itself), but the child -+ entries ("file" in this case) should not be. it must be a bad -+ approach to copy-up recursively. -+C. returns a success. -+ even the branch /ro is readonly, aufs tries renaming it. Obviously it -+ is a violation of aufs' policy. -+D. construct an extra information which indicates that /ro/dirA should -+ be handled as the name of dirB. -+ overlayfs has a similar feature called REDIRECT. -+ -+Until now, aufs implements the case B only which returns EXDEV, and -+expects the userspace application behaves like mv(1) which tries -+issueing rename(2) recursively. -+ -+A new aufs feature called DIRREN is introduced which implements the case -+D. There are several "extra information" added. -+ -+1. detailed info per renamed directory -+ path: /rw/dirB/$AUFS_WH_DR_INFO_PFX. -+2. the inode-number list of directories on a branch -+ path: /rw/dirB/$AUFS_WH_DR_BRHINO -+ -+The filename of "detailed info per directory" represents the lower -+branch, and its format is -+- a type of the branch id -+ one of these. -+ + uuid (not implemented yet) -+ + fsid -+ + dev -+- the inode-number of the branch root dir -+ -+And it contains these info in a single regular file. -+- magic number -+- branch's inode-number of the logically renamed dir -+- the name of the before-renamed dir -+ -+The "detailed info per directory" file is created in aufs rename(2), and -+loaded in any lookup. -+The info is considered in lookup for the matching case only. Here -+"matching" means that the root of branch (in the info filename) is same -+to the current looking-up branch. After looking-up the before-renamed -+name, the inode-number is compared. And the matched dentry is used. -+ -+The "inode-number list of directories" is a regular file which contains -+simply the inode-numbers on the branch. The file is created or updated -+in removing the branch, and loaded in adding the branch. Its lifetime is -+equal to the branch. -+The list is refered in lookup, and when the current target inode is -+found in the list, the aufs tries loading the "detailed info per -+directory" and get the changed and valid name of the dir. -+ -+Theoretically these "extra informaiton" may be able to be put into XATTR -+in the dir inode. But aufs doesn't choose this way because -+1. XATTR may not be supported by the branch (or its configuration) -+2. XATTR may have its size limit. -+3. XATTR may be less easy to convert than a regular file, when the -+ format of the info is changed in the future. -+At the same time, I agree that the regular file approach is much slower -+than XATTR approach. So, in the future, aufs may take the XATTR or other -+better approach. -+ -+This DIRREN feature is enabled by aufs configuration, and is activated -+by a new mount option. -+ -+For the more complicated case, there is a work with UDBA option, which -+is to dected the direct access to the branches (by-passing aufs) and to -+maintain the cashes in aufs. Since a single cached aufs dentry may -+contains two names, before- and after-rename, the name comparision in -+UDBA handler may not work correctly. In this case, the behaviour will be -+equivalen to udba=reval case. -diff --git a/Documentation/filesystems/aufs/design/06fhsm.txt b/Documentation/filesystems/aufs/design/06fhsm.txt -new file mode 100644 -index 000000000000..c92c80225fa8 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06fhsm.txt -@@ -0,0 +1,105 @@ -+ -+# Copyright (C) 2011-2018 Junjiro R. Okajima -+ -+File-based Hierarchical Storage Management (FHSM) -+---------------------------------------------------------------------- -+Hierarchical Storage Management (or HSM) is a well-known feature in the -+storage world. Aufs provides this feature as file-based with multiple -+writable branches, based upon the principle of "Colder, the Lower". -+Here the word "colder" means that the less used files, and "lower" means -+that the position in the order of the stacked branches vertically. -+These multiple writable branches are prioritized, ie. the topmost one -+should be the fastest drive and be used heavily. -+ -+o Characters in aufs FHSM story -+- aufs itself and a new branch attribute. -+- a new ioctl interface to move-down and to establish a connection with -+ the daemon ("move-down" is a converse of "copy-up"). -+- userspace tool and daemon. -+ -+The userspace daemon establishes a connection with aufs and waits for -+the notification. The notified information is very similar to struct -+statfs containing the number of consumed blocks and inodes. -+When the consumed blocks/inodes of a branch exceeds the user-specified -+upper watermark, the daemon activates its move-down process until the -+consumed blocks/inodes reaches the user-specified lower watermark. -+ -+The actual move-down is done by aufs based upon the request from -+user-space since we need to maintain the inode number and the internal -+pointer arrays in aufs. -+ -+Currently aufs FHSM handles the regular files only. Additionally they -+must not be hard-linked nor pseudo-linked. -+ -+ -+o Cowork of aufs and the user-space daemon -+ During the userspace daemon established the connection, aufs sends a -+ small notification to it whenever aufs writes something into the -+ writable branch. But it may cost high since aufs issues statfs(2) -+ internally. So user can specify a new option to cache the -+ info. Actually the notification is controlled by these factors. -+ + the specified cache time. -+ + classified as "force" by aufs internally. -+ Until the specified time expires, aufs doesn't send the info -+ except the forced cases. When aufs decide forcing, the info is always -+ notified to userspace. -+ For example, the number of free inodes is generally large enough and -+ the shortage of it happens rarely. So aufs doesn't force the -+ notification when creating a new file, directory and others. This is -+ the typical case which aufs doesn't force. -+ When aufs writes the actual filedata and the files consumes any of new -+ blocks, the aufs forces notifying. -+ -+ -+o Interfaces in aufs -+- New branch attribute. -+ + fhsm -+ Specifies that the branch is managed by FHSM feature. In other word, -+ participant in the FHSM. -+ When nofhsm is set to the branch, it will not be the source/target -+ branch of the move-down operation. This attribute is set -+ independently from coo and moo attributes, and if you want full -+ FHSM, you should specify them as well. -+- New mount option. -+ + fhsm_sec -+ Specifies a second to suppress many less important info to be -+ notified. -+- New ioctl. -+ + AUFS_CTL_FHSM_FD -+ create a new file descriptor which userspace can read the notification -+ (a subset of struct statfs) from aufs. -+- Module parameter 'brs' -+ It has to be set to 1. Otherwise the new mount option 'fhsm' will not -+ be set. -+- mount helpers /sbin/mount.aufs and /sbin/umount.aufs -+ When there are two or more branches with fhsm attributes, -+ /sbin/mount.aufs invokes the user-space daemon and /sbin/umount.aufs -+ terminates it. As a result of remounting and branch-manipulation, the -+ number of branches with fhsm attribute can be one. In this case, -+ /sbin/mount.aufs will terminate the user-space daemon. -+ -+ -+Finally the operation is done as these steps in kernel-space. -+- make sure that, -+ + no one else is using the file. -+ + the file is not hard-linked. -+ + the file is not pseudo-linked. -+ + the file is a regular file. -+ + the parent dir is not opaqued. -+- find the target writable branch. -+- make sure the file is not whiteout-ed by the upper (than the target) -+ branch. -+- make the parent dir on the target branch. -+- mutex lock the inode on the branch. -+- unlink the whiteout on the target branch (if exists). -+- lookup and create the whiteout-ed temporary name on the target branch. -+- copy the file as the whiteout-ed temporary name on the target branch. -+- rename the whiteout-ed temporary name to the original name. -+- unlink the file on the source branch. -+- maintain the internal pointer array and the external inode number -+ table (XINO). -+- maintain the timestamps and other attributes of the parent dir and the -+ file. -+ -+And of course, in every step, an error may happen. So the operation -+should restore the original file state after an error happens. -diff --git a/Documentation/filesystems/aufs/design/06mmap.txt b/Documentation/filesystems/aufs/design/06mmap.txt -new file mode 100644 -index 000000000000..75447670f919 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06mmap.txt -@@ -0,0 +1,59 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+mmap(2) -- File Memory Mapping -+---------------------------------------------------------------------- -+In aufs, the file-mapped pages are handled by a branch fs directly, no -+interaction with aufs. It means aufs_mmap() calls the branch fs's -+->mmap(). -+This approach is simple and good, but there is one problem. -+Under /proc, several entries show the mmapped files by its path (with -+device and inode number), and the printed path will be the path on the -+branch fs's instead of virtual aufs's. -+This is not a problem in most cases, but some utilities lsof(1) (and its -+user) may expect the path on aufs. -+ -+To address this issue, aufs adds a new member called vm_prfile in struct -+vm_area_struct (and struct vm_region). The original vm_file points to -+the file on the branch fs in order to handle everything correctly as -+usual. The new vm_prfile points to a virtual file in aufs, and the -+show-functions in procfs refers to vm_prfile if it is set. -+Also we need to maintain several other places where touching vm_file -+such like -+- fork()/clone() copies vma and the reference count of vm_file is -+ incremented. -+- merging vma maintains the ref count too. -+ -+This is not a good approach. It just fakes the printed path. But it -+leaves all behaviour around f_mapping unchanged. This is surely an -+advantage. -+Actually aufs had adopted another complicated approach which calls -+generic_file_mmap() and handles struct vm_operations_struct. In this -+approach, aufs met a hard problem and I could not solve it without -+switching the approach. -+ -+There may be one more another approach which is -+- bind-mount the branch-root onto the aufs-root internally -+- grab the new vfsmount (ie. struct mount) -+- lazy-umount the branch-root internally -+- in open(2) the aufs-file, open the branch-file with the hidden -+ vfsmount (instead of the original branch's vfsmount) -+- ideally this "bind-mount and lazy-umount" should be done atomically, -+ but it may be possible from userspace by the mount helper. -+ -+Adding the internal hidden vfsmount and using it in opening a file, the -+file path under /proc will be printed correctly. This approach looks -+smarter, but is not possible I am afraid. -+- aufs-root may be bind-mount later. when it happens, another hidden -+ vfsmount will be required. -+- it is hard to get the chance to bind-mount and lazy-umount -+ + in kernel-space, FS can have vfsmount in open(2) via -+ file->f_path, and aufs can know its vfsmount. But several locks are -+ already acquired, and if aufs tries to bind-mount and lazy-umount -+ here, then it may cause a deadlock. -+ + in user-space, bind-mount doesn't invoke the mount helper. -+- since /proc shows dev and ino, aufs has to give vma these info. it -+ means a new member vm_prinode will be necessary. this is essentially -+ equivalent to vm_prfile described above. -+ -+I have to give up this "looks-smater" approach. -diff --git a/Documentation/filesystems/aufs/design/06xattr.txt b/Documentation/filesystems/aufs/design/06xattr.txt -new file mode 100644 -index 000000000000..1d9ae60e3979 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/06xattr.txt -@@ -0,0 +1,81 @@ -+ -+# Copyright (C) 2014-2018 Junjiro R. Okajima -+ -+Listing XATTR/EA and getting the value -+---------------------------------------------------------------------- -+For the inode standard attributes (owner, group, timestamps, etc.), aufs -+shows the values from the topmost existing file. This behaviour is good -+for the non-dir entries since the bahaviour exactly matches the shown -+information. But for the directories, aufs considers all the same named -+entries on the lower branches. Which means, if one of the lower entry -+rejects readdir call, then aufs returns an error even if the topmost -+entry allows it. This behaviour is necessary to respect the branch fs's -+security, but can make users confused since the user-visible standard -+attributes don't match the behaviour. -+To address this issue, aufs has a mount option called dirperm1 which -+checks the permission for the topmost entry only, and ignores the lower -+entry's permission. -+ -+A similar issue can happen around XATTR. -+getxattr(2) and listxattr(2) families behave as if dirperm1 option is -+always set. Otherwise these very unpleasant situation would happen. -+- listxattr(2) may return the duplicated entries. -+- users may not be able to remove or reset the XATTR forever, -+ -+ -+XATTR/EA support in the internal (copy,move)-(up,down) -+---------------------------------------------------------------------- -+Generally the extended attributes of inode are categorized as these. -+- "security" for LSM and capability. -+- "system" for posix ACL, 'acl' mount option is required for the branch -+ fs generally. -+- "trusted" for userspace, CAP_SYS_ADMIN is required. -+- "user" for userspace, 'user_xattr' mount option is required for the -+ branch fs generally. -+ -+Moreover there are some other categories. Aufs handles these rather -+unpopular categories as the ordinary ones, ie. there is no special -+condition nor exception. -+ -+In copy-up, the support for XATTR on the dst branch may differ from the -+src branch. In this case, the copy-up operation will get an error and -+the original user operation which triggered the copy-up will fail. It -+can happen that even all copy-up will fail. -+When both of src and dst branches support XATTR and if an error occurs -+during copying XATTR, then the copy-up should fail obviously. That is a -+good reason and aufs should return an error to userspace. But when only -+the src branch support that XATTR, aufs should not return an error. -+For example, the src branch supports ACL but the dst branch doesn't -+because the dst branch may natively un-support it or temporary -+un-support it due to "noacl" mount option. Of course, the dst branch fs -+may NOT return an error even if the XATTR is not supported. It is -+totally up to the branch fs. -+ -+Anyway when the aufs internal copy-up gets an error from the dst branch -+fs, then aufs tries removing the just copied entry and returns the error -+to the userspace. The worst case of this situation will be all copy-up -+will fail. -+ -+For the copy-up operation, there two basic approaches. -+- copy the specified XATTR only (by category above), and return the -+ error unconditionally if it happens. -+- copy all XATTR, and ignore the error on the specified category only. -+ -+In order to support XATTR and to implement the correct behaviour, aufs -+chooses the latter approach and introduces some new branch attributes, -+"icexsec", "icexsys", "icextr", "icexusr", and "icexoth". -+They correspond to the XATTR namespaces (see above). Additionally, to be -+convenient, "icex" is also provided which means all "icex*" attributes -+are set (here the word "icex" stands for "ignore copy-error on XATTR"). -+ -+The meaning of these attributes is to ignore the error from setting -+XATTR on that branch. -+Note that aufs tries copying all XATTR unconditionally, and ignores the -+error from the dst branch according to the specified attributes. -+ -+Some XATTR may have its default value. The default value may come from -+the parent dir or the environment. If the default value is set at the -+file creating-time, it will be overwritten by copy-up. -+Some contradiction may happen I am afraid. -+Do we need another attribute to stop copying XATTR? I am unsure. For -+now, aufs implements the branch attributes to ignore the error. -diff --git a/Documentation/filesystems/aufs/design/07export.txt b/Documentation/filesystems/aufs/design/07export.txt -new file mode 100644 -index 000000000000..f949089f7dd1 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/07export.txt -@@ -0,0 +1,45 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+Export Aufs via NFS -+---------------------------------------------------------------------- -+Here is an approach. -+- like xino/xib, add a new file 'xigen' which stores aufs inode -+ generation. -+- iget_locked(): initialize aufs inode generation for a new inode, and -+ store it in xigen file. -+- destroy_inode(): increment aufs inode generation and store it in xigen -+ file. it is necessary even if it is not unlinked, because any data of -+ inode may be changed by UDBA. -+- encode_fh(): for a root dir, simply return FILEID_ROOT. otherwise -+ build file handle by -+ + branch id (4 bytes) -+ + superblock generation (4 bytes) -+ + inode number (4 or 8 bytes) -+ + parent dir inode number (4 or 8 bytes) -+ + inode generation (4 bytes)) -+ + return value of exportfs_encode_fh() for the parent on a branch (4 -+ bytes) -+ + file handle for a branch (by exportfs_encode_fh()) -+- fh_to_dentry(): -+ + find the index of a branch from its id in handle, and check it is -+ still exist in aufs. -+ + 1st level: get the inode number from handle and search it in cache. -+ + 2nd level: if not found in cache, get the parent inode number from -+ the handle and search it in cache. and then open the found parent -+ dir, find the matching inode number by vfs_readdir() and get its -+ name, and call lookup_one_len() for the target dentry. -+ + 3rd level: if the parent dir is not cached, call -+ exportfs_decode_fh() for a branch and get the parent on a branch, -+ build a pathname of it, convert it a pathname in aufs, call -+ path_lookup(). now aufs gets a parent dir dentry, then handle it as -+ the 2nd level. -+ + to open the dir, aufs needs struct vfsmount. aufs keeps vfsmount -+ for every branch, but not itself. to get this, (currently) aufs -+ searches in current->nsproxy->mnt_ns list. it may not be a good -+ idea, but I didn't get other approach. -+ + test the generation of the gotten inode. -+- every inode operation: they may get EBUSY due to UDBA. in this case, -+ convert it into ESTALE for NFSD. -+- readdir(): call lockdep_on/off() because filldir in NFSD calls -+ lookup_one_len(), vfs_getattr(), encode_fh() and others. -diff --git a/Documentation/filesystems/aufs/design/08shwh.txt b/Documentation/filesystems/aufs/design/08shwh.txt -new file mode 100644 -index 000000000000..770cb009238a ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/08shwh.txt -@@ -0,0 +1,39 @@ -+ -+# Copyright (C) 2005-2018 Junjiro R. Okajima -+ -+Show Whiteout Mode (shwh) -+---------------------------------------------------------------------- -+Generally aufs hides the name of whiteouts. But in some cases, to show -+them is very useful for users. For instance, creating a new middle layer -+(branch) by merging existing layers. -+ -+(borrowing aufs1 HOW-TO from a user, Michael Towers) -+When you have three branches, -+- Bottom: 'system', squashfs (underlying base system), read-only -+- Middle: 'mods', squashfs, read-only -+- Top: 'overlay', ram (tmpfs), read-write -+ -+The top layer is loaded at boot time and saved at shutdown, to preserve -+the changes made to the system during the session. -+When larger changes have been made, or smaller changes have accumulated, -+the size of the saved top layer data grows. At this point, it would be -+nice to be able to merge the two overlay branches ('mods' and 'overlay') -+and rewrite the 'mods' squashfs, clearing the top layer and thus -+restoring save and load speed. -+ -+This merging is simplified by the use of another aufs mount, of just the -+two overlay branches using the 'shwh' option. -+# mount -t aufs -o ro,shwh,br:/livesys/overlay=ro+wh:/livesys/mods=rr+wh \ -+ aufs /livesys/merge_union -+ -+A merged view of these two branches is then available at -+/livesys/merge_union, and the new feature is that the whiteouts are -+visible! -+Note that in 'shwh' mode the aufs mount must be 'ro', which will disable -+writing to all branches. Also the default mode for all branches is 'ro'. -+It is now possible to save the combined contents of the two overlay -+branches to a new squashfs, e.g.: -+# mksquashfs /livesys/merge_union /path/to/newmods.squash -+ -+This new squashfs archive can be stored on the boot device and the -+initramfs will use it to replace the old one at the next boot. -diff --git a/Documentation/filesystems/aufs/design/10dynop.txt b/Documentation/filesystems/aufs/design/10dynop.txt -new file mode 100644 -index 000000000000..0da5f58da0a6 ---- /dev/null -+++ b/Documentation/filesystems/aufs/design/10dynop.txt -@@ -0,0 +1,34 @@ -+ -+# Copyright (C) 2010-2018 Junjiro R. Okajima -+ -+Dynamically customizable FS operations -+---------------------------------------------------------------------- -+Generally FS operations (struct inode_operations, struct -+address_space_operations, struct file_operations, etc.) are defined as -+"static const", but it never means that FS have only one set of -+operation. Some FS have multiple sets of them. For instance, ext2 has -+three sets, one for XIP, for NOBH, and for normal. -+Since aufs overrides and redirects these operations, sometimes aufs has -+to change its behaviour according to the branch FS type. More importantly -+VFS acts differently if a function (member in the struct) is set or -+not. It means aufs should have several sets of operations and select one -+among them according to the branch FS definition. -+ -+In order to solve this problem and not to affect the behaviour of VFS, -+aufs defines these operations dynamically. For instance, aufs defines -+dummy direct_IO function for struct address_space_operations, but it may -+not be set to the address_space_operations actually. When the branch FS -+doesn't have it, aufs doesn't set it to its address_space_operations -+while the function definition itself is still alive. So the behaviour -+itself will not change, and it will return an error when direct_IO is -+not set. -+ -+The lifetime of these dynamically generated operation object is -+maintained by aufs branch object. When the branch is removed from aufs, -+the reference counter of the object is decremented. When it reaches -+zero, the dynamically generated operation object will be freed. -+ -+This approach is designed to support AIO (io_submit), Direct I/O and -+XIP (DAX) mainly. -+Currently this approach is applied to address_space_operations for -+regular files only. -diff --git a/MAINTAINERS b/MAINTAINERS -index b2f710eee67a..d21161917b56 100644 ---- a/MAINTAINERS -+++ b/MAINTAINERS -@@ -2605,6 +2605,19 @@ F: include/linux/audit.h - F: include/uapi/linux/audit.h - F: kernel/audit* - -+AUFS (advanced multi layered unification filesystem) FILESYSTEM -+M: "J. R. Okajima" -+L: linux-unionfs@vger.kernel.org -+L: aufs-users@lists.sourceforge.net (members only) -+W: http://aufs.sourceforge.net -+T: git://github.com/sfjro/aufs4-linux.git -+S: Supported -+F: Documentation/filesystems/aufs/ -+F: Documentation/ABI/testing/debugfs-aufs -+F: Documentation/ABI/testing/sysfs-aufs -+F: fs/aufs/ -+F: include/uapi/linux/aufs_type.h -+ - AUXILIARY DISPLAY DRIVERS - M: Miguel Ojeda Sandonis - S: Maintained -diff --git a/drivers/block/loop.c b/drivers/block/loop.c -index ea9debf59b22..9e534a36c594 100644 ---- a/drivers/block/loop.c -+++ b/drivers/block/loop.c -@@ -739,6 +739,24 @@ static int loop_change_fd(struct loop_device *lo, struct block_device *bdev, - return error; - } - -+/* -+ * for AUFS -+ * no get/put for file. -+ */ -+struct file *loop_backing_file(struct super_block *sb) -+{ -+ struct file *ret; -+ struct loop_device *l; -+ -+ ret = NULL; -+ if (MAJOR(sb->s_dev) == LOOP_MAJOR) { -+ l = sb->s_bdev->bd_disk->private_data; -+ ret = l->lo_backing_file; -+ } -+ return ret; -+} -+EXPORT_SYMBOL_GPL(loop_backing_file); -+ - /* loop sysfs attributes */ - - static ssize_t loop_attr_show(struct device *dev, char *page, -diff --git a/fs/Kconfig b/fs/Kconfig -index ac474a61be37..284cee954591 100644 ---- a/fs/Kconfig -+++ b/fs/Kconfig -@@ -255,6 +255,7 @@ source "fs/pstore/Kconfig" - source "fs/sysv/Kconfig" - source "fs/ufs/Kconfig" - source "fs/exofs/Kconfig" -+source "fs/aufs/Kconfig" - - endif # MISC_FILESYSTEMS - -diff --git a/fs/Makefile b/fs/Makefile -index 293733f61594..12d19d0de07a 100644 ---- a/fs/Makefile -+++ b/fs/Makefile -@@ -128,3 +128,4 @@ obj-y += exofs/ # Multiple modules - obj-$(CONFIG_CEPH_FS) += ceph/ - obj-$(CONFIG_PSTORE) += pstore/ - obj-$(CONFIG_EFIVAR_FS) += efivarfs/ -+obj-$(CONFIG_AUFS_FS) += aufs/ -diff --git a/fs/aufs/Kconfig b/fs/aufs/Kconfig -new file mode 100644 -index 000000000000..0b442aeb7b45 ---- /dev/null -+++ b/fs/aufs/Kconfig -@@ -0,0 +1,199 @@ -+# SPDX-License-Identifier: GPL-2.0 -+config AUFS_FS -+ bool "Aufs (Advanced multi layered unification filesystem) support" -+ help -+ Aufs is a stackable unification filesystem such as Unionfs, -+ which unifies several directories and provides a merged single -+ directory. -+ In the early days, aufs was entirely re-designed and -+ re-implemented Unionfs Version 1.x series. Introducing many -+ original ideas, approaches and improvements, it becomes totally -+ different from Unionfs while keeping the basic features. -+ -+if AUFS_FS -+choice -+ prompt "Maximum number of branches" -+ default AUFS_BRANCH_MAX_127 -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_127 -+ bool "127" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_511 -+ bool "511" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_1023 -+ bool "1023" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+config AUFS_BRANCH_MAX_32767 -+ bool "32767" -+ help -+ Specifies the maximum number of branches (or member directories) -+ in a single aufs. The larger value consumes more system -+ resources and has a minor impact to performance. -+endchoice -+ -+config AUFS_SBILIST -+ bool -+ depends on AUFS_MAGIC_SYSRQ || PROC_FS -+ default y -+ help -+ Automatic configuration for internal use. -+ When aufs supports Magic SysRq or /proc, enabled automatically. -+ -+config AUFS_HNOTIFY -+ bool "Detect direct branch access (bypassing aufs)" -+ help -+ If you want to modify files on branches directly, eg. bypassing aufs, -+ and want aufs to detect the changes of them fully, then enable this -+ option and use 'udba=notify' mount option. -+ Currently there is only one available configuration, "fsnotify". -+ It will have a negative impact to the performance. -+ See detail in aufs.5. -+ -+choice -+ prompt "method" if AUFS_HNOTIFY -+ default AUFS_HFSNOTIFY -+config AUFS_HFSNOTIFY -+ bool "fsnotify" -+ select FSNOTIFY -+endchoice -+ -+config AUFS_EXPORT -+ bool "NFS-exportable aufs" -+ depends on EXPORTFS = y -+ help -+ If you want to export your mounted aufs via NFS, then enable this -+ option. There are several requirements for this configuration. -+ See detail in aufs.5. -+ -+config AUFS_INO_T_64 -+ bool -+ depends on AUFS_EXPORT -+ depends on 64BIT && !(ALPHA || S390) -+ default y -+ help -+ Automatic configuration for internal use. -+ /* typedef unsigned long/int __kernel_ino_t */ -+ /* alpha and s390x are int */ -+ -+config AUFS_XATTR -+ bool "support for XATTR/EA (including Security Labels)" -+ help -+ If your branch fs supports XATTR/EA and you want to make them -+ available in aufs too, then enable this opsion and specify the -+ branch attributes for EA. -+ See detail in aufs.5. -+ -+config AUFS_FHSM -+ bool "File-based Hierarchical Storage Management" -+ help -+ Hierarchical Storage Management (or HSM) is a well-known feature -+ in the storage world. Aufs provides this feature as file-based. -+ with multiple branches. -+ These multiple branches are prioritized, ie. the topmost one -+ should be the fastest drive and be used heavily. -+ -+config AUFS_RDU -+ bool "Readdir in userspace" -+ help -+ Aufs has two methods to provide a merged view for a directory, -+ by a user-space library and by kernel-space natively. The latter -+ is always enabled but sometimes large and slow. -+ If you enable this option, install the library in aufs2-util -+ package, and set some environment variables for your readdir(3), -+ then the work will be handled in user-space which generally -+ shows better performance in most cases. -+ See detail in aufs.5. -+ -+config AUFS_DIRREN -+ bool "Workaround for rename(2)-ing a directory" -+ help -+ By default, aufs returns EXDEV error in renameing a dir who has -+ his child on the lower branch, since it is a bad idea to issue -+ rename(2) internally for every lower branch. But user may not -+ accept this behaviour. So here is a workaround to allow such -+ rename(2) and store some extra infromation on the writable -+ branch. Obviously this costs high (and I don't like it). -+ To use this feature, you need to enable this configuration AND -+ to specify the mount option `dirren.' -+ See details in aufs.5 and the design documents. -+ -+config AUFS_SHWH -+ bool "Show whiteouts" -+ help -+ If you want to make the whiteouts in aufs visible, then enable -+ this option and specify 'shwh' mount option. Although it may -+ sounds like philosophy or something, but in technically it -+ simply shows the name of whiteout with keeping its behaviour. -+ -+config AUFS_BR_RAMFS -+ bool "Ramfs (initramfs/rootfs) as an aufs branch" -+ help -+ If you want to use ramfs as an aufs branch fs, then enable this -+ option. Generally tmpfs is recommended. -+ Aufs prohibited them to be a branch fs by default, because -+ initramfs becomes unusable after switch_root or something -+ generally. If you sets initramfs as an aufs branch and boot your -+ system by switch_root, you will meet a problem easily since the -+ files in initramfs may be inaccessible. -+ Unless you are going to use ramfs as an aufs branch fs without -+ switch_root or something, leave it N. -+ -+config AUFS_BR_FUSE -+ bool "Fuse fs as an aufs branch" -+ depends on FUSE_FS -+ select AUFS_POLL -+ help -+ If you want to use fuse-based userspace filesystem as an aufs -+ branch fs, then enable this option. -+ It implements the internal poll(2) operation which is -+ implemented by fuse only (curretnly). -+ -+config AUFS_POLL -+ bool -+ help -+ Automatic configuration for internal use. -+ -+config AUFS_BR_HFSPLUS -+ bool "Hfsplus as an aufs branch" -+ depends on HFSPLUS_FS -+ default y -+ help -+ If you want to use hfsplus fs as an aufs branch fs, then enable -+ this option. This option introduces a small overhead at -+ copying-up a file on hfsplus. -+ -+config AUFS_BDEV_LOOP -+ bool -+ depends on BLK_DEV_LOOP -+ default y -+ help -+ Automatic configuration for internal use. -+ Convert =[ym] into =y. -+ -+config AUFS_DEBUG -+ bool "Debug aufs" -+ help -+ Enable this to compile aufs internal debug code. -+ It will have a negative impact to the performance. -+ -+config AUFS_MAGIC_SYSRQ -+ bool -+ depends on AUFS_DEBUG && MAGIC_SYSRQ -+ default y -+ help -+ Automatic configuration for internal use. -+ When aufs supports Magic SysRq, enabled automatically. -+endif -diff --git a/fs/aufs/Makefile b/fs/aufs/Makefile -new file mode 100644 -index 000000000000..aa43f916b5ef ---- /dev/null -+++ b/fs/aufs/Makefile -@@ -0,0 +1,38 @@ -+# SPDX-License-Identifier: GPL-2.0 -+ -+include ${srctree}/${src}/magic.mk -+ -+# cf. include/linux/kernel.h -+# enable pr_debug -+ccflags-y += -DDEBUG -+# sparse requires the full pathname -+ccflags-y += -include ${srctree}/include/uapi/linux/aufs_type.h -+ -+obj-$(CONFIG_AUFS_FS) += aufs.o -+aufs-y := module.o sbinfo.o super.o branch.o xino.o sysaufs.o opts.o \ -+ wkq.o vfsub.o dcsub.o \ -+ cpup.o whout.o wbr_policy.o \ -+ dinfo.o dentry.o \ -+ dynop.o \ -+ finfo.o file.o f_op.o \ -+ dir.o vdir.o \ -+ iinfo.o inode.o i_op.o i_op_add.o i_op_del.o i_op_ren.o \ -+ mvdown.o ioctl.o -+ -+# all are boolean -+aufs-$(CONFIG_PROC_FS) += procfs.o plink.o -+aufs-$(CONFIG_SYSFS) += sysfs.o -+aufs-$(CONFIG_DEBUG_FS) += dbgaufs.o -+aufs-$(CONFIG_AUFS_BDEV_LOOP) += loop.o -+aufs-$(CONFIG_AUFS_HNOTIFY) += hnotify.o -+aufs-$(CONFIG_AUFS_HFSNOTIFY) += hfsnotify.o -+aufs-$(CONFIG_AUFS_EXPORT) += export.o -+aufs-$(CONFIG_AUFS_XATTR) += xattr.o -+aufs-$(CONFIG_FS_POSIX_ACL) += posix_acl.o -+aufs-$(CONFIG_AUFS_DIRREN) += dirren.o -+aufs-$(CONFIG_AUFS_FHSM) += fhsm.o -+aufs-$(CONFIG_AUFS_POLL) += poll.o -+aufs-$(CONFIG_AUFS_RDU) += rdu.o -+aufs-$(CONFIG_AUFS_BR_HFSPLUS) += hfsplus.o -+aufs-$(CONFIG_AUFS_DEBUG) += debug.o -+aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o -diff --git a/fs/aufs/aufs.h b/fs/aufs/aufs.h -new file mode 100644 -index 000000000000..dea04e2ba37c ---- /dev/null -+++ b/fs/aufs/aufs.h -@@ -0,0 +1,49 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * all header files -+ */ -+ -+#ifndef __AUFS_H__ -+#define __AUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+#define AuStub(type, name, body, ...) \ -+ static inline type name(__VA_ARGS__) { body; } -+ -+#define AuStubVoid(name, ...) \ -+ AuStub(void, name, , __VA_ARGS__) -+#define AuStubInt0(name, ...) \ -+ AuStub(int, name, return 0, __VA_ARGS__) -+ -+#include "debug.h" -+ -+#include "branch.h" -+#include "cpup.h" -+#include "dcsub.h" -+#include "dbgaufs.h" -+#include "dentry.h" -+#include "dir.h" -+#include "dirren.h" -+#include "dynop.h" -+#include "file.h" -+#include "fstype.h" -+#include "hbl.h" -+#include "inode.h" -+#include "lcnt.h" -+#include "loop.h" -+#include "module.h" -+#include "opts.h" -+#include "rwsem.h" -+#include "super.h" -+#include "sysaufs.h" -+#include "vfsub.h" -+#include "whout.h" -+#include "wkq.h" -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_H__ */ -diff --git a/fs/aufs/branch.c b/fs/aufs/branch.c -new file mode 100644 -index 000000000000..1451b4418950 ---- /dev/null -+++ b/fs/aufs/branch.c -@@ -0,0 +1,1409 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * branch management -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+/* -+ * free a single branch -+ */ -+static void au_br_do_free(struct au_branch *br) -+{ -+ int i; -+ struct au_wbr *wbr; -+ struct au_dykey **key; -+ -+ au_hnotify_fin_br(br); -+ /* always, regardless the mount option */ -+ au_dr_hino_free(&br->br_dirren); -+ au_xino_put(br); -+ -+ AuLCntZero(au_lcnt_read(&br->br_nfiles, /*do_rev*/0)); -+ au_lcnt_fin(&br->br_nfiles, /*do_sync*/0); -+ AuLCntZero(au_lcnt_read(&br->br_count, /*do_rev*/0)); -+ au_lcnt_fin(&br->br_count, /*do_sync*/0); -+ -+ wbr = br->br_wbr; -+ if (wbr) { -+ for (i = 0; i < AuBrWh_Last; i++) -+ dput(wbr->wbr_wh[i]); -+ AuDebugOn(atomic_read(&wbr->wbr_wh_running)); -+ AuRwDestroy(&wbr->wbr_wh_rwsem); -+ } -+ -+ if (br->br_fhsm) { -+ au_br_fhsm_fin(br->br_fhsm); -+ kfree(br->br_fhsm); -+ } -+ -+ key = br->br_dykey; -+ for (i = 0; i < AuBrDynOp; i++, key++) -+ if (*key) -+ au_dy_put(*key); -+ else -+ break; -+ -+ /* recursive lock, s_umount of branch's */ -+ /* synchronize_rcu(); */ /* why? */ -+ lockdep_off(); -+ path_put(&br->br_path); -+ lockdep_on(); -+ kfree(wbr); -+ au_lcnt_wait_for_fin(&br->br_nfiles); -+ au_lcnt_wait_for_fin(&br->br_count); -+ /* I don't know why, but percpu_refcount requires this */ -+ /* synchronize_rcu(); */ -+ kfree(br); -+} -+ -+/* -+ * frees all branches -+ */ -+void au_br_free(struct au_sbinfo *sbinfo) -+{ -+ aufs_bindex_t bmax; -+ struct au_branch **br; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ bmax = sbinfo->si_bbot + 1; -+ br = sbinfo->si_branch; -+ while (bmax--) -+ au_br_do_free(*br++); -+} -+ -+/* -+ * find the index of a branch which is specified by @br_id. -+ */ -+int au_br_index(struct super_block *sb, aufs_bindex_t br_id) -+{ -+ aufs_bindex_t bindex, bbot; -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (au_sbr_id(sb, bindex) == br_id) -+ return bindex; -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * add a branch -+ */ -+ -+static int test_overlap(struct super_block *sb, struct dentry *h_adding, -+ struct dentry *h_root) -+{ -+ if (unlikely(h_adding == h_root -+ || au_test_loopback_overlap(sb, h_adding))) -+ return 1; -+ if (h_adding->d_sb != h_root->d_sb) -+ return 0; -+ return au_test_subdir(h_adding, h_root) -+ || au_test_subdir(h_root, h_adding); -+} -+ -+/* -+ * returns a newly allocated branch. @new_nbranch is a number of branches -+ * after adding a branch. -+ */ -+static struct au_branch *au_br_alloc(struct super_block *sb, int new_nbranch, -+ int perm) -+{ -+ struct au_branch *add_branch; -+ struct dentry *root; -+ struct inode *inode; -+ int err; -+ -+ err = -ENOMEM; -+ add_branch = kzalloc(sizeof(*add_branch), GFP_NOFS); -+ if (unlikely(!add_branch)) -+ goto out; -+ add_branch->br_xino = au_xino_alloc(/*nfile*/1); -+ if (unlikely(!add_branch->br_xino)) -+ goto out_br; -+ err = au_hnotify_init_br(add_branch, perm); -+ if (unlikely(err)) -+ goto out_xino; -+ -+ if (au_br_writable(perm)) { -+ /* may be freed separately at changing the branch permission */ -+ add_branch->br_wbr = kzalloc(sizeof(*add_branch->br_wbr), -+ GFP_NOFS); -+ if (unlikely(!add_branch->br_wbr)) -+ goto out_hnotify; -+ } -+ -+ if (au_br_fhsm(perm)) { -+ err = au_fhsm_br_alloc(add_branch); -+ if (unlikely(err)) -+ goto out_wbr; -+ } -+ -+ root = sb->s_root; -+ err = au_sbr_realloc(au_sbi(sb), new_nbranch, /*may_shrink*/0); -+ if (!err) -+ err = au_di_realloc(au_di(root), new_nbranch, /*may_shrink*/0); -+ if (!err) { -+ inode = d_inode(root); -+ err = au_hinode_realloc(au_ii(inode), new_nbranch, -+ /*may_shrink*/0); -+ } -+ if (!err) -+ return add_branch; /* success */ -+ -+out_wbr: -+ kfree(add_branch->br_wbr); -+out_hnotify: -+ au_hnotify_fin_br(add_branch); -+out_xino: -+ au_xino_put(add_branch); -+out_br: -+ kfree(add_branch); -+out: -+ return ERR_PTR(err); -+} -+ -+/* -+ * test if the branch permission is legal or not. -+ */ -+static int test_br(struct inode *inode, int brperm, char *path) -+{ -+ int err; -+ -+ err = (au_br_writable(brperm) && IS_RDONLY(inode)); -+ if (!err) -+ goto out; -+ -+ err = -EINVAL; -+ pr_err("write permission for readonly mount or inode, %s\n", path); -+ -+out: -+ return err; -+} -+ -+/* -+ * returns: -+ * 0: success, the caller will add it -+ * plus: success, it is already unified, the caller should ignore it -+ * minus: error -+ */ -+static int test_add(struct super_block *sb, struct au_opt_add *add, int remount) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *root, *h_dentry; -+ struct inode *inode, *h_inode; -+ -+ root = sb->s_root; -+ bbot = au_sbbot(sb); -+ if (unlikely(bbot >= 0 -+ && au_find_dbindex(root, add->path.dentry) >= 0)) { -+ err = 1; -+ if (!remount) { -+ err = -EINVAL; -+ pr_err("%s duplicated\n", add->pathname); -+ } -+ goto out; -+ } -+ -+ err = -ENOSPC; /* -E2BIG; */ -+ if (unlikely(AUFS_BRANCH_MAX <= add->bindex -+ || AUFS_BRANCH_MAX - 1 <= bbot)) { -+ pr_err("number of branches exceeded %s\n", add->pathname); -+ goto out; -+ } -+ -+ err = -EDOM; -+ if (unlikely(add->bindex < 0 || bbot + 1 < add->bindex)) { -+ pr_err("bad index %d\n", add->bindex); -+ goto out; -+ } -+ -+ inode = d_inode(add->path.dentry); -+ err = -ENOENT; -+ if (unlikely(!inode->i_nlink)) { -+ pr_err("no existence %s\n", add->pathname); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ if (unlikely(inode->i_sb == sb)) { -+ pr_err("%s must be outside\n", add->pathname); -+ goto out; -+ } -+ -+ if (unlikely(au_test_fs_unsuppoted(inode->i_sb))) { -+ pr_err("unsupported filesystem, %s (%s)\n", -+ add->pathname, au_sbtype(inode->i_sb)); -+ goto out; -+ } -+ -+ if (unlikely(inode->i_sb->s_stack_depth)) { -+ pr_err("already stacked, %s (%s)\n", -+ add->pathname, au_sbtype(inode->i_sb)); -+ goto out; -+ } -+ -+ err = test_br(d_inode(add->path.dentry), add->perm, add->pathname); -+ if (unlikely(err)) -+ goto out; -+ -+ if (bbot < 0) -+ return 0; /* success */ -+ -+ err = -EINVAL; -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (unlikely(test_overlap(sb, add->path.dentry, -+ au_h_dptr(root, bindex)))) { -+ pr_err("%s is overlapped\n", add->pathname); -+ goto out; -+ } -+ -+ err = 0; -+ if (au_opt_test(au_mntflags(sb), WARN_PERM)) { -+ h_dentry = au_h_dptr(root, 0); -+ h_inode = d_inode(h_dentry); -+ if ((h_inode->i_mode & S_IALLUGO) != (inode->i_mode & S_IALLUGO) -+ || !uid_eq(h_inode->i_uid, inode->i_uid) -+ || !gid_eq(h_inode->i_gid, inode->i_gid)) -+ pr_warn("uid/gid/perm %s %u/%u/0%o, %u/%u/0%o\n", -+ add->pathname, -+ i_uid_read(inode), i_gid_read(inode), -+ (inode->i_mode & S_IALLUGO), -+ i_uid_read(h_inode), i_gid_read(h_inode), -+ (h_inode->i_mode & S_IALLUGO)); -+ } -+ -+out: -+ return err; -+} -+ -+/* -+ * initialize or clean the whiteouts for an adding branch -+ */ -+static int au_br_init_wh(struct super_block *sb, struct au_branch *br, -+ int new_perm) -+{ -+ int err, old_perm; -+ aufs_bindex_t bindex; -+ struct inode *h_inode; -+ struct au_wbr *wbr; -+ struct au_hinode *hdir; -+ struct dentry *h_dentry; -+ -+ err = vfsub_mnt_want_write(au_br_mnt(br)); -+ if (unlikely(err)) -+ goto out; -+ -+ wbr = br->br_wbr; -+ old_perm = br->br_perm; -+ br->br_perm = new_perm; -+ hdir = NULL; -+ h_inode = NULL; -+ bindex = au_br_index(sb, br->br_id); -+ if (0 <= bindex) { -+ hdir = au_hi(d_inode(sb->s_root), bindex); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ } else { -+ h_dentry = au_br_dentry(br); -+ h_inode = d_inode(h_dentry); -+ inode_lock_nested(h_inode, AuLsc_I_PARENT); -+ } -+ if (!wbr) -+ err = au_wh_init(br, sb); -+ else { -+ wbr_wh_write_lock(wbr); -+ err = au_wh_init(br, sb); -+ wbr_wh_write_unlock(wbr); -+ } -+ if (hdir) -+ au_hn_inode_unlock(hdir); -+ else -+ inode_unlock(h_inode); -+ vfsub_mnt_drop_write(au_br_mnt(br)); -+ br->br_perm = old_perm; -+ -+ if (!err && wbr && !au_br_writable(new_perm)) { -+ kfree(wbr); -+ br->br_wbr = NULL; -+ } -+ -+out: -+ return err; -+} -+ -+static int au_wbr_init(struct au_branch *br, struct super_block *sb, -+ int perm) -+{ -+ int err; -+ struct kstatfs kst; -+ struct au_wbr *wbr; -+ -+ wbr = br->br_wbr; -+ au_rw_init(&wbr->wbr_wh_rwsem); -+ atomic_set(&wbr->wbr_wh_running, 0); -+ -+ /* -+ * a limit for rmdir/rename a dir -+ * cf. AUFS_MAX_NAMELEN in include/uapi/linux/aufs_type.h -+ */ -+ err = vfs_statfs(&br->br_path, &kst); -+ if (unlikely(err)) -+ goto out; -+ err = -EINVAL; -+ if (kst.f_namelen >= NAME_MAX) -+ err = au_br_init_wh(sb, br, perm); -+ else -+ pr_err("%pd(%s), unsupported namelen %ld\n", -+ au_br_dentry(br), -+ au_sbtype(au_br_dentry(br)->d_sb), kst.f_namelen); -+ -+out: -+ return err; -+} -+ -+/* initialize a new branch */ -+static int au_br_init(struct au_branch *br, struct super_block *sb, -+ struct au_opt_add *add) -+{ -+ int err; -+ struct au_branch *brbase; -+ struct file *xf; -+ struct inode *h_inode; -+ -+ err = 0; -+ br->br_perm = add->perm; -+ br->br_path = add->path; /* set first, path_get() later */ -+ spin_lock_init(&br->br_dykey_lock); -+ au_lcnt_init(&br->br_nfiles, /*release*/NULL); -+ au_lcnt_init(&br->br_count, /*release*/NULL); -+ br->br_id = au_new_br_id(sb); -+ AuDebugOn(br->br_id < 0); -+ -+ /* always, regardless the given option */ -+ err = au_dr_br_init(sb, br, &add->path); -+ if (unlikely(err)) -+ goto out_err; -+ -+ if (au_br_writable(add->perm)) { -+ err = au_wbr_init(br, sb, add->perm); -+ if (unlikely(err)) -+ goto out_err; -+ } -+ -+ if (au_opt_test(au_mntflags(sb), XINO)) { -+ brbase = au_sbr(sb, 0); -+ xf = au_xino_file(brbase->br_xino, /*idx*/-1); -+ AuDebugOn(!xf); -+ h_inode = d_inode(add->path.dentry); -+ err = au_xino_init_br(sb, br, h_inode->i_ino, &xf->f_path); -+ if (unlikely(err)) { -+ AuDebugOn(au_xino_file(br->br_xino, /*idx*/-1)); -+ goto out_err; -+ } -+ } -+ -+ sysaufs_br_init(br); -+ path_get(&br->br_path); -+ goto out; /* success */ -+ -+out_err: -+ memset(&br->br_path, 0, sizeof(br->br_path)); -+out: -+ return err; -+} -+ -+static void au_br_do_add_brp(struct au_sbinfo *sbinfo, aufs_bindex_t bindex, -+ struct au_branch *br, aufs_bindex_t bbot, -+ aufs_bindex_t amount) -+{ -+ struct au_branch **brp; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ brp = sbinfo->si_branch + bindex; -+ memmove(brp + 1, brp, sizeof(*brp) * amount); -+ *brp = br; -+ sbinfo->si_bbot++; -+ if (unlikely(bbot < 0)) -+ sbinfo->si_bbot = 0; -+} -+ -+static void au_br_do_add_hdp(struct au_dinfo *dinfo, aufs_bindex_t bindex, -+ aufs_bindex_t bbot, aufs_bindex_t amount) -+{ -+ struct au_hdentry *hdp; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ hdp = au_hdentry(dinfo, bindex); -+ memmove(hdp + 1, hdp, sizeof(*hdp) * amount); -+ au_h_dentry_init(hdp); -+ dinfo->di_bbot++; -+ if (unlikely(bbot < 0)) -+ dinfo->di_btop = 0; -+} -+ -+static void au_br_do_add_hip(struct au_iinfo *iinfo, aufs_bindex_t bindex, -+ aufs_bindex_t bbot, aufs_bindex_t amount) -+{ -+ struct au_hinode *hip; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ hip = au_hinode(iinfo, bindex); -+ memmove(hip + 1, hip, sizeof(*hip) * amount); -+ au_hinode_init(hip); -+ iinfo->ii_bbot++; -+ if (unlikely(bbot < 0)) -+ iinfo->ii_btop = 0; -+} -+ -+static void au_br_do_add(struct super_block *sb, struct au_branch *br, -+ aufs_bindex_t bindex) -+{ -+ struct dentry *root, *h_dentry; -+ struct inode *root_inode, *h_inode; -+ aufs_bindex_t bbot, amount; -+ -+ root = sb->s_root; -+ root_inode = d_inode(root); -+ bbot = au_sbbot(sb); -+ amount = bbot + 1 - bindex; -+ h_dentry = au_br_dentry(br); -+ au_sbilist_lock(); -+ au_br_do_add_brp(au_sbi(sb), bindex, br, bbot, amount); -+ au_br_do_add_hdp(au_di(root), bindex, bbot, amount); -+ au_br_do_add_hip(au_ii(root_inode), bindex, bbot, amount); -+ au_set_h_dptr(root, bindex, dget(h_dentry)); -+ h_inode = d_inode(h_dentry); -+ au_set_h_iptr(root_inode, bindex, au_igrab(h_inode), /*flags*/0); -+ au_sbilist_unlock(); -+} -+ -+int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount) -+{ -+ int err; -+ aufs_bindex_t bbot, add_bindex; -+ struct dentry *root, *h_dentry; -+ struct inode *root_inode; -+ struct au_branch *add_branch; -+ -+ root = sb->s_root; -+ root_inode = d_inode(root); -+ IMustLock(root_inode); -+ IiMustWriteLock(root_inode); -+ err = test_add(sb, add, remount); -+ if (unlikely(err < 0)) -+ goto out; -+ if (err) { -+ err = 0; -+ goto out; /* success */ -+ } -+ -+ bbot = au_sbbot(sb); -+ add_branch = au_br_alloc(sb, bbot + 2, add->perm); -+ err = PTR_ERR(add_branch); -+ if (IS_ERR(add_branch)) -+ goto out; -+ -+ err = au_br_init(add_branch, sb, add); -+ if (unlikely(err)) { -+ au_br_do_free(add_branch); -+ goto out; -+ } -+ -+ add_bindex = add->bindex; -+ sysaufs_brs_del(sb, add_bindex); /* remove successors */ -+ au_br_do_add(sb, add_branch, add_bindex); -+ sysaufs_brs_add(sb, add_bindex); /* append successors */ -+ dbgaufs_brs_add(sb, add_bindex, /*topdown*/0); /* rename successors */ -+ -+ h_dentry = add->path.dentry; -+ if (!add_bindex) { -+ au_cpup_attr_all(root_inode, /*force*/1); -+ sb->s_maxbytes = h_dentry->d_sb->s_maxbytes; -+ } else -+ au_add_nlink(root_inode, d_inode(h_dentry)); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static unsigned long long au_farray_cb(struct super_block *sb, void *a, -+ unsigned long long max __maybe_unused, -+ void *arg) -+{ -+ unsigned long long n; -+ struct file **p, *f; -+ struct hlist_bl_head *files; -+ struct hlist_bl_node *pos; -+ struct au_finfo *finfo; -+ -+ n = 0; -+ p = a; -+ files = &au_sbi(sb)->si_files; -+ hlist_bl_lock(files); -+ hlist_bl_for_each_entry(finfo, pos, files, fi_hlist) { -+ f = finfo->fi_file; -+ if (file_count(f) -+ && !special_file(file_inode(f)->i_mode)) { -+ get_file(f); -+ *p++ = f; -+ n++; -+ AuDebugOn(n > max); -+ } -+ } -+ hlist_bl_unlock(files); -+ -+ return n; -+} -+ -+static struct file **au_farray_alloc(struct super_block *sb, -+ unsigned long long *max) -+{ -+ struct au_sbinfo *sbi; -+ -+ sbi = au_sbi(sb); -+ *max = au_lcnt_read(&sbi->si_nfiles, /*do_rev*/1); -+ return au_array_alloc(max, au_farray_cb, sb, /*arg*/NULL); -+} -+ -+static void au_farray_free(struct file **a, unsigned long long max) -+{ -+ unsigned long long ull; -+ -+ for (ull = 0; ull < max; ull++) -+ if (a[ull]) -+ fput(a[ull]); -+ kvfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * delete a branch -+ */ -+ -+/* to show the line number, do not make it inlined function */ -+#define AuVerbose(do_info, fmt, ...) do { \ -+ if (do_info) \ -+ pr_info(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+static int au_test_ibusy(struct inode *inode, aufs_bindex_t btop, -+ aufs_bindex_t bbot) -+{ -+ return (inode && !S_ISDIR(inode->i_mode)) || btop == bbot; -+} -+ -+static int au_test_dbusy(struct dentry *dentry, aufs_bindex_t btop, -+ aufs_bindex_t bbot) -+{ -+ return au_test_ibusy(d_inode(dentry), btop, bbot); -+} -+ -+/* -+ * test if the branch is deletable or not. -+ */ -+static int test_dentry_busy(struct dentry *root, aufs_bindex_t bindex, -+ unsigned int sigen, const unsigned int verbose) -+{ -+ int err, i, j, ndentry; -+ aufs_bindex_t btop, bbot; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry *d; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, root, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ for (i = 0; !err && i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = 0; !err && j < ndentry; j++) { -+ d = dpage->dentries[j]; -+ AuDebugOn(au_dcount(d) <= 0); -+ if (!au_digen_test(d, sigen)) { -+ di_read_lock_child(d, AuLock_IR); -+ if (unlikely(au_dbrange_test(d))) { -+ di_read_unlock(d, AuLock_IR); -+ continue; -+ } -+ } else { -+ di_write_lock_child(d); -+ if (unlikely(au_dbrange_test(d))) { -+ di_write_unlock(d); -+ continue; -+ } -+ err = au_reval_dpath(d, sigen); -+ if (!err) -+ di_downgrade_lock(d, AuLock_IR); -+ else { -+ di_write_unlock(d); -+ break; -+ } -+ } -+ -+ /* AuDbgDentry(d); */ -+ btop = au_dbtop(d); -+ bbot = au_dbbot(d); -+ if (btop <= bindex -+ && bindex <= bbot -+ && au_h_dptr(d, bindex) -+ && au_test_dbusy(d, btop, bbot)) { -+ err = -EBUSY; -+ AuVerbose(verbose, "busy %pd\n", d); -+ AuDbgDentry(d); -+ } -+ di_read_unlock(d, AuLock_IR); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int test_inode_busy(struct super_block *sb, aufs_bindex_t bindex, -+ unsigned int sigen, const unsigned int verbose) -+{ -+ int err; -+ unsigned long long max, ull; -+ struct inode *i, **array; -+ aufs_bindex_t btop, bbot; -+ -+ array = au_iarray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ AuDbg("b%d\n", bindex); -+ for (ull = 0; !err && ull < max; ull++) { -+ i = array[ull]; -+ if (unlikely(!i)) -+ break; -+ if (i->i_ino == AUFS_ROOT_INO) -+ continue; -+ -+ /* AuDbgInode(i); */ -+ if (au_iigen(i, NULL) == sigen) -+ ii_read_lock_child(i); -+ else { -+ ii_write_lock_child(i); -+ err = au_refresh_hinode_self(i); -+ au_iigen_dec(i); -+ if (!err) -+ ii_downgrade_lock(i); -+ else { -+ ii_write_unlock(i); -+ break; -+ } -+ } -+ -+ btop = au_ibtop(i); -+ bbot = au_ibbot(i); -+ if (btop <= bindex -+ && bindex <= bbot -+ && au_h_iptr(i, bindex) -+ && au_test_ibusy(i, btop, bbot)) { -+ err = -EBUSY; -+ AuVerbose(verbose, "busy i%lu\n", i->i_ino); -+ AuDbgInode(i); -+ } -+ ii_read_unlock(i); -+ } -+ au_iarray_free(array, max); -+ -+out: -+ return err; -+} -+ -+static int test_children_busy(struct dentry *root, aufs_bindex_t bindex, -+ const unsigned int verbose) -+{ -+ int err; -+ unsigned int sigen; -+ -+ sigen = au_sigen(root->d_sb); -+ DiMustNoWaiters(root); -+ IiMustNoWaiters(d_inode(root)); -+ di_write_unlock(root); -+ err = test_dentry_busy(root, bindex, sigen, verbose); -+ if (!err) -+ err = test_inode_busy(root->d_sb, bindex, sigen, verbose); -+ di_write_lock_child(root); /* aufs_write_lock() calls ..._child() */ -+ -+ return err; -+} -+ -+static int test_dir_busy(struct file *file, aufs_bindex_t br_id, -+ struct file **to_free, int *idx) -+{ -+ int err; -+ unsigned char matched, root; -+ aufs_bindex_t bindex, bbot; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ -+ err = 0; -+ root = IS_ROOT(file->f_path.dentry); -+ if (root) { -+ get_file(file); -+ to_free[*idx] = file; -+ (*idx)++; -+ goto out; -+ } -+ -+ matched = 0; -+ fidir = au_fi(file)->fi_hdir; -+ AuDebugOn(!fidir); -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); bindex <= bbot; bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ if (!hfile->hf_file) -+ continue; -+ -+ if (hfile->hf_br->br_id == br_id) { -+ matched = 1; -+ break; -+ } -+ } -+ if (matched) -+ err = -EBUSY; -+ -+out: -+ return err; -+} -+ -+static int test_file_busy(struct super_block *sb, aufs_bindex_t br_id, -+ struct file **to_free, int opened) -+{ -+ int err, idx; -+ unsigned long long ull, max; -+ aufs_bindex_t btop; -+ struct file *file, **array; -+ struct dentry *root; -+ struct au_hfile *hfile; -+ -+ array = au_farray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ idx = 0; -+ root = sb->s_root; -+ di_write_unlock(root); -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ fi_read_lock(file); -+ btop = au_fbtop(file); -+ if (!d_is_dir(file->f_path.dentry)) { -+ hfile = &au_fi(file)->fi_htop; -+ if (hfile->hf_br->br_id == br_id) -+ err = -EBUSY; -+ } else -+ err = test_dir_busy(file, br_id, to_free, &idx); -+ fi_read_unlock(file); -+ if (unlikely(err)) -+ break; -+ } -+ di_write_lock_child(root); -+ au_farray_free(array, max); -+ AuDebugOn(idx > opened); -+ -+out: -+ return err; -+} -+ -+static void br_del_file(struct file **to_free, unsigned long long opened, -+ aufs_bindex_t br_id) -+{ -+ unsigned long long ull; -+ aufs_bindex_t bindex, btop, bbot, bfound; -+ struct file *file; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ -+ for (ull = 0; ull < opened; ull++) { -+ file = to_free[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ AuDebugOn(!d_is_dir(file->f_path.dentry)); -+ bfound = -1; -+ fidir = au_fi(file)->fi_hdir; -+ AuDebugOn(!fidir); -+ fi_write_lock(file); -+ btop = au_fbtop(file); -+ bbot = au_fbbot_dir(file); -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ if (!hfile->hf_file) -+ continue; -+ -+ if (hfile->hf_br->br_id == br_id) { -+ bfound = bindex; -+ break; -+ } -+ } -+ AuDebugOn(bfound < 0); -+ au_set_h_fptr(file, bfound, NULL); -+ if (bfound == btop) { -+ for (btop++; btop <= bbot; btop++) -+ if (au_hf_dir(file, btop)) { -+ au_set_fbtop(file, btop); -+ break; -+ } -+ } -+ fi_write_unlock(file); -+ } -+} -+ -+static void au_br_do_del_brp(struct au_sbinfo *sbinfo, -+ const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_branch **brp, **p; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ brp = sbinfo->si_branch + bindex; -+ if (bindex < bbot) -+ memmove(brp, brp + 1, sizeof(*brp) * (bbot - bindex)); -+ sbinfo->si_branch[0 + bbot] = NULL; -+ sbinfo->si_bbot--; -+ -+ p = au_krealloc(sbinfo->si_branch, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ sbinfo->si_branch = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del_hdp(struct au_dinfo *dinfo, const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_hdentry *hdp, *p; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ hdp = au_hdentry(dinfo, bindex); -+ if (bindex < bbot) -+ memmove(hdp, hdp + 1, sizeof(*hdp) * (bbot - bindex)); -+ /* au_h_dentry_init(au_hdentry(dinfo, bbot); */ -+ dinfo->di_bbot--; -+ -+ p = au_krealloc(dinfo->di_hdentry, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ dinfo->di_hdentry = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del_hip(struct au_iinfo *iinfo, const aufs_bindex_t bindex, -+ const aufs_bindex_t bbot) -+{ -+ struct au_hinode *hip, *p; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ hip = au_hinode(iinfo, bindex); -+ if (bindex < bbot) -+ memmove(hip, hip + 1, sizeof(*hip) * (bbot - bindex)); -+ /* au_hinode_init(au_hinode(iinfo, bbot)); */ -+ iinfo->ii_bbot--; -+ -+ p = au_krealloc(iinfo->ii_hinode, sizeof(*p) * bbot, AuGFP_SBILIST, -+ /*may_shrink*/1); -+ if (p) -+ iinfo->ii_hinode = p; -+ /* harmless error */ -+} -+ -+static void au_br_do_del(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_branch *br) -+{ -+ aufs_bindex_t bbot; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root, *h_root; -+ struct inode *inode, *h_inode; -+ struct au_hinode *hinode; -+ -+ SiMustWriteLock(sb); -+ -+ root = sb->s_root; -+ inode = d_inode(root); -+ sbinfo = au_sbi(sb); -+ bbot = sbinfo->si_bbot; -+ -+ h_root = au_h_dptr(root, bindex); -+ hinode = au_hi(inode, bindex); -+ h_inode = au_igrab(hinode->hi_inode); -+ au_hiput(hinode); -+ -+ au_sbilist_lock(); -+ au_br_do_del_brp(sbinfo, bindex, bbot); -+ au_br_do_del_hdp(au_di(root), bindex, bbot); -+ au_br_do_del_hip(au_ii(inode), bindex, bbot); -+ au_sbilist_unlock(); -+ -+ /* ignore an error */ -+ au_dr_br_fin(sb, br); /* always, regardless the mount option */ -+ -+ dput(h_root); -+ iput(h_inode); -+ au_br_do_free(br); -+} -+ -+static unsigned long long empty_cb(struct super_block *sb, void *array, -+ unsigned long long max, void *arg) -+{ -+ return max; -+} -+ -+int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount) -+{ -+ int err, rerr, i; -+ unsigned long long opened; -+ unsigned int mnt_flags; -+ aufs_bindex_t bindex, bbot, br_id; -+ unsigned char do_wh, verbose; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *root; -+ struct file **to_free; -+ -+ err = 0; -+ opened = 0; -+ to_free = NULL; -+ root = sb->s_root; -+ bindex = au_find_dbindex(root, del->h_path.dentry); -+ if (bindex < 0) { -+ if (remount) -+ goto out; /* success */ -+ err = -ENOENT; -+ pr_err("%s no such branch\n", del->pathname); -+ goto out; -+ } -+ AuDbg("bindex b%d\n", bindex); -+ -+ err = -EBUSY; -+ mnt_flags = au_mntflags(sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ bbot = au_sbbot(sb); -+ if (unlikely(!bbot)) { -+ AuVerbose(verbose, "no more branches left\n"); -+ goto out; -+ } -+ -+ br = au_sbr(sb, bindex); -+ AuDebugOn(!path_equal(&br->br_path, &del->h_path)); -+ if (unlikely(au_lcnt_read(&br->br_count, /*do_rev*/1))) { -+ AuVerbose(verbose, "br %pd2 is busy now\n", del->h_path.dentry); -+ goto out; -+ } -+ -+ br_id = br->br_id; -+ opened = au_lcnt_read(&br->br_nfiles, /*do_rev*/1); -+ if (unlikely(opened)) { -+ to_free = au_array_alloc(&opened, empty_cb, sb, NULL); -+ err = PTR_ERR(to_free); -+ if (IS_ERR(to_free)) -+ goto out; -+ -+ err = test_file_busy(sb, br_id, to_free, opened); -+ if (unlikely(err)) { -+ AuVerbose(verbose, "%llu file(s) opened\n", opened); -+ goto out; -+ } -+ } -+ -+ wbr = br->br_wbr; -+ do_wh = wbr && (wbr->wbr_whbase || wbr->wbr_plink || wbr->wbr_orph); -+ if (do_wh) { -+ /* instead of WbrWhMustWriteLock(wbr) */ -+ SiMustWriteLock(sb); -+ for (i = 0; i < AuBrWh_Last; i++) { -+ dput(wbr->wbr_wh[i]); -+ wbr->wbr_wh[i] = NULL; -+ } -+ } -+ -+ err = test_children_busy(root, bindex, verbose); -+ if (unlikely(err)) { -+ if (do_wh) -+ goto out_wh; -+ goto out; -+ } -+ -+ err = 0; -+ if (to_free) { -+ /* -+ * now we confirmed the branch is deletable. -+ * let's free the remaining opened dirs on the branch. -+ */ -+ di_write_unlock(root); -+ br_del_file(to_free, opened, br_id); -+ di_write_lock_child(root); -+ } -+ -+ sysaufs_brs_del(sb, bindex); /* remove successors */ -+ dbgaufs_xino_del(br); /* remove one */ -+ au_br_do_del(sb, bindex, br); -+ sysaufs_brs_add(sb, bindex); /* append successors */ -+ dbgaufs_brs_add(sb, bindex, /*topdown*/1); /* rename successors */ -+ -+ if (!bindex) { -+ au_cpup_attr_all(d_inode(root), /*force*/1); -+ sb->s_maxbytes = au_sbr_sb(sb, 0)->s_maxbytes; -+ } else -+ au_sub_nlink(d_inode(root), d_inode(del->h_path.dentry)); -+ if (au_opt_test(mnt_flags, PLINK)) -+ au_plink_half_refresh(sb, br_id); -+ -+ goto out; /* success */ -+ -+out_wh: -+ /* revert */ -+ rerr = au_br_init_wh(sb, br, br->br_perm); -+ if (rerr) -+ pr_warn("failed re-creating base whiteout, %s. (%d)\n", -+ del->pathname, rerr); -+out: -+ if (to_free) -+ au_farray_free(to_free, opened); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_ibusy(struct super_block *sb, struct aufs_ibusy __user *arg) -+{ -+ int err; -+ aufs_bindex_t btop, bbot; -+ struct aufs_ibusy ibusy; -+ struct inode *inode, *h_inode; -+ -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = copy_from_user(&ibusy, arg, sizeof(ibusy)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, &arg->h_ino, sizeof(arg->h_ino)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ si_read_lock(sb, AuLock_FLUSH); -+ if (unlikely(ibusy.bindex < 0 || ibusy.bindex > au_sbbot(sb))) -+ goto out_unlock; -+ -+ err = 0; -+ ibusy.h_ino = 0; /* invalid */ -+ inode = ilookup(sb, ibusy.ino); -+ if (!inode -+ || inode->i_ino == AUFS_ROOT_INO -+ || au_is_bad_inode(inode)) -+ goto out_unlock; -+ -+ ii_read_lock_child(inode); -+ btop = au_ibtop(inode); -+ bbot = au_ibbot(inode); -+ if (btop <= ibusy.bindex && ibusy.bindex <= bbot) { -+ h_inode = au_h_iptr(inode, ibusy.bindex); -+ if (h_inode && au_test_ibusy(inode, btop, bbot)) -+ ibusy.h_ino = h_inode->i_ino; -+ } -+ ii_read_unlock(inode); -+ iput(inode); -+ -+out_unlock: -+ si_read_unlock(sb); -+ if (!err) { -+ err = __put_user(ibusy.h_ino, &arg->h_ino); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ } -+out: -+ return err; -+} -+ -+long au_ibusy_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_ibusy(file->f_path.dentry->d_sb, (void __user *)arg); -+} -+ -+#ifdef CONFIG_COMPAT -+long au_ibusy_compat_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_ibusy(file->f_path.dentry->d_sb, compat_ptr(arg)); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * change a branch permission -+ */ -+ -+static void au_warn_ima(void) -+{ -+#ifdef CONFIG_IMA -+ /* since it doesn't support mark_files_ro() */ -+ AuWarn1("RW -> RO makes IMA to produce wrong message\n"); -+#endif -+} -+ -+static int do_need_sigen_inc(int a, int b) -+{ -+ return au_br_whable(a) && !au_br_whable(b); -+} -+ -+static int need_sigen_inc(int old, int new) -+{ -+ return do_need_sigen_inc(old, new) -+ || do_need_sigen_inc(new, old); -+} -+ -+static int au_br_mod_files_ro(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err, do_warn; -+ unsigned int mnt_flags; -+ unsigned long long ull, max; -+ aufs_bindex_t br_id; -+ unsigned char verbose, writer; -+ struct file *file, *hf, **array; -+ struct au_hfile *hfile; -+ -+ mnt_flags = au_mntflags(sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ -+ array = au_farray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ do_warn = 0; -+ br_id = au_sbr_id(sb, bindex); -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (unlikely(!file)) -+ break; -+ -+ /* AuDbg("%pD\n", file); */ -+ fi_read_lock(file); -+ if (unlikely(au_test_mmapped(file))) { -+ err = -EBUSY; -+ AuVerbose(verbose, "mmapped %pD\n", file); -+ AuDbgFile(file); -+ FiMustNoWaiters(file); -+ fi_read_unlock(file); -+ goto out_array; -+ } -+ -+ hfile = &au_fi(file)->fi_htop; -+ hf = hfile->hf_file; -+ if (!d_is_reg(file->f_path.dentry) -+ || !(file->f_mode & FMODE_WRITE) -+ || hfile->hf_br->br_id != br_id -+ || !(hf->f_mode & FMODE_WRITE)) -+ array[ull] = NULL; -+ else { -+ do_warn = 1; -+ get_file(file); -+ } -+ -+ FiMustNoWaiters(file); -+ fi_read_unlock(file); -+ fput(file); -+ } -+ -+ err = 0; -+ if (do_warn) -+ au_warn_ima(); -+ -+ for (ull = 0; ull < max; ull++) { -+ file = array[ull]; -+ if (!file) -+ continue; -+ -+ /* todo: already flushed? */ -+ /* -+ * fs/super.c:mark_files_ro() is gone, but aufs keeps its -+ * approach which resets f_mode and calls mnt_drop_write() and -+ * file_release_write() for each file, because the branch -+ * attribute in aufs world is totally different from the native -+ * fs rw/ro mode. -+ */ -+ /* fi_read_lock(file); */ -+ hfile = &au_fi(file)->fi_htop; -+ hf = hfile->hf_file; -+ /* fi_read_unlock(file); */ -+ spin_lock(&hf->f_lock); -+ writer = !!(hf->f_mode & FMODE_WRITER); -+ hf->f_mode &= ~(FMODE_WRITE | FMODE_WRITER); -+ spin_unlock(&hf->f_lock); -+ if (writer) { -+ put_write_access(file_inode(hf)); -+ __mnt_drop_write(hf->f_path.mnt); -+ } -+ } -+ -+out_array: -+ au_farray_free(array, max); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, -+ int *do_refresh) -+{ -+ int err, rerr; -+ aufs_bindex_t bindex; -+ struct dentry *root; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ root = sb->s_root; -+ bindex = au_find_dbindex(root, mod->h_root); -+ if (bindex < 0) { -+ if (remount) -+ return 0; /* success */ -+ err = -ENOENT; -+ pr_err("%s no such branch\n", mod->path); -+ goto out; -+ } -+ AuDbg("bindex b%d\n", bindex); -+ -+ err = test_br(d_inode(mod->h_root), mod->perm, mod->path); -+ if (unlikely(err)) -+ goto out; -+ -+ br = au_sbr(sb, bindex); -+ AuDebugOn(mod->h_root != au_br_dentry(br)); -+ if (br->br_perm == mod->perm) -+ return 0; /* success */ -+ -+ /* pre-allocate for non-fhsm --> fhsm */ -+ bf = NULL; -+ if (!au_br_fhsm(br->br_perm) && au_br_fhsm(mod->perm)) { -+ err = au_fhsm_br_alloc(br); -+ if (unlikely(err)) -+ goto out; -+ bf = br->br_fhsm; -+ br->br_fhsm = NULL; -+ } -+ -+ if (au_br_writable(br->br_perm)) { -+ /* remove whiteout base */ -+ err = au_br_init_wh(sb, br, mod->perm); -+ if (unlikely(err)) -+ goto out_bf; -+ -+ if (!au_br_writable(mod->perm)) { -+ /* rw --> ro, file might be mmapped */ -+ DiMustNoWaiters(root); -+ IiMustNoWaiters(d_inode(root)); -+ di_write_unlock(root); -+ err = au_br_mod_files_ro(sb, bindex); -+ /* aufs_write_lock() calls ..._child() */ -+ di_write_lock_child(root); -+ -+ if (unlikely(err)) { -+ rerr = -ENOMEM; -+ br->br_wbr = kzalloc(sizeof(*br->br_wbr), -+ GFP_NOFS); -+ if (br->br_wbr) -+ rerr = au_wbr_init(br, sb, br->br_perm); -+ if (unlikely(rerr)) { -+ AuIOErr("nested error %d (%d)\n", -+ rerr, err); -+ br->br_perm = mod->perm; -+ } -+ } -+ } -+ } else if (au_br_writable(mod->perm)) { -+ /* ro --> rw */ -+ err = -ENOMEM; -+ br->br_wbr = kzalloc(sizeof(*br->br_wbr), GFP_NOFS); -+ if (br->br_wbr) { -+ err = au_wbr_init(br, sb, mod->perm); -+ if (unlikely(err)) { -+ kfree(br->br_wbr); -+ br->br_wbr = NULL; -+ } -+ } -+ } -+ if (unlikely(err)) -+ goto out_bf; -+ -+ if (au_br_fhsm(br->br_perm)) { -+ if (!au_br_fhsm(mod->perm)) { -+ /* fhsm --> non-fhsm */ -+ au_br_fhsm_fin(br->br_fhsm); -+ kfree(br->br_fhsm); -+ br->br_fhsm = NULL; -+ } -+ } else if (au_br_fhsm(mod->perm)) -+ /* non-fhsm --> fhsm */ -+ br->br_fhsm = bf; -+ -+ *do_refresh |= need_sigen_inc(br->br_perm, mod->perm); -+ br->br_perm = mod->perm; -+ goto out; /* success */ -+ -+out_bf: -+ kfree(bf); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_br_stfs(struct au_branch *br, struct aufs_stfs *stfs) -+{ -+ int err; -+ struct kstatfs kstfs; -+ -+ err = vfs_statfs(&br->br_path, &kstfs); -+ if (!err) { -+ stfs->f_blocks = kstfs.f_blocks; -+ stfs->f_bavail = kstfs.f_bavail; -+ stfs->f_files = kstfs.f_files; -+ stfs->f_ffree = kstfs.f_ffree; -+ } -+ -+ return err; -+} -diff --git a/fs/aufs/branch.h b/fs/aufs/branch.h -new file mode 100644 -index 000000000000..3ef09d71b44f ---- /dev/null -+++ b/fs/aufs/branch.h -@@ -0,0 +1,354 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * branch filesystems and xino for them -+ */ -+ -+#ifndef __AUFS_BRANCH_H__ -+#define __AUFS_BRANCH_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "dirren.h" -+#include "dynop.h" -+#include "lcnt.h" -+#include "rwsem.h" -+#include "super.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* a xino file */ -+struct au_xino { -+ struct file **xi_file; -+ unsigned int xi_nfile; -+ -+ struct { -+ spinlock_t spin; -+ ino_t *array; -+ int total; -+ /* reserved for future use */ -+ /* unsigned long *bitmap; */ -+ wait_queue_head_t wqh; -+ } xi_nondir; -+ -+ struct mutex xi_mtx; /* protects xi_file array */ -+ /* reserved for future use */ -+ /* wait_queue_head_t xi_wq; */ -+ /* atomic_t xi_pending; */ -+ -+ atomic_t xi_truncating; -+ -+ struct kref xi_kref; -+}; -+ -+/* File-based Hierarchical Storage Management */ -+struct au_br_fhsm { -+#ifdef CONFIG_AUFS_FHSM -+ struct mutex bf_lock; -+ unsigned long bf_jiffy; -+ struct aufs_stfs bf_stfs; -+ int bf_readable; -+#endif -+}; -+ -+/* members for writable branch only */ -+enum {AuBrWh_BASE, AuBrWh_PLINK, AuBrWh_ORPH, AuBrWh_Last}; -+struct au_wbr { -+ struct au_rwsem wbr_wh_rwsem; -+ struct dentry *wbr_wh[AuBrWh_Last]; -+ atomic_t wbr_wh_running; -+#define wbr_whbase wbr_wh[AuBrWh_BASE] /* whiteout base */ -+#define wbr_plink wbr_wh[AuBrWh_PLINK] /* pseudo-link dir */ -+#define wbr_orph wbr_wh[AuBrWh_ORPH] /* dir for orphans */ -+ -+ /* mfs mode */ -+ unsigned long long wbr_bytes; -+}; -+ -+/* ext2 has 3 types of operations at least, ext3 has 4 */ -+#define AuBrDynOp (AuDyLast * 4) -+ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+/* support for asynchronous destruction */ -+struct au_br_hfsnotify { -+ struct fsnotify_group *hfsn_group; -+}; -+#endif -+ -+/* sysfs entries */ -+struct au_brsysfs { -+ char name[16]; -+ struct attribute attr; -+}; -+ -+enum { -+ AuBrSysfs_BR, -+ AuBrSysfs_BRID, -+ AuBrSysfs_Last -+}; -+ -+/* protected by superblock rwsem */ -+struct au_branch { -+ struct au_xino *br_xino; -+ -+ aufs_bindex_t br_id; -+ -+ int br_perm; -+ struct path br_path; -+ spinlock_t br_dykey_lock; -+ struct au_dykey *br_dykey[AuBrDynOp]; -+ au_lcnt_t br_nfiles; /* opened files */ -+ au_lcnt_t br_count; /* in-use for other */ -+ -+ struct au_wbr *br_wbr; -+ struct au_br_fhsm *br_fhsm; -+ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ struct au_br_hfsnotify *br_hfsn; -+#endif -+ -+#ifdef CONFIG_SYSFS -+ /* entries under sysfs per mount-point */ -+ struct au_brsysfs br_sysfs[AuBrSysfs_Last]; -+#endif -+ -+#ifdef CONFIG_DEBUG_FS -+ struct dentry *br_dbgaufs; /* xino */ -+#endif -+ -+ struct au_dr_br br_dirren; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct vfsmount *au_br_mnt(struct au_branch *br) -+{ -+ return br->br_path.mnt; -+} -+ -+static inline struct dentry *au_br_dentry(struct au_branch *br) -+{ -+ return br->br_path.dentry; -+} -+ -+static inline struct super_block *au_br_sb(struct au_branch *br) -+{ -+ return au_br_mnt(br)->mnt_sb; -+} -+ -+static inline int au_br_rdonly(struct au_branch *br) -+{ -+ return (sb_rdonly(au_br_sb(br)) -+ || !au_br_writable(br->br_perm)) -+ ? -EROFS : 0; -+} -+ -+static inline int au_br_hnotifyable(int brperm __maybe_unused) -+{ -+#ifdef CONFIG_AUFS_HNOTIFY -+ return !(brperm & AuBrPerm_RR); -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_br_test_oflag(int oflag, struct au_branch *br) -+{ -+ int err, exec_flag; -+ -+ err = 0; -+ exec_flag = oflag & __FMODE_EXEC; -+ if (unlikely(exec_flag && path_noexec(&br->br_path))) -+ err = -EACCES; -+ -+ return err; -+} -+ -+static inline void au_xino_get(struct au_branch *br) -+{ -+ struct au_xino *xi; -+ -+ xi = br->br_xino; -+ if (xi) -+ kref_get(&xi->xi_kref); -+} -+ -+static inline int au_xino_count(struct au_branch *br) -+{ -+ int v; -+ struct au_xino *xi; -+ -+ v = 0; -+ xi = br->br_xino; -+ if (xi) -+ v = kref_read(&xi->xi_kref); -+ -+ return v; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* branch.c */ -+struct au_sbinfo; -+void au_br_free(struct au_sbinfo *sinfo); -+int au_br_index(struct super_block *sb, aufs_bindex_t br_id); -+struct au_opt_add; -+int au_br_add(struct super_block *sb, struct au_opt_add *add, int remount); -+struct au_opt_del; -+int au_br_del(struct super_block *sb, struct au_opt_del *del, int remount); -+long au_ibusy_ioctl(struct file *file, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_ibusy_compat_ioctl(struct file *file, unsigned long arg); -+#endif -+struct au_opt_mod; -+int au_br_mod(struct super_block *sb, struct au_opt_mod *mod, int remount, -+ int *do_refresh); -+struct aufs_stfs; -+int au_br_stfs(struct au_branch *br, struct aufs_stfs *stfs); -+ -+/* xino.c */ -+static const loff_t au_loff_max = LLONG_MAX; -+ -+aufs_bindex_t au_xi_root(struct super_block *sb, struct dentry *dentry); -+struct file *au_xino_create(struct super_block *sb, char *fpath, int silent); -+struct file *au_xino_create2(struct super_block *sb, struct path *base, -+ struct file *copy_src); -+struct au_xi_new { -+ struct au_xino *xi; /* switch between xino and xigen */ -+ int idx; -+ struct path *base; -+ struct file *copy_src; -+}; -+struct file *au_xi_new(struct super_block *sb, struct au_xi_new *xinew); -+ -+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t *ino); -+int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t ino); -+ssize_t xino_fread(vfs_readf_t func, struct file *file, void *buf, size_t size, -+ loff_t *pos); -+ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+ -+int au_xib_trunc(struct super_block *sb); -+int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex, int idx_begin); -+ -+struct au_xino *au_xino_alloc(unsigned int nfile); -+int au_xino_put(struct au_branch *br); -+struct file *au_xino_file1(struct au_xino *xi); -+ -+struct au_opt_xino; -+void au_xino_clr(struct super_block *sb); -+int au_xino_set(struct super_block *sb, struct au_opt_xino *xiopt, int remount); -+struct file *au_xino_def(struct super_block *sb); -+int au_xino_init_br(struct super_block *sb, struct au_branch *br, ino_t hino, -+ struct path *base); -+ -+ino_t au_xino_new_ino(struct super_block *sb); -+void au_xino_delete_inode(struct inode *inode, const int unlinked); -+ -+void au_xinondir_leave(struct super_block *sb, aufs_bindex_t bindex, -+ ino_t h_ino, int idx); -+int au_xinondir_enter(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ int *idx); -+ -+int au_xino_path(struct seq_file *seq, struct file *file); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* @idx is signed to accept -1 meaning the first file */ -+static inline struct file *au_xino_file(struct au_xino *xi, int idx) -+{ -+ struct file *file; -+ -+ file = NULL; -+ if (!xi) -+ goto out; -+ -+ if (idx >= 0) { -+ if (idx < xi->xi_nfile) -+ file = xi->xi_file[idx]; -+ } else -+ file = au_xino_file1(xi); -+ -+out: -+ return file; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Superblock to branch */ -+static inline -+aufs_bindex_t au_sbr_id(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_sbr(sb, bindex)->br_id; -+} -+ -+static inline -+struct vfsmount *au_sbr_mnt(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_mnt(au_sbr(sb, bindex)); -+} -+ -+static inline -+struct super_block *au_sbr_sb(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_sb(au_sbr(sb, bindex)); -+} -+ -+static inline int au_sbr_perm(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_sbr(sb, bindex)->br_perm; -+} -+ -+static inline int au_sbr_whable(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ return au_br_whable(au_sbr_perm(sb, bindex)); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define wbr_wh_read_lock(wbr) au_rw_read_lock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_lock(wbr) au_rw_write_lock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_read_trylock(wbr) au_rw_read_trylock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_trylock(wbr) au_rw_write_trylock(&(wbr)->wbr_wh_rwsem) -+/* -+#define wbr_wh_read_trylock_nested(wbr) \ -+ au_rw_read_trylock_nested(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_trylock_nested(wbr) \ -+ au_rw_write_trylock_nested(&(wbr)->wbr_wh_rwsem) -+*/ -+ -+#define wbr_wh_read_unlock(wbr) au_rw_read_unlock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_write_unlock(wbr) au_rw_write_unlock(&(wbr)->wbr_wh_rwsem) -+#define wbr_wh_downgrade_lock(wbr) au_rw_dgrade_lock(&(wbr)->wbr_wh_rwsem) -+ -+#define WbrWhMustNoWaiters(wbr) AuRwMustNoWaiters(&(wbr)->wbr_wh_rwsem) -+#define WbrWhMustAnyLock(wbr) AuRwMustAnyLock(&(wbr)->wbr_wh_rwsem) -+#define WbrWhMustWriteLock(wbr) AuRwMustWriteLock(&(wbr)->wbr_wh_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_FHSM -+static inline void au_br_fhsm_init(struct au_br_fhsm *brfhsm) -+{ -+ mutex_init(&brfhsm->bf_lock); -+ brfhsm->bf_jiffy = 0; -+ brfhsm->bf_readable = 0; -+} -+ -+static inline void au_br_fhsm_fin(struct au_br_fhsm *brfhsm) -+{ -+ mutex_destroy(&brfhsm->bf_lock); -+} -+#else -+AuStubVoid(au_br_fhsm_init, struct au_br_fhsm *brfhsm) -+AuStubVoid(au_br_fhsm_fin, struct au_br_fhsm *brfhsm) -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_BRANCH_H__ */ -diff --git a/fs/aufs/cpup.c b/fs/aufs/cpup.c -new file mode 100644 -index 000000000000..9309866b1a15 ---- /dev/null -+++ b/fs/aufs/cpup.c -@@ -0,0 +1,1431 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * copy-up functions, see wbr_policy.c for copy-down -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+void au_cpup_attr_flags(struct inode *dst, unsigned int iflags) -+{ -+ const unsigned int mask = S_DEAD | S_SWAPFILE | S_PRIVATE -+ | S_NOATIME | S_NOCMTIME | S_AUTOMOUNT; -+ -+ BUILD_BUG_ON(sizeof(iflags) != sizeof(dst->i_flags)); -+ -+ dst->i_flags |= iflags & ~mask; -+ if (au_test_fs_notime(dst->i_sb)) -+ dst->i_flags |= S_NOATIME | S_NOCMTIME; -+} -+ -+void au_cpup_attr_timesizes(struct inode *inode) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ fsstack_copy_attr_times(inode, h_inode); -+ fsstack_copy_inode_size(inode, h_inode); -+} -+ -+void au_cpup_attr_nlink(struct inode *inode, int force) -+{ -+ struct inode *h_inode; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ -+ sb = inode->i_sb; -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (!force -+ && !S_ISDIR(h_inode->i_mode) -+ && au_opt_test(au_mntflags(sb), PLINK) -+ && au_plink_test(inode)) -+ return; -+ -+ /* -+ * 0 can happen in revalidating. -+ * h_inode->i_mutex may not be held here, but it is harmless since once -+ * i_nlink reaches 0, it will never become positive except O_TMPFILE -+ * case. -+ * todo: O_TMPFILE+linkat(AT_SYMLINK_FOLLOW) bypassing aufs may cause -+ * the incorrect link count. -+ */ -+ set_nlink(inode, h_inode->i_nlink); -+ -+ /* -+ * fewer nlink makes find(1) noisy, but larger nlink doesn't. -+ * it may includes whplink directory. -+ */ -+ if (S_ISDIR(h_inode->i_mode)) { -+ bbot = au_ibbot(inode); -+ for (bindex++; bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (h_inode) -+ au_add_nlink(inode, h_inode); -+ } -+ } -+} -+ -+void au_cpup_attr_changeable(struct inode *inode) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ inode->i_mode = h_inode->i_mode; -+ inode->i_uid = h_inode->i_uid; -+ inode->i_gid = h_inode->i_gid; -+ au_cpup_attr_timesizes(inode); -+ au_cpup_attr_flags(inode, h_inode->i_flags); -+} -+ -+void au_cpup_igen(struct inode *inode, struct inode *h_inode) -+{ -+ struct au_iinfo *iinfo = au_ii(inode); -+ -+ IiMustWriteLock(inode); -+ -+ iinfo->ii_higen = h_inode->i_generation; -+ iinfo->ii_hsb1 = h_inode->i_sb; -+} -+ -+void au_cpup_attr_all(struct inode *inode, int force) -+{ -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ au_cpup_attr_changeable(inode); -+ if (inode->i_nlink > 0) -+ au_cpup_attr_nlink(inode, force); -+ inode->i_rdev = h_inode->i_rdev; -+ inode->i_blkbits = h_inode->i_blkbits; -+ au_cpup_igen(inode, h_inode); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Note: dt_dentry and dt_h_dentry are not dget/dput-ed */ -+ -+/* keep the timestamps of the parent dir when cpup */ -+void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, -+ struct path *h_path) -+{ -+ struct inode *h_inode; -+ -+ dt->dt_dentry = dentry; -+ dt->dt_h_path = *h_path; -+ h_inode = d_inode(h_path->dentry); -+ dt->dt_atime = h_inode->i_atime; -+ dt->dt_mtime = h_inode->i_mtime; -+ /* smp_mb(); */ -+} -+ -+void au_dtime_revert(struct au_dtime *dt) -+{ -+ struct iattr attr; -+ int err; -+ -+ attr.ia_atime = dt->dt_atime; -+ attr.ia_mtime = dt->dt_mtime; -+ attr.ia_valid = ATTR_FORCE | ATTR_MTIME | ATTR_MTIME_SET -+ | ATTR_ATIME | ATTR_ATIME_SET; -+ -+ /* no delegation since this is a directory */ -+ err = vfsub_notify_change(&dt->dt_h_path, &attr, /*delegated*/NULL); -+ if (unlikely(err)) -+ pr_warn("restoring timestamps failed(%d). ignored\n", err); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* internal use only */ -+struct au_cpup_reg_attr { -+ int valid; -+ struct kstat st; -+ unsigned int iflags; /* inode->i_flags */ -+}; -+ -+static noinline_for_stack -+int cpup_iattr(struct dentry *dst, aufs_bindex_t bindex, struct dentry *h_src, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err, sbits, icex; -+ unsigned int mnt_flags; -+ unsigned char verbose; -+ struct iattr ia; -+ struct path h_path; -+ struct inode *h_isrc, *h_idst; -+ struct kstat *h_st; -+ struct au_branch *br; -+ -+ h_path.dentry = au_h_dptr(dst, bindex); -+ h_idst = d_inode(h_path.dentry); -+ br = au_sbr(dst->d_sb, bindex); -+ h_path.mnt = au_br_mnt(br); -+ h_isrc = d_inode(h_src); -+ ia.ia_valid = ATTR_FORCE | ATTR_UID | ATTR_GID -+ | ATTR_ATIME | ATTR_MTIME -+ | ATTR_ATIME_SET | ATTR_MTIME_SET; -+ if (h_src_attr && h_src_attr->valid) { -+ h_st = &h_src_attr->st; -+ ia.ia_uid = h_st->uid; -+ ia.ia_gid = h_st->gid; -+ ia.ia_atime = h_st->atime; -+ ia.ia_mtime = h_st->mtime; -+ if (h_idst->i_mode != h_st->mode -+ && !S_ISLNK(h_idst->i_mode)) { -+ ia.ia_valid |= ATTR_MODE; -+ ia.ia_mode = h_st->mode; -+ } -+ sbits = !!(h_st->mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(h_idst, h_src_attr->iflags); -+ } else { -+ ia.ia_uid = h_isrc->i_uid; -+ ia.ia_gid = h_isrc->i_gid; -+ ia.ia_atime = h_isrc->i_atime; -+ ia.ia_mtime = h_isrc->i_mtime; -+ if (h_idst->i_mode != h_isrc->i_mode -+ && !S_ISLNK(h_idst->i_mode)) { -+ ia.ia_valid |= ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ } -+ sbits = !!(h_isrc->i_mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(h_idst, h_isrc->i_flags); -+ } -+ /* no delegation since it is just created */ -+ err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); -+ -+ /* is this nfs only? */ -+ if (!err && sbits && au_test_nfs(h_path.dentry->d_sb)) { -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ err = vfsub_notify_change(&h_path, &ia, /*delegated*/NULL); -+ } -+ -+ icex = br->br_perm & AuBrAttr_ICEX; -+ if (!err) { -+ mnt_flags = au_mntflags(dst->d_sb); -+ verbose = !!au_opt_test(mnt_flags, VERBOSE); -+ err = au_cpup_xattr(h_path.dentry, h_src, icex, verbose); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_copy_file(struct file *dst, struct file *src, loff_t len, -+ char *buf, unsigned long blksize) -+{ -+ int err; -+ size_t sz, rbytes, wbytes; -+ unsigned char all_zero; -+ char *p, *zp; -+ struct inode *h_inode; -+ /* reduce stack usage */ -+ struct iattr *ia; -+ -+ zp = page_address(ZERO_PAGE(0)); -+ if (unlikely(!zp)) -+ return -ENOMEM; /* possible? */ -+ -+ err = 0; -+ all_zero = 0; -+ while (len) { -+ AuDbg("len %lld\n", len); -+ sz = blksize; -+ if (len < blksize) -+ sz = len; -+ -+ rbytes = 0; -+ /* todo: signal_pending? */ -+ while (!rbytes || err == -EAGAIN || err == -EINTR) { -+ rbytes = vfsub_read_k(src, buf, sz, &src->f_pos); -+ err = rbytes; -+ } -+ if (unlikely(err < 0)) -+ break; -+ -+ all_zero = 0; -+ if (len >= rbytes && rbytes == blksize) -+ all_zero = !memcmp(buf, zp, rbytes); -+ if (!all_zero) { -+ wbytes = rbytes; -+ p = buf; -+ while (wbytes) { -+ size_t b; -+ -+ b = vfsub_write_k(dst, p, wbytes, &dst->f_pos); -+ err = b; -+ /* todo: signal_pending? */ -+ if (unlikely(err == -EAGAIN || err == -EINTR)) -+ continue; -+ if (unlikely(err < 0)) -+ break; -+ wbytes -= b; -+ p += b; -+ } -+ if (unlikely(err < 0)) -+ break; -+ } else { -+ loff_t res; -+ -+ AuLabel(hole); -+ res = vfsub_llseek(dst, rbytes, SEEK_CUR); -+ err = res; -+ if (unlikely(res < 0)) -+ break; -+ } -+ len -= rbytes; -+ err = 0; -+ } -+ -+ /* the last block may be a hole */ -+ if (!err && all_zero) { -+ AuLabel(last hole); -+ -+ err = 1; -+ if (au_test_nfs(dst->f_path.dentry->d_sb)) { -+ /* nfs requires this step to make last hole */ -+ /* is this only nfs? */ -+ do { -+ /* todo: signal_pending? */ -+ err = vfsub_write_k(dst, "\0", 1, &dst->f_pos); -+ } while (err == -EAGAIN || err == -EINTR); -+ if (err == 1) -+ dst->f_pos--; -+ } -+ -+ if (err == 1) { -+ ia = (void *)buf; -+ ia->ia_size = dst->f_pos; -+ ia->ia_valid = ATTR_SIZE | ATTR_FILE; -+ ia->ia_file = dst; -+ h_inode = file_inode(dst); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD2); -+ /* no delegation since it is just created */ -+ err = vfsub_notify_change(&dst->f_path, ia, -+ /*delegated*/NULL); -+ inode_unlock(h_inode); -+ } -+ } -+ -+ return err; -+} -+ -+int au_copy_file(struct file *dst, struct file *src, loff_t len) -+{ -+ int err; -+ unsigned long blksize; -+ unsigned char do_kfree; -+ char *buf; -+ -+ err = -ENOMEM; -+ blksize = dst->f_path.dentry->d_sb->s_blocksize; -+ if (!blksize || PAGE_SIZE < blksize) -+ blksize = PAGE_SIZE; -+ AuDbg("blksize %lu\n", blksize); -+ do_kfree = (blksize != PAGE_SIZE && blksize >= sizeof(struct iattr *)); -+ if (do_kfree) -+ buf = kmalloc(blksize, GFP_NOFS); -+ else -+ buf = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!buf)) -+ goto out; -+ -+ if (len > (1 << 22)) -+ AuDbg("copying a large file %lld\n", (long long)len); -+ -+ src->f_pos = 0; -+ dst->f_pos = 0; -+ err = au_do_copy_file(dst, src, len, buf, blksize); -+ if (do_kfree) -+ kfree(buf); -+ else -+ free_page((unsigned long)buf); -+ -+out: -+ return err; -+} -+ -+static int au_do_copy(struct file *dst, struct file *src, loff_t len) -+{ -+ int err; -+ struct super_block *h_src_sb; -+ struct inode *h_src_inode; -+ -+ h_src_inode = file_inode(src); -+ h_src_sb = h_src_inode->i_sb; -+ -+ /* XFS acquires inode_lock */ -+ if (!au_test_xfs(h_src_sb)) -+ err = au_copy_file(dst, src, len); -+ else { -+ inode_unlock_shared(h_src_inode); -+ err = au_copy_file(dst, src, len); -+ inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD); -+ } -+ -+ return err; -+} -+ -+static int au_clone_or_copy(struct file *dst, struct file *src, loff_t len) -+{ -+ int err; -+ struct super_block *h_src_sb; -+ struct inode *h_src_inode; -+ -+ h_src_inode = file_inode(src); -+ h_src_sb = h_src_inode->i_sb; -+ if (h_src_sb != file_inode(dst)->i_sb -+ || !dst->f_op->clone_file_range) { -+ err = au_do_copy(dst, src, len); -+ goto out; -+ } -+ -+ if (!au_test_nfs(h_src_sb)) { -+ inode_unlock_shared(h_src_inode); -+ err = vfsub_clone_file_range(src, dst, len); -+ inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD); -+ } else -+ err = vfsub_clone_file_range(src, dst, len); -+ /* older XFS has a condition in cloning */ -+ if (unlikely(err != -EOPNOTSUPP)) -+ goto out; -+ -+ /* the backend fs on NFS may not support cloning */ -+ err = au_do_copy(dst, src, len); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * to support a sparse file which is opened with O_APPEND, -+ * we need to close the file. -+ */ -+static int au_cp_regular(struct au_cp_generic *cpg) -+{ -+ int err, i; -+ enum { SRC, DST }; -+ struct { -+ aufs_bindex_t bindex; -+ unsigned int flags; -+ struct dentry *dentry; -+ int force_wr; -+ struct file *file; -+ void *label; -+ } *f, file[] = { -+ { -+ .bindex = cpg->bsrc, -+ .flags = O_RDONLY | O_NOATIME | O_LARGEFILE, -+ .label = &&out -+ }, -+ { -+ .bindex = cpg->bdst, -+ .flags = O_WRONLY | O_NOATIME | O_LARGEFILE, -+ .force_wr = !!au_ftest_cpup(cpg->flags, RWDST), -+ .label = &&out_src -+ } -+ }; -+ struct au_branch *br; -+ struct super_block *sb, *h_src_sb; -+ struct inode *h_src_inode; -+ struct task_struct *tsk = current; -+ -+ /* bsrc branch can be ro/rw. */ -+ sb = cpg->dentry->d_sb; -+ f = file; -+ for (i = 0; i < 2; i++, f++) { -+ f->dentry = au_h_dptr(cpg->dentry, f->bindex); -+ f->file = au_h_open(cpg->dentry, f->bindex, f->flags, -+ /*file*/NULL, f->force_wr); -+ err = PTR_ERR(f->file); -+ if (IS_ERR(f->file)) -+ goto *f->label; -+ } -+ -+ /* try stopping to update while we copyup */ -+ h_src_inode = d_inode(file[SRC].dentry); -+ h_src_sb = h_src_inode->i_sb; -+ if (!au_test_nfs(h_src_sb)) -+ IMustLock(h_src_inode); -+ err = au_clone_or_copy(file[DST].file, file[SRC].file, cpg->len); -+ -+ /* i wonder if we had O_NO_DELAY_FPUT flag */ -+ if (tsk->flags & PF_KTHREAD) -+ __fput_sync(file[DST].file); -+ else { -+ /* it happened actually */ -+ fput(file[DST].file); -+ /* -+ * too bad. -+ * we have to call both since we don't know which place the file -+ * was added to. -+ */ -+ task_work_run(); -+ flush_delayed_fput(); -+ } -+ br = au_sbr(sb, file[DST].bindex); -+ au_lcnt_dec(&br->br_nfiles); -+ -+out_src: -+ fput(file[SRC].file); -+ br = au_sbr(sb, file[SRC].bindex); -+ au_lcnt_dec(&br->br_nfiles); -+out: -+ return err; -+} -+ -+static int au_do_cpup_regular(struct au_cp_generic *cpg, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err, rerr; -+ loff_t l; -+ struct path h_path; -+ struct inode *h_src_inode, *h_dst_inode; -+ -+ err = 0; -+ h_src_inode = au_h_iptr(d_inode(cpg->dentry), cpg->bsrc); -+ l = i_size_read(h_src_inode); -+ if (cpg->len == -1 || l < cpg->len) -+ cpg->len = l; -+ if (cpg->len) { -+ /* try stopping to update while we are referencing */ -+ inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD); -+ au_pin_hdir_unlock(cpg->pin); -+ -+ h_path.dentry = au_h_dptr(cpg->dentry, cpg->bsrc); -+ h_path.mnt = au_sbr_mnt(cpg->dentry->d_sb, cpg->bsrc); -+ h_src_attr->iflags = h_src_inode->i_flags; -+ if (!au_test_nfs(h_src_inode->i_sb)) -+ err = vfsub_getattr(&h_path, &h_src_attr->st); -+ else { -+ inode_unlock_shared(h_src_inode); -+ err = vfsub_getattr(&h_path, &h_src_attr->st); -+ inode_lock_shared_nested(h_src_inode, AuLsc_I_CHILD); -+ } -+ if (unlikely(err)) { -+ inode_unlock_shared(h_src_inode); -+ goto out; -+ } -+ h_src_attr->valid = 1; -+ if (!au_test_nfs(h_src_inode->i_sb)) { -+ err = au_cp_regular(cpg); -+ inode_unlock_shared(h_src_inode); -+ } else { -+ inode_unlock_shared(h_src_inode); -+ err = au_cp_regular(cpg); -+ } -+ rerr = au_pin_hdir_relock(cpg->pin); -+ if (!err && rerr) -+ err = rerr; -+ } -+ if (!err && (h_src_inode->i_state & I_LINKABLE)) { -+ h_path.dentry = au_h_dptr(cpg->dentry, cpg->bdst); -+ h_dst_inode = d_inode(h_path.dentry); -+ spin_lock(&h_dst_inode->i_lock); -+ h_dst_inode->i_state |= I_LINKABLE; -+ spin_unlock(&h_dst_inode->i_lock); -+ } -+ -+out: -+ return err; -+} -+ -+static int au_do_cpup_symlink(struct path *h_path, struct dentry *h_src, -+ struct inode *h_dir) -+{ -+ int err, symlen; -+ mm_segment_t old_fs; -+ union { -+ char *k; -+ char __user *u; -+ } sym; -+ -+ err = -ENOMEM; -+ sym.k = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!sym.k)) -+ goto out; -+ -+ /* unnecessary to support mmap_sem since symlink is not mmap-able */ -+ old_fs = get_fs(); -+ set_fs(KERNEL_DS); -+ symlen = vfs_readlink(h_src, sym.u, PATH_MAX); -+ err = symlen; -+ set_fs(old_fs); -+ -+ if (symlen > 0) { -+ sym.k[symlen] = 0; -+ err = vfsub_symlink(h_dir, h_path, sym.k); -+ } -+ free_page((unsigned long)sym.k); -+ -+out: -+ return err; -+} -+ -+/* -+ * regardless 'acl' option, reset all ACL. -+ * All ACL will be copied up later from the original entry on the lower branch. -+ */ -+static int au_reset_acl(struct inode *h_dir, struct path *h_path, umode_t mode) -+{ -+ int err; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_dentry = h_path->dentry; -+ h_inode = d_inode(h_dentry); -+ /* forget_all_cached_acls(h_inode)); */ -+ err = vfsub_removexattr(h_dentry, XATTR_NAME_POSIX_ACL_ACCESS); -+ AuTraceErr(err); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ if (!err) -+ err = vfsub_acl_chmod(h_inode, mode); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_do_cpup_dir(struct au_cp_generic *cpg, struct dentry *dst_parent, -+ struct inode *h_dir, struct path *h_path) -+{ -+ int err; -+ struct inode *dir, *inode; -+ -+ err = vfsub_removexattr(h_path->dentry, XATTR_NAME_POSIX_ACL_DEFAULT); -+ AuTraceErr(err); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * strange behaviour from the users view, -+ * particularly setattr case -+ */ -+ dir = d_inode(dst_parent); -+ if (au_ibtop(dir) == cpg->bdst) -+ au_cpup_attr_nlink(dir, /*force*/1); -+ inode = d_inode(cpg->dentry); -+ au_cpup_attr_nlink(inode, /*force*/1); -+ -+out: -+ return err; -+} -+ -+static noinline_for_stack -+int cpup_entry(struct au_cp_generic *cpg, struct dentry *dst_parent, -+ struct au_cpup_reg_attr *h_src_attr) -+{ -+ int err; -+ umode_t mode; -+ unsigned int mnt_flags; -+ unsigned char isdir, isreg, force; -+ const unsigned char do_dt = !!au_ftest_cpup(cpg->flags, DTIME); -+ struct au_dtime dt; -+ struct path h_path; -+ struct dentry *h_src, *h_dst, *h_parent; -+ struct inode *h_inode, *h_dir; -+ struct super_block *sb; -+ -+ /* bsrc branch can be ro/rw. */ -+ h_src = au_h_dptr(cpg->dentry, cpg->bsrc); -+ h_inode = d_inode(h_src); -+ AuDebugOn(h_inode != au_h_iptr(d_inode(cpg->dentry), cpg->bsrc)); -+ -+ /* try stopping to be referenced while we are creating */ -+ h_dst = au_h_dptr(cpg->dentry, cpg->bdst); -+ if (au_ftest_cpup(cpg->flags, RENAME)) -+ AuDebugOn(strncmp(h_dst->d_name.name, AUFS_WH_PFX, -+ AUFS_WH_PFX_LEN)); -+ h_parent = h_dst->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ AuDebugOn(h_parent != h_dst->d_parent); -+ -+ sb = cpg->dentry->d_sb; -+ h_path.mnt = au_sbr_mnt(sb, cpg->bdst); -+ if (do_dt) { -+ h_path.dentry = h_parent; -+ au_dtime_store(&dt, dst_parent, &h_path); -+ } -+ h_path.dentry = h_dst; -+ -+ isreg = 0; -+ isdir = 0; -+ mode = h_inode->i_mode; -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ isreg = 1; -+ err = vfsub_create(h_dir, &h_path, 0600, /*want_excl*/true); -+ if (!err) -+ err = au_do_cpup_regular(cpg, h_src_attr); -+ break; -+ case S_IFDIR: -+ isdir = 1; -+ err = vfsub_mkdir(h_dir, &h_path, mode); -+ if (!err) -+ err = au_do_cpup_dir(cpg, dst_parent, h_dir, &h_path); -+ break; -+ case S_IFLNK: -+ err = au_do_cpup_symlink(&h_path, h_src, h_dir); -+ break; -+ case S_IFCHR: -+ case S_IFBLK: -+ AuDebugOn(!capable(CAP_MKNOD)); -+ /*FALLTHROUGH*/ -+ case S_IFIFO: -+ case S_IFSOCK: -+ err = vfsub_mknod(h_dir, &h_path, mode, h_inode->i_rdev); -+ break; -+ default: -+ AuIOErr("Unknown inode type 0%o\n", mode); -+ err = -EIO; -+ } -+ if (!err) -+ err = au_reset_acl(h_dir, &h_path, mode); -+ -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, UDBA_NONE) -+ && !isdir -+ && au_opt_test(mnt_flags, XINO) -+ && (h_inode->i_nlink == 1 -+ || (h_inode->i_state & I_LINKABLE)) -+ /* todo: unnecessary? */ -+ /* && d_inode(cpg->dentry)->i_nlink == 1 */ -+ && cpg->bdst < cpg->bsrc -+ && !au_ftest_cpup(cpg->flags, KEEPLINO)) -+ au_xino_write(sb, cpg->bsrc, h_inode->i_ino, /*ino*/0); -+ /* ignore this error */ -+ -+ if (!err) { -+ force = 0; -+ if (isreg) { -+ force = !!cpg->len; -+ if (cpg->len == -1) -+ force = !!i_size_read(h_inode); -+ } -+ au_fhsm_wrote(sb, cpg->bdst, force); -+ } -+ -+ if (do_dt) -+ au_dtime_revert(&dt); -+ return err; -+} -+ -+static int au_do_ren_after_cpup(struct au_cp_generic *cpg, struct path *h_path) -+{ -+ int err; -+ struct dentry *dentry, *h_dentry, *h_parent, *parent; -+ struct inode *h_dir; -+ aufs_bindex_t bdst; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ h_dentry = au_h_dptr(dentry, bdst); -+ if (!au_ftest_cpup(cpg->flags, OVERWRITE)) { -+ dget(h_dentry); -+ au_set_h_dptr(dentry, bdst, NULL); -+ err = au_lkup_neg(dentry, bdst, /*wh*/0); -+ if (!err) -+ h_path->dentry = dget(au_h_dptr(dentry, bdst)); -+ au_set_h_dptr(dentry, bdst, h_dentry); -+ } else { -+ err = 0; -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ dput(parent); -+ h_path->dentry = vfsub_lkup_one(&dentry->d_name, h_parent); -+ if (IS_ERR(h_path->dentry)) -+ err = PTR_ERR(h_path->dentry); -+ } -+ if (unlikely(err)) -+ goto out; -+ -+ h_parent = h_dentry->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ AuDbg("%pd %pd\n", h_dentry, h_path->dentry); -+ /* no delegation since it is just created */ -+ err = vfsub_rename(h_dir, h_dentry, h_dir, h_path, /*delegated*/NULL, -+ /*flags*/0); -+ dput(h_path->dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * copyup the @dentry from @bsrc to @bdst. -+ * the caller must set the both of lower dentries. -+ * @len is for truncating when it is -1 copyup the entire file. -+ * in link/rename cases, @dst_parent may be different from the real one. -+ * basic->bsrc can be larger than basic->bdst. -+ * aufs doesn't touch the credential so -+ * security_inode_copy_up{,_xattr}() are unnecessary. -+ */ -+static int au_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) -+{ -+ int err, rerr; -+ aufs_bindex_t old_ibtop; -+ unsigned char isdir, plink; -+ struct dentry *h_src, *h_dst, *h_parent; -+ struct inode *dst_inode, *h_dir, *inode, *delegated, *src_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ /* to reduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct path h_path; -+ struct au_cpup_reg_attr h_src_attr; -+ } *a; -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ a->h_src_attr.valid = 0; -+ -+ sb = cpg->dentry->d_sb; -+ br = au_sbr(sb, cpg->bdst); -+ a->h_path.mnt = au_br_mnt(br); -+ h_dst = au_h_dptr(cpg->dentry, cpg->bdst); -+ h_parent = h_dst->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ h_src = au_h_dptr(cpg->dentry, cpg->bsrc); -+ inode = d_inode(cpg->dentry); -+ -+ if (!dst_parent) -+ dst_parent = dget_parent(cpg->dentry); -+ else -+ dget(dst_parent); -+ -+ plink = !!au_opt_test(au_mntflags(sb), PLINK); -+ dst_inode = au_h_iptr(inode, cpg->bdst); -+ if (dst_inode) { -+ if (unlikely(!plink)) { -+ err = -EIO; -+ AuIOErr("hi%lu(i%lu) exists on b%d " -+ "but plink is disabled\n", -+ dst_inode->i_ino, inode->i_ino, cpg->bdst); -+ goto out_parent; -+ } -+ -+ if (dst_inode->i_nlink) { -+ const int do_dt = au_ftest_cpup(cpg->flags, DTIME); -+ -+ h_src = au_plink_lkup(inode, cpg->bdst); -+ err = PTR_ERR(h_src); -+ if (IS_ERR(h_src)) -+ goto out_parent; -+ if (unlikely(d_is_negative(h_src))) { -+ err = -EIO; -+ AuIOErr("i%lu exists on b%d " -+ "but not pseudo-linked\n", -+ inode->i_ino, cpg->bdst); -+ dput(h_src); -+ goto out_parent; -+ } -+ -+ if (do_dt) { -+ a->h_path.dentry = h_parent; -+ au_dtime_store(&a->dt, dst_parent, &a->h_path); -+ } -+ -+ a->h_path.dentry = h_dst; -+ delegated = NULL; -+ err = vfsub_link(h_src, h_dir, &a->h_path, &delegated); -+ if (!err && au_ftest_cpup(cpg->flags, RENAME)) -+ err = au_do_ren_after_cpup(cpg, &a->h_path); -+ if (do_dt) -+ au_dtime_revert(&a->dt); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ dput(h_src); -+ goto out_parent; -+ } else -+ /* todo: cpup_wh_file? */ -+ /* udba work */ -+ au_update_ibrange(inode, /*do_put_zero*/1); -+ } -+ -+ isdir = S_ISDIR(inode->i_mode); -+ old_ibtop = au_ibtop(inode); -+ err = cpup_entry(cpg, dst_parent, &a->h_src_attr); -+ if (unlikely(err)) -+ goto out_rev; -+ dst_inode = d_inode(h_dst); -+ inode_lock_nested(dst_inode, AuLsc_I_CHILD2); -+ /* todo: necessary? */ -+ /* au_pin_hdir_unlock(cpg->pin); */ -+ -+ err = cpup_iattr(cpg->dentry, cpg->bdst, h_src, &a->h_src_attr); -+ if (unlikely(err)) { -+ /* todo: necessary? */ -+ /* au_pin_hdir_relock(cpg->pin); */ /* ignore an error */ -+ inode_unlock(dst_inode); -+ goto out_rev; -+ } -+ -+ if (cpg->bdst < old_ibtop) { -+ if (S_ISREG(inode->i_mode)) { -+ err = au_dy_iaop(inode, cpg->bdst, dst_inode); -+ if (unlikely(err)) { -+ /* ignore an error */ -+ /* au_pin_hdir_relock(cpg->pin); */ -+ inode_unlock(dst_inode); -+ goto out_rev; -+ } -+ } -+ au_set_ibtop(inode, cpg->bdst); -+ } else -+ au_set_ibbot(inode, cpg->bdst); -+ au_set_h_iptr(inode, cpg->bdst, au_igrab(dst_inode), -+ au_hi_flags(inode, isdir)); -+ -+ /* todo: necessary? */ -+ /* err = au_pin_hdir_relock(cpg->pin); */ -+ inode_unlock(dst_inode); -+ if (unlikely(err)) -+ goto out_rev; -+ -+ src_inode = d_inode(h_src); -+ if (!isdir -+ && (src_inode->i_nlink > 1 -+ || src_inode->i_state & I_LINKABLE) -+ && plink) -+ au_plink_append(inode, cpg->bdst, h_dst); -+ -+ if (au_ftest_cpup(cpg->flags, RENAME)) { -+ a->h_path.dentry = h_dst; -+ err = au_do_ren_after_cpup(cpg, &a->h_path); -+ } -+ if (!err) -+ goto out_parent; /* success */ -+ -+ /* revert */ -+out_rev: -+ a->h_path.dentry = h_parent; -+ au_dtime_store(&a->dt, dst_parent, &a->h_path); -+ a->h_path.dentry = h_dst; -+ rerr = 0; -+ if (d_is_positive(h_dst)) { -+ if (!isdir) { -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(h_dir, &a->h_path, -+ /*delegated*/NULL, /*force*/0); -+ } else -+ rerr = vfsub_rmdir(h_dir, &a->h_path); -+ } -+ au_dtime_revert(&a->dt); -+ if (rerr) { -+ AuIOErr("failed removing broken entry(%d, %d)\n", err, rerr); -+ err = -EIO; -+ } -+out_parent: -+ dput(dst_parent); -+ kfree(a); -+out: -+ return err; -+} -+ -+#if 0 /* reserved */ -+struct au_cpup_single_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+ struct dentry *dst_parent; -+}; -+ -+static void au_call_cpup_single(void *args) -+{ -+ struct au_cpup_single_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_single(a->cpg, a->dst_parent); -+ au_pin_hdir_release(a->cpg->pin); -+} -+#endif -+ -+/* -+ * prevent SIGXFSZ in copy-up. -+ * testing CAP_MKNOD is for generic fs, -+ * but CAP_FSETID is for xfs only, currently. -+ */ -+static int au_cpup_sio_test(struct au_pin *pin, umode_t mode) -+{ -+ int do_sio; -+ struct super_block *sb; -+ struct inode *h_dir; -+ -+ do_sio = 0; -+ sb = au_pinned_parent(pin)->d_sb; -+ if (!au_wkq_test() -+ && (!au_sbi(sb)->si_plink_maint_pid -+ || au_plink_maint(sb, AuLock_NOPLM))) { -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ /* no condition about RLIMIT_FSIZE and the file size */ -+ do_sio = 1; -+ break; -+ case S_IFCHR: -+ case S_IFBLK: -+ do_sio = !capable(CAP_MKNOD); -+ break; -+ } -+ if (!do_sio) -+ do_sio = ((mode & (S_ISUID | S_ISGID)) -+ && !capable(CAP_FSETID)); -+ /* this workaround may be removed in the future */ -+ if (!do_sio) { -+ h_dir = au_pinned_h_dir(pin); -+ do_sio = h_dir->i_mode & S_ISVTX; -+ } -+ } -+ -+ return do_sio; -+} -+ -+#if 0 /* reserved */ -+int au_sio_cpup_single(struct au_cp_generic *cpg, struct dentry *dst_parent) -+{ -+ int err, wkq_err; -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(cpg->dentry, cpg->bsrc); -+ if (!au_cpup_sio_test(pin, d_inode(h_dentry)->i_mode)) -+ err = au_cpup_single(cpg, dst_parent); -+ else { -+ struct au_cpup_single_args args = { -+ .errp = &err, -+ .cpg = cpg, -+ .dst_parent = dst_parent -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_single, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+#endif -+ -+/* -+ * copyup the @dentry from the first active lower branch to @bdst, -+ * using au_cpup_single(). -+ */ -+static int au_cpup_simple(struct au_cp_generic *cpg) -+{ -+ int err; -+ unsigned int flags_orig; -+ struct dentry *dentry; -+ -+ AuDebugOn(cpg->bsrc < 0); -+ -+ dentry = cpg->dentry; -+ DiMustWriteLock(dentry); -+ -+ err = au_lkup_neg(dentry, cpg->bdst, /*wh*/1); -+ if (!err) { -+ flags_orig = cpg->flags; -+ au_fset_cpup(cpg->flags, RENAME); -+ err = au_cpup_single(cpg, NULL); -+ cpg->flags = flags_orig; -+ if (!err) -+ return 0; /* success */ -+ -+ /* revert */ -+ au_set_h_dptr(dentry, cpg->bdst, NULL); -+ au_set_dbtop(dentry, cpg->bsrc); -+ } -+ -+ return err; -+} -+ -+struct au_cpup_simple_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+}; -+ -+static void au_call_cpup_simple(void *args) -+{ -+ struct au_cpup_simple_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_simple(a->cpg); -+ au_pin_hdir_release(a->cpg->pin); -+} -+ -+static int au_do_sio_cpup_simple(struct au_cp_generic *cpg) -+{ -+ int err, wkq_err; -+ struct dentry *dentry, *parent; -+ struct file *h_file; -+ struct inode *h_dir; -+ -+ dentry = cpg->dentry; -+ h_file = NULL; -+ if (au_ftest_cpup(cpg->flags, HOPEN)) { -+ AuDebugOn(cpg->bsrc < 0); -+ h_file = au_h_open_pre(dentry, cpg->bsrc, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ } -+ -+ parent = dget_parent(dentry); -+ h_dir = au_h_iptr(d_inode(parent), cpg->bdst); -+ if (!au_test_h_perm_sio(h_dir, MAY_EXEC | MAY_WRITE) -+ && !au_cpup_sio_test(cpg->pin, d_inode(dentry)->i_mode)) -+ err = au_cpup_simple(cpg); -+ else { -+ struct au_cpup_simple_args args = { -+ .errp = &err, -+ .cpg = cpg -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_simple, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ dput(parent); -+ if (h_file) -+ au_h_open_post(dentry, cpg->bsrc, h_file); -+ -+out: -+ return err; -+} -+ -+int au_sio_cpup_simple(struct au_cp_generic *cpg) -+{ -+ aufs_bindex_t bsrc, bbot; -+ struct dentry *dentry, *h_dentry; -+ -+ if (cpg->bsrc < 0) { -+ dentry = cpg->dentry; -+ bbot = au_dbbot(dentry); -+ for (bsrc = cpg->bdst + 1; bsrc <= bbot; bsrc++) { -+ h_dentry = au_h_dptr(dentry, bsrc); -+ if (h_dentry) { -+ AuDebugOn(d_is_negative(h_dentry)); -+ break; -+ } -+ } -+ AuDebugOn(bsrc > bbot); -+ cpg->bsrc = bsrc; -+ } -+ AuDebugOn(cpg->bsrc <= cpg->bdst); -+ return au_do_sio_cpup_simple(cpg); -+} -+ -+int au_sio_cpdown_simple(struct au_cp_generic *cpg) -+{ -+ AuDebugOn(cpg->bdst <= cpg->bsrc); -+ return au_do_sio_cpup_simple(cpg); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * copyup the deleted file for writing. -+ */ -+static int au_do_cpup_wh(struct au_cp_generic *cpg, struct dentry *wh_dentry, -+ struct file *file) -+{ -+ int err; -+ unsigned int flags_orig; -+ aufs_bindex_t bsrc_orig; -+ struct au_dinfo *dinfo; -+ struct { -+ struct au_hdentry *hd; -+ struct dentry *h_dentry; -+ } hdst, hsrc; -+ -+ dinfo = au_di(cpg->dentry); -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ bsrc_orig = cpg->bsrc; -+ cpg->bsrc = dinfo->di_btop; -+ hdst.hd = au_hdentry(dinfo, cpg->bdst); -+ hdst.h_dentry = hdst.hd->hd_dentry; -+ hdst.hd->hd_dentry = wh_dentry; -+ dinfo->di_btop = cpg->bdst; -+ -+ hsrc.h_dentry = NULL; -+ if (file) { -+ hsrc.hd = au_hdentry(dinfo, cpg->bsrc); -+ hsrc.h_dentry = hsrc.hd->hd_dentry; -+ hsrc.hd->hd_dentry = au_hf_top(file)->f_path.dentry; -+ } -+ flags_orig = cpg->flags; -+ cpg->flags = !AuCpup_DTIME; -+ err = au_cpup_single(cpg, /*h_parent*/NULL); -+ cpg->flags = flags_orig; -+ if (file) { -+ if (!err) -+ err = au_reopen_nondir(file); -+ hsrc.hd->hd_dentry = hsrc.h_dentry; -+ } -+ hdst.hd->hd_dentry = hdst.h_dentry; -+ dinfo->di_btop = cpg->bsrc; -+ cpg->bsrc = bsrc_orig; -+ -+ return err; -+} -+ -+static int au_cpup_wh(struct au_cp_generic *cpg, struct file *file) -+{ -+ int err; -+ aufs_bindex_t bdst; -+ struct au_dtime dt; -+ struct dentry *dentry, *parent, *h_parent, *wh_dentry; -+ struct au_branch *br; -+ struct path h_path; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ br = au_sbr(dentry->d_sb, bdst); -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ wh_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out; -+ -+ h_path.dentry = h_parent; -+ h_path.mnt = au_br_mnt(br); -+ au_dtime_store(&dt, parent, &h_path); -+ err = au_do_cpup_wh(cpg, wh_dentry, file); -+ if (unlikely(err)) -+ goto out_wh; -+ -+ dget(wh_dentry); -+ h_path.dentry = wh_dentry; -+ if (!d_is_dir(wh_dentry)) { -+ /* no delegation since it is just created */ -+ err = vfsub_unlink(d_inode(h_parent), &h_path, -+ /*delegated*/NULL, /*force*/0); -+ } else -+ err = vfsub_rmdir(d_inode(h_parent), &h_path); -+ if (unlikely(err)) { -+ AuIOErr("failed remove copied-up tmp file %pd(%d)\n", -+ wh_dentry, err); -+ err = -EIO; -+ } -+ au_dtime_revert(&dt); -+ au_set_hi_wh(d_inode(dentry), bdst, wh_dentry); -+ -+out_wh: -+ dput(wh_dentry); -+out: -+ dput(parent); -+ return err; -+} -+ -+struct au_cpup_wh_args { -+ int *errp; -+ struct au_cp_generic *cpg; -+ struct file *file; -+}; -+ -+static void au_call_cpup_wh(void *args) -+{ -+ struct au_cpup_wh_args *a = args; -+ -+ au_pin_hdir_acquire_nest(a->cpg->pin); -+ *a->errp = au_cpup_wh(a->cpg, a->file); -+ au_pin_hdir_release(a->cpg->pin); -+} -+ -+int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file) -+{ -+ int err, wkq_err; -+ aufs_bindex_t bdst; -+ struct dentry *dentry, *parent, *h_orph, *h_parent; -+ struct inode *dir, *h_dir, *h_tmpdir; -+ struct au_wbr *wbr; -+ struct au_pin wh_pin, *pin_orig; -+ -+ dentry = cpg->dentry; -+ bdst = cpg->bdst; -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ h_orph = NULL; -+ h_parent = NULL; -+ h_dir = au_igrab(au_h_iptr(dir, bdst)); -+ h_tmpdir = h_dir; -+ pin_orig = NULL; -+ if (!h_dir->i_nlink) { -+ wbr = au_sbr(dentry->d_sb, bdst)->br_wbr; -+ h_orph = wbr->wbr_orph; -+ -+ h_parent = dget(au_h_dptr(parent, bdst)); -+ au_set_h_dptr(parent, bdst, dget(h_orph)); -+ h_tmpdir = d_inode(h_orph); -+ au_set_h_iptr(dir, bdst, au_igrab(h_tmpdir), /*flags*/0); -+ -+ inode_lock_nested(h_tmpdir, AuLsc_I_PARENT3); -+ /* todo: au_h_open_pre()? */ -+ -+ pin_orig = cpg->pin; -+ au_pin_init(&wh_pin, dentry, bdst, AuLsc_DI_PARENT, -+ AuLsc_I_PARENT3, cpg->pin->udba, AuPin_DI_LOCKED); -+ cpg->pin = &wh_pin; -+ } -+ -+ if (!au_test_h_perm_sio(h_tmpdir, MAY_EXEC | MAY_WRITE) -+ && !au_cpup_sio_test(cpg->pin, d_inode(dentry)->i_mode)) -+ err = au_cpup_wh(cpg, file); -+ else { -+ struct au_cpup_wh_args args = { -+ .errp = &err, -+ .cpg = cpg, -+ .file = file -+ }; -+ wkq_err = au_wkq_wait(au_call_cpup_wh, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ if (h_orph) { -+ inode_unlock(h_tmpdir); -+ /* todo: au_h_open_post()? */ -+ au_set_h_iptr(dir, bdst, au_igrab(h_dir), /*flags*/0); -+ au_set_h_dptr(parent, bdst, h_parent); -+ AuDebugOn(!pin_orig); -+ cpg->pin = pin_orig; -+ } -+ iput(h_dir); -+ dput(parent); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * generic routine for both of copy-up and copy-down. -+ */ -+/* cf. revalidate function in file.c */ -+int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, -+ int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg), -+ void *arg) -+{ -+ int err; -+ struct au_pin pin; -+ struct dentry *d, *parent, *h_parent, *real_parent, *h_dentry; -+ -+ err = 0; -+ parent = dget_parent(dentry); -+ if (IS_ROOT(parent)) -+ goto out; -+ -+ au_pin_init(&pin, dentry, bdst, AuLsc_DI_PARENT2, AuLsc_I_PARENT2, -+ au_opt_udba(dentry->d_sb), AuPin_MNT_WRITE); -+ -+ /* do not use au_dpage */ -+ real_parent = parent; -+ while (1) { -+ dput(parent); -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bdst); -+ if (h_parent) -+ goto out; /* success */ -+ -+ /* find top dir which is necessary to cpup */ -+ do { -+ d = parent; -+ dput(parent); -+ parent = dget_parent(d); -+ di_read_lock_parent3(parent, !AuLock_IR); -+ h_parent = au_h_dptr(parent, bdst); -+ di_read_unlock(parent, !AuLock_IR); -+ } while (!h_parent); -+ -+ if (d != real_parent) -+ di_write_lock_child3(d); -+ -+ /* somebody else might create while we were sleeping */ -+ h_dentry = au_h_dptr(d, bdst); -+ if (!h_dentry || d_is_negative(h_dentry)) { -+ if (h_dentry) -+ au_update_dbtop(d); -+ -+ au_pin_set_dentry(&pin, d); -+ err = au_do_pin(&pin); -+ if (!err) { -+ err = cp(d, bdst, &pin, h_parent, arg); -+ au_unpin(&pin); -+ } -+ } -+ -+ if (d != real_parent) -+ di_write_unlock(d); -+ if (unlikely(err)) -+ break; -+ } -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+static int au_cpup_dir(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent __maybe_unused, -+ void *arg __maybe_unused) -+{ -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = bdst, -+ .bsrc = -1, -+ .len = 0, -+ .pin = pin, -+ .flags = AuCpup_DTIME -+ }; -+ return au_sio_cpup_simple(&cpg); -+} -+ -+int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ return au_cp_dirs(dentry, bdst, au_cpup_dir, NULL); -+} -+ -+int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ int err; -+ struct dentry *parent; -+ struct inode *dir; -+ -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ err = 0; -+ if (au_h_iptr(dir, bdst)) -+ goto out; -+ -+ di_read_unlock(parent, AuLock_IR); -+ di_write_lock_parent(parent); -+ /* someone else might change our inode while we were sleeping */ -+ if (!au_h_iptr(dir, bdst)) -+ err = au_cpup_dirs(dentry, bdst); -+ di_downgrade_lock(parent, AuLock_IR); -+ -+out: -+ dput(parent); -+ return err; -+} -diff --git a/fs/aufs/cpup.h b/fs/aufs/cpup.h -new file mode 100644 -index 000000000000..34a0907dddda ---- /dev/null -+++ b/fs/aufs/cpup.h -@@ -0,0 +1,87 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * copy-up/down functions -+ */ -+ -+#ifndef __AUFS_CPUP_H__ -+#define __AUFS_CPUP_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct inode; -+struct file; -+struct au_pin; -+ -+void au_cpup_attr_flags(struct inode *dst, unsigned int iflags); -+void au_cpup_attr_timesizes(struct inode *inode); -+void au_cpup_attr_nlink(struct inode *inode, int force); -+void au_cpup_attr_changeable(struct inode *inode); -+void au_cpup_igen(struct inode *inode, struct inode *h_inode); -+void au_cpup_attr_all(struct inode *inode, int force); -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_cp_generic { -+ struct dentry *dentry; -+ aufs_bindex_t bdst, bsrc; -+ loff_t len; -+ struct au_pin *pin; -+ unsigned int flags; -+}; -+ -+/* cpup flags */ -+#define AuCpup_DTIME 1 /* do dtime_store/revert */ -+#define AuCpup_KEEPLINO (1 << 1) /* do not clear the lower xino, -+ for link(2) */ -+#define AuCpup_RENAME (1 << 2) /* rename after cpup */ -+#define AuCpup_HOPEN (1 << 3) /* call h_open_pre/post() in -+ cpup */ -+#define AuCpup_OVERWRITE (1 << 4) /* allow overwriting the -+ existing entry */ -+#define AuCpup_RWDST (1 << 5) /* force write target even if -+ the branch is marked as RO */ -+ -+#ifndef CONFIG_AUFS_BR_HFSPLUS -+#undef AuCpup_HOPEN -+#define AuCpup_HOPEN 0 -+#endif -+ -+#define au_ftest_cpup(flags, name) ((flags) & AuCpup_##name) -+#define au_fset_cpup(flags, name) \ -+ do { (flags) |= AuCpup_##name; } while (0) -+#define au_fclr_cpup(flags, name) \ -+ do { (flags) &= ~AuCpup_##name; } while (0) -+ -+int au_copy_file(struct file *dst, struct file *src, loff_t len); -+int au_sio_cpup_simple(struct au_cp_generic *cpg); -+int au_sio_cpdown_simple(struct au_cp_generic *cpg); -+int au_sio_cpup_wh(struct au_cp_generic *cpg, struct file *file); -+ -+int au_cp_dirs(struct dentry *dentry, aufs_bindex_t bdst, -+ int (*cp)(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg), -+ void *arg); -+int au_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+int au_test_and_cpup_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* keep timestamps when copyup */ -+struct au_dtime { -+ struct dentry *dt_dentry; -+ struct path dt_h_path; -+ struct timespec64 dt_atime, dt_mtime; -+}; -+void au_dtime_store(struct au_dtime *dt, struct dentry *dentry, -+ struct path *h_path); -+void au_dtime_revert(struct au_dtime *dt); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_CPUP_H__ */ -diff --git a/fs/aufs/dbgaufs.c b/fs/aufs/dbgaufs.c -new file mode 100644 -index 000000000000..6bb8843b7430 ---- /dev/null -+++ b/fs/aufs/dbgaufs.c -@@ -0,0 +1,506 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * debugfs interface -+ */ -+ -+#include -+#include "aufs.h" -+ -+#ifndef CONFIG_SYSFS -+#error DEBUG_FS depends upon SYSFS -+#endif -+ -+static struct dentry *dbgaufs; -+static const mode_t dbgaufs_mode = 0444; -+ -+/* 20 is max digits length of ulong 64 */ -+struct dbgaufs_arg { -+ int n; -+ char a[20 * 4]; -+}; -+ -+/* -+ * common function for all XINO files -+ */ -+static int dbgaufs_xi_release(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ kfree(file->private_data); -+ return 0; -+} -+ -+static int dbgaufs_xi_open(struct file *xf, struct file *file, int do_fcnt, -+ int cnt) -+{ -+ int err; -+ struct kstat st; -+ struct dbgaufs_arg *p; -+ -+ err = -ENOMEM; -+ p = kmalloc(sizeof(*p), GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = 0; -+ p->n = 0; -+ file->private_data = p; -+ if (!xf) -+ goto out; -+ -+ err = vfsub_getattr(&xf->f_path, &st); -+ if (!err) { -+ if (do_fcnt) -+ p->n = snprintf -+ (p->a, sizeof(p->a), "%d, %llux%u %lld\n", -+ cnt, st.blocks, st.blksize, -+ (long long)st.size); -+ else -+ p->n = snprintf(p->a, sizeof(p->a), "%llux%u %lld\n", -+ st.blocks, st.blksize, -+ (long long)st.size); -+ AuDebugOn(p->n >= sizeof(p->a)); -+ } else { -+ p->n = snprintf(p->a, sizeof(p->a), "err %d\n", err); -+ err = 0; -+ } -+ -+out: -+ return err; -+} -+ -+static ssize_t dbgaufs_xi_read(struct file *file, char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ struct dbgaufs_arg *p; -+ -+ p = file->private_data; -+ return simple_read_from_buffer(buf, count, ppos, p->a, p->n); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dbgaufs_plink_arg { -+ int n; -+ char a[]; -+}; -+ -+static int dbgaufs_plink_release(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ free_page((unsigned long)file->private_data); -+ return 0; -+} -+ -+static int dbgaufs_plink_open(struct inode *inode, struct file *file) -+{ -+ int err, i, limit; -+ unsigned long n, sum; -+ struct dbgaufs_plink_arg *p; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct hlist_bl_head *hbl; -+ -+ err = -ENOMEM; -+ p = (void *)get_zeroed_page(GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = -EFBIG; -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ limit = PAGE_SIZE - sizeof(p->n); -+ -+ /* the number of buckets */ -+ n = snprintf(p->a + p->n, limit, "%d\n", AuPlink_NHASH); -+ p->n += n; -+ limit -= n; -+ -+ sum = 0; -+ for (i = 0, hbl = sbinfo->si_plink; i < AuPlink_NHASH; -+ i++, hbl++) { -+ n = au_hbl_count(hbl); -+ sum += n; -+ -+ n = snprintf(p->a + p->n, limit, "%lu ", n); -+ p->n += n; -+ limit -= n; -+ if (unlikely(limit <= 0)) -+ goto out_free; -+ } -+ p->a[p->n - 1] = '\n'; -+ -+ /* the sum of plinks */ -+ n = snprintf(p->a + p->n, limit, "%lu\n", sum); -+ p->n += n; -+ limit -= n; -+ if (unlikely(limit <= 0)) -+ goto out_free; -+ } else { -+#define str "1\n0\n0\n" -+ p->n = sizeof(str) - 1; -+ strcpy(p->a, str); -+#undef str -+ } -+ si_read_unlock(sb); -+ -+ err = 0; -+ file->private_data = p; -+ goto out; /* success */ -+ -+out_free: -+ free_page((unsigned long)p); -+out: -+ return err; -+} -+ -+static ssize_t dbgaufs_plink_read(struct file *file, char __user *buf, -+ size_t count, loff_t *ppos) -+{ -+ struct dbgaufs_plink_arg *p; -+ -+ p = file->private_data; -+ return simple_read_from_buffer(buf, count, ppos, p->a, p->n); -+} -+ -+static const struct file_operations dbgaufs_plink_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_plink_open, -+ .release = dbgaufs_plink_release, -+ .read = dbgaufs_plink_read -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int dbgaufs_xib_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ err = dbgaufs_xi_open(sbinfo->si_xib, file, /*do_fcnt*/0, /*cnt*/0); -+ si_read_unlock(sb); -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xib_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xib_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define DbgaufsXi_PREFIX "xi" -+ -+static int dbgaufs_xino_open(struct inode *inode, struct file *file) -+{ -+ int err, idx; -+ long l; -+ aufs_bindex_t bindex; -+ char *p, a[sizeof(DbgaufsXi_PREFIX) + 8]; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct au_xino *xi; -+ struct file *xf; -+ struct qstr *name; -+ struct au_branch *br; -+ -+ err = -ENOENT; -+ name = &file->f_path.dentry->d_name; -+ if (unlikely(name->len < sizeof(DbgaufsXi_PREFIX) -+ || memcmp(name->name, DbgaufsXi_PREFIX, -+ sizeof(DbgaufsXi_PREFIX) - 1))) -+ goto out; -+ -+ AuDebugOn(name->len >= sizeof(a)); -+ memcpy(a, name->name, name->len); -+ a[name->len] = '\0'; -+ p = strchr(a, '-'); -+ if (p) -+ *p = '\0'; -+ err = kstrtol(a + sizeof(DbgaufsXi_PREFIX) - 1, 10, &l); -+ if (unlikely(err)) -+ goto out; -+ bindex = l; -+ idx = 0; -+ if (p) { -+ err = kstrtol(p + 1, 10, &l); -+ if (unlikely(err)) -+ goto out; -+ idx = l; -+ } -+ -+ err = -ENOENT; -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ if (unlikely(bindex < 0 || bindex > au_sbbot(sb))) -+ goto out_si; -+ br = au_sbr(sb, bindex); -+ xi = br->br_xino; -+ if (unlikely(idx >= xi->xi_nfile)) -+ goto out_si; -+ xf = au_xino_file(xi, idx); -+ if (xf) -+ err = dbgaufs_xi_open(xf, file, /*do_fcnt*/1, -+ au_xino_count(br)); -+ -+out_si: -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xino_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xino_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+void dbgaufs_xino_del(struct au_branch *br) -+{ -+ struct dentry *dbgaufs; -+ -+ dbgaufs = br->br_dbgaufs; -+ if (!dbgaufs) -+ return; -+ -+ br->br_dbgaufs = NULL; -+ /* debugfs acquires the parent i_mutex */ -+ lockdep_off(); -+ debugfs_remove(dbgaufs); -+ lockdep_on(); -+} -+ -+void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ aufs_bindex_t bbot; -+ struct au_branch *br; -+ -+ if (!au_sbi(sb)->si_dbgaufs) -+ return; -+ -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ dbgaufs_xino_del(br); -+ } -+} -+ -+static void dbgaufs_br_do_add(struct super_block *sb, aufs_bindex_t bindex, -+ unsigned int idx, struct dentry *parent, -+ struct au_sbinfo *sbinfo) -+{ -+ struct au_branch *br; -+ struct dentry *d; -+ /* "xi" bindex(5) "-" idx(2) NULL */ -+ char name[sizeof(DbgaufsXi_PREFIX) + 8]; -+ -+ if (!idx) -+ snprintf(name, sizeof(name), DbgaufsXi_PREFIX "%d", bindex); -+ else -+ snprintf(name, sizeof(name), DbgaufsXi_PREFIX "%d-%u", -+ bindex, idx); -+ br = au_sbr(sb, bindex); -+ if (br->br_dbgaufs) { -+ struct qstr qstr = QSTR_INIT(name, strlen(name)); -+ -+ if (!au_qstreq(&br->br_dbgaufs->d_name, &qstr)) { -+ /* debugfs acquires the parent i_mutex */ -+ lockdep_off(); -+ d = debugfs_rename(parent, br->br_dbgaufs, parent, -+ name); -+ lockdep_on(); -+ if (unlikely(!d)) -+ pr_warn("failed renaming %pd/%s, ignored.\n", -+ parent, name); -+ } -+ } else { -+ lockdep_off(); -+ br->br_dbgaufs = debugfs_create_file(name, dbgaufs_mode, parent, -+ sbinfo, &dbgaufs_xino_fop); -+ lockdep_on(); -+ if (unlikely(!br->br_dbgaufs)) -+ pr_warn("failed creating %pd/%s, ignored.\n", -+ parent, name); -+ } -+} -+ -+static void dbgaufs_br_add(struct super_block *sb, aufs_bindex_t bindex, -+ struct dentry *parent, struct au_sbinfo *sbinfo) -+{ -+ struct au_branch *br; -+ struct au_xino *xi; -+ unsigned int u; -+ -+ br = au_sbr(sb, bindex); -+ xi = br->br_xino; -+ for (u = 0; u < xi->xi_nfile; u++) -+ dbgaufs_br_do_add(sb, bindex, u, parent, sbinfo); -+} -+ -+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex, int topdown) -+{ -+ struct au_sbinfo *sbinfo; -+ struct dentry *parent; -+ aufs_bindex_t bbot; -+ -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ return; -+ -+ sbinfo = au_sbi(sb); -+ parent = sbinfo->si_dbgaufs; -+ if (!parent) -+ return; -+ -+ bbot = au_sbbot(sb); -+ if (topdown) -+ for (; bindex <= bbot; bindex++) -+ dbgaufs_br_add(sb, bindex, parent, sbinfo); -+ else -+ for (; bbot >= bindex; bbot--) -+ dbgaufs_br_add(sb, bbot, parent, sbinfo); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+static int dbgaufs_xigen_open(struct inode *inode, struct file *file) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ -+ sbinfo = inode->i_private; -+ sb = sbinfo->si_sb; -+ si_noflush_read_lock(sb); -+ err = dbgaufs_xi_open(sbinfo->si_xigen, file, /*do_fcnt*/0, /*cnt*/0); -+ si_read_unlock(sb); -+ return err; -+} -+ -+static const struct file_operations dbgaufs_xigen_fop = { -+ .owner = THIS_MODULE, -+ .open = dbgaufs_xigen_open, -+ .release = dbgaufs_xi_release, -+ .read = dbgaufs_xi_read -+}; -+ -+static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ err = -EIO; -+ sbinfo->si_dbgaufs_xigen = debugfs_create_file -+ ("xigen", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_xigen_fop); -+ if (sbinfo->si_dbgaufs_xigen) -+ err = 0; -+ -+ return err; -+} -+#else -+static int dbgaufs_xigen_init(struct au_sbinfo *sbinfo) -+{ -+ return 0; -+} -+#endif /* CONFIG_AUFS_EXPORT */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+void dbgaufs_si_fin(struct au_sbinfo *sbinfo) -+{ -+ /* -+ * This function is a dynamic '__fin' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ debugfs_remove_recursive(sbinfo->si_dbgaufs); -+ sbinfo->si_dbgaufs = NULL; -+} -+ -+int dbgaufs_si_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ char name[SysaufsSiNameLen]; -+ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+ -+ err = -ENOENT; -+ if (!dbgaufs) { -+ AuErr1("/debug/aufs is uninitialized\n"); -+ goto out; -+ } -+ -+ err = -EIO; -+ sysaufs_name(sbinfo, name); -+ sbinfo->si_dbgaufs = debugfs_create_dir(name, dbgaufs); -+ if (unlikely(!sbinfo->si_dbgaufs)) -+ goto out; -+ -+ /* regardless plink/noplink option */ -+ sbinfo->si_dbgaufs_plink = debugfs_create_file -+ ("plink", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_plink_fop); -+ if (unlikely(!sbinfo->si_dbgaufs_plink)) -+ goto out_dir; -+ -+ /* regardless xino/noxino option */ -+ sbinfo->si_dbgaufs_xib = debugfs_create_file -+ ("xib", dbgaufs_mode, sbinfo->si_dbgaufs, sbinfo, -+ &dbgaufs_xib_fop); -+ if (unlikely(!sbinfo->si_dbgaufs_xib)) -+ goto out_dir; -+ -+ err = dbgaufs_xigen_init(sbinfo); -+ if (!err) -+ goto out; /* success */ -+ -+out_dir: -+ dbgaufs_si_fin(sbinfo); -+out: -+ if (unlikely(err)) -+ pr_err("debugfs/aufs failed\n"); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void dbgaufs_fin(void) -+{ -+ debugfs_remove(dbgaufs); -+} -+ -+int __init dbgaufs_init(void) -+{ -+ int err; -+ -+ err = -EIO; -+ dbgaufs = debugfs_create_dir(AUFS_NAME, NULL); -+ if (dbgaufs) -+ err = 0; -+ return err; -+} -diff --git a/fs/aufs/dbgaufs.h b/fs/aufs/dbgaufs.h -new file mode 100644 -index 000000000000..e7ebe5125b30 ---- /dev/null -+++ b/fs/aufs/dbgaufs.h -@@ -0,0 +1,40 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * debugfs interface -+ */ -+ -+#ifndef __DBGAUFS_H__ -+#define __DBGAUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+struct super_block; -+struct au_sbinfo; -+struct au_branch; -+ -+#ifdef CONFIG_DEBUG_FS -+/* dbgaufs.c */ -+void dbgaufs_xino_del(struct au_branch *br); -+void dbgaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); -+void dbgaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex, int topdown); -+void dbgaufs_si_fin(struct au_sbinfo *sbinfo); -+int dbgaufs_si_init(struct au_sbinfo *sbinfo); -+void dbgaufs_fin(void); -+int __init dbgaufs_init(void); -+#else -+AuStubVoid(dbgaufs_xino_del, struct au_branch *br) -+AuStubVoid(dbgaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(dbgaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex, -+ int topdown) -+AuStubVoid(dbgaufs_si_fin, struct au_sbinfo *sbinfo) -+AuStubInt0(dbgaufs_si_init, struct au_sbinfo *sbinfo) -+AuStubVoid(dbgaufs_fin, void) -+AuStubInt0(__init dbgaufs_init, void) -+#endif /* CONFIG_DEBUG_FS */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __DBGAUFS_H__ */ -diff --git a/fs/aufs/dcsub.c b/fs/aufs/dcsub.c -new file mode 100644 -index 000000000000..5b060df99f33 ---- /dev/null -+++ b/fs/aufs/dcsub.c -@@ -0,0 +1,212 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for dentry cache -+ */ -+ -+#include "aufs.h" -+ -+static void au_dpage_free(struct au_dpage *dpage) -+{ -+ int i; -+ struct dentry **p; -+ -+ p = dpage->dentries; -+ for (i = 0; i < dpage->ndentry; i++) -+ dput(*p++); -+ free_page((unsigned long)dpage->dentries); -+} -+ -+int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp) -+{ -+ int err; -+ void *p; -+ -+ err = -ENOMEM; -+ dpages->dpages = kmalloc(sizeof(*dpages->dpages), gfp); -+ if (unlikely(!dpages->dpages)) -+ goto out; -+ -+ p = (void *)__get_free_page(gfp); -+ if (unlikely(!p)) -+ goto out_dpages; -+ -+ dpages->dpages[0].ndentry = 0; -+ dpages->dpages[0].dentries = p; -+ dpages->ndpage = 1; -+ return 0; /* success */ -+ -+out_dpages: -+ kfree(dpages->dpages); -+out: -+ return err; -+} -+ -+void au_dpages_free(struct au_dcsub_pages *dpages) -+{ -+ int i; -+ struct au_dpage *p; -+ -+ p = dpages->dpages; -+ for (i = 0; i < dpages->ndpage; i++) -+ au_dpage_free(p++); -+ kfree(dpages->dpages); -+} -+ -+static int au_dpages_append(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, gfp_t gfp) -+{ -+ int err, sz; -+ struct au_dpage *dpage; -+ void *p; -+ -+ dpage = dpages->dpages + dpages->ndpage - 1; -+ sz = PAGE_SIZE / sizeof(dentry); -+ if (unlikely(dpage->ndentry >= sz)) { -+ AuLabel(new dpage); -+ err = -ENOMEM; -+ sz = dpages->ndpage * sizeof(*dpages->dpages); -+ p = au_kzrealloc(dpages->dpages, sz, -+ sz + sizeof(*dpages->dpages), gfp, -+ /*may_shrink*/0); -+ if (unlikely(!p)) -+ goto out; -+ -+ dpages->dpages = p; -+ dpage = dpages->dpages + dpages->ndpage; -+ p = (void *)__get_free_page(gfp); -+ if (unlikely(!p)) -+ goto out; -+ -+ dpage->ndentry = 0; -+ dpage->dentries = p; -+ dpages->ndpage++; -+ } -+ -+ AuDebugOn(au_dcount(dentry) <= 0); -+ dpage->dentries[dpage->ndentry++] = dget_dlock(dentry); -+ return 0; /* success */ -+ -+out: -+ return err; -+} -+ -+/* todo: BAD approach */ -+/* copied from linux/fs/dcache.c */ -+enum d_walk_ret { -+ D_WALK_CONTINUE, -+ D_WALK_QUIT, -+ D_WALK_NORETRY, -+ D_WALK_SKIP, -+}; -+ -+extern void d_walk(struct dentry *parent, void *data, -+ enum d_walk_ret (*enter)(void *, struct dentry *)); -+ -+struct ac_dpages_arg { -+ int err; -+ struct au_dcsub_pages *dpages; -+ struct super_block *sb; -+ au_dpages_test test; -+ void *arg; -+}; -+ -+static enum d_walk_ret au_call_dpages_append(void *_arg, struct dentry *dentry) -+{ -+ enum d_walk_ret ret; -+ struct ac_dpages_arg *arg = _arg; -+ -+ ret = D_WALK_CONTINUE; -+ if (dentry->d_sb == arg->sb -+ && !IS_ROOT(dentry) -+ && au_dcount(dentry) > 0 -+ && au_di(dentry) -+ && (!arg->test || arg->test(dentry, arg->arg))) { -+ arg->err = au_dpages_append(arg->dpages, dentry, GFP_ATOMIC); -+ if (unlikely(arg->err)) -+ ret = D_WALK_QUIT; -+ } -+ -+ return ret; -+} -+ -+int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, -+ au_dpages_test test, void *arg) -+{ -+ struct ac_dpages_arg args = { -+ .err = 0, -+ .dpages = dpages, -+ .sb = root->d_sb, -+ .test = test, -+ .arg = arg -+ }; -+ -+ d_walk(root, &args, au_call_dpages_append); -+ -+ return args.err; -+} -+ -+int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, -+ int do_include, au_dpages_test test, void *arg) -+{ -+ int err; -+ -+ err = 0; -+ write_seqlock(&rename_lock); -+ spin_lock(&dentry->d_lock); -+ if (do_include -+ && au_dcount(dentry) > 0 -+ && (!test || test(dentry, arg))) -+ err = au_dpages_append(dpages, dentry, GFP_ATOMIC); -+ spin_unlock(&dentry->d_lock); -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * RCU for vfsmount is unnecessary since this is a traverse in a single -+ * mount -+ */ -+ while (!IS_ROOT(dentry)) { -+ dentry = dentry->d_parent; /* rename_lock is locked */ -+ spin_lock(&dentry->d_lock); -+ if (au_dcount(dentry) > 0 -+ && (!test || test(dentry, arg))) -+ err = au_dpages_append(dpages, dentry, GFP_ATOMIC); -+ spin_unlock(&dentry->d_lock); -+ if (unlikely(err)) -+ break; -+ } -+ -+out: -+ write_sequnlock(&rename_lock); -+ return err; -+} -+ -+static inline int au_dcsub_dpages_aufs(struct dentry *dentry, void *arg) -+{ -+ return au_di(dentry) && dentry->d_sb == arg; -+} -+ -+int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, int do_include) -+{ -+ return au_dcsub_pages_rev(dpages, dentry, do_include, -+ au_dcsub_dpages_aufs, dentry->d_sb); -+} -+ -+int au_test_subdir(struct dentry *d1, struct dentry *d2) -+{ -+ struct path path[2] = { -+ { -+ .dentry = d1 -+ }, -+ { -+ .dentry = d2 -+ } -+ }; -+ -+ return path_is_under(path + 0, path + 1); -+} -diff --git a/fs/aufs/dcsub.h b/fs/aufs/dcsub.h -new file mode 100644 -index 000000000000..f00f4a1ed89d ---- /dev/null -+++ b/fs/aufs/dcsub.h -@@ -0,0 +1,124 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for dentry cache -+ */ -+ -+#ifndef __AUFS_DCSUB_H__ -+#define __AUFS_DCSUB_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+ -+struct au_dpage { -+ int ndentry; -+ struct dentry **dentries; -+}; -+ -+struct au_dcsub_pages { -+ int ndpage; -+ struct au_dpage *dpages; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dcsub.c */ -+int au_dpages_init(struct au_dcsub_pages *dpages, gfp_t gfp); -+void au_dpages_free(struct au_dcsub_pages *dpages); -+typedef int (*au_dpages_test)(struct dentry *dentry, void *arg); -+int au_dcsub_pages(struct au_dcsub_pages *dpages, struct dentry *root, -+ au_dpages_test test, void *arg); -+int au_dcsub_pages_rev(struct au_dcsub_pages *dpages, struct dentry *dentry, -+ int do_include, au_dpages_test test, void *arg); -+int au_dcsub_pages_rev_aufs(struct au_dcsub_pages *dpages, -+ struct dentry *dentry, int do_include); -+int au_test_subdir(struct dentry *d1, struct dentry *d2); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * todo: in linux-3.13, several similar (but faster) helpers are added to -+ * include/linux/dcache.h. Try them (in the future). -+ */ -+ -+static inline int au_d_hashed_positive(struct dentry *d) -+{ -+ int err; -+ struct inode *inode = d_inode(d); -+ -+ err = 0; -+ if (unlikely(d_unhashed(d) -+ || d_is_negative(d) -+ || !inode->i_nlink)) -+ err = -ENOENT; -+ return err; -+} -+ -+static inline int au_d_linkable(struct dentry *d) -+{ -+ int err; -+ struct inode *inode = d_inode(d); -+ -+ err = au_d_hashed_positive(d); -+ if (err -+ && d_is_positive(d) -+ && (inode->i_state & I_LINKABLE)) -+ err = 0; -+ return err; -+} -+ -+static inline int au_d_alive(struct dentry *d) -+{ -+ int err; -+ struct inode *inode; -+ -+ err = 0; -+ if (!IS_ROOT(d)) -+ err = au_d_hashed_positive(d); -+ else { -+ inode = d_inode(d); -+ if (unlikely(d_unlinked(d) -+ || d_is_negative(d) -+ || !inode->i_nlink)) -+ err = -ENOENT; -+ } -+ return err; -+} -+ -+static inline int au_alive_dir(struct dentry *d) -+{ -+ int err; -+ -+ err = au_d_alive(d); -+ if (unlikely(err || IS_DEADDIR(d_inode(d)))) -+ err = -ENOENT; -+ return err; -+} -+ -+static inline int au_qstreq(struct qstr *a, struct qstr *b) -+{ -+ return a->len == b->len -+ && !memcmp(a->name, b->name, a->len); -+} -+ -+/* -+ * by the commit -+ * 360f547 2015-01-25 dcache: let the dentry count go down to zero without -+ * taking d_lock -+ * the type of d_lockref.count became int, but the inlined function d_count() -+ * still returns unsigned int. -+ * I don't know why. Maybe it is for every d_count() users? -+ * Anyway au_dcount() lives on. -+ */ -+static inline int au_dcount(struct dentry *d) -+{ -+ return (int)d_count(d); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DCSUB_H__ */ -diff --git a/fs/aufs/debug.c b/fs/aufs/debug.c -new file mode 100644 -index 000000000000..3a3b9ef48da3 ---- /dev/null -+++ b/fs/aufs/debug.c -@@ -0,0 +1,427 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * debug print functions -+ */ -+ -+#include "aufs.h" -+ -+/* Returns 0, or -errno. arg is in kp->arg. */ -+static int param_atomic_t_set(const char *val, const struct kernel_param *kp) -+{ -+ int err, n; -+ -+ err = kstrtoint(val, 0, &n); -+ if (!err) { -+ if (n > 0) -+ au_debug_on(); -+ else -+ au_debug_off(); -+ } -+ return err; -+} -+ -+/* Returns length written or -errno. Buffer is 4k (ie. be short!) */ -+static int param_atomic_t_get(char *buffer, const struct kernel_param *kp) -+{ -+ atomic_t *a; -+ -+ a = kp->arg; -+ return sprintf(buffer, "%d", atomic_read(a)); -+} -+ -+static struct kernel_param_ops param_ops_atomic_t = { -+ .set = param_atomic_t_set, -+ .get = param_atomic_t_get -+ /* void (*free)(void *arg) */ -+}; -+ -+atomic_t aufs_debug = ATOMIC_INIT(0); -+MODULE_PARM_DESC(debug, "debug print"); -+module_param_named(debug, aufs_debug, atomic_t, 0664); -+ -+DEFINE_MUTEX(au_dbg_mtx); /* just to serialize the dbg msgs */ -+char *au_plevel = KERN_DEBUG; -+#define dpri(fmt, ...) do { \ -+ if ((au_plevel \ -+ && strcmp(au_plevel, KERN_DEBUG)) \ -+ || au_debug_test()) \ -+ printk("%s" fmt, au_plevel, ##__VA_ARGS__); \ -+} while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_dpri_whlist(struct au_nhash *whlist) -+{ -+ unsigned long ul, n; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (ul = 0; ul < n; ul++) { -+ hlist_for_each_entry(pos, head, wh_hash) -+ dpri("b%d, %.*s, %d\n", -+ pos->wh_bindex, -+ pos->wh_str.len, pos->wh_str.name, -+ pos->wh_str.len); -+ head++; -+ } -+} -+ -+void au_dpri_vdir(struct au_vdir *vdir) -+{ -+ unsigned long ul; -+ union au_vdir_deblk_p p; -+ unsigned char *o; -+ -+ if (!vdir || IS_ERR(vdir)) { -+ dpri("err %ld\n", PTR_ERR(vdir)); -+ return; -+ } -+ -+ dpri("deblk %u, nblk %lu, deblk %p, last{%lu, %p}, ver %llu\n", -+ vdir->vd_deblk_sz, vdir->vd_nblk, vdir->vd_deblk, -+ vdir->vd_last.ul, vdir->vd_last.p.deblk, vdir->vd_version); -+ for (ul = 0; ul < vdir->vd_nblk; ul++) { -+ p.deblk = vdir->vd_deblk[ul]; -+ o = p.deblk; -+ dpri("[%lu]: %p\n", ul, o); -+ } -+} -+ -+static int do_pri_inode(aufs_bindex_t bindex, struct inode *inode, int hn, -+ struct dentry *wh) -+{ -+ char *n = NULL; -+ int l = 0; -+ -+ if (!inode || IS_ERR(inode)) { -+ dpri("i%d: err %ld\n", bindex, PTR_ERR(inode)); -+ return -1; -+ } -+ -+ /* the type of i_blocks depends upon CONFIG_LBDAF */ -+ BUILD_BUG_ON(sizeof(inode->i_blocks) != sizeof(unsigned long) -+ && sizeof(inode->i_blocks) != sizeof(u64)); -+ if (wh) { -+ n = (void *)wh->d_name.name; -+ l = wh->d_name.len; -+ } -+ -+ dpri("i%d: %p, i%lu, %s, cnt %d, nl %u, 0%o, sz %llu, blk %llu," -+ " hn %d, ct %lld, np %lu, st 0x%lx, f 0x%x, v %llu, g %x%s%.*s\n", -+ bindex, inode, -+ inode->i_ino, inode->i_sb ? au_sbtype(inode->i_sb) : "??", -+ atomic_read(&inode->i_count), inode->i_nlink, inode->i_mode, -+ i_size_read(inode), (unsigned long long)inode->i_blocks, -+ hn, (long long)timespec64_to_ns(&inode->i_ctime) & 0x0ffff, -+ inode->i_mapping ? inode->i_mapping->nrpages : 0, -+ inode->i_state, inode->i_flags, inode_peek_iversion(inode), -+ inode->i_generation, -+ l ? ", wh " : "", l, n); -+ return 0; -+} -+ -+void au_dpri_inode(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ aufs_bindex_t bindex; -+ int err, hn; -+ -+ err = do_pri_inode(-1, inode, -1, NULL); -+ if (err || !au_test_aufs(inode->i_sb) || au_is_bad_inode(inode)) -+ return; -+ -+ iinfo = au_ii(inode); -+ dpri("i-1: btop %d, bbot %d, gen %d\n", -+ iinfo->ii_btop, iinfo->ii_bbot, au_iigen(inode, NULL)); -+ if (iinfo->ii_btop < 0) -+ return; -+ hn = 0; -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; bindex++) { -+ hi = au_hinode(iinfo, bindex); -+ hn = !!au_hn(hi); -+ do_pri_inode(bindex, hi->hi_inode, hn, hi->hi_whdentry); -+ } -+} -+ -+void au_dpri_dalias(struct inode *inode) -+{ -+ struct dentry *d; -+ -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) -+ au_dpri_dentry(d); -+ spin_unlock(&inode->i_lock); -+} -+ -+static int do_pri_dentry(aufs_bindex_t bindex, struct dentry *dentry) -+{ -+ struct dentry *wh = NULL; -+ int hn; -+ struct inode *inode; -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ -+ if (!dentry || IS_ERR(dentry)) { -+ dpri("d%d: err %ld\n", bindex, PTR_ERR(dentry)); -+ return -1; -+ } -+ /* do not call dget_parent() here */ -+ /* note: access d_xxx without d_lock */ -+ dpri("d%d: %p, %pd2?, %s, cnt %d, flags 0x%x, %shashed\n", -+ bindex, dentry, dentry, -+ dentry->d_sb ? au_sbtype(dentry->d_sb) : "??", -+ au_dcount(dentry), dentry->d_flags, -+ d_unhashed(dentry) ? "un" : ""); -+ hn = -1; -+ inode = NULL; -+ if (d_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (inode -+ && au_test_aufs(dentry->d_sb) -+ && bindex >= 0 -+ && !au_is_bad_inode(inode)) { -+ iinfo = au_ii(inode); -+ hi = au_hinode(iinfo, bindex); -+ hn = !!au_hn(hi); -+ wh = hi->hi_whdentry; -+ } -+ do_pri_inode(bindex, inode, hn, wh); -+ return 0; -+} -+ -+void au_dpri_dentry(struct dentry *dentry) -+{ -+ struct au_dinfo *dinfo; -+ aufs_bindex_t bindex; -+ int err; -+ -+ err = do_pri_dentry(-1, dentry); -+ if (err || !au_test_aufs(dentry->d_sb)) -+ return; -+ -+ dinfo = au_di(dentry); -+ if (!dinfo) -+ return; -+ dpri("d-1: btop %d, bbot %d, bwh %d, bdiropq %d, gen %d, tmp %d\n", -+ dinfo->di_btop, dinfo->di_bbot, -+ dinfo->di_bwh, dinfo->di_bdiropq, au_digen(dentry), -+ dinfo->di_tmpfile); -+ if (dinfo->di_btop < 0) -+ return; -+ for (bindex = dinfo->di_btop; bindex <= dinfo->di_bbot; bindex++) -+ do_pri_dentry(bindex, au_hdentry(dinfo, bindex)->hd_dentry); -+} -+ -+static int do_pri_file(aufs_bindex_t bindex, struct file *file) -+{ -+ char a[32]; -+ -+ if (!file || IS_ERR(file)) { -+ dpri("f%d: err %ld\n", bindex, PTR_ERR(file)); -+ return -1; -+ } -+ a[0] = 0; -+ if (bindex < 0 -+ && !IS_ERR_OR_NULL(file->f_path.dentry) -+ && au_test_aufs(file->f_path.dentry->d_sb) -+ && au_fi(file)) -+ snprintf(a, sizeof(a), ", gen %d, mmapped %d", -+ au_figen(file), atomic_read(&au_fi(file)->fi_mmapped)); -+ dpri("f%d: mode 0x%x, flags 0%o, cnt %ld, v %llu, pos %llu%s\n", -+ bindex, file->f_mode, file->f_flags, (long)file_count(file), -+ file->f_version, file->f_pos, a); -+ if (!IS_ERR_OR_NULL(file->f_path.dentry)) -+ do_pri_dentry(bindex, file->f_path.dentry); -+ return 0; -+} -+ -+void au_dpri_file(struct file *file) -+{ -+ struct au_finfo *finfo; -+ struct au_fidir *fidir; -+ struct au_hfile *hfile; -+ aufs_bindex_t bindex; -+ int err; -+ -+ err = do_pri_file(-1, file); -+ if (err -+ || IS_ERR_OR_NULL(file->f_path.dentry) -+ || !au_test_aufs(file->f_path.dentry->d_sb)) -+ return; -+ -+ finfo = au_fi(file); -+ if (!finfo) -+ return; -+ if (finfo->fi_btop < 0) -+ return; -+ fidir = finfo->fi_hdir; -+ if (!fidir) -+ do_pri_file(finfo->fi_btop, finfo->fi_htop.hf_file); -+ else -+ for (bindex = finfo->fi_btop; -+ bindex >= 0 && bindex <= fidir->fd_bbot; -+ bindex++) { -+ hfile = fidir->fd_hfile + bindex; -+ do_pri_file(bindex, hfile ? hfile->hf_file : NULL); -+ } -+} -+ -+static int do_pri_br(aufs_bindex_t bindex, struct au_branch *br) -+{ -+ struct vfsmount *mnt; -+ struct super_block *sb; -+ -+ if (!br || IS_ERR(br)) -+ goto out; -+ mnt = au_br_mnt(br); -+ if (!mnt || IS_ERR(mnt)) -+ goto out; -+ sb = mnt->mnt_sb; -+ if (!sb || IS_ERR(sb)) -+ goto out; -+ -+ dpri("s%d: {perm 0x%x, id %d, wbr %p}, " -+ "%s, dev 0x%02x%02x, flags 0x%lx, cnt %d, active %d, " -+ "xino %d\n", -+ bindex, br->br_perm, br->br_id, br->br_wbr, -+ au_sbtype(sb), MAJOR(sb->s_dev), MINOR(sb->s_dev), -+ sb->s_flags, sb->s_count, -+ atomic_read(&sb->s_active), -+ !!au_xino_file(br->br_xino, /*idx*/-1)); -+ return 0; -+ -+out: -+ dpri("s%d: err %ld\n", bindex, PTR_ERR(br)); -+ return -1; -+} -+ -+void au_dpri_sb(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ aufs_bindex_t bindex; -+ int err; -+ /* to reduce stack size */ -+ struct { -+ struct vfsmount mnt; -+ struct au_branch fake; -+ } *a; -+ -+ /* this function can be called from magic sysrq */ -+ a = kzalloc(sizeof(*a), GFP_ATOMIC); -+ if (unlikely(!a)) { -+ dpri("no memory\n"); -+ return; -+ } -+ -+ a->mnt.mnt_sb = sb; -+ a->fake.br_path.mnt = &a->mnt; -+ err = do_pri_br(-1, &a->fake); -+ kfree(a); -+ dpri("dev 0x%x\n", sb->s_dev); -+ if (err || !au_test_aufs(sb)) -+ return; -+ -+ sbinfo = au_sbi(sb); -+ if (!sbinfo) -+ return; -+ dpri("nw %d, gen %u, kobj %d\n", -+ atomic_read(&sbinfo->si_nowait.nw_len), sbinfo->si_generation, -+ kref_read(&sbinfo->si_kobj.kref)); -+ for (bindex = 0; bindex <= sbinfo->si_bbot; bindex++) -+ do_pri_br(bindex, sbinfo->si_branch[0 + bindex]); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line) -+{ -+ struct inode *h_inode, *inode = d_inode(dentry); -+ struct dentry *h_dentry; -+ aufs_bindex_t bindex, bbot, bi; -+ -+ if (!inode /* || au_di(dentry)->di_lsc == AuLsc_DI_TMP */) -+ return; -+ -+ bbot = au_dbbot(dentry); -+ bi = au_ibbot(inode); -+ if (bi < bbot) -+ bbot = bi; -+ bindex = au_dbtop(dentry); -+ bi = au_ibtop(inode); -+ if (bi > bindex) -+ bindex = bi; -+ -+ for (; bindex <= bbot; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(h_inode != d_inode(h_dentry))) { -+ au_debug_on(); -+ AuDbg("b%d, %s:%d\n", bindex, func, line); -+ AuDbgDentry(dentry); -+ AuDbgInode(inode); -+ au_debug_off(); -+ BUG(); -+ } -+ } -+} -+ -+void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen) -+{ -+ int err, i, j; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ AuDebugOn(err); -+ err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/1); -+ AuDebugOn(err); -+ for (i = dpages.ndpage - 1; !err && i >= 0; i--) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ for (j = dpage->ndentry - 1; !err && j >= 0; j--) -+ AuDebugOn(au_digen_test(dentries[j], sigen)); -+ } -+ au_dpages_free(&dpages); -+} -+ -+void au_dbg_verify_kthread(void) -+{ -+ if (au_wkq_test()) { -+ au_dbg_blocked(); -+ /* -+ * It may be recursive, but udba=notify between two aufs mounts, -+ * where a single ro branch is shared, is not a problem. -+ */ -+ /* WARN_ON(1); */ -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int __init au_debug_init(void) -+{ -+ aufs_bindex_t bindex; -+ struct au_vdir_destr destr; -+ -+ bindex = -1; -+ AuDebugOn(bindex >= 0); -+ -+ destr.len = -1; -+ AuDebugOn(destr.len < NAME_MAX); -+ -+#ifdef CONFIG_4KSTACKS -+ pr_warn("CONFIG_4KSTACKS is defined.\n"); -+#endif -+ -+ return 0; -+} -diff --git a/fs/aufs/debug.h b/fs/aufs/debug.h -new file mode 100644 -index 000000000000..11b486d4a3e8 ---- /dev/null -+++ b/fs/aufs/debug.h -@@ -0,0 +1,213 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * debug print functions -+ */ -+ -+#ifndef __AUFS_DEBUG_H__ -+#define __AUFS_DEBUG_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define AuDebugOn(a) BUG_ON(a) -+ -+/* module parameter */ -+extern atomic_t aufs_debug; -+static inline void au_debug_on(void) -+{ -+ atomic_inc(&aufs_debug); -+} -+static inline void au_debug_off(void) -+{ -+ atomic_dec_if_positive(&aufs_debug); -+} -+ -+static inline int au_debug_test(void) -+{ -+ return atomic_read(&aufs_debug) > 0; -+} -+#else -+#define AuDebugOn(a) do {} while (0) -+AuStubVoid(au_debug_on, void) -+AuStubVoid(au_debug_off, void) -+AuStubInt0(au_debug_test, void) -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+#define param_check_atomic_t(name, p) __param_check(name, p, atomic_t) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* debug print */ -+ -+#define AuDbg(fmt, ...) do { \ -+ if (au_debug_test()) \ -+ pr_debug("DEBUG: " fmt, ##__VA_ARGS__); \ -+} while (0) -+#define AuLabel(l) AuDbg(#l "\n") -+#define AuIOErr(fmt, ...) pr_err("I/O Error, " fmt, ##__VA_ARGS__) -+#define AuWarn1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ pr_warn(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuErr1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ pr_err(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuIOErr1(fmt, ...) do { \ -+ static unsigned char _c; \ -+ if (!_c++) \ -+ AuIOErr(fmt, ##__VA_ARGS__); \ -+} while (0) -+ -+#define AuUnsupportMsg "This operation is not supported." \ -+ " Please report this application to aufs-users ML." -+#define AuUnsupport(fmt, ...) do { \ -+ pr_err(AuUnsupportMsg "\n" fmt, ##__VA_ARGS__); \ -+ dump_stack(); \ -+} while (0) -+ -+#define AuTraceErr(e) do { \ -+ if (unlikely((e) < 0)) \ -+ AuDbg("err %d\n", (int)(e)); \ -+} while (0) -+ -+#define AuTraceErrPtr(p) do { \ -+ if (IS_ERR(p)) \ -+ AuDbg("err %ld\n", PTR_ERR(p)); \ -+} while (0) -+ -+/* dirty macros for debug print, use with "%.*s" and caution */ -+#define AuLNPair(qstr) (qstr)->len, (qstr)->name -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry; -+#ifdef CONFIG_AUFS_DEBUG -+extern struct mutex au_dbg_mtx; -+extern char *au_plevel; -+struct au_nhash; -+void au_dpri_whlist(struct au_nhash *whlist); -+struct au_vdir; -+void au_dpri_vdir(struct au_vdir *vdir); -+struct inode; -+void au_dpri_inode(struct inode *inode); -+void au_dpri_dalias(struct inode *inode); -+void au_dpri_dentry(struct dentry *dentry); -+struct file; -+void au_dpri_file(struct file *filp); -+struct super_block; -+void au_dpri_sb(struct super_block *sb); -+ -+#define au_dbg_verify_dinode(d) __au_dbg_verify_dinode(d, __func__, __LINE__) -+void __au_dbg_verify_dinode(struct dentry *dentry, const char *func, int line); -+void au_dbg_verify_gen(struct dentry *parent, unsigned int sigen); -+void au_dbg_verify_kthread(void); -+ -+int __init au_debug_init(void); -+ -+#define AuDbgWhlist(w) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#w "\n"); \ -+ au_dpri_whlist(w); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgVdir(v) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#v "\n"); \ -+ au_dpri_vdir(v); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgInode(i) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#i "\n"); \ -+ au_dpri_inode(i); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgDAlias(i) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#i "\n"); \ -+ au_dpri_dalias(i); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgDentry(d) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#d "\n"); \ -+ au_dpri_dentry(d); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgFile(f) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#f "\n"); \ -+ au_dpri_file(f); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgSb(sb) do { \ -+ mutex_lock(&au_dbg_mtx); \ -+ AuDbg(#sb "\n"); \ -+ au_dpri_sb(sb); \ -+ mutex_unlock(&au_dbg_mtx); \ -+} while (0) -+ -+#define AuDbgSym(addr) do { \ -+ char sym[KSYM_SYMBOL_LEN]; \ -+ sprint_symbol(sym, (unsigned long)addr); \ -+ AuDbg("%s\n", sym); \ -+} while (0) -+#else -+AuStubVoid(au_dbg_verify_dinode, struct dentry *dentry) -+AuStubVoid(au_dbg_verify_gen, struct dentry *parent, unsigned int sigen) -+AuStubVoid(au_dbg_verify_kthread, void) -+AuStubInt0(__init au_debug_init, void) -+ -+#define AuDbgWhlist(w) do {} while (0) -+#define AuDbgVdir(v) do {} while (0) -+#define AuDbgInode(i) do {} while (0) -+#define AuDbgDAlias(i) do {} while (0) -+#define AuDbgDentry(d) do {} while (0) -+#define AuDbgFile(f) do {} while (0) -+#define AuDbgSb(sb) do {} while (0) -+#define AuDbgSym(addr) do {} while (0) -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_MAGIC_SYSRQ -+int __init au_sysrq_init(void); -+void au_sysrq_fin(void); -+ -+#ifdef CONFIG_HW_CONSOLE -+#define au_dbg_blocked() do { \ -+ WARN_ON(1); \ -+ handle_sysrq('w'); \ -+} while (0) -+#else -+AuStubVoid(au_dbg_blocked, void) -+#endif -+ -+#else -+AuStubInt0(__init au_sysrq_init, void) -+AuStubVoid(au_sysrq_fin, void) -+AuStubVoid(au_dbg_blocked, void) -+#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DEBUG_H__ */ -diff --git a/fs/aufs/dentry.c b/fs/aufs/dentry.c -new file mode 100644 -index 000000000000..e502a90670ff ---- /dev/null -+++ b/fs/aufs/dentry.c -@@ -0,0 +1,1140 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * lookup and dentry operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* -+ * returns positive/negative dentry, NULL or an error. -+ * NULL means whiteout-ed or not-found. -+ */ -+static struct dentry* -+au_do_lookup(struct dentry *h_parent, struct dentry *dentry, -+ aufs_bindex_t bindex, struct au_do_lookup_args *args) -+{ -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_branch *br; -+ int wh_found, opq; -+ unsigned char wh_able; -+ const unsigned char allow_neg = !!au_ftest_lkup(args->flags, ALLOW_NEG); -+ const unsigned char ignore_perm = !!au_ftest_lkup(args->flags, -+ IGNORE_PERM); -+ -+ wh_found = 0; -+ br = au_sbr(dentry->d_sb, bindex); -+ wh_able = !!au_br_whable(br->br_perm); -+ if (wh_able) -+ wh_found = au_wh_test(h_parent, &args->whname, ignore_perm); -+ h_dentry = ERR_PTR(wh_found); -+ if (!wh_found) -+ goto real_lookup; -+ if (unlikely(wh_found < 0)) -+ goto out; -+ -+ /* We found a whiteout */ -+ /* au_set_dbbot(dentry, bindex); */ -+ au_set_dbwh(dentry, bindex); -+ if (!allow_neg) -+ return NULL; /* success */ -+ -+real_lookup: -+ if (!ignore_perm) -+ h_dentry = vfsub_lkup_one(args->name, h_parent); -+ else -+ h_dentry = au_sio_lkup_one(args->name, h_parent); -+ if (IS_ERR(h_dentry)) { -+ if (PTR_ERR(h_dentry) == -ENAMETOOLONG -+ && !allow_neg) -+ h_dentry = NULL; -+ goto out; -+ } -+ -+ h_inode = d_inode(h_dentry); -+ if (d_is_negative(h_dentry)) { -+ if (!allow_neg) -+ goto out_neg; -+ } else if (wh_found -+ || (args->type && args->type != (h_inode->i_mode & S_IFMT))) -+ goto out_neg; -+ else if (au_ftest_lkup(args->flags, DIRREN) -+ /* && h_inode */ -+ && !au_dr_lkup_h_ino(args, bindex, h_inode->i_ino)) { -+ AuDbg("b%d %pd ignored hi%llu\n", bindex, h_dentry, -+ (unsigned long long)h_inode->i_ino); -+ goto out_neg; -+ } -+ -+ if (au_dbbot(dentry) <= bindex) -+ au_set_dbbot(dentry, bindex); -+ if (au_dbtop(dentry) < 0 || bindex < au_dbtop(dentry)) -+ au_set_dbtop(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, h_dentry); -+ -+ if (!d_is_dir(h_dentry) -+ || !wh_able -+ || (d_really_is_positive(dentry) && !d_is_dir(dentry))) -+ goto out; /* success */ -+ -+ inode_lock_shared_nested(h_inode, AuLsc_I_CHILD); -+ opq = au_diropq_test(h_dentry); -+ inode_unlock_shared(h_inode); -+ if (opq > 0) -+ au_set_dbdiropq(dentry, bindex); -+ else if (unlikely(opq < 0)) { -+ au_set_h_dptr(dentry, bindex, NULL); -+ h_dentry = ERR_PTR(opq); -+ } -+ goto out; -+ -+out_neg: -+ dput(h_dentry); -+ h_dentry = NULL; -+out: -+ return h_dentry; -+} -+ -+static int au_test_shwh(struct super_block *sb, const struct qstr *name) -+{ -+ if (unlikely(!au_opt_test(au_mntflags(sb), SHWH) -+ && !strncmp(name->name, AUFS_WH_PFX, AUFS_WH_PFX_LEN))) -+ return -EPERM; -+ return 0; -+} -+ -+/* -+ * returns the number of lower positive dentries, -+ * otherwise an error. -+ * can be called at unlinking with @type is zero. -+ */ -+int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t btop, -+ unsigned int flags) -+{ -+ int npositive, err; -+ aufs_bindex_t bindex, btail, bdiropq; -+ unsigned char isdir, dirperm1, dirren; -+ struct au_do_lookup_args args = { -+ .flags = flags, -+ .name = &dentry->d_name -+ }; -+ struct dentry *parent; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ err = au_test_shwh(sb, args.name); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_wh_name_alloc(&args.whname, args.name); -+ if (unlikely(err)) -+ goto out; -+ -+ isdir = !!d_is_dir(dentry); -+ dirperm1 = !!au_opt_test(au_mntflags(sb), DIRPERM1); -+ dirren = !!au_opt_test(au_mntflags(sb), DIRREN); -+ if (dirren) -+ au_fset_lkup(args.flags, DIRREN); -+ -+ npositive = 0; -+ parent = dget_parent(dentry); -+ btail = au_dbtaildir(parent); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ struct dentry *h_parent, *h_dentry; -+ struct inode *h_inode, *h_dir; -+ struct au_branch *br; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) { -+ if (d_is_positive(h_dentry)) -+ npositive++; -+ break; -+ } -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || !d_is_dir(h_parent)) -+ continue; -+ -+ if (dirren) { -+ /* if the inum matches, then use the prepared name */ -+ err = au_dr_lkup_name(&args, bindex); -+ if (unlikely(err)) -+ goto out_parent; -+ } -+ -+ h_dir = d_inode(h_parent); -+ inode_lock_shared_nested(h_dir, AuLsc_I_PARENT); -+ h_dentry = au_do_lookup(h_parent, dentry, bindex, &args); -+ inode_unlock_shared(h_dir); -+ err = PTR_ERR(h_dentry); -+ if (IS_ERR(h_dentry)) -+ goto out_parent; -+ if (h_dentry) -+ au_fclr_lkup(args.flags, ALLOW_NEG); -+ if (dirperm1) -+ au_fset_lkup(args.flags, IGNORE_PERM); -+ -+ if (au_dbwh(dentry) == bindex) -+ break; -+ if (!h_dentry) -+ continue; -+ if (d_is_negative(h_dentry)) -+ continue; -+ h_inode = d_inode(h_dentry); -+ npositive++; -+ if (!args.type) -+ args.type = h_inode->i_mode & S_IFMT; -+ if (args.type != S_IFDIR) -+ break; -+ else if (isdir) { -+ /* the type of lower may be different */ -+ bdiropq = au_dbdiropq(dentry); -+ if (bdiropq >= 0 && bdiropq <= bindex) -+ break; -+ } -+ br = au_sbr(sb, bindex); -+ if (dirren -+ && au_dr_hino_test_add(&br->br_dirren, h_inode->i_ino, -+ /*add_ent*/NULL)) { -+ /* prepare next name to lookup */ -+ err = au_dr_lkup(&args, dentry, bindex); -+ if (unlikely(err)) -+ goto out_parent; -+ } -+ } -+ -+ if (npositive) { -+ AuLabel(positive); -+ au_update_dbtop(dentry); -+ } -+ err = npositive; -+ if (unlikely(!au_opt_test(au_mntflags(sb), UDBA_NONE) -+ && au_dbtop(dentry) < 0)) { -+ err = -EIO; -+ AuIOErr("both of real entry and whiteout found, %pd, err %d\n", -+ dentry, err); -+ } -+ -+out_parent: -+ dput(parent); -+ kfree(args.whname.name); -+ if (dirren) -+ au_dr_lkup_fin(&args); -+out: -+ return err; -+} -+ -+struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent) -+{ -+ struct dentry *dentry; -+ int wkq_err; -+ -+ if (!au_test_h_perm_sio(d_inode(parent), MAY_EXEC)) -+ dentry = vfsub_lkup_one(name, parent); -+ else { -+ struct vfsub_lkup_one_args args = { -+ .errp = &dentry, -+ .name = name, -+ .parent = parent -+ }; -+ -+ wkq_err = au_wkq_wait(vfsub_call_lkup_one, &args); -+ if (unlikely(wkq_err)) -+ dentry = ERR_PTR(wkq_err); -+ } -+ -+ return dentry; -+} -+ -+/* -+ * lookup @dentry on @bindex which should be negative. -+ */ -+int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh) -+{ -+ int err; -+ struct dentry *parent, *h_parent, *h_dentry; -+ struct au_branch *br; -+ -+ parent = dget_parent(dentry); -+ h_parent = au_h_dptr(parent, bindex); -+ br = au_sbr(dentry->d_sb, bindex); -+ if (wh) -+ h_dentry = au_whtmp_lkup(h_parent, br, &dentry->d_name); -+ else -+ h_dentry = au_sio_lkup_one(&dentry->d_name, h_parent); -+ err = PTR_ERR(h_dentry); -+ if (IS_ERR(h_dentry)) -+ goto out; -+ if (unlikely(d_is_positive(h_dentry))) { -+ err = -EIO; -+ AuIOErr("%pd should be negative on b%d.\n", h_dentry, bindex); -+ dput(h_dentry); -+ goto out; -+ } -+ -+ err = 0; -+ if (bindex < au_dbtop(dentry)) -+ au_set_dbtop(dentry, bindex); -+ if (au_dbbot(dentry) < bindex) -+ au_set_dbbot(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, h_dentry); -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* subset of struct inode */ -+struct au_iattr { -+ unsigned long i_ino; -+ /* unsigned int i_nlink; */ -+ kuid_t i_uid; -+ kgid_t i_gid; -+ u64 i_version; -+/* -+ loff_t i_size; -+ blkcnt_t i_blocks; -+*/ -+ umode_t i_mode; -+}; -+ -+static void au_iattr_save(struct au_iattr *ia, struct inode *h_inode) -+{ -+ ia->i_ino = h_inode->i_ino; -+ /* ia->i_nlink = h_inode->i_nlink; */ -+ ia->i_uid = h_inode->i_uid; -+ ia->i_gid = h_inode->i_gid; -+ ia->i_version = inode_query_iversion(h_inode); -+/* -+ ia->i_size = h_inode->i_size; -+ ia->i_blocks = h_inode->i_blocks; -+*/ -+ ia->i_mode = (h_inode->i_mode & S_IFMT); -+} -+ -+static int au_iattr_test(struct au_iattr *ia, struct inode *h_inode) -+{ -+ return ia->i_ino != h_inode->i_ino -+ /* || ia->i_nlink != h_inode->i_nlink */ -+ || !uid_eq(ia->i_uid, h_inode->i_uid) -+ || !gid_eq(ia->i_gid, h_inode->i_gid) -+ || !inode_eq_iversion(h_inode, ia->i_version) -+/* -+ || ia->i_size != h_inode->i_size -+ || ia->i_blocks != h_inode->i_blocks -+*/ -+ || ia->i_mode != (h_inode->i_mode & S_IFMT); -+} -+ -+static int au_h_verify_dentry(struct dentry *h_dentry, struct dentry *h_parent, -+ struct au_branch *br) -+{ -+ int err; -+ struct au_iattr ia; -+ struct inode *h_inode; -+ struct dentry *h_d; -+ struct super_block *h_sb; -+ -+ err = 0; -+ memset(&ia, -1, sizeof(ia)); -+ h_sb = h_dentry->d_sb; -+ h_inode = NULL; -+ if (d_is_positive(h_dentry)) { -+ h_inode = d_inode(h_dentry); -+ au_iattr_save(&ia, h_inode); -+ } else if (au_test_nfs(h_sb) || au_test_fuse(h_sb)) -+ /* nfs d_revalidate may return 0 for negative dentry */ -+ /* fuse d_revalidate always return 0 for negative dentry */ -+ goto out; -+ -+ /* main purpose is namei.c:cached_lookup() and d_revalidate */ -+ h_d = vfsub_lkup_one(&h_dentry->d_name, h_parent); -+ err = PTR_ERR(h_d); -+ if (IS_ERR(h_d)) -+ goto out; -+ -+ err = 0; -+ if (unlikely(h_d != h_dentry -+ || d_inode(h_d) != h_inode -+ || (h_inode && au_iattr_test(&ia, h_inode)))) -+ err = au_busy_or_stale(); -+ dput(h_d); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, -+ struct dentry *h_parent, struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ if (udba == AuOpt_UDBA_REVAL -+ && !au_test_fs_remote(h_dentry->d_sb)) { -+ IMustLock(h_dir); -+ err = (d_inode(h_dentry->d_parent) != h_dir); -+ } else if (udba != AuOpt_UDBA_NONE) -+ err = au_h_verify_dentry(h_dentry, h_parent, br); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_refresh_hdentry(struct dentry *dentry, struct dentry *parent) -+{ -+ int err; -+ aufs_bindex_t new_bindex, bindex, bbot, bwh, bdiropq; -+ struct au_hdentry tmp, *p, *q; -+ struct au_dinfo *dinfo; -+ struct super_block *sb; -+ -+ DiMustWriteLock(dentry); -+ -+ sb = dentry->d_sb; -+ dinfo = au_di(dentry); -+ bbot = dinfo->di_bbot; -+ bwh = dinfo->di_bwh; -+ bdiropq = dinfo->di_bdiropq; -+ bindex = dinfo->di_btop; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, p++) { -+ if (!p->hd_dentry) -+ continue; -+ -+ new_bindex = au_br_index(sb, p->hd_id); -+ if (new_bindex == bindex) -+ continue; -+ -+ if (dinfo->di_bwh == bindex) -+ bwh = new_bindex; -+ if (dinfo->di_bdiropq == bindex) -+ bdiropq = new_bindex; -+ if (new_bindex < 0) { -+ au_hdput(p); -+ p->hd_dentry = NULL; -+ continue; -+ } -+ -+ /* swap two lower dentries, and loop again */ -+ q = au_hdentry(dinfo, new_bindex); -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hd_dentry) { -+ bindex--; -+ p--; -+ } -+ } -+ -+ dinfo->di_bwh = -1; -+ if (bwh >= 0 && bwh <= au_sbbot(sb) && au_sbr_whable(sb, bwh)) -+ dinfo->di_bwh = bwh; -+ -+ dinfo->di_bdiropq = -1; -+ if (bdiropq >= 0 -+ && bdiropq <= au_sbbot(sb) -+ && au_sbr_whable(sb, bdiropq)) -+ dinfo->di_bdiropq = bdiropq; -+ -+ err = -EIO; -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ bbot = au_dbbot(parent); -+ bindex = 0; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, p++) -+ if (p->hd_dentry) { -+ dinfo->di_btop = bindex; -+ break; -+ } -+ -+ if (dinfo->di_btop >= 0) { -+ bindex = bbot; -+ p = au_hdentry(dinfo, bindex); -+ for (; bindex >= 0; bindex--, p--) -+ if (p->hd_dentry) { -+ dinfo->di_bbot = bindex; -+ err = 0; -+ break; -+ } -+ } -+ -+ return err; -+} -+ -+static void au_do_hide(struct dentry *dentry) -+{ -+ struct inode *inode; -+ -+ if (d_really_is_positive(dentry)) { -+ inode = d_inode(dentry); -+ if (!d_is_dir(dentry)) { -+ if (inode->i_nlink && !d_unhashed(dentry)) -+ drop_nlink(inode); -+ } else { -+ clear_nlink(inode); -+ /* stop next lookup */ -+ inode->i_flags |= S_DEAD; -+ } -+ smp_mb(); /* necessary? */ -+ } -+ d_drop(dentry); -+} -+ -+static int au_hide_children(struct dentry *parent) -+{ -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry *dentry; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, parent, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ /* in reverse order */ -+ for (i = dpages.ndpage - 1; i >= 0; i--) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = ndentry - 1; j >= 0; j--) { -+ dentry = dpage->dentries[j]; -+ if (dentry != parent) -+ au_do_hide(dentry); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static void au_hide(struct dentry *dentry) -+{ -+ int err; -+ -+ AuDbgDentry(dentry); -+ if (d_is_dir(dentry)) { -+ /* shrink_dcache_parent(dentry); */ -+ err = au_hide_children(dentry); -+ if (unlikely(err)) -+ AuIOErr("%pd, failed hiding children, ignored %d\n", -+ dentry, err); -+ } -+ au_do_hide(dentry); -+} -+ -+/* -+ * By adding a dirty branch, a cached dentry may be affected in various ways. -+ * -+ * a dirty branch is added -+ * - on the top of layers -+ * - in the middle of layers -+ * - to the bottom of layers -+ * -+ * on the added branch there exists -+ * - a whiteout -+ * - a diropq -+ * - a same named entry -+ * + exist -+ * * negative --> positive -+ * * positive --> positive -+ * - type is unchanged -+ * - type is changed -+ * + doesn't exist -+ * * negative --> negative -+ * * positive --> negative (rejected by au_br_del() for non-dir case) -+ * - none -+ */ -+static int au_refresh_by_dinfo(struct dentry *dentry, struct au_dinfo *dinfo, -+ struct au_dinfo *tmp) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct { -+ struct dentry *dentry; -+ struct inode *inode; -+ mode_t mode; -+ } orig_h, tmp_h = { -+ .dentry = NULL -+ }; -+ struct au_hdentry *hd; -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry; -+ -+ err = 0; -+ AuDebugOn(dinfo->di_btop < 0); -+ orig_h.mode = 0; -+ orig_h.dentry = au_hdentry(dinfo, dinfo->di_btop)->hd_dentry; -+ orig_h.inode = NULL; -+ if (d_is_positive(orig_h.dentry)) { -+ orig_h.inode = d_inode(orig_h.dentry); -+ orig_h.mode = orig_h.inode->i_mode & S_IFMT; -+ } -+ if (tmp->di_btop >= 0) { -+ tmp_h.dentry = au_hdentry(tmp, tmp->di_btop)->hd_dentry; -+ if (d_is_positive(tmp_h.dentry)) { -+ tmp_h.inode = d_inode(tmp_h.dentry); -+ tmp_h.mode = tmp_h.inode->i_mode & S_IFMT; -+ } -+ } -+ -+ inode = NULL; -+ if (d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (!orig_h.inode) { -+ AuDbg("negative originally\n"); -+ if (inode) { -+ au_hide(dentry); -+ goto out; -+ } -+ AuDebugOn(inode); -+ AuDebugOn(dinfo->di_btop != dinfo->di_bbot); -+ AuDebugOn(dinfo->di_bdiropq != -1); -+ -+ if (!tmp_h.inode) { -+ AuDbg("negative --> negative\n"); -+ /* should have only one negative lower */ -+ if (tmp->di_btop >= 0 -+ && tmp->di_btop < dinfo->di_btop) { -+ AuDebugOn(tmp->di_btop != tmp->di_bbot); -+ AuDebugOn(dinfo->di_btop != dinfo->di_bbot); -+ au_set_h_dptr(dentry, dinfo->di_btop, NULL); -+ au_di_cp(dinfo, tmp); -+ hd = au_hdentry(tmp, tmp->di_btop); -+ au_set_h_dptr(dentry, tmp->di_btop, -+ dget(hd->hd_dentry)); -+ } -+ au_dbg_verify_dinode(dentry); -+ } else { -+ AuDbg("negative --> positive\n"); -+ /* -+ * similar to the behaviour of creating with bypassing -+ * aufs. -+ * unhash it in order to force an error in the -+ * succeeding create operation. -+ * we should not set S_DEAD here. -+ */ -+ d_drop(dentry); -+ /* au_di_swap(tmp, dinfo); */ -+ au_dbg_verify_dinode(dentry); -+ } -+ } else { -+ AuDbg("positive originally\n"); -+ /* inode may be NULL */ -+ AuDebugOn(inode && (inode->i_mode & S_IFMT) != orig_h.mode); -+ if (!tmp_h.inode) { -+ AuDbg("positive --> negative\n"); -+ /* or bypassing aufs */ -+ au_hide(dentry); -+ if (tmp->di_bwh >= 0 && tmp->di_bwh <= dinfo->di_btop) -+ dinfo->di_bwh = tmp->di_bwh; -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } else if (orig_h.mode == tmp_h.mode) { -+ AuDbg("positive --> positive, same type\n"); -+ if (!S_ISDIR(orig_h.mode) -+ && dinfo->di_btop > tmp->di_btop) { -+ /* -+ * similar to the behaviour of removing and -+ * creating. -+ */ -+ au_hide(dentry); -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } else { -+ /* fill empty slots */ -+ if (dinfo->di_btop > tmp->di_btop) -+ dinfo->di_btop = tmp->di_btop; -+ if (dinfo->di_bbot < tmp->di_bbot) -+ dinfo->di_bbot = tmp->di_bbot; -+ dinfo->di_bwh = tmp->di_bwh; -+ dinfo->di_bdiropq = tmp->di_bdiropq; -+ bbot = dinfo->di_bbot; -+ bindex = tmp->di_btop; -+ hd = au_hdentry(tmp, bindex); -+ for (; bindex <= bbot; bindex++, hd++) { -+ if (au_h_dptr(dentry, bindex)) -+ continue; -+ h_dentry = hd->hd_dentry; -+ if (!h_dentry) -+ continue; -+ AuDebugOn(d_is_negative(h_dentry)); -+ h_inode = d_inode(h_dentry); -+ AuDebugOn(orig_h.mode -+ != (h_inode->i_mode -+ & S_IFMT)); -+ au_set_h_dptr(dentry, bindex, -+ dget(h_dentry)); -+ } -+ if (inode) -+ err = au_refresh_hinode(inode, dentry); -+ au_dbg_verify_dinode(dentry); -+ } -+ } else { -+ AuDbg("positive --> positive, different type\n"); -+ /* similar to the behaviour of removing and creating */ -+ au_hide(dentry); -+ if (inode) -+ err = au_refresh_hinode_self(inode); -+ au_dbg_verify_dinode(dentry); -+ } -+ } -+ -+out: -+ return err; -+} -+ -+void au_refresh_dop(struct dentry *dentry, int force_reval) -+{ -+ const struct dentry_operations *dop -+ = force_reval ? &aufs_dop : dentry->d_sb->s_d_op; -+ static const unsigned int mask -+ = DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE; -+ -+ BUILD_BUG_ON(sizeof(mask) != sizeof(dentry->d_flags)); -+ -+ if (dentry->d_op == dop) -+ return; -+ -+ AuDbg("%pd\n", dentry); -+ spin_lock(&dentry->d_lock); -+ if (dop == &aufs_dop) -+ dentry->d_flags |= mask; -+ else -+ dentry->d_flags &= ~mask; -+ dentry->d_op = dop; -+ spin_unlock(&dentry->d_lock); -+} -+ -+int au_refresh_dentry(struct dentry *dentry, struct dentry *parent) -+{ -+ int err, ebrange, nbr; -+ unsigned int sigen; -+ struct au_dinfo *dinfo, *tmp; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ DiMustWriteLock(dentry); -+ AuDebugOn(IS_ROOT(dentry)); -+ AuDebugOn(d_really_is_negative(parent)); -+ -+ sb = dentry->d_sb; -+ sigen = au_sigen(sb); -+ err = au_digen_test(parent, sigen); -+ if (unlikely(err)) -+ goto out; -+ -+ nbr = au_sbbot(sb) + 1; -+ dinfo = au_di(dentry); -+ err = au_di_realloc(dinfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ ebrange = au_dbrange_test(dentry); -+ if (!ebrange) -+ ebrange = au_do_refresh_hdentry(dentry, parent); -+ -+ if (d_unhashed(dentry) || ebrange /* || dinfo->di_tmpfile */) { -+ AuDebugOn(au_dbtop(dentry) < 0 && au_dbbot(dentry) >= 0); -+ if (d_really_is_positive(dentry)) { -+ inode = d_inode(dentry); -+ err = au_refresh_hinode_self(inode); -+ } -+ au_dbg_verify_dinode(dentry); -+ if (!err) -+ goto out_dgen; /* success */ -+ goto out; -+ } -+ -+ /* temporary dinfo */ -+ AuDbgDentry(dentry); -+ err = -ENOMEM; -+ tmp = au_di_alloc(sb, AuLsc_DI_TMP); -+ if (unlikely(!tmp)) -+ goto out; -+ au_di_swap(tmp, dinfo); -+ /* returns the number of positive dentries */ -+ /* -+ * if current working dir is removed, it returns an error. -+ * but the dentry is legal. -+ */ -+ err = au_lkup_dentry(dentry, /*btop*/0, AuLkup_ALLOW_NEG); -+ AuDbgDentry(dentry); -+ au_di_swap(tmp, dinfo); -+ if (err == -ENOENT) -+ err = 0; -+ if (err >= 0) { -+ /* compare/refresh by dinfo */ -+ AuDbgDentry(dentry); -+ err = au_refresh_by_dinfo(dentry, dinfo, tmp); -+ au_dbg_verify_dinode(dentry); -+ AuTraceErr(err); -+ } -+ au_di_realloc(dinfo, nbr, /*may_shrink*/1); /* harmless if err */ -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ if (unlikely(err)) -+ goto out; -+ -+out_dgen: -+ au_update_digen(dentry); -+out: -+ if (unlikely(err && !(dentry->d_flags & DCACHE_NFSFS_RENAMED))) { -+ AuIOErr("failed refreshing %pd, %d\n", dentry, err); -+ AuDbgDentry(dentry); -+ } -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_do_h_d_reval(struct dentry *h_dentry, unsigned int flags, -+ struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ int err, valid; -+ -+ err = 0; -+ if (!(h_dentry->d_flags & DCACHE_OP_REVALIDATE)) -+ goto out; -+ -+ AuDbg("b%d\n", bindex); -+ /* -+ * gave up supporting LOOKUP_CREATE/OPEN for lower fs, -+ * due to whiteout and branch permission. -+ */ -+ flags &= ~(/*LOOKUP_PARENT |*/ LOOKUP_OPEN | LOOKUP_CREATE -+ | LOOKUP_FOLLOW | LOOKUP_EXCL); -+ /* it may return tri-state */ -+ valid = h_dentry->d_op->d_revalidate(h_dentry, flags); -+ -+ if (unlikely(valid < 0)) -+ err = valid; -+ else if (!valid) -+ err = -EINVAL; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* todo: remove this */ -+static int h_d_revalidate(struct dentry *dentry, struct inode *inode, -+ unsigned int flags, int do_udba, int dirren) -+{ -+ int err; -+ umode_t mode, h_mode; -+ aufs_bindex_t bindex, btail, btop, ibs, ibe; -+ unsigned char plus, unhashed, is_root, h_plus, h_nfs, tmpfile; -+ struct inode *h_inode, *h_cached_inode; -+ struct dentry *h_dentry; -+ struct qstr *name, *h_name; -+ -+ err = 0; -+ plus = 0; -+ mode = 0; -+ ibs = -1; -+ ibe = -1; -+ unhashed = !!d_unhashed(dentry); -+ is_root = !!IS_ROOT(dentry); -+ name = &dentry->d_name; -+ tmpfile = au_di(dentry)->di_tmpfile; -+ -+ /* -+ * Theoretically, REVAL test should be unnecessary in case of -+ * {FS,I}NOTIFY. -+ * But {fs,i}notify doesn't fire some necessary events, -+ * IN_ATTRIB for atime/nlink/pageio -+ * Let's do REVAL test too. -+ */ -+ if (do_udba && inode) { -+ mode = (inode->i_mode & S_IFMT); -+ plus = (inode->i_nlink > 0); -+ ibs = au_ibtop(inode); -+ ibe = au_ibbot(inode); -+ } -+ -+ btop = au_dbtop(dentry); -+ btail = btop; -+ if (inode && S_ISDIR(inode->i_mode)) -+ btail = au_dbtaildir(dentry); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ -+ AuDbg("b%d, %pd\n", bindex, h_dentry); -+ h_nfs = !!au_test_nfs(h_dentry->d_sb); -+ spin_lock(&h_dentry->d_lock); -+ h_name = &h_dentry->d_name; -+ if (unlikely(do_udba -+ && !is_root -+ && ((!h_nfs -+ && (unhashed != !!d_unhashed(h_dentry) -+ || (!tmpfile && !dirren -+ && !au_qstreq(name, h_name)) -+ )) -+ || (h_nfs -+ && !(flags & LOOKUP_OPEN) -+ && (h_dentry->d_flags -+ & DCACHE_NFSFS_RENAMED))) -+ )) { -+ int h_unhashed; -+ -+ h_unhashed = d_unhashed(h_dentry); -+ spin_unlock(&h_dentry->d_lock); -+ AuDbg("unhash 0x%x 0x%x, %pd %pd\n", -+ unhashed, h_unhashed, dentry, h_dentry); -+ goto err; -+ } -+ spin_unlock(&h_dentry->d_lock); -+ -+ err = au_do_h_d_reval(h_dentry, flags, dentry, bindex); -+ if (unlikely(err)) -+ /* do not goto err, to keep the errno */ -+ break; -+ -+ /* todo: plink too? */ -+ if (!do_udba) -+ continue; -+ -+ /* UDBA tests */ -+ if (unlikely(!!inode != d_is_positive(h_dentry))) -+ goto err; -+ -+ h_inode = NULL; -+ if (d_is_positive(h_dentry)) -+ h_inode = d_inode(h_dentry); -+ h_plus = plus; -+ h_mode = mode; -+ h_cached_inode = h_inode; -+ if (h_inode) { -+ h_mode = (h_inode->i_mode & S_IFMT); -+ h_plus = (h_inode->i_nlink > 0); -+ } -+ if (inode && ibs <= bindex && bindex <= ibe) -+ h_cached_inode = au_h_iptr(inode, bindex); -+ -+ if (!h_nfs) { -+ if (unlikely(plus != h_plus && !tmpfile)) -+ goto err; -+ } else { -+ if (unlikely(!(h_dentry->d_flags & DCACHE_NFSFS_RENAMED) -+ && !is_root -+ && !IS_ROOT(h_dentry) -+ && unhashed != d_unhashed(h_dentry))) -+ goto err; -+ } -+ if (unlikely(mode != h_mode -+ || h_cached_inode != h_inode)) -+ goto err; -+ continue; -+ -+err: -+ err = -EINVAL; -+ break; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* todo: consolidate with do_refresh() and au_reval_for_attr() */ -+static int simple_reval_dpath(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *parent; -+ -+ if (!au_digen_test(dentry, sigen)) -+ return 0; -+ -+ parent = dget_parent(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ AuDebugOn(au_digen_test(parent, sigen)); -+ au_dbg_verify_gen(parent, sigen); -+ err = au_refresh_dentry(dentry, parent); -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_reval_dpath(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *d, *parent; -+ -+ if (!au_ftest_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR)) -+ return simple_reval_dpath(dentry, sigen); -+ -+ /* slow loop, keep it simple and stupid */ -+ /* cf: au_cpup_dirs() */ -+ err = 0; -+ parent = NULL; -+ while (au_digen_test(dentry, sigen)) { -+ d = dentry; -+ while (1) { -+ dput(parent); -+ parent = dget_parent(d); -+ if (!au_digen_test(parent, sigen)) -+ break; -+ d = parent; -+ } -+ -+ if (d != dentry) -+ di_write_lock_child2(d); -+ -+ /* someone might update our dentry while we were sleeping */ -+ if (au_digen_test(d, sigen)) { -+ /* -+ * todo: consolidate with simple_reval_dpath(), -+ * do_refresh() and au_reval_for_attr(). -+ */ -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(d, parent); -+ di_read_unlock(parent, AuLock_IR); -+ } -+ -+ if (d != dentry) -+ di_write_unlock(d); -+ dput(parent); -+ if (unlikely(err)) -+ break; -+ } -+ -+ return err; -+} -+ -+/* -+ * if valid returns 1, otherwise 0. -+ */ -+static int aufs_d_revalidate(struct dentry *dentry, unsigned int flags) -+{ -+ int valid, err; -+ unsigned int sigen; -+ unsigned char do_udba, dirren; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ /* todo: support rcu-walk? */ -+ if (flags & LOOKUP_RCU) -+ return -ECHILD; -+ -+ valid = 0; -+ if (unlikely(!au_di(dentry))) -+ goto out; -+ -+ valid = 1; -+ sb = dentry->d_sb; -+ /* -+ * todo: very ugly -+ * i_mutex of parent dir may be held, -+ * but we should not return 'invalid' due to busy. -+ */ -+ err = aufs_read_lock(dentry, AuLock_FLUSH | AuLock_DW | AuLock_NOPLM); -+ if (unlikely(err)) { -+ valid = err; -+ AuTraceErr(err); -+ goto out; -+ } -+ inode = NULL; -+ if (d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (unlikely(inode && au_is_bad_inode(inode))) { -+ err = -EINVAL; -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ if (unlikely(au_dbrange_test(dentry))) { -+ err = -EINVAL; -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ -+ sigen = au_sigen(sb); -+ if (au_digen_test(dentry, sigen)) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_dpath(dentry, sigen); -+ if (unlikely(err)) { -+ AuTraceErr(err); -+ goto out_dgrade; -+ } -+ } -+ di_downgrade_lock(dentry, AuLock_IR); -+ -+ err = -EINVAL; -+ if (!(flags & (LOOKUP_OPEN | LOOKUP_EMPTY)) -+ && inode -+ && !(inode->i_state && I_LINKABLE) -+ && (IS_DEADDIR(inode) || !inode->i_nlink)) { -+ AuTraceErr(err); -+ goto out_inval; -+ } -+ -+ do_udba = !au_opt_test(au_mntflags(sb), UDBA_NONE); -+ if (do_udba && inode) { -+ aufs_bindex_t btop = au_ibtop(inode); -+ struct inode *h_inode; -+ -+ if (btop >= 0) { -+ h_inode = au_h_iptr(inode, btop); -+ if (h_inode && au_test_higen(inode, h_inode)) { -+ AuTraceErr(err); -+ goto out_inval; -+ } -+ } -+ } -+ -+ dirren = !!au_opt_test(au_mntflags(sb), DIRREN); -+ err = h_d_revalidate(dentry, inode, flags, do_udba, dirren); -+ if (unlikely(!err && do_udba && au_dbtop(dentry) < 0)) { -+ err = -EIO; -+ AuDbg("both of real entry and whiteout found, %p, err %d\n", -+ dentry, err); -+ } -+ goto out_inval; -+ -+out_dgrade: -+ di_downgrade_lock(dentry, AuLock_IR); -+out_inval: -+ aufs_read_unlock(dentry, AuLock_IR); -+ AuTraceErr(err); -+ valid = !err; -+out: -+ if (!valid) { -+ AuDbg("%pd invalid, %d\n", dentry, valid); -+ d_drop(dentry); -+ } -+ return valid; -+} -+ -+static void aufs_d_release(struct dentry *dentry) -+{ -+ if (au_di(dentry)) { -+ au_di_fin(dentry); -+ au_hn_di_reinit(dentry); -+ } -+} -+ -+const struct dentry_operations aufs_dop = { -+ .d_revalidate = aufs_d_revalidate, -+ .d_weak_revalidate = aufs_d_revalidate, -+ .d_release = aufs_d_release -+}; -+ -+/* aufs_dop without d_revalidate */ -+const struct dentry_operations aufs_dop_noreval = { -+ .d_release = aufs_d_release -+}; -diff --git a/fs/aufs/dentry.h b/fs/aufs/dentry.h -new file mode 100644 -index 000000000000..950ad2419856 ---- /dev/null -+++ b/fs/aufs/dentry.h -@@ -0,0 +1,254 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * lookup and dentry operations -+ */ -+ -+#ifndef __AUFS_DENTRY_H__ -+#define __AUFS_DENTRY_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "dirren.h" -+#include "rwsem.h" -+ -+struct au_hdentry { -+ struct dentry *hd_dentry; -+ aufs_bindex_t hd_id; -+}; -+ -+struct au_dinfo { -+ atomic_t di_generation; -+ -+ struct au_rwsem di_rwsem; -+ aufs_bindex_t di_btop, di_bbot, di_bwh, di_bdiropq; -+ unsigned char di_tmpfile; /* to allow the different name */ -+ struct au_hdentry *di_hdentry; -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* flags for au_lkup_dentry() */ -+#define AuLkup_ALLOW_NEG 1 -+#define AuLkup_IGNORE_PERM (1 << 1) -+#define AuLkup_DIRREN (1 << 2) -+#define au_ftest_lkup(flags, name) ((flags) & AuLkup_##name) -+#define au_fset_lkup(flags, name) \ -+ do { (flags) |= AuLkup_##name; } while (0) -+#define au_fclr_lkup(flags, name) \ -+ do { (flags) &= ~AuLkup_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuLkup_DIRREN -+#define AuLkup_DIRREN 0 -+#endif -+ -+struct au_do_lookup_args { -+ unsigned int flags; -+ mode_t type; -+ struct qstr whname, *name; -+ struct au_dr_lookup dirren; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dentry.c */ -+extern const struct dentry_operations aufs_dop, aufs_dop_noreval; -+struct au_branch; -+struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent); -+int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, -+ struct dentry *h_parent, struct au_branch *br); -+ -+int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t btop, -+ unsigned int flags); -+int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh); -+int au_refresh_dentry(struct dentry *dentry, struct dentry *parent); -+int au_reval_dpath(struct dentry *dentry, unsigned int sigen); -+void au_refresh_dop(struct dentry *dentry, int force_reval); -+ -+/* dinfo.c */ -+void au_di_init_once(void *_di); -+struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc); -+void au_di_free(struct au_dinfo *dinfo); -+void au_di_swap(struct au_dinfo *a, struct au_dinfo *b); -+void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src); -+int au_di_init(struct dentry *dentry); -+void au_di_fin(struct dentry *dentry); -+int au_di_realloc(struct au_dinfo *dinfo, int nbr, int may_shrink); -+ -+void di_read_lock(struct dentry *d, int flags, unsigned int lsc); -+void di_read_unlock(struct dentry *d, int flags); -+void di_downgrade_lock(struct dentry *d, int flags); -+void di_write_lock(struct dentry *d, unsigned int lsc); -+void di_write_unlock(struct dentry *d); -+void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir); -+void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir); -+void di_write_unlock2(struct dentry *d1, struct dentry *d2); -+ -+struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex); -+struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex); -+aufs_bindex_t au_dbtail(struct dentry *dentry); -+aufs_bindex_t au_dbtaildir(struct dentry *dentry); -+ -+void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+int au_digen_test(struct dentry *dentry, unsigned int sigen); -+int au_dbrange_test(struct dentry *dentry); -+void au_update_digen(struct dentry *dentry); -+void au_update_dbrange(struct dentry *dentry, int do_put_zero); -+void au_update_dbtop(struct dentry *dentry); -+void au_update_dbbot(struct dentry *dentry); -+int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_dinfo *au_di(struct dentry *dentry) -+{ -+ return dentry->d_fsdata; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for dinfo */ -+enum { -+ AuLsc_DI_CHILD, /* child first */ -+ AuLsc_DI_CHILD2, /* rename(2), link(2), and cpup at hnotify */ -+ AuLsc_DI_CHILD3, /* copyup dirs */ -+ AuLsc_DI_PARENT, -+ AuLsc_DI_PARENT2, -+ AuLsc_DI_PARENT3, -+ AuLsc_DI_TMP /* temp for replacing dinfo */ -+}; -+ -+/* -+ * di_read_lock_child, di_write_lock_child, -+ * di_read_lock_child2, di_write_lock_child2, -+ * di_read_lock_child3, di_write_lock_child3, -+ * di_read_lock_parent, di_write_lock_parent, -+ * di_read_lock_parent2, di_write_lock_parent2, -+ * di_read_lock_parent3, di_write_lock_parent3, -+ */ -+#define AuReadLockFunc(name, lsc) \ -+static inline void di_read_lock_##name(struct dentry *d, int flags) \ -+{ di_read_lock(d, flags, AuLsc_DI_##lsc); } -+ -+#define AuWriteLockFunc(name, lsc) \ -+static inline void di_write_lock_##name(struct dentry *d) \ -+{ di_write_lock(d, AuLsc_DI_##lsc); } -+ -+#define AuRWLockFuncs(name, lsc) \ -+ AuReadLockFunc(name, lsc) \ -+ AuWriteLockFunc(name, lsc) -+ -+AuRWLockFuncs(child, CHILD); -+AuRWLockFuncs(child2, CHILD2); -+AuRWLockFuncs(child3, CHILD3); -+AuRWLockFuncs(parent, PARENT); -+AuRWLockFuncs(parent2, PARENT2); -+AuRWLockFuncs(parent3, PARENT3); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+#define DiMustNoWaiters(d) AuRwMustNoWaiters(&au_di(d)->di_rwsem) -+#define DiMustAnyLock(d) AuRwMustAnyLock(&au_di(d)->di_rwsem) -+#define DiMustWriteLock(d) AuRwMustWriteLock(&au_di(d)->di_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: memory barrier? */ -+static inline unsigned int au_digen(struct dentry *d) -+{ -+ return atomic_read(&au_di(d)->di_generation); -+} -+ -+static inline void au_h_dentry_init(struct au_hdentry *hdentry) -+{ -+ hdentry->hd_dentry = NULL; -+} -+ -+static inline struct au_hdentry *au_hdentry(struct au_dinfo *di, -+ aufs_bindex_t bindex) -+{ -+ return di->di_hdentry + bindex; -+} -+ -+static inline void au_hdput(struct au_hdentry *hd) -+{ -+ if (hd) -+ dput(hd->hd_dentry); -+} -+ -+static inline aufs_bindex_t au_dbtop(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_btop; -+} -+ -+static inline aufs_bindex_t au_dbbot(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bbot; -+} -+ -+static inline aufs_bindex_t au_dbwh(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bwh; -+} -+ -+static inline aufs_bindex_t au_dbdiropq(struct dentry *dentry) -+{ -+ DiMustAnyLock(dentry); -+ return au_di(dentry)->di_bdiropq; -+} -+ -+/* todo: hard/soft set? */ -+static inline void au_set_dbtop(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_btop = bindex; -+} -+ -+static inline void au_set_dbbot(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_bbot = bindex; -+} -+ -+static inline void au_set_dbwh(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ /* dbwh can be outside of btop - bbot range */ -+ au_di(dentry)->di_bwh = bindex; -+} -+ -+static inline void au_set_dbdiropq(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ DiMustWriteLock(dentry); -+ au_di(dentry)->di_bdiropq = bindex; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_HNOTIFY -+static inline void au_digen_dec(struct dentry *d) -+{ -+ atomic_dec(&au_di(d)->di_generation); -+} -+ -+static inline void au_hn_di_reinit(struct dentry *dentry) -+{ -+ dentry->d_fsdata = NULL; -+} -+#else -+AuStubVoid(au_hn_di_reinit, struct dentry *dentry __maybe_unused) -+#endif /* CONFIG_AUFS_HNOTIFY */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DENTRY_H__ */ -diff --git a/fs/aufs/dinfo.c b/fs/aufs/dinfo.c -new file mode 100644 -index 000000000000..f10b8f0b0b10 ---- /dev/null -+++ b/fs/aufs/dinfo.c -@@ -0,0 +1,541 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * dentry private data -+ */ -+ -+#include "aufs.h" -+ -+void au_di_init_once(void *_dinfo) -+{ -+ struct au_dinfo *dinfo = _dinfo; -+ -+ au_rw_init(&dinfo->di_rwsem); -+} -+ -+struct au_dinfo *au_di_alloc(struct super_block *sb, unsigned int lsc) -+{ -+ struct au_dinfo *dinfo; -+ int nbr, i; -+ -+ dinfo = au_cache_alloc_dinfo(); -+ if (unlikely(!dinfo)) -+ goto out; -+ -+ nbr = au_sbbot(sb) + 1; -+ if (nbr <= 0) -+ nbr = 1; -+ dinfo->di_hdentry = kcalloc(nbr, sizeof(*dinfo->di_hdentry), GFP_NOFS); -+ if (dinfo->di_hdentry) { -+ au_rw_write_lock_nested(&dinfo->di_rwsem, lsc); -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ dinfo->di_bwh = -1; -+ dinfo->di_bdiropq = -1; -+ dinfo->di_tmpfile = 0; -+ for (i = 0; i < nbr; i++) -+ dinfo->di_hdentry[i].hd_id = -1; -+ goto out; -+ } -+ -+ au_cache_free_dinfo(dinfo); -+ dinfo = NULL; -+ -+out: -+ return dinfo; -+} -+ -+void au_di_free(struct au_dinfo *dinfo) -+{ -+ struct au_hdentry *p; -+ aufs_bindex_t bbot, bindex; -+ -+ /* dentry may not be revalidated */ -+ bindex = dinfo->di_btop; -+ if (bindex >= 0) { -+ bbot = dinfo->di_bbot; -+ p = au_hdentry(dinfo, bindex); -+ while (bindex++ <= bbot) -+ au_hdput(p++); -+ } -+ kfree(dinfo->di_hdentry); -+ au_cache_free_dinfo(dinfo); -+} -+ -+void au_di_swap(struct au_dinfo *a, struct au_dinfo *b) -+{ -+ struct au_hdentry *p; -+ aufs_bindex_t bi; -+ -+ AuRwMustWriteLock(&a->di_rwsem); -+ AuRwMustWriteLock(&b->di_rwsem); -+ -+#define DiSwap(v, name) \ -+ do { \ -+ v = a->di_##name; \ -+ a->di_##name = b->di_##name; \ -+ b->di_##name = v; \ -+ } while (0) -+ -+ DiSwap(p, hdentry); -+ DiSwap(bi, btop); -+ DiSwap(bi, bbot); -+ DiSwap(bi, bwh); -+ DiSwap(bi, bdiropq); -+ /* smp_mb(); */ -+ -+#undef DiSwap -+} -+ -+void au_di_cp(struct au_dinfo *dst, struct au_dinfo *src) -+{ -+ AuRwMustWriteLock(&dst->di_rwsem); -+ AuRwMustWriteLock(&src->di_rwsem); -+ -+ dst->di_btop = src->di_btop; -+ dst->di_bbot = src->di_bbot; -+ dst->di_bwh = src->di_bwh; -+ dst->di_bdiropq = src->di_bdiropq; -+ /* smp_mb(); */ -+} -+ -+int au_di_init(struct dentry *dentry) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_dinfo *dinfo; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ dinfo = au_di_alloc(sb, AuLsc_DI_CHILD); -+ if (dinfo) { -+ atomic_set(&dinfo->di_generation, au_sigen(sb)); -+ /* smp_mb(); */ /* atomic_set */ -+ dentry->d_fsdata = dinfo; -+ } else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+void au_di_fin(struct dentry *dentry) -+{ -+ struct au_dinfo *dinfo; -+ -+ dinfo = au_di(dentry); -+ AuRwDestroy(&dinfo->di_rwsem); -+ au_di_free(dinfo); -+} -+ -+int au_di_realloc(struct au_dinfo *dinfo, int nbr, int may_shrink) -+{ -+ int err, sz; -+ struct au_hdentry *hdp; -+ -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ err = -ENOMEM; -+ sz = sizeof(*hdp) * (dinfo->di_bbot + 1); -+ if (!sz) -+ sz = sizeof(*hdp); -+ hdp = au_kzrealloc(dinfo->di_hdentry, sz, sizeof(*hdp) * nbr, GFP_NOFS, -+ may_shrink); -+ if (hdp) { -+ dinfo->di_hdentry = hdp; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void do_ii_write_lock(struct inode *inode, unsigned int lsc) -+{ -+ switch (lsc) { -+ case AuLsc_DI_CHILD: -+ ii_write_lock_child(inode); -+ break; -+ case AuLsc_DI_CHILD2: -+ ii_write_lock_child2(inode); -+ break; -+ case AuLsc_DI_CHILD3: -+ ii_write_lock_child3(inode); -+ break; -+ case AuLsc_DI_PARENT: -+ ii_write_lock_parent(inode); -+ break; -+ case AuLsc_DI_PARENT2: -+ ii_write_lock_parent2(inode); -+ break; -+ case AuLsc_DI_PARENT3: -+ ii_write_lock_parent3(inode); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+static void do_ii_read_lock(struct inode *inode, unsigned int lsc) -+{ -+ switch (lsc) { -+ case AuLsc_DI_CHILD: -+ ii_read_lock_child(inode); -+ break; -+ case AuLsc_DI_CHILD2: -+ ii_read_lock_child2(inode); -+ break; -+ case AuLsc_DI_CHILD3: -+ ii_read_lock_child3(inode); -+ break; -+ case AuLsc_DI_PARENT: -+ ii_read_lock_parent(inode); -+ break; -+ case AuLsc_DI_PARENT2: -+ ii_read_lock_parent2(inode); -+ break; -+ case AuLsc_DI_PARENT3: -+ ii_read_lock_parent3(inode); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+void di_read_lock(struct dentry *d, int flags, unsigned int lsc) -+{ -+ struct inode *inode; -+ -+ au_rw_read_lock_nested(&au_di(d)->di_rwsem, lsc); -+ if (d_really_is_positive(d)) { -+ inode = d_inode(d); -+ if (au_ftest_lock(flags, IW)) -+ do_ii_write_lock(inode, lsc); -+ else if (au_ftest_lock(flags, IR)) -+ do_ii_read_lock(inode, lsc); -+ } -+} -+ -+void di_read_unlock(struct dentry *d, int flags) -+{ -+ struct inode *inode; -+ -+ if (d_really_is_positive(d)) { -+ inode = d_inode(d); -+ if (au_ftest_lock(flags, IW)) { -+ au_dbg_verify_dinode(d); -+ ii_write_unlock(inode); -+ } else if (au_ftest_lock(flags, IR)) { -+ au_dbg_verify_dinode(d); -+ ii_read_unlock(inode); -+ } -+ } -+ au_rw_read_unlock(&au_di(d)->di_rwsem); -+} -+ -+void di_downgrade_lock(struct dentry *d, int flags) -+{ -+ if (d_really_is_positive(d) && au_ftest_lock(flags, IR)) -+ ii_downgrade_lock(d_inode(d)); -+ au_rw_dgrade_lock(&au_di(d)->di_rwsem); -+} -+ -+void di_write_lock(struct dentry *d, unsigned int lsc) -+{ -+ au_rw_write_lock_nested(&au_di(d)->di_rwsem, lsc); -+ if (d_really_is_positive(d)) -+ do_ii_write_lock(d_inode(d), lsc); -+} -+ -+void di_write_unlock(struct dentry *d) -+{ -+ au_dbg_verify_dinode(d); -+ if (d_really_is_positive(d)) -+ ii_write_unlock(d_inode(d)); -+ au_rw_write_unlock(&au_di(d)->di_rwsem); -+} -+ -+void di_write_lock2_child(struct dentry *d1, struct dentry *d2, int isdir) -+{ -+ AuDebugOn(d1 == d2 -+ || d_inode(d1) == d_inode(d2) -+ || d1->d_sb != d2->d_sb); -+ -+ if ((isdir && au_test_subdir(d1, d2)) -+ || d1 < d2) { -+ di_write_lock_child(d1); -+ di_write_lock_child2(d2); -+ } else { -+ di_write_lock_child(d2); -+ di_write_lock_child2(d1); -+ } -+} -+ -+void di_write_lock2_parent(struct dentry *d1, struct dentry *d2, int isdir) -+{ -+ AuDebugOn(d1 == d2 -+ || d_inode(d1) == d_inode(d2) -+ || d1->d_sb != d2->d_sb); -+ -+ if ((isdir && au_test_subdir(d1, d2)) -+ || d1 < d2) { -+ di_write_lock_parent(d1); -+ di_write_lock_parent2(d2); -+ } else { -+ di_write_lock_parent(d2); -+ di_write_lock_parent2(d1); -+ } -+} -+ -+void di_write_unlock2(struct dentry *d1, struct dentry *d2) -+{ -+ di_write_unlock(d1); -+ if (d_inode(d1) == d_inode(d2)) -+ au_rw_write_unlock(&au_di(d2)->di_rwsem); -+ else -+ di_write_unlock(d2); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry *au_h_dptr(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ struct dentry *d; -+ -+ DiMustAnyLock(dentry); -+ -+ if (au_dbtop(dentry) < 0 || bindex < au_dbtop(dentry)) -+ return NULL; -+ AuDebugOn(bindex < 0); -+ d = au_hdentry(au_di(dentry), bindex)->hd_dentry; -+ AuDebugOn(d && au_dcount(d) <= 0); -+ return d; -+} -+ -+/* -+ * extended version of au_h_dptr(). -+ * returns a hashed and positive (or linkable) h_dentry in bindex, NULL, or -+ * error. -+ */ -+struct dentry *au_h_d_alias(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ struct dentry *h_dentry; -+ struct inode *inode, *h_inode; -+ -+ AuDebugOn(d_really_is_negative(dentry)); -+ -+ h_dentry = NULL; -+ if (au_dbtop(dentry) <= bindex -+ && bindex <= au_dbbot(dentry)) -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && !au_d_linkable(h_dentry)) { -+ dget(h_dentry); -+ goto out; /* success */ -+ } -+ -+ inode = d_inode(dentry); -+ AuDebugOn(bindex < au_ibtop(inode)); -+ AuDebugOn(au_ibbot(inode) < bindex); -+ h_inode = au_h_iptr(inode, bindex); -+ h_dentry = d_find_alias(h_inode); -+ if (h_dentry) { -+ if (!IS_ERR(h_dentry)) { -+ if (!au_d_linkable(h_dentry)) -+ goto out; /* success */ -+ dput(h_dentry); -+ } else -+ goto out; -+ } -+ -+ if (au_opt_test(au_mntflags(dentry->d_sb), PLINK)) { -+ h_dentry = au_plink_lkup(inode, bindex); -+ AuDebugOn(!h_dentry); -+ if (!IS_ERR(h_dentry)) { -+ if (!au_d_hashed_positive(h_dentry)) -+ goto out; /* success */ -+ dput(h_dentry); -+ h_dentry = NULL; -+ } -+ } -+ -+out: -+ AuDbgDentry(h_dentry); -+ return h_dentry; -+} -+ -+aufs_bindex_t au_dbtail(struct dentry *dentry) -+{ -+ aufs_bindex_t bbot, bwh; -+ -+ bbot = au_dbbot(dentry); -+ if (0 <= bbot) { -+ bwh = au_dbwh(dentry); -+ if (!bwh) -+ return bwh; -+ if (0 < bwh && bwh < bbot) -+ return bwh - 1; -+ } -+ return bbot; -+} -+ -+aufs_bindex_t au_dbtaildir(struct dentry *dentry) -+{ -+ aufs_bindex_t bbot, bopq; -+ -+ bbot = au_dbtail(dentry); -+ if (0 <= bbot) { -+ bopq = au_dbdiropq(dentry); -+ if (0 <= bopq && bopq < bbot) -+ bbot = bopq; -+ } -+ return bbot; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_set_h_dptr(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_dentry) -+{ -+ struct au_dinfo *dinfo; -+ struct au_hdentry *hd; -+ struct au_branch *br; -+ -+ DiMustWriteLock(dentry); -+ -+ dinfo = au_di(dentry); -+ hd = au_hdentry(dinfo, bindex); -+ au_hdput(hd); -+ hd->hd_dentry = h_dentry; -+ if (h_dentry) { -+ br = au_sbr(dentry->d_sb, bindex); -+ hd->hd_id = br->br_id; -+ } -+} -+ -+int au_dbrange_test(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t btop, bbot; -+ -+ err = 0; -+ btop = au_dbtop(dentry); -+ bbot = au_dbbot(dentry); -+ if (btop >= 0) -+ AuDebugOn(bbot < 0 && btop > bbot); -+ else { -+ err = -EIO; -+ AuDebugOn(bbot >= 0); -+ } -+ -+ return err; -+} -+ -+int au_digen_test(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(au_digen(dentry) != sigen -+ || au_iigen_test(d_inode(dentry), sigen))) -+ err = -EIO; -+ -+ return err; -+} -+ -+void au_update_digen(struct dentry *dentry) -+{ -+ atomic_set(&au_di(dentry)->di_generation, au_sigen(dentry->d_sb)); -+ /* smp_mb(); */ /* atomic_set */ -+} -+ -+void au_update_dbrange(struct dentry *dentry, int do_put_zero) -+{ -+ struct au_dinfo *dinfo; -+ struct dentry *h_d; -+ struct au_hdentry *hdp; -+ aufs_bindex_t bindex, bbot; -+ -+ DiMustWriteLock(dentry); -+ -+ dinfo = au_di(dentry); -+ if (!dinfo || dinfo->di_btop < 0) -+ return; -+ -+ if (do_put_zero) { -+ bbot = dinfo->di_bbot; -+ bindex = dinfo->di_btop; -+ hdp = au_hdentry(dinfo, bindex); -+ for (; bindex <= bbot; bindex++, hdp++) { -+ h_d = hdp->hd_dentry; -+ if (h_d && d_is_negative(h_d)) -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+ } -+ -+ dinfo->di_btop = 0; -+ hdp = au_hdentry(dinfo, dinfo->di_btop); -+ for (; dinfo->di_btop <= dinfo->di_bbot; dinfo->di_btop++, hdp++) -+ if (hdp->hd_dentry) -+ break; -+ if (dinfo->di_btop > dinfo->di_bbot) { -+ dinfo->di_btop = -1; -+ dinfo->di_bbot = -1; -+ return; -+ } -+ -+ hdp = au_hdentry(dinfo, dinfo->di_bbot); -+ for (; dinfo->di_bbot >= 0; dinfo->di_bbot--, hdp--) -+ if (hdp->hd_dentry) -+ break; -+ AuDebugOn(dinfo->di_btop > dinfo->di_bbot || dinfo->di_bbot < 0); -+} -+ -+void au_update_dbtop(struct dentry *dentry) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct dentry *h_dentry; -+ -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ if (d_is_positive(h_dentry)) { -+ au_set_dbtop(dentry, bindex); -+ return; -+ } -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+} -+ -+void au_update_dbbot(struct dentry *dentry) -+{ -+ aufs_bindex_t bindex, btop; -+ struct dentry *h_dentry; -+ -+ btop = au_dbtop(dentry); -+ for (bindex = au_dbbot(dentry); bindex >= btop; bindex--) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ if (d_is_positive(h_dentry)) { -+ au_set_dbbot(dentry, bindex); -+ return; -+ } -+ au_set_h_dptr(dentry, bindex, NULL); -+ } -+} -+ -+int au_find_dbindex(struct dentry *dentry, struct dentry *h_dentry) -+{ -+ aufs_bindex_t bindex, bbot; -+ -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) -+ if (au_h_dptr(dentry, bindex) == h_dentry) -+ return bindex; -+ return -1; -+} -diff --git a/fs/aufs/dir.c b/fs/aufs/dir.c -new file mode 100644 -index 000000000000..1d2879e08a54 ---- /dev/null -+++ b/fs/aufs/dir.c -@@ -0,0 +1,749 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * directory operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+void au_add_nlink(struct inode *dir, struct inode *h_dir) -+{ -+ unsigned int nlink; -+ -+ AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); -+ -+ nlink = dir->i_nlink; -+ nlink += h_dir->i_nlink - 2; -+ if (h_dir->i_nlink < 2) -+ nlink += 2; -+ smp_mb(); /* for i_nlink */ -+ /* 0 can happen in revaliding */ -+ set_nlink(dir, nlink); -+} -+ -+void au_sub_nlink(struct inode *dir, struct inode *h_dir) -+{ -+ unsigned int nlink; -+ -+ AuDebugOn(!S_ISDIR(dir->i_mode) || !S_ISDIR(h_dir->i_mode)); -+ -+ nlink = dir->i_nlink; -+ nlink -= h_dir->i_nlink - 2; -+ if (h_dir->i_nlink < 2) -+ nlink -= 2; -+ smp_mb(); /* for i_nlink */ -+ /* nlink == 0 means the branch-fs is broken */ -+ set_nlink(dir, nlink); -+} -+ -+loff_t au_dir_size(struct file *file, struct dentry *dentry) -+{ -+ loff_t sz; -+ aufs_bindex_t bindex, bbot; -+ struct file *h_file; -+ struct dentry *h_dentry; -+ -+ sz = 0; -+ if (file) { -+ AuDebugOn(!d_is_dir(file->f_path.dentry)); -+ -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); -+ bindex <= bbot && sz < KMALLOC_MAX_SIZE; -+ bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (h_file && file_inode(h_file)) -+ sz += vfsub_f_size_read(h_file); -+ } -+ } else { -+ AuDebugOn(!dentry); -+ AuDebugOn(!d_is_dir(dentry)); -+ -+ bbot = au_dbtaildir(dentry); -+ for (bindex = au_dbtop(dentry); -+ bindex <= bbot && sz < KMALLOC_MAX_SIZE; -+ bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) -+ sz += i_size_read(d_inode(h_dentry)); -+ } -+ } -+ if (sz < KMALLOC_MAX_SIZE) -+ sz = roundup_pow_of_two(sz); -+ if (sz > KMALLOC_MAX_SIZE) -+ sz = KMALLOC_MAX_SIZE; -+ else if (sz < NAME_MAX) { -+ BUILD_BUG_ON(AUFS_RDBLK_DEF < NAME_MAX); -+ sz = AUFS_RDBLK_DEF; -+ } -+ return sz; -+} -+ -+struct au_dir_ts_arg { -+ struct dentry *dentry; -+ aufs_bindex_t brid; -+}; -+ -+static void au_do_dir_ts(void *arg) -+{ -+ struct au_dir_ts_arg *a = arg; -+ struct au_dtime dt; -+ struct path h_path; -+ struct inode *dir, *h_dir; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_hinode *hdir; -+ int err; -+ aufs_bindex_t btop, bindex; -+ -+ sb = a->dentry->d_sb; -+ if (d_really_is_negative(a->dentry)) -+ goto out; -+ /* no dir->i_mutex lock */ -+ aufs_read_lock(a->dentry, AuLock_DW); /* noflush */ -+ -+ dir = d_inode(a->dentry); -+ btop = au_ibtop(dir); -+ bindex = au_br_index(sb, a->brid); -+ if (bindex < btop) -+ goto out_unlock; -+ -+ br = au_sbr(sb, bindex); -+ h_path.dentry = au_h_dptr(a->dentry, bindex); -+ if (!h_path.dentry) -+ goto out_unlock; -+ h_path.mnt = au_br_mnt(br); -+ au_dtime_store(&dt, a->dentry, &h_path); -+ -+ br = au_sbr(sb, btop); -+ if (!au_br_writable(br->br_perm)) -+ goto out_unlock; -+ h_path.dentry = au_h_dptr(a->dentry, btop); -+ h_path.mnt = au_br_mnt(br); -+ err = vfsub_mnt_want_write(h_path.mnt); -+ if (err) -+ goto out_unlock; -+ hdir = au_hi(dir, btop); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ h_dir = au_h_iptr(dir, btop); -+ if (h_dir->i_nlink -+ && timespec64_compare(&h_dir->i_mtime, &dt.dt_mtime) < 0) { -+ dt.dt_h_path = h_path; -+ au_dtime_revert(&dt); -+ } -+ au_hn_inode_unlock(hdir); -+ vfsub_mnt_drop_write(h_path.mnt); -+ au_cpup_attr_timesizes(dir); -+ -+out_unlock: -+ aufs_read_unlock(a->dentry, AuLock_DW); -+out: -+ dput(a->dentry); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ kfree(arg); -+} -+ -+void au_dir_ts(struct inode *dir, aufs_bindex_t bindex) -+{ -+ int perm, wkq_err; -+ aufs_bindex_t btop; -+ struct au_dir_ts_arg *arg; -+ struct dentry *dentry; -+ struct super_block *sb; -+ -+ IMustLock(dir); -+ -+ dentry = d_find_any_alias(dir); -+ AuDebugOn(!dentry); -+ sb = dentry->d_sb; -+ btop = au_ibtop(dir); -+ if (btop == bindex) { -+ au_cpup_attr_timesizes(dir); -+ goto out; -+ } -+ -+ perm = au_sbr_perm(sb, btop); -+ if (!au_br_writable(perm)) -+ goto out; -+ -+ arg = kmalloc(sizeof(*arg), GFP_NOFS); -+ if (!arg) -+ goto out; -+ -+ arg->dentry = dget(dentry); /* will be dput-ted by au_do_dir_ts() */ -+ arg->brid = au_sbr_id(sb, bindex); -+ wkq_err = au_wkq_nowait(au_do_dir_ts, arg, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ pr_err("wkq %d\n", wkq_err); -+ dput(dentry); -+ kfree(arg); -+ } -+ -+out: -+ dput(dentry); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int reopen_dir(struct file *file) -+{ -+ int err; -+ unsigned int flags; -+ aufs_bindex_t bindex, btail, btop; -+ struct dentry *dentry, *h_dentry; -+ struct file *h_file; -+ -+ /* open all lower dirs */ -+ dentry = file->f_path.dentry; -+ btop = au_dbtop(dentry); -+ for (bindex = au_fbtop(file); bindex < btop; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbtop(file, btop); -+ -+ btail = au_dbtaildir(dentry); -+ for (bindex = au_fbbot_dir(file); btail < bindex; bindex--) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbbot_dir(file, btail); -+ -+ flags = vfsub_file_flags(file); -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ h_file = au_hf_dir(file, bindex); -+ if (h_file) -+ continue; -+ -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; /* close all? */ -+ au_set_h_fptr(file, bindex, h_file); -+ } -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static int do_open_dir(struct file *file, int flags, struct file *h_file) -+{ -+ int err; -+ aufs_bindex_t bindex, btail; -+ struct dentry *dentry, *h_dentry; -+ struct vfsmount *mnt; -+ -+ FiMustWriteLock(file); -+ AuDebugOn(h_file); -+ -+ err = 0; -+ mnt = file->f_path.mnt; -+ dentry = file->f_path.dentry; -+ file->f_version = inode_query_iversion(d_inode(dentry)); -+ bindex = au_dbtop(dentry); -+ au_set_fbtop(file, bindex); -+ btail = au_dbtaildir(dentry); -+ au_set_fbbot_dir(file, btail); -+ for (; !err && bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!h_dentry) -+ continue; -+ -+ err = vfsub_test_mntns(mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ break; -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ if (IS_ERR(h_file)) { -+ err = PTR_ERR(h_file); -+ break; -+ } -+ au_set_h_fptr(file, bindex, h_file); -+ } -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ if (!err) -+ return 0; /* success */ -+ -+ /* close all */ -+ for (bindex = au_fbtop(file); bindex <= btail; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ au_set_fbtop(file, -1); -+ au_set_fbbot_dir(file, -1); -+ -+ return err; -+} -+ -+static int aufs_open_dir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_fidir *fidir; -+ -+ err = -ENOMEM; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ fidir = au_fidir_alloc(sb); -+ if (fidir) { -+ struct au_do_open_args args = { -+ .open = do_open_dir, -+ .fidir = fidir -+ }; -+ err = au_do_open(file, &args); -+ if (unlikely(err)) -+ kfree(fidir); -+ } -+ si_read_unlock(sb); -+ return err; -+} -+ -+static int aufs_release_dir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ struct au_vdir *vdir_cache; -+ struct au_finfo *finfo; -+ struct au_fidir *fidir; -+ struct au_hfile *hf; -+ aufs_bindex_t bindex, bbot; -+ -+ finfo = au_fi(file); -+ fidir = finfo->fi_hdir; -+ if (fidir) { -+ au_hbl_del(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ vdir_cache = fidir->fd_vdir_cache; /* lock-free */ -+ if (vdir_cache) -+ au_vdir_free(vdir_cache); -+ -+ bindex = finfo->fi_btop; -+ if (bindex >= 0) { -+ hf = fidir->fd_hfile + bindex; -+ /* -+ * calls fput() instead of filp_close(), -+ * since no dnotify or lock for the lower file. -+ */ -+ bbot = fidir->fd_bbot; -+ for (; bindex <= bbot; bindex++, hf++) -+ if (hf->hf_file) -+ au_hfput(hf, /*execed*/0); -+ } -+ kfree(fidir); -+ finfo->fi_hdir = NULL; -+ } -+ au_finfo_fin(file); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_flush_dir(struct file *file, fl_owner_t id) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct file *h_file; -+ -+ err = 0; -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); !err && bindex <= bbot; bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (h_file) -+ err = vfsub_flush(h_file, id); -+ } -+ return err; -+} -+ -+static int aufs_flush_dir(struct file *file, fl_owner_t id) -+{ -+ return au_do_flush(file, id, au_do_flush_dir); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_fsync_dir_no_file(struct dentry *dentry, int datasync) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); !err && bindex <= bbot; bindex++) { -+ struct path h_path; -+ -+ if (au_test_ro(sb, bindex, inode)) -+ continue; -+ h_path.dentry = au_h_dptr(dentry, bindex); -+ if (!h_path.dentry) -+ continue; -+ -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_fsync(NULL, &h_path, datasync); -+ } -+ -+ return err; -+} -+ -+static int au_do_fsync_dir(struct file *file, int datasync) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct file *h_file; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1, /*fi_lsc*/0); -+ if (unlikely(err)) -+ goto out; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); !err && bindex <= bbot; bindex++) { -+ h_file = au_hf_dir(file, bindex); -+ if (!h_file || au_test_ro(sb, bindex, inode)) -+ continue; -+ -+ err = vfsub_fsync(h_file, &h_file->f_path, datasync); -+ } -+ -+out: -+ return err; -+} -+ -+/* -+ * @file may be NULL -+ */ -+static int aufs_fsync_dir(struct file *file, loff_t start, loff_t end, -+ int datasync) -+{ -+ int err; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ inode_lock(inode); -+ sb = dentry->d_sb; -+ si_noflush_read_lock(sb); -+ if (file) -+ err = au_do_fsync_dir(file, datasync); -+ else { -+ di_write_lock_child(dentry); -+ err = au_do_fsync_dir_no_file(dentry, datasync); -+ } -+ au_cpup_attr_timesizes(inode); -+ di_write_unlock(dentry); -+ if (file) -+ fi_write_unlock(file); -+ -+ si_read_unlock(sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_iterate_shared(struct file *file, struct dir_context *ctx) -+{ -+ int err; -+ struct dentry *dentry; -+ struct inode *inode, *h_inode; -+ struct super_block *sb; -+ -+ AuDbg("%pD, ctx{%ps, %llu}\n", file, ctx->actor, ctx->pos); -+ -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ -+ sb = dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ err = au_reval_and_lock_fdi(file, reopen_dir, /*wlock*/1, /*fi_lsc*/0); -+ if (unlikely(err)) -+ goto out; -+ err = au_alive_dir(dentry); -+ if (!err) -+ err = au_vdir_init(file); -+ di_downgrade_lock(dentry, AuLock_IR); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ if (!au_test_nfsd()) { -+ err = au_vdir_fill_de(file, ctx); -+ fsstack_copy_attr_atime(inode, h_inode); -+ } else { -+ /* -+ * nfsd filldir may call lookup_one_len(), vfs_getattr(), -+ * encode_fh() and others. -+ */ -+ atomic_inc(&h_inode->i_count); -+ di_read_unlock(dentry, AuLock_IR); -+ si_read_unlock(sb); -+ err = au_vdir_fill_de(file, ctx); -+ fsstack_copy_attr_atime(inode, h_inode); -+ fi_write_unlock(file); -+ iput(h_inode); -+ -+ AuTraceErr(err); -+ return err; -+ } -+ -+out_unlock: -+ di_read_unlock(dentry, AuLock_IR); -+ fi_write_unlock(file); -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuTestEmpty_WHONLY 1 -+#define AuTestEmpty_CALLED (1 << 1) -+#define AuTestEmpty_SHWH (1 << 2) -+#define au_ftest_testempty(flags, name) ((flags) & AuTestEmpty_##name) -+#define au_fset_testempty(flags, name) \ -+ do { (flags) |= AuTestEmpty_##name; } while (0) -+#define au_fclr_testempty(flags, name) \ -+ do { (flags) &= ~AuTestEmpty_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_SHWH -+#undef AuTestEmpty_SHWH -+#define AuTestEmpty_SHWH 0 -+#endif -+ -+struct test_empty_arg { -+ struct dir_context ctx; -+ struct au_nhash *whlist; -+ unsigned int flags; -+ int err; -+ aufs_bindex_t bindex; -+}; -+ -+static int test_empty_cb(struct dir_context *ctx, const char *__name, -+ int namelen, loff_t offset __maybe_unused, u64 ino, -+ unsigned int d_type) -+{ -+ struct test_empty_arg *arg = container_of(ctx, struct test_empty_arg, -+ ctx); -+ char *name = (void *)__name; -+ -+ arg->err = 0; -+ au_fset_testempty(arg->flags, CALLED); -+ /* smp_mb(); */ -+ if (name[0] == '.' -+ && (namelen == 1 || (name[1] == '.' && namelen == 2))) -+ goto out; /* success */ -+ -+ if (namelen <= AUFS_WH_PFX_LEN -+ || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ if (au_ftest_testempty(arg->flags, WHONLY) -+ && !au_nhash_test_known_wh(arg->whlist, name, namelen)) -+ arg->err = -ENOTEMPTY; -+ goto out; -+ } -+ -+ name += AUFS_WH_PFX_LEN; -+ namelen -= AUFS_WH_PFX_LEN; -+ if (!au_nhash_test_known_wh(arg->whlist, name, namelen)) -+ arg->err = au_nhash_append_wh -+ (arg->whlist, name, namelen, ino, d_type, arg->bindex, -+ au_ftest_testempty(arg->flags, SHWH)); -+ -+out: -+ /* smp_mb(); */ -+ AuTraceErr(arg->err); -+ return arg->err; -+} -+ -+static int do_test_empty(struct dentry *dentry, struct test_empty_arg *arg) -+{ -+ int err; -+ struct file *h_file; -+ struct au_branch *br; -+ -+ h_file = au_h_open(dentry, arg->bindex, -+ O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_LARGEFILE, -+ /*file*/NULL, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = 0; -+ if (!au_opt_test(au_mntflags(dentry->d_sb), UDBA_NONE) -+ && !file_inode(h_file)->i_nlink) -+ goto out_put; -+ -+ do { -+ arg->err = 0; -+ au_fclr_testempty(arg->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(h_file, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err && au_ftest_testempty(arg->flags, CALLED)); -+ -+out_put: -+ fput(h_file); -+ br = au_sbr(dentry->d_sb, arg->bindex); -+ au_lcnt_dec(&br->br_nfiles); -+out: -+ return err; -+} -+ -+struct do_test_empty_args { -+ int *errp; -+ struct dentry *dentry; -+ struct test_empty_arg *arg; -+}; -+ -+static void call_do_test_empty(void *args) -+{ -+ struct do_test_empty_args *a = args; -+ *a->errp = do_test_empty(a->dentry, a->arg); -+} -+ -+static int sio_test_empty(struct dentry *dentry, struct test_empty_arg *arg) -+{ -+ int err, wkq_err; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_dentry = au_h_dptr(dentry, arg->bindex); -+ h_inode = d_inode(h_dentry); -+ /* todo: i_mode changes anytime? */ -+ inode_lock_shared_nested(h_inode, AuLsc_I_CHILD); -+ err = au_test_h_perm_sio(h_inode, MAY_EXEC | MAY_READ); -+ inode_unlock_shared(h_inode); -+ if (!err) -+ err = do_test_empty(dentry, arg); -+ else { -+ struct do_test_empty_args args = { -+ .errp = &err, -+ .dentry = dentry, -+ .arg = arg -+ }; -+ unsigned int flags = arg->flags; -+ -+ wkq_err = au_wkq_wait(call_do_test_empty, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ arg->flags = flags; -+ } -+ -+ return err; -+} -+ -+int au_test_empty_lower(struct dentry *dentry) -+{ -+ int err; -+ unsigned int rdhash; -+ aufs_bindex_t bindex, btop, btail; -+ struct au_nhash whlist; -+ struct test_empty_arg arg = { -+ .ctx = { -+ .actor = test_empty_cb -+ } -+ }; -+ int (*test_empty)(struct dentry *dentry, struct test_empty_arg *arg); -+ -+ SiMustAnyLock(dentry->d_sb); -+ -+ rdhash = au_sbi(dentry->d_sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, dentry)); -+ err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ -+ arg.flags = 0; -+ arg.whlist = &whlist; -+ btop = au_dbtop(dentry); -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) -+ au_fset_testempty(arg.flags, SHWH); -+ test_empty = do_test_empty; -+ if (au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1)) -+ test_empty = sio_test_empty; -+ arg.bindex = btop; -+ err = test_empty(dentry, &arg); -+ if (unlikely(err)) -+ goto out_whlist; -+ -+ au_fset_testempty(arg.flags, WHONLY); -+ btail = au_dbtaildir(dentry); -+ for (bindex = btop + 1; !err && bindex <= btail; bindex++) { -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) { -+ arg.bindex = bindex; -+ err = test_empty(dentry, &arg); -+ } -+ } -+ -+out_whlist: -+ au_nhash_wh_free(&whlist); -+out: -+ return err; -+} -+ -+int au_test_empty(struct dentry *dentry, struct au_nhash *whlist) -+{ -+ int err; -+ struct test_empty_arg arg = { -+ .ctx = { -+ .actor = test_empty_cb -+ } -+ }; -+ aufs_bindex_t bindex, btail; -+ -+ err = 0; -+ arg.whlist = whlist; -+ arg.flags = AuTestEmpty_WHONLY; -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH)) -+ au_fset_testempty(arg.flags, SHWH); -+ btail = au_dbtaildir(dentry); -+ for (bindex = au_dbtop(dentry); !err && bindex <= btail; bindex++) { -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry && d_is_positive(h_dentry)) { -+ arg.bindex = bindex; -+ err = sio_test_empty(dentry, &arg); -+ } -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+const struct file_operations aufs_dir_fop = { -+ .owner = THIS_MODULE, -+ .llseek = default_llseek, -+ .read = generic_read_dir, -+ .iterate_shared = aufs_iterate_shared, -+ .unlocked_ioctl = aufs_ioctl_dir, -+#ifdef CONFIG_COMPAT -+ .compat_ioctl = aufs_compat_ioctl_dir, -+#endif -+ .open = aufs_open_dir, -+ .release = aufs_release_dir, -+ .flush = aufs_flush_dir, -+ .fsync = aufs_fsync_dir -+}; -diff --git a/fs/aufs/dir.h b/fs/aufs/dir.h -new file mode 100644 -index 000000000000..96e235b48f2b ---- /dev/null -+++ b/fs/aufs/dir.h -@@ -0,0 +1,119 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * directory operations -+ */ -+ -+#ifndef __AUFS_DIR_H__ -+#define __AUFS_DIR_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* need to be faster and smaller */ -+ -+struct au_nhash { -+ unsigned int nh_num; -+ struct hlist_head *nh_head; -+}; -+ -+struct au_vdir_destr { -+ unsigned char len; -+ unsigned char name[0]; -+} __packed; -+ -+struct au_vdir_dehstr { -+ struct hlist_node hash; -+ struct au_vdir_destr *str; -+} ____cacheline_aligned_in_smp; -+ -+struct au_vdir_de { -+ ino_t de_ino; -+ unsigned char de_type; -+ /* caution: packed */ -+ struct au_vdir_destr de_str; -+} __packed; -+ -+struct au_vdir_wh { -+ struct hlist_node wh_hash; -+#ifdef CONFIG_AUFS_SHWH -+ ino_t wh_ino; -+ aufs_bindex_t wh_bindex; -+ unsigned char wh_type; -+#else -+ aufs_bindex_t wh_bindex; -+#endif -+ /* caution: packed */ -+ struct au_vdir_destr wh_str; -+} __packed; -+ -+union au_vdir_deblk_p { -+ unsigned char *deblk; -+ struct au_vdir_de *de; -+}; -+ -+struct au_vdir { -+ unsigned char **vd_deblk; -+ unsigned long vd_nblk; -+ struct { -+ unsigned long ul; -+ union au_vdir_deblk_p p; -+ } vd_last; -+ -+ u64 vd_version; -+ unsigned int vd_deblk_sz; -+ unsigned long vd_jiffy; -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dir.c */ -+extern const struct file_operations aufs_dir_fop; -+void au_add_nlink(struct inode *dir, struct inode *h_dir); -+void au_sub_nlink(struct inode *dir, struct inode *h_dir); -+loff_t au_dir_size(struct file *file, struct dentry *dentry); -+void au_dir_ts(struct inode *dir, aufs_bindex_t bsrc); -+int au_test_empty_lower(struct dentry *dentry); -+int au_test_empty(struct dentry *dentry, struct au_nhash *whlist); -+ -+/* vdir.c */ -+unsigned int au_rdhash_est(loff_t sz); -+int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp); -+void au_nhash_wh_free(struct au_nhash *whlist); -+int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, -+ int limit); -+int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen); -+int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, -+ unsigned int d_type, aufs_bindex_t bindex, -+ unsigned char shwh); -+void au_vdir_free(struct au_vdir *vdir); -+int au_vdir_init(struct file *file); -+int au_vdir_fill_de(struct file *file, struct dir_context *ctx); -+ -+/* ioctl.c */ -+long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg); -+ -+#ifdef CONFIG_AUFS_RDU -+/* rdu.c */ -+long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, -+ unsigned long arg); -+#endif -+#else -+AuStub(long, au_rdu_ioctl, return -EINVAL, struct file *file, -+ unsigned int cmd, unsigned long arg) -+#ifdef CONFIG_COMPAT -+AuStub(long, au_rdu_compat_ioctl, return -EINVAL, struct file *file, -+ unsigned int cmd, unsigned long arg) -+#endif -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DIR_H__ */ -diff --git a/fs/aufs/dirren.c b/fs/aufs/dirren.c -new file mode 100644 -index 000000000000..e2273c61fd05 ---- /dev/null -+++ b/fs/aufs/dirren.c -@@ -0,0 +1,1303 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2017-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * special handling in renaming a directory -+ * in order to support looking-up the before-renamed name on the lower readonly -+ * branches -+ */ -+ -+#include -+#include "aufs.h" -+ -+static void au_dr_hino_del(struct au_dr_br *dr, struct au_dr_hino *ent) -+{ -+ int idx; -+ -+ idx = au_dr_ihash(ent->dr_h_ino); -+ au_hbl_del(&ent->dr_hnode, dr->dr_h_ino + idx); -+} -+ -+static int au_dr_hino_test_empty(struct au_dr_br *dr) -+{ -+ int ret, i; -+ struct hlist_bl_head *hbl; -+ -+ ret = 1; -+ for (i = 0; ret && i < AuDirren_NHASH; i++) { -+ hbl = dr->dr_h_ino + i; -+ hlist_bl_lock(hbl); -+ ret &= hlist_bl_empty(hbl); -+ hlist_bl_unlock(hbl); -+ } -+ -+ return ret; -+} -+ -+static struct au_dr_hino *au_dr_hino_find(struct au_dr_br *dr, ino_t ino) -+{ -+ struct au_dr_hino *found, *ent; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ int idx; -+ -+ found = NULL; -+ idx = au_dr_ihash(ino); -+ hbl = dr->dr_h_ino + idx; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(ent, pos, hbl, dr_hnode) -+ if (ent->dr_h_ino == ino) { -+ found = ent; -+ break; -+ } -+ hlist_bl_unlock(hbl); -+ -+ return found; -+} -+ -+int au_dr_hino_test_add(struct au_dr_br *dr, ino_t ino, -+ struct au_dr_hino *add_ent) -+{ -+ int found, idx; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_dr_hino *ent; -+ -+ found = 0; -+ idx = au_dr_ihash(ino); -+ hbl = dr->dr_h_ino + idx; -+#if 0 -+ { -+ struct hlist_bl_node *tmp; -+ -+ hlist_bl_for_each_entry_safe(ent, pos, tmp, hbl, dr_hnode) -+ AuDbg("hi%llu\n", (unsigned long long)ent->dr_h_ino); -+ } -+#endif -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(ent, pos, hbl, dr_hnode) -+ if (ent->dr_h_ino == ino) { -+ found = 1; -+ break; -+ } -+ if (!found && add_ent) -+ hlist_bl_add_head(&add_ent->dr_hnode, hbl); -+ hlist_bl_unlock(hbl); -+ -+ if (!found && add_ent) -+ AuDbg("i%llu added\n", (unsigned long long)add_ent->dr_h_ino); -+ -+ return found; -+} -+ -+void au_dr_hino_free(struct au_dr_br *dr) -+{ -+ int i; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos, *tmp; -+ struct au_dr_hino *ent; -+ -+ /* SiMustWriteLock(sb); */ -+ -+ for (i = 0; i < AuDirren_NHASH; i++) { -+ hbl = dr->dr_h_ino + i; -+ /* no spinlock since sbinfo must be write-locked */ -+ hlist_bl_for_each_entry_safe(ent, pos, tmp, hbl, dr_hnode) -+ kfree(ent); -+ INIT_HLIST_BL_HEAD(hbl); -+ } -+} -+ -+/* returns the number of inodes or an error */ -+static int au_dr_hino_store(struct super_block *sb, struct au_branch *br, -+ struct file *hinofile) -+{ -+ int err, i; -+ ssize_t ssz; -+ loff_t pos, oldsize; -+ __be64 u64; -+ struct inode *hinoinode; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *n1, *n2; -+ struct au_dr_hino *ent; -+ -+ SiMustWriteLock(sb); -+ AuDebugOn(!au_br_writable(br->br_perm)); -+ -+ hinoinode = file_inode(hinofile); -+ oldsize = i_size_read(hinoinode); -+ -+ err = 0; -+ pos = 0; -+ hbl = br->br_dirren.dr_h_ino; -+ for (i = 0; !err && i < AuDirren_NHASH; i++, hbl++) { -+ /* no bit-lock since sbinfo must be write-locked */ -+ hlist_bl_for_each_entry_safe(ent, n1, n2, hbl, dr_hnode) { -+ AuDbg("hi%llu, %pD2\n", -+ (unsigned long long)ent->dr_h_ino, hinofile); -+ u64 = cpu_to_be64(ent->dr_h_ino); -+ ssz = vfsub_write_k(hinofile, &u64, sizeof(u64), &pos); -+ if (ssz == sizeof(u64)) -+ continue; -+ -+ /* write error */ -+ pr_err("ssz %zd, %pD2\n", ssz, hinofile); -+ err = -ENOSPC; -+ if (ssz < 0) -+ err = ssz; -+ break; -+ } -+ } -+ /* regardless the error */ -+ if (pos < oldsize) { -+ err = vfsub_trunc(&hinofile->f_path, pos, /*attr*/0, hinofile); -+ AuTraceErr(err); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_dr_hino_load(struct au_dr_br *dr, struct file *hinofile) -+{ -+ int err, hidx; -+ ssize_t ssz; -+ size_t sz, n; -+ loff_t pos; -+ uint64_t u64; -+ struct au_dr_hino *ent; -+ struct inode *hinoinode; -+ struct hlist_bl_head *hbl; -+ -+ err = 0; -+ pos = 0; -+ hbl = dr->dr_h_ino; -+ hinoinode = file_inode(hinofile); -+ sz = i_size_read(hinoinode); -+ AuDebugOn(sz % sizeof(u64)); -+ n = sz / sizeof(u64); -+ while (n--) { -+ ssz = vfsub_read_k(hinofile, &u64, sizeof(u64), &pos); -+ if (unlikely(ssz != sizeof(u64))) { -+ pr_err("ssz %zd, %pD2\n", ssz, hinofile); -+ err = -EINVAL; -+ if (ssz < 0) -+ err = ssz; -+ goto out_free; -+ } -+ -+ ent = kmalloc(sizeof(*ent), GFP_NOFS); -+ if (!ent) { -+ err = -ENOMEM; -+ AuTraceErr(err); -+ goto out_free; -+ } -+ ent->dr_h_ino = be64_to_cpu((__force __be64)u64); -+ AuDbg("hi%llu, %pD2\n", -+ (unsigned long long)ent->dr_h_ino, hinofile); -+ hidx = au_dr_ihash(ent->dr_h_ino); -+ au_hbl_add(&ent->dr_hnode, hbl + hidx); -+ } -+ goto out; /* success */ -+ -+out_free: -+ au_dr_hino_free(dr); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * @bindex/@br is a switch to distinguish whether suspending hnotify or not. -+ * @path is a switch to distinguish load and store. -+ */ -+static int au_dr_hino(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_branch *br, const struct path *path) -+{ -+ int err, flags; -+ unsigned char load, suspend; -+ struct file *hinofile; -+ struct au_hinode *hdir; -+ struct inode *dir, *delegated; -+ struct path hinopath; -+ struct qstr hinoname = QSTR_INIT(AUFS_WH_DR_BRHINO, -+ sizeof(AUFS_WH_DR_BRHINO) - 1); -+ -+ AuDebugOn(bindex < 0 && !br); -+ AuDebugOn(bindex >= 0 && br); -+ -+ err = -EINVAL; -+ suspend = !br; -+ if (suspend) -+ br = au_sbr(sb, bindex); -+ load = !!path; -+ if (!load) { -+ path = &br->br_path; -+ AuDebugOn(!au_br_writable(br->br_perm)); -+ if (unlikely(!au_br_writable(br->br_perm))) -+ goto out; -+ } -+ -+ hdir = NULL; -+ if (suspend) { -+ dir = d_inode(sb->s_root); -+ hdir = au_hinode(au_ii(dir), bindex); -+ dir = hdir->hi_inode; -+ au_hn_inode_lock_nested(hdir, AuLsc_I_CHILD); -+ } else { -+ dir = d_inode(path->dentry); -+ inode_lock_nested(dir, AuLsc_I_CHILD); -+ } -+ hinopath.dentry = vfsub_lkup_one(&hinoname, path->dentry); -+ err = PTR_ERR(hinopath.dentry); -+ if (IS_ERR(hinopath.dentry)) -+ goto out_unlock; -+ -+ err = 0; -+ flags = O_RDONLY; -+ if (load) { -+ if (d_is_negative(hinopath.dentry)) -+ goto out_dput; /* success */ -+ } else { -+ if (au_dr_hino_test_empty(&br->br_dirren)) { -+ if (d_is_positive(hinopath.dentry)) { -+ delegated = NULL; -+ err = vfsub_unlink(dir, &hinopath, &delegated, -+ /*force*/0); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ pr_err("ignored err %d, %pd2\n", -+ err, hinopath.dentry); -+ if (unlikely(err == -EWOULDBLOCK)) -+ iput(delegated); -+ err = 0; -+ } -+ goto out_dput; -+ } else if (!d_is_positive(hinopath.dentry)) { -+ err = vfsub_create(dir, &hinopath, 0600, -+ /*want_excl*/false); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out_dput; -+ } -+ flags = O_WRONLY; -+ } -+ hinopath.mnt = path->mnt; -+ hinofile = vfsub_dentry_open(&hinopath, flags); -+ if (suspend) -+ au_hn_inode_unlock(hdir); -+ else -+ inode_unlock(dir); -+ dput(hinopath.dentry); -+ AuTraceErrPtr(hinofile); -+ if (IS_ERR(hinofile)) { -+ err = PTR_ERR(hinofile); -+ goto out; -+ } -+ -+ if (load) -+ err = au_dr_hino_load(&br->br_dirren, hinofile); -+ else -+ err = au_dr_hino_store(sb, br, hinofile); -+ fput(hinofile); -+ goto out; -+ -+out_dput: -+ dput(hinopath.dentry); -+out_unlock: -+ if (suspend) -+ au_hn_inode_unlock(hdir); -+ else -+ inode_unlock(dir); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_dr_brid_init(struct au_dr_brid *brid, const struct path *path) -+{ -+ int err; -+ struct kstatfs kstfs; -+ dev_t dev; -+ struct dentry *dentry; -+ struct super_block *sb; -+ -+ err = vfs_statfs((void *)path, &kstfs); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out; -+ -+ /* todo: support for UUID */ -+ -+ if (kstfs.f_fsid.val[0] || kstfs.f_fsid.val[1]) { -+ brid->type = AuBrid_FSID; -+ brid->fsid = kstfs.f_fsid; -+ } else { -+ dentry = path->dentry; -+ sb = dentry->d_sb; -+ dev = sb->s_dev; -+ if (dev) { -+ brid->type = AuBrid_DEV; -+ brid->dev = dev; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+int au_dr_br_init(struct super_block *sb, struct au_branch *br, -+ const struct path *path) -+{ -+ int err, i; -+ struct au_dr_br *dr; -+ struct hlist_bl_head *hbl; -+ -+ dr = &br->br_dirren; -+ hbl = dr->dr_h_ino; -+ for (i = 0; i < AuDirren_NHASH; i++, hbl++) -+ INIT_HLIST_BL_HEAD(hbl); -+ -+ err = au_dr_brid_init(&dr->dr_brid, path); -+ if (unlikely(err)) -+ goto out; -+ -+ if (au_opt_test(au_mntflags(sb), DIRREN)) -+ err = au_dr_hino(sb, /*bindex*/-1, br, path); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_dr_br_fin(struct super_block *sb, struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ if (au_br_writable(br->br_perm)) -+ err = au_dr_hino(sb, /*bindex*/-1, br, /*path*/NULL); -+ if (!err) -+ au_dr_hino_free(&br->br_dirren); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_brid_str(struct au_dr_brid *brid, struct inode *h_inode, -+ char *buf, size_t sz) -+{ -+ int err; -+ unsigned int major, minor; -+ char *p; -+ -+ p = buf; -+ err = snprintf(p, sz, "%d_", brid->type); -+ AuDebugOn(err > sz); -+ p += err; -+ sz -= err; -+ switch (brid->type) { -+ case AuBrid_Unset: -+ return -EINVAL; -+ case AuBrid_UUID: -+ err = snprintf(p, sz, "%pU", brid->uuid.b); -+ break; -+ case AuBrid_FSID: -+ err = snprintf(p, sz, "%08x-%08x", -+ brid->fsid.val[0], brid->fsid.val[1]); -+ break; -+ case AuBrid_DEV: -+ major = MAJOR(brid->dev); -+ minor = MINOR(brid->dev); -+ if (major <= 0xff && minor <= 0xff) -+ err = snprintf(p, sz, "%02x%02x", major, minor); -+ else -+ err = snprintf(p, sz, "%03x:%05x", major, minor); -+ break; -+ } -+ AuDebugOn(err > sz); -+ p += err; -+ sz -= err; -+ err = snprintf(p, sz, "_%llu", (unsigned long long)h_inode->i_ino); -+ AuDebugOn(err > sz); -+ p += err; -+ sz -= err; -+ -+ return p - buf; -+} -+ -+static int au_drinfo_name(struct au_branch *br, char *name, int len) -+{ -+ int rlen; -+ struct dentry *br_dentry; -+ struct inode *br_inode; -+ -+ br_dentry = au_br_dentry(br); -+ br_inode = d_inode(br_dentry); -+ rlen = au_brid_str(&br->br_dirren.dr_brid, br_inode, name, len); -+ AuDebugOn(rlen >= AUFS_DIRREN_ENV_VAL_SZ); -+ AuDebugOn(rlen > len); -+ -+ return rlen; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * from the given @h_dentry, construct drinfo at @*fdata. -+ * when the size of @*fdata is not enough, reallocate and return new @fdata and -+ * @allocated. -+ */ -+static int au_drinfo_construct(struct au_drinfo_fdata **fdata, -+ struct dentry *h_dentry, -+ unsigned char *allocated) -+{ -+ int err, v; -+ struct au_drinfo_fdata *f, *p; -+ struct au_drinfo *drinfo; -+ struct inode *h_inode; -+ struct qstr *qname; -+ -+ err = 0; -+ f = *fdata; -+ h_inode = d_inode(h_dentry); -+ qname = &h_dentry->d_name; -+ drinfo = &f->drinfo; -+ drinfo->ino = (__force uint64_t)cpu_to_be64(h_inode->i_ino); -+ drinfo->oldnamelen = qname->len; -+ if (*allocated < sizeof(*f) + qname->len) { -+ v = roundup_pow_of_two(*allocated + qname->len); -+ p = au_krealloc(f, v, GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!p)) { -+ err = -ENOMEM; -+ AuTraceErr(err); -+ goto out; -+ } -+ f = p; -+ *fdata = f; -+ *allocated = v; -+ drinfo = &f->drinfo; -+ } -+ memcpy(drinfo->oldname, qname->name, qname->len); -+ AuDbg("i%llu, %.*s\n", -+ be64_to_cpu((__force __be64)drinfo->ino), drinfo->oldnamelen, -+ drinfo->oldname); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* callers have to free the return value */ -+static struct au_drinfo *au_drinfo_read_k(struct file *file, ino_t h_ino) -+{ -+ struct au_drinfo *ret, *drinfo; -+ struct au_drinfo_fdata fdata; -+ int len; -+ loff_t pos; -+ ssize_t ssz; -+ -+ ret = ERR_PTR(-EIO); -+ pos = 0; -+ ssz = vfsub_read_k(file, &fdata, sizeof(fdata), &pos); -+ if (unlikely(ssz != sizeof(fdata))) { -+ AuIOErr("ssz %zd, %u, %pD2\n", -+ ssz, (unsigned int)sizeof(fdata), file); -+ goto out; -+ } -+ -+ fdata.magic = ntohl((__force __be32)fdata.magic); -+ switch (fdata.magic) { -+ case AUFS_DRINFO_MAGIC_V1: -+ break; -+ default: -+ AuIOErr("magic-num 0x%x, 0x%x, %pD2\n", -+ fdata.magic, AUFS_DRINFO_MAGIC_V1, file); -+ goto out; -+ } -+ -+ drinfo = &fdata.drinfo; -+ len = drinfo->oldnamelen; -+ if (!len) { -+ AuIOErr("broken drinfo %pD2\n", file); -+ goto out; -+ } -+ -+ ret = NULL; -+ drinfo->ino = be64_to_cpu((__force __be64)drinfo->ino); -+ if (unlikely(h_ino && drinfo->ino != h_ino)) { -+ AuDbg("ignored i%llu, i%llu, %pD2\n", -+ (unsigned long long)drinfo->ino, -+ (unsigned long long)h_ino, file); -+ goto out; /* success */ -+ } -+ -+ ret = kmalloc(sizeof(*ret) + len, GFP_NOFS); -+ if (unlikely(!ret)) { -+ ret = ERR_PTR(-ENOMEM); -+ AuTraceErrPtr(ret); -+ goto out; -+ } -+ -+ *ret = *drinfo; -+ ssz = vfsub_read_k(file, (void *)ret->oldname, len, &pos); -+ if (unlikely(ssz != len)) { -+ kfree(ret); -+ ret = ERR_PTR(-EIO); -+ AuIOErr("ssz %zd, %u, %pD2\n", ssz, len, file); -+ goto out; -+ } -+ -+ AuDbg("oldname %.*s\n", ret->oldnamelen, ret->oldname); -+ -+out: -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* in order to be revertible */ -+struct au_drinfo_rev_elm { -+ int created; -+ struct dentry *info_dentry; -+ struct au_drinfo *info_last; -+}; -+ -+struct au_drinfo_rev { -+ unsigned char already; -+ aufs_bindex_t nelm; -+ struct au_drinfo_rev_elm elm[0]; -+}; -+ -+/* todo: isn't it too large? */ -+struct au_drinfo_store { -+ struct path h_ppath; -+ struct dentry *h_dentry; -+ struct au_drinfo_fdata *fdata; -+ char *infoname; /* inside of whname, just after PFX */ -+ char whname[sizeof(AUFS_WH_DR_INFO_PFX) + AUFS_DIRREN_ENV_VAL_SZ]; -+ aufs_bindex_t btgt, btail; -+ unsigned char no_sio, -+ allocated, /* current size of *fdata */ -+ infonamelen, /* room size for p */ -+ whnamelen, /* length of the generated name */ -+ renameback; /* renamed back */ -+}; -+ -+/* on rename(2) error, the caller should revert it using @elm */ -+static int au_drinfo_do_store(struct au_drinfo_store *w, -+ struct au_drinfo_rev_elm *elm) -+{ -+ int err, len; -+ ssize_t ssz; -+ loff_t pos; -+ struct path infopath = { -+ .mnt = w->h_ppath.mnt -+ }; -+ struct inode *h_dir, *h_inode, *delegated; -+ struct file *infofile; -+ struct qstr *qname; -+ -+ AuDebugOn(elm -+ && memcmp(elm, page_address(ZERO_PAGE(0)), sizeof(*elm))); -+ -+ infopath.dentry = vfsub_lookup_one_len(w->whname, w->h_ppath.dentry, -+ w->whnamelen); -+ AuTraceErrPtr(infopath.dentry); -+ if (IS_ERR(infopath.dentry)) { -+ err = PTR_ERR(infopath.dentry); -+ goto out; -+ } -+ -+ err = 0; -+ h_dir = d_inode(w->h_ppath.dentry); -+ if (elm && d_is_negative(infopath.dentry)) { -+ err = vfsub_create(h_dir, &infopath, 0600, /*want_excl*/true); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out_dput; -+ elm->created = 1; -+ elm->info_dentry = dget(infopath.dentry); -+ } -+ -+ infofile = vfsub_dentry_open(&infopath, O_RDWR); -+ AuTraceErrPtr(infofile); -+ if (IS_ERR(infofile)) { -+ err = PTR_ERR(infofile); -+ goto out_dput; -+ } -+ -+ h_inode = d_inode(infopath.dentry); -+ if (elm && i_size_read(h_inode)) { -+ h_inode = d_inode(w->h_dentry); -+ elm->info_last = au_drinfo_read_k(infofile, h_inode->i_ino); -+ AuTraceErrPtr(elm->info_last); -+ if (IS_ERR(elm->info_last)) { -+ err = PTR_ERR(elm->info_last); -+ elm->info_last = NULL; -+ AuDebugOn(elm->info_dentry); -+ goto out_fput; -+ } -+ } -+ -+ if (elm && w->renameback) { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &infopath, &delegated, /*force*/0); -+ AuTraceErr(err); -+ if (unlikely(err == -EWOULDBLOCK)) -+ iput(delegated); -+ goto out_fput; -+ } -+ -+ pos = 0; -+ qname = &w->h_dentry->d_name; -+ len = sizeof(*w->fdata) + qname->len; -+ if (!elm) -+ len = sizeof(*w->fdata) + w->fdata->drinfo.oldnamelen; -+ ssz = vfsub_write_k(infofile, w->fdata, len, &pos); -+ if (ssz == len) { -+ AuDbg("hi%llu, %.*s\n", w->fdata->drinfo.ino, -+ w->fdata->drinfo.oldnamelen, w->fdata->drinfo.oldname); -+ goto out_fput; /* success */ -+ } else { -+ err = -EIO; -+ if (ssz < 0) -+ err = ssz; -+ /* the caller should revert it using @elm */ -+ } -+ -+out_fput: -+ fput(infofile); -+out_dput: -+ dput(infopath.dentry); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+struct au_call_drinfo_do_store_args { -+ int *errp; -+ struct au_drinfo_store *w; -+ struct au_drinfo_rev_elm *elm; -+}; -+ -+static void au_call_drinfo_do_store(void *args) -+{ -+ struct au_call_drinfo_do_store_args *a = args; -+ -+ *a->errp = au_drinfo_do_store(a->w, a->elm); -+} -+ -+static int au_drinfo_store_sio(struct au_drinfo_store *w, -+ struct au_drinfo_rev_elm *elm) -+{ -+ int err, wkq_err; -+ -+ if (w->no_sio) -+ err = au_drinfo_do_store(w, elm); -+ else { -+ struct au_call_drinfo_do_store_args a = { -+ .errp = &err, -+ .w = w, -+ .elm = elm -+ }; -+ wkq_err = au_wkq_wait(au_call_drinfo_do_store, &a); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ AuTraceErr(err); -+ -+ return err; -+} -+ -+static int au_drinfo_store_work_init(struct au_drinfo_store *w, -+ aufs_bindex_t btgt) -+{ -+ int err; -+ -+ memset(w, 0, sizeof(*w)); -+ w->allocated = roundup_pow_of_two(sizeof(*w->fdata) + 40); -+ strcpy(w->whname, AUFS_WH_DR_INFO_PFX); -+ w->infoname = w->whname + sizeof(AUFS_WH_DR_INFO_PFX) - 1; -+ w->infonamelen = sizeof(w->whname) - sizeof(AUFS_WH_DR_INFO_PFX); -+ w->btgt = btgt; -+ w->no_sio = !!uid_eq(current_fsuid(), GLOBAL_ROOT_UID); -+ -+ err = -ENOMEM; -+ w->fdata = kcalloc(1, w->allocated, GFP_NOFS); -+ if (unlikely(!w->fdata)) { -+ AuTraceErr(err); -+ goto out; -+ } -+ w->fdata->magic = (__force uint32_t)htonl(AUFS_DRINFO_MAGIC_V1); -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static void au_drinfo_store_work_fin(struct au_drinfo_store *w) -+{ -+ kfree(w->fdata); -+} -+ -+static void au_drinfo_store_rev(struct au_drinfo_rev *rev, -+ struct au_drinfo_store *w) -+{ -+ struct au_drinfo_rev_elm *elm; -+ struct inode *h_dir, *delegated; -+ int err, nelm; -+ struct path infopath = { -+ .mnt = w->h_ppath.mnt -+ }; -+ -+ h_dir = d_inode(w->h_ppath.dentry); -+ IMustLock(h_dir); -+ -+ err = 0; -+ elm = rev->elm; -+ for (nelm = rev->nelm; nelm > 0; nelm--, elm++) { -+ AuDebugOn(elm->created && elm->info_last); -+ if (elm->created) { -+ AuDbg("here\n"); -+ delegated = NULL; -+ infopath.dentry = elm->info_dentry; -+ err = vfsub_unlink(h_dir, &infopath, &delegated, -+ !w->no_sio); -+ AuTraceErr(err); -+ if (unlikely(err == -EWOULDBLOCK)) -+ iput(delegated); -+ dput(elm->info_dentry); -+ } else if (elm->info_last) { -+ AuDbg("here\n"); -+ w->fdata->drinfo = *elm->info_last; -+ memcpy(w->fdata->drinfo.oldname, -+ elm->info_last->oldname, -+ elm->info_last->oldnamelen); -+ err = au_drinfo_store_sio(w, /*elm*/NULL); -+ kfree(elm->info_last); -+ } -+ if (unlikely(err)) -+ AuIOErr("%d, %s\n", err, w->whname); -+ /* go on even if err */ -+ } -+} -+ -+/* caller has to call au_dr_rename_fin() later */ -+static int au_drinfo_store(struct dentry *dentry, aufs_bindex_t btgt, -+ struct qstr *dst_name, void *_rev) -+{ -+ int err, sz, nelm; -+ aufs_bindex_t bindex, btail; -+ struct au_drinfo_store work; -+ struct au_drinfo_rev *rev, **p; -+ struct au_drinfo_rev_elm *elm; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_hinode *hdir; -+ -+ err = au_drinfo_store_work_init(&work, btgt); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOMEM; -+ btail = au_dbtaildir(dentry); -+ nelm = btail - btgt; -+ sz = sizeof(*rev) + sizeof(*elm) * nelm; -+ rev = kcalloc(1, sz, GFP_NOFS); -+ if (unlikely(!rev)) { -+ AuTraceErr(err); -+ goto out_args; -+ } -+ rev->nelm = nelm; -+ elm = rev->elm; -+ p = _rev; -+ *p = rev; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ work.h_ppath.dentry = au_h_dptr(dentry, btgt); -+ work.h_ppath.mnt = au_sbr_mnt(sb, btgt); -+ hdir = au_hi(d_inode(dentry), btgt); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_CHILD); -+ for (bindex = btgt + 1; bindex <= btail; bindex++, elm++) { -+ work.h_dentry = au_h_dptr(dentry, bindex); -+ if (!work.h_dentry) -+ continue; -+ -+ err = au_drinfo_construct(&work.fdata, work.h_dentry, -+ &work.allocated); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ break; -+ -+ work.renameback = au_qstreq(&work.h_dentry->d_name, dst_name); -+ br = au_sbr(sb, bindex); -+ work.whnamelen = sizeof(AUFS_WH_DR_INFO_PFX) - 1; -+ work.whnamelen += au_drinfo_name(br, work.infoname, -+ work.infonamelen); -+ AuDbg("whname %.*s, i%llu, %.*s\n", -+ work.whnamelen, work.whname, -+ be64_to_cpu((__force __be64)work.fdata->drinfo.ino), -+ work.fdata->drinfo.oldnamelen, -+ work.fdata->drinfo.oldname); -+ -+ err = au_drinfo_store_sio(&work, elm); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ break; -+ } -+ if (unlikely(err)) { -+ /* revert all drinfo */ -+ au_drinfo_store_rev(rev, &work); -+ kfree(rev); -+ *p = NULL; -+ } -+ au_hn_inode_unlock(hdir); -+ -+out_args: -+ au_drinfo_store_work_fin(&work); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_dr_rename(struct dentry *src, aufs_bindex_t bindex, -+ struct qstr *dst_name, void *_rev) -+{ -+ int err, already; -+ ino_t ino; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_dr_br *dr; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_dr_hino *ent; -+ struct au_drinfo_rev *rev, **p; -+ -+ AuDbg("bindex %d\n", bindex); -+ -+ err = -ENOMEM; -+ ent = kmalloc(sizeof(*ent), GFP_NOFS); -+ if (unlikely(!ent)) -+ goto out; -+ -+ sb = src->d_sb; -+ br = au_sbr(sb, bindex); -+ dr = &br->br_dirren; -+ h_dentry = au_h_dptr(src, bindex); -+ h_inode = d_inode(h_dentry); -+ ino = h_inode->i_ino; -+ ent->dr_h_ino = ino; -+ already = au_dr_hino_test_add(dr, ino, ent); -+ AuDbg("b%d, hi%llu, already %d\n", -+ bindex, (unsigned long long)ino, already); -+ -+ err = au_drinfo_store(src, bindex, dst_name, _rev); -+ AuTraceErr(err); -+ if (!err) { -+ p = _rev; -+ rev = *p; -+ rev->already = already; -+ goto out; /* success */ -+ } -+ -+ /* revert */ -+ if (!already) -+ au_dr_hino_del(dr, ent); -+ kfree(ent); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_dr_rename_fin(struct dentry *src, aufs_bindex_t btgt, void *_rev) -+{ -+ struct au_drinfo_rev *rev; -+ struct au_drinfo_rev_elm *elm; -+ int nelm; -+ -+ rev = _rev; -+ elm = rev->elm; -+ for (nelm = rev->nelm; nelm > 0; nelm--, elm++) { -+ dput(elm->info_dentry); -+ kfree(elm->info_last); -+ } -+ kfree(rev); -+} -+ -+void au_dr_rename_rev(struct dentry *src, aufs_bindex_t btgt, void *_rev) -+{ -+ int err; -+ struct au_drinfo_store work; -+ struct au_drinfo_rev *rev = _rev; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct inode *h_inode; -+ struct au_dr_br *dr; -+ struct au_dr_hino *ent; -+ -+ err = au_drinfo_store_work_init(&work, btgt); -+ if (unlikely(err)) -+ goto out; -+ -+ sb = src->d_sb; -+ br = au_sbr(sb, btgt); -+ work.h_ppath.dentry = au_h_dptr(src, btgt); -+ work.h_ppath.mnt = au_br_mnt(br); -+ au_drinfo_store_rev(rev, &work); -+ au_drinfo_store_work_fin(&work); -+ if (rev->already) -+ goto out; -+ -+ dr = &br->br_dirren; -+ h_inode = d_inode(work.h_ppath.dentry); -+ ent = au_dr_hino_find(dr, h_inode->i_ino); -+ BUG_ON(!ent); -+ au_dr_hino_del(dr, ent); -+ kfree(ent); -+ -+out: -+ kfree(rev); -+ if (unlikely(err)) -+ pr_err("failed to remove dirren info\n"); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct au_drinfo *au_drinfo_do_load(struct path *h_ppath, -+ char *whname, int whnamelen, -+ struct dentry **info_dentry) -+{ -+ struct au_drinfo *drinfo; -+ struct file *f; -+ struct inode *h_dir; -+ struct path infopath; -+ int unlocked; -+ -+ AuDbg("%pd/%.*s\n", h_ppath->dentry, whnamelen, whname); -+ -+ *info_dentry = NULL; -+ drinfo = NULL; -+ unlocked = 0; -+ h_dir = d_inode(h_ppath->dentry); -+ inode_lock_shared_nested(h_dir, AuLsc_I_PARENT); -+ infopath.dentry = vfsub_lookup_one_len(whname, h_ppath->dentry, -+ whnamelen); -+ if (IS_ERR(infopath.dentry)) { -+ drinfo = (void *)infopath.dentry; -+ goto out; -+ } -+ -+ if (d_is_negative(infopath.dentry)) -+ goto out_dput; /* success */ -+ -+ infopath.mnt = h_ppath->mnt; -+ f = vfsub_dentry_open(&infopath, O_RDONLY); -+ inode_unlock_shared(h_dir); -+ unlocked = 1; -+ if (IS_ERR(f)) { -+ drinfo = (void *)f; -+ goto out_dput; -+ } -+ -+ drinfo = au_drinfo_read_k(f, /*h_ino*/0); -+ if (IS_ERR_OR_NULL(drinfo)) -+ goto out_fput; -+ -+ AuDbg("oldname %.*s\n", drinfo->oldnamelen, drinfo->oldname); -+ *info_dentry = dget(infopath.dentry); /* keep it alive */ -+ -+out_fput: -+ fput(f); -+out_dput: -+ dput(infopath.dentry); -+out: -+ if (!unlocked) -+ inode_unlock_shared(h_dir); -+ AuTraceErrPtr(drinfo); -+ return drinfo; -+} -+ -+struct au_drinfo_do_load_args { -+ struct au_drinfo **drinfop; -+ struct path *h_ppath; -+ char *whname; -+ int whnamelen; -+ struct dentry **info_dentry; -+}; -+ -+static void au_call_drinfo_do_load(void *args) -+{ -+ struct au_drinfo_do_load_args *a = args; -+ -+ *a->drinfop = au_drinfo_do_load(a->h_ppath, a->whname, a->whnamelen, -+ a->info_dentry); -+} -+ -+struct au_drinfo_load { -+ struct path h_ppath; -+ struct qstr *qname; -+ unsigned char no_sio; -+ -+ aufs_bindex_t ninfo; -+ struct au_drinfo **drinfo; -+}; -+ -+static int au_drinfo_load(struct au_drinfo_load *w, aufs_bindex_t bindex, -+ struct au_branch *br) -+{ -+ int err, wkq_err, whnamelen, e; -+ char whname[sizeof(AUFS_WH_DR_INFO_PFX) + AUFS_DIRREN_ENV_VAL_SZ] -+ = AUFS_WH_DR_INFO_PFX; -+ struct au_drinfo *drinfo; -+ struct qstr oldname; -+ struct inode *h_dir, *delegated; -+ struct dentry *info_dentry; -+ struct path infopath; -+ -+ whnamelen = sizeof(AUFS_WH_DR_INFO_PFX) - 1; -+ whnamelen += au_drinfo_name(br, whname + whnamelen, -+ sizeof(whname) - whnamelen); -+ if (w->no_sio) -+ drinfo = au_drinfo_do_load(&w->h_ppath, whname, whnamelen, -+ &info_dentry); -+ else { -+ struct au_drinfo_do_load_args args = { -+ .drinfop = &drinfo, -+ .h_ppath = &w->h_ppath, -+ .whname = whname, -+ .whnamelen = whnamelen, -+ .info_dentry = &info_dentry -+ }; -+ wkq_err = au_wkq_wait(au_call_drinfo_do_load, &args); -+ if (unlikely(wkq_err)) -+ drinfo = ERR_PTR(wkq_err); -+ } -+ err = PTR_ERR(drinfo); -+ if (IS_ERR_OR_NULL(drinfo)) -+ goto out; -+ -+ err = 0; -+ oldname.len = drinfo->oldnamelen; -+ oldname.name = drinfo->oldname; -+ if (au_qstreq(w->qname, &oldname)) { -+ /* the name is renamed back */ -+ kfree(drinfo); -+ drinfo = NULL; -+ -+ infopath.dentry = info_dentry; -+ infopath.mnt = w->h_ppath.mnt; -+ h_dir = d_inode(w->h_ppath.dentry); -+ delegated = NULL; -+ inode_lock_nested(h_dir, AuLsc_I_PARENT); -+ e = vfsub_unlink(h_dir, &infopath, &delegated, !w->no_sio); -+ inode_unlock(h_dir); -+ if (unlikely(e)) -+ AuIOErr("ignored %d, %pd2\n", e, &infopath.dentry); -+ if (unlikely(e == -EWOULDBLOCK)) -+ iput(delegated); -+ } -+ kfree(w->drinfo[bindex]); -+ w->drinfo[bindex] = drinfo; -+ dput(info_dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_dr_lkup_free(struct au_drinfo **drinfo, int n) -+{ -+ struct au_drinfo **p = drinfo; -+ -+ while (n-- > 0) -+ kfree(*drinfo++); -+ kfree(p); -+} -+ -+int au_dr_lkup(struct au_do_lookup_args *lkup, struct dentry *dentry, -+ aufs_bindex_t btgt) -+{ -+ int err, ninfo; -+ struct au_drinfo_load w; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ struct inode *h_dir; -+ struct au_dr_hino *ent; -+ struct super_block *sb; -+ -+ AuDbg("%.*s, name %.*s, whname %.*s, b%d\n", -+ AuLNPair(&dentry->d_name), AuLNPair(&lkup->dirren.dr_name), -+ AuLNPair(&lkup->whname), btgt); -+ -+ sb = dentry->d_sb; -+ bbot = au_sbbot(sb); -+ w.ninfo = bbot + 1; -+ if (!lkup->dirren.drinfo) { -+ lkup->dirren.drinfo = kcalloc(w.ninfo, -+ sizeof(*lkup->dirren.drinfo), -+ GFP_NOFS); -+ if (unlikely(!lkup->dirren.drinfo)) { -+ err = -ENOMEM; -+ goto out; -+ } -+ lkup->dirren.ninfo = w.ninfo; -+ } -+ w.drinfo = lkup->dirren.drinfo; -+ w.no_sio = !!uid_eq(current_fsuid(), GLOBAL_ROOT_UID); -+ w.h_ppath.dentry = au_h_dptr(dentry, btgt); -+ AuDebugOn(!w.h_ppath.dentry); -+ w.h_ppath.mnt = au_sbr_mnt(sb, btgt); -+ w.qname = &dentry->d_name; -+ -+ ninfo = 0; -+ for (bindex = btgt + 1; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_drinfo_load(&w, bindex, br); -+ if (unlikely(err)) -+ goto out_free; -+ if (w.drinfo[bindex]) -+ ninfo++; -+ } -+ if (!ninfo) { -+ br = au_sbr(sb, btgt); -+ h_dir = d_inode(w.h_ppath.dentry); -+ ent = au_dr_hino_find(&br->br_dirren, h_dir->i_ino); -+ AuDebugOn(!ent); -+ au_dr_hino_del(&br->br_dirren, ent); -+ kfree(ent); -+ } -+ goto out; /* success */ -+ -+out_free: -+ au_dr_lkup_free(lkup->dirren.drinfo, lkup->dirren.ninfo); -+ lkup->dirren.ninfo = 0; -+ lkup->dirren.drinfo = NULL; -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_dr_lkup_fin(struct au_do_lookup_args *lkup) -+{ -+ au_dr_lkup_free(lkup->dirren.drinfo, lkup->dirren.ninfo); -+} -+ -+int au_dr_lkup_name(struct au_do_lookup_args *lkup, aufs_bindex_t btgt) -+{ -+ int err; -+ struct au_drinfo *drinfo; -+ -+ err = 0; -+ if (!lkup->dirren.drinfo) -+ goto out; -+ AuDebugOn(lkup->dirren.ninfo < btgt + 1); -+ drinfo = lkup->dirren.drinfo[btgt + 1]; -+ if (!drinfo) -+ goto out; -+ -+ kfree(lkup->whname.name); -+ lkup->whname.name = NULL; -+ lkup->dirren.dr_name.len = drinfo->oldnamelen; -+ lkup->dirren.dr_name.name = drinfo->oldname; -+ lkup->name = &lkup->dirren.dr_name; -+ err = au_wh_name_alloc(&lkup->whname, lkup->name); -+ if (!err) -+ AuDbg("name %.*s, whname %.*s, b%d\n", -+ AuLNPair(lkup->name), AuLNPair(&lkup->whname), -+ btgt); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_dr_lkup_h_ino(struct au_do_lookup_args *lkup, aufs_bindex_t bindex, -+ ino_t h_ino) -+{ -+ int match; -+ struct au_drinfo *drinfo; -+ -+ match = 1; -+ if (!lkup->dirren.drinfo) -+ goto out; -+ AuDebugOn(lkup->dirren.ninfo < bindex + 1); -+ drinfo = lkup->dirren.drinfo[bindex + 1]; -+ if (!drinfo) -+ goto out; -+ -+ match = (drinfo->ino == h_ino); -+ AuDbg("match %d\n", match); -+ -+out: -+ return match; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_dr_opt_set(struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_dr_hino(sb, bindex, /*br*/NULL, &br->br_path); -+ } -+ -+ return err; -+} -+ -+int au_dr_opt_flush(struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm)) -+ err = au_dr_hino(sb, bindex, /*br*/NULL, /*path*/NULL); -+ } -+ -+ return err; -+} -+ -+int au_dr_opt_clr(struct super_block *sb, int no_flush) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ err = 0; -+ if (!no_flush) { -+ err = au_dr_opt_flush(sb); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ au_dr_hino_free(&br->br_dirren); -+ } -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/dirren.h b/fs/aufs/dirren.h -new file mode 100644 -index 000000000000..65360459f32b ---- /dev/null -+++ b/fs/aufs/dirren.h -@@ -0,0 +1,127 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2017-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * renamed dir info -+ */ -+ -+#ifndef __AUFS_DIRREN_H__ -+#define __AUFS_DIRREN_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include "hbl.h" -+ -+#define AuDirren_NHASH 100 -+ -+#ifdef CONFIG_AUFS_DIRREN -+enum au_brid_type { -+ AuBrid_Unset, -+ AuBrid_UUID, -+ AuBrid_FSID, -+ AuBrid_DEV -+}; -+ -+struct au_dr_brid { -+ enum au_brid_type type; -+ union { -+ uuid_t uuid; /* unimplemented yet */ -+ fsid_t fsid; -+ dev_t dev; -+ }; -+}; -+ -+/* 20 is the max digits length of ulong 64 */ -+/* brid-type "_" uuid "_" inum */ -+#define AUFS_DIRREN_FNAME_SZ (1 + 1 + UUID_STRING_LEN + 20) -+#define AUFS_DIRREN_ENV_VAL_SZ (AUFS_DIRREN_FNAME_SZ + 1 + 20) -+ -+struct au_dr_hino { -+ struct hlist_bl_node dr_hnode; -+ ino_t dr_h_ino; -+}; -+ -+struct au_dr_br { -+ struct hlist_bl_head dr_h_ino[AuDirren_NHASH]; -+ struct au_dr_brid dr_brid; -+}; -+ -+struct au_dr_lookup { -+ /* dr_name is pointed by struct au_do_lookup_args.name */ -+ struct qstr dr_name; /* subset of dr_info */ -+ aufs_bindex_t ninfo; -+ struct au_drinfo **drinfo; -+}; -+#else -+struct au_dr_hino; -+/* empty */ -+struct au_dr_br { }; -+struct au_dr_lookup { }; -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_branch; -+struct au_do_lookup_args; -+struct au_hinode; -+#ifdef CONFIG_AUFS_DIRREN -+int au_dr_hino_test_add(struct au_dr_br *dr, ino_t h_ino, -+ struct au_dr_hino *add_ent); -+void au_dr_hino_free(struct au_dr_br *dr); -+int au_dr_br_init(struct super_block *sb, struct au_branch *br, -+ const struct path *path); -+int au_dr_br_fin(struct super_block *sb, struct au_branch *br); -+int au_dr_rename(struct dentry *src, aufs_bindex_t bindex, -+ struct qstr *dst_name, void *_rev); -+void au_dr_rename_fin(struct dentry *src, aufs_bindex_t btgt, void *rev); -+void au_dr_rename_rev(struct dentry *src, aufs_bindex_t bindex, void *rev); -+int au_dr_lkup(struct au_do_lookup_args *lkup, struct dentry *dentry, -+ aufs_bindex_t bindex); -+int au_dr_lkup_name(struct au_do_lookup_args *lkup, aufs_bindex_t btgt); -+int au_dr_lkup_h_ino(struct au_do_lookup_args *lkup, aufs_bindex_t bindex, -+ ino_t h_ino); -+void au_dr_lkup_fin(struct au_do_lookup_args *lkup); -+int au_dr_opt_set(struct super_block *sb); -+int au_dr_opt_flush(struct super_block *sb); -+int au_dr_opt_clr(struct super_block *sb, int no_flush); -+#else -+AuStubInt0(au_dr_hino_test_add, struct au_dr_br *dr, ino_t h_ino, -+ struct au_dr_hino *add_ent); -+AuStubVoid(au_dr_hino_free, struct au_dr_br *dr); -+AuStubInt0(au_dr_br_init, struct super_block *sb, struct au_branch *br, -+ const struct path *path); -+AuStubInt0(au_dr_br_fin, struct super_block *sb, struct au_branch *br); -+AuStubInt0(au_dr_rename, struct dentry *src, aufs_bindex_t bindex, -+ struct qstr *dst_name, void *_rev); -+AuStubVoid(au_dr_rename_fin, struct dentry *src, aufs_bindex_t btgt, void *rev); -+AuStubVoid(au_dr_rename_rev, struct dentry *src, aufs_bindex_t bindex, -+ void *rev); -+AuStubInt0(au_dr_lkup, struct au_do_lookup_args *lkup, struct dentry *dentry, -+ aufs_bindex_t bindex); -+AuStubInt0(au_dr_lkup_name, struct au_do_lookup_args *lkup, aufs_bindex_t btgt); -+AuStubInt0(au_dr_lkup_h_ino, struct au_do_lookup_args *lkup, -+ aufs_bindex_t bindex, ino_t h_ino); -+AuStubVoid(au_dr_lkup_fin, struct au_do_lookup_args *lkup); -+AuStubInt0(au_dr_opt_set, struct super_block *sb); -+AuStubInt0(au_dr_opt_flush, struct super_block *sb); -+AuStubInt0(au_dr_opt_clr, struct super_block *sb, int no_flush); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_DIRREN -+static inline int au_dr_ihash(ino_t h_ino) -+{ -+ return h_ino % AuDirren_NHASH; -+} -+#else -+AuStubInt0(au_dr_ihash, ino_t h_ino); -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DIRREN_H__ */ -diff --git a/fs/aufs/dynop.c b/fs/aufs/dynop.c -new file mode 100644 -index 000000000000..d80f45763031 ---- /dev/null -+++ b/fs/aufs/dynop.c -@@ -0,0 +1,357 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2010-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * dynamically customizable operations for regular files -+ */ -+ -+#include "aufs.h" -+ -+#define DyPrSym(key) AuDbgSym(key->dk_op.dy_hop) -+ -+/* -+ * How large will these lists be? -+ * Usually just a few elements, 20-30 at most for each, I guess. -+ */ -+static struct hlist_bl_head dynop[AuDyLast]; -+ -+static struct au_dykey *dy_gfind_get(struct hlist_bl_head *hbl, -+ const void *h_op) -+{ -+ struct au_dykey *key, *tmp; -+ struct hlist_bl_node *pos; -+ -+ key = NULL; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(tmp, pos, hbl, dk_hnode) -+ if (tmp->dk_op.dy_hop == h_op) { -+ key = tmp; -+ kref_get(&key->dk_kref); -+ break; -+ } -+ hlist_bl_unlock(hbl); -+ -+ return key; -+} -+ -+static struct au_dykey *dy_bradd(struct au_branch *br, struct au_dykey *key) -+{ -+ struct au_dykey **k, *found; -+ const void *h_op = key->dk_op.dy_hop; -+ int i; -+ -+ found = NULL; -+ k = br->br_dykey; -+ for (i = 0; i < AuBrDynOp; i++) -+ if (k[i]) { -+ if (k[i]->dk_op.dy_hop == h_op) { -+ found = k[i]; -+ break; -+ } -+ } else -+ break; -+ if (!found) { -+ spin_lock(&br->br_dykey_lock); -+ for (; i < AuBrDynOp; i++) -+ if (k[i]) { -+ if (k[i]->dk_op.dy_hop == h_op) { -+ found = k[i]; -+ break; -+ } -+ } else { -+ k[i] = key; -+ break; -+ } -+ spin_unlock(&br->br_dykey_lock); -+ BUG_ON(i == AuBrDynOp); /* expand the array */ -+ } -+ -+ return found; -+} -+ -+/* kref_get() if @key is already added */ -+static struct au_dykey *dy_gadd(struct hlist_bl_head *hbl, struct au_dykey *key) -+{ -+ struct au_dykey *tmp, *found; -+ struct hlist_bl_node *pos; -+ const void *h_op = key->dk_op.dy_hop; -+ -+ found = NULL; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(tmp, pos, hbl, dk_hnode) -+ if (tmp->dk_op.dy_hop == h_op) { -+ kref_get(&tmp->dk_kref); -+ found = tmp; -+ break; -+ } -+ if (!found) -+ hlist_bl_add_head(&key->dk_hnode, hbl); -+ hlist_bl_unlock(hbl); -+ -+ if (!found) -+ DyPrSym(key); -+ return found; -+} -+ -+static void dy_free_rcu(struct rcu_head *rcu) -+{ -+ struct au_dykey *key; -+ -+ key = container_of(rcu, struct au_dykey, dk_rcu); -+ DyPrSym(key); -+ kfree(key); -+} -+ -+static void dy_free(struct kref *kref) -+{ -+ struct au_dykey *key; -+ struct hlist_bl_head *hbl; -+ -+ key = container_of(kref, struct au_dykey, dk_kref); -+ hbl = dynop + key->dk_op.dy_type; -+ au_hbl_del(&key->dk_hnode, hbl); -+ call_rcu(&key->dk_rcu, dy_free_rcu); -+} -+ -+void au_dy_put(struct au_dykey *key) -+{ -+ kref_put(&key->dk_kref, dy_free); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define DyDbgSize(cnt, op) AuDebugOn(cnt != sizeof(op)/sizeof(void *)) -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define DyDbgDeclare(cnt) unsigned int cnt = 0 -+#define DyDbgInc(cnt) do { cnt++; } while (0) -+#else -+#define DyDbgDeclare(cnt) do {} while (0) -+#define DyDbgInc(cnt) do {} while (0) -+#endif -+ -+#define DySet(func, dst, src, h_op, h_sb) do { \ -+ DyDbgInc(cnt); \ -+ if (h_op->func) { \ -+ if (src.func) \ -+ dst.func = src.func; \ -+ else \ -+ AuDbg("%s %s\n", au_sbtype(h_sb), #func); \ -+ } \ -+} while (0) -+ -+#define DySetForce(func, dst, src) do { \ -+ AuDebugOn(!src.func); \ -+ DyDbgInc(cnt); \ -+ dst.func = src.func; \ -+} while (0) -+ -+#define DySetAop(func) \ -+ DySet(func, dyaop->da_op, aufs_aop, h_aop, h_sb) -+#define DySetAopForce(func) \ -+ DySetForce(func, dyaop->da_op, aufs_aop) -+ -+static void dy_aop(struct au_dykey *key, const void *h_op, -+ struct super_block *h_sb __maybe_unused) -+{ -+ struct au_dyaop *dyaop = (void *)key; -+ const struct address_space_operations *h_aop = h_op; -+ DyDbgDeclare(cnt); -+ -+ AuDbg("%s\n", au_sbtype(h_sb)); -+ -+ DySetAop(writepage); -+ DySetAopForce(readpage); /* force */ -+ DySetAop(writepages); -+ DySetAop(set_page_dirty); -+ DySetAop(readpages); -+ DySetAop(write_begin); -+ DySetAop(write_end); -+ DySetAop(bmap); -+ DySetAop(invalidatepage); -+ DySetAop(releasepage); -+ DySetAop(freepage); -+ /* this one will be changed according to an aufs mount option */ -+ DySetAop(direct_IO); -+ DySetAop(migratepage); -+ DySetAop(isolate_page); -+ DySetAop(putback_page); -+ DySetAop(launder_page); -+ DySetAop(is_partially_uptodate); -+ DySetAop(is_dirty_writeback); -+ DySetAop(error_remove_page); -+ DySetAop(swap_activate); -+ DySetAop(swap_deactivate); -+ -+ DyDbgSize(cnt, *h_aop); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void dy_bug(struct kref *kref) -+{ -+ BUG(); -+} -+ -+static struct au_dykey *dy_get(struct au_dynop *op, struct au_branch *br) -+{ -+ struct au_dykey *key, *old; -+ struct hlist_bl_head *hbl; -+ struct op { -+ unsigned int sz; -+ void (*set)(struct au_dykey *key, const void *h_op, -+ struct super_block *h_sb __maybe_unused); -+ }; -+ static const struct op a[] = { -+ [AuDy_AOP] = { -+ .sz = sizeof(struct au_dyaop), -+ .set = dy_aop -+ } -+ }; -+ const struct op *p; -+ -+ hbl = dynop + op->dy_type; -+ key = dy_gfind_get(hbl, op->dy_hop); -+ if (key) -+ goto out_add; /* success */ -+ -+ p = a + op->dy_type; -+ key = kzalloc(p->sz, GFP_NOFS); -+ if (unlikely(!key)) { -+ key = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ key->dk_op.dy_hop = op->dy_hop; -+ kref_init(&key->dk_kref); -+ p->set(key, op->dy_hop, au_br_sb(br)); -+ old = dy_gadd(hbl, key); -+ if (old) { -+ kfree(key); -+ key = old; -+ } -+ -+out_add: -+ old = dy_bradd(br, key); -+ if (old) -+ /* its ref-count should never be zero here */ -+ kref_put(&key->dk_kref, dy_bug); -+out: -+ return key; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * Aufs prohibits O_DIRECT by default even if the branch supports it. -+ * This behaviour is necessary to return an error from open(O_DIRECT) instead -+ * of the succeeding I/O. The dio mount option enables O_DIRECT and makes -+ * open(O_DIRECT) always succeed, but the succeeding I/O may return an error. -+ * See the aufs manual in detail. -+ */ -+static void dy_adx(struct au_dyaop *dyaop, int do_dx) -+{ -+ if (!do_dx) -+ dyaop->da_op.direct_IO = NULL; -+ else -+ dyaop->da_op.direct_IO = aufs_aop.direct_IO; -+} -+ -+static struct au_dyaop *dy_aget(struct au_branch *br, -+ const struct address_space_operations *h_aop, -+ int do_dx) -+{ -+ struct au_dyaop *dyaop; -+ struct au_dynop op; -+ -+ op.dy_type = AuDy_AOP; -+ op.dy_haop = h_aop; -+ dyaop = (void *)dy_get(&op, br); -+ if (IS_ERR(dyaop)) -+ goto out; -+ dy_adx(dyaop, do_dx); -+ -+out: -+ return dyaop; -+} -+ -+int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode) -+{ -+ int err, do_dx; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_dyaop *dyaop; -+ -+ AuDebugOn(!S_ISREG(h_inode->i_mode)); -+ IiMustWriteLock(inode); -+ -+ sb = inode->i_sb; -+ br = au_sbr(sb, bindex); -+ do_dx = !!au_opt_test(au_mntflags(sb), DIO); -+ dyaop = dy_aget(br, h_inode->i_mapping->a_ops, do_dx); -+ err = PTR_ERR(dyaop); -+ if (IS_ERR(dyaop)) -+ /* unnecessary to call dy_fput() */ -+ goto out; -+ -+ err = 0; -+ inode->i_mapping->a_ops = &dyaop->da_op; -+ -+out: -+ return err; -+} -+ -+/* -+ * Is it safe to replace a_ops during the inode/file is in operation? -+ * Yes, I hope so. -+ */ -+int au_dy_irefresh(struct inode *inode) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct inode *h_inode; -+ -+ err = 0; -+ if (S_ISREG(inode->i_mode)) { -+ btop = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, btop); -+ err = au_dy_iaop(inode, btop, h_inode); -+ } -+ return err; -+} -+ -+void au_dy_arefresh(int do_dx) -+{ -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_dykey *key; -+ -+ hbl = dynop + AuDy_AOP; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(key, pos, hbl, dk_hnode) -+ dy_adx((void *)key, do_dx); -+ hlist_bl_unlock(hbl); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void __init au_dy_init(void) -+{ -+ int i; -+ -+ /* make sure that 'struct au_dykey *' can be any type */ -+ BUILD_BUG_ON(offsetof(struct au_dyaop, da_key)); -+ -+ for (i = 0; i < AuDyLast; i++) -+ INIT_HLIST_BL_HEAD(dynop + i); -+} -+ -+void au_dy_fin(void) -+{ -+ int i; -+ -+ for (i = 0; i < AuDyLast; i++) -+ WARN_ON(!hlist_bl_empty(dynop + i)); -+} -diff --git a/fs/aufs/dynop.h b/fs/aufs/dynop.h -new file mode 100644 -index 000000000000..4fdbe07983cf ---- /dev/null -+++ b/fs/aufs/dynop.h -@@ -0,0 +1,62 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2010-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * dynamically customizable operations (for regular files only) -+ */ -+ -+#ifndef __AUFS_DYNOP_H__ -+#define __AUFS_DYNOP_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+ -+enum {AuDy_AOP, AuDyLast}; -+ -+struct au_dynop { -+ int dy_type; -+ union { -+ const void *dy_hop; -+ const struct address_space_operations *dy_haop; -+ }; -+}; -+ -+struct au_dykey { -+ union { -+ struct hlist_bl_node dk_hnode; -+ struct rcu_head dk_rcu; -+ }; -+ struct au_dynop dk_op; -+ -+ /* -+ * during I am in the branch local array, kref is gotten. when the -+ * branch is removed, kref is put. -+ */ -+ struct kref dk_kref; -+}; -+ -+/* stop unioning since their sizes are very different from each other */ -+struct au_dyaop { -+ struct au_dykey da_key; -+ struct address_space_operations da_op; /* not const */ -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dynop.c */ -+struct au_branch; -+void au_dy_put(struct au_dykey *key); -+int au_dy_iaop(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode); -+int au_dy_irefresh(struct inode *inode); -+void au_dy_arefresh(int do_dio); -+ -+void __init au_dy_init(void); -+void au_dy_fin(void); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_DYNOP_H__ */ -diff --git a/fs/aufs/export.c b/fs/aufs/export.c -new file mode 100644 -index 000000000000..d5fb61a7a61f ---- /dev/null -+++ b/fs/aufs/export.c -@@ -0,0 +1,825 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * export via nfs -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+union conv { -+#ifdef CONFIG_AUFS_INO_T_64 -+ __u32 a[2]; -+#else -+ __u32 a[1]; -+#endif -+ ino_t ino; -+}; -+ -+static ino_t decode_ino(__u32 *a) -+{ -+ union conv u; -+ -+ BUILD_BUG_ON(sizeof(u.ino) != sizeof(u.a)); -+ u.a[0] = a[0]; -+#ifdef CONFIG_AUFS_INO_T_64 -+ u.a[1] = a[1]; -+#endif -+ return u.ino; -+} -+ -+static void encode_ino(__u32 *a, ino_t ino) -+{ -+ union conv u; -+ -+ u.ino = ino; -+ a[0] = u.a[0]; -+#ifdef CONFIG_AUFS_INO_T_64 -+ a[1] = u.a[1]; -+#endif -+} -+ -+/* NFS file handle */ -+enum { -+ Fh_br_id, -+ Fh_sigen, -+#ifdef CONFIG_AUFS_INO_T_64 -+ /* support 64bit inode number */ -+ Fh_ino1, -+ Fh_ino2, -+ Fh_dir_ino1, -+ Fh_dir_ino2, -+#else -+ Fh_ino1, -+ Fh_dir_ino1, -+#endif -+ Fh_igen, -+ Fh_h_type, -+ Fh_tail, -+ -+ Fh_ino = Fh_ino1, -+ Fh_dir_ino = Fh_dir_ino1 -+}; -+ -+static int au_test_anon(struct dentry *dentry) -+{ -+ /* note: read d_flags without d_lock */ -+ return !!(dentry->d_flags & DCACHE_DISCONNECTED); -+} -+ -+int au_test_nfsd(void) -+{ -+ int ret; -+ struct task_struct *tsk = current; -+ char comm[sizeof(tsk->comm)]; -+ -+ ret = 0; -+ if (tsk->flags & PF_KTHREAD) { -+ get_task_comm(comm, tsk); -+ ret = !strcmp(comm, "nfsd"); -+ } -+ -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* inode generation external table */ -+ -+void au_xigen_inc(struct inode *inode) -+{ -+ loff_t pos; -+ ssize_t sz; -+ __u32 igen; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ sb = inode->i_sb; -+ AuDebugOn(!au_opt_test(au_mntflags(sb), XINO)); -+ -+ sbinfo = au_sbi(sb); -+ pos = inode->i_ino; -+ pos *= sizeof(igen); -+ igen = inode->i_generation + 1; -+ sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xigen, &igen, -+ sizeof(igen), &pos); -+ if (sz == sizeof(igen)) -+ return; /* success */ -+ -+ if (unlikely(sz >= 0)) -+ AuIOErr("xigen error (%zd)\n", sz); -+} -+ -+int au_xigen_new(struct inode *inode) -+{ -+ int err; -+ loff_t pos; -+ ssize_t sz; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ err = 0; -+ /* todo: dirty, at mount time */ -+ if (inode->i_ino == AUFS_ROOT_INO) -+ goto out; -+ sb = inode->i_sb; -+ SiMustAnyLock(sb); -+ if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) -+ goto out; -+ -+ err = -EFBIG; -+ pos = inode->i_ino; -+ if (unlikely(au_loff_max / sizeof(inode->i_generation) - 1 < pos)) { -+ AuIOErr1("too large i%lld\n", pos); -+ goto out; -+ } -+ pos *= sizeof(inode->i_generation); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ file = sbinfo->si_xigen; -+ BUG_ON(!file); -+ -+ if (vfsub_f_size_read(file) -+ < pos + sizeof(inode->i_generation)) { -+ inode->i_generation = atomic_inc_return(&sbinfo->si_xigen_next); -+ sz = xino_fwrite(sbinfo->si_xwrite, file, &inode->i_generation, -+ sizeof(inode->i_generation), &pos); -+ } else -+ sz = xino_fread(sbinfo->si_xread, file, &inode->i_generation, -+ sizeof(inode->i_generation), &pos); -+ if (sz == sizeof(inode->i_generation)) -+ goto out; /* success */ -+ -+ err = sz; -+ if (unlikely(sz >= 0)) { -+ err = -EIO; -+ AuIOErr("xigen error (%zd)\n", sz); -+ } -+ -+out: -+ return err; -+} -+ -+int au_xigen_set(struct super_block *sb, struct path *path) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ file = au_xino_create2(sb, path, sbinfo->si_xigen); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ err = 0; -+ if (sbinfo->si_xigen) -+ fput(sbinfo->si_xigen); -+ sbinfo->si_xigen = file; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_xigen_clr(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ if (sbinfo->si_xigen) { -+ fput(sbinfo->si_xigen); -+ sbinfo->si_xigen = NULL; -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *decode_by_ino(struct super_block *sb, ino_t ino, -+ ino_t dir_ino) -+{ -+ struct dentry *dentry, *d; -+ struct inode *inode; -+ unsigned int sigen; -+ -+ dentry = NULL; -+ inode = ilookup(sb, ino); -+ if (!inode) -+ goto out; -+ -+ dentry = ERR_PTR(-ESTALE); -+ sigen = au_sigen(sb); -+ if (unlikely(au_is_bad_inode(inode) -+ || IS_DEADDIR(inode) -+ || sigen != au_iigen(inode, NULL))) -+ goto out_iput; -+ -+ dentry = NULL; -+ if (!dir_ino || S_ISDIR(inode->i_mode)) -+ dentry = d_find_alias(inode); -+ else { -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { -+ spin_lock(&d->d_lock); -+ if (!au_test_anon(d) -+ && d_inode(d->d_parent)->i_ino == dir_ino) { -+ dentry = dget_dlock(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ spin_unlock(&d->d_lock); -+ } -+ spin_unlock(&inode->i_lock); -+ } -+ if (unlikely(dentry && au_digen_test(dentry, sigen))) { -+ /* need to refresh */ -+ dput(dentry); -+ dentry = NULL; -+ } -+ -+out_iput: -+ iput(inode); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: dirty? */ -+/* if exportfs_decode_fh() passed vfsmount*, we could be happy */ -+ -+struct au_compare_mnt_args { -+ /* input */ -+ struct super_block *sb; -+ -+ /* output */ -+ struct vfsmount *mnt; -+}; -+ -+static int au_compare_mnt(struct vfsmount *mnt, void *arg) -+{ -+ struct au_compare_mnt_args *a = arg; -+ -+ if (mnt->mnt_sb != a->sb) -+ return 0; -+ a->mnt = mntget(mnt); -+ return 1; -+} -+ -+static struct vfsmount *au_mnt_get(struct super_block *sb) -+{ -+ int err; -+ struct path root; -+ struct au_compare_mnt_args args = { -+ .sb = sb -+ }; -+ -+ get_fs_root(current->fs, &root); -+ rcu_read_lock(); -+ err = iterate_mounts(au_compare_mnt, &args, root.mnt); -+ rcu_read_unlock(); -+ path_put(&root); -+ AuDebugOn(!err); -+ AuDebugOn(!args.mnt); -+ return args.mnt; -+} -+ -+struct au_nfsd_si_lock { -+ unsigned int sigen; -+ aufs_bindex_t bindex, br_id; -+ unsigned char force_lock; -+}; -+ -+static int si_nfsd_read_lock(struct super_block *sb, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ -+ si_read_lock(sb, AuLock_FLUSH); -+ -+ /* branch id may be wrapped around */ -+ err = 0; -+ bindex = au_br_index(sb, nsi_lock->br_id); -+ if (bindex >= 0 && nsi_lock->sigen + AUFS_BRANCH_MAX > au_sigen(sb)) -+ goto out; /* success */ -+ -+ err = -ESTALE; -+ bindex = -1; -+ if (!nsi_lock->force_lock) -+ si_read_unlock(sb); -+ -+out: -+ nsi_lock->bindex = bindex; -+ return err; -+} -+ -+struct find_name_by_ino { -+ struct dir_context ctx; -+ int called, found; -+ ino_t ino; -+ char *name; -+ int namelen; -+}; -+ -+static int -+find_name_by_ino(struct dir_context *ctx, const char *name, int namelen, -+ loff_t offset, u64 ino, unsigned int d_type) -+{ -+ struct find_name_by_ino *a = container_of(ctx, struct find_name_by_ino, -+ ctx); -+ -+ a->called++; -+ if (a->ino != ino) -+ return 0; -+ -+ memcpy(a->name, name, namelen); -+ a->namelen = namelen; -+ a->found = 1; -+ return 1; -+} -+ -+static struct dentry *au_lkup_by_ino(struct path *path, ino_t ino, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry, *parent; -+ struct file *file; -+ struct inode *dir; -+ struct find_name_by_ino arg = { -+ .ctx = { -+ .actor = find_name_by_ino -+ } -+ }; -+ int err; -+ -+ parent = path->dentry; -+ if (nsi_lock) -+ si_read_unlock(parent->d_sb); -+ file = vfsub_dentry_open(path, au_dir_roflags); -+ dentry = (void *)file; -+ if (IS_ERR(file)) -+ goto out; -+ -+ dentry = ERR_PTR(-ENOMEM); -+ arg.name = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!arg.name)) -+ goto out_file; -+ arg.ino = ino; -+ arg.found = 0; -+ do { -+ arg.called = 0; -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(file, &arg.ctx); -+ } while (!err && !arg.found && arg.called); -+ dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_name; -+ /* instead of ENOENT */ -+ dentry = ERR_PTR(-ESTALE); -+ if (!arg.found) -+ goto out_name; -+ -+ /* do not call vfsub_lkup_one() */ -+ dir = d_inode(parent); -+ dentry = vfsub_lookup_one_len_unlocked(arg.name, parent, arg.namelen); -+ AuTraceErrPtr(dentry); -+ if (IS_ERR(dentry)) -+ goto out_name; -+ AuDebugOn(au_test_anon(dentry)); -+ if (unlikely(d_really_is_negative(dentry))) { -+ dput(dentry); -+ dentry = ERR_PTR(-ENOENT); -+ } -+ -+out_name: -+ free_page((unsigned long)arg.name); -+out_file: -+ fput(file); -+out: -+ if (unlikely(nsi_lock -+ && si_nfsd_read_lock(parent->d_sb, nsi_lock) < 0)) -+ if (!IS_ERR(dentry)) { -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+ } -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+static struct dentry *decode_by_dir_ino(struct super_block *sb, ino_t ino, -+ ino_t dir_ino, -+ struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry; -+ struct path path; -+ -+ if (dir_ino != AUFS_ROOT_INO) { -+ path.dentry = decode_by_ino(sb, dir_ino, 0); -+ dentry = path.dentry; -+ if (!path.dentry || IS_ERR(path.dentry)) -+ goto out; -+ AuDebugOn(au_test_anon(path.dentry)); -+ } else -+ path.dentry = dget(sb->s_root); -+ -+ path.mnt = au_mnt_get(sb); -+ dentry = au_lkup_by_ino(&path, ino, nsi_lock); -+ path_put(&path); -+ -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int h_acceptable(void *expv, struct dentry *dentry) -+{ -+ return 1; -+} -+ -+static char *au_build_path(struct dentry *h_parent, struct path *h_rootpath, -+ char *buf, int len, struct super_block *sb) -+{ -+ char *p; -+ int n; -+ struct path path; -+ -+ p = d_path(h_rootpath, buf, len); -+ if (IS_ERR(p)) -+ goto out; -+ n = strlen(p); -+ -+ path.mnt = h_rootpath->mnt; -+ path.dentry = h_parent; -+ p = d_path(&path, buf, len); -+ if (IS_ERR(p)) -+ goto out; -+ if (n != 1) -+ p += n; -+ -+ path.mnt = au_mnt_get(sb); -+ path.dentry = sb->s_root; -+ p = d_path(&path, buf, len - strlen(p)); -+ mntput(path.mnt); -+ if (IS_ERR(p)) -+ goto out; -+ if (n != 1) -+ p[strlen(p)] = '/'; -+ -+out: -+ AuTraceErrPtr(p); -+ return p; -+} -+ -+static -+struct dentry *decode_by_path(struct super_block *sb, ino_t ino, __u32 *fh, -+ int fh_len, struct au_nfsd_si_lock *nsi_lock) -+{ -+ struct dentry *dentry, *h_parent, *root; -+ struct super_block *h_sb; -+ char *pathname, *p; -+ struct vfsmount *h_mnt; -+ struct au_branch *br; -+ int err; -+ struct path path; -+ -+ br = au_sbr(sb, nsi_lock->bindex); -+ h_mnt = au_br_mnt(br); -+ h_sb = h_mnt->mnt_sb; -+ /* todo: call lower fh_to_dentry()? fh_to_parent()? */ -+ lockdep_off(); -+ h_parent = exportfs_decode_fh(h_mnt, (void *)(fh + Fh_tail), -+ fh_len - Fh_tail, fh[Fh_h_type], -+ h_acceptable, /*context*/NULL); -+ lockdep_on(); -+ dentry = h_parent; -+ if (unlikely(!h_parent || IS_ERR(h_parent))) { -+ AuWarn1("%s decode_fh failed, %ld\n", -+ au_sbtype(h_sb), PTR_ERR(h_parent)); -+ goto out; -+ } -+ dentry = NULL; -+ if (unlikely(au_test_anon(h_parent))) { -+ AuWarn1("%s decode_fh returned a disconnected dentry\n", -+ au_sbtype(h_sb)); -+ goto out_h_parent; -+ } -+ -+ dentry = ERR_PTR(-ENOMEM); -+ pathname = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!pathname)) -+ goto out_h_parent; -+ -+ root = sb->s_root; -+ path.mnt = h_mnt; -+ di_read_lock_parent(root, !AuLock_IR); -+ path.dentry = au_h_dptr(root, nsi_lock->bindex); -+ di_read_unlock(root, !AuLock_IR); -+ p = au_build_path(h_parent, &path, pathname, PAGE_SIZE, sb); -+ dentry = (void *)p; -+ if (IS_ERR(p)) -+ goto out_pathname; -+ -+ si_read_unlock(sb); -+ err = vfsub_kern_path(p, LOOKUP_FOLLOW | LOOKUP_DIRECTORY, &path); -+ dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_relock; -+ -+ dentry = ERR_PTR(-ENOENT); -+ AuDebugOn(au_test_anon(path.dentry)); -+ if (unlikely(d_really_is_negative(path.dentry))) -+ goto out_path; -+ -+ if (ino != d_inode(path.dentry)->i_ino) -+ dentry = au_lkup_by_ino(&path, ino, /*nsi_lock*/NULL); -+ else -+ dentry = dget(path.dentry); -+ -+out_path: -+ path_put(&path); -+out_relock: -+ if (unlikely(si_nfsd_read_lock(sb, nsi_lock) < 0)) -+ if (!IS_ERR(dentry)) { -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+ } -+out_pathname: -+ free_page((unsigned long)pathname); -+out_h_parent: -+ dput(h_parent); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry * -+aufs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, -+ int fh_type) -+{ -+ struct dentry *dentry; -+ __u32 *fh = fid->raw; -+ struct au_branch *br; -+ ino_t ino, dir_ino; -+ struct au_nfsd_si_lock nsi_lock = { -+ .force_lock = 0 -+ }; -+ -+ dentry = ERR_PTR(-ESTALE); -+ /* it should never happen, but the file handle is unreliable */ -+ if (unlikely(fh_len < Fh_tail)) -+ goto out; -+ nsi_lock.sigen = fh[Fh_sigen]; -+ nsi_lock.br_id = fh[Fh_br_id]; -+ -+ /* branch id may be wrapped around */ -+ br = NULL; -+ if (unlikely(si_nfsd_read_lock(sb, &nsi_lock))) -+ goto out; -+ nsi_lock.force_lock = 1; -+ -+ /* is this inode still cached? */ -+ ino = decode_ino(fh + Fh_ino); -+ /* it should never happen */ -+ if (unlikely(ino == AUFS_ROOT_INO)) -+ goto out_unlock; -+ -+ dir_ino = decode_ino(fh + Fh_dir_ino); -+ dentry = decode_by_ino(sb, ino, dir_ino); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (dentry) -+ goto accept; -+ -+ /* is the parent dir cached? */ -+ br = au_sbr(sb, nsi_lock.bindex); -+ au_lcnt_inc(&br->br_nfiles); -+ dentry = decode_by_dir_ino(sb, ino, dir_ino, &nsi_lock); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (dentry) -+ goto accept; -+ -+ /* lookup path */ -+ dentry = decode_by_path(sb, ino, fh, fh_len, &nsi_lock); -+ if (IS_ERR(dentry)) -+ goto out_unlock; -+ if (unlikely(!dentry)) -+ /* todo?: make it ESTALE */ -+ goto out_unlock; -+ -+accept: -+ if (!au_digen_test(dentry, au_sigen(sb)) -+ && d_inode(dentry)->i_generation == fh[Fh_igen]) -+ goto out_unlock; /* success */ -+ -+ dput(dentry); -+ dentry = ERR_PTR(-ESTALE); -+out_unlock: -+ if (br) -+ au_lcnt_dec(&br->br_nfiles); -+ si_read_unlock(sb); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+#if 0 /* reserved for future use */ -+/* support subtreecheck option */ -+static struct dentry *aufs_fh_to_parent(struct super_block *sb, struct fid *fid, -+ int fh_len, int fh_type) -+{ -+ struct dentry *parent; -+ __u32 *fh = fid->raw; -+ ino_t dir_ino; -+ -+ dir_ino = decode_ino(fh + Fh_dir_ino); -+ parent = decode_by_ino(sb, dir_ino, 0); -+ if (IS_ERR(parent)) -+ goto out; -+ if (!parent) -+ parent = decode_by_path(sb, au_br_index(sb, fh[Fh_br_id]), -+ dir_ino, fh, fh_len); -+ -+out: -+ AuTraceErrPtr(parent); -+ return parent; -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_encode_fh(struct inode *inode, __u32 *fh, int *max_len, -+ struct inode *dir) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb, *h_sb; -+ struct dentry *dentry, *parent, *h_parent; -+ struct inode *h_dir; -+ struct au_branch *br; -+ -+ err = -ENOSPC; -+ if (unlikely(*max_len <= Fh_tail)) { -+ AuWarn1("NFSv2 client (max_len %d)?\n", *max_len); -+ goto out; -+ } -+ -+ err = FILEID_ROOT; -+ if (inode->i_ino == AUFS_ROOT_INO) { -+ AuDebugOn(inode->i_ino != AUFS_ROOT_INO); -+ goto out; -+ } -+ -+ h_parent = NULL; -+ sb = inode->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH); -+ if (unlikely(err)) -+ goto out; -+ -+#ifdef CONFIG_AUFS_DEBUG -+ if (unlikely(!au_opt_test(au_mntflags(sb), XINO))) -+ AuWarn1("NFS-exporting requires xino\n"); -+#endif -+ err = -EIO; -+ parent = NULL; -+ ii_read_lock_child(inode); -+ bindex = au_ibtop(inode); -+ if (!dir) { -+ dentry = d_find_any_alias(inode); -+ if (unlikely(!dentry)) -+ goto out_unlock; -+ AuDebugOn(au_test_anon(dentry)); -+ parent = dget_parent(dentry); -+ dput(dentry); -+ if (unlikely(!parent)) -+ goto out_unlock; -+ if (d_really_is_positive(parent)) -+ dir = d_inode(parent); -+ } -+ -+ ii_read_lock_parent(dir); -+ h_dir = au_h_iptr(dir, bindex); -+ ii_read_unlock(dir); -+ if (unlikely(!h_dir)) -+ goto out_parent; -+ h_parent = d_find_any_alias(h_dir); -+ if (unlikely(!h_parent)) -+ goto out_hparent; -+ -+ err = -EPERM; -+ br = au_sbr(sb, bindex); -+ h_sb = au_br_sb(br); -+ if (unlikely(!h_sb->s_export_op)) { -+ AuErr1("%s branch is not exportable\n", au_sbtype(h_sb)); -+ goto out_hparent; -+ } -+ -+ fh[Fh_br_id] = br->br_id; -+ fh[Fh_sigen] = au_sigen(sb); -+ encode_ino(fh + Fh_ino, inode->i_ino); -+ encode_ino(fh + Fh_dir_ino, dir->i_ino); -+ fh[Fh_igen] = inode->i_generation; -+ -+ *max_len -= Fh_tail; -+ fh[Fh_h_type] = exportfs_encode_fh(h_parent, (void *)(fh + Fh_tail), -+ max_len, -+ /*connectable or subtreecheck*/0); -+ err = fh[Fh_h_type]; -+ *max_len += Fh_tail; -+ /* todo: macros? */ -+ if (err != FILEID_INVALID) -+ err = 99; -+ else -+ AuWarn1("%s encode_fh failed\n", au_sbtype(h_sb)); -+ -+out_hparent: -+ dput(h_parent); -+out_parent: -+ dput(parent); -+out_unlock: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+out: -+ if (unlikely(err < 0)) -+ err = FILEID_INVALID; -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_commit_metadata(struct inode *inode) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct inode *h_inode; -+ int (*f)(struct inode *inode); -+ -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ ii_write_lock_child(inode); -+ bindex = au_ibtop(inode); -+ AuDebugOn(bindex < 0); -+ h_inode = au_h_iptr(inode, bindex); -+ -+ f = h_inode->i_sb->s_export_op->commit_metadata; -+ if (f) -+ err = f(h_inode); -+ else { -+ struct writeback_control wbc = { -+ .sync_mode = WB_SYNC_ALL, -+ .nr_to_write = 0 /* metadata only */ -+ }; -+ -+ err = sync_inode(h_inode, &wbc); -+ } -+ -+ au_cpup_attr_timesizes(inode); -+ ii_write_unlock(inode); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct export_operations aufs_export_op = { -+ .fh_to_dentry = aufs_fh_to_dentry, -+ /* .fh_to_parent = aufs_fh_to_parent, */ -+ .encode_fh = aufs_encode_fh, -+ .commit_metadata = aufs_commit_metadata -+}; -+ -+void au_export_init(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ __u32 u; -+ -+ BUILD_BUG_ON_MSG(IS_BUILTIN(CONFIG_AUFS_FS) -+ && IS_MODULE(CONFIG_EXPORTFS), -+ AUFS_NAME ": unsupported configuration " -+ "CONFIG_EXPORTFS=m and CONFIG_AUFS_FS=y"); -+ -+ sb->s_export_op = &aufs_export_op; -+ sbinfo = au_sbi(sb); -+ sbinfo->si_xigen = NULL; -+ get_random_bytes(&u, sizeof(u)); -+ BUILD_BUG_ON(sizeof(u) != sizeof(int)); -+ atomic_set(&sbinfo->si_xigen_next, u); -+} -diff --git a/fs/aufs/f_op.c b/fs/aufs/f_op.c -new file mode 100644 -index 000000000000..5fda8c253d28 ---- /dev/null -+++ b/fs/aufs/f_op.c -@@ -0,0 +1,806 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * file and vm operations -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+int au_do_open_nondir(struct file *file, int flags, struct file *h_file) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct dentry *dentry, *h_dentry; -+ struct au_finfo *finfo; -+ struct inode *h_inode; -+ -+ FiMustWriteLock(file); -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ AuDebugOn(IS_ERR_OR_NULL(dentry)); -+ finfo = au_fi(file); -+ memset(&finfo->fi_htop, 0, sizeof(finfo->fi_htop)); -+ atomic_set(&finfo->fi_mmapped, 0); -+ bindex = au_dbtop(dentry); -+ if (!h_file) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ err = vfsub_test_mntns(file->f_path.mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ goto out; -+ h_file = au_h_open(dentry, bindex, flags, file, /*force_wr*/0); -+ if (IS_ERR(h_file)) { -+ err = PTR_ERR(h_file); -+ goto out; -+ } -+ } else { -+ h_dentry = h_file->f_path.dentry; -+ err = vfsub_test_mntns(file->f_path.mnt, h_dentry->d_sb); -+ if (unlikely(err)) -+ goto out; -+ /* br ref is already inc-ed */ -+ } -+ -+ if ((flags & __O_TMPFILE) -+ && !(flags & O_EXCL)) { -+ h_inode = file_inode(h_file); -+ spin_lock(&h_inode->i_lock); -+ h_inode->i_state |= I_LINKABLE; -+ spin_unlock(&h_inode->i_lock); -+ } -+ au_set_fbtop(file, bindex); -+ au_set_h_fptr(file, bindex, h_file); -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ -+out: -+ return err; -+} -+ -+static int aufs_open_nondir(struct inode *inode __maybe_unused, -+ struct file *file) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_do_open_args args = { -+ .open = au_do_open_nondir -+ }; -+ -+ AuDbg("%pD, f_flags 0x%x, f_mode 0x%x\n", -+ file, vfsub_file_flags(file), file->f_mode); -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ err = au_do_open(file, &args); -+ si_read_unlock(sb); -+ return err; -+} -+ -+int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file) -+{ -+ struct au_finfo *finfo; -+ aufs_bindex_t bindex; -+ -+ finfo = au_fi(file); -+ au_hbl_del(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ bindex = finfo->fi_btop; -+ if (bindex >= 0) -+ au_set_h_fptr(file, bindex, NULL); -+ -+ au_finfo_fin(file); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_do_flush_nondir(struct file *file, fl_owner_t id) -+{ -+ int err; -+ struct file *h_file; -+ -+ err = 0; -+ h_file = au_hf_top(file); -+ if (h_file) -+ err = vfsub_flush(h_file, id); -+ return err; -+} -+ -+static int aufs_flush_nondir(struct file *file, fl_owner_t id) -+{ -+ return au_do_flush(file, id, au_do_flush_nondir); -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * read and write functions acquire [fdi]_rwsem once, but release before -+ * mmap_sem. This is because to stop a race condition between mmap(2). -+ * Releasing these aufs-rwsem should be safe, no branch-management (by keeping -+ * si_rwsem), no harmful copy-up should happen. Actually copy-up may happen in -+ * read functions after [fdi]_rwsem are released, but it should be harmless. -+ */ -+ -+/* Callers should call au_read_post() or fput() in the end */ -+struct file *au_read_pre(struct file *file, int keep_fi, unsigned int lsc) -+{ -+ struct file *h_file; -+ int err; -+ -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/0, lsc); -+ if (!err) { -+ di_read_unlock(file->f_path.dentry, AuLock_IR); -+ h_file = au_hf_top(file); -+ get_file(h_file); -+ if (!keep_fi) -+ fi_read_unlock(file); -+ } else -+ h_file = ERR_PTR(err); -+ -+ return h_file; -+} -+ -+static void au_read_post(struct inode *inode, struct file *h_file) -+{ -+ /* update without lock, I don't think it a problem */ -+ fsstack_copy_attr_atime(inode, file_inode(h_file)); -+ fput(h_file); -+} -+ -+struct au_write_pre { -+ /* input */ -+ unsigned int lsc; -+ -+ /* output */ -+ blkcnt_t blks; -+ aufs_bindex_t btop; -+}; -+ -+/* -+ * return with iinfo is write-locked -+ * callers should call au_write_post() or iinfo_write_unlock() + fput() in the -+ * end -+ */ -+static struct file *au_write_pre(struct file *file, int do_ready, -+ struct au_write_pre *wpre) -+{ -+ struct file *h_file; -+ struct dentry *dentry; -+ int err; -+ unsigned int lsc; -+ struct au_pin pin; -+ -+ lsc = 0; -+ if (wpre) -+ lsc = wpre->lsc; -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1, lsc); -+ h_file = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ if (do_ready) { -+ err = au_ready_to_write(file, -1, &pin); -+ if (unlikely(err)) { -+ h_file = ERR_PTR(err); -+ di_write_unlock(dentry); -+ goto out_fi; -+ } -+ } -+ -+ di_downgrade_lock(dentry, /*flags*/0); -+ if (wpre) -+ wpre->btop = au_fbtop(file); -+ h_file = au_hf_top(file); -+ get_file(h_file); -+ if (wpre) -+ wpre->blks = file_inode(h_file)->i_blocks; -+ if (do_ready) -+ au_unpin(&pin); -+ di_read_unlock(dentry, /*flags*/0); -+ -+out_fi: -+ fi_write_unlock(file); -+out: -+ return h_file; -+} -+ -+static void au_write_post(struct inode *inode, struct file *h_file, -+ struct au_write_pre *wpre, ssize_t written) -+{ -+ struct inode *h_inode; -+ -+ au_cpup_attr_timesizes(inode); -+ AuDebugOn(au_ibtop(inode) != wpre->btop); -+ h_inode = file_inode(h_file); -+ inode->i_mode = h_inode->i_mode; -+ ii_write_unlock(inode); -+ /* AuDbg("blks %llu, %llu\n", (u64)blks, (u64)h_inode->i_blocks); */ -+ if (written > 0) -+ au_fhsm_wrote(inode->i_sb, wpre->btop, -+ /*force*/h_inode->i_blocks > wpre->blks); -+ fput(h_file); -+} -+ -+static ssize_t aufs_read(struct file *file, char __user *buf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ struct inode *inode; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ /* filedata may be obsoleted by concurrent copyup, but no problem */ -+ err = vfsub_read_u(h_file, buf, count, ppos); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* -+ * todo: very ugly -+ * it locks both of i_mutex and si_rwsem for read in safe. -+ * if the plink maintenance mode continues forever (that is the problem), -+ * may loop forever. -+ */ -+static void au_mtx_and_read_lock(struct inode *inode) -+{ -+ int err; -+ struct super_block *sb = inode->i_sb; -+ -+ while (1) { -+ inode_lock(inode); -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (!err) -+ break; -+ inode_unlock(inode); -+ si_read_lock(sb, AuLock_NOPLMW); -+ si_read_unlock(sb); -+ } -+} -+ -+static ssize_t aufs_write(struct file *file, const char __user *ubuf, -+ size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ char __user *buf = (char __user *)ubuf; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_write_u(h_file, buf, count, ppos); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t au_do_iter(struct file *h_file, int rw, struct kiocb *kio, -+ struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct file *file; -+ ssize_t (*iter)(struct kiocb *, struct iov_iter *); -+ -+ err = security_file_permission(h_file, rw); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOSYS; -+ iter = NULL; -+ if (rw == MAY_READ) -+ iter = h_file->f_op->read_iter; -+ else if (rw == MAY_WRITE) -+ iter = h_file->f_op->write_iter; -+ -+ file = kio->ki_filp; -+ kio->ki_filp = h_file; -+ if (iter) { -+ lockdep_off(); -+ err = iter(kio, iov_iter); -+ lockdep_on(); -+ } else -+ /* currently there is no such fs */ -+ WARN_ON_ONCE(1); -+ kio->ki_filp = file; -+ -+out: -+ return err; -+} -+ -+static ssize_t aufs_read_iter(struct kiocb *kio, struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct file *file, *h_file; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ file = kio->ki_filp; -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/1, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ if (au_test_loopback_kthread()) { -+ au_warn_loopback(h_file->f_path.dentry->d_sb); -+ if (file->f_mapping != h_file->f_mapping) { -+ file->f_mapping = h_file->f_mapping; -+ smp_mb(); /* unnecessary? */ -+ } -+ } -+ fi_read_unlock(file); -+ -+ err = au_do_iter(h_file, MAY_READ, kio, iov_iter); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static ssize_t aufs_write_iter(struct kiocb *kio, struct iov_iter *iov_iter) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *file, *h_file; -+ -+ file = kio->ki_filp; -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = au_do_iter(h_file, MAY_WRITE, kio, iov_iter); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t aufs_splice_read(struct file *file, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) -+{ -+ ssize_t err; -+ struct file *h_file; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_splice_to(h_file, ppos, pipe, len, flags); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ au_read_post(inode, h_file); -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static ssize_t -+aufs_splice_write(struct pipe_inode_info *pipe, struct file *file, loff_t *ppos, -+ size_t len, unsigned int flags) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = vfsub_splice_from(pipe, h_file, ppos, len, flags); -+ au_write_post(inode, h_file, &wpre, err); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static long aufs_fallocate(struct file *file, int mode, loff_t offset, -+ loff_t len) -+{ -+ long err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_fallocate(h_file, mode, offset, len); -+ lockdep_on(); -+ au_write_post(inode, h_file, &wpre, /*written*/1); -+ -+out: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+ return err; -+} -+ -+static ssize_t aufs_copy_file_range(struct file *src, loff_t src_pos, -+ struct file *dst, loff_t dst_pos, -+ size_t len, unsigned int flags) -+{ -+ ssize_t err; -+ struct au_write_pre wpre; -+ enum { SRC, DST }; -+ struct { -+ struct inode *inode; -+ struct file *h_file; -+ struct super_block *h_sb; -+ } a[2]; -+#define a_src a[SRC] -+#define a_dst a[DST] -+ -+ err = -EINVAL; -+ a_src.inode = file_inode(src); -+ if (unlikely(!S_ISREG(a_src.inode->i_mode))) -+ goto out; -+ a_dst.inode = file_inode(dst); -+ if (unlikely(!S_ISREG(a_dst.inode->i_mode))) -+ goto out; -+ -+ au_mtx_and_read_lock(a_dst.inode); -+ /* -+ * in order to match the order in di_write_lock2_{child,parent}(), -+ * use f_path.dentry for this comparison. -+ */ -+ if (src->f_path.dentry < dst->f_path.dentry) { -+ a_src.h_file = au_read_pre(src, /*keep_fi*/1, AuLsc_FI_1); -+ err = PTR_ERR(a_src.h_file); -+ if (IS_ERR(a_src.h_file)) -+ goto out_si; -+ -+ wpre.lsc = AuLsc_FI_2; -+ a_dst.h_file = au_write_pre(dst, /*do_ready*/1, &wpre); -+ err = PTR_ERR(a_dst.h_file); -+ if (IS_ERR(a_dst.h_file)) { -+ au_read_post(a_src.inode, a_src.h_file); -+ goto out_si; -+ } -+ } else { -+ wpre.lsc = AuLsc_FI_1; -+ a_dst.h_file = au_write_pre(dst, /*do_ready*/1, &wpre); -+ err = PTR_ERR(a_dst.h_file); -+ if (IS_ERR(a_dst.h_file)) -+ goto out_si; -+ -+ a_src.h_file = au_read_pre(src, /*keep_fi*/1, AuLsc_FI_2); -+ err = PTR_ERR(a_src.h_file); -+ if (IS_ERR(a_src.h_file)) { -+ au_write_post(a_dst.inode, a_dst.h_file, &wpre, -+ /*written*/0); -+ goto out_si; -+ } -+ } -+ -+ err = -EXDEV; -+ a_src.h_sb = file_inode(a_src.h_file)->i_sb; -+ a_dst.h_sb = file_inode(a_dst.h_file)->i_sb; -+ if (unlikely(a_src.h_sb != a_dst.h_sb)) { -+ AuDbgFile(src); -+ AuDbgFile(dst); -+ goto out_file; -+ } -+ -+ err = vfsub_copy_file_range(a_src.h_file, src_pos, a_dst.h_file, -+ dst_pos, len, flags); -+ -+out_file: -+ au_write_post(a_dst.inode, a_dst.h_file, &wpre, err); -+ fi_read_unlock(src); -+ au_read_post(a_src.inode, a_src.h_file); -+out_si: -+ si_read_unlock(a_dst.inode->i_sb); -+ inode_unlock(a_dst.inode); -+out: -+ return err; -+#undef a_src -+#undef a_dst -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * The locking order around current->mmap_sem. -+ * - in most and regular cases -+ * file I/O syscall -- aufs_read() or something -+ * -- si_rwsem for read -- mmap_sem -+ * (Note that [fdi]i_rwsem are released before mmap_sem). -+ * - in mmap case -+ * mmap(2) -- mmap_sem -- aufs_mmap() -- si_rwsem for read -- [fdi]i_rwsem -+ * This AB-BA order is definitely bad, but is not a problem since "si_rwsem for -+ * read" allows multiple processes to acquire it and [fdi]i_rwsem are not held -+ * in file I/O. Aufs needs to stop lockdep in aufs_mmap() though. -+ * It means that when aufs acquires si_rwsem for write, the process should never -+ * acquire mmap_sem. -+ * -+ * Actually aufs_iterate() holds [fdi]i_rwsem before mmap_sem, but this is not a -+ * problem either since any directory is not able to be mmap-ed. -+ * The similar scenario is applied to aufs_readlink() too. -+ */ -+ -+#if 0 /* stop calling security_file_mmap() */ -+/* cf. linux/include/linux/mman.h: calc_vm_prot_bits() */ -+#define AuConv_VM_PROT(f, b) _calc_vm_trans(f, VM_##b, PROT_##b) -+ -+static unsigned long au_arch_prot_conv(unsigned long flags) -+{ -+ /* currently ppc64 only */ -+#ifdef CONFIG_PPC64 -+ /* cf. linux/arch/powerpc/include/asm/mman.h */ -+ AuDebugOn(arch_calc_vm_prot_bits(-1) != VM_SAO); -+ return AuConv_VM_PROT(flags, SAO); -+#else -+ AuDebugOn(arch_calc_vm_prot_bits(-1)); -+ return 0; -+#endif -+} -+ -+static unsigned long au_prot_conv(unsigned long flags) -+{ -+ return AuConv_VM_PROT(flags, READ) -+ | AuConv_VM_PROT(flags, WRITE) -+ | AuConv_VM_PROT(flags, EXEC) -+ | au_arch_prot_conv(flags); -+} -+ -+/* cf. linux/include/linux/mman.h: calc_vm_flag_bits() */ -+#define AuConv_VM_MAP(f, b) _calc_vm_trans(f, VM_##b, MAP_##b) -+ -+static unsigned long au_flag_conv(unsigned long flags) -+{ -+ return AuConv_VM_MAP(flags, GROWSDOWN) -+ | AuConv_VM_MAP(flags, DENYWRITE) -+ | AuConv_VM_MAP(flags, LOCKED); -+} -+#endif -+ -+static int aufs_mmap(struct file *file, struct vm_area_struct *vma) -+{ -+ int err; -+ const unsigned char wlock -+ = (file->f_mode & FMODE_WRITE) && (vma->vm_flags & VM_SHARED); -+ struct super_block *sb; -+ struct file *h_file; -+ struct inode *inode; -+ -+ AuDbgVmRegion(file, vma); -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ lockdep_off(); -+ si_read_lock(sb, AuLock_NOPLMW); -+ -+ h_file = au_write_pre(file, wlock, /*wpre*/NULL); -+ lockdep_on(); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ err = 0; -+ au_set_mmapped(file); -+ au_vm_file_reset(vma, h_file); -+ /* -+ * we cannot call security_mmap_file() here since it may acquire -+ * mmap_sem or i_mutex. -+ * -+ * err = security_mmap_file(h_file, au_prot_conv(vma->vm_flags), -+ * au_flag_conv(vma->vm_flags)); -+ */ -+ if (!err) -+ err = call_mmap(h_file, vma); -+ if (!err) { -+ au_vm_prfile_set(vma, file); -+ fsstack_copy_attr_atime(inode, file_inode(h_file)); -+ goto out_fput; /* success */ -+ } -+ au_unset_mmapped(file); -+ au_vm_file_reset(vma, file); -+ -+out_fput: -+ lockdep_off(); -+ ii_write_unlock(inode); -+ lockdep_on(); -+ fput(h_file); -+out: -+ lockdep_off(); -+ si_read_unlock(sb); -+ lockdep_on(); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_fsync_nondir(struct file *file, loff_t start, loff_t end, -+ int datasync) -+{ -+ int err; -+ struct au_write_pre wpre; -+ struct inode *inode; -+ struct file *h_file; -+ -+ err = 0; /* -EBADF; */ /* posix? */ -+ if (unlikely(!(file->f_mode & FMODE_WRITE))) -+ goto out; -+ -+ inode = file_inode(file); -+ au_mtx_and_read_lock(inode); -+ -+ wpre.lsc = 0; -+ h_file = au_write_pre(file, /*do_ready*/1, &wpre); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out_unlock; -+ -+ err = vfsub_fsync(h_file, &h_file->f_path, datasync); -+ au_write_post(inode, h_file, &wpre, /*written*/0); -+ -+out_unlock: -+ si_read_unlock(inode->i_sb); -+ inode_unlock(inode); -+out: -+ return err; -+} -+ -+static int aufs_fasync(int fd, struct file *file, int flag) -+{ -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ if (h_file->f_op->fasync) -+ err = h_file->f_op->fasync(fd, h_file, flag); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+static int aufs_setfl(struct file *file, unsigned long arg) -+{ -+ int err; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out; -+ -+ /* stop calling h_file->fasync */ -+ arg |= vfsub_file_flags(file) & FASYNC; -+ err = setfl(/*unused fd*/-1, h_file, arg); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* no one supports this operation, currently */ -+#if 0 -+static ssize_t aufs_sendpage(struct file *file, struct page *page, int offset, -+ size_t len, loff_t *pos, int more) -+{ -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+const struct file_operations aufs_file_fop = { -+ .owner = THIS_MODULE, -+ -+ .llseek = default_llseek, -+ -+ .read = aufs_read, -+ .write = aufs_write, -+ .read_iter = aufs_read_iter, -+ .write_iter = aufs_write_iter, -+ -+#ifdef CONFIG_AUFS_POLL -+ .poll = aufs_poll, -+#endif -+ .unlocked_ioctl = aufs_ioctl_nondir, -+#ifdef CONFIG_COMPAT -+ .compat_ioctl = aufs_compat_ioctl_nondir, -+#endif -+ .mmap = aufs_mmap, -+ .open = aufs_open_nondir, -+ .flush = aufs_flush_nondir, -+ .release = aufs_release_nondir, -+ .fsync = aufs_fsync_nondir, -+ .fasync = aufs_fasync, -+ /* .sendpage = aufs_sendpage, */ -+ .setfl = aufs_setfl, -+ .splice_write = aufs_splice_write, -+ .splice_read = aufs_splice_read, -+#if 0 -+ .aio_splice_write = aufs_aio_splice_write, -+ .aio_splice_read = aufs_aio_splice_read, -+#endif -+ .fallocate = aufs_fallocate, -+ .copy_file_range = aufs_copy_file_range -+}; -diff --git a/fs/aufs/fhsm.c b/fs/aufs/fhsm.c -new file mode 100644 -index 000000000000..fe8c97490122 ---- /dev/null -+++ b/fs/aufs/fhsm.c -@@ -0,0 +1,413 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2011-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * File-based Hierarchy Storage Management -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+static aufs_bindex_t au_fhsm_bottom(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ AuDebugOn(!fhsm); -+ return fhsm->fhsm_bottom; -+} -+ -+void au_fhsm_set_bottom(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ AuDebugOn(!fhsm); -+ fhsm->fhsm_bottom = bindex; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_fhsm_test_jiffy(struct au_sbinfo *sbinfo, struct au_branch *br) -+{ -+ struct au_br_fhsm *bf; -+ -+ bf = br->br_fhsm; -+ MtxMustLock(&bf->bf_lock); -+ -+ return !bf->bf_readable -+ || time_after(jiffies, -+ bf->bf_jiffy + sbinfo->si_fhsm.fhsm_expire); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_fhsm_notify(struct super_block *sb, int val) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ if (au_fhsm_pid(fhsm) -+ && atomic_read(&fhsm->fhsm_readable) != -1) { -+ atomic_set(&fhsm->fhsm_readable, val); -+ if (val) -+ wake_up(&fhsm->fhsm_wqh); -+ } -+} -+ -+static int au_fhsm_stfs(struct super_block *sb, aufs_bindex_t bindex, -+ struct aufs_stfs *rstfs, int do_lock, int do_notify) -+{ -+ int err; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ br = au_sbr(sb, bindex); -+ AuDebugOn(au_br_rdonly(br)); -+ bf = br->br_fhsm; -+ AuDebugOn(!bf); -+ -+ if (do_lock) -+ mutex_lock(&bf->bf_lock); -+ else -+ MtxMustLock(&bf->bf_lock); -+ -+ /* sb->s_root for NFS is unreliable */ -+ err = au_br_stfs(br, &bf->bf_stfs); -+ if (unlikely(err)) { -+ AuErr1("FHSM failed (%d), b%d, ignored.\n", bindex, err); -+ goto out; -+ } -+ -+ bf->bf_jiffy = jiffies; -+ bf->bf_readable = 1; -+ if (do_notify) -+ au_fhsm_notify(sb, /*val*/1); -+ if (rstfs) -+ *rstfs = bf->bf_stfs; -+ -+out: -+ if (do_lock) -+ mutex_unlock(&bf->bf_lock); -+ au_fhsm_notify(sb, /*val*/1); -+ -+ return err; -+} -+ -+void au_fhsm_wrote(struct super_block *sb, aufs_bindex_t bindex, int force) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ AuDbg("b%d, force %d\n", bindex, force); -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ if (!au_ftest_si(sbinfo, FHSM) -+ || fhsm->fhsm_bottom == bindex) -+ return; -+ -+ br = au_sbr(sb, bindex); -+ bf = br->br_fhsm; -+ AuDebugOn(!bf); -+ mutex_lock(&bf->bf_lock); -+ if (force -+ || au_fhsm_pid(fhsm) -+ || au_fhsm_test_jiffy(sbinfo, br)) -+ err = au_fhsm_stfs(sb, bindex, /*rstfs*/NULL, /*do_lock*/0, -+ /*do_notify*/1); -+ mutex_unlock(&bf->bf_lock); -+} -+ -+void au_fhsm_wrote_all(struct super_block *sb, int force) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ /* exclude the bottom */ -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) -+ au_fhsm_wrote(sb, bindex, force); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static __poll_t au_fhsm_poll(struct file *file, struct poll_table_struct *wait) -+{ -+ __poll_t mask; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ mask = 0; -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+ poll_wait(file, &fhsm->fhsm_wqh, wait); -+ if (atomic_read(&fhsm->fhsm_readable)) -+ mask = EPOLLIN /* | EPOLLRDNORM */; -+ -+ if (!mask) -+ AuDbg("mask 0x%x\n", mask); -+ return mask; -+} -+ -+static int au_fhsm_do_read_one(struct aufs_stbr __user *stbr, -+ struct aufs_stfs *stfs, __s16 brid) -+{ -+ int err; -+ -+ err = copy_to_user(&stbr->stfs, stfs, sizeof(*stfs)); -+ if (!err) -+ err = __put_user(brid, &stbr->brid); -+ if (unlikely(err)) -+ err = -EFAULT; -+ -+ return err; -+} -+ -+static ssize_t au_fhsm_do_read(struct super_block *sb, -+ struct aufs_stbr __user *stbr, size_t count) -+{ -+ ssize_t err; -+ int nstbr; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ struct au_br_fhsm *bf; -+ -+ /* except the bottom branch */ -+ err = 0; -+ nstbr = 0; -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; !err && bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_fhsm(br->br_perm)) -+ continue; -+ -+ bf = br->br_fhsm; -+ mutex_lock(&bf->bf_lock); -+ if (bf->bf_readable) { -+ err = -EFAULT; -+ if (count >= sizeof(*stbr)) -+ err = au_fhsm_do_read_one(stbr++, &bf->bf_stfs, -+ br->br_id); -+ if (!err) { -+ bf->bf_readable = 0; -+ count -= sizeof(*stbr); -+ nstbr++; -+ } -+ } -+ mutex_unlock(&bf->bf_lock); -+ } -+ if (!err) -+ err = sizeof(*stbr) * nstbr; -+ -+ return err; -+} -+ -+static ssize_t au_fhsm_read(struct file *file, char __user *buf, size_t count, -+ loff_t *pos) -+{ -+ ssize_t err; -+ int readable; -+ aufs_bindex_t nfhsm, bindex, bbot; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ struct au_branch *br; -+ struct super_block *sb; -+ -+ err = 0; -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+need_data: -+ spin_lock_irq(&fhsm->fhsm_wqh.lock); -+ if (!atomic_read(&fhsm->fhsm_readable)) { -+ if (vfsub_file_flags(file) & O_NONBLOCK) -+ err = -EAGAIN; -+ else -+ err = wait_event_interruptible_locked_irq -+ (fhsm->fhsm_wqh, -+ atomic_read(&fhsm->fhsm_readable)); -+ } -+ spin_unlock_irq(&fhsm->fhsm_wqh.lock); -+ if (unlikely(err)) -+ goto out; -+ -+ /* sb may already be dead */ -+ au_rw_read_lock(&sbinfo->si_rwsem); -+ readable = atomic_read(&fhsm->fhsm_readable); -+ if (readable > 0) { -+ sb = sbinfo->si_sb; -+ AuDebugOn(!sb); -+ /* exclude the bottom branch */ -+ nfhsm = 0; -+ bbot = au_fhsm_bottom(sb); -+ for (bindex = 0; bindex < bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) -+ nfhsm++; -+ } -+ err = -EMSGSIZE; -+ if (nfhsm * sizeof(struct aufs_stbr) <= count) { -+ atomic_set(&fhsm->fhsm_readable, 0); -+ err = au_fhsm_do_read(sbinfo->si_sb, (void __user *)buf, -+ count); -+ } -+ } -+ au_rw_read_unlock(&sbinfo->si_rwsem); -+ if (!readable) -+ goto need_data; -+ -+out: -+ return err; -+} -+ -+static int au_fhsm_release(struct inode *inode, struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ /* sb may already be dead */ -+ sbinfo = file->private_data; -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock(&fhsm->fhsm_spin); -+ fhsm->fhsm_pid = 0; -+ spin_unlock(&fhsm->fhsm_spin); -+ kobject_put(&sbinfo->si_kobj); -+ -+ return 0; -+} -+ -+static const struct file_operations au_fhsm_fops = { -+ .owner = THIS_MODULE, -+ .llseek = noop_llseek, -+ .read = au_fhsm_read, -+ .poll = au_fhsm_poll, -+ .release = au_fhsm_release -+}; -+ -+int au_fhsm_fd(struct super_block *sb, int oflags) -+{ -+ int err, fd; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(oflags & ~(O_CLOEXEC | O_NONBLOCK))) -+ goto out; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock(&fhsm->fhsm_spin); -+ if (!fhsm->fhsm_pid) -+ fhsm->fhsm_pid = current->pid; -+ else -+ err = -EBUSY; -+ spin_unlock(&fhsm->fhsm_spin); -+ if (unlikely(err)) -+ goto out; -+ -+ oflags |= O_RDONLY; -+ /* oflags |= FMODE_NONOTIFY; */ -+ fd = anon_inode_getfd("[aufs_fhsm]", &au_fhsm_fops, sbinfo, oflags); -+ err = fd; -+ if (unlikely(fd < 0)) -+ goto out_pid; -+ -+ /* succeed regardless 'fhsm' status */ -+ kobject_get(&sbinfo->si_kobj); -+ si_noflush_read_lock(sb); -+ if (au_ftest_si(sbinfo, FHSM)) -+ au_fhsm_wrote_all(sb, /*force*/0); -+ si_read_unlock(sb); -+ goto out; /* success */ -+ -+out_pid: -+ spin_lock(&fhsm->fhsm_spin); -+ fhsm->fhsm_pid = 0; -+ spin_unlock(&fhsm->fhsm_spin); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_fhsm_br_alloc(struct au_branch *br) -+{ -+ int err; -+ -+ err = 0; -+ br->br_fhsm = kmalloc(sizeof(*br->br_fhsm), GFP_NOFS); -+ if (br->br_fhsm) -+ au_br_fhsm_init(br->br_fhsm); -+ else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_fhsm_fin(struct super_block *sb) -+{ -+ au_fhsm_notify(sb, /*val*/-1); -+} -+ -+void au_fhsm_init(struct au_sbinfo *sbinfo) -+{ -+ struct au_fhsm *fhsm; -+ -+ fhsm = &sbinfo->si_fhsm; -+ spin_lock_init(&fhsm->fhsm_spin); -+ init_waitqueue_head(&fhsm->fhsm_wqh); -+ atomic_set(&fhsm->fhsm_readable, 0); -+ fhsm->fhsm_expire -+ = msecs_to_jiffies(AUFS_FHSM_CACHE_DEF_SEC * MSEC_PER_SEC); -+ fhsm->fhsm_bottom = -1; -+} -+ -+void au_fhsm_set(struct au_sbinfo *sbinfo, unsigned int sec) -+{ -+ sbinfo->si_fhsm.fhsm_expire -+ = msecs_to_jiffies(sec * MSEC_PER_SEC); -+} -+ -+void au_fhsm_show(struct seq_file *seq, struct au_sbinfo *sbinfo) -+{ -+ unsigned int u; -+ -+ if (!au_ftest_si(sbinfo, FHSM)) -+ return; -+ -+ u = jiffies_to_msecs(sbinfo->si_fhsm.fhsm_expire) / MSEC_PER_SEC; -+ if (u != AUFS_FHSM_CACHE_DEF_SEC) -+ seq_printf(seq, ",fhsm_sec=%u", u); -+} -diff --git a/fs/aufs/file.c b/fs/aufs/file.c -new file mode 100644 -index 000000000000..fa33fc2c91cb ---- /dev/null -+++ b/fs/aufs/file.c -@@ -0,0 +1,850 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * handling file/dir, and address_space operation -+ */ -+ -+#ifdef CONFIG_AUFS_DEBUG -+#include -+#endif -+#include -+#include "aufs.h" -+ -+/* drop flags for writing */ -+unsigned int au_file_roflags(unsigned int flags) -+{ -+ flags &= ~(O_WRONLY | O_RDWR | O_APPEND | O_CREAT | O_TRUNC); -+ flags |= O_RDONLY | O_NOATIME; -+ return flags; -+} -+ -+/* common functions to regular file and dir */ -+struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, -+ struct file *file, int force_wr) -+{ -+ struct file *h_file; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct path h_path; -+ int err; -+ -+ /* a race condition can happen between open and unlink/rmdir */ -+ h_file = ERR_PTR(-ENOENT); -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (au_test_nfsd() && (!h_dentry || d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ spin_lock(&h_dentry->d_lock); -+ err = (!d_unhashed(dentry) && d_unlinked(h_dentry)) -+ /* || !d_inode(dentry)->i_nlink */ -+ ; -+ spin_unlock(&h_dentry->d_lock); -+ if (unlikely(err)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, bindex); -+ err = au_br_test_oflag(flags, br); -+ h_file = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ /* drop flags for writing */ -+ if (au_test_ro(sb, bindex, d_inode(dentry))) { -+ if (force_wr && !(flags & O_WRONLY)) -+ force_wr = 0; -+ flags = au_file_roflags(flags); -+ if (force_wr) { -+ h_file = ERR_PTR(-EROFS); -+ flags = au_file_roflags(flags); -+ if (unlikely(vfsub_native_ro(h_inode) -+ || IS_APPEND(h_inode))) -+ goto out; -+ flags &= ~O_ACCMODE; -+ flags |= O_WRONLY; -+ } -+ } -+ flags &= ~O_CREAT; -+ au_lcnt_inc(&br->br_nfiles); -+ h_path.dentry = h_dentry; -+ h_path.mnt = au_br_mnt(br); -+ h_file = vfsub_dentry_open(&h_path, flags); -+ if (IS_ERR(h_file)) -+ goto out_br; -+ -+ if (flags & __FMODE_EXEC) { -+ err = deny_write_access(h_file); -+ if (unlikely(err)) { -+ fput(h_file); -+ h_file = ERR_PTR(err); -+ goto out_br; -+ } -+ } -+ fsnotify_open(h_file); -+ goto out; /* success */ -+ -+out_br: -+ au_lcnt_dec(&br->br_nfiles); -+out: -+ return h_file; -+} -+ -+static int au_cmoo(struct dentry *dentry) -+{ -+ int err, cmoo, matched; -+ unsigned int udba; -+ struct path h_path; -+ struct au_pin pin; -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ struct inode *delegated; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct au_fhsm *fhsm; -+ pid_t pid; -+ struct au_branch *br; -+ struct dentry *parent; -+ struct au_hinode *hdir; -+ -+ DiMustWriteLock(dentry); -+ IiMustWriteLock(d_inode(dentry)); -+ -+ err = 0; -+ if (IS_ROOT(dentry)) -+ goto out; -+ cpg.bsrc = au_dbtop(dentry); -+ if (!cpg.bsrc) -+ goto out; -+ -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ fhsm = &sbinfo->si_fhsm; -+ pid = au_fhsm_pid(fhsm); -+ rcu_read_lock(); -+ matched = (pid -+ && (current->pid == pid -+ || rcu_dereference(current->real_parent)->pid == pid)); -+ rcu_read_unlock(); -+ if (matched) -+ goto out; -+ -+ br = au_sbr(sb, cpg.bsrc); -+ cmoo = au_br_cmoo(br->br_perm); -+ if (!cmoo) -+ goto out; -+ if (!d_is_reg(dentry)) -+ cmoo &= AuBrAttr_COO_ALL; -+ if (!cmoo) -+ goto out; -+ -+ parent = dget_parent(dentry); -+ di_write_lock_parent(parent); -+ err = au_wbr_do_copyup_bu(dentry, cpg.bsrc - 1); -+ cpg.bdst = err; -+ if (unlikely(err < 0)) { -+ err = 0; /* there is no upper writable branch */ -+ goto out_dgrade; -+ } -+ AuDbg("bsrc %d, bdst %d\n", cpg.bsrc, cpg.bdst); -+ -+ /* do not respect the coo attrib for the target branch */ -+ err = au_cpup_dirs(dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_dgrade; -+ -+ di_downgrade_lock(parent, AuLock_IR); -+ udba = au_opt_udba(sb); -+ err = au_pin(&pin, dentry, cpg.bdst, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ if (unlikely(err)) -+ goto out_parent; -+ if (!(cmoo & AuBrWAttr_MOO)) -+ goto out_parent; /* success */ -+ -+ err = au_pin(&pin, dentry, cpg.bsrc, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ h_path.mnt = au_br_mnt(br); -+ h_path.dentry = au_h_dptr(dentry, cpg.bsrc); -+ hdir = au_hi(d_inode(parent), cpg.bsrc); -+ delegated = NULL; -+ err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, /*force*/1); -+ au_unpin(&pin); -+ /* todo: keep h_dentry or not? */ -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) { -+ pr_err("unlink %pd after coo failed (%d), ignored\n", -+ dentry, err); -+ err = 0; -+ } -+ goto out_parent; /* success */ -+ -+out_dgrade: -+ di_downgrade_lock(parent, AuLock_IR); -+out_parent: -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_do_open(struct file *file, struct au_do_open_args *args) -+{ -+ int err, aopen = args->aopen; -+ struct dentry *dentry; -+ struct au_finfo *finfo; -+ -+ if (!aopen) -+ err = au_finfo_init(file, args->fidir); -+ else { -+ lockdep_off(); -+ err = au_finfo_init(file, args->fidir); -+ lockdep_on(); -+ } -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ AuDebugOn(IS_ERR_OR_NULL(dentry)); -+ di_write_lock_child(dentry); -+ err = au_cmoo(dentry); -+ di_downgrade_lock(dentry, AuLock_IR); -+ if (!err) { -+ if (!aopen) -+ err = args->open(file, vfsub_file_flags(file), NULL); -+ else { -+ lockdep_off(); -+ err = args->open(file, vfsub_file_flags(file), -+ args->h_file); -+ lockdep_on(); -+ } -+ } -+ di_read_unlock(dentry, AuLock_IR); -+ -+ finfo = au_fi(file); -+ if (!err) { -+ finfo->fi_file = file; -+ au_hbl_add(&finfo->fi_hlist, -+ &au_sbi(file->f_path.dentry->d_sb)->si_files); -+ } -+ if (!aopen) -+ fi_write_unlock(file); -+ else { -+ lockdep_off(); -+ fi_write_unlock(file); -+ lockdep_on(); -+ } -+ if (unlikely(err)) { -+ finfo->fi_hdir = NULL; -+ au_finfo_fin(file); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_reopen_nondir(struct file *file) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct dentry *dentry; -+ struct au_branch *br; -+ struct file *h_file, *h_file_tmp; -+ -+ dentry = file->f_path.dentry; -+ btop = au_dbtop(dentry); -+ br = au_sbr(dentry->d_sb, btop); -+ h_file_tmp = NULL; -+ if (au_fbtop(file) == btop) { -+ h_file = au_hf_top(file); -+ if (file->f_mode == h_file->f_mode) -+ return 0; /* success */ -+ h_file_tmp = h_file; -+ get_file(h_file_tmp); -+ au_lcnt_inc(&br->br_nfiles); -+ au_set_h_fptr(file, btop, NULL); -+ } -+ AuDebugOn(au_fi(file)->fi_hdir); -+ /* -+ * it can happen -+ * file exists on both of rw and ro -+ * open --> dbtop and fbtop are both 0 -+ * prepend a branch as rw, "rw" become ro -+ * remove rw/file -+ * delete the top branch, "rw" becomes rw again -+ * --> dbtop is 1, fbtop is still 0 -+ * write --> fbtop is 0 but dbtop is 1 -+ */ -+ /* AuDebugOn(au_fbtop(file) < btop); */ -+ -+ h_file = au_h_open(dentry, btop, vfsub_file_flags(file) & ~O_TRUNC, -+ file, /*force_wr*/0); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) { -+ if (h_file_tmp) { -+ /* revert */ -+ au_set_h_fptr(file, btop, h_file_tmp); -+ h_file_tmp = NULL; -+ } -+ goto out; /* todo: close all? */ -+ } -+ -+ err = 0; -+ au_set_fbtop(file, btop); -+ au_set_h_fptr(file, btop, h_file); -+ au_update_figen(file); -+ /* todo: necessary? */ -+ /* file->f_ra = h_file->f_ra; */ -+ -+out: -+ if (h_file_tmp) { -+ fput(h_file_tmp); -+ au_lcnt_dec(&br->br_nfiles); -+ } -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_reopen_wh(struct file *file, aufs_bindex_t btgt, -+ struct dentry *hi_wh) -+{ -+ int err; -+ aufs_bindex_t btop; -+ struct au_dinfo *dinfo; -+ struct dentry *h_dentry; -+ struct au_hdentry *hdp; -+ -+ dinfo = au_di(file->f_path.dentry); -+ AuRwMustWriteLock(&dinfo->di_rwsem); -+ -+ btop = dinfo->di_btop; -+ dinfo->di_btop = btgt; -+ hdp = au_hdentry(dinfo, btgt); -+ h_dentry = hdp->hd_dentry; -+ hdp->hd_dentry = hi_wh; -+ err = au_reopen_nondir(file); -+ hdp->hd_dentry = h_dentry; -+ dinfo->di_btop = btop; -+ -+ return err; -+} -+ -+static int au_ready_to_write_wh(struct file *file, loff_t len, -+ aufs_bindex_t bcpup, struct au_pin *pin) -+{ -+ int err; -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry, *hi_wh; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = bcpup, -+ .bsrc = -1, -+ .len = len, -+ .pin = pin -+ }; -+ -+ au_update_dbtop(cpg.dentry); -+ inode = d_inode(cpg.dentry); -+ h_inode = NULL; -+ if (au_dbtop(cpg.dentry) <= bcpup -+ && au_dbbot(cpg.dentry) >= bcpup) { -+ h_dentry = au_h_dptr(cpg.dentry, bcpup); -+ if (h_dentry && d_is_positive(h_dentry)) -+ h_inode = d_inode(h_dentry); -+ } -+ hi_wh = au_hi_wh(inode, bcpup); -+ if (!hi_wh && !h_inode) -+ err = au_sio_cpup_wh(&cpg, file); -+ else -+ /* already copied-up after unlink */ -+ err = au_reopen_wh(file, bcpup, hi_wh); -+ -+ if (!err -+ && (inode->i_nlink > 1 -+ || (inode->i_state & I_LINKABLE)) -+ && au_opt_test(au_mntflags(cpg.dentry->d_sb), PLINK)) -+ au_plink_append(inode, bcpup, au_h_dptr(cpg.dentry, bcpup)); -+ -+ return err; -+} -+ -+/* -+ * prepare the @file for writing. -+ */ -+int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin) -+{ -+ int err; -+ aufs_bindex_t dbtop; -+ struct dentry *parent; -+ struct inode *inode; -+ struct super_block *sb; -+ struct file *h_file; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = len, -+ .pin = pin, -+ .flags = AuCpup_DTIME -+ }; -+ -+ sb = cpg.dentry->d_sb; -+ inode = d_inode(cpg.dentry); -+ cpg.bsrc = au_fbtop(file); -+ err = au_test_ro(sb, cpg.bsrc, inode); -+ if (!err && (au_hf_top(file)->f_mode & FMODE_WRITE)) { -+ err = au_pin(pin, cpg.dentry, cpg.bsrc, AuOpt_UDBA_NONE, -+ /*flags*/0); -+ goto out; -+ } -+ -+ /* need to cpup or reopen */ -+ parent = dget_parent(cpg.dentry); -+ di_write_lock_parent(parent); -+ err = AuWbrCopyup(au_sbi(sb), cpg.dentry); -+ cpg.bdst = err; -+ if (unlikely(err < 0)) -+ goto out_dgrade; -+ err = 0; -+ -+ if (!d_unhashed(cpg.dentry) && !au_h_dptr(parent, cpg.bdst)) { -+ err = au_cpup_dirs(cpg.dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_dgrade; -+ } -+ -+ err = au_pin(pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_dgrade; -+ -+ dbtop = au_dbtop(cpg.dentry); -+ if (dbtop <= cpg.bdst) -+ cpg.bsrc = cpg.bdst; -+ -+ if (dbtop <= cpg.bdst /* just reopen */ -+ || !d_unhashed(cpg.dentry) /* copyup and reopen */ -+ ) { -+ h_file = au_h_open_pre(cpg.dentry, cpg.bsrc, /*force_wr*/0); -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ di_downgrade_lock(parent, AuLock_IR); -+ if (dbtop > cpg.bdst) -+ err = au_sio_cpup_simple(&cpg); -+ if (!err) -+ err = au_reopen_nondir(file); -+ au_h_open_post(cpg.dentry, cpg.bsrc, h_file); -+ } -+ } else { /* copyup as wh and reopen */ -+ /* -+ * since writable hfsplus branch is not supported, -+ * h_open_pre/post() are unnecessary. -+ */ -+ err = au_ready_to_write_wh(file, len, cpg.bdst, pin); -+ di_downgrade_lock(parent, AuLock_IR); -+ } -+ -+ if (!err) { -+ au_pin_set_parent_lflag(pin, /*lflag*/0); -+ goto out_dput; /* success */ -+ } -+ au_unpin(pin); -+ goto out_unlock; -+ -+out_dgrade: -+ di_downgrade_lock(parent, AuLock_IR); -+out_unlock: -+ di_read_unlock(parent, AuLock_IR); -+out_dput: -+ dput(parent); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_do_flush(struct file *file, fl_owner_t id, -+ int (*flush)(struct file *file, fl_owner_t id)) -+{ -+ int err; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ inode = file_inode(file); -+ sb = inode->i_sb; -+ si_noflush_read_lock(sb); -+ fi_read_lock(file); -+ ii_read_lock_child(inode); -+ -+ err = flush(file, id); -+ au_cpup_attr_timesizes(inode); -+ -+ ii_read_unlock(inode); -+ fi_read_unlock(file); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_file_refresh_by_inode(struct file *file, int *need_reopen) -+{ -+ int err; -+ struct au_pin pin; -+ struct au_finfo *finfo; -+ struct dentry *parent, *hi_wh; -+ struct inode *inode; -+ struct super_block *sb; -+ struct au_cp_generic cpg = { -+ .dentry = file->f_path.dentry, -+ .bdst = -1, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME -+ }; -+ -+ FiMustWriteLock(file); -+ -+ err = 0; -+ finfo = au_fi(file); -+ sb = cpg.dentry->d_sb; -+ inode = d_inode(cpg.dentry); -+ cpg.bdst = au_ibtop(inode); -+ if (cpg.bdst == finfo->fi_btop || IS_ROOT(cpg.dentry)) -+ goto out; -+ -+ parent = dget_parent(cpg.dentry); -+ if (au_test_ro(sb, cpg.bdst, inode)) { -+ di_read_lock_parent(parent, !AuLock_IR); -+ err = AuWbrCopyup(au_sbi(sb), cpg.dentry); -+ cpg.bdst = err; -+ di_read_unlock(parent, !AuLock_IR); -+ if (unlikely(err < 0)) -+ goto out_parent; -+ err = 0; -+ } -+ -+ di_read_lock_parent(parent, AuLock_IR); -+ hi_wh = au_hi_wh(inode, cpg.bdst); -+ if (!S_ISDIR(inode->i_mode) -+ && au_opt_test(au_mntflags(sb), PLINK) -+ && au_plink_test(inode) -+ && !d_unhashed(cpg.dentry) -+ && cpg.bdst < au_dbtop(cpg.dentry)) { -+ err = au_test_and_cpup_dirs(cpg.dentry, cpg.bdst); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ /* always superio. */ -+ err = au_pin(&pin, cpg.dentry, cpg.bdst, AuOpt_UDBA_NONE, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ } else if (hi_wh) { -+ /* already copied-up after unlink */ -+ err = au_reopen_wh(file, cpg.bdst, hi_wh); -+ *need_reopen = 0; -+ } -+ -+out_unlock: -+ di_read_unlock(parent, AuLock_IR); -+out_parent: -+ dput(parent); -+out: -+ return err; -+} -+ -+static void au_do_refresh_dir(struct file *file) -+{ -+ aufs_bindex_t bindex, bbot, new_bindex, brid; -+ struct au_hfile *p, tmp, *q; -+ struct au_finfo *finfo; -+ struct super_block *sb; -+ struct au_fidir *fidir; -+ -+ FiMustWriteLock(file); -+ -+ sb = file->f_path.dentry->d_sb; -+ finfo = au_fi(file); -+ fidir = finfo->fi_hdir; -+ AuDebugOn(!fidir); -+ p = fidir->fd_hfile + finfo->fi_btop; -+ brid = p->hf_br->br_id; -+ bbot = fidir->fd_bbot; -+ for (bindex = finfo->fi_btop; bindex <= bbot; bindex++, p++) { -+ if (!p->hf_file) -+ continue; -+ -+ new_bindex = au_br_index(sb, p->hf_br->br_id); -+ if (new_bindex == bindex) -+ continue; -+ if (new_bindex < 0) { -+ au_set_h_fptr(file, bindex, NULL); -+ continue; -+ } -+ -+ /* swap two lower inode, and loop again */ -+ q = fidir->fd_hfile + new_bindex; -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hf_file) { -+ bindex--; -+ p--; -+ } -+ } -+ -+ p = fidir->fd_hfile; -+ if (!au_test_mmapped(file) && !d_unlinked(file->f_path.dentry)) { -+ bbot = au_sbbot(sb); -+ for (finfo->fi_btop = 0; finfo->fi_btop <= bbot; -+ finfo->fi_btop++, p++) -+ if (p->hf_file) { -+ if (file_inode(p->hf_file)) -+ break; -+ au_hfput(p, /*execed*/0); -+ } -+ } else { -+ bbot = au_br_index(sb, brid); -+ for (finfo->fi_btop = 0; finfo->fi_btop < bbot; -+ finfo->fi_btop++, p++) -+ if (p->hf_file) -+ au_hfput(p, /*execed*/0); -+ bbot = au_sbbot(sb); -+ } -+ -+ p = fidir->fd_hfile + bbot; -+ for (fidir->fd_bbot = bbot; fidir->fd_bbot >= finfo->fi_btop; -+ fidir->fd_bbot--, p--) -+ if (p->hf_file) { -+ if (file_inode(p->hf_file)) -+ break; -+ au_hfput(p, /*execed*/0); -+ } -+ AuDebugOn(fidir->fd_bbot < finfo->fi_btop); -+} -+ -+/* -+ * after branch manipulating, refresh the file. -+ */ -+static int refresh_file(struct file *file, int (*reopen)(struct file *file)) -+{ -+ int err, need_reopen, nbr; -+ aufs_bindex_t bbot, bindex; -+ struct dentry *dentry; -+ struct super_block *sb; -+ struct au_finfo *finfo; -+ struct au_hfile *hfile; -+ -+ dentry = file->f_path.dentry; -+ sb = dentry->d_sb; -+ nbr = au_sbbot(sb) + 1; -+ finfo = au_fi(file); -+ if (!finfo->fi_hdir) { -+ hfile = &finfo->fi_htop; -+ AuDebugOn(!hfile->hf_file); -+ bindex = au_br_index(sb, hfile->hf_br->br_id); -+ AuDebugOn(bindex < 0); -+ if (bindex != finfo->fi_btop) -+ au_set_fbtop(file, bindex); -+ } else { -+ err = au_fidir_realloc(finfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ au_do_refresh_dir(file); -+ } -+ -+ err = 0; -+ need_reopen = 1; -+ if (!au_test_mmapped(file)) -+ err = au_file_refresh_by_inode(file, &need_reopen); -+ if (finfo->fi_hdir) -+ /* harmless if err */ -+ au_fidir_realloc(finfo, nbr, /*may_shrink*/1); -+ if (!err && need_reopen && !d_unlinked(dentry)) -+ err = reopen(file); -+ if (!err) { -+ au_update_figen(file); -+ goto out; /* success */ -+ } -+ -+ /* error, close all lower files */ -+ if (finfo->fi_hdir) { -+ bbot = au_fbbot_dir(file); -+ for (bindex = au_fbtop(file); bindex <= bbot; bindex++) -+ au_set_h_fptr(file, bindex, NULL); -+ } -+ -+out: -+ return err; -+} -+ -+/* common function to regular file and dir */ -+int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), -+ int wlock, unsigned int fi_lsc) -+{ -+ int err; -+ unsigned int sigen, figen; -+ aufs_bindex_t btop; -+ unsigned char pseudo_link; -+ struct dentry *dentry; -+ struct inode *inode; -+ -+ err = 0; -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ sigen = au_sigen(dentry->d_sb); -+ fi_write_lock_nested(file, fi_lsc); -+ figen = au_figen(file); -+ if (!fi_lsc) -+ di_write_lock_child(dentry); -+ else -+ di_write_lock_child2(dentry); -+ btop = au_dbtop(dentry); -+ pseudo_link = (btop != au_ibtop(inode)); -+ if (sigen == figen && !pseudo_link && au_fbtop(file) == btop) { -+ if (!wlock) { -+ di_downgrade_lock(dentry, AuLock_IR); -+ fi_downgrade_lock(file); -+ } -+ goto out; /* success */ -+ } -+ -+ AuDbg("sigen %d, figen %d\n", sigen, figen); -+ if (au_digen_test(dentry, sigen)) { -+ err = au_reval_dpath(dentry, sigen); -+ AuDebugOn(!err && au_digen_test(dentry, sigen)); -+ } -+ -+ if (!err) -+ err = refresh_file(file, reopen); -+ if (!err) { -+ if (!wlock) { -+ di_downgrade_lock(dentry, AuLock_IR); -+ fi_downgrade_lock(file); -+ } -+ } else { -+ di_write_unlock(dentry); -+ fi_write_unlock(file); -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* cf. aufs_nopage() */ -+/* for madvise(2) */ -+static int aufs_readpage(struct file *file __maybe_unused, struct page *page) -+{ -+ unlock_page(page); -+ return 0; -+} -+ -+/* it will never be called, but necessary to support O_DIRECT */ -+static ssize_t aufs_direct_IO(struct kiocb *iocb, struct iov_iter *iter) -+{ BUG(); return 0; } -+ -+/* they will never be called. */ -+#ifdef CONFIG_AUFS_DEBUG -+static int aufs_write_begin(struct file *file, struct address_space *mapping, -+ loff_t pos, unsigned len, unsigned flags, -+ struct page **pagep, void **fsdata) -+{ AuUnsupport(); return 0; } -+static int aufs_write_end(struct file *file, struct address_space *mapping, -+ loff_t pos, unsigned len, unsigned copied, -+ struct page *page, void *fsdata) -+{ AuUnsupport(); return 0; } -+static int aufs_writepage(struct page *page, struct writeback_control *wbc) -+{ AuUnsupport(); return 0; } -+ -+static int aufs_set_page_dirty(struct page *page) -+{ AuUnsupport(); return 0; } -+static void aufs_invalidatepage(struct page *page, unsigned int offset, -+ unsigned int length) -+{ AuUnsupport(); } -+static int aufs_releasepage(struct page *page, gfp_t gfp) -+{ AuUnsupport(); return 0; } -+#if 0 /* called by memory compaction regardless file */ -+static int aufs_migratepage(struct address_space *mapping, struct page *newpage, -+ struct page *page, enum migrate_mode mode) -+{ AuUnsupport(); return 0; } -+#endif -+static bool aufs_isolate_page(struct page *page, isolate_mode_t mode) -+{ AuUnsupport(); return true; } -+static void aufs_putback_page(struct page *page) -+{ AuUnsupport(); } -+static int aufs_launder_page(struct page *page) -+{ AuUnsupport(); return 0; } -+static int aufs_is_partially_uptodate(struct page *page, -+ unsigned long from, -+ unsigned long count) -+{ AuUnsupport(); return 0; } -+static void aufs_is_dirty_writeback(struct page *page, bool *dirty, -+ bool *writeback) -+{ AuUnsupport(); } -+static int aufs_error_remove_page(struct address_space *mapping, -+ struct page *page) -+{ AuUnsupport(); return 0; } -+static int aufs_swap_activate(struct swap_info_struct *sis, struct file *file, -+ sector_t *span) -+{ AuUnsupport(); return 0; } -+static void aufs_swap_deactivate(struct file *file) -+{ AuUnsupport(); } -+#endif /* CONFIG_AUFS_DEBUG */ -+ -+const struct address_space_operations aufs_aop = { -+ .readpage = aufs_readpage, -+ .direct_IO = aufs_direct_IO, -+#ifdef CONFIG_AUFS_DEBUG -+ .writepage = aufs_writepage, -+ /* no writepages, because of writepage */ -+ .set_page_dirty = aufs_set_page_dirty, -+ /* no readpages, because of readpage */ -+ .write_begin = aufs_write_begin, -+ .write_end = aufs_write_end, -+ /* no bmap, no block device */ -+ .invalidatepage = aufs_invalidatepage, -+ .releasepage = aufs_releasepage, -+ /* is fallback_migrate_page ok? */ -+ /* .migratepage = aufs_migratepage, */ -+ .isolate_page = aufs_isolate_page, -+ .putback_page = aufs_putback_page, -+ .launder_page = aufs_launder_page, -+ .is_partially_uptodate = aufs_is_partially_uptodate, -+ .is_dirty_writeback = aufs_is_dirty_writeback, -+ .error_remove_page = aufs_error_remove_page, -+ .swap_activate = aufs_swap_activate, -+ .swap_deactivate = aufs_swap_deactivate -+#endif /* CONFIG_AUFS_DEBUG */ -+}; -diff --git a/fs/aufs/file.h b/fs/aufs/file.h -new file mode 100644 -index 000000000000..4c73ac8da97c ---- /dev/null -+++ b/fs/aufs/file.h -@@ -0,0 +1,328 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * file operations -+ */ -+ -+#ifndef __AUFS_FILE_H__ -+#define __AUFS_FILE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+#include "rwsem.h" -+ -+struct au_branch; -+struct au_hfile { -+ struct file *hf_file; -+ struct au_branch *hf_br; -+}; -+ -+struct au_vdir; -+struct au_fidir { -+ aufs_bindex_t fd_bbot; -+ aufs_bindex_t fd_nent; -+ struct au_vdir *fd_vdir_cache; -+ struct au_hfile fd_hfile[]; -+}; -+ -+static inline int au_fidir_sz(int nent) -+{ -+ AuDebugOn(nent < 0); -+ return sizeof(struct au_fidir) + sizeof(struct au_hfile) * nent; -+} -+ -+struct au_finfo { -+ atomic_t fi_generation; -+ -+ struct au_rwsem fi_rwsem; -+ aufs_bindex_t fi_btop; -+ -+ /* do not union them */ -+ struct { /* for non-dir */ -+ struct au_hfile fi_htop; -+ atomic_t fi_mmapped; -+ }; -+ struct au_fidir *fi_hdir; /* for dir only */ -+ -+ struct hlist_bl_node fi_hlist; -+ struct file *fi_file; /* very ugly */ -+} ____cacheline_aligned_in_smp; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* file.c */ -+extern const struct address_space_operations aufs_aop; -+unsigned int au_file_roflags(unsigned int flags); -+struct file *au_h_open(struct dentry *dentry, aufs_bindex_t bindex, int flags, -+ struct file *file, int force_wr); -+struct au_do_open_args { -+ int aopen; -+ int (*open)(struct file *file, int flags, -+ struct file *h_file); -+ struct au_fidir *fidir; -+ struct file *h_file; -+}; -+int au_do_open(struct file *file, struct au_do_open_args *args); -+int au_reopen_nondir(struct file *file); -+struct au_pin; -+int au_ready_to_write(struct file *file, loff_t len, struct au_pin *pin); -+int au_reval_and_lock_fdi(struct file *file, int (*reopen)(struct file *file), -+ int wlock, unsigned int fi_lsc); -+int au_do_flush(struct file *file, fl_owner_t id, -+ int (*flush)(struct file *file, fl_owner_t id)); -+ -+/* poll.c */ -+#ifdef CONFIG_AUFS_POLL -+__poll_t aufs_poll(struct file *file, struct poll_table_struct *pt); -+#endif -+ -+#ifdef CONFIG_AUFS_BR_HFSPLUS -+/* hfsplus.c */ -+struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, -+ int force_wr); -+void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file); -+#else -+AuStub(struct file *, au_h_open_pre, return NULL, struct dentry *dentry, -+ aufs_bindex_t bindex, int force_wr) -+AuStubVoid(au_h_open_post, struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file); -+#endif -+ -+/* f_op.c */ -+extern const struct file_operations aufs_file_fop; -+int au_do_open_nondir(struct file *file, int flags, struct file *h_file); -+int aufs_release_nondir(struct inode *inode __maybe_unused, struct file *file); -+struct file *au_read_pre(struct file *file, int keep_fi, unsigned int lsc); -+ -+/* finfo.c */ -+void au_hfput(struct au_hfile *hf, int execed); -+void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, -+ struct file *h_file); -+ -+void au_update_figen(struct file *file); -+struct au_fidir *au_fidir_alloc(struct super_block *sb); -+int au_fidir_realloc(struct au_finfo *finfo, int nbr, int may_shrink); -+ -+void au_fi_init_once(void *_fi); -+void au_finfo_fin(struct file *file); -+int au_finfo_init(struct file *file, struct au_fidir *fidir); -+ -+/* ioctl.c */ -+long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, -+ unsigned long arg); -+long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, -+ unsigned long arg); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_finfo *au_fi(struct file *file) -+{ -+ return file->private_data; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define fi_read_lock(f) au_rw_read_lock(&au_fi(f)->fi_rwsem) -+#define fi_write_lock(f) au_rw_write_lock(&au_fi(f)->fi_rwsem) -+#define fi_read_trylock(f) au_rw_read_trylock(&au_fi(f)->fi_rwsem) -+#define fi_write_trylock(f) au_rw_write_trylock(&au_fi(f)->fi_rwsem) -+/* -+#define fi_read_trylock_nested(f) \ -+ au_rw_read_trylock_nested(&au_fi(f)->fi_rwsem) -+#define fi_write_trylock_nested(f) \ -+ au_rw_write_trylock_nested(&au_fi(f)->fi_rwsem) -+*/ -+ -+#define fi_read_unlock(f) au_rw_read_unlock(&au_fi(f)->fi_rwsem) -+#define fi_write_unlock(f) au_rw_write_unlock(&au_fi(f)->fi_rwsem) -+#define fi_downgrade_lock(f) au_rw_dgrade_lock(&au_fi(f)->fi_rwsem) -+ -+/* lock subclass for finfo */ -+enum { -+ AuLsc_FI_1, -+ AuLsc_FI_2 -+}; -+ -+static inline void fi_read_lock_nested(struct file *f, unsigned int lsc) -+{ -+ au_rw_read_lock_nested(&au_fi(f)->fi_rwsem, lsc); -+} -+ -+static inline void fi_write_lock_nested(struct file *f, unsigned int lsc) -+{ -+ au_rw_write_lock_nested(&au_fi(f)->fi_rwsem, lsc); -+} -+ -+/* -+ * fi_read_lock_1, fi_write_lock_1, -+ * fi_read_lock_2, fi_write_lock_2 -+ */ -+#define AuReadLockFunc(name) \ -+static inline void fi_read_lock_##name(struct file *f) \ -+{ fi_read_lock_nested(f, AuLsc_FI_##name); } -+ -+#define AuWriteLockFunc(name) \ -+static inline void fi_write_lock_##name(struct file *f) \ -+{ fi_write_lock_nested(f, AuLsc_FI_##name); } -+ -+#define AuRWLockFuncs(name) \ -+ AuReadLockFunc(name) \ -+ AuWriteLockFunc(name) -+ -+AuRWLockFuncs(1); -+AuRWLockFuncs(2); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+#define FiMustNoWaiters(f) AuRwMustNoWaiters(&au_fi(f)->fi_rwsem) -+#define FiMustAnyLock(f) AuRwMustAnyLock(&au_fi(f)->fi_rwsem) -+#define FiMustWriteLock(f) AuRwMustWriteLock(&au_fi(f)->fi_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: hard/soft set? */ -+static inline aufs_bindex_t au_fbtop(struct file *file) -+{ -+ FiMustAnyLock(file); -+ return au_fi(file)->fi_btop; -+} -+ -+static inline aufs_bindex_t au_fbbot_dir(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_bbot; -+} -+ -+static inline struct au_vdir *au_fvdir_cache(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_vdir_cache; -+} -+ -+static inline void au_set_fbtop(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustWriteLock(file); -+ au_fi(file)->fi_btop = bindex; -+} -+ -+static inline void au_set_fbbot_dir(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustWriteLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ au_fi(file)->fi_hdir->fd_bbot = bindex; -+} -+ -+static inline void au_set_fvdir_cache(struct file *file, -+ struct au_vdir *vdir_cache) -+{ -+ FiMustWriteLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ au_fi(file)->fi_hdir->fd_vdir_cache = vdir_cache; -+} -+ -+static inline struct file *au_hf_top(struct file *file) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_htop.hf_file; -+} -+ -+static inline struct file *au_hf_dir(struct file *file, aufs_bindex_t bindex) -+{ -+ FiMustAnyLock(file); -+ AuDebugOn(!au_fi(file)->fi_hdir); -+ return au_fi(file)->fi_hdir->fd_hfile[0 + bindex].hf_file; -+} -+ -+/* todo: memory barrier? */ -+static inline unsigned int au_figen(struct file *f) -+{ -+ return atomic_read(&au_fi(f)->fi_generation); -+} -+ -+static inline void au_set_mmapped(struct file *f) -+{ -+ if (atomic_inc_return(&au_fi(f)->fi_mmapped)) -+ return; -+ pr_warn("fi_mmapped wrapped around\n"); -+ while (!atomic_inc_return(&au_fi(f)->fi_mmapped)) -+ ; -+} -+ -+static inline void au_unset_mmapped(struct file *f) -+{ -+ atomic_dec(&au_fi(f)->fi_mmapped); -+} -+ -+static inline int au_test_mmapped(struct file *f) -+{ -+ return atomic_read(&au_fi(f)->fi_mmapped); -+} -+ -+/* customize vma->vm_file */ -+ -+static inline void au_do_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ struct file *f; -+ -+ f = vma->vm_file; -+ get_file(file); -+ vma->vm_file = file; -+ fput(f); -+} -+ -+#ifdef CONFIG_MMU -+#define AuDbgVmRegion(file, vma) do {} while (0) -+ -+static inline void au_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ au_do_vm_file_reset(vma, file); -+} -+#else -+#define AuDbgVmRegion(file, vma) \ -+ AuDebugOn((vma)->vm_region && (vma)->vm_region->vm_file != (file)) -+ -+static inline void au_vm_file_reset(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ struct file *f; -+ -+ au_do_vm_file_reset(vma, file); -+ f = vma->vm_region->vm_file; -+ get_file(file); -+ vma->vm_region->vm_file = file; -+ fput(f); -+} -+#endif /* CONFIG_MMU */ -+ -+/* handle vma->vm_prfile */ -+static inline void au_vm_prfile_set(struct vm_area_struct *vma, -+ struct file *file) -+{ -+ get_file(file); -+ vma->vm_prfile = file; -+#ifndef CONFIG_MMU -+ get_file(file); -+ vma->vm_region->vm_prfile = file; -+#endif -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_FILE_H__ */ -diff --git a/fs/aufs/finfo.c b/fs/aufs/finfo.c -new file mode 100644 -index 000000000000..e46da749ef33 ---- /dev/null -+++ b/fs/aufs/finfo.c -@@ -0,0 +1,136 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * file private data -+ */ -+ -+#include "aufs.h" -+ -+void au_hfput(struct au_hfile *hf, int execed) -+{ -+ if (execed) -+ allow_write_access(hf->hf_file); -+ fput(hf->hf_file); -+ hf->hf_file = NULL; -+ au_lcnt_dec(&hf->hf_br->br_nfiles); -+ hf->hf_br = NULL; -+} -+ -+void au_set_h_fptr(struct file *file, aufs_bindex_t bindex, struct file *val) -+{ -+ struct au_finfo *finfo = au_fi(file); -+ struct au_hfile *hf; -+ struct au_fidir *fidir; -+ -+ fidir = finfo->fi_hdir; -+ if (!fidir) { -+ AuDebugOn(finfo->fi_btop != bindex); -+ hf = &finfo->fi_htop; -+ } else -+ hf = fidir->fd_hfile + bindex; -+ -+ if (hf && hf->hf_file) -+ au_hfput(hf, vfsub_file_execed(file)); -+ if (val) { -+ FiMustWriteLock(file); -+ AuDebugOn(IS_ERR_OR_NULL(file->f_path.dentry)); -+ hf->hf_file = val; -+ hf->hf_br = au_sbr(file->f_path.dentry->d_sb, bindex); -+ } -+} -+ -+void au_update_figen(struct file *file) -+{ -+ atomic_set(&au_fi(file)->fi_generation, au_digen(file->f_path.dentry)); -+ /* smp_mb(); */ /* atomic_set */ -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_fidir *au_fidir_alloc(struct super_block *sb) -+{ -+ struct au_fidir *fidir; -+ int nbr; -+ -+ nbr = au_sbbot(sb) + 1; -+ if (nbr < 2) -+ nbr = 2; /* initial allocate for 2 branches */ -+ fidir = kzalloc(au_fidir_sz(nbr), GFP_NOFS); -+ if (fidir) { -+ fidir->fd_bbot = -1; -+ fidir->fd_nent = nbr; -+ } -+ -+ return fidir; -+} -+ -+int au_fidir_realloc(struct au_finfo *finfo, int nbr, int may_shrink) -+{ -+ int err; -+ struct au_fidir *fidir, *p; -+ -+ AuRwMustWriteLock(&finfo->fi_rwsem); -+ fidir = finfo->fi_hdir; -+ AuDebugOn(!fidir); -+ -+ err = -ENOMEM; -+ p = au_kzrealloc(fidir, au_fidir_sz(fidir->fd_nent), au_fidir_sz(nbr), -+ GFP_NOFS, may_shrink); -+ if (p) { -+ p->fd_nent = nbr; -+ finfo->fi_hdir = p; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_finfo_fin(struct file *file) -+{ -+ struct au_finfo *finfo; -+ -+ au_lcnt_dec(&au_sbi(file->f_path.dentry->d_sb)->si_nfiles); -+ -+ finfo = au_fi(file); -+ AuDebugOn(finfo->fi_hdir); -+ AuRwDestroy(&finfo->fi_rwsem); -+ au_cache_free_finfo(finfo); -+} -+ -+void au_fi_init_once(void *_finfo) -+{ -+ struct au_finfo *finfo = _finfo; -+ -+ au_rw_init(&finfo->fi_rwsem); -+} -+ -+int au_finfo_init(struct file *file, struct au_fidir *fidir) -+{ -+ int err; -+ struct au_finfo *finfo; -+ struct dentry *dentry; -+ -+ err = -ENOMEM; -+ dentry = file->f_path.dentry; -+ finfo = au_cache_alloc_finfo(); -+ if (unlikely(!finfo)) -+ goto out; -+ -+ err = 0; -+ au_lcnt_inc(&au_sbi(dentry->d_sb)->si_nfiles); -+ au_rw_write_lock(&finfo->fi_rwsem); -+ finfo->fi_btop = -1; -+ finfo->fi_hdir = fidir; -+ atomic_set(&finfo->fi_generation, au_digen(dentry)); -+ /* smp_mb(); */ /* atomic_set */ -+ -+ file->private_data = finfo; -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/fstype.h b/fs/aufs/fstype.h -new file mode 100644 -index 000000000000..0a6b40f9612c ---- /dev/null -+++ b/fs/aufs/fstype.h -@@ -0,0 +1,388 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * judging filesystem type -+ */ -+ -+#ifndef __AUFS_FSTYPE_H__ -+#define __AUFS_FSTYPE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+ -+static inline int au_test_aufs(struct super_block *sb) -+{ -+ return sb->s_magic == AUFS_SUPER_MAGIC; -+} -+ -+static inline const char *au_sbtype(struct super_block *sb) -+{ -+ return sb->s_type->name; -+} -+ -+static inline int au_test_iso9660(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ISO9660_FS) -+ return sb->s_magic == ISOFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_romfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ROMFS_FS) -+ return sb->s_magic == ROMFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_cramfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_CRAMFS) -+ return sb->s_magic == CRAMFS_MAGIC; -+#endif -+ return 0; -+} -+ -+static inline int au_test_nfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_NFS_FS) -+ return sb->s_magic == NFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_fuse(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_FUSE_FS) -+ return sb->s_magic == FUSE_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_xfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_XFS_FS) -+ return sb->s_magic == XFS_SB_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_tmpfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_TMPFS -+ return sb->s_magic == TMPFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_ecryptfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_ECRYPT_FS) -+ return !strcmp(au_sbtype(sb), "ecryptfs"); -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_ramfs(struct super_block *sb) -+{ -+ return sb->s_magic == RAMFS_MAGIC; -+} -+ -+static inline int au_test_ubifs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_UBIFS_FS) -+ return sb->s_magic == UBIFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_procfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_PROC_FS -+ return sb->s_magic == PROC_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_sysfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_SYSFS -+ return sb->s_magic == SYSFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_configfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_CONFIGFS_FS) -+ return sb->s_magic == CONFIGFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_minix(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_MINIX_FS) -+ return sb->s_magic == MINIX3_SUPER_MAGIC -+ || sb->s_magic == MINIX2_SUPER_MAGIC -+ || sb->s_magic == MINIX2_SUPER_MAGIC2 -+ || sb->s_magic == MINIX_SUPER_MAGIC -+ || sb->s_magic == MINIX_SUPER_MAGIC2; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_fat(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_FAT_FS) -+ return sb->s_magic == MSDOS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_msdos(struct super_block *sb) -+{ -+ return au_test_fat(sb); -+} -+ -+static inline int au_test_vfat(struct super_block *sb) -+{ -+ return au_test_fat(sb); -+} -+ -+static inline int au_test_securityfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_SECURITYFS -+ return sb->s_magic == SECURITYFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_squashfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_SQUASHFS) -+ return sb->s_magic == SQUASHFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_btrfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_BTRFS_FS) -+ return sb->s_magic == BTRFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_xenfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_XENFS) -+ return sb->s_magic == XENFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_debugfs(struct super_block *sb __maybe_unused) -+{ -+#ifdef CONFIG_DEBUG_FS -+ return sb->s_magic == DEBUGFS_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_nilfs(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_NILFS) -+ return sb->s_magic == NILFS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+static inline int au_test_hfsplus(struct super_block *sb __maybe_unused) -+{ -+#if IS_ENABLED(CONFIG_HFSPLUS_FS) -+ return sb->s_magic == HFSPLUS_SUPER_MAGIC; -+#else -+ return 0; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * they can't be an aufs branch. -+ */ -+static inline int au_test_fs_unsuppoted(struct super_block *sb) -+{ -+ return -+#ifndef CONFIG_AUFS_BR_RAMFS -+ au_test_ramfs(sb) || -+#endif -+ au_test_procfs(sb) -+ || au_test_sysfs(sb) -+ || au_test_configfs(sb) -+ || au_test_debugfs(sb) -+ || au_test_securityfs(sb) -+ || au_test_xenfs(sb) -+ || au_test_ecryptfs(sb) -+ /* || !strcmp(au_sbtype(sb), "unionfs") */ -+ || au_test_aufs(sb); /* will be supported in next version */ -+} -+ -+static inline int au_test_fs_remote(struct super_block *sb) -+{ -+ return !au_test_tmpfs(sb) -+#ifdef CONFIG_AUFS_BR_RAMFS -+ && !au_test_ramfs(sb) -+#endif -+ && !(sb->s_type->fs_flags & FS_REQUIRES_DEV); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * Note: these functions (below) are created after reading ->getattr() in all -+ * filesystems under linux/fs. it means we have to do so in every update... -+ */ -+ -+/* -+ * some filesystems require getattr to refresh the inode attributes before -+ * referencing. -+ * in most cases, we can rely on the inode attribute in NFS (or every remote fs) -+ * and leave the work for d_revalidate() -+ */ -+static inline int au_test_fs_refresh_iattr(struct super_block *sb) -+{ -+ return au_test_nfs(sb) -+ || au_test_fuse(sb) -+ /* || au_test_btrfs(sb) */ /* untested */ -+ ; -+} -+ -+/* -+ * filesystems which don't maintain i_size or i_blocks. -+ */ -+static inline int au_test_fs_bad_iattr_size(struct super_block *sb) -+{ -+ return au_test_xfs(sb) -+ || au_test_btrfs(sb) -+ || au_test_ubifs(sb) -+ || au_test_hfsplus(sb) /* maintained, but incorrect */ -+ /* || au_test_minix(sb) */ /* untested */ -+ ; -+} -+ -+/* -+ * filesystems which don't store the correct value in some of their inode -+ * attributes. -+ */ -+static inline int au_test_fs_bad_iattr(struct super_block *sb) -+{ -+ return au_test_fs_bad_iattr_size(sb) -+ || au_test_fat(sb) -+ || au_test_msdos(sb) -+ || au_test_vfat(sb); -+} -+ -+/* they don't check i_nlink in link(2) */ -+static inline int au_test_fs_no_limit_nlink(struct super_block *sb) -+{ -+ return au_test_tmpfs(sb) -+#ifdef CONFIG_AUFS_BR_RAMFS -+ || au_test_ramfs(sb) -+#endif -+ || au_test_ubifs(sb) -+ || au_test_hfsplus(sb); -+} -+ -+/* -+ * filesystems which sets S_NOATIME and S_NOCMTIME. -+ */ -+static inline int au_test_fs_notime(struct super_block *sb) -+{ -+ return au_test_nfs(sb) -+ || au_test_fuse(sb) -+ || au_test_ubifs(sb) -+ ; -+} -+ -+/* temporary support for i#1 in cramfs */ -+static inline int au_test_fs_unique_ino(struct inode *inode) -+{ -+ if (au_test_cramfs(inode->i_sb)) -+ return inode->i_ino != 1; -+ return 1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * the filesystem where the xino files placed must support i/o after unlink and -+ * maintain i_size and i_blocks. -+ */ -+static inline int au_test_fs_bad_xino(struct super_block *sb) -+{ -+ return au_test_fs_remote(sb) -+ || au_test_fs_bad_iattr_size(sb) -+ /* don't want unnecessary work for xino */ -+ || au_test_aufs(sb) -+ || au_test_ecryptfs(sb) -+ || au_test_nilfs(sb); -+} -+ -+static inline int au_test_fs_trunc_xino(struct super_block *sb) -+{ -+ return au_test_tmpfs(sb) -+ || au_test_ramfs(sb); -+} -+ -+/* -+ * test if the @sb is real-readonly. -+ */ -+static inline int au_test_fs_rr(struct super_block *sb) -+{ -+ return au_test_squashfs(sb) -+ || au_test_iso9660(sb) -+ || au_test_cramfs(sb) -+ || au_test_romfs(sb); -+} -+ -+/* -+ * test if the @inode is nfs with 'noacl' option -+ * NFS always sets SB_POSIXACL regardless its mount option 'noacl.' -+ */ -+static inline int au_test_nfs_noacl(struct inode *inode) -+{ -+ return au_test_nfs(inode->i_sb) -+ /* && IS_POSIXACL(inode) */ -+ && !nfs_server_capable(inode, NFS_CAP_ACLS); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_FSTYPE_H__ */ -diff --git a/fs/aufs/hbl.h b/fs/aufs/hbl.h -new file mode 100644 -index 000000000000..feff55d18aa6 ---- /dev/null -+++ b/fs/aufs/hbl.h -@@ -0,0 +1,52 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2017-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * helpers for hlist_bl.h -+ */ -+ -+#ifndef __AUFS_HBL_H__ -+#define __AUFS_HBL_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+static inline void au_hbl_add(struct hlist_bl_node *node, -+ struct hlist_bl_head *hbl) -+{ -+ hlist_bl_lock(hbl); -+ hlist_bl_add_head(node, hbl); -+ hlist_bl_unlock(hbl); -+} -+ -+static inline void au_hbl_del(struct hlist_bl_node *node, -+ struct hlist_bl_head *hbl) -+{ -+ hlist_bl_lock(hbl); -+ hlist_bl_del(node); -+ hlist_bl_unlock(hbl); -+} -+ -+#define au_hbl_for_each(pos, head) \ -+ for (pos = hlist_bl_first(head); \ -+ pos; \ -+ pos = pos->next) -+ -+static inline unsigned long au_hbl_count(struct hlist_bl_head *hbl) -+{ -+ unsigned long cnt; -+ struct hlist_bl_node *pos; -+ -+ cnt = 0; -+ hlist_bl_lock(hbl); -+ au_hbl_for_each(pos, hbl) -+ cnt++; -+ hlist_bl_unlock(hbl); -+ return cnt; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_HBL_H__ */ -diff --git a/fs/aufs/hfsnotify.c b/fs/aufs/hfsnotify.c -new file mode 100644 -index 000000000000..414527996ace ---- /dev/null -+++ b/fs/aufs/hfsnotify.c -@@ -0,0 +1,276 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * fsnotify for the lower directories -+ */ -+ -+#include "aufs.h" -+ -+/* FS_IN_IGNORED is unnecessary */ -+static const __u32 AuHfsnMask = (FS_MOVED_TO | FS_MOVED_FROM | FS_DELETE -+ | FS_CREATE | FS_EVENT_ON_CHILD); -+static DECLARE_WAIT_QUEUE_HEAD(au_hfsn_wq); -+static __cacheline_aligned_in_smp atomic64_t au_hfsn_ifree = ATOMIC64_INIT(0); -+ -+static void au_hfsn_free_mark(struct fsnotify_mark *mark) -+{ -+ struct au_hnotify *hn = container_of(mark, struct au_hnotify, -+ hn_mark); -+ /* AuDbg("here\n"); */ -+ au_cache_free_hnotify(hn); -+ smp_mb__before_atomic(); /* for atomic64_dec */ -+ if (atomic64_dec_and_test(&au_hfsn_ifree)) -+ wake_up(&au_hfsn_wq); -+} -+ -+static int au_hfsn_alloc(struct au_hinode *hinode) -+{ -+ int err; -+ struct au_hnotify *hn; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct fsnotify_mark *mark; -+ aufs_bindex_t bindex; -+ -+ hn = hinode->hi_notify; -+ sb = hn->hn_aufs_inode->i_sb; -+ bindex = au_br_index(sb, hinode->hi_id); -+ br = au_sbr(sb, bindex); -+ AuDebugOn(!br->br_hfsn); -+ -+ mark = &hn->hn_mark; -+ fsnotify_init_mark(mark, br->br_hfsn->hfsn_group); -+ mark->mask = AuHfsnMask; -+ /* -+ * by udba rename or rmdir, aufs assign a new inode to the known -+ * h_inode, so specify 1 to allow dups. -+ */ -+ lockdep_off(); -+ err = fsnotify_add_inode_mark(mark, hinode->hi_inode, /*allow_dups*/1); -+ lockdep_on(); -+ -+ return err; -+} -+ -+static int au_hfsn_free(struct au_hinode *hinode, struct au_hnotify *hn) -+{ -+ struct fsnotify_mark *mark; -+ unsigned long long ull; -+ struct fsnotify_group *group; -+ -+ ull = atomic64_inc_return(&au_hfsn_ifree); -+ BUG_ON(!ull); -+ -+ mark = &hn->hn_mark; -+ spin_lock(&mark->lock); -+ group = mark->group; -+ fsnotify_get_group(group); -+ spin_unlock(&mark->lock); -+ lockdep_off(); -+ fsnotify_destroy_mark(mark, group); -+ fsnotify_put_mark(mark); -+ fsnotify_put_group(group); -+ lockdep_on(); -+ -+ /* free hn by myself */ -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_ctl(struct au_hinode *hinode, int do_set) -+{ -+ struct fsnotify_mark *mark; -+ -+ mark = &hinode->hi_notify->hn_mark; -+ spin_lock(&mark->lock); -+ if (do_set) { -+ AuDebugOn(mark->mask & AuHfsnMask); -+ mark->mask |= AuHfsnMask; -+ } else { -+ AuDebugOn(!(mark->mask & AuHfsnMask)); -+ mark->mask &= ~AuHfsnMask; -+ } -+ spin_unlock(&mark->lock); -+ /* fsnotify_recalc_inode_mask(hinode->hi_inode); */ -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* #define AuDbgHnotify */ -+#ifdef AuDbgHnotify -+static char *au_hfsn_name(u32 mask) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+#define test_ret(flag) \ -+ do { \ -+ if (mask & flag) \ -+ return #flag; \ -+ } while (0) -+ test_ret(FS_ACCESS); -+ test_ret(FS_MODIFY); -+ test_ret(FS_ATTRIB); -+ test_ret(FS_CLOSE_WRITE); -+ test_ret(FS_CLOSE_NOWRITE); -+ test_ret(FS_OPEN); -+ test_ret(FS_MOVED_FROM); -+ test_ret(FS_MOVED_TO); -+ test_ret(FS_CREATE); -+ test_ret(FS_DELETE); -+ test_ret(FS_DELETE_SELF); -+ test_ret(FS_MOVE_SELF); -+ test_ret(FS_UNMOUNT); -+ test_ret(FS_Q_OVERFLOW); -+ test_ret(FS_IN_IGNORED); -+ test_ret(FS_ISDIR); -+ test_ret(FS_IN_ONESHOT); -+ test_ret(FS_EVENT_ON_CHILD); -+ return ""; -+#undef test_ret -+#else -+ return "??"; -+#endif -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_free_group(struct fsnotify_group *group) -+{ -+ struct au_br_hfsnotify *hfsn = group->private; -+ -+ /* AuDbg("here\n"); */ -+ kfree(hfsn); -+} -+ -+static int au_hfsn_handle_event(struct fsnotify_group *group, -+ struct inode *inode, -+ u32 mask, const void *data, int data_type, -+ const unsigned char *file_name, u32 cookie, -+ struct fsnotify_iter_info *iter_info) -+{ -+ int err; -+ struct au_hnotify *hnotify; -+ struct inode *h_dir, *h_inode; -+ struct qstr h_child_qstr = QSTR_INIT(file_name, strlen(file_name)); -+ struct fsnotify_mark *inode_mark; -+ -+ AuDebugOn(data_type != FSNOTIFY_EVENT_INODE); -+ -+ err = 0; -+ /* if FS_UNMOUNT happens, there must be another bug */ -+ AuDebugOn(mask & FS_UNMOUNT); -+ if (mask & (FS_IN_IGNORED | FS_UNMOUNT)) -+ goto out; -+ -+ h_dir = inode; -+ h_inode = NULL; -+#ifdef AuDbgHnotify -+ au_debug_on(); -+ if (1 || h_child_qstr.len != sizeof(AUFS_XINO_FNAME) - 1 -+ || strncmp(h_child_qstr.name, AUFS_XINO_FNAME, h_child_qstr.len)) { -+ AuDbg("i%lu, mask 0x%x %s, hcname %.*s, hi%lu\n", -+ h_dir->i_ino, mask, au_hfsn_name(mask), -+ AuLNPair(&h_child_qstr), h_inode ? h_inode->i_ino : 0); -+ /* WARN_ON(1); */ -+ } -+ au_debug_off(); -+#endif -+ -+ inode_mark = fsnotify_iter_inode_mark(iter_info); -+ AuDebugOn(!inode_mark); -+ hnotify = container_of(inode_mark, struct au_hnotify, hn_mark); -+ err = au_hnotify(h_dir, hnotify, mask, &h_child_qstr, h_inode); -+ -+out: -+ return err; -+} -+ -+static struct fsnotify_ops au_hfsn_ops = { -+ .handle_event = au_hfsn_handle_event, -+ .free_group_priv = au_hfsn_free_group, -+ .free_mark = au_hfsn_free_mark -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_fin_br(struct au_branch *br) -+{ -+ struct au_br_hfsnotify *hfsn; -+ -+ hfsn = br->br_hfsn; -+ if (hfsn) { -+ lockdep_off(); -+ fsnotify_put_group(hfsn->hfsn_group); -+ lockdep_on(); -+ } -+} -+ -+static int au_hfsn_init_br(struct au_branch *br, int perm) -+{ -+ int err; -+ struct fsnotify_group *group; -+ struct au_br_hfsnotify *hfsn; -+ -+ err = 0; -+ br->br_hfsn = NULL; -+ if (!au_br_hnotifyable(perm)) -+ goto out; -+ -+ err = -ENOMEM; -+ hfsn = kmalloc(sizeof(*hfsn), GFP_NOFS); -+ if (unlikely(!hfsn)) -+ goto out; -+ -+ err = 0; -+ group = fsnotify_alloc_group(&au_hfsn_ops); -+ if (IS_ERR(group)) { -+ err = PTR_ERR(group); -+ pr_err("fsnotify_alloc_group() failed, %d\n", err); -+ goto out_hfsn; -+ } -+ -+ group->private = hfsn; -+ hfsn->hfsn_group = group; -+ br->br_hfsn = hfsn; -+ goto out; /* success */ -+ -+out_hfsn: -+ kfree(hfsn); -+out: -+ return err; -+} -+ -+static int au_hfsn_reset_br(unsigned int udba, struct au_branch *br, int perm) -+{ -+ int err; -+ -+ err = 0; -+ if (!br->br_hfsn) -+ err = au_hfsn_init_br(br, perm); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_hfsn_fin(void) -+{ -+ AuDbg("au_hfsn_ifree %lld\n", (long long)atomic64_read(&au_hfsn_ifree)); -+ wait_event(au_hfsn_wq, !atomic64_read(&au_hfsn_ifree)); -+} -+ -+const struct au_hnotify_op au_hnotify_op = { -+ .ctl = au_hfsn_ctl, -+ .alloc = au_hfsn_alloc, -+ .free = au_hfsn_free, -+ -+ .fin = au_hfsn_fin, -+ -+ .reset_br = au_hfsn_reset_br, -+ .fin_br = au_hfsn_fin_br, -+ .init_br = au_hfsn_init_br -+}; -diff --git a/fs/aufs/hfsplus.c b/fs/aufs/hfsplus.c -new file mode 100644 -index 000000000000..7f60a264e00d ---- /dev/null -+++ b/fs/aufs/hfsplus.c -@@ -0,0 +1,47 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2010-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * special support for filesystems which acquires an inode mutex -+ * at final closing a file, eg, hfsplus. -+ * -+ * This trick is very simple and stupid, just to open the file before really -+ * necessary open to tell hfsplus that this is not the final closing. -+ * The caller should call au_h_open_pre() after acquiring the inode mutex, -+ * and au_h_open_post() after releasing it. -+ */ -+ -+#include "aufs.h" -+ -+struct file *au_h_open_pre(struct dentry *dentry, aufs_bindex_t bindex, -+ int force_wr) -+{ -+ struct file *h_file; -+ struct dentry *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ AuDebugOn(!h_dentry); -+ AuDebugOn(d_is_negative(h_dentry)); -+ -+ h_file = NULL; -+ if (au_test_hfsplus(h_dentry->d_sb) -+ && d_is_reg(h_dentry)) -+ h_file = au_h_open(dentry, bindex, -+ O_RDONLY | O_NOATIME | O_LARGEFILE, -+ /*file*/NULL, force_wr); -+ return h_file; -+} -+ -+void au_h_open_post(struct dentry *dentry, aufs_bindex_t bindex, -+ struct file *h_file) -+{ -+ struct au_branch *br; -+ -+ if (h_file) { -+ fput(h_file); -+ br = au_sbr(dentry->d_sb, bindex); -+ au_lcnt_dec(&br->br_nfiles); -+ } -+} -diff --git a/fs/aufs/hnotify.c b/fs/aufs/hnotify.c -new file mode 100644 -index 000000000000..7fdeb27cfa42 ---- /dev/null -+++ b/fs/aufs/hnotify.c -@@ -0,0 +1,707 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * abstraction to notify the direct changes on lower directories -+ */ -+ -+#include "aufs.h" -+ -+int au_hn_alloc(struct au_hinode *hinode, struct inode *inode) -+{ -+ int err; -+ struct au_hnotify *hn; -+ -+ err = -ENOMEM; -+ hn = au_cache_alloc_hnotify(); -+ if (hn) { -+ hn->hn_aufs_inode = inode; -+ hinode->hi_notify = hn; -+ err = au_hnotify_op.alloc(hinode); -+ AuTraceErr(err); -+ if (unlikely(err)) { -+ hinode->hi_notify = NULL; -+ au_cache_free_hnotify(hn); -+ /* -+ * The upper dir was removed by udba, but the same named -+ * dir left. In this case, aufs assigns a new inode -+ * number and set the monitor again. -+ * For the lower dir, the old monitor is still left. -+ */ -+ if (err == -EEXIST) -+ err = 0; -+ } -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_hn_free(struct au_hinode *hinode) -+{ -+ struct au_hnotify *hn; -+ -+ hn = hinode->hi_notify; -+ if (hn) { -+ hinode->hi_notify = NULL; -+ if (au_hnotify_op.free(hinode, hn)) -+ au_cache_free_hnotify(hn); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_hn_ctl(struct au_hinode *hinode, int do_set) -+{ -+ if (hinode->hi_notify) -+ au_hnotify_op.ctl(hinode, do_set); -+} -+ -+void au_hn_reset(struct inode *inode, unsigned int flags) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct inode *hi; -+ struct dentry *iwhdentry; -+ -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); bindex <= bbot; bindex++) { -+ hi = au_h_iptr(inode, bindex); -+ if (!hi) -+ continue; -+ -+ /* inode_lock_nested(hi, AuLsc_I_CHILD); */ -+ iwhdentry = au_hi_wh(inode, bindex); -+ if (iwhdentry) -+ dget(iwhdentry); -+ au_igrab(hi); -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ au_set_h_iptr(inode, bindex, au_igrab(hi), -+ flags & ~AuHi_XINO); -+ iput(hi); -+ dput(iwhdentry); -+ /* inode_unlock(hi); */ -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int hn_xino(struct inode *inode, struct inode *h_inode) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot, bfound, btop; -+ struct inode *h_i; -+ -+ err = 0; -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("branch root dir was changed\n"); -+ goto out; -+ } -+ -+ bfound = -1; -+ bbot = au_ibbot(inode); -+ btop = au_ibtop(inode); -+#if 0 /* reserved for future use */ -+ if (bindex == bbot) { -+ /* keep this ino in rename case */ -+ goto out; -+ } -+#endif -+ for (bindex = btop; bindex <= bbot; bindex++) -+ if (au_h_iptr(inode, bindex) == h_inode) { -+ bfound = bindex; -+ break; -+ } -+ if (bfound < 0) -+ goto out; -+ -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ h_i = au_h_iptr(inode, bindex); -+ if (!h_i) -+ continue; -+ -+ err = au_xino_write(inode->i_sb, bindex, h_i->i_ino, /*ino*/0); -+ /* ignore this error */ -+ /* bad action? */ -+ } -+ -+ /* children inode number will be broken */ -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int hn_gen_tree(struct dentry *dentry) -+{ -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, dentry, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ struct dentry *d; -+ -+ d = dentries[j]; -+ if (IS_ROOT(d)) -+ continue; -+ -+ au_digen_dec(d); -+ if (d_really_is_positive(d)) -+ /* todo: reset children xino? -+ cached children only? */ -+ au_iigen_dec(d_inode(d)); -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+ -+#if 0 -+ /* discard children */ -+ dentry_unhash(dentry); -+ dput(dentry); -+#endif -+out: -+ return err; -+} -+ -+/* -+ * return 0 if processed. -+ */ -+static int hn_gen_by_inode(char *name, unsigned int nlen, struct inode *inode, -+ const unsigned int isdir) -+{ -+ int err; -+ struct dentry *d; -+ struct qstr *dname; -+ -+ err = 1; -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("branch root dir was changed\n"); -+ err = 0; -+ goto out; -+ } -+ -+ if (!isdir) { -+ AuDebugOn(!name); -+ au_iigen_dec(inode); -+ spin_lock(&inode->i_lock); -+ hlist_for_each_entry(d, &inode->i_dentry, d_u.d_alias) { -+ spin_lock(&d->d_lock); -+ dname = &d->d_name; -+ if (dname->len != nlen -+ && memcmp(dname->name, name, nlen)) { -+ spin_unlock(&d->d_lock); -+ continue; -+ } -+ err = 0; -+ au_digen_dec(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ spin_unlock(&inode->i_lock); -+ } else { -+ au_fset_si(au_sbi(inode->i_sb), FAILED_REFRESH_DIR); -+ d = d_find_any_alias(inode); -+ if (!d) { -+ au_iigen_dec(inode); -+ goto out; -+ } -+ -+ spin_lock(&d->d_lock); -+ dname = &d->d_name; -+ if (dname->len == nlen && !memcmp(dname->name, name, nlen)) { -+ spin_unlock(&d->d_lock); -+ err = hn_gen_tree(d); -+ spin_lock(&d->d_lock); -+ } -+ spin_unlock(&d->d_lock); -+ dput(d); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int hn_gen_by_name(struct dentry *dentry, const unsigned int isdir) -+{ -+ int err; -+ -+ if (IS_ROOT(dentry)) { -+ pr_warn("branch root dir was changed\n"); -+ return 0; -+ } -+ -+ err = 0; -+ if (!isdir) { -+ au_digen_dec(dentry); -+ if (d_really_is_positive(dentry)) -+ au_iigen_dec(d_inode(dentry)); -+ } else { -+ au_fset_si(au_sbi(dentry->d_sb), FAILED_REFRESH_DIR); -+ if (d_really_is_positive(dentry)) -+ err = hn_gen_tree(dentry); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* hnotify job flags */ -+#define AuHnJob_XINO0 1 -+#define AuHnJob_GEN (1 << 1) -+#define AuHnJob_DIRENT (1 << 2) -+#define AuHnJob_ISDIR (1 << 3) -+#define AuHnJob_TRYXINO0 (1 << 4) -+#define AuHnJob_MNTPNT (1 << 5) -+#define au_ftest_hnjob(flags, name) ((flags) & AuHnJob_##name) -+#define au_fset_hnjob(flags, name) \ -+ do { (flags) |= AuHnJob_##name; } while (0) -+#define au_fclr_hnjob(flags, name) \ -+ do { (flags) &= ~AuHnJob_##name; } while (0) -+ -+enum { -+ AuHn_CHILD, -+ AuHn_PARENT, -+ AuHnLast -+}; -+ -+struct au_hnotify_args { -+ struct inode *h_dir, *dir, *h_child_inode; -+ u32 mask; -+ unsigned int flags[AuHnLast]; -+ unsigned int h_child_nlen; -+ char h_child_name[]; -+}; -+ -+struct hn_job_args { -+ unsigned int flags; -+ struct inode *inode, *h_inode, *dir, *h_dir; -+ struct dentry *dentry; -+ char *h_name; -+ int h_nlen; -+}; -+ -+static int hn_job(struct hn_job_args *a) -+{ -+ const unsigned int isdir = au_ftest_hnjob(a->flags, ISDIR); -+ int e; -+ -+ /* reset xino */ -+ if (au_ftest_hnjob(a->flags, XINO0) && a->inode) -+ hn_xino(a->inode, a->h_inode); /* ignore this error */ -+ -+ if (au_ftest_hnjob(a->flags, TRYXINO0) -+ && a->inode -+ && a->h_inode) { -+ inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD); -+ if (!a->h_inode->i_nlink -+ && !(a->h_inode->i_state & I_LINKABLE)) -+ hn_xino(a->inode, a->h_inode); /* ignore this error */ -+ inode_unlock_shared(a->h_inode); -+ } -+ -+ /* make the generation obsolete */ -+ if (au_ftest_hnjob(a->flags, GEN)) { -+ e = -1; -+ if (a->inode) -+ e = hn_gen_by_inode(a->h_name, a->h_nlen, a->inode, -+ isdir); -+ if (e && a->dentry) -+ hn_gen_by_name(a->dentry, isdir); -+ /* ignore this error */ -+ } -+ -+ /* make dir entries obsolete */ -+ if (au_ftest_hnjob(a->flags, DIRENT) && a->inode) { -+ struct au_vdir *vdir; -+ -+ vdir = au_ivdir(a->inode); -+ if (vdir) -+ vdir->vd_jiffy = 0; -+ /* IMustLock(a->inode); */ -+ /* inode_inc_iversion(a->inode); */ -+ } -+ -+ /* can do nothing but warn */ -+ if (au_ftest_hnjob(a->flags, MNTPNT) -+ && a->dentry -+ && d_mountpoint(a->dentry)) -+ pr_warn("mount-point %pd is removed or renamed\n", a->dentry); -+ -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *lookup_wlock_by_name(char *name, unsigned int nlen, -+ struct inode *dir) -+{ -+ struct dentry *dentry, *d, *parent; -+ struct qstr *dname; -+ -+ parent = d_find_any_alias(dir); -+ if (!parent) -+ return NULL; -+ -+ dentry = NULL; -+ spin_lock(&parent->d_lock); -+ list_for_each_entry(d, &parent->d_subdirs, d_child) { -+ /* AuDbg("%pd\n", d); */ -+ spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); -+ dname = &d->d_name; -+ if (dname->len != nlen || memcmp(dname->name, name, nlen)) -+ goto cont_unlock; -+ if (au_di(d)) -+ au_digen_dec(d); -+ else -+ goto cont_unlock; -+ if (au_dcount(d) > 0) { -+ dentry = dget_dlock(d); -+ spin_unlock(&d->d_lock); -+ break; -+ } -+ -+cont_unlock: -+ spin_unlock(&d->d_lock); -+ } -+ spin_unlock(&parent->d_lock); -+ dput(parent); -+ -+ if (dentry) -+ di_write_lock_child(dentry); -+ -+ return dentry; -+} -+ -+static struct inode *lookup_wlock_by_ino(struct super_block *sb, -+ aufs_bindex_t bindex, ino_t h_ino) -+{ -+ struct inode *inode; -+ ino_t ino; -+ int err; -+ -+ inode = NULL; -+ err = au_xino_read(sb, bindex, h_ino, &ino); -+ if (!err && ino) -+ inode = ilookup(sb, ino); -+ if (!inode) -+ goto out; -+ -+ if (unlikely(inode->i_ino == AUFS_ROOT_INO)) { -+ pr_warn("wrong root branch\n"); -+ iput(inode); -+ inode = NULL; -+ goto out; -+ } -+ -+ ii_write_lock_child(inode); -+ -+out: -+ return inode; -+} -+ -+static void au_hn_bh(void *_args) -+{ -+ struct au_hnotify_args *a = _args; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot, bfound; -+ unsigned char xino, try_iput; -+ int err; -+ struct inode *inode; -+ ino_t h_ino; -+ struct hn_job_args args; -+ struct dentry *dentry; -+ struct au_sbinfo *sbinfo; -+ -+ AuDebugOn(!_args); -+ AuDebugOn(!a->h_dir); -+ AuDebugOn(!a->dir); -+ AuDebugOn(!a->mask); -+ AuDbg("mask 0x%x, i%lu, hi%lu, hci%lu\n", -+ a->mask, a->dir->i_ino, a->h_dir->i_ino, -+ a->h_child_inode ? a->h_child_inode->i_ino : 0); -+ -+ inode = NULL; -+ dentry = NULL; -+ /* -+ * do not lock a->dir->i_mutex here -+ * because of d_revalidate() may cause a deadlock. -+ */ -+ sb = a->dir->i_sb; -+ AuDebugOn(!sb); -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!sbinfo); -+ si_write_lock(sb, AuLock_NOPLMW); -+ -+ if (au_opt_test(sbinfo->si_mntflags, DIRREN)) -+ switch (a->mask & FS_EVENTS_POSS_ON_CHILD) { -+ case FS_MOVED_FROM: -+ case FS_MOVED_TO: -+ AuWarn1("DIRREN with UDBA may not work correctly " -+ "for the direct rename(2)\n"); -+ } -+ -+ ii_read_lock_parent(a->dir); -+ bfound = -1; -+ bbot = au_ibbot(a->dir); -+ for (bindex = au_ibtop(a->dir); bindex <= bbot; bindex++) -+ if (au_h_iptr(a->dir, bindex) == a->h_dir) { -+ bfound = bindex; -+ break; -+ } -+ ii_read_unlock(a->dir); -+ if (unlikely(bfound < 0)) -+ goto out; -+ -+ xino = !!au_opt_test(au_mntflags(sb), XINO); -+ h_ino = 0; -+ if (a->h_child_inode) -+ h_ino = a->h_child_inode->i_ino; -+ -+ if (a->h_child_nlen -+ && (au_ftest_hnjob(a->flags[AuHn_CHILD], GEN) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], MNTPNT))) -+ dentry = lookup_wlock_by_name(a->h_child_name, a->h_child_nlen, -+ a->dir); -+ try_iput = 0; -+ if (dentry && d_really_is_positive(dentry)) -+ inode = d_inode(dentry); -+ if (xino && !inode && h_ino -+ && (au_ftest_hnjob(a->flags[AuHn_CHILD], XINO0) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], TRYXINO0) -+ || au_ftest_hnjob(a->flags[AuHn_CHILD], GEN))) { -+ inode = lookup_wlock_by_ino(sb, bfound, h_ino); -+ try_iput = 1; -+ } -+ -+ args.flags = a->flags[AuHn_CHILD]; -+ args.dentry = dentry; -+ args.inode = inode; -+ args.h_inode = a->h_child_inode; -+ args.dir = a->dir; -+ args.h_dir = a->h_dir; -+ args.h_name = a->h_child_name; -+ args.h_nlen = a->h_child_nlen; -+ err = hn_job(&args); -+ if (dentry) { -+ if (au_di(dentry)) -+ di_write_unlock(dentry); -+ dput(dentry); -+ } -+ if (inode && try_iput) { -+ ii_write_unlock(inode); -+ iput(inode); -+ } -+ -+ ii_write_lock_parent(a->dir); -+ args.flags = a->flags[AuHn_PARENT]; -+ args.dentry = NULL; -+ args.inode = a->dir; -+ args.h_inode = a->h_dir; -+ args.dir = NULL; -+ args.h_dir = NULL; -+ args.h_name = NULL; -+ args.h_nlen = 0; -+ err = hn_job(&args); -+ ii_write_unlock(a->dir); -+ -+out: -+ iput(a->h_child_inode); -+ iput(a->h_dir); -+ iput(a->dir); -+ si_write_unlock(sb); -+ au_nwt_done(&sbinfo->si_nowait); -+ kfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, -+ struct qstr *h_child_qstr, struct inode *h_child_inode) -+{ -+ int err, len; -+ unsigned int flags[AuHnLast], f; -+ unsigned char isdir, isroot, wh; -+ struct inode *dir; -+ struct au_hnotify_args *args; -+ char *p, *h_child_name; -+ -+ err = 0; -+ AuDebugOn(!hnotify || !hnotify->hn_aufs_inode); -+ dir = igrab(hnotify->hn_aufs_inode); -+ if (!dir) -+ goto out; -+ -+ isroot = (dir->i_ino == AUFS_ROOT_INO); -+ wh = 0; -+ h_child_name = (void *)h_child_qstr->name; -+ len = h_child_qstr->len; -+ if (h_child_name) { -+ if (len > AUFS_WH_PFX_LEN -+ && !memcmp(h_child_name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ h_child_name += AUFS_WH_PFX_LEN; -+ len -= AUFS_WH_PFX_LEN; -+ wh = 1; -+ } -+ } -+ -+ isdir = 0; -+ if (h_child_inode) -+ isdir = !!S_ISDIR(h_child_inode->i_mode); -+ flags[AuHn_PARENT] = AuHnJob_ISDIR; -+ flags[AuHn_CHILD] = 0; -+ if (isdir) -+ flags[AuHn_CHILD] = AuHnJob_ISDIR; -+ au_fset_hnjob(flags[AuHn_PARENT], DIRENT); -+ au_fset_hnjob(flags[AuHn_CHILD], GEN); -+ switch (mask & FS_EVENTS_POSS_ON_CHILD) { -+ case FS_MOVED_FROM: -+ case FS_MOVED_TO: -+ au_fset_hnjob(flags[AuHn_CHILD], XINO0); -+ au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); -+ /*FALLTHROUGH*/ -+ case FS_CREATE: -+ AuDebugOn(!h_child_name); -+ break; -+ -+ case FS_DELETE: -+ /* -+ * aufs never be able to get this child inode. -+ * revalidation should be in d_revalidate() -+ * by checking i_nlink, i_generation or d_unhashed(). -+ */ -+ AuDebugOn(!h_child_name); -+ au_fset_hnjob(flags[AuHn_CHILD], TRYXINO0); -+ au_fset_hnjob(flags[AuHn_CHILD], MNTPNT); -+ break; -+ -+ default: -+ AuDebugOn(1); -+ } -+ -+ if (wh) -+ h_child_inode = NULL; -+ -+ err = -ENOMEM; -+ /* iput() and kfree() will be called in au_hnotify() */ -+ args = kmalloc(sizeof(*args) + len + 1, GFP_NOFS); -+ if (unlikely(!args)) { -+ AuErr1("no memory\n"); -+ iput(dir); -+ goto out; -+ } -+ args->flags[AuHn_PARENT] = flags[AuHn_PARENT]; -+ args->flags[AuHn_CHILD] = flags[AuHn_CHILD]; -+ args->mask = mask; -+ args->dir = dir; -+ args->h_dir = igrab(h_dir); -+ if (h_child_inode) -+ h_child_inode = igrab(h_child_inode); /* can be NULL */ -+ args->h_child_inode = h_child_inode; -+ args->h_child_nlen = len; -+ if (len) { -+ p = (void *)args; -+ p += sizeof(*args); -+ memcpy(p, h_child_name, len); -+ p[len] = 0; -+ } -+ -+ /* NFS fires the event for silly-renamed one from kworker */ -+ f = 0; -+ if (!dir->i_nlink -+ || (au_test_nfs(h_dir->i_sb) && (mask & FS_DELETE))) -+ f = AuWkq_NEST; -+ err = au_wkq_nowait(au_hn_bh, args, dir->i_sb, f); -+ if (unlikely(err)) { -+ pr_err("wkq %d\n", err); -+ iput(args->h_child_inode); -+ iput(args->h_dir); -+ iput(args->dir); -+ kfree(args); -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm) -+{ -+ int err; -+ -+ AuDebugOn(!(udba & AuOptMask_UDBA)); -+ -+ err = 0; -+ if (au_hnotify_op.reset_br) -+ err = au_hnotify_op.reset_br(udba, br, perm); -+ -+ return err; -+} -+ -+int au_hnotify_init_br(struct au_branch *br, int perm) -+{ -+ int err; -+ -+ err = 0; -+ if (au_hnotify_op.init_br) -+ err = au_hnotify_op.init_br(br, perm); -+ -+ return err; -+} -+ -+void au_hnotify_fin_br(struct au_branch *br) -+{ -+ if (au_hnotify_op.fin_br) -+ au_hnotify_op.fin_br(br); -+} -+ -+static void au_hn_destroy_cache(void) -+{ -+ kmem_cache_destroy(au_cache[AuCache_HNOTIFY]); -+ au_cache[AuCache_HNOTIFY] = NULL; -+} -+ -+int __init au_hnotify_init(void) -+{ -+ int err; -+ -+ err = -ENOMEM; -+ au_cache[AuCache_HNOTIFY] = AuCache(au_hnotify); -+ if (au_cache[AuCache_HNOTIFY]) { -+ err = 0; -+ if (au_hnotify_op.init) -+ err = au_hnotify_op.init(); -+ if (unlikely(err)) -+ au_hn_destroy_cache(); -+ } -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_hnotify_fin(void) -+{ -+ if (au_hnotify_op.fin) -+ au_hnotify_op.fin(); -+ -+ /* cf. au_cache_fin() */ -+ if (au_cache[AuCache_HNOTIFY]) -+ au_hn_destroy_cache(); -+} -diff --git a/fs/aufs/i_op.c b/fs/aufs/i_op.c -new file mode 100644 -index 000000000000..232d29fa25ec ---- /dev/null -+++ b/fs/aufs/i_op.c -@@ -0,0 +1,1493 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (except add/del/rename) -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+static int h_permission(struct inode *h_inode, int mask, -+ struct path *h_path, int brperm) -+{ -+ int err; -+ const unsigned char write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); -+ -+ err = -EPERM; -+ if (write_mask && IS_IMMUTABLE(h_inode)) -+ goto out; -+ -+ err = -EACCES; -+ if (((mask & MAY_EXEC) -+ && S_ISREG(h_inode->i_mode) -+ && (path_noexec(h_path) -+ || !(h_inode->i_mode & 0111)))) -+ goto out; -+ -+ /* -+ * - skip the lower fs test in the case of write to ro branch. -+ * - nfs dir permission write check is optimized, but a policy for -+ * link/rename requires a real check. -+ * - nfs always sets SB_POSIXACL regardless its mount option 'noacl.' -+ * in this case, generic_permission() returns -EOPNOTSUPP. -+ */ -+ if ((write_mask && !au_br_writable(brperm)) -+ || (au_test_nfs(h_inode->i_sb) && S_ISDIR(h_inode->i_mode) -+ && write_mask && !(mask & MAY_READ)) -+ || !h_inode->i_op->permission) { -+ /* AuLabel(generic_permission); */ -+ /* AuDbg("get_acl %ps\n", h_inode->i_op->get_acl); */ -+ err = generic_permission(h_inode, mask); -+ if (err == -EOPNOTSUPP && au_test_nfs_noacl(h_inode)) -+ err = h_inode->i_op->permission(h_inode, mask); -+ AuTraceErr(err); -+ } else { -+ /* AuLabel(h_inode->permission); */ -+ err = h_inode->i_op->permission(h_inode, mask); -+ AuTraceErr(err); -+ } -+ -+ if (!err) -+ err = devcgroup_inode_permission(h_inode, mask); -+ if (!err) -+ err = security_inode_permission(h_inode, mask); -+ -+#if 0 -+ if (!err) { -+ /* todo: do we need to call ima_path_check()? */ -+ struct path h_path = { -+ .dentry = -+ .mnt = h_mnt -+ }; -+ err = ima_path_check(&h_path, -+ mask & (MAY_READ | MAY_WRITE | MAY_EXEC), -+ IMA_COUNT_LEAVE); -+ } -+#endif -+ -+out: -+ return err; -+} -+ -+static int aufs_permission(struct inode *inode, int mask) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ const unsigned char isdir = !!S_ISDIR(inode->i_mode), -+ write_mask = !!(mask & (MAY_WRITE | MAY_APPEND)); -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct au_branch *br; -+ -+ /* todo: support rcu-walk? */ -+ if (mask & MAY_NOT_BLOCK) -+ return -ECHILD; -+ -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_read_lock_child(inode); -+#if 0 -+ err = au_iigen_test(inode, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out; -+#endif -+ -+ if (!isdir -+ || write_mask -+ || au_opt_test(au_mntflags(sb), DIRPERM1)) { -+ err = au_busy_or_stale(); -+ h_inode = au_h_iptr(inode, au_ibtop(inode)); -+ if (unlikely(!h_inode -+ || (h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT))) -+ goto out; -+ -+ err = 0; -+ bindex = au_ibtop(inode); -+ br = au_sbr(sb, bindex); -+ err = h_permission(h_inode, mask, &br->br_path, br->br_perm); -+ if (write_mask -+ && !err -+ && !special_file(h_inode->i_mode)) { -+ /* test whether the upper writable branch exists */ -+ err = -EROFS; -+ for (; bindex >= 0; bindex--) -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = 0; -+ break; -+ } -+ } -+ goto out; -+ } -+ -+ /* non-write to dir */ -+ err = 0; -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); !err && bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (h_inode) { -+ err = au_busy_or_stale(); -+ if (unlikely(!S_ISDIR(h_inode->i_mode))) -+ break; -+ -+ br = au_sbr(sb, bindex); -+ err = h_permission(h_inode, mask, &br->br_path, -+ br->br_perm); -+ } -+ } -+ -+out: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *aufs_lookup(struct inode *dir, struct dentry *dentry, -+ unsigned int flags) -+{ -+ struct dentry *ret, *parent; -+ struct inode *inode; -+ struct super_block *sb; -+ int err, npositive; -+ -+ IMustLock(dir); -+ -+ /* todo: support rcu-walk? */ -+ ret = ERR_PTR(-ECHILD); -+ if (flags & LOOKUP_RCU) -+ goto out; -+ -+ ret = ERR_PTR(-ENAMETOOLONG); -+ if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ goto out; -+ -+ sb = dir->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ ret = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_di_init(dentry); -+ ret = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_si; -+ -+ inode = NULL; -+ npositive = 0; /* suppress a warning */ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_alive_dir(parent); -+ if (!err) -+ err = au_digen_test(parent, au_sigen(sb)); -+ if (!err) { -+ /* regardless LOOKUP_CREATE, always ALLOW_NEG */ -+ npositive = au_lkup_dentry(dentry, au_dbtop(parent), -+ AuLkup_ALLOW_NEG); -+ err = npositive; -+ } -+ di_read_unlock(parent, AuLock_IR); -+ ret = ERR_PTR(err); -+ if (unlikely(err < 0)) -+ goto out_unlock; -+ -+ if (npositive) { -+ inode = au_new_inode(dentry, /*must_new*/0); -+ if (IS_ERR(inode)) { -+ ret = (void *)inode; -+ inode = NULL; -+ goto out_unlock; -+ } -+ } -+ -+ if (inode) -+ atomic_inc(&inode->i_count); -+ ret = d_splice_alias(inode, dentry); -+#if 0 -+ if (unlikely(d_need_lookup(dentry))) { -+ spin_lock(&dentry->d_lock); -+ dentry->d_flags &= ~DCACHE_NEED_LOOKUP; -+ spin_unlock(&dentry->d_lock); -+ } else -+#endif -+ if (inode) { -+ if (!IS_ERR(ret)) { -+ iput(inode); -+ if (ret && ret != dentry) -+ ii_write_unlock(inode); -+ } else { -+ ii_write_unlock(inode); -+ iput(inode); -+ inode = NULL; -+ } -+ } -+ -+out_unlock: -+ di_write_unlock(dentry); -+out_si: -+ si_read_unlock(sb); -+out: -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * very dirty and complicated aufs ->atomic_open(). -+ * aufs_atomic_open() -+ * + au_aopen_or_create() -+ * + add_simple() -+ * + vfsub_atomic_open() -+ * + branch fs ->atomic_open() -+ * may call the actual 'open' for h_file -+ * + inc br_nfiles only if opened -+ * + au_aopen_no_open() or au_aopen_do_open() -+ * -+ * au_aopen_do_open() -+ * + finish_open() -+ * + au_do_aopen() -+ * + au_do_open() the body of all 'open' -+ * + au_do_open_nondir() -+ * set the passed h_file -+ * -+ * au_aopen_no_open() -+ * + finish_no_open() -+ */ -+ -+struct aopen_node { -+ struct hlist_bl_node hblist; -+ struct file *file, *h_file; -+}; -+ -+static int au_do_aopen(struct inode *inode, struct file *file) -+{ -+ struct hlist_bl_head *aopen; -+ struct hlist_bl_node *pos; -+ struct aopen_node *node; -+ struct au_do_open_args args = { -+ .aopen = 1, -+ .open = au_do_open_nondir -+ }; -+ -+ aopen = &au_sbi(inode->i_sb)->si_aopen; -+ hlist_bl_lock(aopen); -+ hlist_bl_for_each_entry(node, pos, aopen, hblist) -+ if (node->file == file) { -+ args.h_file = node->h_file; -+ break; -+ } -+ hlist_bl_unlock(aopen); -+ /* AuDebugOn(!args.h_file); */ -+ -+ return au_do_open(file, &args); -+} -+ -+static int au_aopen_do_open(struct file *file, struct dentry *dentry, -+ struct aopen_node *aopen_node) -+{ -+ int err; -+ struct hlist_bl_head *aopen; -+ -+ AuLabel(here); -+ aopen = &au_sbi(dentry->d_sb)->si_aopen; -+ au_hbl_add(&aopen_node->hblist, aopen); -+ err = finish_open(file, dentry, au_do_aopen); -+ au_hbl_del(&aopen_node->hblist, aopen); -+ /* AuDbgFile(file); */ -+ AuDbg("%pd%s%s\n", dentry, -+ (file->f_mode & FMODE_CREATED) ? " created" : "", -+ (file->f_mode & FMODE_OPENED) ? " opened" : ""); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_aopen_no_open(struct file *file, struct dentry *dentry) -+{ -+ int err; -+ -+ AuLabel(here); -+ dget(dentry); -+ err = finish_no_open(file, dentry); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int aufs_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct file *file, unsigned int open_flag, -+ umode_t create_mode) -+{ -+ int err, did_open; -+ unsigned int lkup_flags; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct dentry *parent, *d; -+ struct vfsub_aopen_args args = { -+ .open_flag = open_flag, -+ .create_mode = create_mode -+ }; -+ struct aopen_node aopen_node = { -+ .file = file -+ }; -+ -+ IMustLock(dir); -+ AuDbg("open_flag 0%o\n", open_flag); -+ AuDbgDentry(dentry); -+ -+ err = 0; -+ if (!au_di(dentry)) { -+ lkup_flags = LOOKUP_OPEN; -+ if (open_flag & O_CREAT) -+ lkup_flags |= LOOKUP_CREATE; -+ d = aufs_lookup(dir, dentry, lkup_flags); -+ if (IS_ERR(d)) { -+ err = PTR_ERR(d); -+ AuTraceErr(err); -+ goto out; -+ } else if (d) { -+ /* -+ * obsoleted dentry found. -+ * another error will be returned later. -+ */ -+ d_drop(d); -+ AuDbgDentry(d); -+ dput(d); -+ } -+ AuDbgDentry(dentry); -+ } -+ -+ if (d_is_positive(dentry) -+ || d_unhashed(dentry) -+ || d_unlinked(dentry) -+ || !(open_flag & O_CREAT)) { -+ err = au_aopen_no_open(file, dentry); -+ goto out; /* success */ -+ } -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_GEN); -+ if (unlikely(err)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ parent = dentry->d_parent; /* dir is locked */ -+ di_write_lock_parent(parent); -+ err = au_lkup_dentry(dentry, /*btop*/0, AuLkup_ALLOW_NEG); -+ if (unlikely(err < 0)) -+ goto out_parent; -+ -+ AuDbgDentry(dentry); -+ if (d_is_positive(dentry)) { -+ err = au_aopen_no_open(file, dentry); -+ goto out_parent; /* success */ -+ } -+ -+ args.file = alloc_empty_file(file->f_flags, current_cred()); -+ err = PTR_ERR(args.file); -+ if (IS_ERR(args.file)) -+ goto out_parent; -+ -+ bindex = au_dbtop(dentry); -+ err = au_aopen_or_create(dir, dentry, &args); -+ AuTraceErr(err); -+ AuDbgFile(args.file); -+ file->f_mode = args.file->f_mode & ~FMODE_OPENED; -+ did_open = !!(args.file->f_mode & FMODE_OPENED); -+ if (!did_open) { -+ fput(args.file); -+ args.file = NULL; -+ } -+ di_write_unlock(parent); -+ di_write_unlock(dentry); -+ if (unlikely(err < 0)) { -+ if (args.file) -+ fput(args.file); -+ goto out_sb; -+ } -+ -+ if (!did_open) -+ err = au_aopen_no_open(file, dentry); -+ else { -+ aopen_node.h_file = args.file; -+ err = au_aopen_do_open(file, dentry, &aopen_node); -+ } -+ if (unlikely(err < 0)) { -+ if (args.file) -+ fput(args.file); -+ if (did_open) -+ au_lcnt_dec(&args.br->br_nfiles); -+ } -+ goto out_sb; /* success */ -+ -+out_parent: -+ di_write_unlock(parent); -+ di_write_unlock(dentry); -+out_sb: -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ AuDbgFile(file); -+ return err; -+} -+ -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_wr_dir_cpup(struct dentry *dentry, struct dentry *parent, -+ const unsigned char add_entry, aufs_bindex_t bcpup, -+ aufs_bindex_t btop) -+{ -+ int err; -+ struct dentry *h_parent; -+ struct inode *h_dir; -+ -+ if (add_entry) -+ IMustLock(d_inode(parent)); -+ else -+ di_write_lock_parent(parent); -+ -+ err = 0; -+ if (!au_h_dptr(parent, bcpup)) { -+ if (btop > bcpup) -+ err = au_cpup_dirs(dentry, bcpup); -+ else if (btop < bcpup) -+ err = au_cpdown_dirs(dentry, bcpup); -+ else -+ BUG(); -+ } -+ if (!err && add_entry && !au_ftest_wrdir(add_entry, TMPFILE)) { -+ h_parent = au_h_dptr(parent, bcpup); -+ h_dir = d_inode(h_parent); -+ inode_lock_shared_nested(h_dir, AuLsc_I_PARENT); -+ err = au_lkup_neg(dentry, bcpup, /*wh*/0); -+ /* todo: no unlock here */ -+ inode_unlock_shared(h_dir); -+ -+ AuDbg("bcpup %d\n", bcpup); -+ if (!err) { -+ if (d_really_is_negative(dentry)) -+ au_set_h_dptr(dentry, btop, NULL); -+ au_update_dbrange(dentry, /*do_put_zero*/0); -+ } -+ } -+ -+ if (!add_entry) -+ di_write_unlock(parent); -+ if (!err) -+ err = bcpup; /* success */ -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * decide the branch and the parent dir where we will create a new entry. -+ * returns new bindex or an error. -+ * copyup the parent dir if needed. -+ */ -+int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, -+ struct au_wr_dir_args *args) -+{ -+ int err; -+ unsigned int flags; -+ aufs_bindex_t bcpup, btop, src_btop; -+ const unsigned char add_entry -+ = au_ftest_wrdir(args->flags, ADD_ENTRY) -+ | au_ftest_wrdir(args->flags, TMPFILE); -+ struct super_block *sb; -+ struct dentry *parent; -+ struct au_sbinfo *sbinfo; -+ -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ parent = dget_parent(dentry); -+ btop = au_dbtop(dentry); -+ bcpup = btop; -+ if (args->force_btgt < 0) { -+ if (src_dentry) { -+ src_btop = au_dbtop(src_dentry); -+ if (src_btop < btop) -+ bcpup = src_btop; -+ } else if (add_entry) { -+ flags = 0; -+ if (au_ftest_wrdir(args->flags, ISDIR)) -+ au_fset_wbr(flags, DIR); -+ err = AuWbrCreate(sbinfo, dentry, flags); -+ bcpup = err; -+ } -+ -+ if (bcpup < 0 || au_test_ro(sb, bcpup, d_inode(dentry))) { -+ if (add_entry) -+ err = AuWbrCopyup(sbinfo, dentry); -+ else { -+ if (!IS_ROOT(dentry)) { -+ di_read_lock_parent(parent, !AuLock_IR); -+ err = AuWbrCopyup(sbinfo, dentry); -+ di_read_unlock(parent, !AuLock_IR); -+ } else -+ err = AuWbrCopyup(sbinfo, dentry); -+ } -+ bcpup = err; -+ if (unlikely(err < 0)) -+ goto out; -+ } -+ } else { -+ bcpup = args->force_btgt; -+ AuDebugOn(au_test_ro(sb, bcpup, d_inode(dentry))); -+ } -+ -+ AuDbg("btop %d, bcpup %d\n", btop, bcpup); -+ err = bcpup; -+ if (bcpup == btop) -+ goto out; /* success */ -+ -+ /* copyup the new parent into the branch we process */ -+ err = au_wr_dir_cpup(dentry, parent, add_entry, bcpup, btop); -+ if (err >= 0) { -+ if (d_really_is_negative(dentry)) { -+ au_set_h_dptr(dentry, btop, NULL); -+ au_set_dbtop(dentry, bcpup); -+ au_set_dbbot(dentry, bcpup); -+ } -+ AuDebugOn(add_entry -+ && !au_ftest_wrdir(args->flags, TMPFILE) -+ && !au_h_dptr(dentry, bcpup)); -+ } -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_pin_hdir_unlock(struct au_pin *p) -+{ -+ if (p->hdir) -+ au_hn_inode_unlock(p->hdir); -+} -+ -+int au_pin_hdir_lock(struct au_pin *p) -+{ -+ int err; -+ -+ err = 0; -+ if (!p->hdir) -+ goto out; -+ -+ /* even if an error happens later, keep this lock */ -+ au_hn_inode_lock_nested(p->hdir, p->lsc_hi); -+ -+ err = -EBUSY; -+ if (unlikely(p->hdir->hi_inode != d_inode(p->h_parent))) -+ goto out; -+ -+ err = 0; -+ if (p->h_dentry) -+ err = au_h_verify(p->h_dentry, p->udba, p->hdir->hi_inode, -+ p->h_parent, p->br); -+ -+out: -+ return err; -+} -+ -+int au_pin_hdir_relock(struct au_pin *p) -+{ -+ int err, i; -+ struct inode *h_i; -+ struct dentry *h_d[] = { -+ p->h_dentry, -+ p->h_parent -+ }; -+ -+ err = au_pin_hdir_lock(p); -+ if (unlikely(err)) -+ goto out; -+ -+ for (i = 0; !err && i < sizeof(h_d)/sizeof(*h_d); i++) { -+ if (!h_d[i]) -+ continue; -+ if (d_is_positive(h_d[i])) { -+ h_i = d_inode(h_d[i]); -+ err = !h_i->i_nlink; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+static void au_pin_hdir_set_owner(struct au_pin *p, struct task_struct *task) -+{ -+#if !defined(CONFIG_RWSEM_GENERIC_SPINLOCK) && defined(CONFIG_RWSEM_SPIN_ON_OWNER) -+ p->hdir->hi_inode->i_rwsem.owner = task; -+#endif -+} -+ -+void au_pin_hdir_acquire_nest(struct au_pin *p) -+{ -+ if (p->hdir) { -+ rwsem_acquire_nest(&p->hdir->hi_inode->i_rwsem.dep_map, -+ p->lsc_hi, 0, NULL, _RET_IP_); -+ au_pin_hdir_set_owner(p, current); -+ } -+} -+ -+void au_pin_hdir_release(struct au_pin *p) -+{ -+ if (p->hdir) { -+ au_pin_hdir_set_owner(p, p->task); -+ rwsem_release(&p->hdir->hi_inode->i_rwsem.dep_map, 1, _RET_IP_); -+ } -+} -+ -+struct dentry *au_pinned_h_parent(struct au_pin *pin) -+{ -+ if (pin && pin->parent) -+ return au_h_dptr(pin->parent, pin->bindex); -+ return NULL; -+} -+ -+void au_unpin(struct au_pin *p) -+{ -+ if (p->hdir) -+ au_pin_hdir_unlock(p); -+ if (p->h_mnt && au_ftest_pin(p->flags, MNT_WRITE)) -+ vfsub_mnt_drop_write(p->h_mnt); -+ if (!p->hdir) -+ return; -+ -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ iput(p->hdir->hi_inode); -+ dput(p->parent); -+ p->parent = NULL; -+ p->hdir = NULL; -+ p->h_mnt = NULL; -+ /* do not clear p->task */ -+} -+ -+int au_do_pin(struct au_pin *p) -+{ -+ int err; -+ struct super_block *sb; -+ struct inode *h_dir; -+ -+ err = 0; -+ sb = p->dentry->d_sb; -+ p->br = au_sbr(sb, p->bindex); -+ if (IS_ROOT(p->dentry)) { -+ if (au_ftest_pin(p->flags, MNT_WRITE)) { -+ p->h_mnt = au_br_mnt(p->br); -+ err = vfsub_mnt_want_write(p->h_mnt); -+ if (unlikely(err)) { -+ au_fclr_pin(p->flags, MNT_WRITE); -+ goto out_err; -+ } -+ } -+ goto out; -+ } -+ -+ p->h_dentry = NULL; -+ if (p->bindex <= au_dbbot(p->dentry)) -+ p->h_dentry = au_h_dptr(p->dentry, p->bindex); -+ -+ p->parent = dget_parent(p->dentry); -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_lock(p->parent, AuLock_IR, p->lsc_di); -+ -+ h_dir = NULL; -+ p->h_parent = au_h_dptr(p->parent, p->bindex); -+ p->hdir = au_hi(d_inode(p->parent), p->bindex); -+ if (p->hdir) -+ h_dir = p->hdir->hi_inode; -+ -+ /* -+ * udba case, or -+ * if DI_LOCKED is not set, then p->parent may be different -+ * and h_parent can be NULL. -+ */ -+ if (unlikely(!p->hdir || !h_dir || !p->h_parent)) { -+ err = -EBUSY; -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ dput(p->parent); -+ p->parent = NULL; -+ goto out_err; -+ } -+ -+ if (au_ftest_pin(p->flags, MNT_WRITE)) { -+ p->h_mnt = au_br_mnt(p->br); -+ err = vfsub_mnt_want_write(p->h_mnt); -+ if (unlikely(err)) { -+ au_fclr_pin(p->flags, MNT_WRITE); -+ if (!au_ftest_pin(p->flags, DI_LOCKED)) -+ di_read_unlock(p->parent, AuLock_IR); -+ dput(p->parent); -+ p->parent = NULL; -+ goto out_err; -+ } -+ } -+ -+ au_igrab(h_dir); -+ err = au_pin_hdir_lock(p); -+ if (!err) -+ goto out; /* success */ -+ -+ au_unpin(p); -+ -+out_err: -+ pr_err("err %d\n", err); -+ err = au_busy_or_stale(); -+out: -+ return err; -+} -+ -+void au_pin_init(struct au_pin *p, struct dentry *dentry, -+ aufs_bindex_t bindex, int lsc_di, int lsc_hi, -+ unsigned int udba, unsigned char flags) -+{ -+ p->dentry = dentry; -+ p->udba = udba; -+ p->lsc_di = lsc_di; -+ p->lsc_hi = lsc_hi; -+ p->flags = flags; -+ p->bindex = bindex; -+ -+ p->parent = NULL; -+ p->hdir = NULL; -+ p->h_mnt = NULL; -+ -+ p->h_dentry = NULL; -+ p->h_parent = NULL; -+ p->br = NULL; -+ p->task = current; -+} -+ -+int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int udba, unsigned char flags) -+{ -+ au_pin_init(pin, dentry, bindex, AuLsc_DI_PARENT, AuLsc_I_PARENT2, -+ udba, flags); -+ return au_do_pin(pin); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * ->setattr() and ->getattr() are called in various cases. -+ * chmod, stat: dentry is revalidated. -+ * fchmod, fstat: file and dentry are not revalidated, additionally they may be -+ * unhashed. -+ * for ->setattr(), ia->ia_file is passed from ftruncate only. -+ */ -+/* todo: consolidate with do_refresh() and simple_reval_dpath() */ -+int au_reval_for_attr(struct dentry *dentry, unsigned int sigen) -+{ -+ int err; -+ struct dentry *parent; -+ -+ err = 0; -+ if (au_digen_test(dentry, sigen)) { -+ parent = dget_parent(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(dentry, parent); -+ di_read_unlock(parent, AuLock_IR); -+ dput(parent); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_pin_and_icpup(struct dentry *dentry, struct iattr *ia, -+ struct au_icpup_args *a) -+{ -+ int err; -+ loff_t sz; -+ aufs_bindex_t btop, ibtop; -+ struct dentry *hi_wh, *parent; -+ struct inode *inode; -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = 0 -+ }; -+ -+ if (d_is_dir(dentry)) -+ au_fset_wrdir(wr_dir_args.flags, ISDIR); -+ /* plink or hi_wh() case */ -+ btop = au_dbtop(dentry); -+ inode = d_inode(dentry); -+ ibtop = au_ibtop(inode); -+ if (btop != ibtop && !au_test_ro(inode->i_sb, ibtop, inode)) -+ wr_dir_args.force_btgt = ibtop; -+ err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); -+ if (unlikely(err < 0)) -+ goto out; -+ a->btgt = err; -+ if (err != btop) -+ au_fset_icpup(a->flags, DID_CPUP); -+ -+ err = 0; -+ a->pin_flags = AuPin_MNT_WRITE; -+ parent = NULL; -+ if (!IS_ROOT(dentry)) { -+ au_fset_pin(a->pin_flags, DI_LOCKED); -+ parent = dget_parent(dentry); -+ di_write_lock_parent(parent); -+ } -+ -+ err = au_pin(&a->pin, dentry, a->btgt, a->udba, a->pin_flags); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ sz = -1; -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ a->h_inode = d_inode(a->h_path.dentry); -+ if (ia && (ia->ia_valid & ATTR_SIZE)) { -+ inode_lock_shared_nested(a->h_inode, AuLsc_I_CHILD); -+ if (ia->ia_size < i_size_read(a->h_inode)) -+ sz = ia->ia_size; -+ inode_unlock_shared(a->h_inode); -+ } -+ -+ hi_wh = NULL; -+ if (au_ftest_icpup(a->flags, DID_CPUP) && d_unlinked(dentry)) { -+ hi_wh = au_hi_wh(inode, a->btgt); -+ if (!hi_wh) { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->btgt, -+ .bsrc = -1, -+ .len = sz, -+ .pin = &a->pin -+ }; -+ err = au_sio_cpup_wh(&cpg, /*file*/NULL); -+ if (unlikely(err)) -+ goto out_unlock; -+ hi_wh = au_hi_wh(inode, a->btgt); -+ /* todo: revalidate hi_wh? */ -+ } -+ } -+ -+ if (parent) { -+ au_pin_set_parent_lflag(&a->pin, /*lflag*/0); -+ di_downgrade_lock(parent, AuLock_IR); -+ dput(parent); -+ parent = NULL; -+ } -+ if (!au_ftest_icpup(a->flags, DID_CPUP)) -+ goto out; /* success */ -+ -+ if (!d_unhashed(dentry)) { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->btgt, -+ .bsrc = btop, -+ .len = sz, -+ .pin = &a->pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ if (!err) -+ a->h_path.dentry = au_h_dptr(dentry, a->btgt); -+ } else if (!hi_wh) -+ a->h_path.dentry = au_h_dptr(dentry, a->btgt); -+ else -+ a->h_path.dentry = hi_wh; /* do not dget here */ -+ -+out_unlock: -+ a->h_inode = d_inode(a->h_path.dentry); -+ if (!err) -+ goto out; /* success */ -+ au_unpin(&a->pin); -+out_parent: -+ if (parent) { -+ di_write_unlock(parent); -+ dput(parent); -+ } -+out: -+ if (!err) -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ return err; -+} -+ -+static int aufs_setattr(struct dentry *dentry, struct iattr *ia) -+{ -+ int err; -+ struct inode *inode, *delegated; -+ struct super_block *sb; -+ struct file *file; -+ struct au_icpup_args *a; -+ -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ -+ err = setattr_prepare(dentry, ia); -+ if (unlikely(err)) -+ goto out; -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ if (ia->ia_valid & (ATTR_KILL_SUID | ATTR_KILL_SGID)) -+ ia->ia_valid &= ~ATTR_MODE; -+ -+ file = NULL; -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_kfree; -+ -+ if (ia->ia_valid & ATTR_FILE) { -+ /* currently ftruncate(2) only */ -+ AuDebugOn(!d_is_reg(dentry)); -+ file = ia->ia_file; -+ err = au_reval_and_lock_fdi(file, au_reopen_nondir, /*wlock*/1, -+ /*fi_lsc*/0); -+ if (unlikely(err)) -+ goto out_si; -+ ia->ia_file = au_hf_top(file); -+ a->udba = AuOpt_UDBA_NONE; -+ } else { -+ /* fchmod() doesn't pass ia_file */ -+ a->udba = au_opt_udba(sb); -+ di_write_lock_child(dentry); -+ /* no d_unlinked(), to set UDBA_NONE for root */ -+ if (d_unhashed(dentry)) -+ a->udba = AuOpt_UDBA_NONE; -+ if (a->udba != AuOpt_UDBA_NONE) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_for_attr(dentry, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out_dentry; -+ } -+ } -+ -+ err = au_pin_and_icpup(dentry, ia, a); -+ if (unlikely(err < 0)) -+ goto out_dentry; -+ if (au_ftest_icpup(a->flags, DID_CPUP)) { -+ ia->ia_file = NULL; -+ ia->ia_valid &= ~ATTR_FILE; -+ } -+ -+ a->h_path.mnt = au_sbr_mnt(sb, a->btgt); -+ if ((ia->ia_valid & (ATTR_MODE | ATTR_CTIME)) -+ == (ATTR_MODE | ATTR_CTIME)) { -+ err = security_path_chmod(&a->h_path, ia->ia_mode); -+ if (unlikely(err)) -+ goto out_unlock; -+ } else if ((ia->ia_valid & (ATTR_UID | ATTR_GID)) -+ && (ia->ia_valid & ATTR_CTIME)) { -+ err = security_path_chown(&a->h_path, ia->ia_uid, ia->ia_gid); -+ if (unlikely(err)) -+ goto out_unlock; -+ } -+ -+ if (ia->ia_valid & ATTR_SIZE) { -+ struct file *f; -+ -+ if (ia->ia_size < i_size_read(inode)) -+ /* unmap only */ -+ truncate_setsize(inode, ia->ia_size); -+ -+ f = NULL; -+ if (ia->ia_valid & ATTR_FILE) -+ f = ia->ia_file; -+ inode_unlock(a->h_inode); -+ err = vfsub_trunc(&a->h_path, ia->ia_size, ia->ia_valid, f); -+ inode_lock_nested(a->h_inode, AuLsc_I_CHILD); -+ } else { -+ delegated = NULL; -+ while (1) { -+ err = vfsub_notify_change(&a->h_path, ia, &delegated); -+ if (delegated) { -+ err = break_deleg_wait(&delegated); -+ if (!err) -+ continue; -+ } -+ break; -+ } -+ } -+ /* -+ * regardless aufs 'acl' option setting. -+ * why don't all acl-aware fs call this func from their ->setattr()? -+ */ -+ if (!err && (ia->ia_valid & ATTR_MODE)) -+ err = vfsub_acl_chmod(a->h_inode, ia->ia_mode); -+ if (!err) -+ au_cpup_attr_changeable(inode); -+ -+out_unlock: -+ inode_unlock(a->h_inode); -+ au_unpin(&a->pin); -+ if (unlikely(err)) -+ au_update_dbtop(dentry); -+out_dentry: -+ di_write_unlock(dentry); -+ if (file) { -+ fi_write_unlock(file); -+ ia->ia_file = file; -+ ia->ia_valid |= ATTR_FILE; -+ } -+out_si: -+ si_read_unlock(sb); -+out_kfree: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+#if IS_ENABLED(CONFIG_AUFS_XATTR) || IS_ENABLED(CONFIG_FS_POSIX_ACL) -+static int au_h_path_to_set_attr(struct dentry *dentry, -+ struct au_icpup_args *a, struct path *h_path) -+{ -+ int err; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ a->udba = au_opt_udba(sb); -+ /* no d_unlinked(), to set UDBA_NONE for root */ -+ if (d_unhashed(dentry)) -+ a->udba = AuOpt_UDBA_NONE; -+ if (a->udba != AuOpt_UDBA_NONE) { -+ AuDebugOn(IS_ROOT(dentry)); -+ err = au_reval_for_attr(dentry, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out; -+ } -+ err = au_pin_and_icpup(dentry, /*ia*/NULL, a); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ h_path->dentry = a->h_path.dentry; -+ h_path->mnt = au_sbr_mnt(sb, a->btgt); -+ -+out: -+ return err; -+} -+ -+ssize_t au_sxattr(struct dentry *dentry, struct inode *inode, -+ struct au_sxattr *arg) -+{ -+ int err; -+ struct path h_path; -+ struct super_block *sb; -+ struct au_icpup_args *a; -+ struct inode *h_inode; -+ -+ IMustLock(inode); -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_kfree; -+ -+ h_path.dentry = NULL; /* silence gcc */ -+ di_write_lock_child(dentry); -+ err = au_h_path_to_set_attr(dentry, a, &h_path); -+ if (unlikely(err)) -+ goto out_di; -+ -+ inode_unlock(a->h_inode); -+ switch (arg->type) { -+ case AU_XATTR_SET: -+ AuDebugOn(d_is_negative(h_path.dentry)); -+ err = vfsub_setxattr(h_path.dentry, -+ arg->u.set.name, arg->u.set.value, -+ arg->u.set.size, arg->u.set.flags); -+ break; -+ case AU_ACL_SET: -+ err = -EOPNOTSUPP; -+ h_inode = d_inode(h_path.dentry); -+ if (h_inode->i_op->set_acl) -+ /* this will call posix_acl_update_mode */ -+ err = h_inode->i_op->set_acl(h_inode, -+ arg->u.acl_set.acl, -+ arg->u.acl_set.type); -+ break; -+ } -+ if (!err) -+ au_cpup_attr_timesizes(inode); -+ -+ au_unpin(&a->pin); -+ if (unlikely(err)) -+ au_update_dbtop(dentry); -+ -+out_di: -+ di_write_unlock(dentry); -+ si_read_unlock(sb); -+out_kfree: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+#endif -+ -+static void au_refresh_iattr(struct inode *inode, struct kstat *st, -+ unsigned int nlink) -+{ -+ unsigned int n; -+ -+ inode->i_mode = st->mode; -+ /* don't i_[ug]id_write() here */ -+ inode->i_uid = st->uid; -+ inode->i_gid = st->gid; -+ inode->i_atime = st->atime; -+ inode->i_mtime = st->mtime; -+ inode->i_ctime = st->ctime; -+ -+ au_cpup_attr_nlink(inode, /*force*/0); -+ if (S_ISDIR(inode->i_mode)) { -+ n = inode->i_nlink; -+ n -= nlink; -+ n += st->nlink; -+ smp_mb(); /* for i_nlink */ -+ /* 0 can happen */ -+ set_nlink(inode, n); -+ } -+ -+ spin_lock(&inode->i_lock); -+ inode->i_blocks = st->blocks; -+ i_size_write(inode, st->size); -+ spin_unlock(&inode->i_lock); -+} -+ -+/* -+ * common routine for aufs_getattr() and au_getxattr(). -+ * returns zero or negative (an error). -+ * @dentry will be read-locked in success. -+ */ -+int au_h_path_getattr(struct dentry *dentry, int force, struct path *h_path, -+ int locked) -+{ -+ int err; -+ unsigned int mnt_flags, sigen; -+ unsigned char udba_none; -+ aufs_bindex_t bindex; -+ struct super_block *sb, *h_sb; -+ struct inode *inode; -+ -+ h_path->mnt = NULL; -+ h_path->dentry = NULL; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ mnt_flags = au_mntflags(sb); -+ udba_none = !!au_opt_test(mnt_flags, UDBA_NONE); -+ -+ if (unlikely(locked)) -+ goto body; /* skip locking dinfo */ -+ -+ /* support fstat(2) */ -+ if (!d_unlinked(dentry) && !udba_none) { -+ sigen = au_sigen(sb); -+ err = au_digen_test(dentry, sigen); -+ if (!err) { -+ di_read_lock_child(dentry, AuLock_IR); -+ err = au_dbrange_test(dentry); -+ if (unlikely(err)) { -+ di_read_unlock(dentry, AuLock_IR); -+ goto out; -+ } -+ } else { -+ AuDebugOn(IS_ROOT(dentry)); -+ di_write_lock_child(dentry); -+ err = au_dbrange_test(dentry); -+ if (!err) -+ err = au_reval_for_attr(dentry, sigen); -+ if (!err) -+ di_downgrade_lock(dentry, AuLock_IR); -+ else { -+ di_write_unlock(dentry); -+ goto out; -+ } -+ } -+ } else -+ di_read_lock_child(dentry, AuLock_IR); -+ -+body: -+ inode = d_inode(dentry); -+ bindex = au_ibtop(inode); -+ h_path->mnt = au_sbr_mnt(sb, bindex); -+ h_sb = h_path->mnt->mnt_sb; -+ if (!force -+ && !au_test_fs_bad_iattr(h_sb) -+ && udba_none) -+ goto out; /* success */ -+ -+ if (au_dbtop(dentry) == bindex) -+ h_path->dentry = au_h_dptr(dentry, bindex); -+ else if (au_opt_test(mnt_flags, PLINK) && au_plink_test(inode)) { -+ h_path->dentry = au_plink_lkup(inode, bindex); -+ if (IS_ERR(h_path->dentry)) -+ /* pretending success */ -+ h_path->dentry = NULL; -+ else -+ dput(h_path->dentry); -+ } -+ -+out: -+ return err; -+} -+ -+static int aufs_getattr(const struct path *path, struct kstat *st, -+ u32 request, unsigned int query) -+{ -+ int err; -+ unsigned char positive; -+ struct path h_path; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct super_block *sb; -+ -+ dentry = path->dentry; -+ inode = d_inode(dentry); -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ err = au_h_path_getattr(dentry, /*force*/0, &h_path, /*locked*/0); -+ if (unlikely(err)) -+ goto out_si; -+ if (unlikely(!h_path.dentry)) -+ /* illegally overlapped or something */ -+ goto out_fill; /* pretending success */ -+ -+ positive = d_is_positive(h_path.dentry); -+ if (positive) -+ /* no vfsub version */ -+ err = vfs_getattr(&h_path, st, request, query); -+ if (!err) { -+ if (positive) -+ au_refresh_iattr(inode, st, -+ d_inode(h_path.dentry)->i_nlink); -+ goto out_fill; /* success */ -+ } -+ AuTraceErr(err); -+ goto out_di; -+ -+out_fill: -+ generic_fillattr(inode, st); -+out_di: -+ di_read_unlock(dentry, AuLock_IR); -+out_si: -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const char *aufs_get_link(struct dentry *dentry, struct inode *inode, -+ struct delayed_call *done) -+{ -+ const char *ret; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ int err; -+ aufs_bindex_t bindex; -+ -+ ret = NULL; /* suppress a warning */ -+ err = -ECHILD; -+ if (!dentry) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_IR | AuLock_GEN); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_d_hashed_positive(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ err = -EINVAL; -+ inode = d_inode(dentry); -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(!h_inode->i_op->get_link)) -+ goto out_unlock; -+ -+ err = -EBUSY; -+ h_dentry = NULL; -+ if (au_dbtop(dentry) <= bindex) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) -+ dget(h_dentry); -+ } -+ if (!h_dentry) { -+ h_dentry = d_find_any_alias(h_inode); -+ if (IS_ERR(h_dentry)) { -+ err = PTR_ERR(h_dentry); -+ goto out_unlock; -+ } -+ } -+ if (unlikely(!h_dentry)) -+ goto out_unlock; -+ -+ err = 0; -+ AuDbg("%ps\n", h_inode->i_op->get_link); -+ AuDbgDentry(h_dentry); -+ ret = vfs_get_link(h_dentry, done); -+ dput(h_dentry); -+ if (IS_ERR(ret)) -+ err = PTR_ERR(ret); -+ -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_IR); -+out: -+ if (unlikely(err)) -+ ret = ERR_PTR(err); -+ AuTraceErrPtr(ret); -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_is_special(struct inode *inode) -+{ -+ return (inode->i_mode & (S_IFBLK | S_IFCHR | S_IFIFO | S_IFSOCK)); -+} -+ -+static int aufs_update_time(struct inode *inode, struct timespec64 *ts, -+ int flags) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct inode *h_inode; -+ struct vfsmount *h_mnt; -+ -+ sb = inode->i_sb; -+ WARN_ONCE((flags & S_ATIME) && !IS_NOATIME(inode), -+ "unexpected s_flags 0x%lx", sb->s_flags); -+ -+ /* mmap_sem might be acquired already, cf. aufs_mmap() */ -+ lockdep_off(); -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_write_lock_child(inode); -+ -+ err = 0; -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (!au_test_ro(sb, bindex, inode)) { -+ h_mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mnt_want_write(h_mnt); -+ if (!err) { -+ err = vfsub_update_time(h_inode, ts, flags); -+ vfsub_mnt_drop_write(h_mnt); -+ } -+ } else if (au_is_special(h_inode)) { -+ /* -+ * Never copy-up here. -+ * These special files may already be opened and used for -+ * communicating. If we copied it up, then the communication -+ * would be corrupted. -+ */ -+ AuWarn1("timestamps for i%lu are ignored " -+ "since it is on readonly branch (hi%lu).\n", -+ inode->i_ino, h_inode->i_ino); -+ } else if (flags & ~S_ATIME) { -+ err = -EIO; -+ AuIOErr1("unexpected flags 0x%x\n", flags); -+ AuDebugOn(1); -+ } -+ -+ if (!err) -+ au_cpup_attr_timesizes(inode); -+ ii_write_unlock(inode); -+ si_read_unlock(sb); -+ lockdep_on(); -+ -+ if (!err && (flags & S_VERSION)) -+ inode_inc_iversion(inode); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* no getattr version will be set by module.c:aufs_init() */ -+struct inode_operations aufs_iop_nogetattr[AuIop_Last], -+ aufs_iop[] = { -+ [AuIop_SYMLINK] = { -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, /* unsupport for symlink? */ -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .get_link = aufs_get_link, -+ -+ /* .update_time = aufs_update_time */ -+ }, -+ [AuIop_DIR] = { -+ .create = aufs_create, -+ .lookup = aufs_lookup, -+ .link = aufs_link, -+ .unlink = aufs_unlink, -+ .symlink = aufs_symlink, -+ .mkdir = aufs_mkdir, -+ .rmdir = aufs_rmdir, -+ .mknod = aufs_mknod, -+ .rename = aufs_rename, -+ -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .update_time = aufs_update_time, -+ .atomic_open = aufs_atomic_open, -+ .tmpfile = aufs_tmpfile -+ }, -+ [AuIop_OTHER] = { -+ .permission = aufs_permission, -+#ifdef CONFIG_FS_POSIX_ACL -+ .get_acl = aufs_get_acl, -+ .set_acl = aufs_set_acl, -+#endif -+ -+ .setattr = aufs_setattr, -+ .getattr = aufs_getattr, -+ -+#ifdef CONFIG_AUFS_XATTR -+ .listxattr = aufs_listxattr, -+#endif -+ -+ .update_time = aufs_update_time -+ } -+}; -diff --git a/fs/aufs/i_op_add.c b/fs/aufs/i_op_add.c -new file mode 100644 -index 000000000000..06c121e746cf ---- /dev/null -+++ b/fs/aufs/i_op_add.c -@@ -0,0 +1,922 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (add entry) -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * final procedure of adding a new entry, except link(2). -+ * remove whiteout, instantiate, copyup the parent dir's times and size -+ * and update version. -+ * if it failed, re-create the removed whiteout. -+ */ -+static int epilog(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct dentry *dentry) -+{ -+ int err, rerr; -+ aufs_bindex_t bwh; -+ struct path h_path; -+ struct super_block *sb; -+ struct inode *inode, *h_dir; -+ struct dentry *wh; -+ -+ bwh = -1; -+ sb = dir->i_sb; -+ if (wh_dentry) { -+ h_dir = d_inode(wh_dentry->d_parent); /* dir inode is locked */ -+ IMustLock(h_dir); -+ AuDebugOn(au_h_iptr(dir, bindex) != h_dir); -+ bwh = au_dbwh(dentry); -+ h_path.dentry = wh_dentry; -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, -+ dentry); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ inode = au_new_inode(dentry, /*must_new*/1); -+ if (!IS_ERR(inode)) { -+ d_instantiate(dentry, inode); -+ dir = d_inode(dentry->d_parent); /* dir inode is locked */ -+ IMustLock(dir); -+ au_dir_ts(dir, bindex); -+ inode_inc_iversion(dir); -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ return 0; /* success */ -+ } -+ -+ err = PTR_ERR(inode); -+ if (!wh_dentry) -+ goto out; -+ -+ /* revert */ -+ /* dir inode is locked */ -+ wh = au_wh_create(dentry, bwh, wh_dentry->d_parent); -+ rerr = PTR_ERR(wh); -+ if (IS_ERR(wh)) { -+ AuIOErr("%pd reverting whiteout failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } else -+ dput(wh); -+ -+out: -+ return err; -+} -+ -+static int au_d_may_add(struct dentry *dentry) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(d_unhashed(dentry))) -+ err = -ENOENT; -+ if (unlikely(d_really_is_positive(dentry))) -+ err = -EEXIST; -+ return err; -+} -+ -+/* -+ * simple tests for the adding inode operations. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir) -+{ -+ int err; -+ umode_t h_mode; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ err = -ENAMETOOLONG; -+ if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ goto out; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (d_really_is_negative(dentry)) { -+ err = -EEXIST; -+ if (unlikely(d_is_positive(h_dentry))) -+ goto out; -+ } else { -+ /* rename(2) case */ -+ err = -EIO; -+ if (unlikely(d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ if (unlikely(!h_inode->i_nlink)) -+ goto out; -+ -+ h_mode = h_inode->i_mode; -+ if (!isdir) { -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(h_mode))) -+ goto out; -+ } else if (unlikely(!S_ISDIR(h_mode))) { -+ err = -ENOTDIR; -+ goto out; -+ } -+ } -+ -+ err = 0; -+ /* expected parent dir is locked */ -+ if (unlikely(h_parent != h_dentry->d_parent)) -+ err = -EIO; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * initial procedure of adding a new entry. -+ * prepare writable branch and the parent dir, lock it, -+ * and lookup whiteout for the new entry. -+ */ -+static struct dentry* -+lock_hdir_lkup_wh(struct dentry *dentry, struct au_dtime *dt, -+ struct dentry *src_dentry, struct au_pin *pin, -+ struct au_wr_dir_args *wr_dir_args) -+{ -+ struct dentry *wh_dentry, *h_parent; -+ struct super_block *sb; -+ struct au_branch *br; -+ int err; -+ unsigned int udba; -+ aufs_bindex_t bcpup; -+ -+ AuDbg("%pd\n", dentry); -+ -+ err = au_wr_dir(dentry, src_dentry, wr_dir_args); -+ bcpup = err; -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ udba = au_opt_udba(sb); -+ err = au_pin(pin, dentry, bcpup, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ h_parent = au_pinned_h_parent(pin); -+ if (udba != AuOpt_UDBA_NONE -+ && au_dbtop(dentry) == bcpup) -+ err = au_may_add(dentry, bcpup, h_parent, -+ au_ftest_wrdir(wr_dir_args->flags, ISDIR)); -+ else if (unlikely(dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ err = -ENAMETOOLONG; -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ br = au_sbr(sb, bcpup); -+ if (dt) { -+ struct path tmp = { -+ .dentry = h_parent, -+ .mnt = au_br_mnt(br) -+ }; -+ au_dtime_store(dt, au_pinned_parent(pin), &tmp); -+ } -+ -+ wh_dentry = NULL; -+ if (bcpup != au_dbwh(dentry)) -+ goto out; /* success */ -+ -+ /* -+ * ENAMETOOLONG here means that if we allowed create such name, then it -+ * would not be able to removed in the future. So we don't allow such -+ * name here and we don't handle ENAMETOOLONG differently here. -+ */ -+ wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, br); -+ -+out_unpin: -+ if (IS_ERR(wh_dentry)) -+ au_unpin(pin); -+out: -+ return wh_dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+enum { Mknod, Symlink, Creat }; -+struct simple_arg { -+ int type; -+ union { -+ struct { -+ umode_t mode; -+ bool want_excl; -+ bool try_aopen; -+ struct vfsub_aopen_args *aopen; -+ } c; -+ struct { -+ const char *symname; -+ } s; -+ struct { -+ umode_t mode; -+ dev_t dev; -+ } m; -+ } u; -+}; -+ -+static int add_simple(struct inode *dir, struct dentry *dentry, -+ struct simple_arg *arg) -+{ -+ int err, rerr; -+ aufs_bindex_t btop; -+ unsigned char created; -+ const unsigned char try_aopen -+ = (arg->type == Creat && arg->u.c.try_aopen); -+ struct vfsub_aopen_args *aopen = arg->u.c.aopen; -+ struct dentry *wh_dentry, *parent; -+ struct inode *h_dir; -+ struct super_block *sb; -+ struct au_branch *br; -+ /* to reduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ struct path h_path; -+ struct au_wr_dir_args wr_dir_args; -+ } *a; -+ -+ AuDbg("%pd\n", dentry); -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ a->wr_dir_args.force_btgt = -1; -+ a->wr_dir_args.flags = AuWrDir_ADD_ENTRY; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ if (!try_aopen) { -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ } -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ if (!try_aopen) -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, -+ &a->pin, &a->wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ btop = au_dbtop(dentry); -+ sb = dentry->d_sb; -+ br = au_sbr(sb, btop); -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ a->h_path.mnt = au_br_mnt(br); -+ h_dir = au_pinned_h_dir(&a->pin); -+ switch (arg->type) { -+ case Creat: -+ if (!try_aopen || !h_dir->i_op->atomic_open) { -+ err = vfsub_create(h_dir, &a->h_path, arg->u.c.mode, -+ arg->u.c.want_excl); -+ created = !err; -+ if (!err && try_aopen) -+ aopen->file->f_mode |= FMODE_CREATED; -+ } else { -+ aopen->br = br; -+ err = vfsub_atomic_open(h_dir, a->h_path.dentry, aopen); -+ AuDbg("err %d\n", err); -+ AuDbgFile(aopen->file); -+ created = err >= 0 -+ && !!(aopen->file->f_mode & FMODE_CREATED); -+ } -+ break; -+ case Symlink: -+ err = vfsub_symlink(h_dir, &a->h_path, arg->u.s.symname); -+ created = !err; -+ break; -+ case Mknod: -+ err = vfsub_mknod(h_dir, &a->h_path, arg->u.m.mode, -+ arg->u.m.dev); -+ created = !err; -+ break; -+ default: -+ BUG(); -+ } -+ if (unlikely(err < 0)) -+ goto out_unpin; -+ -+ err = epilog(dir, btop, wh_dentry, dentry); -+ if (!err) -+ goto out_unpin; /* success */ -+ -+ /* revert */ -+ if (created /* && d_is_positive(a->h_path.dentry) */) { -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(h_dir, &a->h_path, /*delegated*/NULL, -+ /*force*/0); -+ if (rerr) { -+ AuIOErr("%pd revert failure(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&a->dt); -+ } -+ if (try_aopen && h_dir->i_op->atomic_open -+ && (aopen->file->f_mode & FMODE_OPENED)) -+ /* aopen->file is still opened */ -+ au_lcnt_dec(&aopen->br->br_nfiles); -+ -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+out_parent: -+ if (!try_aopen) -+ di_write_unlock(parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ if (!try_aopen) -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ return err; -+} -+ -+int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, -+ dev_t dev) -+{ -+ struct simple_arg arg = { -+ .type = Mknod, -+ .u.m = { -+ .mode = mode, -+ .dev = dev -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) -+{ -+ struct simple_arg arg = { -+ .type = Symlink, -+ .u.s.symname = symname -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, -+ bool want_excl) -+{ -+ struct simple_arg arg = { -+ .type = Creat, -+ .u.c = { -+ .mode = mode, -+ .want_excl = want_excl -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int au_aopen_or_create(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *aopen_args) -+{ -+ struct simple_arg arg = { -+ .type = Creat, -+ .u.c = { -+ .mode = aopen_args->create_mode, -+ .want_excl = aopen_args->open_flag & O_EXCL, -+ .try_aopen = true, -+ .aopen = aopen_args -+ } -+ }; -+ return add_simple(dir, dentry, &arg); -+} -+ -+int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent, *h_dentry; -+ struct inode *h_dir, *inode; -+ struct vfsmount *h_mnt; -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = AuWrDir_TMPFILE -+ }; -+ -+ /* copy-up may happen */ -+ inode_lock(dir); -+ -+ sb = dir->i_sb; -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_di_init(dentry); -+ if (unlikely(err)) -+ goto out_si; -+ -+ err = -EBUSY; -+ parent = d_find_any_alias(dir); -+ AuDebugOn(!parent); -+ di_write_lock_parent(parent); -+ if (unlikely(d_inode(parent) != dir)) -+ goto out_parent; -+ -+ err = au_digen_test(parent, au_sigen(sb)); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ bindex = au_dbtop(parent); -+ au_set_dbtop(dentry, bindex); -+ au_set_dbbot(dentry, bindex); -+ err = au_wr_dir(dentry, /*src_dentry*/NULL, &wr_dir_args); -+ bindex = err; -+ if (unlikely(err < 0)) -+ goto out_parent; -+ -+ err = -EOPNOTSUPP; -+ h_dir = au_h_iptr(dir, bindex); -+ if (unlikely(!h_dir->i_op->tmpfile)) -+ goto out_parent; -+ -+ h_mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mnt_want_write(h_mnt); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ h_parent = au_h_dptr(parent, bindex); -+ h_dentry = vfs_tmpfile(h_parent, mode, /*open_flag*/0); -+ if (IS_ERR(h_dentry)) { -+ err = PTR_ERR(h_dentry); -+ goto out_mnt; -+ } -+ -+ au_set_dbtop(dentry, bindex); -+ au_set_dbbot(dentry, bindex); -+ au_set_h_dptr(dentry, bindex, dget(h_dentry)); -+ inode = au_new_inode(dentry, /*must_new*/1); -+ if (IS_ERR(inode)) { -+ err = PTR_ERR(inode); -+ au_set_h_dptr(dentry, bindex, NULL); -+ au_set_dbtop(dentry, -1); -+ au_set_dbbot(dentry, -1); -+ } else { -+ if (!inode->i_nlink) -+ set_nlink(inode, 1); -+ d_tmpfile(dentry, inode); -+ au_di(dentry)->di_tmpfile = 1; -+ -+ /* update without i_mutex */ -+ if (au_ibtop(dir) == au_dbtop(dentry)) -+ au_cpup_attr_timesizes(dir); -+ } -+ dput(h_dentry); -+ -+out_mnt: -+ vfsub_mnt_drop_write(h_mnt); -+out_parent: -+ di_write_unlock(parent); -+ dput(parent); -+ di_write_unlock(dentry); -+ if (unlikely(err)) { -+ au_di_fin(dentry); -+ dentry->d_fsdata = NULL; -+ } -+out_si: -+ si_read_unlock(sb); -+out: -+ inode_unlock(dir); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_link_args { -+ aufs_bindex_t bdst, bsrc; -+ struct au_pin pin; -+ struct path h_path; -+ struct dentry *src_parent, *parent; -+}; -+ -+static int au_cpup_before_link(struct dentry *src_dentry, -+ struct au_link_args *a) -+{ -+ int err; -+ struct dentry *h_src_dentry; -+ struct au_cp_generic cpg = { -+ .dentry = src_dentry, -+ .bdst = a->bdst, -+ .bsrc = a->bsrc, -+ .len = -1, -+ .pin = &a->pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN /* | AuCpup_KEEPLINO */ -+ }; -+ -+ di_read_lock_parent(a->src_parent, AuLock_IR); -+ err = au_test_and_cpup_dirs(src_dentry, a->bdst); -+ if (unlikely(err)) -+ goto out; -+ -+ h_src_dentry = au_h_dptr(src_dentry, a->bsrc); -+ err = au_pin(&a->pin, src_dentry, a->bdst, -+ au_opt_udba(src_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&a->pin); -+ -+out: -+ di_read_unlock(a->src_parent, AuLock_IR); -+ return err; -+} -+ -+static int au_cpup_or_link(struct dentry *src_dentry, struct dentry *dentry, -+ struct au_link_args *a) -+{ -+ int err; -+ unsigned char plink; -+ aufs_bindex_t bbot; -+ struct dentry *h_src_dentry; -+ struct inode *h_inode, *inode, *delegated; -+ struct super_block *sb; -+ struct file *h_file; -+ -+ plink = 0; -+ h_inode = NULL; -+ sb = src_dentry->d_sb; -+ inode = d_inode(src_dentry); -+ if (au_ibtop(inode) <= a->bdst) -+ h_inode = au_h_iptr(inode, a->bdst); -+ if (!h_inode || !h_inode->i_nlink) { -+ /* copyup src_dentry as the name of dentry. */ -+ bbot = au_dbbot(dentry); -+ if (bbot < a->bsrc) -+ au_set_dbbot(dentry, a->bsrc); -+ au_set_h_dptr(dentry, a->bsrc, -+ dget(au_h_dptr(src_dentry, a->bsrc))); -+ dget(a->h_path.dentry); -+ au_set_h_dptr(dentry, a->bdst, NULL); -+ AuDbg("temporary d_inode...\n"); -+ spin_lock(&dentry->d_lock); -+ dentry->d_inode = d_inode(src_dentry); /* tmp */ -+ spin_unlock(&dentry->d_lock); -+ h_file = au_h_open_pre(dentry, a->bsrc, /*force_wr*/0); -+ if (IS_ERR(h_file)) -+ err = PTR_ERR(h_file); -+ else { -+ struct au_cp_generic cpg = { -+ .dentry = dentry, -+ .bdst = a->bdst, -+ .bsrc = -1, -+ .len = -1, -+ .pin = &a->pin, -+ .flags = AuCpup_KEEPLINO -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ au_h_open_post(dentry, a->bsrc, h_file); -+ if (!err) { -+ dput(a->h_path.dentry); -+ a->h_path.dentry = au_h_dptr(dentry, a->bdst); -+ } else -+ au_set_h_dptr(dentry, a->bdst, -+ a->h_path.dentry); -+ } -+ spin_lock(&dentry->d_lock); -+ dentry->d_inode = NULL; /* restore */ -+ spin_unlock(&dentry->d_lock); -+ AuDbg("temporary d_inode...done\n"); -+ au_set_h_dptr(dentry, a->bsrc, NULL); -+ au_set_dbbot(dentry, bbot); -+ } else { -+ /* the inode of src_dentry already exists on a.bdst branch */ -+ h_src_dentry = d_find_alias(h_inode); -+ if (!h_src_dentry && au_plink_test(inode)) { -+ plink = 1; -+ h_src_dentry = au_plink_lkup(inode, a->bdst); -+ err = PTR_ERR(h_src_dentry); -+ if (IS_ERR(h_src_dentry)) -+ goto out; -+ -+ if (unlikely(d_is_negative(h_src_dentry))) { -+ dput(h_src_dentry); -+ h_src_dentry = NULL; -+ } -+ -+ } -+ if (h_src_dentry) { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ dput(h_src_dentry); -+ } else { -+ AuIOErr("no dentry found for hi%lu on b%d\n", -+ h_inode->i_ino, a->bdst); -+ err = -EIO; -+ } -+ } -+ -+ if (!err && !plink) -+ au_plink_append(inode, a->bdst, a->h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int aufs_link(struct dentry *src_dentry, struct inode *dir, -+ struct dentry *dentry) -+{ -+ int err, rerr; -+ struct au_dtime dt; -+ struct au_link_args *a; -+ struct dentry *wh_dentry, *h_src_dentry; -+ struct inode *inode, *delegated; -+ struct super_block *sb; -+ struct au_wr_dir_args wr_dir_args = { -+ /* .force_btgt = -1, */ -+ .flags = AuWrDir_ADD_ENTRY -+ }; -+ -+ IMustLock(dir); -+ inode = d_inode(src_dentry); -+ IMustLock(inode); -+ -+ err = -ENOMEM; -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ a->parent = dentry->d_parent; /* dir inode is locked */ -+ err = aufs_read_and_write_lock2(dentry, src_dentry, -+ AuLock_NOPLM | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_kfree; -+ err = au_d_linkable(src_dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ a->src_parent = dget_parent(src_dentry); -+ wr_dir_args.force_btgt = au_ibtop(inode); -+ -+ di_write_lock_parent(a->parent); -+ wr_dir_args.force_btgt = au_wbr(dentry, wr_dir_args.force_btgt); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &dt, src_dentry, &a->pin, -+ &wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ err = 0; -+ sb = dentry->d_sb; -+ a->bdst = au_dbtop(dentry); -+ a->h_path.dentry = au_h_dptr(dentry, a->bdst); -+ a->h_path.mnt = au_sbr_mnt(sb, a->bdst); -+ a->bsrc = au_ibtop(inode); -+ h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); -+ if (!h_src_dentry && au_di(src_dentry)->di_tmpfile) -+ h_src_dentry = dget(au_hi_wh(inode, a->bsrc)); -+ if (!h_src_dentry) { -+ a->bsrc = au_dbtop(src_dentry); -+ h_src_dentry = au_h_d_alias(src_dentry, a->bsrc); -+ AuDebugOn(!h_src_dentry); -+ } else if (IS_ERR(h_src_dentry)) { -+ err = PTR_ERR(h_src_dentry); -+ goto out_parent; -+ } -+ -+ /* -+ * aufs doesn't touch the credential so -+ * security_dentry_create_files_as() is unnecessary. -+ */ -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ if (a->bdst < a->bsrc -+ /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) -+ err = au_cpup_or_link(src_dentry, dentry, a); -+ else { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ dput(h_src_dentry); -+ } else { -+ /* -+ * copyup src_dentry to the branch we process, -+ * and then link(2) to it. -+ */ -+ dput(h_src_dentry); -+ if (a->bdst < a->bsrc -+ /* && h_src_dentry->d_sb != a->h_path.dentry->d_sb */) { -+ au_unpin(&a->pin); -+ di_write_unlock(a->parent); -+ err = au_cpup_before_link(src_dentry, a); -+ di_write_lock_parent(a->parent); -+ if (!err) -+ err = au_pin(&a->pin, dentry, a->bdst, -+ au_opt_udba(sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (unlikely(err)) -+ goto out_wh; -+ } -+ if (!err) { -+ h_src_dentry = au_h_dptr(src_dentry, a->bdst); -+ err = -ENOENT; -+ if (h_src_dentry && d_is_positive(h_src_dentry)) { -+ delegated = NULL; -+ err = vfsub_link(h_src_dentry, -+ au_pinned_h_dir(&a->pin), -+ &a->h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry" -+ " for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ } -+ } -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ if (wh_dentry) { -+ a->h_path.dentry = wh_dentry; -+ err = au_wh_unlink_dentry(au_pinned_h_dir(&a->pin), &a->h_path, -+ dentry); -+ if (unlikely(err)) -+ goto out_revert; -+ } -+ -+ au_dir_ts(dir, a->bdst); -+ inode_inc_iversion(dir); -+ inc_nlink(inode); -+ inode->i_ctime = dir->i_ctime; -+ d_instantiate(dentry, au_igrab(inode)); -+ if (d_unhashed(a->h_path.dentry)) -+ /* some filesystem calls d_drop() */ -+ d_drop(dentry); -+ /* some filesystems consume an inode even hardlink */ -+ au_fhsm_wrote(sb, a->bdst, /*force*/0); -+ goto out_unpin; /* success */ -+ -+out_revert: -+ /* no delegation since it is just created */ -+ rerr = vfsub_unlink(au_pinned_h_dir(&a->pin), &a->h_path, -+ /*delegated*/NULL, /*force*/0); -+ if (unlikely(rerr)) { -+ AuIOErr("%pd reverting failed(%d, %d)\n", dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&dt); -+out_unpin: -+ au_unpin(&a->pin); -+out_wh: -+ dput(wh_dentry); -+out_parent: -+ di_write_unlock(a->parent); -+ dput(a->src_parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ aufs_read_and_write_unlock2(dentry, src_dentry); -+out_kfree: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) -+{ -+ int err, rerr; -+ aufs_bindex_t bindex; -+ unsigned char diropq; -+ struct path h_path; -+ struct dentry *wh_dentry, *parent, *opq_dentry; -+ struct inode *h_inode; -+ struct super_block *sb; -+ struct { -+ struct au_pin pin; -+ struct au_dtime dt; -+ } *a; /* reduce the stack usage */ -+ struct au_wr_dir_args wr_dir_args = { -+ .force_btgt = -1, -+ .flags = AuWrDir_ADD_ENTRY | AuWrDir_ISDIR -+ }; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_d_may_add(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_lkup_wh(dentry, &a->dt, /*src_dentry*/NULL, -+ &a->pin, &wr_dir_args); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ sb = dentry->d_sb; -+ bindex = au_dbtop(dentry); -+ h_path.dentry = au_h_dptr(dentry, bindex); -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ err = vfsub_mkdir(au_pinned_h_dir(&a->pin), &h_path, mode); -+ if (unlikely(err)) -+ goto out_unpin; -+ -+ /* make the dir opaque */ -+ diropq = 0; -+ h_inode = d_inode(h_path.dentry); -+ if (wh_dentry -+ || au_opt_test(au_mntflags(sb), ALWAYS_DIROPQ)) { -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ opq_dentry = au_diropq_create(dentry, bindex); -+ inode_unlock(h_inode); -+ err = PTR_ERR(opq_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out_dir; -+ dput(opq_dentry); -+ diropq = 1; -+ } -+ -+ err = epilog(dir, bindex, wh_dentry, dentry); -+ if (!err) { -+ inc_nlink(dir); -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ if (diropq) { -+ AuLabel(revert opq); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ rerr = au_diropq_remove(dentry, bindex); -+ inode_unlock(h_inode); -+ if (rerr) { -+ AuIOErr("%pd reverting diropq failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ } -+ -+out_dir: -+ AuLabel(revert dir); -+ rerr = vfsub_rmdir(au_pinned_h_dir(&a->pin), &h_path); -+ if (rerr) { -+ AuIOErr("%pd reverting dir failed(%d, %d)\n", -+ dentry, err, rerr); -+ err = -EIO; -+ } -+ au_dtime_revert(&a->dt); -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+out_parent: -+ di_write_unlock(parent); -+out_unlock: -+ if (unlikely(err)) { -+ au_update_dbtop(dentry); -+ d_drop(dentry); -+ } -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ return err; -+} -diff --git a/fs/aufs/i_op_del.c b/fs/aufs/i_op_del.c -new file mode 100644 -index 000000000000..35f6328c49e1 ---- /dev/null -+++ b/fs/aufs/i_op_del.c -@@ -0,0 +1,499 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations (del entry) -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * decide if a new whiteout for @dentry is necessary or not. -+ * when it is necessary, prepare the parent dir for the upper branch whose -+ * branch index is @bcpup for creation. the actual creation of the whiteout will -+ * be done by caller. -+ * return value: -+ * 0: wh is unnecessary -+ * plus: wh is necessary -+ * minus: error -+ */ -+int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup) -+{ -+ int need_wh, err; -+ aufs_bindex_t btop; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ if (*bcpup < 0) { -+ *bcpup = btop; -+ if (au_test_ro(sb, btop, d_inode(dentry))) { -+ err = AuWbrCopyup(au_sbi(sb), dentry); -+ *bcpup = err; -+ if (unlikely(err < 0)) -+ goto out; -+ } -+ } else -+ AuDebugOn(btop < *bcpup -+ || au_test_ro(sb, *bcpup, d_inode(dentry))); -+ AuDbg("bcpup %d, btop %d\n", *bcpup, btop); -+ -+ if (*bcpup != btop) { -+ err = au_cpup_dirs(dentry, *bcpup); -+ if (unlikely(err)) -+ goto out; -+ need_wh = 1; -+ } else { -+ struct au_dinfo *dinfo, *tmp; -+ -+ need_wh = -ENOMEM; -+ dinfo = au_di(dentry); -+ tmp = au_di_alloc(sb, AuLsc_DI_TMP); -+ if (tmp) { -+ au_di_cp(tmp, dinfo); -+ au_di_swap(tmp, dinfo); -+ /* returns the number of positive dentries */ -+ need_wh = au_lkup_dentry(dentry, btop + 1, -+ /* AuLkup_IGNORE_PERM */ 0); -+ au_di_swap(tmp, dinfo); -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ } -+ } -+ AuDbg("need_wh %d\n", need_wh); -+ err = need_wh; -+ -+out: -+ return err; -+} -+ -+/* -+ * simple tests for the del-entry operations. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir) -+{ -+ int err; -+ umode_t h_mode; -+ struct dentry *h_dentry, *h_latest; -+ struct inode *h_inode; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (d_really_is_positive(dentry)) { -+ err = -ENOENT; -+ if (unlikely(d_is_negative(h_dentry))) -+ goto out; -+ h_inode = d_inode(h_dentry); -+ if (unlikely(!h_inode->i_nlink)) -+ goto out; -+ -+ h_mode = h_inode->i_mode; -+ if (!isdir) { -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(h_mode))) -+ goto out; -+ } else if (unlikely(!S_ISDIR(h_mode))) { -+ err = -ENOTDIR; -+ goto out; -+ } -+ } else { -+ /* rename(2) case */ -+ err = -EIO; -+ if (unlikely(d_is_positive(h_dentry))) -+ goto out; -+ } -+ -+ err = -ENOENT; -+ /* expected parent dir is locked */ -+ if (unlikely(h_parent != h_dentry->d_parent)) -+ goto out; -+ err = 0; -+ -+ /* -+ * rmdir a dir may break the consistency on some filesystem. -+ * let's try heavy test. -+ */ -+ err = -EACCES; -+ if (unlikely(!au_opt_test(au_mntflags(dentry->d_sb), DIRPERM1) -+ && au_test_h_perm(d_inode(h_parent), -+ MAY_EXEC | MAY_WRITE))) -+ goto out; -+ -+ h_latest = au_sio_lkup_one(&dentry->d_name, h_parent); -+ err = -EIO; -+ if (IS_ERR(h_latest)) -+ goto out; -+ if (h_latest == h_dentry) -+ err = 0; -+ dput(h_latest); -+ -+out: -+ return err; -+} -+ -+/* -+ * decide the branch where we operate for @dentry. the branch index will be set -+ * @rbcpup. after deciding it, 'pin' it and store the timestamps of the parent -+ * dir for reverting. -+ * when a new whiteout is necessary, create it. -+ */ -+static struct dentry* -+lock_hdir_create_wh(struct dentry *dentry, int isdir, aufs_bindex_t *rbcpup, -+ struct au_dtime *dt, struct au_pin *pin) -+{ -+ struct dentry *wh_dentry; -+ struct super_block *sb; -+ struct path h_path; -+ int err, need_wh; -+ unsigned int udba; -+ aufs_bindex_t bcpup; -+ -+ need_wh = au_wr_dir_need_wh(dentry, isdir, rbcpup); -+ wh_dentry = ERR_PTR(need_wh); -+ if (unlikely(need_wh < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ udba = au_opt_udba(sb); -+ bcpup = *rbcpup; -+ err = au_pin(pin, dentry, bcpup, udba, -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ -+ h_path.dentry = au_pinned_h_parent(pin); -+ if (udba != AuOpt_UDBA_NONE -+ && au_dbtop(dentry) == bcpup) { -+ err = au_may_del(dentry, bcpup, h_path.dentry, isdir); -+ wh_dentry = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_unpin; -+ } -+ -+ h_path.mnt = au_sbr_mnt(sb, bcpup); -+ au_dtime_store(dt, au_pinned_parent(pin), &h_path); -+ wh_dentry = NULL; -+ if (!need_wh) -+ goto out; /* success, no need to create whiteout */ -+ -+ wh_dentry = au_wh_create(dentry, bcpup, h_path.dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_unpin; -+ -+ /* returns with the parent is locked and wh_dentry is dget-ed */ -+ goto out; /* success */ -+ -+out_unpin: -+ au_unpin(pin); -+out: -+ return wh_dentry; -+} -+ -+/* -+ * when removing a dir, rename it to a unique temporary whiteout-ed name first -+ * in order to be revertible and save time for removing many child whiteouts -+ * under the dir. -+ * returns 1 when there are too many child whiteout and caller should remove -+ * them asynchronously. returns 0 when the number of children is enough small to -+ * remove now or the branch fs is a remote fs. -+ * otherwise return an error. -+ */ -+static int renwh_and_rmdir(struct dentry *dentry, aufs_bindex_t bindex, -+ struct au_nhash *whlist, struct inode *dir) -+{ -+ int rmdir_later, err, dirwh; -+ struct dentry *h_dentry; -+ struct super_block *sb; -+ struct inode *inode; -+ -+ sb = dentry->d_sb; -+ SiMustAnyLock(sb); -+ h_dentry = au_h_dptr(dentry, bindex); -+ err = au_whtmp_ren(h_dentry, au_sbr(sb, bindex)); -+ if (unlikely(err)) -+ goto out; -+ -+ /* stop monitoring */ -+ inode = d_inode(dentry); -+ au_hn_free(au_hi(inode, bindex)); -+ -+ if (!au_test_fs_remote(h_dentry->d_sb)) { -+ dirwh = au_sbi(sb)->si_dirwh; -+ rmdir_later = (dirwh <= 1); -+ if (!rmdir_later) -+ rmdir_later = au_nhash_test_longer_wh(whlist, bindex, -+ dirwh); -+ if (rmdir_later) -+ return rmdir_later; -+ } -+ -+ err = au_whtmp_rmdir(dir, bindex, h_dentry, whlist); -+ if (unlikely(err)) { -+ AuIOErr("rmdir %pd, b%d failed, %d. ignored\n", -+ h_dentry, bindex, err); -+ err = 0; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * final procedure for deleting a entry. -+ * maintain dentry and iattr. -+ */ -+static void epilog(struct inode *dir, struct dentry *dentry, -+ aufs_bindex_t bindex) -+{ -+ struct inode *inode; -+ -+ inode = d_inode(dentry); -+ d_drop(dentry); -+ inode->i_ctime = dir->i_ctime; -+ -+ au_dir_ts(dir, bindex); -+ inode_inc_iversion(dir); -+} -+ -+/* -+ * when an error happened, remove the created whiteout and revert everything. -+ */ -+static int do_revert(int err, struct inode *dir, aufs_bindex_t bindex, -+ aufs_bindex_t bwh, struct dentry *wh_dentry, -+ struct dentry *dentry, struct au_dtime *dt) -+{ -+ int rerr; -+ struct path h_path = { -+ .dentry = wh_dentry, -+ .mnt = au_sbr_mnt(dir->i_sb, bindex) -+ }; -+ -+ rerr = au_wh_unlink_dentry(au_h_iptr(dir, bindex), &h_path, dentry); -+ if (!rerr) { -+ au_set_dbwh(dentry, bwh); -+ au_dtime_revert(dt); -+ return 0; -+ } -+ -+ AuIOErr("%pd reverting whiteout failed(%d, %d)\n", dentry, err, rerr); -+ return -EIO; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int aufs_unlink(struct inode *dir, struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bwh, bindex, btop; -+ struct inode *inode, *h_dir, *delegated; -+ struct dentry *parent, *wh_dentry; -+ /* to reduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ struct path h_path; -+ } *a; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_d_hashed_positive(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ err = -EISDIR; -+ if (unlikely(d_is_dir(dentry))) -+ goto out_unlock; /* possible? */ -+ -+ btop = au_dbtop(dentry); -+ bwh = au_dbwh(dentry); -+ bindex = -1; -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/0, &bindex, &a->dt, -+ &a->pin); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ a->h_path.mnt = au_sbr_mnt(dentry->d_sb, btop); -+ a->h_path.dentry = au_h_dptr(dentry, btop); -+ dget(a->h_path.dentry); -+ if (bindex == btop) { -+ h_dir = au_pinned_h_dir(&a->pin); -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &a->h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } else { -+ /* dir inode is locked */ -+ h_dir = d_inode(wh_dentry->d_parent); -+ IMustLock(h_dir); -+ err = 0; -+ } -+ -+ if (!err) { -+ vfsub_drop_nlink(inode); -+ epilog(dir, dentry, bindex); -+ -+ /* update target timestamps */ -+ if (bindex == btop) { -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); -+ /*ignore*/ -+ inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ } else -+ /* todo: this timestamp may be reverted later */ -+ inode->i_ctime = h_dir->i_ctime; -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ if (wh_dentry) { -+ int rerr; -+ -+ rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, -+ &a->dt); -+ if (rerr) -+ err = rerr; -+ } -+ -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ dput(a->h_path.dentry); -+out_parent: -+ di_write_unlock(parent); -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ return err; -+} -+ -+int aufs_rmdir(struct inode *dir, struct dentry *dentry) -+{ -+ int err, rmdir_later; -+ aufs_bindex_t bwh, bindex, btop; -+ struct inode *inode; -+ struct dentry *parent, *wh_dentry, *h_dentry; -+ struct au_whtmp_rmdir *args; -+ /* to reduce stack size */ -+ struct { -+ struct au_dtime dt; -+ struct au_pin pin; -+ } *a; -+ -+ IMustLock(dir); -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_GEN); -+ if (unlikely(err)) -+ goto out_free; -+ err = au_alive_dir(dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ inode = d_inode(dentry); -+ IMustLock(inode); -+ err = -ENOTDIR; -+ if (unlikely(!d_is_dir(dentry))) -+ goto out_unlock; /* possible? */ -+ -+ err = -ENOMEM; -+ args = au_whtmp_rmdir_alloc(dir->i_sb, GFP_NOFS); -+ if (unlikely(!args)) -+ goto out_unlock; -+ -+ parent = dentry->d_parent; /* dir inode is locked */ -+ di_write_lock_parent(parent); -+ err = au_test_empty(dentry, &args->whlist); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ btop = au_dbtop(dentry); -+ bwh = au_dbwh(dentry); -+ bindex = -1; -+ wh_dentry = lock_hdir_create_wh(dentry, /*isdir*/1, &bindex, &a->dt, -+ &a->pin); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) -+ goto out_parent; -+ -+ h_dentry = au_h_dptr(dentry, btop); -+ dget(h_dentry); -+ rmdir_later = 0; -+ if (bindex == btop) { -+ err = renwh_and_rmdir(dentry, btop, &args->whlist, dir); -+ if (err > 0) { -+ rmdir_later = err; -+ err = 0; -+ } -+ } else { -+ /* stop monitoring */ -+ au_hn_free(au_hi(inode, btop)); -+ -+ /* dir inode is locked */ -+ IMustLock(d_inode(wh_dentry->d_parent)); -+ err = 0; -+ } -+ -+ if (!err) { -+ vfsub_dead_dir(inode); -+ au_set_dbdiropq(dentry, -1); -+ epilog(dir, dentry, bindex); -+ -+ if (rmdir_later) { -+ au_whtmp_kick_rmdir(dir, btop, h_dentry, args); -+ args = NULL; -+ } -+ -+ goto out_unpin; /* success */ -+ } -+ -+ /* revert */ -+ AuLabel(revert); -+ if (wh_dentry) { -+ int rerr; -+ -+ rerr = do_revert(err, dir, bindex, bwh, wh_dentry, dentry, -+ &a->dt); -+ if (rerr) -+ err = rerr; -+ } -+ -+out_unpin: -+ au_unpin(&a->pin); -+ dput(wh_dentry); -+ dput(h_dentry); -+out_parent: -+ di_write_unlock(parent); -+ if (args) -+ au_whtmp_rmdir_free(args); -+out_unlock: -+ aufs_read_unlock(dentry, AuLock_DW); -+out_free: -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/i_op_ren.c b/fs/aufs/i_op_ren.c -new file mode 100644 -index 000000000000..5849f3c83f29 ---- /dev/null -+++ b/fs/aufs/i_op_ren.c -@@ -0,0 +1,1236 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operation (rename entry) -+ * todo: this is crazy monster -+ */ -+ -+#include "aufs.h" -+ -+enum { AuSRC, AuDST, AuSrcDst }; -+enum { AuPARENT, AuCHILD, AuParentChild }; -+ -+#define AuRen_ISDIR_SRC 1 -+#define AuRen_ISDIR_DST (1 << 1) -+#define AuRen_ISSAMEDIR (1 << 2) -+#define AuRen_WHSRC (1 << 3) -+#define AuRen_WHDST (1 << 4) -+#define AuRen_MNT_WRITE (1 << 5) -+#define AuRen_DT_DSTDIR (1 << 6) -+#define AuRen_DIROPQ_SRC (1 << 7) -+#define AuRen_DIROPQ_DST (1 << 8) -+#define AuRen_DIRREN (1 << 9) -+#define AuRen_DROPPED_SRC (1 << 10) -+#define AuRen_DROPPED_DST (1 << 11) -+#define au_ftest_ren(flags, name) ((flags) & AuRen_##name) -+#define au_fset_ren(flags, name) \ -+ do { (flags) |= AuRen_##name; } while (0) -+#define au_fclr_ren(flags, name) \ -+ do { (flags) &= ~AuRen_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuRen_DIRREN -+#define AuRen_DIRREN 0 -+#endif -+ -+struct au_ren_args { -+ struct { -+ struct dentry *dentry, *h_dentry, *parent, *h_parent, -+ *wh_dentry; -+ struct inode *dir, *inode; -+ struct au_hinode *hdir, *hinode; -+ struct au_dtime dt[AuParentChild]; -+ aufs_bindex_t btop, bdiropq; -+ } sd[AuSrcDst]; -+ -+#define src_dentry sd[AuSRC].dentry -+#define src_dir sd[AuSRC].dir -+#define src_inode sd[AuSRC].inode -+#define src_h_dentry sd[AuSRC].h_dentry -+#define src_parent sd[AuSRC].parent -+#define src_h_parent sd[AuSRC].h_parent -+#define src_wh_dentry sd[AuSRC].wh_dentry -+#define src_hdir sd[AuSRC].hdir -+#define src_hinode sd[AuSRC].hinode -+#define src_h_dir sd[AuSRC].hdir->hi_inode -+#define src_dt sd[AuSRC].dt -+#define src_btop sd[AuSRC].btop -+#define src_bdiropq sd[AuSRC].bdiropq -+ -+#define dst_dentry sd[AuDST].dentry -+#define dst_dir sd[AuDST].dir -+#define dst_inode sd[AuDST].inode -+#define dst_h_dentry sd[AuDST].h_dentry -+#define dst_parent sd[AuDST].parent -+#define dst_h_parent sd[AuDST].h_parent -+#define dst_wh_dentry sd[AuDST].wh_dentry -+#define dst_hdir sd[AuDST].hdir -+#define dst_hinode sd[AuDST].hinode -+#define dst_h_dir sd[AuDST].hdir->hi_inode -+#define dst_dt sd[AuDST].dt -+#define dst_btop sd[AuDST].btop -+#define dst_bdiropq sd[AuDST].bdiropq -+ -+ struct dentry *h_trap; -+ struct au_branch *br; -+ struct path h_path; -+ struct au_nhash whlist; -+ aufs_bindex_t btgt, src_bwh; -+ -+ struct { -+ unsigned short auren_flags; -+ unsigned char flags; /* syscall parameter */ -+ unsigned char exchange; -+ } __packed; -+ -+ struct au_whtmp_rmdir *thargs; -+ struct dentry *h_dst; -+ struct au_hinode *h_root; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * functions for reverting. -+ * when an error happened in a single rename systemcall, we should revert -+ * everything as if nothing happened. -+ * we don't need to revert the copied-up/down the parent dir since they are -+ * harmless. -+ */ -+ -+#define RevertFailure(fmt, ...) do { \ -+ AuIOErr("revert failure: " fmt " (%d, %d)\n", \ -+ ##__VA_ARGS__, err, rerr); \ -+ err = -EIO; \ -+} while (0) -+ -+static void au_ren_do_rev_diropq(int err, struct au_ren_args *a, int idx) -+{ -+ int rerr; -+ struct dentry *d; -+#define src_or_dst(member) a->sd[idx].member -+ -+ d = src_or_dst(dentry); /* {src,dst}_dentry */ -+ au_hn_inode_lock_nested(src_or_dst(hinode), AuLsc_I_CHILD); -+ rerr = au_diropq_remove(d, a->btgt); -+ au_hn_inode_unlock(src_or_dst(hinode)); -+ au_set_dbdiropq(d, src_or_dst(bdiropq)); -+ if (rerr) -+ RevertFailure("remove diropq %pd", d); -+ -+#undef src_or_dst_ -+} -+ -+static void au_ren_rev_diropq(int err, struct au_ren_args *a) -+{ -+ if (au_ftest_ren(a->auren_flags, DIROPQ_SRC)) -+ au_ren_do_rev_diropq(err, a, AuSRC); -+ if (au_ftest_ren(a->auren_flags, DIROPQ_DST)) -+ au_ren_do_rev_diropq(err, a, AuDST); -+} -+ -+static void au_ren_rev_rename(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ struct inode *delegated; -+ -+ a->h_path.dentry = vfsub_lkup_one(&a->src_dentry->d_name, -+ a->src_h_parent); -+ rerr = PTR_ERR(a->h_path.dentry); -+ if (IS_ERR(a->h_path.dentry)) { -+ RevertFailure("lkup one %pd", a->src_dentry); -+ return; -+ } -+ -+ delegated = NULL; -+ rerr = vfsub_rename(a->dst_h_dir, -+ au_h_dptr(a->src_dentry, a->btgt), -+ a->src_h_dir, &a->h_path, &delegated, a->flags); -+ if (unlikely(rerr == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ /* au_set_h_dptr(a->src_dentry, a->btgt, NULL); */ -+ if (rerr) -+ RevertFailure("rename %pd", a->src_dentry); -+} -+ -+static void au_ren_rev_whtmp(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ struct inode *delegated; -+ -+ a->h_path.dentry = vfsub_lkup_one(&a->dst_dentry->d_name, -+ a->dst_h_parent); -+ rerr = PTR_ERR(a->h_path.dentry); -+ if (IS_ERR(a->h_path.dentry)) { -+ RevertFailure("lkup one %pd", a->dst_dentry); -+ return; -+ } -+ if (d_is_positive(a->h_path.dentry)) { -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ return; -+ } -+ -+ delegated = NULL; -+ rerr = vfsub_rename(a->dst_h_dir, a->h_dst, a->dst_h_dir, &a->h_path, -+ &delegated, a->flags); -+ if (unlikely(rerr == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ d_drop(a->h_path.dentry); -+ dput(a->h_path.dentry); -+ if (!rerr) -+ au_set_h_dptr(a->dst_dentry, a->btgt, dget(a->h_dst)); -+ else -+ RevertFailure("rename %pd", a->h_dst); -+} -+ -+static void au_ren_rev_whsrc(int err, struct au_ren_args *a) -+{ -+ int rerr; -+ -+ a->h_path.dentry = a->src_wh_dentry; -+ rerr = au_wh_unlink_dentry(a->src_h_dir, &a->h_path, a->src_dentry); -+ au_set_dbwh(a->src_dentry, a->src_bwh); -+ if (rerr) -+ RevertFailure("unlink %pd", a->src_wh_dentry); -+} -+#undef RevertFailure -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * when we have to copyup the renaming entry, do it with the rename-target name -+ * in order to minimize the cost (the later actual rename is unnecessary). -+ * otherwise rename it on the target branch. -+ */ -+static int au_ren_or_cpup(struct au_ren_args *a) -+{ -+ int err; -+ struct dentry *d; -+ struct inode *delegated; -+ -+ d = a->src_dentry; -+ if (au_dbtop(d) == a->btgt) { -+ a->h_path.dentry = a->dst_h_dentry; -+ AuDebugOn(au_dbtop(d) != a->btgt); -+ delegated = NULL; -+ err = vfsub_rename(a->src_h_dir, au_h_dptr(d, a->btgt), -+ a->dst_h_dir, &a->h_path, &delegated, -+ a->flags); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ } else -+ BUG(); -+ -+ if (!err && a->h_dst) -+ /* it will be set to dinfo later */ -+ dget(a->h_dst); -+ -+ return err; -+} -+ -+/* cf. aufs_rmdir() */ -+static int au_ren_del_whtmp(struct au_ren_args *a) -+{ -+ int err; -+ struct inode *dir; -+ -+ dir = a->dst_dir; -+ SiMustAnyLock(dir->i_sb); -+ if (!au_nhash_test_longer_wh(&a->whlist, a->btgt, -+ au_sbi(dir->i_sb)->si_dirwh) -+ || au_test_fs_remote(a->h_dst->d_sb)) { -+ err = au_whtmp_rmdir(dir, a->btgt, a->h_dst, &a->whlist); -+ if (unlikely(err)) -+ pr_warn("failed removing whtmp dir %pd (%d), " -+ "ignored.\n", a->h_dst, err); -+ } else { -+ au_nhash_wh_free(&a->thargs->whlist); -+ a->thargs->whlist = a->whlist; -+ a->whlist.nh_num = 0; -+ au_whtmp_kick_rmdir(dir, a->btgt, a->h_dst, a->thargs); -+ dput(a->h_dst); -+ a->thargs = NULL; -+ } -+ -+ return 0; -+} -+ -+/* make it 'opaque' dir. */ -+static int au_ren_do_diropq(struct au_ren_args *a, int idx) -+{ -+ int err; -+ struct dentry *d, *diropq; -+#define src_or_dst(member) a->sd[idx].member -+ -+ err = 0; -+ d = src_or_dst(dentry); /* {src,dst}_dentry */ -+ src_or_dst(bdiropq) = au_dbdiropq(d); -+ src_or_dst(hinode) = au_hi(src_or_dst(inode), a->btgt); -+ au_hn_inode_lock_nested(src_or_dst(hinode), AuLsc_I_CHILD); -+ diropq = au_diropq_create(d, a->btgt); -+ au_hn_inode_unlock(src_or_dst(hinode)); -+ if (IS_ERR(diropq)) -+ err = PTR_ERR(diropq); -+ else -+ dput(diropq); -+ -+#undef src_or_dst_ -+ return err; -+} -+ -+static int au_ren_diropq(struct au_ren_args *a) -+{ -+ int err; -+ unsigned char always; -+ struct dentry *d; -+ -+ err = 0; -+ d = a->dst_dentry; /* already renamed on the branch */ -+ always = !!au_opt_test(au_mntflags(d->d_sb), ALWAYS_DIROPQ); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ && !au_ftest_ren(a->auren_flags, DIRREN) -+ && a->btgt != au_dbdiropq(a->src_dentry) -+ && (a->dst_wh_dentry -+ || a->btgt <= au_dbdiropq(d) -+ /* hide the lower to keep xino */ -+ /* the lowers may not be a dir, but we hide them anyway */ -+ || a->btgt < au_dbbot(d) -+ || always)) { -+ AuDbg("here\n"); -+ err = au_ren_do_diropq(a, AuSRC); -+ if (unlikely(err)) -+ goto out; -+ au_fset_ren(a->auren_flags, DIROPQ_SRC); -+ } -+ if (!a->exchange) -+ goto out; /* success */ -+ -+ d = a->src_dentry; /* already renamed on the branch */ -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) -+ && a->btgt != au_dbdiropq(a->dst_dentry) -+ && (a->btgt < au_dbdiropq(d) -+ || a->btgt < au_dbbot(d) -+ || always)) { -+ AuDbgDentry(a->src_dentry); -+ AuDbgDentry(a->dst_dentry); -+ err = au_ren_do_diropq(a, AuDST); -+ if (unlikely(err)) -+ goto out_rev_src; -+ au_fset_ren(a->auren_flags, DIROPQ_DST); -+ } -+ goto out; /* success */ -+ -+out_rev_src: -+ AuDbg("err %d, reverting src\n", err); -+ au_ren_rev_diropq(err, a); -+out: -+ return err; -+} -+ -+static int do_rename(struct au_ren_args *a) -+{ -+ int err; -+ struct dentry *d, *h_d; -+ -+ if (!a->exchange) { -+ /* prepare workqueue args for asynchronous rmdir */ -+ h_d = a->dst_h_dentry; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) -+ /* && !au_ftest_ren(a->auren_flags, DIRREN) */ -+ && d_is_positive(h_d)) { -+ err = -ENOMEM; -+ a->thargs = au_whtmp_rmdir_alloc(a->src_dentry->d_sb, -+ GFP_NOFS); -+ if (unlikely(!a->thargs)) -+ goto out; -+ a->h_dst = dget(h_d); -+ } -+ -+ /* create whiteout for src_dentry */ -+ if (au_ftest_ren(a->auren_flags, WHSRC)) { -+ a->src_bwh = au_dbwh(a->src_dentry); -+ AuDebugOn(a->src_bwh >= 0); -+ a->src_wh_dentry = au_wh_create(a->src_dentry, a->btgt, -+ a->src_h_parent); -+ err = PTR_ERR(a->src_wh_dentry); -+ if (IS_ERR(a->src_wh_dentry)) -+ goto out_thargs; -+ } -+ -+ /* lookup whiteout for dentry */ -+ if (au_ftest_ren(a->auren_flags, WHDST)) { -+ h_d = au_wh_lkup(a->dst_h_parent, -+ &a->dst_dentry->d_name, a->br); -+ err = PTR_ERR(h_d); -+ if (IS_ERR(h_d)) -+ goto out_whsrc; -+ if (d_is_negative(h_d)) -+ dput(h_d); -+ else -+ a->dst_wh_dentry = h_d; -+ } -+ -+ /* rename dentry to tmpwh */ -+ if (a->thargs) { -+ err = au_whtmp_ren(a->dst_h_dentry, a->br); -+ if (unlikely(err)) -+ goto out_whdst; -+ -+ d = a->dst_dentry; -+ au_set_h_dptr(d, a->btgt, NULL); -+ err = au_lkup_neg(d, a->btgt, /*wh*/0); -+ if (unlikely(err)) -+ goto out_whtmp; -+ a->dst_h_dentry = au_h_dptr(d, a->btgt); -+ } -+ } -+ -+ BUG_ON(d_is_positive(a->dst_h_dentry) && a->src_btop != a->btgt); -+#if 0 -+ BUG_ON(!au_ftest_ren(a->auren_flags, DIRREN) -+ && d_is_positive(a->dst_h_dentry) -+ && a->src_btop != a->btgt); -+#endif -+ -+ /* rename by vfs_rename or cpup */ -+ err = au_ren_or_cpup(a); -+ if (unlikely(err)) -+ /* leave the copied-up one */ -+ goto out_whtmp; -+ -+ /* make dir opaque */ -+ err = au_ren_diropq(a); -+ if (unlikely(err)) -+ goto out_rename; -+ -+ /* update target timestamps */ -+ if (a->exchange) { -+ AuDebugOn(au_dbtop(a->dst_dentry) != a->btgt); -+ a->h_path.dentry = au_h_dptr(a->dst_dentry, a->btgt); -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); /*ignore*/ -+ a->dst_inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ } -+ AuDebugOn(au_dbtop(a->src_dentry) != a->btgt); -+ a->h_path.dentry = au_h_dptr(a->src_dentry, a->btgt); -+ vfsub_update_h_iattr(&a->h_path, /*did*/NULL); /*ignore*/ -+ a->src_inode->i_ctime = d_inode(a->h_path.dentry)->i_ctime; -+ -+ if (!a->exchange) { -+ /* remove whiteout for dentry */ -+ if (a->dst_wh_dentry) { -+ a->h_path.dentry = a->dst_wh_dentry; -+ err = au_wh_unlink_dentry(a->dst_h_dir, &a->h_path, -+ a->dst_dentry); -+ if (unlikely(err)) -+ goto out_diropq; -+ } -+ -+ /* remove whtmp */ -+ if (a->thargs) -+ au_ren_del_whtmp(a); /* ignore this error */ -+ -+ au_fhsm_wrote(a->src_dentry->d_sb, a->btgt, /*force*/0); -+ } -+ err = 0; -+ goto out_success; -+ -+out_diropq: -+ au_ren_rev_diropq(err, a); -+out_rename: -+ au_ren_rev_rename(err, a); -+ dput(a->h_dst); -+out_whtmp: -+ if (a->thargs) -+ au_ren_rev_whtmp(err, a); -+out_whdst: -+ dput(a->dst_wh_dentry); -+ a->dst_wh_dentry = NULL; -+out_whsrc: -+ if (a->src_wh_dentry) -+ au_ren_rev_whsrc(err, a); -+out_success: -+ dput(a->src_wh_dentry); -+ dput(a->dst_wh_dentry); -+out_thargs: -+ if (a->thargs) { -+ dput(a->h_dst); -+ au_whtmp_rmdir_free(a->thargs); -+ a->thargs = NULL; -+ } -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * test if @dentry dir can be rename destination or not. -+ * success means, it is a logically empty dir. -+ */ -+static int may_rename_dstdir(struct dentry *dentry, struct au_nhash *whlist) -+{ -+ return au_test_empty(dentry, whlist); -+} -+ -+/* -+ * test if @a->src_dentry dir can be rename source or not. -+ * if it can, return 0. -+ * success means, -+ * - it is a logically empty dir. -+ * - or, it exists on writable branch and has no children including whiteouts -+ * on the lower branch unless DIRREN is on. -+ */ -+static int may_rename_srcdir(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int rdhash; -+ aufs_bindex_t btop, btgt; -+ struct dentry *dentry; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ dentry = a->src_dentry; -+ sb = dentry->d_sb; -+ sbinfo = au_sbi(sb); -+ if (au_opt_test(sbinfo->si_mntflags, DIRREN)) -+ au_fset_ren(a->auren_flags, DIRREN); -+ -+ btgt = a->btgt; -+ btop = au_dbtop(dentry); -+ if (btop != btgt) { -+ struct au_nhash whlist; -+ -+ SiMustAnyLock(sb); -+ rdhash = sbinfo->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, -+ dentry)); -+ err = au_nhash_alloc(&whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_test_empty(dentry, &whlist); -+ au_nhash_wh_free(&whlist); -+ goto out; -+ } -+ -+ if (btop == au_dbtaildir(dentry)) -+ return 0; /* success */ -+ -+ err = au_test_empty_lower(dentry); -+ -+out: -+ if (err == -ENOTEMPTY) { -+ if (au_ftest_ren(a->auren_flags, DIRREN)) { -+ err = 0; -+ } else { -+ AuWarn1("renaming dir who has child(ren) on multiple " -+ "branches, is not supported\n"); -+ err = -EXDEV; -+ } -+ } -+ return err; -+} -+ -+/* side effect: sets whlist and h_dentry */ -+static int au_ren_may_dir(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int rdhash; -+ struct dentry *d; -+ -+ d = a->dst_dentry; -+ SiMustAnyLock(d->d_sb); -+ -+ err = 0; -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST) && a->dst_inode) { -+ rdhash = au_sbi(d->d_sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(/*file*/NULL, d)); -+ err = au_nhash_alloc(&a->whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ -+ if (!a->exchange) { -+ au_set_dbtop(d, a->dst_btop); -+ err = may_rename_dstdir(d, &a->whlist); -+ au_set_dbtop(d, a->btgt); -+ } else -+ err = may_rename_srcdir(a); -+ } -+ a->dst_h_dentry = au_h_dptr(d, au_dbtop(d)); -+ if (unlikely(err)) -+ goto out; -+ -+ d = a->src_dentry; -+ a->src_h_dentry = au_h_dptr(d, au_dbtop(d)); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) { -+ err = may_rename_srcdir(a); -+ if (unlikely(err)) { -+ au_nhash_wh_free(&a->whlist); -+ a->whlist.nh_num = 0; -+ } -+ } -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * simple tests for rename. -+ * following the checks in vfs, plus the parent-child relationship. -+ */ -+static int au_may_ren(struct au_ren_args *a) -+{ -+ int err, isdir; -+ struct inode *h_inode; -+ -+ if (a->src_btop == a->btgt) { -+ err = au_may_del(a->src_dentry, a->btgt, a->src_h_parent, -+ au_ftest_ren(a->auren_flags, ISDIR_SRC)); -+ if (unlikely(err)) -+ goto out; -+ err = -EINVAL; -+ if (unlikely(a->src_h_dentry == a->h_trap)) -+ goto out; -+ } -+ -+ err = 0; -+ if (a->dst_btop != a->btgt) -+ goto out; -+ -+ err = -ENOTEMPTY; -+ if (unlikely(a->dst_h_dentry == a->h_trap)) -+ goto out; -+ -+ err = -EIO; -+ isdir = !!au_ftest_ren(a->auren_flags, ISDIR_DST); -+ if (d_really_is_negative(a->dst_dentry)) { -+ if (d_is_negative(a->dst_h_dentry)) -+ err = au_may_add(a->dst_dentry, a->btgt, -+ a->dst_h_parent, isdir); -+ } else { -+ if (unlikely(d_is_negative(a->dst_h_dentry))) -+ goto out; -+ h_inode = d_inode(a->dst_h_dentry); -+ if (h_inode->i_nlink) -+ err = au_may_del(a->dst_dentry, a->btgt, -+ a->dst_h_parent, isdir); -+ } -+ -+out: -+ if (unlikely(err == -ENOENT || err == -EEXIST)) -+ err = -EIO; -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * locking order -+ * (VFS) -+ * - src_dir and dir by lock_rename() -+ * - inode if exists -+ * (aufs) -+ * - lock all -+ * + src_dentry and dentry by aufs_read_and_write_lock2() which calls, -+ * + si_read_lock -+ * + di_write_lock2_child() -+ * + di_write_lock_child() -+ * + ii_write_lock_child() -+ * + di_write_lock_child2() -+ * + ii_write_lock_child2() -+ * + src_parent and parent -+ * + di_write_lock_parent() -+ * + ii_write_lock_parent() -+ * + di_write_lock_parent2() -+ * + ii_write_lock_parent2() -+ * + lower src_dir and dir by vfsub_lock_rename() -+ * + verify the every relationships between child and parent. if any -+ * of them failed, unlock all and return -EBUSY. -+ */ -+static void au_ren_unlock(struct au_ren_args *a) -+{ -+ vfsub_unlock_rename(a->src_h_parent, a->src_hdir, -+ a->dst_h_parent, a->dst_hdir); -+ if (au_ftest_ren(a->auren_flags, DIRREN) -+ && a->h_root) -+ au_hn_inode_unlock(a->h_root); -+ if (au_ftest_ren(a->auren_flags, MNT_WRITE)) -+ vfsub_mnt_drop_write(au_br_mnt(a->br)); -+} -+ -+static int au_ren_lock(struct au_ren_args *a) -+{ -+ int err; -+ unsigned int udba; -+ -+ err = 0; -+ a->src_h_parent = au_h_dptr(a->src_parent, a->btgt); -+ a->src_hdir = au_hi(a->src_dir, a->btgt); -+ a->dst_h_parent = au_h_dptr(a->dst_parent, a->btgt); -+ a->dst_hdir = au_hi(a->dst_dir, a->btgt); -+ -+ err = vfsub_mnt_want_write(au_br_mnt(a->br)); -+ if (unlikely(err)) -+ goto out; -+ au_fset_ren(a->auren_flags, MNT_WRITE); -+ if (au_ftest_ren(a->auren_flags, DIRREN)) { -+ struct dentry *root; -+ struct inode *dir; -+ -+ /* -+ * sbinfo is already locked, so this ii_read_lock is -+ * unnecessary. but our debugging feature checks it. -+ */ -+ root = a->src_inode->i_sb->s_root; -+ if (root != a->src_parent && root != a->dst_parent) { -+ dir = d_inode(root); -+ ii_read_lock_parent3(dir); -+ a->h_root = au_hi(dir, a->btgt); -+ ii_read_unlock(dir); -+ au_hn_inode_lock_nested(a->h_root, AuLsc_I_PARENT3); -+ } -+ } -+ a->h_trap = vfsub_lock_rename(a->src_h_parent, a->src_hdir, -+ a->dst_h_parent, a->dst_hdir); -+ udba = au_opt_udba(a->src_dentry->d_sb); -+ if (unlikely(a->src_hdir->hi_inode != d_inode(a->src_h_parent) -+ || a->dst_hdir->hi_inode != d_inode(a->dst_h_parent))) -+ err = au_busy_or_stale(); -+ if (!err && au_dbtop(a->src_dentry) == a->btgt) -+ err = au_h_verify(a->src_h_dentry, udba, -+ d_inode(a->src_h_parent), a->src_h_parent, -+ a->br); -+ if (!err && au_dbtop(a->dst_dentry) == a->btgt) -+ err = au_h_verify(a->dst_h_dentry, udba, -+ d_inode(a->dst_h_parent), a->dst_h_parent, -+ a->br); -+ if (!err) -+ goto out; /* success */ -+ -+ err = au_busy_or_stale(); -+ au_ren_unlock(a); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void au_ren_refresh_dir(struct au_ren_args *a) -+{ -+ struct inode *dir; -+ -+ dir = a->dst_dir; -+ inode_inc_iversion(dir); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) { -+ /* is this updating defined in POSIX? */ -+ au_cpup_attr_timesizes(a->src_inode); -+ au_cpup_attr_nlink(dir, /*force*/1); -+ } -+ au_dir_ts(dir, a->btgt); -+ -+ if (a->exchange) { -+ dir = a->src_dir; -+ inode_inc_iversion(dir); -+ if (au_ftest_ren(a->auren_flags, ISDIR_DST)) { -+ /* is this updating defined in POSIX? */ -+ au_cpup_attr_timesizes(a->dst_inode); -+ au_cpup_attr_nlink(dir, /*force*/1); -+ } -+ au_dir_ts(dir, a->btgt); -+ } -+ -+ if (au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ return; -+ -+ dir = a->src_dir; -+ inode_inc_iversion(dir); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC)) -+ au_cpup_attr_nlink(dir, /*force*/1); -+ au_dir_ts(dir, a->btgt); -+} -+ -+static void au_ren_refresh(struct au_ren_args *a) -+{ -+ aufs_bindex_t bbot, bindex; -+ struct dentry *d, *h_d; -+ struct inode *i, *h_i; -+ struct super_block *sb; -+ -+ d = a->dst_dentry; -+ d_drop(d); -+ if (a->h_dst) -+ /* already dget-ed by au_ren_or_cpup() */ -+ au_set_h_dptr(d, a->btgt, a->h_dst); -+ -+ i = a->dst_inode; -+ if (i) { -+ if (!a->exchange) { -+ if (!au_ftest_ren(a->auren_flags, ISDIR_DST)) -+ vfsub_drop_nlink(i); -+ else { -+ vfsub_dead_dir(i); -+ au_cpup_attr_timesizes(i); -+ } -+ au_update_dbrange(d, /*do_put_zero*/1); -+ } else -+ au_cpup_attr_nlink(i, /*force*/1); -+ } else { -+ bbot = a->btgt; -+ for (bindex = au_dbtop(d); bindex < bbot; bindex++) -+ au_set_h_dptr(d, bindex, NULL); -+ bbot = au_dbbot(d); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) -+ au_set_h_dptr(d, bindex, NULL); -+ au_update_dbrange(d, /*do_put_zero*/0); -+ } -+ -+ if (a->exchange -+ || au_ftest_ren(a->auren_flags, DIRREN)) { -+ d_drop(a->src_dentry); -+ if (au_ftest_ren(a->auren_flags, DIRREN)) -+ au_set_dbwh(a->src_dentry, -1); -+ return; -+ } -+ -+ d = a->src_dentry; -+ au_set_dbwh(d, -1); -+ bbot = au_dbbot(d); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) { -+ h_d = au_h_dptr(d, bindex); -+ if (h_d) -+ au_set_h_dptr(d, bindex, NULL); -+ } -+ au_set_dbbot(d, a->btgt); -+ -+ sb = d->d_sb; -+ i = a->src_inode; -+ if (au_opt_test(au_mntflags(sb), PLINK) && au_plink_test(i)) -+ return; /* success */ -+ -+ bbot = au_ibbot(i); -+ for (bindex = a->btgt + 1; bindex <= bbot; bindex++) { -+ h_i = au_h_iptr(i, bindex); -+ if (h_i) { -+ au_xino_write(sb, bindex, h_i->i_ino, /*ino*/0); -+ /* ignore this error */ -+ au_set_h_iptr(i, bindex, NULL, 0); -+ } -+ } -+ au_set_ibbot(i, a->btgt); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* mainly for link(2) and rename(2) */ -+int au_wbr(struct dentry *dentry, aufs_bindex_t btgt) -+{ -+ aufs_bindex_t bdiropq, bwh; -+ struct dentry *parent; -+ struct au_branch *br; -+ -+ parent = dentry->d_parent; -+ IMustLock(d_inode(parent)); /* dir is locked */ -+ -+ bdiropq = au_dbdiropq(parent); -+ bwh = au_dbwh(dentry); -+ br = au_sbr(dentry->d_sb, btgt); -+ if (au_br_rdonly(br) -+ || (0 <= bdiropq && bdiropq < btgt) -+ || (0 <= bwh && bwh < btgt)) -+ btgt = -1; -+ -+ AuDbg("btgt %d\n", btgt); -+ return btgt; -+} -+ -+/* sets src_btop, dst_btop and btgt */ -+static int au_ren_wbr(struct au_ren_args *a) -+{ -+ int err; -+ struct au_wr_dir_args wr_dir_args = { -+ /* .force_btgt = -1, */ -+ .flags = AuWrDir_ADD_ENTRY -+ }; -+ -+ a->src_btop = au_dbtop(a->src_dentry); -+ a->dst_btop = au_dbtop(a->dst_dentry); -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ || au_ftest_ren(a->auren_flags, ISDIR_DST)) -+ au_fset_wrdir(wr_dir_args.flags, ISDIR); -+ wr_dir_args.force_btgt = a->src_btop; -+ if (a->dst_inode && a->dst_btop < a->src_btop) -+ wr_dir_args.force_btgt = a->dst_btop; -+ wr_dir_args.force_btgt = au_wbr(a->dst_dentry, wr_dir_args.force_btgt); -+ err = au_wr_dir(a->dst_dentry, a->src_dentry, &wr_dir_args); -+ a->btgt = err; -+ if (a->exchange) -+ au_update_dbtop(a->dst_dentry); -+ -+ return err; -+} -+ -+static void au_ren_dt(struct au_ren_args *a) -+{ -+ a->h_path.dentry = a->src_h_parent; -+ au_dtime_store(a->src_dt + AuPARENT, a->src_parent, &a->h_path); -+ if (!au_ftest_ren(a->auren_flags, ISSAMEDIR)) { -+ a->h_path.dentry = a->dst_h_parent; -+ au_dtime_store(a->dst_dt + AuPARENT, a->dst_parent, &a->h_path); -+ } -+ -+ au_fclr_ren(a->auren_flags, DT_DSTDIR); -+ if (!au_ftest_ren(a->auren_flags, ISDIR_SRC) -+ && !a->exchange) -+ return; -+ -+ a->h_path.dentry = a->src_h_dentry; -+ au_dtime_store(a->src_dt + AuCHILD, a->src_dentry, &a->h_path); -+ if (d_is_positive(a->dst_h_dentry)) { -+ au_fset_ren(a->auren_flags, DT_DSTDIR); -+ a->h_path.dentry = a->dst_h_dentry; -+ au_dtime_store(a->dst_dt + AuCHILD, a->dst_dentry, &a->h_path); -+ } -+} -+ -+static void au_ren_rev_dt(int err, struct au_ren_args *a) -+{ -+ struct dentry *h_d; -+ struct inode *h_inode; -+ -+ au_dtime_revert(a->src_dt + AuPARENT); -+ if (!au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ au_dtime_revert(a->dst_dt + AuPARENT); -+ -+ if (au_ftest_ren(a->auren_flags, ISDIR_SRC) && err != -EIO) { -+ h_d = a->src_dt[AuCHILD].dt_h_path.dentry; -+ h_inode = d_inode(h_d); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ au_dtime_revert(a->src_dt + AuCHILD); -+ inode_unlock(h_inode); -+ -+ if (au_ftest_ren(a->auren_flags, DT_DSTDIR)) { -+ h_d = a->dst_dt[AuCHILD].dt_h_path.dentry; -+ h_inode = d_inode(h_d); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ au_dtime_revert(a->dst_dt + AuCHILD); -+ inode_unlock(h_inode); -+ } -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int aufs_rename(struct inode *_src_dir, struct dentry *_src_dentry, -+ struct inode *_dst_dir, struct dentry *_dst_dentry, -+ unsigned int _flags) -+{ -+ int err, lock_flags; -+ void *rev; -+ /* reduce stack space */ -+ struct au_ren_args *a; -+ struct au_pin pin; -+ -+ AuDbg("%pd, %pd, 0x%x\n", _src_dentry, _dst_dentry, _flags); -+ IMustLock(_src_dir); -+ IMustLock(_dst_dir); -+ -+ err = -EINVAL; -+ if (unlikely(_flags & RENAME_WHITEOUT)) -+ goto out; -+ -+ err = -ENOMEM; -+ BUILD_BUG_ON(sizeof(*a) > PAGE_SIZE); -+ a = kzalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ a->flags = _flags; -+ BUILD_BUG_ON(sizeof(a->exchange) == sizeof(u8) -+ && RENAME_EXCHANGE > U8_MAX); -+ a->exchange = _flags & RENAME_EXCHANGE; -+ a->src_dir = _src_dir; -+ a->src_dentry = _src_dentry; -+ a->src_inode = NULL; -+ if (d_really_is_positive(a->src_dentry)) -+ a->src_inode = d_inode(a->src_dentry); -+ a->src_parent = a->src_dentry->d_parent; /* dir inode is locked */ -+ a->dst_dir = _dst_dir; -+ a->dst_dentry = _dst_dentry; -+ a->dst_inode = NULL; -+ if (d_really_is_positive(a->dst_dentry)) -+ a->dst_inode = d_inode(a->dst_dentry); -+ a->dst_parent = a->dst_dentry->d_parent; /* dir inode is locked */ -+ if (a->dst_inode) { -+ /* -+ * if EXCHANGE && src is non-dir && dst is dir, -+ * dst is not locked. -+ */ -+ /* IMustLock(a->dst_inode); */ -+ au_igrab(a->dst_inode); -+ } -+ -+ err = -ENOTDIR; -+ lock_flags = AuLock_FLUSH | AuLock_NOPLM | AuLock_GEN; -+ if (d_is_dir(a->src_dentry)) { -+ au_fset_ren(a->auren_flags, ISDIR_SRC); -+ if (unlikely(!a->exchange -+ && d_really_is_positive(a->dst_dentry) -+ && !d_is_dir(a->dst_dentry))) -+ goto out_free; -+ lock_flags |= AuLock_DIRS; -+ } -+ if (a->dst_inode && d_is_dir(a->dst_dentry)) { -+ au_fset_ren(a->auren_flags, ISDIR_DST); -+ if (unlikely(!a->exchange -+ && d_really_is_positive(a->src_dentry) -+ && !d_is_dir(a->src_dentry))) -+ goto out_free; -+ lock_flags |= AuLock_DIRS; -+ } -+ err = aufs_read_and_write_lock2(a->dst_dentry, a->src_dentry, -+ lock_flags); -+ if (unlikely(err)) -+ goto out_free; -+ -+ err = au_d_hashed_positive(a->src_dentry); -+ if (unlikely(err)) -+ goto out_unlock; -+ err = -ENOENT; -+ if (a->dst_inode) { -+ /* -+ * If it is a dir, VFS unhash it before this -+ * function. It means we cannot rely upon d_unhashed(). -+ */ -+ if (unlikely(!a->dst_inode->i_nlink)) -+ goto out_unlock; -+ if (!au_ftest_ren(a->auren_flags, ISDIR_DST)) { -+ err = au_d_hashed_positive(a->dst_dentry); -+ if (unlikely(err && !a->exchange)) -+ goto out_unlock; -+ } else if (unlikely(IS_DEADDIR(a->dst_inode))) -+ goto out_unlock; -+ } else if (unlikely(d_unhashed(a->dst_dentry))) -+ goto out_unlock; -+ -+ /* -+ * is it possible? -+ * yes, it happened (in linux-3.3-rcN) but I don't know why. -+ * there may exist a problem somewhere else. -+ */ -+ err = -EINVAL; -+ if (unlikely(d_inode(a->dst_parent) == d_inode(a->src_dentry))) -+ goto out_unlock; -+ -+ au_fset_ren(a->auren_flags, ISSAMEDIR); /* temporary */ -+ di_write_lock_parent(a->dst_parent); -+ -+ /* which branch we process */ -+ err = au_ren_wbr(a); -+ if (unlikely(err < 0)) -+ goto out_parent; -+ a->br = au_sbr(a->dst_dentry->d_sb, a->btgt); -+ a->h_path.mnt = au_br_mnt(a->br); -+ -+ /* are they available to be renamed */ -+ err = au_ren_may_dir(a); -+ if (unlikely(err)) -+ goto out_children; -+ -+ /* prepare the writable parent dir on the same branch */ -+ if (a->dst_btop == a->btgt) { -+ au_fset_ren(a->auren_flags, WHDST); -+ } else { -+ err = au_cpup_dirs(a->dst_dentry, a->btgt); -+ if (unlikely(err)) -+ goto out_children; -+ } -+ -+ err = 0; -+ if (!a->exchange) { -+ if (a->src_dir != a->dst_dir) { -+ /* -+ * this temporary unlock is safe, -+ * because both dir->i_mutex are locked. -+ */ -+ di_write_unlock(a->dst_parent); -+ di_write_lock_parent(a->src_parent); -+ err = au_wr_dir_need_wh(a->src_dentry, -+ au_ftest_ren(a->auren_flags, -+ ISDIR_SRC), -+ &a->btgt); -+ di_write_unlock(a->src_parent); -+ di_write_lock2_parent(a->src_parent, a->dst_parent, -+ /*isdir*/1); -+ au_fclr_ren(a->auren_flags, ISSAMEDIR); -+ } else -+ err = au_wr_dir_need_wh(a->src_dentry, -+ au_ftest_ren(a->auren_flags, -+ ISDIR_SRC), -+ &a->btgt); -+ } -+ if (unlikely(err < 0)) -+ goto out_children; -+ if (err) -+ au_fset_ren(a->auren_flags, WHSRC); -+ -+ /* cpup src */ -+ if (a->src_btop != a->btgt) { -+ err = au_pin(&pin, a->src_dentry, a->btgt, -+ au_opt_udba(a->src_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ struct au_cp_generic cpg = { -+ .dentry = a->src_dentry, -+ .bdst = a->btgt, -+ .bsrc = a->src_btop, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ AuDebugOn(au_dbtop(a->src_dentry) != a->src_btop); -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ if (unlikely(err)) -+ goto out_children; -+ a->src_btop = a->btgt; -+ a->src_h_dentry = au_h_dptr(a->src_dentry, a->btgt); -+ if (!a->exchange) -+ au_fset_ren(a->auren_flags, WHSRC); -+ } -+ -+ /* cpup dst */ -+ if (a->exchange && a->dst_inode -+ && a->dst_btop != a->btgt) { -+ err = au_pin(&pin, a->dst_dentry, a->btgt, -+ au_opt_udba(a->dst_dentry->d_sb), -+ AuPin_DI_LOCKED | AuPin_MNT_WRITE); -+ if (!err) { -+ struct au_cp_generic cpg = { -+ .dentry = a->dst_dentry, -+ .bdst = a->btgt, -+ .bsrc = a->dst_btop, -+ .len = -1, -+ .pin = &pin, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ err = au_sio_cpup_simple(&cpg); -+ au_unpin(&pin); -+ } -+ if (unlikely(err)) -+ goto out_children; -+ a->dst_btop = a->btgt; -+ a->dst_h_dentry = au_h_dptr(a->dst_dentry, a->btgt); -+ } -+ -+ /* lock them all */ -+ err = au_ren_lock(a); -+ if (unlikely(err)) -+ /* leave the copied-up one */ -+ goto out_children; -+ -+ if (!a->exchange) { -+ if (!au_opt_test(au_mntflags(a->dst_dir->i_sb), UDBA_NONE)) -+ err = au_may_ren(a); -+ else if (unlikely(a->dst_dentry->d_name.len > AUFS_MAX_NAMELEN)) -+ err = -ENAMETOOLONG; -+ if (unlikely(err)) -+ goto out_hdir; -+ } -+ -+ /* store timestamps to be revertible */ -+ au_ren_dt(a); -+ -+ /* store dirren info */ -+ if (au_ftest_ren(a->auren_flags, DIRREN)) { -+ err = au_dr_rename(a->src_dentry, a->btgt, -+ &a->dst_dentry->d_name, &rev); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out_dt; -+ } -+ -+ /* here we go */ -+ err = do_rename(a); -+ if (unlikely(err)) -+ goto out_dirren; -+ -+ if (au_ftest_ren(a->auren_flags, DIRREN)) -+ au_dr_rename_fin(a->src_dentry, a->btgt, rev); -+ -+ /* update dir attributes */ -+ au_ren_refresh_dir(a); -+ -+ /* dput/iput all lower dentries */ -+ au_ren_refresh(a); -+ -+ goto out_hdir; /* success */ -+ -+out_dirren: -+ if (au_ftest_ren(a->auren_flags, DIRREN)) -+ au_dr_rename_rev(a->src_dentry, a->btgt, rev); -+out_dt: -+ au_ren_rev_dt(err, a); -+out_hdir: -+ au_ren_unlock(a); -+out_children: -+ au_nhash_wh_free(&a->whlist); -+ if (err && a->dst_inode && a->dst_btop != a->btgt) { -+ AuDbg("btop %d, btgt %d\n", a->dst_btop, a->btgt); -+ au_set_h_dptr(a->dst_dentry, a->btgt, NULL); -+ au_set_dbtop(a->dst_dentry, a->dst_btop); -+ } -+out_parent: -+ if (!err) { -+ if (d_unhashed(a->src_dentry)) -+ au_fset_ren(a->auren_flags, DROPPED_SRC); -+ if (d_unhashed(a->dst_dentry)) -+ au_fset_ren(a->auren_flags, DROPPED_DST); -+ if (!a->exchange) -+ d_move(a->src_dentry, a->dst_dentry); -+ else { -+ d_exchange(a->src_dentry, a->dst_dentry); -+ if (au_ftest_ren(a->auren_flags, DROPPED_DST)) -+ d_drop(a->dst_dentry); -+ } -+ if (au_ftest_ren(a->auren_flags, DROPPED_SRC)) -+ d_drop(a->src_dentry); -+ } else { -+ au_update_dbtop(a->dst_dentry); -+ if (!a->dst_inode) -+ d_drop(a->dst_dentry); -+ } -+ if (au_ftest_ren(a->auren_flags, ISSAMEDIR)) -+ di_write_unlock(a->dst_parent); -+ else -+ di_write_unlock2(a->src_parent, a->dst_parent); -+out_unlock: -+ aufs_read_and_write_unlock2(a->dst_dentry, a->src_dentry); -+out_free: -+ iput(a->dst_inode); -+ if (a->thargs) -+ au_whtmp_rmdir_free(a->thargs); -+ kfree(a); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/iinfo.c b/fs/aufs/iinfo.c -new file mode 100644 -index 000000000000..f5c2bd14176e ---- /dev/null -+++ b/fs/aufs/iinfo.c -@@ -0,0 +1,273 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode private data -+ */ -+ -+#include "aufs.h" -+ -+struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex) -+{ -+ struct inode *h_inode; -+ struct au_hinode *hinode; -+ -+ IiMustAnyLock(inode); -+ -+ hinode = au_hinode(au_ii(inode), bindex); -+ h_inode = hinode->hi_inode; -+ AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); -+ return h_inode; -+} -+ -+/* todo: hard/soft set? */ -+void au_hiput(struct au_hinode *hinode) -+{ -+ au_hn_free(hinode); -+ dput(hinode->hi_whdentry); -+ iput(hinode->hi_inode); -+} -+ -+unsigned int au_hi_flags(struct inode *inode, int isdir) -+{ -+ unsigned int flags; -+ const unsigned int mnt_flags = au_mntflags(inode->i_sb); -+ -+ flags = 0; -+ if (au_opt_test(mnt_flags, XINO)) -+ au_fset_hi(flags, XINO); -+ if (isdir && au_opt_test(mnt_flags, UDBA_HNOTIFY)) -+ au_fset_hi(flags, HNOTIFY); -+ return flags; -+} -+ -+void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode, unsigned int flags) -+{ -+ struct au_hinode *hinode; -+ struct inode *hi; -+ struct au_iinfo *iinfo = au_ii(inode); -+ -+ IiMustWriteLock(inode); -+ -+ hinode = au_hinode(iinfo, bindex); -+ hi = hinode->hi_inode; -+ AuDebugOn(h_inode && atomic_read(&h_inode->i_count) <= 0); -+ -+ if (hi) -+ au_hiput(hinode); -+ hinode->hi_inode = h_inode; -+ if (h_inode) { -+ int err; -+ struct super_block *sb = inode->i_sb; -+ struct au_branch *br; -+ -+ AuDebugOn(inode->i_mode -+ && (h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT)); -+ if (bindex == iinfo->ii_btop) -+ au_cpup_igen(inode, h_inode); -+ br = au_sbr(sb, bindex); -+ hinode->hi_id = br->br_id; -+ if (au_ftest_hi(flags, XINO)) { -+ err = au_xino_write(sb, bindex, h_inode->i_ino, -+ inode->i_ino); -+ if (unlikely(err)) -+ AuIOErr1("failed au_xino_write() %d\n", err); -+ } -+ -+ if (au_ftest_hi(flags, HNOTIFY) -+ && au_br_hnotifyable(br->br_perm)) { -+ err = au_hn_alloc(hinode, inode); -+ if (unlikely(err)) -+ AuIOErr1("au_hn_alloc() %d\n", err); -+ } -+ } -+} -+ -+void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_wh) -+{ -+ struct au_hinode *hinode; -+ -+ IiMustWriteLock(inode); -+ -+ hinode = au_hinode(au_ii(inode), bindex); -+ AuDebugOn(hinode->hi_whdentry); -+ hinode->hi_whdentry = h_wh; -+} -+ -+void au_update_iigen(struct inode *inode, int half) -+{ -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ unsigned int sigen; -+ -+ sigen = au_sigen(inode->i_sb); -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ iigen->ig_generation = sigen; -+ if (half) -+ au_ig_fset(iigen->ig_flags, HALF_REFRESHED); -+ else -+ au_ig_fclr(iigen->ig_flags, HALF_REFRESHED); -+ spin_unlock(&iigen->ig_spin); -+} -+ -+/* it may be called at remount time, too */ -+void au_update_ibrange(struct inode *inode, int do_put_zero) -+{ -+ struct au_iinfo *iinfo; -+ aufs_bindex_t bindex, bbot; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ IiMustWriteLock(inode); -+ -+ iinfo = au_ii(inode); -+ if (do_put_zero && iinfo->ii_btop >= 0) { -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; -+ bindex++) { -+ struct inode *h_i; -+ -+ h_i = au_hinode(iinfo, bindex)->hi_inode; -+ if (h_i -+ && !h_i->i_nlink -+ && !(h_i->i_state & I_LINKABLE)) -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ } -+ } -+ -+ iinfo->ii_btop = -1; -+ iinfo->ii_bbot = -1; -+ bbot = au_sbbot(inode->i_sb); -+ for (bindex = 0; bindex <= bbot; bindex++) -+ if (au_hinode(iinfo, bindex)->hi_inode) { -+ iinfo->ii_btop = bindex; -+ break; -+ } -+ if (iinfo->ii_btop >= 0) -+ for (bindex = bbot; bindex >= iinfo->ii_btop; bindex--) -+ if (au_hinode(iinfo, bindex)->hi_inode) { -+ iinfo->ii_bbot = bindex; -+ break; -+ } -+ AuDebugOn(iinfo->ii_btop > iinfo->ii_bbot); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_icntnr_init_once(void *_c) -+{ -+ struct au_icntnr *c = _c; -+ struct au_iinfo *iinfo = &c->iinfo; -+ -+ spin_lock_init(&iinfo->ii_generation.ig_spin); -+ au_rw_init(&iinfo->ii_rwsem); -+ inode_init_once(&c->vfs_inode); -+} -+ -+void au_hinode_init(struct au_hinode *hinode) -+{ -+ hinode->hi_inode = NULL; -+ hinode->hi_id = -1; -+ au_hn_init(hinode); -+ hinode->hi_whdentry = NULL; -+} -+ -+int au_iinfo_init(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct super_block *sb; -+ struct au_hinode *hi; -+ int nbr, i; -+ -+ sb = inode->i_sb; -+ iinfo = &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); -+ nbr = au_sbbot(sb) + 1; -+ if (unlikely(nbr <= 0)) -+ nbr = 1; -+ hi = kmalloc_array(nbr, sizeof(*iinfo->ii_hinode), GFP_NOFS); -+ if (hi) { -+ au_lcnt_inc(&au_sbi(sb)->si_ninodes); -+ -+ iinfo->ii_hinode = hi; -+ for (i = 0; i < nbr; i++, hi++) -+ au_hinode_init(hi); -+ -+ iinfo->ii_generation.ig_generation = au_sigen(sb); -+ iinfo->ii_btop = -1; -+ iinfo->ii_bbot = -1; -+ iinfo->ii_vdir = NULL; -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+int au_hinode_realloc(struct au_iinfo *iinfo, int nbr, int may_shrink) -+{ -+ int err, i; -+ struct au_hinode *hip; -+ -+ AuRwMustWriteLock(&iinfo->ii_rwsem); -+ -+ err = -ENOMEM; -+ hip = au_krealloc(iinfo->ii_hinode, sizeof(*hip) * nbr, GFP_NOFS, -+ may_shrink); -+ if (hip) { -+ iinfo->ii_hinode = hip; -+ i = iinfo->ii_bbot + 1; -+ hip += i; -+ for (; i < nbr; i++, hip++) -+ au_hinode_init(hip); -+ err = 0; -+ } -+ -+ return err; -+} -+ -+void au_iinfo_fin(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_hinode *hi; -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ const unsigned char unlinked = !inode->i_nlink; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ -+ sb = inode->i_sb; -+ au_lcnt_dec(&au_sbi(sb)->si_ninodes); -+ if (si_pid_test(sb)) -+ au_xino_delete_inode(inode, unlinked); -+ else { -+ /* -+ * it is safe to hide the dependency between sbinfo and -+ * sb->s_umount. -+ */ -+ lockdep_off(); -+ si_noflush_read_lock(sb); -+ au_xino_delete_inode(inode, unlinked); -+ si_read_unlock(sb); -+ lockdep_on(); -+ } -+ -+ iinfo = au_ii(inode); -+ if (iinfo->ii_vdir) -+ au_vdir_free(iinfo->ii_vdir); -+ -+ bindex = iinfo->ii_btop; -+ if (bindex >= 0) { -+ hi = au_hinode(iinfo, bindex); -+ bbot = iinfo->ii_bbot; -+ while (bindex++ <= bbot) { -+ if (hi->hi_inode) -+ au_hiput(hi); -+ hi++; -+ } -+ } -+ kfree(iinfo->ii_hinode); -+ AuRwDestroy(&iinfo->ii_rwsem); -+} -diff --git a/fs/aufs/inode.c b/fs/aufs/inode.c -new file mode 100644 -index 000000000000..a798a6a07fda ---- /dev/null -+++ b/fs/aufs/inode.c -@@ -0,0 +1,515 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode functions -+ */ -+ -+#include "aufs.h" -+ -+struct inode *au_igrab(struct inode *inode) -+{ -+ if (inode) { -+ AuDebugOn(!atomic_read(&inode->i_count)); -+ ihold(inode); -+ } -+ return inode; -+} -+ -+static void au_refresh_hinode_attr(struct inode *inode, int do_version) -+{ -+ au_cpup_attr_all(inode, /*force*/0); -+ au_update_iigen(inode, /*half*/1); -+ if (do_version) -+ inode_inc_iversion(inode); -+} -+ -+static int au_ii_refresh(struct inode *inode, int *update) -+{ -+ int err, e, nbr; -+ umode_t type; -+ aufs_bindex_t bindex, new_bindex; -+ struct super_block *sb; -+ struct au_iinfo *iinfo; -+ struct au_hinode *p, *q, tmp; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ IiMustWriteLock(inode); -+ -+ *update = 0; -+ sb = inode->i_sb; -+ nbr = au_sbbot(sb) + 1; -+ type = inode->i_mode & S_IFMT; -+ iinfo = au_ii(inode); -+ err = au_hinode_realloc(iinfo, nbr, /*may_shrink*/0); -+ if (unlikely(err)) -+ goto out; -+ -+ AuDebugOn(iinfo->ii_btop < 0); -+ p = au_hinode(iinfo, iinfo->ii_btop); -+ for (bindex = iinfo->ii_btop; bindex <= iinfo->ii_bbot; -+ bindex++, p++) { -+ if (!p->hi_inode) -+ continue; -+ -+ AuDebugOn(type != (p->hi_inode->i_mode & S_IFMT)); -+ new_bindex = au_br_index(sb, p->hi_id); -+ if (new_bindex == bindex) -+ continue; -+ -+ if (new_bindex < 0) { -+ *update = 1; -+ au_hiput(p); -+ p->hi_inode = NULL; -+ continue; -+ } -+ -+ if (new_bindex < iinfo->ii_btop) -+ iinfo->ii_btop = new_bindex; -+ if (iinfo->ii_bbot < new_bindex) -+ iinfo->ii_bbot = new_bindex; -+ /* swap two lower inode, and loop again */ -+ q = au_hinode(iinfo, new_bindex); -+ tmp = *q; -+ *q = *p; -+ *p = tmp; -+ if (tmp.hi_inode) { -+ bindex--; -+ p--; -+ } -+ } -+ au_update_ibrange(inode, /*do_put_zero*/0); -+ au_hinode_realloc(iinfo, nbr, /*may_shrink*/1); /* harmless if err */ -+ e = au_dy_irefresh(inode); -+ if (unlikely(e && !err)) -+ err = e; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_refresh_iop(struct inode *inode, int force_getattr) -+{ -+ int type; -+ struct au_sbinfo *sbi = au_sbi(inode->i_sb); -+ const struct inode_operations *iop -+ = force_getattr ? aufs_iop : sbi->si_iop_array; -+ -+ if (inode->i_op == iop) -+ return; -+ -+ switch (inode->i_mode & S_IFMT) { -+ case S_IFDIR: -+ type = AuIop_DIR; -+ break; -+ case S_IFLNK: -+ type = AuIop_SYMLINK; -+ break; -+ default: -+ type = AuIop_OTHER; -+ break; -+ } -+ -+ inode->i_op = iop + type; -+ /* unnecessary smp_wmb() */ -+} -+ -+int au_refresh_hinode_self(struct inode *inode) -+{ -+ int err, update; -+ -+ err = au_ii_refresh(inode, &update); -+ if (!err) -+ au_refresh_hinode_attr(inode, update && S_ISDIR(inode->i_mode)); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_refresh_hinode(struct inode *inode, struct dentry *dentry) -+{ -+ int err, e, update; -+ unsigned int flags; -+ umode_t mode; -+ aufs_bindex_t bindex, bbot; -+ unsigned char isdir; -+ struct au_hinode *p; -+ struct au_iinfo *iinfo; -+ -+ err = au_ii_refresh(inode, &update); -+ if (unlikely(err)) -+ goto out; -+ -+ update = 0; -+ iinfo = au_ii(inode); -+ p = au_hinode(iinfo, iinfo->ii_btop); -+ mode = (inode->i_mode & S_IFMT); -+ isdir = S_ISDIR(mode); -+ flags = au_hi_flags(inode, isdir); -+ bbot = au_dbbot(dentry); -+ for (bindex = au_dbtop(dentry); bindex <= bbot; bindex++) { -+ struct inode *h_i, *h_inode; -+ struct dentry *h_d; -+ -+ h_d = au_h_dptr(dentry, bindex); -+ if (!h_d || d_is_negative(h_d)) -+ continue; -+ -+ h_inode = d_inode(h_d); -+ AuDebugOn(mode != (h_inode->i_mode & S_IFMT)); -+ if (iinfo->ii_btop <= bindex && bindex <= iinfo->ii_bbot) { -+ h_i = au_h_iptr(inode, bindex); -+ if (h_i) { -+ if (h_i == h_inode) -+ continue; -+ err = -EIO; -+ break; -+ } -+ } -+ if (bindex < iinfo->ii_btop) -+ iinfo->ii_btop = bindex; -+ if (iinfo->ii_bbot < bindex) -+ iinfo->ii_bbot = bindex; -+ au_set_h_iptr(inode, bindex, au_igrab(h_inode), flags); -+ update = 1; -+ } -+ au_update_ibrange(inode, /*do_put_zero*/0); -+ e = au_dy_irefresh(inode); -+ if (unlikely(e && !err)) -+ err = e; -+ if (!err) -+ au_refresh_hinode_attr(inode, update && isdir); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int set_inode(struct inode *inode, struct dentry *dentry) -+{ -+ int err; -+ unsigned int flags; -+ umode_t mode; -+ aufs_bindex_t bindex, btop, btail; -+ unsigned char isdir; -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ struct au_iinfo *iinfo; -+ struct inode_operations *iop; -+ -+ IiMustWriteLock(inode); -+ -+ err = 0; -+ isdir = 0; -+ iop = au_sbi(inode->i_sb)->si_iop_array; -+ btop = au_dbtop(dentry); -+ h_dentry = au_h_dptr(dentry, btop); -+ h_inode = d_inode(h_dentry); -+ mode = h_inode->i_mode; -+ switch (mode & S_IFMT) { -+ case S_IFREG: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_OTHER; -+ inode->i_fop = &aufs_file_fop; -+ err = au_dy_iaop(inode, btop, h_inode); -+ if (unlikely(err)) -+ goto out; -+ break; -+ case S_IFDIR: -+ isdir = 1; -+ btail = au_dbtaildir(dentry); -+ inode->i_op = iop + AuIop_DIR; -+ inode->i_fop = &aufs_dir_fop; -+ break; -+ case S_IFLNK: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_SYMLINK; -+ break; -+ case S_IFBLK: -+ case S_IFCHR: -+ case S_IFIFO: -+ case S_IFSOCK: -+ btail = au_dbtail(dentry); -+ inode->i_op = iop + AuIop_OTHER; -+ init_special_inode(inode, mode, h_inode->i_rdev); -+ break; -+ default: -+ AuIOErr("Unknown file type 0%o\n", mode); -+ err = -EIO; -+ goto out; -+ } -+ -+ /* do not set hnotify for whiteouted dirs (SHWH mode) */ -+ flags = au_hi_flags(inode, isdir); -+ if (au_opt_test(au_mntflags(dentry->d_sb), SHWH) -+ && au_ftest_hi(flags, HNOTIFY) -+ && dentry->d_name.len > AUFS_WH_PFX_LEN -+ && !memcmp(dentry->d_name.name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) -+ au_fclr_hi(flags, HNOTIFY); -+ iinfo = au_ii(inode); -+ iinfo->ii_btop = btop; -+ iinfo->ii_bbot = btail; -+ for (bindex = btop; bindex <= btail; bindex++) { -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (h_dentry) -+ au_set_h_iptr(inode, bindex, -+ au_igrab(d_inode(h_dentry)), flags); -+ } -+ au_cpup_attr_all(inode, /*force*/1); -+ /* -+ * to force calling aufs_get_acl() every time, -+ * do not call cache_no_acl() for aufs inode. -+ */ -+ -+out: -+ return err; -+} -+ -+/* -+ * successful returns with iinfo write_locked -+ * minus: errno -+ * zero: success, matched -+ * plus: no error, but unmatched -+ */ -+static int reval_inode(struct inode *inode, struct dentry *dentry) -+{ -+ int err; -+ unsigned int gen, igflags; -+ aufs_bindex_t bindex, bbot; -+ struct inode *h_inode, *h_dinode; -+ struct dentry *h_dentry; -+ -+ /* -+ * before this function, if aufs got any iinfo lock, it must be only -+ * one, the parent dir. -+ * it can happen by UDBA and the obsoleted inode number. -+ */ -+ err = -EIO; -+ if (unlikely(inode->i_ino == parent_ino(dentry))) -+ goto out; -+ -+ err = 1; -+ ii_write_lock_new_child(inode); -+ h_dentry = au_h_dptr(dentry, au_dbtop(dentry)); -+ h_dinode = d_inode(h_dentry); -+ bbot = au_ibbot(inode); -+ for (bindex = au_ibtop(inode); bindex <= bbot; bindex++) { -+ h_inode = au_h_iptr(inode, bindex); -+ if (!h_inode || h_inode != h_dinode) -+ continue; -+ -+ err = 0; -+ gen = au_iigen(inode, &igflags); -+ if (gen == au_digen(dentry) -+ && !au_ig_ftest(igflags, HALF_REFRESHED)) -+ break; -+ -+ /* fully refresh inode using dentry */ -+ err = au_refresh_hinode(inode, dentry); -+ if (!err) -+ au_update_iigen(inode, /*half*/0); -+ break; -+ } -+ -+ if (unlikely(err)) -+ ii_write_unlock(inode); -+out: -+ return err; -+} -+ -+int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ unsigned int d_type, ino_t *ino) -+{ -+ int err, idx; -+ const int isnondir = d_type != DT_DIR; -+ -+ /* prevent hardlinked inode number from race condition */ -+ if (isnondir) { -+ err = au_xinondir_enter(sb, bindex, h_ino, &idx); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ err = au_xino_read(sb, bindex, h_ino, ino); -+ if (unlikely(err)) -+ goto out_xinondir; -+ -+ if (!*ino) { -+ err = -EIO; -+ *ino = au_xino_new_ino(sb); -+ if (unlikely(!*ino)) -+ goto out_xinondir; -+ err = au_xino_write(sb, bindex, h_ino, *ino); -+ if (unlikely(err)) -+ goto out_xinondir; -+ } -+ -+out_xinondir: -+ if (isnondir && idx >= 0) -+ au_xinondir_leave(sb, bindex, h_ino, idx); -+out: -+ return err; -+} -+ -+/* successful returns with iinfo write_locked */ -+/* todo: return with unlocked? */ -+struct inode *au_new_inode(struct dentry *dentry, int must_new) -+{ -+ struct inode *inode, *h_inode; -+ struct dentry *h_dentry; -+ struct super_block *sb; -+ ino_t h_ino, ino; -+ int err, idx, hlinked; -+ aufs_bindex_t btop; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ h_dentry = au_h_dptr(dentry, btop); -+ h_inode = d_inode(h_dentry); -+ h_ino = h_inode->i_ino; -+ hlinked = !d_is_dir(h_dentry) && h_inode->i_nlink > 1; -+ -+new_ino: -+ /* -+ * stop 'race'-ing between hardlinks under different -+ * parents. -+ */ -+ if (hlinked) { -+ err = au_xinondir_enter(sb, btop, h_ino, &idx); -+ inode = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ err = au_xino_read(sb, btop, h_ino, &ino); -+ inode = ERR_PTR(err); -+ if (unlikely(err)) -+ goto out_xinondir; -+ -+ if (!ino) { -+ ino = au_xino_new_ino(sb); -+ if (unlikely(!ino)) { -+ inode = ERR_PTR(-EIO); -+ goto out_xinondir; -+ } -+ } -+ -+ AuDbg("i%lu\n", (unsigned long)ino); -+ inode = au_iget_locked(sb, ino); -+ err = PTR_ERR(inode); -+ if (IS_ERR(inode)) -+ goto out_xinondir; -+ -+ AuDbg("%lx, new %d\n", inode->i_state, !!(inode->i_state & I_NEW)); -+ if (inode->i_state & I_NEW) { -+ ii_write_lock_new_child(inode); -+ err = set_inode(inode, dentry); -+ if (!err) { -+ unlock_new_inode(inode); -+ goto out_xinondir; /* success */ -+ } -+ -+ /* -+ * iget_failed() calls iput(), but we need to call -+ * ii_write_unlock() after iget_failed(). so dirty hack for -+ * i_count. -+ */ -+ atomic_inc(&inode->i_count); -+ iget_failed(inode); -+ ii_write_unlock(inode); -+ au_xino_write(sb, btop, h_ino, /*ino*/0); -+ /* ignore this error */ -+ goto out_iput; -+ } else if (!must_new && !IS_DEADDIR(inode) && inode->i_nlink) { -+ /* -+ * horrible race condition between lookup, readdir and copyup -+ * (or something). -+ */ -+ if (hlinked && idx >= 0) -+ au_xinondir_leave(sb, btop, h_ino, idx); -+ err = reval_inode(inode, dentry); -+ if (unlikely(err < 0)) { -+ hlinked = 0; -+ goto out_iput; -+ } -+ if (!err) -+ goto out; /* success */ -+ else if (hlinked && idx >= 0) { -+ err = au_xinondir_enter(sb, btop, h_ino, &idx); -+ if (unlikely(err)) { -+ iput(inode); -+ inode = ERR_PTR(err); -+ goto out; -+ } -+ } -+ } -+ -+ if (unlikely(au_test_fs_unique_ino(h_inode))) -+ AuWarn1("Warning: Un-notified UDBA or repeatedly renamed dir," -+ " b%d, %s, %pd, hi%lu, i%lu.\n", -+ btop, au_sbtype(h_dentry->d_sb), dentry, -+ (unsigned long)h_ino, (unsigned long)ino); -+ ino = 0; -+ err = au_xino_write(sb, btop, h_ino, /*ino*/0); -+ if (!err) { -+ iput(inode); -+ if (hlinked && idx >= 0) -+ au_xinondir_leave(sb, btop, h_ino, idx); -+ goto new_ino; -+ } -+ -+out_iput: -+ iput(inode); -+ inode = ERR_PTR(err); -+out_xinondir: -+ if (hlinked && idx >= 0) -+ au_xinondir_leave(sb, btop, h_ino, idx); -+out: -+ return inode; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, -+ struct inode *inode) -+{ -+ int err; -+ struct inode *hi; -+ -+ err = au_br_rdonly(au_sbr(sb, bindex)); -+ -+ /* pseudo-link after flushed may happen out of bounds */ -+ if (!err -+ && inode -+ && au_ibtop(inode) <= bindex -+ && bindex <= au_ibbot(inode)) { -+ /* -+ * permission check is unnecessary since vfsub routine -+ * will be called later -+ */ -+ hi = au_h_iptr(inode, bindex); -+ if (hi) -+ err = IS_IMMUTABLE(hi) ? -EROFS : 0; -+ } -+ -+ return err; -+} -+ -+int au_test_h_perm(struct inode *h_inode, int mask) -+{ -+ if (uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) -+ return 0; -+ return inode_permission(h_inode, mask); -+} -+ -+int au_test_h_perm_sio(struct inode *h_inode, int mask) -+{ -+ if (au_test_nfs(h_inode->i_sb) -+ && (mask & MAY_WRITE) -+ && S_ISDIR(h_inode->i_mode)) -+ mask |= MAY_READ; /* force permission check */ -+ return au_test_h_perm(h_inode, mask); -+} -diff --git a/fs/aufs/inode.h b/fs/aufs/inode.h -new file mode 100644 -index 000000000000..b6dca8988666 ---- /dev/null -+++ b/fs/aufs/inode.h -@@ -0,0 +1,683 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * inode operations -+ */ -+ -+#ifndef __AUFS_INODE_H__ -+#define __AUFS_INODE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "rwsem.h" -+ -+struct vfsmount; -+ -+struct au_hnotify { -+#ifdef CONFIG_AUFS_HNOTIFY -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ /* never use fsnotify_add_vfsmount_mark() */ -+ struct fsnotify_mark hn_mark; -+#endif -+ struct inode *hn_aufs_inode; /* no get/put */ -+#endif -+} ____cacheline_aligned_in_smp; -+ -+struct au_hinode { -+ struct inode *hi_inode; -+ aufs_bindex_t hi_id; -+#ifdef CONFIG_AUFS_HNOTIFY -+ struct au_hnotify *hi_notify; -+#endif -+ -+ /* reference to the copied-up whiteout with get/put */ -+ struct dentry *hi_whdentry; -+}; -+ -+/* ig_flags */ -+#define AuIG_HALF_REFRESHED 1 -+#define au_ig_ftest(flags, name) ((flags) & AuIG_##name) -+#define au_ig_fset(flags, name) \ -+ do { (flags) |= AuIG_##name; } while (0) -+#define au_ig_fclr(flags, name) \ -+ do { (flags) &= ~AuIG_##name; } while (0) -+ -+struct au_iigen { -+ spinlock_t ig_spin; -+ __u32 ig_generation, ig_flags; -+}; -+ -+struct au_vdir; -+struct au_iinfo { -+ struct au_iigen ii_generation; -+ struct super_block *ii_hsb1; /* no get/put */ -+ -+ struct au_rwsem ii_rwsem; -+ aufs_bindex_t ii_btop, ii_bbot; -+ __u32 ii_higen; -+ struct au_hinode *ii_hinode; -+ struct au_vdir *ii_vdir; -+}; -+ -+struct au_icntnr { -+ struct au_iinfo iinfo; -+ struct inode vfs_inode; -+ struct hlist_bl_node plink; -+} ____cacheline_aligned_in_smp; -+ -+/* au_pin flags */ -+#define AuPin_DI_LOCKED 1 -+#define AuPin_MNT_WRITE (1 << 1) -+#define au_ftest_pin(flags, name) ((flags) & AuPin_##name) -+#define au_fset_pin(flags, name) \ -+ do { (flags) |= AuPin_##name; } while (0) -+#define au_fclr_pin(flags, name) \ -+ do { (flags) &= ~AuPin_##name; } while (0) -+ -+struct au_pin { -+ /* input */ -+ struct dentry *dentry; -+ unsigned int udba; -+ unsigned char lsc_di, lsc_hi, flags; -+ aufs_bindex_t bindex; -+ -+ /* output */ -+ struct dentry *parent; -+ struct au_hinode *hdir; -+ struct vfsmount *h_mnt; -+ -+ /* temporary unlock/relock for copyup */ -+ struct dentry *h_dentry, *h_parent; -+ struct au_branch *br; -+ struct task_struct *task; -+}; -+ -+void au_pin_hdir_unlock(struct au_pin *p); -+int au_pin_hdir_lock(struct au_pin *p); -+int au_pin_hdir_relock(struct au_pin *p); -+void au_pin_hdir_acquire_nest(struct au_pin *p); -+void au_pin_hdir_release(struct au_pin *p); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_iinfo *au_ii(struct inode *inode) -+{ -+ BUG_ON(is_bad_inode(inode)); -+ return &(container_of(inode, struct au_icntnr, vfs_inode)->iinfo); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* inode.c */ -+struct inode *au_igrab(struct inode *inode); -+void au_refresh_iop(struct inode *inode, int force_getattr); -+int au_refresh_hinode_self(struct inode *inode); -+int au_refresh_hinode(struct inode *inode, struct dentry *dentry); -+int au_ino(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ unsigned int d_type, ino_t *ino); -+struct inode *au_new_inode(struct dentry *dentry, int must_new); -+int au_test_ro(struct super_block *sb, aufs_bindex_t bindex, -+ struct inode *inode); -+int au_test_h_perm(struct inode *h_inode, int mask); -+int au_test_h_perm_sio(struct inode *h_inode, int mask); -+ -+static inline int au_wh_ino(struct super_block *sb, aufs_bindex_t bindex, -+ ino_t h_ino, unsigned int d_type, ino_t *ino) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ return au_ino(sb, bindex, h_ino, d_type, ino); -+#else -+ return 0; -+#endif -+} -+ -+/* i_op.c */ -+enum { -+ AuIop_SYMLINK, -+ AuIop_DIR, -+ AuIop_OTHER, -+ AuIop_Last -+}; -+extern struct inode_operations aufs_iop[AuIop_Last], -+ aufs_iop_nogetattr[AuIop_Last]; -+ -+/* au_wr_dir flags */ -+#define AuWrDir_ADD_ENTRY 1 -+#define AuWrDir_ISDIR (1 << 1) -+#define AuWrDir_TMPFILE (1 << 2) -+#define au_ftest_wrdir(flags, name) ((flags) & AuWrDir_##name) -+#define au_fset_wrdir(flags, name) \ -+ do { (flags) |= AuWrDir_##name; } while (0) -+#define au_fclr_wrdir(flags, name) \ -+ do { (flags) &= ~AuWrDir_##name; } while (0) -+ -+struct au_wr_dir_args { -+ aufs_bindex_t force_btgt; -+ unsigned char flags; -+}; -+int au_wr_dir(struct dentry *dentry, struct dentry *src_dentry, -+ struct au_wr_dir_args *args); -+ -+struct dentry *au_pinned_h_parent(struct au_pin *pin); -+void au_pin_init(struct au_pin *pin, struct dentry *dentry, -+ aufs_bindex_t bindex, int lsc_di, int lsc_hi, -+ unsigned int udba, unsigned char flags); -+int au_pin(struct au_pin *pin, struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int udba, unsigned char flags) __must_check; -+int au_do_pin(struct au_pin *pin) __must_check; -+void au_unpin(struct au_pin *pin); -+int au_reval_for_attr(struct dentry *dentry, unsigned int sigen); -+ -+#define AuIcpup_DID_CPUP 1 -+#define au_ftest_icpup(flags, name) ((flags) & AuIcpup_##name) -+#define au_fset_icpup(flags, name) \ -+ do { (flags) |= AuIcpup_##name; } while (0) -+#define au_fclr_icpup(flags, name) \ -+ do { (flags) &= ~AuIcpup_##name; } while (0) -+ -+struct au_icpup_args { -+ unsigned char flags; -+ unsigned char pin_flags; -+ aufs_bindex_t btgt; -+ unsigned int udba; -+ struct au_pin pin; -+ struct path h_path; -+ struct inode *h_inode; -+}; -+ -+int au_pin_and_icpup(struct dentry *dentry, struct iattr *ia, -+ struct au_icpup_args *a); -+ -+int au_h_path_getattr(struct dentry *dentry, int force, struct path *h_path, -+ int locked); -+ -+/* i_op_add.c */ -+int au_may_add(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir); -+int aufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, -+ dev_t dev); -+int aufs_symlink(struct inode *dir, struct dentry *dentry, const char *symname); -+int aufs_create(struct inode *dir, struct dentry *dentry, umode_t mode, -+ bool want_excl); -+struct vfsub_aopen_args; -+int au_aopen_or_create(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args); -+int aufs_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode); -+int aufs_link(struct dentry *src_dentry, struct inode *dir, -+ struct dentry *dentry); -+int aufs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode); -+ -+/* i_op_del.c */ -+int au_wr_dir_need_wh(struct dentry *dentry, int isdir, aufs_bindex_t *bcpup); -+int au_may_del(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent, int isdir); -+int aufs_unlink(struct inode *dir, struct dentry *dentry); -+int aufs_rmdir(struct inode *dir, struct dentry *dentry); -+ -+/* i_op_ren.c */ -+int au_wbr(struct dentry *dentry, aufs_bindex_t btgt); -+int aufs_rename(struct inode *src_dir, struct dentry *src_dentry, -+ struct inode *dir, struct dentry *dentry, -+ unsigned int flags); -+ -+/* iinfo.c */ -+struct inode *au_h_iptr(struct inode *inode, aufs_bindex_t bindex); -+void au_hiput(struct au_hinode *hinode); -+void au_set_hi_wh(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_wh); -+unsigned int au_hi_flags(struct inode *inode, int isdir); -+ -+/* hinode flags */ -+#define AuHi_XINO 1 -+#define AuHi_HNOTIFY (1 << 1) -+#define au_ftest_hi(flags, name) ((flags) & AuHi_##name) -+#define au_fset_hi(flags, name) \ -+ do { (flags) |= AuHi_##name; } while (0) -+#define au_fclr_hi(flags, name) \ -+ do { (flags) &= ~AuHi_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuHi_HNOTIFY -+#define AuHi_HNOTIFY 0 -+#endif -+ -+void au_set_h_iptr(struct inode *inode, aufs_bindex_t bindex, -+ struct inode *h_inode, unsigned int flags); -+ -+void au_update_iigen(struct inode *inode, int half); -+void au_update_ibrange(struct inode *inode, int do_put_zero); -+ -+void au_icntnr_init_once(void *_c); -+void au_hinode_init(struct au_hinode *hinode); -+int au_iinfo_init(struct inode *inode); -+void au_iinfo_fin(struct inode *inode); -+int au_hinode_realloc(struct au_iinfo *iinfo, int nbr, int may_shrink); -+ -+#ifdef CONFIG_PROC_FS -+/* plink.c */ -+int au_plink_maint(struct super_block *sb, int flags); -+struct au_sbinfo; -+void au_plink_maint_leave(struct au_sbinfo *sbinfo); -+int au_plink_maint_enter(struct super_block *sb); -+#ifdef CONFIG_AUFS_DEBUG -+void au_plink_list(struct super_block *sb); -+#else -+AuStubVoid(au_plink_list, struct super_block *sb) -+#endif -+int au_plink_test(struct inode *inode); -+struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex); -+void au_plink_append(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+void au_plink_put(struct super_block *sb, int verbose); -+void au_plink_clean(struct super_block *sb, int verbose); -+void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id); -+#else -+AuStubInt0(au_plink_maint, struct super_block *sb, int flags); -+AuStubVoid(au_plink_maint_leave, struct au_sbinfo *sbinfo); -+AuStubInt0(au_plink_maint_enter, struct super_block *sb); -+AuStubVoid(au_plink_list, struct super_block *sb); -+AuStubInt0(au_plink_test, struct inode *inode); -+AuStub(struct dentry *, au_plink_lkup, return NULL, -+ struct inode *inode, aufs_bindex_t bindex); -+AuStubVoid(au_plink_append, struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry); -+AuStubVoid(au_plink_put, struct super_block *sb, int verbose); -+AuStubVoid(au_plink_clean, struct super_block *sb, int verbose); -+AuStubVoid(au_plink_half_refresh, struct super_block *sb, aufs_bindex_t br_id); -+#endif /* CONFIG_PROC_FS */ -+ -+#ifdef CONFIG_AUFS_XATTR -+/* xattr.c */ -+int au_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, int ignore_flags, -+ unsigned int verbose); -+ssize_t aufs_listxattr(struct dentry *dentry, char *list, size_t size); -+void au_xattr_init(struct super_block *sb); -+#else -+AuStubInt0(au_cpup_xattr, struct dentry *h_dst, struct dentry *h_src, -+ int ignore_flags, unsigned int verbose); -+AuStubVoid(au_xattr_init, struct super_block *sb); -+#endif -+ -+#ifdef CONFIG_FS_POSIX_ACL -+struct posix_acl *aufs_get_acl(struct inode *inode, int type); -+int aufs_set_acl(struct inode *inode, struct posix_acl *acl, int type); -+#endif -+ -+#if IS_ENABLED(CONFIG_AUFS_XATTR) || IS_ENABLED(CONFIG_FS_POSIX_ACL) -+enum { -+ AU_XATTR_SET, -+ AU_ACL_SET -+}; -+ -+struct au_sxattr { -+ int type; -+ union { -+ struct { -+ const char *name; -+ const void *value; -+ size_t size; -+ int flags; -+ } set; -+ struct { -+ struct posix_acl *acl; -+ int type; -+ } acl_set; -+ } u; -+}; -+ssize_t au_sxattr(struct dentry *dentry, struct inode *inode, -+ struct au_sxattr *arg); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for iinfo */ -+enum { -+ AuLsc_II_CHILD, /* child first */ -+ AuLsc_II_CHILD2, /* rename(2), link(2), and cpup at hnotify */ -+ AuLsc_II_CHILD3, /* copyup dirs */ -+ AuLsc_II_PARENT, /* see AuLsc_I_PARENT in vfsub.h */ -+ AuLsc_II_PARENT2, -+ AuLsc_II_PARENT3, /* copyup dirs */ -+ AuLsc_II_NEW_CHILD -+}; -+ -+/* -+ * ii_read_lock_child, ii_write_lock_child, -+ * ii_read_lock_child2, ii_write_lock_child2, -+ * ii_read_lock_child3, ii_write_lock_child3, -+ * ii_read_lock_parent, ii_write_lock_parent, -+ * ii_read_lock_parent2, ii_write_lock_parent2, -+ * ii_read_lock_parent3, ii_write_lock_parent3, -+ * ii_read_lock_new_child, ii_write_lock_new_child, -+ */ -+#define AuReadLockFunc(name, lsc) \ -+static inline void ii_read_lock_##name(struct inode *i) \ -+{ \ -+ au_rw_read_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ -+} -+ -+#define AuWriteLockFunc(name, lsc) \ -+static inline void ii_write_lock_##name(struct inode *i) \ -+{ \ -+ au_rw_write_lock_nested(&au_ii(i)->ii_rwsem, AuLsc_II_##lsc); \ -+} -+ -+#define AuRWLockFuncs(name, lsc) \ -+ AuReadLockFunc(name, lsc) \ -+ AuWriteLockFunc(name, lsc) -+ -+AuRWLockFuncs(child, CHILD); -+AuRWLockFuncs(child2, CHILD2); -+AuRWLockFuncs(child3, CHILD3); -+AuRWLockFuncs(parent, PARENT); -+AuRWLockFuncs(parent2, PARENT2); -+AuRWLockFuncs(parent3, PARENT3); -+AuRWLockFuncs(new_child, NEW_CHILD); -+ -+#undef AuReadLockFunc -+#undef AuWriteLockFunc -+#undef AuRWLockFuncs -+ -+#define ii_read_unlock(i) au_rw_read_unlock(&au_ii(i)->ii_rwsem) -+#define ii_write_unlock(i) au_rw_write_unlock(&au_ii(i)->ii_rwsem) -+#define ii_downgrade_lock(i) au_rw_dgrade_lock(&au_ii(i)->ii_rwsem) -+ -+#define IiMustNoWaiters(i) AuRwMustNoWaiters(&au_ii(i)->ii_rwsem) -+#define IiMustAnyLock(i) AuRwMustAnyLock(&au_ii(i)->ii_rwsem) -+#define IiMustWriteLock(i) AuRwMustWriteLock(&au_ii(i)->ii_rwsem) -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void au_icntnr_init(struct au_icntnr *c) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+ c->vfs_inode.i_mode = 0; -+#endif -+} -+ -+static inline unsigned int au_iigen(struct inode *inode, unsigned int *igflags) -+{ -+ unsigned int gen; -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ if (igflags) -+ *igflags = iigen->ig_flags; -+ gen = iigen->ig_generation; -+ spin_unlock(&iigen->ig_spin); -+ -+ return gen; -+} -+ -+/* tiny test for inode number */ -+/* tmpfs generation is too rough */ -+static inline int au_test_higen(struct inode *inode, struct inode *h_inode) -+{ -+ struct au_iinfo *iinfo; -+ -+ iinfo = au_ii(inode); -+ AuRwMustAnyLock(&iinfo->ii_rwsem); -+ return !(iinfo->ii_hsb1 == h_inode->i_sb -+ && iinfo->ii_higen == h_inode->i_generation); -+} -+ -+static inline void au_iigen_dec(struct inode *inode) -+{ -+ struct au_iinfo *iinfo; -+ struct au_iigen *iigen; -+ -+ iinfo = au_ii(inode); -+ iigen = &iinfo->ii_generation; -+ spin_lock(&iigen->ig_spin); -+ iigen->ig_generation--; -+ spin_unlock(&iigen->ig_spin); -+} -+ -+static inline int au_iigen_test(struct inode *inode, unsigned int sigen) -+{ -+ int err; -+ -+ err = 0; -+ if (unlikely(inode && au_iigen(inode, NULL) != sigen)) -+ err = -EIO; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_hinode *au_hinode(struct au_iinfo *iinfo, -+ aufs_bindex_t bindex) -+{ -+ return iinfo->ii_hinode + bindex; -+} -+ -+static inline int au_is_bad_inode(struct inode *inode) -+{ -+ return !!(is_bad_inode(inode) || !au_hinode(au_ii(inode), 0)); -+} -+ -+static inline aufs_bindex_t au_ii_br_id(struct inode *inode, -+ aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex)->hi_id; -+} -+ -+static inline aufs_bindex_t au_ibtop(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_btop; -+} -+ -+static inline aufs_bindex_t au_ibbot(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_bbot; -+} -+ -+static inline struct au_vdir *au_ivdir(struct inode *inode) -+{ -+ IiMustAnyLock(inode); -+ return au_ii(inode)->ii_vdir; -+} -+ -+static inline struct dentry *au_hi_wh(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex)->hi_whdentry; -+} -+ -+static inline void au_set_ibtop(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_btop = bindex; -+} -+ -+static inline void au_set_ibbot(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_bbot = bindex; -+} -+ -+static inline void au_set_ivdir(struct inode *inode, struct au_vdir *vdir) -+{ -+ IiMustWriteLock(inode); -+ au_ii(inode)->ii_vdir = vdir; -+} -+ -+static inline struct au_hinode *au_hi(struct inode *inode, aufs_bindex_t bindex) -+{ -+ IiMustAnyLock(inode); -+ return au_hinode(au_ii(inode), bindex); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct dentry *au_pinned_parent(struct au_pin *pin) -+{ -+ if (pin) -+ return pin->parent; -+ return NULL; -+} -+ -+static inline struct inode *au_pinned_h_dir(struct au_pin *pin) -+{ -+ if (pin && pin->hdir) -+ return pin->hdir->hi_inode; -+ return NULL; -+} -+ -+static inline struct au_hinode *au_pinned_hdir(struct au_pin *pin) -+{ -+ if (pin) -+ return pin->hdir; -+ return NULL; -+} -+ -+static inline void au_pin_set_dentry(struct au_pin *pin, struct dentry *dentry) -+{ -+ if (pin) -+ pin->dentry = dentry; -+} -+ -+static inline void au_pin_set_parent_lflag(struct au_pin *pin, -+ unsigned char lflag) -+{ -+ if (pin) { -+ if (lflag) -+ au_fset_pin(pin->flags, DI_LOCKED); -+ else -+ au_fclr_pin(pin->flags, DI_LOCKED); -+ } -+} -+ -+#if 0 /* reserved */ -+static inline void au_pin_set_parent(struct au_pin *pin, struct dentry *parent) -+{ -+ if (pin) { -+ dput(pin->parent); -+ pin->parent = dget(parent); -+ } -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_branch; -+#ifdef CONFIG_AUFS_HNOTIFY -+struct au_hnotify_op { -+ void (*ctl)(struct au_hinode *hinode, int do_set); -+ int (*alloc)(struct au_hinode *hinode); -+ -+ /* -+ * if it returns true, the the caller should free hinode->hi_notify, -+ * otherwise ->free() frees it. -+ */ -+ int (*free)(struct au_hinode *hinode, -+ struct au_hnotify *hn) __must_check; -+ -+ void (*fin)(void); -+ int (*init)(void); -+ -+ int (*reset_br)(unsigned int udba, struct au_branch *br, int perm); -+ void (*fin_br)(struct au_branch *br); -+ int (*init_br)(struct au_branch *br, int perm); -+}; -+ -+/* hnotify.c */ -+int au_hn_alloc(struct au_hinode *hinode, struct inode *inode); -+void au_hn_free(struct au_hinode *hinode); -+void au_hn_ctl(struct au_hinode *hinode, int do_set); -+void au_hn_reset(struct inode *inode, unsigned int flags); -+int au_hnotify(struct inode *h_dir, struct au_hnotify *hnotify, u32 mask, -+ struct qstr *h_child_qstr, struct inode *h_child_inode); -+int au_hnotify_reset_br(unsigned int udba, struct au_branch *br, int perm); -+int au_hnotify_init_br(struct au_branch *br, int perm); -+void au_hnotify_fin_br(struct au_branch *br); -+int __init au_hnotify_init(void); -+void au_hnotify_fin(void); -+ -+/* hfsnotify.c */ -+extern const struct au_hnotify_op au_hnotify_op; -+ -+static inline -+void au_hn_init(struct au_hinode *hinode) -+{ -+ hinode->hi_notify = NULL; -+} -+ -+static inline struct au_hnotify *au_hn(struct au_hinode *hinode) -+{ -+ return hinode->hi_notify; -+} -+ -+#else -+AuStub(int, au_hn_alloc, return -EOPNOTSUPP, -+ struct au_hinode *hinode __maybe_unused, -+ struct inode *inode __maybe_unused) -+AuStub(struct au_hnotify *, au_hn, return NULL, struct au_hinode *hinode) -+AuStubVoid(au_hn_free, struct au_hinode *hinode __maybe_unused) -+AuStubVoid(au_hn_ctl, struct au_hinode *hinode __maybe_unused, -+ int do_set __maybe_unused) -+AuStubVoid(au_hn_reset, struct inode *inode __maybe_unused, -+ unsigned int flags __maybe_unused) -+AuStubInt0(au_hnotify_reset_br, unsigned int udba __maybe_unused, -+ struct au_branch *br __maybe_unused, -+ int perm __maybe_unused) -+AuStubInt0(au_hnotify_init_br, struct au_branch *br __maybe_unused, -+ int perm __maybe_unused) -+AuStubVoid(au_hnotify_fin_br, struct au_branch *br __maybe_unused) -+AuStubInt0(__init au_hnotify_init, void) -+AuStubVoid(au_hnotify_fin, void) -+AuStubVoid(au_hn_init, struct au_hinode *hinode __maybe_unused) -+#endif /* CONFIG_AUFS_HNOTIFY */ -+ -+static inline void au_hn_suspend(struct au_hinode *hdir) -+{ -+ au_hn_ctl(hdir, /*do_set*/0); -+} -+ -+static inline void au_hn_resume(struct au_hinode *hdir) -+{ -+ au_hn_ctl(hdir, /*do_set*/1); -+} -+ -+static inline void au_hn_inode_lock(struct au_hinode *hdir) -+{ -+ inode_lock(hdir->hi_inode); -+ au_hn_suspend(hdir); -+} -+ -+static inline void au_hn_inode_lock_nested(struct au_hinode *hdir, -+ unsigned int sc __maybe_unused) -+{ -+ inode_lock_nested(hdir->hi_inode, sc); -+ au_hn_suspend(hdir); -+} -+ -+#if 0 /* unused */ -+#include "vfsub.h" -+static inline void au_hn_inode_lock_shared_nested(struct au_hinode *hdir, -+ unsigned int sc) -+{ -+ inode_lock_shared_nested(hdir->hi_inode, sc); -+ au_hn_suspend(hdir); -+} -+#endif -+ -+static inline void au_hn_inode_unlock(struct au_hinode *hdir) -+{ -+ au_hn_resume(hdir); -+ inode_unlock(hdir->hi_inode); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_INODE_H__ */ -diff --git a/fs/aufs/ioctl.c b/fs/aufs/ioctl.c -new file mode 100644 -index 000000000000..194db41dc9d9 ---- /dev/null -+++ b/fs/aufs/ioctl.c -@@ -0,0 +1,207 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * ioctl -+ * plink-management and readdir in userspace. -+ * assist the pathconf(3) wrapper library. -+ * move-down -+ * File-based Hierarchical Storage Management. -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static int au_wbr_fd(struct path *path, struct aufs_wbr_fd __user *arg) -+{ -+ int err, fd; -+ aufs_bindex_t wbi, bindex, bbot; -+ struct file *h_file; -+ struct super_block *sb; -+ struct dentry *root; -+ struct au_branch *br; -+ struct aufs_wbr_fd wbrfd = { -+ .oflags = au_dir_roflags, -+ .brid = -1 -+ }; -+ const int valid = O_RDONLY | O_NONBLOCK | O_LARGEFILE | O_DIRECTORY -+ | O_NOATIME | O_CLOEXEC; -+ -+ AuDebugOn(wbrfd.oflags & ~valid); -+ -+ if (arg) { -+ err = copy_from_user(&wbrfd, arg, sizeof(wbrfd)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ goto out; -+ } -+ -+ err = -EINVAL; -+ AuDbg("wbrfd{0%o, %d}\n", wbrfd.oflags, wbrfd.brid); -+ wbrfd.oflags |= au_dir_roflags; -+ AuDbg("0%o\n", wbrfd.oflags); -+ if (unlikely(wbrfd.oflags & ~valid)) -+ goto out; -+ } -+ -+ fd = get_unused_fd_flags(0); -+ err = fd; -+ if (unlikely(fd < 0)) -+ goto out; -+ -+ h_file = ERR_PTR(-EINVAL); -+ wbi = 0; -+ br = NULL; -+ sb = path->dentry->d_sb; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_IR); -+ bbot = au_sbbot(sb); -+ if (wbrfd.brid >= 0) { -+ wbi = au_br_index(sb, wbrfd.brid); -+ if (unlikely(wbi < 0 || wbi > bbot)) -+ goto out_unlock; -+ } -+ -+ h_file = ERR_PTR(-ENOENT); -+ br = au_sbr(sb, wbi); -+ if (!au_br_writable(br->br_perm)) { -+ if (arg) -+ goto out_unlock; -+ -+ bindex = wbi + 1; -+ wbi = -1; -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm)) { -+ wbi = bindex; -+ br = au_sbr(sb, wbi); -+ break; -+ } -+ } -+ } -+ AuDbg("wbi %d\n", wbi); -+ if (wbi >= 0) -+ h_file = au_h_open(root, wbi, wbrfd.oflags, NULL, -+ /*force_wr*/0); -+ -+out_unlock: -+ aufs_read_unlock(root, AuLock_IR); -+ err = PTR_ERR(h_file); -+ if (IS_ERR(h_file)) -+ goto out_fd; -+ -+ au_lcnt_dec(&br->br_nfiles); /* cf. au_h_open() */ -+ fd_install(fd, h_file); -+ err = fd; -+ goto out; /* success */ -+ -+out_fd: -+ put_unused_fd(fd); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+long aufs_ioctl_dir(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err; -+ struct dentry *dentry; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ioctl(file, cmd, arg); -+ break; -+ -+ case AUFS_CTL_WBR_FD: -+ err = au_wbr_fd(&file->f_path, (void __user *)arg); -+ break; -+ -+ case AUFS_CTL_IBUSY: -+ err = au_ibusy_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_BRINFO: -+ err = au_brinfo_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_FHSM_FD: -+ dentry = file->f_path.dentry; -+ if (IS_ROOT(dentry)) -+ err = au_fhsm_fd(dentry->d_sb, arg); -+ else -+ err = -ENOTTY; -+ break; -+ -+ default: -+ /* do not call the lower */ -+ AuDbg("0x%x\n", cmd); -+ err = -ENOTTY; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+long aufs_ioctl_nondir(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err; -+ -+ switch (cmd) { -+ case AUFS_CTL_MVDOWN: -+ err = au_mvdown(file->f_path.dentry, (void __user *)arg); -+ break; -+ -+ case AUFS_CTL_WBR_FD: -+ err = au_wbr_fd(&file->f_path, (void __user *)arg); -+ break; -+ -+ default: -+ /* do not call the lower */ -+ AuDbg("0x%x\n", cmd); -+ err = -ENOTTY; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+#ifdef CONFIG_COMPAT -+long aufs_compat_ioctl_dir(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ long err; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_compat_ioctl(file, cmd, arg); -+ break; -+ -+ case AUFS_CTL_IBUSY: -+ err = au_ibusy_compat_ioctl(file, arg); -+ break; -+ -+ case AUFS_CTL_BRINFO: -+ err = au_brinfo_compat_ioctl(file, arg); -+ break; -+ -+ default: -+ err = aufs_ioctl_dir(file, cmd, arg); -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+long aufs_compat_ioctl_nondir(struct file *file, unsigned int cmd, -+ unsigned long arg) -+{ -+ return aufs_ioctl_nondir(file, cmd, (unsigned long)compat_ptr(arg)); -+} -+#endif -diff --git a/fs/aufs/lcnt.h b/fs/aufs/lcnt.h -new file mode 100644 -index 000000000000..7fb1697b2f54 ---- /dev/null -+++ b/fs/aufs/lcnt.h -@@ -0,0 +1,173 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * simple long counter wrapper -+ */ -+ -+#ifndef __AUFS_LCNT_H__ -+#define __AUFS_LCNT_H__ -+ -+#ifdef __KERNEL__ -+ -+#include "debug.h" -+ -+#define AuLCntATOMIC 1 -+#define AuLCntPCPUCNT 2 -+/* -+ * why does percpu_refcount require extra synchronize_rcu()s in -+ * au_br_do_free() -+ */ -+#define AuLCntPCPUREF 3 -+ -+/* #define AuLCntChosen AuLCntATOMIC */ -+#define AuLCntChosen AuLCntPCPUCNT -+/* #define AuLCntChosen AuLCntPCPUREF */ -+ -+#if AuLCntChosen == AuLCntATOMIC -+#include -+ -+typedef atomic_long_t au_lcnt_t; -+ -+static inline int au_lcnt_init(au_lcnt_t *cnt, void *release __maybe_unused) -+{ -+ atomic_long_set(cnt, 0); -+ return 0; -+} -+ -+static inline void au_lcnt_wait_for_fin(au_lcnt_t *cnt __maybe_unused) -+{ -+ /* empty */ -+} -+ -+static inline void au_lcnt_fin(au_lcnt_t *cnt __maybe_unused, -+ int do_sync __maybe_unused) -+{ -+ /* empty */ -+} -+ -+static inline void au_lcnt_inc(au_lcnt_t *cnt) -+{ -+ atomic_long_inc(cnt); -+} -+ -+static inline void au_lcnt_dec(au_lcnt_t *cnt) -+{ -+ atomic_long_dec(cnt); -+} -+ -+static inline long au_lcnt_read(au_lcnt_t *cnt, int do_rev __maybe_unused) -+{ -+ return atomic_long_read(cnt); -+} -+#endif -+ -+#if AuLCntChosen == AuLCntPCPUCNT -+#include -+ -+typedef struct percpu_counter au_lcnt_t; -+ -+static inline int au_lcnt_init(au_lcnt_t *cnt, void *release __maybe_unused) -+{ -+ return percpu_counter_init(cnt, 0, GFP_NOFS); -+} -+ -+static inline void au_lcnt_wait_for_fin(au_lcnt_t *cnt __maybe_unused) -+{ -+ /* empty */ -+} -+ -+static inline void au_lcnt_fin(au_lcnt_t *cnt, int do_sync __maybe_unused) -+{ -+ percpu_counter_destroy(cnt); -+} -+ -+static inline void au_lcnt_inc(au_lcnt_t *cnt) -+{ -+ percpu_counter_inc(cnt); -+} -+ -+static inline void au_lcnt_dec(au_lcnt_t *cnt) -+{ -+ percpu_counter_dec(cnt); -+} -+ -+static inline long au_lcnt_read(au_lcnt_t *cnt, int do_rev __maybe_unused) -+{ -+ s64 n; -+ -+ n = percpu_counter_sum(cnt); -+ BUG_ON(n < 0); -+ if (LONG_MAX != LLONG_MAX -+ && n > LONG_MAX) -+ AuWarn1("%s\n", "wrap-around"); -+ -+ return n; -+} -+#endif -+ -+#if AuLCntChosen == AuLCntPCPUREF -+#include -+ -+typedef struct percpu_ref au_lcnt_t; -+ -+static inline int au_lcnt_init(au_lcnt_t *cnt, percpu_ref_func_t *release) -+{ -+ if (!release) -+ release = percpu_ref_exit; -+ return percpu_ref_init(cnt, release, /*percpu mode*/0, GFP_NOFS); -+} -+ -+static inline void au_lcnt_wait_for_fin(au_lcnt_t *cnt __maybe_unused) -+{ -+ synchronize_rcu(); -+} -+ -+static inline void au_lcnt_fin(au_lcnt_t *cnt, int do_sync) -+{ -+ percpu_ref_kill(cnt); -+ if (do_sync) -+ au_lcnt_wait_for_fin(cnt); -+} -+ -+static inline void au_lcnt_inc(au_lcnt_t *cnt) -+{ -+ percpu_ref_get(cnt); -+} -+ -+static inline void au_lcnt_dec(au_lcnt_t *cnt) -+{ -+ percpu_ref_put(cnt); -+} -+ -+/* -+ * avoid calling this func as possible. -+ */ -+static inline long au_lcnt_read(au_lcnt_t *cnt, int do_rev) -+{ -+ long l; -+ -+ percpu_ref_switch_to_atomic_sync(cnt); -+ l = atomic_long_read(&cnt->count); -+ if (do_rev) -+ percpu_ref_switch_to_percpu(cnt); -+ -+ /* percpu_ref is initialized by 1 instead of 0 */ -+ return l - 1; -+} -+#endif -+ -+#ifdef CONFIG_AUFS_DEBUG -+#define AuLCntZero(val) do { \ -+ long l = val; \ -+ if (l) \ -+ AuDbg("%s = %ld\n", #val, l); \ -+} while (0) -+#else -+#define AuLCntZero(val) do {} while (0) -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_LCNT_H__ */ -diff --git a/fs/aufs/loop.c b/fs/aufs/loop.c -new file mode 100644 -index 000000000000..3d8434975ca4 ---- /dev/null -+++ b/fs/aufs/loop.c -@@ -0,0 +1,135 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * support for loopback block device as a branch -+ */ -+ -+#include "aufs.h" -+ -+/* added into drivers/block/loop.c */ -+static struct file *(*backing_file_func)(struct super_block *sb); -+ -+/* -+ * test if two lower dentries have overlapping branches. -+ */ -+int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding) -+{ -+ struct super_block *h_sb; -+ struct file *backing_file; -+ -+ if (unlikely(!backing_file_func)) { -+ /* don't load "loop" module here */ -+ backing_file_func = symbol_get(loop_backing_file); -+ if (unlikely(!backing_file_func)) -+ /* "loop" module is not loaded */ -+ return 0; -+ } -+ -+ h_sb = h_adding->d_sb; -+ backing_file = backing_file_func(h_sb); -+ if (!backing_file) -+ return 0; -+ -+ h_adding = backing_file->f_path.dentry; -+ /* -+ * h_adding can be local NFS. -+ * in this case aufs cannot detect the loop. -+ */ -+ if (unlikely(h_adding->d_sb == sb)) -+ return 1; -+ return !!au_test_subdir(h_adding, sb->s_root); -+} -+ -+/* true if a kernel thread named 'loop[0-9].*' accesses a file */ -+int au_test_loopback_kthread(void) -+{ -+ int ret; -+ struct task_struct *tsk = current; -+ char c, comm[sizeof(tsk->comm)]; -+ -+ ret = 0; -+ if (tsk->flags & PF_KTHREAD) { -+ get_task_comm(comm, tsk); -+ c = comm[4]; -+ ret = ('0' <= c && c <= '9' -+ && !strncmp(comm, "loop", 4)); -+ } -+ -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define au_warn_loopback_step 16 -+static int au_warn_loopback_nelem = au_warn_loopback_step; -+static unsigned long *au_warn_loopback_array; -+ -+void au_warn_loopback(struct super_block *h_sb) -+{ -+ int i, new_nelem; -+ unsigned long *a, magic; -+ static DEFINE_SPINLOCK(spin); -+ -+ magic = h_sb->s_magic; -+ spin_lock(&spin); -+ a = au_warn_loopback_array; -+ for (i = 0; i < au_warn_loopback_nelem && *a; i++) -+ if (a[i] == magic) { -+ spin_unlock(&spin); -+ return; -+ } -+ -+ /* h_sb is new to us, print it */ -+ if (i < au_warn_loopback_nelem) { -+ a[i] = magic; -+ goto pr; -+ } -+ -+ /* expand the array */ -+ new_nelem = au_warn_loopback_nelem + au_warn_loopback_step; -+ a = au_kzrealloc(au_warn_loopback_array, -+ au_warn_loopback_nelem * sizeof(unsigned long), -+ new_nelem * sizeof(unsigned long), GFP_ATOMIC, -+ /*may_shrink*/0); -+ if (a) { -+ au_warn_loopback_nelem = new_nelem; -+ au_warn_loopback_array = a; -+ a[i] = magic; -+ goto pr; -+ } -+ -+ spin_unlock(&spin); -+ AuWarn1("realloc failed, ignored\n"); -+ return; -+ -+pr: -+ spin_unlock(&spin); -+ pr_warn("you may want to try another patch for loopback file " -+ "on %s(0x%lx) branch\n", au_sbtype(h_sb), magic); -+} -+ -+int au_loopback_init(void) -+{ -+ int err; -+ struct super_block *sb __maybe_unused; -+ -+ BUILD_BUG_ON(sizeof(sb->s_magic) != sizeof(unsigned long)); -+ -+ err = 0; -+ au_warn_loopback_array = kcalloc(au_warn_loopback_step, -+ sizeof(unsigned long), GFP_NOFS); -+ if (unlikely(!au_warn_loopback_array)) -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+void au_loopback_fin(void) -+{ -+ if (backing_file_func) -+ symbol_put(loop_backing_file); -+ kfree(au_warn_loopback_array); -+} -diff --git a/fs/aufs/loop.h b/fs/aufs/loop.h -new file mode 100644 -index 000000000000..05d703ddf190 ---- /dev/null -+++ b/fs/aufs/loop.h -@@ -0,0 +1,40 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * support for loopback mount as a branch -+ */ -+ -+#ifndef __AUFS_LOOP_H__ -+#define __AUFS_LOOP_H__ -+ -+#ifdef __KERNEL__ -+ -+struct dentry; -+struct super_block; -+ -+#ifdef CONFIG_AUFS_BDEV_LOOP -+/* drivers/block/loop.c */ -+struct file *loop_backing_file(struct super_block *sb); -+ -+/* loop.c */ -+int au_test_loopback_overlap(struct super_block *sb, struct dentry *h_adding); -+int au_test_loopback_kthread(void); -+void au_warn_loopback(struct super_block *h_sb); -+ -+int au_loopback_init(void); -+void au_loopback_fin(void); -+#else -+AuStubInt0(au_test_loopback_overlap, struct super_block *sb, -+ struct dentry *h_adding) -+AuStubInt0(au_test_loopback_kthread, void) -+AuStubVoid(au_warn_loopback, struct super_block *h_sb) -+ -+AuStubInt0(au_loopback_init, void) -+AuStubVoid(au_loopback_fin, void) -+#endif /* BLK_DEV_LOOP */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_LOOP_H__ */ -diff --git a/fs/aufs/magic.mk b/fs/aufs/magic.mk -new file mode 100644 -index 000000000000..7bc9eef3ffec ---- /dev/null -+++ b/fs/aufs/magic.mk -@@ -0,0 +1,31 @@ -+# SPDX-License-Identifier: GPL-2.0 -+ -+# defined in ${srctree}/fs/fuse/inode.c -+# tristate -+ifdef CONFIG_FUSE_FS -+ccflags-y += -DFUSE_SUPER_MAGIC=0x65735546 -+endif -+ -+# defined in ${srctree}/fs/xfs/xfs_sb.h -+# tristate -+ifdef CONFIG_XFS_FS -+ccflags-y += -DXFS_SB_MAGIC=0x58465342 -+endif -+ -+# defined in ${srctree}/fs/configfs/mount.c -+# tristate -+ifdef CONFIG_CONFIGFS_FS -+ccflags-y += -DCONFIGFS_MAGIC=0x62656570 -+endif -+ -+# defined in ${srctree}/fs/ubifs/ubifs.h -+# tristate -+ifdef CONFIG_UBIFS_FS -+ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905 -+endif -+ -+# defined in ${srctree}/fs/hfsplus/hfsplus_raw.h -+# tristate -+ifdef CONFIG_HFSPLUS_FS -+ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b -+endif -diff --git a/fs/aufs/module.c b/fs/aufs/module.c -new file mode 100644 -index 000000000000..59a119d834c7 ---- /dev/null -+++ b/fs/aufs/module.c -@@ -0,0 +1,259 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * module global variables and operations -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+/* shrinkable realloc */ -+void *au_krealloc(void *p, unsigned int new_sz, gfp_t gfp, int may_shrink) -+{ -+ size_t sz; -+ int diff; -+ -+ sz = 0; -+ diff = -1; -+ if (p) { -+#if 0 /* unused */ -+ if (!new_sz) { -+ kfree(p); -+ p = NULL; -+ goto out; -+ } -+#else -+ AuDebugOn(!new_sz); -+#endif -+ sz = ksize(p); -+ diff = au_kmidx_sub(sz, new_sz); -+ } -+ if (sz && !diff) -+ goto out; -+ -+ if (sz < new_sz) -+ /* expand or SLOB */ -+ p = krealloc(p, new_sz, gfp); -+ else if (new_sz < sz && may_shrink) { -+ /* shrink */ -+ void *q; -+ -+ q = kmalloc(new_sz, gfp); -+ if (q) { -+ if (p) { -+ memcpy(q, p, new_sz); -+ kfree(p); -+ } -+ p = q; -+ } else -+ p = NULL; -+ } -+ -+out: -+ return p; -+} -+ -+void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp, -+ int may_shrink) -+{ -+ p = au_krealloc(p, new_sz, gfp, may_shrink); -+ if (p && new_sz > nused) -+ memset(p + nused, 0, new_sz - nused); -+ return p; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * aufs caches -+ */ -+struct kmem_cache *au_cache[AuCache_Last]; -+ -+static void au_cache_fin(void) -+{ -+ int i; -+ -+ /* -+ * Make sure all delayed rcu free inodes are flushed before we -+ * destroy cache. -+ */ -+ rcu_barrier(); -+ -+ /* excluding AuCache_HNOTIFY */ -+ BUILD_BUG_ON(AuCache_HNOTIFY + 1 != AuCache_Last); -+ for (i = 0; i < AuCache_HNOTIFY; i++) { -+ kmem_cache_destroy(au_cache[i]); -+ au_cache[i] = NULL; -+ } -+} -+ -+static int __init au_cache_init(void) -+{ -+ au_cache[AuCache_DINFO] = AuCacheCtor(au_dinfo, au_di_init_once); -+ if (au_cache[AuCache_DINFO]) -+ /* SLAB_DESTROY_BY_RCU */ -+ au_cache[AuCache_ICNTNR] = AuCacheCtor(au_icntnr, -+ au_icntnr_init_once); -+ if (au_cache[AuCache_ICNTNR]) -+ au_cache[AuCache_FINFO] = AuCacheCtor(au_finfo, -+ au_fi_init_once); -+ if (au_cache[AuCache_FINFO]) -+ au_cache[AuCache_VDIR] = AuCache(au_vdir); -+ if (au_cache[AuCache_VDIR]) -+ au_cache[AuCache_DEHSTR] = AuCache(au_vdir_dehstr); -+ if (au_cache[AuCache_DEHSTR]) -+ return 0; -+ -+ au_cache_fin(); -+ return -ENOMEM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_dir_roflags; -+ -+#ifdef CONFIG_AUFS_SBILIST -+/* -+ * iterate_supers_type() doesn't protect us from -+ * remounting (branch management) -+ */ -+struct hlist_bl_head au_sbilist; -+#endif -+ -+/* -+ * functions for module interface. -+ */ -+MODULE_LICENSE("GPL"); -+/* MODULE_LICENSE("GPL v2"); */ -+MODULE_AUTHOR("Junjiro R. Okajima "); -+MODULE_DESCRIPTION(AUFS_NAME -+ " -- Advanced multi layered unification filesystem"); -+MODULE_VERSION(AUFS_VERSION); -+ -+/* this module parameter has no meaning when SYSFS is disabled */ -+int sysaufs_brs = 1; -+MODULE_PARM_DESC(brs, "use /fs/aufs/si_*/brN"); -+module_param_named(brs, sysaufs_brs, int, 0444); -+ -+/* this module parameter has no meaning when USER_NS is disabled */ -+bool au_userns; -+MODULE_PARM_DESC(allow_userns, "allow unprivileged to mount under userns"); -+module_param_named(allow_userns, au_userns, bool, 0444); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static char au_esc_chars[0x20 + 3]; /* 0x01-0x20, backslash, del, and NULL */ -+ -+int au_seq_path(struct seq_file *seq, struct path *path) -+{ -+ int err; -+ -+ err = seq_path(seq, path, au_esc_chars); -+ if (err >= 0) -+ err = 0; -+ else -+ err = -ENOMEM; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int __init aufs_init(void) -+{ -+ int err, i; -+ char *p; -+ -+ p = au_esc_chars; -+ for (i = 1; i <= ' '; i++) -+ *p++ = i; -+ *p++ = '\\'; -+ *p++ = '\x7f'; -+ *p = 0; -+ -+ au_dir_roflags = au_file_roflags(O_DIRECTORY | O_LARGEFILE); -+ -+ memcpy(aufs_iop_nogetattr, aufs_iop, sizeof(aufs_iop)); -+ for (i = 0; i < AuIop_Last; i++) -+ aufs_iop_nogetattr[i].getattr = NULL; -+ -+ memset(au_cache, 0, sizeof(au_cache)); /* including hnotify */ -+ -+ au_sbilist_init(); -+ sysaufs_brs_init(); -+ au_debug_init(); -+ au_dy_init(); -+ err = sysaufs_init(); -+ if (unlikely(err)) -+ goto out; -+ err = dbgaufs_init(); -+ if (unlikely(err)) -+ goto out_sysaufs; -+ err = au_procfs_init(); -+ if (unlikely(err)) -+ goto out_dbgaufs; -+ err = au_wkq_init(); -+ if (unlikely(err)) -+ goto out_procfs; -+ err = au_loopback_init(); -+ if (unlikely(err)) -+ goto out_wkq; -+ err = au_hnotify_init(); -+ if (unlikely(err)) -+ goto out_loopback; -+ err = au_sysrq_init(); -+ if (unlikely(err)) -+ goto out_hin; -+ err = au_cache_init(); -+ if (unlikely(err)) -+ goto out_sysrq; -+ -+ aufs_fs_type.fs_flags |= au_userns ? FS_USERNS_MOUNT : 0; -+ err = register_filesystem(&aufs_fs_type); -+ if (unlikely(err)) -+ goto out_cache; -+ -+ /* since we define pr_fmt, call printk directly */ -+ printk(KERN_INFO AUFS_NAME " " AUFS_VERSION "\n"); -+ goto out; /* success */ -+ -+out_cache: -+ au_cache_fin(); -+out_sysrq: -+ au_sysrq_fin(); -+out_hin: -+ au_hnotify_fin(); -+out_loopback: -+ au_loopback_fin(); -+out_wkq: -+ au_wkq_fin(); -+out_procfs: -+ au_procfs_fin(); -+out_dbgaufs: -+ dbgaufs_fin(); -+out_sysaufs: -+ sysaufs_fin(); -+ au_dy_fin(); -+out: -+ return err; -+} -+ -+static void __exit aufs_exit(void) -+{ -+ unregister_filesystem(&aufs_fs_type); -+ au_cache_fin(); -+ au_sysrq_fin(); -+ au_hnotify_fin(); -+ au_loopback_fin(); -+ au_wkq_fin(); -+ au_procfs_fin(); -+ dbgaufs_fin(); -+ sysaufs_fin(); -+ au_dy_fin(); -+} -+ -+module_init(aufs_init); -+module_exit(aufs_exit); -diff --git a/fs/aufs/module.h b/fs/aufs/module.h -new file mode 100644 -index 000000000000..f5cb96b8d5e2 ---- /dev/null -+++ b/fs/aufs/module.h -@@ -0,0 +1,89 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * module initialization and module-global -+ */ -+ -+#ifndef __AUFS_MODULE_H__ -+#define __AUFS_MODULE_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct path; -+struct seq_file; -+ -+/* module parameters */ -+extern int sysaufs_brs; -+extern bool au_userns; -+ -+/* ---------------------------------------------------------------------- */ -+ -+extern int au_dir_roflags; -+ -+void *au_krealloc(void *p, unsigned int new_sz, gfp_t gfp, int may_shrink); -+void *au_kzrealloc(void *p, unsigned int nused, unsigned int new_sz, gfp_t gfp, -+ int may_shrink); -+ -+static inline int au_kmidx_sub(size_t sz, size_t new_sz) -+{ -+#ifndef CONFIG_SLOB -+ return kmalloc_index(sz) - kmalloc_index(new_sz); -+#else -+ return -1; /* SLOB is untested */ -+#endif -+} -+ -+int au_seq_path(struct seq_file *seq, struct path *path); -+ -+#ifdef CONFIG_PROC_FS -+/* procfs.c */ -+int __init au_procfs_init(void); -+void au_procfs_fin(void); -+#else -+AuStubInt0(au_procfs_init, void); -+AuStubVoid(au_procfs_fin, void); -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* kmem cache */ -+enum { -+ AuCache_DINFO, -+ AuCache_ICNTNR, -+ AuCache_FINFO, -+ AuCache_VDIR, -+ AuCache_DEHSTR, -+ AuCache_HNOTIFY, /* must be last */ -+ AuCache_Last -+}; -+ -+extern struct kmem_cache *au_cache[AuCache_Last]; -+ -+#define AuCacheFlags (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD) -+#define AuCache(type) KMEM_CACHE(type, AuCacheFlags) -+#define AuCacheCtor(type, ctor) \ -+ kmem_cache_create(#type, sizeof(struct type), \ -+ __alignof__(struct type), AuCacheFlags, ctor) -+ -+#define AuCacheFuncs(name, index) \ -+static inline struct au_##name *au_cache_alloc_##name(void) \ -+{ return kmem_cache_alloc(au_cache[AuCache_##index], GFP_NOFS); } \ -+static inline void au_cache_free_##name(struct au_##name *p) \ -+{ kmem_cache_free(au_cache[AuCache_##index], p); } -+ -+AuCacheFuncs(dinfo, DINFO); -+AuCacheFuncs(icntnr, ICNTNR); -+AuCacheFuncs(finfo, FINFO); -+AuCacheFuncs(vdir, VDIR); -+AuCacheFuncs(vdir_dehstr, DEHSTR); -+#ifdef CONFIG_AUFS_HNOTIFY -+AuCacheFuncs(hnotify, HNOTIFY); -+#endif -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_MODULE_H__ */ -diff --git a/fs/aufs/mvdown.c b/fs/aufs/mvdown.c -new file mode 100644 -index 000000000000..583681ead8ce ---- /dev/null -+++ b/fs/aufs/mvdown.c -@@ -0,0 +1,692 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2011-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * move-down, opposite of copy-up -+ */ -+ -+#include "aufs.h" -+ -+struct au_mvd_args { -+ struct { -+ struct super_block *h_sb; -+ struct dentry *h_parent; -+ struct au_hinode *hdir; -+ struct inode *h_dir, *h_inode; -+ struct au_pin pin; -+ } info[AUFS_MVDOWN_NARRAY]; -+ -+ struct aufs_mvdown mvdown; -+ struct dentry *dentry, *parent; -+ struct inode *inode, *dir; -+ struct super_block *sb; -+ aufs_bindex_t bopq, bwh, bfound; -+ unsigned char rename_lock; -+}; -+ -+#define mvd_errno mvdown.au_errno -+#define mvd_bsrc mvdown.stbr[AUFS_MVDOWN_UPPER].bindex -+#define mvd_src_brid mvdown.stbr[AUFS_MVDOWN_UPPER].brid -+#define mvd_bdst mvdown.stbr[AUFS_MVDOWN_LOWER].bindex -+#define mvd_dst_brid mvdown.stbr[AUFS_MVDOWN_LOWER].brid -+ -+#define mvd_h_src_sb info[AUFS_MVDOWN_UPPER].h_sb -+#define mvd_h_src_parent info[AUFS_MVDOWN_UPPER].h_parent -+#define mvd_hdir_src info[AUFS_MVDOWN_UPPER].hdir -+#define mvd_h_src_dir info[AUFS_MVDOWN_UPPER].h_dir -+#define mvd_h_src_inode info[AUFS_MVDOWN_UPPER].h_inode -+#define mvd_pin_src info[AUFS_MVDOWN_UPPER].pin -+ -+#define mvd_h_dst_sb info[AUFS_MVDOWN_LOWER].h_sb -+#define mvd_h_dst_parent info[AUFS_MVDOWN_LOWER].h_parent -+#define mvd_hdir_dst info[AUFS_MVDOWN_LOWER].hdir -+#define mvd_h_dst_dir info[AUFS_MVDOWN_LOWER].h_dir -+#define mvd_h_dst_inode info[AUFS_MVDOWN_LOWER].h_inode -+#define mvd_pin_dst info[AUFS_MVDOWN_LOWER].pin -+ -+#define AU_MVD_PR(flag, ...) do { \ -+ if (flag) \ -+ pr_err(__VA_ARGS__); \ -+ } while (0) -+ -+static int find_lower_writable(struct au_mvd_args *a) -+{ -+ struct super_block *sb; -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ sb = a->sb; -+ bindex = a->mvd_bsrc; -+ bbot = au_sbbot(sb); -+ if (a->mvdown.flags & AUFS_MVDOWN_FHSM_LOWER) -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm) -+ && !sb_rdonly(au_br_sb(br))) -+ return bindex; -+ } -+ else if (!(a->mvdown.flags & AUFS_MVDOWN_ROLOWER)) -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_rdonly(br)) -+ return bindex; -+ } -+ else -+ for (bindex++; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!sb_rdonly(au_br_sb(br))) { -+ if (au_br_rdonly(br)) -+ a->mvdown.flags -+ |= AUFS_MVDOWN_ROLOWER_R; -+ return bindex; -+ } -+ } -+ -+ return -1; -+} -+ -+/* make the parent dir on bdst */ -+static int au_do_mkdir(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = 0; -+ a->mvd_hdir_src = au_hi(a->dir, a->mvd_bsrc); -+ a->mvd_hdir_dst = au_hi(a->dir, a->mvd_bdst); -+ a->mvd_h_src_parent = au_h_dptr(a->parent, a->mvd_bsrc); -+ a->mvd_h_dst_parent = NULL; -+ if (au_dbbot(a->parent) >= a->mvd_bdst) -+ a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); -+ if (!a->mvd_h_dst_parent) { -+ err = au_cpdown_dirs(a->dentry, a->mvd_bdst); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "cpdown_dirs failed\n"); -+ goto out; -+ } -+ a->mvd_h_dst_parent = au_h_dptr(a->parent, a->mvd_bdst); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* lock them all */ -+static int au_do_lock(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct dentry *h_trap; -+ -+ a->mvd_h_src_sb = au_sbr_sb(a->sb, a->mvd_bsrc); -+ a->mvd_h_dst_sb = au_sbr_sb(a->sb, a->mvd_bdst); -+ err = au_pin(&a->mvd_pin_dst, a->dentry, a->mvd_bdst, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ AuTraceErr(err); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_dst failed\n"); -+ goto out; -+ } -+ -+ if (a->mvd_h_src_sb != a->mvd_h_dst_sb) { -+ a->rename_lock = 0; -+ au_pin_init(&a->mvd_pin_src, a->dentry, a->mvd_bsrc, -+ AuLsc_DI_PARENT, AuLsc_I_PARENT3, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ err = au_do_pin(&a->mvd_pin_src); -+ AuTraceErr(err); -+ a->mvd_h_src_dir = d_inode(a->mvd_h_src_parent); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_src failed\n"); -+ goto out_dst; -+ } -+ goto out; /* success */ -+ } -+ -+ a->rename_lock = 1; -+ au_pin_hdir_unlock(&a->mvd_pin_dst); -+ err = au_pin(&a->mvd_pin_src, a->dentry, a->mvd_bsrc, -+ au_opt_udba(a->sb), -+ AuPin_MNT_WRITE | AuPin_DI_LOCKED); -+ AuTraceErr(err); -+ a->mvd_h_src_dir = d_inode(a->mvd_h_src_parent); -+ if (unlikely(err)) { -+ AU_MVD_PR(dmsg, "pin_src failed\n"); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ goto out_dst; -+ } -+ au_pin_hdir_unlock(&a->mvd_pin_src); -+ h_trap = vfsub_lock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ if (h_trap) { -+ err = (h_trap != a->mvd_h_src_parent); -+ if (err) -+ err = (h_trap != a->mvd_h_dst_parent); -+ } -+ BUG_ON(err); /* it should never happen */ -+ if (unlikely(a->mvd_h_src_dir != au_pinned_h_dir(&a->mvd_pin_src))) { -+ err = -EBUSY; -+ AuTraceErr(err); -+ vfsub_unlock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ au_pin_hdir_lock(&a->mvd_pin_src); -+ au_unpin(&a->mvd_pin_src); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ goto out_dst; -+ } -+ goto out; /* success */ -+ -+out_dst: -+ au_unpin(&a->mvd_pin_dst); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static void au_do_unlock(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ if (!a->rename_lock) -+ au_unpin(&a->mvd_pin_src); -+ else { -+ vfsub_unlock_rename(a->mvd_h_src_parent, a->mvd_hdir_src, -+ a->mvd_h_dst_parent, a->mvd_hdir_dst); -+ au_pin_hdir_lock(&a->mvd_pin_src); -+ au_unpin(&a->mvd_pin_src); -+ au_pin_hdir_lock(&a->mvd_pin_dst); -+ } -+ au_unpin(&a->mvd_pin_dst); -+} -+ -+/* copy-down the file */ -+static int au_do_cpdown(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_cp_generic cpg = { -+ .dentry = a->dentry, -+ .bdst = a->mvd_bdst, -+ .bsrc = a->mvd_bsrc, -+ .len = -1, -+ .pin = &a->mvd_pin_dst, -+ .flags = AuCpup_DTIME | AuCpup_HOPEN -+ }; -+ -+ AuDbg("b%d, b%d\n", cpg.bsrc, cpg.bdst); -+ if (a->mvdown.flags & AUFS_MVDOWN_OWLOWER) -+ au_fset_cpup(cpg.flags, OVERWRITE); -+ if (a->mvdown.flags & AUFS_MVDOWN_ROLOWER) -+ au_fset_cpup(cpg.flags, RWDST); -+ err = au_sio_cpdown_simple(&cpg); -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "cpdown failed\n"); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * unlink the whiteout on bdst if exist which may be created by UDBA while we -+ * were sleeping -+ */ -+static int au_do_unlink_wh(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct path h_path; -+ struct au_branch *br; -+ struct inode *delegated; -+ -+ br = au_sbr(a->sb, a->mvd_bdst); -+ h_path.dentry = au_wh_lkup(a->mvd_h_dst_parent, &a->dentry->d_name, br); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) { -+ AU_MVD_PR(dmsg, "wh_lkup failed\n"); -+ goto out; -+ } -+ -+ err = 0; -+ if (d_is_positive(h_path.dentry)) { -+ h_path.mnt = au_br_mnt(br); -+ delegated = NULL; -+ err = vfsub_unlink(d_inode(a->mvd_h_dst_parent), &h_path, -+ &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "wh_unlink failed\n"); -+ } -+ dput(h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* -+ * unlink the topmost h_dentry -+ */ -+static int au_do_unlink(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct path h_path; -+ struct inode *delegated; -+ -+ h_path.mnt = au_sbr_mnt(a->sb, a->mvd_bsrc); -+ h_path.dentry = au_h_dptr(a->dentry, a->mvd_bsrc); -+ delegated = NULL; -+ err = vfsub_unlink(a->mvd_h_src_dir, &h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) -+ AU_MVD_PR(dmsg, "unlink failed\n"); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+/* Since mvdown succeeded, we ignore an error of this function */ -+static void au_do_stfs(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_branch *br; -+ -+ a->mvdown.flags |= AUFS_MVDOWN_STFS_FAILED; -+ br = au_sbr(a->sb, a->mvd_bsrc); -+ err = au_br_stfs(br, &a->mvdown.stbr[AUFS_MVDOWN_UPPER].stfs); -+ if (!err) { -+ br = au_sbr(a->sb, a->mvd_bdst); -+ a->mvdown.stbr[AUFS_MVDOWN_LOWER].brid = br->br_id; -+ err = au_br_stfs(br, &a->mvdown.stbr[AUFS_MVDOWN_LOWER].stfs); -+ } -+ if (!err) -+ a->mvdown.flags &= ~AUFS_MVDOWN_STFS_FAILED; -+ else -+ AU_MVD_PR(dmsg, "statfs failed (%d), ignored\n", err); -+} -+ -+/* -+ * copy-down the file and unlink the bsrc file. -+ * - unlink the bdst whout if exist -+ * - copy-down the file (with whtmp name and rename) -+ * - unlink the bsrc file -+ */ -+static int au_do_mvdown(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = au_do_mkdir(dmsg, a); -+ if (!err) -+ err = au_do_lock(dmsg, a); -+ if (unlikely(err)) -+ goto out; -+ -+ /* -+ * do not revert the activities we made on bdst since they should be -+ * harmless in aufs. -+ */ -+ -+ err = au_do_cpdown(dmsg, a); -+ if (!err) -+ err = au_do_unlink_wh(dmsg, a); -+ if (!err && !(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) -+ err = au_do_unlink(dmsg, a); -+ if (unlikely(err)) -+ goto out_unlock; -+ -+ AuDbg("%pd2, 0x%x, %d --> %d\n", -+ a->dentry, a->mvdown.flags, a->mvd_bsrc, a->mvd_bdst); -+ if (find_lower_writable(a) < 0) -+ a->mvdown.flags |= AUFS_MVDOWN_BOTTOM; -+ -+ if (a->mvdown.flags & AUFS_MVDOWN_STFS) -+ au_do_stfs(dmsg, a); -+ -+ /* maintain internal array */ -+ if (!(a->mvdown.flags & AUFS_MVDOWN_KUPPER)) { -+ au_set_h_dptr(a->dentry, a->mvd_bsrc, NULL); -+ au_set_dbtop(a->dentry, a->mvd_bdst); -+ au_set_h_iptr(a->inode, a->mvd_bsrc, NULL, /*flags*/0); -+ au_set_ibtop(a->inode, a->mvd_bdst); -+ } else { -+ /* hide the lower */ -+ au_set_h_dptr(a->dentry, a->mvd_bdst, NULL); -+ au_set_dbbot(a->dentry, a->mvd_bsrc); -+ au_set_h_iptr(a->inode, a->mvd_bdst, NULL, /*flags*/0); -+ au_set_ibbot(a->inode, a->mvd_bsrc); -+ } -+ if (au_dbbot(a->dentry) < a->mvd_bdst) -+ au_set_dbbot(a->dentry, a->mvd_bdst); -+ if (au_ibbot(a->inode) < a->mvd_bdst) -+ au_set_ibbot(a->inode, a->mvd_bdst); -+ -+out_unlock: -+ au_do_unlock(dmsg, a); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* make sure the file is idle */ -+static int au_mvd_args_busy(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err, plinked; -+ -+ err = 0; -+ plinked = !!au_opt_test(au_mntflags(a->sb), PLINK); -+ if (au_dbtop(a->dentry) == a->mvd_bsrc -+ && au_dcount(a->dentry) == 1 -+ && atomic_read(&a->inode->i_count) == 1 -+ /* && a->mvd_h_src_inode->i_nlink == 1 */ -+ && (!plinked || !au_plink_test(a->inode)) -+ && a->inode->i_nlink == 1) -+ goto out; -+ -+ err = -EBUSY; -+ AU_MVD_PR(dmsg, -+ "b%d, d{b%d, c%d?}, i{c%d?, l%u}, hi{l%u}, p{%d, %d}\n", -+ a->mvd_bsrc, au_dbtop(a->dentry), au_dcount(a->dentry), -+ atomic_read(&a->inode->i_count), a->inode->i_nlink, -+ a->mvd_h_src_inode->i_nlink, -+ plinked, plinked ? au_plink_test(a->inode) : 0); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* make sure the parent dir is fine */ -+static int au_mvd_args_parent(const unsigned char dmsg, -+ struct au_mvd_args *a) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ -+ err = 0; -+ if (unlikely(au_alive_dir(a->parent))) { -+ err = -ENOENT; -+ AU_MVD_PR(dmsg, "parent dir is dead\n"); -+ goto out; -+ } -+ -+ a->bopq = au_dbdiropq(a->parent); -+ bindex = au_wbr_nonopq(a->dentry, a->mvd_bdst); -+ AuDbg("b%d\n", bindex); -+ if (unlikely((bindex >= 0 && bindex < a->mvd_bdst) -+ || (a->bopq != -1 && a->bopq < a->mvd_bdst))) { -+ err = -EINVAL; -+ a->mvd_errno = EAU_MVDOWN_OPAQUE; -+ AU_MVD_PR(dmsg, "ancestor is opaque b%d, b%d\n", -+ a->bopq, a->mvd_bdst); -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args_intermediate(const unsigned char dmsg, -+ struct au_mvd_args *a) -+{ -+ int err; -+ struct au_dinfo *dinfo, *tmp; -+ -+ /* lookup the next lower positive entry */ -+ err = -ENOMEM; -+ tmp = au_di_alloc(a->sb, AuLsc_DI_TMP); -+ if (unlikely(!tmp)) -+ goto out; -+ -+ a->bfound = -1; -+ a->bwh = -1; -+ dinfo = au_di(a->dentry); -+ au_di_cp(tmp, dinfo); -+ au_di_swap(tmp, dinfo); -+ -+ /* returns the number of positive dentries */ -+ err = au_lkup_dentry(a->dentry, a->mvd_bsrc + 1, -+ /* AuLkup_IGNORE_PERM */ 0); -+ if (!err) -+ a->bwh = au_dbwh(a->dentry); -+ else if (err > 0) -+ a->bfound = au_dbtop(a->dentry); -+ -+ au_di_swap(tmp, dinfo); -+ au_rw_write_unlock(&tmp->di_rwsem); -+ au_di_free(tmp); -+ if (unlikely(err < 0)) -+ AU_MVD_PR(dmsg, "failed look-up lower\n"); -+ -+ /* -+ * here, we have these cases. -+ * bfound == -1 -+ * no positive dentry under bsrc. there are more sub-cases. -+ * bwh < 0 -+ * there no whiteout, we can safely move-down. -+ * bwh <= bsrc -+ * impossible -+ * bsrc < bwh && bwh < bdst -+ * there is a whiteout on RO branch. cannot proceed. -+ * bwh == bdst -+ * there is a whiteout on the RW target branch. it should -+ * be removed. -+ * bdst < bwh -+ * there is a whiteout somewhere unrelated branch. -+ * -1 < bfound && bfound <= bsrc -+ * impossible. -+ * bfound < bdst -+ * found, but it is on RO branch between bsrc and bdst. cannot -+ * proceed. -+ * bfound == bdst -+ * found, replace it if AUFS_MVDOWN_FORCE is set. otherwise return -+ * error. -+ * bdst < bfound -+ * found, after we create the file on bdst, it will be hidden. -+ */ -+ -+ AuDebugOn(a->bfound == -1 -+ && a->bwh != -1 -+ && a->bwh <= a->mvd_bsrc); -+ AuDebugOn(-1 < a->bfound -+ && a->bfound <= a->mvd_bsrc); -+ -+ err = -EINVAL; -+ if (a->bfound == -1 -+ && a->mvd_bsrc < a->bwh -+ && a->bwh != -1 -+ && a->bwh < a->mvd_bdst) { -+ a->mvd_errno = EAU_MVDOWN_WHITEOUT; -+ AU_MVD_PR(dmsg, "bsrc %d, bdst %d, bfound %d, bwh %d\n", -+ a->mvd_bsrc, a->mvd_bdst, a->bfound, a->bwh); -+ goto out; -+ } else if (a->bfound != -1 && a->bfound < a->mvd_bdst) { -+ a->mvd_errno = EAU_MVDOWN_UPPER; -+ AU_MVD_PR(dmsg, "bdst %d, bfound %d\n", -+ a->mvd_bdst, a->bfound); -+ goto out; -+ } -+ -+ err = 0; /* success */ -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args_exist(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ -+ err = 0; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_OWLOWER) -+ && a->bfound == a->mvd_bdst) -+ err = -EEXIST; -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_mvd_args(const unsigned char dmsg, struct au_mvd_args *a) -+{ -+ int err; -+ struct au_branch *br; -+ -+ err = -EISDIR; -+ if (unlikely(S_ISDIR(a->inode->i_mode))) -+ goto out; -+ -+ err = -EINVAL; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_UPPER)) -+ a->mvd_bsrc = au_ibtop(a->inode); -+ else { -+ a->mvd_bsrc = au_br_index(a->sb, a->mvd_src_brid); -+ if (unlikely(a->mvd_bsrc < 0 -+ || (a->mvd_bsrc < au_dbtop(a->dentry) -+ || au_dbbot(a->dentry) < a->mvd_bsrc -+ || !au_h_dptr(a->dentry, a->mvd_bsrc)) -+ || (a->mvd_bsrc < au_ibtop(a->inode) -+ || au_ibbot(a->inode) < a->mvd_bsrc -+ || !au_h_iptr(a->inode, a->mvd_bsrc)))) { -+ a->mvd_errno = EAU_MVDOWN_NOUPPER; -+ AU_MVD_PR(dmsg, "no upper\n"); -+ goto out; -+ } -+ } -+ if (unlikely(a->mvd_bsrc == au_sbbot(a->sb))) { -+ a->mvd_errno = EAU_MVDOWN_BOTTOM; -+ AU_MVD_PR(dmsg, "on the bottom\n"); -+ goto out; -+ } -+ a->mvd_h_src_inode = au_h_iptr(a->inode, a->mvd_bsrc); -+ br = au_sbr(a->sb, a->mvd_bsrc); -+ err = au_br_rdonly(br); -+ if (!(a->mvdown.flags & AUFS_MVDOWN_ROUPPER)) { -+ if (unlikely(err)) -+ goto out; -+ } else if (!(vfsub_native_ro(a->mvd_h_src_inode) -+ || IS_APPEND(a->mvd_h_src_inode))) { -+ if (err) -+ a->mvdown.flags |= AUFS_MVDOWN_ROUPPER_R; -+ /* go on */ -+ } else -+ goto out; -+ -+ err = -EINVAL; -+ if (!(a->mvdown.flags & AUFS_MVDOWN_BRID_LOWER)) { -+ a->mvd_bdst = find_lower_writable(a); -+ if (unlikely(a->mvd_bdst < 0)) { -+ a->mvd_errno = EAU_MVDOWN_BOTTOM; -+ AU_MVD_PR(dmsg, "no writable lower branch\n"); -+ goto out; -+ } -+ } else { -+ a->mvd_bdst = au_br_index(a->sb, a->mvd_dst_brid); -+ if (unlikely(a->mvd_bdst < 0 -+ || au_sbbot(a->sb) < a->mvd_bdst)) { -+ a->mvd_errno = EAU_MVDOWN_NOLOWERBR; -+ AU_MVD_PR(dmsg, "no lower brid\n"); -+ goto out; -+ } -+ } -+ -+ err = au_mvd_args_busy(dmsg, a); -+ if (!err) -+ err = au_mvd_args_parent(dmsg, a); -+ if (!err) -+ err = au_mvd_args_intermediate(dmsg, a); -+ if (!err) -+ err = au_mvd_args_exist(dmsg, a); -+ if (!err) -+ AuDbg("b%d, b%d\n", a->mvd_bsrc, a->mvd_bdst); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *uarg) -+{ -+ int err, e; -+ unsigned char dmsg; -+ struct au_mvd_args *args; -+ struct inode *inode; -+ -+ inode = d_inode(dentry); -+ err = -EPERM; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -ENOMEM; -+ args = kmalloc(sizeof(*args), GFP_NOFS); -+ if (unlikely(!args)) -+ goto out; -+ -+ err = copy_from_user(&args->mvdown, uarg, sizeof(args->mvdown)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, uarg, sizeof(*uarg)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out_free; -+ } -+ AuDbg("flags 0x%x\n", args->mvdown.flags); -+ args->mvdown.flags &= ~(AUFS_MVDOWN_ROLOWER_R | AUFS_MVDOWN_ROUPPER_R); -+ args->mvdown.au_errno = 0; -+ args->dentry = dentry; -+ args->inode = inode; -+ args->sb = dentry->d_sb; -+ -+ err = -ENOENT; -+ dmsg = !!(args->mvdown.flags & AUFS_MVDOWN_DMSG); -+ args->parent = dget_parent(dentry); -+ args->dir = d_inode(args->parent); -+ inode_lock_nested(args->dir, I_MUTEX_PARENT); -+ dput(args->parent); -+ if (unlikely(args->parent != dentry->d_parent)) { -+ AU_MVD_PR(dmsg, "parent dir is moved\n"); -+ goto out_dir; -+ } -+ -+ inode_lock_nested(inode, I_MUTEX_CHILD); -+ err = aufs_read_lock(dentry, AuLock_DW | AuLock_FLUSH | AuLock_NOPLMW); -+ if (unlikely(err)) -+ goto out_inode; -+ -+ di_write_lock_parent(args->parent); -+ err = au_mvd_args(dmsg, args); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ err = au_do_mvdown(dmsg, args); -+ if (unlikely(err)) -+ goto out_parent; -+ -+ au_cpup_attr_timesizes(args->dir); -+ au_cpup_attr_timesizes(inode); -+ if (!(args->mvdown.flags & AUFS_MVDOWN_KUPPER)) -+ au_cpup_igen(inode, au_h_iptr(inode, args->mvd_bdst)); -+ /* au_digen_dec(dentry); */ -+ -+out_parent: -+ di_write_unlock(args->parent); -+ aufs_read_unlock(dentry, AuLock_DW); -+out_inode: -+ inode_unlock(inode); -+out_dir: -+ inode_unlock(args->dir); -+out_free: -+ e = copy_to_user(uarg, &args->mvdown, sizeof(args->mvdown)); -+ if (unlikely(e)) -+ err = -EFAULT; -+ kfree(args); -+out: -+ AuTraceErr(err); -+ return err; -+} -diff --git a/fs/aufs/opts.c b/fs/aufs/opts.c -new file mode 100644 -index 000000000000..7c42dde5ab8a ---- /dev/null -+++ b/fs/aufs/opts.c -@@ -0,0 +1,1864 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount options/flags -+ */ -+ -+#include -+#include /* a distribution requires */ -+#include -+#include "aufs.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+enum { -+ Opt_br, -+ Opt_add, Opt_del, Opt_mod, Opt_append, Opt_prepend, -+ Opt_idel, Opt_imod, -+ Opt_dirwh, Opt_rdcache, Opt_rdblk, Opt_rdhash, -+ Opt_rdblk_def, Opt_rdhash_def, -+ Opt_xino, Opt_noxino, -+ Opt_trunc_xino, Opt_trunc_xino_v, Opt_notrunc_xino, -+ Opt_trunc_xino_path, Opt_itrunc_xino, -+ Opt_trunc_xib, Opt_notrunc_xib, -+ Opt_shwh, Opt_noshwh, -+ Opt_plink, Opt_noplink, Opt_list_plink, -+ Opt_udba, -+ Opt_dio, Opt_nodio, -+ Opt_diropq_a, Opt_diropq_w, -+ Opt_warn_perm, Opt_nowarn_perm, -+ Opt_wbr_copyup, Opt_wbr_create, -+ Opt_fhsm_sec, -+ Opt_verbose, Opt_noverbose, -+ Opt_sum, Opt_nosum, Opt_wsum, -+ Opt_dirperm1, Opt_nodirperm1, -+ Opt_dirren, Opt_nodirren, -+ Opt_acl, Opt_noacl, -+ Opt_tail, Opt_ignore, Opt_ignore_silent, Opt_err -+}; -+ -+static match_table_t options = { -+ {Opt_br, "br=%s"}, -+ {Opt_br, "br:%s"}, -+ -+ {Opt_add, "add=%d:%s"}, -+ {Opt_add, "add:%d:%s"}, -+ {Opt_add, "ins=%d:%s"}, -+ {Opt_add, "ins:%d:%s"}, -+ {Opt_append, "append=%s"}, -+ {Opt_append, "append:%s"}, -+ {Opt_prepend, "prepend=%s"}, -+ {Opt_prepend, "prepend:%s"}, -+ -+ {Opt_del, "del=%s"}, -+ {Opt_del, "del:%s"}, -+ /* {Opt_idel, "idel:%d"}, */ -+ {Opt_mod, "mod=%s"}, -+ {Opt_mod, "mod:%s"}, -+ /* {Opt_imod, "imod:%d:%s"}, */ -+ -+ {Opt_dirwh, "dirwh=%d"}, -+ -+ {Opt_xino, "xino=%s"}, -+ {Opt_noxino, "noxino"}, -+ {Opt_trunc_xino, "trunc_xino"}, -+ {Opt_trunc_xino_v, "trunc_xino_v=%d:%d"}, -+ {Opt_notrunc_xino, "notrunc_xino"}, -+ {Opt_trunc_xino_path, "trunc_xino=%s"}, -+ {Opt_itrunc_xino, "itrunc_xino=%d"}, -+ /* {Opt_zxino, "zxino=%s"}, */ -+ {Opt_trunc_xib, "trunc_xib"}, -+ {Opt_notrunc_xib, "notrunc_xib"}, -+ -+#ifdef CONFIG_PROC_FS -+ {Opt_plink, "plink"}, -+#else -+ {Opt_ignore_silent, "plink"}, -+#endif -+ -+ {Opt_noplink, "noplink"}, -+ -+#ifdef CONFIG_AUFS_DEBUG -+ {Opt_list_plink, "list_plink"}, -+#endif -+ -+ {Opt_udba, "udba=%s"}, -+ -+ {Opt_dio, "dio"}, -+ {Opt_nodio, "nodio"}, -+ -+#ifdef CONFIG_AUFS_DIRREN -+ {Opt_dirren, "dirren"}, -+ {Opt_nodirren, "nodirren"}, -+#else -+ {Opt_ignore, "dirren"}, -+ {Opt_ignore_silent, "nodirren"}, -+#endif -+ -+#ifdef CONFIG_AUFS_FHSM -+ {Opt_fhsm_sec, "fhsm_sec=%d"}, -+#else -+ {Opt_ignore, "fhsm_sec=%d"}, -+#endif -+ -+ {Opt_diropq_a, "diropq=always"}, -+ {Opt_diropq_a, "diropq=a"}, -+ {Opt_diropq_w, "diropq=whiteouted"}, -+ {Opt_diropq_w, "diropq=w"}, -+ -+ {Opt_warn_perm, "warn_perm"}, -+ {Opt_nowarn_perm, "nowarn_perm"}, -+ -+ /* keep them temporary */ -+ {Opt_ignore_silent, "nodlgt"}, -+ {Opt_ignore, "clean_plink"}, -+ -+#ifdef CONFIG_AUFS_SHWH -+ {Opt_shwh, "shwh"}, -+#endif -+ {Opt_noshwh, "noshwh"}, -+ -+ {Opt_dirperm1, "dirperm1"}, -+ {Opt_nodirperm1, "nodirperm1"}, -+ -+ {Opt_verbose, "verbose"}, -+ {Opt_verbose, "v"}, -+ {Opt_noverbose, "noverbose"}, -+ {Opt_noverbose, "quiet"}, -+ {Opt_noverbose, "q"}, -+ {Opt_noverbose, "silent"}, -+ -+ {Opt_sum, "sum"}, -+ {Opt_nosum, "nosum"}, -+ {Opt_wsum, "wsum"}, -+ -+ {Opt_rdcache, "rdcache=%d"}, -+ {Opt_rdblk, "rdblk=%d"}, -+ {Opt_rdblk_def, "rdblk=def"}, -+ {Opt_rdhash, "rdhash=%d"}, -+ {Opt_rdhash_def, "rdhash=def"}, -+ -+ {Opt_wbr_create, "create=%s"}, -+ {Opt_wbr_create, "create_policy=%s"}, -+ {Opt_wbr_copyup, "cpup=%s"}, -+ {Opt_wbr_copyup, "copyup=%s"}, -+ {Opt_wbr_copyup, "copyup_policy=%s"}, -+ -+ /* generic VFS flag */ -+#ifdef CONFIG_FS_POSIX_ACL -+ {Opt_acl, "acl"}, -+ {Opt_noacl, "noacl"}, -+#else -+ {Opt_ignore, "acl"}, -+ {Opt_ignore_silent, "noacl"}, -+#endif -+ -+ /* internal use for the scripts */ -+ {Opt_ignore_silent, "si=%s"}, -+ -+ {Opt_br, "dirs=%s"}, -+ {Opt_ignore, "debug=%d"}, -+ {Opt_ignore, "delete=whiteout"}, -+ {Opt_ignore, "delete=all"}, -+ {Opt_ignore, "imap=%s"}, -+ -+ /* temporary workaround, due to old mount(8)? */ -+ {Opt_ignore_silent, "relatime"}, -+ -+ {Opt_err, NULL} -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const char *au_parser_pattern(int val, match_table_t tbl) -+{ -+ struct match_token *p; -+ -+ p = tbl; -+ while (p->pattern) { -+ if (p->token == val) -+ return p->pattern; -+ p++; -+ } -+ BUG(); -+ return "??"; -+} -+ -+static const char *au_optstr(int *val, match_table_t tbl) -+{ -+ struct match_token *p; -+ int v; -+ -+ v = *val; -+ if (!v) -+ goto out; -+ p = tbl; -+ while (p->pattern) { -+ if (p->token -+ && (v & p->token) == p->token) { -+ *val &= ~p->token; -+ return p->pattern; -+ } -+ p++; -+ } -+ -+out: -+ return NULL; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t brperm = { -+ {AuBrPerm_RO, AUFS_BRPERM_RO}, -+ {AuBrPerm_RR, AUFS_BRPERM_RR}, -+ {AuBrPerm_RW, AUFS_BRPERM_RW}, -+ {0, NULL} -+}; -+ -+static match_table_t brattr = { -+ /* general */ -+ {AuBrAttr_COO_REG, AUFS_BRATTR_COO_REG}, -+ {AuBrAttr_COO_ALL, AUFS_BRATTR_COO_ALL}, -+ /* 'unpin' attrib is meaningless since linux-3.18-rc1 */ -+ {AuBrAttr_UNPIN, AUFS_BRATTR_UNPIN}, -+#ifdef CONFIG_AUFS_FHSM -+ {AuBrAttr_FHSM, AUFS_BRATTR_FHSM}, -+#endif -+#ifdef CONFIG_AUFS_XATTR -+ {AuBrAttr_ICEX, AUFS_BRATTR_ICEX}, -+ {AuBrAttr_ICEX_SEC, AUFS_BRATTR_ICEX_SEC}, -+ {AuBrAttr_ICEX_SYS, AUFS_BRATTR_ICEX_SYS}, -+ {AuBrAttr_ICEX_TR, AUFS_BRATTR_ICEX_TR}, -+ {AuBrAttr_ICEX_USR, AUFS_BRATTR_ICEX_USR}, -+ {AuBrAttr_ICEX_OTH, AUFS_BRATTR_ICEX_OTH}, -+#endif -+ -+ /* ro/rr branch */ -+ {AuBrRAttr_WH, AUFS_BRRATTR_WH}, -+ -+ /* rw branch */ -+ {AuBrWAttr_MOO, AUFS_BRWATTR_MOO}, -+ {AuBrWAttr_NoLinkWH, AUFS_BRWATTR_NLWH}, -+ -+ {0, NULL} -+}; -+ -+static int br_attr_val(char *str, match_table_t table, substring_t args[]) -+{ -+ int attr, v; -+ char *p; -+ -+ attr = 0; -+ do { -+ p = strchr(str, '+'); -+ if (p) -+ *p = 0; -+ v = match_token(str, table, args); -+ if (v) { -+ if (v & AuBrAttr_CMOO_Mask) -+ attr &= ~AuBrAttr_CMOO_Mask; -+ attr |= v; -+ } else { -+ if (p) -+ *p = '+'; -+ pr_warn("ignored branch attribute %s\n", str); -+ break; -+ } -+ if (p) -+ str = p + 1; -+ } while (p); -+ -+ return attr; -+} -+ -+static int au_do_optstr_br_attr(au_br_perm_str_t *str, int perm) -+{ -+ int sz; -+ const char *p; -+ char *q; -+ -+ q = str->a; -+ *q = 0; -+ p = au_optstr(&perm, brattr); -+ if (p) { -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ } else -+ goto out; -+ -+ do { -+ p = au_optstr(&perm, brattr); -+ if (p) { -+ *q++ = '+'; -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ } -+ } while (p); -+ -+out: -+ return q - str->a; -+} -+ -+static int noinline_for_stack br_perm_val(char *perm) -+{ -+ int val, bad, sz; -+ char *p; -+ substring_t args[MAX_OPT_ARGS]; -+ au_br_perm_str_t attr; -+ -+ p = strchr(perm, '+'); -+ if (p) -+ *p = 0; -+ val = match_token(perm, brperm, args); -+ if (!val) { -+ if (p) -+ *p = '+'; -+ pr_warn("ignored branch permission %s\n", perm); -+ val = AuBrPerm_RO; -+ goto out; -+ } -+ if (!p) -+ goto out; -+ -+ val |= br_attr_val(p + 1, brattr, args); -+ -+ bad = 0; -+ switch (val & AuBrPerm_Mask) { -+ case AuBrPerm_RO: -+ case AuBrPerm_RR: -+ bad = val & AuBrWAttr_Mask; -+ val &= ~AuBrWAttr_Mask; -+ break; -+ case AuBrPerm_RW: -+ bad = val & AuBrRAttr_Mask; -+ val &= ~AuBrRAttr_Mask; -+ break; -+ } -+ -+ /* -+ * 'unpin' attrib becomes meaningless since linux-3.18-rc1, but aufs -+ * does not treat it as an error, just warning. -+ * this is a tiny guard for the user operation. -+ */ -+ if (val & AuBrAttr_UNPIN) { -+ bad |= AuBrAttr_UNPIN; -+ val &= ~AuBrAttr_UNPIN; -+ } -+ -+ if (unlikely(bad)) { -+ sz = au_do_optstr_br_attr(&attr, bad); -+ AuDebugOn(!sz); -+ pr_warn("ignored branch attribute %s\n", attr.a); -+ } -+ -+out: -+ return val; -+} -+ -+void au_optstr_br_perm(au_br_perm_str_t *str, int perm) -+{ -+ au_br_perm_str_t attr; -+ const char *p; -+ char *q; -+ int sz; -+ -+ q = str->a; -+ p = au_optstr(&perm, brperm); -+ AuDebugOn(!p || !*p); -+ sz = strlen(p); -+ memcpy(q, p, sz + 1); -+ q += sz; -+ -+ sz = au_do_optstr_br_attr(&attr, perm); -+ if (sz) { -+ *q++ = '+'; -+ memcpy(q, attr.a, sz + 1); -+ } -+ -+ AuDebugOn(strlen(str->a) >= sizeof(str->a)); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t udbalevel = { -+ {AuOpt_UDBA_REVAL, "reval"}, -+ {AuOpt_UDBA_NONE, "none"}, -+#ifdef CONFIG_AUFS_HNOTIFY -+ {AuOpt_UDBA_HNOTIFY, "notify"}, /* abstraction */ -+#ifdef CONFIG_AUFS_HFSNOTIFY -+ {AuOpt_UDBA_HNOTIFY, "fsnotify"}, -+#endif -+#endif -+ {-1, NULL} -+}; -+ -+static int noinline_for_stack udba_val(char *str) -+{ -+ substring_t args[MAX_OPT_ARGS]; -+ -+ return match_token(str, udbalevel, args); -+} -+ -+const char *au_optstr_udba(int udba) -+{ -+ return au_parser_pattern(udba, udbalevel); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static match_table_t au_wbr_create_policy = { -+ {AuWbrCreate_TDP, "tdp"}, -+ {AuWbrCreate_TDP, "top-down-parent"}, -+ {AuWbrCreate_RR, "rr"}, -+ {AuWbrCreate_RR, "round-robin"}, -+ {AuWbrCreate_MFS, "mfs"}, -+ {AuWbrCreate_MFS, "most-free-space"}, -+ {AuWbrCreate_MFSV, "mfs:%d"}, -+ {AuWbrCreate_MFSV, "most-free-space:%d"}, -+ -+ /* top-down regardless the parent, and then mfs */ -+ {AuWbrCreate_TDMFS, "tdmfs:%d"}, -+ {AuWbrCreate_TDMFSV, "tdmfs:%d:%d"}, -+ -+ {AuWbrCreate_MFSRR, "mfsrr:%d"}, -+ {AuWbrCreate_MFSRRV, "mfsrr:%d:%d"}, -+ {AuWbrCreate_PMFS, "pmfs"}, -+ {AuWbrCreate_PMFSV, "pmfs:%d"}, -+ {AuWbrCreate_PMFSRR, "pmfsrr:%d"}, -+ {AuWbrCreate_PMFSRRV, "pmfsrr:%d:%d"}, -+ -+ {-1, NULL} -+}; -+ -+static int au_wbr_mfs_wmark(substring_t *arg, char *str, -+ struct au_opt_wbr_create *create) -+{ -+ int err; -+ unsigned long long ull; -+ -+ err = 0; -+ if (!match_u64(arg, &ull)) -+ create->mfsrr_watermark = ull; -+ else { -+ pr_err("bad integer in %s\n", str); -+ err = -EINVAL; -+ } -+ -+ return err; -+} -+ -+static int au_wbr_mfs_sec(substring_t *arg, char *str, -+ struct au_opt_wbr_create *create) -+{ -+ int n, err; -+ -+ err = 0; -+ if (!match_int(arg, &n) && 0 <= n && n <= AUFS_MFS_MAX_SEC) -+ create->mfs_second = n; -+ else { -+ pr_err("bad integer in %s\n", str); -+ err = -EINVAL; -+ } -+ -+ return err; -+} -+ -+static int noinline_for_stack -+au_wbr_create_val(char *str, struct au_opt_wbr_create *create) -+{ -+ int err, e; -+ substring_t args[MAX_OPT_ARGS]; -+ -+ err = match_token(str, au_wbr_create_policy, args); -+ create->wbr_create = err; -+ switch (err) { -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ e = au_wbr_mfs_wmark(&args[0], str, create); -+ if (!e) -+ e = au_wbr_mfs_sec(&args[1], str, create); -+ if (unlikely(e)) -+ err = e; -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_PMFSRR: -+ e = au_wbr_mfs_wmark(&args[0], str, create); -+ if (unlikely(e)) { -+ err = e; -+ break; -+ } -+ /*FALLTHROUGH*/ -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_PMFS: -+ create->mfs_second = AUFS_MFS_DEF_SEC; -+ break; -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ e = au_wbr_mfs_sec(&args[0], str, create); -+ if (unlikely(e)) -+ err = e; -+ break; -+ } -+ -+ return err; -+} -+ -+const char *au_optstr_wbr_create(int wbr_create) -+{ -+ return au_parser_pattern(wbr_create, au_wbr_create_policy); -+} -+ -+static match_table_t au_wbr_copyup_policy = { -+ {AuWbrCopyup_TDP, "tdp"}, -+ {AuWbrCopyup_TDP, "top-down-parent"}, -+ {AuWbrCopyup_BUP, "bup"}, -+ {AuWbrCopyup_BUP, "bottom-up-parent"}, -+ {AuWbrCopyup_BU, "bu"}, -+ {AuWbrCopyup_BU, "bottom-up"}, -+ {-1, NULL} -+}; -+ -+static int noinline_for_stack au_wbr_copyup_val(char *str) -+{ -+ substring_t args[MAX_OPT_ARGS]; -+ -+ return match_token(str, au_wbr_copyup_policy, args); -+} -+ -+const char *au_optstr_wbr_copyup(int wbr_copyup) -+{ -+ return au_parser_pattern(wbr_copyup, au_wbr_copyup_policy); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static const int lkup_dirflags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; -+ -+static void dump_opts(struct au_opts *opts) -+{ -+#ifdef CONFIG_AUFS_DEBUG -+ /* reduce stack space */ -+ union { -+ struct au_opt_add *add; -+ struct au_opt_del *del; -+ struct au_opt_mod *mod; -+ struct au_opt_xino *xino; -+ struct au_opt_xino_itrunc *xino_itrunc; -+ struct au_opt_wbr_create *create; -+ } u; -+ struct au_opt *opt; -+ -+ opt = opts->opt; -+ while (opt->type != Opt_tail) { -+ switch (opt->type) { -+ case Opt_add: -+ u.add = &opt->add; -+ AuDbg("add {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_del: -+ case Opt_idel: -+ u.del = &opt->del; -+ AuDbg("del {%s, %p}\n", -+ u.del->pathname, u.del->h_path.dentry); -+ break; -+ case Opt_mod: -+ case Opt_imod: -+ u.mod = &opt->mod; -+ AuDbg("mod {%s, 0x%x, %p}\n", -+ u.mod->path, u.mod->perm, u.mod->h_root); -+ break; -+ case Opt_append: -+ u.add = &opt->add; -+ AuDbg("append {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_prepend: -+ u.add = &opt->add; -+ AuDbg("prepend {b%d, %s, 0x%x, %p}\n", -+ u.add->bindex, u.add->pathname, u.add->perm, -+ u.add->path.dentry); -+ break; -+ case Opt_dirwh: -+ AuDbg("dirwh %d\n", opt->dirwh); -+ break; -+ case Opt_rdcache: -+ AuDbg("rdcache %d\n", opt->rdcache); -+ break; -+ case Opt_rdblk: -+ AuDbg("rdblk %u\n", opt->rdblk); -+ break; -+ case Opt_rdblk_def: -+ AuDbg("rdblk_def\n"); -+ break; -+ case Opt_rdhash: -+ AuDbg("rdhash %u\n", opt->rdhash); -+ break; -+ case Opt_rdhash_def: -+ AuDbg("rdhash_def\n"); -+ break; -+ case Opt_xino: -+ u.xino = &opt->xino; -+ AuDbg("xino {%s %pD}\n", u.xino->path, u.xino->file); -+ break; -+ case Opt_trunc_xino: -+ AuLabel(trunc_xino); -+ break; -+ case Opt_notrunc_xino: -+ AuLabel(notrunc_xino); -+ break; -+ case Opt_trunc_xino_path: -+ case Opt_itrunc_xino: -+ u.xino_itrunc = &opt->xino_itrunc; -+ AuDbg("trunc_xino %d\n", u.xino_itrunc->bindex); -+ break; -+ case Opt_noxino: -+ AuLabel(noxino); -+ break; -+ case Opt_trunc_xib: -+ AuLabel(trunc_xib); -+ break; -+ case Opt_notrunc_xib: -+ AuLabel(notrunc_xib); -+ break; -+ case Opt_shwh: -+ AuLabel(shwh); -+ break; -+ case Opt_noshwh: -+ AuLabel(noshwh); -+ break; -+ case Opt_dirperm1: -+ AuLabel(dirperm1); -+ break; -+ case Opt_nodirperm1: -+ AuLabel(nodirperm1); -+ break; -+ case Opt_plink: -+ AuLabel(plink); -+ break; -+ case Opt_noplink: -+ AuLabel(noplink); -+ break; -+ case Opt_list_plink: -+ AuLabel(list_plink); -+ break; -+ case Opt_udba: -+ AuDbg("udba %d, %s\n", -+ opt->udba, au_optstr_udba(opt->udba)); -+ break; -+ case Opt_dio: -+ AuLabel(dio); -+ break; -+ case Opt_nodio: -+ AuLabel(nodio); -+ break; -+ case Opt_diropq_a: -+ AuLabel(diropq_a); -+ break; -+ case Opt_diropq_w: -+ AuLabel(diropq_w); -+ break; -+ case Opt_warn_perm: -+ AuLabel(warn_perm); -+ break; -+ case Opt_nowarn_perm: -+ AuLabel(nowarn_perm); -+ break; -+ case Opt_verbose: -+ AuLabel(verbose); -+ break; -+ case Opt_noverbose: -+ AuLabel(noverbose); -+ break; -+ case Opt_sum: -+ AuLabel(sum); -+ break; -+ case Opt_nosum: -+ AuLabel(nosum); -+ break; -+ case Opt_wsum: -+ AuLabel(wsum); -+ break; -+ case Opt_wbr_create: -+ u.create = &opt->wbr_create; -+ AuDbg("create %d, %s\n", u.create->wbr_create, -+ au_optstr_wbr_create(u.create->wbr_create)); -+ switch (u.create->wbr_create) { -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ AuDbg("%d sec\n", u.create->mfs_second); -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ AuDbg("%llu watermark\n", -+ u.create->mfsrr_watermark); -+ break; -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ AuDbg("%llu watermark, %d sec\n", -+ u.create->mfsrr_watermark, -+ u.create->mfs_second); -+ break; -+ } -+ break; -+ case Opt_wbr_copyup: -+ AuDbg("copyup %d, %s\n", opt->wbr_copyup, -+ au_optstr_wbr_copyup(opt->wbr_copyup)); -+ break; -+ case Opt_fhsm_sec: -+ AuDbg("fhsm_sec %u\n", opt->fhsm_second); -+ break; -+ case Opt_dirren: -+ AuLabel(dirren); -+ break; -+ case Opt_nodirren: -+ AuLabel(nodirren); -+ break; -+ case Opt_acl: -+ AuLabel(acl); -+ break; -+ case Opt_noacl: -+ AuLabel(noacl); -+ break; -+ default: -+ BUG(); -+ } -+ opt++; -+ } -+#endif -+} -+ -+void au_opts_free(struct au_opts *opts) -+{ -+ struct au_opt *opt; -+ -+ opt = opts->opt; -+ while (opt->type != Opt_tail) { -+ switch (opt->type) { -+ case Opt_add: -+ case Opt_append: -+ case Opt_prepend: -+ path_put(&opt->add.path); -+ break; -+ case Opt_del: -+ case Opt_idel: -+ path_put(&opt->del.h_path); -+ break; -+ case Opt_mod: -+ case Opt_imod: -+ dput(opt->mod.h_root); -+ break; -+ case Opt_xino: -+ fput(opt->xino.file); -+ break; -+ } -+ opt++; -+ } -+} -+ -+static int opt_add(struct au_opt *opt, char *opt_str, unsigned long sb_flags, -+ aufs_bindex_t bindex) -+{ -+ int err; -+ struct au_opt_add *add = &opt->add; -+ char *p; -+ -+ add->bindex = bindex; -+ add->perm = AuBrPerm_RO; -+ add->pathname = opt_str; -+ p = strchr(opt_str, '='); -+ if (p) { -+ *p++ = 0; -+ if (*p) -+ add->perm = br_perm_val(p); -+ } -+ -+ err = vfsub_kern_path(add->pathname, lkup_dirflags, &add->path); -+ if (!err) { -+ if (!p) { -+ add->perm = AuBrPerm_RO; -+ if (au_test_fs_rr(add->path.dentry->d_sb)) -+ add->perm = AuBrPerm_RR; -+ else if (!bindex && !(sb_flags & SB_RDONLY)) -+ add->perm = AuBrPerm_RW; -+ } -+ opt->type = Opt_add; -+ goto out; -+ } -+ pr_err("lookup failed %s (%d)\n", add->pathname, err); -+ err = -EINVAL; -+ -+out: -+ return err; -+} -+ -+static int au_opts_parse_del(struct au_opt_del *del, substring_t args[]) -+{ -+ int err; -+ -+ del->pathname = args[0].from; -+ AuDbg("del path %s\n", del->pathname); -+ -+ err = vfsub_kern_path(del->pathname, lkup_dirflags, &del->h_path); -+ if (unlikely(err)) -+ pr_err("lookup failed %s (%d)\n", del->pathname, err); -+ -+ return err; -+} -+ -+#if 0 /* reserved for future use */ -+static int au_opts_parse_idel(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_opt_del *del, substring_t args[]) -+{ -+ int err; -+ struct dentry *root; -+ -+ err = -EINVAL; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (bindex < 0 || au_sbbot(sb) < bindex) { -+ pr_err("out of bounds, %d\n", bindex); -+ goto out; -+ } -+ -+ err = 0; -+ del->h_path.dentry = dget(au_h_dptr(root, bindex)); -+ del->h_path.mnt = mntget(au_sbr_mnt(sb, bindex)); -+ -+out: -+ aufs_read_unlock(root, !AuLock_IR); -+ return err; -+} -+#endif -+ -+static int noinline_for_stack -+au_opts_parse_mod(struct au_opt_mod *mod, substring_t args[]) -+{ -+ int err; -+ struct path path; -+ char *p; -+ -+ err = -EINVAL; -+ mod->path = args[0].from; -+ p = strchr(mod->path, '='); -+ if (unlikely(!p)) { -+ pr_err("no permission %s\n", args[0].from); -+ goto out; -+ } -+ -+ *p++ = 0; -+ err = vfsub_kern_path(mod->path, lkup_dirflags, &path); -+ if (unlikely(err)) { -+ pr_err("lookup failed %s (%d)\n", mod->path, err); -+ goto out; -+ } -+ -+ mod->perm = br_perm_val(p); -+ AuDbg("mod path %s, perm 0x%x, %s\n", mod->path, mod->perm, p); -+ mod->h_root = dget(path.dentry); -+ path_put(&path); -+ -+out: -+ return err; -+} -+ -+#if 0 /* reserved for future use */ -+static int au_opts_parse_imod(struct super_block *sb, aufs_bindex_t bindex, -+ struct au_opt_mod *mod, substring_t args[]) -+{ -+ int err; -+ struct dentry *root; -+ -+ err = -EINVAL; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (bindex < 0 || au_sbbot(sb) < bindex) { -+ pr_err("out of bounds, %d\n", bindex); -+ goto out; -+ } -+ -+ err = 0; -+ mod->perm = br_perm_val(args[1].from); -+ AuDbg("mod path %s, perm 0x%x, %s\n", -+ mod->path, mod->perm, args[1].from); -+ mod->h_root = dget(au_h_dptr(root, bindex)); -+ -+out: -+ aufs_read_unlock(root, !AuLock_IR); -+ return err; -+} -+#endif -+ -+static int au_opts_parse_xino(struct super_block *sb, struct au_opt_xino *xino, -+ substring_t args[]) -+{ -+ int err; -+ struct file *file; -+ -+ file = au_xino_create(sb, args[0].from, /*silent*/0); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(file->f_path.dentry->d_sb == sb)) { -+ fput(file); -+ pr_err("%s must be outside\n", args[0].from); -+ goto out; -+ } -+ -+ err = 0; -+ xino->file = file; -+ xino->path = args[0].from; -+ -+out: -+ return err; -+} -+ -+static int noinline_for_stack -+au_opts_parse_xino_itrunc_path(struct super_block *sb, -+ struct au_opt_xino_itrunc *xino_itrunc, -+ substring_t args[]) -+{ -+ int err; -+ aufs_bindex_t bbot, bindex; -+ struct path path; -+ struct dentry *root; -+ -+ err = vfsub_kern_path(args[0].from, lkup_dirflags, &path); -+ if (unlikely(err)) { -+ pr_err("lookup failed %s (%d)\n", args[0].from, err); -+ goto out; -+ } -+ -+ xino_itrunc->bindex = -1; -+ root = sb->s_root; -+ aufs_read_lock(root, AuLock_FLUSH); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ if (au_h_dptr(root, bindex) == path.dentry) { -+ xino_itrunc->bindex = bindex; -+ break; -+ } -+ } -+ aufs_read_unlock(root, !AuLock_IR); -+ path_put(&path); -+ -+ if (unlikely(xino_itrunc->bindex < 0)) { -+ pr_err("no such branch %s\n", args[0].from); -+ err = -EINVAL; -+ } -+ -+out: -+ return err; -+} -+ -+/* called without aufs lock */ -+int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts) -+{ -+ int err, n, token; -+ aufs_bindex_t bindex; -+ unsigned char skipped; -+ struct dentry *root; -+ struct au_opt *opt, *opt_tail; -+ char *opt_str; -+ /* reduce the stack space */ -+ union { -+ struct au_opt_xino_itrunc *xino_itrunc; -+ struct au_opt_wbr_create *create; -+ } u; -+ struct { -+ substring_t args[MAX_OPT_ARGS]; -+ } *a; -+ -+ err = -ENOMEM; -+ a = kmalloc(sizeof(*a), GFP_NOFS); -+ if (unlikely(!a)) -+ goto out; -+ -+ root = sb->s_root; -+ err = 0; -+ bindex = 0; -+ opt = opts->opt; -+ opt_tail = opt + opts->max_opt - 1; -+ opt->type = Opt_tail; -+ while (!err && (opt_str = strsep(&str, ",")) && *opt_str) { -+ err = -EINVAL; -+ skipped = 0; -+ token = match_token(opt_str, options, a->args); -+ switch (token) { -+ case Opt_br: -+ err = 0; -+ while (!err && (opt_str = strsep(&a->args[0].from, ":")) -+ && *opt_str) { -+ err = opt_add(opt, opt_str, opts->sb_flags, -+ bindex++); -+ if (unlikely(!err && ++opt > opt_tail)) { -+ err = -E2BIG; -+ break; -+ } -+ opt->type = Opt_tail; -+ skipped = 1; -+ } -+ break; -+ case Opt_add: -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ bindex = n; -+ err = opt_add(opt, a->args[1].from, opts->sb_flags, -+ bindex); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_append: -+ err = opt_add(opt, a->args[0].from, opts->sb_flags, -+ /*dummy bindex*/1); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_prepend: -+ err = opt_add(opt, a->args[0].from, opts->sb_flags, -+ /*bindex*/0); -+ if (!err) -+ opt->type = token; -+ break; -+ case Opt_del: -+ err = au_opts_parse_del(&opt->del, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#if 0 /* reserved for future use */ -+ case Opt_idel: -+ del->pathname = "(indexed)"; -+ if (unlikely(match_int(&args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ err = au_opts_parse_idel(sb, n, &opt->del, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#endif -+ case Opt_mod: -+ err = au_opts_parse_mod(&opt->mod, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#ifdef IMOD /* reserved for future use */ -+ case Opt_imod: -+ u.mod->path = "(indexed)"; -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ err = au_opts_parse_imod(sb, n, &opt->mod, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+#endif -+ case Opt_xino: -+ err = au_opts_parse_xino(sb, &opt->xino, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+ -+ case Opt_trunc_xino_path: -+ err = au_opts_parse_xino_itrunc_path -+ (sb, &opt->xino_itrunc, a->args); -+ if (!err) -+ opt->type = token; -+ break; -+ -+ case Opt_itrunc_xino: -+ u.xino_itrunc = &opt->xino_itrunc; -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ u.xino_itrunc->bindex = n; -+ aufs_read_lock(root, AuLock_FLUSH); -+ if (n < 0 || au_sbbot(sb) < n) { -+ pr_err("out of bounds, %d\n", n); -+ aufs_read_unlock(root, !AuLock_IR); -+ break; -+ } -+ aufs_read_unlock(root, !AuLock_IR); -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_dirwh: -+ if (unlikely(match_int(&a->args[0], &opt->dirwh))) -+ break; -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_rdcache: -+ if (unlikely(match_int(&a->args[0], &n))) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (unlikely(n > AUFS_RDCACHE_MAX)) { -+ pr_err("rdcache must be smaller than %d\n", -+ AUFS_RDCACHE_MAX); -+ break; -+ } -+ opt->rdcache = n; -+ err = 0; -+ opt->type = token; -+ break; -+ case Opt_rdblk: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0 -+ || n > KMALLOC_MAX_SIZE)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (unlikely(n && n < NAME_MAX)) { -+ pr_err("rdblk must be larger than %d\n", -+ NAME_MAX); -+ break; -+ } -+ opt->rdblk = n; -+ err = 0; -+ opt->type = token; -+ break; -+ case Opt_rdhash: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0 -+ || n * sizeof(struct hlist_head) -+ > KMALLOC_MAX_SIZE)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ opt->rdhash = n; -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_trunc_xino: -+ case Opt_notrunc_xino: -+ case Opt_noxino: -+ case Opt_trunc_xib: -+ case Opt_notrunc_xib: -+ case Opt_shwh: -+ case Opt_noshwh: -+ case Opt_dirperm1: -+ case Opt_nodirperm1: -+ case Opt_plink: -+ case Opt_noplink: -+ case Opt_list_plink: -+ case Opt_dio: -+ case Opt_nodio: -+ case Opt_diropq_a: -+ case Opt_diropq_w: -+ case Opt_warn_perm: -+ case Opt_nowarn_perm: -+ case Opt_verbose: -+ case Opt_noverbose: -+ case Opt_sum: -+ case Opt_nosum: -+ case Opt_wsum: -+ case Opt_rdblk_def: -+ case Opt_rdhash_def: -+ case Opt_dirren: -+ case Opt_nodirren: -+ case Opt_acl: -+ case Opt_noacl: -+ err = 0; -+ opt->type = token; -+ break; -+ -+ case Opt_udba: -+ opt->udba = udba_val(a->args[0].from); -+ if (opt->udba >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ -+ case Opt_wbr_create: -+ u.create = &opt->wbr_create; -+ u.create->wbr_create -+ = au_wbr_create_val(a->args[0].from, u.create); -+ if (u.create->wbr_create >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ case Opt_wbr_copyup: -+ opt->wbr_copyup = au_wbr_copyup_val(a->args[0].from); -+ if (opt->wbr_copyup >= 0) { -+ err = 0; -+ opt->type = token; -+ } else -+ pr_err("wrong value, %s\n", opt_str); -+ break; -+ -+ case Opt_fhsm_sec: -+ if (unlikely(match_int(&a->args[0], &n) -+ || n < 0)) { -+ pr_err("bad integer in %s\n", opt_str); -+ break; -+ } -+ if (sysaufs_brs) { -+ opt->fhsm_second = n; -+ opt->type = token; -+ } else -+ pr_warn("ignored %s\n", opt_str); -+ err = 0; -+ break; -+ -+ case Opt_ignore: -+ pr_warn("ignored %s\n", opt_str); -+ /*FALLTHROUGH*/ -+ case Opt_ignore_silent: -+ skipped = 1; -+ err = 0; -+ break; -+ case Opt_err: -+ pr_err("unknown option %s\n", opt_str); -+ break; -+ } -+ -+ if (!err && !skipped) { -+ if (unlikely(++opt > opt_tail)) { -+ err = -E2BIG; -+ opt--; -+ opt->type = Opt_tail; -+ break; -+ } -+ opt->type = Opt_tail; -+ } -+ } -+ -+ kfree(a); -+ dump_opts(opts); -+ if (unlikely(err)) -+ au_opts_free(opts); -+ -+out: -+ return err; -+} -+ -+static int au_opt_wbr_create(struct super_block *sb, -+ struct au_opt_wbr_create *create) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 1; /* handled */ -+ sbinfo = au_sbi(sb); -+ if (sbinfo->si_wbr_create_ops->fin) { -+ err = sbinfo->si_wbr_create_ops->fin(sb); -+ if (!err) -+ err = 1; -+ } -+ -+ sbinfo->si_wbr_create = create->wbr_create; -+ sbinfo->si_wbr_create_ops = au_wbr_create_ops + create->wbr_create; -+ switch (create->wbr_create) { -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRR: -+ case AuWbrCreate_PMFSRRV: -+ sbinfo->si_wbr_mfs.mfsrr_watermark = create->mfsrr_watermark; -+ /*FALLTHROUGH*/ -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFS: -+ case AuWbrCreate_PMFSV: -+ sbinfo->si_wbr_mfs.mfs_expire -+ = msecs_to_jiffies(create->mfs_second * MSEC_PER_SEC); -+ break; -+ } -+ -+ if (sbinfo->si_wbr_create_ops->init) -+ sbinfo->si_wbr_create_ops->init(sb); /* ignore */ -+ -+ return err; -+} -+ -+/* -+ * returns, -+ * plus: processed without an error -+ * zero: unprocessed -+ */ -+static int au_opt_simple(struct super_block *sb, struct au_opt *opt, -+ struct au_opts *opts) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = 1; /* handled */ -+ sbinfo = au_sbi(sb); -+ switch (opt->type) { -+ case Opt_udba: -+ sbinfo->si_mntflags &= ~AuOptMask_UDBA; -+ sbinfo->si_mntflags |= opt->udba; -+ opts->given_udba |= opt->udba; -+ break; -+ -+ case Opt_plink: -+ au_opt_set(sbinfo->si_mntflags, PLINK); -+ break; -+ case Opt_noplink: -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_put(sb, /*verbose*/1); -+ au_opt_clr(sbinfo->si_mntflags, PLINK); -+ break; -+ case Opt_list_plink: -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_list(sb); -+ break; -+ -+ case Opt_dio: -+ au_opt_set(sbinfo->si_mntflags, DIO); -+ au_fset_opts(opts->flags, REFRESH_DYAOP); -+ break; -+ case Opt_nodio: -+ au_opt_clr(sbinfo->si_mntflags, DIO); -+ au_fset_opts(opts->flags, REFRESH_DYAOP); -+ break; -+ -+ case Opt_fhsm_sec: -+ au_fhsm_set(sbinfo, opt->fhsm_second); -+ break; -+ -+ case Opt_diropq_a: -+ au_opt_set(sbinfo->si_mntflags, ALWAYS_DIROPQ); -+ break; -+ case Opt_diropq_w: -+ au_opt_clr(sbinfo->si_mntflags, ALWAYS_DIROPQ); -+ break; -+ -+ case Opt_warn_perm: -+ au_opt_set(sbinfo->si_mntflags, WARN_PERM); -+ break; -+ case Opt_nowarn_perm: -+ au_opt_clr(sbinfo->si_mntflags, WARN_PERM); -+ break; -+ -+ case Opt_verbose: -+ au_opt_set(sbinfo->si_mntflags, VERBOSE); -+ break; -+ case Opt_noverbose: -+ au_opt_clr(sbinfo->si_mntflags, VERBOSE); -+ break; -+ -+ case Opt_sum: -+ au_opt_set(sbinfo->si_mntflags, SUM); -+ break; -+ case Opt_wsum: -+ au_opt_clr(sbinfo->si_mntflags, SUM); -+ au_opt_set(sbinfo->si_mntflags, SUM_W); -+ case Opt_nosum: -+ au_opt_clr(sbinfo->si_mntflags, SUM); -+ au_opt_clr(sbinfo->si_mntflags, SUM_W); -+ break; -+ -+ case Opt_wbr_create: -+ err = au_opt_wbr_create(sb, &opt->wbr_create); -+ break; -+ case Opt_wbr_copyup: -+ sbinfo->si_wbr_copyup = opt->wbr_copyup; -+ sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + opt->wbr_copyup; -+ break; -+ -+ case Opt_dirwh: -+ sbinfo->si_dirwh = opt->dirwh; -+ break; -+ -+ case Opt_rdcache: -+ sbinfo->si_rdcache -+ = msecs_to_jiffies(opt->rdcache * MSEC_PER_SEC); -+ break; -+ case Opt_rdblk: -+ sbinfo->si_rdblk = opt->rdblk; -+ break; -+ case Opt_rdblk_def: -+ sbinfo->si_rdblk = AUFS_RDBLK_DEF; -+ break; -+ case Opt_rdhash: -+ sbinfo->si_rdhash = opt->rdhash; -+ break; -+ case Opt_rdhash_def: -+ sbinfo->si_rdhash = AUFS_RDHASH_DEF; -+ break; -+ -+ case Opt_shwh: -+ au_opt_set(sbinfo->si_mntflags, SHWH); -+ break; -+ case Opt_noshwh: -+ au_opt_clr(sbinfo->si_mntflags, SHWH); -+ break; -+ -+ case Opt_dirperm1: -+ au_opt_set(sbinfo->si_mntflags, DIRPERM1); -+ break; -+ case Opt_nodirperm1: -+ au_opt_clr(sbinfo->si_mntflags, DIRPERM1); -+ break; -+ -+ case Opt_trunc_xino: -+ au_opt_set(sbinfo->si_mntflags, TRUNC_XINO); -+ break; -+ case Opt_notrunc_xino: -+ au_opt_clr(sbinfo->si_mntflags, TRUNC_XINO); -+ break; -+ -+ case Opt_trunc_xino_path: -+ case Opt_itrunc_xino: -+ err = au_xino_trunc(sb, opt->xino_itrunc.bindex, -+ /*idx_begin*/0); -+ if (!err) -+ err = 1; -+ break; -+ -+ case Opt_trunc_xib: -+ au_fset_opts(opts->flags, TRUNC_XIB); -+ break; -+ case Opt_notrunc_xib: -+ au_fclr_opts(opts->flags, TRUNC_XIB); -+ break; -+ -+ case Opt_dirren: -+ err = 1; -+ if (!au_opt_test(sbinfo->si_mntflags, DIRREN)) { -+ err = au_dr_opt_set(sb); -+ if (!err) -+ err = 1; -+ } -+ if (err == 1) -+ au_opt_set(sbinfo->si_mntflags, DIRREN); -+ break; -+ case Opt_nodirren: -+ err = 1; -+ if (au_opt_test(sbinfo->si_mntflags, DIRREN)) { -+ err = au_dr_opt_clr(sb, au_ftest_opts(opts->flags, -+ DR_FLUSHED)); -+ if (!err) -+ err = 1; -+ } -+ if (err == 1) -+ au_opt_clr(sbinfo->si_mntflags, DIRREN); -+ break; -+ -+ case Opt_acl: -+ sb->s_flags |= SB_POSIXACL; -+ break; -+ case Opt_noacl: -+ sb->s_flags &= ~SB_POSIXACL; -+ break; -+ -+ default: -+ err = 0; -+ break; -+ } -+ -+ return err; -+} -+ -+/* -+ * returns tri-state. -+ * plus: processed without an error -+ * zero: unprocessed -+ * minus: error -+ */ -+static int au_opt_br(struct super_block *sb, struct au_opt *opt, -+ struct au_opts *opts) -+{ -+ int err, do_refresh; -+ -+ err = 0; -+ switch (opt->type) { -+ case Opt_append: -+ opt->add.bindex = au_sbbot(sb) + 1; -+ if (opt->add.bindex < 0) -+ opt->add.bindex = 0; -+ goto add; -+ case Opt_prepend: -+ opt->add.bindex = 0; -+ add: /* indented label */ -+ case Opt_add: -+ err = au_br_add(sb, &opt->add, -+ au_ftest_opts(opts->flags, REMOUNT)); -+ if (!err) { -+ err = 1; -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ -+ case Opt_del: -+ case Opt_idel: -+ err = au_br_del(sb, &opt->del, -+ au_ftest_opts(opts->flags, REMOUNT)); -+ if (!err) { -+ err = 1; -+ au_fset_opts(opts->flags, TRUNC_XIB); -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ -+ case Opt_mod: -+ case Opt_imod: -+ err = au_br_mod(sb, &opt->mod, -+ au_ftest_opts(opts->flags, REMOUNT), -+ &do_refresh); -+ if (!err) { -+ err = 1; -+ if (do_refresh) -+ au_fset_opts(opts->flags, REFRESH); -+ } -+ break; -+ } -+ return err; -+} -+ -+static int au_opt_xino(struct super_block *sb, struct au_opt *opt, -+ struct au_opt_xino **opt_xino, -+ struct au_opts *opts) -+{ -+ int err; -+ -+ err = 0; -+ switch (opt->type) { -+ case Opt_xino: -+ err = au_xino_set(sb, &opt->xino, -+ !!au_ftest_opts(opts->flags, REMOUNT)); -+ if (unlikely(err)) -+ break; -+ -+ *opt_xino = &opt->xino; -+ break; -+ -+ case Opt_noxino: -+ au_xino_clr(sb); -+ *opt_xino = (void *)-1; -+ break; -+ } -+ -+ return err; -+} -+ -+int au_opts_verify(struct super_block *sb, unsigned long sb_flags, -+ unsigned int pending) -+{ -+ int err, fhsm; -+ aufs_bindex_t bindex, bbot; -+ unsigned char do_plink, skip, do_free, can_no_dreval; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *root, *dentry; -+ struct inode *dir, *h_dir; -+ struct au_sbinfo *sbinfo; -+ struct au_hinode *hdir; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!(sbinfo->si_mntflags & AuOptMask_UDBA)); -+ -+ if (!(sb_flags & SB_RDONLY)) { -+ if (unlikely(!au_br_writable(au_sbr_perm(sb, 0)))) -+ pr_warn("first branch should be rw\n"); -+ if (unlikely(au_opt_test(sbinfo->si_mntflags, SHWH))) -+ pr_warn_once("shwh should be used with ro\n"); -+ } -+ -+ if (au_opt_test((sbinfo->si_mntflags | pending), UDBA_HNOTIFY) -+ && !au_opt_test(sbinfo->si_mntflags, XINO)) -+ pr_warn_once("udba=*notify requires xino\n"); -+ -+ if (au_opt_test(sbinfo->si_mntflags, DIRPERM1)) -+ pr_warn_once("dirperm1 breaks the protection" -+ " by the permission bits on the lower branch\n"); -+ -+ err = 0; -+ fhsm = 0; -+ root = sb->s_root; -+ dir = d_inode(root); -+ do_plink = !!au_opt_test(sbinfo->si_mntflags, PLINK); -+ can_no_dreval = !!au_opt_test((sbinfo->si_mntflags | pending), -+ UDBA_NONE); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) { -+ skip = 0; -+ h_dir = au_h_iptr(dir, bindex); -+ br = au_sbr(sb, bindex); -+ -+ if ((br->br_perm & AuBrAttr_ICEX) -+ && !h_dir->i_op->listxattr) -+ br->br_perm &= ~AuBrAttr_ICEX; -+#if 0 -+ if ((br->br_perm & AuBrAttr_ICEX_SEC) -+ && (au_br_sb(br)->s_flags & SB_NOSEC)) -+ br->br_perm &= ~AuBrAttr_ICEX_SEC; -+#endif -+ -+ do_free = 0; -+ wbr = br->br_wbr; -+ if (wbr) -+ wbr_wh_read_lock(wbr); -+ -+ if (!au_br_writable(br->br_perm)) { -+ do_free = !!wbr; -+ skip = (!wbr -+ || (!wbr->wbr_whbase -+ && !wbr->wbr_plink -+ && !wbr->wbr_orph)); -+ } else if (!au_br_wh_linkable(br->br_perm)) { -+ /* skip = (!br->br_whbase && !br->br_orph); */ -+ skip = (!wbr || !wbr->wbr_whbase); -+ if (skip && wbr) { -+ if (do_plink) -+ skip = !!wbr->wbr_plink; -+ else -+ skip = !wbr->wbr_plink; -+ } -+ } else { -+ /* skip = (br->br_whbase && br->br_ohph); */ -+ skip = (wbr && wbr->wbr_whbase); -+ if (skip) { -+ if (do_plink) -+ skip = !!wbr->wbr_plink; -+ else -+ skip = !wbr->wbr_plink; -+ } -+ } -+ if (wbr) -+ wbr_wh_read_unlock(wbr); -+ -+ if (can_no_dreval) { -+ dentry = br->br_path.dentry; -+ spin_lock(&dentry->d_lock); -+ if (dentry->d_flags & -+ (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE)) -+ can_no_dreval = 0; -+ spin_unlock(&dentry->d_lock); -+ } -+ -+ if (au_br_fhsm(br->br_perm)) { -+ fhsm++; -+ AuDebugOn(!br->br_fhsm); -+ } -+ -+ if (skip) -+ continue; -+ -+ hdir = au_hi(dir, bindex); -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ if (wbr) -+ wbr_wh_write_lock(wbr); -+ err = au_wh_init(br, sb); -+ if (wbr) -+ wbr_wh_write_unlock(wbr); -+ au_hn_inode_unlock(hdir); -+ -+ if (!err && do_free) { -+ kfree(wbr); -+ br->br_wbr = NULL; -+ } -+ } -+ -+ if (can_no_dreval) -+ au_fset_si(sbinfo, NO_DREVAL); -+ else -+ au_fclr_si(sbinfo, NO_DREVAL); -+ -+ if (fhsm >= 2) { -+ au_fset_si(sbinfo, FHSM); -+ for (bindex = bbot; bindex >= 0; bindex--) { -+ br = au_sbr(sb, bindex); -+ if (au_br_fhsm(br->br_perm)) { -+ au_fhsm_set_bottom(sb, bindex); -+ break; -+ } -+ } -+ } else { -+ au_fclr_si(sbinfo, FHSM); -+ au_fhsm_set_bottom(sb, -1); -+ } -+ -+ return err; -+} -+ -+int au_opts_mount(struct super_block *sb, struct au_opts *opts) -+{ -+ int err; -+ unsigned int tmp; -+ aufs_bindex_t bindex, bbot; -+ struct au_opt *opt; -+ struct au_opt_xino *opt_xino, xino; -+ struct au_sbinfo *sbinfo; -+ struct au_branch *br; -+ struct inode *dir; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ opt_xino = NULL; -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) -+ err = au_opt_simple(sb, opt++, opts); -+ if (err > 0) -+ err = 0; -+ else if (unlikely(err < 0)) -+ goto out; -+ -+ /* disable xino and udba temporary */ -+ sbinfo = au_sbi(sb); -+ tmp = sbinfo->si_mntflags; -+ au_opt_clr(sbinfo->si_mntflags, XINO); -+ au_opt_set_udba(sbinfo->si_mntflags, UDBA_REVAL); -+ -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) -+ err = au_opt_br(sb, opt++, opts); -+ if (err > 0) -+ err = 0; -+ else if (unlikely(err < 0)) -+ goto out; -+ -+ bbot = au_sbbot(sb); -+ if (unlikely(bbot < 0)) { -+ err = -EINVAL; -+ pr_err("no branches\n"); -+ goto out; -+ } -+ -+ if (au_opt_test(tmp, XINO)) -+ au_opt_set(sbinfo->si_mntflags, XINO); -+ opt = opts->opt; -+ while (!err && opt->type != Opt_tail) -+ err = au_opt_xino(sb, opt++, &opt_xino, opts); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_opts_verify(sb, sb->s_flags, tmp); -+ if (unlikely(err)) -+ goto out; -+ -+ /* restore xino */ -+ if (au_opt_test(tmp, XINO) && !opt_xino) { -+ xino.file = au_xino_def(sb); -+ err = PTR_ERR(xino.file); -+ if (IS_ERR(xino.file)) -+ goto out; -+ -+ err = au_xino_set(sb, &xino, /*remount*/0); -+ fput(xino.file); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ /* restore udba */ -+ tmp &= AuOptMask_UDBA; -+ sbinfo->si_mntflags &= ~AuOptMask_UDBA; -+ sbinfo->si_mntflags |= tmp; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_hnotify_reset_br(tmp, br, br->br_perm); -+ if (unlikely(err)) -+ AuIOErr("hnotify failed on br %d, %d, ignored\n", -+ bindex, err); -+ /* go on even if err */ -+ } -+ if (au_opt_test(tmp, UDBA_HNOTIFY)) { -+ dir = d_inode(sb->s_root); -+ au_hn_reset(dir, au_hi_flags(dir, /*isdir*/1) & ~AuHi_XINO); -+ } -+ -+out: -+ return err; -+} -+ -+int au_opts_remount(struct super_block *sb, struct au_opts *opts) -+{ -+ int err, rerr; -+ unsigned char no_dreval; -+ struct inode *dir; -+ struct au_opt_xino *opt_xino; -+ struct au_opt *opt; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ err = au_dr_opt_flush(sb); -+ if (unlikely(err)) -+ goto out; -+ au_fset_opts(opts->flags, DR_FLUSHED); -+ -+ dir = d_inode(sb->s_root); -+ sbinfo = au_sbi(sb); -+ opt_xino = NULL; -+ opt = opts->opt; -+ while (err >= 0 && opt->type != Opt_tail) { -+ err = au_opt_simple(sb, opt, opts); -+ if (!err) -+ err = au_opt_br(sb, opt, opts); -+ if (!err) -+ err = au_opt_xino(sb, opt, &opt_xino, opts); -+ opt++; -+ } -+ if (err > 0) -+ err = 0; -+ AuTraceErr(err); -+ /* go on even err */ -+ -+ no_dreval = !!au_ftest_si(sbinfo, NO_DREVAL); -+ rerr = au_opts_verify(sb, opts->sb_flags, /*pending*/0); -+ if (unlikely(rerr && !err)) -+ err = rerr; -+ -+ if (no_dreval != !!au_ftest_si(sbinfo, NO_DREVAL)) -+ au_fset_opts(opts->flags, REFRESH_IDOP); -+ -+ if (au_ftest_opts(opts->flags, TRUNC_XIB)) { -+ rerr = au_xib_trunc(sb); -+ if (unlikely(rerr && !err)) -+ err = rerr; -+ } -+ -+ /* will be handled by the caller */ -+ if (!au_ftest_opts(opts->flags, REFRESH) -+ && (opts->given_udba -+ || au_opt_test(sbinfo->si_mntflags, XINO) -+ || au_ftest_opts(opts->flags, REFRESH_IDOP) -+ )) -+ au_fset_opts(opts->flags, REFRESH); -+ -+ AuDbg("status 0x%x\n", opts->flags); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+unsigned int au_opt_udba(struct super_block *sb) -+{ -+ return au_mntflags(sb) & AuOptMask_UDBA; -+} -diff --git a/fs/aufs/opts.h b/fs/aufs/opts.h -new file mode 100644 -index 000000000000..8e21acc3f18b ---- /dev/null -+++ b/fs/aufs/opts.h -@@ -0,0 +1,212 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount options/flags -+ */ -+ -+#ifndef __AUFS_OPTS_H__ -+#define __AUFS_OPTS_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct file; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* mount flags */ -+#define AuOpt_XINO 1 /* external inode number bitmap -+ and translation table */ -+#define AuOpt_TRUNC_XINO (1 << 1) /* truncate xino files */ -+#define AuOpt_UDBA_NONE (1 << 2) /* users direct branch access */ -+#define AuOpt_UDBA_REVAL (1 << 3) -+#define AuOpt_UDBA_HNOTIFY (1 << 4) -+#define AuOpt_SHWH (1 << 5) /* show whiteout */ -+#define AuOpt_PLINK (1 << 6) /* pseudo-link */ -+#define AuOpt_DIRPERM1 (1 << 7) /* ignore the lower dir's perm -+ bits */ -+#define AuOpt_ALWAYS_DIROPQ (1 << 9) /* policy to creating diropq */ -+#define AuOpt_SUM (1 << 10) /* summation for statfs(2) */ -+#define AuOpt_SUM_W (1 << 11) /* unimplemented */ -+#define AuOpt_WARN_PERM (1 << 12) /* warn when add-branch */ -+#define AuOpt_VERBOSE (1 << 13) /* busy inode when del-branch */ -+#define AuOpt_DIO (1 << 14) /* direct io */ -+#define AuOpt_DIRREN (1 << 15) /* directory rename */ -+ -+#ifndef CONFIG_AUFS_HNOTIFY -+#undef AuOpt_UDBA_HNOTIFY -+#define AuOpt_UDBA_HNOTIFY 0 -+#endif -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuOpt_DIRREN -+#define AuOpt_DIRREN 0 -+#endif -+#ifndef CONFIG_AUFS_SHWH -+#undef AuOpt_SHWH -+#define AuOpt_SHWH 0 -+#endif -+ -+#define AuOpt_Def (AuOpt_XINO \ -+ | AuOpt_UDBA_REVAL \ -+ | AuOpt_PLINK \ -+ /* | AuOpt_DIRPERM1 */ \ -+ | AuOpt_WARN_PERM) -+#define AuOptMask_UDBA (AuOpt_UDBA_NONE \ -+ | AuOpt_UDBA_REVAL \ -+ | AuOpt_UDBA_HNOTIFY) -+ -+#define au_opt_test(flags, name) (flags & AuOpt_##name) -+#define au_opt_set(flags, name) do { \ -+ BUILD_BUG_ON(AuOpt_##name & AuOptMask_UDBA); \ -+ ((flags) |= AuOpt_##name); \ -+} while (0) -+#define au_opt_set_udba(flags, name) do { \ -+ (flags) &= ~AuOptMask_UDBA; \ -+ ((flags) |= AuOpt_##name); \ -+} while (0) -+#define au_opt_clr(flags, name) do { \ -+ ((flags) &= ~AuOpt_##name); \ -+} while (0) -+ -+static inline unsigned int au_opts_plink(unsigned int mntflags) -+{ -+#ifdef CONFIG_PROC_FS -+ return mntflags; -+#else -+ return mntflags & ~AuOpt_PLINK; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies to select one among multiple writable branches */ -+enum { -+ AuWbrCreate_TDP, /* top down parent */ -+ AuWbrCreate_RR, /* round robin */ -+ AuWbrCreate_MFS, /* most free space */ -+ AuWbrCreate_MFSV, /* mfs with seconds */ -+ AuWbrCreate_MFSRR, /* mfs then rr */ -+ AuWbrCreate_MFSRRV, /* mfs then rr with seconds */ -+ AuWbrCreate_TDMFS, /* top down regardless parent and mfs */ -+ AuWbrCreate_TDMFSV, /* top down regardless parent and mfs */ -+ AuWbrCreate_PMFS, /* parent and mfs */ -+ AuWbrCreate_PMFSV, /* parent and mfs with seconds */ -+ AuWbrCreate_PMFSRR, /* parent, mfs and round-robin */ -+ AuWbrCreate_PMFSRRV, /* plus seconds */ -+ -+ AuWbrCreate_Def = AuWbrCreate_TDP -+}; -+ -+enum { -+ AuWbrCopyup_TDP, /* top down parent */ -+ AuWbrCopyup_BUP, /* bottom up parent */ -+ AuWbrCopyup_BU, /* bottom up */ -+ -+ AuWbrCopyup_Def = AuWbrCopyup_TDP -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_opt_add { -+ aufs_bindex_t bindex; -+ char *pathname; -+ int perm; -+ struct path path; -+}; -+ -+struct au_opt_del { -+ char *pathname; -+ struct path h_path; -+}; -+ -+struct au_opt_mod { -+ char *path; -+ int perm; -+ struct dentry *h_root; -+}; -+ -+struct au_opt_xino { -+ char *path; -+ struct file *file; -+}; -+ -+struct au_opt_xino_itrunc { -+ aufs_bindex_t bindex; -+}; -+ -+struct au_opt_wbr_create { -+ int wbr_create; -+ int mfs_second; -+ unsigned long long mfsrr_watermark; -+}; -+ -+struct au_opt { -+ int type; -+ union { -+ struct au_opt_xino xino; -+ struct au_opt_xino_itrunc xino_itrunc; -+ struct au_opt_add add; -+ struct au_opt_del del; -+ struct au_opt_mod mod; -+ int dirwh; -+ int rdcache; -+ unsigned int rdblk; -+ unsigned int rdhash; -+ int udba; -+ struct au_opt_wbr_create wbr_create; -+ int wbr_copyup; -+ unsigned int fhsm_second; -+ }; -+}; -+ -+/* opts flags */ -+#define AuOpts_REMOUNT 1 -+#define AuOpts_REFRESH (1 << 1) -+#define AuOpts_TRUNC_XIB (1 << 2) -+#define AuOpts_REFRESH_DYAOP (1 << 3) -+#define AuOpts_REFRESH_IDOP (1 << 4) -+#define AuOpts_DR_FLUSHED (1 << 5) -+#define au_ftest_opts(flags, name) ((flags) & AuOpts_##name) -+#define au_fset_opts(flags, name) \ -+ do { (flags) |= AuOpts_##name; } while (0) -+#define au_fclr_opts(flags, name) \ -+ do { (flags) &= ~AuOpts_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_DIRREN -+#undef AuOpts_DR_FLUSHED -+#define AuOpts_DR_FLUSHED 0 -+#endif -+ -+struct au_opts { -+ struct au_opt *opt; -+ int max_opt; -+ -+ unsigned int given_udba; -+ unsigned int flags; -+ unsigned long sb_flags; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* opts.c */ -+void au_optstr_br_perm(au_br_perm_str_t *str, int perm); -+const char *au_optstr_udba(int udba); -+const char *au_optstr_wbr_copyup(int wbr_copyup); -+const char *au_optstr_wbr_create(int wbr_create); -+ -+void au_opts_free(struct au_opts *opts); -+struct super_block; -+int au_opts_parse(struct super_block *sb, char *str, struct au_opts *opts); -+int au_opts_verify(struct super_block *sb, unsigned long sb_flags, -+ unsigned int pending); -+int au_opts_mount(struct super_block *sb, struct au_opts *opts); -+int au_opts_remount(struct super_block *sb, struct au_opts *opts); -+ -+unsigned int au_opt_udba(struct super_block *sb); -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_OPTS_H__ */ -diff --git a/fs/aufs/plink.c b/fs/aufs/plink.c -new file mode 100644 -index 000000000000..3dfd0296d42e ---- /dev/null -+++ b/fs/aufs/plink.c -@@ -0,0 +1,503 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * pseudo-link -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * the pseudo-link maintenance mode. -+ * during a user process maintains the pseudo-links, -+ * prohibit adding a new plink and branch manipulation. -+ * -+ * Flags -+ * NOPLM: -+ * For entry functions which will handle plink, and i_mutex is already held -+ * in VFS. -+ * They cannot wait and should return an error at once. -+ * Callers has to check the error. -+ * NOPLMW: -+ * For entry functions which will handle plink, but i_mutex is not held -+ * in VFS. -+ * They can wait the plink maintenance mode to finish. -+ * -+ * They behave like F_SETLK and F_SETLKW. -+ * If the caller never handle plink, then both flags are unnecessary. -+ */ -+ -+int au_plink_maint(struct super_block *sb, int flags) -+{ -+ int err; -+ pid_t pid, ppid; -+ struct task_struct *parent, *prev; -+ struct au_sbinfo *sbi; -+ -+ SiMustAnyLock(sb); -+ -+ err = 0; -+ if (!au_opt_test(au_mntflags(sb), PLINK)) -+ goto out; -+ -+ sbi = au_sbi(sb); -+ pid = sbi->si_plink_maint_pid; -+ if (!pid || pid == current->pid) -+ goto out; -+ -+ /* todo: it highly depends upon /sbin/mount.aufs */ -+ prev = NULL; -+ parent = current; -+ ppid = 0; -+ rcu_read_lock(); -+ while (1) { -+ parent = rcu_dereference(parent->real_parent); -+ if (parent == prev) -+ break; -+ ppid = task_pid_vnr(parent); -+ if (pid == ppid) { -+ rcu_read_unlock(); -+ goto out; -+ } -+ prev = parent; -+ } -+ rcu_read_unlock(); -+ -+ if (au_ftest_lock(flags, NOPLMW)) { -+ /* if there is no i_mutex lock in VFS, we don't need to wait */ -+ /* AuDebugOn(!lockdep_depth(current)); */ -+ while (sbi->si_plink_maint_pid) { -+ si_read_unlock(sb); -+ /* gave up wake_up_bit() */ -+ wait_event(sbi->si_plink_wq, !sbi->si_plink_maint_pid); -+ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&sbi->si_nowait); -+ si_noflush_read_lock(sb); -+ } -+ } else if (au_ftest_lock(flags, NOPLM)) { -+ AuDbg("ppid %d, pid %d\n", ppid, pid); -+ err = -EAGAIN; -+ } -+ -+out: -+ return err; -+} -+ -+void au_plink_maint_leave(struct au_sbinfo *sbinfo) -+{ -+ spin_lock(&sbinfo->si_plink_maint_lock); -+ sbinfo->si_plink_maint_pid = 0; -+ spin_unlock(&sbinfo->si_plink_maint_lock); -+ wake_up_all(&sbinfo->si_plink_wq); -+} -+ -+int au_plink_maint_enter(struct super_block *sb) -+{ -+ int err; -+ struct au_sbinfo *sbinfo; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ /* make sure i am the only one in this fs */ -+ si_write_lock(sb, AuLock_FLUSH); -+ if (au_opt_test(au_mntflags(sb), PLINK)) { -+ spin_lock(&sbinfo->si_plink_maint_lock); -+ if (!sbinfo->si_plink_maint_pid) -+ sbinfo->si_plink_maint_pid = current->pid; -+ else -+ err = -EBUSY; -+ spin_unlock(&sbinfo->si_plink_maint_lock); -+ } -+ si_write_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_DEBUG -+void au_plink_list(struct super_block *sb) -+{ -+ int i; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_icntnr *icntnr; -+ -+ SiMustAnyLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ hbl = sbinfo->si_plink + i; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(icntnr, pos, hbl, plink) -+ AuDbg("%lu\n", icntnr->vfs_inode.i_ino); -+ hlist_bl_unlock(hbl); -+ } -+} -+#endif -+ -+/* is the inode pseudo-linked? */ -+int au_plink_test(struct inode *inode) -+{ -+ int found, i; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_icntnr *icntnr; -+ -+ sbinfo = au_sbi(inode->i_sb); -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ AuDebugOn(!au_opt_test(au_mntflags(inode->i_sb), PLINK)); -+ AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); -+ -+ found = 0; -+ i = au_plink_hash(inode->i_ino); -+ hbl = sbinfo->si_plink + i; -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(icntnr, pos, hbl, plink) -+ if (&icntnr->vfs_inode == inode) { -+ found = 1; -+ break; -+ } -+ hlist_bl_unlock(hbl); -+ return found; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * generate a name for plink. -+ * the file will be stored under AUFS_WH_PLINKDIR. -+ */ -+/* 20 is max digits length of ulong 64 */ -+#define PLINK_NAME_LEN ((20 + 1) * 2) -+ -+static int plink_name(char *name, int len, struct inode *inode, -+ aufs_bindex_t bindex) -+{ -+ int rlen; -+ struct inode *h_inode; -+ -+ h_inode = au_h_iptr(inode, bindex); -+ rlen = snprintf(name, len, "%lu.%lu", inode->i_ino, h_inode->i_ino); -+ return rlen; -+} -+ -+struct au_do_plink_lkup_args { -+ struct dentry **errp; -+ struct qstr *tgtname; -+ struct dentry *h_parent; -+ struct au_branch *br; -+}; -+ -+static struct dentry *au_do_plink_lkup(struct qstr *tgtname, -+ struct dentry *h_parent, -+ struct au_branch *br) -+{ -+ struct dentry *h_dentry; -+ struct inode *h_inode; -+ -+ h_inode = d_inode(h_parent); -+ inode_lock_shared_nested(h_inode, AuLsc_I_CHILD2); -+ h_dentry = vfsub_lkup_one(tgtname, h_parent); -+ inode_unlock_shared(h_inode); -+ return h_dentry; -+} -+ -+static void au_call_do_plink_lkup(void *args) -+{ -+ struct au_do_plink_lkup_args *a = args; -+ *a->errp = au_do_plink_lkup(a->tgtname, a->h_parent, a->br); -+} -+ -+/* lookup the plink-ed @inode under the branch at @bindex */ -+struct dentry *au_plink_lkup(struct inode *inode, aufs_bindex_t bindex) -+{ -+ struct dentry *h_dentry, *h_parent; -+ struct au_branch *br; -+ int wkq_err; -+ char a[PLINK_NAME_LEN]; -+ struct qstr tgtname = QSTR_INIT(a, 0); -+ -+ AuDebugOn(au_plink_maint(inode->i_sb, AuLock_NOPLM)); -+ -+ br = au_sbr(inode->i_sb, bindex); -+ h_parent = br->br_wbr->wbr_plink; -+ tgtname.len = plink_name(a, sizeof(a), inode, bindex); -+ -+ if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { -+ struct au_do_plink_lkup_args args = { -+ .errp = &h_dentry, -+ .tgtname = &tgtname, -+ .h_parent = h_parent, -+ .br = br -+ }; -+ -+ wkq_err = au_wkq_wait(au_call_do_plink_lkup, &args); -+ if (unlikely(wkq_err)) -+ h_dentry = ERR_PTR(wkq_err); -+ } else -+ h_dentry = au_do_plink_lkup(&tgtname, h_parent, br); -+ -+ return h_dentry; -+} -+ -+/* create a pseudo-link */ -+static int do_whplink(struct qstr *tgt, struct dentry *h_parent, -+ struct dentry *h_dentry, struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ struct inode *h_dir, *delegated; -+ -+ h_dir = d_inode(h_parent); -+ inode_lock_nested(h_dir, AuLsc_I_CHILD2); -+again: -+ h_path.dentry = vfsub_lkup_one(tgt, h_parent); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ err = 0; -+ /* wh.plink dir is not monitored */ -+ /* todo: is it really safe? */ -+ if (d_is_positive(h_path.dentry) -+ && d_inode(h_path.dentry) != d_inode(h_dentry)) { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, &h_path, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ dput(h_path.dentry); -+ h_path.dentry = NULL; -+ if (!err) -+ goto again; -+ } -+ if (!err && d_is_negative(h_path.dentry)) { -+ delegated = NULL; -+ err = vfsub_link(h_dentry, h_dir, &h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ } -+ dput(h_path.dentry); -+ -+out: -+ inode_unlock(h_dir); -+ return err; -+} -+ -+struct do_whplink_args { -+ int *errp; -+ struct qstr *tgt; -+ struct dentry *h_parent; -+ struct dentry *h_dentry; -+ struct au_branch *br; -+}; -+ -+static void call_do_whplink(void *args) -+{ -+ struct do_whplink_args *a = args; -+ *a->errp = do_whplink(a->tgt, a->h_parent, a->h_dentry, a->br); -+} -+ -+static int whplink(struct dentry *h_dentry, struct inode *inode, -+ aufs_bindex_t bindex, struct au_branch *br) -+{ -+ int err, wkq_err; -+ struct au_wbr *wbr; -+ struct dentry *h_parent; -+ char a[PLINK_NAME_LEN]; -+ struct qstr tgtname = QSTR_INIT(a, 0); -+ -+ wbr = au_sbr(inode->i_sb, bindex)->br_wbr; -+ h_parent = wbr->wbr_plink; -+ tgtname.len = plink_name(a, sizeof(a), inode, bindex); -+ -+ /* always superio. */ -+ if (!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)) { -+ struct do_whplink_args args = { -+ .errp = &err, -+ .tgt = &tgtname, -+ .h_parent = h_parent, -+ .h_dentry = h_dentry, -+ .br = br -+ }; -+ wkq_err = au_wkq_wait(call_do_whplink, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } else -+ err = do_whplink(&tgtname, h_parent, h_dentry, br); -+ -+ return err; -+} -+ -+/* -+ * create a new pseudo-link for @h_dentry on @bindex. -+ * the linked inode is held in aufs @inode. -+ */ -+void au_plink_append(struct inode *inode, aufs_bindex_t bindex, -+ struct dentry *h_dentry) -+{ -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos; -+ struct au_icntnr *icntnr; -+ int found, err, cnt, i; -+ -+ sb = inode->i_sb; -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ found = au_plink_test(inode); -+ if (found) -+ return; -+ -+ i = au_plink_hash(inode->i_ino); -+ hbl = sbinfo->si_plink + i; -+ au_igrab(inode); -+ -+ hlist_bl_lock(hbl); -+ hlist_bl_for_each_entry(icntnr, pos, hbl, plink) { -+ if (&icntnr->vfs_inode == inode) { -+ found = 1; -+ break; -+ } -+ } -+ if (!found) { -+ icntnr = container_of(inode, struct au_icntnr, vfs_inode); -+ hlist_bl_add_head(&icntnr->plink, hbl); -+ } -+ hlist_bl_unlock(hbl); -+ if (!found) { -+ cnt = au_hbl_count(hbl); -+#define msg "unexpectedly unbalanced or too many pseudo-links" -+ if (cnt > AUFS_PLINK_WARN) -+ AuWarn1(msg ", %d\n", cnt); -+#undef msg -+ err = whplink(h_dentry, inode, bindex, au_sbr(sb, bindex)); -+ if (unlikely(err)) { -+ pr_warn("err %d, damaged pseudo link.\n", err); -+ au_hbl_del(&icntnr->plink, hbl); -+ iput(&icntnr->vfs_inode); -+ } -+ } else -+ iput(&icntnr->vfs_inode); -+} -+ -+/* free all plinks */ -+void au_plink_put(struct super_block *sb, int verbose) -+{ -+ int i, warned; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos, *tmp; -+ struct au_icntnr *icntnr; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ /* no spin_lock since sbinfo is write-locked */ -+ warned = 0; -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ hbl = sbinfo->si_plink + i; -+ if (!warned && verbose && !hlist_bl_empty(hbl)) { -+ pr_warn("pseudo-link is not flushed"); -+ warned = 1; -+ } -+ hlist_bl_for_each_entry_safe(icntnr, pos, tmp, hbl, plink) -+ iput(&icntnr->vfs_inode); -+ INIT_HLIST_BL_HEAD(hbl); -+ } -+} -+ -+void au_plink_clean(struct super_block *sb, int verbose) -+{ -+ struct dentry *root; -+ -+ root = sb->s_root; -+ aufs_write_lock(root); -+ if (au_opt_test(au_mntflags(sb), PLINK)) -+ au_plink_put(sb, verbose); -+ aufs_write_unlock(root); -+} -+ -+static int au_plink_do_half_refresh(struct inode *inode, aufs_bindex_t br_id) -+{ -+ int do_put; -+ aufs_bindex_t btop, bbot, bindex; -+ -+ do_put = 0; -+ btop = au_ibtop(inode); -+ bbot = au_ibbot(inode); -+ if (btop >= 0) { -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ if (!au_h_iptr(inode, bindex) -+ || au_ii_br_id(inode, bindex) != br_id) -+ continue; -+ au_set_h_iptr(inode, bindex, NULL, 0); -+ do_put = 1; -+ break; -+ } -+ if (do_put) -+ for (bindex = btop; bindex <= bbot; bindex++) -+ if (au_h_iptr(inode, bindex)) { -+ do_put = 0; -+ break; -+ } -+ } else -+ do_put = 1; -+ -+ return do_put; -+} -+ -+/* free the plinks on a branch specified by @br_id */ -+void au_plink_half_refresh(struct super_block *sb, aufs_bindex_t br_id) -+{ -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_head *hbl; -+ struct hlist_bl_node *pos, *tmp; -+ struct au_icntnr *icntnr; -+ struct inode *inode; -+ int i, do_put; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ AuDebugOn(!au_opt_test(au_mntflags(sb), PLINK)); -+ AuDebugOn(au_plink_maint(sb, AuLock_NOPLM)); -+ -+ /* no bit_lock since sbinfo is write-locked */ -+ for (i = 0; i < AuPlink_NHASH; i++) { -+ hbl = sbinfo->si_plink + i; -+ hlist_bl_for_each_entry_safe(icntnr, pos, tmp, hbl, plink) { -+ inode = au_igrab(&icntnr->vfs_inode); -+ ii_write_lock_child(inode); -+ do_put = au_plink_do_half_refresh(inode, br_id); -+ if (do_put) { -+ hlist_bl_del(&icntnr->plink); -+ iput(inode); -+ } -+ ii_write_unlock(inode); -+ iput(inode); -+ } -+ } -+} -diff --git a/fs/aufs/poll.c b/fs/aufs/poll.c -new file mode 100644 -index 000000000000..cbf3c070cd8d ---- /dev/null -+++ b/fs/aufs/poll.c -@@ -0,0 +1,38 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * poll operation -+ * There is only one filesystem which implements ->poll operation, currently. -+ */ -+ -+#include "aufs.h" -+ -+__poll_t aufs_poll(struct file *file, struct poll_table_struct *pt) -+{ -+ __poll_t mask; -+ struct file *h_file; -+ struct super_block *sb; -+ -+ /* We should pretend an error happened. */ -+ mask = EPOLLERR /* | EPOLLIN | EPOLLOUT */; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLMW); -+ -+ h_file = au_read_pre(file, /*keep_fi*/0, /*lsc*/0); -+ if (IS_ERR(h_file)) { -+ AuDbg("h_file %ld\n", PTR_ERR(h_file)); -+ goto out; -+ } -+ -+ mask = vfs_poll(h_file, pt); -+ fput(h_file); /* instead of au_read_post() */ -+ -+out: -+ si_read_unlock(sb); -+ if (mask & EPOLLERR) -+ AuDbg("mask 0x%x\n", mask); -+ return mask; -+} -diff --git a/fs/aufs/posix_acl.c b/fs/aufs/posix_acl.c -new file mode 100644 -index 000000000000..ac918fee79e1 ---- /dev/null -+++ b/fs/aufs/posix_acl.c -@@ -0,0 +1,90 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2014-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * posix acl operations -+ */ -+ -+#include -+#include "aufs.h" -+ -+struct posix_acl *aufs_get_acl(struct inode *inode, int type) -+{ -+ struct posix_acl *acl; -+ int err; -+ aufs_bindex_t bindex; -+ struct inode *h_inode; -+ struct super_block *sb; -+ -+ acl = NULL; -+ sb = inode->i_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ ii_read_lock_child(inode); -+ if (!(sb->s_flags & SB_POSIXACL)) -+ goto out; -+ -+ bindex = au_ibtop(inode); -+ h_inode = au_h_iptr(inode, bindex); -+ if (unlikely(!h_inode -+ || ((h_inode->i_mode & S_IFMT) -+ != (inode->i_mode & S_IFMT)))) { -+ err = au_busy_or_stale(); -+ acl = ERR_PTR(err); -+ goto out; -+ } -+ -+ /* always topmost only */ -+ acl = get_acl(h_inode, type); -+ if (!IS_ERR_OR_NULL(acl)) -+ set_cached_acl(inode, type, acl); -+ -+out: -+ ii_read_unlock(inode); -+ si_read_unlock(sb); -+ -+ AuTraceErrPtr(acl); -+ return acl; -+} -+ -+int aufs_set_acl(struct inode *inode, struct posix_acl *acl, int type) -+{ -+ int err; -+ ssize_t ssz; -+ struct dentry *dentry; -+ struct au_sxattr arg = { -+ .type = AU_ACL_SET, -+ .u.acl_set = { -+ .acl = acl, -+ .type = type -+ }, -+ }; -+ -+ IMustLock(inode); -+ -+ if (inode->i_ino == AUFS_ROOT_INO) -+ dentry = dget(inode->i_sb->s_root); -+ else { -+ dentry = d_find_alias(inode); -+ if (!dentry) -+ dentry = d_find_any_alias(inode); -+ if (!dentry) { -+ pr_warn("cannot handle this inode, " -+ "please report to aufs-users ML\n"); -+ err = -ENOENT; -+ goto out; -+ } -+ } -+ -+ ssz = au_sxattr(dentry, inode, &arg); -+ dput(dentry); -+ err = ssz; -+ if (ssz >= 0) { -+ err = 0; -+ set_cached_acl(inode, type, acl); -+ } -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/procfs.c b/fs/aufs/procfs.c -new file mode 100644 -index 000000000000..566a932fa72d ---- /dev/null -+++ b/fs/aufs/procfs.c -@@ -0,0 +1,158 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2010-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * procfs interfaces -+ */ -+ -+#include -+#include "aufs.h" -+ -+static int au_procfs_plm_release(struct inode *inode, struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = file->private_data; -+ if (sbinfo) { -+ au_plink_maint_leave(sbinfo); -+ kobject_put(&sbinfo->si_kobj); -+ } -+ -+ return 0; -+} -+ -+static void au_procfs_plm_write_clean(struct file *file) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = file->private_data; -+ if (sbinfo) -+ au_plink_clean(sbinfo->si_sb, /*verbose*/0); -+} -+ -+static int au_procfs_plm_write_si(struct file *file, unsigned long id) -+{ -+ int err; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_node *pos; -+ -+ err = -EBUSY; -+ if (unlikely(file->private_data)) -+ goto out; -+ -+ sb = NULL; -+ /* don't use au_sbilist_lock() here */ -+ hlist_bl_lock(&au_sbilist); -+ hlist_bl_for_each_entry(sbinfo, pos, &au_sbilist, si_list) -+ if (id == sysaufs_si_id(sbinfo)) { -+ kobject_get(&sbinfo->si_kobj); -+ sb = sbinfo->si_sb; -+ break; -+ } -+ hlist_bl_unlock(&au_sbilist); -+ -+ err = -EINVAL; -+ if (unlikely(!sb)) -+ goto out; -+ -+ err = au_plink_maint_enter(sb); -+ if (!err) -+ /* keep kobject_get() */ -+ file->private_data = sbinfo; -+ else -+ kobject_put(&sbinfo->si_kobj); -+out: -+ return err; -+} -+ -+/* -+ * Accept a valid "si=xxxx" only. -+ * Once it is accepted successfully, accept "clean" too. -+ */ -+static ssize_t au_procfs_plm_write(struct file *file, const char __user *ubuf, -+ size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ unsigned long id; -+ /* last newline is allowed */ -+ char buf[3 + sizeof(unsigned long) * 2 + 1]; -+ -+ err = -EACCES; -+ if (unlikely(!capable(CAP_SYS_ADMIN))) -+ goto out; -+ -+ err = -EINVAL; -+ if (unlikely(count > sizeof(buf))) -+ goto out; -+ -+ err = copy_from_user(buf, ubuf, count); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ goto out; -+ } -+ buf[count] = 0; -+ -+ err = -EINVAL; -+ if (!strcmp("clean", buf)) { -+ au_procfs_plm_write_clean(file); -+ goto out_success; -+ } else if (unlikely(strncmp("si=", buf, 3))) -+ goto out; -+ -+ err = kstrtoul(buf + 3, 16, &id); -+ if (unlikely(err)) -+ goto out; -+ -+ err = au_procfs_plm_write_si(file, id); -+ if (unlikely(err)) -+ goto out; -+ -+out_success: -+ err = count; /* success */ -+out: -+ return err; -+} -+ -+static const struct file_operations au_procfs_plm_fop = { -+ .write = au_procfs_plm_write, -+ .release = au_procfs_plm_release, -+ .owner = THIS_MODULE -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct proc_dir_entry *au_procfs_dir; -+ -+void au_procfs_fin(void) -+{ -+ remove_proc_entry(AUFS_PLINK_MAINT_NAME, au_procfs_dir); -+ remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); -+} -+ -+int __init au_procfs_init(void) -+{ -+ int err; -+ struct proc_dir_entry *entry; -+ -+ err = -ENOMEM; -+ au_procfs_dir = proc_mkdir(AUFS_PLINK_MAINT_DIR, NULL); -+ if (unlikely(!au_procfs_dir)) -+ goto out; -+ -+ entry = proc_create(AUFS_PLINK_MAINT_NAME, S_IFREG | 0200, -+ au_procfs_dir, &au_procfs_plm_fop); -+ if (unlikely(!entry)) -+ goto out_dir; -+ -+ err = 0; -+ goto out; /* success */ -+ -+ -+out_dir: -+ remove_proc_entry(AUFS_PLINK_MAINT_DIR, NULL); -+out: -+ return err; -+} -diff --git a/fs/aufs/rdu.c b/fs/aufs/rdu.c -new file mode 100644 -index 000000000000..8a7eb103a96e ---- /dev/null -+++ b/fs/aufs/rdu.c -@@ -0,0 +1,369 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * readdir in userspace. -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+/* bits for struct aufs_rdu.flags */ -+#define AuRdu_CALLED 1 -+#define AuRdu_CONT (1 << 1) -+#define AuRdu_FULL (1 << 2) -+#define au_ftest_rdu(flags, name) ((flags) & AuRdu_##name) -+#define au_fset_rdu(flags, name) \ -+ do { (flags) |= AuRdu_##name; } while (0) -+#define au_fclr_rdu(flags, name) \ -+ do { (flags) &= ~AuRdu_##name; } while (0) -+ -+struct au_rdu_arg { -+ struct dir_context ctx; -+ struct aufs_rdu *rdu; -+ union au_rdu_ent_ul ent; -+ unsigned long end; -+ -+ struct super_block *sb; -+ int err; -+}; -+ -+static int au_rdu_fill(struct dir_context *ctx, const char *name, int nlen, -+ loff_t offset, u64 h_ino, unsigned int d_type) -+{ -+ int err, len; -+ struct au_rdu_arg *arg = container_of(ctx, struct au_rdu_arg, ctx); -+ struct aufs_rdu *rdu = arg->rdu; -+ struct au_rdu_ent ent; -+ -+ err = 0; -+ arg->err = 0; -+ au_fset_rdu(rdu->cookie.flags, CALLED); -+ len = au_rdu_len(nlen); -+ if (arg->ent.ul + len < arg->end) { -+ ent.ino = h_ino; -+ ent.bindex = rdu->cookie.bindex; -+ ent.type = d_type; -+ ent.nlen = nlen; -+ if (unlikely(nlen > AUFS_MAX_NAMELEN)) -+ ent.type = DT_UNKNOWN; -+ -+ /* unnecessary to support mmap_sem since this is a dir */ -+ err = -EFAULT; -+ if (copy_to_user(arg->ent.e, &ent, sizeof(ent))) -+ goto out; -+ if (copy_to_user(arg->ent.e->name, name, nlen)) -+ goto out; -+ /* the terminating NULL */ -+ if (__put_user(0, arg->ent.e->name + nlen)) -+ goto out; -+ err = 0; -+ /* AuDbg("%p, %.*s\n", arg->ent.p, nlen, name); */ -+ arg->ent.ul += len; -+ rdu->rent++; -+ } else { -+ err = -EFAULT; -+ au_fset_rdu(rdu->cookie.flags, FULL); -+ rdu->full = 1; -+ rdu->tail = arg->ent; -+ } -+ -+out: -+ /* AuTraceErr(err); */ -+ return err; -+} -+ -+static int au_rdu_do(struct file *h_file, struct au_rdu_arg *arg) -+{ -+ int err; -+ loff_t offset; -+ struct au_rdu_cookie *cookie = &arg->rdu->cookie; -+ -+ /* we don't have to care (FMODE_32BITHASH | FMODE_64BITHASH) for ext4 */ -+ offset = vfsub_llseek(h_file, cookie->h_pos, SEEK_SET); -+ err = offset; -+ if (unlikely(offset != cookie->h_pos)) -+ goto out; -+ -+ err = 0; -+ do { -+ arg->err = 0; -+ au_fclr_rdu(cookie->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(h_file, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err -+ && au_ftest_rdu(cookie->flags, CALLED) -+ && !au_ftest_rdu(cookie->flags, FULL)); -+ cookie->h_pos = h_file->f_pos; -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_rdu(struct file *file, struct aufs_rdu *rdu) -+{ -+ int err; -+ aufs_bindex_t bbot; -+ struct au_rdu_arg arg = { -+ .ctx = { -+ .actor = au_rdu_fill -+ } -+ }; -+ struct dentry *dentry; -+ struct inode *inode; -+ struct file *h_file; -+ struct au_rdu_cookie *cookie = &rdu->cookie; -+ -+ err = !access_ok(VERIFY_WRITE, rdu->ent.e, rdu->sz); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ rdu->rent = 0; -+ rdu->tail = rdu->ent; -+ rdu->full = 0; -+ arg.rdu = rdu; -+ arg.ent = rdu->ent; -+ arg.end = arg.ent.ul; -+ arg.end += rdu->sz; -+ -+ err = -ENOTDIR; -+ if (unlikely(!file->f_op->iterate && !file->f_op->iterate_shared)) -+ goto out; -+ -+ err = security_file_permission(file, MAY_READ); -+ AuTraceErr(err); -+ if (unlikely(err)) -+ goto out; -+ -+ dentry = file->f_path.dentry; -+ inode = d_inode(dentry); -+ inode_lock_shared(inode); -+ -+ arg.sb = inode->i_sb; -+ err = si_read_lock(arg.sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_mtx; -+ err = au_alive_dir(dentry); -+ if (unlikely(err)) -+ goto out_si; -+ /* todo: reval? */ -+ fi_read_lock(file); -+ -+ err = -EAGAIN; -+ if (unlikely(au_ftest_rdu(cookie->flags, CONT) -+ && cookie->generation != au_figen(file))) -+ goto out_unlock; -+ -+ err = 0; -+ if (!rdu->blk) { -+ rdu->blk = au_sbi(arg.sb)->si_rdblk; -+ if (!rdu->blk) -+ rdu->blk = au_dir_size(file, /*dentry*/NULL); -+ } -+ bbot = au_fbtop(file); -+ if (cookie->bindex < bbot) -+ cookie->bindex = bbot; -+ bbot = au_fbbot_dir(file); -+ /* AuDbg("b%d, b%d\n", cookie->bindex, bbot); */ -+ for (; !err && cookie->bindex <= bbot; -+ cookie->bindex++, cookie->h_pos = 0) { -+ h_file = au_hf_dir(file, cookie->bindex); -+ if (!h_file) -+ continue; -+ -+ au_fclr_rdu(cookie->flags, FULL); -+ err = au_rdu_do(h_file, &arg); -+ AuTraceErr(err); -+ if (unlikely(au_ftest_rdu(cookie->flags, FULL) || err)) -+ break; -+ } -+ AuDbg("rent %llu\n", rdu->rent); -+ -+ if (!err && !au_ftest_rdu(cookie->flags, CONT)) { -+ rdu->shwh = !!au_opt_test(au_sbi(arg.sb)->si_mntflags, SHWH); -+ au_fset_rdu(cookie->flags, CONT); -+ cookie->generation = au_figen(file); -+ } -+ -+ ii_read_lock_child(inode); -+ fsstack_copy_attr_atime(inode, au_h_iptr(inode, au_ibtop(inode))); -+ ii_read_unlock(inode); -+ -+out_unlock: -+ fi_read_unlock(file); -+out_si: -+ si_read_unlock(arg.sb); -+out_mtx: -+ inode_unlock_shared(inode); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_rdu_ino(struct file *file, struct aufs_rdu *rdu) -+{ -+ int err; -+ ino_t ino; -+ unsigned long long nent; -+ union au_rdu_ent_ul *u; -+ struct au_rdu_ent ent; -+ struct super_block *sb; -+ -+ err = 0; -+ nent = rdu->nent; -+ u = &rdu->ent; -+ sb = file->f_path.dentry->d_sb; -+ si_read_lock(sb, AuLock_FLUSH); -+ while (nent-- > 0) { -+ /* unnecessary to support mmap_sem since this is a dir */ -+ err = copy_from_user(&ent, u->e, sizeof(ent)); -+ if (!err) -+ err = !access_ok(VERIFY_WRITE, &u->e->ino, sizeof(ino)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ break; -+ } -+ -+ /* AuDbg("b%d, i%llu\n", ent.bindex, ent.ino); */ -+ if (!ent.wh) -+ err = au_ino(sb, ent.bindex, ent.ino, ent.type, &ino); -+ else -+ err = au_wh_ino(sb, ent.bindex, ent.ino, ent.type, -+ &ino); -+ if (unlikely(err)) { -+ AuTraceErr(err); -+ break; -+ } -+ -+ err = __put_user(ino, &u->e->ino); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ break; -+ } -+ u->ul += au_rdu_len(ent.nlen); -+ } -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_rdu_verify(struct aufs_rdu *rdu) -+{ -+ AuDbg("rdu{%llu, %p, %u | %u | %llu, %u, %u | " -+ "%llu, b%d, 0x%x, g%u}\n", -+ rdu->sz, rdu->ent.e, rdu->verify[AufsCtlRduV_SZ], -+ rdu->blk, -+ rdu->rent, rdu->shwh, rdu->full, -+ rdu->cookie.h_pos, rdu->cookie.bindex, rdu->cookie.flags, -+ rdu->cookie.generation); -+ -+ if (rdu->verify[AufsCtlRduV_SZ] == sizeof(*rdu)) -+ return 0; -+ -+ AuDbg("%u:%u\n", -+ rdu->verify[AufsCtlRduV_SZ], (unsigned int)sizeof(*rdu)); -+ return -EINVAL; -+} -+ -+long au_rdu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err, e; -+ struct aufs_rdu rdu; -+ void __user *p = (void __user *)arg; -+ -+ err = copy_from_user(&rdu, p, sizeof(rdu)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ err = au_rdu_verify(&rdu); -+ if (unlikely(err)) -+ goto out; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ err = au_rdu(file, &rdu); -+ if (unlikely(err)) -+ break; -+ -+ e = copy_to_user(p, &rdu, sizeof(rdu)); -+ if (unlikely(e)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ break; -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ino(file, &rdu); -+ break; -+ -+ default: -+ /* err = -ENOTTY; */ -+ err = -EINVAL; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+#ifdef CONFIG_COMPAT -+long au_rdu_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) -+{ -+ long err, e; -+ struct aufs_rdu rdu; -+ void __user *p = compat_ptr(arg); -+ -+ /* todo: get_user()? */ -+ err = copy_from_user(&rdu, p, sizeof(rdu)); -+ if (unlikely(err)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ goto out; -+ } -+ rdu.ent.e = compat_ptr(rdu.ent.ul); -+ err = au_rdu_verify(&rdu); -+ if (unlikely(err)) -+ goto out; -+ -+ switch (cmd) { -+ case AUFS_CTL_RDU: -+ err = au_rdu(file, &rdu); -+ if (unlikely(err)) -+ break; -+ -+ rdu.ent.ul = ptr_to_compat(rdu.ent.e); -+ rdu.tail.ul = ptr_to_compat(rdu.tail.e); -+ e = copy_to_user(p, &rdu, sizeof(rdu)); -+ if (unlikely(e)) { -+ err = -EFAULT; -+ AuTraceErr(err); -+ } -+ break; -+ case AUFS_CTL_RDU_INO: -+ err = au_rdu_ino(file, &rdu); -+ break; -+ -+ default: -+ /* err = -ENOTTY; */ -+ err = -EINVAL; -+ } -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+#endif -diff --git a/fs/aufs/rwsem.h b/fs/aufs/rwsem.h -new file mode 100644 -index 000000000000..1e636d0039e6 ---- /dev/null -+++ b/fs/aufs/rwsem.h -@@ -0,0 +1,60 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * simple read-write semaphore wrappers -+ */ -+ -+#ifndef __AUFS_RWSEM_H__ -+#define __AUFS_RWSEM_H__ -+ -+#ifdef __KERNEL__ -+ -+#include "debug.h" -+ -+/* in the future, the name 'au_rwsem' will be totally gone */ -+#define au_rwsem rw_semaphore -+ -+/* to debug easier, do not make them inlined functions */ -+#define AuRwMustNoWaiters(rw) AuDebugOn(rwsem_is_contended(rw)) -+/* rwsem_is_locked() is unusable */ -+#define AuRwMustReadLock(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && !lockdep_is_held_type(rw, 1)) -+#define AuRwMustWriteLock(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && !lockdep_is_held_type(rw, 0)) -+#define AuRwMustAnyLock(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && !lockdep_is_held(rw)) -+#define AuRwDestroy(rw) AuDebugOn(!lockdep_recursing(current) \ -+ && debug_locks \ -+ && lockdep_is_held(rw)) -+ -+#define au_rw_init(rw) init_rwsem(rw) -+ -+#define au_rw_init_wlock(rw) do { \ -+ au_rw_init(rw); \ -+ down_write(rw); \ -+ } while (0) -+ -+#define au_rw_init_wlock_nested(rw, lsc) do { \ -+ au_rw_init(rw); \ -+ down_write_nested(rw, lsc); \ -+ } while (0) -+ -+#define au_rw_read_lock(rw) down_read(rw) -+#define au_rw_read_lock_nested(rw, lsc) down_read_nested(rw, lsc) -+#define au_rw_read_unlock(rw) up_read(rw) -+#define au_rw_dgrade_lock(rw) downgrade_write(rw) -+#define au_rw_write_lock(rw) down_write(rw) -+#define au_rw_write_lock_nested(rw, lsc) down_write_nested(rw, lsc) -+#define au_rw_write_unlock(rw) up_write(rw) -+/* why is not _nested version defined? */ -+#define au_rw_read_trylock(rw) down_read_trylock(rw) -+#define au_rw_write_trylock(rw) down_write_trylock(rw) -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_RWSEM_H__ */ -diff --git a/fs/aufs/sbinfo.c b/fs/aufs/sbinfo.c -new file mode 100644 -index 000000000000..6b04f5d18ddc ---- /dev/null -+++ b/fs/aufs/sbinfo.c -@@ -0,0 +1,300 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * superblock private data -+ */ -+ -+#include "aufs.h" -+ -+/* -+ * they are necessary regardless sysfs is disabled. -+ */ -+void au_si_free(struct kobject *kobj) -+{ -+ int i; -+ struct au_sbinfo *sbinfo; -+ char *locked __maybe_unused; /* debug only */ -+ -+ sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); -+ for (i = 0; i < AuPlink_NHASH; i++) -+ AuDebugOn(!hlist_bl_empty(sbinfo->si_plink + i)); -+ AuDebugOn(atomic_read(&sbinfo->si_nowait.nw_len)); -+ -+ AuLCntZero(au_lcnt_read(&sbinfo->si_ninodes, /*do_rev*/0)); -+ au_lcnt_fin(&sbinfo->si_ninodes, /*do_sync*/0); -+ AuLCntZero(au_lcnt_read(&sbinfo->si_nfiles, /*do_rev*/0)); -+ au_lcnt_fin(&sbinfo->si_nfiles, /*do_sync*/0); -+ -+ dbgaufs_si_fin(sbinfo); -+ au_rw_write_lock(&sbinfo->si_rwsem); -+ au_br_free(sbinfo); -+ au_rw_write_unlock(&sbinfo->si_rwsem); -+ -+ kfree(sbinfo->si_branch); -+ mutex_destroy(&sbinfo->si_xib_mtx); -+ AuRwDestroy(&sbinfo->si_rwsem); -+ -+ au_lcnt_wait_for_fin(&sbinfo->si_ninodes); -+ /* si_nfiles is waited too */ -+ kfree(sbinfo); -+} -+ -+int au_si_alloc(struct super_block *sb) -+{ -+ int err, i; -+ struct au_sbinfo *sbinfo; -+ -+ err = -ENOMEM; -+ sbinfo = kzalloc(sizeof(*sbinfo), GFP_NOFS); -+ if (unlikely(!sbinfo)) -+ goto out; -+ -+ /* will be reallocated separately */ -+ sbinfo->si_branch = kzalloc(sizeof(*sbinfo->si_branch), GFP_NOFS); -+ if (unlikely(!sbinfo->si_branch)) -+ goto out_sbinfo; -+ -+ err = sysaufs_si_init(sbinfo); -+ if (!err) { -+ dbgaufs_si_null(sbinfo); -+ err = dbgaufs_si_init(sbinfo); -+ if (unlikely(err)) -+ kobject_put(&sbinfo->si_kobj); -+ } -+ if (unlikely(err)) -+ goto out_br; -+ -+ au_nwt_init(&sbinfo->si_nowait); -+ au_rw_init_wlock(&sbinfo->si_rwsem); -+ -+ au_lcnt_init(&sbinfo->si_ninodes, /*release*/NULL); -+ au_lcnt_init(&sbinfo->si_nfiles, /*release*/NULL); -+ -+ sbinfo->si_bbot = -1; -+ sbinfo->si_last_br_id = AUFS_BRANCH_MAX / 2; -+ -+ sbinfo->si_wbr_copyup = AuWbrCopyup_Def; -+ sbinfo->si_wbr_create = AuWbrCreate_Def; -+ sbinfo->si_wbr_copyup_ops = au_wbr_copyup_ops + sbinfo->si_wbr_copyup; -+ sbinfo->si_wbr_create_ops = au_wbr_create_ops + sbinfo->si_wbr_create; -+ -+ au_fhsm_init(sbinfo); -+ -+ sbinfo->si_mntflags = au_opts_plink(AuOpt_Def); -+ -+ sbinfo->si_xino_jiffy = jiffies; -+ sbinfo->si_xino_expire -+ = msecs_to_jiffies(AUFS_XINO_DEF_SEC * MSEC_PER_SEC); -+ mutex_init(&sbinfo->si_xib_mtx); -+ /* leave si_xib_last_pindex and si_xib_next_bit */ -+ -+ INIT_HLIST_BL_HEAD(&sbinfo->si_aopen); -+ -+ sbinfo->si_rdcache = msecs_to_jiffies(AUFS_RDCACHE_DEF * MSEC_PER_SEC); -+ sbinfo->si_rdblk = AUFS_RDBLK_DEF; -+ sbinfo->si_rdhash = AUFS_RDHASH_DEF; -+ sbinfo->si_dirwh = AUFS_DIRWH_DEF; -+ -+ for (i = 0; i < AuPlink_NHASH; i++) -+ INIT_HLIST_BL_HEAD(sbinfo->si_plink + i); -+ init_waitqueue_head(&sbinfo->si_plink_wq); -+ spin_lock_init(&sbinfo->si_plink_maint_lock); -+ -+ INIT_HLIST_BL_HEAD(&sbinfo->si_files); -+ -+ /* with getattr by default */ -+ sbinfo->si_iop_array = aufs_iop; -+ -+ /* leave other members for sysaufs and si_mnt. */ -+ sbinfo->si_sb = sb; -+ sb->s_fs_info = sbinfo; -+ si_pid_set(sb); -+ return 0; /* success */ -+ -+out_br: -+ kfree(sbinfo->si_branch); -+out_sbinfo: -+ kfree(sbinfo); -+out: -+ return err; -+} -+ -+int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr, int may_shrink) -+{ -+ int err, sz; -+ struct au_branch **brp; -+ -+ AuRwMustWriteLock(&sbinfo->si_rwsem); -+ -+ err = -ENOMEM; -+ sz = sizeof(*brp) * (sbinfo->si_bbot + 1); -+ if (unlikely(!sz)) -+ sz = sizeof(*brp); -+ brp = au_kzrealloc(sbinfo->si_branch, sz, sizeof(*brp) * nbr, GFP_NOFS, -+ may_shrink); -+ if (brp) { -+ sbinfo->si_branch = brp; -+ err = 0; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+unsigned int au_sigen_inc(struct super_block *sb) -+{ -+ unsigned int gen; -+ struct inode *inode; -+ -+ SiMustWriteLock(sb); -+ -+ gen = ++au_sbi(sb)->si_generation; -+ au_update_digen(sb->s_root); -+ inode = d_inode(sb->s_root); -+ au_update_iigen(inode, /*half*/0); -+ inode_inc_iversion(inode); -+ return gen; -+} -+ -+aufs_bindex_t au_new_br_id(struct super_block *sb) -+{ -+ aufs_bindex_t br_id; -+ int i; -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ for (i = 0; i <= AUFS_BRANCH_MAX; i++) { -+ br_id = ++sbinfo->si_last_br_id; -+ AuDebugOn(br_id < 0); -+ if (br_id && au_br_index(sb, br_id) < 0) -+ return br_id; -+ } -+ -+ return -1; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* it is ok that new 'nwt' tasks are appended while we are sleeping */ -+int si_read_lock(struct super_block *sb, int flags) -+{ -+ int err; -+ -+ err = 0; -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ -+ si_noflush_read_lock(sb); -+ err = au_plink_maint(sb, flags); -+ if (unlikely(err)) -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+int si_write_lock(struct super_block *sb, int flags) -+{ -+ int err; -+ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ -+ si_noflush_write_lock(sb); -+ err = au_plink_maint(sb, flags); -+ if (unlikely(err)) -+ si_write_unlock(sb); -+ -+ return err; -+} -+ -+/* dentry and super_block lock. call at entry point */ -+int aufs_read_lock(struct dentry *dentry, int flags) -+{ -+ int err; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ err = si_read_lock(sb, flags); -+ if (unlikely(err)) -+ goto out; -+ -+ if (au_ftest_lock(flags, DW)) -+ di_write_lock_child(dentry); -+ else -+ di_read_lock_child(dentry, flags); -+ -+ if (au_ftest_lock(flags, GEN)) { -+ err = au_digen_test(dentry, au_sigen(sb)); -+ if (!au_opt_test(au_mntflags(sb), UDBA_NONE)) -+ AuDebugOn(!err && au_dbrange_test(dentry)); -+ else if (!err) -+ err = au_dbrange_test(dentry); -+ if (unlikely(err)) -+ aufs_read_unlock(dentry, flags); -+ } -+ -+out: -+ return err; -+} -+ -+void aufs_read_unlock(struct dentry *dentry, int flags) -+{ -+ if (au_ftest_lock(flags, DW)) -+ di_write_unlock(dentry); -+ else -+ di_read_unlock(dentry, flags); -+ si_read_unlock(dentry->d_sb); -+} -+ -+void aufs_write_lock(struct dentry *dentry) -+{ -+ si_write_lock(dentry->d_sb, AuLock_FLUSH | AuLock_NOPLMW); -+ di_write_lock_child(dentry); -+} -+ -+void aufs_write_unlock(struct dentry *dentry) -+{ -+ di_write_unlock(dentry); -+ si_write_unlock(dentry->d_sb); -+} -+ -+int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags) -+{ -+ int err; -+ unsigned int sigen; -+ struct super_block *sb; -+ -+ sb = d1->d_sb; -+ err = si_read_lock(sb, flags); -+ if (unlikely(err)) -+ goto out; -+ -+ di_write_lock2_child(d1, d2, au_ftest_lock(flags, DIRS)); -+ -+ if (au_ftest_lock(flags, GEN)) { -+ sigen = au_sigen(sb); -+ err = au_digen_test(d1, sigen); -+ AuDebugOn(!err && au_dbrange_test(d1)); -+ if (!err) { -+ err = au_digen_test(d2, sigen); -+ AuDebugOn(!err && au_dbrange_test(d2)); -+ } -+ if (unlikely(err)) -+ aufs_read_and_write_unlock2(d1, d2); -+ } -+ -+out: -+ return err; -+} -+ -+void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2) -+{ -+ di_write_unlock2(d1, d2); -+ si_read_unlock(d1->d_sb); -+} -diff --git a/fs/aufs/super.c b/fs/aufs/super.c -new file mode 100644 -index 000000000000..777503e6c00e ---- /dev/null -+++ b/fs/aufs/super.c -@@ -0,0 +1,1035 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * mount and super_block operations -+ */ -+ -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+/* -+ * super_operations -+ */ -+static struct inode *aufs_alloc_inode(struct super_block *sb __maybe_unused) -+{ -+ struct au_icntnr *c; -+ -+ c = au_cache_alloc_icntnr(); -+ if (c) { -+ au_icntnr_init(c); -+ inode_set_iversion(&c->vfs_inode, 1); /* sigen(sb); */ -+ c->iinfo.ii_hinode = NULL; -+ return &c->vfs_inode; -+ } -+ return NULL; -+} -+ -+static void aufs_destroy_inode_cb(struct rcu_head *head) -+{ -+ struct inode *inode = container_of(head, struct inode, i_rcu); -+ -+ au_cache_free_icntnr(container_of(inode, struct au_icntnr, vfs_inode)); -+} -+ -+static void aufs_destroy_inode(struct inode *inode) -+{ -+ if (!au_is_bad_inode(inode)) -+ au_iinfo_fin(inode); -+ call_rcu(&inode->i_rcu, aufs_destroy_inode_cb); -+} -+ -+struct inode *au_iget_locked(struct super_block *sb, ino_t ino) -+{ -+ struct inode *inode; -+ int err; -+ -+ inode = iget_locked(sb, ino); -+ if (unlikely(!inode)) { -+ inode = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ if (!(inode->i_state & I_NEW)) -+ goto out; -+ -+ err = au_xigen_new(inode); -+ if (!err) -+ err = au_iinfo_init(inode); -+ if (!err) -+ inode_inc_iversion(inode); -+ else { -+ iget_failed(inode); -+ inode = ERR_PTR(err); -+ } -+ -+out: -+ /* never return NULL */ -+ AuDebugOn(!inode); -+ AuTraceErrPtr(inode); -+ return inode; -+} -+ -+/* lock free root dinfo */ -+static int au_show_brs(struct seq_file *seq, struct super_block *sb) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct path path; -+ struct au_hdentry *hdp; -+ struct au_branch *br; -+ au_br_perm_str_t perm; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ bindex = 0; -+ hdp = au_hdentry(au_di(sb->s_root), bindex); -+ for (; !err && bindex <= bbot; bindex++, hdp++) { -+ br = au_sbr(sb, bindex); -+ path.mnt = au_br_mnt(br); -+ path.dentry = hdp->hd_dentry; -+ err = au_seq_path(seq, &path); -+ if (!err) { -+ au_optstr_br_perm(&perm, br->br_perm); -+ seq_printf(seq, "=%s", perm.a); -+ if (bindex != bbot) -+ seq_putc(seq, ':'); -+ } -+ } -+ if (unlikely(err || seq_has_overflowed(seq))) -+ err = -E2BIG; -+ -+ return err; -+} -+ -+static void au_gen_fmt(char *fmt, int len __maybe_unused, const char *pat, -+ const char *append) -+{ -+ char *p; -+ -+ p = fmt; -+ while (*pat != ':') -+ *p++ = *pat++; -+ *p++ = *pat++; -+ strcpy(p, append); -+ AuDebugOn(strlen(fmt) >= len); -+} -+ -+static void au_show_wbr_create(struct seq_file *m, int v, -+ struct au_sbinfo *sbinfo) -+{ -+ const char *pat; -+ char fmt[32]; -+ struct au_wbr_mfs *mfs; -+ -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ -+ seq_puts(m, ",create="); -+ pat = au_optstr_wbr_create(v); -+ mfs = &sbinfo->si_wbr_mfs; -+ switch (v) { -+ case AuWbrCreate_TDP: -+ case AuWbrCreate_RR: -+ case AuWbrCreate_MFS: -+ case AuWbrCreate_PMFS: -+ seq_puts(m, pat); -+ break; -+ case AuWbrCreate_MFSRR: -+ case AuWbrCreate_TDMFS: -+ case AuWbrCreate_PMFSRR: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%llu"); -+ seq_printf(m, fmt, mfs->mfsrr_watermark); -+ break; -+ case AuWbrCreate_MFSV: -+ case AuWbrCreate_PMFSV: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%lu"); -+ seq_printf(m, fmt, -+ jiffies_to_msecs(mfs->mfs_expire) -+ / MSEC_PER_SEC); -+ break; -+ case AuWbrCreate_MFSRRV: -+ case AuWbrCreate_TDMFSV: -+ case AuWbrCreate_PMFSRRV: -+ au_gen_fmt(fmt, sizeof(fmt), pat, "%llu:%lu"); -+ seq_printf(m, fmt, mfs->mfsrr_watermark, -+ jiffies_to_msecs(mfs->mfs_expire) / MSEC_PER_SEC); -+ break; -+ default: -+ BUG(); -+ } -+} -+ -+static int au_show_xino(struct seq_file *seq, struct super_block *sb) -+{ -+#ifdef CONFIG_SYSFS -+ return 0; -+#else -+ int err; -+ const int len = sizeof(AUFS_XINO_FNAME) - 1; -+ aufs_bindex_t bindex, brid; -+ struct qstr *name; -+ struct file *f; -+ struct dentry *d, *h_root; -+ struct au_branch *br; -+ -+ AuRwMustAnyLock(&sbinfo->si_rwsem); -+ -+ err = 0; -+ f = au_sbi(sb)->si_xib; -+ if (!f) -+ goto out; -+ -+ /* stop printing the default xino path on the first writable branch */ -+ h_root = NULL; -+ bindex = au_xi_root(sb, f->f_path.dentry); -+ if (bindex >= 0) { -+ br = au_sbr_sb(sb, bindex); -+ h_root = au_br_dentry(br); -+ } -+ -+ d = f->f_path.dentry; -+ name = &d->d_name; -+ /* safe ->d_parent because the file is unlinked */ -+ if (d->d_parent == h_root -+ && name->len == len -+ && !memcmp(name->name, AUFS_XINO_FNAME, len)) -+ goto out; -+ -+ seq_puts(seq, ",xino="); -+ err = au_xino_path(seq, f); -+ -+out: -+ return err; -+#endif -+} -+ -+/* seq_file will re-call me in case of too long string */ -+static int aufs_show_options(struct seq_file *m, struct dentry *dentry) -+{ -+ int err; -+ unsigned int mnt_flags, v; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+#define AuBool(name, str) do { \ -+ v = au_opt_test(mnt_flags, name); \ -+ if (v != au_opt_test(AuOpt_Def, name)) \ -+ seq_printf(m, ",%s" #str, v ? "" : "no"); \ -+} while (0) -+ -+#define AuStr(name, str) do { \ -+ v = mnt_flags & AuOptMask_##name; \ -+ if (v != (AuOpt_Def & AuOptMask_##name)) \ -+ seq_printf(m, "," #str "=%s", au_optstr_##str(v)); \ -+} while (0) -+ -+#define AuUInt(name, str, val) do { \ -+ if (val != AUFS_##name##_DEF) \ -+ seq_printf(m, "," #str "=%u", val); \ -+} while (0) -+ -+ sb = dentry->d_sb; -+ if (sb->s_flags & SB_POSIXACL) -+ seq_puts(m, ",acl"); -+#if 0 -+ if (sb->s_flags & SB_I_VERSION) -+ seq_puts(m, ",i_version"); -+#endif -+ -+ /* lock free root dinfo */ -+ si_noflush_read_lock(sb); -+ sbinfo = au_sbi(sb); -+ seq_printf(m, ",si=%lx", sysaufs_si_id(sbinfo)); -+ -+ mnt_flags = au_mntflags(sb); -+ if (au_opt_test(mnt_flags, XINO)) { -+ err = au_show_xino(m, sb); -+ if (unlikely(err)) -+ goto out; -+ } else -+ seq_puts(m, ",noxino"); -+ -+ AuBool(TRUNC_XINO, trunc_xino); -+ AuStr(UDBA, udba); -+ AuBool(SHWH, shwh); -+ AuBool(PLINK, plink); -+ AuBool(DIO, dio); -+ AuBool(DIRPERM1, dirperm1); -+ -+ v = sbinfo->si_wbr_create; -+ if (v != AuWbrCreate_Def) -+ au_show_wbr_create(m, v, sbinfo); -+ -+ v = sbinfo->si_wbr_copyup; -+ if (v != AuWbrCopyup_Def) -+ seq_printf(m, ",cpup=%s", au_optstr_wbr_copyup(v)); -+ -+ v = au_opt_test(mnt_flags, ALWAYS_DIROPQ); -+ if (v != au_opt_test(AuOpt_Def, ALWAYS_DIROPQ)) -+ seq_printf(m, ",diropq=%c", v ? 'a' : 'w'); -+ -+ AuUInt(DIRWH, dirwh, sbinfo->si_dirwh); -+ -+ v = jiffies_to_msecs(sbinfo->si_rdcache) / MSEC_PER_SEC; -+ AuUInt(RDCACHE, rdcache, v); -+ -+ AuUInt(RDBLK, rdblk, sbinfo->si_rdblk); -+ AuUInt(RDHASH, rdhash, sbinfo->si_rdhash); -+ -+ au_fhsm_show(m, sbinfo); -+ -+ AuBool(DIRREN, dirren); -+ AuBool(SUM, sum); -+ /* AuBool(SUM_W, wsum); */ -+ AuBool(WARN_PERM, warn_perm); -+ AuBool(VERBOSE, verbose); -+ -+out: -+ /* be sure to print "br:" last */ -+ if (!sysaufs_brs) { -+ seq_puts(m, ",br:"); -+ au_show_brs(m, sb); -+ } -+ si_read_unlock(sb); -+ return 0; -+ -+#undef AuBool -+#undef AuStr -+#undef AuUInt -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* sum mode which returns the summation for statfs(2) */ -+ -+static u64 au_add_till_max(u64 a, u64 b) -+{ -+ u64 old; -+ -+ old = a; -+ a += b; -+ if (old <= a) -+ return a; -+ return ULLONG_MAX; -+} -+ -+static u64 au_mul_till_max(u64 a, long mul) -+{ -+ u64 old; -+ -+ old = a; -+ a *= mul; -+ if (old <= a) -+ return a; -+ return ULLONG_MAX; -+} -+ -+static int au_statfs_sum(struct super_block *sb, struct kstatfs *buf) -+{ -+ int err; -+ long bsize, factor; -+ u64 blocks, bfree, bavail, files, ffree; -+ aufs_bindex_t bbot, bindex, i; -+ unsigned char shared; -+ struct path h_path; -+ struct super_block *h_sb; -+ -+ err = 0; -+ bsize = LONG_MAX; -+ files = 0; -+ ffree = 0; -+ blocks = 0; -+ bfree = 0; -+ bavail = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ h_path.mnt = au_sbr_mnt(sb, bindex); -+ h_sb = h_path.mnt->mnt_sb; -+ shared = 0; -+ for (i = 0; !shared && i < bindex; i++) -+ shared = (au_sbr_sb(sb, i) == h_sb); -+ if (shared) -+ continue; -+ -+ /* sb->s_root for NFS is unreliable */ -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, buf); -+ if (unlikely(err)) -+ goto out; -+ -+ if (bsize > buf->f_bsize) { -+ /* -+ * we will reduce bsize, so we have to expand blocks -+ * etc. to match them again -+ */ -+ factor = (bsize / buf->f_bsize); -+ blocks = au_mul_till_max(blocks, factor); -+ bfree = au_mul_till_max(bfree, factor); -+ bavail = au_mul_till_max(bavail, factor); -+ bsize = buf->f_bsize; -+ } -+ -+ factor = (buf->f_bsize / bsize); -+ blocks = au_add_till_max(blocks, -+ au_mul_till_max(buf->f_blocks, factor)); -+ bfree = au_add_till_max(bfree, -+ au_mul_till_max(buf->f_bfree, factor)); -+ bavail = au_add_till_max(bavail, -+ au_mul_till_max(buf->f_bavail, factor)); -+ files = au_add_till_max(files, buf->f_files); -+ ffree = au_add_till_max(ffree, buf->f_ffree); -+ } -+ -+ buf->f_bsize = bsize; -+ buf->f_blocks = blocks; -+ buf->f_bfree = bfree; -+ buf->f_bavail = bavail; -+ buf->f_files = files; -+ buf->f_ffree = ffree; -+ buf->f_frsize = 0; -+ -+out: -+ return err; -+} -+ -+static int aufs_statfs(struct dentry *dentry, struct kstatfs *buf) -+{ -+ int err; -+ struct path h_path; -+ struct super_block *sb; -+ -+ /* lock free root dinfo */ -+ sb = dentry->d_sb; -+ si_noflush_read_lock(sb); -+ if (!au_opt_test(au_mntflags(sb), SUM)) { -+ /* sb->s_root for NFS is unreliable */ -+ h_path.mnt = au_sbr_mnt(sb, 0); -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, buf); -+ } else -+ err = au_statfs_sum(sb, buf); -+ si_read_unlock(sb); -+ -+ if (!err) { -+ buf->f_type = AUFS_SUPER_MAGIC; -+ buf->f_namelen = AUFS_MAX_NAMELEN; -+ memset(&buf->f_fsid, 0, sizeof(buf->f_fsid)); -+ } -+ /* buf->f_bsize = buf->f_blocks = buf->f_bfree = buf->f_bavail = -1; */ -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int aufs_sync_fs(struct super_block *sb, int wait) -+{ -+ int err, e; -+ aufs_bindex_t bbot, bindex; -+ struct au_branch *br; -+ struct super_block *h_sb; -+ -+ err = 0; -+ si_noflush_read_lock(sb); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (!au_br_writable(br->br_perm)) -+ continue; -+ -+ h_sb = au_sbr_sb(sb, bindex); -+ e = vfsub_sync_filesystem(h_sb, wait); -+ if (unlikely(e && !err)) -+ err = e; -+ /* go on even if an error happens */ -+ } -+ si_read_unlock(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* final actions when unmounting a file system */ -+static void aufs_put_super(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = au_sbi(sb); -+ if (sbinfo) -+ kobject_put(&sbinfo->si_kobj); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, -+ struct super_block *sb, void *arg) -+{ -+ void *array; -+ unsigned long long n, sz; -+ -+ array = NULL; -+ n = 0; -+ if (!*hint) -+ goto out; -+ -+ if (*hint > ULLONG_MAX / sizeof(array)) { -+ array = ERR_PTR(-EMFILE); -+ pr_err("hint %llu\n", *hint); -+ goto out; -+ } -+ -+ sz = sizeof(array) * *hint; -+ array = kzalloc(sz, GFP_NOFS); -+ if (unlikely(!array)) -+ array = vzalloc(sz); -+ if (unlikely(!array)) { -+ array = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ n = cb(sb, array, *hint, arg); -+ AuDebugOn(n > *hint); -+ -+out: -+ *hint = n; -+ return array; -+} -+ -+static unsigned long long au_iarray_cb(struct super_block *sb, void *a, -+ unsigned long long max __maybe_unused, -+ void *arg) -+{ -+ unsigned long long n; -+ struct inode **p, *inode; -+ struct list_head *head; -+ -+ n = 0; -+ p = a; -+ head = arg; -+ spin_lock(&sb->s_inode_list_lock); -+ list_for_each_entry(inode, head, i_sb_list) { -+ if (!au_is_bad_inode(inode) -+ && au_ii(inode)->ii_btop >= 0) { -+ spin_lock(&inode->i_lock); -+ if (atomic_read(&inode->i_count)) { -+ au_igrab(inode); -+ *p++ = inode; -+ n++; -+ AuDebugOn(n > max); -+ } -+ spin_unlock(&inode->i_lock); -+ } -+ } -+ spin_unlock(&sb->s_inode_list_lock); -+ -+ return n; -+} -+ -+struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max) -+{ -+ struct au_sbinfo *sbi; -+ -+ sbi = au_sbi(sb); -+ *max = au_lcnt_read(&sbi->si_ninodes, /*do_rev*/1); -+ return au_array_alloc(max, au_iarray_cb, sb, &sb->s_inodes); -+} -+ -+void au_iarray_free(struct inode **a, unsigned long long max) -+{ -+ unsigned long long ull; -+ -+ for (ull = 0; ull < max; ull++) -+ iput(a[ull]); -+ kvfree(a); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * refresh dentry and inode at remount time. -+ */ -+/* todo: consolidate with simple_reval_dpath() and au_reval_for_attr() */ -+static int au_do_refresh(struct dentry *dentry, unsigned int dir_flags, -+ struct dentry *parent) -+{ -+ int err; -+ -+ di_write_lock_child(dentry); -+ di_read_lock_parent(parent, AuLock_IR); -+ err = au_refresh_dentry(dentry, parent); -+ if (!err && dir_flags) -+ au_hn_reset(d_inode(dentry), dir_flags); -+ di_read_unlock(parent, AuLock_IR); -+ di_write_unlock(dentry); -+ -+ return err; -+} -+ -+static int au_do_refresh_d(struct dentry *dentry, unsigned int sigen, -+ struct au_sbinfo *sbinfo, -+ const unsigned int dir_flags, unsigned int do_idop) -+{ -+ int err; -+ struct dentry *parent; -+ -+ err = 0; -+ parent = dget_parent(dentry); -+ if (!au_digen_test(parent, sigen) && au_digen_test(dentry, sigen)) { -+ if (d_really_is_positive(dentry)) { -+ if (!d_is_dir(dentry)) -+ err = au_do_refresh(dentry, /*dir_flags*/0, -+ parent); -+ else { -+ err = au_do_refresh(dentry, dir_flags, parent); -+ if (unlikely(err)) -+ au_fset_si(sbinfo, FAILED_REFRESH_DIR); -+ } -+ } else -+ err = au_do_refresh(dentry, /*dir_flags*/0, parent); -+ AuDbgDentry(dentry); -+ } -+ dput(parent); -+ -+ if (!err) { -+ if (do_idop) -+ au_refresh_dop(dentry, /*force_reval*/0); -+ } else -+ au_refresh_dop(dentry, /*force_reval*/1); -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_refresh_d(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, i, j, ndentry, e; -+ unsigned int sigen; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries, *d; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root = sb->s_root; -+ const unsigned int dir_flags = au_hi_flags(d_inode(root), /*isdir*/1); -+ -+ if (do_idop) -+ au_refresh_dop(root, /*force_reval*/0); -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_dcsub_pages(&dpages, root, NULL, NULL); -+ if (unlikely(err)) -+ goto out_dpages; -+ -+ sigen = au_sigen(sb); -+ sbinfo = au_sbi(sb); -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ d = dentries[j]; -+ e = au_do_refresh_d(d, sigen, sbinfo, dir_flags, -+ do_idop); -+ if (unlikely(e && !err)) -+ err = e; -+ /* go on even err */ -+ } -+ } -+ -+out_dpages: -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int au_refresh_i(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, e; -+ unsigned int sigen; -+ unsigned long long max, ull; -+ struct inode *inode, **array; -+ -+ array = au_iarray_alloc(sb, &max); -+ err = PTR_ERR(array); -+ if (IS_ERR(array)) -+ goto out; -+ -+ err = 0; -+ sigen = au_sigen(sb); -+ for (ull = 0; ull < max; ull++) { -+ inode = array[ull]; -+ if (unlikely(!inode)) -+ break; -+ -+ e = 0; -+ ii_write_lock_child(inode); -+ if (au_iigen(inode, NULL) != sigen) { -+ e = au_refresh_hinode_self(inode); -+ if (unlikely(e)) { -+ au_refresh_iop(inode, /*force_getattr*/1); -+ pr_err("error %d, i%lu\n", e, inode->i_ino); -+ if (!err) -+ err = e; -+ /* go on even if err */ -+ } -+ } -+ if (!e && do_idop) -+ au_refresh_iop(inode, /*force_getattr*/0); -+ ii_write_unlock(inode); -+ } -+ -+ au_iarray_free(array, max); -+ -+out: -+ return err; -+} -+ -+static void au_remount_refresh(struct super_block *sb, unsigned int do_idop) -+{ -+ int err, e; -+ unsigned int udba; -+ aufs_bindex_t bindex, bbot; -+ struct dentry *root; -+ struct inode *inode; -+ struct au_branch *br; -+ struct au_sbinfo *sbi; -+ -+ au_sigen_inc(sb); -+ sbi = au_sbi(sb); -+ au_fclr_si(sbi, FAILED_REFRESH_DIR); -+ -+ root = sb->s_root; -+ DiMustNoWaiters(root); -+ inode = d_inode(root); -+ IiMustNoWaiters(inode); -+ -+ udba = au_opt_udba(sb); -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ err = au_hnotify_reset_br(udba, br, br->br_perm); -+ if (unlikely(err)) -+ AuIOErr("hnotify failed on br %d, %d, ignored\n", -+ bindex, err); -+ /* go on even if err */ -+ } -+ au_hn_reset(inode, au_hi_flags(inode, /*isdir*/1)); -+ -+ if (do_idop) { -+ if (au_ftest_si(sbi, NO_DREVAL)) { -+ AuDebugOn(sb->s_d_op == &aufs_dop_noreval); -+ sb->s_d_op = &aufs_dop_noreval; -+ AuDebugOn(sbi->si_iop_array == aufs_iop_nogetattr); -+ sbi->si_iop_array = aufs_iop_nogetattr; -+ } else { -+ AuDebugOn(sb->s_d_op == &aufs_dop); -+ sb->s_d_op = &aufs_dop; -+ AuDebugOn(sbi->si_iop_array == aufs_iop); -+ sbi->si_iop_array = aufs_iop; -+ } -+ pr_info("reset to %ps and %ps\n", -+ sb->s_d_op, sbi->si_iop_array); -+ } -+ -+ di_write_unlock(root); -+ err = au_refresh_d(sb, do_idop); -+ e = au_refresh_i(sb, do_idop); -+ if (unlikely(e && !err)) -+ err = e; -+ /* aufs_write_lock() calls ..._child() */ -+ di_write_lock_child(root); -+ -+ au_cpup_attr_all(inode, /*force*/1); -+ -+ if (unlikely(err)) -+ AuIOErr("refresh failed, ignored, %d\n", err); -+} -+ -+/* stop extra interpretation of errno in mount(8), and strange error messages */ -+static int cvt_err(int err) -+{ -+ AuTraceErr(err); -+ -+ switch (err) { -+ case -ENOENT: -+ case -ENOTDIR: -+ case -EEXIST: -+ case -EIO: -+ err = -EINVAL; -+ } -+ return err; -+} -+ -+static int aufs_remount_fs(struct super_block *sb, int *flags, char *data) -+{ -+ int err, do_dx; -+ unsigned int mntflags; -+ struct au_opts opts = { -+ .opt = NULL -+ }; -+ struct dentry *root; -+ struct inode *inode; -+ struct au_sbinfo *sbinfo; -+ -+ err = 0; -+ root = sb->s_root; -+ if (!data || !*data) { -+ err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (!err) { -+ di_write_lock_child(root); -+ err = au_opts_verify(sb, *flags, /*pending*/0); -+ aufs_write_unlock(root); -+ } -+ goto out; -+ } -+ -+ err = -ENOMEM; -+ opts.opt = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!opts.opt)) -+ goto out; -+ opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); -+ opts.flags = AuOpts_REMOUNT; -+ opts.sb_flags = *flags; -+ -+ /* parse it before aufs lock */ -+ err = au_opts_parse(sb, data, &opts); -+ if (unlikely(err)) -+ goto out_opts; -+ -+ sbinfo = au_sbi(sb); -+ inode = d_inode(root); -+ inode_lock(inode); -+ err = si_write_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out_mtx; -+ di_write_lock_child(root); -+ -+ /* au_opts_remount() may return an error */ -+ err = au_opts_remount(sb, &opts); -+ au_opts_free(&opts); -+ -+ if (au_ftest_opts(opts.flags, REFRESH)) -+ au_remount_refresh(sb, au_ftest_opts(opts.flags, REFRESH_IDOP)); -+ -+ if (au_ftest_opts(opts.flags, REFRESH_DYAOP)) { -+ mntflags = au_mntflags(sb); -+ do_dx = !!au_opt_test(mntflags, DIO); -+ au_dy_arefresh(do_dx); -+ } -+ -+ au_fhsm_wrote_all(sb, /*force*/1); /* ?? */ -+ aufs_write_unlock(root); -+ -+out_mtx: -+ inode_unlock(inode); -+out_opts: -+ free_page((unsigned long)opts.opt); -+out: -+ err = cvt_err(err); -+ AuTraceErr(err); -+ return err; -+} -+ -+static const struct super_operations aufs_sop = { -+ .alloc_inode = aufs_alloc_inode, -+ .destroy_inode = aufs_destroy_inode, -+ /* always deleting, no clearing */ -+ .drop_inode = generic_delete_inode, -+ .show_options = aufs_show_options, -+ .statfs = aufs_statfs, -+ .put_super = aufs_put_super, -+ .sync_fs = aufs_sync_fs, -+ .remount_fs = aufs_remount_fs -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int alloc_root(struct super_block *sb) -+{ -+ int err; -+ struct inode *inode; -+ struct dentry *root; -+ -+ err = -ENOMEM; -+ inode = au_iget_locked(sb, AUFS_ROOT_INO); -+ err = PTR_ERR(inode); -+ if (IS_ERR(inode)) -+ goto out; -+ -+ inode->i_op = aufs_iop + AuIop_DIR; /* with getattr by default */ -+ inode->i_fop = &aufs_dir_fop; -+ inode->i_mode = S_IFDIR; -+ set_nlink(inode, 2); -+ unlock_new_inode(inode); -+ -+ root = d_make_root(inode); -+ if (unlikely(!root)) -+ goto out; -+ err = PTR_ERR(root); -+ if (IS_ERR(root)) -+ goto out; -+ -+ err = au_di_init(root); -+ if (!err) { -+ sb->s_root = root; -+ return 0; /* success */ -+ } -+ dput(root); -+ -+out: -+ return err; -+} -+ -+static int aufs_fill_super(struct super_block *sb, void *raw_data, -+ int silent __maybe_unused) -+{ -+ int err; -+ struct au_opts opts = { -+ .opt = NULL -+ }; -+ struct au_sbinfo *sbinfo; -+ struct dentry *root; -+ struct inode *inode; -+ char *arg = raw_data; -+ -+ if (unlikely(!arg || !*arg)) { -+ err = -EINVAL; -+ pr_err("no arg\n"); -+ goto out; -+ } -+ -+ err = -ENOMEM; -+ opts.opt = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!opts.opt)) -+ goto out; -+ opts.max_opt = PAGE_SIZE / sizeof(*opts.opt); -+ opts.sb_flags = sb->s_flags; -+ -+ err = au_si_alloc(sb); -+ if (unlikely(err)) -+ goto out_opts; -+ sbinfo = au_sbi(sb); -+ -+ /* all timestamps always follow the ones on the branch */ -+ sb->s_flags |= SB_NOATIME | SB_NODIRATIME; -+ sb->s_flags |= SB_I_VERSION; /* do we really need this? */ -+ sb->s_op = &aufs_sop; -+ sb->s_d_op = &aufs_dop; -+ sb->s_magic = AUFS_SUPER_MAGIC; -+ sb->s_maxbytes = 0; -+ sb->s_stack_depth = 1; -+ au_export_init(sb); -+ au_xattr_init(sb); -+ -+ err = alloc_root(sb); -+ if (unlikely(err)) { -+ si_write_unlock(sb); -+ goto out_info; -+ } -+ root = sb->s_root; -+ inode = d_inode(root); -+ -+ /* -+ * actually we can parse options regardless aufs lock here. -+ * but at remount time, parsing must be done before aufs lock. -+ * so we follow the same rule. -+ */ -+ ii_write_lock_parent(inode); -+ aufs_write_unlock(root); -+ err = au_opts_parse(sb, arg, &opts); -+ if (unlikely(err)) -+ goto out_root; -+ -+ /* lock vfs_inode first, then aufs. */ -+ inode_lock(inode); -+ aufs_write_lock(root); -+ err = au_opts_mount(sb, &opts); -+ au_opts_free(&opts); -+ if (!err && au_ftest_si(sbinfo, NO_DREVAL)) { -+ sb->s_d_op = &aufs_dop_noreval; -+ pr_info("%ps\n", sb->s_d_op); -+ au_refresh_dop(root, /*force_reval*/0); -+ sbinfo->si_iop_array = aufs_iop_nogetattr; -+ au_refresh_iop(inode, /*force_getattr*/0); -+ } -+ aufs_write_unlock(root); -+ inode_unlock(inode); -+ if (!err) -+ goto out_opts; /* success */ -+ -+out_root: -+ dput(root); -+ sb->s_root = NULL; -+out_info: -+ kobject_put(&sbinfo->si_kobj); -+ sb->s_fs_info = NULL; -+out_opts: -+ free_page((unsigned long)opts.opt); -+out: -+ AuTraceErr(err); -+ err = cvt_err(err); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct dentry *aufs_mount(struct file_system_type *fs_type, int flags, -+ const char *dev_name __maybe_unused, -+ void *raw_data) -+{ -+ struct dentry *root; -+ -+ /* all timestamps always follow the ones on the branch */ -+ /* mnt->mnt_flags |= MNT_NOATIME | MNT_NODIRATIME; */ -+ root = mount_nodev(fs_type, flags, raw_data, aufs_fill_super); -+ if (IS_ERR(root)) -+ goto out; -+ -+ au_sbilist_add(root->d_sb); -+ -+out: -+ return root; -+} -+ -+static void aufs_kill_sb(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ sbinfo = au_sbi(sb); -+ if (sbinfo) { -+ au_sbilist_del(sb); -+ aufs_write_lock(sb->s_root); -+ au_fhsm_fin(sb); -+ if (sbinfo->si_wbr_create_ops->fin) -+ sbinfo->si_wbr_create_ops->fin(sb); -+ if (au_opt_test(sbinfo->si_mntflags, UDBA_HNOTIFY)) { -+ au_opt_set_udba(sbinfo->si_mntflags, UDBA_NONE); -+ au_remount_refresh(sb, /*do_idop*/0); -+ } -+ if (au_opt_test(sbinfo->si_mntflags, PLINK)) -+ au_plink_put(sb, /*verbose*/1); -+ au_xino_clr(sb); -+ au_dr_opt_flush(sb); -+ sbinfo->si_sb = NULL; -+ aufs_write_unlock(sb->s_root); -+ au_nwt_flush(&sbinfo->si_nowait); -+ } -+ kill_anon_super(sb); -+} -+ -+struct file_system_type aufs_fs_type = { -+ .name = AUFS_FSTYPE, -+ /* a race between rename and others */ -+ .fs_flags = FS_RENAME_DOES_D_MOVE, -+ .mount = aufs_mount, -+ .kill_sb = aufs_kill_sb, -+ /* no need to __module_get() and module_put(). */ -+ .owner = THIS_MODULE, -+}; -diff --git a/fs/aufs/super.h b/fs/aufs/super.h -new file mode 100644 -index 000000000000..fe9533038314 ---- /dev/null -+++ b/fs/aufs/super.h -@@ -0,0 +1,576 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * super_block operations -+ */ -+ -+#ifndef __AUFS_SUPER_H__ -+#define __AUFS_SUPER_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include "hbl.h" -+#include "lcnt.h" -+#include "rwsem.h" -+#include "wkq.h" -+ -+/* policies to select one among multiple writable branches */ -+struct au_wbr_copyup_operations { -+ int (*copyup)(struct dentry *dentry); -+}; -+ -+#define AuWbr_DIR 1 /* target is a dir */ -+#define AuWbr_PARENT (1 << 1) /* always require a parent */ -+ -+#define au_ftest_wbr(flags, name) ((flags) & AuWbr_##name) -+#define au_fset_wbr(flags, name) { (flags) |= AuWbr_##name; } -+#define au_fclr_wbr(flags, name) { (flags) &= ~AuWbr_##name; } -+ -+struct au_wbr_create_operations { -+ int (*create)(struct dentry *dentry, unsigned int flags); -+ int (*init)(struct super_block *sb); -+ int (*fin)(struct super_block *sb); -+}; -+ -+struct au_wbr_mfs { -+ struct mutex mfs_lock; /* protect this structure */ -+ unsigned long mfs_jiffy; -+ unsigned long mfs_expire; -+ aufs_bindex_t mfs_bindex; -+ -+ unsigned long long mfsrr_bytes; -+ unsigned long long mfsrr_watermark; -+}; -+ -+#define AuPlink_NHASH 100 -+static inline int au_plink_hash(ino_t ino) -+{ -+ return ino % AuPlink_NHASH; -+} -+ -+/* File-based Hierarchical Storage Management */ -+struct au_fhsm { -+#ifdef CONFIG_AUFS_FHSM -+ /* allow only one process who can receive the notification */ -+ spinlock_t fhsm_spin; -+ pid_t fhsm_pid; -+ wait_queue_head_t fhsm_wqh; -+ atomic_t fhsm_readable; -+ -+ /* these are protected by si_rwsem */ -+ unsigned long fhsm_expire; -+ aufs_bindex_t fhsm_bottom; -+#endif -+}; -+ -+struct au_branch; -+struct au_sbinfo { -+ /* nowait tasks in the system-wide workqueue */ -+ struct au_nowait_tasks si_nowait; -+ -+ /* -+ * tried sb->s_umount, but failed due to the dependency between i_mutex. -+ * rwsem for au_sbinfo is necessary. -+ */ -+ struct au_rwsem si_rwsem; -+ -+ /* -+ * dirty approach to protect sb->sb_inodes and ->s_files (gone) from -+ * remount. -+ */ -+ au_lcnt_t si_ninodes, si_nfiles; -+ -+ /* branch management */ -+ unsigned int si_generation; -+ -+ /* see AuSi_ flags */ -+ unsigned char au_si_status; -+ -+ aufs_bindex_t si_bbot; -+ -+ /* dirty trick to keep br_id plus */ -+ unsigned int si_last_br_id : -+ sizeof(aufs_bindex_t) * BITS_PER_BYTE - 1; -+ struct au_branch **si_branch; -+ -+ /* policy to select a writable branch */ -+ unsigned char si_wbr_copyup; -+ unsigned char si_wbr_create; -+ struct au_wbr_copyup_operations *si_wbr_copyup_ops; -+ struct au_wbr_create_operations *si_wbr_create_ops; -+ -+ /* round robin */ -+ atomic_t si_wbr_rr_next; -+ -+ /* most free space */ -+ struct au_wbr_mfs si_wbr_mfs; -+ -+ /* File-based Hierarchical Storage Management */ -+ struct au_fhsm si_fhsm; -+ -+ /* mount flags */ -+ /* include/asm-ia64/siginfo.h defines a macro named si_flags */ -+ unsigned int si_mntflags; -+ -+ /* external inode number (bitmap and translation table) */ -+ vfs_readf_t si_xread; -+ vfs_writef_t si_xwrite; -+ loff_t si_ximaxent; /* max entries in a xino */ -+ -+ struct file *si_xib; -+ struct mutex si_xib_mtx; /* protect xib members */ -+ unsigned long *si_xib_buf; -+ unsigned long si_xib_last_pindex; -+ int si_xib_next_bit; -+ -+ unsigned long si_xino_jiffy; -+ unsigned long si_xino_expire; -+ /* reserved for future use */ -+ /* unsigned long long si_xib_limit; */ /* Max xib file size */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+ /* i_generation */ -+ /* todo: make xigen file an array to support many inode numbers */ -+ struct file *si_xigen; -+ atomic_t si_xigen_next; -+#endif -+ -+ /* dirty trick to support atomic_open */ -+ struct hlist_bl_head si_aopen; -+ -+ /* vdir parameters */ -+ unsigned long si_rdcache; /* max cache time in jiffies */ -+ unsigned int si_rdblk; /* deblk size */ -+ unsigned int si_rdhash; /* hash size */ -+ -+ /* -+ * If the number of whiteouts are larger than si_dirwh, leave all of -+ * them after au_whtmp_ren to reduce the cost of rmdir(2). -+ * future fsck.aufs or kernel thread will remove them later. -+ * Otherwise, remove all whiteouts and the dir in rmdir(2). -+ */ -+ unsigned int si_dirwh; -+ -+ /* pseudo_link list */ -+ struct hlist_bl_head si_plink[AuPlink_NHASH]; -+ wait_queue_head_t si_plink_wq; -+ spinlock_t si_plink_maint_lock; -+ pid_t si_plink_maint_pid; -+ -+ /* file list */ -+ struct hlist_bl_head si_files; -+ -+ /* with/without getattr, brother of sb->s_d_op */ -+ struct inode_operations *si_iop_array; -+ -+ /* -+ * sysfs and lifetime management. -+ * this is not a small structure and it may be a waste of memory in case -+ * of sysfs is disabled, particularly when many aufs-es are mounted. -+ * but using sysfs is majority. -+ */ -+ struct kobject si_kobj; -+#ifdef CONFIG_DEBUG_FS -+ struct dentry *si_dbgaufs; -+ struct dentry *si_dbgaufs_plink; -+ struct dentry *si_dbgaufs_xib; -+#ifdef CONFIG_AUFS_EXPORT -+ struct dentry *si_dbgaufs_xigen; -+#endif -+#endif -+ -+#ifdef CONFIG_AUFS_SBILIST -+ struct hlist_bl_node si_list; -+#endif -+ -+ /* dirty, necessary for unmounting, sysfs and sysrq */ -+ struct super_block *si_sb; -+}; -+ -+/* sbinfo status flags */ -+/* -+ * set true when refresh_dirs() failed at remount time. -+ * then try refreshing dirs at access time again. -+ * if it is false, refreshing dirs at access time is unnecessary -+ */ -+#define AuSi_FAILED_REFRESH_DIR 1 -+#define AuSi_FHSM (1 << 1) /* fhsm is active now */ -+#define AuSi_NO_DREVAL (1 << 2) /* disable all d_revalidate */ -+ -+#ifndef CONFIG_AUFS_FHSM -+#undef AuSi_FHSM -+#define AuSi_FHSM 0 -+#endif -+ -+static inline unsigned char au_do_ftest_si(struct au_sbinfo *sbi, -+ unsigned int flag) -+{ -+ AuRwMustAnyLock(&sbi->si_rwsem); -+ return sbi->au_si_status & flag; -+} -+#define au_ftest_si(sbinfo, name) au_do_ftest_si(sbinfo, AuSi_##name) -+#define au_fset_si(sbinfo, name) do { \ -+ AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ -+ (sbinfo)->au_si_status |= AuSi_##name; \ -+} while (0) -+#define au_fclr_si(sbinfo, name) do { \ -+ AuRwMustWriteLock(&(sbinfo)->si_rwsem); \ -+ (sbinfo)->au_si_status &= ~AuSi_##name; \ -+} while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policy to select one among writable branches */ -+#define AuWbrCopyup(sbinfo, ...) \ -+ ((sbinfo)->si_wbr_copyup_ops->copyup(__VA_ARGS__)) -+#define AuWbrCreate(sbinfo, ...) \ -+ ((sbinfo)->si_wbr_create_ops->create(__VA_ARGS__)) -+ -+/* flags for si_read_lock()/aufs_read_lock()/di_read_lock() */ -+#define AuLock_DW 1 /* write-lock dentry */ -+#define AuLock_IR (1 << 1) /* read-lock inode */ -+#define AuLock_IW (1 << 2) /* write-lock inode */ -+#define AuLock_FLUSH (1 << 3) /* wait for 'nowait' tasks */ -+#define AuLock_DIRS (1 << 4) /* target is a pair of dirs */ -+ /* except RENAME_EXCHANGE */ -+#define AuLock_NOPLM (1 << 5) /* return err in plm mode */ -+#define AuLock_NOPLMW (1 << 6) /* wait for plm mode ends */ -+#define AuLock_GEN (1 << 7) /* test digen/iigen */ -+#define au_ftest_lock(flags, name) ((flags) & AuLock_##name) -+#define au_fset_lock(flags, name) \ -+ do { (flags) |= AuLock_##name; } while (0) -+#define au_fclr_lock(flags, name) \ -+ do { (flags) &= ~AuLock_##name; } while (0) -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* super.c */ -+extern struct file_system_type aufs_fs_type; -+struct inode *au_iget_locked(struct super_block *sb, ino_t ino); -+typedef unsigned long long (*au_arraycb_t)(struct super_block *sb, void *array, -+ unsigned long long max, void *arg); -+void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, -+ struct super_block *sb, void *arg); -+struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max); -+void au_iarray_free(struct inode **a, unsigned long long max); -+ -+/* sbinfo.c */ -+void au_si_free(struct kobject *kobj); -+int au_si_alloc(struct super_block *sb); -+int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr, int may_shrink); -+ -+unsigned int au_sigen_inc(struct super_block *sb); -+aufs_bindex_t au_new_br_id(struct super_block *sb); -+ -+int si_read_lock(struct super_block *sb, int flags); -+int si_write_lock(struct super_block *sb, int flags); -+int aufs_read_lock(struct dentry *dentry, int flags); -+void aufs_read_unlock(struct dentry *dentry, int flags); -+void aufs_write_lock(struct dentry *dentry); -+void aufs_write_unlock(struct dentry *dentry); -+int aufs_read_and_write_lock2(struct dentry *d1, struct dentry *d2, int flags); -+void aufs_read_and_write_unlock2(struct dentry *d1, struct dentry *d2); -+ -+/* wbr_policy.c */ -+extern struct au_wbr_copyup_operations au_wbr_copyup_ops[]; -+extern struct au_wbr_create_operations au_wbr_create_ops[]; -+int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst); -+int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex); -+int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t btop); -+ -+/* mvdown.c */ -+int au_mvdown(struct dentry *dentry, struct aufs_mvdown __user *arg); -+ -+#ifdef CONFIG_AUFS_FHSM -+/* fhsm.c */ -+ -+static inline pid_t au_fhsm_pid(struct au_fhsm *fhsm) -+{ -+ pid_t pid; -+ -+ spin_lock(&fhsm->fhsm_spin); -+ pid = fhsm->fhsm_pid; -+ spin_unlock(&fhsm->fhsm_spin); -+ -+ return pid; -+} -+ -+void au_fhsm_wrote(struct super_block *sb, aufs_bindex_t bindex, int force); -+void au_fhsm_wrote_all(struct super_block *sb, int force); -+int au_fhsm_fd(struct super_block *sb, int oflags); -+int au_fhsm_br_alloc(struct au_branch *br); -+void au_fhsm_set_bottom(struct super_block *sb, aufs_bindex_t bindex); -+void au_fhsm_fin(struct super_block *sb); -+void au_fhsm_init(struct au_sbinfo *sbinfo); -+void au_fhsm_set(struct au_sbinfo *sbinfo, unsigned int sec); -+void au_fhsm_show(struct seq_file *seq, struct au_sbinfo *sbinfo); -+#else -+AuStubVoid(au_fhsm_wrote, struct super_block *sb, aufs_bindex_t bindex, -+ int force) -+AuStubVoid(au_fhsm_wrote_all, struct super_block *sb, int force) -+AuStub(int, au_fhsm_fd, return -EOPNOTSUPP, struct super_block *sb, int oflags) -+AuStub(pid_t, au_fhsm_pid, return 0, struct au_fhsm *fhsm) -+AuStubInt0(au_fhsm_br_alloc, struct au_branch *br) -+AuStubVoid(au_fhsm_set_bottom, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(au_fhsm_fin, struct super_block *sb) -+AuStubVoid(au_fhsm_init, struct au_sbinfo *sbinfo) -+AuStubVoid(au_fhsm_set, struct au_sbinfo *sbinfo, unsigned int sec) -+AuStubVoid(au_fhsm_show, struct seq_file *seq, struct au_sbinfo *sbinfo) -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct au_sbinfo *au_sbi(struct super_block *sb) -+{ -+ return sb->s_fs_info; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_EXPORT -+int au_test_nfsd(void); -+void au_export_init(struct super_block *sb); -+void au_xigen_inc(struct inode *inode); -+int au_xigen_new(struct inode *inode); -+int au_xigen_set(struct super_block *sb, struct path *path); -+void au_xigen_clr(struct super_block *sb); -+ -+static inline int au_busy_or_stale(void) -+{ -+ if (!au_test_nfsd()) -+ return -EBUSY; -+ return -ESTALE; -+} -+#else -+AuStubInt0(au_test_nfsd, void) -+AuStubVoid(au_export_init, struct super_block *sb) -+AuStubVoid(au_xigen_inc, struct inode *inode) -+AuStubInt0(au_xigen_new, struct inode *inode) -+AuStubInt0(au_xigen_set, struct super_block *sb, struct path *path) -+AuStubVoid(au_xigen_clr, struct super_block *sb) -+AuStub(int, au_busy_or_stale, return -EBUSY, void) -+#endif /* CONFIG_AUFS_EXPORT */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_SBILIST -+/* module.c */ -+extern struct hlist_bl_head au_sbilist; -+ -+static inline void au_sbilist_init(void) -+{ -+ INIT_HLIST_BL_HEAD(&au_sbilist); -+} -+ -+static inline void au_sbilist_add(struct super_block *sb) -+{ -+ au_hbl_add(&au_sbi(sb)->si_list, &au_sbilist); -+} -+ -+static inline void au_sbilist_del(struct super_block *sb) -+{ -+ au_hbl_del(&au_sbi(sb)->si_list, &au_sbilist); -+} -+ -+#ifdef CONFIG_AUFS_MAGIC_SYSRQ -+static inline void au_sbilist_lock(void) -+{ -+ hlist_bl_lock(&au_sbilist); -+} -+ -+static inline void au_sbilist_unlock(void) -+{ -+ hlist_bl_unlock(&au_sbilist); -+} -+#define AuGFP_SBILIST GFP_ATOMIC -+#else -+AuStubVoid(au_sbilist_lock, void) -+AuStubVoid(au_sbilist_unlock, void) -+#define AuGFP_SBILIST GFP_NOFS -+#endif /* CONFIG_AUFS_MAGIC_SYSRQ */ -+#else -+AuStubVoid(au_sbilist_init, void) -+AuStubVoid(au_sbilist_add, struct super_block *sb) -+AuStubVoid(au_sbilist_del, struct super_block *sb) -+AuStubVoid(au_sbilist_lock, void) -+AuStubVoid(au_sbilist_unlock, void) -+#define AuGFP_SBILIST GFP_NOFS -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void dbgaufs_si_null(struct au_sbinfo *sbinfo) -+{ -+ /* -+ * This function is a dynamic '__init' function actually, -+ * so the tiny check for si_rwsem is unnecessary. -+ */ -+ /* AuRwMustWriteLock(&sbinfo->si_rwsem); */ -+#ifdef CONFIG_DEBUG_FS -+ sbinfo->si_dbgaufs = NULL; -+ sbinfo->si_dbgaufs_plink = NULL; -+ sbinfo->si_dbgaufs_xib = NULL; -+#ifdef CONFIG_AUFS_EXPORT -+ sbinfo->si_dbgaufs_xigen = NULL; -+#endif -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* current->atomic_flags */ -+/* this value should never corrupt the ones defined in linux/sched.h */ -+#define PFA_AUFS 7 -+ -+TASK_PFA_TEST(AUFS, test_aufs) /* task_test_aufs */ -+TASK_PFA_SET(AUFS, aufs) /* task_set_aufs */ -+TASK_PFA_CLEAR(AUFS, aufs) /* task_clear_aufs */ -+ -+static inline int si_pid_test(struct super_block *sb) -+{ -+ return !!task_test_aufs(current); -+} -+ -+static inline void si_pid_clr(struct super_block *sb) -+{ -+ AuDebugOn(!task_test_aufs(current)); -+ task_clear_aufs(current); -+} -+ -+static inline void si_pid_set(struct super_block *sb) -+{ -+ AuDebugOn(task_test_aufs(current)); -+ task_set_aufs(current); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock superblock. mainly for entry point functions */ -+#define __si_read_lock(sb) au_rw_read_lock(&au_sbi(sb)->si_rwsem) -+#define __si_write_lock(sb) au_rw_write_lock(&au_sbi(sb)->si_rwsem) -+#define __si_read_trylock(sb) au_rw_read_trylock(&au_sbi(sb)->si_rwsem) -+#define __si_write_trylock(sb) au_rw_write_trylock(&au_sbi(sb)->si_rwsem) -+/* -+#define __si_read_trylock_nested(sb) \ -+ au_rw_read_trylock_nested(&au_sbi(sb)->si_rwsem) -+#define __si_write_trylock_nested(sb) \ -+ au_rw_write_trylock_nested(&au_sbi(sb)->si_rwsem) -+*/ -+ -+#define __si_read_unlock(sb) au_rw_read_unlock(&au_sbi(sb)->si_rwsem) -+#define __si_write_unlock(sb) au_rw_write_unlock(&au_sbi(sb)->si_rwsem) -+#define __si_downgrade_lock(sb) au_rw_dgrade_lock(&au_sbi(sb)->si_rwsem) -+ -+#define SiMustNoWaiters(sb) AuRwMustNoWaiters(&au_sbi(sb)->si_rwsem) -+#define SiMustAnyLock(sb) AuRwMustAnyLock(&au_sbi(sb)->si_rwsem) -+#define SiMustWriteLock(sb) AuRwMustWriteLock(&au_sbi(sb)->si_rwsem) -+ -+static inline void si_noflush_read_lock(struct super_block *sb) -+{ -+ __si_read_lock(sb); -+ si_pid_set(sb); -+} -+ -+static inline int si_noflush_read_trylock(struct super_block *sb) -+{ -+ int locked; -+ -+ locked = __si_read_trylock(sb); -+ if (locked) -+ si_pid_set(sb); -+ return locked; -+} -+ -+static inline void si_noflush_write_lock(struct super_block *sb) -+{ -+ __si_write_lock(sb); -+ si_pid_set(sb); -+} -+ -+static inline int si_noflush_write_trylock(struct super_block *sb) -+{ -+ int locked; -+ -+ locked = __si_write_trylock(sb); -+ if (locked) -+ si_pid_set(sb); -+ return locked; -+} -+ -+#if 0 /* reserved */ -+static inline int si_read_trylock(struct super_block *sb, int flags) -+{ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ return si_noflush_read_trylock(sb); -+} -+#endif -+ -+static inline void si_read_unlock(struct super_block *sb) -+{ -+ si_pid_clr(sb); -+ __si_read_unlock(sb); -+} -+ -+#if 0 /* reserved */ -+static inline int si_write_trylock(struct super_block *sb, int flags) -+{ -+ if (au_ftest_lock(flags, FLUSH)) -+ au_nwt_flush(&au_sbi(sb)->si_nowait); -+ return si_noflush_write_trylock(sb); -+} -+#endif -+ -+static inline void si_write_unlock(struct super_block *sb) -+{ -+ si_pid_clr(sb); -+ __si_write_unlock(sb); -+} -+ -+#if 0 /* reserved */ -+static inline void si_downgrade_lock(struct super_block *sb) -+{ -+ __si_downgrade_lock(sb); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline aufs_bindex_t au_sbbot(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_bbot; -+} -+ -+static inline unsigned int au_mntflags(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_mntflags; -+} -+ -+static inline unsigned int au_sigen(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_generation; -+} -+ -+static inline struct au_branch *au_sbr(struct super_block *sb, -+ aufs_bindex_t bindex) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_branch[0 + bindex]; -+} -+ -+static inline loff_t au_xi_maxent(struct super_block *sb) -+{ -+ SiMustAnyLock(sb); -+ return au_sbi(sb)->si_ximaxent; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_SUPER_H__ */ -diff --git a/fs/aufs/sysaufs.c b/fs/aufs/sysaufs.c -new file mode 100644 -index 000000000000..0e9bcb0232bc ---- /dev/null -+++ b/fs/aufs/sysaufs.c -@@ -0,0 +1,80 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface and lifetime management -+ * they are necessary regardless sysfs is disabled. -+ */ -+ -+#include -+#include "aufs.h" -+ -+unsigned long sysaufs_si_mask; -+struct kset *sysaufs_kset; -+ -+#define AuSiAttr(_name) { \ -+ .attr = { .name = __stringify(_name), .mode = 0444 }, \ -+ .show = sysaufs_si_##_name, \ -+} -+ -+static struct sysaufs_si_attr sysaufs_si_attr_xi_path = AuSiAttr(xi_path); -+struct attribute *sysaufs_si_attrs[] = { -+ &sysaufs_si_attr_xi_path.attr, -+ NULL, -+}; -+ -+static const struct sysfs_ops au_sbi_ops = { -+ .show = sysaufs_si_show -+}; -+ -+static struct kobj_type au_sbi_ktype = { -+ .release = au_si_free, -+ .sysfs_ops = &au_sbi_ops, -+ .default_attrs = sysaufs_si_attrs -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int sysaufs_si_init(struct au_sbinfo *sbinfo) -+{ -+ int err; -+ -+ sbinfo->si_kobj.kset = sysaufs_kset; -+ /* cf. sysaufs_name() */ -+ err = kobject_init_and_add -+ (&sbinfo->si_kobj, &au_sbi_ktype, /*&sysaufs_kset->kobj*/NULL, -+ SysaufsSiNamePrefix "%lx", sysaufs_si_id(sbinfo)); -+ -+ return err; -+} -+ -+void sysaufs_fin(void) -+{ -+ sysfs_remove_group(&sysaufs_kset->kobj, sysaufs_attr_group); -+ kset_unregister(sysaufs_kset); -+} -+ -+int __init sysaufs_init(void) -+{ -+ int err; -+ -+ do { -+ get_random_bytes(&sysaufs_si_mask, sizeof(sysaufs_si_mask)); -+ } while (!sysaufs_si_mask); -+ -+ err = -EINVAL; -+ sysaufs_kset = kset_create_and_add(AUFS_NAME, NULL, fs_kobj); -+ if (unlikely(!sysaufs_kset)) -+ goto out; -+ err = PTR_ERR(sysaufs_kset); -+ if (IS_ERR(sysaufs_kset)) -+ goto out; -+ err = sysfs_create_group(&sysaufs_kset->kobj, sysaufs_attr_group); -+ if (unlikely(err)) -+ kset_unregister(sysaufs_kset); -+ -+out: -+ return err; -+} -diff --git a/fs/aufs/sysaufs.h b/fs/aufs/sysaufs.h -new file mode 100644 -index 000000000000..bf82fa4730d3 ---- /dev/null -+++ b/fs/aufs/sysaufs.h -@@ -0,0 +1,89 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface and mount lifetime management -+ */ -+ -+#ifndef __SYSAUFS_H__ -+#define __SYSAUFS_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include "module.h" -+ -+struct super_block; -+struct au_sbinfo; -+ -+struct sysaufs_si_attr { -+ struct attribute attr; -+ int (*show)(struct seq_file *seq, struct super_block *sb); -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* sysaufs.c */ -+extern unsigned long sysaufs_si_mask; -+extern struct kset *sysaufs_kset; -+extern struct attribute *sysaufs_si_attrs[]; -+int sysaufs_si_init(struct au_sbinfo *sbinfo); -+int __init sysaufs_init(void); -+void sysaufs_fin(void); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* some people doesn't like to show a pointer in kernel */ -+static inline unsigned long sysaufs_si_id(struct au_sbinfo *sbinfo) -+{ -+ return sysaufs_si_mask ^ (unsigned long)sbinfo; -+} -+ -+#define SysaufsSiNamePrefix "si_" -+#define SysaufsSiNameLen (sizeof(SysaufsSiNamePrefix) + 16) -+static inline void sysaufs_name(struct au_sbinfo *sbinfo, char *name) -+{ -+ snprintf(name, SysaufsSiNameLen, SysaufsSiNamePrefix "%lx", -+ sysaufs_si_id(sbinfo)); -+} -+ -+struct au_branch; -+#ifdef CONFIG_SYSFS -+/* sysfs.c */ -+extern struct attribute_group *sysaufs_attr_group; -+ -+int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb); -+ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, -+ char *buf); -+long au_brinfo_ioctl(struct file *file, unsigned long arg); -+#ifdef CONFIG_COMPAT -+long au_brinfo_compat_ioctl(struct file *file, unsigned long arg); -+#endif -+ -+void sysaufs_br_init(struct au_branch *br); -+void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex); -+void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex); -+ -+#define sysaufs_brs_init() do {} while (0) -+ -+#else -+#define sysaufs_attr_group NULL -+ -+AuStubInt0(sysaufs_si_xi_path, struct seq_file *seq, struct super_block *sb) -+AuStub(ssize_t, sysaufs_si_show, return 0, struct kobject *kobj, -+ struct attribute *attr, char *buf) -+AuStubVoid(sysaufs_br_init, struct au_branch *br) -+AuStubVoid(sysaufs_brs_add, struct super_block *sb, aufs_bindex_t bindex) -+AuStubVoid(sysaufs_brs_del, struct super_block *sb, aufs_bindex_t bindex) -+ -+static inline void sysaufs_brs_init(void) -+{ -+ sysaufs_brs = 0; -+} -+ -+#endif /* CONFIG_SYSFS */ -+ -+#endif /* __KERNEL__ */ -+#endif /* __SYSAUFS_H__ */ -diff --git a/fs/aufs/sysfs.c b/fs/aufs/sysfs.c -new file mode 100644 -index 000000000000..bb90eb1021cb ---- /dev/null -+++ b/fs/aufs/sysfs.c -@@ -0,0 +1,337 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * sysfs interface -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static struct attribute *au_attr[] = { -+ NULL, /* need to NULL terminate the list of attributes */ -+}; -+ -+static struct attribute_group sysaufs_attr_group_body = { -+ .attrs = au_attr -+}; -+ -+struct attribute_group *sysaufs_attr_group = &sysaufs_attr_group_body; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int sysaufs_si_xi_path(struct seq_file *seq, struct super_block *sb) -+{ -+ int err; -+ -+ SiMustAnyLock(sb); -+ -+ err = 0; -+ if (au_opt_test(au_mntflags(sb), XINO)) { -+ err = au_xino_path(seq, au_sbi(sb)->si_xib); -+ seq_putc(seq, '\n'); -+ } -+ return err; -+} -+ -+/* -+ * the lifetime of branch is independent from the entry under sysfs. -+ * sysfs handles the lifetime of the entry, and never call ->show() after it is -+ * unlinked. -+ */ -+static int sysaufs_si_br(struct seq_file *seq, struct super_block *sb, -+ aufs_bindex_t bindex, int idx) -+{ -+ int err; -+ struct path path; -+ struct dentry *root; -+ struct au_branch *br; -+ au_br_perm_str_t perm; -+ -+ AuDbg("b%d\n", bindex); -+ -+ err = 0; -+ root = sb->s_root; -+ di_read_lock_parent(root, !AuLock_IR); -+ br = au_sbr(sb, bindex); -+ -+ switch (idx) { -+ case AuBrSysfs_BR: -+ path.mnt = au_br_mnt(br); -+ path.dentry = au_h_dptr(root, bindex); -+ err = au_seq_path(seq, &path); -+ if (!err) { -+ au_optstr_br_perm(&perm, br->br_perm); -+ seq_printf(seq, "=%s\n", perm.a); -+ } -+ break; -+ case AuBrSysfs_BRID: -+ seq_printf(seq, "%d\n", br->br_id); -+ break; -+ } -+ di_read_unlock(root, !AuLock_IR); -+ if (unlikely(err || seq_has_overflowed(seq))) -+ err = -E2BIG; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static struct seq_file *au_seq(char *p, ssize_t len) -+{ -+ struct seq_file *seq; -+ -+ seq = kzalloc(sizeof(*seq), GFP_NOFS); -+ if (seq) { -+ /* mutex_init(&seq.lock); */ -+ seq->buf = p; -+ seq->size = len; -+ return seq; /* success */ -+ } -+ -+ seq = ERR_PTR(-ENOMEM); -+ return seq; -+} -+ -+#define SysaufsBr_PREFIX "br" -+#define SysaufsBrid_PREFIX "brid" -+ -+/* todo: file size may exceed PAGE_SIZE */ -+ssize_t sysaufs_si_show(struct kobject *kobj, struct attribute *attr, -+ char *buf) -+{ -+ ssize_t err; -+ int idx; -+ long l; -+ aufs_bindex_t bbot; -+ struct au_sbinfo *sbinfo; -+ struct super_block *sb; -+ struct seq_file *seq; -+ char *name; -+ struct attribute **cattr; -+ -+ sbinfo = container_of(kobj, struct au_sbinfo, si_kobj); -+ sb = sbinfo->si_sb; -+ -+ /* -+ * prevent a race condition between sysfs and aufs. -+ * for instance, sysfs_file_read() calls sysfs_get_active_two() which -+ * prohibits maintaining the sysfs entries. -+ * hew we acquire read lock after sysfs_get_active_two(). -+ * on the other hand, the remount process may maintain the sysfs/aufs -+ * entries after acquiring write lock. -+ * it can cause a deadlock. -+ * simply we gave up processing read here. -+ */ -+ err = -EBUSY; -+ if (unlikely(!si_noflush_read_trylock(sb))) -+ goto out; -+ -+ seq = au_seq(buf, PAGE_SIZE); -+ err = PTR_ERR(seq); -+ if (IS_ERR(seq)) -+ goto out_unlock; -+ -+ name = (void *)attr->name; -+ cattr = sysaufs_si_attrs; -+ while (*cattr) { -+ if (!strcmp(name, (*cattr)->name)) { -+ err = container_of(*cattr, struct sysaufs_si_attr, attr) -+ ->show(seq, sb); -+ goto out_seq; -+ } -+ cattr++; -+ } -+ -+ if (!strncmp(name, SysaufsBrid_PREFIX, -+ sizeof(SysaufsBrid_PREFIX) - 1)) { -+ idx = AuBrSysfs_BRID; -+ name += sizeof(SysaufsBrid_PREFIX) - 1; -+ } else if (!strncmp(name, SysaufsBr_PREFIX, -+ sizeof(SysaufsBr_PREFIX) - 1)) { -+ idx = AuBrSysfs_BR; -+ name += sizeof(SysaufsBr_PREFIX) - 1; -+ } else -+ BUG(); -+ -+ err = kstrtol(name, 10, &l); -+ if (!err) { -+ bbot = au_sbbot(sb); -+ if (l <= bbot) -+ err = sysaufs_si_br(seq, sb, (aufs_bindex_t)l, idx); -+ else -+ err = -ENOENT; -+ } -+ -+out_seq: -+ if (!err) { -+ err = seq->count; -+ /* sysfs limit */ -+ if (unlikely(err == PAGE_SIZE)) -+ err = -EFBIG; -+ } -+ kfree(seq); -+out_unlock: -+ si_read_unlock(sb); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_brinfo(struct super_block *sb, union aufs_brinfo __user *arg) -+{ -+ int err; -+ int16_t brid; -+ aufs_bindex_t bindex, bbot; -+ size_t sz; -+ char *buf; -+ struct seq_file *seq; -+ struct au_branch *br; -+ -+ si_read_lock(sb, AuLock_FLUSH); -+ bbot = au_sbbot(sb); -+ err = bbot + 1; -+ if (!arg) -+ goto out; -+ -+ err = -ENOMEM; -+ buf = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!buf)) -+ goto out; -+ -+ seq = au_seq(buf, PAGE_SIZE); -+ err = PTR_ERR(seq); -+ if (IS_ERR(seq)) -+ goto out_buf; -+ -+ sz = sizeof(*arg) - offsetof(union aufs_brinfo, path); -+ for (bindex = 0; bindex <= bbot; bindex++, arg++) { -+ err = !access_ok(VERIFY_WRITE, arg, sizeof(*arg)); -+ if (unlikely(err)) -+ break; -+ -+ br = au_sbr(sb, bindex); -+ brid = br->br_id; -+ BUILD_BUG_ON(sizeof(brid) != sizeof(arg->id)); -+ err = __put_user(brid, &arg->id); -+ if (unlikely(err)) -+ break; -+ -+ BUILD_BUG_ON(sizeof(br->br_perm) != sizeof(arg->perm)); -+ err = __put_user(br->br_perm, &arg->perm); -+ if (unlikely(err)) -+ break; -+ -+ err = au_seq_path(seq, &br->br_path); -+ if (unlikely(err)) -+ break; -+ seq_putc(seq, '\0'); -+ if (!seq_has_overflowed(seq)) { -+ err = copy_to_user(arg->path, seq->buf, seq->count); -+ seq->count = 0; -+ if (unlikely(err)) -+ break; -+ } else { -+ err = -E2BIG; -+ goto out_seq; -+ } -+ } -+ if (unlikely(err)) -+ err = -EFAULT; -+ -+out_seq: -+ kfree(seq); -+out_buf: -+ free_page((unsigned long)buf); -+out: -+ si_read_unlock(sb); -+ return err; -+} -+ -+long au_brinfo_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_brinfo(file->f_path.dentry->d_sb, (void __user *)arg); -+} -+ -+#ifdef CONFIG_COMPAT -+long au_brinfo_compat_ioctl(struct file *file, unsigned long arg) -+{ -+ return au_brinfo(file->f_path.dentry->d_sb, compat_ptr(arg)); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+void sysaufs_br_init(struct au_branch *br) -+{ -+ int i; -+ struct au_brsysfs *br_sysfs; -+ struct attribute *attr; -+ -+ br_sysfs = br->br_sysfs; -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ attr = &br_sysfs->attr; -+ sysfs_attr_init(attr); -+ attr->name = br_sysfs->name; -+ attr->mode = 0444; -+ br_sysfs++; -+ } -+} -+ -+void sysaufs_brs_del(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ struct au_branch *br; -+ struct kobject *kobj; -+ struct au_brsysfs *br_sysfs; -+ int i; -+ aufs_bindex_t bbot; -+ -+ if (!sysaufs_brs) -+ return; -+ -+ kobj = &au_sbi(sb)->si_kobj; -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ br_sysfs = br->br_sysfs; -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ sysfs_remove_file(kobj, &br_sysfs->attr); -+ br_sysfs++; -+ } -+ } -+} -+ -+void sysaufs_brs_add(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ int err, i; -+ aufs_bindex_t bbot; -+ struct kobject *kobj; -+ struct au_branch *br; -+ struct au_brsysfs *br_sysfs; -+ -+ if (!sysaufs_brs) -+ return; -+ -+ kobj = &au_sbi(sb)->si_kobj; -+ bbot = au_sbbot(sb); -+ for (; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ br_sysfs = br->br_sysfs; -+ snprintf(br_sysfs[AuBrSysfs_BR].name, sizeof(br_sysfs->name), -+ SysaufsBr_PREFIX "%d", bindex); -+ snprintf(br_sysfs[AuBrSysfs_BRID].name, sizeof(br_sysfs->name), -+ SysaufsBrid_PREFIX "%d", bindex); -+ for (i = 0; i < ARRAY_SIZE(br->br_sysfs); i++) { -+ err = sysfs_create_file(kobj, &br_sysfs->attr); -+ if (unlikely(err)) -+ pr_warn("failed %s under sysfs(%d)\n", -+ br_sysfs->name, err); -+ br_sysfs++; -+ } -+ } -+} -diff --git a/fs/aufs/sysrq.c b/fs/aufs/sysrq.c -new file mode 100644 -index 000000000000..e6b842a65117 ---- /dev/null -+++ b/fs/aufs/sysrq.c -@@ -0,0 +1,147 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * magic sysrq handler -+ */ -+ -+/* #include */ -+#include -+#include "aufs.h" -+ -+/* ---------------------------------------------------------------------- */ -+ -+static void sysrq_sb(struct super_block *sb) -+{ -+ char *plevel; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ struct hlist_bl_head *files; -+ struct hlist_bl_node *pos; -+ struct au_finfo *finfo; -+ -+ plevel = au_plevel; -+ au_plevel = KERN_WARNING; -+ -+ /* since we define pr_fmt, call printk directly */ -+#define pr(str) printk(KERN_WARNING AUFS_NAME ": " str) -+ -+ sbinfo = au_sbi(sb); -+ printk(KERN_WARNING "si=%lx\n", sysaufs_si_id(sbinfo)); -+ pr("superblock\n"); -+ au_dpri_sb(sb); -+ -+#if 0 -+ pr("root dentry\n"); -+ au_dpri_dentry(sb->s_root); -+ pr("root inode\n"); -+ au_dpri_inode(d_inode(sb->s_root)); -+#endif -+ -+#if 0 -+ do { -+ int err, i, j, ndentry; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ -+ err = au_dpages_init(&dpages, GFP_ATOMIC); -+ if (unlikely(err)) -+ break; -+ err = au_dcsub_pages(&dpages, sb->s_root, NULL, NULL); -+ if (!err) -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) -+ au_dpri_dentry(dpage->dentries[j]); -+ } -+ au_dpages_free(&dpages); -+ } while (0); -+#endif -+ -+#if 1 -+ { -+ struct inode *i; -+ -+ pr("isolated inode\n"); -+ spin_lock(&sb->s_inode_list_lock); -+ list_for_each_entry(i, &sb->s_inodes, i_sb_list) { -+ spin_lock(&i->i_lock); -+ if (1 || hlist_empty(&i->i_dentry)) -+ au_dpri_inode(i); -+ spin_unlock(&i->i_lock); -+ } -+ spin_unlock(&sb->s_inode_list_lock); -+ } -+#endif -+ pr("files\n"); -+ files = &au_sbi(sb)->si_files; -+ hlist_bl_lock(files); -+ hlist_bl_for_each_entry(finfo, pos, files, fi_hlist) { -+ umode_t mode; -+ -+ file = finfo->fi_file; -+ mode = file_inode(file)->i_mode; -+ if (!special_file(mode)) -+ au_dpri_file(file); -+ } -+ hlist_bl_unlock(files); -+ pr("done\n"); -+ -+#undef pr -+ au_plevel = plevel; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* module parameter */ -+static char *aufs_sysrq_key = "a"; -+module_param_named(sysrq, aufs_sysrq_key, charp, 0444); -+MODULE_PARM_DESC(sysrq, "MagicSysRq key for " AUFS_NAME); -+ -+static void au_sysrq(int key __maybe_unused) -+{ -+ struct au_sbinfo *sbinfo; -+ struct hlist_bl_node *pos; -+ -+ lockdep_off(); -+ au_sbilist_lock(); -+ hlist_bl_for_each_entry(sbinfo, pos, &au_sbilist, si_list) -+ sysrq_sb(sbinfo->si_sb); -+ au_sbilist_unlock(); -+ lockdep_on(); -+} -+ -+static struct sysrq_key_op au_sysrq_op = { -+ .handler = au_sysrq, -+ .help_msg = "Aufs", -+ .action_msg = "Aufs", -+ .enable_mask = SYSRQ_ENABLE_DUMP -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+int __init au_sysrq_init(void) -+{ -+ int err; -+ char key; -+ -+ err = -1; -+ key = *aufs_sysrq_key; -+ if ('a' <= key && key <= 'z') -+ err = register_sysrq_key(key, &au_sysrq_op); -+ if (unlikely(err)) -+ pr_err("err %d, sysrq=%c\n", err, key); -+ return err; -+} -+ -+void au_sysrq_fin(void) -+{ -+ int err; -+ -+ err = unregister_sysrq_key(*aufs_sysrq_key, &au_sysrq_op); -+ if (unlikely(err)) -+ pr_err("err %d (ignored)\n", err); -+} -diff --git a/fs/aufs/vdir.c b/fs/aufs/vdir.c -new file mode 100644 -index 000000000000..1e7075386a51 ---- /dev/null -+++ b/fs/aufs/vdir.c -@@ -0,0 +1,882 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * virtual or vertical directory -+ */ -+ -+#include "aufs.h" -+ -+static unsigned int calc_size(int nlen) -+{ -+ return ALIGN(sizeof(struct au_vdir_de) + nlen, sizeof(ino_t)); -+} -+ -+static int set_deblk_end(union au_vdir_deblk_p *p, -+ union au_vdir_deblk_p *deblk_end) -+{ -+ if (calc_size(0) <= deblk_end->deblk - p->deblk) { -+ p->de->de_str.len = 0; -+ /* smp_mb(); */ -+ return 0; -+ } -+ return -1; /* error */ -+} -+ -+/* returns true or false */ -+static int is_deblk_end(union au_vdir_deblk_p *p, -+ union au_vdir_deblk_p *deblk_end) -+{ -+ if (calc_size(0) <= deblk_end->deblk - p->deblk) -+ return !p->de->de_str.len; -+ return 1; -+} -+ -+static unsigned char *last_deblk(struct au_vdir *vdir) -+{ -+ return vdir->vd_deblk[vdir->vd_nblk - 1]; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* estimate the appropriate size for name hash table */ -+unsigned int au_rdhash_est(loff_t sz) -+{ -+ unsigned int n; -+ -+ n = UINT_MAX; -+ sz >>= 10; -+ if (sz < n) -+ n = sz; -+ if (sz < AUFS_RDHASH_DEF) -+ n = AUFS_RDHASH_DEF; -+ /* pr_info("n %u\n", n); */ -+ return n; -+} -+ -+/* -+ * the allocated memory has to be freed by -+ * au_nhash_wh_free() or au_nhash_de_free(). -+ */ -+int au_nhash_alloc(struct au_nhash *nhash, unsigned int num_hash, gfp_t gfp) -+{ -+ struct hlist_head *head; -+ unsigned int u; -+ size_t sz; -+ -+ sz = sizeof(*nhash->nh_head) * num_hash; -+ head = kmalloc(sz, gfp); -+ if (head) { -+ nhash->nh_num = num_hash; -+ nhash->nh_head = head; -+ for (u = 0; u < num_hash; u++) -+ INIT_HLIST_HEAD(head++); -+ return 0; /* success */ -+ } -+ -+ return -ENOMEM; -+} -+ -+static void nhash_count(struct hlist_head *head) -+{ -+#if 0 -+ unsigned long n; -+ struct hlist_node *pos; -+ -+ n = 0; -+ hlist_for_each(pos, head) -+ n++; -+ pr_info("%lu\n", n); -+#endif -+} -+ -+static void au_nhash_wh_do_free(struct hlist_head *head) -+{ -+ struct au_vdir_wh *pos; -+ struct hlist_node *node; -+ -+ hlist_for_each_entry_safe(pos, node, head, wh_hash) -+ kfree(pos); -+} -+ -+static void au_nhash_de_do_free(struct hlist_head *head) -+{ -+ struct au_vdir_dehstr *pos; -+ struct hlist_node *node; -+ -+ hlist_for_each_entry_safe(pos, node, head, hash) -+ au_cache_free_vdir_dehstr(pos); -+} -+ -+static void au_nhash_do_free(struct au_nhash *nhash, -+ void (*free)(struct hlist_head *head)) -+{ -+ unsigned int n; -+ struct hlist_head *head; -+ -+ n = nhash->nh_num; -+ if (!n) -+ return; -+ -+ head = nhash->nh_head; -+ while (n-- > 0) { -+ nhash_count(head); -+ free(head++); -+ } -+ kfree(nhash->nh_head); -+} -+ -+void au_nhash_wh_free(struct au_nhash *whlist) -+{ -+ au_nhash_do_free(whlist, au_nhash_wh_do_free); -+} -+ -+static void au_nhash_de_free(struct au_nhash *delist) -+{ -+ au_nhash_do_free(delist, au_nhash_de_do_free); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_nhash_test_longer_wh(struct au_nhash *whlist, aufs_bindex_t btgt, -+ int limit) -+{ -+ int num; -+ unsigned int u, n; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ -+ num = 0; -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (u = 0; u < n; u++, head++) -+ hlist_for_each_entry(pos, head, wh_hash) -+ if (pos->wh_bindex == btgt && ++num > limit) -+ return 1; -+ return 0; -+} -+ -+static struct hlist_head *au_name_hash(struct au_nhash *nhash, -+ unsigned char *name, -+ unsigned int len) -+{ -+ unsigned int v; -+ /* const unsigned int magic_bit = 12; */ -+ -+ AuDebugOn(!nhash->nh_num || !nhash->nh_head); -+ -+ v = 0; -+ if (len > 8) -+ len = 8; -+ while (len--) -+ v += *name++; -+ /* v = hash_long(v, magic_bit); */ -+ v %= nhash->nh_num; -+ return nhash->nh_head + v; -+} -+ -+static int au_nhash_test_name(struct au_vdir_destr *str, const char *name, -+ int nlen) -+{ -+ return str->len == nlen && !memcmp(str->name, name, nlen); -+} -+ -+/* returns found or not */ -+int au_nhash_test_known_wh(struct au_nhash *whlist, char *name, int nlen) -+{ -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct au_vdir_destr *str; -+ -+ head = au_name_hash(whlist, name, nlen); -+ hlist_for_each_entry(pos, head, wh_hash) { -+ str = &pos->wh_str; -+ AuDbg("%.*s\n", str->len, str->name); -+ if (au_nhash_test_name(str, name, nlen)) -+ return 1; -+ } -+ return 0; -+} -+ -+/* returns found(true) or not */ -+static int test_known(struct au_nhash *delist, char *name, int nlen) -+{ -+ struct hlist_head *head; -+ struct au_vdir_dehstr *pos; -+ struct au_vdir_destr *str; -+ -+ head = au_name_hash(delist, name, nlen); -+ hlist_for_each_entry(pos, head, hash) { -+ str = pos->str; -+ AuDbg("%.*s\n", str->len, str->name); -+ if (au_nhash_test_name(str, name, nlen)) -+ return 1; -+ } -+ return 0; -+} -+ -+static void au_shwh_init_wh(struct au_vdir_wh *wh, ino_t ino, -+ unsigned char d_type) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ wh->wh_ino = ino; -+ wh->wh_type = d_type; -+#endif -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_nhash_append_wh(struct au_nhash *whlist, char *name, int nlen, ino_t ino, -+ unsigned int d_type, aufs_bindex_t bindex, -+ unsigned char shwh) -+{ -+ int err; -+ struct au_vdir_destr *str; -+ struct au_vdir_wh *wh; -+ -+ AuDbg("%.*s\n", nlen, name); -+ AuDebugOn(!whlist->nh_num || !whlist->nh_head); -+ -+ err = -ENOMEM; -+ wh = kmalloc(sizeof(*wh) + nlen, GFP_NOFS); -+ if (unlikely(!wh)) -+ goto out; -+ -+ err = 0; -+ wh->wh_bindex = bindex; -+ if (shwh) -+ au_shwh_init_wh(wh, ino, d_type); -+ str = &wh->wh_str; -+ str->len = nlen; -+ memcpy(str->name, name, nlen); -+ hlist_add_head(&wh->wh_hash, au_name_hash(whlist, name, nlen)); -+ /* smp_mb(); */ -+ -+out: -+ return err; -+} -+ -+static int append_deblk(struct au_vdir *vdir) -+{ -+ int err; -+ unsigned long ul; -+ const unsigned int deblk_sz = vdir->vd_deblk_sz; -+ union au_vdir_deblk_p p, deblk_end; -+ unsigned char **o; -+ -+ err = -ENOMEM; -+ o = au_krealloc(vdir->vd_deblk, sizeof(*o) * (vdir->vd_nblk + 1), -+ GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!o)) -+ goto out; -+ -+ vdir->vd_deblk = o; -+ p.deblk = kmalloc(deblk_sz, GFP_NOFS); -+ if (p.deblk) { -+ ul = vdir->vd_nblk++; -+ vdir->vd_deblk[ul] = p.deblk; -+ vdir->vd_last.ul = ul; -+ vdir->vd_last.p.deblk = p.deblk; -+ deblk_end.deblk = p.deblk + deblk_sz; -+ err = set_deblk_end(&p, &deblk_end); -+ } -+ -+out: -+ return err; -+} -+ -+static int append_de(struct au_vdir *vdir, char *name, int nlen, ino_t ino, -+ unsigned int d_type, struct au_nhash *delist) -+{ -+ int err; -+ unsigned int sz; -+ const unsigned int deblk_sz = vdir->vd_deblk_sz; -+ union au_vdir_deblk_p p, *room, deblk_end; -+ struct au_vdir_dehstr *dehstr; -+ -+ p.deblk = last_deblk(vdir); -+ deblk_end.deblk = p.deblk + deblk_sz; -+ room = &vdir->vd_last.p; -+ AuDebugOn(room->deblk < p.deblk || deblk_end.deblk <= room->deblk -+ || !is_deblk_end(room, &deblk_end)); -+ -+ sz = calc_size(nlen); -+ if (unlikely(sz > deblk_end.deblk - room->deblk)) { -+ err = append_deblk(vdir); -+ if (unlikely(err)) -+ goto out; -+ -+ p.deblk = last_deblk(vdir); -+ deblk_end.deblk = p.deblk + deblk_sz; -+ /* smp_mb(); */ -+ AuDebugOn(room->deblk != p.deblk); -+ } -+ -+ err = -ENOMEM; -+ dehstr = au_cache_alloc_vdir_dehstr(); -+ if (unlikely(!dehstr)) -+ goto out; -+ -+ dehstr->str = &room->de->de_str; -+ hlist_add_head(&dehstr->hash, au_name_hash(delist, name, nlen)); -+ room->de->de_ino = ino; -+ room->de->de_type = d_type; -+ room->de->de_str.len = nlen; -+ memcpy(room->de->de_str.name, name, nlen); -+ -+ err = 0; -+ room->deblk += sz; -+ if (unlikely(set_deblk_end(room, &deblk_end))) -+ err = append_deblk(vdir); -+ /* smp_mb(); */ -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_vdir_free(struct au_vdir *vdir) -+{ -+ unsigned char **deblk; -+ -+ deblk = vdir->vd_deblk; -+ while (vdir->vd_nblk--) -+ kfree(*deblk++); -+ kfree(vdir->vd_deblk); -+ au_cache_free_vdir(vdir); -+} -+ -+static struct au_vdir *alloc_vdir(struct file *file) -+{ -+ struct au_vdir *vdir; -+ struct super_block *sb; -+ int err; -+ -+ sb = file->f_path.dentry->d_sb; -+ SiMustAnyLock(sb); -+ -+ err = -ENOMEM; -+ vdir = au_cache_alloc_vdir(); -+ if (unlikely(!vdir)) -+ goto out; -+ -+ vdir->vd_deblk = kzalloc(sizeof(*vdir->vd_deblk), GFP_NOFS); -+ if (unlikely(!vdir->vd_deblk)) -+ goto out_free; -+ -+ vdir->vd_deblk_sz = au_sbi(sb)->si_rdblk; -+ if (!vdir->vd_deblk_sz) { -+ /* estimate the appropriate size for deblk */ -+ vdir->vd_deblk_sz = au_dir_size(file, /*dentry*/NULL); -+ /* pr_info("vd_deblk_sz %u\n", vdir->vd_deblk_sz); */ -+ } -+ vdir->vd_nblk = 0; -+ vdir->vd_version = 0; -+ vdir->vd_jiffy = 0; -+ err = append_deblk(vdir); -+ if (!err) -+ return vdir; /* success */ -+ -+ kfree(vdir->vd_deblk); -+ -+out_free: -+ au_cache_free_vdir(vdir); -+out: -+ vdir = ERR_PTR(err); -+ return vdir; -+} -+ -+static int reinit_vdir(struct au_vdir *vdir) -+{ -+ int err; -+ union au_vdir_deblk_p p, deblk_end; -+ -+ while (vdir->vd_nblk > 1) { -+ kfree(vdir->vd_deblk[vdir->vd_nblk - 1]); -+ /* vdir->vd_deblk[vdir->vd_nblk - 1] = NULL; */ -+ vdir->vd_nblk--; -+ } -+ p.deblk = vdir->vd_deblk[0]; -+ deblk_end.deblk = p.deblk + vdir->vd_deblk_sz; -+ err = set_deblk_end(&p, &deblk_end); -+ /* keep vd_dblk_sz */ -+ vdir->vd_last.ul = 0; -+ vdir->vd_last.p.deblk = vdir->vd_deblk[0]; -+ vdir->vd_version = 0; -+ vdir->vd_jiffy = 0; -+ /* smp_mb(); */ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuFillVdir_CALLED 1 -+#define AuFillVdir_WHABLE (1 << 1) -+#define AuFillVdir_SHWH (1 << 2) -+#define au_ftest_fillvdir(flags, name) ((flags) & AuFillVdir_##name) -+#define au_fset_fillvdir(flags, name) \ -+ do { (flags) |= AuFillVdir_##name; } while (0) -+#define au_fclr_fillvdir(flags, name) \ -+ do { (flags) &= ~AuFillVdir_##name; } while (0) -+ -+#ifndef CONFIG_AUFS_SHWH -+#undef AuFillVdir_SHWH -+#define AuFillVdir_SHWH 0 -+#endif -+ -+struct fillvdir_arg { -+ struct dir_context ctx; -+ struct file *file; -+ struct au_vdir *vdir; -+ struct au_nhash delist; -+ struct au_nhash whlist; -+ aufs_bindex_t bindex; -+ unsigned int flags; -+ int err; -+}; -+ -+static int fillvdir(struct dir_context *ctx, const char *__name, int nlen, -+ loff_t offset __maybe_unused, u64 h_ino, -+ unsigned int d_type) -+{ -+ struct fillvdir_arg *arg = container_of(ctx, struct fillvdir_arg, ctx); -+ char *name = (void *)__name; -+ struct super_block *sb; -+ ino_t ino; -+ const unsigned char shwh = !!au_ftest_fillvdir(arg->flags, SHWH); -+ -+ arg->err = 0; -+ sb = arg->file->f_path.dentry->d_sb; -+ au_fset_fillvdir(arg->flags, CALLED); -+ /* smp_mb(); */ -+ if (nlen <= AUFS_WH_PFX_LEN -+ || memcmp(name, AUFS_WH_PFX, AUFS_WH_PFX_LEN)) { -+ if (test_known(&arg->delist, name, nlen) -+ || au_nhash_test_known_wh(&arg->whlist, name, nlen)) -+ goto out; /* already exists or whiteouted */ -+ -+ arg->err = au_ino(sb, arg->bindex, h_ino, d_type, &ino); -+ if (!arg->err) { -+ if (unlikely(nlen > AUFS_MAX_NAMELEN)) -+ d_type = DT_UNKNOWN; -+ arg->err = append_de(arg->vdir, name, nlen, ino, -+ d_type, &arg->delist); -+ } -+ } else if (au_ftest_fillvdir(arg->flags, WHABLE)) { -+ name += AUFS_WH_PFX_LEN; -+ nlen -= AUFS_WH_PFX_LEN; -+ if (au_nhash_test_known_wh(&arg->whlist, name, nlen)) -+ goto out; /* already whiteouted */ -+ -+ ino = 0; /* just to suppress a warning */ -+ if (shwh) -+ arg->err = au_wh_ino(sb, arg->bindex, h_ino, d_type, -+ &ino); -+ if (!arg->err) { -+ if (nlen <= AUFS_MAX_NAMELEN + AUFS_WH_PFX_LEN) -+ d_type = DT_UNKNOWN; -+ arg->err = au_nhash_append_wh -+ (&arg->whlist, name, nlen, ino, d_type, -+ arg->bindex, shwh); -+ } -+ } -+ -+out: -+ if (!arg->err) -+ arg->vdir->vd_jiffy = jiffies; -+ /* smp_mb(); */ -+ AuTraceErr(arg->err); -+ return arg->err; -+} -+ -+static int au_handle_shwh(struct super_block *sb, struct au_vdir *vdir, -+ struct au_nhash *whlist, struct au_nhash *delist) -+{ -+#ifdef CONFIG_AUFS_SHWH -+ int err; -+ unsigned int nh, u; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct hlist_node *n; -+ char *p, *o; -+ struct au_vdir_destr *destr; -+ -+ AuDebugOn(!au_opt_test(au_mntflags(sb), SHWH)); -+ -+ err = -ENOMEM; -+ o = p = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!p)) -+ goto out; -+ -+ err = 0; -+ nh = whlist->nh_num; -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ p += AUFS_WH_PFX_LEN; -+ for (u = 0; u < nh; u++) { -+ head = whlist->nh_head + u; -+ hlist_for_each_entry_safe(pos, n, head, wh_hash) { -+ destr = &pos->wh_str; -+ memcpy(p, destr->name, destr->len); -+ err = append_de(vdir, o, destr->len + AUFS_WH_PFX_LEN, -+ pos->wh_ino, pos->wh_type, delist); -+ if (unlikely(err)) -+ break; -+ } -+ } -+ -+ free_page((unsigned long)o); -+ -+out: -+ AuTraceErr(err); -+ return err; -+#else -+ return 0; -+#endif -+} -+ -+static int au_do_read_vdir(struct fillvdir_arg *arg) -+{ -+ int err; -+ unsigned int rdhash; -+ loff_t offset; -+ aufs_bindex_t bbot, bindex, btop; -+ unsigned char shwh; -+ struct file *hf, *file; -+ struct super_block *sb; -+ -+ file = arg->file; -+ sb = file->f_path.dentry->d_sb; -+ SiMustAnyLock(sb); -+ -+ rdhash = au_sbi(sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = au_rdhash_est(au_dir_size(file, /*dentry*/NULL)); -+ err = au_nhash_alloc(&arg->delist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ err = au_nhash_alloc(&arg->whlist, rdhash, GFP_NOFS); -+ if (unlikely(err)) -+ goto out_delist; -+ -+ err = 0; -+ arg->flags = 0; -+ shwh = 0; -+ if (au_opt_test(au_mntflags(sb), SHWH)) { -+ shwh = 1; -+ au_fset_fillvdir(arg->flags, SHWH); -+ } -+ btop = au_fbtop(file); -+ bbot = au_fbbot_dir(file); -+ for (bindex = btop; !err && bindex <= bbot; bindex++) { -+ hf = au_hf_dir(file, bindex); -+ if (!hf) -+ continue; -+ -+ offset = vfsub_llseek(hf, 0, SEEK_SET); -+ err = offset; -+ if (unlikely(offset)) -+ break; -+ -+ arg->bindex = bindex; -+ au_fclr_fillvdir(arg->flags, WHABLE); -+ if (shwh -+ || (bindex != bbot -+ && au_br_whable(au_sbr_perm(sb, bindex)))) -+ au_fset_fillvdir(arg->flags, WHABLE); -+ do { -+ arg->err = 0; -+ au_fclr_fillvdir(arg->flags, CALLED); -+ /* smp_mb(); */ -+ err = vfsub_iterate_dir(hf, &arg->ctx); -+ if (err >= 0) -+ err = arg->err; -+ } while (!err && au_ftest_fillvdir(arg->flags, CALLED)); -+ -+ /* -+ * dir_relax() may be good for concurrency, but aufs should not -+ * use it since it will cause a lockdep problem. -+ */ -+ } -+ -+ if (!err && shwh) -+ err = au_handle_shwh(sb, arg->vdir, &arg->whlist, &arg->delist); -+ -+ au_nhash_wh_free(&arg->whlist); -+ -+out_delist: -+ au_nhash_de_free(&arg->delist); -+out: -+ return err; -+} -+ -+static int read_vdir(struct file *file, int may_read) -+{ -+ int err; -+ unsigned long expire; -+ unsigned char do_read; -+ struct fillvdir_arg arg = { -+ .ctx = { -+ .actor = fillvdir -+ } -+ }; -+ struct inode *inode; -+ struct au_vdir *vdir, *allocated; -+ -+ err = 0; -+ inode = file_inode(file); -+ IMustLock(inode); -+ IiMustWriteLock(inode); -+ SiMustAnyLock(inode->i_sb); -+ -+ allocated = NULL; -+ do_read = 0; -+ expire = au_sbi(inode->i_sb)->si_rdcache; -+ vdir = au_ivdir(inode); -+ if (!vdir) { -+ do_read = 1; -+ vdir = alloc_vdir(file); -+ err = PTR_ERR(vdir); -+ if (IS_ERR(vdir)) -+ goto out; -+ err = 0; -+ allocated = vdir; -+ } else if (may_read -+ && (!inode_eq_iversion(inode, vdir->vd_version) -+ || time_after(jiffies, vdir->vd_jiffy + expire))) { -+ do_read = 1; -+ err = reinit_vdir(vdir); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ if (!do_read) -+ return 0; /* success */ -+ -+ arg.file = file; -+ arg.vdir = vdir; -+ err = au_do_read_vdir(&arg); -+ if (!err) { -+ /* file->f_pos = 0; */ /* todo: ctx->pos? */ -+ vdir->vd_version = inode_query_iversion(inode); -+ vdir->vd_last.ul = 0; -+ vdir->vd_last.p.deblk = vdir->vd_deblk[0]; -+ if (allocated) -+ au_set_ivdir(inode, allocated); -+ } else if (allocated) -+ au_vdir_free(allocated); -+ -+out: -+ return err; -+} -+ -+static int copy_vdir(struct au_vdir *tgt, struct au_vdir *src) -+{ -+ int err, rerr; -+ unsigned long ul, n; -+ const unsigned int deblk_sz = src->vd_deblk_sz; -+ -+ AuDebugOn(tgt->vd_nblk != 1); -+ -+ err = -ENOMEM; -+ if (tgt->vd_nblk < src->vd_nblk) { -+ unsigned char **p; -+ -+ p = au_krealloc(tgt->vd_deblk, sizeof(*p) * src->vd_nblk, -+ GFP_NOFS, /*may_shrink*/0); -+ if (unlikely(!p)) -+ goto out; -+ tgt->vd_deblk = p; -+ } -+ -+ if (tgt->vd_deblk_sz != deblk_sz) { -+ unsigned char *p; -+ -+ tgt->vd_deblk_sz = deblk_sz; -+ p = au_krealloc(tgt->vd_deblk[0], deblk_sz, GFP_NOFS, -+ /*may_shrink*/1); -+ if (unlikely(!p)) -+ goto out; -+ tgt->vd_deblk[0] = p; -+ } -+ memcpy(tgt->vd_deblk[0], src->vd_deblk[0], deblk_sz); -+ tgt->vd_version = src->vd_version; -+ tgt->vd_jiffy = src->vd_jiffy; -+ -+ n = src->vd_nblk; -+ for (ul = 1; ul < n; ul++) { -+ tgt->vd_deblk[ul] = kmemdup(src->vd_deblk[ul], deblk_sz, -+ GFP_NOFS); -+ if (unlikely(!tgt->vd_deblk[ul])) -+ goto out; -+ tgt->vd_nblk++; -+ } -+ tgt->vd_nblk = n; -+ tgt->vd_last.ul = tgt->vd_last.ul; -+ tgt->vd_last.p.deblk = tgt->vd_deblk[tgt->vd_last.ul]; -+ tgt->vd_last.p.deblk += src->vd_last.p.deblk -+ - src->vd_deblk[src->vd_last.ul]; -+ /* smp_mb(); */ -+ return 0; /* success */ -+ -+out: -+ rerr = reinit_vdir(tgt); -+ BUG_ON(rerr); -+ return err; -+} -+ -+int au_vdir_init(struct file *file) -+{ -+ int err; -+ struct inode *inode; -+ struct au_vdir *vdir_cache, *allocated; -+ -+ /* test file->f_pos here instead of ctx->pos */ -+ err = read_vdir(file, !file->f_pos); -+ if (unlikely(err)) -+ goto out; -+ -+ allocated = NULL; -+ vdir_cache = au_fvdir_cache(file); -+ if (!vdir_cache) { -+ vdir_cache = alloc_vdir(file); -+ err = PTR_ERR(vdir_cache); -+ if (IS_ERR(vdir_cache)) -+ goto out; -+ allocated = vdir_cache; -+ } else if (!file->f_pos && vdir_cache->vd_version != file->f_version) { -+ /* test file->f_pos here instead of ctx->pos */ -+ err = reinit_vdir(vdir_cache); -+ if (unlikely(err)) -+ goto out; -+ } else -+ return 0; /* success */ -+ -+ inode = file_inode(file); -+ err = copy_vdir(vdir_cache, au_ivdir(inode)); -+ if (!err) { -+ file->f_version = inode_query_iversion(inode); -+ if (allocated) -+ au_set_fvdir_cache(file, allocated); -+ } else if (allocated) -+ au_vdir_free(allocated); -+ -+out: -+ return err; -+} -+ -+static loff_t calc_offset(struct au_vdir *vdir) -+{ -+ loff_t offset; -+ union au_vdir_deblk_p p; -+ -+ p.deblk = vdir->vd_deblk[vdir->vd_last.ul]; -+ offset = vdir->vd_last.p.deblk - p.deblk; -+ offset += vdir->vd_deblk_sz * vdir->vd_last.ul; -+ return offset; -+} -+ -+/* returns true or false */ -+static int seek_vdir(struct file *file, struct dir_context *ctx) -+{ -+ int valid; -+ unsigned int deblk_sz; -+ unsigned long ul, n; -+ loff_t offset; -+ union au_vdir_deblk_p p, deblk_end; -+ struct au_vdir *vdir_cache; -+ -+ valid = 1; -+ vdir_cache = au_fvdir_cache(file); -+ offset = calc_offset(vdir_cache); -+ AuDbg("offset %lld\n", offset); -+ if (ctx->pos == offset) -+ goto out; -+ -+ vdir_cache->vd_last.ul = 0; -+ vdir_cache->vd_last.p.deblk = vdir_cache->vd_deblk[0]; -+ if (!ctx->pos) -+ goto out; -+ -+ valid = 0; -+ deblk_sz = vdir_cache->vd_deblk_sz; -+ ul = div64_u64(ctx->pos, deblk_sz); -+ AuDbg("ul %lu\n", ul); -+ if (ul >= vdir_cache->vd_nblk) -+ goto out; -+ -+ n = vdir_cache->vd_nblk; -+ for (; ul < n; ul++) { -+ p.deblk = vdir_cache->vd_deblk[ul]; -+ deblk_end.deblk = p.deblk + deblk_sz; -+ offset = ul; -+ offset *= deblk_sz; -+ while (!is_deblk_end(&p, &deblk_end) && offset < ctx->pos) { -+ unsigned int l; -+ -+ l = calc_size(p.de->de_str.len); -+ offset += l; -+ p.deblk += l; -+ } -+ if (!is_deblk_end(&p, &deblk_end)) { -+ valid = 1; -+ vdir_cache->vd_last.ul = ul; -+ vdir_cache->vd_last.p = p; -+ break; -+ } -+ } -+ -+out: -+ /* smp_mb(); */ -+ if (!valid) -+ AuDbg("valid %d\n", !valid); -+ return valid; -+} -+ -+int au_vdir_fill_de(struct file *file, struct dir_context *ctx) -+{ -+ unsigned int l, deblk_sz; -+ union au_vdir_deblk_p deblk_end; -+ struct au_vdir *vdir_cache; -+ struct au_vdir_de *de; -+ -+ if (!seek_vdir(file, ctx)) -+ return 0; -+ -+ vdir_cache = au_fvdir_cache(file); -+ deblk_sz = vdir_cache->vd_deblk_sz; -+ while (1) { -+ deblk_end.deblk = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; -+ deblk_end.deblk += deblk_sz; -+ while (!is_deblk_end(&vdir_cache->vd_last.p, &deblk_end)) { -+ de = vdir_cache->vd_last.p.de; -+ AuDbg("%.*s, off%lld, i%lu, dt%d\n", -+ de->de_str.len, de->de_str.name, ctx->pos, -+ (unsigned long)de->de_ino, de->de_type); -+ if (unlikely(!dir_emit(ctx, de->de_str.name, -+ de->de_str.len, de->de_ino, -+ de->de_type))) { -+ /* todo: ignore the error caused by udba? */ -+ /* return err; */ -+ return 0; -+ } -+ -+ l = calc_size(de->de_str.len); -+ vdir_cache->vd_last.p.deblk += l; -+ ctx->pos += l; -+ } -+ if (vdir_cache->vd_last.ul < vdir_cache->vd_nblk - 1) { -+ vdir_cache->vd_last.ul++; -+ vdir_cache->vd_last.p.deblk -+ = vdir_cache->vd_deblk[vdir_cache->vd_last.ul]; -+ ctx->pos = deblk_sz * vdir_cache->vd_last.ul; -+ continue; -+ } -+ break; -+ } -+ -+ /* smp_mb(); */ -+ return 0; -+} -diff --git a/fs/aufs/vfsub.c b/fs/aufs/vfsub.c -new file mode 100644 -index 000000000000..1978e190da9e ---- /dev/null -+++ b/fs/aufs/vfsub.c -@@ -0,0 +1,889 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for VFS -+ */ -+ -+#include -+#include -+#include -+#include -+#include -+#include "aufs.h" -+ -+#ifdef CONFIG_AUFS_BR_FUSE -+int vfsub_test_mntns(struct vfsmount *mnt, struct super_block *h_sb) -+{ -+ if (!au_test_fuse(h_sb) || !au_userns) -+ return 0; -+ -+ return is_current_mnt_ns(mnt) ? 0 : -EACCES; -+} -+#endif -+ -+int vfsub_sync_filesystem(struct super_block *h_sb, int wait) -+{ -+ int err; -+ -+ lockdep_off(); -+ down_read(&h_sb->s_umount); -+ err = __sync_filesystem(h_sb, wait); -+ up_read(&h_sb->s_umount); -+ lockdep_on(); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_update_h_iattr(struct path *h_path, int *did) -+{ -+ int err; -+ struct kstat st; -+ struct super_block *h_sb; -+ -+ /* for remote fs, leave work for its getattr or d_revalidate */ -+ /* for bad i_attr fs, handle them in aufs_getattr() */ -+ /* still some fs may acquire i_mutex. we need to skip them */ -+ err = 0; -+ if (!did) -+ did = &err; -+ h_sb = h_path->dentry->d_sb; -+ *did = (!au_test_fs_remote(h_sb) && au_test_fs_refresh_iattr(h_sb)); -+ if (*did) -+ err = vfsub_getattr(h_path, &st); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct file *vfsub_dentry_open(struct path *path, int flags) -+{ -+ struct file *file; -+ -+ file = dentry_open(path, flags /* | __FMODE_NONOTIFY */, -+ current_cred()); -+ if (!IS_ERR_OR_NULL(file) -+ && (file->f_mode & (FMODE_READ | FMODE_WRITE)) == FMODE_READ) -+ i_readcount_inc(d_inode(path->dentry)); -+ -+ return file; -+} -+ -+struct file *vfsub_filp_open(const char *path, int oflags, int mode) -+{ -+ struct file *file; -+ -+ lockdep_off(); -+ file = filp_open(path, -+ oflags /* | __FMODE_NONOTIFY */, -+ mode); -+ lockdep_on(); -+ if (IS_ERR(file)) -+ goto out; -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ -+out: -+ return file; -+} -+ -+/* -+ * Ideally this function should call VFS:do_last() in order to keep all its -+ * checkings. But it is very hard for aufs to regenerate several VFS internal -+ * structure such as nameidata. This is a second (or third) best approach. -+ * cf. linux/fs/namei.c:do_last(), lookup_open() and atomic_open(). -+ */ -+int vfsub_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args) -+{ -+ int err; -+ struct au_branch *br = args->br; -+ struct file *file = args->file; -+ /* copied from linux/fs/namei.c:atomic_open() */ -+ struct dentry *const DENTRY_NOT_SET = (void *)-1UL; -+ -+ IMustLock(dir); -+ AuDebugOn(!dir->i_op->atomic_open); -+ -+ err = au_br_test_oflag(args->open_flag, br); -+ if (unlikely(err)) -+ goto out; -+ -+ au_lcnt_inc(&br->br_nfiles); -+ file->f_path.dentry = DENTRY_NOT_SET; -+ file->f_path.mnt = au_br_mnt(br); -+ AuDbg("%ps\n", dir->i_op->atomic_open); -+ err = dir->i_op->atomic_open(dir, dentry, file, args->open_flag, -+ args->create_mode); -+ if (unlikely(err < 0)) { -+ au_lcnt_dec(&br->br_nfiles); -+ goto out; -+ } -+ -+ /* temporary workaround for nfsv4 branch */ -+ if (au_test_nfs(dir->i_sb)) -+ nfs_mark_for_revalidate(dir); -+ -+ if (file->f_mode & FMODE_CREATED) -+ fsnotify_create(dir, dentry); -+ if (!(file->f_mode & FMODE_OPENED)) { -+ au_lcnt_dec(&br->br_nfiles); -+ goto out; -+ } -+ -+ /* todo: call VFS:may_open() here */ -+ /* todo: ima_file_check() too? */ -+ if (!err && (args->open_flag & __FMODE_EXEC)) -+ err = deny_write_access(file); -+ if (!err) -+ fsnotify_open(file); -+ else -+ au_lcnt_dec(&br->br_nfiles); -+ /* note that the file is created and still opened */ -+ -+out: -+ return err; -+} -+ -+int vfsub_kern_path(const char *name, unsigned int flags, struct path *path) -+{ -+ int err; -+ -+ err = kern_path(name, flags, path); -+ if (!err && d_is_positive(path->dentry)) -+ vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+struct dentry *vfsub_lookup_one_len_unlocked(const char *name, -+ struct dentry *parent, int len) -+{ -+ struct path path = { -+ .mnt = NULL -+ }; -+ -+ path.dentry = lookup_one_len_unlocked(name, parent, len); -+ if (IS_ERR(path.dentry)) -+ goto out; -+ if (d_is_positive(path.dentry)) -+ vfsub_update_h_iattr(&path, /*did*/NULL); /*ignore*/ -+ -+out: -+ AuTraceErrPtr(path.dentry); -+ return path.dentry; -+} -+ -+struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, -+ int len) -+{ -+ struct path path = { -+ .mnt = NULL -+ }; -+ -+ /* VFS checks it too, but by WARN_ON_ONCE() */ -+ IMustLock(d_inode(parent)); -+ -+ path.dentry = lookup_one_len(name, parent, len); -+ if (IS_ERR(path.dentry)) -+ goto out; -+ if (d_is_positive(path.dentry)) -+ vfsub_update_h_iattr(&path, /*did*/NULL); /*ignore*/ -+ -+out: -+ AuTraceErrPtr(path.dentry); -+ return path.dentry; -+} -+ -+void vfsub_call_lkup_one(void *args) -+{ -+ struct vfsub_lkup_one_args *a = args; -+ *a->errp = vfsub_lkup_one(a->name, a->parent); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2) -+{ -+ struct dentry *d; -+ -+ lockdep_off(); -+ d = lock_rename(d1, d2); -+ lockdep_on(); -+ au_hn_suspend(hdir1); -+ if (hdir1 != hdir2) -+ au_hn_suspend(hdir2); -+ -+ return d; -+} -+ -+void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2) -+{ -+ au_hn_resume(hdir1); -+ if (hdir1 != hdir2) -+ au_hn_resume(hdir2); -+ lockdep_off(); -+ unlock_rename(d1, d2); -+ lockdep_on(); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_create(struct inode *dir, struct path *path, int mode, bool want_excl) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mknod(path, d, mode, 0); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_create(dir, path->dentry, mode, want_excl); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_symlink(struct inode *dir, struct path *path, const char *symname) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_symlink(path, d, symname); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_symlink(dir, path->dentry, symname); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mknod(path, d, mode, new_encode_dev(dev)); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_mknod(dir, path->dentry, mode, dev); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+static int au_test_nlink(struct inode *inode) -+{ -+ const unsigned int link_max = UINT_MAX >> 1; /* rough margin */ -+ -+ if (!au_test_fs_no_limit_nlink(inode->i_sb) -+ || inode->i_nlink < link_max) -+ return 0; -+ return -EMLINK; -+} -+ -+int vfsub_link(struct dentry *src_dentry, struct inode *dir, struct path *path, -+ struct inode **delegated_inode) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ err = au_test_nlink(d_inode(src_dentry)); -+ if (unlikely(err)) -+ return err; -+ -+ /* we don't call may_linkat() */ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_link(src_dentry, path, d); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_link(src_dentry, dir, path->dentry, delegated_inode); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ /* fuse has different memory inode for the same inumber */ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ tmp.dentry = src_dentry; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_rename(struct inode *src_dir, struct dentry *src_dentry, -+ struct inode *dir, struct path *path, -+ struct inode **delegated_inode, unsigned int flags) -+{ -+ int err; -+ struct path tmp = { -+ .mnt = path->mnt -+ }; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ IMustLock(src_dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ tmp.dentry = src_dentry->d_parent; -+ err = security_path_rename(&tmp, src_dentry, path, d, /*flags*/0); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_rename(src_dir, src_dentry, dir, path->dentry, -+ delegated_inode, flags); -+ lockdep_on(); -+ if (!err) { -+ int did; -+ -+ tmp.dentry = d->d_parent; -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = src_dentry; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ tmp.dentry = src_dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_mkdir(struct inode *dir, struct path *path, int mode) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_mkdir(path, d, mode); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_mkdir(dir, path->dentry, mode); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = *path; -+ int did; -+ -+ vfsub_update_h_iattr(&tmp, &did); -+ if (did) { -+ tmp.dentry = path->dentry->d_parent; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); -+ } -+ /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+int vfsub_rmdir(struct inode *dir, struct path *path) -+{ -+ int err; -+ struct dentry *d; -+ -+ IMustLock(dir); -+ -+ d = path->dentry; -+ path->dentry = d->d_parent; -+ err = security_path_rmdir(path, d); -+ path->dentry = d; -+ if (unlikely(err)) -+ goto out; -+ -+ lockdep_off(); -+ err = vfs_rmdir(dir, path->dentry); -+ lockdep_on(); -+ if (!err) { -+ struct path tmp = { -+ .dentry = path->dentry->d_parent, -+ .mnt = path->mnt -+ }; -+ -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ -+ } -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* todo: support mmap_sem? */ -+ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ -+ lockdep_off(); -+ err = vfs_read(file, ubuf, count, ppos); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+/* todo: kernel_read()? */ -+ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ char __user *u; -+ } buf; -+ -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ err = vfsub_read_u(file, buf.u, count, ppos); -+ set_fs(oldfs); -+ return err; -+} -+ -+ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, -+ loff_t *ppos) -+{ -+ ssize_t err; -+ -+ lockdep_off(); -+ err = vfs_write(file, ubuf, count, ppos); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, loff_t *ppos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ const char __user *u; -+ } buf; -+ -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ err = vfsub_write_u(file, buf.u, count, ppos); -+ set_fs(oldfs); -+ return err; -+} -+ -+int vfsub_flush(struct file *file, fl_owner_t id) -+{ -+ int err; -+ -+ err = 0; -+ if (file->f_op->flush) { -+ if (!au_test_nfs(file->f_path.dentry->d_sb)) -+ err = file->f_op->flush(file, id); -+ else { -+ lockdep_off(); -+ err = file->f_op->flush(file, id); -+ lockdep_on(); -+ } -+ if (!err) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); -+ /*ignore*/ -+ } -+ return err; -+} -+ -+int vfsub_iterate_dir(struct file *file, struct dir_context *ctx) -+{ -+ int err; -+ -+ AuDbg("%pD, ctx{%ps, %llu}\n", file, ctx->actor, ctx->pos); -+ -+ lockdep_off(); -+ err = iterate_dir(file, ctx); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&file->f_path, /*did*/NULL); /*ignore*/ -+ -+ return err; -+} -+ -+long vfsub_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = do_splice_to(in, ppos, pipe, len, flags); -+ lockdep_on(); -+ file_accessed(in); -+ if (err >= 0) -+ vfsub_update_h_iattr(&in->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = do_splice_from(pipe, out, ppos, len, flags); -+ lockdep_on(); -+ if (err >= 0) -+ vfsub_update_h_iattr(&out->f_path, /*did*/NULL); /*ignore*/ -+ return err; -+} -+ -+int vfsub_fsync(struct file *file, struct path *path, int datasync) -+{ -+ int err; -+ -+ /* file can be NULL */ -+ lockdep_off(); -+ err = vfs_fsync(file, datasync); -+ lockdep_on(); -+ if (!err) { -+ if (!path) { -+ AuDebugOn(!file); -+ path = &file->f_path; -+ } -+ vfsub_update_h_iattr(path, /*did*/NULL); /*ignore*/ -+ } -+ return err; -+} -+ -+/* cf. open.c:do_sys_truncate() and do_sys_ftruncate() */ -+int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, -+ struct file *h_file) -+{ -+ int err; -+ struct inode *h_inode; -+ struct super_block *h_sb; -+ -+ if (!h_file) { -+ err = vfsub_truncate(h_path, length); -+ goto out; -+ } -+ -+ h_inode = d_inode(h_path->dentry); -+ h_sb = h_inode->i_sb; -+ lockdep_off(); -+ sb_start_write(h_sb); -+ lockdep_on(); -+ err = locks_verify_truncate(h_inode, h_file, length); -+ if (!err) -+ err = security_path_truncate(h_path); -+ if (!err) { -+ lockdep_off(); -+ err = do_truncate(h_path->dentry, length, attr, h_file); -+ lockdep_on(); -+ } -+ lockdep_off(); -+ sb_end_write(h_sb); -+ lockdep_on(); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_vfsub_mkdir_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+ int mode; -+}; -+ -+static void au_call_vfsub_mkdir(void *args) -+{ -+ struct au_vfsub_mkdir_args *a = args; -+ *a->errp = vfsub_mkdir(a->dir, a->path, a->mode); -+} -+ -+int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode) -+{ -+ int err, do_sio, wkq_err; -+ -+ do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); -+ if (!do_sio) { -+ lockdep_off(); -+ err = vfsub_mkdir(dir, path, mode); -+ lockdep_on(); -+ } else { -+ struct au_vfsub_mkdir_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path, -+ .mode = mode -+ }; -+ wkq_err = au_wkq_wait(au_call_vfsub_mkdir, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+ -+struct au_vfsub_rmdir_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+}; -+ -+static void au_call_vfsub_rmdir(void *args) -+{ -+ struct au_vfsub_rmdir_args *a = args; -+ *a->errp = vfsub_rmdir(a->dir, a->path); -+} -+ -+int vfsub_sio_rmdir(struct inode *dir, struct path *path) -+{ -+ int err, do_sio, wkq_err; -+ -+ do_sio = au_test_h_perm_sio(dir, MAY_EXEC | MAY_WRITE); -+ if (!do_sio) { -+ lockdep_off(); -+ err = vfsub_rmdir(dir, path); -+ lockdep_on(); -+ } else { -+ struct au_vfsub_rmdir_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path -+ }; -+ wkq_err = au_wkq_wait(au_call_vfsub_rmdir, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct notify_change_args { -+ int *errp; -+ struct path *path; -+ struct iattr *ia; -+ struct inode **delegated_inode; -+}; -+ -+static void call_notify_change(void *args) -+{ -+ struct notify_change_args *a = args; -+ struct inode *h_inode; -+ -+ h_inode = d_inode(a->path->dentry); -+ IMustLock(h_inode); -+ -+ *a->errp = -EPERM; -+ if (!IS_IMMUTABLE(h_inode) && !IS_APPEND(h_inode)) { -+ lockdep_off(); -+ *a->errp = notify_change(a->path->dentry, a->ia, -+ a->delegated_inode); -+ lockdep_on(); -+ if (!*a->errp) -+ vfsub_update_h_iattr(a->path, /*did*/NULL); /*ignore*/ -+ } -+ AuTraceErr(*a->errp); -+} -+ -+int vfsub_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode) -+{ -+ int err; -+ struct notify_change_args args = { -+ .errp = &err, -+ .path = path, -+ .ia = ia, -+ .delegated_inode = delegated_inode -+ }; -+ -+ call_notify_change(&args); -+ -+ return err; -+} -+ -+int vfsub_sio_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode) -+{ -+ int err, wkq_err; -+ struct notify_change_args args = { -+ .errp = &err, -+ .path = path, -+ .ia = ia, -+ .delegated_inode = delegated_inode -+ }; -+ -+ wkq_err = au_wkq_wait(call_notify_change, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct unlink_args { -+ int *errp; -+ struct inode *dir; -+ struct path *path; -+ struct inode **delegated_inode; -+}; -+ -+static void call_unlink(void *args) -+{ -+ struct unlink_args *a = args; -+ struct dentry *d = a->path->dentry; -+ struct inode *h_inode; -+ const int stop_sillyrename = (au_test_nfs(d->d_sb) -+ && au_dcount(d) == 1); -+ -+ IMustLock(a->dir); -+ -+ a->path->dentry = d->d_parent; -+ *a->errp = security_path_unlink(a->path, d); -+ a->path->dentry = d; -+ if (unlikely(*a->errp)) -+ return; -+ -+ if (!stop_sillyrename) -+ dget(d); -+ h_inode = NULL; -+ if (d_is_positive(d)) { -+ h_inode = d_inode(d); -+ ihold(h_inode); -+ } -+ -+ lockdep_off(); -+ *a->errp = vfs_unlink(a->dir, d, a->delegated_inode); -+ lockdep_on(); -+ if (!*a->errp) { -+ struct path tmp = { -+ .dentry = d->d_parent, -+ .mnt = a->path->mnt -+ }; -+ vfsub_update_h_iattr(&tmp, /*did*/NULL); /*ignore*/ -+ } -+ -+ if (!stop_sillyrename) -+ dput(d); -+ if (h_inode) -+ iput(h_inode); -+ -+ AuTraceErr(*a->errp); -+} -+ -+/* -+ * @dir: must be locked. -+ * @dentry: target dentry. -+ */ -+int vfsub_unlink(struct inode *dir, struct path *path, -+ struct inode **delegated_inode, int force) -+{ -+ int err; -+ struct unlink_args args = { -+ .errp = &err, -+ .dir = dir, -+ .path = path, -+ .delegated_inode = delegated_inode -+ }; -+ -+ if (!force) -+ call_unlink(&args); -+ else { -+ int wkq_err; -+ -+ wkq_err = au_wkq_wait(call_unlink, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ -+ return err; -+} -diff --git a/fs/aufs/vfsub.h b/fs/aufs/vfsub.h -new file mode 100644 -index 000000000000..11a3d4f90da7 ---- /dev/null -+++ b/fs/aufs/vfsub.h -@@ -0,0 +1,342 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * sub-routines for VFS -+ */ -+ -+#ifndef __AUFS_VFSUB_H__ -+#define __AUFS_VFSUB_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+#include -+#include -+#include -+#include -+#include "debug.h" -+ -+/* copied from linux/fs/internal.h */ -+/* todo: BAD approach!! */ -+extern void __mnt_drop_write(struct vfsmount *); -+extern struct file *alloc_empty_file(int, const struct cred *); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* lock subclass for lower inode */ -+/* default MAX_LOCKDEP_SUBCLASSES(8) is not enough */ -+/* reduce? gave up. */ -+enum { -+ AuLsc_I_Begin = I_MUTEX_PARENT2, /* 5 */ -+ AuLsc_I_PARENT, /* lower inode, parent first */ -+ AuLsc_I_PARENT2, /* copyup dirs */ -+ AuLsc_I_PARENT3, /* copyup wh */ -+ AuLsc_I_CHILD, -+ AuLsc_I_CHILD2, -+ AuLsc_I_End -+}; -+ -+/* to debug easier, do not make them inlined functions */ -+#define MtxMustLock(mtx) AuDebugOn(!mutex_is_locked(mtx)) -+#define IMustLock(i) AuDebugOn(!inode_is_locked(i)) -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline void vfsub_drop_nlink(struct inode *inode) -+{ -+ AuDebugOn(!inode->i_nlink); -+ drop_nlink(inode); -+} -+ -+static inline void vfsub_dead_dir(struct inode *inode) -+{ -+ AuDebugOn(!S_ISDIR(inode->i_mode)); -+ inode->i_flags |= S_DEAD; -+ clear_nlink(inode); -+} -+ -+static inline int vfsub_native_ro(struct inode *inode) -+{ -+ return sb_rdonly(inode->i_sb) -+ || IS_RDONLY(inode) -+ /* || IS_APPEND(inode) */ -+ || IS_IMMUTABLE(inode); -+} -+ -+#ifdef CONFIG_AUFS_BR_FUSE -+int vfsub_test_mntns(struct vfsmount *mnt, struct super_block *h_sb); -+#else -+AuStubInt0(vfsub_test_mntns, struct vfsmount *mnt, struct super_block *h_sb); -+#endif -+ -+int vfsub_sync_filesystem(struct super_block *h_sb, int wait); -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_update_h_iattr(struct path *h_path, int *did); -+struct file *vfsub_dentry_open(struct path *path, int flags); -+struct file *vfsub_filp_open(const char *path, int oflags, int mode); -+struct au_branch; -+struct vfsub_aopen_args { -+ struct file *file; -+ unsigned int open_flag; -+ umode_t create_mode; -+ struct au_branch *br; -+}; -+int vfsub_atomic_open(struct inode *dir, struct dentry *dentry, -+ struct vfsub_aopen_args *args); -+int vfsub_kern_path(const char *name, unsigned int flags, struct path *path); -+ -+struct dentry *vfsub_lookup_one_len_unlocked(const char *name, -+ struct dentry *parent, int len); -+struct dentry *vfsub_lookup_one_len(const char *name, struct dentry *parent, -+ int len); -+ -+struct vfsub_lkup_one_args { -+ struct dentry **errp; -+ struct qstr *name; -+ struct dentry *parent; -+}; -+ -+static inline struct dentry *vfsub_lkup_one(struct qstr *name, -+ struct dentry *parent) -+{ -+ return vfsub_lookup_one_len(name->name, parent, name->len); -+} -+ -+void vfsub_call_lkup_one(void *args); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int vfsub_mnt_want_write(struct vfsmount *mnt) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = mnt_want_write(mnt); -+ lockdep_on(); -+ return err; -+} -+ -+static inline void vfsub_mnt_drop_write(struct vfsmount *mnt) -+{ -+ lockdep_off(); -+ mnt_drop_write(mnt); -+ lockdep_on(); -+} -+ -+#if 0 /* reserved */ -+static inline void vfsub_mnt_drop_write_file(struct file *file) -+{ -+ lockdep_off(); -+ mnt_drop_write_file(file); -+ lockdep_on(); -+} -+#endif -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_hinode; -+struct dentry *vfsub_lock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2); -+void vfsub_unlock_rename(struct dentry *d1, struct au_hinode *hdir1, -+ struct dentry *d2, struct au_hinode *hdir2); -+ -+int vfsub_create(struct inode *dir, struct path *path, int mode, -+ bool want_excl); -+int vfsub_symlink(struct inode *dir, struct path *path, -+ const char *symname); -+int vfsub_mknod(struct inode *dir, struct path *path, int mode, dev_t dev); -+int vfsub_link(struct dentry *src_dentry, struct inode *dir, -+ struct path *path, struct inode **delegated_inode); -+int vfsub_rename(struct inode *src_hdir, struct dentry *src_dentry, -+ struct inode *hdir, struct path *path, -+ struct inode **delegated_inode, unsigned int flags); -+int vfsub_mkdir(struct inode *dir, struct path *path, int mode); -+int vfsub_rmdir(struct inode *dir, struct path *path); -+ -+/* ---------------------------------------------------------------------- */ -+ -+ssize_t vfsub_read_u(struct file *file, char __user *ubuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_read_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_write_u(struct file *file, const char __user *ubuf, size_t count, -+ loff_t *ppos); -+ssize_t vfsub_write_k(struct file *file, void *kbuf, size_t count, -+ loff_t *ppos); -+int vfsub_flush(struct file *file, fl_owner_t id); -+int vfsub_iterate_dir(struct file *file, struct dir_context *ctx); -+ -+static inline loff_t vfsub_f_size_read(struct file *file) -+{ -+ return i_size_read(file_inode(file)); -+} -+ -+static inline unsigned int vfsub_file_flags(struct file *file) -+{ -+ unsigned int flags; -+ -+ spin_lock(&file->f_lock); -+ flags = file->f_flags; -+ spin_unlock(&file->f_lock); -+ -+ return flags; -+} -+ -+static inline int vfsub_file_execed(struct file *file) -+{ -+ /* todo: direct access f_flags */ -+ return !!(vfsub_file_flags(file) & __FMODE_EXEC); -+} -+ -+#if 0 /* reserved */ -+static inline void vfsub_file_accessed(struct file *h_file) -+{ -+ file_accessed(h_file); -+ vfsub_update_h_iattr(&h_file->f_path, /*did*/NULL); /*ignore*/ -+} -+#endif -+ -+#if 0 /* reserved */ -+static inline void vfsub_touch_atime(struct vfsmount *h_mnt, -+ struct dentry *h_dentry) -+{ -+ struct path h_path = { -+ .dentry = h_dentry, -+ .mnt = h_mnt -+ }; -+ touch_atime(&h_path); -+ vfsub_update_h_iattr(&h_path, /*did*/NULL); /*ignore*/ -+} -+#endif -+ -+static inline int vfsub_update_time(struct inode *h_inode, -+ struct timespec64 *ts, int flags) -+{ -+ return update_time(h_inode, ts, flags); -+ /* no vfsub_update_h_iattr() since we don't have struct path */ -+} -+ -+#ifdef CONFIG_FS_POSIX_ACL -+static inline int vfsub_acl_chmod(struct inode *h_inode, umode_t h_mode) -+{ -+ int err; -+ -+ err = posix_acl_chmod(h_inode, h_mode); -+ if (err == -EOPNOTSUPP) -+ err = 0; -+ return err; -+} -+#else -+AuStubInt0(vfsub_acl_chmod, struct inode *h_inode, umode_t h_mode); -+#endif -+ -+long vfsub_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags); -+long vfsub_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags); -+ -+static inline long vfsub_truncate(struct path *path, loff_t length) -+{ -+ long err; -+ -+ lockdep_off(); -+ err = vfs_truncate(path, length); -+ lockdep_on(); -+ return err; -+} -+ -+int vfsub_trunc(struct path *h_path, loff_t length, unsigned int attr, -+ struct file *h_file); -+int vfsub_fsync(struct file *file, struct path *path, int datasync); -+ -+/* -+ * re-use branch fs's ioctl(FICLONE) while aufs itself doesn't support such -+ * ioctl. -+ */ -+static inline int vfsub_clone_file_range(struct file *src, struct file *dst, -+ u64 len) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_clone_file_range(src, 0, dst, 0, len); -+ lockdep_on(); -+ -+ return err; -+} -+ -+/* copy_file_range(2) is a systemcall */ -+static inline ssize_t vfsub_copy_file_range(struct file *src, loff_t src_pos, -+ struct file *dst, loff_t dst_pos, -+ size_t len, unsigned int flags) -+{ -+ ssize_t ssz; -+ -+ lockdep_off(); -+ ssz = vfs_copy_file_range(src, src_pos, dst, dst_pos, len, flags); -+ lockdep_on(); -+ -+ return ssz; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline loff_t vfsub_llseek(struct file *file, loff_t offset, int origin) -+{ -+ loff_t err; -+ -+ lockdep_off(); -+ err = vfs_llseek(file, offset, origin); -+ lockdep_on(); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int vfsub_sio_mkdir(struct inode *dir, struct path *path, int mode); -+int vfsub_sio_rmdir(struct inode *dir, struct path *path); -+int vfsub_sio_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode); -+int vfsub_notify_change(struct path *path, struct iattr *ia, -+ struct inode **delegated_inode); -+int vfsub_unlink(struct inode *dir, struct path *path, -+ struct inode **delegated_inode, int force); -+ -+static inline int vfsub_getattr(const struct path *path, struct kstat *st) -+{ -+ return vfs_getattr(path, st, STATX_BASIC_STATS, AT_STATX_SYNC_AS_STAT); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int vfsub_setxattr(struct dentry *dentry, const char *name, -+ const void *value, size_t size, int flags) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_setxattr(dentry, name, value, size, flags); -+ lockdep_on(); -+ -+ return err; -+} -+ -+static inline int vfsub_removexattr(struct dentry *dentry, const char *name) -+{ -+ int err; -+ -+ lockdep_off(); -+ err = vfs_removexattr(dentry, name); -+ lockdep_on(); -+ -+ return err; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_VFSUB_H__ */ -diff --git a/fs/aufs/wbr_policy.c b/fs/aufs/wbr_policy.c -new file mode 100644 -index 000000000000..f15ed349e1de ---- /dev/null -+++ b/fs/aufs/wbr_policy.c -@@ -0,0 +1,817 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * policies for selecting one among multiple writable branches -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* subset of cpup_attr() */ -+static noinline_for_stack -+int au_cpdown_attr(struct path *h_path, struct dentry *h_src) -+{ -+ int err, sbits; -+ struct iattr ia; -+ struct inode *h_isrc; -+ -+ h_isrc = d_inode(h_src); -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE | ATTR_UID | ATTR_GID; -+ ia.ia_mode = h_isrc->i_mode; -+ ia.ia_uid = h_isrc->i_uid; -+ ia.ia_gid = h_isrc->i_gid; -+ sbits = !!(ia.ia_mode & (S_ISUID | S_ISGID)); -+ au_cpup_attr_flags(d_inode(h_path->dentry), h_isrc->i_flags); -+ /* no delegation since it is just created */ -+ err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); -+ -+ /* is this nfs only? */ -+ if (!err && sbits && au_test_nfs(h_path->dentry->d_sb)) { -+ ia.ia_valid = ATTR_FORCE | ATTR_MODE; -+ ia.ia_mode = h_isrc->i_mode; -+ err = vfsub_sio_notify_change(h_path, &ia, /*delegated*/NULL); -+ } -+ -+ return err; -+} -+ -+#define AuCpdown_PARENT_OPQ 1 -+#define AuCpdown_WHED (1 << 1) -+#define AuCpdown_MADE_DIR (1 << 2) -+#define AuCpdown_DIROPQ (1 << 3) -+#define au_ftest_cpdown(flags, name) ((flags) & AuCpdown_##name) -+#define au_fset_cpdown(flags, name) \ -+ do { (flags) |= AuCpdown_##name; } while (0) -+#define au_fclr_cpdown(flags, name) \ -+ do { (flags) &= ~AuCpdown_##name; } while (0) -+ -+static int au_cpdown_dir_opq(struct dentry *dentry, aufs_bindex_t bdst, -+ unsigned int *flags) -+{ -+ int err; -+ struct dentry *opq_dentry; -+ -+ opq_dentry = au_diropq_create(dentry, bdst); -+ err = PTR_ERR(opq_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out; -+ dput(opq_dentry); -+ au_fset_cpdown(*flags, DIROPQ); -+ -+out: -+ return err; -+} -+ -+static int au_cpdown_dir_wh(struct dentry *dentry, struct dentry *h_parent, -+ struct inode *dir, aufs_bindex_t bdst) -+{ -+ int err; -+ struct path h_path; -+ struct au_branch *br; -+ -+ br = au_sbr(dentry->d_sb, bdst); -+ h_path.dentry = au_wh_lkup(h_parent, &dentry->d_name, br); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ err = 0; -+ if (d_is_positive(h_path.dentry)) { -+ h_path.mnt = au_br_mnt(br); -+ err = au_wh_unlink_dentry(au_h_iptr(dir, bdst), &h_path, -+ dentry); -+ } -+ dput(h_path.dentry); -+ -+out: -+ return err; -+} -+ -+static int au_cpdown_dir(struct dentry *dentry, aufs_bindex_t bdst, -+ struct au_pin *pin, -+ struct dentry *h_parent, void *arg) -+{ -+ int err, rerr; -+ aufs_bindex_t bopq, btop; -+ struct path h_path; -+ struct dentry *parent; -+ struct inode *h_dir, *h_inode, *inode, *dir; -+ unsigned int *flags = arg; -+ -+ btop = au_dbtop(dentry); -+ /* dentry is di-locked */ -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ h_dir = d_inode(h_parent); -+ AuDebugOn(h_dir != au_h_iptr(dir, bdst)); -+ IMustLock(h_dir); -+ -+ err = au_lkup_neg(dentry, bdst, /*wh*/0); -+ if (unlikely(err < 0)) -+ goto out; -+ h_path.dentry = au_h_dptr(dentry, bdst); -+ h_path.mnt = au_sbr_mnt(dentry->d_sb, bdst); -+ err = vfsub_sio_mkdir(au_h_iptr(dir, bdst), &h_path, 0755); -+ if (unlikely(err)) -+ goto out_put; -+ au_fset_cpdown(*flags, MADE_DIR); -+ -+ bopq = au_dbdiropq(dentry); -+ au_fclr_cpdown(*flags, WHED); -+ au_fclr_cpdown(*flags, DIROPQ); -+ if (au_dbwh(dentry) == bdst) -+ au_fset_cpdown(*flags, WHED); -+ if (!au_ftest_cpdown(*flags, PARENT_OPQ) && bopq <= bdst) -+ au_fset_cpdown(*flags, PARENT_OPQ); -+ h_inode = d_inode(h_path.dentry); -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ if (au_ftest_cpdown(*flags, WHED)) { -+ err = au_cpdown_dir_opq(dentry, bdst, flags); -+ if (unlikely(err)) { -+ inode_unlock(h_inode); -+ goto out_dir; -+ } -+ } -+ -+ err = au_cpdown_attr(&h_path, au_h_dptr(dentry, btop)); -+ inode_unlock(h_inode); -+ if (unlikely(err)) -+ goto out_opq; -+ -+ if (au_ftest_cpdown(*flags, WHED)) { -+ err = au_cpdown_dir_wh(dentry, h_parent, dir, bdst); -+ if (unlikely(err)) -+ goto out_opq; -+ } -+ -+ inode = d_inode(dentry); -+ if (au_ibbot(inode) < bdst) -+ au_set_ibbot(inode, bdst); -+ au_set_h_iptr(inode, bdst, au_igrab(h_inode), -+ au_hi_flags(inode, /*isdir*/1)); -+ au_fhsm_wrote(dentry->d_sb, bdst, /*force*/0); -+ goto out; /* success */ -+ -+ /* revert */ -+out_opq: -+ if (au_ftest_cpdown(*flags, DIROPQ)) { -+ inode_lock_nested(h_inode, AuLsc_I_CHILD); -+ rerr = au_diropq_remove(dentry, bdst); -+ inode_unlock(h_inode); -+ if (unlikely(rerr)) { -+ AuIOErr("failed removing diropq for %pd b%d (%d)\n", -+ dentry, bdst, rerr); -+ err = -EIO; -+ goto out; -+ } -+ } -+out_dir: -+ if (au_ftest_cpdown(*flags, MADE_DIR)) { -+ rerr = vfsub_sio_rmdir(au_h_iptr(dir, bdst), &h_path); -+ if (unlikely(rerr)) { -+ AuIOErr("failed removing %pd b%d (%d)\n", -+ dentry, bdst, rerr); -+ err = -EIO; -+ } -+ } -+out_put: -+ au_set_h_dptr(dentry, bdst, NULL); -+ if (au_dbbot(dentry) == bdst) -+ au_update_dbbot(dentry); -+out: -+ dput(parent); -+ return err; -+} -+ -+int au_cpdown_dirs(struct dentry *dentry, aufs_bindex_t bdst) -+{ -+ int err; -+ unsigned int flags; -+ -+ flags = 0; -+ err = au_cp_dirs(dentry, bdst, au_cpdown_dir, &flags); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies for create */ -+ -+int au_wbr_nonopq(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ int err, i, j, ndentry; -+ aufs_bindex_t bopq; -+ struct au_dcsub_pages dpages; -+ struct au_dpage *dpage; -+ struct dentry **dentries, *parent, *d; -+ -+ err = au_dpages_init(&dpages, GFP_NOFS); -+ if (unlikely(err)) -+ goto out; -+ parent = dget_parent(dentry); -+ err = au_dcsub_pages_rev_aufs(&dpages, parent, /*do_include*/0); -+ if (unlikely(err)) -+ goto out_free; -+ -+ err = bindex; -+ for (i = 0; i < dpages.ndpage; i++) { -+ dpage = dpages.dpages + i; -+ dentries = dpage->dentries; -+ ndentry = dpage->ndentry; -+ for (j = 0; j < ndentry; j++) { -+ d = dentries[j]; -+ di_read_lock_parent2(d, !AuLock_IR); -+ bopq = au_dbdiropq(d); -+ di_read_unlock(d, !AuLock_IR); -+ if (bopq >= 0 && bopq < err) -+ err = bopq; -+ } -+ } -+ -+out_free: -+ dput(parent); -+ au_dpages_free(&dpages); -+out: -+ return err; -+} -+ -+static int au_wbr_bu(struct super_block *sb, aufs_bindex_t bindex) -+{ -+ for (; bindex >= 0; bindex--) -+ if (!au_br_rdonly(au_sbr(sb, bindex))) -+ return bindex; -+ return -EROFS; -+} -+ -+/* top down parent */ -+static int au_wbr_create_tdp(struct dentry *dentry, -+ unsigned int flags __maybe_unused) -+{ -+ int err; -+ aufs_bindex_t btop, bindex; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent; -+ -+ sb = dentry->d_sb; -+ btop = au_dbtop(dentry); -+ err = btop; -+ if (!au_br_rdonly(au_sbr(sb, btop))) -+ goto out; -+ -+ err = -EROFS; -+ parent = dget_parent(dentry); -+ for (bindex = au_dbtop(parent); bindex < btop; bindex++) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = bindex; -+ break; -+ } -+ } -+ dput(parent); -+ -+ /* bottom up here */ -+ if (unlikely(err < 0)) { -+ err = au_wbr_bu(sb, btop - 1); -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ } -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* an exception for the policy other than tdp */ -+static int au_wbr_create_exp(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bwh, bdiropq; -+ struct dentry *parent; -+ -+ err = -1; -+ bwh = au_dbwh(dentry); -+ parent = dget_parent(dentry); -+ bdiropq = au_dbdiropq(parent); -+ if (bwh >= 0) { -+ if (bdiropq >= 0) -+ err = min(bdiropq, bwh); -+ else -+ err = bwh; -+ AuDbg("%d\n", err); -+ } else if (bdiropq >= 0) { -+ err = bdiropq; -+ AuDbg("%d\n", err); -+ } -+ dput(parent); -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+ if (err >= 0 && au_br_rdonly(au_sbr(dentry->d_sb, err))) -+ err = -1; -+ -+ AuDbg("%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* round robin */ -+static int au_wbr_create_init_rr(struct super_block *sb) -+{ -+ int err; -+ -+ err = au_wbr_bu(sb, au_sbbot(sb)); -+ atomic_set(&au_sbi(sb)->si_wbr_rr_next, -err); /* less important */ -+ /* smp_mb(); */ -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_rr(struct dentry *dentry, unsigned int flags) -+{ -+ int err, nbr; -+ unsigned int u; -+ aufs_bindex_t bindex, bbot; -+ struct super_block *sb; -+ atomic_t *next; -+ -+ err = au_wbr_create_exp(dentry); -+ if (err >= 0) -+ goto out; -+ -+ sb = dentry->d_sb; -+ next = &au_sbi(sb)->si_wbr_rr_next; -+ bbot = au_sbbot(sb); -+ nbr = bbot + 1; -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ if (!au_ftest_wbr(flags, DIR)) { -+ err = atomic_dec_return(next) + 1; -+ /* modulo for 0 is meaningless */ -+ if (unlikely(!err)) -+ err = atomic_dec_return(next) + 1; -+ } else -+ err = atomic_read(next); -+ AuDbg("%d\n", err); -+ u = err; -+ err = u % nbr; -+ AuDbg("%d\n", err); -+ if (!au_br_rdonly(au_sbr(sb, err))) -+ break; -+ err = -EROFS; -+ } -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out: -+ AuDbg("%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* most free space */ -+static void au_mfs(struct dentry *dentry, struct dentry *parent) -+{ -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_wbr_mfs *mfs; -+ struct dentry *h_parent; -+ aufs_bindex_t bindex, bbot; -+ int err; -+ unsigned long long b, bavail; -+ struct path h_path; -+ /* reduce the stack usage */ -+ struct kstatfs *st; -+ -+ st = kmalloc(sizeof(*st), GFP_NOFS); -+ if (unlikely(!st)) { -+ AuWarn1("failed updating mfs(%d), ignored\n", -ENOMEM); -+ return; -+ } -+ -+ bavail = 0; -+ sb = dentry->d_sb; -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ MtxMustLock(&mfs->mfs_lock); -+ mfs->mfs_bindex = -EROFS; -+ mfs->mfsrr_bytes = 0; -+ if (!parent) { -+ bindex = 0; -+ bbot = au_sbbot(sb); -+ } else { -+ bindex = au_dbtop(parent); -+ bbot = au_dbtaildir(parent); -+ } -+ -+ for (; bindex <= bbot; bindex++) { -+ if (parent) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ } -+ br = au_sbr(sb, bindex); -+ if (au_br_rdonly(br)) -+ continue; -+ -+ /* sb->s_root for NFS is unreliable */ -+ h_path.mnt = au_br_mnt(br); -+ h_path.dentry = h_path.mnt->mnt_root; -+ err = vfs_statfs(&h_path, st); -+ if (unlikely(err)) { -+ AuWarn1("failed statfs, b%d, %d\n", bindex, err); -+ continue; -+ } -+ -+ /* when the available size is equal, select the lower one */ -+ BUILD_BUG_ON(sizeof(b) < sizeof(st->f_bavail) -+ || sizeof(b) < sizeof(st->f_bsize)); -+ b = st->f_bavail * st->f_bsize; -+ br->br_wbr->wbr_bytes = b; -+ if (b >= bavail) { -+ bavail = b; -+ mfs->mfs_bindex = bindex; -+ mfs->mfs_jiffy = jiffies; -+ } -+ } -+ -+ mfs->mfsrr_bytes = bavail; -+ AuDbg("b%d\n", mfs->mfs_bindex); -+ kfree(st); -+} -+ -+static int au_wbr_create_mfs(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ struct dentry *parent; -+ struct super_block *sb; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_exp(dentry); -+ if (err >= 0) -+ goto out; -+ -+ sb = dentry->d_sb; -+ parent = NULL; -+ if (au_ftest_wbr(flags, PARENT)) -+ parent = dget_parent(dentry); -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (time_after(jiffies, mfs->mfs_jiffy + mfs->mfs_expire) -+ || mfs->mfs_bindex < 0 -+ || au_br_rdonly(au_sbr(sb, mfs->mfs_bindex))) -+ au_mfs(dentry, parent); -+ mutex_unlock(&mfs->mfs_lock); -+ err = mfs->mfs_bindex; -+ dput(parent); -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_init_mfs(struct super_block *sb) -+{ -+ struct au_wbr_mfs *mfs; -+ -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_init(&mfs->mfs_lock); -+ mfs->mfs_jiffy = 0; -+ mfs->mfs_bindex = -EROFS; -+ -+ return 0; -+} -+ -+static int au_wbr_create_fin_mfs(struct super_block *sb __maybe_unused) -+{ -+ mutex_destroy(&au_sbi(sb)->si_wbr_mfs.mfs_lock); -+ return 0; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* top down regardless parent, and then mfs */ -+static int au_wbr_create_tdmfs(struct dentry *dentry, -+ unsigned int flags __maybe_unused) -+{ -+ int err; -+ aufs_bindex_t bwh, btail, bindex, bfound, bmfs; -+ unsigned long long watermark; -+ struct super_block *sb; -+ struct au_wbr_mfs *mfs; -+ struct au_branch *br; -+ struct dentry *parent; -+ -+ sb = dentry->d_sb; -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (time_after(jiffies, mfs->mfs_jiffy + mfs->mfs_expire) -+ || mfs->mfs_bindex < 0) -+ au_mfs(dentry, /*parent*/NULL); -+ watermark = mfs->mfsrr_watermark; -+ bmfs = mfs->mfs_bindex; -+ mutex_unlock(&mfs->mfs_lock); -+ -+ /* another style of au_wbr_create_exp() */ -+ bwh = au_dbwh(dentry); -+ parent = dget_parent(dentry); -+ btail = au_dbtaildir(parent); -+ if (bwh >= 0 && bwh < btail) -+ btail = bwh; -+ -+ err = au_wbr_nonopq(dentry, btail); -+ if (unlikely(err < 0)) -+ goto out; -+ btail = err; -+ bfound = -1; -+ for (bindex = 0; bindex <= btail; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_rdonly(br)) -+ continue; -+ if (br->br_wbr->wbr_bytes > watermark) { -+ bfound = bindex; -+ break; -+ } -+ } -+ err = bfound; -+ if (err < 0) -+ err = bmfs; -+ -+out: -+ dput(parent); -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* most free space and then round robin */ -+static int au_wbr_create_mfsrr(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_mfs(dentry, flags); -+ if (err >= 0) { -+ mfs = &au_sbi(dentry->d_sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ if (mfs->mfsrr_bytes < mfs->mfsrr_watermark) -+ err = au_wbr_create_rr(dentry, flags); -+ mutex_unlock(&mfs->mfs_lock); -+ } -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_create_init_mfsrr(struct super_block *sb) -+{ -+ int err; -+ -+ au_wbr_create_init_mfs(sb); /* ignore */ -+ err = au_wbr_create_init_rr(sb); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* top down parent and most free space */ -+static int au_wbr_create_pmfs(struct dentry *dentry, unsigned int flags) -+{ -+ int err, e2; -+ unsigned long long b; -+ aufs_bindex_t bindex, btop, bbot; -+ struct super_block *sb; -+ struct dentry *parent, *h_parent; -+ struct au_branch *br; -+ -+ err = au_wbr_create_tdp(dentry, flags); -+ if (unlikely(err < 0)) -+ goto out; -+ parent = dget_parent(dentry); -+ btop = au_dbtop(parent); -+ bbot = au_dbtaildir(parent); -+ if (btop == bbot) -+ goto out_parent; /* success */ -+ -+ e2 = au_wbr_create_mfs(dentry, flags); -+ if (e2 < 0) -+ goto out_parent; /* success */ -+ -+ /* when the available size is equal, select upper one */ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, err); -+ b = br->br_wbr->wbr_bytes; -+ AuDbg("b%d, %llu\n", err, b); -+ -+ for (bindex = btop; bindex <= bbot; bindex++) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ br = au_sbr(sb, bindex); -+ if (!au_br_rdonly(br) && br->br_wbr->wbr_bytes > b) { -+ b = br->br_wbr->wbr_bytes; -+ err = bindex; -+ AuDbg("b%d, %llu\n", err, b); -+ } -+ } -+ -+ if (err >= 0) -+ err = au_wbr_nonopq(dentry, err); -+ -+out_parent: -+ dput(parent); -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * - top down parent -+ * - most free space with parent -+ * - most free space round-robin regardless parent -+ */ -+static int au_wbr_create_pmfsrr(struct dentry *dentry, unsigned int flags) -+{ -+ int err; -+ unsigned long long watermark; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_wbr_mfs *mfs; -+ -+ err = au_wbr_create_pmfs(dentry, flags | AuWbr_PARENT); -+ if (unlikely(err < 0)) -+ goto out; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, err); -+ mfs = &au_sbi(sb)->si_wbr_mfs; -+ mutex_lock(&mfs->mfs_lock); -+ watermark = mfs->mfsrr_watermark; -+ mutex_unlock(&mfs->mfs_lock); -+ if (br->br_wbr->wbr_bytes < watermark) -+ /* regardless the parent dir */ -+ err = au_wbr_create_mfsrr(dentry, flags); -+ -+out: -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* policies for copyup */ -+ -+/* top down parent */ -+static int au_wbr_copyup_tdp(struct dentry *dentry) -+{ -+ return au_wbr_create_tdp(dentry, /*flags, anything is ok*/0); -+} -+ -+/* bottom up parent */ -+static int au_wbr_copyup_bup(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t bindex, btop; -+ struct dentry *parent, *h_parent; -+ struct super_block *sb; -+ -+ err = -EROFS; -+ sb = dentry->d_sb; -+ parent = dget_parent(dentry); -+ btop = au_dbtop(parent); -+ for (bindex = au_dbtop(dentry); bindex >= btop; bindex--) { -+ h_parent = au_h_dptr(parent, bindex); -+ if (!h_parent || d_is_negative(h_parent)) -+ continue; -+ -+ if (!au_br_rdonly(au_sbr(sb, bindex))) { -+ err = bindex; -+ break; -+ } -+ } -+ dput(parent); -+ -+ /* bottom up here */ -+ if (unlikely(err < 0)) -+ err = au_wbr_bu(sb, btop - 1); -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+/* bottom up */ -+int au_wbr_do_copyup_bu(struct dentry *dentry, aufs_bindex_t btop) -+{ -+ int err; -+ -+ err = au_wbr_bu(dentry->d_sb, btop); -+ AuDbg("b%d\n", err); -+ if (err > btop) -+ err = au_wbr_nonopq(dentry, err); -+ -+ AuDbg("b%d\n", err); -+ return err; -+} -+ -+static int au_wbr_copyup_bu(struct dentry *dentry) -+{ -+ int err; -+ aufs_bindex_t btop; -+ -+ btop = au_dbtop(dentry); -+ err = au_wbr_do_copyup_bu(dentry, btop); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_wbr_copyup_operations au_wbr_copyup_ops[] = { -+ [AuWbrCopyup_TDP] = { -+ .copyup = au_wbr_copyup_tdp -+ }, -+ [AuWbrCopyup_BUP] = { -+ .copyup = au_wbr_copyup_bup -+ }, -+ [AuWbrCopyup_BU] = { -+ .copyup = au_wbr_copyup_bu -+ } -+}; -+ -+struct au_wbr_create_operations au_wbr_create_ops[] = { -+ [AuWbrCreate_TDP] = { -+ .create = au_wbr_create_tdp -+ }, -+ [AuWbrCreate_RR] = { -+ .create = au_wbr_create_rr, -+ .init = au_wbr_create_init_rr -+ }, -+ [AuWbrCreate_MFS] = { -+ .create = au_wbr_create_mfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSV] = { -+ .create = au_wbr_create_mfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSRR] = { -+ .create = au_wbr_create_mfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_MFSRRV] = { -+ .create = au_wbr_create_mfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_TDMFS] = { -+ .create = au_wbr_create_tdmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_TDMFSV] = { -+ .create = au_wbr_create_tdmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFS] = { -+ .create = au_wbr_create_pmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSV] = { -+ .create = au_wbr_create_pmfs, -+ .init = au_wbr_create_init_mfs, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSRR] = { -+ .create = au_wbr_create_pmfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ }, -+ [AuWbrCreate_PMFSRRV] = { -+ .create = au_wbr_create_pmfsrr, -+ .init = au_wbr_create_init_mfsrr, -+ .fin = au_wbr_create_fin_mfs -+ } -+}; -diff --git a/fs/aufs/whout.c b/fs/aufs/whout.c -new file mode 100644 -index 000000000000..a3c64efb2784 ---- /dev/null -+++ b/fs/aufs/whout.c -@@ -0,0 +1,1049 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * whiteout for logical deletion and opaque directory -+ */ -+ -+#include "aufs.h" -+ -+#define WH_MASK 0444 -+ -+/* -+ * If a directory contains this file, then it is opaque. We start with the -+ * .wh. flag so that it is blocked by lookup. -+ */ -+static struct qstr diropq_name = QSTR_INIT(AUFS_WH_DIROPQ, -+ sizeof(AUFS_WH_DIROPQ) - 1); -+ -+/* -+ * generate whiteout name, which is NOT terminated by NULL. -+ * @name: original d_name.name -+ * @len: original d_name.len -+ * @wh: whiteout qstr -+ * returns zero when succeeds, otherwise error. -+ * succeeded value as wh->name should be freed by kfree(). -+ */ -+int au_wh_name_alloc(struct qstr *wh, const struct qstr *name) -+{ -+ char *p; -+ -+ if (unlikely(name->len > PATH_MAX - AUFS_WH_PFX_LEN)) -+ return -ENAMETOOLONG; -+ -+ wh->len = name->len + AUFS_WH_PFX_LEN; -+ p = kmalloc(wh->len, GFP_NOFS); -+ wh->name = p; -+ if (p) { -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ memcpy(p + AUFS_WH_PFX_LEN, name->name, name->len); -+ /* smp_mb(); */ -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * test if the @wh_name exists under @h_parent. -+ * @try_sio specifies the necessary of super-io. -+ */ -+int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio) -+{ -+ int err; -+ struct dentry *wh_dentry; -+ -+ if (!try_sio) -+ wh_dentry = vfsub_lkup_one(wh_name, h_parent); -+ else -+ wh_dentry = au_sio_lkup_one(wh_name, h_parent); -+ err = PTR_ERR(wh_dentry); -+ if (IS_ERR(wh_dentry)) { -+ if (err == -ENAMETOOLONG) -+ err = 0; -+ goto out; -+ } -+ -+ err = 0; -+ if (d_is_negative(wh_dentry)) -+ goto out_wh; /* success */ -+ -+ err = 1; -+ if (d_is_reg(wh_dentry)) -+ goto out_wh; /* success */ -+ -+ err = -EIO; -+ AuIOErr("%pd Invalid whiteout entry type 0%o.\n", -+ wh_dentry, d_inode(wh_dentry)->i_mode); -+ -+out_wh: -+ dput(wh_dentry); -+out: -+ return err; -+} -+ -+/* -+ * test if the @h_dentry sets opaque or not. -+ */ -+int au_diropq_test(struct dentry *h_dentry) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ h_dir = d_inode(h_dentry); -+ err = au_wh_test(h_dentry, &diropq_name, -+ au_test_h_perm_sio(h_dir, MAY_EXEC)); -+ return err; -+} -+ -+/* -+ * returns a negative dentry whose name is unique and temporary. -+ */ -+struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, -+ struct qstr *prefix) -+{ -+ struct dentry *dentry; -+ int i; -+ char defname[NAME_MAX - AUFS_MAX_NAMELEN + DNAME_INLINE_LEN + 1], -+ *name, *p; -+ /* strict atomic_t is unnecessary here */ -+ static unsigned short cnt; -+ struct qstr qs; -+ -+ BUILD_BUG_ON(sizeof(cnt) * 2 > AUFS_WH_TMP_LEN); -+ -+ name = defname; -+ qs.len = sizeof(defname) - DNAME_INLINE_LEN + prefix->len - 1; -+ if (unlikely(prefix->len > DNAME_INLINE_LEN)) { -+ dentry = ERR_PTR(-ENAMETOOLONG); -+ if (unlikely(qs.len > NAME_MAX)) -+ goto out; -+ dentry = ERR_PTR(-ENOMEM); -+ name = kmalloc(qs.len + 1, GFP_NOFS); -+ if (unlikely(!name)) -+ goto out; -+ } -+ -+ /* doubly whiteout-ed */ -+ memcpy(name, AUFS_WH_PFX AUFS_WH_PFX, AUFS_WH_PFX_LEN * 2); -+ p = name + AUFS_WH_PFX_LEN * 2; -+ memcpy(p, prefix->name, prefix->len); -+ p += prefix->len; -+ *p++ = '.'; -+ AuDebugOn(name + qs.len + 1 - p <= AUFS_WH_TMP_LEN); -+ -+ qs.name = name; -+ for (i = 0; i < 3; i++) { -+ sprintf(p, "%.*x", AUFS_WH_TMP_LEN, cnt++); -+ dentry = au_sio_lkup_one(&qs, h_parent); -+ if (IS_ERR(dentry) || d_is_negative(dentry)) -+ goto out_name; -+ dput(dentry); -+ } -+ /* pr_warn("could not get random name\n"); */ -+ dentry = ERR_PTR(-EEXIST); -+ AuDbg("%.*s\n", AuLNPair(&qs)); -+ BUG(); -+ -+out_name: -+ if (name != defname) -+ kfree(name); -+out: -+ AuTraceErrPtr(dentry); -+ return dentry; -+} -+ -+/* -+ * rename the @h_dentry on @br to the whiteouted temporary name. -+ */ -+int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ struct inode *h_dir, *delegated; -+ struct dentry *h_parent; -+ -+ h_parent = h_dentry->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ h_path.dentry = au_whtmp_lkup(h_parent, br, &h_dentry->d_name); -+ err = PTR_ERR(h_path.dentry); -+ if (IS_ERR(h_path.dentry)) -+ goto out; -+ -+ /* under the same dir, no need to lock_rename() */ -+ delegated = NULL; -+ err = vfsub_rename(h_dir, h_dentry, h_dir, &h_path, &delegated, -+ /*flags*/0); -+ AuTraceErr(err); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal rename\n"); -+ iput(delegated); -+ } -+ dput(h_path.dentry); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * functions for removing a whiteout -+ */ -+ -+static int do_unlink_wh(struct inode *h_dir, struct path *h_path) -+{ -+ int err, force; -+ struct inode *delegated; -+ -+ /* -+ * forces superio when the dir has a sticky bit. -+ * this may be a violation of unix fs semantics. -+ */ -+ force = (h_dir->i_mode & S_ISVTX) -+ && !uid_eq(current_fsuid(), d_inode(h_path->dentry)->i_uid); -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, h_path, &delegated, force); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ return err; -+} -+ -+int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, -+ struct dentry *dentry) -+{ -+ int err; -+ -+ err = do_unlink_wh(h_dir, h_path); -+ if (!err && dentry) -+ au_set_dbwh(dentry, -1); -+ -+ return err; -+} -+ -+static int unlink_wh_name(struct dentry *h_parent, struct qstr *wh, -+ struct au_branch *br) -+{ -+ int err; -+ struct path h_path = { -+ .mnt = au_br_mnt(br) -+ }; -+ -+ err = 0; -+ h_path.dentry = vfsub_lkup_one(wh, h_parent); -+ if (IS_ERR(h_path.dentry)) -+ err = PTR_ERR(h_path.dentry); -+ else { -+ if (d_is_reg(h_path.dentry)) -+ err = do_unlink_wh(d_inode(h_parent), &h_path); -+ dput(h_path.dentry); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * initialize/clean whiteout for a branch -+ */ -+ -+static void au_wh_clean(struct inode *h_dir, struct path *whpath, -+ const int isdir) -+{ -+ int err; -+ struct inode *delegated; -+ -+ if (d_is_negative(whpath->dentry)) -+ return; -+ -+ if (isdir) -+ err = vfsub_rmdir(h_dir, whpath); -+ else { -+ delegated = NULL; -+ err = vfsub_unlink(h_dir, whpath, &delegated, /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } -+ if (unlikely(err)) -+ pr_warn("failed removing %pd (%d), ignored.\n", -+ whpath->dentry, err); -+} -+ -+static int test_linkable(struct dentry *h_root) -+{ -+ struct inode *h_dir = d_inode(h_root); -+ -+ if (h_dir->i_op->link) -+ return 0; -+ -+ pr_err("%pd (%s) doesn't support link(2), use noplink and rw+nolwh\n", -+ h_root, au_sbtype(h_root->d_sb)); -+ return -ENOSYS; -+} -+ -+/* todo: should this mkdir be done in /sbin/mount.aufs helper? */ -+static int au_whdir(struct inode *h_dir, struct path *path) -+{ -+ int err; -+ -+ err = -EEXIST; -+ if (d_is_negative(path->dentry)) { -+ int mode = 0700; -+ -+ if (au_test_nfs(path->dentry->d_sb)) -+ mode |= 0111; -+ err = vfsub_mkdir(h_dir, path, mode); -+ } else if (d_is_dir(path->dentry)) -+ err = 0; -+ else -+ pr_err("unknown %pd exists\n", path->dentry); -+ -+ return err; -+} -+ -+struct au_wh_base { -+ const struct qstr *name; -+ struct dentry *dentry; -+}; -+ -+static void au_wh_init_ro(struct inode *h_dir, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/0); -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+} -+ -+/* -+ * returns tri-state, -+ * minus: error, caller should print the message -+ * zero: success -+ * plus: error, caller should NOT print the message -+ */ -+static int au_wh_init_rw_nolink(struct dentry *h_root, struct au_wbr *wbr, -+ int do_plink, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ h_dir = d_inode(h_root); -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ au_wh_clean(h_dir, h_path, /*isdir*/0); -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ if (do_plink) { -+ err = test_linkable(h_root); -+ if (unlikely(err)) { -+ err = 1; -+ goto out; -+ } -+ -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); -+ } else -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * for the moment, aufs supports the branch filesystem which does not support -+ * link(2). testing on FAT which does not support i_op->setattr() fully either, -+ * copyup failed. finally, such filesystem will not be used as the writable -+ * branch. -+ * -+ * returns tri-state, see above. -+ */ -+static int au_wh_init_rw(struct dentry *h_root, struct au_wbr *wbr, -+ int do_plink, struct au_wh_base base[], -+ struct path *h_path) -+{ -+ int err; -+ struct inode *h_dir; -+ -+ WbrWhMustWriteLock(wbr); -+ -+ err = test_linkable(h_root); -+ if (unlikely(err)) { -+ err = 1; -+ goto out; -+ } -+ -+ /* -+ * todo: should this create be done in /sbin/mount.aufs helper? -+ */ -+ err = -EEXIST; -+ h_dir = d_inode(h_root); -+ if (d_is_negative(base[AuBrWh_BASE].dentry)) { -+ h_path->dentry = base[AuBrWh_BASE].dentry; -+ err = vfsub_create(h_dir, h_path, WH_MASK, /*want_excl*/true); -+ } else if (d_is_reg(base[AuBrWh_BASE].dentry)) -+ err = 0; -+ else -+ pr_err("unknown %pd2 exists\n", base[AuBrWh_BASE].dentry); -+ if (unlikely(err)) -+ goto out; -+ -+ h_path->dentry = base[AuBrWh_PLINK].dentry; -+ if (do_plink) { -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_plink = dget(base[AuBrWh_PLINK].dentry); -+ } else -+ au_wh_clean(h_dir, h_path, /*isdir*/1); -+ wbr->wbr_whbase = dget(base[AuBrWh_BASE].dentry); -+ -+ h_path->dentry = base[AuBrWh_ORPH].dentry; -+ err = au_whdir(h_dir, h_path); -+ if (unlikely(err)) -+ goto out; -+ wbr->wbr_orph = dget(base[AuBrWh_ORPH].dentry); -+ -+out: -+ return err; -+} -+ -+/* -+ * initialize the whiteout base file/dir for @br. -+ */ -+int au_wh_init(struct au_branch *br, struct super_block *sb) -+{ -+ int err, i; -+ const unsigned char do_plink -+ = !!au_opt_test(au_mntflags(sb), PLINK); -+ struct inode *h_dir; -+ struct path path = br->br_path; -+ struct dentry *h_root = path.dentry; -+ struct au_wbr *wbr = br->br_wbr; -+ static const struct qstr base_name[] = { -+ [AuBrWh_BASE] = QSTR_INIT(AUFS_BASE_NAME, -+ sizeof(AUFS_BASE_NAME) - 1), -+ [AuBrWh_PLINK] = QSTR_INIT(AUFS_PLINKDIR_NAME, -+ sizeof(AUFS_PLINKDIR_NAME) - 1), -+ [AuBrWh_ORPH] = QSTR_INIT(AUFS_ORPHDIR_NAME, -+ sizeof(AUFS_ORPHDIR_NAME) - 1) -+ }; -+ struct au_wh_base base[] = { -+ [AuBrWh_BASE] = { -+ .name = base_name + AuBrWh_BASE, -+ .dentry = NULL -+ }, -+ [AuBrWh_PLINK] = { -+ .name = base_name + AuBrWh_PLINK, -+ .dentry = NULL -+ }, -+ [AuBrWh_ORPH] = { -+ .name = base_name + AuBrWh_ORPH, -+ .dentry = NULL -+ } -+ }; -+ -+ if (wbr) -+ WbrWhMustWriteLock(wbr); -+ -+ for (i = 0; i < AuBrWh_Last; i++) { -+ /* doubly whiteouted */ -+ struct dentry *d; -+ -+ d = au_wh_lkup(h_root, (void *)base[i].name, br); -+ err = PTR_ERR(d); -+ if (IS_ERR(d)) -+ goto out; -+ -+ base[i].dentry = d; -+ AuDebugOn(wbr -+ && wbr->wbr_wh[i] -+ && wbr->wbr_wh[i] != base[i].dentry); -+ } -+ -+ if (wbr) -+ for (i = 0; i < AuBrWh_Last; i++) { -+ dput(wbr->wbr_wh[i]); -+ wbr->wbr_wh[i] = NULL; -+ } -+ -+ err = 0; -+ if (!au_br_writable(br->br_perm)) { -+ h_dir = d_inode(h_root); -+ au_wh_init_ro(h_dir, base, &path); -+ } else if (!au_br_wh_linkable(br->br_perm)) { -+ err = au_wh_init_rw_nolink(h_root, wbr, do_plink, base, &path); -+ if (err > 0) -+ goto out; -+ else if (err) -+ goto out_err; -+ } else { -+ err = au_wh_init_rw(h_root, wbr, do_plink, base, &path); -+ if (err > 0) -+ goto out; -+ else if (err) -+ goto out_err; -+ } -+ goto out; /* success */ -+ -+out_err: -+ pr_err("an error(%d) on the writable branch %pd(%s)\n", -+ err, h_root, au_sbtype(h_root->d_sb)); -+out: -+ for (i = 0; i < AuBrWh_Last; i++) -+ dput(base[i].dentry); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * whiteouts are all hard-linked usually. -+ * when its link count reaches a ceiling, we create a new whiteout base -+ * asynchronously. -+ */ -+ -+struct reinit_br_wh { -+ struct super_block *sb; -+ struct au_branch *br; -+}; -+ -+static void reinit_br_wh(void *arg) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct path h_path; -+ struct reinit_br_wh *a = arg; -+ struct au_wbr *wbr; -+ struct inode *dir, *delegated; -+ struct dentry *h_root; -+ struct au_hinode *hdir; -+ -+ err = 0; -+ wbr = a->br->br_wbr; -+ /* big aufs lock */ -+ si_noflush_write_lock(a->sb); -+ if (!au_br_writable(a->br->br_perm)) -+ goto out; -+ bindex = au_br_index(a->sb, a->br->br_id); -+ if (unlikely(bindex < 0)) -+ goto out; -+ -+ di_read_lock_parent(a->sb->s_root, AuLock_IR); -+ dir = d_inode(a->sb->s_root); -+ hdir = au_hi(dir, bindex); -+ h_root = au_h_dptr(a->sb->s_root, bindex); -+ AuDebugOn(h_root != au_br_dentry(a->br)); -+ -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ wbr_wh_write_lock(wbr); -+ err = au_h_verify(wbr->wbr_whbase, au_opt_udba(a->sb), hdir->hi_inode, -+ h_root, a->br); -+ if (!err) { -+ h_path.dentry = wbr->wbr_whbase; -+ h_path.mnt = au_br_mnt(a->br); -+ delegated = NULL; -+ err = vfsub_unlink(hdir->hi_inode, &h_path, &delegated, -+ /*force*/0); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ } else { -+ pr_warn("%pd is moved, ignored\n", wbr->wbr_whbase); -+ err = 0; -+ } -+ dput(wbr->wbr_whbase); -+ wbr->wbr_whbase = NULL; -+ if (!err) -+ err = au_wh_init(a->br, a->sb); -+ wbr_wh_write_unlock(wbr); -+ au_hn_inode_unlock(hdir); -+ di_read_unlock(a->sb->s_root, AuLock_IR); -+ if (!err) -+ au_fhsm_wrote(a->sb, bindex, /*force*/0); -+ -+out: -+ if (wbr) -+ atomic_dec(&wbr->wbr_wh_running); -+ au_lcnt_dec(&a->br->br_count); -+ si_write_unlock(a->sb); -+ au_nwt_done(&au_sbi(a->sb)->si_nowait); -+ kfree(arg); -+ if (unlikely(err)) -+ AuIOErr("err %d\n", err); -+} -+ -+static void kick_reinit_br_wh(struct super_block *sb, struct au_branch *br) -+{ -+ int do_dec, wkq_err; -+ struct reinit_br_wh *arg; -+ -+ do_dec = 1; -+ if (atomic_inc_return(&br->br_wbr->wbr_wh_running) != 1) -+ goto out; -+ -+ /* ignore ENOMEM */ -+ arg = kmalloc(sizeof(*arg), GFP_NOFS); -+ if (arg) { -+ /* -+ * dec(wh_running), kfree(arg) and dec(br_count) -+ * in reinit function -+ */ -+ arg->sb = sb; -+ arg->br = br; -+ au_lcnt_inc(&br->br_count); -+ wkq_err = au_wkq_nowait(reinit_br_wh, arg, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ atomic_dec(&br->br_wbr->wbr_wh_running); -+ au_lcnt_dec(&br->br_count); -+ kfree(arg); -+ } -+ do_dec = 0; -+ } -+ -+out: -+ if (do_dec) -+ atomic_dec(&br->br_wbr->wbr_wh_running); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create the whiteout @wh. -+ */ -+static int link_or_create_wh(struct super_block *sb, aufs_bindex_t bindex, -+ struct dentry *wh) -+{ -+ int err; -+ struct path h_path = { -+ .dentry = wh -+ }; -+ struct au_branch *br; -+ struct au_wbr *wbr; -+ struct dentry *h_parent; -+ struct inode *h_dir, *delegated; -+ -+ h_parent = wh->d_parent; /* dir inode is locked */ -+ h_dir = d_inode(h_parent); -+ IMustLock(h_dir); -+ -+ br = au_sbr(sb, bindex); -+ h_path.mnt = au_br_mnt(br); -+ wbr = br->br_wbr; -+ wbr_wh_read_lock(wbr); -+ if (wbr->wbr_whbase) { -+ delegated = NULL; -+ err = vfsub_link(wbr->wbr_whbase, h_dir, &h_path, &delegated); -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal link\n"); -+ iput(delegated); -+ } -+ if (!err || err != -EMLINK) -+ goto out; -+ -+ /* link count full. re-initialize br_whbase. */ -+ kick_reinit_br_wh(sb, br); -+ } -+ -+ /* return this error in this context */ -+ err = vfsub_create(h_dir, &h_path, WH_MASK, /*want_excl*/true); -+ if (!err) -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ -+out: -+ wbr_wh_read_unlock(wbr); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create or remove the diropq. -+ */ -+static struct dentry *do_diropq(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags) -+{ -+ struct dentry *opq_dentry, *h_dentry; -+ struct super_block *sb; -+ struct au_branch *br; -+ int err; -+ -+ sb = dentry->d_sb; -+ br = au_sbr(sb, bindex); -+ h_dentry = au_h_dptr(dentry, bindex); -+ opq_dentry = vfsub_lkup_one(&diropq_name, h_dentry); -+ if (IS_ERR(opq_dentry)) -+ goto out; -+ -+ if (au_ftest_diropq(flags, CREATE)) { -+ err = link_or_create_wh(sb, bindex, opq_dentry); -+ if (!err) { -+ au_set_dbdiropq(dentry, bindex); -+ goto out; /* success */ -+ } -+ } else { -+ struct path tmp = { -+ .dentry = opq_dentry, -+ .mnt = au_br_mnt(br) -+ }; -+ err = do_unlink_wh(au_h_iptr(d_inode(dentry), bindex), &tmp); -+ if (!err) -+ au_set_dbdiropq(dentry, -1); -+ } -+ dput(opq_dentry); -+ opq_dentry = ERR_PTR(err); -+ -+out: -+ return opq_dentry; -+} -+ -+struct do_diropq_args { -+ struct dentry **errp; -+ struct dentry *dentry; -+ aufs_bindex_t bindex; -+ unsigned int flags; -+}; -+ -+static void call_do_diropq(void *args) -+{ -+ struct do_diropq_args *a = args; -+ *a->errp = do_diropq(a->dentry, a->bindex, a->flags); -+} -+ -+struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags) -+{ -+ struct dentry *diropq, *h_dentry; -+ -+ h_dentry = au_h_dptr(dentry, bindex); -+ if (!au_test_h_perm_sio(d_inode(h_dentry), MAY_EXEC | MAY_WRITE)) -+ diropq = do_diropq(dentry, bindex, flags); -+ else { -+ int wkq_err; -+ struct do_diropq_args args = { -+ .errp = &diropq, -+ .dentry = dentry, -+ .bindex = bindex, -+ .flags = flags -+ }; -+ -+ wkq_err = au_wkq_wait(call_do_diropq, &args); -+ if (unlikely(wkq_err)) -+ diropq = ERR_PTR(wkq_err); -+ } -+ -+ return diropq; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * lookup whiteout dentry. -+ * @h_parent: lower parent dentry which must exist and be locked -+ * @base_name: name of dentry which will be whiteouted -+ * returns dentry for whiteout. -+ */ -+struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, -+ struct au_branch *br) -+{ -+ int err; -+ struct qstr wh_name; -+ struct dentry *wh_dentry; -+ -+ err = au_wh_name_alloc(&wh_name, base_name); -+ wh_dentry = ERR_PTR(err); -+ if (!err) { -+ wh_dentry = vfsub_lkup_one(&wh_name, h_parent); -+ kfree(wh_name.name); -+ } -+ return wh_dentry; -+} -+ -+/* -+ * link/create a whiteout for @dentry on @bindex. -+ */ -+struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent) -+{ -+ struct dentry *wh_dentry; -+ struct super_block *sb; -+ int err; -+ -+ sb = dentry->d_sb; -+ wh_dentry = au_wh_lkup(h_parent, &dentry->d_name, au_sbr(sb, bindex)); -+ if (!IS_ERR(wh_dentry) && d_is_negative(wh_dentry)) { -+ err = link_or_create_wh(sb, bindex, wh_dentry); -+ if (!err) { -+ au_set_dbwh(dentry, bindex); -+ au_fhsm_wrote(sb, bindex, /*force*/0); -+ } else { -+ dput(wh_dentry); -+ wh_dentry = ERR_PTR(err); -+ } -+ } -+ -+ return wh_dentry; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* Delete all whiteouts in this directory on branch bindex. */ -+static int del_wh_children(struct dentry *h_dentry, struct au_nhash *whlist, -+ aufs_bindex_t bindex, struct au_branch *br) -+{ -+ int err; -+ unsigned long ul, n; -+ struct qstr wh_name; -+ char *p; -+ struct hlist_head *head; -+ struct au_vdir_wh *pos; -+ struct au_vdir_destr *str; -+ -+ err = -ENOMEM; -+ p = (void *)__get_free_page(GFP_NOFS); -+ wh_name.name = p; -+ if (unlikely(!wh_name.name)) -+ goto out; -+ -+ err = 0; -+ memcpy(p, AUFS_WH_PFX, AUFS_WH_PFX_LEN); -+ p += AUFS_WH_PFX_LEN; -+ n = whlist->nh_num; -+ head = whlist->nh_head; -+ for (ul = 0; !err && ul < n; ul++, head++) { -+ hlist_for_each_entry(pos, head, wh_hash) { -+ if (pos->wh_bindex != bindex) -+ continue; -+ -+ str = &pos->wh_str; -+ if (str->len + AUFS_WH_PFX_LEN <= PATH_MAX) { -+ memcpy(p, str->name, str->len); -+ wh_name.len = AUFS_WH_PFX_LEN + str->len; -+ err = unlink_wh_name(h_dentry, &wh_name, br); -+ if (!err) -+ continue; -+ break; -+ } -+ AuIOErr("whiteout name too long %.*s\n", -+ str->len, str->name); -+ err = -EIO; -+ break; -+ } -+ } -+ free_page((unsigned long)wh_name.name); -+ -+out: -+ return err; -+} -+ -+struct del_wh_children_args { -+ int *errp; -+ struct dentry *h_dentry; -+ struct au_nhash *whlist; -+ aufs_bindex_t bindex; -+ struct au_branch *br; -+}; -+ -+static void call_del_wh_children(void *args) -+{ -+ struct del_wh_children_args *a = args; -+ *a->errp = del_wh_children(a->h_dentry, a->whlist, a->bindex, a->br); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp) -+{ -+ struct au_whtmp_rmdir *whtmp; -+ int err; -+ unsigned int rdhash; -+ -+ SiMustAnyLock(sb); -+ -+ whtmp = kzalloc(sizeof(*whtmp), gfp); -+ if (unlikely(!whtmp)) { -+ whtmp = ERR_PTR(-ENOMEM); -+ goto out; -+ } -+ -+ /* no estimation for dir size */ -+ rdhash = au_sbi(sb)->si_rdhash; -+ if (!rdhash) -+ rdhash = AUFS_RDHASH_DEF; -+ err = au_nhash_alloc(&whtmp->whlist, rdhash, gfp); -+ if (unlikely(err)) { -+ kfree(whtmp); -+ whtmp = ERR_PTR(err); -+ } -+ -+out: -+ return whtmp; -+} -+ -+void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp) -+{ -+ if (whtmp->br) -+ au_lcnt_dec(&whtmp->br->br_count); -+ dput(whtmp->wh_dentry); -+ iput(whtmp->dir); -+ au_nhash_wh_free(&whtmp->whlist); -+ kfree(whtmp); -+} -+ -+/* -+ * rmdir the whiteouted temporary named dir @h_dentry. -+ * @whlist: whiteouted children. -+ */ -+int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_nhash *whlist) -+{ -+ int err; -+ unsigned int h_nlink; -+ struct path h_tmp; -+ struct inode *wh_inode, *h_dir; -+ struct au_branch *br; -+ -+ h_dir = d_inode(wh_dentry->d_parent); /* dir inode is locked */ -+ IMustLock(h_dir); -+ -+ br = au_sbr(dir->i_sb, bindex); -+ wh_inode = d_inode(wh_dentry); -+ inode_lock_nested(wh_inode, AuLsc_I_CHILD); -+ -+ /* -+ * someone else might change some whiteouts while we were sleeping. -+ * it means this whlist may have an obsoleted entry. -+ */ -+ if (!au_test_h_perm_sio(wh_inode, MAY_EXEC | MAY_WRITE)) -+ err = del_wh_children(wh_dentry, whlist, bindex, br); -+ else { -+ int wkq_err; -+ struct del_wh_children_args args = { -+ .errp = &err, -+ .h_dentry = wh_dentry, -+ .whlist = whlist, -+ .bindex = bindex, -+ .br = br -+ }; -+ -+ wkq_err = au_wkq_wait(call_del_wh_children, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ } -+ inode_unlock(wh_inode); -+ -+ if (!err) { -+ h_tmp.dentry = wh_dentry; -+ h_tmp.mnt = au_br_mnt(br); -+ h_nlink = h_dir->i_nlink; -+ err = vfsub_rmdir(h_dir, &h_tmp); -+ /* some fs doesn't change the parent nlink in some cases */ -+ h_nlink -= h_dir->i_nlink; -+ } -+ -+ if (!err) { -+ if (au_ibtop(dir) == bindex) { -+ /* todo: dir->i_mutex is necessary */ -+ au_cpup_attr_timesizes(dir); -+ if (h_nlink) -+ vfsub_drop_nlink(dir); -+ } -+ return 0; /* success */ -+ } -+ -+ pr_warn("failed removing %pd(%d), ignored\n", wh_dentry, err); -+ return err; -+} -+ -+static void call_rmdir_whtmp(void *args) -+{ -+ int err; -+ aufs_bindex_t bindex; -+ struct au_whtmp_rmdir *a = args; -+ struct super_block *sb; -+ struct dentry *h_parent; -+ struct inode *h_dir; -+ struct au_hinode *hdir; -+ -+ /* rmdir by nfsd may cause deadlock with this i_mutex */ -+ /* inode_lock(a->dir); */ -+ err = -EROFS; -+ sb = a->dir->i_sb; -+ si_read_lock(sb, !AuLock_FLUSH); -+ if (!au_br_writable(a->br->br_perm)) -+ goto out; -+ bindex = au_br_index(sb, a->br->br_id); -+ if (unlikely(bindex < 0)) -+ goto out; -+ -+ err = -EIO; -+ ii_write_lock_parent(a->dir); -+ h_parent = dget_parent(a->wh_dentry); -+ h_dir = d_inode(h_parent); -+ hdir = au_hi(a->dir, bindex); -+ err = vfsub_mnt_want_write(au_br_mnt(a->br)); -+ if (unlikely(err)) -+ goto out_mnt; -+ au_hn_inode_lock_nested(hdir, AuLsc_I_PARENT); -+ err = au_h_verify(a->wh_dentry, au_opt_udba(sb), h_dir, h_parent, -+ a->br); -+ if (!err) -+ err = au_whtmp_rmdir(a->dir, bindex, a->wh_dentry, &a->whlist); -+ au_hn_inode_unlock(hdir); -+ vfsub_mnt_drop_write(au_br_mnt(a->br)); -+ -+out_mnt: -+ dput(h_parent); -+ ii_write_unlock(a->dir); -+out: -+ /* inode_unlock(a->dir); */ -+ au_whtmp_rmdir_free(a); -+ si_read_unlock(sb); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ if (unlikely(err)) -+ AuIOErr("err %d\n", err); -+} -+ -+void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_whtmp_rmdir *args) -+{ -+ int wkq_err; -+ struct super_block *sb; -+ -+ IMustLock(dir); -+ -+ /* all post-process will be done in do_rmdir_whtmp(). */ -+ sb = dir->i_sb; -+ args->dir = au_igrab(dir); -+ args->br = au_sbr(sb, bindex); -+ au_lcnt_inc(&args->br->br_count); -+ args->wh_dentry = dget(wh_dentry); -+ wkq_err = au_wkq_nowait(call_rmdir_whtmp, args, sb, /*flags*/0); -+ if (unlikely(wkq_err)) { -+ pr_warn("rmdir error %pd (%d), ignored\n", wh_dentry, wkq_err); -+ au_whtmp_rmdir_free(args); -+ } -+} -diff --git a/fs/aufs/whout.h b/fs/aufs/whout.h -new file mode 100644 -index 000000000000..c790bfa66ea8 ---- /dev/null -+++ b/fs/aufs/whout.h -@@ -0,0 +1,73 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * whiteout for logical deletion and opaque directory -+ */ -+ -+#ifndef __AUFS_WHOUT_H__ -+#define __AUFS_WHOUT_H__ -+ -+#ifdef __KERNEL__ -+ -+#include "dir.h" -+ -+/* whout.c */ -+int au_wh_name_alloc(struct qstr *wh, const struct qstr *name); -+int au_wh_test(struct dentry *h_parent, struct qstr *wh_name, int try_sio); -+int au_diropq_test(struct dentry *h_dentry); -+struct au_branch; -+struct dentry *au_whtmp_lkup(struct dentry *h_parent, struct au_branch *br, -+ struct qstr *prefix); -+int au_whtmp_ren(struct dentry *h_dentry, struct au_branch *br); -+int au_wh_unlink_dentry(struct inode *h_dir, struct path *h_path, -+ struct dentry *dentry); -+int au_wh_init(struct au_branch *br, struct super_block *sb); -+ -+/* diropq flags */ -+#define AuDiropq_CREATE 1 -+#define au_ftest_diropq(flags, name) ((flags) & AuDiropq_##name) -+#define au_fset_diropq(flags, name) \ -+ do { (flags) |= AuDiropq_##name; } while (0) -+#define au_fclr_diropq(flags, name) \ -+ do { (flags) &= ~AuDiropq_##name; } while (0) -+ -+struct dentry *au_diropq_sio(struct dentry *dentry, aufs_bindex_t bindex, -+ unsigned int flags); -+struct dentry *au_wh_lkup(struct dentry *h_parent, struct qstr *base_name, -+ struct au_branch *br); -+struct dentry *au_wh_create(struct dentry *dentry, aufs_bindex_t bindex, -+ struct dentry *h_parent); -+ -+/* real rmdir for the whiteout-ed dir */ -+struct au_whtmp_rmdir { -+ struct inode *dir; -+ struct au_branch *br; -+ struct dentry *wh_dentry; -+ struct au_nhash whlist; -+}; -+ -+struct au_whtmp_rmdir *au_whtmp_rmdir_alloc(struct super_block *sb, gfp_t gfp); -+void au_whtmp_rmdir_free(struct au_whtmp_rmdir *whtmp); -+int au_whtmp_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_nhash *whlist); -+void au_whtmp_kick_rmdir(struct inode *dir, aufs_bindex_t bindex, -+ struct dentry *wh_dentry, struct au_whtmp_rmdir *args); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline struct dentry *au_diropq_create(struct dentry *dentry, -+ aufs_bindex_t bindex) -+{ -+ return au_diropq_sio(dentry, bindex, AuDiropq_CREATE); -+} -+ -+static inline int au_diropq_remove(struct dentry *dentry, aufs_bindex_t bindex) -+{ -+ return PTR_ERR(au_diropq_sio(dentry, bindex, !AuDiropq_CREATE)); -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_WHOUT_H__ */ -diff --git a/fs/aufs/wkq.c b/fs/aufs/wkq.c -new file mode 100644 -index 000000000000..597099ef2137 ---- /dev/null -+++ b/fs/aufs/wkq.c -@@ -0,0 +1,379 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * workqueue for asynchronous/super-io operations -+ * todo: try new credential scheme -+ */ -+ -+#include -+#include "aufs.h" -+ -+/* internal workqueue named AUFS_WKQ_NAME */ -+ -+static struct workqueue_struct *au_wkq; -+ -+struct au_wkinfo { -+ struct work_struct wk; -+ struct kobject *kobj; -+ -+ unsigned int flags; /* see wkq.h */ -+ -+ au_wkq_func_t func; -+ void *args; -+ -+#ifdef CONFIG_LOCKDEP -+ int dont_check; -+ struct held_lock **hlock; -+#endif -+ -+ struct completion *comp; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+/* -+ * Aufs passes some operations to the workqueue such as the internal copyup. -+ * This scheme looks rather unnatural for LOCKDEP debugging feature, since the -+ * job run by workqueue depends upon the locks acquired in the other task. -+ * Delegating a small operation to the workqueue, aufs passes its lockdep -+ * information too. And the job in the workqueue restores the info in order to -+ * pretend as if it acquired those locks. This is just to make LOCKDEP work -+ * correctly and expectedly. -+ */ -+ -+#ifndef CONFIG_LOCKDEP -+AuStubInt0(au_wkq_lockdep_alloc, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_free, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_pre, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_post, struct au_wkinfo *wkinfo); -+AuStubVoid(au_wkq_lockdep_init, struct au_wkinfo *wkinfo); -+#else -+static void au_wkq_lockdep_init(struct au_wkinfo *wkinfo) -+{ -+ wkinfo->hlock = NULL; -+ wkinfo->dont_check = 0; -+} -+ -+/* -+ * 1: matched -+ * 0: unmatched -+ */ -+static int au_wkq_lockdep_test(struct lock_class_key *key, const char *name) -+{ -+ static DEFINE_SPINLOCK(spin); -+ static struct { -+ char *name; -+ struct lock_class_key *key; -+ } a[] = { -+ { .name = "&sbinfo->si_rwsem" }, -+ { .name = "&finfo->fi_rwsem" }, -+ { .name = "&dinfo->di_rwsem" }, -+ { .name = "&iinfo->ii_rwsem" } -+ }; -+ static int set; -+ int i; -+ -+ /* lockless read from 'set.' see below */ -+ if (set == ARRAY_SIZE(a)) { -+ for (i = 0; i < ARRAY_SIZE(a); i++) -+ if (a[i].key == key) -+ goto match; -+ goto unmatch; -+ } -+ -+ spin_lock(&spin); -+ if (set) -+ for (i = 0; i < ARRAY_SIZE(a); i++) -+ if (a[i].key == key) { -+ spin_unlock(&spin); -+ goto match; -+ } -+ for (i = 0; i < ARRAY_SIZE(a); i++) { -+ if (a[i].key) { -+ if (unlikely(a[i].key == key)) { /* rare but possible */ -+ spin_unlock(&spin); -+ goto match; -+ } else -+ continue; -+ } -+ if (strstr(a[i].name, name)) { -+ /* -+ * the order of these three lines is important for the -+ * lockless read above. -+ */ -+ a[i].key = key; -+ spin_unlock(&spin); -+ set++; -+ /* AuDbg("%d, %s\n", set, name); */ -+ goto match; -+ } -+ } -+ spin_unlock(&spin); -+ goto unmatch; -+ -+match: -+ return 1; -+unmatch: -+ return 0; -+} -+ -+static int au_wkq_lockdep_alloc(struct au_wkinfo *wkinfo) -+{ -+ int err, n; -+ struct task_struct *curr; -+ struct held_lock **hl, *held_locks, *p; -+ -+ err = 0; -+ curr = current; -+ wkinfo->dont_check = lockdep_recursing(curr); -+ if (wkinfo->dont_check) -+ goto out; -+ n = curr->lockdep_depth; -+ if (!n) -+ goto out; -+ -+ err = -ENOMEM; -+ wkinfo->hlock = kmalloc_array(n + 1, sizeof(*wkinfo->hlock), GFP_NOFS); -+ if (unlikely(!wkinfo->hlock)) -+ goto out; -+ -+ err = 0; -+#if 0 -+ if (0 && au_debug_test()) /* left for debugging */ -+ lockdep_print_held_locks(curr); -+#endif -+ held_locks = curr->held_locks; -+ hl = wkinfo->hlock; -+ while (n--) { -+ p = held_locks++; -+ if (au_wkq_lockdep_test(p->instance->key, p->instance->name)) -+ *hl++ = p; -+ } -+ *hl = NULL; -+ -+out: -+ return err; -+} -+ -+static void au_wkq_lockdep_free(struct au_wkinfo *wkinfo) -+{ -+ kfree(wkinfo->hlock); -+} -+ -+static void au_wkq_lockdep_pre(struct au_wkinfo *wkinfo) -+{ -+ struct held_lock *p, **hl = wkinfo->hlock; -+ int subclass; -+ -+ if (wkinfo->dont_check) -+ lockdep_off(); -+ if (!hl) -+ return; -+ while ((p = *hl++)) { /* assignment */ -+ subclass = lockdep_hlock_class(p)->subclass; -+ /* AuDbg("%s, %d\n", p->instance->name, subclass); */ -+ if (p->read) -+ rwsem_acquire_read(p->instance, subclass, 0, -+ /*p->acquire_ip*/_RET_IP_); -+ else -+ rwsem_acquire(p->instance, subclass, 0, -+ /*p->acquire_ip*/_RET_IP_); -+ } -+} -+ -+static void au_wkq_lockdep_post(struct au_wkinfo *wkinfo) -+{ -+ struct held_lock *p, **hl = wkinfo->hlock; -+ -+ if (wkinfo->dont_check) -+ lockdep_on(); -+ if (!hl) -+ return; -+ while ((p = *hl++)) /* assignment */ -+ rwsem_release(p->instance, 0, /*p->acquire_ip*/_RET_IP_); -+} -+#endif -+ -+static void wkq_func(struct work_struct *wk) -+{ -+ struct au_wkinfo *wkinfo = container_of(wk, struct au_wkinfo, wk); -+ -+ AuDebugOn(!uid_eq(current_fsuid(), GLOBAL_ROOT_UID)); -+ AuDebugOn(rlimit(RLIMIT_FSIZE) != RLIM_INFINITY); -+ -+ au_wkq_lockdep_pre(wkinfo); -+ wkinfo->func(wkinfo->args); -+ au_wkq_lockdep_post(wkinfo); -+ if (au_ftest_wkq(wkinfo->flags, WAIT)) -+ complete(wkinfo->comp); -+ else { -+ kobject_put(wkinfo->kobj); -+ module_put(THIS_MODULE); /* todo: ?? */ -+ kfree(wkinfo); -+ } -+} -+ -+/* -+ * Since struct completion is large, try allocating it dynamically. -+ */ -+#if 1 /* defined(CONFIG_4KSTACKS) || defined(AuTest4KSTACKS) */ -+#define AuWkqCompDeclare(name) struct completion *comp = NULL -+ -+static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) -+{ -+ *comp = kmalloc(sizeof(**comp), GFP_NOFS); -+ if (*comp) { -+ init_completion(*comp); -+ wkinfo->comp = *comp; -+ return 0; -+ } -+ return -ENOMEM; -+} -+ -+static void au_wkq_comp_free(struct completion *comp) -+{ -+ kfree(comp); -+} -+ -+#else -+ -+/* no braces */ -+#define AuWkqCompDeclare(name) \ -+ DECLARE_COMPLETION_ONSTACK(_ ## name); \ -+ struct completion *comp = &_ ## name -+ -+static int au_wkq_comp_alloc(struct au_wkinfo *wkinfo, struct completion **comp) -+{ -+ wkinfo->comp = *comp; -+ return 0; -+} -+ -+static void au_wkq_comp_free(struct completion *comp __maybe_unused) -+{ -+ /* empty */ -+} -+#endif /* 4KSTACKS */ -+ -+static void au_wkq_run(struct au_wkinfo *wkinfo) -+{ -+ if (au_ftest_wkq(wkinfo->flags, NEST)) { -+ if (au_wkq_test()) { -+ AuWarn1("wkq from wkq, unless silly-rename on NFS," -+ " due to a dead dir by UDBA," -+ " or async xino write?\n"); -+ AuDebugOn(au_ftest_wkq(wkinfo->flags, WAIT)); -+ } -+ } else -+ au_dbg_verify_kthread(); -+ -+ if (au_ftest_wkq(wkinfo->flags, WAIT)) { -+ INIT_WORK_ONSTACK(&wkinfo->wk, wkq_func); -+ queue_work(au_wkq, &wkinfo->wk); -+ } else { -+ INIT_WORK(&wkinfo->wk, wkq_func); -+ schedule_work(&wkinfo->wk); -+ } -+} -+ -+/* -+ * Be careful. It is easy to make deadlock happen. -+ * processA: lock, wkq and wait -+ * processB: wkq and wait, lock in wkq -+ * --> deadlock -+ */ -+int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args) -+{ -+ int err; -+ AuWkqCompDeclare(comp); -+ struct au_wkinfo wkinfo = { -+ .flags = flags, -+ .func = func, -+ .args = args -+ }; -+ -+ err = au_wkq_comp_alloc(&wkinfo, &comp); -+ if (unlikely(err)) -+ goto out; -+ err = au_wkq_lockdep_alloc(&wkinfo); -+ if (unlikely(err)) -+ goto out_comp; -+ if (!err) { -+ au_wkq_run(&wkinfo); -+ /* no timeout, no interrupt */ -+ wait_for_completion(wkinfo.comp); -+ } -+ au_wkq_lockdep_free(&wkinfo); -+ -+out_comp: -+ au_wkq_comp_free(comp); -+out: -+ destroy_work_on_stack(&wkinfo.wk); -+ return err; -+} -+ -+/* -+ * Note: dget/dput() in func for aufs dentries are not supported. It will be a -+ * problem in a concurrent umounting. -+ */ -+int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, -+ unsigned int flags) -+{ -+ int err; -+ struct au_wkinfo *wkinfo; -+ -+ atomic_inc(&au_sbi(sb)->si_nowait.nw_len); -+ -+ /* -+ * wkq_func() must free this wkinfo. -+ * it highly depends upon the implementation of workqueue. -+ */ -+ err = 0; -+ wkinfo = kmalloc(sizeof(*wkinfo), GFP_NOFS); -+ if (wkinfo) { -+ wkinfo->kobj = &au_sbi(sb)->si_kobj; -+ wkinfo->flags = flags & ~AuWkq_WAIT; -+ wkinfo->func = func; -+ wkinfo->args = args; -+ wkinfo->comp = NULL; -+ au_wkq_lockdep_init(wkinfo); -+ kobject_get(wkinfo->kobj); -+ __module_get(THIS_MODULE); /* todo: ?? */ -+ -+ au_wkq_run(wkinfo); -+ } else { -+ err = -ENOMEM; -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+void au_nwt_init(struct au_nowait_tasks *nwt) -+{ -+ atomic_set(&nwt->nw_len, 0); -+ /* smp_mb(); */ /* atomic_set */ -+ init_waitqueue_head(&nwt->nw_wq); -+} -+ -+void au_wkq_fin(void) -+{ -+ destroy_workqueue(au_wkq); -+} -+ -+int __init au_wkq_init(void) -+{ -+ int err; -+ -+ err = 0; -+ au_wkq = alloc_workqueue(AUFS_WKQ_NAME, 0, WQ_DFL_ACTIVE); -+ if (IS_ERR(au_wkq)) -+ err = PTR_ERR(au_wkq); -+ else if (!au_wkq) -+ err = -ENOMEM; -+ -+ return err; -+} -diff --git a/fs/aufs/wkq.h b/fs/aufs/wkq.h -new file mode 100644 -index 000000000000..ec7bb8bd219c ---- /dev/null -+++ b/fs/aufs/wkq.h -@@ -0,0 +1,76 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * workqueue for asynchronous/super-io operations -+ * todo: try new credentials management scheme -+ */ -+ -+#ifndef __AUFS_WKQ_H__ -+#define __AUFS_WKQ_H__ -+ -+#ifdef __KERNEL__ -+ -+#include -+ -+struct super_block; -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * in the next operation, wait for the 'nowait' tasks in system-wide workqueue -+ */ -+struct au_nowait_tasks { -+ atomic_t nw_len; -+ wait_queue_head_t nw_wq; -+}; -+ -+/* ---------------------------------------------------------------------- */ -+ -+typedef void (*au_wkq_func_t)(void *args); -+ -+/* wkq flags */ -+#define AuWkq_WAIT 1 -+#define AuWkq_NEST (1 << 1) -+#define au_ftest_wkq(flags, name) ((flags) & AuWkq_##name) -+#define au_fset_wkq(flags, name) \ -+ do { (flags) |= AuWkq_##name; } while (0) -+#define au_fclr_wkq(flags, name) \ -+ do { (flags) &= ~AuWkq_##name; } while (0) -+ -+/* wkq.c */ -+int au_wkq_do_wait(unsigned int flags, au_wkq_func_t func, void *args); -+int au_wkq_nowait(au_wkq_func_t func, void *args, struct super_block *sb, -+ unsigned int flags); -+void au_nwt_init(struct au_nowait_tasks *nwt); -+int __init au_wkq_init(void); -+void au_wkq_fin(void); -+ -+/* ---------------------------------------------------------------------- */ -+ -+static inline int au_wkq_test(void) -+{ -+ return current->flags & PF_WQ_WORKER; -+} -+ -+static inline int au_wkq_wait(au_wkq_func_t func, void *args) -+{ -+ return au_wkq_do_wait(AuWkq_WAIT, func, args); -+} -+ -+static inline void au_nwt_done(struct au_nowait_tasks *nwt) -+{ -+ if (atomic_dec_and_test(&nwt->nw_len)) -+ wake_up_all(&nwt->nw_wq); -+} -+ -+static inline int au_nwt_flush(struct au_nowait_tasks *nwt) -+{ -+ wait_event(nwt->nw_wq, !atomic_read(&nwt->nw_len)); -+ return 0; -+} -+ -+#endif /* __KERNEL__ */ -+#endif /* __AUFS_WKQ_H__ */ -diff --git a/fs/aufs/xattr.c b/fs/aufs/xattr.c -new file mode 100644 -index 000000000000..6c877651fff7 ---- /dev/null -+++ b/fs/aufs/xattr.c -@@ -0,0 +1,343 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2014-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * handling xattr functions -+ */ -+ -+#include -+#include -+#include -+#include "aufs.h" -+ -+static int au_xattr_ignore(int err, char *name, unsigned int ignore_flags) -+{ -+ if (!ignore_flags) -+ goto out; -+ switch (err) { -+ case -ENOMEM: -+ case -EDQUOT: -+ goto out; -+ } -+ -+ if ((ignore_flags & AuBrAttr_ICEX) == AuBrAttr_ICEX) { -+ err = 0; -+ goto out; -+ } -+ -+#define cmp(brattr, prefix) do { \ -+ if (!strncmp(name, XATTR_##prefix##_PREFIX, \ -+ XATTR_##prefix##_PREFIX_LEN)) { \ -+ if (ignore_flags & AuBrAttr_ICEX_##brattr) \ -+ err = 0; \ -+ goto out; \ -+ } \ -+ } while (0) -+ -+ cmp(SEC, SECURITY); -+ cmp(SYS, SYSTEM); -+ cmp(TR, TRUSTED); -+ cmp(USR, USER); -+#undef cmp -+ -+ if (ignore_flags & AuBrAttr_ICEX_OTH) -+ err = 0; -+ -+out: -+ return err; -+} -+ -+static const int au_xattr_out_of_list = AuBrAttr_ICEX_OTH << 1; -+ -+static int au_do_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, -+ char *name, char **buf, unsigned int ignore_flags, -+ unsigned int verbose) -+{ -+ int err; -+ ssize_t ssz; -+ struct inode *h_idst; -+ -+ ssz = vfs_getxattr_alloc(h_src, name, buf, 0, GFP_NOFS); -+ err = ssz; -+ if (unlikely(err <= 0)) { -+ if (err == -ENODATA -+ || (err == -EOPNOTSUPP -+ && ((ignore_flags & au_xattr_out_of_list) -+ || (au_test_nfs_noacl(d_inode(h_src)) -+ && (!strcmp(name, XATTR_NAME_POSIX_ACL_ACCESS) -+ || !strcmp(name, -+ XATTR_NAME_POSIX_ACL_DEFAULT)))) -+ )) -+ err = 0; -+ if (err && (verbose || au_debug_test())) -+ pr_err("%s, err %d\n", name, err); -+ goto out; -+ } -+ -+ /* unlock it temporary */ -+ h_idst = d_inode(h_dst); -+ inode_unlock(h_idst); -+ err = vfsub_setxattr(h_dst, name, *buf, ssz, /*flags*/0); -+ inode_lock_nested(h_idst, AuLsc_I_CHILD2); -+ if (unlikely(err)) { -+ if (verbose || au_debug_test()) -+ pr_err("%s, err %d\n", name, err); -+ err = au_xattr_ignore(err, name, ignore_flags); -+ } -+ -+out: -+ return err; -+} -+ -+int au_cpup_xattr(struct dentry *h_dst, struct dentry *h_src, int ignore_flags, -+ unsigned int verbose) -+{ -+ int err, unlocked, acl_access, acl_default; -+ ssize_t ssz; -+ struct inode *h_isrc, *h_idst; -+ char *value, *p, *o, *e; -+ -+ /* try stopping to update the source inode while we are referencing */ -+ /* there should not be the parent-child relationship between them */ -+ h_isrc = d_inode(h_src); -+ h_idst = d_inode(h_dst); -+ inode_unlock(h_idst); -+ inode_lock_shared_nested(h_isrc, AuLsc_I_CHILD); -+ inode_lock_nested(h_idst, AuLsc_I_CHILD2); -+ unlocked = 0; -+ -+ /* some filesystems don't list POSIX ACL, for example tmpfs */ -+ ssz = vfs_listxattr(h_src, NULL, 0); -+ err = ssz; -+ if (unlikely(err < 0)) { -+ AuTraceErr(err); -+ if (err == -ENODATA -+ || err == -EOPNOTSUPP) -+ err = 0; /* ignore */ -+ goto out; -+ } -+ -+ err = 0; -+ p = NULL; -+ o = NULL; -+ if (ssz) { -+ err = -ENOMEM; -+ p = kmalloc(ssz, GFP_NOFS); -+ o = p; -+ if (unlikely(!p)) -+ goto out; -+ err = vfs_listxattr(h_src, p, ssz); -+ } -+ inode_unlock_shared(h_isrc); -+ unlocked = 1; -+ AuDbg("err %d, ssz %zd\n", err, ssz); -+ if (unlikely(err < 0)) -+ goto out_free; -+ -+ err = 0; -+ e = p + ssz; -+ value = NULL; -+ acl_access = 0; -+ acl_default = 0; -+ while (!err && p < e) { -+ acl_access |= !strncmp(p, XATTR_NAME_POSIX_ACL_ACCESS, -+ sizeof(XATTR_NAME_POSIX_ACL_ACCESS) - 1); -+ acl_default |= !strncmp(p, XATTR_NAME_POSIX_ACL_DEFAULT, -+ sizeof(XATTR_NAME_POSIX_ACL_DEFAULT) -+ - 1); -+ err = au_do_cpup_xattr(h_dst, h_src, p, &value, ignore_flags, -+ verbose); -+ p += strlen(p) + 1; -+ } -+ AuTraceErr(err); -+ ignore_flags |= au_xattr_out_of_list; -+ if (!err && !acl_access) { -+ err = au_do_cpup_xattr(h_dst, h_src, -+ XATTR_NAME_POSIX_ACL_ACCESS, &value, -+ ignore_flags, verbose); -+ AuTraceErr(err); -+ } -+ if (!err && !acl_default) { -+ err = au_do_cpup_xattr(h_dst, h_src, -+ XATTR_NAME_POSIX_ACL_DEFAULT, &value, -+ ignore_flags, verbose); -+ AuTraceErr(err); -+ } -+ -+ kfree(value); -+ -+out_free: -+ kfree(o); -+out: -+ if (!unlocked) -+ inode_unlock_shared(h_isrc); -+ AuTraceErr(err); -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_smack_reentering(struct super_block *sb) -+{ -+#if IS_ENABLED(CONFIG_SECURITY_SMACK) -+ /* -+ * as a part of lookup, smack_d_instantiate() is called, and it calls -+ * i_op->getxattr(). ouch. -+ */ -+ return si_pid_test(sb); -+#else -+ return 0; -+#endif -+} -+ -+enum { -+ AU_XATTR_LIST, -+ AU_XATTR_GET -+}; -+ -+struct au_lgxattr { -+ int type; -+ union { -+ struct { -+ char *list; -+ size_t size; -+ } list; -+ struct { -+ const char *name; -+ void *value; -+ size_t size; -+ } get; -+ } u; -+}; -+ -+static ssize_t au_lgxattr(struct dentry *dentry, struct au_lgxattr *arg) -+{ -+ ssize_t err; -+ int reenter; -+ struct path h_path; -+ struct super_block *sb; -+ -+ sb = dentry->d_sb; -+ reenter = au_smack_reentering(sb); -+ if (!reenter) { -+ err = si_read_lock(sb, AuLock_FLUSH | AuLock_NOPLM); -+ if (unlikely(err)) -+ goto out; -+ } -+ err = au_h_path_getattr(dentry, /*force*/1, &h_path, reenter); -+ if (unlikely(err)) -+ goto out_si; -+ if (unlikely(!h_path.dentry)) -+ /* illegally overlapped or something */ -+ goto out_di; /* pretending success */ -+ -+ /* always topmost entry only */ -+ switch (arg->type) { -+ case AU_XATTR_LIST: -+ err = vfs_listxattr(h_path.dentry, -+ arg->u.list.list, arg->u.list.size); -+ break; -+ case AU_XATTR_GET: -+ AuDebugOn(d_is_negative(h_path.dentry)); -+ err = vfs_getxattr(h_path.dentry, -+ arg->u.get.name, arg->u.get.value, -+ arg->u.get.size); -+ break; -+ } -+ -+out_di: -+ if (!reenter) -+ di_read_unlock(dentry, AuLock_IR); -+out_si: -+ if (!reenter) -+ si_read_unlock(sb); -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+ssize_t aufs_listxattr(struct dentry *dentry, char *list, size_t size) -+{ -+ struct au_lgxattr arg = { -+ .type = AU_XATTR_LIST, -+ .u.list = { -+ .list = list, -+ .size = size -+ }, -+ }; -+ -+ return au_lgxattr(dentry, &arg); -+} -+ -+static ssize_t au_getxattr(struct dentry *dentry, -+ struct inode *inode __maybe_unused, -+ const char *name, void *value, size_t size) -+{ -+ struct au_lgxattr arg = { -+ .type = AU_XATTR_GET, -+ .u.get = { -+ .name = name, -+ .value = value, -+ .size = size -+ }, -+ }; -+ -+ return au_lgxattr(dentry, &arg); -+} -+ -+static int au_setxattr(struct dentry *dentry, struct inode *inode, -+ const char *name, const void *value, size_t size, -+ int flags) -+{ -+ struct au_sxattr arg = { -+ .type = AU_XATTR_SET, -+ .u.set = { -+ .name = name, -+ .value = value, -+ .size = size, -+ .flags = flags -+ }, -+ }; -+ -+ return au_sxattr(dentry, inode, &arg); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_xattr_get(const struct xattr_handler *handler, -+ struct dentry *dentry, struct inode *inode, -+ const char *name, void *buffer, size_t size) -+{ -+ return au_getxattr(dentry, inode, name, buffer, size); -+} -+ -+static int au_xattr_set(const struct xattr_handler *handler, -+ struct dentry *dentry, struct inode *inode, -+ const char *name, const void *value, size_t size, -+ int flags) -+{ -+ return au_setxattr(dentry, inode, name, value, size, flags); -+} -+ -+static const struct xattr_handler au_xattr_handler = { -+ .name = "", -+ .prefix = "", -+ .get = au_xattr_get, -+ .set = au_xattr_set -+}; -+ -+static const struct xattr_handler *au_xattr_handlers[] = { -+#ifdef CONFIG_FS_POSIX_ACL -+ &posix_acl_access_xattr_handler, -+ &posix_acl_default_xattr_handler, -+#endif -+ &au_xattr_handler, /* must be last */ -+ NULL -+}; -+ -+void au_xattr_init(struct super_block *sb) -+{ -+ sb->s_xattr = au_xattr_handlers; -+} -diff --git a/fs/aufs/xino.c b/fs/aufs/xino.c -new file mode 100644 -index 000000000000..6b097908ede9 ---- /dev/null -+++ b/fs/aufs/xino.c -@@ -0,0 +1,1877 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+/* -+ * external inode number translation table and bitmap -+ * -+ * things to consider -+ * - the lifetime -+ * + au_xino object -+ * + XINO files (xino, xib, xigen) -+ * + dynamic debugfs entries (xiN) -+ * + static debugfs entries (xib, xigen) -+ * + static sysfs entry (xi_path) -+ * - several entry points to handle them. -+ * + mount(2) without xino option (default) -+ * + mount(2) with xino option -+ * + mount(2) with noxino option -+ * + umount(2) -+ * + remount with add/del branches -+ * + remount with xino/noxino options -+ */ -+ -+#include -+#include -+#include "aufs.h" -+ -+static aufs_bindex_t sbr_find_shared(struct super_block *sb, aufs_bindex_t btop, -+ aufs_bindex_t bbot, -+ struct super_block *h_sb) -+{ -+ /* todo: try binary-search if the branches are many */ -+ for (; btop <= bbot; btop++) -+ if (h_sb == au_sbr_sb(sb, btop)) -+ return btop; -+ return -1; -+} -+ -+/* -+ * find another branch who is on the same filesystem of the specified -+ * branch{@btgt}. search until @bbot. -+ */ -+static aufs_bindex_t is_sb_shared(struct super_block *sb, aufs_bindex_t btgt, -+ aufs_bindex_t bbot) -+{ -+ aufs_bindex_t bindex; -+ struct super_block *tgt_sb; -+ -+ tgt_sb = au_sbr_sb(sb, btgt); -+ bindex = sbr_find_shared(sb, /*btop*/0, btgt - 1, tgt_sb); -+ if (bindex < 0) -+ bindex = sbr_find_shared(sb, btgt + 1, bbot, tgt_sb); -+ -+ return bindex; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * stop unnecessary notify events at creating xino files -+ */ -+ -+aufs_bindex_t au_xi_root(struct super_block *sb, struct dentry *dentry) -+{ -+ aufs_bindex_t bfound, bindex, bbot; -+ struct dentry *parent; -+ struct au_branch *br; -+ -+ bfound = -1; -+ parent = dentry->d_parent; /* safe d_parent access */ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_dentry(br) == parent) { -+ bfound = bindex; -+ break; -+ } -+ } -+ -+ AuDbg("bfound b%d\n", bfound); -+ return bfound; -+} -+ -+struct au_xino_lock_dir { -+ struct au_hinode *hdir; -+ struct dentry *parent; -+ struct inode *dir; -+}; -+ -+static struct dentry *au_dget_parent_lock(struct dentry *dentry, -+ unsigned int lsc) -+{ -+ struct dentry *parent; -+ struct inode *dir; -+ -+ parent = dget_parent(dentry); -+ dir = d_inode(parent); -+ inode_lock_nested(dir, lsc); -+#if 0 /* it should not happen */ -+ spin_lock(&dentry->d_lock); -+ if (unlikely(dentry->d_parent != parent)) { -+ spin_unlock(&dentry->d_lock); -+ inode_unlock(dir); -+ dput(parent); -+ parent = NULL; -+ goto out; -+ } -+ spin_unlock(&dentry->d_lock); -+ -+out: -+#endif -+ return parent; -+} -+ -+static void au_xino_lock_dir(struct super_block *sb, struct path *xipath, -+ struct au_xino_lock_dir *ldir) -+{ -+ aufs_bindex_t bindex; -+ -+ ldir->hdir = NULL; -+ bindex = au_xi_root(sb, xipath->dentry); -+ if (bindex >= 0) { -+ /* rw branch root */ -+ ldir->hdir = au_hi(d_inode(sb->s_root), bindex); -+ au_hn_inode_lock_nested(ldir->hdir, AuLsc_I_PARENT); -+ } else { -+ /* other */ -+ ldir->parent = au_dget_parent_lock(xipath->dentry, -+ AuLsc_I_PARENT); -+ ldir->dir = d_inode(ldir->parent); -+ } -+} -+ -+static void au_xino_unlock_dir(struct au_xino_lock_dir *ldir) -+{ -+ if (ldir->hdir) -+ au_hn_inode_unlock(ldir->hdir); -+ else { -+ inode_unlock(ldir->dir); -+ dput(ldir->parent); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * create and set a new xino file -+ */ -+struct file *au_xino_create(struct super_block *sb, char *fpath, int silent) -+{ -+ struct file *file; -+ struct dentry *h_parent, *d; -+ struct inode *h_dir, *inode; -+ int err; -+ -+ /* -+ * at mount-time, and the xino file is the default path, -+ * hnotify is disabled so we have no notify events to ignore. -+ * when a user specified the xino, we cannot get au_hdir to be ignored. -+ */ -+ file = vfsub_filp_open(fpath, O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE -+ /* | __FMODE_NONOTIFY */, -+ 0666); -+ if (IS_ERR(file)) { -+ if (!silent) -+ pr_err("open %s(%ld)\n", fpath, PTR_ERR(file)); -+ return file; -+ } -+ -+ /* keep file count */ -+ err = 0; -+ d = file->f_path.dentry; -+ h_parent = au_dget_parent_lock(d, AuLsc_I_PARENT); -+ /* mnt_want_write() is unnecessary here */ -+ h_dir = d_inode(h_parent); -+ inode = file_inode(file); -+ /* no delegation since it is just created */ -+ if (inode->i_nlink) -+ err = vfsub_unlink(h_dir, &file->f_path, /*delegated*/NULL, -+ /*force*/0); -+ inode_unlock(h_dir); -+ dput(h_parent); -+ if (unlikely(err)) { -+ if (!silent) -+ pr_err("unlink %s(%d)\n", fpath, err); -+ goto out; -+ } -+ -+ err = -EINVAL; -+ if (unlikely(sb == d->d_sb)) { -+ if (!silent) -+ pr_err("%s must be outside\n", fpath); -+ goto out; -+ } -+ if (unlikely(au_test_fs_bad_xino(d->d_sb))) { -+ if (!silent) -+ pr_err("xino doesn't support %s(%s)\n", -+ fpath, au_sbtype(d->d_sb)); -+ goto out; -+ } -+ return file; /* success */ -+ -+out: -+ fput(file); -+ file = ERR_PTR(err); -+ return file; -+} -+ -+/* -+ * create a new xinofile at the same place/path as @base. -+ */ -+struct file *au_xino_create2(struct super_block *sb, struct path *base, -+ struct file *copy_src) -+{ -+ struct file *file; -+ struct dentry *dentry, *parent; -+ struct inode *dir, *delegated; -+ struct qstr *name; -+ struct path path; -+ int err, do_unlock; -+ struct au_xino_lock_dir ldir; -+ -+ do_unlock = 1; -+ au_xino_lock_dir(sb, base, &ldir); -+ dentry = base->dentry; -+ parent = dentry->d_parent; /* dir inode is locked */ -+ dir = d_inode(parent); -+ IMustLock(dir); -+ -+ name = &dentry->d_name; -+ path.dentry = vfsub_lookup_one_len(name->name, parent, name->len); -+ if (IS_ERR(path.dentry)) { -+ file = (void *)path.dentry; -+ pr_err("%pd lookup err %ld\n", dentry, PTR_ERR(path.dentry)); -+ goto out; -+ } -+ -+ /* no need to mnt_want_write() since we call dentry_open() later */ -+ err = vfs_create(dir, path.dentry, 0666, NULL); -+ if (unlikely(err)) { -+ file = ERR_PTR(err); -+ pr_err("%pd create err %d\n", dentry, err); -+ goto out_dput; -+ } -+ -+ path.mnt = base->mnt; -+ file = vfsub_dentry_open(&path, -+ O_RDWR | O_CREAT | O_EXCL | O_LARGEFILE -+ /* | __FMODE_NONOTIFY */); -+ if (IS_ERR(file)) { -+ pr_err("%pd open err %ld\n", dentry, PTR_ERR(file)); -+ goto out_dput; -+ } -+ -+ delegated = NULL; -+ err = vfsub_unlink(dir, &file->f_path, &delegated, /*force*/0); -+ au_xino_unlock_dir(&ldir); -+ do_unlock = 0; -+ if (unlikely(err == -EWOULDBLOCK)) { -+ pr_warn("cannot retry for NFSv4 delegation" -+ " for an internal unlink\n"); -+ iput(delegated); -+ } -+ if (unlikely(err)) { -+ pr_err("%pd unlink err %d\n", dentry, err); -+ goto out_fput; -+ } -+ -+ if (copy_src) { -+ /* no one can touch copy_src xino */ -+ err = au_copy_file(file, copy_src, vfsub_f_size_read(copy_src)); -+ if (unlikely(err)) { -+ pr_err("%pd copy err %d\n", dentry, err); -+ goto out_fput; -+ } -+ } -+ goto out_dput; /* success */ -+ -+out_fput: -+ fput(file); -+ file = ERR_PTR(err); -+out_dput: -+ dput(path.dentry); -+out: -+ if (do_unlock) -+ au_xino_unlock_dir(&ldir); -+ return file; -+} -+ -+struct file *au_xino_file1(struct au_xino *xi) -+{ -+ struct file *file; -+ unsigned int u, nfile; -+ -+ file = NULL; -+ nfile = xi->xi_nfile; -+ for (u = 0; u < nfile; u++) { -+ file = xi->xi_file[u]; -+ if (file) -+ break; -+ } -+ -+ return file; -+} -+ -+static int au_xino_file_set(struct au_xino *xi, int idx, struct file *file) -+{ -+ int err; -+ struct file *f; -+ void *p; -+ -+ if (file) -+ get_file(file); -+ -+ err = 0; -+ f = NULL; -+ if (idx < xi->xi_nfile) { -+ f = xi->xi_file[idx]; -+ if (f) -+ fput(f); -+ } else { -+ p = au_kzrealloc(xi->xi_file, -+ sizeof(*xi->xi_file) * xi->xi_nfile, -+ sizeof(*xi->xi_file) * (idx + 1), -+ GFP_NOFS, /*may_shrink*/0); -+ if (p) { -+ MtxMustLock(&xi->xi_mtx); -+ xi->xi_file = p; -+ xi->xi_nfile = idx + 1; -+ } else { -+ err = -ENOMEM; -+ if (file) -+ fput(file); -+ goto out; -+ } -+ } -+ xi->xi_file[idx] = file; -+ -+out: -+ return err; -+} -+ -+/* -+ * if @xinew->xi is not set, then create new xigen file. -+ */ -+struct file *au_xi_new(struct super_block *sb, struct au_xi_new *xinew) -+{ -+ struct file *file; -+ int err; -+ -+ SiMustAnyLock(sb); -+ -+ file = au_xino_create2(sb, xinew->base, xinew->copy_src); -+ if (IS_ERR(file)) { -+ err = PTR_ERR(file); -+ pr_err("%s[%d], err %d\n", -+ xinew->xi ? "xino" : "xigen", -+ xinew->idx, err); -+ goto out; -+ } -+ -+ if (xinew->xi) -+ err = au_xino_file_set(xinew->xi, xinew->idx, file); -+ else { -+ BUG(); -+ /* todo: make xigen file an array */ -+ /* err = au_xigen_file_set(sb, xinew->idx, file); */ -+ } -+ fput(file); -+ if (unlikely(err)) -+ file = ERR_PTR(err); -+ -+out: -+ return file; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * truncate xino files -+ */ -+static int au_xino_do_trunc(struct super_block *sb, aufs_bindex_t bindex, -+ int idx, struct kstatfs *st) -+{ -+ int err; -+ blkcnt_t blocks; -+ struct file *file, *new_xino; -+ struct au_xi_new xinew = { -+ .idx = idx -+ }; -+ -+ err = 0; -+ xinew.xi = au_sbr(sb, bindex)->br_xino; -+ file = au_xino_file(xinew.xi, idx); -+ if (!file) -+ goto out; -+ -+ xinew.base = &file->f_path; -+ err = vfs_statfs(xinew.base, st); -+ if (unlikely(err)) { -+ AuErr1("statfs err %d, ignored\n", err); -+ err = 0; -+ goto out; -+ } -+ -+ blocks = file_inode(file)->i_blocks; -+ pr_info("begin truncating xino(b%d-%d), ib%llu, %llu/%llu free blks\n", -+ bindex, idx, (u64)blocks, st->f_bfree, st->f_blocks); -+ -+ xinew.copy_src = file; -+ new_xino = au_xi_new(sb, &xinew); -+ if (IS_ERR(new_xino)) { -+ err = PTR_ERR(new_xino); -+ pr_err("xino(b%d-%d), err %d, ignored\n", bindex, idx, err); -+ goto out; -+ } -+ -+ err = vfs_statfs(&new_xino->f_path, st); -+ if (!err) -+ pr_info("end truncating xino(b%d-%d), ib%llu, %llu/%llu free blks\n", -+ bindex, idx, (u64)file_inode(new_xino)->i_blocks, -+ st->f_bfree, st->f_blocks); -+ else { -+ AuErr1("statfs err %d, ignored\n", err); -+ err = 0; -+ } -+ -+out: -+ return err; -+} -+ -+int au_xino_trunc(struct super_block *sb, aufs_bindex_t bindex, int idx_begin) -+{ -+ int err, i; -+ unsigned long jiffy; -+ aufs_bindex_t bbot; -+ struct kstatfs *st; -+ struct au_branch *br; -+ struct au_xino *xi; -+ -+ err = -ENOMEM; -+ st = kmalloc(sizeof(*st), GFP_NOFS); -+ if (unlikely(!st)) -+ goto out; -+ -+ err = -EINVAL; -+ bbot = au_sbbot(sb); -+ if (unlikely(bindex < 0 || bbot < bindex)) -+ goto out_st; -+ -+ err = 0; -+ jiffy = jiffies; -+ br = au_sbr(sb, bindex); -+ xi = br->br_xino; -+ for (i = idx_begin; !err && i < xi->xi_nfile; i++) -+ err = au_xino_do_trunc(sb, bindex, i, st); -+ if (!err) -+ au_sbi(sb)->si_xino_jiffy = jiffy; -+ -+out_st: -+ kfree(st); -+out: -+ return err; -+} -+ -+struct xino_do_trunc_args { -+ struct super_block *sb; -+ struct au_branch *br; -+ int idx; -+}; -+ -+static void xino_do_trunc(void *_args) -+{ -+ struct xino_do_trunc_args *args = _args; -+ struct super_block *sb; -+ struct au_branch *br; -+ struct inode *dir; -+ int err, idx; -+ aufs_bindex_t bindex; -+ -+ err = 0; -+ sb = args->sb; -+ dir = d_inode(sb->s_root); -+ br = args->br; -+ idx = args->idx; -+ -+ si_noflush_write_lock(sb); -+ ii_read_lock_parent(dir); -+ bindex = au_br_index(sb, br->br_id); -+ err = au_xino_trunc(sb, bindex, idx); -+ ii_read_unlock(dir); -+ if (unlikely(err)) -+ pr_warn("err b%d, (%d)\n", bindex, err); -+ atomic_dec(&br->br_xino->xi_truncating); -+ au_lcnt_dec(&br->br_count); -+ si_write_unlock(sb); -+ au_nwt_done(&au_sbi(sb)->si_nowait); -+ kfree(args); -+} -+ -+/* -+ * returns the index in the xi_file array whose corresponding file is necessary -+ * to truncate, or -1 which means no need to truncate. -+ */ -+static int xino_trunc_test(struct super_block *sb, struct au_branch *br) -+{ -+ int err; -+ unsigned int u; -+ struct kstatfs st; -+ struct au_sbinfo *sbinfo; -+ struct au_xino *xi; -+ struct file *file; -+ -+ /* todo: si_xino_expire and the ratio should be customizable */ -+ sbinfo = au_sbi(sb); -+ if (time_before(jiffies, -+ sbinfo->si_xino_jiffy + sbinfo->si_xino_expire)) -+ return -1; -+ -+ /* truncation border */ -+ xi = br->br_xino; -+ for (u = 0; u < xi->xi_nfile; u++) { -+ file = au_xino_file(xi, u); -+ if (!file) -+ continue; -+ -+ err = vfs_statfs(&file->f_path, &st); -+ if (unlikely(err)) { -+ AuErr1("statfs err %d, ignored\n", err); -+ return -1; -+ } -+ if (div64_u64(st.f_bfree * 100, st.f_blocks) -+ >= AUFS_XINO_DEF_TRUNC) -+ return u; -+ } -+ -+ return -1; -+} -+ -+static void xino_try_trunc(struct super_block *sb, struct au_branch *br) -+{ -+ int idx; -+ struct xino_do_trunc_args *args; -+ int wkq_err; -+ -+ idx = xino_trunc_test(sb, br); -+ if (idx < 0) -+ return; -+ -+ if (atomic_inc_return(&br->br_xino->xi_truncating) > 1) -+ goto out; -+ -+ /* lock and kfree() will be called in trunc_xino() */ -+ args = kmalloc(sizeof(*args), GFP_NOFS); -+ if (unlikely(!args)) { -+ AuErr1("no memory\n"); -+ goto out; -+ } -+ -+ au_lcnt_inc(&br->br_count); -+ args->sb = sb; -+ args->br = br; -+ args->idx = idx; -+ wkq_err = au_wkq_nowait(xino_do_trunc, args, sb, /*flags*/0); -+ if (!wkq_err) -+ return; /* success */ -+ -+ pr_err("wkq %d\n", wkq_err); -+ au_lcnt_dec(&br->br_count); -+ kfree(args); -+ -+out: -+ atomic_dec(&br->br_xino->xi_truncating); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_xi_calc { -+ int idx; -+ loff_t pos; -+}; -+ -+static void au_xi_calc(struct super_block *sb, ino_t h_ino, -+ struct au_xi_calc *calc) -+{ -+ loff_t maxent; -+ -+ maxent = au_xi_maxent(sb); -+ calc->idx = div64_u64_rem(h_ino, maxent, &calc->pos); -+ calc->pos *= sizeof(ino_t); -+} -+ -+static int au_xino_do_new_async(struct super_block *sb, struct au_branch *br, -+ struct au_xi_calc *calc) -+{ -+ int err; -+ struct file *file; -+ struct au_xino *xi = br->br_xino; -+ struct au_xi_new xinew = { -+ .xi = xi -+ }; -+ -+ SiMustAnyLock(sb); -+ -+ err = 0; -+ if (!xi) -+ goto out; -+ -+ mutex_lock(&xi->xi_mtx); -+ file = au_xino_file(xi, calc->idx); -+ if (file) -+ goto out_mtx; -+ -+ file = au_xino_file(xi, /*idx*/-1); -+ AuDebugOn(!file); -+ xinew.idx = calc->idx; -+ xinew.base = &file->f_path; -+ /* xinew.copy_src = NULL; */ -+ file = au_xi_new(sb, &xinew); -+ if (IS_ERR(file)) -+ err = PTR_ERR(file); -+ -+out_mtx: -+ mutex_unlock(&xi->xi_mtx); -+out: -+ return err; -+} -+ -+struct au_xino_do_new_async_args { -+ struct super_block *sb; -+ struct au_branch *br; -+ struct au_xi_calc calc; -+ ino_t ino; -+}; -+ -+static int au_xino_do_write(vfs_writef_t write, struct file *file, -+ struct au_xi_calc *calc, ino_t ino); -+ -+static void au_xino_call_do_new_async(void *args) -+{ -+ struct au_xino_do_new_async_args *a = args; -+ struct au_branch *br; -+ struct super_block *sb; -+ struct au_sbinfo *sbi; -+ struct inode *root; -+ struct file *file; -+ int err; -+ -+ br = a->br; -+ sb = a->sb; -+ sbi = au_sbi(sb); -+ si_noflush_read_lock(sb); -+ root = d_inode(sb->s_root); -+ ii_read_lock_child(root); -+ err = au_xino_do_new_async(sb, br, &a->calc); -+ if (!err) { -+ file = au_xino_file(br->br_xino, a->calc.idx); -+ if (file) -+ err = au_xino_do_write(sbi->si_xwrite, file, &a->calc, -+ a->ino); -+ if (unlikely(err)) -+ AuIOErr("err %d\n", err); -+ } else -+ AuIOErr("err %d\n", err); -+ au_lcnt_dec(&br->br_count); -+ ii_read_unlock(root); -+ si_read_unlock(sb); -+ au_nwt_done(&sbi->si_nowait); -+ kfree(args); -+} -+ -+/* -+ * create a new xino file asynchronously -+ */ -+static int au_xino_new_async(struct super_block *sb, struct au_branch *br, -+ struct au_xi_calc *calc, ino_t ino) -+{ -+ int err; -+ struct au_xino_do_new_async_args *arg; -+ -+ err = -ENOMEM; -+ arg = kmalloc(sizeof(*arg), GFP_NOFS); -+ if (unlikely(!arg)) -+ goto out; -+ -+ arg->sb = sb; -+ arg->br = br; -+ arg->calc = *calc; -+ arg->ino = ino; -+ au_lcnt_inc(&br->br_count); -+ err = au_wkq_nowait(au_xino_call_do_new_async, arg, sb, AuWkq_NEST); -+ if (unlikely(err)) { -+ pr_err("wkq %d\n", err); -+ au_lcnt_dec(&br->br_count); -+ kfree(arg); -+ } -+ -+out: -+ return err; -+} -+ -+/* -+ * read @ino from xinofile for the specified branch{@sb, @bindex} -+ * at the position of @h_ino. -+ */ -+int au_xino_read(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t *ino) -+{ -+ int err; -+ ssize_t sz; -+ struct au_xi_calc calc; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ -+ *ino = 0; -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ return 0; /* no xino */ -+ -+ err = 0; -+ au_xi_calc(sb, h_ino, &calc); -+ file = au_xino_file(au_sbr(sb, bindex)->br_xino, calc.idx); -+ if (!file -+ || vfsub_f_size_read(file) < calc.pos + sizeof(*ino)) -+ return 0; /* no ino */ -+ -+ sbinfo = au_sbi(sb); -+ sz = xino_fread(sbinfo->si_xread, file, ino, sizeof(*ino), &calc.pos); -+ if (sz == sizeof(*ino)) -+ return 0; /* success */ -+ -+ err = sz; -+ if (unlikely(sz >= 0)) { -+ err = -EIO; -+ AuIOErr("xino read error (%zd)\n", sz); -+ } -+ return err; -+} -+ -+static int au_xino_do_write(vfs_writef_t write, struct file *file, -+ struct au_xi_calc *calc, ino_t ino) -+{ -+ ssize_t sz; -+ -+ sz = xino_fwrite(write, file, &ino, sizeof(ino), &calc->pos); -+ if (sz == sizeof(ino)) -+ return 0; /* success */ -+ -+ AuIOErr("write failed (%zd)\n", sz); -+ return -EIO; -+} -+ -+/* -+ * write @ino to the xinofile for the specified branch{@sb, @bindex} -+ * at the position of @h_ino. -+ * even if @ino is zero, it is written to the xinofile and means no entry. -+ * if the size of the xino file on a specific filesystem exceeds the watermark, -+ * try truncating it. -+ */ -+int au_xino_write(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ ino_t ino) -+{ -+ int err; -+ unsigned int mnt_flags; -+ struct au_xi_calc calc; -+ struct file *file; -+ struct au_branch *br; -+ struct au_xino *xi; -+ -+ SiMustAnyLock(sb); -+ -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, XINO)) -+ return 0; -+ -+ au_xi_calc(sb, h_ino, &calc); -+ br = au_sbr(sb, bindex); -+ xi = br->br_xino; -+ file = au_xino_file(xi, calc.idx); -+ if (!file) { -+ /* create and write a new xino file asynchronously */ -+ err = au_xino_new_async(sb, br, &calc, ino); -+ if (!err) -+ return 0; /* success */ -+ goto out; -+ } -+ -+ err = au_xino_do_write(au_sbi(sb)->si_xwrite, file, &calc, ino); -+ if (!err) { -+ br = au_sbr(sb, bindex); -+ if (au_opt_test(mnt_flags, TRUNC_XINO) -+ && au_test_fs_trunc_xino(au_br_sb(br))) -+ xino_try_trunc(sb, br); -+ return 0; /* success */ -+ } -+ -+out: -+ AuIOErr("write failed (%d)\n", err); -+ return -EIO; -+} -+ -+static ssize_t xino_fread_wkq(vfs_readf_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+ -+/* todo: unnecessary to support mmap_sem since kernel-space? */ -+ssize_t xino_fread(vfs_readf_t func, struct file *file, void *kbuf, size_t size, -+ loff_t *pos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ char __user *u; -+ } buf; -+ int i; -+ const int prevent_endless = 10; -+ -+ i = 0; -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ do { -+ err = func(file, buf.u, size, pos); -+ if (err == -EINTR -+ && !au_wkq_test() -+ && fatal_signal_pending(current)) { -+ set_fs(oldfs); -+ err = xino_fread_wkq(func, file, kbuf, size, pos); -+ BUG_ON(err == -EINTR); -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ } -+ } while (i++ < prevent_endless -+ && (err == -EAGAIN || err == -EINTR)); -+ set_fs(oldfs); -+ -+#if 0 /* reserved for future use */ -+ if (err > 0) -+ fsnotify_access(file->f_path.dentry); -+#endif -+ -+ return err; -+} -+ -+struct xino_fread_args { -+ ssize_t *errp; -+ vfs_readf_t func; -+ struct file *file; -+ void *buf; -+ size_t size; -+ loff_t *pos; -+}; -+ -+static void call_xino_fread(void *args) -+{ -+ struct xino_fread_args *a = args; -+ *a->errp = xino_fread(a->func, a->file, a->buf, a->size, a->pos); -+} -+ -+static ssize_t xino_fread_wkq(vfs_readf_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ int wkq_err; -+ struct xino_fread_args args = { -+ .errp = &err, -+ .func = func, -+ .file = file, -+ .buf = buf, -+ .size = size, -+ .pos = pos -+ }; -+ -+ wkq_err = au_wkq_wait(call_xino_fread, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos); -+ -+static ssize_t do_xino_fwrite(vfs_writef_t func, struct file *file, void *kbuf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ mm_segment_t oldfs; -+ union { -+ void *k; -+ const char __user *u; -+ } buf; -+ int i; -+ const int prevent_endless = 10; -+ -+ i = 0; -+ buf.k = kbuf; -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ do { -+ err = func(file, buf.u, size, pos); -+ if (err == -EINTR -+ && !au_wkq_test() -+ && fatal_signal_pending(current)) { -+ set_fs(oldfs); -+ err = xino_fwrite_wkq(func, file, kbuf, size, pos); -+ BUG_ON(err == -EINTR); -+ oldfs = get_fs(); -+ set_fs(KERNEL_DS); -+ } -+ } while (i++ < prevent_endless -+ && (err == -EAGAIN || err == -EINTR)); -+ set_fs(oldfs); -+ -+#if 0 /* reserved for future use */ -+ if (err > 0) -+ fsnotify_modify(file->f_path.dentry); -+#endif -+ -+ return err; -+} -+ -+struct do_xino_fwrite_args { -+ ssize_t *errp; -+ vfs_writef_t func; -+ struct file *file; -+ void *buf; -+ size_t size; -+ loff_t *pos; -+}; -+ -+static void call_do_xino_fwrite(void *args) -+{ -+ struct do_xino_fwrite_args *a = args; -+ *a->errp = do_xino_fwrite(a->func, a->file, a->buf, a->size, a->pos); -+} -+ -+static ssize_t xino_fwrite_wkq(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ int wkq_err; -+ struct do_xino_fwrite_args args = { -+ .errp = &err, -+ .func = func, -+ .file = file, -+ .buf = buf, -+ .size = size, -+ .pos = pos -+ }; -+ -+ /* -+ * it breaks RLIMIT_FSIZE and normal user's limit, -+ * users should care about quota and real 'filesystem full.' -+ */ -+ wkq_err = au_wkq_wait(call_do_xino_fwrite, &args); -+ if (unlikely(wkq_err)) -+ err = wkq_err; -+ -+ return err; -+} -+ -+ssize_t xino_fwrite(vfs_writef_t func, struct file *file, void *buf, -+ size_t size, loff_t *pos) -+{ -+ ssize_t err; -+ -+ if (rlimit(RLIMIT_FSIZE) == RLIM_INFINITY) { -+ lockdep_off(); -+ err = do_xino_fwrite(func, file, buf, size, pos); -+ lockdep_on(); -+ } else { -+ lockdep_off(); -+ err = xino_fwrite_wkq(func, file, buf, size, pos); -+ lockdep_on(); -+ } -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * inode number bitmap -+ */ -+static const int page_bits = (int)PAGE_SIZE * BITS_PER_BYTE; -+static ino_t xib_calc_ino(unsigned long pindex, int bit) -+{ -+ ino_t ino; -+ -+ AuDebugOn(bit < 0 || page_bits <= bit); -+ ino = AUFS_FIRST_INO + pindex * page_bits + bit; -+ return ino; -+} -+ -+static void xib_calc_bit(ino_t ino, unsigned long *pindex, int *bit) -+{ -+ AuDebugOn(ino < AUFS_FIRST_INO); -+ ino -= AUFS_FIRST_INO; -+ *pindex = ino / page_bits; -+ *bit = ino % page_bits; -+} -+ -+static int xib_pindex(struct super_block *sb, unsigned long pindex) -+{ -+ int err; -+ loff_t pos; -+ ssize_t sz; -+ struct au_sbinfo *sbinfo; -+ struct file *xib; -+ unsigned long *p; -+ -+ sbinfo = au_sbi(sb); -+ MtxMustLock(&sbinfo->si_xib_mtx); -+ AuDebugOn(pindex > ULONG_MAX / PAGE_SIZE -+ || !au_opt_test(sbinfo->si_mntflags, XINO)); -+ -+ if (pindex == sbinfo->si_xib_last_pindex) -+ return 0; -+ -+ xib = sbinfo->si_xib; -+ p = sbinfo->si_xib_buf; -+ pos = sbinfo->si_xib_last_pindex; -+ pos *= PAGE_SIZE; -+ sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); -+ if (unlikely(sz != PAGE_SIZE)) -+ goto out; -+ -+ pos = pindex; -+ pos *= PAGE_SIZE; -+ if (vfsub_f_size_read(xib) >= pos + PAGE_SIZE) -+ sz = xino_fread(sbinfo->si_xread, xib, p, PAGE_SIZE, &pos); -+ else { -+ memset(p, 0, PAGE_SIZE); -+ sz = xino_fwrite(sbinfo->si_xwrite, xib, p, PAGE_SIZE, &pos); -+ } -+ if (sz == PAGE_SIZE) { -+ sbinfo->si_xib_last_pindex = pindex; -+ return 0; /* success */ -+ } -+ -+out: -+ AuIOErr1("write failed (%zd)\n", sz); -+ err = sz; -+ if (sz >= 0) -+ err = -EIO; -+ return err; -+} -+ -+static void au_xib_clear_bit(struct inode *inode) -+{ -+ int err, bit; -+ unsigned long pindex; -+ struct super_block *sb; -+ struct au_sbinfo *sbinfo; -+ -+ AuDebugOn(inode->i_nlink); -+ -+ sb = inode->i_sb; -+ xib_calc_bit(inode->i_ino, &pindex, &bit); -+ AuDebugOn(page_bits <= bit); -+ sbinfo = au_sbi(sb); -+ mutex_lock(&sbinfo->si_xib_mtx); -+ err = xib_pindex(sb, pindex); -+ if (!err) { -+ clear_bit(bit, sbinfo->si_xib_buf); -+ sbinfo->si_xib_next_bit = bit; -+ } -+ mutex_unlock(&sbinfo->si_xib_mtx); -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * truncate a xino bitmap file -+ */ -+ -+/* todo: slow */ -+static int do_xib_restore(struct super_block *sb, struct file *file, void *page) -+{ -+ int err, bit; -+ ssize_t sz; -+ unsigned long pindex; -+ loff_t pos, pend; -+ struct au_sbinfo *sbinfo; -+ vfs_readf_t func; -+ ino_t *ino; -+ unsigned long *p; -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ MtxMustLock(&sbinfo->si_xib_mtx); -+ p = sbinfo->si_xib_buf; -+ func = sbinfo->si_xread; -+ pend = vfsub_f_size_read(file); -+ pos = 0; -+ while (pos < pend) { -+ sz = xino_fread(func, file, page, PAGE_SIZE, &pos); -+ err = sz; -+ if (unlikely(sz <= 0)) -+ goto out; -+ -+ err = 0; -+ for (ino = page; sz > 0; ino++, sz -= sizeof(ino)) { -+ if (unlikely(*ino < AUFS_FIRST_INO)) -+ continue; -+ -+ xib_calc_bit(*ino, &pindex, &bit); -+ AuDebugOn(page_bits <= bit); -+ err = xib_pindex(sb, pindex); -+ if (!err) -+ set_bit(bit, p); -+ else -+ goto out; -+ } -+ } -+ -+out: -+ return err; -+} -+ -+static int xib_restore(struct super_block *sb) -+{ -+ int err, i; -+ unsigned int nfile; -+ aufs_bindex_t bindex, bbot; -+ void *page; -+ struct au_branch *br; -+ struct au_xino *xi; -+ struct file *file; -+ -+ err = -ENOMEM; -+ page = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!page)) -+ goto out; -+ -+ err = 0; -+ bbot = au_sbbot(sb); -+ for (bindex = 0; !err && bindex <= bbot; bindex++) -+ if (!bindex || is_sb_shared(sb, bindex, bindex - 1) < 0) { -+ br = au_sbr(sb, bindex); -+ xi = br->br_xino; -+ nfile = xi->xi_nfile; -+ for (i = 0; i < nfile; i++) { -+ file = au_xino_file(xi, i); -+ if (file) -+ err = do_xib_restore(sb, file, page); -+ } -+ } else -+ AuDbg("skip shared b%d\n", bindex); -+ free_page((unsigned long)page); -+ -+out: -+ return err; -+} -+ -+int au_xib_trunc(struct super_block *sb) -+{ -+ int err; -+ ssize_t sz; -+ loff_t pos; -+ struct au_sbinfo *sbinfo; -+ unsigned long *p; -+ struct file *file; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ if (!au_opt_test(sbinfo->si_mntflags, XINO)) -+ goto out; -+ -+ file = sbinfo->si_xib; -+ if (vfsub_f_size_read(file) <= PAGE_SIZE) -+ goto out; -+ -+ file = au_xino_create2(sb, &sbinfo->si_xib->f_path, NULL); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = file; -+ -+ p = sbinfo->si_xib_buf; -+ memset(p, 0, PAGE_SIZE); -+ pos = 0; -+ sz = xino_fwrite(sbinfo->si_xwrite, sbinfo->si_xib, p, PAGE_SIZE, &pos); -+ if (unlikely(sz != PAGE_SIZE)) { -+ err = sz; -+ AuIOErr("err %d\n", err); -+ if (sz >= 0) -+ err = -EIO; -+ goto out; -+ } -+ -+ mutex_lock(&sbinfo->si_xib_mtx); -+ /* mnt_want_write() is unnecessary here */ -+ err = xib_restore(sb); -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct au_xino *au_xino_alloc(unsigned int nfile) -+{ -+ struct au_xino *xi; -+ -+ xi = kzalloc(sizeof(*xi), GFP_NOFS); -+ if (unlikely(!xi)) -+ goto out; -+ xi->xi_nfile = nfile; -+ xi->xi_file = kcalloc(nfile, sizeof(*xi->xi_file), GFP_NOFS); -+ if (unlikely(!xi->xi_file)) -+ goto out_free; -+ -+ xi->xi_nondir.total = 8; /* initial size */ -+ xi->xi_nondir.array = kcalloc(xi->xi_nondir.total, sizeof(ino_t), -+ GFP_NOFS); -+ if (unlikely(!xi->xi_nondir.array)) -+ goto out_file; -+ -+ spin_lock_init(&xi->xi_nondir.spin); -+ init_waitqueue_head(&xi->xi_nondir.wqh); -+ mutex_init(&xi->xi_mtx); -+ /* init_waitqueue_head(&xi->xi_wq); */ -+ /* atomic_set(&xi->xi_pending, 0); */ -+ atomic_set(&xi->xi_truncating, 0); -+ kref_init(&xi->xi_kref); -+ goto out; /* success */ -+ -+out_file: -+ kfree(xi->xi_file); -+out_free: -+ kfree(xi); -+ xi = NULL; -+out: -+ return xi; -+} -+ -+static int au_xino_init(struct au_branch *br, int idx, struct file *file) -+{ -+ int err; -+ struct au_xino *xi; -+ -+ err = 0; -+ xi = au_xino_alloc(idx + 1); -+ if (unlikely(!xi)) { -+ err = -ENOMEM; -+ goto out; -+ } -+ -+ if (file) -+ get_file(file); -+ xi->xi_file[idx] = file; -+ AuDebugOn(br->br_xino); -+ br->br_xino = xi; -+ -+out: -+ return err; -+} -+ -+static void au_xino_release(struct kref *kref) -+{ -+ struct au_xino *xi; -+ int i; -+ -+ xi = container_of(kref, struct au_xino, xi_kref); -+ for (i = 0; i < xi->xi_nfile; i++) -+ if (xi->xi_file[i]) -+ fput(xi->xi_file[i]); -+ for (i = xi->xi_nondir.total - 1; i >= 0; i--) -+ AuDebugOn(xi->xi_nondir.array[i]); -+ mutex_destroy(&xi->xi_mtx); -+ kfree(xi->xi_file); -+ kfree(xi->xi_nondir.array); -+ kfree(xi); -+} -+ -+int au_xino_put(struct au_branch *br) -+{ -+ int ret; -+ struct au_xino *xi; -+ -+ ret = 0; -+ xi = br->br_xino; -+ if (xi) { -+ br->br_xino = NULL; -+ ret = kref_put(&xi->xi_kref, au_xino_release); -+ } -+ -+ return ret; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * xino mount option handlers -+ */ -+ -+/* xino bitmap */ -+static void xino_clear_xib(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ /* unnecessary to clear sbinfo->si_xread and ->si_xwrite */ -+ if (sbinfo->si_xib) -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = NULL; -+ if (sbinfo->si_xib_buf) -+ free_page((unsigned long)sbinfo->si_xib_buf); -+ sbinfo->si_xib_buf = NULL; -+} -+ -+static int au_xino_set_xib(struct super_block *sb, struct path *path) -+{ -+ int err; -+ loff_t pos; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ struct super_block *xi_sb; -+ -+ SiMustWriteLock(sb); -+ -+ sbinfo = au_sbi(sb); -+ file = au_xino_create2(sb, path, sbinfo->si_xib); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ if (sbinfo->si_xib) -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = file; -+ sbinfo->si_xread = vfs_readf(file); -+ sbinfo->si_xwrite = vfs_writef(file); -+ xi_sb = file_inode(file)->i_sb; -+ sbinfo->si_ximaxent = xi_sb->s_maxbytes; -+ if (unlikely(sbinfo->si_ximaxent < PAGE_SIZE)) { -+ err = -EIO; -+ pr_err("s_maxbytes(%llu) on %s is too small\n", -+ (u64)sbinfo->si_ximaxent, au_sbtype(xi_sb)); -+ goto out_unset; -+ } -+ sbinfo->si_ximaxent /= sizeof(ino_t); -+ -+ err = -ENOMEM; -+ if (!sbinfo->si_xib_buf) -+ sbinfo->si_xib_buf = (void *)get_zeroed_page(GFP_NOFS); -+ if (unlikely(!sbinfo->si_xib_buf)) -+ goto out_unset; -+ -+ sbinfo->si_xib_last_pindex = 0; -+ sbinfo->si_xib_next_bit = 0; -+ if (vfsub_f_size_read(file) < PAGE_SIZE) { -+ pos = 0; -+ err = xino_fwrite(sbinfo->si_xwrite, file, sbinfo->si_xib_buf, -+ PAGE_SIZE, &pos); -+ if (unlikely(err != PAGE_SIZE)) -+ goto out_free; -+ } -+ err = 0; -+ goto out; /* success */ -+ -+out_free: -+ if (sbinfo->si_xib_buf) -+ free_page((unsigned long)sbinfo->si_xib_buf); -+ sbinfo->si_xib_buf = NULL; -+ if (err >= 0) -+ err = -EIO; -+out_unset: -+ fput(sbinfo->si_xib); -+ sbinfo->si_xib = NULL; -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+/* xino for each branch */ -+static void xino_clear_br(struct super_block *sb) -+{ -+ aufs_bindex_t bindex, bbot; -+ struct au_branch *br; -+ -+ bbot = au_sbbot(sb); -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ AuDebugOn(!br); -+ au_xino_put(br); -+ } -+} -+ -+static void au_xino_set_br_shared(struct super_block *sb, struct au_branch *br, -+ aufs_bindex_t bshared) -+{ -+ struct au_branch *brshared; -+ -+ brshared = au_sbr(sb, bshared); -+ AuDebugOn(!brshared->br_xino); -+ AuDebugOn(!brshared->br_xino->xi_file); -+ if (br->br_xino != brshared->br_xino) { -+ au_xino_get(brshared); -+ au_xino_put(br); -+ br->br_xino = brshared->br_xino; -+ } -+} -+ -+struct au_xino_do_set_br { -+ vfs_writef_t writef; -+ struct au_branch *br; -+ ino_t h_ino; -+ aufs_bindex_t bshared; -+}; -+ -+static int au_xino_do_set_br(struct super_block *sb, struct path *path, -+ struct au_xino_do_set_br *args) -+{ -+ int err; -+ struct au_xi_calc calc; -+ struct file *file; -+ struct au_branch *br; -+ struct au_xi_new xinew = { -+ .base = path -+ }; -+ -+ br = args->br; -+ xinew.xi = br->br_xino; -+ au_xi_calc(sb, args->h_ino, &calc); -+ xinew.copy_src = au_xino_file(xinew.xi, calc.idx); -+ if (args->bshared >= 0) -+ /* shared xino */ -+ au_xino_set_br_shared(sb, br, args->bshared); -+ else if (!xinew.xi) { -+ /* new xino */ -+ err = au_xino_init(br, calc.idx, xinew.copy_src); -+ if (unlikely(err)) -+ goto out; -+ } -+ -+ /* force re-creating */ -+ xinew.xi = br->br_xino; -+ xinew.idx = calc.idx; -+ mutex_lock(&xinew.xi->xi_mtx); -+ file = au_xi_new(sb, &xinew); -+ mutex_unlock(&xinew.xi->xi_mtx); -+ err = PTR_ERR(file); -+ if (IS_ERR(file)) -+ goto out; -+ AuDebugOn(!file); -+ -+ err = au_xino_do_write(args->writef, file, &calc, AUFS_ROOT_INO); -+ if (unlikely(err)) -+ au_xino_put(br); -+ -+out: -+ AuTraceErr(err); -+ return err; -+} -+ -+static int au_xino_set_br(struct super_block *sb, struct path *path) -+{ -+ int err; -+ aufs_bindex_t bindex, bbot; -+ struct au_xino_do_set_br args; -+ struct inode *inode; -+ -+ SiMustWriteLock(sb); -+ -+ bbot = au_sbbot(sb); -+ inode = d_inode(sb->s_root); -+ args.writef = au_sbi(sb)->si_xwrite; -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ args.h_ino = au_h_iptr(inode, bindex)->i_ino; -+ args.br = au_sbr(sb, bindex); -+ args.bshared = is_sb_shared(sb, bindex, bindex - 1); -+ err = au_xino_do_set_br(sb, path, &args); -+ if (unlikely(err)) -+ break; -+ } -+ -+ AuTraceErr(err); -+ return err; -+} -+ -+void au_xino_clr(struct super_block *sb) -+{ -+ struct au_sbinfo *sbinfo; -+ -+ au_xigen_clr(sb); -+ xino_clear_xib(sb); -+ xino_clear_br(sb); -+ dbgaufs_brs_del(sb, 0); -+ sbinfo = au_sbi(sb); -+ /* lvalue, do not call au_mntflags() */ -+ au_opt_clr(sbinfo->si_mntflags, XINO); -+} -+ -+int au_xino_set(struct super_block *sb, struct au_opt_xino *xiopt, int remount) -+{ -+ int err, skip; -+ struct dentry *dentry, *parent, *cur_dentry, *cur_parent; -+ struct qstr *dname, *cur_name; -+ struct file *cur_xino; -+ struct au_sbinfo *sbinfo; -+ struct path *path, *cur_path; -+ -+ SiMustWriteLock(sb); -+ -+ err = 0; -+ sbinfo = au_sbi(sb); -+ path = &xiopt->file->f_path; -+ dentry = path->dentry; -+ parent = dget_parent(dentry); -+ if (remount) { -+ skip = 0; -+ cur_xino = sbinfo->si_xib; -+ if (cur_xino) { -+ cur_path = &cur_xino->f_path; -+ cur_dentry = cur_path->dentry; -+ cur_parent = dget_parent(cur_dentry); -+ cur_name = &cur_dentry->d_name; -+ dname = &dentry->d_name; -+ skip = (cur_parent == parent -+ && au_qstreq(dname, cur_name)); -+ dput(cur_parent); -+ } -+ if (skip) -+ goto out; -+ } -+ -+ au_opt_set(sbinfo->si_mntflags, XINO); -+ err = au_xino_set_xib(sb, path); -+ /* si_x{read,write} are set */ -+ if (!err) -+ err = au_xigen_set(sb, path); -+ if (!err) -+ err = au_xino_set_br(sb, path); -+ if (!err) { -+ dbgaufs_brs_add(sb, 0, /*topdown*/1); -+ goto out; /* success */ -+ } -+ -+ /* reset all */ -+ AuIOErr("failed setting xino(%d).\n", err); -+ au_xino_clr(sb); -+ -+out: -+ dput(parent); -+ return err; -+} -+ -+/* -+ * create a xinofile at the default place/path. -+ */ -+struct file *au_xino_def(struct super_block *sb) -+{ -+ struct file *file; -+ char *page, *p; -+ struct au_branch *br; -+ struct super_block *h_sb; -+ struct path path; -+ aufs_bindex_t bbot, bindex, bwr; -+ -+ br = NULL; -+ bbot = au_sbbot(sb); -+ bwr = -1; -+ for (bindex = 0; bindex <= bbot; bindex++) { -+ br = au_sbr(sb, bindex); -+ if (au_br_writable(br->br_perm) -+ && !au_test_fs_bad_xino(au_br_sb(br))) { -+ bwr = bindex; -+ break; -+ } -+ } -+ -+ if (bwr >= 0) { -+ file = ERR_PTR(-ENOMEM); -+ page = (void *)__get_free_page(GFP_NOFS); -+ if (unlikely(!page)) -+ goto out; -+ path.mnt = au_br_mnt(br); -+ path.dentry = au_h_dptr(sb->s_root, bwr); -+ p = d_path(&path, page, PATH_MAX - sizeof(AUFS_XINO_FNAME)); -+ file = (void *)p; -+ if (!IS_ERR(p)) { -+ strcat(p, "/" AUFS_XINO_FNAME); -+ AuDbg("%s\n", p); -+ file = au_xino_create(sb, p, /*silent*/0); -+ } -+ free_page((unsigned long)page); -+ } else { -+ file = au_xino_create(sb, AUFS_XINO_DEFPATH, /*silent*/0); -+ if (IS_ERR(file)) -+ goto out; -+ h_sb = file->f_path.dentry->d_sb; -+ if (unlikely(au_test_fs_bad_xino(h_sb))) { -+ pr_err("xino doesn't support %s(%s)\n", -+ AUFS_XINO_DEFPATH, au_sbtype(h_sb)); -+ fput(file); -+ file = ERR_PTR(-EINVAL); -+ } -+ } -+ -+out: -+ return file; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * initialize the xinofile for the specified branch @br -+ * at the place/path where @base_file indicates. -+ * test whether another branch is on the same filesystem or not, -+ * if found then share the xinofile with another branch. -+ */ -+int au_xino_init_br(struct super_block *sb, struct au_branch *br, ino_t h_ino, -+ struct path *base) -+{ -+ int err; -+ struct au_xino_do_set_br args = { -+ .h_ino = h_ino, -+ .br = br -+ }; -+ -+ args.writef = au_sbi(sb)->si_xwrite; -+ args.bshared = sbr_find_shared(sb, /*btop*/0, au_sbbot(sb), -+ au_br_sb(br)); -+ err = au_xino_do_set_br(sb, base, &args); -+ if (unlikely(err)) -+ au_xino_put(br); -+ -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* -+ * get an unused inode number from bitmap -+ */ -+ino_t au_xino_new_ino(struct super_block *sb) -+{ -+ ino_t ino; -+ unsigned long *p, pindex, ul, pend; -+ struct au_sbinfo *sbinfo; -+ struct file *file; -+ int free_bit, err; -+ -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ return iunique(sb, AUFS_FIRST_INO); -+ -+ sbinfo = au_sbi(sb); -+ mutex_lock(&sbinfo->si_xib_mtx); -+ p = sbinfo->si_xib_buf; -+ free_bit = sbinfo->si_xib_next_bit; -+ if (free_bit < page_bits && !test_bit(free_bit, p)) -+ goto out; /* success */ -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ -+ pindex = sbinfo->si_xib_last_pindex; -+ for (ul = pindex - 1; ul < ULONG_MAX; ul--) { -+ err = xib_pindex(sb, ul); -+ if (unlikely(err)) -+ goto out_err; -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ } -+ -+ file = sbinfo->si_xib; -+ pend = vfsub_f_size_read(file) / PAGE_SIZE; -+ for (ul = pindex + 1; ul <= pend; ul++) { -+ err = xib_pindex(sb, ul); -+ if (unlikely(err)) -+ goto out_err; -+ free_bit = find_first_zero_bit(p, page_bits); -+ if (free_bit < page_bits) -+ goto out; /* success */ -+ } -+ BUG(); -+ -+out: -+ set_bit(free_bit, p); -+ sbinfo->si_xib_next_bit = free_bit + 1; -+ pindex = sbinfo->si_xib_last_pindex; -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ ino = xib_calc_ino(pindex, free_bit); -+ AuDbg("i%lu\n", (unsigned long)ino); -+ return ino; -+out_err: -+ mutex_unlock(&sbinfo->si_xib_mtx); -+ AuDbg("i0\n"); -+ return 0; -+} -+ -+/* for s_op->delete_inode() */ -+void au_xino_delete_inode(struct inode *inode, const int unlinked) -+{ -+ int err; -+ unsigned int mnt_flags; -+ aufs_bindex_t bindex, bbot, bi; -+ unsigned char try_trunc; -+ struct au_iinfo *iinfo; -+ struct super_block *sb; -+ struct au_hinode *hi; -+ struct inode *h_inode; -+ struct au_branch *br; -+ vfs_writef_t xwrite; -+ struct au_xi_calc calc; -+ struct file *file; -+ -+ AuDebugOn(au_is_bad_inode(inode)); -+ -+ sb = inode->i_sb; -+ mnt_flags = au_mntflags(sb); -+ if (!au_opt_test(mnt_flags, XINO) -+ || inode->i_ino == AUFS_ROOT_INO) -+ return; -+ -+ if (unlinked) { -+ au_xigen_inc(inode); -+ au_xib_clear_bit(inode); -+ } -+ -+ iinfo = au_ii(inode); -+ bindex = iinfo->ii_btop; -+ if (bindex < 0) -+ return; -+ -+ xwrite = au_sbi(sb)->si_xwrite; -+ try_trunc = !!au_opt_test(mnt_flags, TRUNC_XINO); -+ hi = au_hinode(iinfo, bindex); -+ bbot = iinfo->ii_bbot; -+ for (; bindex <= bbot; bindex++, hi++) { -+ h_inode = hi->hi_inode; -+ if (!h_inode -+ || (!unlinked && h_inode->i_nlink)) -+ continue; -+ -+ /* inode may not be revalidated */ -+ bi = au_br_index(sb, hi->hi_id); -+ if (bi < 0) -+ continue; -+ -+ br = au_sbr(sb, bi); -+ au_xi_calc(sb, h_inode->i_ino, &calc); -+ file = au_xino_file(br->br_xino, calc.idx); -+ if (IS_ERR_OR_NULL(file)) -+ continue; -+ -+ err = au_xino_do_write(xwrite, file, &calc, /*ino*/0); -+ if (!err && try_trunc -+ && au_test_fs_trunc_xino(au_br_sb(br))) -+ xino_try_trunc(sb, br); -+ } -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+static int au_xinondir_find(struct au_xino *xi, ino_t h_ino) -+{ -+ int found, total, i; -+ -+ found = -1; -+ total = xi->xi_nondir.total; -+ for (i = 0; i < total; i++) { -+ if (xi->xi_nondir.array[i] != h_ino) -+ continue; -+ found = i; -+ break; -+ } -+ -+ return found; -+} -+ -+static int au_xinondir_expand(struct au_xino *xi) -+{ -+ int err, sz; -+ ino_t *p; -+ -+ BUILD_BUG_ON(KMALLOC_MAX_SIZE > INT_MAX); -+ -+ err = -ENOMEM; -+ sz = xi->xi_nondir.total * sizeof(ino_t); -+ if (unlikely(sz > KMALLOC_MAX_SIZE / 2)) -+ goto out; -+ p = au_kzrealloc(xi->xi_nondir.array, sz, sz << 1, GFP_ATOMIC, -+ /*may_shrink*/0); -+ if (p) { -+ xi->xi_nondir.array = p; -+ xi->xi_nondir.total <<= 1; -+ AuDbg("xi_nondir.total %d\n", xi->xi_nondir.total); -+ err = 0; -+ } -+ -+out: -+ return err; -+} -+ -+void au_xinondir_leave(struct super_block *sb, aufs_bindex_t bindex, -+ ino_t h_ino, int idx) -+{ -+ struct au_xino *xi; -+ -+ AuDebugOn(!au_opt_test(au_mntflags(sb), XINO)); -+ xi = au_sbr(sb, bindex)->br_xino; -+ AuDebugOn(idx < 0 || xi->xi_nondir.total <= idx); -+ -+ spin_lock(&xi->xi_nondir.spin); -+ AuDebugOn(xi->xi_nondir.array[idx] != h_ino); -+ xi->xi_nondir.array[idx] = 0; -+ spin_unlock(&xi->xi_nondir.spin); -+ wake_up_all(&xi->xi_nondir.wqh); -+} -+ -+int au_xinondir_enter(struct super_block *sb, aufs_bindex_t bindex, ino_t h_ino, -+ int *idx) -+{ -+ int err, found, empty; -+ struct au_xino *xi; -+ -+ err = 0; -+ *idx = -1; -+ if (!au_opt_test(au_mntflags(sb), XINO)) -+ goto out; /* no xino */ -+ -+ xi = au_sbr(sb, bindex)->br_xino; -+ -+again: -+ spin_lock(&xi->xi_nondir.spin); -+ found = au_xinondir_find(xi, h_ino); -+ if (found == -1) { -+ empty = au_xinondir_find(xi, /*h_ino*/0); -+ if (empty == -1) { -+ empty = xi->xi_nondir.total; -+ err = au_xinondir_expand(xi); -+ if (unlikely(err)) -+ goto out_unlock; -+ } -+ xi->xi_nondir.array[empty] = h_ino; -+ *idx = empty; -+ } else { -+ spin_unlock(&xi->xi_nondir.spin); -+ wait_event(xi->xi_nondir.wqh, -+ xi->xi_nondir.array[found] != h_ino); -+ goto again; -+ } -+ -+out_unlock: -+ spin_unlock(&xi->xi_nondir.spin); -+out: -+ return err; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+int au_xino_path(struct seq_file *seq, struct file *file) -+{ -+ int err; -+ -+ err = au_seq_path(seq, &file->f_path); -+ if (unlikely(err)) -+ goto out; -+ -+#define Deleted "\\040(deleted)" -+ seq->count -= sizeof(Deleted) - 1; -+ AuDebugOn(memcmp(seq->buf + seq->count, Deleted, -+ sizeof(Deleted) - 1)); -+#undef Deleted -+ -+out: -+ return err; -+} -diff --git a/fs/dcache.c b/fs/dcache.c -index 2e7e8d85e9b4..9f57bd87bce5 100644 ---- a/fs/dcache.c -+++ b/fs/dcache.c -@@ -1238,7 +1238,7 @@ enum d_walk_ret { - * - * The @enter() callbacks are called with d_lock held. - */ --static void d_walk(struct dentry *parent, void *data, -+void d_walk(struct dentry *parent, void *data, - enum d_walk_ret (*enter)(void *, struct dentry *)) - { - struct dentry *this_parent; -diff --git a/fs/fcntl.c b/fs/fcntl.c -index 4137d96534a6..c91b3e3c4580 100644 ---- a/fs/fcntl.c -+++ b/fs/fcntl.c -@@ -32,7 +32,7 @@ - - #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) - --static int setfl(int fd, struct file * filp, unsigned long arg) -+int setfl(int fd, struct file * filp, unsigned long arg) - { - struct inode * inode = file_inode(filp); - int error = 0; -@@ -63,6 +63,8 @@ static int setfl(int fd, struct file * filp, unsigned long arg) - - if (filp->f_op->check_flags) - error = filp->f_op->check_flags(arg); -+ if (!error && filp->f_op->setfl) -+ error = filp->f_op->setfl(filp, arg); - if (error) - return error; - -diff --git a/fs/inode.c b/fs/inode.c -index 42f6d25f32a5..fa6ae6a217fb 100644 ---- a/fs/inode.c -+++ b/fs/inode.c -@@ -1657,7 +1657,7 @@ EXPORT_SYMBOL(generic_update_time); - * This does the actual work of updating an inodes time or version. Must have - * had called mnt_want_write() before calling this. - */ --static int update_time(struct inode *inode, struct timespec64 *time, int flags) -+int update_time(struct inode *inode, struct timespec64 *time, int flags) - { - int (*update_time)(struct inode *, struct timespec64 *, int); - -diff --git a/fs/namespace.c b/fs/namespace.c -index 99186556f8d3..72c93f3e8647 100644 ---- a/fs/namespace.c -+++ b/fs/namespace.c -@@ -770,6 +770,12 @@ static inline int check_mnt(struct mount *mnt) - return mnt->mnt_ns == current->nsproxy->mnt_ns; - } - -+/* for aufs, CONFIG_AUFS_BR_FUSE */ -+int is_current_mnt_ns(struct vfsmount *mnt) -+{ -+ return check_mnt(real_mount(mnt)); -+} -+ - /* - * vfsmount lock must be held for write - */ -diff --git a/fs/proc/base.c b/fs/proc/base.c -index 7e9f07bf260d..3ab59011067e 100644 ---- a/fs/proc/base.c -+++ b/fs/proc/base.c -@@ -2016,7 +2016,7 @@ static int map_files_get_link(struct dentry *dentry, struct path *path) - down_read(&mm->mmap_sem); - vma = find_exact_vma(mm, vm_start, vm_end); - if (vma && vma->vm_file) { -- *path = vma->vm_file->f_path; -+ *path = vma_pr_or_file(vma)->f_path; - path_get(path); - rc = 0; - } -diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c -index 3b63be64e436..fb9913bf3d10 100644 ---- a/fs/proc/nommu.c -+++ b/fs/proc/nommu.c -@@ -45,7 +45,10 @@ static int nommu_region_show(struct seq_file *m, struct vm_region *region) - file = region->vm_file; - - if (file) { -- struct inode *inode = file_inode(region->vm_file); -+ struct inode *inode; -+ -+ file = vmr_pr_or_file(region); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - } -diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c -index 5ea1d64cb0b4..7865a4707d23 100644 ---- a/fs/proc/task_mmu.c -+++ b/fs/proc/task_mmu.c -@@ -305,7 +305,10 @@ show_map_vma(struct seq_file *m, struct vm_area_struct *vma) - const char *name = NULL; - - if (file) { -- struct inode *inode = file_inode(vma->vm_file); -+ struct inode *inode; -+ -+ file = vma_pr_or_file(vma); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - pgoff = ((loff_t)vma->vm_pgoff) << PAGE_SHIFT; -@@ -1727,7 +1730,7 @@ static int show_numa_map(struct seq_file *m, void *v) - struct proc_maps_private *proc_priv = &numa_priv->proc_maps; - struct vm_area_struct *vma = v; - struct numa_maps *md = &numa_priv->md; -- struct file *file = vma->vm_file; -+ struct file *file = vma_pr_or_file(vma); - struct mm_struct *mm = vma->vm_mm; - struct mm_walk walk = { - .hugetlb_entry = gather_hugetlb_stats, -diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c -index 0b63d68dedb2..400d1c594ceb 100644 ---- a/fs/proc/task_nommu.c -+++ b/fs/proc/task_nommu.c -@@ -155,7 +155,10 @@ static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma) - file = vma->vm_file; - - if (file) { -- struct inode *inode = file_inode(vma->vm_file); -+ struct inode *inode; -+ -+ file = vma_pr_or_file(vma); -+ inode = file_inode(file); - dev = inode->i_sb->s_dev; - ino = inode->i_ino; - pgoff = (loff_t)vma->vm_pgoff << PAGE_SHIFT; -diff --git a/fs/read_write.c b/fs/read_write.c -index 8a2737f0d61d..42f64cc2eae9 100644 ---- a/fs/read_write.c -+++ b/fs/read_write.c -@@ -489,6 +489,28 @@ ssize_t __vfs_write(struct file *file, const char __user *p, size_t count, - return -EINVAL; - } - -+vfs_readf_t vfs_readf(struct file *file) -+{ -+ const struct file_operations *fop = file->f_op; -+ -+ if (fop->read) -+ return fop->read; -+ if (fop->read_iter) -+ return new_sync_read; -+ return ERR_PTR(-ENOSYS); -+} -+ -+vfs_writef_t vfs_writef(struct file *file) -+{ -+ const struct file_operations *fop = file->f_op; -+ -+ if (fop->write) -+ return fop->write; -+ if (fop->write_iter) -+ return new_sync_write; -+ return ERR_PTR(-ENOSYS); -+} -+ - ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) - { - mm_segment_t old_fs; -diff --git a/fs/splice.c b/fs/splice.c -index b3daa971f597..1dd7f96b22dc 100644 ---- a/fs/splice.c -+++ b/fs/splice.c -@@ -838,8 +838,8 @@ EXPORT_SYMBOL(generic_splice_sendpage); - /* - * Attempt to initiate a splice from pipe to file. - */ --static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -- loff_t *ppos, size_t len, unsigned int flags) -+long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags) - { - ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, - loff_t *, size_t, unsigned int); -@@ -855,9 +855,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, - /* - * Attempt to initiate a splice from a file to a pipe. - */ --static long do_splice_to(struct file *in, loff_t *ppos, -- struct pipe_inode_info *pipe, size_t len, -- unsigned int flags) -+long do_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags) - { - ssize_t (*splice_read)(struct file *, loff_t *, - struct pipe_inode_info *, size_t, unsigned int); -diff --git a/fs/sync.c b/fs/sync.c -index b54e0541ad89..28607828e96f 100644 ---- a/fs/sync.c -+++ b/fs/sync.c -@@ -28,7 +28,7 @@ - * wait == 1 case since in that case write_inode() functions do - * sync_dirty_buffer() and thus effectively write one block at a time. - */ --static int __sync_filesystem(struct super_block *sb, int wait) -+int __sync_filesystem(struct super_block *sb, int wait) - { - if (wait) - sync_inodes_sb(sb); -diff --git a/include/linux/fs.h b/include/linux/fs.h -index 897eae8faee1..7fb92a99efe8 100644 ---- a/include/linux/fs.h -+++ b/include/linux/fs.h -@@ -1286,6 +1286,7 @@ extern void fasync_free(struct fasync_struct *); - /* can be called from interrupts */ - extern void kill_fasync(struct fasync_struct **, int, int); - -+extern int setfl(int fd, struct file * filp, unsigned long arg); - extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force); - extern int f_setown(struct file *filp, unsigned long arg, int force); - extern void f_delown(struct file *filp); -@@ -1747,6 +1748,7 @@ struct file_operations { - ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int); - unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); - int (*check_flags)(int); -+ int (*setfl)(struct file *, unsigned long); - int (*flock) (struct file *, int, struct file_lock *); - ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); - ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); -@@ -1818,6 +1820,12 @@ ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, - struct iovec *fast_pointer, - struct iovec **ret_pointer); - -+typedef ssize_t (*vfs_readf_t)(struct file *, char __user *, size_t, loff_t *); -+typedef ssize_t (*vfs_writef_t)(struct file *, const char __user *, size_t, -+ loff_t *); -+vfs_readf_t vfs_readf(struct file *file); -+vfs_writef_t vfs_writef(struct file *file); -+ - extern ssize_t __vfs_read(struct file *, char __user *, size_t, loff_t *); - extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *); - extern ssize_t vfs_write(struct file *, const char __user *, size_t, loff_t *); -@@ -2243,6 +2251,7 @@ extern int current_umask(void); - extern void ihold(struct inode * inode); - extern void iput(struct inode *); - extern int generic_update_time(struct inode *, struct timespec64 *, int); -+extern int update_time(struct inode *, struct timespec64 *, int); - - /* /sys/fs */ - extern struct kobject *fs_kobj; -@@ -2530,6 +2539,7 @@ static inline bool sb_is_blkdev_sb(struct super_block *sb) - return false; - } - #endif -+extern int __sync_filesystem(struct super_block *, int); - extern int sync_filesystem(struct super_block *); - extern const struct file_operations def_blk_fops; - extern const struct file_operations def_chr_fops; -diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h -index b0d0b51c4d85..f73ffaa0199e 100644 ---- a/include/linux/lockdep.h -+++ b/include/linux/lockdep.h -@@ -313,6 +313,8 @@ static inline int lockdep_match_key(struct lockdep_map *lock, - return lock->key == key; - } - -+struct lock_class *lockdep_hlock_class(struct held_lock *hlock); -+ - /* - * Acquire a lock. - * -@@ -439,6 +441,7 @@ struct lockdep_map { }; - - #define lockdep_depth(tsk) (0) - -+#define lockdep_is_held(lock) (1) - #define lockdep_is_held_type(l, r) (1) - - #define lockdep_assert_held(l) do { (void)(l); } while (0) -diff --git a/include/linux/mm.h b/include/linux/mm.h -index 0416a7204be3..4a298a92681b 100644 ---- a/include/linux/mm.h -+++ b/include/linux/mm.h -@@ -1440,6 +1440,28 @@ static inline void unmap_shared_mapping_range(struct address_space *mapping, - unmap_mapping_range(mapping, holebegin, holelen, 0); - } - -+extern void vma_do_file_update_time(struct vm_area_struct *, const char[], int); -+extern struct file *vma_do_pr_or_file(struct vm_area_struct *, const char[], -+ int); -+extern void vma_do_get_file(struct vm_area_struct *, const char[], int); -+extern void vma_do_fput(struct vm_area_struct *, const char[], int); -+ -+#define vma_file_update_time(vma) vma_do_file_update_time(vma, __func__, \ -+ __LINE__) -+#define vma_pr_or_file(vma) vma_do_pr_or_file(vma, __func__, \ -+ __LINE__) -+#define vma_get_file(vma) vma_do_get_file(vma, __func__, __LINE__) -+#define vma_fput(vma) vma_do_fput(vma, __func__, __LINE__) -+ -+#ifndef CONFIG_MMU -+extern struct file *vmr_do_pr_or_file(struct vm_region *, const char[], int); -+extern void vmr_do_fput(struct vm_region *, const char[], int); -+ -+#define vmr_pr_or_file(region) vmr_do_pr_or_file(region, __func__, \ -+ __LINE__) -+#define vmr_fput(region) vmr_do_fput(region, __func__, __LINE__) -+#endif /* !CONFIG_MMU */ -+ - extern int access_process_vm(struct task_struct *tsk, unsigned long addr, - void *buf, int len, unsigned int gup_flags); - extern int access_remote_vm(struct mm_struct *mm, unsigned long addr, -diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h -index 5ed8f6292a53..01229754077f 100644 ---- a/include/linux/mm_types.h -+++ b/include/linux/mm_types.h -@@ -239,6 +239,7 @@ struct vm_region { - unsigned long vm_top; /* region allocated to here */ - unsigned long vm_pgoff; /* the offset in vm_file corresponding to vm_start */ - struct file *vm_file; /* the backing file or NULL */ -+ struct file *vm_prfile; /* the virtual backing file or NULL */ - - int vm_usage; /* region usage count (access under nommu_region_sem) */ - bool vm_icache_flushed : 1; /* true if the icache has been flushed for -@@ -313,6 +314,7 @@ struct vm_area_struct { - unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE - units */ - struct file * vm_file; /* File we map to (can be NULL). */ -+ struct file *vm_prfile; /* shadow of vm_file */ - void * vm_private_data; /* was vm_pte (shared mem) */ - - atomic_long_t swap_readahead_info; -diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h -index 35942084cd40..24f5fd1a789d 100644 ---- a/include/linux/mnt_namespace.h -+++ b/include/linux/mnt_namespace.h -@@ -6,11 +6,14 @@ - struct mnt_namespace; - struct fs_struct; - struct user_namespace; -+struct vfsmount; - - extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, - struct user_namespace *, struct fs_struct *); - extern void put_mnt_ns(struct mnt_namespace *ns); - -+extern int is_current_mnt_ns(struct vfsmount *mnt); -+ - extern const struct file_operations proc_mounts_operations; - extern const struct file_operations proc_mountinfo_operations; - extern const struct file_operations proc_mountstats_operations; -diff --git a/include/linux/splice.h b/include/linux/splice.h -index 74b4911ac16d..19789fbea567 100644 ---- a/include/linux/splice.h -+++ b/include/linux/splice.h -@@ -87,4 +87,10 @@ extern void splice_shrink_spd(struct splice_pipe_desc *); - - extern const struct pipe_buf_operations page_cache_pipe_buf_ops; - extern const struct pipe_buf_operations default_pipe_buf_ops; -+ -+extern long do_splice_from(struct pipe_inode_info *pipe, struct file *out, -+ loff_t *ppos, size_t len, unsigned int flags); -+extern long do_splice_to(struct file *in, loff_t *ppos, -+ struct pipe_inode_info *pipe, size_t len, -+ unsigned int flags); - #endif -diff --git a/include/uapi/linux/aufs_type.h b/include/uapi/linux/aufs_type.h -new file mode 100644 -index 000000000000..5b21dd4f5738 ---- /dev/null -+++ b/include/uapi/linux/aufs_type.h -@@ -0,0 +1,435 @@ -+/* SPDX-License-Identifier: GPL-2.0 */ -+/* -+ * Copyright (C) 2005-2018 Junjiro R. Okajima -+ */ -+ -+#ifndef __AUFS_TYPE_H__ -+#define __AUFS_TYPE_H__ -+ -+#define AUFS_NAME "aufs" -+ -+#ifdef __KERNEL__ -+/* -+ * define it before including all other headers. -+ * sched.h may use pr_* macros before defining "current", so define the -+ * no-current version first, and re-define later. -+ */ -+#define pr_fmt(fmt) AUFS_NAME " %s:%d: " fmt, __func__, __LINE__ -+#include -+#undef pr_fmt -+#define pr_fmt(fmt) \ -+ AUFS_NAME " %s:%d:%.*s[%d]: " fmt, __func__, __LINE__, \ -+ (int)sizeof(current->comm), current->comm, current->pid -+#else -+#include -+#include -+#endif /* __KERNEL__ */ -+ -+#include -+ -+#define AUFS_VERSION "4.19" -+ -+/* todo? move this to linux-2.6.19/include/magic.h */ -+#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's') -+ -+/* ---------------------------------------------------------------------- */ -+ -+#ifdef CONFIG_AUFS_BRANCH_MAX_127 -+typedef int8_t aufs_bindex_t; -+#define AUFS_BRANCH_MAX 127 -+#else -+typedef int16_t aufs_bindex_t; -+#ifdef CONFIG_AUFS_BRANCH_MAX_511 -+#define AUFS_BRANCH_MAX 511 -+#elif defined(CONFIG_AUFS_BRANCH_MAX_1023) -+#define AUFS_BRANCH_MAX 1023 -+#elif defined(CONFIG_AUFS_BRANCH_MAX_32767) -+#define AUFS_BRANCH_MAX 32767 -+#endif -+#endif -+ -+#ifdef __KERNEL__ -+#ifndef AUFS_BRANCH_MAX -+#error unknown CONFIG_AUFS_BRANCH_MAX value -+#endif -+#endif /* __KERNEL__ */ -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AUFS_FSTYPE AUFS_NAME -+ -+#define AUFS_ROOT_INO 2 -+#define AUFS_FIRST_INO 11 -+ -+#define AUFS_WH_PFX ".wh." -+#define AUFS_WH_PFX_LEN ((int)sizeof(AUFS_WH_PFX) - 1) -+#define AUFS_WH_TMP_LEN 4 -+/* a limit for rmdir/rename a dir and copyup */ -+#define AUFS_MAX_NAMELEN (NAME_MAX \ -+ - AUFS_WH_PFX_LEN * 2 /* doubly whiteouted */\ -+ - 1 /* dot */\ -+ - AUFS_WH_TMP_LEN) /* hex */ -+#define AUFS_XINO_FNAME "." AUFS_NAME ".xino" -+#define AUFS_XINO_DEFPATH "/tmp/" AUFS_XINO_FNAME -+#define AUFS_XINO_DEF_SEC 30 /* seconds */ -+#define AUFS_XINO_DEF_TRUNC 45 /* percentage */ -+#define AUFS_DIRWH_DEF 3 -+#define AUFS_RDCACHE_DEF 10 /* seconds */ -+#define AUFS_RDCACHE_MAX 3600 /* seconds */ -+#define AUFS_RDBLK_DEF 512 /* bytes */ -+#define AUFS_RDHASH_DEF 32 -+#define AUFS_WKQ_NAME AUFS_NAME "d" -+#define AUFS_MFS_DEF_SEC 30 /* seconds */ -+#define AUFS_MFS_MAX_SEC 3600 /* seconds */ -+#define AUFS_FHSM_CACHE_DEF_SEC 30 /* seconds */ -+#define AUFS_PLINK_WARN 50 /* number of plinks in a single bucket */ -+ -+/* pseudo-link maintenace under /proc */ -+#define AUFS_PLINK_MAINT_NAME "plink_maint" -+#define AUFS_PLINK_MAINT_DIR "fs/" AUFS_NAME -+#define AUFS_PLINK_MAINT_PATH AUFS_PLINK_MAINT_DIR "/" AUFS_PLINK_MAINT_NAME -+ -+/* dirren, renamed dir */ -+#define AUFS_DR_INFO_PFX AUFS_WH_PFX ".dr." -+#define AUFS_DR_BRHINO_NAME AUFS_WH_PFX "hino" -+/* whiteouted doubly */ -+#define AUFS_WH_DR_INFO_PFX AUFS_WH_PFX AUFS_DR_INFO_PFX -+#define AUFS_WH_DR_BRHINO AUFS_WH_PFX AUFS_DR_BRHINO_NAME -+ -+#define AUFS_DIROPQ_NAME AUFS_WH_PFX ".opq" /* whiteouted doubly */ -+#define AUFS_WH_DIROPQ AUFS_WH_PFX AUFS_DIROPQ_NAME -+ -+#define AUFS_BASE_NAME AUFS_WH_PFX AUFS_NAME -+#define AUFS_PLINKDIR_NAME AUFS_WH_PFX "plnk" -+#define AUFS_ORPHDIR_NAME AUFS_WH_PFX "orph" -+ -+/* doubly whiteouted */ -+#define AUFS_WH_BASE AUFS_WH_PFX AUFS_BASE_NAME -+#define AUFS_WH_PLINKDIR AUFS_WH_PFX AUFS_PLINKDIR_NAME -+#define AUFS_WH_ORPHDIR AUFS_WH_PFX AUFS_ORPHDIR_NAME -+ -+/* branch permissions and attributes */ -+#define AUFS_BRPERM_RW "rw" -+#define AUFS_BRPERM_RO "ro" -+#define AUFS_BRPERM_RR "rr" -+#define AUFS_BRATTR_COO_REG "coo_reg" -+#define AUFS_BRATTR_COO_ALL "coo_all" -+#define AUFS_BRATTR_FHSM "fhsm" -+#define AUFS_BRATTR_UNPIN "unpin" -+#define AUFS_BRATTR_ICEX "icex" -+#define AUFS_BRATTR_ICEX_SEC "icexsec" -+#define AUFS_BRATTR_ICEX_SYS "icexsys" -+#define AUFS_BRATTR_ICEX_TR "icextr" -+#define AUFS_BRATTR_ICEX_USR "icexusr" -+#define AUFS_BRATTR_ICEX_OTH "icexoth" -+#define AUFS_BRRATTR_WH "wh" -+#define AUFS_BRWATTR_NLWH "nolwh" -+#define AUFS_BRWATTR_MOO "moo" -+ -+#define AuBrPerm_RW 1 /* writable, hardlinkable wh */ -+#define AuBrPerm_RO (1 << 1) /* readonly */ -+#define AuBrPerm_RR (1 << 2) /* natively readonly */ -+#define AuBrPerm_Mask (AuBrPerm_RW | AuBrPerm_RO | AuBrPerm_RR) -+ -+#define AuBrAttr_COO_REG (1 << 3) /* copy-up on open */ -+#define AuBrAttr_COO_ALL (1 << 4) -+#define AuBrAttr_COO_Mask (AuBrAttr_COO_REG | AuBrAttr_COO_ALL) -+ -+#define AuBrAttr_FHSM (1 << 5) /* file-based hsm */ -+#define AuBrAttr_UNPIN (1 << 6) /* rename-able top dir of -+ branch. meaningless since -+ linux-3.18-rc1 */ -+ -+/* ignore error in copying XATTR */ -+#define AuBrAttr_ICEX_SEC (1 << 7) -+#define AuBrAttr_ICEX_SYS (1 << 8) -+#define AuBrAttr_ICEX_TR (1 << 9) -+#define AuBrAttr_ICEX_USR (1 << 10) -+#define AuBrAttr_ICEX_OTH (1 << 11) -+#define AuBrAttr_ICEX (AuBrAttr_ICEX_SEC \ -+ | AuBrAttr_ICEX_SYS \ -+ | AuBrAttr_ICEX_TR \ -+ | AuBrAttr_ICEX_USR \ -+ | AuBrAttr_ICEX_OTH) -+ -+#define AuBrRAttr_WH (1 << 12) /* whiteout-able */ -+#define AuBrRAttr_Mask AuBrRAttr_WH -+ -+#define AuBrWAttr_NoLinkWH (1 << 13) /* un-hardlinkable whiteouts */ -+#define AuBrWAttr_MOO (1 << 14) /* move-up on open */ -+#define AuBrWAttr_Mask (AuBrWAttr_NoLinkWH | AuBrWAttr_MOO) -+ -+#define AuBrAttr_CMOO_Mask (AuBrAttr_COO_Mask | AuBrWAttr_MOO) -+ -+/* #warning test userspace */ -+#ifdef __KERNEL__ -+#ifndef CONFIG_AUFS_FHSM -+#undef AuBrAttr_FHSM -+#define AuBrAttr_FHSM 0 -+#endif -+#ifndef CONFIG_AUFS_XATTR -+#undef AuBrAttr_ICEX -+#define AuBrAttr_ICEX 0 -+#undef AuBrAttr_ICEX_SEC -+#define AuBrAttr_ICEX_SEC 0 -+#undef AuBrAttr_ICEX_SYS -+#define AuBrAttr_ICEX_SYS 0 -+#undef AuBrAttr_ICEX_TR -+#define AuBrAttr_ICEX_TR 0 -+#undef AuBrAttr_ICEX_USR -+#define AuBrAttr_ICEX_USR 0 -+#undef AuBrAttr_ICEX_OTH -+#define AuBrAttr_ICEX_OTH 0 -+#endif -+#endif -+ -+/* the longest combination */ -+/* AUFS_BRATTR_ICEX and AUFS_BRATTR_ICEX_TR don't affect here */ -+#define AuBrPermStrSz sizeof(AUFS_BRPERM_RW \ -+ "+" AUFS_BRATTR_COO_REG \ -+ "+" AUFS_BRATTR_FHSM \ -+ "+" AUFS_BRATTR_UNPIN \ -+ "+" AUFS_BRATTR_ICEX_SEC \ -+ "+" AUFS_BRATTR_ICEX_SYS \ -+ "+" AUFS_BRATTR_ICEX_USR \ -+ "+" AUFS_BRATTR_ICEX_OTH \ -+ "+" AUFS_BRWATTR_NLWH) -+ -+typedef struct { -+ char a[AuBrPermStrSz]; -+} au_br_perm_str_t; -+ -+static inline int au_br_writable(int brperm) -+{ -+ return brperm & AuBrPerm_RW; -+} -+ -+static inline int au_br_whable(int brperm) -+{ -+ return brperm & (AuBrPerm_RW | AuBrRAttr_WH); -+} -+ -+static inline int au_br_wh_linkable(int brperm) -+{ -+ return !(brperm & AuBrWAttr_NoLinkWH); -+} -+ -+static inline int au_br_cmoo(int brperm) -+{ -+ return brperm & AuBrAttr_CMOO_Mask; -+} -+ -+static inline int au_br_fhsm(int brperm) -+{ -+ return brperm & AuBrAttr_FHSM; -+} -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* ioctl */ -+enum { -+ /* readdir in userspace */ -+ AuCtl_RDU, -+ AuCtl_RDU_INO, -+ -+ AuCtl_WBR_FD, /* pathconf wrapper */ -+ AuCtl_IBUSY, /* busy inode */ -+ AuCtl_MVDOWN, /* move-down */ -+ AuCtl_BR, /* info about branches */ -+ AuCtl_FHSM_FD /* connection for fhsm */ -+}; -+ -+/* borrowed from linux/include/linux/kernel.h */ -+#ifndef ALIGN -+#define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) -+#define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) -+#endif -+ -+/* borrowed from linux/include/linux/compiler-gcc3.h */ -+#ifndef __aligned -+#define __aligned(x) __attribute__((aligned(x))) -+#endif -+ -+#ifdef __KERNEL__ -+#ifndef __packed -+#define __packed __attribute__((packed)) -+#endif -+#endif -+ -+struct au_rdu_cookie { -+ uint64_t h_pos; -+ int16_t bindex; -+ uint8_t flags; -+ uint8_t pad; -+ uint32_t generation; -+} __aligned(8); -+ -+struct au_rdu_ent { -+ uint64_t ino; -+ int16_t bindex; -+ uint8_t type; -+ uint8_t nlen; -+ uint8_t wh; -+ char name[0]; -+} __aligned(8); -+ -+static inline int au_rdu_len(int nlen) -+{ -+ /* include the terminating NULL */ -+ return ALIGN(sizeof(struct au_rdu_ent) + nlen + 1, -+ sizeof(uint64_t)); -+} -+ -+union au_rdu_ent_ul { -+ struct au_rdu_ent __user *e; -+ uint64_t ul; -+}; -+ -+enum { -+ AufsCtlRduV_SZ, -+ AufsCtlRduV_End -+}; -+ -+struct aufs_rdu { -+ /* input */ -+ union { -+ uint64_t sz; /* AuCtl_RDU */ -+ uint64_t nent; /* AuCtl_RDU_INO */ -+ }; -+ union au_rdu_ent_ul ent; -+ uint16_t verify[AufsCtlRduV_End]; -+ -+ /* input/output */ -+ uint32_t blk; -+ -+ /* output */ -+ union au_rdu_ent_ul tail; -+ /* number of entries which were added in a single call */ -+ uint64_t rent; -+ uint8_t full; -+ uint8_t shwh; -+ -+ struct au_rdu_cookie cookie; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* dirren. the branch is identified by the filename who contains this */ -+struct au_drinfo { -+ uint64_t ino; -+ union { -+ uint8_t oldnamelen; -+ uint64_t _padding; -+ }; -+ uint8_t oldname[0]; -+} __aligned(8); -+ -+struct au_drinfo_fdata { -+ uint32_t magic; -+ struct au_drinfo drinfo; -+} __aligned(8); -+ -+#define AUFS_DRINFO_MAGIC_V1 ('a' << 24 | 'd' << 16 | 'r' << 8 | 0x01) -+/* future */ -+#define AUFS_DRINFO_MAGIC_V2 ('a' << 24 | 'd' << 16 | 'r' << 8 | 0x02) -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aufs_wbr_fd { -+ uint32_t oflags; -+ int16_t brid; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+struct aufs_ibusy { -+ uint64_t ino, h_ino; -+ int16_t bindex; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+/* error code for move-down */ -+/* the actual message strings are implemented in aufs-util.git */ -+enum { -+ EAU_MVDOWN_OPAQUE = 1, -+ EAU_MVDOWN_WHITEOUT, -+ EAU_MVDOWN_UPPER, -+ EAU_MVDOWN_BOTTOM, -+ EAU_MVDOWN_NOUPPER, -+ EAU_MVDOWN_NOLOWERBR, -+ EAU_Last -+}; -+ -+/* flags for move-down */ -+#define AUFS_MVDOWN_DMSG 1 -+#define AUFS_MVDOWN_OWLOWER (1 << 1) /* overwrite lower */ -+#define AUFS_MVDOWN_KUPPER (1 << 2) /* keep upper */ -+#define AUFS_MVDOWN_ROLOWER (1 << 3) /* do even if lower is RO */ -+#define AUFS_MVDOWN_ROLOWER_R (1 << 4) /* did on lower RO */ -+#define AUFS_MVDOWN_ROUPPER (1 << 5) /* do even if upper is RO */ -+#define AUFS_MVDOWN_ROUPPER_R (1 << 6) /* did on upper RO */ -+#define AUFS_MVDOWN_BRID_UPPER (1 << 7) /* upper brid */ -+#define AUFS_MVDOWN_BRID_LOWER (1 << 8) /* lower brid */ -+#define AUFS_MVDOWN_FHSM_LOWER (1 << 9) /* find fhsm attr for lower */ -+#define AUFS_MVDOWN_STFS (1 << 10) /* req. stfs */ -+#define AUFS_MVDOWN_STFS_FAILED (1 << 11) /* output: stfs is unusable */ -+#define AUFS_MVDOWN_BOTTOM (1 << 12) /* output: no more lowers */ -+ -+/* index for move-down */ -+enum { -+ AUFS_MVDOWN_UPPER, -+ AUFS_MVDOWN_LOWER, -+ AUFS_MVDOWN_NARRAY -+}; -+ -+/* -+ * additional info of move-down -+ * number of free blocks and inodes. -+ * subset of struct kstatfs, but smaller and always 64bit. -+ */ -+struct aufs_stfs { -+ uint64_t f_blocks; -+ uint64_t f_bavail; -+ uint64_t f_files; -+ uint64_t f_ffree; -+}; -+ -+struct aufs_stbr { -+ int16_t brid; /* optional input */ -+ int16_t bindex; /* output */ -+ struct aufs_stfs stfs; /* output when AUFS_MVDOWN_STFS set */ -+} __aligned(8); -+ -+struct aufs_mvdown { -+ uint32_t flags; /* input/output */ -+ struct aufs_stbr stbr[AUFS_MVDOWN_NARRAY]; /* input/output */ -+ int8_t au_errno; /* output */ -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+union aufs_brinfo { -+ /* PATH_MAX may differ between kernel-space and user-space */ -+ char _spacer[4096]; -+ struct { -+ int16_t id; -+ int perm; -+ char path[0]; -+ }; -+} __aligned(8); -+ -+/* ---------------------------------------------------------------------- */ -+ -+#define AuCtlType 'A' -+#define AUFS_CTL_RDU _IOWR(AuCtlType, AuCtl_RDU, struct aufs_rdu) -+#define AUFS_CTL_RDU_INO _IOWR(AuCtlType, AuCtl_RDU_INO, struct aufs_rdu) -+#define AUFS_CTL_WBR_FD _IOW(AuCtlType, AuCtl_WBR_FD, \ -+ struct aufs_wbr_fd) -+#define AUFS_CTL_IBUSY _IOWR(AuCtlType, AuCtl_IBUSY, struct aufs_ibusy) -+#define AUFS_CTL_MVDOWN _IOWR(AuCtlType, AuCtl_MVDOWN, \ -+ struct aufs_mvdown) -+#define AUFS_CTL_BRINFO _IOW(AuCtlType, AuCtl_BR, union aufs_brinfo) -+#define AUFS_CTL_FHSM_FD _IOW(AuCtlType, AuCtl_FHSM_FD, int) -+ -+#endif /* __AUFS_TYPE_H__ */ -diff --git a/kernel/fork.c b/kernel/fork.c -index f0b58479534f..fa562c364d02 100644 ---- a/kernel/fork.c -+++ b/kernel/fork.c -@@ -505,7 +505,7 @@ static __latent_entropy int dup_mmap(struct mm_struct *mm, - struct inode *inode = file_inode(file); - struct address_space *mapping = file->f_mapping; - -- get_file(file); -+ vma_get_file(tmp); - if (tmp->vm_flags & VM_DENYWRITE) - atomic_dec(&inode->i_writecount); - i_mmap_lock_write(mapping); -diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c -index dd13f865ad40..fa6f5599a2a5 100644 ---- a/kernel/locking/lockdep.c -+++ b/kernel/locking/lockdep.c -@@ -140,7 +140,7 @@ static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES]; - unsigned long nr_lock_classes; - static struct lock_class lock_classes[MAX_LOCKDEP_KEYS]; - --static inline struct lock_class *hlock_class(struct held_lock *hlock) -+inline struct lock_class *lockdep_hlock_class(struct held_lock *hlock) - { - if (!hlock->class_idx) { - /* -@@ -151,6 +151,7 @@ static inline struct lock_class *hlock_class(struct held_lock *hlock) - } - return lock_classes + hlock->class_idx - 1; - } -+#define hlock_class(hlock) lockdep_hlock_class(hlock) - - #ifdef CONFIG_LOCK_STAT - static DEFINE_PER_CPU(struct lock_class_stats[MAX_LOCKDEP_KEYS], cpu_lock_stats); -diff --git a/mm/Makefile b/mm/Makefile -index 26ef77a3883b..b2869af1ef08 100644 ---- a/mm/Makefile -+++ b/mm/Makefile -@@ -39,7 +39,7 @@ obj-y := filemap.o mempool.o oom_kill.o fadvise.o \ - mm_init.o mmu_context.o percpu.o slab_common.o \ - compaction.o vmacache.o \ - interval_tree.o list_lru.o workingset.o \ -- debug.o $(mmu-y) -+ prfile.o debug.o $(mmu-y) - - obj-y += init-mm.o - -diff --git a/mm/filemap.c b/mm/filemap.c -index 52517f28e6f4..250f675dcfb2 100644 ---- a/mm/filemap.c -+++ b/mm/filemap.c -@@ -2700,7 +2700,7 @@ vm_fault_t filemap_page_mkwrite(struct vm_fault *vmf) - vm_fault_t ret = VM_FAULT_LOCKED; - - sb_start_pagefault(inode->i_sb); -- file_update_time(vmf->vma->vm_file); -+ vma_file_update_time(vmf->vma); - lock_page(page); - if (page->mapping != inode->i_mapping) { - unlock_page(page); -diff --git a/mm/mmap.c b/mm/mmap.c -index f7cd9cb966c0..515e88a194bd 100644 ---- a/mm/mmap.c -+++ b/mm/mmap.c -@@ -180,7 +180,7 @@ static struct vm_area_struct *remove_vma(struct vm_area_struct *vma) - if (vma->vm_ops && vma->vm_ops->close) - vma->vm_ops->close(vma); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - mpol_put(vma_policy(vma)); - vm_area_free(vma); - return next; -@@ -905,7 +905,7 @@ int __vma_adjust(struct vm_area_struct *vma, unsigned long start, - if (remove_next) { - if (file) { - uprobe_munmap(next, next->vm_start, next->vm_end); -- fput(file); -+ vma_fput(vma); - } - if (next->anon_vma) - anon_vma_merge(vma, next); -@@ -1821,8 +1821,8 @@ unsigned long mmap_region(struct file *file, unsigned long addr, - return addr; - - unmap_and_free_vma: -+ vma_fput(vma); - vma->vm_file = NULL; -- fput(file); - - /* Undo any partial mapping done by a device driver. */ - unmap_region(mm, vma, prev, vma->vm_start, vma->vm_end); -@@ -2641,7 +2641,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma, - goto out_free_mpol; - - if (new->vm_file) -- get_file(new->vm_file); -+ vma_get_file(new); - - if (new->vm_ops && new->vm_ops->open) - new->vm_ops->open(new); -@@ -2660,7 +2660,7 @@ int __split_vma(struct mm_struct *mm, struct vm_area_struct *vma, - if (new->vm_ops && new->vm_ops->close) - new->vm_ops->close(new); - if (new->vm_file) -- fput(new->vm_file); -+ vma_fput(new); - unlink_anon_vmas(new); - out_free_mpol: - mpol_put(vma_policy(new)); -@@ -2822,7 +2822,7 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, - struct vm_area_struct *vma; - unsigned long populate = 0; - unsigned long ret = -EINVAL; -- struct file *file; -+ struct file *file, *prfile; - - pr_warn_once("%s (%d) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.rst.\n", - current->comm, current->pid); -@@ -2897,10 +2897,27 @@ SYSCALL_DEFINE5(remap_file_pages, unsigned long, start, unsigned long, size, - } - } - -- file = get_file(vma->vm_file); -+ vma_get_file(vma); -+ file = vma->vm_file; -+ prfile = vma->vm_prfile; - ret = do_mmap_pgoff(vma->vm_file, start, size, - prot, flags, pgoff, &populate, NULL); -+ if (!IS_ERR_VALUE(ret) && file && prfile) { -+ struct vm_area_struct *new_vma; -+ -+ new_vma = find_vma(mm, ret); -+ if (!new_vma->vm_prfile) -+ new_vma->vm_prfile = prfile; -+ if (new_vma != vma) -+ get_file(prfile); -+ } -+ /* -+ * two fput()s instead of vma_fput(vma), -+ * coz vma may not be available anymore. -+ */ - fput(file); -+ if (prfile) -+ fput(prfile); - out: - up_write(&mm->mmap_sem); - if (populate) -@@ -3206,7 +3223,7 @@ struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, - if (anon_vma_clone(new_vma, vma)) - goto out_free_mempol; - if (new_vma->vm_file) -- get_file(new_vma->vm_file); -+ vma_get_file(new_vma); - if (new_vma->vm_ops && new_vma->vm_ops->open) - new_vma->vm_ops->open(new_vma); - vma_link(mm, new_vma, prev, rb_link, rb_parent); -diff --git a/mm/nommu.c b/mm/nommu.c -index e4aac33216ae..b27b200f1c4f 100644 ---- a/mm/nommu.c -+++ b/mm/nommu.c -@@ -625,7 +625,7 @@ static void __put_nommu_region(struct vm_region *region) - up_write(&nommu_region_sem); - - if (region->vm_file) -- fput(region->vm_file); -+ vmr_fput(region); - - /* IO memory and memory shared directly out of the pagecache - * from ramfs/tmpfs mustn't be released here */ -@@ -763,7 +763,7 @@ static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma) - if (vma->vm_ops && vma->vm_ops->close) - vma->vm_ops->close(vma); - if (vma->vm_file) -- fput(vma->vm_file); -+ vma_fput(vma); - put_nommu_region(vma->vm_region); - vm_area_free(vma); - } -@@ -1286,7 +1286,7 @@ unsigned long do_mmap(struct file *file, - goto error_just_free; - } - } -- fput(region->vm_file); -+ vmr_fput(region); - kmem_cache_free(vm_region_jar, region); - region = pregion; - result = start; -@@ -1361,7 +1361,7 @@ unsigned long do_mmap(struct file *file, - up_write(&nommu_region_sem); - error: - if (region->vm_file) -- fput(region->vm_file); -+ vmr_fput(region); - kmem_cache_free(vm_region_jar, region); - if (vma->vm_file) - fput(vma->vm_file); -diff --git a/mm/prfile.c b/mm/prfile.c -new file mode 100644 -index 000000000000..a27ac3688a35 ---- /dev/null -+++ b/mm/prfile.c -@@ -0,0 +1,86 @@ -+// SPDX-License-Identifier: GPL-2.0 -+/* -+ * Mainly for aufs which mmap(2) different file and wants to print different -+ * path in /proc/PID/maps. -+ * Call these functions via macros defined in linux/mm.h. -+ * -+ * See Documentation/filesystems/aufs/design/06mmap.txt -+ * -+ * Copyright (c) 2014-2018 Junjro R. Okajima -+ * Copyright (c) 2014 Ian Campbell -+ */ -+ -+#include -+#include -+#include -+ -+/* #define PRFILE_TRACE */ -+static inline void prfile_trace(struct file *f, struct file *pr, -+ const char func[], int line, const char func2[]) -+{ -+#ifdef PRFILE_TRACE -+ if (pr) -+ pr_info("%s:%d: %s, %pD2\n", func, line, func2, f); -+#endif -+} -+ -+void vma_do_file_update_time(struct vm_area_struct *vma, const char func[], -+ int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ file_update_time(f); -+ if (f && pr) -+ file_update_time(pr); -+} -+ -+struct file *vma_do_pr_or_file(struct vm_area_struct *vma, const char func[], -+ int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ return (f && pr) ? pr : f; -+} -+ -+void vma_do_get_file(struct vm_area_struct *vma, const char func[], int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ get_file(f); -+ if (f && pr) -+ get_file(pr); -+} -+ -+void vma_do_fput(struct vm_area_struct *vma, const char func[], int line) -+{ -+ struct file *f = vma->vm_file, *pr = vma->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ fput(f); -+ if (f && pr) -+ fput(pr); -+} -+ -+#ifndef CONFIG_MMU -+struct file *vmr_do_pr_or_file(struct vm_region *region, const char func[], -+ int line) -+{ -+ struct file *f = region->vm_file, *pr = region->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ return (f && pr) ? pr : f; -+} -+ -+void vmr_do_fput(struct vm_region *region, const char func[], int line) -+{ -+ struct file *f = region->vm_file, *pr = region->vm_prfile; -+ -+ prfile_trace(f, pr, func, line, __func__); -+ fput(f); -+ if (f && pr) -+ fput(pr); -+} -+#endif /* !CONFIG_MMU */ diff --git a/kernel/tools/perf/pspec.xml b/kernel/tools/perf/pspec.xml index 5ca3cf246d..5d62965516 100644 --- a/kernel/tools/perf/pspec.xml +++ b/kernel/tools/perf/pspec.xml @@ -12,7 +12,7 @@ app:gui Performance analyser tool that makes full use of the Linux performance counter subsystem perf is a new tool which is used to optimize, validate and measure applications, workloads or the full system through the Linux performance counter subsystem. - https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.gz + https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.6.tar.gz libunwind-devel audit-devel @@ -35,19 +35,34 @@ libxslt openssl-devel systemtap-sdt-devel - zstd-devel - libcap-devel + zstd-devel + libcap-devel + + python3 - patches/linux/patch-5.4.16.xz + patches/linux/patch-5.6.4.xz - patches/mageia/fs-aufs-5.4.patch - patches/mageia/fs-aufs-5.4-modular.patch - patches/mageia/fs-vboxsf.patch + patches/mageia/fs-aufs-5.6.patch + patches/mageia/fs-aufs-5.6-modular.patch + patches/mageia/fs-aufs-5.6-fix.patch + patches/mageia/fs-exfat-remove-from-staging.patch + patches/mageia/fs-exfat-add-in-memory-and-on-disk-structures-and-heade.patch + patches/mageia/fs-exfat-add-super-block-operations.patch + patches/mageia/fs-exfat-add-inode-operations.patch + patches/mageia/fs-exfat-add-directory-operations.patch + patches/mageia/fs-exfat-add-file-operations.patch + patches/mageia/fs-exfat-add-fat-entry-operations.patch + patches/mageia/fs-exfat-add-bitmap-operations.patch + patches/mageia/fs-exfat-add-exfat-cache.patch + patches/mageia/fs-exfat-add-misc-operations.patch + patches/mageia/fs-exfat-add-nls-operations.patch + patches/mageia/fs-exfat-add-Kconfig-and-Makefile.patch + patches/mageia/fs-MAINTAINERS-add-exfat-filesystem.patch + patches/mageia/fs-exfat-update-file-system-parameter-handling.patch + patches/mageia/fs-exfat-add-module_alias_fs.patch patches/mageia/CVE-2019-12379.patch - - @@ -81,6 +96,13 @@ + + 2020-04-13 + 5.6.4 + Version bump. + Idris Kalp + idriskalp@gmail.com + 2020-01-30 5.4.16